diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1027ccc9cba..51cca15632d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -107,8 +107,8 @@
# Eclipse
/pkgs/applications/editors/eclipse @rycee
-# https://github.com/NixOS/nixpkgs/issues/31401
-/lib/licenses.nix @ghost
+# Licenses
+/lib/licenses.nix @alyssais
# Qt / KDE
/pkgs/applications/kde @ttuegel
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 466d8d2c359..d7463385ae5 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -8,5 +8,4 @@
## Technical details
-Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the
-results.
+Please run `nix run nixpkgs.nix-info -c nix-info -m` and paste the result.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000000..8cc9a80758d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,37 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: '0.kind: bug'
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. ...
+2. ...
+3. ...
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Additional context**
+Add any other context about the problem here.
+
+**Metadata**
+Please run `nix run nixpkgs.nix-info -c nix-info -m` and paste the result.
+
+Maintainer information:
+```yaml
+# a list of nixpkgs attributes affected by the problem
+attribute:
+# a list of nixos modules affected by the problem
+module:
+```
diff --git a/.github/ISSUE_TEMPLATE/packaging_request.md b/.github/ISSUE_TEMPLATE/packaging_request.md
new file mode 100644
index 00000000000..1ddcd983f31
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/packaging_request.md
@@ -0,0 +1,18 @@
+---
+name: Packaging requests
+about: For packages that are missing
+title: ''
+labels: '0.kind: packaging request'
+assignees: ''
+
+---
+
+**Project description**
+_describe the project a little_
+
+**Metadata**
+
+* homepage URL:
+* source URL:
+* license: mit, bsd, gpl2+ , ...
+* platforms: unix, linux, darwin, ...
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 834a2e81c13..a4f1c61e8f5 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -15,7 +15,9 @@
- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
- [ ] Tested execution of all binary files (usually in `./result/bin/`)
- [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)
-- [ ] Assured whether relevant documentation is up to date
+- [ ] Ensured that relevant documentation is up to date
- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
----
+###### Notify maintainers
+
+cc @
diff --git a/README.md b/README.md
index 8cdbb73595b..d589b953d18 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
[
](https://nixos.org/nixos)
[](https://www.codetriage.com/nixos/nixpkgs)
+[](https://opencollective.com/nixos)
Nixpkgs is a collection of packages for the [Nix](https://nixos.org/nix/) package
manager. It is periodically built and tested by the [Hydra](https://hydra.nixos.org/)
diff --git a/doc/Makefile b/doc/Makefile
index 5badfe4138d..e7ca31b20d7 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -8,10 +8,10 @@ debug:
nix-shell --run "xmloscopy --docbook5 ./manual.xml ./manual-full.xml"
.PHONY: format
-format:
+format: doc-support/result
find . -iname '*.xml' -type f | while read f; do \
echo $$f ;\
- xmlformat --config-file "$$XMLFORMAT_CONFIG" -i $$f ;\
+ xmlformat --config-file "doc-support/result/xmlformat.conf" -i $$f ;\
done
.PHONY: fix-misc-xml
@@ -21,19 +21,19 @@ fix-misc-xml:
.PHONY: clean
clean:
- rm -f ${MD_TARGETS} .version manual-full.xml functions/library/locations.xml functions/library/generated
+ rm -f ${MD_TARGETS} doc-support/result .version manual-full.xml functions/library/locations.xml functions/library/generated
rm -rf ./out/ ./highlightjs
.PHONY: validate
-validate: manual-full.xml
- jing "$$RNG" manual-full.xml
+validate: manual-full.xml doc-support/result
+ jing doc-support/result/docbook.rng manual-full.xml
-out/html/index.html: manual-full.xml style.css highlightjs
+out/html/index.html: doc-support/result manual-full.xml style.css highlightjs
mkdir -p out/html
- xsltproc ${xsltFlags} \
+ xsltproc \
--nonet --xinclude \
--output $@ \
- "$$XSL/docbook/xhtml/docbook.xsl" \
+ doc-support/result/xhtml.xsl \
./manual-full.xml
mkdir -p out/html/highlightjs/
@@ -43,49 +43,48 @@ out/html/index.html: manual-full.xml style.css highlightjs
cp ./style.css out/html/style.css
mkdir -p out/html/images/callouts
- cp "$$XSL/docbook/images/callouts/"*.svg out/html/images/callouts/
+ cp doc-support/result/xsl/docbook/images/callouts/*.svg out/html/images/callouts/
chmod u+w -R out/html/
out/epub/manual.epub: manual-full.xml
mkdir -p out/epub/scratch
- xsltproc ${xsltFlags} --nonet \
+ xsltproc --nonet \
--output out/epub/scratch/ \
- "$$XSL/docbook/epub/docbook.xsl" \
+ doc-support/result/epub.xsl \
./manual-full.xml
cp ./overrides.css out/epub/scratch/OEBPS
cp ./style.css out/epub/scratch/OEBPS
mkdir -p out/epub/scratch/OEBPS/images/callouts/
- cp "$$XSL/docbook/images/callouts/"*.svg out/epub/scratch/OEBPS/images/callouts/
+ cp doc-support/result/xsl/docbook/images/callouts/*.svg out/epub/scratch/OEBPS/images/callouts/
echo "application/epub+zip" > mimetype
zip -0Xq "out/epub/manual.epub" mimetype
rm mimetype
cd "out/epub/scratch/" && zip -Xr9D "../manual.epub" *
rm -rf "out/epub/scratch/"
-highlightjs:
+highlightjs: doc-support/result
mkdir -p highlightjs
- cp -r "$$HIGHLIGHTJS/highlight.pack.js" highlightjs/
- cp -r "$$HIGHLIGHTJS/LICENSE" highlightjs/
- cp -r "$$HIGHLIGHTJS/mono-blue.css" highlightjs/
- cp -r "$$HIGHLIGHTJS/loader.js" highlightjs/
+ cp -r doc-support/result/highlightjs/highlight.pack.js highlightjs/
+ cp -r doc-support/result/highlightjs/LICENSE highlightjs/
+ cp -r doc-support/result/highlightjs/mono-blue.css highlightjs/
+ cp -r doc-support/result/highlightjs/loader.js highlightjs/
manual-full.xml: ${MD_TARGETS} .version functions/library/locations.xml functions/library/generated *.xml **/*.xml **/**/*.xml
xmllint --nonet --xinclude --noxincludenode manual.xml --output manual-full.xml
-.version:
- nix-instantiate --eval \
- -E '(import ../lib).version' > .version
+.version: doc-support/result
+ ln -rfs ./doc-support/result/version .version
-functions/library/locations.xml:
- nix-build ./lib-function-locations.nix \
- --out-link $@
+doc-support/result: doc-support/default.nix
+ (cd doc-support; nix-build)
-functions/library/generated: functions/library/locations.xml
- nix-build ./lib-function-docs.nix \
- --arg locationsXml $< \
- --out-link $@
+functions/library/locations.xml: doc-support/result
+ ln -rfs ./doc-support/result/function-locations.xml functions/library/locations.xml
+
+functions/library/generated: doc-support/result
+ ln -rfs ./doc-support/result/function-docs functions/library/generated
%.section.xml: %.section.md
pandoc $^ -w docbook+smart \
diff --git a/doc/coding-conventions.xml b/doc/coding-conventions.xml
index 58ce9c7e627..48356247a49 100644
--- a/doc/coding-conventions.xml
+++ b/doc/coding-conventions.xml
@@ -921,7 +921,7 @@ src = fetchFromGitHub {
You can convert between formats with nix-hash, for example:
-$ nix-hash --type sha256 --to-base32 HASH
+$ nix-hash --type sha256 --to-base32 HASH
@@ -1038,7 +1038,7 @@ patches = [ ./0001-changes.patch ];
Move to the root directory of the source code you're patching.
-$ cd the/program/source
+$ cd the/program/source
@@ -1046,8 +1046,8 @@ $ cd the/program/source
If a git repository is not already present, create one and stage all of
the source files.
-$ git init
-$ git add .
+$ git init
+$ git add .
@@ -1060,7 +1060,7 @@ $ git add .
Use git to create a diff, and pipe the output to a patch file:
-$ git diff > nixpkgs/pkgs/the/package/0001-changes.patch
+$ git diff > nixpkgs/pkgs/the/package/0001-changes.patch
diff --git a/doc/contributing.xml b/doc/contributing.xml
index d28442b7a2c..523c1c9c8f0 100644
--- a/doc/contributing.xml
+++ b/doc/contributing.xml
@@ -12,9 +12,9 @@ xlink:href="https://github.com/NixOS/nixpkgs/tree/master/doc">doc
You can quickly check your edits with make:
- $ cd /path/to/nixpkgs/doc
- $ nix-shell
- [nix-shell]$ make
+$ cd /path/to/nixpkgs/doc
+$ nix-shell
+[nix-shell]$ make
If you experience problems, run make debug to help
@@ -24,10 +24,10 @@ xlink:href="https://github.com/NixOS/nixpkgs/tree/master/doc">doc
After making modifications to the manual, it's important to build it before
committing. You can do that as follows:
- $ cd /path/to/nixpkgs/doc
- $ nix-shell
- [nix-shell]$ make clean
- [nix-shell]$ nix-build .
+$ cd /path/to/nixpkgs/doc
+$ nix-shell
+[nix-shell]$ make clean
+[nix-shell]$ nix-build .
If the build succeeds, the manual will be in
./result/share/doc/nixpkgs/manual.html.
diff --git a/doc/default.nix b/doc/default.nix
index 7ceaec28af3..d9051167dee 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -1,8 +1,7 @@
{ pkgs ? (import ./.. { }), nixpkgs ? { }}:
let
lib = pkgs.lib;
- locationsXml = import ./lib-function-locations.nix { inherit pkgs nixpkgs; };
- functionDocs = import ./lib-function-docs.nix { inherit locationsXml pkgs; };
+ doc-support = import ./doc-support { inherit pkgs nixpkgs; };
in pkgs.stdenv.mkDerivation {
name = "nixpkgs-manual";
@@ -10,30 +9,8 @@ in pkgs.stdenv.mkDerivation {
src = ./.;
- # Hacking on these variables? Make sure to close and open
- # nix-shell between each test, maybe even:
- # $ nix-shell --run "make clean all"
- # otherwise they won't reapply :)
- HIGHLIGHTJS = pkgs.documentation-highlighter;
- XSL = "${pkgs.docbook_xsl_ns}/xml/xsl";
- RNG = "${pkgs.docbook5}/xml/rng/docbook/docbook.rng";
- XMLFORMAT_CONFIG = ../nixos/doc/xmlformat.conf;
- xsltFlags = lib.concatStringsSep " " [
- "--param section.autolabel 1"
- "--param section.label.includes.component.label 1"
- "--stringparam html.stylesheet 'style.css overrides.css highlightjs/mono-blue.css'"
- "--stringparam html.script './highlightjs/highlight.pack.js ./highlightjs/loader.js'"
- "--param xref.with.number.and.title 1"
- "--param toc.section.depth 3"
- "--stringparam admon.style ''"
- "--stringparam callout.graphics.extension .svg"
- ];
-
postPatch = ''
- rm -rf ./functions/library/locations.xml
- ln -s ${locationsXml} ./functions/library/locations.xml
- ln -s ${functionDocs} ./functions/library/generated
- echo ${lib.version} > .version
+ ln -s ${doc-support} ./doc-support/result
'';
installPhase = ''
diff --git a/doc/doc-support/default.nix b/doc/doc-support/default.nix
new file mode 100644
index 00000000000..53990b67719
--- /dev/null
+++ b/doc/doc-support/default.nix
@@ -0,0 +1,45 @@
+{ pkgs ? (import ../.. {}), nixpkgs ? { }}:
+let
+ locationsXml = import ./lib-function-locations.nix { inherit pkgs nixpkgs; };
+ functionDocs = import ./lib-function-docs.nix { inherit locationsXml pkgs; };
+ version = pkgs.lib.version;
+
+ epub-xsl = pkgs.writeText "epub.xsl" ''
+
+
+
+
+
+ '';
+
+ xhtml-xsl = pkgs.writeText "xhtml.xsl" ''
+
+
+
+
+
+ '';
+in pkgs.runCommand "doc-support" {}
+''
+ mkdir result
+ (
+ cd result
+ ln -s ${locationsXml} ./function-locations.xml
+ ln -s ${functionDocs} ./function-docs
+
+ ln -s ${pkgs.docbook5}/xml/rng/docbook/docbook.rng ./docbook.rng
+ ln -s ${pkgs.docbook_xsl_ns}/xml/xsl ./xsl
+ ln -s ${epub-xsl} ./epub.xsl
+ ln -s ${xhtml-xsl} ./xhtml.xsl
+
+ ln -s ${../../nixos/doc/xmlformat.conf} ./xmlformat.conf
+ ln -s ${pkgs.documentation-highlighter} ./highlightjs
+
+ echo -n "${version}" > ./version
+ )
+ mv result $out
+''
diff --git a/doc/lib-function-docs.nix b/doc/doc-support/lib-function-docs.nix
similarity index 97%
rename from doc/lib-function-docs.nix
rename to doc/doc-support/lib-function-docs.nix
index 421f848d25a..5199b949e7b 100644
--- a/doc/lib-function-docs.nix
+++ b/doc/doc-support/lib-function-docs.nix
@@ -6,7 +6,7 @@
with pkgs; stdenv.mkDerivation {
name = "nixpkgs-lib-docs";
- src = ./../lib;
+ src = ./../../lib;
buildInputs = [ nixdoc ];
installPhase = ''
diff --git a/doc/lib-function-locations.nix b/doc/doc-support/lib-function-locations.nix
similarity index 100%
rename from doc/lib-function-locations.nix
rename to doc/doc-support/lib-function-locations.nix
diff --git a/doc/doc-support/parameters.xml b/doc/doc-support/parameters.xml
new file mode 100644
index 00000000000..bc13e2b70de
--- /dev/null
+++ b/doc/doc-support/parameters.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/functions.xml b/doc/functions.xml
index 1f2d00b9e1a..3b60f46d81d 100644
--- a/doc/functions.xml
+++ b/doc/functions.xml
@@ -16,6 +16,7 @@
+
diff --git a/doc/functions/appimagetools.xml b/doc/functions/appimagetools.xml
index 4205c6da385..e6dbc22f48d 100644
--- a/doc/functions/appimagetools.xml
+++ b/doc/functions/appimagetools.xml
@@ -52,7 +52,7 @@ spot sensor temperature 0.000000, unit celsius, color scheme 0, calibration: off
$ file -k type2.AppImage
type2.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) (Lepton 3.x), scale 232-60668, spot sensor temperature -4.187500, color scheme 15, show scale bar, calibration: offset -0.000000, slope 0.000000 (Lepton 2.x), scale 4111-45000, spot sensor temperature 412442.250000, color scheme 3, minimum point enabled, calibration: offset -75402534979642766821519867692934234112.000000, slope 5815371847733706829839455140374904832.000000, dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=79dcc4e55a61c293c5e19edbd8d65b202842579f, stripped\012- data
-
+
Note how the type 1 AppImage is described as an ISO 9660 CD-ROM
diff --git a/doc/functions/dockertools.xml b/doc/functions/dockertools.xml
index e95ce1979de..a284182bb04 100644
--- a/doc/functions/dockertools.xml
+++ b/doc/functions/dockertools.xml
@@ -312,7 +312,23 @@ hello latest de2bf4786de6 About a minute ago 25.2MB
Maximum number of layers to create.
- Default: 24
+ Default: 100
+
+
+ Maximum: 125
+
+
+
+
+
+ extraCommands optional
+
+
+
+ Shell commands to run while building the final layer, without access
+ to most of the layer contents. Changes to this layer are "on top"
+ of all the other layers, so can create additional directories
+ and files.
@@ -480,9 +496,9 @@ pullImage {
nix-prefetch-docker command can be used to get required
image parameters:
-
-$ nix run nixpkgs.nix-prefetch-docker -c nix-prefetch-docker --image-name mysql --image-tag 5
-
+
+$ nix run nixpkgs.nix-prefetch-docker -c nix-prefetch-docker --image-name mysql --image-tag 5
+
Since a given imageName may transparently refer to a
manifest list of images which support multiple architectures and/or
@@ -491,17 +507,17 @@ $ nix run nixpkgs.nix-prefetch-docker -c nix-prefetch-docker --image-name mysql
By default it will match the OS and architecture of the host the command is
run on.
-
-$ nix-prefetch-docker --image-name mysql --image-tag 5 --arch x86_64 --os linux
-
+
+$ nix-prefetch-docker --image-name mysql --image-tag 5 --arch x86_64 --os linux
+
Desired image name and tag can be set using
and
arguments:
-
-$ nix-prefetch-docker --image-name mysql --image-tag 5 --final-image-name eu.gcr.io/my-project/mysql --final-image-tag prod
-
+
+$ nix-prefetch-docker --image-name mysql --image-tag 5 --final-image-name eu.gcr.io/my-project/mysql --final-image-tag prod
+
@@ -537,7 +553,7 @@ exportImage {
name = someLayeredImage.name;
}
-
+
diff --git a/doc/functions/prefer-remote-fetch.xml b/doc/functions/prefer-remote-fetch.xml
index 2ccad921806..3e43fd28ade 100644
--- a/doc/functions/prefer-remote-fetch.xml
+++ b/doc/functions/prefer-remote-fetch.xml
@@ -10,16 +10,16 @@
upload while the builder can fetch faster directly from the source. To use
it, put the following snippet as a new overlay:
- self: super:
- (super.prefer-remote-fetch self super)
-
+self: super:
+ (super.prefer-remote-fetch self super)
+
A full configuration example for that sets the overlay up for your own
account, could look like this
-
- $ mkdir ~/.config/nixpkgs/overlays/
- $ cat > ~/.config/nixpkgs/overlays/prefer-remote-fetch.nix <<EOF
- self: super: super.prefer-remote-fetch self super
- EOF
-
+
+$ mkdir ~/.config/nixpkgs/overlays/
+$ cat > ~/.config/nixpkgs/overlays/prefer-remote-fetch.nix <<EOF
+ self: super: super.prefer-remote-fetch self super
+EOF
+
diff --git a/doc/functions/snap/example-firefox.nix b/doc/functions/snap/example-firefox.nix
new file mode 100644
index 00000000000..d58c98a65a2
--- /dev/null
+++ b/doc/functions/snap/example-firefox.nix
@@ -0,0 +1,28 @@
+let
+ inherit (import { }) snapTools firefox;
+in snapTools.makeSnap {
+ meta = {
+ name = "nix-example-firefox";
+ summary = firefox.meta.description;
+ architectures = [ "amd64" ];
+ apps.nix-example-firefox = {
+ command = "${firefox}/bin/firefox";
+ plugs = [
+ "pulseaudio"
+ "camera"
+ "browser-support"
+ "avahi-observe"
+ "cups-control"
+ "desktop"
+ "desktop-legacy"
+ "gsettings"
+ "home"
+ "network"
+ "mount-observe"
+ "removable-media"
+ "x11"
+ ];
+ };
+ confinement = "strict";
+ };
+}
diff --git a/doc/functions/snap/example-hello.nix b/doc/functions/snap/example-hello.nix
new file mode 100644
index 00000000000..123da80c547
--- /dev/null
+++ b/doc/functions/snap/example-hello.nix
@@ -0,0 +1,12 @@
+let
+ inherit (import { }) snapTools hello;
+in snapTools.makeSnap {
+ meta = {
+ name = "hello";
+ summary = hello.meta.description;
+ description = hello.meta.longDescription;
+ architectures = [ "amd64" ];
+ confinement = "strict";
+ apps.hello.command = "${hello}/bin/hello";
+ };
+}
diff --git a/doc/functions/snaptools.xml b/doc/functions/snaptools.xml
new file mode 100644
index 00000000000..d0e3efdf6c6
--- /dev/null
+++ b/doc/functions/snaptools.xml
@@ -0,0 +1,74 @@
+
+ pkgs.snapTools
+
+
+ pkgs.snapTools is a set of functions for creating
+ Snapcraft images. Snap and Snapcraft is not used to perform these operations.
+
+
+
+ The makeSnap Function
+
+
+ makeSnap takes a single named argument,
+ meta. This argument mirrors
+ the upstream
+ snap.yaml format exactly.
+
+
+
+ The base should not be be specified, as
+ makeSnap will force set it.
+
+
+
+ Currently, makeSnap does not support creating GUI
+ stubs.
+
+
+
+
+ Build a Hello World Snap
+
+
+ Making a Hello World Snap
+
+ The following expression packages GNU Hello as a Snapcraft snap.
+
+
+
+ nix-build this expression and install it with
+ snap install ./result --dangerous.
+ hello will now be the Snapcraft version of the package.
+
+
+
+
+
+ Build a Hello World Snap
+
+
+ Making a Graphical Snap
+
+ Graphical programs require many more integrations with the host. This
+ example uses Firefox as an example, because it is one of the most
+ complicated programs we could package.
+
+
+
+ nix-build this expression and install it with
+ snap install ./result --dangerous.
+ nix-example-firefox will now be the Snapcraft version of
+ the Firefox package.
+
+
+ The specific meaning behind plugs can be looked up in the
+ Snapcraft
+ interface documentation.
+
+
+
+
diff --git a/doc/functions/trivial-builders.xml b/doc/functions/trivial-builders.xml
index 1fd92ecfe26..0211a4f3172 100644
--- a/doc/functions/trivial-builders.xml
+++ b/doc/functions/trivial-builders.xml
@@ -35,25 +35,25 @@
An example of using runCommand is provided below.
- (import <nixpkgs> {}).runCommand "my-example" {} ''
- echo My example command is running
+(import <nixpkgs> {}).runCommand "my-example" {} ''
+ echo My example command is running
- mkdir $out
+ mkdir $out
- echo I can write data to the Nix store > $out/message
+ echo I can write data to the Nix store > $out/message
- echo I can also run basic commands like:
+ echo I can also run basic commands like:
- echo ls
- ls
+ echo ls
+ ls
- echo whoami
- whoami
+ echo whoami
+ whoami
- echo date
- date
- ''
-
+ echo date
+ date
+''
+
diff --git a/doc/languages-frameworks/android.section.md b/doc/languages-frameworks/android.section.md
index 237f3441874..f268c552566 100644
--- a/doc/languages-frameworks/android.section.md
+++ b/doc/languages-frameworks/android.section.md
@@ -185,10 +185,9 @@ with import {};
androidenv.emulateApp {
name = "emulate-MyAndroidApp";
- platformVersion = "24";
- abiVersion = "armeabi-v7a"; # mips, x86 or x86_64
- systemImageType = "default";
- useGoogleAPIs = false;
+ platformVersion = "28";
+ abiVersion = "x86_64"; # armeabi-v7a, mips, x86
+ systemImageType = "google_apis_playstore";
}
```
@@ -201,7 +200,7 @@ with import {};
androidenv.emulateApp {
name = "emulate-MyAndroidApp";
platformVersion = "24";
- abiVersion = "armeabi-v7a"; # mips, x86 or x86_64
+ abiVersion = "armeabi-v7a"; # mips, x86, x86_64
systemImageType = "default";
useGoogleAPIs = false;
app = ./MyApp.apk;
diff --git a/doc/languages-frameworks/beam.xml b/doc/languages-frameworks/beam.xml
index ac7a83ed426..dee7f2d7419 100644
--- a/doc/languages-frameworks/beam.xml
+++ b/doc/languages-frameworks/beam.xml
@@ -131,8 +131,8 @@
in beamPackages, use the following command:
-
-$ nix-env -f "<nixpkgs>" -qaP -A beamPackages
+
+$ nix-env -f "<nixpkgs>" -qaP -A beamPackages
beamPackages.esqlite esqlite-0.2.1
beamPackages.goldrush goldrush-0.1.7
beamPackages.ibrowse ibrowse-4.2.2
@@ -140,16 +140,16 @@ beamPackages.jiffy jiffy-0.14.5
beamPackages.lager lager-3.0.2
beamPackages.meck meck-0.8.3
beamPackages.rebar3-pc pc-1.1.0
-
+
To install any of those packages into your profile, refer to them by their
attribute path (first column):
-
-$ nix-env -f "<nixpkgs>" -iA beamPackages.ibrowse
-
+
+$ nix-env -f "<nixpkgs>" -iA beamPackages.ibrowse
+
The attribute path of any BEAM package corresponds to the name of that
@@ -178,22 +178,22 @@ $ nix-env -f "<nixpkgs>" -iA beamPackages.ibrowse
- { stdenv, fetchFromGitHub, buildRebar3, ibrowse, jsx, erlware_commons }:
+{ stdenv, fetchFromGitHub, buildRebar3, ibrowse, jsx, erlware_commons }:
- buildRebar3 rec {
- name = "hex2nix";
- version = "0.0.1";
+buildRebar3 rec {
+ name = "hex2nix";
+ version = "0.0.1";
- src = fetchFromGitHub {
- owner = "ericbmerritt";
- repo = "hex2nix";
- rev = "${version}";
- sha256 = "1w7xjidz1l5yjmhlplfx7kphmnpvqm67w99hd2m7kdixwdxq0zqg";
- };
+ src = fetchFromGitHub {
+ owner = "ericbmerritt";
+ repo = "hex2nix";
+ rev = "${version}";
+ sha256 = "1w7xjidz1l5yjmhlplfx7kphmnpvqm67w99hd2m7kdixwdxq0zqg";
+ };
- beamDeps = [ ibrowse jsx erlware_commons ];
- }
-
+ beamDeps = [ ibrowse jsx erlware_commons ];
+}
+
Such derivations are callable with
@@ -228,29 +228,29 @@ $ nix-env -f "<nixpkgs>" -iA beamPackages.ibrowse
- { buildErlangMk, fetchHex, cowlib, ranch }:
+{ buildErlangMk, fetchHex, cowlib, ranch }:
- buildErlangMk {
- name = "cowboy";
- version = "1.0.4";
+buildErlangMk {
+ name = "cowboy";
+ version = "1.0.4";
- src = fetchHex {
- pkg = "cowboy";
- version = "1.0.4";
- sha256 = "6a0edee96885fae3a8dd0ac1f333538a42e807db638a9453064ccfdaa6b9fdac";
- };
+ src = fetchHex {
+ pkg = "cowboy";
+ version = "1.0.4";
+ sha256 = "6a0edee96885fae3a8dd0ac1f333538a42e807db638a9453064ccfdaa6b9fdac";
+ };
- beamDeps = [ cowlib ranch ];
+ beamDeps = [ cowlib ranch ];
- meta = {
- description = ''
- Small, fast, modular HTTP server written in Erlang
- '';
- license = stdenv.lib.licenses.isc;
- homepage = https://github.com/ninenines/cowboy;
- };
- }
-
+ meta = {
+ description = ''
+ Small, fast, modular HTTP server written in Erlang
+ '';
+ license = stdenv.lib.licenses.isc;
+ homepage = https://github.com/ninenines/cowboy;
+ };
+}
+
@@ -262,56 +262,56 @@ $ nix-env -f "<nixpkgs>" -iA beamPackages.ibrowse
- { buildMix, fetchHex, plug, absinthe }:
+{ buildMix, fetchHex, plug, absinthe }:
- buildMix {
- name = "absinthe_plug";
- version = "1.0.0";
+buildMix {
+ name = "absinthe_plug";
+ version = "1.0.0";
- src = fetchHex {
- pkg = "absinthe_plug";
- version = "1.0.0";
- sha256 = "08459823fe1fd4f0325a8bf0c937a4520583a5a26d73b193040ab30a1dfc0b33";
- };
+ src = fetchHex {
+ pkg = "absinthe_plug";
+ version = "1.0.0";
+ sha256 = "08459823fe1fd4f0325a8bf0c937a4520583a5a26d73b193040ab30a1dfc0b33";
+ };
- beamDeps = [ plug absinthe ];
+ beamDeps = [ plug absinthe ];
- meta = {
- description = ''
- A plug for Absinthe, an experimental GraphQL toolkit
- '';
- license = stdenv.lib.licenses.bsd3;
- homepage = https://github.com/CargoSense/absinthe_plug;
- };
- }
-
+ meta = {
+ description = ''
+ A plug for Absinthe, an experimental GraphQL toolkit
+ '';
+ license = stdenv.lib.licenses.bsd3;
+ homepage = https://github.com/CargoSense/absinthe_plug;
+ };
+}
+
Alternatively, we can use buildHex as a shortcut:
- { buildHex, buildMix, plug, absinthe }:
+{ buildHex, buildMix, plug, absinthe }:
- buildHex {
- name = "absinthe_plug";
- version = "1.0.0";
+buildHex {
+ name = "absinthe_plug";
+ version = "1.0.0";
- sha256 = "08459823fe1fd4f0325a8bf0c937a4520583a5a26d73b193040ab30a1dfc0b33";
+ sha256 = "08459823fe1fd4f0325a8bf0c937a4520583a5a26d73b193040ab30a1dfc0b33";
- builder = buildMix;
+ builder = buildMix;
- beamDeps = [ plug absinthe ];
+ beamDeps = [ plug absinthe ];
- meta = {
- description = ''
- A plug for Absinthe, an experimental GraphQL toolkit
- '';
- license = stdenv.lib.licenses.bsd3;
- homepage = https://github.com/CargoSense/absinthe_plug;
- };
- }
-
+ meta = {
+ description = ''
+ A plug for Absinthe, an experimental GraphQL toolkit
+ '';
+ license = stdenv.lib.licenses.bsd3;
+ homepage = https://github.com/CargoSense/absinthe_plug;
+ };
+}
+
@@ -330,47 +330,47 @@ $ nix-env -f "<nixpkgs>" -iA beamPackages.ibrowse
could do the following:
-
- $ nix-shell -A beamPackages.ibrowse.env --run "erl"
- Erlang/OTP 18 [erts-7.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
+
+$ nix-shell -A beamPackages.ibrowse.env --run "erl"
+Erlang/OTP 18 [erts-7.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
- Eshell V7.0 (abort with ^G)
- 1> m(ibrowse).
- Module: ibrowse
- MD5: 3b3e0137d0cbb28070146978a3392945
- Compiled: January 10 2016, 23:34
- Object file: /nix/store/g1rlf65rdgjs4abbyj4grp37ry7ywivj-ibrowse-4.2.2/lib/erlang/lib/ibrowse-4.2.2/ebin/ibrowse.beam
- Compiler options: [{outdir,"/tmp/nix-build-ibrowse-4.2.2.drv-0/hex-source-ibrowse-4.2.2/_build/default/lib/ibrowse/ebin"},
- debug_info,debug_info,nowarn_shadow_vars,
- warn_unused_import,warn_unused_vars,warnings_as_errors,
- {i,"/tmp/nix-build-ibrowse-4.2.2.drv-0/hex-source-ibrowse-4.2.2/_build/default/lib/ibrowse/include"}]
- Exports:
- add_config/1 send_req_direct/7
- all_trace_off/0 set_dest/3
- code_change/3 set_max_attempts/3
- get_config_value/1 set_max_pipeline_size/3
- get_config_value/2 set_max_sessions/3
- get_metrics/0 show_dest_status/0
- get_metrics/2 show_dest_status/1
- handle_call/3 show_dest_status/2
- handle_cast/2 spawn_link_worker_process/1
- handle_info/2 spawn_link_worker_process/2
- init/1 spawn_worker_process/1
- module_info/0 spawn_worker_process/2
- module_info/1 start/0
- rescan_config/0 start_link/0
- rescan_config/1 stop/0
- send_req/3 stop_worker_process/1
- send_req/4 stream_close/1
- send_req/5 stream_next/1
- send_req/6 terminate/2
- send_req_direct/4 trace_off/0
- send_req_direct/5 trace_off/2
- send_req_direct/6 trace_on/0
- trace_on/2
- ok
- 2>
-
+Eshell V7.0 (abort with ^G)
+1> m(ibrowse).
+Module: ibrowse
+MD5: 3b3e0137d0cbb28070146978a3392945
+Compiled: January 10 2016, 23:34
+Object file: /nix/store/g1rlf65rdgjs4abbyj4grp37ry7ywivj-ibrowse-4.2.2/lib/erlang/lib/ibrowse-4.2.2/ebin/ibrowse.beam
+Compiler options: [{outdir,"/tmp/nix-build-ibrowse-4.2.2.drv-0/hex-source-ibrowse-4.2.2/_build/default/lib/ibrowse/ebin"},
+debug_info,debug_info,nowarn_shadow_vars,
+warn_unused_import,warn_unused_vars,warnings_as_errors,
+{i,"/tmp/nix-build-ibrowse-4.2.2.drv-0/hex-source-ibrowse-4.2.2/_build/default/lib/ibrowse/include"}]
+Exports:
+add_config/1 send_req_direct/7
+all_trace_off/0 set_dest/3
+code_change/3 set_max_attempts/3
+get_config_value/1 set_max_pipeline_size/3
+get_config_value/2 set_max_sessions/3
+get_metrics/0 show_dest_status/0
+get_metrics/2 show_dest_status/1
+handle_call/3 show_dest_status/2
+handle_cast/2 spawn_link_worker_process/1
+handle_info/2 spawn_link_worker_process/2
+init/1 spawn_worker_process/1
+module_info/0 spawn_worker_process/2
+module_info/1 start/0
+rescan_config/0 start_link/0
+rescan_config/1 stop/0
+send_req/3 stop_worker_process/1
+send_req/4 stream_close/1
+send_req/5 stream_next/1
+send_req/6 terminate/2
+send_req_direct/4 trace_off/0
+send_req_direct/5 trace_off/2
+send_req_direct/6 trace_on/0
+trace_on/2
+ok
+2>
+
Notice the -A beamPackages.ibrowse.env. That is the key
@@ -408,7 +408,7 @@ let
in
drv
-
+
Building in a Shell (for Mix Projects)
@@ -474,7 +474,7 @@ plt:
analyze: build plt
$(NIX_SHELL) --run "mix dialyzer --no-compile"
-
+
Using a shell.nix as described (see
@@ -513,9 +513,9 @@ analyze: build plt
nixpkgs repository:
-
-$ nix-build -A beamPackages
-
+
+$ nix-build -A beamPackages
+
That will attempt to build every package in beamPackages.
diff --git a/doc/languages-frameworks/go.xml b/doc/languages-frameworks/go.xml
index 6f6e7925a1b..b2b4962cb5f 100644
--- a/doc/languages-frameworks/go.xml
+++ b/doc/languages-frameworks/go.xml
@@ -218,12 +218,12 @@ deis = buildGoPackage rec {
bin includes program binaries. You can test build a Go
binary as follows:
- $ nix-build -A deis.bin
-
+$ nix-build -A deis.bin
+
or build all outputs with:
- $ nix-build -A deis.all
-
+$ nix-build -A deis.all
+
bin output will be installed by default with
nix-env -i or systemPackages.
diff --git a/doc/languages-frameworks/idris.section.md b/doc/languages-frameworks/idris.section.md
index 50979d76d98..e88015f08e3 100644
--- a/doc/languages-frameworks/idris.section.md
+++ b/doc/languages-frameworks/idris.section.md
@@ -11,10 +11,21 @@ $ # On non-NixOS
$ nix-env -i nixpkgs.idris
```
-This however only provides the `prelude` and `base` libraries. To install additional libraries:
+This however only provides the `prelude` and `base` libraries. To install idris with additional libraries, you can use the `idrisPackages.with-packages` function, e.g. in an overlay in `~/.config/nixpkgs/overlays/my-idris.nix`:
+
+```nix
+self: super: {
+ myIdris = with self.idrisPackages; with-packages [ contrib pruviloj ];
+}
+```
+
+And then:
```
-$ nix-env -iE 'pkgs: pkgs.idrisPackages.with-packages (with pkgs.idrisPackages; [ contrib pruviloj ])'
+$ # On NixOS
+$ nix-env -iA nixos.myIdris
+$ # On non-NixOS
+$ nix-env -iA nixpkgs.myIdris
```
To see all available Idris packages:
@@ -113,3 +124,21 @@ in another file (say `default.nix`) to be able to build it with
```
$ nix-build -A yaml
```
+
+## Passing options to `idris` commands
+
+The `build-idris-package` function provides also optional input values to set additional options for the used `idris` commands.
+
+Specifically, you can set `idrisBuildOptions`, `idrisTestOptions`, `idrisInstallOptions` and `idrisDocOptions` to provide additional options to the `idris` command respectively when building, testing, installing and generating docs for your package.
+
+For example you could set
+
+```
+build-idris-package {
+ idrisBuildOptions = [ "--log" "1" "--verbose" ]
+
+ ...
+}
+```
+
+to require verbose output during `idris` build phase.
diff --git a/doc/languages-frameworks/java.xml b/doc/languages-frameworks/java.xml
index 667a795a8d3..68a1a097984 100644
--- a/doc/languages-frameworks/java.xml
+++ b/doc/languages-frameworks/java.xml
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
name = "...";
src = fetchurl { ... };
- buildInputs = [ jdk ant ];
+ nativeBuildInputs = [ jdk ant ];
buildPhase = "ant";
}
@@ -30,7 +30,8 @@ stdenv.mkDerivation {
foo.jar in its share/java
directory, and another package declares the attribute
-buildInputs = [ jdk libfoo ];
+buildInputs = [ libfoo ];
+nativeBuildInputs = [ jdk ];
then CLASSPATH will be set to
/nix/store/...-libfoo/share/java/foo.jar.
@@ -46,7 +47,7 @@ buildInputs = [ jdk libfoo ];
script to run it using the OpenJRE. You can use
makeWrapper for this:
-buildInputs = [ makeWrapper ];
+nativeBuildInputs = [ makeWrapper ];
installPhase =
''
@@ -68,7 +69,7 @@ installPhase =
can be done in a generic fashion with the --set argument
of makeWrapper:
- --set JAVA_HOME ${jdk.home}
+--set JAVA_HOME ${jdk.home}
@@ -76,7 +77,7 @@ installPhase =
It is possible to use a different Java compiler than javac
from the OpenJDK. For instance, to use the GNU Java Compiler:
-buildInputs = [ gcj ant ];
+nativeBuildInputs = [ gcj ant ];
Here, Ant will automatically use gij (the GNU Java
Runtime) instead of the OpenJRE.
diff --git a/doc/languages-frameworks/lua.xml b/doc/languages-frameworks/lua.xml
index 21014029996..5144bb24ff6 100644
--- a/doc/languages-frameworks/lua.xml
+++ b/doc/languages-frameworks/lua.xml
@@ -29,7 +29,7 @@ fileSystem = buildLuaPackage {
maintainers = with maintainers; [ flosse ];
};
};
-
+
diff --git a/doc/languages-frameworks/ocaml.xml b/doc/languages-frameworks/ocaml.xml
index 0deadf2edd0..b7006ecba99 100644
--- a/doc/languages-frameworks/ocaml.xml
+++ b/doc/languages-frameworks/ocaml.xml
@@ -62,7 +62,7 @@ buildDunePackage rec {
maintainers = with stdenv.lib.maintainers; [ sternenseemann ];
};
}
-
+
Here is a second example, this time using a source archive generated with
@@ -93,5 +93,5 @@ buildDunePackage rec {
maintainers = [ maintainers.eqyiel ];
};
}
-
+
diff --git a/doc/languages-frameworks/perl.xml b/doc/languages-frameworks/perl.xml
index a675e666586..065212a0e18 100644
--- a/doc/languages-frameworks/perl.xml
+++ b/doc/languages-frameworks/perl.xml
@@ -47,13 +47,13 @@ foo = import ../path/to/foo.nix {
in all-packages.nix. You can test building a Perl
package as follows:
-$ nix-build -A perlPackages.ClassC3
+$ nix-build -A perlPackages.ClassC3
buildPerlPackage adds perl- to the
start of the name attribute, so the package above is actually called
perl-Class-C3-0.21. So to install it, you can say:
-$ nix-env -i perl-Class-C3
+$ nix-env -i perl-Class-C3
(Of course you can also install using the attribute name: nix-env -i
-A perlPackages.ClassC3.)
@@ -75,7 +75,8 @@ $ nix-env -i perl-Class-C3
It adds the contents of the PERL5LIB environment variable
to #! .../bin/perl line of Perl scripts as
-Idir flags. This ensures
- that a script can find its dependencies.
+ that a script can find its dependencies. (This can cause this shebang line
+ to become too long for Darwin to handle; see the note below.)
@@ -137,6 +138,36 @@ ClassC3Componentised = buildPerlPackage rec {
+
+ On Darwin, if a script has too many
+ -Idir flags in its first line
+ (its “shebang line”), it will not run. This can be worked around by calling
+ the shortenPerlShebang function from the
+ postInstall phase:
+
+{ stdenv, buildPerlPackage, fetchurl, shortenPerlShebang }:
+
+ImageExifTool = buildPerlPackage {
+ pname = "Image-ExifTool";
+ version = "11.50";
+
+ src = fetchurl {
+ url = "https://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-11.50.tar.gz";
+ sha256 = "0d8v48y94z8maxkmw1rv7v9m0jg2dc8xbp581njb6yhr7abwqdv3";
+ };
+
+ buildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang;
+ postInstall = stdenv.lib.optional stdenv.isDarwin ''
+ shortenPerlShebang $out/bin/exiftool
+ '';
+};
+
+ This will remove the -I flags from the shebang line,
+ rewrite them in the use lib form, and put them on the next
+ line instead. This function can be given any number of Perl scripts as
+ arguments; it will modify them in-place.
+
+
Generation from CPAN
@@ -148,7 +179,7 @@ ClassC3Componentised = buildPerlPackage rec {
-$ nix-env -i nix-generate-from-cpan
+$ nix-env -i nix-generate-from-cpan
@@ -156,7 +187,7 @@ $ nix-env -i nix-generate-from-cpan
unpacks the corresponding package, and prints a Nix expression on standard
output. For example:
-$ nix-generate-from-cpan XML::Simple
+$ nix-generate-from-cpan XML::Simple
XMLSimple = buildPerlPackage rec {
name = "XML-Simple-2.22";
src = fetchurl {
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 1dc111114bd..4963c97a6c9 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -603,6 +603,7 @@ All parameters from `stdenv.mkDerivation` function are still supported. The foll
* `preShellHook`: Hook to execute commands before `shellHook`.
* `postShellHook`: Hook to execute commands after `shellHook`.
* `removeBinByteCode ? true`: Remove bytecode from `/bin`. Bytecode is only created when the filenames end with `.py`.
+* `setupPyGlobalFlags ? []`: List of flags passed to `setup.py` command.
* `setupPyBuildFlags ? []`: List of flags passed to `setup.py build_ext` command.
The `stdenv.mkDerivation` function accepts various parameters for describing build inputs (see "Specifying dependencies"). The following are of special
@@ -636,7 +637,7 @@ with import {};
};
});
};
- in pkgs.python3.override {inherit packageOverrides;};
+ in pkgs.python3.override {inherit packageOverrides; self = python;};
in python.withPackages(ps: [ps.blaze])).env
```
diff --git a/doc/languages-frameworks/qt.xml b/doc/languages-frameworks/qt.xml
index b9b605b81da..3332ce8c06e 100644
--- a/doc/languages-frameworks/qt.xml
+++ b/doc/languages-frameworks/qt.xml
@@ -4,71 +4,182 @@
Qt
- Qt is a comprehensive desktop and mobile application development toolkit for
- C++. Legacy support is available for Qt 3 and Qt 4, but all current
- development uses Qt 5. The Qt 5 packages in Nixpkgs are updated frequently to
- take advantage of new features, but older versions are typically retained
- until their support window ends. The most important consideration in
- packaging Qt-based software is ensuring that each package and all its
- dependencies use the same version of Qt 5; this consideration motivates most
- of the tools described below.
+ This section describes the differences between Nix expressions for Qt
+ libraries and applications and Nix expressions for other C++ software. Some
+ knowledge of the latter is assumed. There are primarily two problems which
+ the Qt infrastructure is designed to address: ensuring consistent versioning
+ of all dependencies and finding dependencies at runtime.
-
- Packaging Libraries for Nixpkgs
+
+ Nix expression for a Qt package (default.nix)
+
+{ mkDerivation, lib, qtbase }:
+mkDerivation {
+ pname = "myapp";
+ version = "1.0";
+
+ buildInputs = [ qtbase ];
+}
+
+
+
+
+
+
+ Import mkDerivation and Qt (such as
+ qtbase modules directly. Do not
+ import Qt package sets; the Qt versions of dependencies may not be
+ coherent, causing build and runtime failures.
+
+
+
+
+ Use mkDerivation instead of
+ stdenv.mkDerivation. mkDerivation
+ is a wrapper around stdenv.mkDerivation which
+ applies some Qt-specific settings.
+ This deriver accepts the same arguments as
+ stdenv.mkDerivation; refer to
+ for details.
+
+
+ To use another deriver instead of
+ stdenv.mkDerivation, use
+ mkDerivationWith:
+
+mkDerivationWith myDeriver {
+ # ...
+}
+
+ If you cannot use mkDerivationWith, please refer to
+ .
+
+
+
+
+ mkDerivation accepts the same arguments as
+ stdenv.mkDerivation, such as
+ buildInputs.
+
+
+
+
+
+ Locating runtime dependencies
+
+ Qt applications need to be wrapped to find runtime dependencies. If you
+ cannot use mkDerivation or
+ mkDerivationWith above, include
+ wrapQtAppsHook in nativeBuildInputs:
+
+stdenv.mkDerivation {
+ # ...
+
+ nativeBuildInputs = [ wrapQtAppsHook ];
+}
+
+
+
+
+
+ Entries added to qtWrapperArgs are used to modify the
+ wrappers created by wrapQtAppsHook. The entries are
+ passed as arguments to .
+
+mkDerivation {
+ # ...
+
+ qtWrapperArgs = [ ''--prefix PATH : /path/to/bin'' ];
+}
+
+
+
+
+ Set dontWrapQtApps to stop applications from being
+ wrapped automatically. It is required to wrap applications manually with
+ wrapQtApp, using the syntax of
+ :
+
+mkDerivation {
+ # ...
+
+ dontWrapQtApps = true;
+ preFixup = ''
+ wrapQtApp "$out/bin/myapp" --prefix PATH : /path/to/bin
+ '';
+}
+
+
+
+
- Whenever possible, libraries that use Qt 5 should be built with each
- available version. Packages providing libraries should be added to the
- top-level function mkLibsForQt5, which is used to build a
- set of libraries for every Qt 5 version. A special
- callPackage function is used in this scope to ensure that
- the entire dependency tree uses the same Qt 5 version. Import dependencies
- unqualified, i.e., qtbase not
- qt5.qtbase. Do not import a package
- set such as qt5 or libsForQt5.
+ wrapQtAppsHook ignores files that are non-ELF executables.
+ This means that scripts won't be automatically wrapped so you'll need to manually
+ wrap them as previously mentioned. An example of when you'd always need to do this
+ is with Python applications that use PyQT.
+
-
- If a library does not support a particular version of Qt 5, it is best to
- mark it as broken by setting its meta.broken attribute. A
- package may be marked broken for certain versions by testing the
- qtbase.version attribute, which will always give the
- current Qt 5 version.
-
-
+
+ Libraries are built with every available version of Qt. Use the meta.broken
+ attribute to disable the package for unsupported Qt versions:
+
+mkDerivation {
+ # ...
-
- Packaging Applications for Nixpkgs
+ # Disable this library with Qt < 5.9.0
+ meta.broken = builtins.compareVersions qtbase.version "5.9.0" < 0;
+}
+
+
-
- Call your application expression using
- libsForQt5.callPackage instead of
- callPackage. Import dependencies unqualified, i.e.,
- qtbase not qt5.qtbase. Do
- not import a package set such as qt5 or
- libsForQt5.
-
+
+ Adding a library to Nixpkgs
+
+ Add a Qt library to all-packages.nix by adding it to the
+ collection inside mkLibsForQt5. This ensures that the
+ library is built with every available version of Qt as needed.
+
+ Adding a Qt library to all-packages.nix
+
+{
+ # ...
-
- Qt 5 maintains strict backward compatibility, so it is generally best to
- build an application package against the latest version using the
- libsForQt5 library set. In case a package does not build
- with the latest Qt version, it is possible to pick a set pinned to a
- particular version, e.g. libsForQt55 for Qt 5.5, if that
- is the latest version the package supports. If a package must be pinned to
- an older Qt version, be sure to file a bug upstream; because Qt is strictly
- backwards-compatible, any incompatibility is by definition a bug in the
- application.
-
+ mkLibsForQt5 = self: with self; {
+ # ...
+
+ mylib = callPackage ../path/to/mylib {};
+ };
+
+ # ...
+}
+
+
+
+
+
+
+ Adding an application to Nixpkgs
+
+ Add a Qt application to all-packages.nix using
+ libsForQt5.callPackage instead of the usual
+ callPackage. The former ensures that all dependencies
+ are built with the same version of Qt.
+
+ Adding a Qt application to all-packages.nix
+
+{
+ # ...
+
+ myapp = libsForQt5.callPackage ../path/to/myapp/ {};
+
+ # ...
+}
+
+
+
+
-
- When testing applications in Nixpkgs, it is a common practice to build the
- package with nix-build and run it using the created
- symbolic link. This will not work with Qt applications, however, because
- they have many hard runtime requirements that can only be guaranteed if the
- package is actually installed. To test a Qt application, install it with
- nix-env or run it inside nix-shell.
-
-
diff --git a/doc/languages-frameworks/texlive.xml b/doc/languages-frameworks/texlive.xml
index 5792a16963a..97f274933be 100644
--- a/doc/languages-frameworks/texlive.xml
+++ b/doc/languages-frameworks/texlive.xml
@@ -26,7 +26,7 @@
texlive.combine {
inherit (texlive) scheme-small collection-langkorean algorithms cm-super;
}
-
+
There are all the schemes, collections and a few thousand packages, as
defined upstream (perhaps with tiny differences).
@@ -44,7 +44,7 @@ texlive.combine {
# elem tlType [ "run" "bin" "doc" "source" ]
# there are also other attributes: version, name
}
-
+
diff --git a/doc/languages-frameworks/vim.section.md b/doc/languages-frameworks/vim.section.md
index c450a09f7bd..537e7b93e52 100644
--- a/doc/languages-frameworks/vim.section.md
+++ b/doc/languages-frameworks/vim.section.md
@@ -21,7 +21,7 @@ At the moment we support three different methods for managing plugins:
Adding custom .vimrc lines can be done using the following code:
-```
+```nix
vim_configurable.customize {
# `name` specifies the name of the executable and package
name = "vim-with-plugins";
@@ -32,11 +32,11 @@ vim_configurable.customize {
}
```
-This configuration is used when vim is invoked with the command specified as name, in this case `vim-with-plugins`.
+This configuration is used when Vim is invoked with the command specified as name, in this case `vim-with-plugins`.
For Neovim the `configure` argument can be overridden to achieve the same:
-```
+```nix
neovim.override {
configure = {
customRC = ''
@@ -46,10 +46,10 @@ neovim.override {
}
```
-If you want to use `neovim-qt` as a graphical editor, you can configure it by overriding neovim in an overlay
-or passing it an overridden neovimn:
+If you want to use `neovim-qt` as a graphical editor, you can configure it by overriding Neovim in an overlay
+or passing it an overridden Neovimn:
-```
+```nix
neovim-qt.override {
neovim = neovim.override {
configure = {
@@ -63,16 +63,16 @@ neovim-qt.override {
## Managing plugins with Vim packages
-To store you plugins in Vim packages (the native vim plugin manager, see `:help packages`) the following example can be used:
+To store you plugins in Vim packages (the native Vim plugin manager, see `:help packages`) the following example can be used:
-```
+```nix
vim_configurable.customize {
vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; {
# loaded on launch
start = [ youcompleteme fugitive ];
# manually loadable by calling `:packadd $plugin-name`
- # however, if a vim plugin has a dependency that is not explicitly listed in
- # opt that dependency will always be added to start to avoid confusion.
+ # however, if a Vim plugin has a dependency that is not explicitly listed in
+ # opt that dependency will always be added to start to avoid confusion.
opt = [ phpCompletion elm-vim ];
# To automatically load a plugin when opening a filetype, add vimrc lines like:
# autocmd FileType php :packadd phpCompletion
@@ -83,7 +83,7 @@ vim_configurable.customize {
`myVimPackage` is an arbitrary name for the generated package. You can choose any name you like.
For Neovim the syntax is:
-```
+```nix
neovim.override {
configure = {
customRC = ''
@@ -92,7 +92,7 @@ neovim.override {
packages.myVimPackage = with pkgs.vimPlugins; {
# see examples below how to use custom packages
start = [ ];
- # If a vim plugin has a dependency that is not explicitly listed in
+ # If a Vim plugin has a dependency that is not explicitly listed in
# opt that dependency will always be added to start to avoid confusion.
opt = [ ];
};
@@ -102,7 +102,7 @@ neovim.override {
The resulting package can be added to `packageOverrides` in `~/.nixpkgs/config.nix` to make it installable:
-```
+```nix
{
packageOverrides = pkgs: with pkgs; {
myVim = vim_configurable.customize {
@@ -126,7 +126,7 @@ After that you can install your special grafted `myVim` or `myNeovim` packages.
To use [vim-plug](https://github.com/junegunn/vim-plug) to manage your Vim
plugins the following example can be used:
-```
+```nix
vim_configurable.customize {
vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; {
# loaded on launch
@@ -137,7 +137,7 @@ vim_configurable.customize {
For Neovim the syntax is:
-```
+```nix
neovim.override {
configure = {
customRC = ''
@@ -161,89 +161,112 @@ assuming that "using latest version" is ok most of the time.
First create a vim-scripts file having one plugin name per line. Example:
- "tlib"
- {'name': 'vim-addon-sql'}
- {'filetype_regex': '\%(vim)$', 'names': ['reload', 'vim-dev-plugin']}
+```
+"tlib"
+{'name': 'vim-addon-sql'}
+{'filetype_regex': '\%(vim)$', 'names': ['reload', 'vim-dev-plugin']}
+```
Such vim-scripts file can be read by VAM as well like this:
- call vam#Scripts(expand('~/.vim-scripts'), {})
+```vim
+call vam#Scripts(expand('~/.vim-scripts'), {})
+```
Create a default.nix file:
- { nixpkgs ? import {}, compiler ? "ghc7102" }:
- nixpkgs.vim_configurable.customize { name = "vim"; vimrcConfig.vam.pluginDictionaries = [ "vim-addon-vim2nix" ]; }
+```nix
+{ nixpkgs ? import {}, compiler ? "ghc7102" }:
+nixpkgs.vim_configurable.customize { name = "vim"; vimrcConfig.vam.pluginDictionaries = [ "vim-addon-vim2nix" ]; }
+```
Create a generate.vim file:
- ActivateAddons vim-addon-vim2nix
- let vim_scripts = "vim-scripts"
- call nix#ExportPluginsForNix({
- \ 'path_to_nixpkgs': eval('{"'.substitute(substitute(substitute($NIX_PATH, ':', ',', 'g'), '=',':', 'g'), '\([:,]\)', '"\1"',"g").'"}')["nixpkgs"],
- \ 'cache_file': '/tmp/vim2nix-cache',
- \ 'try_catch': 0,
- \ 'plugin_dictionaries': ["vim-addon-manager"]+map(readfile(vim_scripts), 'eval(v:val)')
- \ })
+```vim
+ActivateAddons vim-addon-vim2nix
+let vim_scripts = "vim-scripts"
+call nix#ExportPluginsForNix({
+\ 'path_to_nixpkgs': eval('{"'.substitute(substitute(substitute($NIX_PATH, ':', ',', 'g'), '=',':', 'g'), '\([:,]\)', '"\1"',"g").'"}')["nixpkgs"],
+\ 'cache_file': '/tmp/vim2nix-cache',
+\ 'try_catch': 0,
+\ 'plugin_dictionaries': ["vim-addon-manager"]+map(readfile(vim_scripts), 'eval(v:val)')
+\ })
+```
Then run
- nix-shell -p vimUtils.vim_with_vim2nix --command "vim -c 'source generate.vim'"
+```bash
+nix-shell -p vimUtils.vim_with_vim2nix --command "vim -c 'source generate.vim'"
+```
You should get a Vim buffer with the nix derivations (output1) and vam.pluginDictionaries (output2).
-You can add your vim to your system's configuration file like this and start it by "vim-my":
+You can add your Vim to your system's configuration file like this and start it by "vim-my":
- my-vim =
- let plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
- copy paste output1 here
- }; in vim_configurable.customize {
- name = "vim-my";
+```
+my-vim =
+ let plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
+ copy paste output1 here
+ }; in vim_configurable.customize {
+ name = "vim-my";
- vimrcConfig.vam.knownPlugins = plugins; # optional
- vimrcConfig.vam.pluginDictionaries = [
- copy paste output2 here
- ];
-
- # Pathogen would be
- # vimrcConfig.pathogen.knownPlugins = plugins; # plugins
- # vimrcConfig.pathogen.pluginNames = ["tlib"];
- };
+ vimrcConfig.vam.knownPlugins = plugins; # optional
+ vimrcConfig.vam.pluginDictionaries = [
+ copy paste output2 here
+ ];
+ # Pathogen would be
+ # vimrcConfig.pathogen.knownPlugins = plugins; # plugins
+ # vimrcConfig.pathogen.pluginNames = ["tlib"];
+ };
+```
Sample output1:
- "reload" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
- name = "reload";
- src = fetchgit {
- url = "git://github.com/xolox/vim-reload";
- rev = "0a601a668727f5b675cb1ddc19f6861f3f7ab9e1";
- sha256 = "0vb832l9yxj919f5hfg6qj6bn9ni57gnjd3bj7zpq7d4iv2s4wdh";
- };
- dependencies = ["nim-misc"];
+```
+"reload" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
+ name = "reload";
+ src = fetchgit {
+ url = "git://github.com/xolox/vim-reload";
+ rev = "0a601a668727f5b675cb1ddc19f6861f3f7ab9e1";
+ sha256 = "0vb832l9yxj919f5hfg6qj6bn9ni57gnjd3bj7zpq7d4iv2s4wdh";
+ };
+ dependencies = ["nim-misc"];
- };
- [...]
+};
+[...]
+```
Sample output2:
- [
- ''vim-addon-manager''
- ''tlib''
- { "name" = ''vim-addon-sql''; }
- { "filetype_regex" = ''\%(vim)$$''; "names" = [ ''reload'' ''vim-dev-plugin'' ]; }
- ]
-
+```nix
+[
+ ''vim-addon-manager''
+ ''tlib''
+ { "name" = ''vim-addon-sql''; }
+ { "filetype_regex" = ''\%(vim)$$''; "names" = [ ''reload'' ''vim-dev-plugin'' ]; }
+]
+```
## Adding new plugins to nixpkgs
-In `pkgs/misc/vim-plugins/vim-plugin-names` we store the plugin names
-for all vim plugins we automatically generate plugins for.
-The format of this file `github username/github repository`:
-For example https://github.com/scrooloose/nerdtree becomes `scrooloose/nerdtree`.
-After adding your plugin to this file run the `./update.py` in the same folder.
-This will updated a file called `generated.nix` and make your plugin accessible in the
-`vimPlugins` attribute set (`vimPlugins.nerdtree` in our example).
-If additional steps to the build process of the plugin are required, add an
-override to the `pkgs/misc/vim-plugins/default.nix` in the same directory.
+Nix expressions for Vim plugins are stored in [pkgs/misc/vim-plugins](/pkgs/misc/vim-plugins). For the vast majority of plugins, Nix expressions are automatically generated by running [`./update.py`](/pkgs/misc/vim-plugins/update.py). This creates a [generated.nix](/pkgs/misc/vim-plugins/generated.nix) file based on the plugins listed in [vim-plugin-names](/pkgs/misc/vim-plugins/vim-plugin-names). Plugins are listed in alphabetical order in `vim-plugin-names` using the format `[github username]/[repository]`. For example https://github.com/scrooloose/nerdtree becomes `scrooloose/nerdtree`.
+
+Some plugins require overrides in order to function properly. Overrides are placed in [overrides.nix](/pkgs/misc/vim-plugins/overrides.nix). Overrides are most often required when a plugin requires some dependencies, or extra steps are required during the build process. For example `deoplete-fish` requires both `deoplete-nvim` and `vim-fish`, and so the following override was added:
+
+```
+deoplete-fish = super.deoplete-fish.overrideAttrs(old: {
+ dependencies = with super; [ deoplete-nvim vim-fish ];
+});
+```
+
+Sometimes plugins require an override that must be changed when the plugin is updated. This can cause issues when Vim plugins are auto-updated but the associated override isn't updated. For these plugins, the override should be written so that it specifies all information required to install the plugin, and running `./update.py` doesn't change the derivation for the plugin. Manually updating the override is required to update these types of plugins. An example of such a plugin is `LanguageClient-neovim`.
+
+To add a new plugin:
+
+ 1. run `./update.py` and create a commit named "vimPlugins: Update",
+ 2. add the new plugin to [vim-plugin-names](/pkgs/misc/vim-plugins/vim-plugin-names) and add overrides if required to [overrides.nix](/pkgs/misc/vim-plugins/overrides.nix),
+ 3. run `./update.py` again and create a commit named "vimPlugins.[name]: init at [version]" (where `name` and `version` can be found in [generated.nix](/pkgs/misc/vim-plugins/generated.nix)), and
+ 4. create a pull request.
## Important repositories
@@ -252,4 +275,3 @@ override to the `pkgs/misc/vim-plugins/default.nix` in the same directory.
- [vim2nix](https://github.com/MarcWeber/vim-addon-vim2nix) which generates the
.nix code
-
diff --git a/doc/meta.xml b/doc/meta.xml
index ccbc812a862..58c390a68b8 100644
--- a/doc/meta.xml
+++ b/doc/meta.xml
@@ -30,7 +30,7 @@ meta = with stdenv.lib; {
The meta-attributes of a package can be queried from the command-line using
nix-env:
-$ nix-env -qa hello --json
+$ nix-env -qa hello --json
{
"hello": {
"meta": {
@@ -70,7 +70,7 @@ $ nix-env -qa hello --json
nix-env knows about the description
field specifically:
-$ nix-env -qa hello --description
+$ nix-env -qa hello --description
hello-2.3 A program that produces a familiar, friendly greeting
@@ -272,11 +272,9 @@ meta.platforms = stdenv.lib.platforms.linux;
This attribute is special in that it is not actually under the
meta attribute set but rather under the
- passthru attribute set. This is due to a current
- limitation of Nix, and will change as soon as Nixpkgs will be able to
- depend on a new enough version of Nix. See
- the relevant
- issue for more details.
+ passthru attribute set. This is due to how
+ meta attributes work, and the fact that they
+ are supposed to contain only metadata, not derivations.
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index 29b6b2420b5..d2c660e22a9 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -92,9 +92,9 @@ modulesTree = [kernel]
If needed you can also run make menuconfig:
-$ nix-env -i ncurses
-$ export NIX_CFLAGS_LINK=-lncurses
-$ make menuconfig ARCH=arch
+$ nix-env -i ncurses
+$ export NIX_CFLAGS_LINK=-lncurses
+$ make menuconfig ARCH=arch
@@ -142,8 +142,8 @@ $ make menuconfig ARCH=arch
The generator is invoked as follows:
-$ cd pkgs/servers/x11/xorg
-$ cat tarballs-7.5.list extra.list old.list \
+$ cd pkgs/servers/x11/xorg
+$ cat tarballs-7.5.list extra.list old.list \
| perl ./generate-expr-from-tarballs.pl
For each of the tarballs in the .list files, the script
@@ -160,8 +160,8 @@ $ cat tarballs-7.5.list extra.list old.list \
A file like tarballs-7.5.list contains all tarballs in
a X.org release. It can be generated like this:
-$ export i="mirror://xorg/X11R7.4/src/everything/"
-$ cat $(PRINT_PATH=1 nix-prefetch-url $i | tail -n 1) \
+$ export i="mirror://xorg/X11R7.4/src/everything/"
+$ cat $(PRINT_PATH=1 nix-prefetch-url $i | tail -n 1) \
| perl -e 'while (<>) { if (/(href|HREF)="([^"]*.bz2)"/) { print "$ENV{'i'}$2\n"; }; }' \
| sort > tarballs-7.4.list
@@ -210,7 +210,7 @@ $ cat $(PRINT_PATH=1 nix-prefetch-url $i | tail -n 1) \
often available. It is possible to list available Eclipse packages by
issuing the command:
-$ nix-env -f '<nixpkgs>' -qaP -A eclipses --description
+$ nix-env -f '<nixpkgs>' -qaP -A eclipses --description
Once an Eclipse variant is installed it can be run using the
eclipse command, as expected. From within Eclipse it is
@@ -250,7 +250,7 @@ packageOverrides = pkgs: {
available for installation using eclipseWithPlugins by
running
-$ nix-env -f '<nixpkgs>' -qaP -A eclipses.plugins --description
+$ nix-env -f '<nixpkgs>' -qaP -A eclipses.plugins --description
@@ -325,6 +325,18 @@ packageOverrides = pkgs: {
elm2nix.
+
+ Kakoune
+
+
+ Kakoune can be built to autoload plugins:
+(kakoune.override {
+ configure = {
+ plugins = with pkgs.kakounePlugins; [ parinfer-rust ];
+ };
+})
+
+
Interactive shell helpers
diff --git a/doc/package-specific-user-notes.xml b/doc/package-specific-user-notes.xml
index ef9198d1de2..196c760251f 100644
--- a/doc/package-specific-user-notes.xml
+++ b/doc/package-specific-user-notes.xml
@@ -409,11 +409,19 @@ overrides = self: super: rec {
- Citrix Receiver
+ Citrix Receiver & Citrix Workspace App
- The Citrix
- Receiver is a remote desktop viewer which provides access to
+
+
+ Please note that the citrix_receiver package has been deprecated since its
+ development was discontinued by upstream
+ and will be replaced by the citrix workspace app.
+
+
+ Citrix Receiver and
+ Citrix Workspace App
+ are a remote desktop viewers which provide access to
XenDesktop
installations.
@@ -423,30 +431,35 @@ overrides = self: super: rec {
The tarball archive needs to be downloaded manually as the license
- agreements of the vendor need to be accepted first. This is available at
- the
- download
- page at citrix.com. Then run nix-prefetch-url
- file://$PWD/linuxx64-$version.tar.gz. With the archive available
+ agreements of the vendor for
+ Citrix Receiver
+ or Citrix Workspace
+ need to be accepted first.
+ Then run nix-prefetch-url file://$PWD/linuxx64-$version.tar.gz.
+ With the archive available
in the store the package can be built and installed with Nix.
-
- Note: it's recommended to install Citrix
- Receiver using nix-env -i or globally to
- ensure that the .desktop files are installed properly
- into $XDG_CONFIG_DIRS. Otherwise it won't be possible to
- open .ica files automatically from the browser to start
- a Citrix connection.
-
+
+ Caution with nix-shell installs
+
+ It's recommended to install Citrix Receiver
+ and/or Citrix Workspace using
+ nix-env -i or globally to
+ ensure that the .desktop files are installed properly
+ into $XDG_CONFIG_DIRS. Otherwise it won't be possible to
+ open .ica files automatically from the browser to start
+ a Citrix connection.
+
+
Custom certificates
- The Citrix Receiver in nixpkgs trusts
- several certificates
+ The Citrix Receiver and Citrix Workspace App
+ in nixpkgs trust several certificates
from the
Mozilla database by default. However several companies using Citrix
might require their own corporate certificate. On distros with imperative
@@ -459,7 +472,7 @@ overrides = self: super: rec {
{ config.allowUnfree = true; };
let extraCerts = [ ./custom-cert-1.pem ./custom-cert-2.pem /* ... */ ]; in
-citrix_receiver.override {
+citrix_workspace.override { # the same applies for `citrix_receiver` if used.
inherit extraCerts;
}]]>
diff --git a/doc/platform-notes.xml b/doc/platform-notes.xml
index b75b50dbb96..157d3fe2fcd 100644
--- a/doc/platform-notes.xml
+++ b/doc/platform-notes.xml
@@ -20,14 +20,14 @@
scripts.
- stdenv.mkDerivation {
- name = "libfoo-1.2.3";
- # ...
- buildPhase = ''
- $CC -o hello hello.c
- '';
- }
-
+stdenv.mkDerivation {
+ name = "libfoo-1.2.3";
+ # ...
+ buildPhase = ''
+ $CC -o hello hello.c
+ '';
+}
+
@@ -39,12 +39,12 @@
fixupPhase.
- stdenv.mkDerivation {
- name = "libfoo-1.2.3";
- # ...
- makeFlags = stdenv.lib.optional stdenv.isDarwin "LDFLAGS=-Wl,-install_name,$(out)/lib/libfoo.dylib";
- }
-
+stdenv.mkDerivation {
+ name = "libfoo-1.2.3";
+ # ...
+ makeFlags = stdenv.lib.optional stdenv.isDarwin "LDFLAGS=-Wl,-install_name,$(out)/lib/libfoo.dylib";
+}
+
@@ -62,19 +62,19 @@
1 manpage.
- dyld: Library not loaded: /nix/store/7hnmbscpayxzxrixrgxvvlifzlxdsdir-jq-1.5-lib/lib/libjq.1.dylib
- Referenced from: /private/tmp/nix-build-jq-1.5.drv-0/jq-1.5/tests/../jq
- Reason: image not found
- ./tests/jqtest: line 5: 75779 Abort trap: 6
-
+dyld: Library not loaded: /nix/store/7hnmbscpayxzxrixrgxvvlifzlxdsdir-jq-1.5-lib/lib/libjq.1.dylib
+Referenced from: /private/tmp/nix-build-jq-1.5.drv-0/jq-1.5/tests/../jq
+Reason: image not found
+./tests/jqtest: line 5: 75779 Abort trap: 6
+
- stdenv.mkDerivation {
- name = "libfoo-1.2.3";
- # ...
- doInstallCheck = true;
- installCheckTarget = "check";
- }
-
+stdenv.mkDerivation {
+ name = "libfoo-1.2.3";
+ # ...
+ doInstallCheck = true;
+ installCheckTarget = "check";
+}
+
@@ -85,15 +85,15 @@
on xcode.
- stdenv.mkDerivation {
- name = "libfoo-1.2.3";
- # ...
- prePatch = ''
- substituteInPlace Makefile \
- --replace '/usr/bin/xcrun clang' clang
- '';
- }
-
+stdenv.mkDerivation {
+ name = "libfoo-1.2.3";
+ # ...
+ prePatch = ''
+ substituteInPlace Makefile \
+ --replace '/usr/bin/xcrun clang' clang
+ '';
+}
+
The package xcbuild can be used to build projects that
really depend on Xcode. However, this replacement is not 100% compatible
diff --git a/doc/quick-start.xml b/doc/quick-start.xml
index 86c17ca4e9f..292d66864a4 100644
--- a/doc/quick-start.xml
+++ b/doc/quick-start.xml
@@ -9,8 +9,8 @@
Checkout the Nixpkgs source tree:
-$ git clone https://github.com/NixOS/nixpkgs
-$ cd nixpkgs
+$ git clone https://github.com/NixOS/nixpkgs
+$ cd nixpkgs
@@ -23,7 +23,7 @@ $ cd nixpkgs
See for some hints on the tree
organisation. Create a directory for your package, e.g.
-$ mkdir pkgs/development/libraries/libfoo
+$ mkdir pkgs/development/libraries/libfoo
@@ -34,8 +34,8 @@ $ mkdir pkgs/development/libraries/libfoo
as arguments, and returns a build of the package in the Nix store. The
expression should usually be called default.nix.
-$ emacs pkgs/development/libraries/libfoo/default.nix
-$ git add pkgs/development/libraries/libfoo/default.nix
+$ emacs pkgs/development/libraries/libfoo/default.nix
+$ git add pkgs/development/libraries/libfoo/default.nix
You can have a look at the existing Nix expressions under
@@ -180,7 +180,7 @@ $ git add pkgs/development/libraries/libfoo/default.nix
with some descriptive name for the variable, e.g.
libfoo.
-$ emacs pkgs/top-level/all-packages.nix
+$ emacs pkgs/top-level/all-packages.nix
The attributes in that file are sorted by category (like “Development /
@@ -193,7 +193,7 @@ $ emacs pkgs/top-level/all-packages.nix
To test whether the package builds, run the following command from the
root of the nixpkgs source tree:
-$ nix-build -A libfoo
+$ nix-build -A libfoo
where libfoo should be the variable name defined in the
previous step. You may want to add the flag to keep
the temporary build directory in case something fails. If the build
@@ -205,13 +205,17 @@ $ nix-build -A libfoo
If you want to install the package into your profile (optional), do
-$ nix-env -f . -iA libfoo
+$ nix-env -f . -iA libfoo
- Optionally commit the new package and open a pull request, or send a patch
- to https://groups.google.com/forum/#!forum/nix-devel.
+ Optionally commit the new package and open a pull request to nixpkgs, or
+ use
+ the Patches category on Discourse for sending a patch without a
+ GitHub account.
diff --git a/doc/reviewing-contributions.xml b/doc/reviewing-contributions.xml
index 6e3b6face3a..5aa950625ef 100644
--- a/doc/reviewing-contributions.xml
+++ b/doc/reviewing-contributions.xml
@@ -153,11 +153,11 @@
nixpkgs-unstable for easier review by running the following commands
from a nixpkgs clone.
-$ git remote add channels https://github.com/NixOS/nixpkgs-channels.git $ git remote add channels https://github.com/NixOS/nixpkgs-channels.git
-$ git fetch channels nixos-unstable
-$ git fetch origin pull/PRNUMBER/head
-$ git rebase --onto nixos-unstable BASEBRANCH FETCH_HEAD $ git fetch channels nixos-unstable
+$ git fetch origin pull/PRNUMBER/head
+$ git rebase --onto nixos-unstable BASEBRANCH FETCH_HEAD
@@ -197,7 +197,7 @@ $ git rebase --onto nixos-unstable BASEBRANCH FETCH_HEAD
-$ nix-shell -p nix-review --run "nix-review pr PRNUMBER"
+$ nix-shell -p nix-review --run "nix-review pr PRNUMBER"
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index a14d78afe71..fe592965656 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -31,9 +31,28 @@ stdenv.mkDerivation {
separate Nix expression from pkgs/all-packages.nix, you
need to pass it as a function argument.) Specifying a
name and a src is the absolute minimum
- you need to do. Many packages have dependencies that are not provided in the
- standard environment. It’s usually sufficient to specify those
- dependencies in the buildInputs attribute:
+ Nix requires. For convenience, you can also use pname and
+ version attributes and mkDerivation
+ will automatically set name to
+ "${pname}-${version}" by default. Since
+ RFC 0035,
+ this is preferred for packages in Nixpkgs, as it allows us to reuse the
+ version easily:
+
+stdenv.mkDerivation rec {
+ pname = "libfoo";
+ version = "1.2.3";
+ src = fetchurl {
+ url = "http://example.org/libfoo-source-${version}.tar.bz2";
+ sha256 = "0x2g1jqygyr5wiwg4ma1nd7w4ydpy82z9gkcv8vh2v8dn3y58v5m";
+ };
+}
+
+
+
+ Many packages have dependencies that are not provided in the standard
+ environment. It’s usually sufficient to specify those dependencies in the
+ buildInputs attribute:
stdenv.mkDerivation {
name = "libfoo-1.2.3";
@@ -324,7 +343,7 @@ let f(h, t, i) = i + (if i <= 0 then h else t - 1)
let f(h, h + 1, i) = i + (if i <= 0 then h else (h + 1) - 1)
let f(h, h + 1, i) = i + (if i <= 0 then h else h)
let f(h, h + 1, i) = i + h
-
+
This is where "sum-like" comes in from above: We can just sum all of the
host offsets to get the host offset of the transitive dependency. The target
offset is the transitive dependency is simply the host offset + 1, just as
@@ -767,7 +786,7 @@ passthru.updateScript = [ ../../update.sh pname "--requested-release=unstable" ]
set, the default value is used, which is $prePhases
unpackPhase patchPhase $preConfigurePhases configurePhase
$preBuildPhases buildPhase checkPhase $preInstallPhases installPhase
- fixupPhase $preDistPhases distPhase $postPhases.
+ fixupPhase installCheckPhase $preDistPhases distPhase $postPhases.
Usually, if you just want to add a few phases, it’s more convenient
@@ -968,6 +987,16 @@ passthru.updateScript = [ ../../update.sh pname "--requested-release=unstable" ]
+
+
+ dontUnpack
+
+
+
+ Set to true to skip the unpack phase.
+
+
+
dontMakeSourcesWritable
@@ -1090,6 +1119,16 @@ passthru.updateScript = [ ../../update.sh pname "--requested-release=unstable" ]
+
+
+ dontConfigure
+
+
+
+ Set to true to skip the configure phase.
+
+
+
configureFlagsArray
@@ -1560,6 +1599,16 @@ installTargets = "install-bin install-doc";
Variables controlling the fixup phase
+
+
+ dontFixup
+
+
+
+ Set to true to skip the fixup phase.
+
+
+
dontStrip
@@ -2210,7 +2259,7 @@ someVar=$(stripHash $name)
array by doing something like
addEnvHooks "$hostOffset" myBashFunction
-
+
@@ -2648,8 +2697,8 @@ addEnvHooks "$hostOffset" myBashFunction
that is supposed to be inspected, add breakpointHook
to nativeBuildInputs.
- nativeBuildInputs = [ breakpointHook ];
-
+nativeBuildInputs = [ breakpointHook ];
+
When a build failure happens there will be an instruction printed that
shows how to attach with cntr to the build sandbox.
@@ -2844,7 +2893,7 @@ addEnvHooks "$hostOffset" myBashFunction
printf(help_message);
^
cc1plus: some warnings being treated as errors
-
+
@@ -2866,7 +2915,7 @@ cc1plus: some warnings being treated as errors
bin/blib.a(bios_console.o): In function `bios_handle_cup':
/tmp/nix-build-ipxe-20141124-5cbdc41.drv-0/ipxe-5cbdc41/src/arch/i386/firmware/pcbios/bios_console.c:86: undefined reference to `__stack_chk_fail'
-
+
@@ -2895,19 +2944,19 @@ bin/blib.a(bios_console.o): In function `bios_handle_cup':
malloc.c:404:15: error: return type is an incomplete type
malloc.c:410:19: error: storage size of 'ms' isn't known
-
+
strdup.h:22:1: error: expected identifier or '(' before '__extension__'
-
+
strsep.c:65:23: error: register name not specified for 'delim'
-
+
installwatch.c:3751:5: error: conflicting types for '__open_2'
-
+
fcntl2.h:50:4: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT or O_TMPFILE in second argument needs 3 arguments
-
+
@@ -2932,7 +2981,7 @@ fcntl2.h:50:4: error: call to '__open_missing_mode' declared with attribute erro
ccbLfRgg.s: Assembler messages:
ccbLfRgg.s:33: Error: missing or invalid displacement expression `private_key_len@GOTOFF'
-
+
@@ -2996,7 +3045,7 @@ ccbLfRgg.s:33: Error: missing or invalid displacement expression `private_key_le
intel_drv.so: undefined symbol: vgaHWFreeHWRec
-
+
diff --git a/doc/submitting-changes.xml b/doc/submitting-changes.xml
index bc090fd757c..a04ec08b048 100644
--- a/doc/submitting-changes.xml
+++ b/doc/submitting-changes.xml
@@ -36,8 +36,8 @@
-$ git checkout 0998212
-$ git checkout -b 'fix/pkg-name-update'
+$ git checkout 0998212
+$ git checkout -b 'fix/pkg-name-update'
@@ -514,7 +514,7 @@ The original commit message describing the reason why the world was torn apart.
(cherry picked from commit abcdef)
Reason: I just had a gut feeling that this would also be wanted by people from
the stone age.
-
+
diff --git a/lib/default.nix b/lib/default.nix
index 3efaaf0f8f9..18d2dfae1e1 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -71,7 +71,7 @@ let
zipAttrsWithNames zipAttrsWith zipAttrs recursiveUpdateUntil
recursiveUpdate matchAttrs overrideExisting getOutput getBin
getLib getDev chooseDevOutputs zipWithNames zip;
- inherit (lists) singleton foldr fold foldl foldl' imap0 imap1
+ inherit (lists) singleton forEach foldr fold foldl foldl' imap0 imap1
concatMap flatten remove findSingle findFirst any all count
optional optionals toList range partition zipListsWith zipLists
reverseList listDfs toposort sort naturalSort compareLists take
diff --git a/lib/lists.nix b/lib/lists.nix
index 30d87ece664..e4fcf959b60 100644
--- a/lib/lists.nix
+++ b/lib/lists.nix
@@ -21,6 +21,19 @@ rec {
*/
singleton = x: [x];
+ /* Apply the function to each element in the list. Same as `map`, but arguments
+ flipped.
+
+ Type: forEach :: [a] -> (a -> b) -> [b]
+
+ Example:
+ forEach [ 1 2 ] (x:
+ toString x
+ )
+ => [ "1" "2" ]
+ */
+ forEach = xs: f: map f xs;
+
/* “right fold” a binary function `op` between successive elements of
`list` with `nul' as the starting value, i.e.,
`foldr op nul [x_1 x_2 ... x_n] == op x_1 (op x_2 ... (op x_n nul))`.
diff --git a/lib/sources.nix b/lib/sources.nix
index 0ffadea8f1b..c4680087b24 100644
--- a/lib/sources.nix
+++ b/lib/sources.nix
@@ -53,12 +53,16 @@ rec {
# Filter sources by a list of regular expressions.
#
# E.g. `src = sourceByRegex ./my-subproject [".*\.py$" "^database.sql$"]`
- sourceByRegex = src: regexes: cleanSourceWith {
- filter = (path: type:
- let relPath = lib.removePrefix (toString src + "/") (toString path);
- in lib.any (re: builtins.match re relPath != null) regexes);
- inherit src;
- };
+ sourceByRegex = src: regexes:
+ let
+ isFiltered = src ? _isLibCleanSourceWith;
+ origSrc = if isFiltered then src.origSrc else src;
+ in lib.cleanSourceWith {
+ filter = (path: type:
+ let relPath = lib.removePrefix (toString origSrc + "/") (toString path);
+ in lib.any (re: builtins.match re relPath != null) regexes);
+ inherit src;
+ };
# Get all files ending with the specified suffices from the given
# directory or its descendants. E.g. `sourceFilesBySuffices ./dir
diff --git a/lib/systems/doubles.nix b/lib/systems/doubles.nix
index 09e9089aa6f..823f6a915d6 100644
--- a/lib/systems/doubles.nix
+++ b/lib/systems/doubles.nix
@@ -13,9 +13,11 @@ let
"i686-cygwin" "i686-freebsd" "i686-linux" "i686-netbsd" "i686-openbsd"
- "x86_64-cygwin" "x86_64-darwin" "x86_64-freebsd" "x86_64-linux"
+ "x86_64-cygwin" "x86_64-freebsd" "x86_64-linux"
"x86_64-netbsd" "x86_64-openbsd" "x86_64-solaris"
+ "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin"
+
"x86_64-windows" "i686-windows"
"wasm64-wasi" "wasm32-wasi"
@@ -24,7 +26,7 @@ let
"riscv32-linux" "riscv64-linux"
- "aarch64-none" "avr-none" "arm-none" "i686-none" "x86_64-none" "powerpc-none" "msp430-none"
+ "aarch64-none" "avr-none" "arm-none" "i686-none" "x86_64-none" "powerpc-none" "msp430-none" "riscv64-none" "riscv32-none"
];
allParsed = map parse.mkSystemFromString all;
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index d17af9fcc14..aa55438de08 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -97,6 +97,18 @@ rec {
riscv64 = riscv "64";
riscv32 = riscv "32";
+ riscv64-embedded = {
+ config = "riscv64-none-elf";
+ libc = "newlib";
+ platform = platforms.riscv-multiplatform "64";
+ };
+
+ riscv32-embedded = {
+ config = "riscv32-none-elf";
+ libc = "newlib";
+ platform = platforms.riscv-multiplatform "32";
+ };
+
msp430 = {
config = "msp430-elf";
libc = "newlib";
diff --git a/lib/systems/parse.nix b/lib/systems/parse.nix
index 7f5912a13a7..b088cd342f1 100644
--- a/lib/systems/parse.nix
+++ b/lib/systems/parse.nix
@@ -428,7 +428,7 @@ rec {
mkSystemFromString = s: mkSystemFromSkeleton (mkSkeletonFromList (lib.splitString "-" s));
- doubleFromSystem = { cpu, vendor, kernel, abi, ... }:
+ doubleFromSystem = { cpu, kernel, abi, ... }:
/**/ if abi == abis.cygnus then "${cpu.name}-cygwin"
else if kernel.families ? darwin then "${cpu.name}-darwin"
else "${cpu.name}-${kernel.name}";
diff --git a/lib/tests/modules.sh b/lib/tests/modules.sh
index eadaa0521b3..cf344122cf4 100755
--- a/lib/tests/modules.sh
+++ b/lib/tests/modules.sh
@@ -71,6 +71,15 @@ checkConfigError 'The option value .* in .* is not of type.*positive integer.*'
checkConfigOutput "42" config.value ./declare-int-between-value.nix ./define-value-int-positive.nix
checkConfigError 'The option value .* in .* is not of type.*between.*-21 and 43.*inclusive.*' config.value ./declare-int-between-value.nix ./define-value-int-negative.nix
+# Check either types
+# types.either
+checkConfigOutput "42" config.value ./declare-either.nix ./define-value-int-positive.nix
+checkConfigOutput "\"24\"" config.value ./declare-either.nix ./define-value-string.nix
+# types.oneOf
+checkConfigOutput "42" config.value ./declare-oneOf.nix ./define-value-int-positive.nix
+checkConfigOutput "[ ]" config.value ./declare-oneOf.nix ./define-value-list.nix
+checkConfigOutput "\"24\"" config.value ./declare-oneOf.nix ./define-value-string.nix
+
# Check mkForce without submodules.
set -- config.enable ./declare-enable.nix ./define-enable.nix
checkConfigOutput "true" "$@"
diff --git a/lib/tests/modules/declare-either.nix b/lib/tests/modules/declare-either.nix
new file mode 100644
index 00000000000..5a0fa978a13
--- /dev/null
+++ b/lib/tests/modules/declare-either.nix
@@ -0,0 +1,5 @@
+{ lib, ... }: {
+ options.value = lib.mkOption {
+ type = lib.types.either lib.types.int lib.types.str;
+ };
+}
diff --git a/lib/tests/modules/declare-oneOf.nix b/lib/tests/modules/declare-oneOf.nix
new file mode 100644
index 00000000000..df092a14f81
--- /dev/null
+++ b/lib/tests/modules/declare-oneOf.nix
@@ -0,0 +1,9 @@
+{ lib, ... }: {
+ options.value = lib.mkOption {
+ type = lib.types.oneOf [
+ lib.types.int
+ (lib.types.listOf lib.types.int)
+ lib.types.str
+ ];
+ };
+}
diff --git a/lib/tests/release.nix b/lib/tests/release.nix
index d9a8a006725..737d142d253 100644
--- a/lib/tests/release.nix
+++ b/lib/tests/release.nix
@@ -1,11 +1,9 @@
{ pkgs ? import ((import ../.).cleanSource ../..) {} }:
-pkgs.stdenv.mkDerivation {
- name = "nixpkgs-lib-tests";
- buildInputs = [ pkgs.nix ];
+pkgs.runCommandNoCC "nixpkgs-lib-tests" {
+ buildInputs = [ pkgs.nix (import ./check-eval.nix) ];
NIX_PATH="nixpkgs=${pkgs.path}";
-
- buildCommand = ''
+} ''
datadir="${pkgs.nix}/share"
export TEST_ROOT=$(pwd)/test-tmp
export NIX_BUILD_HOOK=
@@ -22,10 +20,5 @@ pkgs.stdenv.mkDerivation {
cd ${pkgs.path}/lib/tests
bash ./modules.sh
- [[ "$(nix-instantiate --eval --strict misc.nix)" == "[ ]" ]]
-
- [[ "$(nix-instantiate --eval --strict systems.nix)" == "[ ]" ]]
-
touch $out
- '';
-}
+''
diff --git a/lib/tests/systems.nix b/lib/tests/systems.nix
index 7fc4b2eabcf..5748c09b564 100644
--- a/lib/tests/systems.nix
+++ b/lib/tests/systems.nix
@@ -14,13 +14,13 @@ let
in with lib.systems.doubles; lib.runTests {
testall = mseteq all (linux ++ darwin ++ freebsd ++ openbsd ++ netbsd ++ illumos ++ wasi ++ windows ++ embedded);
- testarm = mseteq arm [ "armv5tel-linux" "armv6l-linux" "armv7l-linux" "arm-none" ];
- testi686 = mseteq i686 [ "i686-linux" "i686-freebsd" "i686-netbsd" "i686-openbsd" "i686-cygwin" "i686-windows" "i686-none" ];
+ testarm = mseteq arm [ "armv5tel-linux" "armv6l-linux" "armv7l-linux" "arm-none" "armv7a-darwin" ];
+ testi686 = mseteq i686 [ "i686-linux" "i686-freebsd" "i686-netbsd" "i686-openbsd" "i686-cygwin" "i686-windows" "i686-none" "i686-darwin" ];
testmips = mseteq mips [ "mipsel-linux" ];
testx86_64 = mseteq x86_64 [ "x86_64-linux" "x86_64-darwin" "x86_64-freebsd" "x86_64-openbsd" "x86_64-netbsd" "x86_64-cygwin" "x86_64-solaris" "x86_64-windows" "x86_64-none" ];
testcygwin = mseteq cygwin [ "i686-cygwin" "x86_64-cygwin" ];
- testdarwin = mseteq darwin [ "x86_64-darwin" ];
+ testdarwin = mseteq darwin [ "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin" ];
testfreebsd = mseteq freebsd [ "i686-freebsd" "x86_64-freebsd" ];
testgnu = mseteq gnu (linux /* ++ kfreebsd ++ ... */);
testillumos = mseteq illumos [ "x86_64-solaris" ];
diff --git a/lib/types.nix b/lib/types.nix
index b225119299d..9c00656ab91 100644
--- a/lib/types.nix
+++ b/lib/types.nix
@@ -111,7 +111,7 @@ rec {
name = "int";
description = "signed integer";
check = isInt;
- merge = mergeOneOption;
+ merge = mergeEqualOption;
};
# Specialized subdomains of int
@@ -176,14 +176,14 @@ rec {
name = "float";
description = "floating point number";
check = isFloat;
- merge = mergeOneOption;
+ merge = mergeEqualOption;
};
str = mkOptionType {
name = "str";
description = "string";
check = isString;
- merge = mergeOneOption;
+ merge = mergeEqualOption;
};
strMatching = pattern: mkOptionType {
@@ -243,7 +243,7 @@ rec {
name = "path";
# Hacky: there is no ‘isPath’ primop.
check = x: builtins.substring 0 1 (toString x) == "/";
- merge = mergeOneOption;
+ merge = mergeEqualOption;
};
# drop this in the future:
@@ -415,7 +415,7 @@ rec {
name = "enum";
description = "one of ${concatMapStringsSep ", " show values}";
check = flip elem values;
- merge = mergeOneOption;
+ merge = mergeEqualOption;
functor = (defaultFunctor name) // { payload = values; binOp = a: b: unique (a ++ b); };
};
@@ -443,6 +443,13 @@ rec {
functor = (defaultFunctor name) // { wrapped = [ t1 t2 ]; };
};
+ # Any of the types in the given list
+ oneOf = ts:
+ let
+ head' = if ts == [] then throw "types.oneOf needs to get at least one type in its argument" else head ts;
+ tail' = tail ts;
+ in foldl' either head' tail';
+
# Either value of type `finalType` or `coercedType`, the latter is
# converted to `finalType` using `coerceFunc`.
coercedTo = coercedType: coerceFunc: finalType:
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 12c66317060..7ff22fb61fa 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -7,6 +7,7 @@
# Optional
github = "GithubUsername";
+ githubId = your-github-id;
keys = [{
longkeyid = "rsa2048/0x0123456789ABCDEF";
fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333";
@@ -19,6 +20,7 @@
- `name` is your, preferably real, name,
- `email` is your maintainer email address, and
- `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/`),
+ - `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/`,
- `keys` is a list of your PGP/GPG key IDs and fingerprints.
`handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient.
@@ -38,10 +40,17 @@
See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data.
*/
{
+ "00-matt" = {
+ name = "Matt Smith";
+ email = "matt@offtopica.uk";
+ github = "00-matt";
+ githubId = 48835712;
+ };
"0x4A6F" = {
email = "0x4A6F@shackspace.de";
name = "Joachim Ernst";
github = "0x4A6F";
+ githubId = 9675338;
keys = [{
longkeyid = "rsa8192/0x87027528B006D66D";
fingerprint = "F466 A548 AD3F C1F1 8C88 4576 8702 7528 B006 D66D";
@@ -50,41 +59,49 @@
"1000101" = {
email = "jan.hrnko@satoshilabs.com";
github = "1000101";
+ githubId = 791309;
name = "Jan Hrnko";
};
a1russell = {
email = "adamlr6+pub@gmail.com";
github = "a1russell";
+ githubId = 241628;
name = "Adam Russell";
};
aanderse = {
email = "aaron@fosslib.net";
github = "aanderse";
+ githubId = 7755101;
name = "Aaron Andersen";
};
aaronjanse = {
email = "aaron@ajanse.me";
github = "aaronjanse";
+ githubId = 16829510;
name = "Aaron Janse";
- keys = [
- { longkeyid = "rsa2048/0x651BD4B37D75E234"; # Email only
- fingerprint = "490F 5009 34E7 20BD 4C53 96C2 651B D4B3 7D75 E234";
- }
- { longkeyid = "rsa4096/0xBE6C92145BFF4A34"; # Git, etc
- fingerprint = "CED9 6DF4 63D7 B86A 1C4B 1322 BE6C 9214 5BFF 4A34";
- }
- ];
};
aaronschif = {
email = "aaronschif@gmail.com";
github = "aaronschif";
+ githubId = 2258953;
name = "Aaron Schif";
};
abaldeau = {
email = "andreas@baldeau.net";
github = "baldo";
+ githubId = 178750;
name = "Andreas Baldeau";
};
+ abbe = {
+ email = "ashish.is@lostca.se";
+ github = "wahjava";
+ githubId = 2255192;
+ name = "Ashish SHUKLA";
+ keys = [{
+ longkeyid = "rsa4096/0xC746CFA9E74FA4B0";
+ fingerprint = "F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0";
+ }];
+ };
abbradar = {
email = "ab@fmap.me";
github = "abbradar";
@@ -93,31 +110,37 @@
abhi18av = {
email = "abhi18av@gmail.com";
github = "abhi18av";
+ githubId = 12799326;
name = "Abhinav Sharma";
};
abigailbuccaneer = {
email = "abigailbuccaneer@gmail.com";
github = "abigailbuccaneer";
+ githubId = 908758;
name = "Abigail Bunyan";
};
aborsu = {
email = "a.borsu@gmail.com";
github = "aborsu";
+ githubId = 5033617;
name = "Augustin Borsu";
};
aboseley = {
email = "adam.boseley@gmail.com";
github = "aboseley";
+ githubId = 13504599;
name = "Adam Boseley";
};
abuibrahim = {
email = "ruslan@babayev.com";
github = "abuibrahim";
+ githubId = 2321000;
name = "Ruslan Babayev";
};
acowley = {
email = "acowley@gmail.com";
github = "acowley";
+ githubId = 124545;
name = "Anthony Cowley";
};
adamt = {
@@ -128,61 +151,73 @@
adelbertc = {
email = "adelbertc@gmail.com";
github = "adelbertc";
+ githubId = 1332980;
name = "Adelbert Chang";
};
adev = {
email = "adev@adev.name";
github = "adevress";
+ githubId = 1773511;
name = "Adrien Devresse";
};
adisbladis = {
email = "adis@blad.is";
github = "adisbladis";
+ githubId = 63286;
name = "Adam Hose";
};
Adjective-Object = {
email = "mhuan13@gmail.com";
github = "Adjective-Object";
+ githubId = 1174858;
name = "Maxwell Huang-Hobbs";
};
adnelson = {
email = "ithinkican@gmail.com";
github = "adnelson";
+ githubId = 5091511;
name = "Allen Nelson";
};
adolfogc = {
email = "adolfo.garcia.cr@gmail.com";
github = "adolfogc";
+ githubId = 1250775;
name = "Adolfo E. García Castro";
};
aepsil0n = {
email = "eduard.bopp@aepsil0n.de";
github = "aepsil0n";
+ githubId = 3098430;
name = "Eduard Bopp";
};
aerialx = {
email = "aaron+nixos@aaronlindsay.com";
github = "AerialX";
+ githubId = 117295;
name = "Aaron Lindsay";
};
aespinosa = {
email = "allan.espinosa@outlook.com";
github = "aespinosa";
+ githubId = 58771;
name = "Allan Espinosa";
};
aethelz = {
email = "aethelz@protonmail.com";
github = "aethelz";
+ githubId = 10677343;
name = "Eugene";
};
aflatter = {
email = "flatter@fastmail.fm";
github = "aflatter";
+ githubId = 168;
name = "Alexander Flatter";
};
afldcr = {
email = "alex@fldcr.com";
github = "afldcr";
+ githubId = 335271;
name = "James Alexander Feldman-Crough";
};
aforemny = {
@@ -193,36 +228,43 @@
afranchuk = {
email = "alex.franchuk@gmail.com";
github = "afranchuk";
+ githubId = 4296804;
name = "Alex Franchuk";
};
aherrmann = {
email = "andreash87@gmx.ch";
github = "aherrmann";
+ githubId = 732652;
name = "Andreas Herrmann";
};
ahmedtd = {
email = "ahmed.taahir@gmail.com";
github = "ahmedtd";
+ githubId = 1017202;
name = "Taahir Ahmed";
};
ahuzik = {
email = "ales.guzik@gmail.com";
github = "alesguzik";
+ githubId = 209175;
name = "Ales Huzik";
};
aij = {
email = "aij+git@mrph.org";
github = "aij";
+ githubId = 4732885;
name = "Ivan Jager";
};
ajs124 = {
email = "nix@ajs124.de";
github = "ajs124";
+ githubId = 1229027;
name = "Andreas Schrägle";
};
ajgrf = {
email = "a@ajgrf.com";
github = "ajgrf";
+ githubId = 10733175;
name = "Alex Griffin";
};
ak = {
@@ -233,36 +275,54 @@
akavel = {
email = "czapkofan@gmail.com";
github = "akavel";
+ githubId = 273837;
name = "Mateusz Czapliński";
};
akaWolf = {
email = "akawolf0@gmail.com";
github = "akaWolf";
+ githubId = 5836586;
name = "Artjom Vejsel";
};
akc = {
email = "akc@akc.is";
github = "akc";
+ githubId = 1318982;
name = "Anders Claesson";
};
akru = {
email = "mail@akru.me";
github = "akru";
+ githubId = 786394;
name = "Alexander Krupenkin ";
};
+ alexarice = {
+ email = "alexrice999@hotmail.co.uk";
+ github = "alexarice";
+ githubId = 17208985;
+ name = "Alex Rice";
+ };
+ alexbakker = {
+ email = "ab@alexbakker.me";
+ github = "alexbakker";
+ name = "Alexander Bakker";
+ };
alexchapman = {
email = "alex@farfromthere.net";
github = "AJChapman";
+ githubId = 8316672;
name = "Alex Chapman";
};
alexfmpe = {
email = "alexandre.fmp.esteves@gmail.com";
github = "alexfmpe";
+ githubId = 2335822;
name = "Alexandre Esteves";
};
alexvorobiev = {
email = "alexander.vorobiev@gmail.com";
github = "alexvorobiev";
+ githubId = 782180;
name = "Alex Vorobiev";
};
algorith = {
@@ -272,8 +332,15 @@
alibabzo = {
email = "alistair.bill@gmail.com";
github = "alibabzo";
+ githubId = 2822871;
name = "Alistair Bill";
};
+ alkeryn = {
+ email = "plbraundev@gmail.com";
+ github = "Alkeryn";
+ githubId = 11599075;
+ name = "Pierre-Louis Braun";
+ };
all = {
email = "nix-commits@lists.science.uu.nl";
name = "Nix Committers";
@@ -281,6 +348,7 @@
allonsy = {
email = "linuxbash8@gmail.com";
github = "allonsy";
+ githubId = 5892756;
name = "Alec Snyder";
};
alunduil = {
@@ -291,6 +359,7 @@
amar1729 = {
email = "amar.paul16@gmail.com";
github = "amar1729";
+ githubId = 15623522;
name = "Amar Paul";
};
ambrop72 = {
@@ -301,11 +370,13 @@
amiddelk = {
email = "amiddelk@gmail.com";
github = "amiddelk";
+ githubId = 1358320;
name = "Arie Middelkoop";
};
amiloradovsky = {
email = "miloradovsky@gmail.com";
github = "amiloradovsky";
+ githubId = 20530052;
name = "Andrew Miloradovsky";
};
aminb = {
@@ -316,31 +387,43 @@
aminechikhaoui = {
email = "amine.chikhaoui91@gmail.com";
github = "AmineChikhaoui";
+ githubId = 5149377;
name = "Amine Chikhaoui";
};
amorsillo = {
email = "andrew.morsillo@gmail.com";
github = "AndrewMorsillo";
+ githubId = 858965;
name = "Andrew Morsillo";
};
andersk = {
email = "andersk@mit.edu";
github = "andersk";
+ githubId = 26471;
name = "Anders Kaseorg";
};
+ anderslundstedt = {
+ email = "git@anderslundstedt.se";
+ github = "anderslundstedt";
+ githubId = 4514101;
+ name = "Anders Lundstedt";
+ };
AndersonTorres = {
email = "torres.anderson.85@protonmail.com";
github = "AndersonTorres";
+ githubId = 5954806;
name = "Anderson Torres";
};
anderspapitto = {
email = "anderspapitto@gmail.com";
github = "anderspapitto";
+ githubId = 1388690;
name = "Anders Papitto";
};
andir = {
email = "andreas@rammhold.de";
github = "andir";
+ githubId = 638836;
name = "Andreas Rammhold";
};
andreabedini = {
@@ -356,21 +439,25 @@
andrestylianos = {
email = "andre.stylianos@gmail.com";
github = "andrestylianos";
+ githubId = 7112447;
name = "Andre S. Ramos";
};
andrew-d = {
email = "andrew@du.nham.ca";
github = "andrew-d";
+ githubId = 1079173;
name = "Andrew Dunham";
};
andrewchambers = {
email = "ac@acha.ninja";
github = "andrewchambers";
+ githubId = 962885;
name = "Andrew Chambers";
};
andrewrk = {
email = "superjoe30@gmail.com";
github = "andrewrk";
+ githubId = 106511;
name = "Andrew Kelley";
};
andsild = {
@@ -381,26 +468,37 @@
aneeshusa = {
email = "aneeshusa@gmail.com";
github = "aneeshusa";
+ githubId = 2085567;
name = "Aneesh Agrawal";
};
+ angristan = {
+ email = "angristan@pm.me";
+ github = "angristan";
+ githubId = 11699655;
+ name = "Stanislas Lange";
+ };
ankhers = {
email = "justin.k.wood@gmail.com";
github = "ankhers";
+ githubId = 750786;
name = "Justin Wood";
};
anpryl = {
email = "anpryl@gmail.com";
github = "anpryl";
+ githubId = 5327697;
name = "Anatolii Prylutskyi";
};
anton-dessiatov = {
email = "anton.dessiatov@gmail.com";
github = "anton-dessiatov";
+ githubId = 2873280;
name = "Anton Desyatov";
};
Anton-Latukha = {
email = "anton.latuka+nixpkgs@gmail.com";
github = "Anton-Latukha";
+ githubId = 20933385;
name = "Anton Latukha";
};
antono = {
@@ -411,51 +509,61 @@
antonxy = {
email = "anton.schirg@posteo.de";
github = "antonxy";
+ githubId = 4194320;
name = "Anton Schirg";
};
apeschar = {
email = "albert@peschar.net";
github = "apeschar";
+ githubId = 122977;
name = "Albert Peschar";
};
apeyroux = {
email = "alex@px.io";
github = "apeyroux";
+ githubId = 1078530;
name = "Alexandre Peyroux";
};
ar1a = {
email = "aria@ar1as.space";
github = "ar1a";
+ githubId = 8436007;
name = "Aria Edmonds";
};
arcadio = {
email = "arc@well.ox.ac.uk";
github = "arcadio";
+ githubId = 56009;
name = "Arcadio Rubio García";
};
ardumont = {
email = "eniotna.t@gmail.com";
github = "ardumont";
+ githubId = 718812;
name = "Antoine R. Dumont";
};
aristid = {
email = "aristidb@gmail.com";
github = "aristidb";
+ githubId = 30712;
name = "Aristid Breitkreuz";
};
ariutta = {
email = "anders.riutta@gmail.com";
github = "ariutta";
+ githubId = 1296771;
name = "Anders Riutta";
};
arobyn = {
email = "shados@shados.net";
github = "shados";
+ githubId = 338268;
name = "Alexei Robyn";
};
artemist = {
email = "me@artem.ist";
github = "artemist";
+ githubId = 1226638;
name = "Artemis Tosini";
keys = [{
longkeyid = "rsa4096/0x4FDC96F161E7BA8A";
@@ -465,56 +573,73 @@
artuuge = {
email = "artuuge@gmail.com";
github = "artuuge";
+ githubId = 10285250;
name = "Artur E. Ruuge";
};
ashalkhakov = {
email = "artyom.shalkhakov@gmail.com";
github = "ashalkhakov";
+ githubId = 1270502;
name = "Artyom Shalkhakov";
};
ashgillman = {
email = "gillmanash@gmail.com";
github = "ashgillman";
+ githubId = 816777;
name = "Ashley Gillman";
};
+ ashkitten = {
+ email = "ashlea@protonmail.com";
+ github = "ashkitten";
+ githubId = 9281956;
+ name = "ash lea";
+ };
aske = {
email = "aske@fmap.me";
github = "aske";
+ githubId = 869771;
name = "Kirill Boltaev";
};
asppsa = {
email = "asppsa@gmail.com";
github = "asppsa";
+ githubId = 453170;
name = "Alastair Pharo";
};
astro = {
email = "astro@spaceboyz.net";
github = "astro";
+ githubId = 12923;
name = "Astro";
};
astsmtl = {
email = "astsmtl@yandex.ru";
github = "astsmtl";
+ githubId = 2093941;
name = "Alexander Tsamutali";
};
asymmetric = {
email = "lorenzo@mailbox.org";
github = "asymmetric";
+ githubId = 101816;
name = "Lorenzo Manacorda";
};
aszlig = {
email = "aszlig@nix.build";
github = "aszlig";
+ githubId = 192147;
name = "aszlig";
};
athas = {
email = "athas@sigkill.dk";
github = "athas";
+ githubId = 55833;
name = "Troels Henriksen";
};
atnnn = {
email = "etienne@atnnn.com";
github = "atnnn";
+ githubId = 706854;
name = "Etienne Laurin";
};
auntie = {
@@ -525,11 +650,13 @@
avaq = {
email = "avaq+nixos@xs4all.nl";
github = "avaq";
+ githubId = 1217745;
name = "Aldwin Vlasblom";
};
avery = {
email = "averyl+nixos@protonmail.com";
github = "AveryLychee";
+ githubId = 9147625;
name = "Avery Lychee";
};
averelld = {
@@ -537,29 +664,44 @@
github = "averelld";
name = "averelld";
};
+ avitex = {
+ email = "theavitex@gmail.com";
+ github = "avitex";
+ githubId = 5110816;
+ name = "avitex";
+ keys = [{
+ longkeyid = "rsa4096/0x8B366C443CABE942";
+ fingerprint = "271E 136C 178E 06FA EA4E B854 8B36 6C44 3CAB E942";
+ }];
+ };
avnik = {
email = "avn@avnik.info";
github = "avnik";
+ githubId = 153538;
name = "Alexander V. Nikolaev";
};
aw = {
email = "aw-nixos@meterriblecrew.net";
github = "herrwiese";
+ githubId = 206242;
name = "Andreas Wiese";
};
aycanirican = {
email = "iricanaycan@gmail.com";
github = "aycanirican";
+ githubId = 135230;
name = "Aycan iRiCAN";
};
babariviere = {
email = "babariviere@protonmail.com";
github = "babariviere";
+ githubId = 12128029;
name = "babariviere";
};
bachp = {
email = "pascal.bach@nextrem.ch";
github = "bachp";
+ githubId = 333807;
name = "Pascal Bach";
};
backuitist = {
@@ -579,96 +721,115 @@
balsoft = {
email = "balsoft75@gmail.com";
github = "balsoft";
+ githubId = 18467667;
name = "Alexander Bantyev";
};
bandresen = {
email = "bandresen@gmail.com";
github = "bandresen";
+ githubId = 80325;
name = "Benjamin Andresen";
};
baracoder = {
email = "baracoder@googlemail.com";
github = "baracoder";
+ githubId = 127523;
name = "Herman Fries";
};
barrucadu = {
email = "mike@barrucadu.co.uk";
github = "barrucadu";
+ githubId = 75235;
name = "Michael Walker";
};
basvandijk = {
email = "v.dijk.bas@gmail.com";
github = "basvandijk";
+ githubId = 576355;
name = "Bas van Dijk";
};
Baughn = {
email = "sveina@gmail.com";
github = "Baughn";
+ githubId = 45811;
name = "Svein Ove Aas";
};
bb010g = {
email = "me@bb010g.com";
github = "bb010g";
+ githubId = 340132;
name = "Brayden Banks";
};
bbarker = {
email = "brandon.barker@gmail.com";
github = "bbarker";
+ githubId = 916366;
name = "Brandon Elam Barker";
};
bbigras = {
email = "bigras.bruno@gmail.com";
github = "bbigras";
+ githubId = 24027;
name = "Bruno Bigras";
};
bcarrell = {
email = "brandoncarrell@gmail.com";
github = "bcarrell";
+ githubId = 1015044;
name = "Brandon Carrell";
};
bcdarwin = {
email = "bcdarwin@gmail.com";
github = "bcdarwin";
+ githubId = 164148;
name = "Ben Darwin";
};
bdesham = {
email = "benjamin@esham.io";
github = "bdesham";
+ githubId = 354230;
name = "Benjamin Esham";
};
bdimcheff = {
email = "brandon@dimcheff.com";
github = "bdimcheff";
+ githubId = 14111;
name = "Brandon Dimcheff";
};
bendlas = {
email = "herwig@bendlas.net";
github = "bendlas";
+ githubId = 214787;
name = "Herwig Hochleitner";
};
benley = {
email = "benley@gmail.com";
github = "benley";
+ githubId = 1432730;
name = "Benjamin Staffin";
};
bennofs = {
email = "benno.fuenfstueck@gmail.com";
github = "bennofs";
+ githubId = 3192959;
name = "Benno Fünfstück";
};
benpye = {
email = "ben@curlybracket.co.uk";
github = "benpye";
+ githubId = 442623;
name = "Ben Pye";
};
benwbooth = {
email = "benwbooth@gmail.com";
github = "benwbooth";
+ githubId = 75972;
name = "Ben Booth";
};
berce = {
email = "bert.moens@gmail.com";
github = "berce";
+ githubId = 10439709;
name = "Bert Moens";
};
berdario = {
@@ -679,31 +840,43 @@
bergey = {
email = "bergey@teallabs.org";
github = "bergey";
+ githubId = 251106;
name = "Daniel Bergey";
};
+ betaboon = {
+ email = "betaboon@0x80.ninja";
+ github = "betaboon";
+ githubId = 7346933;
+ name = "betaboon";
+ };
bfortz = {
email = "bernard.fortz@gmail.com";
github = "bfortz";
+ githubId = 16426882;
name = "Bernard Fortz";
};
bgamari = {
email = "ben@smart-cactus.org";
github = "bgamari";
+ githubId = 1010174;
name = "Ben Gamari";
};
bhall = {
email = "brendan.j.hall@bath.edu";
github = "brendan-hall";
+ githubId = 34919100;
name = "Brendan Hall";
};
bhipple = {
email = "bhipple@protonmail.com";
github = "bhipple";
+ githubId = 2071583;
name = "Benjamin Hipple";
};
binarin = {
email = "binarin@binarin.ru";
github = "binarin";
+ githubId = 185443;
name = "Alexey Lebedeff";
};
bjg = {
@@ -713,11 +886,13 @@
bjornfor = {
email = "bjorn.forsman@gmail.com";
github = "bjornfor";
+ githubId = 133602;
name = "Bjørn Forsman";
};
bkchr = {
email = "nixos@kchr.de";
github = "bkchr";
+ githubId = 5718007;
name = "Bastian Köcher";
};
bluescreen303 = {
@@ -728,21 +903,25 @@
bobakker = {
email = "bobakk3r@gmail.com";
github = "bobakker";
+ githubId = 10221570;
name = "Bo Bakker";
};
bobvanderlinden = {
email = "bobvanderlinden@gmail.com";
github = "bobvanderlinden";
+ githubId = 6375609;
name = "Bob van der Linden";
};
bodil = {
email = "nix@bodil.org";
github = "bodil";
+ githubId = 17880;
name = "Bodil Stokke";
};
boj = {
email = "brian@uncannyworks.com";
github = "boj";
+ githubId = 50839;
name = "Brian Jones";
};
boothead = {
@@ -753,181 +932,215 @@
borisbabic = {
email = "boris.ivan.babic@gmail.com";
github = "borisbabic";
+ githubId = 1743184;
name = "Boris Babić";
};
bosu = {
email = "boriss@gmail.com";
github = "bosu";
+ githubId = 3465841;
name = "Boris Sukholitko";
};
bradediger = {
email = "brad@bradediger.com";
github = "bradediger";
+ githubId = 4621;
name = "Brad Ediger";
};
brainrape = {
email = "martonboros@gmail.com";
github = "brainrape";
+ githubId = 302429;
name = "Marton Boros";
};
bramd = {
email = "bram@bramd.nl";
github = "bramd";
+ githubId = 86652;
name = "Bram Duvigneau";
};
braydenjw = {
email = "nixpkgs@willenborg.ca";
github = "braydenjw";
+ githubId = 2506621;
name = "Brayden Willenborg";
};
brian-dawn = {
email = "brian.t.dawn@gmail.com";
github = "brian-dawn";
+ githubId = 1274409;
name = "Brian Dawn";
};
brianhicks = {
email = "brian@brianthicks.com";
github = "BrianHicks";
+ githubId = 355401;
name = "Brian Hicks";
};
bricewge = {
email = "bricewge@gmail.com";
github = "bricewge";
+ githubId = 5525646;
name = "Brice Waegeneire";
};
bstrik = {
email = "dutchman55@gmx.com";
github = "bstrik";
+ githubId = 7716744;
name = "Berno Strik";
};
buffet = {
email = "niclas@countingsort.com";
github = "buffet";
+ githubId = 33751841;
name = "Niclas Meyer";
};
bugworm = {
email = "bugworm@zoho.com";
github = "bugworm";
+ githubId = 7214361;
name = "Roman Gerasimenko";
};
bzizou = {
email = "Bruno@bzizou.net";
github = "bzizou";
+ githubId = 2647566;
name = "Bruno Bzeznik";
};
c0bw3b = {
email = "c0bw3b@gmail.com";
github = "c0bw3b";
+ githubId = 24417923;
name = "Renaud";
};
c0deaddict = {
email = "josvanbakel@protonmail.com";
github = "c0deaddict";
+ githubId = 510553;
name = "Jos van Bakel";
};
calbrecht = {
email = "christian.albrecht@mayflower.de";
github = "calbrecht";
+ githubId = 1516457;
name = "Christian Albrecht";
};
callahad = {
email = "dan.callahan@gmail.com";
github = "callahad";
+ githubId = 24193;
name = "Dan Callahan";
};
calvertvl = {
email = "calvertvl@gmail.com";
github = "calvertvl";
+ githubId = 7435854;
name = "Victor Calvert";
};
campadrenalin = {
email = "campadrenalin@gmail.com";
github = "campadrenalin";
+ githubId = 289492;
name = "Philip Horger";
};
candeira = {
email = "javier@candeira.com";
github = "candeira";
+ githubId = 91694;
name = "Javier Candeira";
};
canndrew = {
email = "shum@canndrew.org";
github = "canndrew";
+ githubId = 5555066;
name = "Andrew Cann";
};
carlosdagos = {
email = "m@cdagostino.io";
github = "carlosdagos";
+ githubId = 686190;
name = "Carlos D'Agostino";
};
carlsverre = {
email = "accounts@carlsverre.com";
github = "carlsverre";
+ githubId = 82591;
name = "Carl Sverre";
};
cartr = {
email = "carter.sande@duodecima.technology";
github = "cartr";
+ githubId = 5241813;
name = "Carter Sande";
};
casey = {
email = "casey@rodarmor.net";
github = "casey";
+ githubId = 1945;
name = "Casey Rodarmor";
};
catern = {
email = "sbaugh@catern.com";
github = "catern";
+ githubId = 5394722;
name = "Spencer Baugh";
};
caugner = {
email = "nixos@caugner.de";
github = "caugner";
+ githubId = 495429;
name = "Claas Augner";
};
cbley = {
email = "claudio.bley@gmail.com";
github = "avdv";
+ githubId = 3471749;
name = "Claudio Bley";
};
cdepillabout = {
email = "cdep.illabout@gmail.com";
github = "cdepillabout";
+ githubId = 64804;
name = "Dennis Gosnell";
};
ceedubs = {
email = "ceedubs@gmail.com";
github = "ceedubs";
+ githubId = 977929;
name = "Cody Allen";
};
cf6b88f = {
email = "elmo.todurov@eesti.ee";
- github = "cf6b88f";
name = "Elmo Todurov";
};
cfouche = {
email = "chaddai.fouche@gmail.com";
github = "Chaddai";
+ githubId = 5771456;
name = "Chaddaï Fouché";
};
chaduffy = {
email = "charles@dyfis.net";
github = "charles-dyfis-net";
+ githubId = 22370;
name = "Charles Duffy";
};
changlinli = {
email = "mail@changlinli.com";
github = "changlinli";
+ githubId = 1762540;
name = "Changlin Li";
};
CharlesHD = {
email = "charleshdespointes@gmail.com";
github = "CharlesHD";
+ githubId = 6608071;
name = "Charles Huyghues-Despointes";
};
chaoflow = {
email = "flo@chaoflow.net";
github = "chaoflow";
+ githubId = 89596;
name = "Florian Friesdorf";
};
chattered = {
@@ -937,106 +1150,127 @@
ChengCat = {
email = "yu@cheng.cat";
github = "ChengCat";
+ githubId = 33503784;
name = "Yucheng Zhang";
};
chessai = {
email = "chessai1996@gmail.com";
github = "chessai";
+ githubId = 18648043;
name = "Daniel Cartwright";
};
chiiruno = {
email = "okinan@protonmail.com";
github = "chiiruno";
+ githubId = 30435868;
name = "Okina Matara";
};
choochootrain = {
email = "hurshal@imap.cc";
github = "choochootrain";
+ githubId = 803961;
name = "Hurshal Patel";
};
chpatrick = {
email = "chpatrick@gmail.com";
github = "chpatrick";
+ githubId = 832719;
name = "Patrick Chilton";
};
chreekat = {
email = "b@chreekat.net";
github = "chreekat";
+ githubId = 538538;
name = "Bryan Richter";
};
chris-martin = {
email = "ch.martin@gmail.com";
github = "chris-martin";
+ githubId = 399718;
name = "Chris Martin";
};
chrisaw = {
email = "home@chrisaw.com";
github = "cawilliamson";
+ githubId = 1141769;
name = "Christopher A. Williamson";
};
chrisjefferson = {
email = "chris@bubblescope.net";
github = "chrisjefferson";
+ githubId = 811527;
name = "Christopher Jefferson";
};
chrisrosset = {
email = "chris@rosset.org.uk";
github = "chrisrosset";
+ githubId = 1103294;
name = "Christopher Rosset";
};
christopherpoole = {
email = "mail@christopherpoole.net";
github = "christopherpoole";
+ githubId = 2245737;
name = "Christopher Mark Poole";
};
ciil = {
email = "simon@lackerbauer.com";
github = "ciil";
+ githubId = 3956062;
name = "Simon Lackerbauer";
};
ck3d = {
email = "ck3d@gmx.de";
github = "ck3d";
+ githubId = 25088352;
name = "Christian Kögler";
};
ckampka = {
email = "christian@kampka.net";
github = "kampka";
+ githubId = 422412;
name = "Christian Kampka";
};
ckauhaus = {
email = "kc@flyingcircus.io";
github = "ckauhaus";
+ githubId = 1448923;
name = "Christian Kauhaus";
};
cko = {
email = "christine.koppelt@gmail.com";
github = "cko";
+ githubId = 68239;
name = "Christine Koppelt";
};
clacke = {
email = "claes.wallin@greatsinodevelopment.com";
github = "clacke";
+ githubId = 199180;
name = "Claes Wallin";
};
cleverca22 = {
email = "cleverca22@gmail.com";
github = "cleverca22";
+ githubId = 848609;
name = "Michael Bishop";
};
cmcdragonkai = {
email = "roger.qiu@matrix.ai";
github = "cmcdragonkai";
+ githubId = 640797;
name = "Roger Qiu";
};
cmfwyp = {
email = "cmfwyp@riseup.net";
github = "cmfwyp";
+ githubId = 20808761;
name = "cmfwyp";
};
cobbal = {
email = "andrew.cobb@gmail.com";
github = "cobbal";
+ githubId = 180339;
name = "Andrew Cobb";
};
coconnor = {
@@ -1047,51 +1281,67 @@
codsl = {
email = "codsl@riseup.net";
github = "codsl";
+ githubId = 6402559;
name = "codsl";
};
codyopel = {
email = "codyopel@gmail.com";
github = "codyopel";
+ githubId = 5561189;
name = "Cody Opel";
};
+ cohencyril = {
+ email = "cyril.cohen@inria.fr";
+ github = "CohenCyril";
+ githubId = 298705;
+ name = "Cyril Cohen";
+ };
colemickens = {
email = "cole.mickens@gmail.com";
github = "colemickens";
+ githubId = 327028;
name = "Cole Mickens";
};
colescott = {
email = "colescottsf@gmail.com";
github = "colescott";
+ githubId = 5684605;
name = "Cole Scott";
};
copumpkin = {
email = "pumpkingod@gmail.com";
github = "copumpkin";
+ githubId = 2623;
name = "Dan Peebles";
};
corngood = {
email = "corngood@gmail.com";
github = "corngood";
+ githubId = 3077118;
name = "David McFarland";
};
coroa = {
email = "jonas@chaoflow.net";
github = "coroa";
+ githubId = 2552981;
name = "Jonas Hörsch";
};
costrouc = {
email = "chris.ostrouchov@gmail.com";
github = "costrouc";
+ githubId = 1740337;
name = "Chris Ostrouchov";
};
couchemar = {
email = "couchemar@yandex.ru";
github = "couchemar";
+ githubId = 1573344;
name = "Andrey Pavlov";
};
cpages = {
email = "page@ruiec.cat";
github = "cpages";
+ githubId = 411324;
name = "Carles Pagès";
};
cransom = {
@@ -1102,76 +1352,105 @@
CrazedProgrammer = {
email = "crazedprogrammer@gmail.com";
github = "CrazedProgrammer";
+ githubId = 12202789;
name = "CrazedProgrammer";
};
cryptix = {
email = "cryptix@riseup.net";
github = "cryptix";
+ githubId = 111202;
name = "Henry Bubert";
};
CrystalGamma = {
email = "nixos@crystalgamma.de";
github = "CrystalGamma";
+ githubId = 6297001;
name = "Jona Stubbe";
};
csingley = {
email = "csingley@gmail.com";
github = "csingley";
+ githubId = 398996;
name = "Christopher Singley";
};
cstrahan = {
email = "charles@cstrahan.com";
github = "cstrahan";
+ githubId = 143982;
name = "Charles Strahan";
};
cwoac = {
email = "oliver@codersoffortune.net";
github = "cwoac";
+ githubId = 1382175;
name = "Oliver Matthews";
};
+ cypherpunk2140 = {
+ email = "stefan.mihaila@pm.me";
+ github = "cypherpunk2140";
+ githubId = 2217136;
+ name = "Ștefan D. Mihăilă";
+ keys = [
+ { longkeyid = "rsa4096/6E68A39BF16A3ECB";
+ fingerprint = "CBC9 C7CC 51F0 4A61 3901 C723 6E68 A39B F16A 3ECB";
+ }
+ { longkeyid = "rsa4096/6220AD7846220A52";
+ fingerprint = "7EAB 1447 5BBA 7DDE 7092 7276 6220 AD78 4622 0A52";
+ }
+ ];
+ };
dalance = {
email = "dalance@gmail.com";
github = "dalance";
+ githubId = 4331004;
name = "Naoya Hatta";
};
DamienCassou = {
email = "damien@cassou.me";
github = "DamienCassou";
+ githubId = 217543;
name = "Damien Cassou";
};
danbst = {
email = "abcz2.uprola@gmail.com";
github = "danbst";
+ githubId = 743057;
name = "Danylo Hlynskyi";
};
dancek = {
email = "hannu.hartikainen@gmail.com";
github = "dancek";
+ githubId = 245394;
name = "Hannu Hartikainen";
};
danharaj = {
email = "dan@obsidian.systems";
github = "danharaj";
+ githubId = 23366017;
name = "Dan Haraj";
};
danieldk = {
email = "me@danieldk.eu";
github = "danieldk";
+ githubId = 49398;
name = "Daniël de Kok";
};
danielfullmer = {
email = "danielrf12@gmail.com";
github = "danielfullmer";
+ githubId = 1298344;
name = "Daniel Fullmer";
};
das-g = {
email = "nixpkgs@raphael.dasgupta.ch";
github = "das-g";
+ githubId = 97746;
name = "Raphael Das Gupta";
};
das_j = {
email = "janne@hess.ooo";
github = "dasJ";
+ githubId = 4971975;
name = "Janne Heß";
};
dasuxullebt = {
@@ -1181,11 +1460,13 @@
david50407 = {
email = "me@davy.tw";
github = "david50407";
+ githubId = 841969;
name = "David Kuo";
};
davidak = {
email = "post@davidak.de";
github = "davidak";
+ githubId = 91113;
name = "David Kleuker";
};
davidrusu = {
@@ -1196,56 +1477,73 @@
davorb = {
email = "davor@davor.se";
github = "davorb";
+ githubId = 798427;
name = "Davor Babic";
};
dawidsowa = {
email = "dawid_sowa@posteo.net";
github = "dawidsowa";
+ githubId = 49904992;
name = "Dawid Sowa";
};
dbohdan = {
email = "dbohdan@dbohdan.com";
github = "dbohdan";
+ githubId = 3179832;
name = "D. Bohdan";
};
dbrock = {
email = "daniel@brockman.se";
github = "dbrock";
+ githubId = 14032;
name = "Daniel Brockman";
};
deepfire = {
email = "_deepfire@feelingofgreen.ru";
github = "deepfire";
+ githubId = 452652;
name = "Kosyrev Serge";
};
+ delan = {
+ name = "Delan Azabani";
+ email = "delan@azabani.com";
+ github = "delan";
+ githubId = 465303;
+ };
delroth = {
email = "delroth@gmail.com";
github = "delroth";
+ githubId = 202798;
name = "Pierre Bourdon";
};
deltaevo = {
email = "deltaduartedavid@gmail.com";
github = "DeltaEvo";
+ githubId = 8864716;
name = "Duarte David";
};
demin-dmitriy = {
email = "demindf@gmail.com";
github = "demin-dmitriy";
+ githubId = 5503422;
name = "Dmitriy Demin";
};
demize = {
email = "johannes@kyriasis.com";
github = "kyrias";
+ githubId = 2285387;
name = "Johannes Löthberg";
};
demyanrogozhin = {
email = "demyan.rogozhin@gmail.com";
github = "demyanrogozhin";
+ githubId = 62989;
name = "Demyan Rogozhin";
};
derchris = {
email = "derchris@me.com";
github = "derchrisuk";
+ githubId = 706758;
name = "Christian Gerbrandt";
};
DerGuteMoritz = {
@@ -1256,11 +1554,13 @@
dermetfan = {
email = "serverkorken@gmail.com";
github = "dermetfan";
+ githubId = 4956158;
name = "Robin Stumm";
};
DerTim1 = {
email = "tim.digel@active-group.de";
github = "DerTim1";
+ githubId = 21953890;
name = "Tim Digel";
};
desiderius = {
@@ -1271,21 +1571,25 @@
devhell = {
email = "\"^\"@regexmail.net";
github = "devhell";
+ githubId = 896182;
name = "devhell";
};
dezgeg = {
email = "tuomas.tynkkynen@iki.fi";
github = "dezgeg";
+ githubId = 579369;
name = "Tuomas Tynkkynen";
};
dfordivam = {
email = "dfordivam+nixpkgs@gmail.com";
github = "dfordivam";
+ githubId = 681060;
name = "Divam";
};
dfoxfranke = {
email = "dfoxfranke@gmail.com";
github = "dfoxfranke";
+ githubId = 4708206;
name = "Daniel Fox Franke";
};
dgonyeo = {
@@ -1296,66 +1600,85 @@
dhkl = {
email = "david@davidslab.com";
github = "dhl";
+ githubId = 265220;
name = "David Leung";
};
dipinhora = {
email = "dipinhora+github@gmail.com";
github = "dipinhora";
+ githubId = 11946442;
name = "Dipin Hora";
};
disassembler = {
email = "disasm@gmail.com";
github = "disassembler";
+ githubId = 651205;
name = "Samuel Leathers";
};
disserman = {
email = "disserman@gmail.com";
github = "divi255";
+ githubId = 40633781;
name = "Sergei S.";
};
dizfer = {
email = "david@izquierdofernandez.com";
github = "dizfer";
+ githubId = 8852888;
name = "David Izquierdo";
};
Dje4321 = {
email = "dje4321@gmail.com";
github = "dje4321";
+ githubId = 10913120;
name = "Dje4321";
};
dmalikov = {
email = "malikov.d.y@gmail.com";
github = "dmalikov";
+ githubId = 997543;
name = "Dmitry Malikov";
};
DmitryTsygankov = {
email = "dmitry.tsygankov@gmail.com";
github = "DmitryTsygankov";
+ githubId = 425354;
name = "Dmitry Tsygankov";
};
dmjio = {
email = "djohnson.m@gmail.com";
github = "dmjio";
+ githubId = 875324;
name = "David Johnson";
};
dmvianna = {
email = "dmlvianna@gmail.com";
github = "dmvianna";
+ githubId = 1708810;
name = "Daniel Vianna";
};
dochang = {
email = "dochang@gmail.com";
github = "dochang";
+ githubId = 129093;
name = "Desmond O. Chang";
};
domenkozar = {
email = "domen@dev.si";
github = "domenkozar";
+ githubId = 126339;
name = "Domen Kozar";
};
+ doronbehar = {
+ email = "me@doronbehar.com";
+ github = "doronbehar";
+ githubId = 10998835;
+ name = "Doron Behar";
+ };
dotlambda = {
email = "rschuetz17@gmail.com";
github = "dotlambda";
+ githubId = 6806011;
name = "Robert Schütz";
};
doublec = {
@@ -1366,16 +1689,19 @@
dpaetzel = {
email = "david.a.paetzel@gmail.com";
github = "dpaetzel";
+ githubId = 974130;
name = "David Pätzel";
};
dpflug = {
email = "david@pflug.email";
github = "dpflug";
+ githubId = 108501;
name = "David Pflug";
};
drets = {
email = "dmitryrets@gmail.com";
github = "drets";
+ githubId = 6199462;
name = "Dmytro Rets";
};
drewkett = {
@@ -1385,11 +1711,13 @@
dsferruzza = {
email = "david.sferruzza@gmail.com";
github = "dsferruzza";
+ githubId = 1931963;
name = "David Sferruzza";
};
dtzWill = {
email = "w@wdtz.org";
github = "dtzWill";
+ githubId = 817330;
name = "Will Dietz";
keys = [{
longkeyid = "rsa4096/0xFD42C7D0D41494C8";
@@ -1404,46 +1732,61 @@
dysinger = {
email = "tim@dysinger.net";
github = "dysinger";
+ githubId = 447;
name = "Tim Dysinger";
};
dywedir = {
email = "dywedir@gra.red";
github = "dywedir";
+ githubId = 399312;
name = "Vladyslav M.";
};
dzabraev = {
email = "dzabraew@gmail.com";
github = "dzabraev";
+ githubId = 15128988;
name = "Maksim Dzabraev";
};
e-user = {
email = "nixos@sodosopa.io";
github = "e-user";
+ githubId = 93086;
name = "Alexander Kahl";
};
eadwu = {
email = "edmund.wu@protonmail.com";
github = "eadwu";
+ githubId = 22758444;
name = "Edmund Wu";
};
+ ealasu = {
+ email = "emanuel.alasu@gmail.com";
+ github = "ealasu";
+ githubId = 1362096;
+ name = "Emanuel Alasu";
+ };
eamsden = {
email = "edward@blackriversoft.com";
github = "eamsden";
+ githubId = 54573;
name = "Edward Amsden";
};
earldouglas = {
email = "james@earldouglas.com";
github = "earldouglas";
+ githubId = 424946;
name = "James Earl Douglas";
};
earvstedt = {
email = "erik.arvstedt@gmail.com";
github = "erikarvstedt";
+ githubId = 36110478;
name = "Erik Arvstedt";
};
ebzzry = {
email = "ebzzry@ebzzry.io";
github = "ebzzry";
+ githubId = 7875;
name = "Rommel Martinez";
};
edanaher = {
@@ -1454,41 +1797,55 @@
edef = {
email = "edef@edef.eu";
github = "edef1c";
+ githubId = 50854;
name = "edef";
};
embr = {
email = "hi@liclac.eu";
github = "liclac";
+ githubId = 428026;
name = "embr";
};
+ emily = {
+ email = "nixpkgs@emily.moe";
+ github = "emilazy";
+ githubId = 18535642;
+ name = "Emily";
+ };
ederoyd46 = {
email = "matt@ederoyd.co.uk";
github = "ederoyd46";
+ githubId = 119483;
name = "Matthew Brown";
};
eduarrrd = {
email = "e.bachmakov@gmail.com";
github = "eduarrrd";
+ githubId = 1181393;
name = "Eduard Bachmakov";
};
edude03 = {
email = "michael@melenion.com";
github = "edude03";
+ githubId = 494483;
name = "Michael Francis";
};
edwtjo = {
email = "ed@cflags.cc";
github = "edwtjo";
+ githubId = 54799;
name = "Edward Tjörnhammar";
};
eelco = {
email = "eelco.dolstra@logicblox.com";
github = "edolstra";
+ githubId = 1148549;
name = "Eelco Dolstra";
};
ehegnes = {
email = "eric.hegnes@gmail.com";
github = "ehegnes";
+ githubId = 884970;
name = "Eric Hegnes";
};
ehmry = {
@@ -1498,56 +1855,67 @@
eikek = {
email = "eike.kettner@posteo.de";
github = "eikek";
+ githubId = 701128;
name = "Eike Kettner";
};
ekleog = {
email = "leo@gaspard.io";
github = "ekleog";
+ githubId = 411447;
name = "Leo Gaspard";
};
elasticdog = {
email = "aaron@elasticdog.com";
github = "elasticdog";
+ githubId = 4742;
name = "Aaron Bull Schaefer";
};
eleanor = {
email = "dejan@proteansec.com";
github = "proteansec";
+ githubId = 1753498;
name = "Dejan Lukan";
};
eliasp = {
email = "mail@eliasprobst.eu";
github = "eliasp";
+ githubId = 48491;
name = "Elias Probst";
};
elijahcaine = {
email = "elijahcainemv@gmail.com";
github = "pop";
+ githubId = 1897147;
name = "Elijah Caine";
};
elitak = {
email = "elitak@gmail.com";
github = "elitak";
+ githubId = 769073;
name = "Eric Litak";
};
ellis = {
email = "nixos@ellisw.net";
github = "ellis";
+ githubId = 97852;
name = "Ellis Whitehead";
};
elohmeier = {
email = "elo-nixos@nerdworks.de";
github = "elohmeier";
+ githubId = 2536303;
name = "Enno Lohmeier";
};
elseym = {
email = "elseym@me.com";
github = "elseym";
+ githubId = 907478;
name = "Simon Waibl";
};
elvishjerricco = {
email = "elvishjerricco@gmail.com";
github = "ElvishJerricco";
+ githubId = 1365692;
name = "Will Fancher";
};
emmanuelrosa = {
@@ -1558,16 +1926,25 @@
endgame = {
email = "jack@jackkelly.name";
github = "endgame";
+ githubId = 231483;
name = "Jack Kelly";
};
+ enorris = {
+ name = "Eric Norris";
+ email = "erictnorris@gmail.com";
+ github = "ericnorris";
+ githubId = 1906605;
+ };
enzime = {
email = "enzime@users.noreply.github.com";
github = "enzime";
+ githubId = 10492681;
name = "Michael Hoang";
};
eperuffo = {
email = "info@emanueleperuffo.com";
github = "emanueleperuffo";
+ githubId = 5085029;
name = "Emanuele Peruffo";
};
epitrochoid = {
@@ -1577,16 +1954,19 @@
eqyiel = {
email = "ruben@maher.fyi";
github = "eqyiel";
+ githubId = 3422442;
name = "Ruben Maher";
};
eraserhd = {
email = "jason.m.felice@gmail.com";
github = "eraserhd";
+ githubId = 147284;
name = "Jason Felice";
};
ericbmerritt = {
email = "eric@afiniate.com";
github = "ericbmerritt";
+ githubId = 4828;
name = "Eric Merritt";
};
ericsagnes = {
@@ -1597,11 +1977,13 @@
ericson2314 = {
email = "John.Ericson@Obsidian.Systems";
github = "ericson2314";
+ githubId = 1055245;
name = "John Ericson";
};
erictapen = {
email = "justin.humm@posteo.de";
github = "erictapen";
+ githubId = 11532355;
name = "Justin Humm";
keys = [{
longkeyid = "rsa4096/0x438871E000AA178E";
@@ -1611,11 +1993,13 @@
erikryb = {
email = "erik.rybakken@math.ntnu.no";
github = "erikryb";
+ githubId = 3787281;
name = "Erik Rybakken";
};
erosennin = {
email = "ag@sologoc.com";
github = "erosennin";
+ githubId = 1583484;
name = "Andrey Golovizin";
};
ertes = {
@@ -1630,65 +2014,83 @@
ethercrow = {
email = "ethercrow@gmail.com";
github = "ethercrow";
+ githubId = 222467;
name = "Dmitry Ivanov";
};
etu = {
email = "elis@hirwing.se";
github = "etu";
+ githubId = 461970;
name = "Elis Hirwing";
keys = [{
longkeyid = "rsa4096/0xD57EFA625C9A925F";
fingerprint = "67FE 98F2 8C44 CF22 1828 E12F D57E FA62 5C9A 925F";
}];
};
+ evanjs = {
+ email = "evanjsx@gmail.com";
+ github = "evanjs";
+ githubId = 1847524;
+ name = "Evan Stoll";
+ };
evck = {
email = "eric@evenchick.com";
github = "ericevenchick";
+ githubId = 195032;
name = "Eric Evenchick";
};
exfalso = {
email = "0slemi0@gmail.com";
github = "exfalso";
+ githubId = 1042674;
name = "Andras Slemmer";
};
exi = {
email = "nixos@reckling.org";
github = "exi";
+ githubId = 449463;
name = "Reno Reckling";
};
exlevan = {
email = "exlevan@gmail.com";
github = "exlevan";
+ githubId = 873530;
name = "Alexey Levan";
};
expipiplus1 = {
email = "nix@monoid.al";
github = "expipiplus1";
+ githubId = 857308;
name = "Joe Hermaszewski";
};
eyjhb = {
email = "eyjhbb@gmail.com";
github = "eyJhb";
+ githubId = 25955146;
name = "eyJhb";
};
f--t = {
email = "git@f-t.me";
github = "f--t";
+ githubId = 2817965;
name = "f--t";
};
f-breidenstein = {
email = "mail@felixbreidenstein.de";
- github = "f-breidenstein";
+ github = "fleaz";
+ githubId = 2489598;
name = "Felix Breidenstein";
};
fadenb = {
email = "tristan.helmich+nixos@gmail.com";
github = "fadenb";
+ githubId = 878822;
name = "Tristan Helmich";
};
falsifian = {
email = "james.cook@utoronto.ca";
github = "falsifian";
+ githubId = 225893;
name = "James Cook";
};
fare = {
@@ -1696,6 +2098,12 @@
github = "fare";
name = "Francois-Rene Rideau";
};
+ farlion = {
+ email = "florian.peter@gmx.at";
+ github = "workflow";
+ githubId = 1276854;
+ name = "Florian Peter";
+ };
fdns = {
email = "fdns02@gmail.com";
github = "fdns";
@@ -1704,66 +2112,79 @@
ffinkdevs = {
email = "fink@h0st.space";
github = "ffinkdevs";
+ githubId = 45924649;
name = "Fabian Fink";
};
fgaz = {
email = "fgaz@fgaz.me";
github = "fgaz";
+ githubId = 8182846;
name = "Francesco Gazzetta";
};
FireyFly = {
email = "nix@firefly.nu";
github = "FireyFly";
+ githubId = 415760;
name = "Jonas Höglund";
};
flexw = {
email = "felix.weilbach@t-online.de";
github = "FlexW";
+ githubId = 19961516;
name = "Felix Weilbach";
};
flokli = {
email = "flokli@flokli.de";
github = "flokli";
+ githubId = 183879;
name = "Florian Klink";
};
FlorianFranzen = {
email = "Florian.Franzen@gmail.com";
github = "FlorianFranzen";
+ githubId = 781077;
name = "Florian Franzen";
};
florianjacob = {
email = "projects+nixos@florianjacob.de";
github = "florianjacob";
+ githubId = 1109959;
name = "Florian Jacob";
};
flosse = {
email = "mail@markus-kohlhase.de";
github = "flosse";
+ githubId = 276043;
name = "Markus Kohlhase";
};
fluffynukeit = {
email = "dan@fluffynukeit.com";
github = "fluffynukeit";
+ githubId = 844574;
name = "Daniel Austin";
};
fmthoma = {
email = "f.m.thoma@googlemail.com";
github = "fmthoma";
+ githubId = 5918766;
name = "Franz Thoma";
};
forkk = {
email = "forkk@forkk.net";
github = "forkk";
+ githubId = 1300078;
name = "Andrew Okin";
};
fornever = {
email = "friedrich@fornever.me";
github = "fornever";
+ githubId = 92793;
name = "Friedrich von Never";
};
fpletz = {
email = "fpletz@fnordicwalking.de";
github = "fpletz";
+ githubId = 114159;
name = "Franz Pletz";
keys = [{
longkeyid = "rsa4096/0x846FDED7792617B4";
@@ -1773,6 +2194,7 @@
fps = {
email = "mista.tapas@gmx.net";
github = "fps";
+ githubId = 84968;
name = "Florian Paul Schmidt";
};
@@ -1785,11 +2207,13 @@
fredeb = {
email = "im@fredeb.dev";
github = "fredeeb";
+ githubId = 7551358;
name = "Frede Emil";
};
freepotion = {
email = "free.potion@yandex.ru";
github = "freepotion";
+ githubId = 42352817;
name = "Free Potion";
};
freezeboy = {
@@ -1805,31 +2229,37 @@
fridh = {
email = "fridh@fridh.nl";
github = "fridh";
+ githubId = 2129135;
name = "Frederik Rietdijk";
};
frlan = {
email = "frank@frank.uvena.de";
github = "frlan";
+ githubId = 1010248;
name = "Frank Lanitz";
};
fro_ozen = {
email = "fro_ozen@gmx.de";
github = "froozen";
+ githubId = 1943632;
name = "fro_ozen";
};
frontsideair = {
email = "photonia@gmail.com";
github = "frontsideair";
+ githubId = 868283;
name = "Fatih Altinok";
};
ftrvxmtrx = {
email = "ftrvxmtrx@gmail.com";
github = "ftrvxmtrx";
+ githubId = 248148;
name = "Siarhei Zirukin";
};
fuerbringer = {
email = "severin@fuerbringer.info";
github = "fuerbringer";
+ githubId = 10528737;
name = "Severin Fürbringer";
};
funfunctor = {
@@ -1839,16 +2269,19 @@
fusion809 = {
email = "brentonhorne77@gmail.com";
github = "fusion809";
+ githubId = 4717341;
name = "Brenton Horne";
};
fuuzetsu = {
email = "fuuzetsu@fuuzetsu.co.uk";
github = "fuuzetsu";
+ githubId = 893115;
name = "Mateusz Kowalczyk";
};
fuwa = {
email = "echowss@gmail.com";
github = "fuwa0529";
+ githubId = 40521440;
name = "Haruka Akiyama";
};
fuzzy-id = {
@@ -1858,16 +2291,19 @@
fxfactorial = {
email = "edgar.factorial@gmail.com";
github = "fxfactorial";
+ githubId = 3036816;
name = "Edgar Aroutiounian";
};
gabesoft = {
email = "gabesoft@gmail.com";
github = "gabesoft";
+ githubId = 606000;
name = "Gabriel Adomnicai";
};
gal_bolle = {
email = "florent.becker@ens-lyon.org";
github = "FlorentBecker";
+ githubId = 7047019;
name = "Florent Becker";
};
garbas = {
@@ -1878,6 +2314,7 @@
garrison = {
email = "jim@garrison.cc";
github = "garrison";
+ githubId = 91987;
name = "Jim Garrison";
};
gavin = {
@@ -1888,86 +2325,109 @@
gebner = {
email = "gebner@gebner.org";
github = "gebner";
+ githubId = 313929;
name = "Gabriel Ebner";
};
geistesk = {
email = "post@0x21.biz";
github = "geistesk";
+ githubId = 8402811;
name = "Alvar Penning";
};
genesis = {
email = "ronan@aimao.org";
github = "bignaux";
+ githubId = 149484;
name = "Ronan Bignaux";
};
georgewhewell = {
email = "georgerw@gmail.com";
github = "georgewhewell";
+ githubId = 1176131;
name = "George Whewell";
};
gerschtli = {
email = "tobias.happ@gmx.de";
github = "Gerschtli";
+ githubId = 10353047;
name = "Tobias Happ";
};
ggpeti = {
email = "ggpeti@gmail.com";
github = "ggpeti";
+ githubId = 3217744;
name = "Peter Ferenczy";
};
gilligan = {
email = "tobias.pflug@gmail.com";
github = "gilligan";
+ githubId = 27668;
name = "Tobias Pflug";
};
giogadi = {
email = "lgtorres42@gmail.com";
github = "giogadi";
+ githubId = 1713676;
name = "Luis G. Torres";
};
gleber = {
email = "gleber.p@gmail.com";
github = "gleber";
+ githubId = 33185;
name = "Gleb Peregud";
};
glenns = {
email = "glenn.searby@gmail.com";
github = "glenns";
+ githubId = 615606;
name = "Glenn Searby";
};
+ gloaming = {
+ email = "ch9871@gmail.com";
+ github = "gloaming";
+ githubId = 10156748;
+ name = "Craig Hall";
+ };
globin = {
email = "mail@glob.in";
github = "globin";
+ githubId = 1447245;
name = "Robin Gloster";
};
gnidorah = {
email = "gnidorah@yandex.com";
github = "gnidorah";
+ githubId = 12064730;
name = "Alex Ivanov";
};
goibhniu = {
email = "cillian.deroiste@gmail.com";
github = "cillianderoiste";
+ githubId = 643494;
name = "Cillian de Róiste";
};
Gonzih = {
email = "gonzih@gmail.com";
github = "Gonzih";
+ githubId = 266275;
name = "Max Gonzih";
};
goodrone = {
email = "goodrone@gmail.com";
github = "goodrone";
+ githubId = 1621335;
name = "Andrew Trachenko";
};
gpyh = {
email = "yacine.hmito@gmail.com";
github = "yacinehmito";
+ githubId = 6893840;
name = "Yacine Hmito";
};
grahamc = {
email = "graham@grahamc.com";
github = "grahamc";
+ githubId = 76716;
name = "Graham Christensen";
};
grburst = {
@@ -1978,6 +2438,7 @@
greydot = {
email = "lanablack@amok.cc";
github = "greydot";
+ githubId = 7385287;
name = "Lana Black";
};
gridaphobe = {
@@ -1988,101 +2449,127 @@
guibert = {
email = "david.guibert@gmail.com";
github = "dguibert";
+ githubId = 1178864;
name = "David Guibert";
};
groodt = {
email = "groodt@gmail.com";
github = "groodt";
+ githubId = 343415;
name = "Greg Roodt";
};
guibou = {
email = "guillaum.bouchard@gmail.com";
github = "guibou";
+ githubId = 9705357;
name = "Guillaume Bouchard";
};
guillaumekoenig = {
email = "guillaume.edward.koenig@gmail.com";
github = "guillaumekoenig";
+ githubId = 10654650;
name = "Guillaume Koenig";
};
guyonvarch = {
email = "joris@guyonvarch.me";
github = "guyonvarch";
+ githubId = 6768842;
name = "Joris Guyonvarch";
};
hakuch = {
email = "hakuch@gmail.com";
github = "hakuch";
+ githubId = 1498782;
name = "Jesse Haber-Kucharsky";
};
hamhut1066 = {
email = "github@hamhut1066.com";
- github = "hamhut1066";
+ github = "moredhel";
+ githubId = 1742172;
name = "Hamish Hutchings";
};
hansjoergschurr = {
email = "commits@schurr.at";
github = "hansjoergschurr";
+ githubId = 9850776;
name = "Hans-Jörg Schurr";
};
HaoZeke = {
email = "r95g10@gmail.com";
github = "haozeke";
+ githubId = 4336207;
name = "Rohit Goswami";
};
haslersn = {
email = "haslersn@fius.informatik.uni-stuttgart.de";
github = "haslersn";
+ githubId = 33969028;
name = "Sebastian Hasler";
};
havvy = {
email = "ryan.havvy@gmail.com";
github = "havvy";
+ githubId = 731722;
name = "Ryan Scheel";
};
hax404 = {
email = "hax404foogit@hax404.de";
github = "hax404";
+ githubId = 1379411;
name = "Georg Haas";
};
hbunke = {
email = "bunke.hendrik@gmail.com";
github = "hbunke";
+ githubId = 1768793;
name = "Hendrik Bunke";
};
hce = {
email = "hc@hcesperer.org";
github = "hce";
+ githubId = 147689;
name = "Hans-Christian Esperer";
};
hectorj = {
email = "hector.jusforgues+nixos@gmail.com";
github = "hectorj";
+ githubId = 2427959;
name = "Hector Jusforgues";
};
hedning = {
email = "torhedinbronner@gmail.com";
github = "hedning";
+ githubId = 71978;
name = "Tor Hedin Brønner";
};
heel = {
email = "parizhskiy@gmail.com";
github = "heel";
+ githubId = 287769;
name = "Sergii Paryzhskyi";
};
helkafen = {
email = "arnaudpourseb@gmail.com";
github = "Helkafen";
+ githubId = 2405974;
name = "Sébastian Méric de Bellefon";
};
henrytill = {
email = "henrytill@gmail.com";
github = "henrytill";
+ githubId = 6430643;
name = "Henry Till";
};
+ herberteuler = {
+ email = "herberteuler@gmail.com";
+ github = "herberteuler";
+ githubId = 1401179;
+ name = "Guanpeng Xu";
+ };
hhm = {
email = "heehooman+nixpkgs@gmail.com";
github = "hhm0";
+ githubId = 3656888;
name = "hhm";
};
hinton = {
@@ -2092,125 +2579,164 @@
hlolli = {
email = "hlolli@gmail.com";
github = "hlolli";
+ githubId = 6074754;
name = "Hlodver Sigurdsson";
};
+ hugoreeves = {
+ email = "hugolreeves@gmail.com";
+ github = "hugoreeves";
+ githubId = 20039091;
+ name = "Hugo Reeves";
+ };
hodapp = {
email = "hodapp87@gmail.com";
github = "Hodapp87";
+ githubId = 896431;
name = "Chris Hodapp";
};
hrdinka = {
email = "c.nix@hrdinka.at";
github = "hrdinka";
+ githubId = 1436960;
name = "Christoph Hrdinka";
};
hschaeidt = {
email = "he.schaeidt@gmail.com";
github = "hschaeidt";
+ githubId = 1614615;
name = "Hendrik Schaeidt";
};
htr = {
email = "hugo@linux.com";
github = "htr";
+ githubId = 39689;
name = "Hugo Tavares Reis";
};
hyphon81 = {
email = "zero812n@gmail.com";
github = "hyphon81";
+ githubId = 12491746;
name = "Masato Yonekawa";
};
iand675 = {
email = "ian@iankduncan.com";
github = "iand675";
+ githubId = 69209;
name = "Ian Duncan";
};
ianwookim = {
email = "ianwookim@gmail.com";
github = "wavewave";
+ githubId = 1031119;
name = "Ian-Woo Kim";
};
iblech = {
email = "iblech@speicherleck.de";
github = "iblech";
+ githubId = 3661115;
name = "Ingo Blechschmidt";
};
idontgetoutmuch = {
email = "dominic@steinitz.org";
github = "idontgetoutmuch";
+ githubId = 1550265;
name = "Dominic Steinitz";
};
igsha = {
email = "igor.sharonov@gmail.com";
github = "igsha";
+ githubId = 5345170;
name = "Igor Sharonov";
};
iimog = {
email = "iimog@iimog.org";
github = "iimog";
+ githubId = 7403236;
name = "Markus J. Ankenbrand";
};
ikervagyok = {
email = "ikervagyok@gmail.com";
github = "ikervagyok";
+ githubId = 7481521;
name = "Balázs Lengyel";
};
ilikeavocadoes = {
email = "ilikeavocadoes@hush.com";
github = "ilikeavocadoes";
+ githubId = 36193715;
name = "Lassi Haasio";
};
illegalprime = {
email = "themichaeleden@gmail.com";
github = "illegalprime";
+ githubId = 4401220;
name = "Michael Eden";
};
ilya-kolpakov = {
email = "ilya.kolpakov@gmail.com";
github = "ilya-kolpakov";
+ githubId = 592849;
name = "Ilya Kolpakov";
};
imalison = {
email = "IvanMalison@gmail.com";
github = "IvanMalison";
+ githubId = 1246619;
name = "Ivan Malison";
};
imalsogreg = {
email = "imalsogreg@gmail.com";
github = "imalsogreg";
+ githubId = 993484;
name = "Greg Hale";
};
imuli = {
email = "i@imu.li";
github = "imuli";
+ githubId = 4085046;
name = "Imuli";
};
infinisil = {
- email = "infinisil@icloud.com";
+ email = "contact@infinisil.com";
github = "infinisil";
name = "Silvan Mosberger";
};
ingenieroariel = {
email = "ariel@nunez.co";
github = "ingenieroariel";
+ githubId = 54999;
name = "Ariel Nunez";
};
ironpinguin = {
email = "michele@catalano.de";
github = "ironpinguin";
+ githubId = 137306;
name = "Michele Catalano";
};
ivan = {
email = "ivan@ludios.org";
github = "ivan";
+ githubId = 4458;
name = "Ivan Kozik";
};
ivan-tkatchev = {
email = "tkatchev@gmail.com";
name = "Ivan Tkatchev";
};
+ ivanbrennan = {
+ email = "ivan.brennan@gmail.com";
+ github = "ivanbrennan";
+ githubId = 1672874;
+ name = "Ivan Brennan";
+ keys = [{
+ longkeyid = "rsa4096/0x79C3C47DC652EA54";
+ fingerprint = "7311 2700 AB4F 4CDF C68C F6A5 79C3 C47D C652 EA54";
+ }];
+ };
ivegotasthma = {
email = "ivegotasthma@protonmail.com";
github = "ivegotasthma";
+ githubId = 2437675;
name = "John Doe";
keys = [{
longkeyid = "rsa4096/09AC52AEA87817A4";
@@ -2220,71 +2746,95 @@
ixmatus = {
email = "parnell@digitalmentat.com";
github = "ixmatus";
+ githubId = 30714;
name = "Parnell Springmeyer";
};
ixxie = {
email = "matan@fluxcraft.net";
github = "ixxie";
+ githubId = 20320695;
name = "Matan Bendix Shenhav";
};
izorkin = {
email = "Izorkin@gmail.com";
github = "izorkin";
+ githubId = 26877687;
name = "Yurii Izorkin";
};
+ jasoncarr = {
+ email = "jcarr250@gmail.com";
+ github = "jasoncarr0";
+ name = "Jason Carr";
+ };
j-keck = {
email = "jhyphenkeck@gmail.com";
github = "j-keck";
+ githubId = 3081095;
name = "Jürgen Keck";
};
+ j03 = {
+ email = "github@johannesloetzsch.de";
+ github = "johannesloetzsch";
+ name = "Johannes Lötzsch";
+ };
jagajaga = {
email = "ars.seroka@gmail.com";
github = "jagajaga";
+ githubId = 2179419;
name = "Arseniy Seroka";
};
jakelogemann = {
email = "jake.logemann@gmail.com";
github = "jakelogemann";
+ githubId = 820715;
name = "Jake Logemann";
};
jakewaksbaum = {
email = "jake.waksbaum@gmail.com";
github = "jbaum98";
+ githubId = 5283991;
name = "Jake Waksbaum";
};
jammerful = {
email = "jammerful@gmail.com";
github = "jammerful";
+ githubId = 20176306;
name = "jammerful";
};
jansol = {
email = "jan.solanti@paivola.fi";
github = "jansol";
+ githubId = 2588851;
name = "Jan Solanti";
};
javaguirre = {
email = "contacto@javaguirre.net";
github = "javaguirre";
+ githubId = 488556;
name = "Javier Aguirre";
};
jb55 = {
email = "jb55@jb55.com";
github = "jb55";
+ githubId = 45598;
name = "William Casarin";
};
jbedo = {
email = "cu@cua0.org";
github = "jbedo";
+ githubId = 372912;
name = "Justin Bedő";
};
jbgi = {
email = "jb@giraudeau.info";
github = "jbgi";
+ githubId = 221929;
name = "Jean-Baptiste Giraudeau";
};
jchw = {
email = "johnwchadwick@gmail.com";
github = "jchv";
+ githubId = 938744;
name = "John Chadwick";
};
jcumming = {
@@ -2294,31 +2844,37 @@
jD91mZM2 = {
email = "me@krake.one";
github = "jD91mZM2";
+ githubId = 12830969;
name = "jD91mZM2";
};
jdagilliland = {
email = "jdagilliland@gmail.com";
github = "jdagilliland";
+ githubId = 1383440;
name = "Jason Gilliland";
};
jdehaas = {
email = "qqlq@nullptr.club";
github = "jeroendehaas";
+ githubId = 117874;
name = "Jeroen de Haas";
};
jefdaj = {
email = "jefdaj@gmail.com";
github = "jefdaj";
+ githubId = 1198065;
name = "Jeffrey David Johnson";
};
jensbin = {
email = "jensbin+git@pm.me";
github = "jensbin";
+ githubId = 1608697;
name = "Jens Binkert";
};
jerith666 = {
email = "github@matt.mchenryfamily.org";
github = "jerith666";
+ githubId = 854319;
name = "Matt McHenry";
};
jeschli = {
@@ -2329,6 +2885,7 @@
jethro = {
email = "jethrokuan95@gmail.com";
github = "jethrokuan";
+ githubId = 1667473;
name = "Jethro Kuan";
};
jfb = {
@@ -2339,71 +2896,85 @@
jflanglois = {
email = "yourstruly@julienlanglois.me";
github = "jflanglois";
+ githubId = 18501;
name = "Julien Langlois";
};
jfrankenau = {
email = "johannes@frankenau.net";
github = "jfrankenau";
+ githubId = 2736480;
name = "Johannes Frankenau";
};
jgeerds = {
email = "jascha@geerds.org";
github = "jgeerds";
+ githubId = 1473909;
name = "Jascha Geerds";
};
jgertm = {
email = "jger.tm@gmail.com";
github = "jgertm";
+ githubId = 6616642;
name = "Tim Jaeger";
};
jgillich = {
email = "jakob@gillich.me";
github = "jgillich";
+ githubId = 347965;
name = "Jakob Gillich";
};
jglukasik = {
email = "joseph@jgl.me";
github = "jglukasik";
+ githubId = 6445082;
name = "Joseph Lukasik";
};
jhhuh = {
email = "jhhuh.note@gmail.com";
github = "jhhuh";
+ githubId = 5843245;
name = "Ji-Haeng Huh";
};
jhillyerd = {
email = "james+nixos@hillyerd.com";
github = "jhillyerd";
+ githubId = 2502736;
name = "James Hillyerd";
};
jirkamarsik = {
email = "jiri.marsik89@gmail.com";
github = "jirkamarsik";
+ githubId = 184898;
name = "Jirka Marsik";
};
jlesquembre = {
email = "jl@lafuente.me";
github = "jlesquembre";
+ githubId = 1058504;
name = "José Luis Lafuente";
};
jluttine = {
email = "jaakko.luttinen@iki.fi";
github = "jluttine";
+ githubId = 2195834;
name = "Jaakko Luttinen";
};
jmagnusj = {
email = "jmagnusj@gmail.com";
github = "magnusjonsson";
+ githubId = 8900;
name = "Johan Magnus Jonsson";
};
jmettes = {
email = "jonathan@jmettes.com";
github = "jmettes";
+ githubId = 587870;
name = "Jonathan Mettes";
};
joachifm = {
email = "joachifm@fastmail.fm";
github = "joachifm";
+ githubId = 41977;
name = "Joachim Fasting";
};
joamaki = {
@@ -2414,50 +2985,69 @@
joelburget = {
email = "joelburget@gmail.com";
github = "joelburget";
+ githubId = 310981;
name = "Joel Burget";
};
joelmo = {
email = "joel.moberg@gmail.com";
github = "joelmo";
+ githubId = 336631;
name = "Joel Moberg";
};
joelteon = {
email = "me@joelt.io";
name = "Joel Taylor";
};
+ joepie91 = {
+ email = "admin@cryto.net";
+ name = "Sven Slootweg";
+ github = "joepie91";
+ };
+ joesalisbury = {
+ email = "salisbury.joseph@gmail.com";
+ github = "JosephSalisbury";
+ name = "Joe Salisbury";
+ };
johanot = {
email = "write@ownrisk.dk";
github = "johanot";
+ githubId = 998763;
name = "Johan Thomsen";
};
johbo = {
email = "johannes@bornhold.name";
github = "johbo";
+ githubId = 117805;
name = "Johannes Bornhold";
};
johnazoidberg = {
email = "git@danielschaefer.me";
github = "johnazoidberg";
+ githubId = 5307138;
name = "Daniel Schäfer";
};
johnchildren = {
email = "john.a.children@gmail.com";
github = "johnchildren";
+ githubId = 32305209;
name = "John Children";
};
johnmh = {
email = "johnmh@openblox.org";
github = "johnmh";
+ githubId = 2576152;
name = "John M. Harris, Jr.";
};
johnramsden = {
email = "johnramsden@riseup.net";
github = "johnramsden";
+ githubId = 8735102;
name = "John Ramsden";
};
joko = {
email = "ioannis.koutras@gmail.com";
github = "jokogr";
+ githubId = 1252547;
keys = [{
# compare with https://keybase.io/joko
longkeyid = "rsa2048/0x85EAE7D9DF56C5CA";
@@ -2468,61 +3058,85 @@
jonafato = {
email = "jon@jonafato.com";
github = "jonafato";
+ githubId = 392720;
name = "Jon Banafato";
};
jonathanreeve = {
email = "jon.reeve@gmail.com";
github = "JonathanReeve";
+ githubId = 1843676;
name = "Jonathan Reeve";
};
joncojonathan = {
email = "joncojonathan@gmail.com";
github = "joncojonathan";
+ githubId = 11414454;
name = "Jonathan Haddock";
};
jonringer = {
email = "jonringer117@gmail.com";
github = "jonringer";
+ githubId = 7673602;
name = "Jonathan Ringer";
};
+ jorise = {
+ email = "info@jorisengbers.nl";
+ github = "JorisE";
+ githubId = 1767283;
+ name = "Joris Engbers";
+ };
jorsn = {
name = "Johannes Rosenberger";
email = "johannes@jorsn.eu";
github = "jorsn";
+ githubId = 4646725;
};
jpdoyle = {
email = "joethedoyle@gmail.com";
github = "jpdoyle";
+ githubId = 1918771;
name = "Joe Doyle";
};
jpierre03 = {
email = "nix@prunetwork.fr";
github = "jpierre03";
+ githubId = 954536;
name = "Jean-Pierre PRUNARET";
};
jpotier = {
email = "jpo.contributes.to.nixos@marvid.fr";
github = "jpotier";
+ githubId = 752510;
name = "Martin Potier";
};
jqueiroz = {
email = "nixos@johnjq.com";
github = "jqueiroz";
+ githubId = 4968215;
name = "Jonathan Queiroz";
};
jraygauthier = {
email = "jraygauthier@gmail.com";
github = "jraygauthier";
+ githubId = 4611077;
name = "Raymond Gauthier";
};
+ jtobin = {
+ email = "jared@jtobin.io";
+ github = "jtobin";
+ githubId = 1414434;
+ name = "Jared Tobin";
+ };
jtojnar = {
email = "jtojnar@gmail.com";
github = "jtojnar";
+ githubId = 705123;
name = "Jan Tojnar";
};
juaningan = {
email = "juaningan@gmail.com";
github = "juaningan";
+ githubId = 810075;
name = "Juan Rodal";
};
juliendehos = {
@@ -2533,11 +3147,13 @@
justinwoo = {
email = "moomoowoo@gmail.com";
github = "justinwoo";
+ githubId = 2396926;
name = "Justin Woo";
};
jwiegley = {
email = "johnw@newartisans.com";
github = "jwiegley";
+ githubId = 8460;
name = "John Wiegley";
};
jwilberding = {
@@ -2552,21 +3168,25 @@
jzellner = {
email = "jeffz@eml.cc";
github = "sofuture";
+ githubId = 66669;
name = "Jeff Zellner";
};
kaiha = {
email = "kai.harries@gmail.com";
github = "kaiha";
+ githubId = 6544084;
name = "Kai Harries";
};
kalbasit = {
email = "wael.nasreddine@gmail.com";
github = "kalbasit";
+ githubId = 87115;
name = "Wael Nasreddine";
};
kamilchm = {
email = "kamil.chm@gmail.com";
github = "kamilchm";
+ githubId = 1621930;
name = "Kamil Chmielewski";
};
kampfschlaefer = {
@@ -2581,61 +3201,89 @@
kazcw = {
email = "kaz@lambdaverse.org";
github = "kazcw";
+ githubId = 1047859;
name = "Kaz Wesley";
};
kentjames = {
email = "jameschristopherkent@gmail.com";
github = "kentjames";
+ githubId = 2029444;
name = "James Kent";
};
kevincox = {
email = "kevincox@kevincox.ca";
github = "kevincox";
+ githubId = 494012;
name = "Kevin Cox";
};
khumba = {
email = "bog@khumba.net";
github = "khumba";
+ githubId = 788813;
name = "Bryan Gardiner";
};
KibaFox = {
email = "kiba.fox@foxypossibilities.com";
github = "KibaFox";
+ githubId = 16481032;
name = "Kiba Fox";
};
kierdavis = {
email = "kierdavis@gmail.com";
github = "kierdavis";
+ githubId = 845652;
name = "Kier Davis";
};
+ killercup = {
+ email = "killercup@gmail.com";
+ github = "killercup";
+ githubId = 20063;
+ name = "Pascal Hertleif";
+ };
kiloreux = {
email = "kiloreux@gmail.com";
github = "kiloreux";
+ githubId = 6282557;
name = "Kiloreux Emperex";
};
+ kim0 = {
+ email = "email.ahmedkamal@googlemail.com";
+ github = "kim0";
+ name = "Ahmed Kamal";
+ };
kimburgess = {
email = "kim@acaprojects.com";
github = "kimburgess";
+ githubId = 843652;
name = "Kim Burgess";
};
kini = {
email = "keshav.kini@gmail.com";
github = "kini";
+ githubId = 691290;
name = "Keshav Kini";
};
kirelagin = {
email = "kirelagin@gmail.com";
github = "kirelagin";
+ githubId = 451835;
name = "Kirill Elagin";
};
+ kirikaza = {
+ email = "k@kirikaza.ru";
+ github = "kirikaza";
+ name = "Kirill Kazakov";
+ };
kisonecat = {
email = "kisonecat@gmail.com";
github = "kisonecat";
+ githubId = 148352;
name = "Jim Fowler";
};
kiwi = {
email = "envy1988@gmail.com";
github = "Kiwi";
+ githubId = 35715;
name = "Robert Djubek";
keys = [{
longkeyid = "rsa4096/0x156C88A5B0A04B2A";
@@ -2645,6 +3293,7 @@
kjuvi = {
email = "quentin.vaucher@pm.me";
github = "kjuvi";
+ githubId = 17534323;
name = "Quentin Vaucher";
};
kkallio = {
@@ -2655,37 +3304,44 @@
email = "klntsky@gmail.com";
name = "Vladimir Kalnitsky";
github = "klntsky";
+ githubId = 18447310;
};
kmeakin = {
email = "karlwfmeakin@gmail.com";
name = "Karl Meakin";
github = "Kmeakin";
+ githubId = 19665139;
};
kmein = {
email = "kieran.meinhardt@gmail.com";
name = "Kierán Meinhardt";
github = "kmein";
+ githubId = 10352507;
};
knedlsepp = {
email = "josef.kemetmueller@gmail.com";
github = "knedlsepp";
+ githubId = 3287933;
name = "Josef Kemetmüller";
};
knl = {
email = "nikola@knezevic.co";
github = "knl";
+ githubId = 361496;
name = "Nikola Knežević";
};
kolaente = {
email = "k@knt.li";
github = "kolaente";
+ githubId = 13721712;
name = "Konrad Langenberg";
};
konimex = {
email = "herdiansyah@netc.eu";
github = "konimex";
+ githubId = 15692230;
name = "Muhammad Herdiansyah";
};
koral = {
@@ -2696,58 +3352,80 @@
kovirobi = {
email = "kovirobi@gmail.com";
github = "kovirobi";
+ githubId = 1903418;
name = "Kovacsics Robert";
};
kquick = {
email = "quick@sparq.org";
github = "kquick";
+ githubId = 787421;
name = "Kevin Quick";
};
kragniz = {
email = "louis@kragniz.eu";
github = "kragniz";
+ githubId = 735008;
name = "Louis Taylor";
};
krav = {
email = "kristoffer@microdisko.no";
github = "krav";
+ githubId = 4032;
name = "Kristoffer Thømt Ravneberg";
};
kroell = {
email = "nixosmainter@makroell.de";
github = "rokk4";
+ githubId = 17659803;
name = "Matthias Axel Kröll";
};
kristoff3r = {
email = "k.soeholm@gmail.com";
github = "kristoff3r";
+ githubId = 160317;
name = "Kristoffer Søholm";
};
ktf = {
email = "giulio.eulisse@cern.ch";
github = "ktf";
+ githubId = 10544;
name = "Giuluo Eulisse";
};
+ ktor = {
+ email = "kruszewsky@gmail.com";
+ github = "ktor";
+ name = "Pawel Kruszewski";
+ };
ktosiek = {
email = "tomasz.kontusz@gmail.com";
github = "ktosiek";
+ githubId = 278013;
name = "Tomasz Kontusz";
};
kuznero = {
email = "roman@kuznero.com";
github = "kuznero";
+ githubId = 449813;
name = "Roman Kuznetsov";
};
kylewlacy = {
email = "kylelacy+nix@pm.me";
github = "kylewlacy";
+ githubId = 1362179;
name = "Kyle Lacy";
};
lasandell = {
email = "lasandell@gmail.com";
github = "lasandell";
+ githubId = 2034420;
name = "Luke Sandell";
};
+ lambda-11235 = {
+ email = "taranlynn0@gmail.com";
+ github = "lambda-11235";
+ githubId = 16354815;
+ name = "Taran Lynn";
+ };
lassulus = {
email = "lassulus@gmail.com";
github = "Lassulus";
@@ -2756,26 +3434,31 @@
layus = {
email = "layus.on@gmail.com";
github = "layus";
+ githubId = 632767;
name = "Guillaume Maudoux";
};
lblasc = {
email = "lblasc@znode.net";
github = "lblasc";
+ githubId = 32152;
name = "Luka Blaskovic";
};
ldesgoui = {
email = "ldesgoui@gmail.com";
github = "ldesgoui";
+ githubId = 2472678;
name = "Lucas Desgouilles";
};
league = {
email = "league@contrapunctus.net";
github = "league";
+ githubId = 50286;
name = "Christopher League";
};
leahneukirchen = {
email = "leah@vuxu.org";
github = "leahneukirchen";
+ githubId = 139;
name = "Leah Neukirchen";
};
lebastr = {
@@ -2786,26 +3469,31 @@
ledif = {
email = "refuse@gmail.com";
github = "ledif";
+ githubId = 307744;
name = "Adam Fidel";
};
leemachin = {
email = "me@mrl.ee";
github = "leemachin";
+ githubId = 736291;
name = "Lee Machin";
};
leenaars = {
email = "ml.software@leenaa.rs";
github = "leenaars";
+ githubId = 4158274;
name = "Michiel Leenaars";
};
lejonet = {
email = "daniel@kuehn.se";
github = "lejonet";
+ githubId = 567634;
name = "Daniel Kuehn";
};
leo60228 = {
email = "iakornfeld@gmail.com";
github = "leo60228";
+ githubId = 8355305;
name = "leo60228";
};
leonardoce = {
@@ -2816,101 +3504,136 @@
lethalman = {
email = "lucabru@src.gnome.org";
github = "lethalman";
+ githubId = 480920;
name = "Luca Bruno";
};
lewo = {
email = "lewo@abesis.fr";
github = "nlewo";
+ githubId = 3425311;
name = "Antoine Eiche";
};
lheckemann = {
email = "git@sphalerite.org";
github = "lheckemann";
+ githubId = 341954;
name = "Linus Heckemann";
};
lhvwb = {
email = "nathaniel.baxter@gmail.com";
github = "nathanielbaxter";
+ githubId = 307589;
name = "Nathaniel Baxter";
};
+ lightbulbjim = {
+ email = "chris@killred.net";
+ github = "lightbulbjim";
+ name = "Chris Rendle-Short";
+ };
lightdiscord = {
email = "root@arnaud.sh";
github = "lightdiscord";
+ githubId = 24509182;
name = "Arnaud Pascal";
};
lihop = {
email = "nixos@leroy.geek.nz";
github = "lihop";
+ githubId = 3696783;
name = "Leroy Hopson";
};
lilyball = {
email = "lily@sb.org";
github = "lilyball";
+ githubId = 714;
name = "Lily Ballard";
};
limeytexan = {
email = "limeytexan@gmail.com";
github = "limeytexan";
+ githubId = 36448130;
name = "Michael Brantley";
};
linarcx = {
email = "linarcx@gmail.com";
github = "linarcx";
+ githubId = 10884422;
name = "Kaveh Ahangar";
};
linc01n = {
email = "git@lincoln.hk";
github = "linc01n";
+ githubId = 667272;
name = "Lincoln Lee";
};
linquize = {
email = "linquize@yahoo.com.hk";
github = "linquize";
+ githubId = 791115;
name = "Linquize";
};
linus = {
email = "linusarver@gmail.com";
github = "listx";
+ githubId = 725613;
name = "Linus Arver";
};
+ livnev = {
+ email = "lev@liv.nev.org.uk";
+ github = "livnev";
+ githubId = 3964494;
+ name = "Lev Livnev";
+ keys = [{
+ longkeyid = "rsa2048/0x68FF81E6A7850F49";
+ fingerprint = "74F5 E5CC 19D3 B5CB 608F 6124 68FF 81E6 A785 0F49";
+ }];
+ };
luis = {
email = "luis.nixos@gmail.com";
github = "Luis-Hebendanz";
+ githubId = 22085373;
name = "Luis Hebendanz";
};
lionello = {
email = "lio@lunesu.com";
github = "lionello";
+ githubId = 591860;
name = "Lionello Lunesu";
};
lluchs = {
email = "lukas.werling@gmail.com";
github = "lluchs";
+ githubId = 516527;
name = "Lukas Werling";
};
lnl7 = {
email = "daiderd@gmail.com";
github = "lnl7";
+ githubId = 689294;
name = "Daiderd Jordan";
};
lo1tuma = {
email = "schreck.mathias@gmail.com";
github = "lo1tuma";
+ githubId = 169170;
name = "Mathias Schreck";
};
loewenheim = {
email = "loewenheim@mailbox.org";
github = "loewenheim";
+ githubId = 7622248;
name = "Sebastian Zivota";
};
lopsided98 = {
email = "benwolsieffer@gmail.com";
github = "lopsided98";
+ githubId = 5624721;
name = "Ben Wolsieffer";
};
loskutov = {
email = "ignat.loskutov@gmail.com";
github = "loskutov";
+ githubId = 1202012;
name = "Ignat Loskutov";
};
lovek323 = {
@@ -2921,16 +3644,19 @@
lowfatcomputing = {
email = "andreas.wagner@lowfatcomputing.org";
github = "lowfatcomputing";
+ githubId = 10626;
name = "Andreas Wagner";
};
lschuermann = {
email = "leon.git@is.currently.online";
github = "lschuermann";
+ githubId = 5341193;
name = "Leon Schuermann";
};
lsix = {
email = "lsix@lancelotsix.com";
github = "lsix";
+ githubId = 724339;
name = "Lancelot SIX";
};
ltavard = {
@@ -2941,51 +3667,61 @@
lucas8 = {
email = "luc.linux@mailoo.org";
github = "lucas8";
+ githubId = 2025623;
name = "Luc Chabassier";
};
lucus16 = {
email = "lars.jellema@gmail.com";
github = "Lucus16";
+ githubId = 2487922;
name = "Lars Jellema";
};
ludo = {
email = "ludo@gnu.org";
github = "civodul";
+ githubId = 1168435;
name = "Ludovic Courtès";
};
lufia = {
email = "lufia@lufia.org";
github = "lufia";
+ githubId = 1784379;
name = "Kyohei Kadota";
};
luispedro = {
email = "luis@luispedro.org";
github = "luispedro";
+ githubId = 79334;
name = "Luis Pedro Coelho";
};
lukeadams = {
email = "luke.adams@belljar.io";
github = "lukeadams";
+ githubId = 3508077;
name = "Luke Adams";
};
lukebfox = {
email = "lbentley-fox1@sheffield.ac.uk";
github = "lukebfox";
+ githubId = 34683288;
name = "Luke Bentley-Fox";
};
lukego = {
email = "luke@snabb.co";
github = "lukego";
+ githubId = 13791;
name = "Luke Gorrie";
};
luz = {
email = "luz666@daum.net";
github = "Luz";
+ githubId = 208297;
name = "Luz";
};
lw = {
email = "lw@fmap.me";
github = "lolwat97";
+ githubId = 2057309;
name = "Sergey Sofeychuk";
};
lyt = {
@@ -2999,66 +3735,85 @@
ma27 = {
email = "maximilian@mbosch.me";
github = "ma27";
+ githubId = 6025220;
name = "Maximilian Bosch";
};
ma9e = {
email = "sean@lfo.team";
- github = "ma9e";
+ github = "furrycatherder";
+ githubId = 36235154;
name = "Sean Haugh";
};
madjar = {
email = "georges.dubus@compiletoi.net";
github = "madjar";
+ githubId = 109141;
name = "Georges Dubus";
};
mafo = {
email = "Marc.Fontaine@gmx.de";
github = "MarcFontaine";
+ githubId = 1433367;
name = "Marc Fontaine";
};
+ magenbluten = {
+ email = "magenbluten@codemonkey.cc";
+ github = "magenbluten";
+ githubId = 1140462;
+ name = "magenbluten";
+ };
magnetophon = {
email = "bart@magnetophon.nl";
github = "magnetophon";
+ githubId = 7645711;
name = "Bart Brouns";
};
mahe = {
email = "matthias.mh.herrmann@gmail.com";
github = "2chilled";
+ githubId = 1238350;
name = "Matthias Herrmann";
};
makefu = {
email = "makefu@syntax-fehler.de";
github = "makefu";
+ githubId = 115218;
name = "Felix Richter";
};
malyn = {
email = "malyn@strangeGizmo.com";
github = "malyn";
+ githubId = 346094;
name = "Michael Alyn Miller";
};
manveru = {
email = "m.fellinger@gmail.com";
github = "manveru";
+ githubId = 3507;
name = "Michael Fellinger";
};
marcweber = {
email = "marco-oweber@gmx.de";
github = "marcweber";
+ githubId = 34086;
name = "Marc Weber";
};
marenz = {
email = "marenz@arkom.men";
github = "marenz2569";
+ githubId = 12773269;
name = "Markus Schmidl";
};
markus1189 = {
email = "markus1189@gmail.com";
github = "markus1189";
+ githubId = 591567;
name = "Markus Hauck";
};
markuskowa = {
email = "markus.kowalewski@gmail.com";
github = "markuskowa";
+ githubId = 26470037;
name = "Markus Kowalewski";
};
markWot = {
@@ -3069,25 +3824,30 @@
email = "mariusdavid@laposte.net";
name = "Marius David";
github = "marius851000";
+ githubId = 22586596;
};
marsam = {
email = "marsam@users.noreply.github.com";
github = "marsam";
+ githubId = 65531;
name = "Mario Rodas";
};
martijnvermaat = {
email = "martijn@vermaat.name";
github = "martijnvermaat";
+ githubId = 623509;
name = "Martijn Vermaat";
};
martingms = {
email = "martin@mg.am";
github = "martingms";
+ githubId = 458783;
name = "Martin Gammelsæter";
};
marzipankaiser = {
email = "nixos@gaisseml.de";
github = "marzipankaiser";
+ githubId = 2551444;
name = "Marcial Gaißert";
keys = [{
longkeyid = "rsa2048/0xB629036BE399EEE9";
@@ -3097,16 +3857,19 @@
matejc = {
email = "cotman.matej@gmail.com";
github = "matejc";
+ githubId = 854770;
name = "Matej Cotman";
};
mathnerd314 = {
email = "mathnerd314.gph+hs@gmail.com";
github = "mathnerd314";
+ githubId = 322214;
name = "Mathnerd314";
};
matklad = {
email = "aleksey.kladov@gmail.com";
github = "matklad";
+ githubId = 1711539;
name = "matklad";
};
matthewbauer = {
@@ -3117,6 +3880,7 @@
matthiasbeyer = {
email = "mail@beyermatthias.de";
github = "matthiasbeyer";
+ githubId = 427866;
name = "Matthias Beyer";
};
matti-kariluoma = {
@@ -3127,76 +3891,91 @@
maurer = {
email = "matthew.r.maurer+nix@gmail.com";
github = "maurer";
+ githubId = 136037;
name = "Matthew Maurer";
};
mbakke = {
email = "mbakke@fastmail.com";
github = "mbakke";
+ githubId = 1269099;
name = "Marius Bakke";
};
mbbx6spp = {
email = "me@susanpotter.net";
github = "mbbx6spp";
+ githubId = 564;
name = "Susan Potter";
};
mbe = {
email = "brandonedens@gmail.com";
github = "brandonedens";
+ githubId = 396449;
name = "Brandon Edens";
};
mbode = {
email = "maxbode@gmail.com";
github = "mbode";
+ githubId = 9051309;
name = "Maximilian Bode";
};
mboes = {
email = "mboes@tweag.net";
github = "mboes";
+ githubId = 51356;
name = "Mathieu Boespflug";
};
mbrgm = {
email = "marius@yeai.de";
github = "mbrgm";
+ githubId = 2971615;
name = "Marius Bergmann";
};
mcmtroffaes = {
email = "matthias.troffaes@gmail.com";
github = "mcmtroffaes";
+ githubId = 158568;
name = "Matthias C. M. Troffaes";
};
mdaiter = {
email = "mdaiter8121@gmail.com";
github = "mdaiter";
+ githubId = 1377571;
name = "Matthew S. Daiter";
};
mdevlamynck = {
email = "matthias.devlamynck@mailoo.org";
github = "mdevlamynck";
+ githubId = 4378377;
name = "Matthias Devlamynck";
};
meditans = {
email = "meditans@gmail.com";
github = "meditans";
+ githubId = 4641445;
name = "Carlo Nucera";
};
megheaiulian = {
email = "iulian.meghea@gmail.com";
github = "megheaiulian";
+ githubId = 1788114;
name = "Meghea Iulian";
};
mehandes = {
email = "niewskici@gmail.com";
github = "mehandes";
+ githubId = 32581276;
name = "Matt Deming";
};
meisternu = {
email = "meister@krutt.org";
github = "meisternu";
+ githubId = 8263431;
name = "Matt Miemiec";
};
melchips = {
email = "truphemus.francois@gmail.com";
github = "melchips";
+ githubId = 365721;
name = "Francois Truphemus";
};
melsigl = {
@@ -3207,45 +3986,59 @@
melkor333 = {
email = "samuel@ton-kunst.ch";
github = "melkor333";
+ githubId = 6412377;
name = "Samuel Ruprecht";
};
metabar = {
email = "softs@metabarcoding.org";
name = "Celine Mercier";
};
+ metadark = {
+ email = "kira.bruneau@gmail.com";
+ name = "Kira Bruneau";
+ github = "metadark";
+ githubId = 382041;
+ };
mfossen = {
email = "msfossen@gmail.com";
github = "mfossen";
+ githubId = 3300322;
name = "Mitchell Fossen";
};
mgdelacroix = {
email = "mgdelacroix@gmail.com";
github = "mgdelacroix";
+ githubId = 223323;
name = "Miguel de la Cruz";
};
mgregoire = {
email = "gregoire@martinache.net";
github = "M-Gregoire";
+ githubId = 9469313;
name = "Gregoire Martinache";
};
mgttlinger = {
email = "megoettlinger@gmail.com";
github = "mgttlinger";
+ githubId = 5120487;
name = "Merlin Göttlinger";
};
mguentner = {
email = "code@klandest.in";
github = "mguentner";
+ githubId = 668926;
name = "Maximilian Güntner";
};
mhaselsteiner = {
email = "magdalena.haselsteiner@gmx.at";
github = "mhaselsteiner";
+ githubId = 20536514;
name = "Magdalena Haselsteiner";
};
mic92 = {
email = "joerg@thalheim.io";
github = "mic92";
+ githubId = 96200;
name = "Jörg Thalheim";
keys = [{
# compare with https://keybase.io/Mic92
@@ -3261,6 +4054,7 @@
michalrus = {
email = "m@michalrus.com";
github = "michalrus";
+ githubId = 4366292;
name = "Michal Rus";
};
michelk = {
@@ -3268,24 +4062,34 @@
github = "michelk";
name = "Michel Kuhlmann";
};
+ michojel = {
+ email = "mic.liamg@gmail.com";
+ github = "michojel";
+ githubId = 21156022;
+ name = "Michal Minář";
+ };
mickours = {
email = "mickours@gmail.com<";
github = "mickours";
+ githubId = 837312;
name = "Michael Mercier";
};
midchildan = {
email = "midchildan+nix@gmail.com";
github = "midchildan";
+ githubId = 7343721;
name = "midchildan";
};
mikefaille = {
email = "michael@faille.io";
github = "mikefaille";
+ githubId = 978196;
name = "Michaël Faille";
};
mikoim = {
email = "ek@esh.ink";
github = "mikoim";
+ githubId = 3958340;
name = "Eshin Kunishima";
};
miltador = {
@@ -3295,6 +4099,7 @@
mimadrid = {
email = "mimadrid@ucm.es";
github = "mimadrid";
+ githubId = 3269878;
name = "Miguel Madrid";
};
minijackson = {
@@ -3310,36 +4115,43 @@
mirrexagon = {
email = "mirrexagon@mirrexagon.com";
github = "mirrexagon";
+ githubId = 1776903;
name = "Andrew Abbott";
};
mjanczyk = {
email = "m@dragonvr.pl";
github = "mjanczyk";
+ githubId = 1001112;
name = "Marcin Janczyk";
};
mjp = {
email = "mike@mythik.co.uk";
github = "MikePlayle";
+ githubId = 16974598;
name = "Mike Playle";
};
mkazulak = {
email = "kazulakm@gmail.com";
github = "mulderr";
+ githubId = 5698461;
name = "Maciej Kazulak";
};
mkg = {
email = "mkg@vt.edu";
github = "mkgvt";
+ githubId = 22477669;
name = "Mark K Gardner";
};
mlieberman85 = {
email = "mlieberman85@gmail.com";
github = "mlieberman85";
+ githubId = 622577;
name = "Michael Lieberman";
};
mmahut = {
email = "marek.mahut@gmail.com";
github = "mmahut";
+ githubId = 104795;
name = "Marek Mahut";
};
mmlb = {
@@ -3350,21 +4162,25 @@
mnacamura = {
email = "m.nacamura@gmail.com";
github = "mnacamura";
+ githubId = 45770;
name = "Mitsuhiro Nakamura";
};
moaxcp = {
email = "moaxcp@gmail.com";
github = "moaxcp";
+ githubId = 7831184;
name = "John Mercier";
};
modulistic = {
email = "modulistic@gmail.com";
github = "modulistic";
+ githubId = 1902456;
name = "Pablo Costa";
};
mog = {
email = "mog-lists@rldn.net";
github = "mogorman";
+ githubId = 64710;
name = "Matthew O'Gorman";
};
Mogria = {
@@ -3375,36 +4191,43 @@
monsieurp = {
email = "monsieurp@gentoo.org";
github = "monsieurp";
+ githubId = 350116;
name = "Patrice Clement";
};
montag451 = {
email = "montag451@laposte.net";
github = "montag451";
+ githubId = 249317;
name = "montag451";
};
moosingin3space = {
email = "moosingin3space@gmail.com";
github = "moosingin3space";
+ githubId = 830082;
name = "Nathan Moos";
};
moredread = {
email = "code@apb.name";
github = "moredread";
+ githubId = 100848;
name = "André-Patrick Bubel";
};
moretea = {
email = "maarten@moretea.nl";
github = "moretea";
+ githubId = 99988;
name = "Maarten Hoogendoorn";
};
MostAwesomeDude = {
email = "cds@corbinsimpson.com";
github = "MostAwesomeDude";
+ githubId = 118035;
name = "Corbin Simpson";
};
mounium = {
email = "muoniurn@gmail.com";
github = "mounium";
+ githubId = 20026143;
name = "Katona László";
};
MP2E = {
@@ -3415,13 +4238,21 @@
mpcsh = {
email = "m@mpc.sh";
github = "mpcsh";
+ githubId = 2894019;
name = "Mark Cohen";
};
mpickering = {
email = "matthewtpickering@gmail.com";
github = "mpickering";
+ githubId = 1216657;
name = "Matthew Pickering";
};
+ mpoquet = {
+ email = "millian.poquet@gmail.com";
+ github = "mpoquet";
+ githubId = 3502831;
+ name = "Millian Poquet";
+ };
mpscholten = {
email = "marc@mpscholten.de";
github = "mpscholten";
@@ -3430,6 +4261,7 @@
mpsyco = {
email = "fr.st-amour@gmail.com";
github = "fstamour";
+ githubId = 2881922;
name = "Francis St-Amour";
};
mredaelli = {
@@ -3440,11 +4272,19 @@
mrkkrp = {
email = "markkarpov92@gmail.com";
github = "mrkkrp";
+ githubId = 8165792;
name = "Mark Karpov";
};
+ mrmebelman = {
+ email = "burzakovskij@protonmail.com";
+ github = "MrMebelMan";
+ githubId = 15896005;
+ name = "Vladyslav Burzakovskyy";
+ };
mrVanDalo = {
email = "contact@ingolf-wagner.de";
github = "mrVanDalo";
+ githubId = 839693;
name = "Ingolf Wanger";
};
msackman = {
@@ -3458,26 +4298,31 @@
mschristiansen = {
email = "mikkel@rheosystems.com";
github = "mschristiansen";
+ githubId = 437005;
name = "Mikkel Christiansen";
};
msiedlarek = {
email = "mikolaj@siedlarek.pl";
github = "msiedlarek";
+ githubId = 133448;
name = "Mikołaj Siedlarek";
};
mstarzyk = {
email = "mstarzyk@gmail.com";
github = "mstarzyk";
+ githubId = 111304;
name = "Maciek Starzyk";
};
msteen = {
email = "emailmatthijs@gmail.com";
github = "msteen";
+ githubId = 788953;
name = "Matthijs Steen";
};
mt-caret = {
email = "mtakeda.enigsol@gmail.com";
github = "mt-caret";
+ githubId = 4996739;
name = "Masayuki Takeda";
};
MtP = {
@@ -3488,46 +4333,55 @@
mtreskin = {
email = "zerthurd@gmail.com";
github = "Zert";
+ githubId = 39034;
name = "Max Treskin";
};
mudri = {
email = "lamudri@gmail.com";
github = "laMudri";
+ githubId = 5139265;
name = "James Wood";
};
muflax = {
email = "mail@muflax.com";
github = "muflax";
+ githubId = 69918;
name = "Stefan Dorn";
};
mvnetbiz = {
email = "mvnetbiz@gmail.com";
github = "mvnetbiz";
+ githubId = 6455574;
name = "Matt Votava";
};
mwilsoninsight = {
email = "max.wilson@insight.com";
github = "mwilsoninsight";
+ githubId = 47782621;
name = "Max Wilson";
};
myrl = {
email = "myrl.0xf@gmail.com";
github = "myrl";
+ githubId = 9636071;
name = "Myrl Hex";
};
nadrieril = {
email = "nadrieril@gmail.com";
github = "nadrieril";
+ githubId = 6783654;
name = "Nadrieril Feneanar";
};
nalbyuites = {
email = "ashijit007@gmail.com";
github = "nalbyuites";
+ githubId = 1009523;
name = "Ashijit Pramanik";
};
namore = {
email = "namor@hemio.de";
github = "namore";
+ githubId = 1222539;
name = "Roman Naumann";
};
nand0p = {
@@ -3542,141 +4396,173 @@
nathan-gs = {
email = "nathan@nathan.gs";
github = "nathan-gs";
+ githubId = 330943;
name = "Nathan Bijnens";
};
+ nathyong = {
+ email = "nathyong@noreply.github.com";
+ github = "nathyong";
+ githubId = 818502;
+ name = "Nathan Yong";
+ };
nckx = {
email = "github@tobias.gr";
github = "nckx";
+ githubId = 364510;
name = "Tobias Geerinckx-Rice";
};
ndowens = {
email = "ndowens04@gmail.com";
github = "ndowens";
+ githubId = 117743;
name = "Nathan Owens";
};
neeasade = {
email = "nathanisom27@gmail.com";
github = "neeasade";
+ githubId = 3747396;
name = "Nathan Isom";
};
neonfuz = {
email = "neonfuz@gmail.com";
github = "neonfuz";
+ githubId = 2590830;
name = "Sage Raflik";
};
nequissimus = {
email = "tim@nequissimus.com";
github = "nequissimus";
+ githubId = 628342;
name = "Tim Steinbach";
};
netixx = {
email = "dev.espinetfrancois@gmail.com";
github = "netixx";
+ githubId = 1488603;
name = "François Espinet";
};
nikitavoloboev = {
email = "nikita.voloboev@gmail.com";
github = "nikitavoloboev";
+ githubId = 6391776;
name = "Nikita Voloboev";
};
nfjinjing = {
email = "nfjinjing@gmail.com";
- github = "nfjinjing";
name = "Jinjing Wang";
};
nh2 = {
email = "mail@nh2.me";
github = "nh2";
+ githubId = 399535;
name = "Niklas Hambüchen";
};
nhooyr = {
email = "anmol@aubble.com";
github = "nhooyr";
+ githubId = 10180857;
name = "Anmol Sethi";
};
nickhu = {
email = "me@nickhu.co.uk";
github = "nickhu";
+ githubId = 450276;
name = "Nick Hu";
};
nicknovitski = {
email = "nixpkgs@nicknovitski.com";
github = "nicknovitski";
+ githubId = 151337;
name = "Nick Novitski";
};
nico202 = {
email = "anothersms@gmail.com";
github = "nico202";
+ githubId = 8214542;
name = "Nicolò Balzarotti";
};
NikolaMandic = {
email = "nikola@mandic.email";
github = "NikolaMandic";
+ githubId = 4368690;
name = "Ratko Mladic";
};
ninjatrappeur = {
email = "felix@alternativebit.fr";
github = "ninjatrappeur";
+ githubId = 1219785;
name = "Félix Baylac-Jacqué";
};
nioncode = {
email = "nioncode+github@gmail.com";
github = "nioncode";
+ githubId = 3159451;
name = "Nicolas Schneider";
};
nipav = {
email = "niko.pavlinek@gmail.com";
github = "nipav";
+ githubId = 16385648;
name = "Niko Pavlinek";
};
nixy = {
email = "nixy@nixy.moe";
github = "nixy";
+ githubId = 7588406;
name = "Andrew R. M.";
};
nmattia = {
email = "nicolas@nmattia.com";
github = "nmattia";
+ githubId = 6930756;
name = "Nicolas Mattia";
};
nocent = {
email = "nocent@protonmail.ch";
github = "nocent";
+ githubId = 25505957;
name = "nocent";
};
nocoolnametom = {
email = "nocoolnametom@gmail.com";
github = "nocoolnametom";
+ githubId = 810877;
name = "Tom Doggett";
};
nomeata = {
email = "mail@joachim-breitner.de";
github = "nomeata";
+ githubId = 148037;
name = "Joachim Breitner";
};
noneucat = {
email = "andy@lolc.at";
github = "noneucat";
+ githubId = 40049608;
name = "Andy Chun";
};
notthemessiah = {
email = "brian.cohen.88@gmail.com";
github = "notthemessiah";
+ githubId = 2946283;
name = "Brian Cohen";
};
np = {
email = "np.nix@nicolaspouillard.fr";
github = "np";
+ githubId = 5548;
name = "Nicolas Pouillard";
};
nphilou = {
email = "nphilou@gmail.com";
github = "nphilou";
+ githubId = 9939720;
name = "Philippe Nguyen";
};
nshalman = {
email = "nahamu@gmail.com";
github = "nshalman";
+ githubId = 20391;
name = "Nahum Shalman";
};
nslqqq = {
@@ -3686,51 +4572,61 @@
nthorne = {
email = "notrupertthorne@gmail.com";
github = "nthorne";
+ githubId = 1839979;
name = "Niklas Thörne";
};
numinit = {
email = "me@numin.it";
github = "numinit";
+ githubId = 369111;
name = "Morgan Jones";
};
nyanloutre = {
email = "paul@nyanlout.re";
github = "nyanloutre";
+ githubId = 7677321;
name = "Paul Trehiou";
};
nyarly = {
email = "nyarly@gmail.com";
github = "nyarly";
+ githubId = 127548;
name = "Judson Lester";
};
nzhang-zh = {
email = "n.zhang.hp.au@gmail.com";
github = "nzhang-zh";
+ githubId = 30825096;
name = "Ning Zhang";
};
obadz = {
email = "obadz-nixos@obadz.com";
github = "obadz";
+ githubId = 3359345;
name = "obadz";
};
ocharles = {
email = "ollie@ocharles.org.uk";
github = "ocharles";
+ githubId = 20878;
name = "Oliver Charles";
};
odi = {
email = "oliver.dunkl@gmail.com";
github = "odi";
+ githubId = 158758;
name = "Oliver Dunkl";
};
offline = {
email = "jaka@x-truder.net";
github = "offlinehacker";
+ githubId = 585547;
name = "Jaka Hudoklin";
};
oida = {
email = "oida@posteo.de";
github = "oida";
+ githubId = 7249506;
name = "oida";
};
okasu = {
@@ -3740,11 +4636,13 @@
olcai = {
email = "dev@timan.info";
github = "olcai";
+ githubId = 20923;
name = "Erik Timan";
};
olejorgenb = {
email = "olejorgenb@yahoo.no";
github = "olejorgenb";
+ githubId = 72201;
name = "Ole Jørgen Brønner";
};
olynch = {
@@ -3755,16 +4653,19 @@
omnipotententity = {
email = "omnipotententity@gmail.com";
github = "omnipotententity";
+ githubId = 1538622;
name = "Michael Reilly";
};
OPNA2608 = {
email = "christoph.neidahl@gmail.com";
github = "OPNA2608";
+ githubId = 23431373;
name = "Christoph Neidahl";
};
orbekk = {
email = "kjetil.orbekk@gmail.com";
github = "orbekk";
+ githubId = 19862;
name = "KJ Ørbekk";
};
orbitz = {
@@ -3775,21 +4676,25 @@
orivej = {
email = "orivej@gmx.fr";
github = "orivej";
+ githubId = 101514;
name = "Orivej Desh";
};
osener = {
email = "ozan@ozansener.com";
github = "osener";
+ githubId = 111265;
name = "Ozan Sener";
};
otwieracz = {
email = "slawek@otwiera.cz";
github = "otwieracz";
+ githubId = 108072;
name = "Slawomir Gonet";
};
oxij = {
email = "oxij@oxij.org";
github = "oxij";
+ githubId = 391919;
name = "Jan Malakhovski";
keys = [{
longkeyid = "rsa2048/0x0E6CA66E5C557AA8";
@@ -3799,66 +4704,79 @@
oyren = {
email = "m.scheuren@oyra.eu";
github = "oyren";
+ githubId = 15930073;
name = "Moritz Scheuren";
};
pacien = {
email = "b4gx3q.nixpkgs@pacien.net";
github = "pacien";
+ githubId = 1449319;
name = "Pacien Tran-Girard";
};
paddygord = {
email = "pgpatrickgordon@gmail.com";
github = "paddygord";
+ githubId = 10776658;
name = "Patrick Gordon";
};
paholg = {
email = "paho@paholg.com";
github = "paholg";
+ githubId = 4908217;
name = "Paho Lurie-Gregg";
};
pakhfn = {
email = "pakhfn@gmail.com";
github = "pakhfn";
+ githubId = 11016164;
name = "Fedor Pakhomov";
};
panaeon = {
email = "vitalii.voloshyn@gmail.com";
github = "panaeon";
+ githubId = 686076;
name = "Vitalii Voloshyn";
};
pandaman = {
email = "kointosudesuyo@infoseek.jp";
github = "pandaman64";
+ githubId = 1788628;
name = "pandaman";
};
paperdigits = {
email = "mica@silentumbrella.com";
github = "paperdigits";
+ githubId = 71795;
name = "Mica Semrick";
};
paraseba = {
email = "paraseba@gmail.com";
github = "paraseba";
+ githubId = 20792;
name = "Sebastian Galkin";
};
pashev = {
email = "pashev.igor@gmail.com";
github = "ip1981";
+ githubId = 131844;
name = "Igor Pashev";
};
patternspandemic = {
email = "patternspandemic@live.com";
github = "patternspandemic";
+ githubId = 15645854;
name = "Brad Christensen";
};
pawelpacana = {
email = "pawel.pacana@gmail.com";
github = "pawelpacana";
+ githubId = 116740;
name = "Paweł Pacana";
};
pbogdan = {
email = "ppbogdan@gmail.com";
github = "pbogdan";
+ githubId = 157610;
name = "Piotr Bogdan";
};
pcarrier = {
@@ -3869,81 +4787,97 @@
periklis = {
email = "theopompos@gmail.com";
github = "periklis";
+ githubId = 152312;
name = "Periklis Tsirakidis";
};
pesterhazy = {
email = "pesterhazy@gmail.com";
github = "pesterhazy";
+ githubId = 106328;
name = "Paulus Esterhazy";
};
petabyteboy = {
email = "me@pbb.lc";
github = "petabyteboy";
+ githubId = 3250809;
name = "Milan Pässler";
};
peterhoeg = {
email = "peter@hoeg.com";
github = "peterhoeg";
+ githubId = 722550;
name = "Peter Hoeg";
};
peterromfeldhk = {
email = "peter.romfeld.hk@gmail.com";
github = "peterromfeldhk";
+ githubId = 5515707;
name = "Peter Romfeld";
};
peti = {
email = "simons@cryp.to";
github = "peti";
+ githubId = 28323;
name = "Peter Simons";
};
philandstuff = {
email = "philip.g.potter@gmail.com";
github = "philandstuff";
+ githubId = 581269;
name = "Philip Potter";
};
phile314 = {
email = "nix@314.ch";
github = "phile314";
+ githubId = 1640697;
name = "Philipp Hausmann";
};
Phlogistique = {
email = "noe.rubinstein@gmail.com";
github = "Phlogistique";
+ githubId = 421510;
name = "Noé Rubinstein";
};
phreedom = {
email = "phreedom@yandex.ru";
github = "phreedom";
+ githubId = 62577;
name = "Evgeny Egorochkin";
};
phryneas = {
email = "mail@lenzw.de";
github = "phryneas";
+ githubId = 4282439;
name = "Lenz Weber";
};
phunehehe = {
email = "phunehehe@gmail.com";
github = "phunehehe";
+ githubId = 627831;
name = "Hoang Xuan Phu";
};
pierrechevalier83 = {
email = "pierrechevalier83@gmail.com";
github = "pierrechevalier83";
+ githubId = 5790907;
name = "Pierre Chevalier";
};
pierreis = {
email = "pierre@pierre.is";
github = "pierreis";
+ githubId = 203973;
name = "Pierre Matri";
};
pierrer = {
email = "pierrer@pi3r.be";
github = "pierrer";
+ githubId = 93115;
name = "Pierre Radermecker";
};
pierron = {
email = "nixos@nbp.name";
github = "nbp";
+ githubId = 1179566;
name = "Nicolas B. Pierron";
};
piotr = {
@@ -3953,16 +4887,19 @@
pjbarnoy = {
email = "pjbarnoy@gmail.com";
github = "pjbarnoy";
+ githubId = 119460;
name = "Perry Barnoy";
};
pjones = {
email = "pjones@devalot.com";
github = "pjones";
+ githubId = 3737;
name = "Peter Jones";
};
pkmx = {
email = "pkmx.tw@gmail.com";
github = "pkmx";
+ githubId = 610615;
name = "Chih-Mao Chen";
};
plchldr = {
@@ -3973,16 +4910,19 @@
plcplc = {
email = "plcplc@gmail.com";
github = "plcplc";
+ githubId = 358550;
name = "Philip Lykke Carlsen";
};
plumps = {
email = "maks.bronsky@web.de";
github = "plumps";
+ githubId = 13000278;
name = "Maksim Bronsky";
};
pmahoney = {
email = "pat@polycrystal.org";
github = "pmahoney";
+ githubId = 103822;
name = "Patrick Mahoney";
};
pmeunier = {
@@ -3993,21 +4933,25 @@
pmiddend = {
email = "pmidden@secure.mailbox.org";
github = "pmiddend";
+ githubId = 178496;
name = "Philipp Middendorf";
};
pmyjavec = {
email = "pauly@myjavec.com";
github = "pmyjavec";
+ githubId = 315096;
name = "Pauly Myjavec";
};
pnelson = {
email = "me@pnelson.ca";
github = "pnelson";
+ githubId = 579773;
name = "Philip Nelson";
};
pneumaticat = {
email = "kevin@potatofrom.space";
github = "pneumaticat";
+ githubId = 11365056;
name = "Kevin Liu";
};
polyrod = {
@@ -4018,21 +4962,36 @@
pombeirp = {
email = "nix@endgr.33mail.com";
github = "PombeirP";
+ githubId = 138074;
name = "Pedro Pombeiro";
};
pradeepchhetri = {
email = "pradeep.chhetri89@gmail.com";
github = "pradeepchhetri";
+ githubId = 2232667;
name = "Pradeep Chhetri";
};
+ pradyuman = {
+ email = "me@pradyuman.co";
+ github = "pradyuman";
+ githubId = 9904569;
+ name = "Pradyuman Vig";
+ keys = [
+ { longkeyid = "rsa4096/4F74D5361C4CA31E";
+ fingerprint = "240B 57DE 4271 2480 7CE3 EAC8 4F74 D536 1C4C A31E";
+ }
+ ];
+ };
prikhi = {
email = "pavan.rikhi@gmail.com";
github = "prikhi";
+ githubId = 1304102;
name = "Pavan Rikhi";
};
primeos = {
email = "dev.primeos@gmail.com";
github = "primeos";
+ githubId = 7537109;
name = "Michael Weiss";
keys = [
{ longkeyid = "ed25519/0x130826A6C2A389FD"; # Git only
@@ -4046,26 +5005,41 @@
Profpatsch = {
email = "mail@profpatsch.de";
github = "Profpatsch";
+ githubId = 3153638;
name = "Profpatsch";
};
proglodyte = {
email = "proglodyte23@gmail.com";
github = "proglodyte";
+ githubId = 18549627;
name = "Proglodyte";
};
+ protoben = {
+ email = "protob3n@gmail.com";
+ github = "protoben";
+ githubId = 4633847;
+ name = "Ben Hamlin";
+ };
prusnak = {
- email = "stick@gk2.sk";
+ email = "pavol@rusnak.io";
github = "prusnak";
+ githubId = 42201;
name = "Pavol Rusnak";
+ keys = [{
+ longkeyid = "rsa4096/0x91F3B339B9A02A3D";
+ fingerprint = "86E6 792F C27B FD47 8860 C110 91F3 B339 B9A0 2A3D";
+ }];
};
pshendry = {
email = "paul@pshendry.com";
github = "pshendry";
+ githubId = 1829032;
name = "Paul Hendry";
};
psibi = {
email = "sibi@psibi.in";
github = "psibi";
+ githubId = 737477;
name = "Sibi";
};
pstn = {
@@ -4075,26 +5049,31 @@
pSub = {
email = "mail@pascal-wittmann.de";
github = "pSub";
+ githubId = 83842;
name = "Pascal Wittmann";
};
psyanticy = {
email = "iuns@outlook.fr";
github = "PsyanticY";
+ githubId = 20524473;
name = "Psyanticy";
};
ptival = {
email = "valentin.robert.42@gmail.com";
github = "Ptival";
+ githubId = 478606;
name = "Valentin Robert";
};
ptrhlm = {
email = "ptrhlm0@gmail.com";
github = "ptrhlm";
+ githubId = 9568176;
name = "Piotr Halama";
};
puffnfresh = {
email = "brian@brianmckenna.org";
github = "puffnfresh";
+ githubId = 37715;
name = "Brian McKenna";
};
pxc = {
@@ -4104,26 +5083,31 @@
pyrolagus = {
email = "pyrolagus@gmail.com";
github = "PyroLagus";
+ githubId = 4579165;
name = "Danny Bautista";
};
q3k = {
email = "q3k@q3k.org";
github = "q3k";
+ githubId = 315234;
name = "Serge Bazanski";
};
qknight = {
email = "js@lastlog.de";
github = "qknight";
+ githubId = 137406;
name = "Joachim Schiele";
};
qoelet = {
email = "kenny@machinesung.com";
github = "qoelet";
+ githubId = 115877;
name = "Kenny Shen";
};
qyliss = {
email = "hi@alyssa.is";
github = "alyssais";
+ githubId = 2768870;
name = "Alyssa Ross";
keys = [{
longkeyid = "rsa4096/736CCDF9EF51BD97";
@@ -4138,36 +5122,43 @@
raquelgb = {
email = "raquel.garcia.bautista@gmail.com";
github = "raquelgb";
+ githubId = 1246959;
name = "Raquel García";
};
ragge = {
email = "r.dahlen@gmail.com";
github = "ragnard";
+ githubId = 882;
name = "Ragnar Dahlen";
};
ralith = {
email = "ben.e.saunders@gmail.com";
github = "ralith";
+ githubId = 104558;
name = "Benjamin Saunders";
};
ramkromberg = {
email = "ramkromberg@mail.com";
github = "ramkromberg";
+ githubId = 14829269;
name = "Ram Kromberg";
};
rardiol = {
email = "ricardo.ardissone@gmail.com";
github = "rardiol";
+ githubId = 11351304;
name = "Ricardo Ardissone";
};
rasendubi = {
email = "rasen.dubi@gmail.com";
github = "rasendubi";
+ githubId = 1366419;
name = "Alexey Shmalko";
};
raskin = {
email = "7c6f434c@mail.ru";
github = "7c6f434c";
+ githubId = 1891350;
name = "Michael Raskin";
};
ravloony = {
@@ -4177,101 +5168,121 @@
rawkode = {
email = "david.andrew.mckay@gmail.com";
github = "rawkode";
+ githubId = 145816;
name = "David McKay";
};
razvan = {
email = "razvan.panda@gmail.com";
github = "razvan-panda";
+ githubId = 1758708;
name = "Răzvan Flavius Panda";
};
rbasso = {
email = "rbasso@sharpgeeks.net";
github = "rbasso";
+ githubId = 16487165;
name = "Rafael Basso";
};
rbrewer = {
email = "rwb123@gmail.com";
github = "rbrewer123";
+ githubId = 743058;
name = "Rob Brewer";
};
rdnetto = {
email = "rdnetto@gmail.com";
github = "rdnetto";
+ githubId = 1973389;
name = "Reuben D'Netto";
};
redbaron = {
email = "ivanov.maxim@gmail.com";
github = "redbaron";
+ githubId = 16624;
name = "Maxim Ivanov";
};
redfish64 = {
email = "engler@gmail.com";
github = "redfish64";
+ githubId = 1922770;
name = "Tim Engler";
};
redvers = {
email = "red@infect.me";
github = "redvers";
+ githubId = 816465;
name = "Redvers Davies";
};
refnil = {
email = "broemartino@gmail.com";
github = "refnil";
+ githubId = 1142322;
name = "Martin Lavoie";
};
regnat = {
email = "regnat@regnat.ovh";
github = "regnat";
+ githubId = 7226587;
name = "Théophane Hufschmitt";
};
relrod = {
email = "ricky@elrod.me";
github = "relrod";
+ githubId = 43930;
name = "Ricky Elrod";
};
rembo10 = {
email = "rembo10@users.noreply.github.com";
github = "rembo10";
+ githubId = 801525;
name = "rembo10";
};
renatoGarcia = {
email = "fgarcia.renato@gmail.com";
github = "renatoGarcia";
+ githubId = 220211;
name = "Renato Garcia";
};
rencire = {
email = "546296+rencire@users.noreply.github.com";
github = "rencire";
+ githubId = 546296;
name = "Eric Ren";
};
renzo = {
email = "renzocarbonara@gmail.com";
github = "k0001";
+ githubId = 3302;
name = "Renzo Carbonara";
};
retrry = {
email = "retrry@gmail.com";
github = "retrry";
+ githubId = 500703;
name = "Tadas Barzdžius";
};
rexim = {
email = "reximkut@gmail.com";
github = "rexim";
+ githubId = 165283;
name = "Alexey Kutepov";
};
rht = {
email = "rhtbot@protonmail.com";
github = "rht";
+ githubId = 395821;
name = "rht";
};
richardipsum = {
email = "richardipsum@fastmail.co.uk";
github = "richardipsum";
+ githubId = 10631029;
name = "Richard Ipsum";
};
rick68 = {
email = "rick68@gmail.com";
github = "rick68";
+ githubId = 42619;
name = "Wei-Ming Yang";
};
rickynils = {
@@ -4282,31 +5293,37 @@
ris = {
email = "code@humanleg.org.uk";
github = "risicle";
+ githubId = 807447;
name = "Robert Scott";
};
rittelle = {
email = "rittelle@posteo.de";
github = "rittelle";
+ githubId = 33598633;
name = "Lennart Rittel";
};
rixed = {
email = "rixed-github@happyleptic.org";
github = "rixed";
+ githubId = 449990;
name = "Cedric Cellier";
};
rkoe = {
email = "rk@simple-is-better.org";
github = "rkoe";
+ githubId = 2507744;
name = "Roland Koebler";
};
rlupton20 = {
email = "richard.lupton@gmail.com";
github = "rlupton20";
+ githubId = 13752145;
name = "Richard Lupton";
};
rnhmjoj = {
email = "micheleguerinirocco@me.com";
github = "rnhmjoj";
+ githubId = 2817565;
name = "Michele Guerini Rocco";
};
rob = {
@@ -4322,91 +5339,109 @@
robbinch = {
email = "robbinch33@gmail.com";
github = "robbinch";
+ githubId = 12312980;
name = "Robbin C.";
};
roberth = {
email = "nixpkgs@roberthensing.nl";
github = "roberth";
+ githubId = 496447;
name = "Robert Hensing";
};
robertodr = {
email = "roberto.diremigio@gmail.com";
github = "robertodr";
+ githubId = 3708689;
name = "Roberto Di Remigio";
};
robgssp = {
email = "robgssp@gmail.com";
github = "robgssp";
+ githubId = 521306;
name = "Rob Glossop";
};
roblabla = {
email = "robinlambertz+dev@gmail.com";
github = "roblabla";
+ githubId = 1069318;
name = "Robin Lambertz";
};
roconnor = {
email = "roconnor@theorem.ca";
github = "roconnor";
+ githubId = 852967;
name = "Russell O'Connor";
};
romildo = {
email = "malaquias@gmail.com";
github = "romildo";
+ githubId = 1217934;
name = "José Romildo Malaquias";
};
rongcuid = {
email = "rongcuid@outlook.com";
github = "rongcuid";
+ githubId = 1312525;
name = "Rongcui Dong";
};
roosemberth = {
email = "roosembert.palacios+nixpkgs@gmail.com";
github = "roosemberth";
+ githubId = 3621083;
name = "Roosembert (Roosemberth) Palacios";
};
royneary = {
email = "christian@ulrich.earth";
github = "royneary";
+ githubId = 1942810;
name = "Christian Ulrich";
};
rprospero = {
email = "rprospero+nix@gmail.com";
github = "rprospero";
+ githubId = 1728853;
name = "Adam Washington";
};
rps = {
email = "robbpseaton@gmail.com";
github = "robertseaton";
+ githubId = 221121;
name = "Robert P. Seaton";
};
rszibele = {
email = "richard@szibele.com";
github = "rszibele";
+ githubId = 1387224;
name = "Richard Szibele";
};
rtreffer = {
email = "treffer+nixos@measite.de";
github = "rtreffer";
+ githubId = 61306;
name = "Rene Treffer";
};
rushmorem = {
email = "rushmore@webenchanter.com";
github = "rushmorem";
+ githubId = 4958190;
name = "Rushmore Mushambi";
};
ruuda = {
email = "dev+nix@veniogames.com";
github = "ruuda";
+ githubId = 506953;
name = "Ruud van Asseldonk";
};
rvl = {
email = "dev+nix@rodney.id.au";
github = "rvl";
+ githubId = 1019641;
name = "Rodney Lorrimar";
};
rvlander = {
email = "rvlander@gaetanandre.eu";
github = "rvlander";
+ githubId = 5236428;
name = "Gaëtan André";
};
rvolosatovs = {
@@ -4417,6 +5452,7 @@
ryanartecona = {
email = "ryanartecona@gmail.com";
github = "ryanartecona";
+ githubId = 889991;
name = "Ryan Artecona";
};
ryansydnor = {
@@ -4427,56 +5463,65 @@
ryantm = {
email = "ryan@ryantm.com";
github = "ryantm";
+ githubId = 4804;
name = "Ryan Mulligan";
};
ryantrinkle = {
email = "ryan.trinkle@gmail.com";
github = "ryantrinkle";
+ githubId = 1156448;
name = "Ryan Trinkle";
};
rybern = {
email = "ryan.bernstein@columbia.edu";
github = "rybern";
+ githubId = 4982341;
name = "Ryan Bernstein";
};
rycee = {
email = "robert@rycee.net";
github = "rycee";
+ githubId = 798147;
name = "Robert Helgesson";
+ keys = [{
+ longkeyid = "rsa4096/0x3573356C25C424D4";
+ fingerprint = "36CA CF52 D098 CC0E 78FB 0CB1 3573 356C 25C4 24D4";
+ }];
};
ryneeverett = {
email = "ryneeverett@gmail.com";
github = "ryneeverett";
+ githubId = 3280280;
name = "Ryne Everett";
};
rzetterberg = {
email = "richard.zetterberg@gmail.com";
github = "rzetterberg";
+ githubId = 766350;
name = "Richard Zetterberg";
};
- s1lvester = {
- email = "s1lvester@bockhacker.me";
- github = "s1lvester";
- name = "Markus Silvester";
- };
samdroid-apps = {
email = "sam@sam.today";
github = "samdroid-apps";
+ githubId = 6022042;
name = "Sam Parkinson";
};
samrose = {
email = "samuel.rose@gmail.com";
github = "samrose";
+ githubId = 115821;
name = "Sam Rose";
};
samueldr = {
email = "samuel@dionne-riel.com";
github = "samueldr";
+ githubId = 132835;
name = "Samuel Dionne-Riel";
};
samuelrivas = {
email = "samuelrivas@gmail.com";
github = "samuelrivas";
+ githubId = 107703;
name = "Samuel Rivas";
};
sander = {
@@ -4487,26 +5532,31 @@
sargon = {
email = "danielehlers@mindeye.net";
github = "sargon";
+ githubId = 178904;
name = "Daniel Ehlers";
};
saschagrunert = {
email = "mail@saschagrunert.de";
github = "saschagrunert";
+ githubId = 695473;
name = "Sascha Grunert";
};
sauyon = {
email = "s@uyon.co";
github = "sauyon";
+ githubId = 2347889;
name = "Sauyon Lee";
};
sb0 = {
email = "sb@m-labs.hk";
github = "sbourdeauducq";
+ githubId = 720864;
name = "Sébastien Bourdeauducq";
};
sboosali = {
email = "SamBoosalis@gmail.com";
github = "sboosali";
+ githubId = 2320433;
name = "Sam Boosalis";
};
scalavision = {
@@ -4517,6 +5567,7 @@
schmitthenner = {
email = "development@schmitthenner.eu";
github = "fkz";
+ githubId = 354463;
name = "Fabian Schmitthenner";
};
schmittlauch = {
@@ -4526,6 +5577,7 @@
schneefux = {
email = "schneefux+nixos_pkg@schneefux.xyz";
github = "schneefux";
+ githubId = 15379000;
name = "schneefux";
};
schristo = {
@@ -4535,81 +5587,102 @@
scode = {
email = "peter.schuller@infidyne.com";
github = "scode";
+ githubId = 59476;
name = "Peter Schuller";
};
scolobb = {
email = "sivanov@colimite.fr";
github = "scolobb";
+ githubId = 11320;
name = "Sergiu Ivanov";
};
screendriver = {
email = "nix@echooff.de";
github = "screendriver";
+ githubId = 149248;
name = "Christian Rackerseder";
};
Scriptkiddi = {
email = "nixos@scriptkiddi.de";
github = "scriptkiddi";
+ githubId = 3598650;
name = "Fritz Otlinghaus";
};
+ scubed2 = {
+ email = "scubed2@gmail.com";
+ github = "scubed2";
+ name = "Sterling Stein";
+ };
sdll = {
email = "sasha.delly@gmail.com";
github = "sdll";
+ githubId = 17913919;
name = "Sasha Illarionov";
};
SeanZicari = {
email = "sean.zicari@gmail.com";
github = "SeanZicari";
+ githubId = 2343853;
name = "Sean Zicari";
};
sellout = {
email = "greg@technomadic.org";
github = "sellout";
+ githubId = 33031;
name = "Greg Pfeil";
};
sengaya = {
email = "tlo@sengaya.de";
github = "sengaya";
+ githubId = 1286668;
name = "Thilo Uttendorfer";
};
sephalon = {
email = "me@sephalon.net";
github = "sephalon";
+ githubId = 893474;
name = "Stefan Wiehler";
};
sepi = {
email = "raffael@mancini.lu";
github = "sepi";
+ githubId = 529649;
name = "Raffael Mancini";
};
seppeljordan = {
email = "sebastian.jordan.mail@googlemail.com";
github = "seppeljordan";
+ githubId = 4805746;
name = "Sebastian Jordan";
};
seqizz = {
email = "seqizz@gmail.com";
github = "seqizz";
+ githubId = 307899;
name = "Gurkan Gur";
};
sfrijters = {
email = "sfrijters@gmail.com";
github = "sfrijters";
+ githubId = 918365;
name = "Stefan Frijters";
};
sgraf = {
email = "sgraf1337@gmail.com";
github = "sgraf812";
+ githubId = 1151264;
name = "Sebastian Graf";
};
shanemikel = {
email = "shanemikel1@gmail.com";
github = "shanemikel";
+ githubId = 6720672;
name = "Shane Pearlman";
};
shawndellysse = {
email = "sdellysse@gmail.com";
github = "shawndellysse";
+ githubId = 293035;
name = "Shawn Dellysse";
};
shazow = {
@@ -4620,16 +5693,19 @@
sheenobu = {
email = "sheena.artrip@gmail.com";
github = "sheenobu";
+ githubId = 1443459;
name = "Sheena Artrip";
};
sheganinans = {
email = "sheganinans@gmail.com";
github = "sheganinans";
+ githubId = 2146203;
name = "Aistis Raulinaitis";
};
shell = {
email = "cam.turn@gmail.com";
github = "VShell";
+ githubId = 251028;
name = "Shell Turner";
};
shlevy = {
@@ -4645,46 +5721,61 @@
shou = {
email = "x+g@shou.io";
github = "Shou";
+ githubId = 819413;
name = "Benedict Aas";
};
siddharthist = {
email = "langston.barrett@gmail.com";
- github = "siddharthist";
+ github = "langston-barrett";
+ githubId = 4294323;
name = "Langston Barrett";
};
siers = {
email = "veinbahs+nixpkgs@gmail.com";
github = "siers";
+ githubId = 235147;
name = "Raitis Veinbahs";
};
sifmelcara = {
email = "ming@culpring.com";
github = "sifmelcara";
+ githubId = 10496191;
name = "Ming Chuan";
};
sigma = {
email = "yann.hodique@gmail.com";
github = "sigma";
+ githubId = 16090;
name = "Yann Hodique";
};
+ sikmir = {
+ email = "sikmir@gmail.com";
+ github = "sikmir";
+ githubId = 688044;
+ name = "Nikolay Korotkiy";
+ };
simonvandel = {
email = "simon.vandel@gmail.com";
github = "simonvandel";
+ githubId = 2770647;
name = "Simon Vandel Sillesen";
};
sivteck = {
email = "sivaram1992@gmail.com";
github = "sivteck";
+ githubId = 8017899;
name = "Sivaram Balakrishnan";
};
sjagoe = {
email = "simon@simonjagoe.com";
github = "sjagoe";
+ githubId = 80012;
name = "Simon Jagoe";
};
sjau = {
email = "nixos@sjau.ch";
github = "sjau";
+ githubId = 848812;
name = "Stephan Jau";
};
sjmackenzie = {
@@ -4699,6 +5790,7 @@
skeidel = {
email = "svenkeidel@gmail.com";
github = "svenkeidel";
+ githubId = 266500;
name = "Sven Keidel";
};
skrzyp = {
@@ -4708,11 +5800,13 @@
sleexyz = {
email = "freshdried@gmail.com";
github = "sleexyz";
+ githubId = 1505617;
name = "Sean Lee";
};
smakarov = {
email = "setser200018@gmail.com";
github = "setser";
+ githubId = 12733495;
name = "Sergey Makarov";
keys = [{
longkeyid = "rsa2048/6AA23A1193B7064B";
@@ -4722,6 +5816,7 @@
smaret = {
email = "sebastien.maret@icloud.com";
github = "smaret";
+ githubId = 95471;
name = "Sébastien Maret";
keys = [{
longkeyid = "rsa4096/0x86E30E5A0F5FC59C";
@@ -4731,31 +5826,37 @@
smironov = {
email = "grrwlf@gmail.com";
github = "grwlf";
+ githubId = 4477729;
name = "Sergey Mironov";
};
sna = {
email = "abouzahra.9@wright.edu";
github = "s-na";
+ githubId = 20214715;
name = "S. Nordin Abouzahra";
};
snaar = {
email = "snaar@snaar.net";
github = "snaar";
+ githubId = 602439;
name = "Serguei Narojnyi";
};
snyh = {
email = "snyh@snyh.org";
github = "snyh";
+ githubId = 1437166;
name = "Xia Bin";
};
solson = {
email = "scott@solson.me";
github = "solson";
+ githubId = 26806;
name = "Scott Olson";
};
sondr3 = {
email = "nilsen.sondre@gmail.com";
github = "sondr3";
+ githubId = 2280539;
name = "Sondre Nilsen";
keys = [{
longkeyid = "ed25519/0x25676BCBFFAD76B1";
@@ -4765,31 +5866,37 @@
sorki = {
email = "srk@48.io";
github = "sorki";
+ githubId = 115308;
name = "Richard Marko";
};
sorpaas = {
email = "hi@that.world";
github = "sorpaas";
+ githubId = 6277322;
name = "Wei Tang";
};
spacefrogg = {
email = "spacefrogg-nixos@meterriblecrew.net";
github = "spacefrogg";
+ githubId = 167881;
name = "Michael Raitza";
};
spacekookie = {
email = "kookie@spacekookie.de";
github = "spacekookie";
+ githubId = 7669898;
name = "Katharina Fey";
};
spencerjanssen = {
email = "spencerjanssen@gmail.com";
github = "spencerjanssen";
+ githubId = 2600039;
name = "Spencer Janssen";
};
spinus = {
email = "tomasz.czyz@gmail.com";
github = "spinus";
+ githubId = 950799;
name = "Tomasz Czyż";
};
sprock = {
@@ -4800,6 +5907,7 @@
spwhitt = {
email = "sw@swhitt.me";
github = "spwhitt";
+ githubId = 1414088;
name = "Spencer Whitt";
};
srghma = {
@@ -4810,136 +5918,185 @@
srgom = {
email = "srgom@users.noreply.github.com";
github = "srgom";
+ githubId = 8103619;
name = "SRGOM";
};
srhb = {
email = "sbrofeldt@gmail.com";
github = "srhb";
+ githubId = 219362;
name = "Sarah Brofeldt";
};
SShrike = {
email = "severen@shrike.me";
github = "severen";
+ githubId = 4061736;
name = "Severen Redwood";
};
+ steell = {
+ email = "steve@steellworks.com";
+ github = "Steell";
+ githubId = 1699155;
+ name = "Steve Elliott";
+ };
stephenmw = {
email = "stephen@q5comm.com";
github = "stephenmw";
+ githubId = 231788;
name = "Stephen Weinberg";
};
+ sterfield = {
+ email = "sterfield@gmail.com";
+ github = "sterfield";
+ githubId = 5747061;
+ name = "Guillaume Loetscher";
+ };
sternenseemann = {
email = "post@lukasepple.de";
github = "sternenseemann";
+ githubId = 3154475;
name = "Lukas Epple";
};
+ steshaw = {
+ name = "Steven Shaw";
+ email = "steven@steshaw.org";
+ github = "steshaw";
+ githubId = 45735;
+ keys = [{
+ longkeyid = "rsa4096/0x1D9A17DFD23DCB91";
+ fingerprint = "0AFE 77F7 474D 1596 EE55 7A29 1D9A 17DF D23D CB91";
+ }];
+ };
stesie = {
email = "stesie@brokenpipe.de";
github = "stesie";
+ githubId = 113068;
name = "Stefan Siegl";
};
steve-chavez = {
email = "stevechavezast@gmail.com";
github = "steve-chavez";
+ githubId = 1829294;
name = "Steve Chávez";
};
steveej = {
email = "mail@stefanjunker.de";
github = "steveej";
+ githubId = 1181362;
name = "Stefan Junker";
};
StijnDW = {
email = "stekke@airmail.cc";
github = "StijnDW";
+ githubId = 1751956;
name = "Stijn DW";
};
StillerHarpo = {
email = "florianengel39@gmail.com";
github = "StillerHarpo";
+ githubId = 25526706;
name = "Florian Engel";
};
stites = {
email = "sam@stites.io";
github = "stites";
+ githubId = 1694705;
name = "Sam Stites";
};
stumoss = {
email = "samoss@gmail.com";
github = "stumoss";
+ githubId = 638763;
name = "Stuart Moss";
};
suhr = {
email = "suhr@i2pmail.org";
github = "suhr";
+ githubId = 65870;
name = "Сухарик";
};
SuprDewd = {
email = "suprdewd@gmail.com";
github = "SuprDewd";
+ githubId = 187109;
name = "Bjarki Ágúst Guðmundsson";
};
suvash = {
email = "suvash+nixpkgs@gmail.com";
github = "suvash";
+ githubId = 144952;
name = "Suvash Thapaliya";
};
sveitser = {
email = "sveitser@gmail.com";
github = "sveitser";
+ githubId = 1040871;
name = "Mathis Antony";
};
svsdep = {
email = "svsdep@gmail.com";
github = "svsdep";
+ githubId = 36695359;
name = "Vasyl Solovei";
};
swarren83 = {
email = "shawn.w.warren@gmail.com";
github = "swarren83";
+ githubId = 4572854;
name = "Shawn Warren";
};
swdunlop = {
email = "swdunlop@gmail.com";
github = "swdunlop";
+ githubId = 120188;
name = "Scott W. Dunlop";
};
swflint = {
email = "swflint@flintfam.org";
github = "swflint";
+ githubId = 1771109;
name = "Samuel W. Flint";
};
swistak35 = {
email = "me@swistak35.com";
github = "swistak35";
+ githubId = 332289;
name = "Rafał Łasocha";
};
symphorien = {
email = "symphorien_nixpkgs@xlumurb.eu";
github = "symphorien";
+ githubId = 12595971;
name = "Guillaume Girol";
};
synthetica = {
email = "nix@hilhorst.be";
github = "Synthetica9";
+ githubId = 7075751;
name = "Patrick Hilhorst";
};
szczyp = {
email = "qb@szczyp.com";
github = "szczyp";
+ githubId = 203195;
name = "Szczyp";
};
sztupi = {
email = "attila.sztupak@gmail.com";
github = "sztupi";
+ githubId = 143103;
name = "Attila Sztupak";
};
t184256 = {
email = "monk@unboiled.info";
github = "t184256";
+ githubId = 5991987;
name = "Alexander Sosedkin";
};
tadeokondrak = {
email = "me@tadeo.ca";
github = "tadeokondrak";
+ githubId = 4098453;
name = "Tadeo Kondrak";
keys = [{
longkeyid = "ed25519/0xFBE607FCC49516D3";
@@ -4949,11 +6106,13 @@
tadfisher = {
email = "tadfisher@gmail.com";
github = "tadfisher";
+ githubId = 129148;
name = "Tad Fisher";
};
taeer = {
email = "taeer@necsi.edu";
github = "Radvendii";
+ githubId = 1239929;
name = "Taeer Bar-Yam";
};
taha = {
@@ -4964,76 +6123,91 @@
tailhook = {
email = "paul@colomiets.name";
github = "tailhook";
+ githubId = 321799;
name = "Paul Colomiets";
};
taketwo = {
email = "alexandrov88@gmail.com";
github = "taketwo";
+ githubId = 1241736;
name = "Sergey Alexandrov";
};
takikawa = {
email = "asumu@igalia.com";
github = "takikawa";
+ githubId = 64192;
name = "Asumu Takikawa";
};
taktoa = {
email = "taktoa@gmail.com";
github = "taktoa";
+ githubId = 553443;
name = "Remy Goldschmidt";
};
taku0 = {
email = "mxxouy6x3m_github@tatapa.org";
github = "taku0";
+ githubId = 870673;
name = "Takuo Yonezawa";
};
talyz = {
email = "kim.lindberger@gmail.com";
github = "talyz";
+ githubId = 63433;
name = "Kim Lindberger";
};
taneb = {
email = "nvd1234@gmail.com";
github = "Taneb";
+ githubId = 1901799;
name = "Nathan van Doorn";
};
tari = {
email = "peter@taricorp.net";
github = "tari";
+ githubId = 506181;
name = "Peter Marheine";
};
tavyc = {
email = "octavian.cerna@gmail.com";
github = "tavyc";
+ githubId = 3650609;
name = "Octavian Cerna";
};
tazjin = {
email = "mail@tazj.in";
github = "tazjin";
+ githubId = 1552853;
name = "Vincent Ambo";
};
tbenst = {
email = "nix@tylerbenster.com";
github = "tbenst";
+ githubId = 863327;
name = "Tyler Benster";
};
teh = {
email = "tehunger@gmail.com";
github = "teh";
+ githubId = 139251;
name = "Tom Hunger";
};
telotortium = {
email = "rirelan@gmail.com";
github = "telotortium";
+ githubId = 1755789;
name = "Robert Irelan";
};
teozkr = {
email = "teo@nullable.se";
github = "teozkr";
+ githubId = 649832;
name = "Teo Klestrup Röijezon";
};
terlar = {
email = "terlar@gmail.com";
github = "terlar";
+ githubId = 280235;
name = "Terje Larsen";
};
tesq0 = {
@@ -5049,26 +6223,31 @@
tex = {
email = "milan.svoboda@centrum.cz";
github = "tex";
+ githubId = 27386;
name = "Milan Svoboda";
};
tg-x = {
email = "*@tg-x.net";
github = "tg-x";
+ githubId = 378734;
name = "TG ⊗ Θ";
};
thall = {
email = "niclas.thall@gmail.com";
github = "thall";
+ githubId = 102452;
name = "Niclas Thall";
};
thammers = {
email = "jawr@gmx.de";
github = "tobias-hammerschmidt";
+ githubId = 2543259;
name = "Tobias Hammerschmidt";
};
thanegill = {
email = "me@thanegill.com";
github = "thanegill";
+ githubId = 1141680;
name = "Thane Gill";
};
the-kenny = {
@@ -5079,16 +6258,19 @@
thedavidmeister = {
email = "thedavidmeister@gmail.com";
github = "thedavidmeister";
+ githubId = 629710;
name = "David Meister";
};
thefloweringash = {
email = "lorne@cons.org.nz";
github = "thefloweringash";
+ githubId = 42933;
name = "Andrew Childs";
};
thesola10 = {
email = "thesola10@bobile.fr";
github = "thesola10";
+ githubId = 7287268;
keys = [{
longkeyid = "rsa4096/0x89245619BEBB95BA";
fingerprint = "1D05 13A6 1AC4 0D8D C6D6 5F2C 8924 5619 BEBB 95BA";
@@ -5098,31 +6280,37 @@
theuni = {
email = "ct@flyingcircus.io";
github = "ctheune";
+ githubId = 1220572;
name = "Christian Theune";
};
thiagokokada = {
email = "thiagokokada@gmail.com";
github = "thiagokokada";
+ githubId = 844343;
name = "Thiago K. Okada";
};
ThomasMader = {
email = "thomas.mader@gmail.com";
github = "ThomasMader";
+ githubId = 678511;
name = "Thomas Mader";
};
thoughtpolice = {
email = "aseipp@pobox.com";
github = "thoughtpolice";
+ githubId = 3416;
name = "Austin Seipp";
};
thpham = {
email = "thomas.pham@ithings.ch";
github = "thpham";
+ githubId = 224674;
name = "Thomas Pham";
};
tilpner = {
email = "till@hoeppner.ws";
github = "tilpner";
+ githubId = 4322055;
name = "Till Höppner";
};
timbertson = {
@@ -5133,31 +6321,37 @@
timokau = {
email = "timokau@zoho.com";
github = "timokau";
+ githubId = 3799330;
name = "Timo Kaufmann";
};
timor = {
email = "timor.dd@googlemail.com";
github = "timor";
+ githubId = 174156;
name = "timor";
};
timput = {
email = "tim@timput.com";
github = "TimPut";
+ githubId = 2845239;
name = "Tim Put";
};
tiramiseb = {
email = "sebastien@maccagnoni.eu";
github = "tiramiseb";
+ githubId = 1292007;
name = "Sébastien Maccagnoni";
};
titanous = {
email = "jonathan@titanous.com";
github = "titanous";
+ githubId = 13026;
name = "Jonathan Rudenberg";
};
tmplt = {
email = "tmplt@dragons.rocks";
github = "tmplt";
+ githubId = 6118602;
name = "Viktor";
};
tnias = {
@@ -5167,67 +6361,80 @@
};
tobim = {
email = "nix@tobim.fastmail.fm";
- github = "tobimpub";
+ github = "tobim";
+ githubId = 858790;
name = "Tobias Mayer";
};
tobiasBora = {
email = "tobias.bora.list@gmail.com";
github = "tobiasBora";
+ githubId = 2164118;
name = "Tobias Bora";
};
tohl = {
email = "tom@logand.com";
github = "tohl";
+ githubId = 12159013;
name = "Tomas Hlavaty";
};
tokudan = {
email = "git@danielfrank.net";
github = "tokudan";
+ githubId = 692610;
name = "Daniel Frank";
};
tomahna = {
email = "kevin.rauscher@tomahna.fr";
github = "Tomahna";
+ githubId = 8577941;
name = "Kevin Rauscher";
};
tomberek = {
email = "tomberek@gmail.com";
github = "tomberek";
+ githubId = 178444;
name = "Thomas Bereknyei";
};
tomsmeets = {
email = "tom.tsmeets@gmail.com";
github = "tomsmeets";
+ githubId = 6740669;
name = "Tom Smeets";
};
toonn = {
email = "nnoot@toonn.io";
github = "toonn";
+ githubId = 1486805;
name = "Toon Nolten";
};
travisbhartwell = {
email = "nafai@travishartwell.net";
github = "travisbhartwell";
+ githubId = 10110;
name = "Travis B. Hartwell";
};
treemo = {
email = "matthieu.chevrier@treemo.fr";
github = "treemo";
+ githubId = 207457;
name = "Matthieu Chevrier";
};
trevorj = {
email = "nix@trevor.joynson.io";
github = "akatrevorjay";
+ githubId = 1312290;
name = "Trevor Joynson";
};
trino = {
email = "muehlhans.hubert@ekodia.de";
github = "hmuehlhans";
+ githubId = 9870613;
name = "Hubert Mühlhans";
};
troydm = {
email = "d.geurkov@gmail.com";
github = "troydm";
+ githubId = 483735;
name = "Dmitry Geurkov";
};
tstrobel = {
@@ -5237,11 +6444,13 @@
ttuegel = {
email = "ttuegel@mailbox.org";
github = "ttuegel";
+ githubId = 563054;
name = "Thomas Tuegel";
};
tv = {
email = "tv@krebsco.de";
github = "4z3";
+ githubId = 427872;
name = "Tomislav Viljetić";
};
tvestelind = {
@@ -5252,6 +6461,7 @@
tvorog = {
email = "marszaripov@gmail.com";
github = "tvorog";
+ githubId = 1325161;
name = "Marsel Zaripov";
};
tweber = {
@@ -5264,44 +6474,62 @@
github = "twey";
name = "James ‘Twey’ Kay";
};
+ twhitehead = {
+ name = "Tyson Whitehead";
+ email = "twhitehead@gmail.com";
+ github = "twhitehead";
+ githubId = 787843;
+ keys = [{
+ longkeyid = "rsa2048/0x594258F0389D2802";
+ fingerprint = "E631 8869 586F 99B4 F6E6 D785 5942 58F0 389D 2802";
+ }];
+ };
typetetris = {
email = "ericwolf42@mail.com";
github = "typetetris";
+ githubId = 1983821;
name = "Eric Wolf";
};
udono = {
email = "udono@virtual-things.biz";
github = "udono";
+ githubId = 347983;
name = "Udo Spallek";
};
unode = {
email = "alves.rjc@gmail.com";
github = "unode";
+ githubId = 122319;
name = "Renato Alves";
};
uralbash = {
email = "root@uralbash.ru";
github = "uralbash";
+ githubId = 619015;
name = "Svintsov Dmitry";
};
uri-canva = {
email = "uri@canva.com";
github = "uri-canva";
+ githubId = 33242106;
name = "Uri Baghin";
};
uskudnik = {
email = "urban.skudnik@gmail.com";
github = "uskudnik";
+ githubId = 120451;
name = "Urban Skudnik";
};
utdemir = {
email = "me@utdemir.com";
github = "utdemir";
+ githubId = 928084;
name = "Utku Demir";
};
uvnikita = {
email = "uv.nikita@gmail.com";
github = "uvNikita";
+ githubId = 1084748;
name = "Nikita Uvarov";
};
uwap = {
@@ -5312,11 +6540,13 @@
va1entin = {
email = "github@valentinsblog.com";
github = "va1entin";
+ githubId = 31535155;
name = "Valentin Heidelberger";
};
vaibhavsagar = {
email = "vaibhavsagar@gmail.com";
github = "vaibhavsagar";
+ githubId = 1525767;
name = "Vaibhav Sagar";
};
valeriangalliat = {
@@ -5327,37 +6557,44 @@
vandenoever = {
email = "jos@vandenoever.info";
github = "vandenoever";
+ githubId = 608417;
name = "Jos van den Oever";
};
vanschelven = {
email = "klaas@vanschelven.com";
github = "vanschelven";
+ githubId = 223833;
name = "Klaas van Schelven";
};
vanzef = {
email = "vanzef@gmail.com";
github = "vanzef";
+ githubId = 12428837;
name = "Ivan Solyankin";
};
varunpatro = {
email = "varun.kumar.patro@gmail.com";
github = "varunpatro";
+ githubId = 6943308;
name = "Varun Patro";
};
vbgl = {
email = "Vincent.Laporte@gmail.com";
github = "vbgl";
+ githubId = 2612464;
name = "Vincent Laporte";
};
vbmithr = {
email = "vb@luminar.eu.org";
github = "vbmithr";
+ githubId = 797581;
name = "Vincent Bernardoff";
};
vcunat = {
name = "Vladimír Čunát";
email = "v@cunat.cz"; # vcunat@gmail.com predominated in commits before 2019/03
github = "vcunat";
+ githubId = 1785925;
keys = [{
longkeyid = "rsa4096/0xE747DF1F9575A3AA";
fingerprint = "B600 6460 B60A 80E7 8206 2449 E747 DF1F 9575 A3AA";
@@ -5366,31 +6603,37 @@
vdemeester = {
email = "vincent@sbr.pm";
github = "vdemeester";
+ githubId = 6508;
name = "Vincent Demeester";
};
velovix = {
email = "xaviosx@gmail.com";
github = "velovix";
+ githubId = 2856634;
name = "Tyler Compton";
};
veprbl = {
email = "veprbl@gmail.com";
github = "veprbl";
+ githubId = 245573;
name = "Dmitry Kalinkin";
};
vidbina = {
email = "vid@bina.me";
github = "vidbina";
+ githubId = 335406;
name = "David Asabina";
};
vifino = {
email = "vifino@tty.sh";
github = "vifino";
+ githubId = 5837359;
name = "Adrian Pistol";
};
vinymeuh = {
email = "vinymeuh@gmail.com";
github = "vinymeuh";
+ githubId = 118959;
name = "VinyMeuh";
};
viric = {
@@ -5398,6 +6641,12 @@
github = "viric";
name = "Lluís Batlle i Rossell";
};
+ virusdave = {
+ email = "dave.nicponski@gmail.com";
+ github = "virusdave";
+ githubId = 6148271;
+ name = "Dave Nicponski";
+ };
vizanto = {
email = "danny@prime.vc";
github = "vizanto";
@@ -5406,21 +6655,25 @@
vklquevs = {
email = "vklquevs@gmail.com";
github = "vklquevs";
+ githubId = 1771234;
name = "vklquevs";
};
vlaci = {
email = "laszlo.vasko@outlook.com";
github = "vlaci";
+ githubId = 1771332;
name = "László Vaskó";
};
vlstill = {
email = "xstill@fi.muni.cz";
github = "vlstill";
+ githubId = 4070422;
name = "Vladimír Štill";
};
vmandela = {
email = "venkat.mandela@gmail.com";
github = "vmandela";
+ githubId = 849772;
name = "Venkateswara Rao Mandela";
};
vmchale = {
@@ -5431,11 +6684,13 @@
volhovm = {
email = "volhovm.cs@gmail.com";
github = "volhovm";
+ githubId = 5604643;
name = "Mikhail Volkhov";
};
volth = {
email = "jaroslavas@volth.com";
github = "volth";
+ githubId = 508305;
name = "Jaroslavas Pocepko";
};
vozz = {
@@ -5445,26 +6700,37 @@
vrthra = {
email = "rahul@gopinath.org";
github = "vrthra";
+ githubId = 70410;
name = "Rahul Gopinath";
};
vskilet = {
email = "victor@sene.ovh";
github = "vskilet";
+ githubId = 7677567;
name = "Victor SENE";
};
+ vyorkin = {
+ email = "vasiliy.yorkin@gmail.com";
+ github = "vyorkin";
+ githubId = 988849;
+ name = "Vasiliy Yorkin";
+ };
vyp = {
email = "elisp.vim@gmail.com";
github = "vyp";
+ githubId = 3889405;
name = "vyp";
};
waynr = {
name = "Wayne Warren";
email = "wayne.warren.s@gmail.com";
github = "waynr";
+ githubId = 1441126;
};
wchresta = {
email = "wchresta.nix@chrummibei.ch";
github = "wchresta";
+ githubId = 34962284;
name = "wchresta";
};
wedens = {
@@ -5474,6 +6740,7 @@
willibutz = {
email = "willibutz@posteo.de";
github = "willibutz";
+ githubId = 20464732;
name = "Willi Butz";
};
willtim = {
@@ -5487,36 +6754,43 @@
winpat = {
email = "patrickwinter@posteo.ch";
github = "winpat";
+ githubId = 6016963;
name = "Patrick Winter";
};
wizeman = {
email = "rcorreia@wizy.org";
github = "wizeman";
+ githubId = 168610;
name = "Ricardo M. Correia";
};
wjlroe = {
email = "willroe@gmail.com";
github = "wjlroe";
+ githubId = 43315;
name = "William Roe";
};
wmertens = {
email = "Wout.Mertens@gmail.com";
github = "wmertens";
+ githubId = 54934;
name = "Wout Mertens";
};
woffs = {
email = "github@woffs.de";
github = "woffs";
+ githubId = 895853;
name = "Frank Doepper";
};
womfoo = {
email = "kranium@gikos.net";
github = "womfoo";
+ githubId = 1595132;
name = "Kranium Gikos Mendoza";
};
worldofpeace = {
email = "worldofpeace@protonmail.ch";
github = "worldofpeace";
+ githubId = 28888242;
name = "Worldofpeace";
};
wscott = {
@@ -5527,31 +6801,37 @@
wucke13 = {
email = "info@wucke13.de";
github = "wucke13";
+ githubId = 20400405;
name = "Wucke";
};
wykurz = {
email = "wykurz@gmail.com";
github = "wykurz";
+ githubId = 483465;
name = "Mateusz Wykurz";
};
wyvie = {
email = "elijahrum@gmail.com";
github = "wyvie";
+ githubId = 3992240;
name = "Elijah Rum";
};
xaverdh = {
email = "hoe.dom@gmx.de";
github = "xaverdh";
+ githubId = 11050617;
name = "Dominik Xaver Hörl";
};
xbreak = {
email = "xbreak@alphaware.se";
github = "xbreak";
+ githubId = 13489144;
name = "Calle Rosenquist";
};
xeji = {
email = "xeji@cat3.de";
github = "xeji";
+ githubId = 36407913;
name = "Uli Baum";
};
xnaveira = {
@@ -5562,31 +6842,37 @@
xnwdd = {
email = "nwdd+nixos@no.team";
github = "xnwdd";
+ githubId = 3028542;
name = "Guillermo NWDD";
};
xrelkd = {
email = "46590321+xrelkd@users.noreply.github.com";
github = "xrelkd";
+ githubId = 46590321;
name = "xrelkd";
};
xurei = {
email = "olivier.bourdoux@gmail.com";
github = "xurei";
+ githubId = 621695;
name = "Olivier Bourdoux";
};
xvapx = {
email = "marti.serra.coscollano@gmail.com";
github = "xvapx";
+ githubId = 11824817;
name = "Marti Serra";
};
xwvvvvwx = {
email = "davidterry@posteo.de";
github = "xwvvvvwx";
+ githubId = 6689924;
name = "David Terry";
};
xzfc = {
email = "xzfcpw@gmail.com";
github = "xzfc";
+ githubId = 5121426;
name = "Albert Safin";
};
y0no = {
@@ -5597,91 +6883,108 @@
yarny = {
email = "41838844+Yarny0@users.noreply.github.com";
github = "Yarny0";
+ githubId = 41838844;
name = "Yarny";
};
yarr = {
email = "savraz@gmail.com";
github = "Eternity-Yarr";
+ githubId = 3705333;
name = "Dmitry V.";
};
yegortimoshenko = {
email = "yegortimoshenko@riseup.net";
github = "yegortimoshenko";
+ githubId = 1643293;
name = "Yegor Timoshenko";
};
yesbox = {
email = "jesper.geertsen.jonsson@gmail.com";
github = "yesbox";
+ githubId = 4113027;
name = "Jesper Geertsen Jonsson";
};
ylwghst = {
email = "ylwghst@onionmail.info";
github = "ylwghst";
+ githubId = 26011724;
name = "Burim Augustin Berisa";
};
yochai = {
email = "yochai@titat.info";
github = "yochai";
+ githubId = 1322201;
name = "Yochai";
};
yorickvp = {
email = "yorickvanpelt@gmail.com";
github = "yorickvp";
+ githubId = 647076;
name = "Yorick van Pelt";
};
yrashk = {
email = "yrashk@gmail.com";
github = "yrashk";
+ githubId = 452;
name = "Yurii Rashkovskii";
};
ysndr = {
email = "me@ysndr.de";
github = "ysndr";
+ githubId = 7040031;
name = "Yannik Sander";
};
yuriaisaka = {
email = "yuri.aisaka+nix@gmail.com";
github = "yuriaisaka";
+ githubId = 687198;
name = "Yuri Aisaka";
};
yurrriq = {
email = "eric@ericb.me";
github = "yurrriq";
+ githubId = 1866448;
name = "Eric Bailey";
};
z77z = {
email = "maggesi@math.unifi.it";
github = "maggesi";
+ githubId = 1809783;
name = "Marco Maggesi";
};
zachcoyle = {
email = "zach.coyle@gmail.com";
github = "zachcoyle";
+ githubId = 908716;
name = "Zach Coyle";
};
zagy = {
email = "cz@flyingcircus.io";
github = "zagy";
+ githubId = 568532;
name = "Christian Zagrodnick";
};
zalakain = {
- email = "contact@unaizalakain.info";
+ email = "ping@umazalakain.info";
github = "umazalakain";
- name = "Unai Zalakain";
+ name = "Uma Zalakain";
};
zaninime = {
email = "francesco@zanini.me";
github = "zaninime";
+ githubId = 450885;
name = "Francesco Zanini";
};
zarelit = {
email = "david@zarel.net";
github = "zarelit";
+ githubId = 3449926;
name = "David Costa";
};
zauberpony = {
email = "elmar@athmer.org";
github = "zauberpony";
+ githubId = 250877;
name = "Elmar Athmer";
};
zef = {
@@ -5691,46 +6994,73 @@
zgrannan = {
email = "zgrannan@gmail.com";
github = "zgrannan";
+ githubId = 1141948;
name = "Zack Grannan";
};
zimbatm = {
email = "zimbatm@zimbatm.com";
github = "zimbatm";
+ githubId = 3248;
name = "zimbatm";
};
Zimmi48 = {
email = "theo.zimmermann@univ-paris-diderot.fr";
github = "Zimmi48";
+ githubId = 1108325;
name = "Théo Zimmermann";
};
zohl = {
email = "zohl@fmap.me";
github = "zohl";
+ githubId = 6067895;
name = "Al Zohali";
};
zookatron = {
email = "tim@zookatron.com";
github = "zookatron";
+ githubId = 1772064;
name = "Tim Zook";
};
zoomulator = {
email = "zoomulator@gmail.com";
github = "zoomulator";
+ githubId = 1069303;
name = "Kim Simmons";
};
zraexy = {
email = "zraexy@gmail.com";
github = "zraexy";
+ githubId = 8100652;
name = "David Mell";
};
zx2c4 = {
email = "Jason@zx2c4.com";
github = "zx2c4";
+ githubId = 10643;
name = "Jason A. Donenfeld";
};
zzamboni = {
email = "diego@zzamboni.org";
github = "zzamboni";
+ githubId = 32876;
name = "Diego Zamboni";
};
+ turbomack = {
+ email = "marek.faj@gmail.com";
+ github = "turboMaCk";
+ githubId = 2130305;
+ name = "Marek Fajkus";
+ };
+ melling = {
+ email = "mattmelling@fastmail.com";
+ github = "mattmelling";
+ githubId = 1215331;
+ name = "Matt Melling";
+ };
+ wd15 = {
+ email = "daniel.wheeler2@gmail.com";
+ github = "wd15";
+ githubId = 1986844;
+ name = "Daniel Wheeler";
+ };
}
diff --git a/maintainers/scripts/luarocks-packages.csv b/maintainers/scripts/luarocks-packages.csv
index b958d2e7277..9117e6d1c55 100644
--- a/maintainers/scripts/luarocks-packages.csv
+++ b/maintainers/scripts/luarocks-packages.csv
@@ -1,12 +1,20 @@
# nix name, luarocks name, server, version,luaversion,maintainers
+alt-getopt,,,,,arobyn
ansicolors,,,,,
argparse,,,,,
basexx,,,,,
binaryheap,,,,,vcunat
+bit32,,,,lua5_1,lblasc
+busted,,,,,
+cjson,lua-cjson,,,,
+compat53,,,,,vcunat
+coxpcall,,,1.17.0-1,,
+cqueues,,,,,vcunat
+cyrussasl,,,,,vcunat
digestif,,http://luarocks.org/dev,,lua5_3,
dkjson,,,,,
fifo,,,,,
-http,,,,,
+http,,,,,vcunat
inspect,,,,,
ldoc,,,,,
lgi,,,,,
@@ -15,35 +23,45 @@ lpeg_patterns,,,,,
lpeglabel,,,,,
lpty,,,,,
lrexlib-gnu,,,,,
+lrexlib-pcre,,,,,vyp
lrexlib-posix,,,,,
ltermbox,,,,,
-cjson,lua-cjson,,,,
lua-cmsgpack,,,,,
-lua_cliargs,,,,,
lua-iconv,,,,,
lua-lsp,,http://luarocks.org/dev,,,
lua-messagepack,,,,,
lua-term,,,,,
lua-toml,,,,,
lua-zlib,,,,,koral
+lua_cliargs,,,,,
luabitop,,,,,
-luaevent,,,,,
luacheck,,,,,
+luadbi,,,,,
+luadbi-mysql,,,,,
+luadbi-postgresql,,,,,
+luadbi-sqlite3,,,,,
+luaevent,,,,,
+luaexpat,,,1.3.0-1,,arobyn flosse
luaffi,,http://luarocks.org/dev,,,
+luafilesystem,,,1.7.0-2,,flosse vcunat
+luaossl,,,,lua5_1,vcunat
luaposix,,,,,vyp lblasc
+luasec,,,,,flosse
+luasocket,,,,,
+luasql-sqlite3,,,,,vyp
+luassert,,,,,
+luasystem,,,,,
luazip,,,,,
luuid,,,,,
+luv,,,,,
markdown,,,,,
+mediator_lua,,,,,
+mpack,,,,,
+moonscript,,,,,arobyn
+nvim-client,,,,,
penlight,,,,,
rapidjson,,,,,
say,,,,,
std__debug,std._debug,,,,
std_normalize,std.normalize,,,,
-luv,,,,,
-luasystem,,,,,
-mediator_lua,,http://luarocks.org/manifests/teto,,,
-mpack,,,,,
-nvim-client,,,,,
-busted,,http://luarocks.org/manifests/teto,,,
-luassert,,,,,
-coxpcall,,https://luarocks.org/manifests/hisham,1.17.0-1,,
+stdlib,,,,,vyp
diff --git a/maintainers/scripts/nixpkgs-lint.nix b/maintainers/scripts/nixpkgs-lint.nix
index be2a92509f8..6d99c94bf33 100644
--- a/maintainers/scripts/nixpkgs-lint.nix
+++ b/maintainers/scripts/nixpkgs-lint.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
buildInputs = [ makeWrapper perl perlPackages.XMLSimple ];
- unpackPhase = "true";
+ dontUnpack = true;
buildPhase = "true";
installPhase =
diff --git a/maintainers/scripts/update-discord b/maintainers/scripts/update-discord
new file mode 100755
index 00000000000..23ec6e401be
--- /dev/null
+++ b/maintainers/scripts/update-discord
@@ -0,0 +1,36 @@
+#!/usr/bin/env bash
+# script to generate `pkgs/networking/instant-messengers/discord/default.nix`
+
+set -e
+exec >${1:?usage: $0 }
+
+cat <&1
-
# stop the script upon C-C
set -eu -o pipefail
CSV_FILE="maintainers/scripts/luarocks-packages.csv"
TMP_FILE="$(mktemp)"
+# Set in the update-luarocks-shell.nix
+NIXPKGS_PATH="$LUAROCKS_NIXPKGS_PATH"
-exit_trap()
-{
- local lc="$BASH_COMMAND" rc=$?
- test $rc -eq 0 || echo -e "*** error $rc: $lc.\nGenerated temporary file in $TMP_FILE" >&2
+# 10 is a pretty arbitrary number of simultaneous jobs, but it is generally
+# impolite to hit a webserver with *too* many simultaneous connections :)
+PARALLEL_JOBS=10
+
+exit_trap() {
+ local lc="$BASH_COMMAND" rc=$?
+ test $rc -eq 0 || echo -e "*** error $rc: $lc.\nGenerated temporary file in $TMP_FILE" >&2
}
print_help() {
@@ -37,19 +41,19 @@ fi
trap exit_trap EXIT
while getopts ":hc:" opt; do
- case $opt in
+ case $opt in
h)
- print_help
- ;;
+ print_help
+ ;;
c)
- echo "Loading package list from $OPTARG !" >&2
- CSV_FILE="$OPTARG"
- ;;
+ echo "Loading package list from $OPTARG !" >&2
+ CSV_FILE="$OPTARG"
+ ;;
\?)
- echo "Invalid option: -$OPTARG" >&2
- ;;
- esac
- shift $((OPTIND-1))
+ echo "Invalid option: -$OPTARG" >&2
+ ;;
+ esac
+ shift $((OPTIND - 1))
done
GENERATED_NIXFILE="$1"
@@ -72,43 +76,60 @@ FOOTER="
/* GENERATED */
"
-
-function convert_pkg () {
+function convert_pkg() {
nix_pkg_name="$1"
lua_pkg_name="$2"
- server="${3:+--only-server=$3}"
- pkg_version="${4:-}"
- lua_version="${5:+--lua-dir=$(nix path-info nixpkgs.$5)/bin}"
+ server="$3"
+ pkg_version="$4"
+ lua_version="$5"
+ maintainers="$6"
- echo "looking at $lua_pkg_name (version $pkg_version) from server [$server]" >&2
- cmd="luarocks nix $server $lua_version $lua_pkg_name $pkg_version"
- echo "Running $cmd" >&2
- drv="$nix_pkg_name = $($cmd)"
- if [ $? -ne 0 ]; then
- echo "Failed to convert $pkg" >&2
+ if [ "${nix_pkg_name:0:1}" == "#" ]; then
+ echo "Skipping comment ${*}" >&2
+ return
+ fi
+ if [ -z "$lua_pkg_name" ]; then
+ echo "Using nix_name as lua_pkg_name for '$nix_pkg_name'" >&2
+ lua_pkg_name="$nix_pkg_name"
+ fi
+
+ echo "Building expression for $lua_pkg_name (version $pkg_version) from server [$server]" >&2
+ luarocks_args=(nix)
+ if [[ -n $server ]]; then
+ luarocks_args+=("--only-server=$server")
+ fi
+ if [[ -n $maintainers ]]; then
+ luarocks_args+=("--maintainers=$maintainers")
+ fi
+ if [[ -n $lua_version ]]; then
+ lua_drv_path=$(nix-build --no-out-link "$NIXPKGS_PATH" -A "$lua_version")
+ luarocks_args+=("--lua-dir=$lua_drv_path/bin")
+ fi
+ luarocks_args+=("$lua_pkg_name")
+ if [[ -n $pkg_version ]]; then
+ luarocks_args+=("$pkg_version")
+ fi
+ echo "Running 'luarocks ${luarocks_args[*]}'" >&2
+ if drv="$nix_pkg_name = $(luarocks "${luarocks_args[@]}")"; then
+ echo "$drv"
else
- echo "$drv" | tee -a "$TMP_FILE"
+ echo "Failed to convert $nix_pkg_name" >&2
+ return 1
fi
}
# params needed when called via callPackage
echo "$HEADER" | tee "$TMP_FILE"
-# list of packages with format
-while IFS=, read -r nix_pkg_name lua_pkg_name server pkg_version luaversion
-do
- if [ "${nix_pkg_name:0:1}" == "#" ]; then
- echo "Skipping comment ${nix_pkg_name}" >&2
- continue
- fi
- if [ -z "$lua_pkg_name" ]; then
- echo "Using nix_name as lua_pkg_name" >&2
- lua_pkg_name="$nix_pkg_name"
- fi
- convert_pkg "$nix_pkg_name" "$lua_pkg_name" "$server" "$pkg_version" "$luaversion"
-done < "$CSV_FILE"
+# Ensure parallel can run our bash function
+export -f convert_pkg
+export SHELL=bash
+# Read each line in the csv file and run convert_pkg for each, in parallel
+parallel --group --keep-order --halt now,fail=1 --jobs "$PARALLEL_JOBS" --colsep ',' convert_pkg {} <"$CSV_FILE" | tee -a "$TMP_FILE"
# close the set
echo "$FOOTER" | tee -a "$TMP_FILE"
cp "$TMP_FILE" "$GENERATED_NIXFILE"
+
+# vim: set ts=4 sw=4 ft=sh:
diff --git a/maintainers/scripts/update-luarocks-shell.nix b/maintainers/scripts/update-luarocks-shell.nix
new file mode 100644
index 00000000000..23a940b3691
--- /dev/null
+++ b/maintainers/scripts/update-luarocks-shell.nix
@@ -0,0 +1,9 @@
+{ nixpkgs ? import ../.. { }
+}:
+with nixpkgs;
+mkShell {
+ buildInputs = [
+ bash luarocks-nix nix-prefetch-scripts parallel
+ ];
+ LUAROCKS_NIXPKGS_PATH = toString nixpkgs.path;
+}
diff --git a/nixos/doc/manual/administration/cleaning-store.xml b/nixos/doc/manual/administration/cleaning-store.xml
index f078b8c3ba3..526803e429b 100644
--- a/nixos/doc/manual/administration/cleaning-store.xml
+++ b/nixos/doc/manual/administration/cleaning-store.xml
@@ -11,12 +11,12 @@
Nix’s garbage collector to remove old, unreferenced
packages. This is easy:
-$ nix-collect-garbage
+$ nix-collect-garbage
Alternatively, you can use a systemd unit that does the same in the
background:
-# systemctl start nix-gc.service
+# systemctl start nix-gc.service
You can tell NixOS in configuration.nix to run this unit
automatically at certain points in time, for instance, every night at 03:15:
@@ -31,11 +31,11 @@ $ nix-collect-garbage
configurations. The following command deletes old roots, removing the ability
to roll back to them:
-$ nix-collect-garbage -d
+$ nix-collect-garbage -d
You can also do this for specific profiles, e.g.
-$ nix-env -p /nix/var/nix/profiles/per-user/eelco/profile --delete-generations old
+$ nix-env -p /nix/var/nix/profiles/per-user/eelco/profile --delete-generations old
Note that NixOS system configurations are stored in the profile
/nix/var/nix/profiles/system.
@@ -45,7 +45,7 @@ $ nix-env -p /nix/var/nix/profiles/per-user/eelco/profile --delete-generations o
Nix store) is to run Nix’s store optimiser, which seeks out identical files
in the store and replaces them with hard links to a single copy.
-$ nix-store --optimise
+$ nix-store --optimise
Since this command needs to read the entire Nix store, it can take quite a
while to finish.
diff --git a/nixos/doc/manual/administration/container-networking.xml b/nixos/doc/manual/administration/container-networking.xml
index 2ee8bfdd50f..42486f01fe8 100644
--- a/nixos/doc/manual/administration/container-networking.xml
+++ b/nixos/doc/manual/administration/container-networking.xml
@@ -11,10 +11,10 @@
10.233.0.0/16. You can get the container’s IPv4 address
as follows:
-# nixos-container show-ip foo
+# nixos-container show-ip foo
10.233.4.2
-$ ping -c1 10.233.4.2
+$ ping -c1 10.233.4.2
64 bytes from 10.233.4.2: icmp_seq=1 ttl=64 time=0.106 ms
diff --git a/nixos/doc/manual/administration/control-groups.xml b/nixos/doc/manual/administration/control-groups.xml
index bb8b7f83d9e..16d03cc0d1a 100644
--- a/nixos/doc/manual/administration/control-groups.xml
+++ b/nixos/doc/manual/administration/control-groups.xml
@@ -16,7 +16,7 @@
systemd hierarchy, which is what systemd uses to keep
track of the processes belonging to each service or user session:
-$ systemd-cgls
+$ systemd-cgls
├─user
│ └─eelco
│ └─c1
diff --git a/nixos/doc/manual/administration/logging.xml b/nixos/doc/manual/administration/logging.xml
index a41936b373d..da4877fcdf0 100644
--- a/nixos/doc/manual/administration/logging.xml
+++ b/nixos/doc/manual/administration/logging.xml
@@ -11,14 +11,14 @@
The command journalctl allows you to see the contents of
the journal. For example,
-$ journalctl -b
+$ journalctl -b
shows all journal entries since the last reboot. (The output of
journalctl is piped into less by
default.) You can use various options and match operators to restrict output
to messages of interest. For instance, to get all messages from PostgreSQL:
-$ journalctl -u postgresql.service
+$ journalctl -u postgresql.service
-- Logs begin at Mon, 2013-01-07 13:28:01 CET, end at Tue, 2013-01-08 01:09:57 CET. --
...
Jan 07 15:44:14 hagbard postgres[2681]: [2-1] LOG: database system is shut down
@@ -29,7 +29,7 @@ Jan 07 15:45:13 hagbard postgres[2500]: [1-1] LOG: database system is ready to
Or to get all messages since the last reboot that have at least a
“critical” severity level:
-$ journalctl -b -p crit
+$ journalctl -b -p crit
Dec 17 21:08:06 mandark sudo[3673]: pam_unix(sudo:auth): auth could not identify password for [alice]
Dec 29 01:30:22 mandark kernel[6131]: [1053513.909444] CPU6: Core temperature above threshold, cpu clock throttled (total events = 1)
diff --git a/nixos/doc/manual/administration/rollback.xml b/nixos/doc/manual/administration/rollback.xml
index 07c6acaa469..fb87810ba46 100644
--- a/nixos/doc/manual/administration/rollback.xml
+++ b/nixos/doc/manual/administration/rollback.xml
@@ -33,7 +33,7 @@
where N is the number of the NixOS system
configuration. To get a list of the available configurations, do:
-$ ls -l /nix/var/nix/profiles/system-*-link
+$ ls -l /nix/var/nix/profiles/system-*-link
...
lrwxrwxrwx 1 root root 78 Aug 12 13:54 /nix/var/nix/profiles/system-268-link -> /nix/store/202b...-nixos-13.07pre4932_5a676e4-4be1055
diff --git a/nixos/doc/manual/administration/service-mgmt.xml b/nixos/doc/manual/administration/service-mgmt.xml
index 0c2085c8155..1b9c745eb59 100644
--- a/nixos/doc/manual/administration/service-mgmt.xml
+++ b/nixos/doc/manual/administration/service-mgmt.xml
@@ -21,7 +21,7 @@
systemd. Without any arguments, it shows the status of
active units:
-$ systemctl
+$ systemctl
-.mount loaded active mounted /
swapfile.swap loaded active active /swapfile
sshd.service loaded active running SSH Daemon
@@ -33,7 +33,7 @@ graphical.target loaded active active Graphical Interface
You can ask for detailed status information about a unit, for instance, the
PostgreSQL database service:
-$ systemctl status postgresql.service
+$ systemctl status postgresql.service
postgresql.service - PostgreSQL Server
Loaded: loaded (/nix/store/pn3q73mvh75gsrl8w7fdlfk3fq5qm5mw-unit/postgresql.service)
Active: active (running) since Mon, 2013-01-07 15:55:57 CET; 9h ago
diff --git a/nixos/doc/manual/administration/store-corruption.xml b/nixos/doc/manual/administration/store-corruption.xml
index a4ca3b651e2..b9d11152d5e 100644
--- a/nixos/doc/manual/administration/store-corruption.xml
+++ b/nixos/doc/manual/administration/store-corruption.xml
@@ -18,7 +18,7 @@
If the corruption is in a path in the closure of the NixOS system
configuration, you can fix it by doing
-# nixos-rebuild switch --repair
+# nixos-rebuild switch --repair
This will cause Nix to check every path in the closure, and if its
cryptographic hash differs from the hash recorded in Nix’s database, the
@@ -28,7 +28,7 @@
You can also scan the entire Nix store for corrupt paths:
-# nix-store --verify --check-contents --repair
+# nix-store --verify --check-contents --repair
Any corrupt paths will be redownloaded if they’re available in a binary
cache; otherwise, they cannot be repaired.
diff --git a/nixos/doc/manual/administration/user-sessions.xml b/nixos/doc/manual/administration/user-sessions.xml
index 1d95cfb22b6..80daf6bdbff 100644
--- a/nixos/doc/manual/administration/user-sessions.xml
+++ b/nixos/doc/manual/administration/user-sessions.xml
@@ -10,7 +10,7 @@
allows querying and manipulating user sessions. For instance, to list all
user sessions:
-$ loginctl
+$ loginctl
SESSION UID USER SEAT
c1 500 eelco seat0
c3 0 root seat0
@@ -21,7 +21,7 @@ $ loginctl
devices attached to the system; usually, there is only one seat.) To get
information about a session:
-$ loginctl session-status c3
+$ loginctl session-status c3
c3 - root (0)
Since: Tue, 2013-01-08 01:17:56 CET; 4min 42s ago
Leader: 2536 (login)
diff --git a/nixos/doc/manual/configuration/ad-hoc-packages.xml b/nixos/doc/manual/configuration/ad-hoc-packages.xml
index 19159d8db5b..c7e882d846f 100644
--- a/nixos/doc/manual/configuration/ad-hoc-packages.xml
+++ b/nixos/doc/manual/configuration/ad-hoc-packages.xml
@@ -9,7 +9,7 @@
With the command nix-env, you can install and uninstall
packages from the command line. For instance, to install Mozilla Thunderbird:
-$ nix-env -iA nixos.thunderbird
+$ nix-env -iA nixos.thunderbird
If you invoke this as root, the package is installed in the Nix profile
/nix/var/nix/profiles/default and visible to all users
of the system; otherwise, the package ends up in
@@ -25,7 +25,7 @@ $ nix-env -iA nixos.thunderbird
Packages come from the NixOS channel. You typically upgrade a package by
updating to the latest version of the NixOS channel:
-$ nix-channel --update nixos
+$ nix-channel --update nixos
and then running nix-env -i again. Other packages in the
profile are not affected; this is the crucial difference
@@ -34,21 +34,21 @@ $ nix-channel --update nixos
their current versions in the NixOS channel. You can however upgrade all
packages for which there is a newer version by doing:
-$ nix-env -u '*'
+$ nix-env -u '*'
A package can be uninstalled using the flag:
-$ nix-env -e thunderbird
+$ nix-env -e thunderbird
Finally, you can roll back an undesirable nix-env action:
-$ nix-env --rollback
+$ nix-env --rollback
diff --git a/nixos/doc/manual/configuration/adding-custom-packages.xml b/nixos/doc/manual/configuration/adding-custom-packages.xml
index cdcfa10b820..182641055e4 100644
--- a/nixos/doc/manual/configuration/adding-custom-packages.xml
+++ b/nixos/doc/manual/configuration/adding-custom-packages.xml
@@ -14,8 +14,8 @@
xlink:href="http://nixos.org/nixpkgs/manual">Nixpkgs
manual. In short, you clone Nixpkgs:
-$ git clone https://github.com/NixOS/nixpkgs
-$ cd nixpkgs
+$ git clone https://github.com/NixOS/nixpkgs
+$ cd nixpkgs
Then you write and test the package as described in the Nixpkgs manual.
Finally, you add it to environment.systemPackages, e.g.
@@ -65,8 +65,8 @@ stdenv.mkDerivation rec {
This allows testing the package easily:
-$ nix-build my-hello.nix
-$ ./result/bin/hello
+$ nix-build my-hello.nix
+$ ./result/bin/hello
Hello, world!
diff --git a/nixos/doc/manual/configuration/declarative-packages.xml b/nixos/doc/manual/configuration/declarative-packages.xml
index c9acbefea60..5fb3bcb9f8f 100644
--- a/nixos/doc/manual/configuration/declarative-packages.xml
+++ b/nixos/doc/manual/configuration/declarative-packages.xml
@@ -22,7 +22,7 @@
You can get a list of the available packages as follows:
-$ nix-env -qaP '*' --description
+$ nix-env -qaP '*' --description
nixos.firefox firefox-23.0 Mozilla Firefox - the browser, reloaded
...
diff --git a/nixos/doc/manual/configuration/ipv6-config.xml b/nixos/doc/manual/configuration/ipv6-config.xml
index e9ab7cce4eb..675a5d9a260 100644
--- a/nixos/doc/manual/configuration/ipv6-config.xml
+++ b/nixos/doc/manual/configuration/ipv6-config.xml
@@ -39,7 +39,7 @@
= {
address = "fe00::1";
interface = "enp0s3";
-}
+};
diff --git a/nixos/doc/manual/configuration/matrix.xml b/nixos/doc/manual/configuration/matrix.xml
index 66965460a15..ef8d5cbda88 100644
--- a/nixos/doc/manual/configuration/matrix.xml
+++ b/nixos/doc/manual/configuration/matrix.xml
@@ -33,91 +33,91 @@
installation instructions of Synapse .
+let
+ fqdn =
let
- fqdn =
- let
- join = hostName: domain: hostName + optionalString (domain != null) ".${domain}";
- in join config.networking.hostName config.networking.domain;
- in {
- networking = {
- hostName = "myhostname";
- domain = "example.org";
- };
- networking.firewall.allowedTCPPorts = [ 80 443 ];
+ join = hostName: domain: hostName + optionalString (domain != null) ".${domain}";
+ in join config.networking.hostName config.networking.domain;
+in {
+ networking = {
+ hostName = "myhostname";
+ domain = "example.org";
+ };
+ networking.firewall.allowedTCPPorts = [ 80 443 ];
- services.nginx = {
- enable = true;
- # only recommendedProxySettings and recommendedGzipSettings are strictly required,
- # but the rest make sense as well
- recommendedTlsSettings = true;
- recommendedOptimisation = true;
- recommendedGzipSettings = true;
- recommendedProxySettings = true;
+ services.nginx = {
+ enable = true;
+ # only recommendedProxySettings and recommendedGzipSettings are strictly required,
+ # but the rest make sense as well
+ recommendedTlsSettings = true;
+ recommendedOptimisation = true;
+ recommendedGzipSettings = true;
+ recommendedProxySettings = true;
- virtualHosts = {
- # This host section can be placed on a different host than the rest,
- # i.e. to delegate from the host being accessible as ${config.networking.domain}
- # to another host actually running the Matrix homeserver.
- "${config.networking.domain}" = {
- locations."= /.well-known/matrix/server".extraConfig =
- let
- # use 443 instead of the default 8448 port to unite
- # the client-server and server-server port for simplicity
- server = { "m.server" = "${fqdn}:443"; };
- in ''
- add_header Content-Type application/json;
- return 200 '${builtins.toJSON server}';
- '';
- locations."= /.well-known/matrix/client".extraConfig =
- let
- client = {
- "m.homeserver" = { "base_url" = "https://${fqdn}"; };
- "m.identity_server" = { "base_url" = "https://vector.im"; };
- };
- # ACAO required to allow riot-web on any URL to request this json file
- in ''
- add_header Content-Type application/json;
- add_header Access-Control-Allow-Origin *;
- return 200 '${builtins.toJSON client}';
- '';
- };
-
- # Reverse proxy for Matrix client-server and server-server communication
- ${fqdn} = {
- enableACME = true;
- forceSSL = true;
-
- # Or do a redirect instead of the 404, or whatever is appropriate for you.
- # But do not put a Matrix Web client here! See the Riot Web section below.
- locations."/".extraConfig = ''
- return 404;
- '';
-
- # forward all Matrix API calls to the synapse Matrix homeserver
- locations."/_matrix" = {
- proxyPass = "http://[::1]:8008";
+ virtualHosts = {
+ # This host section can be placed on a different host than the rest,
+ # i.e. to delegate from the host being accessible as ${config.networking.domain}
+ # to another host actually running the Matrix homeserver.
+ "${config.networking.domain}" = {
+ locations."= /.well-known/matrix/server".extraConfig =
+ let
+ # use 443 instead of the default 8448 port to unite
+ # the client-server and server-server port for simplicity
+ server = { "m.server" = "${fqdn}:443"; };
+ in ''
+ add_header Content-Type application/json;
+ return 200 '${builtins.toJSON server}';
+ '';
+ locations."= /.well-known/matrix/client".extraConfig =
+ let
+ client = {
+ "m.homeserver" = { "base_url" = "https://${fqdn}"; };
+ "m.identity_server" = { "base_url" = "https://vector.im"; };
};
- };
+ # ACAO required to allow riot-web on any URL to request this json file
+ in ''
+ add_header Content-Type application/json;
+ add_header Access-Control-Allow-Origin *;
+ return 200 '${builtins.toJSON client}';
+ '';
+ };
+
+ # Reverse proxy for Matrix client-server and server-server communication
+ ${fqdn} = {
+ enableACME = true;
+ forceSSL = true;
+
+ # Or do a redirect instead of the 404, or whatever is appropriate for you.
+ # But do not put a Matrix Web client here! See the Riot Web section below.
+ locations."/".extraConfig = ''
+ return 404;
+ '';
+
+ # forward all Matrix API calls to the synapse Matrix homeserver
+ locations."/_matrix" = {
+ proxyPass = "http://[::1]:8008"; # without a trailing /
};
};
- services.matrix-synapse = {
- enable = true;
- server_name = config.networking.domain;
- listeners = [
- {
- port = 8008;
- bind_address = "::1";
- type = "http";
- tls = false;
- x_forwarded = true;
- resources = [
- { names = [ "client" "federation" ]; compress = false; }
- ];
- }
- ];
- };
};
-
+ };
+ services.matrix-synapse = {
+ enable = true;
+ server_name = config.networking.domain;
+ listeners = [
+ {
+ port = 8008;
+ bind_address = "::1";
+ type = "http";
+ tls = false;
+ x_forwarded = true;
+ resources = [
+ { names = [ "client" "federation" ]; compress = false; }
+ ];
+ }
+ ];
+ };
+};
+
@@ -141,15 +141,15 @@
. To
create a new user or admin, run the following after you have set the secret
and have rebuilt NixOS:
-
- $ nix run nixpkgs.matrix-synapse
- $ register_new_matrix_user -k <your-registration-shared-secret> http://localhost:8008
- New user localpart: <your-username>
- Password:
- Confirm password:
- Make admin [no]:
- Success!
-
+
+$ nix run nixpkgs.matrix-synapse
+$ register_new_matrix_user -k your-registration-shared-secret http://localhost:8008
+New user localpart: your-username
+Password:
+Confirm password:
+Make admin [no]:
+Success!
+
In the example, this would create a user with the Matrix Identifier
@your-username:example.org. Note that the registration
secret ends up in the nix store and therefore is world-readable by any user
@@ -177,16 +177,16 @@
Matrix Now! for a list of existing clients and their supported
featureset.
- services.nginx.virtualHosts."riot.${fqdn}" = {
- enableACME = true;
- forceSSL = true;
- serverAliases = [
- "riot.${config.networking.domain}"
- ];
+services.nginx.virtualHosts."riot.${fqdn}" = {
+ enableACME = true;
+ forceSSL = true;
+ serverAliases = [
+ "riot.${config.networking.domain}"
+ ];
- root = pkgs.riot-web;
- };
-
+ root = pkgs.riot-web;
+};
+
diff --git a/nixos/doc/manual/configuration/modularity.xml b/nixos/doc/manual/configuration/modularity.xml
index 724abd31ca4..7ad0ae80a48 100644
--- a/nixos/doc/manual/configuration/modularity.xml
+++ b/nixos/doc/manual/configuration/modularity.xml
@@ -106,21 +106,21 @@ The unique option `services.httpd.adminAddr' is defined multiple times, in `/etc
configuration option is. The command allows you
to find out:
-$ nixos-option
+$ nixos-option
true
-$ nixos-option
+$ nixos-option
[ "tun" "ipv6" "loop" ... ]
Interactive exploration of the configuration is possible using nix
repl, a read-eval-print loop for Nix expressions. A typical use:
-$ nix repl '<nixpkgs/nixos>'
+$ nix repl '<nixpkgs/nixos>'
-nix-repl> config.
+nix-repl> config.
"mandark"
-nix-repl> map (x: x.hostName) config.
+nix-repl> map (x: x.hostName) config.
[ "example.org" "example.gov" ]
@@ -129,17 +129,17 @@ nix-repl> map (x: x.hostName) config.
+{ imports = [ (netConfig "nixos.localdomain") ]; }
+
diff --git a/nixos/doc/manual/configuration/profiles.xml b/nixos/doc/manual/configuration/profiles.xml
index c0a8f55785f..9d08f7f7bed 100644
--- a/nixos/doc/manual/configuration/profiles.xml
+++ b/nixos/doc/manual/configuration/profiles.xml
@@ -16,7 +16,7 @@
imports = [
<nixpkgs/nixos/modules/profiles/profile-name.nix>
];
-
+
Even if some of these profiles seem only useful in the context of install
media, many are actually intended to be used in real installs.
diff --git a/nixos/doc/manual/configuration/user-mgmt.xml b/nixos/doc/manual/configuration/user-mgmt.xml
index 66c1c6eb3a1..4b1710f3a2b 100644
--- a/nixos/doc/manual/configuration/user-mgmt.xml
+++ b/nixos/doc/manual/configuration/user-mgmt.xml
@@ -44,7 +44,7 @@
A user ID (uid) is assigned automatically. You can also specify a uid
manually by adding
- uid = 1000;
+uid = 1000;
to the user specification.
diff --git a/nixos/doc/manual/configuration/wireless.xml b/nixos/doc/manual/configuration/wireless.xml
index 7c7b3b4a65a..9c0e3a8d7aa 100644
--- a/nixos/doc/manual/configuration/wireless.xml
+++ b/nixos/doc/manual/configuration/wireless.xml
@@ -37,7 +37,7 @@
If you are using WPA2 you can generate pskRaw key using
wpa_passphrase:
-$ wpa_passphrase ESSID PSK
+$ wpa_passphrase ESSID PSK
network={
ssid="echelon"
#psk="abcdefgh"
@@ -54,10 +54,10 @@ network={
or you can use it to directly generate the
wpa_supplicant.conf:
-# wpa_passphrase ESSID PSK > /etc/wpa_supplicant.conf
+# wpa_passphrase ESSID PSK > /etc/wpa_supplicant.conf
After you have edited the wpa_supplicant.conf, you need to
restart the wpa_supplicant service.
-# systemctl restart wpa_supplicant.service
+# systemctl restart wpa_supplicant.service
diff --git a/nixos/doc/manual/configuration/x-windows.xml b/nixos/doc/manual/configuration/x-windows.xml
index 798d1fbdfd8..7cdc5196e0d 100644
--- a/nixos/doc/manual/configuration/x-windows.xml
+++ b/nixos/doc/manual/configuration/x-windows.xml
@@ -125,10 +125,12 @@
You will need to reboot after enabling this driver to prevent a clash with
other kernel modules.
+
- Note: for recent AMD GPUs you most likely want to keep either the defaults
+ For recent AMD GPUs you most likely want to keep either the defaults
or "amdgpu" (both free).
+
Touchpads
@@ -157,4 +159,134 @@
versions.
+
+ Custom XKB layouts
+
+ It is possible to install custom
+
+ XKB
+
+ keyboard layouts using the option
+ .
+ As a first example, we are going to create a layout based on the basic US
+ layout, with an additional layer to type some greek symbols by pressing the
+ right-alt key.
+
+
+ To do this we are going to create a us-greek file
+ with a xkb_symbols section.
+
+
+xkb_symbols "us-greek"
+{
+ include "us(basic)" // includes the base US keys
+ include "level3(ralt_switch)" // configures right alt as a third level switch
+
+ key <LatA> { [ a, A, Greek_alpha ] };
+ key <LatB> { [ b, B, Greek_beta ] };
+ key <LatG> { [ g, G, Greek_gamma ] };
+ key <LatD> { [ d, D, Greek_delta ] };
+ key <LatZ> { [ z, Z, Greek_zeta ] };
+};
+
+
+ To install the layout, the filepath, a description and the list of
+ languages must be given:
+
+
+.us-greek = {
+ description = "US layout with alt-gr greek";
+ languages = [ "eng" ];
+ symbolsFile = /path/to/us-greek;
+}
+
+
+
+ The name should match the one given to the
+ xkb_symbols block.
+
+
+
+ The layout should now be installed and ready to use: try it by
+ running setxkbmap us-greek and type
+ <alt>+a. To change the default the usual
+
+ option can still be used.
+
+
+ A layout can have several other components besides
+ xkb_symbols, for example we will define new
+ keycodes for some multimedia key and bind these to some symbol.
+
+
+ Use the xev utility from
+ pkgs.xorg.xev to find the codes of the keys of
+ interest, then create a media-key file to hold
+ the keycodes definitions
+
+
+xkb_keycodes "media"
+{
+ <volUp> = 123;
+ <volDown> = 456;
+}
+
+
+ Now use the newly define keycodes in media-sym:
+
+
+xkb_symbols "media"
+{
+ key.type = "ONE_LEVEL";
+ key <volUp> { [ XF86AudioLowerVolume ] };
+ key <volDown> { [ XF86AudioRaiseVolume ] };
+}
+
+
+ As before, to install the layout do
+
+
+.media = {
+ description = "Multimedia keys remapping";
+ languages = [ "eng" ];
+ symbolsFile = /path/to/media-key;
+ keycodesFile = /path/to/media-sym;
+};
+
+
+
+ The function pkgs.writeText <filename> <content>
+ can be useful if you prefer to keep the layout definitions
+ inside the NixOS configuration.
+
+
+
+ Unfortunately, the Xorg server does not (currently) support setting a
+ keymap directly but relies instead on XKB rules to select the matching
+ components (keycodes, types, ...) of a layout. This means that components
+ other than symbols won't be loaded by default. As a workaround, you
+ can set the keymap using setxkbmap at the start of the
+ session with:
+
+
+ = "setxkbmap -keycodes media";
+
+
+ To learn how to write layouts take a look at the XKB
+
+ documentation
+ . More example layouts can also be found
+
+ here
+ .
+
+
diff --git a/nixos/doc/manual/configuration/xfce.xml b/nixos/doc/manual/configuration/xfce.xml
index 77d5d963279..6ac99c6b2be 100644
--- a/nixos/doc/manual/configuration/xfce.xml
+++ b/nixos/doc/manual/configuration/xfce.xml
@@ -11,7 +11,7 @@
xfce.enable = true;
default = "xfce";
};
-
+
Optionally, compton can be enabled for nice graphical
@@ -24,7 +24,7 @@
shadow = true;
fadeDelta = 4;
};
-
+
Some Xfce programs are not installed automatically. To install them manually
@@ -37,7 +37,7 @@
To enable Thunar volume support, put
= true;
-
+
into your configuration.nix.
@@ -58,14 +58,14 @@
on start (look at journalctl --user -b).
Thunar:2410): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.UDisks2VolumeMonitor is not supported
-
+
This is caused by some needed GNOME services not running. This is all fixed
by enabling "Launch GNOME services on startup" in the Advanced tab of the
Session and Startup settings panel. Alternatively, you can run this command
to do the same thing.
-$ xfconf-query -c xfce4-session -p /compat/LaunchGNOME -s true
-
+$ xfconf-query -c xfce4-session -p /compat/LaunchGNOME -s true
+
A log-out and re-log will be needed for this to take effect.
diff --git a/nixos/doc/manual/default.nix b/nixos/doc/manual/default.nix
index 7fc0ad702f8..f9de2db1a08 100644
--- a/nixos/doc/manual/default.nix
+++ b/nixos/doc/manual/default.nix
@@ -5,55 +5,6 @@ with pkgs;
let
lib = pkgs.lib;
- # Remove invisible and internal options.
- optionsListVisible = lib.filter (opt: opt.visible && !opt.internal) (lib.optionAttrSetToDocList options);
-
- # Replace functions by the string
- substFunction = x:
- if builtins.isAttrs x then lib.mapAttrs (name: substFunction) x
- else if builtins.isList x then map substFunction x
- else if lib.isFunction x then ""
- else x;
-
- # Generate DocBook documentation for a list of packages. This is
- # what `relatedPackages` option of `mkOption` from
- # ../../../lib/options.nix influences.
- #
- # Each element of `relatedPackages` can be either
- # - a string: that will be interpreted as an attribute name from `pkgs`,
- # - a list: that will be interpreted as an attribute path from `pkgs`,
- # - an attrset: that can specify `name`, `path`, `package`, `comment`
- # (either of `name`, `path` is required, the rest are optional).
- genRelatedPackages = packages:
- let
- unpack = p: if lib.isString p then { name = p; }
- else if lib.isList p then { path = p; }
- else p;
- describe = args:
- let
- title = args.title or null;
- name = args.name or (lib.concatStringsSep "." args.path);
- path = args.path or [ args.name ];
- package = args.package or (lib.attrByPath path (throw "Invalid package attribute path `${toString path}'") pkgs);
- in ""
- + "${lib.optionalString (title != null) "${title} aka "}pkgs.${name} (${package.meta.name})"
- + lib.optionalString (!package.meta.available) " [UNAVAILABLE]"
- + ": ${package.meta.description or "???"}."
- + lib.optionalString (args ? comment) "\n${args.comment}"
- # Lots of `longDescription's break DocBook, so we just wrap them into
- + lib.optionalString (package.meta ? longDescription) "\n${package.meta.longDescription}"
- + "";
- in "${lib.concatStringsSep "\n" (map (p: describe (unpack p)) packages)}";
-
- optionsListDesc = lib.flip map optionsListVisible (opt: opt // {
- # Clean up declaration sites to not refer to the NixOS source tree.
- declarations = map stripAnyPrefixes opt.declarations;
- }
- // lib.optionalAttrs (opt ? example) { example = substFunction opt.example; }
- // lib.optionalAttrs (opt ? default) { default = substFunction opt.default; }
- // lib.optionalAttrs (opt ? type) { type = substFunction opt.type; }
- // lib.optionalAttrs (opt ? relatedPackages && opt.relatedPackages != []) { relatedPackages = genRelatedPackages opt.relatedPackages; });
-
# We need to strip references to /nix/store/* from options,
# including any `extraSources` if some modules came from elsewhere,
# or else the build will fail.
@@ -63,37 +14,13 @@ let
prefixesToStrip = map (p: "${toString p}/") ([ ../../.. ] ++ extraSources);
stripAnyPrefixes = lib.flip (lib.fold lib.removePrefix) prefixesToStrip;
- # Custom "less" that pushes up all the things ending in ".enable*"
- # and ".package*"
- optionLess = a: b:
- let
- ise = lib.hasPrefix "enable";
- isp = lib.hasPrefix "package";
- cmp = lib.splitByAndCompare ise lib.compare
- (lib.splitByAndCompare isp lib.compare lib.compare);
- in lib.compareLists cmp a.loc b.loc < 0;
-
- # Customly sort option list for the man page.
- optionsList = lib.sort optionLess optionsListDesc;
-
- # Convert the list of options into an XML file.
- optionsXML = builtins.toFile "options.xml" (builtins.toXML optionsList);
-
- optionsDocBook = runCommand "options-db.xml" {} ''
- optionsXML=${optionsXML}
- if grep /nixpkgs/nixos/modules $optionsXML; then
- echo "The manual appears to depend on the location of Nixpkgs, which is bad"
- echo "since this prevents sharing via the NixOS channel. This is typically"
- echo "caused by an option default that refers to a relative path (see above"
- echo "for hints about the offending path)."
- exit 1
- fi
- ${buildPackages.libxslt.bin}/bin/xsltproc \
- --stringparam revision '${revision}' \
- -o intermediate.xml ${./options-to-docbook.xsl} $optionsXML
- ${buildPackages.libxslt.bin}/bin/xsltproc \
- -o "$out" ${./postprocess-option-descriptions.xsl} intermediate.xml
- '';
+ optionsDoc = buildPackages.nixosOptionsDoc {
+ inherit options revision;
+ transformOptions = opt: opt // {
+ # Clean up declaration sites to not refer to the NixOS source tree.
+ declarations = map stripAnyPrefixes opt.declarations;
+ };
+ };
sources = lib.sourceFilesBySuffices ./. [".xml"];
@@ -108,7 +35,7 @@ let
generatedSources = runCommand "generated-docbook" {} ''
mkdir $out
ln -s ${modulesDoc} $out/modules.xml
- ln -s ${optionsDocBook} $out/options-db.xml
+ ln -s ${optionsDoc.optionsDocBook} $out/options-db.xml
printf "%s" "${version}" > $out/version
'';
@@ -234,22 +161,7 @@ let
in rec {
inherit generatedSources;
- # The NixOS options in JSON format.
- optionsJSON = runCommand "options-json"
- { meta.description = "List of NixOS options in JSON format";
- }
- ''
- # Export list of options in different format.
- dst=$out/share/doc/nixos
- mkdir -p $dst
-
- cp ${builtins.toFile "options.json" (builtins.unsafeDiscardStringContext (builtins.toJSON
- (builtins.listToAttrs (map (o: { name = o.name; value = removeAttrs o ["name" "visible" "internal"]; }) optionsList))))
- } $dst/options.json
-
- mkdir -p $out/nix-support
- echo "file json $dst/options.json" >> $out/nix-support/hydra-build-products
- ''; # */
+ inherit (optionsDoc) optionsJSON optionsXML optionsDocBook;
# Generate the NixOS manual.
manualHTML = runCommand "nixos-manual-html"
diff --git a/nixos/doc/manual/development/building-nixos.xml b/nixos/doc/manual/development/building-nixos.xml
index 23d9ddf88a7..56a596baed0 100644
--- a/nixos/doc/manual/development/building-nixos.xml
+++ b/nixos/doc/manual/development/building-nixos.xml
@@ -14,14 +14,14 @@
Default CD/DVD configurations are available inside
nixos/modules/installer/cd-dvd.
-$ git clone https://github.com/NixOS/nixpkgs.git
-$ cd nixpkgs/nixos
-$ nix-build -A config.system.build.isoImage -I nixos-config=modules/installer/cd-dvd/installation-cd-minimal.nix default.nix
+$ git clone https://github.com/NixOS/nixpkgs.git
+$ cd nixpkgs/nixos
+$ nix-build -A config.system.build.isoImage -I nixos-config=modules/installer/cd-dvd/installation-cd-minimal.nix default.nix
Before burning your CD/DVD, you can check the content of the image by
mounting anywhere like suggested by the following command:
-# mount -o loop -t iso9660 ./result/iso/cd.iso /mnt/iso
+# mount -o loop -t iso9660 ./result/iso/cd.iso /mnt/iso
diff --git a/nixos/doc/manual/development/building-parts.xml b/nixos/doc/manual/development/building-parts.xml
index b4791b72970..88369fb891b 100644
--- a/nixos/doc/manual/development/building-parts.xml
+++ b/nixos/doc/manual/development/building-parts.xml
@@ -8,8 +8,8 @@
With the command nix-build, you can build specific parts
of your NixOS configuration. This is done as follows:
-$ cd /path/to/nixpkgs/nixos
-$ nix-build -A config.option
+$ cd /path/to/nixpkgs/nixos
+$ nix-build -A config.option
where option is a NixOS option with type
“derivation” (i.e. something that can be built). Attributes of interest
include:
@@ -28,7 +28,7 @@ $ nix-build -A config.option
A shortcut to build this is:
-$ nix-build -A system
+$ nix-build -A system
@@ -66,9 +66,9 @@ $ nix-build -A system
test whether the kernel and the initial ramdisk boot correctly, by using
QEMU’s and options:
-$ nix-build -A config.system.build.initialRamdisk -o initrd
-$ nix-build -A config.system.build.kernel -o kernel
-$ qemu-system-x86_64 -kernel ./kernel/bzImage -initrd ./initrd/initrd -hda /dev/null
+$ nix-build -A config.system.build.initialRamdisk -o initrd
+$ nix-build -A config.system.build.kernel -o kernel
+$ qemu-system-x86_64 -kernel ./kernel/bzImage -initrd ./initrd/initrd -hda /dev/null
@@ -99,15 +99,15 @@ $ qemu-system-x86_64 -kernel ./kernel/bzImage -initrd ./initrd/initrd -hda /dev/
contain dots (e.g. httpd.service), you need to put
them between quotes, like this:
-$ nix-build -A 'config.systemd.units."httpd.service".unit'
+$ nix-build -A 'config.systemd.units."httpd.service".unit'
You can also test individual units, without rebuilding the whole system,
by putting them in /run/systemd/system:
-$ cp $(nix-build -A 'config.systemd.units."httpd.service".unit')/httpd.service \
+$ cp $(nix-build -A 'config.systemd.units."httpd.service".unit')/httpd.service \
/run/systemd/system/tmp-httpd.service
-# systemctl daemon-reload
-# systemctl start tmp-httpd.service
+# systemctl daemon-reload
+# systemctl start tmp-httpd.service
Note that the unit must not have the same name as any unit in
/etc/systemd/system since those take precedence over
diff --git a/nixos/doc/manual/development/option-types.xml b/nixos/doc/manual/development/option-types.xml
index 069cc36573d..8fcbb627342 100644
--- a/nixos/doc/manual/development/option-types.xml
+++ b/nixos/doc/manual/development/option-types.xml
@@ -346,6 +346,18 @@
+
+
+ types.oneOf [ t1 t2 ... ]
+
+
+
+ Type t1 or type t2 and so forth,
+ e.g. with types; oneOf [ int str bool ]. Multiple definitions
+ cannot be merged.
+
+
+
types.coercedTo from f to
diff --git a/nixos/doc/manual/development/releases.xml b/nixos/doc/manual/development/releases.xml
index f45fecd16c3..1cdec64f69b 100755
--- a/nixos/doc/manual/development/releases.xml
+++ b/nixos/doc/manual/development/releases.xml
@@ -98,6 +98,16 @@
stableBranch set to false.
+
+
+ Remove attributes that we know we will not be able to support,
+ especially if there is a stable alternative. E.g. Check that our
+ Linux kernels'
+
+ projected end-of-life are after our release projected
+ end-of-life
+
+
Edit changelog at
@@ -210,6 +220,30 @@
+
+ Release Management Team
+
+ For each release there are two release managers. After each release the
+ release manager having managed two releases steps down and the release
+ management team of the last release appoints a new release manager.
+
+
+ This makes sure a release management team always consists of one release
+ manager who already has managed one release and one release manager being
+ introduced to their role, making it easier to pass on knowledge and
+ experience.
+
+
+ A release manager's role and responsibilities are:
+
+
+ manage the release process
+ start discussions about features and changes for a given release
+ create a roadmap
+ release in cooperation with Eelco Dolstra
+ decide which bug fixes, features, etc... get backported after a release
+
+
Release schedule
diff --git a/nixos/doc/manual/development/running-nixos-tests-interactively.xml b/nixos/doc/manual/development/running-nixos-tests-interactively.xml
index c15ad448317..e390d62fde2 100644
--- a/nixos/doc/manual/development/running-nixos-tests-interactively.xml
+++ b/nixos/doc/manual/development/running-nixos-tests-interactively.xml
@@ -9,17 +9,17 @@
The test itself can be run interactively. This is particularly useful when
developing or debugging a test:
-$ nix-build nixos/tests/login.nix -A driver
-$ ./result/bin/nixos-test-driver
+$ nix-build nixos/tests/login.nix -A driver
+$ ./result/bin/nixos-test-driver
starting VDE switch for network 1
->
+>
You can then take any Perl statement, e.g.
-> startAll
-> testScript
-> $machine->succeed("touch /tmp/foo")
-> print($machine->succeed("pwd")) # Show stdout of command
+> startAll
+> testScript
+> $machine->succeed("touch /tmp/foo")
+> print($machine->succeed("pwd")) # Show stdout of command
The function testScript executes the entire test script
and drops you back into the test driver command line upon its completion.
@@ -30,8 +30,8 @@ starting VDE switch for network 1
To just start and experiment with the VMs, run:
-$ nix-build nixos/tests/login.nix -A driver
-$ ./result/bin/nixos-run-vms
+$ nix-build nixos/tests/login.nix -A driver
+$ ./result/bin/nixos-run-vms
The script nixos-run-vms starts the virtual machines
defined by test.
diff --git a/nixos/doc/manual/development/running-nixos-tests.xml b/nixos/doc/manual/development/running-nixos-tests.xml
index eadbe1ea4f2..13ae1ed9369 100644
--- a/nixos/doc/manual/development/running-nixos-tests.xml
+++ b/nixos/doc/manual/development/running-nixos-tests.xml
@@ -12,12 +12,12 @@
xlink:href="https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/login.nix">login.nix,
you just do:
-$ nix-build '<nixpkgs/nixos/tests/login.nix>'
+$ nix-build '<nixpkgs/nixos/tests/login.nix>'
or, if you don’t want to rely on NIX_PATH:
-$ cd /my/nixpkgs/nixos/tests
-$ nix-build login.nix
+$ cd /my/nixpkgs/nixos/tests
+$ nix-build login.nix
…
running the VM test script
machine: QEMU running (pid 8841)
@@ -30,7 +30,7 @@ machine: QEMU running (pid 8841)
fast, as no disk image needs to be created. Afterwards, you can view a
pretty-printed log of the test:
-$ firefox result/log.html
+$ firefox result/log.html
diff --git a/nixos/doc/manual/development/sources.xml b/nixos/doc/manual/development/sources.xml
index eec9b56b1c0..3c30c782746 100644
--- a/nixos/doc/manual/development/sources.xml
+++ b/nixos/doc/manual/development/sources.xml
@@ -11,10 +11,10 @@
modify NixOS, however, you should check out the latest sources from Git. This
is as follows:
-$ git clone https://github.com/NixOS/nixpkgs
-$ cd nixpkgs
-$ git remote add channels https://github.com/NixOS/nixpkgs-channels
-$ git remote update channels
+$ git clone https://github.com/NixOS/nixpkgs
+$ cd nixpkgs
+$ git remote add channels https://github.com/NixOS/nixpkgs-channels
+$ git remote update channels
This will check out the latest Nixpkgs sources to
./nixpkgs the NixOS sources to
@@ -32,23 +32,23 @@ $ git remote update channels
not have caught up yet and you’ll have to rebuild everything from source.
So you may want to create a local branch based on your current NixOS version:
-$ nixos-version
+$ nixos-version
17.09pre104379.6e0b727 (Hummingbird)
-$ git checkout -b local 6e0b727
+$ git checkout -b local 6e0b727
Or, to base your local branch on the latest version available in a NixOS
channel:
-$ git remote update channels
-$ git checkout -b local channels/nixos-17.03
+$ git remote update channels
+$ git checkout -b local channels/nixos-17.03
(Replace nixos-17.03 with the name of the channel you want
to use.) You can use git merge or git
rebase to keep your local branch in sync with the channel, e.g.
-$ git remote update channels
-$ git merge channels/nixos-17.03
+$ git remote update channels
+$ git merge channels/nixos-17.03
You can use git cherry-pick to copy commits from your
local branch to the upstream branch.
@@ -58,7 +58,7 @@ $ git merge channels/nixos-17.03
tell nixos-rebuild about them using the
flag:
-# nixos-rebuild switch -I nixpkgs=/my/sources/nixpkgs
+# nixos-rebuild switch -I nixpkgs=/my/sources/nixpkgs
@@ -67,7 +67,7 @@ $ git merge channels/nixos-17.03
/my/sources/nixpkgs, or change the
default by adding a symlink in ~/.nix-defexpr:
-$ ln -s /my/sources/nixpkgs ~/.nix-defexpr/nixpkgs
+$ ln -s /my/sources/nixpkgs ~/.nix-defexpr/nixpkgs
You may want to delete the symlink
~/.nix-defexpr/channels_root to prevent root’s NixOS
diff --git a/nixos/doc/manual/development/testing-installer.xml b/nixos/doc/manual/development/testing-installer.xml
index 63f5f3de7f4..902f995fbc1 100644
--- a/nixos/doc/manual/development/testing-installer.xml
+++ b/nixos/doc/manual/development/testing-installer.xml
@@ -8,15 +8,15 @@
Building, burning, and booting from an installation CD is rather tedious, so
here is a quick way to see if the installer works properly:
-# mount -t tmpfs none /mnt
-# nixos-generate-config --root /mnt
-$ nix-build '<nixpkgs/nixos>' -A config.system.build.nixos-install
-# ./result/bin/nixos-install
+# mount -t tmpfs none /mnt
+# nixos-generate-config --root /mnt
+$ nix-build '<nixpkgs/nixos>' -A config.system.build.nixos-install
+# ./result/bin/nixos-install
To start a login shell in the new NixOS installation in
/mnt:
-$ nix-build '<nixpkgs/nixos>' -A config.system.build.nixos-enter
-# ./result/bin/nixos-enter
+$ nix-build '<nixpkgs/nixos>' -A config.system.build.nixos-enter
+# ./result/bin/nixos-enter
diff --git a/nixos/doc/manual/development/writing-nixos-tests.xml b/nixos/doc/manual/development/writing-nixos-tests.xml
index 4a2615c9407..6be2d0a4d23 100644
--- a/nixos/doc/manual/development/writing-nixos-tests.xml
+++ b/nixos/doc/manual/development/writing-nixos-tests.xml
@@ -397,9 +397,9 @@ startAll;
- $machine->systemctl("list-jobs --no-pager"); // runs `systemctl list-jobs --no-pager`
- $machine->systemctl("list-jobs --no-pager", "any-user"); // spawns a shell for `any-user` and runs `systemctl --user list-jobs --no-pager`
-
+$machine->systemctl("list-jobs --no-pager"); // runs `systemctl list-jobs --no-pager`
+$machine->systemctl("list-jobs --no-pager", "any-user"); // spawns a shell for `any-user` and runs `systemctl --user list-jobs --no-pager`
+
@@ -410,10 +410,10 @@ startAll;
To test user units declared by systemd.user.services the
optional $user argument can be used:
- $machine->start;
- $machine->waitForX;
- $machine->waitForUnit("xautolock.service", "x-session-user");
-
+$machine->start;
+$machine->waitForX;
+$machine->waitForUnit("xautolock.service", "x-session-user");
+
This applies to systemctl, getUnitInfo,
waitForUnit, startJob and
stopJob.
diff --git a/nixos/doc/manual/installation/changing-config.xml b/nixos/doc/manual/installation/changing-config.xml
index 1a116ec0b65..48193d986ab 100644
--- a/nixos/doc/manual/installation/changing-config.xml
+++ b/nixos/doc/manual/installation/changing-config.xml
@@ -9,10 +9,18 @@
changed something in that file, you
should do
-# nixos-rebuild switch
+# nixos-rebuild switch
+
to build the new configuration, make it the default configuration for
booting, and try to realise the configuration in the running system (e.g., by
restarting system services).
+
+
+ This command doesn't start/stop user
+ services automatically. nixos-rebuild only runs a
+ daemon-reload for each user with running user services.
+
+
@@ -23,7 +31,8 @@
You can also do
-# nixos-rebuild test
+# nixos-rebuild test
+
to build the configuration and switch the running system to it, but without
making it the boot default. So if (say) the configuration locks up your
machine, you can just reboot to get back to a working configuration.
@@ -31,7 +40,8 @@
There is also
-# nixos-rebuild boot
+# nixos-rebuild boot
+
to build the configuration and make it the boot default, but not switch to it
now (so it will only take effect after the next reboot).
@@ -39,7 +49,8 @@
You can make your configuration show up in a different submenu of the GRUB 2
boot screen by giving it a different profile name, e.g.
-# nixos-rebuild switch -p test
+# nixos-rebuild switch -p test
+
which causes the new configuration (and previous ones created using
-p test) to show up in the GRUB submenu “NixOS - Profile
'test'”. This can be useful to separate test configurations from
@@ -48,7 +59,8 @@
Finally, you can do
-$ nixos-rebuild build
+$ nixos-rebuild build
+
to build the configuration but nothing more. This is useful to see whether
everything compiles cleanly.
@@ -58,8 +70,8 @@ $ nixos-rebuild build
virtual machine that contains the desired configuration.
Just do
-$ nixos-rebuild build-vm
-$ ./result/bin/run-*-vm
+$ nixos-rebuild build-vm
+$ ./result/bin/run-*-vm
The VM does not have any data from your host system, so your existing user
accounts and home directories will not be available unless you have set
@@ -74,12 +86,12 @@ $ ./result/bin/run-*-vm
guest. For instance, the following will forward host port 2222 to guest port
22 (SSH):
-$ QEMU_NET_OPTS="hostfwd=tcp::2222-:22" ./result/bin/run-*-vm
+$ QEMU_NET_OPTS="hostfwd=tcp::2222-:22" ./result/bin/run-*-vm
allowing you to log in via SSH (assuming you have set the appropriate
passwords or SSH authorized keys):
-$ ssh -p 2222 localhost
+$ ssh -p 2222 localhost
diff --git a/nixos/doc/manual/installation/installing-from-other-distro.xml b/nixos/doc/manual/installation/installing-from-other-distro.xml
index d1e49a2a159..8ed45899fd7 100644
--- a/nixos/doc/manual/installation/installing-from-other-distro.xml
+++ b/nixos/doc/manual/installation/installing-from-other-distro.xml
@@ -47,8 +47,8 @@
Short version:
-$ curl https://nixos.org/nix/install | sh
-$ . $HOME/.nix-profile/etc/profile.d/nix.sh # …or open a fresh shell
+$ curl https://nixos.org/nix/install | sh
+$ . $HOME/.nix-profile/etc/profile.d/nix.sh # …or open a fresh shell
More details in the
the nixpkgs channel by default.
-$ nix-channel --list
+$ nix-channel --list
nixpkgs https://nixos.org/channels/nixpkgs-unstable
As that channel gets released without running the NixOS tests, it will be
safer to use the nixos-* channels instead:
-$ nix-channel --add https://nixos.org/channels/nixos-version nixpkgs
+$ nix-channel --add https://nixos.org/channels/nixos-version nixpkgs
You may want to throw in a nix-channel --update for good
measure.
@@ -89,7 +89,7 @@ $ nix-channel --add https://nixos.org/channels/nixos-version
-$ nix-env -iE "_: with import <nixpkgs/nixos> { configuration = {}; }; with config.system.build; [ nixos-generate-config nixos-install nixos-enter manual.manpages ]"
+$ nix-env -iE "_: with import <nixpkgs/nixos> { configuration = {}; }; with config.system.build; [ nixos-generate-config nixos-install nixos-enter manual.manpages ]"
@@ -116,7 +116,7 @@ $ nix-channel --add https://nixos.org/channels/nixos-version
Generate your NixOS configuration:
-$ sudo `which nixos-generate-config` --root /mnt
+$ sudo `which nixos-generate-config` --root /mnt
You'll probably want to edit the configuration files. Refer to the
nixos-generate-config step in
@@ -148,8 +148,8 @@ $ nix-channel --add https://nixos.org/channels/nixos-version
-$ sudo groupadd -g 30000 nixbld
-$ sudo useradd -u 30000 -g nixbld -G nixbld nixbld
+$ sudo groupadd -g 30000 nixbld
+$ sudo useradd -u 30000 -g nixbld -G nixbld nixbld
@@ -161,7 +161,7 @@ $ sudo useradd -u 30000 -g nixbld -G nixbld nixbld
existing systems without the help of a rescue USB drive or similar.
-$ sudo PATH="$PATH" NIX_PATH="$NIX_PATH" `which nixos-install` --root /mnt
+$ sudo PATH="$PATH" NIX_PATH="$NIX_PATH" `which nixos-install` --root /mnt
Again, please refer to the nixos-install step in
for more information.
@@ -175,8 +175,8 @@ $ sudo useradd -u 30000 -g nixbld -G nixbld nixbld
Optionally, you may want to clean up your non-NixOS distribution:
-$ sudo userdel nixbld
-$ sudo groupdel nixbld
+$ sudo userdel nixbld
+$ sudo groupdel nixbld
If you do not wish to keep the Nix package manager installed either, run
something like sudo rm -rv ~/.nix-* /nix and remove the
@@ -193,7 +193,7 @@ $ sudo groupdel nixbld
Generate your NixOS configuration:
-$ sudo `which nixos-generate-config` --root /
+$ sudo `which nixos-generate-config` --root /
Note that this will place the generated configuration files in
/etc/nixos. You'll probably want to edit the
@@ -212,21 +212,21 @@ $ sudo groupdel nixbld
users.users.root.initialHashedPassword = "";
-
+
Build the NixOS closure and install it in the system
profile:
-$ nix-env -p /nix/var/nix/profiles/system -f '<nixpkgs/nixos>' -I nixos-config=/etc/nixos/configuration.nix -iA system
+$ nix-env -p /nix/var/nix/profiles/system -f '<nixpkgs/nixos>' -I nixos-config=/etc/nixos/configuration.nix -iA system
Change ownership of the /nix tree to root (since your
Nix install was probably single user):
-$ sudo chown -R 0.0 /nix
+$ sudo chown -R 0.0 /nix
@@ -284,16 +284,16 @@ $ sudo groupdel nixbld
Let's create the files:
-$ sudo touch /etc/NIXOS
-$ sudo touch /etc/NIXOS_LUSTRATE
-
+$ sudo touch /etc/NIXOS
+$ sudo touch /etc/NIXOS_LUSTRATE
+
Let's also make sure the NixOS configuration files are kept once we reboot
on NixOS:
-$ echo etc/nixos | sudo tee -a /etc/NIXOS_LUSTRATE
-
+$ echo etc/nixos | sudo tee -a /etc/NIXOS_LUSTRATE
+
@@ -312,8 +312,9 @@ $ echo etc/nixos | sudo tee -a /etc/NIXOS_LUSTRATE
-$ sudo mv -v /boot /boot.bak &&
- sudo /nix/var/nix/profiles/system/bin/switch-to-configuration boot
+$ sudo mv -v /boot /boot.bak &&
+sudo /nix/var/nix/profiles/system/bin/switch-to-configuration boot
+
Cross your fingers, reboot, hopefully you should get a NixOS prompt!
diff --git a/nixos/doc/manual/installation/installing-usb.xml b/nixos/doc/manual/installation/installing-usb.xml
index c0372e8ebd9..83598635acc 100644
--- a/nixos/doc/manual/installation/installing-usb.xml
+++ b/nixos/doc/manual/installation/installing-usb.xml
@@ -15,16 +15,16 @@
On macOS
-
-$ diskutil list
+
+$ diskutil list
[..]
/dev/diskN (external, physical):
#: TYPE NAME SIZE IDENTIFIER
[..]
-$ diskutil unmountDisk diskN
+$ diskutil unmountDisk diskN
Unmount of all volumes on diskN was successful
-$ sudo dd if=nix.iso of=/dev/rdiskN
-
+$ sudo dd if=nix.iso of=/dev/rdiskN
+
Using the 'raw' rdiskN device instead of
diskN completes in minutes instead of hours. After
dd completes, a GUI dialog "The disk you inserted was
diff --git a/nixos/doc/manual/installation/installing.xml b/nixos/doc/manual/installation/installing.xml
index 9687c21a01e..9cea2db610e 100644
--- a/nixos/doc/manual/installation/installing.xml
+++ b/nixos/doc/manual/installation/installing.xml
@@ -29,13 +29,14 @@
- You are logged-in automatically as root. (The
- root user account has an empty password.)
+ You are logged-in automatically as nixos.
+ The nixos user account has an empty password so you
+ can use sudo without a password.
If you downloaded the graphical ISO image, you can run systemctl
- start display-manager to start KDE. If you want to continue on the
+ start display-manager to start the desktop environment. If you want to continue on the
terminal, you can use loadkeys to switch to your
preferred keyboard layout. (We even provide neo2 via loadkeys de
neo!)
@@ -65,9 +66,9 @@
If you would like to continue the installation from a different machine you
- need to activate the SSH daemon via systemctl start
- sshd. In order to be able to login you also need to set a
- password for root using passwd.
+ need to activate the SSH daemon via systemctl start
+ sshd. You then must set a password for either root or
+ nixos with passwd> to be able to login.
@@ -110,7 +111,7 @@
Create a GPT partition table.
-# parted /dev/sda -- mklabel gpt
+# parted /dev/sda -- mklabel gpt
@@ -118,14 +119,14 @@
Add the root partition. This will fill the disk
except for the end part, where the swap will live, and the space left in
front (512MiB) which will be used by the boot partition.
-# parted /dev/sda -- mkpart primary 512MiB -8GiB
+# parted /dev/sda -- mkpart primary 512MiB -8GiB
Next, add a swap partition. The size required will
vary according to needs, here a 8GiB one is created.
-# parted /dev/sda -- mkpart primary linux-swap -8GiB 100%
+# parted /dev/sda -- mkpart primary linux-swap -8GiB 100%
The swap partition size rules are no different than for other Linux
@@ -140,8 +141,8 @@
the ESP (EFI system partition) as its /boot
partition. It uses the initially reserved 512MiB at the start of the
disk.
-# parted /dev/sda -- mkpart ESP fat32 1MiB 512MiB
-# parted /dev/sda -- set 3 boot on
+# parted /dev/sda -- mkpart ESP fat32 1MiB 512MiB
+# parted /dev/sda -- set 3 boot on
@@ -172,21 +173,21 @@
Create a MBR partition table.
-# parted /dev/sda -- mklabel msdos
+# parted /dev/sda -- mklabel msdos
Add the root partition. This will fill the the disk
except for the end part, where the swap will live.
-# parted /dev/sda -- mkpart primary 1MiB -8GiB
+# parted /dev/sda -- mkpart primary 1MiB -8GiB
Finally, add a swap partition. The size required
will vary according to needs, here a 8GiB one is created.
-# parted /dev/sda -- mkpart primary linux-swap -8GiB 100%
+# parted /dev/sda -- mkpart primary linux-swap -8GiB 100%
The swap partition size rules are no different than for other Linux
@@ -218,7 +219,7 @@
since this makes the file system configuration independent from device
changes. For example:
-# mkfs.ext4 -L nixos /dev/sda1
+# mkfs.ext4 -L nixos /dev/sda1
@@ -227,7 +228,7 @@
recommended to assign a label to the swap partition: . For example:
-# mkswap -L swap /dev/sda2
+# mkswap -L swap /dev/sda2
@@ -242,7 +243,7 @@
it’s recommended to assign a label to the boot partition:
. For example:
-# mkfs.fat -F 32 -n boot /dev/sda3
+# mkfs.fat -F 32 -n boot /dev/sda3
@@ -273,7 +274,7 @@
Mount the target file system on which NixOS should be installed on
/mnt, e.g.
-# mount /dev/disk/by-label/nixos /mnt
+# mount /dev/disk/by-label/nixos /mnt
@@ -287,8 +288,8 @@
Mount the boot file system on /mnt/boot, e.g.
-# mkdir -p /mnt/boot
-# mount /dev/disk/by-label/boot /mnt/boot
+# mkdir -p /mnt/boot
+# mount /dev/disk/by-label/boot /mnt/boot
@@ -303,7 +304,7 @@
the build actions that it may spawn) may need quite a bit of RAM,
depending on your configuration.
-# swapon /dev/sda2
+# swapon /dev/sda2
@@ -325,16 +326,16 @@
The command nixos-generate-config can generate an
initial configuration file for you:
-# nixos-generate-config --root /mnt
+# nixos-generate-config --root /mnt
You should then edit /mnt/etc/nixos/configuration.nix
to suit your needs:
-# nano /mnt/etc/nixos/configuration.nix
+# nano /mnt/etc/nixos/configuration.nix
If you’re using the graphical ISO image, other editors may be available
(such as vim). If you have network access, you can also
install other editors — for instance, you can install Emacs by running
- nix-env -i emacs.
+ nix-env -f '<nixpkgs>' -iA emacs.
@@ -412,7 +413,7 @@
Do the installation:
-# nixos-install
+# nixos-install
Cross fingers. If this fails due to a temporary problem (such as a network
issue while downloading binaries from the NixOS binary cache), you can
just re-run nixos-install. Otherwise, fix your
@@ -439,7 +440,7 @@ Retype new UNIX password: ***
If everything went well:
-# reboot
+# reboot
@@ -460,16 +461,16 @@ Retype new UNIX password: ***
You’ll probably want to create some user accounts as well, which can be
done with useradd:
-$ useradd -c 'Eelco Dolstra' -m eelco
-$ passwd eelco
+$ useradd -c 'Eelco Dolstra' -m eelco
+$ passwd eelco
You may also want to install some software. For instance,
-$ nix-env -qa \*
+$ nix-env -qaP \*
shows what packages are available, and
-$ nix-env -i w3m
+$ nix-env -f '<nixpkgs>' -iA w3m
install the w3m browser.
@@ -489,19 +490,19 @@ $ nix-env -i w3m
Example partition schemes for NixOS on /dev/sda (MBR)
-# parted /dev/sda -- mklabel msdos
-# parted /dev/sda -- mkpart primary 1MiB -8GiB
-# parted /dev/sda -- mkpart primary linux-swap -8GiB 100%
+# parted /dev/sda -- mklabel msdos
+# parted /dev/sda -- mkpart primary 1MiB -8GiB
+# parted /dev/sda -- mkpart primary linux-swap -8GiB 100%
Example partition schemes for NixOS on /dev/sda (UEFI)
-# parted /dev/sda -- mklabel gpt
-# parted /dev/sda -- mkpart primary 512MiB -8GiB
-# parted /dev/sda -- mkpart primary linux-swap -8GiB 100%
-# parted /dev/sda -- mkpart ESP fat32 1MiB 512MiB
-# parted /dev/sda -- set 3 boot on
+# parted /dev/sda -- mklabel gpt
+# parted /dev/sda -- mkpart primary 512MiB -8GiB
+# parted /dev/sda -- mkpart primary linux-swap -8GiB 100%
+# parted /dev/sda -- mkpart ESP fat32 1MiB 512MiB
+# parted /dev/sda -- set 3 boot on
@@ -509,23 +510,23 @@ $ nix-env -i w3m
With a partitioned disk.
-# mkfs.ext4 -L nixos /dev/sda1
-# mkswap -L swap /dev/sda2
-# swapon /dev/sda2
-# mkfs.fat -F 32 -n boot /dev/sda3 # (for UEFI systems only)
-# mount /dev/disk/by-label/nixos /mnt
-# mkdir -p /mnt/boot # (for UEFI systems only)
-# mount /dev/disk/by-label/boot /mnt/boot # (for UEFI systems only)
-# nixos-generate-config --root /mnt
-# nano /mnt/etc/nixos/configuration.nix
-# nixos-install
-# reboot
+# mkfs.ext4 -L nixos /dev/sda1
+# mkswap -L swap /dev/sda2
+# swapon /dev/sda2
+# mkfs.fat -F 32 -n boot /dev/sda3 # (for UEFI systems only)
+# mount /dev/disk/by-label/nixos /mnt
+# mkdir -p /mnt/boot # (for UEFI systems only)
+# mount /dev/disk/by-label/boot /mnt/boot # (for UEFI systems only)
+# nixos-generate-config --root /mnt
+# nano /mnt/etc/nixos/configuration.nix
+# nixos-install
+# reboot
NixOS Configuration
-
+
{ config, pkgs, ... }: {
imports = [
# Include the results of the hardware scan.
@@ -543,7 +544,7 @@ $ nix-env -i w3m
# Enable the OpenSSH server.
services.sshd.enable = true;
}
-
+
diff --git a/nixos/doc/manual/man-nixos-enter.xml b/nixos/doc/manual/man-nixos-enter.xml
index 42edaa1ae5b..1481db46712 100644
--- a/nixos/doc/manual/man-nixos-enter.xml
+++ b/nixos/doc/manual/man-nixos-enter.xml
@@ -34,6 +34,12 @@
shell-command
+
+
+
+
+
+
@@ -100,6 +106,16 @@
+
+
+
+
+
+
+ Suppresses all output from the activation script of the target system.
+
+
+
diff --git a/nixos/doc/manual/man-nixos-generate-config.xml b/nixos/doc/manual/man-nixos-generate-config.xml
index 160ada9fff3..61531a8f01c 100644
--- a/nixos/doc/manual/man-nixos-generate-config.xml
+++ b/nixos/doc/manual/man-nixos-generate-config.xml
@@ -13,18 +13,18 @@
- nixos-generate-config
+ nixos-generate-config
-
+
root
-
+
@@ -154,7 +154,7 @@
file systems on /mnt and
/mnt/boot, you would run:
-$ nixos-generate-config --root /mnt
+$ nixos-generate-config --root /mnt
The resulting file
/mnt/etc/nixos/hardware-configuration.nix might look
@@ -204,7 +204,7 @@ $ nixos-generate-config --root /mnt
After installation, if your hardware configuration changes, you can run:
-$ nixos-generate-config
+$ nixos-generate-config
to update /etc/nixos/hardware-configuration.nix. Your
/etc/nixos/configuration.nix will
diff --git a/nixos/doc/manual/man-nixos-install.xml b/nixos/doc/manual/man-nixos-install.xml
index 25f4f40613a..4fb94ee7494 100644
--- a/nixos/doc/manual/man-nixos-install.xml
+++ b/nixos/doc/manual/man-nixos-install.xml
@@ -13,72 +13,72 @@
- nixos-install
+ nixos-install
path
-
+
root
-
+
path
-
+
-
+
-
+
-
+
-
+
-
+
number
-
+
number
-
+
name value
-
+
-
+
@@ -255,12 +255,12 @@
on an ext4 file system created in
/dev/sda1:
-$ mkfs.ext4 /dev/sda1
-$ mount /dev/sda1 /mnt
-$ nixos-generate-config --root /mnt
-$ # edit /mnt/etc/nixos/configuration.nix
-$ nixos-install
-$ reboot
+$ mkfs.ext4 /dev/sda1
+$ mount /dev/sda1 /mnt
+$ nixos-generate-config --root /mnt
+$ # edit /mnt/etc/nixos/configuration.nix
+$ nixos-install
+$ reboot
diff --git a/nixos/doc/manual/man-nixos-option.xml b/nixos/doc/manual/man-nixos-option.xml
index d436cce742a..3e316e10d4e 100644
--- a/nixos/doc/manual/man-nixos-option.xml
+++ b/nixos/doc/manual/man-nixos-option.xml
@@ -13,19 +13,19 @@
- nixos-option
+ nixos-option
path
-
+
-
+
-
+
option.name
@@ -103,13 +103,13 @@
Examples
Investigate option values:
-$ nixos-option boot.loader
+$ nixos-option boot.loader
This attribute set contains:
generationsDir
grub
initScript
-$ nixos-option boot.loader.grub.enable
+$ nixos-option boot.loader.grub.enable
Value:
true
diff --git a/nixos/doc/manual/man-nixos-rebuild.xml b/nixos/doc/manual/man-nixos-rebuild.xml
index 0b0c0b8f6ea..4c20cfcdd7d 100644
--- a/nixos/doc/manual/man-nixos-rebuild.xml
+++ b/nixos/doc/manual/man-nixos-rebuild.xml
@@ -13,39 +13,39 @@
- nixos-rebuild
+ nixos-rebuild
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -54,33 +54,33 @@
-
+
-
+
-
+
-
+
-
+
builder-spec
-
+
-
+
@@ -90,6 +90,35 @@
+
+
+ path
+
+
+
+
+
+
+
+
+
+
+
+
+ number
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -101,7 +130,8 @@
NixOS module, you must run nixos-rebuild to make the
changes take effect. It builds the new system in
/nix/store, runs its activation script, and stop and
- (re)starts any system services if needed.
+ (re)starts any system services if needed. Please note that user services need
+ to be started manually as they aren't detected by the activation script at the moment.
This command has one required argument, which specifies the desired
@@ -160,7 +190,7 @@
the current directory, which points to the output of the top-level
“system” derivation. This is essentially the same as doing
-$ nix-build /path/to/nixpkgs/nixos -A system
+$ nix-build /path/to/nixpkgs/nixos -A system
Note that you do not need to be root to run
nixos-rebuild build.
@@ -215,8 +245,8 @@ $ nix-build /path/to/nixpkgs/nixos -A system
at the script that starts the VM. Thus, to test a NixOS configuration in
a virtual machine, you should do the following:
-$ nixos-rebuild build-vm
-$ ./result/bin/run-*-vm
+$ nixos-rebuild build-vm
+$ ./result/bin/run-*-vm
@@ -375,7 +405,7 @@ $ ./result/bin/run-*-vm
test.nix without affecting the default system
profile, you would do:
-$ nixos-rebuild switch -p test -I nixos-config=./test.nix
+$ nixos-rebuild switch -p test -I nixos-config=./test.nix
The new configuration will appear in the GRUB 2 submenu “NixOS -
Profile 'test'”.
diff --git a/nixos/doc/manual/man-pages.xml b/nixos/doc/manual/man-pages.xml
index 0390dda6468..f5a1dd2d69f 100644
--- a/nixos/doc/manual/man-pages.xml
+++ b/nixos/doc/manual/man-pages.xml
@@ -6,7 +6,7 @@
EelcoDolstra
Author
- 2007-2018Eelco Dolstra
+ 2007-2019Eelco Dolstra
diff --git a/nixos/doc/manual/release-notes/rl-1509.xml b/nixos/doc/manual/release-notes/rl-1509.xml
index e500c9d6342..5c4d9970178 100644
--- a/nixos/doc/manual/release-notes/rl-1509.xml
+++ b/nixos/doc/manual/release-notes/rl-1509.xml
@@ -627,7 +627,7 @@ nix-env -f "<nixpkgs>" -iA haskellPackages.pandoc
In case of an infinite loop, use the --show-trace
command line argument and read the line just above the error message.
-$ nixos-rebuild build --show-trace
+$ nixos-rebuild build --show-trace
…
while evaluating the module argument `pkgs' in "/etc/nixos/my-module.nix":
infinite recursion encountered
diff --git a/nixos/doc/manual/release-notes/rl-1703.xml b/nixos/doc/manual/release-notes/rl-1703.xml
index 6ca79e2bc00..86f4a1ccfb7 100644
--- a/nixos/doc/manual/release-notes/rl-1703.xml
+++ b/nixos/doc/manual/release-notes/rl-1703.xml
@@ -626,17 +626,17 @@
xlink:href="https://nixos.org/nixpkgs/manual/#sec-overlays-install">
overlays. For example, the following code:
- let
- pkgs = import <nixpkgs> {};
- in
- pkgs.overridePackages (self: super: ...)
+let
+ pkgs = import <nixpkgs> {};
+in
+ pkgs.overridePackages (self: super: ...)
should be replaced by:
- let
- pkgs = import <nixpkgs> {};
- in
- import pkgs.path { overlays = [(self: super: ...)]; }
+let
+ pkgs = import <nixpkgs> {};
+in
+ import pkgs.path { overlays = [(self: super: ...)]; }
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index 3c0699b4b53..b02d99438de 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -28,6 +28,26 @@
PHP now defaults to PHP 7.3, updated from 7.2.
+
+
+ PHP 7.1 is no longer supported due to upstream not supporting this version for the entire lifecycle of the 19.09 release.
+
+
+
+
+ The binfmt module is now easier to use. Additional systems can
+ be added through .
+ For instance, boot.binfmt.emulatedSystems = [
+ "wasm32-wasi" "x86_64-windows" "aarch64-linux" ]; will
+ set up binfmt interpreters for each of those listed systems.
+
+
+
+
+ The installer now uses a less privileged nixos user whereas before we logged in as root.
+ To gain root privileges use sudo -i without a password.
+
+
@@ -42,6 +62,13 @@
The following new services were added since the last release:
+
+
+
+ ./programs/dwm-status.nix
+
+
+
- The options and
- have been removed
- because the alertmanager service is now using systemd's
- DynamicUser mechanism which obviates these options.
+ The options and
+ have been removed
+ because the alertmanager service is now using systemd's
+ DynamicUser mechanism which obviates these options.
- The NetworkManager systemd unit was renamed back from network-manager.service to
- NetworkManager.service for better compatibility with other applications expecting this name.
- The same applies to ModemManager where modem-manager.service is now called ModemManager.service again.
+ The NetworkManager systemd unit was renamed back from network-manager.service to
+ NetworkManager.service for better compatibility with other applications expecting this name.
+ The same applies to ModemManager where modem-manager.service is now called ModemManager.service again.
- The and
- options were removed as they are managed internally by the nzbget. The
- option hadn't actually been used by
- the module for some time and so was removed as cleanup.
+ The and
+ options were removed as they are managed internally by the nzbget. The
+ option hadn't actually been used by
+ the module for some time and so was removed as cleanup.
- The option was removed, as it was only used by the wordpress
- apache-httpd service to wait for mysql to have started up.
- This can be accomplished by either describing a dependency on mysql.service (preferred)
- or waiting for the (hardcoded) /run/mysqld/mysql.sock file to appear.
+ The option was removed, as it was only used by the wordpress
+ apache-httpd service to wait for mysql to have started up.
+ This can be accomplished by either describing a dependency on mysql.service (preferred)
+ or waiting for the (hardcoded) /run/mysqld/mysql.sock file to appear.
- The module has been removed, see
- instead for a free software fork of Emby.
+ The module has been removed, see
+ instead for a free software fork of Emby.
- See the Jellyfin documentation:
-
- Migrating from Emby to Jellyfin
-
+ See the Jellyfin documentation:
+
+ Migrating from Emby to Jellyfin
+
+
+
+
+
+ IPv6 Privacy Extensions are now enabled by default for undeclared
+ interfaces. The previous behaviour was quite misleading — even though
+ the default value for
+ was
+ true, undeclared interfaces would not prefer temporary
+ addresses. Now, interfaces not mentioned in the config will prefer
+ temporary addresses. EUI64 addresses can still be set as preferred by
+ explicitly setting the option to false for the
+ interface in question.
@@ -131,50 +171,118 @@
- The limesurvey apache subservice was replaced with a full NixOS module.
- One can configure it using the
- and options.
+ The httpd service no longer attempts to start the postgresql service. If you have come to depend
+ on this behaviour then you can preserve the behavior with the following configuration:
+ systemd.services.httpd.after = [ "postgresql.service" ];
+
+
+ The option has been
+ marked as deprecated. You may still use this feature, but it will be
+ removed in a future release of NixOS. You are encouraged to convert any
+ httpd subservices you may have written to a full NixOS module.
+
+
+ Most of the httpd subservices packaged with NixOS have been replaced with
+ full NixOS modules including LimeSurvey, WordPress, and Zabbix. These
+ modules can be enabled using the ,
+ , ,
+ and options.
+
+ The option
+ was renamed to
+ (capital L). This follows
+
+ upstreams renaming
+ of the setting.
+
+
+
+
+ As of this release the NixOps feature autoLuks is deprecated. It no longer works
+ with our systemd version without manual intervention.
+
+
+ Whenever the usage of the module is detected the evaluation will fail with a message
+ explaining why and how to deal with the situation.
+
+
+ A new knob named nixops.enableDeprecatedAutoLuks
+ has been introduced to disable the eval failure and to acknowledge the notice was received and read.
+ If you plan on using the feature please note that it might break with subsequent updates.
+
+
+ Make sure you set the _netdev option for each of the file systems referring to block
+ devices provided by the autoLuks module. Not doing this might render the system in a
+ state where it doesn't boot anymore.
+
+
+ If you are actively using the autoLuks module please let us know in
+ issue #62211.
+
+
+
+
+ The setopt declarations will be evaluated at the end of /etc/zshrc, so any code in ,
+ and may break if it relies on those options being set.
+
+
+
+
+ The prometheus-nginx-exporter package now uses the offical exporter provided by NGINX Inc.
+ Its metrics are differently structured and are incompatible to the old ones. For information about the metrics,
+ have a look at the official repo.
+
+
+
+
+ The shibboleth-sp package has been updated to version 3.
+ It is largely backward compatible, for further information refer to the
+ release notes
+ and upgrade guide.
+
- The option
- was renamed to
- (capital L). This follows
-
- upstreams renaming
- of the setting.
+ Nodejs 8 is scheduled EOL under the lifetime of 19.09 and has been dropped.
-
- As of this release the NixOps feature autoLuks is deprecated. It no longer works
- with our systemd version without manual intervention.
-
-
- Whenever the usage of the module is detected the evaluation will fail with a message
- explaining why and how to deal with the situation.
-
-
- A new knob named nixops.enableDeprecatedAutoLuks
- has been introduced to disable the eval failure and to acknowledge the notice was received and read.
- If you plan on using the feature please note that it might break with subsequent updates.
-
-
- Make sure you set the _netdev option for each of the file systems referring to block
- devices provided by the autoLuks module. Not doing this might render the system in a
- state where it doesn't boot anymore.
-
-
- If you are actively using the autoLuks module please let us know in
- issue #62211.
-
-
-
-
- The setopt declarations will be evaluated at the end of /etc/zshrc, so any code in ,
- and may break if it relies on those options being set.
-
+
+ By default, prometheus exporters are now run with DynamicUser enabled.
+ Exporters that need a real user, now run under a seperate user and group which follow the pattern <exporter-name>-exporter, instead of the previous default nobody and nogroup.
+ Only some exporters are affected by the latter, namely the exporters dovecot, node, postfix and varnish.
+
+
+
+
+ The ibus-qt package is not installed by default anymore when is set to ibus.
+ If IBus support in Qt 4.x applications is required, add the ibus-qt package to your manually.
+
+
+
+
+ The CUPS Printing service now uses socket-based activation by
+ default, only starting when needed. The previous behavior can
+ be restored by setting
+ to
+ false.
+
+
+
+
+ The module has been removed from nixpkgs due to lack of maintainer.
+
+
+
+
+ The module has been removed from nixpkgs due to lack of maintainer.
+
+
+
+
+ Squid 3 has been removed and the derivation now refers to Squid 4.
+
@@ -230,36 +338,36 @@
- The hunspellDicts.fr-any dictionary now ships with fr_FR.{aff,dic}
- which is linked to fr-toutesvariantes.{aff,dic}.
-
-
-
-
- The mysql service now runs as mysql
- user. Previously, systemd did execute it as root, and mysql dropped privileges
- itself.
- This includes ExecStartPre= and
- ExecStartPost= phases.
- To accomplish that, runtime and data directory setup was delegated to
- RuntimeDirectory and tmpfiles.
+ The hunspellDicts.fr-any dictionary now ships with fr_FR.{aff,dic}
+ which is linked to fr-toutesvariantes.{aff,dic}.
- With the upgrade to systemd version 242 the systemd-timesyncd
- service is no longer using DynamicUser=yes. In order for the
- upgrade to work we rely on an activation script to move the state from the old
- to the new directory. The older directory (prior 19.09) was
- /var/lib/private/systemd/timesync.
+ The mysql service now runs as mysql
+ user. Previously, systemd did execute it as root, and mysql dropped privileges
+ itself.
+ This includes ExecStartPre= and
+ ExecStartPost= phases.
+ To accomplish that, runtime and data directory setup was delegated to
+ RuntimeDirectory and tmpfiles.
+
+
+
+
+ With the upgrade to systemd version 242 the systemd-timesyncd
+ service is no longer using DynamicUser=yes. In order for the
+ upgrade to work we rely on an activation script to move the state from the old
+ to the new directory. The older directory (prior 19.09) was
+ /var/lib/private/systemd/timesync.
- As long as the system.config.stateVersion is below
- 19.09 the state folder will migrated to its proper location
- (/var/lib/systemd/timesync), if required.
+ As long as the system.config.stateVersion is below
+ 19.09 the state folder will migrated to its proper location
+ (/var/lib/systemd/timesync), if required.
-
-
+
+
The package avahi is now built to look up service
definitions from /etc/avahi/services instead of its
@@ -269,26 +377,36 @@
in the aforementioned directory. See
avahi.service5
for more information on custom service definitions.
- Since version 0.1.19, cargo-vendor honors package
- includes that are specified in the Cargo.toml
- file of Rust crates. rustPlatform.buildRustPackage uses
- cargo-vendor to collect and build dependent crates.
- Since this change in cargo-vendor changes the set of
- vendored files for most Rust packages, the hash that use used to verify
- the dependencies, cargoSha256, also changes.
-
-
- The cargoSha256 hashes of all in-tree derivations that
- use buildRustPackage have been updated to reflect this
- change. However, third-party derivations that use
- buildRustPackage may have to be updated as well.
- The default resample-method for PulseAudio has been changed from the upstream default speex-float-1
- to speex-float-5. Be aware that low-powered ARM-based and MIPS-based boards will struggle with this
- so you'll need to set back to speex-float-1.
+ Since version 0.1.19, cargo-vendor honors package
+ includes that are specified in the Cargo.toml
+ file of Rust crates. rustPlatform.buildRustPackage uses
+ cargo-vendor to collect and build dependent crates.
+ Since this change in cargo-vendor changes the set of
+ vendored files for most Rust packages, the hash that use used to verify
+ the dependencies, cargoSha256, also changes.
+
+
+ The cargoSha256 hashes of all in-tree derivations that
+ use buildRustPackage have been updated to reflect this
+ change. However, third-party derivations that use
+ buildRustPackage may have to be updated as well.
+
+
+
+
+ The consul package was upgraded past version 1.5,
+ so its deprecated legacy UI is no longer available.
+
+
+
+
+ The default resample-method for PulseAudio has been changed from the upstream default speex-float-1
+ to speex-float-5. Be aware that low-powered ARM-based and MIPS-based boards will struggle with this
+ so you'll need to set back to speex-float-1.
@@ -297,6 +415,103 @@
phd service have been removed from nixpkgs due to lack of maintainer.
+
+
+ The mercurial httpd.extraSubservice has been removed from nixpkgs due to lack of maintainer.
+
+
+
+
+ The trac httpd.extraSubservice has been removed from nixpkgs because it was unmaintained.
+
+
+
+
+ The foswiki package and associated httpd.extraSubservice have been removed
+ from nixpkgs due to lack of maintainer.
+
+
+
+
+ The tomcat-connector httpd.extraSubservice has been removed from nixpkgs.
+
+
+
+
+ It's now possible to change configuration in
+ services.nextcloud after the initial deploy
+ since all config parameters are persisted in an additional config file generated by the module.
+ Previously core configuration like database parameters were set using their imperative
+ installer after creating /var/lib/nextcloud.
+
+
+
+
+ There exists now lib.forEach, which is like map, but with
+ arguments flipped. When mapping function body spans many lines (or has nested
+ maps), it is often hard to follow which list is modified.
+
+
+ Previous solution to this problem was either to use lib.flip map
+ idiom or extract that anonymous mapping function to a named one. Both can still be used
+ but lib.forEach is preferred over lib.flip map.
+
+
+ The /etc/sysctl.d/nixos.conf file containing all the options set via
+ boot.kernel.sysctl was moved to
+ /etc/sysctl.d/60-nixos.conf, as
+ sysctl.d5
+ recommends prefixing all filenames in /etc/sysctl.d with a
+ two-digit number and a dash to simplify the ordering of the files.
+
+
+
+
+ We now install the sysctl snippets shipped with systemd.
+
+ This enables:
+
+ Loose reverse path filtering
+
+
+ Source route filtering
+
+
+
+ fq_codel as a packet scheduler (this helps to fight bufferbloat)
+
+
+
+
+ This also configures the kernel to pass coredumps to systemd-coredump.
+ These sysctl snippets can be found in /etc/sysctl.d/50-*.conf,
+ and overridden via boot.kernel.sysctl
+ (which will place the parameters in /etc/sysctl.d/60-nixos.conf).
+
+
+
+
+ Coredumps are now acquired by systemd-coredump by default.
+ systemd-coredump behaviour can still be modified via
+ .
+ To stick to the old behaviour (having the kernel dump to a file called core
+ in the working directory), without piping it through systemd-coredump, set
+ to "core".
+
+
+
+
+ systemd.packages option now also supports generators and
+ shutdown scripts. Old systemd.generator-packages option has
+ been removed.
+
+
+
+
+ The rmilter package was removed with associated module and options due deprecation by upstream developer.
+ Use rspamd in proxy mode instead.
+
+
diff --git a/nixos/lib/build-vms.nix b/nixos/lib/build-vms.nix
index 6c92aa1ffa2..1bad63b9194 100644
--- a/nixos/lib/build-vms.nix
+++ b/nixos/lib/build-vms.nix
@@ -54,11 +54,11 @@ rec {
machinesNumbered = zipLists machines (range 1 254);
- nodes_ = flip map machinesNumbered (m: nameValuePair m.fst
+ nodes_ = forEach machinesNumbered (m: nameValuePair m.fst
[ ( { config, nodes, ... }:
let
interfacesNumbered = zipLists config.virtualisation.vlans (range 1 255);
- interfaces = flip map interfacesNumbered ({ fst, snd }:
+ interfaces = forEach interfacesNumbered ({ fst, snd }:
nameValuePair "eth${toString snd}" { ipv4.addresses =
[ { address = "192.168.${toString fst}.${toString m.snd}";
prefixLength = 24;
@@ -67,7 +67,7 @@ rec {
in
{ key = "ip-address";
config =
- { networking.hostName = m.fst;
+ { networking.hostName = mkDefault m.fst;
networking.interfaces = listToAttrs interfaces;
@@ -88,7 +88,7 @@ rec {
"${config.networking.hostName}\n"));
virtualisation.qemu.options =
- flip map interfacesNumbered
+ forEach interfacesNumbered
({ fst, snd }: qemuNICFlags snd fst m.snd);
};
}
diff --git a/nixos/lib/make-ext4-fs.nix b/nixos/lib/make-ext4-fs.nix
index 47c6374c81a..932adcd9796 100644
--- a/nixos/lib/make-ext4-fs.nix
+++ b/nixos/lib/make-ext4-fs.nix
@@ -1,9 +1,14 @@
# Builds an ext4 image containing a populated /nix/store with the closure
-# of store paths passed in the storePaths parameter. The generated image
-# is sized to only fit its contents, with the expectation that a script
-# resizes the filesystem at boot time.
+# of store paths passed in the storePaths parameter, in addition to the
+# contents of a directory that can be populated with commands. The
+# generated image is sized to only fit its contents, with the expectation
+# that a script resizes the filesystem at boot time.
{ pkgs
+# List of derivations to be included
, storePaths
+# Shell commands to populate the ./files directory.
+# All files in that directory are copied to the root of the FS.
+, populateImageCommands ? ""
, volumeLabel
, uuid ? "44444444-4444-4444-8888-888888888888"
, e2fsprogs
@@ -23,13 +28,17 @@ pkgs.stdenv.mkDerivation {
buildCommand =
''
+ (
+ mkdir -p ./files
+ ${populateImageCommands}
+ )
# Add the closures of the top-level store objects.
storePaths=$(cat ${sdClosureInfo}/store-paths)
# Make a crude approximation of the size of the target image.
# If the script starts failing, increase the fudge factors here.
- numInodes=$(find $storePaths | wc -l)
- numDataBlocks=$(du -c -B 4096 --apparent-size $storePaths | awk '$2 == "total" { print int($1 * 1.03) }')
+ numInodes=$(find $storePaths ./files | wc -l)
+ numDataBlocks=$(du -s -c -B 4096 --apparent-size $storePaths ./files | tail -1 | awk '{ print int($1 * 1.03) }')
bytes=$((2 * 4096 * $numInodes + 4096 * $numDataBlocks))
echo "Creating an EXT4 image of $bytes bytes (numInodes=$numInodes, numDataBlocks=$numDataBlocks)"
@@ -47,6 +56,12 @@ pkgs.stdenv.mkDerivation {
echo "copying store paths to image..."
cptofs -t ext4 -i $out $storePaths /nix/store/
+ (
+ echo "copying files to image..."
+ cd ./files
+ cptofs -t ext4 -i $out ./* /
+ )
+
# I have ended up with corrupted images sometimes, I suspect that happens when the build machine's disk gets full during the build.
if ! fsck.ext4 -n -f $out; then
echo "--- Fsck failed for EXT4 image of $bytes bytes (numInodes=$numInodes, numDataBlocks=$numDataBlocks) ---"
diff --git a/nixos/lib/make-options-doc/default.nix b/nixos/lib/make-options-doc/default.nix
new file mode 100644
index 00000000000..88e052106a2
--- /dev/null
+++ b/nixos/lib/make-options-doc/default.nix
@@ -0,0 +1,164 @@
+/* Generate JSON, XML and DocBook documentation for given NixOS options.
+
+ Minimal example:
+
+ { pkgs, }:
+
+ let
+ eval = import (pkgs.path + "/nixos/lib/eval-config.nix") {
+ baseModules = [
+ ../module.nix
+ ];
+ modules = [];
+ };
+ in pkgs.nixosOptionsDoc {
+ options = eval.options;
+ }
+
+*/
+{ pkgs
+, lib
+, options
+, transformOptions ? lib.id # function for additional tranformations of the options
+, revision ? "" # Specify revision for the options
+}:
+
+let
+ # Replace functions by the string
+ substFunction = x:
+ if builtins.isAttrs x then lib.mapAttrs (name: substFunction) x
+ else if builtins.isList x then map substFunction x
+ else if lib.isFunction x then ""
+ else x;
+
+ optionsListDesc = lib.flip map optionsListVisible
+ (opt: transformOptions opt
+ // lib.optionalAttrs (opt ? example) { example = substFunction opt.example; }
+ // lib.optionalAttrs (opt ? default) { default = substFunction opt.default; }
+ // lib.optionalAttrs (opt ? type) { type = substFunction opt.type; }
+ // lib.optionalAttrs (opt ? relatedPackages && opt.relatedPackages != []) { relatedPackages = genRelatedPackages opt.relatedPackages; }
+ );
+
+ # Generate DocBook documentation for a list of packages. This is
+ # what `relatedPackages` option of `mkOption` from
+ # ../../../lib/options.nix influences.
+ #
+ # Each element of `relatedPackages` can be either
+ # - a string: that will be interpreted as an attribute name from `pkgs`,
+ # - a list: that will be interpreted as an attribute path from `pkgs`,
+ # - an attrset: that can specify `name`, `path`, `package`, `comment`
+ # (either of `name`, `path` is required, the rest are optional).
+ genRelatedPackages = packages:
+ let
+ unpack = p: if lib.isString p then { name = p; }
+ else if lib.isList p then { path = p; }
+ else p;
+ describe = args:
+ let
+ title = args.title or null;
+ name = args.name or (lib.concatStringsSep "." args.path);
+ path = args.path or [ args.name ];
+ package = args.package or (lib.attrByPath path (throw "Invalid package attribute path `${toString path}'") pkgs);
+ in ""
+ + "${lib.optionalString (title != null) "${title} aka "}pkgs.${name} (${package.meta.name})"
+ + lib.optionalString (!package.meta.available) " [UNAVAILABLE]"
+ + ": ${package.meta.description or "???"}."
+ + lib.optionalString (args ? comment) "\n${args.comment}"
+ # Lots of `longDescription's break DocBook, so we just wrap them into
+ + lib.optionalString (package.meta ? longDescription) "\n${package.meta.longDescription}"
+ + "";
+ in "${lib.concatStringsSep "\n" (map (p: describe (unpack p)) packages)}";
+
+ # Custom "less" that pushes up all the things ending in ".enable*"
+ # and ".package*"
+ optionLess = a: b:
+ let
+ ise = lib.hasPrefix "enable";
+ isp = lib.hasPrefix "package";
+ cmp = lib.splitByAndCompare ise lib.compare
+ (lib.splitByAndCompare isp lib.compare lib.compare);
+ in lib.compareLists cmp a.loc b.loc < 0;
+
+ # Remove invisible and internal options.
+ optionsListVisible = lib.filter (opt: opt.visible && !opt.internal) (lib.optionAttrSetToDocList options);
+
+ # Customly sort option list for the man page.
+ optionsList = lib.sort optionLess optionsListDesc;
+
+ # Convert the list of options into an XML file.
+ optionsXML = builtins.toFile "options.xml" (builtins.toXML optionsList);
+
+ optionsNix = builtins.listToAttrs (map (o: { name = o.name; value = removeAttrs o ["name" "visible" "internal"]; }) optionsList);
+
+ # TODO: declarations: link to github
+ singleAsciiDoc = name: value: ''
+ == ${name}
+
+ ${value.description}
+
+ [discrete]
+ === details
+
+ Type:: ${value.type}
+ ${ if lib.hasAttr "default" value
+ then ''
+ Default::
+ +
+ ----
+ ${builtins.toJSON value.default}
+ ----
+ ''
+ else "No Default:: {blank}"
+ }
+ ${ if value.readOnly
+ then "Read Only:: {blank}"
+ else ""
+ }
+ ${ if lib.hasAttr "example" value
+ then ''
+ Example::
+ +
+ ----
+ ${builtins.toJSON value.example}
+ ----
+ ''
+ else "No Example:: {blank}"
+ }
+ '';
+
+in rec {
+ inherit optionsNix;
+
+ optionsAsciiDoc = lib.concatStringsSep "\n" (lib.mapAttrsToList singleAsciiDoc optionsNix);
+
+ optionsJSON = pkgs.runCommand "options.json"
+ { meta.description = "List of NixOS options in JSON format";
+ }
+ ''
+ # Export list of options in different format.
+ dst=$out/share/doc/nixos
+ mkdir -p $dst
+
+ cp ${builtins.toFile "options.json" (builtins.unsafeDiscardStringContext (builtins.toJSON optionsNix))} $dst/options.json
+
+ mkdir -p $out/nix-support
+ echo "file json $dst/options.json" >> $out/nix-support/hydra-build-products
+ ''; # */
+
+ optionsDocBook = pkgs.runCommand "options-docbook.xml" {} ''
+ optionsXML=${optionsXML}
+ if grep /nixpkgs/nixos/modules $optionsXML; then
+ echo "The manual appears to depend on the location of Nixpkgs, which is bad"
+ echo "since this prevents sharing via the NixOS channel. This is typically"
+ echo "caused by an option default that refers to a relative path (see above"
+ echo "for hints about the offending path)."
+ exit 1
+ fi
+
+ ${pkgs.libxslt.bin}/bin/xsltproc \
+ --stringparam revision '${revision}' \
+ -o intermediate.xml ${./options-to-docbook.xsl} $optionsXML
+ ${pkgs.libxslt.bin}/bin/xsltproc \
+ -o "$out" ${./postprocess-option-descriptions.xsl} intermediate.xml
+ '';
+}
diff --git a/nixos/doc/manual/options-to-docbook.xsl b/nixos/lib/make-options-doc/options-to-docbook.xsl
similarity index 100%
rename from nixos/doc/manual/options-to-docbook.xsl
rename to nixos/lib/make-options-doc/options-to-docbook.xsl
diff --git a/nixos/doc/manual/postprocess-option-descriptions.xsl b/nixos/lib/make-options-doc/postprocess-option-descriptions.xsl
similarity index 100%
rename from nixos/doc/manual/postprocess-option-descriptions.xsl
rename to nixos/lib/make-options-doc/postprocess-option-descriptions.xsl
diff --git a/nixos/lib/test-driver/Machine.pm b/nixos/lib/test-driver/Machine.pm
index 006da889671..4d3d63cd2db 100644
--- a/nixos/lib/test-driver/Machine.pm
+++ b/nixos/lib/test-driver/Machine.pm
@@ -31,9 +31,17 @@ sub new {
if (!$startCommand) {
# !!! merge with qemu-vm.nix.
+ my $netBackend = "-netdev user,id=net0";
+ my $netFrontend = "-device virtio-net-pci,netdev=net0";
+
+ $netBackend .= "," . $args->{netBackendArgs}
+ if defined $args->{netBackendArgs};
+
+ $netFrontend .= "," . $args->{netFrontendArgs}
+ if defined $args->{netFrontendArgs};
+
$startCommand =
- "qemu-kvm -m 384 " .
- "-net nic,model=virtio \$QEMU_OPTS ";
+ "qemu-kvm -m 384 $netBackend $netFrontend \$QEMU_OPTS ";
if (defined $args->{hda}) {
if ($args->{hdaInterface} eq "scsi") {
diff --git a/nixos/lib/testing.nix b/nixos/lib/testing.nix
index a13e76a6956..76706877103 100644
--- a/nixos/lib/testing.nix
+++ b/nixos/lib/testing.nix
@@ -24,7 +24,7 @@ in rec {
buildInputs = [ makeWrapper perl ];
- unpackPhase = "true";
+ dontUnpack = true;
preferLocalBuild = true;
diff --git a/nixos/lib/testing/jquery.nix b/nixos/lib/testing/jquery.nix
index 103721cadc3..e272f66a576 100644
--- a/nixos/lib/testing/jquery.nix
+++ b/nixos/lib/testing/jquery.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
sha256 = "1v956yf5spw0156rni5z77hzqwmby7ajwdcd6mkhb6zvl36awr90";
};
- unpackPhase = "true";
+ dontUnpack = true;
installPhase =
''
diff --git a/nixos/maintainers/option-usages.nix b/nixos/maintainers/option-usages.nix
index a67a0ab960e..11247666ecd 100644
--- a/nixos/maintainers/option-usages.nix
+++ b/nixos/maintainers/option-usages.nix
@@ -102,7 +102,7 @@ let
# builtins multiply by 4 the memory usage and the time used to compute
# each options.
tryCollectOptions = moduleResult:
- flip map (excludeOptions (collect isOption moduleResult)) (opt:
+ forEach (excludeOptions (collect isOption moduleResult)) (opt:
{ name = showOption opt.loc; } // builtins.tryEval (strict opt.value));
in
keepNames (
diff --git a/nixos/modules/config/fonts/fontconfig-penultimate.nix b/nixos/modules/config/fonts/fontconfig-penultimate.nix
index 04fa8b9559a..24ed9c97668 100644
--- a/nixos/modules/config/fonts/fontconfig-penultimate.nix
+++ b/nixos/modules/config/fonts/fontconfig-penultimate.nix
@@ -52,85 +52,11 @@ let
'';
+ # local configuration file
localConf = pkgs.writeText "fc-local.conf" cfg.localConf;
- # The configuration to be included in /etc/font/
- penultimateConf = pkgs.runCommand "font-penultimate-conf" {
- preferLocalBuild = true;
- } ''
- support_folder=$out/etc/fonts/conf.d
- latest_folder=$out/etc/fonts/${latestVersion}/conf.d
-
- mkdir -p $support_folder
- mkdir -p $latest_folder
-
- ln -s ${supportFontsConf} $support_folder/../fonts.conf
- ln -s ${latestPkg.out}/etc/fonts/fonts.conf \
- $latest_folder/../fonts.conf
-
- # fontconfig-penultimate various configuration files
- ln -s ${pkgs.fontconfig-penultimate}/etc/fonts/conf.d/*.conf \
- $support_folder
- ln -s ${pkgs.fontconfig-penultimate}/etc/fonts/conf.d/*.conf \
- $latest_folder
-
- ln -s ${cacheConfSupport} $support_folder/00-nixos-cache.conf
- ln -s ${cacheConfLatest} $latest_folder/00-nixos-cache.conf
-
- rm $support_folder/10-antialias.conf $latest_folder/10-antialias.conf
- ln -s ${antialiasConf} $support_folder/10-antialias.conf
- ln -s ${antialiasConf} $latest_folder/10-antialias.conf
-
- rm $support_folder/10-hinting.conf $latest_folder/10-hinting.conf
- ln -s ${hintingConf} $support_folder/10-hinting.conf
- ln -s ${hintingConf} $latest_folder/10-hinting.conf
-
- ${optionalString cfg.useEmbeddedBitmaps ''
- rm $support_folder/10-no-embedded-bitmaps.conf
- rm $latest_folder/10-no-embedded-bitmaps.conf
- ''}
-
- rm $support_folder/10-subpixel.conf $latest_folder/10-subpixel.conf
- ln -s ${subpixelConf} $support_folder/10-subpixel.conf
- ln -s ${subpixelConf} $latest_folder/10-subpixel.conf
-
- ${optionalString (cfg.dpi != 0) ''
- ln -s ${dpiConf} $support_folder/11-dpi.conf
- ln -s ${dpiConf} $latest_folder/11-dpi.conf
- ''}
-
- ${optionalString (!cfg.includeUserConf) ''
- rm $support_folder/50-user.conf
- rm $latest_folder/50-user.conf
- ''}
-
- # 51-local.conf
- rm $latest_folder/51-local.conf
- substitute \
- ${pkgs.fontconfig-penultimate}/etc/fonts/conf.d/51-local.conf \
- $latest_folder/51-local.conf \
- --replace local.conf /etc/fonts/${latestVersion}/local.conf
-
- # local.conf (indirect priority 51)
- ${optionalString (cfg.localConf != "") ''
- ln -s ${localConf} $out/etc/fonts/local.conf
- ln -s ${localConf} $out/etc/fonts/${latestVersion}/local.conf
- ''}
-
- ln -s ${defaultFontsConf} $support_folder/52-default-fonts.conf
- ln -s ${defaultFontsConf} $latest_folder/52-default-fonts.conf
-
- ${optionalString cfg.allowBitmaps ''
- rm $support_folder/53-no-bitmaps.conf
- rm $latest_folder/53-no-bitmaps.conf
- ''}
-
- ${optionalString (!cfg.allowType1) ''
- ln -s ${rejectType1} $support_folder/53-no-type1.conf
- ln -s ${rejectType1} $latest_folder/53-no-type1.conf
- ''}
- '';
-
+ # rendering settings configuration files
+ # priority 10
hintingConf = pkgs.writeText "fc-10-hinting.conf" ''
@@ -199,6 +125,8 @@ let
'';
+ # default fonts configuration file
+ # priority 52
defaultFontsConf =
let genDefault = fonts: name:
optionalString (fonts != []) ''
@@ -228,7 +156,9 @@ let
'';
- rejectType1 = pkgs.writeText "fc-53-no-type1.conf" ''
+ # reject Type 1 fonts
+ # priority 53
+ rejectType1 = pkgs.writeText "fc-53-nixos-reject-type1.conf" ''
@@ -245,6 +175,88 @@ let
'';
+ # The configuration to be included in /etc/font/
+ penultimateConf = pkgs.runCommand "fontconfig-penultimate-conf" {
+ preferLocalBuild = true;
+ } ''
+ support_folder=$out/etc/fonts/conf.d
+ latest_folder=$out/etc/fonts/${latestVersion}/conf.d
+
+ mkdir -p $support_folder
+ mkdir -p $latest_folder
+
+ # fonts.conf
+ ln -s ${supportFontsConf} $support_folder/../fonts.conf
+ ln -s ${latestPkg.out}/etc/fonts/fonts.conf \
+ $latest_folder/../fonts.conf
+
+ # fontconfig-penultimate various configuration files
+ ln -s ${pkgs.fontconfig-penultimate}/etc/fonts/conf.d/*.conf \
+ $support_folder
+ ln -s ${pkgs.fontconfig-penultimate}/etc/fonts/conf.d/*.conf \
+ $latest_folder
+
+ ln -s ${cacheConfSupport} $support_folder/00-nixos-cache.conf
+ ln -s ${cacheConfLatest} $latest_folder/00-nixos-cache.conf
+
+ rm $support_folder/10-antialias.conf $latest_folder/10-antialias.conf
+ ln -s ${antialiasConf} $support_folder/10-antialias.conf
+ ln -s ${antialiasConf} $latest_folder/10-antialias.conf
+
+ rm $support_folder/10-hinting.conf $latest_folder/10-hinting.conf
+ ln -s ${hintingConf} $support_folder/10-hinting.conf
+ ln -s ${hintingConf} $latest_folder/10-hinting.conf
+
+ ${optionalString cfg.useEmbeddedBitmaps ''
+ rm $support_folder/10-no-embedded-bitmaps.conf
+ rm $latest_folder/10-no-embedded-bitmaps.conf
+ ''}
+
+ rm $support_folder/10-subpixel.conf $latest_folder/10-subpixel.conf
+ ln -s ${subpixelConf} $support_folder/10-subpixel.conf
+ ln -s ${subpixelConf} $latest_folder/10-subpixel.conf
+
+ ${optionalString (cfg.dpi != 0) ''
+ ln -s ${dpiConf} $support_folder/11-dpi.conf
+ ln -s ${dpiConf} $latest_folder/11-dpi.conf
+ ''}
+
+ # 50-user.conf
+ ${optionalString (!cfg.includeUserConf) ''
+ rm $support_folder/50-user.conf
+ rm $latest_folder/50-user.conf
+ ''}
+
+ # 51-local.conf
+ rm $latest_folder/51-local.conf
+ substitute \
+ ${pkgs.fontconfig-penultimate}/etc/fonts/conf.d/51-local.conf \
+ $latest_folder/51-local.conf \
+ --replace local.conf /etc/fonts/${latestVersion}/local.conf
+
+ # local.conf (indirect priority 51)
+ ${optionalString (cfg.localConf != "") ''
+ ln -s ${localConf} $support_folder/../local.conf
+ ln -s ${localConf} $latest_folder/../local.conf
+ ''}
+
+ # 52-nixos-default-fonts.conf
+ ln -s ${defaultFontsConf} $support_folder/52-nixos-default-fonts.conf
+ ln -s ${defaultFontsConf} $latest_folder/52-nixos-default-fonts.conf
+
+ # 53-no-bitmaps.conf
+ ${optionalString cfg.allowBitmaps ''
+ rm $support_folder/53-no-bitmaps.conf
+ rm $latest_folder/53-no-bitmaps.conf
+ ''}
+
+ ${optionalString (!cfg.allowType1) ''
+ # 53-nixos-reject-type1.conf
+ ln -s ${rejectType1} $support_folder/53-nixos-reject-type1.conf
+ ln -s ${rejectType1} $latest_folder/53-nixos-reject-type1.conf
+ ''}
+ '';
+
in
{
diff --git a/nixos/modules/config/fonts/fontconfig.nix b/nixos/modules/config/fonts/fontconfig.nix
index 724158f7382..fe0b88cf4c2 100644
--- a/nixos/modules/config/fonts/fontconfig.nix
+++ b/nixos/modules/config/fonts/fontconfig.nix
@@ -14,250 +14,252 @@ Low number means high priority.
*/
-{ config, lib, pkgs, ... }:
+{ config, pkgs, lib, ... }:
with lib;
-let cfg = config.fonts.fontconfig;
+let
+ cfg = config.fonts.fontconfig;
- fcBool = x: "" + (boolToString x) + "";
+ fcBool = x: "" + (boolToString x) + "";
- # back-supported fontconfig version and package
- # version is used for font cache generation
- supportVersion = "210";
- supportPkg = pkgs."fontconfig_${supportVersion}";
+ # back-supported fontconfig version and package
+ # version is used for font cache generation
+ supportVersion = "210";
+ supportPkg = pkgs."fontconfig_${supportVersion}";
- # latest fontconfig version and package
- # version is used for configuration folder name, /etc/fonts/VERSION/
- # note: format differs from supportVersion and can not be used with makeCacheConf
- latestVersion = pkgs.fontconfig.configVersion;
- latestPkg = pkgs.fontconfig;
+ # latest fontconfig version and package
+ # version is used for configuration folder name, /etc/fonts/VERSION/
+ # note: format differs from supportVersion and can not be used with makeCacheConf
+ latestVersion = pkgs.fontconfig.configVersion;
+ latestPkg = pkgs.fontconfig;
- # supported version fonts.conf
- supportFontsConf = pkgs.makeFontsConf { fontconfig = supportPkg; fontDirectories = config.fonts.fonts; };
+ # supported version fonts.conf
+ supportFontsConf = pkgs.makeFontsConf { fontconfig = supportPkg; fontDirectories = config.fonts.fonts; };
- # configuration file to read fontconfig cache
- # version dependent
- # priority 0
- cacheConfSupport = makeCacheConf { version = supportVersion; };
- cacheConfLatest = makeCacheConf {};
+ # configuration file to read fontconfig cache
+ # version dependent
+ # priority 0
+ cacheConfSupport = makeCacheConf { version = supportVersion; };
+ cacheConfLatest = makeCacheConf {};
- # generate the font cache setting file for a fontconfig version
- # use latest when no version is passed
- makeCacheConf = { version ? null }:
- let
- fcPackage = if version == null
- then "fontconfig"
- else "fontconfig_${version}";
- makeCache = fontconfig: pkgs.makeFontsCache { inherit fontconfig; fontDirectories = config.fonts.fonts; };
- cache = makeCache pkgs."${fcPackage}";
- cache32 = makeCache pkgs.pkgsi686Linux."${fcPackage}";
- in
- pkgs.writeText "fc-00-nixos-cache.conf" ''
-
-
-
-
- ${concatStringsSep "\n" (map (font: "${font}") config.fonts.fonts)}
-
- ${cache}
- ${optionalString (pkgs.stdenv.isx86_64 && cfg.cache32Bit) ''
- ${cache32}
- ''}
-
- '';
-
- # rendering settings configuration file
- # priority 10
- renderConf = pkgs.writeText "fc-10-nixos-rendering.conf" ''
+ # generate the font cache setting file for a fontconfig version
+ # use latest when no version is passed
+ makeCacheConf = { version ? null }:
+ let
+ fcPackage = if version == null
+ then "fontconfig"
+ else "fontconfig_${version}";
+ makeCache = fontconfig: pkgs.makeFontsCache { inherit fontconfig; fontDirectories = config.fonts.fonts; };
+ cache = makeCache pkgs."${fcPackage}";
+ cache32 = makeCache pkgs.pkgsi686Linux."${fcPackage}";
+ in
+ pkgs.writeText "fc-00-nixos-cache.conf" ''
-
-
-
-
- ${fcBool cfg.hinting.enable}
-
-
- ${fcBool cfg.hinting.autohint}
-
-
- hintslight
-
-
- ${fcBool cfg.antialias}
-
-
- ${cfg.subpixel.rgba}
-
-
- lcd${cfg.subpixel.lcdfilter}
-
-
-
- ${optionalString (cfg.dpi != 0) ''
-
-
- ${toString cfg.dpi}
-
-
+
+ ${concatStringsSep "\n" (map (font: "${font}") config.fonts.fonts)}
+
+ ${cache}
+ ${optionalString (pkgs.stdenv.isx86_64 && cfg.cache32Bit) ''
+ ${cache32}
''}
-
'';
- # local configuration file
- # priority 51
- localConf = pkgs.writeText "fc-local.conf" cfg.localConf;
+ # rendering settings configuration file
+ # priority 10
+ renderConf = pkgs.writeText "fc-10-nixos-rendering.conf" ''
+
+
+
- # default fonts configuration file
- # priority 52
- defaultFontsConf =
- let genDefault = fonts: name:
- optionalString (fonts != []) ''
-
- ${name}
-
- ${concatStringsSep ""
- (map (font: ''
- ${font}
- '') fonts)}
-
-
- '';
- in
- pkgs.writeText "fc-52-nixos-default-fonts.conf" ''
-
-
-
-
-
- ${genDefault cfg.defaultFonts.sansSerif "sans-serif"}
-
- ${genDefault cfg.defaultFonts.serif "serif"}
-
- ${genDefault cfg.defaultFonts.monospace "monospace"}
-
-
- '';
-
- # bitmap font options
- # priority 53
- rejectBitmaps = pkgs.writeText "fc-53-nixos-bitmaps.conf" ''
-
-
-
-
- ${optionalString (!cfg.allowBitmaps) ''
-
-
-
-
- false
-
-
-
- ''}
-
-
-
-
- ${fcBool cfg.useEmbeddedBitmaps}
+
+
+
+ ${fcBool cfg.hinting.enable}
+
+
+ ${fcBool cfg.hinting.autohint}
+
+
+ hintslight
+
+
+ ${fcBool cfg.antialias}
+
+
+ ${cfg.subpixel.rgba}
+
+
+ lcd${cfg.subpixel.lcdfilter}
-
- '';
-
- # reject Type 1 fonts
- # priority 53
- rejectType1 = pkgs.writeText "fc-53-nixos-reject-type1.conf" ''
-
-
-
-
-
-
-
-
- Type 1
-
-
-
-
-
- '';
-
- # fontconfig configuration package
- confPkg = pkgs.runCommand "fontconfig-conf" { preferLocalBuild = true; } ''
- support_folder=$out/etc/fonts
- latest_folder=$out/etc/fonts/${latestVersion}
-
- mkdir -p $support_folder/conf.d
- mkdir -p $latest_folder/conf.d
-
- # fonts.conf
- ln -s ${supportFontsConf} $support_folder/fonts.conf
- ln -s ${latestPkg.out}/etc/fonts/fonts.conf \
- $latest_folder/fonts.conf
-
- # fontconfig default config files
- ln -s ${supportPkg.out}/etc/fonts/conf.d/*.conf \
- $support_folder/conf.d/
- ln -s ${latestPkg.out}/etc/fonts/conf.d/*.conf \
- $latest_folder/conf.d/
-
- # update latest 51-local.conf path to look at the latest local.conf
- rm $latest_folder/conf.d/51-local.conf
-
- substitute ${latestPkg.out}/etc/fonts/conf.d/51-local.conf \
- $latest_folder/conf.d/51-local.conf \
- --replace local.conf /etc/fonts/${latestVersion}/local.conf
-
- # 00-nixos-cache.conf
- ln -s ${cacheConfSupport} \
- $support_folder/conf.d/00-nixos-cache.conf
- ln -s ${cacheConfLatest} $latest_folder/conf.d/00-nixos-cache.conf
-
- # 10-nixos-rendering.conf
- ln -s ${renderConf} $support_folder/conf.d/10-nixos-rendering.conf
- ln -s ${renderConf} $latest_folder/conf.d/10-nixos-rendering.conf
-
- # 50-user.conf
- ${optionalString (! cfg.includeUserConf) ''
- rm $support_folder/conf.d/50-user.conf
- rm $latest_folder/conf.d/50-user.conf
+ ${optionalString (cfg.dpi != 0) ''
+
+
+ ${toString cfg.dpi}
+
+
''}
- # local.conf (indirect priority 51)
- ${optionalString (cfg.localConf != "") ''
- ln -s ${localConf} $support_folder/local.conf
- ln -s ${localConf} $latest_folder/local.conf
- ''}
+
+ '';
- # 52-nixos-default-fonts.conf
- ln -s ${defaultFontsConf} $support_folder/conf.d/52-nixos-default-fonts.conf
- ln -s ${defaultFontsConf} $latest_folder/conf.d/52-nixos-default-fonts.conf
+ # local configuration file
+ localConf = pkgs.writeText "fc-local.conf" cfg.localConf;
- # 53-nixos-bitmaps.conf
- ln -s ${rejectBitmaps} $support_folder/conf.d/53-nixos-bitmaps.conf
- ln -s ${rejectBitmaps} $latest_folder/conf.d/53-nixos-bitmaps.conf
+ # default fonts configuration file
+ # priority 52
+ defaultFontsConf =
+ let genDefault = fonts: name:
+ optionalString (fonts != []) ''
+
+ ${name}
+
+ ${concatStringsSep ""
+ (map (font: ''
+ ${font}
+ '') fonts)}
+
+
+ '';
+ in
+ pkgs.writeText "fc-52-nixos-default-fonts.conf" ''
+
+
+
- ${optionalString (! cfg.allowType1) ''
- # 53-nixos-reject-type1.conf
- ln -s ${rejectType1} $support_folder/conf.d/53-nixos-reject-type1.conf
- ln -s ${rejectType1} $latest_folder/conf.d/53-nixos-reject-type1.conf
- ''}
- '';
+
+ ${genDefault cfg.defaultFonts.sansSerif "sans-serif"}
- # Package with configuration files
- # this merge all the packages in the fonts.fontconfig.confPackages list
- fontconfigEtc = pkgs.buildEnv {
- name = "fontconfig-etc";
- paths = cfg.confPackages;
- ignoreCollisions = true;
- };
+ ${genDefault cfg.defaultFonts.serif "serif"}
+
+ ${genDefault cfg.defaultFonts.monospace "monospace"}
+
+
+ '';
+
+ # bitmap font options
+ # priority 53
+ rejectBitmaps = pkgs.writeText "fc-53-no-bitmaps.conf" ''
+
+
+
+
+ ${optionalString (!cfg.allowBitmaps) ''
+
+
+
+
+ false
+
+
+
+ ''}
+
+
+
+
+ ${fcBool cfg.useEmbeddedBitmaps}
+
+
+
+
+ '';
+
+ # reject Type 1 fonts
+ # priority 53
+ rejectType1 = pkgs.writeText "fc-53-nixos-reject-type1.conf" ''
+
+
+
+
+
+
+
+
+ Type 1
+
+
+
+
+
+ '';
+
+ # fontconfig configuration package
+ confPkg = pkgs.runCommand "fontconfig-conf" {
+ preferLocalBuild = true;
+ } ''
+ support_folder=$out/etc/fonts/conf.d
+ latest_folder=$out/etc/fonts/${latestVersion}/conf.d
+
+ mkdir -p $support_folder
+ mkdir -p $latest_folder
+
+ # fonts.conf
+ ln -s ${supportFontsConf} $support_folder/../fonts.conf
+ ln -s ${latestPkg.out}/etc/fonts/fonts.conf \
+ $latest_folder/../fonts.conf
+
+ # fontconfig default config files
+ ln -s ${supportPkg.out}/etc/fonts/conf.d/*.conf \
+ $support_folder/
+ ln -s ${latestPkg.out}/etc/fonts/conf.d/*.conf \
+ $latest_folder/
+
+ # update latest 51-local.conf path to look at the latest local.conf
+ rm $latest_folder/51-local.conf
+
+ substitute ${latestPkg.out}/etc/fonts/conf.d/51-local.conf \
+ $latest_folder/51-local.conf \
+ --replace local.conf /etc/fonts/${latestVersion}/local.conf
+
+ # 00-nixos-cache.conf
+ ln -s ${cacheConfSupport} \
+ $support_folder/00-nixos-cache.conf
+ ln -s ${cacheConfLatest} $latest_folder/00-nixos-cache.conf
+
+ # 10-nixos-rendering.conf
+ ln -s ${renderConf} $support_folder/10-nixos-rendering.conf
+ ln -s ${renderConf} $latest_folder/10-nixos-rendering.conf
+
+ # 50-user.conf
+ ${optionalString (!cfg.includeUserConf) ''
+ rm $support_folder/50-user.conf
+ rm $latest_folder/50-user.conf
+ ''}
+
+ # local.conf (indirect priority 51)
+ ${optionalString (cfg.localConf != "") ''
+ ln -s ${localConf} $support_folder/../local.conf
+ ln -s ${localConf} $latest_folder/../local.conf
+ ''}
+
+ # 52-nixos-default-fonts.conf
+ ln -s ${defaultFontsConf} $support_folder/52-nixos-default-fonts.conf
+ ln -s ${defaultFontsConf} $latest_folder/52-nixos-default-fonts.conf
+
+ # 53-no-bitmaps.conf
+ ln -s ${rejectBitmaps} $support_folder/53-no-bitmaps.conf
+ ln -s ${rejectBitmaps} $latest_folder/53-no-bitmaps.conf
+
+ ${optionalString (!cfg.allowType1) ''
+ # 53-nixos-reject-type1.conf
+ ln -s ${rejectType1} $support_folder/53-nixos-reject-type1.conf
+ ln -s ${rejectType1} $latest_folder/53-nixos-reject-type1.conf
+ ''}
+ '';
+
+ # Package with configuration files
+ # this merge all the packages in the fonts.fontconfig.confPackages list
+ fontconfigEtc = pkgs.buildEnv {
+ name = "fontconfig-etc";
+ paths = cfg.confPackages;
+ ignoreCollisions = true;
+ };
in
{
diff --git a/nixos/modules/config/timezone.nix b/nixos/modules/config/locale.nix
similarity index 62%
rename from nixos/modules/config/timezone.nix
rename to nixos/modules/config/locale.nix
index b15948f6e2e..6f056588187 100644
--- a/nixos/modules/config/timezone.nix
+++ b/nixos/modules/config/locale.nix
@@ -9,6 +9,8 @@ let
timezone = types.nullOr (types.addCheck types.str nospace)
// { description = "null or string without spaces"; };
+ lcfg = config.location;
+
in
{
@@ -37,12 +39,45 @@ in
};
};
+
+ location = {
+
+ latitude = mkOption {
+ type = types.float;
+ description = ''
+ Your current latitude, between
+ -90.0 and 90.0. Must be provided
+ along with longitude.
+ '';
+ };
+
+ longitude = mkOption {
+ type = types.float;
+ description = ''
+ Your current longitude, between
+ between -180.0 and 180.0. Must be
+ provided along with latitude.
+ '';
+ };
+
+ provider = mkOption {
+ type = types.enum [ "manual" "geoclue2" ];
+ default = "manual";
+ description = ''
+ The location provider to use for determining your location. If set to
+ manual you must also provide latitude/longitude.
+ '';
+ };
+
+ };
};
config = {
environment.sessionVariables.TZDIR = "/etc/zoneinfo";
+ services.geoclue2.enable = mkIf (lcfg.provider == "geoclue2") true;
+
# This way services are restarted when tzdata changes.
systemd.globalEnvironment.TZDIR = tzdir;
diff --git a/nixos/modules/config/malloc.nix b/nixos/modules/config/malloc.nix
index dfa86a44a32..65130454735 100644
--- a/nixos/modules/config/malloc.nix
+++ b/nixos/modules/config/malloc.nix
@@ -79,19 +79,13 @@ in
and/or service failure.
-
-
-
- Changing this option does not affect the current session.
-
-
'';
};
};
config = mkIf (cfg.provider != "libc") {
- environment.variables.LD_PRELOAD = providerLibPath;
- systemd.extraConfig = "DefaultEnvironment=\"LD_PRELOAD=${providerLibPath}\"";
- systemd.user.extraConfig = "DefaultEnvironment=\"LD_PRELOAD=${providerLibPath}\"";
+ environment.etc."ld-nix.so.preload".text = ''
+ ${providerLibPath}
+ '';
};
}
diff --git a/nixos/modules/config/networking.nix b/nixos/modules/config/networking.nix
index 25253cf02e1..4b9086022ed 100644
--- a/nixos/modules/config/networking.nix
+++ b/nixos/modules/config/networking.nix
@@ -7,16 +7,6 @@ with lib;
let
cfg = config.networking;
- dnsmasqResolve = config.services.dnsmasq.enable &&
- config.services.dnsmasq.resolveLocalQueries;
- hasLocalResolver = config.services.bind.enable ||
- config.services.unbound.enable ||
- dnsmasqResolve;
-
- resolvconfOptions = cfg.resolvconfOptions
- ++ optional cfg.dnsSingleRequest "single-request"
- ++ optional cfg.dnsExtensionMechanism "edns0";
-
localhostMapped4 = cfg.hosts ? "127.0.0.1" && elem "localhost" cfg.hosts."127.0.0.1";
localhostMapped6 = cfg.hosts ? "::1" && elem "localhost" cfg.hosts."::1";
@@ -64,48 +54,6 @@ in
'';
};
- networking.dnsSingleRequest = lib.mkOption {
- type = types.bool;
- default = false;
- description = ''
- Recent versions of glibc will issue both ipv4 (A) and ipv6 (AAAA)
- address queries at the same time, from the same port. Sometimes upstream
- routers will systemically drop the ipv4 queries. The symptom of this problem is
- that 'getent hosts example.com' only returns ipv6 (or perhaps only ipv4) addresses. The
- workaround for this is to specify the option 'single-request' in
- /etc/resolv.conf. This option enables that.
- '';
- };
-
- networking.dnsExtensionMechanism = lib.mkOption {
- type = types.bool;
- default = true;
- description = ''
- Enable the edns0 option in resolv.conf. With
- that option set, glibc supports use of the extension mechanisms for
- DNS (EDNS) specified in RFC 2671. The most popular user of that feature is DNSSEC,
- which does not work without it.
- '';
- };
-
- networking.extraResolvconfConf = lib.mkOption {
- type = types.lines;
- default = "";
- example = "libc=NO";
- description = ''
- Extra configuration to append to resolvconf.conf.
- '';
- };
-
- networking.resolvconfOptions = lib.mkOption {
- type = types.listOf types.str;
- default = [];
- example = [ "ndots:1" "rotate" ];
- description = ''
- Set the options in /etc/resolv.conf.
- '';
- };
-
networking.timeServers = mkOption {
default = [
"0.nixos.pool.ntp.org"
@@ -233,42 +181,13 @@ in
oneToString = set: ip: ip + " " + concatStringsSep " " set.${ip};
allToString = set: concatMapStringsSep "\n" (oneToString set) (attrNames set);
in ''
- ${allToString cfg.hosts}
+ ${allToString (filterAttrs (_: v: v != []) cfg.hosts)}
${cfg.extraHosts}
'';
# /etc/host.conf: resolver configuration file
"host.conf".text = cfg.hostConf;
- # /etc/resolvconf.conf: Configuration for openresolv.
- "resolvconf.conf".text =
- ''
- # This is the default, but we must set it here to prevent
- # a collision with an apparently unrelated environment
- # variable with the same name exported by dhcpcd.
- interface_order='lo lo[0-9]*'
- '' + optionalString config.services.nscd.enable ''
- # Invalidate the nscd cache whenever resolv.conf is
- # regenerated.
- libc_restart='${pkgs.systemd}/bin/systemctl try-restart --no-block nscd.service 2> /dev/null'
- '' + optionalString (length resolvconfOptions > 0) ''
- # Options as described in resolv.conf(5)
- resolv_conf_options='${concatStringsSep " " resolvconfOptions}'
- '' + optionalString hasLocalResolver ''
- # This hosts runs a full-blown DNS resolver.
- name_servers='127.0.0.1'
- '' + optionalString dnsmasqResolve ''
- dnsmasq_conf=/etc/dnsmasq-conf.conf
- dnsmasq_resolv=/etc/dnsmasq-resolv.conf
- '' + cfg.extraResolvconfConf + ''
- '';
-
- } // optionalAttrs config.services.resolved.enable {
- # symlink the dynamic stub resolver of resolv.conf as recommended by upstream:
- # https://www.freedesktop.org/software/systemd/man/systemd-resolved.html#/etc/resolv.conf
- "resolv.conf".source = "/run/systemd/resolve/stub-resolv.conf";
- } // optionalAttrs (config.services.resolved.enable && dnsmasqResolve) {
- "dnsmasq-resolv.conf".source = "/run/systemd/resolve/resolv.conf";
} // optionalAttrs (pkgs.stdenv.hostPlatform.libc == "glibc") {
# /etc/rpc: RPC program numbers.
"rpc".source = pkgs.glibc.out + "/etc/rpc";
@@ -295,26 +214,6 @@ in
# Install the proxy environment variables
environment.sessionVariables = cfg.proxy.envVars;
- # This is needed when /etc/resolv.conf is being overriden by networkd
- # and other configurations. If the file is destroyed by an environment
- # activation then it must be rebuilt so that applications which interface
- # with /etc/resolv.conf directly don't break.
- system.activationScripts.resolvconf = stringAfter [ "etc" "specialfs" "var" ]
- ''
- # Systemd resolved controls its own resolv.conf
- rm -f /run/resolvconf/interfaces/systemd
- ${optionalString config.services.resolved.enable ''
- rm -rf /run/resolvconf/interfaces
- mkdir -p /run/resolvconf/interfaces
- ln -s /run/systemd/resolve/resolv.conf /run/resolvconf/interfaces/systemd
- ''}
-
- # Make sure resolv.conf is up to date if not managed manually or by systemd
- ${optionalString (!config.environment.etc?"resolv.conf") ''
- ${pkgs.openresolv}/bin/resolvconf -u
- ''}
- '';
-
};
}
diff --git a/nixos/modules/config/no-x-libs.nix b/nixos/modules/config/no-x-libs.nix
index aad02a9ca4e..74cf74d7418 100644
--- a/nixos/modules/config/no-x-libs.nix
+++ b/nixos/modules/config/no-x-libs.nix
@@ -34,7 +34,7 @@ with lib;
networkmanager-openvpn = super.networkmanager-openvpn.override { withGnome = false; };
networkmanager-vpnc = super.networkmanager-vpnc.override { withGnome = false; };
networkmanager-iodine = super.networkmanager-iodine.override { withGnome = false; };
- pinentry = super.pinentry.override { gtk2 = null; gcr = null; qt = null; };
+ pinentry = super.pinentry.override { gtk2 = null; gcr = null; qt4 = null; qt5 = null; };
gobject-introspection = super.gobject-introspection.override { x11Support = false; };
}));
};
diff --git a/nixos/modules/config/qt5.nix b/nixos/modules/config/qt5.nix
new file mode 100644
index 00000000000..7de1c0f5d55
--- /dev/null
+++ b/nixos/modules/config/qt5.nix
@@ -0,0 +1,102 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+
+ cfg = config.qt5;
+
+ isQGnome = cfg.platformTheme == "gnome" && cfg.style == "adwaita";
+ isQtStyle = cfg.platformTheme == "gtk2" && cfg.style != "adwaita";
+
+ packages = if isQGnome then [ pkgs.qgnomeplatform pkgs.adwaita-qt ]
+ else if isQtStyle then [ pkgs.qtstyleplugins ]
+ else throw "`qt5.platformTheme` ${cfg.platformTheme} and `qt5.style` ${cfg.style} are not compatible.";
+
+in
+
+{
+
+ options = {
+ qt5 = {
+
+ enable = mkEnableOption "Qt5 theming configuration";
+
+ platformTheme = mkOption {
+ type = types.enum [
+ "gtk2"
+ "gnome"
+ ];
+ example = "gnome";
+ relatedPackages = [
+ "qgnomeplatform"
+ ["libsForQt5" "qtstyleplugins"]
+ ];
+ description = ''
+ Selects the platform theme to use for Qt5 applications.
+ The options are
+
+
+ gtk
+ Use GTK theme with
+ qtstyleplugins
+
+
+
+ gnome
+ Use GNOME theme with
+ qgnomeplatform
+
+
+
+ '';
+ };
+
+ style = mkOption {
+ type = types.enum [
+ "adwaita"
+ "cleanlooks"
+ "gtk2"
+ "motif"
+ "plastique"
+ ];
+ example = "adwaita";
+ relatedPackages = [
+ "adwaita-qt"
+ ["libsForQt5" "qtstyleplugins"]
+ ];
+ description = ''
+ Selects the style to use for Qt5 applications.
+ The options are
+
+
+ adwaita
+ Use Adwaita Qt style with
+ adwaita
+
+
+
+ cleanlooks
+ gtk2
+ motif
+ plastique
+ Use styles from
+ qtstyleplugins
+
+
+
+ '';
+ };
+ };
+ };
+
+ config = mkIf cfg.enable {
+
+ environment.variables.QT_QPA_PLATFORMTHEME = cfg.platformTheme;
+
+ environment.variables.QT_STYLE_OVERRIDE = cfg.style;
+
+ environment.systemPackages = packages;
+
+ };
+}
diff --git a/nixos/modules/config/resolvconf.nix b/nixos/modules/config/resolvconf.nix
new file mode 100644
index 00000000000..406c6a7ac32
--- /dev/null
+++ b/nixos/modules/config/resolvconf.nix
@@ -0,0 +1,149 @@
+# /etc files related to networking, such as /etc/services.
+
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+
+ cfg = config.networking.resolvconf;
+
+ resolvconfOptions = cfg.extraOptions
+ ++ optional cfg.dnsSingleRequest "single-request"
+ ++ optional cfg.dnsExtensionMechanism "edns0";
+
+ configText =
+ ''
+ # This is the default, but we must set it here to prevent
+ # a collision with an apparently unrelated environment
+ # variable with the same name exported by dhcpcd.
+ interface_order='lo lo[0-9]*'
+ '' + optionalString config.services.nscd.enable ''
+ # Invalidate the nscd cache whenever resolv.conf is
+ # regenerated.
+ libc_restart='${pkgs.systemd}/bin/systemctl try-restart --no-block nscd.service 2> /dev/null'
+ '' + optionalString (length resolvconfOptions > 0) ''
+ # Options as described in resolv.conf(5)
+ resolv_conf_options='${concatStringsSep " " resolvconfOptions}'
+ '' + optionalString cfg.useLocalResolver ''
+ # This hosts runs a full-blown DNS resolver.
+ name_servers='127.0.0.1'
+ '' + cfg.extraConfig;
+
+in
+
+{
+
+ options = {
+
+ networking.resolvconf = {
+
+ enable = mkOption {
+ type = types.bool;
+ default = false;
+ internal = true;
+ description = ''
+ DNS configuration is managed by resolvconf.
+ '';
+ };
+
+ useHostResolvConf = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ In containers, whether to use the
+ resolv.conf supplied by the host.
+ '';
+ };
+
+ dnsSingleRequest = lib.mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Recent versions of glibc will issue both ipv4 (A) and ipv6 (AAAA)
+ address queries at the same time, from the same port. Sometimes upstream
+ routers will systemically drop the ipv4 queries. The symptom of this problem is
+ that 'getent hosts example.com' only returns ipv6 (or perhaps only ipv4) addresses. The
+ workaround for this is to specify the option 'single-request' in
+ /etc/resolv.conf. This option enables that.
+ '';
+ };
+
+ dnsExtensionMechanism = mkOption {
+ type = types.bool;
+ default = true;
+ description = ''
+ Enable the edns0 option in resolv.conf. With
+ that option set, glibc supports use of the extension mechanisms for
+ DNS (EDNS) specified in RFC 2671. The most popular user of that feature is DNSSEC,
+ which does not work without it.
+ '';
+ };
+
+ extraConfig = mkOption {
+ type = types.lines;
+ default = "";
+ example = "libc=NO";
+ description = ''
+ Extra configuration to append to resolvconf.conf.
+ '';
+ };
+
+ extraOptions = mkOption {
+ type = types.listOf types.str;
+ default = [];
+ example = [ "ndots:1" "rotate" ];
+ description = ''
+ Set the options in /etc/resolv.conf.
+ '';
+ };
+
+ useLocalResolver = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Use local DNS server for resolving.
+ '';
+ };
+
+ };
+
+ };
+
+ config = mkMerge [
+ {
+ networking.resolvconf.enable = !(config.environment.etc ? "resolv.conf");
+
+ environment.etc."resolvconf.conf".text =
+ if !cfg.enable then
+ # Force-stop any attempts to use resolvconf
+ ''
+ echo "resolvconf is disabled on this system but was used anyway:" >&2
+ echo "$0 $*" >&2
+ exit 1
+ ''
+ else configText;
+ }
+
+ (mkIf cfg.enable {
+ environment.systemPackages = [ pkgs.openresolv ];
+
+ systemd.services.resolvconf = {
+ description = "resolvconf update";
+
+ before = [ "network-pre.target" ];
+ wants = [ "network-pre.target" ];
+ wantedBy = [ "multi-user.target" ];
+ restartTriggers = [ config.environment.etc."resolvconf.conf".source ];
+
+ serviceConfig = {
+ Type = "oneshot";
+ ExecStart = "${pkgs.openresolv}/bin/resolvconf -u";
+ RemainAfterExit = true;
+ };
+ };
+
+ })
+ ];
+
+}
diff --git a/nixos/modules/config/sysctl.nix b/nixos/modules/config/sysctl.nix
index 0c6a7e2431a..fb2b58eed72 100644
--- a/nixos/modules/config/sysctl.nix
+++ b/nixos/modules/config/sysctl.nix
@@ -42,22 +42,16 @@ in
config = {
- environment.etc."sysctl.d/nixos.conf".text =
+ environment.etc."sysctl.d/60-nixos.conf".text =
concatStrings (mapAttrsToList (n: v:
optionalString (v != null) "${n}=${if v == false then "0" else toString v}\n"
) config.boot.kernel.sysctl);
systemd.services.systemd-sysctl =
{ wantedBy = [ "multi-user.target" ];
- restartTriggers = [ config.environment.etc."sysctl.d/nixos.conf".source ];
+ restartTriggers = [ config.environment.etc."sysctl.d/60-nixos.conf".source ];
};
- # Enable hardlink and symlink restrictions. See
- # https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=800179c9b8a1e796e441674776d11cd4c05d61d7
- # for details.
- boot.kernel.sysctl."fs.protected_hardlinks" = true;
- boot.kernel.sysctl."fs.protected_symlinks" = true;
-
# Hide kernel pointers (e.g. in /proc/modules) for unprivileged
# users as these make it easier to exploit kernel vulnerabilities.
boot.kernel.sysctl."kernel.kptr_restrict" = 1;
diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix
index c3f228c9bcc..25f1c67ce83 100644
--- a/nixos/modules/config/users-groups.nix
+++ b/nixos/modules/config/users-groups.nix
@@ -564,7 +564,10 @@ in {
};
}) (filterAttrs (_: u: u.packages != []) cfg.users));
- environment.profiles = [ "/etc/profiles/per-user/$USER" ];
+ environment.profiles = [
+ "$HOME/.nix-profile"
+ "/etc/profiles/per-user/$USER"
+ ];
assertions = [
{ assertion = !cfg.enforceIdUniqueness || (uidsAreUnique && gidsAreUnique);
diff --git a/nixos/modules/config/vte.nix b/nixos/modules/config/vte.nix
new file mode 100644
index 00000000000..d4a8c926fef
--- /dev/null
+++ b/nixos/modules/config/vte.nix
@@ -0,0 +1,52 @@
+# VTE
+
+{ config, pkgs, lib, ... }:
+
+with lib;
+
+let
+
+ vteInitSnippet = ''
+ # Show current working directory in VTE terminals window title.
+ # Supports both bash and zsh, requires interactive shell.
+ . ${pkgs.vte}/etc/profile.d/vte.sh
+ '';
+
+in
+
+{
+
+ options = {
+
+ programs.bash.vteIntegration = mkOption {
+ default = false;
+ type = types.bool;
+ description = ''
+ Whether to enable Bash integration for VTE terminals.
+ This allows it to preserve the current directory of the shell
+ across terminals.
+ '';
+ };
+
+ programs.zsh.vteIntegration = mkOption {
+ default = false;
+ type = types.bool;
+ description = ''
+ Whether to enable Zsh integration for VTE terminals.
+ This allows it to preserve the current directory of the shell
+ across terminals.
+ '';
+ };
+
+ };
+
+ config = mkMerge [
+ (mkIf config.programs.bash.vteIntegration {
+ programs.bash.interactiveShellInit = mkBefore vteInitSnippet;
+ })
+
+ (mkIf config.programs.zsh.vteIntegration {
+ programs.zsh.interactiveShellInit = vteInitSnippet;
+ })
+ ];
+}
diff --git a/nixos/modules/config/xdg/portal.nix b/nixos/modules/config/xdg/portal.nix
new file mode 100644
index 00000000000..bdbbfda2bb4
--- /dev/null
+++ b/nixos/modules/config/xdg/portal.nix
@@ -0,0 +1,58 @@
+{ config, pkgs ,lib ,... }:
+
+with lib;
+
+{
+ options.xdg.portal = {
+ enable =
+ mkEnableOption "xdg desktop integration"//{
+ default = false;
+ };
+
+ extraPortals = mkOption {
+ type = types.listOf types.package;
+ default = [];
+ description = ''
+ List of additional portals to add to path. Portals allow interaction
+ with system, like choosing files or taking screenshots. At minimum,
+ a desktop portal implementation should be listed. GNOME and KDE already
+ adds xdg-desktop-portal-gtk; and
+ xdg-desktop-portal-kde respectively. On other desktop
+ environments you probably want to add them yourself.
+ '';
+ };
+
+ gtkUsePortal = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Sets environment variable GTK_USE_PORTAL to 1.
+ This is needed for packages ran outside Flatpak to respect and use XDG Desktop Portals.
+ For example, you'd need to set this for non-flatpak Firefox to use native filechoosers.
+ Defaults to false to respect its opt-in nature.
+ '';
+ };
+ };
+
+ config =
+ let
+ cfg = config.xdg.portal;
+ packages = [ pkgs.xdg-desktop-portal ] ++ cfg.extraPortals;
+
+ in mkIf cfg.enable {
+
+ assertions = [
+ { assertion = (cfg.gtkUsePortal -> cfg.extraPortals != []);
+ message = "Setting xdg.portal.gtkUsePortal to true requires a portal implementation in xdg.portal.extraPortals such as xdg-desktop-portal-gtk or xdg-desktop-portal-kde.";
+ }
+ ];
+
+ services.dbus.packages = packages;
+ systemd.packages = packages;
+
+ environment.variables = {
+ GTK_USE_PORTAL = mkIf cfg.gtkUsePortal "1";
+ XDG_DESKTOP_PORTAL_PATH = map (p: "${p}/share/xdg-desktop-portal/portals") cfg.extraPortals;
+ };
+ };
+}
diff --git a/nixos/modules/hardware/device-tree.nix b/nixos/modules/hardware/device-tree.nix
new file mode 100644
index 00000000000..f57502d4c83
--- /dev/null
+++ b/nixos/modules/hardware/device-tree.nix
@@ -0,0 +1,56 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+ cfg = config.hardware.deviceTree;
+in {
+ options = {
+ hardware.deviceTree = {
+ enable = mkOption {
+ default = pkgs.stdenv.hostPlatform.platform.kernelDTB or false;
+ type = types.bool;
+ description = ''
+ Build device tree files. These are used to describe the
+ non-discoverable hardware of a system.
+ '';
+ };
+
+ base = mkOption {
+ default = "${config.boot.kernelPackages.kernel}/dtbs";
+ defaultText = "\${config.boot.kernelPackages.kernel}/dtbs";
+ example = literalExample "pkgs.deviceTree_rpi";
+ type = types.path;
+ description = ''
+ The package containing the base device-tree (.dtb) to boot. Contains
+ device trees bundled with the Linux kernel by default.
+ '';
+ };
+
+ overlays = mkOption {
+ default = [];
+ example = literalExample
+ "[\"\${pkgs.deviceTree_rpi.overlays}/w1-gpio.dtbo\"]";
+ type = types.listOf types.path;
+ description = ''
+ A path containing device tree overlays (.dtbo) to be applied to all
+ base device-trees.
+ '';
+ };
+
+ package = mkOption {
+ default = null;
+ type = types.nullOr types.path;
+ internal = true;
+ description = ''
+ A path containing the result of applying `overlays` to `base`.
+ '';
+ };
+ };
+ };
+
+ config = mkIf (cfg.enable) {
+ hardware.deviceTree.package = if (cfg.overlays != [])
+ then pkgs.deviceTree.applyOverlays cfg.base cfg.overlays else cfg.base;
+ };
+}
diff --git a/nixos/modules/hardware/ksm.nix b/nixos/modules/hardware/ksm.nix
index d6ac69b5d65..99d46c25236 100644
--- a/nixos/modules/hardware/ksm.nix
+++ b/nixos/modules/hardware/ksm.nix
@@ -1,9 +1,24 @@
{ config, lib, ... }:
-{
- options.hardware.enableKSM = lib.mkEnableOption "Kernel Same-Page Merging";
+with lib;
- config = lib.mkIf config.hardware.enableKSM {
+let
+ cfg = config.hardware.ksm;
+
+in {
+ options.hardware.ksm = {
+ enable = mkEnableOption "Kernel Same-Page Merging";
+ sleep = mkOption {
+ type = types.nullOr types.int;
+ default = null;
+ description = ''
+ How many milliseconds ksmd should sleep between scans.
+ Setting it to null uses the kernel's default time.
+ '';
+ };
+ };
+
+ config = mkIf cfg.enable {
systemd.services.enable-ksm = {
description = "Enable Kernel Same-Page Merging";
wantedBy = [ "multi-user.target" ];
@@ -11,6 +26,7 @@
script = ''
if [ -e /sys/kernel/mm/ksm ]; then
echo 1 > /sys/kernel/mm/ksm/run
+ ${optionalString (cfg.sleep != null) ''echo ${toString cfg.sleep} > /sys/kernel/mm/ksm/sleep_millisecs''}
fi
'';
};
diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix
index 6b7b8069fd4..57cac56bd8a 100644
--- a/nixos/modules/hardware/opengl.nix
+++ b/nixos/modules/hardware/opengl.nix
@@ -11,9 +11,9 @@ let
videoDrivers = config.services.xserver.videoDrivers;
makePackage = p: pkgs.buildEnv {
- name = "mesa-drivers+txc-${p.mesa_drivers.version}";
+ name = "mesa-drivers+txc-${p.mesa.version}";
paths =
- [ p.mesa_drivers
+ [ p.mesa.drivers
(if cfg.s3tcSupport then p.libtxc_dxtn else p.libtxc_dxtn_s2tc)
];
};
@@ -118,6 +118,19 @@ in
set. This can be used to add OpenCL drivers, VA-API/VDPAU drivers etc.
'';
};
+
+ setLdLibraryPath = mkOption {
+ type = types.bool;
+ internal = true;
+ default = false;
+ description = ''
+ Whether the LD_LIBRARY_PATH environment variable
+ should be set to the locations of driver libraries. Drivers which
+ rely on overriding libraries should set this to true. Drivers which
+ support libglvnd and other dispatch libraries
+ instead of overriding libraries should not set this.
+ '';
+ };
};
};
@@ -145,11 +158,8 @@ in
)
];
- environment.sessionVariables.LD_LIBRARY_PATH =
- [ "/run/opengl-driver/lib" ] ++ optional cfg.driSupport32Bit "/run/opengl-driver-32/lib";
-
- environment.variables.XDG_DATA_DIRS =
- [ "/run/opengl-driver/share" ] ++ optional cfg.driSupport32Bit "/run/opengl-driver-32/share";
+ environment.sessionVariables.LD_LIBRARY_PATH = mkIf cfg.setLdLibraryPath
+ ([ "/run/opengl-driver/lib" ] ++ optional cfg.driSupport32Bit "/run/opengl-driver-32/lib");
hardware.opengl.package = mkDefault (makePackage pkgs);
hardware.opengl.package32 = mkDefault (makePackage pkgs.pkgsi686Linux);
diff --git a/nixos/modules/hardware/video/amdgpu-pro.nix b/nixos/modules/hardware/video/amdgpu-pro.nix
index ab9e0c92020..8e91e9d2baa 100644
--- a/nixos/modules/hardware/video/amdgpu-pro.nix
+++ b/nixos/modules/hardware/video/amdgpu-pro.nix
@@ -30,10 +30,11 @@ in
nixpkgs.config.xorg.abiCompat = "1.19";
services.xserver.drivers = singleton
- { name = "amdgpu"; modules = [ package ]; libPath = [ package ]; };
+ { name = "amdgpu"; modules = [ package ]; };
hardware.opengl.package = package;
hardware.opengl.package32 = package32;
+ hardware.opengl.setLdLibraryPath = true;
boot.extraModulePackages = [ package ];
diff --git a/nixos/modules/hardware/video/ati.nix b/nixos/modules/hardware/video/ati.nix
index 6102919f015..f867bba8063 100644
--- a/nixos/modules/hardware/video/ati.nix
+++ b/nixos/modules/hardware/video/ati.nix
@@ -21,10 +21,11 @@ in
nixpkgs.config.xorg.abiCompat = "1.17";
services.xserver.drivers = singleton
- { name = "fglrx"; modules = [ ati_x11 ]; libPath = [ "${ati_x11}/lib" ]; };
+ { name = "fglrx"; modules = [ ati_x11 ]; };
hardware.opengl.package = ati_x11;
hardware.opengl.package32 = pkgs.pkgsi686Linux.linuxPackages.ati_drivers_x11.override { libsOnly = true; kernel = null; };
+ hardware.opengl.setLdLibraryPath = true;
environment.systemPackages = [ ati_x11 ];
diff --git a/nixos/modules/hardware/video/nvidia.nix b/nixos/modules/hardware/video/nvidia.nix
index 9f2360f41c6..da3c8ee5a9f 100644
--- a/nixos/modules/hardware/video/nvidia.nix
+++ b/nixos/modules/hardware/video/nvidia.nix
@@ -1,6 +1,6 @@
# This module provides the proprietary NVIDIA X11 / OpenGL drivers.
-{ stdenv, config, lib, pkgs, ... }:
+{ config, lib, pkgs, ... }:
with lib;
@@ -138,7 +138,6 @@ in
services.xserver.drivers = singleton {
name = "nvidia";
modules = [ nvidia_x11.bin ];
- libPath = [ nvidia_x11 ];
deviceSection = optionalString optimusCfg.enable
''
BusID "${optimusCfg.nvidiaBusId}"
diff --git a/nixos/modules/i18n/input-method/ibus.nix b/nixos/modules/i18n/input-method/ibus.nix
index f8e021f551e..8109ef76c40 100644
--- a/nixos/modules/i18n/input-method/ibus.nix
+++ b/nixos/modules/i18n/input-method/ibus.nix
@@ -55,7 +55,7 @@ in
# Without dconf enabled it is impossible to use IBus
environment.systemPackages = with pkgs; [
- ibus-qt gnome3.dconf ibusAutostart
+ gnome3.dconf ibusAutostart
];
environment.variables = {
diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-base.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-base.nix
index 917b3758d38..1578e1547bc 100644
--- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-base.nix
+++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-base.nix
@@ -1,23 +1,37 @@
# This module contains the basic configuration for building a graphical NixOS
# installation CD.
-{ config, lib, pkgs, ... }:
+{ lib, pkgs, ... }:
with lib;
{
imports = [ ./installation-cd-base.nix ];
+ # Whitelist wheel users to do anything
+ # This is useful for things like pkexec
+ #
+ # WARNING: this is dangerous for systems
+ # outside the installation-cd and shouldn't
+ # be used anywhere else.
+ security.polkit.extraConfig = ''
+ polkit.addRule(function(action, subject) {
+ if (subject.isInGroup("wheel")) {
+ return polkit.Result.YES;
+ }
+ });
+ '';
+
services.xserver = {
enable = true;
# Don't start the X server by default.
autorun = mkForce false;
- # Automatically login as root.
+ # Automatically login as nixos.
displayManager.slim = {
enable = true;
- defaultUser = "root";
+ defaultUser = "nixos";
autoLogin = true;
};
@@ -33,7 +47,6 @@ with lib;
# Enable sound in graphical iso's.
hardware.pulseaudio.enable = true;
- hardware.pulseaudio.systemWide = true; # Needed since we run plasma as root.
environment.systemPackages = [
# Include gparted for partitioning disks.
diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix
index 42b5ec88227..0b813bbf37b 100644
--- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix
+++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix
@@ -1,7 +1,7 @@
# This module defines a NixOS installation CD that contains X11 and
# GNOME 3.
-{ config, lib, pkgs, ... }:
+{ lib, ... }:
with lib;
diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix
index 1c3c9cb30b4..2536ba73a1d 100644
--- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix
+++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix
@@ -1,5 +1,5 @@
# This module defines a NixOS installation CD that contains X11 and
-# Plasma5.
+# Plasma 5.
{ config, lib, pkgs, ... }:
@@ -30,15 +30,20 @@ with lib;
Version=1.0
Type=Application
Name=NixOS Manual
- Exec=firefox ${config.system.build.manual.manualHTMLIndex}
+ Exec=firefox ${config.system.build.manual.manual}/share/doc/nixos/index.html
Icon=text-html
'';
+ homeDir = "/home/nixos/";
+ desktopDir = homeDir + "Desktop/";
+
in ''
- mkdir -p /root/Desktop
- ln -sfT ${manualDesktopFile} /root/Desktop/nixos-manual.desktop
- ln -sfT ${pkgs.konsole}/share/applications/org.kde.konsole.desktop /root/Desktop/org.kde.konsole.desktop
- ln -sfT ${pkgs.gparted}/share/applications/gparted.desktop /root/Desktop/gparted.desktop
+ mkdir -p ${desktopDir}
+ chown nixos ${homeDir} ${desktopDir}
+
+ ln -sfT ${manualDesktopFile} ${desktopDir + "nixos-manual.desktop"}
+ ln -sfT ${pkgs.gparted}/share/applications/gparted.desktop ${desktopDir + "gparted.desktop"}
+ ln -sfT ${pkgs.konsole}/share/applications/org.kde.konsole.desktop ${desktopDir + "org.kde.konsole.desktop"}
'';
}
diff --git a/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix b/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix
index 5f7194e92a3..a9241870fa7 100644
--- a/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix
@@ -26,8 +26,15 @@ in
# Also increase the amount of CMA to ensure the virtual console on the RPi3 works.
boot.kernelParams = ["cma=32M" "console=ttyS0,115200n8" "console=ttyAMA0,115200n8" "console=tty0"];
+ boot.initrd.availableKernelModules = [
+ # Allows early (earlier) modesetting for the Raspberry Pi
+ "vc4" "bcm2835_dma" "i2c_bcm2835"
+ # Allows early (earlier) modesetting for Allwinner SoCs
+ "sun4i_drm" "sun8i_drm_hdmi" "sun8i_mixer"
+ ];
+
sdImage = {
- populateBootCommands = let
+ populateFirmwareCommands = let
configTxt = pkgs.writeText "config.txt" ''
kernel=u-boot-rpi3.bin
@@ -43,10 +50,13 @@ in
avoid_warnings=1
'';
in ''
- (cd ${pkgs.raspberrypifw}/share/raspberrypi/boot && cp bootcode.bin fixup*.dat start*.elf $NIX_BUILD_TOP/boot/)
- cp ${pkgs.ubootRaspberryPi3_64bit}/u-boot.bin boot/u-boot-rpi3.bin
- cp ${configTxt} boot/config.txt
- ${extlinux-conf-builder} -t 3 -c ${config.system.build.toplevel} -d ./boot
+ (cd ${pkgs.raspberrypifw}/share/raspberrypi/boot && cp bootcode.bin fixup*.dat start*.elf $NIX_BUILD_TOP/firmware/)
+ cp ${pkgs.ubootRaspberryPi3_64bit}/u-boot.bin firmware/u-boot-rpi3.bin
+ cp ${configTxt} firmware/config.txt
'';
+ populateRootCommands = ''
+ mkdir -p ./files/boot
+ ${extlinux-conf-builder} -t 3 -c ${config.system.build.toplevel} -d ./files/boot
+ '';
};
}
diff --git a/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix b/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
index 71448f74c36..dab09241531 100644
--- a/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
@@ -29,7 +29,7 @@ in
boot.kernelParams = ["console=ttyS0,115200n8" "console=ttymxc0,115200n8" "console=ttyAMA0,115200n8" "console=ttyO0,115200n8" "console=ttySAC2,115200n8" "console=tty0"];
sdImage = {
- populateBootCommands = let
+ populateFirmwareCommands = let
configTxt = pkgs.writeText "config.txt" ''
# Prevent the firmware from smashing the framebuffer setup done by the mainline kernel
# when attempting to show low-voltage or overtemperature warnings.
@@ -46,11 +46,14 @@ in
enable_uart=1
'';
in ''
- (cd ${pkgs.raspberrypifw}/share/raspberrypi/boot && cp bootcode.bin fixup*.dat start*.elf $NIX_BUILD_TOP/boot/)
- cp ${pkgs.ubootRaspberryPi2}/u-boot.bin boot/u-boot-rpi2.bin
- cp ${pkgs.ubootRaspberryPi3_32bit}/u-boot.bin boot/u-boot-rpi3.bin
- cp ${configTxt} boot/config.txt
- ${extlinux-conf-builder} -t 3 -c ${config.system.build.toplevel} -d ./boot
+ (cd ${pkgs.raspberrypifw}/share/raspberrypi/boot && cp bootcode.bin fixup*.dat start*.elf $NIX_BUILD_TOP/firmware/)
+ cp ${pkgs.ubootRaspberryPi2}/u-boot.bin firmware/u-boot-rpi2.bin
+ cp ${pkgs.ubootRaspberryPi3_32bit}/u-boot.bin firmware/u-boot-rpi3.bin
+ cp ${configTxt} firmware/config.txt
'';
+ populateRootCommands = ''
+ mkdir -p ./files/boot
+ ${extlinux-conf-builder} -t 3 -c ${config.system.build.toplevel} -d ./files/boot
+ '';
};
}
diff --git a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
index 96e06670694..8c9090471dc 100644
--- a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
@@ -22,7 +22,7 @@ in
boot.kernelPackages = pkgs.linuxPackages_rpi;
sdImage = {
- populateBootCommands = let
+ populateFirmwareCommands = let
configTxt = pkgs.writeText "config.txt" ''
# Prevent the firmware from smashing the framebuffer setup done by the mainline kernel
# when attempting to show low-voltage or overtemperature warnings.
@@ -35,11 +35,14 @@ in
kernel=u-boot-rpi1.bin
'';
in ''
- (cd ${pkgs.raspberrypifw}/share/raspberrypi/boot && cp bootcode.bin fixup*.dat start*.elf $NIX_BUILD_TOP/boot/)
- cp ${pkgs.ubootRaspberryPiZero}/u-boot.bin boot/u-boot-rpi0.bin
- cp ${pkgs.ubootRaspberryPi}/u-boot.bin boot/u-boot-rpi1.bin
- cp ${configTxt} boot/config.txt
- ${extlinux-conf-builder} -t 3 -c ${config.system.build.toplevel} -d ./boot
+ (cd ${pkgs.raspberrypifw}/share/raspberrypi/boot && cp bootcode.bin fixup*.dat start*.elf $NIX_BUILD_TOP/firmware/)
+ cp ${pkgs.ubootRaspberryPiZero}/u-boot.bin firmware/u-boot-rpi0.bin
+ cp ${pkgs.ubootRaspberryPi}/u-boot.bin firmware/u-boot-rpi1.bin
+ cp ${configTxt} firmware/config.txt
'';
+ populateRootCommands = ''
+ mkdir -p ./files/boot
+ ${extlinux-conf-builder} -t 3 -c ${config.system.build.toplevel} -d ./files/boot
+ '';
};
}
diff --git a/nixos/modules/installer/cd-dvd/sd-image.nix b/nixos/modules/installer/cd-dvd/sd-image.nix
index 69746a8e979..7f355a13249 100644
--- a/nixos/modules/installer/cd-dvd/sd-image.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image.nix
@@ -1,8 +1,12 @@
# This module creates a bootable SD card image containing the given NixOS
-# configuration. The generated image is MBR partitioned, with a FAT /boot
-# partition, and ext4 root partition. The generated image is sized to fit
-# its contents, and a boot script automatically resizes the root partition
-# to fit the device on the first boot.
+# configuration. The generated image is MBR partitioned, with a FAT
+# /boot/firmware partition, and ext4 root partition. The generated image
+# is sized to fit its contents, and a boot script automatically resizes
+# the root partition to fit the device on the first boot.
+#
+# The firmware partition is built with expectation to hold the Raspberry
+# Pi firmware and bootloader, and be removed and replaced with a firmware
+# build for the target SoC for other board families.
#
# The derivation for the SD image will be placed in
# config.system.build.sdImage
@@ -14,12 +18,18 @@ with lib;
let
rootfsImage = pkgs.callPackage ../../../lib/make-ext4-fs.nix ({
inherit (config.sdImage) storePaths;
+ populateImageCommands = config.sdImage.populateRootCommands;
volumeLabel = "NIXOS_SD";
} // optionalAttrs (config.sdImage.rootPartitionUUID != null) {
uuid = config.sdImage.rootPartitionUUID;
});
in
{
+ imports = [
+ (mkRemovedOptionModule [ "sdImage" "bootPartitionID" ] "The FAT partition for SD image now only holds the Raspberry Pi firmware files. Use firmwarePartitionID to configure that partition's ID.")
+ (mkRemovedOptionModule [ "sdImage" "bootSize" ] "The boot files for SD image have been moved to the main ext4 partition. The FAT partition now only holds the Raspberry Pi firmware files. Changing its size may not be required.")
+ ];
+
options.sdImage = {
imageName = mkOption {
default = "${config.sdImage.imageBaseName}-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}.img";
@@ -43,12 +53,12 @@ in
'';
};
- bootPartitionID = mkOption {
+ firmwarePartitionID = mkOption {
type = types.string;
default = "0x2178694e";
description = ''
- Volume ID for the /boot partition on the SD card. This value must be a
- 32-bit hexadecimal number.
+ Volume ID for the /boot/firmware partition on the SD card. This value
+ must be a 32-bit hexadecimal number.
'';
};
@@ -61,29 +71,44 @@ in
'';
};
- bootSize = mkOption {
+ firmwareSize = mkOption {
type = types.int;
- default = 120;
+ # As of 2019-08-18 the Raspberry pi firmware + u-boot takes ~18MiB
+ default = 30;
description = ''
- Size of the /boot partition, in megabytes.
+ Size of the /boot/firmware partition, in megabytes.
'';
};
- populateBootCommands = mkOption {
- example = literalExample "'' cp \${pkgs.myBootLoader}/u-boot.bin boot/ ''";
+ populateFirmwareCommands = mkOption {
+ example = literalExample "'' cp \${pkgs.myBootLoader}/u-boot.bin firmware/ ''";
description = ''
- Shell commands to populate the ./boot directory.
+ Shell commands to populate the ./firmware directory.
All files in that directory are copied to the
- /boot partition on the SD image.
+ /boot/firmware partition on the SD image.
+ '';
+ };
+
+ populateRootCommands = mkOption {
+ example = literalExample "''\${extlinux-conf-builder} -t 3 -c \${config.system.build.toplevel} -d ./files/boot''";
+ description = ''
+ Shell commands to populate the ./files directory.
+ All files in that directory are copied to the
+ root (/) partition on the SD image. Use this to
+ populate the ./files/boot (/boot) directory.
'';
};
};
config = {
fileSystems = {
- "/boot" = {
- device = "/dev/disk/by-label/NIXOS_BOOT";
+ "/boot/firmware" = {
+ device = "/dev/disk/by-label/FIRMWARE";
fsType = "vfat";
+ # Alternatively, this could be removed from the configuration.
+ # The filesystem is not needed at runtime, it could be treated
+ # as an opaque blob instead of a discrete FAT32 filesystem.
+ options = [ "nofail" "noauto" ];
};
"/" = {
device = "/dev/disk/by-label/NIXOS_SD";
@@ -105,39 +130,44 @@ in
echo "${pkgs.stdenv.buildPlatform.system}" > $out/nix-support/system
echo "file sd-image $img" >> $out/nix-support/hydra-build-products
- # Create the image file sized to fit /boot and /, plus 20M of slack
+ # Gap in front of the first partition, in MiB
+ gap=8
+
+ # Create the image file sized to fit /boot/firmware and /, plus slack for the gap.
rootSizeBlocks=$(du -B 512 --apparent-size ${rootfsImage} | awk '{ print $1 }')
- bootSizeBlocks=$((${toString config.sdImage.bootSize} * 1024 * 1024 / 512))
- imageSize=$((rootSizeBlocks * 512 + bootSizeBlocks * 512 + 20 * 1024 * 1024))
+ firmwareSizeBlocks=$((${toString config.sdImage.firmwareSize} * 1024 * 1024 / 512))
+ imageSize=$((rootSizeBlocks * 512 + firmwareSizeBlocks * 512 + gap * 1024 * 1024))
truncate -s $imageSize $img
# type=b is 'W95 FAT32', type=83 is 'Linux'.
+ # The "bootable" partition is where u-boot will look file for the bootloader
+ # information (dtbs, extlinux.conf file).
sfdisk $img <&2 || true
+LOCALE_ARCHIVE="$system/sw/lib/locale/locale-archive" chroot "$mountPoint" "$system/activate" >>$PIPE_TARGET 2>&1 || true
exec chroot "$mountPoint" "${command[@]}"
diff --git a/nixos/modules/installer/tools/nixos-generate-config.pl b/nixos/modules/installer/tools/nixos-generate-config.pl
index 0ccdac30d91..cfdbdaabf5c 100644
--- a/nixos/modules/installer/tools/nixos-generate-config.pl
+++ b/nixos/modules/installer/tools/nixos-generate-config.pl
@@ -264,6 +264,11 @@ if (scalar @bcacheDevices > 0) {
push @initrdAvailableKernelModules, "bcache";
}
+# Prevent unbootable systems if LVM snapshots are present at boot time.
+if (`lsblk -o TYPE` =~ "lvm") {
+ push @initrdKernelModules, "dm-snapshot";
+}
+
my $virt = `systemd-detect-virt`;
chomp $virt;
@@ -324,10 +329,19 @@ my @swapDevices;
if (@swaps) {
shift @swaps;
foreach my $swap (@swaps) {
- $swap =~ /^(\S+)\s/;
- next unless -e $1;
- my $dev = findStableDevPath $1;
- push @swapDevices, "{ device = \"$dev\"; }";
+ my @fields = split ' ', $swap;
+ my $swapFilename = $fields[0];
+ my $swapType = $fields[1];
+ next unless -e $swapFilename;
+ my $dev = findStableDevPath $swapFilename;
+ if ($swapType =~ "partition") {
+ push @swapDevices, "{ device = \"$dev\"; }";
+ } elsif ($swapType =~ "file") {
+ # swap *files* are more likely specified in configuration.nix, so
+ # ignore them here.
+ } else {
+ die "Unsupported swap type: $swapType\n";
+ }
}
}
@@ -427,6 +441,10 @@ EOF
}
}
+ # Don't emit tmpfs entry for /tmp, because it most likely comes from the
+ # boot.tmpOnTmpfs option in configuration.nix (managed declaratively).
+ next if ($mountPoint eq "/tmp" && $fsType eq "tmpfs");
+
# Emit the filesystem.
$fileSystems .= <nixos-generate-config
+ saves to /etc/nixos/configuration.nix.
+
+ This is an internal option. No backward compatibility is guaranteed.
+ Use at your own risk!
+
+ Note that this string gets spliced into a Perl script. The perl
+ variable $bootLoaderConfig can be used to
+ splice in the boot loader configuration.
+ '';
+ };
+
config = {
+ system.nixos-generate-config.configuration = mkDefault ''
+ # Edit this configuration file to define what should be installed on
+ # your system. Help is available in the configuration.nix(5) man page
+ # and in the NixOS manual (accessible by running ‘nixos-help’).
+
+ { config, pkgs, ... }:
+
+ {
+ imports =
+ [ # Include the results of the hardware scan.
+ ./hardware-configuration.nix
+ ];
+
+ $bootLoaderConfig
+ # networking.hostName = "nixos"; # Define your hostname.
+ # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
+
+ # Configure network proxy if necessary
+ # networking.proxy.default = "http://user:password\@proxy:port/";
+ # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
+
+ # Select internationalisation properties.
+ # i18n = {
+ # consoleFont = "Lat2-Terminus16";
+ # consoleKeyMap = "us";
+ # defaultLocale = "en_US.UTF-8";
+ # };
+
+ # Set your time zone.
+ # time.timeZone = "Europe/Amsterdam";
+
+ # List packages installed in system profile. To search, run:
+ # \$ nix search wget
+ # environment.systemPackages = with pkgs; [
+ # wget vim
+ # ];
+
+ # Some programs need SUID wrappers, can be configured further or are
+ # started in user sessions.
+ # programs.mtr.enable = true;
+ # programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
+
+ # List services that you want to enable:
+
+ # Enable the OpenSSH daemon.
+ # services.openssh.enable = true;
+
+ # Open ports in the firewall.
+ # networking.firewall.allowedTCPPorts = [ ... ];
+ # networking.firewall.allowedUDPPorts = [ ... ];
+ # Or disable the firewall altogether.
+ # networking.firewall.enable = false;
+
+ # Enable CUPS to print documents.
+ # services.printing.enable = true;
+
+ # Enable sound.
+ # sound.enable = true;
+ # hardware.pulseaudio.enable = true;
+
+ # Enable the X11 windowing system.
+ # services.xserver.enable = true;
+ # services.xserver.layout = "us";
+ # services.xserver.xkbOptions = "eurosign:e";
+
+ # Enable touchpad support.
+ # services.xserver.libinput.enable = true;
+
+ # Enable the KDE Desktop Environment.
+ # services.xserver.displayManager.sddm.enable = true;
+ # services.xserver.desktopManager.plasma5.enable = true;
+
+ # Define a user account. Don't forget to set a password with ‘passwd’.
+ # users.users.jane = {
+ # isNormalUser = true;
+ # extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
+ # };
+
+ # This value determines the NixOS release with which your system is to be
+ # compatible, in order to avoid breaking some software such as database
+ # servers. You should change this only after NixOS release notes say you
+ # should.
+ system.stateVersion = "${config.system.nixos.release}"; # Did you read the comment?
+
+ }
+ '';
+
environment.systemPackages =
[ nixos-build-vms
nixos-install
diff --git a/nixos/modules/misc/crashdump.nix b/nixos/modules/misc/crashdump.nix
index 6e0b49fa9af..3c47e79d051 100644
--- a/nixos/modules/misc/crashdump.nix
+++ b/nixos/modules/misc/crashdump.nix
@@ -58,7 +58,6 @@ in
"crashkernel=${crashdump.reservedMemory}"
"nmi_watchdog=panic"
"softlockup_panic=1"
- "idle=poll"
];
kernelPatches = [ {
name = "crashdump-config";
diff --git a/nixos/modules/misc/documentation.nix b/nixos/modules/misc/documentation.nix
index 834ac0de912..deecb005270 100644
--- a/nixos/modules/misc/documentation.nix
+++ b/nixos/modules/misc/documentation.nix
@@ -49,11 +49,7 @@ let
if [ -z "$browser" ]; then
browser="$(type -P xdg-open || true)"
if [ -z "$browser" ]; then
- browser="$(type -P w3m || true)"
- if [ -z "$browser" ]; then
- echo "$0: unable to start a web browser; please set \$BROWSER"
- exit 1
- fi
+ browser="${pkgs.w3m-nographics}/bin/w3m"
fi
fi
exec "$browser" ${manual.manualHTMLIndex}
@@ -187,8 +183,6 @@ in
})
(mkIf cfg.doc.enable {
- # TODO(@oxij): put it here and remove from profiles?
- # environment.systemPackages = [ pkgs.w3m ]; # w3m-nox?
environment.pathsToLink = [ "/share/doc" ];
environment.extraOutputsToInstall = [ "doc" ] ++ optional cfg.dev.enable "devdoc";
})
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 14ba5a573b1..ac741caa953 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -251,7 +251,7 @@
gale = 223;
matrix-synapse = 224;
rspamd = 225;
- rmilter = 226;
+ # rmilter = 226; # unused, removed 2019-08-22
cfdyndns = 227;
gammu-smsd = 228;
pdnsd = 229;
@@ -516,7 +516,7 @@
tss = 176;
#memcached = 177; # unused, removed 2018-01-03
#ntp = 179; # unused
- #zabbix = 180; # unused
+ zabbix = 180;
#redis = 181; # unused, removed 2018-01-03
#unifi = 183; # unused
#uptimed = 184; # unused
@@ -559,7 +559,7 @@
gale = 223;
matrix-synapse = 224;
rspamd = 225;
- rmilter = 226;
+ # rmilter = 226; # unused, removed 2019-08-22
cfdyndns = 227;
pdnsd = 229;
octoprint = 230;
diff --git a/nixos/modules/misc/nixops-autoluks.nix b/nixos/modules/misc/nixops-autoluks.nix
index 2153c6f975a..20c143286af 100644
--- a/nixos/modules/misc/nixops-autoluks.nix
+++ b/nixos/modules/misc/nixops-autoluks.nix
@@ -1,7 +1,6 @@
{ config, options, lib, ... }:
let
path = [ "deployment" "autoLuks" ];
- hasAutoLuksOption = lib.hasAttrByPath path options;
hasAutoLuksConfig = lib.hasAttrByPath path config && (lib.attrByPath path {} config) != {};
inherit (config.nixops) enableDeprecatedAutoLuks;
diff --git a/nixos/modules/misc/nixpkgs.nix b/nixos/modules/misc/nixpkgs.nix
index 9d19dd2a7ff..afb74581e23 100644
--- a/nixos/modules/misc/nixpkgs.nix
+++ b/nixos/modules/misc/nixpkgs.nix
@@ -19,7 +19,7 @@ let
lhs = optCall lhs_ { inherit pkgs; };
rhs = optCall rhs_ { inherit pkgs; };
in
- lhs // rhs //
+ recursiveUpdate lhs rhs //
optionalAttrs (lhs ? packageOverrides) {
packageOverrides = pkgs:
optCall lhs.packageOverrides pkgs //
@@ -196,7 +196,6 @@ in
system = mkOption {
type = types.str;
example = "i686-linux";
- default = { system = builtins.currentSystem; };
description = ''
Specifies the Nix platform type on which NixOS should be built.
It is better to specify nixpkgs.localSystem instead.
diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix
index c9b374b6d7b..3ae60cb7916 100644
--- a/nixos/modules/misc/version.nix
+++ b/nixos/modules/misc/version.nix
@@ -1,4 +1,4 @@
-{ options, config, lib, pkgs, ... }:
+{ config, lib, pkgs, ... }:
with lib;
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 50e3078d977..437a118bf67 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -11,6 +11,7 @@
./config/xdg/icons.nix
./config/xdg/menus.nix
./config/xdg/mime.nix
+ ./config/xdg/portal.nix
./config/appstream.nix
./config/xdg/sounds.nix
./config/gtk/gtk-icon-cache.nix
@@ -19,22 +20,25 @@
./config/iproute2.nix
./config/krb5/default.nix
./config/ldap.nix
+ ./config/locale.nix
./config/malloc.nix
./config/networking.nix
./config/no-x-libs.nix
./config/nsswitch.nix
./config/power-management.nix
./config/pulseaudio.nix
+ ./config/qt5.nix
+ ./config/resolvconf.nix
./config/shells-environment.nix
./config/swap.nix
./config/sysctl.nix
./config/system-environment.nix
./config/system-path.nix
./config/terminfo.nix
- ./config/timezone.nix
./config/unix-odbc-drivers.nix
./config/users-groups.nix
./config/vpnc.nix
+ ./config/vte.nix
./config/zram.nix
./hardware/acpilight.nix
./hardware/all-firmware.nix
@@ -44,12 +48,14 @@
./hardware/cpu/amd-microcode.nix
./hardware/cpu/intel-microcode.nix
./hardware/digitalbitbox.nix
+ ./hardware/device-tree.nix
./hardware/sensor/iio.nix
./hardware/ksm.nix
./hardware/ledger.nix
./hardware/logitech.nix
./hardware/mcelog.nix
./hardware/network/b43.nix
+ ./hardware/network/intel-2200bg.nix
./hardware/nitrokey.nix
./hardware/opengl.nix
./hardware/pcmcia.nix
@@ -103,9 +109,16 @@
./programs/digitalbitbox/default.nix
./programs/dmrconfig.nix
./programs/environment.nix
+ ./programs/evince.nix
+ ./programs/file-roller.nix
./programs/firejail.nix
./programs/fish.nix
./programs/freetds.nix
+ ./programs/fuse.nix
+ ./programs/gnome-disks.nix
+ ./programs/gnome-documents.nix
+ ./programs/gnome-terminal.nix
+ ./programs/gpaste.nix
./programs/gnupg.nix
./programs/gphoto2.nix
./programs/iftop.nix
@@ -137,6 +150,7 @@
./programs/sway.nix
./programs/thefuck.nix
./programs/tmux.nix
+ ./programs/tsm-client.nix
./programs/udevil.nix
./programs/venus.nix
./programs/vim.nix
@@ -190,9 +204,11 @@
./services/audio/liquidsoap.nix
./services/audio/mpd.nix
./services/audio/mopidy.nix
+ ./services/audio/roon-server.nix
./services/audio/slimserver.nix
./services/audio/snapserver.nix
./services/audio/squeezelite.nix
+ ./services/audio/spotifyd.nix
./services/audio/ympd.nix
./services/backup/automysqlbackup.nix
./services/backup/bacula.nix
@@ -203,10 +219,12 @@
./services/backup/duplicity.nix
./services/backup/mysql-backup.nix
./services/backup/postgresql-backup.nix
+ ./services/backup/postgresql-wal-receiver.nix
./services/backup/restic.nix
./services/backup/restic-rest-server.nix
./services/backup/rsnapshot.nix
./services/backup/tarsnap.nix
+ ./services/backup/tsm.nix
./services/backup/znapzend.nix
./services/cluster/hadoop/default.nix
./services/cluster/kubernetes/addons/dns.nix
@@ -270,24 +288,18 @@
./services/desktops/flatpak.nix
./services/desktops/geoclue2.nix
./services/desktops/gsignond.nix
+ ./services/desktops/gvfs.nix
./services/desktops/pipewire.nix
./services/desktops/gnome3/at-spi2-core.nix
./services/desktops/gnome3/chrome-gnome-shell.nix
- ./services/desktops/gnome3/evince.nix
./services/desktops/gnome3/evolution-data-server.nix
- ./services/desktops/gnome3/file-roller.nix
./services/desktops/gnome3/glib-networking.nix
- ./services/desktops/gnome3/gnome-disks.nix
- ./services/desktops/gnome3/gnome-documents.nix
./services/desktops/gnome3/gnome-keyring.nix
./services/desktops/gnome3/gnome-online-accounts.nix
./services/desktops/gnome3/gnome-remote-desktop.nix
./services/desktops/gnome3/gnome-online-miners.nix
./services/desktops/gnome3/gnome-settings-daemon.nix
- ./services/desktops/gnome3/gnome-terminal-server.nix
./services/desktops/gnome3/gnome-user-share.nix
- ./services/desktops/gnome3/gpaste.nix
- ./services/desktops/gnome3/gvfs.nix
./services/desktops/gnome3/rygel.nix
./services/desktops/gnome3/seahorse.nix
./services/desktops/gnome3/sushi.nix
@@ -375,7 +387,6 @@
./services/mail/spamassassin.nix
./services/mail/rspamd.nix
./services/mail/rss2email.nix
- ./services/mail/rmilter.nix
./services/mail/roundcube.nix
./services/mail/nullmailer.nix
./services/misc/airsonic.nix
@@ -395,6 +406,7 @@
./services/misc/couchpotato.nix
./services/misc/devmon.nix
./services/misc/dictd.nix
+ ./services/misc/dwm-status.nix
./services/misc/dysnomia.nix
./services/misc/disnix.nix
./services/misc/docker-registry.nix
@@ -416,6 +428,7 @@
./services/misc/gollum.nix
./services/misc/gpsd.nix
./services/misc/headphones.nix
+ ./services/misc/greenclip.nix
./services/misc/home-assistant.nix
./services/misc/ihaskell.nix
./services/misc/irkerd.nix
@@ -424,13 +437,13 @@
./services/misc/logkeys.nix
./services/misc/leaps.nix
./services/misc/lidarr.nix
- ./services/misc/mantisbt.nix
./services/misc/mathics.nix
./services/misc/matrix-synapse.nix
./services/misc/mbpfan.nix
./services/misc/mediatomb.nix
./services/misc/mesos-master.nix
./services/misc/mesos-slave.nix
+ ./services/misc/metabase.nix
./services/misc/mwlib.nix
./services/misc/nix-daemon.nix
./services/misc/nix-gc.nix
@@ -467,6 +480,7 @@
./services/misc/synergy.nix
./services/misc/sysprof.nix
./services/misc/taskserver
+ ./services/misc/tiddlywiki.nix
./services/misc/tzupdate.nix
./services/misc/uhub.nix
./services/misc/weechat.nix
@@ -490,6 +504,7 @@
./services/monitoring/heapster.nix
./services/monitoring/incron.nix
./services/monitoring/kapacitor.nix
+ ./services/monitoring/loki.nix
./services/monitoring/longview.nix
./services/monitoring/monit.nix
./services/monitoring/munin.nix
@@ -506,13 +521,14 @@
./services/monitoring/scollector.nix
./services/monitoring/smartd.nix
./services/monitoring/sysstat.nix
- ./services/monitoring/systemhealth.nix
./services/monitoring/teamviewer.nix
./services/monitoring/telegraf.nix
+ ./services/monitoring/thanos.nix
./services/monitoring/ups.nix
./services/monitoring/uptime.nix
./services/monitoring/vnstat.nix
./services/monitoring/zabbix-agent.nix
+ ./services/monitoring/zabbix-proxy.nix
./services/monitoring/zabbix-server.nix
./services/network-filesystems/beegfs.nix
./services/network-filesystems/cachefilesd.nix
@@ -592,6 +608,7 @@
./services/networking/iodine.nix
./services/networking/iperf3.nix
./services/networking/ircd-hybrid/default.nix
+ ./services/networking/jormungandr.nix
./services/networking/iwd.nix
./services/networking/keepalived/default.nix
./services/networking/keybase.nix
@@ -631,6 +648,7 @@
./services/networking/nullidentdmod.nix
./services/networking/nylon.nix
./services/networking/ocserv.nix
+ ./services/networking/ofono.nix
./services/networking/oidentd.nix
./services/networking/openfire.nix
./services/networking/openntpd.nix
@@ -682,6 +700,7 @@
./services/networking/tcpcrypt.nix
./services/networking/teamspeak3.nix
./services/networking/tedicross.nix
+ ./services/networking/thelounge.nix
./services/networking/tinc.nix
./services/networking/tinydns.nix
./services/networking/tftpd.nix
@@ -768,6 +787,7 @@
./services/web-apps/icingaweb2/module-monitoring.nix
./services/web-apps/limesurvey.nix
./services/web-apps/mattermost.nix
+ ./services/web-apps/mediawiki.nix
./services/web-apps/miniflux.nix
./services/web-apps/nextcloud.nix
./services/web-apps/nexus.nix
@@ -777,7 +797,9 @@
./services/web-apps/tt-rss.nix
./services/web-apps/selfoss.nix
./services/web-apps/virtlyst.nix
+ ./services/web-apps/wordpress.nix
./services/web-apps/youtrack.nix
+ ./services/web-apps/zabbix.nix
./services/web-servers/apache-httpd/default.nix
./services/web-servers/caddy.nix
./services/web-servers/fcgiwrap.nix
@@ -801,6 +823,8 @@
./services/web-servers/uwsgi.nix
./services/web-servers/varnish/default.nix
./services/web-servers/zope2.nix
+ ./services/x11/extra-layouts.nix
+ ./services/x11/clight.nix
./services/x11/colord.nix
./services/x11/compton.nix
./services/x11/unclutter.nix
@@ -840,7 +864,6 @@
./system/activation/activation-script.nix
./system/activation/top-level.nix
./system/boot/binfmt.nix
- ./system/boot/coredump.nix
./system/boot/emergency-mode.nix
./system/boot/grow-partition.nix
./system/boot/initrd-network.nix
diff --git a/nixos/modules/profiles/hardened.nix b/nixos/modules/profiles/hardened.nix
index 87bf66333c6..626d8b1d2bd 100644
--- a/nixos/modules/profiles/hardened.nix
+++ b/nixos/modules/profiles/hardened.nix
@@ -14,8 +14,6 @@ with lib;
nix.allowedUsers = mkDefault [ "@users" ];
- environment.memoryAllocator.provider = mkDefault "graphene-hardened";
-
security.hideProcessInformation = mkDefault true;
security.lockKernelModules = mkDefault true;
@@ -26,7 +24,9 @@ with lib;
security.allowSimultaneousMultithreading = mkDefault false;
- security.virtualization.flushL1DataCache = mkDefault "always";
+ security.forcePageTableIsolation = mkDefault true;
+
+ security.virtualisation.flushL1DataCache = mkDefault "always";
security.apparmor.enable = mkDefault true;
@@ -43,8 +43,8 @@ with lib;
# Disable legacy virtual syscalls
"vsyscall=none"
- # Enable PTI even if CPU claims to be safe from meltdown
- "pti=on"
+ # Enable page allocator randomization
+ "page_alloc.shuffle=1"
];
boot.blacklistedKernelModules = [
@@ -89,4 +89,34 @@ with lib;
#
# The value is taken from the KSPP recommendations (Debian uses 4096).
boot.kernel.sysctl."vm.mmap_min_addr" = mkDefault 65536;
+
+ # Disable ftrace debugging
+ boot.kernel.sysctl."kernel.ftrace_enabled" = mkDefault false;
+
+ # Enable strict reverse path filtering (that is, do not attempt to route
+ # packets that "obviously" do not belong to the iface's network; dropped
+ # packets are logged as martians).
+ boot.kernel.sysctl."net.ipv4.conf.all.log_martians" = mkDefault true;
+ boot.kernel.sysctl."net.ipv4.conf.all.rp_filter" = mkDefault "1";
+ boot.kernel.sysctl."net.ipv4.conf.default.log_martians" = mkDefault true;
+ boot.kernel.sysctl."net.ipv4.conf.default.rp_filter" = mkDefault "1";
+
+ # Ignore broadcast ICMP (mitigate SMURF)
+ boot.kernel.sysctl."net.ipv4.icmp_echo_ignore_broadcasts" = mkDefault true;
+
+ # Ignore incoming ICMP redirects (note: default is needed to ensure that the
+ # setting is applied to interfaces added after the sysctls are set)
+ boot.kernel.sysctl."net.ipv4.conf.all.accept_redirects" = mkDefault false;
+ boot.kernel.sysctl."net.ipv4.conf.all.secure_redirects" = mkDefault false;
+ boot.kernel.sysctl."net.ipv4.conf.default.accept_redirects" = mkDefault false;
+ boot.kernel.sysctl."net.ipv4.conf.default.secure_redirects" = mkDefault false;
+ boot.kernel.sysctl."net.ipv6.conf.all.accept_redirects" = mkDefault false;
+ boot.kernel.sysctl."net.ipv6.conf.default.accept_redirects" = mkDefault false;
+
+ # Ignore outgoing ICMP redirects (this is ipv4 only)
+ boot.kernel.sysctl."net.ipv4.conf.all.send_redirects" = mkDefault false;
+ boot.kernel.sysctl."net.ipv4.conf.default.send_redirects" = mkDefault false;
+
+ # Restrict userfaultfd syscalls to processes with the SYS_PTRACE capability
+ boot.kernel.sysctl."vm.unprivileged_userfaultfd" = mkDefault false;
}
diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix
index 580ea4a58e5..1a6e0699560 100644
--- a/nixos/modules/profiles/installation-device.nix
+++ b/nixos/modules/profiles/installation-device.nix
@@ -32,19 +32,35 @@ with lib;
#services.rogue.enable = true;
# Disable some other stuff we don't need.
- security.sudo.enable = mkDefault false;
services.udisks2.enable = mkDefault false;
+ # Use less privileged nixos user
+ users.users.nixos = {
+ isNormalUser = true;
+ extraGroups = [ "wheel" "networkmanager" "video" ];
+ # Allow the graphical user to login without password
+ initialHashedPassword = "";
+ };
+
+ # Allow the user to log in as root without a password.
+ users.users.root.initialHashedPassword = "";
+
+ # Allow passwordless sudo from nixos user
+ security.sudo = {
+ enable = mkDefault true;
+ wheelNeedsPassword = mkForce false;
+ };
+
# Automatically log in at the virtual consoles.
- services.mingetty.autologinUser = "root";
+ services.mingetty.autologinUser = "nixos";
# Some more help text.
services.mingetty.helpLine =
''
- The "root" account has an empty password. ${
+ The "nixos" and "root" account have empty passwords. ${
optionalString config.services.xserver.enable
- "Type `systemctl start display-manager' to\nstart the graphical user interface."}
+ "Type `sudo systemctl start display-manager' to\nstart the graphical user interface."}
'';
# Allow sshd to be started manually through "systemctl start sshd".
@@ -86,8 +102,5 @@ with lib;
# because we have the firewall enabled. This makes installs from the
# console less cumbersome if the machine has a public IP.
networking.firewall.logRefusedConnections = mkDefault false;
-
- # Allow the user to log in as root without a password.
- users.users.root.initialHashedPassword = "";
};
}
diff --git a/nixos/modules/programs/dconf.nix b/nixos/modules/programs/dconf.nix
index b7bfb8504b6..eeebc3558bd 100644
--- a/nixos/modules/programs/dconf.nix
+++ b/nixos/modules/programs/dconf.nix
@@ -34,11 +34,11 @@ in
services.dbus.packages = [ pkgs.gnome3.dconf ];
- environment.variables.GIO_EXTRA_MODULES = optional cfg.enable
- "${pkgs.gnome3.dconf.lib}/lib/gio/modules";
- # https://github.com/NixOS/nixpkgs/pull/31891
- #environment.variables.XDG_DATA_DIRS = optional cfg.enable
- # "$(echo ${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/gsettings-desktop-schemas-*)";
+ # For dconf executable
+ environment.systemPackages = [ pkgs.gnome3.dconf ];
+
+ # Needed for unwrapped applications
+ environment.variables.GIO_EXTRA_MODULES = mkIf cfg.enable [ "${pkgs.gnome3.dconf.lib}/lib/gio/modules" ];
};
}
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index 3c6d356ef99..66eb8348266 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -21,11 +21,11 @@ in
PAGER = mkDefault "less -R";
EDITOR = mkDefault "nano";
XCURSOR_PATH = [ "$HOME/.icons" ];
+ XDG_CONFIG_DIRS = [ "/etc/xdg" ]; # needs to be before profile-relative paths to allow changes through environment.etc
};
- environment.profiles =
- [ "$HOME/.nix-profile"
- "/nix/var/nix/profiles/default"
+ environment.profiles = mkAfter
+ [ "/nix/var/nix/profiles/default"
"/run/current-system/sw"
];
diff --git a/nixos/modules/services/desktops/gnome3/evince.nix b/nixos/modules/programs/evince.nix
similarity index 53%
rename from nixos/modules/services/desktops/gnome3/evince.nix
rename to nixos/modules/programs/evince.nix
index 5f040a16f06..473fddb09d0 100644
--- a/nixos/modules/services/desktops/gnome3/evince.nix
+++ b/nixos/modules/programs/evince.nix
@@ -6,14 +6,21 @@ with lib;
{
+ # Added 2019-08-09
+ imports = [
+ (mkRenamedOptionModule
+ [ "services" "gnome3" "evince" "enable" ]
+ [ "programs" "evince" "enable" ])
+ ];
+
###### interface
options = {
- services.gnome3.evince = {
+ programs.evince = {
enable = mkEnableOption
- "systemd and dbus services for Evince, the GNOME document viewer";
+ "Evince, the GNOME document viewer";
};
@@ -22,7 +29,7 @@ with lib;
###### implementation
- config = mkIf config.services.gnome3.evince.enable {
+ config = mkIf config.programs.evince.enable {
environment.systemPackages = [ pkgs.evince ];
diff --git a/nixos/modules/services/desktops/gnome3/file-roller.nix b/nixos/modules/programs/file-roller.nix
similarity index 57%
rename from nixos/modules/services/desktops/gnome3/file-roller.nix
rename to nixos/modules/programs/file-roller.nix
index 7fb558a9895..64f6a94e764 100644
--- a/nixos/modules/services/desktops/gnome3/file-roller.nix
+++ b/nixos/modules/programs/file-roller.nix
@@ -6,11 +6,18 @@ with lib;
{
+ # Added 2019-08-09
+ imports = [
+ (mkRenamedOptionModule
+ [ "services" "gnome3" "file-roller" "enable" ]
+ [ "programs" "file-roller" "enable" ])
+ ];
+
###### interface
options = {
- services.gnome3.file-roller = {
+ programs.file-roller = {
enable = mkEnableOption "File Roller, an archive manager for GNOME";
@@ -21,7 +28,7 @@ with lib;
###### implementation
- config = mkIf config.services.gnome3.file-roller.enable {
+ config = mkIf config.programs.file-roller.enable {
environment.systemPackages = [ pkgs.gnome3.file-roller ];
diff --git a/nixos/modules/programs/fuse.nix b/nixos/modules/programs/fuse.nix
new file mode 100644
index 00000000000..c15896efbb5
--- /dev/null
+++ b/nixos/modules/programs/fuse.nix
@@ -0,0 +1,37 @@
+{ config, lib, ... }:
+
+with lib;
+
+let
+ cfg = config.programs.fuse;
+in {
+ meta.maintainers = with maintainers; [ primeos ];
+
+ options.programs.fuse = {
+ mountMax = mkOption {
+ # In the C code it's an "int" (i.e. signed and at least 16 bit), but
+ # negative numbers obviously make no sense:
+ type = types.ints.between 0 32767; # 2^15 - 1
+ default = 1000;
+ description = ''
+ Set the maximum number of FUSE mounts allowed to non-root users.
+ '';
+ };
+
+ userAllowOther = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Allow non-root users to specify the allow_other or allow_root mount
+ options, see mount.fuse3(8).
+ '';
+ };
+ };
+
+ config = {
+ environment.etc."fuse.conf".text = ''
+ ${optionalString (!cfg.userAllowOther) "#"}user_allow_other
+ mount_max = ${toString cfg.mountMax}
+ '';
+ };
+}
diff --git a/nixos/modules/services/desktops/gnome3/gnome-disks.nix b/nixos/modules/programs/gnome-disks.nix
similarity index 57%
rename from nixos/modules/services/desktops/gnome3/gnome-disks.nix
rename to nixos/modules/programs/gnome-disks.nix
index 139534cdb89..1cf839a6ddb 100644
--- a/nixos/modules/services/desktops/gnome3/gnome-disks.nix
+++ b/nixos/modules/programs/gnome-disks.nix
@@ -1,4 +1,4 @@
-# GNOME Disks daemon.
+# GNOME Disks.
{ config, pkgs, lib, ... }:
@@ -6,17 +6,24 @@ with lib;
{
+ # Added 2019-08-09
+ imports = [
+ (mkRenamedOptionModule
+ [ "services" "gnome3" "gnome-disks" "enable" ]
+ [ "programs" "gnome-disks" "enable" ])
+ ];
+
###### interface
options = {
- services.gnome3.gnome-disks = {
+ programs.gnome-disks = {
enable = mkOption {
type = types.bool;
default = false;
description = ''
- Whether to enable GNOME Disks daemon, a service designed to
+ Whether to enable GNOME Disks daemon, a program designed to
be a UDisks2 graphical front-end.
'';
};
@@ -28,7 +35,7 @@ with lib;
###### implementation
- config = mkIf config.services.gnome3.gnome-disks.enable {
+ config = mkIf config.programs.gnome-disks.enable {
environment.systemPackages = [ pkgs.gnome3.gnome-disk-utility ];
diff --git a/nixos/modules/services/desktops/gnome3/gnome-documents.nix b/nixos/modules/programs/gnome-documents.nix
similarity index 61%
rename from nixos/modules/services/desktops/gnome3/gnome-documents.nix
rename to nixos/modules/programs/gnome-documents.nix
index f6efb668424..bfa3d409ee3 100644
--- a/nixos/modules/services/desktops/gnome3/gnome-documents.nix
+++ b/nixos/modules/programs/gnome-documents.nix
@@ -1,4 +1,4 @@
-# GNOME Documents daemon.
+# GNOME Documents.
{ config, pkgs, lib, ... }:
@@ -6,17 +6,24 @@ with lib;
{
+ # Added 2019-08-09
+ imports = [
+ (mkRenamedOptionModule
+ [ "services" "gnome3" "gnome-documents" "enable" ]
+ [ "programs" "gnome-documents" "enable" ])
+ ];
+
###### interface
options = {
- services.gnome3.gnome-documents = {
+ programs.gnome-documents = {
enable = mkOption {
type = types.bool;
default = false;
description = ''
- Whether to enable GNOME Documents services, a document
+ Whether to enable GNOME Documents, a document
manager application for GNOME.
'';
};
@@ -28,7 +35,7 @@ with lib;
###### implementation
- config = mkIf config.services.gnome3.gnome-documents.enable {
+ config = mkIf config.programs.gnome-documents.enable {
environment.systemPackages = [ pkgs.gnome3.gnome-documents ];
diff --git a/nixos/modules/programs/gnome-terminal.nix b/nixos/modules/programs/gnome-terminal.nix
new file mode 100644
index 00000000000..0036677a157
--- /dev/null
+++ b/nixos/modules/programs/gnome-terminal.nix
@@ -0,0 +1,36 @@
+# GNOME Terminal.
+
+{ config, pkgs, lib, ... }:
+
+with lib;
+
+let
+
+ cfg = config.programs.gnome-terminal;
+
+in
+
+{
+
+ # Added 2019-08-19
+ imports = [
+ (mkRenamedOptionModule
+ [ "services" "gnome3" "gnome-terminal-server" "enable" ]
+ [ "programs" "gnome-terminal" "enable" ])
+ ];
+
+ options = {
+
+ programs.gnome-terminal.enable = mkEnableOption "GNOME Terminal";
+
+ };
+
+ config = mkIf cfg.enable {
+ environment.systemPackages = [ pkgs.gnome3.gnome-terminal ];
+ services.dbus.packages = [ pkgs.gnome3.gnome-terminal ];
+ systemd.packages = [ pkgs.gnome3.gnome-terminal ];
+
+ programs.bash.vteIntegration = true;
+ programs.zsh.vteIntegration = true;
+ };
+}
diff --git a/nixos/modules/programs/gnupg.nix b/nixos/modules/programs/gnupg.nix
index 9618d61a1f5..bcbc994efe9 100644
--- a/nixos/modules/programs/gnupg.nix
+++ b/nixos/modules/programs/gnupg.nix
@@ -83,7 +83,8 @@ in
systemd.user.sockets.dirmngr = mkIf cfg.dirmngr.enable {
wantedBy = [ "sockets.target" ];
};
-
+
+ environment.systemPackages = with pkgs; [ cfg.package ];
systemd.packages = [ cfg.package ];
environment.interactiveShellInit = ''
diff --git a/nixos/modules/services/desktops/gnome3/gpaste.nix b/nixos/modules/programs/gpaste.nix
similarity index 65%
rename from nixos/modules/services/desktops/gnome3/gpaste.nix
rename to nixos/modules/programs/gpaste.nix
index 5a8258775e0..4f6deb77e5e 100644
--- a/nixos/modules/services/desktops/gnome3/gpaste.nix
+++ b/nixos/modules/programs/gpaste.nix
@@ -1,12 +1,20 @@
-# GPaste daemon.
+# GPaste.
{ config, lib, pkgs, ... }:
with lib;
{
+
+ # Added 2019-08-09
+ imports = [
+ (mkRenamedOptionModule
+ [ "services" "gnome3" "gpaste" "enable" ]
+ [ "programs" "gpaste" "enable" ])
+ ];
+
###### interface
options = {
- services.gnome3.gpaste = {
+ programs.gpaste = {
enable = mkOption {
type = types.bool;
default = false;
@@ -18,10 +26,9 @@ with lib;
};
###### implementation
- config = mkIf config.services.gnome3.gpaste.enable {
+ config = mkIf config.programs.gpaste.enable {
environment.systemPackages = [ pkgs.gnome3.gpaste ];
services.dbus.packages = [ pkgs.gnome3.gpaste ];
- services.xserver.desktopManager.gnome3.sessionPath = [ pkgs.gnome3.gpaste ];
systemd.packages = [ pkgs.gnome3.gpaste ];
};
}
diff --git a/nixos/modules/programs/nylas-mail.nix b/nixos/modules/programs/nylas-mail.nix
deleted file mode 100644
index 08a6cd0a604..00000000000
--- a/nixos/modules/programs/nylas-mail.nix
+++ /dev/null
@@ -1,36 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-with lib;
-
-let
- cfg = config.services.nylas-mail;
-in {
- ###### interface
- options = {
- services.nylas-mail = {
-
- enable = mkEnableOption ''
- nylas-mail - Open-source mail client built on the modern web with Electron, React, and Flux
- '';
-
- gnome3-keyring = mkOption {
- type = types.bool;
- default = true;
- description = "Enable gnome3 keyring for nylas-mail.";
- };
- };
- };
-
-
- ###### implementation
-
- config = mkIf cfg.enable {
-
- environment.systemPackages = [ pkgs.nylas-mail-bin ];
-
- services.gnome3.gnome-keyring = mkIf cfg.gnome3-keyring {
- enable = true;
- };
-
- };
-}
diff --git a/nixos/modules/programs/shell.nix b/nixos/modules/programs/shell.nix
index 9842e2bef64..b7f7b91b5fb 100644
--- a/nixos/modules/programs/shell.nix
+++ b/nixos/modules/programs/shell.nix
@@ -12,7 +12,7 @@ with lib;
''
# Set up the per-user profile.
mkdir -m 0755 -p "$NIX_USER_PROFILE_DIR"
- if [ "$(stat --printf '%u' "$NIX_USER_PROFILE_DIR")" != "$(id -u)" ]; then
+ if [ "$(stat -c '%u' "$NIX_USER_PROFILE_DIR")" != "$(id -u)" ]; then
echo "WARNING: the per-user profile dir $NIX_USER_PROFILE_DIR should belong to user id $(id -u)" >&2
fi
@@ -34,7 +34,7 @@ with lib;
# Create the per-user garbage collector roots directory.
NIX_USER_GCROOTS_DIR="/nix/var/nix/gcroots/per-user/$USER"
mkdir -m 0755 -p "$NIX_USER_GCROOTS_DIR"
- if [ "$(stat --printf '%u' "$NIX_USER_GCROOTS_DIR")" != "$(id -u)" ]; then
+ if [ "$(stat -c '%u' "$NIX_USER_GCROOTS_DIR")" != "$(id -u)" ]; then
echo "WARNING: the per-user gcroots dir $NIX_USER_GCROOTS_DIR should belong to user id $(id -u)" >&2
fi
diff --git a/nixos/modules/programs/ssh.nix b/nixos/modules/programs/ssh.nix
index 46965dd35b7..733b8f7636f 100644
--- a/nixos/modules/programs/ssh.nix
+++ b/nixos/modules/programs/ssh.nix
@@ -21,7 +21,7 @@ let
knownHostsText = (flip (concatMapStringsSep "\n") knownHosts
(h: assert h.hostNames != [];
- concatStringsSep "," h.hostNames + " "
+ optionalString h.certAuthority "@cert-authority " + concatStringsSep "," h.hostNames + " "
+ (if h.publicKey != null then h.publicKey else readFile h.publicKeyFile)
)) + "\n";
@@ -128,6 +128,14 @@ in
default = {};
type = types.loaOf (types.submodule ({ name, ... }: {
options = {
+ certAuthority = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ This public key is an SSH certificate authority, rather than an
+ individual host's key.
+ '';
+ };
hostNames = mkOption {
type = types.listOf types.str;
default = [];
@@ -227,6 +235,7 @@ in
systemd.user.services.ssh-agent = mkIf cfg.startAgent
{ description = "SSH Agent";
wantedBy = [ "default.target" ];
+ unitConfig.ConditionUser = "!@system";
serviceConfig =
{ ExecStartPre = "${pkgs.coreutils}/bin/rm -f %t/ssh-agent";
ExecStart =
diff --git a/nixos/modules/programs/tsm-client.nix b/nixos/modules/programs/tsm-client.nix
new file mode 100644
index 00000000000..eb6f1247528
--- /dev/null
+++ b/nixos/modules/programs/tsm-client.nix
@@ -0,0 +1,287 @@
+{ config, lib, pkgs, ... }:
+
+let
+
+ inherit (builtins) length map;
+ inherit (lib.attrsets) attrNames filterAttrs hasAttr mapAttrs mapAttrsToList optionalAttrs;
+ inherit (lib.modules) mkDefault mkIf;
+ inherit (lib.options) literalExample mkEnableOption mkOption;
+ inherit (lib.strings) concatStringsSep optionalString toLower;
+ inherit (lib.types) addCheck attrsOf lines loaOf nullOr package path port str strMatching submodule;
+
+ # Checks if given list of strings contains unique
+ # elements when compared without considering case.
+ # Type: checkIUnique :: [string] -> bool
+ # Example: checkIUnique ["foo" "Foo"] => false
+ checkIUnique = lst:
+ let
+ lenUniq = l: length (lib.lists.unique l);
+ in
+ lenUniq lst == lenUniq (map toLower lst);
+
+ # TSM rejects servername strings longer than 64 chars.
+ servernameType = strMatching ".{1,64}";
+
+ serverOptions = { name, config, ... }: {
+ options.name = mkOption {
+ type = servernameType;
+ example = "mainTsmServer";
+ description = ''
+ Local name of the IBM TSM server,
+ must be uncapitalized and no longer than 64 chars.
+ The value will be used for the
+ server
+ directive in dsm.sys.
+ '';
+ };
+ options.server = mkOption {
+ type = strMatching ".+";
+ example = "tsmserver.company.com";
+ description = ''
+ Host/domain name or IP address of the IBM TSM server.
+ The value will be used for the
+ tcpserveraddress
+ directive in dsm.sys.
+ '';
+ };
+ options.port = mkOption {
+ type = addCheck port (p: p<=32767);
+ default = 1500; # official default
+ description = ''
+ TCP port of the IBM TSM server.
+ The value will be used for the
+ tcpport
+ directive in dsm.sys.
+ TSM does not support ports above 32767.
+ '';
+ };
+ options.node = mkOption {
+ type = strMatching ".+";
+ example = "MY-TSM-NODE";
+ description = ''
+ Target node name on the IBM TSM server.
+ The value will be used for the
+ nodename
+ directive in dsm.sys.
+ '';
+ };
+ options.genPasswd = mkEnableOption ''
+ automatic client password generation.
+ This option influences the
+ passwordaccess
+ directive in dsm.sys.
+ The password will be stored in the directory
+ given by the option .
+ Caution:
+ If this option is enabled and the server forces
+ to renew the password (e.g. on first connection),
+ a random password will be generated and stored
+ '';
+ options.passwdDir = mkOption {
+ type = path;
+ example = "/home/alice/tsm-password";
+ description = ''
+ Directory that holds the TSM
+ node's password information.
+ The value will be used for the
+ passworddir
+ directive in dsm.sys.
+ '';
+ };
+ options.includeExclude = mkOption {
+ type = lines;
+ default = "";
+ example = ''
+ exclude.dir /nix/store
+ include.encrypt /home/.../*
+ '';
+ description = ''
+ include.* and
+ exclude.* directives to be
+ used when sending files to the IBM TSM server.
+ The lines will be written into a file that the
+ inclexcl
+ directive in dsm.sys points to.
+ '';
+ };
+ options.extraConfig = mkOption {
+ # TSM option keys are case insensitive;
+ # we have to ensure there are no keys that
+ # differ only by upper and lower case.
+ type = addCheck
+ (attrsOf (nullOr str))
+ (attrs: checkIUnique (attrNames attrs));
+ default = {};
+ example.compression = "yes";
+ example.passwordaccess = null;
+ description = ''
+ Additional key-value pairs for the server stanza.
+ Values must be strings, or null
+ for the key not to be used in the stanza
+ (e.g. to overrule values generated by other options).
+ '';
+ };
+ options.text = mkOption {
+ type = lines;
+ example = literalExample
+ ''lib.modules.mkAfter "compression no"'';
+ description = ''
+ Additional text lines for the server stanza.
+ This option can be used if certion configuration keys
+ must be used multiple times or ordered in a certain way
+ as the option can't
+ control the order of lines in the resulting stanza.
+ Note that the server
+ line at the beginning of the stanza is
+ not part of this option's value.
+ '';
+ };
+ options.stanza = mkOption {
+ type = str;
+ internal = true;
+ visible = false;
+ description = "Server stanza text generated from the options.";
+ };
+ config.name = mkDefault name;
+ # Client system-options file directives are explained here:
+ # https://www.ibm.com/support/knowledgecenter/SSEQVQ_8.1.8/client/c_opt_usingopts.html
+ config.extraConfig =
+ mapAttrs (lib.trivial.const mkDefault) (
+ {
+ commmethod = "v6tcpip"; # uses v4 or v6, based on dns lookup result
+ tcpserveraddress = config.server;
+ tcpport = builtins.toString config.port;
+ nodename = config.node;
+ passwordaccess = if config.genPasswd then "generate" else "prompt";
+ passworddir = ''"${config.passwdDir}"'';
+ } // optionalAttrs (config.includeExclude!="") {
+ inclexcl = ''"${pkgs.writeText "inclexcl.dsm.sys" config.includeExclude}"'';
+ }
+ );
+ config.text =
+ let
+ attrset = filterAttrs (k: v: v!=null) config.extraConfig;
+ mkLine = k: v: k + optionalString (v!="") " ${v}";
+ lines = mapAttrsToList mkLine attrset;
+ in
+ concatStringsSep "\n" lines;
+ config.stanza = ''
+ server ${config.name}
+ ${config.text}
+ '';
+ };
+
+ options.programs.tsmClient = {
+ enable = mkEnableOption ''
+ IBM Spectrum Protect (Tivoli Storage Manager, TSM)
+ client command line applications with a
+ client system-options file "dsm.sys"
+ '';
+ servers = mkOption {
+ type = loaOf (submodule [ serverOptions ]);
+ default = {};
+ example.mainTsmServer = {
+ server = "tsmserver.company.com";
+ node = "MY-TSM-NODE";
+ extraConfig.compression = "yes";
+ };
+ description = ''
+ Server definitions ("stanzas")
+ for the client system-options file.
+ '';
+ };
+ defaultServername = mkOption {
+ type = nullOr servernameType;
+ default = null;
+ example = "mainTsmServer";
+ description = ''
+ If multiple server stanzas are declared with
+ ,
+ this option may be used to name a default
+ server stanza that IBM TSM uses in the absence of
+ a user-defined dsm.opt file.
+ This option translates to a
+ defaultserver configuration line.
+ '';
+ };
+ dsmSysText = mkOption {
+ type = lines;
+ readOnly = true;
+ description = ''
+ This configuration key contains the effective text
+ of the client system-options file "dsm.sys".
+ It should not be changed, but may be
+ used to feed the configuration into other
+ TSM-depending packages used on the system.
+ '';
+ };
+ package = mkOption {
+ type = package;
+ default = pkgs.tsm-client;
+ defaultText = "pkgs.tsm-client";
+ example = literalExample "pkgs.tsm-client-withGui";
+ description = ''
+ The TSM client derivation to be
+ added to the system environment.
+ It will called with .override
+ to add paths to the client system-options file.
+ '';
+ };
+ wrappedPackage = mkOption {
+ type = package;
+ readOnly = true;
+ description = ''
+ The TSM client derivation, wrapped with the path
+ to the client system-options file "dsm.sys".
+ This option is to provide the effective derivation
+ for other modules that want to call TSM executables.
+ '';
+ };
+ };
+
+ cfg = config.programs.tsmClient;
+
+ assertions = [
+ {
+ assertion = checkIUnique (mapAttrsToList (k: v: v.name) cfg.servers);
+ message = ''
+ TSM servernames contain duplicate name
+ (note that case doesn't matter!)
+ '';
+ }
+ {
+ assertion = (cfg.defaultServername!=null)->(hasAttr cfg.defaultServername cfg.servers);
+ message = "TSM defaultServername not found in list of servers";
+ }
+ ];
+
+ dsmSysText = ''
+ **** IBM Spectrum Protect (Tivoli Storage Manager)
+ **** client system-options file "dsm.sys".
+ **** Do not edit!
+ **** This file is generated by NixOS configuration.
+
+ ${optionalString (cfg.defaultServername!=null) "defaultserver ${cfg.defaultServername}"}
+
+ ${concatStringsSep "\n" (mapAttrsToList (k: v: v.stanza) cfg.servers)}
+ '';
+
+in
+
+{
+
+ inherit options;
+
+ config = mkIf cfg.enable {
+ inherit assertions;
+ programs.tsmClient.dsmSysText = dsmSysText;
+ programs.tsmClient.wrappedPackage = cfg.package.override rec {
+ dsmSysCli = pkgs.writeText "dsm.sys" cfg.dsmSysText;
+ dsmSysApi = dsmSysCli;
+ };
+ environment.systemPackages = [ cfg.wrappedPackage ];
+ };
+
+ meta.maintainers = [ lib.maintainers.yarny ];
+
+}
diff --git a/nixos/modules/programs/xonsh.nix b/nixos/modules/programs/xonsh.nix
index ceab9b5db93..5cd2a49f807 100644
--- a/nixos/modules/programs/xonsh.nix
+++ b/nixos/modules/programs/xonsh.nix
@@ -26,6 +26,7 @@ in
package = mkOption {
type = types.package;
+ default = pkgs.xonsh;
example = literalExample "pkgs.xonsh.override { configFile = \"/path/to/xonshrc\"; }";
description = ''
xonsh package to use.
@@ -46,11 +47,11 @@ in
environment.etc."xonshrc".text = cfg.config;
- environment.systemPackages = [ pkgs.xonsh ];
+ environment.systemPackages = [ cfg.package ];
environment.shells =
[ "/run/current-system/sw/bin/xonsh"
- "${pkgs.xonsh}/bin/xonsh"
+ "${cfg.package}/bin/xonsh"
];
};
diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix
index bd1a7768066..27f4166e100 100644
--- a/nixos/modules/programs/zsh/zsh.nix
+++ b/nixos/modules/programs/zsh/zsh.nix
@@ -69,9 +69,7 @@ in
promptInit = mkOption {
default = ''
- if [ "$TERM" != dumb ]; then
- autoload -U promptinit && promptinit && prompt walters
- fi
+ autoload -U promptinit && promptinit && prompt walters && setopt prompt_sp
'';
description = ''
Shell script code used to initialise the zsh prompt.
@@ -213,6 +211,15 @@ in
${cfg.promptInit}
+ # Need to disable features to support TRAMP
+ if [ "$TERM" = dumb ]; then
+ unsetopt zle prompt_cr prompt_subst
+ unfunction precmd preexec
+ unset RPS1 RPROMPT
+ PS1='$ '
+ PROMPT='$ '
+ fi
+
# Read system-wide modifications.
if test -f /etc/zshrc.local; then
. /etc/zshrc.local
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index a424e86038e..348ad094e5a 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -19,6 +19,7 @@ with lib;
let value = getAttrFromPath [ "services" "ddclient" "domain" ] config;
in if value != "" then [ value ] else []))
(mkRemovedOptionModule [ "services" "ddclient" "homeDir" ] "")
+ (mkRenamedOptionModule [ "services" "flatpak" "extraPortals" ] [ "xdg" "portal" "extraPortals" ])
(mkRenamedOptionModule [ "services" "i2pd" "extIp" ] [ "services" "i2pd" "address" ])
(mkRenamedOptionModule [ "services" "kubernetes" "apiserver" "admissionControl" ] [ "services" "kubernetes" "apiserver" "enableAdmissionPlugins" ])
(mkRenamedOptionModule [ "services" "kubernetes" "apiserver" "address" ] ["services" "kubernetes" "apiserver" "bindAddress"])
@@ -50,6 +51,10 @@ with lib;
(mkRemovedOptionModule [ "services" "misc" "nzbget" "openFirewall" ] "The port used by nzbget is managed through the web interface so you should adjust your firewall rules accordingly.")
(mkRemovedOptionModule [ "services" "prometheus" "alertmanager" "user" ] "The alertmanager service is now using systemd's DynamicUser mechanism which obviates a user setting.")
(mkRemovedOptionModule [ "services" "prometheus" "alertmanager" "group" ] "The alertmanager service is now using systemd's DynamicUser mechanism which obviates a group setting.")
+ (mkRemovedOptionModule [ "services" "prometheus2" "alertmanagerURL" ] ''
+ Due to incompatibility, the alertmanagerURL option has been removed,
+ please use 'services.prometheus2.alertmanagers' instead.
+ '')
(mkRenamedOptionModule [ "services" "tor" "relay" "portSpec" ] [ "services" "tor" "relay" "port" ])
(mkRenamedOptionModule [ "services" "vmwareGuest" ] [ "virtualisation" "vmware" "guest" ])
(mkRenamedOptionModule [ "jobs" ] [ "systemd" "services" ])
@@ -62,11 +67,13 @@ with lib;
(mkRemovedOptionModule [ "security" "setuidOwners" ] "Use security.wrappers instead")
(mkRemovedOptionModule [ "security" "setuidPrograms" ] "Use security.wrappers instead")
+ (mkRenamedOptionModule [ "security" "virtualization" "flushL1DataCache" ] [ "security" "virtualisation" "flushL1DataCache" ])
+
# PAM
(mkRenamedOptionModule [ "security" "pam" "enableU2F" ] [ "security" "pam" "u2f" "enable" ])
- (mkRemovedOptionModule [ "services" "rmilter" "bindInetSockets" ] "Use services.rmilter.bindSocket.* instead")
- (mkRemovedOptionModule [ "services" "rmilter" "bindUnixSockets" ] "Use services.rmilter.bindSocket.* instead")
+ # rmilter/rspamd
+ (mkRemovedOptionModule [ "services" "rmilter" ] "Use services.rspamd.* instead to set up milter service")
# Xsession script
(mkRenamedOptionModule [ "services" "xserver" "displayManager" "job" "logsXsession" ] [ "services" "xserver" "displayManager" "job" "logToFile" ])
@@ -171,6 +178,12 @@ with lib;
The starting time can be configured via services.postgresqlBackup.startAt.
'')
+ # phpfpm
+ (mkRemovedOptionModule [ "services" "phpfpm" "poolConfigs" ] "Use services.phpfpm.pools instead.")
+
+ # zabbixServer
+ (mkRenamedOptionModule [ "services" "zabbixServer" "dbServer" ] [ "services" "zabbixServer" "database" "host" ])
+
# Profile splitting
(mkRenamedOptionModule [ "virtualisation" "growPartition" ] [ "boot" "growPartition" ])
@@ -213,6 +226,10 @@ with lib;
(mkRemovedOptionModule [ "boot" "zfs" "enableLegacyCrypto" ] "The corresponding package was removed from nixpkgs.")
(mkRemovedOptionModule [ "services" "winstone" ] "The corresponding package was removed from nixpkgs.")
(mkRemovedOptionModule [ "services" "mysql" "pidDir" ] "Don't wait for pidfiles, describe dependencies through systemd")
+ (mkRemovedOptionModule [ "services" "mysql" "rootPassword" ] "Use socket authentication or set the password outside of the nix store.")
+ (mkRemovedOptionModule [ "services" "zabbixServer" "dbPassword" ] "Use services.zabbixServer.database.passwordFile instead.")
+ (mkRemovedOptionModule [ "systemd" "generator-packages" ] "Use systemd.packages instead.")
+ (mkRemovedOptionModule [ "systemd" "coredump" "enable" ] "Enabled by default. Set boot.kernel.sysctl.\"kernel.core_pattern\" = \"core\"; to disable.")
# ZSH
(mkRenamedOptionModule [ "programs" "zsh" "enableSyntaxHighlighting" ] [ "programs" "zsh" "syntaxHighlighting" "enable" ])
@@ -240,7 +257,30 @@ with lib;
# binfmt
(mkRenamedOptionModule [ "boot" "binfmtMiscRegistrations" ] [ "boot" "binfmt" "registrations" ])
- ] ++ (flip map [ "blackboxExporter" "collectdExporter" "fritzboxExporter"
+ # KSM
+ (mkRenamedOptionModule [ "hardware" "enableKSM" ] [ "hardware" "ksm" "enable" ])
+
+ # resolvconf
+ (mkRenamedOptionModule [ "networking" "dnsSingleRequest" ] [ "networking" "resolvconf" "dnsSingleRequest" ])
+ (mkRenamedOptionModule [ "networking" "dnsExtensionMechanism" ] [ "networking" "resolvconf" "dnsExtensionMechanism" ])
+ (mkRenamedOptionModule [ "networking" "extraResolvconfConf" ] [ "networking" "resolvconf" "extraConfig" ])
+ (mkRenamedOptionModule [ "networking" "resolvconfOptions" ] [ "networking" "resolvconf" "extraOptions" ])
+
+ # Redshift
+ (mkChangedOptionModule [ "services" "redshift" "latitude" ] [ "location" "latitude" ]
+ (config:
+ let value = getAttrFromPath [ "services" "redshift" "latitude" ] config;
+ in if value == null then
+ throw "services.redshift.latitude is set to null, you can remove this"
+ else builtins.fromJSON value))
+ (mkChangedOptionModule [ "services" "redshift" "longitude" ] [ "location" "longitude" ]
+ (config:
+ let value = getAttrFromPath [ "services" "redshift" "longitude" ] config;
+ in if value == null then
+ throw "services.redshift.longitude is set to null, you can remove this"
+ else builtins.fromJSON value))
+
+ ] ++ (forEach [ "blackboxExporter" "collectdExporter" "fritzboxExporter"
"jsonExporter" "minioExporter" "nginxExporter" "nodeExporter"
"snmpExporter" "unifiExporter" "varnishExporter" ]
(opt: mkRemovedOptionModule [ "services" "prometheus" "${opt}" ] ''
diff --git a/nixos/modules/security/misc.nix b/nixos/modules/security/misc.nix
index bf474ac0a54..16e3bfb1419 100644
--- a/nixos/modules/security/misc.nix
+++ b/nixos/modules/security/misc.nix
@@ -48,13 +48,25 @@ with lib;
e.g., shared caches). This attack vector is unproven.
Disabling SMT is a supplement to the L1 data cache flushing mitigation
- (see )
+ (see )
versus malicious VM guests (SMT could "bring back" previously flushed
data).
'';
};
- security.virtualization.flushL1DataCache = mkOption {
+ security.forcePageTableIsolation = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Whether to force-enable the Page Table Isolation (PTI) Linux kernel
+ feature even on CPU models that claim to be safe from Meltdown.
+
+ This hardening feature is most beneficial to systems that run untrusted
+ workloads that rely on address space isolation for security.
+ '';
+ };
+
+ security.virtualisation.flushL1DataCache = mkOption {
type = types.nullOr (types.enum [ "never" "cond" "always" ]);
default = null;
description = ''
@@ -114,8 +126,12 @@ with lib;
boot.kernelParams = [ "nosmt" ];
})
- (mkIf (config.security.virtualization.flushL1DataCache != null) {
- boot.kernelParams = [ "kvm-intel.vmentry_l1d_flush=${config.security.virtualization.flushL1DataCache}" ];
+ (mkIf config.security.forcePageTableIsolation {
+ boot.kernelParams = [ "pti=on" ];
+ })
+
+ (mkIf (config.security.virtualisation.flushL1DataCache != null) {
+ boot.kernelParams = [ "kvm-intel.vmentry_l1d_flush=${config.security.virtualisation.flushL1DataCache}" ];
})
];
}
diff --git a/nixos/modules/services/admin/oxidized.nix b/nixos/modules/services/admin/oxidized.nix
index 687cdfb5ba5..39112c3970d 100644
--- a/nixos/modules/services/admin/oxidized.nix
+++ b/nixos/modules/services/admin/oxidized.nix
@@ -97,8 +97,8 @@ in
preStart = ''
mkdir -p ${cfg.dataDir}/.config/oxidized
- cp -v ${cfg.routerDB} ${cfg.dataDir}/.config/oxidized/router.db
- cp -v ${cfg.configFile} ${cfg.dataDir}/.config/oxidized/config
+ ln -f -s ${cfg.routerDB} ${cfg.dataDir}/.config/oxidized/router.db
+ ln -f -s ${cfg.configFile} ${cfg.dataDir}/.config/oxidized/config
'';
serviceConfig = {
diff --git a/nixos/modules/services/audio/mopidy.nix b/nixos/modules/services/audio/mopidy.nix
index e2f4ec39f94..a534b692f17 100644
--- a/nixos/modules/services/audio/mopidy.nix
+++ b/nixos/modules/services/audio/mopidy.nix
@@ -70,25 +70,25 @@ in {
config = mkIf cfg.enable {
+ systemd.tmpfiles.rules = [
+ "d '${cfg.dataDir}' - mopidy mopidy - -"
+ ];
+
systemd.services.mopidy = {
wantedBy = [ "multi-user.target" ];
after = [ "network.target" "sound.target" ];
description = "mopidy music player daemon";
- preStart = "mkdir -p ${cfg.dataDir} && chown -R mopidy:mopidy ${cfg.dataDir}";
serviceConfig = {
ExecStart = "${mopidyEnv}/bin/mopidy --config ${concatStringsSep ":" ([mopidyConf] ++ cfg.extraConfigFiles)}";
User = "mopidy";
- PermissionsStartOnly = true;
};
};
systemd.services.mopidy-scan = {
description = "mopidy local files scanner";
- preStart = "mkdir -p ${cfg.dataDir} && chown -R mopidy:mopidy ${cfg.dataDir}";
serviceConfig = {
ExecStart = "${mopidyEnv}/bin/mopidy --config ${concatStringsSep ":" ([mopidyConf] ++ cfg.extraConfigFiles)} local scan";
User = "mopidy";
- PermissionsStartOnly = true;
Type = "oneshot";
};
};
@@ -98,7 +98,7 @@ in {
group = "mopidy";
extraGroups = [ "audio" ];
description = "Mopidy daemon user";
- home = "${cfg.dataDir}";
+ home = cfg.dataDir;
};
users.groups.mopidy.gid = gid;
diff --git a/nixos/modules/services/audio/roon-server.nix b/nixos/modules/services/audio/roon-server.nix
new file mode 100644
index 00000000000..d4b0b098b78
--- /dev/null
+++ b/nixos/modules/services/audio/roon-server.nix
@@ -0,0 +1,73 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+ name = "roon-server";
+ cfg = config.services.roon-server;
+in {
+ options = {
+ services.roon-server = {
+ enable = mkEnableOption "Roon Server";
+ openFirewall = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Open ports in the firewall for the server.
+
+ UDP: 9003
+ TCP: 9100 - 9200
+ '';
+ };
+ user = mkOption {
+ type = types.str;
+ default = "roon-server";
+ description = ''
+ User to run the Roon Server as.
+ '';
+ };
+ group = mkOption {
+ type = types.str;
+ default = "roon-server";
+ description = ''
+ Group to run the Roon Server as.
+ '';
+ };
+ };
+ };
+
+ config = mkIf cfg.enable {
+ systemd.services.roon-server = {
+ after = [ "network.target" ];
+ description = "Roon Server";
+ wantedBy = [ "multi-user.target" ];
+
+ environment.ROON_DATAROOT = "/var/lib/${name}";
+
+ serviceConfig = {
+ ExecStart = "${pkgs.roon-server}/opt/start.sh";
+ LimitNOFILE = 8192;
+ User = cfg.user;
+ Group = cfg.group;
+ StateDirectory = name;
+ };
+ };
+
+ networking.firewall = mkIf cfg.openFirewall {
+ allowedTCPPortRanges = [
+ { from = 9100; to = 9200; }
+ ];
+ allowedUDPPorts = [ 9003 ];
+ };
+
+
+ users.groups."${cfg.group}" = {};
+ users.users."${cfg.user}" =
+ if cfg.user == "roon-server" then {
+ isSystemUser = true;
+ description = "Roon Server user";
+ groups = [ cfg.group "audio" ];
+ }
+ else {};
+ };
+}
diff --git a/nixos/modules/services/audio/slimserver.nix b/nixos/modules/services/audio/slimserver.nix
index 640403d2c97..8f94a2b4940 100644
--- a/nixos/modules/services/audio/slimserver.nix
+++ b/nixos/modules/services/audio/slimserver.nix
@@ -42,15 +42,17 @@ in {
config = mkIf cfg.enable {
+ systemd.tmpfiles.rules = [
+ "d '${cfg.dataDir}' - slimserver slimserver - -"
+ ];
+
systemd.services.slimserver = {
after = [ "network.target" ];
description = "Slim Server for Logitech Squeezebox Players";
wantedBy = [ "multi-user.target" ];
- preStart = "mkdir -p ${cfg.dataDir} && chown -R slimserver:slimserver ${cfg.dataDir}";
serviceConfig = {
User = "slimserver";
- PermissionsStartOnly = true;
# Issue 40589: Disable broken image/video support (audio still works!)
ExecStart = "${cfg.package}/slimserver.pl --logdir ${cfg.dataDir}/logs --prefsdir ${cfg.dataDir}/prefs --cachedir ${cfg.dataDir}/cache --noimage --novideo";
};
diff --git a/nixos/modules/services/audio/snapserver.nix b/nixos/modules/services/audio/snapserver.nix
index f709dd7fe16..b0b9264e816 100644
--- a/nixos/modules/services/audio/snapserver.nix
+++ b/nixos/modules/services/audio/snapserver.nix
@@ -4,7 +4,6 @@ with lib;
let
- package = "snapcast";
name = "snapserver";
cfg = config.services.snapserver;
diff --git a/nixos/modules/services/audio/spotifyd.nix b/nixos/modules/services/audio/spotifyd.nix
new file mode 100644
index 00000000000..e3556b2559c
--- /dev/null
+++ b/nixos/modules/services/audio/spotifyd.nix
@@ -0,0 +1,42 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+ cfg = config.services.spotifyd;
+ spotifydConf = pkgs.writeText "spotifyd.conf" cfg.config;
+in
+{
+ options = {
+ services.spotifyd = {
+ enable = mkEnableOption "spotifyd, a Spotify playing daemon";
+
+ config = mkOption {
+ default = "";
+ type = types.lines;
+ description = ''
+ Configuration for Spotifyd. For syntax and directives, see
+ https://github.com/Spotifyd/spotifyd#Configuration.
+ '';
+ };
+ };
+ };
+
+ config = mkIf cfg.enable {
+ systemd.services.spotifyd = {
+ wantedBy = [ "multi-user.target" ];
+ after = [ "network-online.target" "sound.target" ];
+ description = "spotifyd, a Spotify playing daemon";
+ serviceConfig = {
+ ExecStart = "${pkgs.spotifyd}/bin/spotifyd --no-daemon --cache_path /var/cache/spotifyd --config ${spotifydConf}";
+ Restart = "always";
+ RestartSec = 12;
+ DynamicUser = true;
+ CacheDirectory = "spotifyd";
+ SupplementaryGroups = ["audio"];
+ };
+ };
+ };
+
+ meta.maintainers = [ maintainers.anderslundstedt ];
+}
diff --git a/nixos/modules/services/backup/automysqlbackup.nix b/nixos/modules/services/backup/automysqlbackup.nix
index b845f370fb7..1884f3536a9 100644
--- a/nixos/modules/services/backup/automysqlbackup.nix
+++ b/nixos/modules/services/backup/automysqlbackup.nix
@@ -41,7 +41,7 @@ in
};
config = mkOption {
- type = with types; attrsOf (either (either str (either int bool)) (listOf str));
+ type = with types; attrsOf (oneOf [ str int bool (listOf str) ]);
default = {};
description = ''
automysqlbackup configuration. Refer to
diff --git a/nixos/modules/services/backup/duplicati.nix b/nixos/modules/services/backup/duplicati.nix
index 80287f30b81..0ff720c5897 100644
--- a/nixos/modules/services/backup/duplicati.nix
+++ b/nixos/modules/services/backup/duplicati.nix
@@ -19,13 +19,22 @@ in
};
interface = mkOption {
- default = "lo";
+ default = "127.0.0.1";
type = types.str;
description = ''
Listening interface for the web UI
Set it to "any" to listen on all available interfaces
'';
};
+
+ user = mkOption {
+ default = "duplicati";
+ type = types.str;
+ description = ''
+ Duplicati runs as it's own user. It will only be able to backup world-readable files.
+ Run as root with special care.
+ '';
+ };
};
};
@@ -37,14 +46,15 @@ in
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
- User = "duplicati";
+ User = cfg.user;
Group = "duplicati";
+ StateDirectory = "duplicati";
ExecStart = "${pkgs.duplicati}/bin/duplicati-server --webservice-interface=${cfg.interface} --webservice-port=${toString cfg.port} --server-datafolder=/var/lib/duplicati";
Restart = "on-failure";
};
};
- users.users.duplicati = {
+ users.users.duplicati = lib.optionalAttrs (cfg.user == "duplicati") {
uid = config.ids.uids.duplicati;
home = "/var/lib/duplicati";
createHome = true;
diff --git a/nixos/modules/services/backup/postgresql-wal-receiver.nix b/nixos/modules/services/backup/postgresql-wal-receiver.nix
new file mode 100644
index 00000000000..d9a37037992
--- /dev/null
+++ b/nixos/modules/services/backup/postgresql-wal-receiver.nix
@@ -0,0 +1,203 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+ receiverSubmodule = {
+ options = {
+ postgresqlPackage = mkOption {
+ type = types.package;
+ example = literalExample "pkgs.postgresql_11";
+ description = ''
+ PostgreSQL package to use.
+ '';
+ };
+
+ directory = mkOption {
+ type = types.path;
+ example = literalExample "/mnt/pg_wal/main/";
+ description = ''
+ Directory to write the output to.
+ '';
+ };
+
+ statusInterval = mkOption {
+ type = types.int;
+ default = 10;
+ description = ''
+ Specifies the number of seconds between status packets sent back to the server.
+ This allows for easier monitoring of the progress from server.
+ A value of zero disables the periodic status updates completely,
+ although an update will still be sent when requested by the server, to avoid timeout disconnect.
+ '';
+ };
+
+ slot = mkOption {
+ type = types.str;
+ default = "";
+ example = "some_slot_name";
+ description = ''
+ Require pg_receivewal to use an existing replication slot (see
+ Section 26.2.6 of the PostgreSQL manual).
+ When this option is used, pg_receivewal will report a flush position to the server,
+ indicating when each segment has been synchronized to disk so that the server can remove that segment if it is not otherwise needed.
+
+ When the replication client of pg_receivewal is configured on the server as a synchronous standby,
+ then using a replication slot will report the flush position to the server, but only when a WAL file is closed.
+ Therefore, that configuration will cause transactions on the primary to wait for a long time and effectively not work satisfactorily.
+ The option must be specified in addition to make this work correctly.
+ '';
+ };
+
+ synchronous = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Flush the WAL data to disk immediately after it has been received.
+ Also send a status packet back to the server immediately after flushing, regardless of .
+
+ This option should be specified if the replication client of pg_receivewal is configured on the server as a synchronous standby,
+ to ensure that timely feedback is sent to the server.
+ '';
+ };
+
+ compress = mkOption {
+ type = types.ints.between 0 9;
+ default = 0;
+ description = ''
+ Enables gzip compression of write-ahead logs, and specifies the compression level
+ (0 through 9, 0 being no compression and 9 being best compression).
+ The suffix .gz will automatically be added to all filenames.
+
+ This option requires PostgreSQL >= 10.
+ '';
+ };
+
+ connection = mkOption {
+ type = types.str;
+ example = "postgresql://user@somehost";
+ description = ''
+ Specifies parameters used to connect to the server, as a connection string.
+ See Section 34.1.1 of the PostgreSQL manual for more information.
+
+ Because pg_receivewal doesn't connect to any particular database in the cluster,
+ database name in the connection string will be ignored.
+ '';
+ };
+
+ extraArgs = mkOption {
+ type = with types; listOf str;
+ default = [ ];
+ example = literalExample ''
+ [
+ "--no-sync"
+ ]
+ '';
+ description = ''
+ A list of extra arguments to pass to the pg_receivewal command.
+ '';
+ };
+
+ environment = mkOption {
+ type = with types; attrsOf str;
+ default = { };
+ example = literalExample ''
+ {
+ PGPASSFILE = "/private/passfile";
+ PGSSLMODE = "require";
+ }
+ '';
+ description = ''
+ Environment variables passed to the service.
+ Usable parameters are listed in Section 34.14 of the PostgreSQL manual.
+ '';
+ };
+ };
+ };
+
+in {
+ options = {
+ services.postgresqlWalReceiver = {
+ receivers = mkOption {
+ type = with types; attrsOf (submodule receiverSubmodule);
+ default = { };
+ example = literalExample ''
+ {
+ main = {
+ postgresqlPackage = pkgs.postgresql_11;
+ directory = /mnt/pg_wal/main/;
+ slot = "main_wal_receiver";
+ connection = "postgresql://user@somehost";
+ };
+ }
+ '';
+ description = ''
+ PostgreSQL WAL receivers.
+ Stream write-ahead logs from a PostgreSQL server using pg_receivewal (formerly pg_receivexlog).
+ See the man page for more information.
+ '';
+ };
+ };
+ };
+
+ config = let
+ receivers = config.services.postgresqlWalReceiver.receivers;
+ in mkIf (receivers != { }) {
+ users = {
+ users.postgres = {
+ uid = config.ids.uids.postgres;
+ group = "postgres";
+ description = "PostgreSQL server user";
+ };
+
+ groups.postgres = {
+ gid = config.ids.gids.postgres;
+ };
+ };
+
+ assertions = concatLists (attrsets.mapAttrsToList (name: config: [
+ {
+ assertion = config.compress > 0 -> versionAtLeast config.postgresqlPackage.version "10";
+ message = "Invalid configuration for WAL receiver \"${name}\": compress requires PostgreSQL version >= 10.";
+ }
+ ]) receivers);
+
+ systemd.tmpfiles.rules = mapAttrsToList (name: config: ''
+ d ${escapeShellArg config.directory} 0750 postgres postgres - -
+ '') receivers;
+
+ systemd.services = with attrsets; mapAttrs' (name: config: nameValuePair "postgresql-wal-receiver-${name}" {
+ description = "PostgreSQL WAL receiver (${name})";
+ wantedBy = [ "multi-user.target" ];
+
+ serviceConfig = {
+ User = "postgres";
+ Group = "postgres";
+ KillSignal = "SIGINT";
+ Restart = "always";
+ RestartSec = 30;
+ };
+
+ inherit (config) environment;
+
+ script = let
+ receiverCommand = postgresqlPackage:
+ if (versionAtLeast postgresqlPackage.version "10")
+ then "${postgresqlPackage}/bin/pg_receivewal"
+ else "${postgresqlPackage}/bin/pg_receivexlog";
+ in ''
+ ${receiverCommand config.postgresqlPackage} \
+ --no-password \
+ --directory=${escapeShellArg config.directory} \
+ --status-interval=${toString config.statusInterval} \
+ --dbname=${escapeShellArg config.connection} \
+ ${optionalString (config.compress > 0) "--compress=${toString config.compress}"} \
+ ${optionalString (config.slot != "") "--slot=${escapeShellArg config.slot}"} \
+ ${optionalString config.synchronous "--synchronous"} \
+ ${concatStringsSep " " config.extraArgs}
+ '';
+ }) receivers;
+ };
+
+ meta.maintainers = with maintainers; [ pacien ];
+}
diff --git a/nixos/modules/services/backup/tsm.nix b/nixos/modules/services/backup/tsm.nix
new file mode 100644
index 00000000000..3b2bb37491b
--- /dev/null
+++ b/nixos/modules/services/backup/tsm.nix
@@ -0,0 +1,106 @@
+{ config, lib, ... }:
+
+let
+
+ inherit (lib.attrsets) hasAttr;
+ inherit (lib.modules) mkDefault mkIf;
+ inherit (lib.options) mkEnableOption mkOption;
+ inherit (lib.types) nullOr strMatching;
+
+ options.services.tsmBackup = {
+ enable = mkEnableOption ''
+ automatic backups with the
+ IBM Spectrum Protect (Tivoli Storage Manager, TSM) client.
+ This also enables
+
+ '';
+ command = mkOption {
+ type = strMatching ".+";
+ default = "backup";
+ example = "incr";
+ description = ''
+ The actual command passed to the
+ dsmc executable to start the backup.
+ '';
+ };
+ servername = mkOption {
+ type = strMatching ".+";
+ example = "mainTsmServer";
+ description = ''
+ Create a systemd system service
+ tsm-backup.service that starts
+ a backup based on the given servername's stanza.
+ Note that this server's
+ will default to
+ /var/lib/tsm-backup/password
+ (but may be overridden);
+ also, the service will use
+ /var/lib/tsm-backup as
+ HOME when calling
+ dsmc.
+ '';
+ };
+ autoTime = mkOption {
+ type = nullOr (strMatching ".+");
+ default = null;
+ example = "12:00";
+ description = ''
+ The backup service will be invoked
+ automatically at the given date/time,
+ which must be in the format described in
+ systemd.time5.
+ The default null
+ disables automatic backups.
+ '';
+ };
+ };
+
+ cfg = config.services.tsmBackup;
+ cfgPrg = config.programs.tsmClient;
+
+ assertions = [
+ {
+ assertion = hasAttr cfg.servername cfgPrg.servers;
+ message = "TSM service servername not found in list of servers";
+ }
+ {
+ assertion = cfgPrg.servers.${cfg.servername}.genPasswd;
+ message = "TSM service requires automatic password generation";
+ }
+ ];
+
+in
+
+{
+
+ inherit options;
+
+ config = mkIf cfg.enable {
+ inherit assertions;
+ programs.tsmClient.enable = true;
+ programs.tsmClient.servers."${cfg.servername}".passwdDir =
+ mkDefault "/var/lib/tsm-backup/password";
+ systemd.services.tsm-backup = {
+ description = "IBM Spectrum Protect (Tivoli Storage Manager) Backup";
+ # DSM_LOG needs a trailing slash to have it treated as a directory.
+ # `/var/log` would be littered with TSM log files otherwise.
+ environment.DSM_LOG = "/var/log/tsm-backup/";
+ # TSM needs a HOME dir to store certificates.
+ environment.HOME = "/var/lib/tsm-backup";
+ # for exit status description see
+ # https://www.ibm.com/support/knowledgecenter/en/SSEQVQ_8.1.8/client/c_sched_rtncode.html
+ serviceConfig.SuccessExitStatus = "4 8";
+ # The `-se` option must come after the command.
+ # The `-optfile` option suppresses a `dsm.opt`-not-found warning.
+ serviceConfig.ExecStart =
+ "${cfgPrg.wrappedPackage}/bin/dsmc ${cfg.command} -se='${cfg.servername}' -optfile=/dev/null";
+ serviceConfig.LogsDirectory = "tsm-backup";
+ serviceConfig.StateDirectory = "tsm-backup";
+ serviceConfig.StateDirectoryMode = "0750";
+ startAt = mkIf (cfg.autoTime!=null) cfg.autoTime;
+ };
+ };
+
+ meta.maintainers = [ lib.maintainers.yarny ];
+
+}
diff --git a/nixos/modules/services/backup/zfs-replication.nix b/nixos/modules/services/backup/zfs-replication.nix
new file mode 100644
index 00000000000..785cedb9869
--- /dev/null
+++ b/nixos/modules/services/backup/zfs-replication.nix
@@ -0,0 +1,90 @@
+{ lib, pkgs, config, ... }:
+
+with lib;
+
+let
+ cfg = config.services.zfs.autoReplication;
+ recursive = optionalString cfg.recursive " --recursive";
+ followDelete = optionalString cfg.followDelete " --follow-delete";
+in {
+ options = {
+ services.zfs.autoReplication = {
+ enable = mkEnableOption "ZFS snapshot replication.";
+
+ followDelete = mkOption {
+ description = "Remove remote snapshots that don't have a local correspondant.";
+ default = true;
+ type = types.bool;
+ };
+
+ host = mkOption {
+ description = "Remote host where snapshots should be sent.";
+ example = "example.com";
+ type = types.str;
+ };
+
+ identityFilePath = mkOption {
+ description = "Path to SSH key used to login to host.";
+ example = "/home/username/.ssh/id_rsa";
+ type = types.path;
+ };
+
+ localFilesystem = mkOption {
+ description = "Local ZFS fileystem from which snapshots should be sent. Defaults to the attribute name.";
+ example = "pool/file/path";
+ type = types.str;
+ };
+
+ remoteFilesystem = mkOption {
+ description = "Remote ZFS filesystem where snapshots should be sent.";
+ example = "pool/file/path";
+ type = types.str;
+ };
+
+ recursive = mkOption {
+ description = "Recursively discover snapshots to send.";
+ default = true;
+ type = types.bool;
+ };
+
+ username = mkOption {
+ description = "Username used by SSH to login to remote host.";
+ example = "username";
+ type = types.str;
+ };
+ };
+ };
+
+ config = lib.mkIf cfg.enable {
+ environment.systemPackages = [
+ pkgs.lz4
+ ];
+
+ systemd.services."zfs-replication" = {
+ after = [
+ "zfs-snapshot-daily.service"
+ "zfs-snapshot-frequent.service"
+ "zfs-snapshot-hourly.service"
+ "zfs-snapshot-monthly.service"
+ "zfs-snapshot-weekly.service"
+ ];
+ description = "ZFS Snapshot Replication";
+ documentation = [
+ "https://github.com/alunduil/zfs-replicate"
+ ];
+ restartIfChanged = false;
+ serviceConfig.ExecStart = "${pkgs.zfs-replicate}/bin/zfs-replicate${recursive} -l ${escapeShellArg cfg.username} -i ${escapeShellArg cfg.identityFilePath}${followDelete} ${escapeShellArg cfg.host} ${escapeShellArg cfg.remoteFilesystem} ${escapeShellArg cfg.localFilesystem}";
+ wantedBy = [
+ "zfs-snapshot-daily.service"
+ "zfs-snapshot-frequent.service"
+ "zfs-snapshot-hourly.service"
+ "zfs-snapshot-monthly.service"
+ "zfs-snapshot-weekly.service"
+ ];
+ };
+ };
+
+ meta = {
+ maintainers = with lib.maintainers; [ alunduil ];
+ };
+}
diff --git a/nixos/modules/services/cluster/kubernetes/default.nix b/nixos/modules/services/cluster/kubernetes/default.nix
index 5e46bfc4240..143b41f57f6 100644
--- a/nixos/modules/services/cluster/kubernetes/default.nix
+++ b/nixos/modules/services/cluster/kubernetes/default.nix
@@ -72,13 +72,6 @@ let
default = null;
};
};
-
- kubeConfigDefaults = {
- server = mkDefault cfg.kubeconfig.server;
- caFile = mkDefault cfg.kubeconfig.caFile;
- certFile = mkDefault cfg.kubeconfig.certFile;
- keyFile = mkDefault cfg.kubeconfig.keyFile;
- };
in {
###### interface
diff --git a/nixos/modules/services/cluster/kubernetes/kubelet.nix b/nixos/modules/services/cluster/kubernetes/kubelet.nix
index ccc8a16e788..4c5df96bcc6 100644
--- a/nixos/modules/services/cluster/kubernetes/kubelet.nix
+++ b/nixos/modules/services/cluster/kubernetes/kubelet.nix
@@ -28,13 +28,6 @@ let
kubeconfig = top.lib.mkKubeConfig "kubelet" cfg.kubeconfig;
- manifests = pkgs.buildEnv {
- name = "kubernetes-manifests";
- paths = mapAttrsToList (name: manifest:
- pkgs.writeTextDir "${name}.json" (builtins.toJSON manifest)
- ) cfg.manifests;
- };
-
manifestPath = "kubernetes/manifests";
taintOptions = with lib.types; { name, ... }: {
diff --git a/nixos/modules/services/cluster/kubernetes/pki.nix b/nixos/modules/services/cluster/kubernetes/pki.nix
index e68660e8bdd..47384ae50a0 100644
--- a/nixos/modules/services/cluster/kubernetes/pki.nix
+++ b/nixos/modules/services/cluster/kubernetes/pki.nix
@@ -118,7 +118,6 @@ in
cfsslCertPathPrefix = "${config.services.cfssl.dataDir}/cfssl";
cfsslCert = "${cfsslCertPathPrefix}.pem";
cfsslKey = "${cfsslCertPathPrefix}-key.pem";
- cfsslPort = toString config.services.cfssl.port;
certmgrPaths = [
top.caFile
diff --git a/nixos/modules/services/computing/boinc/client.nix b/nixos/modules/services/computing/boinc/client.nix
index 8abe3c5b8c9..7022751b3f0 100644
--- a/nixos/modules/services/computing/boinc/client.nix
+++ b/nixos/modules/services/computing/boinc/client.nix
@@ -105,19 +105,18 @@ in
isSystemUser = true;
};
+ systemd.tmpfiles.rules = [
+ "d '${cfg.dataDir}' - boinc - - -"
+ ];
+
systemd.services.boinc = {
description = "BOINC Client";
after = ["network.target" "local-fs.target"];
wantedBy = ["multi-user.target"];
- preStart = ''
- mkdir -p ${cfg.dataDir}
- chown boinc ${cfg.dataDir}
- '';
script = ''
${fhsEnvExecutable} --dir ${cfg.dataDir} --redirectio ${allowRemoteGuiRpcFlag}
'';
serviceConfig = {
- PermissionsStartOnly = true; # preStart must be run as root
User = "boinc";
Nice = 10;
};
diff --git a/nixos/modules/services/databases/cassandra.nix b/nixos/modules/services/databases/cassandra.nix
index e2ea9fcda6b..a9da3a3c562 100644
--- a/nixos/modules/services/databases/cassandra.nix
+++ b/nixos/modules/services/databases/cassandra.nix
@@ -71,7 +71,7 @@ in {
'';
clusterName = mkOption {
type = types.str;
- default = "NixOS Test Cluster";
+ default = "Test Cluster";
description = ''
The name of the cluster.
This setting prevents nodes in one logical cluster from joining
diff --git a/nixos/modules/services/databases/couchdb.nix b/nixos/modules/services/databases/couchdb.nix
index 5ddf8ba4bfb..77e404116c8 100644
--- a/nixos/modules/services/databases/couchdb.nix
+++ b/nixos/modules/services/databases/couchdb.nix
@@ -160,7 +160,7 @@ in {
systemd.tmpfiles.rules = [
"d '${dirOf cfg.uriFile}' - ${cfg.user} ${cfg.group} - -"
- "d '${dirOf cfg.logFile}' - ${cfg.user} ${cfg.group} - -"
+ "f '${cfg.logFile}' - ${cfg.user} ${cfg.group} - -"
"d '${cfg.databaseDir}' - ${cfg.user} ${cfg.group} - -"
"d '${cfg.viewIndexDir}' - ${cfg.user} ${cfg.group} - -"
];
@@ -169,11 +169,9 @@ in {
description = "CouchDB Server";
wantedBy = [ "multi-user.target" ];
- preStart =
- ''
+ preStart = ''
touch ${cfg.configFile}
- touch -a ${cfg.logFile}
- '';
+ '';
environment = mkIf useVersion2 {
# we are actually specifying 4 configuration files:
diff --git a/nixos/modules/services/databases/firebird.nix b/nixos/modules/services/databases/firebird.nix
index cc81b440450..042c9841df5 100644
--- a/nixos/modules/services/databases/firebird.nix
+++ b/nixos/modules/services/databases/firebird.nix
@@ -95,6 +95,11 @@ in
environment.systemPackages = [cfg.package];
+ systemd.tmpfiles.rules = [
+ "d '${dataDir}' 0700 ${cfg.user} - - -"
+ "d '${systemDir}' 0700 ${cfg.user} - - -"
+ ];
+
systemd.services.firebird =
{ description = "Firebird Super-Server";
@@ -104,21 +109,16 @@ in
# is a better way
preStart =
''
- mkdir -m 0700 -p \
- "${dataDir}" \
- "${systemDir}" \
- /var/log/firebird
-
if ! test -e "${systemDir}/security2.fdb"; then
cp ${firebird}/security2.fdb "${systemDir}"
fi
- chown -R ${cfg.user} "${dataDir}" "${systemDir}" /var/log/firebird
chmod -R 700 "${dataDir}" "${systemDir}" /var/log/firebird
'';
- serviceConfig.PermissionsStartOnly = true; # preStart must be run as root
serviceConfig.User = cfg.user;
+ serviceConfig.LogsDirectory = "firebird";
+ serviceConfig.LogsDirectoryMode = "0700";
serviceConfig.ExecStart = ''${firebird}/bin/fbserver -d'';
# TODO think about shutdown
diff --git a/nixos/modules/services/databases/foundationdb.nix b/nixos/modules/services/databases/foundationdb.nix
index 490c5e9d005..3746b875c7f 100644
--- a/nixos/modules/services/databases/foundationdb.nix
+++ b/nixos/modules/services/databases/foundationdb.nix
@@ -359,6 +359,13 @@ in
}
];
+ systemd.tmpfiles.rules = [
+ "d /etc/foundationdb 0755 ${cfg.user} ${cfg.group} - -"
+ "d '${cfg.dataDir}' 0770 ${cfg.user} ${cfg.group} - -"
+ "d '${cfg.logDir}' 0770 ${cfg.user} ${cfg.group} - -"
+ "F '${cfg.pidfile}' - ${cfg.user} ${cfg.group} - -"
+ ];
+
systemd.services.foundationdb = {
description = "FoundationDB Service";
@@ -396,25 +403,12 @@ in
path = [ pkg pkgs.coreutils ];
preStart = ''
- rm -f ${cfg.pidfile} && \
- touch ${cfg.pidfile} && \
- chown -R ${cfg.user}:${cfg.group} ${cfg.pidfile}
-
- for x in "${cfg.logDir}" "${cfg.dataDir}"; do
- [ ! -d "$x" ] && mkdir -m 0770 -vp "$x";
- chown -R ${cfg.user}:${cfg.group} "$x";
- done
-
- [ ! -d /etc/foundationdb ] && \
- mkdir -m 0775 -vp /etc/foundationdb && \
- chown -R ${cfg.user}:${cfg.group} "/etc/foundationdb"
-
if [ ! -f /etc/foundationdb/fdb.cluster ]; then
cf=/etc/foundationdb/fdb.cluster
desc=$(tr -dc A-Za-z0-9 /dev/null | head -c8)
rand=$(tr -dc A-Za-z0-9 /dev/null | head -c8)
echo ''${desc}:''${rand}@${initialIpAddr}:${builtins.toString cfg.listenPortStart} > $cf
- chmod 0664 $cf && chown -R ${cfg.user}:${cfg.group} $cf
+ chmod 0664 $cf
touch "${cfg.dataDir}/.first_startup"
fi
'';
diff --git a/nixos/modules/services/databases/foundationdb.xml b/nixos/modules/services/databases/foundationdb.xml
index bf4b644c9b8..b0b1ebeab45 100644
--- a/nixos/modules/services/databases/foundationdb.xml
+++ b/nixos/modules/services/databases/foundationdb.xml
@@ -47,14 +47,14 @@ services.foundationdb.package = pkgs.foundationdb52; # FoundationDB 5.2.x
After running nixos-rebuild, you can verify whether
FoundationDB is running by executing fdbcli (which is
added to ):
-
-$ sudo -u foundationdb fdbcli
+
+$ sudo -u foundationdb fdbcli
Using cluster file `/etc/foundationdb/fdb.cluster'.
The database is available.
Welcome to the fdbcli. For help, type `help'.
-fdb> status
+fdb> status
Using cluster file `/etc/foundationdb/fdb.cluster'.
@@ -72,8 +72,8 @@ Cluster:
...
-fdb>
-
+fdb>
+
@@ -82,8 +82,8 @@ fdb>
cluster status, as a quick example. (This example uses
nix-shell shebang support to automatically supply the
necessary Python modules).
-
-a@link> cat fdb-status.py
+
+a@link> cat fdb-status.py
#! /usr/bin/env nix-shell
#! nix-shell -i python -p python pythonPackages.foundationdb52
@@ -103,11 +103,11 @@ def main():
if __name__ == "__main__":
main()
-a@link> chmod +x fdb-status.py
-a@link> ./fdb-status.py
+a@link> chmod +x fdb-status.py
+a@link> ./fdb-status.py
FoundationDB available: True
-a@link>
-
+a@link>
+
@@ -266,10 +266,10 @@ services.foundationdb.dataDir = "/data/fdb";
every node a coordinator automatically:
-
-fdbcli> configure double ssd
-fdbcli> coordinators auto
-
+
+fdbcli> configure double ssd
+fdbcli> coordinators auto
+
This will transparently update all the servers within seconds, and
@@ -386,10 +386,10 @@ services.foundationdb.extraReadWritePaths = [ "/opt/fdb-backups" ];
You can now perform a backup:
-
-$ sudo -u foundationdb fdbbackup start -t default -d file:///opt/fdb-backups
-$ sudo -u foundationdb fdbbackup status -t default
-
+
+$ sudo -u foundationdb fdbbackup start -t default -d file:///opt/fdb-backups
+$ sudo -u foundationdb fdbbackup status -t default
+
Known limitations
diff --git a/nixos/modules/services/databases/hbase.nix b/nixos/modules/services/databases/hbase.nix
index 52f2d95b4e0..589c8cf5ec8 100644
--- a/nixos/modules/services/databases/hbase.nix
+++ b/nixos/modules/services/databases/hbase.nix
@@ -94,6 +94,11 @@ in {
config = mkIf config.services.hbase.enable {
+ systemd.tmpfiles.rules = [
+ "d '${cfg.dataDir}' - ${cfg.user} ${cfg.group} - -"
+ "d '${cfg.logDir}' - ${cfg.user} ${cfg.group} - -"
+ ];
+
systemd.services.hbase = {
description = "HBase Server";
wantedBy = [ "multi-user.target" ];
@@ -103,19 +108,7 @@ in {
HBASE_LOG_DIR = cfg.logDir;
};
- preStart =
- ''
- mkdir -p ${cfg.dataDir};
- mkdir -p ${cfg.logDir};
-
- if [ "$(id -u)" = 0 ]; then
- chown ${cfg.user}:${cfg.group} ${cfg.dataDir}
- chown ${cfg.user}:${cfg.group} ${cfg.logDir}
- fi
- '';
-
serviceConfig = {
- PermissionsStartOnly = true;
User = cfg.user;
Group = cfg.group;
ExecStart = "${cfg.package}/bin/hbase --config ${configDir} master start";
diff --git a/nixos/modules/services/databases/memcached.nix b/nixos/modules/services/databases/memcached.nix
index 052ff1f308e..f9e403dfc0c 100644
--- a/nixos/modules/services/databases/memcached.nix
+++ b/nixos/modules/services/databases/memcached.nix
@@ -86,7 +86,25 @@ in
in "${memcached}/bin/memcached ${networking} -m ${toString cfg.maxMemory} -c ${toString cfg.maxConnections} ${concatStringsSep " " cfg.extraOptions}";
User = cfg.user;
+
+ # Filesystem access
+ ProtectSystem = "strict";
+ ProtectHome = true;
+ PrivateTmp = true;
+ PrivateDevices = true;
+ ProtectKernelTunables = true;
+ ProtectKernelModules = true;
+ ProtectControlGroups = true;
RuntimeDirectory = "memcached";
+ # Caps
+ CapabilityBoundingSet = "";
+ NoNewPrivileges = true;
+ # Misc.
+ LockPersonality = true;
+ RestrictRealtime = true;
+ PrivateMounts = true;
+ PrivateUsers = true;
+ MemoryDenyWriteExecute = true;
};
};
};
diff --git a/nixos/modules/services/databases/mysql.nix b/nixos/modules/services/databases/mysql.nix
index 66d55b650a4..df74cfc9a26 100644
--- a/nixos/modules/services/databases/mysql.nix
+++ b/nixos/modules/services/databases/mysql.nix
@@ -204,12 +204,6 @@ in
'';
};
- # FIXME: remove this option; it's a really bad idea.
- rootPassword = mkOption {
- default = null;
- description = "Path to a file containing the root password, modified on the first startup. Not specifying a root password will leave the root password empty.";
- };
-
replication = {
role = mkOption {
type = types.enum [ "master" "slave" "none" ];
@@ -323,114 +317,107 @@ in
RuntimeDirectoryMode = "0755";
# The last two environment variables are used for starting Galera clusters
ExecStart = "${mysql}/bin/mysqld --defaults-file=/etc/my.cnf ${mysqldOptions} $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION";
- };
+ ExecStartPost =
+ let
+ setupScript = pkgs.writeScript "mysql-setup" ''
+ #!${pkgs.runtimeShell} -e
- postStart =
- let
- cmdWatchForMysqlSocket = ''
- # Wait until the MySQL server is available for use
- count=0
- while [ ! -e /run/mysqld/mysqld.sock ]
- do
- if [ $count -eq 30 ]
- then
- echo "Tried 30 times, giving up..."
- exit 1
- fi
+ ${optionalString (!hasNotify) ''
+ # Wait until the MySQL server is available for use
+ count=0
+ while [ ! -e /run/mysqld/mysqld.sock ]
+ do
+ if [ $count -eq 30 ]
+ then
+ echo "Tried 30 times, giving up..."
+ exit 1
+ fi
- echo "MySQL daemon not yet started. Waiting for 1 second..."
- count=$((count++))
- sleep 1
- done
- '';
- cmdInitialDatabases = concatMapStrings (database: ''
- # Create initial databases
- if ! test -e "${cfg.dataDir}/${database.name}"; then
- echo "Creating initial database: ${database.name}"
- ( echo 'create database `${database.name}`;'
+ echo "MySQL daemon not yet started. Waiting for 1 second..."
+ count=$((count++))
+ sleep 1
+ done
+ ''}
- ${optionalString (database.schema != null) ''
- echo 'use `${database.name}`;'
+ if [ -f /tmp/mysql_init ]
+ then
+ ${concatMapStrings (database: ''
+ # Create initial databases
+ if ! test -e "${cfg.dataDir}/${database.name}"; then
+ echo "Creating initial database: ${database.name}"
+ ( echo 'create database `${database.name}`;'
- # TODO: this silently falls through if database.schema does not exist,
- # we should catch this somehow and exit, but can't do it here because we're in a subshell.
- if [ -f "${database.schema}" ]
- then
- cat ${database.schema}
- elif [ -d "${database.schema}" ]
- then
- cat ${database.schema}/mysql-databases/*.sql
- fi
- ''}
+ ${optionalString (database.schema != null) ''
+ echo 'use `${database.name}`;'
+
+ # TODO: this silently falls through if database.schema does not exist,
+ # we should catch this somehow and exit, but can't do it here because we're in a subshell.
+ if [ -f "${database.schema}" ]
+ then
+ cat ${database.schema}
+ elif [ -d "${database.schema}" ]
+ then
+ cat ${database.schema}/mysql-databases/*.sql
+ fi
+ ''}
+ ) | ${mysql}/bin/mysql -u root -N
+ fi
+ '') cfg.initialDatabases}
+
+ ${optionalString (cfg.replication.role == "master")
+ ''
+ # Set up the replication master
+
+ ( echo "use mysql;"
+ echo "CREATE USER '${cfg.replication.masterUser}'@'${cfg.replication.slaveHost}' IDENTIFIED WITH mysql_native_password;"
+ echo "SET PASSWORD FOR '${cfg.replication.masterUser}'@'${cfg.replication.slaveHost}' = PASSWORD('${cfg.replication.masterPassword}');"
+ echo "GRANT REPLICATION SLAVE ON *.* TO '${cfg.replication.masterUser}'@'${cfg.replication.slaveHost}';"
+ ) | ${mysql}/bin/mysql -u root -N
+ ''}
+
+ ${optionalString (cfg.replication.role == "slave")
+ ''
+ # Set up the replication slave
+
+ ( echo "stop slave;"
+ echo "change master to master_host='${cfg.replication.masterHost}', master_user='${cfg.replication.masterUser}', master_password='${cfg.replication.masterPassword}';"
+ echo "start slave;"
+ ) | ${mysql}/bin/mysql -u root -N
+ ''}
+
+ ${optionalString (cfg.initialScript != null)
+ ''
+ # Execute initial script
+ # using toString to avoid copying the file to nix store if given as path instead of string,
+ # as it might contain credentials
+ cat ${toString cfg.initialScript} | ${mysql}/bin/mysql -u root -N
+ ''}
+
+ rm /tmp/mysql_init
+ fi
+
+ ${optionalString (cfg.ensureDatabases != []) ''
+ (
+ ${concatMapStrings (database: ''
+ echo "CREATE DATABASE IF NOT EXISTS \`${database}\`;"
+ '') cfg.ensureDatabases}
) | ${mysql}/bin/mysql -u root -N
- fi
- '') cfg.initialDatabases;
- in
+ ''}
- lib.optionalString (!hasNotify) cmdWatchForMysqlSocket + ''
- if [ -f /tmp/mysql_init ]
- then
- ${cmdInitialDatabases}
- ${optionalString (cfg.replication.role == "master")
+ ${concatMapStrings (user:
''
- # Set up the replication master
-
- ( echo "use mysql;"
- echo "CREATE USER '${cfg.replication.masterUser}'@'${cfg.replication.slaveHost}' IDENTIFIED WITH mysql_native_password;"
- echo "SET PASSWORD FOR '${cfg.replication.masterUser}'@'${cfg.replication.slaveHost}' = PASSWORD('${cfg.replication.masterPassword}');"
- echo "GRANT REPLICATION SLAVE ON *.* TO '${cfg.replication.masterUser}'@'${cfg.replication.slaveHost}';"
+ ( echo "CREATE USER IF NOT EXISTS '${user.name}'@'localhost' IDENTIFIED WITH ${if isMariaDB then "unix_socket" else "auth_socket"};"
+ ${concatStringsSep "\n" (mapAttrsToList (database: permission: ''
+ echo "GRANT ${permission} ON ${database} TO '${user.name}'@'localhost';"
+ '') user.ensurePermissions)}
) | ${mysql}/bin/mysql -u root -N
- ''}
-
- ${optionalString (cfg.replication.role == "slave")
- ''
- # Set up the replication slave
-
- ( echo "stop slave;"
- echo "change master to master_host='${cfg.replication.masterHost}', master_user='${cfg.replication.masterUser}', master_password='${cfg.replication.masterPassword}';"
- echo "start slave;"
- ) | ${mysql}/bin/mysql -u root -N
- ''}
-
- ${optionalString (cfg.initialScript != null)
- ''
- # Execute initial script
- # using toString to avoid copying the file to nix store if given as path instead of string,
- # as it might contain credentials
- cat ${toString cfg.initialScript} | ${mysql}/bin/mysql -u root -N
- ''}
-
- ${optionalString (cfg.rootPassword != null)
- ''
- # Change root password
-
- ( echo "use mysql;"
- echo "update user set Password=password('$(cat ${cfg.rootPassword})') where User='root';"
- echo "flush privileges;"
- ) | ${mysql}/bin/mysql -u root -N
- ''}
-
- rm /tmp/mysql_init
- fi
-
- ${optionalString (cfg.ensureDatabases != []) ''
- (
- ${concatMapStrings (database: ''
- echo "CREATE DATABASE IF NOT EXISTS \`${database}\`;"
- '') cfg.ensureDatabases}
- ) | ${mysql}/bin/mysql -u root -N
- ''}
-
- ${concatMapStrings (user:
- ''
- ( echo "CREATE USER IF NOT EXISTS '${user.name}'@'localhost' IDENTIFIED WITH ${if isMariaDB then "unix_socket" else "auth_socket"};"
- ${concatStringsSep "\n" (mapAttrsToList (database: permission: ''
- echo "GRANT ${permission} ON ${database} TO '${user.name}'@'localhost';"
- '') user.ensurePermissions)}
- ) | ${mysql}/bin/mysql -u root -N
- '') cfg.ensureUsers}
-
- ''; # */
+ '') cfg.ensureUsers}
+ '';
+ in
+ # ensureDatbases & ensureUsers depends on this script being run as root
+ # when the user has secured their mysql install
+ "+${setupScript}";
+ };
};
};
diff --git a/nixos/modules/services/databases/openldap.nix b/nixos/modules/services/databases/openldap.nix
index c2f458c0379..d8e2c715afb 100644
--- a/nixos/modules/services/databases/openldap.nix
+++ b/nixos/modules/services/databases/openldap.nix
@@ -237,8 +237,8 @@ in
config = mkIf cfg.enable {
assertions = [
{
- assertion = cfg.rootpwFile != null || cfg.rootpw != null;
- message = "Either services.openldap.rootpw or services.openldap.rootpwFile must be set";
+ assertion = cfg.configDir != null || cfg.rootpwFile != null || cfg.rootpw != null;
+ message = "services.openldap: Unless configDir is set, either rootpw or rootpwFile must be set";
}
];
diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix
index 5661edbee2d..10250bb5193 100644
--- a/nixos/modules/services/databases/postgresql.nix
+++ b/nixos/modules/services/databases/postgresql.nix
@@ -6,23 +6,10 @@ let
cfg = config.services.postgresql;
- # see description of extraPlugins
- postgresqlAndPlugins = pg:
- if cfg.extraPlugins == [] then pg
- else pkgs.buildEnv {
- name = "postgresql-and-plugins-${(builtins.parseDrvName pg.name).version}";
- paths = [ pg pg.lib ] ++ cfg.extraPlugins;
- buildInputs = [ pkgs.makeWrapper ];
- postBuild =
- ''
- mkdir -p $out/bin
- rm $out/bin/{pg_config,postgres,pg_ctl}
- cp --target-directory=$out/bin ${pg}/bin/{postgres,pg_config,pg_ctl}
- wrapProgram $out/bin/postgres --set NIX_PGLIBDIR $out/lib
- '';
- };
-
- postgresql = postgresqlAndPlugins cfg.package;
+ postgresql =
+ if cfg.extraPlugins == []
+ then cfg.package
+ else cfg.package.withPackages (_: cfg.extraPlugins);
# The main PostgreSQL configuration file.
configFile = pkgs.writeText "postgresql.conf"
@@ -55,7 +42,7 @@ in
package = mkOption {
type = types.package;
- example = literalExample "pkgs.postgresql_9_6";
+ example = literalExample "pkgs.postgresql_11";
description = ''
PostgreSQL package to use.
'';
@@ -71,7 +58,7 @@ in
dataDir = mkOption {
type = types.path;
- example = "/var/lib/postgresql/9.6";
+ example = "/var/lib/postgresql/11";
description = ''
Data directory for PostgreSQL.
'';
@@ -192,17 +179,11 @@ in
extraPlugins = mkOption {
type = types.listOf types.path;
default = [];
- example = literalExample "[ (pkgs.postgis.override { postgresql = pkgs.postgresql_9_4; }) ]";
+ example = literalExample "with pkgs.postgresql_11.pkgs; [ postgis pg_repack ]";
description = ''
- When this list contains elements a new store path is created.
- PostgreSQL and the elements are symlinked into it. Then pg_config,
- postgres and pg_ctl are copied to make them use the new
- $out/lib directory as pkglibdir. This makes it possible to use postgis
- without patching the .sql files which reference $libdir/postgis-1.5.
+ List of PostgreSQL plugins. PostgreSQL version for each plugin should
+ match version for services.postgresql.package value.
'';
- # Note: the duplication of executables is about 4MB size.
- # So a nicer solution was patching postgresql to allow setting the
- # libdir explicitely.
};
extraConfig = mkOption {
@@ -270,6 +251,10 @@ in
environment.systemPackages = [ postgresql ];
+ environment.pathsToLink = [
+ "/share/postgresql"
+ ];
+
systemd.services.postgresql =
{ description = "PostgreSQL Server";
@@ -345,13 +330,13 @@ in
fi
'' + optionalString (cfg.ensureDatabases != []) ''
${concatMapStrings (database: ''
- $PSQL -tAc "SELECT 1 FROM pg_database WHERE datname = '${database}'" | grep -q 1 || $PSQL -tAc "CREATE DATABASE ${database}"
+ $PSQL -tAc "SELECT 1 FROM pg_database WHERE datname = '${database}'" | grep -q 1 || $PSQL -tAc 'CREATE DATABASE "${database}"'
'') cfg.ensureDatabases}
'' + ''
${concatMapStrings (user: ''
$PSQL -tAc "SELECT 1 FROM pg_roles WHERE rolname='${user.name}'" | grep -q 1 || $PSQL -tAc "CREATE USER ${user.name}"
${concatStringsSep "\n" (mapAttrsToList (database: permission: ''
- $PSQL -tAc "GRANT ${permission} ON ${database} TO ${user.name}"
+ $PSQL -tAc 'GRANT ${permission} ON ${database} TO ${user.name}'
'') user.ensurePermissions)}
'') cfg.ensureUsers}
'';
diff --git a/nixos/modules/services/databases/postgresql.xml b/nixos/modules/services/databases/postgresql.xml
index 14f4d4909bc..72d4a8249a3 100644
--- a/nixos/modules/services/databases/postgresql.xml
+++ b/nixos/modules/services/databases/postgresql.xml
@@ -27,10 +27,10 @@
configuration.nix:
= true;
- = pkgs.postgresql_9_4;
+ = pkgs.postgresql_11;
Note that you are required to specify the desired version of PostgreSQL
- (e.g. pkgs.postgresql_9_4). Since upgrading your
+ (e.g. pkgs.postgresql_11). Since upgrading your
PostgreSQL version requires a database dump and reload (see below), NixOS
cannot provide a default value for
such as the most recent
@@ -42,17 +42,17 @@
whether PostgreSQL works by running psql:
-$ psql
+$ psql
psql (9.2.9)
Type "help" for help.
-alice=>
+alice=>
-->
By default, PostgreSQL stores its databases in
- /var/db/postgresql. You can override this using
+ /var/lib/postgresql/$psqlSchema. You can override this using
, e.g.
= "/data/postgresql";
@@ -74,4 +74,70 @@ alice=>
here.
+
+ Plugins
+
+
+ Plugins collection for each PostgreSQL version can be accessed with
+ .pkgs. For example, for
+ pkgs.postgresql_11 package, its plugin collection is
+ accessed by pkgs.postgresql_11.pkgs:
+
+$ nix repl '<nixpkgs>'
+
+Loading '<nixpkgs>'...
+Added 10574 variables.
+
+nix-repl> postgresql_11.pkgs.<TAB><TAB>
+postgresql_11.pkgs.cstore_fdw postgresql_11.pkgs.pg_repack
+postgresql_11.pkgs.pg_auto_failover postgresql_11.pkgs.pg_safeupdate
+postgresql_11.pkgs.pg_bigm postgresql_11.pkgs.pg_similarity
+postgresql_11.pkgs.pg_cron postgresql_11.pkgs.pg_topn
+postgresql_11.pkgs.pg_hll postgresql_11.pkgs.pgjwt
+postgresql_11.pkgs.pg_partman postgresql_11.pkgs.pgroonga
+...
+
+
+
+ To add plugins via NixOS configuration, set services.postgresql.extraPlugins:
+
+ = pkgs.postgresql_11;
+ = with pkgs.postgresql_11.pkgs; [
+ pg_repack
+ postgis
+];
+
+
+
+ You can build custom PostgreSQL-with-plugins (to be used outside of NixOS) using
+ function .withPackages. For example, creating a custom
+ PostgreSQL package in an overlay can look like:
+
+self: super: {
+ postgresql_custom = self.postgresql_11.withPackages (ps: [
+ ps.pg_repack
+ ps.postgis
+ ]);
+}
+
+
+
+ Here's a recipe on how to override a particular plugin through an overlay:
+
+self: super: {
+ postgresql_11 = super.postgresql_11.override { this = self.postgresql_11; } // {
+ pkgs = super.postgresql_11.pkgs // {
+ pg_repack = super.postgresql_11.pkgs.pg_repack.overrideAttrs (_: {
+ name = "pg_repack-v20181024";
+ src = self.fetchzip {
+ url = "https://github.com/reorg/pg_repack/archive/923fa2f3c709a506e111cc963034bf2fd127aa00.tar.gz";
+ sha256 = "17k6hq9xaax87yz79j773qyigm4fwk8z4zh5cyp6z0sxnwfqxxw5";
+ };
+ });
+ };
+ };
+}
+
+
+
diff --git a/nixos/modules/services/desktops/deepin/deepin.nix b/nixos/modules/services/desktops/deepin/deepin.nix
index d9d5d539e42..931bac58ace 100644
--- a/nixos/modules/services/desktops/deepin/deepin.nix
+++ b/nixos/modules/services/desktops/deepin/deepin.nix
@@ -33,8 +33,10 @@
environment.systemPackages = [
pkgs.deepin.dde-api
pkgs.deepin.dde-calendar
+ pkgs.deepin.dde-control-center
pkgs.deepin.dde-daemon
pkgs.deepin.dde-dock
+ pkgs.deepin.dde-launcher
pkgs.deepin.dde-file-manager
pkgs.deepin.dde-session-ui
pkgs.deepin.deepin-anything
@@ -45,8 +47,10 @@
services.dbus.packages = [
pkgs.deepin.dde-api
pkgs.deepin.dde-calendar
+ pkgs.deepin.dde-control-center
pkgs.deepin.dde-daemon
pkgs.deepin.dde-dock
+ pkgs.deepin.dde-launcher
pkgs.deepin.dde-file-manager
pkgs.deepin.dde-session-ui
pkgs.deepin.deepin-anything
diff --git a/nixos/modules/services/desktops/flatpak.nix b/nixos/modules/services/desktops/flatpak.nix
index cfca1893bd8..7fb0024f37d 100644
--- a/nixos/modules/services/desktops/flatpak.nix
+++ b/nixos/modules/services/desktops/flatpak.nix
@@ -15,38 +15,39 @@ in {
options = {
services.flatpak = {
enable = mkEnableOption "flatpak";
-
- extraPortals = mkOption {
- type = types.listOf types.package;
- default = [];
- description = ''
- List of additional portals to add to path. Portals allow interaction
- with system, like choosing files or taking screenshots. At minimum,
- a desktop portal implementation should be listed. GNOME already
- adds xdg-desktop-portal-gtk; for KDE, there
- is xdg-desktop-portal-kde. Other desktop
- environments will probably want to do the same.
- '';
- };
};
};
###### implementation
config = mkIf cfg.enable {
+
+ assertions = [
+ { assertion = (config.xdg.portal.enable == true);
+ message = "To use Flatpak you must enable XDG Desktop Portals with xdg.portal.enable.";
+ }
+ ];
+
environment.systemPackages = [ pkgs.flatpak ];
- services.dbus.packages = [ pkgs.flatpak pkgs.xdg-desktop-portal ] ++ cfg.extraPortals;
+ services.dbus.packages = [ pkgs.flatpak ];
- systemd.packages = [ pkgs.flatpak pkgs.xdg-desktop-portal ] ++ cfg.extraPortals;
+ systemd.packages = [ pkgs.flatpak ];
environment.profiles = [
"$HOME/.local/share/flatpak/exports"
"/var/lib/flatpak/exports"
];
- environment.variables = {
- XDG_DESKTOP_PORTAL_PATH = map (p: "${p}/share/xdg-desktop-portal/portals") cfg.extraPortals;
+ # It has been possible since https://github.com/flatpak/flatpak/releases/tag/1.3.2
+ # to build a SELinux policy module.
+
+ users.users.flatpak = {
+ description = "Flatpak system helper";
+ group = "flatpak";
+ isSystemUser = true;
};
+
+ users.groups.flatpak = { };
};
}
diff --git a/nixos/modules/services/desktops/flatpak.xml b/nixos/modules/services/desktops/flatpak.xml
index 8045d5fa14f..8f080b25022 100644
--- a/nixos/modules/services/desktops/flatpak.xml
+++ b/nixos/modules/services/desktops/flatpak.xml
@@ -21,7 +21,7 @@
configuration.nix:
= true;
-
+
For the sandboxed apps to work correctly, desktop integration portals need to
@@ -29,28 +29,28 @@
in other cases, you will need to add something like the following to your
configuration.nix:
- = [ pkgs.xdg-desktop-portal-gtk ];
-
+ = [ pkgs.xdg-desktop-portal-gtk ];
+
Then, you will need to add a repository, for example,
Flathub,
either using the following commands:
-
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- flatpak update
-
+
+$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
+$ flatpak update
+
or by opening the
repository
file in GNOME Software.
Finally, you can search and install programs:
-
- flatpak search bustle
- flatpak install flathub org.freedesktop.Bustle
- flatpak run org.freedesktop.Bustle
-
+
+$ flatpak search bustle
+$ flatpak install flathub org.freedesktop.Bustle
+$ flatpak run org.freedesktop.Bustle
+
Again, GNOME Software offers graphical interface for these tasks.
diff --git a/nixos/modules/services/desktops/gnome3/gnome-online-accounts.nix b/nixos/modules/services/desktops/gnome3/gnome-online-accounts.nix
index 4286251357f..748a025414a 100644
--- a/nixos/modules/services/desktops/gnome3/gnome-online-accounts.nix
+++ b/nixos/modules/services/desktops/gnome3/gnome-online-accounts.nix
@@ -30,9 +30,9 @@ with lib;
config = mkIf config.services.gnome3.gnome-online-accounts.enable {
- environment.systemPackages = [ pkgs.gnome3.gnome-online-accounts ];
+ environment.systemPackages = [ pkgs.gnome-online-accounts ];
- services.dbus.packages = [ pkgs.gnome3.gnome-online-accounts ];
+ services.dbus.packages = [ pkgs.gnome-online-accounts ];
};
diff --git a/nixos/modules/services/desktops/gnome3/gnome-terminal-server.nix b/nixos/modules/services/desktops/gnome3/gnome-terminal-server.nix
deleted file mode 100644
index fd14efee5f2..00000000000
--- a/nixos/modules/services/desktops/gnome3/gnome-terminal-server.nix
+++ /dev/null
@@ -1,41 +0,0 @@
-# GNOME Documents daemon.
-
-{ config, pkgs, lib, ... }:
-
-with lib;
-
-{
-
- ###### interface
-
- options = {
-
- services.gnome3.gnome-terminal-server = {
-
- enable = mkOption {
- type = types.bool;
- default = false;
- description = ''
- Whether to enable GNOME Terminal server service,
- needed for gnome-terminal.
- '';
- };
-
- };
-
- };
-
-
- ###### implementation
-
- config = mkIf config.services.gnome3.gnome-terminal-server.enable {
-
- environment.systemPackages = [ pkgs.gnome3.gnome-terminal ];
-
- services.dbus.packages = [ pkgs.gnome3.gnome-terminal ];
-
- systemd.packages = [ pkgs.gnome3.gnome-terminal ];
-
- };
-
-}
diff --git a/nixos/modules/services/desktops/gnome3/gvfs.nix b/nixos/modules/services/desktops/gnome3/gvfs.nix
deleted file mode 100644
index 4e99d191f18..00000000000
--- a/nixos/modules/services/desktops/gnome3/gvfs.nix
+++ /dev/null
@@ -1,43 +0,0 @@
-# gvfs backends
-
-{ config, lib, pkgs, ... }:
-
-with lib;
-
-{
-
- ###### interface
-
- options = {
-
- services.gnome3.gvfs = {
-
- enable = mkOption {
- type = types.bool;
- default = false;
- description = ''
- Whether to enable gvfs backends, userspace virtual filesystem used
- by GNOME components via D-Bus.
- '';
- };
-
- };
-
- };
-
-
- ###### implementation
-
- config = mkIf config.services.gnome3.gvfs.enable {
-
- environment.systemPackages = [ pkgs.gnome3.gvfs ];
-
- services.dbus.packages = [ pkgs.gnome3.gvfs ];
-
- systemd.packages = [ pkgs.gnome3.gvfs ];
-
- services.udev.packages = [ pkgs.libmtp.bin ];
-
- };
-
-}
diff --git a/nixos/modules/services/desktops/gnome3/tracker-miners.nix b/nixos/modules/services/desktops/gnome3/tracker-miners.nix
index 20154fc2fed..b390d8368c6 100644
--- a/nixos/modules/services/desktops/gnome3/tracker-miners.nix
+++ b/nixos/modules/services/desktops/gnome3/tracker-miners.nix
@@ -30,11 +30,11 @@ with lib;
config = mkIf config.services.gnome3.tracker-miners.enable {
- environment.systemPackages = [ pkgs.gnome3.tracker-miners ];
+ environment.systemPackages = [ pkgs.tracker-miners ];
- services.dbus.packages = [ pkgs.gnome3.tracker-miners ];
+ services.dbus.packages = [ pkgs.tracker-miners ];
- systemd.packages = [ pkgs.gnome3.tracker-miners ];
+ systemd.packages = [ pkgs.tracker-miners ];
};
diff --git a/nixos/modules/services/desktops/gnome3/tracker.nix b/nixos/modules/services/desktops/gnome3/tracker.nix
index c061f789049..2e829274226 100644
--- a/nixos/modules/services/desktops/gnome3/tracker.nix
+++ b/nixos/modules/services/desktops/gnome3/tracker.nix
@@ -30,11 +30,11 @@ with lib;
config = mkIf config.services.gnome3.tracker.enable {
- environment.systemPackages = [ pkgs.gnome3.tracker ];
+ environment.systemPackages = [ pkgs.tracker ];
- services.dbus.packages = [ pkgs.gnome3.tracker ];
+ services.dbus.packages = [ pkgs.tracker ];
- systemd.packages = [ pkgs.gnome3.tracker ];
+ systemd.packages = [ pkgs.tracker ];
};
diff --git a/nixos/modules/services/desktops/gvfs.nix b/nixos/modules/services/desktops/gvfs.nix
new file mode 100644
index 00000000000..1d002eac41d
--- /dev/null
+++ b/nixos/modules/services/desktops/gvfs.nix
@@ -0,0 +1,59 @@
+# GVfs
+
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+
+ cfg = config.services.gvfs;
+
+in
+
+{
+
+ # Added 2019-08-19
+ imports = [
+ (mkRenamedOptionModule
+ [ "services" "gnome3" "gvfs" "enable" ]
+ [ "services" "gvfs" "enable" ])
+ ];
+
+ ###### interface
+
+ options = {
+
+ services.gvfs = {
+
+ enable = mkEnableOption "GVfs, a userspace virtual filesystem";
+
+ # gvfs can be built with multiple configurations
+ package = mkOption {
+ type = types.package;
+ default = pkgs.gnome3.gvfs;
+ description = "Which GVfs package to use.";
+ };
+
+ };
+
+ };
+
+
+ ###### implementation
+
+ config = mkIf cfg.enable {
+
+ environment.systemPackages = [ cfg.package ];
+
+ services.dbus.packages = [ cfg.package ];
+
+ systemd.packages = [ cfg.package ];
+
+ services.udev.packages = [ pkgs.libmtp.bin ];
+
+ # Needed for unwrapped applications
+ environment.variables.GIO_EXTRA_MODULES = [ "${cfg.package}/lib/gio/modules" ];
+
+ };
+
+}
diff --git a/nixos/modules/services/desktops/tumbler.nix b/nixos/modules/services/desktops/tumbler.nix
index ccbb6d1434d..d18088d4634 100644
--- a/nixos/modules/services/desktops/tumbler.nix
+++ b/nixos/modules/services/desktops/tumbler.nix
@@ -23,7 +23,7 @@ in
package = mkOption {
type = types.package;
- default = pkgs.xfce4-13.tumbler;
+ default = pkgs.xfce4-14.tumbler;
description = "Which tumbler package to use";
example = pkgs.xfce4-12.tumbler;
};
diff --git a/nixos/modules/services/development/bloop.nix b/nixos/modules/services/development/bloop.nix
index 56904b7c40e..226718a9e80 100644
--- a/nixos/modules/services/development/bloop.nix
+++ b/nixos/modules/services/development/bloop.nix
@@ -9,6 +9,20 @@ let
in {
options.services.bloop = {
+ extraOptions = mkOption {
+ type = types.listOf types.str;
+ default = [ ];
+ example = [
+ "-J-Xmx2G"
+ "-J-XX:MaxInlineLevel=20"
+ "-J-XX:+UseParallelGC"
+ ];
+ description = ''
+ Specifies additional command line argument to pass to bloop
+ java process.
+ '';
+ };
+
install = mkOption {
type = types.bool;
default = false;
@@ -25,10 +39,13 @@ in {
systemd.user.services.bloop = {
description = "Bloop Scala build server";
+ environment = {
+ PATH = mkForce "${makeBinPath [ config.programs.java.package ]}";
+ };
serviceConfig = {
- Type = "simple";
- ExecStart = ''${pkgs.bloop}/bin/blp-server'';
- Restart = "always";
+ Type = "simple";
+ ExecStart = ''${pkgs.bloop}/bin/bloop server'';
+ Restart = "always";
};
};
diff --git a/nixos/modules/services/editors/emacs.xml b/nixos/modules/services/editors/emacs.xml
index 1ac53c818a7..acd69f18376 100644
--- a/nixos/modules/services/editors/emacs.xml
+++ b/nixos/modules/services/editors/emacs.xml
@@ -95,7 +95,8 @@
also available in Nixpkgs:
Zile,
mg,
- Yi.
+ Yi,
+ jmacs.
@@ -238,8 +239,8 @@ in
You can check that it works by executing this in a terminal:
-$ nix-build emacs.nix
-$ ./result/bin/emacs -q
+$ nix-build emacs.nix
+$ ./result/bin/emacs -q
and then typing M-x package-initialize. Check that you
can use all the packages you want in this Emacs instance. For example, try
@@ -403,9 +404,9 @@ in [...]
To start the daemon, execute the following:
-$ nixos-rebuild switch # to activate the new configuration.nix
-$ systemctl --user daemon-reload # to force systemd reload
-$ systemctl --user start emacs.service # to start the Emacs daemon
+$ nixos-rebuild switch # to activate the new configuration.nix
+$ systemctl --user daemon-reload # to force systemd reload
+$ systemctl --user start emacs.service # to start the Emacs daemon
The server should now be ready to serve Emacs clients.
@@ -551,7 +552,7 @@ emacsclient --create-frame --tty # opens a new frame on the current terminal
(NixOS), or run
- nix-env -i pkgs.docbook5
+ nix-env -f '<nixpkgs>' -iA docbook5
(Nix).
diff --git a/nixos/modules/services/games/minecraft-server.nix b/nixos/modules/services/games/minecraft-server.nix
index 39a68f4b553..eb9288fca58 100644
--- a/nixos/modules/services/games/minecraft-server.nix
+++ b/nixos/modules/services/games/minecraft-server.nix
@@ -118,7 +118,7 @@ in {
};
serverProperties = mkOption {
- type = with types; attrsOf (either bool (either int str));
+ type = with types; attrsOf (oneOf [ bool int str ]);
default = {};
example = literalExample ''
{
diff --git a/nixos/modules/services/hardware/sane_extra_backends/brscan4_etc_files.nix b/nixos/modules/services/hardware/sane_extra_backends/brscan4_etc_files.nix
index bd114f0d2cc..fd19d8020fb 100644
--- a/nixos/modules/services/hardware/sane_extra_backends/brscan4_etc_files.nix
+++ b/nixos/modules/services/hardware/sane_extra_backends/brscan4_etc_files.nix
@@ -19,7 +19,7 @@ nix-shell -E 'with import { }; brscan4-etc-files.override{netDevices=[
*/
-with lib;
+with lib;
let
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ brscan4 ];
- configurePhase = ":";
+ dontConfigure = true;
buildPhase = ''
TARGET_DIR="$out/etc/opt/brother/scanner/brscan4"
diff --git a/nixos/modules/services/hardware/throttled.nix b/nixos/modules/services/hardware/throttled.nix
index cd5b01450e4..13fc5e4792e 100644
--- a/nixos/modules/services/hardware/throttled.nix
+++ b/nixos/modules/services/hardware/throttled.nix
@@ -8,6 +8,12 @@ in {
options = {
services.throttled = {
enable = mkEnableOption "fix for Intel CPU throttling";
+
+ extraConfig = mkOption {
+ type = types.str;
+ default = "";
+ description = "Alternative configuration";
+ };
};
};
@@ -16,6 +22,9 @@ in {
# The upstream package has this in Install, but that's not enough, see the NixOS manual
systemd.services."lenovo_fix".wantedBy = [ "multi-user.target" ];
- environment.etc."lenovo_fix.conf".source = "${pkgs.throttled}/etc/lenovo_fix.conf";
+ environment.etc."lenovo_fix.conf".source =
+ if cfg.extraConfig != ""
+ then pkgs.writeText "lenovo_fix.conf" cfg.extraConfig
+ else "${pkgs.throttled}/etc/lenovo_fix.conf";
};
}
diff --git a/nixos/modules/services/hardware/trezord.nix b/nixos/modules/services/hardware/trezord.nix
index c06a0665d02..62824ed7350 100644
--- a/nixos/modules/services/hardware/trezord.nix
+++ b/nixos/modules/services/hardware/trezord.nix
@@ -4,6 +4,12 @@ with lib;
let
cfg = config.services.trezord;
in {
+
+ ### docs
+
+ meta = {
+ doc = ./trezord.xml;
+ };
### interface
@@ -16,6 +22,22 @@ in {
Enable Trezor bridge daemon, for use with Trezor hardware bitcoin wallets.
'';
};
+
+ emulator.enable = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Enable Trezor emulator support.
+ '';
+ };
+
+ emulator.port = mkOption {
+ type = types.port;
+ default = 21324;
+ description = ''
+ Listening port for the Trezor emulator.
+ '';
+ };
};
};
@@ -44,7 +66,7 @@ in {
path = [];
serviceConfig = {
Type = "simple";
- ExecStart = "${pkgs.trezord}/bin/trezord-go";
+ ExecStart = "${pkgs.trezord}/bin/trezord-go ${optionalString cfg.emulator.enable "-e ${builtins.toString cfg.emulator.port}"}";
User = "trezord";
};
};
diff --git a/nixos/modules/services/hardware/trezord.xml b/nixos/modules/services/hardware/trezord.xml
new file mode 100644
index 00000000000..972d409d9d0
--- /dev/null
+++ b/nixos/modules/services/hardware/trezord.xml
@@ -0,0 +1,26 @@
+
+ Trezor
+
+ Trezor is an open-source cryptocurrency hardware wallet and security token
+ allowing secure storage of private keys.
+
+
+ It offers advanced features such U2F two-factor authorization, SSH login
+ through
+ Trezor SSH agent,
+ GPG and a
+ password manager.
+ For more information, guides and documentation, see .
+
+
+ To enable Trezor support, add the following to your configuration.nix:
+
+ = true;
+
+ This will add all necessary udev rules and start Trezor Bridge.
+
+
diff --git a/nixos/modules/services/hardware/triggerhappy.nix b/nixos/modules/services/hardware/triggerhappy.nix
index bffe7353b10..a500cb4fc36 100644
--- a/nixos/modules/services/hardware/triggerhappy.nix
+++ b/nixos/modules/services/hardware/triggerhappy.nix
@@ -17,7 +17,7 @@ let
${cfg.extraConfig}
'';
- bindingCfg = { config, ... }: {
+ bindingCfg = { ... }: {
options = {
keys = mkOption {
diff --git a/nixos/modules/services/hardware/udev.nix b/nixos/modules/services/hardware/udev.nix
index cb2f1e6621a..83ab93bd7cf 100644
--- a/nixos/modules/services/hardware/udev.nix
+++ b/nixos/modules/services/hardware/udev.nix
@@ -85,7 +85,7 @@ let
for i in $import_progs $run_progs; do
if [[ ! -x $i ]]; then
echo "FAIL"
- echo "$i is called in udev rules but not installed by udev"
+ echo "$i is called in udev rules but is not executable or does not exist"
exit 1
fi
done
diff --git a/nixos/modules/services/logging/awstats.nix b/nixos/modules/services/logging/awstats.nix
index 612ae06d0a7..54799d699a7 100644
--- a/nixos/modules/services/logging/awstats.nix
+++ b/nixos/modules/services/logging/awstats.nix
@@ -4,6 +4,7 @@ with lib;
let
cfg = config.services.awstats;
+ httpd = config.services.httpd;
package = pkgs.awstats;
in
@@ -67,50 +68,43 @@ in
environment.etc."awstats/awstats.conf".source = pkgs.runCommand "awstats.conf"
{ preferLocalBuild = true; }
( let
- cfg-httpd = config.services.httpd;
logFormat =
- if cfg-httpd.logFormat == "combined" then "1" else
- if cfg-httpd.logFormat == "common" then "4" else
- throw "awstats service doesn't support Apache log format `${cfg-httpd.logFormat}`";
+ if httpd.logFormat == "combined" then "1" else
+ if httpd.logFormat == "common" then "4" else
+ throw "awstats service doesn't support Apache log format `${httpd.logFormat}`";
in
''
sed \
-e 's|^\(DirData\)=.*$|\1="${cfg.vardir}"|' \
-e 's|^\(DirIcons\)=.*$|\1="icons"|' \
-e 's|^\(CreateDirDataIfNotExists\)=.*$|\1=1|' \
- -e 's|^\(SiteDomain\)=.*$|\1="${cfg-httpd.hostName}"|' \
- -e 's|^\(LogFile\)=.*$|\1="${cfg-httpd.logDir}/access_log"|' \
+ -e 's|^\(SiteDomain\)=.*$|\1="${httpd.hostName}"|' \
+ -e 's|^\(LogFile\)=.*$|\1="${httpd.logDir}/access_log"|' \
-e 's|^\(LogFormat\)=.*$|\1=${logFormat}|' \
< '${package.out}/wwwroot/cgi-bin/awstats.model.conf' > "$out"
echo '${cfg.extraConfig}' >> "$out"
'');
- # The httpd sub-service showing awstats.
- services.httpd.enable = mkIf cfg.service.enable true;
- services.httpd.extraSubservices = mkIf cfg.service.enable [ { function = { serverInfo, ... }: {
- extraConfig =
- ''
- Alias ${cfg.service.urlPrefix}/classes "${package.out}/wwwroot/classes/"
- Alias ${cfg.service.urlPrefix}/css "${package.out}/wwwroot/css/"
- Alias ${cfg.service.urlPrefix}/icons "${package.out}/wwwroot/icon/"
- ScriptAlias ${cfg.service.urlPrefix}/ "${package.out}/wwwroot/cgi-bin/"
+ systemd.tmpfiles.rules = optionals cfg.service.enable [
+ "d '${cfg.vardir}' - ${httpd.user} ${httpd.group} - -"
+ "Z '${cfg.vardir}' - ${httpd.user} ${httpd.group} - -"
+ ];
-
- Options None
- AllowOverride None
- Order allow,deny
- Allow from all
-
- '';
- startupScript =
- let
- inherit (serverInfo.serverConfig) user group;
- in pkgs.writeScript "awstats_startup.sh"
- ''
- mkdir -p '${cfg.vardir}'
- chown '${user}:${group}' '${cfg.vardir}'
- '';
- };}];
+ # The httpd sub-service showing awstats.
+ services.httpd = optionalAttrs cfg.service.enable {
+ enable = true;
+ extraConfig = ''
+ Alias ${cfg.service.urlPrefix}/classes "${package.out}/wwwroot/classes/"
+ Alias ${cfg.service.urlPrefix}/css "${package.out}/wwwroot/css/"
+ Alias ${cfg.service.urlPrefix}/icons "${package.out}/wwwroot/icon/"
+ ScriptAlias ${cfg.service.urlPrefix}/ "${package.out}/wwwroot/cgi-bin/"
+
+
+ Options None
+ Require all granted
+
+ '';
+ };
systemd.services.awstats-update = mkIf (cfg.updateAt != null) {
description = "awstats log collector";
diff --git a/nixos/modules/services/logging/graylog.nix b/nixos/modules/services/logging/graylog.nix
index 74a7b3c9b47..a889a44d4b2 100644
--- a/nixos/modules/services/logging/graylog.nix
+++ b/nixos/modules/services/logging/graylog.nix
@@ -108,7 +108,7 @@ in
};
extraConfig = mkOption {
- type = types.str;
+ type = types.lines;
default = "";
description = "Any other configuration options you might want to add";
};
@@ -134,6 +134,10 @@ in
};
};
+ systemd.tmpfiles.rules = [
+ "d '${cfg.messageJournalDir}' - ${cfg.user} - - -"
+ ];
+
systemd.services.graylog = with pkgs; {
description = "Graylog Server";
wantedBy = [ "multi-user.target" ];
@@ -143,25 +147,22 @@ in
};
path = [ pkgs.jre_headless pkgs.which pkgs.procps ];
preStart = ''
- mkdir -p /var/lib/graylog -m 755
-
rm -rf /var/lib/graylog/plugins || true
mkdir -p /var/lib/graylog/plugins -m 755
+ mkdir -p "$(dirname ${cfg.nodeIdFile})"
+ chown -R ${cfg.user} "$(dirname ${cfg.nodeIdFile})"
+
for declarativeplugin in `ls ${glPlugins}/bin/`; do
ln -sf ${glPlugins}/bin/$declarativeplugin /var/lib/graylog/plugins/$declarativeplugin
done
for includedplugin in `ls ${cfg.package}/plugin/`; do
ln -s ${cfg.package}/plugin/$includedplugin /var/lib/graylog/plugins/$includedplugin || true
done
- chown -R ${cfg.user} /var/lib/graylog
-
- mkdir -p ${cfg.messageJournalDir} -m 755
- chown -R ${cfg.user} ${cfg.messageJournalDir}
'';
serviceConfig = {
User="${cfg.user}";
- PermissionsStartOnly=true;
+ StateDirectory = "graylog";
ExecStart = "${cfg.package}/bin/graylogctl run";
};
};
diff --git a/nixos/modules/services/logging/heartbeat.nix b/nixos/modules/services/logging/heartbeat.nix
index b595ac07bf5..56fb4deabda 100644
--- a/nixos/modules/services/logging/heartbeat.nix
+++ b/nixos/modules/services/logging/heartbeat.nix
@@ -54,16 +54,18 @@ in
config = mkIf cfg.enable {
+ systemd.tmpfiles.rules = [
+ "d '${cfg.stateDir}' - nobody nogroup - -"
+ ];
+
systemd.services.heartbeat = with pkgs; {
description = "heartbeat log shipper";
wantedBy = [ "multi-user.target" ];
preStart = ''
mkdir -p "${cfg.stateDir}"/{data,logs}
- chown nobody:nogroup "${cfg.stateDir}"/{data,logs}
'';
serviceConfig = {
User = "nobody";
- PermissionsStartOnly = true;
AmbientCapabilities = "cap_net_raw";
ExecStart = "${pkgs.heartbeat}/bin/heartbeat -c \"${heartbeatYml}\" -path.data \"${cfg.stateDir}/data\" -path.logs \"${cfg.stateDir}/logs\"";
};
diff --git a/nixos/modules/services/mail/davmail.nix b/nixos/modules/services/mail/davmail.nix
index 5b5cc294e5c..374a3dd75c1 100644
--- a/nixos/modules/services/mail/davmail.nix
+++ b/nixos/modules/services/mail/davmail.nix
@@ -7,7 +7,7 @@ let
cfg = config.services.davmail;
configType = with types;
- either (either (attrsOf configType) str) (either int bool) // {
+ oneOf [ (attrsOf configType) str int bool ] // {
description = "davmail config type (str, int, bool or attribute set thereof)";
};
diff --git a/nixos/modules/services/mail/dspam.nix b/nixos/modules/services/mail/dspam.nix
index 167b5aeccc8..72b8c4c08b9 100644
--- a/nixos/modules/services/mail/dspam.nix
+++ b/nixos/modules/services/mail/dspam.nix
@@ -113,19 +113,14 @@ in {
Group = cfg.group;
RuntimeDirectory = optional (cfg.domainSocket == defaultSock) "dspam";
RuntimeDirectoryMode = optional (cfg.domainSocket == defaultSock) "0750";
- PermissionsStartOnly = true;
+ StateDirectory = "dspam";
+ StateDirectoryMode = "0750";
+ LogsDirectory = "dspam";
+ LogsDirectoryMode = "0750";
# DSPAM segfaults on just about every error
Restart = "on-abort";
RestartSec = "1s";
};
-
- preStart = ''
- mkdir -m750 -p /var/lib/dspam
- chown -R "${cfg.user}:${cfg.group}" /var/lib/dspam
-
- mkdir -m750 -p /var/log/dspam
- chown -R "${cfg.user}:${cfg.group}" /var/log/dspam
- '';
};
}
diff --git a/nixos/modules/services/mail/opendkim.nix b/nixos/modules/services/mail/opendkim.nix
index 7855efb46c7..253823cbaf9 100644
--- a/nixos/modules/services/mail/opendkim.nix
+++ b/nixos/modules/services/mail/opendkim.nix
@@ -101,13 +101,16 @@ in {
environment.systemPackages = [ pkgs.opendkim ];
+ systemd.tmpfiles.rules = [
+ "d '${cfg.keyPath}' - ${cfg.user} ${cfg.group} - -"
+ ];
+
systemd.services.opendkim = {
description = "OpenDKIM signing and verification daemon";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
preStart = ''
- mkdir -p "${cfg.keyPath}"
cd "${cfg.keyPath}"
if ! test -f ${cfg.selector}.private; then
${pkgs.opendkim}/bin/opendkim-genkey -s ${cfg.selector} -d all-domains-generic-key
@@ -116,7 +119,6 @@ in {
cat ${cfg.selector}.txt
echo "-------------------------------------------------------------"
fi
- chown ${cfg.user}:${cfg.group} ${cfg.selector}.private
'';
serviceConfig = {
@@ -124,7 +126,6 @@ in {
User = cfg.user;
Group = cfg.group;
RuntimeDirectory = optional (cfg.socket == defaultSock) "opendkim";
- PermissionsStartOnly = true;
};
};
diff --git a/nixos/modules/services/mail/postfix.nix b/nixos/modules/services/mail/postfix.nix
index d43733484ff..2b08ab1e6aa 100644
--- a/nixos/modules/services/mail/postfix.nix
+++ b/nixos/modules/services/mail/postfix.nix
@@ -13,6 +13,7 @@ let
|| cfg.extraAliases != "";
haveTransport = cfg.transport != "";
haveVirtual = cfg.virtual != "";
+ haveLocalRecipients = cfg.localRecipients != null;
clientAccess =
optional (cfg.dnsBlacklistOverrides != "")
@@ -244,6 +245,7 @@ let
aliasesFile = pkgs.writeText "postfix-aliases" aliases;
virtualFile = pkgs.writeText "postfix-virtual" cfg.virtual;
+ localRecipientMapFile = pkgs.writeText "postfix-local-recipient-map" (concatMapStrings (x: x + " ACCEPT\n") cfg.localRecipients);
checkClientAccessFile = pkgs.writeText "postfix-check-client-access" cfg.dnsBlacklistOverrides;
mainCfFile = pkgs.writeText "postfix-main.cf" mainCf;
masterCfFile = pkgs.writeText "postfix-master.cf" masterCfContent;
@@ -445,7 +447,7 @@ in
};
config = mkOption {
- type = with types; attrsOf (either bool (either str (listOf str)));
+ type = with types; attrsOf (oneOf [ bool str (listOf str) ]);
description = ''
The main.cf configuration file as key value set.
'';
@@ -506,6 +508,19 @@ in
'';
};
+ localRecipients = mkOption {
+ type = with types; nullOr (listOf string);
+ default = null;
+ description = ''
+ List of accepted local users. Specify a bare username, an
+ "@domain.tld" wild-card, or a complete
+ "user@domain.tld" address. If set, these names end
+ up in the local recipient map -- see the local(8) man-page -- and
+ effectively replace the system user database lookup that's otherwise
+ used by default.
+ '';
+ };
+
transport = mkOption {
default = "";
description = "
@@ -742,6 +757,7 @@ in
// optionalAttrs haveAliases { alias_maps = [ "${cfg.aliasMapType}:/etc/postfix/aliases" ]; }
// optionalAttrs haveTransport { transport_maps = [ "hash:/etc/postfix/transport" ]; }
// optionalAttrs haveVirtual { virtual_alias_maps = [ "${cfg.virtualMapType}:/etc/postfix/virtual" ]; }
+ // optionalAttrs haveLocalRecipients { local_recipient_maps = [ "hash:/etc/postfix/local_recipients" ] ++ optional haveAliases "$alias_maps"; }
// optionalAttrs (cfg.dnsBlacklists != []) { smtpd_client_restrictions = clientRestrictions; }
// optionalAttrs cfg.useSrs {
sender_canonical_maps = [ "tcp:127.0.0.1:10001" ];
@@ -869,6 +885,9 @@ in
(mkIf haveVirtual {
services.postfix.mapFiles."virtual" = virtualFile;
})
+ (mkIf haveLocalRecipients {
+ services.postfix.mapFiles."local_recipients" = localRecipientMapFile;
+ })
(mkIf cfg.enableHeaderChecks {
services.postfix.mapFiles."header_checks" = headerChecksFile;
})
diff --git a/nixos/modules/services/mail/rmilter.nix b/nixos/modules/services/mail/rmilter.nix
deleted file mode 100644
index 466365b6b30..00000000000
--- a/nixos/modules/services/mail/rmilter.nix
+++ /dev/null
@@ -1,252 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-with lib;
-
-let
-
- rspamdCfg = config.services.rspamd;
- postfixCfg = config.services.postfix;
- cfg = config.services.rmilter;
-
- inetSocket = addr: port: "inet:${addr}:${toString port}";
- unixSocket = sock: "unix:${sock}";
-
- systemdSocket = if cfg.bindSocket.type == "unix" then cfg.bindSocket.path
- else "${cfg.bindSocket.address}:${toString cfg.bindSocket.port}";
- rmilterSocket = if cfg.bindSocket.type == "unix" then unixSocket cfg.bindSocket.path
- else inetSocket cfg.bindSocket.address cfg.bindSocket.port;
-
- rmilterConf = ''
- pidfile = /run/rmilter/rmilter.pid;
- bind_socket = ${if cfg.socketActivation then "fd:3" else rmilterSocket};
- tempdir = /tmp;
- '' + (with cfg.rspamd; if enable then ''
- spamd {
- servers = ${concatStringsSep ", " servers};
- connect_timeout = 1s;
- results_timeout = 20s;
- error_time = 10;
- dead_time = 300;
- maxerrors = 10;
- reject_message = "${rejectMessage}";
- ${optionalString (length whitelist != 0) "whitelist = ${concatStringsSep ", " whitelist};"}
-
- # rspamd_metric - metric for using with rspamd
- # Default: "default"
- rspamd_metric = "default";
- ${extraConfig}
- };
- '' else "") + cfg.extraConfig;
-
- rmilterConfigFile = pkgs.writeText "rmilter.conf" rmilterConf;
-
-in
-
-{
-
- ###### interface
-
- options = {
-
- services.rmilter = {
-
- enable = mkOption {
- type = types.bool;
- default = false;
- description = "Whether to run the rmilter daemon.";
- };
-
- debug = mkOption {
- type = types.bool;
- default = false;
- description = "Whether to run the rmilter daemon in debug mode.";
- };
-
- user = mkOption {
- type = types.string;
- default = "rmilter";
- description = ''
- User to use when no root privileges are required.
- '';
- };
-
- group = mkOption {
- type = types.string;
- default = "rmilter";
- description = ''
- Group to use when no root privileges are required.
- '';
- };
-
- bindSocket.type = mkOption {
- type = types.enum [ "unix" "inet" ];
- default = "unix";
- description = ''
- What kind of socket rmilter should listen on. Either "unix"
- for an Unix domain socket or "inet" for a TCP socket.
- '';
- };
-
- bindSocket.path = mkOption {
- type = types.str;
- default = "/run/rmilter.sock";
- description = ''
- Path to Unix domain socket to listen on.
- '';
- };
-
- bindSocket.address = mkOption {
- type = types.str;
- default = "[::1]";
- example = "0.0.0.0";
- description = ''
- Inet address to listen on.
- '';
- };
-
- bindSocket.port = mkOption {
- type = types.int;
- default = 11990;
- description = ''
- Inet port to listen on.
- '';
- };
-
- socketActivation = mkOption {
- type = types.bool;
- default = true;
- description = ''
- Enable systemd socket activation for rmilter.
-
- Disabling socket activation is not recommended when a Unix
- domain socket is used and could lead to incorrect
- permissions.
- '';
- };
-
- rspamd = {
- enable = mkOption {
- type = types.bool;
- default = rspamdCfg.enable;
- description = "Whether to use rspamd to filter mails";
- };
-
- servers = mkOption {
- type = types.listOf types.str;
- default = ["r:/run/rspamd/rspamd.sock"];
- description = ''
- Spamd socket definitions.
- Is server name is prefixed with r: it is rspamd server.
- '';
- };
-
- whitelist = mkOption {
- type = types.listOf types.str;
- default = [ ];
- description = "list of ips or nets that should be not checked with spamd";
- };
-
- rejectMessage = mkOption {
- type = types.str;
- default = "Spam message rejected; If this is not spam contact abuse";
- description = "reject message for spam";
- };
-
- extraConfig = mkOption {
- type = types.lines;
- default = "";
- description = "Custom snippet to append to end of `spamd' section";
- };
- };
-
- extraConfig = mkOption {
- type = types.lines;
- default = "";
- description = "Custom snippet to append to rmilter config";
- };
-
- postfix = {
- enable = mkOption {
- type = types.bool;
- default = false;
- description = "Add rmilter to postfix main.conf";
- };
-
- configFragment = mkOption {
- type = types.str;
- description = "Addon to postfix configuration";
- default = ''
- smtpd_milters = ${rmilterSocket}
- milter_protocol = 6
- milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen}
- '';
- };
- };
-
- };
-
- };
-
-
- ###### implementation
-
- config = mkMerge [
-
- (mkIf cfg.enable {
- warnings = [
- ''`config.services.rmilter' is deprecated, `rmilter' deprecated and unsupported by upstream, and will be removed from next releases. Use built-in rspamd milter instead.''
- ];
-
- users.users = singleton {
- name = cfg.user;
- description = "rmilter daemon";
- uid = config.ids.uids.rmilter;
- group = cfg.group;
- };
-
- users.groups = singleton {
- name = cfg.group;
- gid = config.ids.gids.rmilter;
- };
-
- systemd.services.rmilter = {
- description = "Rmilter Service";
-
- wantedBy = [ "multi-user.target" ];
- after = [ "network.target" ];
-
- serviceConfig = {
- ExecStart = "${pkgs.rmilter}/bin/rmilter ${optionalString cfg.debug "-d"} -n -c ${rmilterConfigFile}";
- ExecReload = "${pkgs.coreutils}/bin/kill -USR1 $MAINPID";
- User = cfg.user;
- Group = cfg.group;
- PermissionsStartOnly = true;
- Restart = "always";
- RuntimeDirectory = "rmilter";
- RuntimeDirectoryMode = "0750";
- };
-
- };
-
- systemd.sockets.rmilter = mkIf cfg.socketActivation {
- description = "Rmilter service socket";
- wantedBy = [ "sockets.target" ];
- socketConfig = {
- ListenStream = systemdSocket;
- SocketUser = cfg.user;
- SocketGroup = cfg.group;
- SocketMode = "0660";
- };
- };
- })
-
- (mkIf (cfg.enable && cfg.rspamd.enable && rspamdCfg.enable) {
- users.users.${cfg.user}.extraGroups = [ rspamdCfg.group ];
- })
-
- (mkIf (cfg.enable && cfg.postfix.enable) {
- services.postfix.extraConfig = cfg.postfix.configFragment;
- users.users.${postfixCfg.user}.extraGroups = [ cfg.group ];
- })
- ];
-}
diff --git a/nixos/modules/services/mail/roundcube.nix b/nixos/modules/services/mail/roundcube.nix
index e8b2e11bf72..bdedfa1bb70 100644
--- a/nixos/modules/services/mail/roundcube.nix
+++ b/nixos/modules/services/mail/roundcube.nix
@@ -4,6 +4,7 @@ with lib;
let
cfg = config.services.roundcube;
+ fpm = config.services.phpfpm.pools.roundcube;
in
{
options.services.roundcube = {
@@ -105,7 +106,7 @@ in
extraConfig = ''
location ~* \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
- fastcgi_pass unix:/run/phpfpm/roundcube;
+ fastcgi_pass unix:${fpm.socket};
include ${pkgs.nginx}/conf/fastcgi_params;
include ${pkgs.nginx}/conf/fastcgi.conf;
}
@@ -119,24 +120,27 @@ in
enable = true;
};
- services.phpfpm.poolConfigs.roundcube = ''
- listen = /run/phpfpm/roundcube
- listen.owner = nginx
- listen.group = nginx
- listen.mode = 0660
- user = nginx
- pm = dynamic
- pm.max_children = 75
- pm.start_servers = 2
- pm.min_spare_servers = 1
- pm.max_spare_servers = 20
- pm.max_requests = 500
- php_admin_value[error_log] = 'stderr'
- php_admin_flag[log_errors] = on
- php_admin_value[post_max_size] = 25M
- php_admin_value[upload_max_filesize] = 25M
- catch_workers_output = yes
- '';
+ services.phpfpm.pools.roundcube = {
+ user = "nginx";
+ phpOptions = ''
+ error_log = 'stderr'
+ log_errors = on
+ post_max_size = 25M
+ upload_max_filesize = 25M
+ '';
+ settings = mapAttrs (name: mkDefault) {
+ "listen.owner" = "nginx";
+ "listen.group" = "nginx";
+ "listen.mode" = "0660";
+ "pm" = "dynamic";
+ "pm.max_children" = 75;
+ "pm.start_servers" = 2;
+ "pm.min_spare_servers" = 1;
+ "pm.max_spare_servers" = 20;
+ "pm.max_requests" = 500;
+ "catch_workers_output" = true;
+ };
+ };
systemd.services.phpfpm-roundcube.after = [ "roundcube-setup.service" ];
systemd.services.roundcube-setup = let
diff --git a/nixos/modules/services/mail/rspamd.nix b/nixos/modules/services/mail/rspamd.nix
index c9ba8678021..e59d5715de0 100644
--- a/nixos/modules/services/mail/rspamd.nix
+++ b/nixos/modules/services/mail/rspamd.nix
@@ -5,7 +5,6 @@ with lib;
let
cfg = config.services.rspamd;
- opts = options.services.rspamd;
postfixCfg = config.services.postfix;
bindSocketOpts = {options, config, ... }: {
@@ -332,7 +331,7 @@ in
};
config = mkOption {
- type = with types; attrsOf (either bool (either str (listOf str)));
+ type = with types; attrsOf (oneOf [ bool str (listOf str) ]);
description = ''
Addon to postfix configuration
'';
diff --git a/nixos/modules/services/mail/rss2email.nix b/nixos/modules/services/mail/rss2email.nix
index a123736005a..df454abc826 100644
--- a/nixos/modules/services/mail/rss2email.nix
+++ b/nixos/modules/services/mail/rss2email.nix
@@ -30,7 +30,7 @@ in {
};
config = mkOption {
- type = with types; attrsOf (either str (either int bool));
+ type = with types; attrsOf (oneOf [ str int bool ]);
default = {};
description = ''
The configuration to give rss2email.
diff --git a/nixos/modules/services/misc/apache-kafka.nix b/nixos/modules/services/misc/apache-kafka.nix
index 363ac4411e1..9eeae955699 100644
--- a/nixos/modules/services/misc/apache-kafka.nix
+++ b/nixos/modules/services/misc/apache-kafka.nix
@@ -131,6 +131,8 @@ in {
home = head cfg.logDirs;
};
+ systemd.tmpfiles.rules = map (logDir: "d '${logDir} 0700 apache-kafka - - -") cfg.logDirs;
+
systemd.services.apache-kafka = {
description = "Apache Kafka Daemon";
wantedBy = [ "multi-user.target" ];
@@ -145,15 +147,8 @@ in {
${serverConfig}
'';
User = "apache-kafka";
- PermissionsStartOnly = true;
SuccessExitStatus = "0 143";
};
- preStart = ''
- mkdir -m 0700 -p ${concatStringsSep " " cfg.logDirs}
- if [ "$(id -u)" = 0 ]; then
- chown apache-kafka ${concatStringsSep " " cfg.logDirs};
- fi
- '';
};
};
diff --git a/nixos/modules/services/misc/couchpotato.nix b/nixos/modules/services/misc/couchpotato.nix
index 70aa895f76d..528af486b41 100644
--- a/nixos/modules/services/misc/couchpotato.nix
+++ b/nixos/modules/services/misc/couchpotato.nix
@@ -19,16 +19,11 @@ in
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
- preStart = ''
- mkdir -p /var/lib/couchpotato
- chown -R couchpotato:couchpotato /var/lib/couchpotato
- '';
-
serviceConfig = {
Type = "simple";
User = "couchpotato";
Group = "couchpotato";
- PermissionsStartOnly = "true";
+ StateDirectory = "couchpotato";
ExecStart = "${pkgs.couchpotato}/bin/couchpotato";
Restart = "on-failure";
};
diff --git a/nixos/modules/services/misc/dwm-status.nix b/nixos/modules/services/misc/dwm-status.nix
new file mode 100644
index 00000000000..b98a42e6a6d
--- /dev/null
+++ b/nixos/modules/services/misc/dwm-status.nix
@@ -0,0 +1,73 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+ cfg = config.services.dwm-status;
+
+ order = concatMapStringsSep "," (feature: ''"${feature}"'') cfg.order;
+
+ configFile = pkgs.writeText "dwm-status.toml" ''
+ order = [${order}]
+
+ ${cfg.extraConfig}
+ '';
+in
+
+{
+
+ ###### interface
+
+ options = {
+
+ services.dwm-status = {
+
+ enable = mkEnableOption "dwm-status user service";
+
+ package = mkOption {
+ type = types.package;
+ default = pkgs.dwm-status;
+ defaultText = "pkgs.dwm-status";
+ example = "pkgs.dwm-status.override { enableAlsaUtils = false; }";
+ description = ''
+ Which dwm-status package to use.
+ '';
+ };
+
+ order = mkOption {
+ type = types.listOf (types.enum [ "audio" "backlight" "battery" "cpu_load" "network" "time" ]);
+ description = ''
+ List of enabled features in order.
+ '';
+ };
+
+ extraConfig = mkOption {
+ type = types.lines;
+ default = "";
+ description = ''
+ Extra config in TOML format.
+ '';
+ };
+
+ };
+
+ };
+
+
+ ###### implementation
+
+ config = mkIf cfg.enable {
+
+ services.upower.enable = elem "battery" cfg.order;
+
+ systemd.user.services.dwm-status = {
+ description = "Highly performant and configurable DWM status service";
+ wantedBy = [ "graphical-session.target" ];
+ partOf = [ "graphical-session.target" ];
+
+ serviceConfig.ExecStart = "${cfg.package}/bin/dwm-status ${configFile}";
+ };
+
+ };
+
+}
diff --git a/nixos/modules/services/misc/gitea.nix b/nixos/modules/services/misc/gitea.nix
index 7daa2dd0d4c..59c1c104b9b 100644
--- a/nixos/modules/services/misc/gitea.nix
+++ b/nixos/modules/services/misc/gitea.nix
@@ -38,6 +38,7 @@ let
HTTP_PORT = ${toString cfg.httpPort}
ROOT_URL = ${cfg.rootUrl}
STATIC_ROOT_PATH = ${cfg.staticRootPath}
+ LFS_JWT_SECRET = #jwtsecret#
[session]
COOKIE_NAME = session
@@ -54,6 +55,11 @@ let
[service]
DISABLE_REGISTRATION = ${boolToString cfg.disableRegistration}
+ ${optionalString (cfg.mailerPasswordFile != null) ''
+ [mailer]
+ PASSWD = #mailerpass#
+ ''}
+
${cfg.extraConfig}
'';
in
@@ -254,6 +260,13 @@ in
description = "Upper level of template and static files path.";
};
+ mailerPasswordFile = mkOption {
+ type = types.nullOr types.str;
+ default = null;
+ example = "/var/lib/secrets/gitea/mailpw";
+ description = "Path to a file containing the SMTP password.";
+ };
+
disableRegistration = mkEnableOption "the registration lock" // {
description = ''
By default any user can create an account on this gitea instance.
@@ -307,6 +320,7 @@ in
systemd.tmpfiles.rules = [
"d '${cfg.stateDir}' - ${cfg.user} gitea - -"
"d '${cfg.stateDir}/conf' - ${cfg.user} gitea - -"
+ "d '${cfg.stateDir}/custom' - ${cfg.user} gitea - -"
"d '${cfg.stateDir}/custom/conf' - ${cfg.user} gitea - -"
"d '${cfg.repositoryRoot}' - ${cfg.user} gitea - -"
"Z '${cfg.stateDir}' - ${cfg.user} gitea - -"
@@ -325,21 +339,34 @@ in
preStart = let
runConfig = "${cfg.stateDir}/custom/conf/app.ini";
secretKey = "${cfg.stateDir}/custom/conf/secret_key";
+ jwtSecret = "${cfg.stateDir}/custom/conf/jwt_secret";
in ''
# copy custom configuration and generate a random secret key if needed
${optionalString (cfg.useWizard == false) ''
cp -f ${configFile} ${runConfig}
if [ ! -e ${secretKey} ]; then
- head -c 16 /dev/urandom | base64 > ${secretKey}
+ ${gitea.bin}/bin/gitea generate secret SECRET_KEY > ${secretKey}
fi
- KEY=$(head -n1 ${secretKey})
- DBPASS=$(head -n1 ${cfg.database.passwordFile})
+ if [ ! -e ${jwtSecret} ]; then
+ ${gitea.bin}/bin/gitea generate secret LFS_JWT_SECRET > ${jwtSecret}
+ fi
+
+ KEY="$(head -n1 ${secretKey})"
+ DBPASS="$(head -n1 ${cfg.database.passwordFile})"
+ JWTSECRET="$(head -n1 ${jwtSecret})"
+ ${if (cfg.mailerPasswordFile == null) then ''
+ MAILERPASSWORD="#mailerpass#"
+ '' else ''
+ MAILERPASSWORD="$(head -n1 ${cfg.mailerPasswordFile} || :)"
+ ''}
sed -e "s,#secretkey#,$KEY,g" \
-e "s,#dbpass#,$DBPASS,g" \
+ -e "s,#jwtsecet#,$JWTSECET,g" \
+ -e "s,#mailerpass#,$MAILERPASSWORD,g" \
-i ${runConfig}
- chmod 640 ${runConfig} ${secretKey}
+ chmod 640 ${runConfig} ${secretKey} ${jwtSecret}
''}
# update all hooks' binary paths
diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix
index 71277b48ecd..09c3a89d6a6 100644
--- a/nixos/modules/services/misc/gitlab.nix
+++ b/nixos/modules/services/misc/gitlab.nix
@@ -52,7 +52,7 @@ let
gitlab_url = "http+unix://${pathUrlQuote gitlabSocket}";
http_settings.self_signed_cert = false;
repos_path = "${cfg.statePath}/repositories";
- secret_file = "${cfg.statePath}/config/gitlab_shell_secret";
+ secret_file = "${cfg.statePath}/gitlab_shell_secret";
log_file = "${cfg.statePath}/log/gitlab-shell.log";
custom_hooks_dir = "${cfg.statePath}/custom_hooks";
redis = {
@@ -109,7 +109,7 @@ let
gitlab_shell = {
path = "${cfg.packages.gitlab-shell}";
hooks_path = "${cfg.statePath}/shell/hooks";
- secret_file = "${cfg.statePath}/config/gitlab_shell_secret";
+ secret_file = "${cfg.statePath}/gitlab_shell_secret";
upload_pack = true;
receive_pack = true;
};
@@ -132,14 +132,9 @@ let
HOME = "${cfg.statePath}/home";
UNICORN_PATH = "${cfg.statePath}/";
GITLAB_PATH = "${cfg.packages.gitlab}/share/gitlab/";
- GITLAB_STATE_PATH = cfg.statePath;
- GITLAB_UPLOADS_PATH = "${cfg.statePath}/uploads";
SCHEMA = "${cfg.statePath}/db/schema.rb";
+ GITLAB_UPLOADS_PATH = "${cfg.statePath}/uploads";
GITLAB_LOG_PATH = "${cfg.statePath}/log";
- GITLAB_SHELL_PATH = "${cfg.packages.gitlab-shell}";
- GITLAB_SHELL_CONFIG_PATH = "${cfg.statePath}/shell/config.yml";
- GITLAB_SHELL_SECRET_PATH = "${cfg.statePath}/config/gitlab_shell_secret";
- GITLAB_SHELL_HOOKS_PATH = "${cfg.statePath}/shell/hooks";
GITLAB_REDIS_CONFIG_FILE = pkgs.writeText "redis.yml" (builtins.toJSON redisConfig);
prometheus_multiproc_dir = "/run/gitlab";
RAILS_ENV = "production";
@@ -149,7 +144,7 @@ let
name = "gitlab-rake";
buildInputs = [ pkgs.makeWrapper ];
dontBuild = true;
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = ''
mkdir -p $out/bin
makeWrapper ${cfg.packages.gitlab.rubyEnv}/bin/rake $out/bin/gitlab-rake \
@@ -164,7 +159,7 @@ let
name = "gitlab-rails";
buildInputs = [ pkgs.makeWrapper ];
dontBuild = true;
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = ''
mkdir -p $out/bin
makeWrapper ${cfg.packages.gitlab.rubyEnv}/bin/rails $out/bin/gitlab-rails \
@@ -502,23 +497,44 @@ in {
systemd.tmpfiles.rules = [
"d /run/gitlab 0755 ${cfg.user} ${cfg.group} -"
"d ${gitlabEnv.HOME} 0750 ${cfg.user} ${cfg.group} -"
+ "z ${gitlabEnv.HOME}/.ssh/authorized_keys 0600 ${cfg.user} ${cfg.group} -"
"d ${cfg.backupPath} 0750 ${cfg.user} ${cfg.group} -"
+ "d ${cfg.statePath} 0750 ${cfg.user} ${cfg.group} -"
"d ${cfg.statePath}/builds 0750 ${cfg.user} ${cfg.group} -"
"d ${cfg.statePath}/config 0750 ${cfg.user} ${cfg.group} -"
+ "D ${cfg.statePath}/config/initializers 0750 ${cfg.user} ${cfg.group} -"
"d ${cfg.statePath}/db 0750 ${cfg.user} ${cfg.group} -"
"d ${cfg.statePath}/log 0750 ${cfg.user} ${cfg.group} -"
"d ${cfg.statePath}/repositories 2770 ${cfg.user} ${cfg.group} -"
"d ${cfg.statePath}/shell 0750 ${cfg.user} ${cfg.group} -"
+ "d ${cfg.statePath}/tmp 0750 ${cfg.user} ${cfg.group} -"
"d ${cfg.statePath}/tmp/pids 0750 ${cfg.user} ${cfg.group} -"
"d ${cfg.statePath}/tmp/sockets 0750 ${cfg.user} ${cfg.group} -"
"d ${cfg.statePath}/uploads 0700 ${cfg.user} ${cfg.group} -"
+ "d ${cfg.statePath}/custom_hooks 0700 ${cfg.user} ${cfg.group} -"
"d ${cfg.statePath}/custom_hooks/pre-receive.d 0700 ${cfg.user} ${cfg.group} -"
"d ${cfg.statePath}/custom_hooks/post-receive.d 0700 ${cfg.user} ${cfg.group} -"
"d ${cfg.statePath}/custom_hooks/update.d 0700 ${cfg.user} ${cfg.group} -"
+ "d ${gitlabConfig.production.shared.path} 0750 ${cfg.user} ${cfg.group} -"
"d ${gitlabConfig.production.shared.path}/artifacts 0750 ${cfg.user} ${cfg.group} -"
"d ${gitlabConfig.production.shared.path}/lfs-objects 0750 ${cfg.user} ${cfg.group} -"
"d ${gitlabConfig.production.shared.path}/pages 0750 ${cfg.user} ${cfg.group} -"
- ];
+ "L+ ${cfg.statePath}/lib - - - - ${cfg.packages.gitlab}/share/gitlab/lib"
+ "L+ /run/gitlab/config - - - - ${cfg.statePath}/config"
+ "L+ /run/gitlab/log - - - - ${cfg.statePath}/log"
+ "L+ /run/gitlab/tmp - - - - ${cfg.statePath}/tmp"
+ "L+ /run/gitlab/uploads - - - - ${cfg.statePath}/uploads"
+
+ "L+ /run/gitlab/shell-config.yml - - - - ${pkgs.writeText "config.yml" (builtins.toJSON gitlabShellConfig)}"
+
+ "L+ ${cfg.statePath}/config/gitlab.yml - - - - ${pkgs.writeText "gitlab.yml" (builtins.toJSON gitlabConfig)}"
+ "L+ ${cfg.statePath}/config/database.yml - - - - ${pkgs.writeText "database.yml" (builtins.toJSON databaseConfig)}"
+ "L+ ${cfg.statePath}/config/secrets.yml - - - - ${pkgs.writeText "secrets.yml" (builtins.toJSON secretsConfig)}"
+ "L+ ${cfg.statePath}/config/unicorn.rb - - - - ${./defaultUnicornConfig.rb}"
+
+ "L+ ${cfg.statePath}/config/initializers/extra-gitlab.rb - - - - ${extraGitlabRb}"
+ ] ++ optional cfg.smtp.enable
+ "L+ ${cfg.statePath}/config/initializers/smtp_settings.rb - - - - ${smtpSettings}" ;
systemd.services.gitlab-sidekiq = {
after = [ "network.target" "redis.service" "gitlab.service" ];
@@ -570,6 +586,7 @@ in {
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
path = with pkgs; [
+ exiftool
gitAndTools.git
gnutar
gzip
@@ -609,40 +626,14 @@ in {
gnupg
];
preStart = ''
- cp -rf ${cfg.packages.gitlab}/share/gitlab/db/* ${cfg.statePath}/db
- rm -rf ${cfg.statePath}/config
- mkdir ${cfg.statePath}/config
- if [ -e ${cfg.statePath}/lib ]; then
- rm ${cfg.statePath}/lib
- fi
+ ${pkgs.sudo}/bin/sudo -u ${cfg.user} cp -f ${cfg.packages.gitlab}/share/gitlab/VERSION ${cfg.statePath}/VERSION
+ ${pkgs.sudo}/bin/sudo -u ${cfg.user} rm -rf ${cfg.statePath}/db/*
+ ${pkgs.sudo}/bin/sudo -u ${cfg.user} cp -rf --no-preserve=mode ${cfg.packages.gitlab}/share/gitlab/config.dist/* ${cfg.statePath}/config
+ ${pkgs.sudo}/bin/sudo -u ${cfg.user} cp -rf --no-preserve=mode ${cfg.packages.gitlab}/share/gitlab/db/* ${cfg.statePath}/db
- ln -sf ${cfg.packages.gitlab}/share/gitlab/lib ${cfg.statePath}/lib
- [ -L /run/gitlab/config ] || ln -sf ${cfg.statePath}/config /run/gitlab/config
- [ -L /run/gitlab/log ] || ln -sf ${cfg.statePath}/log /run/gitlab/log
- [ -L /run/gitlab/tmp ] || ln -sf ${cfg.statePath}/tmp /run/gitlab/tmp
- [ -L /run/gitlab/uploads ] || ln -sf ${cfg.statePath}/uploads /run/gitlab/uploads
- cp ${cfg.packages.gitlab}/share/gitlab/VERSION ${cfg.statePath}/VERSION
- cp -rf ${cfg.packages.gitlab}/share/gitlab/config.dist/* ${cfg.statePath}/config
- ln -sf ${extraGitlabRb} ${cfg.statePath}/config/initializers/extra-gitlab.rb
- ${optionalString cfg.smtp.enable ''
- ln -sf ${smtpSettings} ${cfg.statePath}/config/initializers/smtp_settings.rb
- ''}
- ${pkgs.openssl}/bin/openssl rand -hex 32 > ${cfg.statePath}/config/gitlab_shell_secret
+ ${pkgs.openssl}/bin/openssl rand -hex 32 > ${cfg.statePath}/gitlab_shell_secret
- # JSON is a subset of YAML
- ln -sf ${pkgs.writeText "gitlab.yml" (builtins.toJSON gitlabConfig)} ${cfg.statePath}/config/gitlab.yml
- ln -sf ${pkgs.writeText "database.yml" (builtins.toJSON databaseConfig)} ${cfg.statePath}/config/database.yml
- ln -sf ${pkgs.writeText "secrets.yml" (builtins.toJSON secretsConfig)} ${cfg.statePath}/config/secrets.yml
- ln -sf ${./defaultUnicornConfig.rb} ${cfg.statePath}/config/unicorn.rb
-
- # Install the shell required to push repositories
- ln -sf ${pkgs.writeText "config.yml" (builtins.toJSON gitlabShellConfig)} /run/gitlab/shell-config.yml
- [ -L ${cfg.statePath}/shell/hooks ] || ln -sf ${cfg.packages.gitlab-shell}/hooks ${cfg.statePath}/shell/hooks
- ${cfg.packages.gitlab-shell}/bin/install
-
- chown -R ${cfg.user}:${cfg.group} ${cfg.statePath}/
- chmod -R ug+rwX,o-rwx+X ${cfg.statePath}/
- chown -R ${cfg.user}:${cfg.group} /run/gitlab
+ ${pkgs.sudo}/bin/sudo -u ${cfg.user} ${cfg.packages.gitlab-shell}/bin/install
if ! test -e "${cfg.statePath}/db-created"; then
if [ "${cfg.databaseHost}" = "127.0.0.1" ]; then
@@ -655,7 +646,7 @@ in {
${pkgs.sudo}/bin/sudo -u ${cfg.user} -H ${gitlab-rake}/bin/gitlab-rake db:schema:load
- touch "${cfg.statePath}/db-created"
+ ${pkgs.sudo}/bin/sudo -u ${cfg.user} touch "${cfg.statePath}/db-created"
fi
# Always do the db migrations just to be sure the database is up-to-date
@@ -664,22 +655,13 @@ in {
if ! test -e "${cfg.statePath}/db-seeded"; then
${pkgs.sudo}/bin/sudo -u ${cfg.user} ${gitlab-rake}/bin/gitlab-rake db:seed_fu \
GITLAB_ROOT_PASSWORD='${cfg.initialRootPassword}' GITLAB_ROOT_EMAIL='${cfg.initialRootEmail}'
- touch "${cfg.statePath}/db-seeded"
+ ${pkgs.sudo}/bin/sudo -u ${cfg.user} touch "${cfg.statePath}/db-seeded"
fi
- # The gitlab:shell:create_hooks task seems broken for fixing links
- # so we instead delete all the hooks and create them anew
- rm -f ${cfg.statePath}/repositories/**/*.git/hooks
- ${pkgs.sudo}/bin/sudo -u ${cfg.user} -H ${gitlab-rake}/bin/gitlab-rake gitlab:shell:create_hooks
+ # We remove potentially broken links to old gitlab-shell versions
+ rm -Rf ${cfg.statePath}/repositories/**/*.git/hooks
${pkgs.sudo}/bin/sudo -u ${cfg.user} -H ${pkgs.git}/bin/git config --global core.autocrlf "input"
-
- # Change permissions in the last step because some of the
- # intermediary scripts like to create directories as root.
- chmod -R u+rwX,go-rwx+X ${gitlabEnv.HOME}
- chmod -R ug+rwX,o-rwx ${cfg.statePath}/repositories
- chmod -R ug-s ${cfg.statePath}/repositories
- find ${cfg.statePath}/repositories -type d -print0 | xargs -0 chmod g+s
'';
serviceConfig = {
diff --git a/nixos/modules/services/misc/gitlab.xml b/nixos/modules/services/misc/gitlab.xml
index ab99d7bd3a6..5ff570a442f 100644
--- a/nixos/modules/services/misc/gitlab.xml
+++ b/nixos/modules/services/misc/gitlab.xml
@@ -138,13 +138,13 @@ services.gitlab = {
For example, to backup a Gitlab instance:
-
-$ sudo -u git -H gitlab-rake gitlab:backup:create
-
+
+$ sudo -u git -H gitlab-rake gitlab:backup:create
+
A list of all availabe rake tasks can be obtained by running:
-
-$ sudo -u git -H gitlab-rake -T
-
+
+$ sudo -u git -H gitlab-rake -T
+
diff --git a/nixos/modules/services/misc/gitolite.nix b/nixos/modules/services/misc/gitolite.nix
index c7f2a168f8a..cbe2c06ab65 100644
--- a/nixos/modules/services/misc/gitolite.nix
+++ b/nixos/modules/services/misc/gitolite.nix
@@ -143,21 +143,37 @@ in
users.users.${cfg.user} = {
description = "Gitolite user";
home = cfg.dataDir;
- createHome = true;
uid = config.ids.uids.gitolite;
group = cfg.group;
useDefaultShell = true;
};
users.groups."${cfg.group}".gid = config.ids.gids.gitolite;
+ systemd.tmpfiles.rules = [
+ "d '${cfg.dataDir}' 0750 ${cfg.user} ${cfg.group} - -"
+ "d '${cfg.dataDir}'/.gitolite - ${cfg.user} ${cfg.group} - -"
+ "d '${cfg.dataDir}'/.gitolite/logs - ${cfg.user} ${cfg.group} - -"
+
+ "Z ${cfg.dataDir} 0750 ${cfg.user} ${cfg.group} - -"
+ ];
+
systemd.services."gitolite-init" = {
description = "Gitolite initialization";
wantedBy = [ "multi-user.target" ];
unitConfig.RequiresMountsFor = cfg.dataDir;
- serviceConfig.User = "${cfg.user}";
- serviceConfig.Type = "oneshot";
- serviceConfig.RemainAfterExit = true;
+ environment = {
+ GITOLITE_RC = ".gitolite.rc";
+ GITOLITE_RC_DEFAULT = "${rcDir}/gitolite.rc.default";
+ };
+
+ serviceConfig = {
+ Type = "oneshot";
+ User = cfg.user;
+ Group = cfg.group;
+ WorkingDirectory = "~";
+ RemainAfterExit = true;
+ };
path = [ pkgs.gitolite pkgs.git pkgs.perl pkgs.bash pkgs.diffutils config.programs.ssh.package ];
script =
@@ -187,11 +203,6 @@ in
'';
in
''
- cd ${cfg.dataDir}
- mkdir -p .gitolite/logs
-
- GITOLITE_RC=.gitolite.rc
- GITOLITE_RC_DEFAULT=${rcDir}/gitolite.rc.default
if ( [[ ! -e "$GITOLITE_RC" ]] && [[ ! -L "$GITOLITE_RC" ]] ) ||
( [[ -f "$GITOLITE_RC" ]] && diff -q "$GITOLITE_RC" "$GITOLITE_RC_DEFAULT" >/dev/null ) ||
( [[ -L "$GITOLITE_RC" ]] && [[ "$(readlink "$GITOLITE_RC")" =~ ^/nix/store/ ]] )
diff --git a/nixos/modules/services/misc/gollum.nix b/nixos/modules/services/misc/gollum.nix
index d1823bc6d4d..7653b415bf0 100644
--- a/nixos/modules/services/misc/gollum.nix
+++ b/nixos/modules/services/misc/gollum.nix
@@ -75,27 +75,24 @@ in
users.groups.gollum = { };
+ systemd.tmpfiles.rules = [
+ "d '${cfg.stateDir}' - ${config.users.users.gollum.name} ${config.users.groups.gollum.name} - -"
+ ];
+
systemd.services.gollum = {
description = "Gollum wiki";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
path = [ pkgs.git ];
- preStart = let
- userName = config.users.users.gollum.name;
- groupName = config.users.groups.gollum.name;
- in ''
- # All of this is safe to be run on an existing repo
- mkdir -p ${cfg.stateDir}
+ preStart = ''
+ # This is safe to be run on an existing repo
git init ${cfg.stateDir}
- chmod 755 ${cfg.stateDir}
- chown -R ${userName}:${groupName} ${cfg.stateDir}
'';
serviceConfig = {
User = config.users.users.gollum.name;
Group = config.users.groups.gollum.name;
- PermissionsStartOnly = true;
ExecStart = ''
${pkgs.gollum}/bin/gollum \
--port ${toString cfg.port} \
diff --git a/nixos/modules/services/misc/greenclip.nix b/nixos/modules/services/misc/greenclip.nix
new file mode 100644
index 00000000000..9152a782d7f
--- /dev/null
+++ b/nixos/modules/services/misc/greenclip.nix
@@ -0,0 +1,31 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+ cfg = config.services.greenclip;
+in {
+
+ options.services.greenclip = {
+ enable = mkEnableOption "Greenclip daemon";
+
+ package = mkOption {
+ type = types.package;
+ default = pkgs.haskellPackages.greenclip;
+ defaultText = "pkgs.haskellPackages.greenclip";
+ description = "greenclip derivation to use.";
+ };
+ };
+
+ config = mkIf cfg.enable {
+ systemd.user.services.greenclip = {
+ enable = true;
+ description = "greenclip daemon";
+ wantedBy = [ "graphical-session.target" ];
+ after = [ "graphical-session.target" ];
+ serviceConfig.ExecStart = "${cfg.package}/bin/greenclip daemon";
+ };
+
+ environment.systemPackages = [ cfg.package ];
+ };
+}
diff --git a/nixos/modules/services/misc/jackett.nix b/nixos/modules/services/misc/jackett.nix
index a07f20e5c24..f2dc6635df9 100644
--- a/nixos/modules/services/misc/jackett.nix
+++ b/nixos/modules/services/misc/jackett.nix
@@ -34,6 +34,13 @@ in
default = "jackett";
description = "Group under which Jackett runs.";
};
+
+ package = mkOption {
+ type = types.package;
+ default = pkgs.jackett;
+ defaultText = "pkgs.jackett";
+ description = "Jackett package to use.";
+ };
};
};
@@ -51,7 +58,7 @@ in
Type = "simple";
User = cfg.user;
Group = cfg.group;
- ExecStart = "${pkgs.jackett}/bin/Jackett --NoUpdates --DataFolder '${cfg.dataDir}'";
+ ExecStart = "${cfg.package}/bin/Jackett --NoUpdates --DataFolder '${cfg.dataDir}'";
Restart = "on-failure";
};
};
diff --git a/nixos/modules/services/misc/lidarr.nix b/nixos/modules/services/misc/lidarr.nix
index f466402abfc..40755c16217 100644
--- a/nixos/modules/services/misc/lidarr.nix
+++ b/nixos/modules/services/misc/lidarr.nix
@@ -9,6 +9,37 @@ in
options = {
services.lidarr = {
enable = mkEnableOption "Lidarr";
+
+ package = mkOption {
+ type = types.package;
+ default = pkgs.lidarr;
+ defaultText = "pkgs.lidarr";
+ description = "The Lidarr package to use";
+ };
+
+ openFirewall = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Open ports in the firewall for Lidarr
+ '';
+ };
+
+ user = mkOption {
+ type = types.str;
+ default = "lidarr";
+ description = ''
+ User account under which Lidarr runs.
+ '';
+ };
+
+ group = mkOption {
+ type = types.str;
+ default = "lidarr";
+ description = ''
+ Group under which Lidarr runs.
+ '';
+ };
};
};
@@ -20,9 +51,9 @@ in
serviceConfig = {
Type = "simple";
- User = "lidarr";
- Group = "lidarr";
- ExecStart = "${pkgs.lidarr}/bin/Lidarr";
+ User = cfg.user;
+ Group = cfg.group;
+ ExecStart = "${cfg.package}/bin/Lidarr";
Restart = "on-failure";
StateDirectory = "lidarr";
@@ -30,12 +61,22 @@ in
};
};
- users.users.lidarr = {
- uid = config.ids.uids.lidarr;
- home = "/var/lib/lidarr";
- group = "lidarr";
+ networking.firewall = mkIf cfg.openFirewall {
+ allowedTCPPorts = [ 8686 ];
};
- users.groups.lidarr.gid = config.ids.gids.lidarr;
+ users.users = mkIf (cfg.user == "lidarr") {
+ lidarr = {
+ group = cfg.group;
+ home = "/var/lib/lidarr";
+ uid = config.ids.uids.lidarr;
+ };
+ };
+
+ users.groups = mkIf (cfg.group == "lidarr") {
+ lidarr = {
+ gid = config.ids.gids.lidarr;
+ };
+ };
};
}
diff --git a/nixos/modules/services/misc/mantisbt.nix b/nixos/modules/services/misc/mantisbt.nix
deleted file mode 100644
index 7e3474feb67..00000000000
--- a/nixos/modules/services/misc/mantisbt.nix
+++ /dev/null
@@ -1,68 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-with lib;
-let
- cfg = config.services.mantisbt;
-
- freshInstall = cfg.extraConfig == "";
-
- # combined code+config directory
- mantisbt = let
- config_inc = pkgs.writeText "config_inc.php" ("Java KeyStore file containing the certificates.
+ '';
+ };
+
+ };
+
+ openFirewall = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Open ports in the firewall for Metabase.
+ '';
+ };
+ };
+
+ };
+
+ config = mkIf cfg.enable {
+
+ systemd.services.metabase = {
+ description = "Metabase server";
+ wantedBy = [ "multi-user.target" ];
+ after = [ "network-online.target" ];
+ environment = {
+ MB_PLUGINS_DIR = "${dataDir}/plugins";
+ MB_DB_FILE = "${dataDir}/metabase.db";
+ MB_JETTY_HOST = cfg.listen.ip;
+ MB_JETTY_PORT = toString cfg.listen.port;
+ } // optionalAttrs (cfg.ssl.enable) {
+ MB_JETTY_SSL = true;
+ MB_JETTY_SSL_PORT = toString cfg.ssl.port;
+ MB_JETTY_SSL_KEYSTORE = cfg.ssl.keystore;
+ };
+ serviceConfig = {
+ DynamicUser = true;
+ StateDirectory = baseNameOf dataDir;
+ ExecStart = "${pkgs.metabase}/bin/metabase";
+ };
+ };
+
+ networking.firewall = mkIf cfg.openFirewall {
+ allowedTCPPorts = [ cfg.listen.port ] ++ optional cfg.ssl.enable cfg.ssl.port;
+ };
+
+ };
+}
diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix
index 8db3c44246f..6bc88c66dc1 100644
--- a/nixos/modules/services/misc/nix-daemon.nix
+++ b/nixos/modules/services/misc/nix-daemon.nix
@@ -272,10 +272,12 @@ in
binaryCaches = mkOption {
type = types.listOf types.str;
- default = [ https://cache.nixos.org/ ];
description = ''
List of binary cache URLs used to obtain pre-built binaries
of Nix packages.
+
+ By default https://cache.nixos.org/ is added,
+ to override it use lib.mkForce [].
'';
};
@@ -386,6 +388,7 @@ in
config = {
nix.binaryCachePublicKeys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];
+ nix.binaryCaches = [ "https://cache.nixos.org/" ];
environment.etc."nix/nix.conf".source = nixConf;
@@ -464,7 +467,7 @@ in
fi
'';
- nix.nrBuildUsers = mkDefault (lib.max 32 cfg.maxJobs);
+ nix.nrBuildUsers = mkDefault (lib.max 32 (if cfg.maxJobs == "auto" then 0 else cfg.maxJobs));
users.users = nixbldUsers;
diff --git a/nixos/modules/services/misc/octoprint.nix b/nixos/modules/services/misc/octoprint.nix
index 52ae25201c3..8950010773c 100644
--- a/nixos/modules/services/misc/octoprint.nix
+++ b/nixos/modules/services/misc/octoprint.nix
@@ -97,6 +97,10 @@ in
gid = config.ids.gids.octoprint;
});
+ systemd.tmpfiles.rules = [
+ "d '${cfg.stateDir}' - ${cfg.user} ${cfg.group} - -"
+ ];
+
systemd.services.octoprint = {
description = "OctoPrint, web interface for 3D printers";
wantedBy = [ "multi-user.target" ];
@@ -105,7 +109,6 @@ in
environment.PYTHONPATH = makeSearchPathOutput "lib" pkgs.python.sitePackages [ pluginsEnv ];
preStart = ''
- mkdir -p "${cfg.stateDir}"
if [ -e "${cfg.stateDir}/config.yaml" ]; then
${pkgs.yaml-merge}/bin/yaml-merge "${cfg.stateDir}/config.yaml" "${cfgUpdate}" > "${cfg.stateDir}/config.yaml.tmp"
mv "${cfg.stateDir}/config.yaml.tmp" "${cfg.stateDir}/config.yaml"
@@ -113,14 +116,12 @@ in
cp "${cfgUpdate}" "${cfg.stateDir}/config.yaml"
chmod 600 "${cfg.stateDir}/config.yaml"
fi
- chown -R ${cfg.user}:${cfg.group} "${cfg.stateDir}"
'';
serviceConfig = {
ExecStart = "${pkgs.octoprint}/bin/octoprint serve -b ${cfg.stateDir}";
User = cfg.user;
Group = cfg.group;
- PermissionsStartOnly = true;
};
};
diff --git a/nixos/modules/services/misc/redmine.nix b/nixos/modules/services/misc/redmine.nix
index 91ddf2c3edf..24b9e27ac2d 100644
--- a/nixos/modules/services/misc/redmine.nix
+++ b/nixos/modules/services/misc/redmine.nix
@@ -1,8 +1,10 @@
{ config, lib, pkgs, ... }:
-with lib;
-
let
+ inherit (lib) mkDefault mkEnableOption mkIf mkOption types;
+ inherit (lib) concatStringsSep literalExample mapAttrsToList;
+ inherit (lib) optional optionalAttrs optionalString singleton versionAtLeast;
+
cfg = config.services.redmine;
bundle = "${cfg.package}/share/redmine/bin/bundle";
@@ -11,11 +13,11 @@ let
production:
adapter: ${cfg.database.type}
database: ${cfg.database.name}
- host: ${cfg.database.host}
+ host: ${if (cfg.database.type == "postgresql" && cfg.database.socket != null) then cfg.database.socket else cfg.database.host}
port: ${toString cfg.database.port}
username: ${cfg.database.user}
password: #dbpass#
- ${optionalString (cfg.database.socket != null) "socket: ${cfg.database.socket}"}
+ ${optionalString (cfg.database.type == "mysql2" && cfg.database.socket != null) "socket: ${cfg.database.socket}"}
'';
configurationYml = pkgs.writeText "configuration.yml" ''
@@ -50,16 +52,15 @@ let
'';
});
+ mysqlLocal = cfg.database.createLocally && cfg.database.type == "mysql2";
+ pgsqlLocal = cfg.database.createLocally && cfg.database.type == "postgresql";
+
in
{
options = {
services.redmine = {
- enable = mkOption {
- type = types.bool;
- default = false;
- description = "Enable the Redmine service.";
- };
+ enable = mkEnableOption "Redmine";
# default to the 4.x series not forcing major version upgrade of those on the 3.x series
package = mkOption {
@@ -107,7 +108,8 @@ in
description = ''
Extra configuration in configuration.yml.
- See https://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration
+ See
+ for details.
'';
example = literalExample ''
email_delivery:
@@ -124,7 +126,8 @@ in
description = ''
Extra configuration in additional_environment.rb.
- See https://svn.redmine.org/redmine/trunk/config/additional_environment.rb.example
+ See
+ for details.
'';
example = literalExample ''
config.logger.level = Logger::DEBUG
@@ -169,13 +172,14 @@ in
host = mkOption {
type = types.str;
- default = (if cfg.database.socket != null then "localhost" else "127.0.0.1");
+ default = "localhost";
description = "Database host address.";
};
port = mkOption {
type = types.int;
- default = 3306;
+ default = if cfg.database.type == "postgresql" then 5432 else 3306;
+ defaultText = "3306";
description = "Database host port.";
};
@@ -213,10 +217,20 @@ in
socket = mkOption {
type = types.nullOr types.path;
- default = null;
+ default =
+ if mysqlLocal then "/run/mysqld/mysqld.sock"
+ else if pgsqlLocal then "/run/postgresql"
+ else null;
+ defaultText = "/run/mysqld/mysqld.sock";
example = "/run/mysqld/mysqld.sock";
description = "Path to the unix socket file to use for authentication.";
};
+
+ createLocally = mkOption {
+ type = types.bool;
+ default = true;
+ description = "Create the database and database user locally.";
+ };
};
};
};
@@ -227,12 +241,37 @@ in
{ assertion = cfg.database.passwordFile != null || cfg.database.password != "" || cfg.database.socket != null;
message = "one of services.redmine.database.socket, services.redmine.database.passwordFile, or services.redmine.database.password must be set";
}
- { assertion = cfg.database.socket != null -> (cfg.database.type == "mysql2");
- message = "Socket authentication is only available for the mysql2 database type";
+ { assertion = cfg.database.createLocally -> cfg.database.user == cfg.user;
+ message = "services.redmine.database.user must be set to ${cfg.user} if services.redmine.database.createLocally is set true";
+ }
+ { assertion = cfg.database.createLocally -> cfg.database.socket != null;
+ message = "services.redmine.database.socket must be set if services.redmine.database.createLocally is set to true";
+ }
+ { assertion = cfg.database.createLocally -> cfg.database.host == "localhost";
+ message = "services.redmine.database.host must be set to localhost if services.redmine.database.createLocally is set to true";
}
];
- environment.systemPackages = [ cfg.package ];
+ services.mysql = mkIf mysqlLocal {
+ enable = true;
+ package = mkDefault pkgs.mariadb;
+ ensureDatabases = [ cfg.database.name ];
+ ensureUsers = [
+ { name = cfg.database.user;
+ ensurePermissions = { "${cfg.database.name}.*" = "ALL PRIVILEGES"; };
+ }
+ ];
+ };
+
+ services.postgresql = mkIf pgsqlLocal {
+ enable = true;
+ ensureDatabases = [ cfg.database.name ];
+ ensureUsers = [
+ { name = cfg.database.user;
+ ensurePermissions = { "DATABASE ${cfg.database.name}" = "ALL PRIVILEGES"; };
+ }
+ ];
+ };
# create symlinks for the basic directory layout the redmine package expects
systemd.tmpfiles.rules = [
@@ -259,7 +298,7 @@ in
];
systemd.services.redmine = {
- after = [ "network.target" (if cfg.database.type == "mysql2" then "mysql.service" else "postgresql.service") ];
+ after = [ "network.target" ] ++ optional mysqlLocal "mysql.service" ++ optional pgsqlLocal "postgresql.service";
wantedBy = [ "multi-user.target" ];
environment.RAILS_ENV = "production";
environment.RAILS_CACHE = "${cfg.stateDir}/cache";
diff --git a/nixos/modules/services/misc/taskserver/default.nix b/nixos/modules/services/misc/taskserver/default.nix
index 07dbee69db0..8a57277fafe 100644
--- a/nixos/modules/services/misc/taskserver/default.nix
+++ b/nixos/modules/services/misc/taskserver/default.nix
@@ -411,7 +411,7 @@ in {
} else {
cert = "${cfg.pki.manual.server.cert}";
key = "${cfg.pki.manual.server.key}";
- crl = "${cfg.pki.manual.server.crl}";
+ ${mapNullable (_: "crl") cfg.pki.manual.server.crl} = "${cfg.pki.manual.server.crl}";
});
ca.cert = if needToCreateCA then "${cfg.dataDir}/keys/ca.cert"
diff --git a/nixos/modules/services/misc/taskserver/doc.xml b/nixos/modules/services/misc/taskserver/doc.xml
index 5eac8d9ef78..5656bb85b37 100644
--- a/nixos/modules/services/misc/taskserver/doc.xml
+++ b/nixos/modules/services/misc/taskserver/doc.xml
@@ -105,7 +105,7 @@
Now in order to import the alice user to another machine
alicebox, all we need to do is something like this:
-$ ssh server nixos-taskserver user export my-company alice | sh
+$ ssh server nixos-taskserver user export my-company alice | sh
Of course, if no SSH daemon is available on the server you can also copy
& paste it directly into a shell.
diff --git a/nixos/modules/services/misc/tiddlywiki.nix b/nixos/modules/services/misc/tiddlywiki.nix
new file mode 100644
index 00000000000..2adc08f6cfe
--- /dev/null
+++ b/nixos/modules/services/misc/tiddlywiki.nix
@@ -0,0 +1,52 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+
+ cfg = config.services.tiddlywiki;
+ listenParams = concatStrings (mapAttrsToList (n: v: " '${n}=${toString v}' ") cfg.listenOptions);
+ exe = "${pkgs.nodePackages.tiddlywiki}/lib/node_modules/.bin/tiddlywiki";
+ name = "tiddlywiki";
+ dataDir = "/var/lib/" + name;
+
+in {
+
+ options.services.tiddlywiki = {
+
+ enable = mkEnableOption "TiddlyWiki nodejs server";
+
+ listenOptions = mkOption {
+ type = types.attrs;
+ default = {};
+ example = {
+ credentials = "../credentials.csv";
+ readers="(authenticated)";
+ port = 3456;
+ };
+ description = ''
+ Parameters passed to --listen command.
+ Refer to
+ for details on supported values.
+ '';
+ };
+ };
+
+ config = mkIf cfg.enable {
+ systemd = {
+ services.tiddlywiki = {
+ description = "TiddlyWiki nodejs server";
+ after = [ "network.target" ];
+ wantedBy = [ "multi-user.target" ];
+ serviceConfig = {
+ Type = "simple";
+ Restart = "on-failure";
+ DynamicUser = true;
+ StateDirectory = name;
+ ExecStartPre = "-${exe} ${dataDir} --init server";
+ ExecStart = "${exe} ${dataDir} --listen ${listenParams}";
+ };
+ };
+ };
+ };
+}
diff --git a/nixos/modules/services/misc/zoneminder.nix b/nixos/modules/services/misc/zoneminder.nix
index 9c555e8031c..6e83d47df1c 100644
--- a/nixos/modules/services/misc/zoneminder.nix
+++ b/nixos/modules/services/misc/zoneminder.nix
@@ -2,6 +2,7 @@
let
cfg = config.services.zoneminder;
+ fpm = config.services.phpfpm.pools.zoneminder;
pkg = pkgs.zoneminder;
dirName = pkg.dirName;
@@ -19,8 +20,6 @@ let
useCustomDir = cfg.storageDir != null;
- socket = "/run/phpfpm/${dirName}.sock";
-
zms = "/cgi-bin/zms";
dirs = dirList: [ dirName ] ++ map (e: "${dirName}/${e}") dirList;
@@ -50,7 +49,7 @@ let
ZM_DB_TYPE=mysql
ZM_DB_HOST=${cfg.database.host}
ZM_DB_NAME=${cfg.database.name}
- ZM_DB_USER=${if cfg.database.createLocally then user else cfg.database.username}
+ ZM_DB_USER=${cfg.database.username}
ZM_DB_PASS=${cfg.database.password}
# Web
@@ -155,6 +154,7 @@ in {
default = "zmpass";
description = ''
Username for accessing the database.
+ Not used if createLocally is set.
'';
};
};
@@ -189,6 +189,12 @@ in {
config = lib.mkIf cfg.enable {
+ assertions = [
+ { assertion = cfg.database.createLocally -> cfg.database.username == user;
+ message = "services.zoneminder.database.username must be set to ${user} if services.zoneminder.database.createLocally is set true";
+ }
+ ];
+
environment.etc = {
"zoneminder/60-defaults.conf".source = defaultsFile;
"zoneminder/80-nixos.conf".source = configFile;
@@ -204,10 +210,9 @@ in {
};
mysql = lib.mkIf cfg.database.createLocally {
+ enable = true;
+ package = lib.mkDefault pkgs.mariadb;
ensureDatabases = [ cfg.database.name ];
- initialDatabases = [{
- inherit (cfg.database) name; schema = "${pkg}/share/zoneminder/db/zm_create.sql";
- }];
ensureUsers = [{
name = cfg.database.username;
ensurePermissions = { "${cfg.database.name}.*" = "ALL PRIVILEGES"; };
@@ -256,7 +261,7 @@ in {
fastcgi_pass ${fcgi.socketType}:${fcgi.socketAddress};
}
- location /cache {
+ location /cache/ {
alias /var/cache/${dirName};
}
@@ -268,7 +273,7 @@ in {
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_param HTTP_PROXY "";
- fastcgi_pass unix:${socket};
+ fastcgi_pass unix:${fpm.socket};
}
}
'';
@@ -278,30 +283,27 @@ in {
phpfpm = lib.mkIf useNginx {
pools.zoneminder = {
- listen = socket;
+ inherit user group;
phpOptions = ''
date.timezone = "${config.time.timeZone}"
${lib.concatStringsSep "\n" (map (e:
"extension=${e.pkg}/lib/php/extensions/${e.name}.so") phpExtensions)}
'';
- extraConfig = ''
- user = ${user}
- group = ${group}
+ settings = lib.mapAttrs (name: lib.mkDefault) {
+ "listen.owner" = user;
+ "listen.group" = group;
+ "listen.mode" = "0660";
- listen.owner = ${user}
- listen.group = ${group}
- listen.mode = 0660
-
- pm = dynamic
- pm.start_servers = 1
- pm.min_spare_servers = 1
- pm.max_spare_servers = 2
- pm.max_requests = 500
- pm.max_children = 5
- pm.status_path = /$pool-status
- ping.path = /$pool-ping
- '';
+ "pm" = "dynamic";
+ "pm.start_servers" = 1;
+ "pm.min_spare_servers" = 1;
+ "pm.max_spare_servers" = 2;
+ "pm.max_requests" = 500;
+ "pm.max_children" = 5;
+ "pm.status_path" = "/$pool-status";
+ "ping.path" = "/$pool-ping";
+ };
};
};
};
@@ -315,11 +317,16 @@ in {
procps
psmisc
];
- after = [ "mysql.service" "nginx.service" ];
+ after = [ "nginx.service" ] ++ lib.optional cfg.database.createLocally "mysql.service";
wantedBy = [ "multi-user.target" ];
restartTriggers = [ defaultsFile configFile ];
- preStart = lib.mkIf useCustomDir ''
+ preStart = lib.optionalString useCustomDir ''
install -dm775 -o ${user} -g ${group} ${cfg.storageDir}/{${lib.concatStringsSep "," libDirs}}
+ '' + lib.optionalString cfg.database.createLocally ''
+ if ! test -e "/var/lib/${dirName}/db-created"; then
+ ${config.services.mysql.package}/bin/mysql < ${pkg}/share/zoneminder/db/zm_create.sql
+ touch "/var/lib/${dirName}/db-created"
+ fi
'';
serviceConfig = {
User = user;
diff --git a/nixos/modules/services/monitoring/alerta.nix b/nixos/modules/services/monitoring/alerta.nix
index 8f4258e26de..34f2d41706a 100644
--- a/nixos/modules/services/monitoring/alerta.nix
+++ b/nixos/modules/services/monitoring/alerta.nix
@@ -1,4 +1,4 @@
-{ options, config, lib, pkgs, ... }:
+{ config, lib, pkgs, ... }:
with lib;
@@ -83,6 +83,10 @@ in
};
config = mkIf cfg.enable {
+ systemd.tmpfiles.rules = [
+ "d '${cfg.logDir}' - alerta alerta - -"
+ ];
+
systemd.services.alerta = {
description = "Alerta Monitoring System";
wantedBy = [ "multi-user.target" ];
@@ -94,12 +98,7 @@ in
ExecStart = "${pkgs.python36Packages.alerta-server}/bin/alertad run --port ${toString cfg.port} --host ${cfg.bind}";
User = "alerta";
Group = "alerta";
- PermissionsStartOnly = true;
};
- preStart = ''
- mkdir -p ${cfg.logDir}
- chown alerta:alerta ${cfg.logDir}
- '';
};
environment.systemPackages = [ pkgs.python36Packages.alerta ];
diff --git a/nixos/modules/services/monitoring/cadvisor.nix b/nixos/modules/services/monitoring/cadvisor.nix
index 6ca420a05b2..695a8c42e85 100644
--- a/nixos/modules/services/monitoring/cadvisor.nix
+++ b/nixos/modules/services/monitoring/cadvisor.nix
@@ -84,6 +84,16 @@ in {
type = types.bool;
description = "Cadvisor storage driver, enable secure communication.";
};
+
+ extraOptions = mkOption {
+ type = types.listOf types.str;
+ default = [];
+ description = ''
+ Additional cadvisor options.
+
+ See for available options.
+ '';
+ };
};
};
@@ -112,6 +122,7 @@ in {
-logtostderr=true \
-listen_ip="${cfg.listenAddress}" \
-port="${toString cfg.port}" \
+ ${escapeShellArgs cfg.extraOptions} \
${optionalString (cfg.storageDriver != null) ''
-storage_driver "${cfg.storageDriver}" \
-storage_driver_user "${cfg.storageDriverHost}" \
diff --git a/nixos/modules/services/monitoring/datadog-agent.nix b/nixos/modules/services/monitoring/datadog-agent.nix
index ce3d53fb2c1..7f78db74677 100644
--- a/nixos/modules/services/monitoring/datadog-agent.nix
+++ b/nixos/modules/services/monitoring/datadog-agent.nix
@@ -42,9 +42,9 @@ let
# Apply the configured extraIntegrations to the provided agent
# package. See the documentation of `dd-agent/integrations-core.nix`
# for detailed information on this.
- datadogPkg = cfg.package.overrideAttrs(_: {
- python = (pkgs.datadog-integrations-core cfg.extraIntegrations).python;
- });
+ datadogPkg = cfg.package.override {
+ pythonPackages = pkgs.datadog-integrations-core cfg.extraIntegrations;
+ };
in {
options.services.datadog-agent = {
enable = mkOption {
@@ -60,7 +60,7 @@ in {
defaultText = "pkgs.datadog-agent";
description = ''
Which DataDog v6 agent package to use. Note that the provided
- package is expected to have an overridable `python`-attribute
+ package is expected to have an overridable `pythonPackages`-attribute
which configures the Python environment with the Datadog
checks.
'';
diff --git a/nixos/modules/services/monitoring/grafana-reporter.nix b/nixos/modules/services/monitoring/grafana-reporter.nix
index 827cf6322cf..b5a78e4583e 100644
--- a/nixos/modules/services/monitoring/grafana-reporter.nix
+++ b/nixos/modules/services/monitoring/grafana-reporter.nix
@@ -1,4 +1,4 @@
-{ options, config, lib, pkgs, ... }:
+{ config, lib, pkgs, ... }:
with lib;
diff --git a/nixos/modules/services/monitoring/grafana.nix b/nixos/modules/services/monitoring/grafana.nix
index 5d3f2e6ac28..bf1084eecc3 100644
--- a/nixos/modules/services/monitoring/grafana.nix
+++ b/nixos/modules/services/monitoring/grafana.nix
@@ -503,12 +503,12 @@ in {
message = "Cannot set both adminPassword and adminPasswordFile";
}
{
- assertion = cfg.security.secretKeyFile != opt.security.secretKeyFile.default -> cfg.security.secretKeyFile == null;
+ assertion = cfg.security.secretKey != opt.security.secretKey.default -> cfg.security.secretKeyFile == null;
message = "Cannot set both secretKey and secretKeyFile";
}
{
assertion = cfg.smtp.password != opt.smtp.password.default -> cfg.smtp.passwordFile == null;
- message = "Cannot set both password and secretKeyFile";
+ message = "Cannot set both password and passwordFile";
}
];
@@ -552,6 +552,8 @@ in {
description = "Grafana user";
home = cfg.dataDir;
createHome = true;
+ group = "grafana";
};
+ users.groups.grafana = {};
};
}
diff --git a/nixos/modules/services/monitoring/kapacitor.nix b/nixos/modules/services/monitoring/kapacitor.nix
index a4bdfa8f805..0f236d25c9e 100644
--- a/nixos/modules/services/monitoring/kapacitor.nix
+++ b/nixos/modules/services/monitoring/kapacitor.nix
@@ -1,4 +1,4 @@
-{ options, config, lib, pkgs, ... }:
+{ config, lib, pkgs, ... }:
with lib;
@@ -163,6 +163,10 @@ in
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.kapacitor ];
+ systemd.tmpfiles.rules = [
+ "d '${cfg.dataDir}' - ${cfg.user} ${cfg.group} - -"
+ ];
+
systemd.services.kapacitor = {
description = "Kapacitor Real-Time Stream Processing Engine";
wantedBy = [ "multi-user.target" ];
@@ -171,12 +175,7 @@ in
ExecStart = "${pkgs.kapacitor}/bin/kapacitord -config ${kapacitorConf}";
User = "kapacitor";
Group = "kapacitor";
- PermissionsStartOnly = true;
};
- preStart = ''
- mkdir -p ${cfg.dataDir}
- chown ${cfg.user}:${cfg.group} ${cfg.dataDir}
- '';
};
users.users.kapacitor = {
diff --git a/nixos/modules/services/monitoring/loki.nix b/nixos/modules/services/monitoring/loki.nix
new file mode 100644
index 00000000000..f4eec7e0d28
--- /dev/null
+++ b/nixos/modules/services/monitoring/loki.nix
@@ -0,0 +1,112 @@
+{ config, lib, pkgs, ... }:
+
+let
+ inherit (lib) escapeShellArgs literalExample mkEnableOption mkIf mkOption types;
+
+ cfg = config.services.loki;
+
+ prettyJSON = conf:
+ pkgs.runCommand "loki-config.json" { } ''
+ echo '${builtins.toJSON conf}' | ${pkgs.jq}/bin/jq 'del(._module)' > $out
+ '';
+
+in {
+ options.services.loki = {
+ enable = mkEnableOption "loki";
+
+ user = mkOption {
+ type = types.str;
+ default = "loki";
+ description = ''
+ User under which the Loki service runs.
+ '';
+ };
+
+ group = mkOption {
+ type = types.str;
+ default = "loki";
+ description = ''
+ Group under which the Loki service runs.
+ '';
+ };
+
+ dataDir = mkOption {
+ type = types.path;
+ default = "/var/lib/loki";
+ description = ''
+ Specify the directory for Loki.
+ '';
+ };
+
+ configuration = mkOption {
+ type = types.attrs;
+ default = {};
+ description = ''
+ Specify the configuration for Loki in Nix.
+ '';
+ };
+
+ configFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ description = ''
+ Specify a configuration file that Loki should use.
+ '';
+ };
+
+ extraFlags = mkOption {
+ type = types.listOf types.str;
+ default = [];
+ example = literalExample [ "--server.http-listen-port=3101" ];
+ description = ''
+ Specify a list of additional command line flags,
+ which get escaped and are then passed to Loki.
+ '';
+ };
+ };
+
+ config = mkIf cfg.enable {
+ assertions = [{
+ assertion = (
+ (cfg.configuration == {} -> cfg.configFile != null) &&
+ (cfg.configFile != null -> cfg.configuration == {})
+ );
+ message = ''
+ Please specify either
+ 'services.loki.configuration' or
+ 'services.loki.configFile'.
+ '';
+ }];
+
+ users.groups.${cfg.group} = { };
+ users.users.${cfg.user} = {
+ description = "Loki Service User";
+ group = cfg.group;
+ home = cfg.dataDir;
+ createHome = true;
+ isSystemUser = true;
+ };
+
+ systemd.services.loki = {
+ description = "Loki Service Daemon";
+ wantedBy = [ "multi-user.target" ];
+
+ serviceConfig = let
+ conf = if cfg.configFile == null
+ then prettyJSON cfg.configuration
+ else cfg.configFile;
+ in
+ {
+ ExecStart = "${pkgs.grafana-loki}/bin/loki --config.file=${conf} ${escapeShellArgs cfg.extraFlags}";
+ User = cfg.user;
+ Restart = "always";
+ PrivateTmp = true;
+ ProtectHome = true;
+ ProtectSystem = "full";
+ DevicePolicy = "closed";
+ NoNewPrivileges = true;
+ WorkingDirectory = cfg.dataDir;
+ };
+ };
+ };
+}
diff --git a/nixos/modules/services/monitoring/nagios.nix b/nixos/modules/services/monitoring/nagios.nix
index 7f65236ed3d..6a3b9776946 100644
--- a/nixos/modules/services/monitoring/nagios.nix
+++ b/nixos/modules/services/monitoring/nagios.nix
@@ -36,7 +36,7 @@ let
# Uid/gid that the daemon runs under.
nagios_user=nagios
- nagios_group=nogroup
+ nagios_group=nagios
# Misc. options.
illegal_macro_output_chars=`~$&|'"<>
@@ -58,9 +58,7 @@ let
Options ExecCGI
- AllowOverride None
- Order allow,deny
- Allow from all
+ Require all granted
SetEnv NAGIOS_CGI_CONFIG ${cfg.cgiConfigFile}
@@ -68,9 +66,7 @@ let
Options None
- AllowOverride None
- Order allow,deny
- Allow from all
+ Require all granted
'';
@@ -149,9 +145,11 @@ in
description = "Nagios user ";
uid = config.ids.uids.nagios;
home = nagiosState;
- createHome = true;
+ group = "nagios";
};
+ users.groups.nagios = { };
+
# This isn't needed, it's just so that the user can type "nagiostats
# -c /etc/nagios.cfg".
environment.etc = [
@@ -169,16 +167,13 @@ in
serviceConfig = {
User = "nagios";
+ Group = "nagios";
Restart = "always";
RestartSec = 2;
- PermissionsStartOnly = true;
+ LogsDirectory = "nagios";
+ StateDirectory = "nagios";
};
- preStart = ''
- mkdir -m 0755 -p ${nagiosState} ${nagiosLogDir}
- chown nagios ${nagiosState} ${nagiosLogDir}
- '';
-
script = ''
for i in ${toString cfg.plugins}; do
export PATH=$i/bin:$i/sbin:$i/libexec:$PATH
diff --git a/nixos/modules/services/monitoring/netdata.nix b/nixos/modules/services/monitoring/netdata.nix
index a49555cf677..f9b7550af23 100644
--- a/nixos/modules/services/monitoring/netdata.nix
+++ b/nixos/modules/services/monitoring/netdata.nix
@@ -8,6 +8,7 @@ let
wrappedPlugins = pkgs.runCommand "wrapped-plugins" { preferLocalBuild = true; } ''
mkdir -p $out/libexec/netdata/plugins.d
ln -s /run/wrappers/bin/apps.plugin $out/libexec/netdata/plugins.d/apps.plugin
+ ln -s /run/wrappers/bin/freeipmi.plugin $out/libexec/netdata/plugins.d/freeipmi.plugin
'';
plugins = [
@@ -140,12 +141,18 @@ in {
path = (with pkgs; [ gawk curl ]) ++ lib.optional cfg.python.enable
(pkgs.python3.withPackages cfg.python.extraPackages);
serviceConfig = {
+ Environment="PYTHONPATH=${pkgs.netdata}/libexec/netdata/python.d/python_modules";
+ ExecStart = "${pkgs.netdata}/bin/netdata -P /run/netdata/netdata.pid -D -c ${configFile}";
+ ExecReload = "${pkgs.utillinux}/bin/kill -s HUP -s USR1 -s USR2 $MAINPID";
+ TimeoutStopSec = 60;
+ # User and group
User = cfg.user;
Group = cfg.group;
- Environment="PYTHONPATH=${pkgs.netdata}/libexec/netdata/python.d/python_modules";
- PermissionsStartOnly = true;
- ExecStart = "${pkgs.netdata}/bin/netdata -D -c ${configFile}";
- TimeoutStopSec = 60;
+ # Runtime directory and mode
+ RuntimeDirectory = "netdata";
+ RuntimeDirectoryMode = "0755";
+ # Performance
+ LimitNOFILE = "30000";
};
};
@@ -157,6 +164,18 @@ in {
permissions = "u+rx,g+rx,o-rwx";
};
+ security.wrappers."freeipmi.plugin" = {
+ source = "${pkgs.netdata}/libexec/netdata/plugins.d/freeipmi.plugin.org";
+ capabilities = "cap_dac_override,cap_fowner+ep";
+ owner = cfg.user;
+ group = cfg.group;
+ permissions = "u+rx,g+rx,o-rwx";
+ };
+
+ security.pam.loginLimits = [
+ { domain = "netdata"; type = "soft"; item = "nofile"; value = "10000"; }
+ { domain = "netdata"; type = "hard"; item = "nofile"; value = "30000"; }
+ ];
users.users = optional (cfg.user == defaultUser) {
name = defaultUser;
diff --git a/nixos/modules/services/monitoring/prometheus/default.nix b/nixos/modules/services/monitoring/prometheus/default.nix
index d8384e0d35b..647d67533b8 100644
--- a/nixos/modules/services/monitoring/prometheus/default.nix
+++ b/nixos/modules/services/monitoring/prometheus/default.nix
@@ -79,12 +79,8 @@ let
(pkgs.writeText "prometheus.rules" (concatStringsSep "\n" cfg2.rules))
]);
scrape_configs = filterValidPrometheus cfg2.scrapeConfigs;
- alerting = optionalAttrs (cfg2.alertmanagerURL != []) {
- alertmanagers = [{
- static_configs = [{
- targets = cfg2.alertmanagerURL;
- }];
- }];
+ alerting = {
+ inherit (cfg2) alertmanagers;
};
};
@@ -738,11 +734,23 @@ in {
'';
};
- alertmanagerURL = mkOption {
- type = types.listOf types.str;
+ alertmanagers = mkOption {
+ type = types.listOf types.attrs;
+ example = literalExample ''
+ [ {
+ scheme = "https";
+ path_prefix = "/alertmanager";
+ static_configs = [ {
+ targets = [
+ "prometheus.domain.tld"
+ ];
+ } ];
+ } ]
+ '';
default = [];
description = ''
- List of Alertmanager URLs to send notifications to.
+ A list of alertmanagers to send alerts to.
+ See the official documentation for more information.
'';
};
diff --git a/nixos/modules/services/monitoring/prometheus/exporters.nix b/nixos/modules/services/monitoring/prometheus/exporters.nix
index 20e7eba4341..2ab8910ff9d 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters.nix
@@ -1,8 +1,10 @@
-{ config, pkgs, lib, ... }:
-
-with lib;
+{ config, pkgs, lib, options, ... }:
let
+ inherit (lib) concatStrings foldl foldl' genAttrs literalExample maintainers
+ mapAttrsToList mkDefault mkEnableOption mkIf mkMerge mkOption
+ optional types;
+
cfg = config.services.prometheus.exporters;
# each attribute in `exporterOpts` is expected to have specified:
@@ -17,25 +19,30 @@ let
# Note that `extraOpts` is optional, but a script for the exporter's
# systemd service must be provided by specifying either
# `serviceOpts.script` or `serviceOpts.serviceConfig.ExecStart`
- exporterOpts = {
- blackbox = import ./exporters/blackbox.nix { inherit config lib pkgs; };
- collectd = import ./exporters/collectd.nix { inherit config lib pkgs; };
- dnsmasq = import ./exporters/dnsmasq.nix { inherit config lib pkgs; };
- dovecot = import ./exporters/dovecot.nix { inherit config lib pkgs; };
- fritzbox = import ./exporters/fritzbox.nix { inherit config lib pkgs; };
- json = import ./exporters/json.nix { inherit config lib pkgs; };
- minio = import ./exporters/minio.nix { inherit config lib pkgs; };
- nginx = import ./exporters/nginx.nix { inherit config lib pkgs; };
- node = import ./exporters/node.nix { inherit config lib pkgs; };
- postfix = import ./exporters/postfix.nix { inherit config lib pkgs; };
- snmp = import ./exporters/snmp.nix { inherit config lib pkgs; };
- surfboard = import ./exporters/surfboard.nix { inherit config lib pkgs; };
- tor = import ./exporters/tor.nix { inherit config lib pkgs; };
- unifi = import ./exporters/unifi.nix { inherit config lib pkgs; };
- varnish = import ./exporters/varnish.nix { inherit config lib pkgs; };
- bind = import ./exporters/bind.nix { inherit config lib pkgs; };
- wireguard = import ./exporters/wireguard.nix { inherit config lib pkgs; };
- };
+
+ exporterOpts = genAttrs [
+ "bind"
+ "blackbox"
+ "collectd"
+ "dnsmasq"
+ "dovecot"
+ "fritzbox"
+ "json"
+ "mail"
+ "minio"
+ "nginx"
+ "node"
+ "postfix"
+ "postgres"
+ "snmp"
+ "surfboard"
+ "tor"
+ "unifi"
+ "varnish"
+ "wireguard"
+ ] (name:
+ import (./. + "/exporters/${name}.nix") { inherit config lib pkgs options; }
+ );
mkExporterOpts = ({ name, port }: {
enable = mkEnableOption "the prometheus ${name} exporter";
@@ -81,7 +88,7 @@ let
};
user = mkOption {
type = types.str;
- default = "nobody";
+ default = "${name}-exporter";
description = ''
User name under which the ${name} exporter shall be run.
Has no effect when is true.
@@ -89,7 +96,7 @@ let
};
group = mkOption {
type = types.str;
- default = "nobody";
+ default = "${name}-exporter";
description = ''
Group under which the ${name} exporter shall be run.
Has no effect when is true.
@@ -97,9 +104,10 @@ let
};
});
- mkSubModule = { name, port, extraOpts, ... }: {
+ mkSubModule = { name, port, extraOpts, imports }: {
${name} = mkOption {
type = types.submodule {
+ inherit imports;
options = (mkExporterOpts {
inherit name port;
} // extraOpts);
@@ -112,13 +120,30 @@ let
mkSubModules = (foldl' (a: b: a//b) {}
(mapAttrsToList (name: opts: mkSubModule {
inherit name;
- inherit (opts) port serviceOpts;
+ inherit (opts) port;
extraOpts = opts.extraOpts or {};
+ imports = opts.imports or [];
}) exporterOpts)
);
mkExporterConf = { name, conf, serviceOpts }:
+ let
+ enableDynamicUser = serviceOpts.serviceConfig.DynamicUser or true;
+ in
mkIf conf.enable {
+ warnings = conf.warnings or [];
+ users.users = (mkIf (conf.user == "${name}-exporter" && !enableDynamicUser) {
+ "${name}-exporter" = {
+ description = ''
+ Prometheus ${name} exporter service user
+ '';
+ isSystemUser = true;
+ inherit (conf) group;
+ };
+ });
+ users.groups = (mkIf (conf.group == "${name}-exporter" && !enableDynamicUser) {
+ "${name}-exporter" = {};
+ });
networking.firewall.extraCommands = mkIf conf.openFirewall (concatStrings [
"ip46tables -A nixos-fw ${conf.firewallFilter} "
"-m comment --comment ${name}-exporter -j nixos-fw-accept"
@@ -129,7 +154,8 @@ let
serviceConfig.Restart = mkDefault "always";
serviceConfig.PrivateTmp = mkDefault true;
serviceConfig.WorkingDirectory = mkDefault /tmp;
- } serviceOpts ] ++ optional (!(serviceOpts.serviceConfig.DynamicUser or false)) {
+ serviceConfig.DynamicUser = mkDefault enableDynamicUser;
+ } serviceOpts ] ++ optional (!enableDynamicUser) {
serviceConfig.User = conf.user;
serviceConfig.Group = conf.group;
});
@@ -154,13 +180,19 @@ in
};
config = mkMerge ([{
- assertions = [{
+ assertions = [ {
assertion = (cfg.snmp.configurationPath == null) != (cfg.snmp.configuration == null);
message = ''
Please ensure you have either `services.prometheus.exporters.snmp.configuration'
or `services.prometheus.exporters.snmp.configurationPath' set!
'';
- }];
+ } {
+ assertion = (cfg.mail.configFile == null) != (cfg.mail.configuration == {});
+ message = ''
+ Please specify either 'services.prometheus.exporters.mail.configuration'
+ or 'services.prometheus.exporters.mail.configFile'.
+ '';
+ } ];
}] ++ [(mkIf config.services.minio.enable {
services.prometheus.exporters.minio.minioAddress = mkDefault "http://localhost:9000";
services.prometheus.exporters.minio.minioAccessKey = mkDefault config.services.minio.accessKey;
diff --git a/nixos/modules/services/monitoring/prometheus/exporters.xml b/nixos/modules/services/monitoring/prometheus/exporters.xml
index 7a0a1bdf2c1..c2d4b05996a 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters.xml
+++ b/nixos/modules/services/monitoring/prometheus/exporters.xml
@@ -17,7 +17,7 @@
exporter, it provides hardware and OS metrics from the host it's
running on. The exporter could be configured as follows:
- services.promtheus.exporters.node = {
+ services.prometheus.exporters.node = {
enable = true;
enabledCollectors = [
"logind"
@@ -112,65 +112,67 @@
directory, which will be called postfix.nix and contains all exporter
specific options and configuration:
- # nixpgs/nixos/modules/services/prometheus/exporters/postfix.nix
- { config, lib, pkgs }:
+# nixpgs/nixos/modules/services/prometheus/exporters/postfix.nix
+{ config, lib, pkgs, options }:
- with lib;
+with lib;
- let
- # for convenience we define cfg here
- cfg = config.services.prometheus.exporters.postfix;
- in
- {
- port = 9154; # The postfix exporter listens on this port by default
+let
+ # for convenience we define cfg here
+ cfg = config.services.prometheus.exporters.postfix;
+in
+{
+ port = 9154; # The postfix exporter listens on this port by default
- # `extraOpts` is an attribute set which contains additional options
- # (and optional overrides for default options).
- # Note that this attribute is optional.
- extraOpts = {
- telemetryPath = mkOption {
- type = types.str;
- default = "/metrics";
- description = ''
- Path under which to expose metrics.
- '';
- };
- logfilePath = mkOption {
- type = types.path;
- default = /var/log/postfix_exporter_input.log;
- example = /var/log/mail.log;
- description = ''
- Path where Postfix writes log entries.
- This file will be truncated by this exporter!
- '';
- };
- showqPath = mkOption {
- type = types.path;
- default = /var/spool/postfix/public/showq;
- example = /var/lib/postfix/queue/public/showq;
- description = ''
- Path at which Postfix places its showq socket.
- '';
- };
- };
+ # `extraOpts` is an attribute set which contains additional options
+ # (and optional overrides for default options).
+ # Note that this attribute is optional.
+ extraOpts = {
+ telemetryPath = mkOption {
+ type = types.str;
+ default = "/metrics";
+ description = ''
+ Path under which to expose metrics.
+ '';
+ };
+ logfilePath = mkOption {
+ type = types.path;
+ default = /var/log/postfix_exporter_input.log;
+ example = /var/log/mail.log;
+ description = ''
+ Path where Postfix writes log entries.
+ This file will be truncated by this exporter!
+ '';
+ };
+ showqPath = mkOption {
+ type = types.path;
+ default = /var/spool/postfix/public/showq;
+ example = /var/lib/postfix/queue/public/showq;
+ description = ''
+ Path at which Postfix places its showq socket.
+ '';
+ };
+ };
- # `serviceOpts` is an attribute set which contains configuration
- # for the exporter's systemd service. One of
- # `serviceOpts.script` and `serviceOpts.serviceConfig.ExecStart`
- # has to be specified here. This will be merged with the default
- # service confiuration.
- serviceOpts = {
- serviceConfig = {
- ExecStart = ''
- ${pkgs.prometheus-postfix-exporter}/bin/postfix_exporter \
- --web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
- --web.telemetry-path ${cfg.telemetryPath} \
- ${concatStringsSep " \\\n " cfg.extraFlags}
- '';
- };
- };
- }
-
+ # `serviceOpts` is an attribute set which contains configuration
+ # for the exporter's systemd service. One of
+ # `serviceOpts.script` and `serviceOpts.serviceConfig.ExecStart`
+ # has to be specified here. This will be merged with the default
+ # service confiuration.
+ # Note that by default 'DynamicUser' is 'true'.
+ serviceOpts = {
+ serviceConfig = {
+ DynamicUser = false;
+ ExecStart = ''
+ ${pkgs.prometheus-postfix-exporter}/bin/postfix_exporter \
+ --web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
+ --web.telemetry-path ${cfg.telemetryPath} \
+ ${concatStringsSep " \\\n " cfg.extraFlags}
+ '';
+ };
+ };
+}
+
@@ -184,4 +186,42 @@
+
+ Updating an exporter module
+
+ Should an exporter option change at some point, it is possible to add
+ information about the change to the exporter definition similar to
+ nixpkgs/nixos/modules/rename.nix:
+
+{ config, lib, pkgs, options }:
+
+with lib;
+
+let
+ cfg = config.services.prometheus.exporters.nginx;
+in
+{
+ port = 9113;
+ extraOpts = {
+ # additional module options
+ # ...
+ };
+ serviceOpts = {
+ # service configuration
+ # ...
+ };
+ imports = [
+ # 'services.prometheus.exporters.nginx.telemetryEndpoint' -> 'services.prometheus.exporters.nginx.telemetryPath'
+ (mkRenamedOptionModule [ "telemetryEndpoint" ] [ "telemetryPath" ])
+
+ # removed option 'services.prometheus.exporters.nginx.insecure'
+ (mkRemovedOptionModule [ "insecure" ] ''
+ This option was replaced by 'prometheus.exporters.nginx.sslVerify' which defaults to true.
+ '')
+ ({ options.warnings = options.warnings; })
+ ];
+}
+
+
+
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/bind.nix b/nixos/modules/services/monitoring/prometheus/exporters/bind.nix
index a9746c4d65d..972632b5a24 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/bind.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/bind.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -39,7 +39,6 @@ in
};
serviceOpts = {
serviceConfig = {
- DynamicUser = true;
ExecStart = ''
${pkgs.prometheus-bind-exporter}/bin/bind_exporter \
-web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/blackbox.nix b/nixos/modules/services/monitoring/prometheus/exporters/blackbox.nix
index d09d1c4f366..ca4366121e1 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/blackbox.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/blackbox.nix
@@ -1,9 +1,16 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
let
cfg = config.services.prometheus.exporters.blackbox;
+
+ checkConfig = file: pkgs.runCommand "checked-blackbox-exporter.conf" {
+ preferLocalBuild = true;
+ buildInputs = [ pkgs.buildPackages.prometheus-blackbox-exporter ]; } ''
+ ln -s ${file} $out
+ blackbox_exporter --config.check --config.file $out
+ '';
in
{
port = 9115;
@@ -18,11 +25,10 @@ in
serviceOpts = {
serviceConfig = {
AmbientCapabilities = [ "CAP_NET_RAW" ]; # for ping probes
- DynamicUser = true;
ExecStart = ''
${pkgs.prometheus-blackbox-exporter}/bin/blackbox_exporter \
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
- --config.file ${cfg.configFile} \
+ --config.file ${checkConfig cfg.configFile} \
${concatStringsSep " \\\n " cfg.extraFlags}
'';
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/collectd.nix b/nixos/modules/services/monitoring/prometheus/exporters/collectd.nix
index 0eba3527162..1cc34641809 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/collectd.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/collectd.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -64,7 +64,6 @@ in
'' else "";
in {
serviceConfig = {
- DynamicUser = true;
ExecStart = ''
${pkgs.prometheus-collectd-exporter}/bin/collectd_exporter \
-log.format ${cfg.logFormat} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/dnsmasq.nix b/nixos/modules/services/monitoring/prometheus/exporters/dnsmasq.nix
index b1fab85109a..e9fa26cb1f5 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/dnsmasq.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/dnsmasq.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -26,7 +26,6 @@ in
};
serviceOpts = {
serviceConfig = {
- DynamicUser = true;
ExecStart = ''
${pkgs.prometheus-dnsmasq-exporter}/bin/dnsmasq_exporter \
--listen ${cfg.listenAddress}:${toString cfg.port} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/dovecot.nix b/nixos/modules/services/monitoring/prometheus/exporters/dovecot.nix
index c47e87a3dc3..a01074758ff 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/dovecot.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/dovecot.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -39,8 +39,8 @@ in
mail_plugins = $mail_plugins old_stats
service old-stats {
unix_listener old-stats {
- user = nobody
- group = nobody
+ user = dovecot-exporter
+ group = dovecot-exporter
}
}
''';
@@ -59,6 +59,7 @@ in
};
serviceOpts = {
serviceConfig = {
+ DynamicUser = false;
ExecStart = ''
${pkgs.prometheus-dovecot-exporter}/bin/dovecot_exporter \
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/fritzbox.nix b/nixos/modules/services/monitoring/prometheus/exporters/fritzbox.nix
index 530206681d3..9526597b8c9 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/fritzbox.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/fritzbox.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -26,7 +26,6 @@ in
};
serviceOpts = {
serviceConfig = {
- DynamicUser = true;
ExecStart = ''
${pkgs.prometheus-fritzbox-exporter}/bin/exporter \
-listen-address ${cfg.listenAddress}:${toString cfg.port} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/json.nix b/nixos/modules/services/monitoring/prometheus/exporters/json.nix
index a5494e85e01..82a55bafc98 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/json.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/json.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -24,7 +24,6 @@ in
};
serviceOpts = {
serviceConfig = {
- DynamicUser = true;
ExecStart = ''
${pkgs.prometheus-json-exporter}/bin/prometheus-json-exporter \
--port ${toString cfg.port} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/mail.nix b/nixos/modules/services/monitoring/prometheus/exporters/mail.nix
new file mode 100644
index 00000000000..7d8c6fb6140
--- /dev/null
+++ b/nixos/modules/services/monitoring/prometheus/exporters/mail.nix
@@ -0,0 +1,157 @@
+{ config, lib, pkgs, options }:
+
+with lib;
+
+let
+ cfg = config.services.prometheus.exporters.mail;
+
+ configurationFile = pkgs.writeText "prometheus-mail-exporter.conf" (builtins.toJSON (
+ # removes the _module attribute, null values and converts attrNames to lowercase
+ mapAttrs' (name: value:
+ if name == "servers"
+ then nameValuePair (toLower name)
+ ((map (srv: (mapAttrs' (n: v: nameValuePair (toLower n) v)
+ (filterAttrs (n: v: !(n == "_module" || v == null)) srv)
+ ))) value)
+ else nameValuePair (toLower name) value
+ ) (filterAttrs (n: _: !(n == "_module")) cfg.configuration)
+ ));
+
+ serverOptions.options = {
+ name = mkOption {
+ type = types.str;
+ description = ''
+ Value for label 'configname' which will be added to all metrics.
+ '';
+ };
+ server = mkOption {
+ type = types.str;
+ description = ''
+ Hostname of the server that should be probed.
+ '';
+ };
+ port = mkOption {
+ type = types.int;
+ example = 587;
+ description = ''
+ Port to use for SMTP.
+ '';
+ };
+ from = mkOption {
+ type = types.str;
+ example = "exporteruser@domain.tld";
+ description = ''
+ Content of 'From' Header for probing mails.
+ '';
+ };
+ to = mkOption {
+ type = types.str;
+ example = "exporteruser@domain.tld";
+ description = ''
+ Content of 'To' Header for probing mails.
+ '';
+ };
+ detectionDir = mkOption {
+ type = types.path;
+ example = "/var/spool/mail/exporteruser/new";
+ description = ''
+ Directory in which new mails for the exporter user are placed.
+ Note that this needs to exist when the exporter starts.
+ '';
+ };
+ login = mkOption {
+ type = types.nullOr types.str;
+ default = null;
+ example = "exporteruser@domain.tld";
+ description = ''
+ Username to use for SMTP authentication.
+ '';
+ };
+ passphrase = mkOption {
+ type = types.nullOr types.str;
+ default = null;
+ description = ''
+ Password to use for SMTP authentication.
+ '';
+ };
+ };
+
+ exporterOptions.options = {
+ monitoringInterval = mkOption {
+ type = types.str;
+ example = "10s";
+ description = ''
+ Time interval between two probe attempts.
+ '';
+ };
+ mailCheckTimeout = mkOption {
+ type = types.str;
+ description = ''
+ Timeout until mails are considered "didn't make it".
+ '';
+ };
+ disableFileDelition = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Disables the exporter's function to delete probing mails.
+ '';
+ };
+ servers = mkOption {
+ type = types.listOf (types.submodule serverOptions);
+ default = [];
+ example = literalExample ''
+ [ {
+ name = "testserver";
+ server = "smtp.domain.tld";
+ port = 587;
+ from = "exporteruser@domain.tld";
+ to = "exporteruser@domain.tld";
+ detectionDir = "/path/to/Maildir/new";
+ } ]
+ '';
+ description = ''
+ List of servers that should be probed.
+ '';
+ };
+ };
+in
+{
+ port = 9225;
+ extraOpts = {
+ configFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ description = ''
+ Specify the mailexporter configuration file to use.
+ '';
+ };
+ configuration = mkOption {
+ type = types.submodule exporterOptions;
+ default = {};
+ description = ''
+ Specify the mailexporter configuration file to use.
+ '';
+ };
+ telemetryPath = mkOption {
+ type = types.str;
+ default = "/metrics";
+ description = ''
+ Path under which to expose metrics.
+ '';
+ };
+ };
+ serviceOpts = {
+ serviceConfig = {
+ DynamicUser = false;
+ ExecStart = ''
+ ${pkgs.prometheus-mail-exporter}/bin/mailexporter \
+ --web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
+ --config.file ${
+ if cfg.configuration != {} then configurationFile else cfg.configFile
+ } \
+ ${concatStringsSep " \\\n " cfg.extraFlags}
+ '';
+ };
+ };
+}
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/minio.nix b/nixos/modules/services/monitoring/prometheus/exporters/minio.nix
index 3cc4ffdbc8f..ab3e3d7d5d5 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/minio.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/minio.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -50,7 +50,6 @@ in
};
serviceOpts = {
serviceConfig = {
- DynamicUser = true;
ExecStart = ''
${pkgs.prometheus-minio-exporter}/bin/minio-exporter \
-web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/nginx.nix b/nixos/modules/services/monitoring/prometheus/exporters/nginx.nix
index 431dd8b4ead..554377df37b 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/nginx.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/nginx.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -16,32 +16,39 @@ in
Can be enabled with services.nginx.statusPage = true.
'';
};
- telemetryEndpoint = mkOption {
+ telemetryPath = mkOption {
type = types.str;
default = "/metrics";
description = ''
Path under which to expose metrics.
'';
};
- insecure = mkOption {
+ sslVerify = mkOption {
type = types.bool;
default = true;
description = ''
- Ignore server certificate if using https.
+ Whether to perform certificate verification for https.
'';
};
+
};
serviceOpts = {
serviceConfig = {
- DynamicUser = true;
ExecStart = ''
- ${pkgs.prometheus-nginx-exporter}/bin/nginx_exporter \
- --nginx.scrape_uri '${cfg.scrapeUri}' \
- --telemetry.address ${cfg.listenAddress}:${toString cfg.port} \
- --telemetry.endpoint ${cfg.telemetryEndpoint} \
- --insecure ${toString cfg.insecure} \
+ ${pkgs.prometheus-nginx-exporter}/bin/nginx-prometheus-exporter \
+ --nginx.scrape-uri '${cfg.scrapeUri}' \
+ --nginx.ssl-verify ${toString cfg.sslVerify} \
+ --web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
+ --web.telemetry-path ${cfg.telemetryPath} \
${concatStringsSep " \\\n " cfg.extraFlags}
'';
};
};
+ imports = [
+ (mkRenamedOptionModule [ "telemetryEndpoint" ] [ "telemetryPath" ])
+ (mkRemovedOptionModule [ "insecure" ] ''
+ This option was replaced by 'prometheus.exporters.nginx.sslVerify'.
+ '')
+ ({ options.warnings = options.warnings; })
+ ];
}
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/node.nix b/nixos/modules/services/monitoring/prometheus/exporters/node.nix
index ee7bf39f199..7e394e8463e 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/node.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/node.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -27,13 +27,13 @@ in
};
serviceOpts = {
serviceConfig = {
+ DynamicUser = false;
RuntimeDirectory = "prometheus-node-exporter";
ExecStart = ''
${pkgs.prometheus-node-exporter}/bin/node_exporter \
${concatMapStringsSep " " (x: "--collector." + x) cfg.enabledCollectors} \
${concatMapStringsSep " " (x: "--no-collector." + x) cfg.disabledCollectors} \
- --web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
- ${concatStringsSep " \\\n " cfg.extraFlags}
+ --web.listen-address ${cfg.listenAddress}:${toString cfg.port} ${concatStringsSep " " cfg.extraFlags}
'';
};
};
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/postfix.nix b/nixos/modules/services/monitoring/prometheus/exporters/postfix.nix
index efe78ebcba8..f40819e826b 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/postfix.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/postfix.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -62,6 +62,7 @@ in
};
serviceOpts = {
serviceConfig = {
+ DynamicUser = false;
ExecStart = ''
${pkgs.prometheus-postfix-exporter}/bin/postfix_exporter \
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/postgres.nix b/nixos/modules/services/monitoring/prometheus/exporters/postgres.nix
new file mode 100644
index 00000000000..1ece73a1159
--- /dev/null
+++ b/nixos/modules/services/monitoring/prometheus/exporters/postgres.nix
@@ -0,0 +1,47 @@
+{ config, lib, pkgs, options }:
+
+with lib;
+
+let
+ cfg = config.services.prometheus.exporters.postgres;
+in
+{
+ port = 9187;
+ extraOpts = {
+ telemetryPath = mkOption {
+ type = types.str;
+ default = "/metrics";
+ description = ''
+ Path under which to expose metrics.
+ '';
+ };
+ dataSourceName = mkOption {
+ type = types.str;
+ default = "user=postgres database=postgres host=/run/postgresql sslmode=disable";
+ example = "postgresql://username:password@localhost:5432/postgres?sslmode=disable";
+ description = ''
+ Accepts PostgreSQL URI form and key=value form arguments.
+ '';
+ };
+ runAsLocalSuperUser = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Whether to run the exporter as the local 'postgres' super user.
+ '';
+ };
+ };
+ serviceOpts = {
+ environment.DATA_SOURCE_NAME = cfg.dataSourceName;
+ serviceConfig = {
+ DynamicUser = false;
+ User = mkIf cfg.runAsLocalSuperUser (mkForce "postgres");
+ ExecStart = ''
+ ${pkgs.prometheus-postgres-exporter}/bin/postgres_exporter \
+ --web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
+ --web.telemetry-path ${cfg.telemetryPath} \
+ ${concatStringsSep " \\\n " cfg.extraFlags}
+ '';
+ };
+ };
+}
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/snmp.nix b/nixos/modules/services/monitoring/prometheus/exporters/snmp.nix
index 0d919412432..fe7ae8a8ac9 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/snmp.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/snmp.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -57,7 +57,6 @@ in
else "${pkgs.writeText "snmp-eporter-conf.yml" (builtins.toJSON cfg.configuration)}";
in {
serviceConfig = {
- DynamicUser = true;
ExecStart = ''
${pkgs.prometheus-snmp-exporter.bin}/bin/snmp_exporter \
--config.file=${configFile} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/surfboard.nix b/nixos/modules/services/monitoring/prometheus/exporters/surfboard.nix
index 715dba06a3d..81c5c70ed93 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/surfboard.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/surfboard.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -20,7 +20,6 @@ in
description = "Prometheus exporter for surfboard cable modem";
unitConfig.Documentation = "https://github.com/ipstatic/surfboard_exporter";
serviceConfig = {
- DynamicUser = true;
ExecStart = ''
${pkgs.prometheus-surfboard-exporter}/bin/surfboard_exporter \
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/tor.nix b/nixos/modules/services/monitoring/prometheus/exporters/tor.nix
index e0ae8380242..36c473677ef 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/tor.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/tor.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -26,7 +26,6 @@ in
};
serviceOpts = {
serviceConfig = {
- DynamicUser = true;
ExecStart = ''
${pkgs.prometheus-tor-exporter}/bin/prometheus-tor-exporter \
-b ${cfg.listenAddress} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/unifi.nix b/nixos/modules/services/monitoring/prometheus/exporters/unifi.nix
index 011dcbe208e..9aa0f1b85aa 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/unifi.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/unifi.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -51,7 +51,6 @@ in
};
serviceOpts = {
serviceConfig = {
- DynamicUser = true;
ExecStart = ''
${pkgs.prometheus-unifi-exporter}/bin/unifi_exporter \
-telemetry.addr ${cfg.listenAddress}:${toString cfg.port} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/varnish.nix b/nixos/modules/services/monitoring/prometheus/exporters/varnish.nix
index aaed76175b8..12153fa021e 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/varnish.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/varnish.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -68,8 +68,8 @@ in
serviceOpts = {
path = [ pkgs.varnish ];
serviceConfig = {
- DynamicUser = true;
RestartSec = mkDefault 1;
+ DynamicUser = false;
ExecStart = ''
${pkgs.prometheus-varnish-exporter}/bin/prometheus_varnish_exporter \
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/wireguard.nix b/nixos/modules/services/monitoring/prometheus/exporters/wireguard.nix
index c5b84e574b8..8ae2c927b58 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/wireguard.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/wireguard.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs }:
+{ config, lib, pkgs, options }:
with lib;
@@ -23,20 +23,39 @@ in {
to set the peers up.
'';
};
+
+ singleSubnetPerField = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ By default, all allowed IPs and subnets are comma-separated in the
+ allowed_ips field. With this option enabled,
+ a single IP and subnet will be listed in fields like allowed_ip_0,
+ allowed_ip_1 and so on.
+ '';
+ };
+
+ withRemoteIp = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Whether or not the remote IP of a WireGuard peer should be exposed via prometheus.
+ '';
+ };
};
serviceOpts = {
- script = ''
- ${pkgs.prometheus-wireguard-exporter}/bin/prometheus_wireguard_exporter \
- -p ${toString cfg.port} \
- ${optionalString cfg.verbose "-v"} \
- ${optionalString (cfg.wireguardConfig != null) "-n ${cfg.wireguardConfig}"}
- '';
-
path = [ pkgs.wireguard-tools ];
serviceConfig = {
- DynamicUser = true;
AmbientCapabilities = [ "CAP_NET_ADMIN" ];
+ ExecStart = ''
+ ${pkgs.prometheus-wireguard-exporter}/bin/prometheus_wireguard_exporter \
+ -p ${toString cfg.port} \
+ ${optionalString cfg.verbose "-v"} \
+ ${optionalString cfg.singleSubnetPerField "-s"} \
+ ${optionalString cfg.withRemoteIp "-r"} \
+ ${optionalString (cfg.wireguardConfig != null) "-n ${cfg.wireguardConfig}"}
+ '';
};
};
}
diff --git a/nixos/modules/services/monitoring/riemann-dash.nix b/nixos/modules/services/monitoring/riemann-dash.nix
index 7eb4d888b0c..16eb8300850 100644
--- a/nixos/modules/services/monitoring/riemann-dash.nix
+++ b/nixos/modules/services/monitoring/riemann-dash.nix
@@ -59,18 +59,20 @@ in {
group = "riemanndash";
};
+ systemd.tmpfiles.rules = [
+ "d '${cfg.dataDir}' - riemanndash riemanndash - -"
+ ];
+
systemd.services.riemann-dash = {
wantedBy = [ "multi-user.target" ];
wants = [ "riemann.service" ];
after = [ "riemann.service" ];
preStart = ''
- mkdir -p ${cfg.dataDir}/config
- chown -R riemanndash:riemanndash ${cfg.dataDir}
+ mkdir -p '${cfg.dataDir}/config'
'';
serviceConfig = {
User = "riemanndash";
ExecStart = "${launcher}/bin/riemann-dash";
- PermissionsStartOnly = true;
};
};
diff --git a/nixos/modules/services/monitoring/riemann-tools.nix b/nixos/modules/services/monitoring/riemann-tools.nix
index 4e8832dadc5..2b647b6b1ad 100644
--- a/nixos/modules/services/monitoring/riemann-tools.nix
+++ b/nixos/modules/services/monitoring/riemann-tools.nix
@@ -11,7 +11,7 @@ let
healthLauncher = writeScriptBin "riemann-health" ''
#!/bin/sh
- exec ${pkgs.riemann-tools}/bin/riemann-health --host ${riemannHost}
+ exec ${pkgs.riemann-tools}/bin/riemann-health ${builtins.concatStringsSep " " cfg.extraArgs} --host ${riemannHost}
'';
@@ -34,8 +34,16 @@ in {
Address of the host riemann node. Defaults to localhost.
'';
};
+ extraArgs = mkOption {
+ type = types.listOf types.string;
+ default = [];
+ description = ''
+ A list of commandline-switches forwarded to a riemann-tool.
+ See for example `riemann-health --help` for available options.
+ '';
+ example = ["-p 5555" "--timeout=30" "--attribute=myattribute=42"];
+ };
};
-
};
config = mkIf cfg.enableHealth {
@@ -54,7 +62,6 @@ in {
serviceConfig = {
User = "riemanntools";
ExecStart = "${healthLauncher}/bin/riemann-health";
- PermissionsStartOnly = true;
};
};
diff --git a/nixos/modules/services/monitoring/scollector.nix b/nixos/modules/services/monitoring/scollector.nix
index fbded746a5f..dc0899c7e68 100644
--- a/nixos/modules/services/monitoring/scollector.nix
+++ b/nixos/modules/services/monitoring/scollector.nix
@@ -116,7 +116,6 @@ in {
path = [ pkgs.coreutils pkgs.iproute ];
serviceConfig = {
- PermissionsStartOnly = true;
User = cfg.user;
Group = cfg.group;
ExecStart = "${cfg.package.bin}/bin/scollector -conf=${conf} ${lib.concatStringsSep " " cfg.extraOpts}";
diff --git a/nixos/modules/services/monitoring/systemhealth.nix b/nixos/modules/services/monitoring/systemhealth.nix
deleted file mode 100644
index 32d4314d5f7..00000000000
--- a/nixos/modules/services/monitoring/systemhealth.nix
+++ /dev/null
@@ -1,133 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-with lib;
-
-let
- cfg = config.services.systemhealth;
-
- systemhealth = with pkgs; stdenv.mkDerivation {
- name = "systemhealth-1.0";
- src = fetchurl {
- url = "https://www.brianlane.com/downloads/systemhealth/systemhealth-1.0.tar.bz2";
- sha256 = "1q69lz7hmpbdpbz36zb06nzfkj651413n9icx0njmyr3xzq1j9qy";
- };
- buildInputs = [ python ];
- installPhase = ''
- mkdir -p $out/bin
- # Make it work for kernels 3.x, not so different than 2.6
- sed -i 's/2\.6/4.0/' system_health.py
- cp system_health.py $out/bin
- '';
- };
-
- rrdDir = "/var/lib/health/rrd";
- htmlDir = "/var/lib/health/html";
-
- configFile = rrdDir + "/.syshealthrc";
- # The program will try to read $HOME/.syshealthrc, so we set the proper home.
- command = "HOME=${rrdDir} ${systemhealth}/bin/system_health.py";
-
- cronJob = ''
- */5 * * * * wwwrun ${command} --log
- 5 * * * * wwwrun ${command} --graph
- '';
-
- nameEqualName = s: "${s} = ${s}";
- interfacesSection = concatStringsSep "\n" (map nameEqualName cfg.interfaces);
-
- driveLine = d: "${d.path} = ${d.name}";
- drivesSection = concatStringsSep "\n" (map driveLine cfg.drives);
-
-in
-{
- options = {
- services.systemhealth = {
- enable = mkOption {
- default = false;
- description = ''
- Enable the system health monitor and its generation of graphs.
- '';
- };
-
- urlPrefix = mkOption {
- default = "/health";
- description = ''
- The URL prefix under which the System Health web pages appear in httpd.
- '';
- };
-
- interfaces = mkOption {
- default = [ "lo" ];
- example = [ "lo" "eth0" "eth1" ];
- description = ''
- Interfaces to monitor (minimum one).
- '';
- };
-
- drives = mkOption {
- default = [ ];
- example = [ { name = "root"; path = "/"; } ];
- description = ''
- Drives to monitor.
- '';
- };
- };
- };
-
- config = mkIf cfg.enable {
- services.cron.systemCronJobs = [ cronJob ];
-
- system.activationScripts.systemhealth = stringAfter [ "var" ]
- ''
- mkdir -p ${rrdDir} ${htmlDir}
- chown wwwrun:wwwrun ${rrdDir} ${htmlDir}
-
- cat >${configFile} << EOF
- [paths]
- rrdtool = ${pkgs.rrdtool}/bin/rrdtool
- loadavg_rrd = loadavg
- ps = /run/current-system/sw/bin/ps
- df = /run/current-system/sw/bin/df
- meminfo_rrd = meminfo
- uptime_rrd = uptime
- rrd_path = ${rrdDir}
- png_path = ${htmlDir}
-
- [processes]
-
- [interfaces]
- ${interfacesSection}
-
- [drives]
- ${drivesSection}
-
- [graphs]
- width = 400
- time = ['-3hours', '-32hours', '-8days', '-5weeks', '-13months']
- height = 100
-
- [external]
-
- EOF
-
- chown wwwrun:wwwrun ${configFile}
-
- ${pkgs.su}/bin/su -s "/bin/sh" -c "${command} --check" wwwrun
- ${pkgs.su}/bin/su -s "/bin/sh" -c "${command} --html" wwwrun
- '';
-
- services.httpd.extraSubservices = [
- { function = f: {
- extraConfig = ''
- Alias ${cfg.urlPrefix} ${htmlDir}
-
-
- Order allow,deny
- Allow from all
-
- '';
- };
- }
- ];
- };
-}
diff --git a/nixos/modules/services/monitoring/thanos.nix b/nixos/modules/services/monitoring/thanos.nix
new file mode 100644
index 00000000000..b41e99b7647
--- /dev/null
+++ b/nixos/modules/services/monitoring/thanos.nix
@@ -0,0 +1,801 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+ cfg = config.services.thanos;
+
+ nullOpt = type: description: mkOption {
+ type = types.nullOr type;
+ default = null;
+ inherit description;
+ };
+
+ optionToArgs = opt: v : optional (v != null) ''--${opt}="${toString v}"'';
+ flagToArgs = opt: v : optional v ''--${opt}'';
+ listToArgs = opt: vs : map (v: ''--${opt}="${v}"'') vs;
+ attrsToArgs = opt: kvs: mapAttrsToList (k: v: ''--${opt}=${k}=\"${v}\"'') kvs;
+
+ mkParamDef = type: default: description: mkParam type (description + ''
+
+ Defaults to ${toString default} in Thanos
+ when set to null.
+ '');
+
+ mkParam = type: description: {
+ toArgs = optionToArgs;
+ option = nullOpt type description;
+ };
+
+ mkFlagParam = description: {
+ toArgs = flagToArgs;
+ option = mkOption {
+ type = types.bool;
+ default = false;
+ inherit description;
+ };
+ };
+
+ mkListParam = opt: description: {
+ toArgs = _opt: listToArgs opt;
+ option = mkOption {
+ type = types.listOf types.str;
+ default = [];
+ inherit description;
+ };
+ };
+
+ mkAttrsParam = opt: description: {
+ toArgs = _opt: attrsToArgs opt;
+ option = mkOption {
+ type = types.attrsOf types.str;
+ default = {};
+ inherit description;
+ };
+ };
+
+ mkStateDirParam = opt: default: description: {
+ toArgs = _opt: stateDir: optionToArgs opt "/var/lib/${stateDir}";
+ option = mkOption {
+ type = types.str;
+ inherit default;
+ inherit description;
+ };
+ };
+
+ toYAML = name: attrs: pkgs.runCommandNoCC name {
+ preferLocalBuild = true;
+ json = builtins.toFile "${name}.json" (builtins.toJSON attrs);
+ nativeBuildInputs = [ pkgs.remarshal ];
+ } ''json2yaml -i $json -o $out'';
+
+ thanos = cmd: "${cfg.package}/bin/thanos ${cmd}" +
+ (let args = cfg."${cmd}".arguments;
+ in optionalString (length args != 0) (" \\\n " +
+ concatStringsSep " \\\n " args));
+
+ argumentsOf = cmd: concatLists (collect isList
+ (flip mapParamsRecursive params."${cmd}" (path: param:
+ let opt = concatStringsSep "." path;
+ v = getAttrFromPath path cfg."${cmd}";
+ in param.toArgs opt v)));
+
+ mkArgumentsOption = cmd: mkOption {
+ type = types.listOf types.str;
+ default = argumentsOf cmd;
+ description = ''
+ Arguments to the thanos ${cmd} command.
+
+ Defaults to a list of arguments formed by converting the structured
+ options of to a list of arguments.
+
+ Overriding this option will cause none of the structured options to have
+ any effect. So only set this if you know what you're doing!
+ '';
+ };
+
+ mapParamsRecursive =
+ let noParam = attr: !(attr ? "toArgs" && attr ? "option");
+ in mapAttrsRecursiveCond noParam;
+
+ paramsToOptions = mapParamsRecursive (_path: param: param.option);
+
+ params = {
+
+ log = {
+
+ log.level = mkParamDef (types.enum ["debug" "info" "warn" "error" "fatal"]) "info" ''
+ Log filtering level.
+ '';
+
+ log.format = mkParam types.str ''
+ Log format to use.
+ '';
+ };
+
+ tracing = cfg: {
+ tracing.config-file = {
+ toArgs = _opt: path: optionToArgs "tracing.config-file" path;
+ option = mkOption {
+ type = with types; nullOr str;
+ default = if cfg.tracing.config == null then null
+ else toString (toYAML "tracing.yaml" cfg.tracing.config);
+ defaultText = ''
+ if config.services.thanos..tracing.config == null then null
+ else toString (toYAML "tracing.yaml" config.services.thanos..tracing.config);
+ '';
+ description = ''
+ Path to YAML file that contains tracing configuration.
+ '';
+ };
+ };
+
+ tracing.config =
+ {
+ toArgs = _opt: _attrs: [];
+ option = nullOpt types.attrs ''
+ Tracing configuration.
+
+ When not null the attribute set gets converted to
+ a YAML file and stored in the Nix store. The option
+ will default to its path.
+
+ If is set this option has no effect.
+ '';
+ };
+ };
+
+ common = cfg: params.log // params.tracing cfg // {
+
+ http-address = mkParamDef types.str "0.0.0.0:10902" ''
+ Listen host:port for HTTP endpoints.
+ '';
+
+ grpc-address = mkParamDef types.str "0.0.0.0:10901" ''
+ Listen ip:port address for gRPC endpoints (StoreAPI).
+
+ Make sure this address is routable from other components.
+ '';
+
+ grpc-server-tls-cert = mkParam types.str ''
+ TLS Certificate for gRPC server, leave blank to disable TLS
+ '';
+
+ grpc-server-tls-key = mkParam types.str ''
+ TLS Key for the gRPC server, leave blank to disable TLS
+ '';
+
+ grpc-server-tls-client-ca = mkParam types.str ''
+ TLS CA to verify clients against.
+
+ If no client CA is specified, there is no client verification on server side.
+ (tls.NoClientCert)
+ '';
+ };
+
+ objstore = cfg: {
+
+ objstore.config-file = {
+ toArgs = _opt: path: optionToArgs "objstore.config-file" path;
+ option = mkOption {
+ type = with types; nullOr str;
+ default = if cfg.objstore.config == null then null
+ else toString (toYAML "objstore.yaml" cfg.objstore.config);
+ defaultText = ''
+ if config.services.thanos..objstore.config == null then null
+ else toString (toYAML "objstore.yaml" config.services.thanos..objstore.config);
+ '';
+ description = ''
+ Path to YAML file that contains object store configuration.
+ '';
+ };
+ };
+
+ objstore.config =
+ {
+ toArgs = _opt: _attrs: [];
+ option = nullOpt types.attrs ''
+ Object store configuration.
+
+ When not null the attribute set gets converted to
+ a YAML file and stored in the Nix store. The option
+ will default to its path.
+
+ If is set this option has no effect.
+ '';
+ };
+ };
+
+ sidecar = params.common cfg.sidecar // params.objstore cfg.sidecar // {
+
+ prometheus.url = mkParamDef types.str "http://localhost:9090" ''
+ URL at which to reach Prometheus's API.
+
+ For better performance use local network.
+ '';
+
+ tsdb.path = {
+ toArgs = optionToArgs;
+ option = mkOption {
+ type = types.str;
+ default = "/var/lib/${config.services.prometheus2.stateDir}/data";
+ defaultText = "/var/lib/\${config.services.prometheus2.stateDir}/data";
+ description = ''
+ Data directory of TSDB.
+ '';
+ };
+ };
+
+ reloader.config-file = mkParam types.str ''
+ Config file watched by the reloader.
+ '';
+
+ reloader.config-envsubst-file = mkParam types.str ''
+ Output file for environment variable substituted config file.
+ '';
+
+ reloader.rule-dirs = mkListParam "reloader.rule-dir" ''
+ Rule directories for the reloader to refresh.
+ '';
+
+ };
+
+ store = params.common cfg.store // params.objstore cfg.store // {
+
+ stateDir = mkStateDirParam "data-dir" "thanos-store" ''
+ Data directory relative to /var/lib
+ in which to cache remote blocks.
+ '';
+
+ index-cache-size = mkParamDef types.str "250MB" ''
+ Maximum size of items held in the index cache.
+ '';
+
+ chunk-pool-size = mkParamDef types.str "2GB" ''
+ Maximum size of concurrently allocatable bytes for chunks.
+ '';
+
+ store.grpc.series-sample-limit = mkParamDef types.int 0 ''
+ Maximum amount of samples returned via a single Series call.
+
+ 0 means no limit.
+
+ NOTE: for efficiency we take 120 as the number of samples in chunk (it
+ cannot be bigger than that), so the actual number of samples might be
+ lower, even though the maximum could be hit.
+ '';
+
+ store.grpc.series-max-concurrency = mkParamDef types.int 20 ''
+ Maximum number of concurrent Series calls.
+ '';
+
+ sync-block-duration = mkParamDef types.str "3m" ''
+ Repeat interval for syncing the blocks between local and remote view.
+ '';
+
+ block-sync-concurrency = mkParamDef types.int 20 ''
+ Number of goroutines to use when syncing blocks from object storage.
+ '';
+ };
+
+ query = params.common cfg.query // {
+
+ grpc-client-tls-secure = mkFlagParam ''
+ Use TLS when talking to the gRPC server
+ '';
+
+ grpc-client-tls-cert = mkParam types.str ''
+ TLS Certificates to use to identify this client to the server
+ '';
+
+ grpc-client-tls-key = mkParam types.str ''
+ TLS Key for the client's certificate
+ '';
+
+ grpc-client-tls-ca = mkParam types.str ''
+ TLS CA Certificates to use to verify gRPC servers
+ '';
+
+ grpc-client-server-name = mkParam types.str ''
+ Server name to verify the hostname on the returned gRPC certificates.
+ See
+ '';
+
+ web.route-prefix = mkParam types.str ''
+ Prefix for API and UI endpoints.
+
+ This allows thanos UI to be served on a sub-path. This option is
+ analogous to of Promethus.
+ '';
+
+ web.external-prefix = mkParam types.str ''
+ Static prefix for all HTML links and redirect URLs in the UI query web
+ interface.
+
+ Actual endpoints are still served on / or the
+ . This allows thanos UI to be served
+ behind a reverse proxy that strips a URL sub-path.
+ '';
+
+ web.prefix-header = mkParam types.str ''
+ Name of HTTP request header used for dynamic prefixing of UI links and
+ redirects.
+
+ This option is ignored if the option
+ web.external-prefix is set.
+
+ Security risk: enable this option only if a reverse proxy in front of
+ thanos is resetting the header.
+
+ The setting web.prefix-header="X-Forwarded-Prefix"
+ can be useful, for example, if Thanos UI is served via Traefik reverse
+ proxy with PathPrefixStrip option enabled, which
+ sends the stripped prefix value in X-Forwarded-Prefix
+ header. This allows thanos UI to be served on a sub-path.
+ '';
+
+ query.timeout = mkParamDef types.str "2m" ''
+ Maximum time to process query by query node.
+ '';
+
+ query.max-concurrent = mkParamDef types.int 20 ''
+ Maximum number of queries processed concurrently by query node.
+ '';
+
+ query.replica-label = mkParam types.str ''
+ Label to treat as a replica indicator along which data is
+ deduplicated.
+
+ Still you will be able to query without deduplication using
+ dedup=false parameter.
+ '';
+
+ selector-labels = mkAttrsParam "selector-label" ''
+ Query selector labels that will be exposed in info endpoint.
+ '';
+
+ store.addresses = mkListParam "store" ''
+ Addresses of statically configured store API servers.
+
+ The scheme may be prefixed with dns+ or
+ dnssrv+ to detect store API servers through
+ respective DNS lookups.
+ '';
+
+ store.sd-files = mkListParam "store.sd-files" ''
+ Path to files that contain addresses of store API servers. The path
+ can be a glob pattern.
+ '';
+
+ store.sd-interval = mkParamDef types.str "5m" ''
+ Refresh interval to re-read file SD files. It is used as a resync fallback.
+ '';
+
+ store.sd-dns-interval = mkParamDef types.str "30s" ''
+ Interval between DNS resolutions.
+ '';
+
+ store.unhealthy-timeout = mkParamDef types.str "5m" ''
+ Timeout before an unhealthy store is cleaned from the store UI page.
+ '';
+
+ query.auto-downsampling = mkFlagParam ''
+ Enable automatic adjustment (step / 5) to what source of data should
+ be used in store gateways if no
+ max_source_resolution param is specified.
+ '';
+
+ query.partial-response = mkFlagParam ''
+ Enable partial response for queries if no
+ partial_response param is specified.
+ '';
+
+ query.default-evaluation-interval = mkParamDef types.str "1m" ''
+ Set default evaluation interval for sub queries.
+ '';
+
+ store.response-timeout = mkParamDef types.str "0ms" ''
+ If a Store doesn't send any data in this specified duration then a
+ Store will be ignored and partial data will be returned if it's
+ enabled. 0 disables timeout.
+ '';
+ };
+
+ rule = params.common cfg.rule // params.objstore cfg.rule // {
+
+ labels = mkAttrsParam "label" ''
+ Labels to be applied to all generated metrics.
+
+ Similar to external labels for Prometheus,
+ used to identify ruler and its blocks as unique source.
+ '';
+
+ stateDir = mkStateDirParam "data-dir" "thanos-rule" ''
+ Data directory relative to /var/lib.
+ '';
+
+ rule-files = mkListParam "rule-file" ''
+ Rule files that should be used by rule manager. Can be in glob format.
+ '';
+
+ eval-interval = mkParamDef types.str "30s" ''
+ The default evaluation interval to use.
+ '';
+
+ tsdb.block-duration = mkParamDef types.str "2h" ''
+ Block duration for TSDB block.
+ '';
+
+ tsdb.retention = mkParamDef types.str "48h" ''
+ Block retention time on local disk.
+ '';
+
+ alertmanagers.urls = mkListParam "alertmanagers.url" ''
+ Alertmanager replica URLs to push firing alerts.
+
+ Ruler claims success if push to at least one alertmanager from
+ discovered succeeds. The scheme may be prefixed with
+ dns+ or dnssrv+ to detect
+ Alertmanager IPs through respective DNS lookups. The port defaults to
+ 9093 or the SRV record's value. The URL path is
+ used as a prefix for the regular Alertmanager API path.
+ '';
+
+ alertmanagers.send-timeout = mkParamDef types.str "10s" ''
+ Timeout for sending alerts to alertmanager.
+ '';
+
+ alert.query-url = mkParam types.str ''
+ The external Thanos Query URL that would be set in all alerts 'Source' field.
+ '';
+
+ alert.label-drop = mkListParam "alert.label-drop" ''
+ Labels by name to drop before sending to alertmanager.
+
+ This allows alert to be deduplicated on replica label.
+
+ Similar Prometheus alert relabelling
+ '';
+
+ web.route-prefix = mkParam types.str ''
+ Prefix for API and UI endpoints.
+
+ This allows thanos UI to be served on a sub-path.
+
+ This option is analogous to --web.route-prefix of Promethus.
+ '';
+
+ web.external-prefix = mkParam types.str ''
+ Static prefix for all HTML links and redirect URLs in the UI query web
+ interface.
+
+ Actual endpoints are still served on / or the
+ . This allows thanos UI to be served
+ behind a reverse proxy that strips a URL sub-path.
+ '';
+
+ web.prefix-header = mkParam types.str ''
+ Name of HTTP request header used for dynamic prefixing of UI links and
+ redirects.
+
+ This option is ignored if the option
+ is set.
+
+ Security risk: enable this option only if a reverse proxy in front of
+ thanos is resetting the header.
+
+ The header X-Forwarded-Prefix can be useful, for
+ example, if Thanos UI is served via Traefik reverse proxy with
+ PathPrefixStrip option enabled, which sends the
+ stripped prefix value in X-Forwarded-Prefix
+ header. This allows thanos UI to be served on a sub-path.
+ '';
+
+ query.addresses = mkListParam "query" ''
+ Addresses of statically configured query API servers.
+
+ The scheme may be prefixed with dns+ or
+ dnssrv+ to detect query API servers through
+ respective DNS lookups.
+ '';
+
+ query.sd-files = mkListParam "query.sd-files" ''
+ Path to file that contain addresses of query peers.
+ The path can be a glob pattern.
+ '';
+
+ query.sd-interval = mkParamDef types.str "5m" ''
+ Refresh interval to re-read file SD files. (used as a fallback)
+ '';
+
+ query.sd-dns-interval = mkParamDef types.str "30s" ''
+ Interval between DNS resolutions.
+ '';
+ };
+
+ compact = params.log // params.tracing cfg.compact // params.objstore cfg.compact // {
+
+ http-address = mkParamDef types.str "0.0.0.0:10902" ''
+ Listen host:port for HTTP endpoints.
+ '';
+
+ stateDir = mkStateDirParam "data-dir" "thanos-compact" ''
+ Data directory relative to /var/lib
+ in which to cache blocks and process compactions.
+ '';
+
+ consistency-delay = mkParamDef types.str "30m" ''
+ Minimum age of fresh (non-compacted) blocks before they are being
+ processed. Malformed blocks older than the maximum of consistency-delay
+ and 30m0s will be removed.
+ '';
+
+ retention.resolution-raw = mkParamDef types.str "0d" ''
+ How long to retain raw samples in bucket.
+
+ 0d - disables this retention
+ '';
+
+ retention.resolution-5m = mkParamDef types.str "0d" ''
+ How long to retain samples of resolution 1 (5 minutes) in bucket.
+
+ 0d - disables this retention
+ '';
+
+ retention.resolution-1h = mkParamDef types.str "0d" ''
+ How long to retain samples of resolution 2 (1 hour) in bucket.
+
+ 0d - disables this retention
+ '';
+
+ startAt = {
+ toArgs = _opt: startAt: flagToArgs "wait" (startAt == null);
+ option = nullOpt types.str ''
+ When this option is set to a systemd.time
+ specification the Thanos compactor will run at the specified period.
+
+ When this option is null the Thanos compactor service
+ will run continuously. So it will not exit after all compactions have
+ been processed but wait for new work.
+ '';
+ };
+
+ block-sync-concurrency = mkParamDef types.int 20 ''
+ Number of goroutines to use when syncing block metadata from object storage.
+ '';
+
+ compact.concurrency = mkParamDef types.int 1 ''
+ Number of goroutines to use when compacting groups.
+ '';
+ };
+
+ downsample = params.log // params.tracing cfg.downsample // params.objstore cfg.downsample // {
+
+ stateDir = mkStateDirParam "data-dir" "thanos-downsample" ''
+ Data directory relative to /var/lib
+ in which to cache blocks and process downsamplings.
+ '';
+
+ };
+
+ receive = params.common cfg.receive // params.objstore cfg.receive // {
+
+ remote-write.address = mkParamDef types.str "0.0.0.0:19291" ''
+ Address to listen on for remote write requests.
+ '';
+
+ stateDir = mkStateDirParam "tsdb.path" "thanos-receive" ''
+ Data directory relative to /var/lib of TSDB.
+ '';
+
+ labels = mkAttrsParam "labels" ''
+ External labels to announce.
+
+ This flag will be removed in the future when handling multiple tsdb
+ instances is added.
+ '';
+
+ tsdb.retention = mkParamDef types.str "15d" ''
+ How long to retain raw samples on local storage.
+
+ 0d - disables this retention
+ '';
+ };
+
+ };
+
+ assertRelativeStateDir = cmd: {
+ assertions = [
+ {
+ assertion = !hasPrefix "/" cfg."${cmd}".stateDir;
+ message =
+ "The option services.thanos.${cmd}.stateDir should not be an absolute directory." +
+ " It should be a directory relative to /var/lib.";
+ }
+ ];
+ };
+
+in {
+
+ options.services.thanos = {
+
+ package = mkOption {
+ type = types.package;
+ default = pkgs.thanos;
+ defaultText = "pkgs.thanos";
+ description = ''
+ The thanos package that should be used.
+ '';
+ };
+
+ sidecar = paramsToOptions params.sidecar // {
+ enable = mkEnableOption
+ "the Thanos sidecar for Prometheus server";
+ arguments = mkArgumentsOption "sidecar";
+ };
+
+ store = paramsToOptions params.store // {
+ enable = mkEnableOption
+ "the Thanos store node giving access to blocks in a bucket provider.";
+ arguments = mkArgumentsOption "store";
+ };
+
+ query = paramsToOptions params.query // {
+ enable = mkEnableOption
+ ("the Thanos query node exposing PromQL enabled Query API " +
+ "with data retrieved from multiple store nodes");
+ arguments = mkArgumentsOption "query";
+ };
+
+ rule = paramsToOptions params.rule // {
+ enable = mkEnableOption
+ ("the Thanos ruler service which evaluates Prometheus rules against" +
+ " given Query nodes, exposing Store API and storing old blocks in bucket");
+ arguments = mkArgumentsOption "rule";
+ };
+
+ compact = paramsToOptions params.compact // {
+ enable = mkEnableOption
+ "the Thanos compactor which continuously compacts blocks in an object store bucket";
+ arguments = mkArgumentsOption "compact";
+ };
+
+ downsample = paramsToOptions params.downsample // {
+ enable = mkEnableOption
+ "the Thanos downsampler which continuously downsamples blocks in an object store bucket";
+ arguments = mkArgumentsOption "downsample";
+ };
+
+ receive = paramsToOptions params.receive // {
+ enable = mkEnableOption
+ ("the Thanos receiver which accept Prometheus remote write API requests " +
+ "and write to local tsdb (EXPERIMENTAL, this may change drastically without notice)");
+ arguments = mkArgumentsOption "receive";
+ };
+ };
+
+ config = mkMerge [
+
+ (mkIf cfg.sidecar.enable {
+ assertions = [
+ {
+ assertion = config.services.prometheus2.enable;
+ message =
+ "Please enable services.prometheus2 when enabling services.thanos.sidecar.";
+ }
+ {
+ assertion = !(config.services.prometheus2.globalConfig.external_labels == null ||
+ config.services.prometheus2.globalConfig.external_labels == {});
+ message =
+ "services.thanos.sidecar requires uniquely identifying external labels " +
+ "to be configured in the Prometheus server. " +
+ "Please set services.prometheus2.globalConfig.external_labels.";
+ }
+ ];
+ systemd.services.thanos-sidecar = {
+ wantedBy = [ "multi-user.target" ];
+ after = [ "network.target" "prometheus2.service" ];
+ serviceConfig = {
+ User = "prometheus";
+ Restart = "always";
+ ExecStart = thanos "sidecar";
+ };
+ };
+ })
+
+ (mkIf cfg.store.enable (mkMerge [
+ (assertRelativeStateDir "store")
+ {
+ systemd.services.thanos-store = {
+ wantedBy = [ "multi-user.target" ];
+ after = [ "network.target" ];
+ serviceConfig = {
+ DynamicUser = true;
+ StateDirectory = cfg.store.stateDir;
+ Restart = "always";
+ ExecStart = thanos "store";
+ };
+ };
+ }
+ ]))
+
+ (mkIf cfg.query.enable {
+ systemd.services.thanos-query = {
+ wantedBy = [ "multi-user.target" ];
+ after = [ "network.target" ];
+ serviceConfig = {
+ DynamicUser = true;
+ Restart = "always";
+ ExecStart = thanos "query";
+ };
+ };
+ })
+
+ (mkIf cfg.rule.enable (mkMerge [
+ (assertRelativeStateDir "rule")
+ {
+ systemd.services.thanos-rule = {
+ wantedBy = [ "multi-user.target" ];
+ after = [ "network.target" ];
+ serviceConfig = {
+ DynamicUser = true;
+ StateDirectory = cfg.rule.stateDir;
+ Restart = "always";
+ ExecStart = thanos "rule";
+ };
+ };
+ }
+ ]))
+
+ (mkIf cfg.compact.enable (mkMerge [
+ (assertRelativeStateDir "compact")
+ {
+ systemd.services.thanos-compact =
+ let wait = cfg.compact.startAt == null; in {
+ wantedBy = [ "multi-user.target" ];
+ after = [ "network.target" ];
+ serviceConfig = {
+ Type = if wait then "simple" else "oneshot";
+ Restart = if wait then "always" else "no";
+ DynamicUser = true;
+ StateDirectory = cfg.compact.stateDir;
+ ExecStart = thanos "compact";
+ };
+ } // optionalAttrs (!wait) { inherit (cfg.compact) startAt; };
+ }
+ ]))
+
+ (mkIf cfg.downsample.enable (mkMerge [
+ (assertRelativeStateDir "downsample")
+ {
+ systemd.services.thanos-downsample = {
+ wantedBy = [ "multi-user.target" ];
+ after = [ "network.target" ];
+ serviceConfig = {
+ DynamicUser = true;
+ StateDirectory = cfg.downsample.stateDir;
+ Restart = "always";
+ ExecStart = thanos "downsample";
+ };
+ };
+ }
+ ]))
+
+ (mkIf cfg.receive.enable (mkMerge [
+ (assertRelativeStateDir "receive")
+ {
+ systemd.services.thanos-receive = {
+ wantedBy = [ "multi-user.target" ];
+ after = [ "network.target" ];
+ serviceConfig = {
+ DynamicUser = true;
+ StateDirectory = cfg.receive.stateDir;
+ Restart = "always";
+ ExecStart = thanos "receive";
+ };
+ };
+ }
+ ]))
+
+ ];
+}
diff --git a/nixos/modules/services/monitoring/ups.nix b/nixos/modules/services/monitoring/ups.nix
index bc755612fd9..429b40227d4 100644
--- a/nixos/modules/services/monitoring/ups.nix
+++ b/nixos/modules/services/monitoring/ups.nix
@@ -225,7 +225,7 @@ in
''
maxstartdelay = ${toString cfg.maxStartDelay}
- ${flip concatStringsSep (flip map (attrValues cfg.ups) (ups: ups.summary)) "
+ ${flip concatStringsSep (forEach (attrValues cfg.ups) (ups: ups.summary)) "
"}
'';
diff --git a/nixos/modules/services/monitoring/zabbix-agent.nix b/nixos/modules/services/monitoring/zabbix-agent.nix
index 0519e7c2ad6..b1645f86110 100644
--- a/nixos/modules/services/monitoring/zabbix-agent.nix
+++ b/nixos/modules/services/monitoring/zabbix-agent.nix
@@ -1,73 +1,118 @@
-# Zabbix agent daemon.
{ config, lib, pkgs, ... }:
-with lib;
-
let
-
cfg = config.services.zabbixAgent;
- zabbix = cfg.package;
+ inherit (lib) mkDefault mkEnableOption mkIf mkOption;
+ inherit (lib) attrValues concatMapStringsSep literalExample optionalString types;
- stateDir = "/run/zabbix";
+ user = "zabbix-agent";
+ group = "zabbix-agent";
- logDir = "/var/log/zabbix";
+ moduleEnv = pkgs.symlinkJoin {
+ name = "zabbix-agent-module-env";
+ paths = attrValues cfg.modules;
+ };
- pidFile = "${stateDir}/zabbix_agentd.pid";
-
- configFile = pkgs.writeText "zabbix_agentd.conf"
- ''
- Server = ${cfg.server}
-
- LogFile = ${logDir}/zabbix_agentd
-
- PidFile = ${pidFile}
-
- StartAgents = 1
-
- ${config.services.zabbixAgent.extraConfig}
- '';
+ configFile = pkgs.writeText "zabbix_agent.conf" ''
+ LogType = console
+ Server = ${cfg.server}
+ ListenIP = ${cfg.listen.ip}
+ ListenPort = ${toString cfg.listen.port}
+ ${optionalString (cfg.modules != {}) "LoadModulePath = ${moduleEnv}/lib"}
+ ${concatMapStringsSep "\n" (name: "LoadModule = ${name}") (builtins.attrNames cfg.modules)}
+ ${cfg.extraConfig}
+ '';
in
{
-
- ###### interface
+ # interface
options = {
services.zabbixAgent = {
+ enable = mkEnableOption "the Zabbix Agent";
- enable = mkOption {
- default = false;
+ package = mkOption {
+ type = types.package;
+ default = pkgs.zabbix.agent;
+ defaultText = "pkgs.zabbix.agent";
+ description = "The Zabbix package to use.";
+ };
+
+ extraPackages = mkOption {
+ type = types.listOf types.package;
+ default = with pkgs; [ nettools ];
+ defaultText = "[ nettools ]";
+ example = "[ nettools mysql ]";
description = ''
- Whether to run the Zabbix monitoring agent on this machine.
- It will send monitoring data to a Zabbix server.
+ Packages to be added to the Zabbix PATH.
+ Typically used to add executables for scripts, but can be anything.
'';
};
- package = mkOption {
- type = types.attrs; # Note: pkgs.zabbixXY isn't a derivation, but an attrset of { server = ...; agent = ...; }.
- default = pkgs.zabbix;
- defaultText = "pkgs.zabbix";
- example = literalExample "pkgs.zabbix34";
- description = ''
- The Zabbix package to use.
+ modules = mkOption {
+ type = types.attrsOf types.package;
+ description = "A set of modules to load.";
+ default = {};
+ example = literalExample ''
+ {
+ "dummy.so" = pkgs.stdenv.mkDerivation {
+ name = "zabbix-dummy-module-''${cfg.package.version}";
+ src = cfg.package.src;
+ buildInputs = [ cfg.package ];
+ sourceRoot = "zabbix-''${cfg.package.version}/src/modules/dummy";
+ installPhase = '''
+ mkdir -p $out/lib
+ cp dummy.so $out/lib/
+ ''';
+ };
+ }
'';
};
server = mkOption {
- default = "127.0.0.1";
+ type = types.str;
description = ''
The IP address or hostname of the Zabbix server to connect to.
'';
};
+ listen = {
+ ip = mkOption {
+ type = types.str;
+ default = "0.0.0.0";
+ description = ''
+ List of comma delimited IP addresses that the agent should listen on.
+ '';
+ };
+
+ port = mkOption {
+ type = types.port;
+ default = 10050;
+ description = ''
+ Agent will listen on this port for connections from the server.
+ '';
+ };
+ };
+
+ openFirewall = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Open ports in the firewall for the Zabbix Agent.
+ '';
+ };
+
+ # TODO: for bonus points migrate this to https://github.com/NixOS/rfcs/pull/42
extraConfig = mkOption {
default = "";
type = types.lines;
description = ''
- Configuration that is injected verbatim into the configuration file.
+ Configuration that is injected verbatim into the configuration file. Refer to
+
+ for details on supported values.
'';
};
@@ -75,38 +120,38 @@ in
};
-
- ###### implementation
+ # implementation
config = mkIf cfg.enable {
- users.users = mkIf (!config.services.zabbixServer.enable) (singleton
- { name = "zabbix";
- uid = config.ids.uids.zabbix;
- description = "Zabbix daemon user";
- });
+ networking.firewall = mkIf cfg.openFirewall {
+ allowedTCPPorts = [ cfg.listen.port ];
+ };
- systemd.services."zabbix-agent" =
- { description = "Zabbix Agent";
+ users.users.${user} = {
+ description = "Zabbix Agent daemon user";
+ inherit group;
+ };
- wantedBy = [ "multi-user.target" ];
+ users.groups.${group} = { };
- path = [ pkgs.nettools ];
+ systemd.services."zabbix-agent" = {
+ description = "Zabbix Agent";
- preStart =
- ''
- mkdir -m 0755 -p ${stateDir} ${logDir}
- chown zabbix ${stateDir} ${logDir}
- '';
+ wantedBy = [ "multi-user.target" ];
- serviceConfig.ExecStart = "@${zabbix.agent}/sbin/zabbix_agentd zabbix_agentd --config ${configFile}";
- serviceConfig.Type = "forking";
- serviceConfig.RemainAfterExit = true;
- serviceConfig.Restart = "always";
- serviceConfig.RestartSec = 2;
+ path = [ "/run/wrappers" ] ++ cfg.extraPackages;
+
+ serviceConfig = {
+ ExecStart = "@${cfg.package}/sbin/zabbix_agentd zabbix_agentd -f --config ${configFile}";
+ Restart = "always";
+ RestartSec = 2;
+
+ User = user;
+ Group = group;
+ PrivateTmp = true;
};
-
- environment.systemPackages = [ zabbix.agent ];
+ };
};
diff --git a/nixos/modules/services/monitoring/zabbix-proxy.nix b/nixos/modules/services/monitoring/zabbix-proxy.nix
new file mode 100644
index 00000000000..90abed30db5
--- /dev/null
+++ b/nixos/modules/services/monitoring/zabbix-proxy.nix
@@ -0,0 +1,299 @@
+{ config, lib, pkgs, ... }:
+
+let
+ cfg = config.services.zabbixProxy;
+ pgsql = config.services.postgresql;
+ mysql = config.services.mysql;
+
+ inherit (lib) mkDefault mkEnableOption mkIf mkOption;
+ inherit (lib) attrValues concatMapStringsSep literalExample optional optionalAttrs optionalString types;
+
+ user = "zabbix";
+ group = "zabbix";
+ runtimeDir = "/run/zabbix";
+ stateDir = "/var/lib/zabbix";
+ passwordFile = "${runtimeDir}/zabbix-dbpassword.conf";
+
+ moduleEnv = pkgs.symlinkJoin {
+ name = "zabbix-proxy-module-env";
+ paths = attrValues cfg.modules;
+ };
+
+ configFile = pkgs.writeText "zabbix_proxy.conf" ''
+ LogType = console
+ ListenIP = ${cfg.listen.ip}
+ ListenPort = ${toString cfg.listen.port}
+ Server = ${cfg.server}
+ # TODO: set to cfg.database.socket if database type is pgsql?
+ DBHost = ${optionalString (cfg.database.createLocally != true) cfg.database.host}
+ ${optionalString (cfg.database.createLocally != true) "DBPort = ${cfg.database.port}"}
+ DBName = ${cfg.database.name}
+ DBUser = ${cfg.database.user}
+ ${optionalString (cfg.database.passwordFile != null) "Include ${passwordFile}"}
+ ${optionalString (mysqlLocal && cfg.database.socket != null) "DBSocket = ${cfg.database.socket}"}
+ SocketDir = ${runtimeDir}
+ FpingLocation = /run/wrappers/bin/fping
+ ${optionalString (cfg.modules != {}) "LoadModulePath = ${moduleEnv}/lib"}
+ ${concatMapStringsSep "\n" (name: "LoadModule = ${name}") (builtins.attrNames cfg.modules)}
+ ${cfg.extraConfig}
+ '';
+
+ mysqlLocal = cfg.database.createLocally && cfg.database.type == "mysql";
+ pgsqlLocal = cfg.database.createLocally && cfg.database.type == "pgsql";
+
+in
+
+{
+ # interface
+
+ options = {
+
+ services.zabbixProxy = {
+ enable = mkEnableOption "the Zabbix Proxy";
+
+ server = mkOption {
+ type = types.str;
+ description = ''
+ The IP address or hostname of the Zabbix server to connect to.
+ '';
+ };
+
+ package = mkOption {
+ type = types.package;
+ default =
+ if cfg.database.type == "mysql" then pkgs.zabbix.proxy-mysql
+ else if cfg.database.type == "pgsql" then pkgs.zabbix.proxy-pgsql
+ else pkgs.zabbix.proxy-sqlite;
+ defaultText = "pkgs.zabbix.proxy-pgsql";
+ description = "The Zabbix package to use.";
+ };
+
+ extraPackages = mkOption {
+ type = types.listOf types.package;
+ default = with pkgs; [ nettools nmap traceroute ];
+ defaultText = "[ nettools nmap traceroute ]";
+ description = ''
+ Packages to be added to the Zabbix PATH.
+ Typically used to add executables for scripts, but can be anything.
+ '';
+ };
+
+ modules = mkOption {
+ type = types.attrsOf types.package;
+ description = "A set of modules to load.";
+ default = {};
+ example = literalExample ''
+ {
+ "dummy.so" = pkgs.stdenv.mkDerivation {
+ name = "zabbix-dummy-module-''${cfg.package.version}";
+ src = cfg.package.src;
+ buildInputs = [ cfg.package ];
+ sourceRoot = "zabbix-''${cfg.package.version}/src/modules/dummy";
+ installPhase = '''
+ mkdir -p $out/lib
+ cp dummy.so $out/lib/
+ ''';
+ };
+ }
+ '';
+ };
+
+ database = {
+ type = mkOption {
+ type = types.enum [ "mysql" "pgsql" "sqlite" ];
+ example = "mysql";
+ default = "pgsql";
+ description = "Database engine to use.";
+ };
+
+ host = mkOption {
+ type = types.str;
+ default = "localhost";
+ description = "Database host address.";
+ };
+
+ port = mkOption {
+ type = types.int;
+ default = if cfg.database.type == "mysql" then mysql.port else pgsql.port;
+ description = "Database host port.";
+ };
+
+ name = mkOption {
+ type = types.str;
+ default = if cfg.database.type == "sqlite" then "${stateDir}/zabbix.db" else "zabbix";
+ defaultText = "zabbix";
+ description = "Database name.";
+ };
+
+ user = mkOption {
+ type = types.str;
+ default = "zabbix";
+ description = "Database user.";
+ };
+
+ passwordFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ example = "/run/keys/zabbix-dbpassword";
+ description = ''
+ A file containing the password corresponding to
+ .
+ '';
+ };
+
+ socket = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ example = "/run/postgresql";
+ description = "Path to the unix socket file to use for authentication.";
+ };
+
+ createLocally = mkOption {
+ type = types.bool;
+ default = true;
+ description = "Whether to create a local database automatically.";
+ };
+ };
+
+ listen = {
+ ip = mkOption {
+ type = types.str;
+ default = "0.0.0.0";
+ description = ''
+ List of comma delimited IP addresses that the trapper should listen on.
+ Trapper will listen on all network interfaces if this parameter is missing.
+ '';
+ };
+
+ port = mkOption {
+ type = types.port;
+ default = 10051;
+ description = ''
+ Listen port for trapper.
+ '';
+ };
+ };
+
+ openFirewall = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Open ports in the firewall for the Zabbix Proxy.
+ '';
+ };
+
+ # TODO: for bonus points migrate this to https://github.com/NixOS/rfcs/pull/42
+ extraConfig = mkOption {
+ default = "";
+ type = types.lines;
+ description = ''
+ Configuration that is injected verbatim into the configuration file. Refer to
+
+ for details on supported values.
+ '';
+ };
+
+ };
+
+ };
+
+ # implementation
+
+ config = mkIf cfg.enable {
+
+ assertions = [
+ { assertion = !config.services.zabbixServer.enable;
+ message = "Please choose one of services.zabbixServer or services.zabbixProxy.";
+ }
+ { assertion = cfg.database.createLocally -> cfg.database.user == user;
+ message = "services.zabbixProxy.database.user must be set to ${user} if services.zabbixProxy.database.createLocally is set true";
+ }
+ { assertion = cfg.database.createLocally -> cfg.database.passwordFile == null;
+ message = "a password cannot be specified if services.zabbixProxy.database.createLocally is set to true";
+ }
+ ];
+
+ networking.firewall = mkIf cfg.openFirewall {
+ allowedTCPPorts = [ cfg.listen.port ];
+ };
+
+ services.mysql = optionalAttrs mysqlLocal {
+ enable = true;
+ package = mkDefault pkgs.mariadb;
+ ensureDatabases = [ cfg.database.name ];
+ ensureUsers = [
+ { name = cfg.database.user;
+ ensurePermissions = { "${cfg.database.name}.*" = "ALL PRIVILEGES"; };
+ }
+ ];
+ };
+
+ services.postgresql = optionalAttrs pgsqlLocal {
+ enable = true;
+ ensureDatabases = [ cfg.database.name ];
+ ensureUsers = [
+ { name = cfg.database.user;
+ ensurePermissions = { "DATABASE ${cfg.database.name}" = "ALL PRIVILEGES"; };
+ }
+ ];
+ };
+
+ users.users.${user} = {
+ description = "Zabbix daemon user";
+ uid = config.ids.uids.zabbix;
+ inherit group;
+ };
+
+ users.groups.${group} = {
+ gid = config.ids.gids.zabbix;
+ };
+
+ security.wrappers = {
+ fping.source = "${pkgs.fping}/bin/fping";
+ };
+
+ systemd.services."zabbix-proxy" = {
+ description = "Zabbix Proxy";
+
+ wantedBy = [ "multi-user.target" ];
+ after = optional mysqlLocal "mysql.service" ++ optional pgsqlLocal "postgresql.service";
+
+ path = [ "/run/wrappers" ] ++ cfg.extraPackages;
+ preStart = optionalString pgsqlLocal ''
+ if ! test -e "${stateDir}/db-created"; then
+ cat ${cfg.package}/share/zabbix/database/postgresql/schema.sql | ${pgsql.package}/bin/psql ${cfg.database.name}
+ touch "${stateDir}/db-created"
+ fi
+ '' + optionalString mysqlLocal ''
+ if ! test -e "${stateDir}/db-created"; then
+ cat ${cfg.package}/share/zabbix/database/mysql/schema.sql | ${mysql.package}/bin/mysql ${cfg.database.name}
+ touch "${stateDir}/db-created"
+ fi
+ '' + optionalString (cfg.database.type == "sqlite") ''
+ if ! test -e "${cfg.database.name}"; then
+ ${pkgs.sqlite}/bin/sqlite3 "${cfg.database.name}" < ${cfg.package}/share/zabbix/database/sqlite3/schema.sql
+ fi
+ '' + optionalString (cfg.database.passwordFile != null) ''
+ # create a copy of the supplied password file in a format zabbix can consume
+ touch ${passwordFile}
+ chmod 0600 ${passwordFile}
+ echo -n "DBPassword = " > ${passwordFile}
+ cat ${cfg.database.passwordFile} >> ${passwordFile}
+ '';
+
+ serviceConfig = {
+ ExecStart = "@${cfg.package}/sbin/zabbix_proxy zabbix_proxy -f --config ${configFile}";
+ Restart = "always";
+ RestartSec = 2;
+
+ User = user;
+ Group = group;
+ RuntimeDirectory = "zabbix";
+ StateDirectory = "zabbix";
+ PrivateTmp = true;
+ };
+ };
+
+ };
+
+}
diff --git a/nixos/modules/services/monitoring/zabbix-server.nix b/nixos/modules/services/monitoring/zabbix-server.nix
index fdeab6af441..11311b466c3 100644
--- a/nixos/modules/services/monitoring/zabbix-server.nix
+++ b/nixos/modules/services/monitoring/zabbix-server.nix
@@ -1,125 +1,292 @@
-# Zabbix server daemon.
{ config, lib, pkgs, ... }:
-with lib;
-
let
-
cfg = config.services.zabbixServer;
+ pgsql = config.services.postgresql;
+ mysql = config.services.mysql;
- stateDir = "/run/zabbix";
+ inherit (lib) mkDefault mkEnableOption mkIf mkOption;
+ inherit (lib) attrValues concatMapStringsSep literalExample optional optionalAttrs optionalString types;
- logDir = "/var/log/zabbix";
+ user = "zabbix";
+ group = "zabbix";
+ runtimeDir = "/run/zabbix";
+ stateDir = "/var/lib/zabbix";
+ passwordFile = "${runtimeDir}/zabbix-dbpassword.conf";
- libDir = "/var/lib/zabbix";
+ moduleEnv = pkgs.symlinkJoin {
+ name = "zabbix-server-module-env";
+ paths = attrValues cfg.modules;
+ };
- pidFile = "${stateDir}/zabbix_server.pid";
+ configFile = pkgs.writeText "zabbix_server.conf" ''
+ LogType = console
+ ListenIP = ${cfg.listen.ip}
+ ListenPort = ${toString cfg.listen.port}
+ # TODO: set to cfg.database.socket if database type is pgsql?
+ DBHost = ${optionalString (cfg.database.createLocally != true) cfg.database.host}
+ ${optionalString (cfg.database.createLocally != true) "DBPort = ${cfg.database.port}"}
+ DBName = ${cfg.database.name}
+ DBUser = ${cfg.database.user}
+ ${optionalString (cfg.database.passwordFile != null) "Include ${passwordFile}"}
+ ${optionalString (mysqlLocal && cfg.database.socket != null) "DBSocket = ${cfg.database.socket}"}
+ SocketDir = ${runtimeDir}
+ FpingLocation = /run/wrappers/bin/fping
+ ${optionalString (cfg.modules != {}) "LoadModulePath = ${moduleEnv}/lib"}
+ ${concatMapStringsSep "\n" (name: "LoadModule = ${name}") (builtins.attrNames cfg.modules)}
+ ${cfg.extraConfig}
+ '';
- configFile = pkgs.writeText "zabbix_server.conf"
- ''
- LogFile = ${logDir}/zabbix_server
-
- PidFile = ${pidFile}
-
- ${optionalString (cfg.dbServer != "localhost") ''
- DBHost = ${cfg.dbServer}
- ''}
-
- DBName = zabbix
-
- DBUser = zabbix
-
- ${optionalString (cfg.dbPassword != "") ''
- DBPassword = ${cfg.dbPassword}
- ''}
-
- ${config.services.zabbixServer.extraConfig}
- '';
-
- useLocalPostgres = cfg.dbServer == "localhost" || cfg.dbServer == "";
+ mysqlLocal = cfg.database.createLocally && cfg.database.type == "mysql";
+ pgsqlLocal = cfg.database.createLocally && cfg.database.type == "pgsql";
in
{
-
- ###### interface
+ # interface
options = {
- services.zabbixServer.enable = mkOption {
- default = false;
- type = types.bool;
- description = ''
- Whether to run the Zabbix server on this machine.
- '';
- };
+ services.zabbixServer = {
+ enable = mkEnableOption "the Zabbix Server";
- services.zabbixServer.dbServer = mkOption {
- default = "localhost";
- type = types.str;
- description = ''
- Hostname or IP address of the database server.
- Use an empty string ("") to use peer authentication.
- '';
- };
+ package = mkOption {
+ type = types.package;
+ default = if cfg.database.type == "mysql" then pkgs.zabbix.server-mysql else pkgs.zabbix.server-pgsql;
+ defaultText = "pkgs.zabbix.server-pgsql";
+ description = "The Zabbix package to use.";
+ };
- services.zabbixServer.dbPassword = mkOption {
- default = "";
- type = types.str;
- description = "Password used to connect to the database server.";
- };
+ extraPackages = mkOption {
+ type = types.listOf types.package;
+ default = with pkgs; [ nettools nmap traceroute ];
+ defaultText = "[ nettools nmap traceroute ]";
+ description = ''
+ Packages to be added to the Zabbix PATH.
+ Typically used to add executables for scripts, but can be anything.
+ '';
+ };
+
+ modules = mkOption {
+ type = types.attrsOf types.package;
+ description = "A set of modules to load.";
+ default = {};
+ example = literalExample ''
+ {
+ "dummy.so" = pkgs.stdenv.mkDerivation {
+ name = "zabbix-dummy-module-''${cfg.package.version}";
+ src = cfg.package.src;
+ buildInputs = [ cfg.package ];
+ sourceRoot = "zabbix-''${cfg.package.version}/src/modules/dummy";
+ installPhase = '''
+ mkdir -p $out/lib
+ cp dummy.so $out/lib/
+ ''';
+ };
+ }
+ '';
+ };
+
+ database = {
+ type = mkOption {
+ type = types.enum [ "mysql" "pgsql" ];
+ example = "mysql";
+ default = "pgsql";
+ description = "Database engine to use.";
+ };
+
+ host = mkOption {
+ type = types.str;
+ default = "localhost";
+ description = "Database host address.";
+ };
+
+ port = mkOption {
+ type = types.int;
+ default = if cfg.database.type == "mysql" then mysql.port else pgsql.port;
+ description = "Database host port.";
+ };
+
+ name = mkOption {
+ type = types.str;
+ default = "zabbix";
+ description = "Database name.";
+ };
+
+ user = mkOption {
+ type = types.str;
+ default = "zabbix";
+ description = "Database user.";
+ };
+
+ passwordFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ example = "/run/keys/zabbix-dbpassword";
+ description = ''
+ A file containing the password corresponding to
+ .
+ '';
+ };
+
+ socket = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ example = "/run/postgresql";
+ description = "Path to the unix socket file to use for authentication.";
+ };
+
+ createLocally = mkOption {
+ type = types.bool;
+ default = true;
+ description = "Whether to create a local database automatically.";
+ };
+ };
+
+ listen = {
+ ip = mkOption {
+ type = types.str;
+ default = "0.0.0.0";
+ description = ''
+ List of comma delimited IP addresses that the trapper should listen on.
+ Trapper will listen on all network interfaces if this parameter is missing.
+ '';
+ };
+
+ port = mkOption {
+ type = types.port;
+ default = 10051;
+ description = ''
+ Listen port for trapper.
+ '';
+ };
+ };
+
+ openFirewall = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Open ports in the firewall for the Zabbix Server.
+ '';
+ };
+
+ # TODO: for bonus points migrate this to https://github.com/NixOS/rfcs/pull/42
+ extraConfig = mkOption {
+ default = "";
+ type = types.lines;
+ description = ''
+ Configuration that is injected verbatim into the configuration file. Refer to
+
+ for details on supported values.
+ '';
+ };
- services.zabbixServer.extraConfig = mkOption {
- default = "";
- type = types.lines;
- description = ''
- Configuration that is injected verbatim into the configuration file.
- '';
};
};
- ###### implementation
+ # implementation
config = mkIf cfg.enable {
- services.postgresql.enable = useLocalPostgres;
+ assertions = [
+ { assertion = cfg.database.createLocally -> cfg.database.user == user;
+ message = "services.zabbixServer.database.user must be set to ${user} if services.zabbixServer.database.createLocally is set true";
+ }
+ { assertion = cfg.database.createLocally -> cfg.database.passwordFile == null;
+ message = "a password cannot be specified if services.zabbixServer.database.createLocally is set to true";
+ }
+ ];
- users.users = singleton
- { name = "zabbix";
- uid = config.ids.uids.zabbix;
- description = "Zabbix daemon user";
+ networking.firewall = mkIf cfg.openFirewall {
+ allowedTCPPorts = [ cfg.listen.port ];
+ };
+
+ services.mysql = optionalAttrs mysqlLocal {
+ enable = true;
+ package = mkDefault pkgs.mariadb;
+ ensureDatabases = [ cfg.database.name ];
+ ensureUsers = [
+ { name = cfg.database.user;
+ ensurePermissions = { "${cfg.database.name}.*" = "ALL PRIVILEGES"; };
+ }
+ ];
+ };
+
+ services.postgresql = optionalAttrs pgsqlLocal {
+ enable = true;
+ ensureDatabases = [ cfg.database.name ];
+ ensureUsers = [
+ { name = cfg.database.user;
+ ensurePermissions = { "DATABASE ${cfg.database.name}" = "ALL PRIVILEGES"; };
+ }
+ ];
+ };
+
+ users.users.${user} = {
+ description = "Zabbix daemon user";
+ uid = config.ids.uids.zabbix;
+ inherit group;
+ };
+
+ users.groups.${group} = {
+ gid = config.ids.gids.zabbix;
+ };
+
+ security.wrappers = {
+ fping.source = "${pkgs.fping}/bin/fping";
+ };
+
+ systemd.services."zabbix-server" = {
+ description = "Zabbix Server";
+
+ wantedBy = [ "multi-user.target" ];
+ after = optional mysqlLocal "mysql.service" ++ optional pgsqlLocal "postgresql.service";
+
+ path = [ "/run/wrappers" ] ++ cfg.extraPackages;
+ preStart = ''
+ # pre 19.09 compatibility
+ if test -e "${runtimeDir}/db-created"; then
+ mv "${runtimeDir}/db-created" "${stateDir}/"
+ fi
+ '' + optionalString pgsqlLocal ''
+ if ! test -e "${stateDir}/db-created"; then
+ cat ${cfg.package}/share/zabbix/database/postgresql/schema.sql | ${pgsql.package}/bin/psql ${cfg.database.name}
+ cat ${cfg.package}/share/zabbix/database/postgresql/images.sql | ${pgsql.package}/bin/psql ${cfg.database.name}
+ cat ${cfg.package}/share/zabbix/database/postgresql/data.sql | ${pgsql.package}/bin/psql ${cfg.database.name}
+ touch "${stateDir}/db-created"
+ fi
+ '' + optionalString mysqlLocal ''
+ if ! test -e "${stateDir}/db-created"; then
+ cat ${cfg.package}/share/zabbix/database/mysql/schema.sql | ${mysql.package}/bin/mysql ${cfg.database.name}
+ cat ${cfg.package}/share/zabbix/database/mysql/images.sql | ${mysql.package}/bin/mysql ${cfg.database.name}
+ cat ${cfg.package}/share/zabbix/database/mysql/data.sql | ${mysql.package}/bin/mysql ${cfg.database.name}
+ touch "${stateDir}/db-created"
+ fi
+ '' + optionalString (cfg.database.passwordFile != null) ''
+ # create a copy of the supplied password file in a format zabbix can consume
+ touch ${passwordFile}
+ chmod 0600 ${passwordFile}
+ echo -n "DBPassword = " > ${passwordFile}
+ cat ${cfg.database.passwordFile} >> ${passwordFile}
+ '';
+
+ serviceConfig = {
+ ExecStart = "@${cfg.package}/sbin/zabbix_server zabbix_server -f --config ${configFile}";
+ Restart = "always";
+ RestartSec = 2;
+
+ User = user;
+ Group = group;
+ RuntimeDirectory = "zabbix";
+ StateDirectory = "zabbix";
+ PrivateTmp = true;
};
+ };
- systemd.services."zabbix-server" =
- { description = "Zabbix Server";
-
- wantedBy = [ "multi-user.target" ];
- after = optional useLocalPostgres "postgresql.service";
-
- preStart =
- ''
- mkdir -m 0755 -p ${stateDir} ${logDir} ${libDir}
- chown zabbix ${stateDir} ${logDir} ${libDir}
-
- if ! test -e "${libDir}/db-created"; then
- ${pkgs.su}/bin/su -s "$SHELL" ${config.services.postgresql.superUser} -c '${pkgs.postgresql}/bin/createuser --no-superuser --no-createdb --no-createrole zabbix' || true
- ${pkgs.su}/bin/su -s "$SHELL" ${config.services.postgresql.superUser} -c '${pkgs.postgresql}/bin/createdb --owner zabbix zabbix' || true
- cat ${pkgs.zabbix.server}/share/zabbix/db/schema/postgresql.sql | ${pkgs.su}/bin/su -s "$SHELL" zabbix -c '${pkgs.postgresql}/bin/psql zabbix'
- cat ${pkgs.zabbix.server}/share/zabbix/db/data/images_pgsql.sql | ${pkgs.su}/bin/su -s "$SHELL" zabbix -c '${pkgs.postgresql}/bin/psql zabbix'
- cat ${pkgs.zabbix.server}/share/zabbix/db/data/data.sql | ${pkgs.su}/bin/su -s "$SHELL" zabbix -c '${pkgs.postgresql}/bin/psql zabbix'
- touch "${libDir}/db-created"
- fi
- '';
-
- path = [ pkgs.nettools ];
-
- serviceConfig.ExecStart = "@${pkgs.zabbix.server}/sbin/zabbix_server zabbix_server --config ${configFile}";
- serviceConfig.Type = "forking";
- serviceConfig.Restart = "always";
- serviceConfig.RestartSec = 2;
- serviceConfig.PIDFile = pidFile;
- };
+ systemd.services.httpd.after =
+ optional (config.services.zabbixWeb.enable && mysqlLocal) "mysql.service" ++
+ optional (config.services.zabbixWeb.enable && pgsqlLocal) "postgresql.service";
};
diff --git a/nixos/modules/services/network-filesystems/ipfs.nix b/nixos/modules/services/network-filesystems/ipfs.nix
index f19bf9d8139..bbbfcf6a473 100644
--- a/nixos/modules/services/network-filesystems/ipfs.nix
+++ b/nixos/modules/services/network-filesystems/ipfs.nix
@@ -208,9 +208,9 @@ in {
config = mkIf cfg.enable {
environment.systemPackages = [ wrapped ];
- environment.etc."fuse.conf" = mkIf cfg.autoMount { text = ''
- user_allow_other
- ''; };
+ programs.fuse = mkIf cfg.autoMount {
+ userAllowOther = true;
+ };
users.users = mkIf (cfg.user == "ipfs") {
ipfs = {
diff --git a/nixos/modules/services/network-filesystems/kbfs.nix b/nixos/modules/services/network-filesystems/kbfs.nix
index 7b2eea3b585..263b70d04a5 100644
--- a/nixos/modules/services/network-filesystems/kbfs.nix
+++ b/nixos/modules/services/network-filesystems/kbfs.nix
@@ -48,6 +48,7 @@ in {
requires = [ "keybase.service" ];
after = [ "keybase.service" ];
path = [ "/run/wrappers" ];
+ unitConfig.ConditionUser = "!@system";
serviceConfig = {
ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p ${cfg.mountPoint}";
ExecStart = "${pkgs.kbfs}/bin/kbfsfuse ${toString cfg.extraFlags} ${cfg.mountPoint}";
diff --git a/nixos/modules/services/network-filesystems/samba.nix b/nixos/modules/services/network-filesystems/samba.nix
index 10dc5831121..69368441c62 100644
--- a/nixos/modules/services/network-filesystems/samba.nix
+++ b/nixos/modules/services/network-filesystems/samba.nix
@@ -86,10 +86,10 @@ in
If you use the firewall consider adding the following:
-
- networking.firewall.allowedTCPPorts = [ 139 445 ];
- networking.firewall.allowedUDPPorts = [ 137 138 ];
-
+
+ networking.firewall.allowedTCPPorts = [ 139 445 ];
+ networking.firewall.allowedUDPPorts = [ 137 138 ];
+
'';
};
diff --git a/nixos/modules/services/network-filesystems/u9fs.nix b/nixos/modules/services/network-filesystems/u9fs.nix
index 4f37fc2a9e5..77961b78cad 100644
--- a/nixos/modules/services/network-filesystems/u9fs.nix
+++ b/nixos/modules/services/network-filesystems/u9fs.nix
@@ -55,6 +55,7 @@ in
sockets.u9fs = {
description = "U9fs Listening Socket";
wantedBy = [ "sockets.target" ];
+ after = [ "network.target" ];
inherit (cfg) listenStreams;
socketConfig.Accept = "yes";
};
diff --git a/nixos/modules/services/networking/aria2.nix b/nixos/modules/services/networking/aria2.nix
index 98eb0086101..53829bf1886 100644
--- a/nixos/modules/services/networking/aria2.nix
+++ b/nixos/modules/services/networking/aria2.nix
@@ -102,22 +102,19 @@ in
users.groups.aria2.gid = config.ids.gids.aria2;
+ systemd.tmpfiles.rules = [
+ "d '${homeDir}' 0770 aria2 aria2 - -"
+ "d '${config.services.aria2.downloadDir}' 0770 aria2 aria2 - -"
+ ];
+
systemd.services.aria2 = {
description = "aria2 Service";
after = [ "local-fs.target" "network.target" ];
wantedBy = [ "multi-user.target" ];
preStart = ''
- mkdir -m 0770 -p "${homeDir}"
- chown aria2:aria2 "${homeDir}"
- if [[ ! -d "${config.services.aria2.downloadDir}" ]]
- then
- mkdir -m 0770 -p "${config.services.aria2.downloadDir}"
- chown aria2:aria2 "${config.services.aria2.downloadDir}"
- fi
if [[ ! -e "${sessionFile}" ]]
then
touch "${sessionFile}"
- chown aria2:aria2 "${sessionFile}"
fi
cp -f "${settingsFile}" "${settingsDir}/aria2.conf"
'';
@@ -128,7 +125,6 @@ in
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
User = "aria2";
Group = "aria2";
- PermissionsStartOnly = true;
};
};
};
diff --git a/nixos/modules/services/networking/autossh.nix b/nixos/modules/services/networking/autossh.nix
index 9ea17469870..a098a155e99 100644
--- a/nixos/modules/services/networking/autossh.nix
+++ b/nixos/modules/services/networking/autossh.nix
@@ -99,7 +99,6 @@ in
serviceConfig = {
User = "${s.user}";
- PermissionsStartOnly = true;
# AutoSSH may exit with 0 code if the SSH session was
# gracefully terminated by either local or remote side.
Restart = "on-success";
diff --git a/nixos/modules/services/networking/bind.nix b/nixos/modules/services/networking/bind.nix
index 7f89cff2232..06af4dbcca4 100644
--- a/nixos/modules/services/networking/bind.nix
+++ b/nixos/modules/services/networking/bind.nix
@@ -33,7 +33,7 @@ let
${cfg.extraConfig}
${ concatMapStrings
- ({ name, file, master ? true, slaves ? [], masters ? [] }:
+ ({ name, file, master ? true, slaves ? [], masters ? [], extraConfig ? "" }:
''
zone "${name}" {
type ${if master then "master" else "slave"};
@@ -52,6 +52,7 @@ let
''
}
allow-query { any; };
+ ${extraConfig}
};
'')
cfg.zones }
@@ -131,6 +132,7 @@ in
file = "/var/dns/example.com";
masters = ["192.168.0.1"];
slaves = [];
+ extraConfig = "";
}];
};
@@ -168,7 +170,9 @@ in
###### implementation
- config = mkIf config.services.bind.enable {
+ config = mkIf cfg.enable {
+
+ networking.resolvconf.useLocalResolver = mkDefault true;
users.users = singleton
{ name = bindUser;
diff --git a/nixos/modules/services/networking/bitcoind.nix b/nixos/modules/services/networking/bitcoind.nix
index e9426556459..d3501636b41 100644
--- a/nixos/modules/services/networking/bitcoind.nix
+++ b/nixos/modules/services/networking/bitcoind.nix
@@ -28,7 +28,7 @@ let
"-datadir=${cfg.dataDir}"
"-pid=${pidFile}"
];
- hexStr = types.strMatching "[0-9a-f]+";
+
rpcUserOpts = { name, ... }: {
options = {
name = mkOption {
diff --git a/nixos/modules/services/networking/charybdis.nix b/nixos/modules/services/networking/charybdis.nix
index 3d02dc8d137..e3aba063f87 100644
--- a/nixos/modules/services/networking/charybdis.nix
+++ b/nixos/modules/services/networking/charybdis.nix
@@ -83,6 +83,10 @@ in
gid = config.ids.gids.ircd;
};
+ systemd.tmpfiles.rules = [
+ "d ${cfg.statedir} - ${cfg.user} ${cfg.group} - -"
+ ];
+
systemd.services.charybdis = {
description = "Charybdis IRC daemon";
wantedBy = [ "multi-user.target" ];
@@ -93,12 +97,7 @@ in
ExecStart = "${charybdis}/bin/charybdis -foreground -logfile /dev/stdout -configfile ${configFile}";
Group = cfg.group;
User = cfg.user;
- PermissionsStartOnly = true; # preStart needs to run with root permissions
};
- preStart = ''
- ${coreutils}/bin/mkdir -p ${cfg.statedir}
- ${coreutils}/bin/chown ${cfg.user}:${cfg.group} ${cfg.statedir}
- '';
};
}
diff --git a/nixos/modules/services/networking/cjdns.nix b/nixos/modules/services/networking/cjdns.nix
index c40962f4aa8..3fb85b16cbe 100644
--- a/nixos/modules/services/networking/cjdns.nix
+++ b/nixos/modules/services/networking/cjdns.nix
@@ -44,9 +44,7 @@ let
parseModules = x:
x // { connectTo = mapAttrs (name: value: { inherit (value) password publicKey; }) x.connectTo; };
- # would be nice to merge 'cfg' with a //,
- # but the json nesting is wacky.
- cjdrouteConf = builtins.toJSON ( {
+ cjdrouteConf = builtins.toJSON ( recursiveUpdate {
admin = {
bind = cfg.admin.bind;
password = "@CJDNS_ADMIN_PASSWORD@";
@@ -71,7 +69,7 @@ let
security = [ { exemptAngel = 1; setuser = "nobody"; } ];
- });
+ } cfg.extraConfig);
in
@@ -91,6 +89,16 @@ in
'';
};
+ extraConfig = mkOption {
+ type = types.attrs;
+ default = {};
+ example = { router.interface.tunDevice = "tun10"; };
+ description = ''
+ Extra configuration, given as attrs, that will be merged recursively
+ with the rest of the JSON generated by this module, at the root node.
+ '';
+ };
+
confFile = mkOption {
type = types.nullOr types.path;
default = null;
@@ -246,7 +254,10 @@ in
if cfg.confFile != null then "${pkg}/bin/cjdroute < ${cfg.confFile}" else
''
source /etc/cjdns.keys
- echo '${cjdrouteConf}' | sed \
+ (cat <<'EOF'
+ ${cjdrouteConf}
+ EOF
+ ) | sed \
-e "s/@CJDNS_ADMIN_PASSWORD@/$CJDNS_ADMIN_PASSWORD/g" \
-e "s/@CJDNS_PRIVATE_KEY@/$CJDNS_PRIVATE_KEY/g" \
| ${pkg}/bin/cjdroute
diff --git a/nixos/modules/services/networking/consul.nix b/nixos/modules/services/networking/consul.nix
index 3a92a883fbf..f080f12eacc 100644
--- a/nixos/modules/services/networking/consul.nix
+++ b/nixos/modules/services/networking/consul.nix
@@ -15,7 +15,7 @@ let
++ cfg.extraConfigFiles;
devices = attrValues (filterAttrs (_: i: i != null) cfg.interface);
- systemdDevices = flip map devices
+ systemdDevices = forEach devices
(i: "sys-subsystem-net-devices-${utils.escapeSystemdPath i}.device");
in
{
diff --git a/nixos/modules/services/networking/ddclient.nix b/nixos/modules/services/networking/ddclient.nix
index 9a2e13e9553..04ce5ca3a87 100644
--- a/nixos/modules/services/networking/ddclient.nix
+++ b/nixos/modules/services/networking/ddclient.nix
@@ -20,8 +20,8 @@ let
wildcard=YES
quiet=${boolToStr cfg.quiet}
verbose=${boolToStr cfg.verbose}
- ${lib.concatStringsSep "," cfg.domains}
${cfg.extraConfig}
+ ${lib.concatStringsSep "," cfg.domains}
'';
in
diff --git a/nixos/modules/services/networking/dhcpcd.nix b/nixos/modules/services/networking/dhcpcd.nix
index c217ccaa405..7b278603455 100644
--- a/nixos/modules/services/networking/dhcpcd.nix
+++ b/nixos/modules/services/networking/dhcpcd.nix
@@ -162,7 +162,7 @@ in
wantedBy = [ "multi-user.target" ] ++ optional (!hasDefaultGatewaySet) "network-online.target";
wants = [ "network.target" "systemd-udev-settle.service" ];
- before = [ "network.target" ];
+ before = [ "network-online.target" ];
after = [ "systemd-udev-settle.service" ];
# Stopping dhcpcd during a reconfiguration is undesirable
diff --git a/nixos/modules/services/networking/dnscrypt-proxy.xml b/nixos/modules/services/networking/dnscrypt-proxy.xml
index f90eef69848..afc7880392a 100644
--- a/nixos/modules/services/networking/dnscrypt-proxy.xml
+++ b/nixos/modules/services/networking/dnscrypt-proxy.xml
@@ -18,7 +18,7 @@
To enable the client proxy, set
= true;
-
+
@@ -36,7 +36,7 @@
the other client to it:
= 43;
-
+
@@ -47,7 +47,7 @@
= true;
= [ "127.0.0.1#43" ];
}
-
+
@@ -59,7 +59,7 @@
= true;
= [ "127.0.0.1@43" ];
}
-
+
diff --git a/nixos/modules/services/networking/dnsmasq.nix b/nixos/modules/services/networking/dnsmasq.nix
index 24d16046c63..714a5903bff 100644
--- a/nixos/modules/services/networking/dnsmasq.nix
+++ b/nixos/modules/services/networking/dnsmasq.nix
@@ -79,7 +79,7 @@ in
###### implementation
- config = mkIf config.services.dnsmasq.enable {
+ config = mkIf cfg.enable {
networking.nameservers =
optional cfg.resolveLocalQueries "127.0.0.1";
@@ -92,6 +92,15 @@ in
description = "Dnsmasq daemon user";
};
+ networking.resolvconf = mkIf cfg.resolveLocalQueries {
+ useLocalResolver = mkDefault true;
+
+ extraConfig = ''
+ dnsmasq_conf=/etc/dnsmasq-conf.conf
+ dnsmasq_resolv=/etc/dnsmasq-resolv.conf
+ '';
+ };
+
systemd.services.dnsmasq = {
description = "Dnsmasq Daemon";
after = [ "network.target" "systemd-resolved.service" ];
diff --git a/nixos/modules/services/networking/hostapd.nix b/nixos/modules/services/networking/hostapd.nix
index 7add48308f8..54a5bed2563 100644
--- a/nixos/modules/services/networking/hostapd.nix
+++ b/nixos/modules/services/networking/hostapd.nix
@@ -30,10 +30,11 @@ let
ctrl_interface=/run/hostapd
ctrl_interface_group=${cfg.group}
- ${if cfg.wpa then ''
+ ${optionalString cfg.wpa ''
wpa=2
wpa_passphrase=${cfg.wpaPassphrase}
- '' else ""}
+ ''}
+ ${optionalString cfg.noScan "noscan=1"}
${cfg.extraConfig}
'' ;
@@ -69,6 +70,14 @@ in
'';
};
+ noScan = mkOption {
+ default = false;
+ description = ''
+ Do not scan for overlapping BSSs in HT40+/- mode.
+ Caution: turning this on will violate regulatory requirements!
+ '';
+ };
+
driver = mkOption {
default = "nl80211";
example = "hostapd";
@@ -162,6 +171,7 @@ in
after = [ "sys-subsystem-net-devices-${escapedInterface}.device" ];
bindsTo = [ "sys-subsystem-net-devices-${escapedInterface}.device" ];
requiredBy = [ "network-link-${cfg.interface}.service" ];
+ wantedBy = [ "multi-user.target" ];
serviceConfig =
{ ExecStart = "${pkgs.hostapd}/bin/hostapd ${configFile}";
diff --git a/nixos/modules/services/networking/hylafax/systemd.nix b/nixos/modules/services/networking/hylafax/systemd.nix
index ef177e4be34..0c6602e7f8a 100644
--- a/nixos/modules/services/networking/hylafax/systemd.nix
+++ b/nixos/modules/services/networking/hylafax/systemd.nix
@@ -7,7 +7,7 @@ let
inherit (lib) concatStringsSep optionalString;
cfg = config.services.hylafax;
- mapModems = lib.flip map (lib.attrValues cfg.modems);
+ mapModems = lib.forEach (lib.attrValues cfg.modems);
mkConfigFile = name: conf:
# creates hylafax config file,
diff --git a/nixos/modules/services/networking/iperf3.nix b/nixos/modules/services/networking/iperf3.nix
index 742404a5692..0fe378b225d 100644
--- a/nixos/modules/services/networking/iperf3.nix
+++ b/nixos/modules/services/networking/iperf3.nix
@@ -19,6 +19,11 @@ let
default = null;
description = "Bind to the specific interface associated with the given address.";
};
+ openFirewall = mkOption {
+ type = types.bool;
+ default = false;
+ description = "Open ports in the firewall for iperf3.";
+ };
verbose = mkOption {
type = types.bool;
default = false;
@@ -52,6 +57,11 @@ let
};
imp = {
+
+ networking.firewall = mkIf cfg.openFirewall {
+ allowedTCPPorts = [ cfg.port ];
+ };
+
systemd.services.iperf3 = {
description = "iperf3 daemon";
unitConfig.Documentation = "man:iperf3(1) https://iperf.fr/iperf-doc.php";
diff --git a/nixos/modules/services/networking/jormungandr.nix b/nixos/modules/services/networking/jormungandr.nix
new file mode 100644
index 00000000000..c1a16a316b7
--- /dev/null
+++ b/nixos/modules/services/networking/jormungandr.nix
@@ -0,0 +1,97 @@
+{ config, lib, pkgs, ... }:
+
+let
+ cfg = config.services.jormungandr;
+
+ inherit (lib) mkEnableOption mkIf mkOption;
+ inherit (lib) optionalString types;
+
+ dataDir = "/var/lib/jormungandr";
+
+ # Default settings so far, as the service matures we will
+ # move these out as separate settings
+ configSettings = {
+ storage = dataDir;
+ p2p = {
+ public_address = "/ip4/127.0.0.1/tcp/8606";
+ messages = "high";
+ blocks = "high";
+ };
+ rest = {
+ listen = "127.0.0.1:8607";
+ };
+ };
+
+ configFile = if cfg.configFile == null then
+ pkgs.writeText "jormungandr.yaml" (builtins.toJSON configSettings)
+ else cfg.configFile;
+
+in {
+
+ options = {
+
+ services.jormungandr = {
+ enable = mkEnableOption "jormungandr service";
+
+ configFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ example = "/var/lib/jormungandr/node.yaml";
+ description = ''
+ The path of the jormungandr blockchain configuration file in YAML format.
+ If no file is specified, a file is generated using the other options.
+ '';
+ };
+
+ secretFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ example = "/etc/secret/jormungandr.yaml";
+ description = ''
+ The path of the jormungandr blockchain secret node configuration file in
+ YAML format. Do not store this in nix store!
+ '';
+ };
+
+ genesisBlockHash = mkOption {
+ type = types.nullOr types.string;
+ default = null;
+ example = "d70495af81ae8600aca3e642b2427327cb6001ec4d7a0037e96a00dabed163f9";
+ description = ''
+ Set the genesis block hash (the hash of the block0) so we can retrieve
+ the genesis block (and the blockchain configuration) from the existing
+ storage or from the network.
+ '';
+ };
+
+ genesisBlockFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ example = "/var/lib/jormungandr/block-0.bin";
+ description = ''
+ The path of the genesis block file if we are hosting it locally.
+ '';
+ };
+
+ };
+ };
+
+ config = mkIf cfg.enable {
+
+ systemd.services.jormungandr = {
+ description = "jormungandr server";
+ wantedBy = [ "multi-user.target" ];
+ after = [ "network-online.target" ];
+ serviceConfig = {
+ DynamicUser = true;
+ StateDirectory = baseNameOf dataDir;
+ ExecStart = ''
+ ${pkgs.jormungandr}/bin/jormungandr --config ${configFile} \
+ ${optionalString (cfg.secretFile != null) " --secret ${cfg.secretFile}"} \
+ ${optionalString (cfg.genesisBlockHash != null) " --genesis-block-hash ${cfg.genesisBlockHash}"} \
+ ${optionalString (cfg.genesisBlockFile != null) " --genesis-block ${cfg.genesisBlockFile}"}
+ '';
+ };
+ };
+ };
+}
diff --git a/nixos/modules/services/networking/keybase.nix b/nixos/modules/services/networking/keybase.nix
index a149f16a84c..85f52be8a6a 100644
--- a/nixos/modules/services/networking/keybase.nix
+++ b/nixos/modules/services/networking/keybase.nix
@@ -26,6 +26,7 @@ in {
systemd.user.services.keybase = {
description = "Keybase service";
+ unitConfig.ConditionUser = "!@system";
serviceConfig = {
ExecStart = ''
${pkgs.keybase}/bin/keybase service --auto-forked
diff --git a/nixos/modules/services/networking/kresd.nix b/nixos/modules/services/networking/kresd.nix
index ca34ff9df4e..fc516c01230 100644
--- a/nixos/modules/services/networking/kresd.nix
+++ b/nixos/modules/services/networking/kresd.nix
@@ -80,8 +80,11 @@ in
# Syntax depends on being IPv6 or IPv4.
(iface: if elem ":" (stringToCharacters iface) then "[${iface}]:53" else "${iface}:53")
cfg.interfaces;
- socketConfig.ListenDatagram = listenStreams;
- socketConfig.FreeBind = true;
+ socketConfig = {
+ ListenDatagram = listenStreams;
+ FreeBind = true;
+ FileDescriptorName = "dns";
+ };
};
systemd.sockets.kresd-tls = mkIf (cfg.listenTLS != []) rec {
diff --git a/nixos/modules/services/networking/minidlna.nix b/nixos/modules/services/networking/minidlna.nix
index 1858f03cac1..ed0c1044a57 100644
--- a/nixos/modules/services/networking/minidlna.nix
+++ b/nixos/modules/services/networking/minidlna.nix
@@ -98,16 +98,10 @@ in
wantedBy = [ "multi-user.target" ];
after = [ "network.target" "local-fs.target" ];
- preStart =
- ''
- mkdir -p /var/cache/minidlna
- chown -R minidlna:minidlna /var/cache/minidlna
- '';
-
serviceConfig =
{ User = "minidlna";
Group = "minidlna";
- PermissionsStartOnly = true;
+ CacheDirectory = "minidlna";
RuntimeDirectory = "minidlna";
PIDFile = "/run/minidlna/pid";
ExecStart =
diff --git a/nixos/modules/services/networking/networkmanager.nix b/nixos/modules/services/networking/networkmanager.nix
index f1ba7dd4e4f..551636a33d2 100644
--- a/nixos/modules/services/networking/networkmanager.nix
+++ b/nixos/modules/services/networking/networkmanager.nix
@@ -1,6 +1,5 @@
{ config, lib, pkgs, ... }:
-with pkgs;
with lib;
let
@@ -12,11 +11,13 @@ let
# /var/lib/misc is for dnsmasq.leases.
stateDirs = "/var/lib/NetworkManager /var/lib/dhclient /var/lib/misc";
- configFile = writeText "NetworkManager.conf" ''
+ configFile = pkgs.writeText "NetworkManager.conf" ''
[main]
plugins=keyfile
dhcp=${cfg.dhcp}
dns=${cfg.dns}
+ # If resolvconf is disabled that means that resolv.conf is managed by some other module.
+ rc-manager=${if config.networking.resolvconf.enable then "resolvconf" else "unmanaged"}
[keyfile]
${optionalString (cfg.unmanaged != [])
@@ -64,19 +65,19 @@ let
});
'';
- ns = xs: writeText "nameservers" (
+ ns = xs: pkgs.writeText "nameservers" (
concatStrings (map (s: "nameserver ${s}\n") xs)
);
- overrideNameserversScript = writeScript "02overridedns" ''
+ overrideNameserversScript = pkgs.writeScript "02overridedns" ''
#!/bin/sh
- tmp=`${coreutils}/bin/mktemp`
- ${gnused}/bin/sed '/nameserver /d' /etc/resolv.conf > $tmp
- ${gnugrep}/bin/grep 'nameserver ' /etc/resolv.conf | \
- ${gnugrep}/bin/grep -vf ${ns (cfg.appendNameservers ++ cfg.insertNameservers)} > $tmp.ns
- ${optionalString (cfg.appendNameservers != []) "${coreutils}/bin/cat $tmp $tmp.ns ${ns cfg.appendNameservers} > /etc/resolv.conf"}
- ${optionalString (cfg.insertNameservers != []) "${coreutils}/bin/cat $tmp ${ns cfg.insertNameservers} $tmp.ns > /etc/resolv.conf"}
- ${coreutils}/bin/rm -f $tmp $tmp.ns
+ PATH=${with pkgs; makeBinPath [ gnused gnugrep coreutils ]}
+ tmp=$(mktemp)
+ sed '/nameserver /d' /etc/resolv.conf > $tmp
+ grep 'nameserver ' /etc/resolv.conf | \
+ grep -vf ${ns (cfg.appendNameservers ++ cfg.insertNameservers)} > $tmp.ns
+ cat $tmp ${ns cfg.insertNameservers} $tmp.ns ${ns cfg.appendNameservers} > /etc/resolv.conf
+ rm -f $tmp $tmp.ns
'';
dispatcherTypesSubdirMap = {
@@ -90,11 +91,29 @@ let
default = "preserve";
example = "00:11:22:33:44:55";
description = ''
- "XX:XX:XX:XX:XX:XX": MAC address of the interface.
- permanent: use the permanent MAC address of the device.
- preserve: don’t change the MAC address of the device upon activation.
- random: generate a randomized value upon each connect.
- stable: generate a stable, hashed MAC address.
+ Set the MAC address of the interface.
+
+
+ "XX:XX:XX:XX:XX:XX"
+ MAC address of the interface
+
+
+ "permanent"
+ Use the permanent MAC address of the device
+
+
+ "preserve"
+ Don’t change the MAC address of the device upon activation
+
+
+ "random"
+ Generate a randomized value upon each connect
+
+
+ "stable"
+ Generate a stable, hashed MAC address
+
+
'';
};
@@ -123,6 +142,16 @@ in {
default = "";
description = ''
Configuration appended to the generated NetworkManager.conf.
+ Refer to
+
+ https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html
+
+ or
+
+ NetworkManager.conf
+ 5
+
+ for more information.
'';
};
@@ -131,15 +160,24 @@ in {
default = [];
description = ''
List of interfaces that will not be managed by NetworkManager.
- Interface name can be specified here, but if you need more fidelity
- see "Device List Format" in NetworkManager.conf man page.
+ Interface name can be specified here, but if you need more fidelity,
+ refer to
+
+ https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html#device-spec
+
+ or the "Device List Format" Appendix of
+
+ NetworkManager.conf
+ 5
+ .
'';
};
# Ugly hack for using the correct gnome3 packageSet
basePackages = mkOption {
type = types.attrsOf types.package;
- default = { inherit networkmanager modemmanager wpa_supplicant
+ default = { inherit (pkgs)
+ networkmanager modemmanager wpa_supplicant crda
networkmanager-openvpn networkmanager-vpnc
networkmanager-openconnect networkmanager-fortisslvpn
networkmanager-l2tp networkmanager-iodine; };
@@ -219,67 +257,15 @@ in {
Set the DNS (resolv.conf) processing mode.
- Options:
-
-
- "default"
-
- NetworkManager will update /etc/resolv.conf to
- reflect the nameservers provided by currently active connections.
-
-
-
- "dnsmasq"
-
-
- Enable NetworkManager's dnsmasq integration. NetworkManager will
- run dnsmasq as a local caching nameserver, using a "split DNS"
- configuration if you are connected to a VPN, and then update
- resolv.conf to point to the local nameserver.
-
-
- It is possible to pass custom options to the dnsmasq instance by
- adding them to files in the
- /etc/NetworkManager/dnsmasq.d/ directory.
-
-
- When multiple upstream servers are available, dnsmasq will
- initially contact them in parallel and then use the fastest to
- respond, probing again other servers after some time. This
- behavior can be modified passing the
- all-servers or strict-order
- options to dnsmasq (see the manual page for more details).
-
-
- Note that this option causes NetworkManager to launch and manage
- its own instance of the dnsmasq daemon, which is
- not the same as setting
- services.dnsmasq.enable = true;.
-
-
-
-
- "unbound"
-
- NetworkManager will talk to unbound and dnssec-triggerd,
- providing a "split DNS" configuration with DNSSEC support.
- /etc/resolv.conf will be managed by
- dnssec-trigger daemon.
-
-
-
- "systemd-resolved"
-
- NetworkManager will push the DNS configuration to systemd-resolved.
-
-
-
- "none"
-
- NetworkManager will not modify resolv.conf.
-
-
-
+ A description of these modes can be found in the main section of
+
+ https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html
+
+ or in
+
+ NetworkManager.conf
+ 5
+ .
'';
};
@@ -421,13 +407,10 @@ in {
{ source = "${networkmanager-l2tp}/lib/NetworkManager/VPN/nm-l2tp-service.name";
target = "NetworkManager/VPN/nm-l2tp-service.name";
}
- { source = "${networkmanager_strongswan}/lib/NetworkManager/VPN/nm-strongswan-service.name";
- target = "NetworkManager/VPN/nm-strongswan-service.name";
- }
{ source = "${networkmanager-iodine}/lib/NetworkManager/VPN/nm-iodine-service.name";
target = "NetworkManager/VPN/nm-iodine-service.name";
}
- ] ++ optional (cfg.appendNameservers == [] || cfg.insertNameservers == [])
+ ] ++ optional (cfg.appendNameservers != [] || cfg.insertNameservers != [])
{ source = overrideNameserversScript;
target = "NetworkManager/dispatcher.d/02overridedns";
}
@@ -436,11 +419,15 @@ in {
target = "NetworkManager/dispatcher.d/${dispatcherTypesSubdirMap.${s.type}}03userscript${lib.fixedWidthNumber 4 i}";
mode = "0544";
}) cfg.dispatcherScripts
- ++ optional (dynamicHostsEnabled)
+ ++ optional dynamicHostsEnabled
{ target = "NetworkManager/dnsmasq.d/dyndns.conf";
text = concatMapStrings (n: ''
hostsdir=/run/NetworkManager/hostsdirs/${n}
'') (attrNames cfg.dynamicHosts.hostsDirs);
+ }
+ ++ optional cfg.enableStrongSwan
+ { source = "${pkgs.networkmanager_strongswan}/lib/NetworkManager/VPN/nm-strongswan-service.name";
+ target = "NetworkManager/VPN/nm-strongswan-service.name";
};
environment.systemPackages = cfg.packages;
@@ -508,7 +495,7 @@ in {
networking = {
useDHCP = false;
# use mkDefault to trigger the assertion about the conflict above
- wireless.enable = lib.mkDefault false;
+ wireless.enable = mkDefault false;
};
security.polkit.extraConfig = polkitConf;
diff --git a/nixos/modules/services/networking/ofono.nix b/nixos/modules/services/networking/ofono.nix
new file mode 100644
index 00000000000..40ef9433de0
--- /dev/null
+++ b/nixos/modules/services/networking/ofono.nix
@@ -0,0 +1,44 @@
+# Ofono daemon.
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+
+ cfg = config.services.ofono;
+
+ plugin_path =
+ lib.concatMapStringsSep ":"
+ (plugin: "${plugin}/lib/ofono/plugins")
+ cfg.plugins
+ ;
+
+in
+
+{
+ ###### interface
+ options = {
+ services.ofono = {
+ enable = mkEnableOption "Ofono";
+
+ plugins = mkOption {
+ type = types.listOf types.package;
+ default = [];
+ example = literalExample "[ pkgs.modem-manager-gui ]";
+ description = ''
+ The list of plugins to install.
+ '';
+ };
+ };
+ };
+
+ ###### implementation
+ config = mkIf cfg.enable {
+ services.dbus.packages = [ pkgs.ofono ];
+
+ systemd.packages = [ pkgs.ofono ];
+
+ systemd.services.ofono.environment.OFONO_PLUGIN_PATH = mkIf (cfg.plugins != []) plugin_path;
+
+ };
+}
diff --git a/nixos/modules/services/networking/quassel.nix b/nixos/modules/services/networking/quassel.nix
index b223a48e055..b495b3948fb 100644
--- a/nixos/modules/services/networking/quassel.nix
+++ b/nixos/modules/services/networking/quassel.nix
@@ -104,6 +104,10 @@ in
gid = config.ids.gids.quassel;
}];
+ systemd.tmpfiles.rules = [
+ "d '${cfg.dataDir}' - ${user} - - -"
+ ];
+
systemd.services.quassel =
{ description = "Quassel IRC client daemon";
@@ -111,11 +115,6 @@ in
after = [ "network.target" ] ++ optional config.services.postgresql.enable "postgresql.service"
++ optional config.services.mysql.enable "mysql.service";
- preStart = ''
- mkdir -p ${cfg.dataDir}
- chown ${user} ${cfg.dataDir}
- '';
-
serviceConfig =
{
ExecStart = concatStringsSep " " ([
@@ -126,7 +125,6 @@ in
] ++ optional cfg.requireSSL "--require-ssl"
++ optional (cfg.certificateFile != null) "--ssl-cert=${cfg.certificateFile}");
User = user;
- PermissionsStartOnly = true;
};
};
diff --git a/nixos/modules/services/networking/rdnssd.nix b/nixos/modules/services/networking/rdnssd.nix
index 887772f6e5f..bccab805bee 100644
--- a/nixos/modules/services/networking/rdnssd.nix
+++ b/nixos/modules/services/networking/rdnssd.nix
@@ -35,6 +35,11 @@ in
config = mkIf config.services.rdnssd.enable {
+ assertions = [{
+ assertion = config.networking.resolvconf.enable;
+ message = "rdnssd needs resolvconf to work (probably something sets up a static resolv.conf)";
+ }];
+
systemd.services.rdnssd = {
description = "RDNSS daemon";
after = [ "network.target" ];
diff --git a/nixos/modules/services/networking/shadowsocks.nix b/nixos/modules/services/networking/shadowsocks.nix
index fe6d65a5f96..af12db590f0 100644
--- a/nixos/modules/services/networking/shadowsocks.nix
+++ b/nixos/modules/services/networking/shadowsocks.nix
@@ -35,10 +35,10 @@ in
};
localAddress = mkOption {
- type = types.str;
- default = "0.0.0.0";
+ type = types.coercedTo types.str singleton (types.listOf types.str);
+ default = [ "[::0]" "0.0.0.0" ];
description = ''
- Local address to which the server binds.
+ Local addresses to which the server binds.
'';
};
diff --git a/nixos/modules/services/networking/smokeping.nix b/nixos/modules/services/networking/smokeping.nix
index fab3ed5bb39..c41d0edaf17 100644
--- a/nixos/modules/services/networking/smokeping.nix
+++ b/nixos/modules/services/networking/smokeping.nix
@@ -101,17 +101,17 @@ in
'';
example = literalExample ''
# near constant pings.
- step = 30
- pings = 20
- # consfn mrhb steps total
- AVERAGE 0.5 1 10080
- AVERAGE 0.5 12 43200
- MIN 0.5 12 43200
- MAX 0.5 12 43200
- AVERAGE 0.5 144 7200
- MAX 0.5 144 7200
- MIN 0.5 144 7200
- '';
+ step = 30
+ pings = 20
+ # consfn mrhb steps total
+ AVERAGE 0.5 1 10080
+ AVERAGE 0.5 12 43200
+ MIN 0.5 12 43200
+ MAX 0.5 12 43200
+ AVERAGE 0.5 144 7200
+ MAX 0.5 144 7200
+ MIN 0.5 144 7200
+ '';
description = ''Configure the ping frequency and retention of the rrd files.
Once set, changing the interval will require deletion or migration of all
the collected data.'';
diff --git a/nixos/modules/services/networking/squid.nix b/nixos/modules/services/networking/squid.nix
index b220c21b604..9d063b92aa1 100644
--- a/nixos/modules/services/networking/squid.nix
+++ b/nixos/modules/services/networking/squid.nix
@@ -159,11 +159,10 @@ in
serviceConfig = {
Type="forking";
PIDFile="/run/squid.pid";
- PermissionsStartOnly = true;
ExecStart = "${pkgs.squid}/bin/squid -YCs -f ${squidConfig}";
};
};
};
-}
\ No newline at end of file
+}
diff --git a/nixos/modules/services/networking/ssh/sshd.nix b/nixos/modules/services/networking/ssh/sshd.nix
index 0f9d2420903..91fc7d72bc6 100644
--- a/nixos/modules/services/networking/ssh/sshd.nix
+++ b/nixos/modules/services/networking/ssh/sshd.nix
@@ -502,7 +502,7 @@ in
assertions = [{ assertion = if cfg.forwardX11 then cfgc.setXAuthLocation else true;
message = "cannot enable X11 forwarding without setting xauth location";}]
- ++ flip map cfg.listenAddresses ({ addr, ... }: {
+ ++ forEach cfg.listenAddresses ({ addr, ... }: {
assertion = addr != null;
message = "addr must be specified in each listenAddresses entry";
});
diff --git a/nixos/modules/services/networking/stubby.nix b/nixos/modules/services/networking/stubby.nix
index 3fbf6eb60e9..b38bcd4cec0 100644
--- a/nixos/modules/services/networking/stubby.nix
+++ b/nixos/modules/services/networking/stubby.nix
@@ -168,7 +168,7 @@ in
default = defaultUpstream;
type = types.lines;
description = ''
- Add additional upstreams. See stubby
+ Replace default upstreams. See stubby
1 for an
example of the entry formatting. In Strict mode, at least one of the
following settings must be supplied for each nameserver:
diff --git a/nixos/modules/services/networking/syncthing.nix b/nixos/modules/services/networking/syncthing.nix
index d78a54a3327..126f5b7b527 100644
--- a/nixos/modules/services/networking/syncthing.nix
+++ b/nixos/modules/services/networking/syncthing.nix
@@ -291,7 +291,7 @@ in {
group = mkOption {
type = types.str;
- default = "nogroup";
+ default = defaultUser;
description = ''
Syncthing will be run under this group (group will not be created if it doesn't exist.
This can be your user name).
@@ -372,16 +372,18 @@ in {
systemd.packages = [ pkgs.syncthing ];
- users = mkIf (cfg.systemService && cfg.user == defaultUser) {
- users."${defaultUser}" =
+ users.users = mkIf (cfg.systemService && cfg.user == defaultUser) {
+ "${defaultUser}" =
{ group = cfg.group;
home = cfg.dataDir;
createHome = true;
uid = config.ids.uids.syncthing;
description = "Syncthing daemon user";
};
+ };
- groups."${defaultUser}".gid =
+ users.groups = mkIf (cfg.systemService && cfg.group == defaultUser) {
+ "${defaultUser}".gid =
config.ids.gids.syncthing;
};
@@ -403,18 +405,12 @@ in {
Group = cfg.group;
ExecStartPre = mkIf (cfg.declarative.cert != null || cfg.declarative.key != null)
"+${pkgs.writers.writeBash "syncthing-copy-keys" ''
- mkdir -p ${cfg.configDir}
- chown ${cfg.user}:${cfg.group} ${cfg.configDir}
- chmod 700 ${cfg.configDir}
+ install -dm700 -o ${cfg.user} -g ${cfg.group} ${cfg.configDir}
${optionalString (cfg.declarative.cert != null) ''
- cp ${toString cfg.declarative.cert} ${cfg.configDir}/cert.pem
- chown ${cfg.user}:${cfg.group} ${cfg.configDir}/cert.pem
- chmod 400 ${cfg.configDir}/cert.pem
+ install -Dm400 -o ${cfg.user} -g ${cfg.group} ${toString cfg.declarative.cert} ${cfg.configDir}/cert.pem
''}
${optionalString (cfg.declarative.key != null) ''
- cp ${toString cfg.declarative.key} ${cfg.configDir}/key.pem
- chown ${cfg.user}:${cfg.group} ${cfg.configDir}/key.pem
- chmod 400 ${cfg.configDir}/key.pem
+ install -Dm400 -o ${cfg.user} -g ${cfg.group} ${toString cfg.declarative.key} ${cfg.configDir}/key.pem
''}
''}"
;
diff --git a/nixos/modules/services/networking/teamspeak3.nix b/nixos/modules/services/networking/teamspeak3.nix
index 9ea9c83e37c..fadb32dcd77 100644
--- a/nixos/modules/services/networking/teamspeak3.nix
+++ b/nixos/modules/services/networking/teamspeak3.nix
@@ -111,16 +111,15 @@ in
gid = config.ids.gids.teamspeak;
};
+ systemd.tmpfiles.rules = [
+ "d '${cfg.logPath}' - ${user} ${group} - -"
+ ];
+
systemd.services.teamspeak3-server = {
description = "Teamspeak3 voice communication server daemon";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
- preStart = ''
- mkdir -p ${cfg.logPath}
- chown ${user}:${group} ${cfg.logPath}
- '';
-
serviceConfig = {
ExecStart = ''
${ts3}/bin/ts3server \
@@ -135,7 +134,6 @@ in
WorkingDirectory = cfg.dataDir;
User = user;
Group = group;
- PermissionsStartOnly = true;
};
};
};
diff --git a/nixos/modules/services/networking/thelounge.nix b/nixos/modules/services/networking/thelounge.nix
new file mode 100644
index 00000000000..b1d23372955
--- /dev/null
+++ b/nixos/modules/services/networking/thelounge.nix
@@ -0,0 +1,75 @@
+{ pkgs, lib, config, ... }:
+
+with lib;
+
+let
+ cfg = config.services.thelounge;
+ dataDir = "/var/lib/thelounge";
+ configJsData = "module.exports = " + builtins.toJSON (
+ { private = cfg.private; port = cfg.port; } // cfg.extraConfig
+ );
+in {
+ options.services.thelounge = {
+ enable = mkEnableOption "The Lounge web IRC client";
+
+ private = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Make your The Lounge instance private. You will need to configure user
+ accounts by using the (thelounge) command or by adding
+ entries in ${dataDir}/users. You might need to restart
+ The Lounge after making changes to the state directory.
+ '';
+ };
+
+ port = mkOption {
+ type = types.port;
+ default = 9000;
+ description = "TCP port to listen on for http connections.";
+ };
+
+ extraConfig = mkOption {
+ default = {};
+ type = types.attrs;
+ example = literalExample ''{
+ reverseProxy = true;
+ defaults = {
+ name = "Your Network";
+ host = "localhost";
+ port = 6697;
+ };
+ }'';
+ description = ''
+ The Lounge's config.js contents as attribute set (will be
+ converted to JSON to generate the configuration file).
+
+ The options defined here will be merged to the default configuration file.
+ Note: In case of duplicate configuration, options from have priority.
+
+ Documentation:
+ '';
+ };
+ };
+
+ config = mkIf cfg.enable {
+ users.users.thelounge = {
+ description = "thelounge service user";
+ group = "thelounge";
+ };
+ users.groups.thelounge = {};
+ systemd.services.thelounge = {
+ description = "The Lounge web IRC client";
+ wantedBy = [ "multi-user.target" ];
+ environment = { THELOUNGE_HOME = dataDir; };
+ preStart = "ln -sf ${pkgs.writeText "config.js" configJsData} ${dataDir}/config.js";
+ serviceConfig = {
+ User = "thelounge";
+ StateDirectory = baseNameOf dataDir;
+ ExecStart = "${pkgs.thelounge}/bin/thelounge start";
+ };
+ };
+
+ environment.systemPackages = [ pkgs.thelounge ];
+ };
+}
diff --git a/nixos/modules/services/networking/unbound.nix b/nixos/modules/services/networking/unbound.nix
index 1a35979ad44..3cf82e8839b 100644
--- a/nixos/modules/services/networking/unbound.nix
+++ b/nixos/modules/services/networking/unbound.nix
@@ -101,6 +101,8 @@ in
isSystemUser = true;
};
+ networking.resolvconf.useLocalResolver = mkDefault true;
+
systemd.services.unbound = {
description = "Unbound recursive Domain Name Server";
after = [ "network.target" ];
diff --git a/nixos/modules/services/networking/unifi.nix b/nixos/modules/services/networking/unifi.nix
index c82e0af2803..6239c88b7e4 100644
--- a/nixos/modules/services/networking/unifi.nix
+++ b/nixos/modules/services/networking/unifi.nix
@@ -146,6 +146,11 @@ in
where = where;
}) mountPoints;
+ systemd.tmpfiles.rules = [
+ "e '${stateDir}' 0700 unifi - - -"
+ "d '${stateDir}/data' 0700 unifi - - -"
+ ];
+
systemd.services.unifi = {
description = "UniFi controller daemon";
wantedBy = [ "multi-user.target" ];
@@ -157,14 +162,9 @@ in
environment.LD_LIBRARY_PATH = with pkgs.stdenv; "${cc.cc.lib}/lib";
preStart = ''
- # Ensure privacy of state and data.
- chown unifi "${stateDir}" "${stateDir}/data"
- chmod 0700 "${stateDir}" "${stateDir}/data"
-
# Create the volatile webapps
rm -rf "${stateDir}/webapps"
mkdir -p "${stateDir}/webapps"
- chown unifi "${stateDir}/webapps"
ln -s "${cfg.unifiPackage}/webapps/ROOT" "${stateDir}/webapps/ROOT"
'';
@@ -177,7 +177,6 @@ in
ExecStart = "${(removeSuffix "\n" cmd)} start";
ExecStop = "${(removeSuffix "\n" cmd)} stop";
User = "unifi";
- PermissionsStartOnly = true;
UMask = "0077";
WorkingDirectory = "${stateDir}";
};
diff --git a/nixos/modules/services/networking/wpa_supplicant.nix b/nixos/modules/services/networking/wpa_supplicant.nix
index 0bd9edf4a41..63e59e7c8fa 100644
--- a/nixos/modules/services/networking/wpa_supplicant.nix
+++ b/nixos/modules/services/networking/wpa_supplicant.nix
@@ -204,6 +204,7 @@ in {
environment.systemPackages = [ pkgs.wpa_supplicant ];
services.dbus.packages = [ pkgs.wpa_supplicant ];
+ services.udev.packages = [ pkgs.crda ];
# FIXME: start a separate wpa_supplicant instance per interface.
systemd.services.wpa_supplicant = let
diff --git a/nixos/modules/services/networking/zeronet.nix b/nixos/modules/services/networking/zeronet.nix
index 611a51c74ce..f4988a90268 100644
--- a/nixos/modules/services/networking/zeronet.nix
+++ b/nixos/modules/services/networking/zeronet.nix
@@ -86,20 +86,17 @@ in with lib; {
'';
};
+ systemd.tmpfiles.rules = [
+ "d '${cfg.dataDir}' 750 zeronet zeronet - -"
+ "d '${cfg.logDir}' 750 zeronet zeronet - -"
+ ];
+
systemd.services.zeronet = {
description = "zeronet";
after = [ "network.target" (optionalString cfg.tor "tor.service") ];
wantedBy = [ "multi-user.target" ];
- preStart = ''
- # Ensure folder exists or create it and permissions are correct
- mkdir -p ${escapeShellArg cfg.dataDir} ${escapeShellArg cfg.logDir}
- chmod 750 ${escapeShellArg cfg.dataDir} ${escapeShellArg cfg.logDir}
- chown zeronet:zeronet ${escapeShellArg cfg.dataDir} ${escapeShellArg cfg.logDir}
- '';
-
serviceConfig = {
- PermissionsStartOnly = true;
PrivateTmp = "yes";
User = "zeronet";
Group = "zeronet";
diff --git a/nixos/modules/services/networking/znc/default.nix b/nixos/modules/services/networking/znc/default.nix
index 46bff6954cd..05f97bfa539 100644
--- a/nixos/modules/services/networking/znc/default.nix
+++ b/nixos/modules/services/networking/znc/default.nix
@@ -62,9 +62,9 @@ let
concatStringsSep "\n" (toLines cfg.config);
semanticTypes = with types; rec {
- zncAtom = nullOr (either (either int bool) str);
+ zncAtom = nullOr (oneOf [ int bool str ]);
zncAttr = attrsOf (nullOr zncConf);
- zncAll = either (either zncAtom (listOf zncAtom)) zncAttr;
+ zncAll = oneOf [ zncAtom (listOf zncAtom) zncAttr ];
zncConf = attrsOf (zncAll // {
# Since this is a recursive type and the description by default contains
# the description of its subtypes, infinite recursion would occur without
diff --git a/nixos/modules/services/printing/cupsd.nix b/nixos/modules/services/printing/cupsd.nix
index 86b0c8d69be..42c1b9482cb 100644
--- a/nixos/modules/services/printing/cupsd.nix
+++ b/nixos/modules/services/printing/cupsd.nix
@@ -127,7 +127,7 @@ in
startWhenNeeded = mkOption {
type = types.bool;
- default = false;
+ default = true;
description = ''
If set, CUPS is socket-activated; that is,
instead of having it permanently running as a daemon,
@@ -296,11 +296,16 @@ in
# gets loaded, and then cups cannot access the printers.
boot.blacklistedKernelModules = [ "usblp" ];
+ # Some programs like print-manager rely on this value to get
+ # printer test pages.
+ environment.sessionVariables.CUPS_DATADIR = "${bindir}/share/cups";
+
systemd.packages = [ cups.out ];
systemd.sockets.cups = mkIf cfg.startWhenNeeded {
wantedBy = [ "sockets.target" ];
- listenStreams = map (x: replaceStrings ["localhost"] ["127.0.0.1"] (removePrefix "*:" x)) cfg.listenAddresses;
+ listenStreams = [ "/run/cups/cups.sock" ]
+ ++ map (x: replaceStrings ["localhost"] ["127.0.0.1"] (removePrefix "*:" x)) cfg.listenAddresses;
};
systemd.services.cups =
@@ -362,10 +367,10 @@ in
{ description = "CUPS Remote Printer Discovery";
wantedBy = [ "multi-user.target" ];
- wants = [ "cups.service" "avahi-daemon.service" ];
- bindsTo = [ "cups.service" "avahi-daemon.service" ];
- partOf = [ "cups.service" "avahi-daemon.service" ];
- after = [ "cups.service" "avahi-daemon.service" ];
+ wants = [ "avahi-daemon.service" ] ++ optional (!cfg.startWhenNeeded) "cups.service";
+ bindsTo = [ "avahi-daemon.service" ] ++ optional (!cfg.startWhenNeeded) "cups.service";
+ partOf = [ "avahi-daemon.service" ] ++ optional (!cfg.startWhenNeeded) "cups.service";
+ after = [ "avahi-daemon.service" ] ++ optional (!cfg.startWhenNeeded) "cups.service";
path = [ cups ];
@@ -421,4 +426,7 @@ in
security.pam.services.cups = {};
};
+
+ meta.maintainers = with lib.maintainers; [ matthewbauer ];
+
}
diff --git a/nixos/modules/services/search/elasticsearch.nix b/nixos/modules/services/search/elasticsearch.nix
index 6b688c640d5..91d8f544e16 100644
--- a/nixos/modules/services/search/elasticsearch.nix
+++ b/nixos/modules/services/search/elasticsearch.nix
@@ -131,6 +131,7 @@ in {
description = "Extra elasticsearch plugins";
default = [];
type = types.listOf types.package;
+ example = lib.literalExample "[ pkgs.elasticsearchPlugins.discovery-ec2 ]";
};
};
diff --git a/nixos/modules/services/security/bitwarden_rs/default.nix b/nixos/modules/services/security/bitwarden_rs/default.nix
index bb036ee020f..80fd65891ff 100644
--- a/nixos/modules/services/security/bitwarden_rs/default.nix
+++ b/nixos/modules/services/security/bitwarden_rs/default.nix
@@ -36,7 +36,7 @@ in {
};
config = mkOption {
- type = attrsOf (nullOr (either (either bool int) str));
+ type = attrsOf (nullOr (oneOf [ bool int str ]));
default = {};
example = literalExample ''
{
diff --git a/nixos/modules/services/security/sshguard.nix b/nixos/modules/services/security/sshguard.nix
index 3892cd5c72b..4a174564dd2 100644
--- a/nixos/modules/services/security/sshguard.nix
+++ b/nixos/modules/services/security/sshguard.nix
@@ -106,16 +106,24 @@ in {
path = with pkgs; [ iptables ipset iproute systemd ];
- postStart = ''
- ${pkgs.ipset}/bin/ipset -quiet create -exist sshguard4 hash:ip family inet
- ${pkgs.ipset}/bin/ipset -quiet create -exist sshguard6 hash:ip family inet6
+ # The sshguard ipsets must exist before we invoke
+ # iptables. sshguard creates the ipsets after startup if
+ # necessary, but if we let sshguard do it, we can't reliably add
+ # the iptables rules because postStart races with the creation
+ # of the ipsets. So instead, we create both the ipsets and
+ # firewall rules before sshguard starts.
+ preStart = ''
+ ${pkgs.ipset}/bin/ipset -quiet create -exist sshguard4 hash:net family inet
+ ${pkgs.ipset}/bin/ipset -quiet create -exist sshguard6 hash:net family inet6
${pkgs.iptables}/bin/iptables -I INPUT -m set --match-set sshguard4 src -j DROP
${pkgs.iptables}/bin/ip6tables -I INPUT -m set --match-set sshguard6 src -j DROP
'';
- preStop = ''
+ postStop = ''
${pkgs.iptables}/bin/iptables -D INPUT -m set --match-set sshguard4 src -j DROP
${pkgs.iptables}/bin/ip6tables -D INPUT -m set --match-set sshguard6 src -j DROP
+ ${pkgs.ipset}/bin/ipset -quiet destroy sshguard4
+ ${pkgs.ipset}/bin/ipset -quiet destroy sshguard6
'';
unitConfig.Documentation = "man:sshguard(8)";
diff --git a/nixos/modules/services/security/tor.nix b/nixos/modules/services/security/tor.nix
index 6f4852c3ba1..abdc0cd78b4 100644
--- a/nixos/modules/services/security/tor.nix
+++ b/nixos/modules/services/security/tor.nix
@@ -81,7 +81,7 @@ let
${optionalString (elem cfg.relay.role ["bridge" "private-bridge"]) ''
BridgeRelay 1
- ServerTransportPlugin ${concatStringsSep "," cfg.relay.bridgeTransports} exec ${obfs4}/bin/obfs4proxy managed
+ ServerTransportPlugin ${concatStringsSep "," cfg.relay.bridgeTransports} exec ${pkgs.obfs4}/bin/obfs4proxy managed
ExtORPort auto
${optionalString (cfg.relay.role == "private-bridge") ''
ExtraInfoStatistics 0
diff --git a/nixos/modules/services/security/usbguard.nix b/nixos/modules/services/security/usbguard.nix
index 88d2f69db57..20d5e3b28eb 100644
--- a/nixos/modules/services/security/usbguard.nix
+++ b/nixos/modules/services/security/usbguard.nix
@@ -39,6 +39,16 @@ in {
services.usbguard = {
enable = mkEnableOption "USBGuard daemon";
+ package = mkOption {
+ type = types.package;
+ default = pkgs.usbguard;
+ defaultText = "pkgs.usbguard";
+ description = ''
+ The usbguard package to use. If you do not need the Qt GUI, use
+ pkgs.usbguard-nox to save disk space.
+ '';
+ };
+
ruleFile = mkOption {
type = types.path;
default = "/var/lib/usbguard/rules.conf";
@@ -179,7 +189,7 @@ in {
config = mkIf cfg.enable {
- environment.systemPackages = [ pkgs.usbguard ];
+ environment.systemPackages = [ cfg.package ];
systemd.services.usbguard = {
description = "USBGuard daemon";
@@ -195,7 +205,7 @@ in {
serviceConfig = {
Type = "simple";
- ExecStart = ''${pkgs.usbguard}/bin/usbguard-daemon -P -k -c ${daemonConfFile}'';
+ ExecStart = ''${cfg.package}/bin/usbguard-daemon -P -k -c ${daemonConfFile}'';
Restart = "on-failure";
};
};
diff --git a/nixos/modules/services/system/kerberos/default.nix b/nixos/modules/services/system/kerberos/default.nix
index 26ac85de402..c55241c4cff 100644
--- a/nixos/modules/services/system/kerberos/default.nix
+++ b/nixos/modules/services/system/kerberos/default.nix
@@ -1,4 +1,4 @@
-{pkgs, config, lib, ...}:
+{config, lib, ...}:
let
inherit (lib) mkOption mkIf types length attrNames;
diff --git a/nixos/modules/services/system/kerberos/heimdal.nix b/nixos/modules/services/system/kerberos/heimdal.nix
index d0f470f836e..f0e56c7951a 100644
--- a/nixos/modules/services/system/kerberos/heimdal.nix
+++ b/nixos/modules/services/system/kerberos/heimdal.nix
@@ -2,7 +2,7 @@
let
inherit (lib) mkIf concatStringsSep concatMapStrings toList mapAttrs
- mapAttrsToList attrValues;
+ mapAttrsToList;
cfg = config.services.kerberos_server;
kerberos = config.krb5.kerberos;
stateDir = "/var/heimdal";
diff --git a/nixos/modules/services/system/kerberos/mit.nix b/nixos/modules/services/system/kerberos/mit.nix
index a53d9dd0c6b..25d7d51e808 100644
--- a/nixos/modules/services/system/kerberos/mit.nix
+++ b/nixos/modules/services/system/kerberos/mit.nix
@@ -2,7 +2,7 @@
let
inherit (lib) mkIf concatStrings concatStringsSep concatMapStrings toList
- mapAttrs mapAttrsToList attrValues;
+ mapAttrs mapAttrsToList;
cfg = config.services.kerberos_server;
kerberos = config.krb5.kerberos;
stateDir = "/var/lib/krb5kdc";
diff --git a/nixos/modules/services/system/localtime.nix b/nixos/modules/services/system/localtime.nix
index 8e9286b9407..04595fc82fb 100644
--- a/nixos/modules/services/system/localtime.nix
+++ b/nixos/modules/services/system/localtime.nix
@@ -28,33 +28,16 @@ in {
};
};
- # so polkit will pick up the rules
- environment.systemPackages = [ pkgs.localtime ];
-
- users.users = [{
- name = "localtimed";
- description = "Taskserver user";
- }];
+ # We use the 'out' output, since localtime has its 'bin' output
+ # first, so that is what we get if we use the derivation bare.
+ # Install the polkit rules.
+ environment.systemPackages = [ pkgs.localtime.out ];
+ # Install the systemd unit.
+ systemd.packages = [ pkgs.localtime.out ];
systemd.services.localtime = {
- description = "localtime service";
wantedBy = [ "multi-user.target" ];
- partOf = [ "geoclue.service "];
-
- serviceConfig = {
- Restart = "on-failure";
- # TODO: make it work with dbus
- #DynamicUser = true;
- Nice = 10;
- User = "localtimed";
- PrivateTmp = "yes";
- PrivateDevices = true;
- PrivateNetwork = "yes";
- NoNewPrivileges = "yes";
- ProtectSystem = "strict";
- ProtectHome = true;
- ExecStart = "${pkgs.localtime}/bin/localtimed";
- };
+ serviceConfig.Restart = "on-failure";
};
};
}
diff --git a/nixos/modules/services/system/nscd.conf b/nixos/modules/services/system/nscd.conf
index 603a5d01acc..2b7523a7346 100644
--- a/nixos/modules/services/system/nscd.conf
+++ b/nixos/modules/services/system/nscd.conf
@@ -7,46 +7,28 @@
# is not aware of the path in which the nss modules live. As a workaround, we
# have `enable-cache yes` with an explicit ttl of 0
server-user nscd
-threads 1
-paranoia no
-debug-level 0
enable-cache passwd yes
positive-time-to-live passwd 0
negative-time-to-live passwd 0
-suggested-size passwd 211
-check-files passwd yes
-persistent passwd no
shared passwd yes
enable-cache group yes
positive-time-to-live group 0
negative-time-to-live group 0
-suggested-size group 211
-check-files group yes
-persistent group no
shared group yes
enable-cache netgroup yes
positive-time-to-live netgroup 0
negative-time-to-live netgroup 0
-suggested-size netgroup 211
-check-files netgroup yes
-persistent netgroup no
shared netgroup yes
enable-cache hosts yes
positive-time-to-live hosts 600
negative-time-to-live hosts 0
-suggested-size hosts 211
-check-files hosts yes
-persistent hosts no
shared hosts yes
enable-cache services yes
positive-time-to-live services 0
negative-time-to-live services 0
-suggested-size services 211
-check-files services yes
-persistent services no
shared services yes
diff --git a/nixos/modules/services/system/nscd.nix b/nixos/modules/services/system/nscd.nix
index fd1570d1198..e11f7e049d8 100644
--- a/nixos/modules/services/system/nscd.nix
+++ b/nixos/modules/services/system/nscd.nix
@@ -39,11 +39,6 @@ in
config = mkIf cfg.enable {
environment.etc."nscd.conf".text = cfg.config;
- users.users.nscd =
- { isSystemUser = true;
- description = "Name service cache daemon user";
- };
-
systemd.services.nscd =
{ description = "Name Service Cache Daemon";
@@ -51,22 +46,23 @@ in
environment = { LD_LIBRARY_PATH = nssModulesPath; };
- preStart =
- ''
- mkdir -m 0755 -p /run/nscd
- rm -f /run/nscd/nscd.pid
- mkdir -m 0755 -p /var/db/nscd
- '';
-
restartTriggers = [
config.environment.etc.hosts.source
config.environment.etc."nsswitch.conf".source
config.environment.etc."nscd.conf".source
];
+ # We use DynamicUser because in default configurations nscd doesn't
+ # create any files that need to survive restarts. However, in some
+ # configurations, nscd needs to be started as root; it will drop
+ # privileges after all the NSS modules have read their configuration
+ # files. So prefix the ExecStart command with "!" to prevent systemd
+ # from dropping privileges early. See ExecStart in systemd.service(5).
serviceConfig =
- { ExecStart = "@${pkgs.glibc.bin}/sbin/nscd nscd";
+ { ExecStart = "!@${pkgs.glibc.bin}/sbin/nscd nscd";
Type = "forking";
+ DynamicUser = true;
+ RuntimeDirectory = "nscd";
PIDFile = "/run/nscd/nscd.pid";
Restart = "always";
ExecReload =
@@ -75,15 +71,6 @@ in
"${pkgs.glibc.bin}/sbin/nscd --invalidate hosts"
];
};
-
- # Urgggggh... Nscd forks before opening its socket and writing
- # its pid. So wait until it's ready.
- postStart =
- ''
- while ! ${pkgs.glibc.bin}/sbin/nscd -g > /dev/null; do
- sleep 0.2
- done
- '';
};
};
diff --git a/nixos/modules/services/torrent/deluge.nix b/nixos/modules/services/torrent/deluge.nix
index 01a5890a784..48ec4d692e2 100644
--- a/nixos/modules/services/torrent/deluge.nix
+++ b/nixos/modules/services/torrent/deluge.nix
@@ -118,36 +118,74 @@ in {
more informations.
'';
};
+
+ user = mkOption {
+ type = types.str;
+ default = "deluge";
+ description = ''
+ User account under which deluge runs.
+ '';
+ };
+
+ group = mkOption {
+ type = types.str;
+ default = "deluge";
+ description = ''
+ Group under which deluge runs.
+ '';
+ };
+
+ extraPackages = mkOption {
+ type = types.listOf types.package;
+ default = [];
+ description = ''
+ Extra packages available at runtime to enable Deluge's plugins. For example,
+ extraction utilities are required for the built-in "Extractor" plugin.
+ This always contains unzip, gnutar, xz, p7zip and bzip2.
+ '';
+ };
};
deluge.web = {
enable = mkEnableOption "Deluge Web daemon";
+
port = mkOption {
- type = types.port;
+ type = types.port;
default = 8112;
description = ''
Deluge web UI port.
'';
};
+
+ openFirewall = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Open ports in the firewall for deluge web daemon
+ '';
+ };
};
};
};
config = mkIf cfg.enable {
- systemd.tmpfiles.rules = [ "d '${configDir}' 0770 deluge deluge" ]
+ # Provide a default set of `extraPackages`.
+ services.deluge.extraPackages = with pkgs; [ unzip gnutar xz p7zip bzip2 ];
+
+ systemd.tmpfiles.rules = [ "d '${configDir}' 0770 ${cfg.user} ${cfg.group}" ]
++ optional (cfg.config ? "download_location")
- "d '${cfg.config.download_location}' 0770 deluge deluge"
+ "d '${cfg.config.download_location}' 0770 ${cfg.user} ${cfg.group}"
++ optional (cfg.config ? "torrentfiles_location")
- "d '${cfg.config.torrentfiles_location}' 0770 deluge deluge"
+ "d '${cfg.config.torrentfiles_location}' 0770 ${cfg.user} ${cfg.group}"
++ optional (cfg.config ? "move_completed_path")
- "d '${cfg.config.move_completed_path}' 0770 deluge deluge";
+ "d '${cfg.config.move_completed_path}' 0770 ${cfg.user} ${cfg.group}";
systemd.services.deluged = {
after = [ "network.target" ];
description = "Deluge BitTorrent Daemon";
wantedBy = [ "multi-user.target" ];
- path = [ pkgs.deluge ];
+ path = [ pkgs.deluge ] ++ cfg.extraPackages;
serviceConfig = {
ExecStart = ''
${pkgs.deluge}/bin/deluged \
@@ -157,8 +195,8 @@ in {
# To prevent "Quit & shutdown daemon" from working; we want systemd to
# manage it!
Restart = "on-success";
- User = "deluge";
- Group = "deluge";
+ User = cfg.user;
+ Group = cfg.group;
UMask = "0002";
LimitNOFILE = cfg.openFilesLimit;
};
@@ -177,26 +215,37 @@ in {
--config ${configDir} \
--port ${toString cfg.web.port}
'';
- User = "deluge";
- Group = "deluge";
+ User = cfg.user;
+ Group = cfg.group;
};
};
- networking.firewall = mkIf (cfg.declarative && cfg.openFirewall && !(cfg.config.random_port or true)) {
- allowedTCPPortRanges = singleton (listToRange (cfg.config.listen_ports or listenPortsDefault));
- allowedUDPPortRanges = singleton (listToRange (cfg.config.listen_ports or listenPortsDefault));
- };
+ networking.firewall = mkMerge [
+ (mkIf (cfg.declarative && cfg.openFirewall && !(cfg.config.random_port or true)) {
+ allowedTCPPortRanges = singleton (listToRange (cfg.config.listen_ports or listenPortsDefault));
+ allowedUDPPortRanges = singleton (listToRange (cfg.config.listen_ports or listenPortsDefault));
+ })
+ (mkIf (cfg.web.openFirewall) {
+ allowedTCPPorts = [ cfg.web.port ];
+ })
+ ];
environment.systemPackages = [ pkgs.deluge ];
- users.users.deluge = {
- group = "deluge";
- uid = config.ids.uids.deluge;
- home = cfg.dataDir;
- createHome = true;
- description = "Deluge Daemon user";
+ users.users = mkIf (cfg.user == "deluge") {
+ deluge = {
+ group = cfg.group;
+ uid = config.ids.uids.deluge;
+ home = cfg.dataDir;
+ createHome = true;
+ description = "Deluge Daemon user";
+ };
};
- users.groups.deluge.gid = config.ids.gids.deluge;
+ users.groups = mkIf (cfg.group == "deluge") {
+ deluge = {
+ gid = config.ids.gids.deluge;
+ };
+ };
};
}
diff --git a/nixos/modules/services/torrent/transmission.nix b/nixos/modules/services/torrent/transmission.nix
index f544928fb6b..a94a471361e 100644
--- a/nixos/modules/services/torrent/transmission.nix
+++ b/nixos/modules/services/torrent/transmission.nix
@@ -84,6 +84,18 @@ in
The directory where transmission will create files.
'';
};
+
+ user = mkOption {
+ type = types.str;
+ default = "transmission";
+ description = "User account under which Transmission runs.";
+ };
+
+ group = mkOption {
+ type = types.str;
+ default = "transmission";
+ description = "Group account under which Transmission runs.";
+ };
};
};
@@ -99,7 +111,8 @@ in
serviceConfig.ExecStartPre = preStart;
serviceConfig.ExecStart = "${pkgs.transmission}/bin/transmission-daemon -f --port ${toString config.services.transmission.port}";
serviceConfig.ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
- serviceConfig.User = "transmission";
+ serviceConfig.User = cfg.user;
+ serviceConfig.Group = cfg.group;
# NOTE: transmission has an internal umask that also must be set (in settings.json)
serviceConfig.UMask = "0002";
};
@@ -107,14 +120,19 @@ in
# It's useful to have transmission in path, e.g. for remote control
environment.systemPackages = [ pkgs.transmission ];
- users.groups.transmission.gid = config.ids.gids.transmission;
- users.users.transmission = {
- group = "transmission";
- uid = config.ids.uids.transmission;
- description = "Transmission BitTorrent user";
- home = homeDir;
- createHome = true;
- };
+ users.users = optionalAttrs (cfg.user == "transmission") (singleton
+ { name = "transmission";
+ group = cfg.group;
+ uid = config.ids.uids.transmission;
+ description = "Transmission BitTorrent user";
+ home = homeDir;
+ createHome = true;
+ });
+
+ users.groups = optionalAttrs (cfg.group == "transmission") (singleton
+ { name = "transmission";
+ gid = config.ids.gids.transmission;
+ });
# AppArmor profile
security.apparmor.profiles = mkIf apparmor [
diff --git a/nixos/modules/services/web-apps/atlassian/confluence.nix b/nixos/modules/services/web-apps/atlassian/confluence.nix
index 15744d90cc7..cf163271d27 100644
--- a/nixos/modules/services/web-apps/atlassian/confluence.nix
+++ b/nixos/modules/services/web-apps/atlassian/confluence.nix
@@ -149,6 +149,17 @@ in
users.groups."${cfg.group}" = {};
+ systemd.tmpfiles.rules = [
+ "d '${cfg.home}' - ${cfg.user} - - -"
+ "d /run/confluence - - - - -"
+
+ "L+ /run/confluence/home - - - - ${cfg.home}"
+ "L+ /run/confluence/logs - - - - ${cfg.home}/logs"
+ "L+ /run/confluence/temp - - - - ${cfg.home}/temp"
+ "L+ /run/confluence/work - - - - ${cfg.home}/work"
+ "L+ /run/confluence/server.xml - - - - ${cfg.home}/server.xml"
+ ];
+
systemd.services.confluence = {
description = "Atlassian Confluence";
@@ -167,12 +178,6 @@ in
preStart = ''
mkdir -p ${cfg.home}/{logs,work,temp,deploy}
- mkdir -p /run/confluence
- ln -sf ${cfg.home}/{logs,work,temp,server.xml} /run/confluence
- ln -sf ${cfg.home} /run/confluence/home
-
- chown ${cfg.user} ${cfg.home}
-
sed -e 's,port="8090",port="${toString cfg.listenPort}" address="${cfg.listenAddress}",' \
'' + (lib.optionalString cfg.proxy.enable ''
-e 's,protocol="org.apache.coyote.http11.Http11NioProtocol",protocol="org.apache.coyote.http11.Http11NioProtocol" proxyName="${cfg.proxy.name}" proxyPort="${toString cfg.proxy.port}" scheme="${cfg.proxy.scheme}",' \
@@ -184,7 +189,6 @@ in
User = cfg.user;
Group = cfg.group;
PrivateTmp = true;
- PermissionsStartOnly = true;
ExecStart = "${pkg}/bin/start-confluence.sh -fg";
ExecStop = "${pkg}/bin/stop-confluence.sh";
};
diff --git a/nixos/modules/services/web-apps/atlassian/crowd.nix b/nixos/modules/services/web-apps/atlassian/crowd.nix
index c144b21bdaf..020ca8d89db 100644
--- a/nixos/modules/services/web-apps/atlassian/crowd.nix
+++ b/nixos/modules/services/web-apps/atlassian/crowd.nix
@@ -117,6 +117,16 @@ in
users.groups."${cfg.group}" = {};
+ systemd.tmpfiles.rules = [
+ "d '${cfg.home}' - ${cfg.user} ${cfg.group} - -"
+ "d /run/atlassian-crowd - - - - -"
+
+ "L+ /run/atlassian-crowd/database - - - - ${cfg.home}/database"
+ "L+ /run/atlassian-crowd/logs - - - - ${cfg.home}/logs"
+ "L+ /run/atlassian-crowd/work - - - - ${cfg.home}/work"
+ "L+ /run/atlassian-crowd/server.xml - - - - ${cfg.home}/server.xml"
+ ];
+
systemd.services.atlassian-crowd = {
description = "Atlassian Crowd";
@@ -136,12 +146,6 @@ in
rm -rf ${cfg.home}/work
mkdir -p ${cfg.home}/{logs,database,work}
- mkdir -p /run/atlassian-crowd
- ln -sf ${cfg.home}/{database,logs,work,server.xml} /run/atlassian-crowd
-
- chown ${cfg.user}:${cfg.group} ${cfg.home}
- chown ${cfg.user}:${cfg.group} ${cfg.home}/{logs,database,work}
-
sed -e 's,port="8095",port="${toString cfg.listenPort}" address="${cfg.listenAddress}",' \
'' + (lib.optionalString cfg.proxy.enable ''
-e 's,compression="on",compression="off" protocol="HTTP/1.1" proxyName="${cfg.proxy.name}" proxyPort="${toString cfg.proxy.port}" scheme="${cfg.proxy.scheme}" secure="${boolToString cfg.proxy.secure}",' \
@@ -153,7 +157,6 @@ in
User = cfg.user;
Group = cfg.group;
PrivateTmp = true;
- PermissionsStartOnly = true;
ExecStart = "${pkg}/start_crowd.sh -fg";
};
};
diff --git a/nixos/modules/services/web-apps/atlassian/jira.nix b/nixos/modules/services/web-apps/atlassian/jira.nix
index 0b3a5722d6c..b0019e77ac2 100644
--- a/nixos/modules/services/web-apps/atlassian/jira.nix
+++ b/nixos/modules/services/web-apps/atlassian/jira.nix
@@ -155,6 +155,17 @@ in
users.groups."${cfg.group}" = {};
+ systemd.tmpfiles.rules = [
+ "d '${cfg.home}' - ${cfg.user} - - -"
+ "d /run/atlassian-jira - - - - -"
+
+ "L+ /run/atlassian-jira/home - - - - ${cfg.home}"
+ "L+ /run/atlassian-jira/logs - - - - ${cfg.home}/logs"
+ "L+ /run/atlassian-jira/work - - - - ${cfg.home}/work"
+ "L+ /run/atlassian-jira/temp - - - - ${cfg.home}/temp"
+ "L+ /run/atlassian-jira/server.xml - - - - ${cfg.home}/server.xml"
+ ];
+
systemd.services.atlassian-jira = {
description = "Atlassian JIRA";
@@ -174,12 +185,6 @@ in
preStart = ''
mkdir -p ${cfg.home}/{logs,work,temp,deploy}
- mkdir -p /run/atlassian-jira
- ln -sf ${cfg.home}/{logs,work,temp,server.xml} /run/atlassian-jira
- ln -sf ${cfg.home} /run/atlassian-jira/home
-
- chown ${cfg.user} ${cfg.home}
-
sed -e 's,port="8080",port="${toString cfg.listenPort}" address="${cfg.listenAddress}",' \
'' + (lib.optionalString cfg.proxy.enable ''
-e 's,protocol="HTTP/1.1",protocol="HTTP/1.1" proxyName="${cfg.proxy.name}" proxyPort="${toString cfg.proxy.port}" scheme="${cfg.proxy.scheme}" secure="${toString cfg.proxy.secure}",' \
@@ -191,7 +196,6 @@ in
User = cfg.user;
Group = cfg.group;
PrivateTmp = true;
- PermissionsStartOnly = true;
ExecStart = "${pkg}/bin/start-jira.sh -fg";
ExecStop = "${pkg}/bin/stop-jira.sh";
};
diff --git a/nixos/modules/services/web-apps/frab.nix b/nixos/modules/services/web-apps/frab.nix
index fb95e024817..e885dc69b3c 100644
--- a/nixos/modules/services/web-apps/frab.nix
+++ b/nixos/modules/services/web-apps/frab.nix
@@ -182,16 +182,16 @@ in
users.groups = [ { name = cfg.group; } ];
+ systemd.tmpfiles.rules = [
+ "d '${cfg.statePath}/system/attachments' - ${cfg.user} ${cfg.group} - -"
+ ];
+
systemd.services.frab = {
after = [ "network.target" "gitlab.service" ];
wantedBy = [ "multi-user.target" ];
environment = frabEnv;
preStart = ''
- mkdir -p ${cfg.statePath}/system/attachments
- chown ${cfg.user}:${cfg.group} -R ${cfg.statePath}
-
- mkdir /run/frab -p
ln -sf ${pkgs.writeText "frab-database.yml" databaseConfig} /run/frab/database.yml
ln -sf ${cfg.statePath}/system /run/frab/system
@@ -204,7 +204,6 @@ in
'';
serviceConfig = {
- PermissionsStartOnly = true;
PrivateTmp = true;
PrivateDevices = true;
Type = "simple";
@@ -213,6 +212,7 @@ in
TimeoutSec = "300s";
Restart = "on-failure";
RestartSec = "10s";
+ RuntimeDirectory = "frab";
WorkingDirectory = "${package}/share/frab";
ExecStart = "${frab-rake}/bin/frab-bundle exec rails server " +
"--binding=${cfg.listenAddress} --port=${toString cfg.listenPort}";
diff --git a/nixos/modules/services/web-apps/icingaweb2/icingaweb2.nix b/nixos/modules/services/web-apps/icingaweb2/icingaweb2.nix
index 910e1d937bf..95c8fb16051 100644
--- a/nixos/modules/services/web-apps/icingaweb2/icingaweb2.nix
+++ b/nixos/modules/services/web-apps/icingaweb2/icingaweb2.nix
@@ -1,14 +1,16 @@
{ config, lib, pkgs, ... }: with lib; let
cfg = config.services.icingaweb2;
+ fpm = config.services.phpfpm.pools.${poolName};
poolName = "icingaweb2";
- phpfpmSocketName = "/var/run/phpfpm/${poolName}.sock";
defaultConfig = {
global = {
- module_path = "${pkgs.icingaweb2}/modules${optionalString (builtins.length config.modulePath > 0) ":${concatStringsSep ":" config.modulePath}"}";
+ module_path = "${pkgs.icingaweb2}/modules";
};
};
in {
+ meta.maintainers = with maintainers; [ das_j ];
+
options.services.icingaweb2 = with types; {
enable = mkEnableOption "the icingaweb2 web interface";
@@ -162,27 +164,26 @@ in {
};
config = mkIf cfg.enable {
- services.phpfpm.poolConfigs = mkIf (cfg.pool == "${poolName}") {
- "${poolName}" = ''
- listen = "${phpfpmSocketName}"
- listen.owner = nginx
- listen.group = nginx
- listen.mode = 0600
- user = icingaweb2
- pm = dynamic
- pm.max_children = 75
- pm.start_servers = 2
- pm.min_spare_servers = 2
- pm.max_spare_servers = 10
- '';
+ services.phpfpm.pools = mkIf (cfg.pool == "${poolName}") {
+ "${poolName}" = {
+ user = "icingaweb2";
+ phpOptions = ''
+ extension = ${pkgs.phpPackages.imagick}/lib/php/extensions/imagick.so
+ date.timezone = "${cfg.timezone}"
+ '';
+ settings = mapAttrs (name: mkDefault) {
+ "listen.owner" = "nginx";
+ "listen.group" = "nginx";
+ "listen.mode" = "0600";
+ "pm" = "dynamic";
+ "pm.max_children" = 75;
+ "pm.start_servers" = 2;
+ "pm.min_spare_servers" = 2;
+ "pm.max_spare_servers" = 10;
+ };
+ };
};
- services.phpfpm.phpOptions = mkIf (cfg.pool == "${poolName}")
- ''
- extension = ${pkgs.phpPackages.imagick}/lib/php/extensions/imagick.so
- date.timezone = "${cfg.timezone}"
- '';
-
systemd.services."phpfpm-${poolName}".serviceConfig.ReadWritePaths = [ "/etc/icingaweb2" ];
services.nginx = {
@@ -206,7 +207,7 @@ in {
include ${config.services.nginx.package}/conf/fastcgi.conf;
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
- fastcgi_pass unix:${phpfpmSocketName};
+ fastcgi_pass unix:${fpm.socket};
fastcgi_param SCRIPT_FILENAME ${pkgs.icingaweb2}/public/index.php;
'';
};
diff --git a/nixos/modules/services/web-apps/limesurvey.nix b/nixos/modules/services/web-apps/limesurvey.nix
index f9e12e3642e..2797feb32eb 100644
--- a/nixos/modules/services/web-apps/limesurvey.nix
+++ b/nixos/modules/services/web-apps/limesurvey.nix
@@ -6,15 +6,15 @@ let
inherit (lib) mapAttrs optional optionalString types;
cfg = config.services.limesurvey;
+ fpm = config.services.phpfpm.pools.limesurvey;
user = "limesurvey";
group = config.services.httpd.group;
stateDir = "/var/lib/limesurvey";
- php = pkgs.php;
pkg = pkgs.limesurvey;
- configType = with types; either (either (attrsOf configType) str) (either int bool) // {
+ configType = with types; oneOf [ (attrsOf configType) str int bool ] // {
description = "limesurvey config type (str, int, bool or attribute set thereof)";
};
@@ -120,17 +120,18 @@ in
};
poolConfig = mkOption {
- type = types.lines;
- default = ''
- pm = dynamic
- pm.max_children = 32
- pm.start_servers = 2
- pm.min_spare_servers = 2
- pm.max_spare_servers = 4
- pm.max_requests = 500
- '';
+ type = with types; attrsOf (oneOf [ str int bool ]);
+ default = {
+ "pm" = "dynamic";
+ "pm.max_children" = 32;
+ "pm.start_servers" = 2;
+ "pm.min_spare_servers" = 2;
+ "pm.max_spare_servers" = 4;
+ "pm.max_requests" = 500;
+ };
description = ''
- Options for LimeSurvey's PHP pool. See the documentation on php-fpm.conf for details on configuration directives.
+ Options for the LimeSurvey PHP pool. See the documentation on php-fpm.conf
+ for details on configuration directives.
'';
};
@@ -202,26 +203,20 @@ in
};
services.phpfpm.pools.limesurvey = {
- phpPackage = php;
- listen = "/run/phpfpm/limesurvey.sock";
- extraConfig = ''
- listen.owner = ${config.services.httpd.user};
- listen.group = ${config.services.httpd.group};
- user = ${user};
- group = ${group};
-
- env[LIMESURVEY_CONFIG] = ${limesurveyConfig}
-
- ${cfg.poolConfig}
- '';
+ inherit user group;
+ phpEnv.LIMESURVEY_CONFIG = "${limesurveyConfig}";
+ settings = {
+ "listen.owner" = config.services.httpd.user;
+ "listen.group" = config.services.httpd.group;
+ } // cfg.poolConfig;
};
services.httpd = {
enable = true;
adminAddr = mkDefault cfg.virtualHost.adminAddr;
extraModules = [ "proxy_fcgi" ];
- virtualHosts = [
- (cfg.virtualHost // {
+ virtualHosts = [ (mkMerge [
+ cfg.virtualHost {
documentRoot = mkForce "${pkg}/share/limesurvey";
extraConfig = ''
Alias "/tmp" "${stateDir}/tmp"
@@ -241,7 +236,7 @@ in
- SetHandler "proxy:unix:/run/phpfpm/limesurvey.sock|fcgi://localhost/"
+ SetHandler "proxy:unix:${fpm.socket}|fcgi://localhost/"
@@ -250,8 +245,8 @@ in
DirectoryIndex index.php
'';
- })
- ];
+ }
+ ]) ];
};
systemd.tmpfiles.rules = [
@@ -270,8 +265,8 @@ in
environment.LIMESURVEY_CONFIG = limesurveyConfig;
script = ''
# update or install the database as required
- ${php}/bin/php ${pkg}/share/limesurvey/application/commands/console.php updatedb || \
- ${php}/bin/php ${pkg}/share/limesurvey/application/commands/console.php install admin password admin admin@example.com verbose
+ ${pkgs.php}/bin/php ${pkg}/share/limesurvey/application/commands/console.php updatedb || \
+ ${pkgs.php}/bin/php ${pkg}/share/limesurvey/application/commands/console.php install admin password admin admin@example.com verbose
'';
serviceConfig = {
User = user;
diff --git a/nixos/modules/services/web-apps/matomo-doc.xml b/nixos/modules/services/web-apps/matomo-doc.xml
index 021a89be3f6..8485492c51c 100644
--- a/nixos/modules/services/web-apps/matomo-doc.xml
+++ b/nixos/modules/services/web-apps/matomo-doc.xml
@@ -21,18 +21,18 @@
passwordless database authentication via the UNIX_SOCKET authentication
plugin with the following SQL commands:
- # For MariaDB
- INSTALL PLUGIN unix_socket SONAME 'auth_socket';
- CREATE DATABASE matomo;
- CREATE USER 'matomo'@'localhost' IDENTIFIED WITH unix_socket;
- GRANT ALL PRIVILEGES ON matomo.* TO 'matomo'@'localhost';
+# For MariaDB
+INSTALL PLUGIN unix_socket SONAME 'auth_socket';
+CREATE DATABASE matomo;
+CREATE USER 'matomo'@'localhost' IDENTIFIED WITH unix_socket;
+GRANT ALL PRIVILEGES ON matomo.* TO 'matomo'@'localhost';
- # For MySQL
- INSTALL PLUGIN auth_socket SONAME 'auth_socket.so';
- CREATE DATABASE matomo;
- CREATE USER 'matomo'@'localhost' IDENTIFIED WITH auth_socket;
- GRANT ALL PRIVILEGES ON matomo.* TO 'matomo'@'localhost';
-
+# For MySQL
+INSTALL PLUGIN auth_socket SONAME 'auth_socket.so';
+CREATE DATABASE matomo;
+CREATE USER 'matomo'@'localhost' IDENTIFIED WITH auth_socket;
+GRANT ALL PRIVILEGES ON matomo.* TO 'matomo'@'localhost';
+
Then fill in matomo as database user and database name,
and leave the password field blank. This authentication works by allowing
only the matomo unix user to authenticate as the
diff --git a/nixos/modules/services/web-apps/matomo.nix b/nixos/modules/services/web-apps/matomo.nix
index 14aca45a342..bf8b9dbcc21 100644
--- a/nixos/modules/services/web-apps/matomo.nix
+++ b/nixos/modules/services/web-apps/matomo.nix
@@ -225,22 +225,24 @@ in {
serviceConfig.UMask = "0007";
};
- services.phpfpm.poolConfigs = let
+ services.phpfpm.pools = let
# workaround for when both are null and need to generate a string,
# which is illegal, but as assertions apparently are being triggered *after* config generation,
# we have to avoid already throwing errors at this previous stage.
socketOwner = if (cfg.nginx != null) then config.services.nginx.user
else if (cfg.webServerUser != null) then cfg.webServerUser else "";
in {
- ${pool} = ''
- listen = "${phpSocket}"
- listen.owner = ${socketOwner}
- listen.group = root
- listen.mode = 0600
- user = ${user}
- env[PIWIK_USER_PATH] = ${dataDir}
- ${cfg.phpfpmProcessManagerConfig}
- '';
+ ${pool} = {
+ listen = phpSocket;
+ extraConfig = ''
+ listen.owner = ${socketOwner}
+ listen.group = root
+ listen.mode = 0600
+ user = ${user}
+ env[PIWIK_USER_PATH] = ${dataDir}
+ ${cfg.phpfpmProcessManagerConfig}
+ '';
+ };
};
diff --git a/nixos/modules/services/web-apps/mediawiki.nix b/nixos/modules/services/web-apps/mediawiki.nix
new file mode 100644
index 00000000000..ec2568bf952
--- /dev/null
+++ b/nixos/modules/services/web-apps/mediawiki.nix
@@ -0,0 +1,468 @@
+{ config, pkgs, lib, ... }:
+
+let
+
+ inherit (lib) mkDefault mkEnableOption mkForce mkIf mkMerge mkOption;
+ inherit (lib) concatStringsSep literalExample mapAttrsToList optional optionals optionalString types;
+
+ cfg = config.services.mediawiki;
+ fpm = config.services.phpfpm.pools.mediawiki;
+ user = "mediawiki";
+ group = config.services.httpd.group;
+ cacheDir = "/var/cache/mediawiki";
+ stateDir = "/var/lib/mediawiki";
+
+ pkg = pkgs.stdenv.mkDerivation rec {
+ pname = "mediawiki-full";
+ version = src.version;
+ src = cfg.package;
+
+ installPhase = ''
+ mkdir -p $out
+ cp -r * $out/
+
+ rm -rf $out/share/mediawiki/skins/*
+ rm -rf $out/share/mediawiki/extensions/*
+
+ ${concatStringsSep "\n" (mapAttrsToList (k: v: ''
+ ln -s ${v} $out/share/mediawiki/skins/${k}
+ '') cfg.skins)}
+
+ ${concatStringsSep "\n" (mapAttrsToList (k: v: ''
+ ln -s ${v} $out/share/mediawiki/extensions/${k}
+ '') cfg.extensions)}
+ '';
+ };
+
+ mediawikiScripts = pkgs.runCommand "mediawiki-scripts" {
+ buildInputs = [ pkgs.makeWrapper ];
+ preferLocalBuild = true;
+ } ''
+ mkdir -p $out/bin
+ for i in changePassword.php createAndPromote.php userOptions.php edit.php nukePage.php update.php; do
+ makeWrapper ${pkgs.php}/bin/php $out/bin/mediawiki-$(basename $i .php) \
+ --set MEDIAWIKI_CONFIG ${mediawikiConfig} \
+ --add-flags ${pkg}/share/mediawiki/maintenance/$i
+ done
+ '';
+
+ mediawikiConfig = pkgs.writeText "LocalSettings.php" ''
+ database.user.
+ '';
+ };
+
+ tablePrefix = mkOption {
+ type = types.nullOr types.str;
+ default = null;
+ description = ''
+ If you only have access to a single database and wish to install more than
+ one version of MediaWiki, or have other applications that also use the
+ database, you can give the table names a unique prefix to stop any naming
+ conflicts or confusion.
+ See .
+ '';
+ };
+
+ socket = mkOption {
+ type = types.nullOr types.path;
+ default = if cfg.database.createLocally then "/run/mysqld/mysqld.sock" else null;
+ defaultText = "/run/mysqld/mysqld.sock";
+ description = "Path to the unix socket file to use for authentication.";
+ };
+
+ createLocally = mkOption {
+ type = types.bool;
+ default = cfg.database.type == "mysql";
+ defaultText = "true";
+ description = ''
+ Create the database and database user locally.
+ This currently only applies if database type "mysql" is selected.
+ '';
+ };
+ };
+
+ virtualHost = mkOption {
+ type = types.submodule ({
+ options = import ../web-servers/apache-httpd/per-server-options.nix {
+ inherit lib;
+ forMainServer = false;
+ };
+ });
+ example = literalExample ''
+ {
+ hostName = "mediawiki.example.org";
+ enableSSL = true;
+ adminAddr = "webmaster@example.org";
+ sslServerCert = "/var/lib/acme/mediawiki.example.org/full.pem";
+ sslServerKey = "/var/lib/acme/mediawiki.example.org/key.pem";
+ }
+ '';
+ description = ''
+ Apache configuration can be done by adapting .
+ See for further information.
+ '';
+ };
+
+ poolConfig = mkOption {
+ type = with types; attrsOf (oneOf [ str int bool ]);
+ default = {
+ "pm" = "dynamic";
+ "pm.max_children" = 32;
+ "pm.start_servers" = 2;
+ "pm.min_spare_servers" = 2;
+ "pm.max_spare_servers" = 4;
+ "pm.max_requests" = 500;
+ };
+ description = ''
+ Options for the MediaWiki PHP pool. See the documentation on php-fpm.conf
+ for details on configuration directives.
+ '';
+ };
+
+ extraConfig = mkOption {
+ type = types.lines;
+ description = ''
+ Any additional text to be appended to MediaWiki's
+ LocalSettings.php configuration file. For configuration
+ settings, see .
+ '';
+ default = "";
+ example = ''
+ $wgEnableEmail = false;
+ '';
+ };
+
+ };
+ };
+
+ # implementation
+ config = mkIf cfg.enable {
+
+ assertions = [
+ { assertion = cfg.database.createLocally -> cfg.database.type == "mysql";
+ message = "services.mediawiki.createLocally is currently only supported for database type 'mysql'";
+ }
+ { assertion = cfg.database.createLocally -> cfg.database.user == user;
+ message = "services.mediawiki.database.user must be set to ${user} if services.mediawiki.database.createLocally is set true";
+ }
+ { assertion = cfg.database.createLocally -> cfg.database.socket != null;
+ message = "services.mediawiki.database.socket must be set if services.mediawiki.database.createLocally is set to true";
+ }
+ { assertion = cfg.database.createLocally -> cfg.database.passwordFile == null;
+ message = "a password cannot be specified if services.mediawiki.database.createLocally is set to true";
+ }
+ ];
+
+ services.mediawiki.skins = {
+ MonoBook = "${cfg.package}/share/mediawiki/skins/MonoBook";
+ Timeless = "${cfg.package}/share/mediawiki/skins/Timeless";
+ Vector = "${cfg.package}/share/mediawiki/skins/Vector";
+ };
+
+ services.mysql = mkIf cfg.database.createLocally {
+ enable = true;
+ package = mkDefault pkgs.mariadb;
+ ensureDatabases = [ cfg.database.name ];
+ ensureUsers = [
+ { name = cfg.database.user;
+ ensurePermissions = { "${cfg.database.name}.*" = "ALL PRIVILEGES"; };
+ }
+ ];
+ };
+
+ services.phpfpm.pools.mediawiki = {
+ inherit user group;
+ phpEnv.MEDIAWIKI_CONFIG = "${mediawikiConfig}";
+ settings = {
+ "listen.owner" = config.services.httpd.user;
+ "listen.group" = config.services.httpd.group;
+ } // cfg.poolConfig;
+ };
+
+ services.httpd = {
+ enable = true;
+ adminAddr = mkDefault cfg.virtualHost.adminAddr;
+ extraModules = [ "proxy_fcgi" ];
+ virtualHosts = [ (mkMerge [
+ cfg.virtualHost {
+ documentRoot = mkForce "${pkg}/share/mediawiki";
+ extraConfig = ''
+
+
+
+ SetHandler "proxy:unix:${fpm.socket}|fcgi://localhost/"
+
+
+
+ Require all granted
+ DirectoryIndex index.php
+ AllowOverride All
+
+ '' + optionalString (cfg.uploadsDir != null) ''
+ Alias "/images" "${cfg.uploadsDir}"
+
+ Require all granted
+
+ '';
+ }
+ ]) ];
+ };
+
+ systemd.tmpfiles.rules = [
+ "d '${stateDir}' 0750 ${user} ${group} - -"
+ "d '${cacheDir}' 0750 ${user} ${group} - -"
+ ] ++ optionals (cfg.uploadsDir != null) [
+ "d '${cfg.uploadsDir}' 0750 ${user} ${group} - -"
+ "Z '${cfg.uploadsDir}' 0750 ${user} ${group} - -"
+ ];
+
+ systemd.services.mediawiki-init = {
+ wantedBy = [ "multi-user.target" ];
+ before = [ "phpfpm-mediawiki.service" ];
+ after = optional cfg.database.createLocally "mysql.service";
+ script = ''
+ if ! test -e "${stateDir}/secret.key"; then
+ tr -dc A-Za-z0-9 /dev/null | head -c 64 > ${stateDir}/secret.key
+ fi
+
+ echo "exit( wfGetDB( DB_MASTER )->tableExists( 'user' ) ? 1 : 0 );" | \
+ ${pkgs.php}/bin/php ${pkg}/share/mediawiki/maintenance/eval.php --conf ${mediawikiConfig} && \
+ ${pkgs.php}/bin/php ${pkg}/share/mediawiki/maintenance/install.php \
+ --confpath /tmp \
+ --scriptpath / \
+ --dbserver ${cfg.database.host}${optionalString (cfg.database.socket != null) ":${cfg.database.socket}"} \
+ --dbport ${toString cfg.database.port} \
+ --dbname ${cfg.database.name} \
+ ${optionalString (cfg.database.tablePrefix != null) "--dbprefix ${cfg.database.tablePrefix}"} \
+ --dbuser ${cfg.database.user} \
+ ${optionalString (cfg.database.passwordFile != null) "--dbpassfile ${cfg.database.passwordFile}"} \
+ --passfile ${cfg.passwordFile} \
+ ${cfg.name} \
+ admin
+
+ ${pkgs.php}/bin/php ${pkg}/share/mediawiki/maintenance/update.php --conf ${mediawikiConfig} --quick
+ '';
+
+ serviceConfig = {
+ Type = "oneshot";
+ User = user;
+ Group = group;
+ PrivateTmp = true;
+ };
+ };
+
+ systemd.services.httpd.after = optional (cfg.database.createLocally && cfg.database.type == "mysql") "mysql.service";
+
+ users.users.${user}.group = group;
+
+ environment.systemPackages = [ mediawikiScripts ];
+ };
+}
diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix
index bb39a5d1d71..ada14ad3929 100644
--- a/nixos/modules/services/web-apps/nextcloud.nix
+++ b/nixos/modules/services/web-apps/nextcloud.nix
@@ -1,9 +1,10 @@
-{ config, lib, pkgs, ... }@args:
+{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.services.nextcloud;
+ fpm = config.services.phpfpm.pools.nextcloud;
phpPackage = pkgs.php73;
phpPackages = pkgs.php73Packages;
@@ -297,8 +298,23 @@ in {
systemd.services = {
"nextcloud-setup" = let
+ c = cfg.config;
+ writePhpArrary = a: "[${concatMapStringsSep "," (val: ''"${toString val}"'') a}]";
overrideConfig = pkgs.writeText "nextcloud-config.php" ''
[
[ 'path' => '${cfg.home}/apps', 'url' => '/apps', 'writable' => false ],
@@ -309,19 +325,27 @@ in {
${optionalString cfg.caching.apcu "'memcache.local' => '\\OC\\Memcache\\APCu',"}
'log_type' => 'syslog',
'log_level' => '${builtins.toString cfg.logLevel}',
- ${optionalString (cfg.config.overwriteProtocol != null) "'overwriteprotocol' => '${cfg.config.overwriteProtocol}',"}
+ ${optionalString (c.overwriteProtocol != null) "'overwriteprotocol' => '${c.overwriteProtocol}',"}
+ ${optionalString (c.dbname != null) "'dbname' => '${c.dbname}',"}
+ ${optionalString (c.dbhost != null) "'dbhost' => '${c.dbhost}',"}
+ ${optionalString (c.dbport != null) "'dbport' => '${toString c.dbport}',"}
+ ${optionalString (c.dbuser != null) "'dbuser' => '${c.dbuser}',"}
+ ${optionalString (c.dbtableprefix != null) "'dbtableprefix' => '${toString c.dbtableprefix}',"}
+ ${optionalString (c.dbpass != null) "'dbpassword' => '${c.dbpass}',"}
+ ${optionalString (c.dbpassFile != null) "'dbpassword' => nix_read_pwd(),"}
+ 'dbtype' => '${c.dbtype}',
+ 'trusted_domains' => ${writePhpArrary ([ cfg.hostName ] ++ c.extraTrustedDomains)},
];
'';
occInstallCmd = let
- c = cfg.config;
- adminpass = if c.adminpassFile != null
- then ''"$(<"${toString c.adminpassFile}")"''
- else ''"${toString c.adminpass}"'';
dbpass = if c.dbpassFile != null
then ''"$(<"${toString c.dbpassFile}")"''
else if c.dbpass != null
then ''"${toString c.dbpass}"''
else null;
+ adminpass = if c.adminpassFile != null
+ then ''"$(<"${toString c.adminpassFile}")"''
+ else ''"${toString c.adminpass}"'';
installFlags = concatStringsSep " \\\n "
(mapAttrsToList (k: v: "${k} ${toString v}") {
"--database" = ''"${c.dbtype}"'';
@@ -387,25 +411,20 @@ in {
};
services.phpfpm = {
- pools.nextcloud = let
- phpAdminValues = (toKeyValue
- (foldr (a: b: a // b) {}
- (mapAttrsToList (k: v: { "php_admin_value[${k}]" = v; })
- phpOptions)));
- in {
- phpOptions = phpOptionsExtensions;
+ pools.nextcloud = {
+ user = "nextcloud";
+ group = "nginx";
+ phpOptions = phpOptionsExtensions + phpOptionsStr;
phpPackage = phpPackage;
- listen = "/run/phpfpm/nextcloud";
- extraConfig = ''
- listen.owner = nginx
- listen.group = nginx
- user = nextcloud
- group = nginx
- ${cfg.poolConfig}
- env[NEXTCLOUD_CONFIG_DIR] = ${cfg.home}/config
- env[PATH] = /run/wrappers/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/usr/bin:/bin
- ${phpAdminValues}
- '';
+ phpEnv = {
+ NEXTCLOUD_CONFIG_DIR = "${cfg.home}/config";
+ PATH = "/run/wrappers/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/usr/bin:/bin";
+ };
+ settings = mapAttrs (name: mkDefault) {
+ "listen.owner" = "nginx";
+ "listen.group" = "nginx";
+ };
+ extraConfig = cfg.poolConfig;
};
};
@@ -466,7 +485,7 @@ in {
fastcgi_param HTTPS ${if cfg.https then "on" else "off"};
fastcgi_param modHeadersAvailable true;
fastcgi_param front_controller_active true;
- fastcgi_pass unix:/run/phpfpm/nextcloud;
+ fastcgi_pass unix:${fpm.socket};
fastcgi_intercept_errors on;
fastcgi_request_buffering off;
fastcgi_read_timeout 120s;
diff --git a/nixos/modules/services/web-apps/nextcloud.xml b/nixos/modules/services/web-apps/nextcloud.xml
index d78d866086a..d66e0f0c299 100644
--- a/nixos/modules/services/web-apps/nextcloud.xml
+++ b/nixos/modules/services/web-apps/nextcloud.xml
@@ -42,10 +42,12 @@
services.postgresql = {
enable = true;
- initialScript = pkgs.writeText "psql-init" ''
- CREATE ROLE nextcloud WITH LOGIN;
- CREATE DATABASE nextcloud WITH OWNER nextcloud;
- '';
+ ensureDatabases = [ "nextcloud" ];
+ ensureUsers = [
+ { name = "nextcloud";
+ ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES";
+ }
+ ];
};
# ensure that postgres is running *before* running the setup
@@ -63,17 +65,22 @@
are used internally to configure an HTTP server using
PHP-FPM
and nginx. The config attribute set is
- used for the config.php which is used for the
- application's configuration. Beware: this isn't entirely pure
- since the config is modified by the application's runtime!
+ used by the imperative installer and all values are written to an additional file
+ to ensure that changes can be applied by changing the module's options.
- In case the application serves multiple hosts (those are checked with
+ In case the application serves multiple domains (those are checked with
$_SERVER['HTTP_HOST'])
- those can be added using
+ it's needed to add them to
services.nextcloud.config.extraTrustedDomains.
+
+
+ Auto updates for Nextcloud apps can be enabled using
+ services.nextcloud.autoUpdateApps.
+
+
Pitfalls
@@ -87,35 +94,24 @@
- Right now changes to the services.nextcloud.config
- attribute set won't take effect after the first install (except
- services.nextcloud.config.extraTrustedDomains)
- since the actual configuration file is generated by the NextCloud installer
- which also sets up critical parts such as the database structure.
+ All configuration parameters are also stored in
+ /var/lib/nextcloud/config/override.config.php which is generated by
+ the module and linked from the store to ensure that all values from config.php
+ can be modified by the module.
+ However config.php manages the application's state and shouldn't be touched
+ manually because of that.
-
- Warning: don't delete config.php! This file
+
+ Don't delete config.php! This file
tracks the application's state and a deletion can cause unwanted
- side-effects!
-
+ side-effects!
+
-
- Warning: don't rerun nextcloud-occ
+
+ Don't rerun nextcloud-occ
maintenance:install! This command tries to install the application
- and can cause unwanted side-effects!
-
-
-
- The issues are known and reported in
- #49783,
- for now it's unfortunately necessary to manually work around these issues.
-
-
-
- Right now app installation and configuration is done imperatively in the nextcloud web ui or via the nextcloud-occ command line utility.
- You can activate auto updates for your apps via
- services.nextcloud.autoUpdateApps.
-
+ and can cause unwanted side-effects!
+
diff --git a/nixos/modules/services/web-apps/restya-board.nix b/nixos/modules/services/web-apps/restya-board.nix
index 2e5e0ea6622..6a1b4143bc1 100644
--- a/nixos/modules/services/web-apps/restya-board.nix
+++ b/nixos/modules/services/web-apps/restya-board.nix
@@ -9,11 +9,11 @@ with lib;
let
cfg = config.services.restya-board;
+ fpm = config.services.phpfpm.pools.${poolName};
runDir = "/run/restya-board";
poolName = "restya-board";
- phpfpmSocketName = "/run/phpfpm/${poolName}.sock";
in
@@ -178,9 +178,9 @@ in
config = mkIf cfg.enable {
- services.phpfpm.poolConfigs = {
+ services.phpfpm.pools = {
"${poolName}" = {
- listen = phpfpmSocketName;
+ inherit (cfg) user group;
phpOptions = ''
date.timezone = "CET"
@@ -191,20 +191,18 @@ in
auth_password = ${cfg.email.password}
''}
'';
- extraConfig = ''
- listen.owner = nginx
- listen.group = nginx
- listen.mode = 0600
- user = ${cfg.user}
- group = ${cfg.group}
- pm = dynamic
- pm.max_children = 75
- pm.start_servers = 10
- pm.min_spare_servers = 5
- pm.max_spare_servers = 20
- pm.max_requests = 500
- catch_workers_output = 1
- '';
+ settings = mapAttrs (name: mkDefault) {
+ "listen.owner" = "nginx";
+ "listen.group" = "nginx";
+ "listen.mode" = "0600";
+ "pm" = "dynamic";
+ "pm.max_children" = 75;
+ "pm.start_servers" = 10;
+ "pm.min_spare_servers" = 5;
+ "pm.max_spare_servers" = 20;
+ "pm.max_requests" = 500;
+ "catch_workers_output" = 1;
+ };
};
};
@@ -241,7 +239,7 @@ in
tryFiles = "$uri =404";
extraConfig = ''
include ${pkgs.nginx}/conf/fastcgi_params;
- fastcgi_pass unix:${phpfpmSocketName};
+ fastcgi_pass unix:${fpm.socket};
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PHP_VALUE "upload_max_filesize=9G \n post_max_size=9G \n max_execution_time=200 \n max_input_time=200 \n memory_limit=256M";
diff --git a/nixos/modules/services/web-apps/selfoss.nix b/nixos/modules/services/web-apps/selfoss.nix
index cd0f743a5fb..56b7cafffe8 100644
--- a/nixos/modules/services/web-apps/selfoss.nix
+++ b/nixos/modules/services/web-apps/selfoss.nix
@@ -4,7 +4,6 @@ let
cfg = config.services.selfoss;
poolName = "selfoss_pool";
- phpfpmSocketName = "/run/phpfpm/${poolName}.sock";
dataDir = "/var/lib/selfoss";
@@ -116,21 +115,22 @@ in
config = mkIf cfg.enable {
- services.phpfpm.poolConfigs = mkIf (cfg.pool == "${poolName}") {
- "${poolName}" = ''
- listen = "${phpfpmSocketName}";
- listen.owner = nginx
- listen.group = nginx
- listen.mode = 0600
- user = nginx
- pm = dynamic
- pm.max_children = 75
- pm.start_servers = 10
- pm.min_spare_servers = 5
- pm.max_spare_servers = 20
- pm.max_requests = 500
- catch_workers_output = 1
- '';
+ services.phpfpm.pools = mkIf (cfg.pool == "${poolName}") {
+ "${poolName}" = {
+ user = "nginx";
+ settings = mapAttrs (name: mkDefault) {
+ "listen.owner" = "nginx";
+ "listen.group" = "nginx";
+ "listen.mode" = "0600";
+ "pm" = "dynamic";
+ "pm.max_children" = 75;
+ "pm.start_servers" = 10;
+ "pm.min_spare_servers" = 5;
+ "pm.max_spare_servers" = 20;
+ "pm.max_requests" = 500;
+ "catch_workers_output" = 1;
+ };
+ };
};
systemd.services.selfoss-config = {
diff --git a/nixos/modules/services/web-apps/tt-rss.nix b/nixos/modules/services/web-apps/tt-rss.nix
index 08297c7275a..59b0ee1addc 100644
--- a/nixos/modules/services/web-apps/tt-rss.nix
+++ b/nixos/modules/services/web-apps/tt-rss.nix
@@ -15,7 +15,9 @@ let
else cfg.database.port;
poolName = "tt-rss";
- phpfpmSocketName = "/run/phpfpm/${poolName}.sock";
+
+ mysqlLocal = cfg.database.createLocally && cfg.database.type == "mysql";
+ pgsqlLocal = cfg.database.createLocally && cfg.database.type == "pgsql";
tt-rss-config = pkgs.writeText "config.php" ''
0 from pg_tables where tableowner = user"} \
| tail -n+3 | head -n-2 | sed -e 's/[ \n\t]*//')
@@ -629,18 +630,18 @@ let
serviceConfig = {
User = "${cfg.user}";
+ Group = "tt_rss";
ExecStart = "${pkgs.php}/bin/php ${cfg.root}/update.php --daemon";
StandardOutput = "syslog";
StandardError = "syslog";
- PermissionsStartOnly = true;
};
wantedBy = [ "multi-user.target" ];
- requires = ["${dbService}"];
- after = ["network.target" "${dbService}"];
+ requires = optional mysqlLocal "mysql.service" ++ optional pgsqlLocal "postgresql.service";
+ after = [ "network.target" ] ++ optional mysqlLocal "mysql.service" ++ optional pgsqlLocal "postgresql.service";
};
- services.mysql = optionalAttrs (cfg.database.type == "mysql") {
+ services.mysql = mkIf mysqlLocal {
enable = true;
package = mkDefault pkgs.mysql;
ensureDatabases = [ cfg.database.name ];
@@ -654,17 +655,22 @@ let
];
};
- services.postgresql = optionalAttrs (cfg.database.type == "pgsql") {
+ services.postgresql = mkIf pgsqlLocal {
enable = mkDefault true;
+ ensureDatabases = [ cfg.database.name ];
+ ensureUsers = [
+ { name = cfg.user;
+ ensurePermissions = { "DATABASE ${cfg.database.name}" = "ALL PRIVILEGES"; };
+ }
+ ];
};
- users = optionalAttrs (cfg.user == "tt_rss") {
- users.tt_rss = {
- description = "tt-rss service user";
- isSystemUser = true;
- group = "tt_rss";
- };
- groups.tt_rss = {};
+ users.users.tt_rss = optionalAttrs (cfg.user == "tt_rss") {
+ description = "tt-rss service user";
+ isSystemUser = true;
+ group = "tt_rss";
};
+
+ users.groups.tt_rss = {};
};
}
diff --git a/nixos/modules/services/web-apps/wordpress.nix b/nixos/modules/services/web-apps/wordpress.nix
new file mode 100644
index 00000000000..98dc8458818
--- /dev/null
+++ b/nixos/modules/services/web-apps/wordpress.nix
@@ -0,0 +1,367 @@
+{ config, pkgs, lib, ... }:
+
+let
+ inherit (lib) mkDefault mkEnableOption mkForce mkIf mkMerge mkOption types;
+ inherit (lib) any attrValues concatMapStringsSep flatten literalExample;
+ inherit (lib) mapAttrs' mapAttrsToList nameValuePair optional optionalAttrs optionalString;
+
+ eachSite = config.services.wordpress;
+ user = "wordpress";
+ group = config.services.httpd.group;
+ stateDir = hostName: "/var/lib/wordpress/${hostName}";
+
+ pkg = hostName: cfg: pkgs.stdenv.mkDerivation rec {
+ pname = "wordpress-${hostName}";
+ version = src.version;
+ src = cfg.package;
+
+ installPhase = ''
+ mkdir -p $out
+ cp -r * $out/
+
+ # symlink the wordpress config
+ ln -s ${wpConfig hostName cfg} $out/share/wordpress/wp-config.php
+ # symlink uploads directory
+ ln -s ${cfg.uploadsDir} $out/share/wordpress/wp-content/uploads
+
+ # https://github.com/NixOS/nixpkgs/pull/53399
+ #
+ # Symlinking works for most plugins and themes, but Avada, for instance, fails to
+ # understand the symlink, causing its file path stripping to fail. This results in
+ # requests that look like: https://example.com/wp-content//nix/store/...plugin/path/some-file.js
+ # Since hard linking directories is not allowed, copying is the next best thing.
+
+ # copy additional plugin(s) and theme(s)
+ ${concatMapStringsSep "\n" (theme: "cp -r ${theme} $out/share/wordpress/wp-content/themes/${theme.name}") cfg.themes}
+ ${concatMapStringsSep "\n" (plugin: "cp -r ${plugin} $out/share/wordpress/wp-content/plugins/${plugin.name}") cfg.plugins}
+ '';
+ };
+
+ wpConfig = hostName: cfg: pkgs.writeText "wp-config-${hostName}.php" ''
+
+ '';
+
+ siteOpts = { lib, name, ... }:
+ {
+ options = {
+ package = mkOption {
+ type = types.package;
+ default = pkgs.wordpress;
+ description = "Which WordPress package to use.";
+ };
+
+ uploadsDir = mkOption {
+ type = types.path;
+ default = "/var/lib/wordpress/${name}/uploads";
+ description = ''
+ This directory is used for uploads of pictures. The directory passed here is automatically
+ created and permissions adjusted as required.
+ '';
+ };
+
+ plugins = mkOption {
+ type = types.listOf types.path;
+ default = [];
+ description = ''
+ List of path(s) to respective plugin(s) which are copied from the 'plugins' directory.
+ These plugins need to be packaged before use, see example.
+ '';
+ example = ''
+ # Wordpress plugin 'embed-pdf-viewer' installation example
+ embedPdfViewerPlugin = pkgs.stdenv.mkDerivation {
+ name = "embed-pdf-viewer-plugin";
+ # Download the theme from the wordpress site
+ src = pkgs.fetchurl {
+ url = https://downloads.wordpress.org/plugin/embed-pdf-viewer.2.0.3.zip;
+ sha256 = "1rhba5h5fjlhy8p05zf0p14c9iagfh96y91r36ni0rmk6y891lyd";
+ };
+ # We need unzip to build this package
+ buildInputs = [ pkgs.unzip ];
+ # Installing simply means copying all files to the output directory
+ installPhase = "mkdir -p $out; cp -R * $out/";
+ };
+
+ And then pass this theme to the themes list like this:
+ plugins = [ embedPdfViewerPlugin ];
+ '';
+ };
+
+ themes = mkOption {
+ type = types.listOf types.path;
+ default = [];
+ description = ''
+ List of path(s) to respective theme(s) which are copied from the 'theme' directory.
+ These themes need to be packaged before use, see example.
+ '';
+ example = ''
+ # For shits and giggles, let's package the responsive theme
+ responsiveTheme = pkgs.stdenv.mkDerivation {
+ name = "responsive-theme";
+ # Download the theme from the wordpress site
+ src = pkgs.fetchurl {
+ url = https://downloads.wordpress.org/theme/responsive.3.14.zip;
+ sha256 = "0rjwm811f4aa4q43r77zxlpklyb85q08f9c8ns2akcarrvj5ydx3";
+ };
+ # We need unzip to build this package
+ buildInputs = [ pkgs.unzip ];
+ # Installing simply means copying all files to the output directory
+ installPhase = "mkdir -p $out; cp -R * $out/";
+ };
+
+ And then pass this theme to the themes list like this:
+ themes = [ responsiveTheme ];
+ '';
+ };
+
+ database = rec {
+ host = mkOption {
+ type = types.str;
+ default = "localhost";
+ description = "Database host address.";
+ };
+
+ port = mkOption {
+ type = types.port;
+ default = 3306;
+ description = "Database host port.";
+ };
+
+ name = mkOption {
+ type = types.str;
+ default = "wordpress";
+ description = "Database name.";
+ };
+
+ user = mkOption {
+ type = types.str;
+ default = "wordpress";
+ description = "Database user.";
+ };
+
+ passwordFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ example = "/run/keys/wordpress-dbpassword";
+ description = ''
+ A file containing the password corresponding to
+ .
+ '';
+ };
+
+ tablePrefix = mkOption {
+ type = types.str;
+ default = "wp_";
+ description = ''
+ The $table_prefix is the value placed in the front of your database tables.
+ Change the value if you want to use something other than wp_ for your database
+ prefix. Typically this is changed if you are installing multiple WordPress blogs
+ in the same database.
+
+ See .
+ '';
+ };
+
+ socket = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ defaultText = "/run/mysqld/mysqld.sock";
+ description = "Path to the unix socket file to use for authentication.";
+ };
+
+ createLocally = mkOption {
+ type = types.bool;
+ default = true;
+ description = "Create the database and database user locally.";
+ };
+ };
+
+ virtualHost = mkOption {
+ type = types.submodule ({
+ options = import ../web-servers/apache-httpd/per-server-options.nix {
+ inherit lib;
+ forMainServer = false;
+ };
+ });
+ example = literalExample ''
+ {
+ enableSSL = true;
+ adminAddr = "webmaster@example.org";
+ sslServerCert = "/var/lib/acme/wordpress.example.org/full.pem";
+ sslServerKey = "/var/lib/acme/wordpress.example.org/key.pem";
+ }
+ '';
+ description = ''
+ Apache configuration can be done by adapting .
+ '';
+ };
+
+ poolConfig = mkOption {
+ type = with types; attrsOf (oneOf [ str int bool ]);
+ default = {
+ "pm" = "dynamic";
+ "pm.max_children" = 32;
+ "pm.start_servers" = 2;
+ "pm.min_spare_servers" = 2;
+ "pm.max_spare_servers" = 4;
+ "pm.max_requests" = 500;
+ };
+ description = ''
+ Options for the WordPress PHP pool. See the documentation on php-fpm.conf
+ for details on configuration directives.
+ '';
+ };
+
+ extraConfig = mkOption {
+ type = types.lines;
+ default = "";
+ description = ''
+ Any additional text to be appended to the wp-config.php
+ configuration file. This is a PHP script. For configuration
+ settings, see .
+ '';
+ example = ''
+ define( 'AUTOSAVE_INTERVAL', 60 ); // Seconds
+ '';
+ };
+ };
+
+ config.virtualHost.hostName = mkDefault name;
+ };
+in
+{
+ # interface
+ options = {
+ services.wordpress = mkOption {
+ type = types.attrsOf (types.submodule siteOpts);
+ default = {};
+ description = "Specification of one or more WordPress sites to serve via Apache.";
+ };
+ };
+
+ # implementation
+ config = mkIf (eachSite != {}) {
+
+ assertions = mapAttrsToList (hostName: cfg:
+ { assertion = cfg.database.createLocally -> cfg.database.user == user;
+ message = "services.wordpress.${hostName}.database.user must be ${user} if the database is to be automatically provisioned";
+ }
+ ) eachSite;
+
+ services.mysql = mkIf (any (v: v.database.createLocally) (attrValues eachSite)) {
+ enable = true;
+ package = mkDefault pkgs.mariadb;
+ ensureDatabases = mapAttrsToList (hostName: cfg: cfg.database.name) eachSite;
+ ensureUsers = mapAttrsToList (hostName: cfg:
+ { name = cfg.database.user;
+ ensurePermissions = { "${cfg.database.name}.*" = "ALL PRIVILEGES"; };
+ }
+ ) eachSite;
+ };
+
+ services.phpfpm.pools = mapAttrs' (hostName: cfg: (
+ nameValuePair "wordpress-${hostName}" {
+ inherit user group;
+ settings = {
+ "listen.owner" = config.services.httpd.user;
+ "listen.group" = config.services.httpd.group;
+ } // cfg.poolConfig;
+ }
+ )) eachSite;
+
+ services.httpd = {
+ enable = true;
+ extraModules = [ "proxy_fcgi" ];
+ virtualHosts = mapAttrsToList (hostName: cfg:
+ (mkMerge [
+ cfg.virtualHost {
+ documentRoot = mkForce "${pkg hostName cfg}/share/wordpress";
+ extraConfig = ''
+
+
+
+ SetHandler "proxy:unix:${config.services.phpfpm.pools."wordpress-${hostName}".socket}|fcgi://localhost/"
+
+
+
+ # standard wordpress .htaccess contents
+
+ RewriteEngine On
+ RewriteBase /
+ RewriteRule ^index\.php$ - [L]
+ RewriteCond %{REQUEST_FILENAME} !-f
+ RewriteCond %{REQUEST_FILENAME} !-d
+ RewriteRule . /index.php [L]
+
+
+ DirectoryIndex index.php
+ Require all granted
+ Options +FollowSymLinks
+
+
+ # https://wordpress.org/support/article/hardening-wordpress/#securing-wp-config-php
+
+ Require all denied
+
+ '';
+ }
+ ])
+ ) eachSite;
+ };
+
+ systemd.tmpfiles.rules = flatten (mapAttrsToList (hostName: cfg: [
+ "d '${stateDir hostName}' 0750 ${user} ${group} - -"
+ "d '${cfg.uploadsDir}' 0750 ${user} ${group} - -"
+ "Z '${cfg.uploadsDir}' 0750 ${user} ${group} - -"
+ ]) eachSite);
+
+ systemd.services = mkMerge [
+ (mapAttrs' (hostName: cfg: (
+ nameValuePair "wordpress-init-${hostName}" {
+ wantedBy = [ "multi-user.target" ];
+ before = [ "phpfpm-wordpress-${hostName}.service" ];
+ after = optional cfg.database.createLocally "mysql.service";
+ script = ''
+ if ! test -e "${stateDir hostName}/secret-keys.php"; then
+ echo "> "${stateDir hostName}/secret-keys.php"
+ ${pkgs.curl}/bin/curl -s https://api.wordpress.org/secret-key/1.1/salt/ >> "${stateDir hostName}/secret-keys.php"
+ echo "?>" >> "${stateDir hostName}/secret-keys.php"
+ chmod 440 "${stateDir hostName}/secret-keys.php"
+ fi
+ '';
+
+ serviceConfig = {
+ Type = "oneshot";
+ User = user;
+ Group = group;
+ };
+ })) eachSite)
+
+ (optionalAttrs (any (v: v.database.createLocally) (attrValues eachSite)) {
+ httpd.after = [ "mysql.service" ];
+ })
+ ];
+
+ users.users.${user}.group = group;
+
+ };
+}
diff --git a/nixos/modules/services/web-apps/zabbix.nix b/nixos/modules/services/web-apps/zabbix.nix
new file mode 100644
index 00000000000..fa358ffafbc
--- /dev/null
+++ b/nixos/modules/services/web-apps/zabbix.nix
@@ -0,0 +1,223 @@
+{ config, lib, pkgs, ... }:
+
+let
+
+ inherit (lib) mkDefault mkEnableOption mkForce mkIf mkMerge mkOption types;
+ inherit (lib) literalExample mapAttrs optionalString;
+
+ cfg = config.services.zabbixWeb;
+ fpm = config.services.phpfpm.pools.zabbix;
+
+ user = "zabbix";
+ group = "zabbix";
+ stateDir = "/var/lib/zabbix";
+
+ zabbixConfig = pkgs.writeText "zabbix.conf.php" ''
+ database.user.
+ '';
+ };
+
+ socket = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ example = "/run/postgresql";
+ description = "Path to the unix socket file to use for authentication.";
+ };
+ };
+
+ virtualHost = mkOption {
+ type = types.submodule ({
+ options = import ../web-servers/apache-httpd/per-server-options.nix {
+ inherit lib;
+ forMainServer = false;
+ };
+ });
+ example = {
+ hostName = "zabbix.example.org";
+ enableSSL = true;
+ adminAddr = "webmaster@example.org";
+ sslServerCert = "/var/lib/acme/zabbix.example.org/full.pem";
+ sslServerKey = "/var/lib/acme/zabbix.example.org/key.pem";
+ };
+ description = ''
+ Apache configuration can be done by adapting services.httpd.virtualHosts.<name>.
+ See for further information.
+ '';
+ };
+
+ poolConfig = mkOption {
+ type = with types; attrsOf (oneOf [ str int bool ]);
+ default = {
+ "pm" = "dynamic";
+ "pm.max_children" = 32;
+ "pm.start_servers" = 2;
+ "pm.min_spare_servers" = 2;
+ "pm.max_spare_servers" = 4;
+ "pm.max_requests" = 500;
+ };
+ description = ''
+ Options for the Zabbix PHP pool. See the documentation on php-fpm.conf for details on configuration directives.
+ '';
+ };
+
+ };
+ };
+
+ # implementation
+
+ config = mkIf cfg.enable {
+
+ systemd.tmpfiles.rules = [
+ "d '${stateDir}' 0750 ${user} ${group} - -"
+ "d '${stateDir}/session' 0750 ${user} ${config.services.httpd.group} - -"
+ ];
+
+ services.phpfpm.pools.zabbix = {
+ inherit user;
+ group = config.services.httpd.group;
+ phpOptions = ''
+ # https://www.zabbix.com/documentation/current/manual/installation/install
+ memory_limit = 128M
+ post_max_size = 16M
+ upload_max_filesize = 2M
+ max_execution_time = 300
+ max_input_time = 300
+ session.auto_start = 0
+ mbstring.func_overload = 0
+ always_populate_raw_post_data = -1
+ # https://bbs.archlinux.org/viewtopic.php?pid=1745214#p1745214
+ session.save_path = ${stateDir}/session
+ '' + optionalString (config.time.timeZone != null) ''
+ date.timezone = "${config.time.timeZone}"
+ '' + optionalString (cfg.database.type == "oracle") ''
+ extension=${pkgs.phpPackages.oci8}/lib/php/extensions/oci8.so
+ '';
+ phpEnv.ZABBIX_CONFIG = zabbixConfig;
+ settings = {
+ "listen.owner" = config.services.httpd.user;
+ "listen.group" = config.services.httpd.group;
+ } // cfg.poolConfig;
+ };
+
+ services.httpd = {
+ enable = true;
+ adminAddr = mkDefault cfg.virtualHost.adminAddr;
+ extraModules = [ "proxy_fcgi" ];
+ virtualHosts = [ (mkMerge [
+ cfg.virtualHost {
+ documentRoot = mkForce "${cfg.package}/share/zabbix";
+ extraConfig = ''
+
+
+
+ SetHandler "proxy:unix:${fpm.listen}|fcgi://localhost/"
+
+
+ AllowOverride all
+ Options -Indexes
+ DirectoryIndex index.php
+
+ '';
+ }
+ ]) ];
+ };
+
+ users.users.${user} = mapAttrs (name: mkDefault) {
+ description = "Zabbix daemon user";
+ uid = config.ids.uids.zabbix;
+ inherit group;
+ };
+
+ users.groups.${group} = mapAttrs (name: mkDefault) {
+ gid = config.ids.gids.zabbix;
+ };
+
+ };
+}
diff --git a/nixos/modules/services/web-servers/apache-httpd/default.nix b/nixos/modules/services/web-servers/apache-httpd/default.nix
index bf99f6c132a..12200c879be 100644
--- a/nixos/modules/services/web-servers/apache-httpd/default.nix
+++ b/nixos/modules/services/web-servers/apache-httpd/default.nix
@@ -21,10 +21,9 @@ let
else [{ip = "*"; port = 80;}];
getListen = cfg:
- let list = (lib.optional (cfg.port != 0) {ip = "*"; port = cfg.port;}) ++ cfg.listen;
- in if list == []
- then defaultListen cfg
- else list;
+ if cfg.listen == []
+ then defaultListen cfg
+ else cfg.listen;
listenToString = l: "${l.ip}:${toString l.port}";
@@ -337,7 +336,7 @@ let
++ optional enablePerl { name = "perl"; path = "${mod_perl}/modules/mod_perl.so"; }
++ concatMap (svc: svc.extraModules) allSubservices
++ extraForeignModules;
- in concatMapStrings load allModules
+ in concatMapStrings load (unique allModules)
}
AddHandler type-map var
@@ -638,7 +637,7 @@ in
message = "SSL is enabled for httpd, but sslServerCert and/or sslServerKey haven't been specified."; }
];
- warnings = map (cfg: ''apache-httpd's port option is deprecated. Use listen = [{/*ip = "*"; */ port = ${toString cfg.port};}]; instead'' ) (lib.filter (cfg: cfg.port != 0) allHosts);
+ warnings = map (cfg: "apache-httpd's extraSubservices option is deprecated. Most existing subservices have been ported to the NixOS module system. Please update your configuration accordingly.") (lib.filter (cfg: cfg.extraSubservices != []) allHosts);
users.users = optionalAttrs (mainCfg.user == "wwwrun") (singleton
{ name = "wwwrun";
@@ -672,7 +671,7 @@ in
wantedBy = [ "multi-user.target" ];
wants = [ "keys.target" ];
- after = [ "network.target" "fs.target" "postgresql.service" "keys.target" ];
+ after = [ "network.target" "fs.target" "keys.target" ];
path =
[ httpd pkgs.coreutils pkgs.gnugrep ]
diff --git a/nixos/modules/services/web-servers/apache-httpd/foswiki.nix b/nixos/modules/services/web-servers/apache-httpd/foswiki.nix
deleted file mode 100644
index 8c1ac8935a4..00000000000
--- a/nixos/modules/services/web-servers/apache-httpd/foswiki.nix
+++ /dev/null
@@ -1,78 +0,0 @@
-{ config, pkgs, lib, serverInfo, ... }:
-let
- inherit (pkgs) foswiki;
- inherit (serverInfo.serverConfig) user group;
- inherit (config) vardir;
-in
-{
- options.vardir = lib.mkOption {
- type = lib.types.path;
- default = "/var/www/foswiki";
- description = "The directory where variable foswiki data will be stored and served from.";
- };
-
- # TODO: this will probably need to be better customizable
- extraConfig =
- let httpd-conf = pkgs.runCommand "foswiki-httpd.conf"
- { preferLocalBuild = true; }
- ''
- substitute '${foswiki}/foswiki_httpd_conf.txt' "$out" \
- --replace /var/www/foswiki/ "${vardir}/"
- '';
- in
- ''
- RewriteEngine on
- RewriteRule /foswiki/(.*) ${vardir}/$1
-
-
- Require all granted
-
-
- Include ${httpd-conf}
-
- Options FollowSymlinks
-
- '';
-
- /** This handles initial setup and updates.
- It will probably need some tweaking, maybe per-site. */
- startupScript = pkgs.writeScript "foswiki_startup.sh" (
- let storeLink = "${vardir}/package"; in
- ''
- [ -e '${storeLink}' ] || needs_setup=1
- mkdir -p '${vardir}'
- cd '${vardir}'
- ln -sf -T '${foswiki}' '${storeLink}'
-
- if [ -n "$needs_setup" ]; then # do initial setup
- mkdir -p bin lib
- # setup most of data/ as copies only
- cp -r '${foswiki}'/data '${vardir}/'
- rm -r '${vardir}'/data/{System,mime.types}
- ln -sr -t '${vardir}/data/' '${storeLink}'/data/{System,mime.types}
-
- ln -sr '${storeLink}/locale' .
-
- mkdir pub
- ln -sr '${storeLink}/pub/System' pub/
-
- mkdir templates
- ln -sr '${storeLink}'/templates/* templates/
-
- ln -sr '${storeLink}/tools' .
-
- mkdir -p '${vardir}'/working/{logs,tmp}
- ln -sr '${storeLink}/working/README' working/ # used to check dir validity
-
- chown -R '${user}:${group}' .
- chmod +w -R .
- fi
-
- # bin/* and lib/* shall always be overwritten, in case files are added
- ln -srf '${storeLink}'/bin/* '${vardir}/bin/'
- ln -srf '${storeLink}'/lib/* '${vardir}/lib/'
- ''
- /* Symlinking bin/ one-by-one ensures that ${vardir}/lib/LocalSite.cfg
- is used instead of ${foswiki}/... */
- );
-}
diff --git a/nixos/modules/services/web-servers/apache-httpd/mediawiki.nix b/nixos/modules/services/web-servers/apache-httpd/mediawiki.nix
deleted file mode 100644
index 6234478014c..00000000000
--- a/nixos/modules/services/web-servers/apache-httpd/mediawiki.nix
+++ /dev/null
@@ -1,349 +0,0 @@
-{ config, lib, pkgs, serverInfo, php, ... }:
-
-with lib;
-
-let
-
- httpd = serverInfo.serverConfig.package;
-
- version24 = !versionOlder httpd.version "2.4";
-
- allGranted = if version24 then ''
- Require all granted
- '' else ''
- Order allow,deny
- Allow from all
- '';
-
- mediawikiConfig = pkgs.writeText "LocalSettings.php"
- ''
-
- '';
-
- # Unpack Mediawiki and put the config file in its root directory.
- mediawikiRoot = pkgs.stdenv.mkDerivation rec {
- name= "mediawiki-1.31.1";
-
- src = pkgs.fetchurl {
- url = "https://releases.wikimedia.org/mediawiki/1.31/${name}.tar.gz";
- sha256 = "13x48clij21cmysjkpnx68vggchrdasqp7b290j87xlfgjhdhnnf";
- };
-
- skins = config.skins;
- extensions = config.extensions;
-
- buildPhase =
- ''
- for skin in $skins; do
- cp -prvd $skin/* skins/
- done
- for extension in $extensions; do
- cp -prvd $extension/* extensions/
- done
- ''; # */
-
- installPhase =
- ''
- mkdir -p $out
- cp -r * $out
- cp ${mediawikiConfig} $out/LocalSettings.php
- sed -i \
- -e 's|/bin/bash|${pkgs.bash}/bin/bash|g' \
- -e 's|/usr/bin/timeout|${pkgs.coreutils}/bin/timeout|g' \
- $out/includes/shell/limit.sh \
- $out/includes/GlobalFunctions.php
- '';
- };
-
- mediawikiScripts = pkgs.runCommand "mediawiki-${config.id}-scripts" {
- buildInputs = [ pkgs.makeWrapper ];
- preferLocalBuild = true;
- } ''
- mkdir -p $out/bin
- for i in changePassword.php createAndPromote.php userOptions.php edit.php nukePage.php update.php; do
- makeWrapper ${php}/bin/php $out/bin/mediawiki-${config.id}-$(basename $i .php) \
- --add-flags ${mediawikiRoot}/maintenance/$i
- done
- '';
-
-in
-
-{
-
- extraConfig =
- ''
- ${optionalString config.enableUploads ''
- Alias ${config.urlPrefix}/images ${config.uploadDir}
-
-
- ${allGranted}
- Options -Indexes
-
- ''}
-
- ${if config.urlPrefix != "" then "Alias ${config.urlPrefix} ${mediawikiRoot}" else ''
- RewriteEngine On
- RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
- RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
- ${concatMapStringsSep "\n" (u: "RewriteCond %{REQUEST_URI} !^${u.urlPath}") serverInfo.vhostConfig.servedDirs}
- ${concatMapStringsSep "\n" (u: "RewriteCond %{REQUEST_URI} !^${u.urlPath}") serverInfo.vhostConfig.servedFiles}
- RewriteRule ${if config.enableUploads
- then "!^/images"
- else "^.*\$"
- } %{DOCUMENT_ROOT}/${if config.articleUrlPrefix == ""
- then ""
- else "${config.articleUrlPrefix}/"
- }index.php [L]
- ''}
-
-
- ${allGranted}
- DirectoryIndex index.php
-
-
- ${optionalString (config.articleUrlPrefix != "") ''
- Alias ${config.articleUrlPrefix} ${mediawikiRoot}/index.php
- ''}
- '';
-
- documentRoot = if config.urlPrefix == "" then mediawikiRoot else null;
-
- enablePHP = true;
-
- options = {
-
- id = mkOption {
- default = "main";
- description = ''
- A unique identifier necessary to keep multiple MediaWiki server
- instances on the same machine apart. This is used to
- disambiguate the administrative scripts, which get names like
- mediawiki-$id-change-password.
- '';
- };
-
- dbType = mkOption {
- default = "postgres";
- example = "mysql";
- description = "Database type.";
- };
-
- dbName = mkOption {
- default = "mediawiki";
- description = "Name of the database that holds the MediaWiki data.";
- };
-
- dbServer = mkOption {
- default = ""; # use a Unix domain socket
- example = "10.0.2.2";
- description = ''
- The location of the database server. Leave empty to use a
- database server running on the same machine through a Unix
- domain socket.
- '';
- };
-
- dbUser = mkOption {
- default = "mediawiki";
- description = "The user name for accessing the database.";
- };
-
- dbPassword = mkOption {
- default = "";
- example = "foobar";
- description = ''
- The password of the database user. Warning: this is stored in
- cleartext in the Nix store!
- '';
- };
-
- emergencyContact = mkOption {
- default = serverInfo.serverConfig.adminAddr;
- example = "admin@example.com";
- description = ''
- Emergency contact e-mail address. Defaults to the Apache
- admin address.
- '';
- };
-
- passwordSender = mkOption {
- default = serverInfo.serverConfig.adminAddr;
- example = "password@example.com";
- description = ''
- E-mail address from which password confirmations originate.
- Defaults to the Apache admin address.
- '';
- };
-
- siteName = mkOption {
- default = "MediaWiki";
- example = "Foobar Wiki";
- description = "Name of the wiki";
- };
-
- logo = mkOption {
- default = "";
- example = "/images/logo.png";
- description = "The URL of the site's logo (which should be a 135x135px image).";
- };
-
- urlPrefix = mkOption {
- default = "/w";
- description = ''
- The URL prefix under which the Mediawiki service appears.
- '';
- };
-
- articleUrlPrefix = mkOption {
- default = "/wiki";
- example = "";
- description = ''
- The URL prefix under which article pages appear,
- e.g. http://server/wiki/Page. Leave empty to use the main URL
- prefix, e.g. http://server/w/index.php?title=Page.
- '';
- };
-
- enableUploads = mkOption {
- default = false;
- description = "Whether to enable file uploads.";
- };
-
- uploadDir = mkOption {
- default = throw "You must specify `uploadDir'.";
- example = "/data/mediawiki-upload";
- description = "The directory that stores uploaded files.";
- };
-
- defaultSkin = mkOption {
- default = "";
- example = "nostalgia";
- description = "Set this value to change the default skin used by MediaWiki.";
- };
-
- skins = mkOption {
- default = [];
- type = types.listOf types.path;
- description =
- ''
- List of paths whose content is copied to the ‘skins’
- subdirectory of the MediaWiki installation.
- '';
- };
-
- extensions = mkOption {
- default = [];
- type = types.listOf types.path;
- description =
- ''
- List of paths whose content is copied to the 'extensions'
- subdirectory of the MediaWiki installation.
- '';
- };
-
- extraConfig = mkOption {
- type = types.lines;
- default = "";
- example =
- ''
- $wgEnableEmail = false;
- '';
- description = ''
- Any additional text to be appended to MediaWiki's
- configuration file. This is a PHP script. For configuration
- settings, see .
- '';
- };
-
- };
-
- extraPath = [ mediawikiScripts ];
-
- # !!! Need to specify that Apache has a dependency on PostgreSQL!
-
- startupScript = pkgs.writeScript "mediawiki_startup.sh"
- # Initialise the database automagically if we're using a Postgres
- # server on localhost.
- (optionalString (config.dbType == "postgres" && config.dbServer == "") ''
- if ! ${pkgs.postgresql}/bin/psql -l | grep -q ' ${config.dbName} ' ; then
- ${pkgs.postgresql}/bin/createuser --no-superuser --no-createdb --no-createrole "${config.dbUser}" || true
- ${pkgs.postgresql}/bin/createdb "${config.dbName}" -O "${config.dbUser}"
- ( echo 'CREATE LANGUAGE plpgsql;'
- cat ${mediawikiRoot}/maintenance/postgres/tables.sql
- echo 'CREATE TEXT SEARCH CONFIGURATION public.default ( COPY = pg_catalog.english );'
- echo COMMIT
- ) | ${pkgs.postgresql}/bin/psql -U "${config.dbUser}" "${config.dbName}"
- fi
- ${php}/bin/php ${mediawikiRoot}/maintenance/update.php
- '');
-
- robotsEntries = optionalString (config.articleUrlPrefix != "")
- ''
- User-agent: *
- Disallow: ${config.urlPrefix}/
- Disallow: ${config.articleUrlPrefix}/Special:Search
- Disallow: ${config.articleUrlPrefix}/Special:Random
- '';
-
-}
diff --git a/nixos/modules/services/web-servers/apache-httpd/mercurial.nix b/nixos/modules/services/web-servers/apache-httpd/mercurial.nix
deleted file mode 100644
index 4b8ee2b17ea..00000000000
--- a/nixos/modules/services/web-servers/apache-httpd/mercurial.nix
+++ /dev/null
@@ -1,75 +0,0 @@
-{ config, pkgs, lib, ... }:
-
-let
- inherit (pkgs) mercurial;
- inherit (lib) mkOption;
-
- urlPrefix = config.urlPrefix;
-
- cgi = pkgs.stdenv.mkDerivation {
- name = "mercurial-cgi";
- buildCommand = ''
- mkdir -p $out
- cp -v ${mercurial}/share/cgi-bin/hgweb.cgi $out
- sed -i "s|/path/to/repo/or/config|$out/hgweb.config|" $out/hgweb.cgi
- echo "
- [collections]
- ${config.dataDir} = ${config.dataDir}
- [web]
- style = gitweb
- allow_push = *
- " > $out/hgweb.config
- '';
- };
-
-in {
-
- extraConfig = ''
- RewriteEngine on
- RewriteRule /(.*) ${cgi}/hgweb.cgi/$1
-
-
- AuthType Basic
- AuthName "Mercurial repositories"
- AuthUserFile ${config.dataDir}/hgusers
-
- Require valid-user
-
-
-
- Order allow,deny
- Allow from all
- AllowOverride All
- Options ExecCGI
- AddHandler cgi-script .cgi
- PassEnv PYTHONPATH
-
- '';
-
- robotsEntries = ''
- User-agent: *
- Disallow: ${urlPrefix}
- '';
-
- extraServerPath = [ pkgs.python ];
-
- globalEnvVars = [ { name = "PYTHONPATH"; value = "${mercurial}/lib/${pkgs.python.libPrefix}/site-packages"; } ];
-
- options = {
- urlPrefix = mkOption {
- default = "/hg";
- description = "
- The URL prefix under which the Mercurial service appears.
- Use the empty string to have it appear in the server root.
- ";
- };
-
- dataDir = mkOption {
- example = "/data/mercurial";
- description = "
- Path to the directory that holds the repositories.
- ";
- };
- };
-
-}
diff --git a/nixos/modules/services/web-servers/apache-httpd/per-server-options.nix b/nixos/modules/services/web-servers/apache-httpd/per-server-options.nix
index 4bbd041b6e0..536e707137c 100644
--- a/nixos/modules/services/web-servers/apache-httpd/per-server-options.nix
+++ b/nixos/modules/services/web-servers/apache-httpd/per-server-options.nix
@@ -24,14 +24,6 @@ with lib;
'';
};
- port = mkOption {
- type = types.int;
- default = 0;
- description = ''
- Port for the server. Option will be removed, use instead.
- '';
- };
-
listen = mkOption {
type = types.listOf (types.submodule (
{
diff --git a/nixos/modules/services/web-servers/apache-httpd/tomcat-connector.nix b/nixos/modules/services/web-servers/apache-httpd/tomcat-connector.nix
deleted file mode 100644
index a883bb2b343..00000000000
--- a/nixos/modules/services/web-servers/apache-httpd/tomcat-connector.nix
+++ /dev/null
@@ -1,103 +0,0 @@
-{ config, pkgs, serverInfo, lib, ... }:
-
-let
- extraWorkersProperties = lib.optionalString (config ? extraWorkersProperties) config.extraWorkersProperties;
-
- workersProperties = pkgs.writeText "workers.properties" ''
-# Define list of workers that will be used
-# for mapping requests
-# The configuration directives are valid
-# for the mod_jk version 1.2.18 and later
-#
-worker.list=loadbalancer,status
-
-# Define Node1
-# modify the host as your host IP or DNS name.
-worker.node1.port=8009
-worker.node1.host=localhost
-worker.node1.type=ajp13
-worker.node1.lbfactor=1
-
-# Load-balancing behaviour
-worker.loadbalancer.type=lb
-worker.loadbalancer.balance_workers=node1
-
-# Status worker for managing load balancer
-worker.status.type=status
-
-${extraWorkersProperties}
- '';
-in
-{
-
- options = {
- extraWorkersProperties = lib.mkOption {
- default = "";
- description = "Additional configuration for the workers.properties file.";
- };
- };
-
- extraModules = [
- { name = "jk"; path = "${pkgs.tomcat_connectors}/modules/mod_jk.so"; }
- ];
-
- extraConfig = ''
-# Where to find workers.properties
-JkWorkersFile ${workersProperties}
-
-# Where to put jk logs
-JkLogFile ${serverInfo.serverConfig.logDir}/mod_jk.log
-
-# Set the jk log level [debug/error/info]
-JkLogLevel info
-
-# Select the log format
-JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
-
-# JkOptions indicates to send SSK KEY SIZE
-# Note: Changed from +ForwardURICompat.
-# See http://tomcat.apache.org/security-jk.html
-JkOptions +ForwardKeySize +ForwardURICompatUnparsed -ForwardDirectories
-
-# JkRequestLogFormat
-JkRequestLogFormat "%w %V %T"
-
-# Mount your applications
-JkMount /__application__/* loadbalancer
-
-# You can use external file for mount points.
-# It will be checked for updates each 60 seconds.
-# The format of the file is: /url=worker
-# /examples/*=loadbalancer
-#JkMountFile uriworkermap.properties
-
-# Add shared memory.
-# This directive is present with 1.2.10 and
-# later versions of mod_jk, and is needed for
-# for load balancing to work properly
-# Note: Replaced JkShmFile logs/jk.shm due to SELinux issues. Refer to
-# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225452
-JkShmFile ${serverInfo.serverConfig.stateDir}/jk.shm
-
-# Static files in all Tomcat webapp context directories are served by apache
-JkAutoAlias /var/tomcat/webapps
-
-# All requests go to worker by default
-JkMount /* loadbalancer
-# Serve some static files using httpd
-#JkUnMount /*.html loadbalancer
-#JkUnMount /*.jpg loadbalancer
-#JkUnMount /*.gif loadbalancer
-#JkUnMount /*.css loadbalancer
-#JkUnMount /*.png loadbalancer
-#JkUnMount /*.js loadbalancer
-
-# Add jkstatus for managing runtime data
-
-JkMount status
-Order deny,allow
-Deny from all
-Allow from 127.0.0.1
-
- '';
-}
diff --git a/nixos/modules/services/web-servers/apache-httpd/trac.nix b/nixos/modules/services/web-servers/apache-httpd/trac.nix
deleted file mode 100644
index 28b411a64b6..00000000000
--- a/nixos/modules/services/web-servers/apache-httpd/trac.nix
+++ /dev/null
@@ -1,121 +0,0 @@
-{ config, lib, pkgs, serverInfo, ... }:
-
-with lib;
-
-let
-
- # Build a Subversion instance with Apache modules and Swig/Python bindings.
- subversion = pkgs.subversion.override {
- bdbSupport = true;
- httpServer = true;
- pythonBindings = true;
- apacheHttpd = httpd;
- };
-
- httpd = serverInfo.serverConfig.package;
-
- versionPre24 = versionOlder httpd.version "2.4";
-
-in
-
-{
-
- options = {
-
- projectsLocation = mkOption {
- description = "URL path in which Trac projects can be accessed";
- default = "/projects";
- };
-
- projects = mkOption {
- description = "List of projects that should be provided by Trac. If they are not defined yet empty projects are created.";
- default = [];
- example =
- [ { identifier = "myproject";
- name = "My Project";
- databaseURL="postgres://root:password@/tracdb";
- subversionRepository="/data/subversion/myproject";
- }
- ];
- };
-
- user = mkOption {
- default = "wwwrun";
- description = "User account under which Trac runs.";
- };
-
- group = mkOption {
- default = "wwwrun";
- description = "Group under which Trac runs.";
- };
-
- ldapAuthentication = {
- enable = mkOption {
- default = false;
- description = "Enable the ldap authentication in trac";
- };
-
- url = mkOption {
- default = "ldap://127.0.0.1/dc=example,dc=co,dc=ke?uid?sub?(objectClass=inetOrgPerson)";
- description = "URL of the LDAP authentication";
- };
-
- name = mkOption {
- default = "Trac server";
- description = "AuthName";
- };
- };
-
- };
-
- extraModules = singleton
- { name = "python"; path = "${pkgs.mod_python}/modules/mod_python.so"; };
-
- extraConfig = ''
-
- SetHandler mod_python
- PythonHandler trac.web.modpython_frontend
- PythonOption TracEnvParentDir /var/trac/projects
- PythonOption TracUriRoot ${config.projectsLocation}
- PythonOption PYTHON_EGG_CACHE /var/trac/egg-cache
-
- ${if config.ldapAuthentication.enable then ''
-
- AuthType Basic
- AuthName "${config.ldapAuthentication.name}"
- AuthBasicProvider "ldap"
- AuthLDAPURL "${config.ldapAuthentication.url}"
- ${if versionPre24 then "authzldapauthoritative Off" else ""}
- require valid-user
-
- '' else ""}
- '';
-
- globalEnvVars = singleton
- { name = "PYTHONPATH";
- value =
- makeSearchPathOutput "lib" "lib/${pkgs.python.libPrefix}/site-packages"
- [ pkgs.mod_python
- pkgs.pythonPackages.trac
- pkgs.pythonPackages.setuptools
- pkgs.pythonPackages.genshi
- pkgs.pythonPackages.psycopg2
- subversion
- ];
- };
-
- startupScript = pkgs.writeScript "activateTrac" ''
- mkdir -p /var/trac
- chown ${config.user}:${config.group} /var/trac
-
- ${concatMapStrings (project:
- ''
- if [ ! -d /var/trac/${project.identifier} ]
- then
- export PYTHONPATH=${pkgs.pythonPackages.psycopg2}/lib/${pkgs.python.libPrefix}/site-packages
- ${pkgs.pythonPackages.trac}/bin/trac-admin /var/trac/${project.identifier} initenv "${project.name}" "${project.databaseURL}" svn "${project.subversionRepository}"
- fi
- '' ) (config.projects)}
- '';
-
-}
diff --git a/nixos/modules/services/web-servers/apache-httpd/wordpress.nix b/nixos/modules/services/web-servers/apache-httpd/wordpress.nix
deleted file mode 100644
index 3dddda138fe..00000000000
--- a/nixos/modules/services/web-servers/apache-httpd/wordpress.nix
+++ /dev/null
@@ -1,285 +0,0 @@
-{ config, lib, pkgs, serverInfo, ... }:
-# http://codex.wordpress.org/Hardening_WordPress
-
-with lib;
-
-let
- # Our bare-bones wp-config.php file using the above settings
- wordpressConfig = pkgs.writeText "wp-config.php" ''
-
- RewriteEngine On
- RewriteBase /
- RewriteRule ^index\.php$ - [L]
-
- # add a trailing slash to /wp-admin
- RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
-
- RewriteCond %{REQUEST_FILENAME} -f [OR]
- RewriteCond %{REQUEST_FILENAME} -d
- RewriteRule ^ - [L]
- RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
- RewriteRule ^(.*\.php)$ $1 [L]
- RewriteRule . index.php [L]
-
-
- ${config.extraHtaccess}
- '';
-
- # WP translation can be found here:
- # https://github.com/nixcloud/wordpress-translations
- supportedLanguages = {
- en_GB = { revision="d6c005372a5318fd758b710b77a800c86518be13"; sha256="0qbbsi87k47q4rgczxx541xz4z4f4fr49hw4lnaxkdsf5maz8p9p"; };
- de_DE = { revision="3c62955c27baaae98fd99feb35593d46562f4736"; sha256="1shndgd11dk836dakrjlg2arwv08vqx6j4xjh4jshvwmjab6ng6p"; };
- zh_ZN = { revision="12b9f811e8cae4b6ee41de343d35deb0a8fdda6d"; sha256="1339ggsxh0g6lab37jmfxicsax4h702rc3fsvv5azs7mcznvwh47"; };
- fr_FR = { revision="688c8b1543e3d38d9e8f57e0a6f2a2c3c8b588bd"; sha256="1j41iak0i6k7a4wzyav0yrllkdjjskvs45w53db8vfm8phq1n014"; };
- };
-
- downloadLanguagePack = language: revision: sha256s:
- pkgs.stdenv.mkDerivation rec {
- name = "wp_${language}";
- src = pkgs.fetchFromGitHub {
- owner = "nixcloud";
- repo = "wordpress-translations";
- rev = revision;
- sha256 = sha256s;
- };
- installPhase = "mkdir -p $out; cp -R * $out/";
- };
-
- selectedLanguages = map (lang: downloadLanguagePack lang supportedLanguages.${lang}.revision supportedLanguages.${lang}.sha256) (config.languages);
-
- # The wordpress package itself
- wordpressRoot = pkgs.stdenv.mkDerivation rec {
- name = "wordpress";
- src = config.package;
- installPhase = ''
- mkdir -p $out
- # copy all the wordpress files we downloaded
- cp -R * $out/
-
- # symlink the wordpress config
- ln -s ${wordpressConfig} $out/wp-config.php
- # symlink custom .htaccess
- ln -s ${htaccess} $out/.htaccess
- # symlink uploads directory
- ln -s ${config.wordpressUploads} $out/wp-content/uploads
-
- # remove bundled plugins(s) coming with wordpress
- rm -Rf $out/wp-content/plugins/*
- # remove bundled themes(s) coming with wordpress
- rm -Rf $out/wp-content/themes/*
-
- # copy additional theme(s)
- ${concatMapStrings (theme: "cp -r ${theme} $out/wp-content/themes/${theme.name}\n") config.themes}
- # copy additional plugin(s)
- ${concatMapStrings (plugin: "cp -r ${plugin} $out/wp-content/plugins/${plugin.name}\n") (config.plugins) }
-
- # symlink additional translation(s)
- mkdir -p $out/wp-content/languages
- ${concatMapStrings (language: "ln -s ${language}/*.mo ${language}/*.po $out/wp-content/languages/\n") (selectedLanguages) }
- '';
- };
-
-in
-
-{
-
- # And some httpd extraConfig to make things work nicely
- extraConfig = ''
-
- DirectoryIndex index.php
- Allow from *
- Options FollowSymLinks
- AllowOverride All
-
- '';
-
- enablePHP = true;
-
- options = {
- package = mkOption {
- type = types.path;
- default = pkgs.wordpress;
- description = ''
- Path to the wordpress sources.
- Upgrading? We have a test! nix-build ./nixos/tests/wordpress.nix
- '';
- };
- dbHost = mkOption {
- default = "localhost";
- description = "The location of the database server.";
- example = "localhost";
- };
- dbName = mkOption {
- default = "wordpress";
- description = "Name of the database that holds the Wordpress data.";
- example = "localhost";
- };
- dbUser = mkOption {
- default = "wordpress";
- description = "The dbUser, read: the username, for the database.";
- example = "wordpress";
- };
- dbPassword = mkOption {
- default = "wordpress";
- description = ''
- The mysql password to the respective dbUser.
-
- Warning: this password is stored in the world-readable Nix store. It's
- recommended to use the $dbPasswordFile option since that gives you control over
- the security of the password. $dbPasswordFile also takes precedence over $dbPassword.
- '';
- example = "wordpress";
- };
- dbPasswordFile = mkOption {
- type = types.str;
- default = toString (pkgs.writeTextFile {
- name = "wordpress-dbpassword";
- text = config.dbPassword;
- });
- example = "/run/keys/wordpress-dbpassword";
- description = ''
- Path to a file that contains the mysql password to the respective dbUser.
- The file should be readable by the user: config.services.httpd.user.
-
- $dbPasswordFile takes precedence over the $dbPassword option.
-
- This defaults to a file in the world-readable Nix store that contains the value
- of the $dbPassword option. It's recommended to override this with a path not in
- the Nix store. Tip: use nixops key management:
-
- '';
- };
- tablePrefix = mkOption {
- default = "wp_";
- description = ''
- The $table_prefix is the value placed in the front of your database tables. Change the value if you want to use something other than wp_ for your database prefix. Typically this is changed if you are installing multiple WordPress blogs in the same database. See .
- '';
- };
- wordpressUploads = mkOption {
- default = "/data/uploads";
- description = ''
- This directory is used for uploads of pictures and must be accessible (read: owned) by the httpd running user. The directory passed here is automatically created and permissions are given to the httpd running user.
- '';
- };
- plugins = mkOption {
- default = [];
- type = types.listOf types.path;
- description =
- ''
- List of path(s) to respective plugin(s) which are symlinked from the 'plugins' directory. Note: These plugins need to be packaged before use, see example.
- '';
- example = ''
- # Wordpress plugin 'akismet' installation example
- akismetPlugin = pkgs.stdenv.mkDerivation {
- name = "akismet-plugin";
- # Download the theme from the wordpress site
- src = pkgs.fetchurl {
- url = https://downloads.wordpress.org/plugin/akismet.3.1.zip;
- sha256 = "1i4k7qyzna08822ncaz5l00wwxkwcdg4j9h3z2g0ay23q640pclg";
- };
- # We need unzip to build this package
- buildInputs = [ pkgs.unzip ];
- # Installing simply means copying all files to the output directory
- installPhase = "mkdir -p $out; cp -R * $out/";
- };
-
- And then pass this theme to the themes list like this:
- plugins = [ akismetPlugin ];
- '';
- };
- themes = mkOption {
- default = [];
- type = types.listOf types.path;
- description =
- ''
- List of path(s) to respective theme(s) which are symlinked from the 'theme' directory. Note: These themes need to be packaged before use, see example.
- '';
- example = ''
- # For shits and giggles, let's package the responsive theme
- responsiveTheme = pkgs.stdenv.mkDerivation {
- name = "responsive-theme";
- # Download the theme from the wordpress site
- src = pkgs.fetchurl {
- url = http://wordpress.org/themes/download/responsive.1.9.7.6.zip;
- sha256 = "06i26xlc5kdnx903b1gfvnysx49fb4kh4pixn89qii3a30fgd8r8";
- };
- # We need unzip to build this package
- buildInputs = [ pkgs.unzip ];
- # Installing simply means copying all files to the output directory
- installPhase = "mkdir -p $out; cp -R * $out/";
- };
-
- And then pass this theme to the themes list like this:
- themes = [ responsiveTheme ];
- '';
- };
- languages = mkOption {
- default = [];
- description = "Installs wordpress language packs based on the list, see wordpress.nix for possible translations.";
- example = "[ \"en_GB\" \"de_DE\" ];";
- };
- extraConfig = mkOption {
- type = types.lines;
- default = "";
- example =
- ''
- define( 'AUTOSAVE_INTERVAL', 60 ); // Seconds
- '';
- description = ''
- Any additional text to be appended to Wordpress's wp-config.php
- configuration file. This is a PHP script. For configuration
- settings, see .
- '';
- };
- extraHtaccess = mkOption {
- default = "";
- example =
- ''
- php_value upload_max_filesize 20M
- php_value post_max_size 20M
- '';
- description = ''
- Any additional text to be appended to Wordpress's .htaccess file.
- '';
- };
- };
-
- documentRoot = wordpressRoot;
-
- # FIXME adding the user has to be done manually for the time being
- startupScript = pkgs.writeScript "init-wordpress.sh" ''
- #!/bin/sh
- mkdir -p ${config.wordpressUploads}
- chown ${serverInfo.serverConfig.user} ${config.wordpressUploads}
-
- # we should use systemd dependencies here
- if [ ! -d ${serverInfo.fullConfig.services.mysql.dataDir}/${config.dbName} ]; then
- echo "Need to create the database '${config.dbName}' and grant permissions to user named '${config.dbUser}'."
- # Wait until MySQL is up
- while [ ! -S /run/mysqld/mysqld.sock ]; do
- sleep 1
- done
- ${pkgs.mysql}/bin/mysql -e 'CREATE DATABASE ${config.dbName};'
- ${pkgs.mysql}/bin/mysql -e "GRANT ALL ON ${config.dbName}.* TO ${config.dbUser}@localhost IDENTIFIED BY \"$(cat ${config.dbPasswordFile})\";"
- else
- echo "Good, no need to do anything database related."
- fi
- '';
-}
diff --git a/nixos/modules/services/web-servers/apache-httpd/zabbix.nix b/nixos/modules/services/web-servers/apache-httpd/zabbix.nix
deleted file mode 100644
index cab16593bcb..00000000000
--- a/nixos/modules/services/web-servers/apache-httpd/zabbix.nix
+++ /dev/null
@@ -1,84 +0,0 @@
-{ config, lib, pkgs, serverInfo, ... }:
-
-with lib;
-
-let
-
- # The Zabbix PHP frontend needs to be able to write its
- # configuration settings (the connection info to the database) to
- # the "conf" subdirectory. So symlink $out/conf to some directory
- # outside of the Nix store where we want to keep this stateful info.
- # Note that different instances of the frontend will therefore end
- # up with their own copies of the PHP sources. !!! Alternatively,
- # we could generate zabbix.conf.php declaratively.
- zabbixPHP = pkgs.runCommand "${pkgs.zabbix.server.name}-php" {}
- ''
- cp -rs ${pkgs.zabbix.server}/share/zabbix/php "$out"
- chmod -R u+w $out
- ln -s "${if config.configFile == null
- then "${config.stateDir}/zabbix.conf.php"
- else config.configFile}" "$out/conf/zabbix.conf.php"
- '';
-
-in
-
-{
-
- enablePHP = true;
-
- phpOptions =
- ''
- post_max_size = 32M
- max_execution_time = 300
- max_input_time = 300
- '';
-
- extraConfig = ''
- Alias ${config.urlPrefix}/ ${zabbixPHP}/
-
-
- DirectoryIndex index.php
- Order deny,allow
- Allow from *
-
- '';
-
- startupScript = pkgs.writeScript "zabbix-startup-hook" ''
- mkdir -p ${config.stateDir}
- chown -R ${serverInfo.serverConfig.user} ${config.stateDir}
- '';
-
- # The frontend needs "ps" to find out whether zabbix_server is running.
- extraServerPath = [ pkgs.procps ];
-
- options = {
-
- urlPrefix = mkOption {
- default = "/zabbix";
- description = "
- The URL prefix under which the Zabbix service appears.
- Use the empty string to have it appear in the server root.
- ";
- };
-
- configFile = mkOption {
- default = null;
- type = types.nullOr types.path;
- description = ''
- The configuration file (zabbix.conf.php) which contains the database
- connection settings. If not set, the configuration settings will created
- by the web installer.
- '';
- };
-
- stateDir = mkOption {
- default = "/var/lib/zabbix/frontend";
- description = "
- Directory where the dynamically generated configuration data
- of the PHP frontend will be stored.
- ";
- };
-
- };
-
-}
diff --git a/nixos/modules/services/web-servers/caddy.nix b/nixos/modules/services/web-servers/caddy.nix
index d0b936cb019..6a1db608784 100644
--- a/nixos/modules/services/web-servers/caddy.nix
+++ b/nixos/modules/services/web-servers/caddy.nix
@@ -70,7 +70,7 @@ in {
{ CADDYPATH = cfg.dataDir; };
serviceConfig = {
ExecStart = ''
- ${cfg.package.bin}/bin/caddy -root=/var/tmp -conf=${configFile} \
+ ${cfg.package}/bin/caddy -root=/var/tmp -conf=${configFile} \
-ca=${cfg.ca} -email=${cfg.email} ${optionalString cfg.agree "-agree"}
'';
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
diff --git a/nixos/modules/services/web-servers/lighttpd/cgit.nix b/nixos/modules/services/web-servers/lighttpd/cgit.nix
index 4ec4a5a3359..9f25dc34f3f 100644
--- a/nixos/modules/services/web-servers/lighttpd/cgit.nix
+++ b/nixos/modules/services/web-servers/lighttpd/cgit.nix
@@ -42,10 +42,10 @@ in
configText = mkOption {
default = "";
example = ''
- cache-size=1000
- scan-path=/srv/git
source-filter=''${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py
about-filter=''${pkgs.cgit}/lib/cgit/filters/about-formatting.sh
+ cache-size=1000
+ scan-path=/srv/git
'';
type = types.lines;
description = ''
diff --git a/nixos/modules/services/web-servers/lighttpd/collectd.nix b/nixos/modules/services/web-servers/lighttpd/collectd.nix
index e70c980d524..3f262451c2c 100644
--- a/nixos/modules/services/web-servers/lighttpd/collectd.nix
+++ b/nixos/modules/services/web-servers/lighttpd/collectd.nix
@@ -12,7 +12,7 @@ let
defaultCollectionCgi = config.services.collectd.package.overrideDerivation(old: {
name = "collection.cgi";
- configurePhase = "true";
+ dontConfigure = true;
buildPhase = "true";
installPhase = ''
substituteInPlace contrib/collection.cgi --replace '"/etc/collection.conf"' '$ENV{COLLECTION_CONF}'
diff --git a/nixos/modules/services/web-servers/nginx/default.nix b/nixos/modules/services/web-servers/nginx/default.nix
index d6653a65a95..c1a51fbf8b4 100644
--- a/nixos/modules/services/web-servers/nginx/default.nix
+++ b/nixos/modules/services/web-servers/nginx/default.nix
@@ -162,6 +162,10 @@ let
${cfg.appendConfig}
'';
+ configPath = if cfg.enableReload
+ then "/etc/nginx/nginx.conf"
+ else configFile;
+
vhosts = concatStringsSep "\n" (mapAttrsToList (vhostName: vhost:
let
onlySSL = vhost.onlySSL || vhost.enableSSL;
@@ -269,17 +273,6 @@ let
${optionalString (config.proxyPass != null && cfg.recommendedProxySettings) "include ${recommendedProxyConfig};"}
}
'') (sortProperties (mapAttrsToList (k: v: v // { location = k; }) locations)));
- mkBasicAuth = vhostName: authDef: let
- htpasswdFile = pkgs.writeText "${vhostName}.htpasswd" (
- concatStringsSep "\n" (mapAttrsToList (user: password: ''
- ${user}:{PLAIN}${password}
- '') authDef)
- );
- in ''
- auth_basic secured;
- auth_basic_user_file ${htpasswdFile};
- '';
-
mkHtpasswd = vhostName: authDef: pkgs.writeText "${vhostName}.htpasswd" (
concatStringsSep "\n" (mapAttrsToList (user: password: ''
${user}:{PLAIN}${password}
@@ -442,6 +435,16 @@ in
";
};
+ enableReload = mkOption {
+ default = false;
+ type = types.bool;
+ description = ''
+ Reload nginx when configuration file changes (instead of restart).
+ The configuration file is exposed at /etc/nginx/nginx.conf.
+ See also systemd.services.*.restartIfChanged.
+ '';
+ };
+
stateDir = mkOption {
default = "/var/spool/nginx";
description = "
@@ -649,10 +652,10 @@ in
preStart =
''
${cfg.preStart}
- ${cfg.package}/bin/nginx -c ${configFile} -p ${cfg.stateDir} -t
+ ${cfg.package}/bin/nginx -c ${configPath} -p ${cfg.stateDir} -t
'';
serviceConfig = {
- ExecStart = "${cfg.package}/bin/nginx -c ${configFile} -p ${cfg.stateDir}";
+ ExecStart = "${cfg.package}/bin/nginx -c ${configPath} -p ${cfg.stateDir}";
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
Restart = "always";
RestartSec = "10s";
@@ -660,6 +663,21 @@ in
};
};
+ environment.etc."nginx/nginx.conf" = mkIf cfg.enableReload {
+ source = configFile;
+ };
+
+ systemd.services.nginx-config-reload = mkIf cfg.enableReload {
+ wantedBy = [ "nginx.service" ];
+ restartTriggers = [ configFile ];
+ script = ''
+ if ${pkgs.systemd}/bin/systemctl -q is-active nginx.service ; then
+ ${pkgs.systemd}/bin/systemctl reload nginx.service
+ fi
+ '';
+ serviceConfig.RemainAfterExit = true;
+ };
+
security.acme.certs = filterAttrs (n: v: v != {}) (
let
vhostsConfigs = mapAttrsToList (vhostName: vhostConfig: vhostConfig) virtualHosts;
diff --git a/nixos/modules/services/web-servers/phpfpm/default.nix b/nixos/modules/services/web-servers/phpfpm/default.nix
index ffafbc5e92f..e95e71e0d99 100644
--- a/nixos/modules/services/web-servers/phpfpm/default.nix
+++ b/nixos/modules/services/web-servers/phpfpm/default.nix
@@ -4,41 +4,27 @@ with lib;
let
cfg = config.services.phpfpm;
- enabled = cfg.poolConfigs != {} || cfg.pools != {};
- stateDir = "/run/phpfpm";
+ runtimeDir = "/run/phpfpm";
- poolConfigs =
- (mapAttrs mapPoolConfig cfg.poolConfigs) //
- (mapAttrs mapPool cfg.pools);
+ toStr = value:
+ if true == value then "yes"
+ else if false == value then "no"
+ else toString value;
- mapPoolConfig = n: p: {
- phpPackage = cfg.phpPackage;
- phpOptions = cfg.phpOptions;
- config = p;
- };
-
- mapPool = n: p: {
- phpPackage = p.phpPackage;
- phpOptions = p.phpOptions;
- config = ''
- listen = ${p.listen}
- ${p.extraConfig}
- '';
- };
-
- fpmCfgFile = pool: conf: pkgs.writeText "phpfpm-${pool}.conf" ''
+ fpmCfgFile = pool: poolOpts: pkgs.writeText "phpfpm-${pool}.conf" ''
[global]
- error_log = syslog
- daemonize = no
- ${cfg.extraConfig}
+ ${concatStringsSep "\n" (mapAttrsToList (n: v: "${n} = ${toStr v}") cfg.settings)}
+ ${optionalString (cfg.extraConfig != null) cfg.extraConfig}
[${pool}]
- ${conf}
+ ${concatStringsSep "\n" (mapAttrsToList (n: v: "${n} = ${toStr v}") poolOpts.settings)}
+ ${concatStringsSep "\n" (mapAttrsToList (n: v: "env[${n}] = ${toStr v}") poolOpts.phpEnv)}
+ ${optionalString (poolOpts.extraConfig != null) poolOpts.extraConfig}
'';
- phpIni = pool: pkgs.runCommand "php.ini" {
- inherit (pool) phpPackage phpOptions;
+ phpIni = poolOpts: pkgs.runCommand "php.ini" {
+ inherit (poolOpts) phpPackage phpOptions;
preferLocalBuild = true;
nixDefaults = ''
sendmail_path = "/run/wrappers/bin/sendmail -t -i"
@@ -48,13 +34,138 @@ let
cat $phpPackage/etc/php.ini $nixDefaultsPath $phpOptionsPath > $out
'';
+ poolOpts = { name, ... }:
+ let
+ poolOpts = cfg.pools."${name}";
+ in
+ {
+ options = {
+ socket = mkOption {
+ type = types.str;
+ readOnly = true;
+ description = ''
+ Path to the unix socket file on which to accept FastCGI requests.
+ This option is read-only and managed by NixOS.
+ '';
+ };
+
+ listen = mkOption {
+ type = types.str;
+ default = "";
+ example = "/path/to/unix/socket";
+ description = ''
+ The address on which to accept FastCGI requests.
+ '';
+ };
+
+ phpPackage = mkOption {
+ type = types.package;
+ default = cfg.phpPackage;
+ defaultText = "config.services.phpfpm.phpPackage";
+ description = ''
+ The PHP package to use for running this PHP-FPM pool.
+ '';
+ };
+
+ phpOptions = mkOption {
+ type = types.lines;
+ default = cfg.phpOptions;
+ defaultText = "config.services.phpfpm.phpOptions";
+ description = ''
+ "Options appended to the PHP configuration file php.ini used for this PHP-FPM pool."
+ '';
+ };
+
+ phpEnv = lib.mkOption {
+ type = with types; attrsOf str;
+ default = {};
+ description = ''
+ Environment variables used for this PHP-FPM pool.
+ '';
+ example = literalExample ''
+ {
+ HOSTNAME = "$HOSTNAME";
+ TMP = "/tmp";
+ TMPDIR = "/tmp";
+ TEMP = "/tmp";
+ }
+ '';
+ };
+
+ user = mkOption {
+ type = types.str;
+ description = "User account under which this pool runs.";
+ };
+
+ group = mkOption {
+ type = types.str;
+ description = "Group account under which this pool runs.";
+ };
+
+ settings = mkOption {
+ type = with types; attrsOf (oneOf [ str int bool ]);
+ default = {};
+ description = ''
+ PHP-FPM pool directives. Refer to the "List of pool directives" section of
+
+ for details. Note that settings names must be enclosed in quotes (e.g.
+ "pm.max_children" instead of pm.max_children).
+ '';
+ example = literalExample ''
+ {
+ "pm" = "dynamic";
+ "pm.max_children" = 75;
+ "pm.start_servers" = 10;
+ "pm.min_spare_servers" = 5;
+ "pm.max_spare_servers" = 20;
+ "pm.max_requests" = 500;
+ }
+ '';
+ };
+
+ extraConfig = mkOption {
+ type = with types; nullOr lines;
+ default = null;
+ description = ''
+ Extra lines that go into the pool configuration.
+ See the documentation on php-fpm.conf for
+ details on configuration directives.
+ '';
+ };
+ };
+
+ config = {
+ socket = if poolOpts.listen == "" then "${runtimeDir}/${name}.sock" else poolOpts.listen;
+ group = mkDefault poolOpts.user;
+
+ settings = mapAttrs (name: mkDefault){
+ listen = poolOpts.socket;
+ user = poolOpts.user;
+ group = poolOpts.group;
+ };
+ };
+ };
+
in {
options = {
services.phpfpm = {
+ settings = mkOption {
+ type = with types; attrsOf (oneOf [ str int bool ]);
+ default = {};
+ description = ''
+ PHP-FPM global directives. Refer to the "List of global php-fpm.conf directives" section of
+
+ for details. Note that settings names must be enclosed in quotes (e.g.
+ "pm.max_children" instead of pm.max_children).
+ You need not specify the options error_log or
+ daemonize here, since they are generated by NixOS.
+ '';
+ };
+
extraConfig = mkOption {
- type = types.lines;
- default = "";
+ type = with types; nullOr lines;
+ default = null;
description = ''
Extra configuration that should be put in the global section of
the PHP-FPM configuration file. Do not specify the options
@@ -80,64 +191,56 @@ in {
''
date.timezone = "CET"
'';
- description =
- "Options appended to the PHP configuration file php.ini.";
- };
-
- poolConfigs = mkOption {
- default = {};
- type = types.attrsOf types.lines;
- example = literalExample ''
- { mypool = '''
- listen = /run/phpfpm/mypool
- user = nobody
- pm = dynamic
- pm.max_children = 75
- pm.start_servers = 10
- pm.min_spare_servers = 5
- pm.max_spare_servers = 20
- pm.max_requests = 500
- ''';
- }
- '';
description = ''
- A mapping between PHP-FPM pool names and their configurations.
- See the documentation on php-fpm.conf for
- details on configuration directives. If no pools are defined,
- the phpfpm service is disabled.
+ Options appended to the PHP configuration file php.ini.
'';
};
pools = mkOption {
- type = types.attrsOf (types.submodule (import ./pool-options.nix {
- inherit lib config;
- }));
+ type = types.attrsOf (types.submodule poolOpts);
default = {};
example = literalExample ''
{
mypool = {
- listen = "/path/to/unix/socket";
+ user = "php";
+ group = "php";
phpPackage = pkgs.php;
- extraConfig = '''
- user = nobody
- pm = dynamic
- pm.max_children = 75
- pm.start_servers = 10
- pm.min_spare_servers = 5
- pm.max_spare_servers = 20
- pm.max_requests = 500
+ settings = '''
+ "pm" = "dynamic";
+ "pm.max_children" = 75;
+ "pm.start_servers" = 10;
+ "pm.min_spare_servers" = 5;
+ "pm.max_spare_servers" = 20;
+ "pm.max_requests" = 500;
''';
}
}'';
description = ''
- PHP-FPM pools. If no pools or poolConfigs are defined, the PHP-FPM
+ PHP-FPM pools. If no pools are defined, the PHP-FPM
service is disabled.
'';
};
};
};
- config = mkIf enabled {
+ config = mkIf (cfg.pools != {}) {
+
+ warnings =
+ mapAttrsToList (pool: poolOpts: ''
+ Using config.services.phpfpm.pools.${pool}.listen is deprecated and will become unsupported in a future release. Please reference the read-only option config.services.phpfpm.pools.${pool}.socket to access the path of your socket.
+ '') (filterAttrs (pool: poolOpts: poolOpts.listen != "") cfg.pools) ++
+ mapAttrsToList (pool: poolOpts: ''
+ Using config.services.phpfpm.pools.${pool}.extraConfig is deprecated and will become unsupported in a future release. Please migrate your configuration to config.services.phpfpm.pools.${pool}.settings.
+ '') (filterAttrs (pool: poolOpts: poolOpts.extraConfig != null) cfg.pools) ++
+ optional (cfg.extraConfig != null) ''
+ Using config.services.phpfpm.extraConfig is deprecated and will become unsupported in a future release. Please migrate your configuration to config.services.phpfpm.settings.
+ ''
+ ;
+
+ services.phpfpm.settings = {
+ error_log = "syslog";
+ daemonize = false;
+ };
systemd.slices.phpfpm = {
description = "PHP FastCGI Process manager pools slice";
@@ -148,18 +251,15 @@ in {
wantedBy = [ "multi-user.target" ];
};
- systemd.services = flip mapAttrs' poolConfigs (pool: poolConfig:
+ systemd.services = mapAttrs' (pool: poolOpts:
nameValuePair "phpfpm-${pool}" {
description = "PHP FastCGI Process Manager service for pool ${pool}";
after = [ "network.target" ];
wantedBy = [ "phpfpm.target" ];
partOf = [ "phpfpm.target" ];
- preStart = ''
- mkdir -p ${stateDir}
- '';
serviceConfig = let
- cfgFile = fpmCfgFile pool poolConfig.config;
- iniFile = phpIni poolConfig;
+ cfgFile = fpmCfgFile pool poolOpts;
+ iniFile = phpIni poolOpts;
in {
Slice = "phpfpm.slice";
PrivateDevices = true;
@@ -168,10 +268,12 @@ in {
# XXX: We need AF_NETLINK to make the sendmail SUID binary from postfix work
RestrictAddressFamilies = "AF_UNIX AF_INET AF_INET6 AF_NETLINK";
Type = "notify";
- ExecStart = "${poolConfig.phpPackage}/bin/php-fpm -y ${cfgFile} -c ${iniFile}";
+ ExecStart = "${poolOpts.phpPackage}/bin/php-fpm -y ${cfgFile} -c ${iniFile}";
ExecReload = "${pkgs.coreutils}/bin/kill -USR2 $MAINPID";
+ RuntimeDirectory = "phpfpm";
+ RuntimeDirectoryPreserve = true; # Relevant when multiple processes are running
};
}
- );
+ ) cfg.pools;
};
}
diff --git a/nixos/modules/services/web-servers/phpfpm/pool-options.nix b/nixos/modules/services/web-servers/phpfpm/pool-options.nix
deleted file mode 100644
index d9ad7eff71f..00000000000
--- a/nixos/modules/services/web-servers/phpfpm/pool-options.nix
+++ /dev/null
@@ -1,57 +0,0 @@
-{ lib, config }:
-
-let
- fpmCfg = config.services.phpfpm;
-in
-
-with lib; {
-
- options = {
-
- listen = mkOption {
- type = types.str;
- example = "/path/to/unix/socket";
- description = ''
- The address on which to accept FastCGI requests.
- '';
- };
-
- phpPackage = mkOption {
- type = types.package;
- default = fpmCfg.phpPackage;
- defaultText = "config.services.phpfpm.phpPackage";
- description = ''
- The PHP package to use for running this PHP-FPM pool.
- '';
- };
-
- phpOptions = mkOption {
- type = types.lines;
- default = fpmCfg.phpOptions;
- defaultText = "config.services.phpfpm.phpOptions";
- description = ''
- "Options appended to the PHP configuration file php.ini used for this PHP-FPM pool."
- '';
- };
-
- extraConfig = mkOption {
- type = types.lines;
- example = ''
- user = nobody
- pm = dynamic
- pm.max_children = 75
- pm.start_servers = 10
- pm.min_spare_servers = 5
- pm.max_spare_servers = 20
- pm.max_requests = 500
- '';
-
- description = ''
- Extra lines that go into the pool configuration.
- See the documentation on php-fpm.conf for
- details on configuration directives.
- '';
- };
- };
-}
-
diff --git a/nixos/modules/services/x11/clight.nix b/nixos/modules/services/x11/clight.nix
new file mode 100644
index 00000000000..6ec395bb05e
--- /dev/null
+++ b/nixos/modules/services/x11/clight.nix
@@ -0,0 +1,115 @@
+{ config, pkgs, lib, ... }:
+
+with lib;
+
+let
+ cfg = config.services.clight;
+
+ toConf = v:
+ if builtins.isFloat v then toString v
+ else if isInt v then toString v
+ else if isBool v then boolToString v
+ else if isString v then ''"${escape [''"''] v}"''
+ else if isList v then "[ " + concatMapStringsSep ", " toConf v + " ]"
+ else abort "clight.toConf: unexpected type (v = ${v})";
+
+ clightConf = pkgs.writeText "clight.conf"
+ (concatStringsSep "\n" (mapAttrsToList
+ (name: value: "${toString name} = ${toConf value};")
+ (filterAttrs
+ (_: value: value != null)
+ cfg.settings)));
+in {
+ options.services.clight = {
+ enable = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Whether to enable clight or not.
+ '';
+ };
+
+ temperature = {
+ day = mkOption {
+ type = types.int;
+ default = 5500;
+ description = ''
+ Colour temperature to use during the day, between
+ 1000 and 25000 K.
+ '';
+ };
+ night = mkOption {
+ type = types.int;
+ default = 3700;
+ description = ''
+ Colour temperature to use at night, between
+ 1000 and 25000 K.
+ '';
+ };
+ };
+
+ settings = let
+ validConfigTypes = with types; either int (either str (either bool float));
+ in mkOption {
+ type = with types; attrsOf (nullOr (either validConfigTypes (listOf validConfigTypes)));
+ default = {};
+ example = { captures = 20; gamma_long_transition = true; ac_capture_timeouts = [ 120 300 60 ]; };
+ description = ''
+ Additional configuration to extend clight.conf. See
+ for a
+ sample configuration file.
+ '';
+ };
+ };
+
+ config = mkIf cfg.enable {
+ boot.kernelModules = [ "i2c_dev" ];
+ environment.systemPackages = with pkgs; [ clight clightd ];
+ services.dbus.packages = with pkgs; [ clight clightd ];
+ services.upower.enable = true;
+
+ services.clight.settings = {
+ gamma_temp = with cfg.temperature; mkDefault [ day night ];
+ } // (optionalAttrs (config.location.provider == "manual") {
+ latitude = mkDefault config.location.latitude;
+ longitude = mkDefault config.location.longitude;
+ });
+
+ services.geoclue2.appConfig."clightc" = {
+ isAllowed = true;
+ isSystem = true;
+ };
+
+ systemd.services.clightd = {
+ requires = [ "polkit.service" ];
+ wantedBy = [ "multi-user.target" ];
+
+ description = "Bus service to manage various screen related properties (gamma, dpms, backlight)";
+ serviceConfig = {
+ Type = "dbus";
+ BusName = "org.clightd.clightd";
+ Restart = "on-failure";
+ RestartSec = 5;
+ ExecStart = ''
+ ${pkgs.clightd}/bin/clightd
+ '';
+ };
+ };
+
+ systemd.user.services.clight = {
+ after = [ "upower.service" "clightd.service" ];
+ wants = [ "upower.service" "clightd.service" ];
+ partOf = [ "graphical-session.target" ];
+ wantedBy = [ "graphical-session.target" ];
+
+ description = "C daemon to adjust screen brightness to match ambient brightness, as computed capturing frames from webcam";
+ serviceConfig = {
+ Restart = "on-failure";
+ RestartSec = 5;
+ ExecStart = ''
+ ${pkgs.clight}/bin/clight --conf-file ${clightConf}
+ '';
+ };
+ };
+ };
+}
diff --git a/nixos/modules/services/x11/compton.nix b/nixos/modules/services/x11/compton.nix
index d4357324c87..a94a76ff0c0 100644
--- a/nixos/modules/services/x11/compton.nix
+++ b/nixos/modules/services/x11/compton.nix
@@ -7,57 +7,35 @@ let
cfg = config.services.compton;
- literalAttrs = v:
- if isString v then toString v
- else if isAttrs v then "{\n"
- + concatStringsSep "\n" (mapAttrsToList
- (name: value: "${literalAttrs name} = ${literalAttrs value};")
- v)
- + "\n}"
- else generators.toPretty {} v;
+ pairOf = x: with types; addCheck (listOf x) (y: length y == 2);
floatBetween = a: b: with lib; with types;
addCheck str (x: versionAtLeast x a && versionOlder x b);
- pairOf = x: with types; addCheck (listOf x) (y: length y == 2);
+ toConf = attrs: concatStringsSep "\n"
+ (mapAttrsToList
+ (k: v: let
+ sep = if isAttrs v then ":" else "=";
+ # Basically a tinkered lib.generators.mkKeyValueDefault
+ mkValueString = v:
+ if isBool v then boolToString v
+ else if isInt v then toString v
+ else if isFloat v then toString v
+ else if isString v then ''"${escape [ ''"'' ] v}"''
+ else if isList v then "[ "
+ + concatMapStringsSep " , " mkValueString v
+ + " ]"
+ else if isAttrs v then "{ "
+ + concatStringsSep " "
+ (mapAttrsToList
+ (key: value: "${toString key}=${mkValueString value};")
+ v)
+ + " }"
+ else abort "compton.mkValueString: unexpected type (v = ${v})";
+ in "${escape [ sep ] k}${sep}${mkValueString v};")
+ attrs);
- opacityRules = optionalString (length cfg.opacityRules != 0)
- (concatMapStringsSep ",\n" (rule: ''"${rule}"'') cfg.opacityRules);
-
- configFile = pkgs.writeText "compton.conf"
- (optionalString cfg.fade ''
- # fading
- fading = true;
- fade-delta = ${toString cfg.fadeDelta};
- fade-in-step = ${elemAt cfg.fadeSteps 0};
- fade-out-step = ${elemAt cfg.fadeSteps 1};
- fade-exclude = ${toJSON cfg.fadeExclude};
- '' + optionalString cfg.shadow ''
-
- # shadows
- shadow = true;
- shadow-offset-x = ${toString (elemAt cfg.shadowOffsets 0)};
- shadow-offset-y = ${toString (elemAt cfg.shadowOffsets 1)};
- shadow-opacity = ${cfg.shadowOpacity};
- shadow-exclude = ${toJSON cfg.shadowExclude};
- '' + ''
-
- # opacity
- active-opacity = ${cfg.activeOpacity};
- inactive-opacity = ${cfg.inactiveOpacity};
-
- wintypes:
- ${literalAttrs cfg.wintypes};
-
- opacity-rule = [
- ${opacityRules}
- ];
-
- # other options
- backend = ${toJSON cfg.backend};
- vsync = ${boolToString cfg.vSync};
- refresh-rate = ${toString cfg.refreshRate};
- '' + cfg.extraOptions);
+ configFile = pkgs.writeText "compton.conf" (toConf cfg.settings);
in {
@@ -236,23 +214,13 @@ in {
'';
};
- package = mkOption {
- type = types.package;
- default = pkgs.compton;
- defaultText = "pkgs.compton";
- example = literalExample "pkgs.compton";
- description = ''
- Compton derivation to use.
- '';
- };
-
- extraOptions = mkOption {
- type = types.lines;
- default = "";
- example = ''
- unredir-if-possible = true;
- dbe = true;
- '';
+ settings = let
+ configTypes = with types; oneOf [ bool int float str ];
+ # types.loaOf converts lists to sets
+ loaOf = t: with types; either (listOf t) (attrsOf t);
+ in mkOption {
+ type = loaOf (types.either configTypes (loaOf (types.either configTypes (loaOf configTypes))));
+ default = {};
description = ''
Additional Compton configuration.
'';
@@ -260,6 +228,42 @@ in {
};
config = mkIf cfg.enable {
+ services.compton.settings = let
+ # Hard conversion to float, literally lib.toInt but toFloat
+ toFloat = str: let
+ may_be_float = builtins.fromJSON str;
+ in if builtins.isFloat may_be_float
+ then may_be_float
+ else throw "Could not convert ${str} to float.";
+ in {
+ # fading
+ fading = mkDefault cfg.fade;
+ fade-delta = mkDefault cfg.fadeDelta;
+ fade-in-step = mkDefault (toFloat (elemAt cfg.fadeSteps 0));
+ fade-out-step = mkDefault (toFloat (elemAt cfg.fadeSteps 1));
+ fade-exclude = mkDefault cfg.fadeExclude;
+
+ # shadows
+ shadow = mkDefault cfg.shadow;
+ shadow-offset-x = mkDefault (elemAt cfg.shadowOffsets 0);
+ shadow-offset-y = mkDefault (elemAt cfg.shadowOffsets 1);
+ shadow-opacity = mkDefault (toFloat cfg.shadowOpacity);
+ shadow-exclude = mkDefault cfg.shadowExclude;
+
+ # opacity
+ active-opacity = mkDefault (toFloat cfg.activeOpacity);
+ inactive-opacity = mkDefault (toFloat cfg.inactiveOpacity);
+
+ wintypes = mkDefault cfg.wintypes;
+
+ opacity-rule = mkDefault cfg.opacityRules;
+
+ # other options
+ backend = mkDefault cfg.backend;
+ vsync = mkDefault cfg.vSync;
+ refresh-rate = mkDefault cfg.refreshRate;
+ };
+
systemd.user.services.compton = {
description = "Compton composite manager";
wantedBy = [ "graphical-session.target" ];
@@ -271,13 +275,13 @@ in {
};
serviceConfig = {
- ExecStart = "${cfg.package}/bin/compton --config ${configFile}";
+ ExecStart = "${pkgs.compton}/bin/compton --config ${configFile}";
RestartSec = 3;
Restart = "always";
};
};
- environment.systemPackages = [ cfg.package ];
+ environment.systemPackages = [ pkgs.compton ];
};
}
diff --git a/nixos/modules/services/x11/desktop-managers/default.nix b/nixos/modules/services/x11/desktop-managers/default.nix
index 2b1e9169e5f..671a959cdde 100644
--- a/nixos/modules/services/x11/desktop-managers/default.nix
+++ b/nixos/modules/services/x11/desktop-managers/default.nix
@@ -20,7 +20,7 @@ in
imports = [
./none.nix ./xterm.nix ./xfce.nix ./plasma5.nix ./lumina.nix
./lxqt.nix ./enlightenment.nix ./gnome3.nix ./kodi.nix ./maxx.nix
- ./mate.nix ./pantheon.nix
+ ./mate.nix ./pantheon.nix ./surf-display.nix
];
options = {
diff --git a/nixos/modules/services/x11/desktop-managers/gnome3.nix b/nixos/modules/services/x11/desktop-managers/gnome3.nix
index ef6820d3326..b18d06a095d 100644
--- a/nixos/modules/services/x11/desktop-managers/gnome3.nix
+++ b/nixos/modules/services/x11/desktop-managers/gnome3.nix
@@ -15,20 +15,27 @@ let
'';
};
- nixos-gsettings-desktop-schemas = pkgs.runCommand "nixos-gsettings-desktop-schemas" { preferLocalBuild = true; }
+ nixos-gsettings-desktop-schemas = let
+ defaultPackages = with pkgs; [ gsettings-desktop-schemas gnome3.gnome-shell ];
+ in
+ pkgs.runCommand "nixos-gsettings-desktop-schemas" { preferLocalBuild = true; }
''
mkdir -p $out/share/gsettings-schemas/nixos-gsettings-overrides/glib-2.0/schemas
- cp -rf ${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/gsettings-desktop-schemas*/glib-2.0/schemas/*.xml $out/share/gsettings-schemas/nixos-gsettings-overrides/glib-2.0/schemas
- ${concatMapStrings (pkg: "cp -rf ${pkg}/share/gsettings-schemas/*/glib-2.0/schemas/*.xml $out/share/gsettings-schemas/nixos-gsettings-overrides/glib-2.0/schemas\n") cfg.extraGSettingsOverridePackages}
+ ${concatMapStrings
+ (pkg: "cp -rf ${pkg}/share/gsettings-schemas/*/glib-2.0/schemas/*.xml $out/share/gsettings-schemas/nixos-gsettings-overrides/glib-2.0/schemas\n")
+ (defaultPackages ++ cfg.extraGSettingsOverridePackages)}
chmod -R a+w $out/share/gsettings-schemas/nixos-gsettings-overrides
cat - > $out/share/gsettings-schemas/nixos-gsettings-overrides/glib-2.0/schemas/nixos-defaults.gschema.override <<- EOF
[org.gnome.desktop.background]
- picture-uri='${pkgs.nixos-artwork.wallpapers.simple-dark-gray}/share/artwork/gnome/nix-wallpaper-simple-dark-gray.png'
+ picture-uri='file://${pkgs.nixos-artwork.wallpapers.simple-dark-gray}/share/artwork/gnome/nix-wallpaper-simple-dark-gray.png'
[org.gnome.desktop.screensaver]
- picture-uri='${pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom}/share/artwork/gnome/nix-wallpaper-simple-dark-gray_bottom.png'
+ picture-uri='file://${pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom}/share/artwork/gnome/nix-wallpaper-simple-dark-gray_bottom.png'
+
+ [org.gnome.shell]
+ favorite-apps=[ 'org.gnome.Epiphany.desktop', 'evolution.desktop', 'org.gnome.Music.desktop', 'org.gnome.Photos.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop' ]
${cfg.extraGSettingsOverrides}
EOF
@@ -123,19 +130,14 @@ in {
services.dleyna-renderer.enable = mkDefault true;
services.dleyna-server.enable = mkDefault true;
services.gnome3.at-spi2-core.enable = true;
- services.gnome3.evince.enable = mkDefault true;
services.gnome3.evolution-data-server.enable = true;
- services.gnome3.file-roller.enable = mkDefault true;
services.gnome3.glib-networking.enable = true;
- services.gnome3.gnome-disks.enable = mkDefault true;
- services.gnome3.gnome-documents.enable = mkDefault true;
services.gnome3.gnome-keyring.enable = true;
services.gnome3.gnome-online-accounts.enable = mkDefault true;
services.gnome3.gnome-remote-desktop.enable = mkDefault true;
services.gnome3.gnome-settings-daemon.enable = true;
- services.gnome3.gnome-terminal-server.enable = mkDefault true;
services.gnome3.gnome-user-share.enable = mkDefault true;
- services.gnome3.gvfs.enable = true;
+ services.gvfs.enable = true;
services.gnome3.rygel.enable = mkDefault true;
services.gnome3.seahorse.enable = mkDefault true;
services.gnome3.sushi.enable = mkDefault true;
@@ -154,7 +156,16 @@ in {
services.hardware.bolt.enable = mkDefault true;
services.xserver.libinput.enable = mkDefault true; # for controlling touchpad settings via gnome control center
systemd.packages = [ pkgs.gnome3.vino ];
- services.flatpak.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
+ xdg.portal.enable = true;
+ xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
+
+ # Enable default programs
+ programs.dconf.enable = true;
+ programs.evince.enable = mkDefault true;
+ programs.file-roller.enable = mkDefault true;
+ programs.gnome-disks.enable = mkDefault true;
+ programs.gnome-documents.enable = mkDefault true;
+ programs.gnome-terminal.enable = mkDefault true;
# If gnome3 is installed, build vim for gtk3 too.
nixpkgs.config.vim.gui = "gtk3";
@@ -220,8 +231,6 @@ in {
services.xserver.updateDbusEnvironment = true;
- environment.variables.GIO_EXTRA_MODULES = [ "${lib.getLib pkgs.gnome3.dconf}/lib/gio/modules"
- "${pkgs.gnome3.gvfs}/lib/gio/modules" ];
environment.systemPackages = pkgs.gnome3.corePackages ++ cfg.sessionPath
++ (pkgs.gnome3.removePackagesByName pkgs.gnome3.optionalPackages config.environment.gnome3.excludePackages) ++ [
pkgs.xdg-user-dirs # Update user dirs as described in http://freedesktop.org/wiki/Software/xdg-user-dirs/
@@ -229,7 +238,7 @@ in {
# Use the correct gnome3 packageSet
networking.networkmanager.basePackages =
- { inherit (pkgs) networkmanager modemmanager wpa_supplicant;
+ { inherit (pkgs) networkmanager modemmanager wpa_supplicant crda;
inherit (pkgs.gnome3) networkmanager-openvpn networkmanager-vpnc
networkmanager-openconnect networkmanager-fortisslvpn
networkmanager-iodine networkmanager-l2tp; };
diff --git a/nixos/modules/services/x11/desktop-managers/lxqt.nix b/nixos/modules/services/x11/desktop-managers/lxqt.nix
index 4368adedb34..bf53082b267 100644
--- a/nixos/modules/services/x11/desktop-managers/lxqt.nix
+++ b/nixos/modules/services/x11/desktop-managers/lxqt.nix
@@ -58,7 +58,8 @@ in
# Link some extra directories in /run/current-system/software/share
environment.pathsToLink = [ "/share" ];
- environment.variables.GIO_EXTRA_MODULES = [ "${pkgs.gvfs}/lib/gio/modules" ];
+ services.gvfs.enable = true;
+ services.gvfs.package = pkgs.gvfs;
services.upower.enable = config.powerManagement.enable;
};
diff --git a/nixos/modules/services/x11/desktop-managers/mate.nix b/nixos/modules/services/x11/desktop-managers/mate.nix
index a2d0810f90d..e1084b0053c 100644
--- a/nixos/modules/services/x11/desktop-managers/mate.nix
+++ b/nixos/modules/services/x11/desktop-managers/mate.nix
@@ -94,17 +94,19 @@ in
];
programs.dconf.enable = true;
+ # Shell integration for VTE terminals
+ programs.bash.vteIntegration = mkDefault true;
+ programs.zsh.vteIntegration = mkDefault true;
+
services.gnome3.at-spi2-core.enable = true;
services.gnome3.gnome-keyring.enable = true;
services.gnome3.gnome-settings-daemon.enable = true;
services.gnome3.gnome-settings-daemon.package = pkgs.mate.mate-settings-daemon;
- services.gnome3.gvfs.enable = true;
+ services.gvfs.enable = true;
services.upower.enable = config.powerManagement.enable;
security.pam.services."mate-screensaver".unixAuth = true;
- environment.variables.GIO_EXTRA_MODULES = [ "${pkgs.gnome3.gvfs}/lib/gio/modules" ];
-
environment.pathsToLink = [ "/share" ];
};
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix
index 41903b33fae..ae23015d200 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.nix
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix
@@ -99,9 +99,9 @@ in
fi
'') cfg.sessionPath}
- # Makes qt applications look less alien
- export QT_QPA_PLATFORMTHEME=gtk3
- export QT_STYLE_OVERRIDE=adwaita
+ # Settings from elementary-default-settings
+ export GTK_CSD=1
+ export GTK_MODULES=$GTK_MODULES:pantheon-filechooser-module
fi
'';
@@ -119,15 +119,13 @@ in
];
services.pantheon.contractor.enable = mkDefault true;
services.gnome3.at-spi2-core.enable = true;
- services.gnome3.evince.enable = mkDefault true;
services.gnome3.evolution-data-server.enable = true;
- services.gnome3.file-roller.enable = mkDefault true;
- # TODO: gnome-keyring's xdg autostarts will still be in the environment (from elementary-session-settings) if disabled forcefully
services.gnome3.glib-networking.enable = true;
+ # TODO: gnome-keyring's xdg autostarts will still be in the environment (from elementary-session-settings) if disabled forcefully
services.gnome3.gnome-keyring.enable = true;
services.gnome3.gnome-settings-daemon.enable = true;
services.gnome3.gnome-settings-daemon.package = pkgs.pantheon.elementary-settings-daemon;
- services.gnome3.gvfs.enable = true;
+ services.gvfs.enable = true;
services.gnome3.rygel.enable = mkDefault true;
services.gsignond.enable = mkDefault true;
services.gsignond.plugins = with pkgs.gsignondPlugins; [ lastfm mail oauth ];
@@ -136,7 +134,6 @@ in
services.xserver.libinput.enable = mkDefault true;
services.xserver.updateDbusEnvironment = true;
services.zeitgeist.enable = mkDefault true;
-
services.geoclue2.enable = mkDefault true;
# pantheon has pantheon-agent-geoclue2
services.geoclue2.enableDemoAgent = false;
@@ -145,9 +142,22 @@ in
isSystem = true;
};
+ programs.dconf.enable = true;
+ programs.evince.enable = mkDefault true;
+ programs.file-roller.enable = mkDefault true;
+
+ # Shell integration for VTE terminals
+ programs.bash.vteIntegration = mkDefault true;
+ programs.zsh.vteIntegration = mkDefault true;
+
+ # Harmonize Qt5 applications under Pantheon
+ qt5.enable = true;
+ qt5.platformTheme = "gnome";
+ qt5.style = "adwaita";
+
networking.networkmanager.enable = mkDefault true;
networking.networkmanager.basePackages =
- { inherit (pkgs) networkmanager modemmanager wpa_supplicant;
+ { inherit (pkgs) networkmanager modemmanager wpa_supplicant crda;
inherit (pkgs.gnome3) networkmanager-openvpn networkmanager-vpnc
networkmanager-openconnect networkmanager-fortisslvpn
networkmanager-iodine networkmanager-l2tp; };
@@ -157,11 +167,6 @@ in
environment.variables.GNOME_SESSION_DEBUG = optionalString cfg.debug "1";
- environment.variables.GIO_EXTRA_MODULES = [
- "${lib.getLib pkgs.gnome3.dconf}/lib/gio/modules"
- "${pkgs.gnome3.gvfs}/lib/gio/modules"
- ];
-
environment.pathsToLink = [
# FIXME: modules should link subdirs of `/share` rather than relying on this
"/share"
@@ -183,7 +188,6 @@ in
glib-networking
gnome-menus
gnome3.adwaita-icon-theme
- gnome3.dconf
gtk3.out
hicolor-icon-theme
lightlocker
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index dc8bfc7dc17..94a307ae100 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -21,6 +21,13 @@ in
description = "Enable the Plasma 5 (KDE 5) desktop environment.";
};
+ phononBackend = mkOption {
+ type = types.enum [ "gstreamer" "vlc" ];
+ default = "gstreamer";
+ example = "vlc";
+ description = "Phonon audio backend to install.";
+ };
+
enableQt4Support = mkOption {
type = types.bool;
default = true;
@@ -64,8 +71,8 @@ in
};
security.wrappers = {
- kcheckpass.source = "${lib.getBin plasma5.kscreenlocker}/lib/libexec/kcheckpass";
- "start_kdeinit".source = "${lib.getBin pkgs.kinit}/lib/libexec/kf5/start_kdeinit";
+ kcheckpass.source = "${lib.getBin plasma5.kscreenlocker}/libexec/kcheckpass";
+ "start_kdeinit".source = "${lib.getBin pkgs.kinit}/libexec/kf5/start_kdeinit";
kwin_wayland = {
source = "${lib.getBin plasma5.kwin}/bin/kwin_wayland";
capabilities = "cap_sys_nice+ep";
@@ -161,15 +168,17 @@ in
qtvirtualkeyboard
- libsForQt5.phonon-backend-gstreamer
-
xdg-user-dirs # Update user dirs as described in https://freedesktop.org/wiki/Software/xdg-user-dirs/
]
- ++ lib.optionals cfg.enableQt4Support [ pkgs.phonon-backend-gstreamer ]
+ # Phonon audio backend
+ ++ lib.optional (cfg.phononBackend == "gstreamer") libsForQt5.phonon-backend-gstreamer
+ ++ lib.optional (cfg.phononBackend == "gstreamer" && cfg.enableQt4Support) pkgs.phonon-backend-gstreamer
+ ++ lib.optional (cfg.phononBackend == "vlc") libsForQt5.phonon-backend-vlc
+ ++ lib.optional (cfg.phononBackend == "vlc" && cfg.enableQt4Support) pkgs.phonon-backend-vlc
# Optional hardware support features
- ++ lib.optional config.hardware.bluetooth.enable bluedevil
+ ++ lib.optionals config.hardware.bluetooth.enable [ bluedevil bluez-qt ]
++ lib.optional config.networking.networkmanager.enable plasma-nm
++ lib.optional config.hardware.pulseaudio.enable plasma-pa
++ lib.optional config.powerManagement.enable powerdevil
@@ -224,6 +233,9 @@ in
security.pam.services.sddm.enableKwallet = true;
security.pam.services.slim.enableKwallet = true;
+ xdg.portal.enable = true;
+ xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde ];
+
# Update the start menu for each user that is currently logged in
system.userActivationScripts.plasmaSetup = ''
# The KDE icon cache is supposed to update itself
diff --git a/nixos/modules/services/x11/desktop-managers/surf-display.nix b/nixos/modules/services/x11/desktop-managers/surf-display.nix
new file mode 100644
index 00000000000..232bbf5c55d
--- /dev/null
+++ b/nixos/modules/services/x11/desktop-managers/surf-display.nix
@@ -0,0 +1,127 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+ cfg = config.services.xserver.desktopManager.surf-display;
+
+ surfDisplayConf = ''
+ # Surf Kiosk Display: Wrap around surf browser and turn your
+ # system into a browser screen in KIOSK-mode.
+
+ # default download URI for all display screens if not configured individually
+ DEFAULT_WWW_URI="${cfg.defaultWwwUri}"
+
+ # Enforce fixed resolution for all displays (default: not set):
+ #DEFAULT_RESOLUTION="1920x1080"
+
+ # HTTP proxy URL, if needed (default: not set).
+ #HTTP_PROXY_URL="http://webcache:3128"
+
+ # Setting for internal inactivity timer to restart surf-display
+ # if the user goes inactive/idle.
+ INACTIVITY_INTERVAL="${builtins.toString cfg.inactivityInterval}"
+
+ # log to syslog instead of .xsession-errors
+ LOG_TO_SYSLOG="yes"
+
+ # Launch pulseaudio daemon if not already running.
+ WITH_PULSEAUDIO="yes"
+
+ # screensaver settings, see "man 1 xset" for possible options
+ SCREENSAVER_SETTINGS="${cfg.screensaverSettings}"
+
+ # disable right and middle pointer device click in browser sessions while keeping
+ # scrolling wheels' functionality intact... (consider "pointer" subcommand on
+ # xmodmap man page for details).
+ POINTER_BUTTON_MAP="${cfg.pointerButtonMap}"
+
+ # Hide idle mouse pointer.
+ HIDE_IDLE_POINTER="${cfg.hideIdlePointer}"
+
+ ${cfg.extraConfig}
+ '';
+
+in {
+ options = {
+ services.xserver.desktopManager.surf-display = {
+ enable = mkEnableOption "surf-display as a kiosk browser session";
+
+ defaultWwwUri = mkOption {
+ type = types.string;
+ default = "${pkgs.surf-display}/share/surf-display/empty-page.html";
+ example = "https://www.example.com/";
+ description = "Default URI to display.";
+ };
+
+ inactivityInterval = mkOption {
+ type = types.int;
+ default = 300;
+ example = "0";
+ description = ''
+ Setting for internal inactivity timer to restart surf-display if the
+ user goes inactive/idle to get a fresh session for the next user of
+ the kiosk.
+
+ If this value is set to zero, the whole feature of restarting due to
+ inactivity is disabled.
+ '';
+ };
+
+ screensaverSettings = mkOption {
+ type = types.string;
+ default = "";
+ description = ''
+ Screensaver settings, see man 1 xset for possible options.
+ '';
+ };
+
+ pointerButtonMap = mkOption {
+ type = types.string;
+ default = "1 0 0 4 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0";
+ description = ''
+ Disable right and middle pointer device click in browser sessions
+ while keeping scrolling wheels' functionality intact. See pointer
+ subcommand on man xmodmap for details.
+ '';
+ };
+
+ hideIdlePointer = mkOption {
+ type = types.string;
+ default = "yes";
+ example = "no";
+ description = "Hide idle mouse pointer.";
+ };
+
+ extraConfig = mkOption {
+ type = types.string;
+ default = "";
+ example = ''
+ # Enforce fixed resolution for all displays (default: not set):
+ DEFAULT_RESOLUTION="1920x1080"
+
+ # HTTP proxy URL, if needed (default: not set).
+ HTTP_PROXY_URL="http://webcache:3128"
+
+ # Configure individual display screens with host specific parameters:
+ DISPLAYS['display-host-0']="www_uri=https://www.displayserver.comany.net/display-1/index.html"
+ DISPLAYS['display-host-1']="www_uri=https://www.displayserver.comany.net/display-2/index.html"
+ DISPLAYS['display-host-2']="www_uri=https://www.displayserver.comany.net/display-3/index.html|res=1920x1280"
+ DISPLAYS['display-host-3']="www_uri=https://www.displayserver.comany.net/display-4/index.html"|res=1280x1024"
+ DISPLAYS['display-host-local-file']="www_uri=file:///usr/share/doc/surf-display/empty-page.html"
+ '';
+ description = ''
+ Extra configuration options to append to /etc/default/surf-display.
+ '';
+ };
+ };
+ };
+
+ config = mkIf cfg.enable {
+ services.xserver.displayManager.extraSessionFilePackages = [
+ pkgs.surf-display
+ ];
+
+ environment.etc."default/surf-display".text = surfDisplayConf;
+ };
+}
diff --git a/nixos/modules/services/x11/desktop-managers/xfce.nix b/nixos/modules/services/x11/desktop-managers/xfce.nix
index 6852154378d..1102f73d1ac 100644
--- a/nixos/modules/services/x11/desktop-managers/xfce.nix
+++ b/nixos/modules/services/x11/desktop-managers/xfce.nix
@@ -66,7 +66,6 @@ in
exo
garcon
gtk-xfce-engine
- gvfs
libxfce4ui
tumbler
xfconf
@@ -100,10 +99,6 @@ in
"/share/gtksourceview-2.0"
];
- environment.variables = {
- GIO_EXTRA_MODULES = [ "${pkgs.xfce.gvfs}/lib/gio/modules" ];
- };
-
services.xserver.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
services.xserver.desktopManager.session = [{
@@ -128,5 +123,7 @@ in
# Enable helpful DBus services.
services.udisks2.enable = true;
services.upower.enable = config.powerManagement.enable;
+ services.gvfs.enable = true;
+ services.gvfs.package = pkgs.xfce.gvfs;
};
}
diff --git a/nixos/modules/services/x11/desktop-managers/xterm.nix b/nixos/modules/services/x11/desktop-managers/xterm.nix
index f386ebc4d3c..ea441fbbe71 100644
--- a/nixos/modules/services/x11/desktop-managers/xterm.nix
+++ b/nixos/modules/services/x11/desktop-managers/xterm.nix
@@ -5,6 +5,7 @@ with lib;
let
cfg = config.services.xserver.desktopManager.xterm;
+ xserverEnabled = config.services.xserver.enable;
in
@@ -13,7 +14,8 @@ in
services.xserver.desktopManager.xterm.enable = mkOption {
type = types.bool;
- default = true;
+ default = xserverEnabled;
+ defaultText = "config.services.xserver.enable";
description = "Enable a xterm terminal as a desktop manager.";
};
diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix
index ff4b91923e0..3f1669d0851 100644
--- a/nixos/modules/services/x11/display-managers/gdm.nix
+++ b/nixos/modules/services/x11/display-managers/gdm.nix
@@ -96,6 +96,14 @@ in
type = types.bool;
};
+ autoSuspend = mkOption {
+ default = true;
+ description = ''
+ Suspend the machine after inactivity.
+ '';
+ type = types.bool;
+ };
+
};
};
@@ -176,10 +184,40 @@ in
systemd.user.services.dbus.wantedBy = [ "default.target" ];
- programs.dconf.profiles.gdm = pkgs.writeText "dconf-gdm-profile" ''
- system-db:local
- ${gdm}/share/dconf/profile/gdm
- '';
+ programs.dconf.profiles.gdm =
+ let
+ customDconf = pkgs.writeTextFile {
+ name = "gdm-dconf";
+ destination = "/dconf/gdm-custom";
+ text = ''
+ ${optionalString (!cfg.gdm.autoSuspend) ''
+ [org/gnome/settings-daemon/plugins/power]
+ sleep-inactive-ac-type='nothing'
+ sleep-inactive-battery-type='nothing'
+ sleep-inactive-ac-timeout=0
+ sleep-inactive-battery-timeout=0
+ ''}
+ '';
+ };
+
+ customDconfDb = pkgs.stdenv.mkDerivation {
+ name = "gdm-dconf-db";
+ buildCommand = ''
+ ${pkgs.gnome3.dconf}/bin/dconf compile $out ${customDconf}/dconf
+ '';
+ };
+ in pkgs.stdenv.mkDerivation {
+ name = "dconf-gdm-profile";
+ buildCommand = ''
+ # Check that the GDM profile starts with what we expect.
+ if [ $(head -n 1 ${gdm}/share/dconf/profile/gdm) != "user-db:user" ]; then
+ echo "GDM dconf profile changed, please update gdm.nix"
+ exit 1
+ fi
+ # Insert our custom DB behind it.
+ sed '2ifile-db:${customDconfDb}' ${gdm}/share/dconf/profile/gdm > $out
+ '';
+ };
# Use AutomaticLogin if delay is zero, because it's immediate.
# Otherwise with TimedLogin with zero seconds the prompt is still
diff --git a/nixos/modules/services/x11/extra-layouts.nix b/nixos/modules/services/x11/extra-layouts.nix
new file mode 100644
index 00000000000..5523dd2bf02
--- /dev/null
+++ b/nixos/modules/services/x11/extra-layouts.nix
@@ -0,0 +1,165 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+ layouts = config.services.xserver.extraLayouts;
+
+ layoutOpts = {
+ options = {
+ description = mkOption {
+ type = types.str;
+ description = "A short description of the layout.";
+ };
+
+ languages = mkOption {
+ type = types.listOf types.str;
+ description =
+ ''
+ A list of languages provided by the layout.
+ (Use ISO 639-2 codes, for example: "eng" for english)
+ '';
+ };
+
+ compatFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ description = ''
+ The path to the xkb compat file.
+ This file sets the compatibility state, used to preserve
+ compatibility with xkb-unaware programs.
+ It must contain a xkb_compat "name" { ... } block.
+ '';
+ };
+
+ geometryFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ description = ''
+ The path to the xkb geometry file.
+ This (completely optional) file describes the physical layout of
+ keyboard, which maybe be used by programs to depict it.
+ It must contain a xkb_geometry "name" { ... } block.
+ '';
+ };
+
+ keycodesFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ description = ''
+ The path to the xkb keycodes file.
+ This file specifies the range and the interpretation of the raw
+ keycodes sent by the keyboard.
+ It must contain a xkb_keycodes "name" { ... } block.
+ '';
+ };
+
+ symbolsFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ description = ''
+ The path to the xkb symbols file.
+ This is the most important file: it defines which symbol or action
+ maps to each key and must contain a
+ xkb_symbols "name" { ... } block.
+ '';
+ };
+
+ typesFile = mkOption {
+ type = types.nullOr types.path;
+ default = null;
+ description = ''
+ The path to the xkb types file.
+ This file specifies the key types that can be associated with
+ the various keyboard keys.
+ It must contain a xkb_types "name" { ... } block.
+ '';
+ };
+
+ };
+ };
+
+in
+
+{
+
+ ###### interface
+
+ options.services.xserver = {
+ extraLayouts = mkOption {
+ type = types.attrsOf (types.submodule layoutOpts);
+ default = {};
+ example = literalExample
+ ''
+ {
+ mine = {
+ description = "My custom xkb layout.";
+ languages = [ "eng" ];
+ symbolsFile = /path/to/my/layout;
+ };
+ }
+ '';
+ description = ''
+ Extra custom layouts that will be included in the xkb configuration.
+ Information on how to create a new layout can be found here:
+ .
+ For more examples see
+
+ '';
+ };
+
+ };
+
+ ###### implementation
+
+ config = mkIf (layouts != { }) {
+
+ # We don't override xkeyboard_config directly to
+ # reduce the amount of packages to be recompiled.
+ # Only the following packages are necessary to set
+ # a custom layout anyway:
+ nixpkgs.overlays = lib.singleton (self: super: {
+
+ xkb_patched = self.xorg.xkeyboardconfig_custom {
+ layouts = config.services.xserver.extraLayouts;
+ };
+
+ xorg = super.xorg // {
+ xorgserver = super.xorg.xorgserver.overrideAttrs (old: {
+ configureFlags = old.configureFlags ++ [
+ "--with-xkb-bin-directory=${self.xorg.xkbcomp}/bin"
+ "--with-xkb-path=${self.xkb_patched}/share/X11/xkb"
+ ];
+ });
+
+ setxkbmap = super.xorg.setxkbmap.overrideAttrs (old: {
+ postInstall =
+ ''
+ mkdir -p $out/share
+ ln -sfn ${self.xkb_patched}/etc/X11 $out/share/X11
+ '';
+ });
+
+ xkbcomp = super.xorg.xkbcomp.overrideAttrs (old: {
+ configureFlags = "--with-xkb-config-root=${self.xkb_patched}/share/X11/xkb";
+ });
+
+ };
+
+ ckbcomp = super.ckbcomp.override {
+ xkeyboard_config = self.xkb_patched;
+ };
+
+ xkbvalidate = super.xkbvalidate.override {
+ libxkbcommon = self.libxkbcommon.override {
+ xkeyboard_config = self.xkb_patched;
+ };
+ };
+
+ });
+
+ services.xserver.xkbDir = "${pkgs.xkb_patched}/etc/X11/xkb";
+
+ };
+
+}
diff --git a/nixos/modules/services/x11/gdk-pixbuf.nix b/nixos/modules/services/x11/gdk-pixbuf.nix
index 2dc8eabd95a..9ad926369ec 100644
--- a/nixos/modules/services/x11/gdk-pixbuf.nix
+++ b/nixos/modules/services/x11/gdk-pixbuf.nix
@@ -5,21 +5,21 @@ with lib;
let
cfg = config.services.xserver.gdk-pixbuf;
- # Get packages to generate the cache for. We always include gdk_pixbuf.
- effectivePackages = unique ([pkgs.gdk_pixbuf] ++ cfg.modulePackages);
+ # Get packages to generate the cache for. We always include gdk-pixbuf.
+ effectivePackages = unique ([pkgs.gdk-pixbuf] ++ cfg.modulePackages);
# Generate the cache file by running gdk-pixbuf-query-loaders for each
# package and concatenating the results.
loadersCache = pkgs.runCommand "gdk-pixbuf-loaders.cache" { preferLocalBuild = true; } ''
(
for package in ${concatStringsSep " " effectivePackages}; do
- module_dir="$package/${pkgs.gdk_pixbuf.moduleDir}"
+ module_dir="$package/${pkgs.gdk-pixbuf.moduleDir}"
if [[ ! -d $module_dir ]]; then
echo "Warning (services.xserver.gdk-pixbuf): missing module directory $module_dir" 1>&2
continue
fi
GDK_PIXBUF_MODULEDIR="$module_dir" \
- ${pkgs.gdk_pixbuf.dev}/bin/gdk-pixbuf-query-loaders
+ ${pkgs.gdk-pixbuf.dev}/bin/gdk-pixbuf-query-loaders
done
) > "$out"
'';
diff --git a/nixos/modules/services/x11/hardware/libinput.nix b/nixos/modules/services/x11/hardware/libinput.nix
index 58fe702d496..a0a5e265685 100644
--- a/nixos/modules/services/x11/hardware/libinput.nix
+++ b/nixos/modules/services/x11/hardware/libinput.nix
@@ -178,7 +178,7 @@ in {
};
additionalOptions = mkOption {
- type = types.str;
+ type = types.lines;
default = "";
example =
''
diff --git a/nixos/modules/services/x11/redshift.nix b/nixos/modules/services/x11/redshift.nix
index 4345a334808..55f8f75021b 100644
--- a/nixos/modules/services/x11/redshift.nix
+++ b/nixos/modules/services/x11/redshift.nix
@@ -5,6 +5,7 @@ with lib;
let
cfg = config.services.redshift;
+ lcfg = config.location;
in {
@@ -18,35 +19,6 @@ in {
'';
};
- latitude = mkOption {
- type = types.nullOr types.str;
- default = null;
- description = ''
- Your current latitude, between
- -90.0 and 90.0. Must be provided
- along with longitude.
- '';
- };
-
- longitude = mkOption {
- type = types.nullOr types.str;
- default = null;
- description = ''
- Your current longitude, between
- between -180.0 and 180.0. Must be
- provided along with latitude.
- '';
- };
-
- provider = mkOption {
- type = types.enum [ "manual" "geoclue2" ];
- default = "manual";
- description = ''
- The location provider to use for determining your location. If set to
- manual you must also provide latitude/longitude.
- '';
- };
-
temperature = {
day = mkOption {
type = types.int;
@@ -106,33 +78,19 @@ in {
};
config = mkIf cfg.enable {
- assertions = [
- {
- assertion =
- if cfg.provider == "manual"
- then (cfg.latitude != null && cfg.longitude != null)
- else (cfg.latitude == null && cfg.longitude == null);
- message = "Latitude and longitude must be provided together, and with provider set to null.";
- }
- ];
-
# needed so that .desktop files are installed, which geoclue cares about
environment.systemPackages = [ cfg.package ];
- services.geoclue2 = mkIf (cfg.provider == "geoclue2") {
- enable = true;
- appConfig."redshift" = {
- isAllowed = true;
- isSystem = true;
- };
+ services.geoclue2.appConfig."redshift" = {
+ isAllowed = true;
+ isSystem = true;
};
- systemd.user.services.redshift =
+ systemd.user.services.redshift =
let
- providerString =
- if cfg.provider == "manual"
- then "${cfg.latitude}:${cfg.longitude}"
- else cfg.provider;
+ providerString = if lcfg.provider == "manual"
+ then "${toString lcfg.latitude}:${toString lcfg.longitude}"
+ else lcfg.provider;
in
{
description = "Redshift colour temperature adjuster";
diff --git a/nixos/modules/services/x11/xautolock.nix b/nixos/modules/services/x11/xautolock.nix
index cbe000058dc..10eef8aefbc 100644
--- a/nixos/modules/services/x11/xautolock.nix
+++ b/nixos/modules/services/x11/xautolock.nix
@@ -129,7 +129,7 @@ in
assertion = cfg.killer != null -> cfg.killtime >= 10;
message = "killtime has to be at least 10 minutes according to `man xautolock`";
}
- ] ++ (lib.flip map [ "locker" "notifier" "nowlocker" "killer" ]
+ ] ++ (lib.forEach [ "locker" "notifier" "nowlocker" "killer" ]
(option:
{
assertion = cfg."${option}" != null -> builtins.substring 0 1 cfg."${option}" == "/";
diff --git a/nixos/modules/services/x11/xserver.nix b/nixos/modules/services/x11/xserver.nix
index 0f057c4ab73..c94a0643831 100644
--- a/nixos/modules/services/x11/xserver.nix
+++ b/nixos/modules/services/x11/xserver.nix
@@ -4,8 +4,6 @@ with lib;
let
- kernelPackages = config.boot.kernelPackages;
-
# Abbreviations.
cfg = config.services.xserver;
xorg = pkgs.xorg;
@@ -16,6 +14,9 @@ let
# Alias so people can keep using "virtualbox" instead of "vboxvideo".
virtualbox = { modules = [ xorg.xf86videovboxvideo ]; driverName = "vboxvideo"; };
+ # Alias so that "radeon" uses the xf86-video-ati driver.
+ radeon = { modules = [ xorg.xf86videoati ]; driverName = "ati"; };
+
# modesetting does not have a xf86videomodesetting package as it is included in xorgserver
modesetting = {};
};
@@ -77,7 +78,7 @@ let
in imap1 mkHead cfg.xrandrHeads;
xrandrDeviceSection = let
- monitors = flip map xrandrHeads (h: ''
+ monitors = forEach xrandrHeads (h: ''
Option "monitor-${h.config.output}" "${h.name}"
'');
# First option is indented through the space in the config but any
@@ -243,7 +244,7 @@ in
videoDrivers = mkOption {
type = types.listOf types.str;
# !!! We'd like "nv" here, but it segfaults the X server.
- default = [ "ati" "cirrus" "vesa" "vmware" "modesetting" ];
+ default = [ "radeon" "cirrus" "vesa" "vmware" "modesetting" ];
example = [
"ati_unfree" "amdgpu" "amdgpu-pro"
"nv" "nvidia" "nvidiaLegacy390" "nvidiaLegacy340" "nvidiaLegacy304"
@@ -664,10 +665,9 @@ in
restartIfChanged = false;
environment =
- {
- LD_LIBRARY_PATH = concatStringsSep ":" ([ "/run/opengl-driver/lib" ]
- ++ concatLists (catAttrs "libPath" cfg.drivers));
- } // cfg.displayManager.job.environment;
+ optionalAttrs config.hardware.opengl.setLdLibraryPath
+ { LD_LIBRARY_PATH = pkgs.addOpenGLRunpath.driverLink; }
+ // cfg.displayManager.job.environment;
preStart =
''
@@ -714,7 +714,7 @@ in
nativeBuildInputs = [ pkgs.xkbvalidate ];
preferLocalBuild = true;
} ''
- validate "$xkbModel" "$layout" "$xkbVariant" "$xkbOptions"
+ xkbvalidate "$xkbModel" "$layout" "$xkbVariant" "$xkbOptions"
touch "$out"
'');
diff --git a/nixos/modules/system/activation/top-level.nix b/nixos/modules/system/activation/top-level.nix
index 5c88d27b6c6..f67d2900561 100644
--- a/nixos/modules/system/activation/top-level.nix
+++ b/nixos/modules/system/activation/top-level.nix
@@ -46,8 +46,8 @@ let
ln -s ${kernelPath} $out/kernel
ln -s ${config.system.modulesTree} $out/kernel-modules
- ${optionalString (pkgs.stdenv.hostPlatform.platform.kernelDTB or false) ''
- ln -s ${config.boot.kernelPackages.kernel}/dtbs $out/dtbs
+ ${optionalString (config.hardware.deviceTree.package != null) ''
+ ln -s ${config.hardware.deviceTree.package} $out/dtbs
''}
echo -n "$kernelParams" > $out/kernel-params
diff --git a/nixos/modules/system/boot/binfmt.nix b/nixos/modules/system/boot/binfmt.nix
index d6c0f050486..a550ffd6320 100644
--- a/nixos/modules/system/boot/binfmt.nix
+++ b/nixos/modules/system/boot/binfmt.nix
@@ -115,6 +115,14 @@ let
magicOrExtension = ''\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xf3\x00'';
mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff'';
};
+ wasm32-wasi = {
+ magicOrExtension = ''\x00asm'';
+ mask = ''\xff\xff\xff\xff'';
+ };
+ wasm64-wasi = {
+ magicOrExtension = ''\x00asm'';
+ mask = ''\xff\xff\xff\xff'';
+ };
x86_64-windows = {
magicOrExtension = ".exe";
recognitionType = "extension";
@@ -226,6 +234,7 @@ in {
emulatedSystems = mkOption {
default = [];
+ example = [ "wasm32-wasi" "x86_64-windows" "aarch64-linux" ];
description = ''
List of systems to emulate. Will also configure Nix to
support your new systems.
diff --git a/nixos/modules/system/boot/coredump.nix b/nixos/modules/system/boot/coredump.nix
deleted file mode 100644
index 30f367da766..00000000000
--- a/nixos/modules/system/boot/coredump.nix
+++ /dev/null
@@ -1,66 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-with lib;
-
-{
-
- options = {
-
- systemd.coredump = {
-
- enable = mkOption {
- default = false;
- type = types.bool;
- description = ''
- Enables storing core dumps in systemd.
- Note that this alone is not enough to enable core dumps. The maximum
- file size for core dumps must be specified in limits.conf as well. See
- and the limits.conf(5)
- man page (these specify the core dump limits for user login sessions)
- and (where e.g.
- DefaultLimitCORE=1000000 can be specified to set
- the core dump limit for systemd system-level services).
- '';
- };
-
- extraConfig = mkOption {
- default = "";
- type = types.lines;
- example = "Storage=journal";
- description = ''
- Extra config options for systemd-coredump. See coredump.conf(5) man page
- for available options.
- '';
- };
- };
-
- };
-
- config = mkMerge [
- (mkIf config.systemd.coredump.enable {
-
- systemd.additionalUpstreamSystemUnits = [ "systemd-coredump.socket" "systemd-coredump@.service" ];
-
- environment.etc."systemd/coredump.conf".text =
- ''
- [Coredump]
- ${config.systemd.coredump.extraConfig}
- '';
-
- # Have the kernel pass core dumps to systemd's coredump helper binary.
- # From systemd's 50-coredump.conf file. See:
- #
- boot.kernel.sysctl."kernel.core_pattern" = "|${pkgs.systemd}/lib/systemd/systemd-coredump %P %u %g %s %t %c %e";
- })
-
- (mkIf (!config.systemd.coredump.enable) {
- boot.kernel.sysctl."kernel.core_pattern" = mkDefault "core";
-
- systemd.extraConfig =
- ''
- DefaultLimitCORE=0:infinity
- '';
- })
- ];
-
-}
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index ab919099d11..baa8c602a99 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -36,6 +36,7 @@ in
boot.kernelPackages = mkOption {
default = pkgs.linuxPackages;
+ type = types.unspecified // { merge = mergeEqualOption; };
apply = kernelPackages: kernelPackages.extend (self: super: {
kernel = super.kernel.override {
inherit randstructSeed;
@@ -196,7 +197,7 @@ in
# (so you don't need to reboot to have changes take effect).
boot.kernelParams =
[ "loglevel=${toString config.boot.consoleLogLevel}" ] ++
- optionals config.boot.vesa [ "vga=0x317" ];
+ optionals config.boot.vesa [ "vga=0x317" "nomodeset" ];
boot.kernel.sysctl."kernel.printk" = mkDefault config.boot.consoleLogLevel;
diff --git a/nixos/modules/system/boot/kernel_config.nix b/nixos/modules/system/boot/kernel_config.nix
index fbbd0982b2c..a316782dfc5 100644
--- a/nixos/modules/system/boot/kernel_config.nix
+++ b/nixos/modules/system/boot/kernel_config.nix
@@ -9,7 +9,6 @@ let
mergeAnswer = winners: locs: defs:
let
values = map (x: x.value) defs;
- freeformAnswer = intersectLists values winners;
inter = intersectLists values winners;
winner = head winners;
in
diff --git a/nixos/modules/system/boot/loader/generic-extlinux-compatible/extlinux-conf-builder.sh b/nixos/modules/system/boot/loader/generic-extlinux-compatible/extlinux-conf-builder.sh
index c780a89b102..0092ee92b62 100644
--- a/nixos/modules/system/boot/loader/generic-extlinux-compatible/extlinux-conf-builder.sh
+++ b/nixos/modules/system/boot/loader/generic-extlinux-compatible/extlinux-conf-builder.sh
@@ -75,9 +75,8 @@ addEntry() {
copyToKernelsDir "$path/kernel"; kernel=$result
copyToKernelsDir "$path/initrd"; initrd=$result
- # XXX UGLY: maybe the system config should have a top-level "dtbs" entry?
- dtbDir=$(readlink -m "$path/kernel/../dtbs")
- if [ -d "$dtbDir" ]; then
+ dtbDir=$(readlink -m "$path/dtbs")
+ if [ -e "$dtbDir" ]; then
copyToKernelsDir "$dtbDir"; dtbs=$result
fi
diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix
index 4e4d14985b0..eca9dad6422 100644
--- a/nixos/modules/system/boot/loader/grub/grub.nix
+++ b/nixos/modules/system/boot/loader/grub/grub.nix
@@ -684,7 +684,7 @@ in
assertion = if args.efiSysMountPoint == null then true else hasPrefix "/" args.efiSysMountPoint;
message = "EFI paths must be absolute, not ${args.efiSysMountPoint}";
}
- ] ++ flip map args.devices (device: {
+ ] ++ forEach args.devices (device: {
assertion = device == "nodev" || hasPrefix "/" device;
message = "GRUB devices must be absolute paths, not ${device} in ${args.path}";
}));
diff --git a/nixos/modules/system/boot/loader/grub/install-grub.pl b/nixos/modules/system/boot/loader/grub/install-grub.pl
index a36b3c180eb..a09c5dc4761 100644
--- a/nixos/modules/system/boot/loader/grub/install-grub.pl
+++ b/nixos/modules/system/boot/loader/grub/install-grub.pl
@@ -407,6 +407,29 @@ addEntry("NixOS - Default", $defaultConfig);
$conf .= "$extraEntries\n" unless $extraEntriesBeforeNixOS;
+# Find all the children of the current default configuration
+# Do not search for grand children
+my @links = sort (glob "$defaultConfig/fine-tune/*");
+foreach my $link (@links) {
+
+ my $entryName = "";
+
+ my $cfgName = readFile("$link/configuration-name");
+
+ my $date = strftime("%F", localtime(lstat($link)->mtime));
+ my $version =
+ -e "$link/nixos-version"
+ ? readFile("$link/nixos-version")
+ : basename((glob(dirname(Cwd::abs_path("$link/kernel")) . "/lib/modules/*"))[0]);
+
+ if ($cfgName) {
+ $entryName = $cfgName;
+ } else {
+ $entryName = "($date - $version)";
+ }
+ addEntry("NixOS - $entryName", $link);
+}
+
my $grubBootPath = $grubBoot->path;
# extraEntries could refer to @bootRoot@, which we have to substitute
$conf =~ s/\@bootRoot\@/$grubBootPath/g;
diff --git a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
index ebe37ca10a2..f48a085ce57 100644
--- a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
+++ b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
@@ -133,7 +133,9 @@ def get_generations(profile=None):
universal_newlines=True)
gen_lines = gen_list.split('\n')
gen_lines.pop()
- return [ (profile, int(line.split()[0])) for line in gen_lines ]
+
+ configurationLimit = @configurationLimit@
+ return [ (profile, int(line.split()[0])) for line in gen_lines ][-configurationLimit:]
def remove_old_entries(gens):
rex_profile = re.compile("^@efiSysMountPoint@/loader/entries/nixos-(.*)-generation-.*\.conf$")
diff --git a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
index 3e39dc5dd39..22d459ceb04 100644
--- a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
+++ b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
@@ -22,6 +22,8 @@ let
editor = if cfg.editor then "True" else "False";
+ configurationLimit = if cfg.configurationLimit == null then 0 else cfg.configurationLimit;
+
inherit (cfg) consoleMode;
inherit (efi) efiSysMountPoint canTouchEfiVariables;
@@ -57,6 +59,19 @@ in {
'';
};
+ configurationLimit = mkOption {
+ default = null;
+ example = 120;
+ type = types.nullOr types.int;
+ description = ''
+ Maximum number of latest generations in the boot menu.
+ Useful to prevent boot partition running out of disk space.
+
+ null means no limit i.e. all generations
+ that were not garbage collected yet.
+ '';
+ };
+
consoleMode = mkOption {
default = "keep";
diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix
index f1aa9064bef..f2060e21509 100644
--- a/nixos/modules/system/boot/networkd.nix
+++ b/nixos/modules/system/boot/networkd.nix
@@ -10,7 +10,7 @@ let
checkLink = checkUnitConfig "Link" [
(assertOnlyFields [
- "Description" "Alias" "MACAddressPolicy" "MACAddress" "NamePolicy" "Name"
+ "Description" "Alias" "MACAddressPolicy" "MACAddress" "NamePolicy" "OriginalName"
"MTUBytes" "BitsPerSecond" "Duplex" "AutoNegotiation" "WakeOnLan" "Port"
"TCPSegmentationOffload" "TCP6SegmentationOffload" "GenericSegmentationOffload"
"GenericReceiveOffload" "LargeReceiveOffload" "RxChannels" "TxChannels"
@@ -55,6 +55,27 @@ let
(assertMacAddress "MACAddress")
];
+ # NOTE The PrivateKey directive is missing on purpose here, please
+ # do not add it to this list. The nix store is world-readable let's
+ # refrain ourselves from providing a footgun.
+ checkWireGuard = checkUnitConfig "WireGuard" [
+ (assertOnlyFields [
+ "PrivateKeyFile" "ListenPort" "FwMark"
+ ])
+ (assertRange "FwMark" 1 4294967295)
+ ];
+
+ # NOTE The PresharedKey directive is missing on purpose here, please
+ # do not add it to this list. The nix store is world-readable,let's
+ # refrain ourselves from providing a footgun.
+ checkWireGuardPeer = checkUnitConfig "WireGuardPeer" [
+ (assertOnlyFields [
+ "PublicKey" "PresharedKeyFile" "AllowedIPs"
+ "Endpoint" "PersistentKeepalive"
+ ])
+ (assertRange "PersistentKeepalive" 1 65535)
+ ];
+
checkVlan = checkUnitConfig "VLAN" [
(assertOnlyFields ["Id" "GVRP" "MVRP" "LooseBinding" "ReorderHeader"])
(assertRange "Id" 0 4094)
@@ -320,6 +341,46 @@ let
'';
};
+ wireguardConfig = mkOption {
+ default = {};
+ example = {
+ PrivateKeyFile = "/etc/wireguard/secret.key";
+ ListenPort = 51820;
+ FwMark = 42;
+ };
+ type = types.addCheck (types.attrsOf unitOption) checkWireGuard;
+ description = ''
+ Each attribute in this set specifies an option in the
+ [WireGuard] section of the unit. See
+ systemd.netdev
+ 5 for details.
+ Use PrivateKeyFile instead of
+ PrivateKey: the nix store is
+ world-readable.
+ '';
+ };
+
+ wireguardPeers = mkOption {
+ default = [];
+ example = [ { wireguardPeerConfig={
+ Endpoint = "192.168.1.1:51820";
+ PublicKey = "27s0OvaBBdHoJYkH9osZpjpgSOVNw+RaKfboT/Sfq0g=";
+ PresharedKeyFile = "/etc/wireguard/psk.key";
+ AllowedIPs = [ "10.0.0.1/32" ];
+ PersistentKeepalive = 15;
+ };}];
+ type = with types; listOf (submodule wireguardPeerOptions);
+ description = ''
+ Each item in this array specifies an option in the
+ [WireGuardPeer] section of the unit. See
+ systemd.netdev
+ 5 for details.
+ Use PresharedKeyFile instead of
+ PresharedKey: the nix store is
+ world-readable.
+ '';
+ };
+
vlanConfig = mkOption {
default = {};
example = { Id = "4"; };
@@ -450,6 +511,23 @@ let
};
};
+ wireguardPeerOptions = {
+ options = {
+ wireguardPeerConfig = mkOption {
+ default = {};
+ example = { };
+ type = types.addCheck (types.attrsOf unitOption) checkWireGuardPeer;
+ description = ''
+ Each attribute in this set specifies an option in the
+ [WireGuardPeer] section of the unit. See
+ systemd.network
+ 5 for details.
+ '';
+ };
+ };
+ };
+
+
networkOptions = commonNetworkOptions // {
networkConfig = mkOption {
@@ -732,6 +810,16 @@ let
${attrsToSection def.bondConfig}
''}
+ ${optionalString (def.wireguardConfig != { }) ''
+ [WireGuard]
+ ${attrsToSection def.wireguardConfig}
+
+ ''}
+ ${flip concatMapStrings def.wireguardPeers (x: ''
+ [WireGuardPeer]
+ ${attrsToSection x.wireguardPeerConfig}
+
+ '')}
${def.extraConfig}
'';
};
diff --git a/nixos/modules/system/boot/resolved.nix b/nixos/modules/system/boot/resolved.nix
index 5c66cf4a6e6..3ea96f8e464 100644
--- a/nixos/modules/system/boot/resolved.nix
+++ b/nixos/modules/system/boot/resolved.nix
@@ -3,6 +3,10 @@
with lib;
let
cfg = config.services.resolved;
+
+ dnsmasqResolve = config.services.dnsmasq.enable &&
+ config.services.dnsmasq.resolveLocalQueries;
+
in
{
@@ -126,6 +130,12 @@ in
config = mkIf cfg.enable {
+ assertions = [
+ { assertion = !config.networking.useHostResolvConf;
+ message = "Using host resolv.conf is not supported with systemd-resolved";
+ }
+ ];
+
systemd.additionalUpstreamSystemUnits = [
"systemd-resolved.service"
];
@@ -135,21 +145,30 @@ in
restartTriggers = [ config.environment.etc."systemd/resolved.conf".source ];
};
- environment.etc."systemd/resolved.conf".text = ''
- [Resolve]
- ${optionalString (config.networking.nameservers != [])
- "DNS=${concatStringsSep " " config.networking.nameservers}"}
- ${optionalString (cfg.fallbackDns != [])
- "FallbackDNS=${concatStringsSep " " cfg.fallbackDns}"}
- ${optionalString (cfg.domains != [])
- "Domains=${concatStringsSep " " cfg.domains}"}
- LLMNR=${cfg.llmnr}
- DNSSEC=${cfg.dnssec}
- ${config.services.resolved.extraConfig}
- '';
+ environment.etc = {
+ "systemd/resolved.conf".text = ''
+ [Resolve]
+ ${optionalString (config.networking.nameservers != [])
+ "DNS=${concatStringsSep " " config.networking.nameservers}"}
+ ${optionalString (cfg.fallbackDns != [])
+ "FallbackDNS=${concatStringsSep " " cfg.fallbackDns}"}
+ ${optionalString (cfg.domains != [])
+ "Domains=${concatStringsSep " " cfg.domains}"}
+ LLMNR=${cfg.llmnr}
+ DNSSEC=${cfg.dnssec}
+ ${config.services.resolved.extraConfig}
+ '';
+
+ # symlink the dynamic stub resolver of resolv.conf as recommended by upstream:
+ # https://www.freedesktop.org/software/systemd/man/systemd-resolved.html#/etc/resolv.conf
+ "resolv.conf".source = "/run/systemd/resolve/stub-resolv.conf";
+ } // optionalAttrs dnsmasqResolve {
+ "dnsmasq-resolv.conf".source = "/run/systemd/resolve/resolv.conf";
+ };
# If networkmanager is enabled, ask it to interface with resolved.
networking.networkmanager.dns = "systemd-resolved";
+
};
}
diff --git a/nixos/modules/system/boot/stage-1-init.sh b/nixos/modules/system/boot/stage-1-init.sh
index 67cbe720ddc..b817a45deba 100644
--- a/nixos/modules/system/boot/stage-1-init.sh
+++ b/nixos/modules/system/boot/stage-1-init.sh
@@ -44,13 +44,13 @@ EOF
*) to ignore the error and continue
EOF
- read reply
+ read -n 1 reply
if [ -n "$allowShell" -a "$reply" = f ]; then
exec setsid @shell@ -c "exec @shell@ < /dev/$console >/dev/$console 2>/dev/$console"
elif [ -n "$allowShell" -a "$reply" = i ]; then
echo "Starting interactive shell..."
- setsid @shell@ -c "@shell@ < /dev/$console >/dev/$console 2>/dev/$console" || fail
+ setsid @shell@ -c "exec @shell@ < /dev/$console >/dev/$console 2>/dev/$console" || fail
elif [ "$reply" = r ]; then
echo "Rebooting..."
reboot -f
diff --git a/nixos/modules/system/boot/stage-1.nix b/nixos/modules/system/boot/stage-1.nix
index 788e3f4a2ab..4c2d130d5a5 100644
--- a/nixos/modules/system/boot/stage-1.nix
+++ b/nixos/modules/system/boot/stage-1.nix
@@ -217,13 +217,11 @@ let
--replace ata_id ${extraUtils}/bin/ata_id \
--replace scsi_id ${extraUtils}/bin/scsi_id \
--replace cdrom_id ${extraUtils}/bin/cdrom_id \
- --replace ${pkgs.utillinux}/sbin/blkid ${extraUtils}/bin/blkid \
- --replace /sbin/blkid ${extraUtils}/bin/blkid \
+ --replace ${pkgs.coreutils}/bin/basename ${extraUtils}/bin/basename \
+ --replace ${pkgs.utillinux}/bin/blkid ${extraUtils}/bin/blkid \
--replace ${pkgs.lvm2}/sbin ${extraUtils}/bin \
- --replace /sbin/mdadm ${extraUtils}/bin/mdadm \
+ --replace ${pkgs.mdadm}/sbin ${extraUtils}/sbin \
--replace ${pkgs.bash}/bin/sh ${extraUtils}/bin/sh \
- --replace /usr/bin/readlink ${extraUtils}/bin/readlink \
- --replace /usr/bin/basename ${extraUtils}/bin/basename \
--replace ${udev}/bin/udevadm ${extraUtils}/bin/udevadm
done
diff --git a/nixos/modules/system/boot/stage-2.nix b/nixos/modules/system/boot/stage-2.nix
index 55e6b19c67f..6b0b4722730 100644
--- a/nixos/modules/system/boot/stage-2.nix
+++ b/nixos/modules/system/boot/stage-2.nix
@@ -4,19 +4,20 @@ with lib;
let
+ useHostResolvConf = config.networking.resolvconf.enable && config.networking.useHostResolvConf;
+
bootStage2 = pkgs.substituteAll {
src = ./stage-2-init.sh;
shellDebug = "${pkgs.bashInteractive}/bin/bash";
shell = "${pkgs.bash}/bin/bash";
isExecutable = true;
inherit (config.nix) readOnlyStore;
- inherit (config.networking) useHostResolvConf;
+ inherit useHostResolvConf;
inherit (config.system.build) earlyMountScript;
- path = lib.makeBinPath [
+ path = lib.makeBinPath ([
pkgs.coreutils
pkgs.utillinux
- pkgs.openresolv
- ];
+ ] ++ lib.optional useHostResolvConf pkgs.openresolv);
fsPackagesPath = lib.makeBinPath config.system.fsPackages;
postBootCommands = pkgs.writeText "local-cmds"
''
diff --git a/nixos/modules/system/boot/systemd-unit-options.nix b/nixos/modules/system/boot/systemd-unit-options.nix
index 63f974b704f..c1f2c98afcd 100644
--- a/nixos/modules/system/boot/systemd-unit-options.nix
+++ b/nixos/modules/system/boot/systemd-unit-options.nix
@@ -6,7 +6,7 @@ with import ./systemd-lib.nix { inherit config lib pkgs; };
let
checkService = checkUnitConfig "Service" [
(assertValueOneOf "Type" [
- "simple" "forking" "oneshot" "dbus" "notify" "idle"
+ "exec" "simple" "forking" "oneshot" "dbus" "notify" "idle"
])
(assertValueOneOf "Restart" [
"no" "on-success" "on-failure" "on-abnormal" "on-abort" "always"
@@ -226,7 +226,7 @@ in rec {
environment = mkOption {
default = {};
- type = with types; attrsOf (nullOr (either str (either path package)));
+ type = with types; attrsOf (nullOr (oneOf [ str path package ]));
example = { PATH = "/foo/bar/bin"; LANG = "nl_NL.UTF-8"; };
description = "Environment variables passed to the service's processes.";
};
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index cf35504e518..23a2dd45d49 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -76,6 +76,10 @@ let
"systemd-journald-dev-log.socket"
"syslog.socket"
+ # Coredumps.
+ "systemd-coredump.socket"
+ "systemd-coredump@.service"
+
# SysV init compatibility.
"systemd-initctl.socket"
"systemd-initctl.service"
@@ -427,7 +431,8 @@ in
systemd.packages = mkOption {
default = [];
type = types.listOf types.package;
- description = "Packages providing systemd units.";
+ example = literalExample "[ pkgs.systemd-cryptsetup-generator ]";
+ description = "Packages providing systemd units and hooks.";
};
systemd.targets = mkOption {
@@ -497,11 +502,14 @@ in
'';
};
- systemd.generator-packages = mkOption {
- default = [];
- type = types.listOf types.package;
- example = literalExample "[ pkgs.systemd-cryptsetup-generator ]";
- description = "Packages providing systemd generators.";
+ systemd.shutdown = mkOption {
+ type = types.attrsOf types.path;
+ default = {};
+ description = ''
+ Definition of systemd shutdown executables.
+ For each NAME = VALUE pair of the attrSet, a link is generated from
+ /etc/systemd/system-shutdown/NAME to VALUE.
+ '';
};
systemd.defaultUnit = mkOption {
@@ -520,7 +528,7 @@ in
};
systemd.globalEnvironment = mkOption {
- type = with types; attrsOf (nullOr (either str (either path package)));
+ type = with types; attrsOf (nullOr (oneOf [ str path package ]));
default = {};
example = { TZ = "CET"; };
description = ''
@@ -536,6 +544,16 @@ in
'';
};
+ systemd.coredump.extraConfig = mkOption {
+ default = "";
+ type = types.lines;
+ example = "Storage=journal";
+ description = ''
+ Extra config options for systemd-coredump. See coredump.conf(5) man page
+ for available options.
+ '';
+ };
+
systemd.extraConfig = mkOption {
default = "";
type = types.lines;
@@ -761,18 +779,21 @@ in
environment.systemPackages = [ systemd ];
environment.etc = let
- # generate contents for /etc/systemd/system-generators from
- # systemd.generators and systemd.generator-packages
- generators = pkgs.runCommand "system-generators" {
+ # generate contents for /etc/systemd/system-${type} from attrset of links and packages
+ hooks = type: links: pkgs.runCommand "system-${type}" {
preferLocalBuild = true;
- packages = cfg.generator-packages;
- } ''
+ packages = cfg.packages;
+ } ''
+ set -e
mkdir -p $out
for package in $packages
do
- ln -s $package/lib/systemd/system-generators/* $out/
- done;
- ${concatStrings (mapAttrsToList (generator: target: "ln -s ${target} $out/${generator};\n") cfg.generators)}
+ for hook in $package/lib/systemd/system-${type}/*
+ do
+ ln -s $hook $out/
+ done
+ done
+ ${concatStrings (mapAttrsToList (exec: target: "ln -s ${target} $out/${exec};\n") links)}
'';
in ({
"systemd/system".source = generateUnits "system" cfg.units upstreamSystemUnits upstreamSystemWants;
@@ -788,6 +809,7 @@ in
DefaultMemoryAccounting=yes
DefaultTasksAccounting=yes
''}
+ DefaultLimitCORE=infinity
${config.systemd.extraConfig}
'';
@@ -811,6 +833,12 @@ in
${config.services.journald.extraConfig}
'';
+ "systemd/coredump.conf".text =
+ ''
+ [Coredump]
+ ${config.systemd.coredump.extraConfig}
+ '';
+
"systemd/logind.conf".text = ''
[Login]
KillUserProcesses=${if config.services.logind.killUserProcesses then "yes" else "no"}
@@ -824,6 +852,10 @@ in
[Sleep]
'';
+ # install provided sysctl snippets
+ "sysctl.d/50-coredump.conf".source = "${systemd}/example/sysctl.d/50-coredump.conf";
+ "sysctl.d/50-default.conf".source = "${systemd}/example/sysctl.d/50-default.conf";
+
"tmpfiles.d/systemd.conf".source = "${systemd}/example/tmpfiles.d/systemd.conf";
"tmpfiles.d/x11.conf".source = "${systemd}/example/tmpfiles.d/x11.conf";
@@ -834,7 +866,8 @@ in
${concatStringsSep "\n" cfg.tmpfiles.rules}
'';
- "systemd/system-generators" = { source = generators; };
+ "systemd/system-generators" = { source = hooks "generators" cfg.generators; };
+ "systemd/system-shutdown" = { source = hooks "shutdown" cfg.shutdown; };
});
services.dbus.enable = true;
diff --git a/nixos/modules/tasks/auto-upgrade.nix b/nixos/modules/tasks/auto-upgrade.nix
index 91f4ae79ee9..18753ae0c1a 100644
--- a/nixos/modules/tasks/auto-upgrade.nix
+++ b/nixos/modules/tasks/auto-upgrade.nix
@@ -53,6 +53,16 @@ let cfg = config.system.autoUpgrade; in
'';
};
+ allowReboot = mkOption {
+ default = false;
+ type = types.bool;
+ description = ''
+ Reboot the system into the new generation instead of a switch
+ if the new generation uses a different kernel, kernel modules
+ or initrd than the booted system.
+ '';
+ };
+
};
};
@@ -78,11 +88,23 @@ let cfg = config.system.autoUpgrade; in
HOME = "/root";
} // config.networking.proxy.envVars;
- path = [ pkgs.gnutar pkgs.xz.bin pkgs.gitMinimal config.nix.package.out ];
+ path = [ pkgs.coreutils pkgs.gnutar pkgs.xz.bin pkgs.gitMinimal config.nix.package.out ];
- script = ''
- ${config.system.build.nixos-rebuild}/bin/nixos-rebuild switch ${toString cfg.flags}
- '';
+ script = let
+ nixos-rebuild = "${config.system.build.nixos-rebuild}/bin/nixos-rebuild";
+ in
+ if cfg.allowReboot then ''
+ ${nixos-rebuild} boot ${toString cfg.flags}
+ booted="$(readlink /run/booted-system/{initrd,kernel,kernel-modules})"
+ built="$(readlink /nix/var/nix/profiles/system/{initrd,kernel,kernel-modules})"
+ if [ "$booted" = "$built" ]; then
+ ${nixos-rebuild} switch ${toString cfg.flags}
+ else
+ /run/current-system/sw/bin/shutdown -r +1
+ fi
+ '' else ''
+ ${nixos-rebuild} switch ${toString cfg.flags}
+ '';
startAt = cfg.dates;
};
diff --git a/nixos/modules/tasks/filesystems/nfs.nix b/nixos/modules/tasks/filesystems/nfs.nix
index d3a558738f4..e0e8bb1f03d 100644
--- a/nixos/modules/tasks/filesystems/nfs.nix
+++ b/nixos/modules/tasks/filesystems/nfs.nix
@@ -56,7 +56,6 @@ in
boot.initrd.kernelModules = mkIf inInitrd [ "nfs" ];
systemd.packages = [ pkgs.nfs-utils ];
- systemd.generator-packages = [ pkgs.nfs-utils ];
environment.etc = {
"idmapd.conf".source = idmapdConfFile;
diff --git a/nixos/modules/tasks/filesystems/xfs.nix b/nixos/modules/tasks/filesystems/xfs.nix
index c6a90bcf1a5..98038701ca5 100644
--- a/nixos/modules/tasks/filesystems/xfs.nix
+++ b/nixos/modules/tasks/filesystems/xfs.nix
@@ -18,6 +18,7 @@ in
boot.initrd.extraUtilsCommands = mkIf inInitrd
''
copy_bin_and_libs ${pkgs.xfsprogs.bin}/bin/fsck.xfs
+ copy_bin_and_libs ${pkgs.xfsprogs.bin}/bin/xfs_repair
'';
# Trick just to set 'sh' after the extraUtils nuke-refs.
diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix
index 93bbd141284..ac06b6caee3 100644
--- a/nixos/modules/tasks/filesystems/zfs.nix
+++ b/nixos/modules/tasks/filesystems/zfs.nix
@@ -1,8 +1,6 @@
{ config, lib, pkgs, utils, ... }:
#
-# todo:
-# - crontab for scrubs, etc
-# - zfs tunables
+# TODO: zfs tunables
with utils;
with lib;
@@ -13,6 +11,7 @@ let
cfgSnapshots = config.services.zfs.autoSnapshot;
cfgSnapFlags = cfgSnapshots.flags;
cfgScrub = config.services.zfs.autoScrub;
+ cfgTrim = config.services.zfs.trim;
inInitrd = any (fs: fs == "zfs") config.boot.initrd.supportedFilesystems;
inSystem = any (fs: fs == "zfs") config.boot.supportedFilesystems;
@@ -179,10 +178,9 @@ in
requestEncryptionCredentials = mkOption {
type = types.bool;
- default = config.boot.zfs.enableUnstable;
+ default = true;
description = ''
Request encryption keys or passwords for all encrypted datasets on import.
- Dataset encryption is only supported in zfsUnstable at the moment.
For root pools the encryption key can be supplied via both an
interactive prompt (keylocation=prompt) and from a file
(keylocation=file://). Note that for data pools the encryption key can
@@ -269,14 +267,26 @@ in
};
};
- services.zfs.autoScrub = {
- enable = mkOption {
- default = false;
- type = types.bool;
+ services.zfs.trim = {
+ enable = mkEnableOption "Enables periodic TRIM on all ZFS pools.";
+
+ interval = mkOption {
+ default = "weekly";
+ type = types.str;
+ example = "daily";
description = ''
- Enables periodic scrubbing of ZFS pools.
+ How often we run trim. For most desktop and server systems
+ a sufficient trimming frequency is once a week.
+
+ The format is described in
+ systemd.time
+ 7.
'';
};
+ };
+
+ services.zfs.autoScrub = {
+ enable = mkEnableOption "Enables periodic scrubbing of ZFS pools.";
interval = mkOption {
default = "Sun, 02:00";
@@ -314,10 +324,6 @@ in
assertion = !cfgZfs.forceImportAll || cfgZfs.forceImportRoot;
message = "If you enable boot.zfs.forceImportAll, you must also enable boot.zfs.forceImportRoot";
}
- {
- assertion = cfgZfs.requestEncryptionCredentials -> cfgZfs.enableUnstable;
- message = "This feature is only available for zfs unstable. Set the NixOS option boot.zfs.enableUnstable.";
- }
];
virtualisation.lxd.zfsSupport = true;
@@ -540,5 +546,17 @@ in
};
};
})
+
+ (mkIf cfgTrim.enable {
+ systemd.services.zpool-trim = {
+ description = "ZFS pools trim";
+ after = [ "zfs-import.target" ];
+ path = [ packages.zfsUser ];
+ startAt = cfgTrim.interval;
+ script = ''
+ zpool list -H -o name | xargs -n1 zpool trim
+ '';
+ };
+ })
];
}
diff --git a/nixos/modules/tasks/network-interfaces-scripted.nix b/nixos/modules/tasks/network-interfaces-scripted.nix
index c12ada7a030..2b8a7944dc3 100644
--- a/nixos/modules/tasks/network-interfaces-scripted.nix
+++ b/nixos/modules/tasks/network-interfaces-scripted.nix
@@ -103,7 +103,7 @@ let
script =
''
- ${optionalString (!config.environment.etc?"resolv.conf") ''
+ ${optionalString config.networking.resolvconf.enable ''
# Set the static DNS configuration, if given.
${pkgs.openresolv}/sbin/resolvconf -m 1 -a static < cfg.enableIPv6;
message = ''
Temporary addresses are only needed when IPv6 is enabled.
@@ -967,8 +967,8 @@ in
"net.ipv6.conf.default.disable_ipv6" = mkDefault (!cfg.enableIPv6);
"net.ipv6.conf.all.forwarding" = mkDefault (any (i: i.proxyARP) interfaces);
} // listToAttrs (flip concatMap (filter (i: i.proxyARP) interfaces)
- (i: flip map [ "4" "6" ] (v: nameValuePair "net.ipv${v}.conf.${i.name}.proxy_arp" true)))
- // listToAttrs (flip map (filter (i: i.preferTempAddress) interfaces)
+ (i: forEach [ "4" "6" ] (v: nameValuePair "net.ipv${v}.conf.${i.name}.proxy_arp" true)))
+ // listToAttrs (forEach (filter (i: i.preferTempAddress) interfaces)
(i: nameValuePair "net.ipv6.conf.${i.name}.use_tempaddr" 2));
# Capabilities won't work unless we have at-least a 4.3 Linux
@@ -1017,7 +1017,6 @@ in
pkgs.iproute
pkgs.iputils
pkgs.nettools
- pkgs.openresolv
]
++ optionals config.networking.wireless.enable [
pkgs.wirelesstools # FIXME: obsolete?
@@ -1051,7 +1050,7 @@ in
${cfg.localCommands}
'';
};
- } // (listToAttrs (flip map interfaces (i:
+ } // (listToAttrs (forEach interfaces (i:
let
deviceDependency = if (config.boot.isContainer || i.name == "lo")
then []
@@ -1087,7 +1086,24 @@ in
virtualisation.vswitch = mkIf (cfg.vswitches != { }) { enable = true; };
- services.udev.packages = mkIf (cfg.wlanInterfaces != {}) [
+ services.udev.packages = [
+ (pkgs.writeTextFile rec {
+ name = "ipv6-privacy-extensions.rules";
+ destination = "/etc/udev/rules.d/98-${name}";
+ text = ''
+ # enable and prefer IPv6 privacy addresses by default
+ ACTION=="add", SUBSYSTEM=="net", RUN+="${pkgs.procps}/bin/sysctl net.ipv6.conf.%k.use_tempaddr=2"
+ '';
+ })
+ (pkgs.writeTextFile rec {
+ name = "ipv6-privacy-extensions.rules";
+ destination = "/etc/udev/rules.d/99-${name}";
+ text = concatMapStrings (i: ''
+ # enable IPv6 privacy addresses but prefer EUI-64 addresses for ${i.name}
+ ACTION=="add", SUBSYSTEM=="net", RUN+="${pkgs.procps}/bin/sysctl net.ipv6.conf.${i.name}.use_tempaddr=1"
+ '') (filter (i: !i.preferTempAddress) interfaces);
+ })
+ ] ++ lib.optional (cfg.wlanInterfaces != {})
(pkgs.writeTextFile {
name = "99-zzz-40-wlanInterfaces.rules";
destination = "/etc/udev/rules.d/99-zzz-40-wlanInterfaces.rules";
@@ -1161,8 +1177,7 @@ in
# Generate the same systemd events for both 'add' and 'move' udev events.
ACTION=="move", SUBSYSTEM=="net", ENV{DEVTYPE}=="wlan", NAME=="${device}", ${systemdAttrs curInterface._iName}
'');
- }) ];
-
+ });
};
}
diff --git a/nixos/modules/tasks/swraid.nix b/nixos/modules/tasks/swraid.nix
index 93e03c44c86..8fa19194bed 100644
--- a/nixos/modules/tasks/swraid.nix
+++ b/nixos/modules/tasks/swraid.nix
@@ -6,51 +6,12 @@
services.udev.packages = [ pkgs.mdadm ];
+ systemd.packages = [ pkgs.mdadm ];
+
boot.initrd.availableKernelModules = [ "md_mod" "raid0" "raid1" "raid10" "raid456" ];
boot.initrd.extraUdevRulesCommands = ''
cp -v ${pkgs.mdadm}/lib/udev/rules.d/*.rules $out/
'';
- systemd.services.mdadm-shutdown = {
- wantedBy = [ "final.target"];
- after = [ "umount.target" ];
-
- unitConfig = {
- DefaultDependencies = false;
- };
-
- serviceConfig = {
- Type = "oneshot";
- ExecStart = ''${pkgs.mdadm}/bin/mdadm --wait-clean --scan'';
- };
- };
-
- systemd.services."mdmon@" = {
- description = "MD Metadata Monitor on /dev/%I";
-
- unitConfig.DefaultDependencies = false;
-
- serviceConfig = {
- Type = "forking";
- Environment = "IMSM_NO_PLATFORM=1";
- ExecStart = ''${pkgs.mdadm}/bin/mdmon --offroot --takeover %I'';
- KillMode = "none";
- };
- };
-
- systemd.services."mdadm-grow-continue@" = {
- description = "Manage MD Reshape on /dev/%I";
-
- unitConfig.DefaultDependencies = false;
-
- serviceConfig = {
- ExecStart = ''${pkgs.mdadm}/bin/mdadm --grow --continue /dev/%I'';
- StandardInput = "null";
- StandardOutput = "null";
- StandardError = "null";
- KillMode = "none";
- };
- };
-
}
diff --git a/nixos/modules/virtualisation/amazon-image.nix b/nixos/modules/virtualisation/amazon-image.nix
index d67790702f1..0c4ad90b4eb 100644
--- a/nixos/modules/virtualisation/amazon-image.nix
+++ b/nixos/modules/virtualisation/amazon-image.nix
@@ -35,10 +35,9 @@ in
autoResize = true;
};
- boot.extraModulePackages =
- [ config.boot.kernelPackages.ixgbevf
- config.boot.kernelPackages.ena
- ];
+ boot.extraModulePackages = [
+ config.boot.kernelPackages.ena
+ ];
boot.initrd.kernelModules = [ "xen-blkfront" "xen-netfront" ];
boot.initrd.availableKernelModules = [ "ixgbevf" "ena" "nvme" ];
boot.kernelParams = mkIf cfg.hvm [ "console=ttyS0" ];
diff --git a/nixos/modules/virtualisation/anbox.nix b/nixos/modules/virtualisation/anbox.nix
index 9cb89e7b292..c63b971ead0 100644
--- a/nixos/modules/virtualisation/anbox.nix
+++ b/nixos/modules/virtualisation/anbox.nix
@@ -100,12 +100,7 @@ in
wantedBy = [ "multi-user.target" ];
after = [ "systemd-udev-settle.service" ];
preStart = let
- initsh = let
- ip = cfg.ipv4.container.address;
- gw = cfg.ipv4.gateway.address;
- dns = cfg.ipv4.dns;
- in
- pkgs.writeText "nixos-init" (''
+ initsh = pkgs.writeText "nixos-init" (''
#!/system/bin/sh
setprop nixos.version ${config.system.nixos.version}
diff --git a/nixos/modules/virtualisation/cloudstack-config.nix b/nixos/modules/virtualisation/cloudstack-config.nix
index 81c54567627..78afebdc5dd 100644
--- a/nixos/modules/virtualisation/cloudstack-config.nix
+++ b/nixos/modules/virtualisation/cloudstack-config.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs, ... }:
+{ lib, pkgs, ... }:
with lib;
diff --git a/nixos/modules/virtualisation/containers.nix b/nixos/modules/virtualisation/containers.nix
index 2235eec9d95..b65374c9257 100644
--- a/nixos/modules/virtualisation/containers.nix
+++ b/nixos/modules/virtualisation/containers.nix
@@ -138,7 +138,7 @@ let
--bind-ro=/nix/var/nix/daemon-socket \
--bind="/nix/var/nix/profiles/per-container/$INSTANCE:/nix/var/nix/profiles" \
--bind="/nix/var/nix/gcroots/per-container/$INSTANCE:/nix/var/nix/gcroots" \
- --link-journal=try-guest \
+ ${optionalString (!cfg.ephemeral) "--link-journal=try-guest"} \
--setenv PRIVATE_NETWORK="$PRIVATE_NETWORK" \
--setenv HOST_BRIDGE="$HOST_BRIDGE" \
--setenv HOST_ADDRESS="$HOST_ADDRESS" \
@@ -147,6 +147,7 @@ let
--setenv LOCAL_ADDRESS6="$LOCAL_ADDRESS6" \
--setenv HOST_PORT="$HOST_PORT" \
--setenv PATH="$PATH" \
+ ${optionalString cfg.ephemeral "--ephemeral"} \
${if cfg.additionalCapabilities != null && cfg.additionalCapabilities != [] then
''--capability="${concatStringsSep " " cfg.additionalCapabilities}"'' else ""
} \
@@ -247,6 +248,8 @@ let
Type = "notify";
+ RuntimeDirectory = lib.optional cfg.ephemeral "containers/%i";
+
# Note that on reboot, systemd-nspawn returns 133, so this
# unit will be restarted. On poweroff, it returns 0, so the
# unit won't be restarted.
@@ -419,6 +422,7 @@ let
{
extraVeths = {};
additionalCapabilities = [];
+ ephemeral = false;
allowedDevices = [];
hostAddress = null;
hostAddress6 = null;
@@ -445,7 +449,7 @@ in
type = types.bool;
default = !config.boot.isContainer;
description = ''
- Whether to enable support for nixos containers.
+ Whether to enable support for NixOS containers.
'';
};
@@ -511,6 +515,26 @@ in
information.
'';
};
+
+ ephemeral = mkOption {
+ type = types.bool;
+ default = false;
+ description = ''
+ Runs container in ephemeral mode with the empty root filesystem at boot.
+ This way container will be bootstrapped from scratch on each boot
+ and will be cleaned up on shutdown leaving no traces behind.
+ Useful for completely stateless, reproducible containers.
+
+ Note that this option might require to do some adjustments to the container configuration,
+ e.g. you might want to set
+ systemd.network.networks.$interface.dhcpConfig.ClientIdentifier to "mac"
+ if you use macvlans option.
+ This way dhcp client identifier will be stable between the container restarts.
+
+ Note that the container journal will not be linked to the host if this option is enabled.
+ '';
+ };
+
enableTun = mkOption {
type = types.bool;
default = false;
@@ -659,12 +683,14 @@ in
unit = {
description = "Container '%i'";
- unitConfig.RequiresMountsFor = [ "/var/lib/containers/%i" ];
+ unitConfig.RequiresMountsFor = "/var/lib/containers/%i";
path = [ pkgs.iproute ];
- environment.INSTANCE = "%i";
- environment.root = "/var/lib/containers/%i";
+ environment = {
+ root = "/var/lib/containers/%i";
+ INSTANCE = "%i";
+ };
preStart = preStartScript dummyConfig;
@@ -703,11 +729,13 @@ in
}
else {});
in
- unit // {
+ recursiveUpdate unit {
preStart = preStartScript containerConfig;
script = startScript containerConfig;
postStart = postStartScript containerConfig;
serviceConfig = serviceDirectives containerConfig;
+ unitConfig.RequiresMountsFor = lib.optional (!containerConfig.ephemeral) "/var/lib/containers/%i";
+ environment.root = if containerConfig.ephemeral then "/run/containers/%i" else "/var/lib/containers/%i";
} // (
if containerConfig.autoStart then
{
diff --git a/nixos/modules/virtualisation/docker-containers.nix b/nixos/modules/virtualisation/docker-containers.nix
index 3e882a1383f..59b0943f591 100644
--- a/nixos/modules/virtualisation/docker-containers.nix
+++ b/nixos/modules/virtualisation/docker-containers.nix
@@ -5,7 +5,7 @@ let
cfg = config.docker-containers;
dockerContainer =
- { name, config, ... }: {
+ { ... }: {
options = {
diff --git a/nixos/modules/virtualisation/google-compute-config.nix b/nixos/modules/virtualisation/google-compute-config.nix
index 2ee22b80f2f..79766970c75 100644
--- a/nixos/modules/virtualisation/google-compute-config.nix
+++ b/nixos/modules/virtualisation/google-compute-config.nix
@@ -2,7 +2,6 @@
with lib;
let
gce = pkgs.google-compute-engine;
- cfg = config.virtualisation.googleComputeImage;
in
{
imports = [
@@ -160,12 +159,6 @@ in
# functionality/features (e.g. TCP Window scaling).
"net.ipv4.tcp_syncookies" = mkDefault "1";
- # ignores source-routed packets
- "net.ipv4.conf.all.accept_source_route" = mkDefault "0";
-
- # ignores source-routed packets
- "net.ipv4.conf.default.accept_source_route" = mkDefault "0";
-
# ignores ICMP redirects
"net.ipv4.conf.all.accept_redirects" = mkDefault "0";
@@ -187,10 +180,10 @@ in
# don't allow traffic between networks or act as a router
"net.ipv4.conf.default.send_redirects" = mkDefault "0";
- # reverse path filtering - IP spoofing protection
+ # strict reverse path filtering - IP spoofing protection
"net.ipv4.conf.all.rp_filter" = mkDefault "1";
- # reverse path filtering - IP spoofing protection
+ # strict path filtering - IP spoofing protection
"net.ipv4.conf.default.rp_filter" = mkDefault "1";
# ignores ICMP broadcasts to avoid participating in Smurf attacks
diff --git a/nixos/modules/virtualisation/kvmgt.nix b/nixos/modules/virtualisation/kvmgt.nix
index 132815a0ad6..289e26e1703 100644
--- a/nixos/modules/virtualisation/kvmgt.nix
+++ b/nixos/modules/virtualisation/kvmgt.nix
@@ -4,13 +4,16 @@ with lib;
let
cfg = config.virtualisation.kvmgt;
+
kernelPackages = config.boot.kernelPackages;
+
vgpuOptions = {
uuid = mkOption {
type = types.string;
description = "UUID of VGPU device. You can generate one with libossp_uuid.";
};
};
+
in {
options = {
virtualisation.kvmgt = {
@@ -45,23 +48,32 @@ in {
assertion = versionAtLeast kernelPackages.kernel.version "4.16";
message = "KVMGT is not properly supported for kernels older than 4.16";
};
- boot.kernelParams = [ "i915.enable_gvt=1" ];
+
+ boot.kernelModules = [ "kvmgt" ];
+
+ boot.extraModprobeConfig = ''
+ options i915 enable_gvt=1
+ '';
+
+ systemd.paths = mapAttrs' (name: value:
+ nameValuePair "kvmgt-${name}" {
+ description = "KVMGT VGPU ${name} path";
+ wantedBy = [ "multi-user.target" ];
+ pathConfig = {
+ PathExists = "/sys/bus/pci/devices/${cfg.device}/mdev_supported_types/${name}/create";
+ };
+ }
+ ) cfg.vgpus;
+
systemd.services = mapAttrs' (name: value:
nameValuePair "kvmgt-${name}" {
description = "KVMGT VGPU ${name}";
serviceConfig = {
- Type = "forking";
+ Type = "oneshot";
RemainAfterExit = true;
- Restart = "on-failure";
- RestartSec = 5;
ExecStart = "${pkgs.runtimeShell} -c 'echo ${value.uuid} > /sys/bus/pci/devices/${cfg.device}/mdev_supported_types/${name}/create'";
ExecStop = "${pkgs.runtimeShell} -c 'echo 1 > /sys/bus/pci/devices/${cfg.device}/${value.uuid}/remove'";
};
- unitConfig = {
- StartLimitBurst = 5;
- StartLimitIntervalSec = 30;
- };
- wantedBy = [ "multi-user.target" ];
}
) cfg.vgpus;
};
diff --git a/nixos/modules/virtualisation/libvirtd.nix b/nixos/modules/virtualisation/libvirtd.nix
index f4d7af1664a..16b79d86919 100644
--- a/nixos/modules/virtualisation/libvirtd.nix
+++ b/nixos/modules/virtualisation/libvirtd.nix
@@ -23,14 +23,16 @@ let
''}
${cfg.qemuVerbatimConfig}
'';
+ dirName = "libvirt";
+ subDirs = list: [ dirName ] ++ map (e: "${dirName}/${e}") list;
in {
###### interface
- options = {
+ options.virtualisation.libvirtd = {
- virtualisation.libvirtd.enable = mkOption {
+ enable = mkOption {
type = types.bool;
default = false;
description = ''
@@ -41,7 +43,7 @@ in {
'';
};
- virtualisation.libvirtd.qemuPackage = mkOption {
+ qemuPackage = mkOption {
type = types.package;
default = pkgs.qemu;
description = ''
@@ -51,7 +53,7 @@ in {
'';
};
- virtualisation.libvirtd.extraConfig = mkOption {
+ extraConfig = mkOption {
type = types.lines;
default = "";
description = ''
@@ -60,7 +62,7 @@ in {
'';
};
- virtualisation.libvirtd.qemuRunAsRoot = mkOption {
+ qemuRunAsRoot = mkOption {
type = types.bool;
default = true;
description = ''
@@ -72,7 +74,7 @@ in {
'';
};
- virtualisation.libvirtd.qemuVerbatimConfig = mkOption {
+ qemuVerbatimConfig = mkOption {
type = types.lines;
default = ''
namespaces = []
@@ -84,7 +86,7 @@ in {
'';
};
- virtualisation.libvirtd.qemuOvmf = mkOption {
+ qemuOvmf = mkOption {
type = types.bool;
default = true;
description = ''
@@ -93,7 +95,7 @@ in {
'';
};
- virtualisation.libvirtd.extraOptions = mkOption {
+ extraOptions = mkOption {
type = types.listOf types.str;
default = [ ];
example = [ "--verbose" ];
@@ -102,7 +104,19 @@ in {
'';
};
- virtualisation.libvirtd.onShutdown = mkOption {
+ onBoot = mkOption {
+ type = types.enum ["start" "ignore" ];
+ default = "start";
+ description = ''
+ Specifies the action to be done to / on the guests when the host boots.
+ The "start" option starts all guests that were running prior to shutdown
+ regardless of their autostart settings. The "ignore" option will not
+ start the formally running guest on boot. However, any guest marked as
+ autostart will still be automatically started by libvirtd.
+ '';
+ };
+
+ onShutdown = mkOption {
type = types.enum ["shutdown" "suspend" ];
default = "suspend";
description = ''
@@ -113,6 +127,14 @@ in {
'';
};
+ allowedBridges = mkOption {
+ type = types.listOf types.str;
+ default = [ "virbr0" ];
+ description = ''
+ List of bridge devices that can be used by qemu:///session
+ '';
+ };
+
};
@@ -120,7 +142,12 @@ in {
config = mkIf cfg.enable {
- environment.systemPackages = with pkgs; [ libvirt libressl.nc cfg.qemuPackage ];
+ environment = {
+ # this file is expected in /etc/qemu and not sysconfdir (/var/lib)
+ etc."qemu/bridge.conf".text = lib.concatMapStringsSep "\n" (e:
+ "allow ${e}") cfg.allowedBridges;
+ systemPackages = with pkgs; [ libvirt libressl.nc cfg.qemuPackage ];
+ };
boot.kernelModules = [ "tun" ];
@@ -134,30 +161,15 @@ in {
group = "qemu-libvirtd";
};
+ security.wrappers.qemu-bridge-helper = {
+ source = "/run/${dirName}/nix-helpers/qemu-bridge-helper";
+ };
+
systemd.packages = [ pkgs.libvirt ];
- systemd.services.libvirtd = {
- description = "Libvirt Virtual Machine Management Daemon";
-
- wantedBy = [ "multi-user.target" ];
- after = [ "systemd-udev-settle.service" ]
- ++ optional vswitch.enable "vswitchd.service";
-
- environment.LIBVIRTD_ARGS = ''--config "${configFile}" ${concatStringsSep " " cfg.extraOptions}'';
-
- path = [ cfg.qemuPackage ] # libvirtd requires qemu-img to manage disk images
- ++ optional vswitch.enable vswitch.package;
-
- preStart = ''
- mkdir -p /var/log/libvirt/qemu -m 755
- rm -f /var/run/libvirtd.pid
-
- mkdir -p /var/lib/libvirt
- mkdir -p /var/lib/libvirt/dnsmasq
-
- chmod 755 /var/lib/libvirt
- chmod 755 /var/lib/libvirt/dnsmasq
-
+ systemd.services.libvirtd-config = {
+ description = "Libvirt Virtual Machine Management Daemon - configuration";
+ script = ''
# Copy default libvirt network config .xml files to /var/lib
# Files modified by the user will not be overwritten
for i in $(cd ${pkgs.libvirt}/var/lib && echo \
@@ -169,21 +181,45 @@ in {
done
# Copy generated qemu config to libvirt directory
- cp -f ${qemuConfigFile} /var/lib/libvirt/qemu.conf
+ cp -f ${qemuConfigFile} /var/lib/${dirName}/qemu.conf
# stable (not GC'able as in /nix/store) paths for using in section of xml configs
- mkdir -p /run/libvirt/nix-emulators
for emulator in ${pkgs.libvirt}/libexec/libvirt_lxc ${cfg.qemuPackage}/bin/qemu-kvm ${cfg.qemuPackage}/bin/qemu-system-*; do
- ln -s --force "$emulator" /run/libvirt/nix-emulators/
+ ln -s --force "$emulator" /run/${dirName}/nix-emulators/
+ done
+
+ for helper in libexec/qemu-bridge-helper bin/qemu-pr-helper; do
+ ln -s --force ${cfg.qemuPackage}/$helper /run/${dirName}/nix-helpers/
done
${optionalString cfg.qemuOvmf ''
- mkdir -p /run/libvirt/nix-ovmf
- ln -s --force ${pkgs.OVMF.fd}/FV/OVMF_CODE.fd /run/libvirt/nix-ovmf/
- ln -s --force ${pkgs.OVMF.fd}/FV/OVMF_VARS.fd /run/libvirt/nix-ovmf/
+ ln -s --force ${pkgs.OVMF.fd}/FV/OVMF_CODE.fd /run/${dirName}/nix-ovmf/
+ ln -s --force ${pkgs.OVMF.fd}/FV/OVMF_VARS.fd /run/${dirName}/nix-ovmf/
''}
'';
+ serviceConfig = {
+ Type = "oneshot";
+ RuntimeDirectoryPreserve = "yes";
+ LogsDirectory = subDirs [ "qemu" ];
+ RuntimeDirectory = subDirs [ "nix-emulators" "nix-helpers" "nix-ovmf" ];
+ StateDirectory = subDirs [ "dnsmasq" ];
+ };
+ };
+
+ systemd.services.libvirtd = {
+ description = "Libvirt Virtual Machine Management Daemon";
+
+ wantedBy = [ "multi-user.target" ];
+ requires = [ "libvirtd-config.service" ];
+ after = [ "systemd-udev-settle.service" "libvirtd-config.service" ]
+ ++ optional vswitch.enable "vswitchd.service";
+
+ environment.LIBVIRTD_ARGS = ''--config "${configFile}" ${concatStringsSep " " cfg.extraOptions}'';
+
+ path = [ cfg.qemuPackage ] # libvirtd requires qemu-img to manage disk images
+ ++ optional vswitch.enable vswitch.package;
+
serviceConfig = {
Type = "notify";
KillMode = "process"; # when stopping, leave the VMs alone
@@ -197,13 +233,14 @@ in {
path = with pkgs; [ coreutils libvirt gawk ];
restartIfChanged = false;
+ environment.ON_BOOT = "${cfg.onBoot}";
environment.ON_SHUTDOWN = "${cfg.onShutdown}";
};
systemd.sockets.virtlogd = {
description = "Virtual machine log manager socket";
wantedBy = [ "sockets.target" ];
- listenStreams = [ "/run/libvirt/virtlogd-sock" ];
+ listenStreams = [ "/run/${dirName}/virtlogd-sock" ];
};
systemd.services.virtlogd = {
@@ -215,7 +252,7 @@ in {
systemd.sockets.virtlockd = {
description = "Virtual machine lock manager socket";
wantedBy = [ "sockets.target" ];
- listenStreams = [ "/run/libvirt/virtlockd-sock" ];
+ listenStreams = [ "/run/${dirName}/virtlockd-sock" ];
};
systemd.services.virtlockd = {
diff --git a/nixos/modules/virtualisation/openvswitch.nix b/nixos/modules/virtualisation/openvswitch.nix
index 47e07e7432c..edec3740230 100644
--- a/nixos/modules/virtualisation/openvswitch.nix
+++ b/nixos/modules/virtualisation/openvswitch.nix
@@ -54,7 +54,7 @@ in {
# The path to the an initialized version of the database
db = pkgs.stdenv.mkDerivation {
name = "vswitch.db";
- unpackPhase = "true";
+ dontUnpack = true;
buildPhase = "true";
buildInputs = with pkgs; [
cfg.package
diff --git a/nixos/modules/virtualisation/parallels-guest.nix b/nixos/modules/virtualisation/parallels-guest.nix
index 4e0f2cae299..828419fb4b9 100644
--- a/nixos/modules/virtualisation/parallels-guest.nix
+++ b/nixos/modules/virtualisation/parallels-guest.nix
@@ -47,7 +47,7 @@ in
config = mkIf config.hardware.parallels.enable {
services.xserver = {
drivers = singleton
- { name = "prlvideo"; modules = [ prl-tools ]; libPath = [ prl-tools ]; };
+ { name = "prlvideo"; modules = [ prl-tools ]; };
screenSection = ''
Option "NoMTRR"
@@ -65,6 +65,7 @@ in
hardware.opengl.package = prl-tools;
hardware.opengl.package32 = pkgs.pkgsi686Linux.linuxPackages.prl-tools.override { libsOnly = true; kernel = null; };
+ hardware.opengl.setLdLibraryPath = true;
services.udev.packages = [ prl-tools ];
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index b9a9515f94e..7146aebf54b 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -68,8 +68,9 @@ in rec {
nixos.tests.chromium.x86_64-linux or []
(all nixos.tests.firefox)
(all nixos.tests.firewall)
- (except ["aarch64-linux"] nixos.tests.gnome3)
- (except ["aarch64-linux"] nixos.tests.pantheon)
+ (all nixos.tests.gnome3-xorg)
+ (all nixos.tests.gnome3)
+ (all nixos.tests.pantheon)
nixos.tests.installer.zfsroot.x86_64-linux or [] # ZFS is 64bit only
(except ["aarch64-linux"] nixos.tests.installer.lvm)
(except ["aarch64-linux"] nixos.tests.installer.luksroot)
@@ -103,7 +104,7 @@ in rec {
#(all nixos.tests.keymap.neo)
#(all nixos.tests.keymap.qwertz)
(all nixos.tests.plasma5)
- #(all nixos.tests.lightdm)
+ (all nixos.tests.lightdm)
(all nixos.tests.login)
(all nixos.tests.misc)
(all nixos.tests.mutableUsers)
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index b5b09dc38d0..84af457801a 100644
--- a/nixos/release-small.nix
+++ b/nixos/release-small.nix
@@ -11,7 +11,7 @@ let
nixpkgsSrc = nixpkgs; # urgh
- pkgs = import ./.. {};
+ pkgs = import ./.. { system = "x86_64-linux"; };
lib = pkgs.lib;
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 359f62751b9..36a053e8e6b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -47,6 +47,7 @@ in
codimd = handleTest ./codimd.nix {};
colord = handleTest ./colord.nix {};
containers-bridge = handleTest ./containers-bridge.nix {};
+ containers-ephemeral = handleTest ./containers-ephemeral.nix {};
containers-extra_veth = handleTest ./containers-extra_veth.nix {};
containers-hosts = handleTest ./containers-hosts.nix {};
containers-imperative = handleTest ./containers-imperative.nix {};
@@ -56,7 +57,7 @@ in
containers-physical_interfaces = handleTest ./containers-physical_interfaces.nix {};
containers-restart_networking = handleTest ./containers-restart_networking.nix {};
containers-tmpfs = handleTest ./containers-tmpfs.nix {};
- #couchdb = handleTest ./couchdb.nix {}; # spidermonkey-1.8.5 is marked as broken
+ couchdb = handleTest ./couchdb.nix {};
deluge = handleTest ./deluge.nix {};
dhparams = handleTest ./dhparams.nix {};
dnscrypt-proxy = handleTestOn ["x86_64-linux"] ./dnscrypt-proxy.nix {};
@@ -73,10 +74,11 @@ in
#ec2-config = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-config or {};
ec2-nixops = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-nixops or {};
ecryptfs = handleTest ./ecryptfs.nix {};
- ejabberd = handleTest ./ejabberd.nix {};
+ ejabberd = handleTest ./xmpp/ejabberd.nix {};
elk = handleTestOn ["x86_64-linux"] ./elk.nix {};
env = handleTest ./env.nix {};
etcd = handleTestOn ["x86_64-linux"] ./etcd.nix {};
+ etcd-cluster = handleTestOn ["x86_64-linux"] ./etcd-cluster.nix {};
ferm = handleTest ./ferm.nix {};
firefox = handleTest ./firefox.nix {};
firewall = handleTest ./firewall.nix {};
@@ -84,6 +86,7 @@ in
flannel = handleTestOn ["x86_64-linux"] ./flannel.nix {};
flatpak = handleTest ./flatpak.nix {};
flatpak-builder = handleTest ./flatpak-builder.nix {};
+ fluentd = handleTest ./fluentd.nix {};
fsck = handleTest ./fsck.nix {};
fwupd = handleTestOn ["x86_64-linux"] ./fwupd.nix {}; # libsmbios is unsupported on aarch64
gdk-pixbuf = handleTest ./gdk-pixbuf.nix {};
@@ -91,14 +94,17 @@ in
gitlab = handleTest ./gitlab.nix {};
gitolite = handleTest ./gitolite.nix {};
gjs = handleTest ./gjs.nix {};
- gnome3 = handleTestOn ["x86_64-linux"] ./gnome3.nix {}; # libsmbios is unsupported on aarch64
- gnome3-gdm = handleTestOn ["x86_64-linux"] ./gnome3-gdm.nix {}; # libsmbios is unsupported on aarch64
+ glusterfs = handleTest ./glusterfs.nix {};
+ gnome3-xorg = handleTest ./gnome3-xorg.nix {};
+ gnome3 = handleTest ./gnome3.nix {};
+ gnome-photos = handleTest ./gnome-photos.nix {};
gocd-agent = handleTest ./gocd-agent.nix {};
gocd-server = handleTest ./gocd-server.nix {};
google-oslogin = handleTest ./google-oslogin {};
graphene = handleTest ./graphene.nix {};
grafana = handleTest ./grafana.nix {};
graphite = handleTest ./graphite.nix {};
+ graylog = handleTest ./graylog.nix {};
hadoop.hdfs = handleTestOn [ "x86_64-linux" ] ./hadoop/hdfs.nix {};
hadoop.yarn = handleTestOn [ "x86_64-linux" ] ./hadoop/yarn.nix {};
handbrake = handleTestOn ["x86_64-linux"] ./handbrake.nix {};
@@ -111,6 +117,7 @@ in
hound = handleTest ./hound.nix {};
hydra = handleTest ./hydra {};
i3wm = handleTest ./i3wm.nix {};
+ icingaweb2 = handleTest ./icingaweb2.nix {};
iftop = handleTest ./iftop.nix {};
incron = handleTest ./incron.nix {};
influxdb = handleTest ./influxdb.nix {};
@@ -121,6 +128,7 @@ in
jackett = handleTest ./jackett.nix {};
jellyfin = handleTest ./jellyfin.nix {};
jenkins = handleTest ./jenkins.nix {};
+ jormungandr = handleTest ./jormungandr.nix {};
kafka = handleTest ./kafka.nix {};
kerberos = handleTest ./kerberos/default.nix {};
kernel-latest = handleTest ./kernel-latest.nix {};
@@ -135,16 +143,20 @@ in
latestKernel.login = handleTest ./login.nix { latestKernel = true; };
ldap = handleTest ./ldap.nix {};
leaps = handleTest ./leaps.nix {};
+ libxmlb = handleTest ./libxmlb.nix {};
lidarr = handleTest ./lidarr.nix {};
- #lightdm = handleTest ./lightdm.nix {};
+ lightdm = handleTest ./lightdm.nix {};
limesurvey = handleTest ./limesurvey.nix {};
login = handleTest ./login.nix {};
+ loki = handleTest ./loki.nix {};
#logstash = handleTest ./logstash.nix {};
mailcatcher = handleTest ./mailcatcher.nix {};
mathics = handleTest ./mathics.nix {};
matrix-synapse = handleTest ./matrix-synapse.nix {};
+ mediawiki = handleTest ./mediawiki.nix {};
memcached = handleTest ./memcached.nix {};
mesos = handleTest ./mesos.nix {};
+ metabase = handleTest ./metabase.nix {};
miniflux = handleTest ./miniflux.nix {};
minio = handleTest ./minio.nix {};
misc = handleTest ./misc.nix {};
@@ -178,6 +190,7 @@ in
nginx = handleTest ./nginx.nix {};
nginx-sso = handleTest ./nginx-sso.nix {};
nix-ssh-serve = handleTest ./nix-ssh-serve.nix {};
+ nixos-generate-config = handleTest ./nixos-generate-config.nix {};
novacomd = handleTestOn ["x86_64-linux"] ./novacomd.nix {};
nsd = handleTest ./nsd.nix {};
nzbget = handleTest ./nzbget.nix {};
@@ -204,13 +217,15 @@ in
plotinus = handleTest ./plotinus.nix {};
postgis = handleTest ./postgis.nix {};
postgresql = handleTest ./postgresql.nix {};
+ postgresql-wal-receiver = handleTest ./postgresql-wal-receiver.nix {};
powerdns = handleTest ./powerdns.nix {};
predictable-interface-names = handleTest ./predictable-interface-names.nix {};
printing = handleTest ./printing.nix {};
prometheus = handleTest ./prometheus.nix {};
prometheus2 = handleTest ./prometheus-2.nix {};
prometheus-exporters = handleTest ./prometheus-exporters.nix {};
- prosody = handleTest ./prosody.nix {};
+ prosody = handleTest ./xmpp/prosody.nix {};
+ prosodyMysql = handleTest ./xmpp/prosody-mysql.nix {};
proxy = handleTest ./proxy.nix {};
quagga = handleTest ./quagga.nix {};
quake3 = handleTest ./quake3.nix {};
@@ -242,13 +257,15 @@ in
systemd = handleTest ./systemd.nix {};
systemd-confinement = handleTest ./systemd-confinement.nix {};
systemd-timesyncd = handleTest ./systemd-timesyncd.nix {};
+ systemd-networkd-wireguard = handleTest ./systemd-networkd-wireguard.nix {};
pdns-recursor = handleTest ./pdns-recursor.nix {};
taskserver = handleTest ./taskserver.nix {};
telegraf = handleTest ./telegraf.nix {};
+ tiddlywiki = handleTest ./tiddlywiki.nix {};
tinydns = handleTest ./tinydns.nix {};
- tomcat = handleTest ./tomcat.nix {};
tor = handleTest ./tor.nix {};
transmission = handleTest ./transmission.nix {};
+ trezord = handleTest ./trezord.nix {};
udisks2 = handleTest ./udisks2.nix {};
upnp = handleTest ./upnp.nix {};
uwsgi = handleTest ./uwsgi.nix {};
diff --git a/nixos/tests/boot.nix b/nixos/tests/boot.nix
index c9bb1e77c6d..57d8006d7ac 100644
--- a/nixos/tests/boot.nix
+++ b/nixos/tests/boot.nix
@@ -17,46 +17,33 @@ let
];
}).config.system.build.isoImage;
- makeBootTest = name: machineConfig:
- makeTest {
- inherit iso;
- name = "boot-" + name;
- nodes = { };
- testScript =
- ''
- my $machine = createMachine({ ${machineConfig}, qemuFlags => '-m 768' });
- $machine->start;
- $machine->waitForUnit("multi-user.target");
- $machine->succeed("nix verify -r --no-trust /run/current-system");
+ perlAttrs = params: "{ ${concatStringsSep ", " (mapAttrsToList (name: param: "${name} => ${builtins.toJSON param}") params)} }";
- # Test whether the channel got installed correctly.
- $machine->succeed("nix-instantiate --dry-run '' -A hello");
- $machine->succeed("nix-env --dry-run -iA nixos.procps");
+ makeBootTest = name: extraConfig:
+ let
+ machineConfig = perlAttrs ({ qemuFlags = "-m 768"; } // extraConfig);
+ in
+ makeTest {
+ inherit iso;
+ name = "boot-" + name;
+ nodes = { };
+ testScript =
+ ''
+ my $machine = createMachine(${machineConfig});
+ $machine->start;
+ $machine->waitForUnit("multi-user.target");
+ $machine->succeed("nix verify -r --no-trust /run/current-system");
- $machine->shutdown;
- '';
- };
-in {
+ # Test whether the channel got installed correctly.
+ $machine->succeed("nix-instantiate --dry-run '' -A hello");
+ $machine->succeed("nix-env --dry-run -iA nixos.procps");
- biosCdrom = makeBootTest "bios-cdrom" ''
- cdrom => glob("${iso}/iso/*.iso")
- '';
+ $machine->shutdown;
+ '';
+ };
- biosUsb = makeBootTest "bios-usb" ''
- usb => glob("${iso}/iso/*.iso")
- '';
-
- uefiCdrom = makeBootTest "uefi-cdrom" ''
- cdrom => glob("${iso}/iso/*.iso"),
- bios => '${pkgs.OVMF.fd}/FV/OVMF.fd'
- '';
-
- uefiUsb = makeBootTest "uefi-usb" ''
- usb => glob("${iso}/iso/*.iso"),
- bios => '${pkgs.OVMF.fd}/FV/OVMF.fd'
- '';
-
- netboot = let
+ makeNetbootTest = name: extraConfig:
+ let
config = (import ../lib/eval-config.nix {
inherit system;
modules =
@@ -65,35 +52,55 @@ in {
{ key = "serial"; }
];
}).config;
- ipxeScriptDir = pkgs.writeTextFile {
- name = "ipxeScriptDir";
- text = ''
- #!ipxe
- dhcp
- kernel bzImage init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams} console=ttyS0
- initrd initrd
- boot
- '';
- destination = "/boot.ipxe";
- };
ipxeBootDir = pkgs.symlinkJoin {
name = "ipxeBootDir";
paths = [
config.system.build.netbootRamdisk
config.system.build.kernel
- ipxeScriptDir
+ config.system.build.netbootIpxeScript
];
};
+ machineConfig = perlAttrs ({
+ qemuFlags = "-boot order=n -m 2000";
+ netBackendArgs = "tftp=${ipxeBootDir},bootfile=netboot.ipxe";
+ } // extraConfig);
in
makeTest {
- name = "boot-netboot";
+ name = "boot-netboot-" + name;
nodes = { };
testScript =
''
- my $machine = createMachine({ qemuFlags => '-boot order=n -net nic,model=e1000 -net user,tftp=${ipxeBootDir}/,bootfile=boot.ipxe -m 2000M' });
+ my $machine = createMachine(${machineConfig});
$machine->start;
$machine->waitForUnit("multi-user.target");
$machine->shutdown;
'';
};
+in {
+
+ biosCdrom = makeBootTest "bios-cdrom" {
+ cdrom = "${iso}/iso/${iso.isoName}";
+ };
+
+ biosUsb = makeBootTest "bios-usb" {
+ usb = "${iso}/iso/${iso.isoName}";
+ };
+
+ uefiCdrom = makeBootTest "uefi-cdrom" {
+ cdrom = "${iso}/iso/${iso.isoName}";
+ bios = "${pkgs.OVMF.fd}/FV/OVMF.fd";
+ };
+
+ uefiUsb = makeBootTest "uefi-usb" {
+ usb = "${iso}/iso/${iso.isoName}";
+ bios = "${pkgs.OVMF.fd}/FV/OVMF.fd";
+ };
+
+ biosNetboot = makeNetbootTest "bios" {};
+
+ uefiNetboot = makeNetbootTest "uefi" {
+ bios = "${pkgs.OVMF.fd}/FV/OVMF.fd";
+ # Custom ROM is needed for EFI PXE boot. I failed to understand exactly why, because QEMU should still use iPXE for EFI.
+ netFrontendArgs = "romfile=${pkgs.ipxe}/ipxe.efirom";
+ };
}
diff --git a/nixos/tests/cassandra.nix b/nixos/tests/cassandra.nix
index aea4fa4d1c9..c55733c9be7 100644
--- a/nixos/tests/cassandra.nix
+++ b/nixos/tests/cassandra.nix
@@ -8,11 +8,12 @@ let
jmxRoles = [{ username = "me"; password = "password"; }];
jmxRolesFile = ./cassandra-jmx-roles;
jmxAuthArgs = "-u ${(builtins.elemAt jmxRoles 0).username} -pw ${(builtins.elemAt jmxRoles 0).password}";
+ jmxPort = 7200; # Non-standard port so it doesn't accidentally work
# Would usually be assigned to 512M
numMaxHeapSize = "400";
getHeapLimitCommand = ''
- nodetool info | grep "^Heap Memory" | awk \'{print $NF}\'
+ nodetool info -p ${toString jmxPort} | grep "^Heap Memory" | awk \'{print $NF}\'
'';
checkHeapLimitCommand = ''
[ 1 -eq "$(echo "$(${getHeapLimitCommand}) < ${numMaxHeapSize}" | ${pkgs.bc}/bin/bc)" ]
@@ -27,19 +28,20 @@ let
package = testPackage;
maxHeapSize = "${numMaxHeapSize}M";
heapNewSize = "100M";
+ inherit jmxPort;
};
- nodeCfg = ipAddress: extra: {pkgs, config, ...}:
- { environment.systemPackages = [ testPackage ];
- networking = {
- firewall.allowedTCPPorts = [ 7000 7199 9042 ];
- useDHCP = false;
- interfaces.eth1.ipv4.addresses = pkgs.lib.mkOverride 0 [
- { address = ipAddress; prefixLength = 24; }
- ];
- };
- services.cassandra = cassandraCfg ipAddress // extra;
- virtualisation.memorySize = 1024;
+ nodeCfg = ipAddress: extra: {pkgs, config, ...}: rec {
+ environment.systemPackages = [ testPackage ];
+ networking = {
+ firewall.allowedTCPPorts = [ 7000 9042 services.cassandra.jmxPort ];
+ useDHCP = false;
+ interfaces.eth1.ipv4.addresses = pkgs.lib.mkOverride 0 [
+ { address = ipAddress; prefixLength = 24; }
+ ];
};
+ services.cassandra = cassandraCfg ipAddress // extra;
+ virtualisation.memorySize = 1024;
+ };
in
{
name = "cassandra-ci";
@@ -50,7 +52,9 @@ in
cass2 = nodeCfg "192.168.1.3" { jvmOpts = [ "-Dcassandra.replace_address=cass1" ]; };
};
- testScript = ''
+ testScript = let
+ jmxPortS = toString jmxPort;
+ in ''
# Check configuration
subtest "Timers exist", sub {
$cass0->succeed("systemctl list-timers | grep cassandra-full-repair.timer");
@@ -63,51 +67,51 @@ in
};
subtest "Nodetool is operational", sub {
$cass0->waitForUnit("cassandra.service");
- $cass0->waitUntilSucceeds("nc -z localhost 7199");
- $cass0->succeed("nodetool status --resolve-ip | egrep '^UN[[:space:]]+cass0'");
+ $cass0->waitUntilSucceeds("nc -z localhost ${jmxPortS}");
+ $cass0->succeed("nodetool status -p ${jmxPortS} --resolve-ip | egrep '^UN[[:space:]]+cass0'");
};
subtest "Cluster name was set", sub {
$cass0->waitForUnit("cassandra.service");
- $cass0->waitUntilSucceeds("nc -z localhost 7199");
- $cass0->waitUntilSucceeds("nodetool describecluster | grep 'Name: ${clusterName}'");
+ $cass0->waitUntilSucceeds("nc -z localhost ${jmxPortS}");
+ $cass0->waitUntilSucceeds("nodetool describecluster -p ${jmxPortS} | grep 'Name: ${clusterName}'");
};
subtest "Heap limit set correctly", sub {
# Nodetool takes a while until it can display info
- $cass0->waitUntilSucceeds('nodetool info');
+ $cass0->waitUntilSucceeds('nodetool info -p ${jmxPortS}');
$cass0->succeed('${checkHeapLimitCommand}');
};
# Check cluster interaction
subtest "Bring up cluster", sub {
$cass1->waitForUnit("cassandra.service");
- $cass1->waitUntilSucceeds("nodetool ${jmxAuthArgs} status | egrep -c '^UN' | grep 2");
- $cass0->succeed("nodetool status --resolve-ip | egrep '^UN[[:space:]]+cass1'");
+ $cass1->waitUntilSucceeds("nodetool -p ${jmxPortS} ${jmxAuthArgs} status | egrep -c '^UN' | grep 2");
+ $cass0->succeed("nodetool status -p ${jmxPortS} --resolve-ip | egrep '^UN[[:space:]]+cass1'");
};
'' + lib.optionalString testRemoteAuth ''
subtest "Remote authenticated jmx", sub {
# Doesn't work if not enabled
- $cass0->waitUntilSucceeds("nc -z localhost 7199");
- $cass1->fail("nc -z 192.168.1.1 7199");
- $cass1->fail("nodetool -h 192.168.1.1 status");
+ $cass0->waitUntilSucceeds("nc -z localhost ${jmxPortS}");
+ $cass1->fail("nc -z 192.168.1.1 ${toString jmxPort}");
+ $cass1->fail("nodetool -p ${jmxPortS} -h 192.168.1.1 status");
# Works if enabled
- $cass1->waitUntilSucceeds("nc -z localhost 7199");
- $cass0->succeed("nodetool -h 192.168.1.2 ${jmxAuthArgs} status");
+ $cass1->waitUntilSucceeds("nc -z localhost ${toString jmxPort}");
+ $cass0->succeed("nodetool -p ${jmxPortS} -h 192.168.1.2 ${jmxAuthArgs} status");
};
'' + ''
subtest "Break and fix node", sub {
$cass1->block;
- $cass0->waitUntilSucceeds("nodetool status --resolve-ip | egrep -c '^DN[[:space:]]+cass1'");
- $cass0->succeed("nodetool status | egrep -c '^UN' | grep 1");
+ $cass0->waitUntilSucceeds("nodetool status -p ${jmxPortS} --resolve-ip | egrep -c '^DN[[:space:]]+cass1'");
+ $cass0->succeed("nodetool status -p ${jmxPortS} | egrep -c '^UN' | grep 1");
$cass1->unblock;
- $cass1->waitUntilSucceeds("nodetool ${jmxAuthArgs} status | egrep -c '^UN' | grep 2");
- $cass0->succeed("nodetool status | egrep -c '^UN' | grep 2");
+ $cass1->waitUntilSucceeds("nodetool -p ${jmxPortS} ${jmxAuthArgs} status | egrep -c '^UN' | grep 2");
+ $cass0->succeed("nodetool status -p ${jmxPortS} | egrep -c '^UN' | grep 2");
};
subtest "Replace crashed node", sub {
$cass1->crash;
$cass2->waitForUnit("cassandra.service");
- $cass0->waitUntilFails("nodetool status --resolve-ip | egrep '^UN[[:space:]]+cass1'");
- $cass0->waitUntilSucceeds("nodetool status --resolve-ip | egrep '^UN[[:space:]]+cass2'");
+ $cass0->waitUntilFails("nodetool status -p ${jmxPortS} --resolve-ip | egrep '^UN[[:space:]]+cass1'");
+ $cass0->waitUntilSucceeds("nodetool status -p ${jmxPortS} --resolve-ip | egrep '^UN[[:space:]]+cass2'");
};
'';
})
diff --git a/nixos/tests/containers-ephemeral.nix b/nixos/tests/containers-ephemeral.nix
new file mode 100644
index 00000000000..1ef8717d9a0
--- /dev/null
+++ b/nixos/tests/containers-ephemeral.nix
@@ -0,0 +1,56 @@
+# Test for NixOS' container support.
+
+import ./make-test.nix ({ pkgs, ...} : {
+ name = "containers-ephemeral";
+
+ machine = { pkgs, ... }: {
+ virtualisation.memorySize = 768;
+ virtualisation.writableStore = true;
+
+ containers.webserver = {
+ ephemeral = true;
+ privateNetwork = true;
+ hostAddress = "10.231.136.1";
+ localAddress = "10.231.136.2";
+ config = {
+ services.nginx = {
+ enable = true;
+ virtualHosts.localhost = {
+ root = (pkgs.runCommand "localhost" {} ''
+ mkdir "$out"
+ echo hello world > "$out/index.html"
+ '');
+ };
+ };
+ networking.firewall.allowedTCPPorts = [ 80 ];
+ };
+ };
+ };
+
+ testScript = ''
+ $machine->succeed("nixos-container list") =~ /webserver/ or die;
+
+ # Start the webserver container.
+ $machine->succeed("nixos-container start webserver");
+
+ # Check that container got its own root folder
+ $machine->succeed("ls /run/containers/webserver");
+
+ # Check that container persistent directory is not created
+ $machine->fail("ls /var/lib/containers/webserver");
+
+ # Since "start" returns after the container has reached
+ # multi-user.target, we should now be able to access it.
+ my $ip = $machine->succeed("nixos-container show-ip webserver");
+ chomp $ip;
+ $machine->succeed("ping -n -c1 $ip");
+ $machine->succeed("curl --fail http://$ip/ > /dev/null");
+
+ # Stop the container.
+ $machine->succeed("nixos-container stop webserver");
+ $machine->fail("curl --fail --connect-timeout 2 http://$ip/ > /dev/null");
+
+ # Check that container's root folder was removed
+ $machine->fail("ls /run/containers/webserver");
+ '';
+})
diff --git a/nixos/tests/deluge.nix b/nixos/tests/deluge.nix
index 22ad84e7bff..b58030409b5 100644
--- a/nixos/tests/deluge.nix
+++ b/nixos/tests/deluge.nix
@@ -8,9 +8,11 @@ import ./make-test.nix ({ pkgs, ...} : {
simple = {
services.deluge = {
enable = true;
- web.enable = true;
+ web = {
+ enable = true;
+ openFirewall = true;
+ };
};
- networking.firewall.allowedTCPPorts = [ 8112 ];
};
declarative =
diff --git a/nixos/tests/etcd-cluster.nix b/nixos/tests/etcd-cluster.nix
index 3c4de5950a7..43fde7d5920 100644
--- a/nixos/tests/etcd-cluster.nix
+++ b/nixos/tests/etcd-cluster.nix
@@ -140,7 +140,7 @@ in {
};
subtest "should add another member", sub {
- $node1->succeed("etcdctl member add node3 https://node3:2380");
+ $node1->waitUntilSucceeds("etcdctl member add node3 https://node3:2380");
$node3->start();
$node3->waitForUnit("etcd.service");
$node3->waitUntilSucceeds("etcdctl member list | grep 'node3'");
diff --git a/nixos/tests/flatpak-builder.nix b/nixos/tests/flatpak-builder.nix
index 2100631ec7f..49b97e8ca99 100644
--- a/nixos/tests/flatpak-builder.nix
+++ b/nixos/tests/flatpak-builder.nix
@@ -9,6 +9,7 @@ import ./make-test.nix ({ pkgs, ... }:
machine = { pkgs, ... }: {
services.flatpak.enable = true;
+ xdg.portal.enable = true;
environment.systemPackages = with pkgs; [ gnome-desktop-testing flatpak-builder ] ++ flatpak-builder.installedTestsDependencies;
virtualisation.diskSize = 2048;
};
diff --git a/nixos/tests/fluentd.nix b/nixos/tests/fluentd.nix
new file mode 100644
index 00000000000..e5c4c3d2163
--- /dev/null
+++ b/nixos/tests/fluentd.nix
@@ -0,0 +1,46 @@
+import ./make-test.nix ({ pkgs, lib, ... }: {
+ name = "fluentd";
+
+ machine = { pkgs, ... }: {
+ services.fluentd = {
+ enable = true;
+ config = ''
+
+ @type http
+ port 9880
+
+
+
+ type copy
+
+ @type file
+ format json
+ path /tmp/fluentd
+ symlink_path /tmp/current-log
+
+
+ @type stdout
+
+
+ '';
+ };
+ };
+
+ testScript = let
+ testMessage = "an example log message";
+
+ payload = pkgs.writeText "test-message.json" (builtins.toJSON {
+ inherit testMessage;
+ });
+ in ''
+ $machine->start;
+ $machine->waitForUnit('fluentd.service');
+ $machine->waitForOpenPort(9880);
+
+ $machine->succeed("curl -fsSL -X POST -H 'Content-type: application/json' -d @${payload} http://localhost:9880/test.tag");
+
+ $machine->succeed("systemctl stop fluentd"); # blocking flush
+
+ $machine->succeed("grep '${testMessage}' /tmp/current-log");
+ '';
+})
diff --git a/nixos/tests/gdk-pixbuf.nix b/nixos/tests/gdk-pixbuf.nix
index 005c5111da2..9a62b593f46 100644
--- a/nixos/tests/gdk-pixbuf.nix
+++ b/nixos/tests/gdk-pixbuf.nix
@@ -3,12 +3,12 @@ import ./make-test.nix ({ pkgs, ... }: {
name = "gdk-pixbuf";
meta = {
- maintainers = pkgs.gdk_pixbuf.meta.maintainers;
+ maintainers = pkgs.gdk-pixbuf.meta.maintainers;
};
machine = { pkgs, ... }: {
environment.systemPackages = with pkgs; [ gnome-desktop-testing ];
- environment.variables.XDG_DATA_DIRS = [ "${pkgs.gdk_pixbuf.installedTests}/share" ];
+ environment.variables.XDG_DATA_DIRS = [ "${pkgs.gdk-pixbuf.installedTests}/share" ];
# Tests allocate a lot of memory trying to exploit a CVE
# but qemu-system-i386 has a 2047M memory limit
diff --git a/nixos/tests/glusterfs.nix b/nixos/tests/glusterfs.nix
new file mode 100644
index 00000000000..9fd8bd2ed12
--- /dev/null
+++ b/nixos/tests/glusterfs.nix
@@ -0,0 +1,65 @@
+import ./make-test.nix ({ ... } :
+
+let
+ client = { pkgs, ... } : {
+ environment.systemPackages = [ pkgs.glusterfs ];
+ fileSystems = pkgs.lib.mkVMOverride
+ [ { mountPoint = "/gluster";
+ fsType = "glusterfs";
+ device = "server1:/gv0";
+ } ];
+ };
+
+ server = { pkgs, ... } : {
+ networking.firewall.enable = false;
+ services.glusterfs.enable = true;
+
+ # create a mount point for the volume
+ boot.initrd.postDeviceCommands = ''
+ ${pkgs.e2fsprogs}/bin/mkfs.ext4 -L data /dev/vdb
+ '';
+
+ virtualisation.emptyDiskImages = [ 1024 ];
+
+ fileSystems = pkgs.lib.mkVMOverride
+ [ { mountPoint = "/data";
+ device = "/dev/disk/by-label/data";
+ fsType = "ext4";
+ }
+ ];
+ };
+in {
+ name = "glusterfs";
+
+ nodes = {
+ server1 = server;
+ server2 = server;
+ client1 = client;
+ client2 = client;
+ };
+
+ testScript = ''
+ $server1->waitForUnit("glusterd.service");
+ $server2->waitForUnit("glusterd.service");
+
+ # establish initial contact
+ $server1->succeed("sleep 2");
+ $server1->succeed("gluster peer probe server2");
+ $server1->succeed("gluster peer probe server1");
+
+ $server1->succeed("gluster peer status | grep Connected");
+
+ # create volumes
+ $server1->succeed("mkdir -p /data/vg0");
+ $server2->succeed("mkdir -p /data/vg0");
+ $server1->succeed("gluster volume create gv0 server1:/data/vg0 server2:/data/vg0");
+ $server1->succeed("gluster volume start gv0");
+
+ # test clients
+ $client1->waitForUnit("gluster.mount");
+ $client2->waitForUnit("gluster.mount");
+
+ $client1->succeed("echo test > /gluster/file1");
+ $client2->succeed("grep test /gluster/file1");
+ '';
+})
diff --git a/nixos/tests/gnome-photos.nix b/nixos/tests/gnome-photos.nix
new file mode 100644
index 00000000000..2ecda1d68ce
--- /dev/null
+++ b/nixos/tests/gnome-photos.nix
@@ -0,0 +1,42 @@
+# run installed tests
+import ./make-test.nix ({ pkgs, lib, ... }:
+
+let
+
+ # gsettings tool with access to gsettings-desktop-schemas
+ desktop-gsettings = with pkgs; stdenv.mkDerivation {
+ name = "desktop-gsettings";
+ dontUnpack = true;
+ nativeBuildInputs = [ glib wrapGAppsHook ];
+ buildInputs = [ gsettings-desktop-schemas ];
+ installPhase = ''
+ runHook preInstall
+ mkdir -p $out/bin
+ ln -s ${glib.bin}/bin/gsettings $out/bin/desktop-gsettings
+ runHook postInstall
+ '';
+ };
+
+in
+
+{
+ name = "gnome-photos";
+ meta = {
+ maintainers = pkgs.gnome-photos.meta.maintainers;
+ };
+
+ machine = { pkgs, ... }: {
+ imports = [ ./common/x11.nix ];
+ programs.dconf.enable = true;
+ services.gnome3.at-spi2-core.enable = true; # needed for dogtail
+ environment.systemPackages = with pkgs; [ gnome-desktop-testing desktop-gsettings ];
+ services.dbus.packages = with pkgs; [ gnome-photos ];
+ };
+
+ testScript = ''
+ $machine->waitForX;
+ # dogtail needs accessibility enabled
+ $machine->succeed("desktop-gsettings set org.gnome.desktop.interface toolkit-accessibility true 2>&1");
+ $machine->succeed("gnome-desktop-testing-runner -d '${pkgs.gnome-photos.installedTests}/share' 2>&1");
+ '';
+})
diff --git a/nixos/tests/gnome3-gdm.nix b/nixos/tests/gnome3-gdm.nix
deleted file mode 100644
index c2808d87d99..00000000000
--- a/nixos/tests/gnome3-gdm.nix
+++ /dev/null
@@ -1,63 +0,0 @@
-import ./make-test.nix ({ pkgs, ...} : {
- name = "gnome3-gdm";
- meta = with pkgs.stdenv.lib.maintainers; {
- maintainers = [ lethalman ];
- };
-
- machine =
- { ... }:
-
- { imports = [ ./common/user-account.nix ];
-
- services.xserver.enable = true;
-
- services.xserver.displayManager.gdm = {
- enable = true;
- autoLogin = {
- enable = true;
- user = "alice";
- };
- };
- services.xserver.desktopManager.gnome3.enable = true;
-
- virtualisation.memorySize = 1024;
- };
-
- testScript = let
- # Keep line widths somewhat managable
- bus = "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus";
- gdbus = "${bus} gdbus";
- # Call javascript in gnome shell, returns a tuple (success, output), where
- # `success` is true if the dbus call was successful and output is what the
- # javascript evaluates to.
- eval = "call --session -d org.gnome.Shell -o /org/gnome/Shell -m org.gnome.Shell.Eval";
- # False when startup is done
- startingUp = "${gdbus} ${eval} Main.layoutManager._startingUp";
- # Hopefully gnome-terminal's wm class
- wmClass = "${gdbus} ${eval} global.display.focus_window.wm_class";
- in ''
- # wait for gdm to start
- $machine->waitForUnit("display-manager.service");
-
- # wait for alice to be logged in
- $machine->waitForUnit("default.target","alice");
-
- # Check that logging in has given the user ownership of devices.
- $machine->succeed("getfacl /dev/snd/timer | grep -q alice");
-
- # Wait for the wayland server
- $machine->waitForFile("/run/user/1000/wayland-0");
-
- # Wait for gnome shell, correct output should be "(true, 'false')"
- $machine->waitUntilSucceeds("su - alice -c '${startingUp} | grep -q true,..false'");
-
- # open a terminal
- $machine->succeed("su - alice -c '${bus} gnome-terminal'");
- # and check it's there
- $machine->waitUntilSucceeds("su - alice -c '${wmClass} | grep -q gnome-terminal-server'");
-
- # wait to get a nice screenshot
- $machine->sleep(20);
- $machine->screenshot("screen");
- '';
-})
diff --git a/nixos/tests/gnome3-xorg.nix b/nixos/tests/gnome3-xorg.nix
new file mode 100644
index 00000000000..f12361da037
--- /dev/null
+++ b/nixos/tests/gnome3-xorg.nix
@@ -0,0 +1,41 @@
+import ./make-test.nix ({ pkgs, ...} : {
+ name = "gnome3-xorg";
+ meta = with pkgs.stdenv.lib.maintainers; {
+ maintainers = pkgs.gnome3.maintainers;
+ };
+
+ machine =
+ { ... }:
+
+ { imports = [ ./common/user-account.nix ];
+
+ services.xserver.enable = true;
+
+ services.xserver.displayManager.gdm.enable = false;
+ services.xserver.displayManager.lightdm.enable = true;
+ services.xserver.displayManager.lightdm.autoLogin.enable = true;
+ services.xserver.displayManager.lightdm.autoLogin.user = "alice";
+ services.xserver.desktopManager.gnome3.enable = true;
+ services.xserver.desktopManager.default = "gnome-xorg";
+
+ virtualisation.memorySize = 1024;
+ };
+
+ testScript =
+ ''
+ $machine->waitForX;
+
+ # wait for alice to be logged in
+ $machine->waitForUnit("default.target","alice");
+
+ # Check that logging in has given the user ownership of devices.
+ $machine->succeed("getfacl /dev/snd/timer | grep -q alice");
+
+ $machine->succeed("su - alice -c 'DISPLAY=:0.0 gnome-terminal &'");
+ $machine->succeed("xauth merge ~alice/.Xauthority");
+ $machine->waitForWindow(qr/alice.*machine/);
+ $machine->succeed("timeout 900 bash -c 'while read msg; do if [[ \$msg =~ \"GNOME Shell started\" ]]; then break; fi; done < <(journalctl -f)'");
+ $machine->sleep(10);
+ $machine->screenshot("screen");
+ '';
+})
diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3.nix
index b58c9e5a0e3..b6fe602a732 100644
--- a/nixos/tests/gnome3.nix
+++ b/nixos/tests/gnome3.nix
@@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "gnome3";
meta = with pkgs.stdenv.lib.maintainers; {
- maintainers = [ domenkozar eelco lethalman ];
+ maintainers = pkgs.gnome3.maintainers;
};
machine =
@@ -11,19 +11,34 @@ import ./make-test.nix ({ pkgs, ...} : {
services.xserver.enable = true;
- services.xserver.displayManager.gdm.enable = false;
- services.xserver.displayManager.lightdm.enable = true;
- services.xserver.displayManager.lightdm.autoLogin.enable = true;
- services.xserver.displayManager.lightdm.autoLogin.user = "alice";
+ services.xserver.displayManager.gdm = {
+ enable = true;
+ autoLogin = {
+ enable = true;
+ user = "alice";
+ };
+ };
+
services.xserver.desktopManager.gnome3.enable = true;
- services.xserver.desktopManager.default = "gnome-xorg";
virtualisation.memorySize = 1024;
};
- testScript =
- ''
- $machine->waitForX;
+ testScript = let
+ # Keep line widths somewhat managable
+ bus = "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus";
+ gdbus = "${bus} gdbus";
+ # Call javascript in gnome shell, returns a tuple (success, output), where
+ # `success` is true if the dbus call was successful and output is what the
+ # javascript evaluates to.
+ eval = "call --session -d org.gnome.Shell -o /org/gnome/Shell -m org.gnome.Shell.Eval";
+ # False when startup is done
+ startingUp = "${gdbus} ${eval} Main.layoutManager._startingUp";
+ # Hopefully gnome-terminal's wm class
+ wmClass = "${gdbus} ${eval} global.display.focus_window.wm_class";
+ in ''
+ # wait for gdm to start
+ $machine->waitForUnit("display-manager.service");
# wait for alice to be logged in
$machine->waitForUnit("default.target","alice");
@@ -31,11 +46,19 @@ import ./make-test.nix ({ pkgs, ...} : {
# Check that logging in has given the user ownership of devices.
$machine->succeed("getfacl /dev/snd/timer | grep -q alice");
- $machine->succeed("su - alice -c 'DISPLAY=:0.0 gnome-terminal &'");
- $machine->succeed("xauth merge ~alice/.Xauthority");
- $machine->waitForWindow(qr/alice.*machine/);
- $machine->succeed("timeout 900 bash -c 'while read msg; do if [[ \$msg =~ \"GNOME Shell started\" ]]; then break; fi; done < <(journalctl -f)'");
- $machine->sleep(10);
+ # Wait for the wayland server
+ $machine->waitForFile("/run/user/1000/wayland-0");
+
+ # Wait for gnome shell, correct output should be "(true, 'false')"
+ $machine->waitUntilSucceeds("su - alice -c '${startingUp} | grep -q true,..false'");
+
+ # open a terminal
+ $machine->succeed("su - alice -c '${bus} gnome-terminal'");
+ # and check it's there
+ $machine->waitUntilSucceeds("su - alice -c '${wmClass} | grep -q gnome-terminal-server'");
+
+ # wait to get a nice screenshot
+ $machine->sleep(20);
$machine->screenshot("screen");
'';
})
diff --git a/nixos/tests/grafana.nix b/nixos/tests/grafana.nix
index 9dc765a879b..7a1b4c8ffbb 100644
--- a/nixos/tests/grafana.nix
+++ b/nixos/tests/grafana.nix
@@ -1,25 +1,91 @@
-import ./make-test.nix ({ lib, ... }:
-{
- name = "grafana";
+import ./make-test.nix ({ lib, pkgs, ... }:
- meta = with lib.maintainers; {
- maintainers = [ willibutz ];
- };
+let
+ inherit (lib) mkMerge nameValuePair maintainers;
- machine = { ... }: {
+ baseGrafanaConf = {
services.grafana = {
enable = true;
addr = "localhost";
analytics.reporting.enable = false;
domain = "localhost";
- security.adminUser = "testusername";
+ security = {
+ adminUser = "testadmin";
+ adminPassword = "snakeoilpwd";
+ };
};
};
+ extraNodeConfs = {
+ postgresql = {
+ services.grafana.database = {
+ host = "127.0.0.1:5432";
+ user = "grafana";
+ };
+ services.postgresql = {
+ enable = true;
+ ensureDatabases = [ "grafana" ];
+ ensureUsers = [{
+ name = "grafana";
+ ensurePermissions."DATABASE grafana" = "ALL PRIVILEGES";
+ }];
+ };
+ systemd.services.grafana.after = [ "postgresql.service" ];
+ };
+
+ mysql = {
+ services.grafana.database.user = "grafana";
+ services.mysql = {
+ enable = true;
+ ensureDatabases = [ "grafana" ];
+ ensureUsers = [{
+ name = "grafana";
+ ensurePermissions."grafana.*" = "ALL PRIVILEGES";
+ }];
+ package = pkgs.mariadb;
+ };
+ systemd.services.grafana.after = [ "mysql.service" ];
+ };
+ };
+
+ nodes = builtins.listToAttrs (map (dbName:
+ nameValuePair dbName (mkMerge [
+ baseGrafanaConf
+ (extraNodeConfs.${dbName} or {})
+ ])) [ "sqlite" "postgresql" "mysql" ]);
+
+in {
+ name = "grafana";
+
+ meta = with maintainers; {
+ maintainers = [ willibutz ];
+ };
+
+ inherit nodes;
+
testScript = ''
- $machine->start;
- $machine->waitForUnit("grafana.service");
- $machine->waitForOpenPort(3000);
- $machine->succeed("curl -sSfL http://127.0.0.1:3000/");
+ startAll();
+
+ subtest "Grafana sqlite", sub {
+ $sqlite->waitForUnit("grafana.service");
+ $sqlite->waitForOpenPort(3000);
+ $sqlite->succeed("curl -sSfN -u testadmin:snakeoilpwd http://127.0.0.1:3000/api/org/users | grep -q testadmin\@localhost");
+ };
+
+ subtest "Grafana postgresql", sub {
+ $postgresql->waitForUnit("grafana.service");
+ $postgresql->waitForUnit("postgresql.service");
+ $postgresql->waitForOpenPort(3000);
+ $postgresql->waitForOpenPort(5432);
+ $postgresql->succeed("curl -sSfN -u testadmin:snakeoilpwd http://127.0.0.1:3000/api/org/users | grep -q testadmin\@localhost");
+ };
+
+ subtest "Grafana mysql", sub {
+ $mysql->waitForUnit("grafana.service");
+ $mysql->waitForUnit("mysql.service");
+ $mysql->waitForOpenPort(3000);
+ $mysql->waitForOpenPort(3306);
+ $mysql->succeed("curl -sSfN -u testadmin:snakeoilpwd http://127.0.0.1:3000/api/org/users | grep -q testadmin\@localhost");
+ };
'';
})
diff --git a/nixos/tests/graylog.nix b/nixos/tests/graylog.nix
new file mode 100644
index 00000000000..dc54afd1d26
--- /dev/null
+++ b/nixos/tests/graylog.nix
@@ -0,0 +1,111 @@
+import ./make-test.nix ({ pkgs, lib, ... }: {
+ name = "graylog";
+ meta.maintainers = with lib.maintainers; [ ma27 ];
+
+ machine = { pkgs, ... }: {
+ virtualisation.memorySize = 4096;
+ virtualisation.diskSize = 4096;
+
+ services.mongodb.enable = true;
+ services.elasticsearch.enable = true;
+ services.elasticsearch.package = pkgs.elasticsearch-oss;
+ services.elasticsearch.extraConf = ''
+ network.publish_host: 127.0.0.1
+ network.bind_host: 127.0.0.1
+ '';
+
+ services.graylog = {
+ enable = true;
+ passwordSecret = "YGhZ59wXMrYOojx5xdgEpBpDw2N6FbhM4lTtaJ1KPxxmKrUvSlDbtWArwAWMQ5LKx1ojHEVrQrBMVRdXbRyZLqffoUzHfssc";
+ elasticsearchHosts = [ "http://localhost:9200" ];
+
+ # `echo -n "nixos" | shasum -a 256`
+ rootPasswordSha2 = "6ed332bcfa615381511d4d5ba44a293bb476f368f7e9e304f0dff50230d1a85b";
+ };
+
+ environment.systemPackages = [ pkgs.jq ];
+
+ systemd.services.graylog.path = [ pkgs.netcat ];
+ systemd.services.graylog.preStart = ''
+ until nc -z localhost 9200; do
+ sleep 2
+ done
+ '';
+ };
+
+ testScript = let
+ payloads.login = pkgs.writeText "login.json" (builtins.toJSON {
+ host = "127.0.0.1:9000";
+ username = "admin";
+ password = "nixos";
+ });
+
+ payloads.input = pkgs.writeText "input.json" (builtins.toJSON {
+ title = "Demo";
+ global = false;
+ type = "org.graylog2.inputs.gelf.udp.GELFUDPInput";
+ node = "@node@";
+ configuration = {
+ bind_address = "0.0.0.0";
+ decompress_size_limit = 8388608;
+ number_worker_threads = 1;
+ override_source = null;
+ port = 12201;
+ recv_buffer_size = 262144;
+ };
+ });
+
+ payloads.gelf_message = pkgs.writeText "gelf.json" (builtins.toJSON {
+ host = "example.org";
+ short_message = "A short message";
+ full_message = "A long message";
+ version = "1.1";
+ level = 5;
+ facility = "Test";
+ });
+ in ''
+ $machine->start;
+ $machine->waitForUnit("graylog.service");
+ $machine->waitForOpenPort(9000);
+ $machine->succeed("curl -sSfL http://127.0.0.1:9000/");
+
+ my $session = $machine->succeed("curl -X POST "
+ . "-sSfL http://127.0.0.1:9000/api/system/sessions "
+ . "-d \$(cat ${payloads.login}) "
+ . "-H 'Content-Type: application/json' "
+ . "-H 'Accept: application/json' "
+ . "-H 'x-requested-by: cli' "
+ . "| jq .session_id | xargs echo"
+ );
+
+ chomp($session);
+
+ $machine->succeed("curl -X POST "
+ . "-sSfL http://127.0.0.1:9000/api/system/inputs -u $session:session "
+ . "-d \$(cat ${payloads.input} | sed -e \"s,\@node\@,\$(cat /var/lib/graylog/server/node-id),\") "
+ . "-H 'Accept: application/json' "
+ . "-H 'Content-Type: application/json' "
+ . "-H 'x-requested-by: cli' "
+ );
+
+ $machine->waitUntilSucceeds("test \"\$(curl -sSfL 'http://127.0.0.1:9000/api/cluster/inputstates' "
+ . "-u $session:session "
+ . "-H 'Accept: application/json' "
+ . "-H 'Content-Type: application/json' "
+ . "-H 'x-requested-by: cli'"
+ . "| jq 'to_entries[]|.value|.[0]|.state' | xargs echo"
+ . ")\" = \"RUNNING\""
+ );
+
+ $machine->succeed("echo -n \$(cat ${payloads.gelf_message}) | nc -w10 -u 127.0.0.1 12201");
+
+ $machine->succeed("test \"\$(curl -X GET "
+ . "-sSfL 'http://127.0.0.1:9000/api/search/universal/relative?query=*' "
+ . "-u $session:session "
+ . "-H 'Accept: application/json' "
+ . "-H 'Content-Type: application/json' "
+ . "-H 'x-requested-by: cli'"
+ . " | jq '.total_results' | xargs echo)\" = \"1\""
+ );
+ '';
+})
diff --git a/nixos/tests/hydra/default.nix b/nixos/tests/hydra/default.nix
index 882bced86d3..f99b367ac9b 100644
--- a/nixos/tests/hydra/default.nix
+++ b/nixos/tests/hydra/default.nix
@@ -17,7 +17,7 @@ let
createTrivialProject = pkgs.stdenv.mkDerivation {
name = "create-trivial-project";
- unpackPhase = ":";
+ dontUnpack = true;
buildInputs = [ pkgs.makeWrapper ];
installPhase = "install -m755 -D ${./create-trivial-project.sh} $out/bin/create-trivial-project.sh";
postFixup = ''
diff --git a/nixos/tests/icingaweb2.nix b/nixos/tests/icingaweb2.nix
new file mode 100644
index 00000000000..ea1b94c526b
--- /dev/null
+++ b/nixos/tests/icingaweb2.nix
@@ -0,0 +1,71 @@
+import ./make-test.nix ({ pkgs, ... }: {
+ name = "icingaweb2";
+ meta = with pkgs.stdenv.lib.maintainers; {
+ maintainers = [ das_j ];
+ };
+
+ nodes = {
+ icingaweb2 = { config, pkgs, ... }: {
+ services.icingaweb2 = {
+ enable = true;
+
+ modulePackages = with pkgs.icingaweb2Modules; {
+ particles = theme-particles;
+ spring = theme-spring;
+ };
+
+ modules = {
+ doc.enable = true;
+ migrate.enable = true;
+ setup.enable = true;
+ test.enable = true;
+ translation.enable = true;
+ };
+
+ generalConfig = {
+ global = {
+ module_path = "${pkgs.icingaweb2}/modules";
+ };
+ };
+
+ authentications = {
+ icingaweb = {
+ backend = "external";
+ };
+ };
+
+ groupBackends = {
+ icingaweb = {
+ backend = "db";
+ resource = "icingaweb_db";
+ };
+ };
+
+ resources = {
+ # Not used, so no DB server needed
+ icingaweb_db = {
+ type = "db";
+ db = "mysql";
+ host = "localhost";
+ username = "icingaweb2";
+ password = "icingaweb2";
+ dbname = "icingaweb2";
+ };
+ };
+
+ roles = {
+ Administrators = {
+ users = "*";
+ permissions = "*";
+ };
+ };
+ };
+ };
+ };
+
+ testScript = ''
+ startAll();
+ $icingaweb2->waitForUnit("multi-user.target");
+ $icingaweb2->succeed("curl -sSf http://icingaweb2/authentication/login");
+ '';
+})
diff --git a/nixos/tests/initdb.nix b/nixos/tests/initdb.nix
new file mode 100644
index 00000000000..749d7857a13
--- /dev/null
+++ b/nixos/tests/initdb.nix
@@ -0,0 +1,26 @@
+let
+ pkgs = import { };
+in
+with import { inherit pkgs; system = builtins.currentSystem; };
+with pkgs.lib;
+
+makeTest {
+ name = "pg-initdb";
+
+ machine = {...}:
+ {
+ documentation.enable = false;
+ services.postgresql.enable = true;
+ services.postgresql.package = pkgs.postgresql_9_6;
+ environment.pathsToLink = [
+ "/share/postgresql"
+ ];
+ };
+
+ testScript = ''
+ $machine->start;
+ $machine->succeed("sudo -u postgres initdb -D /tmp/testpostgres2");
+ $machine->shutdown;
+ '';
+
+ }
\ No newline at end of file
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 07659b60b3b..a136678c6ef 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -67,6 +67,7 @@ let
# partitions and filesystems.
testScriptFun = { bootLoader, createPartitions, grubVersion, grubDevice, grubUseEfi
, grubIdentifier, preBootCommands, extraConfig
+ , testCloneConfig
}:
let
iface = if grubVersion == 1 then "ide" else "virtio";
@@ -85,6 +86,7 @@ let
in if !isEfi && !(pkgs.stdenv.isi686 || pkgs.stdenv.isx86_64) then
throw "Non-EFI boot methods are only supported on i686 / x86_64"
else ''
+
$machine->start;
# Make sure that we get a login prompt etc.
@@ -185,6 +187,43 @@ let
${preBootCommands}
$machine->waitForUnit("network.target");
$machine->shutdown;
+
+ # Tests for validating clone configuration entries in grub menu
+ ${optionalString testCloneConfig ''
+ # Reboot Machine
+ $machine = createMachine({ ${hdFlags} qemuFlags => "${qemuFlags}", name => "clone-default-config" });
+ ${preBootCommands}
+ $machine->waitForUnit("multi-user.target");
+
+ # Booted configuration name should be Home
+ # This is not the name that shows in the grub menu.
+ # The default configuration is always shown as "Default"
+ $machine->succeed("cat /run/booted-system/configuration-name >&2");
+ $machine->succeed("cat /run/booted-system/configuration-name | grep Home");
+
+ # We should find **not** a file named /etc/gitconfig
+ $machine->fail("test -e /etc/gitconfig");
+
+ # Set grub to boot the second configuration
+ $machine->succeed("grub-reboot 1");
+
+ $machine->shutdown;
+
+ # Reboot Machine
+ $machine = createMachine({ ${hdFlags} qemuFlags => "${qemuFlags}", name => "clone-alternate-config" });
+ ${preBootCommands}
+
+ $machine->waitForUnit("multi-user.target");
+ # Booted configuration name should be Work
+ $machine->succeed("cat /run/booted-system/configuration-name >&2");
+ $machine->succeed("cat /run/booted-system/configuration-name | grep Work");
+
+ # We should find a file named /etc/gitconfig
+ $machine->succeed("test -e /etc/gitconfig");
+
+ $machine->shutdown;
+ ''}
+
'';
@@ -194,6 +233,7 @@ let
, bootLoader ? "grub" # either "grub" or "systemd-boot"
, grubVersion ? 2, grubDevice ? "/dev/vda", grubIdentifier ? "uuid", grubUseEfi ? false
, enableOCR ? false, meta ? {}
+ , testCloneConfig ? false
}:
makeTest {
inherit enableOCR;
@@ -269,7 +309,8 @@ let
testScript = testScriptFun {
inherit bootLoader createPartitions preBootCommands
- grubVersion grubDevice grubIdentifier grubUseEfi extraConfig;
+ grubVersion grubDevice grubIdentifier grubUseEfi extraConfig
+ testCloneConfig;
};
};
@@ -304,6 +345,66 @@ let
'';
};
+ # The (almost) simplest partitioning scheme: a swap partition and
+ # one big filesystem partition.
+ simple-test-config = { createPartitions =
+ ''
+ $machine->succeed(
+ "flock /dev/vda parted --script /dev/vda -- mklabel msdos"
+ . " mkpart primary linux-swap 1M 1024M"
+ . " mkpart primary ext2 1024M -1s",
+ "udevadm settle",
+ "mkswap /dev/vda1 -L swap",
+ "swapon -L swap",
+ "mkfs.ext3 -L nixos /dev/vda2",
+ "mount LABEL=nixos /mnt",
+ );
+ '';
+ };
+
+ simple-uefi-grub-config =
+ { createPartitions =
+ ''
+ $machine->succeed(
+ "flock /dev/vda parted --script /dev/vda -- mklabel gpt"
+ . " mkpart ESP fat32 1M 50MiB" # /boot
+ . " set 1 boot on"
+ . " mkpart primary linux-swap 50MiB 1024MiB"
+ . " mkpart primary ext2 1024MiB -1MiB", # /
+ "udevadm settle",
+ "mkswap /dev/vda2 -L swap",
+ "swapon -L swap",
+ "mkfs.ext3 -L nixos /dev/vda3",
+ "mount LABEL=nixos /mnt",
+ "mkfs.vfat -n BOOT /dev/vda1",
+ "mkdir -p /mnt/boot",
+ "mount LABEL=BOOT /mnt/boot",
+ );
+ '';
+ bootLoader = "grub";
+ grubUseEfi = true;
+ };
+
+ clone-test-extraconfig = { extraConfig =
+ ''
+ environment.systemPackages = [ pkgs.grub2 ];
+ boot.loader.grub.configurationName = "Home";
+ nesting.clone = [
+ {
+ boot.loader.grub.configurationName = lib.mkForce "Work";
+
+ environment.etc = {
+ "gitconfig".text = "
+ [core]
+ gitproxy = none for work.com
+ ";
+ };
+ }
+ ];
+ '';
+ testCloneConfig = true;
+ };
+
in {
@@ -312,21 +413,10 @@ in {
# The (almost) simplest partitioning scheme: a swap partition and
# one big filesystem partition.
- simple = makeInstallerTest "simple"
- { createPartitions =
- ''
- $machine->succeed(
- "flock /dev/vda parted --script /dev/vda -- mklabel msdos"
- . " mkpart primary linux-swap 1M 1024M"
- . " mkpart primary ext2 1024M -1s",
- "udevadm settle",
- "mkswap /dev/vda1 -L swap",
- "swapon -L swap",
- "mkfs.ext3 -L nixos /dev/vda2",
- "mount LABEL=nixos /mnt",
- );
- '';
- };
+ simple = makeInstallerTest "simple" simple-test-config;
+
+ # Test cloned configurations with the simple grub configuration
+ simpleClone = makeInstallerTest "simpleClone" (simple-test-config // clone-test-extraconfig);
# Simple GPT/UEFI configuration using systemd-boot with 3 partitions: ESP, swap & root filesystem
simpleUefiSystemdBoot = makeInstallerTest "simpleUefiSystemdBoot"
@@ -351,28 +441,10 @@ in {
bootLoader = "systemd-boot";
};
- simpleUefiGrub = makeInstallerTest "simpleUefiGrub"
- { createPartitions =
- ''
- $machine->succeed(
- "flock /dev/vda parted --script /dev/vda -- mklabel gpt"
- . " mkpart ESP fat32 1M 50MiB" # /boot
- . " set 1 boot on"
- . " mkpart primary linux-swap 50MiB 1024MiB"
- . " mkpart primary ext2 1024MiB -1MiB", # /
- "udevadm settle",
- "mkswap /dev/vda2 -L swap",
- "swapon -L swap",
- "mkfs.ext3 -L nixos /dev/vda3",
- "mount LABEL=nixos /mnt",
- "mkfs.vfat -n BOOT /dev/vda1",
- "mkdir -p /mnt/boot",
- "mount LABEL=BOOT /mnt/boot",
- );
- '';
- bootLoader = "grub";
- grubUseEfi = true;
- };
+ simpleUefiGrub = makeInstallerTest "simpleUefiGrub" simple-uefi-grub-config;
+
+ # Test cloned configurations with the uefi grub configuration
+ simpleUefiGrubClone = makeInstallerTest "simpleUefiGrubClone" (simple-uefi-grub-config // clone-test-extraconfig);
# Same as the previous, but now with a separate /boot partition.
separateBoot = makeInstallerTest "separateBoot"
diff --git a/nixos/tests/ipv6.nix b/nixos/tests/ipv6.nix
index 14f24c29cfe..d11eba764da 100644
--- a/nixos/tests/ipv6.nix
+++ b/nixos/tests/ipv6.nix
@@ -1,14 +1,16 @@
# Test of IPv6 functionality in NixOS, including whether router
# solicication/advertisement using radvd works.
-import ./make-test.nix ({ pkgs, ...} : {
+import ./make-test.nix ({ pkgs, lib, ...} : {
name = "ipv6";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco ];
};
nodes =
- { client = { ... }: { };
+ # Remove the interface configuration provided by makeTest so that the
+ # interfaces are all configured implicitly
+ { client = { ... }: { networking.interfaces = lib.mkForce {}; };
server =
{ ... }:
@@ -73,6 +75,11 @@ import ./make-test.nix ({ pkgs, ...} : {
$client->succeed("curl --fail -g http://[$serverIp]");
$client->fail("curl --fail -g http://[$clientIp]");
};
+ subtest "privacy extensions", sub {
+ my $ip = waitForAddress $client, "eth1", "global temporary";
+ # Default route should have "src " in it
+ $client->succeed("ip r g ::2 | grep $ip");
+ };
# TODO: test reachability of a machine on another network.
'';
diff --git a/nixos/tests/jormungandr.nix b/nixos/tests/jormungandr.nix
new file mode 100644
index 00000000000..ab4edf0506a
--- /dev/null
+++ b/nixos/tests/jormungandr.nix
@@ -0,0 +1,49 @@
+import ./make-test.nix ({ pkgs, ... }: {
+ name = "jormungandr";
+ meta = with pkgs.stdenv.lib.maintainers; {
+ maintainers = [ mmahut ];
+ };
+
+ nodes = {
+ bft = { ... }: {
+ environment.systemPackages = [ pkgs.jormungandr ];
+
+ services.jormungandr.enable = true;
+ services.jormungandr.genesisBlockFile = "/var/lib/jormungandr/block-0.bin";
+ services.jormungandr.secretFile = "/etc/secrets/jormungandr.yaml";
+ };
+ };
+
+ testScript = ''
+ startAll;
+
+ # Let's wait for the StateDirectory
+ $bft->waitForFile("/var/lib/jormungandr/");
+
+ # First, we generate the genesis file for our new blockchain
+ $bft->succeed("jcli genesis init > /root/genesis.yaml");
+
+ # We need to generate our secret key
+ $bft->succeed("jcli key generate --type=Ed25519 > /root/key.prv");
+
+ # We include the secret key into our services.jormungandr.secretFile
+ $bft->succeed("mkdir -p /etc/secrets");
+ $bft->succeed("echo -e \"bft:\\n signing_key:\" \$(cat /root/key.prv) > /etc/secrets/jormungandr.yaml");
+
+ # After that, we generate our public key from it
+ $bft->succeed("cat /root/key.prv | jcli key to-public > /root/key.pub");
+
+ # We add our public key as a consensus leader in the genesis configration file
+ $bft->succeed("sed -ie \"s/ed25519_pk1vvwp2s0n5jl5f4xcjurp2e92sj2awehkrydrlas4vgqr7xzt33jsadha32/\$(cat /root/key.pub)/\" /root/genesis.yaml");
+
+ # Now we can generate the genesis block from it
+ $bft->succeed("jcli genesis encode --input /root/genesis.yaml --output /var/lib/jormungandr/block-0.bin");
+
+ # We should have everything to start the service now
+ $bft->succeed("systemctl restart jormungandr");
+ $bft->waitForUnit("jormungandr.service");
+
+ # Now we can test if we are able to reach the REST API
+ $bft->waitUntilSucceeds("curl -L http://localhost:8607/api/v0/node/stats | grep uptime");
+ '';
+})
diff --git a/nixos/tests/libxmlb.nix b/nixos/tests/libxmlb.nix
new file mode 100644
index 00000000000..3bee568ac5a
--- /dev/null
+++ b/nixos/tests/libxmlb.nix
@@ -0,0 +1,17 @@
+# run installed tests
+import ./make-test.nix ({ pkgs, ... }:
+
+{
+ name = "libxmlb";
+ meta = {
+ maintainers = pkgs.libxmlb.meta.maintainers;
+ };
+
+ machine = { pkgs, ... }: {
+ environment.systemPackages = with pkgs; [ gnome-desktop-testing ];
+ };
+
+ testScript = ''
+ $machine->succeed("gnome-desktop-testing-runner -d '${pkgs.libxmlb.installedTests}/share'");
+ '';
+})
diff --git a/nixos/tests/lightdm.nix b/nixos/tests/lightdm.nix
index 8a9a7408d29..c805f1ed9f3 100644
--- a/nixos/tests/lightdm.nix
+++ b/nixos/tests/lightdm.nix
@@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "lightdm";
meta = with pkgs.stdenv.lib.maintainers; {
- maintainers = [ aszlig ];
+ maintainers = [ aszlig worldofpeace ];
};
machine = { ... }: {
diff --git a/nixos/tests/loki.nix b/nixos/tests/loki.nix
new file mode 100644
index 00000000000..9c3058d02f8
--- /dev/null
+++ b/nixos/tests/loki.nix
@@ -0,0 +1,37 @@
+import ./make-test.nix ({ lib, pkgs, ... }:
+
+{
+ name = "loki";
+
+ meta = with lib.maintainers; {
+ maintainers = [ willibutz ];
+ };
+
+ machine = { ... }: {
+ services.loki = {
+ enable = true;
+ configFile = "${pkgs.grafana-loki.src}/cmd/loki/loki-local-config.yaml";
+ };
+ systemd.services.promtail = {
+ description = "Promtail service for Loki test";
+ wantedBy = [ "multi-user.target" ];
+
+ serviceConfig = {
+ ExecStart = ''
+ ${pkgs.grafana-loki}/bin/promtail --config.file ${pkgs.grafana-loki.src}/cmd/promtail/promtail-local-config.yaml
+ '';
+ DynamicUser = true;
+ };
+ };
+ };
+
+ testScript = ''
+ $machine->start;
+ $machine->waitForUnit("loki.service");
+ $machine->waitForUnit("promtail.service");
+ $machine->waitForOpenPort(3100);
+ $machine->waitForOpenPort(9080);
+ $machine->succeed("echo 'Loki Ingestion Test' > /var/log/testlog");
+ $machine->waitUntilSucceeds("${pkgs.grafana-loki}/bin/logcli --addr='http://localhost:3100' query --no-labels '{job=\"varlogs\",filename=\"/var/log/testlog\"}' | grep -q 'Loki Ingestion Test'");
+ '';
+})
diff --git a/nixos/tests/mediawiki.nix b/nixos/tests/mediawiki.nix
new file mode 100644
index 00000000000..6293e8a2f46
--- /dev/null
+++ b/nixos/tests/mediawiki.nix
@@ -0,0 +1,19 @@
+import ./make-test.nix ({ pkgs, lib, ... }: {
+ name = "mediawiki";
+ meta.maintainers = [ lib.maintainers.aanderse ];
+
+ machine =
+ { ... }:
+ { services.mediawiki.enable = true;
+ services.mediawiki.virtualHost.hostName = "localhost";
+ services.mediawiki.virtualHost.adminAddr = "root@example.com";
+ services.mediawiki.passwordFile = pkgs.writeText "password" "correcthorsebatterystaple";
+ };
+
+ testScript = ''
+ startAll;
+
+ $machine->waitForUnit('phpfpm-mediawiki.service');
+ $machine->succeed('curl -L http://localhost/') =~ /MediaWiki has been installed/ or die;
+ '';
+})
diff --git a/nixos/tests/metabase.nix b/nixos/tests/metabase.nix
new file mode 100644
index 00000000000..be9e5ed5b1e
--- /dev/null
+++ b/nixos/tests/metabase.nix
@@ -0,0 +1,20 @@
+import ./make-test.nix ({ pkgs, ... }: {
+ name = "metabase";
+ meta = with pkgs.stdenv.lib.maintainers; {
+ maintainers = [ mmahut ];
+ };
+
+ nodes = {
+ machine = { ... }: {
+ services.metabase.enable = true;
+ virtualisation.memorySize = 1024;
+ };
+ };
+
+ testScript = ''
+ startAll;
+ $machine->waitForUnit("metabase.service");
+ $machine->waitForOpenPort(3000);
+ $machine->waitUntilSucceeds("curl -L http://localhost:3000/setup | grep Metabase");
+ '';
+})
diff --git a/nixos/tests/mosquitto.nix b/nixos/tests/mosquitto.nix
index 86b7f9c044d..bd5447de15f 100644
--- a/nixos/tests/mosquitto.nix
+++ b/nixos/tests/mosquitto.nix
@@ -49,21 +49,40 @@ in rec {
testScript = let
file = "/tmp/msg";
- payload = "wootWOOT";
+ sub = args:
+ "(${cmd "sub"} -C 1 ${args} | tee ${file} &)";
in ''
startAll;
$server->waitForUnit("mosquitto.service");
$server->fail("test -f ${file}");
- $server->execute("(${cmd "sub"} -C 1 | tee ${file} &)");
-
$client1->fail("test -f ${file}");
- $client1->execute("(${cmd "sub"} -C 1 | tee ${file} &)");
+ $client2->fail("test -f ${file}");
- $client2->succeed("${cmd "pub"} -m ${payload}");
- $server->succeed("grep -q ${payload} ${file}");
+ # QoS = 0, so only one subscribers should get it
+ $server->execute("${sub "-q 0"}");
- $client1->succeed("grep -q ${payload} ${file}");
+ # we need to give the subscribers some time to connect
+ $client2->execute("sleep 5");
+ $client2->succeed("${cmd "pub"} -m FOO -q 0");
+
+ $server->waitUntilSucceeds("grep -q FOO ${file}");
+ $server->execute("rm ${file}");
+
+
+ # QoS = 1, so both subscribers should get it
+ $server->execute("${sub "-q 1"}");
+ $client1->execute("${sub "-q 1"}");
+
+ # we need to give the subscribers some time to connect
+ $client2->execute("sleep 5");
+ $client2->succeed("${cmd "pub"} -m BAR -q 1");
+
+ $server->waitUntilSucceeds("grep -q BAR ${file}");
+ $server->execute("rm ${file}");
+
+ $client1->waitUntilSucceeds("grep -q BAR ${file}");
+ $client1->execute("rm ${file}");
'';
})
diff --git a/nixos/tests/mysql.nix b/nixos/tests/mysql.nix
index cfe10bc41b0..05bd968de02 100644
--- a/nixos/tests/mysql.nix
+++ b/nixos/tests/mysql.nix
@@ -19,7 +19,7 @@ import ./make-test.nix ({ pkgs, ...} : {
services.mysql.initialScript = pkgs.writeText "mysql-init.sql" ''
CREATE USER 'passworduser'@'localhost' IDENTIFIED BY 'password123';
'';
- services.mysql.package = pkgs.mysql;
+ services.mysql.package = pkgs.mysql57;
};
mariadb =
@@ -28,6 +28,12 @@ import ./make-test.nix ({ pkgs, ...} : {
{
users.users.testuser = { };
services.mysql.enable = true;
+ services.mysql.initialScript = pkgs.writeText "mariadb-init.sql" ''
+ ALTER USER root@localhost IDENTIFIED WITH unix_socket;
+ DELETE FROM mysql.user WHERE password = ''' AND plugin = ''';
+ DELETE FROM mysql.user WHERE user = ''';
+ FLUSH PRIVILEGES;
+ '';
services.mysql.ensureDatabases = [ "testdb" ];
services.mysql.ensureUsers = [{
name = "testuser";
diff --git a/nixos/tests/networking.nix b/nixos/tests/networking.nix
index ed9f287d558..6ce64dcebea 100644
--- a/nixos/tests/networking.nix
+++ b/nixos/tests/networking.nix
@@ -21,7 +21,7 @@ let
useNetworkd = networkd;
firewall.checkReversePath = true;
firewall.allowedUDPPorts = [ 547 ];
- interfaces = mkOverride 0 (listToAttrs (flip map vlanIfs (n:
+ interfaces = mkOverride 0 (listToAttrs (forEach vlanIfs (n:
nameValuePair "eth${toString n}" {
ipv4.addresses = [ { address = "192.168.${toString n}.1"; prefixLength = 24; } ];
ipv6.addresses = [ { address = "fd00:1234:5678:${toString n}::1"; prefixLength = 64; } ];
@@ -510,7 +510,7 @@ let
'';
};
};
- nodes.client = { pkgs, ... }: with pkgs.lib; {
+ nodes.clientWithPrivacy = { pkgs, ... }: with pkgs.lib; {
virtualisation.vlans = [ 1 ];
networking = {
useNetworkd = networkd;
@@ -522,21 +522,39 @@ let
};
};
};
+ nodes.client = { pkgs, ... }: with pkgs.lib; {
+ virtualisation.vlans = [ 1 ];
+ networking = {
+ useNetworkd = networkd;
+ useDHCP = true;
+ interfaces.eth1 = {
+ preferTempAddress = false;
+ ipv4.addresses = mkOverride 0 [ ];
+ ipv6.addresses = mkOverride 0 [ ];
+ };
+ };
+ };
testScript = { ... }:
''
startAll;
$client->waitForUnit("network.target");
+ $clientWithPrivacy->waitForUnit("network.target");
$router->waitForUnit("network-online.target");
# Wait until we have an ip address
+ $clientWithPrivacy->waitUntilSucceeds("ip addr show dev eth1 | grep -q 'fd00:1234:5678:1:'");
$client->waitUntilSucceeds("ip addr show dev eth1 | grep -q 'fd00:1234:5678:1:'");
# Test vlan 1
+ $clientWithPrivacy->waitUntilSucceeds("ping -c 1 fd00:1234:5678:1::1");
$client->waitUntilSucceeds("ping -c 1 fd00:1234:5678:1::1");
# Test address used is temporary
- $client->waitUntilSucceeds("! ip route get fd00:1234:5678:1::1 | grep -q ':[a-f0-9]*ff:fe[a-f0-9]*:'");
+ $clientWithPrivacy->waitUntilSucceeds("! ip route get fd00:1234:5678:1::1 | grep -q ':[a-f0-9]*ff:fe[a-f0-9]*:'");
+
+ # Test address used is EUI-64
+ $client->waitUntilSucceeds("ip route get fd00:1234:5678:1::1 | grep -q ':[a-f0-9]*ff:fe[a-f0-9]*:'");
'';
};
routes = {
diff --git a/nixos/tests/nextcloud/with-postgresql-and-redis.nix b/nixos/tests/nextcloud/with-postgresql-and-redis.nix
index 0351d4db69a..8a840a60875 100644
--- a/nixos/tests/nextcloud/with-postgresql-and-redis.nix
+++ b/nixos/tests/nextcloud/with-postgresql-and-redis.nix
@@ -27,10 +27,7 @@ in {
dbtype = "pgsql";
dbname = "nextcloud";
dbuser = "nextcloud";
- dbhost = "localhost";
- dbpassFile = toString (pkgs.writeText "db-pass-file" ''
- hunter2
- '');
+ dbhost = "/run/postgresql";
inherit adminuser;
adminpassFile = toString (pkgs.writeText "admin-pass-file" ''
${adminpass}
@@ -84,10 +81,12 @@ in {
services.postgresql = {
enable = true;
- initialScript = pkgs.writeText "psql-init" ''
- create role nextcloud with login password 'hunter2';
- create database nextcloud with owner nextcloud;
- '';
+ ensureDatabases = [ "nextcloud" ];
+ ensureUsers = [
+ { name = "nextcloud";
+ ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES";
+ }
+ ];
};
};
};
diff --git a/nixos/tests/nginx.nix b/nixos/tests/nginx.nix
index d66d99821c1..d0b7306ae83 100644
--- a/nixos/tests/nginx.nix
+++ b/nixos/tests/nginx.nix
@@ -3,15 +3,15 @@
# generated virtual hosts config.
# 2. whether the ETag header is properly generated whenever we're serving
# files in Nix store paths
-
+# 3. nginx doesn't restart on configuration changes (only reloads)
import ./make-test.nix ({ pkgs, ... }: {
name = "nginx";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ mbbx6spp ];
};
- nodes = let
- commonConfig = { pkgs, ... }: {
+ nodes = {
+ webserver = { pkgs, lib, ... }: {
services.nginx.enable = true;
services.nginx.commonHttpConfig = ''
log_format ceeformat '@cee: {"status":"$status",'
@@ -32,30 +32,42 @@ import ./make-test.nix ({ pkgs, ... }: {
location /favicon.ico { allow all; access_log off; log_not_found off; }
'';
};
+
services.nginx.virtualHosts.localhost = {
root = pkgs.runCommand "testdir" {} ''
mkdir "$out"
echo hello world > "$out/index.html"
'';
};
- };
- in {
- webserver = commonConfig;
- newwebserver = { pkgs, lib, ... }: {
- imports = [ commonConfig ];
- services.nginx.virtualHosts.localhost = {
- root = lib.mkForce (pkgs.runCommand "testdir2" {} ''
- mkdir "$out"
- echo hello world > "$out/index.html"
- '');
- };
+ services.nginx.enableReload = true;
+
+ nesting.clone = [
+ {
+ services.nginx.virtualHosts.localhost = {
+ root = lib.mkForce (pkgs.runCommand "testdir2" {} ''
+ mkdir "$out"
+ echo content changed > "$out/index.html"
+ '');
+ };
+ }
+
+ {
+ services.nginx.virtualHosts."1.my.test".listen = [ { addr = "127.0.0.1"; port = 8080; }];
+ }
+
+ {
+ services.nginx.package = pkgs.nginxUnstable;
+ }
+ ];
};
+
};
testScript = { nodes, ... }: let
- newServerSystem = nodes.newwebserver.config.system.build.toplevel;
- switch = "${newServerSystem}/bin/switch-to-configuration test";
+ etagSystem = "${nodes.webserver.config.system.build.toplevel}/fine-tune/child-1";
+ justReloadSystem = "${nodes.webserver.config.system.build.toplevel}/fine-tune/child-2";
+ reloadRestartSystem = "${nodes.webserver.config.system.build.toplevel}/fine-tune/child-3";
in ''
my $url = 'http://localhost/index.html';
@@ -77,9 +89,23 @@ import ./make-test.nix ({ pkgs, ... }: {
subtest "check ETag if serving Nix store paths", sub {
my $oldEtag = checkEtag;
- $webserver->succeed('${switch}');
+ $webserver->succeed("${etagSystem}/bin/switch-to-configuration test >&2");
+ $webserver->sleep(1); # race condition
my $newEtag = checkEtag;
die "Old ETag $oldEtag is the same as $newEtag" if $oldEtag eq $newEtag;
};
+
+ subtest "config is reloaded on nixos-rebuild switch", sub {
+ $webserver->succeed("${justReloadSystem}/bin/switch-to-configuration test >&2");
+ $webserver->waitForOpenPort("8080");
+ $webserver->fail("journalctl -u nginx | grep -q -i stopped");
+ $webserver->succeed("journalctl -u nginx | grep -q -i reloaded");
+ };
+
+ subtest "restart when nginx package changes", sub {
+ $webserver->succeed("${reloadRestartSystem}/bin/switch-to-configuration test >&2");
+ $webserver->waitForUnit("nginx");
+ $webserver->succeed("journalctl -u nginx | grep -q -i stopped");
+ };
'';
})
diff --git a/nixos/tests/nixos-generate-config.nix b/nixos/tests/nixos-generate-config.nix
new file mode 100644
index 00000000000..15a173e024b
--- /dev/null
+++ b/nixos/tests/nixos-generate-config.nix
@@ -0,0 +1,24 @@
+import ./make-test.nix ({ lib, ... } : {
+ name = "nixos-generate-config";
+ meta.maintainers = with lib.maintainers; [ basvandijk ];
+ machine = {
+ system.nixos-generate-config.configuration = ''
+ # OVERRIDDEN
+ { config, pkgs, ... }: {
+ imports = [ ./hardware-configuration.nix ];
+ $bootLoaderConfig
+ }
+ '';
+ };
+ testScript = ''
+ startAll;
+ $machine->waitForUnit("multi-user.target");
+ $machine->succeed("nixos-generate-config");
+
+ # Test if the configuration really is overridden
+ $machine->succeed("grep 'OVERRIDDEN' /etc/nixos/configuration.nix");
+
+ # Test of if the Perl variable $bootLoaderConfig is spliced correctly:
+ $machine->succeed("grep 'boot\\.loader\\.grub\\.enable = true;' /etc/nixos/configuration.nix");
+ '';
+})
diff --git a/nixos/tests/ostree.nix b/nixos/tests/ostree.nix
index 8b19004874e..d7ad84a1a5f 100644
--- a/nixos/tests/ostree.nix
+++ b/nixos/tests/ostree.nix
@@ -12,7 +12,7 @@ import ./make-test.nix ({ pkgs, lib, ... }: {
gnome-desktop-testing ostree gnupg (python3.withPackages (p: with p; [ pyyaml ]))
];
- environment.variables.GI_TYPELIB_PATH = lib.makeSearchPath "lib/girepository-1.0" (with pkgs; [ gtk3 pango.out ostree gdk_pixbuf atk ]); # for GJS tests
+ environment.variables.GI_TYPELIB_PATH = lib.makeSearchPath "lib/girepository-1.0" (with pkgs; [ gtk3 pango.out ostree gdk-pixbuf atk ]); # for GJS tests
};
testScript = ''
diff --git a/nixos/tests/php-pcre.nix b/nixos/tests/php-pcre.nix
index 19bde9babad..ae44aec7944 100644
--- a/nixos/tests/php-pcre.nix
+++ b/nixos/tests/php-pcre.nix
@@ -8,30 +8,25 @@ import ./make-test.nix ({ ...}: {
services.httpd = {
enable = true;
adminAddr = "please@dont.contact";
- extraSubservices = lib.singleton {
- function = f: {
- enablePHP = true;
- phpOptions = "pcre.jit = true";
+ enablePHP = true;
+ phpOptions = "pcre.jit = true";
+ extraConfig =
+ let
+ testRoot = pkgs.writeText "index.php"
+ ''
+
+ '';
+ in
+ ''
+ Alias / ${testRoot}/
- extraConfig =
- let
- testRoot = pkgs.writeText "index.php"
- ''
-
- '';
- in
- ''
- Alias / ${testRoot}/
-
-
- Require all granted
-
- '';
- };
- };
+
+ Require all granted
+
+ '';
};
};
testScript = { ... }:
diff --git a/nixos/tests/postgresql-wal-receiver.nix b/nixos/tests/postgresql-wal-receiver.nix
new file mode 100644
index 00000000000..791b041ba95
--- /dev/null
+++ b/nixos/tests/postgresql-wal-receiver.nix
@@ -0,0 +1,86 @@
+{ system ? builtins.currentSystem
+, config ? { }
+, pkgs ? import ../.. { inherit system config; } }:
+
+with import ../lib/testing.nix { inherit system pkgs; };
+with pkgs.lib;
+
+let
+ postgresqlDataDir = "/var/db/postgresql/test";
+ replicationUser = "wal_receiver_user";
+ replicationSlot = "wal_receiver_slot";
+ replicationConn = "postgresql://${replicationUser}@localhost";
+ baseBackupDir = "/tmp/pg_basebackup";
+ walBackupDir = "/tmp/pg_wal";
+ recoveryConf = pkgs.writeText "recovery.conf" ''
+ restore_command = 'cp ${walBackupDir}/%f %p'
+ '';
+
+ makePostgresqlWalReceiverTest = subTestName: postgresqlPackage: makeTest {
+ name = "postgresql-wal-receiver-${subTestName}";
+ meta.maintainers = with maintainers; [ pacien ];
+
+ machine = { ... }: {
+ services.postgresql = {
+ package = postgresqlPackage;
+ enable = true;
+ dataDir = postgresqlDataDir;
+ extraConfig = ''
+ wal_level = archive # alias for replica on pg >= 9.6
+ max_wal_senders = 10
+ max_replication_slots = 10
+ '';
+ authentication = ''
+ host replication ${replicationUser} all trust
+ '';
+ initialScript = pkgs.writeText "init.sql" ''
+ create user ${replicationUser} replication;
+ select * from pg_create_physical_replication_slot('${replicationSlot}');
+ '';
+ };
+
+ services.postgresqlWalReceiver.receivers.main = {
+ inherit postgresqlPackage;
+ connection = replicationConn;
+ slot = replicationSlot;
+ directory = walBackupDir;
+ };
+ };
+
+ testScript = ''
+ # make an initial base backup
+ $machine->waitForUnit('postgresql');
+ $machine->waitForUnit('postgresql-wal-receiver-main');
+ # WAL receiver healthchecks PG every 5 seconds, so let's be sure they have connected each other
+ # required only for 9.4
+ $machine->sleep(5);
+ $machine->succeed('${postgresqlPackage}/bin/pg_basebackup --dbname=${replicationConn} --pgdata=${baseBackupDir}');
+
+ # create a dummy table with 100 records
+ $machine->succeed('sudo -u postgres psql --command="create table dummy as select * from generate_series(1, 100) as val;"');
+
+ # stop postgres and destroy data
+ $machine->systemctl('stop postgresql');
+ $machine->systemctl('stop postgresql-wal-receiver-main');
+ $machine->succeed('rm -r ${postgresqlDataDir}/{base,global,pg_*}');
+
+ # restore the base backup
+ $machine->succeed('cp -r ${baseBackupDir}/* ${postgresqlDataDir} && chown postgres:postgres -R ${postgresqlDataDir}');
+
+ # prepare WAL and recovery
+ $machine->succeed('chmod a+rX -R ${walBackupDir}');
+ $machine->execute('for part in ${walBackupDir}/*.partial; do mv $part ''${part%%.*}; done'); # make use of partial segments too
+ $machine->succeed('cp ${recoveryConf} ${postgresqlDataDir}/recovery.conf && chmod 666 ${postgresqlDataDir}/recovery.conf');
+
+ # replay WAL
+ $machine->systemctl('start postgresql');
+ $machine->waitForFile('${postgresqlDataDir}/recovery.done');
+ $machine->systemctl('restart postgresql');
+ $machine->waitForUnit('postgresql');
+
+ # check that our records have been restored
+ $machine->succeed('test $(sudo -u postgres psql --pset="pager=off" --tuples-only --command="select count(distinct val) from dummy;") -eq 100');
+ '';
+ };
+
+in mapAttrs makePostgresqlWalReceiverTest (import ../../pkgs/servers/sql/postgresql pkgs)
diff --git a/nixos/tests/printing.nix b/nixos/tests/printing.nix
index e8702c1ffbf..74583ae5562 100644
--- a/nixos/tests/printing.nix
+++ b/nixos/tests/printing.nix
@@ -3,7 +3,7 @@
import ./make-test.nix ({pkgs, ... }: {
name = "printing";
meta = with pkgs.stdenv.lib.maintainers; {
- maintainers = [ domenkozar eelco ];
+ maintainers = [ domenkozar eelco matthewbauer ];
};
nodes = {
@@ -34,10 +34,6 @@ import ./make-test.nix ({pkgs, ... }: {
''
startAll;
- # Make sure that cups is up on both sides.
- $server->waitForUnit("cups.service");
- $client->waitForUnit("cups.service");
- $client->sleep(10); # wait until cups is fully initialized
$client->succeed("lpstat -r") =~ /scheduler is running/ or die;
# check local encrypted connections work without error
$client->succeed("lpstat -E -r") =~ /scheduler is running/ or die;
diff --git a/nixos/tests/prometheus-2.nix b/nixos/tests/prometheus-2.nix
index d7035d49ad4..219c47c73d9 100644
--- a/nixos/tests/prometheus-2.nix
+++ b/nixos/tests/prometheus-2.nix
@@ -1,9 +1,44 @@
-import ./make-test.nix {
+let
+ grpcPort = 19090;
+ queryPort = 9090;
+ minioPort = 9000;
+ pushgwPort = 9091;
+
+ s3 = {
+ accessKey = "BKIKJAA5BMMU2RHO6IBB";
+ secretKey = "V7f1CwQqAcwo80UEIJEjc5gVQUSSx5ohQ9GSrr12";
+ };
+
+ objstore.config = {
+ type = "S3";
+ config = {
+ bucket = "thanos-bucket";
+ endpoint = "s3:${toString minioPort}";
+ region = "us-east-1";
+ access_key = s3.accessKey;
+ secret_key = s3.secretKey;
+ insecure = true;
+ signature_version2 = false;
+ encrypt_sse = false;
+ put_user_metadata = {};
+ http_config = {
+ idle_conn_timeout = "0s";
+ insecure_skip_verify = false;
+ };
+ trace = {
+ enable = false;
+ };
+ };
+ };
+
+in import ./make-test.nix {
name = "prometheus-2";
nodes = {
- one = { pkgs, ... }: {
+ prometheus = { pkgs, ... }: {
+ virtualisation.diskSize = 2 * 1024;
environment.systemPackages = [ pkgs.jq ];
+ networking.firewall.allowedTCPPorts = [ grpcPort ];
services.prometheus2 = {
enable = true;
scrapeConfigs = [
@@ -11,7 +46,7 @@ import ./make-test.nix {
job_name = "prometheus";
static_configs = [
{
- targets = [ "127.0.0.1:9090" ];
+ targets = [ "127.0.0.1:${toString queryPort}" ];
labels = { instance = "localhost"; };
}
];
@@ -21,7 +56,7 @@ import ./make-test.nix {
scrape_interval = "1s";
static_configs = [
{
- targets = [ "127.0.0.1:9091" ];
+ targets = [ "127.0.0.1:${toString pushgwPort}" ];
}
];
}
@@ -35,33 +70,170 @@ import ./make-test.nix {
expr: count(up{job="prometheus"})
''
];
+ globalConfig = {
+ external_labels = {
+ some_label = "required by thanos";
+ };
+ };
+ extraFlags = [
+ # Required by thanos
+ "--storage.tsdb.min-block-duration=5s"
+ "--storage.tsdb.max-block-duration=5s"
+ ];
};
services.prometheus.pushgateway = {
enable = true;
+ web.listen-address = ":${toString pushgwPort}";
persistMetrics = true;
persistence.interval = "1s";
stateDir = "prometheus-pushgateway";
};
+ services.thanos = {
+ sidecar = {
+ enable = true;
+ grpc-address = "0.0.0.0:${toString grpcPort}";
+ inherit objstore;
+ };
+
+ # TODO: Add some tests for these services:
+ #rule = {
+ # enable = true;
+ # http-address = "0.0.0.0:19194";
+ # grpc-address = "0.0.0.0:19193";
+ # query.addresses = [
+ # "localhost:19191"
+ # ];
+ # labels = {
+ # just = "some";
+ # nice = "labels";
+ # };
+ #};
+ #
+ #receive = {
+ # http-address = "0.0.0.0:19195";
+ # enable = true;
+ # labels = {
+ # just = "some";
+ # nice = "labels";
+ # };
+ #};
+ };
+ };
+
+ query = { pkgs, ... }: {
+ environment.systemPackages = [ pkgs.jq ];
+ services.thanos.query = {
+ enable = true;
+ http-address = "0.0.0.0:${toString queryPort}";
+ store.addresses = [
+ "prometheus:${toString grpcPort}"
+ ];
+ };
+ };
+
+ store = { pkgs, ... }: {
+ virtualisation.diskSize = 2 * 1024;
+ environment.systemPackages = with pkgs; [ jq thanos ];
+ services.thanos.store = {
+ enable = true;
+ http-address = "0.0.0.0:10902";
+ grpc-address = "0.0.0.0:${toString grpcPort}";
+ inherit objstore;
+ sync-block-duration = "1s";
+ };
+ services.thanos.compact = {
+ enable = true;
+ http-address = "0.0.0.0:10903";
+ inherit objstore;
+ consistency-delay = "5s";
+ };
+ services.thanos.query = {
+ enable = true;
+ http-address = "0.0.0.0:${toString queryPort}";
+ store.addresses = [
+ "localhost:${toString grpcPort}"
+ ];
+ };
+ };
+
+ s3 = { pkgs, ... } : {
+ # Minio requires at least 1GiB of free disk space to run.
+ virtualisation.diskSize = 2 * 1024;
+ networking.firewall.allowedTCPPorts = [ minioPort ];
+
+ services.minio = {
+ enable = true;
+ inherit (s3) accessKey secretKey;
+ };
+
+ environment.systemPackages = [ pkgs.minio-client ];
};
};
- testScript = ''
- startAll;
- $one->waitForUnit("prometheus2.service");
- $one->waitForOpenPort(9090);
- $one->succeed("curl -s http://127.0.0.1:9090/metrics");
+ testScript = { nodes, ... } : ''
+ # Before starting the other machines we first make sure that our S3 service is online
+ # and has a bucket added for thanos:
+ $s3->start;
+ $s3->waitForUnit("minio.service");
+ $s3->waitForOpenPort(${toString minioPort});
+ $s3->succeed(
+ "mc config host add minio " .
+ "http://localhost:${toString minioPort} ${s3.accessKey} ${s3.secretKey} S3v4");
+ $s3->succeed("mc mb minio/thanos-bucket");
- # Let's test if pushing a metric to the pushgateway succeeds
- # and whether that metric gets ingested by prometheus.
- $one->waitForUnit("pushgateway.service");
- $one->succeed(
+ # Now that s3 has started we can start the other machines:
+ $prometheus->start;
+ $query->start;
+ $store->start;
+
+ # Check if prometheus responds to requests:
+ $prometheus->waitForUnit("prometheus2.service");
+ $prometheus->waitForOpenPort(${toString queryPort});
+ $prometheus->succeed("curl -s http://127.0.0.1:${toString queryPort}/metrics");
+
+ # Let's test if pushing a metric to the pushgateway succeeds:
+ $prometheus->waitForUnit("pushgateway.service");
+ $prometheus->succeed(
"echo 'some_metric 3.14' | " .
- "curl --data-binary \@- http://127.0.0.1:9091/metrics/job/some_job");
- $one->waitUntilSucceeds(
- "curl -sf 'http://127.0.0.1:9090/api/v1/query?query=some_metric' " .
- "| jq '.data.result[0].value[1]' | grep '\"3.14\"'");
+ "curl --data-binary \@- http://127.0.0.1:${toString pushgwPort}/metrics/job/some_job");
+
+ # Now check whether that metric gets ingested by prometheus.
+ # Since we'll check for the metric several times on different machines
+ # we abstract the test using the following function:
+
+ # Function to check if the metric "some_metric" has been received and returns the correct value.
+ local *Machine::waitForMetric = sub {
+ my ($self) = @_;
+ $self->waitUntilSucceeds(
+ "curl -sf 'http://127.0.0.1:${toString queryPort}/api/v1/query?query=some_metric' " .
+ "| jq '.data.result[0].value[1]' | grep '\"3.14\"'");
+ };
+
+ $prometheus->waitForMetric;
# Let's test if the pushgateway persists metrics to the configured location.
- $one->waitUntilSucceeds("test -e /var/lib/prometheus-pushgateway/metrics");
+ $prometheus->waitUntilSucceeds("test -e /var/lib/prometheus-pushgateway/metrics");
+
+ # Test thanos
+ $prometheus->waitForUnit("thanos-sidecar.service");
+
+ # Test if the Thanos query service can correctly retrieve the metric that was send above.
+ $query->waitForUnit("thanos-query.service");
+ $query->waitForMetric;
+
+ # Test if the Thanos sidecar has correctly uploaded its TSDB to S3, if the
+ # Thanos storage service has correctly downloaded it from S3 and if the Thanos
+ # query service running on $store can correctly retrieve the metric:
+ $store->waitForUnit("thanos-store.service");
+ $store->waitForMetric;
+
+ $store->waitForUnit("thanos-compact.service");
+
+ # Test if the Thanos bucket command is able to retrieve blocks from the S3 bucket
+ # and check if the blocks have the correct labels:
+ $store->succeed(
+ "thanos bucket ls" .
+ " --objstore.config-file=${nodes.store.config.services.thanos.store.objstore.config-file}" .
+ " --output=json | jq .thanos.labels.some_label | grep 'required by thanos'");
'';
}
diff --git a/nixos/tests/prometheus-exporters.nix b/nixos/tests/prometheus-exporters.nix
index 90c7c9701f6..02d83f82f33 100644
--- a/nixos/tests/prometheus-exporters.nix
+++ b/nixos/tests/prometheus-exporters.nix
@@ -3,10 +3,11 @@
, pkgs ? import ../.. { inherit system config; }
}:
-with pkgs.lib;
-with import ../lib/testing.nix { inherit system pkgs; };
-
let
+ inherit (import ../lib/testing.nix { inherit system pkgs; }) makeTest;
+ inherit (pkgs.lib) concatStringsSep maintainers mapAttrs mkMerge
+ removeSuffix replaceChars singleton splitString;
+
escape' = str: replaceChars [''"'' "$" "\n"] [''\\\"'' "\\$" ""] str;
/*
@@ -73,7 +74,7 @@ let
exporterTest = ''
waitForUnit("prometheus-bind-exporter.service");
waitForOpenPort(9119);
- succeed("curl -sSf http://localhost:9119/metrics" | grep -q 'bind_query_recursions_total 0');
+ succeed("curl -sSf http://localhost:9119/metrics | grep -q 'bind_query_recursions_total 0'");
'';
};
@@ -187,6 +188,47 @@ let
'';
};
+ mail = {
+ exporterConfig = {
+ enable = true;
+ configuration = {
+ monitoringInterval = "2s";
+ mailCheckTimeout = "10s";
+ servers = [ {
+ name = "testserver";
+ server = "localhost";
+ port = 25;
+ from = "mail-exporter@localhost";
+ to = "mail-exporter@localhost";
+ detectionDir = "/var/spool/mail/mail-exporter/new";
+ } ];
+ };
+ };
+ metricProvider = {
+ services.postfix.enable = true;
+ systemd.services.prometheus-mail-exporter = {
+ after = [ "postfix.service" ];
+ requires = [ "postfix.service" ];
+ preStart = ''
+ mkdir -p 0600 mail-exporter/new
+ '';
+ serviceConfig = {
+ ProtectHome = true;
+ ReadOnlyPaths = "/";
+ ReadWritePaths = "/var/spool/mail";
+ WorkingDirectory = "/var/spool/mail";
+ };
+ };
+ users.users.mailexporter.isSystemUser = true;
+ };
+ exporterTest = ''
+ waitForUnit("postfix.service")
+ waitForUnit("prometheus-mail-exporter.service")
+ waitForOpenPort(9225)
+ waitUntilSucceeds("curl -sSf http://localhost:9225/metrics | grep -q 'mail_deliver_success{configname=\"testserver\"} 1'")
+ '';
+ };
+
nginx = {
exporterConfig = {
enable = true;
@@ -231,6 +273,30 @@ let
'';
};
+ postgres = {
+ exporterConfig = {
+ enable = true;
+ runAsLocalSuperUser = true;
+ };
+ metricProvider = {
+ services.postgresql.enable = true;
+ };
+ exporterTest = ''
+ waitForUnit("prometheus-postgres-exporter.service");
+ waitForOpenPort(9187);
+ waitForUnit("postgresql.service");
+ succeed("curl -sSf http://localhost:9187/metrics | grep -q 'pg_exporter_last_scrape_error 0'");
+ succeed("curl -sSf http://localhost:9187/metrics | grep -q 'pg_up 1'");
+ systemctl("stop postgresql.service");
+ succeed("curl -sSf http://localhost:9187/metrics | grep -qv 'pg_exporter_last_scrape_error 0'");
+ succeed("curl -sSf http://localhost:9187/metrics | grep -q 'pg_up 0'");
+ systemctl("start postgresql.service");
+ waitForUnit("postgresql.service");
+ succeed("curl -sSf http://localhost:9187/metrics | grep -q 'pg_exporter_last_scrape_error 0'");
+ succeed("curl -sSf http://localhost:9187/metrics | grep -q 'pg_up 1'");
+ '';
+ };
+
snmp = {
exporterConfig = {
enable = true;
@@ -311,6 +377,7 @@ let
};
exporterTest = ''
waitForUnit("prometheus-varnish-exporter.service");
+ waitForOpenPort(6081);
waitForOpenPort(9131);
succeed("curl -sSf http://localhost:9131/metrics | grep -q 'varnish_up 1'");
'';
@@ -331,11 +398,12 @@ let
inherit (snakeoil.peer1) publicKey;
};
};
+ systemd.services.prometheus-wireguard-exporter.after = [ "wireguard-wg0.service" ];
};
exporterTest = ''
waitForUnit("prometheus-wireguard-exporter.service");
waitForOpenPort(9586);
- succeed("curl -sSf http://localhost:9586/metrics | grep '${snakeoil.peer1.publicKey}'");
+ waitUntilSucceeds("curl -sSf http://localhost:9586/metrics | grep '${snakeoil.peer1.publicKey}'");
'';
};
};
diff --git a/nixos/tests/prosody.nix b/nixos/tests/prosody.nix
deleted file mode 100644
index a39bae7898d..00000000000
--- a/nixos/tests/prosody.nix
+++ /dev/null
@@ -1,38 +0,0 @@
-import ./make-test.nix {
- name = "prosody";
-
- machine = { pkgs, ... }: {
- services.prosody = {
- enable = true;
- # TODO: use a self-signed certificate
- c2sRequireEncryption = false;
- extraConfig = ''
- storage = "sql"
- '';
- virtualHosts.test = {
- domain = "example.com";
- enabled = true;
- };
- };
- environment.systemPackages = [
- (pkgs.callPackage ./xmpp-sendmessage.nix {})
- ];
- };
-
- testScript = ''
- $machine->waitForUnit('prosody.service');
- $machine->succeed('prosodyctl status') =~ /Prosody is running/;
-
- # set password to 'nothunter2' (it's asked twice)
- $machine->succeed('yes nothunter2 | prosodyctl adduser cthon98@example.com');
- # set password to 'y'
- $machine->succeed('yes | prosodyctl adduser azurediamond@example.com');
- # correct password to 'hunter2'
- $machine->succeed('yes hunter2 | prosodyctl passwd azurediamond@example.com');
-
- $machine->succeed("send-message");
-
- $machine->succeed('prosodyctl deluser cthon98@example.com');
- $machine->succeed('prosodyctl deluser azurediamond@example.com');
- '';
-}
diff --git a/nixos/tests/redmine.nix b/nixos/tests/redmine.nix
index cbdb5c8d295..2d4df288b05 100644
--- a/nixos/tests/redmine.nix
+++ b/nixos/tests/redmine.nix
@@ -10,19 +10,9 @@ let
mysqlTest = package: makeTest {
machine =
{ config, pkgs, ... }:
- { services.mysql.enable = true;
- services.mysql.package = pkgs.mariadb;
- services.mysql.ensureDatabases = [ "redmine" ];
- services.mysql.ensureUsers = [
- { name = "redmine";
- ensurePermissions = { "redmine.*" = "ALL PRIVILEGES"; };
- }
- ];
-
- services.redmine.enable = true;
+ { services.redmine.enable = true;
services.redmine.package = package;
services.redmine.database.type = "mysql2";
- services.redmine.database.socket = "/run/mysqld/mysqld.sock";
services.redmine.plugins = {
redmine_env_auth = pkgs.fetchurl {
url = https://github.com/Intera/redmine_env_auth/archive/0.7.zip;
@@ -48,19 +38,9 @@ let
pgsqlTest = package: makeTest {
machine =
{ config, pkgs, ... }:
- { services.postgresql.enable = true;
- services.postgresql.ensureDatabases = [ "redmine" ];
- services.postgresql.ensureUsers = [
- { name = "redmine";
- ensurePermissions = { "DATABASE redmine" = "ALL PRIVILEGES"; };
- }
- ];
-
- services.redmine.enable = true;
+ { services.redmine.enable = true;
services.redmine.package = package;
services.redmine.database.type = "postgresql";
- services.redmine.database.host = "";
- services.redmine.database.port = 5432;
services.redmine.plugins = {
redmine_env_auth = pkgs.fetchurl {
url = https://github.com/Intera/redmine_env_auth/archive/0.7.zip;
diff --git a/nixos/tests/subversion.nix b/nixos/tests/subversion.nix
deleted file mode 100644
index e7b99b10602..00000000000
--- a/nixos/tests/subversion.nix
+++ /dev/null
@@ -1,121 +0,0 @@
-import ./make-test.nix ({ pkgs, ...} :
-
-let
-
- # Build some packages with coverage instrumentation.
- overrides = pkgs:
- with pkgs.stdenvAdapters;
- let
- do = pkg: pkg.override (args: {
- stdenv = addCoverageInstrumentation args.stdenv;
- });
- in
- rec {
- apr = do pkgs.apr;
- aprutil = do pkgs.aprutil;
- apacheHttpd = do pkgs.apacheHttpd;
- mod_python = do pkgs.mod_python;
- subversion = do pkgs.subversion;
-
- # To build the kernel with coverage instrumentation, we need a
- # special patch to make coverage data available under /proc.
- linux = pkgs.linux.override (orig: {
- stdenv = overrideInStdenv pkgs.stdenv [ pkgs.keepBuildTree ];
- extraConfig =
- ''
- GCOV_KERNEL y
- GCOV_PROFILE_ALL y
- '';
- });
- };
-
-in
-
-{
- name = "subversion";
- meta = with pkgs.stdenv.lib.maintainers; {
- maintainers = [ eelco ];
- };
-
- nodes =
- { webserver =
- { ... }:
-
- {
- services.httpd.enable = true;
- services.httpd.adminAddr = "e.dolstra@tudelft.nl";
- services.httpd.extraSubservices =
- [ { function = import ;
- urlPrefix = "";
- dataDir = "/data/subversion";
- userCreationDomain = "192.168.0.0/16";
- }
- ];
- nixpkgs.config.packageOverrides = overrides;
- };
-
- client =
- { pkgs, ... }:
-
- {
- environment.systemPackages = [ pkgs.subversion ];
- nixpkgs.config.packageOverrides = overrides;
- };
-
- };
-
- testScript =
- ''
- startAll;
-
- $webserver->waitForOpenPort(80);
-
- print STDERR $client->succeed("svn --version");
-
- print STDERR $client->succeed("curl --fail http://webserver/");
-
- # Create a new user through the web interface.
- $client->succeed("curl --fail -F username=alice -F fullname='Alice Lastname' -F address=alice\@example.org -F password=foobar -F password_again=foobar http://webserver/repoman/adduser");
-
- # Let Alice create a new repository.
- $client->succeed("curl --fail -u alice:foobar --form repo=xyzzy --form description=Xyzzy http://webserver/repoman/create");
-
- $client->succeed("curl --fail http://webserver/") =~ /alice/ or die;
-
- # Let Alice do a checkout.
- my $svnFlags = "--non-interactive --username alice --password foobar";
- $client->succeed("svn co $svnFlags http://webserver/repos/xyzzy wc");
- $client->succeed("echo hello > wc/world");
- $client->succeed("svn add wc/world");
- $client->succeed("svn ci $svnFlags -m 'Added world.' wc/world");
-
- # Create a new user on the server through the create-user.pl script.
- $webserver->execute("svn-server-create-user.pl bob bob\@example.org Bob");
- $webserver->succeed("svn-server-resetpw.pl bob fnord");
- $client->succeed("curl --fail http://webserver/") =~ /bob/ or die;
-
- # Bob should not have access to the repo.
- my $svnFlagsBob = "--non-interactive --username bob --password fnord";
- $client->fail("svn co $svnFlagsBob http://webserver/repos/xyzzy wc2");
-
- # Bob should not be able change the ACLs of the repo.
- # !!! Repoman should really return a 403 here.
- $client->succeed("curl --fail -u bob:fnord -F description=Xyzzy -F readers=alice,bob -F writers=alice -F watchers= -F tardirs= http://webserver/repoman/update/xyzzy")
- =~ /not authorised/ or die;
-
- # Give Bob access.
- $client->succeed("curl --fail -u alice:foobar -F description=Xyzzy -F readers=alice,bob -F writers=alice -F watchers= -F tardirs= http://webserver/repoman/update/xyzzy");
-
- # So now his checkout should succeed.
- $client->succeed("svn co $svnFlagsBob http://webserver/repos/xyzzy wc2");
-
- # Test ViewVC and WebSVN
- $client->succeed("curl --fail -u alice:foobar http://webserver/viewvc/xyzzy");
- $client->succeed("curl --fail -u alice:foobar http://webserver/websvn/xyzzy");
- $client->succeed("curl --fail -u alice:foobar http://webserver/repos-xml/xyzzy");
-
- # Stop Apache to gather all the coverage data.
- $webserver->stopJob("httpd");
- '';
-
-})
diff --git a/nixos/tests/syncthing-init.nix b/nixos/tests/syncthing-init.nix
index 811a466ff94..0de76b688bd 100644
--- a/nixos/tests/syncthing-init.nix
+++ b/nixos/tests/syncthing-init.nix
@@ -22,9 +22,13 @@ in {
};
testScript = ''
+ my $config;
+
$machine->waitForUnit("syncthing-init.service");
- $machine->succeed("cat /var/lib/syncthing/config.xml") =~ /${testId}/ or die;
- $machine->succeed("cat /var/lib/syncthing/config.xml") =~ /testFolder/ or die;
+ $config = $machine->succeed("cat /var/lib/syncthing/.config/syncthing/config.xml");
+
+ $config =~ /${testId}/ or die;
+ $config =~ /testFolder/ or die;
'';
})
diff --git a/nixos/tests/systemd-networkd-wireguard.nix b/nixos/tests/systemd-networkd-wireguard.nix
new file mode 100644
index 00000000000..f1ce1e791ce
--- /dev/null
+++ b/nixos/tests/systemd-networkd-wireguard.nix
@@ -0,0 +1,80 @@
+let generateNodeConf = { lib, pkgs, config, privkpath, pubk, peerId, nodeId, ...}: {
+ imports = [ common/user-account.nix ];
+ systemd.services.systemd-networkd.environment.SYSTEMD_LOG_LEVEL = "debug";
+ networking.useNetworkd = true;
+ networking.firewall.enable = false;
+ virtualisation.vlans = [ 1 ];
+ environment.systemPackages = with pkgs; [ wireguard-tools ];
+ boot.extraModulePackages = [ config.boot.kernelPackages.wireguard ];
+ systemd.network = {
+ enable = true;
+ netdevs = {
+ "90-wg0" = {
+ netdevConfig = { Kind = "wireguard"; Name = "wg0"; };
+ wireguardConfig = {
+ PrivateKeyFile = privkpath ;
+ ListenPort = 51820;
+ FwMark = 42;
+ };
+ wireguardPeers = [ {wireguardPeerConfig={
+ Endpoint = "192.168.1.${peerId}:51820";
+ PublicKey = pubk;
+ PresharedKeyFile = pkgs.writeText "psk.key" "yTL3sCOL33Wzi6yCnf9uZQl/Z8laSE+zwpqOHC4HhFU=";
+ AllowedIPs = [ "10.0.0.${peerId}/32" ];
+ PersistentKeepalive = 15;
+ };}];
+ };
+ };
+ networks = {
+ "99-nope" = {
+ matchConfig.Name = "eth*";
+ linkConfig.Unmanaged = true;
+ };
+ "90-wg0" = {
+ matchConfig = { Name = "wg0"; };
+ address = [ "10.0.0.${nodeId}/32" ];
+ routes = [
+ { routeConfig = { Gateway = "10.0.0.${nodeId}"; Destination = "10.0.0.0/24"; }; }
+ ];
+ };
+ "90-eth1" = {
+ matchConfig = { Name = "eth1"; };
+ address = [ "192.168.1.${nodeId}/24" ];
+ };
+ };
+ };
+ };
+in import ./make-test.nix ({pkgs, ... }: {
+ name = "networkd-wireguard";
+ meta = with pkgs.stdenv.lib.maintainers; {
+ maintainers = [ ninjatrappeur ];
+ };
+ nodes = {
+ node1 = { pkgs, ... }@attrs:
+ let localConf = {
+ privkpath = pkgs.writeText "priv.key" "GDiXWlMQKb379XthwX0haAbK6hTdjblllpjGX0heP00=";
+ pubk = "iRxpqj42nnY0Qz8MAQbSm7bXxXP5hkPqWYIULmvW+EE=";
+ nodeId = "1";
+ peerId = "2";
+ };
+ in generateNodeConf (attrs // localConf);
+
+ node2 = { pkgs, ... }@attrs:
+ let localConf = {
+ privkpath = pkgs.writeText "priv.key" "eHxSI2jwX/P4AOI0r8YppPw0+4NZnjOxfbS5mt06K2k=";
+ pubk = "27s0OvaBBdHoJYkH9osZpjpgSOVNw+RaKfboT/Sfq0g=";
+ nodeId = "2";
+ peerId = "1";
+ };
+ in generateNodeConf (attrs // localConf);
+ };
+testScript = ''
+ startAll;
+ $node1->waitForUnit('systemd-networkd-wait-online.service');
+ $node2->waitForUnit('systemd-networkd-wait-online.service');
+ $node1->succeed('ping -c 5 10.0.0.2');
+ $node2->succeed('ping -c 5 10.0.0.1');
+ # Is the fwmark set?
+ $node2->succeed('wg | grep -q 42');
+'';
+})
diff --git a/nixos/tests/systemd.nix b/nixos/tests/systemd.nix
index 4d470126abe..3168c026d51 100644
--- a/nixos/tests/systemd.nix
+++ b/nixos/tests/systemd.nix
@@ -1,4 +1,4 @@
-import ./make-test.nix {
+import ./make-test.nix ({ pkgs, ... }: {
name = "systemd";
machine = { lib, ... }: {
@@ -21,6 +21,14 @@ import ./make-test.nix {
services.journald.extraConfig = "Storage=volatile";
services.xserver.displayManager.auto.user = "alice";
+ systemd.shutdown.test = pkgs.writeScript "test.shutdown" ''
+ #!${pkgs.stdenv.shell}
+ PATH=${lib.makeBinPath (with pkgs; [ utillinux coreutils ])}
+ mount -t 9p shared -o trans=virtio,version=9p2000.L /tmp/shared
+ touch /tmp/shared/shutdown-test
+ umount /tmp/shared
+ '';
+
systemd.services.testservice1 = {
description = "Test Service 1";
wantedBy = [ "multi-user.target" ];
@@ -69,5 +77,17 @@ import ./make-test.nix {
# has a last mount time, because the file system wasn't checked.
$machine->fail('dumpe2fs /dev/vdb | grep -q "^Last mount time: *n/a"');
};
+
+ subtest "systemd-shutdown works", sub {
+ $machine->shutdown;
+ $machine->waitForUnit('multi-user.target');
+ $machine->succeed('test -e /tmp/shared/shutdown-test');
+ };
+
+ # Test settings from /etc/sysctl.d/50-default.conf are applied
+ subtest "systemd sysctl settings are applied", sub {
+ $machine->waitForUnit('multi-user.target');
+ $machine->succeed('sysctl net.core.default_qdisc | grep -q "fq_codel"');
+ };
'';
-}
+})
diff --git a/nixos/tests/tiddlywiki.nix b/nixos/tests/tiddlywiki.nix
new file mode 100644
index 00000000000..4a2014a4ec9
--- /dev/null
+++ b/nixos/tests/tiddlywiki.nix
@@ -0,0 +1,67 @@
+import ./make-test.nix ({ ... }: {
+ name = "tiddlywiki";
+ nodes = {
+ default = {
+ services.tiddlywiki.enable = true;
+ };
+ configured = {
+ boot.postBootCommands = ''
+ echo "username,password
+ somelogin,somesecret" > /var/lib/wikiusers.csv
+ '';
+ services.tiddlywiki = {
+ enable = true;
+ listenOptions = {
+ port = 3000;
+ credentials="../wikiusers.csv";
+ readers="(authenticated)";
+ };
+ };
+ };
+ };
+
+ testScript = ''
+ startAll;
+
+ subtest "by default works without configuration", sub {
+ $default->waitForUnit("tiddlywiki.service");
+ };
+
+ subtest "by default available on port 8080 without auth", sub {
+ $default->waitForUnit("tiddlywiki.service");
+ $default->waitForOpenPort(8080);
+ $default->succeed("curl --fail 127.0.0.1:8080");
+ };
+
+ subtest "by default creates empty wiki", sub {
+ $default->succeed("test -f /var/lib/tiddlywiki/tiddlywiki.info");
+ };
+
+ subtest "configured on port 3000 with basic auth", sub {
+ $configured->waitForUnit("tiddlywiki.service");
+ $configured->waitForOpenPort(3000);
+ $configured->fail("curl --fail 127.0.0.1:3000");
+ $configured->succeed("curl --fail 127.0.0.1:3000 --user somelogin:somesecret");
+ };
+
+ subtest "configured with different wikifolder", sub {
+ $configured->succeed("test -f /var/lib/tiddlywiki/tiddlywiki.info");
+ };
+
+ subtest "restart preserves changes", sub {
+ # given running wiki
+ $default->waitForUnit("tiddlywiki.service");
+ # with some changes
+ $default->succeed("curl --fail --request PUT --header 'X-Requested-With:TiddlyWiki' --data '{ \"title\": \"title\", \"text\": \"content\" }' --url 127.0.0.1:8080/recipes/default/tiddlers/somepage ");
+ $default->succeed("sleep 2"); # server syncs to filesystem on timer
+
+ # when wiki is cycled
+ $default->systemctl("restart tiddlywiki.service");
+ $default->waitForUnit("tiddlywiki.service");
+ $default->waitForOpenPort(8080);
+
+ # the change is preserved
+ $default->succeed("curl --fail 127.0.0.1:8080/recipes/default/tiddlers/somepage");
+ };
+ '';
+})
diff --git a/nixos/tests/tomcat.nix b/nixos/tests/tomcat.nix
deleted file mode 100644
index 8e7b886dd30..00000000000
--- a/nixos/tests/tomcat.nix
+++ /dev/null
@@ -1,30 +0,0 @@
-import ./make-test.nix ({ pkgs, ...} : {
- name = "tomcat";
- meta = with pkgs.stdenv.lib.maintainers; {
- maintainers = [ eelco ];
- };
-
- nodes = {
- server =
- { ... }:
-
- { services.tomcat.enable = true;
- services.httpd.enable = true;
- services.httpd.adminAddr = "foo@bar.com";
- services.httpd.extraSubservices =
- [ { serviceType = "tomcat-connector"; } ];
- networking.firewall.allowedTCPPorts = [ 80 ];
- };
-
- client = { };
- };
-
- testScript = ''
- startAll;
-
- $server->waitForUnit("tomcat");
- $client->waitForUnit("network.target");
- $client->waitUntilSucceeds("curl --fail http://server/examples/servlets/servlet/HelloWorldExample");
- $client->waitUntilSucceeds("curl --fail http://server/examples/jsp/jsp2/simpletag/hello.jsp");
- '';
-})
diff --git a/nixos/tests/trac.nix b/nixos/tests/trac.nix
deleted file mode 100644
index 8ec11ebda2c..00000000000
--- a/nixos/tests/trac.nix
+++ /dev/null
@@ -1,74 +0,0 @@
-import ./make-test.nix ({ pkgs, ... }: {
- name = "trac";
- meta = with pkgs.stdenv.lib.maintainers; {
- maintainers = [ eelco ];
- };
-
- nodes = {
- storage =
- { ... }:
- { services.nfs.server.enable = true;
- services.nfs.server.exports = ''
- /repos 192.168.1.0/255.255.255.0(rw,no_root_squash)
- '';
- services.nfs.server.createMountPoints = true;
- };
-
- postgresql =
- { pkgs, ... }:
- { services.postgresql.enable = true;
- services.postgresql.package = pkgs.postgresql;
- services.postgresql.enableTCPIP = true;
- services.postgresql.authentication = ''
- # Generated file; do not edit!
- local all all trust
- host all all 127.0.0.1/32 trust
- host all all ::1/128 trust
- host all all 192.168.1.0/24 trust
- '';
- };
-
- webserver =
- { pkgs, ... }:
- { fileSystems = pkgs.lib.mkVMOverride
- [ { mountPoint = "/repos";
- device = "storage:/repos";
- fsType = "nfs";
- }
- ];
- services.httpd.enable = true;
- services.httpd.adminAddr = "root@localhost";
- services.httpd.extraSubservices = [ { serviceType = "trac"; } ];
- environment.systemPackages = [ pkgs.pythonPackages.trac pkgs.subversion ];
- };
-
- client =
- { ... }:
- { imports = [ ./common/x11.nix ];
- services.xserver.desktopManager.plasma5.enable = true;
- };
- };
-
- testScript =
- ''
- startAll;
-
- $postgresql->waitForUnit("postgresql");
- $postgresql->succeed("createdb trac");
-
- $webserver->succeed("mkdir -p /repos/trac");
- $webserver->succeed("svnadmin create /repos/trac");
-
- $webserver->waitForUnit("httpd");
- $webserver->waitForFile("/var/trac");
- $webserver->succeed("mkdir -p /var/trac/projects/test");
- $webserver->succeed("PYTHONPATH=${pkgs.pythonPackages.psycopg2}/lib/${pkgs.python.libPrefix}/site-packages trac-admin /var/trac/projects/test initenv Test postgres://root\@postgresql/trac svn /repos/trac");
-
- $client->waitForX;
- $client->execute("konqueror http://webserver/projects/test &");
- $client->waitForWindow(qr/Test.*Konqueror/);
- $client->sleep(30); # loading takes a long time
-
- $client->screenshot("screen");
- '';
-})
diff --git a/nixos/tests/trezord.nix b/nixos/tests/trezord.nix
new file mode 100644
index 00000000000..1c85bf53934
--- /dev/null
+++ b/nixos/tests/trezord.nix
@@ -0,0 +1,20 @@
+import ./make-test.nix ({ pkgs, ... }: {
+ name = "trezord";
+ meta = with pkgs.stdenv.lib.maintainers; {
+ maintainers = [ mmahut ];
+ };
+
+ nodes = {
+ machine = { ... }: {
+ services.trezord.enable = true;
+ services.trezord.emulator.enable = true;
+ };
+ };
+
+ testScript = ''
+ startAll;
+ $machine->waitForUnit("trezord.service");
+ $machine->waitForOpenPort(21325);
+ $machine->waitUntilSucceeds("curl -L http://localhost:21325/status/ | grep Version");
+ '';
+})
diff --git a/nixos/tests/wordpress.nix b/nixos/tests/wordpress.nix
index 5003e25a7d5..774ef6293b5 100644
--- a/nixos/tests/wordpress.nix
+++ b/nixos/tests/wordpress.nix
@@ -6,48 +6,37 @@ import ./make-test.nix ({ pkgs, ... }:
maintainers = [ grahamc ]; # under duress!
};
- nodes =
- { web =
- { pkgs, ... }:
- {
- services.mysql = {
- enable = true;
- package = pkgs.mysql;
- };
- services.httpd = {
- enable = true;
- logPerVirtualHost = true;
- adminAddr="js@lastlog.de";
+ machine =
+ { ... }:
+ { services.httpd.adminAddr = "webmaster@site.local";
+ services.httpd.logPerVirtualHost = true;
- virtualHosts = [
- {
- hostName = "wordpress";
- extraSubservices =
- [
- {
- serviceType = "wordpress";
- dbPassword = "wordpress";
- dbHost = "127.0.0.1";
- languages = [ "de_DE" "en_GB" ];
- }
- ];
- }
- ];
- };
- };
+ services.wordpress."site1.local" = {
+ database.tablePrefix = "site1_";
+ };
+
+ services.wordpress."site2.local" = {
+ database.tablePrefix = "site2_";
+ };
+
+ networking.hosts."127.0.0.1" = [ "site1.local" "site2.local" ];
+
+ # required for wordpress-init.service to succeed
+ systemd.tmpfiles.rules = [
+ "F /var/lib/wordpress/site1.local/secret-keys.php 0440 wordpress wwwrun - -"
+ "F /var/lib/wordpress/site2.local/secret-keys.php 0440 wordpress wwwrun - -"
+ ];
};
- testScript =
- { ... }:
- ''
- startAll;
+ testScript = ''
+ startAll;
- $web->waitForUnit("mysql");
- $web->waitForUnit("httpd");
+ $machine->waitForUnit("httpd");
+ $machine->waitForUnit("phpfpm-wordpress-site1.local");
+ $machine->waitForUnit("phpfpm-wordpress-site2.local");
- $web->succeed("curl -L 127.0.0.1:80 | grep 'Welcome to the famous'");
-
-
- '';
+ $machine->succeed("curl -L site1.local | grep 'Welcome to the famous'");
+ $machine->succeed("curl -L site2.local | grep 'Welcome to the famous'");
+ '';
})
diff --git a/nixos/tests/ejabberd.nix b/nixos/tests/xmpp/ejabberd.nix
similarity index 98%
rename from nixos/tests/ejabberd.nix
rename to nixos/tests/xmpp/ejabberd.nix
index 0691dfe780d..196a04aca30 100644
--- a/nixos/tests/ejabberd.nix
+++ b/nixos/tests/xmpp/ejabberd.nix
@@ -1,4 +1,4 @@
-import ./make-test.nix ({ pkgs, ... }: {
+import ../make-test.nix ({ pkgs, ... }: {
name = "ejabberd";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ ajs124 ];
@@ -45,8 +45,7 @@ import ./make-test.nix ({ pkgs, ... }: {
ip: "127.0.0.1"
module: ejabberd_service
access: local
- shaper_rule: fast
- ip: "127.0.0.1"
+ shaper: fast
## Disabling digest-md5 SASL authentication. digest-md5 requires plain-text
## password storage (see auth_password_format option).
@@ -181,7 +180,6 @@ import ./make-test.nix ({ pkgs, ... }: {
mod_client_state: {}
mod_configure: {} # requires mod_adhoc
## mod_delegation: {} # for xep0356
- mod_echo: {}
#mod_irc:
# host: "irc.@HOST@"
# default_encoding: "utf-8"
diff --git a/nixos/tests/xmpp/prosody-mysql.nix b/nixos/tests/xmpp/prosody-mysql.nix
new file mode 100644
index 00000000000..62b4a17421e
--- /dev/null
+++ b/nixos/tests/xmpp/prosody-mysql.nix
@@ -0,0 +1,77 @@
+import ../make-test.nix {
+ name = "prosody-mysql";
+
+ nodes = {
+ client = { nodes, pkgs, ... }: {
+ environment.systemPackages = [
+ (pkgs.callPackage ./xmpp-sendmessage.nix { connectTo = nodes.server.config.networking.primaryIPAddress; })
+ ];
+ };
+ server = { config, pkgs, ... }: {
+ nixpkgs.overlays = [
+ (self: super: {
+ prosody = super.prosody.override {
+ withDBI = true;
+ withExtraLibs = [ pkgs.luaPackages.luadbi-mysql ];
+ };
+ })
+ ];
+ networking.extraHosts = ''
+ ${config.networking.primaryIPAddress} example.com
+ '';
+ networking.firewall.enable = false;
+ services.prosody = {
+ enable = true;
+ # TODO: use a self-signed certificate
+ c2sRequireEncryption = false;
+ extraConfig = ''
+ storage = "sql"
+ sql = {
+ driver = "MySQL";
+ database = "prosody";
+ host = "mysql";
+ port = 3306;
+ username = "prosody";
+ password = "password123";
+ };
+ '';
+ virtualHosts.test = {
+ domain = "example.com";
+ enabled = true;
+ };
+ };
+ };
+ mysql = { config, pkgs, ... }: {
+ networking.firewall.enable = false;
+ services.mysql = {
+ enable = true;
+ initialScript = pkgs.writeText "mysql_init.sql" ''
+ CREATE DATABASE prosody;
+ CREATE USER 'prosody'@'server' IDENTIFIED BY 'password123';
+ GRANT ALL PRIVILEGES ON prosody.* TO 'prosody'@'server';
+ FLUSH PRIVILEGES;
+ '';
+ package = pkgs.mariadb;
+ };
+ };
+ };
+
+ testScript = { nodes, ... }: ''
+ $mysql->waitForUnit('mysql.service');
+ $server->waitForUnit('prosody.service');
+ $server->succeed('prosodyctl status') =~ /Prosody is running/;
+
+ # set password to 'nothunter2' (it's asked twice)
+ $server->succeed('yes nothunter2 | prosodyctl adduser cthon98@example.com');
+ # set password to 'y'
+ $server->succeed('yes | prosodyctl adduser azurediamond@example.com');
+ # correct password to 'hunter2'
+ $server->succeed('yes hunter2 | prosodyctl passwd azurediamond@example.com');
+
+ $client->succeed("send-message");
+
+ $server->succeed('prosodyctl deluser cthon98@example.com');
+ $server->succeed('prosodyctl deluser azurediamond@example.com');
+ '';
+}
+
diff --git a/nixos/tests/xmpp/prosody.nix b/nixos/tests/xmpp/prosody.nix
new file mode 100644
index 00000000000..8331c7b6d33
--- /dev/null
+++ b/nixos/tests/xmpp/prosody.nix
@@ -0,0 +1,46 @@
+import ../make-test.nix {
+ name = "prosody";
+
+ nodes = {
+ client = { nodes, pkgs, ... }: {
+ environment.systemPackages = [
+ (pkgs.callPackage ./xmpp-sendmessage.nix { connectTo = nodes.server.config.networking.primaryIPAddress; })
+ ];
+ };
+ server = { config, pkgs, ... }: {
+ networking.extraHosts = ''
+ ${config.networking.primaryIPAddress} example.com
+ '';
+ networking.firewall.enable = false;
+ services.prosody = {
+ enable = true;
+ # TODO: use a self-signed certificate
+ c2sRequireEncryption = false;
+ extraConfig = ''
+ storage = "sql"
+ '';
+ virtualHosts.test = {
+ domain = "example.com";
+ enabled = true;
+ };
+ };
+ };
+ };
+
+ testScript = { nodes, ... }: ''
+ $server->waitForUnit('prosody.service');
+ $server->succeed('prosodyctl status') =~ /Prosody is running/;
+
+ # set password to 'nothunter2' (it's asked twice)
+ $server->succeed('yes nothunter2 | prosodyctl adduser cthon98@example.com');
+ # set password to 'y'
+ $server->succeed('yes | prosodyctl adduser azurediamond@example.com');
+ # correct password to 'hunter2'
+ $server->succeed('yes hunter2 | prosodyctl passwd azurediamond@example.com');
+
+ $client->succeed("send-message");
+
+ $server->succeed('prosodyctl deluser cthon98@example.com');
+ $server->succeed('prosodyctl deluser azurediamond@example.com');
+ '';
+}
diff --git a/nixos/tests/xmpp-sendmessage.nix b/nixos/tests/xmpp/xmpp-sendmessage.nix
similarity index 100%
rename from nixos/tests/xmpp-sendmessage.nix
rename to nixos/tests/xmpp/xmpp-sendmessage.nix
diff --git a/pkgs/applications/altcoins/bitcoin-unlimited-const-comparators.patch b/pkgs/applications/altcoins/bitcoin-unlimited-const-comparators.patch
deleted file mode 100644
index 1b74a48a84a..00000000000
--- a/pkgs/applications/altcoins/bitcoin-unlimited-const-comparators.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- a/src/txmempool.h
-+++ b/src/txmempool.h
-@@ -204,7 +204,7 @@
- class CompareTxMemPoolEntryByDescendantScore
- {
- public:
-- bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b)
-+ bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const
- {
- bool fUseADescendants = UseDescendantScore(a);
- bool fUseBDescendants = UseDescendantScore(b);
-@@ -226,7 +226,7 @@
- }
-
- // Calculate which score to use for an entry (avoiding division).
-- bool UseDescendantScore(const CTxMemPoolEntry &a)
-+ bool UseDescendantScore(const CTxMemPoolEntry &a) const
- {
- double f1 = (double)a.GetModifiedFee() * a.GetSizeWithDescendants();
- double f2 = (double)a.GetModFeesWithDescendants() * a.GetTxSize();
-@@ -241,7 +241,7 @@
- class CompareTxMemPoolEntryByScore
- {
- public:
-- bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b)
-+ bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const
- {
- double f1 = (double)a.GetModifiedFee() * b.GetTxSize();
- double f2 = (double)b.GetModifiedFee() * a.GetTxSize();
-@@ -255,7 +255,7 @@
- class CompareTxMemPoolEntryByEntryTime
- {
- public:
-- bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b)
-+ bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const
- {
- return a.GetTime() < b.GetTime();
- }
diff --git a/pkgs/applications/altcoins/bitcoin-unlimited.nix b/pkgs/applications/altcoins/bitcoin-unlimited.nix
index 13ec55bb589..a75b20b3910 100644
--- a/pkgs/applications/altcoins/bitcoin-unlimited.nix
+++ b/pkgs/applications/altcoins/bitcoin-unlimited.nix
@@ -1,34 +1,32 @@
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook, openssl, db48, boost
-, zlib, miniupnpc, qt4, utillinux, protobuf, qrencode, libevent
-, withGui
+, zlib, miniupnpc, utillinux, protobuf, qrencode, libevent, python3
+, withGui, wrapQtAppsHook ? null, qtbase ? null, qttools ? null
, Foundation, ApplicationServices, AppKit }:
with stdenv.lib;
stdenv.mkDerivation rec {
-
name = "bitcoin" + (toString (optional (!withGui) "d")) + "-unlimited-" + version;
- version = "1.0.3.0";
+ version = "1.6.0.1";
src = fetchFromGitHub {
owner = "bitcoinunlimited";
repo = "bitcoinunlimited";
- rev = "v${version}";
- sha256 = "0l02a7h502msrp4c02wgm7f3159ap8l61k4890vas99gq7ywxkcx";
+ rev = "bucash${version}";
+ sha256 = "0f0mnal4jf8xdj7w5m4rdlcqkrkbpxi88c006m5k45lmjmj141zr";
};
- nativeBuildInputs = [ pkgconfig autoreconfHook ];
+ nativeBuildInputs = [ pkgconfig autoreconfHook python3 ]
+ ++ optionals withGui [ wrapQtAppsHook qttools ];
buildInputs = [ openssl db48 boost zlib
miniupnpc utillinux protobuf libevent ]
- ++ optionals withGui [ qt4 qrencode ]
+ ++ optionals withGui [ qtbase qttools qrencode ]
++ optionals stdenv.isDarwin [ Foundation ApplicationServices AppKit ];
- patches = [
- ./bitcoin-unlimited-const-comparators.patch
- ];
-
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ]
- ++ optionals withGui [ "--with-gui=qt4" ];
+ ++ optionals withGui [ "--with-gui=qt5"
+ "--with-qt-bindir=${qtbase.dev}/bin:${qttools.dev}/bin"
+ ];
enableParallelBuilding = true;
meta = {
diff --git a/pkgs/applications/altcoins/bitcoin-xt.nix b/pkgs/applications/altcoins/bitcoin-xt.nix
deleted file mode 100644
index 499bc4be4c8..00000000000
--- a/pkgs/applications/altcoins/bitcoin-xt.nix
+++ /dev/null
@@ -1,51 +0,0 @@
-{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook, openssl, db48, boost
-, zlib, miniupnpc, qt4, utillinux, protobuf, qrencode, curl, libevent
-, withGui
-, Foundation, ApplicationServices, AppKit }:
-
-with stdenv.lib;
-stdenv.mkDerivation rec{
-
- name = "bitcoin" + (toString (optional (!withGui) "d")) + "-xt-" + version;
- version = "0.11H";
-
- src = fetchFromGitHub {
- owner = "bitcoinxt";
- repo = "bitcoinxt";
- rev = "v${version}";
- sha256 = "1v43bynmidn2zdpky939km721x3ks91bzyh4200gji61qzsmyg62";
- };
-
- nativeBuildInputs = [ pkgconfig autoreconfHook ];
- buildInputs = [ openssl db48 boost zlib libevent
- miniupnpc utillinux protobuf curl ]
- ++ optionals withGui [ qt4 qrencode ]
- ++ optionals stdenv.isDarwin [ Foundation ApplicationServices AppKit ];
-
- configureFlags = [
- "--with-boost-libdir=${boost.out}/lib"
- "--with-libcurl-headers=${curl.dev}/include"
- ] ++ optionals withGui [ "--with-gui=qt4" ];
-
- enableParallelBuilding = true;
-
- meta = {
- description = "Peer-to-peer electronic cash system (XT client)";
- longDescription= ''
- Bitcoin is a free open source peer-to-peer electronic cash system that is
- completely decentralized, without the need for a central server or trusted
- parties. Users hold the crypto keys to their own money and transact directly
- with each other, with the help of a P2P network to check for double-spending.
-
- Bitcoin XT is an implementation of a Bitcoin full node, based upon the
- source code of Bitcoin Core. It is built by taking the latest stable
- Core release, applying a series of patches, and then doing deterministic
- builds so anyone can check the downloads correspond to the source code.
- '';
- homepage = https://bitcoinxt.software/;
- maintainers = with maintainers; [ jefdaj ];
- license = licenses.mit;
- broken = stdenv.isDarwin;
- platforms = platforms.unix;
- };
-}
diff --git a/pkgs/applications/altcoins/bitcoin.nix b/pkgs/applications/altcoins/bitcoin.nix
index d1802f774f2..b1d84f91251 100644
--- a/pkgs/applications/altcoins/bitcoin.nix
+++ b/pkgs/applications/altcoins/bitcoin.nix
@@ -1,20 +1,22 @@
{ stdenv, fetchurl, pkgconfig, autoreconfHook, openssl, db48, boost, zeromq, rapidcheck
-, zlib, miniupnpc, qtbase ? null, qttools ? null, utillinux, protobuf, python3, qrencode, libevent
+, zlib, miniupnpc, qtbase ? null, qttools ? null, wrapQtAppsHook ? null, utillinux, protobuf, python3, qrencode, libevent
, withGui }:
with stdenv.lib;
stdenv.mkDerivation rec{
name = "bitcoin" + (toString (optional (!withGui) "d")) + "-" + version;
- version = "0.18.0";
+ version = "0.18.1";
src = fetchurl {
urls = [ "https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
"https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
];
- sha256 = "5e4e6890e07b620a93fdb24605dae2bb53e8435b2a93d37558e1db1913df405f";
+ sha256 = "5c7d93f15579e37aa2d1dc79e8f5ac675f59045fceddf604ae0f1550eb03bf96";
};
- nativeBuildInputs = [ pkgconfig autoreconfHook ];
+ nativeBuildInputs =
+ [ pkgconfig autoreconfHook ]
+ ++ optional withGui wrapQtAppsHook;
buildInputs = [ openssl db48 boost zlib zeromq
miniupnpc protobuf libevent]
++ optionals stdenv.isLinux [ utillinux ]
@@ -34,10 +36,11 @@ stdenv.mkDerivation rec{
doCheck = true;
- # QT_PLUGIN_PATH needs to be set when executing QT, which is needed when testing Bitcoin's GUI.
- # See also https://github.com/NixOS/nixpkgs/issues/24256
- checkFlags = optionals withGui [ "QT_PLUGIN_PATH=${qtbase}/lib/qt-5.${versions.minor qtbase.version}/plugins" ]
- ++ [ "LC_ALL=C.UTF-8" ];
+ checkFlags =
+ [ "LC_ALL=C.UTF-8" ]
+ # QT_PLUGIN_PATH needs to be set when executing QT, which is needed when testing Bitcoin's GUI.
+ # See also https://github.com/NixOS/nixpkgs/issues/24256
+ ++ optional withGui "QT_PLUGIN_PATH=${qtbase}/${qtbase.qtPluginPrefix}";
enableParallelBuilding = true;
diff --git a/pkgs/applications/altcoins/btc1.nix b/pkgs/applications/altcoins/btc1.nix
index 2f85a894797..3241148aee1 100644
--- a/pkgs/applications/altcoins/btc1.nix
+++ b/pkgs/applications/altcoins/btc1.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, autoreconfHook, hexdump, openssl, db48
-, boost, zlib, miniupnpc, qt4, utillinux, protobuf, qrencode, libevent
+, boost, zlib, miniupnpc, qt4, protobuf, qrencode, libevent
, AppKit
, withGui ? !stdenv.isDarwin
}:
diff --git a/pkgs/applications/altcoins/clightning.nix b/pkgs/applications/altcoins/clightning.nix
index 5f81dc76ecf..481e19c66cd 100644
--- a/pkgs/applications/altcoins/clightning.nix
+++ b/pkgs/applications/altcoins/clightning.nix
@@ -4,11 +4,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "clightning-${version}";
- version = "0.7.0";
+ version = "0.7.1";
src = fetchurl {
url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
- sha256 = "448022c2433cbf19bbd0f726344b0500c0c21ee5cc2291edf6b622f094cb3a15";
+ sha256 = "557be34410f27a8d55d9f31a40717a8f5e99829f2bd114c24e7ca1dd5f6b7d85";
};
enableParallelBuilding = true;
@@ -18,15 +18,6 @@ stdenv.mkDerivation rec {
makeFlags = [ "prefix=$(out) VERSION=v${version}" ];
- patches = [
- # remove after 0.7.0
- (fetchpatch {
- name = "fix-0.7.0-build.patch";
- url = "https://github.com/ElementsProject/lightning/commit/ffc03d2bc84dc42f745959fbb6c8007cf0a6f701.patch";
- sha256 = "1m5fiz3m8k3nk09nldii8ij94bg6fqllqgdbiwj3sy12vihs8c4v";
- })
- ];
-
configurePhase = ''
./configure --prefix=$out --disable-developer --disable-valgrind
'';
diff --git a/pkgs/applications/altcoins/default.nix b/pkgs/applications/altcoins/default.nix
index b6a47b2828c..5b5bfb897cf 100644
--- a/pkgs/applications/altcoins/default.nix
+++ b/pkgs/applications/altcoins/default.nix
@@ -1,4 +1,4 @@
-{ callPackage, boost155, boost165, openssl_1_1, haskellPackages, darwin, libsForQt5, libsForQt59, miniupnpc_2, python3, buildGo110Package }:
+{ callPackage, boost155, boost165, darwin, libsForQt5, libsForQt59, miniupnpc_2, python3, buildGo110Package }:
rec {
@@ -11,7 +11,7 @@ rec {
bitcoin-abc = libsForQt5.callPackage ./bitcoin-abc.nix { boost = boost165; withGui = true; };
bitcoind-abc = callPackage ./bitcoin-abc.nix { boost = boost165; withGui = false; };
- bitcoin-unlimited = callPackage ./bitcoin-unlimited.nix {
+ bitcoin-unlimited = libsForQt5.callPackage ./bitcoin-unlimited.nix {
inherit (darwin.apple_sdk.frameworks) Foundation ApplicationServices AppKit;
withGui = true;
};
@@ -23,15 +23,6 @@ rec {
bitcoin-classic = libsForQt5.callPackage ./bitcoin-classic.nix { boost = boost165; withGui = true; };
bitcoind-classic = callPackage ./bitcoin-classic.nix { boost = boost165; withGui = false; };
- bitcoin-xt = callPackage ./bitcoin-xt.nix {
- inherit (darwin.apple_sdk.frameworks) Foundation ApplicationServices AppKit;
- boost = boost165; withGui = true;
- };
- bitcoind-xt = callPackage ./bitcoin-xt.nix {
- inherit (darwin.apple_sdk.frameworks) Foundation ApplicationServices AppKit;
- boost = boost165; withGui = false;
- };
-
btc1 = callPackage ./btc1.nix {
inherit (darwin.apple_sdk.frameworks) AppKit;
boost = boost165;
@@ -65,10 +56,9 @@ rec {
};
litecoind = litecoin.override { withGui = false; };
- masari = callPackage ./masari.nix { boost = boost165; };
+ lnd = callPackage ./lnd.nix { };
- memorycoin = callPackage ./memorycoin.nix { boost = boost165; withGui = true; };
- memorycoind = callPackage ./memorycoin.nix { boost = boost165; withGui = false; };
+ masari = callPackage ./masari.nix { boost = boost165; };
mist = callPackage ./mist.nix { };
@@ -84,13 +74,10 @@ rec {
sumokoin = callPackage ./sumokoin.nix { boost = boost165; };
- wownero = callPackage ./wownero.nix {
- inherit (darwin.apple_sdk.frameworks) CoreData IOKit PCSC;
- };
+ wownero = callPackage ./wownero.nix {};
zcash = callPackage ./zcash {
withGui = false;
- openssl = openssl_1_1;
};
parity = callPackage ./parity { };
diff --git a/pkgs/applications/altcoins/dogecoin.nix b/pkgs/applications/altcoins/dogecoin.nix
index 0452f401334..e5f149a0efe 100644
--- a/pkgs/applications/altcoins/dogecoin.nix
+++ b/pkgs/applications/altcoins/dogecoin.nix
@@ -1,24 +1,24 @@
{ stdenv , fetchFromGitHub
, pkgconfig, autoreconfHook
-, db5, openssl, boost, zlib, miniupnpc
+, db5, openssl, boost, zlib, miniupnpc, libevent
, protobuf, utillinux, qt4, qrencode
, withGui }:
with stdenv.lib;
stdenv.mkDerivation rec {
name = "dogecoin" + (toString (optional (!withGui) "d")) + "-" + version;
- version = "1.10.0";
+ version = "1.14.1";
src = fetchFromGitHub {
owner = "dogecoin";
repo = "dogecoin";
rev = "v${version}";
- sha256 = "04rddx20d4fps2w3h1jxa2j8iyqpjv2fh897z0z3r06qjvjzf7rr";
+ sha256 = "0nmbi5gmms16baqs3fmdp2xm0yf8wawnyz80gcmca4j5ph2zka1v";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];
buildInputs = [ openssl db5 openssl utillinux
- protobuf boost zlib miniupnpc ]
+ protobuf boost zlib miniupnpc libevent ]
++ optionals withGui [ qt4 qrencode ];
configureFlags = [ "--with-incompatible-bdb"
diff --git a/pkgs/applications/altcoins/exodus/default.nix b/pkgs/applications/altcoins/exodus/default.nix
index 6531640d93f..bc354a5213e 100644
--- a/pkgs/applications/altcoins/exodus/default.nix
+++ b/pkgs/applications/altcoins/exodus/default.nix
@@ -1,5 +1,5 @@
-{ stdenv, lib, makeWrapper, fetchurl, unzip, glib, systemd, nss, nspr, gtk3-x11, gnome2,
-atk, cairo, gdk_pixbuf, xorg, xorg_sys_opengl, utillinux, alsaLib, dbus, at-spi2-atk,
+{ stdenv, lib, fetchurl, unzip, glib, systemd, nss, nspr, gtk3-x11, gnome2,
+atk, cairo, gdk-pixbuf, xorg, xorg_sys_opengl, utillinux, alsaLib, dbus, at-spi2-atk,
cups, vivaldi-ffmpeg-codecs, libpulseaudio }:
stdenv.mkDerivation rec {
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
gnome2.pango
atk
cairo
- gdk_pixbuf
+ gdk-pixbuf
xorg.libX11
xorg.libxcb
xorg.libXcomposite
diff --git a/pkgs/applications/altcoins/freicoin.nix b/pkgs/applications/altcoins/freicoin.nix
index 78ce074eafd..664159be201 100644
--- a/pkgs/applications/altcoins/freicoin.nix
+++ b/pkgs/applications/altcoins/freicoin.nix
@@ -34,5 +34,8 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = [ maintainers.viric ];
platforms = platforms.linux;
+
+ # upstream doesn't support newer openssl versions, use 1.0.1 for testing
+ broken = true;
};
}
diff --git a/pkgs/applications/altcoins/go-ethereum.nix b/pkgs/applications/altcoins/go-ethereum.nix
index 1e16eb78cef..740ecfa228f 100644
--- a/pkgs/applications/altcoins/go-ethereum.nix
+++ b/pkgs/applications/altcoins/go-ethereum.nix
@@ -1,8 +1,8 @@
-{ stdenv, buildGoPackage, fetchFromGitHub, libobjc, IOKit, fetchpatch }:
+{ stdenv, buildGoPackage, fetchFromGitHub, libobjc, IOKit }:
buildGoPackage rec {
pname = "go-ethereum";
- version = "1.8.27";
+ version = "1.9.2";
goPackagePath = "github.com/ethereum/go-ethereum";
@@ -13,28 +13,17 @@ buildGoPackage rec {
# Fixes Cgo related build failures (see https://github.com/NixOS/nixpkgs/issues/25959 )
hardeningDisable = [ "fortify" ];
- # Apply ethereum/go-ethereum#19183 to fix the aarch64 build failure.
- #
- # TODO Remove this patch when upstream (https://github.com/ethereum/go-ethereum)
- # fix this problem in the future release.
- patches = [
- (fetchpatch {
- url = "https://github.com/ethereum/go-ethereum/commit/39bd2609.patch";
- sha256 = "1a362hzvcjk505hicv25kziy3c6s5an4j7rk4jibcxwgvygb3mz5";
- })
- ];
-
src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
- sha256 = "1640y7lqy7bvjjgx6wp0cnbw632ls5fj4ixclr819lfz4p5dfhx1";
+ sha256 = "0lymwylh4j63fzj9jy7mcw676a2ksgpsj9mazif1r3d2q73h9m88";
};
meta = with stdenv.lib; {
- homepage = https://ethereum.github.io/go-ethereum/;
+ homepage = "https://geth.ethereum.org/";
description = "Official golang implementation of the Ethereum protocol";
license = with licenses; [ lgpl3 gpl3 ];
- maintainers = with maintainers; [ adisbladis asymmetric lionello ];
+ maintainers = with maintainers; [ adisbladis asymmetric lionello xrelkd ];
};
}
diff --git a/pkgs/applications/altcoins/jormungandr/default.nix b/pkgs/applications/altcoins/jormungandr/default.nix
new file mode 100644
index 00000000000..abfd3fa5171
--- /dev/null
+++ b/pkgs/applications/altcoins/jormungandr/default.nix
@@ -0,0 +1,39 @@
+{ stdenv
+, lib
+, fetchgit
+, rustPlatform
+, openssl
+, pkgconfig
+, protobuf
+, darwin
+}:
+
+rustPlatform.buildRustPackage rec {
+ pname = "jormungandr";
+ version = "0.3.3";
+
+ src = fetchgit {
+ url = "https://github.com/input-output-hk/${pname}";
+ rev = "v${version}";
+ sha256 = "1fw3cl2rxnw9mww1b1z96x2iapwbpdgyp4ra19dhvfzmlvaiml5j";
+ fetchSubmodules = true;
+ };
+
+ cargoSha256 = "1ilp9ffaz3njv38mnqics4b5d7wh52mj4rwi71h5c0wzx4ww3zal";
+
+ nativeBuildInputs = [ pkgconfig protobuf ];
+ buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
+
+ PROTOC = "${protobuf}/bin/protoc";
+
+ # Disabling integration tests
+ doCheck = false;
+
+ meta = with stdenv.lib; {
+ description = "An aspiring blockchain node";
+ homepage = "https://input-output-hk.github.io/jormungandr/";
+ license = licenses.mit;
+ maintainers = [ maintainers.mmahut ];
+ platforms = platforms.all;
+ };
+}
diff --git a/pkgs/applications/altcoins/ledger-live-desktop/default.nix b/pkgs/applications/altcoins/ledger-live-desktop/default.nix
new file mode 100644
index 00000000000..0417d2913de
--- /dev/null
+++ b/pkgs/applications/altcoins/ledger-live-desktop/default.nix
@@ -0,0 +1,50 @@
+{ stdenv, fetchurl, makeDesktopItem, makeWrapper, appimage-run }:
+
+stdenv.mkDerivation rec {
+ pname = "ledger-live-desktop";
+ version = "1.12.0";
+
+ src = fetchurl {
+ url = "https://github.com/LedgerHQ/${pname}/releases/download/v${version}/${pname}-${version}-linux-x86_64.AppImage";
+ sha256 = "0sn0ri8kqvy36d6vjwsb0mh54nwic58416m6q5drl1schsn6wyvj";
+ };
+
+ nativeBuildInputs = [ makeWrapper ];
+ buildInputs = [ appimage-run ];
+
+ desktopIcon = fetchurl {
+ url = "https://raw.githubusercontent.com/LedgerHQ/${pname}/v${version}/build/icon.png";
+ sha256 = "1mmfaf0yk7xf1kgbs3ka8wsbz1qgh60xj6z91ica1i7lw2qbdd5h";
+ };
+
+ desktopItem = makeDesktopItem {
+ name = pname;
+ exec = "${placeholder "out"}/bin/${pname}";
+ icon = pname;
+ desktopName = "Ledger Live";
+ categories = "Utility;";
+ };
+
+ unpackPhase = ":";
+
+ installPhase = ''
+ runHook preInstall
+
+ ${desktopItem.buildCommand}
+ install -D $src $out/share/${src.name}
+ install -Dm -x ${desktopIcon} \
+ $out/share/icons/hicolor/1024x1024/apps/${pname}.png
+ makeWrapper ${appimage-run}/bin/appimage-run $out/bin/${pname} \
+ --add-flags $out/share/${src.name}
+
+ runHook postInstall
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Wallet app for Ledger Nano S and Ledger Blue";
+ homepage = "https://www.ledger.com/live";
+ license = licenses.mit;
+ maintainers = with maintainers; [ thedavidmeister ];
+ platforms = [ "x86_64-linux" ];
+ };
+}
diff --git a/pkgs/applications/altcoins/lnd.nix b/pkgs/applications/altcoins/lnd.nix
new file mode 100644
index 00000000000..27f10c963c0
--- /dev/null
+++ b/pkgs/applications/altcoins/lnd.nix
@@ -0,0 +1,22 @@
+{ buildGoModule, fetchFromGitHub, lib }:
+
+buildGoModule rec {
+ pname = "lnd";
+ version = "0.7.1-beta";
+
+ src = fetchFromGitHub {
+ owner = "lightningnetwork";
+ repo = "lnd";
+ rev = "v${version}";
+ sha256 = "1c0sm0lavdai4w6d283q54knggw9d42vvqmglnv2h9swbw1l23ry";
+ };
+
+ modSha256 = "13hjaf4bswk8g57lyxzdlqqp4a6ddl3qm6n4jja4b1h58mlbil73";
+
+ meta = with lib; {
+ description = "Lightning Network Daemon";
+ homepage = "https://github.com/lightningnetwork/lnd";
+ license = lib.licenses.mit;
+ maintainers = with maintainers; [ cypherpunk2140 ];
+ };
+}
diff --git a/pkgs/applications/altcoins/memorycoin.nix b/pkgs/applications/altcoins/memorycoin.nix
deleted file mode 100644
index 944c82250d4..00000000000
--- a/pkgs/applications/altcoins/memorycoin.nix
+++ /dev/null
@@ -1,56 +0,0 @@
-{ stdenv, fetchurl, pkgconfig, openssl, db48, boost
-, zlib, qt4, qmake4Hook, utillinux, protobuf, qrencode
-, withGui }:
-
-with stdenv.lib;
-stdenv.mkDerivation rec{
-
- name = "memorycoin" + (toString (optional (!withGui) "d")) + "-" + version;
- version = "0.8.5";
-
- src = fetchurl {
- url = "https://github.com/memorycoin/memorycoin/archive/v${version}.tar.gz";
- sha256 = "1iyh6dqrg0mirwci5br5n5qw3ghp2cs23wd8ygr56bh9ml4dr1m8";
- };
-
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ openssl db48 boost zlib utillinux protobuf ]
- ++ optionals withGui [ qt4 qmake4Hook qrencode ];
-
- qmakeFlags = ["USE_UPNP=-"];
- makeFlags = ["USE_UPNP=-"];
-
- configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ]
- ++ optionals withGui [ "--with-gui=qt4" ];
-
- preBuild = "unset AR;"
- + (toString (optional (!withGui) "cd src; cp makefile.unix Makefile"));
-
- installPhase =
- if withGui
- then "install -D bitcoin-qt $out/bin/memorycoin-qt"
- else "install -D bitcoind $out/bin/memorycoind";
-
- # `make build/version.o`:
- # make: *** No rule to make target 'build/build.h', needed by 'build/version.o'. Stop.
- enableParallelBuilding = false;
-
- meta = {
- description = "Peer-to-peer, CPU-based electronic cash system";
- longDescription= ''
- Memorycoin is a cryptocurrency that aims to empower the
- economically and financially marginalized. It allows individuals
- to participate in the internet economy even when they live in
- countries where credit card companies and PayPal(R) refuse to
- operate. Individuals can store and transfer wealth with just a
- memorized pass phrase.
-
- Memorycoin is based on the Bitcoin code, but with some key
- differences.
- '';
- homepage = http://www.bitcoin.org/;
- maintainers = with maintainers; [ AndersonTorres ];
- license = licenses.mit;
- platforms = [ "x86_64-linux" ];
- };
-}
diff --git a/pkgs/applications/altcoins/monero-gui/default.nix b/pkgs/applications/altcoins/monero-gui/default.nix
index f597d6b6527..aaff39f1c6b 100644
--- a/pkgs/applications/altcoins/monero-gui/default.nix
+++ b/pkgs/applications/altcoins/monero-gui/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub
-, makeWrapper, makeDesktopItem
+, wrapQtAppsHook, makeDesktopItem
, qtbase, qmake, qtmultimedia, qttools
, qtgraphicaleffects, qtdeclarative
, qtlocation, qtquickcontrols, qtquickcontrols2
@@ -25,16 +25,16 @@ in
stdenv.mkDerivation rec {
name = "monero-gui-${version}";
- version = "0.14.0.0";
+ version = "0.14.1.2";
src = fetchFromGitHub {
owner = "monero-project";
repo = "monero-gui";
rev = "v${version}";
- sha256 = "1l4kx2vidr7bpds43jdbwyaz0q1dy7sricpz061ff1fkappbxdh8";
+ sha256 = "1rm043r6y2mzy8pclnzbjjfxgps8pkfa2b92p66k8y8rdmgq6m1k";
};
- nativeBuildInputs = [ qmake pkgconfig ];
+ nativeBuildInputs = [ qmake pkgconfig wrapQtAppsHook ];
buildInputs = [
qtbase qtmultimedia qtgraphicaleffects
@@ -43,12 +43,11 @@ stdenv.mkDerivation rec {
qtwebchannel qtwebengine qtx11extras
qtxmlpatterns monero unbound readline
boost libunwind libsodium pcsclite zeromq
- cppzmq makeWrapper hidapi
+ cppzmq hidapi
];
patches = [
./move-log-file.patch
- ./move-translations-dir.patch
];
postPatch = ''
@@ -83,10 +82,6 @@ stdenv.mkDerivation rec {
mkdir -p $out/share/applications
cp ${desktopItem}/share/applications/* $out/share/applications
- # install translations
- mkdir -p $out/share/translations
- cp translations/*.qm $out/share/translations/
-
# install icons
for n in 16 24 32 48 64 96 128 256; do
size=$n"x"$n
@@ -94,18 +89,14 @@ stdenv.mkDerivation rec {
cp $src/images/appicons/$size.png \
$out/share/icons/hicolor/$size/apps/monero.png
done;
-
- # wrap runtime dependencies
- wrapProgram $out/bin/monero-wallet-gui \
- --set QML2_IMPORT_PATH "${qml2ImportPath}" \
- --set QT_PLUGIN_PATH "${qtbase.bin}/${qtbase.qtPluginPrefix}"
'';
meta = {
- description = "Private, secure, untraceable currency";
- homepage = https://getmonero.org/;
- license = licenses.bsd3;
- platforms = [ "x86_64-linux" ];
- maintainers = with maintainers; [ rnhmjoj ];
+ description = "Private, secure, untraceable currency";
+ homepage = https://getmonero.org/;
+ license = licenses.bsd3;
+ platforms = platforms.all;
+ badPlatforms = platforms.darwin;
+ maintainers = with maintainers; [ rnhmjoj ];
};
}
diff --git a/pkgs/applications/altcoins/monero-gui/move-log-file.patch b/pkgs/applications/altcoins/monero-gui/move-log-file.patch
index ae733151622..e540f1960d6 100644
--- a/pkgs/applications/altcoins/monero-gui/move-log-file.patch
+++ b/pkgs/applications/altcoins/monero-gui/move-log-file.patch
@@ -1,29 +1,15 @@
diff --git a/main.cpp b/main.cpp
-index 79223c0..e80b317 100644
+index a51568d..5a9f683 100644
--- a/main.cpp
+++ b/main.cpp
-@@ -115,6 +115,9 @@ int main(int argc, char *argv[])
+@@ -152,7 +152,9 @@ int main(int argc, char *argv[])
QCommandLineOption logPathOption(QStringList() << "l" << "log-file",
QCoreApplication::translate("main", "Log to specified file"),
QCoreApplication::translate("main", "file"));
+-
+ logPathOption.setDefaultValue(
+ QStandardPaths::writableLocation(QStandardPaths::CacheLocation)
+ + "/monero-wallet-gui.log");
parser.addOption(logPathOption);
parser.addHelpOption();
parser.process(app);
-diff --git a/Logger.cpp b/Logger.cpp
-index 6b1daba..c357762 100644
---- a/Logger.cpp
-+++ b/Logger.cpp
-@@ -28,8 +28,8 @@ static const QString defaultLogName = "monero-wallet-gui.log";
- static const QString appFolder = "Library/Logs";
- #else // linux + bsd
- //HomeLocation = "~"
-- static const QString osPath = QStandardPaths::standardLocations(QStandardPaths::HomeLocation).at(0);
-- static const QString appFolder = ".bitmonero";
-+ static const QString osPath = QStandardPaths::standardLocations(QStandardPaths::CacheLocation).at(0);
-+ static const QString appFolder = "bitmonero";
- #endif
-
-
diff --git a/pkgs/applications/altcoins/monero-gui/move-translations-dir.patch b/pkgs/applications/altcoins/monero-gui/move-translations-dir.patch
deleted file mode 100644
index ff17ce5da1c..00000000000
--- a/pkgs/applications/altcoins/monero-gui/move-translations-dir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/TranslationManager.cpp b/TranslationManager.cpp
-index e7fc52a..83534cc 100644
---- a/TranslationManager.cpp
-+++ b/TranslationManager.cpp
-@@ -25,7 +25,7 @@ bool TranslationManager::setLanguage(const QString &language)
- return true;
- }
-
-- QString dir = qApp->applicationDirPath() + "/translations";
-+ QString dir = qApp->applicationDirPath() + "/../share/translations";
- QString filename = "monero-core_" + language;
-
- qDebug("%s: loading translation file '%s' from '%s'",
diff --git a/pkgs/applications/altcoins/monero/default.nix b/pkgs/applications/altcoins/monero/default.nix
index 94c277f63eb..f351c9fa504 100644
--- a/pkgs/applications/altcoins/monero/default.nix
+++ b/pkgs/applications/altcoins/monero/default.nix
@@ -2,6 +2,7 @@
, cmake, pkgconfig, git
, boost, miniupnpc, openssl, unbound, cppzmq
, zeromq, pcsclite, readline, libsodium, hidapi
+, python3Packages
, CoreData, IOKit, PCSC
}:
@@ -11,12 +12,12 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "monero-${version}";
- version = "0.14.0.2";
+ version = "0.14.1.0";
src = fetchgit {
url = "https://github.com/monero-project/monero.git";
rev = "v${version}";
- sha256 = "1471iy6c8dfdqcmcwcp0m7fp9xl74dcm5hqlfdfi217abhawfs8k";
+ sha256 = "1asa197fad81jfv12qgaa7y7pdr1r1pda96m9pvivkh4v30cx0nh";
};
nativeBuildInputs = [ cmake pkgconfig git ];
@@ -25,6 +26,7 @@ stdenv.mkDerivation rec {
boost miniupnpc openssl unbound
cppzmq zeromq pcsclite readline
libsodium hidapi
+ python3Packages.protobuf
] ++ optionals stdenv.isDarwin [ IOKit CoreData PCSC ];
cmakeFlags = [
diff --git a/pkgs/applications/altcoins/parity-ui/env.nix b/pkgs/applications/altcoins/parity-ui/env.nix
index 625a008af91..a878bbf2e3e 100644
--- a/pkgs/applications/altcoins/parity-ui/env.nix
+++ b/pkgs/applications/altcoins/parity-ui/env.nix
@@ -1,11 +1,11 @@
{ stdenv, lib, zlib, glib, alsaLib, dbus, gtk2, atk, pango, freetype, fontconfig
-, libgnome-keyring3, gdk_pixbuf, cairo, cups, expat, libgpgerror, nspr
+, libgnome-keyring3, gdk-pixbuf, cairo, cups, expat, libgpgerror, nspr
, nss, xorg, libcap, systemd, libnotify, libsecret, gnome2 }:
let
packages = [
stdenv.cc.cc zlib glib dbus gtk2 atk pango freetype libgnome-keyring3
- fontconfig gdk_pixbuf cairo cups expat libgpgerror alsaLib nspr nss
+ fontconfig gdk-pixbuf cairo cups expat libgpgerror alsaLib nspr nss
xorg.libXrender xorg.libX11 xorg.libXext xorg.libXdamage xorg.libXtst
xorg.libXcomposite xorg.libXi xorg.libXfixes xorg.libXrandr
xorg.libXcursor xorg.libxkbfile xorg.libXScrnSaver libcap systemd libnotify
diff --git a/pkgs/applications/altcoins/parity/beta.nix b/pkgs/applications/altcoins/parity/beta.nix
index ed3f691122c..4b6a88fd410 100644
--- a/pkgs/applications/altcoins/parity/beta.nix
+++ b/pkgs/applications/altcoins/parity/beta.nix
@@ -1,6 +1,6 @@
let
- version = "2.5.1";
- sha256 = "0nnrgc2qyqqld3znjigryqpg5jaqh3jnmin4a334dbr4jw50dz3d";
- cargoSha256 = "184vfhsalk5dims3k13zrsv4lmm45a7nm3r0b84g72q7hhbl8pkf";
+ version = "2.6.1";
+ sha256 = "0yvscs2ivy08zla3jhirxhwwaqsn9j5ml4sqbgx6h5rh19c941vh";
+ cargoSha256 = "1s3c44cggajrmc504klf4cyb1s4l5ny48yihs9c3fc0n8d064017";
in
import ./parity.nix { inherit version sha256 cargoSha256; }
diff --git a/pkgs/applications/altcoins/parity/default.nix b/pkgs/applications/altcoins/parity/default.nix
index 18e3dd4129e..873f83190fd 100644
--- a/pkgs/applications/altcoins/parity/default.nix
+++ b/pkgs/applications/altcoins/parity/default.nix
@@ -1,6 +1,6 @@
let
- version = "2.4.6";
- sha256 = "0vfq1pyd92n60h9gimn4d5j56xanvl43sgxk9h2kb16amy0mmh3z";
- cargoSha256 = "04gi9vddahq1q207f83n3wriwdjnmmnby6mq4crdh7yx1p4b26m9";
+ version = "2.5.6";
+ sha256 = "1qkrqkkgjvm27babd6bidhf1n6vdp8rac1zy5kf61nfzplxzr2dy";
+ cargoSha256 = "0aa0nkv3jr7cdzswbxghxxv0y65a59jgs1682ch8vrasi0x17m1x";
in
import ./parity.nix { inherit version sha256 cargoSha256; }
diff --git a/pkgs/applications/altcoins/parity/parity.nix b/pkgs/applications/altcoins/parity/parity.nix
index 9eb189f014e..79831f3304d 100644
--- a/pkgs/applications/altcoins/parity/parity.nix
+++ b/pkgs/applications/altcoins/parity/parity.nix
@@ -3,9 +3,10 @@
, cargoSha256
}:
-{ stdenv
+{ lib
, fetchFromGitHub
-, rustPlatform
+, rustPlatform
+
, pkgconfig
, openssl
, systemd
@@ -14,7 +15,8 @@
}:
rustPlatform.buildRustPackage rec {
- name = "parity-${version}";
+ pname = "parity";
+ inherit version;
inherit cargoSha256;
src = fetchFromGitHub {
@@ -29,14 +31,16 @@ rustPlatform.buildRustPackage rec {
systemd.lib systemd.dev openssl openssl.dev
];
+ cargoBuildFlags = [ "--features final" ];
+
# test result: FAILED. 80 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out
doCheck = false;
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Fast, light, robust Ethereum implementation";
- homepage = http://parity.io;
+ homepage = "http://parity.io";
license = licenses.gpl3;
- maintainers = [ maintainers.akru ];
+ maintainers = with maintainers; [ akru xrelkd ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/altcoins/pivx.nix b/pkgs/applications/altcoins/pivx.nix
index 995b8deccd9..e2cf8aa182f 100644
--- a/pkgs/applications/altcoins/pivx.nix
+++ b/pkgs/applications/altcoins/pivx.nix
@@ -50,5 +50,12 @@ stdenv.mkDerivation rec {
homepage = https://www.dash.org;
maintainers = with maintainers; [ wucke13 ];
platforms = platforms.unix;
+
+ # upstream doesn't support newer openssl versions
+ # https://github.com/PIVX-Project/PIVX/issues/748
+ # "Your system is most probably using openssl 1.1 which is not the
+ # officialy supported version. Either use 1.0.1 or run again configure
+ # with the given option."
+ broken = true;
};
}
diff --git a/pkgs/applications/altcoins/wasabiwallet/default.nix b/pkgs/applications/altcoins/wasabiwallet/default.nix
index 9eef471adad..7185b351060 100644
--- a/pkgs/applications/altcoins/wasabiwallet/default.nix
+++ b/pkgs/applications/altcoins/wasabiwallet/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, makeDesktopItem, openssl_1_1, xorg, curl, fontconfig, krb5, zlib, dotnet-sdk }:
+{ stdenv, fetchurl, makeDesktopItem, openssl, xorg, curl, fontconfig, krb5, zlib, dotnet-sdk }:
stdenv.mkDerivation rec {
pname = "wasabiwallet";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
cd $out/opt/${pname}
for i in $(find . -type f -name '*.so') wassabee
do
- patchelf --set-rpath ${stdenv.lib.makeLibraryPath [ openssl_1_1 stdenv.cc.cc.lib xorg.libX11 curl fontconfig.lib krb5 zlib dotnet-sdk ]} $i
+ patchelf --set-rpath ${stdenv.lib.makeLibraryPath [ openssl stdenv.cc.cc.lib xorg.libX11 curl fontconfig.lib krb5 zlib dotnet-sdk ]} $i
done
patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" wassabee
ln -s $out/opt/${pname}/wassabee $out/bin/${pname}
diff --git a/pkgs/applications/altcoins/wownero.nix b/pkgs/applications/altcoins/wownero.nix
index 6de12b09934..7aed3297832 100644
--- a/pkgs/applications/altcoins/wownero.nix
+++ b/pkgs/applications/altcoins/wownero.nix
@@ -1,22 +1,20 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, git
, boost, miniupnpc_2, openssl, unbound, cppzmq
, zeromq, pcsclite, readline, libsodium, rapidjson
-, CoreData, IOKit, PCSC
}:
-assert stdenv.isDarwin -> IOKit != null;
-
with stdenv.lib;
stdenv.mkDerivation rec {
name = "wownero-${version}";
- version = "0.5.0.2";
+ version = "0.6.1.2";
src = fetchFromGitHub {
owner = "wownero";
repo = "wownero";
rev = "v${version}";
- sha256 = "120cfkl2q8qgl3ajxfkkri9bxlnvmr1mhb1wvcigch1lqyflff1w";
+ sha256 = "03q3pviyhrldpa3f4ly4d97jr39hvrz37chl102bap0790d9lk09";
+ fetchSubmodules = true;
};
nativeBuildInputs = [ cmake pkgconfig git ];
@@ -24,14 +22,12 @@ stdenv.mkDerivation rec {
buildInputs = [
boost miniupnpc_2 openssl unbound rapidjson
cppzmq zeromq pcsclite readline libsodium
- ] ++ optionals stdenv.isDarwin [ IOKit CoreData PCSC ];
+ ];
cmakeFlags = [
"-DReadline_ROOT_DIR=${readline.dev}"
"-DMANUAL_SUBMODULES=ON"
- ] ++ optional stdenv.isDarwin "-DBoost_USE_MULTITHREADED=OFF";
-
- hardeningDisable = [ "fortify" ];
+ ];
meta = {
description = "Wownero is a fork of the cryptocurrency Monero with primary alterations";
@@ -44,7 +40,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://wownero.org/;
license = licenses.bsd3;
- platforms = platforms.all;
+ platforms = platforms.linux;
maintainers = with maintainers; [ fuwa ];
};
}
diff --git a/pkgs/applications/audio/amarok/default.nix b/pkgs/applications/audio/amarok/default.nix
index 855d31aadbb..a4aa6428097 100644
--- a/pkgs/applications/audio/amarok/default.nix
+++ b/pkgs/applications/audio/amarok/default.nix
@@ -3,7 +3,7 @@
, qca-qt5, qjson, qtquickcontrols2, qtscript, qtwebengine
, karchive, kcmutils, kconfig, kdnssd, kguiaddons, kinit, kirigami2, knewstuff, knotifyconfig, ktexteditor, kwindowsystem
, fftw, phonon, plasma-framework, threadweaver
-, curl, ffmpeg, gdk_pixbuf, libaio, libmtp, loudmouth, lzo, lz4, mysql57, pcre, snappy, taglib, taglib_extras
+, curl, ffmpeg, gdk-pixbuf, libaio, libmtp, loudmouth, lzo, lz4, mysql57, pcre, snappy, taglib, taglib_extras
}:
let
@@ -29,7 +29,7 @@ in mkDerivation {
qca-qt5 qjson qtquickcontrols2 qtscript qtwebengine
karchive kcmutils kconfig kdnssd kguiaddons kinit kirigami2 knewstuff knotifyconfig ktexteditor kwindowsystem
phonon plasma-framework threadweaver
- curl fftw ffmpeg gdk_pixbuf libaio libmtp loudmouth lz4 lzo mysql57.server mysql57.server.static
+ curl fftw ffmpeg gdk-pixbuf libaio libmtp loudmouth lz4 lzo mysql57.server mysql57.server.static
pcre snappy taglib taglib_extras
];
diff --git a/pkgs/applications/audio/ams-lv2/default.nix b/pkgs/applications/audio/ams-lv2/default.nix
index 4a6be2cc55f..d6064e80e3f 100644
--- a/pkgs/applications/audio/ams-lv2/default.nix
+++ b/pkgs/applications/audio/ams-lv2/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, cairo, fftw, gtkmm2, lv2, lvtk, pkgconfig, python3
+{ stdenv, fetchFromGitHub, cairo, fftw, gtkmm2, lv2, lvtk, pkgconfig
, wafHook }:
stdenv.mkDerivation rec {
diff --git a/pkgs/applications/audio/audacious/qt-5.nix b/pkgs/applications/audio/audacious/qt-5.nix
index 019bde7cc64..baf7b108e50 100644
--- a/pkgs/applications/audio/audacious/qt-5.nix
+++ b/pkgs/applications/audio/audacious/qt-5.nix
@@ -2,7 +2,7 @@
mkDerivation, lib, fetchurl, fetchpatch,
gettext, pkgconfig,
qtbase,
- alsaLib, curl, faad2, ffmpeg, flac, fluidsynth, gdk_pixbuf, lame, libbs2b,
+ alsaLib, curl, faad2, ffmpeg, flac, fluidsynth, gdk-pixbuf, lame, libbs2b,
libcddb, libcdio, libcue, libjack2, libmad, libmms, libmodplug,
libmowgli, libnotify, libogg, libpulseaudio, libsamplerate, libsidplayfp,
libsndfile, libvorbis, libxml2, lirc, mpg123, neon, qtmultimedia, soxr,
@@ -45,7 +45,7 @@ mkDerivation {
qtbase
# Plugin dependencies
- alsaLib curl faad2 ffmpeg flac fluidsynth gdk_pixbuf lame libbs2b libcddb
+ alsaLib curl faad2 ffmpeg flac fluidsynth gdk-pixbuf lame libbs2b libcddb
libcdio libcue libjack2 libmad libmms libmodplug libmowgli
libnotify libogg libpulseaudio libsamplerate libsidplayfp libsndfile
libvorbis libxml2 lirc mpg123 neon qtmultimedia soxr wavpack
diff --git a/pkgs/applications/audio/avldrums-lv2/default.nix b/pkgs/applications/audio/avldrums-lv2/default.nix
index 75b6d8e2758..c49470b76e2 100644
--- a/pkgs/applications/audio/avldrums-lv2/default.nix
+++ b/pkgs/applications/audio/avldrums-lv2/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "avldrums.lv2";
- version = "0.3.1";
+ version = "0.3.5";
src = fetchFromGitHub {
owner = "x42";
repo = pname;
rev = "v${version}";
- sha256 = "0yhq3n5bahhqpj40mvlkxcjsdsw63jsbz20pl77bx2qj30w25i2j";
+ sha256 = "00n2varc7iwp0xbfi45hpq4vlpxxb2kbrdzvrc20qp2265994bqf";
fetchSubmodules = true;
};
diff --git a/pkgs/applications/audio/bitwig-studio/bitwig-studio1.nix b/pkgs/applications/audio/bitwig-studio/bitwig-studio1.nix
index 125c0f7a753..31716fce1c2 100644
--- a/pkgs/applications/audio/bitwig-studio/bitwig-studio1.nix
+++ b/pkgs/applications/audio/bitwig-studio/bitwig-studio1.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, alsaLib, bzip2, cairo, dpkg, freetype, gdk_pixbuf
+{ stdenv, fetchurl, alsaLib, bzip2, cairo, dpkg, freetype, gdk-pixbuf
, wrapGAppsHook, gtk2, gtk3, harfbuzz, jdk, lib, xorg
, libbsd, libjack2, libpng, ffmpeg
, libxkbcommon
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
dontWrapGApps = true; # we only want $gappsWrapperArgs here
buildInputs = with xorg; [
- alsaLib bzip2.out cairo freetype gdk_pixbuf gtk2 gtk3 harfbuzz libX11 libXau
+ alsaLib bzip2.out cairo freetype gdk-pixbuf gtk2 gtk3 harfbuzz libX11 libXau
libXcursor libXdmcp libXext libXfixes libXrender libbsd libjack2 libpng libxcb
libxkbfile pixman xcbutil xcbutilwm zlib
];
diff --git a/pkgs/applications/audio/bitwig-studio/bitwig-studio2.nix b/pkgs/applications/audio/bitwig-studio/bitwig-studio2.nix
index 065dd01c862..345750e9e2a 100644
--- a/pkgs/applications/audio/bitwig-studio/bitwig-studio2.nix
+++ b/pkgs/applications/audio/bitwig-studio/bitwig-studio2.nix
@@ -1,5 +1,5 @@
-{ stdenv, fetchurl, bitwig-studio1,
- xdg_utils, zenity, ffmpeg, pulseaudio }:
+{ fetchurl, bitwig-studio1,
+ pulseaudio }:
bitwig-studio1.overrideAttrs (oldAttrs: rec {
name = "bitwig-studio-${version}";
diff --git a/pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix b/pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix
new file mode 100644
index 00000000000..3e9a2d380e2
--- /dev/null
+++ b/pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix
@@ -0,0 +1,16 @@
+{ fetchurl, bitwig-studio1,
+ pulseaudio }:
+
+bitwig-studio1.overrideAttrs (oldAttrs: rec {
+ name = "bitwig-studio-${version}";
+ version = "3.0.1";
+
+ src = fetchurl {
+ url = "https://downloads.bitwig.com/stable/${version}/bitwig-studio-${version}.deb";
+ sha256 = "0k25p1j4kgnhm7p90qp1cz79xddgi6nh1nx1y5wz42x8qrpxya0s";
+ };
+
+ runtimeDependencies = [
+ pulseaudio
+ ];
+})
diff --git a/pkgs/applications/audio/cadence/default.nix b/pkgs/applications/audio/cadence/default.nix
index ef7eeab4b60..87efa6fb6b6 100644
--- a/pkgs/applications/audio/cadence/default.nix
+++ b/pkgs/applications/audio/cadence/default.nix
@@ -3,9 +3,7 @@
, pkgconfig
, qtbase
, makeWrapper
-, jack2Full
, python3Packages
-, a2jmidid
}:
stdenv.mkDerivation rec {
diff --git a/pkgs/applications/audio/calf/default.nix b/pkgs/applications/audio/calf/default.nix
index ba49682e7ea..7d7d25ea88a 100644
--- a/pkgs/applications/audio/calf/default.nix
+++ b/pkgs/applications/audio/calf/default.nix
@@ -1,13 +1,13 @@
-{ stdenv, fetchurl, fetchpatch, cairo, expat, fftwSinglePrec, fluidsynth, glib
+{ stdenv, fetchurl, cairo, expat, fftwSinglePrec, fluidsynth, glib
, gtk2, libjack2, ladspaH , libglade, lv2, pkgconfig }:
stdenv.mkDerivation rec {
name = "calf-${version}";
- version = "0.90.2";
+ version = "0.90.3";
src = fetchurl {
url = "https://calf-studio-gear.org/files/${name}.tar.gz";
- sha256 = "0bn4j1klw2yfxz8clbmasaydifq25rdfsv0n6iisxrzcj1lx7sgh";
+ sha256 = "17x4hylgq4dn9qycsdacfxy64f5cv57n2qgkvsdp524gnqzw4az3";
};
enableParallelBuilding = true;
diff --git a/pkgs/applications/audio/cantata/default.nix b/pkgs/applications/audio/cantata/default.nix
index 64e99768ded..292f28554d0 100644
--- a/pkgs/applications/audio/cantata/default.nix
+++ b/pkgs/applications/audio/cantata/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fetchpatch, cmake, pkgconfig, vlc
+{ mkDerivation, lib, fetchFromGitHub, cmake, pkgconfig, vlc
, qtbase, qtmultimedia, qtsvg, qttools
# Cantata doesn't build with cdparanoia enabled so we disable that
@@ -35,7 +35,7 @@ let
withUdisks = (withTaglib && withDevices);
-in stdenv.mkDerivation rec {
+in mkDerivation rec {
name = "${pname}-${version}";
src = fetchFromGitHub {
@@ -46,20 +46,20 @@ in stdenv.mkDerivation rec {
};
buildInputs = [ vlc qtbase qtmultimedia qtsvg ]
- ++ stdenv.lib.optionals withTaglib [ taglib taglib_extras ]
- ++ stdenv.lib.optionals withReplaygain [ ffmpeg speex mpg123 ]
- ++ stdenv.lib.optional withCdda cdparanoia
- ++ stdenv.lib.optional withCddb libcddb
- ++ stdenv.lib.optional withLame lame
- ++ stdenv.lib.optional withMtp libmtp
- ++ stdenv.lib.optional withMusicbrainz libmusicbrainz5
- ++ stdenv.lib.optional withUdisks udisks2;
+ ++ lib.optionals withTaglib [ taglib taglib_extras ]
+ ++ lib.optionals withReplaygain [ ffmpeg speex mpg123 ]
+ ++ lib.optional withCdda cdparanoia
+ ++ lib.optional withCddb libcddb
+ ++ lib.optional withLame lame
+ ++ lib.optional withMtp libmtp
+ ++ lib.optional withMusicbrainz libmusicbrainz5
+ ++ lib.optional withUdisks udisks2;
nativeBuildInputs = [ cmake pkgconfig qttools ];
enableParallelBuilding = true;
- cmakeFlags = stdenv.lib.flatten [
+ cmakeFlags = lib.flatten [
(fstats withTaglib [ "TAGLIB" "TAGLIB_EXTRAS" ])
(fstats withReplaygain [ "FFMPEG" "MPG123" "SPEEXDSP" ])
(fstat withCdda "CDPARANOIA")
@@ -76,7 +76,7 @@ in stdenv.mkDerivation rec {
"-DENABLE_HTTPS_SUPPORT=ON"
];
- meta = with stdenv.lib; {
+ meta = with lib; {
homepage = https://github.com/cdrummond/cantata;
description = "A graphical client for MPD";
license = licenses.gpl3;
diff --git a/pkgs/applications/audio/carla/default.nix b/pkgs/applications/audio/carla/default.nix
index af29c3dc9e0..98a4ddd29d6 100644
--- a/pkgs/applications/audio/carla/default.nix
+++ b/pkgs/applications/audio/carla/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, alsaLib, file, fluidsynth, ffmpeg, fftw, jack2,
- liblo, libpulseaudio, libsndfile, makeWrapper, pkgconfig, python3Packages,
+{ stdenv, fetchFromGitHub, alsaLib, file, fluidsynth, ffmpeg, jack2,
+ liblo, libpulseaudio, libsndfile, pkgconfig, python3Packages,
which, withFrontend ? true,
- withQt ? true, qtbase ? null,
+ withQt ? true, qtbase ? null, wrapQtAppsHook ? null,
withGtk2 ? true, gtk2 ? null,
withGtk3 ? true, gtk3 ? null }:
@@ -9,6 +9,7 @@ with stdenv.lib;
assert withFrontend -> python3Packages ? pyqt5;
assert withQt -> qtbase != null;
+assert withQt -> wrapQtAppsHook != null;
assert withGtk2 -> gtk2 != null;
assert withGtk3 -> gtk3 != null;
@@ -23,7 +24,9 @@ stdenv.mkDerivation rec {
sha256 = "0fqgncqlr86n38yy7pa118mswfacmfczj7w9xx6c6k0jav3wk29k";
};
- nativeBuildInputs = [ python3Packages.wrapPython pkgconfig which ];
+ nativeBuildInputs = [
+ python3Packages.wrapPython pkgconfig which wrapQtAppsHook
+ ];
pythonPath = with python3Packages; [
rdflib pyliblo
@@ -38,6 +41,7 @@ stdenv.mkDerivation rec {
installFlags = [ "PREFIX=$(out)" ];
+ dontWrapQtApps = true;
postFixup = ''
# Also sets program_PYTHONPATH and program_PATH variables
wrapPythonPrograms
@@ -48,10 +52,9 @@ stdenv.mkDerivation rec {
patchPythonScript "$out/share/carla/carla_settings.py"
for program in $out/bin/*; do
- wrapProgram "$program" \
+ wrapQtApp "$program" \
--prefix PATH : "$program_PATH:${which}/bin" \
- --set PYTHONNOUSERSITE true \
- --prefix QT_PLUGIN_PATH : "${qtbase.bin}/${qtbase.qtPluginPrefix}"
+ --set PYTHONNOUSERSITE true
done
'';
diff --git a/pkgs/applications/audio/chuck/clang.patch b/pkgs/applications/audio/chuck/clang.patch
deleted file mode 100644
index 77227ef0fd4..00000000000
--- a/pkgs/applications/audio/chuck/clang.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-diff --git a/src/ugen_osc.cpp b/src/ugen_osc.cpp
-index 6b93c6b..dbefe4f 100644
---- a/src/ugen_osc.cpp
-+++ b/src/ugen_osc.cpp
-@@ -1232,7 +1232,7 @@ CK_DLL_CTRL( gen5_coeffs )
- Chuck_Array8 * in_args = (Chuck_Array8 *)GET_CK_OBJECT(ARGS);
-
- // fprintf(stdout, "calling gen10coeffs, %d\n", weights);
-- if(in_args<0) return;
-+ if(in_args!=0) return;
- size = in_args->size();
- if(size >= genX_MAX_COEFFS) size = genX_MAX_COEFFS - 1;
-
-@@ -1287,7 +1287,7 @@ CK_DLL_CTRL( gen7_coeffs )
- Chuck_Array8 * in_args = (Chuck_Array8 *)GET_CK_OBJECT(ARGS);
-
- // fprintf(stdout, "calling gen10coeffs, %d\n", weights);
-- if(in_args<0) return;
-+ if(in_args!=0) return;
- size = in_args->size();
- if(size >= genX_MAX_COEFFS) size = genX_MAX_COEFFS - 1;
-
-@@ -1340,7 +1340,7 @@ CK_DLL_CTRL( gen9_coeffs )
- Chuck_Array8 * weights = (Chuck_Array8 *)GET_CK_OBJECT(ARGS);
-
- // fprintf(stdout, "calling gen10coeffs, %d\n", weights);
-- if(weights<0) return;
-+ if(weights!=0) return;
- size = weights->size();
- if(size >= genX_MAX_COEFFS) size = genX_MAX_COEFFS - 1;
-
-@@ -1390,7 +1390,7 @@ CK_DLL_CTRL( gen10_coeffs )
- Chuck_Array8 * weights = (Chuck_Array8 *)GET_CK_OBJECT(ARGS);
-
- // fprintf(stdout, "calling gen10coeffs, %d\n", weights);
-- if(weights<0) return;
-+ if(weights!=0) return;
- size = weights->size();
- if(size >= genX_MAX_COEFFS) size = genX_MAX_COEFFS - 1;
-
-@@ -1441,7 +1441,7 @@ CK_DLL_CTRL( gen17_coeffs )
- Chuck_Array8 * weights = (Chuck_Array8 *)GET_CK_OBJECT(ARGS);
-
- // fprintf(stdout, "calling gen17coeffs, %d\n", weights);
-- if(weights<0) return;
-+ if(weights!=0) return;
- size = weights->size();
- if(size >= genX_MAX_COEFFS) size = genX_MAX_COEFFS - 1;
-
-@@ -1502,7 +1502,7 @@ CK_DLL_CTRL( curve_coeffs )
- Chuck_Array8 * weights = (Chuck_Array8 *)GET_CK_OBJECT(ARGS);
-
- // fprintf(stdout, "calling gen17coeffs, %d\n", weights);
-- if(weights<0) goto done;
-+ if(weights!=0) goto done;
-
- nargs = weights->size();
- if (nargs < 5 || (nargs % 3) != 2) { // check number of args
diff --git a/pkgs/applications/audio/chuck/darwin-limits.patch b/pkgs/applications/audio/chuck/darwin-limits.patch
index 3387f725544..dc98a172691 100644
--- a/pkgs/applications/audio/chuck/darwin-limits.patch
+++ b/pkgs/applications/audio/chuck/darwin-limits.patch
@@ -1,5 +1,5 @@
---- a/src/util_string.cpp 2014-10-27 22:52:11.875981552 +0100
-+++ b/src/util_string.cpp 2014-10-27 22:54:18.613001994 +0100
+--- a/src/core/util_string.cpp 2014-10-27 22:52:11.875981552 +0100
++++ b/src/core/util_string.cpp 2014-10-27 22:54:18.613001994 +0100
@@ -40,6 +40,10 @@
#include
#endif // __PLATFORM_LINUX__
diff --git a/pkgs/applications/audio/chuck/default.nix b/pkgs/applications/audio/chuck/default.nix
index c10556260c7..da26a718835 100644
--- a/pkgs/applications/audio/chuck/default.nix
+++ b/pkgs/applications/audio/chuck/default.nix
@@ -1,15 +1,14 @@
{ stdenv, lib, fetchurl, alsaLib, bison, flex, libsndfile, which
, AppKit, Carbon, CoreAudio, CoreMIDI, CoreServices, Kernel
-, xcbuild
}:
stdenv.mkDerivation rec {
- version = "1.3.5.2";
+ version = "1.4.0.0";
name = "chuck-${version}";
src = fetchurl {
url = "http://chuck.cs.princeton.edu/release/files/chuck-${version}.tgz";
- sha256 = "02z7sglax3j09grj5s1skmw8z6wz7b21hjrm95nrrdpwbxabh079";
+ sha256 = "1b17rsf7bv45gfhyhfmpz9d4rkxn24c0m2hgmpfjz3nlp0rf7bic";
};
nativeBuildInputs = [ flex bison which ];
@@ -18,16 +17,15 @@ stdenv.mkDerivation rec {
++ lib.optional (!stdenv.isDarwin) alsaLib
++ lib.optional stdenv.isDarwin [ AppKit Carbon CoreAudio CoreMIDI CoreServices Kernel ];
- patches = [ ./clang.patch ./darwin-limits.patch ];
+ patches = [ ./darwin-limits.patch ];
NIX_CFLAGS_COMPILE = lib.optional stdenv.isDarwin "-Wno-missing-sysroot";
NIX_LDFLAGS = lib.optional stdenv.isDarwin "-framework MultitouchSupport";
postPatch = ''
- substituteInPlace src/makefile --replace "/usr/bin" "$out/bin"
- substituteInPlace src/makefile.osx \
+ substituteInPlace src/core/makefile.x/makefile.osx \
--replace "weak_framework" "framework" \
- --replace "MACOSX_DEPLOYMENT_TARGET=10.5" "MACOSX_DEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET"
+ --replace "MACOSX_DEPLOYMENT_TARGET=10.9" "MACOSX_DEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET"
'';
makeFlags = [ "-C src" "DESTDIR=$(out)/bin" ];
@@ -37,7 +35,7 @@ stdenv.mkDerivation rec {
description = "Programming language for real-time sound synthesis and music creation";
homepage = http://chuck.cs.princeton.edu;
license = licenses.gpl2;
- platforms = with platforms; linux ++ darwin;
+ platforms = platforms.unix;
maintainers = with maintainers; [ ftrvxmtrx ];
};
}
diff --git a/pkgs/applications/audio/cmusfm/default.nix b/pkgs/applications/audio/cmusfm/default.nix
index e528e9699a7..2147a84f24b 100644
--- a/pkgs/applications/audio/cmusfm/default.nix
+++ b/pkgs/applications/audio/cmusfm/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, curl, libnotify, gdk_pixbuf }:
+{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, curl, libnotify, gdk-pixbuf }:
stdenv.mkDerivation rec {
version = "2018-10-11";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
# building
configureFlags = [ "--enable-libnotify" ];
nativeBuildInputs = [ autoreconfHook pkgconfig ];
- buildInputs = [ curl libnotify gdk_pixbuf ];
+ buildInputs = [ curl libnotify gdk-pixbuf ];
meta = with stdenv.lib; {
description = "Last.fm and Libre.fm standalone scrobbler for the cmus music player";
diff --git a/pkgs/applications/audio/cozy-audiobooks/default.nix b/pkgs/applications/audio/cozy-audiobooks/default.nix
index 53ab4fd6f2f..f9a53f59e4d 100644
--- a/pkgs/applications/audio/cozy-audiobooks/default.nix
+++ b/pkgs/applications/audio/cozy-audiobooks/default.nix
@@ -1,6 +1,5 @@
{ stdenv, fetchFromGitHub
, ninja
-, boost
, meson
, pkgconfig
, wrapGAppsHook
@@ -12,7 +11,6 @@
, python3Packages
, file
, cairo
-, sqlite
, gettext
, gnome3
}:
@@ -24,6 +22,11 @@ python3Packages.buildPythonApplication rec {
pname = "cozy";
version = "0.6.7";
+ # Temporary fix
+ # See https://github.com/NixOS/nixpkgs/issues/57029
+ # and https://github.com/NixOS/nixpkgs/issues/56943
+ strictDeps = false;
+
src = fetchFromGitHub {
owner = "geigi";
repo = pname;
diff --git a/pkgs/applications/audio/csound/default.nix b/pkgs/applications/audio/csound/default.nix
index b11f525e9d2..cb968ee9e00 100644
--- a/pkgs/applications/audio/csound/default.nix
+++ b/pkgs/applications/audio/csound/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
# When updating, please check if https://github.com/csound/csound/issues/1078
# has been fixed in the new version so we can use the normal fluidsynth
# version and remove fluidsynth 1.x from nixpkgs again.
- version = "6.12.2";
+ version = "6.13.0";
enableParallelBuilding = true;
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "csound";
repo = "csound";
rev = version;
- sha256 = "01krxcf0alw9k7p5sv0s707600an4sl7lhw3bymbwgqrj0v2p9z2";
+ sha256 = "14822ybqyp31z18gky2y9zadr9dkbhabg97y139py73w7v3af1bh";
};
cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp
diff --git a/pkgs/applications/audio/denemo/default.nix b/pkgs/applications/audio/denemo/default.nix
index 6c1536c0a61..d01e7879335 100644
--- a/pkgs/applications/audio/denemo/default.nix
+++ b/pkgs/applications/audio/denemo/default.nix
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
name = "denemo-${version}";
- version = "2.2.0";
+ version = "2.3.0";
src = fetchurl {
url = "https://ftp.gnu.org/gnu/denemo/denemo-${version}.tar.gz";
- sha256 = "18zcs4xmfj4vpzi15dj7k5bjzzzlr3sjf9xhrrgy4samrrdpqzfh";
+ sha256 = "1blkcl3slbsq9jlhwcf2m9v9g38a0sjfhh9advgi2qr1gxri08by";
};
buildInputs = [
diff --git a/pkgs/applications/audio/dragonfly-reverb/default.nix b/pkgs/applications/audio/dragonfly-reverb/default.nix
index 494f512752b..da915f3fc3e 100644
--- a/pkgs/applications/audio/dragonfly-reverb/default.nix
+++ b/pkgs/applications/audio/dragonfly-reverb/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "dragonfly-reverb";
- version = "1.1.4";
+ version = "2.0.0";
src = fetchFromGitHub {
owner = "michaelwillis";
repo = "dragonfly-reverb";
rev = version;
- sha256 = "060g4ddh1z222n39wqj8jxj0zgmpjrgraw76qgyg6xkn15cn9q9y";
+ sha256 = "1qrbv4kk5v6ynx424h1i54qj0w8v6vpw81b759jawxvzzprpgq72";
fetchSubmodules = true;
};
@@ -26,9 +26,11 @@ stdenv.mkDerivation rec {
mkdir -p $out/lib/lv2/
mkdir -p $out/lib/vst/
cd bin
- cp -a DragonflyReverb $out/bin/
- cp -a DragonflyReverb-vst.so $out/lib/vst/
- cp -a DragonflyReverb.lv2/ $out/lib/lv2/
+ for bin in DragonflyHallReverb DragonflyRoomReverb; do
+ cp -a $bin $out/bin/
+ cp -a $bin-vst.so $out/lib/vst/
+ cp -a $bin.lv2/ $out/lib/lv2/ ;
+ done
'';
meta = with stdenv.lib; {
diff --git a/pkgs/applications/audio/drumgizmo/default.nix b/pkgs/applications/audio/drumgizmo/default.nix
index 53949da43e0..e5354b06094 100644
--- a/pkgs/applications/audio/drumgizmo/default.nix
+++ b/pkgs/applications/audio/drumgizmo/default.nix
@@ -3,12 +3,12 @@
}:
stdenv.mkDerivation rec {
- version = "0.9.16";
+ version = "0.9.17";
name = "drumgizmo-${version}";
src = fetchurl {
url = "https://www.drumgizmo.org/releases/${name}/${name}.tar.gz";
- sha256 = "0ivr61n9gpigsfgn20rh3n09li8sxh1q095r6wiw0shqhn3vaxlg";
+ sha256 = "177c27kz9srds7a659zz9yhp58z0zsk0ydwww7l3jkjlylm1p8x1";
};
configureFlags = [ "--enable-lv2" ];
diff --git a/pkgs/applications/audio/drumkv1/default.nix b/pkgs/applications/audio/drumkv1/default.nix
index f6430c7ee65..f8e1db4814c 100644
--- a/pkgs/applications/audio/drumkv1/default.nix
+++ b/pkgs/applications/audio/drumkv1/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "drumkv1-${version}";
- version = "0.9.7";
+ version = "0.9.9";
src = fetchurl {
url = "mirror://sourceforge/drumkv1/${name}.tar.gz";
- sha256 = "1361dqdasrc98q9hcjdwsjx6agfimwnay430887fryi3pslkyd81";
+ sha256 = "02sa29fdjgwcf7izly685gxvga3bxyyqvskvfiisgm2xg3h9r983";
};
buildInputs = [ libjack2 alsaLib libsndfile liblo lv2 qt5.qtbase qt5.qttools ];
diff --git a/pkgs/applications/audio/ecasound/default.nix b/pkgs/applications/audio/ecasound/default.nix
index a9d84eb6e6c..1013b8a560c 100644
--- a/pkgs/applications/audio/ecasound/default.nix
+++ b/pkgs/applications/audio/ecasound/default.nix
@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
name = "ecasound-${version}";
- version = "2.9.1";
+ version = "2.9.2";
src = fetchurl {
url = "https://ecasound.seul.org/download/ecasound-${version}.tar.gz";
- sha256 = "1wyws3xc4f9pglrrqv6k9137sarv4asizqrxz8h0dn44rnzfiz1r";
+ sha256 = "15rcs28fq2wfvfs66p5na7adq88b55qszbhshpizgdbyqzgr2jf1";
};
buildInputs = [ alsaLib audiofile libjack2 liblo liboil libsamplerate libsndfile lilv lv2 ];
diff --git a/pkgs/applications/audio/elisa/default.nix b/pkgs/applications/audio/elisa/default.nix
index 00e10a2ff1e..37c95430627 100644
--- a/pkgs/applications/audio/elisa/default.nix
+++ b/pkgs/applications/audio/elisa/default.nix
@@ -1,26 +1,28 @@
{ mkDerivation, fetchFromGitHub, lib
, extra-cmake-modules, kdoctools, wrapGAppsHook
, qtmultimedia, qtquickcontrols2, qtwebsockets
-, kconfig, kcmutils, kcrash, kdeclarative, kfilemetadata, kinit
-, baloo
+, kconfig, kcmutils, kcrash, kdeclarative, kfilemetadata, kinit, kirigami2
+, baloo, vlc
}:
mkDerivation rec {
- name = "elisa-${version}";
- version = "0.3.0";
+ pname = "elisa";
+ version = "0.4.2";
src = fetchFromGitHub {
owner = "KDE";
repo = "elisa";
rev = "v${version}";
- sha256 = "0bpkr5rp9nfa2wzm6w3xkhsfgf5dbgxbmhckjh9wkxal3mncpkg4";
+ sha256 = "0q098zaajwbpkrarrsdzpjhpsq2nxkqaxwzhr2gjlg08j9vqkpfm";
};
+ buildInputs = [ vlc ];
+
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
propagatedBuildInputs = [
qtmultimedia qtquickcontrols2 qtwebsockets
- kconfig kcmutils kcrash kdeclarative kfilemetadata kinit
+ kconfig kcmutils kcrash kdeclarative kfilemetadata kinit kirigami2
baloo
];
diff --git a/pkgs/applications/audio/faust/faust2alsa.nix b/pkgs/applications/audio/faust/faust2alsa.nix
index 17cec46f6c6..6af5af9bbaf 100644
--- a/pkgs/applications/audio/faust/faust2alsa.nix
+++ b/pkgs/applications/audio/faust/faust2alsa.nix
@@ -4,7 +4,7 @@
, cairo
, fontconfig
, freetype
-, gdk_pixbuf
+, gdk-pixbuf
, glib
, gtk2
, pango
@@ -20,7 +20,7 @@ faust.wrapWithBuildEnv {
cairo
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
gtk2
pango
diff --git a/pkgs/applications/audio/fmit/default.nix b/pkgs/applications/audio/fmit/default.nix
index a61f7dc0a90..680694aa403 100644
--- a/pkgs/applications/audio/fmit/default.nix
+++ b/pkgs/applications/audio/fmit/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fftw, qtbase, qtmultimedia, qmake
+{ stdenv, mkDerivation, fetchFromGitHub, fftw, qtbase, qtmultimedia, qmake, itstool, wrapQtAppsHook
, alsaSupport ? true, alsaLib ? null
, jackSupport ? false, libjack2 ? null
, portaudioSupport ? false, portaudio ? null }:
@@ -9,18 +9,18 @@ assert portaudioSupport -> portaudio != null;
with stdenv.lib;
-stdenv.mkDerivation rec {
- name = "fmit-${version}";
- version = "1.1.14";
+mkDerivation rec {
+ pname = "fmit";
+ version = "1.2.6";
src = fetchFromGitHub {
- sha256 = "18gvl8smcnigzldy1acs5h8rscf287b39xi4y2cl5armqbj0y38x";
- rev = "v${version}";
- repo = "fmit";
owner = "gillesdegottex";
+ repo = "fmit";
+ rev = "v${version}";
+ sha256 = "03nzkig5mw2rqwhwmg0qvc5cnk9bwh2wp13jh0mdrr935w0587mz";
};
- nativeBuildInputs = [ qmake ];
+ nativeBuildInputs = [ qmake itstool wrapQtAppsHook ];
buildInputs = [ fftw qtbase qtmultimedia ]
++ optionals alsaSupport [ alsaLib ]
++ optionals jackSupport [ libjack2 ]
diff --git a/pkgs/applications/audio/gmpc/default.nix b/pkgs/applications/audio/gmpc/default.nix
index 099e4428016..07d5684e98e 100644
--- a/pkgs/applications/audio/gmpc/default.nix
+++ b/pkgs/applications/audio/gmpc/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = https://gmpclient.org;
description = "A GTK2 frontend for Music Player Daemon";
license = licenses.gpl2;
- maintainers = [ maintainers.rickynils ];
+ maintainers = [];
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/audio/gnome-podcasts/default.nix b/pkgs/applications/audio/gnome-podcasts/default.nix
index 670641fae75..3981bc79276 100644
--- a/pkgs/applications/audio/gnome-podcasts/default.nix
+++ b/pkgs/applications/audio/gnome-podcasts/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, fetchFromGitLab, meson, ninja, gettext, cargo, rustc, python3, rustPlatform, pkgconfig, gnome3
+{ stdenv, fetchurl, fetchpatch, meson, ninja, gettext, cargo, rustc, python3, pkgconfig, gnome3
, glib, libhandy, gtk3, dbus, openssl, sqlite, gst_all_1, wrapGAppsHook }:
# TODO: build from git for easier updates
diff --git a/pkgs/applications/audio/google-play-music-desktop-player/default.nix b/pkgs/applications/audio/google-play-music-desktop-player/default.nix
index 5951572dd24..7716b1e0c35 100644
--- a/pkgs/applications/audio/google-play-music-desktop-player/default.nix
+++ b/pkgs/applications/audio/google-play-music-desktop-player/default.nix
@@ -1,5 +1,5 @@
{ stdenv, alsaLib, atk, cairo, cups, dbus, dpkg, expat, fontconfig, freetype
-, fetchurl, GConf, gdk_pixbuf, glib, gtk2, gtk3, libpulseaudio, makeWrapper, nspr
+, fetchurl, GConf, gdk-pixbuf, glib, gtk2, gtk3, libpulseaudio, makeWrapper, nspr
, nss, pango, udev, xorg
}:
@@ -16,7 +16,7 @@ let
fontconfig
freetype
GConf
- gdk_pixbuf
+ gdk-pixbuf
glib
gtk2
gtk3
diff --git a/pkgs/applications/audio/gpodder/default.nix b/pkgs/applications/audio/gpodder/default.nix
index 79631156513..656018907a5 100644
--- a/pkgs/applications/audio/gpodder/default.nix
+++ b/pkgs/applications/audio/gpodder/default.nix
@@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "gpodder";
- version = "3.10.8";
+ version = "3.10.9";
format = "other";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
- sha256 = "0sx5z9qjl76fi0m8vmars0yasfaq6znq434d8zjwla22k5wflmwm";
+ sha256 = "1sdmr1sq1d4p492zp9kq3npl7p56yr0pr470z9r6xxcylax5mhfq";
};
patches = [
diff --git a/pkgs/applications/audio/gtkpod/default.nix b/pkgs/applications/audio/gtkpod/default.nix
index 0727ab56f7d..e01dbc1d30f 100644
--- a/pkgs/applications/audio/gtkpod/default.nix
+++ b/pkgs/applications/audio/gtkpod/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, wrapGAppsHook, intltool, libgpod, curl, flac,
gnome3, gtk3, gettext, perlPackages, flex, libid3tag, gdl,
- libvorbis, gdk_pixbuf }:
+ libvorbis, gdk-pixbuf }:
stdenv.mkDerivation rec {
version = "2.1.5";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig wrapGAppsHook intltool ];
buildInputs = [
curl gettext
- flex libgpod libid3tag flac libvorbis gtk3 gdk_pixbuf
+ flex libgpod libid3tag flac libvorbis gtk3 gdk-pixbuf
gdl gnome3.adwaita-icon-theme gnome3.anjuta
] ++ (with perlPackages; [ perl XMLParser ]);
diff --git a/pkgs/applications/audio/gxplugins-lv2/default.nix b/pkgs/applications/audio/gxplugins-lv2/default.nix
index 62f11cbfb74..04cb57800f9 100644
--- a/pkgs/applications/audio/gxplugins-lv2/default.nix
+++ b/pkgs/applications/audio/gxplugins-lv2/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "GxPlugins.lv2";
- version = "0.5";
+ version = "0.7";
src = fetchFromGitHub {
owner = "brummer10";
repo = pname;
rev = "v${version}";
- sha256 = "16r5bj7w726d9327flg530fn0bli4crkxjss7i56yhb1bsi39mbv";
+ sha256 = "0jqdqnkg7pg9plcbxy49p7gcs1aj6h0xf7y9gndmjmkw5yjn2940";
fetchSubmodules = true;
};
@@ -20,6 +20,12 @@ stdenv.mkDerivation rec {
installFlags = [ "INSTALL_DIR=$(out)/lib/lv2" ];
+ configurePhase = ''
+ for i in GxBoobTube GxValveCaster; do
+ substituteInPlace $i.lv2/Makefile --replace "\$(shell which echo) -e" "echo -e"
+ done
+ '';
+
meta = with stdenv.lib; {
homepage = https://github.com/brummer10/GxPlugins.lv2;
description = "A set of extra lv2 plugins from the guitarix project";
diff --git a/pkgs/applications/audio/helio-workstation/default.nix b/pkgs/applications/audio/helio-workstation/default.nix
new file mode 100644
index 00000000000..bfd211316a7
--- /dev/null
+++ b/pkgs/applications/audio/helio-workstation/default.nix
@@ -0,0 +1,46 @@
+{ stdenv, fetchFromGitHub
+, alsaLib, freetype, xorg, curl, libGL, libjack2, gnome3
+, pkgconfig, makeWrapper
+}:
+
+stdenv.mkDerivation rec {
+ pname = "helio-workstation";
+ version = "2.2";
+
+ src = fetchFromGitHub {
+ owner = "helio-fm";
+ repo = pname;
+ rev = version;
+ fetchSubmodules = true;
+ sha256 = "16iwj4mjs1nm8dlk70q97svp3vkcgs7hdj9hfda9h67acn4a8vvk";
+ };
+
+ buildInputs = [
+ alsaLib freetype xorg.libX11 xorg.libXext xorg.libXinerama xorg.libXrandr
+ xorg.libXcursor xorg.libXcomposite curl libGL libjack2 gnome3.zenity
+ ];
+
+ nativeBuildInputs = [ pkgconfig makeWrapper ];
+
+ preBuild = "cd Projects/LinuxMakefile";
+ buildFlags = [ "CONFIG=Release64" ];
+
+ installPhase = ''
+ mkdir -p $out/bin
+ install -Dm755 build/Helio $out/bin
+ wrapProgram $out/bin/Helio --prefix PATH ":" ${gnome3.zenity}/bin
+
+ mkdir -p $out/share
+ cp -r ../Deployment/Linux/Debian/x64/usr/share/* $out/share
+ substituteInPlace $out/share/applications/Helio.desktop \
+ --replace "/usr/bin/helio" "$out/bin/Helio"
+ '';
+
+ meta = with stdenv.lib; {
+ description = "One music sequencer for all major platforms, both desktop and mobile";
+ homepage = https://helio.fm/;
+ license = licenses.gpl3;
+ maintainers = [ maintainers.suhr ];
+ platforms = [ "x86_64-linux" ];
+ };
+}
diff --git a/pkgs/applications/audio/jalv/default.nix b/pkgs/applications/audio/jalv/default.nix
index e2f0c7ea7af..0f1ed143ddd 100644
--- a/pkgs/applications/audio/jalv/default.nix
+++ b/pkgs/applications/audio/jalv/default.nix
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "jalv-${version}";
- version = "1.6.0";
+ version = "1.6.2";
src = fetchurl {
url = "https://download.drobilla.net/${name}.tar.bz2";
- sha256 = "1x2wpzzx2cgvz3dgdcgsj8dr0w3zsasy62mvl199bsdj5fbjaili";
+ sha256 = "13al2hb9s3m7jgbg051x704bmzmcg4wb56cfh8z588kiyh0mxpaa";
};
nativeBuildInputs = [ pkgconfig wafHook ];
diff --git a/pkgs/applications/audio/kid3/default.nix b/pkgs/applications/audio/kid3/default.nix
index b4406dab70e..04d0349c88f 100644
--- a/pkgs/applications/audio/kid3/default.nix
+++ b/pkgs/applications/audio/kid3/default.nix
@@ -3,7 +3,7 @@
, chromaprint, docbook_xml_dtd_45, docbook_xsl, libxslt
, id3lib, taglib, mp4v2, flac, libogg, libvorbis
, zlib, readline , qtbase, qttools, qtmultimedia, qtquickcontrols
-, makeWrapper
+, wrapQtAppsHook
}:
stdenv.mkDerivation rec {
@@ -16,11 +16,12 @@ stdenv.mkDerivation rec {
sha256 = "0xkrsjrbr3z8cn8hjf623l28r3b755gr11i0clv8d8i3s10vhbd8";
};
+ nativeBuildInputs = [ wrapQtAppsHook ];
buildInputs = with stdenv.lib;
[ pkgconfig cmake python ffmpeg phonon automoc4
chromaprint docbook_xml_dtd_45 docbook_xsl libxslt
id3lib taglib mp4v2 flac libogg libvorbis zlib readline
- qtbase qttools qtmultimedia qtquickcontrols makeWrapper ];
+ qtbase qttools qtmultimedia qtquickcontrols ];
cmakeFlags = [ "-DWITH_APPS=Qt;CLI" ];
NIX_LDFLAGS = "-lm -lpthread";
@@ -29,10 +30,6 @@ stdenv.mkDerivation rec {
export DOCBOOKDIR="${docbook_xsl}/xml/xsl/docbook/"
'';
- postInstall = ''
- wrapProgram $out/bin/kid3-qt --prefix QT_PLUGIN_PATH : $out/lib/qt5/plugins
- '';
-
enableParallelBuilding = true;
meta = with stdenv.lib; {
diff --git a/pkgs/applications/audio/klystrack/default.nix b/pkgs/applications/audio/klystrack/default.nix
new file mode 100644
index 00000000000..5e8dc060c28
--- /dev/null
+++ b/pkgs/applications/audio/klystrack/default.nix
@@ -0,0 +1,52 @@
+{ stdenv, fetchFromGitHub, fetchpatch
+, SDL2, SDL2_image
+, pkgconfig
+}:
+
+stdenv.mkDerivation rec {
+ pname = "klystrack";
+ version = "1.7.6";
+
+ src = fetchFromGitHub {
+ owner = "kometbomb";
+ repo = pname;
+ rev = version;
+ fetchSubmodules = true;
+ sha256 = "1h99sm2ddaq483hhk2s3z4bjbgn0d2h7qna7l7qq98wvhqix8iyz";
+ };
+
+ buildInputs = [
+ SDL2 SDL2_image
+ ];
+ nativeBuildInputs = [ pkgconfig ];
+
+ patches = [
+ (fetchpatch {
+ url = "https://github.com/kometbomb/klystrack/commit/bb537595d02140176831c4a1b8e9121978b32d22.patch";
+ sha256 = "06gl9q0jwg039kpxb13lg9x0k59s11968qn4lybgkadvzmhxkgmi";
+ })
+ ];
+
+ buildFlags = [ "PREFIX=${placeholder "out"}" "CFG=release" ];
+
+ installPhase = ''
+ install -Dm755 bin.release/klystrack $out/bin/klystrack
+
+ mkdir -p $out/lib/klystrack
+ cp -R res $out/lib/klystrack
+ cp -R key $out/lib/klystrack
+
+ install -DT icon/256x256.png $out/share/icons/hicolor/256x256/apps/klystrack.png
+ mkdir -p $out/share/applications
+ substitute linux/klystrack.desktop $out/share/applications/klystrack.desktop \
+ --replace "klystrack %f" "$out/bin/klystrack %f"
+ '';
+
+ meta = with stdenv.lib; {
+ description = "A chiptune tracker";
+ homepage = "https://kometbomb.github.io/klystrack";
+ license = licenses.mit;
+ maintainers = with maintainers; [ suhr ];
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/applications/audio/ladspa-sdk/default.nix b/pkgs/applications/audio/ladspa-sdk/default.nix
index 296a4f86a84..72bb7010b62 100644
--- a/pkgs/applications/audio/ladspa-sdk/default.nix
+++ b/pkgs/applications/audio/ladspa-sdk/default.nix
@@ -1,16 +1,16 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "ladspa-sdk-${version}";
- version = "1.13";
+ version = "1.15";
src = fetchurl {
url = "https://www.ladspa.org/download/ladspa_sdk_${version}.tgz";
- sha256 = "0srh5n2l63354bc0srcrv58rzjkn4gv8qjqzg8dnq3rs4m7kzvdm";
+ sha256 = "1vgx54cgsnc3ncl9qbgjbmq12c444xjafjkgr348h36j16draaa2";
};
patchPhase = ''
cd src
- sed -i 's@/usr/@$(out)/@g' makefile
- sed -i 's@-mkdirhier@mkdir -p@g' makefile
+ sed -i 's@/usr/@$(out)/@g' Makefile
+ sed -i 's@-mkdirhier@mkdir -p@g' Makefile
'';
meta = {
diff --git a/pkgs/applications/audio/ladspa-sdk/ladspah.nix b/pkgs/applications/audio/ladspa-sdk/ladspah.nix
index 01acc0d01f7..b57b7283b85 100644
--- a/pkgs/applications/audio/ladspa-sdk/ladspah.nix
+++ b/pkgs/applications/audio/ladspa-sdk/ladspah.nix
@@ -1,10 +1,10 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "ladspa.h-${version}";
- version = "1.13";
+ version = "1.15";
src = fetchurl {
url = "https://www.ladspa.org/download/ladspa_sdk_${version}.tgz";
- sha256 = "0srh5n2l63354bc0srcrv58rzjkn4gv8qjqzg8dnq3rs4m7kzvdm";
+ sha256 = "1vgx54cgsnc3ncl9qbgjbmq12c444xjafjkgr348h36j16draaa2";
};
installPhase = ''
diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix
index 45fc0562337..e4d508b2a1f 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -15,13 +15,12 @@
, gobject-introspection
, wrapGAppsHook
, lastFMSupport ? true
-, wikipediaSupport ? true
-, youtubeSupport ? true, youtube-dl
+, youtubeSupport ? true
}:
python3.pkgs.buildPythonApplication rec {
pname = "lollypop";
- version = "1.0.12";
+ version = "1.1.4.14";
format = "other";
doCheck = false;
@@ -30,7 +29,7 @@ python3.pkgs.buildPythonApplication rec {
url = "https://gitlab.gnome.org/World/lollypop";
rev = "refs/tags/${version}";
fetchSubmodules = true;
- sha256 = "0jc40p2yw3zp035c87crav2lq0iraf35ag9w26vzmbjvgpvwzb86";
+ sha256 = "004cwbnxss6vmdsc6i0y83h3xbc2bzc0ra4z99pkizkky2mz6swj";
};
nativeBuildInputs = [
@@ -64,7 +63,6 @@ python3.pkgs.buildPythonApplication rec {
pygobject3
]
++ lib.optional lastFMSupport pylast
- ++ lib.optional wikipediaSupport wikipedia
++ lib.optional youtubeSupport youtube-dl
;
@@ -78,6 +76,15 @@ python3.pkgs.buildPythonApplication rec {
patchPythonScript "$out/libexec/lollypop-sp"
'';
+ # Produce only one wrapper using wrap-python passing
+ # gappsWrapperArgs to wrap-python additional wrapper
+ # argument
+ dontWrapGApps = true;
+
+ makeWrapperArgs = [
+ "\${gappsWrapperArgs[@]}"
+ ];
+
meta = with lib; {
description = "A modern music player for GNOME";
homepage = https://wiki.gnome.org/Apps/Lollypop;
diff --git a/pkgs/applications/audio/lsp-plugins/default.nix b/pkgs/applications/audio/lsp-plugins/default.nix
index d798a2bed53..c80485734ca 100644
--- a/pkgs/applications/audio/lsp-plugins/default.nix
+++ b/pkgs/applications/audio/lsp-plugins/default.nix
@@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "lsp-plugins";
- version = "1.1.5";
+ version = "1.1.9";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "sadko4u";
repo = "${pname}";
rev = "${name}";
- sha256 = "0xcxm47j7mz5vprjqqhi95gz62syp4y737h7cssxd3flqkgar7xr";
+ sha256 = "1dzpl7f354rwp37bkr9h2yyafykcdn6m1qqfshqg77fj0pcsw8r2";
};
nativeBuildInputs = [ pkgconfig php expat ];
diff --git a/pkgs/applications/audio/midisheetmusic/default.nix b/pkgs/applications/audio/midisheetmusic/default.nix
index 448977e5705..dd8b28fc2d8 100644
--- a/pkgs/applications/audio/midisheetmusic/default.nix
+++ b/pkgs/applications/audio/midisheetmusic/default.nix
@@ -47,6 +47,7 @@ in stdenv.mkDerivation {
makeWrapper ${mono}/bin/mono $out/bin/midisheetmusic.mono.exe \
--prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ gtk2 cups ]} \
+ --prefix PATH : ${stdenv.lib.makeBinPath [ timidity ]} \
--add-flags $out/bin/.MidiSheetMusic.exe
'';
diff --git a/pkgs/applications/audio/mixxx/default.nix b/pkgs/applications/audio/mixxx/default.nix
index ff02d2a9e22..bc7c2ff9a24 100644
--- a/pkgs/applications/audio/mixxx/default.nix
+++ b/pkgs/applications/audio/mixxx/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, makeWrapper, chromaprint, fetchpatch
+{ stdenv, mkDerivation, fetchFromGitHub, chromaprint
, fftw, flac, faad2, glibcLocales, mp4v2
, libid3tag, libmad, libopus, libshout, libsndfile, libusb1, libvorbis
, libGLU, libxcb, lilv, lv2, opusfile
@@ -6,19 +6,17 @@
, qtx11extras, rubberband, scons, sqlite, taglib, upower, vampSDK
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "mixxx-${version}";
- version = "2.2.1";
+ version = "2.2.2";
src = fetchFromGitHub {
owner = "mixxxdj";
repo = "mixxx";
rev = "release-${version}";
- sha256 = "1q6c2wfpprsx7s7nz1w0mhm2yhikj54jxcv61kwylxx3n5k2na9r";
+ sha256 = "0dmkvcsgq7abxqd4wms8c4w0mr5c53z7n5r8jgzp4swz9nmfjpfg";
};
- nativeBuildInputs = [ makeWrapper ];
-
buildInputs = [
chromaprint fftw flac faad2 glibcLocales mp4v2 libid3tag libmad libopus libshout libsndfile
libusb1 libvorbis libxcb libGLU lilv lv2 opusfile pkgconfig portaudio portmidi protobuf qtbase qtscript qtsvg
@@ -34,10 +32,9 @@ stdenv.mkDerivation rec {
"opus=1"
];
- fixupPhase = ''
- wrapProgram $out/bin/mixxx \
- --set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive;
- '';
+ qtWrapperArgs = [
+ "--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive"
+ ];
meta = with stdenv.lib; {
homepage = https://mixxx.org;
diff --git a/pkgs/applications/audio/mopidy/default.nix b/pkgs/applications/audio/mopidy/default.nix
index 9015a8c749a..c574c862f52 100644
--- a/pkgs/applications/audio/mopidy/default.nix
+++ b/pkgs/applications/audio/mopidy/default.nix
@@ -4,13 +4,13 @@
pythonPackages.buildPythonApplication rec {
pname = "mopidy";
- version = "2.2.2";
+ version = "2.2.3";
src = fetchFromGitHub {
owner = "mopidy";
repo = "mopidy";
rev = "v${version}";
- sha256 = "01vl162c7ssf69b0m65ys9fxnsqnfa1whwbprnc063lkcnrnlkr1";
+ sha256 = "0i9rpnlmgrnkgmr9hyx9sky9gzj2cjhay84a0yaijwcb9nmr8nnc";
};
nativeBuildInputs = [ wrapGAppsHook ];
@@ -38,7 +38,7 @@ pythonPackages.buildPythonApplication rec {
SoundCloud, Google Play Music, and more
'';
license = licenses.asl20;
- maintainers = with maintainers; [ rickynils fpletz ];
+ maintainers = [ maintainers.fpletz ];
hydraPlatforms = [];
};
}
diff --git a/pkgs/applications/audio/mopidy/iris.nix b/pkgs/applications/audio/mopidy/iris.nix
index 4a704740178..3a663fd33c8 100644
--- a/pkgs/applications/audio/mopidy/iris.nix
+++ b/pkgs/applications/audio/mopidy/iris.nix
@@ -2,11 +2,11 @@
pythonPackages.buildPythonApplication rec {
pname = "Mopidy-Iris";
- version = "3.38.0";
+ version = "3.39.0";
src = pythonPackages.fetchPypi {
inherit pname version;
- sha256 = "0w86g037jdihh6a16x7y82qk8yk30frkj23k9axcj9fjyp30r0x5";
+ sha256 = "1d2g66gvm7yaz4nbxlh23lj2xfkhi3hsg2k646m1za510f8dzlag";
};
propagatedBuildInputs = [
diff --git a/pkgs/applications/audio/mopidy/moped.nix b/pkgs/applications/audio/mopidy/moped.nix
index 3754bf763b2..d41fb12ae8d 100644
--- a/pkgs/applications/audio/mopidy/moped.nix
+++ b/pkgs/applications/audio/mopidy/moped.nix
@@ -20,7 +20,7 @@ pythonPackages.buildPythonApplication rec {
homepage = https://github.com/martijnboland/moped;
description = "A web client for Mopidy";
license = licenses.mit;
- maintainers = [ maintainers.rickynils ];
+ maintainers = [];
hydraPlatforms = [];
};
}
diff --git a/pkgs/applications/audio/mopidy/spotify.nix b/pkgs/applications/audio/mopidy/spotify.nix
index 9a6e1bef994..483852455aa 100644
--- a/pkgs/applications/audio/mopidy/spotify.nix
+++ b/pkgs/applications/audio/mopidy/spotify.nix
@@ -17,7 +17,7 @@ pythonPackages.buildPythonApplication rec {
homepage = https://www.mopidy.com/;
description = "Mopidy extension for playing music from Spotify";
license = licenses.asl20;
- maintainers = [ maintainers.rickynils ];
+ maintainers = [];
hydraPlatforms = [];
};
}
diff --git a/pkgs/applications/audio/mpg123/default.nix b/pkgs/applications/audio/mpg123/default.nix
index 44f1c681ec1..b201bd65cae 100644
--- a/pkgs/applications/audio/mpg123/default.nix
+++ b/pkgs/applications/audio/mpg123/default.nix
@@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
- name = "mpg123-1.25.10";
+ name = "mpg123-1.25.11";
src = fetchurl {
url = "mirror://sourceforge/mpg123/${name}.tar.bz2";
- sha256 = "08vhp8lz7d9ybhxcmkq3adwfryhivfvp0745k4r9kgz4wap3f4vc";
+ sha256 = "1cpal2zsm3zgi6f48vvwpg6wgkv42ndi7lk3zsg7sz52z83k61nz";
};
buildInputs = stdenv.lib.optional (!stdenv.isDarwin) alsaLib;
diff --git a/pkgs/applications/audio/munt/default.nix b/pkgs/applications/audio/munt/default.nix
index 3d40e4c39f4..c9a1e9bea80 100644
--- a/pkgs/applications/audio/munt/default.nix
+++ b/pkgs/applications/audio/munt/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, cmake, qtbase, alsaLib, makeDesktopItem }:
+{ stdenv, mkDerivation, fetchFromGitHub, cmake, qtbase, alsaLib, makeDesktopItem }:
let
desktopItem = makeDesktopItem rec {
@@ -8,7 +8,7 @@ let
genericName = "Munt synthesiser";
categories = "Audio;AudioVideo;";
};
-in stdenv.mkDerivation rec {
+in mkDerivation rec {
version = "2.3.0";
pname = "munt";
diff --git a/pkgs/applications/audio/musescore/default.nix b/pkgs/applications/audio/musescore/default.nix
index 9407a1c2688..a595bb06900 100644
--- a/pkgs/applications/audio/musescore/default.nix
+++ b/pkgs/applications/audio/musescore/default.nix
@@ -1,10 +1,10 @@
-{ stdenv, lib, fetchzip, cmake, pkgconfig
+{ stdenv, mkDerivation, lib, fetchzip, cmake, pkgconfig
, alsaLib, freetype, libjack2, lame, libogg, libpulseaudio, libsndfile, libvorbis
, portaudio, portmidi, qtbase, qtdeclarative, qtscript, qtsvg, qttools
, qtwebengine, qtxmlpatterns
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "musescore-${version}";
version = "3.0.5";
diff --git a/pkgs/applications/audio/ncmpc/default.nix b/pkgs/applications/audio/ncmpc/default.nix
index 67fe983c26f..a35d9c670fe 100644
--- a/pkgs/applications/audio/ncmpc/default.nix
+++ b/pkgs/applications/audio/ncmpc/default.nix
@@ -15,6 +15,12 @@ stdenv.mkDerivation rec {
buildInputs = [ glib ncurses mpd_clientlib boost ];
nativeBuildInputs = [ meson ninja pkgconfig gettext ];
+ mesonFlags = [
+ "-Dlirc=disabled"
+ "-Dregex=disabled"
+ "-Ddocumentation=disabled"
+ ];
+
meta = with stdenv.lib; {
description = "Curses-based interface for MPD (music player daemon)";
homepage = https://www.musicpd.org/clients/ncmpc/;
diff --git a/pkgs/applications/audio/padthv1/default.nix b/pkgs/applications/audio/padthv1/default.nix
index b2e5fb11ac3..b424bce2433 100644
--- a/pkgs/applications/audio/padthv1/default.nix
+++ b/pkgs/applications/audio/padthv1/default.nix
@@ -1,12 +1,12 @@
-{ stdenv, fetchurl, pkgconfig, libjack2, alsaLib, libsndfile, liblo, lv2, qt5, fftw }:
+{ stdenv, fetchurl, pkgconfig, libjack2, alsaLib, libsndfile, liblo, lv2, qt5, fftw, mkDerivation }:
-stdenv.mkDerivation rec {
- name = "padthv1-${version}";
- version = "0.9.6";
+mkDerivation rec {
+ pname = "padthv1";
+ version = "0.9.9";
src = fetchurl {
- url = "mirror://sourceforge/padthv1/${name}.tar.gz";
- sha256 = "0ddvlpjlg6zr9ckanqhisw0sgm8rxibvj1aj5dxzs9xb2wlwd8rr";
+ url = "mirror://sourceforge/padthv1/${pname}-${version}.tar.gz";
+ sha256 = "0axansxwa3vfc1n6a7jbaqyz6wmsffi37i4ggsl08gmqywz255xb";
};
buildInputs = [ libjack2 alsaLib libsndfile liblo lv2 qt5.qtbase qt5.qttools fftw ];
diff --git a/pkgs/applications/audio/pamixer/default.nix b/pkgs/applications/audio/pamixer/default.nix
index 322a4e23846..7c452096785 100644
--- a/pkgs/applications/audio/pamixer/default.nix
+++ b/pkgs/applications/audio/pamixer/default.nix
@@ -1,27 +1,20 @@
{ stdenv, fetchFromGitHub, fetchpatch, boost, libpulseaudio }:
stdenv.mkDerivation rec {
- name = "pamixer-${version}";
- version = "1.3.1";
+ pname = "pamixer";
+ version = "1.4";
src = fetchFromGitHub {
owner = "cdemoulins";
repo = "pamixer";
rev = version;
- sha256 = "15zs2x4hnrpxphqn542b6qqm4ymvhkvbcfyffy69d6cki51chzzw";
+ sha256 = "1i14550n8paijwwnhksv5izgfqm3s5q2773bdfp6vyqybkll55f7";
};
- # Remove after https://github.com/cdemoulins/pamixer/pull/16 gets fixed
- patches = [(fetchpatch {
- url = "https://github.com/oxij/pamixer/commit/dea1cd967aa837940e5c0b04ef7ebc47a7a93d63.patch";
- sha256 = "0s77xmsiwywyyp6f4bjxg1sqdgms1k5fiy7na6ws0aswshfnzfjb";
- })];
-
buildInputs = [ boost libpulseaudio ];
installPhase = ''
- mkdir -p $out/bin
- cp pamixer $out/bin
+ install -Dm755 pamixer -t $out/bin
'';
meta = with stdenv.lib; {
diff --git a/pkgs/applications/audio/paprefs/default.nix b/pkgs/applications/audio/paprefs/default.nix
index 6ad931d4867..9c59b5466c7 100644
--- a/pkgs/applications/audio/paprefs/default.nix
+++ b/pkgs/applications/audio/paprefs/default.nix
@@ -1,4 +1,14 @@
-{ fetchurl, stdenv, meson, ninja, gettext, pkgconfig, pulseaudioFull, gtkmm3, dbus-glib, wrapGAppsHook }:
+{ fetchurl
+, stdenv
+, meson
+, ninja
+, gettext
+, pkgconfig
+, pulseaudioFull
+, glibmm
+, gtkmm3
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
name = "paprefs-1.1";
@@ -8,9 +18,19 @@ stdenv.mkDerivation rec {
sha256 = "189z5p20hk0xv9vwvym293503j4pwl03xqk9hl7cl6dwgv0l7wkf";
};
- nativeBuildInputs = [ meson ninja gettext pkgconfig wrapGAppsHook ];
+ nativeBuildInputs = [
+ meson
+ ninja
+ gettext
+ pkgconfig
+ wrapGAppsHook
+ ];
- buildInputs = [ pulseaudioFull gtkmm3 dbus-glib ];
+ buildInputs = [
+ pulseaudioFull
+ glibmm
+ gtkmm3
+ ];
meta = with stdenv.lib; {
description = "PulseAudio Preferences";
diff --git a/pkgs/applications/audio/parlatype/default.nix b/pkgs/applications/audio/parlatype/default.nix
index 87257f4920d..1eb8b416a9a 100644
--- a/pkgs/applications/audio/parlatype/default.nix
+++ b/pkgs/applications/audio/parlatype/default.nix
@@ -1,14 +1,14 @@
-{ stdenv, fetchFromGitHub, pkgconfig, meson, gtk3, at-spi2-core, dbus, gst_all_1, sphinxbase, pocketsphinx, ninja, gettext, appstream-glib, python3, glib, gobject-introspection, gsettings-desktop-schemas, itstool, wrapGAppsHook, makeWrapper, hicolor-icon-theme }:
+{ stdenv, fetchFromGitHub, pkgconfig, meson, gtk3, at-spi2-core, dbus, gst_all_1, sphinxbase, pocketsphinx, ninja, gettext, appstream-glib, python3, glib, gobject-introspection, gsettings-desktop-schemas, itstool, wrapGAppsHook, hicolor-icon-theme }:
stdenv.mkDerivation rec {
pname = "parlatype";
- version = "1.6-beta";
+ version = "1.6.1";
src = fetchFromGitHub {
owner = "gkarsay";
repo = pname;
rev = "v${version}";
- sha256 = "0bi0djic9kf178s7vl3y83v4rzhvynlvyf64n94fy80n2f100dj9";
+ sha256 = "0b811lwiylrjirx88gi9az1b1b71j2i5a4a6g56wp9qxln6lzjj2";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/audio/pavucontrol/default.nix b/pkgs/applications/audio/pavucontrol/default.nix
index ce2979a5e53..0cff6c419a0 100644
--- a/pkgs/applications/audio/pavucontrol/default.nix
+++ b/pkgs/applications/audio/pavucontrol/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus;
- maintainers = with maintainers; [ abbradar ];
+ maintainers = with maintainers; [ abbradar globin ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/audio/picard/default.nix b/pkgs/applications/audio/picard/default.nix
index 1ecb8be09dd..04a62b5d159 100644
--- a/pkgs/applications/audio/picard/default.nix
+++ b/pkgs/applications/audio/picard/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, python3Packages, fetchFromGitHub, gettext, chromaprint }:
+{ stdenv, python3Packages, fetchFromGitHub, gettext, chromaprint, qt5 }:
let
pythonPackages = python3Packages;
@@ -13,7 +13,7 @@ in pythonPackages.buildPythonApplication rec {
sha256 = "1armg8vpvnbpk7rrfk9q7nj5gm56rza00ni9qwdyqpxp1xaz6apj";
};
- nativeBuildInputs = [ gettext ];
+ nativeBuildInputs = [ gettext qt5.wrapQtAppsHook qt5.qtbase ];
propagatedBuildInputs = with pythonPackages; [
pyqt5
@@ -22,15 +22,16 @@ in pythonPackages.buildPythonApplication rec {
discid
];
- installPhase = ''
- python setup.py install --prefix="$out"
- '';
-
prePatch = ''
# Pesky unicode punctuation.
substituteInPlace setup.cfg --replace "‘" "'"
'';
+ installPhase = ''
+ python setup.py install --prefix="$out"
+ wrapQtApp $out/bin/picard
+ '';
+
meta = with stdenv.lib; {
homepage = http://musicbrainz.org/doc/MusicBrainz_Picard;
description = "The official MusicBrainz tagger";
diff --git a/pkgs/applications/audio/pulseaudio-dlna/zeroconf.nix b/pkgs/applications/audio/pulseaudio-dlna/zeroconf.nix
index 9532c467d2b..328bd8b0b04 100644
--- a/pkgs/applications/audio/pulseaudio-dlna/zeroconf.nix
+++ b/pkgs/applications/audio/pulseaudio-dlna/zeroconf.nix
@@ -3,7 +3,6 @@
, fetchPypi
, ifaddr
, typing
-, isPy27
, pythonOlder
, netifaces
, six
diff --git a/pkgs/applications/audio/pulseaudio-modules-bt/default.nix b/pkgs/applications/audio/pulseaudio-modules-bt/default.nix
index 8a0762d5176..9989f75c0bd 100644
--- a/pkgs/applications/audio/pulseaudio-modules-bt/default.nix
+++ b/pkgs/applications/audio/pulseaudio-modules-bt/default.nix
@@ -24,17 +24,18 @@ let
in stdenv.mkDerivation rec {
name = "pulseaudio-modules-bt-${version}";
- version = "1.1.99";
+ version = "1.3";
src = fetchFromGitHub {
owner = "EHfive";
repo = "pulseaudio-modules-bt";
rev = "v${version}";
- sha256 = "0x670xbd62r3fs9a8pa5p4ppvxn6m64hvlrqa702gvikcvyrmwcg";
+ sha256 = "00xmidcw4fvpbmg0nsm2gk5zw26fpyjbc0pjk6mzr570zbnyqqbn";
};
patches = [
./fix-install-path.patch
+ ./fix-aac-defaults.patch
];
nativeBuildInputs = [
diff --git a/pkgs/applications/audio/pulseaudio-modules-bt/fix-aac-defaults.patch b/pkgs/applications/audio/pulseaudio-modules-bt/fix-aac-defaults.patch
new file mode 100644
index 00000000000..c94c5dd61f2
--- /dev/null
+++ b/pkgs/applications/audio/pulseaudio-modules-bt/fix-aac-defaults.patch
@@ -0,0 +1,15 @@
+diff --git a/src/modules/bluetooth/a2dp/a2dp_aac.c b/src/modules/bluetooth/a2dp/a2dp_aac.c
+index 394a7a0..cf5abaf 100644
+--- a/src/modules/bluetooth/a2dp/a2dp_aac.c
++++ b/src/modules/bluetooth/a2dp/a2dp_aac.c
+@@ -90,8 +90,8 @@ pa_aac_encoder_init(pa_a2dp_source_read_cb_t read_cb, pa_a2dp_source_read_buf_fr
+ info->read_pcm = read_cb;
+ info->read_buf_free = free_cb;
+ info->aacenc_handle_opened = false;
+- info->aac_enc_bitrate_mode = 5;
+- info->aac_afterburner = false;
++ info->aac_enc_bitrate_mode = 0;
++ info->aac_afterburner = true;
+ info->force_pa_fmt = PA_SAMPLE_INVALID;
+ return true;
+ }
diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix
index a84914120c7..83fb17189e1 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -47,13 +47,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "pulseeffects";
- version = "4.6.2";
+ version = "4.6.6";
src = fetchFromGitHub {
owner = "wwmm";
repo = "pulseeffects";
rev = "v${version}";
- sha256 = "042qc48h1h8kr4arlbk1psqw6s0cvhspzfi8ih2xqqyifwl1i93g";
+ sha256 = "15w1kc1b0i8wrkrbfzrvcscanxvcsz336bfyi1awb1lbclvd3sf4";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/audio/qjackctl/default.nix b/pkgs/applications/audio/qjackctl/default.nix
index fbb2f498c0b..9b8c8035239 100644
--- a/pkgs/applications/audio/qjackctl/default.nix
+++ b/pkgs/applications/audio/qjackctl/default.nix
@@ -1,14 +1,14 @@
-{ stdenv, fetchurl, pkgconfig, alsaLib, libjack2, dbus, qtbase, qttools, qtx11extras }:
+{ stdenv, mkDerivation, fetchurl, pkgconfig, alsaLib, libjack2, dbus, qtbase, qttools, qtx11extras }:
-stdenv.mkDerivation rec {
- version = "0.5.8";
+mkDerivation rec {
+ version = "0.5.9";
name = "qjackctl-${version}";
# some dependencies such as killall have to be installed additionally
src = fetchurl {
url = "mirror://sourceforge/qjackctl/${name}.tar.gz";
- sha256 = "1r5hf3hcr20n93jrrm7xk2zf6yx264pcr4d10cpybhrancxh602n";
+ sha256 = "1saywsda9m124rmjp7i3n0llryaliabjxhqhvqr6dm983qy7pypk";
};
buildInputs = [
diff --git a/pkgs/applications/audio/qmidinet/default.nix b/pkgs/applications/audio/qmidinet/default.nix
index b596e74a264..16e76bb631c 100644
--- a/pkgs/applications/audio/qmidinet/default.nix
+++ b/pkgs/applications/audio/qmidinet/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, qt5, alsaLib, libjack2 }:
stdenv.mkDerivation rec {
- version = "0.5.4";
+ version = "0.5.5";
name = "qmidinet-${version}";
src = fetchurl {
url = "mirror://sourceforge/qmidinet/${name}.tar.gz";
- sha256 = "1il4b8v3azb33yg4fy78npi56xlkz4n60f17sgvckyxb2yj57jwq";
+ sha256 = "0az20hh14g7k6h779dk1b6fshxnfj2664sj6ypgllzriwv430x9y";
};
hardeningDisable = [ "format" ];
diff --git a/pkgs/applications/audio/qmmp/default.nix b/pkgs/applications/audio/qmmp/default.nix
index 490f8639d38..03f6bb1b793 100644
--- a/pkgs/applications/audio/qmmp/default.nix
+++ b/pkgs/applications/audio/qmmp/default.nix
@@ -29,11 +29,11 @@
# handle that.
stdenv.mkDerivation rec {
- name = "qmmp-1.3.2";
+ name = "qmmp-1.3.3";
src = fetchurl {
url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2";
- sha256 = "1rh063kcyg7gs9yj2r4v5irpnq4pjaxaxsgrw30mdr21xhhc15cz";
+ sha256 = "1777kqgvbkshqlawy00gbgwflxflwmjjidqdq29mhqszs76r6727";
};
nativeBuildInputs = [ cmake pkgconfig ];
diff --git a/pkgs/applications/audio/qsampler/default.nix b/pkgs/applications/audio/qsampler/default.nix
index b09aa835c9f..4e6df82a32a 100644
--- a/pkgs/applications/audio/qsampler/default.nix
+++ b/pkgs/applications/audio/qsampler/default.nix
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "qsampler-${version}";
- version = "0.5.5";
+ version = "0.5.6";
src = fetchurl {
url = "mirror://sourceforge/qsampler/${name}.tar.gz";
- sha256 = "1li2p8zknrdr62wlaassfvgski0rlbr3lvrzywbh32dq8j50w8zf";
+ sha256 = "0lx2mzyajmjckwfvgf8p8bahzpj0n0lflyip41jk32nwd2hzjhbs";
};
nativeBuildInputs = [ autoconf automake libtool pkgconfig qttools ];
diff --git a/pkgs/applications/audio/qsynth/default.nix b/pkgs/applications/audio/qsynth/default.nix
index b146513d735..82e003b2bea 100644
--- a/pkgs/applications/audio/qsynth/default.nix
+++ b/pkgs/applications/audio/qsynth/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "qsynth-${version}";
- version = "0.5.6";
+ version = "0.5.7";
src = fetchurl {
url = "mirror://sourceforge/qsynth/${name}.tar.gz";
- sha256 = "0h4hhja8qbyzd6v24flw9wr4mwl03nplryx1gyrppn7sg13l1sx6";
+ sha256 = "18im4w8agj60nkppwbkxqnhpp13z5li3w30kklv4lgs20rvgbvl6";
};
nativeBuildInputs = [ autoconf pkgconfig ];
diff --git a/pkgs/applications/audio/qtractor/default.nix b/pkgs/applications/audio/qtractor/default.nix
index 6c1f561ad74..2e504a3c9ec 100644
--- a/pkgs/applications/audio/qtractor/default.nix
+++ b/pkgs/applications/audio/qtractor/default.nix
@@ -1,20 +1,21 @@
{ alsaLib, autoconf, automake, dssi, fetchurl, libjack2
, ladspaH, ladspaPlugins, liblo, libmad, libsamplerate, libsndfile
, libtool, libvorbis, lilv, lv2, pkgconfig, qttools, qtbase, rubberband, serd
-, sord, sratom, stdenv, suil }:
+, sord, sratom, stdenv, suil, wrapQtAppsHook }:
stdenv.mkDerivation rec {
pname = "qtractor";
- version = "0.9.7";
+ version = "0.9.9";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
- sha256 = "0z97c8h0m7070bfq0qsbf8hwzwcqjs7dln7na4mngyhc6vqkg63s";
+ sha256 = "0qlbccdxyfy0f09y6qg1xkg12fm67bf2f2c27c22cg8lzk9ang5j";
};
nativeBuildInputs = [
- autoconf automake libtool pkgconfig qttools
+ autoconf automake libtool pkgconfig qttools wrapQtAppsHook
];
+
buildInputs =
[ alsaLib dssi libjack2 ladspaH
ladspaPlugins liblo libmad libsamplerate libsndfile libtool
diff --git a/pkgs/applications/audio/quodlibet/default.nix b/pkgs/applications/audio/quodlibet/default.nix
index d457f25e316..8db837105f8 100644
--- a/pkgs/applications/audio/quodlibet/default.nix
+++ b/pkgs/applications/audio/quodlibet/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, python3, wrapGAppsHook, gettext, libsoup, gnome3, gtk3, gdk_pixbuf,
+{ stdenv, fetchurl, python3, wrapGAppsHook, gettext, libsoup, gnome3, gtk3, gdk-pixbuf,
tag ? "", xvfb_run, dbus, glibcLocales, glib, glib-networking, gobject-introspection,
gst_all_1, withGstPlugins ? true,
xineBackend ? false, xineLib,
@@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
checkInputs = with python3.pkgs; [ pytest pytest_xdist pyflakes pycodestyle polib xvfb_run dbus.daemon glibcLocales ];
- buildInputs = [ gnome3.adwaita-icon-theme libsoup glib glib-networking gtk3 webkitgtk gdk_pixbuf keybinder3 gtksourceview libmodplug libappindicator-gtk3 kakasi gobject-introspection ]
+ buildInputs = [ gnome3.adwaita-icon-theme libsoup glib glib-networking gtk3 webkitgtk gdk-pixbuf keybinder3 gtksourceview libmodplug libappindicator-gtk3 kakasi gobject-introspection ]
++ (if xineBackend then [ xineLib ] else with gst_all_1;
[ gstreamer gst-plugins-base ] ++ optionals withGstPlugins [ gst-plugins-good gst-plugins-ugly gst-plugins-bad ]);
diff --git a/pkgs/applications/audio/radiotray-ng/default.nix b/pkgs/applications/audio/radiotray-ng/default.nix
index 91d82d686d0..c0186a146be 100644
--- a/pkgs/applications/audio/radiotray-ng/default.nix
+++ b/pkgs/applications/audio/radiotray-ng/default.nix
@@ -39,14 +39,14 @@ let
pythonInputs = with python2.pkgs; [ python2 lxml ];
in
stdenv.mkDerivation rec {
- name = "radiotray-ng-${version}";
- version = "0.2.5";
+ pname = "radiotray-ng";
+ version = "0.2.6";
src = fetchFromGitHub {
owner = "ebruck";
repo = "radiotray-ng";
rev = "v${version}";
- sha256 = "1crvpn1mgrv7bd2k683mpgs59785mkrjvmp1f14iyq4qrr0f9zzi";
+ sha256 = "0khrfxjas2ldh0kksq7l811srqy16ahjxchvz0hhykx5hykymxlb";
};
nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook makeWrapper ];
@@ -64,9 +64,10 @@ stdenv.mkDerivation rec {
patches = [ ./no-dl-googletest.patch ];
postPatch = ''
- for x in debian/CMakeLists.txt include/radiotray-ng/common.hpp data/*.desktop; do
+ for x in package/CMakeLists.txt include/radiotray-ng/common.hpp data/*.desktop; do
substituteInPlace $x --replace /usr $out
done
+ substituteInPlace package/CMakeLists.txt --replace /etc/xdg/autostart $out/etc/xdg/autostart
# We don't find the radiotray-ng-notification icon otherwise
substituteInPlace data/radiotray-ng.desktop \
diff --git a/pkgs/applications/audio/radiotray-ng/no-dl-googletest.patch b/pkgs/applications/audio/radiotray-ng/no-dl-googletest.patch
index 3578d2d72b0..3aee9751656 100644
--- a/pkgs/applications/audio/radiotray-ng/no-dl-googletest.patch
+++ b/pkgs/applications/audio/radiotray-ng/no-dl-googletest.patch
@@ -1,4 +1,4 @@
-From 2ce91cd2244e61d54e0c0a3b26851912240b0667 Mon Sep 17 00:00:00 2001
+From b6f7a9e2e0194c6baed63a33b7beff359080b8d9 Mon Sep 17 00:00:00 2001
From: Will Dietz
Date: Sat, 16 Mar 2019 11:40:00 -0500
Subject: [PATCH] don't download googletest
@@ -9,7 +9,7 @@ Subject: [PATCH] don't download googletest
2 files changed, 19 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index fc1b9de..301c266 100644
+index ddba1be..3396705 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,25 +70,7 @@ endif()
@@ -51,5 +51,5 @@ index 859c048..58ab5c2 100644
target_include_directories(${target} PRIVATE ${JSONCPP_INCLUDE_DIRS})
gtest_discover_tests(${target})
--
-2.21.GIT
+2.22.0
diff --git a/pkgs/applications/audio/reaper/default.nix b/pkgs/applications/audio/reaper/default.nix
index 40e390ab3bb..6530d737c33 100644
--- a/pkgs/applications/audio/reaper/default.nix
+++ b/pkgs/applications/audio/reaper/default.nix
@@ -1,16 +1,16 @@
{ stdenv, fetchurl, autoPatchelfHook, makeWrapper
, alsaLib, xorg
-, gnome3, gtk3, pango, gdk_pixbuf, cairo, glib, freetype
+, gtk3, pango, gdk-pixbuf, cairo, glib, freetype
, libpulseaudio, xdg_utils
}:
stdenv.mkDerivation rec {
name = "reaper-${version}";
- version = "5.978";
+ version = "5.981";
src = fetchurl {
url = "https://www.reaper.fm/files/${stdenv.lib.versions.major version}.x/reaper${builtins.replaceStrings ["."] [""] version}_linux_x86_64.tar.xz";
- sha256 = "0na7364zxxcic5mq4vaaj4va0g6rhwnwn9fg5gb421iba29ylmhg";
+ sha256 = "0v4347i0pgzlinas4431dfbv1h9fk6vihvahh73valxvhydyxr8q";
};
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
xorg.libX11
xorg.libXi
- gdk_pixbuf
+ gdk-pixbuf
pango
cairo
glib
diff --git a/pkgs/applications/audio/rosegarden/default.nix b/pkgs/applications/audio/rosegarden/default.nix
index 55e3b55472b..313227f7798 100644
--- a/pkgs/applications/audio/rosegarden/default.nix
+++ b/pkgs/applications/audio/rosegarden/default.nix
@@ -3,12 +3,12 @@
, liblo, liblrdf, libsamplerate, libsndfile, lirc ? null, qtbase }:
stdenv.mkDerivation (rec {
- version = "18.12";
+ version = "19.06";
name = "rosegarden-${version}";
src = fetchurl {
url = "mirror://sourceforge/rosegarden/${name}.tar.bz2";
- sha256 = "15i9fm0vkn3wsgahaxqi1j5zs0wc0j3wdwml0x49084gk2p328vb";
+ sha256 = "169qb58v2s8va59hzkih8nqb2aipsqlrbfs8q39ywqa8w5d60gcc";
};
patchPhase = ''
diff --git a/pkgs/applications/audio/samplv1/default.nix b/pkgs/applications/audio/samplv1/default.nix
index 5d2b1645473..f9b1fe6afe0 100644
--- a/pkgs/applications/audio/samplv1/default.nix
+++ b/pkgs/applications/audio/samplv1/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "samplv1-${version}";
- version = "0.9.7";
+ version = "0.9.9";
src = fetchurl {
url = "mirror://sourceforge/samplv1/${name}.tar.gz";
- sha256 = "1vgmcjccpgqqlmmwfg6m91nph81p2xaxydjx82n4l1yrr9lidn9h";
+ sha256 = "1y61wb0bzm1cz7y8xxv6hp8mrkfb9zm9irg6zs4g6aanw539r6l8";
};
buildInputs = [ libjack2 alsaLib liblo libsndfile lv2 qt5.qtbase qt5.qttools];
diff --git a/pkgs/applications/audio/snd/default.nix b/pkgs/applications/audio/snd/default.nix
index ac69e63979b..32e241cf557 100644
--- a/pkgs/applications/audio/snd/default.nix
+++ b/pkgs/applications/audio/snd/default.nix
@@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
- name = "snd-19.3";
+ name = "snd-19.6";
src = fetchurl {
url = "mirror://sourceforge/snd/${name}.tar.gz";
- sha256 = "16j3fqyw361wdsr1076f0p3va2y7wdzq1lvr4ijz1ajmbxdlc723";
+ sha256 = "0s2qv8sznvw6559bi39qj9p072azh9qcb2b86w6w8clz2azjaa76";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/audio/spectmorph/default.nix b/pkgs/applications/audio/spectmorph/default.nix
index 9557770418e..64deede535b 100644
--- a/pkgs/applications/audio/spectmorph/default.nix
+++ b/pkgs/applications/audio/spectmorph/default.nix
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "spectmorph-${version}";
- version = "0.4.1";
+ version = "0.5.0";
src = fetchurl {
url = "http://spectmorph.org/files/releases/${name}.tar.bz2";
- sha256 = "0z00yvv3jl8qsx6bz9msmg09mdnj5r5d4ws5bmnylwxk182whbrv";
+ sha256 = "003wznv3sy1b4g55vqii9pr3i3bb3zmj7nqvwrz7vjsfn2xyd1bn";
};
buildInputs = [ libjack2 lv2 glib qt5.qtbase libao cairo libsndfile fftwFloat ];
diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix
index 6e926fe11c3..77aa7994994 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -1,5 +1,5 @@
{ fetchurl, stdenv, squashfsTools, xorg, alsaLib, makeWrapper, openssl, freetype
-, glib, pango, cairo, atk, gdk_pixbuf, gtk2, cups, nspr, nss, libpng, libnotify
+, glib, pango, cairo, atk, gdk-pixbuf, gtk2, cups, nspr, nss, libpng, libnotify
, libgcrypt, systemd, fontconfig, dbus, expat, ffmpeg_3, curl, zlib, gnome3
, at-spi2-atk
}:
@@ -32,7 +32,7 @@ let
ffmpeg_3
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
gtk2
libgcrypt
diff --git a/pkgs/applications/audio/spotifyd/default.nix b/pkgs/applications/audio/spotifyd/default.nix
new file mode 100644
index 00000000000..3daed9f6350
--- /dev/null
+++ b/pkgs/applications/audio/spotifyd/default.nix
@@ -0,0 +1,40 @@
+{ stdenv, fetchFromGitHub, rustPlatform, pkgconfig, openssl
+, withALSA ? true, alsaLib ? null
+, withPulseAudio ? false, libpulseaudio ? null
+, withPortAudio ? false, portaudio ? null
+}:
+
+rustPlatform.buildRustPackage rec {
+ pname = "spotifyd";
+ version = "0.2.11";
+
+ src = fetchFromGitHub {
+ owner = "Spotifyd";
+ repo = "spotifyd";
+ rev = "${version}";
+ sha256 = "1iybk9xrrvhrcl2xl5r2xhyn1ydhrgwnnb8ldhsw5c16b32z03q1";
+ };
+
+ cargoSha256 = "1dzg4sb95ixjfhx6n4w2rgrq4481vw01nsdrbm746mz7nm71csk3";
+
+ cargoBuildFlags = [
+ "--no-default-features"
+ "--features"
+ "${stdenv.lib.optionalString withALSA "alsa_backend,"}${stdenv.lib.optionalString withPulseAudio "pulseaudio_backend,"}${stdenv.lib.optionalString withPortAudio "portaudio_backend,"}"
+ ];
+
+ nativeBuildInputs = [ pkgconfig ];
+
+ buildInputs = [ openssl ]
+ ++ stdenv.lib.optional withALSA alsaLib
+ ++ stdenv.lib.optional withPulseAudio libpulseaudio
+ ++ stdenv.lib.optional withPortAudio portaudio;
+
+ meta = with stdenv.lib; {
+ description = "An open source Spotify client running as a UNIX daemon";
+ homepage = "https://github.com/Spotifyd/spotifyd";
+ license = with licenses; [ gpl3 ];
+ maintainers = [ maintainers.anderslundstedt ];
+ platforms = platforms.unix;
+ };
+}
diff --git a/pkgs/applications/audio/synthv1/default.nix b/pkgs/applications/audio/synthv1/default.nix
index 170045704ef..d28329b0117 100644
--- a/pkgs/applications/audio/synthv1/default.nix
+++ b/pkgs/applications/audio/synthv1/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "synthv1-${version}";
- version = "0.9.7";
+ version = "0.9.9";
src = fetchurl {
url = "mirror://sourceforge/synthv1/${name}.tar.gz";
- sha256 = "0i70wm430fvksi3g985farrkhgb7mwhi7j06dl66cdj1n12jzzk7";
+ sha256 = "0cvamqzg74qfr7kzk3skimskmv0j3d1rmmpbpsmfcrg8srvyx9r2";
};
buildInputs = [ qt5.qtbase qt5.qttools libjack2 alsaLib liblo lv2 ];
diff --git a/pkgs/applications/audio/transcribe/default.nix b/pkgs/applications/audio/transcribe/default.nix
index 29021e870af..74079041948 100644
--- a/pkgs/applications/audio/transcribe/default.nix
+++ b/pkgs/applications/audio/transcribe/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchzip, wrapGAppsHook, alsaLib, atk, cairo, gdk_pixbuf
+{ stdenv, fetchzip, wrapGAppsHook, alsaLib, atk, cairo, gdk-pixbuf
, glib, gst_all_1, gtk3, libSM, libX11, libpng12, pango, zlib }:
stdenv.mkDerivation rec {
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
dontPatchELF = true;
libPath = with gst_all_1; stdenv.lib.makeLibraryPath [
- stdenv.cc.cc glib gtk3 atk pango cairo gdk_pixbuf alsaLib
+ stdenv.cc.cc glib gtk3 atk pango cairo gdk-pixbuf alsaLib
libX11 libSM libpng12 gstreamer gst-plugins-base zlib
];
diff --git a/pkgs/applications/audio/tree-from-tags/Gemfile b/pkgs/applications/audio/tree-from-tags/Gemfile
new file mode 100644
index 00000000000..24f308f3f42
--- /dev/null
+++ b/pkgs/applications/audio/tree-from-tags/Gemfile
@@ -0,0 +1,3 @@
+source "https://rubygems.org"
+
+gem "taglib-ruby"
diff --git a/pkgs/applications/audio/tree-from-tags/Gemfile.lock b/pkgs/applications/audio/tree-from-tags/Gemfile.lock
new file mode 100644
index 00000000000..2ef77caa6f6
--- /dev/null
+++ b/pkgs/applications/audio/tree-from-tags/Gemfile.lock
@@ -0,0 +1,13 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ taglib-ruby (0.7.1)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ taglib-ruby
+
+BUNDLED WITH
+ 1.16.3
diff --git a/pkgs/applications/audio/tree-from-tags/default.nix b/pkgs/applications/audio/tree-from-tags/default.nix
new file mode 100644
index 00000000000..cdee979768c
--- /dev/null
+++ b/pkgs/applications/audio/tree-from-tags/default.nix
@@ -0,0 +1,37 @@
+{ stdenv, bundlerEnv, ruby, fetchFromGitHub }:
+let
+ version = "1.1";
+ gems = bundlerEnv {
+ name = "tree-from-tags-${version}-gems";
+ inherit ruby;
+ gemdir = ./.;
+ };
+in stdenv.mkDerivation {
+ name = "tree-from-tags-${version}";
+ src = fetchFromGitHub {
+ owner = "dbrock";
+ repo = "bongo";
+ rev = version;
+ sha256 = "1nszph9mn98flyhn1jq3y6mdh6jymjkvj5ng36ql016dj92apvhv";
+ };
+ buildInputs = [ gems ruby ];
+ installPhase = ''
+ mkdir -p $out/{bin,share}
+ cp tree-from-tags.rb $out/share/
+ bin=$out/bin/tree-from-tags
+# we are using bundle exec to start in the bundled environment
+ cat > $bin <" ""
substituteInPlace compile.mk --replace "-march=nocona" ""
- substituteInPlace Makefile \
- --replace "-Wl,-Bstatic" "" \
- --replace "-lglfw3" "-lglfw"
'';
enableParallelBuilding = true;
@@ -60,13 +64,12 @@ with stdenv.lib; stdenv.mkDerivation rec {
installPhase = ''
install -D -m755 -t $out/bin Rack
- cp -r res $out/
- mkdir -p $out/share/rack
- cp LICENSE.txt LICENSE-dist.txt $out/share/rack
+ mkdir -p $out/share/vcv-rack
+ cp -r res Core.json template.vcv LICENSE* cacert.pem $out/share/vcv-rack
# Override the default global resource file directory
- wrapProgram $out/bin/Rack --add-flags "-g $out"
+ wrapProgram $out/bin/Rack --add-flags "-s $out/share/vcv-rack"
'';
meta = with stdenv.lib; {
diff --git a/pkgs/applications/audio/vcv-rack/glfw.patch b/pkgs/applications/audio/vcv-rack/glfw.patch
new file mode 100644
index 00000000000..77875415160
--- /dev/null
+++ b/pkgs/applications/audio/vcv-rack/glfw.patch
@@ -0,0 +1,13 @@
+diff --git a/src/init.c b/src/init.c
+index af4a579e..317e25b8 100644
+--- a/src/init.c
++++ b/src/init.c
+@@ -339,7 +339,7 @@ GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun)
+
+ char glfwOpenedFilename[1024];
+
+-const char *glfwGetOpenedFilename()
++GLFWAPI const char *glfwGetOpenedFilename()
+ {
+ if (glfwOpenedFilename[0])
+ {
diff --git a/pkgs/applications/audio/vcv-rack/rack-minimize-vendoring.patch b/pkgs/applications/audio/vcv-rack/rack-minimize-vendoring.patch
new file mode 100644
index 00000000000..eca9c2f13c0
--- /dev/null
+++ b/pkgs/applications/audio/vcv-rack/rack-minimize-vendoring.patch
@@ -0,0 +1,14 @@
+diff -ru a/Makefile b/Makefile
+--- a/Makefile 1970-01-01 01:00:01.000000000 +0100
++++ b/Makefile 1970-01-01 01:00:01.000000000 +0100
+@@ -21,8 +21,8 @@
+ build/dep/osdialog/osdialog_gtk2.c.o: FLAGS += $(shell pkg-config --cflags gtk+-2.0)
+
+ LDFLAGS += -rdynamic \
+- dep/lib/libglfw3.a dep/lib/libGLEW.a dep/lib/libjansson.a dep/lib/libspeexdsp.a dep/lib/libzip.a dep/lib/libz.a dep/lib/librtmidi.a dep/lib/librtaudio.a dep/lib/libcurl.a dep/lib/libssl.a dep/lib/libcrypto.a \
+- -lpthread -lGL -ldl -lX11 -lasound -ljack \
++ -lGLEW -ljansson -lspeexdsp -lzip -lz -lrtmidi -lrtaudio -lcurl -lssl -lcrypto \
++ -lpthread -lGL -ldl -lX11 -lasound -ljack -lglfw \
+ $(shell pkg-config --libs gtk+-2.0)
+ TARGET := Rack
+ endif
diff --git a/pkgs/applications/audio/vocal/default.nix b/pkgs/applications/audio/vocal/default.nix
index b6ba5ec349a..c4333b09f18 100644
--- a/pkgs/applications/audio/vocal/default.nix
+++ b/pkgs/applications/audio/vocal/default.nix
@@ -14,7 +14,6 @@
, libnotify
, sqlite
, gst_all_1
-, libsoup
, json-glib
, libgee
, wrapGAppsHook
diff --git a/pkgs/applications/audio/wolf-shaper/default.nix b/pkgs/applications/audio/wolf-shaper/default.nix
index 562fdc1be8b..735e4eb632c 100644
--- a/pkgs/applications/audio/wolf-shaper/default.nix
+++ b/pkgs/applications/audio/wolf-shaper/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "wolf-shaper-${version}";
- version = "0.1.6";
+ version = "0.1.7";
src = fetchFromGitHub {
owner = "pdesaulniers";
repo = "wolf-shaper";
rev = "v${version}";
- sha256 = "01h5dm1nrr0i54ancwznr7wn4vpw08dw0b69v3axy32r5j7plw6s";
+ sha256 = "0lllgcbnnh1m95bp29hh17x170hl7170zizjrvy892qfkn36830d";
fetchSubmodules = true;
};
diff --git a/pkgs/applications/audio/x42-plugins/default.nix b/pkgs/applications/audio/x42-plugins/default.nix
index 7e43225eedc..ece2f567791 100644
--- a/pkgs/applications/audio/x42-plugins/default.nix
+++ b/pkgs/applications/audio/x42-plugins/default.nix
@@ -3,12 +3,12 @@
, libGLU, lv2, gtk2, cairo, pango, fftwFloat, zita-convolver }:
stdenv.mkDerivation rec {
- version = "20190206";
+ version = "20190714";
name = "x42-plugins-${version}";
src = fetchurl {
url = "https://gareus.org/misc/x42-plugins/${name}.tar.xz";
- sha256 = "0rsp8lm8zr20l410whr98d61401rkphgpl8llbn5p2wsiw0q9aqd";
+ sha256 = "1mifmdy9pi1lg0h4nsvyjjnnni41vhgg34lks94mrx46wq90bgx4";
};
nativeBuildInputs = [ pkgconfig ];
@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
patchPhase = ''
patchShebangs ./stepseq.lv2/gridgen.sh
+ patchShebangs ./matrixmixer.lv2/genttl.sh #TODO: remove at next update, see https://github.com/x42/matrixmixer.lv2/issues/2
+ patchShebangs ./matrixmixer.lv2/genhead.sh #TODO: remove at next update, see https://github.com/x42/matrixmixer.lv2/issues/2
sed -i 's|/usr/include/zita-convolver.h|${zita-convolver}/include/zita-convolver.h|g' ./convoLV2/Makefile
'';
diff --git a/pkgs/applications/audio/yoshimi/default.nix b/pkgs/applications/audio/yoshimi/default.nix
index 63bb966e388..00a22ac711e 100644
--- a/pkgs/applications/audio/yoshimi/default.nix
+++ b/pkgs/applications/audio/yoshimi/default.nix
@@ -6,11 +6,11 @@ assert stdenv ? glibc;
stdenv.mkDerivation rec {
name = "yoshimi-${version}";
- version = "1.5.10.2";
+ version = "1.5.11.3";
src = fetchurl {
url = "mirror://sourceforge/yoshimi/${name}.tar.bz2";
- sha256 = "1rr99qkq80s8l2iv3x4ccxan07m15dvmd5s9b10386bfjbwbya01";
+ sha256 = "00w0ll94dpss9f1rnaxjmw6mgjx5q2dz8w4mc3wyrk4s4gbd7154";
};
buildInputs = [
diff --git a/pkgs/applications/audio/zam-plugins/default.nix b/pkgs/applications/audio/zam-plugins/default.nix
index 210d0f7e989..69906b81438 100644
--- a/pkgs/applications/audio/zam-plugins/default.nix
+++ b/pkgs/applications/audio/zam-plugins/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "zam-plugins-${version}";
- version = "3.10";
+ version = "3.11";
src = fetchgit {
url = "https://github.com/zamaudio/zam-plugins.git";
deepClone = true;
- rev = "a3321af1892a6994d64fb705e48ae8adf8d7df20";
- sha256 = "0yqrs21ph2lx00p0jlc70qkmzfrnf9ihg1r3i9j5n2r903ljdg5p";
+ rev = "af338057e42dd5d07cba1889bfc74eda517c6147";
+ sha256 = "1qbskhcvy2k2xv0f32lw13smz5g72v0yy47zv6vnhnaiaqf3f2d5";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/backup/crashplan/crashplan-small-business.nix b/pkgs/applications/backup/crashplan/crashplan-small-business.nix
index 2016d21c592..5db4badeb6c 100644
--- a/pkgs/applications/backup/crashplan/crashplan-small-business.nix
+++ b/pkgs/applications/backup/crashplan/crashplan-small-business.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, makeWrapper, getopt, jre, cpio, gawk, gnugrep, gnused,
- procps, which, gtk2, atk, glib, pango, gdk_pixbuf, cairo, freetype,
+ procps, which, gtk2, atk, glib, pango, gdk-pixbuf, cairo, freetype,
fontconfig, dbus, gconf, nss, nspr, alsaLib, cups, expat, udev,
libX11, libxcb, libXi, libXcursor, libXdamage, libXrandr, libXcomposite,
libXext, libXfixes, libXrender, libXtst, libXScrnSaver, nodePackages,
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
postFixup = ''
patchelf --set-interpreter ${stdenv.glibc}/lib/ld-linux-x86-64.so.2 $out/electron/crashplan
wrapProgram $out/bin/CrashPlanDesktop --prefix LD_LIBRARY_PATH ":" "${stdenv.lib.makeLibraryPath [
- stdenv.cc.cc.lib gtk2 atk glib pango gdk_pixbuf cairo freetype
+ stdenv.cc.cc.lib gtk2 atk glib pango gdk-pixbuf cairo freetype
fontconfig dbus gconf nss nspr alsaLib cups expat udev
libX11 libxcb libXi libXcursor libXdamage libXrandr libXcomposite
libXext libXfixes libXrender libXtst libXScrnSaver]}"
diff --git a/pkgs/applications/backup/deja-dup/default.nix b/pkgs/applications/backup/deja-dup/default.nix
index 4f8e520cb9f..2ff51db5404 100644
--- a/pkgs/applications/backup/deja-dup/default.nix
+++ b/pkgs/applications/backup/deja-dup/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitLab, substituteAll, meson, ninja, pkgconfig, vala_0_40, gettext
-, gnome3, libnotify, itstool, glib, gtk3, libxml2
+, gnome3, libnotify, itstool, glib, gtk3, libxml2, gnome-online-accounts
, coreutils, libpeas, libsecret, pcre, libxkbcommon, wrapGAppsHook
, libpthreadstubs, libXdmcp, epoxy, at-spi2-core, dbus, libgpgerror
, appstream-glib, desktop-file-utils, duplicity
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libnotify libpeas glib gtk3 libsecret
pcre libxkbcommon libpthreadstubs libXdmcp epoxy gnome3.nautilus
- at-spi2-core dbus gnome3.gnome-online-accounts libgpgerror
+ at-spi2-core dbus gnome-online-accounts libgpgerror
];
propagatedUserEnvPkgs = [ duplicity ];
diff --git a/pkgs/applications/display-managers/lightdm-enso-os-greeter/default.nix b/pkgs/applications/display-managers/lightdm-enso-os-greeter/default.nix
index 38270a25c9c..45fd3cb8cbb 100644
--- a/pkgs/applications/display-managers/lightdm-enso-os-greeter/default.nix
+++ b/pkgs/applications/display-managers/lightdm-enso-os-greeter/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchgit, pkgconfig
, dbus, pcre, epoxy, libXdmcp, at-spi2-core, libxklavier, libxkbcommon, libpthreadstubs
-, gtk3, vala, cmake, libgee, libX11, lightdm, gdk_pixbuf, clutter-gtk }:
+, gtk3, vala, cmake, libgee, libX11, lightdm, gdk-pixbuf, clutter-gtk }:
stdenv.mkDerivation rec {
version = "0.2.1";
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
libX11
lightdm
libXdmcp
- gdk_pixbuf
+ gdk-pixbuf
clutter-gtk
libxklavier
at-spi2-core
diff --git a/pkgs/applications/editors/amp/default.nix b/pkgs/applications/editors/amp/default.nix
new file mode 100644
index 00000000000..98692de4317
--- /dev/null
+++ b/pkgs/applications/editors/amp/default.nix
@@ -0,0 +1,30 @@
+{ stdenv, fetchFromGitHub, rustPlatform, openssl, pkgconfig, python3, xorg, cmake, libgit2 }:
+
+rustPlatform.buildRustPackage rec {
+ pname = "amp";
+ # The latest release (0.5.2) does not compile, so we use a git snapshot instead.
+ version = "unstable-2019-06-09";
+
+ src = fetchFromGitHub {
+ owner = "jmacdonald";
+ repo = pname;
+ rev = "2c88e82a88ada8a5fd2620ef225192395a4533a2";
+ sha256 = "0ha1xiabq31s687gkrnszf3zc7b3sfdl79iyg5ygbc49mzvarp8c";
+ };
+
+ cargoSha256 = "1bvj2zg19ak4vi47vjkqlybz011kn5zq1j7zznr76zrryacw4lz1";
+
+ nativeBuildInputs = [ cmake pkgconfig ];
+ buildInputs = [ openssl python3 xorg.libxcb libgit2 ];
+
+ # Tests need to write to the theme directory in HOME.
+ preCheck = "export HOME=`mktemp -d`";
+
+ meta = with stdenv.lib; {
+ description = "A modern text editor inspired by Vim";
+ homepage = "https://amp.rs";
+ license = [ licenses.gpl3 ];
+ maintainers = [ maintainers.sb0 ];
+ platforms = platforms.unix;
+ };
+}
diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix
index 1509f7ab780..7f57d24b263 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, callPackage, makeFontsConf, gnome2 }:
+{ callPackage, makeFontsConf, gnome2 }:
let
mkStudio = opts: callPackage (import ./common.nix opts) {
@@ -8,19 +8,15 @@ let
inherit (gnome2) GConf gnome_vfs;
};
stableVersion = {
- version = "3.4.1.0"; # "Android Studio 3.4.1"
- build = "183.5522156";
- sha256Hash = "0y4l9d1yrvv1csx6vl4jnqgqy96y44rl6p8hcxrnbvrg61iqnj30";
- };
- betaVersion = {
- version = "3.5.0.16"; # "Android Studio 3.5 Beta 4"
- build = "191.5619324";
- sha256Hash = "1rg6v9b8fdnmslpv80khhpx59lvwhj1vwbkyabz2fryfj67wz01z";
+ version = "3.5.0.21"; # "Android Studio 3.5"
+ build = "191.5791312";
+ sha256Hash = "0vvk2vhklxg9wfi4lv4sahs5ahhb1mki1msy3yixmr56vipgv52p";
};
+ betaVersion = stableVersion;
latestVersion = { # canary & dev
- version = "3.6.0.3"; # "Android Studio 3.6 Canary 3"
- build = "191.5618338";
- sha256Hash = "0ryf61svn6ra8gh1rvfjqj3j282zmgcvkjvgfvql1wgkjlz21519";
+ version = "3.6.0.7"; # "Android Studio 3.6 Canary 7"
+ build = "192.5807797";
+ sha256Hash = "1l47miiyd8z7v0hbvda06953pp9ilyrsma83gxqx35ghnc0n7g81";
};
in rec {
# Attributes are named by their corresponding release channels
diff --git a/pkgs/applications/editors/aseprite/default.nix b/pkgs/applications/editors/aseprite/default.nix
index 7af3742349a..7db4d3e947b 100644
--- a/pkgs/applications/editors/aseprite/default.nix
+++ b/pkgs/applications/editors/aseprite/default.nix
@@ -1,17 +1,17 @@
-{ stdenv, lib, fetchFromGitHub, fetchpatch, cmake, pkgconfig
-, curl, freetype, giflib, harfbuzz, libjpeg, libpng, libwebp, pixman, tinyxml, zlib
-, libX11, libXext, libXcursor, libXxf86vm
+{ stdenv, lib, callPackage, fetchFromGitHub, fetchpatch, cmake, ninja, pkgconfig
+, curl, freetype, giflib, libjpeg, libpng, libwebp, pixman, tinyxml, zlib
+, harfbuzzFull, glib, fontconfig, pcre
+, libX11, libXext, libXcursor, libXxf86vm, libGL
, unfree ? false
, cmark
}:
-# Unfree version is not redistributable:
-# https://dev.aseprite.org/2016/09/01/new-source-code-license/
-# Consider supporting the developer: https://aseprite.org/#buy
-
+let
+ skia = callPackage ./skia.nix {};
+in
stdenv.mkDerivation rec {
name = "aseprite-${version}";
- version = if unfree then "1.2.9" else "1.1.7";
+ version = if unfree then "1.2.11" else "1.1.7";
src = fetchFromGitHub {
owner = "aseprite";
@@ -19,21 +19,27 @@ stdenv.mkDerivation rec {
rev = "v${version}";
fetchSubmodules = true;
sha256 = if unfree
- then "0a9xk163j0984n8nn6pqf27n83gr6w7g25wkiv591zx88pa6cpbd"
+ then "1illr51jpg5g6nx29rav9dllyy5lzyyn7lj2fhrnpz1ysqgaq5p8"
else "0gd49lns2bpzbkwax5jf9x1xmg1j8ij997kcxr2596cwiswnw4di";
};
- nativeBuildInputs = [ cmake pkgconfig ];
+ nativeBuildInputs = [
+ cmake pkgconfig
+ ] ++ lib.optionals unfree [ ninja ];
buildInputs = [
- curl freetype giflib harfbuzz libjpeg libpng libwebp pixman tinyxml zlib
+ curl freetype giflib libjpeg libpng libwebp pixman tinyxml zlib
libX11 libXext libXcursor libXxf86vm
- ] ++ lib.optionals unfree [ cmark harfbuzz ];
+ ] ++ lib.optionals unfree [
+ cmark
+ harfbuzzFull glib fontconfig pcre
+ skia libGL
+ ];
patches = lib.optionals unfree [
(fetchpatch {
- url = "https://github.com/aseprite/aseprite/commit/cfb4dac6feef1f39e161c23c886055a8f9acfd0d.patch";
- sha256 = "1qhjfpngg8b1vvb9w26lhjjfamfx57ih0p31km3r5l96nm85l7f9";
+ url = "https://github.com/lfont/aseprite/commit/f1ebc47012d3fed52306ed5922787b4b98cc0a7b.patch";
+ sha256 = "03xg7x6b9iv7z18vzlqxhcfphmx4v3qhs9f5rgf38ppyklca5jyw";
})
(fetchpatch {
url = "https://github.com/orivej/aseprite/commit/ea87e65b357ad0bd65467af5529183b5a48a8c17.patch";
@@ -67,6 +73,9 @@ stdenv.mkDerivation rec {
"-DENABLE_CAT=OFF"
"-DENABLE_CPIO=OFF"
"-DENABLE_TAR=OFF"
+ # UI backend.
+ "-DLAF_OS_BACKEND=skia"
+ "-DSKIA_DIR=${skia}"
];
postInstall = ''
@@ -87,6 +96,24 @@ stdenv.mkDerivation rec {
homepage = https://www.aseprite.org/;
description = "Animated sprite editor & pixel art tool";
license = if unfree then licenses.unfree else licenses.gpl2;
+ longDescription =
+ ''Aseprite is a program to create animated sprites. Its main features are:
+
+ - Sprites are composed by layers & frames (as separated concepts).
+ - Supported color modes: RGBA, Indexed (palettes up to 256 colors), and Grayscale.
+ - Load/save sequence of PNG files and GIF animations (and FLC, FLI, JPG, BMP, PCX, TGA).
+ - Export/import animations to/from Sprite Sheets.
+ - Tiled drawing mode, useful to draw patterns and textures.
+ - Undo/Redo for every operation.
+ - Real-time animation preview.
+ - Multiple editors support.
+ - Pixel-art specific tools like filled Contour, Polygon, Shading mode, etc.
+ - Onion skinning.
+ '' + lib.optionalString unfree
+ ''
+ This version is not redistributable: https://dev.aseprite.org/2016/09/01/new-source-code-license/
+ Consider supporting the developer: https://aseprite.org/#buy
+ '';
maintainers = with maintainers; [ orivej ];
platforms = platforms.linux;
};
diff --git a/pkgs/applications/editors/aseprite/skia-deps.nix b/pkgs/applications/editors/aseprite/skia-deps.nix
new file mode 100644
index 00000000000..e5655ca8315
--- /dev/null
+++ b/pkgs/applications/editors/aseprite/skia-deps.nix
@@ -0,0 +1,23 @@
+{ fetchgit }:
+{
+ angle2 = fetchgit {
+ url = "https://chromium.googlesource.com/angle/angle.git";
+ rev = "956ab4d9fab36be9929e63829475d4d69b2c681c";
+ sha256 = "0fcw04wwkn3ixr9l9k0d32n78r9g72p31ii9i5spsq2d0wlylr38";
+ };
+ dng_sdk = fetchgit {
+ url = "https://android.googlesource.com/platform/external/dng_sdk.git";
+ rev = "96443b262250c390b0caefbf3eed8463ba35ecae";
+ sha256 = "1rsr7njhj7c5p87hfznj069fdc3qqhvvnq9sa2rb8c4q849rlzx6";
+ };
+ piex = fetchgit {
+ url = "https://android.googlesource.com/platform/external/piex.git";
+ rev = "bb217acdca1cc0c16b704669dd6f91a1b509c406";
+ sha256 = "05ipmag6k55jmidbyvg5mkqm69zfw03gfkqhi9jnjlmlbg31y412";
+ };
+ sfntly = fetchgit {
+ url = "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git";
+ rev = "b18b09b6114b9b7fe6fc2f96d8b15e8a72f66916";
+ sha256 = "0zf1h0dibmm38ldypccg4faacvskmd42vsk6zbxlfcfwjlqm6pp4";
+ };
+}
diff --git a/pkgs/applications/editors/aseprite/skia-make-deps.sh b/pkgs/applications/editors/aseprite/skia-make-deps.sh
new file mode 100755
index 00000000000..5e12c4f5c85
--- /dev/null
+++ b/pkgs/applications/editors/aseprite/skia-make-deps.sh
@@ -0,0 +1,37 @@
+#!/usr/bin/env bash
+
+FILTER=$1
+OUT=skia-deps.nix
+REVISION=89e4ca4352d05adc892f5983b108433f29b2c0c2
+DEPS=$(curl -s https://raw.githubusercontent.com/aseprite/skia/$REVISION/DEPS)
+THIRD_PARTY_DEPS=$(echo "$DEPS" | grep third_party | grep "#" -v | sed 's/"//g')
+
+function write_fetch_defs ()
+{
+ while read -r DEP; do
+ NAME=$(echo "$DEP" | cut -d: -f1 | cut -d/ -f3 | sed 's/ //g')
+ URL=$(echo "$DEP" | cut -d: -f2- | cut -d@ -f1 | sed 's/ //g')
+ REV=$(echo "$DEP" | cut -d: -f2- | cut -d@ -f2 | sed 's/[ ,]//g')
+
+ echo "Fetching $NAME@$REV"
+ PREFETCH=$(nix-prefetch-git --rev "$REV" "$URL")
+
+(
+cat <> "$OUT"
+
+ echo "----------"
+ echo
+ done <<< "$1"
+}
+
+echo "{ fetchgit }:" > "$OUT"
+echo "{" >> "$OUT"
+write_fetch_defs "$(echo "$THIRD_PARTY_DEPS" | grep -E "$FILTER")"
+echo "}" >> "$OUT"
diff --git a/pkgs/applications/editors/aseprite/skia.nix b/pkgs/applications/editors/aseprite/skia.nix
new file mode 100644
index 00000000000..038ff96ad3b
--- /dev/null
+++ b/pkgs/applications/editors/aseprite/skia.nix
@@ -0,0 +1,68 @@
+{ stdenv, lib, fetchFromGitHub, fetchgit, python2, gn, ninja
+, fontconfig, expat, icu58, libjpeg, libpng, libwebp, zlib
+, mesa, libX11
+}:
+
+let
+ # skia-deps.nix is generated by: ./skia-make-deps.sh 'angle2|dng_sdk|piex|sfntly'
+ depSrcs = import ./skia-deps.nix { inherit fetchgit; };
+in
+stdenv.mkDerivation rec {
+ name = "skia-aseprite-m71";
+
+ src = fetchFromGitHub {
+ owner = "aseprite";
+ repo = "skia";
+ # latest commit from aseprite-m71 branch
+ rev = "89e4ca4352d05adc892f5983b108433f29b2c0c2";
+ sha256 = "0n3vrkswvi6rib9zv2pzi18h3j5wm7flmgkgaikcm6q7iw4l2c7x";
+ };
+
+ nativeBuildInputs = [ python2 gn ninja ];
+
+ buildInputs = [
+ fontconfig expat icu58 libjpeg libpng libwebp zlib
+ mesa libX11
+ ];
+
+ preConfigure = with depSrcs; ''
+ mkdir -p third_party/externals
+ ln -s ${angle2} third_party/externals/angle2
+ ln -s ${dng_sdk} third_party/externals/dng_sdk
+ ln -s ${piex} third_party/externals/piex
+ ln -s ${sfntly} third_party/externals/sfntly
+ '';
+
+ configurePhase = ''
+ runHook preConfigure
+ gn gen out/Release --args="is_debug=false is_official_build=true"
+ runHook postConfigure
+ '';
+
+ buildPhase = ''
+ runHook preBuild
+ ninja -C out/Release skia
+ runHook postBuild
+ '';
+
+ installPhase = ''
+ mkdir -p $out
+
+ # Glob will match all subdirs.
+ shopt -s globstar
+
+ # All these paths are used in some way when building aseprite.
+ cp -r --parents -t $out/ \
+ include/codec \
+ include/config \
+ include/core \
+ include/effects \
+ include/gpu \
+ include/private \
+ include/utils \
+ out/Release/*.a \
+ src/gpu/**/*.h \
+ third_party/externals/angle2/include \
+ third_party/skcms/**/*.h
+ '';
+}
diff --git a/pkgs/applications/editors/atom/default.nix b/pkgs/applications/editors/atom/default.nix
index bc791d63d24..26deee3b859 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, pkgs, fetchurl, makeWrapper, wrapGAppsHook, gvfs, gtk3, atomEnv }:
+{ stdenv, pkgs, fetchurl, wrapGAppsHook, gvfs, gtk3, atomEnv }:
let
versions = {
diff --git a/pkgs/applications/editors/atom/env.nix b/pkgs/applications/editors/atom/env.nix
index da78c39324a..46dd4a22864 100644
--- a/pkgs/applications/editors/atom/env.nix
+++ b/pkgs/applications/editors/atom/env.nix
@@ -1,12 +1,12 @@
{ stdenv, lib, zlib, glib, alsaLib, dbus, gtk3, atk, pango, freetype, fontconfig
-, libgnome-keyring3, gdk_pixbuf, cairo, cups, expat, libgpgerror, nspr
+, libgnome-keyring3, gdk-pixbuf, cairo, cups, expat, libgpgerror, nspr
, gconf, nss, xorg, libcap, systemd, libnotify, libsecret
}:
let
packages = [
stdenv.cc.cc zlib glib dbus gtk3 atk pango freetype libgnome-keyring3
- fontconfig gdk_pixbuf cairo cups expat libgpgerror alsaLib nspr gconf nss
+ fontconfig gdk-pixbuf cairo cups expat libgpgerror alsaLib nspr gconf nss
xorg.libXrender xorg.libX11 xorg.libXext xorg.libXdamage xorg.libXtst
xorg.libXcomposite xorg.libXi xorg.libXfixes xorg.libXrandr
xorg.libXcursor xorg.libxkbfile xorg.libXScrnSaver libcap systemd libnotify
diff --git a/pkgs/applications/editors/brackets/default.nix b/pkgs/applications/editors/brackets/default.nix
index ce9f10f39c4..17ae4052198 100644
--- a/pkgs/applications/editors/brackets/default.nix
+++ b/pkgs/applications/editors/brackets/default.nix
@@ -1,10 +1,10 @@
-{ stdenv, fetchurl, gtk2, glib, gdk_pixbuf, alsaLib, nss, nspr, gconf
+{ stdenv, fetchurl, gtk2, glib, gdk-pixbuf, alsaLib, nss, nspr, gconf
, cups, libgcrypt_1_5, systemd, dbus, libXdamage, expat }:
with stdenv.lib;
let
bracketsLibs = makeLibraryPath [
- gtk2 glib gdk_pixbuf stdenv.cc.cc.lib alsaLib nss nspr gconf cups libgcrypt_1_5 dbus systemd libXdamage expat
+ gtk2 glib gdk-pixbuf stdenv.cc.cc.lib alsaLib nss nspr gconf cups libgcrypt_1_5 dbus systemd libXdamage expat
];
in
stdenv.mkDerivation rec {
diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix
index 3fa46fc4d92..972a9daded4 100644
--- a/pkgs/applications/editors/eclipse/default.nix
+++ b/pkgs/applications/editors/eclipse/default.nix
@@ -13,10 +13,10 @@ assert stdenv ? glibc;
let
platform_major = "4";
- platform_minor = "10";
- year = "2018";
- month = "12";
- timestamp = "201812060815";
+ platform_minor = "12";
+ year = "2019";
+ month = "06";
+ timestamp = "201906051800";
in rec {
@@ -34,7 +34,7 @@ in rec {
src =
fetchurl {
url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/${year}-${month}/R/eclipse-cpp-${year}-${month}-R-linux-gtk-x86_64.tar.gz";
- sha512 = "1f5yr7cydz4iw8c14yn713d44f1g1wkiqiwmb4ikdfx4l70rc5xxsdxv9b4mhm89b02cqnxdh9p5hivkssmnzg0km3ab5bx9mvzgzx7";
+ sha512 = "3mfljabrwbwq256vvsp9qjb96hzlbpwgnb3wz806pbyh0ibfq6s1hn8kh5aaa2da5821v0ykcxa12jagj7naqp4g91jqxp1wb1ygz2q";
};
};
@@ -46,7 +46,7 @@ in rec {
src =
fetchurl {
url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/${year}-${month}/R/eclipse-modeling-${year}-${month}-R-linux-gtk-x86_64.tar.gz";
- sha512 = "18psh1lgqg21dmndyc0yr6rz7piqyk861j9mlhgv9xaq8nz11fb6lil594sk64yyv0qbgi98vp03f1p06zvhgs37k9rjkfjmzl7n97k";
+ sha512 = "18p6xz6rq4w6j39b2k9kjpz8s1nljfq44g2cmvxqjgjfkq8lk4ij73ssyv1raly4wkm7r22ixacswdjmyj942k5vpv9y11i91hp1scv";
};
};
@@ -58,7 +58,7 @@ in rec {
src =
fetchurl {
url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops${platform_major}/R-${platform_major}.${platform_minor}-${timestamp}/eclipse-platform-${platform_major}.${platform_minor}-linux-gtk-x86_64.tar.gz";
- sha512 = "2zdvbjk05a00lbcad9v30rcr93j03d2pycdhpwrvrakr8z4yrxs6svamq9s294ry1w3lw04pgsnqklw6zjx6iil1kp51f374lkfpxn7";
+ sha512 = "0qiyk95qhdqcfgg5hgc7pcpbpjy9jnx7l3vb7s4cgijdz2xz0n5psh11lpj3whk2amh4iwkyx7kn8fxdq7lm03rlgx67cbk7p8my16m";
};
};
@@ -88,7 +88,7 @@ in rec {
src =
fetchurl {
url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops${platform_major}/R-${platform_major}.${platform_minor}-${timestamp}/eclipse-SDK-${platform_major}.${platform_minor}-linux-gtk-x86_64.tar.gz";
- sha512 = "1kq14vhzcngfhl8kjs722rshny81gxv6wcgln46x7lnpg2274sb9dprhns62fpq97l0355cmg8mnny6fsd1nqibrw09xq932v86cfm8";
+ sha512 = "3bbc8d66ms7nhg6f8gb0bnzjqz26wixpipn4n9qf0azcplrv2j91z8hjw1fx39dx4pqnsf442bkgab4qqhkpks7qq54110l01q6gvy9";
};
};
@@ -100,7 +100,7 @@ in rec {
src =
fetchurl {
url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/${year}-${month}/R/eclipse-java-${year}-${month}-R-linux-gtk-x86_64.tar.gz";
- sha512 = "2xd5q7kg3aly7jnz2fijn06ljmnnd7ggwwzmndfhqwfzxpyjg1lnlln76pcd6chx7gnwdrl7khg0fs566ddabfjv17c46dj5fpw9y6j";
+ sha512 = "20qs1aagh4drsycvar3x42zy422zl34yg1p3vhxbqfbf7v3z1d3cxs9ah61x4bdxx9bkfwchasqp1wr15nflch9g0i50bdki3cgng1d";
};
};
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index b75324ee1ee..cf7980582ff 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -254,12 +254,12 @@ rec {
cdt = buildEclipseUpdateSite rec {
name = "cdt-${version}";
- version = "9.6.0";
+ version = "9.8.1";
src = fetchzip {
stripRoot = false;
- url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/tools/cdt/releases/9.6/${name}/${name}.zip";
- sha256 = "08rk3b1va57jcy4s161fx0xmb8dn47akhhxd2f28hspq6i2jqicm";
+ url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/tools/cdt/releases/9.8/${name}/${name}.zip";
+ sha256 = "0kxmwz75i8mv4wics9n0hspxhzl3glf5ry2v5mnl5j9gcf73b0nv";
};
meta = with stdenv.lib; {
@@ -392,29 +392,6 @@ rec {
};
};
- emacsplus = buildEclipsePlugin rec {
- name = "emacsplus-${version}";
- version = "4.2.0";
-
- srcFeature = fetchurl {
- url = "http://www.mulgasoft.com/emacsplus/e4/update-site/features/com.mulgasoft.emacsplus.feature_${version}.jar";
- sha256 = "0wja3cd7gq8w25797fxnafvcncjnmlv8qkl5iwqj7zja2f45vka8";
- };
-
- srcPlugin = fetchurl {
- url = "http://www.mulgasoft.com/emacsplus/e4/update-site/plugins/com.mulgasoft.emacsplus_${version}.jar";
- sha256 = "08yw45nr90mlpdzim74vsvdaxj41sgpxcrqk5ia6l2dzvrqlsjs1";
- };
-
- meta = with stdenv.lib; {
- homepage = http://www.mulgasoft.com/emacsplus/;
- description = "Provides a more Emacs-like experience in the Eclipse text editors";
- license = licenses.epl10;
- platforms = platforms.all;
- maintainers = [ maintainers.rycee ];
- };
- };
-
findbugs = buildEclipsePlugin rec {
name = "findbugs-${version}";
version = "3.0.1.20150306-5afe4d1";
@@ -497,12 +474,12 @@ rec {
jdt = buildEclipseUpdateSite rec {
name = "jdt-${version}";
- version = "4.10";
+ version = "4.12";
src = fetchzip {
stripRoot = false;
- url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.10-201812060815/org.eclipse.jdt-4.10.zip;
- sha256 = "1h11w3zd6xy5w4sk6xnyb2a27wxwhp83qfx67ji7bzdrwbvljqkz";
+ url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.12-201906051800/org.eclipse.jdt-4.12.zip;
+ sha256 = "0qscvqg69z4554n1yhl0xg1xz8ln3qsbgfzi7cg3xnnwnxfqz9cb";
};
meta = with stdenv.lib; {
diff --git a/pkgs/applications/editors/emacs-modes/elpa-generated.nix b/pkgs/applications/editors/emacs-modes/elpa-generated.nix
index 7f0a318741f..31e87df6d85 100644
--- a/pkgs/applications/editors/emacs-modes/elpa-generated.nix
+++ b/pkgs/applications/editors/emacs-modes/elpa-generated.nix
@@ -30,21 +30,21 @@
license = lib.licenses.free;
};
}) {};
- ada-mode = callPackage ({ cl-lib ? null
- , elpaBuild
+ ada-mode = callPackage ({ elpaBuild
, emacs
, fetchurl
, lib
+ , uniquify-files
, wisi }:
elpaBuild {
pname = "ada-mode";
ename = "ada-mode";
- version = "6.1.0";
+ version = "6.2.1";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/ada-mode-6.1.0.tar";
- sha256 = "1qa4kjv5xxlj50fghg5516cxn8ckv8vlyarcab2isxjnnxnb6g7s";
+ url = "https://elpa.gnu.org/packages/ada-mode-6.2.1.tar";
+ sha256 = "0lg2y28qs8ls70d43ikhy5zcwadh5ddfw4k59p7sqb79w0y3lbnq";
};
- packageRequires = [ cl-lib emacs wisi ];
+ packageRequires = [ emacs uniquify-files wisi ];
meta = {
homepage = "https://elpa.gnu.org/packages/ada-mode.html";
license = lib.licenses.free;
@@ -84,10 +84,10 @@
elpaBuild {
pname = "adjust-parens";
ename = "adjust-parens";
- version = "3.0";
+ version = "3.1";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/adjust-parens-3.0.tar";
- sha256 = "16gmrgdfyqs7i617669f7xy5mds1svbyfv12xhdjk96rbssfngzg";
+ url = "https://elpa.gnu.org/packages/adjust-parens-3.1.tar";
+ sha256 = "059v0njd52vxidr5xwv2jmknm2shnwpj3101069q6lsmz1wq242a";
};
packageRequires = [];
meta = {
@@ -178,10 +178,10 @@
elpaBuild {
pname = "arbitools";
ename = "arbitools";
- version = "0.976";
+ version = "0.977";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/arbitools-0.976.el";
- sha256 = "08lvm921zhm22aghz17pps0b5g4f1xyyrl0qisdvd98kz1ajq7xr";
+ url = "https://elpa.gnu.org/packages/arbitools-0.977.el";
+ sha256 = "0nvdy14lqvy2ca4vw2qlr2kg2vv4y4sr8sa7kqrpf8cg7k9q3mbv";
};
packageRequires = [ cl-lib ];
meta = {
@@ -204,7 +204,7 @@
license = lib.licenses.free;
};
}) {};
- async = callPackage ({ elpaBuild, fetchurl, lib }:
+ async = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, nadvice }:
elpaBuild {
pname = "async";
ename = "async";
@@ -213,7 +213,7 @@
url = "https://elpa.gnu.org/packages/async-1.9.2.tar";
sha256 = "17fnvrj7jww29sav6a6jpizclg4w2962m6h37akpii71gf0vrffw";
};
- packageRequires = [];
+ packageRequires = [ cl-lib nadvice ];
meta = {
homepage = "https://elpa.gnu.org/packages/async.html";
license = lib.licenses.free;
@@ -735,10 +735,10 @@
elpaBuild {
pname = "debbugs";
ename = "debbugs";
- version = "0.18";
+ version = "0.19";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/debbugs-0.18.tar";
- sha256 = "00kich80zdg7v3v613f9prqddkpwpm1nf9sj10f0n6wh15rzwv07";
+ url = "https://elpa.gnu.org/packages/debbugs-0.19.tar";
+ sha256 = "0cpby8f088cqb5mpd756a2mb706x763k15cg2xdmmsxl415k3yw4";
};
packageRequires = [ cl-lib emacs soap-client ];
meta = {
@@ -746,7 +746,7 @@
license = lib.licenses.free;
};
}) {};
- delight = callPackage ({ elpaBuild, fetchurl, lib }:
+ delight = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, nadvice }:
elpaBuild {
pname = "delight";
ename = "delight";
@@ -755,7 +755,7 @@
url = "https://elpa.gnu.org/packages/delight-1.5.el";
sha256 = "0kzlvzwmn6zj0874086q2xw0pclyi7wlkq48zh2lkd2796xm8vw7";
};
- packageRequires = [];
+ packageRequires = [ cl-lib nadvice ];
meta = {
homepage = "https://elpa.gnu.org/packages/delight.html";
license = lib.licenses.free;
@@ -780,10 +780,10 @@
elpaBuild {
pname = "diff-hl";
ename = "diff-hl";
- version = "1.8.6";
+ version = "1.8.7";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/diff-hl-1.8.6.tar";
- sha256 = "02hvi5jxv2anf62lw878bdz6xk7xjhjd5q85pqihmadbpj6i6pfq";
+ url = "https://elpa.gnu.org/packages/diff-hl-1.8.7.tar";
+ sha256 = "1qcwicflvm6dxcflnlg891hyzwp2q79fdkdbdwp1440a0j09riam";
};
packageRequires = [ cl-lib emacs ];
meta = {
@@ -870,10 +870,10 @@
elpaBuild {
pname = "djvu";
ename = "djvu";
- version = "1.0.1";
+ version = "1.1";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/djvu-1.0.1.el";
- sha256 = "1am4cm9csc5df3mbdby7j197j8yxv0x0maf6kfmn2ww1iwcyv8x6";
+ url = "https://elpa.gnu.org/packages/djvu-1.1.el";
+ sha256 = "0njgyx09q225hliacsnjk8wallg5i6xkz6bj501pb05nwqfbvfk7";
};
packageRequires = [];
meta = {
@@ -930,10 +930,10 @@
elpaBuild {
pname = "ebdb";
ename = "ebdb";
- version = "0.6.8";
+ version = "0.6.11";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/ebdb-0.6.8.tar";
- sha256 = "0bcs4f2l6cdg6hx3crk0vchhljhgwd1ik8n0p001gs1mk91178jp";
+ url = "https://elpa.gnu.org/packages/ebdb-0.6.11.tar";
+ sha256 = "1ljcp4vy8z5xbcrlf33xgi63a2px4fhx6928qhwr7sy7jwil2s6n";
};
packageRequires = [ cl-lib emacs seq ];
meta = {
@@ -960,10 +960,10 @@
elpaBuild {
pname = "ebdb-i18n-chn";
ename = "ebdb-i18n-chn";
- version = "1.2";
+ version = "1.3";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/ebdb-i18n-chn-1.2.el";
- sha256 = "1qgrlk625mhfd6n1mc0kqfzbisnb61kx3vrrl3bzlz4viq3kcc10";
+ url = "https://elpa.gnu.org/packages/ebdb-i18n-chn-1.3.el";
+ sha256 = "1w7xgagscyjxrw4xl8bz6wf7skvdvk5qdcp5p7kxl4r9nhjffj20";
};
packageRequires = [ ebdb pyim ];
meta = {
@@ -990,10 +990,10 @@
elpaBuild {
pname = "eev";
ename = "eev";
- version = "20190425";
+ version = "20190517";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/eev-20190425.tar";
- sha256 = "0wffwdkk68hcnkggrfmx0ag3pmapdzwzq54sx8y0m68aw0by90y1";
+ url = "https://elpa.gnu.org/packages/eev-20190517.tar";
+ sha256 = "0hgjdax0kg2w7bf3idl6mw6m8j2wkh1253px42v2lbaxp6897m07";
};
packageRequires = [ emacs ];
meta = {
@@ -1030,10 +1030,10 @@
elpaBuild {
pname = "el-search";
ename = "el-search";
- version = "1.12.5";
+ version = "1.12.6.1";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/el-search-1.12.5.tar";
- sha256 = "0q6fnjp2hh8p1l7wj7645szlz6qxdfy71s0xljjrmc2836i32xzc";
+ url = "https://elpa.gnu.org/packages/el-search-1.12.6.1.tar";
+ sha256 = "150f4rirg107hmzpv8ifa32k2mgf07smbf9z44ln5rh8n17xwqah";
};
packageRequires = [ cl-print emacs stream ];
meta = {
@@ -1132,10 +1132,10 @@
elpaBuild {
pname = "excorporate";
ename = "excorporate";
- version = "0.8.1";
+ version = "0.8.3";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/excorporate-0.8.1.tar";
- sha256 = "1k89472x80wsn14y16km5bgynmmd2kbdfhylb3cc17jvdn1xr53y";
+ url = "https://elpa.gnu.org/packages/excorporate-0.8.3.tar";
+ sha256 = "04bsbiwgfbfd501qvwh0iwyk0xh442kjfj73b3876idwj3p8alr5";
};
packageRequires = [ emacs fsm nadvice soap-client url-http-ntlm ];
meta = {
@@ -1207,10 +1207,10 @@
elpaBuild {
pname = "flymake";
ename = "flymake";
- version = "1.0.6";
+ version = "1.0.8";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/flymake-1.0.6.el";
- sha256 = "10n9vnabiz3m5gs3azc76x7y1p9qhc6aspgygw7awq9ff6hhkhbw";
+ url = "https://elpa.gnu.org/packages/flymake-1.0.8.el";
+ sha256 = "1hqxrqb227v4ncjjqx8im3c4mhg8w5yjbz9hpfcm5x8xnr2yd6bp";
};
packageRequires = [ emacs ];
meta = {
@@ -1222,10 +1222,10 @@
elpaBuild {
pname = "fountain-mode";
ename = "fountain-mode";
- version = "2.7.1";
+ version = "2.7.3";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/fountain-mode-2.7.1.el";
- sha256 = "198ls0rvzgpb942mvjyljgbaxp05wjys1a003bfq528przv0vpaz";
+ url = "https://elpa.gnu.org/packages/fountain-mode-2.7.3.el";
+ sha256 = "1sz3qp3y52d05jd006zc99r4ryignpa2jgfk72rw3zfqmikzv15j";
};
packageRequires = [ emacs ];
meta = {
@@ -1252,10 +1252,10 @@
elpaBuild {
pname = "frog-menu";
ename = "frog-menu";
- version = "0.2.8";
+ version = "0.2.9";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/frog-menu-0.2.8.el";
- sha256 = "18f937lvhw2dxwldahim13pr3ppndssjp0dis95iaspiwg9mwc4h";
+ url = "https://elpa.gnu.org/packages/frog-menu-0.2.9.el";
+ sha256 = "1gjhypsafpqybcbwi49qi1g419hcq9qv4p940ybspydg9gqk3gmp";
};
packageRequires = [ avy emacs posframe ];
meta = {
@@ -1297,10 +1297,10 @@
elpaBuild {
pname = "gited";
ename = "gited";
- version = "0.5.3";
+ version = "0.5.4";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/gited-0.5.3.tar";
- sha256 = "1bayfclczdzrmay8swszs8lliz5p4nnmjzzz2gh68rc16isjgh2z";
+ url = "https://elpa.gnu.org/packages/gited-0.5.4.tar";
+ sha256 = "07ckknggkqd733bnps21r46bacgyhd0v9wc0spid22hn0dnrfp12";
};
packageRequires = [ cl-lib emacs ];
meta = {
@@ -1596,10 +1596,10 @@
elpaBuild {
pname = "ivy";
ename = "ivy";
- version = "0.11.0";
+ version = "0.12.0";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/ivy-0.11.0.tar";
- sha256 = "1pxapdc7jarqc8lf3a3fsn4nsi4j146dh07f89xkj087psq30v50";
+ url = "https://elpa.gnu.org/packages/ivy-0.12.0.tar";
+ sha256 = "14q9kh48iabrnhwcmhlvgk7sg4a0j5c3zjp0yzj1ijrz5zbdhxxz";
};
packageRequires = [ emacs ];
meta = {
@@ -1746,10 +1746,10 @@
elpaBuild {
pname = "let-alist";
ename = "let-alist";
- version = "1.0.5";
+ version = "1.0.6";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/let-alist-1.0.5.el";
- sha256 = "0r7b9jni50la1m79kklml11syg8d2fmdlr83pv005sv1wh02jszw";
+ url = "https://elpa.gnu.org/packages/let-alist-1.0.6.el";
+ sha256 = "0szj7vnjzz4zci5fvz7xqgcpi4pzdyyf4qi2s8xar2hi7v3yaawr";
};
packageRequires = [ emacs ];
meta = {
@@ -2250,10 +2250,10 @@
elpaBuild {
pname = "org";
ename = "org";
- version = "9.2.3";
+ version = "9.2.5";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/org-9.2.3.tar";
- sha256 = "0hqy4lns9q5p0l1ylgmlckqprn9sbasszhznanmv0rsh0gzhsbyw";
+ url = "https://elpa.gnu.org/packages/org-9.2.5.tar";
+ sha256 = "1pid1sykgz83i4ry5n8f270finag6sm7ckqxn5lkikyya43wlzx1";
};
packageRequires = [];
meta = {
@@ -2366,6 +2366,21 @@
license = lib.licenses.free;
};
}) {};
+ path-iterator = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
+ elpaBuild {
+ pname = "path-iterator";
+ ename = "path-iterator";
+ version = "1.0";
+ src = fetchurl {
+ url = "https://elpa.gnu.org/packages/path-iterator-1.0.tar";
+ sha256 = "0kgl7rhv9x23jyr6ahfy6ql447zpz9fnmfwldkpn69g7jdx6a3cc";
+ };
+ packageRequires = [ emacs ];
+ meta = {
+ homepage = "https://elpa.gnu.org/packages/path-iterator.html";
+ license = lib.licenses.free;
+ };
+ }) {};
peg = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
elpaBuild {
pname = "peg";
@@ -2381,6 +2396,36 @@
license = lib.licenses.free;
};
}) {};
+ persist = callPackage ({ elpaBuild, fetchurl, lib }:
+ elpaBuild {
+ pname = "persist";
+ ename = "persist";
+ version = "0.4";
+ src = fetchurl {
+ url = "https://elpa.gnu.org/packages/persist-0.4.tar";
+ sha256 = "0gpxy41qawzss2526j9a7lys60vqma1lvamn4bfabwza7gfhac0q";
+ };
+ packageRequires = [];
+ meta = {
+ homepage = "https://elpa.gnu.org/packages/persist.html";
+ license = lib.licenses.free;
+ };
+ }) {};
+ phps-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
+ elpaBuild {
+ pname = "phps-mode";
+ ename = "phps-mode";
+ version = "0.2.4";
+ src = fetchurl {
+ url = "https://elpa.gnu.org/packages/phps-mode-0.2.4.tar";
+ sha256 = "0n6gj22w0llns3kx5hd69imhlrnlxx74zvhz7qikfx60669c5n20";
+ };
+ packageRequires = [ emacs ];
+ meta = {
+ homepage = "https://elpa.gnu.org/packages/phps-mode.html";
+ license = lib.licenses.free;
+ };
+ }) {};
pinentry = callPackage ({ elpaBuild, fetchurl, lib }:
elpaBuild {
pname = "pinentry";
@@ -2415,10 +2460,10 @@
elpaBuild {
pname = "posframe";
ename = "posframe";
- version = "0.4.3";
+ version = "0.5.0";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/posframe-0.4.3.el";
- sha256 = "06q0p4qim6lha2xr9fxaspbzw01xn01ik9gxlld6hdhh19b65cmi";
+ url = "https://elpa.gnu.org/packages/posframe-0.5.0.el";
+ sha256 = "1fjnpwg1fj9j54nymh802vd4viggrg3qnqwh52281n7zv6xfv0qb";
};
packageRequires = [ emacs ];
meta = {
@@ -2556,10 +2601,10 @@
elpaBuild {
pname = "realgud";
ename = "realgud";
- version = "1.5.0";
+ version = "1.5.1";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/realgud-1.5.0.tar";
- sha256 = "0bfshrgkfrfb1d8insnb5n25230xd0scdk6bijhgh34q2phjy2fy";
+ url = "https://elpa.gnu.org/packages/realgud-1.5.1.tar";
+ sha256 = "01155sydricdvxy3djk64w2zc6x0q4j669bvz8m8rd766wsmida8";
};
packageRequires = [ emacs load-relative loc-changes test-simple ];
meta = {
@@ -2710,10 +2755,10 @@
elpaBuild {
pname = "relint";
ename = "relint";
- version = "1.8";
+ version = "1.10";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/relint-1.8.el";
- sha256 = "1bl6m2h7131acbmr0kqfnjjpv2syiv2mxfnm61g874ynnvkmmkm3";
+ url = "https://elpa.gnu.org/packages/relint-1.10.el";
+ sha256 = "1l0lh4pkksw7brmhhbaikwzs4zkgd2962ks1zy7m262dvkhxjfv8";
};
packageRequires = [ xr ];
meta = {
@@ -2971,10 +3016,10 @@
elpaBuild {
pname = "sql-indent";
ename = "sql-indent";
- version = "1.3";
+ version = "1.4";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/sql-indent-1.3.tar";
- sha256 = "0zira8my1q975bad2h76bz4yddjzf0dskvy6x865np86rmzd0c9w";
+ url = "https://elpa.gnu.org/packages/sql-indent-1.4.tar";
+ sha256 = "1nilxfm30nb2la1463729rgbgbma7igkf0z325k8cbapqanb1wgl";
};
packageRequires = [ cl-lib ];
meta = {
@@ -3016,10 +3061,10 @@
elpaBuild {
pname = "svg";
ename = "svg";
- version = "0.2";
+ version = "1.0";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/svg-0.2.el";
- sha256 = "14yfi27v3zdzh1chcjiq4l63iwh0vd99wv1z4w7agr33540jybc5";
+ url = "https://elpa.gnu.org/packages/svg-1.0.el";
+ sha256 = "1hh0x7sz2rqb7zdhcm2q9knr8nnwqrsbz1zfp29k8l1318li9f62";
};
packageRequires = [ emacs ];
meta = {
@@ -3046,10 +3091,10 @@
elpaBuild {
pname = "system-packages";
ename = "system-packages";
- version = "1.0.10";
+ version = "1.0.11";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/system-packages-1.0.10.tar";
- sha256 = "1vwf2j0fxrsqmrgc7x5nkkg0vlhwgxppc4w7kb5is6dgrssskpb5";
+ url = "https://elpa.gnu.org/packages/system-packages-1.0.11.tar";
+ sha256 = "0xf2q5bslxpw0wycgi2k983lnfpw182rgdzq0f99f64kb7ifns9y";
};
packageRequires = [ emacs ];
meta = {
@@ -3132,6 +3177,21 @@
license = lib.licenses.free;
};
}) {};
+ tramp = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
+ elpaBuild {
+ pname = "tramp";
+ ename = "tramp";
+ version = "2.4.2.1";
+ src = fetchurl {
+ url = "https://elpa.gnu.org/packages/tramp-2.4.2.1.tar";
+ sha256 = "139y05b2m715zryxqw7k438cc137mziz2k5nbzrrahddfz0i3cf9";
+ };
+ packageRequires = [ emacs ];
+ meta = {
+ homepage = "https://elpa.gnu.org/packages/tramp.html";
+ license = lib.licenses.free;
+ };
+ }) {};
tramp-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
elpaBuild {
pname = "tramp-theme";
@@ -3207,6 +3267,21 @@
license = lib.licenses.free;
};
}) {};
+ uniquify-files = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
+ elpaBuild {
+ pname = "uniquify-files";
+ ename = "uniquify-files";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://elpa.gnu.org/packages/uniquify-files-1.0.1.tar";
+ sha256 = "0c4lf25503z71wz9f0v6ag5lmqfxz94lmq65xvzvhmqvkxvsgpm5";
+ };
+ packageRequires = [ emacs ];
+ meta = {
+ homepage = "https://elpa.gnu.org/packages/uniquify-files.html";
+ license = lib.licenses.free;
+ };
+ }) {};
url-http-ntlm = callPackage ({ cl-lib ? null
, elpaBuild
, fetchurl
@@ -3276,6 +3351,23 @@
license = lib.licenses.free;
};
}) {};
+ verilog-mode = callPackage ({ elpaBuild
+ , fetchurl
+ , lib }:
+ elpaBuild {
+ pname = "verilog-mode";
+ ename = "verilog-mode";
+ version = "2019.6.21.103209889";
+ src = fetchurl {
+ url = "https://elpa.gnu.org/packages/verilog-mode-2019.6.21.103209889.el";
+ sha256 = "0hlcp2jhm30bzx6iabdb31aqv0dmmim30g9z5kqb0hl1bd1dnm9m";
+ };
+ packageRequires = [];
+ meta = {
+ homepage = "https://elpa.gnu.org/packages/verilog-mode.html";
+ license = lib.licenses.free;
+ };
+ }) {};
vigenere = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
elpaBuild {
pname = "vigenere";
@@ -3358,10 +3450,10 @@
elpaBuild {
pname = "wcheck-mode";
ename = "wcheck-mode";
- version = "2016.1.30";
+ version = "2019.6.17";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/wcheck-mode-2016.1.30.el";
- sha256 = "0hzrxnslfl04h083njy7wp4hhgrqpyz0cnm73v348kr1i4wx9xjq";
+ url = "https://elpa.gnu.org/packages/wcheck-mode-2019.6.17.el";
+ sha256 = "0579a3p9swq0j0fca9s885kzv69y9lhhnqa6m4pzdgrr6pfrirqv";
};
packageRequires = [];
meta = {
@@ -3418,10 +3510,10 @@
elpaBuild {
pname = "websocket";
ename = "websocket";
- version = "1.9";
+ version = "1.11.1";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/websocket-1.9.tar";
- sha256 = "00sd0dawpjcr79w6klya5ywq9r1p86d97z62vqpjij6yg5qv470f";
+ url = "https://elpa.gnu.org/packages/websocket-1.11.1.tar";
+ sha256 = "09s8qyi012djmm3vrj1qg1zqqy0h0cbcfzfkhybvqi4amy4jgliw";
};
packageRequires = [ cl-lib ];
meta = {
@@ -3459,21 +3551,41 @@
license = lib.licenses.free;
};
}) {};
- wisi = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib, seq }:
+ wisi = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }:
elpaBuild {
pname = "wisi";
ename = "wisi";
- version = "2.1.0";
+ version = "2.2.1";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/wisi-2.1.0.tar";
- sha256 = "143xfdr7agyc52wz9zsx67rvvnjs4rlj7j3cbdhvs6wyl7whyg38";
+ url = "https://elpa.gnu.org/packages/wisi-2.2.1.tar";
+ sha256 = "1qvhx8bpms7gri7y6wniwqd6nmqxj4lip5l3sphbq2kjf4zq4qd4";
};
- packageRequires = [ cl-lib emacs seq ];
+ packageRequires = [ emacs seq ];
meta = {
homepage = "https://elpa.gnu.org/packages/wisi.html";
license = lib.licenses.free;
};
}) {};
+ wisitoken-grammar-mode = callPackage ({ elpaBuild
+ , emacs
+ , fetchurl
+ , lib
+ , mmm-mode
+ , wisi }:
+ elpaBuild {
+ pname = "wisitoken-grammar-mode";
+ ename = "wisitoken-grammar-mode";
+ version = "1.0.2";
+ src = fetchurl {
+ url = "https://elpa.gnu.org/packages/wisitoken-grammar-mode-1.0.2.tar";
+ sha256 = "09rpjl3z6xzap0lbrjs9hf2nspwc5avvx75ah3aimgvizrf2kyp0";
+ };
+ packageRequires = [ emacs mmm-mode wisi ];
+ meta = {
+ homepage = "https://elpa.gnu.org/packages/wisitoken-grammar-mode.html";
+ license = lib.licenses.free;
+ };
+ }) {};
wpuzzle = callPackage ({ elpaBuild, fetchurl, lib }:
elpaBuild {
pname = "wpuzzle";
@@ -3493,10 +3605,10 @@
elpaBuild {
pname = "xclip";
ename = "xclip";
- version = "1.8";
+ version = "1.9";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/xclip-1.8.el";
- sha256 = "1ymc9dhpwbh92ad7w64p8xlrjdws5c9h90h47ckh6479h8r697xg";
+ url = "https://elpa.gnu.org/packages/xclip-1.9.el";
+ sha256 = "0xbs6fw0dfm5iynhdx62cwixzizjkrwrib6n0fjnsj31kajbkf3y";
};
packageRequires = [];
meta = {
@@ -3538,10 +3650,10 @@
elpaBuild {
pname = "xr";
ename = "xr";
- version = "1.12";
+ version = "1.13";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/xr-1.12.tar";
- sha256 = "1vv87h0h8ldc1mbsn45w5z1m6jq8j2js4xz23a9ixdby06g60y3g";
+ url = "https://elpa.gnu.org/packages/xr-1.13.tar";
+ sha256 = "1km4x92pii8c4bcimks4xzhmwpypdf183z0zh7raj062jz4jb74r";
};
packageRequires = [];
meta = {
@@ -3586,10 +3698,10 @@
elpaBuild {
pname = "zones";
ename = "zones";
- version = "2019.4.30";
+ version = "2019.7.13";
src = fetchurl {
- url = "https://elpa.gnu.org/packages/zones-2019.4.30.el";
- sha256 = "0f0ryd9wnkg7vh2jv30bqhpzzkaf0gc2ysmib6y36s3m8c2sa9b6";
+ url = "https://elpa.gnu.org/packages/zones-2019.7.13.el";
+ sha256 = "0qp1ba2pkqx9d35g7z8hf8qs2k455krf2a92l4rka3ipsbnmq5k1";
};
packageRequires = [];
meta = {
diff --git a/pkgs/applications/editors/emacs-modes/elpa-packages.nix b/pkgs/applications/editors/emacs-modes/elpa-packages.nix
index b9f1ab53baa..5f0c863b586 100644
--- a/pkgs/applications/editors/emacs-modes/elpa-packages.nix
+++ b/pkgs/applications/editors/emacs-modes/elpa-packages.nix
@@ -4,37 +4,37 @@
To update the list of packages from MELPA,
-1. Clone https://github.com/ttuegel/emacs2nix.
-2. Run `./elpa-packages.sh` from emacs2nix.
-3. Copy the new `elpa-generated.nix` file into Nixpkgs.
-4. Check for evaluation errors: `nix-instantiate ./. -A emacsPackagesNg.elpaPackages`.
-5. `git add pkgs/applications/editors/emacs-modes/elpa-generated.nix && git commit -m "elpa-packages $(date -Idate)"`
+1. Run `./update-elpa`.
+2. Check for evaluation errors: `nix-instantiate ../../../.. -A emacsPackagesNg.elpaPackages`.
+3. `git commit -m "elpa-packages $(date -Idate)" -- elpa-generated.nix`
*/
-{ fetchurl, lib, stdenv, texinfo }:
+{ lib, stdenv, texinfo }:
-self:
+self: let
- let
+ markBroken = pkg: pkg.override {
+ elpaBuild = args: self.elpaBuild (args // {
+ meta = (args.meta or {}) // { broken = true; };
+ });
+ };
- imported = import ./elpa-generated.nix {
+ elpaBuild = import ../../../build-support/emacs/elpa.nix {
+ inherit lib stdenv texinfo;
+ inherit (self) emacs;
+ };
+
+ generateElpa = lib.makeOverridable ({
+ generated ? ./elpa-generated.nix
+ }: let
+
+ imported = import generated {
inherit (self) callPackage;
};
super = removeAttrs imported [ "dash" ];
- elpaBuild = import ../../../build-support/emacs/elpa.nix {
- inherit lib stdenv texinfo;
- inherit (self) emacs;
- };
-
- markBroken = pkg: pkg.override {
- elpaBuild = args: self.elpaBuild (args // {
- meta = (args.meta or {}) // { broken = true; };
- });
- };
-
overrides = {
# upstream issue: missing footer
ebdb-i18n-chn = markBroken super.ebdb-i18n-chn;
@@ -50,4 +50,6 @@ self:
elpaPackages = super // overrides;
- in elpaPackages // { inherit elpaBuild elpaPackages; }
+ in elpaPackages // { inherit elpaBuild; });
+
+in generateElpa { }
diff --git a/pkgs/applications/editors/emacs-modes/emacs-libvterm/default.nix b/pkgs/applications/editors/emacs-modes/emacs-libvterm/default.nix
deleted file mode 100644
index 8980dc1f0a9..00000000000
--- a/pkgs/applications/editors/emacs-modes/emacs-libvterm/default.nix
+++ /dev/null
@@ -1,57 +0,0 @@
-{ stdenv, fetchFromGitHub, cmake, emacs, libvterm-neovim }:
-
-let
- emacsSources = stdenv.mkDerivation {
- name = emacs.name + "-sources";
- src = emacs.src;
-
- configurePhase = ":";
- dontBuild = true;
- doCheck = false;
- fixupPhase = ":";
-
- installPhase = ''
- mkdir -p $out
- cp -a * $out
- '';
-
- };
-
- libvterm = libvterm-neovim.overrideAttrs(old: rec {
- pname = "libvterm-neovim";
- version = "2019-04-27";
- name = pname + "-" + version;
- src = fetchFromGitHub {
- owner = "neovim";
- repo = "libvterm";
- rev = "89675ffdda615ffc3f29d1c47a933f4f44183364";
- sha256 = "0l9ixbj516vl41v78fi302ws655xawl7s94gmx1kb3fmfgamqisy";
- };
- });
-
-
-in stdenv.mkDerivation rec {
- name = "emacs-libvterm-${version}";
- version = "unstable-2019-04-28";
-
- src = fetchFromGitHub {
- owner = "akermu";
- repo = "emacs-libvterm";
- rev = "6adcedf3e4aaadeeaff97437044fba17aeb466d4";
- sha256 = "1j6qr5bmajig3idhwsaa3zm72w13q9zn77z2dlrhhx3p4bbds3f8";
- };
-
- nativeBuildInputs = [ cmake ];
- buildInputs = [ emacs libvterm ];
-
- cmakeFlags = [
- "-DEMACS_SOURCE=${emacsSources}"
- "-DUSE_SYSTEM_LIBVTERM=True"
- ];
-
- installPhase = ''
- install -d $out/share/emacs/site-lisp
- install ../*.el $out/share/emacs/site-lisp
- install ../*.so $out/share/emacs/site-lisp
- '';
-}
diff --git a/pkgs/applications/editors/emacs-modes/emacs2nix.nix b/pkgs/applications/editors/emacs-modes/emacs2nix.nix
new file mode 100644
index 00000000000..4c1a0dd2312
--- /dev/null
+++ b/pkgs/applications/editors/emacs-modes/emacs2nix.nix
@@ -0,0 +1,23 @@
+let
+ pkgs = import ../../../.. { };
+
+ src = pkgs.fetchgit {
+ url = "https://github.com/ttuegel/emacs2nix.git";
+ fetchSubmodules = true;
+ rev = "752fe1bd891425cb7a4a53cd7b98c194c1fe4518";
+ sha256 = "0asfdswh8sbnapbqhbz539zzxmv72f1iviha95iys34sgnd5k1nk";
+ };
+
+in pkgs.mkShell {
+
+ buildInputs = [
+ pkgs.bash
+ ];
+
+ EMACS2NIX = "${src}";
+
+ shellHook = ''
+ export PATH=$PATH:${src}
+ '';
+
+}
diff --git a/pkgs/applications/editors/emacs-modes/graphviz-dot/default.nix b/pkgs/applications/editors/emacs-modes/graphviz-dot/default.nix
index ce552257133..a08f138bed9 100644
--- a/pkgs/applications/editors/emacs-modes/graphviz-dot/default.nix
+++ b/pkgs/applications/editors/emacs-modes/graphviz-dot/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ emacs ];
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = ''
mkdir -p "$out/share/emacs/site-lisp"
diff --git a/pkgs/applications/editors/emacs-modes/libgenerated.nix b/pkgs/applications/editors/emacs-modes/libgenerated.nix
new file mode 100644
index 00000000000..73d66dc2b3c
--- /dev/null
+++ b/pkgs/applications/editors/emacs-modes/libgenerated.nix
@@ -0,0 +1,90 @@
+lib: self:
+
+let
+
+ fetcherGenerators = { repo ? null
+ , url ? null
+ , ... }:
+ { sha256
+ , commit
+ , ...}: {
+ github = self.callPackage ({ fetchFromGitHub }:
+ fetchFromGitHub {
+ owner = lib.head (lib.splitString "/" repo);
+ repo = lib.head (lib.tail (lib.splitString "/" repo));
+ rev = commit;
+ inherit sha256;
+ }
+ ) {};
+ gitlab = self.callPackage ({ fetchFromGitLab }:
+ fetchFromGitLab {
+ owner = lib.head (lib.splitString "/" repo);
+ repo = lib.head (lib.tail (lib.splitString "/" repo));
+ rev = commit;
+ inherit sha256;
+ }
+ ) {};
+ git = self.callPackage ({ fetchgit }:
+ fetchgit {
+ rev = commit;
+ inherit sha256 url;
+ }
+ ) {};
+ bitbucket = self.callPackage ({ fetchhg }:
+ fetchhg {
+ rev = commit;
+ url = "https://bitbucket.com/${repo}";
+ inherit sha256;
+ }
+ ) {};
+ hg = self.callPackage ({ fetchhg }:
+ fetchhg {
+ rev = commit;
+ inherit sha256 url;
+ }
+ ) {};
+ };
+
+in {
+
+ melpaDerivation = variant:
+ { ename, fetcher
+ , commit ? null
+ , sha256 ? null
+ , ... }@args:
+ let
+ sourceArgs = args."${variant}";
+ version = sourceArgs.version or null;
+ deps = sourceArgs.deps or null;
+ error = sourceArgs.error or args.error or null;
+ hasSource = lib.hasAttr variant args;
+ pname = builtins.replaceStrings [ "@" ] [ "at" ] ename;
+ broken = ! isNull error;
+ in
+ lib.nameValuePair ename (if hasSource then (
+ self.callPackage ({ melpaBuild, fetchurl, ... }@pkgargs:
+ melpaBuild {
+ inherit pname;
+ ename = ename;
+ version = if isNull version then "" else
+ lib.concatStringsSep "." (map toString version);
+ # TODO: Broken should not result in src being null (hack to avoid eval errors)
+ src = if (isNull sha256 || broken) then null else
+ lib.getAttr fetcher (fetcherGenerators args sourceArgs);
+ recipe = if isNull commit then null else
+ fetchurl {
+ name = pname + "-recipe";
+ url = "https://raw.githubusercontent.com/melpa/melpa/${commit}/recipes/${ename}";
+ inherit sha256;
+ };
+ packageRequires = lib.optional (! isNull deps)
+ (map (dep: pkgargs."${dep}" or self."${dep}" or null)
+ deps);
+ meta = (sourceArgs.meta or {}) // {
+ inherit broken;
+ };
+ }
+ ) {}
+ ) else null);
+
+}
diff --git a/pkgs/applications/editors/emacs-modes/manual-packages.nix b/pkgs/applications/editors/emacs-modes/manual-packages.nix
new file mode 100644
index 00000000000..7f75de74ed6
--- /dev/null
+++ b/pkgs/applications/editors/emacs-modes/manual-packages.nix
@@ -0,0 +1,145 @@
+{ lib, external, pkgs }: self: with self; with lib.licenses; {
+
+ elisp-ffi = melpaBuild rec {
+ pname = "elisp-ffi";
+ version = "1.0.0";
+ src = pkgs.fetchFromGitHub {
+ owner = "skeeto";
+ repo = "elisp-ffi";
+ rev = "${version}";
+ sha256 = "0z2n3h5l5fj8wl8i1ilfzv11l3zba14sgph6gz7dx7q12cnp9j22";
+ };
+ buildInputs = [ external.libffi ];
+ preBuild = "make";
+ recipe = pkgs.writeText "recipe" ''
+ (elisp-ffi
+ :repo "skeeto/elisp-ffi"
+ :fetcher github
+ :files ("ffi-glue" "ffi.el"))
+ '';
+ meta = {
+ description = "Emacs Lisp Foreign Function Interface";
+ longDescription = ''
+ This library provides an FFI for Emacs Lisp so that Emacs
+ programs can invoke functions in native libraries. It works by
+ driving a subprocess to do the heavy lifting, passing result
+ values on to Emacs.
+ '';
+ license = publicDomain;
+ };
+ };
+
+ agda2-mode = with external; trivialBuild {
+ pname = "agda-mode";
+ version = Agda.version;
+
+ phases = [ "buildPhase" "installPhase" ];
+
+ # already byte-compiled by Agda builder
+ buildPhase = ''
+ agda=`${Agda}/bin/agda-mode locate`
+ cp `dirname $agda`/*.el* .
+ '';
+
+ meta = {
+ description = "Agda2-mode for Emacs extracted from Agda package";
+ longDescription = ''
+ Wrapper packages that liberates init.el from `agda-mode locate` magic.
+ Simply add this to user profile or systemPackages and do `(require 'agda2)` in init.el.
+ '';
+ homepage = Agda.meta.homepage;
+ license = Agda.meta.license;
+ };
+ };
+
+ ess-R-object-popup =
+ callPackage ./ess-R-object-popup { };
+
+ filesets-plus = callPackage ./filesets-plus { };
+
+ font-lock-plus = callPackage ./font-lock-plus { };
+
+ ghc-mod = melpaBuild rec {
+ pname = "ghc";
+ version = external.ghc-mod.version;
+ src = external.ghc-mod.src;
+ packageRequires = [ haskell-mode ];
+ propagatedUserEnvPkgs = [ external.ghc-mod ];
+ recipe = pkgs.writeText "recipe" ''
+ (ghc-mod :repo "DanielG/ghc-mod" :fetcher github :files ("elisp/*.el"))
+ '';
+ fileSpecs = [ "elisp/*.el" ];
+ meta = {
+ description = "An extension of haskell-mode that provides completion of symbols and documentation browsing";
+ license = bsd3;
+ };
+ };
+
+ haskell-unicode-input-method = melpaBuild rec {
+ pname = "emacs-haskell-unicode-input-method";
+ version = "20110905.2307";
+ src = pkgs.fetchFromGitHub {
+ owner = "roelvandijk";
+ repo = "emacs-haskell-unicode-input-method";
+ rev = "d8d168148c187ed19350bb7a1a190217c2915a63";
+ sha256 = "09b7bg2s9aa4s8f2kdqs4xps3jxkq5wsvbi87ih8b6id38blhf78";
+ };
+ recipe = pkgs.writeText "recipe" ''
+ (haskell-unicode-input-method
+ :repo "roelvandijk/emacs-haskell-unicode-input-method"
+ :fetcher github)
+ '';
+ packageRequires = [];
+ meta = {
+ homepage = "https://melpa.org/#haskell-unicode-input-method/";
+ license = lib.licenses.free;
+ };
+ };
+
+ hexrgb = callPackage ./hexrgb { };
+
+ header2 = callPackage ./header2 { };
+
+ helm-words = callPackage ./helm-words { };
+
+ icicles = callPackage ./icicles { };
+
+ rtags = melpaBuild rec {
+ inherit (external.rtags) version src meta;
+
+ pname = "rtags";
+
+ dontConfigure = true;
+
+ propagatedUserEnvPkgs = [ external.rtags ];
+ recipe = pkgs.writeText "recipe" ''
+ (rtags
+ :repo "andersbakken/rtags" :fetcher github
+ :files ("src/*.el"))
+ '';
+ };
+
+ lib-requires =
+ callPackage ./lib-requires { };
+
+ org-mac-link =
+ callPackage ./org-mac-link { };
+
+ perl-completion =
+ callPackage ./perl-completion { };
+
+ railgun = callPackage ./railgun { };
+
+ gn = callPackage ./gn { };
+
+ structured-haskell-mode = self.shm;
+
+ thingatpt-plus = callPackage ./thingatpt-plus { };
+
+ tramp = callPackage ./tramp { };
+
+ yaoddmuse = callPackage ./yaoddmuse { };
+
+ zeitgeist = callPackage ./zeitgeist { };
+
+}
diff --git a/pkgs/applications/editors/emacs-modes/melpa-generated.nix b/pkgs/applications/editors/emacs-modes/melpa-generated.nix
deleted file mode 100644
index 9b260433245..00000000000
--- a/pkgs/applications/editors/emacs-modes/melpa-generated.nix
+++ /dev/null
@@ -1,111400 +0,0 @@
-{ callPackage }:
- {
- _0blayout = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "_0blayout";
- ename = "0blayout";
- version = "20161007.2307";
- src = fetchFromGitHub {
- owner = "etu";
- repo = "0blayout-mode";
- rev = "4bc6ff06abf298270abb7ef40db605e08caa9287";
- sha256 = "1ddzifckgac4k6invpvvad1avdrly0k5n0jnmc738xxnpc3fk6h6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6521ec44ae8b0ba2e0523517f0f3d5b94ddbe1be/recipes/0blayout";
- sha256 = "027k85h34998i8vmbg2hi4q1m4f7jfva5jm38k0g9m1db700gk92";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/0blayout";
- license = lib.licenses.free;
- };
- }) {};
- _0xc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "_0xc";
- ename = "0xc";
- version = "20190218.1717";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "0xc";
- rev = "167e93ce863381a58988655927042514d984ad49";
- sha256 = "0msx29il7c01njlc4pwxs3f3qcvyakgjcivxaa287jibf67yg0ph";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3fbb2c86a50a8df9a3967787fc10f33beab2c933/recipes/0xc";
- sha256 = "0lxcz1x1dymsh9idhkn7jn8vphr724d6sb88a4g55x2m1rlmzg3w";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/0xc";
- license = lib.licenses.free;
- };
- }) {};
- _2048-game = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "_2048-game";
- ename = "2048-game";
- version = "20151026.1233";
- src = fetchhg {
- url = "https://bitbucket.com/zck/2048.el";
- rev = "ea6c3bce8ac1";
- sha256 = "1p9qn9n8mfb4z62h1s94mlg0vshpzafbhsxgzvx78sqlf6bfc80l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/2048-game";
- sha256 = "0z7x9bnyi3qlq7l0fskb61i6yr9gm7w7wplqd28wz8p1j5yw8aa0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/2048-game";
- license = lib.licenses.free;
- };
- }) {};
- _4clojure = callPackage ({ fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "_4clojure";
- ename = "4clojure";
- version = "20131014.1507";
- src = fetchFromGitHub {
- owner = "losingkeys";
- repo = "4clojure.el";
- rev = "45f1aa34b8c9688885deede4fac652bd61a4b70d";
- sha256 = "14klf786m0i5ij70pnyvsirafbv8giby481vfxlfbffsyf51afp1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/4clojure";
- sha256 = "09bmdxkkp676sn1sbbly44k99i47w83yznq950nkxv6x8753ifgk";
- name = "recipe";
- };
- packageRequires = [ json request ];
- meta = {
- homepage = "https://melpa.org/#/4clojure";
- license = lib.licenses.free;
- };
- }) {};
- a = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "a";
- ename = "a";
- version = "20180907.253";
- src = fetchFromGitHub {
- owner = "plexus";
- repo = "a.el";
- rev = "8583685c32069a73ccae0100e990e7b39c901737";
- sha256 = "00v9w6qg3bkwdhypq0ssf0phdh0f4bcq59c20lngd6vhk0204dqi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a226f1d81cd1ae81b91c1102fbe40aac2eddcaa8/recipes/a";
- sha256 = "1xqja47iw1c78kiv4854z47iblvvzrc1l35zjdhmhkh9hh10z886";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/a";
- license = lib.licenses.free;
- };
- }) {};
- aa-edit-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , navi2ch }:
- melpaBuild {
- pname = "aa-edit-mode";
- ename = "aa-edit-mode";
- version = "20170118.1920";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "aa-edit-mode";
- rev = "1dd801225b7ad3c23ad09698f5e77f0df7012a65";
- sha256 = "17kxpyfprdyj96c4ivv8bxwyls69cgh2r3gwrgj6bwinbiszh9rr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/20d00f782f2db87264c7fb1aac7455e44b8b24e7/recipes/aa-edit-mode";
- sha256 = "00b99ik04xx4b2a1cm1z8dl42hjnb5r32qypjyyx8924n1dhxzgn";
- name = "recipe";
- };
- packageRequires = [ emacs navi2ch ];
- meta = {
- homepage = "https://melpa.org/#/aa-edit-mode";
- license = lib.licenses.free;
- };
- }) {};
- abc-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "abc-mode";
- ename = "abc-mode";
- version = "20171020.319";
- src = fetchFromGitHub {
- owner = "mkjunker";
- repo = "abc-mode";
- rev = "238deedeb6c90df168045552eb463cfae9e1f88f";
- sha256 = "1wkjdvsav2x9zsl25h87iyfl6r0md86i2gmxqhvf63acxqgrgb2q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aaee9dc5de06747374f311d86a550d3cc15beed1/recipes/abc-mode";
- sha256 = "0qf5lbszyscmagiqhc0d05vzkhdky7ini4w33z1h3j5417sscrcx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/abc-mode";
- license = lib.licenses.free;
- };
- }) {};
- abgaben = callPackage ({ f
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , pdf-tools
- , s }:
- melpaBuild {
- pname = "abgaben";
- ename = "abgaben";
- version = "20171118.2246";
- src = fetchFromGitLab {
- owner = "akoehn";
- repo = "abgaben";
- rev = "966bfcfdd3b2e288576ffe363d676ad282902090";
- sha256 = "0zmzn8rdn1q0dfql3awivhrxd1nrvqr6mb8gv2ynaldyidgsb487";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2b0aa60aa0edf33205e0fcb309be779ad8da08ec/recipes/abgaben";
- sha256 = "1xywghyp6aahzin1ygwzqfg9640dliycl4g02jz3gpix8hd3g8gy";
- name = "recipe";
- };
- packageRequires = [ f pdf-tools s ];
- meta = {
- homepage = "https://melpa.org/#/abgaben";
- license = lib.licenses.free;
- };
- }) {};
- abl-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "abl-mode";
- ename = "abl-mode";
- version = "20190403.204";
- src = fetchFromGitHub {
- owner = "afroisalreadyinu";
- repo = "abl-mode";
- rev = "44b7d946bc3a693f5a931c4a62c0a67d42e8d4dc";
- sha256 = "070c408bq5pliq0xbd1861l6db4sbfpnj3r6aknbqh2vb7l4yimb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/70a52edb381daa9c4dcc9f7e511175b38fc141be/recipes/abl-mode";
- sha256 = "0h25lc87pa8irgxflnmnmkr9dcv4kz841nfc45fcz4awrn75kkzb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/abl-mode";
- license = lib.licenses.free;
- };
- }) {};
- abs-mode = callPackage ({ emacs
- , erlang
- , fetchFromGitHub
- , fetchurl
- , flymake ? null
- , lib
- , maude-mode
- , melpaBuild }:
- melpaBuild {
- pname = "abs-mode";
- ename = "abs-mode";
- version = "20190404.1604";
- src = fetchFromGitHub {
- owner = "abstools";
- repo = "abs-mode";
- rev = "31fb36f9206203062b8c618fef6ad484e44af226";
- sha256 = "0h0zsjqhjm18ppmaqv2kn4q1mchc1igcz80zwz8523n2w2gk9bri";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aabccc4061e7764069796e12ee9688b67651cf70/recipes/abs-mode";
- sha256 = "148y99iaxcnjaacw017chwq0sq05ywgy5jx1lhp9ly7innrl9i1k";
- name = "recipe";
- };
- packageRequires = [ emacs erlang flymake maude-mode ];
- meta = {
- homepage = "https://melpa.org/#/abs-mode";
- license = lib.licenses.free;
- };
- }) {};
- abyss-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "abyss-theme";
- ename = "abyss-theme";
- version = "20170808.645";
- src = fetchFromGitHub {
- owner = "mgrbyte";
- repo = "emacs-abyss-theme";
- rev = "18791c6e8d9cc2b4815c9f08627a2e94fc0eeb14";
- sha256 = "07z0djv7h3yrv4iw9n633j6dxzxb4nnzijsqkmz22ik6fbwxg5mh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f390e5153b6360a27abc74983f5fef11226634f3/recipes/abyss-theme";
- sha256 = "0ckrgfd7fjls6g510v8fqpkd0fd18lr0spg3lf5s88gky8ihdg6c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/abyss-theme";
- license = lib.licenses.free;
- };
- }) {};
- ac-alchemist = callPackage ({ alchemist
- , auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-alchemist";
- ename = "ac-alchemist";
- version = "20150907.2356";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-ac-alchemist";
- rev = "b1891c3d41aed83f61d78a609ea97be5cc2758d9";
- sha256 = "19msfx3f3px1maj41bzh139s6sv2pjk9vm3bphn7758fqhzyin0f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef9037aa41a8d9467838495bb235db32c19cc417/recipes/ac-alchemist";
- sha256 = "02ll3hcixgdb8zyszn78714gy1h2q0vkhpbnwap9302mr2racwl0";
- name = "recipe";
- };
- packageRequires = [ alchemist auto-complete cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ac-alchemist";
- license = lib.licenses.free;
- };
- }) {};
- ac-c-headers = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-c-headers";
- ename = "ac-c-headers";
- version = "20151021.134";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "ac-c-headers";
- rev = "de13a1d35b311e6601556d8ef163de102057deea";
- sha256 = "1z6rj15p5gjv0jwnnck8789n9csf1pwxfvsz37graihgfy2khj0y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d7736fb9ea3a59c36c0b8b824d83bb1bb0099d43/recipes/ac-c-headers";
- sha256 = "1cq5rz2w79bj185va7y13x7bciihrpsvyxwk6msmcxb4g86s9phv";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/ac-c-headers";
- license = lib.licenses.free;
- };
- }) {};
- ac-capf = callPackage ({ auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-capf";
- ename = "ac-capf";
- version = "20151031.1917";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-ac-capf";
- rev = "17571dba0a8f98111f2ab758e9bea285b263781b";
- sha256 = "0nyq34yq4jcp3p30ygma3iz1h0q551p33792byj76pa5ps09g1da";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/929da263f57b904c50f5f17b09d4c4b480999c97/recipes/ac-capf";
- sha256 = "1drgk5iz2wp3rxzd39pj0n4cfmm5z8zqlp50jw5z7ffbbg35qxbm";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ac-capf";
- license = lib.licenses.free;
- };
- }) {};
- ac-cider = callPackage ({ auto-complete
- , cider
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-cider";
- ename = "ac-cider";
- version = "20161006.19";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "ac-cider";
- rev = "d8670939bbf88079263d5ace2b8bc04cf325be36";
- sha256 = "01g1h2j0rfih8v0yvvr5gjh3abcj2mz3jmfbis8a60ivmngab732";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8adefaf2e284ef91baec3dbd3e10c868de69926/recipes/ac-cider";
- sha256 = "1dszpb706h34miq2bxqyq1ycbran5ax36vcniwp8vvhgcjsw5sz6";
- name = "recipe";
- };
- packageRequires = [ auto-complete cider cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ac-cider";
- license = lib.licenses.free;
- };
- }) {};
- ac-clang = callPackage ({ auto-complete
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pos-tip
- , yasnippet }:
- melpaBuild {
- pname = "ac-clang";
- ename = "ac-clang";
- version = "20180709.2246";
- src = fetchFromGitHub {
- owner = "yaruopooner";
- repo = "ac-clang";
- rev = "3294b968eb1a8317049190940193f9da47c085ef";
- sha256 = "160hda911vsc2zcs56560cpv7kj0966vjzwmc0md6fkz3wrj7w0n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ffe0485048b85825f5e8ba95917d8c9dc64fe5de/recipes/ac-clang";
- sha256 = "070s06xhkzaqfc3j8c4i44rks6gn8z66lwd54j17p8d91x3qjpr4";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib emacs pos-tip yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/ac-clang";
- license = lib.licenses.free;
- };
- }) {};
- ac-dcd = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , flycheck-dmd-dub
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-dcd";
- ename = "ac-dcd";
- version = "20190425.207";
- src = fetchFromGitHub {
- owner = "atilaneves";
- repo = "ac-dcd";
- rev = "9d444523ffa92a763ea8f532b8001829a51a2557";
- sha256 = "1fkpvr7mix9wvhd6pgbcj6mrmhrffvlh5sp8wp5m48j0qc3wx7mi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/64142a4b14531409f45f02a8053ed8948f48221d/recipes/ac-dcd";
- sha256 = "086jp9c6bilc361n1hscza3pbhgvqlq944z7cil2jm1kicsf8s7r";
- name = "recipe";
- };
- packageRequires = [ auto-complete flycheck-dmd-dub ];
- meta = {
- homepage = "https://melpa.org/#/ac-dcd";
- license = lib.licenses.free;
- };
- }) {};
- ac-emacs-eclim = callPackage ({ auto-complete
- , eclim
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-emacs-eclim";
- ename = "ac-emacs-eclim";
- version = "20180911.421";
- src = fetchFromGitHub {
- owner = "emacs-eclim";
- repo = "emacs-eclim";
- rev = "edff7e0e30c87036710d88fb0b7a4644750858e8";
- sha256 = "0ywifqdhv7cibgl42m7i15widna9i1dk5kl5rglyql7hy05nk9gj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e9d3075587fbd9ca188535fd945a7dc451c6d7e/recipes/ac-emacs-eclim";
- sha256 = "0bkh7x6zj5drdvm9ji4vwqdxv7limd9a1idy8lsg0lcca3rjq3s5";
- name = "recipe";
- };
- packageRequires = [ auto-complete eclim ];
- meta = {
- homepage = "https://melpa.org/#/ac-emacs-eclim";
- license = lib.licenses.free;
- };
- }) {};
- ac-emmet = callPackage ({ auto-complete
- , emmet-mode
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-emmet";
- ename = "ac-emmet";
- version = "20131015.858";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "ac-emmet";
- rev = "88f24876ee3b759978d4614a758280b5d512d543";
- sha256 = "1lkhqmfkjga7qi4r1m7mjax3pyf9m6minsn57cbzm2z2kvkhq22g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/39861b4f0a458c8ccf02f7a3443c54b0e74daa11/recipes/ac-emmet";
- sha256 = "09ycjllfpdgqaf5iis5bkkhal1vxvl3qkxrn2759p67s97c49f3x";
- name = "recipe";
- };
- packageRequires = [ auto-complete emmet-mode ];
- meta = {
- homepage = "https://melpa.org/#/ac-emmet";
- license = lib.licenses.free;
- };
- }) {};
- ac-emoji = callPackage ({ auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-emoji";
- ename = "ac-emoji";
- version = "20150823.11";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-ac-emoji";
- rev = "53677f754929ead403ccde64b714ebb6b8fc808e";
- sha256 = "0cc3jpc4pihbyznyzvf6i3xwc2x78gb5m36ba9gkvxhabsljnlfg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/15f591f9cba367b071046fef5ae01bbbd0475ce3/recipes/ac-emoji";
- sha256 = "0msh3dh89jzk6hxva34gp9d5pazchgdknxjbi72z26rss9bkp1mw";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ac-emoji";
- license = lib.licenses.free;
- };
- }) {};
- ac-etags = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-etags";
- ename = "ac-etags";
- version = "20161001.807";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-ac-etags";
- rev = "7983e631c226fe0fa53af3b2d56bf4eca3d785ce";
- sha256 = "1vvgcy5hybrip4jn4pj9r3fahr6rc70k28w5aw951h0x7g7laipr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fda9c7def8bc54af4ab17dc049dd94324c8f10fa/recipes/ac-etags";
- sha256 = "0ag49k9izrs4ikzac9lifvvwhcn5n89lr2vb20pngsvg1czdyhzb";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/ac-etags";
- license = lib.licenses.free;
- };
- }) {};
- ac-geiser = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , geiser
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-geiser";
- ename = "ac-geiser";
- version = "20130928.2347";
- src = fetchFromGitHub {
- owner = "xiaohanyu";
- repo = "ac-geiser";
- rev = "0e2e36532336f27e3dc3b01fff55ad1a4329817d";
- sha256 = "02ifz25rq64z0ifxs52aqdz0iz4mi6xvj88hcn3aakkmsj749vvn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/586ef409e3ae758b459b625d4bf0108f0525a085/recipes/ac-geiser";
- sha256 = "0v558qz1mp8b1bgk8kgdk5sx5mpd353mw77n5b0pw4b2ikzpz2mx";
- name = "recipe";
- };
- packageRequires = [ auto-complete geiser ];
- meta = {
- homepage = "https://melpa.org/#/ac-geiser";
- license = lib.licenses.free;
- };
- }) {};
- ac-haskell-process = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-haskell-process";
- ename = "ac-haskell-process";
- version = "20150423.702";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ac-haskell-process";
- rev = "0362d4323511107ec70e7165cb612f3ab01b712f";
- sha256 = "0m33v9iy3y37sicfmpx7kvmn8v1a8k6cs7d0v9v5k93p4d5ila41";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98bd259b6bfd9b49a8ae421807a4ab3821f09608/recipes/ac-haskell-process";
- sha256 = "0kv4z850kv03wiax1flnrp6sgqja25j23l719w7rkr7ck110q8rw";
- name = "recipe";
- };
- packageRequires = [ auto-complete haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/ac-haskell-process";
- license = lib.licenses.free;
- };
- }) {};
- ac-helm = callPackage ({ auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "ac-helm";
- ename = "ac-helm";
- version = "20160318.1933";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "ac-helm";
- rev = "baf2b1e04bcffa835084389c0fab415f26efbf32";
- sha256 = "1fyikdwn0gzng7pbmfg7zb7jphjv228776vsjc12j7g1aqz92n4l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/50427d365c79aff84ac759d19ce177b4f7ed2751/recipes/ac-helm";
- sha256 = "16ajxlhcah5zbvywpc6l4l1arr308gjpgvdx6l1nrv2zvpckhlwq";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib helm popup ];
- meta = {
- homepage = "https://melpa.org/#/ac-helm";
- license = lib.licenses.free;
- };
- }) {};
- ac-html = callPackage ({ auto-complete
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ac-html";
- ename = "ac-html";
- version = "20151005.31";
- src = fetchFromGitHub {
- owner = "zhangkaiyulw";
- repo = "ac-html";
- rev = "3de94a46d8cb93e8e62a1b6bdebbde4d65dc7cc2";
- sha256 = "1sip87j4wvlf9pfnpr0zyyhys1dd9smh6hy3zs08ihbdh98krgs5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/ac-html";
- sha256 = "1vidmvylwwvraf8k63dvxv47ism49n6pp0f38l5rl4iaznhkdr84";
- name = "recipe";
- };
- packageRequires = [ auto-complete dash f s ];
- meta = {
- homepage = "https://melpa.org/#/ac-html";
- license = lib.licenses.free;
- };
- }) {};
- ac-html-angular = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-completion-data }:
- melpaBuild {
- pname = "ac-html-angular";
- ename = "ac-html-angular";
- version = "20151224.2319";
- src = fetchFromGitHub {
- owner = "osv";
- repo = "ac-html-angular";
- rev = "6bafe09afe03112ca4183d58461c1a6f6c2b3c67";
- sha256 = "1v3ia439h4n2i204n0sazzbwwm0l5k6j31gq58iv2rqrq2ysikny";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0805ba6674d1298d730770e8ea46b9bbd68cd1d3/recipes/ac-html-angular";
- sha256 = "05rbxf5kbr4jlskrhvfvhf82qvb55zl5cb6z1ymfh9l3h9j9xk3s";
- name = "recipe";
- };
- packageRequires = [ web-completion-data ];
- meta = {
- homepage = "https://melpa.org/#/ac-html-angular";
- license = lib.licenses.free;
- };
- }) {};
- ac-html-bootstrap = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-completion-data }:
- melpaBuild {
- pname = "ac-html-bootstrap";
- ename = "ac-html-bootstrap";
- version = "20160302.901";
- src = fetchFromGitHub {
- owner = "osv";
- repo = "ac-html-bootstrap";
- rev = "481e6e441cd566554ce71cd8cb28c9e7ebb1c24b";
- sha256 = "0ry398awbsyswc87v275x4mdyv64kr0s647y6nagqg1h3n3jhvsq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6cf8aed547ca2390395dcf52d6c542b6944697af/recipes/ac-html-bootstrap";
- sha256 = "0z71m6xws0k9smhsswaivpikr64mv0wh6klnmi5cwhwcqas6kdi1";
- name = "recipe";
- };
- packageRequires = [ web-completion-data ];
- meta = {
- homepage = "https://melpa.org/#/ac-html-bootstrap";
- license = lib.licenses.free;
- };
- }) {};
- ac-html-csswatcher = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-completion-data }:
- melpaBuild {
- pname = "ac-html-csswatcher";
- ename = "ac-html-csswatcher";
- version = "20151208.1313";
- src = fetchFromGitHub {
- owner = "osv";
- repo = "ac-html-csswatcher";
- rev = "b0f3e7e1a3fe49e88b6eb6432377232fc715f221";
- sha256 = "0swbw62zh5rjjf73pvmp8brrrmk6bp061k793z4z83v7ic0cicrr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fba8b9bf212e6fa389eae8394d0b3bbce9eb0f92/recipes/ac-html-csswatcher";
- sha256 = "0jb9dnm2lxadrxssf0rjqw8yvvskcq4hys8c21shjyj3gkvwbfqn";
- name = "recipe";
- };
- packageRequires = [ web-completion-data ];
- meta = {
- homepage = "https://melpa.org/#/ac-html-csswatcher";
- license = lib.licenses.free;
- };
- }) {};
- ac-inf-ruby = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-inf-ruby";
- ename = "ac-inf-ruby";
- version = "20131115.350";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ac-inf-ruby";
- rev = "094d86761088ab0b16ddac75cf57eeb9c2afbee2";
- sha256 = "0cabg054mpxrxaw95pfh7bv7rwpfpjhyqg8ghgd8j2vvj95p1m2z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1a72abe0fe1253149afb45b0d9e81b6846a926c0/recipes/ac-inf-ruby";
- sha256 = "04jclf0yxz78x1fsaf5sh1p466947nqrcx337kyhqn0nkj3hplqr";
- name = "recipe";
- };
- packageRequires = [ auto-complete inf-ruby ];
- meta = {
- homepage = "https://melpa.org/#/ac-inf-ruby";
- license = lib.licenses.free;
- };
- }) {};
- ac-ispell = callPackage ({ auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-ispell";
- ename = "ac-ispell";
- version = "20151031.1926";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-ac-ispell";
- rev = "7e054793fe77f5fa1ced59d97da9c31df9807c48";
- sha256 = "1jidg08jz6np7jfg11qzijmsrbv1i3kdsqmmnz1xlybj1933xjvq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b41acb7387ebef9af2906fa16298b64d6431bfb0/recipes/ac-ispell";
- sha256 = "1vsy2qjh60n5lavivpqhhcpg5pk8zz2r0wy1sb65capn841zdi67";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ac-ispell";
- license = lib.licenses.free;
- };
- }) {};
- ac-js2 = callPackage ({ fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild
- , skewer-mode }:
- melpaBuild {
- pname = "ac-js2";
- ename = "ac-js2";
- version = "20190101.133";
- src = fetchFromGitHub {
- owner = "ScottyB";
- repo = "ac-js2";
- rev = "2b56d09a16c1a0ce514cc1b85d64cb1be4502723";
- sha256 = "11q4aaiqr4xnw5j0yqj35gc4a290az75qdyhadj09xr2j2jay35x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/255588a330e4c9a03517885092d5678375aa7850/recipes/ac-js2";
- sha256 = "0gcr0xdi89nj3854v2z3nndfgazmcdzmd6wdndl0i4s7pdfl96fa";
- name = "recipe";
- };
- packageRequires = [ js2-mode skewer-mode ];
- meta = {
- homepage = "https://melpa.org/#/ac-js2";
- license = lib.licenses.free;
- };
- }) {};
- ac-math = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , math-symbol-lists
- , melpaBuild }:
- melpaBuild {
- pname = "ac-math";
- ename = "ac-math";
- version = "20141116.1327";
- src = fetchFromGitHub {
- owner = "vspinu";
- repo = "ac-math";
- rev = "89478063dead68894f0d27687b63896633048c6f";
- sha256 = "0mzbc3ninsz970xly90zbxlxqy4b0s8yrp1mlj8jzpk5dzlc4g51";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/ac-math";
- sha256 = "02c821zabxp9qkwx252pxjmssdbmas0iwanw09r03bmiby9d4nsl";
- name = "recipe";
- };
- packageRequires = [ auto-complete math-symbol-lists ];
- meta = {
- homepage = "https://melpa.org/#/ac-math";
- license = lib.licenses.free;
- };
- }) {};
- ac-mozc = callPackage ({ auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mozc }:
- melpaBuild {
- pname = "ac-mozc";
- ename = "ac-mozc";
- version = "20150227.819";
- src = fetchFromGitHub {
- owner = "igjit";
- repo = "ac-mozc";
- rev = "4c6c8be4701010d9362184437c0f783e0335c631";
- sha256 = "19cb8kq8gmrplkxil22ahvbyq5cng1l2vh2lrfiyqpjsap7zfjz5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b3f74039d397037e640cc371d24bdb60ac90bf1/recipes/ac-mozc";
- sha256 = "1v3iiid8cq50i076q98ycks9m827xzncgxqwqs2rqhab0ncy3h0f";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib mozc ];
- meta = {
- homepage = "https://melpa.org/#/ac-mozc";
- license = lib.licenses.free;
- };
- }) {};
- ac-octave = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-octave";
- ename = "ac-octave";
- version = "20180405.2034";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "ac-octave";
- rev = "fe0f931f2024f43de3c4fff4b1ace672413adeae";
- sha256 = "1yj5fapbp79k88k1cxrmmf91fb0j6s4s7f2dhk2afcf7z83mqkwb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/634bd324148d6b74e1098362e06dc512456cde31/recipes/ac-octave";
- sha256 = "1g5s4dk1rcgkjn17jfw6g201pw0vfhqcx1nhigmnizpnzy0man9z";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/ac-octave";
- license = lib.licenses.free;
- };
- }) {};
- ac-php = callPackage ({ ac-php-core
- , auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "ac-php";
- ename = "ac-php";
- version = "20190423.1922";
- src = fetchFromGitHub {
- owner = "xcwen";
- repo = "ac-php";
- rev = "6069c9bdf755384b6cda0ca70fc19cf951f08b3b";
- sha256 = "1znjx2g5004w4f8hmm4gbdjrij2zmmf5ng18ld0pm2lgb3y3cib4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/ac-php";
- sha256 = "1wqwwgdln98snlq5msdx94b7985krvqfn264hxs1h94r85kgn1ba";
- name = "recipe";
- };
- packageRequires = [ ac-php-core auto-complete yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/ac-php";
- license = lib.licenses.free;
- };
- }) {};
- ac-php-core = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , php-mode
- , popup
- , s
- , xcscope }:
- melpaBuild {
- pname = "ac-php-core";
- ename = "ac-php-core";
- version = "20190531.2322";
- src = fetchFromGitHub {
- owner = "xcwen";
- repo = "ac-php";
- rev = "19b34b56ebc0eaabf9b1f4a8ac6819bde9855d2b";
- sha256 = "02j0dwzbvi744ybdqwx8dan1ahl2yar7cw20n619vbmxn0r6pml2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/ac-php-core";
- sha256 = "0vk3jsxb7dgk5a6pap3bdqkqwpszil0rck1c3y0wyxrlj2y1jcvn";
- name = "recipe";
- };
- packageRequires = [ dash f php-mode popup s xcscope ];
- meta = {
- homepage = "https://melpa.org/#/ac-php-core";
- license = lib.licenses.free;
- };
- }) {};
- ac-racer = callPackage ({ auto-complete
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , racer }:
- melpaBuild {
- pname = "ac-racer";
- ename = "ac-racer";
- version = "20170114.9";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-ac-racer";
- rev = "4408c2d652dec0432e20c05e001db8222d778c6b";
- sha256 = "01154kqzh3pjy57vxhv27nm69p85a1fwl7r95c7pzmzxgxigfz1p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e4318daf4dbb6864ee41f41287c89010fb811641/recipes/ac-racer";
- sha256 = "1vkvh8y3ckvzvqxj4i2k6jqri94121wbfjziybli74qba8dca4yp";
- name = "recipe";
- };
- packageRequires = [ auto-complete emacs racer ];
- meta = {
- homepage = "https://melpa.org/#/ac-racer";
- license = lib.licenses.free;
- };
- }) {};
- ac-rtags = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , rtags }:
- melpaBuild {
- pname = "ac-rtags";
- ename = "ac-rtags";
- version = "20181117.1149";
- src = fetchFromGitHub {
- owner = "Andersbakken";
- repo = "rtags";
- rev = "5e51faa79016b3302d8037e13329a4320de524f5";
- sha256 = "0qw6l96k2hxv3jvjw3nvas7m73jqj7mcchawzss8by92l61n0cx7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/ac-rtags";
- sha256 = "1w9v32di9135mm598c4506gxf0xr5jyz8dyd9dhga5d60q7g9641";
- name = "recipe";
- };
- packageRequires = [ auto-complete rtags ];
- meta = {
- homepage = "https://melpa.org/#/ac-rtags";
- license = lib.licenses.free;
- };
- }) {};
- ac-skk = callPackage ({ auto-complete
- , cl-lib ? null
- , ddskk
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , tinysegmenter }:
- melpaBuild {
- pname = "ac-skk";
- ename = "ac-skk";
- version = "20141229.1719";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "ac-skk.el";
- rev = "d25a265930430d080329789fb253d786c01dfa24";
- sha256 = "1nvz0jfz4x99xc5ywspl8fdpyqns5zd0j7i4bwzlwplmy3qakjwm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d9d8268d2db4b38ca18156964483b0b067f6f5d/recipes/ac-skk";
- sha256 = "0iycyfgv8v15ygngvyx66m3w3sv8p9h6q6j1hbpzwd8azl8fzj5z";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib ddskk tinysegmenter ];
- meta = {
- homepage = "https://melpa.org/#/ac-skk";
- license = lib.licenses.free;
- };
- }) {};
- ac-slime = callPackage ({ auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , slime }:
- melpaBuild {
- pname = "ac-slime";
- ename = "ac-slime";
- version = "20171027.1400";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ac-slime";
- rev = "a91f664510d3da24b02e87e4aa59d049483a6529";
- sha256 = "04qjj5jw7yp49nbb0p70cxlad8m4nq5mhil4k6pav74nkgjrldcl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/ac-slime";
- sha256 = "0mk3k1lcbqa16xvsbgk28x09vzqyaidqaqpq934xdbrwhdgwgckg";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib slime ];
- meta = {
- homepage = "https://melpa.org/#/ac-slime";
- license = lib.licenses.free;
- };
- }) {};
- ac-sly = callPackage ({ auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sly }:
- melpaBuild {
- pname = "ac-sly";
- ename = "ac-sly";
- version = "20170728.327";
- src = fetchFromGitHub {
- owner = "qoocku";
- repo = "ac-sly";
- rev = "bf69c687c4ecf1994349d20c182e9b567399912e";
- sha256 = "09g6v2yp3wl566488zsb79lklqpai9dgz6xwv1y5h6zkghxvkhpy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb26741e841d4886c14f0a059a52805732f179b1/recipes/ac-sly";
- sha256 = "1ng81b5f8w2s9mm9s7h5kwyx8fdwndnlsbzx50slmqyaz2ad15mx";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib sly ];
- meta = {
- homepage = "https://melpa.org/#/ac-sly";
- license = lib.licenses.free;
- };
- }) {};
- academic-phrases = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "academic-phrases";
- ename = "academic-phrases";
- version = "20180723.321";
- src = fetchFromGitHub {
- owner = "nashamri";
- repo = "academic-phrases";
- rev = "25d9cf67feac6359cb213f061735e2679c84187f";
- sha256 = "0m32jpg6n0azz2f4y57y92zfvzm54ankx5cm06gli2zw2v1218fw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe4323043fb875c0252861800e61fdd0a51ed453/recipes/academic-phrases";
- sha256 = "18y6lff7xwg6hczwgavwp32848gnlmc30afra9x7m8wmdddps1bh";
- name = "recipe";
- };
- packageRequires = [ dash emacs ht s ];
- meta = {
- homepage = "https://melpa.org/#/academic-phrases";
- license = lib.licenses.free;
- };
- }) {};
- ace-flyspell = callPackage ({ avy
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-flyspell";
- ename = "ace-flyspell";
- version = "20170308.2109";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "ace-flyspell";
- rev = "538d4f8508d305262ba0228dfe7c819fb65b53c9";
- sha256 = "1yplf5klgjjzx3cb1ihqb9f9cwn898l0vhasc3cwiqz6ldyq2na8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ace-flyspell";
- sha256 = "1zgywb90cg64nllbbk0x9ipm6znyc5yh7vkajrrnw06r5vabyp9y";
- name = "recipe";
- };
- packageRequires = [ avy ];
- meta = {
- homepage = "https://melpa.org/#/ace-flyspell";
- license = lib.licenses.free;
- };
- }) {};
- ace-isearch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-isearch";
- ename = "ace-isearch";
- version = "20170506.12";
- src = fetchFromGitHub {
- owner = "tam17aki";
- repo = "ace-isearch";
- rev = "0502f95e333c8059a678745e5a112542965661d1";
- sha256 = "1gzvhxkx7dl7wh2fkkiq9vplfhrqyxl0vzlzf617j4gggjbkpzps";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/344f0cf784a027cde196b7d766024fb415fa1968/recipes/ace-isearch";
- sha256 = "0n8qf08z9n8c2sp5ks29nxcfks5mil1jj6wq348apda8safk36hm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ace-isearch";
- license = lib.licenses.free;
- };
- }) {};
- ace-jump-buffer = callPackage ({ avy
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-jump-buffer";
- ename = "ace-jump-buffer";
- version = "20171031.850";
- src = fetchFromGitHub {
- owner = "waymondo";
- repo = "ace-jump-buffer";
- rev = "ae5be0415c823f7bb66833aa4af2180d4cf99cef";
- sha256 = "0zg4x5faxkp0gnjq7209hn74qkzmk8k7wbr7k8wxpssjbnmxkvd1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31100b5b899e942de7796bcbf6365625d1b62574/recipes/ace-jump-buffer";
- sha256 = "0hkxa0ps0v1hwmjafqbnyr6rc4s0w95igk8y3w53asl7f5sj5mpi";
- name = "recipe";
- };
- packageRequires = [ avy dash ];
- meta = {
- homepage = "https://melpa.org/#/ace-jump-buffer";
- license = lib.licenses.free;
- };
- }) {};
- ace-jump-helm-line = callPackage ({ avy
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-jump-helm-line";
- ename = "ace-jump-helm-line";
- version = "20160918.1136";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "ace-jump-helm-line";
- rev = "1483055255df3f8ae349f7520f05b1e43ea3ed37";
- sha256 = "191a2g1if1jliikbxkpwmvlp4v1sp541j71xrlymili8ygm0idq5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8925f3daa92ff39776b55642aa9ec0e49245c0c7/recipes/ace-jump-helm-line";
- sha256 = "04q8wh6jskvbiq6y2xsp2ir23vgz5zw09rm127sgiqrmn0jc61b9";
- name = "recipe";
- };
- packageRequires = [ avy helm ];
- meta = {
- homepage = "https://melpa.org/#/ace-jump-helm-line";
- license = lib.licenses.free;
- };
- }) {};
- ace-jump-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-jump-mode";
- ename = "ace-jump-mode";
- version = "20140616.115";
- src = fetchFromGitHub {
- owner = "winterTTr";
- repo = "ace-jump-mode";
- rev = "8351e2df4fbbeb2a4003f2fb39f46d33803f3dac";
- sha256 = "17axrgd99glnl6ma4ls3k01ysdqmiqr581wnrbsn3s4gp53mm2x6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/ace-jump-mode";
- sha256 = "0yk0kppjyblr5wamncrjm3ym3n8jcl0r0g0cbnwni89smvpngij6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ace-jump-mode";
- license = lib.licenses.free;
- };
- }) {};
- ace-jump-zap = callPackage ({ ace-jump-mode
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-jump-zap";
- ename = "ace-jump-zap";
- version = "20170717.1149";
- src = fetchFromGitHub {
- owner = "waymondo";
- repo = "ace-jump-zap";
- rev = "52b5d4c6c73bd0fc833a0dcb4e803a5287d8cae8";
- sha256 = "1iw90mk6hdrbskxgv67xj27qd26w5dlh4s6a6xqqsj8ld56nzbvr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b435db3b79333a20aa27a72f33c431f0a019ba1/recipes/ace-jump-zap";
- sha256 = "07bkmly3lvlbby2m13nj3m1q0gcnwy5sas7d6ws6vr9jh0d36byb";
- name = "recipe";
- };
- packageRequires = [ ace-jump-mode dash ];
- meta = {
- homepage = "https://melpa.org/#/ace-jump-zap";
- license = lib.licenses.free;
- };
- }) {};
- ace-link = callPackage ({ avy
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-link";
- ename = "ace-link";
- version = "20190406.1944";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "ace-link";
- rev = "30937c6fe1ffe016dc0387f3060f67eb8b5d229a";
- sha256 = "09l9zzs2bskf1mmlykjcqpw4vgnlxmq9qf0d78m1ngq7c9ymlnqw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68032f40c0ce4170a22db535be4bfa7099f61f85/recipes/ace-link";
- sha256 = "1jl805r2s3wa0xyhss1q28rcy6y2fngf0yfcrcd9wf8kamhpajk5";
- name = "recipe";
- };
- packageRequires = [ avy ];
- meta = {
- homepage = "https://melpa.org/#/ace-link";
- license = lib.licenses.free;
- };
- }) {};
- ace-mc = callPackage ({ ace-jump-mode
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multiple-cursors }:
- melpaBuild {
- pname = "ace-mc";
- ename = "ace-mc";
- version = "20190205.2349";
- src = fetchFromGitHub {
- owner = "mm--";
- repo = "ace-mc";
- rev = "6877880efd99e177e4e9116a364576def3da391b";
- sha256 = "180licc7w5b6f42ifwvllbnmf3aq8cbr8jhkbk37lzick4sv10d2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/62e3a5f23ce219b16081cb0bba9fc4699e11fafa/recipes/ace-mc";
- sha256 = "1kca6ha2glhv7lkamqx3sxp7dy05c7f6xxy3lr3v2bik8r50jss8";
- name = "recipe";
- };
- packageRequires = [ ace-jump-mode dash multiple-cursors ];
- meta = {
- homepage = "https://melpa.org/#/ace-mc";
- license = lib.licenses.free;
- };
- }) {};
- ace-pinyin = callPackage ({ avy
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pinyinlib }:
- melpaBuild {
- pname = "ace-pinyin";
- ename = "ace-pinyin";
- version = "20190122.2002";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "ace-pinyin";
- rev = "4915b2413359d85002918e322dbc90c4984b4277";
- sha256 = "1yv3445p6w10wj310ffla2ghh81fynwgmxpsfkwgbcsbcjx9hmsl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ace-pinyin";
- sha256 = "1b3asvzm3k66lsdkmlsgmnf8xlyic8zv294j1iahzkwm6bzqj8wd";
- name = "recipe";
- };
- packageRequires = [ avy pinyinlib ];
- meta = {
- homepage = "https://melpa.org/#/ace-pinyin";
- license = lib.licenses.free;
- };
- }) {};
- ace-popup-menu = callPackage ({ avy-menu
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-popup-menu";
- ename = "ace-popup-menu";
- version = "20181231.2302";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "ace-popup-menu";
- rev = "580f2eab0e8621ae08b85b70cd573a764a5e0f7d";
- sha256 = "0f4rzbx1apl6pzkbg43sjirbr4nm97bgfbvk15w68jj91q804b9h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/53742e2242101c4b3b3901f5c74e24facf62c7d6/recipes/ace-popup-menu";
- sha256 = "1cq1mpv7v98bqrpsm598krq1741b6rwih71cx3yjifpbagrv4m5s";
- name = "recipe";
- };
- packageRequires = [ avy-menu emacs ];
- meta = {
- homepage = "https://melpa.org/#/ace-popup-menu";
- license = lib.licenses.free;
- };
- }) {};
- ace-window = callPackage ({ avy
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-window";
- ename = "ace-window";
- version = "20190527.651";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "ace-window";
- rev = "138a80cbc4e9ed17d3a085a3687f5223a142a9a3";
- sha256 = "1b9b5zjm7lkdnj3zrk9sh271jdx96wd267774781dlf29i8mgm9q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42fe131d3c2ea498e4df30ba539a6b91c00f5b07/recipes/ace-window";
- sha256 = "1k0x8m1phmvgdxb5aj841iai9q96a5lfq8i4b5vnlbc3w888n3xa";
- name = "recipe";
- };
- packageRequires = [ avy ];
- meta = {
- homepage = "https://melpa.org/#/ace-window";
- license = lib.licenses.free;
- };
- }) {};
- achievements = callPackage ({ fetchhg
- , fetchurl
- , keyfreq
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "achievements";
- ename = "achievements";
- version = "20150530.1126";
- src = fetchhg {
- url = "https://bitbucket.com/gvol/emacs-achievements";
- rev = "18a422131c12";
- sha256 = "0nk1zhqx0lvckjc98b36125148zgx1l2axln8gvkdwlhrd2cc6vj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/83ec19a4ebac6b2d0fd84939b393848f82620978/recipes/achievements";
- sha256 = "1pwlibq87ph20z2pssk5hbgs6v8kdym9193jjdx2rxp0nic4k0cr";
- name = "recipe";
- };
- packageRequires = [ keyfreq ];
- meta = {
- homepage = "https://melpa.org/#/achievements";
- license = lib.licenses.free;
- };
- }) {};
- ack-menu = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , mag-menu
- , melpaBuild }:
- melpaBuild {
- pname = "ack-menu";
- ename = "ack-menu";
- version = "20150504.1322";
- src = fetchFromGitHub {
- owner = "chumpage";
- repo = "ack-menu";
- rev = "f77be93a4697926ecf3195a355eb69580f695f4d";
- sha256 = "02ba4d8qkvgy52g0zcbyfvsnhr9685gq569nkwa2as30xdcq3khm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ff331ed45e5b7697e4862e723408602ecc98bc7/recipes/ack-menu";
- sha256 = "1d2kw04ndxji2qjcm1b65qnxpp08zx8gbia8bl6x6mnjb2isc2d9";
- name = "recipe";
- };
- packageRequires = [ mag-menu ];
- meta = {
- homepage = "https://melpa.org/#/ack-menu";
- license = lib.licenses.free;
- };
- }) {};
- actionscript-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "actionscript-mode";
- ename = "actionscript-mode";
- version = "20180527.1001";
- src = fetchFromGitHub {
- owner = "austinhaas";
- repo = "actionscript-mode";
- rev = "65abd58e198458a8e46748c5962c41d80d60c4ea";
- sha256 = "0cb8kkhh43wg63abjx6d4x55f0l3r6ziqcaz8rz1zr12jffnac8z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c11e74f2156f109b713380cebf83022d7159d4a/recipes/actionscript-mode";
- sha256 = "1dkiay9jmizvslji5kzab4dxm1dq0jm8ps7sjq6710g7a5aqdvwq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/actionscript-mode";
- license = lib.licenses.free;
- };
- }) {};
- activity-watch-mode = callPackage ({ cl
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild
- , projectile
- , request }:
- melpaBuild {
- pname = "activity-watch-mode";
- ename = "activity-watch-mode";
- version = "20190423.829";
- src = fetchFromGitHub {
- owner = "pauldub";
- repo = "activity-watch-mode";
- rev = "c2ad321952524d88dd34842a6989b6e2d8acb646";
- sha256 = "1fan25w5zb33i8mbd06iwz8vjac0alcv1r73h9hyzdkn8ivl6k3s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9780c413da8001651191fb8f9708fe9691d714cf/recipes/activity-watch-mode";
- sha256 = "0k0ai6658gb43c4ylrq66zqzrfh6ksvkf0kxj2qx8a5a1aw9bd4d";
- name = "recipe";
- };
- packageRequires = [ cl emacs json projectile request ];
- meta = {
- homepage = "https://melpa.org/#/activity-watch-mode";
- license = lib.licenses.free;
- };
- }) {};
- adafruit-wisdom = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "adafruit-wisdom";
- ename = "adafruit-wisdom";
- version = "20180224.1652";
- src = fetchFromGitHub {
- owner = "gonewest818";
- repo = "adafruit-wisdom.el";
- rev = "473b973885589a4843e80daf5c8503ea4cedf2ff";
- sha256 = "0xzzyvnvv0951rr5l5l1vgls3cj5884nhfgqb8w5ian28jsf28bx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18483af52c26f719fbfde626db84a67750bf4754/recipes/adafruit-wisdom";
- sha256 = "0ckh420cirspwg2yd5q9y1az03j2l1jzd67g8dpvqjkgdp485gad";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/adafruit-wisdom";
- license = lib.licenses.free;
- };
- }) {};
- add-hooks = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "add-hooks";
- ename = "add-hooks";
- version = "20171216.1723";
- src = fetchFromGitHub {
- owner = "nickmccurdy";
- repo = "add-hooks";
- rev = "1845137703461fc44bd77cf24014ba58f19c369d";
- sha256 = "02s9mv26ycypn4qfshrh17v1hsys2q9vffxj3g4lgq0lykplvkkm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/901f846aef46d512dc0a1770bab7f07c0ae330cd/recipes/add-hooks";
- sha256 = "09a5b3prznibkb5igfn8x3vsjrlkh3534zycs8g25g4li87mcb6p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/add-hooks";
- license = lib.licenses.free;
- };
- }) {};
- add-node-modules-path = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "add-node-modules-path";
- ename = "add-node-modules-path";
- version = "20180710.1642";
- src = fetchFromGitHub {
- owner = "codesuki";
- repo = "add-node-modules-path";
- rev = "f31e69ccb681f882aebb806ce6e9478e3ac39708";
- sha256 = "0p106bqmvdr8by5iv02bshm339qbrjcch2d15mrm4h3nav03v306";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63e99d8fc0678d7b1831cae8940e9e6547780861/recipes/add-node-modules-path";
- sha256 = "0gbl875fgqr5np6r4cs8njs6fil1qmy8a5wir88x78ybdwwxsmbl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/add-node-modules-path";
- license = lib.licenses.free;
- };
- }) {};
- addressbook-bookmark = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "addressbook-bookmark";
- ename = "addressbook-bookmark";
- version = "20171107.2234";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "addressbook-bookmark";
- rev = "4f560af8397a46772e4b39f74f44a9ec9309a224";
- sha256 = "166iih6fzfizb1yxfhwzh9w9c3wi2xb25qjgialp5rwxlwdwy9dr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a497aec6e27efa627068542cae5a16c01c3c6d3c/recipes/addressbook-bookmark";
- sha256 = "15p00v4ndrsbadal0ss176mks4ynj39786bmrnil29b6sqibd43r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/addressbook-bookmark";
- license = lib.licenses.free;
- };
- }) {};
- adoc-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , markup-faces
- , melpaBuild }:
- melpaBuild {
- pname = "adoc-mode";
- ename = "adoc-mode";
- version = "20160314.1430";
- src = fetchFromGitHub {
- owner = "sensorflo";
- repo = "adoc-mode";
- rev = "745884359a1b8826ede2c4cfd2f0b5478953ac40";
- sha256 = "199da15f6p84809z33w3m35lrk9bgx8qpgnxsxgisli373mpzvd8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/adoc-mode";
- sha256 = "0jd3zr4zpb4qqn504azl0y02cryv7n9wphv64b0fbpipr7w5hm2c";
- name = "recipe";
- };
- packageRequires = [ markup-faces ];
- meta = {
- homepage = "https://melpa.org/#/adoc-mode";
- license = lib.licenses.free;
- };
- }) {};
- aes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aes";
- ename = "aes";
- version = "20171028.2323";
- src = fetchFromGitHub {
- owner = "Sauermann";
- repo = "emacs-aes";
- rev = "b7d5da89c3443292e4f0b1c9d254d459933cf5af";
- sha256 = "0nz1lf77qr3vm90rm02d4inw8glav722rxsiqds76m4xsjrq02m7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/33ca3106852f82624b36c7e3f03f5c0c620f304f/recipes/aes";
- sha256 = "11vl9x3ldrv7q7rd29xk4xmlvfxs0m6iys84f6mlgf00190l5r5v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/aes";
- license = lib.licenses.free;
- };
- }) {};
- afternoon-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "afternoon-theme";
- ename = "afternoon-theme";
- version = "20140104.1059";
- src = fetchFromGitHub {
- owner = "osener";
- repo = "emacs-afternoon-theme";
- rev = "89b1d778a1f8b385775c122f2bd1c62f0fbf931a";
- sha256 = "19d5d6qs5nwmpf26rsb86ranb5p4236qp7p2b4i88cimcmzspylb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/583256b7fa48501c8bfad305d76d2e16b6441539/recipes/afternoon-theme";
- sha256 = "13xgdw8px58sxpl7nyhkcdxwqdpp13i8wghvlb3l4471plw3vqgj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/afternoon-theme";
- license = lib.licenses.free;
- };
- }) {};
- ag = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ag";
- ename = "ag";
- version = "20180225.240";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "ag.el";
- rev = "77b4f50c5372bf219da496567b2b867261f0d354";
- sha256 = "0kwp6bb8fwv76x9r35rz4mvwica1fsappp82rjr1xlhnwwdsc120";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67f410ac3a58a038e194bcf174bc0a8ceceafb9a/recipes/ag";
- sha256 = "1r4ai09vdckkg4h4i7dp781qqmm4kky53p4q8azp3n2c78i1vz6g";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash s ];
- meta = {
- homepage = "https://melpa.org/#/ag";
- license = lib.licenses.free;
- };
- }) {};
- aggressive-fill-paragraph = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aggressive-fill-paragraph";
- ename = "aggressive-fill-paragraph";
- version = "20180910.116";
- src = fetchFromGitHub {
- owner = "davidshepherd7";
- repo = "aggressive-fill-paragraph-mode";
- rev = "39eb7ac73976d4d4044ef3d750c3ade967d036e1";
- sha256 = "1ly79z9aqy3b2wq11ifvvkls9qqbpkbb8hj7nsvpq59vqa9fknli";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/982f5936f2d83222263df2886ca0b629076366bb/recipes/aggressive-fill-paragraph";
- sha256 = "1df4bk3ks09805y67af6z1gpfln0lz773jzbbckfl0fy3yli0dja";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/aggressive-fill-paragraph";
- license = lib.licenses.free;
- };
- }) {};
- aggressive-indent = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aggressive-indent";
- ename = "aggressive-indent";
- version = "20190218.1531";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "aggressive-indent-mode";
- rev = "3803f24020ef0a656dc5345713c4964073aec9a8";
- sha256 = "0dbg4lmzq0r7pvqx0wqxdcnmqz76nk9sdbwg276cmflqj9m0q7z1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/aggressive-indent";
- sha256 = "1qi8jbr28gax35siim3hnnkiy8pa2vcrzqzc6axr98wzny46x0i2";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/aggressive-indent";
- license = lib.licenses.free;
- };
- }) {};
- agtags = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "agtags";
- ename = "agtags";
- version = "20181229.1634";
- src = fetchFromGitHub {
- owner = "vietor";
- repo = "agtags";
- rev = "7a59137db7780678cf86d0c1193da5fde38bc759";
- sha256 = "1mr1k7bx5zq54j3vhjhny5wzh3z8dh94rcv0bqlmzc8ibidj557p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb6677262303a0cad2d844db77693c00d9bc575a/recipes/agtags";
- sha256 = "07kpdbchplkbspid8gnjsprbdwf244nr2q596pw6jl17bysbbbk7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/agtags";
- license = lib.licenses.free;
- };
- }) {};
- ahg = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ahg";
- ename = "ahg";
- version = "20181120.501";
- src = fetchhg {
- url = "https://bitbucket.com/agriggio/ahg";
- rev = "7213c02fdbd6";
- sha256 = "0dxgb033rzayjah2yyxprjsk7ir25a5pqjp3lmx8dj8g9bcxddx5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/ahg";
- sha256 = "0kw138lfzwp54fmly3jzzml11y7fhcjp3w0irmwdzr68lc206lr4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ahg";
- license = lib.licenses.free;
- };
- }) {};
- ahk-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ahk-mode";
- ename = "ahk-mode";
- version = "20190322.2323";
- src = fetchFromGitHub {
- owner = "ralesi";
- repo = "ahk-mode";
- rev = "66e02a3b44d672787b1f13a30008801a9efca65b";
- sha256 = "15x1hwar0i89y2vbjrfp7d0b2fj48zqribfm4323k1fc18hbzrb7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/ahk-mode";
- sha256 = "0jx5vhlfw5r6l4125bjjbf7dl1589ac6j419swx26k3p8p58d93r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ahk-mode";
- license = lib.licenses.free;
- };
- }) {};
- ahungry-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ahungry-theme";
- ename = "ahungry-theme";
- version = "20180130.1928";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "color-theme-ahungry";
- rev = "a038d91ec593d1f1b19ca66a0576d59bbc24c523";
- sha256 = "0f86xp7l8bv4z5dgf3pamjgqyiq3kfx9gbi9wcw0m6lbza8db15a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/520295978fd7de3f4266dd69cc30d0b4fdf09db0/recipes/ahungry-theme";
- sha256 = "0fhim0qscpqx9siprp3ax1azxzmqkzvrjx517d9bnd68z7xxbpqy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ahungry-theme";
- license = lib.licenses.free;
- };
- }) {};
- aio = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aio";
- ename = "aio";
- version = "20190601.53";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacs-aio";
- rev = "0e8a18f1bbb5f7be0f88d8e02ef13494736d63bc";
- sha256 = "1aikvka4s97p5s26vclrnamgj8agx1j8ls6q3x7mxf8mhpv4ghqz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/95744cc13e7ac8d9acd794004d951f62e5880fa4/recipes/aio";
- sha256 = "0sd8g2w4n9r2ndmp353v89xvky8043vmd92v2ggbl45chhpjl5zw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/aio";
- license = lib.licenses.free;
- };
- }) {};
- airline-themes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , powerline }:
- melpaBuild {
- pname = "airline-themes";
- ename = "airline-themes";
- version = "20180410.2106";
- src = fetchFromGitHub {
- owner = "AnthonyDiGirolamo";
- repo = "airline-themes";
- rev = "8b528fbae0e557461315bed82883275d58df41f2";
- sha256 = "1xydgf9w0i2anpmjhy8m0zv1hql4gb37i11xfn6xzwna572z1ml9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/addeb923176132a52807308fa5e71d41c9511802/recipes/airline-themes";
- sha256 = "0jkhb6nigyjmwqny7g59h4ssfy64vl3qnwcw46wnx5k9i73cjyih";
- name = "recipe";
- };
- packageRequires = [ powerline ];
- meta = {
- homepage = "https://melpa.org/#/airline-themes";
- license = lib.licenses.free;
- };
- }) {};
- airplay = callPackage ({ deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , simple-httpd }:
- melpaBuild {
- pname = "airplay";
- ename = "airplay";
- version = "20130212.426";
- src = fetchFromGitHub {
- owner = "gongo";
- repo = "airplay-el";
- rev = "46fad71d293a3e18551cf464fe6c6208a7a32d9d";
- sha256 = "1dlmkx17lafkxz3sfajylc5fml5rq339xn6v2qj463gg4n8sdgij";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7f9d8229e4c91f4e3e8925b07e59d2a81cc745e/recipes/airplay";
- sha256 = "095nibgs197iplphk6csvkgsrgh1fcfyy33py860v6qmihvk538f";
- name = "recipe";
- };
- packageRequires = [ deferred request simple-httpd ];
- meta = {
- homepage = "https://melpa.org/#/airplay";
- license = lib.licenses.free;
- };
- }) {};
- alan-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "alan-mode";
- ename = "alan-mode";
- version = "20190406.2255";
- src = fetchFromGitHub {
- owner = "M-industries";
- repo = "AlanForEmacs";
- rev = "a5a705b64230bb14ad1d19bcc0613e3261e8cbe5";
- sha256 = "1jhsrb26fpm9yykp974rx77ika76zq3gq7pcjgixw4d4ga737d95";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e52314db81dad3517ab400099b032260c3e3e6f/recipes/alan-mode";
- sha256 = "1528rh26kr9zj43djbrfb7vmq78spfay3k3ps5apc580ipx1a4hg";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck s ];
- meta = {
- homepage = "https://melpa.org/#/alan-mode";
- license = lib.licenses.free;
- };
- }) {};
- alarm-clock = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "alarm-clock";
- ename = "alarm-clock";
- version = "20190211.2107";
- src = fetchFromGitHub {
- owner = "wlemuel";
- repo = "alarm-clock";
- rev = "d5706ace823f75136107c09c6dad79df7c3b290e";
- sha256 = "1jaagkzfdn9z1plw7ky7gabp45gv0a0gap2a55is1i9cyy83kzmw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/440fe05fa0d10d54e9c52e2e54e71a1321325376/recipes/alarm-clock";
- sha256 = "1cgrj6dzpx0q15qzr9d342wg8w92c2r4zmk7rif2h87qxr66fbrg";
- name = "recipe";
- };
- packageRequires = [ emacs f ];
- meta = {
- homepage = "https://melpa.org/#/alarm-clock";
- license = lib.licenses.free;
- };
- }) {};
- alchemist = callPackage ({ company
- , dash
- , elixir-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , s }:
- melpaBuild {
- pname = "alchemist";
- ename = "alchemist";
- version = "20180312.604";
- src = fetchFromGitHub {
- owner = "tonini";
- repo = "alchemist.el";
- rev = "6f99367511ae209f8fe2c990779764bbb4ccb6ed";
- sha256 = "12f95rwxs11sqf1w9pnf6cxc2lh2jz4nqkq33p8b5yamnl8cq9kg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6616dc61d17c5bd89bc4d226baab24a1f8e49b3e/recipes/alchemist";
- sha256 = "18jxw0zb7y34qbm4bcpfpb2656f0h9grmrbfskgp4ra4q5q3n369";
- name = "recipe";
- };
- packageRequires = [ company dash elixir-mode emacs pkg-info s ];
- meta = {
- homepage = "https://melpa.org/#/alchemist";
- license = lib.licenses.free;
- };
- }) {};
- alda-mode = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "alda-mode";
- ename = "alda-mode";
- version = "20180607.2305";
- src = fetchFromGitLab {
- owner = "jgkamat";
- repo = "alda-mode";
- rev = "ebc4232e754a3a49c937f59ebd849520b901e54c";
- sha256 = "1rnvchb2rh7yzp2nw7qs9nh9m2r9cvhmkvh1qda3avf1ha9q20hp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/848cb17d871287c401496e4483e400b44696e89d/recipes/alda-mode";
- sha256 = "0qvaxh4392rpxikylcnn31z13wabaydj5aa4jyn499ggqdz7liw9";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/alda-mode";
- license = lib.licenses.free;
- };
- }) {};
- alect-themes = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "alect-themes";
- ename = "alect-themes";
- version = "20190506.740";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "alect-themes";
- rev = "da7305075d292cc1909bf26dc5634bc3cc8d2603";
- sha256 = "06nsfmydlcdqi4fp3nn6yz4xys38f3q196pf3bmmdqgg7pbcm259";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84c25a290ae4bcc4674434c83c66ae128e4c4282/recipes/alect-themes";
- sha256 = "04fq65qnxlvl5nc2q037c6yb4nf422dfw2913gv6zfh9rdmxsks8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/alect-themes";
- license = lib.licenses.free;
- };
- }) {};
- alert = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , gntp
- , lib
- , log4e
- , melpaBuild }:
- melpaBuild {
- pname = "alert";
- ename = "alert";
- version = "20190227.918";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "alert";
- rev = "a53e39e2fcd14fd0c04db9b27776831f04593b7f";
- sha256 = "1zlnp0hg6sc3n252ca6kgnfyhxgv1b389h4qszp31jg6fwp3jgpm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/113953825ac4ff98d90a5375eb48d8b7bfa224e7/recipes/alert";
- sha256 = "0x3cvczq09jvshz435jw2fjm69457x2wxdvvbbjq46nfnybhi118";
- name = "recipe";
- };
- packageRequires = [ cl-lib gntp log4e ];
- meta = {
- homepage = "https://melpa.org/#/alert";
- license = lib.licenses.free;
- };
- }) {};
- alert-termux = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "alert-termux";
- ename = "alert-termux";
- version = "20181119.151";
- src = fetchFromGitHub {
- owner = "gergelypolonkai";
- repo = "alert-termux";
- rev = "8215cf1d86392738c35a90bbc0055359265dfc4d";
- sha256 = "05znscs3dljkzsk6xkbw3mx3ns8j0y31l9m01mswqmq98msa409f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d43e98a7142cf0edc89fa9e2f2817787c073667f/recipes/alert-termux";
- sha256 = "19dfxbpp1kn1ara0fj9xr0ishpk1yiykg2al8g43rcy615vkpk8j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/alert-termux";
- license = lib.licenses.free;
- };
- }) {};
- align-cljlet = callPackage ({ clojure-mode
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "align-cljlet";
- ename = "align-cljlet";
- version = "20160112.1301";
- src = fetchFromGitHub {
- owner = "gstamp";
- repo = "align-cljlet";
- rev = "ebcf0a912e836579a3a9d386e22c1c4bef7fba17";
- sha256 = "1g0fp77zrnpa9dplj41my2wsin6qxpw49f7451km29mjayh2zhfj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/align-cljlet";
- sha256 = "0pnhhv33rvlmb3823xpy9v5h6q99fa7fn38djbwry4rymi4jmlih";
- name = "recipe";
- };
- packageRequires = [ clojure-mode ];
- meta = {
- homepage = "https://melpa.org/#/align-cljlet";
- license = lib.licenses.free;
- };
- }) {};
- all-ext = callPackage ({ all
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "all-ext";
- ename = "all-ext";
- version = "20170114.1805";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "all-ext";
- rev = "9f4ef84a147cf4e0af6ef45826d6cb3558db6b88";
- sha256 = "0gdrsi9n9i1ibijkgk5kyjdjdmnsccfbpifpv679371glap9f68b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8e4328cae9b4759a75da0b26ea8b68821bc71af/recipes/all-ext";
- sha256 = "0vmpa5p7likg2xgck18sa0jvmvnhjs9v1fbl82sxx7qy2f3cggql";
- name = "recipe";
- };
- packageRequires = [ all ];
- meta = {
- homepage = "https://melpa.org/#/all-ext";
- license = lib.licenses.free;
- };
- }) {};
- all-the-icons = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , memoize }:
- melpaBuild {
- pname = "all-the-icons";
- ename = "all-the-icons";
- version = "20190320.1109";
- src = fetchFromGitHub {
- owner = "domtronn";
- repo = "all-the-icons.el";
- rev = "f996fafa5b2ea072d0ad1df9cd98acc75820f530";
- sha256 = "0yc07xppgv78l56v7qwqp4sf3p44znkv5l0vlvwg8x1dciksxgqw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/604c01aa15927bd122260529ff0f4bb6a8168b7e/recipes/all-the-icons";
- sha256 = "00ba4gkfvg38l4s0gsb4asvv1hfw9yjl2786imybzy7bkg9f9x3q";
- name = "recipe";
- };
- packageRequires = [ emacs memoize ];
- meta = {
- homepage = "https://melpa.org/#/all-the-icons";
- license = lib.licenses.free;
- };
- }) {};
- all-the-icons-dired = callPackage ({ all-the-icons
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "all-the-icons-dired";
- ename = "all-the-icons-dired";
- version = "20170418.1431";
- src = fetchFromGitHub {
- owner = "jtbm37";
- repo = "all-the-icons-dired";
- rev = "980b7747d6c4a7992a1ec56afad908956db0a519";
- sha256 = "1pvbgyxfj4j205nj1r02045f1y4wgavdsk7f45hxkkhms1rj8jyy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/all-the-icons-dired";
- sha256 = "1qj639z24ln29hv6c51g1vsa2jsy4qrlhf8c7d5w9bxcrcn2fnr9";
- name = "recipe";
- };
- packageRequires = [ all-the-icons emacs ];
- meta = {
- homepage = "https://melpa.org/#/all-the-icons-dired";
- license = lib.licenses.free;
- };
- }) {};
- all-the-icons-gnus = callPackage ({ all-the-icons
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "all-the-icons-gnus";
- ename = "all-the-icons-gnus";
- version = "20180510.2354";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "all-the-icons-gnus";
- rev = "27f78996da0725943bcfb2d18038e6f7bddfa9c7";
- sha256 = "0yi3nbhx7cdxq2192kh5ra2n0a3qg20p342prz3a0bm3w7q2ym11";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8ed74d39d165343c81c2a21aa47e3d3895d8119/recipes/all-the-icons-gnus";
- sha256 = "0vdqhpa49p8vzbad426gl0dvniapyk73kbscvjv7mdl4bwhcr309";
- name = "recipe";
- };
- packageRequires = [ all-the-icons dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/all-the-icons-gnus";
- license = lib.licenses.free;
- };
- }) {};
- all-the-icons-ivy = callPackage ({ all-the-icons
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "all-the-icons-ivy";
- ename = "all-the-icons-ivy";
- version = "20190508.1103";
- src = fetchFromGitHub {
- owner = "asok";
- repo = "all-the-icons-ivy";
- rev = "babea626db20773de4c408acb2788e2b9c8277e3";
- sha256 = "03fssygwia1gv35y6mzifnkg5cb4klaq240jfqmyfji9jq95jzrd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9496e6bb6f03f35444fb204860bc50e5e1b36214/recipes/all-the-icons-ivy";
- sha256 = "1xv67gxd2sqj6zld4i3qcid0x5qsbd7baz55m93y1ivdqi7x7gr2";
- name = "recipe";
- };
- packageRequires = [ all-the-icons emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/all-the-icons-ivy";
- license = lib.licenses.free;
- };
- }) {};
- almost-mono-themes = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "almost-mono-themes";
- ename = "almost-mono-themes";
- version = "20190526.2354";
- src = fetchFromGitHub {
- owner = "cryon";
- repo = "almost-mono-themes";
- rev = "c3a85c1a665530a5d830665969725cdba8eceb75";
- sha256 = "034k32xkr5ma415hlkbl35z0jxc4sa1inf87hg3y6lrlfl83fyjh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71ca87a0dd28f911dd988e1c208896b1ec5bfcc7/recipes/almost-mono-themes";
- sha256 = "1lv7c63lii8463mmsmxnldkwark2c6n46j9zvf990dhacwl4q1mg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/almost-mono-themes";
- license = lib.licenses.free;
- };
- }) {};
- amd-mode = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , js2-refactor
- , lib
- , makey
- , melpaBuild
- , projectile
- , s
- , seq }:
- melpaBuild {
- pname = "amd-mode";
- ename = "amd-mode";
- version = "20180111.602";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "amd-mode.el";
- rev = "01fd19e0d635ccaf8e812364d8720733f2e84126";
- sha256 = "040g07k2hcwqspansjqfpng0lxzkmip26ipz26q6mvkpwm2wilv4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e4d6e9935e4935c9de769c7bf1c1b6dd256e10da/recipes/amd-mode";
- sha256 = "17ry6vm5xlmdfs0mykdyn05cik38yswq5axdgn8hxrvvb6f58d06";
- name = "recipe";
- };
- packageRequires = [
- emacs
- f
- js2-mode
- js2-refactor
- makey
- projectile
- s
- seq
- ];
- meta = {
- homepage = "https://melpa.org/#/amd-mode";
- license = lib.licenses.free;
- };
- }) {};
- ameba = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ameba";
- ename = "ameba";
- version = "20190503.513";
- src = fetchFromGitHub {
- owner = "veelenga";
- repo = "ameba.el";
- rev = "76258a17e9ac6dee05469740938920dc3b7a0bb9";
- sha256 = "1crs6qq74krib1mi0z03d0r5xh0k3sf6j57g6s68v1x69zi9vc0a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d31485fd7de5ebb97daccf3e28d51f320d4f8cd/recipes/ameba";
- sha256 = "0500r0yihd208zc8cvdqgfn58a7mrhfnb0lqy509b4k0i8y0v5mq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ameba";
- license = lib.licenses.free;
- };
- }) {};
- ammonite-term-repl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , scala-mode }:
- melpaBuild {
- pname = "ammonite-term-repl";
- ename = "ammonite-term-repl";
- version = "20190511.1712";
- src = fetchFromGitHub {
- owner = "zwild";
- repo = "ammonite-term-repl";
- rev = "e8fcb22099d58c8c2becff0c66a87acf46dab132";
- sha256 = "05drkc8dz89i8j8y9smwz7yz0vhbg33cxb6bs1lh1mmhyw3kq9jp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf0ece0efb1fcf0ea7364df0d35fca69862f5e9a/recipes/ammonite-term-repl";
- sha256 = "004cvhyh4afgpb31m1q31g98x8c9m6lmsb5fzc4a1r5pb4p3iimp";
- name = "recipe";
- };
- packageRequires = [ emacs s scala-mode ];
- meta = {
- homepage = "https://melpa.org/#/ammonite-term-repl";
- license = lib.licenses.free;
- };
- }) {};
- ample-regexps = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ample-regexps";
- ename = "ample-regexps";
- version = "20151023.300";
- src = fetchFromGitHub {
- owner = "immerrr";
- repo = "ample-regexps.el";
- rev = "884c712a82773d3af500e71d20bebe52340352c5";
- sha256 = "18cicz11i19cpabrq6khnl9ks1khn6gw5a4ckaq4y65r40x0cr6g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6a5c72dfb52d55b2b22c91f115b32fff14f2f61e/recipes/ample-regexps";
- sha256 = "00y07pd438v7ldkn5f1w84cpxa1mvcnzjkj6sf5l5pm97xqiz7j2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ample-regexps";
- license = lib.licenses.free;
- };
- }) {};
- ample-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ample-theme";
- ename = "ample-theme";
- version = "20180207.945";
- src = fetchFromGitHub {
- owner = "jordonbiondo";
- repo = "ample-theme";
- rev = "366698400c555211c2082962a5d74f3dd79a78c8";
- sha256 = "1kzb15aqy7n2wxibmnihya7n6ajs34jxp9iin96n758nza92m59c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d448c03202137a461ed814ce87acfac23faf676e/recipes/ample-theme";
- sha256 = "055c6jy2q761za4cl1vlqdskcd3mc1j58k8b4418q7h2lv2zc0ry";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ample-theme";
- license = lib.licenses.free;
- };
- }) {};
- ample-zen-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ample-zen-theme";
- ename = "ample-zen-theme";
- version = "20150119.1354";
- src = fetchFromGitHub {
- owner = "mjwall";
- repo = "ample-zen";
- rev = "b277bb7abd4b6624e8d59f02474b79af50a007bd";
- sha256 = "18z9jl5d19a132k6g1dvwqfbbdh5cx66b2qxlcjsfiqxlxglc2sa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b3b8c21f5dfbe9d4845a01548c8b7d9ddfe172a7/recipes/ample-zen-theme";
- sha256 = "0xygk80mh05qssrbfj4h6k50pg557dyj6kzc2pdlmnr5r4gnzdn3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ample-zen-theme";
- license = lib.licenses.free;
- };
- }) {};
- amx = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "amx";
- ename = "amx";
- version = "20190418.2030";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "amx";
- rev = "b46e77d8ef9d1edf225e67055001f7e85048f842";
- sha256 = "0hrgq6kmfqx21y0dpvhwd82rap75lnn2lzlhria893yvqc7phzn5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c55bfad05343b2b0f3150fd2b4adb07a1768c1c0/recipes/amx";
- sha256 = "1ikhjvkca0lsb9j719yf6spg6nwc0qaydkd8aax162sis7kp9fap";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/amx";
- license = lib.licenses.free;
- };
- }) {};
- anaconda-mode = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pythonic
- , s }:
- melpaBuild {
- pname = "anaconda-mode";
- ename = "anaconda-mode";
- version = "20190111.724";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "anaconda-mode";
- rev = "af1b59d25044901b2db1612ff284fc7b4a7756e3";
- sha256 = "1jxr4gq4vwybb50pwnfkgmhdxaqlvr029vfa5hagd8d9n5ahpypa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e03b698fd3fe5b80bdd24ce01f7fba28e9da0da8/recipes/anaconda-mode";
- sha256 = "0gz16aam4zrm3s9ms13h4qcdflf55506kgkpyncq3bi54cvv8n1r";
- name = "recipe";
- };
- packageRequires = [ dash emacs f pythonic s ];
- meta = {
- homepage = "https://melpa.org/#/anaconda-mode";
- license = lib.licenses.free;
- };
- }) {};
- anaphora = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "anaphora";
- ename = "anaphora";
- version = "20180618.1500";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "anaphora";
- rev = "3b2da3f759b244975852e79721c4a2dbad3905cf";
- sha256 = "11fgiy029sqz7nvdm7dcal95lacryz9zql0x5h05z48nrrcl4bib";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8505db1945071a15ba0f2bb74b58d4a6875ca7d6/recipes/anaphora";
- sha256 = "1wb7fb3pc4gxvpjlm6gjbyx0rbhjiwd93qwc4vfw6p865ikl19y2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/anaphora";
- license = lib.licenses.free;
- };
- }) {};
- android-env = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "android-env";
- ename = "android-env";
- version = "20190513.622";
- src = fetchFromGitHub {
- owner = "fernando-jascovich";
- repo = "android-env.el";
- rev = "e89361c53304f0db1120b031876b9a7ff992b8fb";
- sha256 = "1qrjxg5bb2vg50cnmf8ifn3fs5vg55l2zydnx4j6yk7acicvj94m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/570ad0e94736d9fd16f3909bcfa928a9153ea703/recipes/android-env";
- sha256 = "1gfxrfg42rn2rzh5fr4w6h8ngczhl56jghfgrffz9x8wcxxmqgpr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/android-env";
- license = lib.licenses.free;
- };
- }) {};
- android-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "android-mode";
- ename = "android-mode";
- version = "20190109.214";
- src = fetchFromGitHub {
- owner = "remvee";
- repo = "android-mode";
- rev = "d60c88bfbd2dc5122bd2fde7dc11ec1e6848a5db";
- sha256 = "1hd7wxp8f67cnbyjs4bv9x18nvzn16qjy4pi7bkbcymfpwj33r38";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77633aa340803a433570327943fbe31b396f4355/recipes/android-mode";
- sha256 = "1nqrvq411yg4b9xb5cvc7ai7lfalwc2rfhclzprvymc4vxh6k4cc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/android-mode";
- license = lib.licenses.free;
- };
- }) {};
- angry-police-captain = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "angry-police-captain";
- ename = "angry-police-captain";
- version = "20120829.552";
- src = fetchFromGitHub {
- owner = "rolpereira";
- repo = "angry-police-captain-el";
- rev = "d11931c5cb63368dcc4a48797962428cca6d3e9d";
- sha256 = "1m0c7ns7aiycg86cgglir8bkw730fslyg1n15m9ki0da4cnmm97a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/angry-police-captain";
- sha256 = "00r3dx33h0wjxj0687ln8nbl1ff2badm3mk3r3bplfrd61z2qzld";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/angry-police-captain";
- license = lib.licenses.free;
- };
- }) {};
- angular-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "angular-mode";
- ename = "angular-mode";
- version = "20151201.1327";
- src = fetchFromGitHub {
- owner = "rudolfolah";
- repo = "angularjs-mode";
- rev = "8720cde86af0f1859ccc8580571e8d0ad1c52cff";
- sha256 = "04kg2x0lif91knmkkh05mj42xw3dkzsnysjda6ian95v57wfg377";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/angular-mode";
- sha256 = "0pq4lyhppzi806n1k07n0gdhr8z8z71ri12my0pl81rl5j2z69l2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/angular-mode";
- license = lib.licenses.free;
- };
- }) {};
- angular-snippets = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "angular-snippets";
- ename = "angular-snippets";
- version = "20140513.2223";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "angular-snippets.el";
- rev = "af5ae0a4a8603b040446c28afcf6ca01a8b4bd7b";
- sha256 = "0hdm1a323mzxjfdply8ri3addk146f21d8cmpd18r7dw3j3cdfrn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96a0ad5fdbc52f803846e580856fb9c58181c020/recipes/angular-snippets";
- sha256 = "057phgizn1c6njvdfigb23ljs31knq247gr0rcpqfrdaxsnnzm5c";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/angular-snippets";
- license = lib.licenses.free;
- };
- }) {};
- anki-editor = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "anki-editor";
- ename = "anki-editor";
- version = "20181230.2353";
- src = fetchFromGitHub {
- owner = "louietan";
- repo = "anki-editor";
- rev = "115ce2e2e62deb8dbca91fd84c7999ba80916c89";
- sha256 = "0njwsq03h36hqw55xk6n8225k52nlw1lq0mc9pzww2bf7dccjl9r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8155d649e4b129d0c72da6bb2b1aac66c8483491/recipes/anki-editor";
- sha256 = "18c5p82llq11vg1svqvbjrcnm7695nbbc6pwwl9jdjplasar585l";
- name = "recipe";
- };
- packageRequires = [ dash emacs request ];
- meta = {
- homepage = "https://melpa.org/#/anki-editor";
- license = lib.licenses.free;
- };
- }) {};
- anki-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "anki-mode";
- ename = "anki-mode";
- version = "20181106.1037";
- src = fetchFromGitHub {
- owner = "davidshepherd7";
- repo = "anki-mode";
- rev = "095fbe74604892a131a4ffc1f6bb9404717028be";
- sha256 = "08vn9xkp6894s8580gj36ink3bqgcw932rpy6yn6n5qcfykmhpnq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc02d06e7c7e9230e4b082923b889e1e83676263/recipes/anki-mode";
- sha256 = "1d429ws6kmswcyk0dnb303z01kq475n60a520hj258x23vp8802q";
- name = "recipe";
- };
- packageRequires = [ dash emacs markdown-mode request s ];
- meta = {
- homepage = "https://melpa.org/#/anki-mode";
- license = lib.licenses.free;
- };
- }) {};
- annotate = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "annotate";
- ename = "annotate";
- version = "20190519.6";
- src = fetchFromGitHub {
- owner = "bastibe";
- repo = "annotate.el";
- rev = "09d0cd89e458779ca375ac28bc664ee2e20db530";
- sha256 = "141pqfrrzbqaxxcr6m6ri9r6k1mg5i3cv8v2kili365cypnjdg1y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3aae88b8e3b080501195d291012deab31aaf35f7/recipes/annotate";
- sha256 = "1ajykgara2m713blj2kfmdz12fzm8jw7klyakkyi6i3c3a9m44jy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/annotate";
- license = lib.licenses.free;
- };
- }) {};
- annotate-depth = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "annotate-depth";
- ename = "annotate-depth";
- version = "20160520.1340";
- src = fetchFromGitHub {
- owner = "netromdk";
- repo = "annotate-depth";
- rev = "fcb24fa36287250e40d195590c4ca4a8a696277b";
- sha256 = "18cav5wl3d0yq15273rqmdwvrgw96lmqiq9x5fxhf3wjb543mifl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb37bd77aea642ca72d74112bdd8a02eab8d1a80/recipes/annotate-depth";
- sha256 = "1j1pwnj7k6gl1p4npxsgrib0j1rzisq40pkm2wchjh86j3ybv2l4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/annotate-depth";
- license = lib.licenses.free;
- };
- }) {};
- annoying-arrows-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "annoying-arrows-mode";
- ename = "annoying-arrows-mode";
- version = "20161023.2346";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "annoying-arrows-mode.el";
- rev = "3c42e9807d7696da2da2a21b63beebf9cdb3f5dc";
- sha256 = "06gs5ln3w1xvq8f8k9225rwiipbh9cs0dzyyb7z05717rmqixcc4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/annoying-arrows-mode";
- sha256 = "1vswlfypn6ijn0wwa3dsqkz5n3pillpmli2ha4q9snhd3a667vyh";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/annoying-arrows-mode";
- license = lib.licenses.free;
- };
- }) {};
- ansi = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ansi";
- ename = "ansi";
- version = "20150703.126";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "ansi.el";
- rev = "a042c5954453bab9a74177e2b78ad17a824caebc";
- sha256 = "1hbddxarr40ygvaw4pwaivq2l4f0brszw73w1r50lkjlggb7bl3g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/ansi";
- sha256 = "0b5xnv6z471jm53g37njxin6l8yflsgm80y4wxahfgy8apipcq89";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/ansi";
- license = lib.licenses.free;
- };
- }) {};
- ansible = callPackage ({ f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ansible";
- ename = "ansible";
- version = "20180812.1814";
- src = fetchFromGitHub {
- owner = "k1LoW";
- repo = "emacs-ansible";
- rev = "8a097176d6772b6667254dbbe19c5fb64527bf5d";
- sha256 = "1m2cb88jb1wxa9rydkbn5llx2gql453l87b4cgzsjllha6j1488k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e45bf58b980ff542a5e887707a6361eb5ac0492/recipes/ansible";
- sha256 = "1xdc05fdglqfbizra6s1zl6knnvaq526dkxqnw9g7w269j8f4z8g";
- name = "recipe";
- };
- packageRequires = [ f s ];
- meta = {
- homepage = "https://melpa.org/#/ansible";
- license = lib.licenses.free;
- };
- }) {};
- ansible-doc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ansible-doc";
- ename = "ansible-doc";
- version = "20160924.124";
- src = fetchFromGitHub {
- owner = "lunaryorn";
- repo = "ansible-doc.el";
- rev = "bc8128a85a79b14f4a121105d87a5eddc33975ad";
- sha256 = "0z3y69sfzka764wjbx31dywdq4d6bfsafv2gmmbpmxqmwfmy8sz4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1daaaa7462f0b83c15ed9d9e7e6d0ee94434b8e9/recipes/ansible-doc";
- sha256 = "03idvnn79fr9id81aivkm7g7cmlsg0c520wcq4da8g013xvi342w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ansible-doc";
- license = lib.licenses.free;
- };
- }) {};
- ansible-vault = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ansible-vault";
- ename = "ansible-vault";
- version = "20190126.1136";
- src = fetchFromGitHub {
- owner = "zellio";
- repo = "ansible-vault-mode";
- rev = "4fe490f524b79748c9f23026bb88d8f516b4ef40";
- sha256 = "17kbjlssxa9b2fcp8vf2xs2k5y6jgpw277mj2gbv173b0i7v1fjd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2bff0da29a9b883e53a3d211c5577a3e0bc263a0/recipes/ansible-vault";
- sha256 = "0pmsvpc866rgcajb2ihhb62g3rwhda7vvq2kxkvr566y609vv021";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ansible-vault";
- license = lib.licenses.free;
- };
- }) {};
- ant = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ant";
- ename = "ant";
- version = "20160211.743";
- src = fetchFromGitHub {
- owner = "apg";
- repo = "ant-el";
- rev = "510b5a3f57ee4b2855422d88d359a28922c1ab70";
- sha256 = "0jb5vl3cq5m3r23fjhcxgxl4g011zkjkkyn5mqqxx22a1sydsvab";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/ant";
- sha256 = "06028xjic14yv3rfqyc3k6jyjgm6fqfrf1mv8lvbh2sri2d5ifqa";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ant";
- license = lib.licenses.free;
- };
- }) {};
- anti-zenburn-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "anti-zenburn-theme";
- ename = "anti-zenburn-theme";
- version = "20180712.1138";
- src = fetchFromGitHub {
- owner = "m00natic";
- repo = "anti-zenburn-theme";
- rev = "dbafbaa86be67c1d409873f57a5c0bbe1e7ca158";
- sha256 = "1h4lachmrpjiblah4rjd2cpvz6n6qh3i5cdp4wra2dk177h7kj6h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f6f803dc99a1b1fdb5b4e79f1c9cf72b702d091/recipes/anti-zenburn-theme";
- sha256 = "1sp9p6m2jy4m9fdn1hz25cmasy0mwwgn46qmvm92i56f5x6jlzzk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/anti-zenburn-theme";
- license = lib.licenses.free;
- };
- }) {};
- anx-api = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "anx-api";
- ename = "anx-api";
- version = "20140208.714";
- src = fetchFromGitHub {
- owner = "rmloveland";
- repo = "emacs-appnexus-api";
- rev = "b2411ebc966ac32c3ffc61bc22bf183834df0fa0";
- sha256 = "0fzxzar8m9qznfxv3wr7vfj9y2110wf6mm5cj55k3sd5djdjhmf1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2e3b329ff11818a1553c74a02475cb4110173076/recipes/anx-api";
- sha256 = "1vzg3wsqyfb9rsfxrpz8k2gazjlz2nwnf4gnn1dypsjspjnzcb8r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/anx-api";
- license = lib.licenses.free;
- };
- }) {};
- anybar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "anybar";
- ename = "anybar";
- version = "20160816.721";
- src = fetchFromGitHub {
- owner = "tie-rack";
- repo = "anybar-el";
- rev = "7a0743e0d31bcb36ab1bb2e351f3e7139c422ac5";
- sha256 = "1s7vnp2xzffdj4pqdqn6mrirw33ms0yqlpxzz5pwj6xrbp2x5r6s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5516e309df9ac8bf0fafb9ec9037094d82913b67/recipes/anybar";
- sha256 = "0prnr8wjhishpf2zmn4b7054vfahk10w05nzsg2p6whaxywcachm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/anybar";
- license = lib.licenses.free;
- };
- }) {};
- anyins = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "anyins";
- ename = "anyins";
- version = "20131229.241";
- src = fetchFromGitHub {
- owner = "antham";
- repo = "anyins";
- rev = "cd5e3c1abd471c8a67aafc42c4c985a2796f4b9f";
- sha256 = "0j36wrvc3kj1afigpc230d92gwszk1qrmiz38jyi9anr6an4ch3p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a367da2cb71fc0b144f9e608dc4857624991f19c/recipes/anyins";
- sha256 = "0ncf3kn8rackcidkgda2zs60km3hx87rwr9daj7ksmbb6am09s7c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/anyins";
- license = lib.licenses.free;
- };
- }) {};
- anzu = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "anzu";
- ename = "anzu";
- version = "20190303.901";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-anzu";
- rev = "592f8ee6d0b1bc543943b36a30063c2d1aac4b22";
- sha256 = "123zbnl36vi0gkffd6m6mkskhmjmm0am23j45w1mbmfyq03r1d8b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/anzu";
- sha256 = "181hzwy9bc0zfhax26p20q9cjibrmi9ngps5fa3ja5g6scxfs9g1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/anzu";
- license = lib.licenses.free;
- };
- }) {};
- aozora-view = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aozora-view";
- ename = "aozora-view";
- version = "20140310.617";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "aozora-view";
- rev = "b0390616d19e45f15f9a2f5d5688274831e721fd";
- sha256 = "0528z3axjmplg2fdbv4jxgy1p39vr4rnsm4a3ps2fanf8bwsyx3l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c6c13f8a0dd90c1c1f39711a5de69c1e0b785601/recipes/aozora-view";
- sha256 = "0pd2574a6dkhrfr0jf5gvv34ganp6ddylyb6cfpg2d4znwbc2r2w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/aozora-view";
- license = lib.licenses.free;
- };
- }) {};
- apache-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "apache-mode";
- ename = "apache-mode";
- version = "20190521.2013";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "apache-mode";
- rev = "354f9302a8d805ac80d846adcd1cef10830b3d51";
- sha256 = "1grs2x51k8pa6sgfa82s5pwwdfv7zw46ccw0zvd2rvzbhpq21p2z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/apache-mode";
- sha256 = "0wzfx3kaiwvya30ihq3vpdhy6znkzf25w5x43x457ifdn2vrh9zi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/apache-mode";
- license = lib.licenses.free;
- };
- }) {};
- apel = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "apel";
- ename = "apel";
- version = "20190407.356";
- src = fetchFromGitHub {
- owner = "wanderlust";
- repo = "apel";
- rev = "d146ddbf8818e81d3577d5eee7825d377bec0c73";
- sha256 = "04ic76gzn3m4rnmm2xjc72vrxazxjvsjabd3lbxvwj6c1fb11fnw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4976446a8ae40980d502186615902fc05c15ec7c/recipes/apel";
- sha256 = "0zrm8m66p3aqr0108s3cj6z4xqbg2hx37z1pam4c65bqlhh74s8y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/apel";
- license = lib.licenses.free;
- };
- }) {};
- apib-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "apib-mode";
- ename = "apib-mode";
- version = "20170520.658";
- src = fetchFromGitHub {
- owner = "w-vi";
- repo = "apib-mode";
- rev = "6cc7c6f21b8e415b1718bb6a07ab2182e9e9dde6";
- sha256 = "1717f78kaqkmbhfwb9kzsv5wi2zabcbwb4wh1jklhcaalvmk3z7d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc2ebb04f975d8226a76260895399c937d6a1940/recipes/apib-mode";
- sha256 = "0y3n0xmyc4gkypq07v4sp0i6291qaj2m13zkg6mxp61zm669v2fb";
- name = "recipe";
- };
- packageRequires = [ markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/apib-mode";
- license = lib.licenses.free;
- };
- }) {};
- apiwrap = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "apiwrap";
- ename = "apiwrap";
- version = "20180602.1531";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "apiwrap.el";
- rev = "e4c9c57d6620a788ec8a715ff1bb50542edea3a6";
- sha256 = "0xpb8mmssajy42r2h1m9inhv1chx19wkp5p0p63nwpk7mhjj8bis";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0197fd3657e65e3826375d9b6f19da3058366c91/recipes/apiwrap";
- sha256 = "0n50n1n5pvcgcp1gmna3ci36pnbanjdbjpgv7zyarlb80hywbiyw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/apiwrap";
- license = lib.licenses.free;
- };
- }) {};
- apples-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "apples-mode";
- ename = "apples-mode";
- version = "20110120.2018";
- src = fetchFromGitHub {
- owner = "tequilasunset";
- repo = "apples-mode";
- rev = "83a9ab0d6ba82496e2f7df386909b1a55701fccb";
- sha256 = "0br0jl6xnajdx37s5cvs13srn9lldg58y9587a11s3s651xjdq0z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5ca765a6a2f312f585624ec8b82dc9eb6b9bbc0c/recipes/apples-mode";
- sha256 = "05ssnxs9ybc26jhr69xl9jpb41bz1688minmlc9msq2nvyfnj97s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/apples-mode";
- license = lib.licenses.free;
- };
- }) {};
- applescript-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "applescript-mode";
- ename = "applescript-mode";
- version = "20090320.2332";
- src = fetchFromGitHub {
- owner = "ieure";
- repo = "applescript-mode";
- rev = "8f888cd80af1e0902b5609143facd3051bc94892";
- sha256 = "0d3bqx6346vmniv001jgd6wggp80kv1kqc38sdgd88862gkqnqyg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/576e42b33a5245e1aae0f0d879fd18762342db32/recipes/applescript-mode";
- sha256 = "0rj03xw8yx79xj9ahdwfxicxna0a0lykn2n39xng5gnm4bh2n6z4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/applescript-mode";
- license = lib.licenses.free;
- };
- }) {};
- aproject = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aproject";
- ename = "aproject";
- version = "20190530.2013";
- src = fetchFromGitHub {
- owner = "vietor";
- repo = "aproject";
- rev = "702caf5392288dfd821b1e744fef0bb4fd9f9281";
- sha256 = "18n3gsghj7sxxd6kpp21b2p7qwv93giwyr1zfvgbs8pzsbc8i9rx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de10c48976352f273e8363c2f6fa60602ee86c9b/recipes/aproject";
- sha256 = "0v3gx2mff2s7knm69y253pm1yr4svy8w00pqbn1chrvymb62jhp2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/aproject";
- license = lib.licenses.free;
- };
- }) {};
- apropospriate-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "apropospriate-theme";
- ename = "apropospriate-theme";
- version = "20190403.1132";
- src = fetchFromGitHub {
- owner = "waymondo";
- repo = "apropospriate-theme";
- rev = "ad27279e7bf883aa7bedec21593d5453bc3963c3";
- sha256 = "1gww774v82nc74hqlclcd0i2ajciha81vh0r7j126a4wv7zxwdns";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1da33013f15825ab656260ce7453b8127e0286f4/recipes/apropospriate-theme";
- sha256 = "10bj2bsi7b104m686z8mgvbh493liidsvivxfvfxzbndc8wyjsw9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/apropospriate-theme";
- license = lib.licenses.free;
- };
- }) {};
- apt-sources-list = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "apt-sources-list";
- ename = "apt-sources-list";
- version = "20180527.541";
- src = fetchgit {
- url = "https://git.korewanetadesu.com/apt-sources-list.git";
- rev = "44112833b3fa7f4d7e43708e5996782e22bb2fa3";
- sha256 = "0av8v9ibqws5vb2sg3bfk0g1pyraqjgwmcg2n23whmpbl5xdnh6k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/141a22e593415302d64cf8ebd2635a1baf35eb38/recipes/apt-sources-list";
- sha256 = "1gnl6zqv6imk2qpv4lj7qyjgf1ldxib3k14gsmwqm0c1zwjsid3j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/apt-sources-list";
- license = lib.licenses.free;
- };
- }) {};
- arc-dark-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "arc-dark-theme";
- ename = "arc-dark-theme";
- version = "20190314.932";
- src = fetchFromGitHub {
- owner = "cfraz89";
- repo = "arc-dark-theme";
- rev = "ee17dcca35dd0304145efc468b3f25af6907a59d";
- sha256 = "0cfj5c6rz68095wxs8m733lwc5ymbgi5v82drxhjqcascvrdr1v1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8c9060669b262f0588643bd8758edac578834bc/recipes/arc-dark-theme";
- sha256 = "0a61kxdyzm6gf8gf8fniqz5mqkxk24k8hpxww3996v9mqs1bn05s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/arc-dark-theme";
- license = lib.licenses.free;
- };
- }) {};
- arch-packer = callPackage ({ async
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "arch-packer";
- ename = "arch-packer";
- version = "20170730.621";
- src = fetchFromGitHub {
- owner = "brotzeit";
- repo = "arch-packer";
- rev = "940e96f7d357c6570b675a0f942181c787f1bfd7";
- sha256 = "0m80ka51m7a1797q6br41x96znvqfmpwzh3vk4mz66mdx2r4xk77";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d1796688ed0d6957557d960ca28e450f9bcb6cf/recipes/arch-packer";
- sha256 = "04kv22vpcpjhc047yz6k6dizmwwdjk6vcm8imri76gi9ns1w5n5z";
- name = "recipe";
- };
- packageRequires = [ async dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/arch-packer";
- license = lib.licenses.free;
- };
- }) {};
- archive-region = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "archive-region";
- ename = "archive-region";
- version = "20140201.1542";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "archive-region";
- rev = "0d357d4c42a6a248c457f358f81b20fd20fede2f";
- sha256 = "03pmwgvlxxlp4wh0sg5czpx1i88i43lz8lwdbfa6l28g1sv0f264";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8e4328cae9b4759a75da0b26ea8b68821bc71af/recipes/archive-region";
- sha256 = "1aiz6a0vdc2zm2q5r80cj5xixqfhsgmr7ldj9ff40k4sf3z5xny3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/archive-region";
- license = lib.licenses.free;
- };
- }) {};
- archive-rpm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "archive-rpm";
- ename = "archive-rpm";
- version = "20180706.532";
- src = fetchFromGitHub {
- owner = "legoscia";
- repo = "archive-rpm";
- rev = "59f83caebbd2f92fd634f6968e6d17b50ffa3dc7";
- sha256 = "11ssqaax4jl7r3z5agzmc74sjsfvl0m3xvp015ncqzpzysla47g3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e5f5653e62afdc022eac30bda3d21bd2d2625d2e/recipes/archive-rpm";
- sha256 = "0s53zbn71lb008gw3f0b5w4q0pw0vgiqbffgnyib24sh03ijl7z7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/archive-rpm";
- license = lib.licenses.free;
- };
- }) {};
- arduino-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , spinner }:
- melpaBuild {
- pname = "arduino-mode";
- ename = "arduino-mode";
- version = "20180508.1736";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "arduino-mode";
- rev = "8805fe64ea6aba51dacb0d8c9e8e2ca2cac3ccf9";
- sha256 = "1sg6n4ys5lq2m7q876qi88r11c08y05ggyv9r85ahins2pbgbv95";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2db785f52c2facc55459e945ccb4d4b088506747/recipes/arduino-mode";
- sha256 = "1amqah0sx95866ikdlc7h7n9hmrwaqizc0rj0gliv15kjjggv55v";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs spinner ];
- meta = {
- homepage = "https://melpa.org/#/arduino-mode";
- license = lib.licenses.free;
- };
- }) {};
- aria2 = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aria2";
- ename = "aria2";
- version = "20141107.1517";
- src = fetchFromGitLab {
- owner = "ukaszg";
- repo = "aria2";
- rev = "3c54254e424c6c8b4eb0d8e7c4907b094c27a3f0";
- sha256 = "1xkgz3l7idw5bk1xlffdaddf5v1q6fm3grbryl4xvssrbwgnyisf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/89a55e7c313066ae1bc0db0af5c289814c85fcb1/recipes/aria2";
- sha256 = "1gsqdqs3q86k7q88rf7qamc0sp5ca00xn9kr1r717vf6qq6a0c3c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/aria2";
- license = lib.licenses.free;
- };
- }) {};
- ariadne = callPackage ({ bert
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ariadne";
- ename = "ariadne";
- version = "20131117.911";
- src = fetchFromGitHub {
- owner = "manzyuk";
- repo = "ariadne-el";
- rev = "6fe401c7f996bcbc2f685e7971324c6f5e5eaf15";
- sha256 = "0vh9wfc3657sd12ybjcrxpg6f757x2ghkcl1lw01szmyy5vmj27h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/89635cd11621b04a8575629ec1bf196fb3ea5d43/recipes/ariadne";
- sha256 = "0lfhving19wcfr40gjb2gnginiz8cncixiyyxhwx08lm84qb3a7p";
- name = "recipe";
- };
- packageRequires = [ bert ];
- meta = {
- homepage = "https://melpa.org/#/ariadne";
- license = lib.licenses.free;
- };
- }) {};
- arjen-grey-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "arjen-grey-theme";
- ename = "arjen-grey-theme";
- version = "20170522.1347";
- src = fetchFromGitHub {
- owner = "credmp";
- repo = "arjen-grey-theme";
- rev = "4cd0be72b65d42390e2105cfdaa408a1ead8d8d1";
- sha256 = "1n5axwn498ahb6984ir1zfl8vvwgbvq9bbrdfzydkmjljhgrp0rd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ed9804061cfadd26c69bb1bfe63dbe22f916f723/recipes/arjen-grey-theme";
- sha256 = "18q66f7hhys2ab9ljsdp9013mp7d6v6d1lrb0d1bb035r1b4pfj7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/arjen-grey-theme";
- license = lib.licenses.free;
- };
- }) {};
- artbollocks-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "artbollocks-mode";
- ename = "artbollocks-mode";
- version = "20170523.2122";
- src = fetchFromGitHub {
- owner = "sachac";
- repo = "artbollocks-mode";
- rev = "4a907e470bf345b88c3802c1241ce2b8cf4123ee";
- sha256 = "1l1dwhdfd5bwx92k84h5v47pv9my4p4wj0wq8hrwvwzwlv8dzn2w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/22b237ab91ddd3c17986ea12e6a32f2ce62d3a79/recipes/artbollocks-mode";
- sha256 = "0dlnxicn6nzyiz44y92pbl4nzr9jxfb9a99wacjrwq2ahdrwhhjp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/artbollocks-mode";
- license = lib.licenses.free;
- };
- }) {};
- arview = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "arview";
- ename = "arview";
- version = "20160419.1409";
- src = fetchFromGitHub {
- owner = "afainer";
- repo = "arview";
- rev = "5437b4221b64b238c273a651d4792c577dba6d45";
- sha256 = "1yvirfmvf6v5khl7zhx2ddv9bbxnx1qhwfzi0gy2nmbxlykb6s2j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31574cd756f4f93e2c6bcad5eca33a3294cccd54/recipes/arview";
- sha256 = "0d935lj0x3rbar94l7288xrgbcp1wmz6r2l0b7i89r5piczyiy1y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/arview";
- license = lib.licenses.free;
- };
- }) {};
- asilea = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "asilea";
- ename = "asilea";
- version = "20150105.725";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "asilea";
- rev = "2aab1cc63b64ef08d12e84fd7ba5c94065f6039f";
- sha256 = "1s973vzivibaqjb8acn4ylrdasxh17jcfmmvqp4wm05nwhg75597";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/858e673c66e876d80f41d47d307c944d7bdb147d/recipes/asilea";
- sha256 = "1lb8nr6r6yy06m4pxg8w9ja4zv8k5xwhl95v2wv95y1qwhgnwg3j";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/asilea";
- license = lib.licenses.free;
- };
- }) {};
- asn1-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "asn1-mode";
- ename = "asn1-mode";
- version = "20170728.1926";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "asn1-mode";
- rev = "d5d4a8259daf708411699bcea85d322f18beb972";
- sha256 = "067khpi4ghzyifrk1vhi57n3alp67qks4k4km11hasiavi5gsjmp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b694baceceb54810be8f8c7152b2ac0b4063f01c/recipes/asn1-mode";
- sha256 = "0iswisb08dqz7jc5ra4wcdhbmglildgyrb547dm5362xmvm9ifmy";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/asn1-mode";
- license = lib.licenses.free;
- };
- }) {};
- assess = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , m-buffer
- , melpaBuild }:
- melpaBuild {
- pname = "assess";
- ename = "assess";
- version = "20190102.211";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "assess";
- rev = "7a3189a5870fb20d179ff3ea761707a046814966";
- sha256 = "0qif6q4j0i5p2izj9p7sv1j2s6a95zklswfx8x2shv22dkphznkl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f917a34506193f2674b195569dfd3c13ba62c1d/recipes/assess";
- sha256 = "0xj3f48plwxmibax00qn15ya7s0h560xzwr8nkwl5r151v1mc9rr";
- name = "recipe";
- };
- packageRequires = [ emacs m-buffer ];
- meta = {
- homepage = "https://melpa.org/#/assess";
- license = lib.licenses.free;
- };
- }) {};
- async = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "async";
- ename = "async";
- version = "20190502.2356";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "emacs-async";
- rev = "bd68cc1ab1ac6af890e250bdaa12ffb1cb9649be";
- sha256 = "02n46dqbpdjlj65s1aka6ky49rgv2rpn06lzpfxwxl7kkzclc5f8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/async";
- sha256 = "0s2qrmkqqfgi1ilzbj0rfk27f89p4dycdl1lqkbsm23j0zya53w4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/async";
- license = lib.licenses.free;
- };
- }) {};
- async-await = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , promise }:
- melpaBuild {
- pname = "async-await";
- ename = "async-await";
- version = "20170208.350";
- src = fetchFromGitHub {
- owner = "chuntaro";
- repo = "emacs-async-await";
- rev = "da472e38bb7b8eaeea3f81ffd13e4006c31e9e6f";
- sha256 = "02mqlf07bq24c4gg12zgyyg3a3dqnwygxkm70w7ziwr6hv05kzdh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9d74ecf94e5dbb46a939d26833b7cd0efd159ca1/recipes/async-await";
- sha256 = "1534rhr4j74qbndafdj9q2wggcn8gphhjn3id8p27wyxr5sh93ms";
- name = "recipe";
- };
- packageRequires = [ emacs promise ];
- meta = {
- homepage = "https://melpa.org/#/async-await";
- license = lib.licenses.free;
- };
- }) {};
- at = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "at";
- ename = "@";
- version = "20181225.638";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "at-el";
- rev = "0a6189f8be42dbbc5d9358cbd447d471236135a2";
- sha256 = "11s46n3j6ij0ynxwl35wxbzg97pkmnhxh43l5vvaz9kizf6mhpbj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/@";
- sha256 = "0da0xqk8fhz8aij3zmpp4bz3plpvfq2riyy17i7ny4ralxb3g08z";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/@";
- license = lib.licenses.free;
- };
- }) {};
- atom-dark-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "atom-dark-theme";
- ename = "atom-dark-theme";
- version = "20181022.902";
- src = fetchFromGitHub {
- owner = "whitlockjc";
- repo = "atom-dark-theme-emacs";
- rev = "5c8610d0b45a536b8f7f9777297c86362685a357";
- sha256 = "15mjn5z7f7x8k4lbab5xv2r88s9ch9b58znv6vwpqakp63rx8hsx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d1f565871559d6ea4ca4bb2fbaebce58f2f383eb/recipes/atom-dark-theme";
- sha256 = "1ci61blm7wc83wm2iyax017ai4jljyag5j1mvw86rimmmjzr0v8f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/atom-dark-theme";
- license = lib.licenses.free;
- };
- }) {};
- atom-one-dark-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "atom-one-dark-theme";
- ename = "atom-one-dark-theme";
- version = "20190605.946";
- src = fetchFromGitHub {
- owner = "jonathanchu";
- repo = "atom-one-dark-theme";
- rev = "bbad275cd51dcee14c42be647b15c39ffb26aac0";
- sha256 = "01df7z5mkpvl6lvcz0jn4jyvs2q94mszviqaxvc65wswrvxa05di";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3ba1c4625c9603372746a6c2edb69d65f0ef79f5/recipes/atom-one-dark-theme";
- sha256 = "0wwnkhq7vyysqiqcxc1jsn98155ri4mf4w03k7inl1f8ffpwahvw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/atom-one-dark-theme";
- license = lib.licenses.free;
- };
- }) {};
- atomic-chrome = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , websocket }:
- melpaBuild {
- pname = "atomic-chrome";
- ename = "atomic-chrome";
- version = "20180617.24";
- src = fetchFromGitHub {
- owner = "alpha22jp";
- repo = "atomic-chrome";
- rev = "a505f638866f9e7b913784be0dc84f338e9ad449";
- sha256 = "081465ahis2rvlklzn2vakbwn5dgr43ks4csp3arnlj11b43f3ai";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35785773942a5510e2317ded5bdf872ffe434e8c/recipes/atomic-chrome";
- sha256 = "0dx12mjdc4vhbvrcl61a7j247mgs71vvy0qqj6czbpfawfl46am9";
- name = "recipe";
- };
- packageRequires = [ emacs let-alist websocket ];
- meta = {
- homepage = "https://melpa.org/#/atomic-chrome";
- license = lib.licenses.free;
- };
- }) {};
- attrap = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "attrap";
- ename = "attrap";
- version = "20190207.610";
- src = fetchFromGitHub {
- owner = "jyp";
- repo = "attrap";
- rev = "3b092bb8f6755a97e6ecb7623b9d2dde58beba4a";
- sha256 = "05d32980saji8ja1pcv65l0s3dq7w0n5hpikbf246hciy1x067pp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7420eca80a8c1776d68b1f121511cc265cc70dc/recipes/attrap";
- sha256 = "1gxnrlsn9xcnnx0nhjxnhrz9bdpk2kpzjhj8jhjmwws9y361fimh";
- name = "recipe";
- };
- packageRequires = [ dash emacs f flycheck s ];
- meta = {
- homepage = "https://melpa.org/#/attrap";
- license = lib.licenses.free;
- };
- }) {};
- auctex-latexmk = callPackage ({ auctex
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auctex-latexmk";
- ename = "auctex-latexmk";
- version = "20170618.936";
- src = fetchFromGitHub {
- owner = "tom-tan";
- repo = "auctex-latexmk";
- rev = "64967712b1bbfac8069aa5940fddef938a692a1a";
- sha256 = "0syd65b6x6lz6as5ih5pldmwgbmq0v3d9pay2n04vqrvsij6m3qy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3f48af615c56f093dff417a5d3b705f9993c518f/recipes/auctex-latexmk";
- sha256 = "1rdlgkiwlgm06i1gjxcfciz6wgdskfhln8qhixyfxk7pnz0ax327";
- name = "recipe";
- };
- packageRequires = [ auctex ];
- meta = {
- homepage = "https://melpa.org/#/auctex-latexmk";
- license = lib.licenses.free;
- };
- }) {};
- auctex-lua = callPackage ({ auctex
- , fetchFromGitHub
- , fetchurl
- , lib
- , lua-mode
- , melpaBuild }:
- melpaBuild {
- pname = "auctex-lua";
- ename = "auctex-lua";
- version = "20151121.810";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "auctex-lua";
- rev = "799cd8ac10c96991bb63d9aa60528ae5d8c786b5";
- sha256 = "0lgfgvnaln5rhhwgcrzwrhbj0gz8sgaf6xxdl7njf3sa6bfgngsz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/102c7b05f5bfff12ac2820cae58c0205ca450559/recipes/auctex-lua";
- sha256 = "0v999jvinljkvhbn205p36a6jfzppn0xvflvzr8mid1hnqlrpjhf";
- name = "recipe";
- };
- packageRequires = [ auctex lua-mode ];
- meta = {
- homepage = "https://melpa.org/#/auctex-lua";
- license = lib.licenses.free;
- };
- }) {};
- audio-notes-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "audio-notes-mode";
- ename = "audio-notes-mode";
- version = "20170611.1459";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "audio-notes-mode";
- rev = "fa38350829c7e97257efc746a010471d33748a68";
- sha256 = "1srg6rg3j9ri2cyr4g78dfqq3fhpn6hf3mq4iz2jfqjayppfv38b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/audio-notes-mode";
- sha256 = "0q88xmi7jbrx47nvbbmwggbm6i7agzpnv5y7cpdh73lg165xsz2h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/audio-notes-mode";
- license = lib.licenses.free;
- };
- }) {};
- aurel = callPackage ({ bui
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aurel";
- ename = "aurel";
- version = "20170114.137";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "aurel";
- rev = "fc7ad208f43f8525f84a18941c9b55f956df8961";
- sha256 = "0mcbw8p4wrnnr39wzkfz9kc899w0k1jb00q1926mchf202cmnz94";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d1612acd2cf1fea739739608113923ec51d307e9/recipes/aurel";
- sha256 = "13zyi55ksv426pcksbm3l9s6bmp102w7j1xbry46bc48al6i2nnl";
- name = "recipe";
- };
- packageRequires = [ bui dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/aurel";
- license = lib.licenses.free;
- };
- }) {};
- aurora-config-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aurora-config-mode";
- ename = "aurora-config-mode";
- version = "20180216.1502";
- src = fetchFromGitHub {
- owner = "bdd";
- repo = "aurora-config-mode.el";
- rev = "8273ec7937a21b469b9dbb6c11714255b890f410";
- sha256 = "1dlhf35hhjgkd9bqbpwrb825g1z6nh14mg31jg2avv55s28j0riy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10a44bed8edee646bf68abf7dffbe352a137a278/recipes/aurora-config-mode";
- sha256 = "1hpjwidqmjxanijsc1imc7ww9abbylmkin1p0846fbz1hz3a603c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/aurora-config-mode";
- license = lib.licenses.free;
- };
- }) {};
- auth-source-pass = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auth-source-pass";
- ename = "auth-source-pass";
- version = "20190528.1259";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "auth-password-store";
- rev = "4b8e5e2d35ac3de1933e6ea55b3d59f181f4568f";
- sha256 = "017jlxvzg31wmxsp04y71fnk80qgwbigsdp2z35y94xqcfnpij3k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e268441634a6e58a00e577d6e2292fa226c11b8/recipes/auth-source-pass";
- sha256 = "0icwdwz2zy3f9ynksr81pgq482iapsbx8lpyssiklyw0xgd1k8ak";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/auth-source-pass";
- license = lib.licenses.free;
- };
- }) {};
- auto-async-byte-compile = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-async-byte-compile";
- ename = "auto-async-byte-compile";
- version = "20160915.2154";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "auto-async-byte-compile";
- rev = "8681e74ddb8481789c5dbb3cafabb327db4c4484";
- sha256 = "1g98gla9qdqmifsxakhkbxlljy2ln1s3wfahk9zycrwgzfjlsdf4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8e4328cae9b4759a75da0b26ea8b68821bc71af/recipes/auto-async-byte-compile";
- sha256 = "0ks6xsxzayiyd0jl8m36xlc5p57p21qbhgq2mmz50a2lhpxxfiyg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/auto-async-byte-compile";
- license = lib.licenses.free;
- };
- }) {};
- auto-auto-indent = callPackage ({ cl-lib ? null
- , es-lib
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-auto-indent";
- ename = "auto-auto-indent";
- version = "20131106.1103";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "auto-auto-indent";
- rev = "0139378577f936d34b20276af6f022fb457af490";
- sha256 = "1whbvqylwnxg8d8gn55kcky39rgyc49rakyxlbkplh813lk6lxb7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ad2ea105b895cb958ce0ab2bf2fad2b40d41b2f/recipes/auto-auto-indent";
- sha256 = "08s73pnyrmklb660jl5rshncpq31z3m9fl55v7453ch8syp7gzh7";
- name = "recipe";
- };
- packageRequires = [ cl-lib es-lib ];
- meta = {
- homepage = "https://melpa.org/#/auto-auto-indent";
- license = lib.licenses.free;
- };
- }) {};
- auto-compile = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , packed }:
- melpaBuild {
- pname = "auto-compile";
- ename = "auto-compile";
- version = "20181230.1416";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "auto-compile";
- rev = "e6bbb1371324c8884af3b201e9adbc9296eb2ff4";
- sha256 = "1jyn7yvbvk7cydy3pzwqlb0yxf5cxdiipa1gnigdk9wdbj68wjjk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57a2fb9524df3fdfdc54c403112e12bd70888b23/recipes/auto-compile";
- sha256 = "08k9wqk4yysps8n5n50v7lpadwsnm553pv9p7m242fwbgbsgz6nf";
- name = "recipe";
- };
- packageRequires = [ emacs packed ];
- meta = {
- homepage = "https://melpa.org/#/auto-compile";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "auto-complete";
- ename = "auto-complete";
- version = "20170124.1845";
- src = fetchFromGitHub {
- owner = "auto-complete";
- repo = "auto-complete";
- rev = "2e83566ddfa758c69afe50b8a1c62a66f47471e3";
- sha256 = "1rkqjq7wr4aavg08i8mq13w85z14xdhfmpbipj5mhwlpyrrci4bk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/083fb071191bccd6feb3fb84569373a597440fb1/recipes/auto-complete";
- sha256 = "1c4ij5bnclg94jdzhkqvq2vxwv6wvs051mbki1ibjm5f2hlacvh3";
- name = "recipe";
- };
- packageRequires = [ cl-lib popup ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-auctex = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "auto-complete-auctex";
- ename = "auto-complete-auctex";
- version = "20140223.958";
- src = fetchFromGitHub {
- owner = "monsanto";
- repo = "auto-complete-auctex";
- rev = "855633f668bcc4b9408396742a7cb84e0c4a2f77";
- sha256 = "1wri8q5llpy1q1h4ac4kjnnkgj6fby8i9vrpr6mrb13d4gnk4gr2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77167fb2e84bed32ace9490c1ed4148719e4cf8e/recipes/auto-complete-auctex";
- sha256 = "00npvryds5wd3d5a13r9prlvw6vvjlag8d32x5xf9bfmmvs0fgqh";
- name = "recipe";
- };
- packageRequires = [ auto-complete yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-auctex";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-c-headers = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-complete-c-headers";
- ename = "auto-complete-c-headers";
- version = "20150911.2023";
- src = fetchFromGitHub {
- owner = "mooz";
- repo = "auto-complete-c-headers";
- rev = "52fef720c6f274ad8de52bef39a343421006c511";
- sha256 = "12mzi6bwg702sp0f0wd1ag555blbpk252rr9rqs03bn8pkw89h4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0174b70fec45ddec9c1e9555adc82fef59054135/recipes/auto-complete-c-headers";
- sha256 = "02pkrxvzrpyjrr2fkxnl1qw06aspzv8jlp2c1piln6zcjd92l3j7";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-c-headers";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-chunk = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-complete-chunk";
- ename = "auto-complete-chunk";
- version = "20140225.146";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "auto-complete-chunk";
- rev = "a9aa77ffb84a1037984a7ce4dda25074272f13fe";
- sha256 = "1zhbpxpl443ghpkl9i68jcjfcw1vnf8ky06pf5qjjmqbxlcyd9li";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/306e2528638d97c28372df55a9376750d3fde1d4/recipes/auto-complete-chunk";
- sha256 = "1937j1xm20vfcqm9ig4nvciqfkz7rpw0nsfhlg69gkmv0nqszdr3";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-chunk";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-clang = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-complete-clang";
- ename = "auto-complete-clang";
- version = "20140409.52";
- src = fetchFromGitHub {
- owner = "brianjcj";
- repo = "auto-complete-clang";
- rev = "a195db1d0593b4fb97efe50885e12aa6764d998c";
- sha256 = "12y6f47xbjl4gy14j2f5wlisy5vl6rhx74n27w61pjv38m0a7mi1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eab7d88a893fdf76c22f0aa5ac3577efd60fc9b4/recipes/auto-complete-clang";
- sha256 = "1rnmphl7ml5ryjl5ka2l58hddir8b34iz1rm905wdwh164piljva";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-clang";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-clang-async = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-complete-clang-async";
- ename = "auto-complete-clang-async";
- version = "20130526.814";
- src = fetchFromGitHub {
- owner = "Golevka";
- repo = "emacs-clang-complete-async";
- rev = "5eb63c8a1e4ca3af124baf0f8f801b949888f9b8";
- sha256 = "09f8hqs9n13lkb7b352ig07b9xm1w0mbbnqfy2s5cw4cppmakf2n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23aa24b025216359c5e600eee2f2cd4ecc7556e3/recipes/auto-complete-clang-async";
- sha256 = "1jj0jn1v3070g7g0j5gvpybv145kki8nsjxqb8fjf9qag8ilfkjh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-clang-async";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-distel = callPackage ({ auto-complete
- , distel-completion-lib
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-complete-distel";
- ename = "auto-complete-distel";
- version = "20180827.644";
- src = fetchFromGitHub {
- owner = "sebastiw";
- repo = "distel-completion";
- rev = "acc4c0a5521904203d797fe96b08e5fae4233c7e";
- sha256 = "0yvp3dwa9mwfyrqla27ycwyjad4bp1267bxv0chxcr4528hnygl3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90fff35dd9709b06802edef89d1fe6a96b7115a6/recipes/auto-complete-distel";
- sha256 = "0ca242gl8dl4rmg8qqyhgxvf46fprl2npbq2w8f6s546s9nql4jk";
- name = "recipe";
- };
- packageRequires = [ auto-complete distel-completion-lib ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-distel";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-exuberant-ctags = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-complete-exuberant-ctags";
- ename = "auto-complete-exuberant-ctags";
- version = "20140320.24";
- src = fetchFromGitHub {
- owner = "k1LoW";
- repo = "auto-complete-exuberant-ctags";
- rev = "ff6121ff8b71beb5aa606d28fd389c484ed49765";
- sha256 = "1fqgyg986fg1dzac5wa97bx82mfddqb6qrfnpr3zksmw3vgykxr0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1cc9786ed8cea2461b592f860d8e2a0897c57068/recipes/auto-complete-exuberant-ctags";
- sha256 = "1i2s3ycc8jafkzdsz3kbvx1hh95ydi5s6rq6n0wzw1kyy3km35gd";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-exuberant-ctags";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-nxml = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-complete-nxml";
- ename = "auto-complete-nxml";
- version = "20140220.2058";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "auto-complete-nxml";
- rev = "ac7b09a23e45f9bd02affb31847263de4180163a";
- sha256 = "18bf1kw85mab0zp7rn85cm1nxjxg5c1dmiv0j0mjwzsv8an4px5y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c89dcbf03a802a4361e44174a332a312e352be36/recipes/auto-complete-nxml";
- sha256 = "0viscr5k1carn9vhflry16kgihr6fvh6h36b049pgnk6ww085k6a";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-nxml";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-pcmp = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "auto-complete-pcmp";
- ename = "auto-complete-pcmp";
- version = "20140226.2251";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "auto-complete-pcmp";
- rev = "dc5c0af834d327dd686d74a4171e5d9170007a6c";
- sha256 = "0ygak7hypc27d0wvciksnmg8c5njw2skf1ml60vs63a1krkax63i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f5c53a8aeaaab23e032a8e7cb5cad7e531a1662c/recipes/auto-complete-pcmp";
- sha256 = "1mpgkwj8jwpvxphlm6iaprwjrldmihbgg97jav0fbm1kjnm4azna";
- name = "recipe";
- };
- packageRequires = [ auto-complete log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-pcmp";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-rst = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-complete-rst";
- ename = "auto-complete-rst";
- version = "20140225.144";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "auto-complete-rst";
- rev = "4803ce41a96224e6fa54e6741a5b5f40ebed7351";
- sha256 = "107svb82cgfns9kcrmy3hh56cab81782jkbz5i9959ms81xizfb8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4c948dc47f67aa47a1607cbdacdc95241d1a658f/recipes/auto-complete-rst";
- sha256 = "0dazkpnzzr0imb2a01qq8l60jxhhlknzjx7wccnbm7d2rk3338m6";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-rst";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-sage = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sage-shell-mode }:
- melpaBuild {
- pname = "auto-complete-sage";
- ename = "auto-complete-sage";
- version = "20160514.51";
- src = fetchFromGitHub {
- owner = "stakemori";
- repo = "auto-complete-sage";
- rev = "51b8e3905196d266e1f8aa47881189833151b398";
- sha256 = "139in1jgxg43v7ji4i1qmxbgspr71h95lzlz0fvdk78vkxc5842b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1cd78dcd58d559c47873f8fcfcab089a8493dd6/recipes/auto-complete-sage";
- sha256 = "02sxbir3arvmnkvxgndlkln9y05jnlv6i8czd6a0wcxk4nj43lq1";
- name = "recipe";
- };
- packageRequires = [ auto-complete sage-shell-mode ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-sage";
- license = lib.licenses.free;
- };
- }) {};
- auto-dictionary = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-dictionary";
- ename = "auto-dictionary";
- version = "20150410.910";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "auto-dictionary-mode";
- rev = "b364e08009fe0062cf0927d8a0582fad5a12b8e7";
- sha256 = "0rfjx0x2an28821shgb4v5djza4kwn5nnrsl2cvh3px4wrvw3izp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1711d710ac09fe407fde89ee351ccdcb78555d35/recipes/auto-dictionary";
- sha256 = "1va485a8lxvb3507kr83cr6wpssxnf8y4l42mamn9daa8sjx3q16";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/auto-dictionary";
- license = lib.licenses.free;
- };
- }) {};
- auto-dim-other-buffers = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-dim-other-buffers";
- ename = "auto-dim-other-buffers";
- version = "20180612.1641";
- src = fetchFromGitHub {
- owner = "mina86";
- repo = "auto-dim-other-buffers.el";
- rev = "ec74b4803adeadf06296c84595fb6ccf4e1b4a3f";
- sha256 = "0l08kx12k97nag8khb63rz5fl1r9gahgmjg5073h25lypl74895n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/auto-dim-other-buffers";
- sha256 = "0n9d23sfcmkjfqlm80vrgf856wy08ak4n4rk0z7vadq07yj46zxh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/auto-dim-other-buffers";
- license = lib.licenses.free;
- };
- }) {};
- auto-highlight-symbol = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-highlight-symbol";
- ename = "auto-highlight-symbol";
- version = "20130313.243";
- src = fetchFromGitHub {
- owner = "gennad";
- repo = "auto-highlight-symbol";
- rev = "26573de912d760e04321b350897aea70958cee8b";
- sha256 = "0jfiax1qqnyznhlnqkjsr9nnv7fpjywvfhj9jq59460j0nbrgs5c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fdf73ee62f0a4e762e3a1aa94284abea8da8ce7c/recipes/auto-highlight-symbol";
- sha256 = "02mkji4sxym07jf5ww5kgv1c18x0xdfn8cmvgns5h4gij64lnr66";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/auto-highlight-symbol";
- license = lib.licenses.free;
- };
- }) {};
- auto-indent-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-indent-mode";
- ename = "auto-indent-mode";
- version = "20171221.2106";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "auto-indent-mode.el";
- rev = "28069360a7f89ad0286fd6a53db550752ec58488";
- sha256 = "14sqmv320ryfljpxbjw9xphj6bz1ccjk3ih4cm1r8aryyhxiacii";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49af78177278e7072c70fde0eaa5bb82490ebe9d/recipes/auto-indent-mode";
- sha256 = "1nk78p8lqs8cx90asfs8iaqnwwyy8fi5bafaprm9c0nrxz299ibz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/auto-indent-mode";
- license = lib.licenses.free;
- };
- }) {};
- auto-minor-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-minor-mode";
- ename = "auto-minor-mode";
- version = "20180527.423";
- src = fetchFromGitHub {
- owner = "joewreschnig";
- repo = "auto-minor-mode";
- rev = "c62f4e04c7b73835c399f0348bea0ade2720bcbb";
- sha256 = "0vqqy6nbb884h8qhzqvjycvfqbm9pbhqxr3dlxrhfx8m6c3iasq1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b3ab5f048034777551e344101d8415cac92362c8/recipes/auto-minor-mode";
- sha256 = "1dpdylrpw1pvlmhh229b3lqs07drx9kdhw4vcv5a48qah14dz6qa";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/auto-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- auto-org-md = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-org-md";
- ename = "auto-org-md";
- version = "20180213.1543";
- src = fetchFromGitHub {
- owner = "jamcha-aa";
- repo = "auto-org-md";
- rev = "9318338bdb7fe8bd698d88f3af89b2d6413efdd2";
- sha256 = "1dzxc1f4yvj8xww5drcpzmn3fyi8ziimh1cmy6l3i399l1zl0njj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/39f934f86b5dc04078c204bcbd268af60857e268/recipes/auto-org-md";
- sha256 = "1yh9g8407kym6r0b8kr18qshxlrkw47ac17a9lvql0ksshfmnqvk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/auto-org-md";
- license = lib.licenses.free;
- };
- }) {};
- auto-package-update = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-package-update";
- ename = "auto-package-update";
- version = "20180712.1345";
- src = fetchFromGitHub {
- owner = "rranelli";
- repo = "auto-package-update.el";
- rev = "55870d313fbe9db40b1a2b59dbc420ba66a9297e";
- sha256 = "06hnr7id7w774adip0yffxh6c2xk27j2kch03r8y0v19mnfrvb39";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/78f549a299a06941edce13381f597f3a61e8c723/recipes/auto-package-update";
- sha256 = "0fdcniq5mrwbc7yvma4088r0frdfvc2ydfil0s003faz0nrjcp8k";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/auto-package-update";
- license = lib.licenses.free;
- };
- }) {};
- auto-pause = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-pause";
- ename = "auto-pause";
- version = "20160426.516";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "auto-pause";
- rev = "a4d778de774ca3895542cb559a953e0d98657338";
- sha256 = "1pxhqwvg059pslin6z87jd8d0q44ljwvdn6y23ffrz9kfpn3m5m2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/275d1b1bf1eb47cd9c769286c03b2b9aff9d74dd/recipes/auto-pause";
- sha256 = "0cdak2kicxylj5f161kia0bzzqad426y8cj4zf04gcl0nndijyrc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/auto-pause";
- license = lib.licenses.free;
- };
- }) {};
- auto-read-only = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-read-only";
- ename = "auto-read-only";
- version = "20170305.2043";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "auto-read-only.el";
- rev = "20e26d9eb017e6ab61fbd53f2ac2511b0afe3446";
- sha256 = "140w3gdbvyajy9rq82mc24mk7zsvhq4wc8yrrdwlzhzmqaflcz76";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/189e394eb9fac09783c75ff1b64facdd745a0454/recipes/auto-read-only";
- sha256 = "1cvh2c7pgdxgnl0fr1lymz9pf573hj6dn8cjcb64wdczkrci7yk5";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/auto-read-only";
- license = lib.licenses.free;
- };
- }) {};
- auto-rename-tag = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-rename-tag";
- ename = "auto-rename-tag";
- version = "20190524.2328";
- src = fetchFromGitHub {
- owner = "elpa-host";
- repo = "auto-rename-tag";
- rev = "4bd41b3107d3971c9533f9d0c8718c299669cb78";
- sha256 = "1g6kllnl625h6vmnps15a7ivpxq3k6s4vdxj50dj2i76g19wi2cn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec27ae185c0308c445e461dc84f398483ca08c5a/recipes/auto-rename-tag";
- sha256 = "0ysm559b2p2v2v39cssx5cviy2qb78cjvhmy76hih09qimg2azrz";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/auto-rename-tag";
- license = lib.licenses.free;
- };
- }) {};
- auto-save-buffers-enhanced = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-save-buffers-enhanced";
- ename = "auto-save-buffers-enhanced";
- version = "20161108.2310";
- src = fetchFromGitHub {
- owner = "kentaro";
- repo = "auto-save-buffers-enhanced";
- rev = "461e8c816c1b7c650be5f209078b381fe55da8c6";
- sha256 = "0ckjijjpqpbv9yrqfnl3x9hcdwwdgvm5r2vyx1a9nk4d3i0hd9i5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d221a217e9f6a686fa2a8b120a1f0b43c4482ce6/recipes/auto-save-buffers-enhanced";
- sha256 = "123vf6nnvdhrrfjn8n8h8a11mkqmy2zm3w3yn99np0zj31x8z7bb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/auto-save-buffers-enhanced";
- license = lib.licenses.free;
- };
- }) {};
- auto-shell-command = callPackage ({ deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popwin }:
- melpaBuild {
- pname = "auto-shell-command";
- ename = "auto-shell-command";
- version = "20180817.802";
- src = fetchFromGitHub {
- owner = "ongaeshi";
- repo = "auto-shell-command";
- rev = "a8f9213e3c773b5687b81881240e6e648f2f56ba";
- sha256 = "1b0kgqh521y16cx84rbsr244i4fs3l8h4wqjy2zdpwbpbikx1hxk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ea710bfa77fee7c2688eea8258ca9d2105d1896e/recipes/auto-shell-command";
- sha256 = "1i78fh72i8yv91rnabf0vs78r43qrjkr36hndmn5ya2xs3b1g41j";
- name = "recipe";
- };
- packageRequires = [ deferred popwin ];
- meta = {
- homepage = "https://melpa.org/#/auto-shell-command";
- license = lib.licenses.free;
- };
- }) {};
- auto-sudoedit = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-sudoedit";
- ename = "auto-sudoedit";
- version = "20180915.6";
- src = fetchFromGitHub {
- owner = "ncaq";
- repo = "auto-sudoedit";
- rev = "16bfa23e6d9c30968a6b6364ada17c88138255f3";
- sha256 = "1f2rqi5nqa40lgcsnbxk9r4dzn6kcachh3qjv76lm9lzyc41c8ln";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7cf6bc8bb7b618d74427622b9b2812daa79a3767/recipes/auto-sudoedit";
- sha256 = "1clp52fqxsilyi62p1cabhan55lbwax6fqlhccyjbl36yrdig3fh";
- name = "recipe";
- };
- packageRequires = [ emacs f ];
- meta = {
- homepage = "https://melpa.org/#/auto-sudoedit";
- license = lib.licenses.free;
- };
- }) {};
- auto-virtualenv = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pyvenv
- , s }:
- melpaBuild {
- pname = "auto-virtualenv";
- ename = "auto-virtualenv";
- version = "20170125.1117";
- src = fetchFromGitHub {
- owner = "marcwebbie";
- repo = "auto-virtualenv";
- rev = "fd98a2d34cb6828e59317a50f8763ee1fd672b00";
- sha256 = "1fsigqngd9a2zkkwzz86ynpr8gvm56329clw8zb8vq0058rdxsjk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ccb91515d9a8195061429ed8df3471867d211f9a/recipes/auto-virtualenv";
- sha256 = "0xv51g74l5pxa3s185867dpc98m6y26xbj5wgz7f9177qchvdbhk";
- name = "recipe";
- };
- packageRequires = [ cl-lib pyvenv s ];
- meta = {
- homepage = "https://melpa.org/#/auto-virtualenv";
- license = lib.licenses.free;
- };
- }) {};
- auto-virtualenvwrapper = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , virtualenvwrapper }:
- melpaBuild {
- pname = "auto-virtualenvwrapper";
- ename = "auto-virtualenvwrapper";
- version = "20181006.237";
- src = fetchFromGitHub {
- owner = "robert-zaremba";
- repo = "auto-virtualenvwrapper.el";
- rev = "72cc9168db475e8328019f9592493560dab832a5";
- sha256 = "1cvc2k5x0ircnpppwwmm813h7c59pyswz4dfgwqqrk325zcnp80f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/02a209ae8f9fc68feb3bb64d32d129fedef2b80b/recipes/auto-virtualenvwrapper";
- sha256 = "1v82z922d9sadwvyrl4iddsa19f5k43s6iwn8w146jcl0v42bkmd";
- name = "recipe";
- };
- packageRequires = [ cl-lib s virtualenvwrapper ];
- meta = {
- homepage = "https://melpa.org/#/auto-virtualenvwrapper";
- license = lib.licenses.free;
- };
- }) {};
- auto-yasnippet = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "auto-yasnippet";
- ename = "auto-yasnippet";
- version = "20190326.258";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "auto-yasnippet";
- rev = "2f755e20d61d7d9098e00dd01f4b6d096bdf1a88";
- sha256 = "1vf5mc19siak82fgx29n18ni7fnfc2b1k32jdssk0irk9zcjir06";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d33c0aee6a5d27217bbae28fc8f448c3badc8a4b/recipes/auto-yasnippet";
- sha256 = "02281gyy07cy72a29fjsixg9byqq3izb9m1jxv98ni8pcy3bpsqa";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/auto-yasnippet";
- license = lib.licenses.free;
- };
- }) {};
- autobookmarks = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "autobookmarks";
- ename = "autobookmarks";
- version = "20180531.1206";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "autobookmarks";
- rev = "e971aa49d97da9f7ed760b37e0b674e45f1c5673";
- sha256 = "04453h3s9g7ka028s4f97z606czq3vsvphrmba533jkl8lk3hpi8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e40e6ebeb30b3f23ad37a695e011431a48c5a62e/recipes/autobookmarks";
- sha256 = "11zhg3y9fb5mq67fwsnjrql9mnwkp3hwib7fpllb3yyf2yywc8zp";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/autobookmarks";
- license = lib.licenses.free;
- };
- }) {};
- autodisass-java-bytecode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "autodisass-java-bytecode";
- ename = "autodisass-java-bytecode";
- version = "20151005.912";
- src = fetchFromGitHub {
- owner = "gbalats";
- repo = "autodisass-java-bytecode";
- rev = "3d61dbe266133c950b39e880f78d142751c7dc4c";
- sha256 = "1pf2mwnicj5x2kksxwmrzz2vfxj9y9r6rzgc1fl8028mfrmrmg8s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a094845521d76754a29435012af5fba9f7975a8e/recipes/autodisass-java-bytecode";
- sha256 = "1k19nkbxnysm3qkpdhz4gv2x9nnrp94xl40x84q8n84s6xaan4dc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/autodisass-java-bytecode";
- license = lib.licenses.free;
- };
- }) {};
- autodisass-llvm-bitcode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "autodisass-llvm-bitcode";
- ename = "autodisass-llvm-bitcode";
- version = "20150410.1825";
- src = fetchFromGitHub {
- owner = "gbalats";
- repo = "autodisass-llvm-bitcode";
- rev = "14bb1bfe2be3b04d6e0c87a7a9d1e88ce15506d0";
- sha256 = "1hyp49bidwc53cr25wwwyzcd0cbbqzxkfcpnccimphv24qfsai85";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/657e8f6bd0e44f11db8480ca42fb29d85fc3ec29/recipes/autodisass-llvm-bitcode";
- sha256 = "0bh73nzll9jp7kiqfnb5dwkipw85p3c3cyq58s0nghig02z63j01";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/autodisass-llvm-bitcode";
- license = lib.licenses.free;
- };
- }) {};
- automargin = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "automargin";
- ename = "automargin";
- version = "20131112.14";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "automargin";
- rev = "f0dce37b7ece368dd805e03b5e2af6e571038bc6";
- sha256 = "0p95kszsllkj11dyn9vq9ycp8mlir2mzh80gj5kwmkvd10s2s3c6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0937e63ec686cc3e183bddb029a514c64934fc81/recipes/automargin";
- sha256 = "0llqz01wmacc0f8j3h7r0j57vkmzksl9vj1h0igfxzpm347mm9q8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/automargin";
- license = lib.licenses.free;
- };
- }) {};
- autopair = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "autopair";
- ename = "autopair";
- version = "20160304.437";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "autopair";
- rev = "2b6d72bccb0ebba6e7e711528872b898b0c65b0a";
- sha256 = "09p56vi5zgm2djglimwyhv4n4gyydjndzn46vg9qzzlxvvmw66i1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4150455d424326667390f72f6edd22b274d9fa01/recipes/autopair";
- sha256 = "0l2ypsj3dkasm0lj9jmnaqjs3rv97ldfw8cmayv77mzfd6lhjmh3";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/autopair";
- license = lib.licenses.free;
- };
- }) {};
- autotest = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "autotest";
- ename = "autotest";
- version = "20190331.1530";
- src = fetchFromGitHub {
- owner = "zenspider";
- repo = "elisp";
- rev = "b59013510006294b5e7623522f620d5cbac95cf3";
- sha256 = "06ij30gvpf7244xsdv14qdb86nqqahfrr20gafla764w6r1il62z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5fc2c4a590cbeccfb43003972a78f5d76ec4a9e7/recipes/autotest";
- sha256 = "0f46m5pc40i531dzfnhkcn192dcs1q20y083c1c0wg2zhjcdr5iy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/autotest";
- license = lib.licenses.free;
- };
- }) {};
- autotetris-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "autotetris-mode";
- ename = "autotetris-mode";
- version = "20141114.846";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "autotetris-mode";
- rev = "7d348d33829bc89ddbd2b4d5cfe5073c3b0cbaaa";
- sha256 = "14pjsb026mgjf6l3dggy255knr7c1vfmgb6kgafmkzvr96aglcdc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4c5c698b7dfb179f43b9fdf4652b96e2d7f8e7c6/recipes/autotetris-mode";
- sha256 = "0k4yq4pvrs1zaf9aqxmlb6l2v4k774zbxj4zcx49w3l1h8gwxpbb";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/autotetris-mode";
- license = lib.licenses.free;
- };
- }) {};
- autothemer = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "autothemer";
- ename = "autothemer";
- version = "20180920.223";
- src = fetchFromGitHub {
- owner = "jasonm23";
- repo = "autothemer";
- rev = "69488c71dfc182cf2e7be2d745037f230ade678e";
- sha256 = "0l3xsnp5j46jcjc1nkfbfg0pyzdi94rn0h5idfpqikj6f3ralh10";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7/recipes/autothemer";
- sha256 = "0wahmbihyr3dx4lgiwi7041gvmmqlzlv7ss25fw90srs9n2h05gj";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/autothemer";
- license = lib.licenses.free;
- };
- }) {};
- autumn-light-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "autumn-light-theme";
- ename = "autumn-light-theme";
- version = "20150515.747";
- src = fetchFromGitHub {
- owner = "aalpern";
- repo = "emacs-color-theme-autumn-light";
- rev = "26a52a79e7fff401af6d24c4365bb4a250c1136a";
- sha256 = "0nc71mxp57h5dnd1vrgc9vh0lrjzq5mfm8li4b11l2gpnbv4s4wi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/52a7598dc550c76f4e081fe1c4a6d8697bd30561/recipes/autumn-light-theme";
- sha256 = "0g3wqv1yw3jycq30mcj3w4sn9nj6i6gyd2ljzimf547ggcai536a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/autumn-light-theme";
- license = lib.licenses.free;
- };
- }) {};
- avandu = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "avandu";
- ename = "avandu";
- version = "20170101.1103";
- src = fetchFromGitHub {
- owner = "ryuslash";
- repo = "avandu";
- rev = "f44588d8e747fa880411cb4542cc39962252b90a";
- sha256 = "097wls9k6qrf12nn8mpszfbqsaqc81956yqxns1sjs6dmjqi0c7z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1344e49e6a41ce390a047cb8d48090160b37b50/recipes/avandu";
- sha256 = "174bd3vbvh0l9282bg8575nqc71zkg90bwbxbv1b7dz8qaaczhcy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/avandu";
- license = lib.licenses.free;
- };
- }) {};
- avk-emacs-themes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "avk-emacs-themes";
- ename = "avk-emacs-themes";
- version = "20181127.2345";
- src = fetchFromGitHub {
- owner = "avkoval";
- repo = "avk-emacs-themes";
- rev = "cadbfb4c9cd6812d63b69076a9d90514bfd2db66";
- sha256 = "07isy168fnvyy25z1wwyr6740bmwmff6c3yfcdy7dnypcj9whllr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef362a76a3881c7596dcc2639df588227b3713c0/recipes/avk-emacs-themes";
- sha256 = "0yimnfm50qsq505fc67b3qnxx2aiyz5a7bw87zkjrdnar12vv144";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/avk-emacs-themes";
- license = lib.licenses.free;
- };
- }) {};
- avy = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "avy";
- ename = "avy";
- version = "20190520.247";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "avy";
- rev = "f91ae613a86187c8ca75e86f22e3f5ac9958399c";
- sha256 = "0kkglpk7x2hps176yzymp112fgmxng1r3pfbb48hh9ivsbmzykl7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77fac7a702d4086fb860514e377037acedc60412/recipes/avy";
- sha256 = "0gjq79f8jagbngp0shkcqmwhisc3hpgwfk34kq30nb929nbnlmag";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/avy";
- license = lib.licenses.free;
- };
- }) {};
- avy-flycheck = callPackage ({ avy
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "avy-flycheck";
- ename = "avy-flycheck";
- version = "20160720.800";
- src = fetchFromGitHub {
- owner = "magicdirac";
- repo = "avy-flycheck";
- rev = "5522f3bbbed1801d9278ed696ec0cbba38352985";
- sha256 = "1nwc8xid0k6bnnpgsrrlwx71a04llkiapjsbchp9jgcf11l5mghw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05755bed49219072d2ec98f0be5ecba4deda7cd1/recipes/avy-flycheck";
- sha256 = "0xvgysbx8yxhypms6639kk3cn0x6y6njnhnn9lf6hxsi96wd9y96";
- name = "recipe";
- };
- packageRequires = [ avy emacs flycheck seq ];
- meta = {
- homepage = "https://melpa.org/#/avy-flycheck";
- license = lib.licenses.free;
- };
- }) {};
- avy-menu = callPackage ({ avy
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "avy-menu";
- ename = "avy-menu";
- version = "20181231.2308";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "avy-menu";
- rev = "4610cb0f41a84b2a8506360768d74e93661da8b3";
- sha256 = "1yms2n1j1w19g7rjxpxhi5bfkl1czjaqyz5lqabmndcd4sljbc4y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2f0b4cfb30c405d44803b36ebcaccef0cf87fe2d/recipes/avy-menu";
- sha256 = "1g2bsm0jpig51jwn9f9mx6z5glb0bn4s21194xam768qin0rf4iw";
- name = "recipe";
- };
- packageRequires = [ avy emacs ];
- meta = {
- homepage = "https://melpa.org/#/avy-menu";
- license = lib.licenses.free;
- };
- }) {};
- avy-migemo = callPackage ({ avy
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , migemo }:
- melpaBuild {
- pname = "avy-migemo";
- ename = "avy-migemo";
- version = "20180716.755";
- src = fetchFromGitHub {
- owner = "momomo5717";
- repo = "avy-migemo";
- rev = "922a6dd82c0bfa316b0fbb56a9d4dd4ffa5707e7";
- sha256 = "1a4421h15ba7lsnbh8kqm3hvs06fp830wb1nvwgpsk7vmqqi2qgl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6a02db29eb3e4b76b4a9cdbc966df5a1bd35dec0/recipes/avy-migemo";
- sha256 = "1zvgkhma445gj1zjl8j25prw95bdpjbvfy8yr0r5liay6g2hf296";
- name = "recipe";
- };
- packageRequires = [ avy emacs migemo ];
- meta = {
- homepage = "https://melpa.org/#/avy-migemo";
- license = lib.licenses.free;
- };
- }) {};
- avy-zap = callPackage ({ avy
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "avy-zap";
- ename = "avy-zap";
- version = "20190411.2020";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "avy-zap";
- rev = "f1089c96b290225032a09c14e87568958ac93438";
- sha256 = "14ihz0bj1grpy25l5mapcmfjxw2pvcmkxi53vc2db73di8panv3p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10a2a57c78ac1d8ab621031caa21e8574daeb9a0/recipes/avy-zap";
- sha256 = "1zbkf21ggrmg1w0xaw40i3swgc1g4fz0j8p0r9djm9j120d94zkx";
- name = "recipe";
- };
- packageRequires = [ avy ];
- meta = {
- homepage = "https://melpa.org/#/avy-zap";
- license = lib.licenses.free;
- };
- }) {};
- aws-ec2 = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , tblui }:
- melpaBuild {
- pname = "aws-ec2";
- ename = "aws-ec2";
- version = "20161007.1214";
- src = fetchFromGitHub {
- owner = "Yuki-Inoue";
- repo = "aws.el";
- rev = "5601d4f268fc34b86a02ca90cde7d3771619a368";
- sha256 = "15idbbxsghzn737s9jppnx820nnm1srcl1418458hwfy3wqhq38g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90ac00160cbf692baa1f3953122ac828356944e0/recipes/aws-ec2";
- sha256 = "040c69g8rhpcmrdjjg4avdmqarxx3dfzylmz62yxhfpn02qh48xd";
- name = "recipe";
- };
- packageRequires = [ dash emacs tblui ];
- meta = {
- homepage = "https://melpa.org/#/aws-ec2";
- license = lib.licenses.free;
- };
- }) {};
- aws-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "aws-snippets";
- ename = "aws-snippets";
- version = "20190207.247";
- src = fetchFromGitHub {
- owner = "baron42bba";
- repo = "aws-snippets";
- rev = "9cb1edaaa86609b51a7fbf39ec643cc5ae80eaa1";
- sha256 = "1rzfzb19h5d0ikysxi0xcbyvv733kdmcmydpc7wwq9qkb31wck56";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/485aa401a6a14cd4a916474d9a7df12cdf45d591/recipes/aws-snippets";
- sha256 = "1p2il4ig3nafsapa87hgghw6ri9d5qqi0hl8zjyypa06rcnag9g9";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/aws-snippets";
- license = lib.licenses.free;
- };
- }) {};
- axiom-environment = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "axiom-environment";
- ename = "axiom-environment";
- version = "20190323.1224";
- src = fetchgit {
- url = "https://bitbucket.org/pdo/axiom-environment";
- rev = "e3444570fa081410171a089f6c118ea6627e5d48";
- sha256 = "04j18cxr5il5fmdk4habsyys2z47gbldjsfnwzy2xpb316bc5m66";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b4c6b03c5ff78ce327dcf66b175e266bbc53dbf/recipes/axiom-environment";
- sha256 = "1hzfxdwhgv0z9136k7bdjhqjrkawsjmvqch6za6p7nkpd9ikr2zb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/axiom-environment";
- license = lib.licenses.free;
- };
- }) {};
- babel = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "babel";
- ename = "babel";
- version = "20181201.119";
- src = fetchFromGitHub {
- owner = "juergenhoetzel";
- repo = "babel";
- rev = "c25dedb5c7f2465b122102f02cd9845668818c20";
- sha256 = "1ydb8zbg8n56wf5hb8i3i2s40mspqfkszfdd8v8jjqb5wm8q32rc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b0d748fa06b3cbe336cb01a7e3ed7b0421d885cc/recipes/babel";
- sha256 = "0sdpp4iym61ni32zv75n48ylj4jib8ca6n9hyqwj1b7nqg76mm1c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/babel";
- license = lib.licenses.free;
- };
- }) {};
- babel-repl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "babel-repl";
- ename = "babel-repl";
- version = "20160504.1501";
- src = fetchFromGitHub {
- owner = "hung-phan";
- repo = "babel-repl";
- rev = "0faa2f6518a2b46236f116ca1736a314f7d9c034";
- sha256 = "0sp0ja0346k401q5zpx3zl4pnxp4ml2jqkgk7z8i08rhdbp0c4nr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dfd4ac01ea16fcbc6e9343a953a2f278c5874d3d/recipes/babel-repl";
- sha256 = "0h11i8w8s4ia1x0lm5n7bnc3db4bv0a7f7hzl27qrg38m3c7dl6x";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/babel-repl";
- license = lib.licenses.free;
- };
- }) {};
- back-button = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , melpaBuild
- , nav-flash
- , pcache
- , persistent-soft
- , smartrep
- , ucs-utils }:
- melpaBuild {
- pname = "back-button";
- ename = "back-button";
- version = "20150804.1304";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "back-button";
- rev = "98d92984a740acd1547bd7ed05cca0affdb21c3e";
- sha256 = "0rj6a8rdwa0h2ckz7h4d91hnxqcin98l4ikbfyak2whfb47z909l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/back-button";
- sha256 = "0vyhvm445d0rs14j5xi419akk5nd88d4hvm4251z62fmnvs50j85";
- name = "recipe";
- };
- packageRequires = [
- list-utils
- nav-flash
- pcache
- persistent-soft
- smartrep
- ucs-utils
- ];
- meta = {
- homepage = "https://melpa.org/#/back-button";
- license = lib.licenses.free;
- };
- }) {};
- backlight = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "backlight";
- ename = "backlight";
- version = "20180629.1459";
- src = fetchFromGitHub {
- owner = "mschuldt";
- repo = "backlight.el";
- rev = "096e632bf100d318754d6c961c90ebb0ef29dce5";
- sha256 = "0w9ng4rhsawcf96mnpy71h50j4mankmvjnfknxlmwiwlmx4sp0f1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b33ef75760ff02983d8c4c6f98621bb441751c3/recipes/backlight";
- sha256 = "0gzshxs9vw5wrb6pnxdaw5q4c8i0vsmc7wb0y2jyhxsr81mlxdpi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/backlight";
- license = lib.licenses.free;
- };
- }) {};
- backline = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , outline-minor-faces }:
- melpaBuild {
- pname = "backline";
- ename = "backline";
- version = "20181111.32";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "backline";
- rev = "960deaef1d87658f79a0bd95c85946371d211590";
- sha256 = "017w7qa74laq04h359znn9kjsqpl91gypsqsldpnlrb25jw0z0gl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f252e45e8bd6e8af1267755d108f378a974ddaf1/recipes/backline";
- sha256 = "0y5y048s6r3mcgjfxpmwarnhn6lh00j9cla6qjsd83f79hw5cq4y";
- name = "recipe";
- };
- packageRequires = [ emacs outline-minor-faces ];
- meta = {
- homepage = "https://melpa.org/#/backline";
- license = lib.licenses.free;
- };
- }) {};
- backup-each-save = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "backup-each-save";
- ename = "backup-each-save";
- version = "20180226.2157";
- src = fetchFromGitHub {
- owner = "conornash";
- repo = "backup-each-save";
- rev = "3c414b9d6b278911c95c5b8b71819e6af6f8a02a";
- sha256 = "13pliz2ra020hhxcidkyhfa0767n188l1w5r0vpvv6zqyc2p414i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caa478356d20b5b0e9a450f7b4a8b25937e583a4/recipes/backup-each-save";
- sha256 = "1l7lx3vd27qypkxa0cdm8zbd9fv08xn1bf6xj6g9c49ql95xbyiv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/backup-each-save";
- license = lib.licenses.free;
- };
- }) {};
- backup-walker = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "backup-walker";
- ename = "backup-walker";
- version = "20130720.816";
- src = fetchFromGitHub {
- owner = "lewang";
- repo = "backup-walker";
- rev = "934a4128c122972ac32bb9952addf279a60a94da";
- sha256 = "0z4d8x9lkad50720lgvr8f85p1ligv07865i30lgr9ck0q04w68v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9428a70292cf6b796d7d994ad6b73d7d45970c19/recipes/backup-walker";
- sha256 = "0hfr27yiiblrd0p3zhpapbj4vijfdk7wqh406xnlwf2yvnfsqycd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/backup-walker";
- license = lib.licenses.free;
- };
- }) {};
- backward-forward = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "backward-forward";
- ename = "backward-forward";
- version = "20161228.2150";
- src = fetchFromGitLab {
- owner = "vancan1ty";
- repo = "emacs-backward-forward";
- rev = "58489957a62a0da25dfb5df902624d2548d800b4";
- sha256 = "14v9q58vd0iggs8x8hjh24cv58g2pbwnr6zghd2anaygbj74ij24";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cb44d7b604c50d4e07404c0dff071fbc66ea903d/recipes/backward-forward";
- sha256 = "0kpy761xdk2s21s92cw03fgw5xq9glybrhnjv2v89xrg16vdvamf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/backward-forward";
- license = lib.licenses.free;
- };
- }) {};
- badger-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "badger-theme";
- ename = "badger-theme";
- version = "20140716.1932";
- src = fetchFromGitHub {
- owner = "ccann";
- repo = "badger-theme";
- rev = "80fb9f8ace37b2e8807da639f7da499a53ffefd4";
- sha256 = "0g8smx6pi2wqv78mhxfgwg51mx5msqsgcc55xcz29aq0q3naw4z1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/298e43769c6cd855526d847e8e3b237912360777/recipes/badger-theme";
- sha256 = "01h5bsqllgn6gs0wpl0y2h041007mn3ldjswkz6f3mayrgl4c6yf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/badger-theme";
- license = lib.licenses.free;
- };
- }) {};
- badwolf-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "badwolf-theme";
- ename = "badwolf-theme";
- version = "20161004.15";
- src = fetchFromGitHub {
- owner = "bkruczyk";
- repo = "badwolf-emacs";
- rev = "ea01a3d9358e968f75e3ed15dec6a2a96ce3d9a1";
- sha256 = "0a6adsxvmw3mgji17is75jrq3ifmzpch8rwqqyfgc99xzndvab7l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/badwolf-theme";
- sha256 = "15n33l0iaq2pk70rpw7qdm8dlwcinfclpnlr3bs7vcb1dknp4g9v";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/badwolf-theme";
- license = lib.licenses.free;
- };
- }) {};
- banner-comment = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "banner-comment";
- ename = "banner-comment";
- version = "20180923.1211";
- src = fetchFromGitHub {
- owner = "WJCFerguson";
- repo = "banner-comment";
- rev = "ac52f6b24e590787a385c08cc3751d6f2ddca815";
- sha256 = "1630py97ldh3w71s26jbcxk58529g03sl0padnzqj0rbqy82yw8w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4bb69f15cb6be38a86abf4d15450a29c9a819068/recipes/banner-comment";
- sha256 = "0i5nkfdwfr9mcir2ijdhw563azmr5p7hyl6rfy1r04fzs8j7w2pc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/banner-comment";
- license = lib.licenses.free;
- };
- }) {};
- bap-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bap-mode";
- ename = "bap-mode";
- version = "20190401.846";
- src = fetchFromGitHub {
- owner = "fkie-cad";
- repo = "bap-mode";
- rev = "5e0570a4d70003aea451232358c0adb2d1a813fc";
- sha256 = "0vb8r4xar2fz5yxfsx7ss9k0vd72dypz8lgavypkb1kvvizv0h5b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05b1b5885a9d5e3bda38bc8a2f987bffd9353cc0/recipes/bap-mode";
- sha256 = "1n0sv6d6vnv40iks18vws16psbv83v401pdd8w2d2cfhhsmmi4ii";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bap-mode";
- license = lib.licenses.free;
- };
- }) {};
- bar-cursor = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bar-cursor";
- ename = "bar-cursor";
- version = "20180226.1645";
- src = fetchFromGitHub {
- owner = "ajsquared";
- repo = "bar-cursor";
- rev = "20cb59bedc3532a712fe7feeff3660ebd72a8107";
- sha256 = "06b0nkcp8yjixps72nrgk2zmljc9f71cdr96jdpgssydfhn4pcdf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/932e7b128f092ec724ebf18c9c5ca84e16edc82c/recipes/bar-cursor";
- sha256 = "0f7z3mlnh3p28pmn1bnqbszcy1j68dwm8xra1wz8jgykvrdlyf2s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bar-cursor";
- license = lib.licenses.free;
- };
- }) {};
- bart-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bart-mode";
- ename = "bart-mode";
- version = "20190601.304";
- src = fetchFromGitHub {
- owner = "mschuldt";
- repo = "bart-mode";
- rev = "f70b6c42452e47c0c6b3ebd4c90e555a9bedeec7";
- sha256 = "0s47ijlnspndia6f1116g6nr6hnirmba6fkvdcvw4qm7mhn5xrc9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8f9cb09c07cb9fdef15de3e8dbfb6725d97dff6f/recipes/bart-mode";
- sha256 = "0wyfsf7kqfghnci9rlk9x0rkai6x7hy3vfzkgh7s2yz081p1kfam";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bart-mode";
- license = lib.licenses.free;
- };
- }) {};
- base16-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "base16-theme";
- ename = "base16-theme";
- version = "20190603.1342";
- src = fetchFromGitHub {
- owner = "belak";
- repo = "base16-emacs";
- rev = "880646d8c574e3b4eecfa870e135fc564766c93d";
- sha256 = "1kmnwbm1jgmrs6jdc3mlmx6ga9dzhiqpqa8a9js6ws4rdl2iz7dr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/30862f6be74882cfb57fb031f7318d3fd15551e3/recipes/base16-theme";
- sha256 = "115dhr3gfvdz5wv76fwpv3b4dywiwbk69qrhkfhij8vpcfybrpzx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/base16-theme";
- license = lib.licenses.free;
- };
- }) {};
- bash-completion = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bash-completion";
- ename = "bash-completion";
- version = "20190516.1154";
- src = fetchFromGitHub {
- owner = "szermatt";
- repo = "emacs-bash-completion";
- rev = "61592a1ce11efdff1d18bb7675c651a8f914c10d";
- sha256 = "09chkvcwy12h24wlb92hjyanrsfc1nc735h8bpi0ffy1i8lxmlfm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b528544841995045fb1f8344aaaa38946bb3915/recipes/bash-completion";
- sha256 = "0l41yj0sb87i27hw6dh35l32hg4qkka6r3bpkckjnfm0xifrd9hj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bash-completion";
- license = lib.licenses.free;
- };
- }) {};
- basic-c-compile = callPackage ({ cl-lib ? null
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "basic-c-compile";
- ename = "basic-c-compile";
- version = "20170302.312";
- src = fetchFromGitHub {
- owner = "nick96";
- repo = "basic-c-compile";
- rev = "335e96e19647ad7245fb68cf7e68cf86c5023d23";
- sha256 = "1sq6mmg5361z30psn6x2ylpr8yxsbg3d47qai9px7p889p63384l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/basic-c-compile";
- sha256 = "0g595d1vd97b5qqydpb6cr3ibgcm08cw8c154h35vz3cl4w86mwd";
- name = "recipe";
- };
- packageRequires = [ cl-lib f ];
- meta = {
- homepage = "https://melpa.org/#/basic-c-compile";
- license = lib.licenses.free;
- };
- }) {};
- basic-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "basic-mode";
- ename = "basic-mode";
- version = "20180919.1052";
- src = fetchFromGitHub {
- owner = "dykstrom";
- repo = "basic-mode";
- rev = "812f078240f9de09491701853569335ba6d9b5ff";
- sha256 = "1492klgbkxb46x02kmhngccx4p9fmjvf6m4ay89j7pyaixvcqj8v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71801bdc0720f150edeab6796487c753c6e7c3f5/recipes/basic-mode";
- sha256 = "1l0ylzww7jg6l804fdrklhay4is0wx1drfi9l9wn7gcdjh76mr6g";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/basic-mode";
- license = lib.licenses.free;
- };
- }) {};
- basic-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "basic-theme";
- ename = "basic-theme";
- version = "20160817.127";
- src = fetchFromGitHub {
- owner = "fgeller";
- repo = "basic-theme.el";
- rev = "9d0fd5f56898a5237c1de3363ad416aeab7f880e";
- sha256 = "1bnv8kkg6yy09kxns78xlbl0vwc5dz0azvgvry2a0361f48f0315";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/451d1b67fefec5d3a346b1261d1284e8df6927a0/recipes/basic-theme";
- sha256 = "16rgff1d0s65alh328lr93zc06zmgbzgwx1rf3k3l4d10ki4cc27";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/basic-theme";
- license = lib.licenses.free;
- };
- }) {};
- bats-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bats-mode";
- ename = "bats-mode";
- version = "20160513.2315";
- src = fetchFromGitHub {
- owner = "dougm";
- repo = "bats-mode";
- rev = "d519f7c89f5ae17dfc33400596df4564b478315f";
- sha256 = "1ikb4rb20ng1yq95g3ydwpk37axmiw38rjzn1av9m4cs81qby4jv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d742fb825e163beb33c3873aa48a1c411711e312/recipes/bats-mode";
- sha256 = "1l5winy30w8fs3f5cylc3a3j3mfkvchwanlgsin7q76jivn87h7w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bats-mode";
- license = lib.licenses.free;
- };
- }) {};
- battle-haxe = callPackage ({ async
- , cl-lib ? null
- , company
- , dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "battle-haxe";
- ename = "battle-haxe";
- version = "20190421.1924";
- src = fetchFromGitHub {
- owner = "AlonTzarafi";
- repo = "battle-haxe";
- rev = "c25894ef8a148b568922e5c9a5c90c52c5de5e3c";
- sha256 = "0zlrrxqj95kn4pw8qh8xhldikzfbja61lvjcy7xxhsv5nvgrzc9j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/75781ee881a8f3215ab40d47273c8a9d1fed7949/recipes/battle-haxe";
- sha256 = "02x7hchk3jninas4mybn98m09wn1bfqqdjfq45b6rgw1am6mvvwz";
- name = "recipe";
- };
- packageRequires = [
- async
- cl-lib
- company
- dash
- dash-functional
- emacs
- f
- helm
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/battle-haxe";
- license = lib.licenses.free;
- };
- }) {};
- bazel-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bazel-mode";
- ename = "bazel-mode";
- version = "20190606.100";
- src = fetchFromGitHub {
- owner = "codesuki";
- repo = "bazel-mode";
- rev = "f07e75fc2dd97ba20e40806927409357aaad2496";
- sha256 = "0grbvzqy4x6wh2951jsh5mmbhwbd6j5figqj7v9q5px5alprjqsl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3945f7eba7d5f248cace11a7946262ac2500b01a/recipes/bazel-mode";
- sha256 = "10590pbpg6mwkcwlm01nxf0ypw694h1b57frvn5rnc53al87i586";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bazel-mode";
- license = lib.licenses.free;
- };
- }) {};
- bbcode-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bbcode-mode";
- ename = "bbcode-mode";
- version = "20190304.1322";
- src = fetchFromGitHub {
- owner = "lassik";
- repo = "emacs-bbcode-mode";
- rev = "e16619c80ea21154b4a4ccc2e13d0077e97c9caf";
- sha256 = "0l7jygskxmbckf3xhbjzgwzkrj2m6z1n3i2l7qc9ii4i3mhpx0ai";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57c307eecfc0fccfdc525ce6ff63a69ff3b78874/recipes/bbcode-mode";
- sha256 = "0rrhvwb4hrg2sbjbpgdghcgrc6gwpq3vax28r5mlacn5w5x31qjb";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/bbcode-mode";
- license = lib.licenses.free;
- };
- }) {};
- bbdb = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bbdb";
- ename = "bbdb";
- version = "20190317.1353";
- src = fetchgit {
- url = "https://git.savannah.nongnu.org/git/bbdb.git";
- rev = "e702668eb55fad2952f677cfc82898518d627bb3";
- sha256 = "167br6hfb2xshwjnbzhxzf9z09w3lficvc2kbxskgk8qjkm53hqa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/bbdb";
- sha256 = "0mm8n3dbi8lap3pjr97n2f675iy7sg476sm1vxygbc3j67rq1zb2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bbdb";
- license = lib.licenses.free;
- };
- }) {};
- bbdb- = callPackage ({ bbdb
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "bbdb-";
- ename = "bbdb-";
- version = "20140221.1554";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "bbdb-";
- rev = "2839e84c894de2513af41053e80a277a1b483d22";
- sha256 = "17nbnkg0zn6p89r27mk9hl6qhv6xscwdsq8iyikdw03svpr16lnp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/01e7a8cc1dde506cb2fcfd9270f15dc61c43ec17/recipes/bbdb-";
- sha256 = "1vzbalcchay4pxl9f1sxg0zclgc095f59dlj15pj0bqq61sbl9jf";
- name = "recipe";
- };
- packageRequires = [ bbdb log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/bbdb-";
- license = lib.licenses.free;
- };
- }) {};
- bbdb-csv-import = callPackage ({ bbdb
- , dash
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , pcsv }:
- melpaBuild {
- pname = "bbdb-csv-import";
- ename = "bbdb-csv-import";
- version = "20180121.1649";
- src = fetchFromGitLab {
- owner = "iankelling";
- repo = "bbdb-csv-import";
- rev = "dbc2e0fe9e8ae65e494011044d905ae79b3cee3e";
- sha256 = "0n52arydcsmarkpqqwxvw686cypl7iz73kzizirdjhcqmzimx9pl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76ac7178ee5381e08ae881f3fc6061106eeb1c1d/recipes/bbdb-csv-import";
- sha256 = "0r7pc2ypd1ydqrnvcqmsg69rm047by7k0zhm563538ra82597wnm";
- name = "recipe";
- };
- packageRequires = [ bbdb dash pcsv ];
- meta = {
- homepage = "https://melpa.org/#/bbdb-csv-import";
- license = lib.licenses.free;
- };
- }) {};
- bbdb-ext = callPackage ({ bbdb
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bbdb-ext";
- ename = "bbdb-ext";
- version = "20151220.1213";
- src = fetchFromGitHub {
- owner = "vapniks";
- repo = "bbdb-ext";
- rev = "fee97b1b3faa83edaea00fbc5ad3cbca5e791a55";
- sha256 = "1ydf89mmp3zjfqdymnrwg18wclyf7psarz9f2k82pl58h0khh71g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1ba0575cb6f0270bab8bf00726842b2a4d0bef3/recipes/bbdb-ext";
- sha256 = "0fnxcvzdyh0602rdfz3lz3vmvza4s0syz1vn2fgsn2lg3afqq7li";
- name = "recipe";
- };
- packageRequires = [ bbdb ];
- meta = {
- homepage = "https://melpa.org/#/bbdb-ext";
- license = lib.licenses.free;
- };
- }) {};
- bbdb-vcard = callPackage ({ bbdb
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bbdb-vcard";
- ename = "bbdb-vcard";
- version = "20190410.1354";
- src = fetchFromGitHub {
- owner = "tohojo";
- repo = "bbdb-vcard";
- rev = "853cbcd882be137a5488c70328c25f5982aca657";
- sha256 = "0r8xcxvzalf5g12mqy6w7yv34nxd8n2wcqa5ib06nf40n162nrwg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd5d9027c49beae89f78d2a30dfa4bd070dff1bd/recipes/bbdb-vcard";
- sha256 = "1kn98b7mh9a28933r4yl8qfl9p92rpix4vkp71sar9cka0m71ilj";
- name = "recipe";
- };
- packageRequires = [ bbdb ];
- meta = {
- homepage = "https://melpa.org/#/bbdb-vcard";
- license = lib.licenses.free;
- };
- }) {};
- bbdb2erc = callPackage ({ bbdb
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bbdb2erc";
- ename = "bbdb2erc";
- version = "20170221.554";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "bbdb2erc";
- rev = "15db2bd29df0f6ee32c499fdeffb960b6a7f97a0";
- sha256 = "0jlm6qffhh84vy5wmkxmsm5i4dp87cfh7zr5kvrw72zyww986kn4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/04867a574773e8794335a2664d4f5e8b243f3ec9/recipes/bbdb2erc";
- sha256 = "0k1f6mq9xd3568vg01dqqvcdbdshbdsi4ivkjyxis6dqfnqhlfdd";
- name = "recipe";
- };
- packageRequires = [ bbdb ];
- meta = {
- homepage = "https://melpa.org/#/bbdb2erc";
- license = lib.licenses.free;
- };
- }) {};
- bbyac = callPackage ({ browse-kill-ring
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bbyac";
- ename = "bbyac";
- version = "20180206.641";
- src = fetchFromGitHub {
- owner = "baohaojun";
- repo = "bbyac";
- rev = "9f0de9cad13801891ffb590dc09f51ff9a7cb225";
- sha256 = "0q0i1j8ljfd61rk6d5fys7wvdbym9pz5nhwyfvmm0ijmy19d1ppz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/92c10c13a1bd19c8bdbca128852d1c91b76f7002/recipes/bbyac";
- sha256 = "1pb12b8xrcgyniwqc90z3kr3rq9kkzxjawwcz7xwzymq39fx0897";
- name = "recipe";
- };
- packageRequires = [ browse-kill-ring cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/bbyac";
- license = lib.licenses.free;
- };
- }) {};
- bdo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bdo";
- ename = "bdo";
- version = "20140126.101";
- src = fetchFromGitHub {
- owner = "chrisdone";
- repo = "bdo";
- rev = "c96cb6aa9e97fa3491185c50dee0f77a13241010";
- sha256 = "0d5b7zyl2vg621w1ll2lw3kjz5hx6lqxc0jivh0i449gckk5pzkm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/bdo";
- sha256 = "1n2kpaps6992nxl0v1003czcbw1k4xq906an56694wkh05az505j";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bdo";
- license = lib.licenses.free;
- };
- }) {};
- beacon = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "beacon";
- ename = "beacon";
- version = "20190104.1131";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "beacon";
- rev = "bde78180c678b233c94321394f46a81dc6dce1da";
- sha256 = "19m90jjbsjzhzf7phlg79l8d2kxgrqnrrg1ipa3sf7vzxxkmsdld";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d09cfab21be800831644218e9c8c4433087951c0/recipes/beacon";
- sha256 = "1pwxvdfzs9qjd44wvgimipi2hg4qw5sh5wlsl8h8mq2kyx09s7hq";
- name = "recipe";
- };
- packageRequires = [ seq ];
- meta = {
- homepage = "https://melpa.org/#/beacon";
- license = lib.licenses.free;
- };
- }) {};
- beeminder = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "beeminder";
- ename = "beeminder";
- version = "20180413.1229";
- src = fetchFromGitHub {
- owner = "Sodaware";
- repo = "beeminder.el";
- rev = "3fcee7a7003a37171ddb59171c7f4b5dd4b34349";
- sha256 = "0phiyv4n5y052fgxngl3yy74akb378sr6manx21s360gnxzcblwd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/beeminder";
- sha256 = "1cb8xmgsv23b464hpchm9f9i64p3fyf7aillrwk1aa2l1008kyww";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/beeminder";
- license = lib.licenses.free;
- };
- }) {};
- beginend = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "beginend";
- ename = "beginend";
- version = "20180827.226";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "beginend";
- rev = "e4ff077de4a2c80e1f42adfc86837537899447a5";
- sha256 = "15mcwh6189581l9abzm2japdv8fzpwf1vlr9ql8xb1mn3nih9qi5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31c1157d4fd9e47a780bbd91075252acdc7899dd/recipes/beginend";
- sha256 = "1y81kr9q0zrsr3c3s14rm6l86y5wf1a0kia6d98112fy4fwdm7kq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/beginend";
- license = lib.licenses.free;
- };
- }) {};
- belarus-holidays = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "belarus-holidays";
- ename = "belarus-holidays";
- version = "20190102.543";
- src = fetchgit {
- url = "https://bitbucket.org/EugeneMakei/belarus-holidays.el";
- rev = "35a18273e19edc3b4c761030ffbd11116483b83e";
- sha256 = "1mddjgv2q0sr5v4gxvrzz8y0ybj2bjb5klqsrjajcpbpgbim1qgf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6987c5fbafc602ff6b48c347b4e3e7c4471681e8/recipes/belarus-holidays";
- sha256 = "0ls4y0bjdz37zvzp2xppsa4qdgmpwkz2l6ycjf9134brdnhm9gqy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/belarus-holidays";
- license = lib.licenses.free;
- };
- }) {};
- benchmark-init = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "benchmark-init";
- ename = "benchmark-init";
- version = "20150905.238";
- src = fetchFromGitHub {
- owner = "dholm";
- repo = "benchmark-init-el";
- rev = "8e4c32f32ec869fe521fb4d3c0a69406830b4178";
- sha256 = "058mic9jkwiqvmp3k9sfd6gb70ysdphnb1iynlszhixbrz5w7zs2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/54b9ae6fc10b0c56fcc7a0ad73743ffc85a3e9a0/recipes/benchmark-init";
- sha256 = "0dknch4b1j7ff1079z2fhqng7kp4903b3v7mhj15b5vzspbp3wal";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/benchmark-init";
- license = lib.licenses.free;
- };
- }) {};
- benchstat = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "benchstat";
- ename = "benchstat";
- version = "20171013.2012";
- src = fetchFromGitHub {
- owner = "Quasilyte";
- repo = "benchstat.el";
- rev = "fee86f521f22ef0f99564903d63e2023b591fc7f";
- sha256 = "1rzb6ai5f5mf9kn0nnjfxjn3l3h5b9ksbkqr1bi52fagryxrfgl2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d9180fbedf95f9b1f5810bbf4929dfee513f89e3/recipes/benchstat";
- sha256 = "0h2zi4gh23bas1zfj7j2x994lwgd3xyys96ipg1vq7z2b06572k9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/benchstat";
- license = lib.licenses.free;
- };
- }) {};
- bert = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bert";
- ename = "bert";
- version = "20131117.214";
- src = fetchFromGitHub {
- owner = "manzyuk";
- repo = "bert-el";
- rev = "a3eec6980a725aa4abd2019e4c00246450260490";
- sha256 = "06izbc0ksyhgh4gsjiifhj11v0gx9x5xjx9aqci5mc4kc6mg05sf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/89635cd11621b04a8575629ec1bf196fb3ea5d43/recipes/bert";
- sha256 = "1zhz1dcy1nf84p244x6lc4ajancv5fgmqmbrm080yhb2ral1z8x7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bert";
- license = lib.licenses.free;
- };
- }) {};
- better-defaults = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "better-defaults";
- ename = "better-defaults";
- version = "20190224.1016";
- src = fetchFromGitHub {
- owner = "technomancy";
- repo = "better-defaults";
- rev = "0937ac9a813632c48d114cf959768cda9676db3a";
- sha256 = "0zwixak4aysj6hckg7h7qj6ha6n7fb9v66drfpgjcg4ylg500anr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7bb729c1ad8602a5c0c27e81c9442981a54a924a/recipes/better-defaults";
- sha256 = "13bqcmx2gagm2ykg921ik3awp8zvw5d4lb69rr6gkpjlqp7nq2cm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/better-defaults";
- license = lib.licenses.free;
- };
- }) {};
- better-jumper = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "better-jumper";
- ename = "better-jumper";
- version = "20190510.947";
- src = fetchFromGitHub {
- owner = "gilbertw1";
- repo = "better-jumper";
- rev = "2c04d4bc09da88c5b8b276c87d3f9f56e517144e";
- sha256 = "1gzmhgr17mvxj1qvcisfq74dbb2rsgzx2wrbjf36jrwfzx7sdjxw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b08970e3bd5d64e640158d98d7e3ab5031d82895/recipes/better-jumper";
- sha256 = "0javbi799yijc3lb4dzkjwj4f4wxxrga9iixik544z98412ia8an";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/better-jumper";
- license = lib.licenses.free;
- };
- }) {};
- better-shell = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "better-shell";
- ename = "better-shell";
- version = "20180625.616";
- src = fetchFromGitHub {
- owner = "killdash9";
- repo = "better-shell";
- rev = "cfcd9d57f87ad68cd72bf4935fd1aaa1d9f059a9";
- sha256 = "1z2c2w7p9clijzsfjhcghl76ycy6s0lyymxglzzk7js5np8idmdr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/better-shell";
- sha256 = "0si8nj18i3jlhdb8m6f21rmi0lxians34vhw4xhvxw2yr9l85lj6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/better-shell";
- license = lib.licenses.free;
- };
- }) {};
- bf-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bf-mode";
- ename = "bf-mode";
- version = "20130403.742";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "bf-mode";
- rev = "7cc4d09aed64d9db6be95646f5f5067de68f8895";
- sha256 = "02b2m0cq04ynjcmr4j8gpdzjv9mpf1fysn736xv724xgaymj396n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f7fe1763891c7343c0ad0c7970b8a3c9035b4e8a/recipes/bf-mode";
- sha256 = "0b1yf9bx1ldkzry7v5qvcnl059rq62a50dvpa10i2f5v0y96n1q9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bf-mode";
- license = lib.licenses.free;
- };
- }) {};
- bfbuilder = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bfbuilder";
- ename = "bfbuilder";
- version = "20150924.950";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "bfbuilder";
- rev = "bb4c8a7be39af97ea5016099b320edd6d2b78149";
- sha256 = "1n87db51ff3bqk3dk6rzipcl9mxr74a6wwkkpxq607wjxhxz0b9y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e77dd911b850846f1719b2ee943b74028d94f04/recipes/bfbuilder";
- sha256 = "16ckybqd0a8l75ascm3k4cdzp969lzq7m050aymdyjhwif6ld2r7";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/bfbuilder";
- license = lib.licenses.free;
- };
- }) {};
- bibclean-format = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , reformatter }:
- melpaBuild {
- pname = "bibclean-format";
- ename = "bibclean-format";
- version = "20190302.1217";
- src = fetchFromGitHub {
- owner = "peterwvj";
- repo = "bibclean-format";
- rev = "b4003950a925d1c659bc359ab5e88e4441775d77";
- sha256 = "1x5hbs9j4ms93p080267kjyqpk81il3x7q87awf6qzz5xhc20d3b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a96cc66b22e7ec145ffa3031089a3d60e77b8c42/recipes/bibclean-format";
- sha256 = "1lvi1r612jb6w0j6mbq93gk9f7hmb1pn42lfs47gvf0prmjf1zyb";
- name = "recipe";
- };
- packageRequires = [ emacs reformatter ];
- meta = {
- homepage = "https://melpa.org/#/bibclean-format";
- license = lib.licenses.free;
- };
- }) {};
- biblio = callPackage ({ biblio-core
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "biblio";
- ename = "biblio";
- version = "20190214.1907";
- src = fetchFromGitHub {
- owner = "cpitclaudel";
- repo = "biblio.el";
- rev = "ff05f0b7b1d3378c570a898c6f99f787256b3d53";
- sha256 = "1z4xzrqkw9bzs0fxyddhrpyh9yflvd0d8ki2fywl9d6d5lnns3h8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5fbaa8c59b0e64d13beb0e0f18b0734afa84f51/recipes/biblio";
- sha256 = "0ym7xvcfd7hh3qdpfb8zpa7w8s4lpg0vngh9d0ns3s3lnhz4mi0g";
- name = "recipe";
- };
- packageRequires = [ biblio-core emacs ];
- meta = {
- homepage = "https://melpa.org/#/biblio";
- license = lib.licenses.free;
- };
- }) {};
- biblio-bibsonomy = callPackage ({ biblio-core
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "biblio-bibsonomy";
- ename = "biblio-bibsonomy";
- version = "20190105.400";
- src = fetchFromGitHub {
- owner = "andreasjansson";
- repo = "biblio-bibsonomy.el";
- rev = "fbdb3ecfcd88c179a2358d7967f7ecafef725835";
- sha256 = "0awqlv1v672vz51wccmijicv4agn0gqw5xllp0pxg8djzxl8isgl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e4867fd81cf56c8a74dcc71774790aa602b068a7/recipes/biblio-bibsonomy";
- sha256 = "0xfycxsslmr5si636l9pv9w5s5hmlk3253wq2vg8dm7b7ag5gr4s";
- name = "recipe";
- };
- packageRequires = [ biblio-core emacs ];
- meta = {
- homepage = "https://melpa.org/#/biblio-bibsonomy";
- license = lib.licenses.free;
- };
- }) {};
- biblio-core = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "biblio-core";
- ename = "biblio-core";
- version = "20190214.1843";
- src = fetchFromGitHub {
- owner = "cpitclaudel";
- repo = "biblio.el";
- rev = "a5088a332513930ccad808bb792a5823ed44652e";
- sha256 = "0ld1190wdqnpsf4kzbr59jykcrs0dhiha18pfxd82bh6b76h534k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4f086d3e8fd6a95ce198e148cd3ede35dd73fb8/recipes/biblio-core";
- sha256 = "0zpfamrb2gka41h834a05hxdbw4h55777kh6rhjikjfmy765nl97";
- name = "recipe";
- };
- packageRequires = [ dash emacs let-alist seq ];
- meta = {
- homepage = "https://melpa.org/#/biblio-core";
- license = lib.licenses.free;
- };
- }) {};
- bibliothek = callPackage ({ a
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pdf-tools }:
- melpaBuild {
- pname = "bibliothek";
- ename = "bibliothek";
- version = "20190124.1028";
- src = fetchFromGitHub {
- owner = "cadadr";
- repo = "elisp";
- rev = "b19b37be332bada6b18d4d895edf6ce78ab420c4";
- sha256 = "0i97l8fdrjjb6dzfcqgss5yj4ibkiaxnj32sm6nyr2s7bijkvi4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b8308e72c4437237fded29db1f60b3eba0edd26/recipes/bibliothek";
- sha256 = "011wnya65vfnn17fn1vhq0sk8c1mli81x0nb44yi6zl1hwxivb55";
- name = "recipe";
- };
- packageRequires = [ a emacs pdf-tools ];
- meta = {
- homepage = "https://melpa.org/#/bibliothek";
- license = lib.licenses.free;
- };
- }) {};
- bibretrieve = callPackage ({ auctex
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bibretrieve";
- ename = "bibretrieve";
- version = "20180901.228";
- src = fetchFromGitHub {
- owner = "pzorin";
- repo = "bibretrieve";
- rev = "600fa1fcc4c5d79c628457f2316f3429c96be006";
- sha256 = "17jy0a4j97vxnj9659q0jr32nx8kj12j9vhi5hnfw2nqxz33x7gr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e548e0cf8babaf32f1db58099599a72cebdbb84d/recipes/bibretrieve";
- sha256 = "1mf884c6adx7rq5c2z5wrnjpb6znljy30mscxskwqiyfs8c62mii";
- name = "recipe";
- };
- packageRequires = [ auctex emacs ];
- meta = {
- homepage = "https://melpa.org/#/bibretrieve";
- license = lib.licenses.free;
- };
- }) {};
- bibslurp = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "bibslurp";
- ename = "bibslurp";
- version = "20151202.1546";
- src = fetchFromGitHub {
- owner = "mkmcc";
- repo = "bibslurp";
- rev = "aeba96368f2a06959e4fe945375ce2a54d34b189";
- sha256 = "077shjz9sd0k0akvxzzgjd8a626ck650xxlhp2ws4gs7rjd7a823";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67f473e839d6325f193c641792671f43fbf83b6d/recipes/bibslurp";
- sha256 = "178nhng87bdi8s0r2bdh2gk31w9mmjkyi6ncnddk3v7p8fsh4jjp";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/bibslurp";
- license = lib.licenses.free;
- };
- }) {};
- bibtex-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bibtex-utils";
- ename = "bibtex-utils";
- version = "20170817.1219";
- src = fetchFromGitHub {
- owner = "plantarum";
- repo = "bibtex-utils";
- rev = "ed5ccce46c2088a28a2f0c49caa679d2f20567f0";
- sha256 = "0cy0w4986lngzhzmfvk9r5xf0qa9bdz2ybzgv3nkwl48pjqvvi15";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5764b6a880e8143db66e9011cc1c2bf0bcd61082/recipes/bibtex-utils";
- sha256 = "13llsyyvy0xc9s51cqqc1rz13m3qdqh8jw07gwywfbixlma59z8l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bibtex-utils";
- license = lib.licenses.free;
- };
- }) {};
- bicycle = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bicycle";
- ename = "bicycle";
- version = "20180909.1426";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "bicycle";
- rev = "42a5db3514019d539500a67f913411f5533a1eb3";
- sha256 = "1nanf0dp7kqzs2mc8gzr9qzn9v6q86sdr35pzysdl41xqydxpsrd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec9b4138ffaf81b556e01b85ce4b112e77909260/recipes/bicycle";
- sha256 = "16ikqbmsjyknj3580wdnp8ffs85bq9idf9hvxm0ihgw5gy469xqj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bicycle";
- license = lib.licenses.free;
- };
- }) {};
- bifocal = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bifocal";
- ename = "bifocal";
- version = "20181109.1941";
- src = fetchFromGitHub {
- owner = "riscy";
- repo = "bifocal-mode";
- rev = "add30c678488cec04976a85ba8cda20805938a01";
- sha256 = "01j8s6c3qm4scxy1dk07l41y0n55gz83zzfi254kc2vyx02vqg7f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/79e71995bd8452bad2e717884f148ec74c9735fc/recipes/bifocal";
- sha256 = "07qrxsby611l3cwsmw3d53h1n7cd1vg53j4vlc2isg56l2m4qks5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bifocal";
- license = lib.licenses.free;
- };
- }) {};
- binclock = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "binclock";
- ename = "binclock";
- version = "20170802.416";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "binclock.el";
- rev = "87042230d7f3fe3e9a77fae0dbab7d8f7e7794ad";
- sha256 = "0bbcn3aif3qvmgbga7znivcbgn1n79278x7xvbha52zpj584xp8d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/95dfa38d795172dca6a09cd02e21630747723949/recipes/binclock";
- sha256 = "1s0072kcd1xp8355j8aph94gb3a1wqmzx1hhfp9d6bzqf6cij8gk";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/binclock";
- license = lib.licenses.free;
- };
- }) {};
- bind-chord = callPackage ({ bind-key
- , fetchFromGitHub
- , fetchurl
- , key-chord
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bind-chord";
- ename = "bind-chord";
- version = "20171204.1210";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "use-package";
- rev = "33127b706e66fb20dfa40d94eb553dd7d6ef9197";
- sha256 = "1iz7ibdvf3bnfkwfhakigvrdzg69qgx3z7qayq54spx3rpxf7x0b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6240afa625290187785e4b7535ee7b0d7aad8969/recipes/bind-chord";
- sha256 = "1hyhs3iypyg5730a20axcfzrrglm4nbgdz8x1ifkaa0iy5zc9hb0";
- name = "recipe";
- };
- packageRequires = [ bind-key key-chord ];
- meta = {
- homepage = "https://melpa.org/#/bind-chord";
- license = lib.licenses.free;
- };
- }) {};
- bind-key = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bind-key";
- ename = "bind-key";
- version = "20180512.2130";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "use-package";
- rev = "c03d153e5882109e24c016d3afa6940af673ede6";
- sha256 = "0zyl8dfg8acf99966sp8i5iky1mvn2h016viqk48s0hjv9va0wii";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d39d33af6b6c9af9fe49bda319ea05c711a1b16e/recipes/bind-key";
- sha256 = "1qw2c27016d3yfg0w10is1v72y2jvzhq07ca4h6v17yi94ahj5xm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bind-key";
- license = lib.licenses.free;
- };
- }) {};
- bind-map = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bind-map";
- ename = "bind-map";
- version = "20161207.711";
- src = fetchFromGitHub {
- owner = "justbur";
- repo = "emacs-bind-map";
- rev = "bf4181e3a41463684adfffc6c5c305b30480e30f";
- sha256 = "0vrk17yg3jbww92p433p64ijmjf7cjg2wmzi9w418235w1xdfzz8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f58800af5965a6e7c9314aa00e971196ea0d036e/recipes/bind-map";
- sha256 = "1jzkp010b4vs1bdhccf5igmymfxab4vxs1pccpk9n5n5a4xaa358";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bind-map";
- license = lib.licenses.free;
- };
- }) {};
- bing-dict = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bing-dict";
- ename = "bing-dict";
- version = "20190122.2102";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "bing-dict.el";
- rev = "7ac91fa718a5fb4620ccc13a53b1b82de8005ac8";
- sha256 = "0swx68wmrlgqx9kp6jfzsfvi6v0r55cyal0p6b2xh1gj6iwa61ml";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/bing-dict";
- sha256 = "1cqjndq8xm2bwjvdj95dn377bp9r6rrkp1z4a45faj408mipahli";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bing-dict";
- license = lib.licenses.free;
- };
- }) {};
- birds-of-paradise-plus-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "birds-of-paradise-plus-theme";
- ename = "birds-of-paradise-plus-theme";
- version = "20130419.1429";
- src = fetchFromGitHub {
- owner = "jimeh";
- repo = "birds-of-paradise-plus-theme.el";
- rev = "bb9f9d4ef7f7872a388ec4eee1253069adcadb6f";
- sha256 = "1n5icy29ks5rxrxp7v4sf0523z7wxn0fh9lx4y6jb7ppdjnff12s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3932853232c269f158806aebe416b456c752a9bb/recipes/birds-of-paradise-plus-theme";
- sha256 = "0vdv2siy30kf1qhzrc39sygjk17lwm3ix58pcs3shwkg1y5amj3m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/birds-of-paradise-plus-theme";
- license = lib.licenses.free;
- };
- }) {};
- bison-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bison-mode";
- ename = "bison-mode";
- version = "20160616.2252";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "bison-mode";
- rev = "314af3b7af7eb897fd3932616cb8600a85228cea";
- sha256 = "0ymjgwyi73vl81i7v1g2ad09lxp4mhp47r6zcijqa5hbx9l1skik";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d08592cabbc0779c67c260f9648d2273c0dd9e3e/recipes/bison-mode";
- sha256 = "097gimlzmyrsfnl76cbzyyi9dm0d2y3f9107672h56ncri35mh66";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bison-mode";
- license = lib.licenses.free;
- };
- }) {};
- bitbake = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mmm-mode
- , s }:
- melpaBuild {
- pname = "bitbake";
- ename = "bitbake";
- version = "20190107.355";
- src = fetchFromGitHub {
- owner = "canatella";
- repo = "bitbake-el";
- rev = "6b65c10a88c8750694c9c9e77299450200e7481e";
- sha256 = "0xy4dqlg8d6ppwpa9l96dycag53rmzwiv68s2mzmpkcrjn023dr3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/da099b66180ed537f8962ab4ca727d2441f9691d/recipes/bitbake";
- sha256 = "1k2n1i8g0jc78sp1icm64rlhi1q0vqar2a889nldp134a1l7bfah";
- name = "recipe";
- };
- packageRequires = [ dash emacs mmm-mode s ];
- meta = {
- homepage = "https://melpa.org/#/bitbake";
- license = lib.licenses.free;
- };
- }) {};
- bitbucket = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "bitbucket";
- ename = "bitbucket";
- version = "20170404.2146";
- src = fetchFromGitHub {
- owner = "tjaartvdwalt";
- repo = "bitbucket.el";
- rev = "db001a9d936e6b5c3cc5d5ec22794e234e0d162d";
- sha256 = "0iwmhnnscj3axxzgcb9ma7n5wn3zpjiwkh1dxrlk2kcclbzlbjha";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9cf87389e6a5d868850d27e077202e1e52eaf4aa/recipes/bitbucket";
- sha256 = "1d0v6hvmxky3k2m89b7xm1igx9fmzvhdpn1bi8zln61m4zgr3yz0";
- name = "recipe";
- };
- packageRequires = [ emacs request s ];
- meta = {
- homepage = "https://melpa.org/#/bitbucket";
- license = lib.licenses.free;
- };
- }) {};
- bitlbee = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bitlbee";
- ename = "bitlbee";
- version = "20151202.1600";
- src = fetchFromGitHub {
- owner = "pjones";
- repo = "bitlbee-el";
- rev = "f3342da46b0864ae8db4e82b553d9e617b090534";
- sha256 = "1qbp15w4g9j9qhrgb04dwqa76i8sh1nbfd8gbpgp91sz9gackgkq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/bitlbee";
- sha256 = "1lmbmlshr8b645qsb88rswmbbcbbawzl04xdjlygq4dnpkxc8w0f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bitlbee";
- license = lib.licenses.free;
- };
- }) {};
- blackboard-bold-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "blackboard-bold-mode";
- ename = "blackboard-bold-mode";
- version = "20160812.1906";
- src = fetchFromGitHub {
- owner = "grettke";
- repo = "blackboard-bold-mode";
- rev = "5299cb064ba71baa3e331b8560bf8dd38cbbc4ed";
- sha256 = "00xbcgx4snz4sd7q7ys24rsnf5wdxjn402v8y5dgn4ayx88y1rrj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/blackboard-bold-mode";
- sha256 = "08fmzm5lblkk503zr4d6hkp45075pwwd8zinngasrsf1r01isksj";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/blackboard-bold-mode";
- license = lib.licenses.free;
- };
- }) {};
- blackboard-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "blackboard-theme";
- ename = "blackboard-theme";
- version = "20161215.2256";
- src = fetchFromGitHub {
- owner = "don9z";
- repo = "blackboard-theme";
- rev = "d8b984f2541bb86eb4363a2b4c94631e49843d4a";
- sha256 = "1jh2960yab6rhdq7ci1slpmnr43619cza0g8bfbq759yz5b7xryh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eca8cbcc1282bb061f769daf86b1938d1f30f704/recipes/blackboard-theme";
- sha256 = "19cnfxrm85985ic55y5x7nwxdynjp7djyd33dhj8r7s92cs25fn7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/blackboard-theme";
- license = lib.licenses.free;
- };
- }) {};
- blacken = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "blacken";
- ename = "blacken";
- version = "20190521.141";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "blacken";
- rev = "1874018ae242176d0780cdcd0109e8f9a123a914";
- sha256 = "1zgx7j4cp51r2cdlyf744jgfpid4lz7fwwjxbm6cvcp9hv57v7wz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69d9802996a338be937d61678f2cadf3497f6b85/recipes/blacken";
- sha256 = "16lbs76jkhcq0vg09x1n8mrd4pgz5bdjsprr9260xr7g3dx8xacc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/blacken";
- license = lib.licenses.free;
- };
- }) {};
- blgrep = callPackage ({ clmemo
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "blgrep";
- ename = "blgrep";
- version = "20150401.716";
- src = fetchFromGitHub {
- owner = "ataka";
- repo = "blgrep";
- rev = "605beda210610a5829750a987f5fcebea97af546";
- sha256 = "1pslwyaq18d1z7fay2ih3n27i6b49ss62drqqb095l1jxk42xxm0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e78ed9dc4a7ff57524e79213973157ab364ae14d/recipes/blgrep";
- sha256 = "0w7453vh9c73hdfgr06693kwvhznn9xr1hqa65izlsx2fjhqc9gm";
- name = "recipe";
- };
- packageRequires = [ clmemo ];
- meta = {
- homepage = "https://melpa.org/#/blgrep";
- license = lib.licenses.free;
- };
- }) {};
- blimp = callPackage ({ eimp
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "blimp";
- ename = "blimp";
- version = "20180903.1540";
- src = fetchFromGitHub {
- owner = "walseb";
- repo = "blimp";
- rev = "b048b037129b68674b99310bcc08fb96d44fdbb4";
- sha256 = "0az7bjxc6awn56sv49w3d0ws6w7i0gqm99sbkbnjrfgj3ha8xz4d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4fe28626950659c5ba4aa9cc7ba6126ce4737fb7/recipes/blimp";
- sha256 = "1k70x0gs9ns7652ahq2b8fhmichsmajzqmm46v1imji238zr7kb1";
- name = "recipe";
- };
- packageRequires = [ eimp emacs ];
- meta = {
- homepage = "https://melpa.org/#/blimp";
- license = lib.licenses.free;
- };
- }) {};
- bliss-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bliss-theme";
- ename = "bliss-theme";
- version = "20170808.607";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-bliss-theme";
- rev = "c3cf6d8a666ab26909b7da158f9e94df71a5fbbf";
- sha256 = "1bpyhsjfdjfa1iw9kv7fsl30vz48qllqgjg1rsxdl3vcripcbc9z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/641d1959bd31598fcdacd39a3d1bb077dcccfa5c/recipes/bliss-theme";
- sha256 = "1kzvi6zymfgirr41l8r2kazfz1y4xkigbp5qa1fafcdmw81anmdh";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bliss-theme";
- license = lib.licenses.free;
- };
- }) {};
- bln-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bln-mode";
- ename = "bln-mode";
- version = "20181121.118";
- src = fetchFromGitHub {
- owner = "mgrachten";
- repo = "bln-mode";
- rev = "a601b0bf975dd1432f6552ab6afe3f4f71133b4a";
- sha256 = "19y1fs5bzp2sqvh6svmj0cpvgq13zmsn852027hi11zvwi6dzqz8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ee12ef97df241b7405feee69c1e66b3c1a67204b/recipes/bln-mode";
- sha256 = "0w4abaqx9gz04ls1hn1qz8qg9jpvi80b9jb597ddjcbnwqq9z83r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bln-mode";
- license = lib.licenses.free;
- };
- }) {};
- blockdiag-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "blockdiag-mode";
- ename = "blockdiag-mode";
- version = "20160426.2224";
- src = fetchFromGitHub {
- owner = "xcezx";
- repo = "blockdiag-mode";
- rev = "f3b21ba433d60327cebd103ae4492200750e24a9";
- sha256 = "111i897dnkbx4xq62jfkqq4li4gm16lxbgkgg2gn13zv0f0lzgvy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2a0adb94f2a435e846944a1c544e6591b131a10e/recipes/blockdiag-mode";
- sha256 = "0v48w4slzx8baxrf10jrzcpqmcv9d3z2pz0xqn8czlzm2f6id3ya";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/blockdiag-mode";
- license = lib.licenses.free;
- };
- }) {};
- blog-admin = callPackage ({ cl-lib ? null
- , ctable
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names
- , s }:
- melpaBuild {
- pname = "blog-admin";
- ename = "blog-admin";
- version = "20170923.709";
- src = fetchFromGitHub {
- owner = "CodeFalling";
- repo = "blog-admin";
- rev = "b5f2e1dad7d68ec903619f7280bb0bcb7e398a1e";
- sha256 = "0fgzmmjxhl8i9yqx1bvb7hgkk9w4ylx73xy990qf1bl7fg21v636";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/blog-admin";
- sha256 = "03wnci5903c6jikkvlzc2vfma9h9qk673cc3wm756rx94jxinmyk";
- name = "recipe";
- };
- packageRequires = [ cl-lib ctable f names s ];
- meta = {
- homepage = "https://melpa.org/#/blog-admin";
- license = lib.licenses.free;
- };
- }) {};
- blog-minimal = callPackage ({ fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , mustache
- , org
- , s
- , simple-httpd }:
- melpaBuild {
- pname = "blog-minimal";
- ename = "blog-minimal";
- version = "20181021.149";
- src = fetchFromGitHub {
- owner = "thiefuniverse";
- repo = "blog-minimal";
- rev = "a634a2db0b80cb445ef0b072d1a1482ced91f9ad";
- sha256 = "0mxfrp7gwg07d8vkipqf8p6mli9y5sqh25k1dkcsidmc6m09j5qn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/56217a33b0669a782621dd65d83419ae371ed60a/recipes/blog-minimal";
- sha256 = "1qj25b6n3slvmbqvzfd37v4xmy1vvz37686jdr29bw5qk4prgxff";
- name = "recipe";
- };
- packageRequires = [ ht mustache org s simple-httpd ];
- meta = {
- homepage = "https://melpa.org/#/blog-minimal";
- license = lib.licenses.free;
- };
- }) {};
- bm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bm";
- ename = "bm";
- version = "20190527.1410";
- src = fetchFromGitHub {
- owner = "joodland";
- repo = "bm";
- rev = "637dacf4cb9112fdfb949706a704dd53cbe79c7e";
- sha256 = "180b3rc13asrmsdh7v405d54jkrininvaj52xhp71vw91ng51dkn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/bm";
- sha256 = "07459r7m12j2nsb7qrb26bx32alylhaaq3z448n42lz02a8dc63g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bm";
- license = lib.licenses.free;
- };
- }) {};
- bmx-mode = callPackage ({ cl-lib ? null
- , company
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "bmx-mode";
- ename = "bmx-mode";
- version = "20180929.432";
- src = fetchFromGitHub {
- owner = "josteink";
- repo = "bmx-mode";
- rev = "536b332edc3b98cc97588c937c7368803ba5961c";
- sha256 = "0hbkh4fb1cb1fd7fq1999i9rffr2xc0l16b0m5sajcrsir3gq4nr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f456d2b2b8f5a33bcb0f2ffd19e6e0276950f24/recipes/bmx-mode";
- sha256 = "04g8l4cw20k3yhbija9mz1l4nx3bzhzj7nb35s0xdyvwbc2mhrwb";
- name = "recipe";
- };
- packageRequires = [ cl-lib company dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/bmx-mode";
- license = lib.licenses.free;
- };
- }) {};
- bnf-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bnf-mode";
- ename = "bnf-mode";
- version = "20190514.347";
- src = fetchFromGitHub {
- owner = "sergeyklay";
- repo = "bnf-mode";
- rev = "2f217ecf76fa775da4b28de7dd2b615460d9f8ad";
- sha256 = "17nhy9mwaji230d3dhi3d40wibqviapa5h60mlm20mc5b2vb0vyd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/217bde4ccd2d68dc14b1bfee22fbc99cd4109952/recipes/bnf-mode";
- sha256 = "027pn2lvqsxyj9ii5svql2sw4xm9wrd9zy7ms8vayv737w5xd3n1";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/bnf-mode";
- license = lib.licenses.free;
- };
- }) {};
- bnfc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bnfc";
- ename = "bnfc";
- version = "20160605.1227";
- src = fetchFromGitHub {
- owner = "jmitchell";
- repo = "bnfc-mode";
- rev = "1b58df1dd0cb9b81900632fb2843a03b94f56fdb";
- sha256 = "0lmqrcy80nw6vmf81kh6q39x8pwhzrj6lbk31xpl8mvwnpqaykmn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7871b6372a391ace76edea40c6f92ceb10b70bf9/recipes/bnfc";
- sha256 = "0h6qhyi7vcikg7zhv8lywdz033kp27a8z1ymq5wgs4aqs184igm6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bnfc";
- license = lib.licenses.free;
- };
- }) {};
- bog = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bog";
- ename = "bog";
- version = "20180815.1513";
- src = fetchFromGitHub {
- owner = "kyleam";
- repo = "bog";
- rev = "b5df3647f55359f8546dcfa991a351673a069a49";
- sha256 = "1rfv036wzlrbqbki5i24871a9f2h6zk7yqd1lq6gnqrc4y7m477c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19fd0bf2f8e52c79120c492a6dcabdd51b465d35/recipes/bog";
- sha256 = "1ci8xxca7dclmi5v37y5k45qlmzs6a9hi6m7czgiwxii902w5pkl";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/bog";
- license = lib.licenses.free;
- };
- }) {};
- bolt-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bolt-mode";
- ename = "bolt-mode";
- version = "20180310.10";
- src = fetchFromGitHub {
- owner = "mpontus";
- repo = "bolt-mode";
- rev = "85a5a752bfbebb4aed884326c25db64c000e9934";
- sha256 = "03nxcmpm5n8jcca39ivrl7cjqz3gzsl3w6qc30hcp278qf2jq6va";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec9e35f0e37db90d906fccd08fb25b673c88d3b8/recipes/bolt-mode";
- sha256 = "03x89k8v0m9kv1fhyys2gwympb70qlmg7gdib8wsmdxs34ys5igz";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bolt-mode";
- license = lib.licenses.free;
- };
- }) {};
- bongo = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bongo";
- ename = "bongo";
- version = "20171118.1842";
- src = fetchFromGitHub {
- owner = "dbrock";
- repo = "bongo";
- rev = "3d246be1e8d14865f5253567ab8fee5d4e9c470c";
- sha256 = "1zxk6x08gmir3qv07xanlsd2fb777jdbfzdksv1qh6srxbk3qfjq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/692428769cd792dc0644641682c2793103dd00c6/recipes/bongo";
- sha256 = "07i9gw067r2igp6s2g2iakm1ybvw04q6zznna2cfdf08nax64ghv";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/bongo";
- license = lib.licenses.free;
- };
- }) {};
- bonjourmadame = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bonjourmadame";
- ename = "bonjourmadame";
- version = "20170919.434";
- src = fetchFromGitHub {
- owner = "pierre-lecocq";
- repo = "bonjourmadame";
- rev = "d3df185fce78aefa689fded8e56a654f0fde4ac0";
- sha256 = "1acn63hd7s2z8viy52hmhncdic7m86rcqczxnz9aivikqy4hfnsi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/34c4cfd7bbf5b442a9304598ba0a23ba9b8dfae4/recipes/bonjourmadame";
- sha256 = "0d36yradh37359fjk59s54hxkbh4qcc17sblj2ylcdyw7181iwfn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bonjourmadame";
- license = lib.licenses.free;
- };
- }) {};
- boogie-friends = callPackage ({ cl-lib ? null
- , company
- , dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "boogie-friends";
- ename = "boogie-friends";
- version = "20190523.356";
- src = fetchFromGitHub {
- owner = "boogie-org";
- repo = "boogie-friends";
- rev = "079df882503b7a9fb4cd270f3eca1cc8131b49a9";
- sha256 = "0swiy4ixdn2ps0hm13dppnpq0yk30x58a19whn99nlfdy5fkwhi1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5bdd06b82d002677c046876642efe1dc01bc3e77/recipes/boogie-friends";
- sha256 = "0cfs7gvjxsx2027dbzh4yypz500nmk503ikiiprbww8jyvc8grk7";
- name = "recipe";
- };
- packageRequires = [ cl-lib company dash flycheck yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/boogie-friends";
- license = lib.licenses.free;
- };
- }) {};
- bool-flip = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bool-flip";
- ename = "bool-flip";
- version = "20161215.739";
- src = fetchFromGitHub {
- owner = "michaeljb";
- repo = "bool-flip";
- rev = "0f7cc9b387429239fb929896511727d4e49a795b";
- sha256 = "1051gy7izy25jwh079231d4lh9azchbqc6nvfrkv8s9ck407a65a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f56377a7c3f4b75206ad9ba570c35dbf752079e9/recipes/bool-flip";
- sha256 = "1xfspqxshx7m8gh6g1snkaahka9f71fnq7hx81nik4s9s8pmxj9c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bool-flip";
- license = lib.licenses.free;
- };
- }) {};
- boon = callPackage ({ dash
- , emacs
- , expand-region
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multiple-cursors }:
- melpaBuild {
- pname = "boon";
- ename = "boon";
- version = "20190529.149";
- src = fetchFromGitHub {
- owner = "jyp";
- repo = "boon";
- rev = "501adc6580a24a3dc59925ebcf31363ec2531cfa";
- sha256 = "0wi6dvq25cd6594jwdiivm7as8j6mvr79982jk7jgk1r170yz9b0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/boon";
- sha256 = "0gryw7x97jd46jgrm93cjagj4p7w93cjc36i2ps9ajf0d8m4gajb";
- name = "recipe";
- };
- packageRequires = [ dash emacs expand-region multiple-cursors ];
- meta = {
- homepage = "https://melpa.org/#/boon";
- license = lib.licenses.free;
- };
- }) {};
- borg = callPackage ({ dash
- , emacs
- , epkg
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "borg";
- ename = "borg";
- version = "20190505.348";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "borg";
- rev = "940af3d437b299ef81ce73da4e4ec8c2f52d7a79";
- sha256 = "0lg2inxzfz6pcblynna4fyi5lxnmbrpl095d6574d0pnn22zdx5a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/878ab90d444f3a1fd2c9f9068ca7b477e218f1da/recipes/borg";
- sha256 = "0gn4hf7hn190gl0kg59nr6jzjnb39c0hy9b3brrsfld9hyxga9jr";
- name = "recipe";
- };
- packageRequires = [ dash emacs epkg magit ];
- meta = {
- homepage = "https://melpa.org/#/borg";
- license = lib.licenses.free;
- };
- }) {};
- borland-blue-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "borland-blue-theme";
- ename = "borland-blue-theme";
- version = "20160117.521";
- src = fetchFromGitHub {
- owner = "fourier";
- repo = "borland-blue-theme";
- rev = "db74eefebbc89d3c62575f8f50b319e87b4a3470";
- sha256 = "0yzfxxv2bw4x320268bixfc7yf97851804bz3829vbdhnr4kp6y5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f2ff5916fd2caee778479bc2ad3ef13ee514052c/recipes/borland-blue-theme";
- sha256 = "1sc8qngm40bwdym8k1dgbahg48i73c00zxd99kqqwm9fnd6nm7qx";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/borland-blue-theme";
- license = lib.licenses.free;
- };
- }) {};
- boron-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "boron-theme";
- ename = "boron-theme";
- version = "20170808.608";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-boron-theme";
- rev = "87ae1a765e07429fec25d2f29b004f84b52d2e0a";
- sha256 = "1kdf71af1s67vshgwkdgi7swxx942i605awhmhrhdjbkra29v4yn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/641d1959bd31598fcdacd39a3d1bb077dcccfa5c/recipes/boron-theme";
- sha256 = "1rrqlq08jnh9ihb99ji1vvmamj742assnm4a7xqz6gp7f248nb81";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/boron-theme";
- license = lib.licenses.free;
- };
- }) {};
- boxquote = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "boxquote";
- ename = "boxquote";
- version = "20170802.417";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "boxquote.el";
- rev = "7e47e0e2853bc1215739b2e28f260e9eed93b2c5";
- sha256 = "1aqhg24gajvllbqxb0zxrnx6sddas37k2ldfinqyszd856sjhsg3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2148f8f17b16154bfc337df69a5ad31e25a9b05/recipes/boxquote";
- sha256 = "0s6cxb8y1y8w9vxxhj1izs8d0gzk4z2zm0cm9gkw1h7k2kyggx6s";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/boxquote";
- license = lib.licenses.free;
- };
- }) {};
- bpe = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bpe";
- ename = "bpe";
- version = "20141228.1405";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "bpe";
- rev = "7b5b25f83506e6c9f4075d3803fa32404943a189";
- sha256 = "0chmarbpqingdma54d6chbr6v6jg8lapbw56cpvcpbl04fz980r0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1a99263c2672d4c2433835cf948101130126e14b/recipes/bpe";
- sha256 = "08zfqcgs7i2ram2qpy8vrzksx5722aahr66vdi4d9bcxm03s19fm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bpe";
- license = lib.licenses.free;
- };
- }) {};
- bpr = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bpr";
- ename = "bpr";
- version = "20180220.1044";
- src = fetchFromGitHub {
- owner = "ilya-babanov";
- repo = "emacs-bpr";
- rev = "af84a83dea09d86e77d87ac30604f2c5b4bf4117";
- sha256 = "1r2prq9j6fmzzkl1f3r9drn6lna2wzd9qv127x7z5g6n8pgb6ipx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/bpr";
- sha256 = "0rjxn40n4s4xdq51bq0w3455g9pli2pvcf1gnbr96zawbngrw6x2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bpr";
- license = lib.licenses.free;
- };
- }) {};
- bracketed-paste = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bracketed-paste";
- ename = "bracketed-paste";
- version = "20160407.1648";
- src = fetchFromGitHub {
- owner = "hchbaw";
- repo = "bracketed-paste.el";
- rev = "843ce3bbb63d560face889e13a57a2f7543957d5";
- sha256 = "1l6j2zs12psc15cfhqq6hm1bg012jr49zd2i36cmappbsiax1l8m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6446db573d97ceb21cd39ce05fb39627113bbd74/recipes/bracketed-paste";
- sha256 = "1v7zwi29as0218vy6ch21iqqcxfhyh373m3dbcdzm2pb8bpcg58j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bracketed-paste";
- license = lib.licenses.free;
- };
- }) {};
- brainfuck-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , langdoc
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "brainfuck-mode";
- ename = "brainfuck-mode";
- version = "20150113.42";
- src = fetchFromGitHub {
- owner = "tom-tan";
- repo = "brainfuck-mode";
- rev = "36e69552bb3b97a4f888d362c59845651bd0d492";
- sha256 = "1nzgjgzidyrplfs4jl8nikd5wwvb4rmrnm51qxmw9y2if0hpq0jd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/279ae8faabbfa2f894999e1534a964606722a150/recipes/brainfuck-mode";
- sha256 = "08jzx329mrr3c2pifs3hb4i79dsw606b0iviagaaja8s808m40cd";
- name = "recipe";
- };
- packageRequires = [ langdoc ];
- meta = {
- homepage = "https://melpa.org/#/brainfuck-mode";
- license = lib.licenses.free;
- };
- }) {};
- broadcast = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "broadcast";
- ename = "broadcast";
- version = "20151204.1812";
- src = fetchFromGitHub {
- owner = "killdash9";
- repo = "broadcast.el";
- rev = "f6f9cd2e0e3f8c31d6b8e7446c27eb0e50b25f16";
- sha256 = "0w6b9rxdciy1365kgf6fh3vgrjr8xd5ar6xcn0g4h56f2zg9hdmj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ed51896112e702a8b853059884aad50d37738c2/recipes/broadcast";
- sha256 = "1h2c3mb49q3vlpalrsrx8q3rmy1zg0y45ayvzbvzdkfgs8idgbib";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/broadcast";
- license = lib.licenses.free;
- };
- }) {};
- browse-at-remote = callPackage ({ cl-lib ? null
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "browse-at-remote";
- ename = "browse-at-remote";
- version = "20190213.1129";
- src = fetchFromGitHub {
- owner = "rmuslimov";
- repo = "browse-at-remote";
- rev = "a61bda14a84983c84e81d2135bb59e92049cdf85";
- sha256 = "1chvg9m72i888gq94crand9kkyng7gi487508nhvxsr13a6mjh7j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/browse-at-remote";
- sha256 = "0s088ba047azba60rlfn3jbqr321vnm953i7dqw2gj9xml90kbm4";
- name = "recipe";
- };
- packageRequires = [ cl-lib f s ];
- meta = {
- homepage = "https://melpa.org/#/browse-at-remote";
- license = lib.licenses.free;
- };
- }) {};
- browse-kill-ring = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "browse-kill-ring";
- ename = "browse-kill-ring";
- version = "20171219.1108";
- src = fetchFromGitHub {
- owner = "browse-kill-ring";
- repo = "browse-kill-ring";
- rev = "8debc43e41d7e51532698331c6f283905890b904";
- sha256 = "18yg35raks0kbzg5wjay6liingdcv4glyzl9n14sgr9vzc7h96f9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/294dc32a672e6b6b0ebfc46cdf0ff9ceacf73e89/recipes/browse-kill-ring";
- sha256 = "1d97ap0vrg5ymp96z7y6si98fspxzy02jh1i4clvw5lggjfibhq4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/browse-kill-ring";
- license = lib.licenses.free;
- };
- }) {};
- browse-url-dwim = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , string-utils }:
- melpaBuild {
- pname = "browse-url-dwim";
- ename = "browse-url-dwim";
- version = "20140731.1222";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "browse-url-dwim";
- rev = "11f1c53126619c7ef1bb5f5d6914ce0b3cce0e30";
- sha256 = "08qz9l0gb7fvknzkp67srhldzkk8cylnbn0qwkflxgcs6ndfk95y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a082c2dc0458e3007a947923f5b97e88217199e8/recipes/browse-url-dwim";
- sha256 = "13bv2ka5pp9k4kwrxfqfawwxzsqlakvpi9a32gxgx7qfi0dcb1rf";
- name = "recipe";
- };
- packageRequires = [ string-utils ];
- meta = {
- homepage = "https://melpa.org/#/browse-url-dwim";
- license = lib.licenses.free;
- };
- }) {};
- brutalist-theme = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "brutalist-theme";
- ename = "brutalist-theme";
- version = "20181023.522";
- src = fetchgit {
- url = "https://git.madhouse-project.org/algernon/brutalist-theme.el.git";
- rev = "15ea5d881cad24c40d02a1980891b3c17853ad20";
- sha256 = "1zlkx9l8srdw4f95355mng08sx9r23dl7318bpkrw6q56lnp79sf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec889956a5685c3a60003ad2bfa04b03b57aa8e8/recipes/brutalist-theme";
- sha256 = "0dg0432r3cpjgdlpz583vky4hj5vld9d25dvaj6nxlir2ph9g9hn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/brutalist-theme";
- license = lib.licenses.free;
- };
- }) {};
- bshell = callPackage ({ buffer-manage
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bshell";
- ename = "bshell";
- version = "20170903.1137";
- src = fetchFromGitHub {
- owner = "plandes";
- repo = "bshell";
- rev = "884a8b906617d305e9d5d2c3750618d2f86f9aed";
- sha256 = "16qh71yhpxs5cxjmkiqiia8xrxa0ym2n32znp4yc7xiv2xfw2ss4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf0ed51304f752af3e1f56caf2856d1521d782a4/recipes/bshell";
- sha256 = "1ds8xvh74i6wqswjp8i30knr74l4gbalkb2jil8qjb9wp9l1gw9z";
- name = "recipe";
- };
- packageRequires = [ buffer-manage emacs ];
- meta = {
- homepage = "https://melpa.org/#/bshell";
- license = lib.licenses.free;
- };
- }) {};
- btc-ticker = callPackage ({ fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "btc-ticker";
- ename = "btc-ticker";
- version = "20151113.659";
- src = fetchFromGitHub {
- owner = "niedbalski";
- repo = "emacs-btc-ticker";
- rev = "845235b545f070d0812cd1654cbaa4997565824f";
- sha256 = "022j0gw5qkxjz8f70vqjxysifv2mz6cigf9n5z03zmpvwwvxmx2z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f78796a8835ec44f4d13c99559fd4d113c6f4f29/recipes/btc-ticker";
- sha256 = "1vfnx114bvnly1k3fmcpkqq4m9558wqr5c9k9yj8f046dgfh8dp1";
- name = "recipe";
- };
- packageRequires = [ json request ];
- meta = {
- homepage = "https://melpa.org/#/btc-ticker";
- license = lib.licenses.free;
- };
- }) {};
- bts = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , pos-tip
- , s
- , widget-mvc
- , yaxception }:
- melpaBuild {
- pname = "bts";
- ename = "bts";
- version = "20151109.533";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-bts";
- rev = "df42d58a36447697f93b56e69f5e700b2baef1f9";
- sha256 = "1qgasaqhqm0birjmb6k6isd2f5pn58hva8db8qfhva9g5kg1f38w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d2f9c2f465b06c97cd03c5644155cd6c7fade24/recipes/bts";
- sha256 = "1i1lbjracrgdxr52agxhxxgkra4w291dmz85s195lcx38rva7ib3";
- name = "recipe";
- };
- packageRequires = [ dash log4e pos-tip s widget-mvc yaxception ];
- meta = {
- homepage = "https://melpa.org/#/bts";
- license = lib.licenses.free;
- };
- }) {};
- bts-github = callPackage ({ bts
- , fetchFromGitHub
- , fetchurl
- , gh
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bts-github";
- ename = "bts-github";
- version = "20170401.549";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-bts-github";
- rev = "ef2cf9202dc2128e5efdb613bfde9276a8cd95ad";
- sha256 = "173i9n4c8mg93gpc7ljxh3nhm4lq2c04yhrvjz6fwwwqvmnkha5f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f3e87699181877e50d75a89e2ee76e403fc9317/recipes/bts-github";
- sha256 = "03lz12bbkjqbs82alc97k6s1pmk721qip3h9cifq8a5ww5cbq9ln";
- name = "recipe";
- };
- packageRequires = [ bts gh ];
- meta = {
- homepage = "https://melpa.org/#/bts-github";
- license = lib.licenses.free;
- };
- }) {};
- bubbleberry-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bubbleberry-theme";
- ename = "bubbleberry-theme";
- version = "20141017.244";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-bubbleberry-theme";
- rev = "22e9adf4586414024e4592972022ec297321b320";
- sha256 = "1aha8rzilv4k300rr4l9qjfygydfwllkbw17lhm8jz0kh9w6bd28";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/bubbleberry-theme";
- sha256 = "1mjygck5ra30j44msccqas8v6gkpyv74p6y6hidm8v4f8n6m8dcz";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bubbleberry-theme";
- license = lib.licenses.free;
- };
- }) {};
- buckwalter = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buckwalter";
- ename = "buckwalter";
- version = "20190204.651";
- src = fetchFromGitHub {
- owner = "joehakimrahme";
- repo = "buckwalter.el";
- rev = "d4a7785eef05491ac4eb3150b75c473480bb51cb";
- sha256 = "1i0kkn2qziakpy0ax8rc1pjdb6r881gybqhl5dwmwsd8gkfhddy5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7dd38487731cc978e104afa39f8954cfc33ba27f/recipes/buckwalter";
- sha256 = "08pnmfy910n5l00kmkn4533x48m3scsxzyra0nl6iry2n39y2kr1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/buckwalter";
- license = lib.licenses.free;
- };
- }) {};
- buffer-buttons = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buffer-buttons";
- ename = "buffer-buttons";
- version = "20150106.639";
- src = fetchFromGitHub {
- owner = "rpav";
- repo = "buffer-buttons";
- rev = "2feb8494fa7863b98256bc85da670d74a3a8a975";
- sha256 = "1p5a29bpjqr1gs6sb6rr7y0j06nlva23wxkwfskap25zvjpgwbvq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d518e81c8342a93455108e769c8b42747982c924/recipes/buffer-buttons";
- sha256 = "1p0ydbrff9197sann3s0d7hpav7r9g461w4llncafmy31w7m1dn6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/buffer-buttons";
- license = lib.licenses.free;
- };
- }) {};
- buffer-flip = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buffer-flip";
- ename = "buffer-flip";
- version = "20180307.1451";
- src = fetchFromGitHub {
- owner = "killdash9";
- repo = "buffer-flip.el";
- rev = "e093360e05164c78255866c1ac8f966aa38ba514";
- sha256 = "1s35llycdhhclf9kl1q9l7zzzfqrnnvbiqv5csfw0mngfj0lz77f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3924870cac1392a7eaeeda34b92614c26c674d63/recipes/buffer-flip";
- sha256 = "0ka9ynj528yp1p31hbhm89627v6dpwspybly806n92vxavxrn098";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/buffer-flip";
- license = lib.licenses.free;
- };
- }) {};
- buffer-manage = callPackage ({ choice-program
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buffer-manage";
- ename = "buffer-manage";
- version = "20180528.913";
- src = fetchFromGitHub {
- owner = "plandes";
- repo = "buffer-manage";
- rev = "8bbe342a4dafcfdaf305baea98bd4208036ab89a";
- sha256 = "027d71ppkcq60lkzgal8wv4xpjs4hzgih5ry9q2d4g0dr7wkjp3j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28f8f376df810e6ebebba9fb2c93eabbe3526cc9/recipes/buffer-manage";
- sha256 = "0fwri332faybv2apjh8zajqpryi0g4kk3and8djibpvci40l42jb";
- name = "recipe";
- };
- packageRequires = [ choice-program dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/buffer-manage";
- license = lib.licenses.free;
- };
- }) {};
- buffer-move = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buffer-move";
- ename = "buffer-move";
- version = "20160615.1103";
- src = fetchFromGitHub {
- owner = "lukhas";
- repo = "buffer-move";
- rev = "cb517ecf8409b5fdcda472d7190c6021f0c49751";
- sha256 = "0gxy58v8nyv6pmzfn8552m8a14f5lzcbkndp5xpzq4g9qvmifmj6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e30e053eab078a8bef73e42b90299231ea0997ee/recipes/buffer-move";
- sha256 = "0wysywff2bggrha7lpl83c8x6ln7zgdj9gsqmjva6gramqb260fg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/buffer-move";
- license = lib.licenses.free;
- };
- }) {};
- buffer-sets = callPackage ({ cl-lib ? null
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buffer-sets";
- ename = "buffer-sets";
- version = "20170717.2040";
- src = fetchgit {
- url = "https://git.flintfam.org/swf-projects/buffer-sets.git";
- rev = "4a4ccb0d6916c3e9fba737bb7b48e8aac921954e";
- sha256 = "1rg6iwswi82w8938pavwhvvr2z3ismb42asam2fkad47h2sgn0gz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/61d07bbe7201fc991c7ab7ee6299a89d63ddb5e5/recipes/buffer-sets";
- sha256 = "1xj9fn2x4kbx8kp999wvz1j68znp7j81zl6rnbaipbx7hjpqrsin";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/buffer-sets";
- license = lib.licenses.free;
- };
- }) {};
- buffer-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buffer-utils";
- ename = "buffer-utils";
- version = "20140512.700";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "buffer-utils";
- rev = "32e1f23817b9c6caedb53e5359baad29e99eaa2b";
- sha256 = "0fajk0qjm1cq1a7ps2fa584g23bjlbccxv7s0x6n5yqpgn1f79ax";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a082c2dc0458e3007a947923f5b97e88217199e8/recipes/buffer-utils";
- sha256 = "0cfipdn4fc4fvz513mwiaihvbdi05mza3z5z1379wlljw6r539z2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/buffer-utils";
- license = lib.licenses.free;
- };
- }) {};
- buffer-watcher = callPackage ({ cl-lib ? null
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buffer-watcher";
- ename = "buffer-watcher";
- version = "20170913.139";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "buffer-watcher";
- rev = "b32c67c8a5d724257d759f4c903d0dedc32246ef";
- sha256 = "0mygs48mk2z8cw1csz2wfyn7kln9662d16hwpmbxs5x8k71aq8jx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8681776d467951d14d8247e6939bd9a6f2a80ec/recipes/buffer-watcher";
- sha256 = "0v096021xk7k821bxb5zddw6sljqa6fs8f7s8j0w3pv6lmhra1ln";
- name = "recipe";
- };
- packageRequires = [ cl-lib f ];
- meta = {
- homepage = "https://melpa.org/#/buffer-watcher";
- license = lib.licenses.free;
- };
- }) {};
- bufshow = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bufshow";
- ename = "bufshow";
- version = "20130726.1138";
- src = fetchFromGitHub {
- owner = "pjones";
- repo = "bufshow";
- rev = "42d7fb74c3f914e127d5447c63d209bf19f5d517";
- sha256 = "1gmk0p9rkhkpzg38rf642w2qancj5gb43dhqnhh3asgmij7f6nk3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/543a734795eed11aa47a8e1348d14e362b341af0/recipes/bufshow";
- sha256 = "027cd0jzb8yxm66q1bhyi75f2m9f2pq3aswgav1d18na3ybwg65h";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bufshow";
- license = lib.licenses.free;
- };
- }) {};
- bug-reference-github = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bug-reference-github";
- ename = "bug-reference-github";
- version = "20180128.514";
- src = fetchFromGitHub {
- owner = "arnested";
- repo = "bug-reference-github";
- rev = "f570a0532bfb44f095b42cf68ab1f69799101137";
- sha256 = "09rbxgrk7jp9xajya6nccj0ak7fc48wyxq4sfmjmy3q1qfszdsc3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5dfce86371692dddef78a6c1d772138b487b82cb/recipes/bug-reference-github";
- sha256 = "18yzxwanbrxsab6ba75z1196x0m6dapdhbvy6df5b5x5viz99cf6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bug-reference-github";
- license = lib.licenses.free;
- };
- }) {};
- bui = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bui";
- ename = "bui";
- version = "20181218.1030";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "bui.el";
- rev = "9162c24b75799857d54838d961c60776ffcd657e";
- sha256 = "0sszdl4kvqbihdh8d7mybpp0d8yw2p3gyiipjcxz9xhvvmw3ww4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/38b7c9345de75a707b4a73e8bb8e2f213e4fd739/recipes/bui";
- sha256 = "0a4g55k02hi3cwvk4d35lk2x5kc4fabskl2025i83hx0rqw4w3f1";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/bui";
- license = lib.licenses.free;
- };
- }) {};
- build-farm = callPackage ({ bui
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "build-farm";
- ename = "build-farm";
- version = "20181218.1202";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "build-farm.el";
- rev = "5c268a3c235ace0d79ef1ec82c440120317e06f5";
- sha256 = "0i0bwbav5861j2y15j9nd5m9rdqg9q97zgcbld8pivr9nyxy63lz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bc97bf56ea50788ecbbbb1f46e188e8487370936/recipes/build-farm";
- sha256 = "0dbq3sc1x0cj06hv3mlk0zw0cijdwjszicylv14m1wahal33xjrw";
- name = "recipe";
- };
- packageRequires = [ bui emacs magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/build-farm";
- license = lib.licenses.free;
- };
- }) {};
- build-helper = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "build-helper";
- ename = "build-helper";
- version = "20161009.1055";
- src = fetchFromGitHub {
- owner = "afonso360";
- repo = "build-helper";
- rev = "d1962858734253eca791721ccf62d1c4a10719f5";
- sha256 = "07bhagf206p8q0nmz3sy2frd3zzi96snm3bm0rp6mffai0p58vps";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/af56cde18ae0efb0ae91c818e6804c55cdb3b8c2/recipes/build-helper";
- sha256 = "1asgpf2k4i7p88ask1i6ra4krhsxr6j2d2qv0gfxlsa5p330mmgh";
- name = "recipe";
- };
- packageRequires = [ projectile ];
- meta = {
- homepage = "https://melpa.org/#/build-helper";
- license = lib.licenses.free;
- };
- }) {};
- build-status = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "build-status";
- ename = "build-status";
- version = "20171111.1147";
- src = fetchFromGitHub {
- owner = "sshaw";
- repo = "build-status";
- rev = "ef44185d9dd748ea578d68398f3f729a8adb45b5";
- sha256 = "00zcmmdccgzb5cp1nd9kjpiqs3zd9rh0z7aj9kmwsffaq339g55n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23bbe012f313cf0cf4c45a66eb0bee9361ced564/recipes/build-status";
- sha256 = "0ckyf0asll50gifx1v0qqzpimjms8i1rgw9bnqiyj861qn5hch92";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/build-status";
- license = lib.licenses.free;
- };
- }) {};
- bundler = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bundler";
- ename = "bundler";
- version = "20160815.215";
- src = fetchFromGitHub {
- owner = "endofunky";
- repo = "bundler.el";
- rev = "f981f67c33b42243e57a78c358dffff70022b56b";
- sha256 = "1hfcvlkwa3hh70qan3q5mvld1hqqbnmbwqycvlqi6qr8dcdfl3cx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/bundler";
- sha256 = "1jvcrxwsf9yd5vhirfdmjl52n6hffr1vikd386qbn32vgqcsba7a";
- name = "recipe";
- };
- packageRequires = [ cl-lib inf-ruby ];
- meta = {
- homepage = "https://melpa.org/#/bundler";
- license = lib.licenses.free;
- };
- }) {};
- bury-successful-compilation = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bury-successful-compilation";
- ename = "bury-successful-compilation";
- version = "20181105.2003";
- src = fetchFromGitHub {
- owner = "EricCrosson";
- repo = "bury-successful-compilation";
- rev = "674644c844184605a1bb4f9487a60f7a780a6fe7";
- sha256 = "13ilv4zbzwb5rz0gf69z8pvxazvwlmb5shkb055l42ksxslp49hh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f66e2e23c7a1fa0ce6fa8a0e814242b7c46c299c/recipes/bury-successful-compilation";
- sha256 = "1gkq4r1573m6m57fp7x69k7kcpqchpcqfcz3792v0wxr22zhkwr3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bury-successful-compilation";
- license = lib.licenses.free;
- };
- }) {};
- buster-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buster-mode";
- ename = "buster-mode";
- version = "20140928.513";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "buster-mode";
- rev = "de6958ef8369400922618b8d1e99abfa91b97ac5";
- sha256 = "1viq7cb41r8klr8i38c5zjrhdnww31gh4j51xdgy4v2lc3z321zi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/buster-mode";
- sha256 = "0nylkxy9qlj1h5v0pja4g315xcj5qzvkys4dsnzbh3xq4xzyj6xj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/buster-mode";
- license = lib.licenses.free;
- };
- }) {};
- buster-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "buster-snippets";
- ename = "buster-snippets";
- version = "20151125.210";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "buster-snippets.el";
- rev = "bb8769dae132659858e74d52f3f4e8790399423a";
- sha256 = "11djqlw4qf3qs2rwiz7dn5q2zw5i8sykwdf4hg4awsgv8g0bbxn6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67dabf33096113e68fe282309246094711751e1f/recipes/buster-snippets";
- sha256 = "0k36c2k7wwix10rgmjxipc77fkn9jahjyvl191af6w41wla47x4x";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/buster-snippets";
- license = lib.licenses.free;
- };
- }) {};
- busybee-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "busybee-theme";
- ename = "busybee-theme";
- version = "20170719.228";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "busybee-theme";
- rev = "66b2315b030582d0ebee605cf455d386d8c30fcd";
- sha256 = "1cvj5m45f5ky3w86khh6crvdqrdjxg2z6b34jlm32qpgmn0s5g45";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/36e2089b998d98575aa6dd3cc79fb7f6847f7aa3/recipes/busybee-theme";
- sha256 = "0w0z5x2fbnalv404av3mapfkqbfgyk81a1mzvngll8x0pirbyi10";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/busybee-theme";
- license = lib.licenses.free;
- };
- }) {};
- butler = callPackage ({ deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "butler";
- ename = "butler";
- version = "20150811.1708";
- src = fetchFromGitHub {
- owner = "AshtonKem";
- repo = "Butler";
- rev = "8ceb35737107572455cca9a61ff46b3ff78f1016";
- sha256 = "0pp604r2gzzdpfajw920607pklwflk842difdyl4hy9w87fgc0jg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c86e3f5083e59568afac69eed9aa8c1a0bd76e2e/recipes/butler";
- sha256 = "1jv74l9jy55qpwf5np9nlj6a1wqsm3xirm7wm89d1h2mbsfcr0mq";
- name = "recipe";
- };
- packageRequires = [ deferred emacs json ];
- meta = {
- homepage = "https://melpa.org/#/butler";
- license = lib.licenses.free;
- };
- }) {};
- buttercup = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buttercup";
- ename = "buttercup";
- version = "20181202.807";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "emacs-buttercup";
- rev = "810fa6fb8dab06610dbf2b5ccbc64b4d0ecc7485";
- sha256 = "0dckgcyzsav6ld78bcyrrygy1cz1jvqgav6vy8f6klpmk3r8xrl1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d4b187cb5b3cc5b546bfa6b94b6792e6363242d1/recipes/buttercup";
- sha256 = "1grrrdk5pl9l1jvnwzl8g0102gipvxb5qn6k2nmv28jpl57v8dkb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/buttercup";
- license = lib.licenses.free;
- };
- }) {};
- buttercup-junit = callPackage ({ buttercup
- , emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buttercup-junit";
- ename = "buttercup-junit";
- version = "20181111.1258";
- src = fetchgit {
- url = "https://bitbucket.org/olanilsson/buttercup-junit";
- rev = "1b3214d3d74d998c475f54035643231d8bcffbee";
- sha256 = "120ayxx7f8vdmjwdvycjpkc9acb03z1l0jf2ndigyg64jb8q7a4g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1030960afe994da338d78607233319b3f7f0c8b/recipes/buttercup-junit";
- sha256 = "1v848vbwxqrw9sdsvjaggkspavmbwkmqshf321m4n8srvi51383w";
- name = "recipe";
- };
- packageRequires = [ buttercup emacs ];
- meta = {
- homepage = "https://melpa.org/#/buttercup-junit";
- license = lib.licenses.free;
- };
- }) {};
- button-lock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "button-lock";
- ename = "button-lock";
- version = "20150223.554";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "button-lock";
- rev = "f9082feb329432fcf2ac49a95e64bed9fda24d58";
- sha256 = "06qjvybf65ffrcnhhbqs333lg51fawaxnva3jvdg7zbrsv4m9acl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/83459421dd2eb3d60ec668c3d5bb38d99ee64aff/recipes/button-lock";
- sha256 = "1arrdmb3nm570hgs18y9sz3z9v0wlkr3vwa2zgfnc15lmf0y34mp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/button-lock";
- license = lib.licenses.free;
- };
- }) {};
- buttons = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buttons";
- ename = "buttons";
- version = "20190318.1741";
- src = fetchFromGitHub {
- owner = "erjoalgo";
- repo = "emacs-buttons";
- rev = "a14d0c21cc30d33b57481f535f2a838d65b2032f";
- sha256 = "17b6km8qvkh43g276fmv552lffd2jq5x863fc7zm7xf2khwmpwbh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b8f9437268a51654b2bebdd024c35060b078962/recipes/buttons";
- sha256 = "0pp7x4z6vzdfav5ljxsk1q6xby7gcxnkyl5fcbsd4r98ja4zmyq4";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/buttons";
- license = lib.licenses.free;
- };
- }) {};
- c-c-combo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "c-c-combo";
- ename = "c-c-combo";
- version = "20151223.1855";
- src = fetchFromGitHub {
- owner = "CestDiego";
- repo = "c-c-combo.el";
- rev = "a261a833499a7fdc29610863b3aafc74818770ba";
- sha256 = "040mcq2cwzbrf96f9mghb4314cd8xwp7ki2ix9fxpmbwiy323ld5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/da105eab0e7a5a3a1fc562973d99cbbbe9019b5f/recipes/c-c-combo";
- sha256 = "09rvh6n2hqls7qki5dc34s2hmcmlvdsbgzcxgglhcmrhwx5w4vxn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/c-c-combo";
- license = lib.licenses.free;
- };
- }) {};
- c-eldoc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "c-eldoc";
- ename = "c-eldoc";
- version = "20181108.2039";
- src = fetchFromGitHub {
- owner = "nflath";
- repo = "c-eldoc";
- rev = "e35c0e40f71c25804919f6c01fd27e95c2e2adb7";
- sha256 = "0rwxlq8w6507lkvvj0krwvg4ai1wyj466nhns1f857kry7cssnzy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/c-eldoc";
- sha256 = "13grkww14w39y2x6mrbfa9nzljsnl5l7il8dnj6sjdyv0hz9x8vm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/c-eldoc";
- license = lib.licenses.free;
- };
- }) {};
- c0-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "c0-mode";
- ename = "c0-mode";
- version = "20151110.1052";
- src = fetchFromGitHub {
- owner = "catern";
- repo = "c0-mode";
- rev = "c214093c36864d6208fcb9e6a72413ed17ed5d60";
- sha256 = "10k90r4ckkkdjn9pqcbfyp6ynvrd5k0ngqcn5d0v1qvkn6jifxjx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/268115452d9c22a6f2627cec1eb122b47e85b88c/recipes/c0-mode";
- sha256 = "0s3h4b3lpz4jsk222yyfdxh780dvykhaqgyv6r3ambz95vrmmpl4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/c0-mode";
- license = lib.licenses.free;
- };
- }) {};
- cabledolphin = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "cabledolphin";
- ename = "cabledolphin";
- version = "20160204.138";
- src = fetchFromGitHub {
- owner = "legoscia";
- repo = "cabledolphin";
- rev = "fffc192cafa61558e924323d6da8166fe5f2a6f9";
- sha256 = "1h395hvia7r76zlgr10qdr9q2159qyrs89znhkp2czikwm8kjiqk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c8bd2715aec4793abc37d6899adabd568955a08/recipes/cabledolphin";
- sha256 = "04slrx0vkcm66q59158limn0cpxn18ghlqyx7z8nrn7frrc03z03";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/cabledolphin";
- license = lib.licenses.free;
- };
- }) {};
- cache = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cache";
- ename = "cache";
- version = "20111019.1600";
- src = fetchFromGitHub {
- owner = "nflath";
- repo = "cache";
- rev = "7499586b6c8224df9f5c5bc4dec96b008258d580";
- sha256 = "1hp6dk84vvgkmj5lzghvqlpq3axwzgx9c7gly2yx6497fgf9jlby";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/cache";
- sha256 = "15pj7f4n0lk8qqsfafdj19iy0hz4xpfcf2fnby7ziq2dldyqrax9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cache";
- license = lib.licenses.free;
- };
- }) {};
- cacoo = callPackage ({ concurrent
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cacoo";
- ename = "cacoo";
- version = "20120319.1659";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-cacoo";
- rev = "c9fa04fbe97639b24698709530361c2bb5f3273c";
- sha256 = "07kzhyqr8ycjvkknijqhsfr26zd5jc8wxm9sl8bp6pzn4jbs1dmx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2bd55f5c29876c2483001cd9deaca68cab5054b9/recipes/cacoo";
- sha256 = "0kri4vi6dpsf0zk24psm16f3aa27cq5b54ga7zygmr02csq24a6z";
- name = "recipe";
- };
- packageRequires = [ concurrent ];
- meta = {
- homepage = "https://melpa.org/#/cacoo";
- license = lib.licenses.free;
- };
- }) {};
- caddyfile-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , loop
- , melpaBuild }:
- melpaBuild {
- pname = "caddyfile-mode";
- ename = "caddyfile-mode";
- version = "20181204.58";
- src = fetchFromGitHub {
- owner = "Schnouki";
- repo = "caddyfile-mode";
- rev = "9da9c964f926690b1a1c029bd6d89ae83c5cef41";
- sha256 = "0wip6n5x1prp7dzbvm8qik87iqpinr8yy138idddj4jc6hwd78p4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec771222056dcb6c67e133cd6aa6b4e4d03ac264/recipes/caddyfile-mode";
- sha256 = "12d57xcpp78lmcr95nfp0r9g7lkw8kfxf9c3rc7g53kh5xaaj4i2";
- name = "recipe";
- };
- packageRequires = [ emacs loop ];
- meta = {
- homepage = "https://melpa.org/#/caddyfile-mode";
- license = lib.licenses.free;
- };
- }) {};
- cake-inflector = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "cake-inflector";
- ename = "cake-inflector";
- version = "20140415.158";
- src = fetchFromGitHub {
- owner = "k1LoW";
- repo = "emacs-cake-inflector";
- rev = "d9c6298fbca53efeb6f0f37140395659d9a6d7cc";
- sha256 = "09p04bssiqyp74947ivsl09x93bd6ik48ycgimafmx8aycnrjfla";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77c46238b632047160d6dfac9b257f57b0c4283b/recipes/cake-inflector";
- sha256 = "04mrqcm1igb638skaq2b3nr5yzxnck2vwhln61rnh7lkfxq7wbwf";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/cake-inflector";
- license = lib.licenses.free;
- };
- }) {};
- cakecrumbs = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cakecrumbs";
- ename = "cakecrumbs";
- version = "20180928.1839";
- src = fetchFromGitHub {
- owner = "kuanyui";
- repo = "cakecrumbs.el";
- rev = "cf8c1df885eee004602f73c4f841301e200e5850";
- sha256 = "0s5ga39dpn9rjxjk5inkylqh56w3qgaq2wmwwgv5gsydqdyil31f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c970907affeb4a21fa1b7c350edf171dbdcd8de5/recipes/cakecrumbs";
- sha256 = "1s5j8w0y47qpdq4f34l7hmdhxp560wg1lgzqz6p3p3lg1l89sv47";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cakecrumbs";
- license = lib.licenses.free;
- };
- }) {};
- cal-china-x = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cal-china-x";
- ename = "cal-china-x";
- version = "20190518.357";
- src = fetchFromGitHub {
- owner = "xwl";
- repo = "cal-china-x";
- rev = "177f60e011606126f23c8ffed69458439f1c12e0";
- sha256 = "1a0qdiihyc5qwz5j68hnpfp0fx3qbzgvzflrbfv072r7ldxzfi57";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1098d34012fa72f8c8c30d5f0f495fdbe1d3d65/recipes/cal-china-x";
- sha256 = "06mh2p14m2axci8vy1hr7jpy53jj215z0djyn8h7zpr0k62ajhka";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/cal-china-x";
- license = lib.licenses.free;
- };
- }) {};
- calendar-norway = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calendar-norway";
- ename = "calendar-norway";
- version = "20180906.802";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "calendar-norway.el";
- rev = "8d1fda8268caa74ba5e712c7675ed3c34e46e2d4";
- sha256 = "011c8pz1g805a7c3djai39yasd2idfp4c2dcrvf7kbls27ayrl6d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5d01230027d5cec9da2545a9ce9270a611f6567/recipes/calendar-norway";
- sha256 = "1i23ks0bnq62bvn3szvqf0ikcam4s92yvr998mkjxhdhc94zd19c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calendar-norway";
- license = lib.licenses.free;
- };
- }) {};
- calfw = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calfw";
- ename = "calfw";
- version = "20180117.1645";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-calfw";
- rev = "03abce97620a4a7f7ec5f911e669da9031ab9088";
- sha256 = "0wiggihw9ackjdssqgp2cqccd3sil13n3pfn33d3r320fmxfjbch";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc64274abdc7c8fb904b43d2d036aac98e738131/recipes/calfw";
- sha256 = "0am1nafc16zax8082gjlz0pi85lryjhrx0v80nzgr23iybj5mfx4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calfw";
- license = lib.licenses.free;
- };
- }) {};
- calfw-cal = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calfw-cal";
- ename = "calfw-cal";
- version = "20170320.506";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-calfw";
- rev = "136dce009a26e7d8a8064af422c2cf8170e852c5";
- sha256 = "1hiip8hfl7myimgba7ggs1ki1pk3ag7nyfa8j2zzm87n93g5xia4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc64274abdc7c8fb904b43d2d036aac98e738131/recipes/calfw-cal";
- sha256 = "1wylkd7jl1ifq56jj04l5b9wfrjkhwncxzrjgnbgg1cl2klf6v4m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calfw-cal";
- license = lib.licenses.free;
- };
- }) {};
- calfw-gcal = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calfw-gcal";
- ename = "calfw-gcal";
- version = "20120111.200";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "calfw-gcal.el";
- rev = "14aab20687d6cc9e6c5ddb9e11984c4e14c3d870";
- sha256 = "14n5rci4bkbl7037xvkd69gfxnjlgvd2j1xzciqcgz92f06ir3xi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/calfw-gcal";
- sha256 = "0pzjs8kvf9vxdzziq7zd59vniq21k4a6yygpv4fz2by3s3bvnrid";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calfw-gcal";
- license = lib.licenses.free;
- };
- }) {};
- calfw-howm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calfw-howm";
- ename = "calfw-howm";
- version = "20170703.1704";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-calfw";
- rev = "bcfc0c546c3c58e1f635a9a29efdf56c9421a3ce";
- sha256 = "0n7kn0g7mxylp28w5llrz22w12qjvypa1g82660qr2d9ga9mb0v9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc64274abdc7c8fb904b43d2d036aac98e738131/recipes/calfw-howm";
- sha256 = "08cv16cq211sy2v1i0gk7d81f0gyywv0i9szmamnrbjif3rrv2m0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calfw-howm";
- license = lib.licenses.free;
- };
- }) {};
- calfw-ical = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calfw-ical";
- ename = "calfw-ical";
- version = "20150703.119";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-calfw";
- rev = "a67fa1023b3fddc1d1f38114c1d207376c8e6289";
- sha256 = "0g8s3pgivqk1vqdgkndznkl48c4m5yiahkjxyqyv2781hdb4f6xa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc64274abdc7c8fb904b43d2d036aac98e738131/recipes/calfw-ical";
- sha256 = "1bh9ahwp9b5knjxph79kl19fgs48x3w7dga299l0xvbxq2jhs95q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calfw-ical";
- license = lib.licenses.free;
- };
- }) {};
- calfw-org = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calfw-org";
- ename = "calfw-org";
- version = "20160302.1858";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-calfw";
- rev = "e03ae470788778e7714b73520014eadc03a88abd";
- sha256 = "0rhasr818qijd2pcgifi0j3q4fkbiw2ck1nivajk7m810p53bxbj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc64274abdc7c8fb904b43d2d036aac98e738131/recipes/calfw-org";
- sha256 = "1cfpjh08djz3k067w3580yb15p1csks3gzch9c4cbrbcjvg8inh5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calfw-org";
- license = lib.licenses.free;
- };
- }) {};
- call-graph = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , hierarchy
- , ivy
- , lib
- , melpaBuild
- , tree-mode }:
- melpaBuild {
- pname = "call-graph";
- ename = "call-graph";
- version = "20190507.105";
- src = fetchFromGitHub {
- owner = "beacoder";
- repo = "call-graph";
- rev = "495f192859c71e161f89aa14d530faf2df18139d";
- sha256 = "0a2gn6a7f54j9x3qr3d2syrpwwxjbsdn41rzqp4jb64lmn4nv82m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a6acf099e2510c82b4b03e2f35051afc3d28af45/recipes/call-graph";
- sha256 = "0cklr79gqqrb94jq8aq65wqriamay78vv9sd3jrvp86ixl3ig5xc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs hierarchy ivy tree-mode ];
- meta = {
- homepage = "https://melpa.org/#/call-graph";
- license = lib.licenses.free;
- };
- }) {};
- calmer-forest-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calmer-forest-theme";
- ename = "calmer-forest-theme";
- version = "20130925.2210";
- src = fetchFromGitHub {
- owner = "caldwell";
- repo = "calmer-forest-theme";
- rev = "31a0bed8e5db1e314557175a719a10804ac089f4";
- sha256 = "1rqd46ngnjln6vvcx7vsmwsjn4r3wfdpip6gqjqbsznav2g74bra";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/edb51491e575ef64a705cd0b972de07993f185cf/recipes/calmer-forest-theme";
- sha256 = "0riz5n8fzvxdnzgg650xqc2zwc4xvhwjlrrzls5h0pl5adaxz96p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calmer-forest-theme";
- license = lib.licenses.free;
- };
- }) {};
- camcorder = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names }:
- melpaBuild {
- pname = "camcorder";
- ename = "camcorder";
- version = "20190317.1438";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "camcorder.el";
- rev = "b11ca61491a27681bb3131b72b51c105fd996bed";
- sha256 = "11p42cmk9sj2ilpx6nnlbzff85qi0m27wk49da2ipal28wcx2452";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/camcorder";
- sha256 = "1kbnpz3kn8ycpy8nlp8bsnnd1k1h7m02h7w5f7raw97sk4cnpvbi";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs names ];
- meta = {
- homepage = "https://melpa.org/#/camcorder";
- license = lib.licenses.free;
- };
- }) {};
- caml = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "caml";
- ename = "caml";
- version = "20190413.505";
- src = fetchFromGitHub {
- owner = "ocaml";
- repo = "caml-mode";
- rev = "38ebde12d3d529e6ef8078967997d32226e69e82";
- sha256 = "13gz0s7bnjsnab7wn8mk0zva7756hf68izqp9agd8vqnm0c75nlp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42667ee0d64bce19ad9081a4fae163a9655641d4/recipes/caml";
- sha256 = "0hpxvvgq9nxcbxq9dm1sia3ph2h7p07pp48jz77pr786lrw67la0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/caml";
- license = lib.licenses.free;
- };
- }) {};
- cangjie = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "cangjie";
- ename = "cangjie";
- version = "20190322.434";
- src = fetchFromGitHub {
- owner = "kisaragi-hiu";
- repo = "cangjie.el";
- rev = "f4dcb691e3bda6971cb89b07f368dd285179a8ff";
- sha256 = "0hvwaj1g1szyhjvyxhwflq45bbcvvgv391wa7qkwlxmrvvfhp9k2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ed79fc972f7fe69d7bad5d1cdde3a276885a9fe8/recipes/cangjie";
- sha256 = "0gdp6dlkzkkd8r3cmwakwxlxsbysb351n1lr9sq4d60gbbskklln";
- name = "recipe";
- };
- packageRequires = [ dash emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/cangjie";
- license = lib.licenses.free;
- };
- }) {};
- capture = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "capture";
- ename = "capture";
- version = "20130828.944";
- src = fetchFromGitHub {
- owner = "pashinin";
- repo = "capture.el";
- rev = "9140c207b48b3520a2f06674b3e1bee2fc92b80c";
- sha256 = "1fqqiari3r2dib65gc1jayhj5rca249g1ll9lxdcc7mfifjc4pqk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bdfe43be6c5f77845e82745534a1b1a9eb190466/recipes/capture";
- sha256 = "1hxrvyq8my5886q7wj5w3mhyja7d6cf19gyclap492ci7kmrkdk2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/capture";
- license = lib.licenses.free;
- };
- }) {};
- carbon-now-sh = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "carbon-now-sh";
- ename = "carbon-now-sh";
- version = "20180331.1035";
- src = fetchFromGitHub {
- owner = "veelenga";
- repo = "carbon-now-sh.el";
- rev = "b5f1e5487301b230078f3ab8032e19969d738aea";
- sha256 = "1x987rvbz56ppjys7xbkzkn53cdjzxay3nkvr9w555kc24qsg2qf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b79bb8af3c149b2d131813c5308141e0e06adccf/recipes/carbon-now-sh";
- sha256 = "1casq1b71rlwanayixs6rrn96jn1w7bzkq77lg0ini5hrfd3w18p";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/carbon-now-sh";
- license = lib.licenses.free;
- };
- }) {};
- cargo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild
- , rust-mode }:
- melpaBuild {
- pname = "cargo";
- ename = "cargo";
- version = "20190108.17";
- src = fetchFromGitHub {
- owner = "kwrooijen";
- repo = "cargo.el";
- rev = "1f3bc0d10dbddabfe1974590847a1359aeb3c244";
- sha256 = "0kixkp2q8dj7gbqkmgb2jz3ihfrbyxykvfd1abh8bkxsa4zz6khm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e997b356b009b3d2ab467fe49b79d728a8cfe24b/recipes/cargo";
- sha256 = "06zq657cxfk5l4867qqsvhskcqc9wswyl030wj27a43idj8n41jx";
- name = "recipe";
- };
- packageRequires = [ emacs markdown-mode rust-mode ];
- meta = {
- homepage = "https://melpa.org/#/cargo";
- license = lib.licenses.free;
- };
- }) {};
- caroline-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "caroline-theme";
- ename = "caroline-theme";
- version = "20160317.2220";
- src = fetchFromGitHub {
- owner = "xjackk";
- repo = "caroline-theme";
- rev = "222fd483db304509f9e422dc82883d808e023ceb";
- sha256 = "055w1spba0q9rqqg4rjds0iakr9d8xg66959xahxq8268mq5446n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/caroline-theme";
- sha256 = "178nxcz73lmvnjcr6x6as25d8m5knc21jpr66b4rg0rmlmhchkal";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/caroline-theme";
- license = lib.licenses.free;
- };
- }) {};
- caseformat = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "caseformat";
- ename = "caseformat";
- version = "20160115.815";
- src = fetchFromGitHub {
- owner = "HKey";
- repo = "caseformat";
- rev = "e4961889309408b3425da9b69c16ddfadd17a674";
- sha256 = "08bypv8dijzv05hml4lzzy0ynhsgkma9bspw8sq3zgz5q92gnvrk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba158fbeebcda6b6122b18c97ab8042b1c0a0bc0/recipes/caseformat";
- sha256 = "1qwyr74jbx4jpfcw8sccg47q1vdg094rr06m111gsz2yaj9m0gfk";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/caseformat";
- license = lib.licenses.free;
- };
- }) {};
- cask = callPackage ({ ansi
- , cl-lib ? null
- , dash
- , epl
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , package-build
- , s
- , shut-up }:
- melpaBuild {
- pname = "cask";
- ename = "cask";
- version = "20181107.142";
- src = fetchFromGitHub {
- owner = "cask";
- repo = "cask";
- rev = "199b4380dd3e178ff9df3a9d13d044d67e522b3f";
- sha256 = "14q76wdlnwg08ais2gpmdrjvshly1wp8p8ckyhdmnwq7x39qvh7d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/606e62bacfc6b6fc1d8bff3e716b743e6f32b29a/recipes/cask";
- sha256 = "17jv9hhwh3azwa8rc5iljr3c2kz6razq67mvsxi9qnywq4rhrgm9";
- name = "recipe";
- };
- packageRequires = [ ansi cl-lib dash epl f package-build s shut-up ];
- meta = {
- homepage = "https://melpa.org/#/cask";
- license = lib.licenses.free;
- };
- }) {};
- cask-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cask-mode";
- ename = "cask-mode";
- version = "20160410.749";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "cask-mode";
- rev = "c97755267b7215f02df7b0c16b4210c04aee6566";
- sha256 = "162vvyycvv9pd93hsb8blbjqf22d40xinm5340b3vnsqgg33l4jl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2d8bc1afaf69b4f29ba1bb0243c25574bc1197cc/recipes/cask-mode";
- sha256 = "0fs9zyihipr3klnh3w22h43qz0wnxplm62x4kx7pm1chq9bc9kz6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cask-mode";
- license = lib.licenses.free;
- };
- }) {};
- cask-package-toolset = callPackage ({ ansi
- , cl-lib ? null
- , commander
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , shut-up }:
- melpaBuild {
- pname = "cask-package-toolset";
- ename = "cask-package-toolset";
- version = "20170921.1556";
- src = fetchFromGitHub {
- owner = "AdrieanKhisbe";
- repo = "cask-package-toolset.el";
- rev = "2c74cd827e88c7f8360581a841e45f0b794510e7";
- sha256 = "1hk5q6p1j7cqg5srr3v21xfyy7aas4hfj1a66h21c2xvfjra3hxw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ed71e45389626e700b93b29d5e2659b6706274d8/recipes/cask-package-toolset";
- sha256 = "13ix093c0a58rjqj7zfp3914xj3hvj276gb2d8zhvrx9vvs1345g";
- name = "recipe";
- };
- packageRequires = [ ansi cl-lib commander dash emacs f s shut-up ];
- meta = {
- homepage = "https://melpa.org/#/cask-package-toolset";
- license = lib.licenses.free;
- };
- }) {};
- caskxy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "caskxy";
- ename = "caskxy";
- version = "20140513.839";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "caskxy";
- rev = "279f3ab79bd77fe69cb3148a79896b9bf118a9b3";
- sha256 = "1j1lw5zifp7q1ykm6si0nzxfp7n3z2lzla2njkkxmc2s6m7w4x1a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d61aea505e4913879f68081497e85542e9fd786/recipes/caskxy";
- sha256 = "0x4s3c8m75zxsvqpgfc5xwll0489zzdnngmnq048z9gkgcd7pd2s";
- name = "recipe";
- };
- packageRequires = [ log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/caskxy";
- license = lib.licenses.free;
- };
- }) {};
- catmacs = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "catmacs";
- ename = "catmacs";
- version = "20170826.457";
- src = fetchgit {
- url = "https://bitbucket.org/pymaximus/catmacs";
- rev = "6ea9ee195661fe95355413856476c45dcc8e24e8";
- sha256 = "057fqmpzhpslhcyvz4s7lp2v448fy7xicfk9kaw3fjhlrnkhi603";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e62e45ea234a574ed602f27c3c6bc240bcd4fa43/recipes/catmacs";
- sha256 = "0ym1szmq9ib75yiyy5jw647fcs7gg0d5dkskqc293pg81qf3im50";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/catmacs";
- license = lib.licenses.free;
- };
- }) {};
- cbm = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cbm";
- ename = "cbm";
- version = "20171116.440";
- src = fetchFromGitHub {
- owner = "akermu";
- repo = "cbm.el";
- rev = "5b41c936ba9f6d170309a85ffebc9939c1050b31";
- sha256 = "091ln3d0jhdgahbwfdm1042b19886n3kwipw5gk8d0jnq5vwrkws";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f28dbc97dc23cdb0b4c74f8805775c787635871e/recipes/cbm";
- sha256 = "02ch0gdw610c8dfxxjxs7ijsc9lzbhklj7hqgwfwksnyc36zcjmn";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/cbm";
- license = lib.licenses.free;
- };
- }) {};
- cc-cedict = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cc-cedict";
- ename = "cc-cedict";
- version = "20181217.312";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "cc-cedict.el";
- rev = "7dd6e8a99c634c9eff5fa2931ad8828ff02dbd90";
- sha256 = "1clpwp5vp9rlnms3xfr4c0ddhc3cxl3vv76jasxiqjzidjs8n090";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/368aaef30c5c4f38d9d2dd09f966e3dcc2463e11/recipes/cc-cedict";
- sha256 = "1h8i9nfd66ayka5vkm1lp5crr4nm1bzi4sak0xid85fzgmx364vr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cc-cedict";
- license = lib.licenses.free;
- };
- }) {};
- ccc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ccc";
- ename = "ccc";
- version = "20151205.543";
- src = fetchFromGitHub {
- owner = "skk-dev";
- repo = "ddskk";
- rev = "e18c04d63712a5b40853bee3ca3f1bde8ba5bdba";
- sha256 = "17grxms81xb00bhg8j2yzc3j74njakgv4r80w0vj8fp1357j12xd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7375cab750a67ede1a021b6a4371b678a7b991b0/recipes/ccc";
- sha256 = "0fckhmz4svcg059v4acbn13yf3ijs09fxmq1axc1b9bm3xxig2cq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ccc";
- license = lib.licenses.free;
- };
- }) {};
- ccls = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "ccls";
- ename = "ccls";
- version = "20190512.1857";
- src = fetchFromGitHub {
- owner = "MaskRay";
- repo = "emacs-ccls";
- rev = "2764ddd57b03646f0327ea680a954b4a67450aef";
- sha256 = "16427jvzhjy8kpvlgl3qzkzppv98124hkgi8q8pv1h7m46k9lhh3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be27a4022d58860917a659fce2b7d7791fbea4e2/recipes/ccls";
- sha256 = "0kiv0n6pdpa75wjcimpwccwbjbhga4gjnphjrkpj4qz5qv42rbnm";
- name = "recipe";
- };
- packageRequires = [ dash emacs lsp-mode projectile ];
- meta = {
- homepage = "https://melpa.org/#/ccls";
- license = lib.licenses.free;
- };
- }) {};
- cd-compile = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cd-compile";
- ename = "cd-compile";
- version = "20141108.1157";
- src = fetchFromGitHub {
- owner = "jamienicol";
- repo = "emacs-cd-compile";
- rev = "10284ccae86afda4a37b09ba90acd1e2efedec9f";
- sha256 = "1a93cim1w96aaj81clhjv25r7v9bwqm9a818mn8lk4aj1bmhgc4c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bca4c9e8b071497ac50a85741bf46be6eaae2135/recipes/cd-compile";
- sha256 = "1a24rv1jbb883vwhjkw6qxv3h3qy039iqkhkx3jkq1ydidr9f0hv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cd-compile";
- license = lib.licenses.free;
- };
- }) {};
- cdb = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cdb";
- ename = "cdb";
- version = "20151205.543";
- src = fetchFromGitHub {
- owner = "skk-dev";
- repo = "ddskk";
- rev = "e18c04d63712a5b40853bee3ca3f1bde8ba5bdba";
- sha256 = "17grxms81xb00bhg8j2yzc3j74njakgv4r80w0vj8fp1357j12xd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b48fe069ecd95ea0f9768ecad969e0838344e45d/recipes/cdb";
- sha256 = "1gx34062h25gqsl3j1fjlklha19snvmfaw068q6bv6x9r92niqnf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cdb";
- license = lib.licenses.free;
- };
- }) {};
- cdlatex = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cdlatex";
- ename = "cdlatex";
- version = "20190130.619";
- src = fetchFromGitHub {
- owner = "cdominik";
- repo = "cdlatex";
- rev = "90d785a94c0db7aa0043ea62f5807af3df155438";
- sha256 = "1yhry3wrqh1ijc0n7140pnbwcamrgi89a75pg03zx0cqb5g6c8i6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/cdlatex";
- sha256 = "021gj0jw93r8gk0cacw1ldfibpwr6fpkcrnign7b4nqqnb3135k9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cdlatex";
- license = lib.licenses.free;
- };
- }) {};
- cdnjs = callPackage ({ dash
- , deferred
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "cdnjs";
- ename = "cdnjs";
- version = "20161031.822";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "cdnjs.el";
- rev = "ce19880d3ec3d81e6c665d0b1dfea99cc7a3f908";
- sha256 = "02j45ngddx7n5gvy42r8y3s22bmxlnvg2pqjfh0li8m599fnd11h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66e4ce4e2c7e4aaac9dc0ce476c4759b000ff5d6/recipes/cdnjs";
- sha256 = "1clm86n643z1prxrlxlg59jg43l9wwm34x5d88bj6yvix8g6wkb7";
- name = "recipe";
- };
- packageRequires = [ dash deferred f pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/cdnjs";
- license = lib.licenses.free;
- };
- }) {};
- cedit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cedit";
- ename = "cedit";
- version = "20141231.814";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "cedit";
- rev = "0878d851b6307c162bfbddd2bb02789e5e27bc2c";
- sha256 = "1f8gdj3p54q3410c66716y3l7i7nnkmq6hqz0dg1a1sc6jwdij3v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0de4796054f0c616849904bacf05c74c7d2cdcf6/recipes/cedit";
- sha256 = "169sy7a1bgczwfxkkzjiggb7vdjxhrx7i3a39g6zv9f1zs6byk6m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cedit";
- license = lib.licenses.free;
- };
- }) {};
- celery = callPackage ({ dash-functional
- , deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "celery";
- ename = "celery";
- version = "20170225.124";
- src = fetchFromGitHub {
- owner = "ardumont";
- repo = "emacs-celery";
- rev = "b3378dd81e5a717432123fb13d70201da5dc841a";
- sha256 = "0xm9dhcw7p60rckq9i4aqpv050n2244yi8w5rvqlqb2i4pnkb0fh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b896b2b89d990a7ce2f4bf4ce0aee0d126f3e55/recipes/celery";
- sha256 = "0m3hmvp6xz2m7z1kbb0ii0j3c95zi19652gfixq5a5x23kz8y59h";
- name = "recipe";
- };
- packageRequires = [ dash-functional deferred emacs s ];
- meta = {
- homepage = "https://melpa.org/#/celery";
- license = lib.licenses.free;
- };
- }) {};
- celestial-mode-line = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "celestial-mode-line";
- ename = "celestial-mode-line";
- version = "20180518.122";
- src = fetchFromGitHub {
- owner = "ecraven";
- repo = "celestial-mode-line";
- rev = "3f5794aca99b977f1592cf1ab4516ae7922196a1";
- sha256 = "01kdpfjnfnjll40n1zdp641gw8pk2vnv93a59lyx1mw1f30yvfr6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cdb1d057f76166ba32d5028f18eec7d09857f990/recipes/celestial-mode-line";
- sha256 = "1s6vn71mxfvvafjs25j12z1gnmxnkvnw716zy5ifx1bs8s5960kq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/celestial-mode-line";
- license = lib.licenses.free;
- };
- }) {};
- centered-cursor-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "centered-cursor-mode";
- ename = "centered-cursor-mode";
- version = "20190306.206";
- src = fetchFromGitHub {
- owner = "andre-r";
- repo = "centered-cursor-mode.el";
- rev = "152877108504c7cc6ebdcf51d08aea26506e2a6d";
- sha256 = "0kks14ycvvrfm14hg18cv60gkijvgrija03pz6ibnmc34ab3gvjz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a7a28caba49a20413dec3c3d0cc9c36b859834d/recipes/centered-cursor-mode";
- sha256 = "1yy50p3xprkqiak3vfly5s5kpbbdmxmw6fhgz13fw97553hr3w5x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/centered-cursor-mode";
- license = lib.licenses.free;
- };
- }) {};
- centered-window = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "centered-window";
- ename = "centered-window";
- version = "20171127.149";
- src = fetchFromGitHub {
- owner = "anler";
- repo = "centered-window-mode";
- rev = "1234a364c9fa3a54087884ced2a7357b93fbb5d7";
- sha256 = "1z3zi6zy1z68g4sfiv21l998n04hbbqp660khind6ap8yjjn8ik8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/58bfd795d4d620f0c83384fb03008e129c71dc09/recipes/centered-window";
- sha256 = "0w6na4ld79bpmkiv6glbrphc32v6g2rcrpi28259i94jhgy1kxqk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/centered-window";
- license = lib.licenses.free;
- };
- }) {};
- centimacro = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "centimacro";
- ename = "centimacro";
- version = "20140306.627";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "centimacro";
- rev = "1b97a9b558ed9c49d5da1bfbf29b2506575c2742";
- sha256 = "0zqrpaq9c3lm12jxnvysh8f3m3193k22zaj0ycscdqd1jpq4wcgh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de048d6e5d11a42d92de1938fd74fd37146a5a89/recipes/centimacro";
- sha256 = "1qbyfi6s4hdp5sv394w3sib8g2kx06i06q8gh6hdv5pis5kq9fx6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/centimacro";
- license = lib.licenses.free;
- };
- }) {};
- cerbere = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "cerbere";
- ename = "cerbere";
- version = "20181113.841";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "cerbere";
- rev = "bb18d932b16541105d41a668dbf6fc4e833a6dc2";
- sha256 = "1sx61pgh12iqby4yvslrmn634hn4hk2bh2zfybj1b5p3iwzzmpzd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4145e270a2113f30f8bb4d0f6c335f1c76f77b1c/recipes/cerbere";
- sha256 = "1g3svmh5dlh5mvyag3hmiy90dfkk6f7ppd9qpwckxqyll9vl7r06";
- name = "recipe";
- };
- packageRequires = [ pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/cerbere";
- license = lib.licenses.free;
- };
- }) {};
- ceylon-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ceylon-mode";
- ename = "ceylon-mode";
- version = "20180606.624";
- src = fetchFromGitHub {
- owner = "lucaswerkmeister";
- repo = "ceylon-mode";
- rev = "948515672bc596dc118e8e3ede3ede5ec6a3c95a";
- sha256 = "1a9f9h5kywfy8c2kmaxc9vf5zcykbhghpi3ra2l3z5hm0knq54ay";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/09cd1a2ccf33b209a470780a66d54e1b1d597a86/recipes/ceylon-mode";
- sha256 = "0dgqmmb8qmvzn557h0fw1mx4y0p96870l8f8glizkk3fifg7wgq4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ceylon-mode";
- license = lib.licenses.free;
- };
- }) {};
- cfengine-code-style = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cfengine-code-style";
- ename = "cfengine-code-style";
- version = "20171115.1308";
- src = fetchFromGitHub {
- owner = "cfengine";
- repo = "core";
- rev = "10e43677e99a29d8072bb120e7cd7b9d03b1218f";
- sha256 = "0mncl7wb2vi620snk4z01k0wdbvvd5b2nw9nlnfr9a4hkn3fg44r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c737839aeda583e61257ad40157e24df7f918b0f/recipes/cfengine-code-style";
- sha256 = "1ny8xvdnz740qmw9m81xnwd0gh0a516arpvl3nfimglaai5bfc9a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cfengine-code-style";
- license = lib.licenses.free;
- };
- }) {};
- cff = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cff";
- ename = "cff";
- version = "20160118.1218";
- src = fetchFromGitHub {
- owner = "fourier";
- repo = "cff";
- rev = "b6ab2a28e64ef06f281ec74cfe3114e450644dfa";
- sha256 = "019vqjmq6hb2f5lddqy0ya5q0fd47xix29cashlchz0r034rc32r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c4e056132be11481aa26e89d5af1cd03925f92d1/recipes/cff";
- sha256 = "04b2ck1jkhsrka6dbyn6rpsmmc2bn13kpyhzibd781hj73d93jgc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/cff";
- license = lib.licenses.free;
- };
- }) {};
- cfml-mode = callPackage ({ cftag-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mmm-mode }:
- melpaBuild {
- pname = "cfml-mode";
- ename = "cfml-mode";
- version = "20170903.1949";
- src = fetchFromGitHub {
- owner = "am2605";
- repo = "cfml-mode";
- rev = "86e77dcbb583191a3e755bdc29534f33d82bfc56";
- sha256 = "0b0261ap0jiys9d0x31xg7x36kpq06fni2c0cjhi58wpcykq3s1p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d28507e1109195004a371fa201d914b995c2b4e/recipes/cfml-mode";
- sha256 = "0q88lxhkzzab4jjihk0livdpn6lsmd8l2s4brcbl8402m285sylp";
- name = "recipe";
- };
- packageRequires = [ cftag-mode emacs mmm-mode ];
- meta = {
- homepage = "https://melpa.org/#/cfml-mode";
- license = lib.licenses.free;
- };
- }) {};
- cframe = callPackage ({ buffer-manage
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cframe";
- ename = "cframe";
- version = "20170917.1509";
- src = fetchFromGitHub {
- owner = "plandes";
- repo = "cframe";
- rev = "61844d948e4464625f7023de62aeb27ca742b36f";
- sha256 = "1v413kvygfkdiqi9zg6ypihf2vcks0vs80qshg0ynm5zy27f984y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e39555b2538cc8a955766c5533871396e8fe712/recipes/cframe";
- sha256 = "0pngdaflk1pk2xmwbij4b520b3mlacnjab4r3jby0phah44ziv4l";
- name = "recipe";
- };
- packageRequires = [ buffer-manage dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/cframe";
- license = lib.licenses.free;
- };
- }) {};
- cfrs = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , posframe
- , s }:
- melpaBuild {
- pname = "cfrs";
- ename = "cfrs";
- version = "20190603.1031";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "cfrs";
- rev = "809cdc642a18f7c2de34bdfb6ad78b2d577dbc09";
- sha256 = "152dwl4xn2xncq5s16vl9w6z40mllfvc9n4a567i36f73s95p7ia";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3ce16d27a9d73a5eaffebf7b0ff36d90c292248f/recipes/cfrs";
- sha256 = "03mi5iz0yny2ddvp41l3yc49583zw0wqsv33rkycjfj562903syx";
- name = "recipe";
- };
- packageRequires = [ dash emacs posframe s ];
- meta = {
- homepage = "https://melpa.org/#/cfrs";
- license = lib.licenses.free;
- };
- }) {};
- cftag-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cftag-mode";
- ename = "cftag-mode";
- version = "20170811.2240";
- src = fetchFromGitHub {
- owner = "am2605";
- repo = "cfml-mode";
- rev = "395c5a9422f7bda619fd67875a8a2173aaf9c807";
- sha256 = "1q0hy0baf8vcnnbanpl3za4q5ykxm33fyq2n863jp9v6b6wbc71d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0914d33ebf58847fa3906b1f0d53e97ac335b334/recipes/cftag-mode";
- sha256 = "0qnq8h5nwhw464ax8qpbsvflpaar44zw0mh2y7kc358v27n3qy6c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cftag-mode";
- license = lib.licenses.free;
- };
- }) {};
- cg = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cg";
- ename = "cg";
- version = "20190316.1506";
- src = fetchFromGitHub {
- owner = "emacsmirror";
- repo = "cg";
- rev = "9349600829ca1758306e703a649874f8c63955fa";
- sha256 = "1s3s37g99x19zxnq0xbiy95kjhm2hb09saxic2basapcp0sdfbwh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be27e728327016b819535ef8cae10020e5a07c2e/recipes/cg";
- sha256 = "1xffjilr9f2s3w7j8f3clq7qvsnr0lr8gadlybpzzy8x5fbmk4n3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cg";
- license = lib.licenses.free;
- };
- }) {};
- challenger-deep-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "challenger-deep-theme";
- ename = "challenger-deep-theme";
- version = "20181205.1034";
- src = fetchFromGitHub {
- owner = "challenger-deep-theme";
- repo = "emacs";
- rev = "64a27ff3d7f6633234f7f1ec28a70b47a176bb04";
- sha256 = "17pmr3fbcyhhv03y9x32h0bwi2mrbqnjv9cy04ghpr3hkpgkpz65";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/challenger-deep-theme";
- sha256 = "02k0irp27wv1b5g2a6g86zp7cdprv17c0mlhkjsq2brls274ch3y";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/challenger-deep-theme";
- license = lib.licenses.free;
- };
- }) {};
- change-inner = callPackage ({ expand-region
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "change-inner";
- ename = "change-inner";
- version = "20150707.844";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "change-inner.el";
- rev = "52c543a4b9808c0d15b565fcdf646c9779de33e8";
- sha256 = "1m9sq93bwajbld3lnlzkjbsby5zlm9sxjzqynryyvsb9zr1d0a9z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/change-inner";
- sha256 = "09y076vhhvp21jsvw9f5z4yk6cnmmjavg7600flxg5g27ydgix57";
- name = "recipe";
- };
- packageRequires = [ expand-region ];
- meta = {
- homepage = "https://melpa.org/#/change-inner";
- license = lib.licenses.free;
- };
- }) {};
- chapel-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chapel-mode";
- ename = "chapel-mode";
- version = "20160504.108";
- src = fetchFromGitHub {
- owner = "russel";
- repo = "Emacs-Chapel-Mode";
- rev = "816a1a54ff5ffdd20b6a4d249ace774740a3924c";
- sha256 = "0kp18xlc1005hbkfhng03y4xgaicqf6b5vwgnwbbw9s5qzirmhix";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ff32db72ad55a7191b5105192480e17535c7edde/recipes/chapel-mode";
- sha256 = "0hmnsv8xf85fc4jqkaqz5j3sf56hgib4jp530vvyc2dl2sps6vzz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/chapel-mode";
- license = lib.licenses.free;
- };
- }) {};
- char-menu = callPackage ({ avy-menu
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "char-menu";
- ename = "char-menu";
- version = "20181231.2305";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "char-menu";
- rev = "bf6f64e8347bdf6f8421d0494d30b9af30a49778";
- sha256 = "0dslfmhzxxyl9i9vfff21yjwjl9y8zhmgap7p3b2bdivks50hwwd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f6676747e853045b3b19e7fc9524c793c6a08303/recipes/char-menu";
- sha256 = "11jkwghrmmvpv7piznkpa0wilwjdsps9rix3950pfabhlllw268l";
- name = "recipe";
- };
- packageRequires = [ avy-menu emacs ];
- meta = {
- homepage = "https://melpa.org/#/char-menu";
- license = lib.licenses.free;
- };
- }) {};
- charmap = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "charmap";
- ename = "charmap";
- version = "20160309.146";
- src = fetchFromGitHub {
- owner = "lateau";
- repo = "charmap";
- rev = "e0477f08c56c93c420e01452bba64b0da732f309";
- sha256 = "05k19q7iihvhi0gflmkpsg5q3ydkdlvf0xh7kjk4lx9yvi0am7m2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/11c549fca81c4276054f614d86d17fa7af4ab32e/recipes/charmap";
- sha256 = "1j7762d2i17ysn9ys8j7wfv989avmax8iylml2hc26mwbpyfpm84";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/charmap";
- license = lib.licenses.free;
- };
- }) {};
- chatwork = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chatwork";
- ename = "chatwork";
- version = "20170510.2142";
- src = fetchFromGitHub {
- owner = "ataka";
- repo = "chatwork";
- rev = "fea231d479f06bf40dbfcf45de143eecc9ed744c";
- sha256 = "163xr18lm4awfgh4lcp7pr04jirpvlk8w1g4445zbxbpjfvv268z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77ae72e62b8771e890525c063522e7091ca8f674/recipes/chatwork";
- sha256 = "0p71swcpfqbx2zmp5nh57f0m30cn68g3019005wa5x4fg7dx746p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/chatwork";
- license = lib.licenses.free;
- };
- }) {};
- cheat-sh = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cheat-sh";
- ename = "cheat-sh";
- version = "20170802.418";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "cheat-sh.el";
- rev = "e90445124f3f145a047779e42d070a3c5e150f70";
- sha256 = "06avap8w833syhz7pdpsm73nbsgbwzmpagd7f3khzaf6r6c90jmn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ebac62fb3828d81e30145b9948d60e781e20eda2/recipes/cheat-sh";
- sha256 = "0f6wqyh3c3ap0l6khikqlw8sqqi6fsl468gn157faza4x63j9z80";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cheat-sh";
- license = lib.licenses.free;
- };
- }) {};
- cheatsheet = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cheatsheet";
- ename = "cheatsheet";
- version = "20170126.1350";
- src = fetchFromGitHub {
- owner = "darksmile";
- repo = "cheatsheet";
- rev = "e4f8e0110167ea16a17a74517d1f10cb7ff805b8";
- sha256 = "1vy2qmx9872hfrfcycpsmy0si481rwv4q4gwiy8f2w04zb92szbn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d2cd657fcadb2dd3fd12864fe94a3465f8c9bd7/recipes/cheatsheet";
- sha256 = "11z3svlzvmhdy0pkxbx9qz9bnq056cgkbfyw9z34aq1yxazi2cpq";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/cheatsheet";
- license = lib.licenses.free;
- };
- }) {};
- checkbox = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "checkbox";
- ename = "checkbox";
- version = "20141116.1658";
- src = fetchFromGitHub {
- owner = "camdez";
- repo = "checkbox.el";
- rev = "2afc2011fa35ccfa0ce9ef46cb1896911fa340d1";
- sha256 = "09ypxhfad3v1pz0xhw4xgxvfj7ad2kb3ff9zy1mnw7fzsa7gw6nj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81c4a9d10238836865716f5ea45f8e0e625a87c6/recipes/checkbox";
- sha256 = "17gw6w1m6bs3sfx8nqa8nzdq26m8w85a0fca5qw3bmd18bcmknqa";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/checkbox";
- license = lib.licenses.free;
- };
- }) {};
- chee = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "chee";
- ename = "chee";
- version = "20171123.1433";
- src = fetchFromGitHub {
- owner = "eikek";
- repo = "chee";
- rev = "669ff9ee429f24c3c2d03b83d9cb9aec5f86bb8b";
- sha256 = "1k64mjzqmjirsld40dvmpq4llpb7ggx80r1hvsjqazc4mr16pbri";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25b445a1dea5e8f1042bed6b5372471c25129fd8/recipes/chee";
- sha256 = "1sw84qaca2cwgrw332wfqjp3kg3axgi9n6wx5a6h2n3liq5yr1wj";
- name = "recipe";
- };
- packageRequires = [ dash f s ];
- meta = {
- homepage = "https://melpa.org/#/chee";
- license = lib.licenses.free;
- };
- }) {};
- cheerilee = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xelb }:
- melpaBuild {
- pname = "cheerilee";
- ename = "cheerilee";
- version = "20160313.1135";
- src = fetchFromGitHub {
- owner = "Vannil";
- repo = "cheerilee.el";
- rev = "41bd81b5b0bb657241ceda5be6af5e07254d7376";
- sha256 = "1jdlp5cnsiza55vx4kxacqgk7yqg9fvd9swhwdxkczadb2d5l9p1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/da435df8d78b7c8d4834e00e35c69248a7043c0a/recipes/cheerilee";
- sha256 = "15igjlnq35cg9nslyqa63i1inqipx3y8g7zg4r26m69k25simqrv";
- name = "recipe";
- };
- packageRequires = [ xelb ];
- meta = {
- homepage = "https://melpa.org/#/cheerilee";
- license = lib.licenses.free;
- };
- }) {};
- chef-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chef-mode";
- ename = "chef-mode";
- version = "20180628.753";
- src = fetchFromGitHub {
- owner = "mpasternacki";
- repo = "chef-mode";
- rev = "048d691cb63981ae235763d4a6ced4af5c729924";
- sha256 = "1niin51xwkd8q3wbwcgb0gyk3sw1829qj2p2zv7fm8ljy1jicn2d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4044056af824d552a2852ef1f2e7166899f56d8c/recipes/chef-mode";
- sha256 = "1pz82s82d4z3vkm8mpmwdxb9pd11kq09g23mg461lzqxjjw734rr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/chef-mode";
- license = lib.licenses.free;
- };
- }) {};
- cherry-blossom-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cherry-blossom-theme";
- ename = "cherry-blossom-theme";
- version = "20150621.2042";
- src = fetchFromGitHub {
- owner = "inlinestyle";
- repo = "emacs-cherry-blossom-theme";
- rev = "e5ea23694c0f20ab670c0aa87214c27f2232d922";
- sha256 = "0gmbsiyh075gmv3cq9675wf6mpls5wlwgcavha31cdbsdb9frsk1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/401ae22f11f7ee808eb696a4c1f869cd824702c0/recipes/cherry-blossom-theme";
- sha256 = "1i3kafj3m7iij5mr0vhg45zdnkl9pg9ndrq0b0i3k3mw7d5siq7w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cherry-blossom-theme";
- license = lib.licenses.free;
- };
- }) {};
- chicken-scheme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chicken-scheme";
- ename = "chicken-scheme";
- version = "20141116.1139";
- src = fetchFromGitHub {
- owner = "dleslie";
- repo = "chicken-scheme.el";
- rev = "19b0b08b5592063e852cae094b394c7d1f923639";
- sha256 = "0j61lvr99viaharg4553whcppp7lxhimkk5lps0izz9mnd8y2wm5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/03f4992471185bf41720ff6fc725fd5fa1291a41/recipes/chicken-scheme";
- sha256 = "0ns49p7nsifpi7wrzr02ljrr0p6hxanrg54zaixakvjkxwcgfabr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/chicken-scheme";
- license = lib.licenses.free;
- };
- }) {};
- chinese-conv = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chinese-conv";
- ename = "chinese-conv";
- version = "20170807.1428";
- src = fetchFromGitHub {
- owner = "gucong";
- repo = "emacs-chinese-conv";
- rev = "b56815bbb163d642e97fa73093b5a7e87cc32574";
- sha256 = "1bc3yn8y60y6a4vpqv39arn1pkcpl4s4n0sz9446f6m1lcal4c3r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a798158829f8fd84dd3e5e3ec5987d98ff54e641/recipes/chinese-conv";
- sha256 = "1lqpq7pg0nqqqj29f8is6c724vl75wscmm1v08j480pfks3l8cnr";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/chinese-conv";
- license = lib.licenses.free;
- };
- }) {};
- chinese-number = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chinese-number";
- ename = "chinese-number";
- version = "20161007.2209";
- src = fetchFromGitHub {
- owner = "zhcosin";
- repo = "chinese-number";
- rev = "1d0c440181848dfcd1d1e618b2650fb0562a32ac";
- sha256 = "1zm0wjhqsb11szvxs2rnq63396cbi6ffynpbn07p6gk5agxzfy0j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/chinese-number";
- sha256 = "0cjfxhd5izahkncs2nzpdv8brsxlwr2dx4hi07ymr62cr0hh0jgy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/chinese-number";
- license = lib.licenses.free;
- };
- }) {};
- chinese-wbim = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chinese-wbim";
- ename = "chinese-wbim";
- version = "20150623.2050";
- src = fetchFromGitHub {
- owner = "zilongshanren";
- repo = "chinese-wbim";
- rev = "57ff61ff3895d77335709d24b40cefc4d10b0095";
- sha256 = "0cx1g6drkr8gyqqdxjf7j4wprxcbq30gam2racgnvdicgij0apwg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b6b1d100ddf29d6936569d61bf4be19a24d002d/recipes/chinese-wbim";
- sha256 = "1pax3kpmvg170mpvfrjbpj9czq0xykmfbany2f7vbn96jb5xfmsb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/chinese-wbim";
- license = lib.licenses.free;
- };
- }) {};
- chinese-word-at-point = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chinese-word-at-point";
- ename = "chinese-word-at-point";
- version = "20170811.241";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "chinese-word-at-point.el";
- rev = "8223d7439e005555b86995a005b225ae042f0538";
- sha256 = "13gva1ld4f9wwb2m4fpk6bd9342qvvmaf5i1r3x3h84czmk0nq1r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9b7785eca577218feade982c979694389f37ec3/recipes/chinese-word-at-point";
- sha256 = "0pjs4ckncv84qrdj0pyibrbiy86f1gmjla9n2cgh10xbc7j9y0c4";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/chinese-word-at-point";
- license = lib.licenses.free;
- };
- }) {};
- chinese-yasdcv = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pyim }:
- melpaBuild {
- pname = "chinese-yasdcv";
- ename = "chinese-yasdcv";
- version = "20171014.1844";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "chinese-yasdcv";
- rev = "5ab830daf1273d5a5cddcb94b56a9737f12d996f";
- sha256 = "1mv1n6m73aamxj18i851ww53q7p4ydiqgaapxyvjbm6sx8ddz9ak";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b6d727c30d2ec0f885a927a16a442fe220a740d5/recipes/chinese-yasdcv";
- sha256 = "1y2qywldf8b8b0km1lcf74p0w6rd8gr86qcj7ikwhhbvd19dfglm";
- name = "recipe";
- };
- packageRequires = [ cl-lib pyim ];
- meta = {
- homepage = "https://melpa.org/#/chinese-yasdcv";
- license = lib.licenses.free;
- };
- }) {};
- choice-program = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "choice-program";
- ename = "choice-program";
- version = "20180920.2013";
- src = fetchFromGitHub {
- owner = "plandes";
- repo = "choice-program";
- rev = "08ce5a5dd79690aed12fd9d152d8cb4be988fdb1";
- sha256 = "19mq8z00g12cpyrb8z0m9sxqs8adp4hbcbqxcila53myfcf7v92h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e39555b2538cc8a955766c5533871396e8fe712/recipes/choice-program";
- sha256 = "0a21yd3b8sb15vms9mclaa7xnnk0as08p6q38mwdwjp9sgcfyh1b";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/choice-program";
- license = lib.licenses.free;
- };
- }) {};
- chronometer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chronometer";
- ename = "chronometer";
- version = "20190304.728";
- src = fetchFromGitHub {
- owner = "marcelotoledo";
- repo = "chronometer";
- rev = "8457b296ef87be339cbe47730b922757d60bdcd5";
- sha256 = "1apzb0jccw91gdynqa1722bbalzj4kp9fq25zzw1rxsrgh3mgmc5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b20fa4885e2cdc0429d988c76b365bf34d9343db/recipes/chronometer";
- sha256 = "1kgfq9srch0amdgb4cvizlrg5xqq0hkkdq85yjr2xwsljh09m83k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/chronometer";
- license = lib.licenses.free;
- };
- }) {};
- chronos = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chronos";
- ename = "chronos";
- version = "20150602.829";
- src = fetchFromGitHub {
- owner = "dxknight";
- repo = "chronos";
- rev = "b360d9dae57aa553cf2a14ffa0756a51ad71de09";
- sha256 = "1mqdz3rvx0jm80fgzw3s3lqn448kqrlrifdwcg36cqq4qmkpalq4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/53648c5699fc03e50774270f9560c727e2c22873/recipes/chronos";
- sha256 = "1fwpll0mk6pc37qagbq3b3z32d2qwz993nxp9pjw4qbmlnq6sy9d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/chronos";
- license = lib.licenses.free;
- };
- }) {};
- chruby = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chruby";
- ename = "chruby";
- version = "20180114.852";
- src = fetchFromGitHub {
- owner = "plexus";
- repo = "chruby.el";
- rev = "42bc6d521f832eca8e2ba210f30d03ad5529788f";
- sha256 = "06pvjw40qk017py9km26vjrh90acycnkr5r04nxf664qqkjlg2mc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1989a3c6fa4cd7aaf6b0b202f197eb7db51936b9/recipes/chruby";
- sha256 = "0pk6vdvmifiq52n452lbrkklxa69c40bfyzra9qhrghxr2q5v3mk";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/chruby";
- license = lib.licenses.free;
- };
- }) {};
- chyla-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chyla-theme";
- ename = "chyla-theme";
- version = "20180302.858";
- src = fetchFromGitHub {
- owner = "chyla";
- repo = "ChylaThemeForEmacs";
- rev = "ae5e7ecace2ab474151eb0ac5ef07fba2dc32f8a";
- sha256 = "1gqzwwr3fnhd9iqn7zmqpxgxvmrhq7g849ndjwizksk0bfj3b596";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c55eebf8df165360ce1e5d18e484c90f296fe52/recipes/chyla-theme";
- sha256 = "1mgr6483bjjwk8bi6kijyw61s52nq6g2svhy5n1jnffi3gaw7hl5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/chyla-theme";
- license = lib.licenses.free;
- };
- }) {};
- cider = callPackage ({ clojure-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parseedn
- , pkg-info
- , queue
- , seq
- , sesman
- , spinner }:
- melpaBuild {
- pname = "cider";
- ename = "cider";
- version = "20190606.223";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "cider";
- rev = "d5c551b9d44e4239db04887461efb747411336d6";
- sha256 = "0shn1krnwa32pvnpyqj30w41xrk318c2jzf9bjbnj2887y28lndg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/55a937aed818dbe41530037da315f705205f189b/recipes/cider";
- sha256 = "1a6hb728a3ir18c2dn9zfd3jn79fi5xjn5gqr7ljy6qb063xd4qx";
- name = "recipe";
- };
- packageRequires = [
- clojure-mode
- emacs
- parseedn
- pkg-info
- queue
- seq
- sesman
- spinner
- ];
- meta = {
- homepage = "https://melpa.org/#/cider";
- license = lib.licenses.free;
- };
- }) {};
- cider-decompile = callPackage ({ cider
- , fetchFromGitHub
- , fetchurl
- , javap-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cider-decompile";
- ename = "cider-decompile";
- version = "20151121.2137";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "cider-decompile";
- rev = "5d87035f3c3c14025e8f01c0c53d0ce2c8f56651";
- sha256 = "1w4y65s3m2irga4iqfqqkcmvl6ss24zmaxqzbfib8jmi84r4lpac";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b7f7f23bb15922ce7a7dad1ae23093db72aa10c/recipes/cider-decompile";
- sha256 = "0jhsm31zcfwkbpsdh1lvmjm1fv2m7y849930sjvf5nxv3ffhx3b4";
- name = "recipe";
- };
- packageRequires = [ cider javap-mode ];
- meta = {
- homepage = "https://melpa.org/#/cider-decompile";
- license = lib.licenses.free;
- };
- }) {};
- cider-eval-sexp-fu = callPackage ({ emacs
- , eval-sexp-fu
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cider-eval-sexp-fu";
- ename = "cider-eval-sexp-fu";
- version = "20190311.1452";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "cider-eval-sexp-fu";
- rev = "7fd229f1441356866aedba611fd0cf4e89b50921";
- sha256 = "01gky548v3758fyr317lkwsc9aacab6m9d9vk1mrr3qyvmciwd51";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/947f4d106d70f95ca8aac124ab0d90b2975208df/recipes/cider-eval-sexp-fu";
- sha256 = "1n4sgv042qd9560pllabysx0c5snly6i22bk126y8f8rn0zj58iq";
- name = "recipe";
- };
- packageRequires = [ emacs eval-sexp-fu ];
- meta = {
- homepage = "https://melpa.org/#/cider-eval-sexp-fu";
- license = lib.licenses.free;
- };
- }) {};
- cider-hydra = callPackage ({ cider
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cider-hydra";
- ename = "cider-hydra";
- version = "20181015.27";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "cider-hydra";
- rev = "5956c3909cd9beae11f64973e4f0d830cea7860d";
- sha256 = "1hnari85c4y5sc8cdv2idkg2qv058crz54xdidnphr1wgw5zhvpk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/51d5e6471f88337c478ee5c189f037aaec937f56/recipes/cider-hydra";
- sha256 = "1qjgfrj3ck70vkyc9c00mif0jq5hc2yan2hql31qzbpqzg3pi2r7";
- name = "recipe";
- };
- packageRequires = [ cider hydra ];
- meta = {
- homepage = "https://melpa.org/#/cider-hydra";
- license = lib.licenses.free;
- };
- }) {};
- ciel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ciel";
- ename = "ciel";
- version = "20180914.115";
- src = fetchFromGitHub {
- owner = "cs14095";
- repo = "ciel.el";
- rev = "429773a3c551691a463ecfddd634b8bae2f48503";
- sha256 = "0xykdwsjgx44c0l5v9swkjjv0xa673krzlc71b1sc4dw9l526s4m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c70c007a557ea9fb9eb4d3f8b7adbe4dac39c8a/recipes/ciel";
- sha256 = "0rz7z3shhsvky91b581nn3hw760nlsc94fl35flm1973kvm9lvdp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ciel";
- license = lib.licenses.free;
- };
- }) {};
- cil-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cil-mode";
- ename = "cil-mode";
- version = "20160622.730";
- src = fetchFromGitHub {
- owner = "ForNeVeR";
- repo = "cil-mode";
- rev = "8023b45ec60961bf4c3a3d8a564727c463ed09d1";
- sha256 = "06p6hz6jrnvnlbxdr1pjgf5wh4n34kf6al4589qg1s88r2lf86bl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ccbf4a7c9df3c85207c7160ee68ecc4ba4f3801a/recipes/cil-mode";
- sha256 = "1h18r086bqspyn5n252yzw8x2zgyaqzdd8pbcf5gqlh1w8kapq4y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cil-mode";
- license = lib.licenses.free;
- };
- }) {};
- cinspect = callPackage ({ cl-lib ? null
- , deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , python-environment }:
- melpaBuild {
- pname = "cinspect";
- ename = "cinspect";
- version = "20150715.1933";
- src = fetchFromGitHub {
- owner = "inlinestyle";
- repo = "cinspect-mode";
- rev = "4e199a90f89b335cccda1518aa0963e0a1d4fbab";
- sha256 = "190n4kdcqdwglhnawnj9mqjarmcaqylxipc07whmrii0jv279kjw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e5b5bdbfeb59ed8e98e50d0cc773d78c72d1699/recipes/cinspect";
- sha256 = "0djh61mrfgcm3767ll1l5apw6646j4fdcaripksrmvn5aqfn8rjj";
- name = "recipe";
- };
- packageRequires = [ cl-lib deferred emacs python-environment ];
- meta = {
- homepage = "https://melpa.org/#/cinspect";
- license = lib.licenses.free;
- };
- }) {};
- circadian = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "circadian";
- ename = "circadian";
- version = "20181024.556";
- src = fetchFromGitHub {
- owner = "guidoschmidt";
- repo = "circadian.el";
- rev = "e0547c1779f2653dac09192951a0756ce2e2ea89";
- sha256 = "120b6wr2b4dmgaz5y3vpc5f68nqm1lfkgwpcxwxncspds7qb987j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/circadian";
- sha256 = "1xxrhifw371yc4i2cddzcdmqh5dfc905wyl88765098685q8k4bp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/circadian";
- license = lib.licenses.free;
- };
- }) {};
- circe = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "circe";
- ename = "circe";
- version = "20190322.542";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "circe";
- rev = "6ccd4b494cbae9d28091217654f052eaea321007";
- sha256 = "0cr9flk310yn2jgvj4hbqw9nj5wlfi0fazdkqafzidgz6iq150wd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a2b295656d53fddc76cacc86b239e5648e49e3a4/recipes/circe";
- sha256 = "1f54d8490gfx0r0cdvgmcjdxqpni43msy0k2mgqd1qz88a4b5l07";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/circe";
- license = lib.licenses.free;
- };
- }) {};
- circe-notifications = callPackage ({ alert
- , circe
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "circe-notifications";
- ename = "circe-notifications";
- version = "20180102.1518";
- src = fetchFromGitHub {
- owner = "eqyiel";
- repo = "circe-notifications";
- rev = "291149ac12877bbd062da993479d3533a26862b0";
- sha256 = "18mva5nn919c86sgk6kdh437vdnlh9bk7fg10xqcpics1yv3viaw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76c0408423c4e0728789de7b356b2971d6c446c7/recipes/circe-notifications";
- sha256 = "06y525x5yc0xgbw0cf16mc72ca9bv8j8z4gpgznbad2qp7psf53c";
- name = "recipe";
- };
- packageRequires = [ alert circe emacs ];
- meta = {
- homepage = "https://melpa.org/#/circe-notifications";
- license = lib.licenses.free;
- };
- }) {};
- citeproc = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , queue
- , s
- , string-inflection }:
- melpaBuild {
- pname = "citeproc";
- ename = "citeproc";
- version = "20190422.1317";
- src = fetchFromGitHub {
- owner = "andras-simonyi";
- repo = "citeproc-el";
- rev = "fa45f1a16f1860b1d873daa75886218d70ab0f29";
- sha256 = "06ldsw1668fgj5lrp8mk7c9bsxp1dsrl2s4f2j2yykl6rx0j3dyi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/20aa56e9a4809cee1082224b1b4e65921a48bda1/recipes/citeproc";
- sha256 = "1qphg2bg7vvjzgvnsscbyf40llxxh4aa2s2ffk8vsbfd4p8208cq";
- name = "recipe";
- };
- packageRequires = [ dash emacs f org queue s string-inflection ];
- meta = {
- homepage = "https://melpa.org/#/citeproc";
- license = lib.licenses.free;
- };
- }) {};
- cl-format = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cl-format";
- ename = "cl-format";
- version = "20160412.1745";
- src = fetchFromGitHub {
- owner = "alvinfrancis";
- repo = "cl-format";
- rev = "4380cb8009c47cc6d9098b383082b93b1aefa460";
- sha256 = "108s96viral3s62a77jfgvjam08hdk97frfmxjg3xpp2ifccjs7h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/cl-format";
- sha256 = "09jwy0fgaz2f04dvcdns6w859s6izvrkp8ib4lws3x8kx8z918fy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cl-format";
- license = lib.licenses.free;
- };
- }) {};
- cl-lib-highlight = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cl-lib-highlight";
- ename = "cl-lib-highlight";
- version = "20140127.1312";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "cl-lib-highlight";
- rev = "fd1b308e6e989791d1df14438efa6b77d20f7c7e";
- sha256 = "1mc8kayw8fmvpl0z09v6i68s2lharlwpzff0cvcsfn0an2imj2d0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/696c79669478b0d1c9769cc6f0fe581ee056cf32/recipes/cl-lib-highlight";
- sha256 = "13qdrvpxq928p27b1xdcbsscyhqk042rwfa17037gp9h02fd42j8";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/cl-lib-highlight";
- license = lib.licenses.free;
- };
- }) {};
- cl-libify = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cl-libify";
- ename = "cl-libify";
- version = "20181129.1830";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "cl-libify";
- rev = "e205b96f944a4f312fd523804cbbaf00027a3c8b";
- sha256 = "03xmpgpd4zw9x4shkz9aa744ifnwfblnq369qsp3r1awjacksrg3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/22088f8779652072871d5c472c67f34bd0470129/recipes/cl-libify";
- sha256 = "0p3b57vfzhk348hb7bcnkq4ihi4qzsy4hcdvwa1h85i84vwyzk5d";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cl-libify";
- license = lib.licenses.free;
- };
- }) {};
- clang-format = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clang-format";
- ename = "clang-format";
- version = "20180406.814";
- src = fetchFromGitHub {
- owner = "emacsmirror";
- repo = "clang-format";
- rev = "38ee476c47c3998f04a8cba9c18d0e2f806fe968";
- sha256 = "0zlw1qdchzpr93wqmkn7590w0frmhvd82jjfl1dngwa8j14pf97k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be27e728327016b819535ef8cae10020e5a07c2e/recipes/clang-format";
- sha256 = "0v8nvgjadzmsz088q6cgli5s99z45bz9qb508qln1yips42zn258";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/clang-format";
- license = lib.licenses.free;
- };
- }) {};
- clean-aindent-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clean-aindent-mode";
- ename = "clean-aindent-mode";
- version = "20171017.1343";
- src = fetchFromGitHub {
- owner = "pmarinov";
- repo = "clean-aindent-mode";
- rev = "a97bcae8f43a9ff64e95473e4ef0d8bafe829211";
- sha256 = "07dgx09j6nn5dl9vpqfcs5yqm79kza3h3r1lb7r09wpkmrg0c2cr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ee9dac7c10e652f026643620418dfea9237a0d23/recipes/clean-aindent-mode";
- sha256 = "1whzbs2gg2ar24kw29ffv94dgvrlfy2v4zdn0g7ksjjmmdr8ahh4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/clean-aindent-mode";
- license = lib.licenses.free;
- };
- }) {};
- clean-buffers = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clean-buffers";
- ename = "clean-buffers";
- version = "20160529.1559";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "clean-buffers";
- rev = "1be6c54e3095761b6b64bf749faae3dfce94e72a";
- sha256 = "1h7kmj53fqwfzam3ywz3yn4abl2n94v0lxnyv7x4qzwi2ggizc3l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fcabd17d7de9af443198ac9c2996bfbd94324de/recipes/clean-buffers";
- sha256 = "025sxrqxm24yg1wpfncrjw1nm91h0h7jy2xd5g20xqlinqqvdihj";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/clean-buffers";
- license = lib.licenses.free;
- };
- }) {};
- clear-text = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clear-text";
- ename = "clear-text";
- version = "20160406.1343";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "clear-text.el";
- rev = "b50669b6077d6948f72cb3c649281d206e0c2f2b";
- sha256 = "0y5z2pfhzpv67w2lnw1q06mflww90sfcilj89kqx2jhhrnrnn2ka";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2ae86a3001587ba753fcd0ca5137cb65d38910d/recipes/clear-text";
- sha256 = "1cx2lbcbhd024pq9njan7xrlvj3k4c3wdsvgbz5qyna0k06ix8dv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/clear-text";
- license = lib.licenses.free;
- };
- }) {};
- clevercss = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clevercss";
- ename = "clevercss";
- version = "20131228.1755";
- src = fetchFromGitHub {
- owner = "jschaf";
- repo = "CleverCSS-Mode";
- rev = "b8a3c0dd674367c62b1a1ffec84d88fe0c0219bc";
- sha256 = "19q6zbnl9fg4cwgi56d7p4qp6y3g0fdyihinpakby49xv2n2k8dx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec88232feb9d0a04278d5f615bb0ee0833ecb8ca/recipes/clevercss";
- sha256 = "189f2l4za1j9ds0bhxrzyp7da9p6svh5dx2vnzf4vql7qhjk3gf0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/clevercss";
- license = lib.licenses.free;
- };
- }) {};
- click-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "click-mode";
- ename = "click-mode";
- version = "20180610.1744";
- src = fetchFromGitHub {
- owner = "bmalehorn";
- repo = "click-mode";
- rev = "b94ea8cce89cf0e753b2ab915202d49ffc470fb6";
- sha256 = "0bz0wp40khha96k74g9vgnzm7xzsrh0wh4vks205pjhaxabhb5vh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1859bb26e3efd66394d7d9f4d2296cbeeaf5ba4d/recipes/click-mode";
- sha256 = "1p5dz4a74w5zxdlw17h5z9dglapia4p29880liw3bif2c7dzkg0r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/click-mode";
- license = lib.licenses.free;
- };
- }) {};
- cliphist = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cliphist";
- ename = "cliphist";
- version = "20181229.611";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "cliphist";
- rev = "232ab0b3f6d502de61ebe76681a6a04d4223b877";
- sha256 = "0is772r0b7i8rvra9zb94g9aczv8b6q0dmdk67wbli5rv5drfjyq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82d86dae4ad8efc8ef342883c164c56e43079171/recipes/cliphist";
- sha256 = "0mg6pznijba3kvp3r57pi54v6mgih2vfwj2kg6qmcy1abrc0xq29";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/cliphist";
- license = lib.licenses.free;
- };
- }) {};
- clipmon = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clipmon";
- ename = "clipmon";
- version = "20180129.254";
- src = fetchFromGitHub {
- owner = "bburns";
- repo = "clipmon";
- rev = "95dc56c7ed84a654ec90f4740eb6df1050de8cf1";
- sha256 = "0mfb4k0i71y49hn0xk5a1mv4zaj249qcan0y0nzvgf7mmvr32n9w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/clipmon";
- sha256 = "0qhav3scmk3zsa7v3hg3zczps0as3mzrz3cl34n3xlvf4f6ifd9k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/clipmon";
- license = lib.licenses.free;
- };
- }) {};
- clippy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pos-tip }:
- melpaBuild {
- pname = "clippy";
- ename = "clippy";
- version = "20161028.1254";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "clippy.el";
- rev = "ad4b5dba4cede6d4b21533186303d3d3e9a2510f";
- sha256 = "0rnqwzbr5hdap276ana0iz3lk2ih8kkj1m9cydavqqdrwzk4ldrm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e3743596c4b6387351684b1bf00f17275b8e59e8/recipes/clippy";
- sha256 = "0nqmc8f2qrsp25vzc66xw6b232n7fyw6g06mwn2cdpm3d2pgb7rg";
- name = "recipe";
- };
- packageRequires = [ pos-tip ];
- meta = {
- homepage = "https://melpa.org/#/clippy";
- license = lib.licenses.free;
- };
- }) {};
- clips-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clips-mode";
- ename = "clips-mode";
- version = "20170909.123";
- src = fetchFromGitHub {
- owner = "clips-mode";
- repo = "clips-mode";
- rev = "dd38e2822640a38f7d8bfec4f69d8dd24be27074";
- sha256 = "1q2jz72wi8d2pdrjic9kwqixp5sczjkkx8rf67rgaz37ysjpcbf6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/clips-mode";
- sha256 = "1ckk8ajr1x8y2h8jx2q233xs69nip3kjn0wp3xgfbwx7hjcbk7kr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/clips-mode";
- license = lib.licenses.free;
- };
- }) {};
- clj-refactor = callPackage ({ cider
- , clojure-mode
- , edn
- , emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , inflections
- , lib
- , melpaBuild
- , multiple-cursors
- , paredit
- , seq
- , yasnippet }:
- melpaBuild {
- pname = "clj-refactor";
- ename = "clj-refactor";
- version = "20190516.554";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "clj-refactor.el";
- rev = "9f508bbf7bf8dd439a78066a9d6fa47f4bc8f64f";
- sha256 = "0kb5zcq8hy7s6ikln0fgfya4shhfvnbx1vigz7g733ppm27bxxsb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/clj-refactor";
- sha256 = "05x0820x34pidcz03z96qs685y2700g7ha0dx4vy1xr7fg356c3z";
- name = "recipe";
- };
- packageRequires = [
- cider
- clojure-mode
- edn
- emacs
- hydra
- inflections
- multiple-cursors
- paredit
- seq
- yasnippet
- ];
- meta = {
- homepage = "https://melpa.org/#/clj-refactor";
- license = lib.licenses.free;
- };
- }) {};
- cljr-helm = callPackage ({ cl-lib ? null
- , clj-refactor
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cljr-helm";
- ename = "cljr-helm";
- version = "20160913.128";
- src = fetchFromGitHub {
- owner = "philjackson";
- repo = "cljr-helm";
- rev = "f2fc7b698a56e4a44d5dfbc6a55d77a93c0fa9a4";
- sha256 = "0jy6hkz8sr1bplymwxnjg4q408cw2dgfrv70chlw3y5ddc4cingj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d99b67e295ef59916211bf22b57b4d093e3d53ab/recipes/cljr-helm";
- sha256 = "108a1xgnc6qy088vs41j3npwk25a5vny0xx4r3yh76jsmpdpcgnc";
- name = "recipe";
- };
- packageRequires = [ cl-lib clj-refactor helm-core ];
- meta = {
- homepage = "https://melpa.org/#/cljr-helm";
- license = lib.licenses.free;
- };
- }) {};
- cljsbuild-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cljsbuild-mode";
- ename = "cljsbuild-mode";
- version = "20160402.1000";
- src = fetchFromGitHub {
- owner = "kototama";
- repo = "cljsbuild-mode";
- rev = "fa2315660cb3ce944b5e16c679dcf5afd6a97f4c";
- sha256 = "0flnfivz6w3pkham3g08m3xzy3jg1rzvxfa00vkr7ll8iyv4ypqc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d801a2e0ba5ae7c65b5d312fbf41261278a8b1ba/recipes/cljsbuild-mode";
- sha256 = "0qvb990dgq4v75lwnd661wxszbdbhlgxpsyv4zaj6h10gp1vi214";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cljsbuild-mode";
- license = lib.licenses.free;
- };
- }) {};
- clmemo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clmemo";
- ename = "clmemo";
- version = "20160326.923";
- src = fetchFromGitHub {
- owner = "ataka";
- repo = "clmemo";
- rev = "846a81b984d71edf8278a4d9f9b886e44d5b8365";
- sha256 = "152qf7i5bf7xvr35gyawl8abkh7v5dsz957zxslrbbnc8bb1k6bz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e98b438990dc0dbda264fb4bf7a3237a2661baab/recipes/clmemo";
- sha256 = "03qa79ip0gqinj1kk898lcvixk98hf6gknz0yc2fnqcrm642k2vs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/clmemo";
- license = lib.licenses.free;
- };
- }) {};
- cloc = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cloc";
- ename = "cloc";
- version = "20170728.1124";
- src = fetchFromGitHub {
- owner = "cosmicexplorer";
- repo = "cloc-emacs";
- rev = "f30f0472e465cc8d433d2473e9d3b8dfe2c94491";
- sha256 = "0g8hklc0914dsi3ks7g251w58ixa78qsh87dx914cc8sahpc0ws2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0dd7a641efd13aa0bd7509d8a5b0a28e3a0493c8/recipes/cloc";
- sha256 = "1ny5wixa9x4fq5jvhs01jmyvwkfvwwi9aamrcqsl42s9sx6ygz7a";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/cloc";
- license = lib.licenses.free;
- };
- }) {};
- clocker = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , spaceline }:
- melpaBuild {
- pname = "clocker";
- ename = "clocker";
- version = "20190214.1033";
- src = fetchFromGitHub {
- owner = "roman";
- repo = "clocker.el";
- rev = "c4d76968a49287ce3bac0832bb5d5d076054c96f";
- sha256 = "1wp74fmnk21n5lrpmyk9j25dc79jffbmmhbgg5avzv63az6ffkdk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dadd3f5abad2e1f7863c4d654ff065f641395f64/recipes/clocker";
- sha256 = "0cckrk40k1labiqjh7ghzpx5zi136xz70j3ipp117x52qf24k10k";
- name = "recipe";
- };
- packageRequires = [ dash projectile spaceline ];
- meta = {
- homepage = "https://melpa.org/#/clocker";
- license = lib.licenses.free;
- };
- }) {};
- clojars = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request-deferred }:
- melpaBuild {
- pname = "clojars";
- ename = "clojars";
- version = "20180825.1251";
- src = fetchFromGitHub {
- owner = "joshuamiller";
- repo = "clojars.el";
- rev = "c78e4d5ddacda064c253e2b38d1c35188aa1ad71";
- sha256 = "1xa0c3i8mq3n8mh37i5avgfkcnjyqkg6h668d9lf3w0bnz5cw0x7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f766319c3e18a41017684ea503b0382e96ab31b/recipes/clojars";
- sha256 = "1skvd29347hwapgdqznbzwfcp2nf077qkdzknxc8ylmqa32yf5w1";
- name = "recipe";
- };
- packageRequires = [ request-deferred ];
- meta = {
- homepage = "https://melpa.org/#/clojars";
- license = lib.licenses.free;
- };
- }) {};
- clojure-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clojure-mode";
- ename = "clojure-mode";
- version = "20190508.822";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "clojure-mode";
- rev = "a9cbe6a37f51da1c37035390d43500b437e8bff2";
- sha256 = "1lam3927gmzzl78ikc4z1c5yc92w59fi3191qa4vg9y8qqslqxd0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e3cd2e6ee52692dc7b2a04245137130a9f521c7/recipes/clojure-mode";
- sha256 = "11n0rjhs1mmlzdqy711g432an5ybdka5xj0ipsk8dx6xcyab70np";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/clojure-mode";
- license = lib.licenses.free;
- };
- }) {};
- clojure-mode-extra-font-locking = callPackage ({ clojure-mode
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clojure-mode-extra-font-locking";
- ename = "clojure-mode-extra-font-locking";
- version = "20180114.911";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "clojure-mode";
- rev = "9bbc8d59b3b4dfe3f0564f0d06832a309b4e4e4e";
- sha256 = "0brwcxlz337bd1y1vjlix2aq6qjzqqrl0g9hag5lmpkimnbbnbv1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e3cd2e6ee52692dc7b2a04245137130a9f521c7/recipes/clojure-mode-extra-font-locking";
- sha256 = "00nff9mkj61i76dj21x87vhz0bbkzgvkx1ypkxcv6yf3pfhq7r8n";
- name = "recipe";
- };
- packageRequires = [ clojure-mode ];
- meta = {
- homepage = "https://melpa.org/#/clojure-mode-extra-font-locking";
- license = lib.licenses.free;
- };
- }) {};
- clojure-quick-repls = callPackage ({ cider
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clojure-quick-repls";
- ename = "clojure-quick-repls";
- version = "20150814.36";
- src = fetchFromGitHub {
- owner = "symfrog";
- repo = "clojure-quick-repls";
- rev = "8fe4e44939e8a01a4cdf60c0001d9a6abf8a73c3";
- sha256 = "1wqml4psqqkzp8afccli4y2agbm8sz1fykycl3553cb2cidxgjga";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e618430057eb3ac235ab4a44767524919c870036/recipes/clojure-quick-repls";
- sha256 = "10glzyd4y3918pwp048pc1y7y7fa34fkqckn1nbys841dbssmay0";
- name = "recipe";
- };
- packageRequires = [ cider dash ];
- meta = {
- homepage = "https://melpa.org/#/clojure-quick-repls";
- license = lib.licenses.free;
- };
- }) {};
- clojure-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "clojure-snippets";
- ename = "clojure-snippets";
- version = "20180314.608";
- src = fetchFromGitHub {
- owner = "mpenet";
- repo = "clojure-snippets";
- rev = "6068dca90467a0f4ebc2cd39338a173d6f5ddc04";
- sha256 = "0vvadcydpsz4b17dlm1jd4fbddzfqibh3mlzv3k4gvp67vv10cqy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4898fc6746b30b0d0453b3b56d02479bfb0f70b9/recipes/clojure-snippets";
- sha256 = "15622mdd6b3fpwp22d32p78yap08pyscs2vc83sv1xz4338i0lij";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/clojure-snippets";
- license = lib.licenses.free;
- };
- }) {};
- clomacs = callPackage ({ cider
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , simple-httpd }:
- melpaBuild {
- pname = "clomacs";
- ename = "clomacs";
- version = "20190313.817";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "clomacs";
- rev = "461be59e5f480af292c84fd6f7d88f1f885371a5";
- sha256 = "1kglhcid32vxs8nc7j2jjbd0cbwxx2rc0y2wlhmcxpd3gsk2lwp3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/345f9797e87e3f5f957c167a5e3d33d1e31b50a3/recipes/clomacs";
- sha256 = "1vfjzrzp58ap75i0dh5bwnlkb8qbpfmrd3fg9n6aaibvvd2m3hyh";
- name = "recipe";
- };
- packageRequires = [ cider emacs s simple-httpd ];
- meta = {
- homepage = "https://melpa.org/#/clomacs";
- license = lib.licenses.free;
- };
- }) {};
- closql = callPackage ({ emacs
- , emacsql-sqlite
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "closql";
- ename = "closql";
- version = "20181031.1458";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "closql";
- rev = "012b94f8695e194455111fd54eff0b94dd0dd0db";
- sha256 = "1xhpfjjkjqfc1k2rj77cscclz5r7gpvv3hi202x178vdcpipjwar";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2df16abf56e53d4a1cc267a78797419520ff8a1c/recipes/closql";
- sha256 = "13ybna20w2d1b3n0y5p1ybhkw0j0zh5nd43p1yvf8h1haj983l87";
- name = "recipe";
- };
- packageRequires = [ emacs emacsql-sqlite ];
- meta = {
- homepage = "https://melpa.org/#/closql";
- license = lib.licenses.free;
- };
- }) {};
- closure-lint-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "closure-lint-mode";
- ename = "closure-lint-mode";
- version = "20101118.1324";
- src = fetchFromGitHub {
- owner = "r0man";
- repo = "closure-lint-mode";
- rev = "bc3d2fd5c35580bf1b8af43b12484c95a343b4b5";
- sha256 = "0v0wdq0b5jz4x0d7dl3ilgf3aqp2hk375db366ij6gxwd0b9i3na";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/closure-lint-mode";
- sha256 = "11kxgvfwngdjryrrihlpn0509axwv4zwkxzs4h1pw5vi7sv1n6xd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/closure-lint-mode";
- license = lib.licenses.free;
- };
- }) {};
- cloud-to-butt-erc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cloud-to-butt-erc";
- ename = "cloud-to-butt-erc";
- version = "20130627.1608";
- src = fetchFromGitHub {
- owner = "leathekd";
- repo = "cloud-to-butt-erc";
- rev = "6710c03d1bc91736435cbfe845924940cae34e5c";
- sha256 = "07kvnb6p35swkyj92c4wymsqq4r2885wdpqhv7nhicvi6n658kpf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b12354152cce6e9a281dc26018c763b6f93e3cee/recipes/cloud-to-butt-erc";
- sha256 = "061mmw39dq8sqzi2589lf7svy15n2iyiwbfiram48r2yhma5dd0f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cloud-to-butt-erc";
- license = lib.licenses.free;
- };
- }) {};
- clues-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clues-theme";
- ename = "clues-theme";
- version = "20161213.327";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-clues-theme";
- rev = "abd61f2b7f3e98de58ca26e6d1230e70c6406cc7";
- sha256 = "118k5bnlk9sc2n04saaxjncmc1a4m1wlf2y7xyklpffkazbd0m72";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f26b8281f9bd05e3c8f2ef21838275711e622c9/recipes/clues-theme";
- sha256 = "0b0gypmxx8qjd8hgxf4kbvci1nwacsxl7rm5s1bcnk9cwc6k2jpr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/clues-theme";
- license = lib.licenses.free;
- };
- }) {};
- cm-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cm-mode";
- ename = "cm-mode";
- version = "20170203.1307";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "criticmarkup-emacs";
- rev = "276d49c859822265070ae5dfbb403fd7d8d06436";
- sha256 = "0mqbjw9wiaq735v307hd7g0g6i3a4k7h71bi4g9rr2jbgiljmql4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42dda804ec0c7338c39c57eec6ba479609a38555/recipes/cm-mode";
- sha256 = "1rgfpxbnp8wiq9j8aywm2n07rxzkhqljigwynrkyvrnsgxlq2a9x";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/cm-mode";
- license = lib.licenses.free;
- };
- }) {};
- cmake-font-lock = callPackage ({ cmake-mode
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cmake-font-lock";
- ename = "cmake-font-lock";
- version = "20190324.2150";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "cmake-font-lock";
- rev = "5b71ab212f272b7c62a9e7b21aa43a2533330b39";
- sha256 = "0ykk5sgxnh77qb61k39fy9vpbgv2hgv5gkh9df1jfyj5lhxxxdcq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/383a7f191c10916ad40284fba94f967765ffeb7e/recipes/cmake-font-lock";
- sha256 = "0ws4kd94m8fh55d7whsf3rj9qrxjp1wsgxh0valsjxyp2ck9zrz0";
- name = "recipe";
- };
- packageRequires = [ cmake-mode ];
- meta = {
- homepage = "https://melpa.org/#/cmake-font-lock";
- license = lib.licenses.free;
- };
- }) {};
- cmake-ide = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , levenshtein
- , lib
- , melpaBuild
- , s
- , seq }:
- melpaBuild {
- pname = "cmake-ide";
- ename = "cmake-ide";
- version = "20190527.207";
- src = fetchFromGitHub {
- owner = "atilaneves";
- repo = "cmake-ide";
- rev = "6fc593e47d28bfe531d1029f61e4efeb2eefe982";
- sha256 = "1yj3ah7mgarbl0zjqzvqnp9wl3aqsiarid6cwlc4fmcnpg6l6n9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17e8a8a5205d222950dc8e9245549a48894b864a/recipes/cmake-ide";
- sha256 = "0xvy7l80zw67jgvk1rkhwzjvsqjqckmd8zj6s67rgbm56z6ypmcg";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs levenshtein s seq ];
- meta = {
- homepage = "https://melpa.org/#/cmake-ide";
- license = lib.licenses.free;
- };
- }) {};
- cmake-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cmake-mode";
- ename = "cmake-mode";
- version = "20180709.726";
- src = fetchFromGitHub {
- owner = "Kitware";
- repo = "CMake";
- rev = "8d478c0003cc9bb4836038fc1a27d3bbd40348d2";
- sha256 = "0i4rs8m7qf9milc9csy38r7m0j5xqy2q75fqmyxd4xpfmkf4a2v7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/598723893ae4bc2e60f527a072efe6ed9d4e2488/recipes/cmake-mode";
- sha256 = "0zbn8syb5lw5xp1qcy3qcl75zfiyik30xvqyl38gdqddm9h7qmz7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cmake-mode";
- license = lib.licenses.free;
- };
- }) {};
- cmake-project = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cmake-project";
- ename = "cmake-project";
- version = "20171121.315";
- src = fetchFromGitHub {
- owner = "alamaison";
- repo = "emacs-cmake-project";
- rev = "d3f408f226eff3f77f7e00dd519f4efc78fd292d";
- sha256 = "1r8a3arpkkn91k619z4b6ywnq15glc4n1ji33l0q2m59f5sfk8mp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0857c4db1027981ea73bc32bcaa15e5df53edea3/recipes/cmake-project";
- sha256 = "13n6j9ljvzjzkknbm9zkhxljcn12avl39gxqq95hah44dr11rns3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cmake-project";
- license = lib.licenses.free;
- };
- }) {};
- cmd-to-echo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , shell-split-string }:
- melpaBuild {
- pname = "cmd-to-echo";
- ename = "cmd-to-echo";
- version = "20161203.1333";
- src = fetchFromGitHub {
- owner = "mallt";
- repo = "cmd-to-echo";
- rev = "e0e874fc0e1ad6d291e39ed76023445297ad438a";
- sha256 = "0wi097yk9p1xcfmps1g58xvvlv60akwky4y0pxdz6pa31w9jd1q8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/cmd-to-echo";
- sha256 = "1b4mw1ips4695ixgw2hyinq9ry3bx4d1842kr7k6155a1v34s4zh";
- name = "recipe";
- };
- packageRequires = [ emacs s shell-split-string ];
- meta = {
- homepage = "https://melpa.org/#/cmd-to-echo";
- license = lib.licenses.free;
- };
- }) {};
- cmm-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cmm-mode";
- ename = "cmm-mode";
- version = "20150224.2346";
- src = fetchFromGitHub {
- owner = "bgamari";
- repo = "cmm-mode";
- rev = "c3ad514dff3eb30434f6b20d953276d4c00de1ee";
- sha256 = "0xdcw329d2gssx86iajwrgpr7yv69b9nflmzjgb4jvg4pskj4pgx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/07579854200302cf69e120648f4983961e628f7d/recipes/cmm-mode";
- sha256 = "184b8x19cnvx8z4dr9alv62wchzc7vr7crzz8jiyqw9d544zs50h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cmm-mode";
- license = lib.licenses.free;
- };
- }) {};
- cnfonts = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cnfonts";
- ename = "cnfonts";
- version = "20190314.432";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "cnfonts";
- rev = "c31d13cc3c320fd5bf24bf8309c6d982a25c49ee";
- sha256 = "0c50xacgcbk3kbkxbg713bmaidpmkhnsb89pn9v8p8rk5nz06b89";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d5787ffeeee68ffa41f3e777071815084e0ed7a/recipes/cnfonts";
- sha256 = "1pryn08fkdrdj7w302205nj1qhfbk1jzqxx6717crrxakkdqmn9w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cnfonts";
- license = lib.licenses.free;
- };
- }) {};
- cobalt = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cobalt";
- ename = "cobalt";
- version = "20180304.355";
- src = fetchFromGitHub {
- owner = "cobalt-org";
- repo = "cobalt.el";
- rev = "634ace275697e188746ca22a30ff94380ec756be";
- sha256 = "1mrydmzldgabkkdpmlwfrfb6iddj4by7scc14k9bak5y6hj6ix7l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b2435d98e7564d333c8224b67ac6ad9c95debda1/recipes/cobalt";
- sha256 = "0r3fx1xx24x4qapbj2p8krc67rjmrjm88y89baf1x2swk7xdza92";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cobalt";
- license = lib.licenses.free;
- };
- }) {};
- cobra-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cobra-mode";
- ename = "cobra-mode";
- version = "20140116.1316";
- src = fetchFromGitHub {
- owner = "Nekroze";
- repo = "cobra-mode";
- rev = "acd6e53f6286af5176471d01f25257e5ddb6dd01";
- sha256 = "1sx8grp3j7zcma3nb7zj6kijkdqx166vw1qgmm29hvx48bys6vlp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e986942c391f50fb633097f2f31969a8aeecb99e/recipes/cobra-mode";
- sha256 = "11jscpbclxlq2xqy2nsfa4y575bp8h0kpkp8cfjqb05lm5ybcp89";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cobra-mode";
- license = lib.licenses.free;
- };
- }) {};
- code-archive = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "code-archive";
- ename = "code-archive";
- version = "20190512.1437";
- src = fetchFromGitHub {
- owner = "mschuldt";
- repo = "code-archive";
- rev = "b4e7cda87b9cd6548071f784c4883d6019bc3d14";
- sha256 = "1h0g0ikpz5q1xsj547b83df268znn3ilibj1p42cxpdkfkylnr9q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a8d0832eff966874d90e1d5ac1043c03e96b1c25/recipes/code-archive";
- sha256 = "0rj7cvwzhgam25jxjw5aqx9cxa86008gx2mwcyjlbnjrkhcbi97a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/code-archive";
- license = lib.licenses.free;
- };
- }) {};
- code-library = callPackage ({ fetchFromGitHub
- , fetchurl
- , gist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "code-library";
- ename = "code-library";
- version = "20160426.518";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "code-library";
- rev = "3c79338eae5c892bfb4e4882298422d9fd65d2d7";
- sha256 = "0gc56pdyzcnv3q1a82c79i8w58q9r6ccfix9s1s6msjxzxkznap5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/197bdc508c4fd9712125553a108ca6c9fedcaefc/recipes/code-library";
- sha256 = "0gi8lz2q0vis4nyziykq15jp3m3vykfwycbk6amhf1ybkn9k3ywj";
- name = "recipe";
- };
- packageRequires = [ gist ];
- meta = {
- homepage = "https://melpa.org/#/code-library";
- license = lib.licenses.free;
- };
- }) {};
- code-stats = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "code-stats";
- ename = "code-stats";
- version = "20190406.1936";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "code-stats-emacs";
- rev = "15242297279cb0dee01fbb93ef7536e337e20bb7";
- sha256 = "1f2fmxpijggk804pa2m86z2n9kp11n4w5k83a7l2qw6c855ax8lx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/20af5580926e9975605c0a245f6ac15c25f4921e/recipes/code-stats";
- sha256 = "0mwjlhpmrbh3mbw3hjlsbv1fr4mxh068c9g0zcxq7wkksxx707if";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/code-stats";
- license = lib.licenses.free;
- };
- }) {};
- codebug = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "codebug";
- ename = "codebug";
- version = "20140929.1437";
- src = fetchFromGitHub {
- owner = "shano";
- repo = "emacs-codebug";
- rev = "d95e5182fa1465406964873d9db1fdac77206f5b";
- sha256 = "1a3ifz9bv4ai9hiyvx0x3f9ygnrv6aqgpa6hxidhxdgg4ph5i4di";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35cd654bd7b390518eb5ddca8842bdfcc9e9e6f1/recipes/codebug";
- sha256 = "1cb2wvawp3wqslhgbmbw9xwcqgwfscqg0jfgqzi3nr42mjp9zgqj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/codebug";
- license = lib.licenses.free;
- };
- }) {};
- codesearch = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild }:
- melpaBuild {
- pname = "codesearch";
- ename = "codesearch";
- version = "20181006.731";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "emacs-codesearch";
- rev = "f6eb96f034a925444412cfa03e45e0ccbbafe3f2";
- sha256 = "1xdkm1f04z1h3ivd6zm8hckf3n3fbi5rwybg4dwi5mim6w84i7j9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0da1c6971ac2d3e9ee67731d00a9e8ca2d169826/recipes/codesearch";
- sha256 = "1zm7fqwiknk07c8aks1silnkxifkfbdzvbzg77wrap48k8mnw03l";
- name = "recipe";
- };
- packageRequires = [ log4e ];
- meta = {
- homepage = "https://melpa.org/#/codesearch";
- license = lib.licenses.free;
- };
- }) {};
- codic = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "codic";
- ename = "codic";
- version = "20150926.427";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-codic";
- rev = "52bbb6997ef4ab9fb7fea43bbfff7f04671aa557";
- sha256 = "14jcxrs3b02pbppvdsabr7c74i3c6d1lmd6l1p9dj8gv413pghsz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/codic";
- sha256 = "0fq2qfqhkd6injgl66vcpd61j67shl9xj260aj6cgb2nriq0jxgn";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/codic";
- license = lib.licenses.free;
- };
- }) {};
- coffee-fof = callPackage ({ coffee-mode
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "coffee-fof";
- ename = "coffee-fof";
- version = "20131012.530";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "coffee-fof";
- rev = "211529594bc074721c6cbc4edb73a63cc05f89ac";
- sha256 = "010v886ak0rbbhqwxwj6m0mkgh19s232igy7wwbv07l2pdqszf3p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9024e5a71c992509a1dea5f673a31b806d5e175e/recipes/coffee-fof";
- sha256 = "02cqza46qp8y69jd33cg4nmcgvrpwz23vyxqnmzwwvlmnbky96yc";
- name = "recipe";
- };
- packageRequires = [ coffee-mode ];
- meta = {
- homepage = "https://melpa.org/#/coffee-fof";
- license = lib.licenses.free;
- };
- }) {};
- coffee-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "coffee-mode";
- ename = "coffee-mode";
- version = "20170324.240";
- src = fetchFromGitHub {
- owner = "defunkt";
- repo = "coffee-mode";
- rev = "a4d07f123e42e8c8e356e825e922bc83929fc3cb";
- sha256 = "0w3b3mwv5rlp305j7321izki9lrbnc8ks0v7r9m1ih26b8zci1gv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/coffee-mode";
- sha256 = "1px50hs0x30psa5ljndpcc22c0qwcaxslpjf28cfgxinawnp74g1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/coffee-mode";
- license = lib.licenses.free;
- };
- }) {};
- coin-ticker = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "coin-ticker";
- ename = "coin-ticker";
- version = "20170611.27";
- src = fetchFromGitHub {
- owner = "eklitzke";
- repo = "coin-ticker-mode";
- rev = "45108e239e1d129c0cc1ff37f2870cf73087780b";
- sha256 = "1xqp9p19az4ajbaj734vn0fn6z3hbq44m4clj5xvd0rddai9c57n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd783998658b69159e39d9440da7a0dd04135e49/recipes/coin-ticker";
- sha256 = "0v4zyswhghknlsal9xfsgwf8ckjwrjkjrg8w7p6yjqrxmfsbw93b";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/coin-ticker";
- license = lib.licenses.free;
- };
- }) {};
- colemak-evil = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "colemak-evil";
- ename = "colemak-evil";
- version = "20171015.1607";
- src = fetchFromGitHub {
- owner = "patbl";
- repo = "colemak-evil";
- rev = "192c779281ae1fbf2405dcdb55b3c5b2a1d0b3d1";
- sha256 = "1clnvr7n6mx5b8pq1c6zchq7n1g8ip8hwgzc61ywrmiyv0v8rnc6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0f0750a3f9537782ee61d6e56c51ce7b86def12e/recipes/colemak-evil";
- sha256 = "1bfzs5px1k6g3cnwjdaq2m78bbnfy3lxhjzkcch7zdv3nyacwl5z";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/colemak-evil";
- license = lib.licenses.free;
- };
- }) {};
- colonoscopy-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "colonoscopy-theme";
- ename = "colonoscopy-theme";
- version = "20170808.609";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-colonoscopy-theme";
- rev = "64bbb322b13dae91ce9f1e3581f836f94f800ead";
- sha256 = "1r0is6zjkzikm565fvmj0gx8ms5ig9l5xihnka4fig7jy6ak33z5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/641d1959bd31598fcdacd39a3d1bb077dcccfa5c/recipes/colonoscopy-theme";
- sha256 = "0x9bfr4j0sp41jkgnyjlaxnnjjrc102x6sznn6cgcmqk5qhswl4q";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/colonoscopy-theme";
- license = lib.licenses.free;
- };
- }) {};
- color-identifiers-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-identifiers-mode";
- ename = "color-identifiers-mode";
- version = "20181120.1151";
- src = fetchFromGitHub {
- owner = "ankurdave";
- repo = "color-identifiers-mode";
- rev = "4ba39f0274e1f85e50c956c507f942d950891a20";
- sha256 = "102vyyal2zv8smbc7a362ibk5kl5nylplfjjx9w8r5pyapygq7mq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c735755e414fdf169aca5ec6f742533d21472e0/recipes/color-identifiers-mode";
- sha256 = "1hxp8lzn7kfckn5ngxic6qiz3nbynilqlxhlq9k1n1llfg216gfq";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/color-identifiers-mode";
- license = lib.licenses.free;
- };
- }) {};
- color-moccur = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-moccur";
- ename = "color-moccur";
- version = "20141222.1635";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "color-moccur.el";
- rev = "4f1c59ffd1ccc2ab1a171cd6b721e8cb9e002fb7";
- sha256 = "1p1f30qz4nd5a8ym2iwrgp6vhws0dls2qlc0apblj9nj3b0ziv0x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19105272fd8def5c7b22bfe5eeed5212e6ccae9c/recipes/color-moccur";
- sha256 = "17b9walfc5c9qfdvl9pcwb2gjikc3wxk1d3v878ckypmxd38vciq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/color-moccur";
- license = lib.licenses.free;
- };
- }) {};
- color-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-theme";
- ename = "color-theme";
- version = "20190220.315";
- src = fetchFromGitHub {
- owner = "emacsattic";
- repo = "color-theme";
- rev = "3a2f6b615f5e2401e30d93a3e0adc210bbb4b7aa";
- sha256 = "09imx996afh3j207163kg8sc92hd7wljkpban1pnn6f67bgyrvlv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90fc6a19838f8e5ffe3b96747784d2f5628f7434/recipes/color-theme";
- sha256 = "0sgjyiqi65ylvd926ywfjzh752bpch3szvx4z3la1r9gpkrnwspd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/color-theme";
- license = lib.licenses.free;
- };
- }) {};
- color-theme-approximate = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-theme-approximate";
- ename = "color-theme-approximate";
- version = "20140227.2036";
- src = fetchFromGitHub {
- owner = "tungd";
- repo = "color-theme-approximate";
- rev = "f54301ca39bc5d2ffb000f233f8114184a3e7d71";
- sha256 = "1b0ymwszqsjcihcbfp7s4fjam983ixh3yb7sdc0rmqlyric1zwxq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f10631b740eea56e7209d7e84f0da8613274ef1d/recipes/color-theme-approximate";
- sha256 = "1wdnia9q42x7vky3ks555iic5s50g4mx7ss5ppaljvgxvbxyxqh1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/color-theme-approximate";
- license = lib.licenses.free;
- };
- }) {};
- color-theme-buffer-local = callPackage ({ color-theme
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-theme-buffer-local";
- ename = "color-theme-buffer-local";
- version = "20170125.2201";
- src = fetchFromGitHub {
- owner = "vic";
- repo = "color-theme-buffer-local";
- rev = "faf7415c99e132094f1f09c6b6974ec118a18d87";
- sha256 = "1zk5clvkrq2grmm1bws2l5vbv1ycp41978bb902c563aws2rb8c0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e43060d80b3345ef4e8df9f5a9d66af8a44a9c41/recipes/color-theme-buffer-local";
- sha256 = "1448rffyzn5k5mr31hwd28wlj7if7rp5sjlqcsvbxd2mnbgkgjz0";
- name = "recipe";
- };
- packageRequires = [ color-theme ];
- meta = {
- homepage = "https://melpa.org/#/color-theme-buffer-local";
- license = lib.licenses.free;
- };
- }) {};
- color-theme-modern = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-theme-modern";
- ename = "color-theme-modern";
- version = "20161219.344";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "replace-colorthemes";
- rev = "42a79266f1d7b473e9328e67a455e505e6c3eff5";
- sha256 = "0mw5rnzzc4yfcflg59viy81ziws680r44xr05qg032b5x02l8ar9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2db82e101916d8709b711034da5ca6e4072e1077/recipes/color-theme-modern";
- sha256 = "0f662ham430fgxpqw96zcl1whcm28cv710g6wvg4fma60sblaxcm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/color-theme-modern";
- license = lib.licenses.free;
- };
- }) {};
- color-theme-sanityinc-solarized = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-theme-sanityinc-solarized";
- ename = "color-theme-sanityinc-solarized";
- version = "20190205.1659";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "color-theme-sanityinc-solarized";
- rev = "2c36f3ab322fe8a1e63a872c8b1d1a172cf9a8ce";
- sha256 = "09zdxcjxx4dsg672n2sf3qv233wy9rajgafbp7lr2f2q165sl8hl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/color-theme-sanityinc-solarized";
- sha256 = "0xg79hgb893f1nqx6q4q6hp4w6rvgp1aah1v2r3scg2jk057qxkf";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/color-theme-sanityinc-solarized";
- license = lib.licenses.free;
- };
- }) {};
- color-theme-sanityinc-tomorrow = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-theme-sanityinc-tomorrow";
- ename = "color-theme-sanityinc-tomorrow";
- version = "20190502.144";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "color-theme-sanityinc-tomorrow";
- rev = "ecef4c09c5dfa9ebcc62867d3ccc023240bc2e1b";
- sha256 = "1i7jcrk42wn2a7nsvyhzh3bh4fc12cykiwxj8vi39zii4v7rirqw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/color-theme-sanityinc-tomorrow";
- sha256 = "1k8iwjc7iidq5sxybs47rnswa6c5dwqfdzfw7w0by2h1id2z6nqd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/color-theme-sanityinc-tomorrow";
- license = lib.licenses.free;
- };
- }) {};
- color-theme-x = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-theme-x";
- ename = "color-theme-x";
- version = "20180226.1646";
- src = fetchFromGitHub {
- owner = "ajsquared";
- repo = "color-theme-x";
- rev = "6c2264aa6c5d9a72caeae67ebaa4472090e70350";
- sha256 = "1fyz8bampcqzpbyg0l1g0nvv2m5n8000xy5yl05217dlxb448nnd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/321900baf4149f8b58b075b9fb27716cf708f2a2/recipes/color-theme-x";
- sha256 = "0nb2hqmmj1rhqjcbv5m8r9g2bf993lp45ka9rrxqp0pkmyd9fvs2";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/color-theme-x";
- license = lib.licenses.free;
- };
- }) {};
- colormaps = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "colormaps";
- ename = "colormaps";
- version = "20171008.1524";
- src = fetchFromGitHub {
- owner = "lepisma";
- repo = "colormaps.el";
- rev = "3a88961ba66b09a49ea5aa92b2b8776b2c92d68c";
- sha256 = "083hks2zzalizdsgabiwc1kd114r748v5i3w3kfk8pv37i2gay35";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4c795d9e323b08bc8354a6933a061644705a2ec/recipes/colormaps";
- sha256 = "16plhgpfz1wb58p6h8wxjhplhgv0mbj3f2xj34p6vydh44l8w8q2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/colormaps";
- license = lib.licenses.free;
- };
- }) {};
- column-enforce-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "column-enforce-mode";
- ename = "column-enforce-mode";
- version = "20171030.1200";
- src = fetchFromGitHub {
- owner = "jordonbiondo";
- repo = "column-enforce-mode";
- rev = "2341a2b6a33d4b8b74c35062ec9cfe1bffd61944";
- sha256 = "0rcxb7daxxrp5f1i5cbv25viwawbbsn4ij1mnlclp5wz7ilcy2rs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/91bebef8e97665a5d076c557d559367911a25ea2/recipes/column-enforce-mode";
- sha256 = "1qh7kwr65spbbnzvq744gkksx50x04zs0nwn5ly60swc05d05lcg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/column-enforce-mode";
- license = lib.licenses.free;
- };
- }) {};
- com-css-sort = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "com-css-sort";
- ename = "com-css-sort";
- version = "20190517.52";
- src = fetchFromGitHub {
- owner = "elpa-host";
- repo = "com-css-sort";
- rev = "d002012500fbe4ccdde525d64b8f69015aded9ee";
- sha256 = "108500i75c56111q1pbk8fwylr31xpz4w1bn0xc3hm2xwr843kbb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec27ae185c0308c445e461dc84f398483ca08c5a/recipes/com-css-sort";
- sha256 = "153yhyqrlmarz8rpcvb0rr7f388fhyb2val4qx2pzpsimklrwrcb";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs s ];
- meta = {
- homepage = "https://melpa.org/#/com-css-sort";
- license = lib.licenses.free;
- };
- }) {};
- comb = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "comb";
- ename = "comb";
- version = "20180831.21";
- src = fetchFromGitHub {
- owner = "cyrus-and";
- repo = "comb";
- rev = "8a68d313bf429763eb8aa78ece00230a668f2a1f";
- sha256 = "1hh1lkan1ch5xyzrpfgzibf8dxmvaa1jfwlxyyhpnfs5h69h3245";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b236a1f3953475cbd7eb5c4289b092818ae08cf/recipes/comb";
- sha256 = "0n4pkigr07hwj5nb0ngs6ay80psqv7nppp82rg5w38qf0mjs3pkp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/comb";
- license = lib.licenses.free;
- };
- }) {};
- comint-intercept = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "comint-intercept";
- ename = "comint-intercept";
- version = "20170317.528";
- src = fetchFromGitHub {
- owner = "hying-caritas";
- repo = "comint-intercept";
- rev = "84c41e60e1ea3e9d5da1eb99e9926a52b6658d6d";
- sha256 = "0jyi698abpjdaxb9l9ndq599w77svp7vgd3b708kn461gmqmkxv7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d38188ec2d6e16714de9bb24ebd1ea89c7df3da/recipes/comint-intercept";
- sha256 = "1m2fn02n7aphlqmiaxgwp8jqg60sq4001cnkdxn5wb3w1hxy5qvq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/comint-intercept";
- license = lib.licenses.free;
- };
- }) {};
- command-log-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "command-log-mode";
- ename = "command-log-mode";
- version = "20160412.2147";
- src = fetchFromGitHub {
- owner = "lewang";
- repo = "command-log-mode";
- rev = "af600e6b4129c8115f464af576505ea8e789db27";
- sha256 = "06hll2frlx4sg9fj13a7ipq9y24isbjkjm6034xswhak40m7g1ii";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8426ca3c543178018f7feae6f0076af67a898483/recipes/command-log-mode";
- sha256 = "11jq6055bvpwvrm0b8cgab25wa2mcyylpz4j56h1nqj7cnhb6ppj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/command-log-mode";
- license = lib.licenses.free;
- };
- }) {};
- command-queue = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "command-queue";
- ename = "command-queue";
- version = "20160328.1025";
- src = fetchFromGitHub {
- owner = "Yuki-Inoue";
- repo = "command-queue";
- rev = "f327c6f852592229a755ec6de0c62c6aeafd6659";
- sha256 = "0216hzdl4h1jssw5g2y95z4yx7abqsaxpk1s78r35w5cnx7kplrc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8fd6a70036e88039c850d280fbac782d04790a5f/recipes/command-queue";
- sha256 = "1jaywdg8vcf1v6ayy1zd5mjs0x3s96845ig9ssb08397lfqasx1k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/command-queue";
- license = lib.licenses.free;
- };
- }) {};
- commander = callPackage ({ cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "commander";
- ename = "commander";
- version = "20140120.1052";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "commander.el";
- rev = "2c8a57b9c619e29ccbe2d5a85921b9c689e95bf9";
- sha256 = "1j6hhyzww7wfwk6bllbb5mk4hw4qs8hsgfbfdifsam9c6i4spm45";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b308e05dd85856addbc04a9438f5026803cebd7/recipes/commander";
- sha256 = "17y0hg6a90hflgwn24ww23qmvc1alzivpipca8zvpf0nih4fl393";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash f s ];
- meta = {
- homepage = "https://melpa.org/#/commander";
- license = lib.licenses.free;
- };
- }) {};
- comment-dwim-2 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "comment-dwim-2";
- ename = "comment-dwim-2";
- version = "20190105.853";
- src = fetchFromGitHub {
- owner = "remyferre";
- repo = "comment-dwim-2";
- rev = "3dfdd58495c46a37708344a57c5c52beca6b2c1c";
- sha256 = "08pi3y12i6wx69aj09nk5qd6lplwxq5wz3m7w5701988q39x62xl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ac6ac97875117013515a36c9a4452fbd6c0d74c/recipes/comment-dwim-2";
- sha256 = "1w9w2a72ygsj5w47vjqcljajmmbz0mi8dhz5gjnpwxjwsr6fn6lj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/comment-dwim-2";
- license = lib.licenses.free;
- };
- }) {};
- comment-or-uncomment-sexp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "comment-or-uncomment-sexp";
- ename = "comment-or-uncomment-sexp";
- version = "20190225.322";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "comment-or-uncomment-sexp";
- rev = "bec730d3fc1e6c17ff1339eb134af16c034a4d95";
- sha256 = "1jhyr854qraza75hjza8fjz2s06iydmdsa61vf5bf2kj5g1bfqkj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d1e87e59e1a7c7c7d6eab7dd6b37114e567e5c13/recipes/comment-or-uncomment-sexp";
- sha256 = "150gg1i593wgfzy0bg8jwgfc7a6hjnz84m2digjf3fpggvwv0rf8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/comment-or-uncomment-sexp";
- license = lib.licenses.free;
- };
- }) {};
- comment-tags = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "comment-tags";
- ename = "comment-tags";
- version = "20170910.1035";
- src = fetchFromGitHub {
- owner = "vincekd";
- repo = "comment-tags";
- rev = "7ae64a8d7aca098f360e03e9a3e780e27715c6e3";
- sha256 = "16bdc1kv2a15mn8ms170ahb4apz5csbwnxy227pg46kwfmxxqs2m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ac71f4ffc19bce4f571001f9270d5be855dfc3c/recipes/comment-tags";
- sha256 = "13slv150zch0b7zpxa2dbqjzpqh0iy559m6rc0zs0dwdagzryp3i";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/comment-tags";
- license = lib.licenses.free;
- };
- }) {};
- commentary-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "commentary-theme";
- ename = "commentary-theme";
- version = "20181213.245";
- src = fetchFromGitHub {
- owner = "pzel";
- repo = "commentary-theme";
- rev = "9a825ae98166c9dbbf106e7be62ee69dd9f0342f";
- sha256 = "1x30iyvvxggbh7xvp8lwpirvpqijchqf2fdaw4xrlbw5vajlaxcx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/852b5f83c9870209080d2ed39fede3215ae43e64/recipes/commentary-theme";
- sha256 = "1s3g40f0r0v8m1qqldvw64vs43i5xza7rwkvhxqcqmj6p1a7mqqw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/commentary-theme";
- license = lib.licenses.free;
- };
- }) {};
- commenter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "commenter";
- ename = "commenter";
- version = "20160219.827";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "commenter";
- rev = "6d1885419434ba779270c6fda0e30d390bb074bd";
- sha256 = "1jwd3whag39qhzhbsfivzdlcr6vj37dv5ychkhmilw8v6dfdnpdb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/437afab17b22c0c559617afa06923b5bc73a3ae8/recipes/commenter";
- sha256 = "01bm8jbj6xw23nls4fps6zwjkgvcsjhmn3l3ncqd764kwhxdx8q3";
- name = "recipe";
- };
- packageRequires = [ emacs let-alist ];
- meta = {
- homepage = "https://melpa.org/#/commenter";
- license = lib.licenses.free;
- };
- }) {};
- commify = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "commify";
- ename = "commify";
- version = "20161106.1534";
- src = fetchFromGitHub {
- owner = "ddoherty03";
- repo = "commify";
- rev = "78732c2fa6c1a10288b7436d7c561ec9ebdd41be";
- sha256 = "1kb3cbjp69niq8ravh273dma0mnkf1v2ja372ahxfsq1janrkkm6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fec4b048e1dc78a07acce7d2e6527b9f417d06d5/recipes/commify";
- sha256 = "1jc6iqa4hna3277hx13scfcqzkr43yv6gndbxv7qf4ydi01ysd0m";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/commify";
- license = lib.licenses.free;
- };
- }) {};
- common-lisp-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "common-lisp-snippets";
- ename = "common-lisp-snippets";
- version = "20180226.723";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "common-lisp-snippets";
- rev = "1ddf808311ba4d9e8444a1cb50bd5ee75e4111f6";
- sha256 = "0zalsvs47hv33dmbs94srpb8q354sr52sxbad182p69dn1khlwyp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/48d0166ccd3dcdd3df4719349778c6c5ab6872ca/recipes/common-lisp-snippets";
- sha256 = "0ig8cz00cbfx0jckqk1xhsvm18ivl2mjvcn65s941nblsywfvxjl";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/common-lisp-snippets";
- license = lib.licenses.free;
- };
- }) {};
- company = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company";
- ename = "company";
- version = "20190430.1152";
- src = fetchFromGitHub {
- owner = "company-mode";
- repo = "company-mode";
- rev = "ad6ff0eecca99dc5ac8b6a8a6174df7d2ad88ae7";
- sha256 = "0cps5sl9iij1wrpcnhi7xqv58cqsrswhc8r7hj1c00w8288z978w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96e7b4184497d0d0db532947f2801398b72432e4/recipes/company";
- sha256 = "0v4x038ly970lkzb0n8fbqssfqwx1p46xldr7nss32jiqvavr4m4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/company";
- license = lib.licenses.free;
- };
- }) {};
- company-anaconda = callPackage ({ anaconda-mode
- , cl-lib ? null
- , company
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "company-anaconda";
- ename = "company-anaconda";
- version = "20181025.605";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "company-anaconda";
- rev = "0ab70de1740e67cee451abcf3685c7525ff9e95a";
- sha256 = "182cijh6l82jj1r7iwd93h3np9c8fvcibjhv7860rk9ik41n7wil";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0eb23a75c8b57b4af1737c0508f03e66430e6076/recipes/company-anaconda";
- sha256 = "1s7y47ghy7q35qpfqavh4p9wr91i6r579mdbpvv6h5by856yn4gl";
- name = "recipe";
- };
- packageRequires = [ anaconda-mode cl-lib company dash s ];
- meta = {
- homepage = "https://melpa.org/#/company-anaconda";
- license = lib.licenses.free;
- };
- }) {};
- company-ansible = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-ansible";
- ename = "company-ansible";
- version = "20190301.1311";
- src = fetchFromGitHub {
- owner = "krzysztof-magosa";
- repo = "company-ansible";
- rev = "c31efced8a9b461de5982ed94c234fda3df96f10";
- sha256 = "0d2c3ckmwn36fwhvwfvqg86hfd2jwkg2n301chhxzs03v0mc03mx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7b44cd4bd9f9a7c942ca3f3bd88b2ce61ffff130/recipes/company-ansible";
- sha256 = "084l9dr2hvm00952y4m3jhchzxjhcd61sfn5ywj9b9a1d4sr110d";
- name = "recipe";
- };
- packageRequires = [ company emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-ansible";
- license = lib.licenses.free;
- };
- }) {};
- company-arduino = callPackage ({ arduino-mode
- , cl-lib ? null
- , company
- , company-c-headers
- , company-irony
- , emacs
- , fetchFromGitHub
- , fetchurl
- , irony
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-arduino";
- ename = "company-arduino";
- version = "20160306.939";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "company-arduino";
- rev = "5958b917cc5cc729dc64d74d947da5ee91c48980";
- sha256 = "08766m35s0r2fyv32y0h3sns9d5jykbgg24d2z8czklnc8hay7jc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/45350f816c4f5249792d29f97ef91f8c0685b983/recipes/company-arduino";
- sha256 = "1bch447lllikip1xd90kdgssgc67sl04a70fxqkqlrc1bs6gkkws";
- name = "recipe";
- };
- packageRequires = [
- arduino-mode
- cl-lib
- company
- company-c-headers
- company-irony
- emacs
- irony
- ];
- meta = {
- homepage = "https://melpa.org/#/company-arduino";
- license = lib.licenses.free;
- };
- }) {};
- company-auctex = callPackage ({ auctex
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "company-auctex";
- ename = "company-auctex";
- version = "20180725.1212";
- src = fetchFromGitHub {
- owner = "alexeyr";
- repo = "company-auctex";
- rev = "48c42c58ce2f0e693301b0cb2d085055410c1b25";
- sha256 = "10qn7frn5wcmrlci3v6iliqzj7r9dls87h9zp3xkgrgn4bqprfp8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/189e1a60894db0787a4468b120fbab84be1b5d59/recipes/company-auctex";
- sha256 = "1jia80sqmm83kzjcf1h1d9iz2k4k9albzvfka5hx6hpa4h8nm5q4";
- name = "recipe";
- };
- packageRequires = [ auctex company yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/company-auctex";
- license = lib.licenses.free;
- };
- }) {};
- company-axiom = callPackage ({ axiom-environment
- , company
- , emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-axiom";
- ename = "company-axiom";
- version = "20171024.1310";
- src = fetchgit {
- url = "https://bitbucket.org/pdo/axiom-environment";
- rev = "11ae39b2fcb344932b3f4b6a9fb6341880e3b8fa";
- sha256 = "1mygz9cd79w56sk3szh0mkgnng7mgr5jqqfd32yfjc3spvs6yzlh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b4c6b03c5ff78ce327dcf66b175e266bbc53dbf/recipes/company-axiom";
- sha256 = "061n8zn11r5a9m96sqnw8kx252n1m401cmcyqla8n9valjbnvsag";
- name = "recipe";
- };
- packageRequires = [ axiom-environment company emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-axiom";
- license = lib.licenses.free;
- };
- }) {};
- company-bibtex = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parsebib }:
- melpaBuild {
- pname = "company-bibtex";
- ename = "company-bibtex";
- version = "20171104.2344";
- src = fetchFromGitHub {
- owner = "gbgar";
- repo = "company-bibtex";
- rev = "225c6f5c0c070c94c8cdbbd452ea548cd94d76f4";
- sha256 = "0bv2jcmyirdxm158w2766l3q7kh7h71l9milwc9fl8qfz7wb5l80";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/company-bibtex";
- sha256 = "1b96p5qyxl6jlq0kz0dbma5pwvgqcy4x4gmpknjqrjabafbq1ynn";
- name = "recipe";
- };
- packageRequires = [ cl-lib company parsebib ];
- meta = {
- homepage = "https://melpa.org/#/company-bibtex";
- license = lib.licenses.free;
- };
- }) {};
- company-box = callPackage ({ company
- , dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-box";
- ename = "company-box";
- version = "20190311.1045";
- src = fetchFromGitHub {
- owner = "sebastiencs";
- repo = "company-box";
- rev = "8fc6168f2d3a0275156dd3fdf46ba496adbab226";
- sha256 = "0mmn7lzl69hmy8rlzhwqb2ffgk29mb2ybb149cdpk7ydv1h63hqn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a54879f4dd4dcb6867680567731547d604ad02bb/recipes/company-box";
- sha256 = "0v39gja3jp8b2xfn9da93xsh8mihizwbg0gqp2yyczaxjm8ga23i";
- name = "recipe";
- };
- packageRequires = [ company dash dash-functional emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-box";
- license = lib.licenses.free;
- };
- }) {};
- company-c-headers = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-c-headers";
- ename = "company-c-headers";
- version = "20180814.1030";
- src = fetchFromGitHub {
- owner = "randomphrase";
- repo = "company-c-headers";
- rev = "41331192b3961c8e3a51540678e1d11eaa346f03";
- sha256 = "1hl14pv8splirzr9riak8m48ngxy1c6wa2q6ds6aq849zx9dafqh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d97b5c53967e0ff767b3654c52622f4b5ddf1985/recipes/company-c-headers";
- sha256 = "1715vnjr5cjiq8gjcd3idnpnijg5cg3sw3f8gr5x2ixcrip1hx3a";
- name = "recipe";
- };
- packageRequires = [ company emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-c-headers";
- license = lib.licenses.free;
- };
- }) {};
- company-cabal = callPackage ({ cl-lib ? null
- , company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-cabal";
- ename = "company-cabal";
- version = "20170917.617";
- src = fetchFromGitHub {
- owner = "iquiw";
- repo = "company-cabal";
- rev = "62112a7259e24bd6c08885629a185afe512b7d3d";
- sha256 = "1gf45xwjzdm8i4q6c6khk4dbg1mmp2r0awz2sjr4dcr2dbd1n7mg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ee888b1ba57b6af3a3330607898810cd248862db/recipes/company-cabal";
- sha256 = "0pbjidj88c9qri6xw8023yqwnczad5ig224cbsz6vsmdla2nlxra";
- name = "recipe";
- };
- packageRequires = [ cl-lib company emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-cabal";
- license = lib.licenses.free;
- };
- }) {};
- company-coq = callPackage ({ cl-lib ? null
- , company
- , company-math
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "company-coq";
- ename = "company-coq";
- version = "20190425.1151";
- src = fetchFromGitHub {
- owner = "cpitclaudel";
- repo = "company-coq";
- rev = "3262fcccc41eac8e1c589f4067dfff939ba72c5f";
- sha256 = "14d4pkg8h1cwi4235wv3ml7l9a2dw6vxz2z8l6i1zhng5pi0vvk7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f89e3097c654774981953ef125679fec0b5b7c9/recipes/company-coq";
- sha256 = "1iagm07ckf60kg4i8m4n0gfmv0brqc4dcn7lkcz229r3f4kyqksa";
- name = "recipe";
- };
- packageRequires = [ cl-lib company company-math dash yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/company-coq";
- license = lib.licenses.free;
- };
- }) {};
- company-dcd = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , flycheck-dmd-dub
- , ivy
- , lib
- , melpaBuild
- , popwin
- , yasnippet }:
- melpaBuild {
- pname = "company-dcd";
- ename = "company-dcd";
- version = "20190115.1856";
- src = fetchFromGitHub {
- owner = "tsukimizake";
- repo = "company-dcd";
- rev = "11e90949e546fcff1b1cd40887ad7b6701aa1653";
- sha256 = "1n4f2hqmvwysbb1l6c5ah58b1bq8vxznk3ysszz8rs5gpqsizqd4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad5be8c53911271fba03a88da7e9d518c6508ffe/recipes/company-dcd";
- sha256 = "03849k4jzs23iglk9ghcq6283c9asffcq4dznypcjax7y4x113vd";
- name = "recipe";
- };
- packageRequires = [
- cl-lib
- company
- flycheck-dmd-dub
- ivy
- popwin
- yasnippet
- ];
- meta = {
- homepage = "https://melpa.org/#/company-dcd";
- license = lib.licenses.free;
- };
- }) {};
- company-dict = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parent-mode }:
- melpaBuild {
- pname = "company-dict";
- ename = "company-dict";
- version = "20190301.1605";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-company-dict";
- rev = "cd7b8394f6014c57897f65d335d6b2bd65dab1f4";
- sha256 = "11whnjmy5dyg4wkwabpip8hqsmqys193m7aqbd7jl4hmq24hrwsw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/212c077def5b4933c6001056132181e1a5850a7c/recipes/company-dict";
- sha256 = "1377b40f1j4rmw7lnhy1zsm6r234ds5zsn02v1ajm3bzrpkkmin0";
- name = "recipe";
- };
- packageRequires = [ company emacs parent-mode ];
- meta = {
- homepage = "https://melpa.org/#/company-dict";
- license = lib.licenses.free;
- };
- }) {};
- company-distel = callPackage ({ distel-completion-lib
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-distel";
- ename = "company-distel";
- version = "20180827.644";
- src = fetchFromGitHub {
- owner = "sebastiw";
- repo = "distel-completion";
- rev = "acc4c0a5521904203d797fe96b08e5fae4233c7e";
- sha256 = "0yvp3dwa9mwfyrqla27ycwyjad4bp1267bxv0chxcr4528hnygl3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90fff35dd9709b06802edef89d1fe6a96b7115a6/recipes/company-distel";
- sha256 = "1jklxwkm2dvpcasmy9vl48dxq3q9s4dlk159ica39z0kqpkpzmgw";
- name = "recipe";
- };
- packageRequires = [ distel-completion-lib ];
- meta = {
- homepage = "https://melpa.org/#/company-distel";
- license = lib.licenses.free;
- };
- }) {};
- company-edbi = callPackage ({ cl-lib ? null
- , company
- , edbi
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "company-edbi";
- ename = "company-edbi";
- version = "20160221.1123";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "company-edbi";
- rev = "08dc69ccfbcf10ca83f7075e9b735c6885cd7e11";
- sha256 = "0n2hvrfbybsp57w6m9mm7ywjq30fwwx9bzc2rllfr06d2ms7naai";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d881ff0927d5bd7f8192f58927ceabb9bad4beb/recipes/company-edbi";
- sha256 = "067ff1xdyqy4qzgk5pmqf4kksfjk1glkrslcj3rk4zmhcalwrfrm";
- name = "recipe";
- };
- packageRequires = [ cl-lib company edbi s ];
- meta = {
- homepage = "https://melpa.org/#/company-edbi";
- license = lib.licenses.free;
- };
- }) {};
- company-emacs-eclim = callPackage ({ cl-lib ? null
- , company
- , eclim
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-emacs-eclim";
- ename = "company-emacs-eclim";
- version = "20180911.421";
- src = fetchFromGitHub {
- owner = "emacs-eclim";
- repo = "emacs-eclim";
- rev = "edff7e0e30c87036710d88fb0b7a4644750858e8";
- sha256 = "0ywifqdhv7cibgl42m7i15widna9i1dk5kl5rglyql7hy05nk9gj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e9d3075587fbd9ca188535fd945a7dc451c6d7e/recipes/company-emacs-eclim";
- sha256 = "1l56hcy0y3cr38z1pjf0ilsdqdzvj3zwd40markm6si2xhdr8xig";
- name = "recipe";
- };
- packageRequires = [ cl-lib company eclim ];
- meta = {
- homepage = "https://melpa.org/#/company-emacs-eclim";
- license = lib.licenses.free;
- };
- }) {};
- company-emoji = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-emoji";
- ename = "company-emoji";
- version = "20180925.1308";
- src = fetchFromGitHub {
- owner = "dunn";
- repo = "company-emoji";
- rev = "f0d91d5be0077b20b418a3ba37d36f431fae322f";
- sha256 = "0aqqi1ksyglx7w347a99flpfa9pm1jakdvsgk4jr2ahv6j13nawg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5733dccdffe97911a30352fbcda2900c33d79810/recipes/company-emoji";
- sha256 = "1mflqqw9gnfcqjb6g8ivdfl7s4mdyjg7j0457hamgyvgvpxsh8x3";
- name = "recipe";
- };
- packageRequires = [ cl-lib company ];
- meta = {
- homepage = "https://melpa.org/#/company-emoji";
- license = lib.licenses.free;
- };
- }) {};
- company-erlang = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy-erlang-complete
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-erlang";
- ename = "company-erlang";
- version = "20170122.2138";
- src = fetchFromGitHub {
- owner = "s-kostyaev";
- repo = "company-erlang";
- rev = "bc0524a16f17b66c7397690e4ca0e004f09ea6c5";
- sha256 = "04wm3i65fpzln7sdcny88hfjfm0n7wy44ffsr3697x4l95d0bnyh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca96ed0b5d6f8aea4de56ddeaa003b9c81d96219/recipes/company-erlang";
- sha256 = "0qlc89c05523kjzsb7j3yfi022la47kgixl74ggkafhn60scwdm7";
- name = "recipe";
- };
- packageRequires = [ company emacs ivy-erlang-complete ];
- meta = {
- homepage = "https://melpa.org/#/company-erlang";
- license = lib.licenses.free;
- };
- }) {};
- company-flow = callPackage ({ company
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-flow";
- ename = "company-flow";
- version = "20180225.1359";
- src = fetchFromGitHub {
- owner = "aaronjensen";
- repo = "company-flow";
- rev = "76ef585c70d2a3206c2eadf24ba61e59124c3a16";
- sha256 = "0zs9cblnbkxa0dxw4lyllmybqizxcdx96gv8jlhx20nrjpi78piw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63d346c14af1c5c138d14591a4d6dbc44d9bc429/recipes/company-flow";
- sha256 = "07brjfgiwv4dxjf0sca84allcy3qlp4jrkz7ki1qc5wmb5sd209l";
- name = "recipe";
- };
- packageRequires = [ company dash ];
- meta = {
- homepage = "https://melpa.org/#/company-flow";
- license = lib.licenses.free;
- };
- }) {};
- company-flx = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flx
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-flx";
- ename = "company-flx";
- version = "20180102.2118";
- src = fetchFromGitHub {
- owner = "PythonNut";
- repo = "company-flx";
- rev = "05efcafb488f587bb6e60923078d97227462eb68";
- sha256 = "12cg8amyk1pg1d2n8fb0mmls14jzwx08hq6s6g7wyd9s7y96hkhb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f27d718ee67f8c91b208a35adbbcdac67bbb89ce/recipes/company-flx";
- sha256 = "1r4jcfzrhdpclblfrmi4qbl8dnhc2d7d4c1425xnslg7bhwd2vxn";
- name = "recipe";
- };
- packageRequires = [ company emacs flx ];
- meta = {
- homepage = "https://melpa.org/#/company-flx";
- license = lib.licenses.free;
- };
- }) {};
- company-ghc = callPackage ({ cl-lib ? null
- , company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ghc
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-ghc";
- ename = "company-ghc";
- version = "20170918.133";
- src = fetchFromGitHub {
- owner = "iquiw";
- repo = "company-ghc";
- rev = "dab111cb5067c545ccdc6b2d0ba70c1c4bbce060";
- sha256 = "0ygw3dhlz247qzmcsbnkkdry2w2ni60j1rbyqprnzp8sd5yk97r1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28f6a983444f796c81df7e5ee94d74c480b21298/recipes/company-ghc";
- sha256 = "07adykza4dqs64bk8vjmgryr54khxmcy28hms5z8i1qpsk9vmvnn";
- name = "recipe";
- };
- packageRequires = [ cl-lib company emacs ghc ];
- meta = {
- homepage = "https://melpa.org/#/company-ghc";
- license = lib.licenses.free;
- };
- }) {};
- company-ghci = callPackage ({ company
- , fetchFromGitHub
- , fetchurl
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-ghci";
- ename = "company-ghci";
- version = "20160310.1800";
- src = fetchFromGitHub {
- owner = "orimh";
- repo = "company-ghci";
- rev = "c2d74a41166e76de2e78c87f582ba3a1179b2aa6";
- sha256 = "02gq083lpbszy8pf7s5j61bjlm0hacv4md4g17n0q6448rix9yny";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/company-ghci";
- sha256 = "11sygcn8jb4rcc1hfiadhsyanbhsmnalpz2qvh5iaba0l165bsgg";
- name = "recipe";
- };
- packageRequires = [ company haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/company-ghci";
- license = lib.licenses.free;
- };
- }) {};
- company-glsl = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , glsl-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-glsl";
- ename = "company-glsl";
- version = "20171015.1049";
- src = fetchFromGitHub {
- owner = "guidoschmidt";
- repo = "company-glsl";
- rev = "a262c12c3bcd0807718c4edcaf2b054e30ef0e26";
- sha256 = "0338bym8ifvkgpbc4vyzf3nmlp6rc8lihyxcbym5m08612ln78mk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/company-glsl";
- sha256 = "1wzfdp6xz4nydfdcba8vs1za60lbfa0v4b8007dzn2fyg26rl326";
- name = "recipe";
- };
- packageRequires = [ company emacs glsl-mode ];
- meta = {
- homepage = "https://melpa.org/#/company-glsl";
- license = lib.licenses.free;
- };
- }) {};
- company-go = callPackage ({ company
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-go";
- ename = "company-go";
- version = "20190202.1619";
- src = fetchFromGitHub {
- owner = "mdempsky";
- repo = "gocode";
- rev = "7fb65232883f19a8305706b4b4ff32916ffbcaf5";
- sha256 = "09yqziccv9mg5jlmhw8gslpcwwiiah0hs05nq0qnsbdnvc8bs4lr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef45683cbfe82bf8a9d6f3f1c59e3cf340accbe3/recipes/company-go";
- sha256 = "1zhdckq1c9jzi5cf90w2m77fq6l67rjri4lnf8maq82gxqzk6wa5";
- name = "recipe";
- };
- packageRequires = [ company go-mode ];
- meta = {
- homepage = "https://melpa.org/#/company-go";
- license = lib.licenses.free;
- };
- }) {};
- company-inf-ruby = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-inf-ruby";
- ename = "company-inf-ruby";
- version = "20140805.1354";
- src = fetchFromGitHub {
- owner = "company-mode";
- repo = "company-inf-ruby";
- rev = "9c2eab3bb82e8838c54013026e6ffb51cccbd37e";
- sha256 = "0sns1j74mbwkamiyfcq0jp6flzqknm0vbhr6vvg5nsw5b9lfir0a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec0f597ceed00c68faa030ff0bc5676c513919f1/recipes/company-inf-ruby";
- sha256 = "0cb1w0sxgb5jf0p2a5s2i4d511lsjjhyaqkqlwjz8nk4w14n0zxm";
- name = "recipe";
- };
- packageRequires = [ company emacs inf-ruby ];
- meta = {
- homepage = "https://melpa.org/#/company-inf-ruby";
- license = lib.licenses.free;
- };
- }) {};
- company-irony = callPackage ({ cl-lib ? null
- , company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , irony
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-irony";
- ename = "company-irony";
- version = "20190124.1546";
- src = fetchFromGitHub {
- owner = "Sarcasm";
- repo = "company-irony";
- rev = "b44711dfce445610c1ffaec4951c6ff3882b216a";
- sha256 = "0s8v6kfgngpz6ic0g0l6xi6j9692xpmcamidmbk3l2blb172mggr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2b6a8d57b192325dcd30fddc9ff8dd1516ad680/recipes/company-irony";
- sha256 = "15adamk1b9y1i6k06i5ahf1wn70cgwlhgk0x6fk8pl5izg05z1km";
- name = "recipe";
- };
- packageRequires = [ cl-lib company emacs irony ];
- meta = {
- homepage = "https://melpa.org/#/company-irony";
- license = lib.licenses.free;
- };
- }) {};
- company-irony-c-headers = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , irony
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-irony-c-headers";
- ename = "company-irony-c-headers";
- version = "20151018.209";
- src = fetchFromGitHub {
- owner = "hotpxl";
- repo = "company-irony-c-headers";
- rev = "ba304fe7eebdff90bbc7dea063b45b82638427fa";
- sha256 = "1x2dfjmy86icyv2g1y5bjlr87w8rixqdcndkwm1sba6ha277wp9i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9f9f62d8ef438a9ba4872bd7731768eddc5905de/recipes/company-irony-c-headers";
- sha256 = "0kiag5ggmc2f5c3gd8nn40x16i686jpdrfrflgrz2aih8p3g6af8";
- name = "recipe";
- };
- packageRequires = [ cl-lib company irony ];
- meta = {
- homepage = "https://melpa.org/#/company-irony-c-headers";
- license = lib.licenses.free;
- };
- }) {};
- company-jedi = callPackage ({ cl-lib ? null
- , company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , jedi-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-jedi";
- ename = "company-jedi";
- version = "20151216.1921";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-company-jedi";
- rev = "ad49407451c7f28fe137f9c8f3a7fc89e8693a1b";
- sha256 = "1ihqapp4dv92794rsgyq0rmhwika60cmradqd4bn9b72ss6plxs1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bded1840a39fbf1e014c01276eb2f9c5a4fc218f/recipes/company-jedi";
- sha256 = "1krrgrjq967c3j02y0i345yx6w4crisnj1k3bhih6j849fvy3fvj";
- name = "recipe";
- };
- packageRequires = [ cl-lib company emacs jedi-core ];
- meta = {
- homepage = "https://melpa.org/#/company-jedi";
- license = lib.licenses.free;
- };
- }) {};
- company-lean = callPackage ({ company
- , dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lean-mode
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "company-lean";
- ename = "company-lean";
- version = "20171102.754";
- src = fetchFromGitHub {
- owner = "leanprover";
- repo = "lean-mode";
- rev = "c0af876c967fc969d67c467bc6767210d19c5d87";
- sha256 = "04qzck156wb2bvrb8adbn7rx2v0bsjcirlbx4ajajjsqy858ayn9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42f4d6438c8aeb94ebc1782f2f5e2abd17f0ffde/recipes/company-lean";
- sha256 = "1hqkn7w5dyznf7i3r3132q8x31r74q188jsm5kdrjqgbwak2p91a";
- name = "recipe";
- };
- packageRequires = [ company dash dash-functional emacs f lean-mode s ];
- meta = {
- homepage = "https://melpa.org/#/company-lean";
- license = lib.licenses.free;
- };
- }) {};
- company-lsp = callPackage ({ company
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "company-lsp";
- ename = "company-lsp";
- version = "20190524.1907";
- src = fetchFromGitHub {
- owner = "tigersoldier";
- repo = "company-lsp";
- rev = "cd1a41583f2d71baef44604a14ea71f49b280bf0";
- sha256 = "0qxwl5w9l3bab35r9d8g2yfrykj6gzn8jz2b8h2rfkzd36k7zv11";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5125f53307c1af3d9ccf2bae3c25e7d23dfe1932/recipes/company-lsp";
- sha256 = "09nbi6vxw8l26gfgsc1k3bx4m8i1px1b0jxaywszky5bv4fdy03l";
- name = "recipe";
- };
- packageRequires = [ company dash emacs lsp-mode s ];
- meta = {
- homepage = "https://melpa.org/#/company-lsp";
- license = lib.licenses.free;
- };
- }) {};
- company-lua = callPackage ({ company
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , lua-mode
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "company-lua";
- ename = "company-lua";
- version = "20171108.1506";
- src = fetchFromGitHub {
- owner = "ptrv";
- repo = "company-lua";
- rev = "29f6819de4d691e5fd0b62893a9f4fbc1c6fcb52";
- sha256 = "0ny2dcc7c585p7v3j6q0rpkbj1qmf2ismy8a5020jpr585xvz0hh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8191ab2aaa72041be46091e363d216cf1b73fde/recipes/company-lua";
- sha256 = "13sm7ya2ndqxwdjarhxbmg7fvr3413c7p3n6yf1i4rabbliqsf2c";
- name = "recipe";
- };
- packageRequires = [ company f lua-mode s ];
- meta = {
- homepage = "https://melpa.org/#/company-lua";
- license = lib.licenses.free;
- };
- }) {};
- company-math = callPackage ({ company
- , fetchFromGitHub
- , fetchurl
- , lib
- , math-symbol-lists
- , melpaBuild }:
- melpaBuild {
- pname = "company-math";
- ename = "company-math";
- version = "20190507.1306";
- src = fetchFromGitHub {
- owner = "vspinu";
- repo = "company-math";
- rev = "600e49449644f6835f9dc3501bc58461999e8ab9";
- sha256 = "1ps2lpkzn8mjbpcbvvy1qz3xbgrh6951x8y9bsd1fm32drdph9lh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fadff01600d57f5b9ea9c0c47ed109e058114998/recipes/company-math";
- sha256 = "0chig8k8l65bnd0a6734fiy0ikl20k9v2wlndh3ckz5a8h963g87";
- name = "recipe";
- };
- packageRequires = [ company math-symbol-lists ];
- meta = {
- homepage = "https://melpa.org/#/company-math";
- license = lib.licenses.free;
- };
- }) {};
- company-nand2tetris = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nand2tetris }:
- melpaBuild {
- pname = "company-nand2tetris";
- ename = "company-nand2tetris";
- version = "20171201.1013";
- src = fetchFromGitHub {
- owner = "CestDiego";
- repo = "nand2tetris.el";
- rev = "fe37ee41367ceff6f7d7a472a5f80cf1285e1e01";
- sha256 = "0g1gwayas7claa9cn3mv8dnlz46n78014qxb2ix25428dnsrridy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90421372b3f60b59762279ac805c61a984606d11/recipes/company-nand2tetris";
- sha256 = "1g2i33jjh7kbpzk835kbnqicf0w4cq5rqv934bqzz5kavj9cg886";
- name = "recipe";
- };
- packageRequires = [ cl-lib company nand2tetris ];
- meta = {
- homepage = "https://melpa.org/#/company-nand2tetris";
- license = lib.licenses.free;
- };
- }) {};
- company-nginx = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-nginx";
- ename = "company-nginx";
- version = "20180603.1702";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "company-nginx";
- rev = "3074a5d322562f36867ef67bffeb25f1c0d8aca9";
- sha256 = "04nq6cihb5kymi3rjfx53337fx4g042cw1jxiv016sq88z24lznx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fb8843cddfa9133ea9e2790e8a1d8051cd4dabea/recipes/company-nginx";
- sha256 = "15pxz0v3zpshwri0v15yh995k7ih9h46y81n4xywlyyh34wys3sj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-nginx";
- license = lib.licenses.free;
- };
- }) {};
- company-ngram = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-ngram";
- ename = "company-ngram";
- version = "20170129.1113";
- src = fetchFromGitHub {
- owner = "kshramt";
- repo = "company-ngram";
- rev = "d15182df3eac72b29772802759b77c9eafef5066";
- sha256 = "05108s2a3c857n9j3c34hdni3fyq149pva4m3f51lis4wqrm4zv7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/937e6a23782450525c4a90392c414173481e101b/recipes/company-ngram";
- sha256 = "1y9k9s8c248m91xld4f5l75j4swml333rpwq590bsx7mrsq131xx";
- name = "recipe";
- };
- packageRequires = [ cl-lib company ];
- meta = {
- homepage = "https://melpa.org/#/company-ngram";
- license = lib.licenses.free;
- };
- }) {};
- company-nixos-options = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nixos-options }:
- melpaBuild {
- pname = "company-nixos-options";
- ename = "company-nixos-options";
- version = "20160215.57";
- src = fetchFromGitHub {
- owner = "travisbhartwell";
- repo = "nix-emacs";
- rev = "a4e1d9ea9f2e773170caa3afbe54ecdf73d04ec8";
- sha256 = "1zcm74691bsay0l9vk2ffxgamrz8zyfmwkb9y915qylfwb48gyr2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6846c7d86e70a9dd8300b89b61435aa7e146be96/recipes/company-nixos-options";
- sha256 = "1yrqqdadmf7qfxpqp8wwb325zjnwwjmn2hhnl7i3j0ckg6hqyqf0";
- name = "recipe";
- };
- packageRequires = [ cl-lib company nixos-options ];
- meta = {
- homepage = "https://melpa.org/#/company-nixos-options";
- license = lib.licenses.free;
- };
- }) {};
- company-php = callPackage ({ ac-php-core
- , cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-php";
- ename = "company-php";
- version = "20190423.1922";
- src = fetchFromGitHub {
- owner = "xcwen";
- repo = "ac-php";
- rev = "6069c9bdf755384b6cda0ca70fc19cf951f08b3b";
- sha256 = "1znjx2g5004w4f8hmm4gbdjrij2zmmf5ng18ld0pm2lgb3y3cib4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/company-php";
- sha256 = "1gnhklfkg17vxfx7fw65lr4nr07jx71y84mhs9zszwcr9p840hh5";
- name = "recipe";
- };
- packageRequires = [ ac-php-core cl-lib company ];
- meta = {
- homepage = "https://melpa.org/#/company-php";
- license = lib.licenses.free;
- };
- }) {};
- company-phpactor = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , phpactor }:
- melpaBuild {
- pname = "company-phpactor";
- ename = "company-phpactor";
- version = "20190402.1916";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "phpactor.el";
- rev = "5dc331636786bdcee9ce2868d4d313c40aca1303";
- sha256 = "0qwklrsd8hxjvcddjj4ks3p24nyc3rcsxs9hyn3jphxww2igjbiv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc6edd22befea0aee9b11bc8df7d42c400e12f43/recipes/company-phpactor";
- sha256 = "1a6szs85hmxm2xpkmc3dyx2daap7bjvpnrl4gcmbq26zbz2f0z0a";
- name = "recipe";
- };
- packageRequires = [ company emacs phpactor ];
- meta = {
- homepage = "https://melpa.org/#/company-phpactor";
- license = lib.licenses.free;
- };
- }) {};
- company-plsense = callPackage ({ cl-lib ? null
- , company
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "company-plsense";
- ename = "company-plsense";
- version = "20180117.1658";
- src = fetchFromGitHub {
- owner = "CeleritasCelery";
- repo = "company-plsense";
- rev = "b48e3181e08ec597269621d621aa06636f02d883";
- sha256 = "14rawd5xfgnkhdpp43mz4a5mf480949ny5hr5w6v5djmsibqxw5s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9cf9d671d81e07c704676c557a9f0d686067ce5c/recipes/company-plsense";
- sha256 = "0k8k2vpkknd4nyxzwdj7698lgm5d85byxd49x7w5nrxmh2h1w3c7";
- name = "recipe";
- };
- packageRequires = [ cl-lib company dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/company-plsense";
- license = lib.licenses.free;
- };
- }) {};
- company-pollen = callPackage ({ company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pollen-mode }:
- melpaBuild {
- pname = "company-pollen";
- ename = "company-pollen";
- version = "20160812.810";
- src = fetchFromGitHub {
- owner = "lijunsong";
- repo = "pollen-mode";
- rev = "9779f7f13b1e0cfb58af01af5d8ee9e783bb8a43";
- sha256 = "1i49js8y09d6bd5jp4fkl7z7gldaw2bfg5m2f504av73gqzqkxf8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/97bda0616abe3bb632fc4231e5317d9472dfd14f/recipes/company-pollen";
- sha256 = "1pz5d8j7scrv2ci9mxvyikwsk8badkrbp8dznnb5qq1ycqv24bl1";
- name = "recipe";
- };
- packageRequires = [ company pollen-mode ];
- meta = {
- homepage = "https://melpa.org/#/company-pollen";
- license = lib.licenses.free;
- };
- }) {};
- company-posframe = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , posframe }:
- melpaBuild {
- pname = "company-posframe";
- ename = "company-posframe";
- version = "20190313.528";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "company-posframe";
- rev = "74091d132dea4b6ccd98c1ce7cec1b76b0ab8ad3";
- sha256 = "1jzaj3fjgplmzsxvmqh8z93filkk171ki8sk7iz9g44j0w7vmm38";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68c1203ae710e5f7af3f0e5e2877aba6deaf1ac8/recipes/company-posframe";
- sha256 = "1pd68m3hcn6wggw8a026x5kxn73f3zs278vs96q6cb5gbxyyhirs";
- name = "recipe";
- };
- packageRequires = [ company emacs posframe ];
- meta = {
- homepage = "https://melpa.org/#/company-posframe";
- license = lib.licenses.free;
- };
- }) {};
- company-prescient = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , prescient }:
- melpaBuild {
- pname = "company-prescient";
- ename = "company-prescient";
- version = "20190523.1034";
- src = fetchFromGitHub {
- owner = "raxod502";
- repo = "prescient.el";
- rev = "ae414dde56f3430867faf41c04e4c3df75f9c960";
- sha256 = "1cdjvlwlvxxazz7hlxgvdp0pznvj1gzqa2r6k4im0cpdrnnng6j6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b92c34e493bbefab1d7747b0855d1ab2f984cb7c/recipes/company-prescient";
- sha256 = "0cp918ihbjqxfgqnifknl5hphmvq5bl42dhp5ylvijsfa8kvbsb9";
- name = "recipe";
- };
- packageRequires = [ company emacs prescient ];
- meta = {
- homepage = "https://melpa.org/#/company-prescient";
- license = lib.licenses.free;
- };
- }) {};
- company-qml = callPackage ({ company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , qml-mode }:
- melpaBuild {
- pname = "company-qml";
- ename = "company-qml";
- version = "20170428.1008";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "company-qml";
- rev = "4af4f32a7ad86d86bb9293fb0b675aec513b5736";
- sha256 = "09d733r07gr4cxp7npyhi93xchvirxh1v00fr487v4a0mdaahpxf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b53477eaba4ef62f8317c9454e15ac015442fed/recipes/company-qml";
- sha256 = "0sva7i93dam8mc2z3cp785vmgcg7cphrpkwyvqyqhq8w51qg8mxx";
- name = "recipe";
- };
- packageRequires = [ company qml-mode ];
- meta = {
- homepage = "https://melpa.org/#/company-qml";
- license = lib.licenses.free;
- };
- }) {};
- company-quickhelp = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pos-tip }:
- melpaBuild {
- pname = "company-quickhelp";
- ename = "company-quickhelp";
- version = "20180525.303";
- src = fetchFromGitHub {
- owner = "expez";
- repo = "company-quickhelp";
- rev = "479676cade80a9f03802ca3d956591820ed5c537";
- sha256 = "0hbqpnaf4hnin3nmdzmfj3v22kk9a97b6zssqs96ns36d9h52xcp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/022cc4fee54bb0194822947c70058145e2980b94/recipes/company-quickhelp";
- sha256 = "042bwv0wd4hksbm528zb7pbllzk83p8qjq5f8z46p84c8mmxfp9g";
- name = "recipe";
- };
- packageRequires = [ company emacs pos-tip ];
- meta = {
- homepage = "https://melpa.org/#/company-quickhelp";
- license = lib.licenses.free;
- };
- }) {};
- company-racer = callPackage ({ cl-lib ? null
- , company
- , deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-racer";
- ename = "company-racer";
- version = "20171204.1910";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "company-racer";
- rev = "a00381c9d416f375f783fcb6ae8d40669ce1f567";
- sha256 = "13m3yzn4xbyl13z7h1cl6vqjbzikjycy7wydpy4a44yhr466zjr5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c4671a674dbc1620a41e0ff99508892a25eec2ad/recipes/company-racer";
- sha256 = "0zc8dzvsjz5qsrwhv7x9f7djzvb9awacc3pgjirsv8f8sp7p3am4";
- name = "recipe";
- };
- packageRequires = [ cl-lib company deferred emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-racer";
- license = lib.licenses.free;
- };
- }) {};
- company-reftex = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "company-reftex";
- ename = "company-reftex";
- version = "20181222.106";
- src = fetchFromGitHub {
- owner = "TheBB";
- repo = "company-reftex";
- rev = "33935e96540201adab43f3a765d62289eba9e286";
- sha256 = "1sp4109fbj6cxq6v9lmkpkrlr6is340ibaqpslkkjyacjv6sv4cm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84c938612d46d45b5bb05ee35178eaa2284023e0/recipes/company-reftex";
- sha256 = "0xfl8cfpd2bdk91aj0nygp5gm808pnbi7zjdp4z6l21dsrawhbxz";
- name = "recipe";
- };
- packageRequires = [ company emacs s ];
- meta = {
- homepage = "https://melpa.org/#/company-reftex";
- license = lib.licenses.free;
- };
- }) {};
- company-restclient = callPackage ({ cl-lib ? null
- , company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , know-your-http-well
- , lib
- , melpaBuild
- , restclient }:
- melpaBuild {
- pname = "company-restclient";
- ename = "company-restclient";
- version = "20190426.612";
- src = fetchFromGitHub {
- owner = "iquiw";
- repo = "company-restclient";
- rev = "e5a3ec54edb44776738c13e13e34c85b3085277b";
- sha256 = "0yp0hlrgcr6yy1xkjvfckys2k24x9xg7y6336ma61bdwn5lpv0x0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dd063bc3789772fdcc6a8555817588962e60825/recipes/company-restclient";
- sha256 = "1md0n4k4wmbh9rmbwqh3kg2fj0c34rzqfd56jsq8lcdg14k0kdcb";
- name = "recipe";
- };
- packageRequires = [
- cl-lib
- company
- emacs
- know-your-http-well
- restclient
- ];
- meta = {
- homepage = "https://melpa.org/#/company-restclient";
- license = lib.licenses.free;
- };
- }) {};
- company-rtags = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , rtags }:
- melpaBuild {
- pname = "company-rtags";
- ename = "company-rtags";
- version = "20180729.2038";
- src = fetchFromGitHub {
- owner = "Andersbakken";
- repo = "rtags";
- rev = "7c470ba8e15740f37c3a7a9c56331c1cc4c0b1bb";
- sha256 = "05czbkgq48jv0f9vainflikil51xiwd0h24jmmx5886wi3v1wb4c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/company-rtags";
- sha256 = "0dicxbp3xn02pflrpfndj7hs494prvz64llsk1xpc2z23kfarp6f";
- name = "recipe";
- };
- packageRequires = [ company emacs rtags ];
- meta = {
- homepage = "https://melpa.org/#/company-rtags";
- license = lib.licenses.free;
- };
- }) {};
- company-shell = callPackage ({ cl-lib ? null
- , company
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-shell";
- ename = "company-shell";
- version = "20170517.2241";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "company-shell";
- rev = "acdbf8cba6ad9831d81a77bab7bbfd50f19edd86";
- sha256 = "1dk927da7g4a39sva9bda978bx6hpiz5kf341fj8sb7xhryvh5r2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bbaa05d158f3806b9f79a2c826763166dbee56ca/recipes/company-shell";
- sha256 = "0my9jghf3s4idkgrpki8mj1lm5ichfvznb09lfwf07fjhg0q1apz";
- name = "recipe";
- };
- packageRequires = [ cl-lib company dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-shell";
- license = lib.licenses.free;
- };
- }) {};
- company-solidity = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , solidity-mode }:
- melpaBuild {
- pname = "company-solidity";
- ename = "company-solidity";
- version = "20181117.718";
- src = fetchFromGitHub {
- owner = "ethereum";
- repo = "emacs-solidity";
- rev = "d6c48a1cb64d3c8a825dc0d06c839f2cacd4d289";
- sha256 = "14v71xf3z60s1fhpsz8b3l1v4na2ds0ddcp41y412fnrg4scbrhr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e561d869f4e32bad5d1a8678f67e591ff586d6de/recipes/company-solidity";
- sha256 = "1rkja48j2m0g0azc34i715ckkqwjkb44y3b4a9vlxs8cjqza4w7q";
- name = "recipe";
- };
- packageRequires = [ cl-lib company solidity-mode ];
- meta = {
- homepage = "https://melpa.org/#/company-solidity";
- license = lib.licenses.free;
- };
- }) {};
- company-sourcekit = callPackage ({ company
- , dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sourcekit }:
- melpaBuild {
- pname = "company-sourcekit";
- ename = "company-sourcekit";
- version = "20170126.353";
- src = fetchFromGitHub {
- owner = "nathankot";
- repo = "company-sourcekit";
- rev = "8ba62ac25bf533b7f148f333bcb5c1db799f749b";
- sha256 = "01dh0wdaydiai4v13r8g05rpiwqr5qqi34wif8vbk2mrr25wc7i9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/45969cd5cd936ea61fbef4722843b0b0092d7b72/recipes/company-sourcekit";
- sha256 = "0hr5j1ginf43h4qf3fvsh3z53z0c7w5a9lhrvdwmlzj396qhqmzs";
- name = "recipe";
- };
- packageRequires = [ company dash dash-functional emacs sourcekit ];
- meta = {
- homepage = "https://melpa.org/#/company-sourcekit";
- license = lib.licenses.free;
- };
- }) {};
- company-statistics = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-statistics";
- ename = "company-statistics";
- version = "20170210.1133";
- src = fetchFromGitHub {
- owner = "company-mode";
- repo = "company-statistics";
- rev = "e62157d43b2c874d2edbd547c3bdfb05d0a7ae5c";
- sha256 = "12mwviz1mwx4ywks2lkmybbgh1wny67wkzlq5y3ml8gvyc288n3i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/89d05b43f31ec157ce8e7bfba4b7c9119bda6dd2/recipes/company-statistics";
- sha256 = "1fl4ldj17m3xhi6xbw3bp9c2jir34xv3jh9daiw8g912fv2l5dcj";
- name = "recipe";
- };
- packageRequires = [ company emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-statistics";
- license = lib.licenses.free;
- };
- }) {};
- company-suggest = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-suggest";
- ename = "company-suggest";
- version = "20180527.931";
- src = fetchFromGitHub {
- owner = "juergenhoetzel";
- repo = "company-suggest";
- rev = "81fe56fae3a3d2d3cd1be09d7eb96422a4ad6f09";
- sha256 = "0ys9m11l8csyv2p0f7b13b9l5wqn73y5m4c29rj4xf2yy5b9p8sr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9579e3366db055364829e20d3ce228bf17060b0a/recipes/company-suggest";
- sha256 = "1w5fp4mydc4av14sjb8di6jjvzfqwnasnxpf9720pk0rsj05i972";
- name = "recipe";
- };
- packageRequires = [ company emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-suggest";
- license = lib.licenses.free;
- };
- }) {};
- company-tabnine = callPackage ({ cl-lib ? null
- , company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , unicode-escape }:
- melpaBuild {
- pname = "company-tabnine";
- ename = "company-tabnine";
- version = "20181207.1531";
- src = fetchFromGitHub {
- owner = "TommyX12";
- repo = "company-tabnine";
- rev = "2d63df791027ec2bcc8956be6b7078d17f95217c";
- sha256 = "06p7z0nnal26xb3kkh3ik0q42wkn146mr15bz3c1amfpkx60y1qi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/94476897a71a271b985967334632836252eb131b/recipes/company-tabnine";
- sha256 = "1x37xacrscmh9hq9mljbgdcl3pwfn2kmn567qv0jqys8ihbzi3v7";
- name = "recipe";
- };
- packageRequires = [ cl-lib company emacs s unicode-escape ];
- meta = {
- homepage = "https://melpa.org/#/company-tabnine";
- license = lib.licenses.free;
- };
- }) {};
- company-tern = callPackage ({ cl-lib ? null
- , company
- , dash
- , dash-functional
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , tern }:
- melpaBuild {
- pname = "company-tern";
- ename = "company-tern";
- version = "20161004.1147";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "company-tern";
- rev = "b20b3e490bf277c8480712210e3c92ea489859ef";
- sha256 = "1l4b54rqwsb32r8zwwrag7s35zc3kpviafdrqkq8r1nyshg2yccm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/company-tern";
- sha256 = "17pw4jx3f1hymj6sc0ri18jz9ngggj4a41kxx14fnmmm8adqn6wh";
- name = "recipe";
- };
- packageRequires = [ cl-lib company dash dash-functional s tern ];
- meta = {
- homepage = "https://melpa.org/#/company-tern";
- license = lib.licenses.free;
- };
- }) {};
- company-terraform = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , terraform-mode }:
- melpaBuild {
- pname = "company-terraform";
- ename = "company-terraform";
- version = "20180703.533";
- src = fetchFromGitHub {
- owner = "rafalcieslak";
- repo = "emacs-company-terraform";
- rev = "9c1146bfe23d4c461f4a59577faf4e46fcca7fe9";
- sha256 = "10b23azzgy51zrrmyi29mgy74f2zkrqrqvlk0r2iz9f7fydk8dpp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d9732da975dcf59d3b311b19e20abbb29c33656/recipes/company-terraform";
- sha256 = "198ppqn6f7y9bg582z5s4cl9gg1q9ibsr7mmn68b50zvma7ankzh";
- name = "recipe";
- };
- packageRequires = [ company emacs terraform-mode ];
- meta = {
- homepage = "https://melpa.org/#/company-terraform";
- license = lib.licenses.free;
- };
- }) {};
- company-try-hard = callPackage ({ company
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-try-hard";
- ename = "company-try-hard";
- version = "20150902.1506";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "company-try-hard";
- rev = "0401e8afa6bd4d3e9d2cf18e58955b83aef93005";
- sha256 = "18hy60fm3b3dmp29cmzbs6grlihkwifjbzv30gprwj5f6x7m8knf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d65c26aee15a27cbf27fa81110b607bf38099079/recipes/company-try-hard";
- sha256 = "1rwn521dc8kxh43vcd3rf0h8jc53d4gmid3szj2msi0da1sk0mmj";
- name = "recipe";
- };
- packageRequires = [ company dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-try-hard";
- license = lib.licenses.free;
- };
- }) {};
- company-web = callPackage ({ cl-lib ? null
- , company
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-completion-data }:
- melpaBuild {
- pname = "company-web";
- ename = "company-web";
- version = "20180402.455";
- src = fetchFromGitHub {
- owner = "osv";
- repo = "company-web";
- rev = "f0cc9187c9c34f72ad71f5649a69c74f996bae9a";
- sha256 = "1xcwwcy2866vzaqgn7hrl7j8k48mk74i4shm40v7ybacws47s9nr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/company-web";
- sha256 = "1q2am684l4d038a3ymyy6gg2ds9lq5mcfc4in8dmvap5grdhia4b";
- name = "recipe";
- };
- packageRequires = [ cl-lib company dash web-completion-data ];
- meta = {
- homepage = "https://melpa.org/#/company-web";
- license = lib.licenses.free;
- };
- }) {};
- company-ycm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , ycm }:
- melpaBuild {
- pname = "company-ycm";
- ename = "company-ycm";
- version = "20140904.1117";
- src = fetchFromGitHub {
- owner = "neuromage";
- repo = "ycm.el";
- rev = "b2cb611503cf8d256fa19fc76362d7d5d9449d01";
- sha256 = "1xmmk5pg59w8cc1s9v3c65l8m388yl25ngjd0vibi22lm1k5ri8j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44e168f757cb51249db2deb9f781eff99cf6fb7c/recipes/company-ycm";
- sha256 = "1q4d63c7nr3g7q0smd55pp636vqa9lf1pkwjn9iq265369npvina";
- name = "recipe";
- };
- packageRequires = [ ycm ];
- meta = {
- homepage = "https://melpa.org/#/company-ycm";
- license = lib.licenses.free;
- };
- }) {};
- company-ycmd = callPackage ({ company
- , dash
- , deferred
- , f
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , s
- , ycmd }:
- melpaBuild {
- pname = "company-ycmd";
- ename = "company-ycmd";
- version = "20180520.353";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "emacs-ycmd";
- rev = "966594701c1eef1f6d4dad0c71c6d43a029977d7";
- sha256 = "05b8l82l3p15r072zhmmwpcnxyyyrhzka5gc3vkzz2sa7wa7sp7j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/company-ycmd";
- sha256 = "1dycbp2q8grvv94mwp9n8s7xpz2zjs05l3lf471j3nlbk6xfsn5d";
- name = "recipe";
- };
- packageRequires = [ company dash deferred f let-alist s ycmd ];
- meta = {
- homepage = "https://melpa.org/#/company-ycmd";
- license = lib.licenses.free;
- };
- }) {};
- composable = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "composable";
- ename = "composable";
- version = "20190520.909";
- src = fetchFromGitHub {
- owner = "paldepind";
- repo = "composable.el";
- rev = "f5e6cf4d9fb41ab1d09bfac9aa7f5e8cf5e1d794";
- sha256 = "094ds242xg0dxrpq18ab3qzs8dcpn2w5w0b0r6hn7ws76aq2bayh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1fc0f076198e4be46a33a26eea9f2d273dda12b8/recipes/composable";
- sha256 = "1fs4pczjn9sv12sladf6zbkz0cmzxr0jaqkiwryydal1l5nqqxcy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/composable";
- license = lib.licenses.free;
- };
- }) {};
- composer = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , php-runtime
- , request
- , s
- , seq }:
- melpaBuild {
- pname = "composer";
- ename = "composer";
- version = "20180923.440";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "composer.el";
- rev = "6c1578b2352c81cc9a22616a70db2a14b7d2b67f";
- sha256 = "0fijw3kcl4vyc5x7a1syqslsj13mwkq1k3bs4p60v2jg1fxqarrb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/composer";
- sha256 = "01w9cywhfngkrl9az8kfpzm12nc0zwmax01pyxlbi2l2icmvp5s1";
- name = "recipe";
- };
- packageRequires = [ emacs f php-runtime request s seq ];
- meta = {
- homepage = "https://melpa.org/#/composer";
- license = lib.licenses.free;
- };
- }) {};
- concurrent = callPackage ({ deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "concurrent";
- ename = "concurrent";
- version = "20161228.1930";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-deferred";
- rev = "9668749635472a63e7a9282e2124325405199b79";
- sha256 = "1ch5br9alvwcpijl9g8w5ypjrah29alpfpk4hjw23rwzyq5p4izq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bc29a8d518ce7a584277089bd4654f52ac0f358/recipes/concurrent";
- sha256 = "09wjw69bqrr3424h0mpb2kr5ixh96syjjsqrcyd7z2lsas5ldpnf";
- name = "recipe";
- };
- packageRequires = [ deferred emacs ];
- meta = {
- homepage = "https://melpa.org/#/concurrent";
- license = lib.licenses.free;
- };
- }) {};
- conda = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "conda";
- ename = "conda";
- version = "20190531.1107";
- src = fetchFromGitHub {
- owner = "necaris";
- repo = "conda.el";
- rev = "7f2461b268af1d321f41cbf299a07f00f7305426";
- sha256 = "1ccdl0836mm640qsxsf1ijxa6j4kzkjd7g38vldmji9jp25wyzac";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fcf762e34837975f5440a1d81a7f09699778123e/recipes/conda";
- sha256 = "1hi292h6ccl7vkvyxcwwcdxw8q2brv3hy0mnlikzj2qy5pbnfg4y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/conda";
- license = lib.licenses.free;
- };
- }) {};
- config-general-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "config-general-mode";
- ename = "config-general-mode";
- version = "20171024.1140";
- src = fetchFromGitHub {
- owner = "TLINDEN";
- repo = "config-general-mode";
- rev = "b4a8e6ba0bb027a77e4a0f701409f3e57bb2e4c0";
- sha256 = "115sk0h6i1bfnxw1v11719926cvnq7gyisjcysvkam40hp3d5fx5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/config-general-mode";
- sha256 = "1pqivnyb1yljzs3fd554s0971wr9y6g1dx3lgym9gi5jhpyza38z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/config-general-mode";
- license = lib.licenses.free;
- };
- }) {};
- config-parser = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "config-parser";
- ename = "config-parser";
- version = "20160426.519";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "el-config-parser";
- rev = "85d559e7889d8f5b98b8794b79426ae25ec3caa5";
- sha256 = "09vq7hcsw4027whn3xrnfz9hkgkakva619hyz0zfgpvppqah9n1p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8fc040eebe72b278e3bd69212b207446cf4a5f06/recipes/config-parser";
- sha256 = "0wncg1v4wccb9j16rcmwz8fcmrscj7knfisq0r4qqx3skrmpccah";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/config-parser";
- license = lib.licenses.free;
- };
- }) {};
- confluence = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xml-rpc }:
- melpaBuild {
- pname = "confluence";
- ename = "confluence";
- version = "20151020.1828";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "confluence";
- rev = "442d6e14b51f8322fb7f0fe30682d2429f48ed73";
- sha256 = "18859zi60s2y79add998vxh084znbdxxq31m12flg7makxlamyh7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/30de78c9cf83de30093a5647976eeaf552d4b2cb/recipes/confluence";
- sha256 = "0xa2g168mm31kh5h7smhx35cjsk1js88nzs19yakjljf56b1khlf";
- name = "recipe";
- };
- packageRequires = [ xml-rpc ];
- meta = {
- homepage = "https://melpa.org/#/confluence";
- license = lib.licenses.free;
- };
- }) {};
- conkeror-minor-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "conkeror-minor-mode";
- ename = "conkeror-minor-mode";
- version = "20150114.804";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "conkeror-minor-mode";
- rev = "476e81c27b056e21c192391fe674a2bf875466b0";
- sha256 = "0sz3qx1bn0lwjhka2l6wfl4b5486ji9dklgjs7fdlkg3dgpp1ahx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/conkeror-minor-mode";
- sha256 = "1ch108f20k7xbf79azsp31hh4wmw7iycsxddcszgxkbm7pj11933";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/conkeror-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- conllu-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , hydra
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "conllu-mode";
- ename = "conllu-mode";
- version = "20190215.1243";
- src = fetchFromGitHub {
- owner = "odanoburu";
- repo = "conllu-mode";
- rev = "21d337937290c5bac3f578996ed8d672a916adc0";
- sha256 = "0sh0dqa6jr16pfg587d4hh65pyg9dk0p781ipqli17dmr8x0gi69";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/444f943baddfeafe29708d6d68aeeeedbb7aa7bd/recipes/conllu-mode";
- sha256 = "1wffvvs8d0xcnz6mcm9rbr8imyj4npyc148yh0gzfzlgjm0fiz1v";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs flycheck hydra s ];
- meta = {
- homepage = "https://melpa.org/#/conllu-mode";
- license = lib.licenses.free;
- };
- }) {};
- connection = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "connection";
- ename = "connection";
- version = "20140717.2029";
- src = fetchFromGitHub {
- owner = "myrkr";
- repo = "dictionary-el";
- rev = "a5619fb275520d699eaae214e41ebcfde23c17f3";
- sha256 = "176w46j3m343vlkjn9jyaaz3ikzdzxffrvhalgc76ydw9wyivbf8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b08ed7b90e3283e177eff57cb02b12a093dc258/recipes/connection";
- sha256 = "1y68d2kay8p5vapailxhrc5dl7b8k8nkvp7pa54md3fsivwp1d0q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/connection";
- license = lib.licenses.free;
- };
- }) {};
- constant-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "constant-theme";
- ename = "constant-theme";
- version = "20180921.312";
- src = fetchFromGitHub {
- owner = "Jannis";
- repo = "emacs-constant-theme";
- rev = "0feb9f99d708633d62fa548c953ebbe68fd70de0";
- sha256 = "14w92qh791zz22c1r47ncglh92ifgqxmz0pk5w61ka7zi7xqylg1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/constant-theme";
- sha256 = "13m4r37gscnqg3qmb0rs2r8sslp0irm7n4p6p496mmvljvjmpv6b";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/constant-theme";
- license = lib.licenses.free;
- };
- }) {};
- contextual = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "contextual";
- ename = "contextual";
- version = "20180726.100";
- src = fetchFromGitHub {
- owner = "e-user";
- repo = "contextual";
- rev = "7ad2bb36426fd182d4d5ee7fd9be1cc0db8c7a84";
- sha256 = "0zk85y01w23zb9x60bc5w4q3p40cnyk9bsc6pd5h85rlaazbrpby";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de20db067590624bbd2ca5a7a537b7f11ada84f2/recipes/contextual";
- sha256 = "1xwjjchmn3xqxbgvqishh8i75scc4kjgdzlp5j64d443pfgyr56a";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/contextual";
- license = lib.licenses.free;
- };
- }) {};
- contextual-menubar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "contextual-menubar";
- ename = "contextual-menubar";
- version = "20180204.2309";
- src = fetchFromGitHub {
- owner = "aaronjensen";
- repo = "contextual-menubar";
- rev = "f76f55232ac07df76ef9a334a0c527dfab97c40b";
- sha256 = "0zks4w99nbhz1xvr67isgg6yjghpzbh5s5wd839zi0ly30x4riqf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cba21d98f3abbf1f45d1fdd9164d4660b7d3e368/recipes/contextual-menubar";
- sha256 = "0r9bsnvf45h7gsdfhsz7h02nskjvflfa2yjarjv9fcl7aipz8rr6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/contextual-menubar";
- license = lib.licenses.free;
- };
- }) {};
- contrast-color = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "contrast-color";
- ename = "contrast-color";
- version = "20160903.1107";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "contrast-color-el";
- rev = "6ff1b807e09ef6a775e4ab1032bb2ea3fc442d9e";
- sha256 = "1qvx00yrkl0zf2bnb46gw18nrhg3gwlc0az622bh5brckpn9dasv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a13602e10a5fa889d0e094eff5b74a39023a477/recipes/contrast-color";
- sha256 = "0pa88mfla7g7wpia0q1lkv2dncw63ivvh83hf73f75a22rvl8jcx";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/contrast-color";
- license = lib.licenses.free;
- };
- }) {};
- control-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "control-mode";
- ename = "control-mode";
- version = "20160624.1010";
- src = fetchFromGitHub {
- owner = "stephendavidmarsh";
- repo = "control-mode";
- rev = "6bf487144119b03f9cc54168f70e3d7d8d84e22b";
- sha256 = "0y6a0fcz6ic5ai5jibyd740mclzx88x3l6wp2vs8rw6qs15cr7xf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/control-mode";
- sha256 = "1biq4p2w8rqcbvr09gxbchjqlaixjf1fzv7xv8lpv81dlhi7dgz6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/control-mode";
- license = lib.licenses.free;
- };
- }) {};
- copy-as-format = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "copy-as-format";
- ename = "copy-as-format";
- version = "20190522.1958";
- src = fetchFromGitHub {
- owner = "sshaw";
- repo = "copy-as-format";
- rev = "a0962b670e26b723ce304b14e3397da453aef84e";
- sha256 = "0amgnl9d9sh69dh76vfb7ar6m995nka5zs3swa1pmqqnrmp8nr1w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42fe8a2113d1c15701abe7a7e0a68e939c3d789b/recipes/copy-as-format";
- sha256 = "1yij5mqm0dg6326yms0a2w8gs42kdxq0ih8dhkpdar54r0bk3m8k";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/copy-as-format";
- license = lib.licenses.free;
- };
- }) {};
- copy-file-on-save = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "copy-file-on-save";
- ename = "copy-file-on-save";
- version = "20180604.719";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "emacs-auto-deployment";
- rev = "5af6d5fcc35ddf9050eada96fd5f334bf0661b62";
- sha256 = "1q9liby1dmwwmg2jz13gx2ld47bpcqb9c7vx4qgky75wb5c2q1xz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/copy-file-on-save";
- sha256 = "1mcwgkhd241aijnmzrrqqn9f7hiq5k1w4fj83v50aixrcs049gc3";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/copy-file-on-save";
- license = lib.licenses.free;
- };
- }) {};
- copyit = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "copyit";
- ename = "copyit";
- version = "20161126.429";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "emacs-copyit";
- rev = "f50d033b129d467fb517a351adf3f16cabd82a62";
- sha256 = "1s1ddwxgvig7skibicm9j8jii651n1v5ivfj4j6d1kkc79lpq69n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69bd50fd1f3865d48cec9fe2680d260d746248e5/recipes/copyit";
- sha256 = "1m28irqixzl44c683dxvc5x6l3qcqlpy6jzk6629paqkdi5mx1c0";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs s ];
- meta = {
- homepage = "https://melpa.org/#/copyit";
- license = lib.licenses.free;
- };
- }) {};
- copyit-pandoc = callPackage ({ copyit
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pandoc }:
- melpaBuild {
- pname = "copyit-pandoc";
- ename = "copyit-pandoc";
- version = "20160624.1328";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "emacs-copyit";
- rev = "c973d3650208a033aaf845989d023f9c6e572ddd";
- sha256 = "1fwndjbzwhl4dzrw5jxbq66yggxkl81ga3cnnl7rm3s63pkb6l3w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69bd50fd1f3865d48cec9fe2680d260d746248e5/recipes/copyit-pandoc";
- sha256 = "03v448gh6glq126r95w4y6s2p08jgjhkc6zgsplx0v9d5f2mwaqk";
- name = "recipe";
- };
- packageRequires = [ copyit emacs pandoc ];
- meta = {
- homepage = "https://melpa.org/#/copyit-pandoc";
- license = lib.licenses.free;
- };
- }) {};
- coq-commenter = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "coq-commenter";
- ename = "coq-commenter";
- version = "20170822.1609";
- src = fetchFromGitHub {
- owner = "Ailrun";
- repo = "coq-commenter";
- rev = "7fe9a2cc0ebdb0b1e54a24eb7971d757fb588ac3";
- sha256 = "1rq0j6ds9snv21k2lzyja96qxxz8nrai5aj1k1si9zshld28mapx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/coq-commenter";
- sha256 = "1d6a40f8b4r8x08sy7qs335c9z744xmll326qzsjmxiqdkjv7h2k";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash s ];
- meta = {
- homepage = "https://melpa.org/#/coq-commenter";
- license = lib.licenses.free;
- };
- }) {};
- corral = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "corral";
- ename = "corral";
- version = "20160502.1";
- src = fetchFromGitHub {
- owner = "nivekuil";
- repo = "corral";
- rev = "8813288de240956641b37deafaaa4811548246df";
- sha256 = "06l2imhxm6dijkqlhk9s0vsa5a0ghybpy7qk7wpkgv0dlm3k3w7n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7b0d7e326f0401de0488b77d39af7bd7b8e8fdd4/recipes/corral";
- sha256 = "1drccqk4qzkgvkgkzlrrfd1dcgj8ziqriijrjihrzjgjsbpzv6da";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/corral";
- license = lib.licenses.free;
- };
- }) {};
- cosmo = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cosmo";
- ename = "cosmo";
- version = "20170922.44";
- src = fetchFromGitLab {
- owner = "montanari";
- repo = "cosmo-el";
- rev = "dd83b09a49a2843606b28279b674b2207040b36b";
- sha256 = "0phcg81g3dy67s1hfymvj0lkcpwygwql8iixf940nv31qllgzvd7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3ab914dfefcddf6ecd65261bc11bd3eb12929c79/recipes/cosmo";
- sha256 = "1pk34d0kv1jm2fq72qa5lj0y39x1yf2nbkjjg8jcj8ari28h9vfk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cosmo";
- license = lib.licenses.free;
- };
- }) {};
- counsel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , swiper }:
- melpaBuild {
- pname = "counsel";
- ename = "counsel";
- version = "20190604.357";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "swiper";
- rev = "92d5335caee6c8240fc2e0123858d2b239bffe0d";
- sha256 = "0ldg6viwrn16wq6rd01jwq1ichad6z5h63zrqk9xwqd1p7b8vmjr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06c50f32b8d603db0d70e77907e36862cd66b811/recipes/counsel";
- sha256 = "0y8cb2q4mqvzan5n8ws5pjpm7bkjcghg5q19mzc3gqrq9vrvyzi6";
- name = "recipe";
- };
- packageRequires = [ emacs swiper ];
- meta = {
- homepage = "https://melpa.org/#/counsel";
- license = lib.licenses.free;
- };
- }) {};
- counsel-bbdb = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-bbdb";
- ename = "counsel-bbdb";
- version = "20181128.520";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "counsel-bbdb";
- rev = "df2890deb73b09f8055243bd91942ea887d9b7a1";
- sha256 = "0bki658mvlchqf3prkzxz4217a95cxm58c1qmf84yp2n8h6gd0d8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0ed9bcdb1f25a6dd743c1dac2bb6cda73a5a5dc2/recipes/counsel-bbdb";
- sha256 = "14d9mk44skpmyj0zkqwz97j80r630j7s5hfrrhlsafdpl5aafjxp";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/counsel-bbdb";
- license = lib.licenses.free;
- };
- }) {};
- counsel-codesearch = callPackage ({ codesearch
- , counsel
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-codesearch";
- ename = "counsel-codesearch";
- version = "20180925.103";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "emacs-counsel-codesearch";
- rev = "b7989fad3e06f301c31d5e896c42b6cc549a0e0c";
- sha256 = "1qv82nvj0kddmajm6pniadnz96mqz8rhl0g2w2z5834r48higxqv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d3404c3cdfa6654ad80378ab258f0df68a6beeb9/recipes/counsel-codesearch";
- sha256 = "0y547cfxjq59zvi36av0rd1wdydf8d96ma438ja0x726f53nxd3g";
- name = "recipe";
- };
- packageRequires = [ codesearch counsel emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/counsel-codesearch";
- license = lib.licenses.free;
- };
- }) {};
- counsel-css = callPackage ({ cl-lib ? null
- , counsel
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-css";
- ename = "counsel-css";
- version = "20180302.236";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-counsel-css";
- rev = "0536af00236cdce1ed08b40dd46c917e8b4b8869";
- sha256 = "04qm5dqxnl4s0axbrin7a7dpj3h8rx096q01bwzfs10qsdx3l7c0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/519a05a9f0e43f3e1dfac75759346476bfc40772/recipes/counsel-css";
- sha256 = "1sckfq8kv68q1anqmslrvhcf83m7b5r0clny6q33b9x0qypkv9xp";
- name = "recipe";
- };
- packageRequires = [ cl-lib counsel emacs ];
- meta = {
- homepage = "https://melpa.org/#/counsel-css";
- license = lib.licenses.free;
- };
- }) {};
- counsel-dash = callPackage ({ cl-lib ? null
- , counsel
- , dash-docs
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-dash";
- ename = "counsel-dash";
- version = "20190510.8";
- src = fetchFromGitHub {
- owner = "nathankot";
- repo = "counsel-dash";
- rev = "5856b8766956428c183a2df911a05f845d014041";
- sha256 = "1x0y6w5ivicckllznvljad42hgmbnilkrx9bz7rs4clr1baxzvyh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0f8af4d854f972bfed3d2122b4c089f72d8b5f2a/recipes/counsel-dash";
- sha256 = "0pzh8ww1p2jb859gdjr5ypya3rwhiyg3c79xhx8filxrqxgjv5fk";
- name = "recipe";
- };
- packageRequires = [ cl-lib counsel dash-docs emacs ];
- meta = {
- homepage = "https://melpa.org/#/counsel-dash";
- license = lib.licenses.free;
- };
- }) {};
- counsel-etags = callPackage ({ counsel
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-etags";
- ename = "counsel-etags";
- version = "20190603.1945";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "counsel-etags";
- rev = "fbeedab4ef1a3ea7ec3071580a31a4578d2c79ea";
- sha256 = "19d6a1q8is1yjq4mc6p2hqwwwfwamnlj4xlpfa3z482zqs812xly";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/87528349a3ab305bfe98f30c5404913272817a38/recipes/counsel-etags";
- sha256 = "1h3dlczm1m21d4h41vz9ngg5fi02g6f95qalfxdnsvz0d4w4yxk0";
- name = "recipe";
- };
- packageRequires = [ counsel emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/counsel-etags";
- license = lib.licenses.free;
- };
- }) {};
- counsel-gtags = callPackage ({ counsel
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "counsel-gtags";
- ename = "counsel-gtags";
- version = "20190422.801";
- src = fetchFromGitHub {
- owner = "FelipeLema";
- repo = "emacs-counsel-gtags";
- rev = "3ebfd4159856e9dbd9531b2a43410f72175a90bb";
- sha256 = "08n11nvf7p6clmha8r50r2fzp9f4nmrcm8j6byvn99vazdvych7p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe8fe6af7826a4b73ac784fde8859130b9ad7096/recipes/counsel-gtags";
- sha256 = "1vxxcqijn3nab4146p06vhw6dn8zwb7arbk1610bajsvkyid428y";
- name = "recipe";
- };
- packageRequires = [ counsel emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/counsel-gtags";
- license = lib.licenses.free;
- };
- }) {};
- counsel-notmuch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , notmuch
- , s }:
- melpaBuild {
- pname = "counsel-notmuch";
- ename = "counsel-notmuch";
- version = "20181203.135";
- src = fetchFromGitHub {
- owner = "fuxialexander";
- repo = "counsel-notmuch";
- rev = "a4a1562935e4180c42524c51609d1283e9be0688";
- sha256 = "01k1321d961kc2i660a5595bqk0d85f16snsxngsn5si6y83kqr7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/54fe0be4e8e8b90cd2dc3cc8b9c573694c8f773b/recipes/counsel-notmuch";
- sha256 = "1n4jp9fa5fbv55am0w1b832ncdih8gi6xflwabpwqqj4k5mj94p1";
- name = "recipe";
- };
- packageRequires = [ emacs ivy notmuch s ];
- meta = {
- homepage = "https://melpa.org/#/counsel-notmuch";
- license = lib.licenses.free;
- };
- }) {};
- counsel-org-capture-string = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-org-capture-string";
- ename = "counsel-org-capture-string";
- version = "20180816.24";
- src = fetchFromGitHub {
- owner = "akirak";
- repo = "counsel-org-capture-string";
- rev = "0fd5d72397a9268a89dd26de2a6c355f127453ac";
- sha256 = "19ijjiidxxysvkz9vnsgiymxd7w7zcs5bazn7dmahp5yaprlsjld";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/380d58ac9487f2fb1d4a791008fa60fb7165e7e3/recipes/counsel-org-capture-string";
- sha256 = "1jqp4qscv8shx1kfnrm6642a83ba3rpzm7v9hz46j3aw6f3psw9g";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/counsel-org-capture-string";
- license = lib.licenses.free;
- };
- }) {};
- counsel-org-clock = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-org-clock";
- ename = "counsel-org-clock";
- version = "20190406.2048";
- src = fetchFromGitHub {
- owner = "akirak";
- repo = "counsel-org-clock";
- rev = "ddf6b89652e4dbc0be5e8719213e7673c83959f1";
- sha256 = "1fd8ll7jcfmy2dhhhsqh1l6wqfklma54bqpb4jnxmdn2w9p3ndmn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d21e10ba82b4ae0f8101031be16bc5f7e80ba5d5/recipes/counsel-org-clock";
- sha256 = "16pai05qqaw31ghdy1h164qy56mqsdsf2925i0qhlhysslkki8gh";
- name = "recipe";
- };
- packageRequires = [ dash emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/counsel-org-clock";
- license = lib.licenses.free;
- };
- }) {};
- counsel-osx-app = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-osx-app";
- ename = "counsel-osx-app";
- version = "20160821.109";
- src = fetchFromGitHub {
- owner = "d12frosted";
- repo = "counsel-osx-app";
- rev = "5cc93ec684f837dc31ce20e7625407f2c0445691";
- sha256 = "03gnxk2midiczq5w1k69ddhnlhml1pnwr9yjaw3b30dgv6r29dpw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/926d0ab3d62d7114d6997944521b66ab969f6830/recipes/counsel-osx-app";
- sha256 = "0zc74szalyazbvi0lh3zy08kb8kzlwcwnc8d1sj5n23ymvvs5nn3";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/counsel-osx-app";
- license = lib.licenses.free;
- };
- }) {};
- counsel-projectile = callPackage ({ counsel
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "counsel-projectile";
- ename = "counsel-projectile";
- version = "20190325.156";
- src = fetchFromGitHub {
- owner = "ericdanan";
- repo = "counsel-projectile";
- rev = "fb19569c9799e3edac7504d21a5ecf49231e9500";
- sha256 = "0n9rjqhplapxiwja5dap03frdvbd6y4i5q4ballmyrgg5pnc8l5k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/389f16f886a385b02f466540f042a16eea8ba792/recipes/counsel-projectile";
- sha256 = "1gshphxaa902kq878rnizn3k1zycakwqkciz92z3xxb3bdyy0hnl";
- name = "recipe";
- };
- packageRequires = [ counsel projectile ];
- meta = {
- homepage = "https://melpa.org/#/counsel-projectile";
- license = lib.licenses.free;
- };
- }) {};
- counsel-pydoc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-pydoc";
- ename = "counsel-pydoc";
- version = "20171018.1342";
- src = fetchFromGitHub {
- owner = "co-dh";
- repo = "pydoc_utils";
- rev = "08a4a1020da3d06604156303024c8a5e31ec36e4";
- sha256 = "0658pm99vnm50xq2c79mdbywrgmbs0wwl90hnc493652bznrsgmc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/110939c12b4e042a486e97be4c2a2426c5978ca6/recipes/counsel-pydoc";
- sha256 = "1a3vwh4jf5y03z95bd4blk75n6wjd24l6yw6vpr3991bi4qrxclz";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/counsel-pydoc";
- license = lib.licenses.free;
- };
- }) {};
- counsel-spotify = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-spotify";
- ename = "counsel-spotify";
- version = "20190406.1325";
- src = fetchFromGitHub {
- owner = "Lautaro-Garcia";
- repo = "counsel-spotify";
- rev = "f484e6efd3994704cfd16c87c298fbfa12d442cc";
- sha256 = "0b5hykw3n96f0m50176hk639sbzdykhnp52xlp8g6l7p807x27w9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b386462518a5ebb6454f4d01582df98395239bcc/recipes/counsel-spotify";
- sha256 = "1xs4km5vjhn6dnlmrscz7airip07n1ppybp8mr17hinb8scfpv47";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/counsel-spotify";
- license = lib.licenses.free;
- };
- }) {};
- counsel-tramp = callPackage ({ counsel
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-tramp";
- ename = "counsel-tramp";
- version = "20190524.146";
- src = fetchFromGitHub {
- owner = "masasam";
- repo = "emacs-counsel-tramp";
- rev = "5ed06027a313b27ab17a8c8fabbc30c0e424c3b2";
- sha256 = "1qy9lf7cyv6hp9mmpwh92cpdcffbxzyzchx6878d5pmk9qh6xy92";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1822b735b6bd533f658bd64ddccda29e19e9a5e/recipes/counsel-tramp";
- sha256 = "1ga57v6whnpigciw54k3hs0idq4cbl35qrysarik72f46by859v5";
- name = "recipe";
- };
- packageRequires = [ counsel emacs ];
- meta = {
- homepage = "https://melpa.org/#/counsel-tramp";
- license = lib.licenses.free;
- };
- }) {};
- counsel-world-clock = callPackage ({ fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "counsel-world-clock";
- ename = "counsel-world-clock";
- version = "20171201.2337";
- src = fetchFromGitHub {
- owner = "kchenphy";
- repo = "counsel-world-clock";
- rev = "9834461002e1ea0c1669705e7a2b99dec969bb30";
- sha256 = "1gkbcq7fkh08cwmbf1q99s2m5hcja73vl8bfdx2iif74f81p89jf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d9da8c45e7d06647f9591d80e83f851a7f3af85/recipes/counsel-world-clock";
- sha256 = "151vm7g7g0jwjlp0wrwlxrjnh9qsckc10whkfgaz9czzvvmsf4cv";
- name = "recipe";
- };
- packageRequires = [ ivy s ];
- meta = {
- homepage = "https://melpa.org/#/counsel-world-clock";
- license = lib.licenses.free;
- };
- }) {};
- countdown = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , stream }:
- melpaBuild {
- pname = "countdown";
- ename = "countdown";
- version = "20190527.436";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "countdown.el";
- rev = "c60b6ff13a2c36e731132ef8775b7d09c5ad963d";
- sha256 = "1vws72q9yl3s65f3qsn2s4s6sv1fl1y8l8yc7lspxpscskp277p9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce30233b21be706ab3aaeeb61d5110143fa47c89/recipes/countdown";
- sha256 = "0rjhc54f5dj55442b44yhvpicg98jg1jj1n0bv6alx699575vmym";
- name = "recipe";
- };
- packageRequires = [ emacs stream ];
- meta = {
- homepage = "https://melpa.org/#/countdown";
- license = lib.licenses.free;
- };
- }) {};
- cov = callPackage ({ elquery
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "cov";
- ename = "cov";
- version = "20180415.1331";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "cov";
- rev = "2371d01e6b2928eb6cee6b7bfa8d50f96c47e750";
- sha256 = "1z1092xyn2zlmggp7dkr7cynmvrr4hjdsq2pgnri5lizp3bjyd4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d0f35ce436ac157955d6f92de96e14bef9ad69e3/recipes/cov";
- sha256 = "02wk8ikanl5lcwqb9wqc8xx5vwzhn2hpqpxdchg5mdi7fifa1rni";
- name = "recipe";
- };
- packageRequires = [ elquery emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/cov";
- license = lib.licenses.free;
- };
- }) {};
- coverage = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , ov }:
- melpaBuild {
- pname = "coverage";
- ename = "coverage";
- version = "20180226.2057";
- src = fetchFromGitHub {
- owner = "trezona-lecomte";
- repo = "coverage";
- rev = "c73d984168955ca0f47f44b0464aa45282df42b6";
- sha256 = "1kn61j91x4r4kc498y2jas5il4pc4qzhkj8392g2qiq5m3lbv4vl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cd70e138534551dd12ba4d165ba56fbd1e033241/recipes/coverage";
- sha256 = "0ja7wsx2sj0h01sk1l3c0aidbs1ld4gj3kiwq6brs7r018sz45pm";
- name = "recipe";
- };
- packageRequires = [ cl-lib ov ];
- meta = {
- homepage = "https://melpa.org/#/coverage";
- license = lib.licenses.free;
- };
- }) {};
- coverlay = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "coverlay";
- ename = "coverlay";
- version = "20190414.240";
- src = fetchFromGitHub {
- owner = "twada";
- repo = "coverlay.el";
- rev = "0beae208d0e7d746a94385428bd61aa5cd7ea828";
- sha256 = "1qf1s0997n6bfx50bd0jln25p7z6y8pfibijnbqcg2011xmv5dqh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/coverlay";
- sha256 = "1n0fblacwps94mhbdwpi22frhqp3pxg4323ghb79rvszb7in9i8j";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/coverlay";
- license = lib.licenses.free;
- };
- }) {};
- cp5022x = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cp5022x";
- ename = "cp5022x";
- version = "20120323.1635";
- src = fetchFromGitHub {
- owner = "awasira";
- repo = "cp5022x.el";
- rev = "ea7327dd75e54539576916f592ae1be98179ae35";
- sha256 = "1z67x4a0aricd9q6i2w33k74alddl6w0rijjhzyxwml7ibhbvphz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/761fcb0ff07d9746d68e9946c8b46e50c67cd1d8/recipes/cp5022x";
- sha256 = "0v1jhkix01l299m67jag43rnps68m19zy83vvdglxa8dj3naz5dl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cp5022x";
- license = lib.licenses.free;
- };
- }) {};
- cpanfile-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cpanfile-mode";
- ename = "cpanfile-mode";
- version = "20161001.10";
- src = fetchFromGitHub {
- owner = "zakame";
- repo = "cpanfile-mode";
- rev = "b09908b4342b3aa97940159dbe91ac074ec98e0b";
- sha256 = "12nbfgvhd8gxakq787i1v3h2kcn1r76f9lhqx44gjwqy3yx201i5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/673e828a076ad806cdb69102a9d55f80ace45670/recipes/cpanfile-mode";
- sha256 = "1sflykfrhx9sn5dqlaa4s7w34nczh4xqwcig5rmlpwj9yl2mk2dm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cpanfile-mode";
- license = lib.licenses.free;
- };
- }) {};
- cpputils-cmake = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cpputils-cmake";
- ename = "cpputils-cmake";
- version = "20181005.2028";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "cpputils-cmake";
- rev = "64b2b05eff5398b4cd522e66efaf14553ab18ff4";
- sha256 = "0kmqk0ba9cacss3m34a8sdnmdir4ci7mv3j176ylm5af0x9yqc45";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b84a159e97f7161d0705da5dd5e8c34ae5cb848/recipes/cpputils-cmake";
- sha256 = "0fswmmmrjv897n51nidmn8gs8yp00595g35vwjafsq6rzfg58j60";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cpputils-cmake";
- license = lib.licenses.free;
- };
- }) {};
- cql-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cql-mode";
- ename = "cql-mode";
- version = "20190314.1925";
- src = fetchFromGitHub {
- owner = "Yuki-Inoue";
- repo = "cql-mode";
- rev = "d400c046850d3cf404778b2c47d6be4ff84ca04b";
- sha256 = "016fs984fbn9k6q17mpxq8gbpspai71r52da8aq31f3jijxmrh5a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1084dd0ec0f2e8fe6fa8e97b322833c14e8e59d1/recipes/cql-mode";
- sha256 = "0wdal8w0i73xjak2g0wazs54z957f4lj4n8qdmzpcylzpl1lqd88";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cql-mode";
- license = lib.licenses.free;
- };
- }) {};
- cquery = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild }:
- melpaBuild {
- pname = "cquery";
- ename = "cquery";
- version = "20190117.2142";
- src = fetchFromGitHub {
- owner = "cquery-project";
- repo = "emacs-cquery";
- rev = "555e50984ebda177421fdcdc8c76cb29235d9694";
- sha256 = "1d1m1lgc93fkg7dxb8d6ch68vh6w1zp3yy31bv78vaz8siqrmk16";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3cd3bffff0d2564c39735f844f9a02a660272caa/recipes/cquery";
- sha256 = "01mw6aqiazpzcn6h5h5xcnra8a04yg1ibvpfajx70m5iw9f5w6l6";
- name = "recipe";
- };
- packageRequires = [ dash emacs lsp-mode ];
- meta = {
- homepage = "https://melpa.org/#/cquery";
- license = lib.licenses.free;
- };
- }) {};
- crappy-jsp-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "crappy-jsp-mode";
- ename = "crappy-jsp-mode";
- version = "20140311.231";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "crappy-jsp-mode";
- rev = "6c45ab92b452411cc0fab9bcee2f456276b4fc40";
- sha256 = "12g6l6xlbs9h24q5lk8yjgk91xqd7r3v7r6czy10r09cmfjmkxbb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/crappy-jsp-mode";
- sha256 = "17m404kdz9avihz52xd7hn5qx06a6k74gmn0gbhly4gl84w3zc6y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/crappy-jsp-mode";
- license = lib.licenses.free;
- };
- }) {};
- creamsody-theme = callPackage ({ autothemer
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "creamsody-theme";
- ename = "creamsody-theme";
- version = "20170222.258";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-theme-creamsody";
- rev = "32fa3f4e461da92700523b1b20e7b28974c19a26";
- sha256 = "01q1l8ajw6lpp1bb4yp8r70d86hcl4hy0mz7x1hzqsvb7flhppp0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/488f95b9e425726d641120130d894babcc3b3e85/recipes/creamsody-theme";
- sha256 = "0l3mq43bszxrz0bxmxb76drp4c8721cw8akgk3l5a800wqbfp2l7";
- name = "recipe";
- };
- packageRequires = [ autothemer ];
- meta = {
- homepage = "https://melpa.org/#/creamsody-theme";
- license = lib.licenses.free;
- };
- }) {};
- creds = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "creds";
- ename = "creds";
- version = "20140510.1006";
- src = fetchFromGitHub {
- owner = "ardumont";
- repo = "emacs-creds";
- rev = "00ebefd10005c170b790a01380cb6a98f798ce5c";
- sha256 = "169ai0xkh3988racnhaapxw0v1pbxvcaq470x1qacdzdpka4a7bs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81b032049ccc3837e8693f010b39716912f76bba/recipes/creds";
- sha256 = "0n11xxaf93bbc9ih25wj09zzw4sj32wb99qig4zcy8bpkl5y3llk";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/creds";
- license = lib.licenses.free;
- };
- }) {};
- creole = callPackage ({ fetchFromGitHub
- , fetchurl
- , kv
- , lib
- , melpaBuild
- , noflet }:
- melpaBuild {
- pname = "creole";
- ename = "creole";
- version = "20140924.800";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "elwikicreole";
- rev = "7d5cffe93857f6c75ca09ac79c0e47b8d4410e53";
- sha256 = "18c4jfjnhb7asdhwj41g06cp9rz5xd7bbx2s1xvk6gahay27rlrv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/creole";
- sha256 = "1q1c6f953g39xal1p7rj8dlcx2crk5cz1q07zp8bgp5jx4nd2z9n";
- name = "recipe";
- };
- packageRequires = [ kv noflet ];
- meta = {
- homepage = "https://melpa.org/#/creole";
- license = lib.licenses.free;
- };
- }) {};
- creole-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "creole-mode";
- ename = "creole-mode";
- version = "20130721.1750";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "creole-mode";
- rev = "b5e79b2ec5f19fb5aacf689b5febc3e0b61515c4";
- sha256 = "0japww5x89vd1ahjm2bc3biz6wxv94vvqq5fyyzkqsblgk5bys0h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f04f93ab9482dbabfdbe3f0c8186c62a9a80c8b3/recipes/creole-mode";
- sha256 = "1lj9a0bgn7lmc2wyjzzvmpaz1f1spj02l51ki2wydjbfhxq61k0s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/creole-mode";
- license = lib.licenses.free;
- };
- }) {};
- cricbuzz = callPackage ({ dash
- , enlive
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "cricbuzz";
- ename = "cricbuzz";
- version = "20180804.1554";
- src = fetchFromGitHub {
- owner = "lepisma";
- repo = "cricbuzz.el";
- rev = "0b95d45991bbcd2fa58d96ce921f6a57ba42c153";
- sha256 = "1s77a2lfy7nnaxm3ai9dg8lbdxp0892z4gr0yxqrgzawc4qcbb3x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/cricbuzz";
- sha256 = "18nmr7rpbylqgfx5q3ps38wx9q1ndj06msgyjyc8lqpipbsz0pip";
- name = "recipe";
- };
- packageRequires = [ dash enlive f s ];
- meta = {
- homepage = "https://melpa.org/#/cricbuzz";
- license = lib.licenses.free;
- };
- }) {};
- crm-custom = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "crm-custom";
- ename = "crm-custom";
- version = "20160116.1606";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "crm-custom";
- rev = "f1aaccf64306a5f99d9bf7ba815d7ea41c15518d";
- sha256 = "1kl6blr4dlz40gfc845071nhfms4fm59284ja2177bhghy3wmw6r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e0752ba601a8d518d3c7fb54fd008602e7dc19f/recipes/crm-custom";
- sha256 = "14w15skxr44p9ilhpswlgdbqfw8jghxi69l37yk4m449m7g9694c";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/crm-custom";
- license = lib.licenses.free;
- };
- }) {};
- crontab-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "crontab-mode";
- ename = "crontab-mode";
- version = "20190304.623";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "crontab-mode";
- rev = "090ed61e919df6391df45a7645a0d8d5b0dae1cb";
- sha256 = "1yz9vvh2x6s2y02n1z8aqgb40bxgs2s2mxmy1vmp2piffq81d09y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0831d0f869cad4681b22296225307aa5bf185f3f/recipes/crontab-mode";
- sha256 = "1lwkj5c8435xgqi9d4zgnp9dzi06byibf69fv9p3x79kv565g3gd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/crontab-mode";
- license = lib.licenses.free;
- };
- }) {};
- crux = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "crux";
- ename = "crux";
- version = "20181108.27";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "crux";
- rev = "308f17d914e2cd79cbc809de66d02b03ceb82859";
- sha256 = "0rf84finwlvmy0xpgyljjvnrijlmkzjyw9rh97svgxp9c1rzfk0x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/575e3442a925500a5806e0b900208c1e6bfd11ae/recipes/crux";
- sha256 = "10lim1sngqbdqqwyq6ksqjjqpkm97aj1jk550sgwj28338lnw73c";
- name = "recipe";
- };
- packageRequires = [ seq ];
- meta = {
- homepage = "https://melpa.org/#/crux";
- license = lib.licenses.free;
- };
- }) {};
- cryptol-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cryptol-mode";
- ename = "cryptol-mode";
- version = "20190531.1351";
- src = fetchFromGitHub {
- owner = "thoughtpolice";
- repo = "cryptol-mode";
- rev = "81ebbde83f7cb75b2dfaefc09de6a1703068c769";
- sha256 = "1y24hssckqi8bapm24b6zw7lagdsh3gaacvq5pscgnjbqpk2rlvp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de12333bb429d84b2c214ac7ebb0219f67838f4f/recipes/cryptol-mode";
- sha256 = "08iq69gqmps8cckybhj9065b8a2a49p0rpzgx883qxnypsmjfmf2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cryptol-mode";
- license = lib.licenses.free;
- };
- }) {};
- crystal-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "crystal-mode";
- ename = "crystal-mode";
- version = "20190604.554";
- src = fetchFromGitHub {
- owner = "crystal-lang-tools";
- repo = "emacs-crystal-mode";
- rev = "34124f546ff5c1136aed95bf0059015f9f6a1d60";
- sha256 = "09cmbw190w6aiwwc2bg349xx6vcv9b9ajw8m70ajb3653qnq3mw4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d4b9b47d7deecf0cf24a42b26d50021cb1219a69/recipes/crystal-mode";
- sha256 = "1fgpz7zab6nc6kvjzjsbvrbg8shf4by0f20cvjvyky8kym72q0hk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/crystal-mode";
- license = lib.licenses.free;
- };
- }) {};
- crystal-playground = callPackage ({ crystal-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "crystal-playground";
- ename = "crystal-playground";
- version = "20180829.2201";
- src = fetchFromGitHub {
- owner = "jasonrobot";
- repo = "crystal-playground";
- rev = "532dc7e4239eb4bdd241bc4347d34760344c1ebb";
- sha256 = "06vrmxikqi36wbnm66r5s5fxhkdlz76fjb3nhlighbqlym4bxpl1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e8d3a41e3307f415a144ff55e7a5fa95216cd6c/recipes/crystal-playground";
- sha256 = "0789x443qrvxgrcha6rag11fwyr0aj1ixw6xc0l4d34fsy76ppwh";
- name = "recipe";
- };
- packageRequires = [ crystal-mode emacs ];
- meta = {
- homepage = "https://melpa.org/#/crystal-playground";
- license = lib.licenses.free;
- };
- }) {};
- csgo-conf-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "csgo-conf-mode";
- ename = "csgo-conf-mode";
- version = "20161209.819";
- src = fetchFromGitHub {
- owner = "wynro";
- repo = "emacs-csgo-conf-mode";
- rev = "df45ca833eb68c394dd03acce5733a33c3b06bf8";
- sha256 = "0bq9dr1zq1lkdy80jqvxpb0igdnz9jqjh7pif3190mh7m46zyr7y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2298e3f840da549707ec3270c8303f4f63a674dc/recipes/csgo-conf-mode";
- sha256 = "0djx6jraqlh9da2jqagj72vjnc8n3px2jp23jdy9rk40z10m5sbr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/csgo-conf-mode";
- license = lib.licenses.free;
- };
- }) {};
- csharp-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "csharp-mode";
- ename = "csharp-mode";
- version = "20181011.18";
- src = fetchFromGitHub {
- owner = "josteink";
- repo = "csharp-mode";
- rev = "239527c1f27cf5246505f1faf23269487fdbfdd2";
- sha256 = "0ygc8mpsmicsm2j50kg22yllbj5ply56cwx9hvb6cflzmwlmgyvw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/736716bbcfd9c9fb1d10ce290cb4f66fe1c68f44/recipes/csharp-mode";
- sha256 = "17j84qrprq492dsn103dji8mvh29mbdlqlpsszbgfdgnpvfr1rv0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/csharp-mode";
- license = lib.licenses.free;
- };
- }) {};
- csound-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multi
- , shut-up }:
- melpaBuild {
- pname = "csound-mode";
- ename = "csound-mode";
- version = "20190321.859";
- src = fetchFromGitHub {
- owner = "hlolli";
- repo = "csound-mode";
- rev = "f4bc9236bbc5a696f7ff32d9402749536a332546";
- sha256 = "0ds6cigm3pncsa5blqzfgisjn9v898ayj6nq2va6ssg73k0qfx1r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c940d29de11e43b4abf2901c466c94d426a21818/recipes/csound-mode";
- sha256 = "047a78nhkn6qycsz8w9a0r1xyz5wyf4rds3z5yx9sn5wkv54w95d";
- name = "recipe";
- };
- packageRequires = [ emacs multi shut-up ];
- meta = {
- homepage = "https://melpa.org/#/csound-mode";
- license = lib.licenses.free;
- };
- }) {};
- csproj-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "csproj-mode";
- ename = "csproj-mode";
- version = "20190514.1158";
- src = fetchFromGitHub {
- owner = "omajid";
- repo = "csproj-mode";
- rev = "889334f8cd08dc79d133149b4504e0e001f5a769";
- sha256 = "0j330rrj6abr7xay1h2kajwa22npij0fdh30fk5z7zgas7jz735h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49823bd653c3599bbc6662c99d0406e9886f1bab/recipes/csproj-mode";
- sha256 = "08w22bfk6fs6cxyqxrcv3314vwmh868200axss5fsdfgbggs4vy1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/csproj-mode";
- license = lib.licenses.free;
- };
- }) {};
- css-autoprefixer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "css-autoprefixer";
- ename = "css-autoprefixer";
- version = "20180311.900";
- src = fetchFromGitHub {
- owner = "kkweon";
- repo = "emacs-css-autoprefixer";
- rev = "386a5defc8543a3b87820f1761c075c7d1d93b38";
- sha256 = "0ymba9bhzfi7kkrha4d4sn0hrc3sid4b5k8lhakwwdwafhym0jjb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/122e3813a5b8a57303345e9cd855f4d85eced6f0/recipes/css-autoprefixer";
- sha256 = "0q40k8jvs4nc57kcljsx5qzylz9ms0kbr3dic3mr3bj0w062b1qg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/css-autoprefixer";
- license = lib.licenses.free;
- };
- }) {};
- css-comb = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "css-comb";
- ename = "css-comb";
- version = "20160415.2259";
- src = fetchFromGitHub {
- owner = "channikhabra";
- repo = "css-comb.el";
- rev = "6fa45e5af8a8bd3af6c1154cde3540e32c4206ee";
- sha256 = "0nvl6y90p9crk12j7aw0cqdjhli7xbrx3hqckxsnvrnxy4zax7nk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0afc24de7f847feaa128168d0fd8b2110242cca6/recipes/css-comb";
- sha256 = "1axwrvbc3xl1ixhh72bii3hhbi9d96y6i1my1rpvwqyd6f7wb2cf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/css-comb";
- license = lib.licenses.free;
- };
- }) {};
- css-eldoc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "css-eldoc";
- ename = "css-eldoc";
- version = "20150124.1923";
- src = fetchFromGitHub {
- owner = "zenozeng";
- repo = "css-eldoc";
- rev = "c558ac4c470742c98a37290e6b409db28183df30";
- sha256 = "1mgc6bd0dzrp1dq1yj8m2qxjnpysd8ppdk2yp96d3zd07zllw4rx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/css-eldoc";
- sha256 = "0k0yzpqwfh5rg8sbv60simdslag514768i0naimm8vyrvv87fzny";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/css-eldoc";
- license = lib.licenses.free;
- };
- }) {};
- cssh = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cssh";
- ename = "cssh";
- version = "20150810.1009";
- src = fetchFromGitHub {
- owner = "dimitri";
- repo = "cssh";
- rev = "2fe2754235225a59b63f08b130cfd4352e2e1c3f";
- sha256 = "1xf2hy077frfz8qf91c0l0qppcjxzr4bsbb622bx6fidqkpa3a1a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/da3fcf6252f83d80de8a3ec564244e6cd22391eb/recipes/cssh";
- sha256 = "10yvvyzqr06jvijmzis9clb1slzp2mn80yclis8wvrmg4p8djljk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cssh";
- license = lib.licenses.free;
- };
- }) {};
- csv = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "csv";
- ename = "csv";
- version = "20161113.710";
- src = fetchFromGitLab {
- owner = "u11";
- repo = "csv.el";
- rev = "aa1dfa1263565d5fac3879c21d8ddf5f8915e411";
- sha256 = "1vmazjrfcsa9aa9aw8bq5sazdhqvhxyj837dyw5lmh8gk7z0xdaa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/233f9de5f65fd8374f2c1912503c30905aa6691d/recipes/csv";
- sha256 = "1rvi5p27lsb284zqgv4cdqkbqc9r92axmvg7sv52rm7qcj8njwqd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/csv";
- license = lib.licenses.free;
- };
- }) {};
- ctable = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ctable";
- ename = "ctable";
- version = "20171005.1711";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-ctable";
- rev = "b8830d1ca95abb100a81bc32011bd17d5ecba000";
- sha256 = "0pg303pnqscrsbx9579hc815angszsgf9vpd2z2f8p4f4ka6a00h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bc29a8d518ce7a584277089bd4654f52ac0f358/recipes/ctable";
- sha256 = "040qmlgfvjc1f908n52m5ll2fizbrhjzbd0kgrsw37bvm3029rx1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ctable";
- license = lib.licenses.free;
- };
- }) {};
- ctags-update = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ctags-update";
- ename = "ctags-update";
- version = "20170728.58";
- src = fetchFromGitHub {
- owner = "jixiuf";
- repo = "ctags-update";
- rev = "783bf91eba1cd27cbb739067a24e15e5e04564e6";
- sha256 = "1navj3cm5gmp0h8wyk281i1gjry1kj0i73wlz1fjwkqm6awxfz4w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e5d0c347ff8cf6e0ade80853775fd6b84f387fa5/recipes/ctags-update";
- sha256 = "07548jjpx4var2817y47i6br8iicjlj66n1b33h0av6r1h514nci";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ctags-update";
- license = lib.licenses.free;
- };
- }) {};
- ctl-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ctl-mode";
- ename = "ctl-mode";
- version = "20151202.206";
- src = fetchFromGitHub {
- owner = "yyr";
- repo = "emacs-grads";
- rev = "1a13051db21b999c7682a015b33a03096ff9d891";
- sha256 = "1d89gxyzv0z0nk7v1aa4qa0xfms2g2dsrr07cw0d99xsnyxfky31";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/38d2279fd05bb48f0d0e2276c605cd92892d0196/recipes/ctl-mode";
- sha256 = "0fydq779b0y6hmh8srfdimr5rl9mk3sj08rbvlljxv3kqv5ajczj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ctl-mode";
- license = lib.licenses.free;
- };
- }) {};
- ctune = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ctune";
- ename = "ctune";
- version = "20190527.1725";
- src = fetchFromGitHub {
- owner = "maurooaranda";
- repo = "ctune";
- rev = "276257231e5c19fa476e01077611b5bbcec9f852";
- sha256 = "0s9zbgibkfn7yr9dkpbvvprrn2ak62gsfzjmw4qfqgrg4y3s4x7w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/927ecd888bc00abff13f5fc335a88dffc2bf6779/recipes/ctune";
- sha256 = "1ymy508h19w6c7z93nww9fzirzk84w24j3dpbj08d08bifndhj1q";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ctune";
- license = lib.licenses.free;
- };
- }) {};
- ctxmenu = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , popup
- , yaxception }:
- melpaBuild {
- pname = "ctxmenu";
- ename = "ctxmenu";
- version = "20140303.1342";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-ctxmenu";
- rev = "5c2376859562b98c07c985d2b483658e4c0e888e";
- sha256 = "1jlr2miwqsg06hk2clvsrw9fa98m2n76qfq8qv5svrb8dpil04wb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6fc4f51bb6ce8fa9e37c0aeb51696b1980aece0c/recipes/ctxmenu";
- sha256 = "03g9px858mg19wapqszwav3599slljdyam8bvn1ri85fpa5ydvdp";
- name = "recipe";
- };
- packageRequires = [ log4e popup yaxception ];
- meta = {
- homepage = "https://melpa.org/#/ctxmenu";
- license = lib.licenses.free;
- };
- }) {};
- cubicaltt = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cubicaltt";
- ename = "cubicaltt";
- version = "20171108.602";
- src = fetchFromGitHub {
- owner = "mortberg";
- repo = "cubicaltt";
- rev = "a867f3d66172020e30dd0614bd7b50f90b6fddd7";
- sha256 = "1d53i4dscssfmcdspjf692jhsvjfzxb8d6wvs7a4m8f6z31ygkvl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1be42b49c206fc4f0df6fb50fed80b3d9b76710b/recipes/cubicaltt";
- sha256 = "1wgy6965cnw201wx4a2pn71sa40mh2712y0d0470klr156krj0n9";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/cubicaltt";
- license = lib.licenses.free;
- };
- }) {};
- cubicle-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cubicle-mode";
- ename = "cubicle-mode";
- version = "20171009.1257";
- src = fetchFromGitHub {
- owner = "cubicle-model-checker";
- repo = "cubicle";
- rev = "9d108b900e0123236b4991c2d06b5061f34feee8";
- sha256 = "1n3x6m19swkq07zah4hh0ni6gx864bq1w0km06nq33x8189zczrr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81c29c912b83cbb536d30ba04130b39c0e5e5969/recipes/cubicle-mode";
- sha256 = "0xcmd0s6dfryl1ihfaqq0pfqc906yzzwk3d3nv8g6b6w78pv1lzv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cubicle-mode";
- license = lib.licenses.free;
- };
- }) {};
- cucumber-goto-step = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcre2el }:
- melpaBuild {
- pname = "cucumber-goto-step";
- ename = "cucumber-goto-step";
- version = "20131209.2119";
- src = fetchFromGitHub {
- owner = "gstamp";
- repo = "cucumber-goto-step";
- rev = "f2713ffb26ebe1b757d1f2ea80e900b55e5895aa";
- sha256 = "184plai32sn0indvi1dma6ykz907zgnrdyxdw6f5mghwca96g5kx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d78d7abccfd9bcebf6888032639923327ad25309/recipes/cucumber-goto-step";
- sha256 = "1ydsd455dvaw6a180b6570bfgg0kxn01sn6cb57smqj835am6gx8";
- name = "recipe";
- };
- packageRequires = [ pcre2el ];
- meta = {
- homepage = "https://melpa.org/#/cucumber-goto-step";
- license = lib.licenses.free;
- };
- }) {};
- cuda-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cuda-mode";
- ename = "cuda-mode";
- version = "20151213.1921";
- src = fetchFromGitHub {
- owner = "chachi";
- repo = "cuda-mode";
- rev = "9ae9eacfdba3559b5456342d0d03296290df8ff5";
- sha256 = "1ms0z5zplcbdwwdbgsjsbm32i57z9i2i8j9y3wm0pwzyz4zr36zy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d21cf17a4a9ae391e2e9cf9be3399095fa23ef55/recipes/cuda-mode";
- sha256 = "0ip4vax93x72bjrh6prik6ddmrvszpsmgm0fxfz772rp24smc300";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cuda-mode";
- license = lib.licenses.free;
- };
- }) {};
- cursor-test = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cursor-test";
- ename = "cursor-test";
- version = "20131207.932";
- src = fetchFromGitHub {
- owner = "ainame";
- repo = "cursor-test.el";
- rev = "e09956e048b88fd2ee8dd90b5678baed8b04d31b";
- sha256 = "0wmnhizv4jfcl1w9za4ydxf6xwxgm5vwmn1zi5vn70zmv4d6r49l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6439f7561cfab4f6f3beb132d2a65e94b3deba9e/recipes/cursor-test";
- sha256 = "1c1d5xq4alamlwyqxjx557aykz5dw87acp0lyglsrzzkdynbwlb1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cursor-test";
- license = lib.licenses.free;
- };
- }) {};
- cwl-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yaml-mode }:
- melpaBuild {
- pname = "cwl-mode";
- ename = "cwl-mode";
- version = "20171205.145";
- src = fetchFromGitHub {
- owner = "tom-tan";
- repo = "cwl-mode";
- rev = "2fa8c8db68a8665ed555126975edd8749bcfc009";
- sha256 = "0zgnnvf8k5zcigykcf6slgcjmwb1l0jdfaqm19r34wp3md8wf0v1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2309764cd56d9631dd97981a78b50b9fe793a280/recipes/cwl-mode";
- sha256 = "0x8akxxmphpgsc2m78h6b0fs6vvcfvmi1q2jrz8hwlmai8f7zi9j";
- name = "recipe";
- };
- packageRequires = [ emacs yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/cwl-mode";
- license = lib.licenses.free;
- };
- }) {};
- cyberpunk-2019-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cyberpunk-2019-theme";
- ename = "cyberpunk-2019-theme";
- version = "20190228.653";
- src = fetchFromGitHub {
- owner = "the-frey";
- repo = "cyberpunk-2019";
- rev = "77f41d0c15c59e13f11af5d285707dd21e72e342";
- sha256 = "12gray55ifv98ysyqsa51xh4w2yis0gki9blpvcbac02sm5xysgm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1821a436d3d9f7c46cbd198f93951aa35bbf6ad7/recipes/cyberpunk-2019-theme";
- sha256 = "09bg3avrsca308y3g86mrzi6klzr4ky8k5y2nbsmwarrarv29qyy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cyberpunk-2019-theme";
- license = lib.licenses.free;
- };
- }) {};
- cyberpunk-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cyberpunk-theme";
- ename = "cyberpunk-theme";
- version = "20190109.1600";
- src = fetchFromGitHub {
- owner = "n3mo";
- repo = "cyberpunk-theme.el";
- rev = "eb7b21b5655af9a0fa8c745ee1f16f8e073364e6";
- sha256 = "1si63j3mm36lfhiw5pnlv24ffg4ghicd1q7gi5jl2mp9105vs627";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4c632d1e501d48dab54432ab111ce589aa229125/recipes/cyberpunk-theme";
- sha256 = "0l2bwb5afkkhrbh99v2gns1vil9s5911hbnlq5w35nmg1wvbmbc9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cyberpunk-theme";
- license = lib.licenses.free;
- };
- }) {};
- cycbuf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cycbuf";
- ename = "cycbuf";
- version = "20131203.1237";
- src = fetchFromGitHub {
- owner = "martinp26";
- repo = "cycbuf";
- rev = "1079b41c3eb27d65b66d4399959bb6253f84858e";
- sha256 = "1d5i8sm1xrsp4v4myidfyb40hm3wp7hgva7dizg9gbb7prmn1p5w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/39f1919271df023898e60f5e7635928dc905083f/recipes/cycbuf";
- sha256 = "0gyj48h5wgjawqq3j4hgk5a8d23nffmhd1q53kg7b9vfsda51hbw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cycbuf";
- license = lib.licenses.free;
- };
- }) {};
- cycle-resize = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cycle-resize";
- ename = "cycle-resize";
- version = "20160521.857";
- src = fetchFromGitHub {
- owner = "pierre-lecocq";
- repo = "cycle-resize";
- rev = "7d255d6fe85f12c967a0f7fcfcf18633be194c88";
- sha256 = "1bmdjr99g50dzr4y1jxixfjhqmhrzblmpiyjhh5l5gqmdhammm4k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8806af6662c8250c7533f643fe1c277ff0466651/recipes/cycle-resize";
- sha256 = "0vp57plwqx4nf3pbv5g4frjriq8niiia9xc3bv6c3gzd4a0zm7xi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cycle-resize";
- license = lib.licenses.free;
- };
- }) {};
- cycle-themes = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cycle-themes";
- ename = "cycle-themes";
- version = "20150402.2009";
- src = fetchFromGitHub {
- owner = "toroidal-code";
- repo = "cycle-themes.el";
- rev = "2660c3178be7b28c2cb5dde2dd70a4bd51dae3a2";
- sha256 = "0wc9wssridy49vshwj7xgrcfmalrv1r9wlr8nvs9d8m3ds39dzh6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f24c358fd616a86f6594001deddee4d62dbb0bc6/recipes/cycle-themes";
- sha256 = "1whp9q26sgyf59wygbrvdf9gc94bn4dmhr2f2qivpajx550fjfbc";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/cycle-themes";
- license = lib.licenses.free;
- };
- }) {};
- cyphejor = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cyphejor";
- ename = "cyphejor";
- version = "20181231.2304";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "cyphejor";
- rev = "7b1937abcded165efeabf37d26a7194a21cee3e6";
- sha256 = "163mhk7vqga230dz9aqfm01r85x7j3n9bmxiqiazj6p91zq0sxfs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad7cacfa39d8f85e26372ef21898663aebb68e43/recipes/cyphejor";
- sha256 = "18l5km4xm5j3vv19k3fxs8i3rg4qnhrvx7b62vmyfcqmpiasrh6g";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cyphejor";
- license = lib.licenses.free;
- };
- }) {};
- cypher-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cypher-mode";
- ename = "cypher-mode";
- version = "20151110.342";
- src = fetchFromGitHub {
- owner = "fxbois";
- repo = "cypher-mode";
- rev = "ce8543d7877c736c574a17b49874c9dcdc7a06d6";
- sha256 = "0vbcq807jpjssabmyjcdkpp6nnx1288is2c6x79dkrviw2xxw3qf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef558e7425adfe87202475babfbc1a679dc4cde5/recipes/cypher-mode";
- sha256 = "174rfbm7yzkznkfjmh9bdnm5fgqv9bjwm85h39317pv1g8c3mgv0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cypher-mode";
- license = lib.licenses.free;
- };
- }) {};
- cython-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cython-mode";
- ename = "cython-mode";
- version = "20190111.1350";
- src = fetchFromGitHub {
- owner = "cython";
- repo = "cython";
- rev = "1c6ab8b7fe1f80e1ffc2c105b8202f1eba230f53";
- sha256 = "1f16ivvpnxmc47v0yblrmva8cpkj4fw3q8ya2hrdmbzbjlzfxlgi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be9bfabe3f79153cb859efc7c3051db244a63879/recipes/cython-mode";
- sha256 = "0asai1f1pncrfxx296fn6ky09hj1qam5j0dpxxkzhy0a34xz0k2i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cython-mode";
- license = lib.licenses.free;
- };
- }) {};
- czech-holidays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "czech-holidays";
- ename = "czech-holidays";
- version = "20160113.952";
- src = fetchFromGitHub {
- owner = "hydandata";
- repo = "czech-holidays";
- rev = "d19828122cf3322bcf50601cefa4ac385d2d8f82";
- sha256 = "1ykcsfh5pj6b7ywdfggs8iqzfax0fyjnmr0ba76xwsj0vdrk3072";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7224fd77b3d8a37fac2fe0cf832e3487513afd8c/recipes/czech-holidays";
- sha256 = "10c0zscbn7pr9xqdqksy4kh0cxjg9bhw8p4qzlk18fd4c8rhqn84";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/czech-holidays";
- license = lib.licenses.free;
- };
- }) {};
- d-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "d-mode";
- ename = "d-mode";
- version = "20181204.2207";
- src = fetchFromGitHub {
- owner = "Emacs-D-Mode-Maintainers";
- repo = "Emacs-D-Mode";
- rev = "b5d936dfd4c1d0b68a0d911aadd4ba25df7af0e4";
- sha256 = "0915kb9jcaixgindhj85fmykkhvj31ckp1yg6746fznwdgfrlifv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3c13e9ccc358743de660b1f0e89d6bb709c42bff/recipes/d-mode";
- sha256 = "060k9ndjx0n5vlpzfxlv5zxnizx72d7y9vk7gz7gdvpm6w2ha0a2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/d-mode";
- license = lib.licenses.free;
- };
- }) {};
- dactyl-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dactyl-mode";
- ename = "dactyl-mode";
- version = "20140906.1025";
- src = fetchFromGitHub {
- owner = "luxbock";
- repo = "dactyl-mode";
- rev = "cc55fe6b987271d9647492b8df4c812d884f661f";
- sha256 = "0fp40cyamchc9qq5vbpxgq3yp6vs8p3ncg46mjzr54psy3fc86dm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72d503380511d2d6580b9522b6e0bd2d800bdebe/recipes/dactyl-mode";
- sha256 = "0ppcabddcpwshfd04x42nbrbkagbyi1bg4vslysnlxn4kaxjs7pm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dactyl-mode";
- license = lib.licenses.free;
- };
- }) {};
- dad-joke = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dad-joke";
- ename = "dad-joke";
- version = "20170927.2358";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "dad-joke.el";
- rev = "bee47e7b746b403228fa7d7361cb095de19ac9ba";
- sha256 = "14snnnjs28jg6k8x6g90m3dbcx10306ipcd256d3l6czk9p17vpd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/484d571b2737f7c613816333afdde6460c64e635/recipes/dad-joke";
- sha256 = "1cg8iaq79w5zx1s3dirdl7ymcp162mmsy5c4vly90v20yrijblad";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dad-joke";
- license = lib.licenses.free;
- };
- }) {};
- daemons = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "daemons";
- ename = "daemons";
- version = "20190202.728";
- src = fetchFromGitHub {
- owner = "cbowdon";
- repo = "daemons.el";
- rev = "fd7925b0c113e5bad2e4692430ce049405794910";
- sha256 = "07l8k41ly92m3wkzlzyb9nmq4pd34xkpn7cjrdap7zfppd3iiq2r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1f780485e72ae2885f698fdab0156855f70831f1/recipes/daemons";
- sha256 = "14givkrw9p0m261hawahzi0n8jarapb63kv1s62faq57mqnq23jr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/daemons";
- license = lib.licenses.free;
- };
- }) {};
- dakrone-light-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dakrone-light-theme";
- ename = "dakrone-light-theme";
- version = "20170808.1440";
- src = fetchFromGitHub {
- owner = "dakrone";
- repo = "dakrone-light-theme";
- rev = "06f198dc8b4ca7421990b30a23d89c8e0b8c5de4";
- sha256 = "01vqlsv44h2ah79c8jqv8vkqvgmhqx2w3qbq07l7fx3zkpgjfmpy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3a88022a5f68d2fe01e08c2e99cfe380e3697b7/recipes/dakrone-light-theme";
- sha256 = "1njlpvfa4ar14zn51fdmby55vjgfkpskizg5rif2f3zn6y4np2xw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dakrone-light-theme";
- license = lib.licenses.free;
- };
- }) {};
- dakrone-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dakrone-theme";
- ename = "dakrone-theme";
- version = "20170801.1233";
- src = fetchFromGitHub {
- owner = "dakrone";
- repo = "dakrone-theme";
- rev = "232ad1be5f3572dcbdf528f1655109aa355a6937";
- sha256 = "0p51zni42hv090vv6mk9v0v88achmgxlsmlr40y8y6ng57w51r4s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dcc07077b47d7c710c7f2d4919d791ed16ed5b26/recipes/dakrone-theme";
- sha256 = "0ma4rfmgwd6k24jzn6pgk46b88jfix7mz0ib7c7r90h5vmpiq814";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dakrone-theme";
- license = lib.licenses.free;
- };
- }) {};
- danneskjold-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "danneskjold-theme";
- ename = "danneskjold-theme";
- version = "20190508.1506";
- src = fetchFromGitHub {
- owner = "rails-to-cosmos";
- repo = "danneskjold-theme";
- rev = "b48bc0ef6fff2d41a083006b0db040eb2b2e7a8b";
- sha256 = "0p3bniim9rb3hsnm1ay12kjyh67mvlqswixjp0v2g8q8srmals33";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/557244a3b60c7cd3ca964ff843aa1e9d5a1e32ec/recipes/danneskjold-theme";
- sha256 = "0cwab7qp293g92n9mjjz2vpg1pz2q3d40hfszf29rci89wsf3yxl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/danneskjold-theme";
- license = lib.licenses.free;
- };
- }) {};
- dante = callPackage ({ company
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , haskell-mode
- , lcr
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "dante";
- ename = "dante";
- version = "20190502.2345";
- src = fetchFromGitHub {
- owner = "jyp";
- repo = "dante";
- rev = "4170ff57f3fd9414915d7a72b805de8727bd81ee";
- sha256 = "0ii3fi8fwnl5q7j7mw165r6sqvyq4g6ymhdlcwb74agkzbssgs87";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5afa8226077cbda4b76f52734cf8e0b745ab88e8/recipes/dante";
- sha256 = "1j0qwjshh2227k63vd06bvrsccymqssx26yfzams1xf7bp6y0krs";
- name = "recipe";
- };
- packageRequires = [ company dash emacs f flycheck haskell-mode lcr s ];
- meta = {
- homepage = "https://melpa.org/#/dante";
- license = lib.licenses.free;
- };
- }) {};
- dap-mode = callPackage ({ bui
- , dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild
- , s
- , tree-mode }:
- melpaBuild {
- pname = "dap-mode";
- ename = "dap-mode";
- version = "20190524.2158";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "dap-mode";
- rev = "3440ea52f9062e2653d190bb1c5db42d5f73ca44";
- sha256 = "1g7z8q1zc1b46khy11x6xv49nhxsvl90s2xarvfpmjvpic76bhn1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67942b34975015dd6f2b5f6b43829cc13b1832c6/recipes/dap-mode";
- sha256 = "041mmla70ld5783gn8g360klk3cw39pir5d41544zf3yssk12qpn";
- name = "recipe";
- };
- packageRequires = [
- bui
- dash
- dash-functional
- emacs
- f
- lsp-mode
- s
- tree-mode
- ];
- meta = {
- homepage = "https://melpa.org/#/dap-mode";
- license = lib.licenses.free;
- };
- }) {};
- darcsum = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "darcsum";
- ename = "darcsum";
- version = "20190316.1515";
- src = fetchFromGitHub {
- owner = "emacsmirror";
- repo = "darcsum";
- rev = "6a8b690539d133c5e3d17cb23fe4365fbb6fb493";
- sha256 = "1ajdm0p8rdyaqy0wwfslb1mqj9b2dpk8xkljjw6ddacph5hflhcm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be27e728327016b819535ef8cae10020e5a07c2e/recipes/darcsum";
- sha256 = "1qr3jh05awxxh2qi1sv542vkryfja44zswa5wxwj7g2dr6ck9jr1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/darcsum";
- license = lib.licenses.free;
- };
- }) {};
- darcula-theme = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "darcula-theme";
- ename = "darcula-theme";
- version = "20171227.1045";
- src = fetchFromGitLab {
- owner = "fommil";
- repo = "emacs-darcula-theme";
- rev = "d9b82b58ded9014985be6658f4ab17e26ed9e93e";
- sha256 = "1y8rsc63nl4n43pvn283f1vcpqyjnv6xl60fwyscwrqaz19bsnl1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23c8f10205187babb17e3abc3dc40eb1938e6640/recipes/darcula-theme";
- sha256 = "1n9mpkdyf5jpxc5azfs38ccp9p0b5ii87sz4c7z4khs94y0gxqh3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/darcula-theme";
- license = lib.licenses.free;
- };
- }) {};
- dark-krystal-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dark-krystal-theme";
- ename = "dark-krystal-theme";
- version = "20170808.600";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-dark-krystal-theme";
- rev = "79084b99665dc9ffb0ec62cc092349a5ecebebbc";
- sha256 = "1d3cdsaba71qxdqrbj1jrlq8a0iw3h50l5grcdjvxixdnf5nsa4c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/641d1959bd31598fcdacd39a3d1bb077dcccfa5c/recipes/dark-krystal-theme";
- sha256 = "056aql35502sgvdpbgphpqdxzbjf4ay01rra6pm11c1dya8avv0j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dark-krystal-theme";
- license = lib.licenses.free;
- };
- }) {};
- dark-mint-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dark-mint-theme";
- ename = "dark-mint-theme";
- version = "20160301.2242";
- src = fetchFromGitHub {
- owner = "shaunvxc";
- repo = "dark-mint-theme";
- rev = "c8ad39b7115baf889b54c3e9bffe32daeab93c29";
- sha256 = "1bz7n9ijk69kqc1sv74prm2d74gd4xj0vzkbgbwdsin1llkg00zv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de74e734ae75df051475e60e79d4f5ad5bc128ae/recipes/dark-mint-theme";
- sha256 = "0rljpwycarbn8rnac9vz7n23j69wmx35gn5dx77v0f0ws8ni4k9m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dark-mint-theme";
- license = lib.licenses.free;
- };
- }) {};
- dark-souls = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dark-souls";
- ename = "dark-souls";
- version = "20140314.428";
- src = fetchFromGitHub {
- owner = "tomjakubowski";
- repo = "dark-souls.el";
- rev = "2c9437265b52f966b2fb13a410a12f3b1e167cb7";
- sha256 = "0d4zjbkzjcvlc1jaszicbln0dvwacbj6k1fb1bn34vgbabhckdys";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/535577ce57bd772aca9f66e27485b0f58a7d35c5/recipes/dark-souls";
- sha256 = "1ilsn657mpl7v8vkbzqf3gp0gmvy0dgynfsn8w4cb49qaiy337xc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dark-souls";
- license = lib.licenses.free;
- };
- }) {};
- darkburn-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "darkburn-theme";
- ename = "darkburn-theme";
- version = "20170423.952";
- src = fetchFromGitHub {
- owner = "gorauskas";
- repo = "darkburn-theme";
- rev = "b59053533246330e9107721da7977a0af312c915";
- sha256 = "1ffmip31dnv3zzh1h9cpchl6lya49zn2j13acx6rj9r01ndlbrar";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a04dd517e02bc4b4a62d956aa901a727354202b0/recipes/darkburn-theme";
- sha256 = "18hwdnwmkf640vcyx8d66i424wwazbzjq3k0w0xjmwsn2mpyhm9w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/darkburn-theme";
- license = lib.licenses.free;
- };
- }) {};
- darkmine-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "darkmine-theme";
- ename = "darkmine-theme";
- version = "20160405.2324";
- src = fetchFromGitHub {
- owner = "pierre-lecocq";
- repo = "darkmine-theme";
- rev = "7f7e82ca03bcad52911fa41fb3e204e32d6ee63e";
- sha256 = "0d2g4iyp8gyfrcc1gkvl40p1shlw1sadswzhry0m1lgbyxiiklrz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e527d1335f5fd2aba5b00255a7d69adbc20585ff/recipes/darkmine-theme";
- sha256 = "06vzldyqlmfd11g8dqrqh5x244ikfa20qwpsmbgsiry3041k8iw5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/darkmine-theme";
- license = lib.licenses.free;
- };
- }) {};
- darkokai-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "darkokai-theme";
- ename = "darkokai-theme";
- version = "20190603.1219";
- src = fetchFromGitHub {
- owner = "sjrmanning";
- repo = "darkokai";
- rev = "a53815fbfb06604d7f51519c62cc11e507204a70";
- sha256 = "01jd3y3kr4fplvdv32smbaxqa2dafs8vvp967jma7xm7r1frnbdw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81387a5a70f7c42fbae16b52db765136795a37e1/recipes/darkokai-theme";
- sha256 = "0jw71xl4ihkyq4m0w8c35x5hr8ic07wcabmvpwmvspnj8hkfccwf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/darkokai-theme";
- license = lib.licenses.free;
- };
- }) {};
- darktooth-theme = callPackage ({ autothemer
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "darktooth-theme";
- ename = "darktooth-theme";
- version = "20190411.1842";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-theme-darktooth";
- rev = "5cc7fbfb08d2f1a33b85eac92b6450407b915119";
- sha256 = "164y8hrdz46gg1b6sfi7gdv7pj54hrin0lcmhxp6gc9x5dg3l354";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7f62ac1566ced7332e83253f79078dc30cb7889/recipes/darktooth-theme";
- sha256 = "1vss0mg1vz4wvsal1r0ya8lid2c18ig11ip5v9nc80b5slbixzvs";
- name = "recipe";
- };
- packageRequires = [ autothemer ];
- meta = {
- homepage = "https://melpa.org/#/darktooth-theme";
- license = lib.licenses.free;
- };
- }) {};
- dart-mode = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "dart-mode";
- ename = "dart-mode";
- version = "20190308.1714";
- src = fetchFromGitHub {
- owner = "bradyt";
- repo = "dart-mode";
- rev = "d5776f1e9bfeb45eb30723eba3030691a8491545";
- sha256 = "0dlkzfj1bvd62qqfj3wc46gbyg82cw995zsb7jyc8ziz9n1a383z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/dart-mode";
- sha256 = "0zpvp86067a6l63wrpqxsm9fhv3n4ggbq8pg21vgiz54hk4x1xpp";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs flycheck s ];
- meta = {
- homepage = "https://melpa.org/#/dart-mode";
- license = lib.licenses.free;
- };
- }) {};
- dash = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dash";
- ename = "dash";
- version = "20190424.1104";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "dash.el";
- rev = "258c324d9840901db83b2cabef3fa75bba57c1ba";
- sha256 = "150k48llqz2mb66vbznpyj47r6g16amfl7hbg8q46djq8mp7zc2v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57eed8767c3e98614259c408dc0b5c54d3473883/recipes/dash";
- sha256 = "0azm47900bk2frpjsgy108fr3p1jk4h9kmp4b5j5pibgsm26azgz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dash";
- license = lib.licenses.free;
- };
- }) {};
- dash-at-point = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dash-at-point";
- ename = "dash-at-point";
- version = "20180710.656";
- src = fetchFromGitHub {
- owner = "stanaka";
- repo = "dash-at-point";
- rev = "4d795a23a8428c421d5107f1b005c9d8e0d1816c";
- sha256 = "09rxyr22qxc9pdrkg0c4smifh2r797ggz5hg74q8j8jybvixsbls";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b2b0c544a76802df5ff3b1bf68a0418a653ea98/recipes/dash-at-point";
- sha256 = "0x4nq42nbh2qgbg111lgbknc7w7m7lxd14mp9s8dcrpwsaxz960m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dash-at-point";
- license = lib.licenses.free;
- };
- }) {};
- dash-docs = callPackage ({ async
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dash-docs";
- ename = "dash-docs";
- version = "20190516.1002";
- src = fetchFromGitHub {
- owner = "gilbertw1";
- repo = "dash-docs";
- rev = "111fd9b97001f1ad887b45e5308a14ddd68ce70a";
- sha256 = "0sckb7z0ylflva212bns7iq9mfnffgjghi0qspsbfwra35zb9xng";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2f597ec52f4bf55a748231751b6e51328e8f6f59/recipes/dash-docs";
- sha256 = "0vms4yr67l95rybvavd34a9gm57j7524swlf1c0rj8fff1wrmhn0";
- name = "recipe";
- };
- packageRequires = [ async cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/dash-docs";
- license = lib.licenses.free;
- };
- }) {};
- dash-functional = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dash-functional";
- ename = "dash-functional";
- version = "20180107.818";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "dash.el";
- rev = "528e5a51f1af668e3075f2beccd2b39785ccb2ba";
- sha256 = "0c65wkyzqsi0jignbhl0j9hh0711069x0l54sqbfb72viy0sppck";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57eed8767c3e98614259c408dc0b5c54d3473883/recipes/dash-functional";
- sha256 = "0hx36hs12mf4nmskaaqrqpcgwrfjdqj6qcxn6bwb0s5m2jf9hs8p";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/dash-functional";
- license = lib.licenses.free;
- };
- }) {};
- dashboard = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , page-break-lines }:
- melpaBuild {
- pname = "dashboard";
- ename = "dashboard";
- version = "20190604.939";
- src = fetchFromGitHub {
- owner = "emacs-dashboard";
- repo = "emacs-dashboard";
- rev = "77e0720c3701cc3f868e701e85b358c0b18dec42";
- sha256 = "141j6xjms8im6bkikh04nq58brdkb7v4fvaz3csjs7c2r087g4x6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef3c6af6ff5d880e6336f8db32b22b64b182794e/recipes/dashboard";
- sha256 = "19l7mv57ra3i8bz35zfq0wrrp8mk0bzhng6wqpbf9dax4pq3pnp9";
- name = "recipe";
- };
- packageRequires = [ emacs page-break-lines ];
- meta = {
- homepage = "https://melpa.org/#/dashboard";
- license = lib.licenses.free;
- };
- }) {};
- dashboard-hackernews = callPackage ({ dashboard
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "dashboard-hackernews";
- ename = "dashboard-hackernews";
- version = "20190108.1805";
- src = fetchFromGitHub {
- owner = "hyakt";
- repo = "emacs-dashboard-hackernews";
- rev = "b71814716d8f78181b9d1990f06072460de0797e";
- sha256 = "1dvv10xn2mh0nh85cd78y23cn8p9ygdhj4k7xs4fa6r7bhp0xvqm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a5ba74a9b76458bfd53e9cea7bd704d1488c9c98/recipes/dashboard-hackernews";
- sha256 = "0j5ai05g84cl6dhzw1cjvvhchg0sy7zwv355x87c5mg1kx0mrdpk";
- name = "recipe";
- };
- packageRequires = [ dashboard emacs request ];
- meta = {
- homepage = "https://melpa.org/#/dashboard-hackernews";
- license = lib.licenses.free;
- };
- }) {};
- dashboard-project-status = callPackage ({ dashboard
- , emacs
- , fetchFromGitHub
- , fetchurl
- , git
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dashboard-project-status";
- ename = "dashboard-project-status";
- version = "20190202.554";
- src = fetchFromGitHub {
- owner = "functionreturnfunction";
- repo = "dashboard-project-status";
- rev = "7675c138e9df8fe2c626e7ba9bbb8b6717671a41";
- sha256 = "1sbjrc1l57q2ifmw6pf3n105qk3q7rskqy9811qijpsbcl1m819d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dfc05873c6532c866d89c4cc07eb84b447a25c70/recipes/dashboard-project-status";
- sha256 = "1r25xmscz3lrjm6jjix416py26za5l1ck3xa77qbyrr4rf1gsakg";
- name = "recipe";
- };
- packageRequires = [ dashboard emacs git ];
- meta = {
- homepage = "https://melpa.org/#/dashboard-project-status";
- license = lib.licenses.free;
- };
- }) {};
- date-at-point = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "date-at-point";
- ename = "date-at-point";
- version = "20150308.543";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "date-at-point.el";
- rev = "258c0268cc4357640c2af78774ba9667beff28ee";
- sha256 = "0cry52p29lr4lcwvpl96gam85m7d9jkskwmysb71mk6cg57zyjx5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a6dbeddd236f312fac1d5542dfd2edf81df8fad2/recipes/date-at-point";
- sha256 = "0r26df6px6q5jlxj29nhl3qbp6kzy9hs5vd72kpiirgn4wlmagp0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/date-at-point";
- license = lib.licenses.free;
- };
- }) {};
- date-field = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "date-field";
- ename = "date-field";
- version = "20141128.1705";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-date-field";
- rev = "3b0af9c49293fc4346078ed2e13a6ebf41bbe54e";
- sha256 = "1skvkbbqvwbw58ahdbf2m1z7s0kfi5v7c0lavc9ifrs91pqpqx9z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe790729a67d2210cbccefce43805daa20db647d/recipes/date-field";
- sha256 = "0fmw13sa4ajs1xkrkdpcjpbp0jl9d81cgvwh93myg8yjjn7wbmvk";
- name = "recipe";
- };
- packageRequires = [ dash log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/date-field";
- license = lib.licenses.free;
- };
- }) {};
- datetime = callPackage ({ emacs
- , extmap
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "datetime";
- ename = "datetime";
- version = "20190404.1137";
- src = fetchFromGitHub {
- owner = "doublep";
- repo = "datetime";
- rev = "8c6d6fc991766e6bf9cefc4ea4b04eeae8116a84";
- sha256 = "0c5y304pvns8jhy4fpz4jmbfxdgz8ms04hgrnsb0g168szc9g0s9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/91ef4352603cc69930ab3d63f0a90eee63f5f328/recipes/datetime";
- sha256 = "0c000fnqg936dhjw5qij4lydzllw1x1jgnyy960zh6r61pk062xj";
- name = "recipe";
- };
- packageRequires = [ emacs extmap ];
- meta = {
- homepage = "https://melpa.org/#/datetime";
- license = lib.licenses.free;
- };
- }) {};
- datetime-format = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "datetime-format";
- ename = "datetime-format";
- version = "20160612.1015";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "emacs-datetime";
- rev = "e6427538b547cbe02e1bd6ed4b765c73620bdae8";
- sha256 = "1573z8wq5m8qzbzmnsz2fmbwrj9c0ava0jjfchzmwm2b3jyvqh5r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/datetime-format";
- sha256 = "19qccjz2lzh01glgkixya7bxd6pvyjqgmw8bmqlwag6cb68bwsyv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/datetime-format";
- license = lib.licenses.free;
- };
- }) {};
- datomic-snippets = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , yasnippet }:
- melpaBuild {
- pname = "datomic-snippets";
- ename = "datomic-snippets";
- version = "20180817.345";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "datomic-snippets";
- rev = "4a14228840d5252e13d2bf6209670f26345bbb84";
- sha256 = "1nvng479sy7ykwy9a86qq48yzv8n0903g724srhf42v9c81fc9s7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4da8ec133ec5e1204966c1b12c9bc0ca1b50d643/recipes/datomic-snippets";
- sha256 = "0lax0pj4k9c9n0gmrvil240pc9p25535q3n5m8nb2ar4sli8dn8r";
- name = "recipe";
- };
- packageRequires = [ dash s yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/datomic-snippets";
- license = lib.licenses.free;
- };
- }) {};
- dayone = callPackage ({ fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , mustache
- , uuid }:
- melpaBuild {
- pname = "dayone";
- ename = "dayone";
- version = "20160105.440";
- src = fetchFromGitHub {
- owner = "mori-dev";
- repo = "emacs-dayone";
- rev = "ab628274f0806451f23bce16f62a6a11cbf91a2b";
- sha256 = "1j0mk8vyr6sniliq0ix77jldx8vzl73nd5yhh82klzgyymal58ms";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a7c34ae046b75994cf04d16642bf28d4645d1821/recipes/dayone";
- sha256 = "0hi09dj00h6g5r84jxglwkgbijhfxknx4mq5gcl5jzjis5affk8l";
- name = "recipe";
- };
- packageRequires = [ ht mustache uuid ];
- meta = {
- homepage = "https://melpa.org/#/dayone";
- license = lib.licenses.free;
- };
- }) {};
- db = callPackage ({ fetchFromGitHub
- , fetchurl
- , kv
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "db";
- ename = "db";
- version = "20140421.1411";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-db";
- rev = "b3a423fb8e72f9013009cbe033d654df2ce31438";
- sha256 = "0syv4kr319d34yqi4q61b8jh5yy22wvd148x1m3pc511znh2ry5k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/79ac40439b65c217e1caaa7175d26556b6a6c889/recipes/db";
- sha256 = "05jhga9n6gh1bmj8gda14sb703gn7jgjlvy55mlr5kdb2z3rqw1n";
- name = "recipe";
- };
- packageRequires = [ kv ];
- meta = {
- homepage = "https://melpa.org/#/db";
- license = lib.licenses.free;
- };
- }) {};
- db-pg = callPackage ({ db
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pg }:
- melpaBuild {
- pname = "db-pg";
- ename = "db-pg";
- version = "20130131.1102";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-db-pg";
- rev = "7d5ab86b74b05fe003b3b434d4835f37f3f3eded";
- sha256 = "15r0qwjkl33p8kh2k5kxz9wnbkv1k470b1h0i6svvljkx9ynk68a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c4eb90ea7b8ed5c529c74c3faeaf3eac3955eb31/recipes/db-pg";
- sha256 = "06nfibw01ijv7nr0m142y80jbbpg9kk1dh19s5wq7i6fqf7g08xg";
- name = "recipe";
- };
- packageRequires = [ db pg ];
- meta = {
- homepage = "https://melpa.org/#/db-pg";
- license = lib.licenses.free;
- };
- }) {};
- ddskk = callPackage ({ ccc
- , cdb
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ddskk";
- ename = "ddskk";
- version = "20190423.534";
- src = fetchFromGitHub {
- owner = "skk-dev";
- repo = "ddskk";
- rev = "3248b05c204d05019210e87ac7730fbbcf72df1d";
- sha256 = "1j2wqks75ds7i22g18bcm9y36l14fiqw35vsks1n6brdvsv3ys91";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6eccccb79881eaa04af3ed6395cd2ab981d9c894/recipes/ddskk";
- sha256 = "01pb00p126q7swsl12yjrhghln2wgaj65jhjr0k7dkk64x4psyc9";
- name = "recipe";
- };
- packageRequires = [ ccc cdb ];
- meta = {
- homepage = "https://melpa.org/#/ddskk";
- license = lib.licenses.free;
- };
- }) {};
- deadgrep = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , spinner }:
- melpaBuild {
- pname = "deadgrep";
- ename = "deadgrep";
- version = "20190516.1459";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "deadgrep";
- rev = "caeb37b8d6ab83f0eba353d6bbb29678190d4419";
- sha256 = "158fqha8nilwfzmw15lcsq8b099j8wclzq303md0j4mfr2q2gfvs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93389fae7233b83ea904e17bdaf83f8247cda3d8/recipes/deadgrep";
- sha256 = "01m5ds7lic9g11a5iwzw86k6xcv56wbbzjm1343ckbbi255h9i09";
- name = "recipe";
- };
- packageRequires = [ dash emacs s spinner ];
- meta = {
- homepage = "https://melpa.org/#/deadgrep";
- license = lib.licenses.free;
- };
- }) {};
- debian-el = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "debian-el";
- ename = "debian-el";
- version = "20181020.813";
- src = fetchgit {
- url = "https://salsa.debian.org/emacsen-team/debian-el.git";
- rev = "a499822afc2154ca83edf6a605ed22c5a932fa12";
- sha256 = "0bfgh6v0q93lfd0q628r11jd45cys89z4874a19w61cb0mfpvks0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1a381ec81eb160365f478c6a3af638c14558d7d6/recipes/debian-el";
- sha256 = "0x74a4nm2p4w82kzrdqy90969sminsrhdzppld2mg63jg0wxb8ga";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/debian-el";
- license = lib.licenses.free;
- };
- }) {};
- debpaste = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xml-rpc }:
- melpaBuild {
- pname = "debpaste";
- ename = "debpaste";
- version = "20160113.1547";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "debpaste.el";
- rev = "038f0ff7824f4e3dd455e2232eeca70fa8abcec5";
- sha256 = "1darxggvyv100cfb7imyzvgif8a09pnky62pf3bl2612hhvaijfb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/debpaste";
- sha256 = "0h3hx3vgdhchmndabmzprddq3bxd80jnv4xvma9v6k1v07bl721v";
- name = "recipe";
- };
- packageRequires = [ xml-rpc ];
- meta = {
- homepage = "https://melpa.org/#/debpaste";
- license = lib.licenses.free;
- };
- }) {};
- debug-print = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "debug-print";
- ename = "debug-print";
- version = "20140125.1619";
- src = fetchFromGitHub {
- owner = "kenoss";
- repo = "debug-print";
- rev = "d817fd9ea2d3f8d2c1ace4d8af155684f3a99dc5";
- sha256 = "1n99nrp42slmyp5228d1nz174bysjn122jgs8fn1x0qxywg7jyxp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aaaaa43f6ce7db654b651969797978164143b269/recipes/debug-print";
- sha256 = "01dsqq2qdsbxny6j9dhvg770493awxjhk1m85c14ysgh6sl199rm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/debug-print";
- license = lib.licenses.free;
- };
- }) {};
- decide = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "decide";
- ename = "decide";
- version = "20190201.1337";
- src = fetchFromGitHub {
- owner = "lifelike";
- repo = "decide-mode";
- rev = "4bfcc826dd5b1c30caec455d8baa4f363159eac6";
- sha256 = "07rwflgqlsgqrw2v7rbshrbcr1qkgsx59y904jspvj310s8bsczg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6adcd300e2ac2c718989cf855fd7b3eef654df00/recipes/decide";
- sha256 = "1gjkays48lhrifi9jwja5n2dpxjbl7f9rmka1nsqg9vf7s59vhhc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/decide";
- license = lib.licenses.free;
- };
- }) {};
- decl = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "decl";
- ename = "decl";
- version = "20171212.658";
- src = fetchFromGitHub {
- owner = "preetpalS";
- repo = "decl.el";
- rev = "f16b96e322c646d6018dfbd3c3ba8b2b75fcb9e1";
- sha256 = "07zg8grnqxg27fpksy8b94ry25ljrkag4ffq15d78k8nqmqmf3b8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8c2ecd46180643a0c493e05ec86fe50bc1e55146/recipes/decl";
- sha256 = "0wdhmp226wmrjvjgpbz8ihvhxxv3rrxh97sdqm3mgsav3n071n6k";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/decl";
- license = lib.licenses.free;
- };
- }) {};
- dedicated = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dedicated";
- ename = "dedicated";
- version = "20090428.1231";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "dedicated";
- rev = "8275fb672f9cc4ba6682ebda0ef91db827e32992";
- sha256 = "0pba9s0h37sxyqh733vi6k5raa4cs7aradipf3826inw36jcw414";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2a50f62475639af011c99c6cc38928b74b3b0a/recipes/dedicated";
- sha256 = "1ka8n02r3nd2ksbid23g2qd6707c7xsjx7lbbdi6pcmwam5mglw9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dedicated";
- license = lib.licenses.free;
- };
- }) {};
- dedukti-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dedukti-mode";
- ename = "dedukti-mode";
- version = "20171103.512";
- src = fetchFromGitHub {
- owner = "rafoo";
- repo = "dedukti-mode";
- rev = "d7c3505a1046187de3c3aeb144455078d514594e";
- sha256 = "1842wikq24c8rg0ac84vb1qby9ng1nssxswyyni4kq85lng5lcrp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/767a685fbe8ae86177e90a17dac3815d41d74df4/recipes/dedukti-mode";
- sha256 = "17adfmrhfks5f45ddr6ygjq870ac50vfzc5872ycv414zg0w4sa9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dedukti-mode";
- license = lib.licenses.free;
- };
- }) {};
- default-text-scale = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "default-text-scale";
- ename = "default-text-scale";
- version = "20190107.1218";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "default-text-scale";
- rev = "f425d3765c4dea3f2e550720278f9d424579ee5d";
- sha256 = "0h42jiwxrxjmk7ccwh3h25n7dy2rq61ncm5wx27jhkncc5jdm4h6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db5e0b70e2d9c80aa41ae2c397f822789c2d3cc2/recipes/default-text-scale";
- sha256 = "18r90ic38fnlsbg4gi3r962vban398x2bf3rqhrc6z4jk4aiv3mi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/default-text-scale";
- license = lib.licenses.free;
- };
- }) {};
- deferred = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "deferred";
- ename = "deferred";
- version = "20170901.630";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-deferred";
- rev = "2239671d94b38d92e9b28d4e12fd79814cfb9c16";
- sha256 = "0vz59lm7pfz0gbsgrb44y555js85wbdjn0zm6p8wfqjiqf63ds3i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/deferred";
- sha256 = "1i8jfapzmw86iqwhnnlqmcj6zh4hyhizdcwjxcnxdj6kvxmwyysm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/deferred";
- license = lib.licenses.free;
- };
- }) {};
- define-word = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "define-word";
- ename = "define-word";
- version = "20190506.825";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "define-word";
- rev = "11bfee628aee082a9a3a2fd5f083cbdb05d5d00a";
- sha256 = "1yrhrvqiyp4cv6bpvdrkc5zfwflb1jx8kmivjkpv6765pnr11zp8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e318b30d8b2b89981f4b89d78e5a46e77d3de412/recipes/define-word";
- sha256 = "035fdfwnxw0mir1dyvrimygx2gafcgnvlcsmwmry1rsfh39n5b9a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/define-word";
- license = lib.licenses.free;
- };
- }) {};
- defproject = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "defproject";
- ename = "defproject";
- version = "20151201.1419";
- src = fetchFromGitHub {
- owner = "kotfic";
- repo = "defproject";
- rev = "674d48a5e34cb4bba76faa38ee901322ec649086";
- sha256 = "07jzr571q02l0lg5d40rnmzg16hmybi1nkjgslmvlx46z3c4xvyr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/86465b351e668d6c19a6fc8e1b1a4aa7904cd139/recipes/defproject";
- sha256 = "1gld2fkssrjh4smpp54017549d6aw3n1zisp5s4kkb6cmszwj5gm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/defproject";
- license = lib.licenses.free;
- };
- }) {};
- defrepeater = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "defrepeater";
- ename = "defrepeater";
- version = "20180829.2110";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "defrepeater.el";
- rev = "62b00ede57d2e115b9ef9f21268c021ae1186873";
- sha256 = "106q2h4djcf1q9v31wmimj59fiqmclgxw13s8zjnhv3sc2m3z1ka";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0d9cf994233ad098826c6933dfd57665044f598/recipes/defrepeater";
- sha256 = "1zlp206dy5qipb7m3m77j4har258rxgwxg5ipflym4jj183maa39";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/defrepeater";
- license = lib.licenses.free;
- };
- }) {};
- deft = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "deft";
- ename = "deft";
- version = "20181226.734";
- src = fetchFromGitHub {
- owner = "jrblevin";
- repo = "deft";
- rev = "f54e8a65a7e75a029657364055420374df45656d";
- sha256 = "1vas6jgwli0jcxmxmcwvzwv4414q8kkmhqfz5m96r7l4lpgcrhdr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e2a0e4698d4e71ec28656594f6a83504a823490/recipes/deft";
- sha256 = "0f6z9hsigbwdsmg0abk1ddl9j19d0rpj4gzkl0d5arcpqbla26hp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/deft";
- license = lib.licenses.free;
- };
- }) {};
- delim-kill = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "delim-kill";
- ename = "delim-kill";
- version = "20100516.2320";
- src = fetchFromGitHub {
- owner = "thomas11";
- repo = "delim-kill";
- rev = "1dbe47344f2d2cbc8c54beedf0cf0bf10fd203c1";
- sha256 = "06a20sd8nc273azrgha40l1fbqvv9qmxsmkjiqbf6dcf1blkwjyf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/delim-kill";
- sha256 = "1pplc456771hi52ap1p87y7pabxlvm6raszcxjvnxff3xzw56pig";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/delim-kill";
- license = lib.licenses.free;
- };
- }) {};
- demangle-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "demangle-mode";
- ename = "demangle-mode";
- version = "20190527.2006";
- src = fetchFromGitHub {
- owner = "liblit";
- repo = "demangle-mode";
- rev = "06903d731dfde110e10b979dcc7624ef6dbb5ac8";
- sha256 = "1j0fszql941kmbd3sf3rjynm4g01cgpkq20lvy9ayj3f2cy46ad4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ced9f4ffb051a8474d3f72695156416cf2dd8be/recipes/demangle-mode";
- sha256 = "0ky0bb6rc99vrdli4lhs656qjndnla9b7inc2ji9l4n1zki5qxzk";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/demangle-mode";
- license = lib.licenses.free;
- };
- }) {};
- demo-it = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "demo-it";
- ename = "demo-it";
- version = "20180403.2032";
- src = fetchFromGitHub {
- owner = "howardabrams";
- repo = "demo-it";
- rev = "4f74e6f1bb6519587303e20fe59470853b1a0352";
- sha256 = "15j4f7jjjhrcjycxwzqnwqhm3fyvjnisd41k5lw13dnhbmp1gzx6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1dec5877db00c29d81d76be0ee2504399bad9cc4/recipes/demo-it";
- sha256 = "063v115xy9mcga4qv16v538k12rn9maz92khzwa35wx56bwz4gg7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/demo-it";
- license = lib.licenses.free;
- };
- }) {};
- describe-number = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yabin }:
- melpaBuild {
- pname = "describe-number";
- ename = "describe-number";
- version = "20151031.1755";
- src = fetchFromGitHub {
- owner = "netromdk";
- repo = "describe-number";
- rev = "40618345a37831804b29589849a785ef5aa5ac24";
- sha256 = "13fasbhdjwc4jh3cy25gm5sbbg56hq8la271098qpx6dhqm2wycq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d5ed9063f7e9f540bc90c1df4e3604d4af9bcfe5/recipes/describe-number";
- sha256 = "0gvriailni2ppz69g0bwnb1ik1ghjkj341k45vllz30j0frp9iji";
- name = "recipe";
- };
- packageRequires = [ yabin ];
- meta = {
- homepage = "https://melpa.org/#/describe-number";
- license = lib.licenses.free;
- };
- }) {};
- desktop-environment = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "desktop-environment";
- ename = "desktop-environment";
- version = "20190526.128";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "desktop-environment";
- rev = "284c38fcb5b10746255ee4123eaa549e028df0c8";
- sha256 = "14ija2rrz3zjhjbzxg84j5fq6xph4ah7w9bkqnq37by040cydvhw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dfe988e0dd4a1272ecf7b2fe758ef0c81e2acad2/recipes/desktop-environment";
- sha256 = "0iai1awpkv4n8k263854mx95c8yh2vvif6z91mgn6hck8774v9zp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/desktop-environment";
- license = lib.licenses.free;
- };
- }) {};
- desktop-plus = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "desktop-plus";
- ename = "desktop+";
- version = "20170107.1332";
- src = fetchFromGitHub {
- owner = "ffevotte";
- repo = "desktop-plus";
- rev = "d26f369bda96860eef18365cdb5c79f39a2c765c";
- sha256 = "19z44rm2071hq3664gngywhr7k4wcbdzbixmwjl2x0sp0bdzg2v6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b009b42c73490d56d4613dcf5a57447fb4ccab4/recipes/desktop+";
- sha256 = "0w7i6k4814hwb19l7ly9yq59674xiw57ylrwxq7yprwx52sgs2r8";
- name = "recipe";
- };
- packageRequires = [ dash emacs f ];
- meta = {
- homepage = "https://melpa.org/#/desktop+";
- license = lib.licenses.free;
- };
- }) {};
- desktop-registry = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "desktop-registry";
- ename = "desktop-registry";
- version = "20140119.1343";
- src = fetchFromGitHub {
- owner = "ryuslash";
- repo = "desktop-registry";
- rev = "244c2e7f9f0a1050aa8a47ad0b38f4e4584682dd";
- sha256 = "11qvhbz7149vqh61fgqqn4inw0ic6ib9lz2xgr9m54pdw9a901mp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/desktop-registry";
- sha256 = "1sfj0w6hlrx37js63fn1v5xc9ngmahv07g42z68717md6w3c8g0v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/desktop-registry";
- license = lib.licenses.free;
- };
- }) {};
- detour = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "detour";
- ename = "detour";
- version = "20181122.1338";
- src = fetchFromGitHub {
- owner = "ska2342";
- repo = "detour";
- rev = "f41f17cf1cf4f3db41563ff011786b6567596fb4";
- sha256 = "1mgz2gicp7wm41x8y8q4wwsa92pga67wngpf8473lb2jrzpf78k6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/010af7946b10ded846225a19d375434b5d9427a8/recipes/detour";
- sha256 = "0w63vqlzkvx54y8y71gzzdyxzm4430bqfyapzyrzrsmxh773hnmn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/detour";
- license = lib.licenses.free;
- };
- }) {};
- devdocs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "devdocs";
- ename = "devdocs";
- version = "20170731.150";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "DevDocs.el";
- rev = "a2d51e824f0cc48a9dd611cc740bc8b86143e611";
- sha256 = "0nzh7pgvj4cs5d29lrrmbas29xdslgqzsqjmpapzqzbnrgprnbx8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/devdocs";
- sha256 = "14vab71fy5i1ccmzgfdg37lfs1ix3qwhcyk9lvbahcmwnbnimlzm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/devdocs";
- license = lib.licenses.free;
- };
- }) {};
- dfmt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dfmt";
- ename = "dfmt";
- version = "20170728.323";
- src = fetchFromGitHub {
- owner = "qsimpleq";
- repo = "elisp-dfmt";
- rev = "21b9094e907b7ac53f5ecb4ff4539613a9d12434";
- sha256 = "11r1i8nlz98z49fqb447abg1pv6838q54ly19wyg82k52875ms7m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a343a752d25185b30b10805c4012f3b21a03651e/recipes/dfmt";
- sha256 = "06g9yimw6q4wl2prspr8vjyv2pxk8bb0451wplpp70h5ajfwy3dz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dfmt";
- license = lib.licenses.free;
- };
- }) {};
- dhall-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , reformatter }:
- melpaBuild {
- pname = "dhall-mode";
- ename = "dhall-mode";
- version = "20190526.1413";
- src = fetchFromGitHub {
- owner = "psibi";
- repo = "dhall-mode";
- rev = "1b71e8e7123647761d8f35916c06b7280b2929ea";
- sha256 = "12xpzaby75fczxj885ij9wgrc9pn05mg5s7abgfr1irvkq7s467n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c7ab435077b2f47d75ddc0ff10c64ee2b46044e2/recipes/dhall-mode";
- sha256 = "1zkspjwllcw9k4nlnif6jdwzl08ki39vmx90apw029n87xhvx7mp";
- name = "recipe";
- };
- packageRequires = [ emacs reformatter ];
- meta = {
- homepage = "https://melpa.org/#/dhall-mode";
- license = lib.licenses.free;
- };
- }) {};
- dianyou = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dianyou";
- ename = "dianyou";
- version = "20190604.515";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "dianyou";
- rev = "1a1fe6da3196f91db7b76b6c552ca4f2629e36bf";
- sha256 = "1bgyq4zrhzlqmfgv3az4csgsrqidlshwjbx4r9l2rydk3k3gl78n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/059b003c74acdfdd917ecb6fecb782a0f54d155b/recipes/dianyou";
- sha256 = "1mz3nvr62gfkhbayw7784c8kn8drbiq9hlqv1g5vd9pdfhxqs8jl";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dianyou";
- license = lib.licenses.free;
- };
- }) {};
- diary-manager = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diary-manager";
- ename = "diary-manager";
- version = "20181214.1926";
- src = fetchFromGitHub {
- owner = "raxod502";
- repo = "diary-manager";
- rev = "919f724bb58e36b8626dd8d7c8475f71c0c54443";
- sha256 = "12zg022bhfn4gsclb5wk8wh0bqyy0v5j37369haq6rb5jcc6x5fb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a014f4d862a2480f7edb1266f79ce0801cca13c2/recipes/diary-manager";
- sha256 = "1sk0pvadx4jmv93dj796ysn3jh2wvywayd7dd20v22kdvnlii73d";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/diary-manager";
- license = lib.licenses.free;
- };
- }) {};
- dic-lookup-w3m = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , stem
- , w3m }:
- melpaBuild {
- pname = "dic-lookup-w3m";
- ename = "dic-lookup-w3m";
- version = "20180526.921";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "dic-lookup-w3m";
- rev = "3254ab10cbf0078c7162557dd1f68dac28459cf9";
- sha256 = "0g8kzaxjka7n9jdldh45m22nizgv0m0v94ns7vmmhf1hpsf3zfxz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/30de78c9cf83de30093a5647976eeaf552d4b2cb/recipes/dic-lookup-w3m";
- sha256 = "1kwbmzzf8sj4bn5kicmlp2hzv8ydcikwmdy7s40ggkgf1mk9zvqr";
- name = "recipe";
- };
- packageRequires = [ stem w3m ];
- meta = {
- homepage = "https://melpa.org/#/dic-lookup-w3m";
- license = lib.licenses.free;
- };
- }) {};
- dictcc = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dictcc";
- ename = "dictcc";
- version = "20190118.1202";
- src = fetchFromGitHub {
- owner = "cqql";
- repo = "dictcc.el";
- rev = "3244897515db954eafeed9648e7a0011b89c3ce2";
- sha256 = "1nlgz3i8kynhl6d6h5rszja14z5n7ri83mm5ks90nbdhjcqwk3qd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e867df96915a0c4f22fdccd4e2096878895bda6/recipes/dictcc";
- sha256 = "0x1y742hb3dm7xmh5810dlqki38kybw68rmg9adcchm2rn86jqlm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/dictcc";
- license = lib.licenses.free;
- };
- }) {};
- dictionary = callPackage ({ connection
- , fetchFromGitHub
- , fetchurl
- , lib
- , link
- , melpaBuild }:
- melpaBuild {
- pname = "dictionary";
- ename = "dictionary";
- version = "20190403.1218";
- src = fetchFromGitHub {
- owner = "myrkr";
- repo = "dictionary-el";
- rev = "6edc1d0a4156d33c3da0c1649c308b809fda46e1";
- sha256 = "0g95q3yggzxr8d2gjxamfwx8xbzf182naxpb265r7v9awd35bqk5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b08ed7b90e3283e177eff57cb02b12a093dc258/recipes/dictionary";
- sha256 = "0zr9sm5rmr0frxdr0za72wiffip9391fn9dm5y5x0aj1z4c1n28w";
- name = "recipe";
- };
- packageRequires = [ connection link ];
- meta = {
- homepage = "https://melpa.org/#/dictionary";
- license = lib.licenses.free;
- };
- }) {};
- diff-hl = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diff-hl";
- ename = "diff-hl";
- version = "20190223.1533";
- src = fetchFromGitHub {
- owner = "dgutov";
- repo = "diff-hl";
- rev = "84a5fe1900af2e5cc522f02749804f0d9f094bbf";
- sha256 = "1xlsg728mz3cwhrsqvisa0aidic67nymd9g7h4c1h3q63j39yb2s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/diff-hl";
- sha256 = "135jgjfaiq6kj72ji5k22v4pqc8gjjmcv80r5rkjbjigzlvcvvj2";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/diff-hl";
- license = lib.licenses.free;
- };
- }) {};
- difflib = callPackage ({ cl-generic
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "difflib";
- ename = "difflib";
- version = "20171227.718";
- src = fetchFromGitHub {
- owner = "dieggsy";
- repo = "difflib.el";
- rev = "b08850251812d71e62fd6956081299590acdf37b";
- sha256 = "03k5iy610f1m2nmkdk69p49fcfqfyxmy3h6fqvqsr2v1hix8i54a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df1924ddff6fd1b5fa32481d3b3d6fbe89a127d3/recipes/difflib";
- sha256 = "07bm5hib3ihrrx0lhfsl6km9gfckl73qd4cb37h93zw0hc9xwhy6";
- name = "recipe";
- };
- packageRequires = [ cl-generic emacs ht s ];
- meta = {
- homepage = "https://melpa.org/#/difflib";
- license = lib.licenses.free;
- };
- }) {};
- diffscuss-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diffscuss-mode";
- ename = "diffscuss-mode";
- version = "20141014.1657";
- src = fetchFromGitHub {
- owner = "tomheon";
- repo = "diffscuss";
- rev = "bbc6dbed4b97d1eb9ae5dae021ed1e066129bd98";
- sha256 = "0ppsgfzmdg0r418n2x0qxwhyqs7hjj8fgazc4xzgs8fsg4j3h7mr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/diffscuss-mode";
- sha256 = "1mycjis38gqwha7jgj05fzv0041ghk6khy5d2dlcyy2nh3bb68rb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/diffscuss-mode";
- license = lib.licenses.free;
- };
- }) {};
- diffview = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diffview";
- ename = "diffview";
- version = "20150928.2211";
- src = fetchFromGitHub {
- owner = "mgalgs";
- repo = "diffview-mode";
- rev = "031b70913e755c5e55222680f80185032a7d1728";
- sha256 = "0diw887x4q7kbgdvxbbnxdw51z33kqwxw3v9m45fczxbywyi4cxf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0ea5dd4c9c114618ac20f565c878f509ce8d9872/recipes/diffview";
- sha256 = "0vlzmykvxjwjww313brl1nr13kz41jypsk0s3l8q3rbsnkpfic5k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/diffview";
- license = lib.licenses.free;
- };
- }) {};
- digistar-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "digistar-mode";
- ename = "digistar-mode";
- version = "20160218.1155";
- src = fetchFromGitHub {
- owner = "retroj";
- repo = "digistar-mode";
- rev = "15288b1e1a04b79b5ab7097fdd26d48b2ff41076";
- sha256 = "0qxdfv1p0140fqcxh677hhxwpx1fihvwhvh76pysn4q4pcfr6ldr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/851fa17152b664df99b80a654e5c055bb5227181/recipes/digistar-mode";
- sha256 = "0khzxlrm09h31i1nqz6rnzhrdssb3kppc4klpxza612l306fih0s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/digistar-mode";
- license = lib.licenses.free;
- };
- }) {};
- digit-groups = callPackage ({ dash
- , fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "digit-groups";
- ename = "digit-groups";
- version = "20160816.1926";
- src = fetchhg {
- url = "https://bitbucket.com/adamsmd/digit-groups";
- rev = "ee1d6de37260";
- sha256 = "0rkajjlw820gfx1kclkcvdq7milhiid2yzvn9hd275ydskrhhwlp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eea9d435c7c1889b16549a0ef3f66483b2de3605/recipes/digit-groups";
- sha256 = "1wy1hf15qi9v0wz2rykpf40v3g2n4mha6h207m0zn8l8rb79hwjq";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/digit-groups";
- license = lib.licenses.free;
- };
- }) {};
- digitalocean = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "digitalocean";
- ename = "digitalocean";
- version = "20180603.225";
- src = fetchFromGitLab {
- owner = "olymk2";
- repo = "emacs-digitalocean";
- rev = "1cac663c4bcb7f8325783954df6c0caf3dc20f6e";
- sha256 = "0iinc4c3bpqqwp077437hl4z1ja7fwc1qq2ldbi7xbz4cn819f2l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bc81950b42e4fdc9e6710ba1b859f0fba98be3fa/recipes/digitalocean";
- sha256 = "086v4wrzkjgjks6lfp2hn97pcbplxmc7y7bbiriw4gixgqds6yx9";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/digitalocean";
- license = lib.licenses.free;
- };
- }) {};
- digitalocean-helm = callPackage ({ digitalocean
- , emacs
- , fetchFromGitLab
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "digitalocean-helm";
- ename = "digitalocean-helm";
- version = "20180610.46";
- src = fetchFromGitLab {
- owner = "olymk2";
- repo = "emacs-digitalocean-helm";
- rev = "b125c9882eded7d73ec109d152b26625f333440b";
- sha256 = "072v1800gjv566fqjxp8dvzkilwhbvl7lc5fqc0mr4xw8lpldkx9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bc81950b42e4fdc9e6710ba1b859f0fba98be3fa/recipes/digitalocean-helm";
- sha256 = "0q1ir6i9x1ql5c8vg1bff9px2jpwb0rxfiavk9fj3mqbjdifrz0w";
- name = "recipe";
- };
- packageRequires = [ digitalocean emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/digitalocean-helm";
- license = lib.licenses.free;
- };
- }) {};
- dim = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dim";
- ename = "dim";
- version = "20160818.249";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "dim.el";
- rev = "110624657fec0c8a7b3589108230e6a635302ae0";
- sha256 = "1qiqkppfpgyqm1z31i956gj96670kjxs7m33knmhngqk7i5yc94i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3a740ab40cab3a1890f56df808f41a2d541aa77c/recipes/dim";
- sha256 = "0gsyily47g3g55qmhp1wzfz319l1pkgjz4lbigafjzlzqxyclz52";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dim";
- license = lib.licenses.free;
- };
- }) {};
- dim-autoload = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dim-autoload";
- ename = "dim-autoload";
- version = "20180318.1327";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "dim-autoload";
- rev = "2ff7ded0c9f8bb582fb9018bea47ead44d048cf8";
- sha256 = "0lbfgfx3015b1kspqrsnlpvzl7i06yxafj1i2lpcy7ay4fv5rp54";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66b1a81dfd09a2859ae996d5d8e3d704857a340f/recipes/dim-autoload";
- sha256 = "0lhzzjrgfvbqnzwhjywrk3skdb7x10xdq7d21q6kdk3h5r0np9f9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dim-autoload";
- license = lib.licenses.free;
- };
- }) {};
- diminish = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diminish";
- ename = "diminish";
- version = "20170419.1036";
- src = fetchFromGitHub {
- owner = "myrjola";
- repo = "diminish.el";
- rev = "d5c61a14e1a5590a65f83c099a5bd42fcadff24d";
- sha256 = "0c0p4b3nfnczmkjx64qz2w9dk0b7srfnhrnd902qn9z55k4n0wg8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1bfb4acb381cada46458cf60eae9b88d007294d5/recipes/diminish";
- sha256 = "1h6a31jllypk47akjflz89xk6h47na96pim17d6g4rpqcafc2k43";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/diminish";
- license = lib.licenses.free;
- };
- }) {};
- dimmer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dimmer";
- ename = "dimmer";
- version = "20180217.2011";
- src = fetchFromGitHub {
- owner = "gonewest818";
- repo = "dimmer.el";
- rev = "a418acf718697b5b1824856c9872aa7f4075b96d";
- sha256 = "1rqga5mc2yapxsnk16fcpaj8vjxb6w6mbjxm59vv9l5ddkfagfsf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ae80e9202d69ed3214325dd15c4b2f114263954/recipes/dimmer";
- sha256 = "0w8n5svckk1jp8856pg2gkws9798prqjjkdqf8ili2hjcqnd1a3r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dimmer";
- license = lib.licenses.free;
- };
- }) {};
- dionysos = callPackage ({ alert
- , cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , libmpdee
- , melpaBuild
- , pkg-info
- , s }:
- melpaBuild {
- pname = "dionysos";
- ename = "dionysos";
- version = "20160810.356";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "dionysos";
- rev = "98bc789d20e41020d6e62d63d3c78f8032fa4bf2";
- sha256 = "1hma72dyn3w6cwd3vrgg4hdlrxgwqs55cjyxb05vs9csz7r42208";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/890445eca3c555acd2639a6f509c8e83b687f2bd/recipes/dionysos";
- sha256 = "1wjgj74dnlwd79gc3l7ymbx75jka8rw9smzbb10dsfppw3rrzfmz";
- name = "recipe";
- };
- packageRequires = [ alert cl-lib dash libmpdee pkg-info s ];
- meta = {
- homepage = "https://melpa.org/#/dionysos";
- license = lib.licenses.free;
- };
- }) {};
- dircmp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dircmp";
- ename = "dircmp";
- version = "20141204.956";
- src = fetchFromGitHub {
- owner = "matthewlmcclure";
- repo = "dircmp-mode";
- rev = "558ee0b601c2de9d247612085aafe2926f56a09f";
- sha256 = "0mcsfsybpsxhzkd2m9bzc0np49azm6qf5x4x9h9lbxc8vfgh4z8s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b146db5977003cb48bc37317f3df19b8a8c7fc30/recipes/dircmp";
- sha256 = "0cnj7b0s8vc83sh9sai1cldw54krk5qbz1qmlvvd1whryf2pc95c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dircmp";
- license = lib.licenses.free;
- };
- }) {};
- dired-atool = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-atool";
- ename = "dired-atool";
- version = "20181228.622";
- src = fetchFromGitHub {
- owner = "HKey";
- repo = "dired-atool";
- rev = "09dbb769fe02f546da470369a12468ab4a0cceb2";
- sha256 = "0j2dz4vy4i22185hhlwg2kprpis97xb12qvfdhvdcnz2vwy61sxa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fe7b0857828a041ee06b30edd2cd488cc3394c7/recipes/dired-atool";
- sha256 = "0qljx6fmz1hal9r2smjyc957wcvcpg16vp5mv65ip6d26k5qsj0w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dired-atool";
- license = lib.licenses.free;
- };
- }) {};
- dired-avfs = callPackage ({ dash
- , dired-hacks-utils
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-avfs";
- ename = "dired-avfs";
- version = "20161012.404";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "dired-hacks";
- rev = "bef0c7eb03474defa02bbba5c15401a766c8ff7c";
- sha256 = "1l7kay58ix9gmn06nws04f642svy0s1zplh86m7ihq4b6jb04hxj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/568e524b7bdf91b31655bdbb30fe9481d7a0ffbf/recipes/dired-avfs";
- sha256 = "1q42pvrpmd525887iicd3m5gw4w2a78xb72v7fjfl30ay1kir4bm";
- name = "recipe";
- };
- packageRequires = [ dash dired-hacks-utils ];
- meta = {
- homepage = "https://melpa.org/#/dired-avfs";
- license = lib.licenses.free;
- };
- }) {};
- dired-collapse = callPackage ({ dash
- , dired-hacks-utils
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-collapse";
- ename = "dired-collapse";
- version = "20190515.510";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "dired-hacks";
- rev = "a9dc5eb34fc96da839f5cbd70eb096758f72b3fe";
- sha256 = "09zv5k9na72r0gsh67mxg8ynrijl4yy53s9w9lymbdxysc4s53qs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6aab23df1451682ff18d9ad02c35cb7ec612bc38/recipes/dired-collapse";
- sha256 = "1k8h5cl8r68rnr1a3jnbc0ydflzm5mad7v7f1q60wks5hv61dsd1";
- name = "recipe";
- };
- packageRequires = [ dash dired-hacks-utils f ];
- meta = {
- homepage = "https://melpa.org/#/dired-collapse";
- license = lib.licenses.free;
- };
- }) {};
- dired-dups = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-dups";
- ename = "dired-dups";
- version = "20130527.1425";
- src = fetchFromGitHub {
- owner = "vapniks";
- repo = "dired-dups";
- rev = "694ad128c822c59348ced16c4a0c1356d43da47a";
- sha256 = "1lcmpzwj43gix2q56bh2gw3gfqh8vl5j3mqr8s7v3k0aw816j0ni";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d01ad74959e17b5708ba9fa6a4958d4cda4e232/recipes/dired-dups";
- sha256 = "05s02gw8b339yvsr7vvka1r2140y7mbjzs8px4kn4acgb5y7rk71";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-dups";
- license = lib.licenses.free;
- };
- }) {};
- dired-efap = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-efap";
- ename = "dired-efap";
- version = "20140122.856";
- src = fetchFromGitHub {
- owner = "juan-leon";
- repo = "dired-efap";
- rev = "624757b2e54d9a13e2183118d6c113e37684b90c";
- sha256 = "0jj9da880b4zwxba140fldai1x9p2sxc6hdf3wz6lnbvz1pyn1mv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5669ca2adc48f3349eb59276850e6174e37f9de7/recipes/dired-efap";
- sha256 = "01j5v6584qi8ia7zmk03kx3i3kmm6hn6ycfgqlh5va6lp2h9sr00";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-efap";
- license = lib.licenses.free;
- };
- }) {};
- dired-explorer = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-explorer";
- ename = "dired-explorer";
- version = "20180606.1921";
- src = fetchFromGitHub {
- owner = "jidaikobo-shibata";
- repo = "dired-explorer";
- rev = "3ade0a31b5340271d05e9bf443f2504960f6c6dd";
- sha256 = "0lbm326na005k3pa11rqq5nbhvm55dydi2a7fzs3bzlqwbx7d6fq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acd40e02185847dfdcd70b3cacea703133e4356d/recipes/dired-explorer";
- sha256 = "12mymmcl663ci543vqzg8jai8kgfbb3gw5wsbcm4ln3j8d5fgzd9";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/dired-explorer";
- license = lib.licenses.free;
- };
- }) {};
- dired-fdclone = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-fdclone";
- ename = "dired-fdclone";
- version = "20180402.2308";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "dired-fdclone.el";
- rev = "903d7a736d240ef7352989a4e5d0ff9129c2ee3c";
- sha256 = "0vkdsm29g1cvvv1j8xgjwr94x20zx8k2wvmncrpakcwq6d47cfxw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a0ddc10b11772d72a473e8d24ab4641bf4239a4/recipes/dired-fdclone";
- sha256 = "11aikq2q3m9h4zpgl24f8npvpwd98jgh8ygjwy2x5q8as8i89vf9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-fdclone";
- license = lib.licenses.free;
- };
- }) {};
- dired-filetype-face = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-filetype-face";
- ename = "dired-filetype-face";
- version = "20180907.639";
- src = fetchFromGitHub {
- owner = "jixiuf";
- repo = "dired-filetype-face";
- rev = "7ade7f7e8c2d7518c65f3f0343a10c272da0f47e";
- sha256 = "0s8mqz331iw2bk4xdvj9zljklqj8dxv0yaw100lddg37qmdf7lgl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e6c8015af3d5f013272308a97e089a4e3ca847d/recipes/dired-filetype-face";
- sha256 = "1g9wzkkqmlkxlxwx43446q9mlam035zwq0wzpf7m6394rw2xlwx6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-filetype-face";
- license = lib.licenses.free;
- };
- }) {};
- dired-filter = callPackage ({ cl-lib ? null
- , dash
- , dired-hacks-utils
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-filter";
- ename = "dired-filter";
- version = "20190211.1220";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "dired-hacks";
- rev = "618b2037a3fc6940894a1030863298c96362c3b8";
- sha256 = "061aadq4k7rfarp2yqzzldldr4k1g7m44jvnbsypddbnwqp6nf5c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/568e524b7bdf91b31655bdbb30fe9481d7a0ffbf/recipes/dired-filter";
- sha256 = "1mw94210i57wrqfyif6rh689xbwbpv1qp6bgc0j7z6g4xypvd52p";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash dired-hacks-utils f ];
- meta = {
- homepage = "https://melpa.org/#/dired-filter";
- license = lib.licenses.free;
- };
- }) {};
- dired-hacks-utils = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-hacks-utils";
- ename = "dired-hacks-utils";
- version = "20190522.250";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "dired-hacks";
- rev = "9523083f57c8278e3f52ca63b965249123139cd1";
- sha256 = "1hqk6nipxg0pr0ksgc0rv0s99p5fllqsnfv88zv53g7mqyapx3wd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/568e524b7bdf91b31655bdbb30fe9481d7a0ffbf/recipes/dired-hacks-utils";
- sha256 = "1vgl0wqf7gc2nbiqjn0rkrdlnxfm3wrgspx5b3cixv2n8rqx8kyi";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/dired-hacks-utils";
- license = lib.licenses.free;
- };
- }) {};
- dired-hide-dotfiles = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-hide-dotfiles";
- ename = "dired-hide-dotfiles";
- version = "20170314.1339";
- src = fetchFromGitHub {
- owner = "mattiasb";
- repo = "dired-hide-dotfiles";
- rev = "b715f643ec805b3b8aca334595e6589320f04a49";
- sha256 = "1n6l25lrhp1x8nhc54kqal96wq96kkfyvz5yzvlw1qd3yk4s567i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba64a50f85fdb0ad54149dfed4051b4c1a719cbb/recipes/dired-hide-dotfiles";
- sha256 = "0yy131cvj9a9sz02ari7pzwf22r5y7acyg757h3jvih317v6jyp0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dired-hide-dotfiles";
- license = lib.licenses.free;
- };
- }) {};
- dired-icon = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-icon";
- ename = "dired-icon";
- version = "20170222.2126";
- src = fetchFromGitLab {
- owner = "xuhdev";
- repo = "dired-icon";
- rev = "f60e10757a5011235b519231ad35974ff25963ed";
- sha256 = "0r9qmr2l5kjwh1frp0k87nyaf13f7f9fjjf9yf9z92djqapfm9dd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a96249947cba52cd75515b3dc83b0842fedf624/recipes/dired-icon";
- sha256 = "0nyiqcywc1p8kw3psisl4zxwmf2g0x82kanka85zxxdz15s509j1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dired-icon";
- license = lib.licenses.free;
- };
- }) {};
- dired-imenu = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-imenu";
- ename = "dired-imenu";
- version = "20140109.810";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "dired-imenu";
- rev = "610e21fe0988c85931d34894d3eee2442c79ab0a";
- sha256 = "088h9yn6wndq4pq6f7q4iz17f9f4ci29z9nh595idljp3vwr7qid";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e346de86b7f7fd5dad548f0936cde54ac11e3f79/recipes/dired-imenu";
- sha256 = "09yix4fkr03jq6j2rmvyg6gkmcnraw49a8m9649r3m525qdnhxs1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-imenu";
- license = lib.licenses.free;
- };
- }) {};
- dired-k = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-k";
- ename = "dired-k";
- version = "20170313.803";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-dired-k";
- rev = "c50e8f73358060a448bff66db2d330b52bbeffc1";
- sha256 = "14yvsv7cvfviszii0bj0qf094rmnwzssinrqrkpxg4jil2n4bb9d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f8a828b2fbfa11c4b74192d9d0cfa0ad34b3da7/recipes/dired-k";
- sha256 = "0lghdmy9qcjykscfxvfrz8cpp87qc0vfd03vw8nfpvwcs2sd28i8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dired-k";
- license = lib.licenses.free;
- };
- }) {};
- dired-launch = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-launch";
- ename = "dired-launch";
- version = "20180607.1141";
- src = fetchFromGitHub {
- owner = "thomp";
- repo = "dired-launch";
- rev = "ad45940f76ef2f6c3bb55e998829b311de191dae";
- sha256 = "057nqlvqnq30gxfidmynp33040bgdq4gbwk0qdm294c5ap2af5yj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31c9a4945d65aa6afc371c447a572284d38d4d71/recipes/dired-launch";
- sha256 = "0vhf0iai60mp8sp7snishz6nrw0bcriq4cx64f41lk1adjb2mqaw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-launch";
- license = lib.licenses.free;
- };
- }) {};
- dired-narrow = callPackage ({ dash
- , dired-hacks-utils
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-narrow";
- ename = "dired-narrow";
- version = "20181114.923";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "dired-hacks";
- rev = "c7184dc8f6ed3f2330db8d8f21f01c4b08056dd3";
- sha256 = "1i5a6srd3fpqdvvhyv0swybznimx9ilpm3sd76ha3shispyij1x5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8994330f90a925df17ae425ccdc87865df8e19cd/recipes/dired-narrow";
- sha256 = "1rgqiscbizalh78jwc53zbj599dd13a6vzdgf75vzllc1w7jsg6d";
- name = "recipe";
- };
- packageRequires = [ dash dired-hacks-utils ];
- meta = {
- homepage = "https://melpa.org/#/dired-narrow";
- license = lib.licenses.free;
- };
- }) {};
- dired-open = callPackage ({ dash
- , dired-hacks-utils
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-open";
- ename = "dired-open";
- version = "20180922.413";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "dired-hacks";
- rev = "a45737d3a5aaac6928ebd7af041e5603dffaca64";
- sha256 = "1bhz0x7sa4a56f5ha8h9w36y5pirvzhkhczyfwf4z74j4z5z44sm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/568e524b7bdf91b31655bdbb30fe9481d7a0ffbf/recipes/dired-open";
- sha256 = "0a4ksz2jkva4gvhprywjc1fzrbf95xdk8gn25nv1h1c1ckhr91qx";
- name = "recipe";
- };
- packageRequires = [ dash dired-hacks-utils ];
- meta = {
- homepage = "https://melpa.org/#/dired-open";
- license = lib.licenses.free;
- };
- }) {};
- dired-quick-sort = callPackage ({ fetchFromGitLab
- , fetchurl
- , hydra
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-quick-sort";
- ename = "dired-quick-sort";
- version = "20161208.1312";
- src = fetchFromGitLab {
- owner = "xuhdev";
- repo = "dired-quick-sort";
- rev = "1845f978d313f750a5b70b832457ed803c4ffbdb";
- sha256 = "014frvpszixn8cx7rdx704glmjbslv3py3kw0pb0xqf50k4scynf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4d278178128deb03a7b1d2e586dc38da2c7af857/recipes/dired-quick-sort";
- sha256 = "01vrk3wqq2zmcblyp9abi2lvrzr2a5ca8r8gjjnr5223037ppl3l";
- name = "recipe";
- };
- packageRequires = [ hydra ];
- meta = {
- homepage = "https://melpa.org/#/dired-quick-sort";
- license = lib.licenses.free;
- };
- }) {};
- dired-rainbow = callPackage ({ dash
- , dired-hacks-utils
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-rainbow";
- ename = "dired-rainbow";
- version = "20190522.250";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "dired-hacks";
- rev = "9523083f57c8278e3f52ca63b965249123139cd1";
- sha256 = "1hqk6nipxg0pr0ksgc0rv0s99p5fllqsnfv88zv53g7mqyapx3wd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/568e524b7bdf91b31655bdbb30fe9481d7a0ffbf/recipes/dired-rainbow";
- sha256 = "1b9yh8p2x1dg7dyqhjhnqqiiymyl6bwsam65j0lpvbdx8r4iw882";
- name = "recipe";
- };
- packageRequires = [ dash dired-hacks-utils ];
- meta = {
- homepage = "https://melpa.org/#/dired-rainbow";
- license = lib.licenses.free;
- };
- }) {};
- dired-ranger = callPackage ({ dash
- , dired-hacks-utils
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-ranger";
- ename = "dired-ranger";
- version = "20180401.1506";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "dired-hacks";
- rev = "89af4f12ce4a0692c9c9824eacf56875ca86cb36";
- sha256 = "0nyc17b029ksa6aai5890g6ainncixgig9cnjjp7khcifmrrpw9s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c03f6f8c779c8784f52adb20b266404cb537113a/recipes/dired-ranger";
- sha256 = "19lbbzqflqda5b0alqfzdhpbgqssghqb4n4viq8x4l1fac8mby6h";
- name = "recipe";
- };
- packageRequires = [ dash dired-hacks-utils ];
- meta = {
- homepage = "https://melpa.org/#/dired-ranger";
- license = lib.licenses.free;
- };
- }) {};
- dired-recent = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-recent";
- ename = "dired-recent";
- version = "20180921.1538";
- src = fetchFromGitHub {
- owner = "Vifon";
- repo = "dired-recent.el";
- rev = "b67f0fd346b03012f3c31d0a979d16290140557b";
- sha256 = "0nnaxynvwz346mr26l1whkd6myynr5fl0mhih3q1bkwsd93s0k4q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/dired-recent";
- sha256 = "1qvw7m6wzahc0xmf37cyl9lv1k9442j0kkzx6dl6f0wclw0v6hgs";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dired-recent";
- license = lib.licenses.free;
- };
- }) {};
- dired-rifle = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-rifle";
- ename = "dired-rifle";
- version = "20181012.1431";
- src = fetchFromGitHub {
- owner = "Vifon";
- repo = "dired-rifle.el";
- rev = "a4f7b1e798397688b9c00d3507fcd395ece17a40";
- sha256 = "09jp54drbx1hb4fj6bzh8ava7nk56pp500xsa9712vscg1f38fpz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/dired-rifle";
- sha256 = "1x6i68i7f1c3k0w3w4zph16s046ccajyb2641fx0j8dl5367qgbc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-rifle";
- license = lib.licenses.free;
- };
- }) {};
- dired-rmjunk = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-rmjunk";
- ename = "dired-rmjunk";
- version = "20190526.1329";
- src = fetchgit {
- url = "https://git.sr.ht/~jakob/dired-rmjunk";
- rev = "6a9fa6a35498e53e8c57282e3b08dedc896d880d";
- sha256 = "0kpkd7qasrb303d0b01d62r82prhrmaasxqa14nf5lh01c213nr4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/75d501ae9b64d9aa083f43358881a467a7cd2a04/recipes/dired-rmjunk";
- sha256 = "1m07z6gcsd5i1xshgfxqrpcrqpl0ffa9ls2443za5wkgbalhxx47";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-rmjunk";
- license = lib.licenses.free;
- };
- }) {};
- dired-rsync = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "dired-rsync";
- ename = "dired-rsync";
- version = "20190508.905";
- src = fetchFromGitHub {
- owner = "stsquad";
- repo = "dired-rsync";
- rev = "d7eb558c4efa73d9e1f50709dbd2374041c0f1a9";
- sha256 = "074xy2wipdn2lvm7kxyf7rpsgp7hc62f7h1n77am7p4i7j5alw1f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce9f41ad832cef527dde97f829a8b8339e6ac48b/recipes/dired-rsync";
- sha256 = "0lykj7nfpaspwn90macvr7iir4jlrx88i0s9spii7iic2fnm51ql";
- name = "recipe";
- };
- packageRequires = [ dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/dired-rsync";
- license = lib.licenses.free;
- };
- }) {};
- dired-sidebar = callPackage ({ dired-subtree
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-sidebar";
- ename = "dired-sidebar";
- version = "20190515.1859";
- src = fetchFromGitHub {
- owner = "jojojames";
- repo = "dired-sidebar";
- rev = "2c742326a6b7a76e36666586809aaf5efa150b3f";
- sha256 = "0s2d8lirv8s9az8a7g97yzg7na2n1340a8vg6zja315d43qljis9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/30e15c8361b01195f198197e704828fbcac0e8d6/recipes/dired-sidebar";
- sha256 = "19a4gsx9wmpc94jd992c7dj5mxfnnij2nc6qnb2lhk8ad69h1lmc";
- name = "recipe";
- };
- packageRequires = [ dired-subtree emacs ];
- meta = {
- homepage = "https://melpa.org/#/dired-sidebar";
- license = lib.licenses.free;
- };
- }) {};
- dired-single = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-single";
- ename = "dired-single";
- version = "20180823.2012";
- src = fetchFromGitHub {
- owner = "crocket";
- repo = "dired-single";
- rev = "b0ccca83df0542c5525c047ae283c0eadf500f5c";
- sha256 = "14q8lp1x1b78ra9mk90n6dyrm1j9ny5pr7valgpkg8agqyqn7xmn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/41669decbb7ad5c4dbe152a863f16d87e7bba493/recipes/dired-single";
- sha256 = "13h8dsn7bkz8ji2rrb7vyrqb2znxarpiynqi65mfli7dn5k086vf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-single";
- license = lib.licenses.free;
- };
- }) {};
- dired-subtree = callPackage ({ dash
- , dired-hacks-utils
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-subtree";
- ename = "dired-subtree";
- version = "20180922.915";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "dired-hacks";
- rev = "c5e9dcdf2ee6fd5660e2bfbb8c635674053df7c9";
- sha256 = "1qcsklrvs8dajj7nyhd70ql4df3ayjkgxyf8ldm48ajms5qslkfb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d6a947ac9476f10b95a3c153ec784d2a8330dd4c/recipes/dired-subtree";
- sha256 = "1vqcnkh3g6dwi2hwfkb534q0j19pkqzqk3yb7ah8ck4z4ln4ppfk";
- name = "recipe";
- };
- packageRequires = [ dash dired-hacks-utils ];
- meta = {
- homepage = "https://melpa.org/#/dired-subtree";
- license = lib.licenses.free;
- };
- }) {};
- dired-toggle = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-toggle";
- ename = "dired-toggle";
- version = "20190515.1804";
- src = fetchFromGitHub {
- owner = "fasheng";
- repo = "dired-toggle";
- rev = "5bcdd9f13c0b0149c5125004e93bc2dfd22f3fce";
- sha256 = "0dghbrx364fihzp5r8ar6vxkavd7mn74qjkijy1wvy34vl0b4911";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17ae4c5ff42e0c48e53d93c88853f649f59034e6/recipes/dired-toggle";
- sha256 = "18v571kp440n5g1d7pj86rr8dgbbm324f9vblkdbdvn13c5dczf5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-toggle";
- license = lib.licenses.free;
- };
- }) {};
- dired-toggle-sudo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-toggle-sudo";
- ename = "dired-toggle-sudo";
- version = "20151109.206";
- src = fetchFromGitHub {
- owner = "renard";
- repo = "dired-toggle-sudo";
- rev = "02449dbda4e168f99fe5352c9628df5d39e11483";
- sha256 = "0ajj8d6k5in2hclcrqckinfh80ylddplva0ryfbkzsjkfq167cv2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5cdee2d52c0c53566fdd77a5d42edf365764acff/recipes/dired-toggle-sudo";
- sha256 = "0fy05af9aq9791ij4j9pscdk5j44pbg0kmhpqli41qiazjw7v2va";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-toggle-sudo";
- license = lib.licenses.free;
- };
- }) {};
- diredfl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diredfl";
- ename = "diredfl";
- version = "20180210.1814";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "diredfl";
- rev = "9b2a89951cee8bdf5c0cb67f9c3ad6ac73abf9cb";
- sha256 = "0x4qhxysmcwllkbia6xkfmlpddxhfxxvawywp57zs8c00193nn1z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3da86e18d423198766455929da1dcb3a9a3be381/recipes/diredfl";
- sha256 = "0cybq15yq07x2mnrnwapy020d598yymcy8y9wwf1m7f59p3h9hvn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/diredfl";
- license = lib.licenses.free;
- };
- }) {};
- diredful = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diredful";
- ename = "diredful";
- version = "20160529.1317";
- src = fetchFromGitHub {
- owner = "thamer";
- repo = "diredful";
- rev = "b17b3087e0084a5571a9ac4d47ccfc36d96b109e";
- sha256 = "1d8n8wj5k82a1sfg93kn3ajci804mpp9j206x5f185zd48wb25z8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76f3d178e7c3982b53c7ee0096c839397534d732/recipes/diredful";
- sha256 = "0y8x6q1yfsk0srxsh4g5nbsms1g9pk9d103jx7cfdac79mcigw7x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/diredful";
- license = lib.licenses.free;
- };
- }) {};
- direnv = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "direnv";
- ename = "direnv";
- version = "20190511.1321";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "emacs-direnv";
- rev = "468f2fb20d825dd7134e4efbaff3666917cd4ec3";
- sha256 = "005ibyzsx1fdyrl5iyhqpb1bg83mphzahq7zvw58x00syyqi2z49";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5419809ee62b920463e359c8e1314cd0763657c1/recipes/direnv";
- sha256 = "0zzmi5m6fh42kyf8dyjrjyrl03pkbipnh4mnssrhp83ljczxkyhd";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/direnv";
- license = lib.licenses.free;
- };
- }) {};
- direx = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "direx";
- ename = "direx";
- version = "20170422.627";
- src = fetchFromGitHub {
- owner = "m2ym";
- repo = "direx-el";
- rev = "a79bfdb5980cf6ed7bfb3b41ddc471a7b6c0ede4";
- sha256 = "0fl9hdnrq54awx43635p6pmc8bqyppa02gs1d76nifi0q4g9v4m7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a4b0903466d63b1c87abc002b0e064e36a8cddd3/recipes/direx";
- sha256 = "1x3rnrhhyrrvgry9n7kc0734la1zp4gc4bpy50f2qpfd452jwqdm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/direx";
- license = lib.licenses.free;
- };
- }) {};
- direx-grep = callPackage ({ direx
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "direx-grep";
- ename = "direx-grep";
- version = "20140515.806";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "direx-grep";
- rev = "1109a512a80b2673a70b18b8568514049017faad";
- sha256 = "0swdh0qynpijsv6a2d308i42hfa0jwqsnmf4sm8vrhaf3vv25f5h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6a88a29090a0d6c636f4aeb5214433db66367d9e/recipes/direx-grep";
- sha256 = "0y2wrzq06prm55akwgaqjg56znknyvbayav13asirqzg258skvm2";
- name = "recipe";
- };
- packageRequires = [ direx ];
- meta = {
- homepage = "https://melpa.org/#/direx-grep";
- license = lib.licenses.free;
- };
- }) {};
- dirtree = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , tree-mode
- , windata }:
- melpaBuild {
- pname = "dirtree";
- ename = "dirtree";
- version = "20140129.32";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "dirtree";
- rev = "ba55f1e716e386fdd37cb8e7f48616e405dc7251";
- sha256 = "0abs3r4zzfnf4igiakrv3bpyxz7qlnw26l57rynsk7c3w3s5ya29";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/dirtree";
- sha256 = "1fm003rix3sdfx8fq3ab5s8b2q65gbkjsn1j3fg5qmhv56p7lrs9";
- name = "recipe";
- };
- packageRequires = [ tree-mode windata ];
- meta = {
- homepage = "https://melpa.org/#/dirtree";
- license = lib.licenses.free;
- };
- }) {};
- dirtree-prosjekt = callPackage ({ dirtree
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , prosjekt }:
- melpaBuild {
- pname = "dirtree-prosjekt";
- ename = "dirtree-prosjekt";
- version = "20140129.104";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "prosjekt";
- rev = "03e06910589ba5cd736868793eb436b3233c6a26";
- sha256 = "06fw9730djlv86jj8nhd1ll9mi4z53qwn6yqpqxciqqlz64pvzid";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d359ec827573dd8c871c4f23df5d1737f1830e7/recipes/dirtree-prosjekt";
- sha256 = "0pyb6c0gvc16z5rc5h0kpl8021hz2hzv86cmjsd20gbhz7imrqwk";
- name = "recipe";
- };
- packageRequires = [ dirtree prosjekt ];
- meta = {
- homepage = "https://melpa.org/#/dirtree-prosjekt";
- license = lib.licenses.free;
- };
- }) {};
- disable-mouse = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "disable-mouse";
- ename = "disable-mouse";
- version = "20181225.1406";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "disable-mouse";
- rev = "236d9b9d03544f92ebf44a2861c469c685857b67";
- sha256 = "0lpmjzwzbpnhkwrwxai0g35mglhbccnlsc18zgf2rfhi8ggfla9b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dbbc396373212fdf731e135cde391f27708ff015/recipes/disable-mouse";
- sha256 = "0c0ps39s6wg3grspvgck0cwxnas73nfaahfa87l0mmgsrsvas5m7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/disable-mouse";
- license = lib.licenses.free;
- };
- }) {};
- disaster = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "disaster";
- ename = "disaster";
- version = "20171016.1452";
- src = fetchFromGitHub {
- owner = "jart";
- repo = "disaster";
- rev = "10a785facc60d89d78e0d5177985ab1af1741bb4";
- sha256 = "0iz43jdkh5qdllqdchliys84gn9bpj6688rpc4jnycp64141m6cx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a4654b3646b96f967e2c75440e664a417cd0f517/recipes/disaster";
- sha256 = "1ad8q81n0s13cwmm216wqx3s92195pda1amc4wxvpb3lq7dbd3yn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/disaster";
- license = lib.licenses.free;
- };
- }) {};
- discourse = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "discourse";
- ename = "discourse";
- version = "20160911.119";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "discourse-api";
- rev = "a86c7e608851e186fe12e892a573994f08c8e65e";
- sha256 = "1p4crd7v94hmqzqh8bc7jx1pfhallmj4kn36f8l22z4r2mkyycxc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f5e64fc3fa3fc7d0ac14e7e5d324ee1ca77ea4c3/recipes/discourse";
- sha256 = "0j11pyly7qni3gqgywd9bkzfm1dfvhbfjc7pls9n9s26nbqdzcw9";
- name = "recipe";
- };
- packageRequires = [ cl-lib request s ];
- meta = {
- homepage = "https://melpa.org/#/discourse";
- license = lib.licenses.free;
- };
- }) {};
- discover = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , makey
- , melpaBuild }:
- melpaBuild {
- pname = "discover";
- ename = "discover";
- version = "20140103.1339";
- src = fetchFromGitHub {
- owner = "mickeynp";
- repo = "discover.el";
- rev = "bbfda2b4e429985a8fa7971d264c942767cfa816";
- sha256 = "0qxw30zrlcxhxb0alrgyiclrk44dysal8xsbz2mvgrb6jli8wg18";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/688e32e98758aa6fd31218e98608bd54a76c3e83/recipes/discover";
- sha256 = "1hf57p90jn1zzhjl63zv9ascbgkcbr0p0zmd3fvzpjsw84235dga";
- name = "recipe";
- };
- packageRequires = [ makey ];
- meta = {
- homepage = "https://melpa.org/#/discover";
- license = lib.licenses.free;
- };
- }) {};
- discover-clj-refactor = callPackage ({ clj-refactor
- , discover
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "discover-clj-refactor";
- ename = "discover-clj-refactor";
- version = "20150328.759";
- src = fetchFromGitHub {
- owner = "maio";
- repo = "discover-clj-refactor.el";
- rev = "3fbd5c1162739e606d7cf5d4f5d7426547d99647";
- sha256 = "0l2g58f55p8zmzv2q2hf163ggm9p0wk8hg93wlkyldrgyb94dgf4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3311371cadf00b00bfbece4e4b2f96c226f0e27d/recipes/discover-clj-refactor";
- sha256 = "08bz60fxcgzab77690mmv0f7wdxcpygmasazcss427k37z9ysm7r";
- name = "recipe";
- };
- packageRequires = [ clj-refactor discover ];
- meta = {
- homepage = "https://melpa.org/#/discover-clj-refactor";
- license = lib.licenses.free;
- };
- }) {};
- discover-js2-refactor = callPackage ({ discover
- , fetchFromGitHub
- , fetchurl
- , js2-refactor
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "discover-js2-refactor";
- ename = "discover-js2-refactor";
- version = "20140129.752";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "discover-js2-refactor";
- rev = "3812abf61f39f3e73a9f3daefa6fed4f21a429ba";
- sha256 = "1vnbn4asz3lifscvy4shzisl6r0gkgq0qsa3kpgif3853wcd2rvn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b84129a8a90f8f66a513c11c299e0acb5f3fbd3a/recipes/discover-js2-refactor";
- sha256 = "139zq66cpcn4dnidf22h7x88p812ywrrz4c3c62w3915b75f71ki";
- name = "recipe";
- };
- packageRequires = [ discover js2-refactor ];
- meta = {
- homepage = "https://melpa.org/#/discover-js2-refactor";
- license = lib.licenses.free;
- };
- }) {};
- discover-my-major = callPackage ({ fetchgit
- , fetchurl
- , lib
- , makey
- , melpaBuild }:
- melpaBuild {
- pname = "discover-my-major";
- ename = "discover-my-major";
- version = "20180605.2211";
- src = fetchgit {
- url = "https://framagit.org/steckerhalter/discover-my-major.git";
- rev = "66081546eac360c83a9c3270db92a2164288b0d0";
- sha256 = "1v95s15m37785ggs649q5a83jai0bnar1w1hkiaafwbmpzhd7hr7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0a8eb0eefe88b4ea683a4743c0f8393506e014b/recipes/discover-my-major";
- sha256 = "1b10bwhls5bx83hzhqq1ylc2civ3bsivd6db46f3s5hpgvr4q17n";
- name = "recipe";
- };
- packageRequires = [ makey ];
- meta = {
- homepage = "https://melpa.org/#/discover-my-major";
- license = lib.licenses.free;
- };
- }) {};
- disk = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "disk";
- ename = "disk";
- version = "20171115.2331";
- src = fetchFromGitHub {
- owner = "kensanata";
- repo = "disk";
- rev = "283e54e3be7d08f959076240b2ab324e25632137";
- sha256 = "15fkfl9kjlpsg9p5g0xhm384ipvrzclwxvqk8vz1zixq0wam2ajm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e6e75695594ce17b618ad8786c8a04e283f68b11/recipes/disk";
- sha256 = "1jzkqgjw8xl0jc6ssl5bsdjp2dxw88nss6szvjv7frrhsncaq28h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/disk";
- license = lib.licenses.free;
- };
- }) {};
- dispass = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dispass";
- ename = "dispass";
- version = "20140202.731";
- src = fetchFromGitHub {
- owner = "ryuslash";
- repo = "dispass.el";
- rev = "b6e8f89040ebaaf0e7609b04bc27a8979f0ae861";
- sha256 = "075gj81rnhrvv061wnldixpfmlsyfbnvacnk107z6f9v3m2m3vl1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dispass";
- sha256 = "09c9v41rh63hjpdh377rbfvpial33r41dn5bss3632fi34az5l9n";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/dispass";
- license = lib.licenses.free;
- };
- }) {};
- display-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "display-theme";
- ename = "display-theme";
- version = "20140115.756";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "emacs-display-theme";
- rev = "b180b3be7a74ae4799a14e7e4bc2fe10e3ff7a15";
- sha256 = "0r560bpgw5p2pfcgkgcrlpp1bprv1f23dl4y5fjk06dg93fgaysa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4dd76f49f1c10656ea0004a654d73666e1d188db/recipes/display-theme";
- sha256 = "07nqscmfa6iykll1m6gyiqca1g5ncx3rx468iyf2ahygpvqvnbxa";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/display-theme";
- license = lib.licenses.free;
- };
- }) {};
- dist-file-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "dist-file-mode";
- ename = "dist-file-mode";
- version = "20180829.2118";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "dist-file-mode.el";
- rev = "e1ce8f592bc5d4d86d2f09e334728ac0d524c761";
- sha256 = "09rp83d81y9mm81isrwvacl21vgah7nhi5r4j2xbp13kgdn7my1w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd10fbed2810a642600dba9dfe320fa6299e6d34/recipes/dist-file-mode";
- sha256 = "1gbnkb0537gw8flv4gdi4jzb7y9dnbf9cfj2jw8y84axyfzbb4mf";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs s ];
- meta = {
- homepage = "https://melpa.org/#/dist-file-mode";
- license = lib.licenses.free;
- };
- }) {};
- distel-completion-lib = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "distel-completion-lib";
- ename = "distel-completion-lib";
- version = "20180827.644";
- src = fetchFromGitHub {
- owner = "sebastiw";
- repo = "distel-completion";
- rev = "acc4c0a5521904203d797fe96b08e5fae4233c7e";
- sha256 = "0yvp3dwa9mwfyrqla27ycwyjad4bp1267bxv0chxcr4528hnygl3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90fff35dd9709b06802edef89d1fe6a96b7115a6/recipes/distel-completion-lib";
- sha256 = "0b06z3k30b4x5zpzk0jgcs7kcaix64xx81iskm1kys57r3gskzpa";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/distel-completion-lib";
- license = lib.licenses.free;
- };
- }) {};
- distinguished-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "distinguished-theme";
- ename = "distinguished-theme";
- version = "20151216.1215";
- src = fetchFromGitHub {
- owner = "Lokaltog";
- repo = "distinguished-theme";
- rev = "9b1d25ac59465a5016d187ea84b7614c95a29b3b";
- sha256 = "03d8zb2is7n2y2z0k6j37cijjc3ndgasxsm9gqyq7drlq9bqwzsm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8d969e91bbba522a31d6ae7a81c7783034c15b9b/recipes/distinguished-theme";
- sha256 = "0h03aqgijrmisbgqga42zlb5yz4x3jn9jgr29rq8canyhayr3rk4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/distinguished-theme";
- license = lib.licenses.free;
- };
- }) {};
- ditz-mode = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ditz-mode";
- ename = "ditz-mode";
- version = "20150729.240";
- src = fetchhg {
- url = "https://bitbucket.com/zondo/ditz-mode";
- rev = "beac4c1f3b7e";
- sha256 = "1cbsy4lchl41zmyxfq828cjpl3h2dwvn8xf1qgf2lbscdb6cwbwb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/02e2a2a25f42929626d7237511136ba6826dad33/recipes/ditz-mode";
- sha256 = "0shzm9l31n4ffjs1d26ykxsycd478lhlpl8xcwzbjryywg4gf5nd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ditz-mode";
- license = lib.licenses.free;
- };
- }) {};
- dix = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dix";
- ename = "dix";
- version = "20181210.400";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "dix";
- rev = "b973de948deb7aa2995b1895e1e62bbe3129b5a5";
- sha256 = "1bjxyidcp7y309asbk4pfb4mzgb8j62fmp3w3zl2nahdgv1rja45";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/149eeba213b82aa0bcda1073aaf1aa02c2593f91/recipes/dix";
- sha256 = "0c5fmknpy6kwlz7nx0csbbia1maz0szj7yha1p7wq28s3a5426xq";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/dix";
- license = lib.licenses.free;
- };
- }) {};
- dix-evil = callPackage ({ dix
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dix-evil";
- ename = "dix-evil";
- version = "20170105.623";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "dix";
- rev = "1cfef0d3376a18c78dd1dfc1ac9ac3ad0e8c4475";
- sha256 = "0p2cvr7mjpag86wacxm6s39y7p118gh2ccqw02jzabwxlfasfbw3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d9dcceb57231bf2082154cab394064a59d84d3a5/recipes/dix-evil";
- sha256 = "1jscaksnl5qmpqgkjkv6sx56llz0w4p5h7j73c4a1hld94gwklh3";
- name = "recipe";
- };
- packageRequires = [ dix evil ];
- meta = {
- homepage = "https://melpa.org/#/dix-evil";
- license = lib.licenses.free;
- };
- }) {};
- dizzee = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dizzee";
- ename = "dizzee";
- version = "20171201.116";
- src = fetchFromGitHub {
- owner = "davidmiller";
- repo = "dizzee";
- rev = "e3cf1c2ea5d0fc00747524b6f3c5b905d0a8c8e1";
- sha256 = "1i32msin8ra963w7af6612d038gxb25m1gj97kbjymjq1r8zbdrv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dizzee";
- sha256 = "14y10k8s65cyn86m1z77817436m89l0xpwd1wr4d7qp3x2mmn215";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dizzee";
- license = lib.licenses.free;
- };
- }) {};
- django-commands = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "django-commands";
- ename = "django-commands";
- version = "20190320.22";
- src = fetchFromGitHub {
- owner = "muffinmad";
- repo = "emacs-django-commands";
- rev = "1b19436a1160d1552207d4356d5e78793dabe100";
- sha256 = "1zb8mf0dgdr83n61a54m5grhdr6nz75zrgwczpzfl3f66xkvfci9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd217a23a9670c7eb826360b34df1a06ab3e450f/recipes/django-commands";
- sha256 = "17k9bnig2cfnxbbz6k9vdk5k5gzhvn1h5j9wvww7n137c9vv0qmk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/django-commands";
- license = lib.licenses.free;
- };
- }) {};
- django-manage = callPackage ({ fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "django-manage";
- ename = "django-manage";
- version = "20160818.1912";
- src = fetchFromGitHub {
- owner = "gopar";
- repo = "django-manage";
- rev = "e72b1cf2fdbb5c624d19169176e60467b4918fe2";
- sha256 = "0lyi64dfd2njlnf9dzb8i88rrw930jiq99xfn8zmh87y6qy1j79i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66f88d30a1ab9b7f9281a2b5939c7ab2711b966a/recipes/django-manage";
- sha256 = "0j95g7fps28xhlrikkg61xgpbpf52xb56swmns2qdib6x1xzd6rh";
- name = "recipe";
- };
- packageRequires = [ hydra ];
- meta = {
- homepage = "https://melpa.org/#/django-manage";
- license = lib.licenses.free;
- };
- }) {};
- django-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-make
- , lib
- , melpaBuild
- , projectile
- , s }:
- melpaBuild {
- pname = "django-mode";
- ename = "django-mode";
- version = "20170522.14";
- src = fetchFromGitHub {
- owner = "myfreeweb";
- repo = "django-mode";
- rev = "a71b8dd984e7f724b8321246e5c353a4ae5c986e";
- sha256 = "0xf33ri5phy2mrb1dwvqb8waba33gj9bwmf6jhl6n0ksm43x0z40";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bdc46811612ff96cb1e09552b9f095d68528dcb3/recipes/django-mode";
- sha256 = "1rdkzqvicjpfh9k66m31ky6jshx9fqw7pza7add36bk6xg8lbara";
- name = "recipe";
- };
- packageRequires = [ helm-make projectile s ];
- meta = {
- homepage = "https://melpa.org/#/django-mode";
- license = lib.licenses.free;
- };
- }) {};
- django-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "django-snippets";
- ename = "django-snippets";
- version = "20131229.811";
- src = fetchFromGitHub {
- owner = "myfreeweb";
- repo = "django-mode";
- rev = "f1e6fea8878bebc9bc0b761376a14cd5c9feda0f";
- sha256 = "16rh2yhpfv0c3arwkcnjz0r2mw3yx7ayys6wkzwgaxvx6nxpa7y1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bdc46811612ff96cb1e09552b9f095d68528dcb3/recipes/django-snippets";
- sha256 = "1qs9fw104kidbr5zbxc1q71yy033nq3wxh98vvzk4z4fppnd29sw";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/django-snippets";
- license = lib.licenses.free;
- };
- }) {};
- django-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "django-theme";
- ename = "django-theme";
- version = "20131022.202";
- src = fetchFromGitHub {
- owner = "andrzejsliwa";
- repo = "django-theme.el";
- rev = "86c8142b3eb1addd94a43aa6f1d98dab06401af0";
- sha256 = "1azf4p6salga7269l0kf13bqlxf9idp0ys8mm20qpyjpj79p5g9w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ede3b4fb214b915a8230e7f220ffe71c73ad7c4/recipes/django-theme";
- sha256 = "1rydl857zfpbvd7aziz6h7n3rrh584z2cbfxlss3wgfclzmbyhgf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/django-theme";
- license = lib.licenses.free;
- };
- }) {};
- djangonaut = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit-popup
- , melpaBuild
- , pythonic
- , s }:
- melpaBuild {
- pname = "djangonaut";
- ename = "djangonaut";
- version = "20180727.844";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "djangonaut";
- rev = "487dbd19a312cf5b45183df82d5d57f5c5a403a2";
- sha256 = "1fpbbv5w54r70b1xma36lp3kh5cn184bvq28apll5bd5bclii56y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c1281f59add99abf57bc858d6e0f9b2ae5b3c5c/recipes/djangonaut";
- sha256 = "0038zqazzhxz82q8l1phxc3aiiwmzksz9c15by9v0apzwpmdkj38";
- name = "recipe";
- };
- packageRequires = [ emacs f magit-popup pythonic s ];
- meta = {
- homepage = "https://melpa.org/#/djangonaut";
- license = lib.licenses.free;
- };
- }) {};
- djinni-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "djinni-mode";
- ename = "djinni-mode";
- version = "20190302.1739";
- src = fetchFromGitHub {
- owner = "danielmartin";
- repo = "djinni-mode";
- rev = "f0da31d8f45c4b1b2341cf88ec7f2d2e7d16267f";
- sha256 = "1jfc2n5js596wmpy6g8jyysn9hwf151s952v3ph0wpcisl7wsiyv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e6e88f64e21275c6755f2589d1afa16eb4e575b8/recipes/djinni-mode";
- sha256 = "19222702dr7hfl7ffqp5z4sslg949p88rwvmg2al82i1a0wkgc98";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/djinni-mode";
- license = lib.licenses.free;
- };
- }) {};
- dkdo = callPackage ({ dkmisc
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dkdo";
- ename = "dkdo";
- version = "20131110.319";
- src = fetchFromGitHub {
- owner = "davidkeegan";
- repo = "dkdo";
- rev = "fd6bb105e8331fafb6385c5238c988c4c5bbe2da";
- sha256 = "1nbvdnw9g3zbbb0n2sn2kxfzs5wichhl9qid3qjp8dsiq1wpv459";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2d4f75f6f6349b81ddbaaf35fb5d7ddeb4cde622/recipes/dkdo";
- sha256 = "0p7ybgldjs046jrkkbpli1iicfmblpxfz9lql8m8sz7lpjn7h300";
- name = "recipe";
- };
- packageRequires = [ dkmisc emacs ];
- meta = {
- homepage = "https://melpa.org/#/dkdo";
- license = lib.licenses.free;
- };
- }) {};
- dkl = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dkl";
- ename = "dkl";
- version = "20161004.1707";
- src = fetchFromGitHub {
- owner = "flexibeast";
- repo = "dkl";
- rev = "6b4584f86037bda3383960c678d51f340229fb91";
- sha256 = "1xpidgj5xk0g4ajpglhbhi02s5il8qqcvh2ccf4ac9daa1r34kxp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8bd9cf21473f676aa54e142b6f0bf0427f40d29/recipes/dkl";
- sha256 = "0bcv4ld8bfj2sk3sh4j1m9qqybw3l0a6b3d12qwy8lc3b8197lr0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dkl";
- license = lib.licenses.free;
- };
- }) {};
- dklrt = callPackage ({ dkmisc
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ledger-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dklrt";
- ename = "dklrt";
- version = "20131110.541";
- src = fetchFromGitHub {
- owner = "davidkeegan";
- repo = "dklrt";
- rev = "4eceed270015b41d24a62a8b71bd239224a63063";
- sha256 = "063nnln5m42qf190vr2z0ibacyn7n0xkxm3v5vaa4gxdvdwzhshs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71f980fdb2180df2429c898e1507dd3b989a5a2c/recipes/dklrt";
- sha256 = "11ss5x9sxgxp1wx2r1m0vsp5z5qm8m4ww20ybr6bqjw0a1gax561";
- name = "recipe";
- };
- packageRequires = [ dkmisc emacs ledger-mode ];
- meta = {
- homepage = "https://melpa.org/#/dklrt";
- license = lib.licenses.free;
- };
- }) {};
- dkmisc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dkmisc";
- ename = "dkmisc";
- version = "20131110.315";
- src = fetchFromGitHub {
- owner = "davidkeegan";
- repo = "dkmisc";
- rev = "fe3d49c6f8322b6f89466361acd97585bdfe0608";
- sha256 = "1nz71g8pb19aqjcb4s94hhn6j30cc04q05kmwvcbxpjb11qqrv49";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71f980fdb2180df2429c898e1507dd3b989a5a2c/recipes/dkmisc";
- sha256 = "0nnbl272hldcmhyj47r463yvj7b06rjdkpkl5xk0gw9ikyja7w0z";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dkmisc";
- license = lib.licenses.free;
- };
- }) {};
- dmenu = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dmenu";
- ename = "dmenu";
- version = "20190329.2010";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "el-dmenu";
- rev = "162f9f513d5dbd5f61f8d7adb48546f646d7d3fe";
- sha256 = "1216ab5n7bmpjxrfj4b13mjq1rh6wsdk1dh8mgqxvwh1mydy5lsa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98bcdd71a160b9c04f83cc5b939031c9e7b5eb59/recipes/dmenu";
- sha256 = "1w1pgaj2yasfhsd1ibvrwy11ykq8v17h913g298h3ycsvqv8gic0";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/dmenu";
- license = lib.licenses.free;
- };
- }) {};
- dna-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dna-mode";
- ename = "dna-mode";
- version = "20170804.114";
- src = fetchFromGitHub {
- owner = "jhgorrell";
- repo = "dna-mode-el";
- rev = "471d374de22c33eaddd8e41dd8ae29753fab2f6a";
- sha256 = "05zsaypyavyn7gs0jk63chkxkm2rl4nbrqgv6zxrbqcar7gv86am";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dna-mode";
- sha256 = "06vprwv1v4jzqzi2nj9hbhnypnvqxmixls8yf91hzwlk3fdkdywf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dna-mode";
- license = lib.licenses.free;
- };
- }) {};
- docbook-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "docbook-snippets";
- ename = "docbook-snippets";
- version = "20150714.925";
- src = fetchFromGitHub {
- owner = "jhradilek";
- repo = "emacs-docbook-snippets";
- rev = "b06297fdec039a541aaa6312cb328a11062cfab4";
- sha256 = "1nbm3wzd12rsrhnwlcc6b72b1ala328mfpcp5bwlfcdshw6mfcrq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/07b832b72773ab41f9cbdefabd30dc1aa29d04c5/recipes/docbook-snippets";
- sha256 = "1ipqfylgiw9iyjc1nckbay890clfkhda81nr00cq06sjmm71iniq";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/docbook-snippets";
- license = lib.licenses.free;
- };
- }) {};
- docean = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "docean";
- ename = "docean";
- version = "20180605.1044";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "docean.el";
- rev = "bbe2298fd21f7876fc2d5c52a69b931ff59df979";
- sha256 = "1fzs6k76nyz2xjvydks6v6d2ib7qqj181s7c8r57w9ylr2zqfacj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d4827fa337d7d25f2aaf67aca3081fbdaeacbcbf/recipes/docean";
- sha256 = "1mqmn2i9axnv5vnkg9gwfdjpzr6gxx4ia9mcdpm200ix297dg7x9";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs request ];
- meta = {
- homepage = "https://melpa.org/#/docean";
- license = lib.licenses.free;
- };
- }) {};
- docker = callPackage ({ dash
- , docker-tramp
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json-mode
- , lib
- , magit-popup
- , melpaBuild
- , s
- , tablist }:
- melpaBuild {
- pname = "docker";
- ename = "docker";
- version = "20190428.251";
- src = fetchFromGitHub {
- owner = "Silex";
- repo = "docker.el";
- rev = "dbd89c1cd05f9ec6f1921f8bc85d9411a80412c2";
- sha256 = "1d5x04l4129wjjlzbfmjgw9w6gih28zv8c3q79hihnkpy81xhrnh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c74bf8a41c17bc733636f9e7c05f3858d17936b/recipes/docker";
- sha256 = "10x05vli7lg1w3fdbkrl34y4mwbhp2c7nqdwnbdy53i81jisw2lk";
- name = "recipe";
- };
- packageRequires = [
- dash
- docker-tramp
- emacs
- json-mode
- magit-popup
- s
- tablist
- ];
- meta = {
- homepage = "https://melpa.org/#/docker";
- license = lib.licenses.free;
- };
- }) {};
- docker-api = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "docker-api";
- ename = "docker-api";
- version = "20160525.20";
- src = fetchFromGitHub {
- owner = "Silex";
- repo = "docker-api.el";
- rev = "206144346b7fa4165223349cfeb64a75d47ddd1b";
- sha256 = "0phmpranrgdi2gi89nxr1ii9xbr7h2ccpx1mkpnfxnjlzkdzq2fb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3924914124370fc028a7b1ecdc154a53e73037a7/recipes/docker-api";
- sha256 = "1giqiapm4hf4dhfm3x69qqpir3jg7qz3parhbx88xxqrd1z18my0";
- name = "recipe";
- };
- packageRequires = [ dash request s ];
- meta = {
- homepage = "https://melpa.org/#/docker-api";
- license = lib.licenses.free;
- };
- }) {};
- docker-cli = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "docker-cli";
- ename = "docker-cli";
- version = "20190524.924";
- src = fetchFromGitHub {
- owner = "bosko";
- repo = "docker-cli";
- rev = "328429219574555c5fb831a421b4b5d9a2338561";
- sha256 = "15jsp1jsb13qv394js9pd6407ya7dgqk7blzbnyf9i9abyyr0v67";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5664de22600c428b7931085985e6fe779e8876b2/recipes/docker-cli";
- sha256 = "1pyrnxa9iwzp0a810250xy191xcbaq68c76fc5plh70c37gzribp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/docker-cli";
- license = lib.licenses.free;
- };
- }) {};
- docker-compose-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yaml-mode }:
- melpaBuild {
- pname = "docker-compose-mode";
- ename = "docker-compose-mode";
- version = "20180324.1052";
- src = fetchFromGitHub {
- owner = "meqif";
- repo = "docker-compose-mode";
- rev = "c9f131d2c90d652435d407fd36c40feebfed1dad";
- sha256 = "0d5d46i6hplmy7q2ihbvcrnk9jrwa2mswgbf8yca3m4k44wgk6la";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37dd4c1fc11d22598c6faf03ccc860503a68b950/recipes/docker-compose-mode";
- sha256 = "1hldddl86h0i1ysxklkr1kyz44lzic1zr68x3vb0mha4n5d6bl5g";
- name = "recipe";
- };
- packageRequires = [ dash emacs yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/docker-compose-mode";
- license = lib.licenses.free;
- };
- }) {};
- docker-tramp = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "docker-tramp";
- ename = "docker-tramp";
- version = "20170206.1925";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "docker-tramp.el";
- rev = "8e2b671eff7a81af43b76d9dfcf94ddaa8333a23";
- sha256 = "1lgjvrss25d4hwgygr1amsbkh1l4kgpsdjpxxpyfgil1542haan1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c74bf8a41c17bc733636f9e7c05f3858d17936b/recipes/docker-tramp";
- sha256 = "19kky80qm68n2izpjfyiy4gjywav7ljcmp101kmziklpqdldgh1w";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/docker-tramp";
- license = lib.licenses.free;
- };
- }) {};
- dockerfile-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "dockerfile-mode";
- ename = "dockerfile-mode";
- version = "20190505.1107";
- src = fetchFromGitHub {
- owner = "spotify";
- repo = "dockerfile-mode";
- rev = "ed73e82dcc636dad00d1a8c3b32a49136d25ee60";
- sha256 = "0lri2rnx4lr23vqfphkpq39cd4xfgzkvz1xsz7ccdvl4qj0k7fdl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1406f5a24115d29e3b140c360a51b977a369e4f9/recipes/dockerfile-mode";
- sha256 = "1dxvzn35a9qd3x8pjvrvb2g71yf84404g6vz81y0p353rf2zknpa";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/dockerfile-mode";
- license = lib.licenses.free;
- };
- }) {};
- dokuwiki = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xml-rpc }:
- melpaBuild {
- pname = "dokuwiki";
- ename = "dokuwiki";
- version = "20180101.1659";
- src = fetchFromGitHub {
- owner = "accidentalrebel";
- repo = "emacs-dokuwiki";
- rev = "594c4d4904dcc2796bbbd2c0845d9e7c09ccf6f7";
- sha256 = "0vqx8npw0i02dhw2yb7s4z7njw60r3xyncw4z8l6fj99pp6pfh15";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/dokuwiki";
- sha256 = "0d92il37z1m1hgcgb6c6zaifllznzk1na4yv4bfsfqg25l0mid75";
- name = "recipe";
- };
- packageRequires = [ emacs xml-rpc ];
- meta = {
- homepage = "https://melpa.org/#/dokuwiki";
- license = lib.licenses.free;
- };
- }) {};
- dokuwiki-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dokuwiki-mode";
- ename = "dokuwiki-mode";
- version = "20170223.501";
- src = fetchFromGitHub {
- owner = "kai2nenobu";
- repo = "emacs-dokuwiki-mode";
- rev = "e4e116f6fcc373e3f5937c1a7daa5c2c9c6d3fa1";
- sha256 = "0bmcm7lvzm8sg2l1j7bg02jasxb8g81q9ilycblmsl1ckbfwq0yp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/dokuwiki-mode";
- sha256 = "1jc3sn61mipkhgr91wp74s673jk2w5991p54jlw05qqpf5gmxd7v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dokuwiki-mode";
- license = lib.licenses.free;
- };
- }) {};
- dollaro = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "dollaro";
- ename = "dollaro";
- version = "20151123.502";
- src = fetchFromGitHub {
- owner = "laynor";
- repo = "dollaro";
- rev = "500127f0172ac7a1eec627e026b59136580a74ac";
- sha256 = "1xyqsnymgdd8ic3az2lgwv7s7vld6d4pcycb234bxm4in9fixgdj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b8195000cffa1913060266b17801eb7c1e472a83/recipes/dollaro";
- sha256 = "06kaqzb0nh8sndhk7p5n4acn5nc27dyxw3ldgcbp81wj6ipii26h";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/dollaro";
- license = lib.licenses.free;
- };
- }) {};
- doneburn-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "doneburn-theme";
- ename = "doneburn-theme";
- version = "20181110.1057";
- src = fetchFromGitHub {
- owner = "manuel-uberti";
- repo = "doneburn-theme";
- rev = "9c31dd6d664436df73c776560c7a660041b3a5bf";
- sha256 = "042jfjlhyk2lc4wbqsyvb09q5k3jsxsdi89ymwl59j0mvhxws7lj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fc483d5f487f462567bba22d611f90fc8a1a709/recipes/doneburn-theme";
- sha256 = "0j8fyb6wcjrfhfjp06w0bzp5vrcvydhjwkzg4c4s4j54xaw6laxx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/doneburn-theme";
- license = lib.licenses.free;
- };
- }) {};
- doom = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "doom";
- ename = "doom";
- version = "20180301.1508";
- src = fetchFromGitHub {
- owner = "kensanata";
- repo = "doom";
- rev = "e59040aefc92dd9b3134eb623624307fb9e4327b";
- sha256 = "14lwq30m0s7pkwkbn6vm5gdlkww7sszc6pdhxyinkhj67b0bxpin";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0960deb3b1d106ad2ffa95a44f34cb9efc026f01/recipes/doom";
- sha256 = "1ji2fdiw5b13n76nv2wvkz6v155b0qgh1rxwmv3m5nnrbmklfjh5";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/doom";
- license = lib.licenses.free;
- };
- }) {};
- doom-modeline = callPackage ({ all-the-icons
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , shrink-path }:
- melpaBuild {
- pname = "doom-modeline";
- ename = "doom-modeline";
- version = "20190606.228";
- src = fetchFromGitHub {
- owner = "seagle0128";
- repo = "doom-modeline";
- rev = "94ddb2f68bff53cebdb3a001bde2cdc9975eca33";
- sha256 = "1cv2420qpci4pfiskb7gg5s3gnacwzbpi3dg98wb647yv7jkbgj8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4f610757f85fb01bd9b1dd212ddbea8f34f3ecd/recipes/doom-modeline";
- sha256 = "0pscrhhgk4wpz1f2r94ficgan4f9blbhqzvav1wjahwp7fn5m29j";
- name = "recipe";
- };
- packageRequires = [ all-the-icons dash emacs shrink-path ];
- meta = {
- homepage = "https://melpa.org/#/doom-modeline";
- license = lib.licenses.free;
- };
- }) {};
- doom-themes = callPackage ({ all-the-icons
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "doom-themes";
- ename = "doom-themes";
- version = "20190520.2119";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-doom-themes";
- rev = "55c49c8fd6152ebb748e75197c064b6ae7db1a57";
- sha256 = "0pw47is23nvh72bvmh6c3wip8xjrjvjlal9rk39klkf50x52x3qh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5084bc2c3fe378af6ff39d65e40649c6359b7b5/recipes/doom-themes";
- sha256 = "0plqhis9ki3ck1pbv4hiqk4x428fps8qsfx72mamdayyx2nncdrs";
- name = "recipe";
- };
- packageRequires = [ all-the-icons cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/doom-themes";
- license = lib.licenses.free;
- };
- }) {};
- dot-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dot-mode";
- ename = "dot-mode";
- version = "20180312.1600";
- src = fetchFromGitHub {
- owner = "wyrickre";
- repo = "dot-mode";
- rev = "6ca22b73bcdae2363ee9641b822a60685df16a3e";
- sha256 = "10lmwra48ihxqxyl54m3yn1zy0q5w6cxqd2n5pbs4lva1yck0z4w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dot-mode";
- sha256 = "039ylmbvw0wb3i2w4qn3dhckz7y3swbid4hwjcxljy4szc709p6k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dot-mode";
- license = lib.licenses.free;
- };
- }) {};
- dotenv-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dotenv-mode";
- ename = "dotenv-mode";
- version = "20180207.1114";
- src = fetchFromGitHub {
- owner = "preetpalS";
- repo = "emacs-dotenv-mode";
- rev = "f4c52bcd5313379b9f2460db7f7a33119dfa96ea";
- sha256 = "1fplkhxnsgdrg10iqsmw162zny2idz4vvv35spsb9j0hsk8imclc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9fc022c54b90933e70dcedb6a85167c2d9d7ba79/recipes/dotenv-mode";
- sha256 = "1lwfzfri6vywcjkc9wassrz0rdrg0kvljxsm6b4smlnphp6pdbbs";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dotenv-mode";
- license = lib.licenses.free;
- };
- }) {};
- dotnet = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dotnet";
- ename = "dotnet";
- version = "20190415.537";
- src = fetchFromGitHub {
- owner = "julienXX";
- repo = "dotnet.el";
- rev = "932d776ed739d20d57dbd6ba49f61d1b450571fc";
- sha256 = "1h7y9vz64bv4slz9mpd7cjyyaxgqk92jn11y5ycfyncq70wyd3j4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ef473594ec57a747ad7d9d57d7287bcacf4b446/recipes/dotnet";
- sha256 = "06k1ikwg9bis9kk4r41bm0a0d8a31wscqyr6n99d7836p1h4jfki";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dotnet";
- license = lib.licenses.free;
- };
- }) {};
- double-saber = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "double-saber";
- ename = "double-saber";
- version = "20190325.1217";
- src = fetchFromGitHub {
- owner = "dp12";
- repo = "double-saber";
- rev = "5555dc28cbaa228fa8f9390738a4200e071380b8";
- sha256 = "06ykn84hp4yvf6z2457jqgyck70y30361l8617ilb7g337hk15xl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19f5c0195ad9b278a7aaa3fd8e70c0004cc03500/recipes/double-saber";
- sha256 = "0zsmyvlxm3my3xbj7m38539vk2dl7azi1v7jb41kdiavj2cc55zg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/double-saber";
- license = lib.licenses.free;
- };
- }) {};
- download-region = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "download-region";
- ename = "download-region";
- version = "20180123.1733";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "download-region";
- rev = "bbba3ecd80818d5d940d41fe89a6e2ec5dd2c53c";
- sha256 = "1cwlbdmdils5rzhjpc3fqjmd3dhalk6i7bxskpahbrr9xxfq0iw4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7801d9fac121f213609a802fe9d88bdc5364d1f3/recipes/download-region";
- sha256 = "1mrl2x6j708nchyh9y5avbf2cq10kpnhfj553l6akarvl5n5pvkl";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/download-region";
- license = lib.licenses.free;
- };
- }) {};
- downplay-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "downplay-mode";
- ename = "downplay-mode";
- version = "20151125.1209";
- src = fetchFromGitHub {
- owner = "tobias";
- repo = "downplay-mode";
- rev = "4a2c3addc73c8ca3816345c3c11c08af265baedb";
- sha256 = "0s7swvfd7h8r0n3cjmkps6ary9vwg61jylfm4qrkp3idsz6is548";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/50d67ea3c4d92b4093373d5e4ff07b7d5a3dc537/recipes/downplay-mode";
- sha256 = "1v6nga101ljzza8qj3lkmkzzl0vvzj4lsh1m69698s8prnczxr9b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/downplay-mode";
- license = lib.licenses.free;
- };
- }) {};
- dpaste = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dpaste";
- ename = "dpaste";
- version = "20160303.1312";
- src = fetchFromGitHub {
- owner = "gregnewman";
- repo = "dpaste.el";
- rev = "e7a1a18de77f752eb0dbb4b878925f2265538d0b";
- sha256 = "1493fan64lfq2gb9cgr7ja9xfd8jgqfbx9k84iaplavnpmqr5348";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dpaste";
- sha256 = "0wrfy9w0yf5m15vmhg4l880v92cy557g332xniqs77ab0sga4vgc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dpaste";
- license = lib.licenses.free;
- };
- }) {};
- dpaste_de = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web }:
- melpaBuild {
- pname = "dpaste_de";
- ename = "dpaste_de";
- version = "20131015.525";
- src = fetchFromGitHub {
- owner = "theju";
- repo = "dpaste_de.el";
- rev = "ab041443884a7a4bfdc81b055688821e8efc9b02";
- sha256 = "0aplwchr6r1nk2hfpqw2qxyp57zzkqydyzpc0mwz88halnkskblz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dpaste_de";
- sha256 = "0022dd8l7jsyl0lv9x6iz882ln71js8brqcbiqz001zv45yrgvy0";
- name = "recipe";
- };
- packageRequires = [ web ];
- meta = {
- homepage = "https://melpa.org/#/dpaste_de";
- license = lib.licenses.free;
- };
- }) {};
- dpkg-dev-el = callPackage ({ debian-el
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dpkg-dev-el";
- ename = "dpkg-dev-el";
- version = "20181021.1708";
- src = fetchgit {
- url = "https://salsa.debian.org/emacsen-team/dpkg-dev-el.git";
- rev = "a80f8ac5d81720cce90cf3bc5fbb45d50b1953d7";
- sha256 = "0358c6gvyb85zr5r79ar3q46c83gz39rawyhgcg1h1hqxgj6a2lx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e057df3608780a6191f761b9a81262c2eaa053c/recipes/dpkg-dev-el";
- sha256 = "1cgfzxlw4m3wsl5fhck08pc2w7fw91mxk58yaprk9lkw4jxd1yjy";
- name = "recipe";
- };
- packageRequires = [ debian-el ];
- meta = {
- homepage = "https://melpa.org/#/dpkg-dev-el";
- license = lib.licenses.free;
- };
- }) {};
- dr-racket-like-unicode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dr-racket-like-unicode";
- ename = "dr-racket-like-unicode";
- version = "20161021.511";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "dr-racket-like-unicode";
- rev = "4953f1c8a68472e157a0dcd0a7e35a4ec2577133";
- sha256 = "1i7k7d2gnzd2izplhdmjbkcxvkwnc3y3y0hrcp2rq60bjpkcl1gv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e612ede00c4b44ace741d2b6baabc61571af15c/recipes/dr-racket-like-unicode";
- sha256 = "0cqcbn4hmv99d8z03xc0rqw4yh5by6g09y33h75dhl9nh95rybgf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dr-racket-like-unicode";
- license = lib.licenses.free;
- };
- }) {};
- dracula-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dracula-theme";
- ename = "dracula-theme";
- version = "20190107.1216";
- src = fetchFromGitHub {
- owner = "dracula";
- repo = "emacs";
- rev = "66e429f4d576346661ae3a111bafaa06febc1d94";
- sha256 = "0lyy8vjzzcfcj4hm7scxl4cg4qm67rprzdj7dmyc3907yad4n023";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d63cb8906726f106e65f7d9895b49a38ffebf8d5/recipes/dracula-theme";
- sha256 = "1px162v7h7136rasafq875yzw0h8n6wvzbyh73c3w093kd30bmh8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dracula-theme";
- license = lib.licenses.free;
- };
- }) {};
- draft-mode = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "draft-mode";
- ename = "draft-mode";
- version = "20140609.756";
- src = fetchFromGitLab {
- owner = "gaudecker";
- repo = "draft-mode";
- rev = "f059c04b044f62aec764c7698adddad301bfe89c";
- sha256 = "01dspkv7g4xmmqgz6f1p190h5p4f4vrw8r9dikrjch02bb76wqir";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cbfefacda071c0f5ee698a4c345a2d6fea6a0d24/recipes/draft-mode";
- sha256 = "19lq1a3rj6fck3xq2vcz8fk30hpx25kyfz6c7hmq36kx4lv0mjpa";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/draft-mode";
- license = lib.licenses.free;
- };
- }) {};
- drag-stuff = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "drag-stuff";
- ename = "drag-stuff";
- version = "20161107.2349";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "drag-stuff.el";
- rev = "d49fe376d24f0f8ac5ade67b6d7fccc2487c81db";
- sha256 = "1jrr59iazih3imkl9ja1lbni9v3xv6b8gmqs015g2mxhlql35jka";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/drag-stuff";
- sha256 = "1q67q20gfhixzkmddhzp6fd8z2qfpsmyyvymmaffjcscnjaz21w4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/drag-stuff";
- license = lib.licenses.free;
- };
- }) {};
- drawille = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "drawille";
- ename = "drawille";
- version = "20160418.1138";
- src = fetchFromGitHub {
- owner = "josuah";
- repo = "drawille-el";
- rev = "d582b455c01432bc80933650c52a1f586bd1b5ad";
- sha256 = "1z3akh0ywzihr0ghk6f8x9z38mwqy3zg29p0q69h4i6yzhxpdmxa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/drawille";
- sha256 = "0nkhy00jx06a7899dgyajidah29p9536mvjr7cyqm99ari70m7y9";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/drawille";
- license = lib.licenses.free;
- };
- }) {};
- drill-instructor-AZIK-force = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "drill-instructor-AZIK-force";
- ename = "drill-instructor-AZIK-force";
- version = "20151122.2114";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "drill-instructor-AZIK-force.el";
- rev = "008cea202dc31d7d6fb1e7d8e6334d516403b7a5";
- sha256 = "0lzq0mkhhj3s5yrcbs576qxkd8h0m2ikc4iplk97ddpzh4nz4127";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fb5ee8a113b98e8df8368c5e17c6d762decf8f5b/recipes/drill-instructor-AZIK-force";
- sha256 = "1bb698r11m58csd2rm17fmiw691p25npphzqgjiiqbn4vx35ja7f";
- name = "recipe";
- };
- packageRequires = [ popup ];
- meta = {
- homepage = "https://melpa.org/#/drill-instructor-AZIK-force";
- license = lib.licenses.free;
- };
- }) {};
- drone = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "drone";
- ename = "drone";
- version = "20161106.118";
- src = fetchFromGitHub {
- owner = "olymk2";
- repo = "emacs-drone";
- rev = "1d4ee037ad3208847a4235426edf0c4a3e7b1899";
- sha256 = "1dwxgzf32cvfi7b6zw3qzamj82zs2c0ap6i1w0jqqgzmkz20dqvf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b62e697798627b07000ac72c19ecd1d89c22229/recipes/drone";
- sha256 = "0wjbmgic715i4nxk90nasfamk04lskl8dll9y5klk32w1lsj546q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/drone";
- license = lib.licenses.free;
- };
- }) {};
- dropbox = callPackage ({ fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild
- , oauth }:
- melpaBuild {
- pname = "dropbox";
- ename = "dropbox";
- version = "20181208.1448";
- src = fetchFromGitHub {
- owner = "pavpanchekha";
- repo = "dropbox.el";
- rev = "9fcb70c3e4e32b1612644d65e3b98f00255a40d4";
- sha256 = "0a26cfv7ayalwgg78jm4r6m2wv1wjqy4s0y1lv6j8zv193mqzgdz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dropbox";
- sha256 = "1dqjsn7wkjjvbwq3kgdd7bvwrirappwnhcwkj2ai19dpx6jd8wym";
- name = "recipe";
- };
- packageRequires = [ json oauth ];
- meta = {
- homepage = "https://melpa.org/#/dropbox";
- license = lib.licenses.free;
- };
- }) {};
- drupal-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , php-mode }:
- melpaBuild {
- pname = "drupal-mode";
- ename = "drupal-mode";
- version = "20171120.1509";
- src = fetchFromGitHub {
- owner = "arnested";
- repo = "drupal-mode";
- rev = "47fda0a38a5b197f4606137d9c3b7d44aaeaa886";
- sha256 = "1rg46prsymxc9lyhk7cbr53089p970mmmybiir2qsyx2s4m6mnfl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/13e16af340868048eb1f51f9865dfc707e57abe8/recipes/drupal-mode";
- sha256 = "14jvk4phq3wcff3yvhygix0c9cpbphh0dvm961i93jpsx7g9awgn";
- name = "recipe";
- };
- packageRequires = [ php-mode ];
- meta = {
- homepage = "https://melpa.org/#/drupal-mode";
- license = lib.licenses.free;
- };
- }) {};
- drupal-spell = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "drupal-spell";
- ename = "drupal-spell";
- version = "20130520.955";
- src = fetchFromGitHub {
- owner = "arnested";
- repo = "drupal-spell";
- rev = "a69f5e3b62c4c0da74ce26c1d00d5b8f7395e4ae";
- sha256 = "156cscpavrp695lp8pgjg5jnq3b8n9c2h8qg8w89dd4vfkc3iikd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb859d9755bde3fd852bc7d08f2fab2429ba31b3/recipes/drupal-spell";
- sha256 = "117rr2bfnc99g3qsr127grxwaqp54cxjaj3nl2nr6z78nja0fij3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/drupal-spell";
- license = lib.licenses.free;
- };
- }) {};
- dsvn = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dsvn";
- ename = "dsvn";
- version = "20190316.1501";
- src = fetchFromGitHub {
- owner = "emacsmirror";
- repo = "dsvn";
- rev = "c37d2412ba92aad647bcf5aeb151e620e8069f8d";
- sha256 = "1bv4ivv9j5r0ax4vay1kmwv753y44qj6qprr38yh7ky0fpsml34c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be27e728327016b819535ef8cae10020e5a07c2e/recipes/dsvn";
- sha256 = "189navhhakmkhfc2afsls1jiaxg62wxvpmmn00jlnwlgjm97gdk3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dsvn";
- license = lib.licenses.free;
- };
- }) {};
- dtk = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , seq }:
- melpaBuild {
- pname = "dtk";
- ename = "dtk";
- version = "20190531.2126";
- src = fetchFromGitHub {
- owner = "dtk01";
- repo = "dtk";
- rev = "dd1bda6b63a1679b60fee108cf7b7de7290be986";
- sha256 = "0gfc9sw6fbrwd9yrpg7s5p0wlbnf89klry92g7dq50an035w75gn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/39333468fb6e9493deb86511f0032610a412ec8a/recipes/dtk";
- sha256 = "005x3j5q8dhphhh4c48l6qx7qi3jz9k02m86ww1bzwfzji55p9sp";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs s seq ];
- meta = {
- homepage = "https://melpa.org/#/dtk";
- license = lib.licenses.free;
- };
- }) {};
- dtrace-script-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dtrace-script-mode";
- ename = "dtrace-script-mode";
- version = "20150213.2223";
- src = fetchFromGitHub {
- owner = "dotemacs";
- repo = "dtrace-script-mode";
- rev = "a92f76c65b9fb64d448e503b4ea7ff06085be8ee";
- sha256 = "0maj816qrrawdpj72hd33qcgl4wrn9cbqz26l4zfb124z1m35yqv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dtrace-script-mode";
- sha256 = "00ar2qahgqpf4an6v9lbzgj73ylbavvigsm8kqdq94ghm4awxi4z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dtrace-script-mode";
- license = lib.licenses.free;
- };
- }) {};
- dtrt-indent = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dtrt-indent";
- ename = "dtrt-indent";
- version = "20190128.1301";
- src = fetchFromGitHub {
- owner = "jscheid";
- repo = "dtrt-indent";
- rev = "9ab9cb9d7f391fb09f61c9289c51c36374ddbcbb";
- sha256 = "0pgf0pvqd8k4yzhdn2df9lp0y8hmlm2ccrh07jivwlccs95pcz7z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/61bcbcfa6c0f38a1d87f5b6913b8be6c50ef2994/recipes/dtrt-indent";
- sha256 = "1npn2jngy1wq0jpwmg1hkn8lx6ncbqsi587jl38lyp2xwchshfk5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dtrt-indent";
- license = lib.licenses.free;
- };
- }) {};
- dts-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dts-mode";
- ename = "dts-mode";
- version = "20161103.523";
- src = fetchFromGitHub {
- owner = "bgamari";
- repo = "dts-mode";
- rev = "9ee0854446dcc6c53d2b8d2941051768dba50344";
- sha256 = "1k8lljdbc90nd29xrhdrsscxavzdq532wq2mg7ljc94krj7538b1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/864a7ec64c46a0357710bc80ad4880dd35b2fda1/recipes/dts-mode";
- sha256 = "1k8cbiayajbzwkm0s0kyin0qpq9yhymidz0srs4hbvsnb6hvp234";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dts-mode";
- license = lib.licenses.free;
- };
- }) {};
- ducpel = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ducpel";
- ename = "ducpel";
- version = "20140702.454";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "ducpel";
- rev = "2f2ce2df269d99261c808a5c4ebc00d6d2cddabc";
- sha256 = "19a8q9nakjzyzv7aryndifjr9c8jls9a2v7ilfjj8kscwxpjqlzb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2d64adac965e1dac0f29dab9a587cd6ce9c3bb3a/recipes/ducpel";
- sha256 = "1cqrkgg7n9bhjswnpl7yc6w6yjs4gfbliaqsimmf9z43wk2ml4pc";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ducpel";
- license = lib.licenses.free;
- };
- }) {};
- dumb-diff = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dumb-diff";
- ename = "dumb-diff";
- version = "20171211.1322";
- src = fetchFromGitHub {
- owner = "jacktasia";
- repo = "dumb-diff";
- rev = "1a2331d283049b71a07c1b06b1e0627a950d55f4";
- sha256 = "05gmpp4s9y2ql27vb5vpqn3xh35qjfxgq9gzyvg86df43qfl8wvl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf7fa0b4235247d82569ed078f92774f10afa45c/recipes/dumb-diff";
- sha256 = "1h1dvxbj85kgi04lxh0bpx81f6sl1fd56lhjmq1cw9biwqw0sm0c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dumb-diff";
- license = lib.licenses.free;
- };
- }) {};
- dumb-jump = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , s }:
- melpaBuild {
- pname = "dumb-jump";
- ename = "dumb-jump";
- version = "20190327.1027";
- src = fetchFromGitHub {
- owner = "jacktasia";
- repo = "dumb-jump";
- rev = "6988b21a08b53fbfeaa6e0b0f182524257dec1e4";
- sha256 = "1a0zs58j1027pllssb3pai2654wbvdbf2g0y3dqbg35gfqanaizp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dumb-jump";
- sha256 = "1j90n8gydsp2v07rysz1k5vf6hspybcl27214sib1iz3hbimid1w";
- name = "recipe";
- };
- packageRequires = [ dash emacs f popup s ];
- meta = {
- homepage = "https://melpa.org/#/dumb-jump";
- license = lib.licenses.free;
- };
- }) {};
- dummyparens = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dummyparens";
- ename = "dummyparens";
- version = "20141009.324";
- src = fetchFromGitHub {
- owner = "snosov1";
- repo = "dummyparens";
- rev = "9798ef1d0eaa24e4fe66f8aa6022a8c62714cc89";
- sha256 = "0g72nnz0j6dvllyxyrw20z1vg6p7sy46yy0fq017pa77sgqm0xzh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1f6199a9afece4d6eb581dc8e513601d55a5833/recipes/dummyparens";
- sha256 = "1yah8kpqkk9ygm73iy51fzwc8q5nw0xlwqir2qld1fc5y1lkb7dk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dummyparens";
- license = lib.licenses.free;
- };
- }) {};
- dune = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dune";
- ename = "dune";
- version = "20190529.2005";
- src = fetchFromGitHub {
- owner = "ocaml";
- repo = "dune";
- rev = "060b6acabba7bf0713912afb28e4cdb0461c2199";
- sha256 = "1mw8jspqf4wxawnshkbbqpnxzzdz576wl6mgnzbh6ddxr9pk2z7w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06648d1d37767cbdc7588d7a8f709d679d478a3b/recipes/dune";
- sha256 = "1lqza4fjm9xxmdn8040bvsl467qzjy709dlmiq2241gfhxpmvvr7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dune";
- license = lib.licenses.free;
- };
- }) {};
- duplicate-thing = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "duplicate-thing";
- ename = "duplicate-thing";
- version = "20181031.800";
- src = fetchFromGitHub {
- owner = "ongaeshi";
- repo = "duplicate-thing";
- rev = "9d8fd05e3e5caa35d3f2a0c0032c92f0c0908e21";
- sha256 = "05lflc0r84c95vb81wbn44kh11cbgm42zn3y4ss0ychbf13mzdb5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be28db1bfbd663af5b5c24bad50372fddd341982/recipes/duplicate-thing";
- sha256 = "1jx2b6h23dj561xhizzbpxp3av69ic8zdw4kkf0py1jm3gnrmlm4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/duplicate-thing";
- license = lib.licenses.free;
- };
- }) {};
- dut-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dut-mode";
- ename = "dut-mode";
- version = "20170729.1411";
- src = fetchFromGitHub {
- owner = "dut-lang";
- repo = "dut-mode";
- rev = "9235c7acaa6690942e9de8b7acd1e4be0c859dc1";
- sha256 = "0fpqsm6y23anyx57gp4c6whzxrn8x03cp76iwx27c4gkq6ph1z8n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ecf49ceab8b25591fab2ed6574cba0e6634d1539/recipes/dut-mode";
- sha256 = "0hlr5qvqcqdh2k1nyq621z6vq2yiflj4jy0pgg6lbiy3j6819mai";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dut-mode";
- license = lib.licenses.free;
- };
- }) {};
- dyalog-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dyalog-mode";
- ename = "dyalog-mode";
- version = "20190416.701";
- src = fetchhg {
- url = "https://bitbucket.com/harsman/dyalog-mode";
- rev = "abe3de955fd6";
- sha256 = "06csyjlxfjbhwhiin6ampxsxd6zhkkqxmv9nmmf8ryjlr99prs0n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/dyalog-mode";
- sha256 = "0w61inyfvxiyihx5z9fk1ckawcd3cr6xiradbbwzmn25k99gkbgr";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/dyalog-mode";
- license = lib.licenses.free;
- };
- }) {};
- dylan-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dylan-mode";
- ename = "dylan-mode";
- version = "20190108.1900";
- src = fetchFromGitHub {
- owner = "dylan-lang";
- repo = "dylan-mode";
- rev = "9a6ad5ff83f2dfc25ce3deee9d3ef71ed53964b5";
- sha256 = "1d6krgiabkrj3mryaz79vmiqy0vkr5s8ji34yjd14v73ikzwxwkp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/94481ba3ebba6a99f11efab5a33e8bc6ea2d857a/recipes/dylan-mode";
- sha256 = "0kimvz8vmcvgxi0wvf7dqv6plj31xlksmvgip8h3bhyy7slxj3yy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dylan-mode";
- license = lib.licenses.free;
- };
- }) {};
- dynamic-fonts = callPackage ({ fetchFromGitHub
- , fetchurl
- , font-utils
- , lib
- , melpaBuild
- , pcache
- , persistent-soft }:
- melpaBuild {
- pname = "dynamic-fonts";
- ename = "dynamic-fonts";
- version = "20140731.526";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "dynamic-fonts";
- rev = "004ee6014dc7dbff8f14d26015c91d9229f6eac0";
- sha256 = "04rz0nqnkv6cjvm1yb83r4nxgnpkzcxxhyxkqwdjhka2c5dbisr4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/dynamic-fonts";
- sha256 = "0a210ca41maa755lv1n7hhpxp0f7lfxrxbi0x34icbkfkmijhl6q";
- name = "recipe";
- };
- packageRequires = [ font-utils pcache persistent-soft ];
- meta = {
- homepage = "https://melpa.org/#/dynamic-fonts";
- license = lib.licenses.free;
- };
- }) {};
- dynamic-ruler = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dynamic-ruler";
- ename = "dynamic-ruler";
- version = "20160602.108";
- src = fetchFromGitHub {
- owner = "rocher";
- repo = "dynamic-ruler";
- rev = "c9c0de6fe5721f06b50e01d9b4684b519c71b367";
- sha256 = "09skp2d5likqjlrsfis3biqw59sjkgid5249fld9ahqm5f1wq296";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/926c43867120db429807ff5aaacc8af65a1738c8/recipes/dynamic-ruler";
- sha256 = "13jc3xbsyc3apkdfy0iafmsfvgqs0zfa5w8jxp7zj4dhb7pxpnmc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dynamic-ruler";
- license = lib.licenses.free;
- };
- }) {};
- dynamic-spaces = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dynamic-spaces";
- ename = "dynamic-spaces";
- version = "20171027.1151";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "dynamic-spaces";
- rev = "97ae8480c257ba573ca3d06dbf602f9b23c41d38";
- sha256 = "0qs7gqjl6ilwwmd21663345az6766j7h1pv7wvd2kyh24yfs1xkj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e0b59ce66132cbe2b1f41b665dcb30bdd04bc48b/recipes/dynamic-spaces";
- sha256 = "0l4hwqivzv51j7h5sgd91dxb5slylmrfrvf7r6w0k04bhld6ry0c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dynamic-spaces";
- license = lib.licenses.free;
- };
- }) {};
- e2ansi = callPackage ({ face-explorer
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "e2ansi";
- ename = "e2ansi";
- version = "20190517.1202";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "e2ansi";
- rev = "6e1bb4e4e27885d1786db08b091cfa13b184fb54";
- sha256 = "1rbbwz8a6gqyxkkh5fapzlbnny816yzqj4170fzrswhib610mcvz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e655a3fdfae80ea120cdb2ce84dd4fd36f9a71e/recipes/e2ansi";
- sha256 = "0ns1sldipx5kyqpi0bw79kdmhi1ry5glwxfzfx8r01hbbkf0cc94";
- name = "recipe";
- };
- packageRequires = [ face-explorer ];
- meta = {
- homepage = "https://melpa.org/#/e2ansi";
- license = lib.licenses.free;
- };
- }) {};
- e2wm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , window-layout }:
- melpaBuild {
- pname = "e2wm";
- ename = "e2wm";
- version = "20170214.1636";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-window-manager";
- rev = "4353d3394c77a49f8f0291c239858c8c5e877549";
- sha256 = "12midsrx07pdrsr1qbl2rpi7xyhxqx08bkz7n7gf8vsmqkpfp56s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8da85815c39f58552a968ae68ee07c08c53b0f61/recipes/e2wm";
- sha256 = "0dp360jr3fgxqywkp7g88cp02g37kw2hdsc0f70hjak9n3sy03la";
- name = "recipe";
- };
- packageRequires = [ window-layout ];
- meta = {
- homepage = "https://melpa.org/#/e2wm";
- license = lib.licenses.free;
- };
- }) {};
- e2wm-R = callPackage ({ e2wm
- , ess
- , fetchFromGitHub
- , fetchurl
- , inlineR
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "e2wm-R";
- ename = "e2wm-R";
- version = "20151230.126";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "e2wm-R.el";
- rev = "4350601ee1a96bf89777b3f09f1b79b88e2e6e4d";
- sha256 = "1g77gf24abwcvf7z52vs762s6jp978pnvza8zmzwkwfvp1mkx233";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a3ba9843bdf275815b149e4c4b0a947bbc5e614/recipes/e2wm-R";
- sha256 = "09v4fz178lch4d6m801ipclfxm2qrap5601aysnzyvc2apvyr3sh";
- name = "recipe";
- };
- packageRequires = [ e2wm ess inlineR ];
- meta = {
- homepage = "https://melpa.org/#/e2wm-R";
- license = lib.licenses.free;
- };
- }) {};
- e2wm-bookmark = callPackage ({ e2wm
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "e2wm-bookmark";
- ename = "e2wm-bookmark";
- version = "20151122.2121";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "e2wm-bookmark.el";
- rev = "bad816b6d8049984d69bcd277b7d325fb84d55eb";
- sha256 = "121vd44f42bxqvdjswmjlghf1jalbs974b6cip2i049k1n08xgh0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/45488849da42ac775e532f30f588bfabb7af3cae/recipes/e2wm-bookmark";
- sha256 = "1myaqxzrgff5gxcn3zn1bsmyf5122ql1mwr05wamd450lq8nmbw5";
- name = "recipe";
- };
- packageRequires = [ e2wm ];
- meta = {
- homepage = "https://melpa.org/#/e2wm-bookmark";
- license = lib.licenses.free;
- };
- }) {};
- e2wm-direx = callPackage ({ direx
- , e2wm
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "e2wm-direx";
- ename = "e2wm-direx";
- version = "20170509.601";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "e2wm-direx";
- rev = "b47f19d15436cc28233a812a1150689f61d11046";
- sha256 = "0lihc02b0792kk61vcmhi0jwb7c4w2hi19g6a0q1598b3rci82nf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8320cf626050cf455c97ef22e7a8ccfb253e3243/recipes/e2wm-direx";
- sha256 = "0nv8aciq0swxi9ahwc2pvk9c7i3rmlp7vrzqcan58ml0i3nm17wg";
- name = "recipe";
- };
- packageRequires = [ direx e2wm ];
- meta = {
- homepage = "https://melpa.org/#/e2wm-direx";
- license = lib.licenses.free;
- };
- }) {};
- e2wm-pkgex4pl = callPackage ({ e2wm
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , plsense-direx }:
- melpaBuild {
- pname = "e2wm-pkgex4pl";
- ename = "e2wm-pkgex4pl";
- version = "20140525.347";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "e2wm-pkgex4pl";
- rev = "b72561b75e98961f05544a2159d83592c964ba1e";
- sha256 = "1cx6kdxhq9ybwwvc1vpwcfy08yf1h4xacgimm36kp9xayvxsmq2j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8f84b421cb1673d2a9fe820cee11dc4a6e72adad/recipes/e2wm-pkgex4pl";
- sha256 = "0hgdbqfw3015fr929m36kfiqqzsid6afs3222iqq0apg7gfj7jil";
- name = "recipe";
- };
- packageRequires = [ e2wm plsense-direx ];
- meta = {
- homepage = "https://melpa.org/#/e2wm-pkgex4pl";
- license = lib.licenses.free;
- };
- }) {};
- e2wm-svg-clock = callPackage ({ e2wm
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , svg-clock }:
- melpaBuild {
- pname = "e2wm-svg-clock";
- ename = "e2wm-svg-clock";
- version = "20150106.506";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "e2wm-svg-clock.el";
- rev = "d425925e3afffcbe2ff74edc80b714e4319d4c94";
- sha256 = "0h1fnlpvy2mqfxjv64znghmiadh9qimj9q9a60cxhyc0bq0prz6f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/784f5598910ecf208a68fa97448e148a8ebefa32/recipes/e2wm-svg-clock";
- sha256 = "0q02lksrbn43s8d9rzpglqybalglpi6qi9lix0cllag6i7fzcbms";
- name = "recipe";
- };
- packageRequires = [ e2wm svg-clock ];
- meta = {
- homepage = "https://melpa.org/#/e2wm-svg-clock";
- license = lib.licenses.free;
- };
- }) {};
- e2wm-sww = callPackage ({ e2wm
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "e2wm-sww";
- ename = "e2wm-sww";
- version = "20140524.158";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "e2wm-sww";
- rev = "db454ac3eddd53a62f2725f6e2d5ac455caf200c";
- sha256 = "1a8z94z0wp9r4kh44bn2m74k866jwq7zvjihxmmzr0rfb85q2d99";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc873e8271e9f372e08da5d0e4b77c8ba0e3a8cb/recipes/e2wm-sww";
- sha256 = "0x45j62cjivf9v7jp1b41yya3f9akp92md6cbv0v7bwz98g2vsk8";
- name = "recipe";
- };
- packageRequires = [ e2wm ];
- meta = {
- homepage = "https://melpa.org/#/e2wm-sww";
- license = lib.licenses.free;
- };
- }) {};
- e2wm-term = callPackage ({ e2wm
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "e2wm-term";
- ename = "e2wm-term";
- version = "20141009.608";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "e2wm-term";
- rev = "65b5ac88043d5c4048920a048f3599904ca55981";
- sha256 = "0qv3kh6q3q7vgfsd8x25x8agi3fp96dkpjnxdidkwk6k8h9n0jzw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9a800f5af893cb670cedb47e4a723c407be8429/recipes/e2wm-term";
- sha256 = "0wrq06yap80a96l9l0hs7x7rng7sx6vi1hz778kknb6il4f2f45g";
- name = "recipe";
- };
- packageRequires = [ e2wm log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/e2wm-term";
- license = lib.licenses.free;
- };
- }) {};
- eacl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eacl";
- ename = "eacl";
- version = "20190518.2320";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "eacl";
- rev = "1a32676165c0e63dc85470272efaccd5f497870a";
- sha256 = "0wp0sk10icpjmvzpb7dk2bf633lk4lbl7m09394lhxisl3zqq6cs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8223bec7eed97f0bad300af9caa4c8207322d39a/recipes/eacl";
- sha256 = "16afsf3diz498jb63q85lm5ifvm487clfl838qzagl1l4aywhlwr";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/eacl";
- license = lib.licenses.free;
- };
- }) {};
- easy-after-load = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "easy-after-load";
- ename = "easy-after-load";
- version = "20170817.531";
- src = fetchFromGitHub {
- owner = "pd";
- repo = "easy-after-load";
- rev = "29e20145da49ac9ea40463c552130777408040de";
- sha256 = "00xgd39qc760lmxpbggzn98aks5nad08b5ry54pkszjlmh37yqj7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/384ffc463cc6edb4806f8da68bd251e662718e65/recipes/easy-after-load";
- sha256 = "1mn4hpx82nifphzx71yw3rbixbgis8bhvl3iyxcgcd88n5hqwvys";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/easy-after-load";
- license = lib.licenses.free;
- };
- }) {};
- easy-escape = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "easy-escape";
- ename = "easy-escape";
- version = "20161209.744";
- src = fetchFromGitHub {
- owner = "cpitclaudel";
- repo = "easy-escape";
- rev = "8623aa9d715fe7677ea24d7164ea6e4ecdb3e65b";
- sha256 = "12shxdr03l39vj3grsncym1mv2vn39k58vvhbwc1q591adqhwalz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c39e3b867fa3143e9dc7c2fefa57b5755f70b433/recipes/easy-escape";
- sha256 = "1zspb79x6s151wwiian45j1nh0xps8y8yd98byyn5lbwbj2pp2gk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/easy-escape";
- license = lib.licenses.free;
- };
- }) {};
- easy-hugo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , request }:
- melpaBuild {
- pname = "easy-hugo";
- ename = "easy-hugo";
- version = "20190505.1813";
- src = fetchFromGitHub {
- owner = "masasam";
- repo = "emacs-easy-hugo";
- rev = "c80b972faa2c3addc472fe6412ca28dc5583b1d6";
- sha256 = "08lhs0nhd19irssq4w028wyiaf5d2a7pqd1b3hp7rgza411lvwji";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/easy-hugo";
- sha256 = "1m7iw6njxxsk82agyqay277iql578b3wz6z9wjs8ls30ps8s2b8g";
- name = "recipe";
- };
- packageRequires = [ emacs popup request ];
- meta = {
- homepage = "https://melpa.org/#/easy-hugo";
- license = lib.licenses.free;
- };
- }) {};
- easy-jekyll = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "easy-jekyll";
- ename = "easy-jekyll";
- version = "20190424.1529";
- src = fetchFromGitHub {
- owner = "masasam";
- repo = "emacs-easy-jekyll";
- rev = "6ce93c386ab32f08e23590d71489d8a1bd5a29c5";
- sha256 = "0vf0966apf815j85nlbj74lqk874jwynfwpn1gnc0krkjgprxkjw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3f281145bad12c27bdbef32ccc07b6a5f13b577/recipes/easy-jekyll";
- sha256 = "16jj70fr23z5qsaijv4d4xfiiypny2cama8rsaci9fk9haq19lxv";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/easy-jekyll";
- license = lib.licenses.free;
- };
- }) {};
- easy-kill = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "easy-kill";
- ename = "easy-kill";
- version = "20181114.1530";
- src = fetchFromGitHub {
- owner = "leoliu";
- repo = "easy-kill";
- rev = "2a6309d98aa6b71df6bbbcdf15cab3187c521a6b";
- sha256 = "1j8hl0f52fqb21775xn94sf9g12yqyg6z0ibgmxzmnl02ir4xr86";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d0a74c2a7d8859e9311bc8d71f5e6cf5a8063b6/recipes/easy-kill";
- sha256 = "10jcv7a4vcnaj3wkabip2xwzcwlmvdlqkl409a9lnzfasxcpf32i";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/easy-kill";
- license = lib.licenses.free;
- };
- }) {};
- easy-kill-extras = callPackage ({ easy-kill
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "easy-kill-extras";
- ename = "easy-kill-extras";
- version = "20180920.634";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "easy-kill-extras.el";
- rev = "b8ce8350cc86e0229f195082557970cd51def960";
- sha256 = "1f8db92zzk8g8yyj0g334mdbgqmzrs8xamm1d24jai1289hm29xa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7b55d93f78fefde47a2bd4ebbfd93c028fab1f40/recipes/easy-kill-extras";
- sha256 = "0xzlzv57nvrc142saydwfib51fyqcdzjccc1hj6xvgcdbwadlnjy";
- name = "recipe";
- };
- packageRequires = [ easy-kill ];
- meta = {
- homepage = "https://melpa.org/#/easy-kill-extras";
- license = lib.licenses.free;
- };
- }) {};
- easy-repeat = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "easy-repeat";
- ename = "easy-repeat";
- version = "20150516.148";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "easy-repeat.el";
- rev = "060f0e6801c82c40c06961dc0528a00e18947a8c";
- sha256 = "18bm5ns1qrxq0rrz9sylshr62wkymh1m6b7ch2y74f8rcwdwjgnq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1f5e0d19043f6a24ab4069c9c850e96cbe61a8f/recipes/easy-repeat";
- sha256 = "1vx57gpw0nbxh976s18va4ali1nqxqffhaxv1c5rhf4pwlk2fa06";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/easy-repeat";
- license = lib.licenses.free;
- };
- }) {};
- ebal = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ebal";
- ename = "ebal";
- version = "20171231.2216";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "ebal";
- rev = "3a7a9a66efed30416e2013da80fed2f79b91def1";
- sha256 = "0vxxswbx8l9jcv81akw1bd7ra4k51gjmv79z11fhbzf17n7y910a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/629aa451162a0085488caad4052a56366b7ce392/recipes/ebal";
- sha256 = "1kqnlp5n1aig1qbqdq9q50wgqkzd1l6h9wi1gv43cif8qa1kxhwg";
- name = "recipe";
- };
- packageRequires = [ emacs f ];
- meta = {
- homepage = "https://melpa.org/#/ebal";
- license = lib.licenses.free;
- };
- }) {};
- ebf = callPackage ({ cl-lib ? null
- , dash
- , dash-functional
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ebf";
- ename = "ebf";
- version = "20160211.958";
- src = fetchFromGitHub {
- owner = "rexim";
- repo = "ebf";
- rev = "b52dd2fa8c6a4a7acf4d93c16f54fbd9fbe087df";
- sha256 = "1yyx6z251bgvcfi3jzdq4cnmyd8vmz3gffbzii5bdga4ms288j5d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/22e2f6383f2a7a01778c0524af19a68af57796ae/recipes/ebf";
- sha256 = "072w1hczzb4z0dadvqy8px9zfnfd2z0w8nwa7q2qm5njg30rrqpb";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash dash-functional ];
- meta = {
- homepage = "https://melpa.org/#/ebf";
- license = lib.licenses.free;
- };
- }) {};
- ebib = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parsebib }:
- melpaBuild {
- pname = "ebib";
- ename = "ebib";
- version = "20190606.109";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "ebib";
- rev = "960862f2a3058f9ca93850a148410d67e3b33ebb";
- sha256 = "089wjdam5mpqyndry0fpnklrs9hya1rph7imma550irkisykma1w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e39cd8e8b4f61c04fa967def6a653bb22f45f5b/recipes/ebib";
- sha256 = "1kdqf5nk9l6mr3698nqngrkw5dicgf7d24krir5wrcfbrsqrfmid";
- name = "recipe";
- };
- packageRequires = [ emacs parsebib ];
- meta = {
- homepage = "https://melpa.org/#/ebib";
- license = lib.licenses.free;
- };
- }) {};
- ecb = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ecb";
- ename = "ecb";
- version = "20170728.1221";
- src = fetchFromGitHub {
- owner = "ecb-home";
- repo = "ecb";
- rev = "1330a44cf3c171781083b0b926ab7622f64e6e81";
- sha256 = "0nx1blkvnzrxd2l7ckdihm9fvq5vkcghf6qccagkjzk4zbdalz30";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4db5183f35bedbc459843ad9f442f9cb6608c5fc/recipes/ecb";
- sha256 = "0z61p9zgv7gcx04m4jv16a3mn9kjvnw0rdd65kpvbmzkgls0nk8d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ecb";
- license = lib.licenses.free;
- };
- }) {};
- eclim = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild
- , popup
- , s
- , yasnippet }:
- melpaBuild {
- pname = "eclim";
- ename = "eclim";
- version = "20181108.334";
- src = fetchFromGitHub {
- owner = "emacs-eclim";
- repo = "emacs-eclim";
- rev = "23f5b294f833ce58516d7b9ae08a7792d70022a1";
- sha256 = "17q972354nkkynfjmwih4vp7s5dzdvr3nf7ni3ci095lzb0zzf4g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e9d3075587fbd9ca188535fd945a7dc451c6d7e/recipes/eclim";
- sha256 = "1n60ci6kjmzy2khr3gs7s8gf21j1f9zjaj5a1yy2dyygsarbxw7b";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash json popup s yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/eclim";
- license = lib.licenses.free;
- };
- }) {};
- eclipse-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eclipse-theme";
- ename = "eclipse-theme";
- version = "20190122.218";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "eclipse-theme";
- rev = "485cc1e7bd7eb6a42c6db803f4170ec4da18fc28";
- sha256 = "0bp9ci7024sdayar2dpmgax200ipxg5wajw3d2vdj3f5v9qcyxsj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81fcf3536ead18a91400f6936b3f789b4b594b9c/recipes/eclipse-theme";
- sha256 = "0mww0jysxqky1zkkhvhj7fn20w970n2w6501rdm5jwqfb58ivxfx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eclipse-theme";
- license = lib.licenses.free;
- };
- }) {};
- ecukes = callPackage ({ ansi
- , commander
- , dash
- , espuds
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ecukes";
- ename = "ecukes";
- version = "20171216.408";
- src = fetchFromGitHub {
- owner = "ecukes";
- repo = "ecukes";
- rev = "3a77ba9f1064c2bca47b401974c009e65727c46e";
- sha256 = "1isscwz4h3nx62lwfrj899lp2yc27zk1ndgr441d848495ccmshn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/14cf66e6929db2a0f377612e786aaed9eb12b799/recipes/ecukes";
- sha256 = "0ava8hrc7r1mzv6xgbrb84qak5xrf6fj8g9qr4i4g0cr7843nrw0";
- name = "recipe";
- };
- packageRequires = [ ansi commander dash espuds f s ];
- meta = {
- homepage = "https://melpa.org/#/ecukes";
- license = lib.licenses.free;
- };
- }) {};
- edbi = callPackage ({ concurrent
- , ctable
- , epc
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edbi";
- ename = "edbi";
- version = "20160224.1741";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-edbi";
- rev = "6f50aaf4bde75255221f2292c7a4ad3fa9d918c0";
- sha256 = "0x0igyvdcm4863n7zndvcv6wgzwgn7324cbfjja6xd7r0k936zdy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/238a11afa52d2c01d69eb16ffd7d07ccd6dff403/recipes/edbi";
- sha256 = "0qq0j16n8lyvkqqlcsrq1m7r7f0in6b92d74mpx5c6siv6z2vxlr";
- name = "recipe";
- };
- packageRequires = [ concurrent ctable epc ];
- meta = {
- homepage = "https://melpa.org/#/edbi";
- license = lib.licenses.free;
- };
- }) {};
- edbi-database-url = callPackage ({ edbi
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edbi-database-url";
- ename = "edbi-database-url";
- version = "20160221.1123";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "edbi-database-url";
- rev = "a6e4be7547ee8e0bb43a11ff173d6271b21b5012";
- sha256 = "0f59s0a7zpa3dny1k7x6zrymrnzba184smq8v1vvz8hkc0ym1j1v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e25bf3d65ef2fb09eb0802cfd3e3faee86a5cfdb/recipes/edbi-database-url";
- sha256 = "018rxijmy0lvisy281d501ra9lnh5xi0wmvz5avbjpb0fi4q1zdn";
- name = "recipe";
- };
- packageRequires = [ edbi emacs ];
- meta = {
- homepage = "https://melpa.org/#/edbi-database-url";
- license = lib.licenses.free;
- };
- }) {};
- edbi-django = callPackage ({ edbi
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pythonic }:
- melpaBuild {
- pname = "edbi-django";
- ename = "edbi-django";
- version = "20190212.617";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "edbi-django";
- rev = "9b73db66c02a222fc62dc3bc590962f58c5b43d8";
- sha256 = "1yinm4qzwpdmr4a0isbkiw6ny23gllajcppwh7g0d62di3v242dm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10dd853022ab93e345761b04d760b3763f4d2384/recipes/edbi-django";
- sha256 = "02vcbqgkvhlw9msf65777f85c8myxr95g2dz199nlfmz4vpqrkgq";
- name = "recipe";
- };
- packageRequires = [ edbi emacs pythonic ];
- meta = {
- homepage = "https://melpa.org/#/edbi-django";
- license = lib.licenses.free;
- };
- }) {};
- edbi-minor-mode = callPackage ({ edbi
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edbi-minor-mode";
- ename = "edbi-minor-mode";
- version = "20160706.747";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "edbi-minor-mode";
- rev = "566a2141a6eb9d9d5d7e1bd7c251d1c5e8f0d2ec";
- sha256 = "1g6mlmrwl8p5ffj9q298vymd9xi2kpp7mhbmz4by4f6a3g831c88";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5fb878b60c7ecbb1e3a47aef1d9765061c510644/recipes/edbi-minor-mode";
- sha256 = "0p7vdf9cp6i7mhjxj82670pfflf1kacalmakb7ssgigs1nsf3spi";
- name = "recipe";
- };
- packageRequires = [ edbi ];
- meta = {
- homepage = "https://melpa.org/#/edbi-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- edbi-sqlite = callPackage ({ edbi
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edbi-sqlite";
- ename = "edbi-sqlite";
- version = "20160221.1123";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "edbi-sqlite";
- rev = "52cb9ca1af7691b592f2cfd2f007847e7a4ccd5f";
- sha256 = "1vll81386fx90lq5sy4rlxcik6mvw7zx5cc51f0yaca9bkcckp51";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/edbi-sqlite";
- sha256 = "1w53ypz3pdqaml3vq9j3f1w443n8s9hb2ys090kxvjqnb8x8v44y";
- name = "recipe";
- };
- packageRequires = [ edbi emacs ];
- meta = {
- homepage = "https://melpa.org/#/edbi-sqlite";
- license = lib.licenses.free;
- };
- }) {};
- ede-compdb = callPackage ({ cl-lib ? null
- , ede ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , semantic ? null }:
- melpaBuild {
- pname = "ede-compdb";
- ename = "ede-compdb";
- version = "20150920.1333";
- src = fetchFromGitHub {
- owner = "randomphrase";
- repo = "ede-compdb";
- rev = "23c91082270fcef24ea791b848f1604e36888ff0";
- sha256 = "03xphcdw4b6z8i3dgrmq0l8m5nfpsjn0jv0y1rlabrbvxw1gpcqq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b70138b7d82aec2d60f4a7c0cd21e734a1fc52a/recipes/ede-compdb";
- sha256 = "1ypi7rxbgg2qck1b571hcw5m4ipllb48g6sindpdf180kbfbfpn7";
- name = "recipe";
- };
- packageRequires = [ cl-lib ede semantic ];
- meta = {
- homepage = "https://melpa.org/#/ede-compdb";
- license = lib.licenses.free;
- };
- }) {};
- ede-php-autoload = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ede-php-autoload";
- ename = "ede-php-autoload";
- version = "20180901.555";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "ede-php-autoload";
- rev = "8a4eeeaa93b8d87b65a107c4ebcbeb14528d9449";
- sha256 = "109cys3d4pfaa2c6gb33p5b40cd6wmisx63w20cxpj86drx8iabf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/afc7ddfcf16e92889e54f30599b576a24823f60d/recipes/ede-php-autoload";
- sha256 = "1255a1drpb50650i0yijahbp97chpw89mi9fvdrk3vf64xlysamq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ede-php-autoload";
- license = lib.licenses.free;
- };
- }) {};
- ede-php-autoload-composer-installers = callPackage ({ ede-php-autoload
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ede-php-autoload-composer-installers";
- ename = "ede-php-autoload-composer-installers";
- version = "20170221.1226";
- src = fetchFromGitHub {
- owner = "xendk";
- repo = "ede-php-autoload-composer-installers";
- rev = "3e2fde975a06757b363e235c67e6341ebe668f60";
- sha256 = "11sjq86nm7yqxi0y5n37c2c3w0p6mc28n85j40qj8nd7b2nb9s3j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e0e9058593b32b8d9fd7873d4698b4dd516930f/recipes/ede-php-autoload-composer-installers";
- sha256 = "0s7dv81niz4h8kj0648x2nbmz47hqxchfs2rjmjpy2lcbifvj268";
- name = "recipe";
- };
- packageRequires = [ ede-php-autoload f s ];
- meta = {
- homepage = "https://melpa.org/#/ede-php-autoload-composer-installers";
- license = lib.licenses.free;
- };
- }) {};
- ede-php-autoload-drupal = callPackage ({ ede-php-autoload
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ede-php-autoload-drupal";
- ename = "ede-php-autoload-drupal";
- version = "20170316.1458";
- src = fetchFromGitHub {
- owner = "xendk";
- repo = "ede-php-autoload-drupal";
- rev = "54a04241d94fabc4f4d16ae4dc8ba4f0c6e3b435";
- sha256 = "1ckfja95zk4f7fgvycia7nxhxjgz4byrz30ic63f6kcq4dx78scs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/532fec4788350cc11893c32e3895f06510a39d35/recipes/ede-php-autoload-drupal";
- sha256 = "139sr7jy5hb8h5zmw5mw01r0dy7yvbbyaxzj62m1a589n8w6a964";
- name = "recipe";
- };
- packageRequires = [ ede-php-autoload f s ];
- meta = {
- homepage = "https://melpa.org/#/ede-php-autoload-drupal";
- license = lib.licenses.free;
- };
- }) {};
- edebug-x = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edebug-x";
- ename = "edebug-x";
- version = "20130615.2325";
- src = fetchFromGitHub {
- owner = "ScottyB";
- repo = "edebug-x";
- rev = "a2c2c42553d3bcbd5ac11898554865acbed1bc46";
- sha256 = "1zgiifi1k2d9g8sarfpjzamk8g1yx4ilgn60mqhy2pznp30b5qb2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/204e40cd450f4223598be1f385f08ec82b44f70c/recipes/edebug-x";
- sha256 = "0mzrip6y346mix4ny1xj8rkji1w531ix24k3cczmlmm4hm7l29ql";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/edebug-x";
- license = lib.licenses.free;
- };
- }) {};
- edit-at-point = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edit-at-point";
- ename = "edit-at-point";
- version = "20150716.624";
- src = fetchFromGitHub {
- owner = "enoson";
- repo = "edit-at-point.el";
- rev = "3b800c11685102e1eab62ec71c5fc1589ebb81a7";
- sha256 = "0crwdgng377sy1zbq7kqkz24v697mlzgdsvkdp1m8r7ympikkj6w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a63b22f357b2d08b12fb86c27261ab4d687c5f7f/recipes/edit-at-point";
- sha256 = "1mijasr4ww6vcjfyk7jdv4mh7w2rrspqbbmqayiy2918qg2x01df";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/edit-at-point";
- license = lib.licenses.free;
- };
- }) {};
- edit-color-stamp = callPackage ({ cl-lib ? null
- , es-lib
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edit-color-stamp";
- ename = "edit-color-stamp";
- version = "20130529.1033";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "edit-color-stamp";
- rev = "32dc1ca5bcf3dcf83fad5e39b55dc5b77becb3d3";
- sha256 = "0vk954f44m2bq7qb122pzlb8fibrisx47ihvn3h96m8nmx0fv32r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ad2ea105b895cb958ce0ab2bf2fad2b40d41b2f/recipes/edit-color-stamp";
- sha256 = "1f8v8w3w7vb8jv29w06mplah8yfcs5qfjz2w4irv0rg7dwzy3zk8";
- name = "recipe";
- };
- packageRequires = [ cl-lib es-lib ];
- meta = {
- homepage = "https://melpa.org/#/edit-color-stamp";
- license = lib.licenses.free;
- };
- }) {};
- edit-indirect = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edit-indirect";
- ename = "edit-indirect";
- version = "20180422.1107";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "edit-indirect";
- rev = "de645d8144e8a08f039a9c88185121ec81d957ef";
- sha256 = "0xg6p3ccch9k920xhhpyhn5mkgc0sfyxsn8l1wsc6vbbp5h7wlad";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/edit-indirect";
- sha256 = "0q5jjmrvx5kaajllmhaxihsab2kr1vmcsfqrhxdhw3x3nf41s439";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/edit-indirect";
- license = lib.licenses.free;
- };
- }) {};
- edit-indirect-region-latex = callPackage ({ edit-indirect
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edit-indirect-region-latex";
- ename = "edit-indirect-region-latex";
- version = "20161128.2245";
- src = fetchFromGitHub {
- owner = "niitsuma";
- repo = "edit-indirect-region-latex";
- rev = "05043f2c0c9838947d3ca4b51b695deb7c47612e";
- sha256 = "0dgac0nk9x4sz4lisxb5badrzpcjqjwgi79hhl1y6mafzm0ncqs2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/edit-indirect-region-latex";
- sha256 = "0ys0fpfk259g14wvg0nnkc3wk1dbjjd2n4a636jblgq63w6g3h79";
- name = "recipe";
- };
- packageRequires = [ edit-indirect emacs ht ];
- meta = {
- homepage = "https://melpa.org/#/edit-indirect-region-latex";
- license = lib.licenses.free;
- };
- }) {};
- edit-list = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edit-list";
- ename = "edit-list";
- version = "20100930.743";
- src = fetchFromGitHub {
- owner = "emacsmirror";
- repo = "edit-list";
- rev = "f460d3f9e208a4e606fe6ded307f1b011916ca71";
- sha256 = "0981hy1n50yizc3k06vbxqrpfml817a67kab1hkgkw5v6ymm1hc9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c8aa348ce5289a8b1238f186affac1d544af755/recipes/edit-list";
- sha256 = "0mi12jfgx06i0yr8k5nk80xryqszjv0xykdnri505862rb90xakv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/edit-list";
- license = lib.licenses.free;
- };
- }) {};
- edit-server = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edit-server";
- ename = "edit-server";
- version = "20181016.425";
- src = fetchFromGitHub {
- owner = "stsquad";
- repo = "emacs_chrome";
- rev = "81eb5211f79cf5a2234b7a932f6006d27d506aa5";
- sha256 = "0s30a2rr89qcw798xswmg2nnxhjf2rfl1z474vb37db22qnlnzgz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d98d69008b5ca8b92fa7a6045b9d1af86f269386/recipes/edit-server";
- sha256 = "0ffxcgmnz0f2c1i3vfwm8vlm6jyd7ibf4kq5z8c6n50zkwfdmns0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/edit-server";
- license = lib.licenses.free;
- };
- }) {};
- edit-server-htmlize = callPackage ({ edit-server
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edit-server-htmlize";
- ename = "edit-server-htmlize";
- version = "20130329.1548";
- src = fetchFromGitHub {
- owner = "frobtech";
- repo = "edit-server-htmlize";
- rev = "e7f8dadfabe869c77ca241cd6fbd4c52bd908392";
- sha256 = "174xq45xc632zrb916aw7q4bch96pbi6zgy3dk77qla3ky9cfpl3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/219b037401a81ce70bd2106dabffa16d8b0c7cef/recipes/edit-server-htmlize";
- sha256 = "007lv3698a88wxan7kplz2117azxxpzzgshin9c1aabg059hszlj";
- name = "recipe";
- };
- packageRequires = [ edit-server ];
- meta = {
- homepage = "https://melpa.org/#/edit-server-htmlize";
- license = lib.licenses.free;
- };
- }) {};
- editorconfig = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "editorconfig";
- ename = "editorconfig";
- version = "20190603.424";
- src = fetchFromGitHub {
- owner = "editorconfig";
- repo = "editorconfig-emacs";
- rev = "efc1ff4b1c3422d6e231b1c01138becab4b9eded";
- sha256 = "122h57ccx0dba45a019cmp3797b85s5a60rq6w8ggin3yf623l0m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/50d4f2ed288ef38153a7eab44c036e4f075b51d0/recipes/editorconfig";
- sha256 = "0zv96m07ml8i3k7zm7sdci4hn611n3ypna7zppfkwbdyr7d5k2gc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/editorconfig";
- license = lib.licenses.free;
- };
- }) {};
- editorconfig-charset-extras = callPackage ({ editorconfig
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "editorconfig-charset-extras";
- ename = "editorconfig-charset-extras";
- version = "20180222.2057";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "editorconfig-charset-extras-el";
- rev = "ddf60923c6f4841cb593b2ea04c9c710a01d262f";
- sha256 = "1v5a6s4x7cm6i0bxaqdpsg8vqj479lp5h45glx4ipk0icdq8cvd9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/62f27dad806fa135209289933f2131ee4ce8f8bf/recipes/editorconfig-charset-extras";
- sha256 = "15p9qpdwradcnjr0nf0ibhy94yi73l18xz7zxf6khmdirsirpwgh";
- name = "recipe";
- };
- packageRequires = [ editorconfig ];
- meta = {
- homepage = "https://melpa.org/#/editorconfig-charset-extras";
- license = lib.licenses.free;
- };
- }) {};
- editorconfig-custom-majormode = callPackage ({ editorconfig
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "editorconfig-custom-majormode";
- ename = "editorconfig-custom-majormode";
- version = "20180815.1944";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "editorconfig-custom-majormode-el";
- rev = "13ad1c83f847bedd4b3a19f9df7fd925853b19de";
- sha256 = "1zagd6cliwm8xyhzfvpi7n7m58k78wv4ihc2snq00v7321jjh9bp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fcd47bf4630442ad1a941ad432cef64c7746aa71/recipes/editorconfig-custom-majormode";
- sha256 = "0ykvjg3gwxky6w5cm0y5s63q9820b7d25fy9plw8sarxwy2a5lxy";
- name = "recipe";
- };
- packageRequires = [ editorconfig ];
- meta = {
- homepage = "https://melpa.org/#/editorconfig-custom-majormode";
- license = lib.licenses.free;
- };
- }) {};
- editorconfig-domain-specific = callPackage ({ cl-lib ? null
- , editorconfig
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "editorconfig-domain-specific";
- ename = "editorconfig-domain-specific";
- version = "20180505.224";
- src = fetchFromGitHub {
- owner = "lassik";
- repo = "editorconfig-emacs-domain-specific";
- rev = "e9824160fb2e466afa755240ee3ab7cc5657fb04";
- sha256 = "0gkwhvywfpnay7rxb2bmsnywcd89qw710bsp53sk5fvilgfwfpkj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/831a7dd7ef853ca44709eabfd48ee97113705319/recipes/editorconfig-domain-specific";
- sha256 = "1rkan6q7z0qfq28zg114iik71nghd7fbs4g8qppzhgr3pwbpn73q";
- name = "recipe";
- };
- packageRequires = [ cl-lib editorconfig ];
- meta = {
- homepage = "https://melpa.org/#/editorconfig-domain-specific";
- license = lib.licenses.free;
- };
- }) {};
- editorconfig-generate = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "editorconfig-generate";
- ename = "editorconfig-generate";
- version = "20190512.2133";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "editorconfig-generate-el";
- rev = "47a31f928f46d2a0188db8e2cffa5d6354a81573";
- sha256 = "01bv064rzxjpqvcs0x62qfqn51js51wmkbg04v28pvmwlmnigkg0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc1cfe5ce6bc3d247c5b7730ac6cb2d6c6198a0c/recipes/editorconfig-generate";
- sha256 = "1xfm3vnr5ngi1vihs7cack8a6zyipvdq260v43cr0y8dqg3sn89i";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/editorconfig-generate";
- license = lib.licenses.free;
- };
- }) {};
- edn = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , peg }:
- melpaBuild {
- pname = "edn";
- ename = "edn";
- version = "20160215.419";
- src = fetchFromGitHub {
- owner = "expez";
- repo = "edn.el";
- rev = "be9e32d1b49e35247b263b0243df7cfdc8d413ab";
- sha256 = "1xp2hjhn52k6l1g6ypva6dsklpawni7gvjafbz6404f9dyxflh7l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/305dd770d9db86d5ee602e6bd571b7c4f6c4ddbe/recipes/edn";
- sha256 = "00cy8axhy2p3zalzl8k2083l5a7s3aswb9qfk9wsmf678m8pqwqg";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs peg ];
- meta = {
- homepage = "https://melpa.org/#/edn";
- license = lib.licenses.free;
- };
- }) {};
- edts = callPackage ({ auto-complete
- , auto-highlight-symbol
- , dash
- , erlang
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , s }:
- melpaBuild {
- pname = "edts";
- ename = "edts";
- version = "20171030.9";
- src = fetchFromGitHub {
- owner = "tjarvstrand";
- repo = "edts";
- rev = "6ef4bdf571235ee1b078db321402270cabff7fda";
- sha256 = "1nzf8wdv0hs4kp69cy3blwxh18c2bkxr4d4y6ggdp0vmwv41j3zi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/782db7fba2713bfa17d9305ae15b0a9e1985445b/recipes/edts";
- sha256 = "0f0rbd0mqqwn743qmr1g5mmi1sbmlcglclww8jxvbvb61jq8vspr";
- name = "recipe";
- };
- packageRequires = [
- auto-complete
- auto-highlight-symbol
- dash
- erlang
- f
- popup
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/edts";
- license = lib.licenses.free;
- };
- }) {};
- efire = callPackage ({ circe
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "efire";
- ename = "efire";
- version = "20151009.1331";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "efire";
- rev = "d38dd6dd7974b7cb11bff6fd84846fd01163211a";
- sha256 = "15sc4648lkxsgv2frcfb878z86a7vynixsp1x5i5rg66bd9gzhfy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4150455d424326667390f72f6edd22b274d9fa01/recipes/efire";
- sha256 = "0dhgms6s0c889xx75khn1mqfn8i32z4rjlx2w7i0chm2abxbgd3m";
- name = "recipe";
- };
- packageRequires = [ circe ];
- meta = {
- homepage = "https://melpa.org/#/efire";
- license = lib.licenses.free;
- };
- }) {};
- eg = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eg";
- ename = "eg";
- version = "20170830.115";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "eg.el";
- rev = "1c7f1613d2aaae728ef540305f6ba030616f86bd";
- sha256 = "1g2ha6q9k6dmi63i2p4aypwf5mha699wr7yy5dsck39mqk15hx0f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d2b6b92b2a71486f260571885bf149ad6afc551/recipes/eg";
- sha256 = "1ic6qzk0zmay3vvbb8jg35irqkc0k68dmgbq4j9isiawy449zvp7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/eg";
- license = lib.licenses.free;
- };
- }) {};
- egg = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "egg";
- ename = "egg";
- version = "20181125.2100";
- src = fetchFromGitHub {
- owner = "byplayer";
- repo = "egg";
- rev = "00e768a78ac3d25f457eed667d02cac568480bf9";
- sha256 = "1ak23v9gqj6x104mzgihn0hi7w0kr76q1sl929wmbb9h8s3a54q8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1c97870c2641d73685f07a12f010530cc186544/recipes/egg";
- sha256 = "144g1fvs2cmn3px0a98nvxl5cz70kx30v936k5ppyi8gvbj0md5i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/egg";
- license = lib.licenses.free;
- };
- }) {};
- egison-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "egison-mode";
- ename = "egison-mode";
- version = "20181109.824";
- src = fetchFromGitHub {
- owner = "egison";
- repo = "egison";
- rev = "ddc6d910be421d891efc8c7c033b99b10364c4c3";
- sha256 = "1rw5xjs4hnikj2swskczxn3x31811znsgzj72b975zbmd5vp98kd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/egison-mode";
- sha256 = "0bch4863l9wxrss63fj46gy3nx3hp635709xr4c2arw0j7n82lzd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/egison-mode";
- license = lib.licenses.free;
- };
- }) {};
- eglot = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flymake ? null
- , jsonrpc
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eglot";
- ename = "eglot";
- version = "20190512.347";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "eglot";
- rev = "5f629ebfb680f43849ca894c7166a2b54ff5ba50";
- sha256 = "0jja8c2f6scy4bb3p79bn3sjkzkz10mmb8aivg9x1ynki96rc2ja";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c644530eca56f93d94fac2c9d7663c35c2b8c01/recipes/eglot";
- sha256 = "17w39hcgv4p49g841qaicjdx7xac72yxvsc83jf1rrakg713pj7y";
- name = "recipe";
- };
- packageRequires = [ emacs flymake jsonrpc ];
- meta = {
- homepage = "https://melpa.org/#/eglot";
- license = lib.licenses.free;
- };
- }) {};
- ego = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , htmlize
- , lib
- , melpaBuild
- , mustache
- , org
- , simple-httpd }:
- melpaBuild {
- pname = "ego";
- ename = "ego";
- version = "20180228.1704";
- src = fetchFromGitHub {
- owner = "emacs-china";
- repo = "EGO";
- rev = "719809679c1a60887735db41abae53b61f08ef59";
- sha256 = "10f179kl53la4dyikzl1xysccx4gk04skzwaw3w1pgr8f5fjppxc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ego";
- sha256 = "09k33ggc6n7wgykaawbmh6hyrl9dqp0azaq9zcjhjbc88nszj7fj";
- name = "recipe";
- };
- packageRequires = [ dash emacs ht htmlize mustache org simple-httpd ];
- meta = {
- homepage = "https://melpa.org/#/ego";
- license = lib.licenses.free;
- };
- }) {};
- eide = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eide";
- ename = "eide";
- version = "20190501.1422";
- src = fetchgit {
- url = "https://framagit.org/eide/eide.git";
- rev = "0554252de694d01210e40cf071f212b6ca45e88e";
- sha256 = "1ac8408m0rqyhda22b1c6jcn62mrmpvcn5d3nr2miiv7akvykvl9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a42244392719c620b47bc43a7a8501dab4b6f74e/recipes/eide";
- sha256 = "1962shxcfn3v1ljann7182ca6ciy5xfbcd6l9l8rc8gikp55qv8m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eide";
- license = lib.licenses.free;
- };
- }) {};
- eimp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eimp";
- ename = "eimp";
- version = "20120826.1339";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "eimp";
- rev = "2e7536fe6d8f7faf1bad7a8ae37faba0162c3b4f";
- sha256 = "154d57yafxbcf39r89n5j43c86rp2fki3lw3gwy7ww2g6qkclcra";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/eimp";
- sha256 = "00g77bg49m38cjfbh17ccnmksz05qx7yvgl6i4i4hysbr2d8pgxd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eimp";
- license = lib.licenses.free;
- };
- }) {};
- ein = callPackage ({ auto-complete
- , dash
- , deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild
- , polymode
- , request
- , s
- , skewer-mode
- , websocket }:
- melpaBuild {
- pname = "ein";
- ename = "ein";
- version = "20190605.1302";
- src = fetchFromGitHub {
- owner = "millejoh";
- repo = "emacs-ipython-notebook";
- rev = "2207014453a739ecffda1075ea101fa21adc3a95";
- sha256 = "07ybpylcbqy12k0xm6xl96mi36p9jhdayds2fzcz90nnd19l1zzb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/215e163755fe391ce1f049622e7b9bf9a8aea95a/recipes/ein";
- sha256 = "14blq1cbrp00rq0ilk7z9qppqfj0r4n3jidw3abcpchvh5ln086r";
- name = "recipe";
- };
- packageRequires = [
- auto-complete
- dash
- deferred
- emacs
- markdown-mode
- polymode
- request
- s
- skewer-mode
- websocket
- ];
- meta = {
- homepage = "https://melpa.org/#/ein";
- license = lib.licenses.free;
- };
- }) {};
- ein-mumamo = callPackage ({ ein
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ein-mumamo";
- ename = "ein-mumamo";
- version = "20150301.1628";
- src = fetchFromGitHub {
- owner = "millejoh";
- repo = "ein-mumamo";
- rev = "57eb0876ab3fba52c1007ce5793d5319cae629c7";
- sha256 = "1426d8lrkx5kml6m1b3pv4117z34v96d8iq24m1q5w6ar72mspxg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bd8fcf7f6332f94dc37697f9412c8043da8d4f76/recipes/ein-mumamo";
- sha256 = "029sk90xz9fhv2s56f5hp0aks1d6ybz517009vv4892bbzkpjv1w";
- name = "recipe";
- };
- packageRequires = [ ein ];
- meta = {
- homepage = "https://melpa.org/#/ein-mumamo";
- license = lib.licenses.free;
- };
- }) {};
- eink-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eink-theme";
- ename = "eink-theme";
- version = "20190219.58";
- src = fetchFromGitHub {
- owner = "maio";
- repo = "eink-emacs";
- rev = "326b07523dcb076d6209cdbc7fdbb73df296dbdb";
- sha256 = "1s5w45p0in2ljrbhc7nsc0ppff5wybzwrwv60z1a6dnd8d679qfj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1349c3f93ab60983f77c28f97048fa258b612a6/recipes/eink-theme";
- sha256 = "0z437cpf1b8bqyi7bv0w0dnc52q4f5g17530lwdcxjkr38s9b1zn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eink-theme";
- license = lib.licenses.free;
- };
- }) {};
- ejc-sql = callPackage ({ auto-complete
- , clomacs
- , dash
- , direx
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , spinner }:
- melpaBuild {
- pname = "ejc-sql";
- ename = "ejc-sql";
- version = "20190604.944";
- src = fetchFromGitHub {
- owner = "kostafey";
- repo = "ejc-sql";
- rev = "0d3e0da114b623e537fc076dbd08667f6653bca0";
- sha256 = "1bqirwcjbnc5cq2y4c1s0znc43kpfz7vyqqc7m6s2dgmfv4g52yh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e01655679087504db1206b22435ba8eb7050aa23/recipes/ejc-sql";
- sha256 = "13i55l6hwsxbmdxmvh6aajayivgskw4iagmj9in1qkd9rnrykhn9";
- name = "recipe";
- };
- packageRequires = [ auto-complete clomacs dash direx emacs spinner ];
- meta = {
- homepage = "https://melpa.org/#/ejc-sql";
- license = lib.licenses.free;
- };
- }) {};
- el-autoyas = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-autoyas";
- ename = "el-autoyas";
- version = "20120918.617";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "el-autoyas.el";
- rev = "bde0251ecb504f585dfa27c205c8e312655310cc";
- sha256 = "0dbp2zz993cm7mrd58c4iflbzqwg50wzgn2cpwfivk14w1mznh4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc4845343dbb8f8294394f6850788e4f1fe6b99b/recipes/el-autoyas";
- sha256 = "0hh5j79f3z82nmb3kqry8k8lgc1qswk6ni3g9jg60pasc3wkbh6c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el-autoyas";
- license = lib.licenses.free;
- };
- }) {};
- el-fly-indent-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-fly-indent-mode";
- ename = "el-fly-indent-mode";
- version = "20180421.1943";
- src = fetchFromGitHub {
- owner = "jiahaowork";
- repo = "el-fly-indent-mode.el";
- rev = "1dd4b907ff4d9581c18b4e38e8719e83ba0dace1";
- sha256 = "15l74s3jissjs7jpdmrgy8ys50b0ir27nm0d25lbs4yxhsmvzq2b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/237311b98eec4b577409f55e16d8e640936d41a2/recipes/el-fly-indent-mode";
- sha256 = "00iqiawbzijm515lswbkzxf1m6ys242xrg6lzf8k40g2ygyd1q1r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/el-fly-indent-mode";
- license = lib.licenses.free;
- };
- }) {};
- el-get = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-get";
- ename = "el-get";
- version = "20181005.1925";
- src = fetchFromGitHub {
- owner = "dimitri";
- repo = "el-get";
- rev = "08005ef89b468aae2269021a82c7edca3dadb438";
- sha256 = "07pljkgg4na929hdw8kaddf3z9a7m0dspmgrdqf1b0mw1xg7cl58";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1c61197a2b616d6d3c6b652248cb166196846b44/recipes/el-get";
- sha256 = "1438v2sw5n67q404c93y2py226v469nagqwp4w9l6yyy40h4myhz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el-get";
- license = lib.licenses.free;
- };
- }) {};
- el-init = callPackage ({ anaphora
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-init";
- ename = "el-init";
- version = "20150728.220";
- src = fetchFromGitHub {
- owner = "HKey";
- repo = "el-init";
- rev = "25fd21d820bca1cf576b8f70c8d5a3bc76792597";
- sha256 = "1mzla7ijmq1mgzr6bf16mjdycbf8ylsf4zdk4j6fh5kw5n4k6c5n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0c18cc62ffaaf839284ed7b261cc6f375fab813/recipes/el-init";
- sha256 = "121n6z8p9kzi7axp4i2kyi621gw20635w4j81i1bryblaqrv5kl5";
- name = "recipe";
- };
- packageRequires = [ anaphora cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/el-init";
- license = lib.licenses.free;
- };
- }) {};
- el-init-viewer = callPackage ({ anaphora
- , cl-lib ? null
- , ctable
- , dash
- , el-init
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-init-viewer";
- ename = "el-init-viewer";
- version = "20150303.28";
- src = fetchFromGitHub {
- owner = "HKey";
- repo = "el-init-viewer";
- rev = "c40417db7808c8b8c9b2f196a69de5da7eee84a2";
- sha256 = "1dc2dr2s6agchg116189zdw96dwvik9d6dcw06jr5mh2gp4apvpa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f90e6be757783352c4a7732177ff2e2c0a066247/recipes/el-init-viewer";
- sha256 = "0kkmsml9xf2n8nlrcicfg2l78s3dlhd6ssx0s62v77v4wdpl297m";
- name = "recipe";
- };
- packageRequires = [ anaphora cl-lib ctable dash el-init emacs ];
- meta = {
- homepage = "https://melpa.org/#/el-init-viewer";
- license = lib.licenses.free;
- };
- }) {};
- el-mock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-mock";
- ename = "el-mock";
- version = "20170824.1254";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "el-mock.el";
- rev = "e65ec012a724d0f2518e6601279a07e34716cc45";
- sha256 = "0iyjcihpd79rz2pzasc5c166py34n1fp66jgbm1dxspsid3cznn7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1989beb927657c0ff7e79fe448f62ac58c11be7/recipes/el-mock";
- sha256 = "07m7w7n202nijnxidy0j0r4nbcvlnbkm9b0n8qb2bwi3d4cfp77l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el-mock";
- license = lib.licenses.free;
- };
- }) {};
- el-patch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-patch";
- ename = "el-patch";
- version = "20190410.931";
- src = fetchFromGitHub {
- owner = "raxod502";
- repo = "el-patch";
- rev = "178111f98564551e18948b1f0dc4c539dbda5342";
- sha256 = "0nsfax7rbg740q1mw0lrrk8i385pyxmi41lznish0b6abks385ca";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2f4f57e0edbae35597aa4a7744d22d2f971d5de5/recipes/el-patch";
- sha256 = "1imijmsni8c8fxjrzprnanf94c1pma3h5w9p75c4y99l8l3xmj7g";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/el-patch";
- license = lib.licenses.free;
- };
- }) {};
- el-pocket = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web }:
- melpaBuild {
- pname = "el-pocket";
- ename = "el-pocket";
- version = "20170922.549";
- src = fetchFromGitHub {
- owner = "pterygota";
- repo = "el-pocket";
- rev = "a80abfb67efe68ada1d7d0a73aecee57e763baaa";
- sha256 = "0q4nsgqpjmmxml5pcb6im1askk6q7c3ykzv6fgf1w8jgkvdifa6f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef362a76a3881c7596dcc2639df588227b3713c0/recipes/el-pocket";
- sha256 = "0fgylpfixsx5l1nrgz6n1c2ayf52p60f9q290hmkn36siyx5hixw";
- name = "recipe";
- };
- packageRequires = [ emacs web ];
- meta = {
- homepage = "https://melpa.org/#/el-pocket";
- license = lib.licenses.free;
- };
- }) {};
- el-spec = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-spec";
- ename = "el-spec";
- version = "20121018.4";
- src = fetchFromGitHub {
- owner = "uk-ar";
- repo = "el-spec";
- rev = "1dbc465401d4aea5560318c4f13ff30920a0718d";
- sha256 = "1lsq7980pwcwlg7z37hrig8ddm9nyvaqrlczv1w0vy631vc5z2az";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/407e344bf4e4b3885ebb7df02ebb37feee5e2515/recipes/el-spec";
- sha256 = "017syizs8qw5phwvpzzffzdnj6rh9q4n7s51qjvj8qfb3088igkh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el-spec";
- license = lib.licenses.free;
- };
- }) {};
- el-spice = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-spice";
- ename = "el-spice";
- version = "20180128.921";
- src = fetchFromGitHub {
- owner = "vedang";
- repo = "el-spice";
- rev = "972dace20ec61cd27b9322432d0c7a688c6f061a";
- sha256 = "1wrb46y4s4v0lwwyriz2qn1j1l804jyb4dmadf462jxln85rml70";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4666eee9f6837d6d9dba77e04aa4c8c4a93b47b5/recipes/el-spice";
- sha256 = "0i0l3y9w1q9pf5zhvmsq4h427imix67jgcfwq21b6j82dzg5l4hg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el-spice";
- license = lib.licenses.free;
- };
- }) {};
- el-sprunge = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , melpaBuild
- , web-server }:
- melpaBuild {
- pname = "el-sprunge";
- ename = "el-sprunge";
- version = "20140106.1739";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "el-sprunge";
- rev = "37855ec60aeb4d565c49a4d711edc7341e9a22cb";
- sha256 = "04k1fz0ypmfzgwamncp2vz0lq54bq6y7c8k9nm39csp2564vmbbc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/547209532faf45b35b55350783ccee532ce2bcbb/recipes/el-sprunge";
- sha256 = "0rb1cr7zrfl1s5prxy3xwdqgnm8ddw33pcvk049km2qbccb08v6a";
- name = "recipe";
- };
- packageRequires = [ emacs htmlize web-server ];
- meta = {
- homepage = "https://melpa.org/#/el-sprunge";
- license = lib.licenses.free;
- };
- }) {};
- el-spy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-spy";
- ename = "el-spy";
- version = "20131226.1208";
- src = fetchFromGitHub {
- owner = "uk-ar";
- repo = "el-spy";
- rev = "b1dead9d1877660856ada22d906ac4e54695aec7";
- sha256 = "016l3inzb7dby0w58najj2pvymwk6gllsxvqj2fkz3599i36p1pn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a90318a38c35e648152ec5fb2dd86c432af9553/recipes/el-spy";
- sha256 = "1bgv4mgsnkmjdyay7lhkqdszvnwpjy4dxxw11kq45w866ba8645n";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el-spy";
- license = lib.licenses.free;
- };
- }) {};
- el-x = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-x";
- ename = "el-x";
- version = "20140111.1401";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "el-x";
- rev = "b0b69b182f7a81a550ccf9b3a14d8d91560b4f70";
- sha256 = "1dky0vydwh7l786w7gci4x17kkf6dg8gijmqzl4y0ij9zm9kfxzz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0346f6349cf39a0414cd055b06d8ed193f4972d4/recipes/el-x";
- sha256 = "1721d9mljlcbdwb5b9934q7a48y30x6706pp4bjvgys0r64dml5g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el-x";
- license = lib.licenses.free;
- };
- }) {};
- el2markdown = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el2markdown";
- ename = "el2markdown";
- version = "20170630.1158";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "el2markdown";
- rev = "368d99313683cd943c99feaffca356be60bdb636";
- sha256 = "1h0cr8qcvj9r3acb6bf5nyglvi5gdglwflkfl5jbzp0nm1p9iqcg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/el2markdown";
- sha256 = "1bpfddcvg9wgc5g14clj6wyiw8rsh45rgibvlmyan2m0gmwvmqx6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el2markdown";
- license = lib.licenses.free;
- };
- }) {};
- el2org = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el2org";
- ename = "el2org";
- version = "20190504.414";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "el2org";
- rev = "fbb2c5bff78564111ff1826976101555314bfc53";
- sha256 = "17d85fdckbzj551j98j0hrhdj0ag8ba2kpk2ix8fmvdnssxdnvm0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/el2org";
- sha256 = "02kyvzpjws2mrp414i4zm4fmrnzgkaax6bnrlyhp17a8aqaggbnh";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/el2org";
- license = lib.licenses.free;
- };
- }) {};
- elbank = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "elbank";
- ename = "elbank";
- version = "20180316.643";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "elbank";
- rev = "6dbd21e31fdf7cf62491f6d24b8198d4f91a031b";
- sha256 = "1krqvwh6a4cqbqawmydq16ardnn6ddf7wm5605794j145dd2268v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/elbank";
- sha256 = "1i1cdywcbdj9ykfczbagrqdpgf3c88f1kc0mdlj8mzyvjixx7mhk";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/elbank";
- license = lib.licenses.free;
- };
- }) {};
- elcontext = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , ht
- , hydra
- , lib
- , melpaBuild
- , osx-location
- , uuidgen }:
- melpaBuild {
- pname = "elcontext";
- ename = "elcontext";
- version = "20180526.604";
- src = fetchFromGitHub {
- owner = "rollacaster";
- repo = "elcontext";
- rev = "f434ffc655e6349a4dd52285ff68a9194bcfc949";
- sha256 = "0gbbnx969asq73ypc5lp4qpi4iwwfzm1mmxb1fdifl2lf18p8qwv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/12bcb0bfc89c1f235e4ac5d7e308e41905725dc6/recipes/elcontext";
- sha256 = "1firdsrag7r02qb3kjxc3j8l9psvh117z3qwycazhxdz82z0isw7";
- name = "recipe";
- };
- packageRequires = [ emacs f ht hydra osx-location uuidgen ];
- meta = {
- homepage = "https://melpa.org/#/elcontext";
- license = lib.licenses.free;
- };
- }) {};
- elcord = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elcord";
- ename = "elcord";
- version = "20190531.1511";
- src = fetchFromGitHub {
- owner = "Mstrodl";
- repo = "elcord";
- rev = "0f311c2bcfd65721fe8c0ebec9da344f217d4061";
- sha256 = "06yk9912xkz8sxzph57mzf45934qjcp29x4f844lrhrpmmbmb8xg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf2c52366a8f60b68a33a40ea92cc96e7f0933d2/recipes/elcord";
- sha256 = "0a1f99mahaixx6j3lylc7w2zlq8f614m6xhd0x927afv3a6n50l6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elcord";
- license = lib.licenses.free;
- };
- }) {};
- elcouch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , json-mode
- , lib
- , libelcouch
- , melpaBuild }:
- melpaBuild {
- pname = "elcouch";
- ename = "elcouch";
- version = "20180809.236";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "elcouch";
- rev = "1491b04d2aa4a15dd61ef8df1710fd6724f0f384";
- sha256 = "0a72nwy48sh97g75m3paj2h61j4a9jhar6n5jj6n0jk8jdrc0wwj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b5d9a35dd5a272a592d248993ea7e5dda8fdf0ab/recipes/elcouch";
- sha256 = "1dp7chvnz6gadqgyqbvdxpva3hm3sx60izsa690mp2rifjyxgqf1";
- name = "recipe";
- };
- packageRequires = [ emacs json-mode libelcouch ];
- meta = {
- homepage = "https://melpa.org/#/elcouch";
- license = lib.licenses.free;
- };
- }) {};
- eldoc-box = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eldoc-box";
- ename = "eldoc-box";
- version = "20190529.131";
- src = fetchFromGitHub {
- owner = "casouri";
- repo = "eldoc-box";
- rev = "c97fe860fa2a5b957a25219172ab596b2f4fc95b";
- sha256 = "03asvv66i9jwmj5jkspb16d04q8rgkmrf1x9zbpiq12vb0wfbyf0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aac2e64f9e0d06b95bdf0dece214263f75470ea8/recipes/eldoc-box";
- sha256 = "11720hi2gvjwc4x2yrxnrhh76wf3sj3yd0vaa3sc22xa5g1wi40r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/eldoc-box";
- license = lib.licenses.free;
- };
- }) {};
- eldoc-cmake = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eldoc-cmake";
- ename = "eldoc-cmake";
- version = "20190419.1544";
- src = fetchFromGitHub {
- owner = "ikirill";
- repo = "eldoc-cmake";
- rev = "4453c03b5c95ff32842f13db2fc317fb0fe2f79e";
- sha256 = "01jhfglj1v4p3qmhiri4k05p0dg10k59pj5608hjls6zsmxf2wbg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e19f92097e6003a893907aa46a2df755d2bf0b87/recipes/eldoc-cmake";
- sha256 = "1y47zhxgisvsk0kgvlwrlspmjb2a6wrxwkiahxp9fkdc58r9w7v0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/eldoc-cmake";
- license = lib.licenses.free;
- };
- }) {};
- eldoc-eval = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eldoc-eval";
- ename = "eldoc-eval";
- version = "20190423.1158";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "eldoc-eval";
- rev = "a67fe3637378dcb6c5f9e140acc8131f0d2346b3";
- sha256 = "0504yyzxp1rk0br6f25395n4aa4w8ixf59vqxxb55a7agxplfpjc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63ba2004d3db4c5a71676dca82ad880328cf6073/recipes/eldoc-eval";
- sha256 = "0z4scgi2xgrgd47aqqmyv1ww8alh43s0qny5qmh3f1nnppz3nd7c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eldoc-eval";
- license = lib.licenses.free;
- };
- }) {};
- eldoc-overlay = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , inline-docs
- , lib
- , melpaBuild
- , quick-peek }:
- melpaBuild {
- pname = "eldoc-overlay";
- ename = "eldoc-overlay";
- version = "20190222.2143";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "eldoc-overlay";
- rev = "cfec077d9a699c88265af2e9480d5e76a3b3f833";
- sha256 = "0c16i6y7675rzif5gj9s6rz3nc59339yp4fn27a56sly42qfnh9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f865b248002d6d3ba9653c2221072a4aa54cd740/recipes/eldoc-overlay";
- sha256 = "0nn6i89xbw8vkd5ybsnc1zpnf3ra4s8pf01jdj2i59ayjs64s28x";
- name = "recipe";
- };
- packageRequires = [ emacs inline-docs quick-peek ];
- meta = {
- homepage = "https://melpa.org/#/eldoc-overlay";
- license = lib.licenses.free;
- };
- }) {};
- electric-case = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "electric-case";
- ename = "electric-case";
- version = "20150417.412";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "electric-case";
- rev = "984b6a4c6c4cdcefeecb59e941f5f184cc1dedff";
- sha256 = "11rlj132xfrdp9wq0mx0dnza4k5s6ysgqs6nzjvwcw1w7a6jmwa3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/electric-case";
- sha256 = "1ch108ljzg5xkk4pkfpfxm8v2yzqk79q3h2zhzzqhsydq7r07bdn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/electric-case";
- license = lib.licenses.free;
- };
- }) {};
- electric-operator = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "electric-operator";
- ename = "electric-operator";
- version = "20190225.2327";
- src = fetchFromGitHub {
- owner = "davidshepherd7";
- repo = "electric-operator";
- rev = "b6aec9502fffbb7b9459665122ea3908fa70a498";
- sha256 = "0i9rifwkir9hxxw5pqpc8b0libgjf9hz9kdbywqh2pkqjvr2ypyl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/906cdf8647524bb76f644373cf8b65397d9053a5/recipes/electric-operator";
- sha256 = "043bkpvvk42lmkll5jnz4q8i0m44y4wdxvkz6hiqhqcp1rv03nw2";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/electric-operator";
- license = lib.licenses.free;
- };
- }) {};
- electric-spacing = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "electric-spacing";
- ename = "electric-spacing";
- version = "20161209.1157";
- src = fetchFromGitHub {
- owner = "xwl";
- repo = "electric-spacing";
- rev = "9d0f8a213133f2619a4e9dfbba3b00d4348c07b0";
- sha256 = "1wzf8q2k2iwnm9b5kj16bwif7g0qc7ll3cjs20gbmcnq5xmhwx9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a78c0044f8b7a0df1af1aba407be4d7865c98c59/recipes/electric-spacing";
- sha256 = "0fcsz9wmibqp6ci0pa5r4gzlrsyj5klajxpgfksa0nfj3dc94cvg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/electric-spacing";
- license = lib.licenses.free;
- };
- }) {};
- elein = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elein";
- ename = "elein";
- version = "20120120.316";
- src = fetchFromGitHub {
- owner = "remvee";
- repo = "elein";
- rev = "d4c0c0491dbb7c90e953d7a16172107c37103605";
- sha256 = "1ijrhm9vrzh5wl1rr9ayl11dwm05bh1i43fnbz3ga58l6whgkfpw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/elein";
- sha256 = "01y5yrmm3biyrfgnl3qjfpn1xvjk2nabwjr8cls53ds697qpz5x2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/elein";
- license = lib.licenses.free;
- };
- }) {};
- elf-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elf-mode";
- ename = "elf-mode";
- version = "20161009.48";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "elf-mode";
- rev = "cd280d683cd3341d8bb31af6db7e3b74a133e6ab";
- sha256 = "0cbvjbk2893ag1iy8ggixpirfiyhssm7fii96hb9jqdz874cdl0k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/368d1ff91f310e5ffe68f872ab0a91584a41a66e/recipes/elf-mode";
- sha256 = "0xwpaqg4mc0a0d8a4dxbd1sqzvi01gfhwr75f7i3sjzx0fj8vcwd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elf-mode";
- license = lib.licenses.free;
- };
- }) {};
- elfeed = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elfeed";
- ename = "elfeed";
- version = "20190514.1025";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "elfeed";
- rev = "fd539da2da94ab4794fd69247ce06deca7aa66bf";
- sha256 = "1awm3n9qyyh0dacrix6rwy0a34llf0ac4v1kysydfh6l3ghbs99k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/407ae027fcec444622c2a822074b95996df9e6af/recipes/elfeed";
- sha256 = "1psga7fcjk2b8xjg10fndp9l0ib72l5ggf43gxp62i4lxixzv8f9";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elfeed";
- license = lib.licenses.free;
- };
- }) {};
- elfeed-goodies = callPackage ({ ace-jump-mode
- , cl-lib ? null
- , elfeed
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , noflet
- , popwin
- , powerline }:
- melpaBuild {
- pname = "elfeed-goodies";
- ename = "elfeed-goodies";
- version = "20190128.831";
- src = fetchFromGitHub {
- owner = "algernon";
- repo = "elfeed-goodies";
- rev = "95b4ea632fbd5960927952ec8f3394eb88da4752";
- sha256 = "0mfigkp77acqlnkj07vjzbcamwxp37zqxramp1qdf95psnz177q7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e6ebb8d23961fd9bfe101f7917caa3b405493f31/recipes/elfeed-goodies";
- sha256 = "0zpk6nx757hasgzcww90fzkcdn078my33p7yax7xslvi4msm37bi";
- name = "recipe";
- };
- packageRequires = [
- ace-jump-mode
- cl-lib
- elfeed
- noflet
- popwin
- powerline
- ];
- meta = {
- homepage = "https://melpa.org/#/elfeed-goodies";
- license = lib.licenses.free;
- };
- }) {};
- elfeed-org = callPackage ({ cl-lib ? null
- , dash
- , elfeed
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "elfeed-org";
- ename = "elfeed-org";
- version = "20181015.400";
- src = fetchFromGitHub {
- owner = "remyhonig";
- repo = "elfeed-org";
- rev = "607b8bf4923a995260a072559b77bee188614a06";
- sha256 = "1m4v5z2ciqlmnr7gfzx6cbi81ck80fvy88fd0lpnhlqj2h9k5pys";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/elfeed-org";
- sha256 = "0rnxr2q2ib6xrdx41ams1z2ivw5zhcsmqdylyvbw62h20rlmlgm8";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash elfeed org s ];
- meta = {
- homepage = "https://melpa.org/#/elfeed-org";
- license = lib.licenses.free;
- };
- }) {};
- elfeed-protocol = callPackage ({ cl-lib ? null
- , elfeed
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elfeed-protocol";
- ename = "elfeed-protocol";
- version = "20190312.509";
- src = fetchFromGitHub {
- owner = "fasheng";
- repo = "elfeed-protocol";
- rev = "c5faca15ccfe7e03dc4ee1372a07671c20015737";
- sha256 = "1cdg111dgpphlpv2csv9nr5p2zjk3qss7bf0y8485nnzcin4ip9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3f1eef8add7cd2cfefe6fad6d8e69d65696e9677/recipes/elfeed-protocol";
- sha256 = "1gd2ny764qsnnqf3j7rbdqhh7hqd5c0fzwxx6wacd0dpbq4w56qi";
- name = "recipe";
- };
- packageRequires = [ cl-lib elfeed emacs ];
- meta = {
- homepage = "https://melpa.org/#/elfeed-protocol";
- license = lib.licenses.free;
- };
- }) {};
- elfeed-web = callPackage ({ elfeed
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , simple-httpd }:
- melpaBuild {
- pname = "elfeed-web";
- ename = "elfeed-web";
- version = "20180829.1016";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "elfeed";
- rev = "3d1c6ecbe585f9fe6ca5a97a3fc352d68f303f9e";
- sha256 = "1bzpl6lc7kq9bph4bfz1fn19207blrnhjr2g7yinhn0nnnjmxi8i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/62459d16ee44d5fcf170c0ebc981ca2c7d4672f2/recipes/elfeed-web";
- sha256 = "14ydwvjjc6wbhkj4g4xdh0c3nh4asqsz8ln7my5vjib881vmaq1n";
- name = "recipe";
- };
- packageRequires = [ elfeed emacs simple-httpd ];
- meta = {
- homepage = "https://melpa.org/#/elfeed-web";
- license = lib.licenses.free;
- };
- }) {};
- elgrep = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elgrep";
- ename = "elgrep";
- version = "20190518.839";
- src = fetchFromGitHub {
- owner = "TobiasZawada";
- repo = "elgrep";
- rev = "c2c5858f335ac1d0013dc631e5bc2dc16d9b3198";
- sha256 = "1rlj9cniwk8fzfn1i4apffrikv08r9c2dmwxhqc6nmrhfjr2rf1k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d9ab623b2d634936a79ff6f4b98b31825d44b6d/recipes/elgrep";
- sha256 = "0b8dma52zv57sh1jbrabfy6k5lzixs7f541s8dsqyrg0fzlq460j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elgrep";
- license = lib.licenses.free;
- };
- }) {};
- elhome = callPackage ({ fetchFromGitHub
- , fetchurl
- , initsplit
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elhome";
- ename = "elhome";
- version = "20161025.1342";
- src = fetchFromGitHub {
- owner = "demyanrogozhin";
- repo = "elhome";
- rev = "e789e806469af3e9705f72298683c21f6c3a516d";
- sha256 = "1q9glli1czbfp62aalblaak55j8rj2nl8bm8nifnnb8jrzj1qrn0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/527cc08a3424f87fe2e99119b931530840ad07ba/recipes/elhome";
- sha256 = "1k7936wxgslr29511dz9az38i9vi35rcxk68gzv35v9lpj89lalh";
- name = "recipe";
- };
- packageRequires = [ initsplit ];
- meta = {
- homepage = "https://melpa.org/#/elhome";
- license = lib.licenses.free;
- };
- }) {};
- elisp-def = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "elisp-def";
- ename = "elisp-def";
- version = "20180806.23";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "elisp-def";
- rev = "368b04da68783601b52e3169312183381871cf9e";
- sha256 = "0l1kj7xd4332xk821z24c14lhkpcmca5gmivpb8shlk10cvjvxjw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1f027b844efdc5946d2ad80d7052a8f3b96aac3d/recipes/elisp-def";
- sha256 = "1y29nsgjv9nb03g0jc5hb1a8k23r54ivdlv9h0a384cig8i91hsz";
- name = "recipe";
- };
- packageRequires = [ dash emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/elisp-def";
- license = lib.licenses.free;
- };
- }) {};
- elisp-demos = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elisp-demos";
- ename = "elisp-demos";
- version = "20190604.2301";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "elisp-demos";
- rev = "837769d9ab2075a4e1a45506bc2853a845b431c8";
- sha256 = "0ir0ixwqb7i7apaspilf6kavgyvhkvcraa8m6wz16h1slg0j3w2l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1bd1c7a4576d4874a8c5fc8ab2dbc65f0e5bc8c/recipes/elisp-demos";
- sha256 = "1571l826x8ixlqd3nkqgizkzrq37af13ihrm1rvgaf5gl0va9ik8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elisp-demos";
- license = lib.licenses.free;
- };
- }) {};
- elisp-depend = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elisp-depend";
- ename = "elisp-depend";
- version = "20190325.414";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "elisp-depend";
- rev = "6679da9a6be5a845bb4804224c8394a9bc62168f";
- sha256 = "09xbrk1li76fwa85kvd5xpr0zswrkh51p7a62sb8g422wpaqxiwx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7ea159f0cc8c6e4b8483401a6e6687ab4ed73b7f/recipes/elisp-depend";
- sha256 = "0zpafwnm52g6v867f1ghfb492nnmm66imcwlhm5v9hhgwy3z17jm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/elisp-depend";
- license = lib.licenses.free;
- };
- }) {};
- elisp-docstring-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elisp-docstring-mode";
- ename = "elisp-docstring-mode";
- version = "20170304.815";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "elisp-docstring-mode";
- rev = "b135d95b158048927f12184e5cfb8fe01fc44713";
- sha256 = "0jyyvrgnplbsg82miawq4fjzb9ds2wyhpqlllyg0s7q49lwsb2fi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/elisp-docstring-mode";
- sha256 = "0mdh3ikn6zfd3fbmifvivqih2fsijvlzalljdvm32crs9cy6fa96";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/elisp-docstring-mode";
- license = lib.licenses.free;
- };
- }) {};
- elisp-format = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elisp-format";
- ename = "elisp-format";
- version = "20160508.252";
- src = fetchFromGitHub {
- owner = "Yuki-Inoue";
- repo = "elisp-format";
- rev = "9fe516d39b349070537099a01fe34e47fbded2c8";
- sha256 = "0dmx5c2lrp8a0836zv4sv1p5h7dnmyyzm45lj3h9rqr1c8l1h7jm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ff353f4228529c51577f7104cdf52c677be8a500/recipes/elisp-format";
- sha256 = "1l0596y4yjn3jdyy6pgws1pgz6i12fxfy27566lmxklbxp8sxgy8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/elisp-format";
- license = lib.licenses.free;
- };
- }) {};
- elisp-lint = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elisp-lint";
- ename = "elisp-lint";
- version = "20180224.1242";
- src = fetchFromGitHub {
- owner = "gonewest818";
- repo = "elisp-lint";
- rev = "04b0d36ec0e4dc1bb54c2bf4c2d16b2af8cf6a39";
- sha256 = "04hxpfgvkh4ivaxqbhnp3j68i1kqzg1v19bssnvcagll2mm4r3xg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/61595c78ac7f15eef47bf28636ad796f74741509/recipes/elisp-lint";
- sha256 = "13cxcn0qp63f2nkv37c3w47dby9cqm4l1f8xilgpczdaxd86kd63";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elisp-lint";
- license = lib.licenses.free;
- };
- }) {};
- elisp-refs = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , loop
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "elisp-refs";
- ename = "elisp-refs";
- version = "20190323.631";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "elisp-refs";
- rev = "540daaf50a88ca0e7d7c8d5f09ca383362e67baf";
- sha256 = "1qxnli3nsh5di1rxwrylvv4k818w18rq6dvlmsrkkp08m7byi4fz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/elisp-refs";
- sha256 = "1pj3dm2z6m24179ibl7zhr8lhan2v2rjnm3abfciwp228piz1sfz";
- name = "recipe";
- };
- packageRequires = [ dash loop s ];
- meta = {
- homepage = "https://melpa.org/#/elisp-refs";
- license = lib.licenses.free;
- };
- }) {};
- elisp-sandbox = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elisp-sandbox";
- ename = "elisp-sandbox";
- version = "20131116.1042";
- src = fetchFromGitHub {
- owner = "joelmccracken";
- repo = "elisp-sandbox";
- rev = "ddd669266ca36d7e4ebba73eb1ab42523787e042";
- sha256 = "1pwx0cksgf9qyd6nl1540jmp3p0adgz2sk38r5s8gbli3x109hy3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b0e7c52ff8034a1c0d1e5d7bc0c58f166986b28/recipes/elisp-sandbox";
- sha256 = "1bazm1cf9ghh9b7jzqqgyfcalnrfg7vmxqbn4fiy2c76gbzlr2bp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/elisp-sandbox";
- license = lib.licenses.free;
- };
- }) {};
- elisp-slime-nav = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elisp-slime-nav";
- ename = "elisp-slime-nav";
- version = "20160128.1109";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "elisp-slime-nav";
- rev = "0e96d9f1f0d334f09414b509d44d5c000b51f432";
- sha256 = "11vyy0bvzbs1h1kggikrvhd658j7c730w0pdp6qkm60rigvfi1ih";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/elisp-slime-nav";
- sha256 = "009zgp68i4naprpjr8lcp06lh3i5ickn0nh0lgvrqs0niprnzh8c";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/elisp-slime-nav";
- license = lib.licenses.free;
- };
- }) {};
- elixir-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "elixir-mode";
- ename = "elixir-mode";
- version = "20190421.1855";
- src = fetchFromGitHub {
- owner = "elixir-editors";
- repo = "emacs-elixir";
- rev = "694d133e847e9a6db6abd1c19850cec6d867ccce";
- sha256 = "0fl3i8cxnrn70l68328jyhabgccmqbislkgp4k4ih5yll3plz31n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/elixir-mode";
- sha256 = "0d25p6sal1qg1xsq5yk343afnrxa0lzpx5gsh72khnx2i8pi40vz";
- name = "recipe";
- };
- packageRequires = [ emacs pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/elixir-mode";
- license = lib.licenses.free;
- };
- }) {};
- elixir-yasnippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "elixir-yasnippets";
- ename = "elixir-yasnippets";
- version = "20150417.539";
- src = fetchFromGitHub {
- owner = "hisea";
- repo = "elixir-yasnippets";
- rev = "980ca7626c14ef0573bec0035ec7942796062783";
- sha256 = "1sdq4372i19wdxpdp3347a1rf5zf5w6sa0da6lr511m7ri0lj6hd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c37a13d56e9a0a4e7e2c11349ed87610a0f6b2c/recipes/elixir-yasnippets";
- sha256 = "0vmkcd88wfafv31lyw0983p4qjj387qf258q7py1ij47fcmfp579";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/elixir-yasnippets";
- license = lib.licenses.free;
- };
- }) {};
- elm-mode = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , reformatter
- , s
- , seq }:
- melpaBuild {
- pname = "elm-mode";
- ename = "elm-mode";
- version = "20190222.1325";
- src = fetchFromGitHub {
- owner = "jcollard";
- repo = "elm-mode";
- rev = "b59b66a5369816c3a6d47b3702b9007431b7b4cf";
- sha256 = "13y4xhf4czir4fdl36lk9zhn6292x0lbxhdywpq55fy9ivz4pk6q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d1a4d786b137f61ed3a1dd4ec236d0db120e571/recipes/elm-mode";
- sha256 = "1gw9szkyr1spcx7qijddhxlm36h0hmfd53b4yzp1336yx44mlnd1";
- name = "recipe";
- };
- packageRequires = [ dash emacs f let-alist reformatter s seq ];
- meta = {
- homepage = "https://melpa.org/#/elm-mode";
- license = lib.licenses.free;
- };
- }) {};
- elm-test-runner = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elm-test-runner";
- ename = "elm-test-runner";
- version = "20190105.1123";
- src = fetchFromGitHub {
- owner = "juanedi";
- repo = "elm-test-runner";
- rev = "a31d567a64d86d36e3675347abd696824a731e0c";
- sha256 = "15kgz44ylni4anz461hihrhvg24jvd7jzykqdjacsznyphfv94m9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/064db8f60438927255458a7fbd8ae871f8264d67/recipes/elm-test-runner";
- sha256 = "1axzp93a0xmbprskql4bdfnxnmcpfnq6xf7c4x7cgn5pbd1p6inz";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elm-test-runner";
- license = lib.licenses.free;
- };
- }) {};
- elm-yasnippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "elm-yasnippets";
- ename = "elm-yasnippets";
- version = "20160331.2224";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "elm-yasnippets";
- rev = "45a11a0cef0c36633fb3477d3dc4167e82779ba4";
- sha256 = "1zb5yra6znkr7yaq6wqlmlr054wkv9cy1dih8h4j2gp2wnfwg968";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/340664dd1c57b539de191dd6faa9eb8ed9ae6914/recipes/elm-yasnippets";
- sha256 = "0nnr0sxkxviw2i7b5s8jgvsv7lgqxqvirmvmband84q9gxlz24zb";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/elm-yasnippets";
- license = lib.licenses.free;
- };
- }) {};
- elmacro = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "elmacro";
- ename = "elmacro";
- version = "20180628.711";
- src = fetchFromGitHub {
- owner = "Silex";
- repo = "elmacro";
- rev = "89b9b0feabafd01fee48111d67131c4c9b5fed9a";
- sha256 = "06wkzafh6vbcjf0m3sl253mgcq32p8cdv7vsfmyx51baa36938ha";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/566cc5bc0f71c5a4191ad93b917dc268f6e1a2da/recipes/elmacro";
- sha256 = "0644rgwawivrq1shsjx1x2p53z7jgr6bxqgn2smzql8pp6azy7xz";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/elmacro";
- license = lib.licenses.free;
- };
- }) {};
- elmine = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "elmine";
- ename = "elmine";
- version = "20190212.940";
- src = fetchFromGitHub {
- owner = "leoc";
- repo = "elmine";
- rev = "2f020e41940b182deeca39786a3092a2d68b5eb7";
- sha256 = "0x2av6zjd4kkyzxm2hcwjx9x8j2fzqg85pka57hqpk2fhfhsmy3s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/elmine";
- sha256 = "1xkx1wwrzd2dl13z8n4qh3gl202j0i9crab5b3788z8mq0g4v4bn";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/elmine";
- license = lib.licenses.free;
- };
- }) {};
- elnode = callPackage ({ creole
- , dash
- , db
- , fakir
- , fetchFromGitHub
- , fetchurl
- , kv
- , lib
- , melpaBuild
- , noflet
- , s
- , web }:
- melpaBuild {
- pname = "elnode";
- ename = "elnode";
- version = "20140203.1506";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "elnode";
- rev = "3f2bf225853e40a2a10386ee5ae0bd6ba5d44ce9";
- sha256 = "0p3cj5vgka388i4dk9r7bx8pv8mywnfij9ahgqak5jlsddflh8hw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9a76a6498c2a0b0d471d3df7ae3d510d027f08c/recipes/elnode";
- sha256 = "0piy5gy9a7c8s10b99fmdyh6glhvjvdyrz0x2bv30h7wplx5szi6";
- name = "recipe";
- };
- packageRequires = [ creole dash db fakir kv noflet s web ];
- meta = {
- homepage = "https://melpa.org/#/elnode";
- license = lib.licenses.free;
- };
- }) {};
- elog = callPackage ({ eieio ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elog";
- ename = "elog";
- version = "20160724.1555";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "elog";
- rev = "a67237d9813c7591614d95e2ef31cc5e5ed3f31b";
- sha256 = "0alg5nbmq56zsc032pvah92h5fw155fbfjc275k9vbh915hs6y0w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4f3d560bf56b1b4e7540dc5ae16258895c106f1f/recipes/elog";
- sha256 = "0hixsi60nf0khm9xmya3saf95ahn1gydp0l5wxawsc491qwg4vqd";
- name = "recipe";
- };
- packageRequires = [ eieio ];
- meta = {
- homepage = "https://melpa.org/#/elog";
- license = lib.licenses.free;
- };
- }) {};
- elogcat = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "elogcat";
- ename = "elogcat";
- version = "20151120.1641";
- src = fetchFromGitHub {
- owner = "youngker";
- repo = "elogcat.el";
- rev = "cafe9bd5c0d6561d72066c70a55c246453693efd";
- sha256 = "117vb19z006hjs0717r5l90h4rv6rciw3cijlgg006f4qqj3g9s5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4855c75dc22a7089cf9e4fa80dbe0ccd2830fe83/recipes/elogcat";
- sha256 = "0sqdqlpg4firswr742nrb6b8sz3bpijf6pbxvandq3ddpm0rx9ia";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/elogcat";
- license = lib.licenses.free;
- };
- }) {};
- eloud = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eloud";
- ename = "eloud";
- version = "20160731.857";
- src = fetchFromGitHub {
- owner = "smythp";
- repo = "eloud";
- rev = "c1d8274ca207cd270f8ad7f62993bd6df304d561";
- sha256 = "0ng3d82518i0d8dp8719ssinb1g7km18lcs38hzprgqy9ycqc1qb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1e80fba9bc541594129756f5c668f3192919bc8/recipes/eloud";
- sha256 = "1h8wd5mfi1cn9bzrckgc5mdrr5jkqsx92ay008p650wvjl689rn2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/eloud";
- license = lib.licenses.free;
- };
- }) {};
- elpa-audit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elpa-audit";
- ename = "elpa-audit";
- version = "20141023.631";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "elpa-audit";
- rev = "1ca4e6073f8c4cbb41688b69d3b3feaa1a392efc";
- sha256 = "1dadf24x6v1vk57bp6w0g2dysigy5cqjzwldc8dn129f4pfrhipy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/elpa-audit";
- sha256 = "18a8n22g53d8fxzr3snb2px28gvxbkx44grrx8lywaprz1f1lwdi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/elpa-audit";
- license = lib.licenses.free;
- };
- }) {};
- elpa-clone = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elpa-clone";
- ename = "elpa-clone";
- version = "20190109.1540";
- src = fetchFromGitHub {
- owner = "dochang";
- repo = "elpa-clone";
- rev = "5dddbab4c27ec6aca541a1f8e9792617f10fc325";
- sha256 = "17lbdgwg97x8q8dbghylr2j0nwb72mpfl679qb0pl9184ih27qfc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/11861edd9c7f9deebd44fd1f8ef648e7a04caf2b/recipes/elpa-clone";
- sha256 = "172gpmpwf75y41n3v05l47w34x83vy63bqk97fd8a6b4dkj91lqa";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/elpa-clone";
- license = lib.licenses.free;
- };
- }) {};
- elpa-mirror = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elpa-mirror";
- ename = "elpa-mirror";
- version = "20190423.1418";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "elpa-mirror";
- rev = "50b92aae0b4cafc38de9767edad726c3c3915ffc";
- sha256 = "0ryblixg3bv51wagjs67k4hwalfm19vccwqs7q14lwbhv96n99qd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d64ce7042c45f29fb394be25ce415912182bac8b/recipes/elpa-mirror";
- sha256 = "1jnviav2ybr13cgllg26kfjrwrl25adggnqiiwyjwgbbzxfycah8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elpa-mirror";
- license = lib.licenses.free;
- };
- }) {};
- elpher = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elpher";
- ename = "elpher";
- version = "20190603.1031";
- src = fetchFromGitHub {
- owner = "tgvaughan";
- repo = "elpher";
- rev = "343d06a4080ca8fb67eaa3a0508aa7551b93a164";
- sha256 = "0lbssaaj3fmmppv95gkwf65w5iq6vhqjb28xw854fg8i8maax21d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df2162816fed4d5da7ee5adafbf547eed8815418/recipes/elpher";
- sha256 = "1csy26ra6kgm2rnf1s6bj254r18zkaf6y7kb3rrjm1msw3vjvvr2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elpher";
- license = lib.licenses.free;
- };
- }) {};
- elpy = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , find-file-in-project
- , highlight-indentation
- , lib
- , melpaBuild
- , pyvenv
- , s
- , yasnippet }:
- melpaBuild {
- pname = "elpy";
- ename = "elpy";
- version = "20190523.1546";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "elpy";
- rev = "ef274bbe1d4709d36951a0e5cc5b81bdb6a8be79";
- sha256 = "1szqxs28941frkgqll6pa2fs70a4w6abxqhbh7lzb1qr4zi09fs6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d8fcd8745bb15402c9f3b6f4573ea151415237a/recipes/elpy";
- sha256 = "1ri3dwnkw005plj1g5grmmq9np41sqk4s2v18pwsvr18ysnq6nnr";
- name = "recipe";
- };
- packageRequires = [
- company
- emacs
- find-file-in-project
- highlight-indentation
- pyvenv
- s
- yasnippet
- ];
- meta = {
- homepage = "https://melpa.org/#/elpy";
- license = lib.licenses.free;
- };
- }) {};
- elpygen = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "elpygen";
- ename = "elpygen";
- version = "20171225.936";
- src = fetchFromGitHub {
- owner = "vkazanov";
- repo = "elpygen";
- rev = "21929c997a05968f9eefe52b85a76ceaab3b0d81";
- sha256 = "093ck4dkdvbgafb1bmkmszg1ba81ns5kjbk2iq2b5p9dvfcjjr3k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e670bd79a85c4e2a9ca3355feb8aaefa709f49cb/recipes/elpygen";
- sha256 = "01fak1dz9mna3p4c2r0scb0j10qk3lvpq270jy6rvzlcbwri4akl";
- name = "recipe";
- };
- packageRequires = [ emacs yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/elpygen";
- license = lib.licenses.free;
- };
- }) {};
- elquery = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "elquery";
- ename = "elquery";
- version = "20180917.1517";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "elquery";
- rev = "eac429d8550fbf1582c57d5e16fed9f320d6eb30";
- sha256 = "1jkbrv5r5vzqjhadb4dcgks47gaj7aavzdkzc5gjn5zv5fmm1in2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/121f7d2091b83143402b44542db12e8f78275103/recipes/elquery";
- sha256 = "19yik9w4kcj7i9d3bwwdszznwcrh75hxd0540iqk5by861z5f3zr";
- name = "recipe";
- };
- packageRequires = [ dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/elquery";
- license = lib.licenses.free;
- };
- }) {};
- elsa = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , trinary }:
- melpaBuild {
- pname = "elsa";
- ename = "elsa";
- version = "20190331.858";
- src = fetchFromGitHub {
- owner = "emacs-elsa";
- repo = "Elsa";
- rev = "118a943c2c447fd0f05cd2cc7ebb5dbcc222be00";
- sha256 = "0c2rbphkzj6cjf4fgy13fim2b8r3zdic3q6pgrymlcm9am0gdkdn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f126c49fe01a1c21aca0f45643d44ecf4c3ad95b/recipes/elsa";
- sha256 = "0g8l61fg9krqakp6fjvm6jr1lss3mll707rknhm5d2grr6ik3lvl";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs f trinary ];
- meta = {
- homepage = "https://melpa.org/#/elsa";
- license = lib.licenses.free;
- };
- }) {};
- elscreen = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elscreen";
- ename = "elscreen";
- version = "20181008.2151";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "elscreen";
- rev = "cc58337faf5ba1eae7e87f75f6ff3758675688f2";
- sha256 = "15kffci7qlhjwz1rlr0zg0z9rq0vlsxy295dvg96wiiz4fvs4jk2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e6140694c1dea0a573586d23d1f63d46c9b22936/recipes/elscreen";
- sha256 = "1mlqbw14ilk6d3ba38kfw50pnlhb9f6sm5hy9dw58gp59siark5s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elscreen";
- license = lib.licenses.free;
- };
- }) {};
- elscreen-buffer-group = callPackage ({ cl-lib ? null
- , elscreen
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elscreen-buffer-group";
- ename = "elscreen-buffer-group";
- version = "20181026.2228";
- src = fetchFromGitHub {
- owner = "jeffgran";
- repo = "elscreen-buffer-group";
- rev = "cd671c4a86ff6e481d24d060b4069e518940f9c9";
- sha256 = "1nff1frlni7lbxrk26idzxlm0npzrjvfmzsv3y9nwy9v8djsiwy3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c6fedb7b6ef58089da4b35ad115f699b4b24ff2/recipes/elscreen-buffer-group";
- sha256 = "1clmhpk9zp6hsgz6a4jpmbrr9fr6k8b324s0x61n5yi4yzgdmc0v";
- name = "recipe";
- };
- packageRequires = [ cl-lib elscreen emacs ];
- meta = {
- homepage = "https://melpa.org/#/elscreen-buffer-group";
- license = lib.licenses.free;
- };
- }) {};
- elscreen-fr = callPackage ({ elscreen
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "elscreen-fr";
- ename = "elscreen-fr";
- version = "20160920.253";
- src = fetchFromGitHub {
- owner = "rocher";
- repo = "elscreen-fr";
- rev = "b9c11f80d277086d5d5bf88623e15fc7adbbbe3c";
- sha256 = "1dz8jqd2agh06hya59vbybrmgyhyz2rk6c9panrm49w37v0bwksb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18730986df5eb9816eec7ad479abe1e338d3c66f/recipes/elscreen-fr";
- sha256 = "1kmga1zz9mb3hxd2sxja2vz45pix5a52yl0g9z4vmak32x9rgqrm";
- name = "recipe";
- };
- packageRequires = [ elscreen seq ];
- meta = {
- homepage = "https://melpa.org/#/elscreen-fr";
- license = lib.licenses.free;
- };
- }) {};
- elscreen-mew = callPackage ({ elscreen
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elscreen-mew";
- ename = "elscreen-mew";
- version = "20160504.1135";
- src = fetchFromGitHub {
- owner = "masutaka";
- repo = "elscreen-mew";
- rev = "89871fad690ae161dc076e16ef481b1965612077";
- sha256 = "14hwl5jzmm43qa4jbpsyswbz4hk1l2iwqh3ank6502bz58877k6c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/47404ea3cfb591b780ca7e31095951a708b0a6b7/recipes/elscreen-mew";
- sha256 = "06g4wcfjs036nn64ac0zsvr08cfmak2hyj83y7a0r35yxr1853w4";
- name = "recipe";
- };
- packageRequires = [ elscreen ];
- meta = {
- homepage = "https://melpa.org/#/elscreen-mew";
- license = lib.licenses.free;
- };
- }) {};
- elscreen-multi-term = callPackage ({ elscreen
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multi-term }:
- melpaBuild {
- pname = "elscreen-multi-term";
- ename = "elscreen-multi-term";
- version = "20151021.1933";
- src = fetchFromGitHub {
- owner = "wamei";
- repo = "elscreen-multi-term";
- rev = "7b6048a0dd80f69460a62bbc6f1af8856141a5ea";
- sha256 = "1cninrbgxzg0gykkpjx0i8pk2yc7sgr2kliqd35lgcxz2q4jlr51";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a24477cf83df7da931fa33c622ef720839529d2/recipes/elscreen-multi-term";
- sha256 = "1zwrzblkag1d18xz450b7khsdssvsxyl1x6a682vy0dkn1y5qh1n";
- name = "recipe";
- };
- packageRequires = [ elscreen emacs multi-term ];
- meta = {
- homepage = "https://melpa.org/#/elscreen-multi-term";
- license = lib.licenses.free;
- };
- }) {};
- elscreen-separate-buffer-list = callPackage ({ elscreen
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elscreen-separate-buffer-list";
- ename = "elscreen-separate-buffer-list";
- version = "20161106.1958";
- src = fetchFromGitHub {
- owner = "wamei";
- repo = "elscreen-separate-buffer-list";
- rev = "7652d827aa1b8c1b04303c5b4b0bda5e8f85565e";
- sha256 = "1cpmpms3r9lywmxgciz4xq7vjw2c1mxmpd89shssqck16563zwxf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9f5e5c8e2cd45a25e47c74bef59b9114aa7685eb/recipes/elscreen-separate-buffer-list";
- sha256 = "1d8kc137cd8i3wglir1rlvk7w8mrdhd3xvcihi2f2f2g5nh2n5jk";
- name = "recipe";
- };
- packageRequires = [ elscreen emacs ];
- meta = {
- homepage = "https://melpa.org/#/elscreen-separate-buffer-list";
- license = lib.licenses.free;
- };
- }) {};
- elscreen-tab = callPackage ({ dash
- , elscreen
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elscreen-tab";
- ename = "elscreen-tab";
- version = "20190203.819";
- src = fetchFromGitHub {
- owner = "aki-s";
- repo = "elscreen-tab";
- rev = "29d7a65c3e134dd476049c9aebc8d029238e71f7";
- sha256 = "0303i61m1qg65d3i3hsy7pzdhw0icpx3im99qkfmy6lxi4h9nd0p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06a8348c6911936e16a98cf216578ea148e20e5d/recipes/elscreen-tab";
- sha256 = "18krbs462cwi3pf72kn1zf1jf4gv9n3ffdg4v5bgb19i69sq7spi";
- name = "recipe";
- };
- packageRequires = [ dash elscreen emacs ];
- meta = {
- homepage = "https://melpa.org/#/elscreen-tab";
- license = lib.licenses.free;
- };
- }) {};
- elvish-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elvish-mode";
- ename = "elvish-mode";
- version = "20180809.912";
- src = fetchFromGitHub {
- owner = "ALSchwalm";
- repo = "elvish-mode";
- rev = "c3a7e31564256b9755b1ab9fb40d32ad78cd1ad2";
- sha256 = "0dxa8g49fq4h1ab3sawnbgy1fxaxxsdac3l6im34qfw4km8brp9y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fc724072702a565af471f9ae523a1e6e48e3f04/recipes/elvish-mode";
- sha256 = "1f5pyadmbh2ldd51srvlhbjq2849f1f0s8qmpjnsz9bc986yga34";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elvish-mode";
- license = lib.licenses.free;
- };
- }) {};
- elwm = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elwm";
- ename = "elwm";
- version = "20150817.307";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "elwm";
- rev = "c33b183f006ad476c3a44dab316f580f8b369930";
- sha256 = "1k7npf93xbmrsq607x8zlgrpzqvplgia3ixz5w1lr1jlv1m2m8x2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0eb45a6141b797243973695be4c0582c9ad6965d/recipes/elwm";
- sha256 = "0rf663ih3lfg4n4pj4dpp133967zha5m1wr46riaxpha7xr59al9";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/elwm";
- license = lib.licenses.free;
- };
- }) {};
- elx = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elx";
- ename = "elx";
- version = "20181111.207";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "elx";
- rev = "c554db7e7f2c0c8a503def7739b8205193ba821f";
- sha256 = "07i739v2w5dbhyfhvfw4phcrdk5sf7ncsd47y8hkf5m4zgw4kw4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57a2fb9524df3fdfdc54c403112e12bd70888b23/recipes/elx";
- sha256 = "008nwa2gn3d2ayr8023pxyvph52gh9m56f77h41hp8hcw6hbdwrz";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elx";
- license = lib.licenses.free;
- };
- }) {};
- emacs-setup = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacs-setup";
- ename = "emacs-setup";
- version = "20120727.726";
- src = fetchFromGitHub {
- owner = "echosa";
- repo = "emacs-setup";
- rev = "cc36ad5318c6c0e65d1b9ff8dff5ea2437675de2";
- sha256 = "15l3ab11vcmzqibkd6h5zqw5a83k8dmgcp4n26px29c0gv6bkpy8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/abb7101b2d48af56af09d1dc85c540300dba7b3c/recipes/emacs-setup";
- sha256 = "1x4rh8vx6fsb2d6dz2g9j6jamin1vmpppwy3yzbl1dnf7w4hx4kh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emacs-setup";
- license = lib.licenses.free;
- };
- }) {};
- emacsagist = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsagist";
- ename = "emacsagist";
- version = "20140331.1130";
- src = fetchFromGitHub {
- owner = "echosa";
- repo = "emacsagist";
- rev = "539b9c4c0652d793391135ba1fc2e503dbb7deba";
- sha256 = "0n5cpmbyf8mhq03ikhzbycjwkxv3fmjwq1a9zvv3z9ik8yxnbw99";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/07612d46faebb28e1eeb8ddae2ac20e2dc0175f6/recipes/emacsagist";
- sha256 = "1cyz7nf0zxa21979jf5kdmkgwiyd17vsmpcmrw1af37ly27l8l64";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/emacsagist";
- license = lib.licenses.free;
- };
- }) {};
- emacsc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsc";
- ename = "emacsc";
- version = "20161028.1006";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "emacsc";
- rev = "421e0c567358769e32f670ae8e949d99abae0c28";
- sha256 = "0zmb1qdbdlrycari1r1g65c9px357wz4f2gvmcacg83504mmf3d8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/emacsc";
- sha256 = "1fbf9al3yds0il18jz6hbpj1fsjlpb1kgp450gb6r09lc46x77mk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emacsc";
- license = lib.licenses.free;
- };
- }) {};
- emacsist-view = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsist-view";
- ename = "emacsist-view";
- version = "20160426.523";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "emacsist-view";
- rev = "f67761259ed779a9bc95c9a4e0474522990c5c6b";
- sha256 = "1vhs9725fyl2j65lk014qz76iv4hsvyim06361h4lai634hp7ck6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2157e14d68fa2875c6d5c40c20a39b9a2431c10/recipes/emacsist-view";
- sha256 = "0lf280ppi3zksqvx81y8mm9479j26kd5wywfghhwk36kz410hk99";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emacsist-view";
- license = lib.licenses.free;
- };
- }) {};
- emacsql = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsql";
- ename = "emacsql";
- version = "20190310.622";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacsql";
- rev = "5ebd12b6ffaa9fbadefe8518eab07a028bbaf7c1";
- sha256 = "19anva1mcm89hylhdjjjsc3gc32kv2wqp5qs6h7rca059kkqj277";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c3b6175b5c64f03b0b9dfdc10f393081d681309/recipes/emacsql";
- sha256 = "0c2d0kymzr53wh87fq1wy2x5ahfsymz0cw8qbrqx0k613l3mpr38";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/emacsql";
- license = lib.licenses.free;
- };
- }) {};
- emacsql-mysql = callPackage ({ emacs
- , emacsql
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsql-mysql";
- ename = "emacsql-mysql";
- version = "20171218.1827";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacsql";
- rev = "ea613c5191dcaa2583d3f7d5737b31bb88a07ed5";
- sha256 = "1i733wjvpd6lhdnwr8w2k0c8s7v7r9ivsmxxgdndlhdnkm17ca5j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9cc47c05fb0d282531c9560252090586e9f6196e/recipes/emacsql-mysql";
- sha256 = "1c20zhpdzfqjds6kcjhiq1m5ch53fsx6n1xk30i35kkg1wxaaqzy";
- name = "recipe";
- };
- packageRequires = [ emacs emacsql ];
- meta = {
- homepage = "https://melpa.org/#/emacsql-mysql";
- license = lib.licenses.free;
- };
- }) {};
- emacsql-psql = callPackage ({ emacs
- , emacsql
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsql-psql";
- ename = "emacsql-psql";
- version = "20171218.1827";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacsql";
- rev = "ea613c5191dcaa2583d3f7d5737b31bb88a07ed5";
- sha256 = "1i733wjvpd6lhdnwr8w2k0c8s7v7r9ivsmxxgdndlhdnkm17ca5j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9cc47c05fb0d282531c9560252090586e9f6196e/recipes/emacsql-psql";
- sha256 = "1aa1g9jyjmz6w0lmi2cf67926ad3xvs0qsg7lrccnllr9k0flly3";
- name = "recipe";
- };
- packageRequires = [ emacs emacsql ];
- meta = {
- homepage = "https://melpa.org/#/emacsql-psql";
- license = lib.licenses.free;
- };
- }) {};
- emacsql-sqlite = callPackage ({ emacs
- , emacsql
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsql-sqlite";
- ename = "emacsql-sqlite";
- version = "20190426.1229";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacsql";
- rev = "d5c37d905d133a3887bc582e4a0126671816beaa";
- sha256 = "1v0ynzvzgy7l2dhiz940i6a71v93jfsn2b7k3lhzdrx5s4a56wi5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3cfa28c7314fa57fa9a3aaaadf9ef83f8ae541a9/recipes/emacsql-sqlite";
- sha256 = "1y81nabzzb9f7b8azb9giy23ckywcbrrg4b88gw5qyjizbb3h70x";
- name = "recipe";
- };
- packageRequires = [ emacs emacsql ];
- meta = {
- homepage = "https://melpa.org/#/emacsql-sqlite";
- license = lib.licenses.free;
- };
- }) {};
- emacsshot = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsshot";
- ename = "emacsshot";
- version = "20190527.343";
- src = fetchFromGitHub {
- owner = "marcowahl";
- repo = "emacsshot";
- rev = "64b7152e84a72b2ebcfd436a974135cf6978ef47";
- sha256 = "1m80804d2ynwdjgxrpbi4y3p0r16a3ihnga8pxhlaxxqnxy7m8b8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/efdd85accc6053f92efcbfdb7ddc37b23a07a3b0/recipes/emacsshot";
- sha256 = "08xqx017yfizdj8wz7nbh9i7qpar6398sri78abzf78inv828s9j";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emacsshot";
- license = lib.licenses.free;
- };
- }) {};
- emamux = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emamux";
- ename = "emamux";
- version = "20170226.1937";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-emamux";
- rev = "39f57786b2cdd3844888df42d71c7bd251f07158";
- sha256 = "184669qynz1m93s9nv5pdc8m4bnvqa56wz472nsq4xhixz44jjsv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6de1ed3dfccb9f7e7b8586e8334af472a4988840/recipes/emamux";
- sha256 = "1pg0gzi8rn0yafssrsiqdyj5dbfy984srq1r4dpp8p3bi3n0fkfz";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/emamux";
- license = lib.licenses.free;
- };
- }) {};
- emamux-ruby-test = callPackage ({ emamux
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "emamux-ruby-test";
- ename = "emamux-ruby-test";
- version = "20130812.939";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emamux-ruby-test";
- rev = "785bfd44d097a46bb2ebe1e62ac7595fd4dc9ab5";
- sha256 = "1gcjki5rcc4gmcq6gcpdvahn4j6f39583jgq8g7ykylfqk2qhrjh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f11759710881bdf5a77bd309acb03a6699cc7fd6/recipes/emamux-ruby-test";
- sha256 = "1l1hp2dggjlc287qkfyj21w9lri4agh91g5x707qqq8nicdlv3xm";
- name = "recipe";
- };
- packageRequires = [ emamux projectile ];
- meta = {
- homepage = "https://melpa.org/#/emamux-ruby-test";
- license = lib.licenses.free;
- };
- }) {};
- emaps = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emaps";
- ename = "emaps";
- version = "20180712.1216";
- src = fetchFromGitHub {
- owner = "GuiltyDolphin";
- repo = "emaps";
- rev = "823b8f72e6459c9f1a5dd62451ee4005ef71d955";
- sha256 = "1g9637j8f65q3l6k4aw5p847m891irh74kg3pa2p9w0ppsa6n3jm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4faeda02aabc0b6c5003cdf5d1fdfca0fd71b0d7/recipes/emaps";
- sha256 = "151rh6lyqi0ps2w022shzjj67nkg6y4m1nfj90qyc7jgl64qb9qw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emaps";
- license = lib.licenses.free;
- };
- }) {};
- ember-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ember-mode";
- ename = "ember-mode";
- version = "20190403.952";
- src = fetchFromGitHub {
- owner = "madnificent";
- repo = "ember-mode";
- rev = "3510afc5023d760a66aef260ba601c15a31dc878";
- sha256 = "06y5nd2fs0xskjxhd1dn4g9y03i7xamv7jiwq8cm0c2mli5pjpr1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9ac1eef4ad87b1b6b6d8e63d340ba03dc013425b/recipes/ember-mode";
- sha256 = "0fwd34cim29dg802ibsfd120px9sj54d4wzp3ggmjjzwkl9ky7dx";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ember-mode";
- license = lib.licenses.free;
- };
- }) {};
- ember-yasnippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "ember-yasnippets";
- ename = "ember-yasnippets";
- version = "20160526.958";
- src = fetchFromGitHub {
- owner = "ronco";
- repo = "ember-yasnippets.el";
- rev = "3b5bd01569646237bf1b540d097e12f9118b67f4";
- sha256 = "0g7hp1aq0zznbhd234dpbblnagn34fxdasc5v4lfhm5ykw5xyb5x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c37a13d56e9a0a4e7e2c11349ed87610a0f6b2c/recipes/ember-yasnippets";
- sha256 = "1jwkzcqcpy7ykdjhsqmg8ds6qyl4jglyjbgg7v301x068dsxkja6";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/ember-yasnippets";
- license = lib.licenses.free;
- };
- }) {};
- embrace = callPackage ({ cl-lib ? null
- , expand-region
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "embrace";
- ename = "embrace";
- version = "20171031.1133";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "embrace.el";
- rev = "dd5da196e5bcc5e6d87e1937eca0c21da4334ef2";
- sha256 = "1m0qyipkp5ydgcav8d0m58fbj1gilipbj7g8mg40iajr8wfqcjdc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8f07e3b5ba4ec4b0b79fba5a2cca5a3986218b6/recipes/embrace";
- sha256 = "1w9zp9n91703d6jd4adl2xk574wsr7fm2a9v32b1i9bi3hr0hdjc";
- name = "recipe";
- };
- packageRequires = [ cl-lib expand-region ];
- meta = {
- homepage = "https://melpa.org/#/embrace";
- license = lib.licenses.free;
- };
- }) {};
- emidje = callPackage ({ cider
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit-popup
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "emidje";
- ename = "emidje";
- version = "20190209.926";
- src = fetchFromGitHub {
- owner = "nubank";
- repo = "emidje";
- rev = "7e92f053964d925c97dc8cca8d4d70a3030021db";
- sha256 = "0xg2bw9vzwvkx6xh4k2n6qhyhqg5iifl6aa0s7svvdnw35x00hv2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d64b3b42b4b9acd3e9d84921df287f3217db83e/recipes/emidje";
- sha256 = "1p2aa4wl2465gm7ljgr5lbvxfgx0g1w1170zdv3596hi07mccabs";
- name = "recipe";
- };
- packageRequires = [ cider emacs magit-popup seq ];
- meta = {
- homepage = "https://melpa.org/#/emidje";
- license = lib.licenses.free;
- };
- }) {};
- emlib = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emlib";
- ename = "emlib";
- version = "20161126.723";
- src = fetchFromGitHub {
- owner = "narendraj9";
- repo = "emlib";
- rev = "dea2af00f551ea580c641d86dd69219f7d4f3685";
- sha256 = "0p52pkq3wvnhg0l7cribhc39zl1cjjxgw9qzpmwd0jw1g1lslwbm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/46b3738975c8082d9eb6da9fe733edb353aa7069/recipes/emlib";
- sha256 = "02l135v3pqpf6ngfq11h4rc843iwh3dgi4rr3gcc63pjl4ws2w2c";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/emlib";
- license = lib.licenses.free;
- };
- }) {};
- emmet-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emmet-mode";
- ename = "emmet-mode";
- version = "20180612.2041";
- src = fetchFromGitHub {
- owner = "smihica";
- repo = "emmet-mode";
- rev = "1acb821e0142136344ccf40c1e5fb664d7db2e70";
- sha256 = "1p25h191bm0h5b3w5apg7wks51k7pb7h4dlww4jbl9ri4d33fzcl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/emmet-mode";
- sha256 = "0wjv4hqddjvbdrmsxzav5rpwnm2n6lr86jzkrnav8f2kyzypdsnr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emmet-mode";
- license = lib.licenses.free;
- };
- }) {};
- emms = callPackage ({ cl-lib ? null
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms";
- ename = "emms";
- version = "20190529.1011";
- src = fetchgit {
- url = "https://git.savannah.gnu.org/git/emms.git";
- rev = "f7e27094f09432b40ced77c7163cd29f338b7db6";
- sha256 = "009lba33xk86jpngmx63mgv9im28n1yfbjqzwd60f39hhvbl6mrd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/emms";
- sha256 = "1xpry8h96gvjnc0v8x0vk5dnmlq1r7m3ljpampdwv9pfwl95fh94";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/emms";
- license = lib.licenses.free;
- };
- }) {};
- emms-bilibili = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms-bilibili";
- ename = "emms-bilibili";
- version = "20180102.2018";
- src = fetchFromGitHub {
- owner = "0xDEATHCODE";
- repo = "emms-bilibili";
- rev = "294bca3dfc42fe3a55fb326ab39bc0fcfc8c5090";
- sha256 = "0q8z3q1agwgb3d0kpvac7a98p3q4ljjnv404cf9kihjjfxvh4vm5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/533f96d1e68eda20b2d2e7f8eb3e7fa118904970/recipes/emms-bilibili";
- sha256 = "1mx3fn2x526np8awjn0ydsqh59b4aznf3sig410fbr6wk6pa6y47";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/emms-bilibili";
- license = lib.licenses.free;
- };
- }) {};
- emms-info-mediainfo = callPackage ({ emms
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms-info-mediainfo";
- ename = "emms-info-mediainfo";
- version = "20131223.500";
- src = fetchFromGitHub {
- owner = "fgallina";
- repo = "emms-info-mediainfo";
- rev = "bce16eae9eacd38719fea62a9755225a888da59d";
- sha256 = "07qbbs2i05bqndr4dxb84z50wav8ffbc56f6saw6pdx6n0sw6n6n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d08c28c6ff4caf14f0bf4b0f40f16660dac2d5d9/recipes/emms-info-mediainfo";
- sha256 = "17x8vvfhx739hcj9j1nh6j4r6zqnwa5zq9zpi9b6lxc8979k3m4w";
- name = "recipe";
- };
- packageRequires = [ emms ];
- meta = {
- homepage = "https://melpa.org/#/emms-info-mediainfo";
- license = lib.licenses.free;
- };
- }) {};
- emms-mark-ext = callPackage ({ emms
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms-mark-ext";
- ename = "emms-mark-ext";
- version = "20130528.2027";
- src = fetchFromGitHub {
- owner = "vapniks";
- repo = "emms-mark-ext";
- rev = "ec68129e3e9e469e5bf160c6a1b7030e322f3541";
- sha256 = "03a7sn8pl0pnr05rmrrbw4hjyi8vpjqbvkvh0fqnij913a6qc64l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/36b7292160d3dab1a684d09c848a6b0f68b31add/recipes/emms-mark-ext";
- sha256 = "13h6hy8y0as0xfc1cg8balw63as81fzar32q9h4zhnndl3hc1081";
- name = "recipe";
- };
- packageRequires = [ emms ];
- meta = {
- homepage = "https://melpa.org/#/emms-mark-ext";
- license = lib.licenses.free;
- };
- }) {};
- emms-mode-line-cycle = callPackage ({ emacs
- , emms
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms-mode-line-cycle";
- ename = "emms-mode-line-cycle";
- version = "20160221.320";
- src = fetchFromGitHub {
- owner = "momomo5717";
- repo = "emms-mode-line-cycle";
- rev = "2c2f395e484a1d345050ddd61ff5fab71a92a6bc";
- sha256 = "0q80f0plch6k4lhs8c9qm3mfycfbp3kn5sjrk9zxgxwnn901y9mp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dab676acd774616a32a0373f30647f3cb4522afc/recipes/emms-mode-line-cycle";
- sha256 = "1jdmfh1i9v84iy7bj2dbc3s2wfzkrby3pabd99gnqzd9gn1cn8ca";
- name = "recipe";
- };
- packageRequires = [ emacs emms ];
- meta = {
- homepage = "https://melpa.org/#/emms-mode-line-cycle";
- license = lib.licenses.free;
- };
- }) {};
- emms-player-mpv-jp-radios = callPackage ({ cl-lib ? null
- , emacs
- , emms
- , emms-player-simple-mpv
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms-player-mpv-jp-radios";
- ename = "emms-player-mpv-jp-radios";
- version = "20180325.417";
- src = fetchFromGitHub {
- owner = "momomo5717";
- repo = "emms-player-mpv-jp-radios";
- rev = "f6b37f5878c741124d5fca43c5b80af873541edd";
- sha256 = "1sxzh1bhdwln7kcn07agayyhmgyrbmmhgc3f85336xybc6ljpqs8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/09ba6da5057061f055d4a3212d167f9666618d4f/recipes/emms-player-mpv-jp-radios";
- sha256 = "0gdap5cv08pz370fl92v9lyvgkbbyjhp9wsc4kyjm4f4pwx9fybv";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs emms emms-player-simple-mpv ];
- meta = {
- homepage = "https://melpa.org/#/emms-player-mpv-jp-radios";
- license = lib.licenses.free;
- };
- }) {};
- emms-player-simple-mpv = callPackage ({ cl-lib ? null
- , emacs
- , emms
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms-player-simple-mpv";
- ename = "emms-player-simple-mpv";
- version = "20180316.849";
- src = fetchFromGitHub {
- owner = "momomo5717";
- repo = "emms-player-simple-mpv";
- rev = "101d120ccdee1c2c213fd2f0423c858b21649c00";
- sha256 = "1i6rxkm0ra0jbkkwgkwxg3vk5xfl794h1gkgnlpscynz0v94b6ll";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/emms-player-simple-mpv";
- sha256 = "1lv1rhd5vya068mnnaysfh56raar79hf2g413ysrk3yhyajk6316";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs emms ];
- meta = {
- homepage = "https://melpa.org/#/emms-player-simple-mpv";
- license = lib.licenses.free;
- };
- }) {};
- emms-soundcloud = callPackage ({ emms
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms-soundcloud";
- ename = "emms-soundcloud";
- version = "20131221.345";
- src = fetchFromGitHub {
- owner = "osener";
- repo = "emms-soundcloud";
- rev = "87e5cbf9609d1f26c24dc834fdeb78b33d453c2b";
- sha256 = "0nx5bb5fjmaa1nhkbfnhd1aydqrq390x4rl1vfh11ilnf52wzzld";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19e423525255371cf479842885eca07e801f6d00/recipes/emms-soundcloud";
- sha256 = "0nf1f719m4pvxn0mf4qyx8mzwhrhv6kchnrpiy9clx520y8x3dqi";
- name = "recipe";
- };
- packageRequires = [ emms json ];
- meta = {
- homepage = "https://melpa.org/#/emms-soundcloud";
- license = lib.licenses.free;
- };
- }) {};
- emms-state = callPackage ({ emms
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms-state";
- ename = "emms-state";
- version = "20160504.105";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "emms-state.el";
- rev = "77930300222333b71eafd495cc1fee3a3585eb23";
- sha256 = "1kipxa9ax8zi9qqk19mknpg7nnlzgr734kh9bnklydipwnsy00pi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8f2798e22c6ccbadf73e65d8a8d901e47f55cb83/recipes/emms-state";
- sha256 = "080y02hxxqfn0a0dhq5vm0r020v2q3h1612a2zkq5fxi8ssvhp9i";
- name = "recipe";
- };
- packageRequires = [ emms ];
- meta = {
- homepage = "https://melpa.org/#/emms-state";
- license = lib.licenses.free;
- };
- }) {};
- emoji-cheat-sheet-plus = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emoji-cheat-sheet-plus";
- ename = "emoji-cheat-sheet-plus";
- version = "20150617.631";
- src = fetchFromGitHub {
- owner = "syl20bnr";
- repo = "emacs-emoji-cheat-sheet-plus";
- rev = "96a003127d646a2683d81ca906a17eace0a6413e";
- sha256 = "1rk7am0xvpnv98yi7a62wlyh576md4n2ddj7nm201bjd4wdl2yxk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ffbfae9577673ef8d50b55624f94288e315deba4/recipes/emoji-cheat-sheet-plus";
- sha256 = "1ciwlbw0ihm0p5gnnl3safcj7dxwiy53bkj8cmw3i334al0gjnnv";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/emoji-cheat-sheet-plus";
- license = lib.licenses.free;
- };
- }) {};
- emoji-display = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emoji-display";
- ename = "emoji-display";
- version = "20140117.213";
- src = fetchFromGitHub {
- owner = "ikazuhiro";
- repo = "emoji-display";
- rev = "bb4217f6400151a9cfa6d4524b8427f01feb5193";
- sha256 = "0sh4q4sb4j58ryvvmlsx7scry9inzgv2ssa87vbyzpxq0435l229";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c34abbda5acbd52f4e79ce9f87f9ae0fa1e48d5/recipes/emoji-display";
- sha256 = "04cf18z26d64l0sv8qkbxjixi2wbw23awd5fznvg1cs8ixss01j9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emoji-display";
- license = lib.licenses.free;
- };
- }) {};
- emoji-fontset = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emoji-fontset";
- ename = "emoji-fontset";
- version = "20160726.1224";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "emoji-fontset.el";
- rev = "e460c9a08e48ec4103e38a7a04acae20880149a9";
- sha256 = "0xdlqsrwdf0smi5z9rjj46nwrrfpl0gzanf0jmdg8zzn62l6ldck";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/60df435eb82fcc9a8a02a0a271bb6a2d5a161bc4/recipes/emoji-fontset";
- sha256 = "19affsvlm1rzrzdh1k6xsv79icdkzx4izxivrd2ia6y2wcg9wc5d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emoji-fontset";
- license = lib.licenses.free;
- };
- }) {};
- emoji-recall = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emoji-recall";
- ename = "emoji-recall";
- version = "20160723.1508";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "emoji-recall.el";
- rev = "1c12d18e5592eaa2138dd3034012dced277e6d99";
- sha256 = "0h65sapfa18z7xiyzsdizys204mvkzgmb3fbq75y1ddcrg9q0ikf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8f03b34d3e8e5edf9888c71b6e4bd2e1a5aec016/recipes/emoji-recall";
- sha256 = "06cahk2h6q3vlw2p4jmjrpzycxpm884p31yhbp77lagkqhs2fzbk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/emoji-recall";
- license = lib.licenses.free;
- };
- }) {};
- emojify = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "emojify";
- ename = "emojify";
- version = "20190521.124";
- src = fetchFromGitHub {
- owner = "iqbalansari";
- repo = "emacs-emojify";
- rev = "302d16e9bac72faf94984e0c48ecd0e4b8d66738";
- sha256 = "1fqnj5x7ivjkm5y927dqqnm85q5hzczlb0hrfpjalrhasa6ijsrm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/488d2751b5fd3bf00f5a6f0545530f44563b86d7/recipes/emojify";
- sha256 = "1sgd32qm43hwby75a9q2pz1yfzj988i35d8p9f18zvbxypy7b2yp";
- name = "recipe";
- };
- packageRequires = [ emacs ht seq ];
- meta = {
- homepage = "https://melpa.org/#/emojify";
- license = lib.licenses.free;
- };
- }) {};
- emojify-logos = callPackage ({ emojify
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emojify-logos";
- ename = "emojify-logos";
- version = "20180814.217";
- src = fetchFromGitHub {
- owner = "mxgoldstein";
- repo = "emojify-logos";
- rev = "a3e78bcbdf863092d4c9b026ac08bf7d1c7c0e8b";
- sha256 = "1fhxf3nky9wlcn54q60f9254iawcccsrxw370q7cgpsrl1gj3dgp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/114d5596a7b36f47c150c413c6ecc74de36ca239/recipes/emojify-logos";
- sha256 = "0kgci1svi80xnz44bvh19si8bcjllrkm9rbd8761h77iylkqs3q5";
- name = "recipe";
- };
- packageRequires = [ emojify ];
- meta = {
- homepage = "https://melpa.org/#/emojify-logos";
- license = lib.licenses.free;
- };
- }) {};
- empos = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "empos";
- ename = "empos";
- version = "20151011.1216";
- src = fetchFromGitHub {
- owner = "dimalik";
- repo = "empos";
- rev = "7b99ad30e56937adb7e6349777e5a2045597d564";
- sha256 = "0bm0cxnv7g2dzfvfhkyy16kzn6shvy9gzypiqyjj42ng54xmhs0n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/461f7849e7be986994dd1e7cf109b66e8c37c719/recipes/empos";
- sha256 = "0wbrszl9rq4is0ymxq9lxpqzlfg93gljh6almjy0hp3cs7pkzyl4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/empos";
- license = lib.licenses.free;
- };
- }) {};
- emr = callPackage ({ cl-lib ? null
- , clang-format
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , iedit
- , lib
- , list-utils
- , melpaBuild
- , paredit
- , popup
- , projectile
- , s }:
- melpaBuild {
- pname = "emr";
- ename = "emr";
- version = "20190414.1325";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "emacs-refactor";
- rev = "73a7b2ea2db4ee6327e788f7462da9e107e5082f";
- sha256 = "0habg2llm7k030bz9syf9b0ilgpk8r1svhbdl6957pdgj8zqj4pn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/emr";
- sha256 = "02a7yzv6vxdazi26wk1ijadrjffd4iaf1abhpv642xib86pgpfd6";
- name = "recipe";
- };
- packageRequires = [
- cl-lib
- clang-format
- dash
- emacs
- iedit
- list-utils
- paredit
- popup
- projectile
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/emr";
- license = lib.licenses.free;
- };
- }) {};
- enclose = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "enclose";
- ename = "enclose";
- version = "20121008.914";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "enclose.el";
- rev = "2fff3d4fcc1089f87647042d7164ba04282766ae";
- sha256 = "1x0z3fr8qd1r6wdh7gjbx5fmd7yfmh8mjnp25zkzvgxvdg4gj91l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/enclose";
- sha256 = "1bkrv3cwhbiydgfjhmyjr96cvsgr9zi8n0ir1akgamccm2ln73d6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/enclose";
- license = lib.licenses.free;
- };
- }) {};
- encourage-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "encourage-mode";
- ename = "encourage-mode";
- version = "20151128.105";
- src = fetchFromGitHub {
- owner = "halbtuerke";
- repo = "encourage-mode.el";
- rev = "ca411e6bfd3d0edffe95852127bd995730b942e3";
- sha256 = "0fvfzm9a25cajxbvvia1dpmiq2nn7qimwsqwcirpwzq9zsn4j7f4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e90146c03a3f85313e3d338c48547ccfb73f605/recipes/encourage-mode";
- sha256 = "0fwn6w7s61c08z0d8z3awclqrhszia9is30gm2kx4hwr9dhhwh63";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/encourage-mode";
- license = lib.licenses.free;
- };
- }) {};
- engine-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "engine-mode";
- ename = "engine-mode";
- version = "20181222.1227";
- src = fetchFromGitHub {
- owner = "hrs";
- repo = "engine-mode";
- rev = "117a9c0cbc1ff8ade7f17cd40d1d2f5eb24f51a3";
- sha256 = "1pm6xi0bcab3mpmvy8g449d5iv8s3cjqqvm2rcnlz1d6223pszh0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ea1b5dfb6628cf17e77369f25341835aad425f54/recipes/engine-mode";
- sha256 = "1gg7i93163m7k7lr3pnal1svymnhzwrfpfcdc0798d7ybv26gg8c";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/engine-mode";
- license = lib.licenses.free;
- };
- }) {};
- enh-ruby-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "enh-ruby-mode";
- ename = "enh-ruby-mode";
- version = "20190512.1954";
- src = fetchFromGitHub {
- owner = "zenspider";
- repo = "enhanced-ruby-mode";
- rev = "f334c42986e93c60fba144d732becfcbdb13bb7d";
- sha256 = "0xfdiajm2blkddxillnvn0mnik2i1q5zwgb5zc60i7p5dg1fj176";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cd1ac1ce69b77b11f34c4175611a852e7ec0806c/recipes/enh-ruby-mode";
- sha256 = "0r486yajjf7vsaz92ypxpfmz2nsvw9giffpxb9szj7fcry3nfdns";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/enh-ruby-mode";
- license = lib.licenses.free;
- };
- }) {};
- enlive = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "enlive";
- ename = "enlive";
- version = "20170725.717";
- src = fetchFromGitHub {
- owner = "zweifisch";
- repo = "enlive";
- rev = "604a8ca272b6889f114e2b5a13adb5b1dc4bae86";
- sha256 = "1iwfb5hxhnp4rl3rh5yayik0xl2lg82klxkvqf29536pk8ip710m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/388fa2580e687d9608b11cdc069841831b414b29/recipes/enlive";
- sha256 = "1dyayk37zik12qfh8zbjmhsch64yqsx3acrlm7hcnavx465hmhnz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/enlive";
- license = lib.licenses.free;
- };
- }) {};
- eno = callPackage ({ dash
- , edit-at-point
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eno";
- ename = "eno";
- version = "20160110.234";
- src = fetchFromGitHub {
- owner = "enoson";
- repo = "eno.el";
- rev = "c07674329f66d6b4ea6c3a3944f801ab77ccb7e6";
- sha256 = "0var9h1nslww3zlqbl9mvrkz7c9i2g8ka22mwqc1iv92ka3w0czv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a63b22f357b2d08b12fb86c27261ab4d687c5f7f/recipes/eno";
- sha256 = "1pcbvka3g32j1a2j7slw4jm80qpsk3ldziy5n4l02xpnqw6iwy6q";
- name = "recipe";
- };
- packageRequires = [ dash edit-at-point ];
- meta = {
- homepage = "https://melpa.org/#/eno";
- license = lib.licenses.free;
- };
- }) {};
- enotify = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "enotify";
- ename = "enotify";
- version = "20130407.648";
- src = fetchFromGitHub {
- owner = "laynor";
- repo = "enotify";
- rev = "7fd2f48ef4ff32c8f013c634ea2dd6b1d1409f80";
- sha256 = "0v5p97dvzrk3j59yjc6iny71j3fdw9bb8737wnnzm098ff42dfmd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f10631b740eea56e7209d7e84f0da8613274ef1d/recipes/enotify";
- sha256 = "0mii6m6zw9y8njgzi79rcf1n251iw7qz3yqjjij3c19rk3zpm5qi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/enotify";
- license = lib.licenses.free;
- };
- }) {};
- ensime = callPackage ({ company
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , s
- , sbt-mode
- , scala-mode
- , yasnippet }:
- melpaBuild {
- pname = "ensime";
- ename = "ensime";
- version = "20180615.630";
- src = fetchFromGitHub {
- owner = "ensime";
- repo = "ensime-emacs";
- rev = "34eb11dac3ec9d1c554c2e55bf056ece6983add7";
- sha256 = "0hgbxd538xjzna97843014xkbpgs20nz7xpb6smls7rdxp5a1fpd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/502faab70af713f50dd8952be4f7a5131075e78e/recipes/ensime";
- sha256 = "1d8y72l7bh93x9zdj3d3qjhrrzr804rgi6kjifyrin772dffjwby";
- name = "recipe";
- };
- packageRequires = [
- company
- dash
- popup
- s
- sbt-mode
- scala-mode
- yasnippet
- ];
- meta = {
- homepage = "https://melpa.org/#/ensime";
- license = lib.licenses.free;
- };
- }) {};
- envdir = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "envdir";
- ename = "envdir";
- version = "20160221.1123";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "envdir-mode";
- rev = "f29346c55ccf11d8c75628edc6d430ed63c36917";
- sha256 = "1jyhr9gv3d0rxv5iks2g9x6xbxqv1bvf1fnih96h4pgsfxz8wrp6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/79c1497f709f6d23e4886359e09ab0456ed61777/recipes/envdir";
- sha256 = "085bfm4w7flrv8jvzdnzbdg3j5n29xfzbs1wlrr29mg9dja6s8g8";
- name = "recipe";
- };
- packageRequires = [ dash emacs f ];
- meta = {
- homepage = "https://melpa.org/#/envdir";
- license = lib.licenses.free;
- };
- }) {};
- eopengrok = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "eopengrok";
- ename = "eopengrok";
- version = "20160903.2359";
- src = fetchFromGitHub {
- owner = "youngker";
- repo = "eopengrok.el";
- rev = "78f734328aaf19c52720415c037708ece1944c4c";
- sha256 = "1c5kzq3h7gr0459z364dyq5m8vq0ydclw5wphqj9fyg28mxjj6ns";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2b87ea158a6fdbc6b4e40fd7c0f6814d135f8545/recipes/eopengrok";
- sha256 = "0756x78113286hwk1i1m5s8xq04gh7zxb4fkmw58lg2ssff8q6av";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash magit s ];
- meta = {
- homepage = "https://melpa.org/#/eopengrok";
- license = lib.licenses.free;
- };
- }) {};
- epc = callPackage ({ concurrent
- , ctable
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "epc";
- ename = "epc";
- version = "20140609.2234";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-epc";
- rev = "94cd36a3bec752263ac9b1b3a9dd2def329d2af7";
- sha256 = "0aa3d3k62rq649w57f8gb4jh0gj9h2mv5m66ikp0c35mrk3cpk1m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bc29a8d518ce7a584277089bd4654f52ac0f358/recipes/epc";
- sha256 = "1l9rcx07pa4b9z5654gyw6b64c95lcigzg15amphwr56v2g3rbzx";
- name = "recipe";
- };
- packageRequires = [ concurrent ctable ];
- meta = {
- homepage = "https://melpa.org/#/epc";
- license = lib.licenses.free;
- };
- }) {};
- epic = callPackage ({ fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "epic";
- ename = "epic";
- version = "20170209.1623";
- src = fetchFromGitHub {
- owner = "yoshinari-nomura";
- repo = "epic";
- rev = "a41826c330eb0ea061d58a08cc861b0c4ac8ec4e";
- sha256 = "0mvg52f2y3725hlzqcn2mh8jihnbg68wlqmq951sa3qfma7m40pp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7c7162791d560846fe386746c00a9fe88c8007bb/recipes/epic";
- sha256 = "0gfl8if83jbs0icz6gcjkwxvcz5v744k1kvqnbx3ga481kds9rqf";
- name = "recipe";
- };
- packageRequires = [ htmlize ];
- meta = {
- homepage = "https://melpa.org/#/epic";
- license = lib.licenses.free;
- };
- }) {};
- epkg = callPackage ({ closql
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "epkg";
- ename = "epkg";
- version = "20190505.345";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "epkg";
- rev = "1aaa64402bf91575ee81bf240c4c52320f68088d";
- sha256 = "0ij44yp72y1flcjp2q6yfbrnr4bnzjflgcsksl3djr9nhb73cd5a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2df16abf56e53d4a1cc267a78797419520ff8a1c/recipes/epkg";
- sha256 = "0vvkjjaffvwvsvld3c6hwd18icmp2lc7f9yqvclifpadi98dhpww";
- name = "recipe";
- };
- packageRequires = [ closql dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/epkg";
- license = lib.licenses.free;
- };
- }) {};
- epl = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "epl";
- ename = "epl";
- version = "20180205.1249";
- src = fetchFromGitHub {
- owner = "cask";
- repo = "epl";
- rev = "78ab7a85c08222cd15582a298a364774e3282ce6";
- sha256 = "0ksilx9gzdazngxfni5i632jpb1nprcxplsbhgqirs2xdl53q8v8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c6cf24e86d8865bd2e4b405466118de1894851f/recipes/epl";
- sha256 = "0zr3r2hn9jaxscrl83hyixznb8l5dzfr6fsac76aa8x12xgsc5hn";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/epl";
- license = lib.licenses.free;
- };
- }) {};
- epm = callPackage ({ emacs
- , epl
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "epm";
- ename = "epm";
- version = "20190508.2143";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "epm";
- rev = "6375ddbf93c5f25647f6ebb25b54045b3c93a5be";
- sha256 = "1m0l0szrwljzsch4xj9a42nflpqfii68g8clizsjwv323h6xff4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e12e8ae2e8e8aff7cbd75a951dd328cb9ccf58b0/recipes/epm";
- sha256 = "0k94qhzxjzw5d0c53jnyx1xfciwr9qib845awyjaybzzs34s8r08";
- name = "recipe";
- };
- packageRequires = [ emacs epl ];
- meta = {
- homepage = "https://melpa.org/#/epm";
- license = lib.licenses.free;
- };
- }) {};
- epresent = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "epresent";
- ename = "epresent";
- version = "20160410.1901";
- src = fetchFromGitHub {
- owner = "dakrone";
- repo = "epresent";
- rev = "bc3443879bb0111dcde2abd2f9c578e2cd438186";
- sha256 = "1ws4hjvbwn1nf18qsbq0cl6q0rdk8fy4brrb1mcqfiag9arqmd6b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/150487558ecda0520c637ffed1ffe2fbf2dc5811/recipes/epresent";
- sha256 = "176d1nwsafi6fb0dnv35bfskp0xczyzf2939gi4bz69zh0161jg8";
- name = "recipe";
- };
- packageRequires = [ cl-lib org ];
- meta = {
- homepage = "https://melpa.org/#/epresent";
- license = lib.licenses.free;
- };
- }) {};
- eprime-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eprime-mode";
- ename = "eprime-mode";
- version = "20140513.1116";
- src = fetchFromGitHub {
- owner = "AndrewHynes";
- repo = "eprime-mode";
- rev = "a680adedff897a22142d4628af4244a2a3dfca41";
- sha256 = "0a481cr6y70kvxbsdwscv3srmvyvgk43chdzqljhhj4fgk0zsccn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37b4f3dce033fa18d23202ca4c36bc85754d547d/recipes/eprime-mode";
- sha256 = "0vswjcs24f3mdyw6ai7p21ab8pdn327lr2d6css0a5nrg539cn2g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eprime-mode";
- license = lib.licenses.free;
- };
- }) {};
- eproject = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eproject";
- ename = "eproject";
- version = "20180312.942";
- src = fetchFromGitHub {
- owner = "jrockway";
- repo = "eproject";
- rev = "068218d2cf2138cb2e8fc29b57e773a0097a7e8b";
- sha256 = "110b8gn47m5kafmvxr8q9zzrj0pdn6ikw9xsx4z1rc58i02jy307";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d7e82668617a9b599f8994c720f3f123ba1e008a/recipes/eproject";
- sha256 = "0kpg4r57khbyinc73v9kj32b9m3b4nb5014r5fkl5mzzpzmd85b4";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/eproject";
- license = lib.licenses.free;
- };
- }) {};
- equake = callPackage ({ dash
- , emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , tco }:
- melpaBuild {
- pname = "equake";
- ename = "equake";
- version = "20190527.2131";
- src = fetchFromGitLab {
- owner = "emacsomancer";
- repo = "equake";
- rev = "a03c7d942caa43d202bdf99a6845bee1d2d189a1";
- sha256 = "1303nlpzyyy0cka3n546dgk29bxn493fx5hp94qi0rfz5lqnk1q7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2a4a0ec11a9c720d7ed90addcb31d0a9d5594f5b/recipes/equake";
- sha256 = "17r10d3acmhixbi24k19rx720qi8ss4v53n107arqmr04rkd1v2y";
- name = "recipe";
- };
- packageRequires = [ dash emacs tco ];
- meta = {
- homepage = "https://melpa.org/#/equake";
- license = lib.licenses.free;
- };
- }) {};
- erc-colorize = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-colorize";
- ename = "erc-colorize";
- version = "20170107.539";
- src = fetchFromGitHub {
- owner = "thisirs";
- repo = "erc-colorize";
- rev = "d026a016dcb9d63d9ac66d30627a92a8f1681bbd";
- sha256 = "1zzmsrlknrpw26kizd4dm1g604y9nkgh85xal9la70k94qcgv138";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e69214e89ec0e00b36609fce3efe22b5c1add1f9/recipes/erc-colorize";
- sha256 = "1m941q7ql3yb71s71783nvz822bwhn1krmin18fvh0fbsbbnck2a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/erc-colorize";
- license = lib.licenses.free;
- };
- }) {};
- erc-crypt = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-crypt";
- ename = "erc-crypt";
- version = "20190318.1650";
- src = fetchFromGitHub {
- owner = "atomontage";
- repo = "erc-crypt";
- rev = "043b109409ee5b17bf06956fa46e1beb66d06ca4";
- sha256 = "1k4y203m7d7cbgdyin3yq70ai9yw0rfln2v61xd7xa5zxvgvj2v2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1a71b46c0370d2ed25aa3f39983048a04576ad5/recipes/erc-crypt";
- sha256 = "1mzzqcxjnll4d9r9n5z80zfb3ywkd8jx6b49g02vwf1iak9h7hv3";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/erc-crypt";
- license = lib.licenses.free;
- };
- }) {};
- erc-hipchatify = callPackage ({ alert
- , emacs
- , fetchhg
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "erc-hipchatify";
- ename = "erc-hipchatify";
- version = "20170314.937";
- src = fetchhg {
- url = "https://bitbucket.com/seanfarley/erc-hipchatify";
- rev = "a53227513692";
- sha256 = "0av0y65hz7fbiiqzmk5mmw6jv7fivhcd1w3s2xn5y5jpgps56mrc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b60e01e7064ce486fdac3d1b39fd4a1296b0dac5/recipes/erc-hipchatify";
- sha256 = "1a4gl05i757vvap0rzrfwms7mhw80sa84gvbwafrvj3x11rja24x";
- name = "recipe";
- };
- packageRequires = [ alert emacs request s ];
- meta = {
- homepage = "https://melpa.org/#/erc-hipchatify";
- license = lib.licenses.free;
- };
- }) {};
- erc-hl-nicks = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-hl-nicks";
- ename = "erc-hl-nicks";
- version = "20180415.1246";
- src = fetchFromGitHub {
- owner = "leathekd";
- repo = "erc-hl-nicks";
- rev = "756c4438a8245ccd3e389bf6c9850ee8453783ec";
- sha256 = "0c82rxpl5v7bbxirf1ksg06xv5xcddh8nkrpj7i6nvfarwdfnk4f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/erc-hl-nicks";
- sha256 = "03hxsknf31vrja2amfa317ig4c34i5jpdq35zczrp00ap0s31nbq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/erc-hl-nicks";
- license = lib.licenses.free;
- };
- }) {};
- erc-image = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-image";
- ename = "erc-image";
- version = "20180522.724";
- src = fetchFromGitHub {
- owner = "kidd";
- repo = "erc-image.el";
- rev = "82fb3871f02e24b1e880770b9a3d187aab43d0f0";
- sha256 = "1q8mkf612fb4fjp8h4kbr107wn083iqfdgv8f80pcmil8y33dw9i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/erc-image";
- sha256 = "1k5llh2jg2wxy9v03qrhwqa6g7apkqiqa47jm24z0ydqinm6zl83";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/erc-image";
- license = lib.licenses.free;
- };
- }) {};
- erc-scrolltoplace = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , switch-buffer-functions }:
- melpaBuild {
- pname = "erc-scrolltoplace";
- ename = "erc-scrolltoplace";
- version = "20180607.2306";
- src = fetchFromGitLab {
- owner = "jgkamat";
- repo = "erc-scrolltoplace";
- rev = "feb0fbf1fd4bdf220ae2d31ea7c066d8e62089f9";
- sha256 = "1wb3xm45g77daw2ncs8a8w0m8d2hi591jmzwy5xli1zgrr5mm8h3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/848cb17d871287c401496e4483e400b44696e89d/recipes/erc-scrolltoplace";
- sha256 = "0632i1p26z3f633iinkqka0x2dd55x02xidk9qr66jh0dzfs6q3i";
- name = "recipe";
- };
- packageRequires = [ emacs switch-buffer-functions ];
- meta = {
- homepage = "https://melpa.org/#/erc-scrolltoplace";
- license = lib.licenses.free;
- };
- }) {};
- erc-social-graph = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-social-graph";
- ename = "erc-social-graph";
- version = "20150508.504";
- src = fetchFromGitHub {
- owner = "vibhavp";
- repo = "erc-social-graph";
- rev = "e6ef3416a1c5064054bf054d9f0c1c7bf54a9cd0";
- sha256 = "0k3gp4c74g5awk7v9lzb6py3dvf59nggh6dw7530cswxb6kg2psa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9f347636c417aaf91728e56fd32313854fde3684/recipes/erc-social-graph";
- sha256 = "07arn3k89cqxab5x5lczv8bpgrbirmlw9p6c37fgrl3df6f46h4h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/erc-social-graph";
- license = lib.licenses.free;
- };
- }) {};
- erc-status-sidebar = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "erc-status-sidebar";
- ename = "erc-status-sidebar";
- version = "20171223.1324";
- src = fetchFromGitHub {
- owner = "drewbarbs";
- repo = "erc-status-sidebar";
- rev = "48ed93ca8e225b4a212d89ffc01803355f66ee0a";
- sha256 = "1pxs48rsmna177qvglyk32hy3rdfydg0spr4rzkf1gvn169ispss";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/29631de8ec4140a8e35cc500902b58115faa3955/recipes/erc-status-sidebar";
- sha256 = "04qh70ih74vbavq7ccwj1ixpd8s3g8rck9bxv6zhm1yv34bslw5d";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/erc-status-sidebar";
- license = lib.licenses.free;
- };
- }) {};
- erc-terminal-notifier = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-terminal-notifier";
- ename = "erc-terminal-notifier";
- version = "20140115.224";
- src = fetchFromGitHub {
- owner = "julienXX";
- repo = "erc-terminal-notifier.el";
- rev = "a3dacb935845e4a20031212bbd82b2170f68d2a8";
- sha256 = "0cfqbqskh260zfq1lx1s8jz2351w2ij9m73rqim16fy7zr0s0670";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f2ba978b1ba63fac3b7f1e9776ddc3b054455ac4/recipes/erc-terminal-notifier";
- sha256 = "0vrxkg62qr3ki8n9mdn02sdni5fkj79fpkn0drx0a4kqp0nrrj7c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/erc-terminal-notifier";
- license = lib.licenses.free;
- };
- }) {};
- erc-track-score = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-track-score";
- ename = "erc-track-score";
- version = "20130328.515";
- src = fetchFromGitHub {
- owner = "jd";
- repo = "erc-track-score.el";
- rev = "5b27531ea6b1a4c4b703b270dfa9128cb5bfdaa3";
- sha256 = "0n107d77z04ahypa7hn2165kkb6490v4vkzdm5zwm4lfhvlmp0x2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f/recipes/erc-track-score";
- sha256 = "19wjwah2n8ri6gyrsbzxnrvxwr5cj48sxrar1226n9miqvgj5whx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/erc-track-score";
- license = lib.licenses.free;
- };
- }) {};
- erc-tweet = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-tweet";
- ename = "erc-tweet";
- version = "20150920.558";
- src = fetchFromGitHub {
- owner = "kidd";
- repo = "erc-tweet.el";
- rev = "91fed61e139fa788d66a7358f0d50acc896414b8";
- sha256 = "118q4zj9dh5xnimcsi229j5pflhcd8qz0p212kc4p9dmyrx2iw0n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/erc-tweet";
- sha256 = "0nmh3r8s69hfmkz0jycn7w2icb5gnw2qbf8xjd52kigkdb2s646c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/erc-tweet";
- license = lib.licenses.free;
- };
- }) {};
- erc-twitch = callPackage ({ erc ? null
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-twitch";
- ename = "erc-twitch";
- version = "20170426.2306";
- src = fetchFromGitHub {
- owner = "vibhavp";
- repo = "erc-twitch";
- rev = "53c6af0cb72e56d897d30a40e7e5066668d6b5ec";
- sha256 = "0qirx38czv8m7sgj3rm1zncmyd8z6k4xhd8ixwxl7nigfpqvvv4c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/46f8640b24bade45cc729eeb370adf959f99526f/recipes/erc-twitch";
- sha256 = "08vlwcxrzc2ndm52112z1r0qnz6jlmjhiwq2j3j59fbw82ys61ia";
- name = "recipe";
- };
- packageRequires = [ erc json ];
- meta = {
- homepage = "https://melpa.org/#/erc-twitch";
- license = lib.licenses.free;
- };
- }) {};
- erc-view-log = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-view-log";
- ename = "erc-view-log";
- version = "20140227.1239";
- src = fetchFromGitHub {
- owner = "Niluge-KiWi";
- repo = "erc-view-log";
- rev = "c5a25f0cbca84ed2e4f72068c02b66bd0ea3b266";
- sha256 = "0bzi2sh2fhrz49j5y53h6jgf41av6rx78smb3bbk6m74is8vim2y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c0176d8e26014f7b62d14ac3adffa21a84b5741/recipes/erc-view-log";
- sha256 = "1k6fawblz0d7kz1y7sa3q43s7ci28jsmzkp9vnl1nf55p9xvv4cf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/erc-view-log";
- license = lib.licenses.free;
- };
- }) {};
- erc-youtube = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-youtube";
- ename = "erc-youtube";
- version = "20150603.1436";
- src = fetchFromGitHub {
- owner = "kidd";
- repo = "erc-youtube.el";
- rev = "97054ba8475b442e2aa81e5a291f668b7f28697f";
- sha256 = "0kh4amx3l3a14qaiyvjyak1jbybs6n49mdvzjrd1i2vd1y74zj5w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a80ee9617a30a8ad1d457a0b0c7f35e6ec1c0bb2/recipes/erc-youtube";
- sha256 = "12ylxkskkgfv5x7vlkib963ichb3rlmdzkf4zh8a39cgl8wsmacx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/erc-youtube";
- license = lib.licenses.free;
- };
- }) {};
- erc-yt = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-yt";
- ename = "erc-yt";
- version = "20150426.549";
- src = fetchFromGitHub {
- owner = "yhvh";
- repo = "erc-yt";
- rev = "43e7d49325b17a3217a6ffb4a9daf75c5ff4e6f8";
- sha256 = "1dlw34kaslyvnsrahf4rm76r2b7qqqn589i4mmhr23prl8xbz9z9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ece0a6185a36d52971c35a35f5aa76ddafec3ced/recipes/erc-yt";
- sha256 = "0yrwvahv4l2s1aavy6y6mjlrw8l11i00a249825ab5yaxrkzz7xc";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/erc-yt";
- license = lib.licenses.free;
- };
- }) {};
- ercn = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ercn";
- ename = "ercn";
- version = "20150523.803";
- src = fetchFromGitHub {
- owner = "leathekd";
- repo = "ercn";
- rev = "8f2493fb40753b9c3699322c205f4dcf0a5bd67b";
- sha256 = "1hzzfh6fxx03cyb039jbhwdfd0zybfrlaqmcyf14f6dq4d3gvl92";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a12f264653d79224adeb5d0ae76518dc408ff1e9/recipes/ercn";
- sha256 = "0yvis02bypw6v1zv7i326y8s6j0id558n0bdri52hr5pw85imnlp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ercn";
- license = lib.licenses.free;
- };
- }) {};
- ereader = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , xml-plus }:
- melpaBuild {
- pname = "ereader";
- ename = "ereader";
- version = "20170809.2201";
- src = fetchFromGitHub {
- owner = "bddean";
- repo = "emacs-ereader";
- rev = "f3bbd3f13195f8fba3e3c880aab0e4c60430dcf3";
- sha256 = "18yqqqxsivnq2m8mxz7ifp0bfmn3q9m11w3abryxg2snh4vb5sy6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ereader";
- sha256 = "1ai27lyb9xcmjjcnppzzhb6ilsvq9d9g9z7h79lp7axq761vind4";
- name = "recipe";
- };
- packageRequires = [ dash emacs s xml-plus ];
- meta = {
- homepage = "https://melpa.org/#/ereader";
- license = lib.licenses.free;
- };
- }) {};
- eredis = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eredis";
- ename = "eredis";
- version = "20181118.1731";
- src = fetchFromGitHub {
- owner = "justinhj";
- repo = "eredis";
- rev = "cfbfc25832f6fbc507bdd56b02e3a0b851a3c368";
- sha256 = "1f2f57c0bz3c6p11hr69aar6z5gg33zvfvsm76ma11vx21qilz6i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63f06713d06911f836fe2a4bf199b0794ac89cf0/recipes/eredis";
- sha256 = "087lln2izn5bv7bprmbaciivf17vv4pz2cjl91hy2f0sww6nsiw8";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/eredis";
- license = lib.licenses.free;
- };
- }) {};
- erefactor = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erefactor";
- ename = "erefactor";
- version = "20160121.159";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-erefactor";
- rev = "bf68085e5635eb94fd85709f8e1355c1f5534745";
- sha256 = "1v8x6qmhywfxs7crzv7hfl5n4zq5y3ar40l873946l4wyk0wclng";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18063e16a6f556b1871e1a5b74e353a85a794e63/recipes/erefactor";
- sha256 = "0ma9sbrq4n8y5w7vvbhhgmw25aiykbq5yhxzm0knj32bgpviprw7";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/erefactor";
- license = lib.licenses.free;
- };
- }) {};
- ergoemacs-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , undo-tree }:
- melpaBuild {
- pname = "ergoemacs-mode";
- ename = "ergoemacs-mode";
- version = "20190526.2048";
- src = fetchFromGitHub {
- owner = "ergoemacs";
- repo = "ergoemacs-mode";
- rev = "7d3656541a00cc04ba4cefa31c0d127adb5a260a";
- sha256 = "1rw237xiw5nz736l5jdmlsa11l14qvzdac0wqymi80a0rfwqikga";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/02920517987c7fc698de9952cbb09dfd41517c40/recipes/ergoemacs-mode";
- sha256 = "0h99m0n3q41lw5fm33pc1405lrxyc8rzghnc6c7j4a6gr1d82s62";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs undo-tree ];
- meta = {
- homepage = "https://melpa.org/#/ergoemacs-mode";
- license = lib.licenses.free;
- };
- }) {};
- ergoemacs-status = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mode-icons
- , powerline }:
- melpaBuild {
- pname = "ergoemacs-status";
- ename = "ergoemacs-status";
- version = "20160317.2238";
- src = fetchFromGitHub {
- owner = "ergoemacs";
- repo = "ergoemacs-status";
- rev = "d952cc2361adf6eb4d6af60950ad4ab699c81320";
- sha256 = "06pdwrhflpi5rkigqnr5h3jzv3dm1p9nydpvql9w33ixm6qhjj71";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4af9606cfe09cdd294fae6b4b1f477f7861fdb7/recipes/ergoemacs-status";
- sha256 = "065pw31s8dmqpag7zj40iv6dbl0qln7c65gcyp7pz9agg9rp6vbb";
- name = "recipe";
- };
- packageRequires = [ mode-icons powerline ];
- meta = {
- homepage = "https://melpa.org/#/ergoemacs-status";
- license = lib.licenses.free;
- };
- }) {};
- erlang = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erlang";
- ename = "erlang";
- version = "20190404.228";
- src = fetchFromGitHub {
- owner = "erlang";
- repo = "otp";
- rev = "e3ca92be9f1945f50ef84631a826b431bad2bfe6";
- sha256 = "14sbwlvn4nb33xrss9x3dn74nkzmr1gss029aycfd8sjclyzv1zn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d9cd526f43981e0826af59cdc4bb702f644781d9/recipes/erlang";
- sha256 = "1cs768xxbyrr78ln50k4yknmpbcc1iplws3k07r0gx5f3ca73iaq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/erlang";
- license = lib.licenses.free;
- };
- }) {};
- erlstack-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erlstack-mode";
- ename = "erlstack-mode";
- version = "20190204.809";
- src = fetchFromGitHub {
- owner = "k32";
- repo = "erlstack-mode";
- rev = "0ab44afa899ee7e52e712e0a1644fb9f4d40d2a6";
- sha256 = "1wnqzj9aycb67h9za2r97f2yflnwdr9qjg1kygr8rawxa1z7lim6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ee61c1c5f116082b37fb13d15052ed9bbbc1dac/recipes/erlstack-mode";
- sha256 = "0b7mj0rs8k3hdv4v3v5vmdqs0y26mss7dzc0sjjxj4d095yddqqf";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/erlstack-mode";
- license = lib.licenses.free;
- };
- }) {};
- eros = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eros";
- ename = "eros";
- version = "20180414.2318";
- src = fetchFromGitHub {
- owner = "xiongtx";
- repo = "eros";
- rev = "dd8910279226259e100dab798b073a52f9b4233a";
- sha256 = "08chj3a0lw4ygi2sv7wj0i6ihfbi8jhylr8p92inif8b88r6wg3k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/eros";
- sha256 = "0l79bn72x5m2lzglrwwngz3hax9pf8wv7ci86y5pkwaa8frxycww";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/eros";
- license = lib.licenses.free;
- };
- }) {};
- ert-async = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ert-async";
- ename = "ert-async";
- version = "20151011.659";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "ert-async.el";
- rev = "f64a7ed5b0d2900c9a3d8cc33294bf8a79bc8526";
- sha256 = "0hn9i405nfhjd1h9vnwj43nxbbz00khrwkjq0acfyxjaz1shfac9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ec669e3fc73b0b499b84cec87d0f8621274732e/recipes/ert-async";
- sha256 = "004798ckri5j72j0xvzkyciss1iz4lw9gya2749hkjxlamg14cn5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ert-async";
- license = lib.licenses.free;
- };
- }) {};
- ert-expectations = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ert-expectations";
- ename = "ert-expectations";
- version = "20121009.34";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "ert-expectations";
- rev = "aed70e002c4305b66aed7f6d0d48e9addd2dc1e6";
- sha256 = "0qgi3rj49k0hz4azg7ghcj6385p5s9gakqjhrjnhih7dxvihcgxi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84f836338818946a6bb31d35d6ae959571128ed5/recipes/ert-expectations";
- sha256 = "07mp0azb6wsa1z4s6q8jyh7dpzils0wh2bamfmxzy4gjqjwv8ncn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ert-expectations";
- license = lib.licenses.free;
- };
- }) {};
- ert-junit = callPackage ({ emacs
- , ert ? null
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ert-junit";
- ename = "ert-junit";
- version = "20181118.1456";
- src = fetchgit {
- url = "https://bitbucket.org/olanilsson/ert-junit";
- rev = "b0649e94460aff5176dee5b33f28946bffb602d5";
- sha256 = "0hj85hz4s1q4dalinhgahn8jn97s2pdpv41d9qqbvbdzwhhw2mrk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/27c627eacab54896a1363dbabc56250a65343dd8/recipes/ert-junit";
- sha256 = "0bv22mhh1ahbjwi6s1csxkh11dmy0srabkddjd33l4havykxlg6g";
- name = "recipe";
- };
- packageRequires = [ emacs ert ];
- meta = {
- homepage = "https://melpa.org/#/ert-junit";
- license = lib.licenses.free;
- };
- }) {};
- ert-modeline = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , s }:
- melpaBuild {
- pname = "ert-modeline";
- ename = "ert-modeline";
- version = "20140115.215";
- src = fetchFromGitHub {
- owner = "chrisbarrett";
- repo = "ert-modeline";
- rev = "7c6340834387f749519616f9601821cb73fd657b";
- sha256 = "08gk47fwd4hvl6gby3nyg3f9wq2l6phkkmq6yl04ff1qbjmvnx0p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b3a301889d6eea2470017519b080519efbe1bec/recipes/ert-modeline";
- sha256 = "06pc50q9ggin20cbfafxd53x35ac3kh85dap0nbws7514f473m7b";
- name = "recipe";
- };
- packageRequires = [ dash emacs projectile s ];
- meta = {
- homepage = "https://melpa.org/#/ert-modeline";
- license = lib.licenses.free;
- };
- }) {};
- ert-runner = callPackage ({ ansi
- , commander
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , shut-up }:
- melpaBuild {
- pname = "ert-runner";
- ename = "ert-runner";
- version = "20180831.445";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "ert-runner.el";
- rev = "90b8fdd5970ef76a4649be60003b37f82cdc1a65";
- sha256 = "04nxmyzncacj2wmzd84vv9wkkr2dk9lcb10dvygqmg3p1gadnwzz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a1acc68f296e80b6ed99a1783e9f67be54ffac9/recipes/ert-runner";
- sha256 = "0fnb8rmjr5lvc3dq0fnyxhws8ync1lj5xp8ycs63z4ax6gmdqr48";
- name = "recipe";
- };
- packageRequires = [ ansi commander dash f s shut-up ];
- meta = {
- homepage = "https://melpa.org/#/ert-runner";
- license = lib.licenses.free;
- };
- }) {};
- es-lib = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "es-lib";
- ename = "es-lib";
- version = "20141111.1030";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "es-lib";
- rev = "753b27363e39c10edc9e4e452bdbbbe4d190df4a";
- sha256 = "0jq4yp80wiphlpsc0429rg8n50g8l4lf78q0l3nywz2p93smjy9b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f10631b740eea56e7209d7e84f0da8613274ef1d/recipes/es-lib";
- sha256 = "0mwvgf5385qsp91zsdw75ipif1h90xy277xdmrpwixsxd7abbn0n";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/es-lib";
- license = lib.licenses.free;
- };
- }) {};
- es-mode = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s
- , spark }:
- melpaBuild {
- pname = "es-mode";
- ename = "es-mode";
- version = "20190512.516";
- src = fetchFromGitHub {
- owner = "dakrone";
- repo = "es-mode";
- rev = "8de1452e1b9181a4f6778c0aaefc011aef58b25d";
- sha256 = "0p9k30a1ar9hpw63cxr46afk7l3b7j79jpgrjcpsicd17rhjbcs8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9912193f73c4beae03b295822bf41cb2298756e2/recipes/es-mode";
- sha256 = "0zp84k5idqkrvc9qci49ains0b86kpk97lk1jcwyj75s4xsfyp1y";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash request s spark ];
- meta = {
- homepage = "https://melpa.org/#/es-mode";
- license = lib.licenses.free;
- };
- }) {};
- es-windows = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "es-windows";
- ename = "es-windows";
- version = "20140211.104";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "es-windows";
- rev = "7ebe6c6e0831373847d7adbedeaa2e506b54b2af";
- sha256 = "0cjchwrhk7bw87bg10zgcwkga50rvs0jn5v2jf6bbsxbcqx2nfc9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/944d4cd54e040d2a58e1778cb282727deee83f92/recipes/es-windows";
- sha256 = "112ngkan0hv3y7m71479f46x5gwdmf0vhbqrzs5kcjwlacqlrahx";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/es-windows";
- license = lib.licenses.free;
- };
- }) {};
- esa = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esa";
- ename = "esa";
- version = "20180403.825";
- src = fetchFromGitHub {
- owner = "nabinno";
- repo = "esa.el";
- rev = "417e0ac55abe9b17e0b7165d0df26bc018aff42e";
- sha256 = "0hib8q9fslvw02i1y19z78fv6yy88q09lhfdfmbdyn6yal21855q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/esa";
- sha256 = "0y4mbq0z6vp0faxq6dq5hhxnsbi685amxqbvpxkxahl1nckp76lb";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/esa";
- license = lib.licenses.free;
- };
- }) {};
- esh-autosuggest = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esh-autosuggest";
- ename = "esh-autosuggest";
- version = "20190227.2001";
- src = fetchFromGitHub {
- owner = "dieggsy";
- repo = "esh-autosuggest";
- rev = "cdfe38ee16e1e125d37178f11a371ed7560f5b35";
- sha256 = "1pglw16y9a68kdgyb04vl6nr0wynykwdgrkzhcis1xzhdllivkad";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc3776068d6928fc1661a27cccaeb8fb85577099/recipes/esh-autosuggest";
- sha256 = "1rcng1dhy4yw95qg909ck33svpdxhv9v5k7226d29gp4y54dwyrx";
- name = "recipe";
- };
- packageRequires = [ company emacs ];
- meta = {
- homepage = "https://melpa.org/#/esh-autosuggest";
- license = lib.licenses.free;
- };
- }) {};
- esh-buf-stack = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esh-buf-stack";
- ename = "esh-buf-stack";
- version = "20140107.218";
- src = fetchFromGitHub {
- owner = "tom-tan";
- repo = "esh-buf-stack";
- rev = "ea5da9ce8566ffe2e013f0e588701cb0825258b6";
- sha256 = "1fllnc9awj24781h527n7b83i232i54ad5a9pczqvdr5s4kn4vfs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/61e8f75aa0d5446c61aadc7ac22371e44a3761b8/recipes/esh-buf-stack";
- sha256 = "0zmwlsm98m9vbjk9mldfj2nf6cip7mlvb71j33ddix76yqggp4qg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/esh-buf-stack";
- license = lib.licenses.free;
- };
- }) {};
- esh-help = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esh-help";
- ename = "esh-help";
- version = "20170829.2111";
- src = fetchFromGitHub {
- owner = "tom-tan";
- repo = "esh-help";
- rev = "8a8a9d4d9852f8bd96da3b94e95ff57097ac8ec6";
- sha256 = "02fybhmqm2qmy5qdig7xvwxazqi499pw32kh5mrsbdr14srg9fhs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ab94c66d1ed7cfdbc437ee239984ba70408fd28a/recipes/esh-help";
- sha256 = "1k925wmn8jy9rxxsxxawasxq6r4yzwl116digdx314gd3i04sh3w";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/esh-help";
- license = lib.licenses.free;
- };
- }) {};
- eshell-autojump = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-autojump";
- ename = "eshell-autojump";
- version = "20150927.24";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "eshell-autojump";
- rev = "c6a8b81a16576df9875e721fbbfe6690d04e7e43";
- sha256 = "13crzgkx1lham1nfsg6hj2zg875majvnig0v4ydg691zk1qi4hc2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68bd1a8ec9d17eff2d23e15b3686f7c0b8723126/recipes/eshell-autojump";
- sha256 = "09l2680hknmdbwr4cncv1v4b0adik0c3sm5i9m3qbwyyxm8m41i5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eshell-autojump";
- license = lib.licenses.free;
- };
- }) {};
- eshell-bookmark = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-bookmark";
- ename = "eshell-bookmark";
- version = "20170922.814";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "eshell-bookmark";
- rev = "deda4b848b2fb979dbe73ead2cb866610e3596ed";
- sha256 = "14dmsnixf9vqdhsixw693sml0fn80zcf0b37z049fb40cmppqxdw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e7bf4702a907727990fcc676980f2b219e22ab0c/recipes/eshell-bookmark";
- sha256 = "1bybxlq1h5chrjxqjb23kq8dmgw2xrjwkrnvpbphblqzpdy5ck0s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/eshell-bookmark";
- license = lib.licenses.free;
- };
- }) {};
- eshell-did-you-mean = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-did-you-mean";
- ename = "eshell-did-you-mean";
- version = "20150915.1252";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "eshell-did-you-mean";
- rev = "7cb6ef8e2274d0a50a9e114d412307a6543533d5";
- sha256 = "0v0wshck5n4hspcv1zk1g2nm6xiigcjp16lx0dc8wzkl6ymljvbg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a7649eca21a21ddbbc7131f29cbbd91a00a84060/recipes/eshell-did-you-mean";
- sha256 = "1z1wpn3sj1gi5nn0a71wg0i3av0dijnk79dc32zh3qlh500kz8mz";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/eshell-did-you-mean";
- license = lib.licenses.free;
- };
- }) {};
- eshell-fixed-prompt = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "eshell-fixed-prompt";
- ename = "eshell-fixed-prompt";
- version = "20190111.1435";
- src = fetchFromGitHub {
- owner = "mallt";
- repo = "eshell-fixed-prompt-mode";
- rev = "2c860029354bf1f69edc1f12e4a0d9aeb9054f5d";
- sha256 = "1j1m661rgbfr04357wq2a7vhm04s3vrbw4r6y1k2cx2ap9amkb25";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/eshell-fixed-prompt";
- sha256 = "0mhrfxf19p4qqnlnnfc0z70324c7qiiv63riaz4cn5jj1ps3v0iy";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/eshell-fixed-prompt";
- license = lib.licenses.free;
- };
- }) {};
- eshell-fringe-status = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-fringe-status";
- ename = "eshell-fringe-status";
- version = "20170117.1516";
- src = fetchFromGitHub {
- owner = "ryuslash";
- repo = "eshell-fringe-status";
- rev = "adc6997c68e39c0d52a2af1b2fd5cf2057783797";
- sha256 = "1cwn4cvjjd4l5kk7s6cxzafjmdv3s7k78i73fvscmsnpwx9p2wj0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9efd9fefab5d449b9f70d9f548aadfea52d66bc0/recipes/eshell-fringe-status";
- sha256 = "1vavidnijxzhr4v39q4bxi645vsfcj6vp0wnlhznpxagshr950lg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eshell-fringe-status";
- license = lib.licenses.free;
- };
- }) {};
- eshell-git-prompt = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-git-prompt";
- ename = "eshell-git-prompt";
- version = "20170909.752";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "eshell-git-prompt";
- rev = "b6bb2d7bd4e393b4170b29891cfefb72ae020aab";
- sha256 = "02i00an9wa8ns66xq900la68m7pd4hwv95g83cvf22bypivx7p2y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5272280b19579c302ba41b53c77e42bc5e8ccbda/recipes/eshell-git-prompt";
- sha256 = "0a8pyppqvnavvb8rwsjxagb76hra9zhs5gwa0ylyznmql83f8w8s";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/eshell-git-prompt";
- license = lib.licenses.free;
- };
- }) {};
- eshell-prompt-extras = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-prompt-extras";
- ename = "eshell-prompt-extras";
- version = "20181229.618";
- src = fetchFromGitHub {
- owner = "kaihaosw";
- repo = "eshell-prompt-extras";
- rev = "5a328e1b9112c7f31ce2da7cde340f96626546b6";
- sha256 = "0fwlvrzjygs12dcp89wy3rb3wa03mrvbzpmpvmz4x6dfpr7csznk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/eshell-prompt-extras";
- sha256 = "0zkdb9a8dibk832b5hzb6wjich3l0lah5p64805rgd4qskzj10gx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eshell-prompt-extras";
- license = lib.licenses.free;
- };
- }) {};
- eshell-toggle = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-toggle";
- ename = "eshell-toggle";
- version = "20190526.752";
- src = fetchFromGitHub {
- owner = "4DA";
- repo = "eshell-toggle";
- rev = "2eb91974047f5caf8df3bf3af5014be2cc95ddac";
- sha256 = "1iblhp0jvki2lm1jg1g93r3zvxvpjv3pi0xssivypq3bpy22v6cr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7a3cf4c5ed3bb0995eac9dcce939b518a0ef987/recipes/eshell-toggle";
- sha256 = "06cxjh0cqcafb4skw317f8wria9gv77wbwpc62a276s3zrv961qf";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/eshell-toggle";
- license = lib.licenses.free;
- };
- }) {};
- eshell-up = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-up";
- ename = "eshell-up";
- version = "20170425.1037";
- src = fetchFromGitHub {
- owner = "peterwvj";
- repo = "eshell-up";
- rev = "b00e447ad7941ab31bcbb6bc0205fd492e887e7d";
- sha256 = "1802887ad7y6m40azfvzz6aapdzkp655jpiryimqd11kwbsinmvv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/eshell-up";
- sha256 = "1jyaaw950isissjjgqflfn2bllgdfcyphpbi7il06mv9p0dzpwvy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/eshell-up";
- license = lib.licenses.free;
- };
- }) {};
- eshell-z = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-z";
- ename = "eshell-z";
- version = "20170116.2038";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "eshell-z";
- rev = "c9334cbc1552234df3437f35d98e32f4d18446b8";
- sha256 = "1zja4hb2lj4m5w4j9mpc7xyqgg2ivpslllffjsg8x1w8xsxpj8fh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8079cecaa59ad2ef22812960838123effc46a9b3/recipes/eshell-z";
- sha256 = "14ixazj0nscyqsdv7brqnfr0q8llir1pwb91yhl9jdqypmadpm6d";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/eshell-z";
- license = lib.licenses.free;
- };
- }) {};
- eslint-fix = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eslint-fix";
- ename = "eslint-fix";
- version = "20180514.0";
- src = fetchFromGitHub {
- owner = "codesuki";
- repo = "eslint-fix";
- rev = "f81f3b47a47460611fbdbdae1d23275ec78f2f8d";
- sha256 = "0k3asz3mdz4nm8lq37x9rgx4wb8hsfyr0hlfyhzwdb10x57jfzns";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/eslint-fix";
- sha256 = "0ry271jlv95nhdqx6qxmvkpa10lpwkg1q6asnliviwplq2mxw2da";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eslint-fix";
- license = lib.licenses.free;
- };
- }) {};
- eslintd-fix = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eslintd-fix";
- ename = "eslintd-fix";
- version = "20180429.755";
- src = fetchFromGitHub {
- owner = "aaronjensen";
- repo = "eslintd-fix";
- rev = "90e451af4daa190d6c0e29fb714b0501a7cce89a";
- sha256 = "01jysgdd4im4kf4afzwd4mm8x9vlpibb1w4yi2jvc0hglqddnr2g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c72d2b3ee9b8066d51d09e165e58e9846ca879cc/recipes/eslintd-fix";
- sha256 = "0lv4xpp9bm1yyn9mj7hpgw1v46yyxr0nlwggbav78jbg4v7ai04v";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/eslintd-fix";
- license = lib.licenses.free;
- };
- }) {};
- esonify = callPackage ({ cl-lib ? null
- , deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esonify";
- ename = "esonify";
- version = "20190110.821";
- src = fetchFromGitHub {
- owner = "oflatt";
- repo = "esonify";
- rev = "bdc79d4ab2e3c449b5bef46e5cabc552beeed5c6";
- sha256 = "03xl6a49pg3y1g3dl7fglrn956ynzj2vlviwlv08ngflvbn5shai";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a05dadbf515af6202d1cb96d4fdceb07bb7a6da/recipes/esonify";
- sha256 = "0facvhl6p4v1h3magvp6lzahdzbgg7a15hbj9rgfncvfzfjzlq5a";
- name = "recipe";
- };
- packageRequires = [ cl-lib deferred ];
- meta = {
- homepage = "https://melpa.org/#/esonify";
- license = lib.licenses.free;
- };
- }) {};
- espresso-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "espresso-theme";
- ename = "espresso-theme";
- version = "20181025.126";
- src = fetchFromGitHub {
- owner = "dgutov";
- repo = "espresso-theme";
- rev = "d2fa034eb833bf37cc6842017070725e0da9b046";
- sha256 = "0fds36w6l2aaa88wjkd2ck561i0wwpxgz5ldadhbi5lvfwj9386m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/espresso-theme";
- sha256 = "1njc1ppi1jvb3mdckr19kbk7g0a3dx8j4d6j101ygszzrr24ycmv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/espresso-theme";
- license = lib.licenses.free;
- };
- }) {};
- espuds = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "espuds";
- ename = "espuds";
- version = "20160905.600";
- src = fetchFromGitHub {
- owner = "ecukes";
- repo = "espuds";
- rev = "ef854367d469c6eff459d24a544addd21a4fbd23";
- sha256 = "024msmnwlnsgqa523s3phxj1g77pyw917gz1fhz56062576nv22q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/14cf66e6929db2a0f377612e786aaed9eb12b799/recipes/espuds";
- sha256 = "16yzw9l64ahf5v92jzb7vyb4zqxxplq6qh0y9rkfmvm59s4nhk6c";
- name = "recipe";
- };
- packageRequires = [ dash f s ];
- meta = {
- homepage = "https://melpa.org/#/espuds";
- license = lib.licenses.free;
- };
- }) {};
- espy = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "espy";
- ename = "espy";
- version = "20180929.902";
- src = fetchFromGitHub {
- owner = "walseb";
- repo = "espy";
- rev = "e5dadc232ad985ede2b7d68a09be4c8014ded56a";
- sha256 = "08crl0q7xc8gx245cfylb3j5xncqviq402gizhv0lb6rs0bpsc4y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/184718ee62f25b2bfed7d5126e02bce3290c50c4/recipes/espy";
- sha256 = "1icyiygw7brn4lrp28szmk4kk94n5q1zlrzrl6z7y0hdhdsjflgg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/espy";
- license = lib.licenses.free;
- };
- }) {};
- esqlite = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcsv }:
- melpaBuild {
- pname = "esqlite";
- ename = "esqlite";
- version = "20151206.406";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-esqlite";
- rev = "fae9826cbc255b0f0686a801288f1441bda5f631";
- sha256 = "0ag444hfrpdrf3lnaz7l2plj392xgh7a2080421z3g0alc74m8h3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bbec16cd1682ac15a81304f351f9c4e6b3b70fa9/recipes/esqlite";
- sha256 = "1dny5qjzl9gaj90ihzbhliwk0n0x7jz333hzf6gaw7wsjmx91wlh";
- name = "recipe";
- };
- packageRequires = [ pcsv ];
- meta = {
- homepage = "https://melpa.org/#/esqlite";
- license = lib.licenses.free;
- };
- }) {};
- esqlite-helm = callPackage ({ esqlite
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esqlite-helm";
- ename = "esqlite-helm";
- version = "20151116.50";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-esqlite";
- rev = "84d5b16198f30949c544affba751ee0d58a000d9";
- sha256 = "0z92205ryab1j2pih89pj82cdgdsz0ddp7wwia8ivxvjpd3jp751";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bbec16cd1682ac15a81304f351f9c4e6b3b70fa9/recipes/esqlite-helm";
- sha256 = "00y2nwyx13xlny40afczr31lvbpnw1cgmj5wc3iycyznizg5kvhq";
- name = "recipe";
- };
- packageRequires = [ esqlite helm ];
- meta = {
- homepage = "https://melpa.org/#/esqlite-helm";
- license = lib.licenses.free;
- };
- }) {};
- ess = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , julia-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ess";
- ename = "ess";
- version = "20190530.747";
- src = fetchFromGitHub {
- owner = "emacs-ess";
- repo = "ESS";
- rev = "a715cbbd998d645ec377dc99964cd2b0f14fc192";
- sha256 = "060s331wmdzzvd183jcyzy4frc1jgsiqjz5bpgm8fx4kk42df2ww";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/156a6fa9e6ee16174d215c1dcd524aff847b3bf0/recipes/ess";
- sha256 = "1psqrw9k7d2ha8zid2mkc6bgcyalrm3n53c00g3cgckkbahl7r6n";
- name = "recipe";
- };
- packageRequires = [ emacs julia-mode ];
- meta = {
- homepage = "https://melpa.org/#/ess";
- license = lib.licenses.free;
- };
- }) {};
- ess-R-data-view = callPackage ({ ctable
- , ess
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "ess-R-data-view";
- ename = "ess-R-data-view";
- version = "20130509.458";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "ess-R-data-view.el";
- rev = "d6e98d3ae1e2a2ea39a56eebcdb73e99d29562e9";
- sha256 = "1ya2ay52gkrd31pmw45ban8kkxgnzhhwkzkypwdhjfccq3ys835x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/492c90bd0ee97c0b895efa0c5e647b2becc6db11/recipes/ess-R-data-view";
- sha256 = "0r2fzwayf3yb7fqk6f31x4xfqiiczwik8qw4rrvkqx2h3s1kz7i0";
- name = "recipe";
- };
- packageRequires = [ ctable ess popup ];
- meta = {
- homepage = "https://melpa.org/#/ess-R-data-view";
- license = lib.licenses.free;
- };
- }) {};
- ess-smart-equals = callPackage ({ emacs
- , ess
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ess-smart-equals";
- ename = "ess-smart-equals";
- version = "20190203.2049";
- src = fetchFromGitHub {
- owner = "genovese";
- repo = "ess-smart-equals";
- rev = "746cf9e78c3b86cbbf78d69c335a8a4ff3da79d6";
- sha256 = "1by8bzw3yl86mqzh7lwz5dca243n956jnd2rz4vilpgbh5cka2l3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4403cf87e05311d7fe0360f35f9634b9fdfc6f81/recipes/ess-smart-equals";
- sha256 = "0mfmxmsqr2byj56psx4h08cjc2j3aac3xqr04yd47k2mlivnyrxp";
- name = "recipe";
- };
- packageRequires = [ emacs ess ];
- meta = {
- homepage = "https://melpa.org/#/ess-smart-equals";
- license = lib.licenses.free;
- };
- }) {};
- ess-smart-underscore = callPackage ({ ess
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ess-smart-underscore";
- ename = "ess-smart-underscore";
- version = "20190308.1701";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "ess-smart-underscore.el";
- rev = "aa871c5b0448515db439ea9bed6a8574e82ddb47";
- sha256 = "0knb4zfva2m0vd8awcfy5kyd21rjdhxnc1n74qazr9y82l5w7i9b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4d6166f5c80cf37c79256402fa633ad2274d065/recipes/ess-smart-underscore";
- sha256 = "01pki1xa8zpgvldcbjwg6vmslj7ddf44hsx976xipc95vrdk15r2";
- name = "recipe";
- };
- packageRequires = [ ess ];
- meta = {
- homepage = "https://melpa.org/#/ess-smart-underscore";
- license = lib.licenses.free;
- };
- }) {};
- ess-view = callPackage ({ ess
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ess-view";
- ename = "ess-view";
- version = "20181001.1030";
- src = fetchFromGitHub {
- owner = "GioBo";
- repo = "ess-view";
- rev = "d4e5a340b7bcc58c434867b97923094bd0680283";
- sha256 = "1yzki5f2k7gmj4m0871h4h46zalv2x71rbpa6glkfx7bm9kyc193";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96960a8799138187b748a47ac007dc25d739fe10/recipes/ess-view";
- sha256 = "1zx5sbxmbs6ya349ic7yvnx56v3km2cb27p8kan5ygisnwwq2wc4";
- name = "recipe";
- };
- packageRequires = [ ess f s ];
- meta = {
- homepage = "https://melpa.org/#/ess-view";
- license = lib.licenses.free;
- };
- }) {};
- esup = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esup";
- ename = "esup";
- version = "20180726.2042";
- src = fetchFromGitHub {
- owner = "jschaf";
- repo = "esup";
- rev = "5acb60e8d7a8fef854178f325682765820522b10";
- sha256 = "0bfrnzwf1imxigd7mxisywi54h0jb79488z2hba53yplmvr80p7p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9d2948a42da5d4864404d2d11a924a4f235fc3b/recipes/esup";
- sha256 = "0cv3zc2zzm38ki3kxq58g9sp4gsk3dffa398wky6z83a3zc02zs0";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/esup";
- license = lib.licenses.free;
- };
- }) {};
- esxml = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esxml";
- ename = "esxml";
- version = "20171129.7";
- src = fetchFromGitHub {
- owner = "tali713";
- repo = "esxml";
- rev = "5548ceba17deae0c3c6d0092672edc4de3c75ce3";
- sha256 = "00vv8a75wdklygdyr4km9mc2ismxak69c45jmcny41xl44rp9x8m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db6556fe1b2403d1bcdade263986fd0faf0d9087/recipes/esxml";
- sha256 = "1375gryii984l33gc8f8yhl3vncjmw1w9k6xpvjgmnpx2fwr1vbq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/esxml";
- license = lib.licenses.free;
- };
- }) {};
- etable = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , interval-list
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "etable";
- ename = "etable";
- version = "20161028.1309";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "ETable";
- rev = "d502141f0c69bf95256ba5cb9cd15350c7e942d2";
- sha256 = "0k0g58qzkkzall715k0864v3b7p5jnfwxqgmkj087x34frcf388k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/afee0fed80f4fa444116b12653c034d760f5f1fb/recipes/etable";
- sha256 = "0m4h24mmhp680wfhb90im228mrcyxapzyi4kla8xdmss83gc0c32";
- name = "recipe";
- };
- packageRequires = [ dash emacs interval-list ];
- meta = {
- homepage = "https://melpa.org/#/etable";
- license = lib.licenses.free;
- };
- }) {};
- eterm-256color = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xterm-color }:
- melpaBuild {
- pname = "eterm-256color";
- ename = "eterm-256color";
- version = "20190122.2001";
- src = fetchFromGitHub {
- owner = "dieggsy";
- repo = "eterm-256color";
- rev = "0f0dab497239ebedbc9c4a48b3ec8cce4a47e980";
- sha256 = "00ins8n92p5aspr6bjrvn5y5w0ximakk22yklsfmkav4h10al4as";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e556383f7e18c0215111aa720d4653465e91eff6/recipes/eterm-256color";
- sha256 = "1mxc2hqjcj67jq5k4621a7f089qahcqw7f0dzqpaxn7if11w333b";
- name = "recipe";
- };
- packageRequires = [ emacs f xterm-color ];
- meta = {
- homepage = "https://melpa.org/#/eterm-256color";
- license = lib.licenses.free;
- };
- }) {};
- ethan-wspace = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ethan-wspace";
- ename = "ethan-wspace";
- version = "20190522.748";
- src = fetchFromGitHub {
- owner = "glasserc";
- repo = "ethan-wspace";
- rev = "0f110fc26b829093c352e8dc9e50ba51a4e483ac";
- sha256 = "1w26cczq58xyzgmpsks11dnl58kvzk0av2y4bg46cgma4fdg9pb1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9454f3a58e3416fa60d8411b0db19c408935408f/recipes/ethan-wspace";
- sha256 = "0k4kqkf5c6ysyhh1vpi9v4220yxm5ir3ippq2gmvvhnk77pg6hws";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ethan-wspace";
- license = lib.licenses.free;
- };
- }) {};
- euslisp-mode = callPackage ({ emacs
- , exec-path-from-shell
- , fetchFromGitHub
- , fetchurl
- , helm-ag
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "euslisp-mode";
- ename = "euslisp-mode";
- version = "20170830.1229";
- src = fetchFromGitHub {
- owner = "iory";
- repo = "euslisp-mode";
- rev = "db62a2d148482317794727982576494596365a55";
- sha256 = "187ij4s7mzppgmh0ifny70mw8w31nq86rhsrmnflz26iywnkp8x2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b04fffe5e52f26e92930a112a64531228f94e340/recipes/euslisp-mode";
- sha256 = "0v92lry9ynkvsvx060njaw1j5lj9sb1i3srs2hfqqwyqni5ldkri";
- name = "recipe";
- };
- packageRequires = [ emacs exec-path-from-shell helm-ag s ];
- meta = {
- homepage = "https://melpa.org/#/euslisp-mode";
- license = lib.licenses.free;
- };
- }) {};
- eval-expr = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eval-expr";
- ename = "eval-expr";
- version = "20120618.2347";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "eval-expr";
- rev = "a0e69e83de41df8dbccefc1962ab4f02206a3328";
- sha256 = "08zw3qrhqmnv2wxmbf74svk2cx5by4831kyw6rx13imkc4x8kngx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f56c5312cc8ffc1a8b31fc342e8e2b8827eff846/recipes/eval-expr";
- sha256 = "0zkphbx7ph4p7qkfxqyr6p8420j9qkvx5wghd1sza6y0kb456872";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eval-expr";
- license = lib.licenses.free;
- };
- }) {};
- eval-in-repl = callPackage ({ ace-window
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , paredit }:
- melpaBuild {
- pname = "eval-in-repl";
- ename = "eval-in-repl";
- version = "20171122.543";
- src = fetchFromGitHub {
- owner = "kaz-yos";
- repo = "eval-in-repl";
- rev = "fea05a5b81d74ac53cb2a83aa83a73d9526bcc42";
- sha256 = "0xm1ggdaihy1cyg4b3b9x1n93bp4qiv30p1mfzmmqm6w89z1agf0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0bee5fb7a7874dd20babd1de7f216c5bda3e0115/recipes/eval-in-repl";
- sha256 = "10h5vy9wdiqf9dgk1d1bsvp93y8sfcxghzg8zbhhn7m5cqg2wh63";
- name = "recipe";
- };
- packageRequires = [ ace-window dash paredit ];
- meta = {
- homepage = "https://melpa.org/#/eval-in-repl";
- license = lib.licenses.free;
- };
- }) {};
- eval-sexp-fu = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eval-sexp-fu";
- ename = "eval-sexp-fu";
- version = "20190109.9";
- src = fetchFromGitHub {
- owner = "hchbaw";
- repo = "eval-sexp-fu.el";
- rev = "e1d7165383c941b3f11c2715707adc3d91d129a0";
- sha256 = "01mpnpgmlnfbi2yw9dxz5iw72mw3lk223bj172i4fnx3xdrrxbij";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b1a896521cac1f54f7571ad5837ff215d01044d/recipes/eval-sexp-fu";
- sha256 = "17cazf81z4cszflnfp66zyq2cclw5sp9539pxskdf267cf7r0ycs";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/eval-sexp-fu";
- license = lib.licenses.free;
- };
- }) {};
- evalator = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evalator";
- ename = "evalator";
- version = "20160212.1728";
- src = fetchFromGitHub {
- owner = "seanirby";
- repo = "evalator";
- rev = "f30da4da48c0b3f3cfa1fc1c7cfdb53ffe79df36";
- sha256 = "1llxxdprs8yw2hqj4dhrkrrzmkl25h7p4rcaa2cw544fmg3kvlz1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/544a503d72c0a501f9ca854cd11181a7783294a3/recipes/evalator";
- sha256 = "0k6alxwg89gc4v5m2bxmzmj7l6kywhbh4036xgz19q28xnlbr9xk";
- name = "recipe";
- };
- packageRequires = [ helm-core ];
- meta = {
- homepage = "https://melpa.org/#/evalator";
- license = lib.licenses.free;
- };
- }) {};
- evalator-clojure = callPackage ({ cider
- , evalator
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evalator-clojure";
- ename = "evalator-clojure";
- version = "20160208.1348";
- src = fetchFromGitHub {
- owner = "seanirby";
- repo = "evalator-clojure";
- rev = "caa4e0a137bdfada86593128a654e16aa617ad50";
- sha256 = "1q5s1ffmfh5dby92853xm8kjhgjfd5vbvcg1xbf8lswc1i41k7n7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f57089f3e5c8342092128d44451b338af8a769f/recipes/evalator-clojure";
- sha256 = "10mxlgirnsq3z7l1izrf2v1l1yr4sbdjsaszz7llqv6l80y4bji3";
- name = "recipe";
- };
- packageRequires = [ cider evalator ];
- meta = {
- homepage = "https://melpa.org/#/evalator-clojure";
- license = lib.licenses.free;
- };
- }) {};
- eve-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "eve-mode";
- ename = "eve-mode";
- version = "20170822.1531";
- src = fetchFromGitHub {
- owner = "witheve";
- repo = "emacs-eve-mode";
- rev = "a4661114d9c18725691b76321d72167ca5a9070a";
- sha256 = "19s6cid42q0lm2w94a7f6sxvmy3zpjdj5r5dbwcxxp5n3qfs7nip";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e0f197adfe64ef88d90d24dfd6532bf52a5bce0d/recipes/eve-mode";
- sha256 = "1ch50bm452g8k1xnqcbpmpwkmg8amzv7bq0hphk3y0kiqkwd1gdh";
- name = "recipe";
- };
- packageRequires = [ emacs markdown-mode polymode ];
- meta = {
- homepage = "https://melpa.org/#/eve-mode";
- license = lib.licenses.free;
- };
- }) {};
- evil = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , goto-chg
- , lib
- , melpaBuild
- , undo-tree }:
- melpaBuild {
- pname = "evil";
- ename = "evil";
- version = "20190222.412";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "evil";
- rev = "297b8f323754d967beeaed28080311f5afbe25c8";
- sha256 = "047x7q643mw5vxq857zx83k2w0108gj2wii510cn9ixdxkwhc0ya";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/440482c0edac8ee8bd4fe22f6bc5c1607f34c7ad/recipes/evil";
- sha256 = "1d36r6mi5nvrwnk4a9338wmhr72fcbrwj0r8gmvivpjdngjy4k39";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs goto-chg undo-tree ];
- meta = {
- homepage = "https://melpa.org/#/evil";
- license = lib.licenses.free;
- };
- }) {};
- evil-anzu = callPackage ({ anzu
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-anzu";
- ename = "evil-anzu";
- version = "20170123.2318";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-evil-anzu";
- rev = "565f79ae66fc329ab9e1bf5a89fa0727981ed5cc";
- sha256 = "01gc7bj51w7952aqpb9zw9gqvjy8b8nfmhfpiah2r96gk9b0yn6j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06b0609b56016d938b28d56d9eeb6305116b38af/recipes/evil-anzu";
- sha256 = "19cmc61l370mm4h2m6jw5pdcsvj4wcv9zpa8z7k1fjg57mwmmn70";
- name = "recipe";
- };
- packageRequires = [ anzu evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-anzu";
- license = lib.licenses.free;
- };
- }) {};
- evil-args = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-args";
- ename = "evil-args";
- version = "20180908.1457";
- src = fetchFromGitHub {
- owner = "wcsmith";
- repo = "evil-args";
- rev = "758ad5ae54ad34202064fec192c88151c08cb387";
- sha256 = "0k35glgsirc3cph8v5hhjrqfh4ndwh8a28qbr03y3jl8s453xcj7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0976c82a22f1a8701b9da0b8ba4753ed48191376/recipes/evil-args";
- sha256 = "1bwdvf1i3jc77bw2as1wr1djm8z3a7wms60694xkyqh0m909hs2w";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-args";
- license = lib.licenses.free;
- };
- }) {};
- evil-avy = callPackage ({ avy
- , cl-lib ? null
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-avy";
- ename = "evil-avy";
- version = "20150908.48";
- src = fetchFromGitHub {
- owner = "louy2";
- repo = "evil-avy";
- rev = "2dd955cc3ecaa7ddeb67b295298abdc6d16dd3a5";
- sha256 = "1q6znbnshk45mdglx519qlbfhb7g47qsm245i93ka4djsjy55j9l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f86bccc9f2190cfa5487cf8e9c9b7938774533ed/recipes/evil-avy";
- sha256 = "1hc96dd78yxgr8cs9sk9y1i5h1qnyk110vlb3wnlxv1hwn92qvrd";
- name = "recipe";
- };
- packageRequires = [ avy cl-lib emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-avy";
- license = lib.licenses.free;
- };
- }) {};
- evil-better-visual-line = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-better-visual-line";
- ename = "evil-better-visual-line";
- version = "20181026.328";
- src = fetchFromGitHub {
- owner = "YourFin";
- repo = "evil-better-visual-line";
- rev = "05e8270ae62e71b652513407c561b136c258f04c";
- sha256 = "1q7jsmk301ncpn18g5qk02ypbxc9irfh30rxi9k2ab8p35j3ml4i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c46640394c29643eea4e59066bab9963db67b8d7/recipes/evil-better-visual-line";
- sha256 = "00l6gd66apf0gphlx5hk9lcl7rmj7ag8kf558psyzcyvhpmff2bq";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-better-visual-line";
- license = lib.licenses.free;
- };
- }) {};
- evil-cleverparens = callPackage ({ dash
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , paredit
- , smartparens }:
- melpaBuild {
- pname = "evil-cleverparens";
- ename = "evil-cleverparens";
- version = "20170717.2113";
- src = fetchFromGitHub {
- owner = "luxbock";
- repo = "evil-cleverparens";
- rev = "9bce7cc5e2ab80adeafb0f1a579eb27bdb7a8d2f";
- sha256 = "1wplh9lk0cplkpik088lk5am5b8ks0rs8bp3b6wn0bn1r0l3jcxg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e3b3637d6527b16ea0d606fd87b01004be446b09/recipes/evil-cleverparens";
- sha256 = "10zkyaxy52ixh26hzm9v1y0gakcn5sdwz4ny8v1vcmjqjphnk799";
- name = "recipe";
- };
- packageRequires = [ dash emacs evil paredit smartparens ];
- meta = {
- homepage = "https://melpa.org/#/evil-cleverparens";
- license = lib.licenses.free;
- };
- }) {};
- evil-colemak-basics = callPackage ({ emacs
- , evil
- , evil-snipe
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-colemak-basics";
- ename = "evil-colemak-basics";
- version = "20170425.509";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "evil-colemak-basics";
- rev = "7844079b47f47bb1dc24c885b0ac2e67524fa960";
- sha256 = "0phspmd31pcxana2lp6mqywmghhdpj6ydsrl1bjn4b1gcp1fqsy2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/945417d19faf492fb678aee3ba692d14e7518d85/recipes/evil-colemak-basics";
- sha256 = "1sbbli0hdmpc23f3g5n95svqfdg3rlvf71plyvpv1a6va9jhi83k";
- name = "recipe";
- };
- packageRequires = [ emacs evil evil-snipe ];
- meta = {
- homepage = "https://melpa.org/#/evil-colemak-basics";
- license = lib.licenses.free;
- };
- }) {};
- evil-colemak-minimal = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-colemak-minimal";
- ename = "evil-colemak-minimal";
- version = "20171006.617";
- src = fetchFromGitHub {
- owner = "bmallred";
- repo = "evil-colemak-minimal";
- rev = "6d98b6da60f414524a0d718f76024c26dce742b3";
- sha256 = "0pd05jq4qkw5xx7xqzxzx62fsm77vjz0ry9ayaqgqw5831rbp553";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/828c744062069027f19fe5f2f233179f9149dc16/recipes/evil-colemak-minimal";
- sha256 = "0qi5k17b9k227zz9binbrd22cwmlqxkay98by9yxcbyhl4hjhdyy";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-colemak-minimal";
- license = lib.licenses.free;
- };
- }) {};
- evil-collection = callPackage ({ cl-lib ? null
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-collection";
- ename = "evil-collection";
- version = "20190605.2304";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "evil-collection";
- rev = "218e6e2e222998b2cc84003f6b98f0a82595754b";
- sha256 = "044q3gabjsxhplhrnwzmkml78vzwc16289zwg0xh713n2b80vdki";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fbc35279115f6fdf1ce7d1ecef3b413c7ca9c4f1/recipes/evil-collection";
- sha256 = "1l6x782ix873n90k9g00i9065h31dnhv07bgzrp28l7y7bivqwl7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-collection";
- license = lib.licenses.free;
- };
- }) {};
- evil-commentary = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-commentary";
- ename = "evil-commentary";
- version = "20170413.751";
- src = fetchFromGitHub {
- owner = "linktohack";
- repo = "evil-commentary";
- rev = "395f91014b69844b81660c155f42eb9b1b3d199d";
- sha256 = "0zjs9zyqfygnpxapvf0ymmiid40i06cxbhjzd81zw33nafgkf6r4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe5b05152c919d49ddd920b1bd5ffc351141fa0d/recipes/evil-commentary";
- sha256 = "151iiimmkpn58pl9zn40qssfahbrqy83axyl9dcd6kx2ywv5gcxz";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-commentary";
- license = lib.licenses.free;
- };
- }) {};
- evil-dvorak = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-dvorak";
- ename = "evil-dvorak";
- version = "20160416.1141";
- src = fetchFromGitHub {
- owner = "jbranso";
- repo = "evil-dvorak";
- rev = "e7b80077d6f332452049eb3d7ea51f6c8fbf5947";
- sha256 = "1z8wl0ih3b8bahbglp5n1xjws583hkryl034b2a3p11ljq3g2ggl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69abca9985339c59ee0e2334cabf3c99e1ba1349/recipes/evil-dvorak";
- sha256 = "1iq9wzcb625vs942khja39db1js8r46vrdiqcm47yfji98g39gsn";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-dvorak";
- license = lib.licenses.free;
- };
- }) {};
- evil-easymotion = callPackage ({ avy
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-easymotion";
- ename = "evil-easymotion";
- version = "20180113.2254";
- src = fetchFromGitHub {
- owner = "PythonNut";
- repo = "evil-easymotion";
- rev = "79c13ed3bce018ac09d358e642e5bd7025e93603";
- sha256 = "0496dnbciq8gbivihas1y58gwd4nbfz767rr98zpwgkz8l2jvy73";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e67955ead0b9d69acab40d66d4e0b821229d635c/recipes/evil-easymotion";
- sha256 = "0zixgdhc228y6yqr044cbyls0pihzacqsgvybhhar916p4h8izgv";
- name = "recipe";
- };
- packageRequires = [ avy cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/evil-easymotion";
- license = lib.licenses.free;
- };
- }) {};
- evil-ediff = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-ediff";
- ename = "evil-ediff";
- version = "20170724.1223";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "evil-ediff";
- rev = "67b0e69f65c196eff5b39dacb7a9ec05bb919c74";
- sha256 = "0f8g07fyzyc8pdwizyj62v0dy65ap885asph83529y0j8wnni8ps";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b3eff8cd4bedff3e2111d96743d94be5053826f1/recipes/evil-ediff";
- sha256 = "0yglhxm670996hd7305q38y5f47y87n75hh0q7qlm2vra2m2wa5s";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-ediff";
- license = lib.licenses.free;
- };
- }) {};
- evil-embrace = callPackage ({ emacs
- , embrace
- , evil-surround
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-embrace";
- ename = "evil-embrace";
- version = "20160519.1129";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "evil-embrace.el";
- rev = "8b2083c514af143f6d2f5d1cb4272c5bfb7437a3";
- sha256 = "1cplq9s3fw8nadcipjrix46jfcjbgg3xhz6d226wcqgmg90aclfn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d4886f068766514deab5673b4366d6bdd311e3b6/recipes/evil-embrace";
- sha256 = "10cfkksh3llyfk26x36b7ri0x6a6hrcv275pxk7ckhs1pyhb14y7";
- name = "recipe";
- };
- packageRequires = [ emacs embrace evil-surround ];
- meta = {
- homepage = "https://melpa.org/#/evil-embrace";
- license = lib.licenses.free;
- };
- }) {};
- evil-escape = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-escape";
- ename = "evil-escape";
- version = "20180910.534";
- src = fetchFromGitHub {
- owner = "syl20bnr";
- repo = "evil-escape";
- rev = "f4e9116bfbaac8c9d210c17ad488e0982291245f";
- sha256 = "1whppnlzkjig1yrz0fjvp8cy86215gjahgh88166nzk95wlc3pvf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/evil-escape";
- sha256 = "0jiwsgcqw8m6z4z82gx0m0r0vbvkcxc0czhn4mqjwkhhglwzgi8l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/evil-escape";
- license = lib.licenses.free;
- };
- }) {};
- evil-ex-fasd = callPackage ({ emacs
- , evil
- , fasd
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-ex-fasd";
- ename = "evil-ex-fasd";
- version = "20180902.2312";
- src = fetchFromGitHub {
- owner = "yqrashawn";
- repo = "evil-ex-fasd";
- rev = "ed8fbbe23a8a268d9dcbf1a6132e928ba2c655c5";
- sha256 = "0fr57nlg7m65gzhnrwnqi5bgy4vzl0l0mxk63sr3561r8fnm8hbc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ebdddebb0272765ebbf72073da8c2158a05f624/recipes/evil-ex-fasd";
- sha256 = "1zljsrpbsimldpc1wviw87vgm6941zz4wy8vhpplwkfbnywiwnp7";
- name = "recipe";
- };
- packageRequires = [ emacs evil fasd ];
- meta = {
- homepage = "https://melpa.org/#/evil-ex-fasd";
- license = lib.licenses.free;
- };
- }) {};
- evil-ex-shell-command = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-ex-shell-command";
- ename = "evil-ex-shell-command";
- version = "20181225.1826";
- src = fetchFromGitHub {
- owner = "yqrashawn";
- repo = "evil-ex-shell-command";
- rev = "a6ca6d27c07f6a0807abfb5b8f8865f1d17f54aa";
- sha256 = "0jx2cj6p8wag7aphbgf3ij5v71prxkbxpfia8nmcpmrpvjqpsb74";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d4205a35cc0c4518ab1424d91bbc627e8cdae42/recipes/evil-ex-shell-command";
- sha256 = "1lbk31l7g6n6lqm8rvsfqbagqvhkp0s2v6wz8x4fnrjj0ymd4syf";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-ex-shell-command";
- license = lib.licenses.free;
- };
- }) {};
- evil-exchange = callPackage ({ cl-lib ? null
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-exchange";
- ename = "evil-exchange";
- version = "20170510.1959";
- src = fetchFromGitHub {
- owner = "Dewdrops";
- repo = "evil-exchange";
- rev = "47691537815150715e64e6f6ec79be7746c96120";
- sha256 = "0bjpn4yqig17ddym6wqq5fm1b294q74hzcbj9a6gs97fqiwf88xa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b06397c032d24a8da4074ad97cdb30d0c468e20/recipes/evil-exchange";
- sha256 = "1mvw7w23yfbfmhzj6wimslbryb0gppryw24ac0wh4fzl9rdcma4r";
- name = "recipe";
- };
- packageRequires = [ cl-lib evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-exchange";
- license = lib.licenses.free;
- };
- }) {};
- evil-expat = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-expat";
- ename = "evil-expat";
- version = "20190521.14";
- src = fetchFromGitHub {
- owner = "edkolev";
- repo = "evil-expat";
- rev = "f4fcd0aa3edc359adb5c986b5dd9188d220d84e2";
- sha256 = "0872ix682hkdz0k8pn6sb54rqkx00rz5fxpd5j2snx406yagpaxz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f08f6396e66479eb9510727968c5bb01ac239476/recipes/evil-expat";
- sha256 = "03niji6wymhlfkvdg90gasccs4683djxcj925c8k0vdgmfr8sx32";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-expat";
- license = lib.licenses.free;
- };
- }) {};
- evil-extra-operator = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-extra-operator";
- ename = "evil-extra-operator";
- version = "20161212.2003";
- src = fetchFromGitHub {
- owner = "Dewdrops";
- repo = "evil-extra-operator";
- rev = "e16a9b36f9901254da9af8a73871061616410fc3";
- sha256 = "116srvfck3b244shxm9cmw3yvpprjgr840fvcv6jwwpfaphafxw4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc0b157c3adf8a2899c4dd2ce98e8a81e4f403a3/recipes/evil-extra-operator";
- sha256 = "066apin0yrjx7zr007p2h9p2nq58lz7qikzjzg0spqkb8vy7vkc5";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-extra-operator";
- license = lib.licenses.free;
- };
- }) {};
- evil-find-char-pinyin = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pinyinlib }:
- melpaBuild {
- pname = "evil-find-char-pinyin";
- ename = "evil-find-char-pinyin";
- version = "20160514.1341";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "evil-find-char-pinyin";
- rev = "04e277946d658f1a73c68dcbbadea9c21097a31c";
- sha256 = "1bsy2bynzxr1ibyidv2r21xnfnxbzr0xh5m3h05s5igbmajxr12d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8755d2fca519f23f11c5cbb53443a2ad4340220e/recipes/evil-find-char-pinyin";
- sha256 = "0n52ijdf5hy7mn0rab4493zs2nrf7r1qkmvf0algqaj7bfjscs79";
- name = "recipe";
- };
- packageRequires = [ evil pinyinlib ];
- meta = {
- homepage = "https://melpa.org/#/evil-find-char-pinyin";
- license = lib.licenses.free;
- };
- }) {};
- evil-fringe-mark = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , fringe-helper
- , goto-chg
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-fringe-mark";
- ename = "evil-fringe-mark";
- version = "20190319.2153";
- src = fetchFromGitHub {
- owner = "Andrew-William-Smith";
- repo = "evil-fringe-mark";
- rev = "a1689fddb7ee79aaa720a77aada1208b8afd5c20";
- sha256 = "0pf8bl7bmcn1l0dlxkgbgwb1n2fxpzxwcr4jf06gzyrrmmwah526";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/70dcc07c389d5454de64fb08cd666d489d6d5483/recipes/evil-fringe-mark";
- sha256 = "1ahlbp31ll24vzah4bv1xx58gn8y8fsjb0n9a135zwb3fjla9drb";
- name = "recipe";
- };
- packageRequires = [ emacs evil fringe-helper goto-chg ];
- meta = {
- homepage = "https://melpa.org/#/evil-fringe-mark";
- license = lib.licenses.free;
- };
- }) {};
- evil-god-state = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , god-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-god-state";
- ename = "evil-god-state";
- version = "20141116.1855";
- src = fetchFromGitHub {
- owner = "gridaphobe";
- repo = "evil-god-state";
- rev = "3d44197dc0a1fb40e7b7ff8717f8a8c339ce1d40";
- sha256 = "1cv24qnxxf6n1grf4n5969v8y9xll5zb9mbfdnq9iavdvhnndk2h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/46b8586e9a821efb67539155f783a32867084bfa/recipes/evil-god-state";
- sha256 = "1g547d58zf11qw0zz3fk5kmrzmfx1rhawyh5d2h8bll8hwygnrxf";
- name = "recipe";
- };
- packageRequires = [ evil god-mode ];
- meta = {
- homepage = "https://melpa.org/#/evil-god-state";
- license = lib.licenses.free;
- };
- }) {};
- evil-goggles = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-goggles";
- ename = "evil-goggles";
- version = "20181123.1146";
- src = fetchFromGitHub {
- owner = "edkolev";
- repo = "evil-goggles";
- rev = "78454a7e8bd609edf0d93cb0a7f9ed576dd33546";
- sha256 = "1yn72wmrda670h0bz3gdqh6k44ja60wkk9f4hijh9w1hw0vazk20";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/811b1261705b4c525e165fa9ee23ae191727a623/recipes/evil-goggles";
- sha256 = "151xvawyhcjp98skaif08wbxqaw602f51zgwm604hp25a111qmnq";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-goggles";
- license = lib.licenses.free;
- };
- }) {};
- evil-iedit-state = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , iedit
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-iedit-state";
- ename = "evil-iedit-state";
- version = "20180606.2258";
- src = fetchFromGitHub {
- owner = "syl20bnr";
- repo = "evil-iedit-state";
- rev = "f75cff4ecbd5beaa9ca64a6c157c4105f078daec";
- sha256 = "0f6m5wi1q6ac9mkvalm62rlnlkjz1c315a4sa93p6iw9x12llkgw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b0b6b7d09c023cfe34da65fa1eb8f3fdbe7b1290/recipes/evil-iedit-state";
- sha256 = "1dihyh7vqcp7kvfic613k7v33czr93hz04d635awrsyzgy8savhl";
- name = "recipe";
- };
- packageRequires = [ evil iedit ];
- meta = {
- homepage = "https://melpa.org/#/evil-iedit-state";
- license = lib.licenses.free;
- };
- }) {};
- evil-indent-plus = callPackage ({ cl-lib ? null
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-indent-plus";
- ename = "evil-indent-plus";
- version = "20151109.1106";
- src = fetchFromGitHub {
- owner = "TheBB";
- repo = "evil-indent-plus";
- rev = "33a8bcac5f90ddee054e64d60c2b68c98c269ffc";
- sha256 = "0v94kn99z6v4aigjgk3l6b6x22bv9fighisbm23b0861kwcns98f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/992ea3d372fa3569ad9f838aa2818eaee8b8033a/recipes/evil-indent-plus";
- sha256 = "15vnvch0qsaram22d44k617bqhr9rrf8qc86sf20yvdyy3gi5j12";
- name = "recipe";
- };
- packageRequires = [ cl-lib evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-indent-plus";
- license = lib.licenses.free;
- };
- }) {};
- evil-indent-textobject = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-indent-textobject";
- ename = "evil-indent-textobject";
- version = "20130831.1519";
- src = fetchFromGitHub {
- owner = "cofi";
- repo = "evil-indent-textobject";
- rev = "70a1154a531b7cfdbb9a31d6922482791e20a3a7";
- sha256 = "0nghisnc49ivh56mddfdlcbqv3y2vqzjvkpgwv3zp80ga6ghvdmz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63cfc9c2962780dd5d27da670d5540a0441e7ca2/recipes/evil-indent-textobject";
- sha256 = "172a3krid5lrx1w9xcifkhjnvlxg1nbz4w102d99d0grr9465r09";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-indent-textobject";
- license = lib.licenses.free;
- };
- }) {};
- evil-leader = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-leader";
- ename = "evil-leader";
- version = "20140606.543";
- src = fetchFromGitHub {
- owner = "cofi";
- repo = "evil-leader";
- rev = "39f7014bcf8b36463e0c7512c638bda4bac6c2cf";
- sha256 = "10xrlimsxk09z9cw6rxdz8qvvn1i0vhc1gdicwxri0j10p0hacl3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/evil-leader";
- sha256 = "154s2nb170hzksmc87wnzlwg3ic3w3ravgsfvwkyfi2q285vmra6";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-leader";
- license = lib.licenses.free;
- };
- }) {};
- evil-ledger = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , ledger-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-ledger";
- ename = "evil-ledger";
- version = "20180802.912";
- src = fetchFromGitHub {
- owner = "atheriel";
- repo = "evil-ledger";
- rev = "7a9f9f5d39c42fffdba8004f8982642351f2b233";
- sha256 = "010r1qn9l3clqqrlia0y25bqjbrixvf8i409v10yxqb949jvw1vk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/500e99a1b92f0a0c144f843cd7645872034d9fbb/recipes/evil-ledger";
- sha256 = "13idy2kbzhckzfwrjnzjrf8h2881w3v8pmhlcj26xcyf4ch0dq9r";
- name = "recipe";
- };
- packageRequires = [ emacs evil ledger-mode ];
- meta = {
- homepage = "https://melpa.org/#/evil-ledger";
- license = lib.licenses.free;
- };
- }) {};
- evil-lion = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-lion";
- ename = "evil-lion";
- version = "20170810.2314";
- src = fetchFromGitHub {
- owner = "edkolev";
- repo = "evil-lion";
- rev = "aaa3874ad54c31b4322ac5bbc63e331498b11d61";
- sha256 = "1aq3ip93sxk05gfgh2zw6zckmkir0viqaqz674fcmsd2rc2051zn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a7a0691775afec6d2c7be3d6739b55bd1d2053d/recipes/evil-lion";
- sha256 = "1rwmpc5ifblb41c1yhhv26ayff4nk9iza7w0wb5ganny2r82fg2v";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-lion";
- license = lib.licenses.free;
- };
- }) {};
- evil-lisp-state = callPackage ({ bind-map
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , smartparens }:
- melpaBuild {
- pname = "evil-lisp-state";
- ename = "evil-lisp-state";
- version = "20160403.1948";
- src = fetchFromGitHub {
- owner = "syl20bnr";
- repo = "evil-lisp-state";
- rev = "3c65fecd9917a41eaf6460f22187e2323821f3ce";
- sha256 = "1n6r8xs670r5qp4b5f72nr9g8nlqcrx1v7yqqlbkgv8gns8n5xgh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/evil-lisp-state";
- sha256 = "16h6zi0kkq2zlrwqiz6avnw2ady3h9gmxyinvk5gbkskxf12d1pz";
- name = "recipe";
- };
- packageRequires = [ bind-map evil smartparens ];
- meta = {
- homepage = "https://melpa.org/#/evil-lisp-state";
- license = lib.licenses.free;
- };
- }) {};
- evil-lispy = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , lispy
- , melpaBuild }:
- melpaBuild {
- pname = "evil-lispy";
- ename = "evil-lispy";
- version = "20190502.39";
- src = fetchFromGitHub {
- owner = "sp3ctum";
- repo = "evil-lispy";
- rev = "ed317f7fccbdbeea8aa04a91b1b1f48a0e2ddc4e";
- sha256 = "0izgd9zwfwykmznv6wjrq9czmjqc1hkw41szrjmrcxy5kbz1p5c0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/377d43f3717b8e17c3adce886aaf3e579383ec64/recipes/evil-lispy";
- sha256 = "17z830b0x6lhmqkk07hfbrg63c7q7mpn4zz1ppjd1smv4mcqzyld";
- name = "recipe";
- };
- packageRequires = [ evil hydra lispy ];
- meta = {
- homepage = "https://melpa.org/#/evil-lispy";
- license = lib.licenses.free;
- };
- }) {};
- evil-magit = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "evil-magit";
- ename = "evil-magit";
- version = "20190224.1228";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "evil-magit";
- rev = "e2fec5877994c0c19f0c25fa01f3d22cb0ab38ba";
- sha256 = "134v7s03jvbhm70mavwab85r09i68g2a5bvriirh0chz1av2y16v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/50315ec837d2951bf5b2bb75809a35dd7ffc8fe8/recipes/evil-magit";
- sha256 = "02ncki7qrl22804576h76xl4d5lvvk32lzn9gvxn63hb19r0s980";
- name = "recipe";
- };
- packageRequires = [ evil magit ];
- meta = {
- homepage = "https://melpa.org/#/evil-magit";
- license = lib.licenses.free;
- };
- }) {};
- evil-mark-replace = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-mark-replace";
- ename = "evil-mark-replace";
- version = "20150424.18";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "evil-mark-replace";
- rev = "56cf191724a3e82239ca47a17b071c20aedb0617";
- sha256 = "01hccc49xxb6lnzr0lwkkwndbk4sv0jyyz3khbcxsgkpzjiydihv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/evil-mark-replace";
- sha256 = "14j2d46288shlixb57nh5vlqdi3aiv20djvcbhiw1cm9ar2c3y4v";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-mark-replace";
- license = lib.licenses.free;
- };
- }) {};
- evil-matchit = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-matchit";
- ename = "evil-matchit";
- version = "20190307.213";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "evil-matchit";
- rev = "00ab601346a5646aa6db4935684021ec16650a58";
- sha256 = "14wbsj1fwxz36qdnnf9qr2rz38qm4x3aj265asmvpfizgbm2jd4r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aeab4a998bffbc784e8fb23927d348540baf9951/recipes/evil-matchit";
- sha256 = "01z69n20qs4gngd28ry4kn825cax5km9hn96i87yrvq7nfa64swq";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-matchit";
- license = lib.licenses.free;
- };
- }) {};
- evil-mc = callPackage ({ cl-lib ? null
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-mc";
- ename = "evil-mc";
- version = "20190321.906";
- src = fetchFromGitHub {
- owner = "gabesoft";
- repo = "evil-mc";
- rev = "ef22ee1a9d9a82a9b954f27f82ddcb7cb0f634ec";
- sha256 = "026nvajf9wbm47qw1napzsngqjrkq84d052ybhxf30as6pigj36s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96770d778a03ab012fb82a3a0122983db6f9b0c4/recipes/evil-mc";
- sha256 = "0cq4xg6svb5gz4ra607wy768as2igla4h1xcrfnxldknk476fqqs";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-mc";
- license = lib.licenses.free;
- };
- }) {};
- evil-mc-extras = callPackage ({ cl-lib ? null
- , emacs
- , evil
- , evil-mc
- , evil-numbers
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-mc-extras";
- ename = "evil-mc-extras";
- version = "20170202.849";
- src = fetchFromGitHub {
- owner = "gabesoft";
- repo = "evil-mc-extras";
- rev = "ba3252ae129c3b79aeb70ec3d276cbda32b00421";
- sha256 = "0a7mn1z0db4xi8wclqp41hcbzh017q6pndxr9mrfxb67sqs601id";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cd7c9aa0f4c17e7f27836e75a0b83c44a68ad744/recipes/evil-mc-extras";
- sha256 = "1px4akqaddqgfd03932d03d3rrvjr5lv5nc94xc448kqcbfn7yjk";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs evil evil-mc evil-numbers ];
- meta = {
- homepage = "https://melpa.org/#/evil-mc-extras";
- license = lib.licenses.free;
- };
- }) {};
- evil-mu4e = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-mu4e";
- ename = "evil-mu4e";
- version = "20180613.339";
- src = fetchFromGitHub {
- owner = "JorisE";
- repo = "evil-mu4e";
- rev = "f4b387ccbd2c49f3bbb5401e93bfcc050ca128ef";
- sha256 = "1fiqx5q0jwh92dxj54wglw91a9pxyb58s8253pb7as9y1iwvyyhq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/332f3f9c6dc106e58345abbc2d8fd99056d518c0/recipes/evil-mu4e";
- sha256 = "1ks4vnga7dkz27a7gza5hakzbcsiqgkq1ysc0lcx7g82ihpmrrcq";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-mu4e";
- license = lib.licenses.free;
- };
- }) {};
- evil-multiedit = callPackage ({ cl-lib ? null
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , iedit
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-multiedit";
- ename = "evil-multiedit";
- version = "20190102.2315";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "evil-multiedit";
- rev = "cb35914ffabb4f65d22ab2f812ff6e7622cc5c26";
- sha256 = "19h3kqylqzbjv4297wkzzxdmn9yxbg6z4ga4ssrqri90xs7m3rw3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/997f5a6999d1add57fae33ba8eb3e3bc60d7bb56/recipes/evil-multiedit";
- sha256 = "0p02q9skqw2zhx7sfadqgs7vn518s72856962dam0xw4sqasplfp";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs evil iedit ];
- meta = {
- homepage = "https://melpa.org/#/evil-multiedit";
- license = lib.licenses.free;
- };
- }) {};
- evil-nerd-commenter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-nerd-commenter";
- ename = "evil-nerd-commenter";
- version = "20190407.128";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "evil-nerd-commenter";
- rev = "acc0f75cde9e4ffd946f7835c3b388fb77f633a7";
- sha256 = "1r8shfdddys9vqvrxf7s6z83ydqx9xhqs9sa7klbsajryqcp50b7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a3e1ff69e7cc95a5b5d628524ad836833f4ee736/recipes/evil-nerd-commenter";
- sha256 = "1pa5gh065hqn5mhs47qvjllwdwwafl0clk555mb6w7svq58r6i8d";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/evil-nerd-commenter";
- license = lib.licenses.free;
- };
- }) {};
- evil-nl-break-undo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-nl-break-undo";
- ename = "evil-nl-break-undo";
- version = "20181125.1254";
- src = fetchFromGitHub {
- owner = "VanLaser";
- repo = "evil-nl-break-undo";
- rev = "8acaecadd32937f6f1d8c3f8141fcee0de7d324e";
- sha256 = "1155bbp7mais3cf378zxnrxc5qg9qai7rcr7whd0ljf9i4aic0y9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a43ea989f52cebadc68c8e9c0f87f8f2e23b0974/recipes/evil-nl-break-undo";
- sha256 = "0q6b459z06h4l47b5lcxlqbksf8sbazkk569r3h2577zpc56prfn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/evil-nl-break-undo";
- license = lib.licenses.free;
- };
- }) {};
- evil-numbers = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-numbers";
- ename = "evil-numbers";
- version = "20140606.551";
- src = fetchFromGitHub {
- owner = "cofi";
- repo = "evil-numbers";
- rev = "8834eb2e8bd93561a706363946701d0d90546a9f";
- sha256 = "13jg2xbh4p02x1nj77b6csb93hh56c1nv8kslcq2hjj3caipk4m8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/evil-numbers";
- sha256 = "1lpmkklwjdf7ayhv99g9zh3l9hzrwm0hr0ijvbc7yz3n398zn1b2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/evil-numbers";
- license = lib.licenses.free;
- };
- }) {};
- evil-opener = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , opener }:
- melpaBuild {
- pname = "evil-opener";
- ename = "evil-opener";
- version = "20161207.1010";
- src = fetchFromGitHub {
- owner = "0robustus1";
- repo = "opener.el";
- rev = "c384f67278046fdcd220275fdd212ab85672cbeb";
- sha256 = "0gci909a2rbx5i8dyzyrcddwdic7nvpk6y6djvn521yaag4sq87h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/evil-opener";
- sha256 = "0cld853pyzlaa306rpypw2wm4953i6y06irlk96bql9aa1zx977g";
- name = "recipe";
- };
- packageRequires = [ evil opener ];
- meta = {
- homepage = "https://melpa.org/#/evil-opener";
- license = lib.licenses.free;
- };
- }) {};
- evil-org = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-org";
- ename = "evil-org";
- version = "20180323.1606";
- src = fetchFromGitHub {
- owner = "Somelauw";
- repo = "evil-org-mode";
- rev = "b6d652a9163d3430a9e0933a554bdbee5244bbf6";
- sha256 = "176hrw7y7nczffbyhsa167b8rvfacsmcafm2gpkrdjqlrikbmrhl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1768558ed0a0249421437b66fe45018dd768e637/recipes/evil-org";
- sha256 = "18glpsnpxap4dvnvkl59h9pnwlp20libsfbbkmvrbzsvbdyspg6z";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-org";
- license = lib.licenses.free;
- };
- }) {};
- evil-paredit = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , paredit }:
- melpaBuild {
- pname = "evil-paredit";
- ename = "evil-paredit";
- version = "20150413.1348";
- src = fetchFromGitHub {
- owner = "roman";
- repo = "evil-paredit";
- rev = "e058fbdcf9dbf7ad6cc77f0172d7517ef233d55f";
- sha256 = "0b08y4spapl4g2292j3l4cr84gjlvm3rpma3gqld4yb1sxd7v78p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/88db86e1351410bcff6f3ed80681946afcec9959/recipes/evil-paredit";
- sha256 = "0xvxxa3gjgsrv10a61y0591bn3gj8v1ff2wck8s0svwfl076gyfy";
- name = "recipe";
- };
- packageRequires = [ evil paredit ];
- meta = {
- homepage = "https://melpa.org/#/evil-paredit";
- license = lib.licenses.free;
- };
- }) {};
- evil-python-movement = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , evil
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "evil-python-movement";
- ename = "evil-python-movement";
- version = "20180724.720";
- src = fetchgit {
- url = "https://bitbucket.org/FelipeLema/evil-python-movement.el";
- rev = "9936b3b7f8d96415d517c1f3604637889484a637";
- sha256 = "11ivb95ilsw3svpna9n07yf8s9q3w36ia6js2qv6wf0d0dp2xb9r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/130e6d17735ff86b962859528d7e50869f683251/recipes/evil-python-movement";
- sha256 = "1qs0z93rpi9dz6hy64816afdr4k5gssyw2dhaxcn152ylg1yzkg3";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs evil s ];
- meta = {
- homepage = "https://melpa.org/#/evil-python-movement";
- license = lib.licenses.free;
- };
- }) {};
- evil-quickscope = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-quickscope";
- ename = "evil-quickscope";
- version = "20160202.1124";
- src = fetchFromGitHub {
- owner = "blorbx";
- repo = "evil-quickscope";
- rev = "37a20e4c56c6058abf186ad4013c155e695e876f";
- sha256 = "1ja9ggj70wf0nmma4xnc1zdzg2crq9h1cv3cj7cgwjmllflgkfq7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec118caf243c74d243f533c9e12f7de0d6c43bc4/recipes/evil-quickscope";
- sha256 = "0xym1mh4p68i00l1lshywf5fdg1vw3szxp3fk9fwfcg04z6vd489";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-quickscope";
- license = lib.licenses.free;
- };
- }) {};
- evil-rails = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile-rails }:
- melpaBuild {
- pname = "evil-rails";
- ename = "evil-rails";
- version = "20190512.817";
- src = fetchFromGitHub {
- owner = "antono";
- repo = "evil-rails";
- rev = "b0f1c5de6720714febeb76c4b569b71bb891938c";
- sha256 = "0mypsbf0mg2b4746r9b9ybj51qkrlxz48lf9g53kzbk3wdf6p5vi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ff526fe800b0535067431f1ae78c4a4b5594b23d/recipes/evil-rails";
- sha256 = "0ah0nvzl30z19566kacyrsznsdm3cpij8n3bw3dfng7263rh60gj";
- name = "recipe";
- };
- packageRequires = [ evil projectile-rails ];
- meta = {
- homepage = "https://melpa.org/#/evil-rails";
- license = lib.licenses.free;
- };
- }) {};
- evil-replace-with-char = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-replace-with-char";
- ename = "evil-replace-with-char";
- version = "20180324.1506";
- src = fetchFromGitHub {
- owner = "ninrod";
- repo = "evil-replace-with-char";
- rev = "ed4a12d5bff11163eb03ad2826c52fd30f51a8d3";
- sha256 = "1nhnwl39wsi7akzcjqszxxw2b6j9i5y4qabcd8p387zajjpgscwk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0ac1b487e0fe193cc46c8b489686972ed6db3973/recipes/evil-replace-with-char";
- sha256 = "0lgazw53j44rc72czwqxs6yaz67l9i1v52wbi7l9w958fnjra84r";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-replace-with-char";
- license = lib.licenses.free;
- };
- }) {};
- evil-replace-with-register = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-replace-with-register";
- ename = "evil-replace-with-register";
- version = "20170713.225";
- src = fetchFromGitHub {
- owner = "Dewdrops";
- repo = "evil-ReplaceWithRegister";
- rev = "91cc7bf21a94703c441cc9212214075b226b7f67";
- sha256 = "14rpn76qrf287s3y2agmddcxi27r226i53ixjvd694ss039g0r11";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1bd98aebefc13da5a129d1d3f1c8878e4a70654/recipes/evil-replace-with-register";
- sha256 = "0qyym6vwjs0aqf2p28rh96v30pgxg060pxyij0vrfj469wzmlrj9";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-replace-with-register";
- license = lib.licenses.free;
- };
- }) {};
- evil-rsi = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-rsi";
- ename = "evil-rsi";
- version = "20160221.1304";
- src = fetchFromGitHub {
- owner = "linktohack";
- repo = "evil-rsi";
- rev = "236bf6ed1e2285698db808463e5f2f69f5f5e7c0";
- sha256 = "1xz629qv1ss1fap397k48piawcwl8lrybraq5449bw1vvn1a4d9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/24f438b47e8ede0ef84261424c122d2ac28b90cb/recipes/evil-rsi";
- sha256 = "0mc39n72420n36kwyf9zpw1pgyih0aigfnmkbywb0yxgj7myc345";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-rsi";
- license = lib.licenses.free;
- };
- }) {};
- evil-search-highlight-persist = callPackage ({ fetchFromGitHub
- , fetchurl
- , highlight
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-search-highlight-persist";
- ename = "evil-search-highlight-persist";
- version = "20170522.2034";
- src = fetchFromGitHub {
- owner = "naclander";
- repo = "evil-search-highlight-persist";
- rev = "6e04a8c075f5fd62526d222447048faab8bfa187";
- sha256 = "1ni1bila3kjqrjcn1sm6g6h2cmf1chrh4d8nj4qfjvkb12fkw6j6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f2e91974ddb219c88229782b70ade7e14f20c0b5/recipes/evil-search-highlight-persist";
- sha256 = "08l8ymrp9vkpwprq9gp4562yvcnd4hfc3z7n4n5lz7h6ffv3zym3";
- name = "recipe";
- };
- packageRequires = [ highlight ];
- meta = {
- homepage = "https://melpa.org/#/evil-search-highlight-persist";
- license = lib.licenses.free;
- };
- }) {};
- evil-smartparens = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , smartparens }:
- melpaBuild {
- pname = "evil-smartparens";
- ename = "evil-smartparens";
- version = "20171210.713";
- src = fetchFromGitHub {
- owner = "expez";
- repo = "evil-smartparens";
- rev = "026d4a3cfce415a4dfae1457f871b385386e61d3";
- sha256 = "05habba44zls2d20kgzshrq2psagay16cnvcnkqgrbhvj1rxfmrk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/850898fbfc8e0aeb779e8feae56476d989110e79/recipes/evil-smartparens";
- sha256 = "1viwrd6gfqmwhlil80pk68dikn3cjf9ddsy0z781z3qfx0j35qza";
- name = "recipe";
- };
- packageRequires = [ emacs evil smartparens ];
- meta = {
- homepage = "https://melpa.org/#/evil-smartparens";
- license = lib.licenses.free;
- };
- }) {};
- evil-snipe = callPackage ({ cl-lib ? null
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-snipe";
- ename = "evil-snipe";
- version = "20180731.1031";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "evil-snipe";
- rev = "8dd076cc56eb9b04494e4e303b86a959b048350b";
- sha256 = "05zlmkyl1gms7pk2izh67j7xk4mb5y94jpyx63lg59yc391p5p07";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6748f3febbe2f098761e967b4dc67791186d0aa7/recipes/evil-snipe";
- sha256 = "0gcmpjw3iw7rjk86b2k6clfigp48vakfjd1a9n8qramhnc85rgkn";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-snipe";
- license = lib.licenses.free;
- };
- }) {};
- evil-space = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-space";
- ename = "evil-space";
- version = "20151208.428";
- src = fetchFromGitHub {
- owner = "linktohack";
- repo = "evil-space";
- rev = "a9c07284d308425deee134c9d88a2d538dd229e6";
- sha256 = "1x4nphjq8lvg8qsm1pj04mk9n59xc6jlxiv5s3bih1nl4xkssrxy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e5a4b9427038f90898ac0e237e71ba7152501f5/recipes/evil-space";
- sha256 = "1asvh873r1xgffvz3nr653yn8h5ifaphnafp6wf1b1mja6as7f23";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-space";
- license = lib.licenses.free;
- };
- }) {};
- evil-string-inflection = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , string-inflection }:
- melpaBuild {
- pname = "evil-string-inflection";
- ename = "evil-string-inflection";
- version = "20180313.1055";
- src = fetchFromGitHub {
- owner = "ninrod";
- repo = "evil-string-inflection";
- rev = "5512db7e0e5fd28c881cc278add50ffae1f121f0";
- sha256 = "1114yacpb0a0lp7kz0lb1mb7s1adhk370i3kj78a911i72c9szi1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0720a0f5b775fcee8d1cfa0defe80048e2dd0972/recipes/evil-string-inflection";
- sha256 = "0w9x49c0gmv4waspa9fvbhf2adm19cixkwx7a7la9v4qy7da6akh";
- name = "recipe";
- };
- packageRequires = [ emacs evil string-inflection ];
- meta = {
- homepage = "https://melpa.org/#/evil-string-inflection";
- license = lib.licenses.free;
- };
- }) {};
- evil-surround = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-surround";
- ename = "evil-surround";
- version = "20190402.2118";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "evil-surround";
- rev = "68f7033322dcba3781dddb48465878e896a9f57b";
- sha256 = "17wxib52qwpfi809lq3c1zsxqprmkk9ghg0q8zc3r7gq2f5d8yy8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c9dc47a4c837c44429a74fd998fe468c00639f2/recipes/evil-surround";
- sha256 = "0aphv5zinb0lzdx22qbzcr7fn6jbpkdczar7py3df6mzxw5wvcm1";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-surround";
- license = lib.licenses.free;
- };
- }) {};
- evil-swap-keys = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-swap-keys";
- ename = "evil-swap-keys";
- version = "20170726.1120";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "evil-swap-keys";
- rev = "56bc201e265a6bd482a7c41a7c81d2238341ef3a";
- sha256 = "0n0hl0plaghz9rjssabxwfzm46kr6564hpfh6hn8lzla4rf1q5zs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2abff8e3d54ac13c4fe90692a56437844accca25/recipes/evil-swap-keys";
- sha256 = "12cx95mjm4ymggidvf41gh3a364z32h655jmhk417v0ga9jk9fv6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/evil-swap-keys";
- license = lib.licenses.free;
- };
- }) {};
- evil-tabs = callPackage ({ elscreen
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-tabs";
- ename = "evil-tabs";
- version = "20160217.720";
- src = fetchFromGitHub {
- owner = "krisajenkins";
- repo = "evil-tabs";
- rev = "53d3314a810017b6056ab6796aef671f5ea1c063";
- sha256 = "1qklx0j3fz3mp87v64yqbyyq5csfymbjfwvy2s4nk634wbnrra93";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/61eea3ae1c89163736b806aa8ca4f44d17daaba3/recipes/evil-tabs";
- sha256 = "0qgvpv5hcai8wmkv2fp6i2vdy7qp4gwidwpzz8j6vl9519x73s62";
- name = "recipe";
- };
- packageRequires = [ elscreen evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-tabs";
- license = lib.licenses.free;
- };
- }) {};
- evil-terminal-cursor-changer = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-terminal-cursor-changer";
- ename = "evil-terminal-cursor-changer";
- version = "20170401.142";
- src = fetchFromGitHub {
- owner = "7696122";
- repo = "evil-terminal-cursor-changer";
- rev = "b49ca4393d2f3cc6014174950059b36a5cb22949";
- sha256 = "1zra2h0x20whshbc4sfyj6w73jv6ak435mr9n6r6s7brqqqgpa36";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/evil-terminal-cursor-changer";
- sha256 = "16p9a1dybbqr8r717c5ssfd3p5392bqxxzqs4n0xc7v7g8v1m0cd";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-terminal-cursor-changer";
- license = lib.licenses.free;
- };
- }) {};
- evil-test-helpers = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-test-helpers";
- ename = "evil-test-helpers";
- version = "20190104.226";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "evil";
- rev = "3766a521a60e6fb0073220199425de478de759ad";
- sha256 = "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/87da8c50f9167ad9c3844b23becb6904f809611d/recipes/evil-test-helpers";
- sha256 = "0l4skyznzgr76z518q22lf90ymlsfcs02w8vqkg8az1nfl3ch7fs";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-test-helpers";
- license = lib.licenses.free;
- };
- }) {};
- evil-text-object-python = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-text-object-python";
- ename = "evil-text-object-python";
- version = "20181126.524";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "evil-text-object-python";
- rev = "9a064fe6475429145cbcc3b270fcc963b67adb15";
- sha256 = "074zpm6mmr1wfl6d5xdf8jk1fs4ccpbzf4ahhkwga9g71xiplszv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d0893b07bc4a057561a1c1a85b7520c50f31e12/recipes/evil-text-object-python";
- sha256 = "0jdzs1yn8nrxq890427yjrxdvnzj8jy7bs3jj4w4c0fik26ngqhm";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-text-object-python";
- license = lib.licenses.free;
- };
- }) {};
- evil-textobj-anyblock = callPackage ({ cl-lib ? null
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-textobj-anyblock";
- ename = "evil-textobj-anyblock";
- version = "20170905.1207";
- src = fetchFromGitHub {
- owner = "noctuid";
- repo = "evil-textobj-anyblock";
- rev = "ff00980f0634f95bf2ad9956b615a155ea8743be";
- sha256 = "0wn5lp7kh3ip1bmqi12c9ivpjj0x602h8d7ag39qw36smv4jqvnb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/36b734960313d4cb484cebaac0f112781436631c/recipes/evil-textobj-anyblock";
- sha256 = "03vk30s2wkcszcjxmh5ww39rihnag9cp678wdzq4bnqy0c6rnjwa";
- name = "recipe";
- };
- packageRequires = [ cl-lib evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-textobj-anyblock";
- license = lib.licenses.free;
- };
- }) {};
- evil-textobj-column = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names }:
- melpaBuild {
- pname = "evil-textobj-column";
- ename = "evil-textobj-column";
- version = "20170905.1205";
- src = fetchFromGitHub {
- owner = "noctuid";
- repo = "evil-textobj-column";
- rev = "835d7036d0bc9a6e44fc9b7c54ccf2a7c01428cd";
- sha256 = "0g9d62sgcpzvhbrdk4hf3phphfss74mjz6xv4wd9895rzjsziwkf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de7d6dc0d9c42a89be2959d015efa30960df2de7/recipes/evil-textobj-column";
- sha256 = "13q3nawx05rn3k6kzq1889vxjznr454cib96pc9lmrq7h65lym2h";
- name = "recipe";
- };
- packageRequires = [ emacs evil names ];
- meta = {
- homepage = "https://melpa.org/#/evil-textobj-column";
- license = lib.licenses.free;
- };
- }) {};
- evil-textobj-entire = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-textobj-entire";
- ename = "evil-textobj-entire";
- version = "20150422.554";
- src = fetchFromGitHub {
- owner = "supermomonga";
- repo = "evil-textobj-entire";
- rev = "5b3a98f3a69edc3a788f539f6ffef4a0ef5e853d";
- sha256 = "0m3krfmc9llpywr0lbya36b2jbnzx1pylvhj0p1ss5rh735m00jy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1da0063a17d53f30e041e08161ad8fbc9942270/recipes/evil-textobj-entire";
- sha256 = "0hkdnkv03b31330pnkijhhbyw00m7bxfvs3cgzfazsvvcsha4gmi";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-textobj-entire";
- license = lib.licenses.free;
- };
- }) {};
- evil-textobj-line = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-textobj-line";
- ename = "evil-textobj-line";
- version = "20150729.822";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "evil-textobj-line";
- rev = "0209f9b84c7e1e1c42e346cdb8c0e36619471e5f";
- sha256 = "0ln72zfrzn1bnv40kyzjchmfv3dgd2wm596lxacd2kygcx4a4gky";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/24bf766525ffdaded519ac9f78ae89d8ab5108ef/recipes/evil-textobj-line";
- sha256 = "158w524qzj0f03ihid2fisxyf1g7vwpv3ckfkzi7c2l549jnsdsa";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-textobj-line";
- license = lib.licenses.free;
- };
- }) {};
- evil-textobj-syntax = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names }:
- melpaBuild {
- pname = "evil-textobj-syntax";
- ename = "evil-textobj-syntax";
- version = "20181210.413";
- src = fetchFromGitHub {
- owner = "laishulu";
- repo = "evil-textobj-syntax";
- rev = "2d9ba8c75c754b409aea7469f46a5cfa52a872f3";
- sha256 = "031p5i3274dazp7rz6m5y38shfgszm1clmkcf58qfqlvy978ammc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0dba37e5a2ba5ef1f397b37d6845acdc4872e5f2/recipes/evil-textobj-syntax";
- sha256 = "0d0fg71xmbqhx91ljnkxmakcc0qn3341wjjmzax33qilz5syp3m9";
- name = "recipe";
- };
- packageRequires = [ emacs evil names ];
- meta = {
- homepage = "https://melpa.org/#/evil-textobj-syntax";
- license = lib.licenses.free;
- };
- }) {};
- evil-tutor = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-tutor";
- ename = "evil-tutor";
- version = "20150102.2250";
- src = fetchFromGitHub {
- owner = "syl20bnr";
- repo = "evil-tutor";
- rev = "79b47a9f444ddaa289c66e8995ee116941429c24";
- sha256 = "11hiaxiqc2f522y7rgfr6bjnmx4nrssq1q9g96w4rsb10627qvsf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b7bfffdc34e181893b8cf4d1cc091f6c3f91126/recipes/evil-tutor";
- sha256 = "1hvc2w5ykrgh62n4sxqqqcdk5sd7nmh6xzv4mir5vf9y2dgqcvsn";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-tutor";
- license = lib.licenses.free;
- };
- }) {};
- evil-tutor-ja = callPackage ({ evil
- , evil-tutor
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-tutor-ja";
- ename = "evil-tutor-ja";
- version = "20160916.1832";
- src = fetchFromGitHub {
- owner = "kenjimyzk";
- repo = "evil-tutor-ja";
- rev = "06b9ad853a15ce6f2c53c2cf379b9ff358369f2d";
- sha256 = "1cazqdiri2b61fxnkhgksqxp0gb41wzcq8275n779rindkwaf2zk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c98605fd21b38aaa200c6a0ec4c18f8575b0d7a/recipes/evil-tutor-ja";
- sha256 = "1yd8aij9q1jdmb387f1zjiq5mf68jvbgbyp5b49hmag4hw5h7vm2";
- name = "recipe";
- };
- packageRequires = [ evil evil-tutor ];
- meta = {
- homepage = "https://melpa.org/#/evil-tutor-ja";
- license = lib.licenses.free;
- };
- }) {};
- evil-vimish-fold = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , vimish-fold }:
- melpaBuild {
- pname = "evil-vimish-fold";
- ename = "evil-vimish-fold";
- version = "20171030.451";
- src = fetchFromGitHub {
- owner = "alexmurray";
- repo = "evil-vimish-fold";
- rev = "4db872d12274fdddf7c6e9d01cf68cbad9cfcf15";
- sha256 = "05phnswbk2r7hdwawzkw6anhkfss9ig8sy469s4vsrqf7cky4gmn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fcd51e24f88ebbbd3fddfc7c6f3b667d5104cf2b/recipes/evil-vimish-fold";
- sha256 = "01wp4h97hjyzbpd7iighjj26m79499wp5pn8m4pa7v59f6r3sdk6";
- name = "recipe";
- };
- packageRequires = [ emacs evil vimish-fold ];
- meta = {
- homepage = "https://melpa.org/#/evil-vimish-fold";
- license = lib.licenses.free;
- };
- }) {};
- evil-visual-mark-mode = callPackage ({ dash
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-visual-mark-mode";
- ename = "evil-visual-mark-mode";
- version = "20190116.757";
- src = fetchFromGitHub {
- owner = "roman";
- repo = "evil-visual-mark-mode";
- rev = "ac5997971972a9251f140b5542d82790ca4a43b4";
- sha256 = "1gh5614l4zf15109zc64pnnc5rp5ilah9mavgr2rbv2874k3vs4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/293cdd3387f26e4c8f21582d75a194963ac9cff7/recipes/evil-visual-mark-mode";
- sha256 = "1qgr2dfhfz6imnlznicl7lplajd1s8wny7mlxs1bkms3xjcjfi48";
- name = "recipe";
- };
- packageRequires = [ dash evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-visual-mark-mode";
- license = lib.licenses.free;
- };
- }) {};
- evil-visual-replace = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-visual-replace";
- ename = "evil-visual-replace";
- version = "20171015.2313";
- src = fetchFromGitHub {
- owner = "troyp";
- repo = "evil-visual-replace";
- rev = "163fc827a1ffc106475da470c37fb26f4cc9b008";
- sha256 = "1gfyrq7xfzmzh3x8k5f08n027dlbwi0pkkxf9c39fkxp4jngibsz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/evil-visual-replace";
- sha256 = "1dq3bd9aqpk3jq1c9yzlpjyw6mi8l428l111vrmfg156k1w22v01";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-visual-replace";
- license = lib.licenses.free;
- };
- }) {};
- evil-visualstar = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-visualstar";
- ename = "evil-visualstar";
- version = "20160222.1648";
- src = fetchFromGitHub {
- owner = "bling";
- repo = "evil-visualstar";
- rev = "06c053d8f7381f91c53311b1234872ca96ced752";
- sha256 = "0mkbzw12fav945icibc2293m5haxqr3hzkyli2cf4ssk6yvn0x4c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/578d33f3f8e68ef1b3ca3fb8af9b9ff77b649bd3/recipes/evil-visualstar";
- sha256 = "135l9hjfbpn0a6p53picnpydi9qs5vrk2rfn64gxa5ag2apcyycy";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-visualstar";
- license = lib.licenses.free;
- };
- }) {};
- evm = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evm";
- ename = "evm";
- version = "20141007.456";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "evm.el";
- rev = "d0623b2355436a5fd9f7238b419782080c79196b";
- sha256 = "0739v0m9vj70a55z0canslyqgafzys815i7a0r6bxj2f9iwq6rhb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bbcead697f745d197459f90ee05b172e35af2411/recipes/evm";
- sha256 = "19l6cs5schbnph0pwhhj66gkxsswd4bmjpy79l9kxzpjf107wc03";
- name = "recipe";
- };
- packageRequires = [ dash f ];
- meta = {
- homepage = "https://melpa.org/#/evm";
- license = lib.licenses.free;
- };
- }) {};
- ewal = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ewal";
- ename = "ewal";
- version = "20190517.2233";
- src = fetchFromGitLab {
- owner = "jjzmajic";
- repo = "ewal";
- rev = "31583d76bbc79bdf856b39510a175b52551b862f";
- sha256 = "0by4cihbrcvp09gan15xs57pvra411n19b8gilqqh1i5fx9c3zq8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ee7f9833a1dda00e12bcf45c7194ebc38e26168b/recipes/ewal";
- sha256 = "19z370w1lk8l26knj6ry3znxcimvkbwd8pm4cg16r9ib5c78zxiq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ewal";
- license = lib.licenses.free;
- };
- }) {};
- ewal-evil-cursors = callPackage ({ emacs
- , ewal
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ewal-evil-cursors";
- ename = "ewal-evil-cursors";
- version = "20190604.220";
- src = fetchFromGitLab {
- owner = "jjzmajic";
- repo = "ewal";
- rev = "81f0da12d0b2d2c27bce635590faa7d0492557ca";
- sha256 = "1d20hvl2zf9r1hjk1sryb8ax0mnl935idqcfwxr75wzm6kgzly30";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ee7f9833a1dda00e12bcf45c7194ebc38e26168b/recipes/ewal-evil-cursors";
- sha256 = "177f5m1a3cvgjkgqz61w8gz3q272sk2cafq2z29rk88gcfbm2iqc";
- name = "recipe";
- };
- packageRequires = [ emacs ewal ];
- meta = {
- homepage = "https://melpa.org/#/ewal-evil-cursors";
- license = lib.licenses.free;
- };
- }) {};
- ewal-spacemacs-themes = callPackage ({ emacs
- , ewal
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , spacemacs-theme }:
- melpaBuild {
- pname = "ewal-spacemacs-themes";
- ename = "ewal-spacemacs-themes";
- version = "20190517.2249";
- src = fetchFromGitLab {
- owner = "jjzmajic";
- repo = "ewal";
- rev = "0897907340d160212e295665eaf18866b9e2c113";
- sha256 = "0h8g7mklfz9hgcwa7r72qzyw4il7dk36q87nynyx1nq9wafj14qy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5aebe80668479c02a694fef153cea0e9f9ca7eb0/recipes/ewal-spacemacs-themes";
- sha256 = "0a0xpjlw3yfqfn2wcyqzpdisyr5pm1x35k8rpcjhwn5lhh7njlfc";
- name = "recipe";
- };
- packageRequires = [ emacs ewal spacemacs-theme ];
- meta = {
- homepage = "https://melpa.org/#/ewal-spacemacs-themes";
- license = lib.licenses.free;
- };
- }) {};
- ewmctrl = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ewmctrl";
- ename = "ewmctrl";
- version = "20170921.1917";
- src = fetchFromGitHub {
- owner = "flexibeast";
- repo = "ewmctrl";
- rev = "3d0217c4d6cdb5c308b6cb4293574f470d4faacf";
- sha256 = "0ilwvx0qryv3v6xf0gxqwnfm6pf96gxap8h9g3f6z6lk9ff4n1wi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b2a7679f0961b171bf23080e628ae80f50c446e4/recipes/ewmctrl";
- sha256 = "1w60pb7szai1kh06jd3qvgpzq3z1ci4a77ysnpqjfk326s6zv7hl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ewmctrl";
- license = lib.licenses.free;
- };
- }) {};
- eww-lnum = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eww-lnum";
- ename = "eww-lnum";
- version = "20150102.712";
- src = fetchFromGitHub {
- owner = "m00natic";
- repo = "eww-lnum";
- rev = "4b0ecec769919ecb05ca4fb15ec51911ba589929";
- sha256 = "1i6zf17rwa390c33cbspz81dz86vwlphyhjjsia4gp205nfk3s20";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/eww-lnum";
- sha256 = "1hhc6q8zlj335v27j4dq6ms7frqpivfabs9w3vkaly5kjr60fw7c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eww-lnum";
- license = lib.licenses.free;
- };
- }) {};
- exato = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "exato";
- ename = "exato";
- version = "20180305.242";
- src = fetchFromGitHub {
- owner = "ninrod";
- repo = "exato";
- rev = "39c08f56483243c28a39886a7218039a138e5f63";
- sha256 = "1q0jjaw5k9bql7bk5idin724vbcgx0iwn2dm4mg1c51cczqsd2rg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/939efbcb9b40a2df5ef14e653fb242a8e37c72f9/recipes/exato";
- sha256 = "1h2dd3yhv1n0sznznw8ncx98g53hgi1rg1zkd0nmldih2rd5qisn";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/exato";
- license = lib.licenses.free;
- };
- }) {};
- exec-path-from-shell = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "exec-path-from-shell";
- ename = "exec-path-from-shell";
- version = "20190426.1527";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "exec-path-from-shell";
- rev = "3cfedb8791397ed50ee66bc0a7cbee5b9d78245c";
- sha256 = "1mrwsc12j44q9cv9sjz3hhr7pd4z4vj30ha320zlh7pcacs973js";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/exec-path-from-shell";
- sha256 = "014bfcs7znds4if1njyq4s5zrfnr6b3wj6722b4l5r58gh9mlrr5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/exec-path-from-shell";
- license = lib.licenses.free;
- };
- }) {};
- exiftool = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "exiftool";
- ename = "exiftool";
- version = "20190520.406";
- src = fetchgit {
- url = "https://git.systemreboot.net/exiftool.el/";
- rev = "e043df1bcef40cd5934a74c210e1e35d5eb0e5a6";
- sha256 = "0am4g25mlmm1iqcm2kxzskrzhrm1f09cdwcqmvk4lidid5xcb6xc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4835a76909d020781021e747fbc341111a94dbfa/recipes/exiftool";
- sha256 = "1zvcps64yvz8lsjhi1j0808983fv2s7kx67yjr8ps454mcl8bpab";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/exiftool";
- license = lib.licenses.free;
- };
- }) {};
- exotica-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "exotica-theme";
- ename = "exotica-theme";
- version = "20180212.1529";
- src = fetchFromGitHub {
- owner = "jbharat";
- repo = "exotica-theme";
- rev = "ff3ef4f6fa38c93b99becad977c7810c990a4d2f";
- sha256 = "1kp6q55g3dcya4y79x877vqwxa4z2rkkvhs49pkwr3wljf4af2pd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9182f92dd62e2f1775a76699a6c8f9c3e71e9030/recipes/exotica-theme";
- sha256 = "1fzf1zpllkddkq02hvabbi2bh6rnanlyinb6fjwsyh39wvzhsfhs";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/exotica-theme";
- license = lib.licenses.free;
- };
- }) {};
- expand-line = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "expand-line";
- ename = "expand-line";
- version = "20151005.1907";
- src = fetchFromGitHub {
- owner = "zhangkaiyulw";
- repo = "expand-line";
- rev = "75a5d0241f35dd0748ab8ecb4ff16891535be372";
- sha256 = "0wz4h5hrr5ci0w8pynd2nr1b2zl5hl4pa8gc16mcabik5927rf7z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/expand-line";
- sha256 = "0bzz7zrpfdxhjxs7nzlmzjb9jfajhxkivzr5sm87mg3zx8b6gjyi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/expand-line";
- license = lib.licenses.free;
- };
- }) {};
- expand-region = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "expand-region";
- ename = "expand-region";
- version = "20190415.2238";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "expand-region.el";
- rev = "1c31447730443d98f90f65dfcb752f347d46ad1b";
- sha256 = "07jm8hm3zsm556l10gw83dw0mpm2d9d8x5blqbdmmp5zsf0y5kqb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/expand-region";
- sha256 = "1c7f1nqsqdc75h22fxxnyg0m4yxj6l23sirk3c71fqj14paxqnwg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/expand-region";
- license = lib.licenses.free;
- };
- }) {};
- express = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , string-utils }:
- melpaBuild {
- pname = "express";
- ename = "express";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "express";
- rev = "6c301e8a4b6b58a5fe59ba607865238e38cee8fd";
- sha256 = "1nhqaxagg3p26grjzg8089bmwpx2a3bbq1abw40wbqivybl6mgd5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a97f5f81af13c49f5bea31455d7da0bf2c12e4f/recipes/express";
- sha256 = "0lhisy4ds96bwpc7k8w9ws1zi1qh0d36nhxsp36bqzfi09ig0nb9";
- name = "recipe";
- };
- packageRequires = [ string-utils ];
- meta = {
- homepage = "https://melpa.org/#/express";
- license = lib.licenses.free;
- };
- }) {};
- exsqlaim-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "exsqlaim-mode";
- ename = "exsqlaim-mode";
- version = "20170607.303";
- src = fetchFromGitHub {
- owner = "ahmadnazir";
- repo = "exsqlaim-mode";
- rev = "a2e0a62ec8b87193d8eaa695774bfd689324b06c";
- sha256 = "1gj1q2h1ja30jizkjql12cxlppj07ykr4wxqca9msy043zdhqnkk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f660d7629bc27144c99ebcba45f1b06b14c5745/recipes/exsqlaim-mode";
- sha256 = "0ssn48wcn3x066nsl8y78y57ndasqv5x6ifxbifdxl3f5vjhyvg7";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/exsqlaim-mode";
- license = lib.licenses.free;
- };
- }) {};
- extempore-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "extempore-mode";
- ename = "extempore-mode";
- version = "20180104.2221";
- src = fetchFromGitHub {
- owner = "extemporelang";
- repo = "extempore-emacs-mode";
- rev = "ae5f40d4b0883a4519e460cd7720e5fcc3a68fa5";
- sha256 = "1f888h7xv6zz6kq38ak1vpwjrjr2sqgwpfxwb9x0ldf3kkx4wf1w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7bd3e57171f5283604e9375613a7a94416ee99a7/recipes/extempore-mode";
- sha256 = "1z8nzpcj27s74kxfjz7wyr3848jpd6mbyjkssd06ri5p694j9php";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/extempore-mode";
- license = lib.licenses.free;
- };
- }) {};
- extend-dnd = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "extend-dnd";
- ename = "extend-dnd";
- version = "20151122.1050";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "extend-dnd";
- rev = "80c966c93b82c9bb5c6225a432557c39144fc602";
- sha256 = "15dwl1rb3186k328a83dz9xmslc0px60ah16fifvmr3migis9hwz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f2d866ca12cb997b7fad878808c0966f3413b73d/recipes/extend-dnd";
- sha256 = "0rknpvp8yw051pg3blvmjpp3c9a82jw7f10mq67ggbz98w227417";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/extend-dnd";
- license = lib.licenses.free;
- };
- }) {};
- extmap = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "extmap";
- ename = "extmap";
- version = "20181028.945";
- src = fetchFromGitHub {
- owner = "doublep";
- repo = "extmap";
- rev = "1139b57d8f4276fe56b8416fdaf4745f2cdfe7c3";
- sha256 = "0jgyscjfparnby0whrmbgvsab2a7qkaqhysmh3s3jh635fndm253";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/91ef4352603cc69930ab3d63f0a90eee63f5f328/recipes/extmap";
- sha256 = "0c12gfd3480y4fc22ik02n7h85k6s70i5jv5i872h0yi68cgd01j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/extmap";
- license = lib.licenses.free;
- };
- }) {};
- exunit = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "exunit";
- ename = "exunit";
- version = "20190510.2314";
- src = fetchFromGitHub {
- owner = "ananthakumaran";
- repo = "exunit.el";
- rev = "7aa008cb54e7935183a19d6b81d218de7ec38ca4";
- sha256 = "0zp0sdnrb5mm6k1z6zqs7s042f6n24sg1y0wx6bw35za6r5f36cr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/94e4fd4cf58b280d08d22aff4dd9c47201a29e72/recipes/exunit";
- sha256 = "1wyxxy1hd50p17widf31sysp28adr09n8ksyd3hn6pnvyn2m0k81";
- name = "recipe";
- };
- packageRequires = [ dash emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/exunit";
- license = lib.licenses.free;
- };
- }) {};
- exwm-edit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "exwm-edit";
- ename = "exwm-edit";
- version = "20180905.43";
- src = fetchFromGitHub {
- owner = "agzam";
- repo = "exwm-edit";
- rev = "961c0f3ea45766b888c73d7353da13d329538034";
- sha256 = "087pk5ckx753qrn6xpka9khhlp7iqlz76w7861x90av2f5cgy6fw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f247915e02e59ebd6a2a219e55870e034d41c938/recipes/exwm-edit";
- sha256 = "0bydkznywma0x293m105amppx4qx1iyjpqdfq6np73176xfy6kc5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/exwm-edit";
- license = lib.licenses.free;
- };
- }) {};
- exwm-firefox-core = callPackage ({ emacs
- , exwm
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "exwm-firefox-core";
- ename = "exwm-firefox-core";
- version = "20190402.1425";
- src = fetchFromGitHub {
- owner = "walseb";
- repo = "exwm-firefox-core";
- rev = "71539f3fce35095992c4975467e89a7833a2319d";
- sha256 = "0psb180wcn2yg9r75nbpr54npaiqshpjy4hr03jpf2shzr9d9zlq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/745a2b98c48b00cd794dfb97be4072813ee67ada/recipes/exwm-firefox-core";
- sha256 = "1d6j8nrlb7lsyki796vpfidj8y2cz5lnqf8zzfqsbqf92kj5v9zd";
- name = "recipe";
- };
- packageRequires = [ emacs exwm ];
- meta = {
- homepage = "https://melpa.org/#/exwm-firefox-core";
- license = lib.licenses.free;
- };
- }) {};
- exwm-firefox-evil = callPackage ({ emacs
- , evil
- , exwm
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "exwm-firefox-evil";
- ename = "exwm-firefox-evil";
- version = "20190403.1145";
- src = fetchFromGitHub {
- owner = "walseb";
- repo = "exwm-firefox-evil";
- rev = "e343ac57c945946c238f2f24fdf810e691c023c4";
- sha256 = "0037fiv0nsid1bh492vmpcz4vi116hbp8c169k8yjalkb9y8sjn9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/09fa63c7bd639c0b7dda540504c74cdbbe4f9875/recipes/exwm-firefox-evil";
- sha256 = "0wg3jydgj2fi5gxv3kwm1dvpxvc3ypn28kxlzfp801xrrfc241ml";
- name = "recipe";
- };
- packageRequires = [ emacs evil exwm ];
- meta = {
- homepage = "https://melpa.org/#/exwm-firefox-evil";
- license = lib.licenses.free;
- };
- }) {};
- exwm-surf = callPackage ({ emacs
- , exwm
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "exwm-surf";
- ename = "exwm-surf";
- version = "20171204.340";
- src = fetchFromGitHub {
- owner = "ecraven";
- repo = "exwm-surf";
- rev = "6c17e2c1597fe4b7b454a1dac23b9127ac951e94";
- sha256 = "0rb921fq3pyzv0w1s6n0zx4j7cvv68mb50hfa8nqnppz5ii1k0lb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4fc27fae2b58c7af87dadba9217cc05f8ab4890c/recipes/exwm-surf";
- sha256 = "066qbn1w63irh9b03qs0fv77x71cind22kdj6wygaznrpgwr0kny";
- name = "recipe";
- };
- packageRequires = [ emacs exwm ];
- meta = {
- homepage = "https://melpa.org/#/exwm-surf";
- license = lib.licenses.free;
- };
- }) {};
- exwm-x = callPackage ({ bind-key
- , cl-lib ? null
- , counsel
- , exwm
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , swiper
- , switch-window }:
- melpaBuild {
- pname = "exwm-x";
- ename = "exwm-x";
- version = "20190224.352";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "exwm-x";
- rev = "02ec31cd8996b1b3fe305405fef7334c4d08e72b";
- sha256 = "18cgfnh7bp152gi4zv2skrkjbxs0v2zn6jk35rc48y8nfivps2f4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a0e6e23bcffdcd1e17c70599c563609050e5de40/recipes/exwm-x";
- sha256 = "1d9q57vz63sk3h1g5gvp9xnmqkpa73wppmiy2bv8mxk11whl6xa3";
- name = "recipe";
- };
- packageRequires = [
- bind-key
- cl-lib
- counsel
- exwm
- ivy
- swiper
- switch-window
- ];
- meta = {
- homepage = "https://melpa.org/#/exwm-x";
- license = lib.licenses.free;
- };
- }) {};
- eyebrowse = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eyebrowse";
- ename = "eyebrowse";
- version = "20190322.233";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "eyebrowse";
- rev = "52e160997a1c4b1d463e8b9cc2ba3e27408c2a89";
- sha256 = "0y2n08ykfc3hga5m969syysa2r4h3d2i1xfi0jjhpw3h7qrisbw8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90d052bfc0b94cf177e33b2ffc01a45d254fc1b1/recipes/eyebrowse";
- sha256 = "09fkzm8z8nkr4s9fbmfcjc80h50051f48v6n14l76xicglr5p861";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/eyebrowse";
- license = lib.licenses.free;
- };
- }) {};
- eyuml = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "eyuml";
- ename = "eyuml";
- version = "20141028.1527";
- src = fetchFromGitHub {
- owner = "antham";
- repo = "eyuml";
- rev = "2f259c201c6cc63ee608f75cd85c1ae27f9d2532";
- sha256 = "1rgzydxv7c455vj1jm44vvs6xc4qgivqqb0g6zh5x4wdcpgdi2g9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b09a8d723e357da67441e65047759ccfa9cb7ef6/recipes/eyuml";
- sha256 = "0ada2gcl8bw9nn0fz8g9lbqy8a8w1554q03fzd7lv8qla33ri3wx";
- name = "recipe";
- };
- packageRequires = [ request s ];
- meta = {
- homepage = "https://melpa.org/#/eyuml";
- license = lib.licenses.free;
- };
- }) {};
- ez-query-replace = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ez-query-replace";
- ename = "ez-query-replace";
- version = "20170814.621";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "ez-query-replace.el";
- rev = "f5dbd2d3e5e62e6b7e7cc1a98fc4d0cd411e5afa";
- sha256 = "14mikpxrsmjwdpya45cf47v2gjwxmql10xjk907x27iqqxmfif74";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c40808c7687ace84e4c59bf8c25332c94b6fdd76/recipes/ez-query-replace";
- sha256 = "1h9ijr1qagwp9vvikh7ajby0dqgfypjgc45s7d93zb9jrg2n5cgx";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/ez-query-replace";
- license = lib.licenses.free;
- };
- }) {};
- eziam-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eziam-theme";
- ename = "eziam-theme";
- version = "20190425.351";
- src = fetchFromGitHub {
- owner = "thblt";
- repo = "eziam-theme-emacs";
- rev = "4402f58f6d619571c0960b2be5ce5b61962c1a67";
- sha256 = "0a7jk5k8fhj9klsphyw22khrwb5ns3w85rbzyrdrshhcaqcr88j3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e0411583bd4fdbe425eb07de98851136fa1eeb0/recipes/eziam-theme";
- sha256 = "0iz3r4r54ai8y4qhnix291ra7qfmk8dbr06f52pgmz3gzin1cqpb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eziam-theme";
- license = lib.licenses.free;
- };
- }) {};
- f = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "f";
- ename = "f";
- version = "20190109.106";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "f.el";
- rev = "8191672377816a1975414cc1f116fd3b94b30bd0";
- sha256 = "1b9wq6r6v44y11ldcj8czmah4ciibkm2261q4z9awd7v7iqlzf07";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/f";
- sha256 = "18qax8i24gpccif4xcxccclpwl00plxjf3zbq9dry37b1r4mj57s";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/f";
- license = lib.licenses.free;
- };
- }) {};
- f3 = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "f3";
- ename = "f3";
- version = "20180130.358";
- src = fetchFromGitHub {
- owner = "cosmicexplorer";
- repo = "f3";
- rev = "000009ce4adf7a57eae80512f29c4ec2a1391ce5";
- sha256 = "0q3ylw0i1bg7pzsv4gj72jcfjjfh57vsb3fnfnhhh5i5vladiqsf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b40de62a82d6895a37ff795d56f7d0f783461e6/recipes/f3";
- sha256 = "099wibgp9k6sgglaqigic5ay6qg7aqijnis5crwjl7b81ddqp610";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/f3";
- license = lib.licenses.free;
- };
- }) {};
- fabric = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fabric";
- ename = "fabric";
- version = "20171115.2256";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "fabric.el";
- rev = "df79be341d0b34ed23850f9894136092fa5fea8c";
- sha256 = "1mnz81k1jz2sa3zj68ihzgq66l9fcxvzb67ad62p8bvi2aksxx7z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/83939d2a4d5874244a4916eee9ae6b327af18b5d/recipes/fabric";
- sha256 = "1mkblsakdhvi10b67bv3j0jsf7hr8lf9sibmprvx8smqsih7l88m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fabric";
- license = lib.licenses.free;
- };
- }) {};
- face-explorer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "face-explorer";
- ename = "face-explorer";
- version = "20190517.1157";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "face-explorer";
- rev = "ad1300e13e5643e4c246cabfd91f833d39113052";
- sha256 = "0nq36h6kwyi2sv1fklm42spfkllm6jlz0alh2qlpgy4ixq5sp2pv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2370fdf6421dc518337e04bd2453a5f74e2df2b2/recipes/face-explorer";
- sha256 = "1jfidkkizgwhkkrgvrmq5vrx5ir4zjw4zzc2alw9gkjn1ddq22q7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/face-explorer";
- license = lib.licenses.free;
- };
- }) {};
- faceup = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "faceup";
- ename = "faceup";
- version = "20170925.1246";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "faceup";
- rev = "6c92dad56a133e14e7b27831e1bcf9b3a71ff154";
- sha256 = "1yzmy7flrhrh0i10bdszx8idx6r8h6czm4vm4q0z6fp5fw94zwrx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a10bf2928b93c3908e89ca8ad9649bb468ebca05/recipes/faceup";
- sha256 = "0l41xp38iji55dv20lk7r187ywcz8s1g2jmwbjwkspzmcf763xvx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/faceup";
- license = lib.licenses.free;
- };
- }) {};
- factlog = callPackage ({ deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "factlog";
- ename = "factlog";
- version = "20130209.1740";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "factlog";
- rev = "38f78132ae311faffba98ed5dd18d661af68678e";
- sha256 = "06ycj1c8jadkmfknsvk99s6jq3w29psl5z4m9159i6zlzaqm03qm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9075a42edee1ac7de0812d2eefcba5681859eb6e/recipes/factlog";
- sha256 = "163482vfpa52b5ya5xps4qnclbaql1x0q54gqdwwmm04as8qbfz7";
- name = "recipe";
- };
- packageRequires = [ deferred ];
- meta = {
- homepage = "https://melpa.org/#/factlog";
- license = lib.licenses.free;
- };
- }) {};
- faff-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "faff-theme";
- ename = "faff-theme";
- version = "20190506.813";
- src = fetchFromGitHub {
- owner = "WJCFerguson";
- repo = "emacs-faff-theme";
- rev = "de12f6a11711955fbbcdf7c042459aa2206f8deb";
- sha256 = "193d6s759kmkwfmwc9367grkgf46gm9ppczppcrk2h3alzr1hba6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b35c169fe56a5612ff5a4242140f617fdcae14f/recipes/faff-theme";
- sha256 = "1dmwbkp94zsddy0brs3mkdjr09n69maw2mrdfhriqcdk56qpwp4g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/faff-theme";
- license = lib.licenses.free;
- };
- }) {};
- fakespace = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fakespace";
- ename = "fakespace";
- version = "20120817.1706";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "elisp-fakespace";
- rev = "d1bd1f4b14b2690d7a67f9a52622ec51ed84813a";
- sha256 = "11fm0h9rily5731s137mgv8rdbfqi99s6f36bgr0arwbq3f2j3fs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/778dbe1fd1d2ecebb499ad66bc950e586f231c52/recipes/fakespace";
- sha256 = "09dsmrqax4wfcw8fd5jf07bjxm5dizpc2qvjkqwg74j2n352wv27";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fakespace";
- license = lib.licenses.free;
- };
- }) {};
- fakir = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , kv
- , lib
- , melpaBuild
- , noflet }:
- melpaBuild {
- pname = "fakir";
- ename = "fakir";
- version = "20140729.952";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-fakir";
- rev = "1fca406ad7de80fece6319ff75d4230b648534b0";
- sha256 = "1w5apzbzr1jd983b0rzsy9ldb0z0zcq6mpyb5r8czl5wd4vvj69h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d0a8abd5fd77a14b957f53b5bc8474403cc1e18f/recipes/fakir";
- sha256 = "07bicglgpm6qkcsxwj6rswhx4hgh27rfg8s1cki7g8qcvk2f7b25";
- name = "recipe";
- };
- packageRequires = [ dash kv noflet ];
- meta = {
- homepage = "https://melpa.org/#/fakir";
- license = lib.licenses.free;
- };
- }) {};
- fancy-battery = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fancy-battery";
- ename = "fancy-battery";
- version = "20150101.404";
- src = fetchFromGitHub {
- owner = "lunaryorn";
- repo = "fancy-battery.el";
- rev = "bcc2d7960ba207b5b4db96fe40f7d72670fdbb68";
- sha256 = "0m7rjzl9js2gjfcaqp2n5pn5ykpqnv8qfv35l5m5kpfigsi9cbb0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eae3af4145c534992d1c1ee5bb6420651c7c5d82/recipes/fancy-battery";
- sha256 = "03rkfdkrzyal9abdiv8c73w10sm974hxf3xg5015hibfi6kzg8ii";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fancy-battery";
- license = lib.licenses.free;
- };
- }) {};
- fancy-narrow = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fancy-narrow";
- ename = "fancy-narrow";
- version = "20171030.1716";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "fancy-narrow";
- rev = "9f4a587f6a5a387271fb665e13f59d41fd42504c";
- sha256 = "0dl0fc3i8g193adpkr4fb2k151lw9r6gd8p27q9xgmm9brf9jf17";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/fancy-narrow";
- sha256 = "15i86jz6rdpva1az7gqp1wbm8kispcfc8h6v9fqsbag9sbzvgcyv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fancy-narrow";
- license = lib.licenses.free;
- };
- }) {};
- farmhouse-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "farmhouse-theme";
- ename = "farmhouse-theme";
- version = "20160713.1544";
- src = fetchFromGitHub {
- owner = "mattly";
- repo = "emacs-farmhouse-theme";
- rev = "7ddc1ff13b4a3d5466bd0d33ecb86100352e83a7";
- sha256 = "09k6agh205kr2lif354m38l3967b0jajm14rgpl7l1vlajh8wzfd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b0d427db8ab66d2fe323366b0837595b3b59afa/recipes/farmhouse-theme";
- sha256 = "0hbqdrw6x25b331qhbg3yaaa45c2b896wknsjm0a1kg142klq229";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/farmhouse-theme";
- license = lib.licenses.free;
- };
- }) {};
- fasd = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fasd";
- ename = "fasd";
- version = "20180605.2205";
- src = fetchgit {
- url = "https://framagit.org/steckerhalter/emacs-fasd.git";
- rev = "020c6a4b5fd1498a84ae142d2e32c7ff678fb029";
- sha256 = "142zq0zz38j3akgc1gipqhgs05krlkig1i97pgzmi4jcqdgm3lx9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0a8eb0eefe88b4ea683a4743c0f8393506e014b/recipes/fasd";
- sha256 = "0ssb1bbw3cwd4zdy08a0fymwjwgdnx0kil5x3x1b7k8kan942436";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fasd";
- license = lib.licenses.free;
- };
- }) {};
- fastdef = callPackage ({ fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , w3m }:
- melpaBuild {
- pname = "fastdef";
- ename = "fastdef";
- version = "20160713.629";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "fastdef";
- rev = "0696f41dc150d35ce31fe8d2ea74f4173818bb55";
- sha256 = "1p5vmbx7zdzxnyjzcp2vxscd3dwf7xk82wk9dfiv99svwqv2ki3w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f6effb2fbccc71e8a44c53138e3c21f10dc55fbc/recipes/fastdef";
- sha256 = "1cf4slxhcp2z7h9k3l31h06nnqsyb4smwnj55ivil2lm0fa0vlzj";
- name = "recipe";
- };
- packageRequires = [ ivy w3m ];
- meta = {
- homepage = "https://melpa.org/#/fastdef";
- license = lib.licenses.free;
- };
- }) {};
- fastnav = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fastnav";
- ename = "fastnav";
- version = "20120211.657";
- src = fetchFromGitHub {
- owner = "gleber";
- repo = "fastnav.el";
- rev = "1019ba2b61d1a070204099b23da347278a61bc89";
- sha256 = "0y95lrdqd9i2kbb266s1wdiim4m8vrn3br19d8s55ib6xlywf8cx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2a7dce6617bf4ed250dba150e6787bf48891c64/recipes/fastnav";
- sha256 = "08hg256w8k9f5nzgpyl1jykbf28vmvv09kkhzs0s2zhwbl2158a5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fastnav";
- license = lib.licenses.free;
- };
- }) {};
- faust-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "faust-mode";
- ename = "faust-mode";
- version = "20180205.126";
- src = fetchFromGitHub {
- owner = "rukano";
- repo = "emacs-faust-mode";
- rev = "7c31b22bdbfd2f8c16ec117d2975d56dd61ac15c";
- sha256 = "0a3p69ay88da13cz2cqx00r3qs2swnn7vkcvchcqyrdybfjs7y4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b362e7daeabd07c726ad9770d7d4941dfffd5b19/recipes/faust-mode";
- sha256 = "0l8cbf5i6lv6i5vyqp6ngfmrm2y6z2070b8m10w4376kbbnr266z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/faust-mode";
- license = lib.licenses.free;
- };
- }) {};
- faustine = callPackage ({ emacs
- , faust-mode
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "faustine";
- ename = "faustine";
- version = "20171122.402";
- src = fetchgit {
- url = "https://bitbucket.org/yphil/faustine";
- rev = "07a38963111518f86123802f9d477be0d4689a3f";
- sha256 = "0dj35hwkm5v8758c4ssl873vkvplba5apjsh7l23nsmnzdji99zg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b4c6b03c5ff78ce327dcf66b175e266bbc53dbf/recipes/faustine";
- sha256 = "1blmz993xrwkyr7snj7rm07s07imgpdlfqi6wxkm4ns6iwa2q60s";
- name = "recipe";
- };
- packageRequires = [ emacs faust-mode ];
- meta = {
- homepage = "https://melpa.org/#/faustine";
- license = lib.licenses.free;
- };
- }) {};
- fcitx = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fcitx";
- ename = "fcitx";
- version = "20170913.1900";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "fcitx.el";
- rev = "095332fbeb994c908c533fe2ad068c0728211c3d";
- sha256 = "01sm50rqajylah2hx6n5ig0xmrrhxbamzs4bg97qzxzr4nlnjcaz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8c40f09d9397b3ca32a7ed37203f490497dc984/recipes/fcitx";
- sha256 = "0a8wd588c26p3czfp5hn2n46f2vwyg5v301sv0y07b55b1i3ynmx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fcitx";
- license = lib.licenses.free;
- };
- }) {};
- fcopy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fcopy";
- ename = "fcopy";
- version = "20150304.603";
- src = fetchFromGitHub {
- owner = "ataka";
- repo = "fcopy";
- rev = "e355f6ec889d8ecbdb096019c2dc660b1cec4941";
- sha256 = "0c56j8ip2fyma9yvwaanz89jyzgi9k11xwwkflzlzc4smnvgfibr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9afd35b7c7075bef9ed878b7122ff9783fdd9fd/recipes/fcopy";
- sha256 = "13337ymf8vlbk8c4jpj6paqi06xdmk39yf72s40kmfrbvgmi8qy1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fcopy";
- license = lib.licenses.free;
- };
- }) {};
- fd-dired = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fd-dired";
- ename = "fd-dired";
- version = "20180731.349";
- src = fetchFromGitHub {
- owner = "yqrashawn";
- repo = "fd-dired";
- rev = "a92511929ce0d64d2bc05823920e12f106c4dfc7";
- sha256 = "1l3mc39kb3w9pbc84998rz3g1n0ygr8pg9b9z5cgg638jh2cvzqm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1217e0d4f42df68cc22de9b4f27a36c0377509e3/recipes/fd-dired";
- sha256 = "0g8zvg6b9hcxkmqn254y9khjm7jz2lz4mh7dhsxfcy64inaj0481";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fd-dired";
- license = lib.licenses.free;
- };
- }) {};
- feature-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "feature-mode";
- ename = "feature-mode";
- version = "20170907.748";
- src = fetchFromGitHub {
- owner = "michaelklishin";
- repo = "cucumber.el";
- rev = "722b352c4f0b800a9356dd369c79612782b3b847";
- sha256 = "0myaddivhvl8x3n2z2vjc6mc2jn1jja67mzwx1jp9gb9p958irk0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a70991695f9ff305f12cfa45e0a597f4a782ba3/recipes/feature-mode";
- sha256 = "0ryinmpqb3c91qcna6gbijcmqv3skxdc947dlr5s1w623z9nxgqg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/feature-mode";
- license = lib.licenses.free;
- };
- }) {};
- feebleline = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "feebleline";
- ename = "feebleline";
- version = "20190402.825";
- src = fetchFromGitHub {
- owner = "tautologyclub";
- repo = "feebleline";
- rev = "d1df599254f4c250720ae98dd69dada89535a295";
- sha256 = "10h59zd9hq81dyjw558k417kaqs5m9bhmx8mndcshh4cn1xfp5j3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/782295d8c530878bd0e20cde7e7f7f8f640953dd/recipes/feebleline";
- sha256 = "0c604ahhv9c89r3hj7091zhhfpbykh4c23sn6ymqw4pp0dq4pgkj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/feebleline";
- license = lib.licenses.free;
- };
- }) {};
- fennel-mode = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fennel-mode";
- ename = "fennel-mode";
- version = "20190401.1108";
- src = fetchFromGitLab {
- owner = "technomancy";
- repo = "fennel-mode";
- rev = "17678a7fc073c64cb0ec78f913154df377a42575";
- sha256 = "0n2vz6vsi380gcgg3ihwjs3z2rc1hb8yh4xlzjwz01dhahj08p1x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cda0732050a17b2dc70b80afd6fc6bb9cf8bb60f/recipes/fennel-mode";
- sha256 = "0lg69rjvbg7zl4jxc88m12r4rgv2mg2xdyz591mdmgvxwr2hfrv9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fennel-mode";
- license = lib.licenses.free;
- };
- }) {};
- fetch = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fetch";
- ename = "fetch";
- version = "20131130.2330";
- src = fetchFromGitHub {
- owner = "crshd";
- repo = "fetch.el";
- rev = "3f2793afcbbc32f320e572453166f9354ecc6d06";
- sha256 = "0pjw9fb3n08yd38680ifdn2wlnw2k6q97lzhqb2259mywsycyqy8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7e808952551936dd8eaf0158d6ca929d10712dc5/recipes/fetch";
- sha256 = "1jqc6pspgcrdzm7ij46r1q6vpjq7il5dy2xyxwn2c1ky5a80paby";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fetch";
- license = lib.licenses.free;
- };
- }) {};
- fic-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fic-mode";
- ename = "fic-mode";
- version = "20180603.1335";
- src = fetchFromGitHub {
- owner = "lewang";
- repo = "fic-mode";
- rev = "a05fc36ed54ba0c6dc22ac216a6a72cf191ca13d";
- sha256 = "074dfwdir2dx5cpbjk1ac8d3hkjkrylivy7agir5mnmzjm3bs9gw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/fic-mode";
- sha256 = "0yy1zw0b0s93qkzyq0n17gzn33ma5h56mh40ysz6adwsi68af84c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fic-mode";
- license = lib.licenses.free;
- };
- }) {};
- fifo-class = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fifo-class";
- ename = "fifo-class";
- version = "20160424.2258";
- src = fetchFromGitHub {
- owner = "mola-T";
- repo = "fifo-class";
- rev = "8fe4cf690727f4ac7b67f29c55f845df023c3f21";
- sha256 = "0dkng4zkd5xdyvqy67bnfp4z6w8byx66bssq1zl7bhga45vihfjg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b4fa87f7d5592bc264805760d191df2a3539cf1/recipes/fifo-class";
- sha256 = "0yyjrvdjiq5166vrys13c3dqy5807a3x99597iw5v6mcxg37jg3h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fifo-class";
- license = lib.licenses.free;
- };
- }) {};
- figlet = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "figlet";
- ename = "figlet";
- version = "20160218.1437";
- src = fetchhg {
- url = "https://bitbucket.com/jpkotta/figlet";
- rev = "70ca269d706e";
- sha256 = "1c18b1h154sdxkksqwk8snyk8n43bwzgavi75l8mnz8dnl1ciaxs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/figlet";
- sha256 = "1m7hw56awdbvgzdnjysb3wqkhkjqy68jxsxh9f7fx266wjqhp6yj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/figlet";
- license = lib.licenses.free;
- };
- }) {};
- filelock = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "filelock";
- ename = "filelock";
- version = "20180524.1515";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "emacs-filelock";
- rev = "17a5ca6e0dee14d2e7d92c84be91143bca9d9663";
- sha256 = "1smiad56626bc7q6vgj5gc710hnx814d4xlpxdlfzqlmj08y9dyk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bda76dfbf37eaa17bebb4b8c34006704862db433/recipes/filelock";
- sha256 = "13ra697y0fhkjwsaqqlphcyfqkaiix5z59qw4q6rgix4k8ypj8db";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f ];
- meta = {
- homepage = "https://melpa.org/#/filelock";
- license = lib.licenses.free;
- };
- }) {};
- fill-column-indicator = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fill-column-indicator";
- ename = "fill-column-indicator";
- version = "20171209.1124";
- src = fetchFromGitHub {
- owner = "alpaker";
- repo = "Fill-Column-Indicator";
- rev = "d2536b1c48f78679e15a2b50cd5d8c0ffde4b155";
- sha256 = "0f8h32n8mnrwijz3lrslbx521f0fkhn24cwd16r8hcjk976l5kbp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ea0c00a7784621fcca0391a9c8ea85e9dd43852/recipes/fill-column-indicator";
- sha256 = "0w8cmijv7ihij9yyncz6lixb6awzzl7n9qpjj2bks1d5rx46blma";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fill-column-indicator";
- license = lib.licenses.free;
- };
- }) {};
- fill-function-arguments = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fill-function-arguments";
- ename = "fill-function-arguments";
- version = "20180427.1002";
- src = fetchFromGitHub {
- owner = "davidshepherd7";
- repo = "fill-function-arguments";
- rev = "fcfb2a671adaf04110586aee0c499b1f0056a8e6";
- sha256 = "07d1pi9scqcpqd9s2rifpkh5iyfmisd8rzddbrg99aj1wicg4j33";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b78eab67517b19516e5d265018afcbff0acfa9ec/recipes/fill-function-arguments";
- sha256 = "1gigzzz2csl3a55jmjx391a5k3ymixnwpblsn0pfgkkk4p3674q0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fill-function-arguments";
- license = lib.licenses.free;
- };
- }) {};
- fillcode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fillcode";
- ename = "fillcode";
- version = "20171029.925";
- src = fetchFromGitHub {
- owner = "snarfed";
- repo = "fillcode";
- rev = "d0a9e20f5fcc24a786d09ea19bfb9237681ba823";
- sha256 = "1mf2gfcjaqbw523vkfbzs2nl1y9bn9gbgmbvn2phbyj78gzq18za";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/85eb403503aa83799a6072bfe21bf66c8177ca73/recipes/fillcode";
- sha256 = "0bfsw55vjhx88jpy6npnzfwinvggivbvkk7fa3iwzq19005fkag2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fillcode";
- license = lib.licenses.free;
- };
- }) {};
- finalize = callPackage ({ cl-generic
- , cl-lib ? null
- , eieio ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "finalize";
- ename = "finalize";
- version = "20170418.1245";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "elisp-finalize";
- rev = "0f7d47c4d50f1c76fc3b43bfc2d4886dd3e8ca27";
- sha256 = "1gvlm4i62af5jscwz0jccc8ra0grprxpg2rlq91d5nn8dn5lpy79";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b55869b5183644de02687d2e56f9b68854ccda3/recipes/finalize";
- sha256 = "1n0w4kdzc4hv4pprv13lr88gh46slpxdvsc162nqm5mrqp9giqqq";
- name = "recipe";
- };
- packageRequires = [ cl-generic cl-lib eieio emacs ];
- meta = {
- homepage = "https://melpa.org/#/finalize";
- license = lib.licenses.free;
- };
- }) {};
- find-by-pinyin-dired = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pinyinlib }:
- melpaBuild {
- pname = "find-by-pinyin-dired";
- ename = "find-by-pinyin-dired";
- version = "20180209.1818";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "find-by-pinyin-dired";
- rev = "3b4781148dddc84a701ad76c0934ed991ecd59d5";
- sha256 = "03fw1si115padxss6zb9fr0dsyq1bxlhxikgh4i5swp4jd4331k5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0aa68b4603bf4071d7d12b40de0138ecab1989d7/recipes/find-by-pinyin-dired";
- sha256 = "150hvih3mdd1dqffgdcv3nn4qhy86s4lhjkfq0cfzgngfwif8qqq";
- name = "recipe";
- };
- packageRequires = [ pinyinlib ];
- meta = {
- homepage = "https://melpa.org/#/find-by-pinyin-dired";
- license = lib.licenses.free;
- };
- }) {};
- find-file-in-project = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "find-file-in-project";
- ename = "find-file-in-project";
- version = "20190602.342";
- src = fetchFromGitHub {
- owner = "technomancy";
- repo = "find-file-in-project";
- rev = "df9a69852c183bbcd5195b7802b4e527e97f4895";
- sha256 = "1hlg5lkn1a81q9gqpv4894lyg45y9mc1ajiy1hlyvwxc9czffkmx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/find-file-in-project";
- sha256 = "0aznnv82xhnilc9j4cdmcgh6ksv7bhjjm3pa76hynnyrfn7kq7wy";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/find-file-in-project";
- license = lib.licenses.free;
- };
- }) {};
- find-file-in-repository = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "find-file-in-repository";
- ename = "find-file-in-repository";
- version = "20190404.128";
- src = fetchFromGitHub {
- owner = "h";
- repo = "find-file-in-repository";
- rev = "b44d78682082270dc6b59cdc911333d0d3e7edaa";
- sha256 = "1icsxp2b3grvdbv6bh9hpxz1hrqa7vvjzajjwi2knvjbq41d99bn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/find-file-in-repository";
- sha256 = "02rihpfpckppnf5a2zgd5s3dspdhq4mr6qchlrzg2fd4byjxra9s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/find-file-in-repository";
- license = lib.licenses.free;
- };
- }) {};
- find-temp-file = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "find-temp-file";
- ename = "find-temp-file";
- version = "20170107.539";
- src = fetchFromGitHub {
- owner = "thisirs";
- repo = "find-temp-file";
- rev = "513005d19d72d71f34481ee00158dd57bd93206f";
- sha256 = "129jnn16vxmp6r9gx8k4rvv6spag5q0if52b5fhsybicnsl35mrz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c01efd0cb3e3bab4661a358c084b645dc7e31736/recipes/find-temp-file";
- sha256 = "0c98zm94958rb9kdvqr3pad744nh63y3vy3lshfm0lsg85k9j62p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/find-temp-file";
- license = lib.licenses.free;
- };
- }) {};
- find-things-fast = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "find-things-fast";
- ename = "find-things-fast";
- version = "20150519.1526";
- src = fetchFromGitHub {
- owner = "eglaysher";
- repo = "find-things-fast";
- rev = "281dcb5a2e2db1013246dcac5111808352a8ea95";
- sha256 = "0h523dgjicmn4rpbk82ryq3mq5vfl5b50wvn0p2mh74g35mc0zwl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b63336dd150e791f3139d675af735b60054eb2b/recipes/find-things-fast";
- sha256 = "1fs3wf61lzm1hxh5sx8pr74g7g9np3npdwg7xmk81b5f2jx2vy6m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/find-things-fast";
- license = lib.licenses.free;
- };
- }) {};
- findr = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "findr";
- ename = "findr";
- version = "20130127.1232";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "findr";
- rev = "1ddbc0464bb05dcda392b62666ad17239a2152d3";
- sha256 = "0wx4hd4agrfvk0igyash658cbf7v3bv01rlspllsvzr59fl3faqq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/findr";
- sha256 = "0pw72bdpmc0ymlgjmwwrslhynij5a5b9sc3rx6vyprpv1ad4ac2c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/findr";
- license = lib.licenses.free;
- };
- }) {};
- fingers = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fingers";
- ename = "fingers";
- version = "20160817.129";
- src = fetchFromGitHub {
- owner = "fgeller";
- repo = "fingers.el";
- rev = "7de351448a6f5ea7aa7a25db6c90d5138f87eb16";
- sha256 = "1hwlnvry3pl3h2kz0d03d9225gn2dk4x3nhalk8854fr2jflrpqy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f2afd4983d1a5820daafb31e96d54b214a79849f/recipes/fingers";
- sha256 = "1r8fy6q6isjxz9mvaa8in4imdghzla3gg1l93dfm1v2rlr7bhzbg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fingers";
- license = lib.licenses.free;
- };
- }) {};
- fiplr = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , grizzl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fiplr";
- ename = "fiplr";
- version = "20140723.2345";
- src = fetchFromGitHub {
- owner = "grizzl";
- repo = "fiplr";
- rev = "bb6b90ba3c558988c195048c4c40140b2ee17530";
- sha256 = "14yy7kr2iv549xaf5gkav48lk2hzmvipwbs0rzljzw60il6k05hk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/fiplr";
- sha256 = "1a4w0yqdkz477lfyin4lb9k9qkfpx4350kfxmrqx6dj3aadkikca";
- name = "recipe";
- };
- packageRequires = [ cl-lib grizzl ];
- meta = {
- homepage = "https://melpa.org/#/fiplr";
- license = lib.licenses.free;
- };
- }) {};
- firecode-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "firecode-theme";
- ename = "firecode-theme";
- version = "20170808.611";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-firecode-theme";
- rev = "8b7b03ecdd41e70dab145b98906017e1392eaef4";
- sha256 = "1vrpnv7555mbsksflgdkg7hc65fjcyzvzv2261y043rlh2qrn0sy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/641d1959bd31598fcdacd39a3d1bb077dcccfa5c/recipes/firecode-theme";
- sha256 = "10lxd93lkrvz8884dv4sh6fzzg355j7ab4p5dpvwry79rhs7f739";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/firecode-theme";
- license = lib.licenses.free;
- };
- }) {};
- firefox-controller = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , moz
- , popwin }:
- melpaBuild {
- pname = "firefox-controller";
- ename = "firefox-controller";
- version = "20160320.1147";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "emacs-firefox-controller";
- rev = "5b1bedec83206f41672b1b65bba859f235bff48b";
- sha256 = "04afwxgydrn23bv93zqf9bd2cp02i9dcfqbi809arkmh8723qf6k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/70a69c20f8dcf73c878f2172dcc9f1796fdc0408/recipes/firefox-controller";
- sha256 = "03y96b3l75w9al8ylijnlb8pcfkwddyfnh8xwig1b6k08zxfgal6";
- name = "recipe";
- };
- packageRequires = [ cl-lib moz popwin ];
- meta = {
- homepage = "https://melpa.org/#/firefox-controller";
- license = lib.licenses.free;
- };
- }) {};
- fireplace = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fireplace";
- ename = "fireplace";
- version = "20181211.1127";
- src = fetchFromGitHub {
- owner = "johanvts";
- repo = "emacs-fireplace";
- rev = "571ffa7dd0ce46edca838df74d055aaa83da4d78";
- sha256 = "1iw17rkihsn50p3zljag82v09zyav8bzgfn6mfa267fkf4f1fgjy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4c1ac52c1cfe7ccf46092c2d299ebbffdc1b7609/recipes/fireplace";
- sha256 = "1apcypznq23fc7xgy4xy1c5hvfvjx1xhyq3aaq1lf59v99zchciw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fireplace";
- license = lib.licenses.free;
- };
- }) {};
- firestarter = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "firestarter";
- ename = "firestarter";
- version = "20161219.523";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "firestarter";
- rev = "4d6b106f325ac1802eabce3c8a7cd0a4c7a32864";
- sha256 = "13daz15v0sshl7lxcg1xcbpl64gklgh50pzk0qxmn5ygw7nlifn0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b046eb3b63220b937e1b70f633cb5424dc782a1/recipes/firestarter";
- sha256 = "1cpx664hyrdnpb1jps1x6lm7idwlfjblkfygj48cjz9pzd6ld5mp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/firestarter";
- license = lib.licenses.free;
- };
- }) {};
- firrtl-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "firrtl-mode";
- ename = "firrtl-mode";
- version = "20190223.1944";
- src = fetchFromGitHub {
- owner = "IBM";
- repo = "firrtl-mode";
- rev = "e55c555809037b7aaf2367ad2255f0a27addd23a";
- sha256 = "1nsihyx9znblc4kxyk06r7alhd4wh67312zwp9discgyf4ksm572";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/firrtl-mode";
- sha256 = "19r7wbw9pr05p8fywcnbbpdpklic2vd2bsy80r7xrzgs4fcl12as";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/firrtl-mode";
- license = lib.licenses.free;
- };
- }) {};
- fish-completion = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fish-completion";
- ename = "fish-completion";
- version = "20190429.122";
- src = fetchFromGitLab {
- owner = "Ambrevar";
- repo = "emacs-fish-completion";
- rev = "e5b9b65a077319dfdb2faca9ef847db3ef55d0db";
- sha256 = "1pjqnbyjmj64q5nwq1mrdxcls4fp5y0b6zqs785i0s6wdvrm4021";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d17ca0213ba5ef9dce92002e281e6f08c3492be/recipes/fish-completion";
- sha256 = "1y7vwh7w0shnrnp8x1m1sa0p7kdyz5mg1mfs263gm38in2biym9i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fish-completion";
- license = lib.licenses.free;
- };
- }) {};
- fish-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fish-mode";
- ename = "fish-mode";
- version = "20180826.2003";
- src = fetchFromGitHub {
- owner = "wwwjfy";
- repo = "emacs-fish";
- rev = "35fc7c1e243a7410823088a571ecf378e9f3efa6";
- sha256 = "0rn08dm4gn0g0nz080zxm0am1z6hfkinvzqwqszv96qkxy250ghp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/efac97c0f54a3300251020c4626056526c18b441/recipes/fish-mode";
- sha256 = "0l6k06bs0qdhj3h8vf5fv8c3rbhiqfwszrpb0v2cgnb6xhwzmq14";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fish-mode";
- license = lib.licenses.free;
- };
- }) {};
- fix-input = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fix-input";
- ename = "fix-input";
- version = "20181231.2308";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "fix-input";
- rev = "02ce45f104284bc9ea7f8e7d1dc73bf9cd3f47d7";
- sha256 = "0xqid3s8q3swc2j4rj94lv8snk898www9ycp5l4264lii2dc7mnm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d31f907997d1d07ec794a4f09824f43818f035c/recipes/fix-input";
- sha256 = "03xpr7rlv0xq1d9126j1fk0c2j7ssf366n0yc8yzm9vq32n9pp4p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fix-input";
- license = lib.licenses.free;
- };
- }) {};
- fix-muscle-memory = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fix-muscle-memory";
- ename = "fix-muscle-memory";
- version = "20160822.2139";
- src = fetchFromGitHub {
- owner = "jonnay";
- repo = "fix-muscle-memory";
- rev = "df687aea23c6eac4b751f993893c2fd56e5a8a3b";
- sha256 = "02nl4vz6fnbjc7w1lk1y9z0qw5bsxr407ww0b2wqw6h8spmcpcrc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c6b0501714a6d82657b88d11e3f79d75eea17d8e/recipes/fix-muscle-memory";
- sha256 = "0qhasnjw0bj5hzw27r8vj6shhwc3zxcp3wmxijh1rpdw4773f7n8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fix-muscle-memory";
- license = lib.licenses.free;
- };
- }) {};
- fix-word = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fix-word";
- ename = "fix-word";
- version = "20190215.1238";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "fix-word";
- rev = "b3b3a3c8e33e425f9a8d0ec653adb6897c8efc03";
- sha256 = "1nw9ih0knaqaban5nqp3anvr37mivylqs8sc8l3v1i9srlqnsj1m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/22636390e8a15c09293a1506a901286dd72e565f/recipes/fix-word";
- sha256 = "0a8w09cx8p5pkkd4533nd199axkhdhs2a7blp7syfn40bkscx6xc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/fix-word";
- license = lib.licenses.free;
- };
- }) {};
- fixmee = callPackage ({ back-button
- , button-lock
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nav-flash
- , smartrep
- , string-utils
- , tabulated-list ? null }:
- melpaBuild {
- pname = "fixmee";
- ename = "fixmee";
- version = "20150223.555";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "fixmee";
- rev = "1b8b3460f1e3c3c1784b2a63fb9f4fb3bb4dc084";
- sha256 = "1x4k8890pzdcizzl0p6v96ylrx5xid9ykgrmggx0b3y0gx0vhwic";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f5d06db82e237e6c6babd92a1fd2b58c29662e4f/recipes/fixmee";
- sha256 = "0wnp6h8f547fsi1lkk4ajny7g21dnr76qfhxl82n0l5h1ps4w8mp";
- name = "recipe";
- };
- packageRequires = [
- back-button
- button-lock
- nav-flash
- smartrep
- string-utils
- tabulated-list
- ];
- meta = {
- homepage = "https://melpa.org/#/fixmee";
- license = lib.licenses.free;
- };
- }) {};
- flame = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flame";
- ename = "flame";
- version = "20180303.1216";
- src = fetchFromGitHub {
- owner = "mschuldt";
- repo = "flame";
- rev = "2cfb860a483197e92a4c20d7b9b055d586e76fe0";
- sha256 = "1h6mm2zjv03y2d6dv4gq7iaz6r2glgcljzgmi6m4jp6flvyqh09g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7a14c14368de722855286c088020a5657f7cf8b/recipes/flame";
- sha256 = "1br9c48anscq9vbssr0gq8f5kbq755hjaglbljwwh9nd5riycv5v";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flame";
- license = lib.licenses.free;
- };
- }) {};
- flappymacs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flappymacs";
- ename = "flappymacs";
- version = "20171023.304";
- src = fetchFromGitHub {
- owner = "taksatou";
- repo = "flappymacs";
- rev = "fac0011983251d5c44f4ed1eacac03f5de3caac4";
- sha256 = "191sdqaljxryslvwjgr38fhgxi0gg7v74m1rqxx3m740wr4qnx7s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a63b22f357b2d08b12fb86c27261ab4d687c5f7f/recipes/flappymacs";
- sha256 = "1rp4r5ldhm8nrj26y1vm5d5fj3kl7v45cj1naxczrqbcgkd0r404";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flappymacs";
- license = lib.licenses.free;
- };
- }) {};
- flash-region = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flash-region";
- ename = "flash-region";
- version = "20130923.1117";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "flash-region";
- rev = "261b3597b23cdd40e5c14262a5687bcc6c1d0901";
- sha256 = "0z77lm6jv2w5z551pwarcx6xg9kx8fgms9dlskngfvnzbqkldj1f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf26329a30ec6e39b052e5815d3f113c05e72f84/recipes/flash-region";
- sha256 = "1rgg7j34ka0nj1yjl688asim07bbz4aavh67kly6dzzwndr0nw8c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flash-region";
- license = lib.licenses.free;
- };
- }) {};
- flatland-black-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flatland-black-theme";
- ename = "flatland-black-theme";
- version = "20170808.612";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-flatland-black-theme";
- rev = "348c5d5fe615e6ea13cadc17f046e506e789ce07";
- sha256 = "1g5jqxdk35ahx8qk4vi7whhcpi1qp7rbbjgiih974fs59cg5iki0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/641d1959bd31598fcdacd39a3d1bb077dcccfa5c/recipes/flatland-black-theme";
- sha256 = "0cl2qbry56nb4prbsczffx8h35x91pgicw5pld0ndw3pxid9h2da";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flatland-black-theme";
- license = lib.licenses.free;
- };
- }) {};
- flatland-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flatland-theme";
- ename = "flatland-theme";
- version = "20171113.721";
- src = fetchFromGitHub {
- owner = "gchp";
- repo = "flatland-emacs";
- rev = "a98a6f19ad4dff0fa3fad1ea487b7d0ef634a19a";
- sha256 = "02gbzxd1v003aaj5rn3vr00n4390bhdx2jhpa7nb430fg3s1ppdy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a081fd0c5598fdf5bc0ab92f4d009f32132a29e/recipes/flatland-theme";
- sha256 = "14drqwcp9nv269aqm34d426a7gx1a7kr9ygnqa2c8ia1fsizybl3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flatland-theme";
- license = lib.licenses.free;
- };
- }) {};
- flatui-dark-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flatui-dark-theme";
- ename = "flatui-dark-theme";
- version = "20170513.722";
- src = fetchFromGitHub {
- owner = "theasp";
- repo = "flatui-dark-theme";
- rev = "5b959a9f743f891e4660b1b432086417947872ea";
- sha256 = "0nz4ql7qf49cwsgjb7dg0jhipr5d472r4fddy6fhr1h17s1cd9qy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f9dc5abeb37422c63cac74f9a006d54c4a7c5a5/recipes/flatui-dark-theme";
- sha256 = "1mswmkhi43fm0cmdgf0ywpy9lmapy0syl65kqh68sa3jqbznhm6y";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flatui-dark-theme";
- license = lib.licenses.free;
- };
- }) {};
- flatui-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flatui-theme";
- ename = "flatui-theme";
- version = "20160618.1827";
- src = fetchFromGitHub {
- owner = "john2x";
- repo = "flatui-theme.el";
- rev = "9c15db5526c15c8dba55023f5698372b19c2a780";
- sha256 = "0ybgpnbq3b0ml3lzgkispn667acpjww7z6cr7hgwg3j1zrqpwi75";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96dc9a8b1f6e5cdd46fc94fc2979f2a1787f4d21/recipes/flatui-theme";
- sha256 = "0s88xihw44ks4b07wcb9swr52f3l1ls0jn629mxvfkv4a6hn7rmz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flatui-theme";
- license = lib.licenses.free;
- };
- }) {};
- flex-autopair = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flex-autopair";
- ename = "flex-autopair";
- version = "20120809.518";
- src = fetchFromGitHub {
- owner = "uk-ar";
- repo = "flex-autopair";
- rev = "55d128749cc070551a1624a4508d1c4f6d76f7cf";
- sha256 = "0g9chcqjn2930vrn8af4hwibs4giprgsig9dqprz4c6hya03hlf0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/flex-autopair";
- sha256 = "0w3l236psqxl7wqdi2aisz8wcv279kw6gdja72viiscrbcm78xh0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flex-autopair";
- license = lib.licenses.free;
- };
- }) {};
- flex-compile = callPackage ({ buffer-manage
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flex-compile";
- ename = "flex-compile";
- version = "20181227.2248";
- src = fetchFromGitHub {
- owner = "plandes";
- repo = "flex-compile";
- rev = "e91797c2185ed93e64fd5d11ab244d561278c744";
- sha256 = "18nbwidahm2n7fwznk5flxnf7rq77r5649wz45j0g4zvqpi1nwkl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/259caeebc317e81ab9d532a371ea85656c2b1619/recipes/flex-compile";
- sha256 = "1hlh4k7qgln87xajnjjhf1yyg6bgdwd0iczhlfw8gdwfj5xpjd38";
- name = "recipe";
- };
- packageRequires = [ buffer-manage dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/flex-compile";
- license = lib.licenses.free;
- };
- }) {};
- flex-isearch = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flex-isearch";
- ename = "flex-isearch";
- version = "20170308.1210";
- src = fetchhg {
- url = "https://bitbucket.com/jpkotta/flex-isearch";
- rev = "8b934ea6f1e4";
- sha256 = "0xbwrzkfv4i91qxs80p0pfjlvj5pyigvidby8m5lammm8idwx9dh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/flex-isearch";
- sha256 = "1msgrimi2a0xm5h23p78jflh00bl5bx44xpc3sc9pspznjv1d0k3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flex-isearch";
- license = lib.licenses.free;
- };
- }) {};
- flim = callPackage ({ apel
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flim";
- ename = "flim";
- version = "20190526.334";
- src = fetchFromGitHub {
- owner = "wanderlust";
- repo = "flim";
- rev = "e4bd54fd7d335215b54f7ef27ed974c8cd68d472";
- sha256 = "0sl3skyqqzanjrp34hd1rh8wvdgsj2cm7k7hx5kc5ipggp77720r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/94faf56ff9bf94f51ef5253e4c4244faec5eecfd/recipes/flim";
- sha256 = "1gkaq549svflx8qyqrk0ccb52b7wp17wmd5jgzkw1109bpc4k6jc";
- name = "recipe";
- };
- packageRequires = [ apel ];
- meta = {
- homepage = "https://melpa.org/#/flim";
- license = lib.licenses.free;
- };
- }) {};
- flimenu = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flimenu";
- ename = "flimenu";
- version = "20170417.1847";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "flimenu";
- rev = "9351201d89b05cbdaec312a6ebd7fd10c38d6112";
- sha256 = "1qb08j66a9mvybqhc2vyywwn16w3kkjb06k50rfqf6sbcmndz8va";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0ffc67a266de3d58553b27325b7fc6937df425be/recipes/flimenu";
- sha256 = "1xr28kprkq9xwy2f7b3wnjr25a8avm2lfcyi8853jygkm2vmnsx1";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/flimenu";
- license = lib.licenses.free;
- };
- }) {};
- fliptext = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fliptext";
- ename = "fliptext";
- version = "20171124.1256";
- src = fetchFromGitHub {
- owner = "andre-r";
- repo = "fliptext.el";
- rev = "fd821f645ffebae6ae3894afa7ba7fc06f91afc6";
- sha256 = "1jf63kp1myxihv6r13cddxgr8cchxcnnmylj5dx50y42595ia4yh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e36776cbed8eab151f69d0edd5217a7bba7c2451/recipes/fliptext";
- sha256 = "1wbrvqrvrpk2lx7b6y30rrshr7a25b2191bnx4v8lm3cv16gv8p7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fliptext";
- license = lib.licenses.free;
- };
- }) {};
- floobits = callPackage ({ fetchFromGitHub
- , fetchurl
- , highlight
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "floobits";
- ename = "floobits";
- version = "20180731.2224";
- src = fetchFromGitHub {
- owner = "Floobits";
- repo = "floobits-emacs";
- rev = "489b294a7f30ecd2af2edc0823dead8102f27af6";
- sha256 = "1pw88qn6s8ln626c8mgxgpfax39h7ww4m930dp7gg4aklxjbspkn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/95c859e8440049579630b4c2bcc31e7eaa13b1f1/recipes/floobits";
- sha256 = "1jpk0q4mkf9ag1rqyai993nz5ngzfvxq9n9avmaaq59gkk9cjraf";
- name = "recipe";
- };
- packageRequires = [ highlight json ];
- meta = {
- homepage = "https://melpa.org/#/floobits";
- license = lib.licenses.free;
- };
- }) {};
- flow-js2-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flow-minor-mode
- , js2-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flow-js2-mode";
- ename = "flow-js2-mode";
- version = "20190214.230";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "flow-js2-mode";
- rev = "ef0211c9b292915ba3773998ca99e25f627aa5af";
- sha256 = "0i35mkc9g3v7cgh30izg9azcvskd4fqxhfblj7sh5br2p1yw8w0p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3487c252f013f6937c6731b57f2a9c1e5227a81d/recipes/flow-js2-mode";
- sha256 = "05wx7z5f4mkiab8ahhhr3fi6awmsdl253fwapad5ag3kaimnmxv7";
- name = "recipe";
- };
- packageRequires = [ emacs flow-minor-mode js2-mode ];
- meta = {
- homepage = "https://melpa.org/#/flow-js2-mode";
- license = lib.licenses.free;
- };
- }) {};
- flow-minor-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flow-minor-mode";
- ename = "flow-minor-mode";
- version = "20180315.1124";
- src = fetchFromGitHub {
- owner = "an-sh";
- repo = "flow-minor-mode";
- rev = "6c782a3fe3f810484009d87813b88804beafafac";
- sha256 = "1awf44fyjwzlxjavk31lha8iknm8nxr2r6z07sxhzyy23ff127mh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66504f789069922ea56f268f4da90fac52b601ff/recipes/flow-minor-mode";
- sha256 = "190dv225sb37jawzrasd7qkbznrmkrdnb90l44il63vrlmjv3r1s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flow-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- flower = callPackage ({ clomacs
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flower";
- ename = "flower";
- version = "20190215.946";
- src = fetchFromGitHub {
- owner = "PositiveTechnologies";
- repo = "flower";
- rev = "6ef1affa2d7090714ccc4494823de28cfc11da35";
- sha256 = "1dp3g52j1i49bv802g27b7yszpxz0i28i4j74qp39qlld3k0gys0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8a731715d360aea9af2b898242fd4eee5419d14/recipes/flower";
- sha256 = "1cb9ppgspdrg4yrrlq4sfajpa6s7xiwvdf9b3947rmmxizgqgynd";
- name = "recipe";
- };
- packageRequires = [ clomacs emacs ];
- meta = {
- homepage = "https://melpa.org/#/flower";
- license = lib.licenses.free;
- };
- }) {};
- flucui-themes = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flucui-themes";
- ename = "flucui-themes";
- version = "20190321.1613";
- src = fetchFromGitHub {
- owner = "MetroWind";
- repo = "flucui-theme";
- rev = "921ff298da71366eca3d1e4fc410126d405d5366";
- sha256 = "0gqsr0xsxrbxsdfn3yhf76wxpqp63m1652ryvc2hwskkgj41y3nl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77d06aa7405f0badf5ab425ddeeb7a754c17d2af/recipes/flucui-themes";
- sha256 = "0ki2vxjhccyi6w2y9qj6xbfqgvjd91wqkzn6qq8ig6ggqir7wc6a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flucui-themes";
- license = lib.licenses.free;
- };
- }) {};
- flutter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flutter";
- ename = "flutter";
- version = "20190203.2201";
- src = fetchFromGitHub {
- owner = "amake";
- repo = "flutter.el";
- rev = "4a59efee1cde408c311ef21c6d3e6fd65868ed42";
- sha256 = "1cn247dq85pkmv4wpv5pkfaizlphlns0nh97fgna2qr9ig3hpn6j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2dc736e396632d7a26c40b6b1de23f41b645722d/recipes/flutter";
- sha256 = "1v8m3rvdivww9bsk52m0ap336ql5zi637byisil4wcivxabc4i94";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flutter";
- license = lib.licenses.free;
- };
- }) {};
- fluxus-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , osc }:
- melpaBuild {
- pname = "fluxus-mode";
- ename = "fluxus-mode";
- version = "20170210.1141";
- src = fetchFromGitHub {
- owner = "defaultxr";
- repo = "fluxus-mode";
- rev = "3661d4dfdaf249138e7f215f15f291c9391ede8d";
- sha256 = "1dp974qs80agx9qcq5k5awdsr8p8smv8cdwkjz2d8xfd5wq2vhh9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a3396e0da67153ad051b8551bf34630d32f974f4/recipes/fluxus-mode";
- sha256 = "1xn2aw9gxwkmr1miam63lrdx6n0qxsgph3rlaqy9cbs0vkb254an";
- name = "recipe";
- };
- packageRequires = [ emacs osc ];
- meta = {
- homepage = "https://melpa.org/#/fluxus-mode";
- license = lib.licenses.free;
- };
- }) {};
- flx = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flx";
- ename = "flx";
- version = "20151030.1112";
- src = fetchFromGitHub {
- owner = "lewang";
- repo = "flx";
- rev = "7fce6a4cdb65ac1b52e2b409ba548767581ce34c";
- sha256 = "0sjybrcnb2sl33swy3q664vqrparajcl0m455gciiih2j87hwadc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63bdf3ae2f861e333a8f9c5997f5cc52869d3b3a/recipes/flx";
- sha256 = "04plfhrnw7jx2jaxhbhw4ypydfcb8v0x2m5hyacvrli1mca2iyf9";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/flx";
- license = lib.licenses.free;
- };
- }) {};
- flx-ido = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , flx
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flx-ido";
- ename = "flx-ido";
- version = "20180117.719";
- src = fetchFromGitHub {
- owner = "lewang";
- repo = "flx";
- rev = "9c5cb5de0202b4eaac9359c84ca7ce9cbd7ee835";
- sha256 = "0i7pj4l0ilihvkgal8d71idy5jr9zwanzxch350pg4myr6j1hnad";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63bdf3ae2f861e333a8f9c5997f5cc52869d3b3a/recipes/flx-ido";
- sha256 = "00wcwbvfjbcx8kyap7rl1b6nsgqdwjzlpv6al2cdpdd19rm1vgdc";
- name = "recipe";
- };
- packageRequires = [ cl-lib flx ];
- meta = {
- homepage = "https://melpa.org/#/flx-ido";
- license = lib.licenses.free;
- };
- }) {};
- flx-isearch = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flx
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flx-isearch";
- ename = "flx-isearch";
- version = "20180102.2114";
- src = fetchFromGitHub {
- owner = "PythonNut";
- repo = "flx-isearch";
- rev = "f132fd6367e369885ab3a865fbfe20eee989bc0b";
- sha256 = "1dcvfl4fyhgw0rhfhixzlzjfr99fisa83f7lmlwzz2zs96myhhkz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2cd1438cc0821b8ae1d01e2a3bc8f07ca8a79134/recipes/flx-isearch";
- sha256 = "14cshv5xb57ch5g3m3hfhawnnabdnbacp4kx40d0pw6jxw677gqd";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs flx ];
- meta = {
- homepage = "https://melpa.org/#/flx-isearch";
- license = lib.licenses.free;
- };
- }) {};
- flycheck = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , pkg-info
- , seq }:
- melpaBuild {
- pname = "flycheck";
- ename = "flycheck";
- version = "20190503.153";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck";
- rev = "47174a12fd84a685f36019632838c73b4813b66d";
- sha256 = "15ng2pfkl826gfvsdnhapnnm24r8010sixw95ry3azrmjfd2z29b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/649f9c3576e81409ae396606798035173cc6669f/recipes/flycheck";
- sha256 = "045k214dq8bmrai13da6gwdz97a2i998gggxqswqs4g52l1h6hvr";
- name = "recipe";
- };
- packageRequires = [ dash emacs let-alist pkg-info seq ];
- meta = {
- homepage = "https://melpa.org/#/flycheck";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ameba = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-ameba";
- ename = "flycheck-ameba";
- version = "20190512.1009";
- src = fetchFromGitHub {
- owner = "veelenga";
- repo = "ameba.el";
- rev = "b2c115905887ab6f12c08072e370e8ad2194e131";
- sha256 = "0rrinj1w7z4r1zvq1nlnx3nhq3xd5pn06jd3hxrlyg7j11g8vla4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d31485fd7de5ebb97daccf3e28d51f320d4f8cd/recipes/flycheck-ameba";
- sha256 = "17jfqbzzb1xkz9yx5ww6pykjnixm5w8mvwva1kqbjs4f2bsqbc6p";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ameba";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-apertium = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-apertium";
- ename = "flycheck-apertium";
- version = "20181211.238";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "flycheck-apertium";
- rev = "22b60a17836477ac1edd15dc85b14f88ca871ba9";
- sha256 = "0313h4yh85xndzvy3yzznar79ys0ng3rdsz0xa237xqsf71ypg4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f6cec0d312f0e86e17829e6fd8f87acabc0174f/recipes/flycheck-apertium";
- sha256 = "1cc15sljqs6gvb3wiw7n1wkd714qkvfpw6l1kg4lfx9r4jalcvw7";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-apertium";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ats2 = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-ats2";
- ename = "flycheck-ats2";
- version = "20170225.836";
- src = fetchFromGitHub {
- owner = "drvink";
- repo = "flycheck-ats2";
- rev = "9f77add8408462af35bdddf87e37a661880255e3";
- sha256 = "1fv3r49i8dgszaq5rs8dwnwcj6rgx922ww01ikrq3b4c9y17srpz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2d3605bdc402e6b13f53910eafb7f1428a5f749f/recipes/flycheck-ats2";
- sha256 = "0xm7zzz6hs5qnqkmv7hwxpvp3jjca57agx71sj0m12v0h53gbzhr";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ats2";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-bashate = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-bashate";
- ename = "flycheck-bashate";
- version = "20160629.2140";
- src = fetchFromGitHub {
- owner = "alexmurray";
- repo = "flycheck-bashate";
- rev = "d9780b73ee698d6bc001e617b187845cafa3292a";
- sha256 = "1qhvrkhpjs214mc5f6gygwf5hx5gb2jcs46a4b34mqq29rn0j9kc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/54fd062e4ad012d846260c96801d3415756ce981/recipes/flycheck-bashate";
- sha256 = "1c8hf4893zb74g61afr02wqhmdaswxr3nwsnzzwmb8nrrygvfa8j";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-bashate";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-cask = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-cask";
- ename = "flycheck-cask";
- version = "20160928.226";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-cask";
- rev = "c3a51147eddeb7347de81f6a498fc96538bac499";
- sha256 = "1jw8n6df2hpnjrsqzdd70j0ya3yjzkcy5gm6zx9acqfx88zlgb9m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/flycheck-cask";
- sha256 = "0d2m7mg91k1nazysayryxagql1vi975n7iv0snknhbw4wisqp82f";
- name = "recipe";
- };
- packageRequires = [ dash emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-cask";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-checkbashisms = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-checkbashisms";
- ename = "flycheck-checkbashisms";
- version = "20190402.1918";
- src = fetchFromGitHub {
- owner = "Gnouc";
- repo = "flycheck-checkbashisms";
- rev = "2e386775f1a0eb5d80e5d70e98474ee32ecafb24";
- sha256 = "1ai4p0s6wh4sp972fxkjlc4mn6ai1zc27zh4vm63rfrayri1g31z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f5678ea5aef4dc8a517d6d9381a64f182645d344/recipes/flycheck-checkbashisms";
- sha256 = "1rq0ymlr1dl39v0sfyjmdv4pq3q9116cz9wvgpvfgalq8759q5sz";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-checkbashisms";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-checkpatch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-checkpatch";
- ename = "flycheck-checkpatch";
- version = "20170217.225";
- src = fetchFromGitHub {
- owner = "zpp0";
- repo = "flycheck-checkpatch";
- rev = "6461fc7b0d493eb9863814055f8bce5fa35739de";
- sha256 = "1651xmw01n5h7x81y3cvsamdmb67jcf385ax52dkp8miyq1a090r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/193aaae5640434559cd479df1463ee44eab14d86/recipes/flycheck-checkpatch";
- sha256 = "1apjn26n663rjddv5iagfs65fdf22049ykmzggybbnprvnmasf55";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-checkpatch";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-clang-analyzer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-clang-analyzer";
- ename = "flycheck-clang-analyzer";
- version = "20180917.725";
- src = fetchFromGitHub {
- owner = "alexmurray";
- repo = "flycheck-clang-analyzer";
- rev = "5c707505e3ea806fddb54d031ab64351293d7c2d";
- sha256 = "0frbblyibalzskw2kv294yz846g04wlvpyshfwm95vwilv1f305v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8de7b717a1b0caf30f8f29d3e764b4756b93aeff/recipes/flycheck-clang-analyzer";
- sha256 = "0wby4vilvcmmncr6l6abh3v4wznx9m0zbk30vllj8bq98awfcy3a";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-clang-analyzer";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-clang-tidy = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-clang-tidy";
- ename = "flycheck-clang-tidy";
- version = "20171024.108";
- src = fetchFromGitHub {
- owner = "ch1bo";
- repo = "flycheck-clang-tidy";
- rev = "b8ebd49693f67e08e420ba847cc88f6721ef9e3e";
- sha256 = "0fnn1baw64f7x1zjb95adryr3mfynbblwppcd6ywh7pk0sq18b80";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a289ac549a7735a12eec85521c32f915b9194b85/recipes/flycheck-clang-tidy";
- sha256 = "0lhf5byydmd380y7qx5x34r0sq7gzrj286pcaxhl388p6j58cb4p";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-clang-tidy";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-clangcheck = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "flycheck-clangcheck";
- ename = "flycheck-clangcheck";
- version = "20150712.10";
- src = fetchFromGitHub {
- owner = "kumar8600";
- repo = "flycheck-clangcheck";
- rev = "24a9424c484420073a24443a829fd5779752362b";
- sha256 = "1ckzs32wzqpnw89rrw3l7i4gbyn25wagbadsc4mcrixml5nf0mck";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b42dd133e4fd5579dd1c6cdcbf733571bc890899/recipes/flycheck-clangcheck";
- sha256 = "1316cj3ynl80j39ha0371ss7cqw5hcr3m8944pdacdzbmp2sak2m";
- name = "recipe";
- };
- packageRequires = [ cl-lib flycheck seq ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-clangcheck";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-clj-kondo = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-clj-kondo";
- ename = "flycheck-clj-kondo";
- version = "20190410.815";
- src = fetchFromGitHub {
- owner = "borkdude";
- repo = "flycheck-clj-kondo";
- rev = "1402fb008f10198f09c55869cd713a99c3e72dff";
- sha256 = "0ifkkw7mn83hw4yjx81h519fcabvdk73bavs3pbzck69v6li0mmy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/20dca546bbad0fa7b713dc015d1b9a9b7caf5370/recipes/flycheck-clj-kondo";
- sha256 = "0a61jq6g0arrsa97rl3frns8k9l9qxazb96ir99y9kskim4njl6r";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-clj-kondo";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-clojure = callPackage ({ cider
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-clojure";
- ename = "flycheck-clojure";
- version = "20180721.712";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "squiggly-clojure";
- rev = "7c856615f91868171af270f4fed08d52988f9596";
- sha256 = "0r2v4gica86z0va5i5xcs5aisi47ywzg2sg6rp7z6yg7aprcnfll";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9c642a234f93ed4cf5edcf27a552a8916984946/recipes/flycheck-clojure";
- sha256 = "1b20gcs6fvq9pm4nl2qwsf34sg6wxngdql921q2pyh5n1xsxhm28";
- name = "recipe";
- };
- packageRequires = [ cider emacs flycheck let-alist ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-clojure";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-clolyze = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-clolyze";
- ename = "flycheck-clolyze";
- version = "20190422.1434";
- src = fetchFromGitHub {
- owner = "DLaps";
- repo = "flycheck-clolyze";
- rev = "9a3300eac22a7ff96accf37fa2d761c13cc38020";
- sha256 = "1iphw65jn5yfkmxbjhc4igrqypsvfr7bxwxr41fdghsxldswqz9p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69fb1a2c590eb1a9a7cae09a7080b24185e49c74/recipes/flycheck-clolyze";
- sha256 = "1181g7ni0xihq0mbk6g6h7wh31hrg9q2xxsyrg6gb1zf4qqp2zyv";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-clolyze";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-color-mode-line = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-color-mode-line";
- ename = "flycheck-color-mode-line";
- version = "20171121.2307";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-color-mode-line";
- rev = "cc474804d4e8088a627485faaf4217a5781aec7d";
- sha256 = "0lk8p0wb7g9lvxjv9rl59hd9f0m0ksw9rgspis8qshpz8pj5785f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/02b5b60b74581ff0d1815155223e0c6e94a851a1/recipes/flycheck-color-mode-line";
- sha256 = "0hw19nsh5h2l8qbp7brqmml2fhs8a0x850vlvq3qfd7z248gvhrq";
- name = "recipe";
- };
- packageRequires = [ dash emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-color-mode-line";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-coverity = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-coverity";
- ename = "flycheck-coverity";
- version = "20170703.1759";
- src = fetchFromGitHub {
- owner = "alexmurray";
- repo = "flycheck-coverity";
- rev = "cb211e3dd50413a5042eb20175be518214591c9d";
- sha256 = "17c5lppa5axw6wga3k8zqmn5f2syadlqbavrqgsi8k8nlcckxy1x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/55e8df91adbcf8b059096e02aba2781424250381/recipes/flycheck-coverity";
- sha256 = "1knd1sqgjkgb5zs8hgsi6lyvkqmrcrdjgx81f26nhg40qv5m2p5l";
- name = "recipe";
- };
- packageRequires = [ dash emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-coverity";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-credo = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-credo";
- ename = "flycheck-credo";
- version = "20170526.845";
- src = fetchFromGitHub {
- owner = "aaronjensen";
- repo = "flycheck-credo";
- rev = "e88f11ead53805c361ec7706e44c3dfee1daa19f";
- sha256 = "04i7fbqpkjpsfa8vjpkdhg1sj5isczxwncdp4vr9x3vll3svblm7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/88dfffe034135cc46d661f8173e8b14e0fb7f240/recipes/flycheck-credo";
- sha256 = "0xmnbib7lx6v10pd3pkr69c4jb4sn3nmjk16qzvscwjgf2dypyax";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-credo";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-crystal = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-crystal";
- ename = "flycheck-crystal";
- version = "20180626.1942";
- src = fetchFromGitHub {
- owner = "crystal-lang-tools";
- repo = "emacs-crystal-mode";
- rev = "ae87526d13be07e6817809ac9795657db0092c9d";
- sha256 = "1skgas1bh05vbncwwcahlr06g05nyn3cjwvfziq501r9b450s7qk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c718f809af30226611358f9aaed7519e52923fd3/recipes/flycheck-crystal";
- sha256 = "04avxav2rayprm09xkphs1ni10j1kk10j7m77afcac0gnma5rwyn";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-crystal";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-css-colorguard = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-css-colorguard";
- ename = "flycheck-css-colorguard";
- version = "20161031.422";
- src = fetchFromGitHub {
- owner = "Simplify";
- repo = "flycheck-css-colorguard";
- rev = "ae94fa0396acd99f9ec36d9572459df793f37fe8";
- sha256 = "1vy5yjf98b7dk9lniz3rgk33agg8f1x8488lvm28ljdq3jfdgcfw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/flycheck-css-colorguard";
- sha256 = "16qgn12jdps61mlbvhji5l8qrqigv382wyiv79rj2bwvdzbl653f";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-css-colorguard";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-cstyle = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-cstyle";
- ename = "flycheck-cstyle";
- version = "20160905.1641";
- src = fetchFromGitHub {
- owner = "alexmurray";
- repo = "flycheck-cstyle";
- rev = "002699f83253ea8e1a509a9ab6d0fce1a1650f73";
- sha256 = "1qwimdnvwbg365hnwgrrq9h5h1spikma3va5z47rhxbdb21hvyvs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5970f4f0967dc3a10dc9554a8f5f06b703872878/recipes/flycheck-cstyle";
- sha256 = "0p3lzpcgwk4nkq1w0iq40njz8ll2h3vi9z5fbvv1ar4r80fqd909";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-cstyle";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-cython = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-cython";
- ename = "flycheck-cython";
- version = "20170724.258";
- src = fetchFromGitHub {
- owner = "lbolla";
- repo = "emacs-flycheck-cython";
- rev = "ecc4454d35ab5317ab66a04406f36f0c1dbc0b76";
- sha256 = "1v17skw0wn7a7nkc1vrs0bbzihnjw0dwvyyd0lydsihzxl5z2r5g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2d963eb1b8f8f863b37a96803b00d395e9d85e94/recipes/flycheck-cython";
- sha256 = "1mbrwhpbs8in11mp79cnl4bd3m33qdgrvnbvi1mqvrsvz1ay28g4";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-cython";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-d-unittest = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-d-unittest";
- ename = "flycheck-d-unittest";
- version = "20160521.2117";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-d-unittest";
- rev = "3e614f23cb4a5566fd7988dbcaaf254af81c7718";
- sha256 = "0lrxyrvdkj88qh78jmamrnji770vjsr6h01agl7hvd4n2xvlxcym";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b86c666ee9b0620390a250dddd42b17cbec2409f/recipes/flycheck-d-unittest";
- sha256 = "0n4m4f0zqcx966582af1nqff5sla7jcr0wrmgzzxnn97yjrlnzk2";
- name = "recipe";
- };
- packageRequires = [ dash flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-d-unittest";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-dedukti = callPackage ({ dedukti-mode
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-dedukti";
- ename = "flycheck-dedukti";
- version = "20171103.512";
- src = fetchFromGitHub {
- owner = "rafoo";
- repo = "flycheck-dedukti";
- rev = "3dbff5646355f39d57a3ec514f560a6b0082a1cd";
- sha256 = "1ffpxnwl3wx244n44mbw81g00nhnykd0lnid29f4aw1av7w6nw8l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/732832e88a65a8866fa3872ff5f29eb8a26438f2/recipes/flycheck-dedukti";
- sha256 = "00nc18w4nsi6vicpbqqpr4xcdh48g95vnay3kirb2xp5hc2rw3x8";
- name = "recipe";
- };
- packageRequires = [ dedukti-mode flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-dedukti";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-demjsonlint = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-demjsonlint";
- ename = "flycheck-demjsonlint";
- version = "20161114.2318";
- src = fetchFromGitHub {
- owner = "uqix";
- repo = "flycheck-demjsonlint";
- rev = "1c433150fdf628dda4c9fad938bf7c79610b4460";
- sha256 = "0kmvwmaxw64xjgchq8szk9mhbi6xp2jhv7qpgqndf4svia4pqws6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7/recipes/flycheck-demjsonlint";
- sha256 = "0bcfkc9fch1h6gva64j71kb9l8fc9rz6wk0s9w1c1chx1z4nlill";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-demjsonlint";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-dialyxir = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-dialyxir";
- ename = "flycheck-dialyxir";
- version = "20170515.825";
- src = fetchFromGitHub {
- owner = "aaronjensen";
- repo = "flycheck-dialyxir";
- rev = "adfb73374cb2bee75724822972f405f2ec371199";
- sha256 = "1kzvq99f052mdj4ml1m6nvxhv0kqqblmpdgnwcm89krf0qfl4gjg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fa49551b8f726c235e03ea377bb09a8be37b9f32/recipes/flycheck-dialyxir";
- sha256 = "0pacxidpgwp7wij17c5r0fm5w3nga3lp4mcim365k3y5r4ralc0c";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-dialyxir";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-dialyzer = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-dialyzer";
- ename = "flycheck-dialyzer";
- version = "20160326.730";
- src = fetchFromGitHub {
- owner = "lbolla";
- repo = "emacs-flycheck-dialyzer";
- rev = "a5df0db95ac69f397b5f85d325a6d88cf8974f64";
- sha256 = "1i5wm2r6rck6864a60mm6kv31vgvqnq49hi9apvhyywfn6sycwkf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bc84fb9fabfac4c008fe0eecb0b59933bfbf95c6/recipes/flycheck-dialyzer";
- sha256 = "0bn81yzijmnfg5xcnvcvxvqxz995iaafhgbfckgcal974s229kd2";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-dialyzer";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-dmd-dub = callPackage ({ f
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-dmd-dub";
- ename = "flycheck-dmd-dub";
- version = "20180625.935";
- src = fetchFromGitHub {
- owner = "atilaneves";
- repo = "flycheck-dmd-dub";
- rev = "148ea4ba3e4c46c8edc616f947f796e98bcad0de";
- sha256 = "0r33rp34ss7mx32x28p67n5sgnmyr6cmpwpprmlq2s72xpmyx4md";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a812594901c1099283bdf51fbea1aa077cfc588d/recipes/flycheck-dmd-dub";
- sha256 = "0pg3sf7h6xqv65yqclhlb7fx1mp2w0m3qk4vji6m438kxy6fhzqm";
- name = "recipe";
- };
- packageRequires = [ f flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-dmd-dub";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-dogma = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-dogma";
- ename = "flycheck-dogma";
- version = "20170124.2321";
- src = fetchFromGitHub {
- owner = "aaronjensen";
- repo = "flycheck-dogma";
- rev = "7e14207a7da67dc5524a8949cb37a3d11de1db6e";
- sha256 = "1f3wn48am7920s6pm7ds1npfbj1w2pb8k790rl79rvc398g1pyyr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1dd7601c55206fd0b9b59f98e861c52b9d640278/recipes/flycheck-dogma";
- sha256 = "0mpmmz0ssdd3a4fnqzy5kf9r3ddcs9kcl0chhilkw5k8480j3dcy";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-dogma";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-dtrace = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-dtrace";
- ename = "flycheck-dtrace";
- version = "20180903.930";
- src = fetchFromGitHub {
- owner = "juergenhoetzel";
- repo = "flycheck-dtrace";
- rev = "951fab3a15c11d92b9fac1ea4791a80dfe034a00";
- sha256 = "1qkzir3lzz4lc5kn55qb52cm5y7iy8w1ljq6xxzcjxfbk9980y0y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cdcdd10fbcd58a5c67e4d07632212e7dedf42dbe/recipes/flycheck-dtrace";
- sha256 = "14sg7zkq9f5zbcfn8app8m9mdc8cnwcxh7h4glsz32yaqc1dj7h8";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-dtrace";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-elixir = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-elixir";
- ename = "flycheck-elixir";
- version = "20180809.2342";
- src = fetchFromGitHub {
- owner = "lbolla";
- repo = "emacs-flycheck-elixir";
- rev = "11998d7e3e63a33453e934d25b3673f7c558e579";
- sha256 = "1hdbg0hvb6hwzjma9mxy0h888c8j2z4g38gwixrdixzbw5727r75";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/da2ab73ab1426f71ea2b2bea2b418941856b3454/recipes/flycheck-elixir";
- sha256 = "0f78fai6q15smh9rvsliv8r0hh3kpwn1lz37yvqkkbx9vl7rlwld";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-elixir";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-elm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "flycheck-elm";
- ename = "flycheck-elm";
- version = "20181106.1746";
- src = fetchFromGitHub {
- owner = "bsermons";
- repo = "flycheck-elm";
- rev = "debd0af563cb6c2944367a691c7fa3021d9378c1";
- sha256 = "1vl0lss2n50pz5wscqj6vhjwb4hbg8xx2chh5vafsrnn0a3fryrd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/78bdcdaa660beda29acecb51761b95d8664d28ac/recipes/flycheck-elm";
- sha256 = "06dpv19wgbw48gbf701c77vw1dkpddx8056wpim3zbvwwfwk8ra4";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck let-alist seq ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-elm";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-elsa = callPackage ({ cask
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "flycheck-elsa";
- ename = "flycheck-elsa";
- version = "20190211.1121";
- src = fetchFromGitHub {
- owner = "emacs-elsa";
- repo = "flycheck-elsa";
- rev = "d216bf97e6f4f200354f701fadff669403e18e46";
- sha256 = "1r7xnph5q1si4kp3900nvh1il69nhrb1yfh9h13zwpwfql4add4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2a15c49d2fc800a6b69304edd6dbad90aaa5053f/recipes/flycheck-elsa";
- sha256 = "07a07hmy7cibm7263dw4x8kkv17g5hby8isaks7n2814ifblf30r";
- name = "recipe";
- };
- packageRequires = [ cask emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-elsa";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ensime = callPackage ({ emacs
- , ensime
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-ensime";
- ename = "flycheck-ensime";
- version = "20190212.242";
- src = fetchFromGitHub {
- owner = "ncaq";
- repo = "flycheck-ensime";
- rev = "9fe000e7004725bc8c3b7554237d717bca9cd9ac";
- sha256 = "0fl6p2hvcm1f5snx8a82h53kkfnbgycik0d5a7krcjgiby6w7wam";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8d1ef354566c7f337c62accbd1d2f86ffcbd98a/recipes/flycheck-ensime";
- sha256 = "11h7xwm8vwi8nca7yy9q0y30jcj77s07aa45xqz7n8rsqp6wdp3z";
- name = "recipe";
- };
- packageRequires = [ emacs ensime flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ensime";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-flawfinder = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-flawfinder";
- ename = "flycheck-flawfinder";
- version = "20170115.1927";
- src = fetchFromGitHub {
- owner = "alexmurray";
- repo = "flycheck-flawfinder";
- rev = "7d964d38023b088adf3ffc2fddeead81f4491a45";
- sha256 = "0y023brz8adwa6gdaaixk6dnrq4kj2i5h56rj54cxrjkagyklfxl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e67a84d1a8c890ea56bd842549d70d9841d1e7a7/recipes/flycheck-flawfinder";
- sha256 = "1nabj00f5p1klzh6509ywnazxx2m017isdjdzzixg94g5mp0kv5i";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-flawfinder";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-flow = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-flow";
- ename = "flycheck-flow";
- version = "20190304.659";
- src = fetchFromGitHub {
- owner = "lbolla";
- repo = "emacs-flycheck-flow";
- rev = "9e8e52cfc98af6a23fd906f9cb5d5d470d8cf82d";
- sha256 = "14qldlisbmxzammr500gyha2hiv2xgyzfc6mysqii06kbcqn1ik1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4d18fb21d8ef9b33aa84bc26f5918e636c5771e5/recipes/flycheck-flow";
- sha256 = "0p4vvk09vjgk98dwzr2qzldvij3v6af56pradssi6sm3shbqhkk3";
- name = "recipe";
- };
- packageRequires = [ flycheck json ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-flow";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ghcmod = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-ghcmod";
- ename = "flycheck-ghcmod";
- version = "20150113.2232";
- src = fetchFromGitHub {
- owner = "scturtle";
- repo = "flycheck-ghcmod";
- rev = "6bb7b7d879f05bbae54e99eb04806c877adf3ccc";
- sha256 = "0q1m1f3vhw1wy0pa3njy55z28psznbw2xwmwk2v1p5c86n74ns8d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b6ed620e038f361c41115430a1fc119a04cf4f20/recipes/flycheck-ghcmod";
- sha256 = "0mqxg622lqnkb52a0wff7h8b0k6mm1k7fhkfi95fi5sahclja0rp";
- name = "recipe";
- };
- packageRequires = [ dash flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ghcmod";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-golangci-lint = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-golangci-lint";
- ename = "flycheck-golangci-lint";
- version = "20190330.712";
- src = fetchFromGitHub {
- owner = "weijiangan";
- repo = "flycheck-golangci-lint";
- rev = "8e446c68311048f0b87febf8ef0379e29d358851";
- sha256 = "0xxxqk8ag082nwwq3dvhzvnbgn9c90mbda7qvi2y4qbh1p1nccqc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fffbecd6cb43866fc9f37ba2d2c998ef6186c6d5/recipes/flycheck-golangci-lint";
- sha256 = "1vg80q4axbzb147fglli2w19n70bc934hb3hfl1r4shhpbfjlcgj";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-golangci-lint";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-gometalinter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-gometalinter";
- ename = "flycheck-gometalinter";
- version = "20180424.241";
- src = fetchFromGitHub {
- owner = "favadi";
- repo = "flycheck-gometalinter";
- rev = "422f6e4b77b27fd7370f0c88437ac5072c9d3413";
- sha256 = "16117njpia9046snp1y2yapqmnzgbsan5dvaw3ih5pqmnqjjqdkd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bfe9f2d030c04fb292297eb9226072bfea2ac64/recipes/flycheck-gometalinter";
- sha256 = "1bnvj5kwgbh0dv989rsjcvmcij1ahwcz0vpr6a8f2p6wwvksw1h2";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-gometalinter";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-gradle = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-gradle";
- ename = "flycheck-gradle";
- version = "20190314.1934";
- src = fetchFromGitHub {
- owner = "jojojames";
- repo = "flycheck-gradle";
- rev = "1ca08bbc343362a923cbdc2010f66e41655e92ab";
- sha256 = "14zvx7f2nszf8p14aibqa4pdg3ly7yw66a58bw2whjw9zfi9rnr0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/382d9afd2bbb0c137719c308a67d185b86d84331/recipes/flycheck-gradle";
- sha256 = "0zd92lx0mqjqwzclvvhfwwahq80qspyv9k7qcxjc0bl3avjk6a47";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-gradle";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-grammalecte = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-grammalecte";
- ename = "flycheck-grammalecte";
- version = "20190517.944";
- src = fetchgit {
- url = "https://git.deparis.io/flycheck-grammalecte/";
- rev = "8ba9d41dad0c9c96760614ce7594ceb823f560de";
- sha256 = "1l2n3vi7krd61bgwj7dg7qpkccimwfx3m0946fmxgrp0k6q41fn0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fdd82aa0568d998a3d176b5ee47b8a227438ea09/recipes/flycheck-grammalecte";
- sha256 = "0xqg995a42cl6mvmpi68ay56fgs636cbzg65q5si5yc1yzgl74nv";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-grammalecte";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-haskell = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , haskell-mode
- , let-alist
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "flycheck-haskell";
- ename = "flycheck-haskell";
- version = "20181207.846";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-haskell";
- rev = "32ddff87165a7d3a35e7318bee997b5b4bd41278";
- sha256 = "10pgsbagq6qj4mshq5sypv0q0khck92b30sc793b4g1pfpsxvgjn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ca601613788ae830655e148a222625035195f55/recipes/flycheck-haskell";
- sha256 = "12lgirz3j6n5ns2ikq4n41z0d33qp1lb5lfz1q11qvpbpn9d0jn7";
- name = "recipe";
- };
- packageRequires = [ dash emacs flycheck haskell-mode let-alist seq ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-haskell";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-hdevtools = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-hdevtools";
- ename = "flycheck-hdevtools";
- version = "20160926.2";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-hdevtools";
- rev = "53829f0c57800615718cfce27ffa16d8ba286cee";
- sha256 = "1isx9v5xx35pglmhyhpmpg7axw0krmnl0n2qiikf499z7dd35wyn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9e210eb2405cc85dd1d03e9119d2249178950398/recipes/flycheck-hdevtools";
- sha256 = "0ahvai1q4x59ryiyccvqvjisgqbaiahx4gk8ssaxhblhj0sqga93";
- name = "recipe";
- };
- packageRequires = [ dash flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-hdevtools";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ini-pyinilint = callPackage ({ fetchFromGitLab
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-ini-pyinilint";
- ename = "flycheck-ini-pyinilint";
- version = "20190312.1231";
- src = fetchFromGitLab {
- owner = "danieljrmay";
- repo = "flycheck-ini-pyinilint";
- rev = "54744a78d06373404933fedc3ca836916e83de51";
- sha256 = "1zdvan6l2s97s7swnccq21z1ja8vl64l757j3hg50ipq8j5yy9dl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c2a1d0b4be0dd3e238ad2e3a157b11ecc82c0639/recipes/flycheck-ini-pyinilint";
- sha256 = "028ksrlrrsn2wsz7kqf3qk4pp3scs7zvp74c4xj52rm4hh7ycbl7";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ini-pyinilint";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-inline = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-inline";
- ename = "flycheck-inline";
- version = "20190320.911";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-inline";
- rev = "cf9eceabff8370f3b834b943a5777b9f914583f9";
- sha256 = "1sk8r90iqxpzrg0lpq4vd8ywdi08i0bbmgdivmr510jw2bpi3wp4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a9ecc3a4696d2b3b0f0b8b1ca6e5285380ac046a/recipes/flycheck-inline";
- sha256 = "14ph2f5aj2mpyxbbq4v0rk5zdz7773lf2m83m30h3r1cbh5jmddj";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-inline";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-irony = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , irony
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-irony";
- ename = "flycheck-irony";
- version = "20180604.1452";
- src = fetchFromGitHub {
- owner = "Sarcasm";
- repo = "flycheck-irony";
- rev = "42dbecd4a865cabeb301193bb4d660e26ae3befe";
- sha256 = "00ggn7v1nj2zb7rvwmjrhybd1vcp07n74krdy28z9xwh7w59wyq7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e367afce9a792c168ef1e7e20cc5903f7b570d8/recipes/flycheck-irony";
- sha256 = "0qk814m5s7mjba659llml0gy1g3045w8l1g73w2pnm1pbpqdfn3z";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck irony ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-irony";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-jest = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-jest";
- ename = "flycheck-jest";
- version = "20180410.2028";
- src = fetchFromGitHub {
- owner = "jojojames";
- repo = "flycheck-jest";
- rev = "08f27c5ed97c83c445f99fab58f0b6c826f14449";
- sha256 = "1ipr1yyk5vf2i8q7923r18a216sgf759x5f6j5776jcjkhp98c98";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31e2ac9de5f28ee9d847097cdeb60afa99476a51/recipes/flycheck-jest";
- sha256 = "19dg8v0xzni7x6zn472n4ach1c1jv4syzarfi8ba8r6n26vz9ss4";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-jest";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-joker = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-joker";
- ename = "flycheck-joker";
- version = "20180912.2204";
- src = fetchFromGitHub {
- owner = "candid82";
- repo = "flycheck-joker";
- rev = "51e99e697761ee8dab863930910abdba7607c1bd";
- sha256 = "07pxfvnrgp7f3rb27j1zrq04pncvga4291krqqy3dzwazsjplz48";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/599bf33a5d4a4a590b355001e532cab4e1ee9ef6/recipes/flycheck-joker";
- sha256 = "0war80zdljpjhfihqrind8471ic7l4z7j74zmrysybxvnd5nr7l3";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-joker";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-julia = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-julia";
- ename = "flycheck-julia";
- version = "20170729.1441";
- src = fetchFromGitHub {
- owner = "gdkrmr";
- repo = "flycheck-julia";
- rev = "213b60a5a9a1cb7887260e1d159b5bb27167cbb6";
- sha256 = "0wk8mc8j67dmc3mxzrhypgxmyywwrjh5q5llj4m2mgf0j7yp2576";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e964e3c6f737d0102b4fd7440fa9d434e6382bf/recipes/flycheck-julia";
- sha256 = "0340bv0lifs8pajk7gh7rngdjg62vaggn5biyysng642dlg5fwqs";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-julia";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-kotlin = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-kotlin";
- ename = "flycheck-kotlin";
- version = "20170122.337";
- src = fetchFromGitHub {
- owner = "whirm";
- repo = "flycheck-kotlin";
- rev = "44dfae49a7355232492e17c150b7f80a84835c45";
- sha256 = "1495yxk308d1j3hw8gfdrsg8xs1imzgwfnwadrz9hx36rjd2dhj5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f158727cc8892aadba0a613dd08e65e2fc791b48/recipes/flycheck-kotlin";
- sha256 = "0vh4f3ap1ciddf2fvfnjz668d6spyx49xs2wfp1hrzxn5yqpnra5";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-kotlin";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ledger = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-ledger";
- ename = "flycheck-ledger";
- version = "20180818.2021";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flycheck-ledger";
- rev = "8d7f52a4c7f80ca396ef0fc6c7d8e9f005778dfc";
- sha256 = "0m5zhyzrh4lx7vzwdgdwcfkipdvi3y8kavhckbd7vd9zwx539ij1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc715e6849aa5d6017e2478514c4a0d84c7ddbe5/recipes/flycheck-ledger";
- sha256 = "0807pd2km4r60wgd6jakscbx63ab22d9kvf1cml0ad8wynsap7jl";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ledger";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-lilypond = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-lilypond";
- ename = "flycheck-lilypond";
- version = "20171203.532";
- src = fetchFromGitHub {
- owner = "hinrik";
- repo = "flycheck-lilypond";
- rev = "d6b2c03e94e0b9b6294d7ad0b2fe4a76907a8aed";
- sha256 = "0vafllj20k8b3z7ybnnpny0dj4xmnr5s69p3krwchs77pi04727h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/da99de90193c9ad362afdbbae28dfba52ef3676e/recipes/flycheck-lilypond";
- sha256 = "0yx0jbilr8z58df13wcssp3p95skcvl8mnhhr6lijak44sd7klbf";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-lilypond";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-liquidhs = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-liquidhs";
- ename = "flycheck-liquidhs";
- version = "20170412.1626";
- src = fetchFromGitHub {
- owner = "ucsd-progsys";
- repo = "flycheck-liquidhs.el";
- rev = "c27252ac24d77f4b6eec76a4ba9cd61761a3fba9";
- sha256 = "1v5s252w2ai0rrci0rkq6wsx110pw8hp60n67990jg6l6lpvir2s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d5921fde4068ff1bb288f6f9e2fe03f4a7fdbbda/recipes/flycheck-liquidhs";
- sha256 = "07dn2ifj49z2jj9zw0f0ydp5rxx9wfmah4fh4vx8slnpjby367yh";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-liquidhs";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-mercury = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "flycheck-mercury";
- ename = "flycheck-mercury";
- version = "20181118.1152";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-mercury";
- rev = "b6807a8db70981e21a91a93324c31e49de85c89f";
- sha256 = "15pjqglpcwm4wy0cxk1man3ar0n56qi1bjrr1fxfjq2xwsgsfagh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a775d12d9b9b6f27a44aeffbbb18de46a9e1b532/recipes/flycheck-mercury";
- sha256 = "1z2y6933f05yv9y2aapmn876jnsydh642zqid3j88bb9kqi67x0h";
- name = "recipe";
- };
- packageRequires = [ dash flycheck s ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-mercury";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-mix = callPackage ({ elixir-mode
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-mix";
- ename = "flycheck-mix";
- version = "20190511.1457";
- src = fetchFromGitHub {
- owner = "tomekowal";
- repo = "flycheck-mix";
- rev = "0bc301cfb6627e51a83312052641df1844ebce0a";
- sha256 = "1wvlnxr01i1kbvbwh8zi1m4vld2nlw1vnzia6kci425s0wj5w8i5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd2a4d71b7f4c0082b687a23fd367d55186625a9/recipes/flycheck-mix";
- sha256 = "1wp8lp45lc519w3xsws2c91jlbfmc0pc8764kxsifk74akwcizfl";
- name = "recipe";
- };
- packageRequires = [ elixir-mode flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-mix";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-mmark = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-mmark";
- ename = "flycheck-mmark";
- version = "20181231.2257";
- src = fetchFromGitHub {
- owner = "mmark-md";
- repo = "flycheck-mmark";
- rev = "a11563dcb9ed48f71274e0c6eb9e76b65d44bf40";
- sha256 = "00pg5cds9s82aip9bh9f6qlknzcfdxlj37gi8cffknxxgmvrrjbc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2fd10423ab80e32245bb494005c8f87a8987fffb/recipes/flycheck-mmark";
- sha256 = "0lnw7pz40hijcpi9b92vjxvvyh9v50ww2f2r8z9pyhl9mjy2245x";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-mmark";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-mypy = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-mypy";
- ename = "flycheck-mypy";
- version = "20180907.316";
- src = fetchFromGitHub {
- owner = "lbolla";
- repo = "emacs-flycheck-mypy";
- rev = "6f99166f5229c7b4298cff1818b7eaece1c9c8bd";
- sha256 = "06rdwjljhficbdf74qzlxsy02xhd8msp79fx75nwbxbd84q6dr5w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1f5ad8263ee33b8950ff68e39dca5b1f1748c1b/recipes/flycheck-mypy";
- sha256 = "1w418jm6x3vcg2x31nzc8a3b8asx6gznl6m76ip8w98riz7vy02f";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-mypy";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-nim = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-nim";
- ename = "flycheck-nim";
- version = "20160714.2128";
- src = fetchFromGitHub {
- owner = "ALSchwalm";
- repo = "flycheck-nim";
- rev = "6d27349b66e44578851e6148299709d64d2bde41";
- sha256 = "08rjrh7rjx71fsxf931hhfcga7m6a8sd6bvvr4qbsmhldnzd1aa7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68747db46761f28aa2fdf13494d7cecc334cb604/recipes/flycheck-nim";
- sha256 = "0w6f6998rqx8a3i4xhga7mrmvhxrm690wkqwfzspidid2z7v71az";
- name = "recipe";
- };
- packageRequires = [ dash flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-nim";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-nimsuggest = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-nimsuggest";
- ename = "flycheck-nimsuggest";
- version = "20171027.1508";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "flycheck-nimsuggest";
- rev = "dc9a5de1cb3ee05db5794d824610959a1f603bc9";
- sha256 = "1bf65hrz0s6f180kn2ir8l5qn7in789w8pyy96b9gqn21z50vb9d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cb4170f002dbcd1906e81836f3ce035b1e81c379/recipes/flycheck-nimsuggest";
- sha256 = "099mlzramm6z66zyjb6ypn7qb0hpvwbbgk9ydsanj8sni0dd66hv";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-nimsuggest";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-objc-clang = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-objc-clang";
- ename = "flycheck-objc-clang";
- version = "20190421.349";
- src = fetchFromGitHub {
- owner = "GyazSquare";
- repo = "flycheck-objc-clang";
- rev = "b46ad43637cebf8467cf596d3e7b5f5d371789e9";
- sha256 = "0qiva3sfxy0ilf062yd5kyirmimlc5nnl6954ijmf7r31z57n64z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ff4412f507371b93cfb85fc744e54110cd87338/recipes/flycheck-objc-clang";
- sha256 = "07mzwd04a69d7xpkjmhfmf95j69h6accnf9bb9br7jb1hi9vdalp";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-objc-clang";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ocaml = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild
- , merlin }:
- melpaBuild {
- pname = "flycheck-ocaml";
- ename = "flycheck-ocaml";
- version = "20170730.1453";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-ocaml";
- rev = "8707a7bf545a8639a6a5c600a98d9a2ea1487dc9";
- sha256 = "13vzxkjq6v1f1i9zgxgjbwpiba04k9frkcl2wx6a9h3vgd7jyay0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ce9283eb1285953a2578eb7c4d280b4d98c801f/recipes/flycheck-ocaml";
- sha256 = "1cv2bb66aql2kj1y1gsl4xji8yrzrq6rd8hxxs5vpfsk47052lf7";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck let-alist merlin ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ocaml";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-package = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , package-lint }:
- melpaBuild {
- pname = "flycheck-package";
- ename = "flycheck-package";
- version = "20161111.1451";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flycheck-package";
- rev = "afe8a49343d90d08ee72ac6f993d424dcc39cc38";
- sha256 = "19pz8h01yacfqsyh5940pam6vigvavsqg6qd84994d7mmzl534qa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d17ec69c9f192625e74dfadf03b11d0d7dc575e7/recipes/flycheck-package";
- sha256 = "0068kpia17rsgjdmzsjnw0n6x5z9jvfxggxlzkszvwsx73mvcs2d";
- name = "recipe";
- };
- packageRequires = [ flycheck package-lint ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-package";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-pact = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , pact-mode }:
- melpaBuild {
- pname = "flycheck-pact";
- ename = "flycheck-pact";
- version = "20180920.1352";
- src = fetchFromGitHub {
- owner = "kadena-io";
- repo = "flycheck-pact";
- rev = "0e10045064ef89ec8b6f5a473073d47b976a2ca3";
- sha256 = "072jc0vrjg531ydk5bjrjpmbvdk81yw75jqjnvb7alkib6jn5f9r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0ffc77b2ddcd4f9c27a2306459cf2fcde7880e3e/recipes/flycheck-pact";
- sha256 = "1nxmh6p2id4cxzs7jxdrk88g8qmvk33nbzmrqhm7962iqizlvnrw";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck pact-mode ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-pact";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-perl6 = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-perl6";
- ename = "flycheck-perl6";
- version = "20180509.1501";
- src = fetchFromGitHub {
- owner = "hinrik";
- repo = "flycheck-perl6";
- rev = "b804702305d7a6e26f762ff98cfdeec2e9dd4cb7";
- sha256 = "0gys38rlx9lx35bia6nj7kfhz1v5xfrirgf8adwk7b2hfjazrsib";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2f6ecdb2ce6bc74a27dca01ab4942778e986ac8f/recipes/flycheck-perl6";
- sha256 = "0czc0fqx7g543afzkbjyz4bhxfl4s3v5swn9xrkayv8cgk8acvp4";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-perl6";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-phpstan = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , phpstan }:
- melpaBuild {
- pname = "flycheck-phpstan";
- ename = "flycheck-phpstan";
- version = "20190227.842";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "phpstan.el";
- rev = "1151b8d418af532fdf0732b9793b479c64a364e3";
- sha256 = "0wb9pshgcrq2w9d9fpkywz299ihcb9fffh3fdk8rm1r8irylrjkh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5a2b6cc39957e6d7185bd2bdfa3755e5b1f474a6/recipes/flycheck-phpstan";
- sha256 = "1dr0h6cnwxdjmhlackv4gpsljwzs27gk41p8q99r0m44dada9gaf";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck phpstan ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-phpstan";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-pkg-config = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "flycheck-pkg-config";
- ename = "flycheck-pkg-config";
- version = "20180430.1543";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "flycheck-pkg-config";
- rev = "e72e4c1b8153611ed82695673af84096f4d52795";
- sha256 = "07zyrbib9qzy4kj3p7kljcfi53qhb28nf0sjhhkqzdj09iv2k9wf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b2e88f2f126c9ff8b4261d6adb4c0d8d3049f33/recipes/flycheck-pkg-config";
- sha256 = "0w7h4fa4mv8377sdbkilqcw4b9qda98c1k01nxic7a8i3iyq02d6";
- name = "recipe";
- };
- packageRequires = [ dash flycheck s ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-pkg-config";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-plantuml = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , plantuml-mode }:
- melpaBuild {
- pname = "flycheck-plantuml";
- ename = "flycheck-plantuml";
- version = "20171017.1811";
- src = fetchFromGitHub {
- owner = "alexmurray";
- repo = "flycheck-plantuml";
- rev = "183be89e1dbba0b38237dd198dff600e0790309d";
- sha256 = "1fbdbpwrlkvbgv693ndr3zamkf3gp28v94jg911fsav8bk08f6pq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/65f050860a0efda8cf472c2945b79a0a57651556/recipes/flycheck-plantuml";
- sha256 = "01l22isiym635471628b951n025ls3lm6gfhfp6f8n8w7v1sb986";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck plantuml-mode ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-plantuml";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-pony = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-pony";
- ename = "flycheck-pony";
- version = "20190226.1835";
- src = fetchFromGitHub {
- owner = "SeanTAllen";
- repo = "flycheck-pony";
- rev = "9356cbcd404eaf381ab0c4b0f9c47232f723fa7e";
- sha256 = "1rzz3cl0pxn3hhrkxcdiy17wl4dzbn8kxm3hq90zmhag1gbfy4zz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e2bcb82f4ddb92243058c9ab1a67d4f7ef87b155/recipes/flycheck-pony";
- sha256 = "18w1d7y3jsmsc4wg0909p72cnvbxzsmnirmrahhwgsb963fij5qk";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-pony";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-popup-tip = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "flycheck-popup-tip";
- ename = "flycheck-popup-tip";
- version = "20170812.1651";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-popup-tip";
- rev = "ef86aad907f27ca076859d8d9416f4f7727619c6";
- sha256 = "1bi6f9nm4bylsbjv4qnkar35s6xzdf2cc2cxi3g691p9527apdz6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b2269ee9532bb092756ae0c0693cb44b73820e8/recipes/flycheck-popup-tip";
- sha256 = "1j8pgljnxcbfh08qpbr9jkw56l7d6k8lmdcsjbi6jd7jmyqbqvnx";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck popup ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-popup-tip";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-pos-tip = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , pos-tip }:
- melpaBuild {
- pname = "flycheck-pos-tip";
- ename = "flycheck-pos-tip";
- version = "20180610.915";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-pos-tip";
- rev = "909113977d37739387c7f099d74a724cfe6efcec";
- sha256 = "0rfbhvl8n656a9d58bjyzki9r3si3ypylbyjn67rnla4jzzi22v8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/698843f75e17b9e6160487c0153f9d6b4af288f6/recipes/flycheck-pos-tip";
- sha256 = "09i2jmwj8b915fhyczwdb1j7c551ggbva33avis77ga1s9v3nsf9";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck pos-tip ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-pos-tip";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-posframe = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , posframe }:
- melpaBuild {
- pname = "flycheck-posframe";
- ename = "flycheck-posframe";
- version = "20190327.411";
- src = fetchFromGitHub {
- owner = "alexmurray";
- repo = "flycheck-posframe";
- rev = "d1591cfaef04c67e1a01a32833f140ab27c33773";
- sha256 = "1c1fxl8l8z5b6k4hb2bk6n6w4diyg9sz04qbqq91qls8rwnnvy0a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/124f2a7833e3386a0bf57c8111d782ae7a7ee02e/recipes/flycheck-posframe";
- sha256 = "02ym2isn761w2nsfxiqjh0jk4md9wy3hk9na2aw7pyycm5cgmfwp";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck posframe ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-posframe";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-prospector = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-prospector";
- ename = "flycheck-prospector";
- version = "20180523.2150";
- src = fetchFromGitHub {
- owner = "chocoelho";
- repo = "flycheck-prospector";
- rev = "d5b81adb5c8261b935baf0a614dd4b776280392e";
- sha256 = "1g66gm538dwkvyl5rb199rnp5y8knrr3697m2qi0x0f18l072cg6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/45475a408ff287f4f9d2a8bc729b995635579c84/recipes/flycheck-prospector";
- sha256 = "1z028qi40pk7jh0m8w332kr5qi6k6sw1kbymqdxxfakh1976fww9";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-prospector";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-pycheckers = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-pycheckers";
- ename = "flycheck-pycheckers";
- version = "20190523.1111";
- src = fetchFromGitHub {
- owner = "msherry";
- repo = "flycheck-pycheckers";
- rev = "7969168b1367da6c48bf79f59ea0db0240ed66d9";
- sha256 = "0xy0y0ywxfc422k4cdv5phh70fi77f6rn9imdbdkkd64x4lfahqr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/af36dca316b318d25d65c9e842f15f736e19ea63/recipes/flycheck-pycheckers";
- sha256 = "18ski3bp8x33589pc273i5ia3hffvlb4czrd97wkfgr4k59ww6yq";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-pycheckers";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-pyflakes = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-pyflakes";
- ename = "flycheck-pyflakes";
- version = "20170330.1611";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "flycheck-pyflakes";
- rev = "61b045939e3743b2162b7e4e73249c66fc2b8f65";
- sha256 = "03p0666vpprp6ijkvx9ypaw58bdq42gh533270plv2k5l8r22cl1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05e6f3041151006e44f91e5bcbaa7be3750fb403/recipes/flycheck-pyflakes";
- sha256 = "186h5ky48i1xmjbvvhn1i0rzhsy8bgdv1d8f7rlr2z4brb52f9c1";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-pyflakes";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-pyre = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-pyre";
- ename = "flycheck-pyre";
- version = "20190215.422";
- src = fetchFromGitHub {
- owner = "linnik";
- repo = "flycheck-pyre";
- rev = "0560122caae207d99d8af1ac2b4e5d6f6a1ce444";
- sha256 = "0f58127197q6yfylz53nigyn7v91pcsdd91ywfgq5lrl0f5fvmdy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aca6199ebfbf93f844c8f7a3db785dec079ef8af/recipes/flycheck-pyre";
- sha256 = "0h7ccxw9ymlmr2vq3p61cbfxfcjs8pzm73654s13c18rbl6dzfxv";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-pyre";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-rtags = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , rtags }:
- melpaBuild {
- pname = "flycheck-rtags";
- ename = "flycheck-rtags";
- version = "20180619.124";
- src = fetchFromGitHub {
- owner = "Andersbakken";
- repo = "rtags";
- rev = "5dbb594a7202c4a2e84329cf821bd28bfbea5ae3";
- sha256 = "0x210bqv7618g85nzjy4x9gy31qcbjgppmk8zbpmqk59f2bp7bac";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/flycheck-rtags";
- sha256 = "00v6shfs7piqapmyqyi0fk3182rcfa3p8wr2cm5vqlrana13kbw4";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck rtags ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-rtags";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-rust = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "flycheck-rust";
- ename = "flycheck-rust";
- version = "20190319.846";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-rust";
- rev = "a139cd53c5062697e9ed94ad80b803c37d999600";
- sha256 = "1fh6j5w2387nh2fwwjphkhq17cgj5m2q5k0fhidvgc2w65lzbr1r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68d8cdf3d225b13ebbbe5ce81a01366f33266aed/recipes/flycheck-rust";
- sha256 = "1k0n0y6lbp71v4465dwq7864vp1qqyx7zjz0kssszcpx5gl1596w";
- name = "recipe";
- };
- packageRequires = [ dash emacs flycheck let-alist seq ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-rust";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-soar = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-soar";
- ename = "flycheck-soar";
- version = "20181106.52";
- src = fetchFromGitHub {
- owner = "tszg";
- repo = "flycheck-soar";
- rev = "d2f03a0af9b625a645f3194dc24cfeee94d92760";
- sha256 = "02ll2nw2x45nfmxdj1ps62jr663spy01vy8gfg1qh2rl1pjviwqw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/15cae578c5ba5152be0726f046b5f2dc4719a387/recipes/flycheck-soar";
- sha256 = "14xpq3pdfwacmhl9x8fdzcsanpf6zljdzh6gwclw724k720acbdl";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-soar";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-stack = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-stack";
- ename = "flycheck-stack";
- version = "20160520.244";
- src = fetchFromGitHub {
- owner = "chrisdone";
- repo = "flycheck-stack";
- rev = "f04235e00998000ee2c305f5a3ee72bb5dbbc926";
- sha256 = "139q43ldvymfxns8zv7gxasn3sg0rn4i9yz08wgk50psg5zq5mjr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b77f55989d11d1efacbad0fd3876dd27006f2679/recipes/flycheck-stack";
- sha256 = "1r9zppqmp1i5i06jhkrgvwy1p3yc8kmcvgibricydqsij26lhpmf";
- name = "recipe";
- };
- packageRequires = [ flycheck haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-stack";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-status-emoji = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-status-emoji";
- ename = "flycheck-status-emoji";
- version = "20180330.1625";
- src = fetchFromGitHub {
- owner = "liblit";
- repo = "flycheck-status-emoji";
- rev = "61e93ac41847d27b8eea3a334ced2d1783687b77";
- sha256 = "104zz9fihvd5klzdcaxsdmmfp0q5qisq5bbff48rfwdxnlp8dskr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5abd6aaa8d2bf55ae75cd217820763531f91958b/recipes/flycheck-status-emoji";
- sha256 = "0p42424b1fsmfcjyl252vhblppmpjwd6br2yqh10fi60wmprvn2p";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs flycheck let-alist ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-status-emoji";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-swift = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-swift";
- ename = "flycheck-swift";
- version = "20170128.2149";
- src = fetchFromGitHub {
- owner = "swift-emacs";
- repo = "flycheck-swift";
- rev = "c6c416a1b7a7d346e5c040e4e4065abc68d3a844";
- sha256 = "0wa60i99jh0dsks30jssg7l17bcmr6jzkwmkjg8brl756p593zp5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd99bea06079c4231363c37e3361bd9e5b1ba490/recipes/flycheck-swift";
- sha256 = "1s6rn4wyz9la6bw228jfxx8dxjyk5hf8r3vbmq0k808p772zki0z";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-swift";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-swift3 = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-swift3";
- ename = "flycheck-swift3";
- version = "20190420.1810";
- src = fetchFromGitHub {
- owner = "GyazSquare";
- repo = "flycheck-swift3";
- rev = "811a765a0106bbdc8d6a721b22a2a97f3527df7c";
- sha256 = "0gsiisshqml1s56p9k8lw5fd3mlnk2i9j886ybc7ahkkpq8sfdwz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1fb8c731c118327dc0bbb726e046fec46bcfb82/recipes/flycheck-swift3";
- sha256 = "05yfrn42svcvdkr8mx16ii8llhzn33lxdawksjqiqg671s6fgdpa";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-swift3";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-swiftlint = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-swiftlint";
- ename = "flycheck-swiftlint";
- version = "20180829.2040";
- src = fetchFromGitHub {
- owner = "jojojames";
- repo = "flycheck-swiftlint";
- rev = "65101873c4c9f8e7eac9471188b161eeddda1555";
- sha256 = "007n0jv5z159pw5bcqcycv6h31rl0z16m22yrhqi94yc14jlw5ma";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7e2a979726507e974a0a19dfc2ca6884157025be/recipes/flycheck-swiftlint";
- sha256 = "1nwxv4l3ml9hlc8qf8a8x1bnnvdj80sb8nfbkcfiqwak315wihr4";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-swiftlint";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-tcl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-tcl";
- ename = "flycheck-tcl";
- version = "20180327.559";
- src = fetchFromGitHub {
- owner = "nwidger";
- repo = "flycheck-tcl";
- rev = "7ca23f4673e178b9f5dcc8a82b86cf05b15d7236";
- sha256 = "17mmj0yx7d7cwyq35ll1lw4j0yyha172375apvanrkpgpzjpnvrq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fafc86df6c15348711f16302bb86c0ee08c08454/recipes/flycheck-tcl";
- sha256 = "0rmc7rk0n4mgk11jgza1dn1nkjyi7rqs79d3p0cj1081znyj56f3";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-tcl";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-tip = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "flycheck-tip";
- ename = "flycheck-tip";
- version = "20171020.348";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "flycheck-tip";
- rev = "a8ea6c905e8ad2d0684a17f7e78ba11e8598e85d";
- sha256 = "12igqdgy93s02mv9zik5x98x3dzk654w6j6n2mkbzipfgfwq6nms";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/024f1e588e94014734fa252ee7bdb00b4991ede9/recipes/flycheck-tip";
- sha256 = "0zab1zknrnsw5xh5pwzzcpz7p40bbywkf9zx99sgsd6b5j1jz656";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck popup ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-tip";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-title = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-title";
- ename = "flycheck-title";
- version = "20170216.1546";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "flycheck-title";
- rev = "6faea67be8661faf8152217869d16e993cc2bc49";
- sha256 = "08b2cq5bzmq9aa8b8glx5js2nhfpgdsd0r2sgvi0ij937yz8lf37";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2996b70645cd6fd093e3b31b9586ce5acb036cf6/recipes/flycheck-title";
- sha256 = "1cxid9qmzy8pl8qkvr6kgvfqm05pjw8cxpz66x619hbkw2vr7sza";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-title";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-vale = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-vale";
- ename = "flycheck-vale";
- version = "20180928.42";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "flycheck-vale";
- rev = "131dacdf55e2b469d64543e4ae373aa93ec40a4f";
- sha256 = "07927h7d8qpf7wi6ish8lh15x414qz4298bik3p7vgls7qr8di4h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7693eeb536e601589b49f96d0e2734cd08fad4f2/recipes/flycheck-vale";
- sha256 = "1ny30q81hq62s178rj3jjwsf9f3988dd6pl82r0vq53z3asnsxyd";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck let-alist ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-vale";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-vdm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , vdm-mode }:
- melpaBuild {
- pname = "flycheck-vdm";
- ename = "flycheck-vdm";
- version = "20190304.39";
- src = fetchFromGitHub {
- owner = "peterwvj";
- repo = "vdm-mode";
- rev = "103993147b24325ef68099d087dce9ac501f02f9";
- sha256 = "1amwm9m6d0z5pjkp9ng8xma57058br3fvnhk64placlln6fkajbz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f246b9dcf7915a845b9e2cd44cc1a0833b412c8f/recipes/flycheck-vdm";
- sha256 = "15ng1l8gfp8iz50yb5d39dy57763gd2x8j6z6rz0byiykgxhl9zg";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck vdm-mode ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-vdm";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-xcode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-xcode";
- ename = "flycheck-xcode";
- version = "20180121.2251";
- src = fetchFromGitHub {
- owner = "jojojames";
- repo = "flycheck-xcode";
- rev = "6147ab777e2c08e4f5ffdbd85d3013ca700fa835";
- sha256 = "1jwd7xhg7gfjppimf1kxwxwsgzkqc8w86wgp7kqphp79ydd4jgp8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5fc66203fdd1721bf1a6f8dcec51694c57d2e690/recipes/flycheck-xcode";
- sha256 = "0n86hn6rf0mrx1385pwxgkx28xrbnksarlzb07h9d63s0yb5shaa";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-xcode";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-yamllint = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-yamllint";
- ename = "flycheck-yamllint";
- version = "20170325.1035";
- src = fetchFromGitHub {
- owner = "krzysztof-magosa";
- repo = "flycheck-yamllint";
- rev = "110d310fae409e1869b82c34e60936bd3783dc69";
- sha256 = "0xfmnwmc26wzfw1r4q70yxzm9qqvcpxx953pvssavrxfyg3bdgf4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/932ee0a1f13a52d53102b90911da79145208cbb5/recipes/flycheck-yamllint";
- sha256 = "1q2sy0hsbnwdlwq99wk8n5gi9fd8bs4jvi859np8bylbhhb3kj8m";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-yamllint";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-yang = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , yang-mode }:
- melpaBuild {
- pname = "flycheck-yang";
- ename = "flycheck-yang";
- version = "20180312.1131";
- src = fetchFromGitHub {
- owner = "andaru";
- repo = "flycheck-yang";
- rev = "47881fc42ef0163c47064b72b5d6dbef4f83d778";
- sha256 = "0bkbl1pas44bl6s3xjdb5zjbd6bmfjk39md5ds1ix4wchnkjm3iy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e58b4f4294d11424918b399898c0044f5b76ab14/recipes/flycheck-yang";
- sha256 = "0agfmirjwlz13aq1jh94agav0y1rxkyhj7mngdgys7mwjxy0ac9h";
- name = "recipe";
- };
- packageRequires = [ flycheck yang-mode ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-yang";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ycmd = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild
- , ycmd }:
- melpaBuild {
- pname = "flycheck-ycmd";
- ename = "flycheck-ycmd";
- version = "20181015.2318";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "emacs-ycmd";
- rev = "ef87d020d3314efbac2e8925c115d0ac5c128c2a";
- sha256 = "143xc0ji8s3par4jfz8fxwrxqwfhndc1w8vrzpsycxc36mryzy26";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/flycheck-ycmd";
- sha256 = "114k5y3jy470g5zzhxy03036gcayc08n6g61cidlr2zlyq80glyr";
- name = "recipe";
- };
- packageRequires = [ dash emacs flycheck let-alist ycmd ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ycmd";
- license = lib.licenses.free;
- };
- }) {};
- flymake-coffee = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-coffee";
- ename = "flymake-coffee";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-coffee";
- rev = "dee295acf30820ed15fe0de17137d50bc27fc80c";
- sha256 = "0706jbi3jcmffxmcpvh8w3007q8sh48kgrcjip5c9hhfqpagayld";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-coffee";
- sha256 = "1aig1d4fgjdg31vrg8k43z5hbqiydgfvxi45p1695s3kbdm8pr2d";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-coffee";
- license = lib.licenses.free;
- };
- }) {};
- flymake-cppcheck = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-cppcheck";
- ename = "flymake-cppcheck";
- version = "20140415.557";
- src = fetchFromGitHub {
- owner = "senda-akiha";
- repo = "flymake-cppcheck";
- rev = "9554f504d425a04fa6a875f7e3179bc7cf07dd03";
- sha256 = "1dlxn8hhz3gfrhvkwhlxjmby6zc0g8yy9n9j9dn8c4cbi2fhyx5m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2a83d56c6e150de5d4fdbd89f271f18e5304afd8/recipes/flymake-cppcheck";
- sha256 = "11brzgq2zl32a8a2dgj2imsldjqaqvxwk2jypf4bmfwa3mkcqh3d";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-cppcheck";
- license = lib.licenses.free;
- };
- }) {};
- flymake-css = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-css";
- ename = "flymake-css";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-css";
- rev = "de090163ba289910ceeb61b13368ce42d0f2dfd8";
- sha256 = "18rqzah8p7mqwkddaav1d4r146amvn8jppazvsvc5vs01syj83m9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-css";
- sha256 = "0kqm3wn9symqc9ivnh11gqgq8ql2bhpqvxfm86d8vwm082hd92c5";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-css";
- license = lib.licenses.free;
- };
- }) {};
- flymake-cursor = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-cursor";
- ename = "flymake-cursor";
- version = "20120322.1057";
- src = fetchFromGitHub {
- owner = "flymake";
- repo = "emacs-flymake-cursor";
- rev = "5cac5045398b1436ceb143d48961b50d38ae1396";
- sha256 = "0xaq8zfd90kqqwg8ik081jblrdyj6p3fh2xpf6a4sdj8826ry93v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a02597edee67c84bef259d7fc5c5b61bd39a5b86/recipes/flymake-cursor";
- sha256 = "0v5abg3h9kmybr0cyr7hqy4rn88h84snzxbsmqcbjw24s10v9p0s";
- name = "recipe";
- };
- packageRequires = [ flymake ];
- meta = {
- homepage = "https://melpa.org/#/flymake-cursor";
- license = lib.licenses.free;
- };
- }) {};
- flymake-diagnostic-at-point = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "flymake-diagnostic-at-point";
- ename = "flymake-diagnostic-at-point";
- version = "20180815.304";
- src = fetchFromGitHub {
- owner = "meqif";
- repo = "flymake-diagnostic-at-point";
- rev = "379616b1c6f5ebeaf08fbe54ae765008a78b3be7";
- sha256 = "1wbzrxxz5z1xg2lwmqgglvixxf1xm3gl6mdyj9idsbym05azm3hg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7ae169ca3b59d3b876d52148dac573b7f083ac3/recipes/flymake-diagnostic-at-point";
- sha256 = "0cdxb9w5sq6z6wramj1bss5vwqzxkmdyzb1di39rghyh243cdrzx";
- name = "recipe";
- };
- packageRequires = [ emacs popup ];
- meta = {
- homepage = "https://melpa.org/#/flymake-diagnostic-at-point";
- license = lib.licenses.free;
- };
- }) {};
- flymake-easy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-easy";
- ename = "flymake-easy";
- version = "20140818.55";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-easy";
- rev = "09deafbcb5f094de8465c2bbfe270ba0f517f515";
- sha256 = "1ld0g3hrbplmw3xgg6jg032hncnlxyc3hid4vn38lkcj3y7ls61b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/flymake-easy";
- sha256 = "0y7nm2p5x1f0nqfj73zr6xzbpf4wrzx8sn8154yx0qm0qh3id39v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flymake-easy";
- license = lib.licenses.free;
- };
- }) {};
- flymake-elixir = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-elixir";
- ename = "flymake-elixir";
- version = "20130810.717";
- src = fetchFromGitHub {
- owner = "syl20bnr";
- repo = "flymake-elixir";
- rev = "3810566cffe35d04cc3f01e27fe397d68d52f802";
- sha256 = "04w6g4wixrpfidxbk2bwazhvf0cx3c2v2mxnycqqlqkg0m0sb0fn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05dae578f0dd6b5185f666431b3f36aad3aeffa1/recipes/flymake-elixir";
- sha256 = "15r3m58hnc75l3j02xdr8yg25fbn2sbz1295ac44widzis82m792";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flymake-elixir";
- license = lib.licenses.free;
- };
- }) {};
- flymake-eslint = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-eslint";
- ename = "flymake-eslint";
- version = "20190520.2111";
- src = fetchFromGitHub {
- owner = "orzechowskid";
- repo = "flymake-eslint";
- rev = "d4be92ea779ea333b599fd125817f943a676a63a";
- sha256 = "1x0ipsg0gd5lflx7kyyaz7zv6xnjzmhh1k32f01qr69zarf31nw0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b607c3b859f4564e316532a256a299c73e5f6f0/recipes/flymake-eslint";
- sha256 = "0avirxxgjk3k8hqpnhay83ij7s3xr4ha4wz5lji1zyx6f6im6gyb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flymake-eslint";
- license = lib.licenses.free;
- };
- }) {};
- flymake-gjshint = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-gjshint";
- ename = "flymake-gjshint";
- version = "20130327.532";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "flymake-gjshint-el";
- rev = "71495ee5303de18293decd57ab9f9abdbaabfa05";
- sha256 = "002s01cymgx4z4l3j2pqirg7899pljdx2hmbz8k6cksdxlymzmkd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4673825b15519e9eb2204ade5cc045751771c52/recipes/flymake-gjshint";
- sha256 = "19jcd5z4883z3fzlrdn4fzmsvn16f4hfnhgw4vbs5b0ma6a8ka44";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flymake-gjshint";
- license = lib.licenses.free;
- };
- }) {};
- flymake-go = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-go";
- ename = "flymake-go";
- version = "20150714.33";
- src = fetchFromGitHub {
- owner = "robert-zaremba";
- repo = "flymake-go";
- rev = "ae83761aa908c1a50ff34af04f00dcc46bca2ce9";
- sha256 = "03gh0y988pksghmmvb5av2vnlbcsncafvn4nwihsis0bhys8k28q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b42b8b34388803439c249f16fdf14257ef182ed6/recipes/flymake-go";
- sha256 = "030m67d8g60ljm7ny3jh4vwj3cshypsklgbjpcvh32y109ga1hy1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flymake-go";
- license = lib.licenses.free;
- };
- }) {};
- flymake-google-cpplint = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-google-cpplint";
- ename = "flymake-google-cpplint";
- version = "20140205.525";
- src = fetchFromGitHub {
- owner = "senda-akiha";
- repo = "flymake-google-cpplint";
- rev = "5d36ff947d4cdcc3ac5e7f48e543fe0be949ba72";
- sha256 = "18a7l1wmgxqqzr9mzg5rb9626rwyifmiw34chg9jchfkm8wbz0fv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/01f8e5c2b63e80f0411860fde38bf694df3bfc8f/recipes/flymake-google-cpplint";
- sha256 = "0q7v70xbprh03f1yabq216q4q82a58s2c1ykr6ig49cg1jdgzkf3";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-google-cpplint";
- license = lib.licenses.free;
- };
- }) {};
- flymake-gradle = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-gradle";
- ename = "flymake-gradle";
- version = "20190314.1933";
- src = fetchFromGitHub {
- owner = "jojojames";
- repo = "flymake-gradle";
- rev = "dbedd29b78d4828ef57d4de20867be5df3eaab99";
- sha256 = "0g6h09lz68b4dvqv5sksr7gkab0599fbm07xnc2mk01lzbas43b0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7cccc8537324e0faf7fd35325e3ccd3b2e05771a/recipes/flymake-gradle";
- sha256 = "00wpymzw2j2zx37nq8qf77pk04r0hxlmlwykcj6yzq9bfgi75wnf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flymake-gradle";
- license = lib.licenses.free;
- };
- }) {};
- flymake-haml = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-haml";
- ename = "flymake-haml";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-haml";
- rev = "22a81e8484734552d461e7ae7305664dc244447e";
- sha256 = "0pgp2gl3wdwrzcik5b5csn4qp8iv6pc51brx8p7jrwn7bz4lkb82";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-haml";
- sha256 = "0dmdhh12h4xrx6mc0qrwavngk2sx0l4pfqkjjyavabsgcs9wlgp1";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-haml";
- license = lib.licenses.free;
- };
- }) {};
- flymake-haskell-multi = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-haskell-multi";
- ename = "flymake-haskell-multi";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-haskell-multi";
- rev = "b564a94312259885b1380272eb867bf52a164020";
- sha256 = "1h21hy5fjwa5qxl31rq3jjp3wwkipdwaliq0ci184rw48kw51xjh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e879eca5eb11b2ae77ee2cb8d8150d85e9e93ebd/recipes/flymake-haskell-multi";
- sha256 = "0cyzmmghwkkv6020s6n436lwymi6dr49i7gkci5n0hw5pdywcaij";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-haskell-multi";
- license = lib.licenses.free;
- };
- }) {};
- flymake-hlint = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-hlint";
- ename = "flymake-hlint";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-hlint";
- rev = "f910736b26784efc9a2fa29503f45c1f1dd0aa38";
- sha256 = "157f2l6hllwl12h8f502rq2kl33s202k9bcyfy2cmnn6vhky1b8s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17820f32d46e845cc44b237d0bfd5c2d898721de/recipes/flymake-hlint";
- sha256 = "0wq1ijhn3ypy31yk8jywl5hnz0r0vlhcxjyznzccwqbdc5vf7b2x";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-hlint";
- license = lib.licenses.free;
- };
- }) {};
- flymake-jshint = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-jshint";
- ename = "flymake-jshint";
- version = "20140319.1500";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "flymake-jshint.el";
- rev = "79dd554c227883c487db38ac111306c8d5382c95";
- sha256 = "0ywm9fpb7d7ry2fly8719fa41q97yj9za3phqhv6j1chzaxvcv3a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/144511ce3378b468751b1ee627b77a2d22fe8dfc/recipes/flymake-jshint";
- sha256 = "0j4djylz6mrq14qmbm35k3gvvsw6i9qc4gd9ma4fykiqzkdjsg7j";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-jshint";
- license = lib.licenses.free;
- };
- }) {};
- flymake-jslint = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-jslint";
- ename = "flymake-jslint";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-jslint";
- rev = "8edb82be605542b0ef62d38d818adcdde335eecb";
- sha256 = "0i6bqpbibsbqhpqfy9zl0awiqkmddi3q8xlrslcjd429f0g5f1ad";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-jslint";
- sha256 = "1cq8fni4p0qhigx0qh34ypmcsbnilra1ixgnrn9mgg8x3cvcm4cm";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-jslint";
- license = lib.licenses.free;
- };
- }) {};
- flymake-json = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-json";
- ename = "flymake-json";
- version = "20180511.211";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-json";
- rev = "ae58795f948402e987cda4c15f10354f8ec2d0fd";
- sha256 = "1hr35xxj6w34h7xs13n6sxs69j3z3i0r1qim3hgyiym797xjsa0p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acb0a4d29159aa6d74f754911f63152dac3425bd/recipes/flymake-json";
- sha256 = "1p5kajiycpqy2id664bs0fb1mbf73a43qqfdi4c57n6j9x7fxp4d";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-json";
- license = lib.licenses.free;
- };
- }) {};
- flymake-ktlint = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-ktlint";
- ename = "flymake-ktlint";
- version = "20180830.2046";
- src = fetchFromGitHub {
- owner = "jojojames";
- repo = "flymake-ktlint";
- rev = "bea8bf350802c06756efd4e6dfba65f31dc41d78";
- sha256 = "0sycdd3har8rxg8jm55nl25g8f41y3rsnsn4sblb7pbz5x5i6ixc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7b2e630e5e16044fb8ffe251f4fa58fb8f3d6bb9/recipes/flymake-ktlint";
- sha256 = "07v90pkhmrz59m6hf1lzxq4h3kk4qblihw4qgz5phbj4l5pahivd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flymake-ktlint";
- license = lib.licenses.free;
- };
- }) {};
- flymake-less = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , less-css-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-less";
- ename = "flymake-less";
- version = "20151110.2338";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-less";
- rev = "32d3c28a9a5c52b82d1741ff9d715013b6498421";
- sha256 = "0ggi8a4j4glpsar0sqg8q06rscajjaziis5ann31wphx88rc5wd7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d4eae8b7b7d81ebf4d85f38fc3a17b4bc918318/recipes/flymake-less";
- sha256 = "05k5daphxy94164c73ia7f4l1gv2cmlw8xzs8xnddg7ly22gjhi0";
- name = "recipe";
- };
- packageRequires = [ flymake-easy less-css-mode ];
- meta = {
- homepage = "https://melpa.org/#/flymake-less";
- license = lib.licenses.free;
- };
- }) {};
- flymake-lua = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-lua";
- ename = "flymake-lua";
- version = "20170128.1754";
- src = fetchFromGitHub {
- owner = "sroccaserra";
- repo = "flymake-lua";
- rev = "dcc32b62a285215898ae774ba63dbda0656f6f53";
- sha256 = "07my1w3cdj9iq2f9jfh04m5zivig7b97kha3ajjlx9avss976baq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63889df90a8cd4a39871cc43ccc559eff7b8dd5f/recipes/flymake-lua";
- sha256 = "05q6bifr1ywirk6sdn0pr812nlrzsi79bpbgn6ay4jyzmhhfi9z0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flymake-lua";
- license = lib.licenses.free;
- };
- }) {};
- flymake-perlcritic = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-perlcritic";
- ename = "flymake-perlcritic";
- version = "20120328.114";
- src = fetchFromGitHub {
- owner = "flymake";
- repo = "emacs-flymake-perlcritic";
- rev = "0692d6ad5495f6e5438bde0a10345829b8e1def8";
- sha256 = "11r982h5fhjkmm9ld8wfdip0ghinw523nm1w4fmy830g0bbkgkrq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/flymake-perlcritic";
- sha256 = "1i0bc81cby2nsala2mhghzv7clhbf1gpp54vdxiq2wdanqy25vmk";
- name = "recipe";
- };
- packageRequires = [ flymake ];
- meta = {
- homepage = "https://melpa.org/#/flymake-perlcritic";
- license = lib.licenses.free;
- };
- }) {};
- flymake-php = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-php";
- ename = "flymake-php";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-php";
- rev = "c045d01e002ba5e09b05f40e25bf5068d02126bc";
- sha256 = "03fk8kzlwbs9k91ra91r7djxlpv5mhbha33dnyz50sqwa52cg8ck";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-php";
- sha256 = "12ds2l5kvs7fz38syp4amasbjkpqd36rlpajnb3xxll0hbk6vffk";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-php";
- license = lib.licenses.free;
- };
- }) {};
- flymake-phpcs = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-phpcs";
- ename = "flymake-phpcs";
- version = "20140712.2331";
- src = fetchFromGitHub {
- owner = "senda-akiha";
- repo = "flymake-phpcs";
- rev = "a4d383474e055e554aaf1cd617055d5d7181aa50";
- sha256 = "140rlp6m0aqibwa0bhv8w6l3giziybqdw7x271nq8f3r60ch13bi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e4d444198f593cfb03c7ca84f3e90db13ef5a01/recipes/flymake-phpcs";
- sha256 = "0zzxi3c203fiw6jp1ar9bb9f28x2lg23bczgy8n5cicrq59jfsn9";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-phpcs";
- license = lib.licenses.free;
- };
- }) {};
- flymake-puppet = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-puppet";
- ename = "flymake-puppet";
- version = "20170731.2254";
- src = fetchFromGitHub {
- owner = "benprew";
- repo = "flymake-puppet";
- rev = "9579e5c736cb890195464fabf51df113313de88d";
- sha256 = "1bk16l8rbvrwmcd0zd2yg8xmfn7b036716niy21wfizmar0pk7p7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/302dbe34e7949da9c65e9c7bf2ab924db91b968f/recipes/flymake-puppet";
- sha256 = "1izq6s33p74dy4wzfnjii8wjs723bm5ggl0w6hkvzgbmyjc01hxv";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-puppet";
- license = lib.licenses.free;
- };
- }) {};
- flymake-python-pyflakes = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-python-pyflakes";
- ename = "flymake-python-pyflakes";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-python-pyflakes";
- rev = "1d65c26bf65a5dcbd29fcd967e2feb90e1e7a33d";
- sha256 = "0hsvw6rxg3k1ymrav0bf5q3siqr9v2jp4c4h1f98szrj2lp200fm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49091c0eca4158b80269b6ff5f7f3fc8e981420b/recipes/flymake-python-pyflakes";
- sha256 = "0asbjxv03zkbcjayanv13qzbv4z7b6fi0z1j6yv7fl6q9mgvm497";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-python-pyflakes";
- license = lib.licenses.free;
- };
- }) {};
- flymake-racket = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-racket";
- ename = "flymake-racket";
- version = "20180911.1809";
- src = fetchFromGitHub {
- owner = "jojojames";
- repo = "flymake-racket";
- rev = "7900d9c1a34a55ca281cc997e9620f5f31cc098c";
- sha256 = "10iygb5wmdqc2fk398l918bz56myd858h6xvgd8ml1av7v5x3zmp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67f2b469ea8df6d0db6b9ece91f544c0e7dd3ab2/recipes/flymake-racket";
- sha256 = "173dyn8bxggyh0g97gg5f0si3905116i3k6s3islsblgrz00gjcn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flymake-racket";
- license = lib.licenses.free;
- };
- }) {};
- flymake-ruby = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-ruby";
- ename = "flymake-ruby";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-ruby";
- rev = "6c320c6fb686c5223bf975cc35178ad6b195e073";
- sha256 = "0hzyxhg6y1rknvgj2ycivwrlrw7fznw9jrin5n9z627mzpjpfcnk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-ruby";
- sha256 = "1shr6d03vx85nmyxnysglzlc1pz0zy3n28nrcmxqgdm02g197bzr";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-ruby";
- license = lib.licenses.free;
- };
- }) {};
- flymake-rust = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-rust";
- ename = "flymake-rust";
- version = "20170729.1439";
- src = fetchFromGitHub {
- owner = "jxs";
- repo = "flymake-rust";
- rev = "2f42d1f2dad73ec9de460eda6176e3ab25c446f0";
- sha256 = "02fgkv9hxwrv8n5h6izb5jyjcpazlf86pjjj4zkv1ycpa6gyzzwn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/flymake-rust";
- sha256 = "0fgpkz1d4y2ywizwwrhqdqncdmhdnbgf3mcv3hjpa82x44yb7j32";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-rust";
- license = lib.licenses.free;
- };
- }) {};
- flymake-sass = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-sass";
- ename = "flymake-sass";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-sass";
- rev = "2de28148e92deb93bff3d55fe14e7c67ac476056";
- sha256 = "05v83l05knqv2inharmhjvzmjskjlany7dnwp5dz44bvy0jhnm39";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-sass";
- sha256 = "0sz6n5r9pdphgvvaljg9zdwj3dqayaxzxmb4s8x4b05c8yx3ba0d";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-sass";
- license = lib.licenses.free;
- };
- }) {};
- flymake-shell = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-shell";
- ename = "flymake-shell";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-shell";
- rev = "a16cf453056b9849cc7c912bb127fb0b08fc6dab";
- sha256 = "1ki0zk5ijfkf4blavl62b55jnjzxw2b7blaxg51arpvvbflqmmlh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-shell";
- sha256 = "13ff4r0k29yqgx8ybxz7hh50cjsadcjb7pd0075s9xcrzia5x63i";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-shell";
- license = lib.licenses.free;
- };
- }) {};
- flymake-shellcheck = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-shellcheck";
- ename = "flymake-shellcheck";
- version = "20181213.1624";
- src = fetchFromGitHub {
- owner = "federicotdn";
- repo = "flymake-shellcheck";
- rev = "ee240f2177510ffadbb21220e2b2376edff05020";
- sha256 = "1nrpgxwkybz7wd0751j9224fvg0lfmkdxqac39mlbzx8ypk6sy3q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8dccb106ff6c9cb4b14440be9026c3e427dddff2/recipes/flymake-shellcheck";
- sha256 = "1gvm4sh1sga3gkkg0zi7ynvp9b09sx16cclj2qzawmgfv2c111vy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flymake-shellcheck";
- license = lib.licenses.free;
- };
- }) {};
- flymake-solidity = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-solidity";
- ename = "flymake-solidity";
- version = "20170804.2344";
- src = fetchFromGitHub {
- owner = "kootenpv";
- repo = "flymake-solidity";
- rev = "48bfe9525f764d8a68cc0270905dbf45bfd00bb8";
- sha256 = "0v8sf5m0mygqahjyadxgffdf7p59wb0qnghyxajhc69sbg58hnnd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b13f57b77f6648336a049a8dda37757d4dafd90/recipes/flymake-solidity";
- sha256 = "10d1g14y3l670lqgfdsnyxanzcjs2jpgnliih56n1xhcpyz551l3";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-solidity";
- license = lib.licenses.free;
- };
- }) {};
- flymake-vala = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-vala";
- ename = "flymake-vala";
- version = "20150325.2231";
- src = fetchFromGitHub {
- owner = "daniellawrence";
- repo = "flymake-vala";
- rev = "c3674f461fc84fb0300cd3a562fb903a59782745";
- sha256 = "0qpr0frcn3w0f6yz8vgavwbxvn6wb0qkfk653v4cfy57dvslr4wf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/flymake-vala";
- sha256 = "1fs4alyf3dckdf1pm6vgh4wjpl22wrlhfx9nv072l0dg48zgyw16";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-vala";
- license = lib.licenses.free;
- };
- }) {};
- flymake-vnu = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-vnu";
- ename = "flymake-vnu";
- version = "20181127.1816";
- src = fetchFromGitHub {
- owner = "theneosloth";
- repo = "flymake-vnu";
- rev = "7c4ab9d12611756ad5a80d866890b2f9b73fb611";
- sha256 = "1jzdypfbvdbm9z6ankl35bzlpf32iymzlvxmdykddzwzbhkj1npf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0cfb4c70ebb75088ef6fb39efde91429802b4671/recipes/flymake-vnu";
- sha256 = "05i6sfylg716cr0k0hyvkmag25qcqh51plljv6sw8250fwxwn0xn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flymake-vnu";
- license = lib.licenses.free;
- };
- }) {};
- flymake-yaml = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-yaml";
- ename = "flymake-yaml";
- version = "20130423.848";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "flymake-yaml";
- rev = "0dd11eed29fe4054ff5b4e06e2c39b4d925d6aae";
- sha256 = "1z6x4hkawjpch73lz2g4wcab1pbhg43wp8pmfcnnljy6jp3bmy2b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/888bcbcb24866abd990abd5b467461a1e1fc13fa/recipes/flymake-yaml";
- sha256 = "17wghm797np4hlidf3wwb47w4klwc6qyk6ry1z05psl3nykws1g7";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-yaml";
- license = lib.licenses.free;
- };
- }) {};
- flymd = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymd";
- ename = "flymd";
- version = "20160617.514";
- src = fetchFromGitHub {
- owner = "mola-T";
- repo = "flymd";
- rev = "84d5a68bcfed4a295952c33ffcd11e880978d9d7";
- sha256 = "0j2mmr9f0d3zkhb92zc820iw4vkz958rm3ca7l9k3gx37cc4sn2l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/07e4121f4cfaf4c33828f84b6b06f9cf2b64a0a2/recipes/flymd";
- sha256 = "16wq34xv7hswbxw5w9wnnsw2mhc9qzhmaa6aydhh32blcszhp4rk";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/flymd";
- license = lib.licenses.free;
- };
- }) {};
- flyparens = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flyparens";
- ename = "flyparens";
- version = "20140723.1146";
- src = fetchFromGitHub {
- owner = "jiyoo";
- repo = "flyparens";
- rev = "af9b8cfd647d0e5f97684d613dc2eea7cfc19398";
- sha256 = "07hy1kyw4cbxydmhp4scsy3dcbk2s50rmdp8rch1vbcjk5lj4mvb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8c4565ae5b84eb8733cb7fd28cf6a087fd1fedab/recipes/flyparens";
- sha256 = "1mvbfq062qj8vmgzk6rymg3idlfc1makfp1scmjvpw98h30j2a0a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flyparens";
- license = lib.licenses.free;
- };
- }) {};
- flyspell-correct = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flyspell-correct";
- ename = "flyspell-correct";
- version = "20190408.310";
- src = fetchFromGitHub {
- owner = "d12frosted";
- repo = "flyspell-correct";
- rev = "a443ba5f9037df1f1fef8a5fa721deafc2427b58";
- sha256 = "1mvhlm0zrq0dxsgsapy0yc128yw2xbjb8lgsnyqhvagqm36rh5fd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fa06fbe3bc40ae5e3f6d10dee93a9d49e9288ba5/recipes/flyspell-correct";
- sha256 = "0d2205h234na9s942s83yvkq89l9w9jnl5yfrxkkdiq8pw0dvymd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flyspell-correct";
- license = lib.licenses.free;
- };
- }) {};
- flyspell-correct-helm = callPackage ({ fetchFromGitHub
- , fetchurl
- , flyspell-correct
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flyspell-correct-helm";
- ename = "flyspell-correct-helm";
- version = "20181205.1132";
- src = fetchFromGitHub {
- owner = "d12frosted";
- repo = "flyspell-correct";
- rev = "2f5548ded6991b22ad291372640aecaf6eac7a39";
- sha256 = "1xwm0kg3x403x5s2bg9f42qwbc9hq4x7lhqjw95q7jsbq5nq4kiy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7b9302d8f804c77eb81fee7ed27f13cb1176f6/recipes/flyspell-correct-helm";
- sha256 = "18s2bzszy6x31avqg7j2lsll2cf4asb8njwhmx4mm215agack976";
- name = "recipe";
- };
- packageRequires = [ flyspell-correct helm ];
- meta = {
- homepage = "https://melpa.org/#/flyspell-correct-helm";
- license = lib.licenses.free;
- };
- }) {};
- flyspell-correct-ivy = callPackage ({ fetchFromGitHub
- , fetchurl
- , flyspell-correct
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flyspell-correct-ivy";
- ename = "flyspell-correct-ivy";
- version = "20181205.1132";
- src = fetchFromGitHub {
- owner = "d12frosted";
- repo = "flyspell-correct";
- rev = "2f5548ded6991b22ad291372640aecaf6eac7a39";
- sha256 = "1xwm0kg3x403x5s2bg9f42qwbc9hq4x7lhqjw95q7jsbq5nq4kiy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7b9302d8f804c77eb81fee7ed27f13cb1176f6/recipes/flyspell-correct-ivy";
- sha256 = "1n5iyab6bj761w6vxncyqvqzwh9k60pzq5f2n00ifrz74pqs537i";
- name = "recipe";
- };
- packageRequires = [ flyspell-correct ivy ];
- meta = {
- homepage = "https://melpa.org/#/flyspell-correct-ivy";
- license = lib.licenses.free;
- };
- }) {};
- flyspell-correct-popup = callPackage ({ fetchFromGitHub
- , fetchurl
- , flyspell-correct
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "flyspell-correct-popup";
- ename = "flyspell-correct-popup";
- version = "20181205.1132";
- src = fetchFromGitHub {
- owner = "d12frosted";
- repo = "flyspell-correct";
- rev = "2f5548ded6991b22ad291372640aecaf6eac7a39";
- sha256 = "1xwm0kg3x403x5s2bg9f42qwbc9hq4x7lhqjw95q7jsbq5nq4kiy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7b9302d8f804c77eb81fee7ed27f13cb1176f6/recipes/flyspell-correct-popup";
- sha256 = "1fr8ajwldcl58i8xm31dz1mjwbi9f4q8s58x5jrqhqha0x4p4h9l";
- name = "recipe";
- };
- packageRequires = [ flyspell-correct popup ];
- meta = {
- homepage = "https://melpa.org/#/flyspell-correct-popup";
- license = lib.licenses.free;
- };
- }) {};
- flyspell-lazy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flyspell-lazy";
- ename = "flyspell-lazy";
- version = "20180224.1306";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "flyspell-lazy";
- rev = "3ebf68cc9eb10c972a2de8d7861cbabbbce69570";
- sha256 = "1n67y90vm041mz172gjqypw3b5za5f18sic54h7wz4a9naynwyb6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a082c2dc0458e3007a947923f5b97e88217199e8/recipes/flyspell-lazy";
- sha256 = "0lzazrhsfh5m7n57dzx0v46d5mg87wpwwkjzf5j9gpv1mc1xfg1y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flyspell-lazy";
- license = lib.licenses.free;
- };
- }) {};
- flyspell-popup = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "flyspell-popup";
- ename = "flyspell-popup";
- version = "20170529.115";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "flyspell-popup";
- rev = "29311849bfd253b9b689bf331860b4c4d3bd4dde";
- sha256 = "0x7jilwb0fgzsr7ma59sgd0d4122cl0hwzr28vi3z5s8wdab7nc4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/186d00724137c055b521a5f5c54acf71c4b16c32/recipes/flyspell-popup";
- sha256 = "0wp15ra1ry6xpwal6mb53ixh3f0s4nps0rdyfli7hhaiwbr9bhql";
- name = "recipe";
- };
- packageRequires = [ popup ];
- meta = {
- homepage = "https://melpa.org/#/flyspell-popup";
- license = lib.licenses.free;
- };
- }) {};
- fm-bookmarks = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fm-bookmarks";
- ename = "fm-bookmarks";
- version = "20170104.916";
- src = fetchFromGitHub {
- owner = "kuanyui";
- repo = "fm-bookmarks.el";
- rev = "11dacfd16a926bfecba96a94c6b13e162c7717f7";
- sha256 = "0is4617ivga8qrw19y7fy883fgczzdxvrl15ja1dydzj2cbn5d97";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1ca020aff7f19cc150cd6968ae7c441372e240c2/recipes/fm-bookmarks";
- sha256 = "12ami0k6rfwhrr6xgj0dls4mkk6dp0r9smwzhr4897dv0lw89bdj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/fm-bookmarks";
- license = lib.licenses.free;
- };
- }) {};
- fn = callPackage ({ cl-lib ? null
- , dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fn";
- ename = "fn";
- version = "20170209.1804";
- src = fetchFromGitHub {
- owner = "troyp";
- repo = "fn.el";
- rev = "fe65dc654d319e6fa9cef4d7eca0f8dd847b6a32";
- sha256 = "1j2rrwizafwramlzrjcsfv8xbz72qmiaa120cb1ri8wp6nyvhys0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d2929604b6dd21d6cf425643927a9c216801dc1/recipes/fn";
- sha256 = "0cb98rxdb6sd0kws6bc4pa536kiyw3yk0hlfqcm3ps81hcgqjhhn";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash dash-functional emacs ];
- meta = {
- homepage = "https://melpa.org/#/fn";
- license = lib.licenses.free;
- };
- }) {};
- focus = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "focus";
- ename = "focus";
- version = "20190317.1942";
- src = fetchFromGitHub {
- owner = "larstvei";
- repo = "Focus";
- rev = "ab42b8779929beeb7878c7fb3d3ccd80d9327c7f";
- sha256 = "079v1syid7h2vr2ya6hs6hl0pgj60qdsw60mqw4cj2zllmkrkwj4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e8f1217224514f9b048b7101c89e3b1a305821e/recipes/focus";
- sha256 = "0jw26j8npyl3dgsrs7ap2djxmkafn2hl6gfqvi7v76bccs4jkyv8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/focus";
- license = lib.licenses.free;
- };
- }) {};
- focus-autosave-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "focus-autosave-mode";
- ename = "focus-autosave-mode";
- version = "20160519.1416";
- src = fetchFromGitHub {
- owner = "Vifon";
- repo = "focus-autosave-mode.el";
- rev = "e89ed22aa4dfc76e1b844b202aedd468ad58814a";
- sha256 = "1c1mh96kghp5d22assm9kzxlp0cy7bws9yrqwwgaw3d72cba40k3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/focus-autosave-mode";
- sha256 = "10cd1x5b1w7apgxd2kq45lv0jlj7az4zmn2iz4iymf2r2hancrcd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/focus-autosave-mode";
- license = lib.licenses.free;
- };
- }) {};
- foggy-night-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "foggy-night-theme";
- ename = "foggy-night-theme";
- version = "20190123.814";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "foggy-night-theme";
- rev = "14894e06ee5c6e14db36f2cb07387ee971c1736f";
- sha256 = "1rjhb8gjlnw002y8sjn2d976qdsjgvp9hsrlca1h5wmmkfha9knp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/65b3f5959241e601fdf9469e407d153cebcbe24c/recipes/foggy-night-theme";
- sha256 = "03x3dhkk81d2zh9nflq6wd7v3khpy9046v8qhq4i9dw6davvy9j4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/foggy-night-theme";
- license = lib.licenses.free;
- };
- }) {};
- fold-dwim = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fold-dwim";
- ename = "fold-dwim";
- version = "20140208.837";
- src = fetchFromGitHub {
- owner = "emacsattic";
- repo = "fold-dwim";
- rev = "c46f4bb2ce91b4e307136320e72c28dd50b6cd8b";
- sha256 = "1yz1wis31asw6xa5maliyd1ck2q02xnnh7dc6swgj9cb4wi7k6i1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/62064e272a658d998b1ccf13dc3c2e3e454acade/recipes/fold-dwim";
- sha256 = "1k5186s69qahwbzvwq70af3bkcglls9a82c5jw5mdw3ic8k631sh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fold-dwim";
- license = lib.licenses.free;
- };
- }) {};
- fold-dwim-org = callPackage ({ fetchFromGitHub
- , fetchurl
- , fold-dwim
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fold-dwim-org";
- ename = "fold-dwim-org";
- version = "20131203.551";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "fold-dwim-org";
- rev = "c09bb2b46d65afbd1d0febc6fded7495be7a3037";
- sha256 = "14jvbkahwvv4wb0s9vp8gqmlpv1d4269j5rsjxn79q5pawjzslxw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/97d22d9feaf521ce576b80d2933ecbc166c1dbe7/recipes/fold-dwim-org";
- sha256 = "0812p351rzvqcfn00k92nfhlg3y772y4z4b9f0xqnpa935y6harn";
- name = "recipe";
- };
- packageRequires = [ fold-dwim ];
- meta = {
- homepage = "https://melpa.org/#/fold-dwim-org";
- license = lib.licenses.free;
- };
- }) {};
- fold-this = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fold-this";
- ename = "fold-this";
- version = "20190605.1005";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "fold-this.el";
- rev = "59bbba129a5c3b2f179287af7296a20b30f3abfd";
- sha256 = "0n33paj20361xdkpvwysp53bpixkwawiy5xy9fvfjslk5lk4pa61";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9853fcb99bd8717c77fa2b3bafb6e85d0d5d491c/recipes/fold-this";
- sha256 = "1iri4a6ixw3q7qr803cj2ik7rvmww1b6ybj5q2pvkf1v25r8655d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fold-this";
- license = lib.licenses.free;
- };
- }) {};
- folding = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "folding";
- ename = "folding";
- version = "20190524.932";
- src = fetchFromGitHub {
- owner = "jaalto";
- repo = "project-emacs--folding-mode";
- rev = "a1361aa154b27bd4db2e1cfe6c3b81b4fc1fdc9a";
- sha256 = "0ghj0nw2zlrppsgl6x2nda9fj4w04rz6647v9823wxhfirrgnd5z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1912296b7879019bea5ba8353d511496e3a9ca2d/recipes/folding";
- sha256 = "0rb4f4llc4z502znmmc0hfi7n07lp01msx4y1iyqijvqzlq2i93y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/folding";
- license = lib.licenses.free;
- };
- }) {};
- font-lock-profiler = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "font-lock-profiler";
- ename = "font-lock-profiler";
- version = "20170208.1208";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "font-lock-profiler";
- rev = "6e096458416888a4f63cca0d6bc5965a052753c8";
- sha256 = "186fvyfbakz54fr8j1l7cijvaklw96m1hfbjyw7nha08zc2m1hw5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b372892a29376bc3f0101ea5865efead41e1df26/recipes/font-lock-profiler";
- sha256 = "089r74jgi5gwjk9w1bc600vkj0p5ac84rgcl7aqcpqfbh9ylwcp9";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/font-lock-profiler";
- license = lib.licenses.free;
- };
- }) {};
- font-lock-studio = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "font-lock-studio";
- ename = "font-lock-studio";
- version = "20170127.1251";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "font-lock-studio";
- rev = "12c35967b31233e06946c70627aa3152dacfe261";
- sha256 = "0q0s6f5vi3sfifj7vq2nnsmgyyivp1sd3idk32858md5ri71qif0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8046fef1ac09cac1113dd5d0a6e1bf8e0c77bb1/recipes/font-lock-studio";
- sha256 = "0swwbfaypc78cg4ak24cc92kgxmr1x9vcpaw3jz4zgpm2wzbgmrq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/font-lock-studio";
- license = lib.licenses.free;
- };
- }) {};
- font-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , persistent-soft }:
- melpaBuild {
- pname = "font-utils";
- ename = "font-utils";
- version = "20150806.1051";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "font-utils";
- rev = "9192d3f8ee6a4e75f34c3fed10378674cc2b11d3";
- sha256 = "1k90w8v5rpswqb8fn1cc8sq5w12gf4sn6say5dhvqd63512b0055";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2af0a1644116e89c5a705ffe0885ffe3ee874eaf/recipes/font-utils";
- sha256 = "0k33jdchjkj7j211a23kfp5axg74cfsrrq4axsb1pfp124swh2n5";
- name = "recipe";
- };
- packageRequires = [ pcache persistent-soft ];
- meta = {
- homepage = "https://melpa.org/#/font-utils";
- license = lib.licenses.free;
- };
- }) {};
- fontawesome = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fontawesome";
- ename = "fontawesome";
- version = "20170305.556";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-fontawesome";
- rev = "a743f80bfd53767ca9ee32da34c5ca032172a480";
- sha256 = "1mkyd2bbyd9avw2qaidkzkpv8i7lfiv9189bj49dxklg92823sip";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93b92f10802ceffc353db3d220dccfd47ea7fa41/recipes/fontawesome";
- sha256 = "07hn4s929xklc74j8s6pd61rxmxw3911dq47wql77vb5pijv6dr3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fontawesome";
- license = lib.licenses.free;
- };
- }) {};
- fontify-face = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fontify-face";
- ename = "fontify-face";
- version = "20180420.924";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "fontify-face";
- rev = "fc3325c98427523d86f0b411e0515cec51ac3d8a";
- sha256 = "1zfld9a17xhisfwhmfxvx1x63ksl6jg5g99kbivj4nq70sf26dpw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72bd6750dd5a7d9ed6e408e690f76c260ffd7d9e/recipes/fontify-face";
- sha256 = "1w7xlkladqkbh7gpnkbi53a7k9p5wzma4y9jgwbc58hng9ggm1k0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fontify-face";
- license = lib.licenses.free;
- };
- }) {};
- forecast = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "forecast";
- ename = "forecast";
- version = "20190124.1028";
- src = fetchFromGitHub {
- owner = "cadadr";
- repo = "elisp";
- rev = "b19b37be332bada6b18d4d895edf6ce78ab420c4";
- sha256 = "0i97l8fdrjjb6dzfcqgss5yj4ibkiaxnj32sm6nyr2s7bijkvi4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a7ea18a56370348715dec91f75adc162c800dd10/recipes/forecast";
- sha256 = "0zng8xdficpfccq484pghzg8yylihcy8aq0vpxd1w6l40m2qf6zn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/forecast";
- license = lib.licenses.free;
- };
- }) {};
- foreign-regexp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "foreign-regexp";
- ename = "foreign-regexp";
- version = "20180224.321";
- src = fetchFromGitHub {
- owner = "k-talo";
- repo = "foreign-regexp.el";
- rev = "2ec5c44f27c2396ee487aa0ed77ae47d143fa5aa";
- sha256 = "0zww0q8x99sfwzf05pk7blsi3v8xiw4xgmlwnv1qlf2qxjkz1xhb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d05514013948a520cf0dcaf1dc2ef2300dd55e98/recipes/foreign-regexp";
- sha256 = "189cq8n759f28nx10fn3w4qbq7q49bb788kp9l70pj38jgnjn7n7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/foreign-regexp";
- license = lib.licenses.free;
- };
- }) {};
- foreman-mode = callPackage ({ dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "foreman-mode";
- ename = "foreman-mode";
- version = "20170725.722";
- src = fetchFromGitHub {
- owner = "zweifisch";
- repo = "foreman-mode";
- rev = "22b3bb13134b617870ed1e888af739f4818be929";
- sha256 = "01qanhif24czcmhpdfkcjs019ss4r79f7y2wfbzmj6w4z7g3rikk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/edeeb2b52ac70f8bdad38d3af62a7e434853c504/recipes/foreman-mode";
- sha256 = "0p3kwbld05wf3dwcv0k6ynz727fiy0ik2srx4js9wvagy57x98kv";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/foreman-mode";
- license = lib.licenses.free;
- };
- }) {};
- forest-blue-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "forest-blue-theme";
- ename = "forest-blue-theme";
- version = "20160627.142";
- src = fetchFromGitHub {
- owner = "olkinn";
- repo = "forest-blue-emacs";
- rev = "58096ce1a25615d2bae806c3775bae3e2775019d";
- sha256 = "1qm74cfnc13wgv0c3657nd3xbgn492r24m5m2i0ipnpq49cddccf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49b8686c31f863dde58d56cddf0baa7757a0c453/recipes/forest-blue-theme";
- sha256 = "1pcpwil883k4n5na7jpq7h8a8gw6mily1cj5n5rf25lqqnsz6fxa";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/forest-blue-theme";
- license = lib.licenses.free;
- };
- }) {};
- forge = callPackage ({ closql
- , dash
- , emacs
- , emacsql-sqlite
- , fetchFromGitHub
- , fetchurl
- , ghub
- , let-alist
- , lib
- , magit
- , markdown-mode
- , melpaBuild
- , transient }:
- melpaBuild {
- pname = "forge";
- ename = "forge";
- version = "20190529.113";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "forge";
- rev = "0e1ffa3380b4cc0c04a46ab159b377a39eede2c7";
- sha256 = "0hc460w00hp9ifdqka2399a55igx5nnhcdzsybh8jqwaz7vg4wwh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/58c5ca46286712b2aa43e07bb5dcbc8b5eb321e8/recipes/forge";
- sha256 = "1ykpjgbi2yak9ww54wnm1gxj9zff2ggldg9msg3219r8frzjcnjv";
- name = "recipe";
- };
- packageRequires = [
- closql
- dash
- emacs
- emacsql-sqlite
- ghub
- let-alist
- magit
- markdown-mode
- transient
- ];
- meta = {
- homepage = "https://melpa.org/#/forge";
- license = lib.licenses.free;
- };
- }) {};
- form-feed = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "form-feed";
- ename = "form-feed";
- version = "20160102.1453";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "form-feed";
- rev = "799ca3e72b20a59a755a094b8cead57f654f3170";
- sha256 = "0nj056x87gcpdqkgx3li5syp6wbj58a1mw2aqa48zflbqwyvs03i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/468503d8103766e8196e977325e3bcb696219f6b/recipes/form-feed";
- sha256 = "1abwjkzi3irw0jwpv3f584zc72my9n8iq8zp5s0354xk6iwrl1rh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/form-feed";
- license = lib.licenses.free;
- };
- }) {};
- format-all = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "format-all";
- ename = "format-all";
- version = "20190606.153";
- src = fetchFromGitHub {
- owner = "lassik";
- repo = "emacs-format-all-the-code";
- rev = "f3ed09c430c80d17fcc34f130f32072177f4ef2b";
- sha256 = "0sb3nlwrf8gzj1p7ld1ahsl83d614y4fwy808r1md230g9cmafsg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f53143ebd42ef5be793b86d50b23f0a57617d6cc/recipes/format-all";
- sha256 = "1kmnv8ypxvgm3p79cc1wk8032fh7bl1pripys180vw89r2748qs9";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/format-all";
- license = lib.licenses.free;
- };
- }) {};
- format-sql = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "format-sql";
- ename = "format-sql";
- version = "20150422.633";
- src = fetchFromGitHub {
- owner = "paetzke";
- repo = "format-sql.el";
- rev = "97f475c245cd6c81a72a265678e2087cee66ac7b";
- sha256 = "0mikksamljps1czacgqavlnzzhgs8s3f8q4jza6v3csf8kgp5zd0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/085c03104aa5a809a112525547eec51100b6fb09/recipes/format-sql";
- sha256 = "0684xqzs933vj9d3n3lv7afk4gii41kaqykbb05cribaswapsanj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/format-sql";
- license = lib.licenses.free;
- };
- }) {};
- format-table = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "format-table";
- ename = "format-table";
- version = "20181223.816";
- src = fetchFromGitHub {
- owner = "functionreturnfunction";
- repo = "format-table";
- rev = "dfcae3a867e574577fc09a43b045889ff155b58f";
- sha256 = "1z9l1qmv5hw7bgchi5f68nzsz9arjwsazvd6viq6k6jmjzncli6q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e307ead5e8a291cb5dfe316f3b13144e71b6a1b7/recipes/format-table";
- sha256 = "1fwjilx0n9m8q0macq231i73zvridjfgqlhw7d1xblw4qp82rzvp";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/format-table";
- license = lib.licenses.free;
- };
- }) {};
- forth-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "forth-mode";
- ename = "forth-mode";
- version = "20170527.1230";
- src = fetchFromGitHub {
- owner = "larsbrinkhoff";
- repo = "forth-mode";
- rev = "522256d98d1a909983bcfd3ae20c65226d5929b6";
- sha256 = "110ycl8zkimy2818rhp3hk3mn2y25m695shdsy6dwxnrv90agss6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e46832079ee34c655835f06bf565ad5a5ab48ebd/recipes/forth-mode";
- sha256 = "0j60abi5qyy94f4as90zhmkb12jdirysdbq4ajs5h91vi6gb1g3i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/forth-mode";
- license = lib.licenses.free;
- };
- }) {};
- fortpy = callPackage ({ auto-complete
- , epc
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pos-tip
- , python-environment }:
- melpaBuild {
- pname = "fortpy";
- ename = "fortpy";
- version = "20150715.1332";
- src = fetchFromGitHub {
- owner = "rosenbrockc";
- repo = "fortpy-el";
- rev = "c614517e9396ef7a78be3b8786fbf303879cf43b";
- sha256 = "1nqx2igxmwswjcrnzdjpx5qcjr60zjy3q9cadq5disms17wdcr6y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/73b277e19f5f9f6605f3e9b7afac95152dac0599/recipes/fortpy";
- sha256 = "1nn5vx1rspfsijwhilnjhiy0mjw154ds3lwxvkpwxpchygirlyxj";
- name = "recipe";
- };
- packageRequires = [ auto-complete epc pos-tip python-environment ];
- meta = {
- homepage = "https://melpa.org/#/fortpy";
- license = lib.licenses.free;
- };
- }) {};
- fortune-cookie = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fortune-cookie";
- ename = "fortune-cookie";
- version = "20181223.42";
- src = fetchFromGitHub {
- owner = "andschwa";
- repo = "fortune-cookie";
- rev = "6c1c08f5be83822c0b762872ab25e3dbee96f333";
- sha256 = "0gnidiryappk9naazwv0dd3b1dyd284zkwnhy2b1z3zkc9i7awfq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ab0d56626c9bf847c693b4d9ddb08acee636054f/recipes/fortune-cookie";
- sha256 = "0xg0zk7hnyhnbhqpxnzrgqs5yz0sy6wb0n9982qc0pa6jqnl9z78";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fortune-cookie";
- license = lib.licenses.free;
- };
- }) {};
- fraktur-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fraktur-mode";
- ename = "fraktur-mode";
- version = "20160814.1927";
- src = fetchFromGitHub {
- owner = "grettke";
- repo = "fraktur-mode";
- rev = "514baf5546aed12a0d9fa0fe66e87cdcc7843b08";
- sha256 = "169d9j7jk3li96fkn2sr257835flkcpml24l4bmzp8j3q57a7wxw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/fraktur-mode";
- sha256 = "0hy2cncbgpp7ysp7qwfpj0r075rxrc77bmc70bw7hf8m1xiw124k";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/fraktur-mode";
- license = lib.licenses.free;
- };
- }) {};
- frame-local = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "frame-local";
- ename = "frame-local";
- version = "20180330.240";
- src = fetchFromGitHub {
- owner = "sebastiencs";
- repo = "frame-local";
- rev = "51c0889602626e2dcc6f1c1a812b058bc96df03c";
- sha256 = "1ccq4iw1d4hy3irimci42knh66ix0vfzd3nm2wh63ygiaf1rjakw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/556179857e2b46f5a48b45e1b71cd460ffd9f7d7/recipes/frame-local";
- sha256 = "1lz4xmz67l99xbyg9gvgzl06yqh61xhr29vfhv68kq5pg5m881vs";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/frame-local";
- license = lib.licenses.free;
- };
- }) {};
- frame-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "frame-mode";
- ename = "frame-mode";
- version = "20190506.2200";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "frame-mode";
- rev = "bec163a7aecae0847817fb0e36413b0ab1e47d1f";
- sha256 = "06q0nc2wavmm9b1mnr4jl3lqia39l5x1hzzymja33rccnqzdmx8k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e83da89eeee834cc14c0b128d55ef3634f76fd0/recipes/frame-mode";
- sha256 = "0ch58x07fnsx3v3r9cvcmqrqws121m8achjilhqk988hkg7y47c8";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/frame-mode";
- license = lib.licenses.free;
- };
- }) {};
- frame-purpose = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "frame-purpose";
- ename = "frame-purpose";
- version = "20190114.603";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "frame-purpose.el";
- rev = "78f978f13589ec5c5370187c008c8aa83e6e71b4";
- sha256 = "0zd981jsbf8fj5a3s7agbg32f6x3s7g87jlz13msgpgmkfhpx3gx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/033bd36a2419f4521944ccbfe8ce1eb56af20472/recipes/frame-purpose";
- sha256 = "0mvzryfakz5g8smsg4ciaa0bs0jp692rnjbahp9vl62ml5dp62fz";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs ];
- meta = {
- homepage = "https://melpa.org/#/frame-purpose";
- license = lib.licenses.free;
- };
- }) {};
- frame-tag = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "frame-tag";
- ename = "frame-tag";
- version = "20170110.1606";
- src = fetchFromGitHub {
- owner = "liangzan";
- repo = "frame-tag.el";
- rev = "73d6163568c7d32952175e663318b872f995a4e5";
- sha256 = "1ks8qw1vq30mjp7bpgrk3f11jhm9viibiap6zjk8r5rykjzl1ifv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e69899b53c158903b9b147754021acf1a6136eda/recipes/frame-tag";
- sha256 = "1n13xcc3ny9j9h1h4vslpjl6k9mqksr73kgmqrmkq301p8zps94q";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/frame-tag";
- license = lib.licenses.free;
- };
- }) {};
- frames-only-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "frames-only-mode";
- ename = "frames-only-mode";
- version = "20190524.739";
- src = fetchFromGitHub {
- owner = "davidshepherd7";
- repo = "frames-only-mode";
- rev = "ce55b3ad3b3cb4c4253a0172bb8e9461814b2d64";
- sha256 = "1sw1s2k4wch32h5r0z6bfyiw4qcwjz93lq36ix17r968r505djc2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e628416ad9420b3ac5bbfacf930a86d98958ac8/recipes/frames-only-mode";
- sha256 = "17p04l16ghz9kk096xk37yjpi4rmla86gp7c8ysjf6q6nyh0608h";
- name = "recipe";
- };
- packageRequires = [ dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/frames-only-mode";
- license = lib.licenses.free;
- };
- }) {};
- frameshot = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "frameshot";
- ename = "frameshot";
- version = "20181219.1300";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "frameshot";
- rev = "3830aae976603ff4e41e09fdca7554594075694c";
- sha256 = "1sbxr78gl822gl0ky7iz1wb558ch9gp7igg4aq63gjlq6wfx2v93";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e5cfaa4b5fda97054d45691fad9d79b559f2df14/recipes/frameshot";
- sha256 = "1z5f988m9s25miyxbhaxk6m4af9afvblb2p5mdidva04szjklr70";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/frameshot";
- license = lib.licenses.free;
- };
- }) {};
- framesize = callPackage ({ fetchFromGitHub
- , fetchurl
- , key-chord
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "framesize";
- ename = "framesize";
- version = "20131017.1432";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-framesize";
- rev = "f2dbf5d2513b2bc45f2085370a55c1754b6025da";
- sha256 = "11h9xw6jnw7dacyv1jch2a77xp7hfb93690m7hhazy6l87xmm4dk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c53062af16b26b6f64bd63fa62d7e9db264768f3/recipes/framesize";
- sha256 = "1rwiwx3n7gkpfihbf6ndl1lxza4zi2rlj5av6lfp5qypbw9wddkf";
- name = "recipe";
- };
- packageRequires = [ key-chord ];
- meta = {
- homepage = "https://melpa.org/#/framesize";
- license = lib.licenses.free;
- };
- }) {};
- frecency = callPackage ({ a
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "frecency";
- ename = "frecency";
- version = "20170908.2331";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "frecency.el";
- rev = "132130088ef5695cffed6fcacfa219cb0c389026";
- sha256 = "17s34gaq6jvwr6f4l500xyhv33ykwxiwzsq2rrasgs7l301wqsw0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d7a6e855d01e0b1c9a23c006af67c487719c50bd/recipes/frecency";
- sha256 = "033zhzwvh23igfqxbiy68cq6i1wflna19pbg81r0hh9kcfg2afpa";
- name = "recipe";
- };
- packageRequires = [ a dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/frecency";
- license = lib.licenses.free;
- };
- }) {};
- free-keys = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "free-keys";
- ename = "free-keys";
- version = "20160726.1350";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "free-keys";
- rev = "edfd69dc369b2647447b7c28c7c1163b1ddf45b4";
- sha256 = "0xgifa7s9n882f9ymyyz9gc11xfbj3vfpnxiq1fqfm5hmwx9pwbc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/55067e899ba618d4394ad9657322c92a667a0774/recipes/free-keys";
- sha256 = "0j9cfgy2nkbska4lm5z32p804i9n8pdgn50bs5zzk1ilwd5vbalj";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/free-keys";
- license = lib.licenses.free;
- };
- }) {};
- freeradius-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "freeradius-mode";
- ename = "freeradius-mode";
- version = "20190401.1043";
- src = fetchFromGitHub {
- owner = "VersBinarii";
- repo = "freeradius-mode";
- rev = "cf8bf0359cf6c77848facbd24b764b3e111b4c2d";
- sha256 = "0ggkflx4lhyxqr7sgf1f3z0i3glmqyvl4bn16clh9ybl14q22rli";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a93de3f3933441b94303cd6dd25dabbade04dcc5/recipes/freeradius-mode";
- sha256 = "1lk7px2v5rpfg7kakqcsg31pg69pk64x9j0j9bjwpkxc49bnk1w2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/freeradius-mode";
- license = lib.licenses.free;
- };
- }) {};
- fringe-current-line = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fringe-current-line";
- ename = "fringe-current-line";
- version = "20140110.2011";
- src = fetchFromGitHub {
- owner = "kyanagi";
- repo = "fringe-current-line";
- rev = "0ef000bac76abae30601222e6f06c7d133ab4942";
- sha256 = "0zwlnzbi91hkfz1jgj9s9pxwi21s21cwp6psdm687wj2a3wy4231";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eaaa6f7f2f753a7c8489415ae406c4169eda9fa8/recipes/fringe-current-line";
- sha256 = "125yn0wbrrxrmdn7qfxj0f4538sb3xnqb3r2inz3gpblc1vxnqb8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fringe-current-line";
- license = lib.licenses.free;
- };
- }) {};
- fringe-helper = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fringe-helper";
- ename = "fringe-helper";
- version = "20140620.1409";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "fringe-helper.el";
- rev = "9bc3d3e82c9cc3937aa090248dc4dd2e289fc55c";
- sha256 = "0vqpgvjxh9dqc6is2ai1nrnwhv3fwx5b2nyhq5w3qr056hi995av";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/fringe-helper";
- sha256 = "1i5wra4j0rvrsl9vbg7fzga8cadw43ka2rwdj1m11wq8m3cs8g7m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fringe-helper";
- license = lib.licenses.free;
- };
- }) {};
- fsbot-data-browser = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fsbot-data-browser";
- ename = "fsbot-data-browser";
- version = "20160921.833";
- src = fetchFromGitHub {
- owner = "Benaiah";
- repo = "fsbot-data-browser";
- rev = "6bca4f7de63e31839d2542f6c678b79931dec344";
- sha256 = "0lvpgfp89sz6f6rn576g1g88s0q3ibj5ghydjwfcg9w6h7vx5b5s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/fsbot-data-browser";
- sha256 = "14d4d8lasvgj520rmqgnzk6mi16znzcdvja9p8164fr9l41wnzgd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fsbot-data-browser";
- license = lib.licenses.free;
- };
- }) {};
- fsharp-mode = callPackage ({ company
- , company-quickhelp
- , dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , popup
- , pos-tip
- , s }:
- melpaBuild {
- pname = "fsharp-mode";
- ename = "fsharp-mode";
- version = "20190304.517";
- src = fetchFromGitHub {
- owner = "rneatherway";
- repo = "emacs-fsharp-mode-bin";
- rev = "386994e7d420872a31d7dd2eee9610d8ace98faa";
- sha256 = "15blnkcrsmm6896dpdzcx3xqzxzkc0x8d5bg9b5sw7qca6vnjbqk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc45611e2b629d8bc5f74555368f964420b79541/recipes/fsharp-mode";
- sha256 = "07pkj30cawh0diqhrp3jkshgsd0i3y34rdnjb4af8mr7dsbsxb6z";
- name = "recipe";
- };
- packageRequires = [
- company
- company-quickhelp
- dash
- flycheck
- popup
- pos-tip
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/fsharp-mode";
- license = lib.licenses.free;
- };
- }) {};
- fstar-mode = callPackage ({ company
- , company-quickhelp
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , quick-peek
- , yasnippet }:
- melpaBuild {
- pname = "fstar-mode";
- ename = "fstar-mode";
- version = "20190513.555";
- src = fetchFromGitHub {
- owner = "FStarLang";
- repo = "fstar-mode.el";
- rev = "b2540d287f6ef8036c47cbc80d11a546eee8fc41";
- sha256 = "0m5n55pmji2szq5jg5zrsn6k507w7jya8s0h2y0qiiwk4cgv7693";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c58ace42342c3d3ff5a56d86a16206f2ecb45f77/recipes/fstar-mode";
- sha256 = "1kwa6gqh91265vpp4gcady2brkizfkfjj0gnya9lar6x7rn4gj7s";
- name = "recipe";
- };
- packageRequires = [
- company
- company-quickhelp
- dash
- emacs
- flycheck
- quick-peek
- yasnippet
- ];
- meta = {
- homepage = "https://melpa.org/#/fstar-mode";
- license = lib.licenses.free;
- };
- }) {};
- fuel = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fuel";
- ename = "fuel";
- version = "20190510.1541";
- src = fetchFromGitHub {
- owner = "factor";
- repo = "factor";
- rev = "82893dceeef53643e96b73d58d4800273b05da97";
- sha256 = "16yc1p9pvz3x9vs7dyjvx53qq26lpklldfl048x4vzr4gmaj648n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e2a0e4698d4e71ec28656594f6a83504a823490/recipes/fuel";
- sha256 = "08hzzg5dhqkl5c5lfhwcwmx8m8z3k1nxshn2wlpqf5gch8f2nj6z";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/fuel";
- license = lib.licenses.free;
- };
- }) {};
- fuff = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "fuff";
- ename = "fuff";
- version = "20170202.703";
- src = fetchFromGitHub {
- owner = "joelmo";
- repo = "fuff";
- rev = "278e849913df87bd8756c59382282d87474802c3";
- sha256 = "12s25c0abvghkhfbxcf77d2dc20y3xn9df7mfk8mkfwnlwdss2ga";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4d0fc6d19559a9ea1bb7fce0c26a2dd65fc71603/recipes/fuff";
- sha256 = "080a2lz6mv629c68z44qrrww080gy2iggfzajdq54rr8i23y14vf";
- name = "recipe";
- };
- packageRequires = [ seq ];
- meta = {
- homepage = "https://melpa.org/#/fuff";
- license = lib.licenses.free;
- };
- }) {};
- full-ack = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "full-ack";
- ename = "full-ack";
- version = "20140223.932";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "full-ack";
- rev = "8345753e9569dabf6426a837f29387557e32f2af";
- sha256 = "0x0c6cvsgzcc6336k9bz7pcjpg6s6w6cjlqbsafdqv8yx5ll59jd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/full-ack";
- sha256 = "09ikhyhpvkcl6yl6pa4abnw6i7yfsx5jkmzypib94w7khikvb309";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/full-ack";
- license = lib.licenses.free;
- };
- }) {};
- fullframe = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fullframe";
- ename = "fullframe";
- version = "20170816.303";
- src = fetchFromGitHub {
- owner = "tomterl";
- repo = "fullframe";
- rev = "d6a5217f7f2a5a5edcb75140f3fa69b3a50f1cdd";
- sha256 = "0m43qnhp6ibsskpjkxc86p3lrjsjc0ndqml3lbd65s79x4x7i3fi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/13d1dc5c39543b65c6bb4150c3690211872c00dc/recipes/fullframe";
- sha256 = "08sh8lmb6g8asv28fcb36ilcn0ka4fc6ka0pnslid0h4c32fxp2a";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/fullframe";
- license = lib.licenses.free;
- };
- }) {};
- function-args = callPackage ({ fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "function-args";
- ename = "function-args";
- version = "20171031.1004";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "function-args";
- rev = "609b25305670fff08d5e357298e7128e4f4e3497";
- sha256 = "1xymwk42n2l7c7iaigz23i4l580qpjgq8nqhgr4mnw6invdsgg2c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/80688d85a34b77783140ad2b8a47ef60c762b084/recipes/function-args";
- sha256 = "13yfscr993pll5yg019v9dwy71g123a166w114n2m78h0rbnzdak";
- name = "recipe";
- };
- packageRequires = [ ivy ];
- meta = {
- homepage = "https://melpa.org/#/function-args";
- license = lib.licenses.free;
- };
- }) {};
- fuo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fuo";
- ename = "fuo";
- version = "20180314.948";
- src = fetchFromGitHub {
- owner = "cosven";
- repo = "emacs-fuo";
- rev = "5318bef9d935b53031e6312652554920def69af2";
- sha256 = "02f4kl1y277pry13hz1jscdh2nrbn3xp7zm1dmqyn8yfhn1s1yx2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25fb625becf7f582d2a8d53726d6f01d9ea89ecc/recipes/fuo";
- sha256 = "02mvgz2cxrdn5kp5dw0c57rl5nfavqli5yqbxczmbsih164ljdxf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fuo";
- license = lib.licenses.free;
- };
- }) {};
- furl = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "furl";
- ename = "furl";
- version = "20150508.2016";
- src = fetchFromGitHub {
- owner = "nex3";
- repo = "furl-el";
- rev = "014438271e0ef27333dfcd599cb247f12a20d870";
- sha256 = "0wrmbvx0risdjkaxqmh4li6iwvg4635cdpjvw32k2wkdsyn2dlsb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/furl";
- sha256 = "1z3yqx95qmvpi6vkkgcwvkmw96s24h8ssd5gc06988picw6vj76f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/furl";
- license = lib.licenses.free;
- };
- }) {};
- futhark-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "futhark-mode";
- ename = "futhark-mode";
- version = "20190412.237";
- src = fetchFromGitHub {
- owner = "diku-dk";
- repo = "futhark-mode";
- rev = "f8e5a13b39517e62607647422914a63fe60547b2";
- sha256 = "1jahfp38h51synr00iwzs29pxij95hskb3smbi0f0wh0hzrpr81x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/97210774b450b7611d2bfdf36e04a425835d86b9/recipes/futhark-mode";
- sha256 = "1sck984a8m0i9n07jnhpnin6k060756g73ix34ghzd65j5f0pvlw";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/futhark-mode";
- license = lib.licenses.free;
- };
- }) {};
- fuzzy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fuzzy";
- ename = "fuzzy";
- version = "20150729.2037";
- src = fetchFromGitHub {
- owner = "auto-complete";
- repo = "fuzzy-el";
- rev = "534d723ad2e06322ff8d9bd0ba4863d243f698e7";
- sha256 = "0rzp8c2164w775ggm2fs4j5dz33vqcah84ysp81majirwfql1niv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9e0197df173fbd7ec1e7e35c47476fcf2aaa483f/recipes/fuzzy";
- sha256 = "1hwdh9bx4g4vzzyc20vdwxsii611za37kc9ik40kwjjk62qmll8h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fuzzy";
- license = lib.licenses.free;
- };
- }) {};
- fvwm-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fvwm-mode";
- ename = "fvwm-mode";
- version = "20160411.438";
- src = fetchFromGitHub {
- owner = "theBlackDragon";
- repo = "fvwm-mode";
- rev = "6832a1c1f68bf6249c3fd6672ea8e27dc7a5c79e";
- sha256 = "03zmk4v259pqx7gkwqq95lccn78rwmh7iq5j0d5jj4jf9h39rr20";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac39130f8a031d6fe7df4411a5f94f2cdf652449/recipes/fvwm-mode";
- sha256 = "07y32cnp4qfhncp7s24gmlxljdrj5miicinfaf4gc7hihb4bkrkb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fvwm-mode";
- license = lib.licenses.free;
- };
- }) {};
- fwb-cmds = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fwb-cmds";
- ename = "fwb-cmds";
- version = "20180318.1519";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "fwb-cmds";
- rev = "90258a5c7dbbaa2ac227e0fb4ff6c7d5aec3628f";
- sha256 = "1xwvv8wjgdaz96v1x1xc5w697bfvcanlcixd0n5qbx6ryakqrb72";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe40cdeb5e19628937820181479897acdad40200/recipes/fwb-cmds";
- sha256 = "0wnjvi0v0l2h1mhwlsk2d8ggwh3nk7pks48l55gp18nmj00jxycx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fwb-cmds";
- license = lib.licenses.free;
- };
- }) {};
- fxrd-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "fxrd-mode";
- ename = "fxrd-mode";
- version = "20170728.1101";
- src = fetchFromGitHub {
- owner = "msherry";
- repo = "fxrd-mode";
- rev = "795b969346982b75e24b5c8619b46197982fbb4d";
- sha256 = "0aha13vqj6ygyr7bflrxll837g4z6wrmrhh5rhcd0vphqg70frgn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/796eb6b2126ec616c0de6af6abb7598900557c12/recipes/fxrd-mode";
- sha256 = "17zimg64lqc1yh9gnp5izshkvviz996aym7q6n9p61a4kqq37z4r";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/fxrd-mode";
- license = lib.licenses.free;
- };
- }) {};
- fyure = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fyure";
- ename = "fyure";
- version = "20130216.514";
- src = fetchFromGitHub {
- owner = "mooz";
- repo = "fyure";
- rev = "b6977f1eb148e8b63259f7233b55bb050e44d9b8";
- sha256 = "08x5li0mshrlamr7vswy7xh358bqhh3pngjr4ckswfi0l2r5fjbd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/27f4188f460060277ad2f5422bc2bde8e6fd3ff3/recipes/fyure";
- sha256 = "0k5z2xqlrzp5lyvp2lr462x38kqdmqld845bvyvkfjd2k4yri71x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fyure";
- license = lib.licenses.free;
- };
- }) {};
- fzf = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fzf";
- ename = "fzf";
- version = "20180618.1845";
- src = fetchFromGitHub {
- owner = "bling";
- repo = "fzf.el";
- rev = "521d18933cb586337c4e34281bdc71ac07202c98";
- sha256 = "0fpzjslbhhwvs4nh5dxj9cyxyiw6n8qmg76mvq73k5mc8pk7d4ir";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1671e17c99ef1932c6a2e83fc4fa2e4eb6674bc8/recipes/fzf";
- sha256 = "0jjzm1gq85fx1gmj6nqaijnjws9bm8hmk40ws3x7fmsp41qq5py0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fzf";
- license = lib.licenses.free;
- };
- }) {};
- gams-ac = callPackage ({ auto-complete
- , emacs
- , fetchFromGitHub
- , fetchurl
- , gams-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gams-ac";
- ename = "gams-ac";
- version = "20180423.226";
- src = fetchFromGitHub {
- owner = "ShiroTakeda";
- repo = "gams-ac";
- rev = "66d04ff36033f54205c19bc1d893e926d4dbf02e";
- sha256 = "1hjbzwgzwqwpyfm8db1r1q14bbk42hrl5469gqfzjq0423wy7szw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca2681b39ac5a985c2f70b4b84ee3c10af1a7ca4/recipes/gams-ac";
- sha256 = "03w9ffscwaaspwxmrqhrfws0qjk3xxzz63k5wkrhx37899w75qha";
- name = "recipe";
- };
- packageRequires = [ auto-complete emacs gams-mode ];
- meta = {
- homepage = "https://melpa.org/#/gams-ac";
- license = lib.licenses.free;
- };
- }) {};
- gams-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gams-mode";
- ename = "gams-mode";
- version = "20181111.2201";
- src = fetchFromGitHub {
- owner = "ShiroTakeda";
- repo = "gams-mode";
- rev = "fd88a310614a7c6e39e45ca65c4273ad90e3b688";
- sha256 = "0bvvar05zqfk1y5nqv1w6ji2mysdx62v7nxajnmbp386ldcjs4bn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c895a716636b00c2a158d33aab18f664a8601833/recipes/gams-mode";
- sha256 = "0hx9mv4sqskz4nn7aks64hqd4vn3m7b34abzhy9bnmyw6d5zzfci";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gams-mode";
- license = lib.licenses.free;
- };
- }) {};
- gandalf-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gandalf-theme";
- ename = "gandalf-theme";
- version = "20130809.247";
- src = fetchFromGitHub {
- owner = "ptrv";
- repo = "gandalf-theme-emacs";
- rev = "4e472fc851431458537d458d09c1f5895e338536";
- sha256 = "0sn3y1ilbg532mg941qmzipvzq86q31x86ypaf0h0m4015r7l59v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4354bbc1ec16783dd286d69fd6e4682ae63e28f9/recipes/gandalf-theme";
- sha256 = "0wkmsg3pdw98gyp3q508wsqkzw821qsqi796ynm53zd7a4jfap4p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gandalf-theme";
- license = lib.licenses.free;
- };
- }) {};
- gap-mode = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gap-mode";
- ename = "gap-mode";
- version = "20180808.2145";
- src = fetchhg {
- url = "https://bitbucket.com/gvol/gap-mode";
- rev = "00f251070b10";
- sha256 = "0rk5smpzpdqzpmb5cp2l40042i51z3f40fkd3hma40id0ql2gy2w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/83ec19a4ebac6b2d0fd84939b393848f82620978/recipes/gap-mode";
- sha256 = "07whab3gi4b8gsvy5ijmjnj700lw0rm3bnr1769byhnpi7qpqin2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gap-mode";
- license = lib.licenses.free;
- };
- }) {};
- gather = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gather";
- ename = "gather";
- version = "20141230.538";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-gather";
- rev = "8909c886d72a682710bb79ccfcfe4df54a399b7e";
- sha256 = "0nj5fbn22ihfsdlb5bhj0ph71gkhrgfbb3540sx1x35gqfhb6p4g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/595e40c7102294684badf86deb72d86bbc3c1426/recipes/gather";
- sha256 = "1f0cqqp1a7w8g1pfvzxxb0hjrxq4m79a4n85dncqj2xhjxrkm0xk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gather";
- license = lib.licenses.free;
- };
- }) {};
- gcmh = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gcmh";
- ename = "gcmh";
- version = "20190421.2326";
- src = fetchFromGitLab {
- owner = "koral";
- repo = "gcmh";
- rev = "65787bce5e21ee4a376008a67095a395ac9d5fed";
- sha256 = "0bwbgr3xianq4d4c2isqd0rzhsvpc9djzrnac7v6bim867aighz8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e478bee9aade9cdac22f9935b937978f3a3e1d3c/recipes/gcmh";
- sha256 = "0h5l02k01dv74n04ybnm1416dfhr5sm3h3maq0pypxqdfz1anhsg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gcmh";
- license = lib.licenses.free;
- };
- }) {};
- gdscript-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gdscript-mode";
- ename = "gdscript-mode";
- version = "20180117.2056";
- src = fetchFromGitHub {
- owner = "AdamBark";
- repo = "gdscript-mode";
- rev = "31af5283eaec207bc864022a28e2824132471eaf";
- sha256 = "0f24zsklkhhvj6qdyid2j1qcyhjnncxjma93zhr0klvn5j1z3aar";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/52f99eafb2e80a7fa13a98add98b03a147f35e8b/recipes/gdscript-mode";
- sha256 = "0v4ab5xxpq1kya2is5qq61fmfgxgvbigyz7wp907z3mc00kg2818";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gdscript-mode";
- license = lib.licenses.free;
- };
- }) {};
- geben = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "geben";
- ename = "geben";
- version = "20170801.551";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "geben";
- rev = "ec3f5e9376cf1ea5615990bd8c212543d57f033b";
- sha256 = "0860nnarbm76jp40v7p5d2wdnq12p03paiw17g3h5p27wnaj611d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f8648609e160f7dcefe4a963e8b00475f2fff78/recipes/geben";
- sha256 = "1ai1qcx76m8xh80c8zixq9cqbhnqmj3jk3r7lj3ngbiwx4pnlnwf";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/geben";
- license = lib.licenses.free;
- };
- }) {};
- geben-helm-projectile = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , geben
- , helm-projectile
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "geben-helm-projectile";
- ename = "geben-helm-projectile";
- version = "20160610.1759";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "geben-helm-projectile";
- rev = "14db489efcb20c5aa9102288c94cec3c5a87c35d";
- sha256 = "1nd1jhy393vkn2g65zhygxkpgna0l8gkndxr8jb6qjkkapk58k8l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7d28c45304a69e6ca78b3d00df2563171c027ee/recipes/geben-helm-projectile";
- sha256 = "11zhapys6wx2cadflvjimsmilwvjpfd4ihwzzmap8shxpyllsq9r";
- name = "recipe";
- };
- packageRequires = [ emacs geben helm-projectile ];
- meta = {
- homepage = "https://melpa.org/#/geben-helm-projectile";
- license = lib.licenses.free;
- };
- }) {};
- geeknote = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "geeknote";
- ename = "geeknote";
- version = "20160717.549";
- src = fetchFromGitHub {
- owner = "avendael";
- repo = "emacs-geeknote";
- rev = "8ed607c76864afcc9c338972ab093caf4501cbf8";
- sha256 = "1dadsyvkzf0rg6immjdjkb0k7iaqh3hm1w9qhap94j54j7v75w2q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/geeknote";
- sha256 = "03q0ca8m110qw8wczyyx94gwqymwnmamahw30j7fqkq6ry19yqsm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/geeknote";
- license = lib.licenses.free;
- };
- }) {};
- geiser = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "geiser";
- ename = "geiser";
- version = "20190514.1743";
- src = fetchFromGitLab {
- owner = "jaor";
- repo = "geiser";
- rev = "e60e1c2b1baf8891e1af010af491faf422eacd43";
- sha256 = "1xryyah24jz3fa5sajd0hfpb1sqhkv1ncrjhnkbizmi2lzzljqxz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67dc8d6e33f3522043f96761b23ea68c9c27084e/recipes/geiser";
- sha256 = "1g7z6c3lfa7slwrxk7q8awqs39qibcv2kc4c2fwlwvgbcfhkw085";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/geiser";
- license = lib.licenses.free;
- };
- }) {};
- general = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "general";
- ename = "general";
- version = "20190420.740";
- src = fetchFromGitHub {
- owner = "noctuid";
- repo = "general.el";
- rev = "356654668ee4f77aa330398c54b62fb33345fdff";
- sha256 = "171g686ssslkn3yw9c2i4jimkn18qc722660fba4c45l520bv1h5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d86383b443622d78f6d8ff7b8ac74c8d72879d26/recipes/general";
- sha256 = "104ywsfylfymly64p1i3hsy9pnpz3dkpmcq1ygafnld8zjd08gpc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/general";
- license = lib.licenses.free;
- };
- }) {};
- genrnc = callPackage ({ concurrent
- , deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "genrnc";
- ename = "genrnc";
- version = "20140612.537";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-genrnc";
- rev = "da75b1966a73ad215ec2ced4522c25f4d0bf1f9a";
- sha256 = "08cw1fa25kbhbq2sp1cpn90bz38i9hjfdj93xf6wvki55b52s0nn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd2d908ba5fa96d90643091573939e54d9165aaa/recipes/genrnc";
- sha256 = "1nwbdscl0yh9j1n421can93m6s8j9dkyb3xmpampr6x528g6z0lm";
- name = "recipe";
- };
- packageRequires = [ concurrent deferred log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/genrnc";
- license = lib.licenses.free;
- };
- }) {};
- german-holidays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "german-holidays";
- ename = "german-holidays";
- version = "20181212.2244";
- src = fetchFromGitHub {
- owner = "rudolfochrist";
- repo = "german-holidays";
- rev = "a8462dffccaf2b665f2032e646b5370e993a386a";
- sha256 = "1rf8p42pl7jmmdiibfcamlbr3kg6kslffv8vbpwn20xm2ii13rxz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf5b3807ff989b13f95e8d6fad2f26a42ff0643c/recipes/german-holidays";
- sha256 = "0fgrxdgyl6va6axjc5l4sp90pyqaz5zha1g73xyhbxblshm5dwxn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/german-holidays";
- license = lib.licenses.free;
- };
- }) {};
- gerrit-download = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "gerrit-download";
- ename = "gerrit-download";
- version = "20150714.708";
- src = fetchFromGitHub {
- owner = "chmouel";
- repo = "gerrit-download.el";
- rev = "d568acc7c5935188c9bc19ba72719a6092d9f6fd";
- sha256 = "1ch8yp0mgk57x0pny9bvkknsqj27fd1rcmpm9s7qpryrwqkp1ix4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18725e799efd1694ff2397b6c877f926ac5f4ce8/recipes/gerrit-download";
- sha256 = "1rlz0iqgvr8yxnv5qmk29xs1jwf0g0ckzanlyldcxvs7n6mhkjjp";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/gerrit-download";
- license = lib.licenses.free;
- };
- }) {};
- gf = callPackage ({ fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "gf";
- ename = "gf";
- version = "20181028.842";
- src = fetchFromGitHub {
- owner = "GrammaticalFramework";
- repo = "gf-emacs-mode";
- rev = "49fa46db67634530499be969ffd3c436a22d4404";
- sha256 = "0q234wzzmq1r53dv7z798liwkcbpnvc8mnxvkyfxd94f6za9ylgz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/gf";
- sha256 = "0vk866gy97zk8dbx48azjlpnrnf0snc50zlhbzv1is97d9frjici";
- name = "recipe";
- };
- packageRequires = [ ht s ];
- meta = {
- homepage = "https://melpa.org/#/gf";
- license = lib.licenses.free;
- };
- }) {};
- ggo-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ggo-mode";
- ename = "ggo-mode";
- version = "20130524.443";
- src = fetchFromGitHub {
- owner = "mkjunker";
- repo = "ggo-mode";
- rev = "ea5097f87072309c7b77204888d459d084bf630f";
- sha256 = "1m9ra9qp7bgf6anfqyn56n3xa9a25ran10k9wd355qknd5skq1zz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e055994c3c3042eab11f11ec916ad5b56689809f/recipes/ggo-mode";
- sha256 = "1403x530n90jlfz3lq2vfiqx84cxsrhgs6hhmniq960cjj31q35p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ggo-mode";
- license = lib.licenses.free;
- };
- }) {};
- ggtags = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ggtags";
- ename = "ggtags";
- version = "20190320.1508";
- src = fetchFromGitHub {
- owner = "leoliu";
- repo = "ggtags";
- rev = "4d9000034d352cd983ae6626f560e434d0b3e9ca";
- sha256 = "1h89prfxdr50drsira3qqvh1mb7v09p4w8jpb7aapq2jl5fl2knc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b158bb1bc2fbe3de61a6b21174eac7b1457edda2/recipes/ggtags";
- sha256 = "1cmry4knxbx9257ivhfxsd09z07z3g3wjihi99nrwmhb9h4mpqyw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ggtags";
- license = lib.licenses.free;
- };
- }) {};
- gh = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , logito
- , marshal
- , melpaBuild
- , pcache }:
- melpaBuild {
- pname = "gh";
- ename = "gh";
- version = "20180308.1338";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "gh.el";
- rev = "92418cd1b67ff6e8fb0a64478444975a4b8581a3";
- sha256 = "1vl6wy904jw1mqdic54ssvvbs4xqxhmgacldnfkdkx586vwf0hqi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/gh";
- sha256 = "1141l8pas3m755yzby4zsan7p81nbnlch3kj1zh69qzjpgqp30c0";
- name = "recipe";
- };
- packageRequires = [ emacs logito marshal pcache ];
- meta = {
- homepage = "https://melpa.org/#/gh";
- license = lib.licenses.free;
- };
- }) {};
- gh-md = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gh-md";
- ename = "gh-md";
- version = "20151207.940";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "gh-md.el";
- rev = "693cb0dcadff70e813e1a9d303d227aff7898557";
- sha256 = "0g3bjpnwgqczw6ddh4mv7pby0zyqzqgywjrjz2ib6hwmdqzyp1s0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2794e59d5fea812ce5b376d3d9609f50f6bca40e/recipes/gh-md";
- sha256 = "0b72fl1hj7gkqlqrr8hklq0w3ryqqqfn5qpb7a9i6q0vh98652xm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gh-md";
- license = lib.licenses.free;
- };
- }) {};
- ghc = callPackage ({ fetchFromGitHub
- , fetchurl
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ghc";
- ename = "ghc";
- version = "20180121.418";
- src = fetchFromGitHub {
- owner = "DanielG";
- repo = "ghc-mod";
- rev = "39b96c475090f91e4f717197c96e083fdb2ccaf7";
- sha256 = "0f9qzk3czamqjb42xg2bmx70hafza8cn84zylx60bw8yx4i0q7nx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/ghc";
- sha256 = "02nc7a9khqpd4ca2snam8dq72m53q8x7v5awx56bjq31z6vcmav5";
- name = "recipe";
- };
- packageRequires = [ haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/ghc";
- license = lib.licenses.free;
- };
- }) {};
- ghc-imported-from = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ghc-imported-from";
- ename = "ghc-imported-from";
- version = "20141124.1132";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "ghc-imported-from-el";
- rev = "fcff08628a19f5d26151564659218cc677779b79";
- sha256 = "1ywwyc2kz1c1s26c412nmzh55cinh84cfiazyyi3jsy5zzwhrbhi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ghc-imported-from";
- sha256 = "063kbymk4r1yrg5ks660d2byrnia6gs6nimjzrvqfi2ib1psc7jc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ghc-imported-from";
- license = lib.licenses.free;
- };
- }) {};
- ghci-completion = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ghci-completion";
- ename = "ghci-completion";
- version = "20151125.457";
- src = fetchFromGitHub {
- owner = "manzyuk";
- repo = "ghci-completion";
- rev = "c47e23d585d2a3c7b13aac163693fdc4f2bb90e5";
- sha256 = "17fl3k2sqiavbv3bp6rnp3p89j6pnpkkp7wi26pzzk4675r5k45q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/804aa2f9088dfc1b48b59aaa72a61f82fb5be971/recipes/ghci-completion";
- sha256 = "1a6k47z5kmacj1s5479393jyj27bjx0911yaqfmmwg2hr0yz7vll";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ghci-completion";
- license = lib.licenses.free;
- };
- }) {};
- gherkin-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gherkin-mode";
- ename = "gherkin-mode";
- version = "20171224.553";
- src = fetchFromGitHub {
- owner = "candera";
- repo = "gherkin-mode";
- rev = "0313492e7da152f0aa73ddf96c0287ded8f51253";
- sha256 = "15m9a2dcxgmbj0ni2qcxg3vpxvs50pyjvlacm3xd2xhm9wd484hr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82d80becedead8db441eed6f7856ca64d78815e2/recipes/gherkin-mode";
- sha256 = "0dhrsz24hn0sdf22wpmzbkn66g4540vdkl03pc27kv21gwa9ixxv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gherkin-mode";
- license = lib.licenses.free;
- };
- }) {};
- ghost-blog = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "ghost-blog";
- ename = "ghost-blog";
- version = "20171023.42";
- src = fetchFromGitHub {
- owner = "javaguirre";
- repo = "ghost-blog-emacs";
- rev = "71b358643cc9a2db1bf752281ff94aba9b59e4cc";
- sha256 = "1fkh7zslkdi7a4x2xrk73acmigbi7yx9k6iaj75zbjfd49gyqj13";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a906d461bcb2aa07050b72669feb5787414d809/recipes/ghost-blog";
- sha256 = "0c591cx5kkfmhhqh8jall470iicxdv01mm3m13irq5xhmp3i5kjy";
- name = "recipe";
- };
- packageRequires = [ markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/ghost-blog";
- license = lib.licenses.free;
- };
- }) {};
- ghq = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ghq";
- ename = "ghq";
- version = "20160803.857";
- src = fetchFromGitHub {
- owner = "rcoedo";
- repo = "emacs-ghq";
- rev = "aae4b8cb22fd6c24d2c9e3962c7e8e9dac6d9825";
- sha256 = "0rh2k93c3a0vl073a3s3a3h6gkw454v1lyd7y8l3pd24vw9hc628";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a9daa3b0039f6b296b8176523cffbbe27506bb02/recipes/ghq";
- sha256 = "0prvywcgwdhx5pw66rv5kkfriahal2mli2ibam5np3z6bwcq4ngh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ghq";
- license = lib.licenses.free;
- };
- }) {};
- ghub = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , treepy }:
- melpaBuild {
- pname = "ghub";
- ename = "ghub";
- version = "20190529.338";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "ghub";
- rev = "7deb60c402dc2d77b44738417fe247cd4d01e040";
- sha256 = "1ji0nqlvgz7vy488qaqpw3bxpcy0yi1x95jmymcaq7yw35l0dnbk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f403587f77380d1db214aa34933a9b5cce1ef2bd/recipes/ghub";
- sha256 = "15kjyi8ialpr1zjqvw68w9pa5sigcwy2szq21yvcy295z7ylzy4i";
- name = "recipe";
- };
- packageRequires = [ dash emacs let-alist treepy ];
- meta = {
- homepage = "https://melpa.org/#/ghub";
- license = lib.licenses.free;
- };
- }) {};
- ghub-plus = callPackage ({ apiwrap
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ghub
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ghub-plus";
- ename = "ghub+";
- version = "20181112.1632";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "ghub-plus";
- rev = "51ebffe549286b3c0b0565a373f44f4d64fc57af";
- sha256 = "11fr6ri95a9wkc0mqrkhjxz1fm2cb52151fc88k73l93mggib3ak";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/03a412fd25218ff6f302734e078a699ff0234e36/recipes/ghub+";
- sha256 = "0xx7nwmjx3f7z6z164x1lb9arbb3m3d16mpn92v66w572rhbr34n";
- name = "recipe";
- };
- packageRequires = [ apiwrap emacs ghub ];
- meta = {
- homepage = "https://melpa.org/#/ghub+";
- license = lib.licenses.free;
- };
- }) {};
- gif-screencast = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gif-screencast";
- ename = "gif-screencast";
- version = "20190326.149";
- src = fetchFromGitLab {
- owner = "Ambrevar";
- repo = "emacs-gif-screencast";
- rev = "248d1e158405e6cba2c65ecaed40e2c59b089cd8";
- sha256 = "19xqi5mgalnnhb4hw0fh7py2s2dllldx1xxbhwhknkdpifai8hl8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d17ca0213ba5ef9dce92002e281e6f08c3492be/recipes/gif-screencast";
- sha256 = "05l46bsnjdnvcgwx5rc5y7ry9p0hvmkf09rlpalgnrp8qpy8xw0q";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gif-screencast";
- license = lib.licenses.free;
- };
- }) {};
- gift-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gift-mode";
- ename = "gift-mode";
- version = "20180530.535";
- src = fetchFromGitHub {
- owner = "csrhodes";
- repo = "gift-mode";
- rev = "b0441ae6e02f343be3b611a2d4b40495ecd932f0";
- sha256 = "0dwpmvjsczcdzwhjvpfxrkfha513538z8wq3gr3l1zc1kdggx2bk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c4c9081a60bdbf4e5fe1ccc4809c0f6f396d11e4/recipes/gift-mode";
- sha256 = "0sybrjmcg90cjaax7lzzqvacirn5l23hqy9d843c660fsv98scg1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gift-mode";
- license = lib.licenses.free;
- };
- }) {};
- gildas-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "gildas-mode";
- ename = "gildas-mode";
- version = "20181021.2349";
- src = fetchFromGitHub {
- owner = "smaret";
- repo = "gildas-mode";
- rev = "d0c9e997e2aa0bcd9b8b7db082d69100448cb1b2";
- sha256 = "11290b6daly9nn73iw0s6386hzjk3q2iywdhiazxscxaxzhx2c8c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f43d3aec955d31023056baba971805f0ebbb6702/recipes/gildas-mode";
- sha256 = "0bc3d8bnvg1w2chrr4rp9daq1x8p41qgklrniq0bbkr2h93cmkgv";
- name = "recipe";
- };
- packageRequires = [ emacs polymode ];
- meta = {
- homepage = "https://melpa.org/#/gildas-mode";
- license = lib.licenses.free;
- };
- }) {};
- gist = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , gh
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gist";
- ename = "gist";
- version = "20171127.2006";
- src = fetchFromGitHub {
- owner = "defunkt";
- repo = "gist.el";
- rev = "b2712a61d04af98a05cc2556d85479803b6626be";
- sha256 = "0zpdh7j0nm9qgzgp55kim04r9hi8cyi3f6kflxrs8srzxwb4gs6k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/gist";
- sha256 = "053fl8aw0ram9wsabzvmlm5w2klwd2pgcn2w9r1yqfs4xqja5sd3";
- name = "recipe";
- };
- packageRequires = [ emacs gh ];
- meta = {
- homepage = "https://melpa.org/#/gist";
- license = lib.licenses.free;
- };
- }) {};
- git = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "git";
- ename = "git";
- version = "20140128.241";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "git.el";
- rev = "8b7f1477ef367b5b7de452589dd9a8ab30150d0a";
- sha256 = "06ws3x5qa92drmn6rcp502jk2yil6q9gkzdmb2gww9gb2g695wl5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce19d2716416295966716db47241a0e37b412ab5/recipes/git";
- sha256 = "1nd2yvfgin13m368gjn7xah99glspnam4g4fh348x4makxcaw8w5";
- name = "recipe";
- };
- packageRequires = [ dash f s ];
- meta = {
- homepage = "https://melpa.org/#/git";
- license = lib.licenses.free;
- };
- }) {};
- git-annex = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-annex";
- ename = "git-annex";
- version = "20180427.856";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "git-annex-el";
- rev = "ebdb44aef1883f1b2b8058e05d30fb9315b03707";
- sha256 = "1mzv40gj7k10h7h5s43my8msgzjpj680qprqa9pp8nbyhl49v3wh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c91e16bb9e92db9dc9be6a7af3944c3290d2f14/recipes/git-annex";
- sha256 = "0194y24vq1w6m2cjgqgx9dqp99cq8y9licyry2zxa5brbrsxi94l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/git-annex";
- license = lib.licenses.free;
- };
- }) {};
- git-attr = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-attr";
- ename = "git-attr";
- version = "20180925.1303";
- src = fetchFromGitHub {
- owner = "arnested";
- repo = "emacs-git-attr";
- rev = "3e43a0cf616b00a4bbd3c6b49fd2397f3103796f";
- sha256 = "1alpr4gnkikwzljz0fdbrx5hs3zy5s2fz7qyxdz0nx9hv8zb5ir5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3417e4bc586df60b5e6239b1f7683b87953f5b7c/recipes/git-attr";
- sha256 = "084l3zdcgy1ka2wq1fz9d6ryhg38gxvr52njlv43gwibzvbqniyi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/git-attr";
- license = lib.licenses.free;
- };
- }) {};
- git-auto-commit-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-auto-commit-mode";
- ename = "git-auto-commit-mode";
- version = "20161229.817";
- src = fetchFromGitHub {
- owner = "ryuslash";
- repo = "git-auto-commit-mode";
- rev = "2c8197e5d7813734d6a49f9b9c0b227b7ae022a8";
- sha256 = "0h8kma09r5fw4b2fbbia5z42x8gg72w6zk39pxnsw876kwa8798f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5660fb76ce93e5fe56227698d079c6994ef3305f/recipes/git-auto-commit-mode";
- sha256 = "0nf4n63xnzcsizjk1yl8qvqj9wjdqy57kvn6r736xvsxwzd44xgl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/git-auto-commit-mode";
- license = lib.licenses.free;
- };
- }) {};
- git-blamed = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-blamed";
- ename = "git-blamed";
- version = "20161028.1226";
- src = fetchFromGitHub {
- owner = "tsgates";
- repo = "git-emacs";
- rev = "cef196abf398e2dd11f775d1e6cd8690567408aa";
- sha256 = "1n6x69z1s3hk6m6w8gpmqyrb2cxfzhi9w7q94d46c3z6r75v18vz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/87bc01218964a01cfd471ee068ed75976793a568/recipes/git-blamed";
- sha256 = "08az5mwg8kv8xsivs63y4sym54l1n34zc9z6k0iwpfixv9f8bk9p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/git-blamed";
- license = lib.licenses.free;
- };
- }) {};
- git-command = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , term-run
- , with-editor }:
- melpaBuild {
- pname = "git-command";
- ename = "git-command";
- version = "20190310.2211";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "git-command-el";
- rev = "89169f4b8e8d2546cac81d38bf584764e630812e";
- sha256 = "1dgy9c7q0lxx5k5vdjcil6405qjpqpyq3s0ndh8fn6ybbhap9jda";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a55d697bc95a7026c7788c13e4765e1b71075e3/recipes/git-command";
- sha256 = "1hsxak63y6648n0jkzl5ajxg45w84qq8vljvjh0bmwfrbb67kwbg";
- name = "recipe";
- };
- packageRequires = [ term-run with-editor ];
- meta = {
- homepage = "https://melpa.org/#/git-command";
- license = lib.licenses.free;
- };
- }) {};
- git-commit = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , with-editor }:
- melpaBuild {
- pname = "git-commit";
- ename = "git-commit";
- version = "20190501.1123";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit";
- rev = "65bae41baad0138fc8859742b1fd1899edc8468a";
- sha256 = "086g5wxk5rriqyjhyyc385xmm5c2a9x0srxxixfrjh1jk7bxf2dg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cec5af50ae7634cc566adfbfdf0f95c3e2951c0c/recipes/git-commit";
- sha256 = "1i7122fydqga68cilgzir80xfq77hnrw75zrvn52mjymfli6aza2";
- name = "recipe";
- };
- packageRequires = [ dash emacs with-editor ];
- meta = {
- homepage = "https://melpa.org/#/git-commit";
- license = lib.licenses.free;
- };
- }) {};
- git-commit-insert-issue = callPackage ({ bitbucket
- , fetchFromGitLab
- , fetchurl
- , github-issues
- , gitlab
- , lib
- , melpaBuild
- , projectile
- , s }:
- melpaBuild {
- pname = "git-commit-insert-issue";
- ename = "git-commit-insert-issue";
- version = "20171102.1141";
- src = fetchFromGitLab {
- owner = "emacs-stuff";
- repo = "git-commit-insert-issue";
- rev = "f986923b04b587206ce7ee8e0c456768600e8be7";
- sha256 = "1gffjf6byasisa9jdcv9n4n5zqalvzfsxv7z75zl0g3ph7wc7bbm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/git-commit-insert-issue";
- sha256 = "0xhlchr7dbm0hp4cjba3x1fdf7lnfc97id327i2fqgkdc4yn9fax";
- name = "recipe";
- };
- packageRequires = [ bitbucket github-issues gitlab projectile s ];
- meta = {
- homepage = "https://melpa.org/#/git-commit-insert-issue";
- license = lib.licenses.free;
- };
- }) {};
- git-dwim = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-dwim";
- ename = "git-dwim";
- version = "20170126.414";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "emacs-git-dwim";
- rev = "485c732130686c2f28a026e385366006435394b9";
- sha256 = "0rcrsjx4ifa9y3rd5l4498kvqkh58zx21gl7mqp053jdsqqq1yrx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8e4328cae9b4759a75da0b26ea8b68821bc71af/recipes/git-dwim";
- sha256 = "0xcigah06ak5wdma4ddcix58q2v5hszncb65f272m4lc2racgsfl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/git-dwim";
- license = lib.licenses.free;
- };
- }) {};
- git-gutter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-gutter";
- ename = "git-gutter";
- version = "20161105.656";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-git-gutter";
- rev = "00c05264af046b5ce248e5b0bc42f117d9c27a09";
- sha256 = "1c7byzv27sqcal0z7113s1897prxhynk6y89mq1fjlxmr0g20vzb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/git-gutter";
- sha256 = "19s344i95piixlzq4mjgmgjw7cy8af02z6hg89jjjdbxrfl4i2fg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/git-gutter";
- license = lib.licenses.free;
- };
- }) {};
- git-gutter-fringe = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , fringe-helper
- , git-gutter
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-gutter-fringe";
- ename = "git-gutter-fringe";
- version = "20170112.2133";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-git-gutter-fringe";
- rev = "16226caab44174301f1659f7bf8cc67a76153445";
- sha256 = "1y77gjl0yznamdj0f55d418zb75k22izisjg7ikvrfsl2yfqf3pm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/git-gutter-fringe";
- sha256 = "10k07dzmkxsxzwc70vpv05rxjyps9494y6k7yhlv8d46x7xjyp0z";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs fringe-helper git-gutter ];
- meta = {
- homepage = "https://melpa.org/#/git-gutter-fringe";
- license = lib.licenses.free;
- };
- }) {};
- git-gutter-fringe-plus = callPackage ({ fetchFromGitHub
- , fetchurl
- , fringe-helper
- , git-gutter-plus
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-gutter-fringe-plus";
- ename = "git-gutter-fringe+";
- version = "20140729.403";
- src = fetchFromGitHub {
- owner = "nonsequitur";
- repo = "git-gutter-fringe-plus";
- rev = "3857d486e5b3eca9281fba1c76756cb39a9f9866";
- sha256 = "19sz3gaffirr95n4a8jag9wsqa86fpdn13k685lxrv5317h8iqfh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad46c349d13f7d40db706b487319ede40b96b09c/recipes/git-gutter-fringe+";
- sha256 = "1zkjb8p08cq2nqskn79rjszlhp9mrblplgamgi66yskz8qb1bgcc";
- name = "recipe";
- };
- packageRequires = [ fringe-helper git-gutter-plus ];
- meta = {
- homepage = "https://melpa.org/#/git-gutter-fringe+";
- license = lib.licenses.free;
- };
- }) {};
- git-gutter-plus = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , git-commit
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-gutter-plus";
- ename = "git-gutter+";
- version = "20151204.923";
- src = fetchFromGitHub {
- owner = "nonsequitur";
- repo = "git-gutter-plus";
- rev = "b7726997806d9a2da9fe84ff00ecf21d62b6f975";
- sha256 = "0bhrrgdzzj8gwxjx7b2kibp1b6s0vgvykfg0n47iq49m6rqkgi5q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b2db25d23c2a1a4f38867aac25d687a150e95c2b/recipes/git-gutter+";
- sha256 = "1w78p5cz6kyl9kmndgvwnfrs80ha707s8952hycrihgfb6lixmp0";
- name = "recipe";
- };
- packageRequires = [ dash git-commit ];
- meta = {
- homepage = "https://melpa.org/#/git-gutter+";
- license = lib.licenses.free;
- };
- }) {};
- git-identity = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-identity";
- ename = "git-identity";
- version = "20190424.447";
- src = fetchFromGitHub {
- owner = "akirak";
- repo = "git-identity.el";
- rev = "d20f6178a8818dcd6c5911d9cbf98934823e619e";
- sha256 = "0gaxm9l93vg4azj6sb650dq1l3nslnk62qvsgv0iw10k8azxy8d8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ebad3a7a81fbf0293ac04ba319929c8b24bb98f5/recipes/git-identity";
- sha256 = "0kmpm5zp2x60r68in94x2bazq4wxx95n6zfc6mwiq8ln8m0164j0";
- name = "recipe";
- };
- packageRequires = [ dash emacs f hydra ];
- meta = {
- homepage = "https://melpa.org/#/git-identity";
- license = lib.licenses.free;
- };
- }) {};
- git-io = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-io";
- ename = "git-io";
- version = "20180317.1052";
- src = fetchFromGitHub {
- owner = "tejasbubane";
- repo = "emacs-git-io";
- rev = "48753acba73b48b997bb678fb5e2a938ae63b5d6";
- sha256 = "1zw24j6l0ap761q1knxjaxzdfz11kmfq29aag5av4n87m86rxzr8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a713197f227e3c43de3609dd505cf7cd226d94b9/recipes/git-io";
- sha256 = "1acwc9iqchvlvx98fxh4xf3xphv0xzrnxpv8kkl8qaly41izfj0v";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/git-io";
- license = lib.licenses.free;
- };
- }) {};
- git-lens = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-lens";
- ename = "git-lens";
- version = "20190319.642";
- src = fetchFromGitLab {
- owner = "pidu";
- repo = "git-lens";
- rev = "f6cc0a37c9c5c422c49c32650e70bc4721707985";
- sha256 = "05bkpg7xz8644np9imsj5ms821sbsb784ap5fjdnnn69kllz0d33";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a52b516b7b10bdada2f64499c8f43f85a236f254/recipes/git-lens";
- sha256 = "02a393b5y4vpmf9ixgyi3a4gbzk4146zql827ljlav3j0434ssw2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/git-lens";
- license = lib.licenses.free;
- };
- }) {};
- git-link = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-link";
- ename = "git-link";
- version = "20190309.1526";
- src = fetchFromGitHub {
- owner = "sshaw";
- repo = "git-link";
- rev = "1dbabfed4c5c3c5ac6ffa9035a9c3d4c6cc7f885";
- sha256 = "1b115d5rsb9m8lqjplg3qp0bxfc5cij5fgp0j21zspqwqvj7h0hq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1385443585e628e3d4efb3badb7611e9d653e0c9/recipes/git-link";
- sha256 = "1vqabnmdw8pxd84c15ghh1rnglwb5i4zxicvpkg1ci8xalayn1c7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/git-link";
- license = lib.licenses.free;
- };
- }) {};
- git-messenger = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "git-messenger";
- ename = "git-messenger";
- version = "20170101.2040";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-git-messenger";
- rev = "bb838c62662dbc3bed2a8aae5f622fbd8f45dd08";
- sha256 = "0w866cjzaqllf5xjs77mfsj1lw3ll4j5z770cndbkyfbmcwpama0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e791293133f30e5d96c4b29e972f9016c06c476d/recipes/git-messenger";
- sha256 = "1rnqsv389why13cy6462vyq12qc2zk58p01m3hsazp1gpfw2hfzn";
- name = "recipe";
- };
- packageRequires = [ emacs popup ];
- meta = {
- homepage = "https://melpa.org/#/git-messenger";
- license = lib.licenses.free;
- };
- }) {};
- git-msg-prefix = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "git-msg-prefix";
- ename = "git-msg-prefix";
- version = "20180118.646";
- src = fetchFromGitHub {
- owner = "kidd";
- repo = "git-msg-prefix.el";
- rev = "c6acf10b014607f1541a398206208e568a4714e4";
- sha256 = "1jpak1ji63xxpivyjxi0wicw66zbyxdc725nbg8dbf5n3h9v80bk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bd37811d17beaa54e08eb4968791da960d37b391/recipes/git-msg-prefix";
- sha256 = "0vicaj91yhbzda76wrwmbfby2ikaja52bcm923jx8brjh1wd99wr";
- name = "recipe";
- };
- packageRequires = [ dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/git-msg-prefix";
- license = lib.licenses.free;
- };
- }) {};
- git-ps1-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-ps1-mode";
- ename = "git-ps1-mode";
- version = "20181114.1949";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "git-ps1-mode-el";
- rev = "b9188e26a64fa6f8678da6cbf5e3e865065f4f04";
- sha256 = "0l9y6x53li7fqfrwb4037psn92xciylanj0fmmy8jy6n51dlzxyn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ea177b5ea168828881bd8dcd29ef6b4cb81317f0/recipes/git-ps1-mode";
- sha256 = "15gswi9s0m3hrsl1qqyjnjgbglsai95klbdp51h3pcq7zj22wkn6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/git-ps1-mode";
- license = lib.licenses.free;
- };
- }) {};
- git-time-metric = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-time-metric";
- ename = "git-time-metric";
- version = "20181116.1211";
- src = fetchFromGitHub {
- owner = "c301";
- repo = "gtm-emacs-plugin";
- rev = "287108ed1d6885dc795eb3bad4476aa08c626186";
- sha256 = "0cq4jn2vvcm8hyzmmnnvbmffygxnnv0v71kqlgjm8lcil0xsf84d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f6f8839be619d3eeb6ab83b630441bf8c0ca024/recipes/git-time-metric";
- sha256 = "1lwpj3z1i532v59vcpkcp1bkad7i2gmlk2yspjhvyvsgp1slsxl1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/git-time-metric";
- license = lib.licenses.free;
- };
- }) {};
- git-timemachine = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , transient }:
- melpaBuild {
- pname = "git-timemachine";
- ename = "git-timemachine";
- version = "20190317.847";
- src = fetchFromGitLab {
- owner = "pidu";
- repo = "git-timemachine";
- rev = "b97f93d66cffcd69281346845d3a1e32197eda29";
- sha256 = "08zsn3lsnnf01wkv5ls38jga02s5dnf0j3gigy4qd6im3j3d04m1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a52b516b7b10bdada2f64499c8f43f85a236f254/recipes/git-timemachine";
- sha256 = "06xdzic7j3d3pqgwxp1q6fs8sf3mi02a9phjvhk90kyvbr8h94ck";
- name = "recipe";
- };
- packageRequires = [ emacs transient ];
- meta = {
- homepage = "https://melpa.org/#/git-timemachine";
- license = lib.licenses.free;
- };
- }) {};
- git-wip-timemachine = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "git-wip-timemachine";
- ename = "git-wip-timemachine";
- version = "20150408.306";
- src = fetchFromGitHub {
- owner = "itsjeyd";
- repo = "git-wip-timemachine";
- rev = "1ce257e6c25117b01f1b899aca21e07eae084d40";
- sha256 = "116zn8hs1igfdlhga4pav9kq6znl1bk7shbmkck7jvhb2prmqjqb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81b5dd5765f52efdb88fdc14f48af641a18b3dcb/recipes/git-wip-timemachine";
- sha256 = "02fi51k6l23cgnwjp507ylkiwb8azmnhc0fips68nwn9dghzp6dw";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/git-wip-timemachine";
- license = lib.licenses.free;
- };
- }) {};
- gitattributes-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitattributes-mode";
- ename = "gitattributes-mode";
- version = "20180318.1256";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "git-modes";
- rev = "95ad581ae2aeba87b418ae9554eb326cdba9837d";
- sha256 = "15irwyc0fmp0k5dag1n07xa8ka7n84drbrg2savslvb9m71011dg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b4e2ddd2a80875afc0fc654052e6cbff2f3777f/recipes/gitattributes-mode";
- sha256 = "1gjs0pjh6ap0h54savamzx94lq6vqrg58jxqaq5n5qplrbg15a6x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gitattributes-mode";
- license = lib.licenses.free;
- };
- }) {};
- gitconfig = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitconfig";
- ename = "gitconfig";
- version = "20130718.235";
- src = fetchFromGitHub {
- owner = "tonini";
- repo = "gitconfig.el";
- rev = "6c313a39e20702ddcebc12d146f69db1ce668901";
- sha256 = "0j0w6ywhiapmx7dk20yw3zgf8803kmccnjsr664am3g85kbb644v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/gitconfig";
- sha256 = "0lqm04nfhhhsdagrjnnagkpg7vpswd8lkd3l52lmpdh0fy16kgrf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gitconfig";
- license = lib.licenses.free;
- };
- }) {};
- gitconfig-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitconfig-mode";
- ename = "gitconfig-mode";
- version = "20180318.1256";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "git-modes";
- rev = "ae6e897c06d3ff609a65a3ac2500d21ccc888822";
- sha256 = "111pm9wwq8p3wiqgap7gyi20say3daadlaxgq2v3mwxyax8fyx34";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44a37f59b87f59a587f6681e7aadfabf137c98d7/recipes/gitconfig-mode";
- sha256 = "0hqky40kcgxdnghnf56gpi0xp7ik45ssia1x84v0mvfwqc50dgn1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gitconfig-mode";
- license = lib.licenses.free;
- };
- }) {};
- github-browse-file = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "github-browse-file";
- ename = "github-browse-file";
- version = "20160205.627";
- src = fetchFromGitHub {
- owner = "osener";
- repo = "github-browse-file";
- rev = "177667b8dac640f3dabacc4395e09451c5e88c53";
- sha256 = "01vw0nvbhnk9mni3wsm3jf9lqca9x4kn1xfpviqfkciwln7hblqk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8bca60348fc5e2ad55663e69b8690093cf861ca/recipes/github-browse-file";
- sha256 = "03xvgxlw7wmfby898din7dfcg87ihahkhlav1n7qklw6qi7skjcr";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/github-browse-file";
- license = lib.licenses.free;
- };
- }) {};
- github-clone = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , gh
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "github-clone";
- ename = "github-clone";
- version = "20160622.2010";
- src = fetchFromGitHub {
- owner = "dgtized";
- repo = "github-clone.el";
- rev = "467b40ca60a6c26257466ebc43c74414df7f19cc";
- sha256 = "1gdx9sl509vn4bagqg8vi1wvj1h3ryfvd5ggs2mv9rry6x9dg823";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba11d6a5cc2fbc76037687c842f90dc815a6468e/recipes/github-clone";
- sha256 = "0ffrm4lmcj3d9kx3g2d5xbiih7hn4frs0prjrvcjq8acvsbc50q9";
- name = "recipe";
- };
- packageRequires = [ emacs gh magit ];
- meta = {
- homepage = "https://melpa.org/#/github-clone";
- license = lib.licenses.free;
- };
- }) {};
- github-elpa = callPackage ({ commander
- , fetchFromGitHub
- , fetchurl
- , git
- , lib
- , melpaBuild
- , package-build }:
- melpaBuild {
- pname = "github-elpa";
- ename = "github-elpa";
- version = "20180831.111";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "github-elpa";
- rev = "cbde5bc239687e07347cecf46ba5aa31948ebe1d";
- sha256 = "1d7a9mp2kpcw1gvn9j3k8p0896i07m53xkbcx1vbg013w8kpwpak";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81ec06e370f51b750ba3313b661d7386710cffb0/recipes/github-elpa";
- sha256 = "1981dnz49l5r4qsn49i4dhy6x4ln0haff6gl2zx0p5p0zfkzbi7x";
- name = "recipe";
- };
- packageRequires = [ commander git package-build ];
- meta = {
- homepage = "https://melpa.org/#/github-elpa";
- license = lib.licenses.free;
- };
- }) {};
- github-explorer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "github-explorer";
- ename = "github-explorer";
- version = "20190420.2210";
- src = fetchFromGitHub {
- owner = "TxGVNN";
- repo = "github-explorer";
- rev = "3a67835b24366c64deb2aa33626330742895bb0c";
- sha256 = "1yvdm7kiyiv79kysafjz8w2i66kqf1a98cwwyfykni4zj09hysi2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e224d2272892fb6751a093b0306f399057e6098a/recipes/github-explorer";
- sha256 = "0s7k9wspdmvgmyd5sws3asp3kjp5a4nnzvbyn6jp8bcwd7girmr0";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/github-explorer";
- license = lib.licenses.free;
- };
- }) {};
- github-issues = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "github-issues";
- ename = "github-issues";
- version = "20160616.1141";
- src = fetchFromGitHub {
- owner = "inkel";
- repo = "github-issues.el";
- rev = "816f7712b0eb05bffec0add3507302862d2629c4";
- sha256 = "1x6jbnx9lwgy64nl9lpp01xcj9cbx5fq435iwhiarjdsm4kvixb5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f761e76236e9372d5fae6b5c5dcb1992c5d64d37/recipes/github-issues";
- sha256 = "12c6yb3v7xwkzc51binfgl4jb3sm3al5nlrklbsxhn44alazsvb0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/github-issues";
- license = lib.licenses.free;
- };
- }) {};
- github-modern-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "github-modern-theme";
- ename = "github-modern-theme";
- version = "20171109.451";
- src = fetchFromGitHub {
- owner = "philiparvidsson";
- repo = "GitHub-Modern-Theme-for-Emacs";
- rev = "a7e7b8e5e9c122138e79e837caf9b7299e748d44";
- sha256 = "0agfy3wiznb2ksfa00g7066mb0vps4g74mj6nl9wkvx847dzg34h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/github-modern-theme";
- sha256 = "07xv4psw34mrpb1f5fsvj8vcm9k3xlm43zxr6qmj00p46b35z25r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/github-modern-theme";
- license = lib.licenses.free;
- };
- }) {};
- github-notifier = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "github-notifier";
- ename = "github-notifier";
- version = "20180420.2016";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "github-notifier.el";
- rev = "274f3812926ea371346f639fcee98066f6e8c96f";
- sha256 = "1qv66sdi8zm8nv1xc32lsmm2bgkxf03hb8sfz59mbvzhy6r7dxin";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c09f4e7e8a84a241881d214e8359f8a50ab14ddf/recipes/github-notifier";
- sha256 = "1jqc2wx1pvkca8syj97ds32404szm0wn12b7zpa98265sg3n64nw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/github-notifier";
- license = lib.licenses.free;
- };
- }) {};
- github-pullrequest = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "github-pullrequest";
- ename = "github-pullrequest";
- version = "20170115.2216";
- src = fetchFromGitHub {
- owner = "jakoblind";
- repo = "github-pullrequest";
- rev = "471816e09d1e140a0975911fe020c6c659f71209";
- sha256 = "0y7i2zgln3mjj8sm8r4fi67izzyqdxfzj71m2q43dzr8rkrby0qc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/github-pullrequest";
- sha256 = "1p5mwpl59iwd1aqczf1b5shcpzhlqwrcy2vp46c276mhqx15r8fr";
- name = "recipe";
- };
- packageRequires = [ dash emacs magit request ];
- meta = {
- homepage = "https://melpa.org/#/github-pullrequest";
- license = lib.licenses.free;
- };
- }) {};
- github-review = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ghub
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "github-review";
- ename = "github-review";
- version = "20190327.32";
- src = fetchFromGitHub {
- owner = "charignon";
- repo = "github-review";
- rev = "9c3ffe30fba5d02e9951e76d1a5be2ed046663da";
- sha256 = "078rv6f2p3wrznhgvmkhd071bwy72007f5l2m2a0r1k2i3vbfaja";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b57420d20c799c0472dae4ab7e017d53dafb262/recipes/github-review";
- sha256 = "1vh24bmvafv9px80gwgcgk7d9z6pjxaadzz7fba8r3m3fzhv4v58";
- name = "recipe";
- };
- packageRequires = [ dash emacs ghub s ];
- meta = {
- homepage = "https://melpa.org/#/github-review";
- license = lib.licenses.free;
- };
- }) {};
- github-search = callPackage ({ fetchFromGitHub
- , fetchurl
- , gh
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "github-search";
- ename = "github-search";
- version = "20170823.2023";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "github-search";
- rev = "c5fa1d9f8f9bcf201fa31478a6f5e02ed5ac086b";
- sha256 = "1v9kswj65sdb90lr4a2xqai55kyp3jp46nksikxx9m243nxdsh9q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/733a808400858513137e0e3d7d38b5b25e8ddc5a/recipes/github-search";
- sha256 = "1pwrzbbwnq0il5494561fyvkr0vmm5jqlvpffgkk28c54vs7ms0b";
- name = "recipe";
- };
- packageRequires = [ gh magit ];
- meta = {
- homepage = "https://melpa.org/#/github-search";
- license = lib.licenses.free;
- };
- }) {};
- github-stars = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ghub
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "github-stars";
- ename = "github-stars";
- version = "20190517.619";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "github-stars.el";
- rev = "bb79c80574cfff865342b6e262f2c9762edb4c15";
- sha256 = "03lx8ndhikl2frdblbi3fsaz6xzfay6w2ngl1z0ib85wca55lzqp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/58df7d536f9711e10ecaa6e0a37b9ad255e8fca5/recipes/github-stars";
- sha256 = "1vljmrjid5xxmq5yfmsaq09js7zd75nmm4gd0kwm3lf71pb3lp6f";
- name = "recipe";
- };
- packageRequires = [ emacs ghub ];
- meta = {
- homepage = "https://melpa.org/#/github-stars";
- license = lib.licenses.free;
- };
- }) {};
- github-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "github-theme";
- ename = "github-theme";
- version = "20170630.1501";
- src = fetchFromGitHub {
- owner = "philiparvidsson";
- repo = "GitHub-Theme-for-Emacs";
- rev = "29f00a51d949a248a5f6355a97131e216747c797";
- sha256 = "16ldfz1k0hxc1b785gzrf70hg0q88ijjxp39hb62iax1k1aw9vlw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/github-theme";
- sha256 = "132jahd8vvhzhhkm71dzq6x46wmaakbbxg9s7r9779bfwbrms9j9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/github-theme";
- license = lib.licenses.free;
- };
- }) {};
- gitignore-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitignore-mode";
- ename = "gitignore-mode";
- version = "20180318.1256";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "git-modes";
- rev = "ae6e897c06d3ff609a65a3ac2500d21ccc888822";
- sha256 = "111pm9wwq8p3wiqgap7gyi20say3daadlaxgq2v3mwxyax8fyx34";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44a37f59b87f59a587f6681e7aadfabf137c98d7/recipes/gitignore-mode";
- sha256 = "1i98ribmnxr4hwphd95f9hcfm5wfwgdbcxw3g0w17ws7z0ir61mn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gitignore-mode";
- license = lib.licenses.free;
- };
- }) {};
- gitignore-templates = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitignore-templates";
- ename = "gitignore-templates";
- version = "20180327.626";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "gitignore-templates.el";
- rev = "2b729c6b76ec940e15c1599a0105149c2e1f4b17";
- sha256 = "14zsqp128x48d304racw25f1vdi20fadagfqswa5l3rklb0ilbsb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4c9aa71eac2e68eb1925ed00a2c659c4375bd39c/recipes/gitignore-templates";
- sha256 = "17zx52pmpd4yqlnj39v7ym728i710mdl0by3lc8zk6ljfz77933w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gitignore-templates";
- license = lib.licenses.free;
- };
- }) {};
- gitlab = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , request
- , s }:
- melpaBuild {
- pname = "gitlab";
- ename = "gitlab";
- version = "20180312.947";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "emacs-gitlab";
- rev = "68318aca3206d50701039c9aae39734ca29a49f9";
- sha256 = "0arsjdn0anp7pacwxd3cw4db8a7pgzjlnwav1l3maaz1176h4lpb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d012991188956f6e06c37d504b0d06ab31487b9/recipes/gitlab";
- sha256 = "0vxsqfnipgapnd2ijvdnkspk68dlnki3pkpkzg2h6hyazmzrsqnq";
- name = "recipe";
- };
- packageRequires = [ dash pkg-info request s ];
- meta = {
- homepage = "https://melpa.org/#/gitlab";
- license = lib.licenses.free;
- };
- }) {};
- gitlab-ci-mode = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , yaml-mode }:
- melpaBuild {
- pname = "gitlab-ci-mode";
- ename = "gitlab-ci-mode";
- version = "20190425.1358";
- src = fetchFromGitLab {
- owner = "joewreschnig";
- repo = "gitlab-ci-mode";
- rev = "dac4e5125c78aa3ae12d2e35a66196d709676236";
- sha256 = "1jkp9mnbiccqnha9zs646znqyqvy5jjb81kah7ghbkzdqqk2avm0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d7915ddcf21fdec539a86bb86c209cf0bbd378cb/recipes/gitlab-ci-mode";
- sha256 = "1jg6ihrgccrcwg30ysyqw9k7rmvfmsrp70skr2057hfamvccwn4f";
- name = "recipe";
- };
- packageRequires = [ emacs yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/gitlab-ci-mode";
- license = lib.licenses.free;
- };
- }) {};
- gitlab-ci-mode-flycheck = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , flycheck
- , gitlab-ci-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitlab-ci-mode-flycheck";
- ename = "gitlab-ci-mode-flycheck";
- version = "20190323.1129";
- src = fetchFromGitLab {
- owner = "joewreschnig";
- repo = "gitlab-ci-mode-flycheck";
- rev = "eba81cfb7224fd1fa4e4da90d11729cc7ea12f72";
- sha256 = "1w1simnlffg56j79gal1qf1nlav9f8fmr2zfswfrmcv6cac6fhj9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d7915ddcf21fdec539a86bb86c209cf0bbd378cb/recipes/gitlab-ci-mode-flycheck";
- sha256 = "19ixd60yynsvmaj7mkppp6k73793x794vrnhx3hh6n7dap1rsjdh";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck gitlab-ci-mode ];
- meta = {
- homepage = "https://melpa.org/#/gitlab-ci-mode-flycheck";
- license = lib.licenses.free;
- };
- }) {};
- gitolite-clone = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , s }:
- melpaBuild {
- pname = "gitolite-clone";
- ename = "gitolite-clone";
- version = "20160609.1655";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "gitolite-clone";
- rev = "d8a4c2875c984e51137c980b5773f42703602721";
- sha256 = "11i9hxj76869w1z9xn7wq370v56hx5hm4d7msn4zgp64glpa66j9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/gitolite-clone";
- sha256 = "0mv2bdfqqq47wgikkm5kwpr8gajylf1yzk2j6cxljz09amgq6c8q";
- name = "recipe";
- };
- packageRequires = [ dash emacs pcache s ];
- meta = {
- homepage = "https://melpa.org/#/gitolite-clone";
- license = lib.licenses.free;
- };
- }) {};
- gitpatch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitpatch";
- ename = "gitpatch";
- version = "20170721.2110";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "gitpatch";
- rev = "577d5adf65c8133caa325c10e89e1e2fc323c907";
- sha256 = "1jj12pjwza6cq8a3kr8nqnmm3vxs0wam8h983irry4xr4ifywsn4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1746d87f65dc4b0d8f47c7d6ba4c7e0dfa35953/recipes/gitpatch";
- sha256 = "0qaswkk06z24v40nkjkv7f6gfv0dlsjd6wchkn0ppqw95883vhv1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gitpatch";
- license = lib.licenses.free;
- };
- }) {};
- gitter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitter";
- ename = "gitter";
- version = "20180122.56";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "gitter.el";
- rev = "11cb9b4b45f67bdc24f055a9bfac21d2bd19ea1a";
- sha256 = "14ri86kxqz9qfhcr0bkgfyggy4bgg9imk9akhw6dfzqkl90gn2gy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b8076c3b4d60e4c505bb6f4e426ecc4f69d74684/recipes/gitter";
- sha256 = "1ad5abqgfh6x2fcqbbdvgbg8xin69j0h93z7bav1hs3jla7mgwnv";
- name = "recipe";
- };
- packageRequires = [ emacs let-alist ];
- meta = {
- homepage = "https://melpa.org/#/gitter";
- license = lib.licenses.free;
- };
- }) {};
- gl-conf-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gl-conf-mode";
- ename = "gl-conf-mode";
- version = "20170714.610";
- src = fetchFromGitHub {
- owner = "llloret";
- repo = "gitolite-emacs";
- rev = "9136a9b737e0a5b6471a91571d104c487c43f35b";
- sha256 = "0wls3sfplrf7wkg7g7fxx4s87cvm3p7myxw6k91np6pbfh8p0s9q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e3117e62d429e44506f7d82fc64252d41bc1a4b6/recipes/gl-conf-mode";
- sha256 = "0lf8xmq309aqyf16ymqlr8gj2qawlsqagbdndj0kgj72dnnw4cfm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gl-conf-mode";
- license = lib.licenses.free;
- };
- }) {};
- glsl-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "glsl-mode";
- ename = "glsl-mode";
- version = "20190513.1845";
- src = fetchFromGitHub {
- owner = "jimhourihan";
- repo = "glsl-mode";
- rev = "eaea63a45d0dcb04ddbf069b4bcfd99f10919e44";
- sha256 = "0fb6as099y1k8inc39n8hkmb63j1l4sd5q9cbyqz4shfczma3546";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c416822d54df436f29dcf9a5f26398685fdc17a2/recipes/glsl-mode";
- sha256 = "0d05qb60k5f7wwpsp3amzghayfbwcha6rh8nrslhnklpjbg87aw5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/glsl-mode";
- license = lib.licenses.free;
- };
- }) {};
- gmail-message-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , ham-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gmail-message-mode";
- ename = "gmail-message-mode";
- version = "20160627.1147";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "gmail-mode";
- rev = "ec36672a9dc93c09ebe2f77597b498d11883d008";
- sha256 = "0xcdd3abcrqr7nabdmmh0kgfar64hhgnrhsiwg3q201cymhnv49p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/gmail-message-mode";
- sha256 = "0py0i7b893ihb8l1hmk3jfl0xil450znadcd18q7svr3zl2m0gkk";
- name = "recipe";
- };
- packageRequires = [ ham-mode ];
- meta = {
- homepage = "https://melpa.org/#/gmail-message-mode";
- license = lib.licenses.free;
- };
- }) {};
- gmail2bbdb = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gmail2bbdb";
- ename = "gmail2bbdb";
- version = "20170423.444";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "gmail2bbdb";
- rev = "a84fa385cfaec7fc5f1518c368e52722da139f99";
- sha256 = "1qbf3r8a66xlrbni3hv5q5b5v3izis5aid06228rfpc2hwa97hr7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fb3c88b20a7614504165cd5fb459b0a9d5c73f60/recipes/gmail2bbdb";
- sha256 = "03jhrk4vpjim3ybzjxy7s9r1cgjysj9vlc4criz5k0w7vqz3r28j";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gmail2bbdb";
- license = lib.licenses.free;
- };
- }) {};
- gmpl-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gmpl-mode";
- ename = "gmpl-mode";
- version = "20171031.1354";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "gmpl-mode";
- rev = "c5d362169819ee8b8e8954145daee7e260c54921";
- sha256 = "00p2z6kbyc0bas21d1zygx7z49w6mf22y9kf1rcm9gqsnnadb4j9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c89a523f87db358c477e5840b0e043e9f253e640/recipes/gmpl-mode";
- sha256 = "1f60xim8h85jmqpvgfg402ff8mjd66gla8fa0cwi7l18ijnjblpz";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gmpl-mode";
- license = lib.licenses.free;
- };
- }) {};
- gn-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gn-mode";
- ename = "gn-mode";
- version = "20190428.1112";
- src = fetchFromGitHub {
- owner = "lashtear";
- repo = "gn-mode";
- rev = "fcf8e1e500d953364e97e7ebc5708a2c00fa3cd2";
- sha256 = "0dz5kgzbgsssr38z2kg6m915cvfys42ag1k42bsra3la2pixywfx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f5c6c27bce3d0aaf7e3791299a527d5f1fd69653/recipes/gn-mode";
- sha256 = "1rn4xa1am1yd9k2hpi5b0zhs3pgq4hnhgxdgs258cmhszm8c6ii2";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/gn-mode";
- license = lib.licenses.free;
- };
- }) {};
- gnome-calendar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnome-calendar";
- ename = "gnome-calendar";
- version = "20161110.456";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "gnome-calendar.el";
- rev = "668591bec95c23934c5e1ef100cec4824e7cb25d";
- sha256 = "01dgv24snakxr7smkza6334wr74q74g0mrkzd93xwdxrm5k68ahg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e497668d65f0eabd15e39b7492adb395a5a8e75/recipes/gnome-calendar";
- sha256 = "00clamlm5b42zqggxywdqrf6s2dnsxir5rpd8mjpyc502kqmsfn6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gnome-calendar";
- license = lib.licenses.free;
- };
- }) {};
- gnomenm = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , kv
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "gnomenm";
- ename = "gnomenm";
- version = "20150316.1218";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-nm";
- rev = "9065cda44ffc9e06239b8189a0154d31314c3b4d";
- sha256 = "1svnvm9fqqx4mrk9jjn11pzqwk71w8kyyd9wwxam8gz22ykw5jb2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd98221d3498528efb0f2d943102d32ebd7b34b3/recipes/gnomenm";
- sha256 = "01vmr64j6hcvdbzg945c5a2g4fiidl18dsk4px7mdf85cv45kzqm";
- name = "recipe";
- };
- packageRequires = [ dash kv s ];
- meta = {
- homepage = "https://melpa.org/#/gnomenm";
- license = lib.licenses.free;
- };
- }) {};
- gntp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gntp";
- ename = "gntp";
- version = "20141024.1950";
- src = fetchFromGitHub {
- owner = "tekai";
- repo = "gntp.el";
- rev = "767571135e2c0985944017dc59b0be79af222ef5";
- sha256 = "1nvyjjjydrimpxy4cpg90si7sr8lmldbhlcm2mx8npklp9pn5y3a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c69a148d3b72d1be6ea10100a8e0cbbd918baa9c/recipes/gntp";
- sha256 = "1ywj3p082g54dcpy8q4jnkqfr12npikx8yz14r0njxdlr0janh4f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gntp";
- license = lib.licenses.free;
- };
- }) {};
- gnu-apl-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnu-apl-mode";
- ename = "gnu-apl-mode";
- version = "20181217.54";
- src = fetchFromGitHub {
- owner = "lokedhs";
- repo = "gnu-apl-mode";
- rev = "3b5b13abeb424e8ed399379fdefc168422664def";
- sha256 = "0nhbfzfwl44ffvhzrnkjxaxz2nfrp1a7zcy6fg6cm13c2z40jslp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/369a55301bba0c4f7ce27f6e141944a523beaa0f/recipes/gnu-apl-mode";
- sha256 = "0971pzc14gw8f0b4lzvicxww1k3wc58gbr3fd0qvdra2jifk2is6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gnu-apl-mode";
- license = lib.licenses.free;
- };
- }) {};
- gnuplot = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnuplot";
- ename = "gnuplot";
- version = "20141231.1337";
- src = fetchFromGitHub {
- owner = "bruceravel";
- repo = "gnuplot-mode";
- rev = "21f9046e3f5caad41b750b5c9cee02fa4fd20fb9";
- sha256 = "1gm116479gdwc4hr3nyv1id692dcd1sx7w2a80pvmgr35ybccn7c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/78be03893e4b0502ce999375e5630d32bda56ac1/recipes/gnuplot";
- sha256 = "06c5gqf02fkra8c52xck1lqvf4yg45zfibyf9zqmnbwk7p2jxrds";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gnuplot";
- license = lib.licenses.free;
- };
- }) {};
- gnuplot-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnuplot-mode";
- ename = "gnuplot-mode";
- version = "20171013.916";
- src = fetchFromGitHub {
- owner = "mkmcc";
- repo = "gnuplot-mode";
- rev = "601f6392986f0cba332c87678d31ae0d0a496ce7";
- sha256 = "14f0yh1rjqc3337j4sbqzfb7pjim2c8a7wk1a73xkrdkmjn82vgb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d801a2e0ba5ae7c65b5d312fbf41261278a8b1ba/recipes/gnuplot-mode";
- sha256 = "1avpik06cmi4h6v6039c64b4zw1r1nsg3nrryl254gl881pysfxg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gnuplot-mode";
- license = lib.licenses.free;
- };
- }) {};
- gnus-alias = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnus-alias";
- ename = "gnus-alias";
- version = "20150315.1742";
- src = fetchFromGitHub {
- owner = "hexmode";
- repo = "gnus-alias";
- rev = "9447d3ccb4c0e75d0468899cccff7aa249657bac";
- sha256 = "1i278npayv3kfxxd1ypi9n83q5l402sbc1zkm11pf8g006ifqsp4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6176257e00ca09e79fdff03c6dd450af8eb83666/recipes/gnus-alias";
- sha256 = "0mbq9v8fiqqyldpb66v9bc777mzxywaq2dabivabxjg6554s8chf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gnus-alias";
- license = lib.licenses.free;
- };
- }) {};
- gnus-desktop-notify = callPackage ({ fetchFromGitLab
- , fetchurl
- , gnus ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnus-desktop-notify";
- ename = "gnus-desktop-notify";
- version = "20180623.838";
- src = fetchFromGitLab {
- owner = "wavexx";
- repo = "gnus-desktop-notify.el";
- rev = "44ebe0241a19f4052cd427dff408206542aa3c8f";
- sha256 = "1fqkclbddwfqywvkrb7l2cpibapxrk82ikdpbxapj09iwyn3ijlz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1cf98dff029d494007fe25d29bd8bcfecc5b8e6/recipes/gnus-desktop-notify";
- sha256 = "1cfcmmq0ywgp41g0rf8s5fabh3yqbv9iacxi7v74kqh59bqdnz3x";
- name = "recipe";
- };
- packageRequires = [ gnus ];
- meta = {
- homepage = "https://melpa.org/#/gnus-desktop-notify";
- license = lib.licenses.free;
- };
- }) {};
- gnus-recent = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnus-recent";
- ename = "gnus-recent";
- version = "20190423.446";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "gnus-recent";
- rev = "d9375cfad0054a05c910c1210f0f37aa601aebba";
- sha256 = "19ggfisfxq2bk62axdi0nipwxymrvnnvmijcrwc9yglbnhiigdb5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b80d94cf1a8b8e2d4da5d45f65231aa4884a3a0/recipes/gnus-recent";
- sha256 = "14xac6bmn61bk0h6dby14111iijz0j254v4mh77lf0ydbz6wxjf1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gnus-recent";
- license = lib.licenses.free;
- };
- }) {};
- gnus-select-account = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnus-select-account";
- ename = "gnus-select-account";
- version = "20170721.2211";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "gnus-select-account";
- rev = "ddc8c135eeaf90f5b6692a033af2badae36e68ce";
- sha256 = "0csq8cqv028g3mrvk88l0nlj3dk5fh67c10hdjwvxbf7winv0391";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1746d87f65dc4b0d8f47c7d6ba4c7e0dfa35953/recipes/gnus-select-account";
- sha256 = "1yini6kif7vp5msmhnnpfkab5m5px8y4wgvc0f0k79kdd17gvpsx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gnus-select-account";
- license = lib.licenses.free;
- };
- }) {};
- gnus-summary-ext = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnus-summary-ext";
- ename = "gnus-summary-ext";
- version = "20180113.516";
- src = fetchFromGitHub {
- owner = "vapniks";
- repo = "gnus-summary-ext";
- rev = "025fd853fe9280ae696a89ec2c2cac9befd010aa";
- sha256 = "07ww2nc03daz70f2ajw7b2gin22xa306001zclhrxkm1cpjif2fi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5ca4a905b5f81991074c7d3e41d4422c7e6713d5/recipes/gnus-summary-ext";
- sha256 = "0svyz8fy4k9ba6gpdymf4cf8zjjpgm71y48vlybxbv507xjm17qf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gnus-summary-ext";
- license = lib.licenses.free;
- };
- }) {};
- gnus-summary-repo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnus-summary-repo";
- ename = "gnus-summary-repo";
- version = "20190510.1052";
- src = fetchFromGitHub {
- owner = "TxGVNN";
- repo = "gnus-summary-repo";
- rev = "4787825eec56c4e90a746e98ab38ba44b6e1b2e1";
- sha256 = "1nx742xg0c6vwc7zgaqbhf2xajby0i3b2xq46ldw96bkvwizry4g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0decb1e7d7fd32dc4ed7e07c751621eea0af0ab5/recipes/gnus-summary-repo";
- sha256 = "0lwdhymayqs1cx76lnral2cs5dhrxwzlpc1ivchbyr1pj9x2nj6w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gnus-summary-repo";
- license = lib.licenses.free;
- };
- }) {};
- gnus-x-gm-raw = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "gnus-x-gm-raw";
- ename = "gnus-x-gm-raw";
- version = "20140610.31";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "gnus-x-gm-raw";
- rev = "c2c8c5e94ac94f4c40e023452119c088ac59eac9";
- sha256 = "0gf418ri69yzi9cbxdyna9kxjsniyw72xix2r94m439k1axpwa3f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/263b87e40e32421ae56a99971a7e1baca0484778/recipes/gnus-x-gm-raw";
- sha256 = "1a5iccghzqmcndql2bppvr48535sf6jbvc83iypr1031z1b5k4wg";
- name = "recipe";
- };
- packageRequires = [ log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/gnus-x-gm-raw";
- license = lib.licenses.free;
- };
- }) {};
- go = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go";
- ename = "go";
- version = "20161110.1849";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "el-go";
- rev = "ff45fb44d9cb6579d8511d8b6156ed0b34d5ac97";
- sha256 = "14av8zcxp9r4ka0h9x73i6gzwbf231wqkin65va3agrzwaf8swz1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/50e8d089f4e163eb459fc602cb90440b110b489f/recipes/go";
- sha256 = "1mk1j504xwi3xswc0lfr3czs9j6wcsbrw2halr46mraiy8lnbz6h";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/go";
- license = lib.licenses.free;
- };
- }) {};
- go-add-tags = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "go-add-tags";
- ename = "go-add-tags";
- version = "20161123.427";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-go-add-tags";
- rev = "54879945e46a0884c5f93d7fd6c866a9cdf401ac";
- sha256 = "1gr65skrd41pk46ilfsbxfdng4br6h9c6blf1q1wx6i9ylhs0ak5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/55d3b893bd68d3d2d86ecdbb4ed442edd256516a/recipes/go-add-tags";
- sha256 = "0nvas44rsvqzk2ay5bhzkbrnzql13vnxq9pk4lp4mvp86dda9qim";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/go-add-tags";
- license = lib.licenses.free;
- };
- }) {};
- go-autocomplete = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-autocomplete";
- ename = "go-autocomplete";
- version = "20150903.1940";
- src = fetchFromGitHub {
- owner = "mdempsky";
- repo = "gocode";
- rev = "ccbc3bda7debb16fa6672e719f8f74fa2523c321";
- sha256 = "0gshb5d20v342disc290pry8i6p60srl2ip186kb4sk692lk0ily";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef45683cbfe82bf8a9d6f3f1c59e3cf340accbe3/recipes/go-autocomplete";
- sha256 = "15ns1zzw6kblcbih7dmjvk1p0f6f3p2wpgx4gnd9ax0fcj65ghwi";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/go-autocomplete";
- license = lib.licenses.free;
- };
- }) {};
- go-complete = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-complete";
- ename = "go-complete";
- version = "20190408.2216";
- src = fetchFromGitHub {
- owner = "vibhavp";
- repo = "go-complete";
- rev = "056294014f37a1004958ec17ebd6748deed63502";
- sha256 = "021mc1lq4xvmj8dvnpr6hhfs08cd0r07d520h498b345y6a6ihdg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4df81abbf3b16f06fa327c1626bef1245ea77758/recipes/go-complete";
- sha256 = "0dl0ibw145f84kd709r5i2kaw07z1sjzn3dmsiqn8dncspcf2vb4";
- name = "recipe";
- };
- packageRequires = [ cl-lib go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-complete";
- license = lib.licenses.free;
- };
- }) {};
- go-direx = callPackage ({ cl-lib ? null
- , direx
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-direx";
- ename = "go-direx";
- version = "20150315.1843";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-go-direx";
- rev = "aecb9fef4d56d04d230d37c75c260c8392b5ad9f";
- sha256 = "05yc0nylg3457an5j7yp3x23157j0hbi21qhcpgsa01144mwnwln";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/032c0c3cd04f36f1bc66bb7d9d789d354c620a09/recipes/go-direx";
- sha256 = "0dq5d7fsld4hww8fl68c18qp6fl3781dqqwd98cg68bihw2wwni7";
- name = "recipe";
- };
- packageRequires = [ cl-lib direx ];
- meta = {
- homepage = "https://melpa.org/#/go-direx";
- license = lib.licenses.free;
- };
- }) {};
- go-dlv = callPackage ({ fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-dlv";
- ename = "go-dlv";
- version = "20190413.923";
- src = fetchFromGitHub {
- owner = "benma";
- repo = "go-dlv.el";
- rev = "df03ade331d8fb46acc57ef358e696bc36129e04";
- sha256 = "0sfx84cbxn8d3gsjg0zjam4yc7pjlyp3g94xa3xv91k71ncnijs1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/go-dlv";
- sha256 = "0lb5v9pmd6m8nvk4c9gcda5dmshrf5812gg1arq5p2g0nzg32mm8";
- name = "recipe";
- };
- packageRequires = [ go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-dlv";
- license = lib.licenses.free;
- };
- }) {};
- go-eldoc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-eldoc";
- ename = "go-eldoc";
- version = "20170305.627";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-go-eldoc";
- rev = "cbbd2ea1e94a36004432a9ac61414cb5a95a39bd";
- sha256 = "1029qg6ida3cw4ynxll6ykpnqkpbrbrx12nnzcplhc25vqpz7hik";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ce1190db06cc214746215dd27648eded5fe5140/recipes/go-eldoc";
- sha256 = "1k115dirfqxdnb6hdzlw41xdy2dxp38g3vq5wlvslqggha7gzhkk";
- name = "recipe";
- };
- packageRequires = [ emacs go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-eldoc";
- license = lib.licenses.free;
- };
- }) {};
- go-errcheck = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-errcheck";
- ename = "go-errcheck";
- version = "20160722.1743";
- src = fetchFromGitHub {
- owner = "dominikh";
- repo = "go-errcheck.el";
- rev = "9db21eccecedc2490793f176246094167164af31";
- sha256 = "1ngzgkmcbk6qa3p97hch75k446h15515arsdfv7mqb4m5va6429h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c874f608a55cafcc6e57ca2c80bdae6b1c2e47e9/recipes/go-errcheck";
- sha256 = "11a75h32cd5h5xjv30x83k60s49k9fhgis31358q46y2gbvqp5bs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/go-errcheck";
- license = lib.licenses.free;
- };
- }) {};
- go-fill-struct = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-fill-struct";
- ename = "go-fill-struct";
- version = "20171224.1931";
- src = fetchFromGitHub {
- owner = "s-kostyaev";
- repo = "go-fill-struct";
- rev = "a613d0b378473eef39e8fd5724abe790aea84321";
- sha256 = "16bgfykvqc61hlx1hj55z15y83zgpavhb853sblds75m8w7mndqg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c03d2382efd20e248b27b5505cdeed67d000f73/recipes/go-fill-struct";
- sha256 = "19xxqb836saxigvwdqf4xv0y9zrl7csv97x0facgyjyiqmwhx3x7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/go-fill-struct";
- license = lib.licenses.free;
- };
- }) {};
- go-gen-test = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "go-gen-test";
- ename = "go-gen-test";
- version = "20171022.2058";
- src = fetchFromGitHub {
- owner = "s-kostyaev";
- repo = "go-gen-test";
- rev = "44c202ac97e728e93a35cee028a0ea8dd6e4292c";
- sha256 = "1vi5xsf0xbcbvapi20hsjangwyp38cbgi8kiccpmingnq2kp8ghs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0861c126161a2674f0e115eac6f948490b142b44/recipes/go-gen-test";
- sha256 = "1pj8n8xj9ccq9ips4wy4v6hdxxgwv11pwi671l6jjrig38v13dzr";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/go-gen-test";
- license = lib.licenses.free;
- };
- }) {};
- go-gopath = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-gopath";
- ename = "go-gopath";
- version = "20160705.334";
- src = fetchFromGitHub {
- owner = "iced";
- repo = "go-gopath";
- rev = "5172fc53f21edbf9347d5ee7d1d745da1ec88a15";
- sha256 = "0gqb3k33y42gchc89rw3k1pvb7ai9ka50ljfd4avk31fdpr4dln5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1ca8d10b10b015c5bdafe1dbc8e53eb4c0d26d9c/recipes/go-gopath";
- sha256 = "0jfy2r3axqpn2cnibp8f9vw36kmx0icixhj6zy43d9xa4znvdqal";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/go-gopath";
- license = lib.licenses.free;
- };
- }) {};
- go-guru = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-guru";
- ename = "go-guru";
- version = "20181011.2030";
- src = fetchFromGitHub {
- owner = "dominikh";
- repo = "go-mode.el";
- rev = "120fb911f1d8038f828da85eed8aaad977dabd8c";
- sha256 = "18qx1mf4fgrzm8g89c4y7zvwl3djrbbkhar242zl5ab5218dsp0s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0cede3a468b6f7e4ad88e9fa985f0fdee7d195f5/recipes/go-guru";
- sha256 = "01f0gz65z8d0iv8k49xl2sp6q4qnsvwhd4g8fb2irp7iclb0xmvk";
- name = "recipe";
- };
- packageRequires = [ cl-lib go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-guru";
- license = lib.licenses.free;
- };
- }) {};
- go-imenu = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-imenu";
- ename = "go-imenu";
- version = "20181029.329";
- src = fetchFromGitHub {
- owner = "brantou";
- repo = "go-imenu.el";
- rev = "00bb69c1c71453f43ab2d6622a74e3c8e6b454b9";
- sha256 = "1bwcsph6ywnqf2dbzh82vzw7m6g5qyxzjln8n3470h06iv7jhic2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d602b6071787018e3e0a68b4852eb978b34acbea/recipes/go-imenu";
- sha256 = "0s8rc7rkqlywrhnm2h8yygn87jhjc492wmsvnr1rxl62wf5cijms";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/go-imenu";
- license = lib.licenses.free;
- };
- }) {};
- go-impl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-impl";
- ename = "go-impl";
- version = "20170125.752";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-go-impl";
- rev = "69f0d0ef05771487e15abec500cd06befd171abf";
- sha256 = "1rmik6g3l9q1bqavmqx1fhcadz4pwswgfnkbaxl6c5b6g2sl26iq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aa1a0845cc1a6970018b397d13394aaa8147e5d0/recipes/go-impl";
- sha256 = "09frwpwc080rfpwkb63yv47dyj741lrpyrp65sq2bn4sf03xw0cx";
- name = "recipe";
- };
- packageRequires = [ emacs go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-impl";
- license = lib.licenses.free;
- };
- }) {};
- go-imports = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-imports";
- ename = "go-imports";
- version = "20180709.2228";
- src = fetchFromGitHub {
- owner = "yasushi-saito";
- repo = "go-imports";
- rev = "d9950309c868aa46c45f8671413e53f97dc7fe0b";
- sha256 = "1nq0s6zkk87jggj91iza9ap255i8r1c8ahb1118s25pvb5gcfnfv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4118ebf0db84cc047fab311c789bfbffd6eb2d92/recipes/go-imports";
- sha256 = "0xxlh4rmyvfxiynsdqng6wd3js7h3azhb8ii0ch7n0hhqkcnda4x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/go-imports";
- license = lib.licenses.free;
- };
- }) {};
- go-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-mode";
- ename = "go-mode";
- version = "20181011.2029";
- src = fetchFromGitHub {
- owner = "dominikh";
- repo = "go-mode.el";
- rev = "be9186c658c33e2cfd09e8808e578d525dcbf2a2";
- sha256 = "086qj1rmfkk7x0a1p76z33rycgrcawmyg7h3k9j978v4k1xa5xnf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0cede3a468b6f7e4ad88e9fa985f0fdee7d195f5/recipes/go-mode";
- sha256 = "0ghqm4lbkfla79plqiyb1lzf5kbz0380h9vf8px15zal00xrv0bl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/go-mode";
- license = lib.licenses.free;
- };
- }) {};
- go-playground = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , gotest
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-playground";
- ename = "go-playground";
- version = "20181103.1146";
- src = fetchFromGitHub {
- owner = "grafov";
- repo = "go-playground";
- rev = "790562506dc941648d7a54fd21677871942251e4";
- sha256 = "06aaxx7qk1g7sk80rr3jgz6qrqlh5zlf57h9di740645kmyr6vkd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/900aabb7bc2350698f8740d72a5fad69c9219c33/recipes/go-playground";
- sha256 = "1rabwc80qwkafq833m6a199zfiwwmf0hha89721gc7i0myk9pac6";
- name = "recipe";
- };
- packageRequires = [ emacs go-mode gotest ];
- meta = {
- homepage = "https://melpa.org/#/go-playground";
- license = lib.licenses.free;
- };
- }) {};
- go-playground-cli = callPackage ({ cl-lib ? null
- , deferred
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , names
- , request
- , s }:
- melpaBuild {
- pname = "go-playground-cli";
- ename = "go-playground-cli";
- version = "20160503.214";
- src = fetchFromGitHub {
- owner = "kosh04";
- repo = "emacs-go-playground";
- rev = "60beebd98e3930641d41cee0189c579626f223bc";
- sha256 = "1fcm65r1sy2fmcp2i7mwc7mxqiaf4aaxda4i2qrm8s25cxsffir7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3af0a72ee1222c133ccfd76f004a346fd6110eee/recipes/go-playground-cli";
- sha256 = "00h89rh8d7lq1di77nv609xbzxmjmffq6mz3cmagylxncflg81jc";
- name = "recipe";
- };
- packageRequires = [ cl-lib deferred emacs f let-alist names request s ];
- meta = {
- homepage = "https://melpa.org/#/go-playground-cli";
- license = lib.licenses.free;
- };
- }) {};
- go-projectile = callPackage ({ fetchFromGitHub
- , fetchurl
- , go-eldoc
- , go-guru
- , go-mode
- , go-rename
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "go-projectile";
- ename = "go-projectile";
- version = "20181023.1444";
- src = fetchFromGitHub {
- owner = "dougm";
- repo = "go-projectile";
- rev = "7910884b4de560f3fc70b53752f658ef9cdc02cd";
- sha256 = "03bh8k95qrc3q1sja05bbv3jszh6rgdv56jpi8g06yxk53457a1n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3559a179be2a5cda71ee0a5a18bead4b3a1a8138/recipes/go-projectile";
- sha256 = "07diik27gr82n11a8k62v1jxq8rhi16f02ybk548f6cn7iqgp2ml";
- name = "recipe";
- };
- packageRequires = [ go-eldoc go-guru go-mode go-rename projectile ];
- meta = {
- homepage = "https://melpa.org/#/go-projectile";
- license = lib.licenses.free;
- };
- }) {};
- go-rename = callPackage ({ fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-rename";
- ename = "go-rename";
- version = "20180626.2348";
- src = fetchFromGitHub {
- owner = "dominikh";
- repo = "go-mode.el";
- rev = "da55ef1ad3a4802f7d056d3065f6962db3d6fd14";
- sha256 = "1mphf9msxc24q2i0ghcgd0ah6r0x6svxak6kn9is7x0kbfiy9226";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d806abe90da9a8951fdb0c31e2167bde13183c5c/recipes/go-rename";
- sha256 = "1cd2nfgwnqzylbry11ahahdip8w66w5hnrndrs65ip10s08w2xki";
- name = "recipe";
- };
- packageRequires = [ go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-rename";
- license = lib.licenses.free;
- };
- }) {};
- go-scratch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-scratch";
- ename = "go-scratch";
- version = "20150809.2140";
- src = fetchFromGitHub {
- owner = "shosti";
- repo = "go-scratch.el";
- rev = "3f68cbcce04f59eb8e83af109164731ec0454be0";
- sha256 = "1a6vg2vwgnafb61pwrd837fwlq5gs80wawbzjsnykawnmcaag8pm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1713e6f02f8908b828ac2722a3185ea7cceb0609/recipes/go-scratch";
- sha256 = "11ahvmxbh67wa39cymymxmcpkq0kcn5jz0rrvazjy2p1hx3x1ma5";
- name = "recipe";
- };
- packageRequires = [ emacs go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-scratch";
- license = lib.licenses.free;
- };
- }) {};
- go-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "go-snippets";
- ename = "go-snippets";
- version = "20180112.2211";
- src = fetchFromGitHub {
- owner = "toumorokoshi";
- repo = "go-snippets";
- rev = "d437df148879566ffe7f2e503a3cf2602aa9fb28";
- sha256 = "0rs2yj9bh0snf13hfj9bvyawl16j8416naz6h52l21q72ymd4b0k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca9f3022e7f4d5391be394cd56f6db75c9cff3b6/recipes/go-snippets";
- sha256 = "1wcbnfzxailv18spxyv4a0nwlqh9l7yf5vxg0qcjcp5ajd2w12kn";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/go-snippets";
- license = lib.licenses.free;
- };
- }) {};
- go-stacktracer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-stacktracer";
- ename = "go-stacktracer";
- version = "20150430.1442";
- src = fetchFromGitHub {
- owner = "samertm";
- repo = "go-stacktracer.el";
- rev = "a2ac6d801b389f80ca4e2fcc1ab44513a9e55976";
- sha256 = "0n5nsyfwx2pdlwx6bl35wrfyady5dwraimv92f58mhc344ajd70y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/401996c585d2ccf97add1bc420250d96188b651a/recipes/go-stacktracer";
- sha256 = "1laz2ggqydnyr7b36ggb7sphlib79dhp7nszw42wssmv212v94cy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/go-stacktracer";
- license = lib.licenses.free;
- };
- }) {};
- go-tag = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-tag";
- ename = "go-tag";
- version = "20180226.2011";
- src = fetchFromGitHub {
- owner = "brantou";
- repo = "emacs-go-tag";
- rev = "8dbcb7d42dccac046c7beb31bdf79bb09a0fef40";
- sha256 = "1l20az4lhgbrh96sk6bpvp3w4bh29653fms4bimmiaqmhn2n14y2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc4cd3fd8fb0707912e205b9d71789ea8126c442/recipes/go-tag";
- sha256 = "18ff41i0gr708fl4gzzspf9cc09nv4wy21wsn609yhwlh7w0vs1f";
- name = "recipe";
- };
- packageRequires = [ emacs go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-tag";
- license = lib.licenses.free;
- };
- }) {};
- gobgen = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gobgen";
- ename = "gobgen";
- version = "20161020.823";
- src = fetchFromGitHub {
- owner = "gergelypolonkai";
- repo = "gobgen.el";
- rev = "ed2c2b0d217deae293096f3cf14aa492791ddd4f";
- sha256 = "1isda941gzrl9r2xxaxbsqjxq146cmnhl04m634m8m0q2d751pwk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8c9fed22bb8dbfb359e4fdb0d802ed4b5781f50d/recipes/gobgen";
- sha256 = "0fb0q9x7wj8gs1iyr87q1vpxmfa2d43zy6cgxpzmv2wc26x96vi7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gobgen";
- license = lib.licenses.free;
- };
- }) {};
- god-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "god-mode";
- ename = "god-mode";
- version = "20180117.334";
- src = fetchFromGitHub {
- owner = "chrisdone";
- repo = "god-mode";
- rev = "344167ed9b4c212273dd056e7481cf1373b461d0";
- sha256 = "0y7phh7amrdphv9dkf0304z2knyas745ir59ybngh1a55dfc2mf4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2dff8dc08583048f9b7b4cb6d8f05a18dd4e8b42/recipes/god-mode";
- sha256 = "01xx2byjh6vlckaxamm2x2qzicd9qc8h6amyjg0bxz3932a4llaa";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/god-mode";
- license = lib.licenses.free;
- };
- }) {};
- godoctor = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "godoctor";
- ename = "godoctor";
- version = "20180710.1452";
- src = fetchFromGitHub {
- owner = "microamp";
- repo = "godoctor.el";
- rev = "4b45ff3d0572f0e84056e4c3ba91fcc178199859";
- sha256 = "12gga1ghc54r6f2adyaq30hm2yxspvgg54zd4k82c3d6cj51qwci";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0e23e1362ff7d477ad9ce6cfff694db989dfb87b/recipes/godoctor";
- sha256 = "0k734hry9npsr6zhsplcvmcjqw6jdf79pv4k9dw0xvd598hkpazz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/godoctor";
- license = lib.licenses.free;
- };
- }) {};
- gold-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sws-mode }:
- melpaBuild {
- pname = "gold-mode";
- ename = "gold-mode";
- version = "20140606.1906";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "gold-mode-el";
- rev = "6d3aa59602b1b835495271c8c9741ac344c2eab1";
- sha256 = "1k4i9z9h4m0h0y92mncr96jir63q5h1bix5bpnlfxhxl5w8pvk1q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d1991b63067c581c7576df4b69b509ab5a44d5a/recipes/gold-mode";
- sha256 = "1b67hd1fp6xcj65xxp5jcpdjspxsbzxy26v6lqg5kiy8knls57kf";
- name = "recipe";
- };
- packageRequires = [ sws-mode ];
- meta = {
- homepage = "https://melpa.org/#/gold-mode";
- license = lib.licenses.free;
- };
- }) {};
- golden-ratio = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "golden-ratio";
- ename = "golden-ratio";
- version = "20150819.420";
- src = fetchFromGitHub {
- owner = "roman";
- repo = "golden-ratio.el";
- rev = "72b028808b41d23fa3f7e8c0d23d2c475e7b46ae";
- sha256 = "0wdw89n7ngxpcdigv8c01h4i84hsdh0y7xq6jdj1i6mnajl8gk92";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e87b2af052d0406431957d75aa3717899bdbc8ae/recipes/golden-ratio";
- sha256 = "15fkrv0sgpzmnw2h4fp2gb83d8s42khkfq1h76l241njjayk1f81";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/golden-ratio";
- license = lib.licenses.free;
- };
- }) {};
- golden-ratio-scroll-screen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "golden-ratio-scroll-screen";
- ename = "golden-ratio-scroll-screen";
- version = "20170223.1829";
- src = fetchFromGitHub {
- owner = "jixiuf";
- repo = "golden-ratio-scroll-screen";
- rev = "0428fbe020ddb90811f2932e661796f667bf4ac5";
- sha256 = "1v4rz5ddd0x7szk9pz5hrxp25xqdf6gngrm8y2cf8xgyvrlscyba";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/af044c4a28149362347c2477f0d8d0f8d1dc8c0d/recipes/golden-ratio-scroll-screen";
- sha256 = "1ygh104vr65s7frlkzyhrfi6shrbvp2b2j3ynj5dip253v85xki5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/golden-ratio-scroll-screen";
- license = lib.licenses.free;
- };
- }) {};
- goldendict = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "goldendict";
- ename = "goldendict";
- version = "20180121.120";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "goldendict.el";
- rev = "1aac19daaec811deb9afe45eea4929309c09ac8b";
- sha256 = "1il432f6ayj2whl4s804n5wykgs51jhbx4xkcbfgqra58cbjrjhi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/af87026905478d9134a4a036e792f6afd9c10768/recipes/goldendict";
- sha256 = "0zvrlz169pg9bj1bmks4lh5zn8cygqzwiyzg49na2a7wf2sk9m1f";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/goldendict";
- license = lib.licenses.free;
- };
- }) {};
- golint = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "golint";
- ename = "golint";
- version = "20180221.1215";
- src = fetchFromGitHub {
- owner = "golang";
- repo = "lint";
- rev = "0562613f16a6ec439a4a68e817e69e0f7c405c87";
- sha256 = "1lhzas39dkf38965ibrxdfdh7gxsjiyzqas7h51zr5fdx6cyjwnf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/34f22d829257456abbc020c006b92da9c7a7860e/recipes/golint";
- sha256 = "1q4y6mgll8wyp0c7zx810nzsm0k4wvz0wkly1fbja9z63sjzzxwb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/golint";
- license = lib.licenses.free;
- };
- }) {};
- gom-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gom-mode";
- ename = "gom-mode";
- version = "20131007.1953";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-gom-mode";
- rev = "972e33df1d38ff323bc97de87477305826013701";
- sha256 = "1anjzlg53kjdqfjcdahbxy8zk9hdha075c1f9nzrnnbbqvmirbbb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a1e5f505e048b36c12de36b23b779beeaefc45f/recipes/gom-mode";
- sha256 = "07zr38gzqb3ds9mpf94c1vhl1rqd0cjh4g4j2bz86q16c0rnmp7m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gom-mode";
- license = lib.licenses.free;
- };
- }) {};
- google = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "google";
- ename = "google";
- version = "20140416.1048";
- src = fetchFromGitHub {
- owner = "hober";
- repo = "google-el";
- rev = "3b3189a8b201c8d36fed6e61496274e530dd40bd";
- sha256 = "06p1dpnmg7lhdff1g7c04qq8f9srgkmnm42jlqy85k87j3p5ys2i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/45237d37da807559498bb958184e05109f880070/recipes/google";
- sha256 = "11a521cq5bj7afl7bqiilg0c81dy00lnhak7h3d9c9kwg7kfljiq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/google";
- license = lib.licenses.free;
- };
- }) {};
- google-c-style = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "google-c-style";
- ename = "google-c-style";
- version = "20180130.936";
- src = fetchFromGitHub {
- owner = "google";
- repo = "styleguide";
- rev = "505ba68c74eb97e6966f60907ce893001bedc706";
- sha256 = "0277vsj0shrlgb96zgy8lln55l2klzkk6h28g4srbpgkwz5xxsx7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4e7f5f641251e17add561991d3bcf1fde23467b/recipes/google-c-style";
- sha256 = "10gsbg880jbvxs4291vi2ww30ird2f313lbgcb11lswivmhrmd1r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/google-c-style";
- license = lib.licenses.free;
- };
- }) {};
- google-contacts = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , oauth2 }:
- melpaBuild {
- pname = "google-contacts";
- ename = "google-contacts";
- version = "20180919.614";
- src = fetchFromGitHub {
- owner = "jd";
- repo = "google-contacts.el";
- rev = "2273582713712a58e71156a8a29972d42e8e690e";
- sha256 = "1iw5khd3mcgq7vmpm2xw1s713glc8c569n4mgrmmggg73sjnj4kf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f/recipes/google-contacts";
- sha256 = "0wgi244zy2am90alimgzazshk2z756bk1hchphssfa4j15n16jgn";
- name = "recipe";
- };
- packageRequires = [ cl-lib oauth2 ];
- meta = {
- homepage = "https://melpa.org/#/google-contacts";
- license = lib.licenses.free;
- };
- }) {};
- google-maps = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "google-maps";
- ename = "google-maps";
- version = "20181121.732";
- src = fetchFromGitHub {
- owner = "jd";
- repo = "google-maps.el";
- rev = "2eb16ff609f5a9f8d02c15238a111fbb7db6c146";
- sha256 = "1bl0dnksbf14d0xcnvdy9qpvzc5c8jwkxpmfvgayj6djikxnw2md";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f/recipes/google-maps";
- sha256 = "0a0wqs3cnlpar2dzdi6h14isw78vgqr2r6psmrzbdl00s4fcyxwx";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/google-maps";
- license = lib.licenses.free;
- };
- }) {};
- google-this = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "google-this";
- ename = "google-this";
- version = "20170810.515";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "emacs-google-this";
- rev = "8a2e3ca5da6a8c89bfe99a21486c6c7db125dc84";
- sha256 = "1dbra309w8awmi0g0pp7r2dm9nwrj2j9lpl7md8wa89rnzazwahl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/google-this";
- sha256 = "0hg9y1b03aiamyn3mam3hyxmxy21wygxrnrww91zcbwlzgp4dd2c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/google-this";
- license = lib.licenses.free;
- };
- }) {};
- google-translate = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "google-translate";
- ename = "google-translate";
- version = "20190206.429";
- src = fetchFromGitHub {
- owner = "atykhonov";
- repo = "google-translate";
- rev = "bf119aac424994d2aa91fce9630adc01ed0ea617";
- sha256 = "05ljjw7kbnszygw3w085kv57swfiiqxri2b5xvsf5dw3pc3g7j3c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e3c275e59cbfe6e40f9cd4c470fc66544c9a6d21/recipes/google-translate";
- sha256 = "1crgzdd32mk6hrawdypg496dwh51wzwfb5wqw4a2j5l8y958xf47";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/google-translate";
- license = lib.licenses.free;
- };
- }) {};
- goose-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "goose-theme";
- ename = "goose-theme";
- version = "20160828.545";
- src = fetchFromGitHub {
- owner = "tokenrove";
- repo = "goose-theme";
- rev = "acd017b50ab25a75fd1331eb3de66467e2042e9c";
- sha256 = "1mmdvjsgnwgs6akhyj96fgj30mz53djdq85dl5q4cmiznlbma7hy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e23a52e068ec0e6d457402254727673ea02bd407/recipes/goose-theme";
- sha256 = "1nw948js678xc5vgrpdkykpcbn1b1id4k1clf87vfv7y5zssvd0x";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/goose-theme";
- license = lib.licenses.free;
- };
- }) {};
- gopher = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , w3m }:
- melpaBuild {
- pname = "gopher";
- ename = "gopher";
- version = "20190512.651";
- src = fetchFromGitHub {
- owner = "msnyder-info";
- repo = "gopher.el";
- rev = "6f4accac226698b22e8388e41ad5723b12553dde";
- sha256 = "02093q9dwbqjyq47j05cmxmw12690f4qqpwsj7qnqz15m9n4b6xc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8c01e1c5009e8a4fefe5169c8e97ead53f8f6621/recipes/gopher";
- sha256 = "01b1mr8nn5yrq65y067slc7mvxigansbim0nha41ckyrkh8mw4fs";
- name = "recipe";
- };
- packageRequires = [ emacs w3m ];
- meta = {
- homepage = "https://melpa.org/#/gopher";
- license = lib.licenses.free;
- };
- }) {};
- gore-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gore-mode";
- ename = "gore-mode";
- version = "20151123.1127";
- src = fetchFromGitHub {
- owner = "sergey-pashaev";
- repo = "gore-mode";
- rev = "94d7f3e99104e06167967c98fdc201049c433c2d";
- sha256 = "0l022aqpnb38q6kgdqpbxrc1r7fljwl7xq14yi5jb7qgzw2v43cz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de09fcf14f778efe4247a93fb887b77050258f39/recipes/gore-mode";
- sha256 = "0nljybh2pw8pbbajfsz57r11rs4bvzfxmwpbm5qrdn6dzzv65nq3";
- name = "recipe";
- };
- packageRequires = [ go-mode ];
- meta = {
- homepage = "https://melpa.org/#/gore-mode";
- license = lib.licenses.free;
- };
- }) {};
- gorepl-mode = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "gorepl-mode";
- ename = "gorepl-mode";
- version = "20170905.245";
- src = fetchFromGitHub {
- owner = "manute";
- repo = "gorepl-mode";
- rev = "bbd27f6a0a77f484e2a3f082d70dc69da63ae52a";
- sha256 = "01lqirxgw7svxy1fdv49mvcbhpslf64in6c4dk36b8xhngyqbilf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/gorepl-mode";
- sha256 = "0xcjjh9hf3pv5jgv089c6bb00s215fc9qwn72fav1xbm5f49nkaq";
- name = "recipe";
- };
- packageRequires = [ emacs f hydra s ];
- meta = {
- homepage = "https://melpa.org/#/gorepl-mode";
- license = lib.licenses.free;
- };
- }) {};
- gotest = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "gotest";
- ename = "gotest";
- version = "20180617.633";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "gotest.el";
- rev = "4b21b86c07a1597e5e3ca795603787906695ee1b";
- sha256 = "1s1m7r74h2qa10z11xcrsv9ivfn9xc6bbzcxy41whdjp46m65qjm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0670b42c0c998daa7bf01080757976ac3589ec06/recipes/gotest";
- sha256 = "1kan3gykhci33jgg67jjiiz7rqlz5mpxp8sh6mb0n6kpfmgb4ly9";
- name = "recipe";
- };
- packageRequires = [ emacs f go-mode s ];
- meta = {
- homepage = "https://melpa.org/#/gotest";
- license = lib.licenses.free;
- };
- }) {};
- gotham-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gotham-theme";
- ename = "gotham-theme";
- version = "20171013.1216";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "gotham-theme";
- rev = "5e97554d1f9639698faedb0660e63694be33bd84";
- sha256 = "18x0b2qmyzf9sddsv9ps1059pi4ndzq44rm4yl87slq03y75nxi9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b388de872be397864a1217a330ba80437c287c0/recipes/gotham-theme";
- sha256 = "0jars6rvf7hkyf71vq06mqki1r840i1dvv43dissqjg5i4lr79cl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gotham-theme";
- license = lib.licenses.free;
- };
- }) {};
- goto-char-preview = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "goto-char-preview";
- ename = "goto-char-preview";
- version = "20190418.129";
- src = fetchFromGitHub {
- owner = "elpa-host";
- repo = "goto-char-preview";
- rev = "5ff31c670fa050ad44dbf3f2edacc877ec9ba6f4";
- sha256 = "12pixfgjyf7shl8mmcfyfq8ma292r3ajhicy2f54hdjjn017h8hj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b856d9304ba8814050634db54c8abb88e5dce772/recipes/goto-char-preview";
- sha256 = "1h9lq9ka469day511nnv566kggja23pa8zhqxa805p6lp7132b4d";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/goto-char-preview";
- license = lib.licenses.free;
- };
- }) {};
- goto-chg = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , undo-tree }:
- melpaBuild {
- pname = "goto-chg";
- ename = "goto-chg";
- version = "20190110.1314";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "goto-chg";
- rev = "1829a13026c597e358f716d2c7793202458120b5";
- sha256 = "1y603maw9xwdj3qiarmf1bp13461f9f5ackzicsbynl0i9la3qki";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf1fc176430fe3ab55ce537a0efc59780bb812be/recipes/goto-chg";
- sha256 = "1yd4jq4zql4av9nr1sdk4nsnnk54c3brgjhpczndy1ipiaxlnydy";
- name = "recipe";
- };
- packageRequires = [ undo-tree ];
- meta = {
- homepage = "https://melpa.org/#/goto-chg";
- license = lib.licenses.free;
- };
- }) {};
- goto-gem = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "goto-gem";
- ename = "goto-gem";
- version = "20140729.1145";
- src = fetchFromGitLab {
- owner = "pidu";
- repo = "goto-gem";
- rev = "e3206f11f48bb7e798514a4ca2c2f60649613e5e";
- sha256 = "0j2hdxqfsifm0d8ilwcw7np6mvn4xm58xglzh42gigj2fxv87g99";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a52b516b7b10bdada2f64499c8f43f85a236f254/recipes/goto-gem";
- sha256 = "0i79z1isdbnqmz5rlqjjys68l27nl90m1gzks4f9d6dsgfryhgwx";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/goto-gem";
- license = lib.licenses.free;
- };
- }) {};
- goto-last-change = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "goto-last-change";
- ename = "goto-last-change";
- version = "20150109.1023";
- src = fetchFromGitHub {
- owner = "camdez";
- repo = "goto-last-change.el";
- rev = "58b0928bc255b47aad318cd183a5dce8f62199cc";
- sha256 = "1f0zlvva7d7iza1v79yjp0bm7vd011q4cy14g1saryll32z115z5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d68945f5845e5e44fb6c11726a56acd4dc56e101/recipes/goto-last-change";
- sha256 = "1yl9p95ls04bkmf4d6az72pycp27bv7q7wxxzvj8sj97bgwvwajx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/goto-last-change";
- license = lib.licenses.free;
- };
- }) {};
- goto-last-point = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "goto-last-point";
- ename = "goto-last-point";
- version = "20190525.1155";
- src = fetchFromGitHub {
- owner = "manuel-uberti";
- repo = "goto-last-point";
- rev = "031570d2e778db46e5a2b7d440bcd15c8307eb69";
- sha256 = "0v80fk7k1jl6388fidsnbi4c6yjapskv03pgd87j8dkxmdn19spa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/20148869e301d236bbf335e8545131488ad57f27/recipes/goto-last-point";
- sha256 = "0lns0w7zvi8afsr64kcyn68arrjf7bqmpadw12zj100nnnvs40lh";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/goto-last-point";
- license = lib.licenses.free;
- };
- }) {};
- goto-line-preview = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "goto-line-preview";
- ename = "goto-line-preview";
- version = "20190307.2336";
- src = fetchFromGitHub {
- owner = "elpa-host";
- repo = "goto-line-preview";
- rev = "1e361d8c0b9596154db579e6ae5edbd51e12eedc";
- sha256 = "16zil8kjv7lfmy11g88p1cm24j9db319fgkwzsgf2vzp1m15l0pc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec27ae185c0308c445e461dc84f398483ca08c5a/recipes/goto-line-preview";
- sha256 = "1id3msndzav59ljwdp7xnh0glbzc8d12phpywlb89h5nclj0rzsl";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/goto-line-preview";
- license = lib.licenses.free;
- };
- }) {};
- govc = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json-mode
- , lib
- , magit-popup
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "govc";
- ename = "govc";
- version = "20180524.1323";
- src = fetchFromGitHub {
- owner = "vmware";
- repo = "govmomi";
- rev = "e3a01f9611c32b2362366434bcd671516e78955d";
- sha256 = "0cicd4m8ll7y1n0c97drmvmqwsqaspwpzc6nfp73f887m8ff1xis";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/92d6391318021c63b06fe39b0ca38f667bb45ae9/recipes/govc";
- sha256 = "1ivgaziv25wlzg6y4zh8x7mv97pnyhi7p8jpvgh5fg5lnqpzhl4v";
- name = "recipe";
- };
- packageRequires = [ dash emacs json-mode magit-popup s ];
- meta = {
- homepage = "https://melpa.org/#/govc";
- license = lib.licenses.free;
- };
- }) {};
- govet = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "govet";
- ename = "govet";
- version = "20170808.1024";
- src = fetchFromGitHub {
- owner = "meshelton";
- repo = "govet";
- rev = "1b8c044aa856f4b62a682bc57494af19d22a6053";
- sha256 = "1d0gd4awkkfsppqv7367bn5h8k8dlyvrg9cbvsn6mqn5j93mr3fx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7e4a5f5031c76056d8f1b64b27a39a512c7c59cd/recipes/govet";
- sha256 = "1rpgngixf1xnnqf0l2vvh6y9q3395qyj9ln1rh0xz5lm7d4pq4hy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/govet";
- license = lib.licenses.free;
- };
- }) {};
- gpastel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gpastel";
- ename = "gpastel";
- version = "20181229.604";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "gpastel";
- rev = "8a5522b274f79d55d7c9a0b2aaf062526f9253c7";
- sha256 = "01pnnqcxni55xr7r2lxcnsqiszm2w5iwnjcwp748p1faq6ywhi19";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b70e05ff0a074f9e2f1373e8495dc8df462deea/recipes/gpastel";
- sha256 = "0mjy4n26s89b481dby018l80glgfwfaacihmd7vhh2c75ns671a6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gpastel";
- license = lib.licenses.free;
- };
- }) {};
- grab-mac-link = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grab-mac-link";
- ename = "grab-mac-link";
- version = "20190419.607";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "grab-mac-link.el";
- rev = "b52d29cd78a60cfe874667a8987ed10e8eb0f172";
- sha256 = "15qznll0358cgqb9m9hpr2if2rsskr29mpsg7h32xb6njqnn741m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e4cc8a72a9f161f024ed9415ad281dbea5f07a18/recipes/grab-mac-link";
- sha256 = "1a4wyvx1mlgnd45nn99lwy3vaiwhi1nrphfln86pb6z939dxakj3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/grab-mac-link";
- license = lib.licenses.free;
- };
- }) {};
- grab-x-link = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grab-x-link";
- ename = "grab-x-link";
- version = "20180205.346";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "grab-x-link";
- rev = "d19f0c0da0ddc55005a4c1cdc2b8c5de8bea1e8c";
- sha256 = "1l9jg2w8ym169b5dhg3k5vksbmicg4n1a55x7ddjysf8n887cpid";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/64d4d4e6f9d6a3ea670757f248afd355baf1d933/recipes/grab-x-link";
- sha256 = "1kni49n1v716w4hjfm49mk25jshfc6idpby0k58qvngbfqk3kzy5";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/grab-x-link";
- license = lib.licenses.free;
- };
- }) {};
- gradle-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "gradle-mode";
- ename = "gradle-mode";
- version = "20150313.1205";
- src = fetchFromGitHub {
- owner = "jacobono";
- repo = "emacs-gradle-mode";
- rev = "579de06674551919cddac9cfe42129f4fb0155c9";
- sha256 = "0k86lrb55d701nj6pvlw3kjp1dcd3lzfya0hv6q56c529y69d782";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/771cc597daebf9b4aa308f8b350af91a515b44c9/recipes/gradle-mode";
- sha256 = "0lx9qi93wmiy9pxjxqp68scbcb4bx88b6jiqk3y8jg5cajizh24g";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/gradle-mode";
- license = lib.licenses.free;
- };
- }) {};
- grails = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grails";
- ename = "grails";
- version = "20160416.2336";
- src = fetchFromGitHub {
- owner = "lifeisfoo";
- repo = "emacs-grails";
- rev = "fa638abe5c37f3f8af4fcd32f212453185ce50b1";
- sha256 = "1npsjniazaq20vz3kvwr8p30ivc6x24r9a16rfcwhr5wjx3nn91b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be0196207245ea9d23fda09121d624db9ea6d83d/recipes/grails";
- sha256 = "177y6xv35d2dhc3pdx5qhpywlmlqgfnjpzfm9yxc8l6q2rgs8irw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/grails";
- license = lib.licenses.free;
- };
- }) {};
- grails-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grails-mode";
- ename = "grails-mode";
- version = "20160504.211";
- src = fetchFromGitHub {
- owner = "Groovy-Emacs-Modes";
- repo = "groovy-emacs-modes";
- rev = "50801257d376fd7383ddf9c19ff567183c24ad0b";
- sha256 = "0wy8iw12b9bs7xza8jjnjvggr59rgbsgn1kk2g0pj0nppvfdrvjm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe318b4e51a280a55c01fa30455e4a180df8bd6/recipes/grails-mode";
- sha256 = "1zdlmdkwyaj2zns3xwmqpil83j7857aj2070kvx8xza66dxcnlm4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/grails-mode";
- license = lib.licenses.free;
- };
- }) {};
- grails-projectile-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "grails-projectile-mode";
- ename = "grails-projectile-mode";
- version = "20160327.624";
- src = fetchFromGitHub {
- owner = "yveszoundi";
- repo = "grails-projectile-mode";
- rev = "8efca50ce92b556fe9d467b157d7aec635bcc017";
- sha256 = "0xnj0wp0na53l0y8fiaah50ij4r80j8a29hbjbcicska21p5w1s1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35d49029c1f665ad40e543040d98d5a770bfea96/recipes/grails-projectile-mode";
- sha256 = "0dy8v2mila7ccvb7j5jlfkhfjsjfk3bm3rcy84m0rgbqjai67amn";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs projectile ];
- meta = {
- homepage = "https://melpa.org/#/grails-projectile-mode";
- license = lib.licenses.free;
- };
- }) {};
- grandshell-theme = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grandshell-theme";
- ename = "grandshell-theme";
- version = "20180605.2217";
- src = fetchgit {
- url = "https://framagit.org/steckerhalter/grandshell-theme.git";
- rev = "0ed8e4273607dd4fcaa742b4097259233b09eda6";
- sha256 = "04vx5p1ffln5b9rxgfi15q735plxcjvskby3c5k4slgwf4p91bpq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0a8eb0eefe88b4ea683a4743c0f8393506e014b/recipes/grandshell-theme";
- sha256 = "1r0r0r0g116f4jp3rip8mjqqgdam4h5dr5qvdglr9xpirfcw6wq3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/grandshell-theme";
- license = lib.licenses.free;
- };
- }) {};
- graphene = callPackage ({ company
- , dash
- , exec-path-from-shell
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , graphene-meta-theme
- , ido-completing-read-plus
- , lib
- , melpaBuild
- , ppd-sr-speedbar
- , smartparens
- , smex
- , sr-speedbar
- , web-mode }:
- melpaBuild {
- pname = "graphene";
- ename = "graphene";
- version = "20180529.412";
- src = fetchFromGitHub {
- owner = "rdallasgray";
- repo = "graphene";
- rev = "cc8477fcfb7771ea4e5bbaf3c01f9e679234c1c1";
- sha256 = "0j0igcmfl61c4pakqmyxpwr4kjar9i81vkl84rw19phc7k9497nb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0206d6adcb7855c2174c3cd506b71c21def1209b/recipes/graphene";
- sha256 = "1wz3rvd8b7gx5d0k7yi4dd69ax5bybcm10vdc7xp4yn296lmyl9k";
- name = "recipe";
- };
- packageRequires = [
- company
- dash
- exec-path-from-shell
- flycheck
- graphene-meta-theme
- ido-completing-read-plus
- ppd-sr-speedbar
- smartparens
- smex
- sr-speedbar
- web-mode
- ];
- meta = {
- homepage = "https://melpa.org/#/graphene";
- license = lib.licenses.free;
- };
- }) {};
- graphene-meta-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "graphene-meta-theme";
- ename = "graphene-meta-theme";
- version = "20161204.807";
- src = fetchFromGitHub {
- owner = "rdallasgray";
- repo = "graphene-meta-theme";
- rev = "62cc73fee31f1bd9474027b83a249feee050271e";
- sha256 = "1ydl6dlg5z4infq8j09izwgs6n97yza6nbq5rs1xfv00zd9gr63c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44af719ede73c9fe7787272d7868587ce8966e3d/recipes/graphene-meta-theme";
- sha256 = "1cqdr93lccdpxkzgap3r3qc92dh8vqgdlnxvqkw7lrcbs31fvf3q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/graphene-meta-theme";
- license = lib.licenses.free;
- };
- }) {};
- graphql = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "graphql";
- ename = "graphql";
- version = "20180911.1731";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "graphql.el";
- rev = "672dd9ebd7e67d8089388b0c484cd650e76565f3";
- sha256 = "0sp0skc1rnhi39szfbq1i99pdgd3bhn4c15cff05iqhjy2d4hniw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e801ae56f11b64a5a3e52cf1a6c152940ab8c97/recipes/graphql";
- sha256 = "139fng2psn535ymqa7c6hm1r7ja1gs5mdvb487jj6fh0bl9wq8la";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/graphql";
- license = lib.licenses.free;
- };
- }) {};
- graphql-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "graphql-mode";
- ename = "graphql-mode";
- version = "20190503.422";
- src = fetchFromGitHub {
- owner = "davazp";
- repo = "graphql-mode";
- rev = "74ee772a62103fe3ec4f291854a0604dd3f5bb9e";
- sha256 = "050p8ig92sl82hrlwdiz91igzpd4bp793l942pr71vrr23fahra1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3850073e6706d4d8151bc6ab12963a19deae8be9/recipes/graphql-mode";
- sha256 = "074dc8fgbrikb5inv837n9bpmz1ami7aaxsqcci1f94x3iw8i74i";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/graphql-mode";
- license = lib.licenses.free;
- };
- }) {};
- graphviz-dot-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "graphviz-dot-mode";
- ename = "graphviz-dot-mode";
- version = "20181117.2151";
- src = fetchFromGitHub {
- owner = "ppareit";
- repo = "graphviz-dot-mode";
- rev = "243de72e09ddd5cdc4863613af8b749827a5e1cd";
- sha256 = "10ss7mhlkqvxh7y2w7njzh3hiz3r7y49a3q9j41bwipia4yzq4n5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e2f1e66b33fd95142be4622c996911e38d56281/recipes/graphviz-dot-mode";
- sha256 = "04rkynsrsk6w4sxn1pc0b9b6pij1p7yraywbrk7qvv05fv69kri2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/graphviz-dot-mode";
- license = lib.licenses.free;
- };
- }) {};
- grapnel = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grapnel";
- ename = "grapnel";
- version = "20131001.834";
- src = fetchFromGitHub {
- owner = "leathekd";
- repo = "grapnel";
- rev = "7387234eb3f0285a490fddb1e06a4bf029719fb7";
- sha256 = "0xcj1kqzgxifhrhpl9j2nfpnkd6213ix5z7f97269v3inpzaiyf5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd482e4b2c45921b81c5fb3dfce53acfec3c3093/recipes/grapnel";
- sha256 = "019cdx1wdx8sc2ibqwgp1akgckzxxvrayyp2sv806gha0kn6yf6r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/grapnel";
- license = lib.licenses.free;
- };
- }) {};
- grass-mode = callPackage ({ cl-lib ? null
- , dash
- , fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grass-mode";
- ename = "grass-mode";
- version = "20170503.800";
- src = fetchhg {
- url = "https://bitbucket.com/tws/grass-mode.el";
- rev = "1ae8eae88117";
- sha256 = "1sl3d5759fjm98pb50ykz2c05czb2298ipccwj2qz2hdzq63hfv8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/grass-mode";
- sha256 = "1lq6bk4bwgcy4ra3d9rlca3fk87ydg7xnnqcqjg0pw4m9xnr3f7v";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/grass-mode";
- license = lib.licenses.free;
- };
- }) {};
- grayscale-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grayscale-theme";
- ename = "grayscale-theme";
- version = "20171005.102";
- src = fetchFromGitHub {
- owner = "belak";
- repo = "emacs-grayscale-theme";
- rev = "917d63c0effc8459502a41e0cad5822d2b200499";
- sha256 = "0vkv34aslcw2fl9yx8j6094s8j5mgpqrwvyf07a1d16rixncffpm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2993881c7285cfbfc590b4118db46bfd435817bc/recipes/grayscale-theme";
- sha256 = "0jbzb1zxv5mg3pivii31d4kz75igm339nw4cmx9kgzia9zal5f1r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/grayscale-theme";
- license = lib.licenses.free;
- };
- }) {};
- greek-polytonic = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "greek-polytonic";
- ename = "greek-polytonic";
- version = "20190303.558";
- src = fetchFromGitHub {
- owner = "jhanschoo";
- repo = "greek-polytonic";
- rev = "114cba0f57cc077871693c799b807df2292341ec";
- sha256 = "09prvjnhvirip6s0rlsp7pyyaj9xswvvjskxb2977ymki8ijxmqf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf0e6206be0e6f416c59323cf10bf052882863f3/recipes/greek-polytonic";
- sha256 = "0rp5iwiznp95r8srxvq72hna2hgcqj4q1dvg2ma86cqzgqwr4xnw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/greek-polytonic";
- license = lib.licenses.free;
- };
- }) {};
- green-is-the-new-black-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "green-is-the-new-black-theme";
- ename = "green-is-the-new-black-theme";
- version = "20190313.1205";
- src = fetchFromGitHub {
- owner = "fredcamps";
- repo = "green-is-the-new-black-emacs";
- rev = "65a2b7e7cc6497fbc851319225842a1624bfecc5";
- sha256 = "1jlmrakj8kf7n2zzmrsacrmvlcwfl27a4zwrvigw28z13z7g5a3g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e42528d5677fd90515cad47266c07ea3d4363fb/recipes/green-is-the-new-black-theme";
- sha256 = "03q0vj409icmawffy2kd9yl04r453q80cy1p9y4i3xk368z0362g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/green-is-the-new-black-theme";
- license = lib.licenses.free;
- };
- }) {};
- green-phosphor-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "green-phosphor-theme";
- ename = "green-phosphor-theme";
- version = "20150515.747";
- src = fetchFromGitHub {
- owner = "aalpern";
- repo = "emacs-color-theme-green-phosphor";
- rev = "5549781559ff5daa85c1d6c635c94524c1c5f644";
- sha256 = "0rzbq3vxx8ymgb73smlbjlsffrrrmwp266q93wv6k08h5laj9vwr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c6770f5d800232c152833d32efb814005e65ffc6/recipes/green-phosphor-theme";
- sha256 = "1p4l75lahmbjcx74ca5jcyc04828vlcahk7gzv5lr7z9mhvq6fbh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/green-phosphor-theme";
- license = lib.licenses.free;
- };
- }) {};
- green-screen-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "green-screen-theme";
- ename = "green-screen-theme";
- version = "20180816.802";
- src = fetchFromGitHub {
- owner = "rbanffy";
- repo = "green-screen-emacs";
- rev = "774e8f6c033786406267f71ec07319d906a30b75";
- sha256 = "0f12lqgfi1vlhq8p5ia04vlmvmyb4f40q7dm2nbh5y8r6k89hisg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/821744ca106f1b74941524782e4581fc93800fed/recipes/green-screen-theme";
- sha256 = "0a45xcl74kp3v39bl169sq46mqxiwvvis6jzwcy6yrl2vqqi4mab";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/green-screen-theme";
- license = lib.licenses.free;
- };
- }) {};
- gregorio-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gregorio-mode";
- ename = "gregorio-mode";
- version = "20170705.751";
- src = fetchFromGitHub {
- owner = "jsrjenkins";
- repo = "gregorio-mode";
- rev = "2b45f91246286abc449cb71f28583403181051c2";
- sha256 = "1g9x21nmzbm4sqybx5k4pgbjd9x0g27ngwczagplvjzsq9qzv7y6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/34cdc536cd0509c5a151c16f44f4db2c5b44365f/recipes/gregorio-mode";
- sha256 = "1x3z4gc88h13miz72a597lz9hcn2lxps9jvldl2j62s6nvr88pff";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gregorio-mode";
- license = lib.licenses.free;
- };
- }) {};
- grep-a-lot = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grep-a-lot";
- ename = "grep-a-lot";
- version = "20131006.647";
- src = fetchFromGitHub {
- owner = "ZungBang";
- repo = "emacs-grep-a-lot";
- rev = "9f9f645b9e308a0d887b66864ff97d0fca1ba4ad";
- sha256 = "1f8262mrlinzgnn4m49hbj1hm3c1mvzza24py4b37sasn49546lw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/grep-a-lot";
- sha256 = "1cbl4gl91dx73q3i2glsivfxd8jkanrcrzy35zf6rb7raj7rc1bw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/grep-a-lot";
- license = lib.licenses.free;
- };
- }) {};
- grep-context = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grep-context";
- ename = "grep-context";
- version = "20181002.954";
- src = fetchFromGitHub {
- owner = "mkcms";
- repo = "grep-context";
- rev = "5a4e3efdf775755c1bbefcfe4b461c1166d81d7d";
- sha256 = "00q7l4a3c0ay6g5ff9bfa2qgkiswsyh4s6pqnpg0zpzhvv5710f5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/41dbaf627ae4ef86c222d2b6b5d3523fdb9a4637/recipes/grep-context";
- sha256 = "175s9asbnk2wlgpzc5izcd3vlfvdj064n38myy9qf4awn12c2y1g";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/grep-context";
- license = lib.licenses.free;
- };
- }) {};
- greymatters-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "greymatters-theme";
- ename = "greymatters-theme";
- version = "20150621.423";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "greymatters-theme";
- rev = "a7220a8c6cf18ccae2b76946b6f01188a7c9d5d1";
- sha256 = "14c09m9p6556rrf0qfad4zsv7qxa5flamzg6fa83cxh0qfg7wjbp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d13621f3033b180d06852d90bd3ebe03276031f5/recipes/greymatters-theme";
- sha256 = "10cxajyws5rwk62i4vk26c1ih0dq490kcfx7gijw38q3b5r1l8nr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/greymatters-theme";
- license = lib.licenses.free;
- };
- }) {};
- grin = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grin";
- ename = "grin";
- version = "20110805.2358";
- src = fetchhg {
- url = "https://bitbucket.com/dariusp686/emacs-grin";
- rev = "f541aa22da52";
- sha256 = "0rqpgc50z86j4waijfm6kw4zjmzqfii6nnvyix4rkd4y3ryny1x2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/grin";
- sha256 = "0rak710fp9c7wx39qn4dc9d0xfjr5w7hwklxh99v1x1ihkla9378";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/grin";
- license = lib.licenses.free;
- };
- }) {};
- grizzl = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grizzl";
- ename = "grizzl";
- version = "20160818.37";
- src = fetchFromGitHub {
- owner = "grizzl";
- repo = "grizzl";
- rev = "d554d93afa8519ee3a41340ec8aa6b4555065446";
- sha256 = "0ks47pb71ywfxv3jsx8kwb7mgl1xj4fxny3764hfdsgwv1aw0r4c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/grizzl";
- sha256 = "0354xskqzxc38l14zxqs31hadwh27v9lyx67y3hnd94d8abr0qcb";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/grizzl";
- license = lib.licenses.free;
- };
- }) {};
- groovy-imports = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , s }:
- melpaBuild {
- pname = "groovy-imports";
- ename = "groovy-imports";
- version = "20161003.151";
- src = fetchFromGitHub {
- owner = "mbezjak";
- repo = "emacs-groovy-imports";
- rev = "e56d7dda617555ec6205644d32ffddf2e1fa43d9";
- sha256 = "060zxl2y4p50g5fwgplgx07h5akfplp49rkv5cx09rqlcyzqhqwa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b18a6842805856062e9452dc32bf0fd458f7d51a/recipes/groovy-imports";
- sha256 = "09yjkwsm192lgala1pvxw47id4j7362sl3j1hn9ald2m8m3ddyfs";
- name = "recipe";
- };
- packageRequires = [ emacs pcache s ];
- meta = {
- homepage = "https://melpa.org/#/groovy-imports";
- license = lib.licenses.free;
- };
- }) {};
- groovy-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "groovy-mode";
- ename = "groovy-mode";
- version = "20190407.1614";
- src = fetchFromGitHub {
- owner = "Groovy-Emacs-Modes";
- repo = "groovy-emacs-modes";
- rev = "aa531c659758b896ff8fbd307080ce0d1d04ebfb";
- sha256 = "0jcqldpgx9b0xsvxvj7lgqrb39cwn7adggrlxfcm0pgc40dpfwb4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe318b4e51a280a55c01fa30455e4a180df8bd6/recipes/groovy-mode";
- sha256 = "1pxw7rdn56klmr6kw21lhzh7zhp338gyf54ypsml64ibzr1x9kal";
- name = "recipe";
- };
- packageRequires = [ dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/groovy-mode";
- license = lib.licenses.free;
- };
- }) {};
- gruber-darker-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gruber-darker-theme";
- ename = "gruber-darker-theme";
- version = "20180529.12";
- src = fetchFromGitHub {
- owner = "rexim";
- repo = "gruber-darker-theme";
- rev = "c7687ec0511941db1371dcd70b31061d74aa5668";
- sha256 = "1dn4vb07wrnc6w94563isx8jfv6vbpp04kh0jfqjmc7nbmyzpaf2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/87ade74553c04cb9dcfe16d03f263cc6f1fed046/recipes/gruber-darker-theme";
- sha256 = "0vn4msixb77xj6p5mlfchjyyjhzah0lcmp0z82s8849zd194fxqi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gruber-darker-theme";
- license = lib.licenses.free;
- };
- }) {};
- grunt = callPackage ({ ansi-color ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grunt";
- ename = "grunt";
- version = "20160316.828";
- src = fetchFromGitHub {
- owner = "gempesaw";
- repo = "grunt.el";
- rev = "4c269e2738658643ec2ed9ef61a2a3d71b08d304";
- sha256 = "1xd6gv9bkqnj7j5mcnwvl1mxjmzvxqhp135hxj0ijc0ybdybacf7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/grunt";
- sha256 = "1qdzqcrff9x97kyy0d4j636d5i751qja10liw8i0lf4lk6n0lywz";
- name = "recipe";
- };
- packageRequires = [ ansi-color dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/grunt";
- license = lib.licenses.free;
- };
- }) {};
- gruvbox-theme = callPackage ({ autothemer
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gruvbox-theme";
- ename = "gruvbox-theme";
- version = "20190424.2322";
- src = fetchFromGitHub {
- owner = "greduan";
- repo = "emacs-theme-gruvbox";
- rev = "69a6ddf6c7e8c84174b94900ba71ddd08ec0237f";
- sha256 = "00qq92gp1g55pzm97rh7k0dgxy44pxziridl8kqm4rbpi31r7k9p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/gruvbox-theme";
- sha256 = "12z89fjfqcp9rx2f2x9wcffgxxv3kjn1dabyk0cjf286hgvmgz88";
- name = "recipe";
- };
- packageRequires = [ autothemer ];
- meta = {
- homepage = "https://melpa.org/#/gruvbox-theme";
- license = lib.licenses.free;
- };
- }) {};
- gs-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gs-mode";
- ename = "gs-mode";
- version = "20151202.206";
- src = fetchFromGitHub {
- owner = "yyr";
- repo = "emacs-grads";
- rev = "1a13051db21b999c7682a015b33a03096ff9d891";
- sha256 = "1d89gxyzv0z0nk7v1aa4qa0xfms2g2dsrr07cw0d99xsnyxfky31";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bc1aa5335810e3d6572ebe9cd8949932b74d0f46/recipes/gs-mode";
- sha256 = "02ldd92fv1k28nygl34i8gv0b0i1v5qd7nl1l17cf5f3akdwc6iq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gs-mode";
- license = lib.licenses.free;
- };
- }) {};
- gscholar-bibtex = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gscholar-bibtex";
- ename = "gscholar-bibtex";
- version = "20190129.2155";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "gscholar-bibtex";
- rev = "3b651e3de116860eb1f1aef9b547a561784871fe";
- sha256 = "0wwjz4k1hsc1z489ygz4kh3dh23d7pnkgg2js07as7038hmhkjcb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9fa546d3dce59b07a623ee83e3befe139dc10481/recipes/gscholar-bibtex";
- sha256 = "0d41gr9amf9vdn9pl9lamhp2swqllxslv9r3wsgzqvjl7zayd1az";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gscholar-bibtex";
- license = lib.licenses.free;
- };
- }) {};
- gsettings = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , gvariant
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "gsettings";
- ename = "gsettings";
- version = "20190513.303";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "emacs-gsettings";
- rev = "4d42b0d98ad9c62cec27cfdc662a93a0e84f4afb";
- sha256 = "0kb68zij131696z53rmdlqmxic4cyipsb377l05sc8zx80z9pgqy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ebdd0285684c712748d6353bd2a4774bd97dd521/recipes/gsettings";
- sha256 = "168zq3gp874k66jv8k78i6b1cb9042763aj9wpmcs9bz437hhw32";
- name = "recipe";
- };
- packageRequires = [ dash emacs gvariant s ];
- meta = {
- homepage = "https://melpa.org/#/gsettings";
- license = lib.licenses.free;
- };
- }) {};
- gtk-pomodoro-indicator = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gtk-pomodoro-indicator";
- ename = "gtk-pomodoro-indicator";
- version = "20171230.840";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "gtk-pomodoro-indicator";
- rev = "eb59b229de0dde307b20654075a9bbac69899a66";
- sha256 = "0dmaazcscg9mdsmij26873af5jl2np4q9xf2klw1jmcl61wzggb0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a58f1acaafc459e055d751acdb68427e4b11275e/recipes/gtk-pomodoro-indicator";
- sha256 = "1lkz1bk3zl51jdgp7pg6sr57drdwz8mlvl9ryky3iv73kr5i0q6c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gtk-pomodoro-indicator";
- license = lib.licenses.free;
- };
- }) {};
- guess-language = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "guess-language";
- ename = "guess-language";
- version = "20190325.736";
- src = fetchFromGitHub {
- owner = "tmalsburg";
- repo = "guess-language.el";
- rev = "e64d88f287a547198e4c96e2fff543e103f2b456";
- sha256 = "0dmbr7gylnc1dsjaldfw51nmli66lizs1w5a8p1zacpf7w5kf7x2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e78cb707943fcaaba0414d7af2af717efce84d0/recipes/guess-language";
- sha256 = "1p8j18hskvsv4pn3cal5s91l19hgshq8hpclmp84z9hlnj9g9fpm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/guess-language";
- license = lib.licenses.free;
- };
- }) {};
- guide-key = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popwin
- , s }:
- melpaBuild {
- pname = "guide-key";
- ename = "guide-key";
- version = "20150107.2235";
- src = fetchFromGitHub {
- owner = "kai2nenobu";
- repo = "guide-key";
- rev = "9236d287a7272e307fb941237390a96037c8c0a2";
- sha256 = "14sx5m6fpkm2q8ljkicl1yy1sw003k4rzz9hi7lm1nfqr2l4n6q0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/490b81308ae8132d8c3fd8c3951be88159719172/recipes/guide-key";
- sha256 = "0zjrdvppcg8b2k6hfdj45rswc1ks9xgimcr2yvgpc8prrwk1yjsf";
- name = "recipe";
- };
- packageRequires = [ dash popwin s ];
- meta = {
- homepage = "https://melpa.org/#/guide-key";
- license = lib.licenses.free;
- };
- }) {};
- guide-key-tip = callPackage ({ fetchFromGitHub
- , fetchurl
- , guide-key
- , lib
- , melpaBuild
- , pos-tip }:
- melpaBuild {
- pname = "guide-key-tip";
- ename = "guide-key-tip";
- version = "20161011.123";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "guide-key-tip";
- rev = "02c5d4b0b65f3e91be5a47f0ff1ae5e86e00c64e";
- sha256 = "1xkrfjmhprnj8i39a85wfcs5whm93fw8l57c606wdhiwqj719ciz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1f23db7563654ab58632d56e3b01d2f78276fc3e/recipes/guide-key-tip";
- sha256 = "0h2vkkbxq361dkn6irm1v19qj7bkhxcjljiksd5wwlq5zsq6bd06";
- name = "recipe";
- };
- packageRequires = [ guide-key pos-tip ];
- meta = {
- homepage = "https://melpa.org/#/guide-key-tip";
- license = lib.licenses.free;
- };
- }) {};
- guix = callPackage ({ bui
- , dash
- , edit-indirect
- , emacs
- , fetchFromGitHub
- , fetchurl
- , geiser
- , lib
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "guix";
- ename = "guix";
- version = "20190507.1011";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "guix.el";
- rev = "11e0dbf6491300d250efb3dc09d634b01e86b35b";
- sha256 = "0j60v0h850cwxik1mhlnmqms47dkkqcnfx53qs66hi1zyp7pax5z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b3d8c73e8a946b8265487a0825d615d80aa3337d/recipes/guix";
- sha256 = "0h4jwc4h2jv09c6rngb614fc39qfy04rmvqrn1l54hn28s6q7sk9";
- name = "recipe";
- };
- packageRequires = [ bui dash edit-indirect emacs geiser magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/guix";
- license = lib.licenses.free;
- };
- }) {};
- gulp-task-runner = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gulp-task-runner";
- ename = "gulp-task-runner";
- version = "20170718.1341";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "gulp-task-runner";
- rev = "877990e956b1d71e2d9c7c3e5a129ad199b9debb";
- sha256 = "13qy4x4ap43qm5w2vrsy6w01z2s2kymfr9qvlj2yri4xk3r4vrps";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/34a2bede5ea70cf9df623c32e789d78205f9ebb0/recipes/gulp-task-runner";
- sha256 = "0211mws99bc9ipg7r3qqm1n7gszvwil31psinf0250wliyppjij7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gulp-task-runner";
- license = lib.licenses.free;
- };
- }) {};
- guru-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "guru-mode";
- ename = "guru-mode";
- version = "20170730.31";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "guru-mode";
- rev = "c180e05ebc1484764aad245c85b69de779826e4e";
- sha256 = "0qb6yr6vbic0rh8ayrpbz5byq7jxmwm1fc9l4alpz7dhyb11z07v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e60af6ccb902d8ef00cfecbb13cafebbe3b00d89/recipes/guru-mode";
- sha256 = "0j25nxs3ndybq1ik36qyqdprmhav4ba8ny7v2z61s23id8hz3xjs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/guru-mode";
- license = lib.licenses.free;
- };
- }) {};
- gvariant = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parsec }:
- melpaBuild {
- pname = "gvariant";
- ename = "gvariant";
- version = "20190513.305";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "emacs-gvariant";
- rev = "824e162b9b4e5aefc38850fad6dfaf1b4527599b";
- sha256 = "07mxqr5wsbkhprg38lvgzba7r96b315dvsnvv9hb8cnxy5b94d7y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a616ac75f77b1e61e1386bd905b6bcf3d8aaa3f/recipes/gvariant";
- sha256 = "1ycrnfq60z9fycgqmp1y8jna0l0c2b6mlg6ggimb0rml1ili6npm";
- name = "recipe";
- };
- packageRequires = [ emacs parsec ];
- meta = {
- homepage = "https://melpa.org/#/gvariant";
- license = lib.licenses.free;
- };
- }) {};
- gvpr-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gvpr-mode";
- ename = "gvpr-mode";
- version = "20131208.918";
- src = fetchFromGitHub {
- owner = "rodw";
- repo = "gvpr-lib";
- rev = "1fb539b8227200f75d7eeb9706a236f805159a63";
- sha256 = "18902m92yyw4mqr5x3gzpqw13lykwv7llbqvck0kipyp3fpjjn7y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ab25afcf4232082dc0e48706734f141a308912a7/recipes/gvpr-mode";
- sha256 = "19p6f06qdjvh2vmgbabajvkfxpn13j899jrivw9mqyssz0cyvzgw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gvpr-mode";
- license = lib.licenses.free;
- };
- }) {};
- gxref = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gxref";
- ename = "gxref";
- version = "20170411.1053";
- src = fetchFromGitHub {
- owner = "dedi";
- repo = "gxref";
- rev = "380b02c3c3c2586c828456716eef6a6392bb043b";
- sha256 = "1c5j28rwqx53qdsqglif8yblhm2bwm4qzpl2dg0l0g3pr8pk8zjk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/429b9150d4054fcadab8c5ca3b688921eeb19b78/recipes/gxref";
- sha256 = "06qlfjclfx00m8pr7lk6baim3vjk5i0m75i1p4aihp2vflvgjaby";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gxref";
- license = lib.licenses.free;
- };
- }) {};
- habamax-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "habamax-theme";
- ename = "habamax-theme";
- version = "20181001.150";
- src = fetchFromGitHub {
- owner = "habamax";
- repo = "habamax-theme";
- rev = "6e86a1b23b6e2aaf40d4374b5673da00a28be447";
- sha256 = "0k96mdxg28bbm14d6rdlin8l4c75i9wicj3mxrd0bys0shxl9jm6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77386484ad0b31c2818fae52cd312821c4632cb8/recipes/habamax-theme";
- sha256 = "1rmir9gc1niwkshxg1826nkh8xxmpim5pbhp61wx1m273lfn2h69";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/habamax-theme";
- license = lib.licenses.free;
- };
- }) {};
- habitica = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "habitica";
- ename = "habitica";
- version = "20190401.2121";
- src = fetchFromGitHub {
- owner = "abrochard";
- repo = "emacs-habitica";
- rev = "4f708d0fc0564fa3b624452b9f24ba4a6eeae181";
- sha256 = "1g0flh50j2gzx3414id758klvrxgdk5p26hpxdab46f8kvjylgip";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf9543db3564f4806440ed8c5c30fecbbc625fa1/recipes/habitica";
- sha256 = "0g7rb8ip5d6xvlsfk8cvf81hgzlq5p4kw9pkisjq9ri8mvkfmxf3";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/habitica";
- license = lib.licenses.free;
- };
- }) {};
- hack-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "hack-mode";
- ename = "hack-mode";
- version = "20190514.835";
- src = fetchFromGitHub {
- owner = "hhvm";
- repo = "hack-mode";
- rev = "17be6b0e986f591eba1e2afee327b48ca9e62f95";
- sha256 = "0ddfjd47irdn6j8aalh9avv7vvi0mi5c80gaxdhrzxb5v5zfjbaa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/27e238e5d2aaca810fd3fb6836ca49c9fa07cc87/recipes/hack-mode";
- sha256 = "1zs7p6fczj526wz9kvyhmxqkgrkfkkrvm9ma4cg349sfpjpxwkbl";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/hack-mode";
- license = lib.licenses.free;
- };
- }) {};
- hack-time-mode = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hack-time-mode";
- ename = "hack-time-mode";
- version = "20190529.155";
- src = fetchFromGitLab {
- owner = "marcowahl";
- repo = "hack-time-mode";
- rev = "df8e86ab04beb655bf5b3860f8bea41cf1fbc3eb";
- sha256 = "1n4kirb65r4s8k2kiga857fk8zylk14ibq0k2vdx5b8axbz71ggh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6481dc9f487c5677f2baf1bffdf8f2297185345e/recipes/hack-time-mode";
- sha256 = "0vz72ykl679a69sb0r2h9ymcr3xms7bij1w6vxndlfw5v9hg3hk5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hack-time-mode";
- license = lib.licenses.free;
- };
- }) {};
- hacker-typer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hacker-typer";
- ename = "hacker-typer";
- version = "20170206.720";
- src = fetchFromGitHub {
- owner = "dieggsy";
- repo = "emacs-hacker-typer";
- rev = "d5a23714a4ccc5071580622f278597d5973f40bd";
- sha256 = "13wp7cg9d9ij44inxxyk1knczglxrbfaq50wyhc4x5zfhz5yw7wx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/hacker-typer";
- sha256 = "0vf18hylhszvplam6c4yynr53zc3n816p9k36gywm6awwblfpyfb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hacker-typer";
- license = lib.licenses.free;
- };
- }) {};
- hackernews = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hackernews";
- ename = "hackernews";
- version = "20190529.420";
- src = fetchFromGitHub {
- owner = "clarete";
- repo = "hackernews.el";
- rev = "2362d7b00e59da7caddc8c0adc24dccb42fddef9";
- sha256 = "1hcc5b173yzcvvd2ls3jxrmsw2w9bi21m9hcpcirkn0nh93ywadv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c43a342e47e5ede468bcf51a60d4dea3926f51bd/recipes/hackernews";
- sha256 = "1x1jf5gkhmpiby5rmy0sziywh6c1f1n0p4f6dlz6ifbwns7har6a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hackernews";
- license = lib.licenses.free;
- };
- }) {};
- hal-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hal-mode";
- ename = "hal-mode";
- version = "20160704.1046";
- src = fetchFromGitHub {
- owner = "machinekoder";
- repo = "hal-mode";
- rev = "cd2f66f219ee520198d4586fb6b169cef7ad3f21";
- sha256 = "0xibwmngijq0wv9hkahs5nh02qj3ma0bkczl07hx8wnl6j27f0nj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/hal-mode";
- sha256 = "0nlan5f3llhn04p86a6l47dl9g83a51wzrchs2q8rvfcy4161nn4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hal-mode";
- license = lib.licenses.free;
- };
- }) {};
- ham-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , html-to-markdown
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "ham-mode";
- ename = "ham-mode";
- version = "20150811.606";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "ham-mode";
- rev = "3a141986a21c2aa6eefb428983352abb8b7907d2";
- sha256 = "0d3xmagl18pas19zbpg27j0lmdiry23df48z4vkjsrcllqg25v5g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/ham-mode";
- sha256 = "000qrdby7d6zmp5066vs4gjlc9ik0ybrgcwzcbfgxb16w1g9xpmz";
- name = "recipe";
- };
- packageRequires = [ html-to-markdown markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/ham-mode";
- license = lib.licenses.free;
- };
- }) {};
- hamburg-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hamburg-theme";
- ename = "hamburg-theme";
- version = "20160122.2340";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "hamburg-theme";
- rev = "a05bf090e0c57c34cc59e301f95d9961280db244";
- sha256 = "1k0z2x95lb4in325nsyl1r75m4px61wp077ak2asmp0i2p8g34g7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/465ac6063c4f91652e59a8bbb493897109791728/recipes/hamburg-theme";
- sha256 = "149ln7670kjyhdfj5j9akxch47dlff2hd58amla7j3297z1nhg4k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hamburg-theme";
- license = lib.licenses.free;
- };
- }) {};
- hamburger-menu = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hamburger-menu";
- ename = "hamburger-menu";
- version = "20160825.1331";
- src = fetchFromGitLab {
- owner = "iain";
- repo = "hamburger-menu-mode";
- rev = "cfeff6e0dd80bf89ed671af9de3dac2e7f90b619";
- sha256 = "05skvms2lz3fsgzg873nk887flr6ga5h8bkhrf6qawaj26naj6i9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8017730403cc0e613e3939017f85074753c3778/recipes/hamburger-menu";
- sha256 = "0ws9729i51arjqwpiywcpb7y3c5sm3c9wrq8q0k0m9hpq8h11wdb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hamburger-menu";
- license = lib.licenses.free;
- };
- }) {};
- haml-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haml-mode";
- ename = "haml-mode";
- version = "20190219.1302";
- src = fetchFromGitHub {
- owner = "nex3";
- repo = "haml-mode";
- rev = "bf5b6c11b1206759d2b28af48765e04882dd1fc4";
- sha256 = "1zh19b9az4ql87vjmjm0j7y6c4ir6w3rh0n4sxzqqpnv8xpd4b44";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/haml-mode";
- sha256 = "0ih0m7zr6kgn6zd45zbp1jgs1ydc5i5gmq6l080wma83v5w1436f";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/haml-mode";
- license = lib.licenses.free;
- };
- }) {};
- hamlet-mode = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "hamlet-mode";
- ename = "hamlet-mode";
- version = "20131207.2324";
- src = fetchFromGitHub {
- owner = "lightquake";
- repo = "hamlet-mode";
- rev = "7362b955e556a3d007fa06945a27e5b99349527d";
- sha256 = "1njrpb1s2v9skyfbgb28clrxyvyp8i4b8kwa68ynvq3vjb4fnws6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/hamlet-mode";
- sha256 = "16cyfzv2yrf249jklxdahfmsy8rg6hargjpafy4fz4a532fcbw81";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash s ];
- meta = {
- homepage = "https://melpa.org/#/hamlet-mode";
- license = lib.licenses.free;
- };
- }) {};
- handlebars-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "handlebars-mode";
- ename = "handlebars-mode";
- version = "20150211.949";
- src = fetchFromGitHub {
- owner = "danielevans";
- repo = "handlebars-mode";
- rev = "81f6b73fea8f397807781a1b51568397af21a6ef";
- sha256 = "0w443knp6kvjm2m79cni5d17plyhbsl0a4kip7yrpv5nmg370q3p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/handlebars-mode";
- sha256 = "0wizasjihnabnqzn1226vh4gb571rs7s86bffhvkfvbk95zkiafq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/handlebars-mode";
- license = lib.licenses.free;
- };
- }) {};
- handlebars-sgml-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "handlebars-sgml-mode";
- ename = "handlebars-sgml-mode";
- version = "20130623.1633";
- src = fetchFromGitHub {
- owner = "jacott";
- repo = "handlebars-sgml-mode";
- rev = "005282c33dfb6dbd2cfd46a4147d261504e8323c";
- sha256 = "1vx9lxwhj7n928ddzj9vzy8mw0fj7vgzx477x8ay79rhpvs8v122";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/87aec68ed80545a61ad46b71e7bd9dbfc7634108/recipes/handlebars-sgml-mode";
- sha256 = "10sxm7v94yxa92mqbwj3shqjs6f3zbxjvwgbvg9m2fh3b7xj617w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/handlebars-sgml-mode";
- license = lib.licenses.free;
- };
- }) {};
- handoff = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "handoff";
- ename = "handoff";
- version = "20150916.2300";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "handoff.el";
- rev = "75dc7a7e352f38679f65d0ca80ad158798e168bd";
- sha256 = "0whn8rc98dhncgizzrb22nx6b6cm655q1cf2fpn6g3knq1c2471r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bbdb89413b3f5de680e3f9fa625039c73a377e97/recipes/handoff";
- sha256 = "0iqqvygx50wi2vcbs6bfgqzhcz9a89zrwb7sg0ang9qrkiz5k36w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/handoff";
- license = lib.licenses.free;
- };
- }) {};
- hardcore-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hardcore-mode";
- ename = "hardcore-mode";
- version = "20151113.2301";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "hardcore-mode.el";
- rev = "b1dda19692b4a7a58a689e81784a9b35be39e70d";
- sha256 = "124k803pgxc7fz325yy6jcyam69f5fk9kdwfgmnwwca9ablq4cfb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b929b3343cd5925944665e4e09b4524bca873c95/recipes/hardcore-mode";
- sha256 = "1bgi1acpw4z7i03d0i8mrd2hpjn6hyvkdsk0ks9q380yp9mqmiwd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hardcore-mode";
- license = lib.licenses.free;
- };
- }) {};
- hardhat = callPackage ({ fetchFromGitHub
- , fetchurl
- , ignoramus
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hardhat";
- ename = "hardhat";
- version = "20160414.713";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "hardhat";
- rev = "9038a49ab55cd4c502cf7f07ed0d1b9b6bc3626e";
- sha256 = "0j9z46j777y3ljpai5czdlwl07f0irp4fsk4677n11ndyqm1amb5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/081aa3e1d50c2c9e5a9b9ce0716258a93279f605/recipes/hardhat";
- sha256 = "16pdbpm647ag9cadmdm75nwwyzrqsd9y1b4zgkl3pg669mi5vl5z";
- name = "recipe";
- };
- packageRequires = [ ignoramus ];
- meta = {
- homepage = "https://melpa.org/#/hardhat";
- license = lib.licenses.free;
- };
- }) {};
- harvest = callPackage ({ fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild
- , s
- , swiper }:
- melpaBuild {
- pname = "harvest";
- ename = "harvest";
- version = "20170822.1046";
- src = fetchFromGitHub {
- owner = "kostajh";
- repo = "harvest.el";
- rev = "7acbc0564b250521b67131ee2a0a92720239454f";
- sha256 = "0wzv67kkfyaw19ddw0ra45p6rja6bk6d1xi3ak5lkyzvgqvylr3b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c97d3f653057eab35c612109792884334be556fe/recipes/harvest";
- sha256 = "1r6brld6iq03wsr1b3jhdkxwrcxa6g6fwa1jiy1kgjsr9dq1m51c";
- name = "recipe";
- };
- packageRequires = [ hydra s swiper ];
- meta = {
- homepage = "https://melpa.org/#/harvest";
- license = lib.licenses.free;
- };
- }) {};
- haskell-emacs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haskell-emacs";
- ename = "haskell-emacs";
- version = "20160904.1326";
- src = fetchFromGitHub {
- owner = "knupfer";
- repo = "haskell-emacs";
- rev = "a2c6a079175904689eed7c6c200754bfa85d1ed9";
- sha256 = "1xpaqcj33vyzs5yv2w4dahw8a2vb6zcb3z7y2aqc5jdg3fx9ypam";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5daff329a96a6d10bca11d838bbc95d1c8bcfbd9/recipes/haskell-emacs";
- sha256 = "1wkh7qws35c32hha0p9rpjz5pls2844920nh919lvp2wmq9l6jd6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/haskell-emacs";
- license = lib.licenses.free;
- };
- }) {};
- haskell-emacs-base = callPackage ({ fetchFromGitHub
- , fetchurl
- , haskell-emacs
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haskell-emacs-base";
- ename = "haskell-emacs-base";
- version = "20150714.859";
- src = fetchFromGitHub {
- owner = "knupfer";
- repo = "haskell-emacs";
- rev = "7f91f65254902b8ff04fdb679bc569b2f6a51637";
- sha256 = "17i9l6wgrvmp31ca4xrax31f7bjnn0vn2figycxhfaq9f6vxgkkn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5daff329a96a6d10bca11d838bbc95d1c8bcfbd9/recipes/haskell-emacs-base";
- sha256 = "1fwkds6qyhbxxdgxfzmgd7dlcxr08ynrrg5jdp9r7f924pd536vb";
- name = "recipe";
- };
- packageRequires = [ haskell-emacs ];
- meta = {
- homepage = "https://melpa.org/#/haskell-emacs-base";
- license = lib.licenses.free;
- };
- }) {};
- haskell-emacs-text = callPackage ({ fetchFromGitHub
- , fetchurl
- , haskell-emacs
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haskell-emacs-text";
- ename = "haskell-emacs-text";
- version = "20150713.716";
- src = fetchFromGitHub {
- owner = "knupfer";
- repo = "haskell-emacs";
- rev = "cc240612740fc3fd6e3c3d8cdfe486a89954f5d1";
- sha256 = "09g6b1ad7qi9k58ymgmssgapwapxcwf30qhmfl2w8sl045ngzlkk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5daff329a96a6d10bca11d838bbc95d1c8bcfbd9/recipes/haskell-emacs-text";
- sha256 = "1j18fhhra6lv32xrq8jc6l8i56fgn68da81wymcimpmpbp0hl5fy";
- name = "recipe";
- };
- packageRequires = [ haskell-emacs ];
- meta = {
- homepage = "https://melpa.org/#/haskell-emacs-text";
- license = lib.licenses.free;
- };
- }) {};
- haskell-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haskell-mode";
- ename = "haskell-mode";
- version = "20190525.1919";
- src = fetchFromGitHub {
- owner = "haskell";
- repo = "haskell-mode";
- rev = "aa382235ee3349e28fdb5096e462d394ef0cb00b";
- sha256 = "0jra8gy7i5m9fnrl8jvmyswipmk3kkhzhf3nkqwkg04n6ykd64gj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f18b4dcbad4192b0153a316cff6533272898f1a/recipes/haskell-mode";
- sha256 = "0wijvcpfdbl17iwzy47vf8brkj2djarfr8y28rw0wqvbs381zzwp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/haskell-mode";
- license = lib.licenses.free;
- };
- }) {};
- haskell-snippets = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "haskell-snippets";
- ename = "haskell-snippets";
- version = "20160918.1722";
- src = fetchFromGitHub {
- owner = "haskell";
- repo = "haskell-snippets";
- rev = "07b0f460b946fd1be26c29652cb0468b47782f3a";
- sha256 = "0a7y3awi9hcyahggf0ghsdwvsmrhr9yq634wy9lkqjzrm2hqj0ci";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b5534e58ea66fd90ba4a69262f0b303c7fb85af4/recipes/haskell-snippets";
- sha256 = "10bvv7q694fahcpm83v8lpqihg1gvfzrp1hdzwiffxydfvdbalh2";
- name = "recipe";
- };
- packageRequires = [ cl-lib yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/haskell-snippets";
- license = lib.licenses.free;
- };
- }) {};
- haskell-tab-indent = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haskell-tab-indent";
- ename = "haskell-tab-indent";
- version = "20170701.258";
- src = fetchgit {
- url = "https://git.spwhitton.name/haskell-tab-indent";
- rev = "b4cb851aef96c42ec7b3cc37b6fdd867fe5a0853";
- sha256 = "1ah1xagfzsbsgggva621p95qgd0bnsn733gb0ap4p4kgi5hwdqll";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/371f9f45e441cdf4e95557d1e9692619fab3024a/recipes/haskell-tab-indent";
- sha256 = "0vdfmy56w5yi202nbd28v1bzj97v1wxnfnb5z3dh9687p2abgnr7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/haskell-tab-indent";
- license = lib.licenses.free;
- };
- }) {};
- hasklig-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hasklig-mode";
- ename = "hasklig-mode";
- version = "20181110.1059";
- src = fetchFromGitHub {
- owner = "minad";
- repo = "hasklig-mode";
- rev = "386c098c93a744f6b30ad937d193eebf0fd79e1b";
- sha256 = "0m1cn59fzsfqc6j1892yaaddh6g6mwiqnp1ssxhic5fcm2xk00rz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/15a60278102de9e078b613456126945737718ce9/recipes/hasklig-mode";
- sha256 = "0gz0k9ahk0jpdp893ckbby9ilkac1zp95kpfqdnpfy0a036xfwm7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hasklig-mode";
- license = lib.licenses.free;
- };
- }) {};
- hasky-extensions = callPackage ({ avy-menu
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hasky-extensions";
- ename = "hasky-extensions";
- version = "20190204.1216";
- src = fetchFromGitHub {
- owner = "hasky-mode";
- repo = "hasky-extensions";
- rev = "eb1437f815bd93946ecf707e8d24dc704c273586";
- sha256 = "1r8xbfxjig2qgkvfd2yy1b5vpn1l49h504b0zbdir9hkipwzmls9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e3f73e3df8476fa231d04211866671dd74911603/recipes/hasky-extensions";
- sha256 = "0ymigba1d0qkrk3ccd3cx754safzmx1v5d13976571rszgmkvr15";
- name = "recipe";
- };
- packageRequires = [ avy-menu emacs ];
- meta = {
- homepage = "https://melpa.org/#/hasky-extensions";
- license = lib.licenses.free;
- };
- }) {};
- hasky-stack = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "hasky-stack";
- ename = "hasky-stack";
- version = "20190304.1448";
- src = fetchFromGitHub {
- owner = "hasky-mode";
- repo = "hasky-stack";
- rev = "a3176aece9a9ab0a36ae795965f83f4c1fa243bf";
- sha256 = "1j9cvy95wnmssg68y7hcjr0fh117ix1ypa0k7rxqn84na7hyhdpl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3faf544872478c3bccf2fe7dc51d406031e4d80/recipes/hasky-stack";
- sha256 = "08ds0v5p829s47lbhibswnbn1aqfnwf6xx7p5bc5062wxdvqahw8";
- name = "recipe";
- };
- packageRequires = [ emacs f magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/hasky-stack";
- license = lib.licenses.free;
- };
- }) {};
- haste = callPackage ({ fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haste";
- ename = "haste";
- version = "20141030.1334";
- src = fetchFromGitHub {
- owner = "rlister";
- repo = "emacs-haste-client";
- rev = "f1099c6296fc9575675e281402b89854739114bb";
- sha256 = "1a6almgsh93jzi5h59mmrlwcz805j3fnr8vrcfxnirxpr39159sq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/haste";
- sha256 = "175kprxqbpmssjxavcm7lyzg1cwsxkrfg9pc72vgqyfmcmjyk34c";
- name = "recipe";
- };
- packageRequires = [ json ];
- meta = {
- homepage = "https://melpa.org/#/haste";
- license = lib.licenses.free;
- };
- }) {};
- haxe-imports = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , s }:
- melpaBuild {
- pname = "haxe-imports";
- ename = "haxe-imports";
- version = "20170330.1604";
- src = fetchFromGitHub {
- owner = "accidentalrebel";
- repo = "emacs-haxe-imports";
- rev = "a4ab31759bd237e78c055dda73e808a4ee1b5fde";
- sha256 = "1x721jwdngahdmj0799ayg91kqxf6jv627b766bbq2hmagsf9si4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db7d2b08e914aab7719c6d3a951b142ec7252f34/recipes/haxe-imports";
- sha256 = "10xh57ir49f18pzw9ihpwffchm1mba0ck1zdqsfllh3p5gry1msg";
- name = "recipe";
- };
- packageRequires = [ emacs pcache s ];
- meta = {
- homepage = "https://melpa.org/#/haxe-imports";
- license = lib.licenses.free;
- };
- }) {};
- haxe-mode = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haxe-mode";
- ename = "haxe-mode";
- version = "20131004.142";
- src = fetchhg {
- url = "https://bitbucket.com/jpsecher/haxe-mode";
- rev = "850f29d9f70e";
- sha256 = "106a7kpjj4laxl7x8aqpv75ih54569b3bs2a1b8z4rghmikqc4aw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/haxe-mode";
- sha256 = "07krrpi636dadgyxxhh5037kq527wpnszbl22lk6i5fcxqidcnw9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/haxe-mode";
- license = lib.licenses.free;
- };
- }) {};
- haxor-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haxor-mode";
- ename = "haxor-mode";
- version = "20160618.429";
- src = fetchFromGitHub {
- owner = "krzysztof-magosa";
- repo = "haxor-mode";
- rev = "6fa25a8e6b6a59481bc0354c2fe1e0ed53cbdc91";
- sha256 = "0pdfvqbz4wmjl15wi3k4h7myij8v63vmyiq8g9fai18f7ad2klp1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/haxor-mode";
- sha256 = "0ss0kkwjyc7z7vcb89qr02p70c6m2jarr34mxmdv6ipwil58jj1s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/haxor-mode";
- license = lib.licenses.free;
- };
- }) {};
- hayoo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hayoo";
- ename = "hayoo";
- version = "20140831.521";
- src = fetchFromGitHub {
- owner = "benma";
- repo = "hayoo.el";
- rev = "3ca2fb0c4d5f337d0410c21b2702dd147014e984";
- sha256 = "0pjxyhh8a02i54a9jsqr8p1mcqfl6k9b8gv9lnzb242gy4518y3l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/01c1b96a4d076323264b2762d2c5a61680e21cff/recipes/hayoo";
- sha256 = "1rqvnv5nxlsyvsa5my1wpfm82sw21s7kfbg80vrjmxh0mwlyv4p9";
- name = "recipe";
- };
- packageRequires = [ emacs json ];
- meta = {
- homepage = "https://melpa.org/#/hayoo";
- license = lib.licenses.free;
- };
- }) {};
- hc-zenburn-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hc-zenburn-theme";
- ename = "hc-zenburn-theme";
- version = "20150928.933";
- src = fetchFromGitHub {
- owner = "edran";
- repo = "hc-zenburn-emacs";
- rev = "fd0024a5191cdce204d91c8f1db99ba31640f6e9";
- sha256 = "0rgcj47h7a67qkw6696pcm1a4g4ryx8nrz55s69fw86958fp08hk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/01ccd40bd5fc2699a4756ebf503ac50f562cf600/recipes/hc-zenburn-theme";
- sha256 = "0jcddk9ppgcizyyciabj3sgk1pmingl97knf9nmr0mi89h7n2g5y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hc-zenburn-theme";
- license = lib.licenses.free;
- };
- }) {};
- hcl-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hcl-mode";
- ename = "hcl-mode";
- version = "20170107.27";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-hcl-mode";
- rev = "f940f425bcdb4111d69f5fbf79f0b1c98848c5b6";
- sha256 = "06mdz9fnqkaxf4036ad1f6pr3km2vaz52rbpkjwk8bsqvzbya98i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66b441525dc300b364d9be0358ae1e0fa2a8b4fe/recipes/hcl-mode";
- sha256 = "1wrs9kj6ahsdnbn3fdaqhclq1ia6w4x726hjvl6pyk01sb0spnin";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hcl-mode";
- license = lib.licenses.free;
- };
- }) {};
- headlong = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "headlong";
- ename = "headlong";
- version = "20150417.826";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "headlong";
- rev = "f6830f87f236eee88263cb6976125f72422abe72";
- sha256 = "06hq6p6a4fzprbj4r885vsvzddlvx0wxqk5kik06v5bm7hjmnyrq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/826e9a8221d9378dd3b9fcc16ce5f50fd6ed2dce/recipes/headlong";
- sha256 = "042ybplkqjb30qf5cpbw5d91j1rdc71b789v277h036bri7hgxz6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/headlong";
- license = lib.licenses.free;
- };
- }) {};
- heaven-and-hell = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "heaven-and-hell";
- ename = "heaven-and-hell";
- version = "20180421.221";
- src = fetchFromGitHub {
- owner = "valignatev";
- repo = "heaven-and-hell";
- rev = "c2af013e0def7d3234e0eb2fb66a0a2374d5a7f2";
- sha256 = "08n7sr0l4di1c4zgfa17i3x43451sd60z70pjka8rmznys766lsg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/685edd63bf65520be304cbd564db7f5974fc5ae1/recipes/heaven-and-hell";
- sha256 = "19r0p78r9c78ly8awkgc33xa5b75zkkrb5kwvxbagirxdgkjv74r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/heaven-and-hell";
- license = lib.licenses.free;
- };
- }) {};
- helm = callPackage ({ async
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "helm";
- ename = "helm";
- version = "20190605.2306";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm";
- rev = "03f56db7c60c312920ac02f2dfafc40f27b44d0e";
- sha256 = "1ych6d54zafxffba61msyra3ffqwyzpfz31p57gqcqaxnq9d80hz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7e8bccffdf69479892d76b9336a4bec3f35e919d/recipes/helm";
- sha256 = "03la01d0syikjgsjq0krlp3p894djwfxqfmd2srddwks7ish6xjf";
- name = "recipe";
- };
- packageRequires = [ async emacs helm-core popup ];
- meta = {
- homepage = "https://melpa.org/#/helm";
- license = lib.licenses.free;
- };
- }) {};
- helm-R = callPackage ({ ess
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-R";
- ename = "helm-R";
- version = "20120819.1714";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "helm-R.el";
- rev = "b0eb9d5f6a483a9dbe6eb6cf1f2024d4f5938bc2";
- sha256 = "0nip0zrmn944wy0x2dc5ryr0m7a948rn2a8cbaajghs7a7zai4cr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce6eb840368f8cbee66dc061478d5096b9dacb68/recipes/helm-R";
- sha256 = "0zq9f2xhgap3ihnrlsrsaxaz0nx014k0820bfsq7lckwcnm0mng1";
- name = "recipe";
- };
- packageRequires = [ ess helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-R";
- license = lib.licenses.free;
- };
- }) {};
- helm-ack = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ack";
- ename = "helm-ack";
- version = "20141030.526";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-ack";
- rev = "5982f3cb6ec9f460ebbe06ec0ce7b3590bca3118";
- sha256 = "0ps86zpyywibjwcm9drmamla979ad61fyqr8d6bv71fr56k9ak21";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/258d447778525c26c65a5819ba1edc00e2bb65e5/recipes/helm-ack";
- sha256 = "1a8sc5gd2g57dl9g18wyydfmihy74yniwhjr27h7vxylnf2g3pni";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ack";
- license = lib.licenses.free;
- };
- }) {};
- helm-ad = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ad";
- ename = "helm-ad";
- version = "20151209.215";
- src = fetchFromGitHub {
- owner = "tnoda";
- repo = "helm-ad";
- rev = "8ac044705d8620ee354a9cfa8cc1b865e83c0d55";
- sha256 = "0hxfgdn56c7qr64r59g9hvxxwa4mw0ad9c9m0z5cj85bsdd7rlx4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b44ec4e059ab830a3708697fa95fada5f6a30a91/recipes/helm-ad";
- sha256 = "0h2zjfj9hy7bkpmmjjs0a4a06asbw0yww8mw9rk2xi1gc2aqq4hi";
- name = "recipe";
- };
- packageRequires = [ dash helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ad";
- license = lib.licenses.free;
- };
- }) {};
- helm-addressbook = callPackage ({ addressbook-bookmark
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-addressbook";
- ename = "helm-addressbook";
- version = "20170903.28";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-addressbook";
- rev = "62497f72d46afd3a9f9f94b27d062a82fb232de4";
- sha256 = "1lmq7j19qv3pabs5arapx3lv2xhf0sgn4b2hl0l0kzph52fvics7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4bb805b0f2d2055aa4e88bd41239d75ec34f5785/recipes/helm-addressbook";
- sha256 = "1d8byi6sr5gz1rx3kglnkp47sn9dqdd83s12d84wyay06ix3cqqi";
- name = "recipe";
- };
- packageRequires = [ addressbook-bookmark cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-addressbook";
- license = lib.licenses.free;
- };
- }) {};
- helm-ag = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ag";
- ename = "helm-ag";
- version = "20170209.745";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-ag";
- rev = "39ed137823665fca2fa5b215f7c3e8701173f7b7";
- sha256 = "0a6yls52pkqsaj6s5nsi70kzpvssdvb87bfnp8gp26q2y3syx4ni";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/helm-ag";
- sha256 = "050qh5xqh8lwkgmz3jxm8gql5nd7bq8sp9q6mzm2z7367qy4qqyf";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ag";
- license = lib.licenses.free;
- };
- }) {};
- helm-ag-r = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ag-r";
- ename = "helm-ag-r";
- version = "20131123.731";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "helm-ag-r";
- rev = "67de4ebafe9b088db950eefa5ef590a6d78b4ac8";
- sha256 = "1rifdkhzvf7xd2npban0i8v3rjcji69063dw9rs1d32w4n7fzlfa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6aa1cf029db913dafb561e4c8ccc1ca9099524de/recipes/helm-ag-r";
- sha256 = "0ivh7f021lbmbaj6gs4y8m99s63js57w04q7cwx7v4i32cpas7r9";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ag-r";
- license = lib.licenses.free;
- };
- }) {};
- helm-aws = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-aws";
- ename = "helm-aws";
- version = "20180514.332";
- src = fetchFromGitHub {
- owner = "istib";
- repo = "helm-aws";
- rev = "b36c744b3f00f458635a91d1f5158fccbb5baef6";
- sha256 = "11683s12dabgi9j6cyx0i147pgz4jdd240xviry7w3cxgarqki8y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/421182006b8af17dae8b5ad453cc11e2d990a053/recipes/helm-aws";
- sha256 = "0sjgdjpznjxsf6nlv2ah45fw17j8j5apdphd1fp43rjv1lskkgc5";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-aws";
- license = lib.licenses.free;
- };
- }) {};
- helm-backup = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-backup";
- ename = "helm-backup";
- version = "20180910.2314";
- src = fetchFromGitHub {
- owner = "antham";
- repo = "helm-backup";
- rev = "691fe542f38fc7c8cca409997f6a0ff5d76ad6c2";
- sha256 = "0zi1md5f1haqcrclqfk4ilvr6hbm389kl3ajnyx230rq22vmb9ca";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e6eba7b201e91211e43c39e501f6066f0afeb8b/recipes/helm-backup";
- sha256 = "182jbm36yzayxi9y3vhpyn25ivrgay37sncqvah35vbw52lnjcn3";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-backup";
- license = lib.licenses.free;
- };
- }) {};
- helm-bbdb = callPackage ({ bbdb
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-bbdb";
- ename = "helm-bbdb";
- version = "20180505.808";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-bbdb";
- rev = "db286b0ee0ea18142f7d005e465832bb755bb0cb";
- sha256 = "193xkwdhl3k0ka7qs9pd92mx0ild7dv11lmgydkpx8w1rcd20yyx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7025c319fcabc64576c0c6554d0d572cef697693/recipes/helm-bbdb";
- sha256 = "1wlacbfs23shvyaq616r1p84h8321zz1k5nzir5qg8nr6lssi8vp";
- name = "recipe";
- };
- packageRequires = [ bbdb helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-bbdb";
- license = lib.licenses.free;
- };
- }) {};
- helm-bibtex = callPackage ({ biblio
- , cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , parsebib
- , s }:
- melpaBuild {
- pname = "helm-bibtex";
- ename = "helm-bibtex";
- version = "20190430.1118";
- src = fetchFromGitHub {
- owner = "tmalsburg";
- repo = "helm-bibtex";
- rev = "e1391a4be629b506f06d678bcdfd17d290904482";
- sha256 = "11922djfvz32h6bv8gdzhpm7ddxw5gsdphjvjxa7cr2zj7x9nhx7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4118a7721435240cf8489daa4dd39369208855b/recipes/helm-bibtex";
- sha256 = "037pqgyyb2grg88yfxx1r8yp4lrgz2fyzz9fbbp34l8s6vk3cp4z";
- name = "recipe";
- };
- packageRequires = [ biblio cl-lib dash f helm parsebib s ];
- meta = {
- homepage = "https://melpa.org/#/helm-bibtex";
- license = lib.licenses.free;
- };
- }) {};
- helm-bibtexkey = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-bibtexkey";
- ename = "helm-bibtexkey";
- version = "20140214.704";
- src = fetchFromGitHub {
- owner = "kenbeese";
- repo = "helm-bibtexkey";
- rev = "aa1637ea5c8c5f1817e480fc2a3750cafab3d99f";
- sha256 = "10k7hjfz9jmfpbmsv20jy9vr6fqxx1yp8v115hprqvw057iifsl9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d35a2e5cb5232d16d5c98168706d8b6426fcfb44/recipes/helm-bibtexkey";
- sha256 = "00i7ni4r73mmxavhfcm0fd7jhx6gxvxx7prax1yxmhs46fpz8jwj";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-bibtexkey";
- license = lib.licenses.free;
- };
- }) {};
- helm-bind-key = callPackage ({ bind-key
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-bind-key";
- ename = "helm-bind-key";
- version = "20141108.2115";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "helm-bind-key.el";
- rev = "9da6ad8b7530e72fb4ac67be8c6a482898dddc25";
- sha256 = "1wmcy7q4ys2sf8ya5l4n7a6bq5m9d6m19amjfwkmkh4ajkwl041y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9ae8bfd320cdef6c65da2a00439f8108d7ffa7ce/recipes/helm-bind-key";
- sha256 = "1yfj6mmxc165in1i85ccanssch6bg19ib1fcm7sa4i4hv0mgwaid";
- name = "recipe";
- };
- packageRequires = [ bind-key helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-bind-key";
- license = lib.licenses.free;
- };
- }) {};
- helm-bitbucket = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-bitbucket";
- ename = "helm-bitbucket";
- version = "20190422.402";
- src = fetchFromGitHub {
- owner = "dragonwasrobot";
- repo = "helm-bitbucket";
- rev = "632495036c4a6ac30e408fc74ee9f209fd5ac429";
- sha256 = "0rbgk982jlbqh1rhns3zmndfr3lpw7m2j9z7qylghkll4k8fcjpl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8df73e21dee5144147f9432efe95ee576ac5f435/recipes/helm-bitbucket";
- sha256 = "19bflbnavkwipf7mcrkg3i64iz50jmzm64nl7y1ka349mpy5sm04";
- name = "recipe";
- };
- packageRequires = [ emacs helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-bitbucket";
- license = lib.licenses.free;
- };
- }) {};
- helm-bm = callPackage ({ bm
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-bm";
- ename = "helm-bm";
- version = "20160321.631";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "helm-bm";
- rev = "d66341f5646c23178d4d8bffb6cfebe3fb73f1d7";
- sha256 = "011k37p4vnzm1x8vyairllanvjfknskl20bdfv0glf64xgbdpfil";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/115033d7b02d3ca42902195de933f62c5f927ae4/recipes/helm-bm";
- sha256 = "1dnlcvn0zv4qv4ii4j0h9r8w6vhi3l0c5aa768kblh5r2rf4bjjh";
- name = "recipe";
- };
- packageRequires = [ bm cl-lib helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-bm";
- license = lib.licenses.free;
- };
- }) {};
- helm-books = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-books";
- ename = "helm-books";
- version = "20170324.2331";
- src = fetchFromGitHub {
- owner = "grugrut";
- repo = "helm-books";
- rev = "6735e1787f99b5ef77b276fa5c43e565b4d3e792";
- sha256 = "0gsa0qf88x4rgkzhgp4dr19l772fla3gd6854z4gwpn0s52rl7h7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acba3db40f37e74e1bf9e30f2abed431c259ff50/recipes/helm-books";
- sha256 = "0xh53vji7nsnpi0b38cjh97x26ryxk61mj7bd6m63qwh8dyhs3yx";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-books";
- license = lib.licenses.free;
- };
- }) {};
- helm-bundle-show = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-bundle-show";
- ename = "helm-bundle-show";
- version = "20190526.701";
- src = fetchFromGitHub {
- owner = "masutaka";
- repo = "emacs-helm-bundle-show";
- rev = "70f1ca7d1847c7d5cd5a3e488562cd4a295b809f";
- sha256 = "12wz98fcs8v8w74ck4jqbh47pp5956xxh9ld5kpym9zrm39adpq2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2f10f7387cca102696c38af1d8dc0fe5da5e366f/recipes/helm-bundle-show";
- sha256 = "1af5g233kjf04m2fryizk51a1s2mcmj36zip5nyb8skcsfl4riq7";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-bundle-show";
- license = lib.licenses.free;
- };
- }) {};
- helm-c-moccur = callPackage ({ color-moccur
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-c-moccur";
- ename = "helm-c-moccur";
- version = "20151230.124";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "helm-c-moccur.el";
- rev = "b0a906f85fa352db091f88b91a9c510de607dfe9";
- sha256 = "0w4svbg32y63v049plvk7djc1m2amjzrr1v979d9s6jbnnpzlb5c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/462a43341a5811822928bcac331d617a38b52e8a/recipes/helm-c-moccur";
- sha256 = "1i6a4jqjy9amlhdbj5d26wzagndfgszha09vs5qf4760vjl7kn4b";
- name = "recipe";
- };
- packageRequires = [ color-moccur helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-c-moccur";
- license = lib.licenses.free;
- };
- }) {};
- helm-c-yasnippet = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "helm-c-yasnippet";
- ename = "helm-c-yasnippet";
- version = "20170128.742";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "helm-c-yasnippet";
- rev = "65ca732b510bfc31636708aebcfe4d2d845b59b0";
- sha256 = "1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2fc20598a2cd22efb212ba43159c6728f0249e5e/recipes/helm-c-yasnippet";
- sha256 = "0jwj4giv6lxb3h7vqqb2alkwq5kp0shy2nraik33956p4l8dfs90";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/helm-c-yasnippet";
- license = lib.licenses.free;
- };
- }) {};
- helm-catkin = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , xterm-color }:
- melpaBuild {
- pname = "helm-catkin";
- ename = "helm-catkin";
- version = "20190425.820";
- src = fetchFromGitHub {
- owner = "gollth";
- repo = "helm-catkin";
- rev = "a3422346eb46e66a947a75f9e1b9975a672036be";
- sha256 = "0d6g1nkaly9ss1h3i7qq3igzsfllw0zwkz5374pvmq53p3nk20r8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c6e88d2a2fc07c8d25f4e1d973147805522a3261/recipes/helm-catkin";
- sha256 = "1yr62riiva55c341s9x0fn9wdrv1j05s9a82xm2925jsyh5xzaxy";
- name = "recipe";
- };
- packageRequires = [ emacs helm xterm-color ];
- meta = {
- homepage = "https://melpa.org/#/helm-catkin";
- license = lib.licenses.free;
- };
- }) {};
- helm-charinfo = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-charinfo";
- ename = "helm-charinfo";
- version = "20170810.531";
- src = fetchFromGitHub {
- owner = "mandoku";
- repo = "helm-charinfo";
- rev = "91798a49dc115342a7e01e48b264e9a0bf5ea414";
- sha256 = "1ifj6zz5k7qjalg06fvfc7rdmlha0n9hll2hiq7mrcj7lfac6jga";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6667774bba495c45703ef75261f1f14d89684e3a/recipes/helm-charinfo";
- sha256 = "04k6crcwhv2k69f5w75g0dg0f5qsbhyxl93qzxxdb5bnr56ad7f6";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-charinfo";
- license = lib.licenses.free;
- };
- }) {};
- helm-chrome = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-chrome";
- ename = "helm-chrome";
- version = "20160718.2220";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "helm-chrome";
- rev = "fd630ace4b4b4f33355a973743bbfe0c90ce4830";
- sha256 = "0r8s85fs5lnwdn377z5zgi3d090k2n1mgiyxwgy49i8yirssgz51";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f6ca33fe8ec8a0af8fb166451050f5502838deb/recipes/helm-chrome";
- sha256 = "0p3n2pna83mp4ym8x69lk4r3q4apbj5v2blg2mwcsd9zij153nxz";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-chrome";
- license = lib.licenses.free;
- };
- }) {};
- helm-chronos = callPackage ({ chronos
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-chronos";
- ename = "helm-chronos";
- version = "20150528.1336";
- src = fetchFromGitHub {
- owner = "dxknight";
- repo = "helm-chronos";
- rev = "a14fc3d65dd96ce6616234b3f7b8b08b4c1817ef";
- sha256 = "1dmj4f8pris1i7wvfplp4dbnyfm403l6rplxfrfi0cd9afg7m68i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b6f5eef6ac62ed8d035f4dd272695655d00a4180/recipes/helm-chronos";
- sha256 = "1a65b680741cx4cyyizyl2c3bss36x3j2m9sh9hjc87xrzarg0s3";
- name = "recipe";
- };
- packageRequires = [ chronos helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-chronos";
- license = lib.licenses.free;
- };
- }) {};
- helm-cider = callPackage ({ cider
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-cider";
- ename = "helm-cider";
- version = "20180306.2058";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "helm-cider";
- rev = "9363cc537f06233345aa3af5cd46aa5681ad607b";
- sha256 = "0vfn4smqba1vsshz48ggkj8gs94la0sxb1sq4shrb41qj2x3dci7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-cider";
- sha256 = "0ykhrvh6mix55sv4j8q6614sibksdlwaks736maamqwl3wk6826x";
- name = "recipe";
- };
- packageRequires = [ cider emacs helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-cider";
- license = lib.licenses.free;
- };
- }) {};
- helm-cider-history = callPackage ({ cider
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-cider-history";
- ename = "helm-cider-history";
- version = "20150719.1420";
- src = fetchFromGitHub {
- owner = "Kungi";
- repo = "helm-cider-history";
- rev = "c391fcb2e162a02001605a0b9449783575a831fd";
- sha256 = "18j4ikb3q8ygdq74zqzm83wgb39x7w209n3186mm051n8lfmkaif";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31a9c900d57f2eeed4f0101af73f8a59c20e9a99/recipes/helm-cider-history";
- sha256 = "12l8jyl743zqk8m2xzcz75y1ybdkbkvcbvfkn1k88k09s31kdq4h";
- name = "recipe";
- };
- packageRequires = [ cider helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-cider-history";
- license = lib.licenses.free;
- };
- }) {};
- helm-circe = callPackage ({ circe
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-circe";
- ename = "helm-circe";
- version = "20160206.2252";
- src = fetchFromGitHub {
- owner = "lesharris";
- repo = "helm-circe";
- rev = "9091651d9fdd8d49d8ff6f9dcf3a2ae416c9f15a";
- sha256 = "1gwg299s8ps0q97iw6p515gwn73rjk1icgl3j7cj1s143njjg122";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-circe";
- sha256 = "07559rg55b0glxiw787xmvxrhms14jz21bvprc5n24b4j827g9xw";
- name = "recipe";
- };
- packageRequires = [ circe cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-circe";
- license = lib.licenses.free;
- };
- }) {};
- helm-clojuredocs = callPackage ({ edn
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-clojuredocs";
- ename = "helm-clojuredocs";
- version = "20160405.23";
- src = fetchFromGitHub {
- owner = "mbuczko";
- repo = "helm-clojuredocs";
- rev = "5a7f0f2cb401be0b09e73262a1c18265ab9a3cea";
- sha256 = "015b8zxh91ljhqvn6z43gy08di54xcw9skw0i7frj3d7gk984qhl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/adb117e04c158b1c77a8c1174329477d7eaca838/recipes/helm-clojuredocs";
- sha256 = "0yz0wlyay9286by8i30gs3ispswq8ayqlcnna1s7bgspjvb7scmk";
- name = "recipe";
- };
- packageRequires = [ edn helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-clojuredocs";
- license = lib.licenses.free;
- };
- }) {};
- helm-cmd-t = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-cmd-t";
- ename = "helm-cmd-t";
- version = "20170125.659";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-cmd-t";
- rev = "7fa3d4a9f7271512e54c5de999079b27c9eec6bf";
- sha256 = "06jdvkgnmwrgsdh9y2bwzdng7hy4331v3lh11jvdy4704w4khmak";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/helm-cmd-t";
- sha256 = "1w870ldq029wgicgv4cqm31zw2i8vkap3m9hsr9d0i3gv2virnc6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/helm-cmd-t";
- license = lib.licenses.free;
- };
- }) {};
- helm-codesearch = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-codesearch";
- ename = "helm-codesearch";
- version = "20190412.453";
- src = fetchFromGitHub {
- owner = "youngker";
- repo = "helm-codesearch.el";
- rev = "72f1d1de746115ab7e861178b49fa3c0b6b58d90";
- sha256 = "1qxpx8jmkvg59k4rx99bn9asnh4nl5rwkjvbhprdlqaicglm153q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a992824e46a4170e2f0915f7a507fcb8a9ef0a6/recipes/helm-codesearch";
- sha256 = "1v21zwcyx73bc1lcfk60v8xim31bwdk4p06g9i4qag3cijdlli9q";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-codesearch";
- license = lib.licenses.free;
- };
- }) {};
- helm-commandlinefu = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , json ? null
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-commandlinefu";
- ename = "helm-commandlinefu";
- version = "20150610.2245";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "helm-commandlinefu";
- rev = "9ee7e018c5db23ae9c8d1c8fa969876f15b7280d";
- sha256 = "0fxrmvb64lav4aqs61z3a4d2mcp9s2nw7fvysyjn0r1291pkzk9j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7eaf1e41ef2fa90b6bb6a80891ef1bf52ef1029b/recipes/helm-commandlinefu";
- sha256 = "150nqib0sr4n35vdj1xrxcja8gkv3chzhdbgkjxqgkz2yq10xxnd";
- name = "recipe";
- };
- packageRequires = [ emacs helm json let-alist ];
- meta = {
- homepage = "https://melpa.org/#/helm-commandlinefu";
- license = lib.licenses.free;
- };
- }) {};
- helm-company = callPackage ({ company
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-company";
- ename = "helm-company";
- version = "20190522.2018";
- src = fetchFromGitHub {
- owner = "Sodel-the-Vociferous";
- repo = "helm-company";
- rev = "6995b79bdfce73e398d0185eba135f1e74cf37c2";
- sha256 = "09jg4b7bbz5y7nrqlka3vb58s4rszl0ih4x61j724ksl637xrw66";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8acf7420f2ac8a36474594bc34316f187b43d771/recipes/helm-company";
- sha256 = "1wl1mzm1h9ig351y77yascdv4z0cka1gayi8cnnlayk763is7q34";
- name = "recipe";
- };
- packageRequires = [ company helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-company";
- license = lib.licenses.free;
- };
- }) {};
- helm-core = callPackage ({ async
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-core";
- ename = "helm-core";
- version = "20190601.2326";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm";
- rev = "a70de280eb6ea870697f6686f79a27872a8b5483";
- sha256 = "04v9sv8c79vr4fqg9r66wy8ifdri33j0bs6z5s7kmgq02ygfiwm4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7a700c5665e6d72cb4cecf7fb5a2dd43ef9bf7/recipes/helm-core";
- sha256 = "1dyv8rv1728vwsp6vfdq954sp878jbp3srbfxl9gsgjnv1l6vjda";
- name = "recipe";
- };
- packageRequires = [ async emacs ];
- meta = {
- homepage = "https://melpa.org/#/helm-core";
- license = lib.licenses.free;
- };
- }) {};
- helm-cscope = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , xcscope }:
- melpaBuild {
- pname = "helm-cscope";
- ename = "helm-cscope";
- version = "20190510.1751";
- src = fetchFromGitHub {
- owner = "alpha22jp";
- repo = "helm-cscope.el";
- rev = "e91171032d7f0744dd210f69008b08024a7e5b1a";
- sha256 = "0k6xb6vs90nirphfjw5gfhr718cgg4nnzz3h1iqzd40606qcdpf4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d2e3460df1ec750053bc8402ad6eb822c10c697/recipes/helm-cscope";
- sha256 = "13a76wc1ia4c0v701dxqc9ycbb43d5k09m5pfsvs8mccisfzk9y4";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm xcscope ];
- meta = {
- homepage = "https://melpa.org/#/helm-cscope";
- license = lib.licenses.free;
- };
- }) {};
- helm-css-scss = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-css-scss";
- ename = "helm-css-scss";
- version = "20140626.1725";
- src = fetchFromGitHub {
- owner = "ShingoFukuyama";
- repo = "helm-css-scss";
- rev = "363d5ebe9ecf8fab8422b83a414d054c3eff79fa";
- sha256 = "1wwkcjw7q660a7v7f6qr6hr5blharyylr5ddfz013xa3lnzy72cv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b985973ff12135f893e6d2742223725c2143720/recipes/helm-css-scss";
- sha256 = "0iflwl0rijbkx1b7i1s7984dw7sz1wa1cb74fqij0kcn76kal7ak";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-css-scss";
- license = lib.licenses.free;
- };
- }) {};
- helm-ctest = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-ctest";
- ename = "helm-ctest";
- version = "20180821.305";
- src = fetchFromGitHub {
- owner = "danlamanna";
- repo = "helm-ctest";
- rev = "0c73689692a290f56080e95325c15362e90d529b";
- sha256 = "143vyd64w3gycc68jcsji474nz2ggda58hgwq6hyiwb7s0gm1gd3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1cc85ff5554df10fc2066eec4d90de3b25536923/recipes/helm-ctest";
- sha256 = "1mphc9fsclbw19p5i1xf52qg6ljljbajvbcsl95hisrnvhg89vpm";
- name = "recipe";
- };
- packageRequires = [ dash helm-core s ];
- meta = {
- homepage = "https://melpa.org/#/helm-ctest";
- license = lib.licenses.free;
- };
- }) {};
- helm-dash = callPackage ({ cl-lib ? null
- , dash-docs
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-dash";
- ename = "helm-dash";
- version = "20190527.418";
- src = fetchFromGitHub {
- owner = "areina";
- repo = "helm-dash";
- rev = "6c76c794fec95586028633f24773451812af5df4";
- sha256 = "0ajkflf6fzpxxgv2nzpxnc1d2rp32ba1lz9x4s2bini71krai88s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-dash";
- sha256 = "032hwwq4r72grzls5ww7bjyj39c82wkcgf3k7myfcrqd3lgblrwb";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash-docs emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-dash";
- license = lib.licenses.free;
- };
- }) {};
- helm-descbinds = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-descbinds";
- ename = "helm-descbinds";
- version = "20190501.235";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-descbinds";
- rev = "b72515982396b6e336ad7beb6767e95a80fca192";
- sha256 = "1bp2n32lvb1fhnwzk8s782i928m8mklv77jz5rq0ag1q7y740r31";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/447610a05422cd2f35399e43d98bf46410ff0408/recipes/helm-descbinds";
- sha256 = "1890ss4pimjxskzzllf57fg07xbs8zqcrp6r8r6x989llrfvd1h7";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-descbinds";
- license = lib.licenses.free;
- };
- }) {};
- helm-describe-modes = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-describe-modes";
- ename = "helm-describe-modes";
- version = "20160211.2118";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-describe-modes";
- rev = "d2253c7c2bf4f28b9ff8a2d281bd7527c0106527";
- sha256 = "0li9bi1lm5ldwfpvzahxp7hyfd94jr1kl43rprx0myxb016yk2p5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23f0b2025073850c477ba4646c3821b3c7de6c42/recipes/helm-describe-modes";
- sha256 = "0ajy9kwspm8rzafl0df57fad5867s86yjqj29shznqb12r91lpqb";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-describe-modes";
- license = lib.licenses.free;
- };
- }) {};
- helm-dictionary = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-dictionary";
- ename = "helm-dictionary";
- version = "20160817.1333";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-dictionary";
- rev = "805ce850d4cbe811227d9c9b16cc51f652198f3f";
- sha256 = "0ambb6i8ipz5y0mnc8jd07j3iiwb7ah87pw8x8pi3phv1r80l0k1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b8cc457b06ce271f7c19729cde7728286bb85528/recipes/helm-dictionary";
- sha256 = "1pak8qn0qvbzyclhzvr5ka3pl370i4kiykypfkwbfgvqqwczhl3n";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-dictionary";
- license = lib.licenses.free;
- };
- }) {};
- helm-directory = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-directory";
- ename = "helm-directory";
- version = "20170705.2102";
- src = fetchFromGitHub {
- owner = "masasam";
- repo = "emacs-helm-directory";
- rev = "caa013b820b5263bf1c6446debfea0766dae8ab8";
- sha256 = "15ljhz7cik7qzbh69l28c9mcvls5zgk42lp5bm9kl9fg6m6aasvq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d0c066d6f285ab6d572dab4549781101547cb704/recipes/helm-directory";
- sha256 = "01c5a08v6rd867kdyrfwdvj05z4srzj9g6xy4scirlbwbff0q76n";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-directory";
- license = lib.licenses.free;
- };
- }) {};
- helm-dired-history = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-dired-history";
- ename = "helm-dired-history";
- version = "20170524.346";
- src = fetchFromGitHub {
- owner = "jixiuf";
- repo = "helm-dired-history";
- rev = "281523f9fc46cf00fafd670ba5cd16552a607212";
- sha256 = "1bqavj5ljr350dckyf39i9plkb0rbhyd17ka94n2g6daapgpq0x6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-dired-history";
- sha256 = "0qciafa42rbw0dxgkp5mbbwbrcziswmwdj2lszm0px1bip4x7yb8";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-dired-history";
- license = lib.licenses.free;
- };
- }) {};
- helm-dired-recent-dirs = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-dired-recent-dirs";
- ename = "helm-dired-recent-dirs";
- version = "20131228.614";
- src = fetchFromGitHub {
- owner = "yynozk";
- repo = "helm-dired-recent-dirs";
- rev = "3bcd125b44f5a707588ae3868777d91192351523";
- sha256 = "14sifdrfg8ydvi9mj8qm2bfphbffglxrkb5ky4q5b3j96bn8v110";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/helm-dired-recent-dirs";
- sha256 = "1rm47if91hk6hi4xil9vb6rs415s5kvhwc6zkrmcvay9hiw9vrpw";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-dired-recent-dirs";
- license = lib.licenses.free;
- };
- }) {};
- helm-dirset = callPackage ({ cl-lib ? null
- , f
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-dirset";
- ename = "helm-dirset";
- version = "20151208.1612";
- src = fetchFromGitHub {
- owner = "k1LoW";
- repo = "helm-dirset";
- rev = "eb30810cd26e1ee73d84a863e6b2667700e9aead";
- sha256 = "183vj5yi575aqkak19hl8k4mw38r0ki9p1fnpa8nny2srjyy34yb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-dirset";
- sha256 = "1bwgv1pm047xafidq23mdqj3sdc5bvqlw74s80dj88ybp3vrpvlk";
- name = "recipe";
- };
- packageRequires = [ cl-lib f helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-dirset";
- license = lib.licenses.free;
- };
- }) {};
- helm-elscreen = callPackage ({ cl-lib ? null
- , elscreen
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-elscreen";
- ename = "helm-elscreen";
- version = "20170709.214";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-elscreen";
- rev = "b8212866939dc4a1e1dc23ad572407b688e130e3";
- sha256 = "0gy6lbdngiwfl9vfw32clagbmv70f93slc9zkm3dz3mca37435kz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dfe42a7fe2dc051c6c49aa75bce89bfe1b5fdbbb/recipes/helm-elscreen";
- sha256 = "186k66kf2ak2ihha39989cz1aarqrvbgp213y1fwh9qsn1kxclnd";
- name = "recipe";
- };
- packageRequires = [ cl-lib elscreen emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-elscreen";
- license = lib.licenses.free;
- };
- }) {};
- helm-emmet = callPackage ({ emmet-mode
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-emmet";
- ename = "helm-emmet";
- version = "20160713.531";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "helm-emmet";
- rev = "f0364e736b10cf44232053a78de04133a88185ae";
- sha256 = "1zl6vhzbf29864q97q5v7c318x36y1a4cjm0i7kgj3hc6qla5j88";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acbc5e9fab159ad2d63b10c0fa6ac18636bb2379/recipes/helm-emmet";
- sha256 = "1dkn9qa3dv2im11lm19wfh5jwwwp42sv7jc0p6qg35rhzwdpfg03";
- name = "recipe";
- };
- packageRequires = [ emmet-mode helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-emmet";
- license = lib.licenses.free;
- };
- }) {};
- helm-emms = callPackage ({ cl-lib ? null
- , emacs
- , emms
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-emms";
- ename = "helm-emms";
- version = "20190422.822";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-emms";
- rev = "89ec04e6548f16c5848cc49ad506e0561cea87ab";
- sha256 = "0cn1amwgf5nm73yjxnhjsl6dvfcvh8qb2j2rhsyd6i8kzzkyplf2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db836b671705607f6cd9bce8229884b1f29b4a76/recipes/helm-emms";
- sha256 = "1vq7cxnacmhyczsa4s5h1nnzc08m66harfnxsqxyrdsnggv9hbf5";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs emms helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-emms";
- license = lib.licenses.free;
- };
- }) {};
- helm-etags-plus = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-etags-plus";
- ename = "helm-etags-plus";
- version = "20170113.614";
- src = fetchFromGitHub {
- owner = "jixiuf";
- repo = "helm-etags-plus";
- rev = "dd13aa768e7edc5809c8b5c52daa108eceb7d3f1";
- sha256 = "08yzs82bqj4j7k4hp4hh53ip5p8bh6325j4lg73hh6zsy0jpb9sh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e5d0c347ff8cf6e0ade80853775fd6b84f387fa5/recipes/helm-etags-plus";
- sha256 = "0lw21yp1q6iggzlb1dks3p6qdfppnqf50f3rijjs18lisp4izp99";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-etags-plus";
- license = lib.licenses.free;
- };
- }) {};
- helm-eww = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "helm-eww";
- ename = "helm-eww";
- version = "20190315.207";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-eww";
- rev = "76ba59fda8dd6f32a1bc7c6df0b43c6f76169911";
- sha256 = "0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/455a32c1d4642dc6752408c4f5055f5f4d1288eb/recipes/helm-eww";
- sha256 = "0pl8s7jmk1kak13bal43kp2awjji9lgr3npq9m09zms121rh709w";
- name = "recipe";
- };
- packageRequires = [ emacs helm seq ];
- meta = {
- homepage = "https://melpa.org/#/helm-eww";
- license = lib.licenses.free;
- };
- }) {};
- helm-ext = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ext";
- ename = "helm-ext";
- version = "20180525.2050";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "helm-ext";
- rev = "90b788aced21ec467a234b6b77b5a6ebae6de75f";
- sha256 = "11a27556slh95snzqyvy0rlf6p7f51nx8rxglnv0d34529h72508";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1ee74cb0aa3445bc9ae4226c2043ee4de3ac6cd3/recipes/helm-ext";
- sha256 = "0la2i0b7nialib4wq26cxcak8nq1jzavsw8f0mvbavsb7hfwkpgw";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ext";
- license = lib.licenses.free;
- };
- }) {};
- helm-exwm = callPackage ({ emacs
- , exwm
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-exwm";
- ename = "helm-exwm";
- version = "20180827.137";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-exwm";
- rev = "e21c6ffabadd2fe8d6c7805b6027cc59a6f914e9";
- sha256 = "11fyqk3h9cqynifc2zzqn0czrcj082wkdg1qhbj97nl4gcj787rl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ecdf9e00cf19fabbeade12a66d66cd010561366/recipes/helm-exwm";
- sha256 = "0g15c4bg794vqigafl9g2w85jbs1lbw9qplaf8ffx0az4qwhnvqz";
- name = "recipe";
- };
- packageRequires = [ emacs exwm helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-exwm";
- license = lib.licenses.free;
- };
- }) {};
- helm-filesets = callPackage ({ fetchFromGitHub
- , fetchurl
- , filesets-plus
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-filesets";
- ename = "helm-filesets";
- version = "20140929.1135";
- src = fetchFromGitHub {
- owner = "gcla";
- repo = "helm-filesets";
- rev = "b352910af4c3099267a8aa0169c7f743b35bb1fa";
- sha256 = "00yhmpv5xjlw1gwbcrznz83gkaby8zlqv74d3p7plca2cwjll1g9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71c0d98ede6119e838e3db146dea5c16d8ba8ed8/recipes/helm-filesets";
- sha256 = "1yhhchksi0r4r5c5q1mggz2hykkvk93baq91b5hkaflqi30d1v8f";
- name = "recipe";
- };
- packageRequires = [ filesets-plus helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-filesets";
- license = lib.licenses.free;
- };
- }) {};
- helm-firefox = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-firefox";
- ename = "helm-firefox";
- version = "20161202.517";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-firefox";
- rev = "294850c4ce16ae25f2214f863cee0118add60974";
- sha256 = "1kaa58xlnr82qsvdzn8sxk5kkd2lxqnvfciyw7kfi2fdrl6nr4pf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/257e452d37768d2f3a6e0a5ccd062d128b2bc867/recipes/helm-firefox";
- sha256 = "0677nj0zsk11vvp3q3xl9nk8dhz3ki9yl3kfb57wgnmprp109wgs";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-firefox";
- license = lib.licenses.free;
- };
- }) {};
- helm-flx = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flx
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-flx";
- ename = "helm-flx";
- version = "20180102.2116";
- src = fetchFromGitHub {
- owner = "PythonNut";
- repo = "helm-flx";
- rev = "6640fac5cb16bee73c95b8ed1248a4e5e113690e";
- sha256 = "1fh1dy6xpc476hs87mn9fwxhxi97h7clfnnm7dxb7hg43xmgsjjs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1418d260f34d698cec611978001c7fd1d1a8a89/recipes/helm-flx";
- sha256 = "03vxr5f5m4s6k6rm0976w8h3s4c3b5mrdqgmkd281hmyh9q3cslq";
- name = "recipe";
- };
- packageRequires = [ emacs flx helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-flx";
- license = lib.licenses.free;
- };
- }) {};
- helm-flycheck = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-flycheck";
- ename = "helm-flycheck";
- version = "20160710.129";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "helm-flycheck";
- rev = "a15e62a6432c165c4f2c17388686873383400d7d";
- sha256 = "0q9yksx66ry4x3vkcyyj437il225s2ad5h6vkxpyz04p62g3ysnx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9cce1662d4ca7b7d868685084294d22ebf6c39e9/recipes/helm-flycheck";
- sha256 = "038f9294qc0jnkzrrjxm97hyhwa4sca3wdsjbaya50cf0g4cmk7b";
- name = "recipe";
- };
- packageRequires = [ dash flycheck helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-flycheck";
- license = lib.licenses.free;
- };
- }) {};
- helm-flymake = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-flymake";
- ename = "helm-flymake";
- version = "20160609.1702";
- src = fetchFromGitHub {
- owner = "tam17aki";
- repo = "helm-flymake";
- rev = "72cf18a1a1f843db9bb5d58301739ea9ccb1655b";
- sha256 = "05wpclg4ibp0ida692m3s8nknx4aizfcdgxgfzlwczgdgw0922kn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d8547036dceaa466957f4c5a07eb0461f313b924/recipes/helm-flymake";
- sha256 = "0h87yd56nhxpahrcpk6hin142hzv3sdr5bvz0injbv8a2lwnny3b";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-flymake";
- license = lib.licenses.free;
- };
- }) {};
- helm-flyspell = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-flyspell";
- ename = "helm-flyspell";
- version = "20170210.1101";
- src = fetchFromGitHub {
- owner = "pronobis";
- repo = "helm-flyspell";
- rev = "8d4d947c687cb650cb149aa2271ad5201ea92594";
- sha256 = "0q0xcgg8w9rrlsrrnk0l7qd8q7jc6x1agm2i769j21wpyfv1nbns";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8c5b91762d47a4d3024f1ed7f19666c6f2d5ce5/recipes/helm-flyspell";
- sha256 = "1g6xry2y6396pg7rg8hc0l84z5r3j2df7dpd1jgffxa8xa3i661f";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-flyspell";
- license = lib.licenses.free;
- };
- }) {};
- helm-frame = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-frame";
- ename = "helm-frame";
- version = "20170515.1250";
- src = fetchFromGitLab {
- owner = "chee";
- repo = "helm-frame";
- rev = "389e6461a423d649b7062ba99a2234bef7770059";
- sha256 = "1z7iwgl1v8nkwyz3h610l97amgq9slrfxxiicsnigc9vgsqlh987";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/febb2599e50518dadb30088bc9576aea2af092a7/recipes/helm-frame";
- sha256 = "18wbwm4r3ra9214whhdbxnjrxzra4pn12wqgq5lxli1khylihm3i";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/helm-frame";
- license = lib.licenses.free;
- };
- }) {};
- helm-fuzzier = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-fuzzier";
- ename = "helm-fuzzier";
- version = "20160605.1445";
- src = fetchFromGitHub {
- owner = "EphramPerdition";
- repo = "helm-fuzzier";
- rev = "8798dcf3583b863df5b9dea7fe3b0179ba1c35bc";
- sha256 = "1250mh0ydap0sifcyrgs32dnr6c8d723v4c55yvwm23dzvzwycp8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/51dc6f01e0e5ee0593bea6616894bc0163878cd0/recipes/helm-fuzzier";
- sha256 = "0qdgf0phs3iz29zj3qjhdgb3i4xvf5r2vi0709pwxx2s6r13pvcc";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-fuzzier";
- license = lib.licenses.free;
- };
- }) {};
- helm-fuzzy-find = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-fuzzy-find";
- ename = "helm-fuzzy-find";
- version = "20171105.2000";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "helm-fuzzy-find";
- rev = "de2abbf7ca13609587325bacd4a1ed4376b5c927";
- sha256 = "1dacvnkqqiax02c627z9qi61iyqgr0j3qqmjp29h0v494czvrdbs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/34f76bb377ed31aa42663858c407cc5476e6fe1f/recipes/helm-fuzzy-find";
- sha256 = "0lczlrpd5jy2vhy9jl3rjcdyiwr136spqm8k2rj8m9s8wpn0v75i";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-fuzzy-find";
- license = lib.licenses.free;
- };
- }) {};
- helm-ghc = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ghc
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ghc";
- ename = "helm-ghc";
- version = "20141105.659";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "helm-ghc";
- rev = "3947bfd6b5a05074e776f0b51f414f1a5a724888";
- sha256 = "0j8mbn33rv4jky9zh1hgw8da8wgs2760057mx8rv5x6i1qcm3bqd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-ghc";
- sha256 = "0bv0sfpya1jyay9p80lv0w6h9kdp96r8lnp6nj15w660p1b51c0d";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ghc helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ghc";
- license = lib.licenses.free;
- };
- }) {};
- helm-ghq = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ghq";
- ename = "helm-ghq";
- version = "20190526.709";
- src = fetchFromGitHub {
- owner = "masutaka";
- repo = "emacs-helm-ghq";
- rev = "d0d6aa0f407388e7012f0443df8ae657ece01779";
- sha256 = "08884pk0d6xplsn1z9slaf4b9mmam6s9dg4dcxi1na1inpi6y082";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e94eec646def7c77b15f6a6ac1841200848e62c7/recipes/helm-ghq";
- sha256 = "14f3cbsj7jhlhrp561d8pasllnx1cmi7jk6v2fja7ghzj76dnvq6";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ghq";
- license = lib.licenses.free;
- };
- }) {};
- helm-ghs = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ghs";
- ename = "helm-ghs";
- version = "20170714.2241";
- src = fetchFromGitHub {
- owner = "iory";
- repo = "emacs-helm-ghs";
- rev = "f9d4ab80e8a33b21cd635285289ec5779bbe629f";
- sha256 = "0f7wsln7z2dhqn334pjk6hrj36gvx39vg19g8ds9sj9dq9djlf27";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0f8d37030806905344a2ca56bfc469f5a238cd69/recipes/helm-ghs";
- sha256 = "0bzy2vr2h9c886cm4gd161n7laym952bzy5fhcibafhzm4abl4sh";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ghs";
- license = lib.licenses.free;
- };
- }) {};
- helm-git = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-git";
- ename = "helm-git";
- version = "20120630.1403";
- src = fetchFromGitHub {
- owner = "maio";
- repo = "helm-git";
- rev = "5b4a6eb7a97b2583236a1f919b75249957918e29";
- sha256 = "1z5q47sly41amjiq5wcvdxf8slhl8wd24crgzpbn6m3lw2jk420r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/707696fbec477027e675ff01c502e0b81096025c/recipes/helm-git";
- sha256 = "1ib73p7cmkw96csxxpkqwn6m60k1xrd46z6vyp29gj85cs4fpsb8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/helm-git";
- license = lib.licenses.free;
- };
- }) {};
- helm-git-files = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-git-files";
- ename = "helm-git-files";
- version = "20141212.517";
- src = fetchFromGitHub {
- owner = "kenbeese";
- repo = "helm-git-files";
- rev = "43193960774069369ac6964bbf7c026900206fa8";
- sha256 = "157b525h0kiaknn12fsw67fg26lzb20apx8sssmvlcicqcd51iaw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23bfa0b94f242f9da06366b4aefdf6ece72561e7/recipes/helm-git-files";
- sha256 = "02109r956nc1dmqh4v082vkr9wdixh03xhl7icwkzl7ipr5453s6";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-git-files";
- license = lib.licenses.free;
- };
- }) {};
- helm-git-grep = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-git-grep";
- ename = "helm-git-grep";
- version = "20170614.711";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "helm-git-grep";
- rev = "744cea07dba6e6a5effbdba83f1b786c78fd86d3";
- sha256 = "172m7wbgx9qnv9n1slbzpd9j24p6blddik49z6bq3zdg1vlnf3dv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/338d28c3fe201a7b2f15793be6d540f44819f4d8/recipes/helm-git-grep";
- sha256 = "1ww6a4q78w5hnwikq7y93ic2b7x070c27r946lh6p8cz1k4b8vqi";
- name = "recipe";
- };
- packageRequires = [ helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-git-grep";
- license = lib.licenses.free;
- };
- }) {};
- helm-github-stars = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-github-stars";
- ename = "helm-github-stars";
- version = "20190428.347";
- src = fetchFromGitHub {
- owner = "Sliim";
- repo = "helm-github-stars";
- rev = "c891690218b0d8b957ea6cb45b1b6cffd15a6950";
- sha256 = "0050i3apv72klqi3s0zw5sv4r4sizx4vlw07l52i39ij7bzjhkzz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2e77f4a75504ca3e1091cdc757e91fb1ae361fa7/recipes/helm-github-stars";
- sha256 = "1r4mc4v71171sq9rbbhm346s92fb7jnvvl91y2q52jqmrnzzl9zy";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-github-stars";
- license = lib.licenses.free;
- };
- }) {};
- helm-gitignore = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , gitignore-mode
- , helm
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "helm-gitignore";
- ename = "helm-gitignore";
- version = "20170210.1608";
- src = fetchFromGitHub {
- owner = "jupl";
- repo = "helm-gitignore";
- rev = "2a2e7da7855a6db0ab3bb6a6a087863d7abd4391";
- sha256 = "07770qhy56cf5l69mk6aq882sryjbfjd05kdk78v65mgmlwv806a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3146b9309e8cbe464330dcd1f5b8a9fd8788ad6f/recipes/helm-gitignore";
- sha256 = "01l7mx8g1m5qnwz973hzrgds4gywm56jgl4hcdxqvpi1n56md3x6";
- name = "recipe";
- };
- packageRequires = [ cl-lib gitignore-mode helm request ];
- meta = {
- homepage = "https://melpa.org/#/helm-gitignore";
- license = lib.licenses.free;
- };
- }) {};
- helm-gitlab = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , gitlab
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-gitlab";
- ename = "helm-gitlab";
- version = "20180312.947";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "emacs-gitlab";
- rev = "68318aca3206d50701039c9aae39734ca29a49f9";
- sha256 = "0arsjdn0anp7pacwxd3cw4db8a7pgzjlnwav1l3maaz1176h4lpb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d012991188956f6e06c37d504b0d06ab31487b9/recipes/helm-gitlab";
- sha256 = "010ihx3yddhb8j3jqcssc49qnf3i7xlz0s380mpgrdxgz6yahsmd";
- name = "recipe";
- };
- packageRequires = [ dash gitlab helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-gitlab";
- license = lib.licenses.free;
- };
- }) {};
- helm-go-package = callPackage ({ deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-go-package";
- ename = "helm-go-package";
- version = "20161102.1853";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "helm-go-package";
- rev = "bf741f4a455fcb129c1a9dcec710a52621f9719d";
- sha256 = "0g7i8lnjav9730zsz12181v9xi9rcvdyhs9vzch01dksixq10hvi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/449d272b94c189176305ca17652d76adac087ce5/recipes/helm-go-package";
- sha256 = "102yhn1xg83l67yaq3brn35a03fkvqqhad10rq0h39n4i1slq3z6";
- name = "recipe";
- };
- packageRequires = [ deferred emacs go-mode helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-go-package";
- license = lib.licenses.free;
- };
- }) {};
- helm-google = callPackage ({ fetchgit
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-google";
- ename = "helm-google";
- version = "20180605.2220";
- src = fetchgit {
- url = "https://framagit.org/steckerhalter/helm-google.git";
- rev = "48e91a73d5f48c39d7a219022a24440cff548e1a";
- sha256 = "05xj6bkr330glh56n8c63297zqh1cmlhxlyxpr04srjraifyzba1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0a8eb0eefe88b4ea683a4743c0f8393506e014b/recipes/helm-google";
- sha256 = "0hv7wfrahjn8j4914dp2p4fl2cj85pmxnyxf5cnmv6p97yis0ham";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-google";
- license = lib.licenses.free;
- };
- }) {};
- helm-grepint = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-grepint";
- ename = "helm-grepint";
- version = "20161001.713";
- src = fetchFromGitHub {
- owner = "kopoli";
- repo = "helm-grepint";
- rev = "a62ca27515ff6a366b89b420500eb16d380cc653";
- sha256 = "1v87v6a34zv998z1dwwcqx49476pvy9g5zml7w5vzfkms0l8l28w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/26446d6a2215bfa622d86837b30f2754dd25eb4c/recipes/helm-grepint";
- sha256 = "00wr3wk41sbpamxbjkqlby49g8y5z9n79p51sg7ginban4qy91gf";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-grepint";
- license = lib.licenses.free;
- };
- }) {};
- helm-growthforecast = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-growthforecast";
- ename = "helm-growthforecast";
- version = "20140119.1944";
- src = fetchFromGitHub {
- owner = "daichirata";
- repo = "helm-growthforecast";
- rev = "0f94ac090d6c354058ad89a86e5c18385c136d9b";
- sha256 = "0p0mk44y2z875ra8mzcb6vlf4rbkiq9yank5hdxvg2x2sxsaambk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d92e66cad586d4dc6b1de12d1b41b818b5232c2/recipes/helm-growthforecast";
- sha256 = "1qlyp263rl0892hr53kgc16jlx3jylw2pplbzlx05a60k5348jjv";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-growthforecast";
- license = lib.licenses.free;
- };
- }) {};
- helm-gtags = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-gtags";
- ename = "helm-gtags";
- version = "20170115.2129";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-gtags";
- rev = "108e93d0d099ebb7b98847388f368311cf177033";
- sha256 = "0hfshcnzrrvf08yw4xz5c93g9pw6bvjp2bmv0s6acrsjqgwhx158";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/helm-gtags";
- sha256 = "1kbpfqhhbxmp3f70h91x2fws9mhx87zx4nzjjl29lpl93vf8xckl";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-gtags";
- license = lib.licenses.free;
- };
- }) {};
- helm-hatena-bookmark = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-hatena-bookmark";
- ename = "helm-hatena-bookmark";
- version = "20190526.712";
- src = fetchFromGitHub {
- owner = "masutaka";
- repo = "emacs-helm-hatena-bookmark";
- rev = "70b08add4f42ad430441399d266f47773f18835a";
- sha256 = "007ghf8ac104ifm4idc60zy2rn310kncbcv0qg4wr9djl65n2m95";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e9335ad16d4151dd4970c4a3ad1fee9a84404fa/recipes/helm-hatena-bookmark";
- sha256 = "14091zrp4vj7752rb5s3pkyvrrsdl7iaj3q9ys8rjmbsjwcv30id";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-hatena-bookmark";
- license = lib.licenses.free;
- };
- }) {};
- helm-hayoo = callPackage ({ fetchFromGitHub
- , fetchurl
- , haskell-mode
- , helm
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-hayoo";
- ename = "helm-hayoo";
- version = "20151013.2351";
- src = fetchFromGitHub {
- owner = "markus1189";
- repo = "helm-hayoo";
- rev = "dd4c0c8c87521026edf1b808c4de01fa19b7c693";
- sha256 = "08pfzs030d8g5s7vkpgicz4srp5cr3xpd84lhrr24ncrhbszxar9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-hayoo";
- sha256 = "06nbilb6vfa8959ss5d06zbcwqxlbyi3cb5jnbdag0jnpxvv1hqb";
- name = "recipe";
- };
- packageRequires = [ haskell-mode helm json ];
- meta = {
- homepage = "https://melpa.org/#/helm-hayoo";
- license = lib.licenses.free;
- };
- }) {};
- helm-helm-commands = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-helm-commands";
- ename = "helm-helm-commands";
- version = "20130902.1048";
- src = fetchFromGitHub {
- owner = "vapniks";
- repo = "helm-helm-commands";
- rev = "1c37bb0d4cda6877162603cd1ddc9f596a7a5cb9";
- sha256 = "0c31qr8lk58w86n5iisx0vpd19y44vmqg7xnpjh6mnz102xif7rn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8bd33d5d5c8653df5373984d01c3ec87b30c51b/recipes/helm-helm-commands";
- sha256 = "0dq9p37i5rrp2nb1vhqzzqfmdg11va2xr3yz8hdxpwykm1ldqdcf";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-helm-commands";
- license = lib.licenses.free;
- };
- }) {};
- helm-hoogle = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-hoogle";
- ename = "helm-hoogle";
- version = "20161026.2234";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "helm-hoogle";
- rev = "73969a9d46d2121a849a01a9f7ed3636d01f7bbc";
- sha256 = "043bddm6lldl6wkifr1plqip7laai771z1a1l0x2h35l3g8c64h0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ccc21c2acc76a6794aee94902b1bc4c14119901/recipes/helm-hoogle";
- sha256 = "0vhk4vwqfirdm5d0pppplfpqyc2sfj6jybhzp9n1w8xgrh2d1c0x";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-hoogle";
- license = lib.licenses.free;
- };
- }) {};
- helm-hunks = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-hunks";
- ename = "helm-hunks";
- version = "20171217.1133";
- src = fetchFromGitHub {
- owner = "torgeir";
- repo = "helm-hunks.el";
- rev = "6392bf716f618eac23ce81140aceb0dfacb9c6d0";
- sha256 = "1ih2pgyhshv8nl7hhchd4h0pbjgj45irp5dy1fq2gy05v4rn7wi4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d61cbe53ad42f2405a66de9f551f5b870a60709f/recipes/helm-hunks";
- sha256 = "1fhb9sf7fpz3f3ylc906w5xa4zzfr0gix6m7zc4c8qmz33zbhbp5";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-hunks";
- license = lib.licenses.free;
- };
- }) {};
- helm-idris = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , idris-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-idris";
- ename = "helm-idris";
- version = "20141202.957";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "helm-idris";
- rev = "a2f45d6817974f318b55ad9b7fd19d5df132d47e";
- sha256 = "0128nrhwyzslzl0l7wcjxn3dlx3h1sjmwnbbnp2fj4bjk7chc59q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-idris";
- sha256 = "04f1963ksbjdza1syajb5vkwwsc9gzk0az6c1m1zgvsianrq4rd9";
- name = "recipe";
- };
- packageRequires = [ helm idris-mode ];
- meta = {
- homepage = "https://melpa.org/#/helm-idris";
- license = lib.licenses.free;
- };
- }) {};
- helm-img = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-img";
- ename = "helm-img";
- version = "20151224.1521";
- src = fetchFromGitHub {
- owner = "l3msh0";
- repo = "helm-img";
- rev = "aa3f8a5dce8d0413bf07584f07153a39015c2bfc";
- sha256 = "0py4xs27z2jvg99i6qaf2ccz0mvk6bb9cvdyz8v8ngmnj3rw2vla";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e0ea97a55f8f4183d375424c94705f372189d6ed/recipes/helm-img";
- sha256 = "0sq9l1wgm97ppfc45w3bdcv0qq5m85ygnanv1bdcp8bxbdl4vg0q";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-img";
- license = lib.licenses.free;
- };
- }) {};
- helm-img-tiqav = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-img
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-img-tiqav";
- ename = "helm-img-tiqav";
- version = "20151224.1522";
- src = fetchFromGitHub {
- owner = "l3msh0";
- repo = "helm-img-tiqav";
- rev = "33a7e9508bc8f37d53320b56c92b53d321a57bb0";
- sha256 = "04vdin0n3514c8bycdjrwk3l6pkarrwanlklnm75315b91nkkbcp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f6a948f91dc58ce565e54967ab75fe572f37f616/recipes/helm-img-tiqav";
- sha256 = "1m083hiih2rpyy8i439745mj4ldqy85fpnvms8qnv3042b8x35y0";
- name = "recipe";
- };
- packageRequires = [ helm-img ];
- meta = {
- homepage = "https://melpa.org/#/helm-img-tiqav";
- license = lib.licenses.free;
- };
- }) {};
- helm-ispell = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ispell";
- ename = "helm-ispell";
- version = "20151231.53";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-ispell";
- rev = "cb735695ab3a0e66c123c2f3f3e8911fb1c2d5fc";
- sha256 = "04ddjdia09y14gq4h6m8g6aiwkqvdxp66yjx3j5dh2xrkyxhlxpz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/edc42b26027dcd7daf0d6f2bd19ca4736fc12d6d/recipes/helm-ispell";
- sha256 = "0qyj6whgb2p0v231wn6pvx4awvl1wxppppqqbx5255j8r1f3l1b0";
- name = "recipe";
- };
- packageRequires = [ helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-ispell";
- license = lib.licenses.free;
- };
- }) {};
- helm-itunes = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-itunes";
- ename = "helm-itunes";
- version = "20151012.2348";
- src = fetchFromGitHub {
- owner = "anschwa";
- repo = "helm-itunes";
- rev = "966de755a5aadbe02311a6cef77bd4790e84c263";
- sha256 = "1czgf5br89x192g3lh3x2n998f79hi1n2f309ll264qnl35kv14w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/helm-itunes";
- sha256 = "0zi4wyraqkjwp954pkng8b23giv1q9618apd9v3dczsvlmaar9hf";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-itunes";
- license = lib.licenses.free;
- };
- }) {};
- helm-j-cheatsheet = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-j-cheatsheet";
- ename = "helm-j-cheatsheet";
- version = "20170217.29";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "helm-j-cheatsheet";
- rev = "6c47e7162b9ba2de4b41221d01180146973d860b";
- sha256 = "0ayv6aqmwjy95gc9cpyx0s71486rvlmn04iwgfn43mr192c38y9p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/681b43eb224942155b97181bbb78bcd295347d04/recipes/helm-j-cheatsheet";
- sha256 = "0lppzk60vl3ps9fqnrh020awiy5w46gwlb6d91pr889x24ryphmm";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-j-cheatsheet";
- license = lib.licenses.free;
- };
- }) {};
- helm-jira = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-jira";
- ename = "helm-jira";
- version = "20180802.115";
- src = fetchFromGitHub {
- owner = "DeX3";
- repo = "helm-jira";
- rev = "75d6ed5bd7a041fa8c1adb21cbbbe57b5a7c7cc7";
- sha256 = "08cczc4jnkdgvzs0s3wq2dqmhnsvyhpl65dydmi7pmayl7zg6jir";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b91a22c2117403e278a8116ea1180bed736ae1e3/recipes/helm-jira";
- sha256 = "1fb2hk97zlr30gzln8b5x7xc3v119ki8kbiyh7shxnaqx7dy1ihs";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-jira";
- license = lib.licenses.free;
- };
- }) {};
- helm-js-codemod = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , js-codemod
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-js-codemod";
- ename = "helm-js-codemod";
- version = "20171106.244";
- src = fetchFromGitHub {
- owner = "torgeir";
- repo = "helm-js-codemod.el";
- rev = "18503d94e64418e8ea5c5854f197ae9f3009cdbf";
- sha256 = "0d5fsvfa017gda0jryjdvva1q04nry6grc1433gvgrqqp6vxayxc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd005bfb170df2f0c992043130a5e9588dcf4d77/recipes/helm-js-codemod";
- sha256 = "1m07xh97fjyah8di363yalg9f5g5rfr3k5mbjql3n67lfwgxrz94";
- name = "recipe";
- };
- packageRequires = [ emacs helm-core js-codemod ];
- meta = {
- homepage = "https://melpa.org/#/helm-js-codemod";
- license = lib.licenses.free;
- };
- }) {};
- helm-jstack = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-jstack";
- ename = "helm-jstack";
- version = "20150602.2122";
- src = fetchFromGitHub {
- owner = "raghavgautam";
- repo = "helm-jstack";
- rev = "aab0fd9f14794ae3a6e7cfbe7f6a81842ce4c23b";
- sha256 = "133fgmhh5phxssagriw1jsi48va4kyphwbcrha7pfnkmrmr1dgqb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a92ffbc4de86248729773dd8729e6487bf56fbb0/recipes/helm-jstack";
- sha256 = "0giix1rv2jrmdxyg990w90ivl8bvgbbvah6nkpj7gb6vbnm15ldz";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-jstack";
- license = lib.licenses.free;
- };
- }) {};
- helm-kythe = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-kythe";
- ename = "helm-kythe";
- version = "20170709.26";
- src = fetchFromGitHub {
- owner = "MaskRay";
- repo = "emacs-helm-kythe";
- rev = "eabbef4948f8ec7c7b2fac498e9145dfdb10ca82";
- sha256 = "1ws7vl0pvznmxb7yj77kfv4l52xkzblhsl68lfkf9cdxcj9g6177";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd1a6d0b08ad750a0e44ebdf76109d29ab226bd3/recipes/helm-kythe";
- sha256 = "1yybpic3jzp3yy8xlfdn2jj12h087vn0lj3mqx6xxj2nxd9q4949";
- name = "recipe";
- };
- packageRequires = [ dash emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-kythe";
- license = lib.licenses.free;
- };
- }) {};
- helm-lastpass = callPackage ({ csv
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-lastpass";
- ename = "helm-lastpass";
- version = "20180722.106";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "helm-lastpass";
- rev = "82e1ffb6ae77d9d9e29c398eb013cd20ce963f77";
- sha256 = "0pri9zsjg0zii7dpsr56dy5204q0mld5wi22iay3kqpiyxghhssv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a39f1b0a5b22e91eb9e298949def6c29e7bc5755/recipes/helm-lastpass";
- sha256 = "0zgq3szds5l3ah39wiacqcc1j0dlbhwm0cjx64j28jx93300kx57";
- name = "recipe";
- };
- packageRequires = [ csv emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-lastpass";
- license = lib.licenses.free;
- };
- }) {};
- helm-lean = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lean-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-lean";
- ename = "helm-lean";
- version = "20171102.754";
- src = fetchFromGitHub {
- owner = "leanprover";
- repo = "lean-mode";
- rev = "c0af876c967fc969d67c467bc6767210d19c5d87";
- sha256 = "04qzck156wb2bvrb8adbn7rx2v0bsjcirlbx4ajajjsqy858ayn9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42f4d6438c8aeb94ebc1782f2f5e2abd17f0ffde/recipes/helm-lean";
- sha256 = "0j5ax14lhlyd9mpqk1jwh7nfp090kj71r045v2qjfaw2fa23b7si";
- name = "recipe";
- };
- packageRequires = [ dash emacs helm lean-mode ];
- meta = {
- homepage = "https://melpa.org/#/helm-lean";
- license = lib.licenses.free;
- };
- }) {};
- helm-lib-babel = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-lib-babel";
- ename = "helm-lib-babel";
- version = "20180510.624";
- src = fetchFromGitHub {
- owner = "dfeich";
- repo = "helm-lib-babel";
- rev = "41bc0cdea8a604c6c8dc83ed5066644d33688fad";
- sha256 = "1jrpaip5v9kzk0rf8wivsq8irdfd39svxd7p3v80cwgrrl7546xj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d6718da5d8849a8c3ec17188b89a1273cf963047/recipes/helm-lib-babel";
- sha256 = "0ddj6xrhz4n0npplkjmblqb43jnd6fmr4i4vv1cigrgb7zj6bjx4";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-lib-babel";
- license = lib.licenses.free;
- };
- }) {};
- helm-lines = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-lines";
- ename = "helm-lines";
- version = "20180601.1333";
- src = fetchFromGitHub {
- owner = "torgeir";
- repo = "helm-lines.el";
- rev = "3bfe15a60c6405682085ab289de3eb364624c4e9";
- sha256 = "1fi0khqx35v48s14jr59jp06bpnhx9dy2rdasj2wn1a34jwgd49i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b0aee0be5f388a6d778cb22ce5ad930d21c6f521/recipes/helm-lines";
- sha256 = "110y0vdmab4zr3ab6cpf93b6iidxhanq4rh1cfrzqjf7a7xik78h";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-lines";
- license = lib.licenses.free;
- };
- }) {};
- helm-lobsters = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-lobsters";
- ename = "helm-lobsters";
- version = "20150213.746";
- src = fetchFromGitHub {
- owner = "julienXX";
- repo = "helm-lobste.rs";
- rev = "4121b232aeded2f82ad2c8a85c7dda17ef9d97bb";
- sha256 = "0nkmc17ggyfi7iz959mvzh6q7116j44zqwi7ydm9i8z49xfpzafy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6247e3786131e5b2a7824804e49927ed65d266d5/recipes/helm-lobsters";
- sha256 = "0dkb78n373kywxj8zba2s5a2g85vx19rdswv9i78xjwv1lqh8cpp";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-lobsters";
- license = lib.licenses.free;
- };
- }) {};
- helm-ls-git = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ls-git";
- ename = "helm-ls-git";
- version = "20190104.2322";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-ls-git";
- rev = "0702bc1950f26358c1a024bdbb2d0b1d7dcd2e51";
- sha256 = "0ndgnnsknan2f5jy1aiwcll1kxqyzcjc9kh6vkyd8d4dw7rskldg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b487b4c0db9092bb7e32aad9265b79a9d18c8478/recipes/helm-ls-git";
- sha256 = "08rsy9479nk03kinjfkxddrq6wi4sx2a0wrz37cl2q517qi7sibj";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ls-git";
- license = lib.licenses.free;
- };
- }) {};
- helm-ls-hg = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ls-hg";
- ename = "helm-ls-hg";
- version = "20150908.2243";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-ls-hg";
- rev = "61b91a22fcfb62d0fc56e361ec01ce96973c7165";
- sha256 = "1msrsqiwk7bg5gry5cia8a6c7ifymfyn738hk8g2qwzzw4vkxxcs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/03a22c9ec281330c4603aec6feb04cf580dee340/recipes/helm-ls-hg";
- sha256 = "0ca0xn7n8bagxb504xgkcv04rpm1vxhx2m77biqrx5886pwl25bh";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ls-hg";
- license = lib.licenses.free;
- };
- }) {};
- helm-ls-svn = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ls-svn";
- ename = "helm-ls-svn";
- version = "20190316.1503";
- src = fetchFromGitHub {
- owner = "emacsmirror";
- repo = "helm-ls-svn";
- rev = "a6043e1187282f649e2cb9f0e722a42daf41294b";
- sha256 = "0jh3q2nx3hn6v1qvip5sbfsvf9zy74ppn1rl037d0hlssh6qir9j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be27e728327016b819535ef8cae10020e5a07c2e/recipes/helm-ls-svn";
- sha256 = "10rbplwagmwp8lvhandzlinnzl1vcsvdlnjk9jpj3nw42x9wahx4";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ls-svn";
- license = lib.licenses.free;
- };
- }) {};
- helm-lsp = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , lsp-mode
- , melpaBuild }:
- melpaBuild {
- pname = "helm-lsp";
- ename = "helm-lsp";
- version = "20190422.2248";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "helm-lsp";
- rev = "3a58ca4cfd94b9ab1e15e819d3b16ef568e8889b";
- sha256 = "0wh5zai3s17ss2q8wcdd6d87hv1h3nbyrxxs4js9cas8m6y2ssjv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67942b34975015dd6f2b5f6b43829cc13b1832c6/recipes/helm-lsp";
- sha256 = "0hzwz243n45xcm3rnzmd6z8zrqy9660fy0l8mb940960cjzsxf3m";
- name = "recipe";
- };
- packageRequires = [ dash emacs helm lsp-mode ];
- meta = {
- homepage = "https://melpa.org/#/helm-lsp";
- license = lib.licenses.free;
- };
- }) {};
- helm-lxc = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , lxc-tramp
- , melpaBuild }:
- melpaBuild {
- pname = "helm-lxc";
- ename = "helm-lxc";
- version = "20190116.1250";
- src = fetchFromGitHub {
- owner = "montag451";
- repo = "helm-lxc";
- rev = "6f11ea39c48816215fbd2df6c4bdaa90241aeac7";
- sha256 = "19f2jbjid1kfnqyqz9jnzy3blp5is23r14ss9iaky4wwb4gs0847";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a7717154a657bb7c27b25579ea2c1b31b5c0b5f/recipes/helm-lxc";
- sha256 = "0mhxbs99isbvls34g0415iy3fry7kanala6624gp5l5isbmn95rm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm lxc-tramp ];
- meta = {
- homepage = "https://melpa.org/#/helm-lxc";
- license = lib.licenses.free;
- };
- }) {};
- helm-make = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-make";
- ename = "helm-make";
- version = "20190518.1246";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "helm-make";
- rev = "8eabcaf29102f5ab07543f627af5d75178c86d10";
- sha256 = "0akyr99fkp3j2yipxik9fdsycd35jd6xb7q716k6ngwaa5gf2qka";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0f25f066c60d4caff1fbf885bc944cac47515ec8/recipes/helm-make";
- sha256 = "1r6jjy1rlsii6p6pinbz7h6gcw4vmcycd3vj338bfbnqp5rrf2mc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/helm-make";
- license = lib.licenses.free;
- };
- }) {};
- helm-migemo = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild
- , migemo }:
- melpaBuild {
- pname = "helm-migemo";
- ename = "helm-migemo";
- version = "20151009.2056";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "helm-migemo";
- rev = "66c6a19d07c6a385daefd2090d0709d26b608b4e";
- sha256 = "0gzlprf5js4y3vzkf7si2xc7ai5j97b5cqrs002hyjj5ij4f2vix";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce6eb840368f8cbee66dc061478d5096b9dacb68/recipes/helm-migemo";
- sha256 = "1cjvb1lm1fsg5ky63fvrphwl5a7r7xf6qzb4mvl06ikj8hv2h33x";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm-core migemo ];
- meta = {
- homepage = "https://melpa.org/#/helm-migemo";
- license = lib.licenses.free;
- };
- }) {};
- helm-mode-manager = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-mode-manager";
- ename = "helm-mode-manager";
- version = "20151124.138";
- src = fetchFromGitHub {
- owner = "istib";
- repo = "helm-mode-manager";
- rev = "5d9c3ca4f8205d07ff4e03c4c3e88f596751c1fc";
- sha256 = "1lbxb4vnnv6s46m90qihkj99qdbdylwncwaijjfd7i2kap2ayawh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-mode-manager";
- sha256 = "04yhqbb9cliv1922b0abpc1wrladvhyfmwn8ifqfkzaks4067rhl";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-mode-manager";
- license = lib.licenses.free;
- };
- }) {};
- helm-mt = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , multi-term }:
- melpaBuild {
- pname = "helm-mt";
- ename = "helm-mt";
- version = "20160917.2152";
- src = fetchFromGitHub {
- owner = "dfdeshom";
- repo = "helm-mt";
- rev = "d2bff4100118483bc398c56d0ff095294209265b";
- sha256 = "1wci63y0vjvrvrylkhhrz8p9q0ml6la5cpj4rx5cwin9rkmislm6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e726bf0b9b3f371b21f1f0d75175e0dda62f6fb0/recipes/helm-mt";
- sha256 = "04hx8cg8wmm2w8g942nc9mvm12ammmjnx4k61ljrq76smd8s3x2a";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm multi-term ];
- meta = {
- homepage = "https://melpa.org/#/helm-mt";
- license = lib.licenses.free;
- };
- }) {};
- helm-mu = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-mu";
- ename = "helm-mu";
- version = "20190410.1018";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-mu";
- rev = "7793d96694505380c470cb7b31b4bd8a2781e529";
- sha256 = "01410wi46ljpy1040wk9dp2k21nyhc3k6kwxpy35874bqhqn5r3i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63ee2e2aa622c96993c1b705d0fd223d6b36fd0f/recipes/helm-mu";
- sha256 = "0pydp6scj5icaqfp3dp5h0q1y2i7z9mfyw1ll6iphsz9qh3x2bj2";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-mu";
- license = lib.licenses.free;
- };
- }) {};
- helm-navi = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , navi-mode
- , s }:
- melpaBuild {
- pname = "helm-navi";
- ename = "helm-navi";
- version = "20181225.1629";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-navi";
- rev = "3b9abcc39ce7c657bc2dcc054b850dc2a7cf0448";
- sha256 = "1kxv8qx7s51fnzrslwqrgayqvyq30ycnb84p5qy7jf0rf69hxxjh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e5ffbc25c0eb30b9c96594d50f47cd0383aa8ebc/recipes/helm-navi";
- sha256 = "0v3amm15pwja2y7zg92hsfhp3scmswwl0q0slg33g11rvj26iiks";
- name = "recipe";
- };
- packageRequires = [ emacs helm navi-mode s ];
- meta = {
- homepage = "https://melpa.org/#/helm-navi";
- license = lib.licenses.free;
- };
- }) {};
- helm-nixos-options = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , nixos-options }:
- melpaBuild {
- pname = "helm-nixos-options";
- ename = "helm-nixos-options";
- version = "20151013.1609";
- src = fetchFromGitHub {
- owner = "travisbhartwell";
- repo = "nix-emacs";
- rev = "f7709bb007ebafb4d6b32778c7764e2c44e0420d";
- sha256 = "1q7z9rdd00c562qbr51xy3qrqfj7wm4ycysx5fiasjisqa9vphkv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6846c7d86e70a9dd8300b89b61435aa7e146be96/recipes/helm-nixos-options";
- sha256 = "1nsi4hfw53iwn29fp33dkri1c6w8kdyn4sa0yn2fi6144ilmq933";
- name = "recipe";
- };
- packageRequires = [ helm nixos-options ];
- meta = {
- homepage = "https://melpa.org/#/helm-nixos-options";
- license = lib.licenses.free;
- };
- }) {};
- helm-notmuch = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , notmuch }:
- melpaBuild {
- pname = "helm-notmuch";
- ename = "helm-notmuch";
- version = "20190320.348";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "helm-notmuch";
- rev = "97a01497e079a7b6505987e9feba6b603bbec288";
- sha256 = "1k038dbdpaa411gl4071x19fklhnizhr346plxw23lsnxir9dhqc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98667b3aa43d3e0f6174eeef82acaf71d7019aac/recipes/helm-notmuch";
- sha256 = "1ixdc1ba4ygxl0lpg6ijk06dgj2hfv5p5k6ivq60ss0axyisnnv0";
- name = "recipe";
- };
- packageRequires = [ helm notmuch ];
- meta = {
- homepage = "https://melpa.org/#/helm-notmuch";
- license = lib.licenses.free;
- };
- }) {};
- helm-open-github = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , gh
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-open-github";
- ename = "helm-open-github";
- version = "20170219.1759";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-open-github";
- rev = "2f03d97552a1233db7694116d5f80ecde7612756";
- sha256 = "1nzi2m23mqvxkpa7wsd2j0rwvlv5pj0mcaz2ypgfd023k2vh9is1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/helm-open-github";
- sha256 = "1wqlwg21s9pjgcrwr8kdrppinmjn235nadkp4003g0md1d64zxpx";
- name = "recipe";
- };
- packageRequires = [ emacs gh helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-open-github";
- license = lib.licenses.free;
- };
- }) {};
- helm-org-rifle = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-org-rifle";
- ename = "helm-org-rifle";
- version = "20181216.329";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "helm-org-rifle";
- rev = "23f4ae05f5a9d1894f4afdb9ef774c342eb7e787";
- sha256 = "040jmacydgp56gd48ddfn1yk8bsdaawhdkpb0nr898q0bkk5arzj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f39cc94dde5aaf0d6cfea5c98dd52cdb0bcb1615/recipes/helm-org-rifle";
- sha256 = "0hx764vql2qgw9i8qrr3kkn23lw6jx3x604dm1y33ig6a15gy3a3";
- name = "recipe";
- };
- packageRequires = [ dash emacs f helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-org-rifle";
- license = lib.licenses.free;
- };
- }) {};
- helm-orgcard = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-orgcard";
- ename = "helm-orgcard";
- version = "20151001.824";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "helm-orgcard";
- rev = "9655ac340d1ccc5f3d1c0f7c49be8dd3556d4d0d";
- sha256 = "1zyjxrrda7nxxjqczv2p3sfimxy2pq734kf51j6v2y0biclc4bk3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce6eb840368f8cbee66dc061478d5096b9dacb68/recipes/helm-orgcard";
- sha256 = "1a56y8fny7qxxidc357n7l3yi7h66hidhvwhkam8y5wk6k61460p";
- name = "recipe";
- };
- packageRequires = [ helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-orgcard";
- license = lib.licenses.free;
- };
- }) {};
- helm-pages = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-pages";
- ename = "helm-pages";
- version = "20161120.1826";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "helm-pages";
- rev = "51dcb9374d1df9feaae85e60cfb39b970554ecba";
- sha256 = "0znmj13nshzspysnzrn2x6k9fym21n9ywkpjibljy0s05m36nbs5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a33cb19b6e71240896bbe5da07ab25f2ee11f0b/recipes/helm-pages";
- sha256 = "1v3w8100invb5wsmm3dyl41pjs7s889s3b1rlr6vlcspa1ncv3wj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-pages";
- license = lib.licenses.free;
- };
- }) {};
- helm-pass = callPackage ({ auth-source-pass
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , password-store }:
- melpaBuild {
- pname = "helm-pass";
- ename = "helm-pass";
- version = "20190315.635";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-pass";
- rev = "ed5798f2d83937575e8f23fde33323bca9e85131";
- sha256 = "0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a34e0ab66491540dd0c5b62c7f60684056b16d5/recipes/helm-pass";
- sha256 = "153cj58x2xcmjs2n4fl1jsv8zir4z9jwg1w00ghv70k5j3rwsjkp";
- name = "recipe";
- };
- packageRequires = [ auth-source-pass emacs helm password-store ];
- meta = {
- homepage = "https://melpa.org/#/helm-pass";
- license = lib.licenses.free;
- };
- }) {};
- helm-perldoc = callPackage ({ deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-perldoc";
- ename = "helm-perldoc";
- version = "20160917.2256";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-perldoc";
- rev = "1979f9f67814c11ec9498502237c89a5e1153100";
- sha256 = "0fvjw8sqnwnjx978y7fghvgp5dznx31hx0pjp4iih01xa1hcwbnc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/helm-perldoc";
- sha256 = "1qx0g81qcqanjiz5fxysagjhsxaj31g6nsi2hhdgq4x4nqrlmrhb";
- name = "recipe";
- };
- packageRequires = [ deferred emacs helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-perldoc";
- license = lib.licenses.free;
- };
- }) {};
- helm-perspeen = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , perspeen }:
- melpaBuild {
- pname = "helm-perspeen";
- ename = "helm-perspeen";
- version = "20170228.545";
- src = fetchFromGitHub {
- owner = "jimo1001";
- repo = "helm-perspeen";
- rev = "7fe2922d85608bfa9e18269fc44181428b8849ff";
- sha256 = "1m89c95vzmhsvrg5g7ixz5a5ckw2n983x58cwh8rkmaklavacgsy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1ee26a57aacbd571da0cfaca2c31eec6ea86a543/recipes/helm-perspeen";
- sha256 = "07cnsfhph807fqyai3by2c5ml9a40gxkq280f27disf8sc45rg1y";
- name = "recipe";
- };
- packageRequires = [ helm perspeen ];
- meta = {
- homepage = "https://melpa.org/#/helm-perspeen";
- license = lib.licenses.free;
- };
- }) {};
- helm-phpunit = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , phpunit }:
- melpaBuild {
- pname = "helm-phpunit";
- ename = "helm-phpunit";
- version = "20160513.153";
- src = fetchFromGitHub {
- owner = "eric-hansen";
- repo = "helm-phpunit";
- rev = "739f26204ad2ba76c25f45e8eab1e5216f7c3518";
- sha256 = "0wirqnzprfxbppdawfx6ah5rdawgyvl8b4zn2r3zm9mnj9jci4dw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96470d7190199bfb13dd54e7e8f5ea50cf0a5039/recipes/helm-phpunit";
- sha256 = "0anbrzlpmashcklifyvnnf2rwv5fk4x0kbls2dp2db1bliw3rdh6";
- name = "recipe";
- };
- packageRequires = [ helm phpunit ];
- meta = {
- homepage = "https://melpa.org/#/helm-phpunit";
- license = lib.licenses.free;
- };
- }) {};
- helm-posframe = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , posframe }:
- melpaBuild {
- pname = "helm-posframe";
- ename = "helm-posframe";
- version = "20180610.1048";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "helm-posframe";
- rev = "d28f96ea92ee9393658901bb552723db10f40dc3";
- sha256 = "1ycf5m06n32axqpm2vkvszff6gxdps1y8gm46682nf8mk2i3xa6f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a99c37bc50c371aae8ccc27de8120d4773981cf7/recipes/helm-posframe";
- sha256 = "16mhi17kl3cgwk7ymzg8crakwrwrzsg5p9ijgrdawa7px2z9ym78";
- name = "recipe";
- };
- packageRequires = [ emacs helm posframe ];
- meta = {
- homepage = "https://melpa.org/#/helm-posframe";
- license = lib.licenses.free;
- };
- }) {};
- helm-proc = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-proc";
- ename = "helm-proc";
- version = "20161005.2005";
- src = fetchFromGitHub {
- owner = "markus1189";
- repo = "helm-proc";
- rev = "576d31c2d74ba3897d56e2acd2b0993f52c2547c";
- sha256 = "11xahzybwh02ds19y6h5hbpqdj278kcb4239vyykdl3wx8p048a7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-proc";
- sha256 = "11mh8ny8mhdmp16s21vy9yyql56zxcgmj2aapqs5jy4yad5q62rz";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-proc";
- license = lib.licenses.free;
- };
- }) {};
- helm-project-persist = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , project-persist }:
- melpaBuild {
- pname = "helm-project-persist";
- ename = "helm-project-persist";
- version = "20151210.743";
- src = fetchFromGitHub {
- owner = "Sliim";
- repo = "helm-project-persist";
- rev = "357950fbac18090985a750e40d5d8b10ee9dcd53";
- sha256 = "0j54c1kzsjgr05qx25rg3ylawvyw6n6liypiwaas47vpyfswbxhv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98780edaf8b1d97aec9e25d07d93289c90fd5069/recipes/helm-project-persist";
- sha256 = "1n87kn1n3453mpdj6amyrgivslskmnzdafpspvkz7b0smf9mv2ld";
- name = "recipe";
- };
- packageRequires = [ helm project-persist ];
- meta = {
- homepage = "https://melpa.org/#/helm-project-persist";
- license = lib.licenses.free;
- };
- }) {};
- helm-projectile = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "helm-projectile";
- ename = "helm-projectile";
- version = "20190408.808";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "helm-projectile";
- rev = "38d72b6b661234088bae9f3c2b3c18228a3c0564";
- sha256 = "1n6x0is8nlf9ikgabz7889q5g7rikqs5292lvb1kvkb2rvbaa65g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bc4e3a5af7ba86d277c73a1966a91c87d3d855a/recipes/helm-projectile";
- sha256 = "18y7phrvbpdi3cnghwyhh0v1bwm95nwq1lymzf8lrcbmrwcvh36a";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm projectile ];
- meta = {
- homepage = "https://melpa.org/#/helm-projectile";
- license = lib.licenses.free;
- };
- }) {};
- helm-prosjekt = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , prosjekt }:
- melpaBuild {
- pname = "helm-prosjekt";
- ename = "helm-prosjekt";
- version = "20140128.2317";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "prosjekt";
- rev = "f94f970c2d375e0973b66ba99b29c7aa42fd550f";
- sha256 = "1kfifsqxybvrff6mwifjp0igbad11winsks05l8k661blsh7m5ir";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d359ec827573dd8c871c4f23df5d1737f1830e7/recipes/helm-prosjekt";
- sha256 = "019rya3bf13cnval8iz680wby3sqlmqg4nbn0a13l1pkhlnv9fvm";
- name = "recipe";
- };
- packageRequires = [ helm prosjekt ];
- meta = {
- homepage = "https://melpa.org/#/helm-prosjekt";
- license = lib.licenses.free;
- };
- }) {};
- helm-pt = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-pt";
- ename = "helm-pt";
- version = "20160214.1542";
- src = fetchFromGitHub {
- owner = "ralesi";
- repo = "helm-pt";
- rev = "8acc52911dad1ed0c3975f134a468762afe0b76b";
- sha256 = "03ys40rr0pvgp35j5scw9c28j184f1c9m58a3x0c8f0lgyfpssjk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/helm-pt";
- sha256 = "1pvipzjw9h668jkbwwkmphvp806fs9q4mb2v2bjxpb0f3kn2qk3n";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-pt";
- license = lib.licenses.free;
- };
- }) {};
- helm-purpose = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , window-purpose }:
- melpaBuild {
- pname = "helm-purpose";
- ename = "helm-purpose";
- version = "20170114.836";
- src = fetchFromGitHub {
- owner = "bmag";
- repo = "helm-purpose";
- rev = "9ff4c21c1e9ebc7afb851b738f815df7343bb287";
- sha256 = "1xh6v5xlf1prgk6mrvkc6qa0r0bz74s5f4z3dl7d00chsi7i2m5v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-purpose";
- sha256 = "16c9if636v7l8z5df011vdj4a3ci5kf3rdfk4g9hdbbl639yca79";
- name = "recipe";
- };
- packageRequires = [ emacs helm window-purpose ];
- meta = {
- homepage = "https://melpa.org/#/helm-purpose";
- license = lib.licenses.free;
- };
- }) {};
- helm-pydoc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-pydoc";
- ename = "helm-pydoc";
- version = "20160917.2242";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-pydoc";
- rev = "85480a29b56dacde425655bc8f5a597c785afdf5";
- sha256 = "1wrs2d84xzjnsmw255bmnd1wcpwd36m0vyni48aa7661d4dh10x3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/helm-pydoc";
- sha256 = "1sh7gqqiwk85kx89l1sihlkb8ff1g9n460nwj1y1bsrpfl6if4j7";
- name = "recipe";
- };
- packageRequires = [ emacs helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-pydoc";
- license = lib.licenses.free;
- };
- }) {};
- helm-qiita = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-qiita";
- ename = "helm-qiita";
- version = "20190526.659";
- src = fetchFromGitHub {
- owner = "masutaka";
- repo = "emacs-helm-qiita";
- rev = "5f82010c595f8e122aa3f68148ba8d8ccb1333d8";
- sha256 = "1vkm2h0ia0gqqjw6cnbyik0fv37zzjwwdzk1cnh7a3s5hsg60i68";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37331f6cc8a95fd2b2ed5b20be0bcb604ea66dee/recipes/helm-qiita";
- sha256 = "1iz2w1901zz3zk9zazikmnkzng5klnvqn4ph1id7liksrcdpdmpm";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-qiita";
- license = lib.licenses.free;
- };
- }) {};
- helm-rage = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-rage";
- ename = "helm-rage";
- version = "20180118.732";
- src = fetchFromGitHub {
- owner = "bomgar";
- repo = "helm-rage";
- rev = "5d0aefb53d859186181d4bdcfeff7d315339c7b8";
- sha256 = "0msj3rrv9bwhhwz7r1ayr6qvnxjsq7374j0xfhqbrx49pix4qf3q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84f831fdc5a0e90c23ac11c79f193f4d3c1ebb04/recipes/helm-rage";
- sha256 = "02pdmkzwnqhf1r0v7b498z5b2il3ng75ykdwgmwd60k6hiygj70x";
- name = "recipe";
- };
- packageRequires = [ dash emacs helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-rage";
- license = lib.licenses.free;
- };
- }) {};
- helm-rails = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , inflections
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-rails";
- ename = "helm-rails";
- version = "20130424.819";
- src = fetchFromGitHub {
- owner = "asok";
- repo = "helm-rails";
- rev = "723c2a27f3843570ec1039e3c526953e48b4ed40";
- sha256 = "1gpy6jc932p4yiyglnwylriw3jk2f4bs7rrxbwc0z9xzjzzn4qnz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3af52fd266364a81ff42eb6d08389fa549bd6c2c/recipes/helm-rails";
- sha256 = "1iihfsmnkpfp08pldghf3w5k8v5dlmy5ns0l4niwdwp5w8lyjcd6";
- name = "recipe";
- };
- packageRequires = [ helm inflections ];
- meta = {
- homepage = "https://melpa.org/#/helm-rails";
- license = lib.licenses.free;
- };
- }) {};
- helm-rb = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , helm-ag-r
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-rb";
- ename = "helm-rb";
- version = "20131123.839";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "helm-rb";
- rev = "4949d646420a9849af234dacdd8eb34a77c662fd";
- sha256 = "1b74jsr28ldz80mrqz3d1bmykpcprdbhf3fzhc0awd5i5xdnfaid";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7ba8e94755f5a96881bbf4c4ffbff67bec9b804a/recipes/helm-rb";
- sha256 = "14pkrj1rpi2ihpb7c1hx6xwzvc1x7l41lwr9znp5vn7z93i034fr";
- name = "recipe";
- };
- packageRequires = [ helm helm-ag-r ];
- meta = {
- homepage = "https://melpa.org/#/helm-rb";
- license = lib.licenses.free;
- };
- }) {};
- helm-rdefs = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-rdefs";
- ename = "helm-rdefs";
- version = "20161129.2136";
- src = fetchFromGitHub {
- owner = "saidie";
- repo = "emacs-helm-rdefs";
- rev = "cd3a6b3af3015ee58ef30cb7c81c79ebe5fc867b";
- sha256 = "0ji7ak9pkmw0wxzmw5a1amvn3pkj90v9jv1yi12w388njxn7qsvj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1c7a20847513dc1153d54a3a700bc120f71dc6b/recipes/helm-rdefs";
- sha256 = "0z3nrqrz63j9nxkbxdsjj3z8zhsqlik28iry3j1plgsxq1mhrn0y";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-rdefs";
- license = lib.licenses.free;
- };
- }) {};
- helm-recoll = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-recoll";
- ename = "helm-recoll";
- version = "20160731.221";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-recoll";
- rev = "cc4c4fa9c8f4f99383647baa8512b60523dc8b36";
- sha256 = "1ic2k8ls084yn9h96pk8815wlvxkwwdq75zhm1ls197pkbw7gh7y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a0d168f96470753c22b92ad863be98d8c421ccd/recipes/helm-recoll";
- sha256 = "0pr2pllplml55k1xx9inr3dm90ichg2wb62dvgvmbq2sqdf4606b";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-recoll";
- license = lib.licenses.free;
- };
- }) {};
- helm-rg = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-rg";
- ename = "helm-rg";
- version = "20190130.934";
- src = fetchFromGitHub {
- owner = "cosmicexplorer";
- repo = "helm-rg";
- rev = "2cac4b6f9ab16962d63003c3f8b07e4d4f9899db";
- sha256 = "18nvndrqshvl79awixvsc9d7xi8npbyr10d7clbr0y2l405bwx4j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/958fbafdcb214f1ec89fd0d84c6600c89890e0cf/recipes/helm-rg";
- sha256 = "0gfq59540q9s6mr04q7dz638zqmqbqmbl1qaczddgmjn4vyjmf7v";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-rg";
- license = lib.licenses.free;
- };
- }) {};
- helm-rhythmbox = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-rhythmbox";
- ename = "helm-rhythmbox";
- version = "20160524.458";
- src = fetchFromGitHub {
- owner = "mrBliss";
- repo = "helm-rhythmbox";
- rev = "c92e1ded34ddd4e62e7e9a558259c232e05193fa";
- sha256 = "1ng73dmligj38xbfdfr8sb69czppks7wfvh5q5xcm2pha828kcwm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a81c43958308ad8035a9d0b2422fd094adc72f0/recipes/helm-rhythmbox";
- sha256 = "0pnm7yvas0q3b38ch5idm7v4ih2fjyfai8217j74xhkpcc2w4g4a";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-rhythmbox";
- license = lib.licenses.free;
- };
- }) {};
- helm-robe = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-robe";
- ename = "helm-robe";
- version = "20151208.1955";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-robe";
- rev = "7348d0bc0251b51979554ea678b970fd01c0efe9";
- sha256 = "163ljqar3vvbavzc8sk6rnf8awyc2rhh2g117fglswich3c8lnqg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e7018f57f6f0e4bd71e172ae23c050b44276581b/recipes/helm-robe";
- sha256 = "1gi4nkm9xvnxv0frmhiiw8dkmnmhfpr9n0b6jpidlvr8xr4s5kyw";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-robe";
- license = lib.licenses.free;
- };
- }) {};
- helm-ros = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , xterm-color }:
- melpaBuild {
- pname = "helm-ros";
- ename = "helm-ros";
- version = "20160812.1052";
- src = fetchFromGitHub {
- owner = "davidlandry93";
- repo = "helm-ros";
- rev = "92b0b215f6a017f0f57f1af15466cc0b2a5a0135";
- sha256 = "1fgph8wsm2nakn53zj19r59mirzn25r601rljmdv2xpw5h3axywg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c9ddf53b4060c33550a445f877aef37dffaeb7e/recipes/helm-ros";
- sha256 = "1q9qqjchkj6anikaamhw998f5aaampc1z7085v9pigg3x11vv9fm";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm xterm-color ];
- meta = {
- homepage = "https://melpa.org/#/helm-ros";
- license = lib.licenses.free;
- };
- }) {};
- helm-rtags = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , rtags }:
- melpaBuild {
- pname = "helm-rtags";
- ename = "helm-rtags";
- version = "20170812.2111";
- src = fetchFromGitHub {
- owner = "Andersbakken";
- repo = "rtags";
- rev = "ccba23e842a43e8079e22c2fc93d022ac40dedaf";
- sha256 = "091gh5mmgz357mz0jpmbzzrsy04bjczac02i94jxf49p6yw9v4ga";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/helm-rtags";
- sha256 = "1vv6wnniplyls344qzgcf1ivv25c8qilax6sbhvsf46lvrwnr48n";
- name = "recipe";
- };
- packageRequires = [ helm rtags ];
- meta = {
- homepage = "https://melpa.org/#/helm-rtags";
- license = lib.licenses.free;
- };
- }) {};
- helm-rubygems-local = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-rubygems-local";
- ename = "helm-rubygems-local";
- version = "20130711.1811";
- src = fetchFromGitHub {
- owner = "hadashiA";
- repo = "helm-rubygems-local";
- rev = "289cb33d41c703af9791d6da46b55f070013c2e3";
- sha256 = "0s4hb1fvwr9za5gkz8s5w1kh9qjyygz6g59w7vmrg2d8ds2an03d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/helm-rubygems-local";
- sha256 = "134qyqnh9l05lfj0vizlx35631q8ih6cdblrvka3p8i571300ikh";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-rubygems-local";
- license = lib.licenses.free;
- };
- }) {};
- helm-rubygems-org = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-rubygems-org";
- ename = "helm-rubygems-org";
- version = "20140826.456";
- src = fetchFromGitHub {
- owner = "neomantic";
- repo = "helm-rubygems-org";
- rev = "6aaed984f698cbdf9f9aceb0221404563e28764d";
- sha256 = "1sff8kagyhmwcxf9062il1077d4slvr2kq76abj496610gpb75i0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/655be547d57d358eff968f42c13dcf4371529a72/recipes/helm-rubygems-org";
- sha256 = "04ni03ak53z3rggdgf68qh7ksgcf3s0f2cv6skwjqw7v8qhph6qs";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-rubygems-org";
- license = lib.licenses.free;
- };
- }) {};
- helm-safari = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-safari";
- ename = "helm-safari";
- version = "20160403.2024";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "helm-safari";
- rev = "664c7f4488829228eed7e90cd53002e14bec555b";
- sha256 = "1ws5zxanaiaaxpgkcb2914qa8wxp6ml019hfnfcp7amjnajq9pyz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/553e27a3523ade9dc4951086d9340e8240d5d943/recipes/helm-safari";
- sha256 = "0lvwghcl5w67g0lc97r7hfvca7ss0mysy2mxj9axxbpyiq6fmh0y";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-safari";
- license = lib.licenses.free;
- };
- }) {};
- helm-sage = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , sage-shell-mode }:
- melpaBuild {
- pname = "helm-sage";
- ename = "helm-sage";
- version = "20160514.45";
- src = fetchFromGitHub {
- owner = "stakemori";
- repo = "helm-sage";
- rev = "f14e9281d8f2162df7d8f9c2ad9ad1248a24803b";
- sha256 = "0padb6mncgc52wib3dgvdc9r4dp591gf8nblbfnsnxx4zjrcwawb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/09760a7f7b3cff6551c394fc7b2298567ca88eb0/recipes/helm-sage";
- sha256 = "1vnq15fjaap0ai7dadi64sm4415xssmahk2j7kx45sasy4qaxlbj";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm sage-shell-mode ];
- meta = {
- homepage = "https://melpa.org/#/helm-sage";
- license = lib.licenses.free;
- };
- }) {};
- helm-selected = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , selected }:
- melpaBuild {
- pname = "helm-selected";
- ename = "helm-selected";
- version = "20171222.1810";
- src = fetchFromGitHub {
- owner = "takaxp";
- repo = "helm-selected";
- rev = "d2609cdfce14052ab2d9c23761d4fe56966a8ed1";
- sha256 = "0nbfs5s6lshxib6kp20dzh1qbmq079hwcqwi1n61ank22qa9qw5x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc087661e614d9f30c23fe4a65c020bd3656a29/recipes/helm-selected";
- sha256 = "0ksyh0r59y4abwls6v6v519yxmcjnaryfnxlam48fqqfrsxv1j0h";
- name = "recipe";
- };
- packageRequires = [ emacs helm selected ];
- meta = {
- homepage = "https://melpa.org/#/helm-selected";
- license = lib.licenses.free;
- };
- }) {};
- helm-sheet = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-sheet";
- ename = "helm-sheet";
- version = "20130630.539";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "helm-sheet";
- rev = "d360b68d0ddb09aa1854e7b2f3cb39caeee26463";
- sha256 = "00wnqcgpf4hqdnqj5zrizr4s0pffb93xwya8k5c3rp4plncrcdzx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/010c5c5e6ad6e7b05e63936079229739963bf970/recipes/helm-sheet";
- sha256 = "0lx70l5gq43hckgdfna8s6wx287sw5ms9l1z3n6vg2x8nr9m61kc";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-sheet";
- license = lib.licenses.free;
- };
- }) {};
- helm-slime = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild
- , slime }:
- melpaBuild {
- pname = "helm-slime";
- ename = "helm-slime";
- version = "20190315.212";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-slime";
- rev = "ebe80eebd1dfba1f1c837876c8f73cefc8c4db87";
- sha256 = "1qhb9446rpj17pm0hi3miy5gs5k3ld43bq29kzy0y26bf7ivfcjv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c35d43a7a8219de4a7f675147f598966aaecb9db/recipes/helm-slime";
- sha256 = "0qv4c1dd28zqbjxpshga967szrh75a4k51n4x86xkbax7ycca4hh";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm-core slime ];
- meta = {
- homepage = "https://melpa.org/#/helm-slime";
- license = lib.licenses.free;
- };
- }) {};
- helm-smex = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , smex }:
- melpaBuild {
- pname = "helm-smex";
- ename = "helm-smex";
- version = "20171004.1308";
- src = fetchFromGitHub {
- owner = "ptrv";
- repo = "helm-smex";
- rev = "2269375dfa452b88b5170d1a5d5849ebb2c1e413";
- sha256 = "0n2ki7g0hygsq4bi5zkhp3v772ld7niiajfznxmv11dgn949a52s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/85568bd732da952053148e07b95e53f7caf5f62c/recipes/helm-smex";
- sha256 = "02jvq2hyq4wwc9v8gaxr9vkjldc60khdbjf71p8w2iny5w3k0jbj";
- name = "recipe";
- };
- packageRequires = [ emacs helm smex ];
- meta = {
- homepage = "https://melpa.org/#/helm-smex";
- license = lib.licenses.free;
- };
- }) {};
- helm-spaces = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild
- , spaces }:
- melpaBuild {
- pname = "helm-spaces";
- ename = "helm-spaces";
- version = "20161001.709";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "helm-spaces";
- rev = "877e2b5178926308d6a7c2a37477bb12c33a96d4";
- sha256 = "1cz8aw6zprzfalagma7jmbycwll2chk2l4n5hkgqyhakdfm2ryzm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8c2ffb50643223b68a62fab348cd5aba24ce92e6/recipes/helm-spaces";
- sha256 = "0hdvkk173k98iycvii5xpbiblx044125pl7jyz4kb8r1vvwcv791";
- name = "recipe";
- };
- packageRequires = [ helm-core spaces ];
- meta = {
- homepage = "https://melpa.org/#/helm-spaces";
- license = lib.licenses.free;
- };
- }) {};
- helm-spotify = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , multi }:
- melpaBuild {
- pname = "helm-spotify";
- ename = "helm-spotify";
- version = "20160905.1447";
- src = fetchFromGitHub {
- owner = "krisajenkins";
- repo = "helm-spotify";
- rev = "f7a62d1ff88e3127de9be7cd3e818b0a92268ab3";
- sha256 = "0q3h84zj63b1rnlvmsznrpmvvf0qbic5yb9xkdjcz4jz4h8p3h1w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1bf9eda57cba4742656f37a621b6d394483ff638/recipes/helm-spotify";
- sha256 = "1rzvxnaqh8bm78qp0rhpqs971pc855qrq589r3s8z3gpqzmwlnmf";
- name = "recipe";
- };
- packageRequires = [ helm multi ];
- meta = {
- homepage = "https://melpa.org/#/helm-spotify";
- license = lib.licenses.free;
- };
- }) {};
- helm-spotify-plus = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , multi }:
- melpaBuild {
- pname = "helm-spotify-plus";
- ename = "helm-spotify-plus";
- version = "20181229.345";
- src = fetchFromGitHub {
- owner = "wandersoncferreira";
- repo = "helm-spotify-plus";
- rev = "8404541463a398007c7a38a28df10d89f3ef9668";
- sha256 = "0mqyzac48pmmazxb9vl9b5jymr53blzlmjbkmdsxnmk6gml27acr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/306aa9fd29f1495eef71476dfcba3b494223b0a9/recipes/helm-spotify-plus";
- sha256 = "1f39g2kgx4jr7ahhhswkrj0m5rbsykvkgh00d7jy8czpp8r4dl20";
- name = "recipe";
- };
- packageRequires = [ emacs helm multi ];
- meta = {
- homepage = "https://melpa.org/#/helm-spotify-plus";
- license = lib.licenses.free;
- };
- }) {};
- helm-sql-connect = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-sql-connect";
- ename = "helm-sql-connect";
- version = "20170319.551";
- src = fetchFromGitHub {
- owner = "eric-hansen";
- repo = "helm-sql-connect";
- rev = "5aead55b6f8636140945714d8c332b287ab9ef10";
- sha256 = "037gri2r9y135av8gbgi9d8k90qs8jlax0bimzcbwdkyhibhzrcp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/58347c583dcf4a915c1af1262a5348755f28fe03/recipes/helm-sql-connect";
- sha256 = "1av42580c68iq694yr532hhcq0jn7m58x3cib4ix5c8b4ljvnnvd";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-sql-connect";
- license = lib.licenses.free;
- };
- }) {};
- helm-swoop = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-swoop";
- ename = "helm-swoop";
- version = "20180215.354";
- src = fetchFromGitHub {
- owner = "ShingoFukuyama";
- repo = "helm-swoop";
- rev = "c66336b8245ddc51c4206f19c119f1081920985c";
- sha256 = "0b23j1bkpg4pm310hqdhgnl4mxsj05gpl08b6kb2ja4fzrg6adsk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-swoop";
- sha256 = "1b3nyh4h5kcvwam539va4gzxa3rl4a0rdcriif21yq340yifjbdx";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-swoop";
- license = lib.licenses.free;
- };
- }) {};
- helm-system-packages = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "helm-system-packages";
- ename = "helm-system-packages";
- version = "20190325.315";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-system-packages";
- rev = "9e43d446bbf2dd00dfda1d4aef2501fb2400bb1d";
- sha256 = "1rijsmqg5hfrrrkcc9nyy2smw6jnkxhqd9yqpd3rywj7dvb40blc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c46cfb0fcda0500e15d04106150a072a1a75ccc/recipes/helm-system-packages";
- sha256 = "01mndx2zzh7r7gmpn6gd1vy1w3l6dnhvgn7n2p39viji1r8b39s4";
- name = "recipe";
- };
- packageRequires = [ emacs helm seq ];
- meta = {
- homepage = "https://melpa.org/#/helm-system-packages";
- license = lib.licenses.free;
- };
- }) {};
- helm-systemd = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , with-editor }:
- melpaBuild {
- pname = "helm-systemd";
- ename = "helm-systemd";
- version = "20180130.2034";
- src = fetchFromGitHub {
- owner = "Lompik";
- repo = "helm-systemd";
- rev = "96f5cd3ee3412539c2f8d145201f47c4f8e53b4f";
- sha256 = "0wyabh76q2lighd7qxpkzp35fkblxlz8g7p4lpgfwvjid0ixmnvq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/helm-systemd";
- sha256 = "1m1by9i37ban3zkznyamp5vxizj8zsz06fdscdhmky1grf6ri4r8";
- name = "recipe";
- };
- packageRequires = [ emacs helm with-editor ];
- meta = {
- homepage = "https://melpa.org/#/helm-systemd";
- license = lib.licenses.free;
- };
- }) {};
- helm-tail = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-tail";
- ename = "helm-tail";
- version = "20181123.2039";
- src = fetchFromGitHub {
- owner = "akirak";
- repo = "helm-tail";
- rev = "1f5a6355aa3bdb00b9b0bc93db29c17f0d6701e3";
- sha256 = "1ad0khw26m22xpdv0iyg5gac92i8m455sznsfh16vxaa98gq0c4q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/74b235c2ecf8c8f8206670bca3b915deb4b77c2b/recipes/helm-tail";
- sha256 = "0sw97fzpnrk335l3vjaj3nw87cajhzwsjsxx16r0x6npbiv51wd4";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-tail";
- license = lib.licenses.free;
- };
- }) {};
- helm-taskswitch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-taskswitch";
- ename = "helm-taskswitch";
- version = "20190304.614";
- src = fetchFromGitHub {
- owner = "bdc34";
- repo = "helm-taskswitch";
- rev = "00fe3a1f535dc63ec8ad1a46739f08c27fc5087c";
- sha256 = "1y8nmh4aq450xqvc69zcr23gahzk3d6z4y0vpd73m0mys1rmvrng";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3602b1f7b9a75cc82c4bde9ea12b2509465db30f/recipes/helm-taskswitch";
- sha256 = "01yvdbwlixif670f4lffpsk9kvlhgrmh95jw0vc568x0bd3j2a02";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-taskswitch";
- license = lib.licenses.free;
- };
- }) {};
- helm-themes = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-themes";
- ename = "helm-themes";
- version = "20160917.2245";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-themes";
- rev = "1160af42590b0d845a55e65e1e782d9e4027fd6e";
- sha256 = "0856h8rnbgrxp3v3jpfmwq7kcdm1ymd4gcfvh0h27mk05113vz53";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/helm-themes";
- sha256 = "0r7kyd0i0spwi7xkjrpm2kyphrsl3hqm5pw96nd3ia0jiwp8550j";
- name = "recipe";
- };
- packageRequires = [ emacs helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-themes";
- license = lib.licenses.free;
- };
- }) {};
- helm-tramp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-tramp";
- ename = "helm-tramp";
- version = "20190524.149";
- src = fetchFromGitHub {
- owner = "masasam";
- repo = "emacs-helm-tramp";
- rev = "af5bd50b955e385bc447080e720ffc85ed0b286b";
- sha256 = "0s6zasnk9kwpiw3446n0jn7xi5v6w7asdpzx5aqh85karrb7bbq6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-tramp";
- sha256 = "0wqnabaywkhj1fnc3wpx7czrqbja1hsqwcpixmvv0fyrflmza517";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-tramp";
- license = lib.licenses.free;
- };
- }) {};
- helm-unicode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-unicode";
- ename = "helm-unicode";
- version = "20180608.707";
- src = fetchFromGitHub {
- owner = "bomgar";
- repo = "helm-unicode";
- rev = "b7092ed6a7191805651efae40947e4781c453211";
- sha256 = "15qn5xynah23dfz3mdw5jabv9qfs2hjdjgn3ifmqn3r6sgd8hcjn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f720b9f9b667bf9ff3080938beab36aa0036dc92/recipes/helm-unicode";
- sha256 = "1j95qy2zwdb46dl30ankfx7013l0akc61m14s473j93w320j5224";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-unicode";
- license = lib.licenses.free;
- };
- }) {};
- helm-w32-launcher = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-w32-launcher";
- ename = "helm-w32-launcher";
- version = "20141223.1214";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "helm-w32-launcher";
- rev = "3e59ad62b89dd21d334af0203d445a83eb25dc5b";
- sha256 = "0xlz9rxx7y9pkrzvxmv42vgys5iwx75zv9g50k8ihwc08z80dhcq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fa678329a5081e1affa460c00239dabfd1b9dd82/recipes/helm-w32-launcher";
- sha256 = "0bzn2vhspn6lla815qxwsl9gwfyiwgwmnysr6rjpyacmi17d73ri";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-w32-launcher";
- license = lib.licenses.free;
- };
- }) {};
- helm-w3m = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , w3m }:
- melpaBuild {
- pname = "helm-w3m";
- ename = "helm-w3m";
- version = "20181029.26";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-w3m";
- rev = "c15d926631198d6d759ec8881837bcca5a64963b";
- sha256 = "0qaqcwhwmckfmg3axiad35azn0l74k1niw4ix0v1bn2vqrxanqcw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f683fc9c7990e9ecb8a94808a7d03eb90c5569b1/recipes/helm-w3m";
- sha256 = "1rr83ija93iqz74k236hk3v75jk0iwcccwqpqgys7spvrld0b9pz";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm w3m ];
- meta = {
- homepage = "https://melpa.org/#/helm-w3m";
- license = lib.licenses.free;
- };
- }) {};
- helm-wordnet = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-wordnet";
- ename = "helm-wordnet";
- version = "20160128.707";
- src = fetchFromGitHub {
- owner = "raghavgautam";
- repo = "helm-wordnet";
- rev = "a36dbc6fcb570b812870bc1e190f203e0a0042fc";
- sha256 = "03a5hzgqak8wg6i2h2p3fr9ij55lqarcsblml8qrnrj27ghcvzzh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/11626120951afc589beac4cf5a0f49bffa752349/recipes/helm-wordnet";
- sha256 = "0di8gxsa9r8mzja4akhz0wpgrhlidqyn1s1ix5szplwxklwf2r2f";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-wordnet";
- license = lib.licenses.free;
- };
- }) {};
- helm-xcdoc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-xcdoc";
- ename = "helm-xcdoc";
- version = "20160116.218";
- src = fetchFromGitHub {
- owner = "fujimisakari";
- repo = "emacs-helm-xcdoc";
- rev = "a85612149a6d8e18ab309b3db2d222ce39c42049";
- sha256 = "1yqr5z5sw7schvaq9pmwg79anp806gikm28s6xvrayzyn4idz2n6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e3352ce89039fb48827b74f22fcf543722a27738/recipes/helm-xcdoc";
- sha256 = "1ikphlnj053i4g1l8r2pqaljvdqglj1yk0xx4vygnw98qyzdsx4v";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-xcdoc";
- license = lib.licenses.free;
- };
- }) {};
- helm-xref = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-xref";
- ename = "helm-xref";
- version = "20190524.243";
- src = fetchFromGitHub {
- owner = "brotzeit";
- repo = "helm-xref";
- rev = "d2744e6626fa40c9ef3c8537f858995e00f74e45";
- sha256 = "1nfir7b7zqf0bprlap03iy68dzcfzs8b5p1f6sywf6az3l1h3swc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d1796688ed0d6957557d960ca28e450f9bcb6cf/recipes/helm-xref";
- sha256 = "1wyh25gxqgsc151bv4j5l050z1cz0n3yq174m62ihi1fy1pkra4l";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-xref";
- license = lib.licenses.free;
- };
- }) {};
- helm-youtube = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "helm-youtube";
- ename = "helm-youtube";
- version = "20190101.933";
- src = fetchFromGitHub {
- owner = "maximus12793";
- repo = "helm-youtube";
- rev = "e7272f1648c7fa836ea5ac1a61770b4931ab4709";
- sha256 = "062i1gkwa1rmxaw5mf20vc3nqsj6g6hfbggcglgd3wfn9rckvlqb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7537f732091b96b6c1b96c0174895278eba6776a/recipes/helm-youtube";
- sha256 = "1qal5q83p06ghn482rflcfklr17mir582r0mvchxabb5ql60dy0b";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm request ];
- meta = {
- homepage = "https://melpa.org/#/helm-youtube";
- license = lib.licenses.free;
- };
- }) {};
- helm-z = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-z";
- ename = "helm-z";
- version = "20171203.1925";
- src = fetchFromGitHub {
- owner = "yynozk";
- repo = "helm-z";
- rev = "37212220bebea8b9c238cb1bbacd8332b7f26c03";
- sha256 = "1vz958yiva01yl1qj2pz84savcx8jgkvbywhcp4c3a8x3fikf0yl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/48c9b83fff8fc428d9d1ecf0005d47f2adb8cb00/recipes/helm-z";
- sha256 = "1m268zsr4z7a9l5wj0i8qpimv0kyl8glgm0yb3f08959538nlmd1";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-z";
- license = lib.licenses.free;
- };
- }) {};
- helm-zhihu-daily = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-zhihu-daily";
- ename = "helm-zhihu-daily";
- version = "20160625.445";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "helm-zhihu-daily";
- rev = "be27dcc6be1eb97663b65581a9a5c0fc81cfaba7";
- sha256 = "1s8q97pra27bacvm5knj0sjgj7iqljlhxqiniaw8ij8w4fhcdh93";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/27246ec2bad3c85f8bb76aa26ebcd800edfe0d70/recipes/helm-zhihu-daily";
- sha256 = "0hkgail60s9qhxl0pskqxjvfz93iq1qh1kcmcq0x5kq7d08b911r";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-zhihu-daily";
- license = lib.licenses.free;
- };
- }) {};
- help-find-org-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "help-find-org-mode";
- ename = "help-find-org-mode";
- version = "20181203.1834";
- src = fetchFromGitHub {
- owner = "EricCrosson";
- repo = "help-find-org-mode";
- rev = "c6fa2c8a8e9381572190010a9fa01f2be78f2790";
- sha256 = "1szjqaw31r5070wpbj5rcai124c66bs32x35w1hsxyvzs5k85wg9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/572003398d1bba572fa9f6332b25ade9306bf718/recipes/help-find-org-mode";
- sha256 = "149rd61bcvgrwhnhlqriw6fn6fr4pwr4ynmj2bwcp558nwf0py0b";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/help-find-org-mode";
- license = lib.licenses.free;
- };
- }) {};
- helpful = callPackage ({ dash
- , dash-functional
- , elisp-refs
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helpful";
- ename = "helpful";
- version = "20190528.1416";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "helpful";
- rev = "897feba75ded5c93dcfc3d950319cf19c03252db";
- sha256 = "1l5hgl7b3c23kwxd1b99wn8b545l3szjc0c72643wnd86i91m557";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/889d34b654de13bd413d46071a5ff191cbf3d157/recipes/helpful";
- sha256 = "17w9j5v1r2c8ka1fpzbr295cgnsbiw8fxlslh4zbjqzaazamchn2";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional elisp-refs emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/helpful";
- license = lib.licenses.free;
- };
- }) {};
- hemera-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hemera-theme";
- ename = "hemera-theme";
- version = "20180916.224";
- src = fetchFromGitHub {
- owner = "guidoschmidt";
- repo = "emacs-hemera-theme";
- rev = "b67c902b210b37b00cac68726822404543147ba8";
- sha256 = "1q31kz5p97pby26lyb6r0jfcx5pdyax3sfba4lp8dzmxpisz2g2p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/hemera-theme";
- sha256 = "00d8dmmn7mhzj6ai0qgdkj4hy1qpdcyiriky97prydibjvljq239";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hemera-theme";
- license = lib.licenses.free;
- };
- }) {};
- hemisu-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hemisu-theme";
- ename = "hemisu-theme";
- version = "20130508.1144";
- src = fetchFromGitHub {
- owner = "andrzejsliwa";
- repo = "hemisu-theme";
- rev = "ae593ac58e6bffef97467259c1d1472840385e84";
- sha256 = "0vjc6aalwplz9sm9nqca7d07ypijjp366vdzg7gqyfzsvdhr1s0v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb4dd85ccbd2c8936e59ca5c5e6234290b8bdf1b/recipes/hemisu-theme";
- sha256 = "0byzrz74yvk12m8dl47kkmkziwrrql193q72qx974zbqdj8h2sph";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hemisu-theme";
- license = lib.licenses.free;
- };
- }) {};
- heroku = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "heroku";
- ename = "heroku";
- version = "20120629.1113";
- src = fetchFromGitHub {
- owner = "technomancy";
- repo = "heroku.el";
- rev = "92af1c073b593c4def99c8777c869992aa4d0b3a";
- sha256 = "0c45pib8qpwgyr271g5ddnsn7hzq68mqflv0yyc8803ni06w9vhj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/heroku";
- sha256 = "1wavsymviybfcmwdfrffbkdwbiydggx55jqg6ql79wf9bx7agacp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/heroku";
- license = lib.licenses.free;
- };
- }) {};
- heroku-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "heroku-theme";
- ename = "heroku-theme";
- version = "20150522.1919";
- src = fetchFromGitHub {
- owner = "jonathanchu";
- repo = "heroku-theme";
- rev = "7c1e80f8b5087c37008fec687070344638cd4752";
- sha256 = "05h4q7gykh18v9pn9zjhgrzjwbn21z58a2mrifmis3bpwa5zypvd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/348f0e7aec86c3efd87ab06849a5f1ce90ba23e2/recipes/heroku-theme";
- sha256 = "0mchh9y3pqwamry6105qrv1bp1qg1g0jmz7rzc5svz9giynypwf9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/heroku-theme";
- license = lib.licenses.free;
- };
- }) {};
- hexo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hexo";
- ename = "hexo";
- version = "20180814.1919";
- src = fetchFromGitHub {
- owner = "kuanyui";
- repo = "hexo.el";
- rev = "6bca18f911f6b2cd5c055ed73ddec98c385f9f86";
- sha256 = "1zawz3nry832rhx80hyfqfs0gfw3hyrn96060zj3n75avx13rr8j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/21de1b7db0fa4af4fc0014207d41893a0713d738/recipes/hexo";
- sha256 = "0fgrxf6gdw0kzs6x6y8qr511cazaaiyk7licgkgznngj4w6g7jyn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hexo";
- license = lib.licenses.free;
- };
- }) {};
- hfst-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hfst-mode";
- ename = "hfst-mode";
- version = "20160708.502";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "hfst-mode";
- rev = "ac1bb9dd92545d3e7fdc05c83996c227cc15c6b8";
- sha256 = "0zsz8542kh51clzy8j7g29bwm8zcnfxm9sjzh3xjpqk2ziqf4ii6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e324bb114997f9cc57d76d8a66fec4ff4d1d71fe/recipes/hfst-mode";
- sha256 = "1w342n5k9ak1m5znysvrplpr9dhmi7hxbkr4d1dx51dn0azbpjh7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hfst-mode";
- license = lib.licenses.free;
- };
- }) {};
- hgignore-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hgignore-mode";
- ename = "hgignore-mode";
- version = "20160430.1707";
- src = fetchFromGitHub {
- owner = "omajid";
- repo = "hgignore-mode";
- rev = "7aa9f3b8a9c610dbd80b952061b40194e1d9c5bd";
- sha256 = "0l22sqi9lmy25idh231p0hgq22b3dxwb9wq60yxk8dck9zlkv7rr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3e325c84d0a30789fab7e897b4fe5040c5093ba/recipes/hgignore-mode";
- sha256 = "0ja71l3cghhn1c6w2pff80km8h8xgzf0j9gcldfyc72ar6ifhjkj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hgignore-mode";
- license = lib.licenses.free;
- };
- }) {};
- hgrc-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hgrc-mode";
- ename = "hgrc-mode";
- version = "20150409.1343";
- src = fetchFromGitHub {
- owner = "omajid";
- repo = "hgrc-mode";
- rev = "314e8320b82cc1ce74b1bd372f296252e7a23090";
- sha256 = "1ky5s7hzqbxgasdz285q3rnvzh3irwsq61rlivjrcxyfdxdjbbvp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31a24d95efce2f04f0b555ed16b8d3d5a3aa255a/recipes/hgrc-mode";
- sha256 = "18400dhdackdpndkz6shjmd4klfh6b4vlccnnqlzf3a93alw6vqf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hgrc-mode";
- license = lib.licenses.free;
- };
- }) {};
- hi2 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hi2";
- ename = "hi2";
- version = "20141005.1231";
- src = fetchFromGitHub {
- owner = "nilcons";
- repo = "hi2";
- rev = "c9d199727b5cdcb9e36a972b38131ce4611fd6c8";
- sha256 = "1s08sgbh5v59lqskd0s1dscs6dy7z5mkqqkabs3gd35agbfvbmlf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba880f0130707098e5b648f74d14e151b0110e4e/recipes/hi2";
- sha256 = "1wxkjg1jnw05lqzggi20jy2jl20d8brvv76vmrf6lnz62g6jv9h2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hi2";
- license = lib.licenses.free;
- };
- }) {};
- hide-lines = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hide-lines";
- ename = "hide-lines";
- version = "20151127.1040";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "hide-lines";
- rev = "331122bf19361130351cfe55968c2a7820329eb3";
- sha256 = "183l0sx8zn3jv1fqa3xj7a6fd792sp50jyhm50j3hy7c54m4capf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/hide-lines";
- sha256 = "18h5ygi6idpb5wjlmjjvjmwcw7xiljkfxdvq7pm8wnw75p705x4d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hide-lines";
- license = lib.licenses.free;
- };
- }) {};
- hide-mode-line = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hide-mode-line";
- ename = "hide-mode-line";
- version = "20180302.1110";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-hide-mode-line";
- rev = "86b9057391edad75467261c2e579603567e608f9";
- sha256 = "0qmjmwhmlm008r22n2mv7lir4v1lpfz1c3yvqlwjgv0glbyvqd88";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2af28365f9fbc6ae71043a67966490c5d18a6095/recipes/hide-mode-line";
- sha256 = "0yl6aicpib5h1ckqi3gyilh2nwvp8gf1017n1w1755j01gw1p9hl";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hide-mode-line";
- license = lib.licenses.free;
- };
- }) {};
- hideshow-org = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hideshow-org";
- ename = "hideshow-org";
- version = "20120223.1450";
- src = fetchFromGitHub {
- owner = "shanecelis";
- repo = "hideshow-org";
- rev = "16419e52e6cdd2f46f755144c0ab11ce00d1a626";
- sha256 = "1dr06b9njzih8z97k62l9w3x0a801x4bp043zvk7av9qkz8izl2r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3de48eee24a5cca9c8b7dba2d6d01dfbc679d8d6/recipes/hideshow-org";
- sha256 = "1bzx5ii06r64nra92zv1dvw5zv3im7la2dd3md801hxyfrpb74gc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hideshow-org";
- license = lib.licenses.free;
- };
- }) {};
- hierarchy = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hierarchy";
- ename = "hierarchy";
- version = "20190425.142";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "hierarchy";
- rev = "a5bc6bf2e1bbd48cc17c508043134f24abb41944";
- sha256 = "18y5xj8j07hca7qk5ygxqpiybv58qf4c85hqw52a59fkn0vvdbhg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7aea238a2d14e9f58c0474251984b6c617b6854d/recipes/hierarchy";
- sha256 = "0fh1a590pdq21b4mwh9wrfsmm2lw2faw18r35cdzy8fgyf89yimp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hierarchy";
- license = lib.licenses.free;
- };
- }) {};
- highlight = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight";
- ename = "highlight";
- version = "20181002.451";
- src = fetchgit {
- url = "https://framagit.org/steckerhalter/highlight.el.git";
- rev = "ea733e17884aeae19172407e20559fc693fdd3a7";
- sha256 = "13ajbhpwvdmk0mzaffj45gxqmq13b57d81iqdpg9q2l2wjk95jq7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0a8eb0eefe88b4ea683a4743c0f8393506e014b/recipes/highlight";
- sha256 = "11icn6f46synw6xvs2a266g43fvpnz8i7d7dyr0iywzjpbpyhsd2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight";
- license = lib.licenses.free;
- };
- }) {};
- highlight-blocks = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-blocks";
- ename = "highlight-blocks";
- version = "20190318.857";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "highlight-blocks";
- rev = "33cf3d36662faa36c86c8d53e4d5a3922efa3eb8";
- sha256 = "04v5y04v4n06ig8zld6axrxpz07s70sn5ckxcy8gnz5qm0zvr7mx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eaf524488c408483ea8f2c3a71174b1b5fc3f5da/recipes/highlight-blocks";
- sha256 = "1a32iv5kgf6g6ygbs559w156dh578k45m860czazfx0d6ap3k5m1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/highlight-blocks";
- license = lib.licenses.free;
- };
- }) {};
- highlight-context-line = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-context-line";
- ename = "highlight-context-line";
- version = "20181122.1403";
- src = fetchFromGitHub {
- owner = "ska2342";
- repo = "highlight-context-line";
- rev = "c3257c0ca9dba76167bbd7e0718a65ecd26ef26f";
- sha256 = "10mv1hd33msafp3r62p9zhwivy0l876ci9xjh7nqc9621qxxd5rw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/00df721571ff67fe158251fa843c8f515ded3469/recipes/highlight-context-line";
- sha256 = "0zmqcfsr2j0m2l76c8h6lmdqwrd1b38gi6yp5sdib0m4vj9d0pnd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-context-line";
- license = lib.licenses.free;
- };
- }) {};
- highlight-defined = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-defined";
- ename = "highlight-defined";
- version = "20181106.918";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "highlight-defined";
- rev = "8e05be23e555ab05edc6fb188f5ce28ef495c946";
- sha256 = "1xqs8shzka47ns4a60ba2i2kgjcq9vl9w1518ffhb4x2x41lr4ri";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/highlight-defined";
- sha256 = "1vjxm35wf4c2qphpkjh57hf03a5qdssdlmfj0n0gwxsdw1q5rpms";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/highlight-defined";
- license = lib.licenses.free;
- };
- }) {};
- highlight-doxygen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-doxygen";
- ename = "highlight-doxygen";
- version = "20180829.1118";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "highlight-doxygen";
- rev = "53f2250018725fa19548e1771ee79fcc23641694";
- sha256 = "0l6zh5cmp771h30i16bv3qvcq40pz9fxn3j7a8yx708vanb4d7kc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0153353e5abfa7513e74485049eaa384aaddbd58/recipes/highlight-doxygen";
- sha256 = "0jkzf2mqn7y465c77vglaj3mr0cpfy2z810mywd1q21d71lsqmbl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-doxygen";
- license = lib.licenses.free;
- };
- }) {};
- highlight-escape-sequences = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-escape-sequences";
- ename = "highlight-escape-sequences";
- version = "20171117.437";
- src = fetchFromGitHub {
- owner = "dgutov";
- repo = "highlight-escape-sequences";
- rev = "08d846a7aa748209d65fecead2b6a766c3e5cb41";
- sha256 = "05mc3w1f8ykf80914a1yddw6j8cmh0h57llm07xh89s53821v2is";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cd087f2c5a9524986b0f2c7fd7efd1f296363101/recipes/highlight-escape-sequences";
- sha256 = "0938b29cqapid9v9q4w2jwh8kdb0p70qwzy9xm2nxaairm7436d6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-escape-sequences";
- license = lib.licenses.free;
- };
- }) {};
- highlight-function-calls = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-function-calls";
- ename = "highlight-function-calls";
- version = "20170907.2200";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "highlight-function-calls";
- rev = "f7a1eaf95fc64cc0db4d0567f9ff79ec4ae04787";
- sha256 = "1gbj1awjp69352a5p49ldimvij5mj8cngjp2sh45qw1cm5dpq653";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2d1eed3f9af218d21ea8db37ee91888e23e59bd5/recipes/highlight-function-calls";
- sha256 = "0wmxijkhx74da3ygnvzsdvbh2iii4f7424wmm01b5skbr7qva690";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/highlight-function-calls";
- license = lib.licenses.free;
- };
- }) {};
- highlight-indent-guides = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-indent-guides";
- ename = "highlight-indent-guides";
- version = "20190107.1603";
- src = fetchFromGitHub {
- owner = "DarthFennec";
- repo = "highlight-indent-guides";
- rev = "0b10f38c54ffc099861ce8463e16a1b07ddbb203";
- sha256 = "0fa41y9gdci60417zksj9bgjx1knwh781i3dfphkgr7qbx25iky7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8acca65a5c134d4405900a43b422c4f4e18b586/recipes/highlight-indent-guides";
- sha256 = "00ghp677qgb5clxhdjarfl8ab3mbp6v7yfsldm9bn0s14lyaq5pm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/highlight-indent-guides";
- license = lib.licenses.free;
- };
- }) {};
- highlight-indentation = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-indentation";
- ename = "highlight-indentation";
- version = "20181204.39";
- src = fetchFromGitHub {
- owner = "antonj";
- repo = "Highlight-Indentation-for-Emacs";
- rev = "d03803f2c06749c430443a3d24e039cbafc9c58f";
- sha256 = "1jq0gf4kcx9hvrw40rnw5c2qynjpjw1vsjbi2i4lqjbsnfnxn4wz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31c443de5088410c0fe1b1c18f664b33ad259277/recipes/highlight-indentation";
- sha256 = "0iblrrbssjwfn71n8xxjcl98pjv1qw1igf3hlz6mh8740fsca3d6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-indentation";
- license = lib.licenses.free;
- };
- }) {};
- highlight-leading-spaces = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-leading-spaces";
- ename = "highlight-leading-spaces";
- version = "20151216.422";
- src = fetchFromGitHub {
- owner = "mrBliss";
- repo = "highlight-leading-spaces";
- rev = "840db19d863dd97993fd9f893f5be501627b6354";
- sha256 = "1vy6j63jp83ljdqkrqglpys74yfh7p61sd0lqiwczgr5nqyc60rl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/74a4af76be764896cef169e24994630498cf19c1/recipes/highlight-leading-spaces";
- sha256 = "0h2ww2vqmarghf4zg0wbwn0wgndmkcjy696mc885rwavck2dav4p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/highlight-leading-spaces";
- license = lib.licenses.free;
- };
- }) {};
- highlight-numbers = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parent-mode }:
- melpaBuild {
- pname = "highlight-numbers";
- ename = "highlight-numbers";
- version = "20181013.1044";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "highlight-numbers";
- rev = "8b4744c7f46c72b1d3d599d4fb75ef8183dee307";
- sha256 = "075ip8h7bdin0yvvhn5nkwnz58arlaw1imr866ghp12q5rl4shmc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/882e3a4877ddd22cc52f56f0ce3d55b6e4831c7a/recipes/highlight-numbers";
- sha256 = "1bywrjv9ybr65mwkrxggb52jdqn16z8acgs5vqm0faq43an8i5yv";
- name = "recipe";
- };
- packageRequires = [ emacs parent-mode ];
- meta = {
- homepage = "https://melpa.org/#/highlight-numbers";
- license = lib.licenses.free;
- };
- }) {};
- highlight-operators = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-operators";
- ename = "highlight-operators";
- version = "20170213.1420";
- src = fetchhg {
- url = "https://bitbucket.com/jpkotta/highlight-operators";
- rev = "3938e88e78c5";
- sha256 = "1h5whrc1iphzq0g8x9mmkhjkbmbdg9i9bvr1y8zrwrs8za8k127y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e7bd74b7a3484e437c6db4f18613744ebae030f5/recipes/highlight-operators";
- sha256 = "00agrwp2i3mkacnp4qhqcnpwn5qlbj9qv97zrw7a7ldqga0vwvhn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-operators";
- license = lib.licenses.free;
- };
- }) {};
- highlight-parentheses = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-parentheses";
- ename = "highlight-parentheses";
- version = "20180704.402";
- src = fetchFromGitHub {
- owner = "tsdh";
- repo = "highlight-parentheses.el";
- rev = "f0bd58c8dadd2db703b7bfd09e911b5fda05b3df";
- sha256 = "14jzh0vr2sig2ql1iq2x7svvk8ayvy9ahz04y407f53h70ifbmdl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/highlight-parentheses";
- sha256 = "1d38wxk5bwblddr74crzwjwpgyr8zgcl5h5ilywg35jpv7n66lp5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-parentheses";
- license = lib.licenses.free;
- };
- }) {};
- highlight-quoted = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-quoted";
- ename = "highlight-quoted";
- version = "20140916.1122";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "highlight-quoted";
- rev = "ec9108486cf7f21f9a0b13f81369849b3b525f1f";
- sha256 = "0vqkadhzszlxiqb4ysr7p86hhmi4z1j95llxa680xn6md8x2sj8a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93b5ba18e4bc31ca60aee9cb4674586cd8523bcf/recipes/highlight-quoted";
- sha256 = "0x6gxi0jfxvpx7r1fm43ikxlxilnbk2xbhdy9xivhgmmdyqiqqkl";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/highlight-quoted";
- license = lib.licenses.free;
- };
- }) {};
- highlight-refontification = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-refontification";
- ename = "highlight-refontification";
- version = "20170211.1224";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "highlight-refontification";
- rev = "32632897d88c4611fadb08517ca00ef5cbc989b6";
- sha256 = "1k6af947h70ivkj31mk3nv2vkxlfpqvpwq8za53n2l7adsjdlf73";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d6c59f2b5cf1594248e8365b6ce3324f493c5647/recipes/highlight-refontification";
- sha256 = "0cm9p4d7yhkz5a88m0y4646a6b9lb2ha7q12fcrdikyckpmbkqss";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-refontification";
- license = lib.licenses.free;
- };
- }) {};
- highlight-stages = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-stages";
- ename = "highlight-stages";
- version = "20161212.657";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "highlight-stages";
- rev = "87c476f8ca0474912af41680a8de243c0c8d5b46";
- sha256 = "1s7hxv4vpbrpk4makdjn3589flddgfy35scyd3kac629fbqiiz79";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/46884aa6588f55d6f688477a5e9f528f57673131/recipes/highlight-stages";
- sha256 = "0r4kmjmrpi38q3y0q9h5xkxh7x728ha2nbnc152lzw6zfsxnm4x4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-stages";
- license = lib.licenses.free;
- };
- }) {};
- highlight-symbol = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-symbol";
- ename = "highlight-symbol";
- version = "20160102.1209";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "highlight-symbol.el";
- rev = "7a789c779648c55b16e43278e51be5898c121b3a";
- sha256 = "19cgyk0sh8nsmf3jbi92i8qsdx4l4yilfq5jj9zfdbj9p5gvwx96";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/highlight-symbol";
- sha256 = "01zw7xrkpgc89m55d60dx3s3kjajh5c164f64s2fzrgl9xj92h0r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-symbol";
- license = lib.licenses.free;
- };
- }) {};
- highlight-thing = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-thing";
- ename = "highlight-thing";
- version = "20181229.501";
- src = fetchFromGitHub {
- owner = "fgeller";
- repo = "highlight-thing.el";
- rev = "361a3301ba37663c8e27ba75d2743a2501f4b8b9";
- sha256 = "07ywg6idbwm91wbzpdp57w3n84pbbjyzmf5gp3m7qvm2h0xxv9av";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84b6cb403ff9a588771d051e472596f4e3cc974d/recipes/highlight-thing";
- sha256 = "0rvdb1lx9xn9drqw0sw9ih759n10g7k0af39w6n8g0wfr67p96w1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-thing";
- license = lib.licenses.free;
- };
- }) {};
- highlight-unique-symbol = callPackage ({ deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-unique-symbol";
- ename = "highlight-unique-symbol";
- version = "20130611.2242";
- src = fetchFromGitHub {
- owner = "hitode909";
- repo = "emacs-highlight-unique-symbol";
- rev = "d760015b4a5ce31d6da5a30890b599a8e1312be5";
- sha256 = "1sib511n4plbipl4mgjq6vshf03q4h50kga7lyj1qrwf32yxxf10";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/78b7caccef56cd2f1a9d8001417af52cc06d6573/recipes/highlight-unique-symbol";
- sha256 = "0lwl8pkmq0q4dvyflarggnn8vzpvk5hhcnk508r6xml2if1sg9zx";
- name = "recipe";
- };
- packageRequires = [ deferred ];
- meta = {
- homepage = "https://melpa.org/#/highlight-unique-symbol";
- license = lib.licenses.free;
- };
- }) {};
- highlight2clipboard = callPackage ({ fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight2clipboard";
- ename = "highlight2clipboard";
- version = "20151020.1140";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "highlight2clipboard";
- rev = "6ce58a060d9c5843ccb8c79ec2bba7858c68ac15";
- sha256 = "06nnqry36ncqacfzd8yvc4q59bwk3vgf9a14rkpph2hk2rfvq2m6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/87afa08061dc406528e7666cd4ee16995839b2d9/recipes/highlight2clipboard";
- sha256 = "19r7abbpm31b0azf2v3xn0rjagg9h01i8g72qapp8dhqb4d9n9r0";
- name = "recipe";
- };
- packageRequires = [ htmlize ];
- meta = {
- homepage = "https://melpa.org/#/highlight2clipboard";
- license = lib.licenses.free;
- };
- }) {};
- hindent = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hindent";
- ename = "hindent";
- version = "20180518.202";
- src = fetchFromGitHub {
- owner = "commercialhaskell";
- repo = "hindent";
- rev = "dc47d8b98ebd6ee7fdd7de5f75e65e5b5eedf72f";
- sha256 = "0xp3mpiyrc6886bi9rih4vbmsar56h8i5sapigd3gn2pv2v688bc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7/recipes/hindent";
- sha256 = "0az2zhdi73sa3h1q1c0bayqdk22a7ngrvsg9fr8b0i39sn3w8y07";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/hindent";
- license = lib.licenses.free;
- };
- }) {};
- hippie-exp-ext = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hippie-exp-ext";
- ename = "hippie-exp-ext";
- version = "20160502.1626";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "hippie-exp-ext";
- rev = "4eda13f90da51ab217d024701f4c30f91ffcb90e";
- sha256 = "141ikpyns1gd6kjply8m9jy9gifx5xdw5bn4p29hrxgiw994a78d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8e4328cae9b4759a75da0b26ea8b68821bc71af/recipes/hippie-exp-ext";
- sha256 = "142s7cmgjnqdmac21yps3b071sv18lw068kmxchyxb0zsa067g9l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hippie-exp-ext";
- license = lib.licenses.free;
- };
- }) {};
- hippie-expand-slime = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hippie-expand-slime";
- ename = "hippie-expand-slime";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "hippie-expand-slime";
- rev = "39bbae94896a62854d31754debdfae71d35fec62";
- sha256 = "1l2j5k4jk8jpm1vdf0z5zwa287859afsgd3gda778sdsiy38l6r7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/hippie-expand-slime";
- sha256 = "0kxyv1lpkg33qgfv1jfqx03640py7525bcnc9dk98w6y6y92zf4m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hippie-expand-slime";
- license = lib.licenses.free;
- };
- }) {};
- hippie-namespace = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hippie-namespace";
- ename = "hippie-namespace";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "hippie-namespace";
- rev = "107d927634032062483e83c6de9b7698b64809d1";
- sha256 = "0lyw9llblicc9fs1y6n5l5wsh7va5dzm684q0n48aaqy3d1kvdpw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/hippie-namespace";
- sha256 = "1bzjhq116ci9c9f0aw121fn3drmg2pw5ny1w6wcasa4p30syxxf0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hippie-namespace";
- license = lib.licenses.free;
- };
- }) {};
- historian = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "historian";
- ename = "historian";
- version = "20190110.1913";
- src = fetchFromGitHub {
- owner = "PythonNut";
- repo = "historian.el";
- rev = "64f4ef8cd4e417dfa090138a2d4ea1e72fd4456a";
- sha256 = "0py43kml7fcf1k28pali7n9nhsjp003j02cpynqcz6hmk8zr7b48";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f16dacf64c52767c0c8aef653ac5d1a7a3bd0883/recipes/historian";
- sha256 = "00cghcyb3liz2prgygjwsw82d9h70zjddnbf7dvglmj7ph9wn9ab";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/historian";
- license = lib.licenses.free;
- };
- }) {};
- history = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "history";
- ename = "history";
- version = "20160821.902";
- src = fetchFromGitHub {
- owner = "boyw165";
- repo = "history";
- rev = "5317663fb45bbd5e96d258cb0807dcc266ce67ff";
- sha256 = "1ghbpfmmp5p0wvivd79165dx5kia8qkmac3a6asg2d6l1h9y58n1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f51d4cc6521546c99197adeb35459fcd53bd67d4/recipes/history";
- sha256 = "0s8pcz53bk1w4h5847204vb6j838vr8za66ni1b2y4pas76zjr5g";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/history";
- license = lib.licenses.free;
- };
- }) {};
- historyf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "historyf";
- ename = "historyf";
- version = "20151123.1759";
- src = fetchFromGitHub {
- owner = "k1LoW";
- repo = "emacs-historyf";
- rev = "64ab6c9d2cd6dec6982622bf675326e011373cd2";
- sha256 = "1mxicha6m61qxz1mv9z76x4g9fpqk4ch9i6jf7nnpxd6x4xz3f7z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a67279875c19475433fa13625c95ee5855962a59/recipes/historyf";
- sha256 = "15pcaqfjpkfwcy46yqqw10q8kpw7aamcg0gr4frbdgzbv0yld08s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/historyf";
- license = lib.licenses.free;
- };
- }) {};
- hive = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sql ? null }:
- melpaBuild {
- pname = "hive";
- ename = "hive";
- version = "20131217.712";
- src = fetchFromGitHub {
- owner = "r0man";
- repo = "hive-el";
- rev = "131f2816a0cf4d1fee44198ca305e6e2d1cab750";
- sha256 = "1hz1j1jv86k80g8safyy7h40j94xhczxmq6kz70cb1czn5df0zlh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b167265dff60950823a5e98a299462b2b535b9a9/recipes/hive";
- sha256 = "1marz8gmk824hb0nkhaw48d4qw1xjk1aad27gviya7f5ilypxrya";
- name = "recipe";
- };
- packageRequires = [ sql ];
- meta = {
- homepage = "https://melpa.org/#/hive";
- license = lib.licenses.free;
- };
- }) {};
- hiwin = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hiwin";
- ename = "hiwin";
- version = "20150825.127";
- src = fetchFromGitHub {
- owner = "yoshida-mediba";
- repo = "hiwin-mode";
- rev = "6ee8ed051405653bd9b7332d7e9fbb591d954051";
- sha256 = "177blksgncxpxd1zi9kmbcfjnpd3ll1szjxiyc4am8a6hs1dyyqk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f050fd2b1038dce05a1302d3670933546f86525/recipes/hiwin";
- sha256 = "0klhxwxsz7xan2vsknw79r1dj4qhhjbfpddr67mk9qzccp8q0w8g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hiwin";
- license = lib.licenses.free;
- };
- }) {};
- hl-anything = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hl-anything";
- ename = "hl-anything";
- version = "20160422.1008";
- src = fetchFromGitHub {
- owner = "hl-anything";
- repo = "hl-anything-emacs";
- rev = "c2e50f91a05d6c43e8a1c169f709cd1f23e47b0a";
- sha256 = "1i93zh2ivm1xd6f13wp9fidn94rjnlx89xcgkz95lpiv90icqm3b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f38d26ede4e2e1d495a02c68e3b5041702b032e8/recipes/hl-anything";
- sha256 = "0czpc82j5hbzprc66aall72lqnk38dxgpzx4rs8sbx95cag12dxa";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hl-anything";
- license = lib.licenses.free;
- };
- }) {};
- hl-block-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hl-block-mode";
- ename = "hl-block-mode";
- version = "20190519.1730";
- src = fetchFromGitHub {
- owner = "ideasman42";
- repo = "emacs-hl-block-mode";
- rev = "3bd2b55a629cb687def06f950639382b2d960ce0";
- sha256 = "0pjhf4kzhf639pbm0fpf4sa1jsgd8sk1d4kwylnbvc82n1v03y3f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2fbba8cc73a5d567b525ce2c0a15f35379f29e8/recipes/hl-block-mode";
- sha256 = "16z49k1rn8n1f64fidff0jyhn3h4pmklys9plr96nbd4lvm80msj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hl-block-mode";
- license = lib.licenses.free;
- };
- }) {};
- hl-fill-column = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names }:
- melpaBuild {
- pname = "hl-fill-column";
- ename = "hl-fill-column";
- version = "20190605.721";
- src = fetchFromGitHub {
- owner = "laishulu";
- repo = "hl-fill-column";
- rev = "c96eb14298afa85e9eca84b9c148c3d0c2b270f0";
- sha256 = "1cs3ibsn77xwyj53rwpg3vyc7c5h76jfy4j1cbjq6iczzh8kndmi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68c40d7b6af664e01083b78c60b6a8e66b278a4e/recipes/hl-fill-column";
- sha256 = "1kv77zfz1rd60cajjgljn8b04j6szqwwc3ialfxf6wdzh1w28jd3";
- name = "recipe";
- };
- packageRequires = [ emacs names ];
- meta = {
- homepage = "https://melpa.org/#/hl-fill-column";
- license = lib.licenses.free;
- };
- }) {};
- hl-indent = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hl-indent";
- ename = "hl-indent";
- version = "20170429.1404";
- src = fetchFromGitHub {
- owner = "ikirill";
- repo = "hl-indent";
- rev = "bdb2e0177a7c8b29af26998e688b856adc6ded93";
- sha256 = "0fwb64ja5ij97308pnd7g6l5mascavcp7jcar8igxv9yyqnw6pfi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3aa6ce8f3d1349e28dd9dea8396c38257e3cea2f/recipes/hl-indent";
- sha256 = "1z42kcwcyinjay65mv042ijh4xfaaiyri368g0sjw0fflsg0ikcr";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/hl-indent";
- license = lib.licenses.free;
- };
- }) {};
- hl-sentence = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hl-sentence";
- ename = "hl-sentence";
- version = "20171018.819";
- src = fetchFromGitHub {
- owner = "milkypostman";
- repo = "hl-sentence";
- rev = "86ae38d3103bd20da5485cbdd59dfbd396c45ee4";
- sha256 = "1rzc74ckj06qs8kq2bd1cgqvgjd2qc3zxmk7bvgg6dy2m9nj52cm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/hl-sentence";
- sha256 = "16sjfs0nnpwzj1cqfna9vhmxgznwwhb2qdmjci25hlgrdxwwyahs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hl-sentence";
- license = lib.licenses.free;
- };
- }) {};
- hl-todo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hl-todo";
- ename = "hl-todo";
- version = "20190415.1600";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "hl-todo";
- rev = "487d349b7b8d6738223d5dd10957dd10b45eb9f3";
- sha256 = "07xcc04ivpl5sbgb55qz84mz6wa500h0awzw1zq1ba5mfjjq8hls";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7c262f6a1a10e8b3cc30151cad2e34ceb66c6ed7/recipes/hl-todo";
- sha256 = "1iyh68xwldj1r02blar5zi01wnb90dkbmi67vd6h78ksghl3z9j4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hl-todo";
- license = lib.licenses.free;
- };
- }) {};
- hledger-mode = callPackage ({ async
- , emacs
- , fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "hledger-mode";
- ename = "hledger-mode";
- version = "20190222.801";
- src = fetchFromGitHub {
- owner = "narendraj9";
- repo = "hledger-mode";
- rev = "096fdbded583ee1d99719633222baa46231d85f6";
- sha256 = "1zf9d2z53c8n2mral05l55bd28y8xvrixvz4k2dw6zckxlhnfmiv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/hledger-mode";
- sha256 = "15s8rqc94z70jzv13961nvcm9a9qadq04pf0m6xrzf8qqk71zn52";
- name = "recipe";
- };
- packageRequires = [ async emacs htmlize popup ];
- meta = {
- homepage = "https://melpa.org/#/hledger-mode";
- license = lib.licenses.free;
- };
- }) {};
- hlint-refactor = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hlint-refactor";
- ename = "hlint-refactor";
- version = "20190115.100";
- src = fetchFromGitHub {
- owner = "mpickering";
- repo = "hlint-refactor-mode";
- rev = "c4307f86aad6d02e32e9b30cb6edc115584c791c";
- sha256 = "1c71w9s34n0i7mm4njchxn6s3ri1y6mh3akgbg4nq41d42h8iap3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/384ffc463cc6edb4806f8da68bd251e662718e65/recipes/hlint-refactor";
- sha256 = "1311z6y7ycwx0mj67bya7a39j5hiypg72y6yg93dhgpk23wk7frq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hlint-refactor";
- license = lib.licenses.free;
- };
- }) {};
- hlinum = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hlinum";
- ename = "hlinum";
- version = "20180421.2112";
- src = fetchFromGitHub {
- owner = "tom-tan";
- repo = "hlinum-mode";
- rev = "f17360fe93de6df99a05b4b64b0a1ca4ee45abb6";
- sha256 = "01sfba4sd3mjc7bs1y4qdzryfawg1xzg3hbwy9afwfaz0w5czni8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/41bca7b89a7ce52d4c9381b9a4046b7103996c4f/recipes/hlinum";
- sha256 = "04b6m0njr7yrbcbpkhqz4hmqpfacmyca3lw75dyw3vpjpsj2g0iv";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/hlinum";
- license = lib.licenses.free;
- };
- }) {};
- hmac = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hmac";
- ename = "hmac";
- version = "20180429.1310";
- src = fetchFromGitHub {
- owner = "grimnebulin";
- repo = "emacs-hmac";
- rev = "30132cd3fee7d3d91a9f04709d49ca0dcb96d565";
- sha256 = "0l4msj1i8amcn10dk1shcyh6hn49iphma1q03kp2h84ga79xdpi3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7cabf363dbdfc87f29ab3dcf63bfe39b9e0920f7/recipes/hmac";
- sha256 = "0am8pbjwf43nvhqa2mppdgiyd7kil7jxnaq7hhi5214bsrqgxk31";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/hmac";
- license = lib.licenses.free;
- };
- }) {};
- hoa-mode = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hoa-mode";
- ename = "hoa-mode";
- version = "20151203.850";
- src = fetchgit {
- url = "https://gitlab.lrde.epita.fr/spot/emacs-modes.git";
- rev = "3c608e15b655d2375c5f81323ac561c7848dc029";
- sha256 = "19360wx1i7lkr8igddm7zl9yh5hlm3r013rkd512cs18iz1y753x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8b91f35d06f9e7e17c9aaf2fb9ee43a77257113/recipes/hoa-mode";
- sha256 = "06rfqn7sqvmgpvwhfmk17qqs4q0frfzhm597z3p1q7kys2035kiv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hoa-mode";
- license = lib.licenses.free;
- };
- }) {};
- hoa-pp-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names }:
- melpaBuild {
- pname = "hoa-pp-mode";
- ename = "hoa-pp-mode";
- version = "20151027.36";
- src = fetchFromGitHub {
- owner = "hoaproject";
- repo = "Contributions-Emacs-Pp";
- rev = "a72104a191214fba502653643a0d166a8f5341d9";
- sha256 = "1wg6vc9swwspi6s6jpig3my83i2pq8vkq2cy1q3an87rczacmfzp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c0d707dad9dc86bb3d6a829a60e21e92a5f3160/recipes/hoa-pp-mode";
- sha256 = "01ijfn0hd645j6j88rids5dsanmzwmky37slf50yqffnv69jwvla";
- name = "recipe";
- };
- packageRequires = [ emacs names ];
- meta = {
- homepage = "https://melpa.org/#/hoa-pp-mode";
- license = lib.licenses.free;
- };
- }) {};
- holiday-pascha-etc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "holiday-pascha-etc";
- ename = "holiday-pascha-etc";
- version = "20160821.1758";
- src = fetchFromGitHub {
- owner = "hexmode";
- repo = "holiday-pascha-etc";
- rev = "eb198656f63cb8679fb0e3a8248782df071a0f3c";
- sha256 = "1dd0k7r5kx15sph12vzakhq27zh7vy9r541qdp8w5051k6apw3pw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4108926b1fee78e54c9fa68445c7a2b1b20404ea/recipes/holiday-pascha-etc";
- sha256 = "0v2mhga1db6qy1160i730pzzrzisvhl3fjkazj4cjbkpjlshfc5j";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/holiday-pascha-etc";
- license = lib.licenses.free;
- };
- }) {};
- home-end = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , keypress-multi-event
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "home-end";
- ename = "home-end";
- version = "20180817.155";
- src = fetchFromGitHub {
- owner = "Boruch-Baum";
- repo = "emacs-home-end";
- rev = "211914c5e7b25f35f02626575a9b10536f81ba1d";
- sha256 = "1ppjm0sb4svarnqcv6j581sqnjjsps27ghx63759v9wkylqyi995";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f67c9cf33e0f11a9bd6e1521af86d180177111c4/recipes/home-end";
- sha256 = "0xnpb0n4kd7b0m80g2a88ylfk5gbvkcgwb78nig98dmgjg48z2ly";
- name = "recipe";
- };
- packageRequires = [ emacs keypress-multi-event ];
- meta = {
- homepage = "https://melpa.org/#/home-end";
- license = lib.licenses.free;
- };
- }) {};
- homebrew-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "homebrew-mode";
- ename = "homebrew-mode";
- version = "20160615.620";
- src = fetchFromGitHub {
- owner = "dunn";
- repo = "homebrew-mode";
- rev = "d422307aee2f897d1a92e3b959c3214bc54cbe38";
- sha256 = "1z4d0niz8q24f2z8rnfnc2rlmkffkf7qc57qn4695jbkzb7galfz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e4007f6d15574098722fb427b6a9903f77afb21/recipes/homebrew-mode";
- sha256 = "088wc5fq4r5yj1nbh7mriyqf0xwqmbxvblj9d2wwrkkdm5flc8mj";
- name = "recipe";
- };
- packageRequires = [ dash emacs inf-ruby ];
- meta = {
- homepage = "https://melpa.org/#/homebrew-mode";
- license = lib.licenses.free;
- };
- }) {};
- honcho = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sudo-edit }:
- melpaBuild {
- pname = "honcho";
- ename = "honcho";
- version = "20180706.1724";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "honcho.el";
- rev = "f6a89a27e255b3ecb1f0b13058933558b1f0c6fb";
- sha256 = "06q0rw1vc3h1jd7q544csqn6mkfzcqmdlcr7pcrs7y2jsgb01k4s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76487b6776d148325c0200d2f788815f115feac9/recipes/honcho";
- sha256 = "1ywx67dmvackfx19p4fvrb8mm27a7pri3m3bwr2acwd29lrrid2x";
- name = "recipe";
- };
- packageRequires = [ emacs sudo-edit ];
- meta = {
- homepage = "https://melpa.org/#/honcho";
- license = lib.licenses.free;
- };
- }) {};
- hookify = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "hookify";
- ename = "hookify";
- version = "20141216.1409";
- src = fetchFromGitHub {
- owner = "Silex";
- repo = "hookify";
- rev = "e76127230716f7fab6662410c03c3872d17a172b";
- sha256 = "1yvz9d5h7npxhsdf6s9fgxpmqk5ixx91iwivbhzcz935gs2886hc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aa04ccd0ac05beed5de8d51ed96ccbf0071fdea1/recipes/hookify";
- sha256 = "0prls539ifk2fsqklcxmbrwmgbm9hya50z486d7sw426lh648qmy";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/hookify";
- license = lib.licenses.free;
- };
- }) {};
- horoscope = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "horoscope";
- ename = "horoscope";
- version = "20180408.2341";
- src = fetchFromGitHub {
- owner = "mschuldt";
- repo = "horoscope.el";
- rev = "f4c683e991adce0a8f9023f15050f306f9b9a9ed";
- sha256 = "17k4j4q19l4ahxlzzic1jlbbh7l378j9vgnrcrvpm0lxa9ipclk0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/180248c19160940a208b32fa7a9660a838f68de5/recipes/horoscope";
- sha256 = "1y2nzhdl7ghi5l3iyzb04xics7gr5981jmb5z5y8y1z04xhqpfs6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/horoscope";
- license = lib.licenses.free;
- };
- }) {};
- hound = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "hound";
- ename = "hound";
- version = "20170627.1259";
- src = fetchFromGitHub {
- owner = "ryoung786";
- repo = "hound.el";
- rev = "0c5a250ef82870dca737a429b6e9b9db93874ed3";
- sha256 = "0kf2nhp5k3gk82ad1k9qi4aysqhw36x4mcdhg6kjckmcakfjw3g6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90cfc34eb4e8be7bf887533b85feba91131a435b/recipes/hound";
- sha256 = "0qri6bddd3c4sqvaqvmqw6xg46vwlfi1by3gc9i3izpq4xl1cr1v";
- name = "recipe";
- };
- packageRequires = [ cl-lib request ];
- meta = {
- homepage = "https://melpa.org/#/hound";
- license = lib.licenses.free;
- };
- }) {};
- howdoi = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "howdoi";
- ename = "howdoi";
- version = "20150203.1643";
- src = fetchFromGitHub {
- owner = "atykhonov";
- repo = "emacs-howdoi";
- rev = "5fbf7069ee160c597a328e5ce5fb32920e1ca88f";
- sha256 = "01sj9c8mxqaif8wh6zz9v2czjaq7vcdi66drldyjmifkln6rg2v8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d08f4d6c8bdf16f47d2474f92273fd214179cb18/recipes/howdoi";
- sha256 = "12vgbypawxhhrnjp8dgh0wrcp7pvjccfaxw4yhq7msai7ik3h83b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/howdoi";
- license = lib.licenses.free;
- };
- }) {};
- howm = callPackage ({ cl-lib ? null
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "howm";
- ename = "howm";
- version = "20180929.514";
- src = fetchgit {
- url = "https://scm.osdn.net/gitroot/howm/howm.git";
- rev = "f707233a99f425d67ddb86b197edeaa3f03a280d";
- sha256 = "1k1fv6yyydxcv8rm5f3cyly0fl0vmxgqxdk9wnakabcb14d32ws4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0099a1f9b0efb3fc3a1420cfe71a647ec6458998/recipes/howm";
- sha256 = "07wx3wmc51vm42s81km5sdbm600ax2pv83xg0116xsyn05za3bfn";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/howm";
- license = lib.licenses.free;
- };
- }) {};
- hsluv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "hsluv";
- ename = "hsluv";
- version = "20181127.406";
- src = fetchFromGitHub {
- owner = "hsluv";
- repo = "hsluv-emacs";
- rev = "bc6e27d25b62f5a2f79836a32e8de6125f4d1564";
- sha256 = "08jkba7z0w1ma9j2y93aic3sbgnzxyyiradk69qylnl60q4xnx19";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b74189f827ed54760c758f0364e573809ab32a22/recipes/hsluv";
- sha256 = "1g7g8434q2a4vpzxa4y5vrplzjali89px3gr8vhzfhscxg6mdcki";
- name = "recipe";
- };
- packageRequires = [ seq ];
- meta = {
- homepage = "https://melpa.org/#/hsluv";
- license = lib.licenses.free;
- };
- }) {};
- ht = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ht";
- ename = "ht";
- version = "20190404.502";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "ht.el";
- rev = "095fde55294bd20dc7f46d614e1b0504e3830cfa";
- sha256 = "1kfxcvrn8z87g99cihpkzriylzivnvf25ffqpyb9f2f0ri7xk1y5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c7589bca1c1dfcc0fe76779f6847fda946ab981/recipes/ht";
- sha256 = "16vmxksannn2wyn8r44jbkdp19jvz1bg57ggbs1vn0yi7nkanwbd";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/ht";
- license = lib.licenses.free;
- };
- }) {};
- html-check-frag = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "html-check-frag";
- ename = "html-check-frag";
- version = "20160130.2135";
- src = fetchFromGitHub {
- owner = "TobiasZawada";
- repo = "html-check-frag";
- rev = "feb89765eafd69dfcf07afeebded8985dc456e7c";
- sha256 = "10lbxf56gvy26grzrhhx2p710fzs0h866jd2zmmgkisvyb0vaiay";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a53c9877f6f4c4e72c565fb8bd7cbe81ddbc565c/recipes/html-check-frag";
- sha256 = "0drancb9ryifiln44b40l6cal0c7nyp597a6q26288s3v909yk2a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/html-check-frag";
- license = lib.licenses.free;
- };
- }) {};
- html-script-src = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "html-script-src";
- ename = "html-script-src";
- version = "20120403.1115";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "html-script-src.el";
- rev = "0efeed7ab948e48128e6f1a7ddff17ef2951e1c2";
- sha256 = "11zffiy5s0zqwi8hxwa87j2k8n2lm54v8knnbwa5zafhqpb53znm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/html-script-src";
- sha256 = "0pdyc2a9wxxc9rivjm2kgh4ysdxmdp73wg37nfy2nzka1m7qni7j";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/html-script-src";
- license = lib.licenses.free;
- };
- }) {};
- html-to-hiccup = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "html-to-hiccup";
- ename = "html-to-hiccup";
- version = "20161028.701";
- src = fetchFromGitHub {
- owner = "plexus";
- repo = "html-to-hiccup";
- rev = "99217a5058626d253ed8ada51a7642071fe54ba5";
- sha256 = "1cvlh1iqjdmgwbw254g0rfdshsj7dhqjjp56gwqhn2fqkga44a7i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/html-to-hiccup";
- sha256 = "0gyghgdil14i4p0yv5mb6la1ajzf8xcgdm1si5i5w7cn72vfapmz";
- name = "recipe";
- };
- packageRequires = [ dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/html-to-hiccup";
- license = lib.licenses.free;
- };
- }) {};
- html-to-markdown = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "html-to-markdown";
- ename = "html-to-markdown";
- version = "20151105.40";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "html-to-markdown";
- rev = "60c5498c801be186478cf7c05be05b4430c4a144";
- sha256 = "09n3zm9ivln8ng80fv5vwwzh9mj355ni685axda3m85xfxgai8gi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/html-to-markdown";
- sha256 = "1gjh9ndqsb3nfb7w5h7carjckkgy6qh63b4mg141j19dsyx9rrjv";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/html-to-markdown";
- license = lib.licenses.free;
- };
- }) {};
- html2org = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "html2org";
- ename = "html2org";
- version = "20170417.2201";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "html2org.el";
- rev = "6904aed40259ad8afccff079ebd8a07bff319ebc";
- sha256 = "0dryk622fz0yj939pbs0fbb9i4m8qjnmkcxjsssws8f90plk06af";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/771e6604edc90182697bbd4827c8c46c34b48289/recipes/html2org";
- sha256 = "1lj4dwmjkc43dfmsc7z4nvydmmf6wrk5v9ms23zf0llnk9h3hvnk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/html2org";
- license = lib.licenses.free;
- };
- }) {};
- htmlize = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "htmlize";
- ename = "htmlize";
- version = "20180923.1129";
- src = fetchFromGitHub {
- owner = "hniksic";
- repo = "emacs-htmlize";
- rev = "8db0aa6aab77475a732b7363f0d57bd3933c18fd";
- sha256 = "19hwcqla1mnp5k8mll4in1pimqpa8zmqd8yfmxkikldmwwsilaq0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/075aa00a0757c6cd1ad392f0300bf5f1b937648d/recipes/htmlize";
- sha256 = "16nvvsi4nxi0zzk5a6mwmp43p0ls20zdx9r18mxz6bsaw6jangh2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/htmlize";
- license = lib.licenses.free;
- };
- }) {};
- htmltagwrap = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "htmltagwrap";
- ename = "htmltagwrap";
- version = "20190516.2211";
- src = fetchFromGitHub {
- owner = "elpa-host";
- repo = "htmltagwrap";
- rev = "3260d9267b51019328c30a6317f28e4a2dd7d522";
- sha256 = "15rfg4z8lhwadgnr58r3skmzmkxs5phnqr1ap4bjd9pq618amdbn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec27ae185c0308c445e461dc84f398483ca08c5a/recipes/htmltagwrap";
- sha256 = "19vav9mpqfg6x017b2f4fkhixfw9fslhs03n780qq2n79abp77n9";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/htmltagwrap";
- license = lib.licenses.free;
- };
- }) {};
- http = callPackage ({ edit-indirect
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "http";
- ename = "http";
- version = "20181008.1421";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "http.el";
- rev = "1bbfff5994e16ffc185c4ac28d792cb040da3351";
- sha256 = "0bs2l487mn8zkx3h7zgynm5cq54w8wlr150izaxynqddcpkrr44h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c7c63aaf27240706d84e464881d40cfb7cbe9ee3/recipes/http";
- sha256 = "1176jhm8m7s1pzp0zv1sqawcgn4m5zvxghypmsrjyyb5p7m6dalm";
- name = "recipe";
- };
- packageRequires = [ edit-indirect emacs request ];
- meta = {
- homepage = "https://melpa.org/#/http";
- license = lib.licenses.free;
- };
- }) {};
- http-post-simple = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "http-post-simple";
- ename = "http-post-simple";
- version = "20170715.240";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "http-post-simple";
- rev = "f53697fca278c741051aeb668b00466b5e0fd3fe";
- sha256 = "0krdbvvvzn323vx554yw7947nddl3icfjk4wf5kfx7fim5v3mdn6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/http-post-simple";
- sha256 = "0z3zphaqywbm7vn2g1f7fkrdamgsc26i8zydm9y53v9z9fmzch5s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/http-post-simple";
- license = lib.licenses.free;
- };
- }) {};
- http-twiddle = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "http-twiddle";
- ename = "http-twiddle";
- version = "20160801.1211";
- src = fetchFromGitHub {
- owner = "hassy";
- repo = "http-twiddle";
- rev = "46da2dbc40209925aa88ab19014ca982bcf9ac70";
- sha256 = "03fdpl64lgwlz8yc29ia9scbh0s5xh7g7jbyfvvp6hcy2f0yiyx7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/http-twiddle";
- sha256 = "1d8xnwhb8lp4p4xnnkryx5c6isd8ckalp0smx66lbi1pa4g6iqsh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/http-twiddle";
- license = lib.licenses.free;
- };
- }) {};
- httpcode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "httpcode";
- ename = "httpcode";
- version = "20121001.2045";
- src = fetchFromGitHub {
- owner = "rspivak";
- repo = "httpcode.el";
- rev = "a45e735082b09477cd704a99294d336cdbeb12ba";
- sha256 = "02jz8qwxl69zhwvpmlqc15znr8x4f30paqszmm7xrrrz5x1c1rn4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/906da23e26d44f8c71ba57ab59bb089caea673a9/recipes/httpcode";
- sha256 = "05k1al1j119x6zf03p7jn2r9qql33859583nbf85k41bhicknpgh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/httpcode";
- license = lib.licenses.free;
- };
- }) {};
- httprepl = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "httprepl";
- ename = "httprepl";
- version = "20141101.1034";
- src = fetchFromGitHub {
- owner = "gregsexton";
- repo = "httprepl.el";
- rev = "cfa3693267a8ed1c96a86a126823f37dbfe077d8";
- sha256 = "0wd4wmy99mx677x4sdbp57bxxll1fsnnf8hk97r85xdmmjsmrkld";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c49824f6e2dc2f3482e607c2d3a1e2d7685bf688/recipes/httprepl";
- sha256 = "0899qb1yfnsyf04hhvnk47qnq4d1f4vd5ghj43x4743wd2b9qawh";
- name = "recipe";
- };
- packageRequires = [ dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/httprepl";
- license = lib.licenses.free;
- };
- }) {};
- hugsql-ghosts = callPackage ({ cider
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "hugsql-ghosts";
- ename = "hugsql-ghosts";
- version = "20180425.429";
- src = fetchFromGitHub {
- owner = "rkaercher";
- repo = "hugsql-ghosts";
- rev = "f3ebc60c66204ad39058cb84eb4bd5facce091df";
- sha256 = "0pcr39x8yxl5aa0sz20gw20ixz5imw5m19bzhzbzyn7slr65hlqn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/969fd5e51bf93b5eff6919956c43c041a3b24d1e/recipes/hugsql-ghosts";
- sha256 = "1v1iypis5iyimdr9796qpqw0qmhzijap0nbr0mhhyp4001kakkwz";
- name = "recipe";
- };
- packageRequires = [ cider dash s ];
- meta = {
- homepage = "https://melpa.org/#/hugsql-ghosts";
- license = lib.licenses.free;
- };
- }) {};
- hungarian-holidays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hungarian-holidays";
- ename = "hungarian-holidays";
- version = "20161020.438";
- src = fetchFromGitHub {
- owner = "gergelypolonkai";
- repo = "hungarian-holidays";
- rev = "653108769279499d84a79267c90e640d98823872";
- sha256 = "0jjparw5axydjf2lj8asccmksbbj9zgdiv2kc211h122q5712gvm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c2dc20ce4b878a32c540744016a40f6cc2a657a/recipes/hungarian-holidays";
- sha256 = "1bdl0ynlni1i19hq4h48k8j9b2davv2kfgrpd2mrl2xqmjvhm1m2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hungarian-holidays";
- license = lib.licenses.free;
- };
- }) {};
- hungry-delete = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hungry-delete";
- ename = "hungry-delete";
- version = "20170411.1802";
- src = fetchFromGitHub {
- owner = "nflath";
- repo = "hungry-delete";
- rev = "0434458d3f6b2b585f332271feaa054bf4ec96d7";
- sha256 = "04g8gdfqpzdhxf5rnl2k49f2klmzxwys79aib7xs30i0n8c8qb7d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e33960d9b7e24f830ebe4e5a26a562422d52fe97/recipes/hungry-delete";
- sha256 = "0hcsm3yndkyfqzb77ibx7df6bjppc34x5yabi6nd389pdscp9rpz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hungry-delete";
- license = lib.licenses.free;
- };
- }) {};
- hy-mode = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "hy-mode";
- ename = "hy-mode";
- version = "20190605.1426";
- src = fetchFromGitHub {
- owner = "hylang";
- repo = "hy-mode";
- rev = "b8e67643b209661f82e1f8aa0dc24d8d486f3d5c";
- sha256 = "0qn51lqv91rld0gzfrhimfqvb751gf7mnbd026c14cfjg7gmal5i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc9ab5cf16b61bb27559cd8ec5cf665a5aab2154/recipes/hy-mode";
- sha256 = "1vxrqla3p82x7s3kn7x4h33vcdfms21srxgxzidr02k37f0vi82m";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs s ];
- meta = {
- homepage = "https://melpa.org/#/hy-mode";
- license = lib.licenses.free;
- };
- }) {};
- hyai = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hyai";
- ename = "hyai";
- version = "20170301.647";
- src = fetchFromGitHub {
- owner = "iquiw";
- repo = "hyai";
- rev = "e9a7e945fed12d8e664e898cf8b434b0376d5d80";
- sha256 = "1sbn4h74crawdy8yjdjklxh1q6js5y9ip5qxf6dfi85h82qizpa8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1dd9bd1cfd2f3b760b664a4677b0e4e617cbdfa6/recipes/hyai";
- sha256 = "00ns7q5b11c5amwkq11fs4p5vrmdfmjljfrcxbwb39gc12yrhn7s";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/hyai";
- license = lib.licenses.free;
- };
- }) {};
- hydandata-light-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hydandata-light-theme";
- ename = "hydandata-light-theme";
- version = "20160815.2118";
- src = fetchFromGitHub {
- owner = "hydandata";
- repo = "hydandata-light-theme";
- rev = "169c0d9ab1272b0f4a1f29eb5f1cd5ffb2365e1e";
- sha256 = "19q63kg1higqxf26bhwnqwvqxpayjq2j24yi54b1wkvwbv5f28nr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/413c617f15947782891159a240e0c9014f1f7d11/recipes/hydandata-light-theme";
- sha256 = "0jw43m91m10ifqg335y6d52r6ri77hcmxkird8wsyrpsnk3cfb60";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hydandata-light-theme";
- license = lib.licenses.free;
- };
- }) {};
- hyde = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hyde";
- ename = "hyde";
- version = "20160507.2008";
- src = fetchFromGitHub {
- owner = "nibrahim";
- repo = "Hyde";
- rev = "a8cd6ed00ecd8d7de0ded2f4867015b412b15b76";
- sha256 = "14sk9gai7sscvwgbl7y3dzz8fdhrqynilscmdimlncpm15w56m6i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/151f5c1097e5020dbc13e41f2657aae781c5942b/recipes/hyde";
- sha256 = "18kjcxm7qmv9bfh4crw37zgax8khjqs9zkp4lrb490zlad2asbs3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hyde";
- license = lib.licenses.free;
- };
- }) {};
- hydra = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , lv
- , melpaBuild }:
- melpaBuild {
- pname = "hydra";
- ename = "hydra";
- version = "20190525.117";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "hydra";
- rev = "a2bb124a3f2e57c032fc264bcd08219fa3d513d9";
- sha256 = "0wshlb3cz2l8idjwz881mvq96yik64gsxn87msayxb32xblvlcpf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82d9e1bfd501ed2d1cd11319c5e1eb17482e8922/recipes/hydra";
- sha256 = "1s1hj70jjbira054q8ly1pcr0818hh91qnhj0zwbv7milmvv2wwd";
- name = "recipe";
- };
- packageRequires = [ cl-lib lv ];
- meta = {
- homepage = "https://melpa.org/#/hydra";
- license = lib.licenses.free;
- };
- }) {};
- hyperspace = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "hyperspace";
- ename = "hyperspace";
- version = "20190601.1258";
- src = fetchFromGitHub {
- owner = "ieure";
- repo = "hyperspace-el";
- rev = "685c799abe28583769f59d3fd730da883107c5f8";
- sha256 = "0iyy6lxf94w0w63yl2wzwxfvk9jqlh5gygadi9lf7nj3paqdp0x4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0696a12acba676015640de63fc6e011128bca71c/recipes/hyperspace";
- sha256 = "0ya41c9bxvspj81n5209p9b4c9p1i6jcp710n9i9jawpahwpqlkw";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/hyperspace";
- license = lib.licenses.free;
- };
- }) {};
- i2b2-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "i2b2-mode";
- ename = "i2b2-mode";
- version = "20140709.1804";
- src = fetchFromGitHub {
- owner = "danlamanna";
- repo = "i2b2-mode";
- rev = "db10efcfc8bed369a516bbf7526ede41f98cb95a";
- sha256 = "17k41rah17l9kf7bvlm83x71nzz4aizgn7254cl5sb59mdhcm8pm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/i2b2-mode";
- sha256 = "1jnlisdnp9sz54p444vlq00y3080i4ljcvclri9fy382g1s5ags5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/i2b2-mode";
- license = lib.licenses.free;
- };
- }) {};
- i3wm = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "i3wm";
- ename = "i3wm";
- version = "20170822.738";
- src = fetchgit {
- url = "https://git.flintfam.org/swf-projects/emacs-i3.git";
- rev = "71391dc61063fee77ad174f3b2ca25c60b41009e";
- sha256 = "16rwqfg517ask3y6mqxw689w8xx4i51nq8js5wnzbz9a55aj776n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2e12638554a13ef49ab24da08fe20ed2a53dbd11/recipes/i3wm";
- sha256 = "11246d71g82iv9zrd44013zwkmnf32m1x8zbrbb656dnzx7ps4rl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/i3wm";
- license = lib.licenses.free;
- };
- }) {};
- ialign = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ialign";
- ename = "ialign";
- version = "20181202.346";
- src = fetchFromGitHub {
- owner = "mkcms";
- repo = "interactive-align";
- rev = "e1308c8f6aea05ad6dbcaa33b9bee4eb7e05ee39";
- sha256 = "0b7a2z4v1nyyaw0lvql9xrakpsi1a6kflqr74k56ndm3ivmqwx09";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/072f1f7ce17e2972863bce10af9c52b3c6502eab/recipes/ialign";
- sha256 = "070a0fa2vbdfvbnpbzv4z0c7311lf8sy2zw2ifn9k548n4l8k62j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ialign";
- license = lib.licenses.free;
- };
- }) {};
- iasm-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iasm-mode";
- ename = "iasm-mode";
- version = "20171023.722";
- src = fetchFromGitHub {
- owner = "RAttab";
- repo = "iasm-mode";
- rev = "abbec7f308f9ce97beeb57e459fff35f559b4c18";
- sha256 = "0hvpcckhlxab5f7w4s6iw5lhdbjrqn0l8gayg1w42rn6gssr3rap";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c230ec10eb62d1b3f6df10c05c5dbc2e25d4507/recipes/iasm-mode";
- sha256 = "09xh41ayaha07fi5crk3c6pn17gwm3samsf6h71ldkywvz74kipv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/iasm-mode";
- license = lib.licenses.free;
- };
- }) {};
- ibuffer-git = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ibuffer-git";
- ename = "ibuffer-git";
- version = "20110508.31";
- src = fetchFromGitHub {
- owner = "jrockway";
- repo = "ibuffer-git";
- rev = "d326319c05ddb8280885b31f9094040c1b365876";
- sha256 = "1s5qvlf310b0z7q9k1xhcf4qmyfqd37jpqd67ciahaxk7cp224rd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d341da1b9bac782c75ab931fd53a9525a85c702e/recipes/ibuffer-git";
- sha256 = "048888y07bzmi9x5i43fg6bgqbzdqi3nfjfnn6zr29jvlx366r5z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ibuffer-git";
- license = lib.licenses.free;
- };
- }) {};
- ibuffer-project = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ibuffer-project";
- ename = "ibuffer-project";
- version = "20181216.1325";
- src = fetchFromGitHub {
- owner = "muffinmad";
- repo = "emacs-ibuffer-project";
- rev = "7424e71062f2cb969c3e9951203022414dea37fb";
- sha256 = "02rr81ddpand0hb3yaskklhpknnqfjkcqaa2w77xi4xlzjdima01";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/895d692a678322e2d082ead155b679fa24a3a82d/recipes/ibuffer-project";
- sha256 = "14lpjf9lsjzvkbp5ai95ymgl6h8waq80623hnamg6mv83vg7w135";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ibuffer-project";
- license = lib.licenses.free;
- };
- }) {};
- ibuffer-projectile = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "ibuffer-projectile";
- ename = "ibuffer-projectile";
- version = "20181201.1952";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ibuffer-projectile";
- rev = "76496214144687cee0b5139be2e61b1e400cac87";
- sha256 = "0vv9xwb1qd5x8zhqmmsn1nrpd11cql9hxb7483nsdhcfwl4apqav";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/363a6a888945f2c8b02f5715539439ba744d737d/recipes/ibuffer-projectile";
- sha256 = "1qh4krggmsc6lx5mg60n8aakmi3f6ppl1gw094vfcsni96jl34fk";
- name = "recipe";
- };
- packageRequires = [ emacs projectile ];
- meta = {
- homepage = "https://melpa.org/#/ibuffer-projectile";
- license = lib.licenses.free;
- };
- }) {};
- ibuffer-rcirc = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ibuffer-rcirc";
- ename = "ibuffer-rcirc";
- version = "20150215.1318";
- src = fetchFromGitHub {
- owner = "fgallina";
- repo = "ibuffer-rcirc";
- rev = "8a4409b1c679d65c819dee4085faf929840e79f8";
- sha256 = "15lapyj7qkkw1i1g1aizappm7gxkfnxhvd4fq66lghkzb76clz2m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d8bcf68d54fce13fcb0fb0ae0b6aa975e8127a1f/recipes/ibuffer-rcirc";
- sha256 = "1y6pyc6g8j42hs103yynjsdkkxvcq0q4xsz4r93rqwsr3za3wcmc";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ibuffer-rcirc";
- license = lib.licenses.free;
- };
- }) {};
- ibuffer-sidebar = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ibuffer-sidebar";
- ename = "ibuffer-sidebar";
- version = "20180218.1731";
- src = fetchFromGitHub {
- owner = "jojojames";
- repo = "ibuffer-sidebar";
- rev = "b18a8ca0fac9cbfb6e99bcccc2cea488d5876add";
- sha256 = "1vvzmx4wi0bscig0aqrs9rmxw6mnyyqcxg3mi8mr52j43p1kdmr3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19c7c36af8e30b9a9ccc4afda2a7b7e39e8d32ff/recipes/ibuffer-sidebar";
- sha256 = "0rzdybkqaf8r6v19isgw4wv0mwdqxvf55gq1ig4shscjc7ys22wp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ibuffer-sidebar";
- license = lib.licenses.free;
- };
- }) {};
- ibuffer-tramp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ibuffer-tramp";
- ename = "ibuffer-tramp";
- version = "20151118.939";
- src = fetchFromGitHub {
- owner = "svend";
- repo = "ibuffer-tramp";
- rev = "41fab2ad174f53a4cf5ef7d2ebef518dede82ab4";
- sha256 = "1mfrbr725p27p3s5nxh7xhm81pdr78ysz8l3kwrlp97bb6dmljmq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1a7449b15cb2a89cf06ea3de2cfdc6bc387db3b/recipes/ibuffer-tramp";
- sha256 = "11a9b9g1jk2r3fldi012zka4jzy68kfn4991xp046qm2fbc7la32";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ibuffer-tramp";
- license = lib.licenses.free;
- };
- }) {};
- ibuffer-vc = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ibuffer-vc";
- ename = "ibuffer-vc";
- version = "20181225.1427";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ibuffer-vc";
- rev = "64cb03887bcae6127e80f0d9342c33206e21d2d2";
- sha256 = "1ayqa7l5ny7g01pb3917w2phnsdfw69scw3lk6bpa773pq00n2vi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/ibuffer-vc";
- sha256 = "0bn5qyiq07cgzci10xl57ss5wsk7bfhi3hjq2v6yvpy9v704dvla";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ibuffer-vc";
- license = lib.licenses.free;
- };
- }) {};
- id-manager = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "id-manager";
- ename = "id-manager";
- version = "20170320.546";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-id-manager";
- rev = "14ebc35db298aac4dedc8aa188bc46bacab81f3b";
- sha256 = "0k9b12gzvjw06y5ycjkigkj8vcmj4rz57d4hyzip27g1v93vvimc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/64a61b3801a0cafec87b1875eaec5950746f716d/recipes/id-manager";
- sha256 = "13g5fi06hvx0x2wn1d1d8rkfq5n6wbk9g5bhx2b5sar2yw0akmwm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/id-manager";
- license = lib.licenses.free;
- };
- }) {};
- idea-darkula-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "idea-darkula-theme";
- ename = "idea-darkula-theme";
- version = "20160416.1603";
- src = fetchFromGitHub {
- owner = "fourier";
- repo = "idea-darkula-theme";
- rev = "52602d9b91883e1f297d000951aeed48bf60176e";
- sha256 = "1hknhbm3b5rsba2s84iwspylhzjsm91zdckz22j9gyrq37wjgyrr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/abf27cce70443010f996b5577d71fe78f7eab6fb/recipes/idea-darkula-theme";
- sha256 = "0lanhwlhd7pbzjc047vd5sgsmi2bx66gr3inr8y57swgrfw3l8sk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/idea-darkula-theme";
- license = lib.licenses.free;
- };
- }) {};
- identica-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "identica-mode";
- ename = "identica-mode";
- version = "20130204.1453";
- src = fetchFromGitHub {
- owner = "gabrielsaldana";
- repo = "Emacs-Identica-mode";
- rev = "cf9183ee11ac922e85c7c908f04e2d00b03111b3";
- sha256 = "047gzycr49cs8wlmm9j4ry7b7jxmfhmbayx6rbbxs49lba8dgwlk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/812b7c1fbc435f0530b7f66a1e65f62f5f00da01/recipes/identica-mode";
- sha256 = "1r69ylykjap305g23cry4wajiqhpgw08nw3b5d9i1y3mwx0j253q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/identica-mode";
- license = lib.licenses.free;
- };
- }) {};
- idle-highlight-in-visible-buffers-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "idle-highlight-in-visible-buffers-mode";
- ename = "idle-highlight-in-visible-buffers-mode";
- version = "20181027.831";
- src = fetchFromGitHub {
- owner = "ignacy";
- repo = "idle-highlight-in-visible-buffers-mode";
- rev = "8d8de309d5bd4b035c01bf7f0cfc6e079c79d898";
- sha256 = "194r7f4ngwx03n74rs26hqn9wypn9idjizvmffpsjpxfr7wr9z7l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b5a533be3b8dea556438d93ac48853dd3a9690f1/recipes/idle-highlight-in-visible-buffers-mode";
- sha256 = "0kv06qlv1zp5hwaya0l90z6d5lhxcg69qac6x24ky6kf97vcdq72";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/idle-highlight-in-visible-buffers-mode";
- license = lib.licenses.free;
- };
- }) {};
- idle-highlight-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "idle-highlight-mode";
- ename = "idle-highlight-mode";
- version = "20120920.948";
- src = fetchFromGitHub {
- owner = "nonsequitur";
- repo = "idle-highlight-mode";
- rev = "c466f2a9e291f9da1167dc879577b2e1a7880482";
- sha256 = "0x4w1ksrw7dicl84zpf4d4scg672dyan9g95jkn6zvri0lr8xciv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/idle-highlight-mode";
- sha256 = "1i5ky61bq0dpk71yasfpjhsrv29mmp9nly9f5xxin7gz3x0f36fc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/idle-highlight-mode";
- license = lib.licenses.free;
- };
- }) {};
- idle-org-agenda = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "idle-org-agenda";
- ename = "idle-org-agenda";
- version = "20190106.1044";
- src = fetchFromGitHub {
- owner = "enisozgen";
- repo = "idle-org-agenda";
- rev = "bfdf1b4f4096acdd081b3549d6b838f4ca4f7d0d";
- sha256 = "0rv8nhd2mgdbmziz49lm4hcbfyhk1wb5k0l9zsyrgn50rs32akhp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de55ad7d9b8b3bed6a646f526a7b20c272eb4e26/recipes/idle-org-agenda";
- sha256 = "12g18gqwb520iqvs4v6jv0fjxsa3m6an1lq13saa4gwqixja1rrv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/idle-org-agenda";
- license = lib.licenses.free;
- };
- }) {};
- idle-require = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "idle-require";
- ename = "idle-require";
- version = "20090715.1503";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "idle-require.el";
- rev = "33592bb098223b4432d7a35a1d65ab83f47c1ec1";
- sha256 = "0f8rxvc3dk2hi4x524l18fx73xrxy0qqwbybdma4ca67ck9n6xam";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/idle-require";
- sha256 = "03z8d06ifzaf81h8b3h16ab69cp3ssky3my07spy81rbhbjl5nn3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/idle-require";
- license = lib.licenses.free;
- };
- }) {};
- ido-at-point = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-at-point";
- ename = "ido-at-point";
- version = "20151021.57";
- src = fetchFromGitHub {
- owner = "katspaugh";
- repo = "ido-at-point";
- rev = "6b267f202dc3d3d924c904fbd894e9a209f231de";
- sha256 = "1bj8k5fq6x3s5qmr02bnkcls7sndmg4wjjjrsd3fr6yl8c4jcy3k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ffbfa66c4284a134265efc606fdc7652b0a7f75/recipes/ido-at-point";
- sha256 = "0jpgq2iiwgqifwdhwhqv0cd3lp846pdqar6rxqgw9fvvb8bijqm0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ido-at-point";
- license = lib.licenses.free;
- };
- }) {};
- ido-clever-match = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-clever-match";
- ename = "ido-clever-match";
- version = "20151011.1026";
- src = fetchFromGitHub {
- owner = "Bogdanp";
- repo = "ido-clever-match";
- rev = "f173473e99c8b0756f12e4cc8f67e68fa59eadd3";
- sha256 = "14nmldahr0pj2x4vkzpnpx0bsxafmiihgjylk5j5linqvy8q6wk6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/add68b4815cdfe83402b217595a4a46068f83a2a/recipes/ido-clever-match";
- sha256 = "081i6cjvqyfpgj0nvzc94zrl2v3l6nv6mhfda4zf7c8qqbvx1m8m";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ido-clever-match";
- license = lib.licenses.free;
- };
- }) {};
- ido-complete-space-or-hyphen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-complete-space-or-hyphen";
- ename = "ido-complete-space-or-hyphen";
- version = "20180928.1850";
- src = fetchFromGitHub {
- owner = "doitian";
- repo = "ido-complete-space-or-hyphen";
- rev = "ed60ebed113e4e1552efeab0c416f7c88428268e";
- sha256 = "15h0alwi7qfqyi7w7gdl06ykxvafbx1p4614rg81kmzgs4dpqgy3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/59e11094068d3a0c0e4edc1f82158c43d3b15e0e/recipes/ido-complete-space-or-hyphen";
- sha256 = "1wk0cq5gjnprmpyvhh80ksz3fash42hckvmx8m95crbzjg9j0gbc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ido-complete-space-or-hyphen";
- license = lib.licenses.free;
- };
- }) {};
- ido-completing-read-plus = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , memoize
- , s }:
- melpaBuild {
- pname = "ido-completing-read-plus";
- ename = "ido-completing-read+";
- version = "20190502.1420";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "ido-completing-read-plus";
- rev = "0e58f9271e7785d88ed90ca3ea0d7634abf4fb14";
- sha256 = "0qpidk9l2bf34vxai2iwsafx8y1crcg1675mhn159z3dpgaz53wf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6104efc035bcf469d133ab9a2caf42c9d4482334/recipes/ido-completing-read+";
- sha256 = "0rxdv3cd0bg0p8c1bck5vichdq941dki934k23qf5p6cfgw8gw4z";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs memoize s ];
- meta = {
- homepage = "https://melpa.org/#/ido-completing-read+";
- license = lib.licenses.free;
- };
- }) {};
- ido-describe-bindings = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-describe-bindings";
- ename = "ido-describe-bindings";
- version = "20161023.402";
- src = fetchFromGitHub {
- owner = "danil";
- repo = "ido-describe-bindings";
- rev = "a142ff1c33df23ed9665497d0dcae2943b3c706a";
- sha256 = "0967709jyp9s04i6gi90axgqzhz03cdf1j1w39yrkds6q1b6v7jw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31b8e255630f1348a5b5730f7b624ad550d219ad/recipes/ido-describe-bindings";
- sha256 = "1lsa09h025vd908r9q571iq2ia0zdpnq04mlihb3crpp5v9n9ws2";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/ido-describe-bindings";
- license = lib.licenses.free;
- };
- }) {};
- ido-exit-target = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-exit-target";
- ename = "ido-exit-target";
- version = "20170717.1151";
- src = fetchFromGitHub {
- owner = "waymondo";
- repo = "ido-exit-target";
- rev = "e56fc6928649c87ccf39d56d84ab53ebaced1f73";
- sha256 = "1a1bcvmihf22kr8rpv6kyp4b7x79hla5qdys48d6kl06m53gyckp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b815e7492eb0bd39c5d1be5a95784f9fe5612b62/recipes/ido-exit-target";
- sha256 = "17vmg47xwk6yjlbcsswirl8s2q565k291ajzjglnz7qg2fwx6spi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ido-exit-target";
- license = lib.licenses.free;
- };
- }) {};
- ido-flex-with-migemo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flx-ido
- , lib
- , melpaBuild
- , migemo }:
- melpaBuild {
- pname = "ido-flex-with-migemo";
- ename = "ido-flex-with-migemo";
- version = "20190407.2050";
- src = fetchFromGitHub {
- owner = "ROCKTAKEY";
- repo = "ido-flex-with-migemo";
- rev = "aa93aa05947eb6c106bb9523ff3163b8574c4eac";
- sha256 = "0k6zidi0ch4z9fg74k968pz7r0hzj56kccbf48k0is0fnzl4isxq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1647d1ae7400ddbc8367c355ade16b5c360b42fc/recipes/ido-flex-with-migemo";
- sha256 = "1w8f1r17l4r7w5bacckv9zfl9qynv2ivsw639rzr5acg2ndxagv7";
- name = "recipe";
- };
- packageRequires = [ emacs flx-ido migemo ];
- meta = {
- homepage = "https://melpa.org/#/ido-flex-with-migemo";
- license = lib.licenses.free;
- };
- }) {};
- ido-gnus = callPackage ({ fetchFromGitHub
- , fetchurl
- , gnus ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-gnus";
- ename = "ido-gnus";
- version = "20140216.846";
- src = fetchFromGitHub {
- owner = "vapniks";
- repo = "ido-gnus";
- rev = "f5fe3f6aa8086f675ba216abace9e3d5f2e3a089";
- sha256 = "0ifdwd5vnjv2iyb5bnz8pij35lc0ymmyx8j8zhpkbgjigz8f05ip";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3c5cd46d72a3f99ef1344b5f1156f5bf7a5b9adc/recipes/ido-gnus";
- sha256 = "14ijb8q4s846984h102h72ij713v5bj3k2vfdvr94gw1f0iya2yg";
- name = "recipe";
- };
- packageRequires = [ gnus ];
- meta = {
- homepage = "https://melpa.org/#/ido-gnus";
- license = lib.licenses.free;
- };
- }) {};
- ido-grid-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-grid-mode";
- ename = "ido-grid-mode";
- version = "20160122.339";
- src = fetchFromGitHub {
- owner = "larkery";
- repo = "ido-grid-mode.el";
- rev = "7cfca3988a6dc3ad18e28abe114218095ff2366f";
- sha256 = "1ip8g0r0aimhc4a1f06m711zmbs0krxn8hmayk99gk5kkz12igkb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ido-grid-mode";
- sha256 = "0sq1d2fwvv247rr9lqg9x87d5h910k5ifqr9cjyskc74mvhrcsr3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ido-grid-mode";
- license = lib.licenses.free;
- };
- }) {};
- ido-hacks = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-hacks";
- ename = "ido-hacks";
- version = "20190206.1353";
- src = fetchFromGitHub {
- owner = "scottjad";
- repo = "ido-hacks";
- rev = "d2153a3e8d23436ee07ecae2a106f434361a10c5";
- sha256 = "0rq5jmij691cccv4x8h8aiclnzx04v08axgz30prp6p71dxlrdms";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ac3074d28e76133835366273219e180c6e75b18/recipes/ido-hacks";
- sha256 = "05f9pdkqppnp7wafka2d2yj84gqchjd7vnrl5rcywy1l47gbxiw0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ido-hacks";
- license = lib.licenses.free;
- };
- }) {};
- ido-load-library = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , persistent-soft }:
- melpaBuild {
- pname = "ido-load-library";
- ename = "ido-load-library";
- version = "20140611.900";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "ido-load-library";
- rev = "f439559721c5fecb2572dcaf3e357c5d94a20f4a";
- sha256 = "1cmq6kpsh5ngiib67a0vsvhlyl0qy29zxcq03bpcbpm76sv7nc0a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/baa49e7d2d5c07ebf77e7941c240b88fcfd0fc8b/recipes/ido-load-library";
- sha256 = "13f83gqh39p3yjy7r7qc7kzgdcmqh4b5c07zl7rwzb8y9rz59lhj";
- name = "recipe";
- };
- packageRequires = [ pcache persistent-soft ];
- meta = {
- homepage = "https://melpa.org/#/ido-load-library";
- license = lib.licenses.free;
- };
- }) {};
- ido-migemo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , migemo }:
- melpaBuild {
- pname = "ido-migemo";
- ename = "ido-migemo";
- version = "20150921.1544";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "ido-migemo.el";
- rev = "eec329e315c4782ab966f162a6c91fd3a01ef358";
- sha256 = "1d7jrfs9vihsi88a0aa139xsad00w5rmzh54s3qp8ismljn8dlql";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8550601b8989f9838dfa7848977b2509b8e16175/recipes/ido-migemo";
- sha256 = "02hbwchwx2bcwdxz7gz555699l7n9wisfikax1j6idn167n4wdpi";
- name = "recipe";
- };
- packageRequires = [ migemo ];
- meta = {
- homepage = "https://melpa.org/#/ido-migemo";
- license = lib.licenses.free;
- };
- }) {};
- ido-occasional = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-occasional";
- ename = "ido-occasional";
- version = "20150214.448";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "ido-occasional";
- rev = "d405f1795e1e0c63be411ee2825184738d29c33a";
- sha256 = "0zlkq29wxd3a4vg0w6ds2jad5h1pja7ccd3l6ppl0kz1b1517qlr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ed49d07aa36dfc742ca3fbfa83a6d624bf2fa525/recipes/ido-occasional";
- sha256 = "1vdh5i9qznzd9r148a6jw9v47swf7ykwyciqfzc3ismv5q909bl2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ido-occasional";
- license = lib.licenses.free;
- };
- }) {};
- ido-occur = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-occur";
- ename = "ido-occur";
- version = "20160820.740";
- src = fetchFromGitHub {
- owner = "danil";
- repo = "ido-occur";
- rev = "b0e67fe4835c162cbcf8a982bdf377955b9ac5ae";
- sha256 = "13f21vx3q1qbnl13n3lx1rnr8dhq3zwch22pvy53h8q6sdf7r73a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a576d8569bf82be01e7d50defcc99a90aab1436/recipes/ido-occur";
- sha256 = "058l2pklg12wkvyyshk8va6shphpbc508fv9a8x25pw857a28pji";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/ido-occur";
- license = lib.licenses.free;
- };
- }) {};
- ido-select-window = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-select-window";
- ename = "ido-select-window";
- version = "20131220.1247";
- src = fetchFromGitHub {
- owner = "pjones";
- repo = "ido-select-window";
- rev = "946db3db7a3fec582cc1a0097877f1250303b53a";
- sha256 = "0qvf3h2ljlbf3z36dhywzza62mfi6mqbrfc0sqfsbyia9bn1df4f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/775c8361322c2ba9026130dd60083e0255170b8f/recipes/ido-select-window";
- sha256 = "03xqfpnagy2sk67yq7n7s6ma3im37d558zzx8sdzd9pbfxy9ij23";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ido-select-window";
- license = lib.licenses.free;
- };
- }) {};
- ido-skk = callPackage ({ ddskk
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-skk";
- ename = "ido-skk";
- version = "20151111.150";
- src = fetchFromGitHub {
- owner = "tsukimizake";
- repo = "ido-skk";
- rev = "89a2e62799bff2841ff634517c86084c4ce69246";
- sha256 = "149cznbybwj0gkjyvpnh4kn258kxw449m7cn95n9jbh1r45vljvy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6da9bd69a646a8edfaf9dc7f2e31e5f057f44b6b/recipes/ido-skk";
- sha256 = "1fyzjkw9xp126bzfv1254bvyakh323iw3wdzrkd9gb4ir39k5jzw";
- name = "recipe";
- };
- packageRequires = [ ddskk emacs ];
- meta = {
- homepage = "https://melpa.org/#/ido-skk";
- license = lib.licenses.free;
- };
- }) {};
- ido-sort-mtime = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-sort-mtime";
- ename = "ido-sort-mtime";
- version = "20171121.59";
- src = fetchFromGitHub {
- owner = "pkkm";
- repo = "ido-sort-mtime";
- rev = "f638ff0c922af862f5211779f2311a27fde428eb";
- sha256 = "0isy3rmw69664fsypg58rs42ql43drf27l90yvplnbcqd7nnnb21";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/36d2f7f1bb0d0694a25c1e83340781e08bee814b/recipes/ido-sort-mtime";
- sha256 = "1dkny9y3x49dv1vjwz78x2qhb6kdq3fa8qh1xkm30jyapvgiwdg2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ido-sort-mtime";
- license = lib.licenses.free;
- };
- }) {};
- ido-springboard = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-springboard";
- ename = "ido-springboard";
- version = "20170105.2355";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "springboard";
- rev = "263a8cd4582c81bfc29d7db37d5267e2488b148c";
- sha256 = "14mbmkqnw2kkzcb8f9z1g3c8f8f9lca3zb6f3q8jk9dsyp9vh81z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/409d847fb464a320e626fae56521a81a8e862a3e/recipes/ido-springboard";
- sha256 = "04jqnag8jiyfbwvc3vd9ikrsmf6cajld7dz2gz9y0zkj1k4gs7zv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ido-springboard";
- license = lib.licenses.free;
- };
- }) {};
- ido-vertical-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-vertical-mode";
- ename = "ido-vertical-mode";
- version = "20180618.1401";
- src = fetchFromGitHub {
- owner = "creichert";
- repo = "ido-vertical-mode.el";
- rev = "16c4c1a112796ee0bcf401ea39d3e2643a89feaf";
- sha256 = "10cfm765qwba0bnablwy8c4mjxvb1lwm89d16svwhp1pn20an6a8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d4bbd212ea4606b9871cf583d06b5cee2f6ce0a9/recipes/ido-vertical-mode";
- sha256 = "1vg5s6nd6v2g8ychz1q9cdqvsdw6vag7d9w68sn7blpmlr0nqhfm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ido-vertical-mode";
- license = lib.licenses.free;
- };
- }) {};
- ido-yes-or-no = callPackage ({ fetchFromGitHub
- , fetchurl
- , ido-completing-read-plus
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-yes-or-no";
- ename = "ido-yes-or-no";
- version = "20161108.1551";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "ido-yes-or-no";
- rev = "8953eadaaa7811ebc66d8a9eb7ac43f38913ab59";
- sha256 = "0pi5kak267v571j5y0khz1s0nlxyp9jrsbh09dk3j6a44d2iyypl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e575f46b8597a34523df6b6a75da5a640f4c5a2e/recipes/ido-yes-or-no";
- sha256 = "0glag4yb9xyf1lxxbdhph2nq6s1vg44i6f2z1ii8bkxpambz2ana";
- name = "recipe";
- };
- packageRequires = [ ido-completing-read-plus ];
- meta = {
- homepage = "https://melpa.org/#/ido-yes-or-no";
- license = lib.licenses.free;
- };
- }) {};
- idomenu = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "idomenu";
- ename = "idomenu";
- version = "20141123.1320";
- src = fetchFromGitHub {
- owner = "birkenfeld";
- repo = "idomenu";
- rev = "4b0152d606360c70204fb4c27f68de79ca885386";
- sha256 = "1vx2g1xgxpcabr49mkl6ggzrpa3k2zhm479j6262vb64swzx33jw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f856045bc5ab2aee4dd4ad9806917e27e56ec64c/recipes/idomenu";
- sha256 = "0mg601ak9mhp2fg5n13npcfzphgyms4vkqd18ldmv098z2z1412h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/idomenu";
- license = lib.licenses.free;
- };
- }) {};
- idris-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , prop-menu }:
- melpaBuild {
- pname = "idris-mode";
- ename = "idris-mode";
- version = "20190427.839";
- src = fetchFromGitHub {
- owner = "idris-hackers";
- repo = "idris-mode";
- rev = "acc8835449475d7cd205aba213fdd3d41c38ba40";
- sha256 = "0n9xbknc68id0mf8hbfmawi8qpvrs47ix807sk9ffv2g3ik32kk6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17a86efca3bdebef7c92ba6ece2de214d283c627/recipes/idris-mode";
- sha256 = "0hiiizz976hz3z3ciwg1gs9y10qhxbs8givhz89kvyn4s4861a1s";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs prop-menu ];
- meta = {
- homepage = "https://melpa.org/#/idris-mode";
- license = lib.licenses.free;
- };
- }) {};
- ids-edit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ids-edit";
- ename = "ids-edit";
- version = "20170818.802";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "ids-edit";
- rev = "8562a6cbfb3f2d44bc6f62ab15081a80f8fee502";
- sha256 = "10h64c5n9piq9ly7ipqq33ji8x8vwh9j1h7r05yab8a2sn0h8587";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca17de8cdd53bb32a9d3faaeb38f19f92b18ee38/recipes/ids-edit";
- sha256 = "1n4gpcl3qj65cmaq9cdljsmrf84570z4chfvga6slsqjz5him8d1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ids-edit";
- license = lib.licenses.free;
- };
- }) {};
- iedit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iedit";
- ename = "iedit";
- version = "20190419.103";
- src = fetchFromGitHub {
- owner = "victorhge";
- repo = "iedit";
- rev = "e2c100cdd67b7d82835d281ac2cd1bf4f374bc8f";
- sha256 = "0wr3w2id95wx2rma8n1ifjrv9rx37ly26ijc5zi58id0yrip3hnc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/iedit";
- sha256 = "0bh8ir6kspxjsvjww5y3b5hl3flbm2cc77jh8vnnva3z086f18mh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/iedit";
- license = lib.licenses.free;
- };
- }) {};
- ietf-docs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ietf-docs";
- ename = "ietf-docs";
- version = "20190420.151";
- src = fetchFromGitHub {
- owner = "choppsv1";
- repo = "ietf-docs";
- rev = "ae157549eae5ec78dcbf215c2f48cb662b73abd0";
- sha256 = "050c6fpf41xzx5kdpqcpa2rb0fk1a3h3009fdz77v0dp3bxv3a5d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cedfdfe2c282d0484ea8239726f46a4861ef07ea/recipes/ietf-docs";
- sha256 = "0wnk36z9g7lksmynd04hb2m6rx45wpxnxj1lhrlpjnzsrknhf4k3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ietf-docs";
- license = lib.licenses.free;
- };
- }) {};
- iflipb = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iflipb";
- ename = "iflipb";
- version = "20190427.1109";
- src = fetchFromGitHub {
- owner = "jrosdahl";
- repo = "iflipb";
- rev = "47d310a4576ae2195777d755cf86d5ea7525ef74";
- sha256 = "0s35iiki06302q7bn2p5gdfv03y7w3d8rkk84hxr5azwhw1v2hcg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fad6fc8bc3c0be0d5789a0d7626ebc3f298b4318/recipes/iflipb";
- sha256 = "1nfrrxgi9nlhn477z8ay7jxycpcghhhmmg9dagdhrlrr20fx697d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/iflipb";
- license = lib.licenses.free;
- };
- }) {};
- ignoramus = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ignoramus";
- ename = "ignoramus";
- version = "20160414.709";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "ignoramus";
- rev = "b37dc7c07edd9d152436f9019c14df158b599be3";
- sha256 = "1b4r4h8yrs8zkyr1hnnx2wjrmm39wbqxfhyxpjb5pxi4zk3fh4rj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac5439afe2f9a902e615f0cf919ef7138559c0f0/recipes/ignoramus";
- sha256 = "1czqdmlrds1l5afi8ldg7nrxcwav86538z2w1npad3dz8xk67da9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ignoramus";
- license = lib.licenses.free;
- };
- }) {};
- igv = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "igv";
- ename = "igv";
- version = "20141210.427";
- src = fetchgit {
- url = "https://bitbucket.org/sbarbit/eigv";
- rev = "47ac6ceede252f451348a2c696398c0cb5279555";
- sha256 = "11pss3hfxkfkyi273zfajdj43shdl6pn739zfv9jbm75v7m9bz6f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/igv";
- sha256 = "0vjqdyj9j26y0hhzmip6lpwc8g1c9vnmgya1p7v77bkgdicgl659";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/igv";
- license = lib.licenses.free;
- };
- }) {};
- image-archive = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "image-archive";
- ename = "image-archive";
- version = "20150620.1832";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-image-archive";
- rev = "4cf0edabfd6a4da2ffb920ff1e5009a002fc1e53";
- sha256 = "0k5iv2s33d6yj7bb9m7xskd52cfs0bkrq3g1qkby17drd29iwdhv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17464f31b07f64da0e9db187cd6f5facee3ad7ce/recipes/image-archive";
- sha256 = "0x0lv5dr1gc9bnr3dn26bc9s1ccq2rp8c4a1licbi929f0jyxxfp";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/image-archive";
- license = lib.licenses.free;
- };
- }) {};
- image-dired-plus = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "image-dired-plus";
- ename = "image-dired+";
- version = "20150429.2244";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-image-diredx";
- rev = "b68094625d963056ad64e0e44af0e2266b2eadc7";
- sha256 = "1n2ya9s0ld257a8iryjd0dz0z2zs1xhzfiwsdkq4l4azwxl54m29";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98f83f450804f1dc496a7bda17818cdae3f52151/recipes/image-dired+";
- sha256 = "0hhwqfn490n7p12n7ij4xbjh15gfvicmn21fvwbnrmfqc343pcdy";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/image-dired+";
- license = lib.licenses.free;
- };
- }) {};
- image-plus = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "image-plus";
- ename = "image+";
- version = "20150707.916";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-imagex";
- rev = "6834d0c09bb4df9ecc0d7a559bd7827fed48fffc";
- sha256 = "0v66wk9nh0raih4jhrzmmyi5lbysjnmbv791vm2230ffi2hmwxnd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/02d7400477a993b7a3cae327501dbf8db97dfa28/recipes/image+";
- sha256 = "1a9dxswnqn6cvx28180kclpjc0vc6fimzp7n91gpdwnmy123x6hg";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/image+";
- license = lib.licenses.free;
- };
- }) {};
- imakado = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "imakado";
- ename = "imakado";
- version = "20141024.223";
- src = fetchFromGitHub {
- owner = "imakado";
- repo = "emacs-imakado";
- rev = "00a1e7eea2cb9e9066343a23927d6c747707902f";
- sha256 = "0f3xdqhq9nprvl8bnmgrx20h08ddkfak0is29bsqwckkfgn7pmqp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca131089c823065852f58347a88bd49217a22072/recipes/imakado";
- sha256 = "18mj0vpv3dybfpa8hl9jwlagsivbhgqgz8lwb8cswsq9hwv3jgd3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/imakado";
- license = lib.licenses.free;
- };
- }) {};
- imake = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "imake";
- ename = "imake";
- version = "20180318.1559";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "imake";
- rev = "7df5fb9684a0288313ef5f64594078d477105959";
- sha256 = "0xc19ir5ak1bfq0ag48ql5rj58zd565csgxhpa30s9lvvkc8kvr5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28de8f7f5302b27c7c6600ad65a998119518be43/recipes/imake";
- sha256 = "0j732fi6999n9990w4l28raw140fvqfbynyh4x65yilhw95r7c34";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/imake";
- license = lib.licenses.free;
- };
- }) {};
- imapfilter = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "imapfilter";
- ename = "imapfilter";
- version = "20180318.1327";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "imapfilter";
- rev = "5e842a8c60ba98f344edf1b1e65f5a480ed938ed";
- sha256 = "16k7cxzdjbblzckp5qppw1ga0rzdh3ww2ni7ry1h43p9cfna0kcx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2415894afa3404fbd73c84c58f8b8267187d6d86/recipes/imapfilter";
- sha256 = "0i893kqj6yzadhza800r6ri7fihl01r57z8yrzzh3d09qaias5vz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/imapfilter";
- license = lib.licenses.free;
- };
- }) {};
- imenu-anywhere = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "imenu-anywhere";
- ename = "imenu-anywhere";
- version = "20190512.1239";
- src = fetchFromGitHub {
- owner = "vspinu";
- repo = "imenu-anywhere";
- rev = "88b0e120284058b32252e4b0ed1a07c9fe44092f";
- sha256 = "1w0n4hx29zc6n06qfq3ryc4dcfmk7wx3lw083yv7fi12hjj255vm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/imenu-anywhere";
- sha256 = "1ylqzdnd3nzcpyyd6rh6i5q9mvf8c99rvpk51fzfm3yq2kyw4dbq";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/imenu-anywhere";
- license = lib.licenses.free;
- };
- }) {};
- imenu-list = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "imenu-list";
- ename = "imenu-list";
- version = "20190115.1330";
- src = fetchFromGitHub {
- owner = "bmag";
- repo = "imenu-list";
- rev = "46008738f8fef578a763c308cf6695e5b4d4aa77";
- sha256 = "14l3yw9y1nk103s7z5i1fmd6kvlb2p6ayi6sf9l1x1ydg9glrpl8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/86dea881a5b2d0458449f08b82c2614ad9abd068/recipes/imenu-list";
- sha256 = "092fsn7hnbfabcyakbqyk20pk62sr8xrs45aimkv1l91681np98s";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/imenu-list";
- license = lib.licenses.free;
- };
- }) {};
- imenus = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "imenus";
- ename = "imenus";
- version = "20180505.1017";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "imenus.el";
- rev = "149cfa579ee231014d3341a0e05add69759757a5";
- sha256 = "00licvs457wzqq06a8cx7vw22kyqky20i7yq7a2nzf3cfl7vaya7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc571105a8d7e2ea85391812f1fa639787fa7563/recipes/imenus";
- sha256 = "1q0j6r2n5vjlbgchkz9zdglmmbpd8agawzcg61knqrgzpc4lk82r";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/imenus";
- license = lib.licenses.free;
- };
- }) {};
- imgbb = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "imgbb";
- ename = "imgbb";
- version = "20180609.949";
- src = fetchFromGitHub {
- owner = "ecraven";
- repo = "imgbb.el";
- rev = "a524a46263835aa474f908827ebab4e8fa586001";
- sha256 = "1fhhpz29x9vkhzms2qkxblic96kqzg0rqsxj71vgz6fpwdb4f9gy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/89d363862890aa7f25db1a5fc5e209bccbadf0bf/recipes/imgbb";
- sha256 = "0p29pasq0f0b5x7yig4g4n1k0y82aiapxazz359pm7n4kjy2s6qp";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/imgbb";
- license = lib.licenses.free;
- };
- }) {};
- immaterial-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "immaterial-theme";
- ename = "immaterial-theme";
- version = "20190412.415";
- src = fetchFromGitHub {
- owner = "petergardfjall";
- repo = "emacs-immaterial-theme";
- rev = "176178a57c5b342b04bebd3107c29c6d12086cf5";
- sha256 = "0bsx0dh802x58vza9whgkkj6j16c6pcz7gdpvan50dmzs0h0pfz6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a95d88bb00b1313da82929bc2733d726d2041d7/recipes/immaterial-theme";
- sha256 = "15gwqjfpls7lqc37s70vnhycnry5g9grn6shk2wpijrxfnmyqjhj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/immaterial-theme";
- license = lib.licenses.free;
- };
- }) {};
- immortal-scratch = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "immortal-scratch";
- ename = "immortal-scratch";
- version = "20160517.1418";
- src = fetchhg {
- url = "https://bitbucket.com/jpkotta/immortal-scratch";
- rev = "b354aba33d91";
- sha256 = "1mx9f8pwnbrm6q9ngdyv64aqkw1izj83m0mf7zqlpww7yfhv1q9b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1f9f4a59d88106ddfee740653abd28e305f6dfe0/recipes/immortal-scratch";
- sha256 = "0rxhaqivvjij59hhv3mh4wwrc0bl0xv144j1i237xhlvhxk6nnn6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/immortal-scratch";
- license = lib.licenses.free;
- };
- }) {};
- immutant-server = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "immutant-server";
- ename = "immutant-server";
- version = "20140311.1508";
- src = fetchFromGitHub {
- owner = "leathekd";
- repo = "immutant-server.el";
- rev = "2a21e65588acb6a976f2998e30b21fdabdba4dbb";
- sha256 = "0rbamm9qvipgswxng8g1d7rbdbcj7sgwrccg7imcfapwwq7xhj4h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d6e906492f9982e2cebd1e4838d7b7c81a295efa/recipes/immutant-server";
- sha256 = "15vcxag1ni41ja4b3q0444sq5ysrisis59la7li6h3617wy8r02i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/immutant-server";
- license = lib.licenses.free;
- };
- }) {};
- impatient-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , melpaBuild
- , simple-httpd }:
- melpaBuild {
- pname = "impatient-mode";
- ename = "impatient-mode";
- version = "20181002.531";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "impatient-mode";
- rev = "96f6a05f8de74e19d570217fe83f0734623ddb0c";
- sha256 = "1qddy3b3fmxgkpl10p0hvmgrzhkrxyxg72sxxg5ndfwvjpf2rf91";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aaa64c4d43139075d77f4518de94bcbe475d21fc/recipes/impatient-mode";
- sha256 = "07z5ds3zgzkxvxwaalp9i5x2rl5sq4jjk8ygk1rfmsl52l5y1z6j";
- name = "recipe";
- };
- packageRequires = [ cl-lib htmlize simple-httpd ];
- meta = {
- homepage = "https://melpa.org/#/impatient-mode";
- license = lib.licenses.free;
- };
- }) {};
- import-js = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , grizzl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "import-js";
- ename = "import-js";
- version = "20180709.1133";
- src = fetchFromGitHub {
- owner = "Galooshi";
- repo = "emacs-import-js";
- rev = "fb1f167e33c388b09a2afd32fbda90a67bfb2e40";
- sha256 = "0if117lia2ykd6ai0cf5z4ddhsm9icijigwbrn079v7m9s8yl43p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f26b8281f9bd05e3c8f2ef21838275711e622c9/recipes/import-js";
- sha256 = "00b2qv1y8879cf8ayplmwqd36w7sppx57myi2wjhy9i2rnvdbmgn";
- name = "recipe";
- };
- packageRequires = [ emacs grizzl ];
- meta = {
- homepage = "https://melpa.org/#/import-js";
- license = lib.licenses.free;
- };
- }) {};
- import-popwin = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popwin }:
- melpaBuild {
- pname = "import-popwin";
- ename = "import-popwin";
- version = "20170218.607";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-import-popwin";
- rev = "bb05a9e226f8c63fe7b18a3e92010357049ab5ba";
- sha256 = "0jjm214zfq2kk8vzf67vala46lbbkjyms7qm27qv3yhcbc7ricvn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a6f0629515f36e2e98839a6894ca8c0f58862dc2/recipes/import-popwin";
- sha256 = "0vkw6y09m68bvvn1wzah4gzm69z099xnqhn359xfns2ljm74bvgy";
- name = "recipe";
- };
- packageRequires = [ emacs popwin ];
- meta = {
- homepage = "https://melpa.org/#/import-popwin";
- license = lib.licenses.free;
- };
- }) {};
- importmagic = callPackage ({ emacs
- , epc
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "importmagic";
- ename = "importmagic";
- version = "20180519.2003";
- src = fetchFromGitHub {
- owner = "anachronic";
- repo = "importmagic.el";
- rev = "e32ee9f6a5eef937b76eba82fdae8bae85d18088";
- sha256 = "09jq913vhqndqkck1wyp37r15pnz747rgaxivlrjgp9xd3zzpz1s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/importmagic";
- sha256 = "1kpmgpll0zz3zlr3q863v1fq6wmwdwx7mn676x0r7g4iy1bdslmv";
- name = "recipe";
- };
- packageRequires = [ emacs epc f ];
- meta = {
- homepage = "https://melpa.org/#/importmagic";
- license = lib.licenses.free;
- };
- }) {};
- indent-guide = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "indent-guide";
- ename = "indent-guide";
- version = "20170221.327";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "indent-guide";
- rev = "b6eb32b1ea150e54e491f1eed3b598990c4bd631";
- sha256 = "096x6fyl8cy62kbsglbhkyx45qr7a9wsmnihi8nj80d43qyzcjc2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d7110054801e3af5e5ef710a29f73116a2bc746/recipes/indent-guide";
- sha256 = "029fj9rr9vfmkysi6lzpwra92j6ppw675qpj3sinfq7fqqlicvp7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/indent-guide";
- license = lib.licenses.free;
- };
- }) {};
- indent-info = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "indent-info";
- ename = "indent-info";
- version = "20180423.1212";
- src = fetchFromGitHub {
- owner = "terlar";
- repo = "indent-info.el";
- rev = "d218b4cb3726476caee91db6f6c920856ab992bc";
- sha256 = "0z427rvvhw5raql5391sajm4rk1n2y8khsy2wqr7r66fdv5hg2mg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1274c0d871c51e358b3de577372dae8e3a04ead0/recipes/indent-info";
- sha256 = "0fa6p5fvyxib1iz025kqak7navb11jlfxw5x2jr47180vv9a1373";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/indent-info";
- license = lib.licenses.free;
- };
- }) {};
- indent-tools = callPackage ({ fetchFromGitLab
- , fetchurl
- , hydra
- , lib
- , melpaBuild
- , s
- , yafolding }:
- melpaBuild {
- pname = "indent-tools";
- ename = "indent-tools";
- version = "20180124.408";
- src = fetchFromGitLab {
- owner = "emacs-stuff";
- repo = "indent-tools";
- rev = "b650b2ca82ccd9ccb4f3142afa0da4737ddd364f";
- sha256 = "01xkkrdfn3c8ivs2wc3ck2278m75gq73wv59fchb6gw1a9d6xj7d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/indent-tools";
- sha256 = "12rawl9qaihgyascy53yxpkknp95wh8fiqygb5cgl7d761qizvp6";
- name = "recipe";
- };
- packageRequires = [ hydra s yafolding ];
- meta = {
- homepage = "https://melpa.org/#/indent-tools";
- license = lib.licenses.free;
- };
- }) {};
- indian-ext = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "indian-ext";
- ename = "indian-ext";
- version = "20190424.847";
- src = fetchFromGitHub {
- owner = "paddymcall";
- repo = "indian-ext";
- rev = "a5450fe467393194bc2458c0d5e0a06c91bf117a";
- sha256 = "0phbs9cx73vg9k9gp60vhlrn065skpva6gx0abp0g6rbzys2qx0b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/04e29d1a745d46ff32ccd9ee787ce1fe92786ec6/recipes/indian-ext";
- sha256 = "07mny5rd2bmj1v260zfs4imp795lw4gnwr06pcx0s1ml2km1a2k2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/indian-ext";
- license = lib.licenses.free;
- };
- }) {};
- indicators = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "indicators";
- ename = "indicators";
- version = "20161211.326";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "indicators.el";
- rev = "f62a1201f21453e3aca93f48483e65ae8251432e";
- sha256 = "0n933jigp0awba2hxg3kwscmfmmqn3jwbrxcw3vw9aj0a5rg5bq6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72c96bad0d0b5a4f738fd1b2afe5d302eded440d/recipes/indicators";
- sha256 = "1rhmz8sfi2gnv72sbw6kgyzidk43mnp05wnscw9vjvz9v0vwirss";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/indicators";
- license = lib.licenses.free;
- };
- }) {};
- indium = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , js2-refactor
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "indium";
- ename = "indium";
- version = "20190517.26";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "Indium";
- rev = "3ab9cd7d841ab3722bb041109064d2f85b2bb7bd";
- sha256 = "1w9h20rnfysc2caz9cy3s7q38x6b8lgag5r9wc03h0rn0qz7fq7q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4292058cc6e31cabc0de575134427bce7fcef541/recipes/indium";
- sha256 = "024ljx7v8xahmr8jm41fiy8i5jbg48ybqp5n67k4jwg819cz8wvl";
- name = "recipe";
- };
- packageRequires = [ company emacs js2-mode js2-refactor seq ];
- meta = {
- homepage = "https://melpa.org/#/indium";
- license = lib.licenses.free;
- };
- }) {};
- indy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "indy";
- ename = "indy";
- version = "20150610.1006";
- src = fetchFromGitHub {
- owner = "kwrooijen";
- repo = "indy";
- rev = "faff56fda87bafed6a1e79dc3426800f256ed1a1";
- sha256 = "1p694bcg4g7qzngak6nshcrrnf7mxb8j2cf9yskcznwri1s064dd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e997b356b009b3d2ab467fe49b79d728a8cfe24b/recipes/indy";
- sha256 = "118n3n07h1vx576fdv6v5a94aa004q0gmy9hlsnrswpxa30ahnw7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/indy";
- license = lib.licenses.free;
- };
- }) {};
- inf-clojure = callPackage ({ clojure-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inf-clojure";
- ename = "inf-clojure";
- version = "20190531.811";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "inf-clojure";
- rev = "0fc23509a1e66bcc3e694066f5067fdbd7b7961d";
- sha256 = "0w42ms5p5f1f7ir745srj73pj9jy1rfkbh3nf85ms05jgrs10fw9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d6112e06d1efcb7cb5652b0bec8d282d7f67bd9/recipes/inf-clojure";
- sha256 = "0n8w0vx1dnbfz88j45a57z9bsmkxr2zyh6ld72ady8asanf17zhl";
- name = "recipe";
- };
- packageRequires = [ clojure-mode emacs ];
- meta = {
- homepage = "https://melpa.org/#/inf-clojure";
- license = lib.licenses.free;
- };
- }) {};
- inf-crystal = callPackage ({ crystal-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inf-crystal";
- ename = "inf-crystal";
- version = "20180118.1811";
- src = fetchFromGitHub {
- owner = "brantou";
- repo = "inf-crystal.el";
- rev = "dd5c85e621976ea09b602182a15396e3b510ec63";
- sha256 = "0yw2p13iah9alqq684cy410xph2a83lqs5401j0fah0qkgnjv6mh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ff84c742eebb84577f362b2739f4bcf1434d58ac/recipes/inf-crystal";
- sha256 = "09ssq7i5c2fxxbrsp3nn1f1ah1yv2nb19n5s1iqyykkk316k2q26";
- name = "recipe";
- };
- packageRequires = [ crystal-mode emacs ];
- meta = {
- homepage = "https://melpa.org/#/inf-crystal";
- license = lib.licenses.free;
- };
- }) {};
- inf-mongo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inf-mongo";
- ename = "inf-mongo";
- version = "20180408.638";
- src = fetchFromGitHub {
- owner = "endofunky";
- repo = "inf-mongo";
- rev = "2e498d1c88bd1904eeec18ed06b1a0cf8bdc2a92";
- sha256 = "1m6skisj6r3fbxadpwwgf3a3934b2qvwb7zj975qksxq56ij0wkq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/inf-mongo";
- sha256 = "0f12yb3dgkjnpr4d36jwfnncqzz7kl3bnnrmjw7hv223p2ryzwpx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/inf-mongo";
- license = lib.licenses.free;
- };
- }) {};
- inf-ruby = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inf-ruby";
- ename = "inf-ruby";
- version = "20190219.347";
- src = fetchFromGitHub {
- owner = "nonsequitur";
- repo = "inf-ruby";
- rev = "ca10d72e0c64fb7947246c77a409a5443f1f4ba0";
- sha256 = "0m2cavxg8ksji56vj87gwr9r23rk0w3mbafq86kq88ljhb1fbpx3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/inf-ruby";
- sha256 = "02f01vwzr6j9iqcdns4l579bhia99sw8hwdqfwqjs9gk3xampfpp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/inf-ruby";
- license = lib.licenses.free;
- };
- }) {};
- inflections = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inflections";
- ename = "inflections";
- version = "20170913.216";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "jump.el";
- rev = "e4f1372cf22e811faca52fc86bdd5d817498a4d8";
- sha256 = "0354b64drvv8v5g13xy5nc1klwx4hldz1b5mf1frhna7h2dqz0j9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/392c7616d27bf12b29ef3c2ea71e42ffaea81cc6/recipes/inflections";
- sha256 = "0f02bhm2a5xiaxnf2c2hlpa4p121xfyyj3c59fy0yldipdxhvw70";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/inflections";
- license = lib.licenses.free;
- };
- }) {};
- info-beamer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "info-beamer";
- ename = "info-beamer";
- version = "20180604.1422";
- src = fetchFromGitHub {
- owner = "dakra";
- repo = "info-beamer.el";
- rev = "af443795af20481af91ac54a489b20f6a9d90b0a";
- sha256 = "0r938pp10szrqiv37ryzfir4h5pg68farm56cpnh9hh8cnix6nrh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e9da9aac33df6e53a8cbabcffd8e3a363298b9f3/recipes/info-beamer";
- sha256 = "0jlwvn96diwnngjbabq6wzp5q6rvmwa6p36d80nv8r7x7ch0740q";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/info-beamer";
- license = lib.licenses.free;
- };
- }) {};
- info-buffer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "info-buffer";
- ename = "info-buffer";
- version = "20170112.622";
- src = fetchFromGitHub {
- owner = "llvilanova";
- repo = "info-buffer";
- rev = "d35dad6e766c6e2ddb8dc6acb4ce5b6e10fbcaa7";
- sha256 = "0czkp7cf7qmdm1jdn67gxyxz8b4qj2kby8if50d450xqwbx0da7x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3c44a1d69725b687444329d8af43c9799112b407/recipes/info-buffer";
- sha256 = "1vkgkwgwym0j5xip7mai11anlpa2h7vd5m9i1xga1b23hcs9r1w4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/info-buffer";
- license = lib.licenses.free;
- };
- }) {};
- info-colors = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "info-colors";
- ename = "info-colors";
- version = "20180205.350";
- src = fetchFromGitHub {
- owner = "ubolonton";
- repo = "info-colors";
- rev = "a8ebb7b8efa314c08ea8110d8b1876afb562bb45";
- sha256 = "0wvyf2w5s184kwacs6lbpjryx6hziayvdrl3crxir8gmg2kcv07m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d671ae8dc27439eea427e1848fc11c96ec5aee64/recipes/info-colors";
- sha256 = "1mbabrfdy9xn7lpqivqm8prp83qmdv5r0acijwvxqd3a52aadc2x";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/info-colors";
- license = lib.licenses.free;
- };
- }) {};
- inherit-local = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inherit-local";
- ename = "inherit-local";
- version = "20170409.949";
- src = fetchFromGitHub {
- owner = "shlevy";
- repo = "inherit-local";
- rev = "b1f4ff9c41f9d64e4adaf5adcc280b82f084cdc7";
- sha256 = "1fargashyqn4ga420k3ikc1akf7mw3zcarpg24gh2591p4swa0ih";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/08b978724ff26b3ea7a134d307d888c80e2a92a9/recipes/inherit-local";
- sha256 = "1v3q3s6qq64k1f4ck6rfgsy1arnf9cxg2kw6d1ahfrwr4ixsqm87";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/inherit-local";
- license = lib.licenses.free;
- };
- }) {};
- ini-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ini-mode";
- ename = "ini-mode";
- version = "20170424.209";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "ini-mode";
- rev = "2194cfa2fd13196a37350ec20b3f00dcf6162b7c";
- sha256 = "0s3dcqywrbggrcn9j5nibhcl4xbnhdndz5sibcp26qswd18jyrdk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/000cca577d000bafe7bf5711d0bfe7593fb6975a/recipes/ini-mode";
- sha256 = "0f6fbmg4wmlzghcibfbcx3z124b2017rhsasi5smgx9i2vkydzrm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ini-mode";
- license = lib.licenses.free;
- };
- }) {};
- init-loader = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "init-loader";
- ename = "init-loader";
- version = "20160528.615";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "init-loader";
- rev = "287da99eadfa3dd85492506db43d68324069b593";
- sha256 = "03a655qzcwizv9hvfcp47466axsrq0h049fdd79xk6zmans5s6fj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e46e6ec79ff4c76fc85e13321e6dabd5797c5f45/recipes/init-loader";
- sha256 = "0rq7759abp0ml0l8dycvdl0j5wsxw9z5y9pyx68973a4ssbx2i0r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/init-loader";
- license = lib.licenses.free;
- };
- }) {};
- init-open-recentf = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "init-open-recentf";
- ename = "init-open-recentf";
- version = "20161206.645";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "init-open-recentf.el";
- rev = "5b0e1053bb4b3fa755d3b2e4f3edf0c16b8eacfe";
- sha256 = "1y6avl71lmbj5f0wprkkw5f252jhcf3nihbr460wlp3nlvhsxgan";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4db8b6eced50726c788d7343137f6b4558575abf/recipes/init-open-recentf";
- sha256 = "0xlmfxhxb2car8vfx7krxmxb3d56x0r3zzkj8ds7yqvr65z85x2r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/init-open-recentf";
- license = lib.licenses.free;
- };
- }) {};
- initsplit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "initsplit";
- ename = "initsplit";
- version = "20160919.1118";
- src = fetchFromGitHub {
- owner = "dabrahams";
- repo = "initsplit";
- rev = "c941d436eb2b10b01c76a582c5a2b23fb30751aa";
- sha256 = "0vz0pfm2m3v0zk65b4ikk6yfpk282nzbm99fbzj8w76yfg240dfn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5a908c8fad08cd4d7dbb586570d0f0b384bf9071/recipes/initsplit";
- sha256 = "0n9dk3x62vgxfn39jkmdg8wxsik0xqkprifgvqzyvn8xcx1blyyq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/initsplit";
- license = lib.licenses.free;
- };
- }) {};
- ink-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ink-mode";
- ename = "ink-mode";
- version = "20160814.416";
- src = fetchFromGitHub {
- owner = "Kungsgeten";
- repo = "ink-mode";
- rev = "e35f26abbaf8ea23c5aa0a0c7ef15334cdfb7b48";
- sha256 = "0ixqgk101gnm2q6f2bjk2pnqlrj41krqz56lss6fmf81xhxavmpp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ink-mode";
- sha256 = "02q95xay6z56i4l0j24dszxnfpjbxijlj4150nsadbv55m7nnjcf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ink-mode";
- license = lib.licenses.free;
- };
- }) {};
- inkpot-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inkpot-theme";
- ename = "inkpot-theme";
- version = "20181118.2306";
- src = fetchFromGitHub {
- owner = "ideasman42";
- repo = "emacs-inkpot-theme";
- rev = "054c125b49247a08af5a391992817776fd0e8af6";
- sha256 = "06g4xsirag4gjd9khii4yhca29g5z9507lyyxxk35k36ckarg07i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd3e02aaf8865d8038b9c590c8545e7a1b21d620/recipes/inkpot-theme";
- sha256 = "1m3iygb8vbqcnsxsnwr7g2mq1n2a9r7qxp3pgm1fpwz1lngvaagf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/inkpot-theme";
- license = lib.licenses.free;
- };
- }) {};
- inline-crypt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inline-crypt";
- ename = "inline-crypt";
- version = "20170824.200";
- src = fetchFromGitHub {
- owner = "Sodel-the-Vociferous";
- repo = "inline-crypt-el";
- rev = "af4981c613bfd355d5ef34da1995a8384f167fd9";
- sha256 = "119ns1a0v222wyysrf07cx94adrm26fhci530gnfc6xy5vaf24k7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b04fffe5e52f26e92930a112a64531228f94e340/recipes/inline-crypt";
- sha256 = "04mcyyqa9h6g6wrzphzqalpqxsndmzxpavlpdc24z4a2c5s3yz8n";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/inline-crypt";
- license = lib.licenses.free;
- };
- }) {};
- inline-docs = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inline-docs";
- ename = "inline-docs";
- version = "20170522.2150";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "inline-docs.el";
- rev = "b57f1681be6147f999cdc12abff414a0442e8897";
- sha256 = "0ji8qgscs4fxp2i29l3v8z9y6i2glga6bysbcsn855pqsn00xkcv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/inline-docs";
- sha256 = "1imjcx4qgrs5llindgmnvkb73fagnlxfg04s72kckgcy47c4352p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/inline-docs";
- license = lib.licenses.free;
- };
- }) {};
- inlineR = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inlineR";
- ename = "inlineR";
- version = "20120520.732";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "inlineR.el";
- rev = "29357186beca825e3d0451b700ec09b9ed65e37b";
- sha256 = "15nasjknmzy57ilj1gaz3w5sj8b3ijcpgwcd6w2r9xhgcl86m40q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3a7228e5f23a4e66f4510b2f6fc41c36aa791991/recipes/inlineR";
- sha256 = "1fflq2gkpfn3jkv4a6yywzmxsq6qszfid1ri85ass1ppw6scdvzw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/inlineR";
- license = lib.licenses.free;
- };
- }) {};
- insert-shebang = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "insert-shebang";
- ename = "insert-shebang";
- version = "20180403.514";
- src = fetchFromGitHub {
- owner = "psachin";
- repo = "insert-shebang";
- rev = "7bfea92ba1dae9d13d442e2f84f9fb6c05a0a9bd";
- sha256 = "01f2p58qsny7p9l6vrra0i2m2g1k05p39m0bzi906zm5awx7l0rr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c257f4f5011cd7d0b2a5ef3adf13f9871bf0be92/recipes/insert-shebang";
- sha256 = "0z88l1q925v9lwzr6nas9qjy0f57qxilg6smgpx9wj6lll3f7p5v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/insert-shebang";
- license = lib.licenses.free;
- };
- }) {};
- insfactor = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "insfactor";
- ename = "insfactor";
- version = "20141116.1602";
- src = fetchFromGitHub {
- owner = "duelinmarkers";
- repo = "insfactor.el";
- rev = "7ef5446cebb08a17d4106d2e6f3c053e49e1e829";
- sha256 = "112s3c0ii8zjc6vlj2im2qd2pl3hb95pq4zibm86gjpw428wd8iy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9a76a6498c2a0b0d471d3df7ae3d510d027f08c/recipes/insfactor";
- sha256 = "0c6q1d864qc78sqk9iadjpd01xc7myipgnf89pqa2z75yprndvyn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/insfactor";
- license = lib.licenses.free;
- };
- }) {};
- instapaper = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "instapaper";
- ename = "instapaper";
- version = "20130104.621";
- src = fetchhg {
- url = "https://bitbucket.com/jfm/emacs-instapaper";
- rev = "8daa0058ede7";
- sha256 = "0krscid3yz2b7kv75gd9fs92zgfl7pnl77dbp5gycv5rmw5mivp8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/instapaper";
- sha256 = "1yibdpj3lx6vr33s75s1y415lxqljrk7pqc901f8nfa01kca7axn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/instapaper";
- license = lib.licenses.free;
- };
- }) {};
- intel-hex-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "intel-hex-mode";
- ename = "intel-hex-mode";
- version = "20180422.1731";
- src = fetchFromGitHub {
- owner = "mschuldt";
- repo = "intel-hex-mode";
- rev = "e83c94e1c31a8435a88b3ae395f2bc842ef83217";
- sha256 = "0jpc6wh3agdh38wdjr1x880iiaj6698nr8dkgx114fsfj1la6f7v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1bf82134671b1383f5f4d4a3c180081bea66814/recipes/intel-hex-mode";
- sha256 = "02ffbrkr3zajqhrxc3grmqm632ji4fmgnfabn42islpcfq12q3i4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/intel-hex-mode";
- license = lib.licenses.free;
- };
- }) {};
- intellij-theme = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "intellij-theme";
- ename = "intellij-theme";
- version = "20171017.715";
- src = fetchFromGitLab {
- owner = "fommil";
- repo = "emacs-intellij-theme";
- rev = "1bbfff8e6742d18e9b77ed796f44da3b7bd10606";
- sha256 = "0ml1gi2cn6h3xm5c78vxwv327r0rgimia1vqqi9jb09yb6lckbgj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cfe86071b2e84929476a771da99341f4a73cfd06/recipes/intellij-theme";
- sha256 = "1g8cninmq840sl8fmhq2hcsmz7nccbjmprzcl8w1zdavfp86b97g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/intellij-theme";
- license = lib.licenses.free;
- };
- }) {};
- interaction-log = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "interaction-log";
- ename = "interaction-log";
- version = "20160305.501";
- src = fetchFromGitHub {
- owner = "michael-heerdegen";
- repo = "interaction-log.el";
- rev = "0f2d773269d1f7b93c9281226719113f5410cbd0";
- sha256 = "0mvhydb4lfm2kazmb7fab8zh7sd8l9casghn8wl42mqji3v7lfwh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b72951c339c601350a7f10aee05a7fb94bac37ea/recipes/interaction-log";
- sha256 = "1r9qbvgssc2zdwgwmmwv5kapvmg1y3px7268gkiakkfanw3kqk6j";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/interaction-log";
- license = lib.licenses.free;
- };
- }) {};
- interleave = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "interleave";
- ename = "interleave";
- version = "20171003.2324";
- src = fetchFromGitHub {
- owner = "rudolfochrist";
- repo = "interleave";
- rev = "87549df30cbc681baf86b238bd14c7cf7ec11fc4";
- sha256 = "07430hsyq9q90rjzxq7ifq4mlfc8k8b7l6b31s7xk1xm2snbky6b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c43d4aaaf4fca17f2bc0ee90a21c51071886ae2/recipes/interleave";
- sha256 = "18b3fpxn07y5abkcnaw9is9ihdhik7xjdj6kzl1pz958lk9f4hfy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/interleave";
- license = lib.licenses.free;
- };
- }) {};
- intero = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "intero";
- ename = "intero";
- version = "20190530.608";
- src = fetchFromGitHub {
- owner = "commercialhaskell";
- repo = "intero";
- rev = "188211d1238a108ea47ab93216d0ae9c4a426dee";
- sha256 = "0y00iwd7vv14jzlfq733gld22rbz8xqzcgrzj21np6nhkrfxyjlx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b56ca344ad944e03b669a9974e9b734b5b445bb/recipes/intero";
- sha256 = "15n7ipsq8ylmq4blsycpszkx034j9sb92vqvaz30j5v307fmvs99";
- name = "recipe";
- };
- packageRequires = [ company emacs flycheck haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/intero";
- license = lib.licenses.free;
- };
- }) {};
- interval-list = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "interval-list";
- ename = "interval-list";
- version = "20150327.1018";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "interval-list";
- rev = "38af7ecf0a493ad8f487074938a2a115f3531177";
- sha256 = "1zv6m24ryls9hvla3hf8wzp6r7fzbxa1lzr1mb0wz0s292l38wjz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/afee0fed80f4fa444116b12653c034d760f5f1fb/recipes/interval-list";
- sha256 = "0926z3lxkmpxalpq7hj355cjzbgpdiw7z4s8xdrpa1pi818d35zf";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/interval-list";
- license = lib.licenses.free;
- };
- }) {};
- interval-tree = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "interval-tree";
- ename = "interval-tree";
- version = "20130325.707";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "interval-tree";
- rev = "301302f480617091cf3ab6989caac385d52543dc";
- sha256 = "0fqnn9xhrc9hkaiziafjgg288l6m05416z9kz8l5845fnqsb7pb3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca0f4b62aee7ff7c4457da29fd25860a5c768319/recipes/interval-tree";
- sha256 = "13zynac3h50x68f1ja72kqdrapjks2zmgqd4g7qwscq92mmh60i9";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/interval-tree";
- license = lib.licenses.free;
- };
- }) {};
- inverse-acme-theme = callPackage ({ autothemer
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inverse-acme-theme";
- ename = "inverse-acme-theme";
- version = "20170822.1954";
- src = fetchFromGitHub {
- owner = "dcjohnson";
- repo = "inverse-acme-theme";
- rev = "74d6f3e2f6534371509dd2d77006435156c276d6";
- sha256 = "15fk60ky8kbj665yjylmgc4nn4qsk57fvarqzwv3fns64yfshkv3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1c44dbc8d3ca29d8715af755b845af7236e95406/recipes/inverse-acme-theme";
- sha256 = "03g6h8dpn42qnr593ryhj22lj1h2nx4rdr1knhkvxygfv3c4lgh5";
- name = "recipe";
- };
- packageRequires = [ autothemer cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/inverse-acme-theme";
- license = lib.licenses.free;
- };
- }) {};
- io-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "io-mode";
- ename = "io-mode";
- version = "20161004.56";
- src = fetchFromGitHub {
- owner = "superbobry";
- repo = "io-mode";
- rev = "fd65ae769093defcf554d6d637eba6e6dfc29f56";
- sha256 = "1x3j4asbczfr9vrqd7bms57ngqzaik73sm2njcgjshf9c3js3aa9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/29ac993c86f992a452784c75c1511d15c4718c91/recipes/io-mode";
- sha256 = "1fpiml7lvbl4s2xw4wk2y10iifvfza24kd9j8qvi1bgd85qkx42q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/io-mode";
- license = lib.licenses.free;
- };
- }) {};
- io-mode-inf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "io-mode-inf";
- ename = "io-mode-inf";
- version = "20140128.1134";
- src = fetchFromGitHub {
- owner = "slackorama";
- repo = "io-emacs";
- rev = "6dd2bac3fd87484bb7d97e135b06c29d70b444b6";
- sha256 = "1ard88kc13c57y9zdkyr012w8rdrwahz8a3fb5v6hwqymg16m20s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df121fc9f71af1d060c83555ec611c422cbe8d0d/recipes/io-mode-inf";
- sha256 = "0hwhvf1qwkmzzlzdda1flw6p1jjh9rzxsfwm2sc4795ac2xm6dhc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/io-mode-inf";
- license = lib.licenses.free;
- };
- }) {};
- ioccur = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ioccur";
- ename = "ioccur";
- version = "20130821.2248";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "ioccur";
- rev = "2e4f83ba72bc7d0225606176de2ef7a970ca301c";
- sha256 = "111rrn1l2k40bfpcf6d9n06vhlhxhv3718kgd40ksrqz97pzq0dx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/308c27227795560adf8c979ba1d046286549843d/recipes/ioccur";
- sha256 = "1a9iy6x4lkm4wgkcb0pv86c2kvpq8ymrc4ssp109r67kwqw7lrr6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ioccur";
- license = lib.licenses.free;
- };
- }) {};
- iodine-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iodine-theme";
- ename = "iodine-theme";
- version = "20151031.939";
- src = fetchFromGitHub {
- owner = "srdja";
- repo = "iodine-theme";
- rev = "02fb780e1d8d8a6b9c709bfac399abe1665c6999";
- sha256 = "14zfxa8fc7h4rkz1hyplwf4q2lga3l5dd7a2xq5kk0kvf2fs4mk3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6893ce6309f1e3b3457c99e84611044e653b827a/recipes/iodine-theme";
- sha256 = "05mnq0bgcla0pxsgywpvcdgd4sk2xr7bjlp87l0dx8j121vqripj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/iodine-theme";
- license = lib.licenses.free;
- };
- }) {};
- ipcalc = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ipcalc";
- ename = "ipcalc";
- version = "20170926.105";
- src = fetchFromGitHub {
- owner = "dotemacs";
- repo = "ipcalc.el";
- rev = "2720f7e3e662e04e195f8338b81a499cf321296a";
- sha256 = "1kmqbb9ca3sca59462ha21grbgxkl4wynz2lr4yqb4qk7cijgd6g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ipcalc";
- sha256 = "0hw5g30pnqwzvbhf6kggyj6wij5iw7d8jgmr88pyw63kxach8vkv";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ipcalc";
- license = lib.licenses.free;
- };
- }) {};
- iplayer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iplayer";
- ename = "iplayer";
- version = "20161120.1320";
- src = fetchFromGitHub {
- owner = "csrhodes";
- repo = "iplayer-el";
- rev = "b788fffa4b36bbd558047ffa6be51b1f0f462f23";
- sha256 = "0x82mxbc6f5azzg7c4zrxz1q763k8i3y1kfb79xfspb2i64dgg5g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e9a97667365f1c30f53a6aeeb7b909a78888eb1/recipes/iplayer";
- sha256 = "0wnxvdlnvlmspqsaqx0ldw8j03qjckkqzvx3cbpc2yfs55pm3p7r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/iplayer";
- license = lib.licenses.free;
- };
- }) {};
- ipretty = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ipretty";
- ename = "ipretty";
- version = "20180605.2222";
- src = fetchgit {
- url = "https://framagit.org/steckerhalter/ipretty.git";
- rev = "042f5cc4e6f81d59115e8335c582bb5c571c2585";
- sha256 = "0vk8k4zfqa0869fg1kzbzzgz65xg7six5m4jm8088pb2nvfn1lrr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0a8eb0eefe88b4ea683a4743c0f8393506e014b/recipes/ipretty";
- sha256 = "0nlp7xmgqsipdq8xjld0xpw3q3qlxm31r2k52hxs32rx044y6c71";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ipretty";
- license = lib.licenses.free;
- };
- }) {};
- ipython-shell-send = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ipython-shell-send";
- ename = "ipython-shell-send";
- version = "20190220.1446";
- src = fetchFromGitHub {
- owner = "jackkamm";
- repo = "ipython-shell-send-el";
- rev = "0faed86faff02a361f23ce5fc923d0e9b09bb2da";
- sha256 = "1nx92rmxgrxy9hfi7f2ny3q4zqrzy6jalr85lall7r74aifprrkv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9d3513d38f94de4d86124b5d5a33be8d5f0bfa43/recipes/ipython-shell-send";
- sha256 = "07im2f3890yxpcy4qz1bihi68aslam7qir4vqf05bhqlgaqzamv8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ipython-shell-send";
- license = lib.licenses.free;
- };
- }) {};
- iqa = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iqa";
- ename = "iqa";
- version = "20181024.1553";
- src = fetchFromGitHub {
- owner = "a13";
- repo = "iqa.el";
- rev = "b45614f5204ed851de0abe93907aa94de5e37379";
- sha256 = "11wrmiwlp91x59cn9k2j2pqgvzbrnzvf81dqgm9l5ph5fym0jqsd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a9bd2e952d98f7ac2dc823581b07b65e951e9e45/recipes/iqa";
- sha256 = "02yrkizk4ssip44s6r62finsrf45hxj9cpil1xrvh8g4jbsmfsw4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/iqa";
- license = lib.licenses.free;
- };
- }) {};
- ir-black-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ir-black-theme";
- ename = "ir-black-theme";
- version = "20130302.2355";
- src = fetchFromGitHub {
- owner = "jmdeldin";
- repo = "ir-black-theme.el";
- rev = "ee6078bc67cbc15184e64e0f1fc8542d4079d55f";
- sha256 = "0yha2623zfy9q97y48v6fgg20ghig9zdlv80s30iqj9lwaf3v2md";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e725582bc322d03c9dca2b22e8606444fd8753c/recipes/ir-black-theme";
- sha256 = "1qpq9zbv63ywzk5mlr8x53g3rn37k0mdv6x1l1hcd90gka7vga9v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ir-black-theme";
- license = lib.licenses.free;
- };
- }) {};
- iregister = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iregister";
- ename = "iregister";
- version = "20150515.1407";
- src = fetchFromGitHub {
- owner = "atykhonov";
- repo = "iregister.el";
- rev = "6a48c66187289de5f300492be11c83e98410c018";
- sha256 = "1ch610b3d0x3nxglp749305syliivamc108rgv9if4ihb67gp8b5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a12a51873444b84765758e18c9cf24d85a200e44/recipes/iregister";
- sha256 = "0iq1nlj5czi4nblrszfv3grkl1fni7blh8bhcfccidms8v9r3mdm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/iregister";
- license = lib.licenses.free;
- };
- }) {};
- irony = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "irony";
- ename = "irony";
- version = "20190516.1648";
- src = fetchFromGitHub {
- owner = "Sarcasm";
- repo = "irony-mode";
- rev = "c3ae899b61124a747ebafc705086345e460ac08e";
- sha256 = "06ld83vzyklfmrfi6pp893mvlnhacv9if75c9pbipjvy6nwfb63r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2b6a8d57b192325dcd30fddc9ff8dd1516ad680/recipes/irony";
- sha256 = "1xcxrdrs7imi31nxpszgpaywq4ivni75hrdl4zzrf103xslqpl8a";
- name = "recipe";
- };
- packageRequires = [ cl-lib json ];
- meta = {
- homepage = "https://melpa.org/#/irony";
- license = lib.licenses.free;
- };
- }) {};
- irony-eldoc = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , irony
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "irony-eldoc";
- ename = "irony-eldoc";
- version = "20170502.1208";
- src = fetchFromGitHub {
- owner = "ikirill";
- repo = "irony-eldoc";
- rev = "0df5831eaae264a25422b061eb2792aadde8b3f2";
- sha256 = "1l5qpr66v1l12fb50yh73grb2rr85xxmbj19mm33b5rdrq2bqmmd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc42459d5c1671bd478d781339f2572b3de2e7d0/recipes/irony-eldoc";
- sha256 = "03m0h13jd37vfvn4mavaq3vbzx4x0lklbs0mbc29zaz8pwqlcwz6";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs irony ];
- meta = {
- homepage = "https://melpa.org/#/irony-eldoc";
- license = lib.licenses.free;
- };
- }) {};
- isearch-dabbrev = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "isearch-dabbrev";
- ename = "isearch-dabbrev";
- version = "20141223.2222";
- src = fetchFromGitHub {
- owner = "Dewdrops";
- repo = "isearch-dabbrev";
- rev = "1efe7abba4923015cbc2462395deaec5446a9cc8";
- sha256 = "17d0816awadvsw1qc7r0p6ira75jmgxaj9hsk9ypayxsaf6ynyrb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9dfc7c1112bac8744910c58f77a98a901fd8065/recipes/isearch-dabbrev";
- sha256 = "1hl7zl5vjcsk3z452874g4nfcnmna8m2242dc9cgpl5jddzwqa7x";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/isearch-dabbrev";
- license = lib.licenses.free;
- };
- }) {};
- isearch-project = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "isearch-project";
- ename = "isearch-project";
- version = "20190505.119";
- src = fetchFromGitHub {
- owner = "elpa-host";
- repo = "isearch-project";
- rev = "462b8100451b947367aed2970c2669ea6d15edbd";
- sha256 = "0b8ncpi6kps7fx3fmgfwd2czaal52laf2k6pn46yh110sz6dl30m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c4f0a2f3080e9f4db82fb2bb9279418e4b9a7e2/recipes/isearch-project";
- sha256 = "0f6f3lm5p4h8z9bnhbl27pzgwdjj58pp8lsvc5dic0yzykx7j2y8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/isearch-project";
- license = lib.licenses.free;
- };
- }) {};
- isearch-symbol-at-point = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "isearch-symbol-at-point";
- ename = "isearch-symbol-at-point";
- version = "20130728.1521";
- src = fetchFromGitHub {
- owner = "re5et";
- repo = "isearch-symbol-at-point";
- rev = "51a1029bec1ec414885f9edb7e5947603dffdab2";
- sha256 = "09z49850c32x0rchxg203cxg504xi2b6cjgnd0i4axcs5fmq7gv9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5733de00a1800645674e83c5e21c80f2890c4e7c/recipes/isearch-symbol-at-point";
- sha256 = "0j5fr7qdvpd5b096h5a83fz8sh9wybdnsgix6v94gv8lkzdsqkr8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/isearch-symbol-at-point";
- license = lib.licenses.free;
- };
- }) {};
- isend-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "isend-mode";
- ename = "isend-mode";
- version = "20190201.32";
- src = fetchFromGitHub {
- owner = "ffevotte";
- repo = "isend-mode.el";
- rev = "94184d5eb4a7f96e60351d2580eb0d20f22ab72d";
- sha256 = "1wn7ji76pp2xpfh4yiayll5b0wlfxkb11bgk24hpx22bhjnw3ivj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ef6e4dab78a4c333647a85ed07a81da8083ec0c/recipes/isend-mode";
- sha256 = "0sk80a08ny9vqw94klqfgii297qm633000wlcldha76ip8viikdv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/isend-mode";
- license = lib.licenses.free;
- };
- }) {};
- isgd = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "isgd";
- ename = "isgd";
- version = "20150414.236";
- src = fetchFromGitHub {
- owner = "chmouel";
- repo = "isgd.el";
- rev = "764306dadd5a9213799081a48aba22f7c75cca9a";
- sha256 = "09hx28lmldm7z3x22a0qx34id09fdp3z61pdr61flgny213q1ach";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d5ff75b269fd57c5822277b9ed850c69b626f1a5/recipes/isgd";
- sha256 = "0yc9mkjzj3w64f48flnjvd193mk9gndrrqbxz3cvmvq3vgahhzyi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/isgd";
- license = lib.licenses.free;
- };
- }) {};
- isolate = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "isolate";
- ename = "isolate";
- version = "20190205.1929";
- src = fetchFromGitHub {
- owner = "casouri";
- repo = "isolate";
- rev = "3bb82f52b0df39c9b57fb68ba622b2906d0eecff";
- sha256 = "00h9d6d6l8cxih8ix6kckc6dhzmq9hbfmgfmfpmf6f67c4ikcv8m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8091f8d72c24a103f6dcaadc18bbec745c1c3d3/recipes/isolate";
- sha256 = "1ldyvw01nq2ynxaaqmw9ihk9kwfss9rqpaydn9f41bqj15xrypjc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/isolate";
- license = lib.licenses.free;
- };
- }) {};
- isortify = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pythonic }:
- melpaBuild {
- pname = "isortify";
- ename = "isortify";
- version = "20190315.1304";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "isortify";
- rev = "4d8ecfcadf58ea51368e66ecf6f2a95a95953fcf";
- sha256 = "0gslib1r9d9dqd9r89dfg8npkybjw2bjdrbs0z2qcnfa82x4fq4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9d4ad18492e7f4a56a1515873bc0b66fa49829bb/recipes/isortify";
- sha256 = "0nlpjd6mrhv8iccdny0x5lb41dpyp6l7kiax4xqra0rb2vq0chcs";
- name = "recipe";
- };
- packageRequires = [ emacs pythonic ];
- meta = {
- homepage = "https://melpa.org/#/isortify";
- license = lib.licenses.free;
- };
- }) {};
- iss-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iss-mode";
- ename = "iss-mode";
- version = "20141001.1213";
- src = fetchFromGitHub {
- owner = "rasmus-toftdahl-olesen";
- repo = "iss-mode";
- rev = "3b517aff31529bab33f8d7b562bd17aff0107fd1";
- sha256 = "0992lzgar0kz9i1sk5vz17q9qzfgl8fkyxa1q0hmhgnpjf503cnj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ecc9f618b9f065f593b91c1c1221a550ab752bae/recipes/iss-mode";
- sha256 = "1my4vi1x07hg0dva97i685lx6m6fcbfk16j1zy93zriyd7z5plkc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/iss-mode";
- license = lib.licenses.free;
- };
- }) {};
- itail = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "itail";
- ename = "itail";
- version = "20171112.4";
- src = fetchFromGitHub {
- owner = "re5et";
- repo = "itail";
- rev = "6e43c20da03be3b9c6ece93b7dc3495975ec1888";
- sha256 = "044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6b810bf1deeb79064144d8b684fab336686018ef/recipes/itail";
- sha256 = "0mcyly88a3c15hl3wll56agpdsyvd26r501h0v64lasfr4k634m7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/itail";
- license = lib.licenses.free;
- };
- }) {};
- itasca = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "itasca";
- ename = "itasca";
- version = "20170601.922";
- src = fetchFromGitHub {
- owner = "jkfurtney";
- repo = "itasca-emacs";
- rev = "3d15dd1b70d6db69b0f4758a3e28b8b506cc84ca";
- sha256 = "0mfcl7ka7r5mx52xvf13i3799ddkdi9sq2q4p2rkgb96r37ia221";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/itasca";
- sha256 = "0j0lvs9x2j3z5yyhbgmymccswi40vv1gz3sl56bl857m1hlxzshz";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/itasca";
- license = lib.licenses.free;
- };
- }) {};
- iter2 = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iter2";
- ename = "iter2";
- version = "20190113.624";
- src = fetchFromGitHub {
- owner = "doublep";
- repo = "iter2";
- rev = "fc1fcea5379bc7728a25dd81546886213e3db6fa";
- sha256 = "1gvm5gfgmcw4mibi8899x9ry1zqm3ij6yl0dnmdqmv9dbv1zlqp2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d94316660051ee0ba0c12e380e6203986440368f/recipes/iter2";
- sha256 = "0kl3z2wwpvk2ddsb3798g41pv0xycsf9dclhv00snpzsr61d9v65";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/iter2";
- license = lib.licenses.free;
- };
- }) {};
- iterator = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iterator";
- ename = "iterator";
- version = "20170207.38";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "iterator";
- rev = "9da54f9aed945b46866782cdf962c9e530419297";
- sha256 = "0r50hdyr9s18p7ggiyv36g011jgg47bgszvjgcmpp23rz131mxyw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66aa4c3b43083a0098ee3163005dcc36d7251146/recipes/iterator";
- sha256 = "17q10fw6y0icsv6vv9n968bwmbjlihrpkkyw62d1kfxhs9yw659z";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/iterator";
- license = lib.licenses.free;
- };
- }) {};
- ivariants = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivs-edit
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivariants";
- ename = "ivariants";
- version = "20170822.1924";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "emacs-ivariants";
- rev = "ca0b74d32b5d2d77a45cc6ad6edc00be0ee85284";
- sha256 = "16hygfx9gla6yhc3kaiy4m6g910m1hak3v86fnpf12kzvjjs9zfx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca17de8cdd53bb32a9d3faaeb38f19f92b18ee38/recipes/ivariants";
- sha256 = "00fgcm62g4fw4306lw9ld2k7w0c358fcbkxn969k5p009g7pk5bw";
- name = "recipe";
- };
- packageRequires = [ emacs ivs-edit ];
- meta = {
- homepage = "https://melpa.org/#/ivariants";
- license = lib.licenses.free;
- };
- }) {};
- ivs-edit = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivs-edit";
- ename = "ivs-edit";
- version = "20170818.741";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "ivs-edit";
- rev = "5db39c234aa7393b591168a4fd0a9a4cbbca347d";
- sha256 = "1sdl83cf87zbv0ynvb6qlgbpm4d3dqhdn84jhhs5j247r5qzhmz6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca17de8cdd53bb32a9d3faaeb38f19f92b18ee38/recipes/ivs-edit";
- sha256 = "0gzhvzrfk17j2vwlg82f5ifk4dcfc1yv7barcij38ckran8cqmb2";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/ivs-edit";
- license = lib.licenses.free;
- };
- }) {};
- ivy = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy";
- ename = "ivy";
- version = "20190605.537";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "swiper";
- rev = "ef6d3dbe0fbc797e622fb7b5dd5f290ed3cc5ca7";
- sha256 = "1r4j9xvm1gdqbnylpgjl7bx1ssnhjpxkljia4av24qm9rf7ki0vf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06c24112a5e17c423a4d92607356b25eb90a9a7b/recipes/ivy";
- sha256 = "0xf5p91r2ljl93wbr5wbgnb4hzhs00wkaf4fmdlf31la8xwwp5ci";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ivy";
- license = lib.licenses.free;
- };
- }) {};
- ivy-bibtex = callPackage ({ biblio
- , cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parsebib
- , s
- , swiper }:
- melpaBuild {
- pname = "ivy-bibtex";
- ename = "ivy-bibtex";
- version = "20190430.1118";
- src = fetchFromGitHub {
- owner = "tmalsburg";
- repo = "helm-bibtex";
- rev = "e1391a4be629b506f06d678bcdfd17d290904482";
- sha256 = "11922djfvz32h6bv8gdzhpm7ddxw5gsdphjvjxa7cr2zj7x9nhx7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c23c09225c57a9b9abe0a0a770a9184ae2e58f7c/recipes/ivy-bibtex";
- sha256 = "0qni48s09lgzqr98r49dhrzpfqp9yfwga11h7vhqclscjvlalpc2";
- name = "recipe";
- };
- packageRequires = [ biblio cl-lib dash f parsebib s swiper ];
- meta = {
- homepage = "https://melpa.org/#/ivy-bibtex";
- license = lib.licenses.free;
- };
- }) {};
- ivy-dired-history = callPackage ({ cl-lib ? null
- , counsel
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-dired-history";
- ename = "ivy-dired-history";
- version = "20170625.2256";
- src = fetchFromGitHub {
- owner = "jixiuf";
- repo = "ivy-dired-history";
- rev = "c9c67ea1ee5e68443f0e6006ba162d6c8d868b69";
- sha256 = "1lim9zi57w011df5zppb18yjkaxkgfy796pc6i01p4dl32x0rpfv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad37f6b04ff45fbffeadefc94db16baa27bcc2ac/recipes/ivy-dired-history";
- sha256 = "1vj073k5m0l8rx9iiisikzl053ad9mlhvbk30f5zmw9sw7b9blyl";
- name = "recipe";
- };
- packageRequires = [ cl-lib counsel ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-dired-history";
- license = lib.licenses.free;
- };
- }) {};
- ivy-erlang-complete = callPackage ({ async
- , counsel
- , emacs
- , erlang
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-erlang-complete";
- ename = "ivy-erlang-complete";
- version = "20190406.1036";
- src = fetchFromGitHub {
- owner = "s-kostyaev";
- repo = "ivy-erlang-complete";
- rev = "f3a7088ba62746932ac0084e254e4235b93febcc";
- sha256 = "0sdxcx1ihb51khi5chdm80mzwh8ygfs86pndgh5gq8dzbqpi2ax4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac1b9e350d3f066e4e56202ebb443134d5fc3669/recipes/ivy-erlang-complete";
- sha256 = "00fqjgrhvcn3ibpgiy4b0sr4x9p6ym5r1rvi4rdzsw2i3nxmgf3a";
- name = "recipe";
- };
- packageRequires = [ async counsel emacs erlang ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-erlang-complete";
- license = lib.licenses.free;
- };
- }) {};
- ivy-explorer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-explorer";
- ename = "ivy-explorer";
- version = "20190318.908";
- src = fetchFromGitHub {
- owner = "clemera";
- repo = "ivy-explorer";
- rev = "5bf3b915bdb78f58fc657e616262d967266a4500";
- sha256 = "1nfabcphfsbza4zrw4f23ajv6bh4jrma0k9ygphv7pzg7hc48jf8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b590a6e0d11fda3d93e4d92f847138f8968b332/recipes/ivy-explorer";
- sha256 = "088ciy051b3kcd6anm66fnkg510c72hrfgdbgdf4mb9z4d9bk056";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-explorer";
- license = lib.licenses.free;
- };
- }) {};
- ivy-feedwrangler = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-feedwrangler";
- ename = "ivy-feedwrangler";
- version = "20180618.822";
- src = fetchFromGitHub {
- owner = "asimpson";
- repo = "ivy-feedwrangler";
- rev = "051eac49cae32b16fab2e06ff0115cd8fb5dc499";
- sha256 = "1irp76kbg8d7wmgvfjbb4c3wmd29bdrl503jkq4w52fl57g94cvj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf1c112939545f6d157111eabcb573738b09ef7c/recipes/ivy-feedwrangler";
- sha256 = "1mxm37biix8c0s32gfv4pidffvlgdz5i9325zk71fhgfzqwkf5vx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ivy-feedwrangler";
- license = lib.licenses.free;
- };
- }) {};
- ivy-gitlab = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , gitlab
- , ivy
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ivy-gitlab";
- ename = "ivy-gitlab";
- version = "20181228.26";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "emacs-gitlab";
- rev = "8c2324c02119500f094c2f92dfaba4c9977ce1ba";
- sha256 = "056c4fb5sj2y4h94klx2g24n1g3qdi7ifzs8ksw5v6hcj9lrkb1n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35d4d4f22e4c567954287b2a1cabcb595497095a/recipes/ivy-gitlab";
- sha256 = "0gbwsmb6my0327f9j96s20mybnjaw9yaiwhs3sy3vav0qww91z1y";
- name = "recipe";
- };
- packageRequires = [ dash gitlab ivy s ];
- meta = {
- homepage = "https://melpa.org/#/ivy-gitlab";
- license = lib.licenses.free;
- };
- }) {};
- ivy-historian = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flx
- , historian
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-historian";
- ename = "ivy-historian";
- version = "20190110.1913";
- src = fetchFromGitHub {
- owner = "PythonNut";
- repo = "historian.el";
- rev = "64f4ef8cd4e417dfa090138a2d4ea1e72fd4456a";
- sha256 = "0py43kml7fcf1k28pali7n9nhsjp003j02cpynqcz6hmk8zr7b48";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fb79cbc9af6cd443b9de97817d24bcc9050d5940/recipes/ivy-historian";
- sha256 = "0yzq3rr51q5d64pfc7x5jszz77x6nwpbjj0g74x5ga3bsw3i67d9";
- name = "recipe";
- };
- packageRequires = [ emacs flx historian ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-historian";
- license = lib.licenses.free;
- };
- }) {};
- ivy-hydra = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-hydra";
- ename = "ivy-hydra";
- version = "20190328.845";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "swiper";
- rev = "c56ad2a551d8915525201590ef38a658bbeeb54b";
- sha256 = "0fmi5dk30xa6ra6br09abxhvha8rx9l28qkajfj5namk5id3s388";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06c24112a5e17c423a4d92607356b25eb90a9a7b/recipes/ivy-hydra";
- sha256 = "1xv8nfi6dzhx868h44ydq4f5jmsa7rbqfa7jk8g0z0ifv477hrvx";
- name = "recipe";
- };
- packageRequires = [ emacs hydra ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-hydra";
- license = lib.licenses.free;
- };
- }) {};
- ivy-lobsters = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-lobsters";
- ename = "ivy-lobsters";
- version = "20171202.1241";
- src = fetchFromGitHub {
- owner = "julienXX";
- repo = "ivy-lobsters";
- rev = "4364df4b3685fd1b50865ac9360fb948c0288dd1";
- sha256 = "1cfcy2ks0kb04crwlfp02052zcwg384cgz7xjyafwqynm77d35l0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d9774fbf133ce8db3ce996b1a40c586309a2fec6/recipes/ivy-lobsters";
- sha256 = "1g8bwlh4nls21k16r1pmqmb633j19h3jnjbfl2vixyrh2na8ff1w";
- name = "recipe";
- };
- packageRequires = [ cl-lib ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-lobsters";
- license = lib.licenses.free;
- };
- }) {};
- ivy-mpdel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , libmpdel
- , melpaBuild
- , mpdel }:
- melpaBuild {
- pname = "ivy-mpdel";
- ename = "ivy-mpdel";
- version = "20190428.220";
- src = fetchFromGitHub {
- owner = "mpdel";
- repo = "ivy-mpdel";
- rev = "a42dcc943914c71975c115195d38c739f25e475c";
- sha256 = "0zf007j3i9prlsqjaf0xw7ylaim463f867nfc63fpsr508xsn5rd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb25443752e18e47afc63d5497cc5052c388a607/recipes/ivy-mpdel";
- sha256 = "1v9xiy4bs7r24li6fwi5dfqav8dfr3dy0xhj3wnzvcgwxp5ji56r";
- name = "recipe";
- };
- packageRequires = [ emacs ivy libmpdel mpdel ];
- meta = {
- homepage = "https://melpa.org/#/ivy-mpdel";
- license = lib.licenses.free;
- };
- }) {};
- ivy-omni-org = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-omni-org";
- ename = "ivy-omni-org";
- version = "20190420.538";
- src = fetchFromGitHub {
- owner = "akirak";
- repo = "ivy-omni-org";
- rev = "7e51f8a1643d44eb930e1a04f11eb381ac6b8d92";
- sha256 = "06jfg12afcn3kpd7l0ymp72pbpc5059rvqbpmzpjbr0yswxwzmq4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4eaad7323462d6c7fd343ede0d2df8c67885e542/recipes/ivy-omni-org";
- sha256 = "1mxdglp0frplv75bik2fl2ybbl0yqfd5r70alcgx1zmba18kaj20";
- name = "recipe";
- };
- packageRequires = [ dash emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-omni-org";
- license = lib.licenses.free;
- };
- }) {};
- ivy-pages = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-pages";
- ename = "ivy-pages";
- version = "20160728.1220";
- src = fetchFromGitHub {
- owner = "igorepst";
- repo = "ivy-pages";
- rev = "428a901f94c9625c8407fd2bf76f9d7714d40d87";
- sha256 = "11lcv8dqlmfqvhn7n3wfp9idr5hf30312p213y5pvs4m70lbc9k2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93f1183beb74aa4a96de8cd043a2a8eefdd7ad7e/recipes/ivy-pages";
- sha256 = "0zz8nbjma8r6r7xxbg7xfz13202d77k1ybzpib41slmljzh7xgwv";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-pages";
- license = lib.licenses.free;
- };
- }) {};
- ivy-pass = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , password-store }:
- melpaBuild {
- pname = "ivy-pass";
- ename = "ivy-pass";
- version = "20170812.1255";
- src = fetchFromGitHub {
- owner = "ecraven";
- repo = "ivy-pass";
- rev = "5b523de1151f2109fdd6a8114d0af12eef83d3c5";
- sha256 = "18crb4zh2pjf0cmv3b913m9vfng27girjwfqc3mk7vqd1r5a49yk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7bfef855e071442d2b9d1e0ce9b5706937bffc53/recipes/ivy-pass";
- sha256 = "1sb29q22fsjqfxqznf73xcqhzy132bjd45w7r27sfmf825vcysci";
- name = "recipe";
- };
- packageRequires = [ emacs ivy password-store ];
- meta = {
- homepage = "https://melpa.org/#/ivy-pass";
- license = lib.licenses.free;
- };
- }) {};
- ivy-phpunit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , phpunit }:
- melpaBuild {
- pname = "ivy-phpunit";
- ename = "ivy-phpunit";
- version = "20180219.115";
- src = fetchFromGitHub {
- owner = "12pt";
- repo = "ivy-phpunit";
- rev = "ffedb0138d36564e8e36a28fd9bc71ea8944681f";
- sha256 = "0kf1k3jqg2r20x985h6brg92sg7y47c5vkfjky8xp11gqyqw47bi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93822c5588f81683e3d43f690785b80c207d331d/recipes/ivy-phpunit";
- sha256 = "1spvcf41lvjdmiwp6058wrpp0hfg1cjld6b7zm28m2ys6mn35ycs";
- name = "recipe";
- };
- packageRequires = [ emacs ivy phpunit ];
- meta = {
- homepage = "https://melpa.org/#/ivy-phpunit";
- license = lib.licenses.free;
- };
- }) {};
- ivy-posframe = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , posframe }:
- melpaBuild {
- pname = "ivy-posframe";
- ename = "ivy-posframe";
- version = "20190605.1738";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "ivy-posframe";
- rev = "f5da408348f577c4828f61ccc7e02c123fd4a1df";
- sha256 = "13yn9xdv638xlfv2wxnmslc7x6k6082ibaa3vrwdf0c0jx9qv7yd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9e7c6f7ca439683abf11dcaa38672ac139c0da4f/recipes/ivy-posframe";
- sha256 = "1sv4xvdvb1g8g5m4f1f159lxbxaz96drsmvhh0k43hp1dh3bhj3b";
- name = "recipe";
- };
- packageRequires = [ emacs ivy posframe ];
- meta = {
- homepage = "https://melpa.org/#/ivy-posframe";
- license = lib.licenses.free;
- };
- }) {};
- ivy-prescient = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , prescient }:
- melpaBuild {
- pname = "ivy-prescient";
- ename = "ivy-prescient";
- version = "20190523.1034";
- src = fetchFromGitHub {
- owner = "raxod502";
- repo = "prescient.el";
- rev = "ae414dde56f3430867faf41c04e4c3df75f9c960";
- sha256 = "1cdjvlwlvxxazz7hlxgvdp0pznvj1gzqa2r6k4im0cpdrnnng6j6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a92495d09689932ab9f0b716078ceeeb9cc154e0/recipes/ivy-prescient";
- sha256 = "017ibpbj390q5d051k3wn50774wvcixzbwikvi5ifzqkhgixqk9c";
- name = "recipe";
- };
- packageRequires = [ emacs ivy prescient ];
- meta = {
- homepage = "https://melpa.org/#/ivy-prescient";
- license = lib.licenses.free;
- };
- }) {};
- ivy-purpose = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , window-purpose }:
- melpaBuild {
- pname = "ivy-purpose";
- ename = "ivy-purpose";
- version = "20160724.303";
- src = fetchFromGitHub {
- owner = "bmag";
- repo = "ivy-purpose";
- rev = "0495f2f3aed64d7e0028125e76a9a68f8fc4107e";
- sha256 = "1hiw7mnrr0cnnp0a2mh837pzdaknadwv0sk82vya6blx0a7m691g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1fa2a37a1a6492eddf638216acec4b9d54d3498d/recipes/ivy-purpose";
- sha256 = "0c5n7x3sa57wslwnldvc0i315xhyi1zndyhr07rzka1rhj8v1c4v";
- name = "recipe";
- };
- packageRequires = [ emacs ivy window-purpose ];
- meta = {
- homepage = "https://melpa.org/#/ivy-purpose";
- license = lib.licenses.free;
- };
- }) {};
- ivy-rich = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-rich";
- ename = "ivy-rich";
- version = "20190603.1719";
- src = fetchFromGitHub {
- owner = "Yevgnen";
- repo = "ivy-rich";
- rev = "f6bfa293c6df0b43cc411876b665816ec3f03d08";
- sha256 = "1s8nwwb1z6lkc58g02pi8w99qms948k8d02lw8k8cq47dw87i219";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/ivy-rich";
- sha256 = "1il1lhxxg694j9w65qwzjm4p4l3q1h1hfndybj6z1cb72ijw27fr";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-rich";
- license = lib.licenses.free;
- };
- }) {};
- ivy-rtags = callPackage ({ fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , rtags }:
- melpaBuild {
- pname = "ivy-rtags";
- ename = "ivy-rtags";
- version = "20170522.2154";
- src = fetchFromGitHub {
- owner = "Andersbakken";
- repo = "rtags";
- rev = "7e6b6f21935eedbe4678ba91c5531ac162b51a5a";
- sha256 = "12629d1s8rplhjh17n3bmgnkpscq4gljgyl84j8qyhh40dwq1qk0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/ivy-rtags";
- sha256 = "18f0jak643dd8lmx701wgk95miajabd8190ls35831slr28lqxsq";
- name = "recipe";
- };
- packageRequires = [ ivy rtags ];
- meta = {
- homepage = "https://melpa.org/#/ivy-rtags";
- license = lib.licenses.free;
- };
- }) {};
- ivy-todo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-todo";
- ename = "ivy-todo";
- version = "20171208.809";
- src = fetchFromGitHub {
- owner = "Kungsgeten";
- repo = "ivy-todo";
- rev = "964e347cea1a6097854d7113f5b07f6c5ef81df0";
- sha256 = "07208qdk1a77dgh9qmpn164x5mgkzvprsdvb7y35ax12r2q541b8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/ivy-todo";
- sha256 = "06mn430zkisnqrmad81gn88pl7lz0m8rm1yvpngpakwwnhwm0q96";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-todo";
- license = lib.licenses.free;
- };
- }) {};
- ivy-xcdoc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-xcdoc";
- ename = "ivy-xcdoc";
- version = "20160917.355";
- src = fetchFromGitHub {
- owner = "hex2010";
- repo = "emacs-ivy-xcdoc";
- rev = "fbf264b0746182567b17fd7409fff8eed3658c71";
- sha256 = "1y55p3qaz054lxb7q8vq00h3spyfbc9xnilm26b4vcps5y0limp6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2fd855c098ca65293d84c3b526b0c39f7b07ade/recipes/ivy-xcdoc";
- sha256 = "1my45325ys2m2l5y8pmi5jnbplqm16b1n7zll37163vv16zwnd53";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-xcdoc";
- license = lib.licenses.free;
- };
- }) {};
- ivy-xref = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-xref";
- ename = "ivy-xref";
- version = "20180821.511";
- src = fetchFromGitHub {
- owner = "alexmurray";
- repo = "ivy-xref";
- rev = "61864f82e554121be0a26ba0a1d8f48b669dd5f0";
- sha256 = "0cgl8lzw0rzswqsl8wk6b39bm2781mwvz3qwm06r2n3kjy7c79b4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a4cd8724e8a4119b61950a97b88219bf56ce3945/recipes/ivy-xref";
- sha256 = "1p5a0x83b0bc7b654j1d207s7vifffgwmp26pya2mz0czd68ywy8";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-xref";
- license = lib.licenses.free;
- };
- }) {};
- ivy-yasnippet = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "ivy-yasnippet";
- ename = "ivy-yasnippet";
- version = "20181002.955";
- src = fetchFromGitHub {
- owner = "mkcms";
- repo = "ivy-yasnippet";
- rev = "32580b4fd23ebf9ca7dde96704f7d53df6e253cd";
- sha256 = "1wfg6mmd5gl1qgvayyzpxlkh9s7jgn20y8l1vh1zbj1czvv51xp8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8c76857d716afab46f5efe46e353935921d5f217/recipes/ivy-yasnippet";
- sha256 = "180q6hrsnkssbf9x9bj74dyy26kym4akbsjlj81x4193nnmc5w67";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ivy yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/ivy-yasnippet";
- license = lib.licenses.free;
- };
- }) {};
- ivy-ycmd = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , ycmd }:
- melpaBuild {
- pname = "ivy-ycmd";
- ename = "ivy-ycmd";
- version = "20180909.525";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "emacs-ivy-ycmd";
- rev = "25bfee8f676e4ecbb645e4f30b47083410a00c58";
- sha256 = "1ywrkx8ddncy4qhv5gh4qf1cpapyvny42i51p91j9ip7xmihy6lm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/22e925d1b66f53d25eb1b3a2746dea82e8555783/recipes/ivy-ycmd";
- sha256 = "0vlf75qv9m84gx83rxz0acnlx5lspq92d94q82ba2p4cc6yjyvj3";
- name = "recipe";
- };
- packageRequires = [ dash emacs ivy ycmd ];
- meta = {
- homepage = "https://melpa.org/#/ivy-ycmd";
- license = lib.licenses.free;
- };
- }) {};
- ivy-youtube = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "ivy-youtube";
- ename = "ivy-youtube";
- version = "20181126.239";
- src = fetchFromGitHub {
- owner = "squiter";
- repo = "ivy-youtube";
- rev = "849b6db7ef02b080a86c1b887488e2935c31059a";
- sha256 = "0f90dq8qhmsnm2hvnvzyb20nq0vmgnqzqa693scq69dv5rdjgwyj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ivy-youtube";
- sha256 = "1masw9qc33valx55klfhzx0bg1hfazmn5yd9wh12q2gjsz8nxyw4";
- name = "recipe";
- };
- packageRequires = [ cl-lib ivy request ];
- meta = {
- homepage = "https://melpa.org/#/ivy-youtube";
- license = lib.licenses.free;
- };
- }) {};
- ix = callPackage ({ fetchFromGitHub
- , fetchurl
- , grapnel
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ix";
- ename = "ix";
- version = "20131027.929";
- src = fetchFromGitHub {
- owner = "theanalyst";
- repo = "ix.el";
- rev = "47632caf925fbb3cc8633834d2d619032d039336";
- sha256 = "1j6axmi6fxcl2ja4660ygxchggm2dzjngi0k3g6pimawykvgxs3n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3a9d68fcf5bddbf07909b77682474dc592077051/recipes/ix";
- sha256 = "1fl76dk8vgw3mrh5iz99lrsllwya6ij9d1lj3szcrs4qnj0b5ql3";
- name = "recipe";
- };
- packageRequires = [ grapnel ];
- meta = {
- homepage = "https://melpa.org/#/ix";
- license = lib.licenses.free;
- };
- }) {};
- iy-go-to-char = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iy-go-to-char";
- ename = "iy-go-to-char";
- version = "20141029.846";
- src = fetchFromGitHub {
- owner = "doitian";
- repo = "iy-go-to-char";
- rev = "11b2a90d10e29151d18f8997f804b745b710b040";
- sha256 = "1jgs41mf3nizjiiq64gzymjvd559mffr1agj9hvq0x42a3dwfc81";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/iy-go-to-char";
- sha256 = "10szn9y7gl8947p3f9w6p6vzjf1a9cjif9mbj3qdqx4vbsl9mqpz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/iy-go-to-char";
- license = lib.licenses.free;
- };
- }) {};
- j-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "j-mode";
- ename = "j-mode";
- version = "20171224.1056";
- src = fetchFromGitHub {
- owner = "zellio";
- repo = "j-mode";
- rev = "e8725ac8af95498faabb2ca3ab3bd809a8f148e6";
- sha256 = "0icrwny3cif0iwgyf9i25sj9i5gy056cn9ic2wwwbzqjqb4xg6dd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/410134ab2145adad3648b1024bfe4f6801df82c9/recipes/j-mode";
- sha256 = "0f9lsr9hjhdvmzx565ivlncfzb4iq4rjjn6a41053cjy50bl066i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/j-mode";
- license = lib.licenses.free;
- };
- }) {};
- jabber = callPackage ({ fetchgit
- , fetchurl
- , fsm
- , lib
- , melpaBuild
- , srv }:
- melpaBuild {
- pname = "jabber";
- ename = "jabber";
- version = "20180927.1625";
- src = fetchgit {
- url = "https://github.com/legoscia/emacs-jabber.git";
- rev = "fff33826f42e040dad7ef64ea312d85215d3b0a1";
- sha256 = "1fif38qhiaxskfmqin82n9334bzrkgd1h5ip1djcm571i670gj74";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7dbf3c2ffee5a4d71466ce037c618e0434a346/recipes/jabber";
- sha256 = "04d2jdzs3c790ms70px8xvyip1liqvd3jy2mbs8qqbwyiccb74xx";
- name = "recipe";
- };
- packageRequires = [ fsm srv ];
- meta = {
- homepage = "https://melpa.org/#/jabber";
- license = lib.licenses.free;
- };
- }) {};
- jabber-otr = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , jabber
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jabber-otr";
- ename = "jabber-otr";
- version = "20150918.444";
- src = fetchFromGitHub {
- owner = "legoscia";
- repo = "emacs-jabber-otr";
- rev = "2692b1530234e0ba9a0d6c1eaa1cbe8679f193c0";
- sha256 = "0yv86nadp6dfzl05vhk8c1kahg2pcrhfmd3mnfjrngp7ksac5lyf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9219f685c18c8e799cae3dc43cc1c740c0f67733/recipes/jabber-otr";
- sha256 = "114z5bwhkza03yvfa4nmicaih2jdq83lh6micxjimpddsc8fjgi0";
- name = "recipe";
- };
- packageRequires = [ emacs jabber ];
- meta = {
- homepage = "https://melpa.org/#/jabber-otr";
- license = lib.licenses.free;
- };
- }) {};
- jack-connect = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jack-connect";
- ename = "jack-connect";
- version = "20190311.1220";
- src = fetchgit {
- url = "https://bitbucket.org/sbarbit/jack-connect";
- rev = "3be5f03ba39ffab65e974cf1624cf38588639dcb";
- sha256 = "1lb7z060jrbr0ijzif5p3qg70lg21h1a6jyzyfqfhwf2iwa3mkcj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c0f5c5f8051f3046baebb08f41b0ca0bf0d73c85/recipes/jack-connect";
- sha256 = "1ssl126wihaf8m2f6ms0l5ai6pz5wn348a09k6l0h3jfww032g1q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jack-connect";
- license = lib.licenses.free;
- };
- }) {};
- jade-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jade-mode";
- ename = "jade-mode";
- version = "20160525.741";
- src = fetchFromGitHub {
- owner = "brianc";
- repo = "jade-mode";
- rev = "4dbde92542fc7ad61df38776980905a4721d642e";
- sha256 = "0p6pfxbl98kkwa3lgx82h967w4p0wbd9s96gvs72d74ryan07ij1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/877b5a3e612e1b1d6d51e60c66b0b79f231abdb2/recipes/jade-mode";
- sha256 = "156j0d9wx6hrhph0nsjsi1jha4h65rcbrbff1j2yr8vdsszjrs94";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jade-mode";
- license = lib.licenses.free;
- };
- }) {};
- jammer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jammer";
- ename = "jammer";
- version = "20160310.59";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "jammer";
- rev = "48aa795df6df7ae6484518bcd0398293ca49d7c6";
- sha256 = "1gnj8vmpxds2wdkz49swiby5vq2hvbf64q5hhvwymfdvwlk54v55";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cb82a6e936e2d5d1dd5930b600ede52dac3ceb33/recipes/jammer";
- sha256 = "01c4bii7gswhp6z9dgx4bhvsywiwbbdv7mg1zj6vp1530l74zx6z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jammer";
- license = lib.licenses.free;
- };
- }) {};
- janet-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "janet-mode";
- ename = "janet-mode";
- version = "20190604.2143";
- src = fetchFromGitHub {
- owner = "ALSchwalm";
- repo = "janet-mode";
- rev = "d5555cc83c1893a1c0ea04d48857d5e71b138c06";
- sha256 = "1lzs5zh4ipvyxi5vzbcpxrdjrrb0vddbcajzcbsi0784cs3ndzkk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c94abb076bf1f3fd6654cc1857b7b3cfe5bf5e58/recipes/janet-mode";
- sha256 = "1kr5ldrgqrl0hfpkf6x5a0kr0l4psykw771n5dx6ably6mnlpphh";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/janet-mode";
- license = lib.licenses.free;
- };
- }) {};
- japanese-holidays = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "japanese-holidays";
- ename = "japanese-holidays";
- version = "20190317.520";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "japanese-holidays";
- rev = "f04662cf1e96a2ef9fd7be43e9723fe355025d50";
- sha256 = "0zlmr48wpccd1y5xxyzfrc1n7g7j3pjnhx7v0ms57plk9wbz1yp2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/80088028a1322e99e5fc50bebe08fcb6d1a2a44d/recipes/japanese-holidays";
- sha256 = "0pxpkikkn2ys0kgf3lbrdxv8iym50h5ik2xzza0qk7cw1v93jza9";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/japanese-holidays";
- license = lib.licenses.free;
- };
- }) {};
- japanlaw = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "japanlaw";
- ename = "japanlaw";
- version = "20160614.2343";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "japanlaw.el";
- rev = "db8825309bec3eb8c89ff29bad4ecd2f54bbef81";
- sha256 = "04hrfqbl88dqpgbqby6708q5ghgkyfgkl4awbd5dfzzs9nfbmmyk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6192e1db76f017c3b1315453144cffc47cdd495d/recipes/japanlaw";
- sha256 = "1pxss1mjk5660k80r1xqgslnbrsr6r4apgp9abjwjfxpg4f6d0sa";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/japanlaw";
- license = lib.licenses.free;
- };
- }) {};
- jape-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jape-mode";
- ename = "jape-mode";
- version = "20140903.806";
- src = fetchFromGitHub {
- owner = "tanzoniteblack";
- repo = "jape-mode";
- rev = "27dbebc4de93eb887038fda7a11671349efe8dbb";
- sha256 = "0bnh5jvqjwrd5wqh1gvbx2z7sjczf8cvah9y58c2v68ia5drxb3z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b034024bd31c4be96c478a951b0ef63d8f89a1b7/recipes/jape-mode";
- sha256 = "1gd685r86h0kr36msw81gfgwv7d35hihz6h0jkc6vd22wf6qc3ly";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jape-mode";
- license = lib.licenses.free;
- };
- }) {};
- jar-manifest-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jar-manifest-mode";
- ename = "jar-manifest-mode";
- version = "20160430.1726";
- src = fetchFromGitHub {
- owner = "omajid";
- repo = "jar-manifest-mode";
- rev = "270dae14c481300f75ed96dad3a5ae42ca928a1d";
- sha256 = "1p7w3hq2cyn1245q0zn8m7hpjs8nbp7kqfmd2gzi2k209czipy21";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ed68a9120d4f1e2895606938d1a117fb01abd1bc/recipes/jar-manifest-mode";
- sha256 = "0kx358m3p23r8m7z45454i62ijmdlf4mljlbqc20jkihfanr6wqd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jar-manifest-mode";
- license = lib.licenses.free;
- };
- }) {};
- jasminejs-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jasminejs-mode";
- ename = "jasminejs-mode";
- version = "20150526.1705";
- src = fetchFromGitHub {
- owner = "stoltene2";
- repo = "jasminejs-mode";
- rev = "23637d6718423d376eebbdaa4d6d914c7cab26ed";
- sha256 = "1p31x23cc1xjziydbphfh4pbv43703x2x0i2kz7a8c6hvka07lym";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e58e8c102f6110f9a8bda47a4601197db47e743/recipes/jasminejs-mode";
- sha256 = "1a70j3aglrwmaw9g8m99sxad2vs53y4swxh97gqjsgx1rrx03g52";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jasminejs-mode";
- license = lib.licenses.free;
- };
- }) {};
- jastadd-ast-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jastadd-ast-mode";
- ename = "jastadd-ast-mode";
- version = "20161219.126";
- src = fetchFromGitHub {
- owner = "rudi";
- repo = "jastadd-ast-mode";
- rev = "a29fdb470cbf0a398164950a3b0d2217de48e0c0";
- sha256 = "01fv0ixkshy7i6wzcgq6xvijvh3n402vyhmh3qzjwi9p0vxvdyxv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/32d59dd9e796438f1752d36a30d4e062abbb6dd1/recipes/jastadd-ast-mode";
- sha256 = "1cwqxzmqx5wxaax12rq0hy0whpaivqncykym43p3an2sl9s6ngva";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/jastadd-ast-mode";
- license = lib.licenses.free;
- };
- }) {};
- java-imports = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , s }:
- melpaBuild {
- pname = "java-imports";
- ename = "java-imports";
- version = "20170913.710";
- src = fetchFromGitHub {
- owner = "dakrone";
- repo = "emacs-java-imports";
- rev = "e96ff44ed48b362ab6227b8b802b84d84f78bcaa";
- sha256 = "0nryawj8v6gj6hnb81yf6966kjnydcz49zsg2k355gldryqf4v5p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f6f4e4c14c422c2066f2200bb9b8f35e2ecc896/recipes/java-imports";
- sha256 = "1waz6skyrm1n8wpc0pwa652l11wz8qz1m89mqxk27k3lwyd84n98";
- name = "recipe";
- };
- packageRequires = [ emacs pcache s ];
- meta = {
- homepage = "https://melpa.org/#/java-imports";
- license = lib.licenses.free;
- };
- }) {};
- java-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "java-snippets";
- ename = "java-snippets";
- version = "20160626.1952";
- src = fetchFromGitHub {
- owner = "nekop";
- repo = "yasnippet-java-mode";
- rev = "738523debb1018439bda0ce70e00248154a600ac";
- sha256 = "0k9iq8f5ngx80r965hc9bzmaa7y4vwn4vx10v1v9f46h48kmsg0q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec561bb8ee3d6df0d493c20497dd8c5897bf1e5e/recipes/java-snippets";
- sha256 = "0bsmp6sc3khdadkmwqy8khz8kzqijcsv70gimm2cs1kwnbyj6pfp";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/java-snippets";
- license = lib.licenses.free;
- };
- }) {};
- javadoc-lookup = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "javadoc-lookup";
- ename = "javadoc-lookup";
- version = "20160213.1631";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "javadoc-lookup";
- rev = "507a2dd443d60b537b8f779c1847e2cd0ccd1382";
- sha256 = "16gywcma1s8kslwznlxwlx0xj0gs5g31637kb74vfdplk48f04zj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d7d5f55c7d90181cc4eff68bb472f772f070a93/recipes/javadoc-lookup";
- sha256 = "1fffs0iqkk9rg5vbxifvn09j4i2751p81bzcvy5fslr3r1r2nv79";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/javadoc-lookup";
- license = lib.licenses.free;
- };
- }) {};
- javap-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "javap-mode";
- ename = "javap-mode";
- version = "20120223.1408";
- src = fetchFromGitHub {
- owner = "hiredman";
- repo = "javap-mode";
- rev = "864c1130e204b2072e1d19cd027b6fce8ebe6629";
- sha256 = "070r4mg4v937n4h2bmzdbn3vsmmq7ijz69nankqs761jxv5gcwlg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/009ce356c410d980613f21fa7c9f1c97ee9af76f/recipes/javap-mode";
- sha256 = "19p39l4nwgxm52yimy4j6l43845cpk8g5qdrldlwfxd7dvay09ay";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/javap-mode";
- license = lib.licenses.free;
- };
- }) {};
- jaword = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , tinysegmenter }:
- melpaBuild {
- pname = "jaword";
- ename = "jaword";
- version = "20170425.2327";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "jaword";
- rev = "a084558075f8892d61214aa21ff3663dd466cf4c";
- sha256 = "0vjim6a9hy6bkbiaggdljlkbga2gpyv89zrla8sdgw8s2yh8m8bl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/00fe123ddc7fbcb9fd2b97e8a9fc8a8c5fabbf7f/recipes/jaword";
- sha256 = "05pzh99zfl8n3p6lxdd9abr52m24hqcb105458i1cy0ra840bf4d";
- name = "recipe";
- };
- packageRequires = [ tinysegmenter ];
- meta = {
- homepage = "https://melpa.org/#/jaword";
- license = lib.licenses.free;
- };
- }) {};
- jazz-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jazz-theme";
- ename = "jazz-theme";
- version = "20170411.711";
- src = fetchFromGitHub {
- owner = "donderom";
- repo = "jazz-theme";
- rev = "b1cb78a97cc4050f19d88a89e455c3e52d98240e";
- sha256 = "0q9gfa40qh9wypvzg3xrv4kh6l51az9swb39133961dc8zrrrinm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/da25345df9d8d567541ed6b0ec832310cde67115/recipes/jazz-theme";
- sha256 = "0ad8kvrmd3gyb8wfghcl4r3kwzplk5gxlw3p23wsbx6c2xq6xr7g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jazz-theme";
- license = lib.licenses.free;
- };
- }) {};
- jbeans-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jbeans-theme";
- ename = "jbeans-theme";
- version = "20180309.825";
- src = fetchFromGitHub {
- owner = "synic";
- repo = "jbeans-emacs";
- rev = "3caa95998d8492a2ca6c17971de499ca15609871";
- sha256 = "0k8bd5j09753czl55dcwijs4j1vxir4zwcwlgsxli4b4f8sl2z8r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6dd4bd78795ec7509d8744fec1e80426ce0557ec/recipes/jbeans-theme";
- sha256 = "0y7ccycfnpykgzr88968w7dl45qazf8b9zlf7ydw3ghkl4f6lbwl";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/jbeans-theme";
- license = lib.licenses.free;
- };
- }) {};
- jdecomp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jdecomp";
- ename = "jdecomp";
- version = "20170224.1400";
- src = fetchFromGitHub {
- owner = "xiongtx";
- repo = "jdecomp";
- rev = "692866abc83deedce62be8d6040cf24dda7fb7a8";
- sha256 = "00l6mc643na97jrb0k595kwmfg8wc7m5iqjd9l9vvf3dal6389b8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/jdecomp";
- sha256 = "1vgjmz7rxvgy9lprzr5b018lzqy3h0zg8913la1bzgwlm3mr68y5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/jdecomp";
- license = lib.licenses.free;
- };
- }) {};
- jdee = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , memoize
- , s }:
- melpaBuild {
- pname = "jdee";
- ename = "jdee";
- version = "20190418.926";
- src = fetchFromGitHub {
- owner = "jdee-emacs";
- repo = "jdee";
- rev = "b9ce633d68ece00dac03d3eeddc4477de53e5e38";
- sha256 = "0gwcl9c0y2s9xyrajwrwiaklfd8as9hmmq0lbrd7fy4q0l0vpr98";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a6d2c98f3bf2075e33d95c7befe205df802e798d/recipes/jdee";
- sha256 = "15n76w0ygjmsa2bym59bkmbbh0kpqx6nacp4zz32hlg48kgz1dx4";
- name = "recipe";
- };
- packageRequires = [ dash emacs flycheck memoize s ];
- meta = {
- homepage = "https://melpa.org/#/jdee";
- license = lib.licenses.free;
- };
- }) {};
- jedi = callPackage ({ auto-complete
- , emacs
- , fetchFromGitHub
- , fetchurl
- , jedi-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jedi";
- ename = "jedi";
- version = "20160425.2156";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "emacs-jedi";
- rev = "1521c525483263b7241c4881b15299b38700070c";
- sha256 = "1xj6rswsnicwcgcqid4qji1x4yhdhrgvvjdd3jhb4z8mfahpnpp6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bded1840a39fbf1e014c01276eb2f9c5a4fc218f/recipes/jedi";
- sha256 = "1777060q25k9n2g6h1lm5lkki900pmjqkxq72mrk3j19jr4pk9m4";
- name = "recipe";
- };
- packageRequires = [ auto-complete emacs jedi-core ];
- meta = {
- homepage = "https://melpa.org/#/jedi";
- license = lib.licenses.free;
- };
- }) {};
- jedi-core = callPackage ({ cl-lib ? null
- , emacs
- , epc
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , python-environment }:
- melpaBuild {
- pname = "jedi-core";
- ename = "jedi-core";
- version = "20181206.1601";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "emacs-jedi";
- rev = "615544c6ca81bbc53140aefe345e2120110c1660";
- sha256 = "0lc8p7xswsm5kir2paw3l65psq9fz4xd81r9ip3d7hsyab4jnvvf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bded1840a39fbf1e014c01276eb2f9c5a4fc218f/recipes/jedi-core";
- sha256 = "0pzi32zdb4g9n4kvpmkdflmqypa7nckmnjq60a3ngym4wlzbb32f";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs epc python-environment ];
- meta = {
- homepage = "https://melpa.org/#/jedi-core";
- license = lib.licenses.free;
- };
- }) {};
- jedi-direx = callPackage ({ direx
- , fetchFromGitHub
- , fetchurl
- , jedi
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jedi-direx";
- ename = "jedi-direx";
- version = "20140310.236";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "emacs-jedi-direx";
- rev = "7a2e677400717ed12b959cb5988e7b3fb1c12117";
- sha256 = "1pgi5vnwz5agrpvy7nwg3gv2nfbbmimhk8dxkg81k6yf1iiqxcap";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a058c3007e63b2b651689fd17c789f7d69348f83/recipes/jedi-direx";
- sha256 = "1y4n4c2imnm3f1q129bvbi4gzk0iazd8qq959gvq9j9fl1aziiz1";
- name = "recipe";
- };
- packageRequires = [ direx jedi ];
- meta = {
- homepage = "https://melpa.org/#/jedi-direx";
- license = lib.licenses.free;
- };
- }) {};
- jekyll-modes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "jekyll-modes";
- ename = "jekyll-modes";
- version = "20141117.514";
- src = fetchFromGitHub {
- owner = "fred-o";
- repo = "jekyll-modes";
- rev = "7cb10b50fd2883e3f7b10fdfd98f19f2f0b2381c";
- sha256 = "0rx72rid7922mhw21j85kxmx0fhpkmkv9jvxmj9izy01xnjbk00c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6667529d56dc35c5c56e4b4a4d1f06b6172df677/recipes/jekyll-modes";
- sha256 = "1305f1yg1mamyw3bkzrk5q3q58ihs8f5k9vjknsww5xvrzz3r1si";
- name = "recipe";
- };
- packageRequires = [ polymode ];
- meta = {
- homepage = "https://melpa.org/#/jekyll-modes";
- license = lib.licenses.free;
- };
- }) {};
- jemdoc-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jemdoc-mode";
- ename = "jemdoc-mode";
- version = "20170704.1327";
- src = fetchFromGitHub {
- owner = "drdv";
- repo = "jemdoc-mode";
- rev = "529b4d4681e1198b9892f340fdd6c3f1592a047a";
- sha256 = "1f8nn8mv18q3x3k32i6kjis9f3g1ybdjcfaw8hywqwy6k8dr734m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49a8c0f885df0b91d758b4d7c92bd67368da8a56/recipes/jemdoc-mode";
- sha256 = "1bl8a9fcilrqjzh92q7nvd16pxjiwmbnj157q2bx36y7bxm60acv";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/jemdoc-mode";
- license = lib.licenses.free;
- };
- }) {};
- jenkins = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jenkins";
- ename = "jenkins";
- version = "20190520.2100";
- src = fetchFromGitHub {
- owner = "rmuslimov";
- repo = "jenkins.el";
- rev = "9c7b9d4cb39eff7d6ac4d0cbd5ebc103dc86cac2";
- sha256 = "1s49xmpc975q1ffb5c7cjrcwpa4a7kcakri26f5vqy3hn1h0c2v7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ed2da33db5eaea1a37f86057da174a45cd37ea5/recipes/jenkins";
- sha256 = "0ji42r7p3f3hh643839xf74gb231vr7anycr2xhkga8qy2vwa53s";
- name = "recipe";
- };
- packageRequires = [ dash emacs json ];
- meta = {
- homepage = "https://melpa.org/#/jenkins";
- license = lib.licenses.free;
- };
- }) {};
- jenkins-watch = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jenkins-watch";
- ename = "jenkins-watch";
- version = "20121004.1626";
- src = fetchFromGitHub {
- owner = "ataylor284";
- repo = "jenkins-watch";
- rev = "37b84dfbd98240a57ff798e1ff8bc7dba2913577";
- sha256 = "0jayhv8j7b527dimhvcs0d7ax25x7v50dk0k6apisqc23psvkq66";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/jenkins-watch";
- sha256 = "1mdmh62rq3b8p23xgaf4i0kzpgq3ldljdxsnk07wa8bp3p7jxvgs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jenkins-watch";
- license = lib.licenses.free;
- };
- }) {};
- jest = callPackage ({ cl-lib ? null
- , dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , magit-popup
- , melpaBuild
- , projectile
- , s }:
- melpaBuild {
- pname = "jest";
- ename = "jest";
- version = "20181215.2059";
- src = fetchFromGitHub {
- owner = "emiller88";
- repo = "emacs-jest";
- rev = "b753aa69511ac1219c39ea1584dd1571b55a221e";
- sha256 = "0csf6ld88b8722j6favx19ilsfc0mc56k6kmv6d2nixj1xl0pl27";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a656c058c423ea6396b831d45c6dbb9bce6c4881/recipes/jest";
- sha256 = "10xsqcjskh2s6mlh07vf10whaas3aqm18hk3w309r3n1qmqihf75";
- name = "recipe";
- };
- packageRequires = [
- cl-lib
- dash
- dash-functional
- emacs
- js2-mode
- magit-popup
- projectile
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/jest";
- license = lib.licenses.free;
- };
- }) {};
- jetbrains = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jetbrains";
- ename = "jetbrains";
- version = "20180228.2102";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "jetbrains.el";
- rev = "56f71a17d455581c10d48f6dbb31d9e2126227bf";
- sha256 = "0v948k7xjm66px20ad331pskc7svpcrcffh3hbkjsksd4k0pggds";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/00dd4626e261d9831fc62d866d50b7257ee418c4/recipes/jetbrains";
- sha256 = "0254dkzf2x5dj3j549xjash0lsadkn0bdcyjkjlrv8hqvdr1f1m7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f ];
- meta = {
- homepage = "https://melpa.org/#/jetbrains";
- license = lib.licenses.free;
- };
- }) {};
- jg-quicknav = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "jg-quicknav";
- ename = "jg-quicknav";
- version = "20170808.1830";
- src = fetchFromGitHub {
- owner = "jeffgran";
- repo = "jg-quicknav";
- rev = "c8d53e774d63e68a944092c08a026b57da741038";
- sha256 = "0rdrryfppgj5smrds5gyyhc4z8x36aq3gxdpckq80rbl4s729chy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/jg-quicknav";
- sha256 = "1pxyv1nbnqb0s177kczy6b6q4l8d2r52xqhx2rdb0wxdmp6m5x9c";
- name = "recipe";
- };
- packageRequires = [ cl-lib s ];
- meta = {
- homepage = "https://melpa.org/#/jg-quicknav";
- license = lib.licenses.free;
- };
- }) {};
- jinja2-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jinja2-mode";
- ename = "jinja2-mode";
- version = "20141128.207";
- src = fetchFromGitHub {
- owner = "paradoxxxzero";
- repo = "jinja2-mode";
- rev = "cfaa7bbe7bb290cc500440124ce89686f3e26f86";
- sha256 = "0l26wcy496k6xk7q5sf905xir0p73ziy6c44is77854lv3y0z381";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b79196cf0dc0b436ff75eabea369a62f92825d9f/recipes/jinja2-mode";
- sha256 = "0480fh719r4v7xdwyf4jlg1k36y54i5zrv7gxlhfm66pil75zafx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jinja2-mode";
- license = lib.licenses.free;
- };
- }) {};
- jira-markup-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jira-markup-mode";
- ename = "jira-markup-mode";
- version = "20150601.1409";
- src = fetchFromGitHub {
- owner = "mnuessler";
- repo = "jira-markup-mode";
- rev = "53bf083fdbece483f1351f32085b424b38c4c1f2";
- sha256 = "1lqk7x7h8n6xvqzfwjh220gprk5jfi8f87z6afps9rib2scz7kbh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e7e0349bff91ed27ad14dfc12178719453a8df55/recipes/jira-markup-mode";
- sha256 = "0f3sw41b4wl0aajq0ap66942rb2015d9iks0ss016jgzashw7zsp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jira-markup-mode";
- license = lib.licenses.free;
- };
- }) {};
- jist = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , magit
- , melpaBuild
- , request
- , seq }:
- melpaBuild {
- pname = "jist";
- ename = "jist";
- version = "20161229.921";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "jist.el";
- rev = "ec4b27eb4051f0084cb3b1e4f19fab9e2db77665";
- sha256 = "163zip2fhyn41wmwhyrx8przcq2qmlq841b6hpm9lw8mm3wfnqbq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/898bfa0b315240ef9335fde24ff0386a4c6c6595/recipes/jist";
- sha256 = "11m9li1016cfkm4931h69d7g1dc59lwjl83wy3yipswdg3zlw0ar";
- name = "recipe";
- };
- packageRequires = [ dash emacs let-alist magit request seq ];
- meta = {
- homepage = "https://melpa.org/#/jist";
- license = lib.licenses.free;
- };
- }) {};
- jknav = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jknav";
- ename = "jknav";
- version = "20121006.1325";
- src = fetchFromGitHub {
- owner = "aculich";
- repo = "jknav.el";
- rev = "861245715c728503dad6573278fdd75c271dbf8b";
- sha256 = "1idby2rjkslw85593qd4zy6an9zz71yzwqc6rck57r54xyfs8mij";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3673aebf53a7a3d54aee4e979b9dc7e37842f4db/recipes/jknav";
- sha256 = "0c0a8plqrlsw8lhmyj9c1lfkj2b48cjkbw9pna8qcizvwgym9089";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jknav";
- license = lib.licenses.free;
- };
- }) {};
- jonprl-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "jonprl-mode";
- ename = "jonprl-mode";
- version = "20160818.1759";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "jonprl-mode";
- rev = "6059bb64891fae45827174e044d6a87ac07172d8";
- sha256 = "0v4xiq3xf7c52rmyymw8a4ws85ij0xy7pr7625gf15359cs5chs9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d26b6aea2b0567b971c4f013b58b598e9eb76af6/recipes/jonprl-mode";
- sha256 = "0763ad65dmpl2l5lw91mlppfdvrjg6ym45brhi8sdwwri1xnyv9z";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/jonprl-mode";
- license = lib.licenses.free;
- };
- }) {};
- jpop = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jpop";
- ename = "jpop";
- version = "20170410.550";
- src = fetchFromGitHub {
- owner = "domtronn";
- repo = "jpop.el";
- rev = "7628b03260be96576b34459d45959ee77d8b2110";
- sha256 = "1x7qha7xyn2j225h7axhskngc8icjhgm3f451iq3qysj22q8g4d6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2a52a3cf909d12201196b92685435f9fa338b7ba/recipes/jpop";
- sha256 = "00chh1aqnkkkhdp44sapdjx37cbn92g42wapdq7kcl8v1v0xmnjr";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/jpop";
- license = lib.licenses.free;
- };
- }) {};
- jq-format = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , reformatter }:
- melpaBuild {
- pname = "jq-format";
- ename = "jq-format";
- version = "20190428.734";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "emacs-jq-format";
- rev = "47e1c5adb89b37b4d53fe01302d8c675913c20e7";
- sha256 = "1g9chp1b3lkrg46b39swrkvp5willi0ay3i177jdp6knbzhj4mq3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce800af0c5dd7f1e4ab7ade92a863ce500c12fce/recipes/jq-format";
- sha256 = "1ljbpgcs1s1if9s5c10k12f23rad7172k7y3s38ipn7vl7wmarw0";
- name = "recipe";
- };
- packageRequires = [ emacs reformatter ];
- meta = {
- homepage = "https://melpa.org/#/jq-format";
- license = lib.licenses.free;
- };
- }) {};
- jq-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jq-mode";
- ename = "jq-mode";
- version = "20181103.558";
- src = fetchFromGitHub {
- owner = "ljos";
- repo = "jq-mode";
- rev = "d6bbd83baf0746f22564f7ae92db44e06da6e08c";
- sha256 = "1sk603258gvnfrvl641xfmgapg67z44wnlx6qba73wn3f2055765";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/318705966e26e58f87b53c115c519db95874ac1c/recipes/jq-mode";
- sha256 = "1xvh641pdkvbppb2nzwn1ljdk7sv6laq29kdv09kxaqd89vm0vin";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/jq-mode";
- license = lib.licenses.free;
- };
- }) {};
- jquery-doc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jquery-doc";
- ename = "jquery-doc";
- version = "20150812.58";
- src = fetchFromGitHub {
- owner = "ananthakumaran";
- repo = "jquery-doc.el";
- rev = "24032284919b942ec27707d929bdd8bf48420062";
- sha256 = "0gh2bgmsbi9lby89ssvl49kpz07jqrfnyg47g6b9xmf5rw42s1z9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/504d8cfac08f3fcd856610bc2caeb4d4178aeedf/recipes/jquery-doc";
- sha256 = "0pyg90izdrb9mvpbz9nx21mp8m3svqjnz1jr8i7wqgfjxsxdklxj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jquery-doc";
- license = lib.licenses.free;
- };
- }) {};
- js-auto-beautify = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-beautify
- , web-mode }:
- melpaBuild {
- pname = "js-auto-beautify";
- ename = "js-auto-beautify";
- version = "20161030.2209";
- src = fetchFromGitHub {
- owner = "Qquanwei";
- repo = "auto-beautify.el";
- rev = "6bc9fef474197ca1722cb1e9051b270f80cdd7cc";
- sha256 = "1jj4zbdw76ir7zigdhad4qdw1cabbql71847bzkqh6zzjwpg9h3p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/js-auto-beautify";
- sha256 = "0hpp6im24xy4g5l1n9kvpmpj26rnxxnf4snf7xgh5gxx6wsiicy1";
- name = "recipe";
- };
- packageRequires = [ web-beautify web-mode ];
- meta = {
- homepage = "https://melpa.org/#/js-auto-beautify";
- license = lib.licenses.free;
- };
- }) {};
- js-auto-format-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js-auto-format-mode";
- ename = "js-auto-format-mode";
- version = "20180807.652";
- src = fetchFromGitHub {
- owner = "ybiquitous";
- repo = "js-auto-format-mode";
- rev = "59caa137c4beec4dec4a7d7ebf8bcb6af44d72f0";
- sha256 = "10xxg8lc4g9wdl4lz7kx6la23agpbq4ls1mn5d4y364j8nfcxf9g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2d3be16771b5b5fde639da3ee97890620354ee7a/recipes/js-auto-format-mode";
- sha256 = "1gxf7xz1j3ga2pk5w8cgny7l8kid59zap2a97lhb50w1qczfqqzs";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/js-auto-format-mode";
- license = lib.licenses.free;
- };
- }) {};
- js-codemod = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js-codemod";
- ename = "js-codemod";
- version = "20171104.454";
- src = fetchFromGitHub {
- owner = "torgeir";
- repo = "js-codemod.el";
- rev = "014e56c846487d1eeaf8a91dd503b9d96eb1510a";
- sha256 = "0s07ypjlqsx2pgq89wmr69w9p7ybc62abqp53kzf5gmdl6fdzgxq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81670a2467fa846a3f0e6c81e870e8ae140dd54e/recipes/js-codemod";
- sha256 = "1m5wbyx12sc5qwbrh948ikskck10p6j05ahrrvmmflvfb3q4vpcj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/js-codemod";
- license = lib.licenses.free;
- };
- }) {};
- js-comint = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js-comint";
- ename = "js-comint";
- version = "20190605.1706";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "js-comint";
- rev = "ab8953bdf0176b1fadd7a3bb621f848ec5dc1f0c";
- sha256 = "0li5za8zamwpr6cdz4b171wa0njana0ddmclrkbw1imkarb4yhp5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bc9d20b95e369e5a73c85a4a9385d3a8f9edd4ca/recipes/js-comint";
- sha256 = "0jvkjb0rmh87mf20v6rjapi2j6qv8klixy0y0kmh3shylkni3an1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/js-comint";
- license = lib.licenses.free;
- };
- }) {};
- js-doc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js-doc";
- ename = "js-doc";
- version = "20160714.2134";
- src = fetchFromGitHub {
- owner = "mooz";
- repo = "js-doc";
- rev = "f0606e89d5aa89146f96edb38cf69af0068a9d1e";
- sha256 = "1ffayl6hca9zanbznh6rkql7fbr53id1lyrj2vllx8zakfac4dyv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5621f60b3f580db652c347719d004d7168944caa/recipes/js-doc";
- sha256 = "0nafqgb4kf8jgrb7ijfcvigq8kf043ki89h61izda4hccm3c42pk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/js-doc";
- license = lib.licenses.free;
- };
- }) {};
- js-format = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js-format";
- ename = "js-format";
- version = "20170118.1702";
- src = fetchFromGitHub {
- owner = "futurist";
- repo = "js-format.el";
- rev = "544bda9be72b74ec2d442543ba60cff727d96669";
- sha256 = "18wr2z2w2fqgy51f5m5izrnywarxn6w4qs04lsgbwlsc6ahpwwpf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d6deaa93f7deaba9f5f36f1963522b6dc5c673a/recipes/js-format";
- sha256 = "112zqb3q1gjlaa9zkmhx7vamh0g97dwp9j55215i1sx66lmp18iq";
- name = "recipe";
- };
- packageRequires = [ emacs js2-mode ];
- meta = {
- homepage = "https://melpa.org/#/js-format";
- license = lib.licenses.free;
- };
- }) {};
- js-import = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "js-import";
- ename = "js-import";
- version = "20190218.519";
- src = fetchFromGitHub {
- owner = "jakoblind";
- repo = "js-import";
- rev = "2ab3b120cc94ebf4bee2d959c8869440bc4c7484";
- sha256 = "1fv8lpjanyn6chf502lz0j438hfxhqz1b0z2kxsd4jgy20ixchmg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/js-import";
- sha256 = "0r653ls1a4kr7i7249afgfj7vz365gadfm8bc1vmqfabxn8mysd4";
- name = "recipe";
- };
- packageRequires = [ dash emacs f projectile ];
- meta = {
- homepage = "https://melpa.org/#/js-import";
- license = lib.licenses.free;
- };
- }) {};
- js2-closure = callPackage ({ fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js2-closure";
- ename = "js2-closure";
- version = "20170816.1218";
- src = fetchFromGitHub {
- owner = "jart";
- repo = "js2-closure";
- rev = "74a75f001a8bc2b9c02b9e8b4557f7ee3c5f84fb";
- sha256 = "1gapx656s4ngy8s8y1p56xxnclwf4qqg83l3jizknxky7yhayyl9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/61bf3e70ae38a78184f0b373ff6f0db234f51cb2/recipes/js2-closure";
- sha256 = "19732bf98lk2ah2ssgkr1ngxx7rz3nhsiw84lsfmydb0vvm4fpk7";
- name = "recipe";
- };
- packageRequires = [ js2-mode ];
- meta = {
- homepage = "https://melpa.org/#/js2-closure";
- license = lib.licenses.free;
- };
- }) {};
- js2-highlight-vars = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js2-highlight-vars";
- ename = "js2-highlight-vars";
- version = "20170418.1129";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "js2-highlight-vars.el";
- rev = "e3bb177e50f76b272e8073a94d4f46be6512a163";
- sha256 = "0yy8sqkn6c7r377qr2id4z550vw1x70xjd4i7yg0g1rj7q1kg98l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f4a7c90be2e032277ae87b8de36d2e3f6146f09/recipes/js2-highlight-vars";
- sha256 = "07bq393g2jy8ydvaqyqn6vdyfvyminvgi239yvwzg5g9a1xjc475";
- name = "recipe";
- };
- packageRequires = [ emacs js2-mode ];
- meta = {
- homepage = "https://melpa.org/#/js2-highlight-vars";
- license = lib.licenses.free;
- };
- }) {};
- js2-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js2-mode";
- ename = "js2-mode";
- version = "20190420.1544";
- src = fetchFromGitHub {
- owner = "mooz";
- repo = "js2-mode";
- rev = "ae9fea81cf9ed80f403c161fde4d8aff1ceb3769";
- sha256 = "0fwkn7dki487c2qbj022p4pqa2xlqjkj8jz1hf7wjzii0x33qrs1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/js2-mode";
- sha256 = "0f9cj3n55qnlifxwk1yp8n1kfd319jf7qysnkk28xpvglzw24yjv";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/js2-mode";
- license = lib.licenses.free;
- };
- }) {};
- js2-refactor = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild
- , multiple-cursors
- , s
- , yasnippet }:
- melpaBuild {
- pname = "js2-refactor";
- ename = "js2-refactor";
- version = "20180502.342";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "js2-refactor.el";
- rev = "186e1abf8c818623e1eef8bb07509d2ea11367b8";
- sha256 = "1g877cxvmv29089m0phh551clpz995ja9585nvwiycdzc7w2mqga";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8935264dfea9bacc89fef312215624d1ad9fc437/recipes/js2-refactor";
- sha256 = "09dcfwpxxyw0ffgjjjaaxbsj0x2nwfrmxy1a05h8ba3r3jl4kl1r";
- name = "recipe";
- };
- packageRequires = [ dash js2-mode multiple-cursors s yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/js2-refactor";
- license = lib.licenses.free;
- };
- }) {};
- js3-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js3-mode";
- ename = "js3-mode";
- version = "20160515.850";
- src = fetchFromGitHub {
- owner = "thomblake";
- repo = "js3-mode";
- rev = "7fceb21ec56aac7af4b189bb0c0d0cf620327f5a";
- sha256 = "18c0s3i21b77pi5y86zi7jg9pwxc0h5dzznjiyrig0jab0cksln5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/805a7c7fee2bafd8785813963bf91ac1ca417fd1/recipes/js3-mode";
- sha256 = "12s5qf6zfcv4m5kqxvh9b4zgwf433x39a210d957gjjp5mywbb1r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/js3-mode";
- license = lib.licenses.free;
- };
- }) {};
- jscs = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jscs";
- ename = "jscs";
- version = "20151015.1049";
- src = fetchFromGitHub {
- owner = "papaeye";
- repo = "emacs-jscs";
- rev = "9d39d0f2355e69a020bf76242504f3a33e013ccf";
- sha256 = "1bqsv2drhcs8ia7nxss33f80p2mhcl4mr1nalphzw6s1f4mq2sgy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f59d039a199ff93d7280669511a752f12a74f0bd/recipes/jscs";
- sha256 = "1yw251f6vpj2bikjw79arywprk8qnmmfcki99mvwnqhsqlv1a8iv";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/jscs";
- license = lib.licenses.free;
- };
- }) {};
- jsfmt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jsfmt";
- ename = "jsfmt";
- version = "20180920.308";
- src = fetchFromGitHub {
- owner = "brettlangdon";
- repo = "jsfmt.el";
- rev = "ca141a135c7700eaedef92561d334e1fb7dc28a1";
- sha256 = "13b2y6q6hqgdf32vyph407jlgki8xf5kflqz8zi0hcrmb8wkrd5x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ddc99843dec18a295dfc36e7b429f0e1ab7fb71/recipes/jsfmt";
- sha256 = "1syy32sv2d57b3gja0ly65h36mfnyq6hzf5lnnl3r58yvbdzngqd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jsfmt";
- license = lib.licenses.free;
- };
- }) {};
- json-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , json-reformat
- , json-snatcher
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "json-mode";
- ename = "json-mode";
- version = "20190122.2022";
- src = fetchFromGitHub {
- owner = "joshwnj";
- repo = "json-mode";
- rev = "0e819e519ae17a2686e0881c4ca51fa873fa9b83";
- sha256 = "0m4i6b5qmakdc0h8npsyajdp06jq03cb1c5rkj6x0khnjw9fv2fl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/03d0ff6c8d724cf39446fa27f52aa5cc1a3cefb6/recipes/json-mode";
- sha256 = "014j10wgxsqy6d6aksnkz2dr5cmpsi8c7v4a825si1vgb4622a70";
- name = "recipe";
- };
- packageRequires = [ json-reformat json-snatcher ];
- meta = {
- homepage = "https://melpa.org/#/json-mode";
- license = lib.licenses.free;
- };
- }) {};
- json-navigator = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , hierarchy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "json-navigator";
- ename = "json-navigator";
- version = "20190131.231";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "json-navigator";
- rev = "f4cde60c4203fc70cc7ff22ed1d6579159ce2598";
- sha256 = "0xrjbx6rkm8a6pmzhdph0r6l468hj827dvvq2hxhcm8v5gk6m690";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/62d4d68bd473652b80988a68250e9190b886ad6e/recipes/json-navigator";
- sha256 = "0yfl31cg0mkgsbpgx00m9h2cxnhsavcf7zlspb0qr4g2zq6ya1wx";
- name = "recipe";
- };
- packageRequires = [ emacs hierarchy ];
- meta = {
- homepage = "https://melpa.org/#/json-navigator";
- license = lib.licenses.free;
- };
- }) {};
- json-reformat = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "json-reformat";
- ename = "json-reformat";
- version = "20160212.53";
- src = fetchFromGitHub {
- owner = "gongo";
- repo = "json-reformat";
- rev = "24c2bf3c41897b5cf1398dcaedfec88526308bf4";
- sha256 = "05bjyw0hkpiyfadsx3giawykbj4qinfr1ilzd0xvx8akzq2ipq0y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8c7976237f327fdfa58eea26ac8679f40ef3163/recipes/json-reformat";
- sha256 = "1m5p895w9qdgb8f67xykhzriribgmp20a1lvj64iap4aam6wp8na";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/json-reformat";
- license = lib.licenses.free;
- };
- }) {};
- json-rpc = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "json-rpc";
- ename = "json-rpc";
- version = "20180104.728";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "elisp-json-rpc";
- rev = "0992ae71964055230aa5d4d934a1b93b5dfd7eb4";
- sha256 = "0nfccwxss3dz1ig6i3dig703xpsy90m7i96bm3pysrw2jfp4by9s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82c6b97cdfe2970f028a00146b01e5734710291b/recipes/json-rpc";
- sha256 = "1v1pfmm9g18p6kgn27q1m1bjgwbzvwfm0jbsxp8gdsssaygky71k";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/json-rpc";
- license = lib.licenses.free;
- };
- }) {};
- json-snatcher = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "json-snatcher";
- ename = "json-snatcher";
- version = "20150511.2047";
- src = fetchFromGitHub {
- owner = "Sterlingg";
- repo = "json-snatcher";
- rev = "c4cecc0a5051bd364373aa499c47a1bb7a5ac51c";
- sha256 = "05zsgnk7grgw9jzwl80h5sxfpifxlr37b4mkbvx7mjq4z14xc2jw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/990de179e20c169aa02ffec42c89f18ce02239c8/recipes/json-snatcher";
- sha256 = "0f6j9g3c5fz3wlqa88706cbzinrs3dnfpgsr2d3h3117gic4iwp4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/json-snatcher";
- license = lib.licenses.free;
- };
- }) {};
- jsonnet-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jsonnet-mode";
- ename = "jsonnet-mode";
- version = "20181211.1053";
- src = fetchFromGitHub {
- owner = "mgyucht";
- repo = "jsonnet-mode";
- rev = "2b90b4e12a11c42df0f1e5db327a50555b6ff023";
- sha256 = "0j1dggxq1rm47cbi7khask40sj1wrcd0jki4m7j15qaxw7ryihhm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba17372732723f73e8eeb6e7c47abc0edeb20da4/recipes/jsonnet-mode";
- sha256 = "1aadys887szlc924qr645lby9f8vzvxkwhq6byhppk1b01h911ia";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/jsonnet-mode";
- license = lib.licenses.free;
- };
- }) {};
- jss = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild
- , websocket }:
- melpaBuild {
- pname = "jss";
- ename = "jss";
- version = "20130508.723";
- src = fetchFromGitHub {
- owner = "segv";
- repo = "jss";
- rev = "41749257aecf13c7bd6ed489b5ab3304d06e40bc";
- sha256 = "07yd7sxb5f2mbm2nva7b2nwyxxkmsi2rdd5qig0bq1b2mf3g5l83";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e3dc3607f512df378ba141327802820da4991a97/recipes/jss";
- sha256 = "050hskqcjz5kc8nni255vj3hc9m936w1rybvg5kqyz4p4lpzj00k";
- name = "recipe";
- };
- packageRequires = [ emacs js2-mode websocket ];
- meta = {
- homepage = "https://melpa.org/#/jss";
- license = lib.licenses.free;
- };
- }) {};
- jst = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , s }:
- melpaBuild {
- pname = "jst";
- ename = "jst";
- version = "20150604.438";
- src = fetchFromGitHub {
- owner = "zhangkaiyulw";
- repo = "jst-mode";
- rev = "865ff97449a4cbbcb40d38b4908cf4d7b22a5108";
- sha256 = "066ql5czrzikznlx7vww6m8h0pfkixfm8qnydfwpfndcqq6ypd90";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/jst";
- sha256 = "1kxf8ckhsh0sgc4xqkkyh7ghk17farqqz35ibvmyrkl9s19ydj1q";
- name = "recipe";
- };
- packageRequires = [ dash emacs f pcache s ];
- meta = {
- homepage = "https://melpa.org/#/jst";
- license = lib.licenses.free;
- };
- }) {};
- jsx-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jsx-mode";
- ename = "jsx-mode";
- version = "20130908.1024";
- src = fetchFromGitHub {
- owner = "jsx";
- repo = "jsx-mode.el";
- rev = "3a0d688f0f93cbb4596e562e596f7736a0926160";
- sha256 = "1kldk8i3galix9nbrcn92a8j942nx6nwzihl8w17lh8v95d51rhn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7dea24e922f18c1f7e1b97da07ba2e4f33170557/recipes/jsx-mode";
- sha256 = "1lnjnyn8qf3biqr92z443z6b58dly7glksp1g986vgqzdprq3n1b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jsx-mode";
- license = lib.licenses.free;
- };
- }) {};
- jtags = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jtags";
- ename = "jtags";
- version = "20160211.1229";
- src = fetchgit {
- url = "https://git.code.sf.net/p/jtags/code";
- rev = "f7d29e1635ef7ee4ee2cdb8f1f6ab83e1015c84a";
- sha256 = "029arf0m39rrb3x81hpd3ljwd4ki37hwa4n38hynn8lfmwrrdy2x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/jtags";
- sha256 = "1f3dw9fr31lcqmida14d9rsvy1r1b5d6ihqwdj9hbx5kv7d8jyj7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jtags";
- license = lib.licenses.free;
- };
- }) {};
- julia-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "julia-mode";
- ename = "julia-mode";
- version = "20190407.1419";
- src = fetchFromGitHub {
- owner = "JuliaEditorSupport";
- repo = "julia-emacs";
- rev = "8449c95a05ab5d75a48192c2da7f0e7f4d16714c";
- sha256 = "02v1hw7h460ypwn45n3jv6d06jcsg2hm5l764ay22116znvaz9n7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/julia-mode";
- sha256 = "1f26j3nxspwrvnsk3kmam8rw4jwikwmi9a5zwsx9aa1rrasg58w3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/julia-mode";
- license = lib.licenses.free;
- };
- }) {};
- julia-repl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "julia-repl";
- ename = "julia-repl";
- version = "20190420.755";
- src = fetchFromGitHub {
- owner = "tpapp";
- repo = "julia-repl";
- rev = "6eb58ef8b2e922e042fb0aee399547291fce06a4";
- sha256 = "05siwlyafga6ihksmd4v7dlhn1c3f6vg4ns255apm7vnmfryzvkf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a2a494969a9caf2f4513b12504379c9685047dc/recipes/julia-repl";
- sha256 = "1k8a54s7g64zasmmnywygr0ra3s3din5mkqb7b5van2l0d4hcmzn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/julia-repl";
- license = lib.licenses.free;
- };
- }) {};
- julia-shell = callPackage ({ fetchFromGitHub
- , fetchurl
- , julia-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "julia-shell";
- ename = "julia-shell";
- version = "20161125.1110";
- src = fetchFromGitHub {
- owner = "dennisog";
- repo = "julia-shell-mode";
- rev = "583a0b2ca20461ab4356929fd0f2212c22341b69";
- sha256 = "182r7x7w3xnx7c54izz3rlz0khcwh7v21m89qpq99f9dvcs6273k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a812c6a8498949d8bd9828a95433c539da87c1c8/recipes/julia-shell";
- sha256 = "0182irlvk6nn71zk4j8xjgcqp4bxi7a2dbj44frrssy6018cd410";
- name = "recipe";
- };
- packageRequires = [ julia-mode ];
- meta = {
- homepage = "https://melpa.org/#/julia-shell";
- license = lib.licenses.free;
- };
- }) {};
- jumblr = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "jumblr";
- ename = "jumblr";
- version = "20170727.1343";
- src = fetchFromGitHub {
- owner = "mkmcc";
- repo = "jumblr";
- rev = "34533dfb9db8538c005f4eaffafeff7ed193729f";
- sha256 = "0nn2m27c70nykin4iakrna0c61qd1hr09czrfmfpk06k70iifjky";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b47000c35a181c03263e85e8955eb4b4c9e69e4d/recipes/jumblr";
- sha256 = "1wnawz1m6x95iyzac453p55h7hlr5q0ry5437aqqx0bw7gdwg3dp";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/jumblr";
- license = lib.licenses.free;
- };
- }) {};
- jump = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , findr
- , inflections
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jump";
- ename = "jump";
- version = "20161126.1728";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "jump.el";
- rev = "9519c675e8a650f6afade7d870e925d0fb50f112";
- sha256 = "1bm1mgd632gq3cl4zrq66vnqq9ynvc01iy6szp464ccnm3cmqdzr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0c791aebccc08b770b3969ce5d2e82cbe26f80e/recipes/jump";
- sha256 = "18g0fa9g8m9jscsm6pn7jwdq94l4aj0dfhrv2hqapq1q1x537364";
- name = "recipe";
- };
- packageRequires = [ cl-lib findr inflections ];
- meta = {
- homepage = "https://melpa.org/#/jump";
- license = lib.licenses.free;
- };
- }) {};
- jump-char = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jump-char";
- ename = "jump-char";
- version = "20180601.648";
- src = fetchFromGitHub {
- owner = "lewang";
- repo = "jump-char";
- rev = "1e31a3c687f2b3c71bbfab881c6d75915534bb9e";
- sha256 = "1nzln2l6sy67qz30107sgyhhfacy85im9vdlbv1hp4fzdmxxkx84";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/jump-char";
- sha256 = "1r6d1vhm87zafi7rr7z8jwyz3yy7i7s4774n84jsql24j1rzzwd4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jump-char";
- license = lib.licenses.free;
- };
- }) {};
- jump-to-line = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jump-to-line";
- ename = "jump-to-line";
- version = "20130122.853";
- src = fetchFromGitHub {
- owner = "ongaeshi";
- repo = "jump-to-line";
- rev = "01ef8c3529d85e6c59cc20840acbc4a8e8325bc8";
- sha256 = "1s9plmg323m1p625xqnks0yqz0zlsjacdj7pv8f783r0d9jmfq3s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b6c700a28b65cbbad36a9bbaf88cc36c8191eb0/recipes/jump-to-line";
- sha256 = "09ifhsggl5mrb6l8nqnl38yph0v26v30y98ic8hl23i455hqkkdr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jump-to-line";
- license = lib.licenses.free;
- };
- }) {};
- jump-tree = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jump-tree";
- ename = "jump-tree";
- version = "20171014.851";
- src = fetchFromGitHub {
- owner = "yangwen0228";
- repo = "jump-tree";
- rev = "282267dc6305889e31d46b405b7ad4dfe5923b66";
- sha256 = "0r6cwpks4aylndvq5lcny3799fag05zm36gd11043wca7sgr90fz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe6b08848929c83e3cdea623b331176c0f20cbe9/recipes/jump-tree";
- sha256 = "1gknpwd1vjpd1jqpi2axhyi6sg4clarr32rfrfz6hi6kmzr848mj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jump-tree";
- license = lib.licenses.free;
- };
- }) {};
- jumplist = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jumplist";
- ename = "jumplist";
- version = "20151119.1945";
- src = fetchFromGitHub {
- owner = "ganmacs";
- repo = "jumplist";
- rev = "c482d137d95bc5e1bcd790cdbde25b7f729b2502";
- sha256 = "0ykzvy8034mchq6ffyi7vqnwyrj6gnqqgn39ki81pv97qh8hh8yl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b2b7c688b881615c5f0b00f3879b9469d380a4e6/recipes/jumplist";
- sha256 = "06xjg1q8b2fwfhfmdkb76bw2id8pgqc61fmwlgri5746jgdmd7nf";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/jumplist";
- license = lib.licenses.free;
- };
- }) {};
- jupyter = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , simple-httpd
- , websocket
- , zmq }:
- melpaBuild {
- pname = "jupyter";
- ename = "jupyter";
- version = "20190601.2319";
- src = fetchFromGitHub {
- owner = "dzop";
- repo = "emacs-jupyter";
- rev = "932baad3792b5ba5d701974ae008d5d8d6e22726";
- sha256 = "0a4lxwiaybq89zg7np5x364wbvxwhyvmwjbbang4sgs403in8734";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a63a933e193a52e60950331ec982c5f5cdfaa5d9/recipes/jupyter";
- sha256 = "0p83mkvip1gn5ag2j6s68wzfgg2sf15iyxh7ylads3yw44h26wvi";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs simple-httpd websocket zmq ];
- meta = {
- homepage = "https://melpa.org/#/jupyter";
- license = lib.licenses.free;
- };
- }) {};
- jvm-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jvm-mode";
- ename = "jvm-mode";
- version = "20150422.8";
- src = fetchFromGitHub {
- owner = "martintrojer";
- repo = "jvm-mode.el";
- rev = "3355dbaf5b0185aadfbad24160399abb32c5bea0";
- sha256 = "0k91cdjlpil8npc4d3zsgx2gk41crl7qgm9r85khcgxs59kmkniw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7cdb7d7d7b955405eb6357277b5d049df8aa85ce/recipes/jvm-mode";
- sha256 = "1r283b4s0pzq4hgwcz5cnhlvdvq4gy0x51g3vp0762s8qx969a5w";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/jvm-mode";
- license = lib.licenses.free;
- };
- }) {};
- k8s-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yaml-mode }:
- melpaBuild {
- pname = "k8s-mode";
- ename = "k8s-mode";
- version = "20181230.2341";
- src = fetchFromGitHub {
- owner = "TxGVNN";
- repo = "emacs-k8s-mode";
- rev = "bd435186d807dc20e40cb72abf57542a3ddcc9c9";
- sha256 = "06hxs2syashv0r4d6w8v8p7pzab3cxwf3ymx5lrpicq5zjc3x3h5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44085c3f730315a5fc2a9a003ffa16d5df9f9a52/recipes/k8s-mode";
- sha256 = "14m4s0l61a2h38pdq6iczva24cl3mqdkw99k1q0drisdrvy57f33";
- name = "recipe";
- };
- packageRequires = [ emacs yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/k8s-mode";
- license = lib.licenses.free;
- };
- }) {};
- kaesar = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kaesar";
- ename = "kaesar";
- version = "20160128.208";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-kaesar";
- rev = "d087075cb1a46c2c85cd075220e09b2eaef9b86e";
- sha256 = "1pl0514rj99b1j3y33x2bnhjbdbv9bfxgqn9498bf4ns8zayc6y9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/201fac8639e59dc923ea31da1f84a99f83d51b47/recipes/kaesar";
- sha256 = "0zhi1dv1ay1azh7afq4x6bdg91clwpsr13nrzy7539yrn9sglj5l";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/kaesar";
- license = lib.licenses.free;
- };
- }) {};
- kaesar-file = callPackage ({ fetchFromGitHub
- , fetchurl
- , kaesar
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kaesar-file";
- ename = "kaesar-file";
- version = "20160128.208";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-kaesar";
- rev = "d087075cb1a46c2c85cd075220e09b2eaef9b86e";
- sha256 = "1pl0514rj99b1j3y33x2bnhjbdbv9bfxgqn9498bf4ns8zayc6y9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/201fac8639e59dc923ea31da1f84a99f83d51b47/recipes/kaesar-file";
- sha256 = "0dcizg82maad98mbqqw5lamwz7n2lpai09jsrc66x3wy8k784alc";
- name = "recipe";
- };
- packageRequires = [ kaesar ];
- meta = {
- homepage = "https://melpa.org/#/kaesar-file";
- license = lib.licenses.free;
- };
- }) {};
- kaesar-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , kaesar
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kaesar-mode";
- ename = "kaesar-mode";
- version = "20160128.208";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-kaesar";
- rev = "d087075cb1a46c2c85cd075220e09b2eaef9b86e";
- sha256 = "1pl0514rj99b1j3y33x2bnhjbdbv9bfxgqn9498bf4ns8zayc6y9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/201fac8639e59dc923ea31da1f84a99f83d51b47/recipes/kaesar-mode";
- sha256 = "0yqnlchbpmhsqc8j531n08vybwa32cy0v9sy4f9fgxa90rfqczry";
- name = "recipe";
- };
- packageRequires = [ cl-lib kaesar ];
- meta = {
- homepage = "https://melpa.org/#/kaesar-mode";
- license = lib.licenses.free;
- };
- }) {};
- kakapo-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kakapo-mode";
- ename = "kakapo-mode";
- version = "20171003.2151";
- src = fetchFromGitHub {
- owner = "listx";
- repo = "kakapo-mode";
- rev = "67d516138172fd60782df94454b3d0bd247e84f3";
- sha256 = "0r2n410arr48skcwm39c6mjhzsia117lb8xd7pc4854y0rbrvrvs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a43f0f1f6a0773240a51d379ec786c20a9389e7b/recipes/kakapo-mode";
- sha256 = "0a99cqflpzasl4wcmmf99aj8xgywkym37j7mvnsajrsk5wawdlss";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/kakapo-mode";
- license = lib.licenses.free;
- };
- }) {};
- kakoune = callPackage ({ emacs
- , expand-region
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multiple-cursors
- , ryo-modal }:
- melpaBuild {
- pname = "kakoune";
- ename = "kakoune";
- version = "20190601.1638";
- src = fetchFromGitHub {
- owner = "jmorag";
- repo = "kakoune.el";
- rev = "50488df2eeb6e8bfe72cfad4de24060819b148eb";
- sha256 = "0ym3hbiwjraqsk3clcrkllr7jlj5zqsbxqq94ds2vj0x3f9i81fq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f7e554f20c378aabd9736fdd606e513d2cbf951f/recipes/kakoune";
- sha256 = "0ps904m3vb2v5jykc6mk9cb974imiac0pw6b7q1p9x5swk8h4jh5";
- name = "recipe";
- };
- packageRequires = [ emacs expand-region multiple-cursors ryo-modal ];
- meta = {
- homepage = "https://melpa.org/#/kakoune";
- license = lib.licenses.free;
- };
- }) {};
- kaleidoscope = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "kaleidoscope";
- ename = "kaleidoscope";
- version = "20170808.117";
- src = fetchFromGitHub {
- owner = "algernon";
- repo = "kaleidoscope.el";
- rev = "b89a243f6024099192f1bc38d8a54e3e7a654090";
- sha256 = "154myfd3nag9nhpc3lrhq13191q7a9bzi0ml8a3k0fwy1810yi29";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/148d47626879be1608f35827ef82a28274ff4de3/recipes/kaleidoscope";
- sha256 = "0nfz207rzpnni7jyzvdvz5lr0zcpzy278a86821cmw8d5l81a3yp";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/kaleidoscope";
- license = lib.licenses.free;
- };
- }) {};
- kaleidoscope-evil-state-flash = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , kaleidoscope
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "kaleidoscope-evil-state-flash";
- ename = "kaleidoscope-evil-state-flash";
- version = "20170728.320";
- src = fetchFromGitHub {
- owner = "algernon";
- repo = "kaleidoscope.el";
- rev = "5b88327350c3d6375ef1d43fb31342eaabd88fdc";
- sha256 = "1rbifir3rpp6i7il13b9yawkwllr2ima1d9rsff46n6h2920d5x1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/148d47626879be1608f35827ef82a28274ff4de3/recipes/kaleidoscope-evil-state-flash";
- sha256 = "17a4nmdi6h0z4va3kiw4ivaywiisblz6cicypk9d3g9sl92drcvq";
- name = "recipe";
- };
- packageRequires = [ evil kaleidoscope s ];
- meta = {
- homepage = "https://melpa.org/#/kaleidoscope-evil-state-flash";
- license = lib.licenses.free;
- };
- }) {};
- kanban = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kanban";
- ename = "kanban";
- version = "20170418.110";
- src = fetchhg {
- url = "https://bitbucket.com/ArneBab/kanban.el";
- rev = "dd11d722b20a";
- sha256 = "07g0spi9jf48vap76f9rgl61sg3jqy03qdxnmchzwlia8wvcsscb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/kanban";
- sha256 = "1j4qv3xcg0gk07yx3b4kayiy1n3w8yq1r78h07613iljx2ny91fz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kanban";
- license = lib.licenses.free;
- };
- }) {};
- kanji-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kanji-mode";
- ename = "kanji-mode";
- version = "20160826.439";
- src = fetchFromGitHub {
- owner = "wsgac";
- repo = "kanji-mode";
- rev = "5e9d5b72468ece11cfb81b729be6babf63ede425";
- sha256 = "1zh7klqaza840q5f44zzh1wrnd6sqa2k93z3dgx3yhhsxfd1dxvy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9f1fb16f2f7f677d0817fd63633dd071ba2cf12/recipes/kanji-mode";
- sha256 = "0nnkv7lp7ks9qhkbhz15ixm53grc2q0xfspzykxi9c4b59kypcq5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kanji-mode";
- license = lib.licenses.free;
- };
- }) {};
- kaolin-themes = callPackage ({ autothemer
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kaolin-themes";
- ename = "kaolin-themes";
- version = "20190605.851";
- src = fetchFromGitHub {
- owner = "ogdenwebb";
- repo = "emacs-kaolin-themes";
- rev = "2008e48bd5c31bae55fc03556768d19dd6dc159f";
- sha256 = "1h92s4dd64plg0i2qg5pvdilwxik5anhn6lmy2jvjf2vx8p35zr5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/043a4e3bd5301ef8f4df2cbda0b3f4111eb399e4/recipes/kaolin-themes";
- sha256 = "1pd2v54d578f1wbwvqzplkdz1qvy8w8s6na511b0v5y9sksgm2xw";
- name = "recipe";
- };
- packageRequires = [ autothemer cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/kaolin-themes";
- license = lib.licenses.free;
- };
- }) {};
- kaomoji = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kaomoji";
- ename = "kaomoji";
- version = "20171226.2040";
- src = fetchFromGitHub {
- owner = "kuanyui";
- repo = "kaomoji.el";
- rev = "90a1490743b2a30762f5454c9d9309018eff83dd";
- sha256 = "1jc796nyrck3k50x6jb1wsaawk396y4gk87gkwb8yd5qks7ci35q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/140c65cb3cdf6c197b085ccf8ba079e1efd15f38/recipes/kaomoji";
- sha256 = "1p61pbqf2lnwr6ryxxc4jkd5bmlgknrc27lg89h3b4pw7k39cqy1";
- name = "recipe";
- };
- packageRequires = [ emacs helm-core ];
- meta = {
- homepage = "https://melpa.org/#/kaomoji";
- license = lib.licenses.free;
- };
- }) {};
- kapacitor = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "kapacitor";
- ename = "kapacitor";
- version = "20190414.1208";
- src = fetchFromGitHub {
- owner = "Manoj321";
- repo = "kapacitor-el";
- rev = "e3300d8b4017a2f66b0d929cb85bcc7ee2612072";
- sha256 = "05vrfii2n2g2q60dzgw23ck6gxxm3d7fsabi4z0g3k9gc6wrsl5l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db1f8cfcda2fa2b9be74a6cd9f95608e8b3f50bb/recipes/kapacitor";
- sha256 = "108b3y71p7s3lcwbqxp7hy2l304yj4hxm2nq8iv7ljr8av1q7kn6";
- name = "recipe";
- };
- packageRequires = [ emacs magit magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/kapacitor";
- license = lib.licenses.free;
- };
- }) {};
- karma = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "karma";
- ename = "karma";
- version = "20160220.445";
- src = fetchFromGitHub {
- owner = "tonini";
- repo = "karma.el";
- rev = "31d3e7708246183d7ed0686be92bf23140af348c";
- sha256 = "12v242kfcx849j8w95v2g7djh9xqbx8n033iaxyavfxnz0pp7zdl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/681e12556c3ab3e2a8376d5c7c33ee5a213de650/recipes/karma";
- sha256 = "19wl7js7wmw7jv2q3l4r5zl718lhy2a0jhl79k57ihwhxdc58fwc";
- name = "recipe";
- };
- packageRequires = [ emacs pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/karma";
- license = lib.licenses.free;
- };
- }) {};
- kdeconnect = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kdeconnect";
- ename = "kdeconnect";
- version = "20180126.1540";
- src = fetchFromGitHub {
- owner = "carldotac";
- repo = "kdeconnect.el";
- rev = "ca0cbf9a628ba7b519b43fa85e0d988ca26bf853";
- sha256 = "07aqzfg2nn35bkikrmk1lszqkc6h8vn2551m22mwc19lmdx94p2i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c363866d30fb86ae636d30def8c3847711ada762/recipes/kdeconnect";
- sha256 = "1bcwpnwmm1l2jzc5znw8z6f5knysinidsbm12v4r1j8v6v80ydw6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kdeconnect";
- license = lib.licenses.free;
- };
- }) {};
- kerl = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kerl";
- ename = "kerl";
- version = "20150424.1305";
- src = fetchFromGitHub {
- owner = "correl";
- repo = "kerl.el";
- rev = "1732ee26213f021bf040919c45ad276aafcaae14";
- sha256 = "1kkzs7nrcr74qn1m456vaj52a9j3ah4biakimz06hls415l56yk9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/166afdc776689b0da93576dbeaa71ff6dfb627db/recipes/kerl";
- sha256 = "0f8n7cm5c432pwj28bcpv2jj5z3br3k164xj6nwfis3dvijwsgss";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kerl";
- license = lib.licenses.free;
- };
- }) {};
- key-chord = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "key-chord";
- ename = "key-chord";
- version = "20160227.438";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "key-chord";
- rev = "72443e9ff3c4f1c3ccaced3130236801efde3d83";
- sha256 = "15jfpysyydcvqlvdannxg2s4bh4i9z6i950fad1qlq43jfmq7k55";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/key-chord";
- sha256 = "1g0jqmnn575h5n4figxbc5xs76zl8b1cdqa6wbi3d1p2rn3g8scr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/key-chord";
- license = lib.licenses.free;
- };
- }) {};
- key-combo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "key-combo";
- ename = "key-combo";
- version = "20150324.739";
- src = fetchFromGitHub {
- owner = "uk-ar";
- repo = "key-combo";
- rev = "09a917bdfd3b309b4b3cbe3b11212e1ae6fab38d";
- sha256 = "0af0yzw95624s0wwh1rw9q7djwwhw6mrk9zhzj66cir555lsshlz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/99b422ef5f7b9dda894207e3133791fb9963a092/recipes/key-combo";
- sha256 = "1v8saw92jphvjkyy7j9jx7cxzgisl4zpf4wjzdjfw3la5lz11waf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/key-combo";
- license = lib.licenses.free;
- };
- }) {};
- key-intercept = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "key-intercept";
- ename = "key-intercept";
- version = "20140210.2349";
- src = fetchFromGitHub {
- owner = "tarao";
- repo = "key-intercept-el";
- rev = "d9a60edb4ce893f2d3d94f242164fdcc62d43cf2";
- sha256 = "143nfs8pgi5yy3mjq7nirffplk4vb8kik4q7zypynh2pddip30a4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad758d865bde8c97d27c0d57cabe1606f8b36974/recipes/key-intercept";
- sha256 = "1z776jbpjks5bir6bd0748mlrmz05nf0jy9l4hlmwgyn72dcbx16";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/key-intercept";
- license = lib.licenses.free;
- };
- }) {};
- key-leap = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "key-leap";
- ename = "key-leap";
- version = "20160831.747";
- src = fetchFromGitHub {
- owner = "MartinRykfors";
- repo = "key-leap";
- rev = "b3f6ef15c8a13870475d5af159fa24b30f97dea0";
- sha256 = "1f2k7jpxfvjirxzjc5c4s4lpg1hdgw8k7lfchx362jqijny1ipfp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b56e18063e6292bb2aca2acc7077b32f3d62262/recipes/key-leap";
- sha256 = "0z1fhpf8g0c4rh3bf8dfmdgyhj5w686kavjr214czaga0x7mwlwj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/key-leap";
- license = lib.licenses.free;
- };
- }) {};
- key-quiz = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "key-quiz";
- ename = "key-quiz";
- version = "20190604.2138";
- src = fetchFromGitHub {
- owner = "federicotdn";
- repo = "key-quiz";
- rev = "8cab861e28dd2c956acdba2632f78a58a85b7c70";
- sha256 = "01f0jyz2v1aiy79jhdnaw3n1a0dmj8p9z6zgz28xbap44zyh3v1b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e87df606bf768e3a731234c444077a11601ecc4a/recipes/key-quiz";
- sha256 = "0zcs4nm9jis60ghm0xi84yc945xm45n0q1xp8ic1ix48wf7jq7a0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/key-quiz";
- license = lib.licenses.free;
- };
- }) {};
- key-seq = callPackage ({ fetchFromGitHub
- , fetchurl
- , key-chord
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "key-seq";
- ename = "key-seq";
- version = "20150907.56";
- src = fetchFromGitHub {
- owner = "vlevit";
- repo = "key-seq.el";
- rev = "e29b083a6427d061638749194fc249ef69ad2cc0";
- sha256 = "05vpydcgiaya35b62cdjxna9y02vnwzzg6p8jh0dkr9k44h4iy3f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d54ab1b6973a44362e50559dd91344d0b17f513/recipes/key-seq";
- sha256 = "166k6hl9vvsnnksvhrv5cbhv9bdiclnbfv7qf67q4c1an9xzqi74";
- name = "recipe";
- };
- packageRequires = [ key-chord ];
- meta = {
- homepage = "https://melpa.org/#/key-seq";
- license = lib.licenses.free;
- };
- }) {};
- keycast = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keycast";
- ename = "keycast";
- version = "20190316.1835";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "keycast";
- rev = "fe416461b15543138ad4fef8ef5e2c364a6b5b2c";
- sha256 = "15q2kc7mlmr856ldh6bkba26zq8fwia26cv1gsqwj3jmhml6mlq1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aaaf62c586818f2493667ad6ec8877234a58da53/recipes/keycast";
- sha256 = "19qq5y1zjp3029kfq0c59xl9xnxqmdn2pd04sblznchcr9jdy5id";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/keycast";
- license = lib.licenses.free;
- };
- }) {};
- keychain-environment = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keychain-environment";
- ename = "keychain-environment";
- version = "20180318.1523";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "keychain-environment";
- rev = "d3643196de6dc79ea77f9f4805028350fd76100b";
- sha256 = "0wzs77nwal6apinc39d4arj3lralv2cb9aw9gkikk46fgk404hwj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4382c9e7e8dee2cafea9ee49965d0952ca359dd5/recipes/keychain-environment";
- sha256 = "1w77cg00bwx68h0d6k6r1fzwdwz97q12ch2hmpzjnblqs0i4sv8v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/keychain-environment";
- license = lib.licenses.free;
- };
- }) {};
- keydef = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keydef";
- ename = "keydef";
- version = "20090428.1231";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "keydef";
- rev = "dff2be9f58d12d8c6a490ad0c1b2b10b55528dc0";
- sha256 = "0dkc51bmix4b8czs2wg6vz8vk32qlll1b9fjmx6xshrxm85cyhvv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2a50f62475639af011c99c6cc38928b74b3b0a/recipes/keydef";
- sha256 = "0yb2vgj7abyg8j7qmv74nsanv50lf350q1m58rjv8wm31yykg992";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/keydef";
- license = lib.licenses.free;
- };
- }) {};
- keyfreq = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keyfreq";
- ename = "keyfreq";
- version = "20160516.716";
- src = fetchFromGitHub {
- owner = "dacap";
- repo = "keyfreq";
- rev = "9c665c8c219d18866403897936427bb408e3d6b9";
- sha256 = "1dhdk4f6q340n0r9n8jld2n2fykp7m40x23n7sw4wpm8g151gxin";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cd7157bad0f3039321b5b279a88e7e4fce895543/recipes/keyfreq";
- sha256 = "1rw6hzmw7h5ngvndy7aa41pq911y2hr9kqc9w4gdd5v2p4ln1qh7";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/keyfreq";
- license = lib.licenses.free;
- };
- }) {};
- keymap-utils = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keymap-utils";
- ename = "keymap-utils";
- version = "20180318.1537";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "keymap-utils";
- rev = "1ad766dbc111ec78b1a292da97b9bd4856cd2ff7";
- sha256 = "0imx8zp21bm066bzdynvasylrlhw0gr8mpk2bwkz8j1y5lsp54v8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c03acebf1462dea36c81d4b9ab41e2e5739be3c3/recipes/keymap-utils";
- sha256 = "0nbcwz4nls0pva79lbx91bpzkl38g98yavwkvg2rxbhn9vjbhzs9";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/keymap-utils";
- license = lib.licenses.free;
- };
- }) {};
- keypress-multi-event = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keypress-multi-event";
- ename = "keypress-multi-event";
- version = "20190108.2130";
- src = fetchFromGitHub {
- owner = "Boruch-Baum";
- repo = "emacs-keypress-multi-event";
- rev = "9de65a27e10d8ae47aa6d28c02c3eb82ee8c0b2e";
- sha256 = "1ybbayxfix63rwc8p5kl4wxxlk6vg53abw40fqrlkbc6qrr7nm5c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd02baaf1d49d55b066695d8fa9887c454bb1750/recipes/keypress-multi-event";
- sha256 = "07va7w6vgjf6jqrfzpsq8732b8aka07g29h661yh1xn4x6464hyp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/keypress-multi-event";
- license = lib.licenses.free;
- };
- }) {};
- keyset = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keyset";
- ename = "keyset";
- version = "20150219.2130";
- src = fetchFromGitHub {
- owner = "HKey";
- repo = "keyset";
- rev = "c6b375fbe8035fde593d1d96895eb6e3f111d379";
- sha256 = "1vdlx8p0s0zh7sxawd7hfcb66aqap9wdcl1z5ilidnbba4if212g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7bad8a1f1b94fbfbde5d8035f7e22431e64a9eec/recipes/keyset";
- sha256 = "1kfw0pfb6qm2ji1v0kb8xgz8q2yd2k9kxmaz5vxcdixdlax3xiqg";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/keyset";
- license = lib.licenses.free;
- };
- }) {};
- keystore-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , origami
- , s
- , seq }:
- melpaBuild {
- pname = "keystore-mode";
- ename = "keystore-mode";
- version = "20190409.1246";
- src = fetchFromGitHub {
- owner = "peterpaul";
- repo = "keystore-mode";
- rev = "43bd5926348298d077c7221f37902c990df3f951";
- sha256 = "06cznkqkm04zz5lqfb514aqvsr2p13arzysixv0ss0bqpvdq7cv7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7870d808fc19096ed6ecde5e9297b28254466210/recipes/keystore-mode";
- sha256 = "1r1my7jgjv2zvkhdwd8ml6489x48gzanz4lvdiw5m2hymb53fdg6";
- name = "recipe";
- };
- packageRequires = [ emacs origami s seq ];
- meta = {
- homepage = "https://melpa.org/#/keystore-mode";
- license = lib.licenses.free;
- };
- }) {};
- keyswap = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keyswap";
- ename = "keyswap";
- version = "20160813.257";
- src = fetchFromGitHub {
- owner = "hardenedapple";
- repo = "keyswap.el";
- rev = "cd682a7c4a8d64d6bae6a005db5045232e5e7b95";
- sha256 = "191i2b2xx6180sly0dd6b1z6npsrzjqhxrbak9wm6yblx7alsgn2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ed8303f5009604ae3d83769063d38749e37fc5d8/recipes/keyswap";
- sha256 = "0ck9w2jr4vdk3yjlcdzblsbgw5w5x1cxbx7h1am5vkr6fhxh2hdi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/keyswap";
- license = lib.licenses.free;
- };
- }) {};
- keyword-search = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keyword-search";
- ename = "keyword-search";
- version = "20180424.402";
- src = fetchFromGitHub {
- owner = "keyword-search";
- repo = "keyword-search";
- rev = "f8475ecaddb8804a9be6bee47678207c86ac8dee";
- sha256 = "1ymqnpm9his2bkchq23vwazprwyw0d2sdgza7zjxvs3q0f4nj0vx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ecdc51938f2300bf005e2d1b1819e0fa59e0bd7/recipes/keyword-search";
- sha256 = "0wvci1v8pblfbdslfzpi46c149y8pi49kza9jf33jzhj357lp5qa";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/keyword-search";
- license = lib.licenses.free;
- };
- }) {};
- kfg = callPackage ({ f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kfg";
- ename = "kfg";
- version = "20140908.2238";
- src = fetchFromGitHub {
- owner = "czipperz";
- repo = "kfg";
- rev = "ffc35b77f227d4c64a1271ec30d31333ffeb0013";
- sha256 = "0y8s2zfz1r1nfwkkfyxc3vfmlagp9wg8i3zpyj3jcifilxq6i63v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2990f45632697ce23e7cd9db807d8ae2d3bf61d2/recipes/kfg";
- sha256 = "0kj79wwj2ih2ba57y3hl2l9pwjpsqns5waa8vi5g7agmqva0mh5b";
- name = "recipe";
- };
- packageRequires = [ f ];
- meta = {
- homepage = "https://melpa.org/#/kfg";
- license = lib.licenses.free;
- };
- }) {};
- kibit-helper = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "kibit-helper";
- ename = "kibit-helper";
- version = "20150508.833";
- src = fetchFromGitHub {
- owner = "brunchboy";
- repo = "kibit-helper";
- rev = "ec5f154db3bb0c838e86f527353f08644cede926";
- sha256 = "0ky167xh1hrmqsldybzjhyqjizgjzs1grn5mf8sm2j9qwcvjw2zv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f7fee551ca9ed226f1285dffe87027e1e1047f65/recipes/kibit-helper";
- sha256 = "15viybjqksylvm5ash2kzsil0cpdka56wj1rryixa8y1bwlj8y4s";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/kibit-helper";
- license = lib.licenses.free;
- };
- }) {};
- kill-or-bury-alive = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kill-or-bury-alive";
- ename = "kill-or-bury-alive";
- version = "20181231.2304";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "kill-or-bury-alive";
- rev = "e4a3c0f75c966826092b83e1fff5a3bc8ba55572";
- sha256 = "1zi471b2clkaz19qkn9p0qgrjvaxxxzdm7hqqicjfv5fmgpydk9v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25016ed09b6333bd79b989a8f6b7b03cd92e08b3/recipes/kill-or-bury-alive";
- sha256 = "0mm0m8hpy5v98cap4f0s38dcviirm7s6ra4l94mknyvnx0f73lz8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/kill-or-bury-alive";
- license = lib.licenses.free;
- };
- }) {};
- kill-ring-search = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kill-ring-search";
- ename = "kill-ring-search";
- version = "20140422.855";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "kill-ring-search.el";
- rev = "23535b4a01a1cb1574604e36c49614e84e85c883";
- sha256 = "0yrc09k64rv5is4wvss938mkj2pkvbr98lr3ahsi7p0aqn7s444v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/kill-ring-search";
- sha256 = "1jggi6r5j2dr9y17v4cyskc0wydfdpqgp1pib5dr2kg6n6w0s5xl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kill-ring-search";
- license = lib.licenses.free;
- };
- }) {};
- killer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "killer";
- ename = "killer";
- version = "20190127.1610";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "killer";
- rev = "ace0547944933440384ceeb5876b1f68c082d540";
- sha256 = "06nzxd9nc1d569354xj7w88i0y5l99pyag691aribsh771rxbfz4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bd8c3ec8fa272273128134dea96c0c999a524549/recipes/killer";
- sha256 = "10z4vqwrpss7mk0gq8xdsbsl0qibpp7s1g0l8wlmrsgn6kjkr2ma";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/killer";
- license = lib.licenses.free;
- };
- }) {};
- kite = callPackage ({ fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild
- , websocket }:
- melpaBuild {
- pname = "kite";
- ename = "kite";
- version = "20130201.1138";
- src = fetchFromGitHub {
- owner = "jscheid";
- repo = "kite";
- rev = "7ed74d1147a6ddd152d3da65dc30df3517d53144";
- sha256 = "1cr4i66lws6yhyxmyx5jw6d5x7i75435mafkkych4nfa0mv4vicd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/kite";
- sha256 = "17bpk9ycx2xkwm3j1dxi5216lbzf5lgnscs8i4y0pkpicdn0wyr6";
- name = "recipe";
- };
- packageRequires = [ json websocket ];
- meta = {
- homepage = "https://melpa.org/#/kite";
- license = lib.licenses.free;
- };
- }) {};
- kite-mini = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , websocket }:
- melpaBuild {
- pname = "kite-mini";
- ename = "kite-mini";
- version = "20160508.406";
- src = fetchFromGitHub {
- owner = "tungd";
- repo = "kite-mini.el";
- rev = "48734092e735033ad7664a9933acd4556e095f79";
- sha256 = "0ralsdjzj09g6nsa04jvyyzr6cgsi0d7gi1ji77f52m31dl0b8cw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a9b76d0ee09efc6652d0541cf72c9623760dda66/recipes/kite-mini";
- sha256 = "1g644406zm3db0fjyv704aa8dbd20v1apmysb3mmh2vldbch4iyh";
- name = "recipe";
- };
- packageRequires = [ dash websocket ];
- meta = {
- homepage = "https://melpa.org/#/kite-mini";
- license = lib.licenses.free;
- };
- }) {};
- kivy-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kivy-mode";
- ename = "kivy-mode";
- version = "20180702.1329";
- src = fetchFromGitHub {
- owner = "kivy";
- repo = "kivy";
- rev = "3e57ac0b07385384619a8042dafcab89cc10da57";
- sha256 = "1pm0660x688rpgns9jpzg1y08pavp65dazm1aznkvpnvdhy2zs93";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/688e2a114073958c413e56e1d117d48db9d16fb8/recipes/kivy-mode";
- sha256 = "02l230rwivr7rbiqm4vg70458z35f9v9w3mdapcrqd5d07y5mvi1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kivy-mode";
- license = lib.licenses.free;
- };
- }) {};
- kiwix = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kiwix";
- ename = "kiwix";
- version = "20190324.2052";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "kiwix.el";
- rev = "c662f3dc5d924a4b64b7af4af28f15f27b7cea1e";
- sha256 = "0i11sfnqvjqqb625cgfzibs6yszx891y4dy7fd6wzmdpclcyzr8z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/kiwix";
- sha256 = "0x5ld557kxzx5s8ziy5axgvm1fxlq81l9gvinfgs8f257vjlki07";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/kiwix";
- license = lib.licenses.free;
- };
- }) {};
- kixtart-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kixtart-mode";
- ename = "kixtart-mode";
- version = "20150611.904";
- src = fetchFromGitHub {
- owner = "ryrun";
- repo = "kixtart-mode";
- rev = "1c2356797e7b766bbaaa2b341176a8b10499cd79";
- sha256 = "1ld3ccg8q7hmjrj60rxvmmfy4dpm2lvlshjqdf9ifgjzp221g4vb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/672cfc166209b6c2ffcb0e549fd2416be7212a5a/recipes/kixtart-mode";
- sha256 = "079bw4lgxbmk65rrfyy8givs8j5wsyhpcjjw915ifkg577gj87qp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/kixtart-mode";
- license = lib.licenses.free;
- };
- }) {};
- klere-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "klere-theme";
- ename = "klere-theme";
- version = "20180415.1123";
- src = fetchFromGitHub {
- owner = "WammKD";
- repo = "emacs-klere-theme";
- rev = "8e389530dd783dcaab2365e0970181c72d782efb";
- sha256 = "1217yr4qpax4snzyi64wzcr13qjnmd0dcqw7ch3vniqn48vnla92";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/07a3e348d69738ae59fce3570a61b0cdc565fdb8/recipes/klere-theme";
- sha256 = "1lgvk6q2853rpk15i91zf917r8wmrb7bnagp4x02fws49x83hqrs";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/klere-theme";
- license = lib.licenses.free;
- };
- }) {};
- know-your-http-well = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "know-your-http-well";
- ename = "know-your-http-well";
- version = "20160208.1504";
- src = fetchFromGitHub {
- owner = "for-GET";
- repo = "know-your-http-well";
- rev = "ab8cf84ad8031ff85b983c528ebb7117dc784aad";
- sha256 = "19qky551arnb7gl7w0yp54kkdls03m9wn9bxnr7hm5nv1bml2y64";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ab50ae6278022281b2b7297c086089e5e669c7a/recipes/know-your-http-well";
- sha256 = "0k2x0ajxkivim8nfpli716y7f4ssrmvwi56r94y34x4j3ib3px3q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/know-your-http-well";
- license = lib.licenses.free;
- };
- }) {};
- kodi-remote = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , let-alist
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "kodi-remote";
- ename = "kodi-remote";
- version = "20190322.1303";
- src = fetchFromGitHub {
- owner = "spiderbit";
- repo = "kodi-remote.el";
- rev = "861d81af05b061e1343124753d8493e5a21baf7b";
- sha256 = "1cb1s3ksscva8fw1ss8z6nc530g00njrs2kk3flqisnc41l6njsq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/08f06dd824e67250afafdecc25128ba794ca971f/recipes/kodi-remote";
- sha256 = "0f3n7b3plsw28xpz07lf5pv71b6s2xjhq2h23gpyg0r69v99chh5";
- name = "recipe";
- };
- packageRequires = [ cl-lib json let-alist request ];
- meta = {
- homepage = "https://melpa.org/#/kodi-remote";
- license = lib.licenses.free;
- };
- }) {};
- kolon-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kolon-mode";
- ename = "kolon-mode";
- version = "20140122.334";
- src = fetchFromGitHub {
- owner = "samvtran";
- repo = "kolon-mode";
- rev = "5af0955e280ae991862189ebecd3937c5fc8fb9f";
- sha256 = "0yr4yxwxgxp5pm9f8gaqlikxp26inv01inq0ya42dzam5yphkafw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b18f38d291303ff362e11ca711bb00bf411e2180/recipes/kolon-mode";
- sha256 = "0wcg8ph3mk4zcmzqpvl2w6rfgvrfvhmgwb14y8agh9b7v5d9xwj3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kolon-mode";
- license = lib.licenses.free;
- };
- }) {};
- kooten-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kooten-theme";
- ename = "kooten-theme";
- version = "20161023.205";
- src = fetchFromGitHub {
- owner = "kootenpv";
- repo = "emacs-kooten-theme";
- rev = "d10197b4dd7af02cd14aeab2573c273a294798c3";
- sha256 = "1vc97d3i7jh4fbpan7lfnmsm32c4gwgrg11j2vq7z3rwm42wkkyr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/kooten-theme";
- sha256 = "1zhrjli65pn5nshz8pqn5vbsndzk2h8mhbcldq9k0mc7ki2rrdlv";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/kooten-theme";
- license = lib.licenses.free;
- };
- }) {};
- korean-holidays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "korean-holidays";
- ename = "korean-holidays";
- version = "20190102.758";
- src = fetchFromGitHub {
- owner = "tttuuu888";
- repo = "korean-holidays";
- rev = "3f90ed86f46f8e5533f23baa40e2513ac497ca2b";
- sha256 = "0y88b4mr73qcshr87750jkjzz1mc2wwra6ca3y8spv4qc6cadwls";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/korean-holidays";
- sha256 = "1yf0z9vpiwhlsnyb0fy9wf5rz6f2fzzign96zgj0zd5hwmznbmyr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/korean-holidays";
- license = lib.licenses.free;
- };
- }) {};
- kosmos-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kosmos-theme";
- ename = "kosmos-theme";
- version = "20170502.1150";
- src = fetchFromGitHub {
- owner = "habamax";
- repo = "kosmos-theme";
- rev = "616456d2376a75dc31190ad65137d179fbad4336";
- sha256 = "193zwgwfnj0lyk0msa16y0dfg7asp953p3jm56d9wdacggbcraj9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/kosmos-theme";
- sha256 = "0vj1z69hz0j7kxnzj13c4vck1qj5j1glr9lymk5ns2v8l56gakwb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/kosmos-theme";
- license = lib.licenses.free;
- };
- }) {};
- kotlin-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kotlin-mode";
- ename = "kotlin-mode";
- version = "20190116.1255";
- src = fetchFromGitHub {
- owner = "Emacs-Kotlin-Mode-Maintainers";
- repo = "kotlin-mode";
- rev = "0e542ae2f78420618df8b0123dfe168a37dce333";
- sha256 = "1rv3vxw3dx477sapfd0hj3pkl3x0sihdsyl671azbcr02z67xl6p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9f2560e913b215821221c96069a1385fe4e19c3e/recipes/kotlin-mode";
- sha256 = "08jn8r4nhhlck0f7n5agibwh049rigdiy12lpmijbwk1zmcvsqws";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/kotlin-mode";
- license = lib.licenses.free;
- };
- }) {};
- kpm-list = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kpm-list";
- ename = "kpm-list";
- version = "20170924.652";
- src = fetchFromGitHub {
- owner = "KMahoney";
- repo = "kpm-list";
- rev = "e0f5112e5ce8ec1b603f4428fa51681c68bb28f5";
- sha256 = "1achcr3v0d85narnxqpbfxy9qfk537kl83wiq5lyfy3lwqqf7dmp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6b7065d016e2da49277b165edf565bef5819d483/recipes/kpm-list";
- sha256 = "0022bhy1mzngjmjydyqnmlgnhww05v4dxsfav034r8nyyc7677z0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kpm-list";
- license = lib.licenses.free;
- };
- }) {};
- kroman = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kroman";
- ename = "kroman";
- version = "20150827.1640";
- src = fetchFromGitHub {
- owner = "zhangkaiyulw";
- repo = "kroman-el";
- rev = "431144a3cd629a2812a668a29ad85182368dc9b0";
- sha256 = "0miywc3vfqi3hjb7lk8baz1y2nbp9phjjxclqriyqra4gw4n0vhc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/kroman";
- sha256 = "0rcy3343pmlqzqzhmz2c3r0b44pn8fsyp39mvn9nmdnaxsn6q3k8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kroman";
- license = lib.licenses.free;
- };
- }) {};
- ksp-cfg-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ksp-cfg-mode";
- ename = "ksp-cfg-mode";
- version = "20190414.1648";
- src = fetchFromGitHub {
- owner = "lashtear";
- repo = "ksp-cfg-mode";
- rev = "faec8bd8456c67276d065eb68c88a30efcef59ef";
- sha256 = "192s6hz71i0d8bwxn2pdl9yggs2l5fd6jxlxmry8fpk04qg3lqrg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d49db5938fa4e3ab1176a955a4788b15c63d9e69/recipes/ksp-cfg-mode";
- sha256 = "0azcn4qvziacbw1qy33fwdaldw7xpzr672vzjsqhr0b2vg9m2ipi";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ksp-cfg-mode";
- license = lib.licenses.free;
- };
- }) {};
- kubel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "kubel";
- ename = "kubel";
- version = "20190314.1007";
- src = fetchFromGitHub {
- owner = "abrochard";
- repo = "kubel";
- rev = "b8e1c67635dadaec3a289fa28111f6fcb817ef10";
- sha256 = "1dk44xq1bwlji48bbw1l4i4mqszsp1shfmmfs4q6gxyjs0hzbwpg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1c7ff1c44946f232730066d6c8c25d5b41ffda7/recipes/kubel";
- sha256 = "1rm85bwpsqj600jvri508nn5i17ynyd84aanf8cqqxk5d2wf9x1n";
- name = "recipe";
- };
- packageRequires = [ emacs magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/kubel";
- license = lib.licenses.free;
- };
- }) {};
- kubernetes = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "kubernetes";
- ename = "kubernetes";
- version = "20190604.1834";
- src = fetchFromGitHub {
- owner = "chrisbarrett";
- repo = "kubernetes-el";
- rev = "95d5c934f2955388bdd2f568b8e5c706ce15c21b";
- sha256 = "1kahnk2cy96zpxb35vj7f9zanb1nm79p3wxgq4cwgmi6h6gj0arq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/16850227ea48f6f38102b9cdf80e0758766a24d2/recipes/kubernetes";
- sha256 = "06357a8y3rpvid03r9vhmjgq97hmiah5g8gff32dij9424vidil9";
- name = "recipe";
- };
- packageRequires = [ dash emacs magit magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/kubernetes";
- license = lib.licenses.free;
- };
- }) {};
- kubernetes-evil = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , kubernetes
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kubernetes-evil";
- ename = "kubernetes-evil";
- version = "20171122.1819";
- src = fetchFromGitHub {
- owner = "chrisbarrett";
- repo = "kubernetes-el";
- rev = "d4ce5eb5da1ea0879b7d3266d97aecc8aee2807c";
- sha256 = "1asjmxw24bvaapjaljj37pv9cbvqqw7577q1mds4lnicvnbdsxzi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/16850227ea48f6f38102b9cdf80e0758766a24d2/recipes/kubernetes-evil";
- sha256 = "12ygfs6g9aivf2ws3lxwjm5xnd2kidhli889icpygd5v7gnk9pg8";
- name = "recipe";
- };
- packageRequires = [ evil kubernetes ];
- meta = {
- homepage = "https://melpa.org/#/kubernetes-evil";
- license = lib.licenses.free;
- };
- }) {};
- kubernetes-helm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yaml-mode }:
- melpaBuild {
- pname = "kubernetes-helm";
- ename = "kubernetes-helm";
- version = "20190131.1920";
- src = fetchFromGitHub {
- owner = "abrochard";
- repo = "kubernetes-helm";
- rev = "1d50cb87600630e02bd52894a480627630084636";
- sha256 = "03z0mqg4lyvcnb33c1s3z9l0m47c1ahf45vaz80nh5sz3b4maii3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/269c73e26b3d0cc51bbac8b63bb3782f7428ab40/recipes/kubernetes-helm";
- sha256 = "0rik7qz5m2hxylmdsjdnrlj52sm7c669milxxp5i1a1c44621xa6";
- name = "recipe";
- };
- packageRequires = [ emacs yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/kubernetes-helm";
- license = lib.licenses.free;
- };
- }) {};
- kubernetes-tramp = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kubernetes-tramp";
- ename = "kubernetes-tramp";
- version = "20181228.122";
- src = fetchFromGitHub {
- owner = "gruggiero";
- repo = "kubernetes-tramp";
- rev = "8713571b66940f8f3f496b55baa23cdf1df7a869";
- sha256 = "05xbpdgxglqw7s2chay32s5kmglpd446dg3vh02d1462lh474snf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ea4b15e64a9dc33b9977650488693cacadd1ab1/recipes/kubernetes-tramp";
- sha256 = "15nlx3w2v0gky0zgbx7n0w1mdr6yaj4dh028ay2k19wg8wbsckjq";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/kubernetes-tramp";
- license = lib.licenses.free;
- };
- }) {};
- kurecolor = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "kurecolor";
- ename = "kurecolor";
- version = "20180401.521";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "kurecolor";
- rev = "a27153f6a01f38226920772dc4917b73166da5e6";
- sha256 = "04av67q5841jli6rp39hav3a5gr2vcf3db4qsv553i23ffplb955";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/58a5ebdbf82e83e6602161bca049d468887abe02/recipes/kurecolor";
- sha256 = "0q0q0dfv376h7j3sgwxqwfpxy1qjbvb6i5clsxz9xp4ly89w4d4f";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/kurecolor";
- license = lib.licenses.free;
- };
- }) {};
- kv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kv";
- ename = "kv";
- version = "20140108.734";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-kv";
- rev = "721148475bce38a70e0b678ba8aa923652e8900e";
- sha256 = "0r0lz2s6gvy04fwnafai668jsf4546h4k6zd6isx5wpk0n33pj5m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/kv";
- sha256 = "0c10r7mhg517p62lc87ccqypsjrm28xh3bgv4f01fnx569jqgzgp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kv";
- license = lib.licenses.free;
- };
- }) {};
- kwin = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kwin";
- ename = "kwin";
- version = "20150308.1112";
- src = fetchFromGitHub {
- owner = "reactormonk";
- repo = "kwin-minor-mode";
- rev = "d4f8f3593598b71ee596e0a87b2c1d6a912a9566";
- sha256 = "0irbfgip493hyh45msnb7climgfwr8f05nvc97bzaqggnay88scy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/04e6d622a1f1cb765c33297a99f06ed513985498/recipes/kwin";
- sha256 = "1pxnyj81py3ygadmyfrqndb0jkk6xlbf0rg3857hsy3ccblzm7ki";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kwin";
- license = lib.licenses.free;
- };
- }) {};
- lab-themes = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lab-themes";
- ename = "lab-themes";
- version = "20190320.1127";
- src = fetchFromGitHub {
- owner = "MetroWind";
- repo = "lab-theme";
- rev = "06b55ef3d82a8ad23189caf8de76ef81fc0aba31";
- sha256 = "0dgs2gp5q3hfp8j1gbdkf26jwjjw04ggx34zrv35wg8yr26ah440";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5817cb4cb3a573f93bacfb8ef340bef0e1c5df4/recipes/lab-themes";
- sha256 = "10gvrrbqp6rxc9kwk8315pa1ldmja42vwr31xskjaq0l4fd28kx0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/lab-themes";
- license = lib.licenses.free;
- };
- }) {};
- labburn-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "labburn-theme";
- ename = "labburn-theme";
- version = "20170502.207";
- src = fetchFromGitHub {
- owner = "ksjogo";
- repo = "labburn-theme";
- rev = "e95334acd8a73fbe8e156f70e047014a87e92e66";
- sha256 = "0ai8gr4an4d44lgin7kdzydn2d0a98jb8mv0n9b93bq160lbmkwj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1bfc9870fbe61f58f107b72fd7f16efba22c902/recipes/labburn-theme";
- sha256 = "09qqb62hfga88zka0pc27rc8i43cxi84cv1x8wj0vvzx6mvic1lm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/labburn-theme";
- license = lib.licenses.free;
- };
- }) {};
- lammps-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lammps-mode";
- ename = "lammps-mode";
- version = "20180801.619";
- src = fetchFromGitHub {
- owner = "HaoZeke";
- repo = "lammps-mode";
- rev = "a5b68d7a59975770b56ee8f6e66fa4f703a72ffe";
- sha256 = "1ma33bszv7d6am47n5r74ja4ks7n46m8xfkkr3vcqymlfhbdpq73";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8f5471a8e17977c17ad84b12a77fe80f37eda25e/recipes/lammps-mode";
- sha256 = "06i48pxp9vq4z7hffna0cndr6iblapim169659pmhidbc4pp7bm4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/lammps-mode";
- license = lib.licenses.free;
- };
- }) {};
- lang-refactor-perl = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lang-refactor-perl";
- ename = "lang-refactor-perl";
- version = "20131122.1327";
- src = fetchFromGitHub {
- owner = "jplindstrom";
- repo = "emacs-lang-refactor-perl";
- rev = "691bd69639de6b7af357e3b7143563ececd9c497";
- sha256 = "135k7inkvdz51j7al3nndaamrkyn989vlv1mxcp8lwx8cgq0rqfj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6bbbf89b71364720dd39e2cf902271108151b5ca/recipes/lang-refactor-perl";
- sha256 = "02fv25d76rvxqzxs48j4lkrifdhqayyb1in05ryyz2pk9x5hbax9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lang-refactor-perl";
- license = lib.licenses.free;
- };
- }) {};
- langdoc = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "langdoc";
- ename = "langdoc";
- version = "20150217.2245";
- src = fetchFromGitHub {
- owner = "tom-tan";
- repo = "langdoc";
- rev = "2c7223bacb116992d700ecb19a60df5c09c63424";
- sha256 = "0svci7xs4iysv8ysf93g382arip0xpgi0fllw8xx2vrd70sz7lff";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/defe78f12dbd7137bed7b1a309caa579e220f7dc/recipes/langdoc";
- sha256 = "19i6ys58wswl5ckf33swl6lsfzg4znx850br4icik15yrry65yj7";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/langdoc";
- license = lib.licenses.free;
- };
- }) {};
- langtool = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "langtool";
- ename = "langtool";
- version = "20190303.1427";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-langtool";
- rev = "81f2b8a07b29bbdd558db4b68dd904f4c0eb10a4";
- sha256 = "01w765n5bib060f0hci34f0vchf90b4r8gr1ng2c4yx20dvdjnqh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/503845e79e67c921f1fde31447f3dd4da2b6f993/recipes/langtool";
- sha256 = "1xq70jyhzg0qmvialy015crbdk9rdibhwpl36khab9hi2999wxyw";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/langtool";
- license = lib.licenses.free;
- };
- }) {};
- language-detection = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "language-detection";
- ename = "language-detection";
- version = "20161123.1013";
- src = fetchFromGitHub {
- owner = "andreasjansson";
- repo = "language-detection.el";
- rev = "38f5d294870678efc6ccf94ce6e8175a58f93025";
- sha256 = "0jm3ybi353kjffvgy489b5x1yd8vi2vxdmn32z4c42zrnmg5a6lv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ed2b68d0a11e5db0e7f2f5cbb2eb93c298bcb765/recipes/language-detection";
- sha256 = "1c613dj6j05idqyjd6ix7llw04d0327aicac04cicrb006km3r51";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/language-detection";
- license = lib.licenses.free;
- };
- }) {};
- language-id = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "language-id";
- ename = "language-id";
- version = "20190207.257";
- src = fetchFromGitHub {
- owner = "lassik";
- repo = "emacs-language-id";
- rev = "9145c75eaa41a7a9deda928f704b99db056d3e9d";
- sha256 = "10dwrb610jdal6ifpj34mmy8qqbca2sgfmvn4p4qpcc967sv4f1r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d03af6375bc7ba4612c43dea805d7f392f046f87/recipes/language-id";
- sha256 = "0p7hg005bmzy38sv2881fq1x2i7yjdhfjbki4y2av485c418rqz8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/language-id";
- license = lib.licenses.free;
- };
- }) {};
- lastpass = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "lastpass";
- ename = "lastpass";
- version = "20171208.216";
- src = fetchFromGitHub {
- owner = "storvik";
- repo = "emacs-lastpass";
- rev = "a4529ce70b8187ed9ac4972997df152af58ef2eb";
- sha256 = "1h4h7swww2is7qblqi5r1vh26a9lfl52c0yq7rgwd1pqclffgc8m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/46e5e8735baab7728bddce2693cea6bcee0e6360/recipes/lastpass";
- sha256 = "0x4c9c110nqv3v6kzcxdg9a9zcg7yn1hj6ffgrbsd8c3wbrdxrlj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/lastpass";
- license = lib.licenses.free;
- };
- }) {};
- latex-extra = callPackage ({ auctex
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "latex-extra";
- ename = "latex-extra";
- version = "20170816.1847";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "latex-extra";
- rev = "82d99b8b0c2db20e5270749582e03bcc2443ffb5";
- sha256 = "15m7zvdhg5z7d8alrw66p703wdp5r57lxrgq3zz7xc4hscwghlb1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/latex-extra";
- sha256 = "1w98ngxymafigjpfalybhs12jcf4916wk4nlxflfjcx8ryd9wjcj";
- name = "recipe";
- };
- packageRequires = [ auctex cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/latex-extra";
- license = lib.licenses.free;
- };
- }) {};
- latex-math-preview = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "latex-math-preview";
- ename = "latex-math-preview";
- version = "20190123.2";
- src = fetchFromGitLab {
- owner = "latex-math-preview";
- repo = "latex-math-preview";
- rev = "90fd86da2d9514882146a5db40cb916fc533cf55";
- sha256 = "063vnjhnxm2z9shkdv1j8kwyf37syczfkzxzh5z7w7aidvx55jzj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9e413b7684e9199510b00035825aa861d670e072/recipes/latex-math-preview";
- sha256 = "14bn0q5czrrkb1vjdkwx6f2x4zwjkxgrc0bcncv23l13qls1gkmr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/latex-math-preview";
- license = lib.licenses.free;
- };
- }) {};
- latex-pretty-symbols = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "latex-pretty-symbols";
- ename = "latex-pretty-symbols";
- version = "20151112.244";
- src = fetchhg {
- url = "https://bitbucket.com/mortiferus/latex-pretty-symbols.el";
- rev = "ef4ea64c09ea";
- sha256 = "0h9hncf2ghfkd3i3342ajj1niykhfr0aais3j6sjg1vkm16xbr3b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/latex-pretty-symbols";
- sha256 = "1f2s2f64bmsx89a3crm4skhdi4pq9w18z9skxw3i3ydaj15s8jgl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/latex-pretty-symbols";
- license = lib.licenses.free;
- };
- }) {};
- latex-preview-pane = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "latex-preview-pane";
- ename = "latex-preview-pane";
- version = "20181008.1122";
- src = fetchFromGitHub {
- owner = "jsinglet";
- repo = "latex-preview-pane";
- rev = "5297668a89996b50b2b62f99cba01cc544dbed2e";
- sha256 = "1m4f5p53275k8i9p0y105kkrp9nx1bwn6726my9s5dwnjhr5dnp2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb3227f2e35d701915a8d3479d20581dcbe3a778/recipes/latex-preview-pane";
- sha256 = "1id1l473azmc9hm5vq5wba8gad9np7sv38x94qd2zkf8b78pzkbw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/latex-preview-pane";
- license = lib.licenses.free;
- };
- }) {};
- latex-unicode-math-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "latex-unicode-math-mode";
- ename = "latex-unicode-math-mode";
- version = "20170123.1016";
- src = fetchFromGitHub {
- owner = "Christoph-D";
- repo = "latex-unicode-math-mode";
- rev = "e8931e68214ca94e6a04080ebc629693d5881884";
- sha256 = "049lpqnyjz0x2dp7rzk9gwbf5s28s33vxxk5lfhax6kaizlxkaq8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c021dfad8928c1a352e0ef5526eefa6c0a9cb37/recipes/latex-unicode-math-mode";
- sha256 = "1p9gpp28vylibv1s95bzfgscznw146ybgk6f3qdbbnafrcrmifcr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/latex-unicode-math-mode";
- license = lib.licenses.free;
- };
- }) {};
- latexdiff = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "latexdiff";
- ename = "latexdiff";
- version = "20180521.1532";
- src = fetchFromGitHub {
- owner = "galaunay";
- repo = "latexdiff.el";
- rev = "024ee7a4fd235695dacd9f53594fef3d79bee88b";
- sha256 = "17xpkbrwfck0m6zp5d1b9b4slkgyvm8d92nzilb4s1rf9nqf9mvw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d164cf118a2c928c04e4d5cbfd47ac732e626fe0/recipes/latexdiff";
- sha256 = "002frvk31q3plrqa6lldadchck51bch4n126y5l33fyfs0ipspfa";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/latexdiff";
- license = lib.licenses.free;
- };
- }) {};
- launch = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "launch";
- ename = "launch";
- version = "20130619.1504";
- src = fetchFromGitHub {
- owner = "sfllaw";
- repo = "emacs-launch";
- rev = "e7c3b573fc05fe4d3d322389079909311542e799";
- sha256 = "0ciycsqzyj6ld60c7sfqjq59ln3jvk3w9vy606kqzpcvj01ihmv1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e46ed1761fa2e69f0dc2f58e422ea1de8a8cb49/recipes/launch";
- sha256 = "043gwz583pa1wv84fl634p1v86lcsldsw7qkjbm6y678q5mms0m6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/launch";
- license = lib.licenses.free;
- };
- }) {};
- launch-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "launch-mode";
- ename = "launch-mode";
- version = "20170105.2112";
- src = fetchFromGitHub {
- owner = "iory";
- repo = "launch-mode";
- rev = "25ebd4ba77afcbe729901eb74923dbe9ae81c313";
- sha256 = "1pjb4gwzkk6djzyfqqxf6y5xvrsh4bi5ijg60zrdlnhivggnfbvn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/876755fff14914b10a26d15f0c7ff32be7c51aa3/recipes/launch-mode";
- sha256 = "1za0h16z84ls7da17qzqady0simzy5pk1mlw3mb0nhlg2cfmn060";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/launch-mode";
- license = lib.licenses.free;
- };
- }) {};
- launchctl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "launchctl";
- ename = "launchctl";
- version = "20150518.609";
- src = fetchFromGitHub {
- owner = "pekingduck";
- repo = "launchctl-el";
- rev = "79842d30134a2f8838ffb909e87f6200ea148428";
- sha256 = "18fmgvfhv3kz1bpf9icipsmq9ifahhplv9q1b3rw8bbjcl5jrnb5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66d0d8c6f7cb66e56328a9cfe9cdef6dffc3c1be/recipes/launchctl";
- sha256 = "07fq445cjpv4ndi7hnjmsrmskm2rlp6ghq0k3bcbjxl21smd9vs9";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/launchctl";
- license = lib.licenses.free;
- };
- }) {};
- lavender-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lavender-theme";
- ename = "lavender-theme";
- version = "20170808.613";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-lavender-theme";
- rev = "ef5e959b95d7fb8152137bc186c4c24e986c1e3c";
- sha256 = "0pbpns387fmalkakbdl2q7d2y720m7ai7mnydsinjwlkdrshvj4g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/641d1959bd31598fcdacd39a3d1bb077dcccfa5c/recipes/lavender-theme";
- sha256 = "1x7mk3dpk44fkzll6xmh2dw270cgb3a9qs3h8bmiq2dw0wrcwcd1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/lavender-theme";
- license = lib.licenses.free;
- };
- }) {};
- lcb-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lcb-mode";
- ename = "lcb-mode";
- version = "20160815.2240";
- src = fetchFromGitHub {
- owner = "peter-b";
- repo = "lcb-mode";
- rev = "e5b0b6ca6c5feeb2502d66a760ddf5bb590d04c4";
- sha256 = "0i58qz4l5rzwp9kx4r9f818ly21ys71zh1zjxppp220p3yydljfq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd1380a9ba363f62f297e3ab2995341258b51fd1/recipes/lcb-mode";
- sha256 = "184vd5ll0ms2lspzv8zz2zbairsr8i9p3gs28hrnnwm6mrpx4n18";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/lcb-mode";
- license = lib.licenses.free;
- };
- }) {};
- lcr = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lcr";
- ename = "lcr";
- version = "20180902.1219";
- src = fetchFromGitHub {
- owner = "jyp";
- repo = "lcr";
- rev = "c14f40692292d59156c7632dbdd2867c086aa75f";
- sha256 = "0mc55icihxqpf8b05990q1lc2nj2792wcgyr73xsiqx0963sjaj8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/29374d3da932675b7b3e28ab8906690dad9c9cbe/recipes/lcr";
- sha256 = "07syirjlrw8g95zk273953mnmg9x4bv8jpyvvzghhin4saiiiw3k";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/lcr";
- license = lib.licenses.free;
- };
- }) {};
- lean-mode = callPackage ({ dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "lean-mode";
- ename = "lean-mode";
- version = "20180906.945";
- src = fetchFromGitHub {
- owner = "leanprover";
- repo = "lean-mode";
- rev = "a9912c73387aa69183e12e4a5335128a7965c420";
- sha256 = "1w0cmircqnbi0qyi6sl3nnshjy2fdgaav88lj30g3qmnyiac1dnz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42f4d6438c8aeb94ebc1782f2f5e2abd17f0ffde/recipes/lean-mode";
- sha256 = "0rdraxsirkrzbinjwg4qam15iy3qiixqgwsckngzw8d9a4s9l6sj";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs f flycheck s ];
- meta = {
- homepage = "https://melpa.org/#/lean-mode";
- license = lib.licenses.free;
- };
- }) {};
- leanote = callPackage ({ async
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , pcache
- , request
- , s }:
- melpaBuild {
- pname = "leanote";
- ename = "leanote";
- version = "20161222.1739";
- src = fetchFromGitHub {
- owner = "aborn";
- repo = "leanote-emacs";
- rev = "d499e7b59bb1f1a2fabc0e4c26fb101ed62ebc7b";
- sha256 = "1lg4zml26q97bx9jrmjikhnm3d74b12q2li5h8gpxx9m35wc360c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b00b806ae4562ca5a74f41c12ef35bfa597bcfa8/recipes/leanote";
- sha256 = "1xnfv7bpkw3ir402962zbp856d56nas098nkf7bamnsnax6kkqw7";
- name = "recipe";
- };
- packageRequires = [ async cl-lib emacs let-alist pcache request s ];
- meta = {
- homepage = "https://melpa.org/#/leanote";
- license = lib.licenses.free;
- };
- }) {};
- ledger-import = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ledger-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ledger-import";
- ename = "ledger-import";
- version = "20190501.2156";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "ledger-import";
- rev = "6911708e373e2cbdb3868df7711ef07925ed36bf";
- sha256 = "15vz5fy5yr4m3b77nikqln3y5bihjdmrzgxbp56hz83dqkkcnc4l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a1e2a9546b8b40f5f880197cb8166a6a715451f/recipes/ledger-import";
- sha256 = "1lcibmjk2d49vsa89wri7bbf695mjq2ikddz3nlzb6ljywsnqzm4";
- name = "recipe";
- };
- packageRequires = [ emacs ledger-mode ];
- meta = {
- homepage = "https://melpa.org/#/ledger-import";
- license = lib.licenses.free;
- };
- }) {};
- ledger-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ledger-mode";
- ename = "ledger-mode";
- version = "20190605.1535";
- src = fetchFromGitHub {
- owner = "ledger";
- repo = "ledger-mode";
- rev = "3fe6662d562c70e8440ba108b18b95b0e84928be";
- sha256 = "0ah89dbssgp53y9sm9iwkwbdwh5kma3pazq2hz6f35hqmxfw3v3r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1549048b6f57fbe9d1f7fcda74b78a7294327b7b/recipes/ledger-mode";
- sha256 = "10asbcb5syv3b75bngsab3c84dp2xmc0q7s29im6kf4mzv5zcfcf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ledger-mode";
- license = lib.licenses.free;
- };
- }) {};
- leerzeichen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "leerzeichen";
- ename = "leerzeichen";
- version = "20170422.613";
- src = fetchFromGitHub {
- owner = "fgeller";
- repo = "leerzeichen.el";
- rev = "5acf9855ecb2b2cd5da4402bb48df149e7525cc5";
- sha256 = "1bx4pv51a9x8f51pjrms8jkfrpa3glwkh308svz05gnyi2g0r8hw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5de7033e75bc28de6e50b2146511cdaac4542ad6/recipes/leerzeichen";
- sha256 = "0h7zpskcgkswr110vckfdbxggz5b3g9grk1j1cbd98pmrpgfqrvp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/leerzeichen";
- license = lib.licenses.free;
- };
- }) {};
- leetcode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , graphql
- , lib
- , melpaBuild
- , request-deferred
- , spinner }:
- melpaBuild {
- pname = "leetcode";
- ename = "leetcode";
- version = "20190505.914";
- src = fetchFromGitHub {
- owner = "kaiwk";
- repo = "leetcode.el";
- rev = "7bfa00954a5fcaf05b753c656c0b4c35ed73daf2";
- sha256 = "1z7k2sbx8lpwj61wqlj0037h457fgfbg697zfyakvbkvlw4aqlr6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1f35b9b63f3f04dfca7c5fe62d3530b47006d8f/recipes/leetcode";
- sha256 = "094klmrh2adj9fcpykswdbbxm714cfws1lqgz64b7gdf82m5nm8x";
- name = "recipe";
- };
- packageRequires = [ dash emacs graphql request-deferred spinner ];
- meta = {
- homepage = "https://melpa.org/#/leetcode";
- license = lib.licenses.free;
- };
- }) {};
- legalese = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "legalese";
- ename = "legalese";
- version = "20150820.1024";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "legalese";
- rev = "ec23e69d18329456beed9546a1d6c72f96db91cf";
- sha256 = "05zpc8b2pyjz76fvmgr7zkl56g6nf6hi4nmxdg6gkw8fx6p8i19f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/legalese";
- sha256 = "18rkvfknaqwkmhsjpgrf2hknrb2zj61aw8rb4907gsbs9rciqpdd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/legalese";
- license = lib.licenses.free;
- };
- }) {};
- lemon-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lemon-mode";
- ename = "lemon-mode";
- version = "20130216.504";
- src = fetchFromGitHub {
- owner = "mooz";
- repo = "lemon-mode";
- rev = "155bfced6c9afc8072a0133d3d1baa54c6d67430";
- sha256 = "0n6jrm5ilm5wzfrh7yjxn3sr5m10hwdm55b179ild32lh4795zj7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6163d4cf36031349480039b82de8cdc75c2db169/recipes/lemon-mode";
- sha256 = "0jdf3556kmv55jh85ljqh2gdx0jl2b8zgvpz9a4kf53xifk3lqz5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lemon-mode";
- license = lib.licenses.free;
- };
- }) {};
- lenlen-theme = callPackage ({ color-theme-solarized
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lenlen-theme";
- ename = "lenlen-theme";
- version = "20170328.1945";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "lenlen-theme";
- rev = "3af764f0b381bdbf04b1a9064695abbe7916bbc3";
- sha256 = "1zlgb3s7gdh0ypsjw4ck7ai6hqf54cakd1walj8qqhia23g76mxq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/47d5b3c931cdbc2351e01d15e2b98c78081c9506/recipes/lenlen-theme";
- sha256 = "1bddkcl9kzj3v071qpzmxzjwywqfj5j6cldz240qgp5mx685r0a9";
- name = "recipe";
- };
- packageRequires = [ color-theme-solarized ];
- meta = {
- homepage = "https://melpa.org/#/lenlen-theme";
- license = lib.licenses.free;
- };
- }) {};
- lentic = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , m-buffer
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "lentic";
- ename = "lentic";
- version = "20190102.1324";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "lentic";
- rev = "90fb12acdfe9d6ace2c52c7557c91a66ce1448b5";
- sha256 = "09llb5cwmj5a934z2fn39yh7h5p26hcjpyjbxjn00x0hhqnw31v2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cbb6f9cc3c1040b80fbf3f2df2ac2c3c8d18b6b1/recipes/lentic";
- sha256 = "0y94y1qwj23kqp491b1fzqsrjak96k1dmmzmakbl7q8vc9bncl5m";
- name = "recipe";
- };
- packageRequires = [ dash emacs f m-buffer s ];
- meta = {
- homepage = "https://melpa.org/#/lentic";
- license = lib.licenses.free;
- };
- }) {};
- lentic-server = callPackage ({ fetchFromGitHub
- , fetchurl
- , lentic
- , lib
- , melpaBuild
- , web-server }:
- melpaBuild {
- pname = "lentic-server";
- ename = "lentic-server";
- version = "20160717.1352";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "lentic-server";
- rev = "8e809fafbb27a98f815b544d9d9ee15843eb6a36";
- sha256 = "1wc1c6hqhbb5x4fi7lp30bsrfww9g12c41lphswy92qzlij4zbww";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10b8cc0b4612d7d02be3a74c21b762cbf7613bd6/recipes/lentic-server";
- sha256 = "1y9idhf9qcsw3dbdj7rwa7bdrn1q0m3bg3r2jzwdnvkq8aas1w56";
- name = "recipe";
- };
- packageRequires = [ lentic web-server ];
- meta = {
- homepage = "https://melpa.org/#/lentic-server";
- license = lib.licenses.free;
- };
- }) {};
- less-css-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "less-css-mode";
- ename = "less-css-mode";
- version = "20160930.2153";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "less-css-mode";
- rev = "59bf174c4e9f053ec2a7ef8c8a8198490390f6fb";
- sha256 = "1rkjamdy2a80w439vb2hhr7vqjj47wi2azlr7yq2xdz9851xsx9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/less-css-mode";
- sha256 = "188iplnwwhawq3dby3388kimy0jh1k9r8v9nxz52hy9rhh9hykf8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/less-css-mode";
- license = lib.licenses.free;
- };
- }) {};
- letcheck = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "letcheck";
- ename = "letcheck";
- version = "20160202.1148";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "letcheck";
- rev = "edf188ca2f85349e971b83f164c6484264e79426";
- sha256 = "06hggcbz98qhfbvp0fxn89j98d0mmki4wc4k8kfzp5fhg071chbi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d6a0937f704e33bbb9ea8f101cd87c44e8050afb/recipes/letcheck";
- sha256 = "1sjwi1ldg6b1qvj9cvfwxq3qlkfas6pm8zasf43baljmnz38mxh2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/letcheck";
- license = lib.licenses.free;
- };
- }) {};
- letterbox-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "letterbox-mode";
- ename = "letterbox-mode";
- version = "20170701.1825";
- src = fetchFromGitHub {
- owner = "pacha64";
- repo = "letterbox-mode";
- rev = "88c67a51d67216d569a28e8423200883fde096dd";
- sha256 = "1xzzfr525pn2mj7x6xnvccxhls79bfpi5mqhl9ivisnlgj1bvdjw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1512e20962ea354e4311c0a2696a22576a099ba9/recipes/letterbox-mode";
- sha256 = "117dj5xzf6givwjyqsciz6axhlcj7xbx0zj91ximm81kb5fswgda";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/letterbox-mode";
- license = lib.licenses.free;
- };
- }) {};
- leuven-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "leuven-theme";
- ename = "leuven-theme";
- version = "20190308.734";
- src = fetchFromGitHub {
- owner = "fniessen";
- repo = "emacs-leuven-theme";
- rev = "916c0f3b562b5b0e4f4294b83decda941fb183b1";
- sha256 = "1garn9rkn1jmv1w329qdw0mbn11j467kfp64902ncajl3590x2ly";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b09451f4eb2be820e94d3fecbf4ec7cecd2cabdc/recipes/leuven-theme";
- sha256 = "0pm5majr9cmj6g4zr7vb55ypk9fmfbvxx78mgmgignknbasq9g9a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/leuven-theme";
- license = lib.licenses.free;
- };
- }) {};
- levenshtein = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "levenshtein";
- ename = "levenshtein";
- version = "20090830.340";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "levenshtein";
- rev = "070925197ebf6b704e6e00c4f2d2ec783f3df38c";
- sha256 = "1w6rhp723kn1ns7r0gcblp5q8bvncicnjjsgdangbib1a4l2xw79";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/levenshtein";
- sha256 = "1vdbgzs7gfy89a1dzf6z5l3f5jmly1i8lb2fqi2d08qyl5rhb8bl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/levenshtein";
- license = lib.licenses.free;
- };
- }) {};
- lexbind-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lexbind-mode";
- ename = "lexbind-mode";
- version = "20141027.729";
- src = fetchFromGitHub {
- owner = "spacebat";
- repo = "lexbind-mode";
- rev = "fa0a6848c1cfd3fbf45db43dc2deef16377d887d";
- sha256 = "167ayfl1k8dnajw173hh67nbwbk4frmjc4fzc515q67m9d7m5932";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3a493e642cc90bbe1c70a2d918793f0734464c9/recipes/lexbind-mode";
- sha256 = "1hs9wg45mwp3fwi827rc4g0gjx4fk87zlibq3id9fcqic8q7nrnl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lexbind-mode";
- license = lib.licenses.free;
- };
- }) {};
- lfe-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lfe-mode";
- ename = "lfe-mode";
- version = "20170121.454";
- src = fetchFromGitHub {
- owner = "rvirding";
- repo = "lfe";
- rev = "70579b69e44147f1b74f619dd9dbaed572d8f9d6";
- sha256 = "1p9a3d1jqm0kqn074f3fh1v4xp1f1jzwihv395bk6yxlhagk9anb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c44bdb00707c9ef90160e0a44f7148b480635132/recipes/lfe-mode";
- sha256 = "0smncyby53ipm8yqslz88sqjafk0x6r8d0qwk4wzk0pbgfyklhgs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lfe-mode";
- license = lib.licenses.free;
- };
- }) {};
- libelcouch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "libelcouch";
- ename = "libelcouch";
- version = "20180604.53";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "libelcouch";
- rev = "1396144ebbb9790d4c744db0d4aacc0211b8e8e6";
- sha256 = "1r0wrqiqar3jw5xbp1qv7kj7m1fdzciyy9690hwiq99dcm8nlri3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/209d5c507cfe42b152c21a4534c3ba549186420f/recipes/libelcouch";
- sha256 = "1zfjyfyjd59z0ns32v2b0r5g9ypjxrlmkx3djmxsmzd4an8ciq3p";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/libelcouch";
- license = lib.licenses.free;
- };
- }) {};
- libgit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "libgit";
- ename = "libgit";
- version = "20190419.523";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "libegit2";
- rev = "d506a754e26ca42c028bf33315a4e227bbcba148";
- sha256 = "0ajw02213a88gkcqafy8v8872q9b6g920dbjgfm4knndw4ywsrp6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/993a5abe3a9e8b160f0d68283eeca6af033abc79/recipes/libgit";
- sha256 = "05yys8cjli2zhmhdh9w5qz287ibzplqabx5vyyjv9rpk6wgzkzik";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/libgit";
- license = lib.licenses.free;
- };
- }) {};
- libmpdee = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "libmpdee";
- ename = "libmpdee";
- version = "20160117.1501";
- src = fetchFromGitHub {
- owner = "andyetitmoves";
- repo = "libmpdee";
- rev = "a6ca3b7d6687f3ba60996b9b5044ad1d3b228290";
- sha256 = "039awlam3nrgkxrarcapfyc2myvc77aw7whrkcsjjybzylpzv0pr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc91db6f80463a1baea9759f9863b551ae21e180/recipes/libmpdee";
- sha256 = "0z4d8y8jlsjw20b31akkaikh5xl0c05lj77d2i1xbgzam4iixma0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/libmpdee";
- license = lib.licenses.free;
- };
- }) {};
- libmpdel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "libmpdel";
- ename = "libmpdel";
- version = "20190426.2228";
- src = fetchFromGitHub {
- owner = "mpdel";
- repo = "libmpdel";
- rev = "38633ef7a1a40740d1a9528c4f0f0d40d489d9fe";
- sha256 = "1fk4irsx916q81qpy6d6iarg8q30r1xm9syz63i8pfdf08l6wphj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb25443752e18e47afc63d5497cc5052c388a607/recipes/libmpdel";
- sha256 = "0qi9g3czwzi9hhp7gjczpzjx9vgzz52xi91332l0sxcxmwbawjp1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/libmpdel";
- license = lib.licenses.free;
- };
- }) {};
- lice = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lice";
- ename = "lice";
- version = "20170220.143";
- src = fetchFromGitHub {
- owner = "buzztaiki";
- repo = "lice-el";
- rev = "4339929927c62bd636f89bb39ea999d18d269250";
- sha256 = "0879z761b7gajkhq176ps745xpdrivch349crransv8fnsc759yb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2508699ebfc846742940c5e4356b095b540e2405/recipes/lice";
- sha256 = "1hv2hz3153x0gk7f2js18dbx5pyprfdf2pfxb658fj16vxpp7y6x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lice";
- license = lib.licenses.free;
- };
- }) {};
- light-soap-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "light-soap-theme";
- ename = "light-soap-theme";
- version = "20150607.745";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "light-soap-theme";
- rev = "76a787bd40c6b567ae68ced7f5d9f9f10725e00d";
- sha256 = "04dik8z2mg6qr4d3fkd26kg29b4c5crvbnc1lfsrzyrik7ipvsi8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/053be1123bb934d80b4d6db0e7e39b59771be035/recipes/light-soap-theme";
- sha256 = "09p4w51d5szhi81a6a3l0r4zd4ixkrkzxldr938bcmj0qmj62iyk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/light-soap-theme";
- license = lib.licenses.free;
- };
- }) {};
- line-reminder = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "line-reminder";
- ename = "line-reminder";
- version = "20190516.2225";
- src = fetchFromGitHub {
- owner = "elpa-host";
- repo = "line-reminder";
- rev = "9ba13659dd831e7c62230baadb079ecc370a8aa9";
- sha256 = "0vibay4ia6jxjas7a2if20w72dpmb3k3pr4n6msxy3fzl8dz2qxx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec27ae185c0308c445e461dc84f398483ca08c5a/recipes/line-reminder";
- sha256 = "0cm9cv7ak1ibm68d2xrz26smh80g79dxjlwxj5qd9zc3yjyksdvi";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/line-reminder";
- license = lib.licenses.free;
- };
- }) {};
- line-up-words = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "line-up-words";
- ename = "line-up-words";
- version = "20180219.224";
- src = fetchFromGitHub {
- owner = "janestreet";
- repo = "line-up-words";
- rev = "2c236f5772e18d0e50d7ca2eee7eebbe356d9b60";
- sha256 = "0sazx4a6hn0z7318mdc80z87n5ix4hhyyh4p4f37pv5p9q6y8sd2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28ac7764a19fee2e1e2a89d95569815f1940c5e4/recipes/line-up-words";
- sha256 = "0agsrrkwwfmbiy4z3g4hkrpfr3nqgd5lwfn18qrdxynijd5rqs79";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/line-up-words";
- license = lib.licenses.free;
- };
- }) {};
- lines-at-once = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lines-at-once";
- ename = "lines-at-once";
- version = "20180421.1947";
- src = fetchFromGitHub {
- owner = "jiahaowork";
- repo = "lines-at-once.el";
- rev = "a018ba90549384d52ec58c2685fd14a0f65252be";
- sha256 = "0bwc4d2gnfhaqzn455nzrvd9lys7z7ay2v1hxgwp99ndqq93ws6i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/513d0f0c6976f685fc0df6b6bb0da3162f58f537/recipes/lines-at-once";
- sha256 = "1hiij6i47i9px82ll87dvx5pgp5jzz8qis7hdm8n6hd3c9rnabma";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/lines-at-once";
- license = lib.licenses.free;
- };
- }) {};
- lingr = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lingr";
- ename = "lingr";
- version = "20100807.1031";
- src = fetchFromGitHub {
- owner = "lugecy";
- repo = "lingr-el";
- rev = "4215a8704492d3c860097cbe2649936c22c196df";
- sha256 = "0rkx0hk3y79rwhjqs3wvgxhg1rj83mxbqkhhm3jfawp8c1av4f40";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf5d29710ab17b1a98f9b559344e4dd40a2b9c08/recipes/lingr";
- sha256 = "1445bxiirsxl9kgm0j86xc9d0pbaa5f07c1i66pw2vl40bvhrjff";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lingr";
- license = lib.licenses.free;
- };
- }) {};
- linguistic = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "linguistic";
- ename = "linguistic";
- version = "20181129.1316";
- src = fetchFromGitHub {
- owner = "andcarnivorous";
- repo = "linguistic";
- rev = "23e47e98cdb09ee61883669b6d8a11bf6449862c";
- sha256 = "1bz2w43v1w5xlkbmhmb423nisyhja6qkgwhl68r5vjxqj1gxn2xj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aedc03a846b873edf2426c422abb8c75732158f8/recipes/linguistic";
- sha256 = "0yhyrr7yknvky6fb6js0lfxbl13i6a218kya7cpj2dpzdckcbhca";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/linguistic";
- license = lib.licenses.free;
- };
- }) {};
- link = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "link";
- ename = "link";
- version = "20140717.2029";
- src = fetchFromGitHub {
- owner = "myrkr";
- repo = "dictionary-el";
- rev = "a5619fb275520d699eaae214e41ebcfde23c17f3";
- sha256 = "176w46j3m343vlkjn9jyaaz3ikzdzxffrvhalgc76ydw9wyivbf8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b08ed7b90e3283e177eff57cb02b12a093dc258/recipes/link";
- sha256 = "17jpsg3f2954b740vyj37ikygrg5gmp0bjhbid8bh8vbz7xx9zy8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/link";
- license = lib.licenses.free;
- };
- }) {};
- link-hint = callPackage ({ avy
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "link-hint";
- ename = "link-hint";
- version = "20190312.1604";
- src = fetchFromGitHub {
- owner = "noctuid";
- repo = "link-hint.el";
- rev = "d74a483652486260c052941fedeadddb1ea71f88";
- sha256 = "0dghxd165fbds6czy9bfwpid3i4irgp3q08n9mg57sfifi0cmij0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d24b48fe0bc127ae6ac4084be8059aacb8445afd/recipes/link-hint";
- sha256 = "12fb2zm9jnh92fc2nzmzmwjlhi64rhakwbh9lsydx9svsvkgcs89";
- name = "recipe";
- };
- packageRequires = [ avy cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/link-hint";
- license = lib.licenses.free;
- };
- }) {};
- linphone = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "linphone";
- ename = "linphone";
- version = "20130524.409";
- src = fetchFromGitHub {
- owner = "zabbal";
- repo = "emacs-linphone";
- rev = "99af3db941b7f4e5272bb48bff96c1ce4ceac302";
- sha256 = "01yv6239z90hvncwmm9g5nh4xvyxv2ig3h4hsmxdn4kacfxvc84n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c0ea68b186c813faceb6fc663633cb81df666f0e/recipes/linphone";
- sha256 = "0q7mw1npxq24szhwswc93qz5h6magcxw63ymba7hwhif6my65zx7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/linphone";
- license = lib.licenses.free;
- };
- }) {};
- linum-off = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "linum-off";
- ename = "linum-off";
- version = "20160217.1337";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "linum-off";
- rev = "3e37baaad27d27e405f8dfe01d4ab9cd5b591353";
- sha256 = "1hyy6d9ybdv9r6bibiylw66a8w4dmlvsj5gfkp37vsp5xj66f2iz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3774ed0cf6fb8c6d08553dc709c7e76a745b2e0/recipes/linum-off";
- sha256 = "1yilsdsyxlzmh64dpzirzga9c7lhp1phps9cdgp2898zpnzaclay";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/linum-off";
- license = lib.licenses.free;
- };
- }) {};
- linum-relative = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "linum-relative";
- ename = "linum-relative";
- version = "20180124.247";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "linum-relative";
- rev = "c74a6981b688a5e1e6b8e0809363963ff558ce4d";
- sha256 = "0svxi1l3s4rg1k1apfw25gzi127rsks56b5yfg79a48b5rf1xmkh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/97ae01be4892a7c35aa0f82213433a2944041d87/recipes/linum-relative";
- sha256 = "0s1lc3lppazv0481dxknm6qrxhvkv0r9hw8xmdrpjc282l91whkj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/linum-relative";
- license = lib.licenses.free;
- };
- }) {};
- liquid-types = callPackage ({ button-lock
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , flycheck-liquidhs
- , lib
- , melpaBuild
- , popup
- , pos-tip }:
- melpaBuild {
- pname = "liquid-types";
- ename = "liquid-types";
- version = "20151201.2335";
- src = fetchFromGitHub {
- owner = "ucsd-progsys";
- repo = "liquid-types.el";
- rev = "cc4bacbbf204ef9cf0756f78dfebee2c6ae14d7b";
- sha256 = "06rnma2xj2vnbvy1bnls59cagk6qsf862bj1zp6xbmpr1a5l9m4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d5921fde4068ff1bb288f6f9e2fe03f4a7fdbbda/recipes/liquid-types";
- sha256 = "1g7zyak69l4lcsq952j2jy692xxnill9nqb1xfa17yzp547cgvf2";
- name = "recipe";
- };
- packageRequires = [
- button-lock
- dash
- emacs
- flycheck
- flycheck-liquidhs
- popup
- pos-tip
- ];
- meta = {
- homepage = "https://melpa.org/#/liquid-types";
- license = lib.licenses.free;
- };
- }) {};
- liso-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "liso-theme";
- ename = "liso-theme";
- version = "20160410.1329";
- src = fetchFromGitHub {
- owner = "caisah";
- repo = "liso-theme";
- rev = "844688245eb860d23043455e165ee24503454c81";
- sha256 = "01ycjy3amzbplp3zf0x5fahsja92gyg2252xhzcyiazmhaz7gkrd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/27b849f3a41a5ae3d497cef02a95c92fd479b93b/recipes/liso-theme";
- sha256 = "014a71dnhnr0dr36sl2h8ffp6il9nasij31ahqz0bjgn4r16s5gy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/liso-theme";
- license = lib.licenses.free;
- };
- }) {};
- lisp-extra-font-lock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lisp-extra-font-lock";
- ename = "lisp-extra-font-lock";
- version = "20181008.1221";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "lisp-extra-font-lock";
- rev = "4605eccbe1a7fcbd3cacf5b71249435413b4db4f";
- sha256 = "152vcp3mdlv33jf5va4rinl1d0k960gnfhbrqqrafazgx9j3ya8w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/13e01d4faf9ecb4dde8b6eb4acdb0e48e3e5b6ea/recipes/lisp-extra-font-lock";
- sha256 = "1xchqwhav9x7b02787ghka567fihdc14aamx92jg549c6d14qpwk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lisp-extra-font-lock";
- license = lib.licenses.free;
- };
- }) {};
- lispxmp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lispxmp";
- ename = "lispxmp";
- version = "20170925.1723";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "lispxmp";
- rev = "7ad077b4ee91ce8a42f84eeddb9fc7ea4eac7814";
- sha256 = "1156jynii783v9sjj3a7s20ysa26mqaq22zk5nbia949hwbibx16";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad10a684b4b2f01bc65883374f36fef156ff55d2/recipes/lispxmp";
- sha256 = "1a641v5cx4wy2v8a2swxzn1y9cz4g2bp4mn9q290n3ifpn5356dl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lispxmp";
- license = lib.licenses.free;
- };
- }) {};
- lispy = callPackage ({ ace-window
- , emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , iedit
- , lib
- , melpaBuild
- , swiper
- , zoutline }:
- melpaBuild {
- pname = "lispy";
- ename = "lispy";
- version = "20190528.206";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "lispy";
- rev = "73fd06518e6a023c9d58562f3d8016f8862bb161";
- sha256 = "0maxwmp3kxx9wlc9h4c1gl862q1a5vi284xddb7kdl74mjk2kdmr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e23c062ff32d7aeae486c01e29c56a74727dcf1d/recipes/lispy";
- sha256 = "12qk2gpwzz7chfz7x3wds39r4iiipvcw2rjqncir46b6zzlb1q0g";
- name = "recipe";
- };
- packageRequires = [ ace-window emacs hydra iedit swiper zoutline ];
- meta = {
- homepage = "https://melpa.org/#/lispy";
- license = lib.licenses.free;
- };
- }) {};
- lispyscript-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lispyscript-mode";
- ename = "lispyscript-mode";
- version = "20170720.1217";
- src = fetchFromGitHub {
- owner = "krisajenkins";
- repo = "lispyscript-mode";
- rev = "def632e3335b0c481fbcf5a17f18b0a8c58dd12f";
- sha256 = "042nndsrv7kyq20v3lahrpr0x89xyayvhx59i0hx6pvkc9wgk5b6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf912fa20edc9cff12645381b303e37f2de14976/recipes/lispyscript-mode";
- sha256 = "02biai45l5xl2m9l1drphrlj6r01msmadhyg774ijdk1x4gm5nhr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lispyscript-mode";
- license = lib.licenses.free;
- };
- }) {};
- lispyville = callPackage ({ cl-lib ? null
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , lispy
- , melpaBuild }:
- melpaBuild {
- pname = "lispyville";
- ename = "lispyville";
- version = "20181217.647";
- src = fetchFromGitHub {
- owner = "noctuid";
- repo = "lispyville";
- rev = "d28b937f0cabd8ce61e2020fe9a733ca80d82c74";
- sha256 = "0f6srwj1qqkfkbmp5n5pjvi6gm7b7xav05p5hrs2i83rjrakzzqx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b5d96d3603dc328467fcce29d3ac1b0a02833d51/recipes/lispyville";
- sha256 = "1pj41pd51x399gmy0j3qn9hr3ayw31pcg0h9pzbviqpnwmv2in6b";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs evil lispy ];
- meta = {
- homepage = "https://melpa.org/#/lispyville";
- license = lib.licenses.free;
- };
- }) {};
- list-environment = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "list-environment";
- ename = "list-environment";
- version = "20151226.1856";
- src = fetchFromGitHub {
- owner = "dgtized";
- repo = "list-environment.el";
- rev = "b7ca30b05905047be2e55199a6475f8d98ce318b";
- sha256 = "1szbs16jlxfj71986dbg0d3j5raaxcwz0xq5ar352731r5mdcqw4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/696cd1647731eb1a22afb95f558c96a1b4aa5121/recipes/list-environment";
- sha256 = "1zdhrlp8vk8knjwh56pws6dyn003r6avjzvhghlkgnw9nfrdk57h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/list-environment";
- license = lib.licenses.free;
- };
- }) {};
- list-packages-ext = callPackage ({ fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , persistent-soft
- , s }:
- melpaBuild {
- pname = "list-packages-ext";
- ename = "list-packages-ext";
- version = "20151115.916";
- src = fetchFromGitHub {
- owner = "laynor";
- repo = "list-packages-ext";
- rev = "b4dd644e4369c9aa66f5bb8895ea49ebbfd0a27a";
- sha256 = "02l7q5376ydz6a8i9x74bsx5bbxz8xkasmv1lzvf79d3jbg28l1s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71c217d98c6967d979f57f89ca26200304b0fc37/recipes/list-packages-ext";
- sha256 = "15m4888fm5xv697y7jspghg1ra49fyrny4y2x7h8ivcbslvpglvk";
- name = "recipe";
- };
- packageRequires = [ ht persistent-soft s ];
- meta = {
- homepage = "https://melpa.org/#/list-packages-ext";
- license = lib.licenses.free;
- };
- }) {};
- list-unicode-display = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "list-unicode-display";
- ename = "list-unicode-display";
- version = "20181121.1516";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "list-unicode-display";
- rev = "62fbf84dbf0b9a4cbbbeede69d5392fe2774391b";
- sha256 = "0397inzyqssy8j1yz1j5mgjnwyx559f82hy4w8kz1hv3mhih8lp0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c8e2a974a56665b97d7622b0428994edadc88a0/recipes/list-unicode-display";
- sha256 = "01x9i5k5vhjscmkx0l6r27w1cdp9n6xk1pdjf98z3y88dnsmyfha";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/list-unicode-display";
- license = lib.licenses.free;
- };
- }) {};
- list-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "list-utils";
- ename = "list-utils";
- version = "20160414.702";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "list-utils";
- rev = "acf18aca1131a90f8d673974673e3c5d8fdc6a86";
- sha256 = "0ql159v7sxs33yh2l080kchrj52vk34knz50cvqi3ykpb7djg3sz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9fcd716cbb9f5a4de82a49e57bcb20c483d05f6/recipes/list-utils";
- sha256 = "0bknprr4jb1d20i9lj2aa17vpg1kqwdyzzwmy1kfydnkpf5scnr3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/list-utils";
- license = lib.licenses.free;
- };
- }) {};
- lit-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lit-mode";
- ename = "lit-mode";
- version = "20141123.936";
- src = fetchFromGitHub {
- owner = "HectorAE";
- repo = "lit-mode";
- rev = "bfecbe898223393f34340ca379977be753ee497a";
- sha256 = "1sjyb5v3s9z128ifjqx7a1dsgds2iz185y82581qxakl7ylmn15k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a6a1c79c9bba7b17c150ea0663bc61936f15d83/recipes/lit-mode";
- sha256 = "05rf7ki060nqnvircn0dkpdrg7xbh7phb8bqgsab89ycc7l9vv59";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lit-mode";
- license = lib.licenses.free;
- };
- }) {};
- litable = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "litable";
- ename = "litable";
- version = "20160922.859";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "litable";
- rev = "4a57d7aeddca76448e4df2a46b42d49253e5e625";
- sha256 = "1zryrc0d2avb27w6a6yzqcc73rsr2rp795vi10qhb04ixda4a8w4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/74f2190b653907985e49a96ded986ab11b4946d7/recipes/litable";
- sha256 = "073yw3ivkl093xxppn5vqyh69jhfc97al505mnyn34fwdj5v8fji";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/litable";
- license = lib.licenses.free;
- };
- }) {};
- litecoin-ticker = callPackage ({ fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "litecoin-ticker";
- ename = "litecoin-ticker";
- version = "20160611.1711";
- src = fetchFromGitHub {
- owner = "llcc";
- repo = "btcbox-ticker";
- rev = "3d8047c736e4ee0b8638953f8cc63eaefad34106";
- sha256 = "03iggfi3r5xjh9yhhpr1pgyayriycyybf8qnrhqkqcamh77kq21f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4976446a8ae40980d502186615902fc05c15ec7c/recipes/litecoin-ticker";
- sha256 = "14pjizgdckqhm31ihbz35j8g95jdpmf1rd4l5zz38fyx12zbcpx5";
- name = "recipe";
- };
- packageRequires = [ json ];
- meta = {
- homepage = "https://melpa.org/#/litecoin-ticker";
- license = lib.licenses.free;
- };
- }) {};
- literal-string = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "literal-string";
- ename = "literal-string";
- version = "20170301.730";
- src = fetchFromGitHub {
- owner = "joodie";
- repo = "literal-string-mode";
- rev = "2ca4fc08b8e19e6183b1f1db747bb0a4aa4f98eb";
- sha256 = "0wcz0lid05gnlmxpxm4ckw07cnxwjkyw6960nq7pylbjpg76g5ng";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6519bb53f409eeb0d557809b338849e473c193c4/recipes/literal-string";
- sha256 = "0ylv9dpw17w272f92vn5cldklyz1d8daihi1fsh5ylvxqpinyrkn";
- name = "recipe";
- };
- packageRequires = [ emacs markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/literal-string";
- license = lib.licenses.free;
- };
- }) {};
- literate-coffee-mode = callPackage ({ coffee-mode
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "literate-coffee-mode";
- ename = "literate-coffee-mode";
- version = "20170211.715";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-literate-coffee-mode";
- rev = "ef34c3a5b813ef078d44c29887761950ab6821c7";
- sha256 = "1bkpwl4fpyrxs941pp68pfk30ffi9v09h5dsamaqmlm43vchcspi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/literate-coffee-mode";
- sha256 = "18fdgay7xfgza75z3xma666f414m9dn7d50w94wzzmv7ja74sp64";
- name = "recipe";
- };
- packageRequires = [ coffee-mode ];
- meta = {
- homepage = "https://melpa.org/#/literate-coffee-mode";
- license = lib.licenses.free;
- };
- }) {};
- literate-elisp = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "literate-elisp";
- ename = "literate-elisp";
- version = "20190109.521";
- src = fetchFromGitHub {
- owner = "jingtaozf";
- repo = "literate-elisp";
- rev = "0724b62d98cb9d9c7f3d171c322a1059648746f5";
- sha256 = "0nnfp8rj4avn462w3fwln8c7sai3psz7kp97r3iyq4v9wavgdni2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd4c1c4da2a5571babda9a29a56b8972ad0687c0/recipes/literate-elisp";
- sha256 = "10vc3m54jp2wqjrmn9plq6lb5zfiy6jy0acpp09q3z325z0sql9j";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/literate-elisp";
- license = lib.licenses.free;
- };
- }) {};
- literate-starter-kit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "literate-starter-kit";
- ename = "literate-starter-kit";
- version = "20150730.1154";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "emacs24-starter-kit";
- rev = "6dce1d01781966c14558aa553cfc85008c06e115";
- sha256 = "1v37bii372w2g3pl09n5dcrk6y7glhpg8qiv17zsk9jy3ps2xm1b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/812860589cd92759fd2ae02d27f287de88f26863/recipes/literate-starter-kit";
- sha256 = "1n2njf007fmrmsb8zrgxbz1cpxmr5nsp8w41yxa934iqc7qygkjy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/literate-starter-kit";
- license = lib.licenses.free;
- };
- }) {};
- live-code-talks = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , narrowed-page-navigation }:
- melpaBuild {
- pname = "live-code-talks";
- ename = "live-code-talks";
- version = "20180907.947";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "live-code-talks";
- rev = "97f16a9ee4e6ff3e0f9291eaead772c66e3e12ae";
- sha256 = "1clcm1yps38wdyj415hh7bl20fcpfin92hh5njsldqbvgcpndaqi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/live-code-talks";
- sha256 = "1ji4lww71dqxnn5c9inix8xqcmgc76wbps0ylxhhgs44ki4hlyrm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs narrowed-page-navigation ];
- meta = {
- homepage = "https://melpa.org/#/live-code-talks";
- license = lib.licenses.free;
- };
- }) {};
- live-preview = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "live-preview";
- ename = "live-preview";
- version = "20190415.1514";
- src = fetchFromGitHub {
- owner = "lassik";
- repo = "emacs-live-preview";
- rev = "0229cc4b352204d9e24a0f5a062f0212b5344c58";
- sha256 = "13rhi83ahqklsr2jnmfdvs3rzrizgbw8hs2i6rf2wfq90srd1m39";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d4f928dd7c043fba36a48f0bb31693f0ec67d3ec/recipes/live-preview";
- sha256 = "17sayv5l3ihhs370c1qg6377rkph0ailkh1ara1xpj40ljjf158j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/live-preview";
- license = lib.licenses.free;
- };
- }) {};
- live-py-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "live-py-mode";
- ename = "live-py-mode";
- version = "20190601.1757";
- src = fetchFromGitHub {
- owner = "donkirkby";
- repo = "live-py-plugin";
- rev = "cc7ca67d2d87dc14edcb624a4872188b333ed84c";
- sha256 = "11mmq49l7a0538f5wxvx3phhq3glig4wz4ag3zicjc56sghsx8l8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c7615237e80b46b5c50cb51a3ed5b07d92566fb7/recipes/live-py-mode";
- sha256 = "0yn1a0gf9yn068xifpv8p77d917mnalc56pll800zlpsdk8ljicq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/live-py-mode";
- license = lib.licenses.free;
- };
- }) {};
- lively = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lively";
- ename = "lively";
- version = "20171005.54";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "lively";
- rev = "348675828c6a81bfa1ac311ca465aad813542c1b";
- sha256 = "1j8w63hhk1wcxcfqz0wimqijp7p1m8a2n947gwqv8nk1wm40aqg3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e4b01286dbc84f01b43955b693ca08e675ffa07/recipes/lively";
- sha256 = "1q8cbl3sr3dpvzk57985giy4xmz4lvg94jcw7shbhz1v9q05dr5g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lively";
- license = lib.licenses.free;
- };
- }) {};
- livereload = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , websocket }:
- melpaBuild {
- pname = "livereload";
- ename = "livereload";
- version = "20170628.2350";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "emacs-livereload";
- rev = "1e501d7e46dbd476c2c7cc9d20b5ac9d41fb1955";
- sha256 = "1z1v2panxrqpam5ysnilx83y6b4dwxmxqhmbgjwfyd1bdmr4iya4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/330731804c442226fa2faaa3da408e9253a1c051/recipes/livereload";
- sha256 = "1z0dbg82l6znz1b03v19a8fnq6b1smikpvaplpxlgny82xrs9als";
- name = "recipe";
- };
- packageRequires = [ emacs websocket ];
- meta = {
- homepage = "https://melpa.org/#/livereload";
- license = lib.licenses.free;
- };
- }) {};
- livescript-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "livescript-mode";
- ename = "livescript-mode";
- version = "20140612.2121";
- src = fetchFromGitHub {
- owner = "yhisamatsu";
- repo = "livescript-mode";
- rev = "90a918d9686e256e6d4d439cc20f24dad8d3b804";
- sha256 = "0kqjz0i0zapyhh8z57cvc8ifiizngix3ca01mjnvyq3zxg1bqrsg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1727cd154c841219b1dff1c8714cb09692e2730f/recipes/livescript-mode";
- sha256 = "1fdfhp39zr2mhy5rd6mwqv5fwd8xaypdqig7v3ksv77m5zq7cmmj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/livescript-mode";
- license = lib.licenses.free;
- };
- }) {};
- livid-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , skewer-mode }:
- melpaBuild {
- pname = "livid-mode";
- ename = "livid-mode";
- version = "20131116.544";
- src = fetchFromGitHub {
- owner = "pandeiro";
- repo = "livid-mode";
- rev = "dfe5212fa64738bc4138bfebf349fbc8bc237c26";
- sha256 = "178ldzpk8a9m9abn8xlplxn5jgcca71dpkp82bs5g7bsccp3rx6p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b14068485afbd888bf0d124aea089fe5fbd5038c/recipes/livid-mode";
- sha256 = "0jy16m6injqznx4gmxzvhys480pclw9g07z4qll2dna37177ww9d";
- name = "recipe";
- };
- packageRequires = [ s skewer-mode ];
- meta = {
- homepage = "https://melpa.org/#/livid-mode";
- license = lib.licenses.free;
- };
- }) {};
- lms = callPackage ({ emacs
- , fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lms";
- ename = "lms";
- version = "20181216.1446";
- src = fetchhg {
- url = "https://bitbucket.com/inigoserna/lms.el";
- rev = "38302acf2aa3";
- sha256 = "0da14qr7lgkfxksnhf37ss5w6wxkw9qv5hvxk7z76jyzwqdc6w4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b8be8497494b8543a8257c9ea92444baf7674951/recipes/lms";
- sha256 = "1ckrh6qbh5y2y3yzl2iyq8nqlpy4qp6vzc72ijcgayvcflb01vr1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/lms";
- license = lib.licenses.free;
- };
- }) {};
- load-bash-alias = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "load-bash-alias";
- ename = "load-bash-alias";
- version = "20181220.955";
- src = fetchFromGitHub {
- owner = "daviderestivo";
- repo = "load-bash-alias";
- rev = "50df445bace7896318f10c58d26b673635704215";
- sha256 = "0m84ylx4j4bp898xc43yrkrk3csr2ppv3c51nirx5gdc5hnhykxj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/063fa99446bb54fadbbad1af90427462afe8bd8d/recipes/load-bash-alias";
- sha256 = "1maq7wykhn3cvxl8fiws3d2d63zlkzgpd3d9jz3rhyi9rcjcjzak";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/load-bash-alias";
- license = lib.licenses.free;
- };
- }) {};
- load-env-vars = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "load-env-vars";
- ename = "load-env-vars";
- version = "20180511.1510";
- src = fetchFromGitHub {
- owner = "diasjorge";
- repo = "emacs-load-env-vars";
- rev = "5da97fabb4d36a00a29c40375fce9c16d8005ab3";
- sha256 = "16xvcb0pq0a6c331grcdak7h8xmns752cz1dbvssm44xfv2cqjqi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93835267005c49095a02fc1688b2b449f5acfb86/recipes/load-env-vars";
- sha256 = "0yc05qqhbva2zn2rrl4spp38jxblk4gh64q9fd7mgl7i50f2kk00";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/load-env-vars";
- license = lib.licenses.free;
- };
- }) {};
- load-relative = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "load-relative";
- ename = "load-relative";
- version = "20190601.521";
- src = fetchFromGitHub {
- owner = "rocky";
- repo = "emacs-load-relative";
- rev = "dbcd7cbcca6503ef93f4b8d19bf7a9efd7f6bf9b";
- sha256 = "010f2mhvlzkxarw298850khqc6srzb01l2vay0jsp46dh3jfmdhf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f052f201f7c308325c27cc2423e85cf6b9b67b4e/recipes/load-relative";
- sha256 = "0j8ybbjzhzgjx47pqqdbsqi8n6pzqcf6zqc38x7cf1kkklgc87ay";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/load-relative";
- license = lib.licenses.free;
- };
- }) {};
- load-theme-buffer-local = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "load-theme-buffer-local";
- ename = "load-theme-buffer-local";
- version = "20120702.1336";
- src = fetchFromGitHub {
- owner = "vic";
- repo = "color-theme-buffer-local";
- rev = "bc221a88aefec5bdc137b5d5e449e1f1e55ce901";
- sha256 = "0yhydmzllwygv6l9vyv23jr5rf2mx1fm7y1jv92dn43ys53bv3sb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/load-theme-buffer-local";
- sha256 = "13829yrh36qac7gpxanizlk4n7av99ngvv06y6mmi5rq06a4hjx4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/load-theme-buffer-local";
- license = lib.licenses.free;
- };
- }) {};
- loc-changes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "loc-changes";
- ename = "loc-changes";
- version = "20160801.1008";
- src = fetchFromGitHub {
- owner = "rocky";
- repo = "emacs-loc-changes";
- rev = "4d1dcdf7631c23b1259ad4f72bf9686cf95fb46c";
- sha256 = "0a81933l3rrsbi9vkvfb1g94vkhl5n3fkffpy4icis97q7qh08mc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a5ce68d573d19f26ecfd190f8e6cd1f384ca3e8a/recipes/loc-changes";
- sha256 = "1akgij61b2ixpkchrriabwvx68cg4v5r5w9ncjrjh91hskjprfxh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/loc-changes";
- license = lib.licenses.free;
- };
- }) {};
- loccur = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "loccur";
- ename = "loccur";
- version = "20181203.1238";
- src = fetchFromGitHub {
- owner = "fourier";
- repo = "loccur";
- rev = "194d70e6be82c4622b7460ca46ced38109ac0507";
- sha256 = "136ixa0w94imwacdjispcn81v5i7pb0qqzy6bzgjw2cr9z9539bx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72550b043794331e85bc4b124f6d8ab70d969eff/recipes/loccur";
- sha256 = "06pv2i05yzjzal4q21krbnp9rp4bsainxcwvpc98020vsmms0z8h";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/loccur";
- license = lib.licenses.free;
- };
- }) {};
- lockfile-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lockfile-mode";
- ename = "lockfile-mode";
- version = "20170624.2207";
- src = fetchFromGitHub {
- owner = "preetpalS";
- repo = "emacs-lockfile-mode";
- rev = "496b6035716df0582f879f9488f296947cabead2";
- sha256 = "0sm73w2in65kdb68m9w3jrr5pa392x75bv063r8cdhy868031l49";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/12a383eb6c29acb007dae9dc777ace3ba84edac9/recipes/lockfile-mode";
- sha256 = "13nr983xldja8m02a1rdnyqxc8g045hxjh6649wmqmqk4mk0m310";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lockfile-mode";
- license = lib.licenses.free;
- };
- }) {};
- lodgeit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lodgeit";
- ename = "lodgeit";
- version = "20150312.649";
- src = fetchFromGitHub {
- owner = "ionrock";
- repo = "lodgeit-el";
- rev = "ec9b8e5cbb17bcf8ac4bdddd1d361cb60e59384c";
- sha256 = "1cdnm270kzixa0kpis0xw2ybkw8lqh7kykc7blxkxjrr9yjvbawl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c82e72535aefade20e23e38931ca573e3459401e/recipes/lodgeit";
- sha256 = "1ax2w5yxscycjz90g4jdbhd64g9sipzxpfjs7gq3na77s5dcjzsq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lodgeit";
- license = lib.licenses.free;
- };
- }) {};
- log4e = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "log4e";
- ename = "log4e";
- version = "20170401.604";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "log4e";
- rev = "34309972ad02abcebbcff6b1682731978aef030c";
- sha256 = "12zk40gqrh86m50y777kprkwz75vbcm0q1a9narzcs2lnpwc8g4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90d0e451c5a8eb25db95990b058964a9acea4b89/recipes/log4e";
- sha256 = "1klj59dv8k4r0hily489dp12ra5hq1jnsdc0wcakh6zirmakhs34";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/log4e";
- license = lib.licenses.free;
- };
- }) {};
- log4j-mode = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "log4j-mode";
- ename = "log4j-mode";
- version = "20160108.1118";
- src = fetchgit {
- url = "https://git.code.sf.net/p/log4j-mode/code";
- rev = "a278948ea07ef8f4fdb6d389345a68b50de14fae";
- sha256 = "0fa2k0c0pp55crz358aw6b26q3mgw6lik498vy8p95vmcy6lb9v3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/log4j-mode";
- sha256 = "0311jb47fjji8dqy98anr487f7vnvi85p4mn5ymqvxs5c6972gms";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/log4j-mode";
- license = lib.licenses.free;
- };
- }) {};
- logalimacs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , popwin
- , stem }:
- melpaBuild {
- pname = "logalimacs";
- ename = "logalimacs";
- version = "20131021.1129";
- src = fetchFromGitHub {
- owner = "logaling";
- repo = "logalimacs";
- rev = "8286e39502250fc6c3c6656a7f46a8eee8e9a713";
- sha256 = "0lj3i9i3mg17xws13gzx8myc6d7djgsj47yx4kaq5hycgkni1p7q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef9833a5ca4d455f1d33b9367860e2051d60662f/recipes/logalimacs";
- sha256 = "0ai7a01bdi3a0amgi63pwgdp8wgcgx10an4nhc627wgb1cqxb7p6";
- name = "recipe";
- };
- packageRequires = [ popup popwin stem ];
- meta = {
- homepage = "https://melpa.org/#/logalimacs";
- license = lib.licenses.free;
- };
- }) {};
- logito = callPackage ({ eieio ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "logito";
- ename = "logito";
- version = "20120225.1255";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "logito";
- rev = "824acb89d2cc18cb47281a4fbddd81ad244a2052";
- sha256 = "0jpyd2f33pk984kg0q9hxdl4615jb7sxsggnb30mpz7a2ws479xr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/logito";
- sha256 = "0xi7zbxpialsn4pknj8aqmkbiwwsbapwynrrjb8avhli2hd4s3fl";
- name = "recipe";
- };
- packageRequires = [ eieio ];
- meta = {
- homepage = "https://melpa.org/#/logito";
- license = lib.licenses.free;
- };
- }) {};
- lognav-mode = callPackage ({ emacs
- , fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lognav-mode";
- ename = "lognav-mode";
- version = "20190217.832";
- src = fetchhg {
- url = "https://bitbucket.com/ellisvelo/lognav-mode";
- rev = "bec9f3eba66e";
- sha256 = "19axhlcny5i4hfrhxivalxrhpghy2czj92cflq0gb5b6ar6zgkyg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad86b93f4982a0c6291c771e12c8f42ace3b88f9/recipes/lognav-mode";
- sha256 = "1941scifg3nn7gmnki3sa9zvwsbb84w5lw2xjmdx0sh8rbxaw8gb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/lognav-mode";
- license = lib.licenses.free;
- };
- }) {};
- logpad = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "logpad";
- ename = "logpad";
- version = "20180607.1215";
- src = fetchhg {
- url = "https://bitbucket.com/tux_/logpad.el";
- rev = "506ace0e996f";
- sha256 = "0z9dq37hsrzjkd3pynqmm8gbiv1sbqnjxlqkyq6lpps5fd9n5vsz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5148207367bf236223e952a1e4fd600f90571b5e/recipes/logpad";
- sha256 = "1r688z3y98wnr15fg6zzcs4c4yw0l6ygah07gjhblj8b7q7i2qgg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/logpad";
- license = lib.licenses.free;
- };
- }) {};
- logstash-conf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "logstash-conf";
- ename = "logstash-conf";
- version = "20170524.1229";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "logstash-conf.el";
- rev = "4e127f9aec190786613445aa88efa307ff7c6748";
- sha256 = "119yb1wk1n5ycfzgpffcwy7yx8ar8k1gza0gvbq3r61ha5a9qijs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/logstash-conf";
- sha256 = "0djf2kl6jypxlfss4x8ij670v733vid1vbyg6yd96pc9781v3zrm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/logstash-conf";
- license = lib.licenses.free;
- };
- }) {};
- logview = callPackage ({ datetime
- , emacs
- , extmap
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "logview";
- ename = "logview";
- version = "20181027.1057";
- src = fetchFromGitHub {
- owner = "doublep";
- repo = "logview";
- rev = "bd662d467dbd7c93cfe1e3058e4f11c49314fd6a";
- sha256 = "03s4q5xdz84cjn4qkfhsc3l9y3v5avrl2i5dby4bgsg2zj7n7f73";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1df3c11ed7738f32e6ae457647e62847701c8b19/recipes/logview";
- sha256 = "0gks3j5avx8k3427a36lv7gr95id3cylaamgn5qwbg14s54y0vsh";
- name = "recipe";
- };
- packageRequires = [ datetime emacs extmap ];
- meta = {
- homepage = "https://melpa.org/#/logview";
- license = lib.licenses.free;
- };
- }) {};
- lolcat = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lolcat";
- ename = "lolcat";
- version = "20190527.445";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "lolcat.el";
- rev = "4855e587a3b9681c077dac4b9f166dd860f439a4";
- sha256 = "0nbrc3wjmmy70ggwmzagkh5j1my7x6y67fyqgddkdrbnw543gly0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/38e720f524b23b5742764186a695d143f983e179/recipes/lolcat";
- sha256 = "044y0s1wiwjwfw58nhx5zvrli527nim3d81dix2h60d8qwx0566a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/lolcat";
- license = lib.licenses.free;
- };
- }) {};
- lolcode-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lolcode-mode";
- ename = "lolcode-mode";
- version = "20111002.147";
- src = fetchFromGitHub {
- owner = "bodil";
- repo = "lolcode-mode";
- rev = "280a47e0bf02ee3abc7c5b6b14345056f41981f9";
- sha256 = "1j51h2j0n6mkglalrp1mirpc1v7mgrfxfd1k43rhzg800rb4ahhr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/572d31a0bd8627d8b5f6bab021c953a1fee31d2c/recipes/lolcode-mode";
- sha256 = "0dxdqr3z5bw0vcfxhhhc1499vrfk1xqwxshr0kvlhdalpf59rqiw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lolcode-mode";
- license = lib.licenses.free;
- };
- }) {};
- look-dired = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , look-mode
- , melpaBuild }:
- melpaBuild {
- pname = "look-dired";
- ename = "look-dired";
- version = "20160729.1623";
- src = fetchFromGitHub {
- owner = "vapniks";
- repo = "look-dired";
- rev = "9bfa4e5e6f3810705b6426c88493ea0bf6b15640";
- sha256 = "1yagp35ylznrh3a5ahpzrrxi6ma69ppwqsab3cwss54bi4f02ihn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef66b97b2e9034cb0c62dd1e37b2577ffef60834/recipes/look-dired";
- sha256 = "0dddx5nxr519wqdgrbglh0pqjl3alg4ddmank42g4llzycy61wsd";
- name = "recipe";
- };
- packageRequires = [ look-mode ];
- meta = {
- homepage = "https://melpa.org/#/look-dired";
- license = lib.licenses.free;
- };
- }) {};
- look-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "look-mode";
- ename = "look-mode";
- version = "20151211.1026";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "look-mode";
- rev = "d65f75e8ea24eff2ac31c53b4835b45127eedd56";
- sha256 = "1adzlviy928wsqx9fvxi71rwv89zyydqmf5g0wrlx66r0ksw3793";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/look-mode";
- sha256 = "0nhhz5s423g4kqqh0vy8k0696r0myhjfv84p2vciliky9gv1wkig";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/look-mode";
- license = lib.licenses.free;
- };
- }) {};
- loop = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "loop";
- ename = "loop";
- version = "20160813.707";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "loop.el";
- rev = "0ce77271d56b0fcdba4b3b38fed526081cd1f674";
- sha256 = "0l0k2plgmfnqcy1ilk20755n5xk480p15mzqc247ipr0ldr9ajxr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba481ca96469b3bd518e4fd8f24947338c8af014/recipes/loop";
- sha256 = "0pav16kinzljmzx84vfz63fvi39af4628vk1jw79jk0pyg9rjbar";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/loop";
- license = lib.licenses.free;
- };
- }) {};
- lorem-ipsum = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lorem-ipsum";
- ename = "lorem-ipsum";
- version = "20140911.1408";
- src = fetchFromGitHub {
- owner = "jschaf";
- repo = "emacs-lorem-ipsum";
- rev = "893a27505734a1497b79bc26e0736a78221b35d9";
- sha256 = "0grzl4kqpc1x6569yfh9xdzzbgmhcskxwk6f7scjpl32acr88cmx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c09f9b82430992d119d9148314c758f067832cd/recipes/lorem-ipsum";
- sha256 = "0p62yifbrknjn8z0613wy2aaknj44liyrgbknhpa0qn0d4fcrp4h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lorem-ipsum";
- license = lib.licenses.free;
- };
- }) {};
- love-minor-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , lua-mode
- , melpaBuild }:
- melpaBuild {
- pname = "love-minor-mode";
- ename = "love-minor-mode";
- version = "20170726.2236";
- src = fetchFromGitHub {
- owner = "ejmr";
- repo = "love-minor-mode";
- rev = "3ca8f3405338f2d6f4fbcdd5e89342a46378543a";
- sha256 = "1hwm7yxbwvb27pa35cgcxyjfjdjhk2a33i417q2akc7vppdbcmzh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0f224c4c7519b3668b1270c957227e486896b7b6/recipes/love-minor-mode";
- sha256 = "1skg039h2hn8dh47ww6n9l776s2yda8ariab4v9f56kb21bncr4m";
- name = "recipe";
- };
- packageRequires = [ lua-mode ];
- meta = {
- homepage = "https://melpa.org/#/love-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- lsp-elixir = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild }:
- melpaBuild {
- pname = "lsp-elixir";
- ename = "lsp-elixir";
- version = "20190105.1259";
- src = fetchFromGitHub {
- owner = "elixir-lsp";
- repo = "lsp-elixir.el";
- rev = "9fd091c092144a09c0df2d477257c1f4c37bb985";
- sha256 = "0m5hxlx0cnx4rdcz5chxqp074z9h1wj1nvg8dzmilsnmg3kmsshx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c875a05e68d09ecf37f7e13149f2624c70164ea3/recipes/lsp-elixir";
- sha256 = "0mimb67swcq2yis0s6w2bkk7sgqv7lyvz1hrh48h2q6qr3ywmq0n";
- name = "recipe";
- };
- packageRequires = [ emacs lsp-mode ];
- meta = {
- homepage = "https://melpa.org/#/lsp-elixir";
- license = lib.licenses.free;
- };
- }) {};
- lsp-haskell = callPackage ({ fetchFromGitHub
- , fetchurl
- , haskell-mode
- , lib
- , lsp-mode
- , melpaBuild }:
- melpaBuild {
- pname = "lsp-haskell";
- ename = "lsp-haskell";
- version = "20190602.125";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "lsp-haskell";
- rev = "8f2dbb6e827b1adce6360c56f795f29ecff1d7f6";
- sha256 = "00j6d5rpsi7h5jz54zpjmbpg38fda4xy67xc4x67r834493ldzlq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1a7b69312e688211089a23b75910c05efb507e35/recipes/lsp-haskell";
- sha256 = "0pdcxnfp8ng24bfk695wpx5wcdqnjrjsfpks0xicih3mcdm1x9l8";
- name = "recipe";
- };
- packageRequires = [ haskell-mode lsp-mode ];
- meta = {
- homepage = "https://melpa.org/#/lsp-haskell";
- license = lib.licenses.free;
- };
- }) {};
- lsp-intellij = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild }:
- melpaBuild {
- pname = "lsp-intellij";
- ename = "lsp-intellij";
- version = "20180831.1351";
- src = fetchFromGitHub {
- owner = "Ruin0x11";
- repo = "lsp-intellij";
- rev = "cf30f0ac63bd0140e758840b8ab070e8313697b2";
- sha256 = "0ghw2as9fbnfhrr1nbqk97jcl7yb451xpmfbksxh7mvjm3lhmyvz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9d72cbb85fe4e0c6bea9a704dc1545f88efa56d2/recipes/lsp-intellij";
- sha256 = "0l2ffxqsdzvddypdl3w9rd7qxy2kzw2iwfkr2w7czglyfbnyyg2b";
- name = "recipe";
- };
- packageRequires = [ emacs lsp-mode ];
- meta = {
- homepage = "https://melpa.org/#/lsp-intellij";
- license = lib.licenses.free;
- };
- }) {};
- lsp-java = callPackage ({ dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , lsp-mode
- , markdown-mode
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "lsp-java";
- ename = "lsp-java";
- version = "20190604.902";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "lsp-java";
- rev = "15024929dd2ea6aa6d302eaf5e5b31cb4b7b0458";
- sha256 = "0ps8hvjy7kv1bbnpbmymn4aid27965jjl5s324vi5qav08qidpq5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c03cb07862c5f35487fb4fb3cc44623774724717/recipes/lsp-java";
- sha256 = "0rrl9mh25w1avvyww840d3yh8nw0shirspxl2nxqwwdaymbkg2wr";
- name = "recipe";
- };
- packageRequires = [
- dash
- dash-functional
- emacs
- f
- ht
- lsp-mode
- markdown-mode
- request
- ];
- meta = {
- homepage = "https://melpa.org/#/lsp-java";
- license = lib.licenses.free;
- };
- }) {};
- lsp-javacomp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "lsp-javacomp";
- ename = "lsp-javacomp";
- version = "20190124.955";
- src = fetchFromGitHub {
- owner = "tigersoldier";
- repo = "lsp-javacomp";
- rev = "82aa4ad6ca03a74565c35e855b318b1887bcd89b";
- sha256 = "0r0ig73hsa0gyx8s6hr1mbdgf9m1n2zh2v7yhq3405l4if08s5m6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6b8a1c034554579a7e271409fa72020cfe441f68/recipes/lsp-javacomp";
- sha256 = "1gp8dlcpik2lmpicccq2kya498pmw9m8vz9m1fbd725p7wk58fhi";
- name = "recipe";
- };
- packageRequires = [ emacs lsp-mode s ];
- meta = {
- homepage = "https://melpa.org/#/lsp-javacomp";
- license = lib.licenses.free;
- };
- }) {};
- lsp-mode = callPackage ({ dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , markdown-mode
- , melpaBuild
- , spinner }:
- melpaBuild {
- pname = "lsp-mode";
- ename = "lsp-mode";
- version = "20190606.48";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "lsp-mode";
- rev = "25ef48875326c073e2d46d0a4b38617331fc3898";
- sha256 = "1rx10z3id8ln8jmq2akp0jwjbzijf94qkwwwz1ga7mp5p2cz5xar";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1a7b69312e688211089a23b75910c05efb507e35/recipes/lsp-mode";
- sha256 = "0cklwllqxzsvs4wvvvsc1pqpmp9w99m8wimpby6v6wlijfg6y1m9";
- name = "recipe";
- };
- packageRequires = [
- dash
- dash-functional
- emacs
- f
- ht
- markdown-mode
- spinner
- ];
- meta = {
- homepage = "https://melpa.org/#/lsp-mode";
- license = lib.licenses.free;
- };
- }) {};
- lsp-origami = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild
- , origami }:
- melpaBuild {
- pname = "lsp-origami";
- ename = "lsp-origami";
- version = "20190331.1023";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "lsp-origami";
- rev = "a7fb34006bb857577d0ded48a961a86a0d71b3b5";
- sha256 = "1pgzvqwfygh6rb0i2q743bd1hjsc0g2fmm3i6w0nswhxxav59ak3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68b7cf8ce2eb256db9affb2126e895aa5ad1db15/recipes/lsp-origami";
- sha256 = "0pzccbglwwv73x3iyfidiwhwfs1dd9krvyjyqkbl5w734z3aaqqk";
- name = "recipe";
- };
- packageRequires = [ lsp-mode origami ];
- meta = {
- homepage = "https://melpa.org/#/lsp-origami";
- license = lib.licenses.free;
- };
- }) {};
- lsp-p4 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild }:
- melpaBuild {
- pname = "lsp-p4";
- ename = "lsp-p4";
- version = "20190127.249";
- src = fetchFromGitHub {
- owner = "dmakarov";
- repo = "p4ls";
- rev = "084e33a5782f9153502d9b03e63d9cbbe81cdaeb";
- sha256 = "0id3rw2p35cs7ax85590qs16zybgrjcapsnly5ifzjk0a5k7548c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/53f0da8b3d2903adeffdbc3d8df7d630bfd9ff71/recipes/lsp-p4";
- sha256 = "0cd3n17lqwz08zfkm9g5cr1cj2asznlbhxrym2a7b7shdmn3yx5f";
- name = "recipe";
- };
- packageRequires = [ lsp-mode ];
- meta = {
- homepage = "https://melpa.org/#/lsp-p4";
- license = lib.licenses.free;
- };
- }) {};
- lsp-pyre = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild }:
- melpaBuild {
- pname = "lsp-pyre";
- ename = "lsp-pyre";
- version = "20190405.2035";
- src = fetchFromGitHub {
- owner = "jra3";
- repo = "lsp-pyre";
- rev = "e177b8f5efd1a955b5753aeb5d1894e6d21be35a";
- sha256 = "0g9vijpq7n38b7rvgbshh4s46m1387d7k2lcvy4md17sak5ivxrg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b243c6ab0a441531e02dc8fdd88c023ba505d25/recipes/lsp-pyre";
- sha256 = "1v8yx062cv5wmpg3lalah5cy8hvhslvyrd4f3185gmc0ynz71fpi";
- name = "recipe";
- };
- packageRequires = [ lsp-mode ];
- meta = {
- homepage = "https://melpa.org/#/lsp-pyre";
- license = lib.licenses.free;
- };
- }) {};
- lsp-python-ms = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , lsp-mode
- , melpaBuild
- , python ? null }:
- melpaBuild {
- pname = "lsp-python-ms";
- ename = "lsp-python-ms";
- version = "20190421.1632";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "lsp-python-ms";
- rev = "427891baef868c22ae1c5702c657c41d23655e91";
- sha256 = "1mx913q5mgrfifd6bskjg5a66mn9474fwbf73d95db1s3ydfpimy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd67aefa5a6df2d1388a7516e529e388615c8fe0/recipes/lsp-python-ms";
- sha256 = "1aifydzz7jv3bf9qfxj37isq40wirfgvd9h40cb5c9wq4v44j8ps";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs json lsp-mode python ];
- meta = {
- homepage = "https://melpa.org/#/lsp-python-ms";
- license = lib.licenses.free;
- };
- }) {};
- lsp-scala = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild
- , sbt-mode }:
- melpaBuild {
- pname = "lsp-scala";
- ename = "lsp-scala";
- version = "20190604.537";
- src = fetchFromGitHub {
- owner = "rossabaker";
- repo = "lsp-scala";
- rev = "6d15f76f8f5267cbed6d64d583a9fc551d889f64";
- sha256 = "115amdnvq0righ0ifqr64hxac05jhgpy31cx0bdmd2za9s5qpgg0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd494da0c0c2e2e58afc26d8e79aeeea41c6ee09/recipes/lsp-scala";
- sha256 = "1r8ha0q9gphcs6ihqswgvbhs9b6v6n1pvlqxwjnjwpdhsr5fsw1p";
- name = "recipe";
- };
- packageRequires = [ emacs lsp-mode sbt-mode ];
- meta = {
- homepage = "https://melpa.org/#/lsp-scala";
- license = lib.licenses.free;
- };
- }) {};
- lsp-sourcekit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild }:
- melpaBuild {
- pname = "lsp-sourcekit";
- ename = "lsp-sourcekit";
- version = "20181216.650";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "lsp-sourcekit";
- rev = "99cac71aba68b2ae85c9295d71dda8bc513a85e2";
- sha256 = "0z2yj04if4dhqq2c7am5kzdapaj4l3k0blmy1cp55pr0fkhn8mpj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1e15078916dc053ca2413a6afae51df22321e9e/recipes/lsp-sourcekit";
- sha256 = "1n3lkpyk2mb8a5qc2h00d6dgbp4ws8pwzqljplnnm35sqg6an76k";
- name = "recipe";
- };
- packageRequires = [ emacs lsp-mode ];
- meta = {
- homepage = "https://melpa.org/#/lsp-sourcekit";
- license = lib.licenses.free;
- };
- }) {};
- lsp-treemacs = callPackage ({ dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , lsp-mode
- , melpaBuild
- , treemacs }:
- melpaBuild {
- pname = "lsp-treemacs";
- ename = "lsp-treemacs";
- version = "20190529.1226";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "lsp-treemacs";
- rev = "1eb072aef80de74063e8da513e4a09abc304476c";
- sha256 = "0c6xik4ywybg6vkhbhhwkh332wml400w581cg432ba3vlrk9rlhs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9996b16461fe7c16b315ef30aa6b75c724f8fef/recipes/lsp-treemacs";
- sha256 = "1lgpph7mp4mhvg47fnl7janw2nh8wv1bwap69spgc3qprwbg2hd1";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs f ht lsp-mode treemacs ];
- meta = {
- homepage = "https://melpa.org/#/lsp-treemacs";
- license = lib.licenses.free;
- };
- }) {};
- lsp-ui = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "lsp-ui";
- ename = "lsp-ui";
- version = "20190523.821";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "lsp-ui";
- rev = "3ccc3e3386732c3ee22c151e6b5215a0e4c99173";
- sha256 = "1k51lwrd3qy1d0afszg1i041cm8a3pz4qqdj7561sncy8m0szrwk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7c78c9b07ede9949d14df74b188d4c1a3365196/recipes/lsp-ui";
- sha256 = "0fylav8b54g020z039zm1mx26d257715bfn9nnpw9i0b97539lqi";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs lsp-mode markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/lsp-ui";
- license = lib.licenses.free;
- };
- }) {};
- lua-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lua-mode";
- ename = "lua-mode";
- version = "20190113.250";
- src = fetchFromGitHub {
- owner = "immerrr";
- repo = "lua-mode";
- rev = "95c64bb5634035630e8c59d10d4a1d1003265743";
- sha256 = "0cawb544qylifkvqads307n0nfqg7lvyphqbpbzr2xvr5iyi4901";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/lua-mode";
- sha256 = "0gyi7w2h192h3pmrhq39lxwlwd9qyqs303lnp2655pikdzk9js94";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lua-mode";
- license = lib.licenses.free;
- };
- }) {};
- luarocks = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "luarocks";
- ename = "luarocks";
- version = "20170430.1605";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "luarocks.el";
- rev = "cee27ba0716edf338077387969883226dd2b7484";
- sha256 = "0rdsjmmi95agb859997qdhbk0dns2jyx2mlg8rync58wna70nmbn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d5abd2b52a071ab206d40057dc85c891183204ea/recipes/luarocks";
- sha256 = "05srrk9gmv1vhq7m5bjhh2hl2siis04j15b31x0sgknxh3ybr33x";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/luarocks";
- license = lib.licenses.free;
- };
- }) {};
- lush-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lush-theme";
- ename = "lush-theme";
- version = "20180816.1500";
- src = fetchFromGitHub {
- owner = "andre-richter";
- repo = "emacs-lush-theme";
- rev = "7cfc993709d712f75c51b505078608c9e1c11466";
- sha256 = "0v17srm3l8p556d4j5im2bn7brxv7v0g2crlm4gb8x1cwjrbajzf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b29b2f36852e711ce3520d71e83921a1dcb9ccf/recipes/lush-theme";
- sha256 = "03kqws8dzm0ay5k86f4v7g2g2ygwk4fzmz2vyzhzhbsj8hrniq9p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/lush-theme";
- license = lib.licenses.free;
- };
- }) {};
- lusty-explorer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lusty-explorer";
- ename = "lusty-explorer";
- version = "20180628.646";
- src = fetchFromGitHub {
- owner = "sjbach";
- repo = "lusty-emacs";
- rev = "fc4b2f0f8a07db107234490fdfbf72f8b76a6643";
- sha256 = "014fivh9shi7p3x31bl22x48agrgygp0pf2lgzzflrxcynmprbnp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/efedaa3b1de5f6406c7dcd842eee42eefaf8ab50/recipes/lusty-explorer";
- sha256 = "0xqanmmkyvzcg2g4zvascq5j004bqz7vmz1a19c25g9cs3rdh0ps";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lusty-explorer";
- license = lib.licenses.free;
- };
- }) {};
- lv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lv";
- ename = "lv";
- version = "20181110.940";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "hydra";
- rev = "5c5b9ca3262594c92f8f73c98db5ed0f1efd0319";
- sha256 = "0dvh4sg1s76jy41vsy6dh3a4b8vr5msldnyssmqzdqwrsw64hl6r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5114349617617673d5055fe28cb8f8c86cf41f83/recipes/lv";
- sha256 = "1lkm40rwpj9hmckng9bz5g4jbx9g9i3wlqgl6rq0m6i14syr69v4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lv";
- license = lib.licenses.free;
- };
- }) {};
- lxc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lxc";
- ename = "lxc";
- version = "20140410.1322";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-lxc";
- rev = "88bed56c954d1edd9ff5ce0ced2c02dcf9f71835";
- sha256 = "090gk0il4yyypzjbh2qrjdaldwf90fi30impmh4zcfl73bic5q9q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7c16c08c388e3280f617d0768bc1cd75c5897768/recipes/lxc";
- sha256 = "1rv1ybmbjx7n3cavx21nzmvckw63q3jmjsfdr2pcgavrr2ck6lka";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lxc";
- license = lib.licenses.free;
- };
- }) {};
- lxc-tramp = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lxc-tramp";
- ename = "lxc-tramp";
- version = "20180523.1324";
- src = fetchFromGitHub {
- owner = "montag451";
- repo = "lxc-tramp";
- rev = "1aab85fef50df2067902bff13e1bac5e6366908b";
- sha256 = "066qwyk38r42xriifg1ik2f0am0m57wlfrk5278sycr8vbag6fc9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2464020a5b3d89bddcd122cad81fed84ded9b117/recipes/lxc-tramp";
- sha256 = "0rksh7k30kh3i23c98qinffz2zj6h1bshaw994hwy8qwgm38vx61";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/lxc-tramp";
- license = lib.licenses.free;
- };
- }) {};
- lxd-tramp = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lxd-tramp";
- ename = "lxd-tramp";
- version = "20181022.1707";
- src = fetchFromGitHub {
- owner = "onixie";
- repo = "lxd-tramp";
- rev = "f335c76245f62b02cf67a9376eca6f3863c8a75a";
- sha256 = "0byhafxcc4qw08b16fd00nkyqz1jmq7js0l5q4lda4xdpfgl1a65";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7778f5961eaaa356e5e383ef2323c5713e5bf2/recipes/lxd-tramp";
- sha256 = "0i611z4pksrf4zf0h8wnradqbcad5f43dq8bg3dsik0jdcjlvg5p";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/lxd-tramp";
- license = lib.licenses.free;
- };
- }) {};
- lyrics = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "lyrics";
- ename = "lyrics";
- version = "20180812.1141";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "lyrics.el";
- rev = "d0b920be634a5be81ad49418cfaada0f0a57d6cd";
- sha256 = "0926avnlxi8qkr1faplk1aj4lji0ixa4lv81badi5zsmpyyrwmm7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b04c8f3dfa9fc07cc0ff3df5c4069f864b6db92e/recipes/lyrics";
- sha256 = "0kj8v8cg4yqnz0v1nhq41jxjgd4ivqd6lsr1v5cqhg4m0r7f2nzc";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/lyrics";
- license = lib.licenses.free;
- };
- }) {};
- m-buffer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "m-buffer";
- ename = "m-buffer";
- version = "20170407.1441";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "m-buffer-el";
- rev = "6eb1d2535a82707a83733173bc400a0d8e520c80";
- sha256 = "1sx76i59razwccvn6x7rx5a124bfyjw9fcbxf4gj7nsg33qiq809";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c34d02682e87c9978a3583bd903dcac5da5b41d5/recipes/m-buffer";
- sha256 = "17smq7wlidsls870hla5b94xq2pwk24b88jvrbbcqw6f5z3ypf94";
- name = "recipe";
- };
- packageRequires = [ seq ];
- meta = {
- homepage = "https://melpa.org/#/m-buffer";
- license = lib.licenses.free;
- };
- }) {};
- mac-pseudo-daemon = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mac-pseudo-daemon";
- ename = "mac-pseudo-daemon";
- version = "20170728.1240";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "mac-pseudo-daemon";
- rev = "d235680a72677f11925b912428ad1a57b664e3e8";
- sha256 = "0gqknrwhfzr7cf5pgs33a5xh79y0yzxghs6wsvavvqkmf4cvck40";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6104efc035bcf469d133ab9a2caf42c9d4482334/recipes/mac-pseudo-daemon";
- sha256 = "12fwrcnwzsfms42rzv4wif5yzx3gnsz8yzdcgkpl37kkx85iy8v0";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/mac-pseudo-daemon";
- license = lib.licenses.free;
- };
- }) {};
- maces-game = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "maces-game";
- ename = "maces-game";
- version = "20170903.851";
- src = fetchFromGitHub {
- owner = "pawelbx";
- repo = "maces-game";
- rev = "6a067422d305ac51612842930ed6686dc615ffec";
- sha256 = "07pl2y4qlpcn9ap2vp1gpvdqh4l05gb7pp11c1krlaxybhwdcqjb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c9f33b926ecec48a43ba4f0484c687a7349ce50/recipes/maces-game";
- sha256 = "0wz91dsa0w4xlkl5lbdr8k4pgkgalsqcy27sd0i8xswq3wwiy0ip";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/maces-game";
- license = lib.licenses.free;
- };
- }) {};
- macro-math = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "macro-math";
- ename = "macro-math";
- version = "20130328.904";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "macro-math.el";
- rev = "216e59371e9ee39c34117ba79b9acd78bb415750";
- sha256 = "119c77s3qp1vqc5m2yf7m4s81aphkhsvsnwqmpq6xl08r3592zxz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/macro-math";
- sha256 = "072ycszl4cjc9nvv4axsgyfzz9djpgh4y1xqfr1nxi41nsdfc9kn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/macro-math";
- license = lib.licenses.free;
- };
- }) {};
- macrostep = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "macrostep";
- ename = "macrostep";
- version = "20161120.1306";
- src = fetchFromGitHub {
- owner = "joddie";
- repo = "macrostep";
- rev = "424e3734a1ee526a1bd7b5c3cd1d3ef19d184267";
- sha256 = "1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/macrostep";
- sha256 = "1h1gag21x05a14j0wbg0lg502fq2hbqfhjlg05kysw9f870whfq2";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/macrostep";
- license = lib.licenses.free;
- };
- }) {};
- madhat2r-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "madhat2r-theme";
- ename = "madhat2r-theme";
- version = "20170202.1630";
- src = fetchFromGitHub {
- owner = "madhat2r";
- repo = "madhat2r-theme";
- rev = "6b387f09de055cfcc15d74981cd4f32f8f9a7323";
- sha256 = "1nnjdqqbarzv62ic3ddc2z9wmh93zjia4nvfjmji8213dngrrf88";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44a382a388821908306c0b8350fba91218515e1b/recipes/madhat2r-theme";
- sha256 = "0y588skd6c2ykyp54d38ibwrqglnaanr15d45d51cvcvp9k7x508";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/madhat2r-theme";
- license = lib.licenses.free;
- };
- }) {};
- mag-menu = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , splitter }:
- melpaBuild {
- pname = "mag-menu";
- ename = "mag-menu";
- version = "20150505.1150";
- src = fetchFromGitHub {
- owner = "chumpage";
- repo = "mag-menu";
- rev = "9b9277021cd09fb1dba64b1d2a00705d20914bd6";
- sha256 = "1flamyk7z3r723cczqra0f4yabc6kmgwjaw2bvs3kisppqmmz72g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/00043412ffa4e434de9679204b9b3d2602e76ae0/recipes/mag-menu";
- sha256 = "1r1yisjnqxl9llpf91rwqp4q47jc4qp32xnkl8wzsgr0r2qf5yk2";
- name = "recipe";
- };
- packageRequires = [ splitter ];
- meta = {
- homepage = "https://melpa.org/#/mag-menu";
- license = lib.licenses.free;
- };
- }) {};
- magic-filetype = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "magic-filetype";
- ename = "magic-filetype";
- version = "20180219.752";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "magic-filetype.el";
- rev = "019494add5ff02dd36cb3f500142fc51125522cc";
- sha256 = "1hw77d4wgqrms8rvkv3xd50v4y9qjvm7cpz5rkgmvizs34pjqy22";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/magic-filetype";
- sha256 = "0f0j8fgh2gpkarz9308pns0d89wc2dchyim6hbixkdpqzg9gskc3";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/magic-filetype";
- license = lib.licenses.free;
- };
- }) {};
- magic-latex-buffer = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "magic-latex-buffer";
- ename = "magic-latex-buffer";
- version = "20170530.1705";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "magic-latex-buffer";
- rev = "f1172ea243ff74b2013215b906eb8c0066497384";
- sha256 = "0rsq79sbf24cvdib283ddc2vg37sjyh3h0d1siki86psyg1mgaz1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/07e240ebe71d389d314c4a27bbcfe1f88b215c3b/recipes/magic-latex-buffer";
- sha256 = "0xm4vk4aggyfw96cgya5cp97jzx5ha0xwpf2yfh7c3m8d9cca4y8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/magic-latex-buffer";
- license = lib.licenses.free;
- };
- }) {};
- magik-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "magik-mode";
- ename = "magik-mode";
- version = "20190527.656";
- src = fetchFromGitHub {
- owner = "roadrunner1776";
- repo = "magik";
- rev = "cbe399fb9df03f93e9c426dcbd5de4f10c0694b4";
- sha256 = "1lv7v3ahqb9flb8kwn09z6gl6fjn4gikcn5bjkd94p15kbdl5lc0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/291cce8e8e3475348b446ba38833eb1e37d4db65/recipes/magik-mode";
- sha256 = "1d6n7mpwavrajcgai6j0y5khhgc4jaag1ig1xx8w04mr48xrjxqk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/magik-mode";
- license = lib.licenses.free;
- };
- }) {};
- magit = callPackage ({ async
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , git-commit
- , lib
- , melpaBuild
- , transient
- , with-editor }:
- melpaBuild {
- pname = "magit";
- ename = "magit";
- version = "20190605.717";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit";
- rev = "0fb3f3e74d331e29ce272586a61042744fabfe1f";
- sha256 = "1xgndzw46ya5kan08fasqf0zanc7dax5mm03946hc7pypibp5a8z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9f963950d69a944443d9b6a1658799f7860d0f93/recipes/magit";
- sha256 = "13fipghvlzbx2d4dwxmm1hhnnd28davdp8rjqhq8g4g0lcn3h8b1";
- name = "recipe";
- };
- packageRequires = [ async dash emacs git-commit transient with-editor ];
- meta = {
- homepage = "https://melpa.org/#/magit";
- license = lib.licenses.free;
- };
- }) {};
- magit-annex = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-annex";
- ename = "magit-annex";
- version = "20190420.1941";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit-annex";
- rev = "c8648ebe70898cd3d62599643ad191c3a9b9831a";
- sha256 = "1kjxsmkhvwjcqbbmw9128qhnrnvvl8q0nfys5n358ckzyxf6a5ph";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cec5af50ae7634cc566adfbfdf0f95c3e2951c0c/recipes/magit-annex";
- sha256 = "1ri58s1ly416ksmb7mql6vnmx7hq59lmhi7qijknjarw7qs3bqys";
- name = "recipe";
- };
- packageRequires = [ cl-lib magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-annex";
- license = lib.licenses.free;
- };
- }) {};
- magit-diff-flycheck = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , magit
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "magit-diff-flycheck";
- ename = "magit-diff-flycheck";
- version = "20190523.2251";
- src = fetchFromGitHub {
- owner = "ragone";
- repo = "magit-diff-flycheck";
- rev = "ad58efa312d708f25661dfcc2a7f83a833cca328";
- sha256 = "0h0bg8vm8rf4rppx2gpxjcklnjfnbxv0c5n8fia2a3f9qaz4m0as";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a5d28982425519157a6116c077fbc4be7cfa53be/recipes/magit-diff-flycheck";
- sha256 = "1gnjvhxy48ah84cglq6653wgb07g0gry0672334ad3cwc5b45kdk";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck magit seq ];
- meta = {
- homepage = "https://melpa.org/#/magit-diff-flycheck";
- license = lib.licenses.free;
- };
- }) {};
- magit-filenotify = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-filenotify";
- ename = "magit-filenotify";
- version = "20151116.1540";
- src = fetchFromGitHub {
- owner = "ruediger";
- repo = "magit-filenotify";
- rev = "c0865b3c41af20b6cd89de23d3b0beb54c8401a4";
- sha256 = "0nkxxhxkhy314jv1l3hza84vigl8q7fc8hjjvrx58gfgsfgifx6r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca5541d2ce3553e9ade2c1ec1c0d78103dfd0c4d/recipes/magit-filenotify";
- sha256 = "1ihk5yi6psqkccpi2bq2h70kn7k874zl7wcinjaq21lirk4z7bvn";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-filenotify";
- license = lib.licenses.free;
- };
- }) {};
- magit-find-file = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-find-file";
- ename = "magit-find-file";
- version = "20150702.130";
- src = fetchFromGitHub {
- owner = "bradwright";
- repo = "magit-find-file.el";
- rev = "035da838b1a19e7a5ee135b4ca8475f4e235b61e";
- sha256 = "1jlww053s580d7rlvmr1dl79wxasa0hhh2jnwb1ra353d6h3a73w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/magit-find-file";
- sha256 = "1y66nsq1hbv1sb4n71gdxv7p1rz37vd9lkf7zl7avy0dchs499ik";
- name = "recipe";
- };
- packageRequires = [ dash magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-find-file";
- license = lib.licenses.free;
- };
- }) {};
- magit-gerrit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-gerrit";
- ename = "magit-gerrit";
- version = "20160226.130";
- src = fetchFromGitHub {
- owner = "terranpro";
- repo = "magit-gerrit";
- rev = "ece6f369694aca17f3ac166ed2801b432acfe20d";
- sha256 = "0mms0gxv9a3ns8lk5k2wjibm3088y1cmpr3axjdh6ppv7r5wdvii";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f7cc000debed666ad6800e31c114eedb7384317c/recipes/magit-gerrit";
- sha256 = "1iwvg10ly6dlf8llz9f8d4qfdbvd3s28wf48qgn1wjlxpka6zrd4";
- name = "recipe";
- };
- packageRequires = [ magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-gerrit";
- license = lib.licenses.free;
- };
- }) {};
- magit-gh-pulls = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , gh
- , lib
- , magit
- , melpaBuild
- , pcache
- , s }:
- melpaBuild {
- pname = "magit-gh-pulls";
- ename = "magit-gh-pulls";
- version = "20180716.936";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "magit-gh-pulls";
- rev = "6949e973f3e951cb0bfe75d889e0fcccc33ba733";
- sha256 = "0djr5lkv2wjs2c4dvb41xjkpjk9w6q888r4dlgw9w35z7h30b5vi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b54fe4f51820c2f707e1f5d8a1128fff19a319c/recipes/magit-gh-pulls";
- sha256 = "0qn9vjxi33pya9s8v3g95scmhwrn2yf5pjm7d24frq766wigjv8d";
- name = "recipe";
- };
- packageRequires = [ emacs gh magit pcache s ];
- meta = {
- homepage = "https://melpa.org/#/magit-gh-pulls";
- license = lib.licenses.free;
- };
- }) {};
- magit-gitflow = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "magit-gitflow";
- ename = "magit-gitflow";
- version = "20170929.124";
- src = fetchFromGitHub {
- owner = "jtatarik";
- repo = "magit-gitflow";
- rev = "cc41b561ec6eea947fe9a176349fb4f771ed865b";
- sha256 = "0jz69wrrzvqadaphmjrr146nzvmphsbl7rmc3ccnpw1gw6gnz81f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dfaeb33dec2c75d21733b6e51d063664c6544e4d/recipes/magit-gitflow";
- sha256 = "0wsqq3xpqqfak4aqwsh5sxjb1m62z3z0ysgdmnrch3qsh480r8vf";
- name = "recipe";
- };
- packageRequires = [ magit magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/magit-gitflow";
- license = lib.licenses.free;
- };
- }) {};
- magit-imerge = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-imerge";
- ename = "magit-imerge";
- version = "20190218.2153";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit-imerge";
- rev = "54f2e25eb5f9e9763a60808ecfc1edef7f276ce0";
- sha256 = "0i16s3kc5k1sr2fgq72n0nmrwqphrg5zppmvri653120nga7b5lx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e78a5c27eedfc9b1d79e37e8d333c5d253f31a3c/recipes/magit-imerge";
- sha256 = "0rycmbsi2s7rjqfpcv794vhkybav7d8ikzdaxai36szxpg9pzhj4";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-imerge";
- license = lib.licenses.free;
- };
- }) {};
- magit-lfs = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-lfs";
- ename = "magit-lfs";
- version = "20190504.1209";
- src = fetchFromGitHub {
- owner = "Ailrun";
- repo = "magit-lfs";
- rev = "eb5042d1c484acaae5d0787b29da5e010473bc5a";
- sha256 = "1hpbnd0w05s0ihzpn37swhb1465h3lz3vnzzqy4w1gya5v94mcn7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/magit-lfs";
- sha256 = "1xc32f2k3dwpqncnrr3xyr2963ywa0006z3c01nypxgs1xkfsbdx";
- name = "recipe";
- };
- packageRequires = [ dash emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-lfs";
- license = lib.licenses.free;
- };
- }) {};
- magit-libgit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , libgit
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-libgit";
- ename = "magit-libgit";
- version = "20190419.845";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit";
- rev = "68840e6da97fd35ac41c6f007c1c22dde62a7a6a";
- sha256 = "17wx7bd6hvdi4pwpv9pzixffcyidyw3s0b9wpg3ipl3lkwyzngya";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0580362be495894c61b99b7efb4cfa435cc0dd72/recipes/magit-libgit";
- sha256 = "0fi3w2f79qn3hf5rw5jp8128xbk5r0xwwwb56zcjn2na02dynfb1";
- name = "recipe";
- };
- packageRequires = [ emacs libgit magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-libgit";
- license = lib.licenses.free;
- };
- }) {};
- magit-org-todos = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-org-todos";
- ename = "magit-org-todos";
- version = "20180709.1250";
- src = fetchFromGitHub {
- owner = "danielma";
- repo = "magit-org-todos.el";
- rev = "9ffa3efb098434d837cab4bacd1601fdfc6fe999";
- sha256 = "0kxz5q8q5np4zm1ls4hx1h53vlnhj0mnmbq12p5nzk5zcxycbcpz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84480cad490cab2f087a484ed7b9d3d3064bbd29/recipes/magit-org-todos";
- sha256 = "0yywgzm2jzvsccm9h0a0s1q8fag9dfajnznwk6iqz5pywq5mxijr";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-org-todos";
- license = lib.licenses.free;
- };
- }) {};
- magit-p4 = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , magit-popup
- , melpaBuild
- , p4 }:
- melpaBuild {
- pname = "magit-p4";
- ename = "magit-p4";
- version = "20170414.546";
- src = fetchFromGitHub {
- owner = "qoocku";
- repo = "magit-p4";
- rev = "ef23e89dc504970e78ac9b158731a3eda7d6d7ee";
- sha256 = "1gld0x4y4jshyfr0q8k5icjpgmfrbcfir13sysgzqjz9ssyn2bi5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/440d47ca465845eaa601ca8a6e4b15fc197e522b/recipes/magit-p4";
- sha256 = "19p7h3a21jjr2h52ika14lyczdv6z36gl7hk1v17bffffac8q069";
- name = "recipe";
- };
- packageRequires = [ cl-lib magit magit-popup p4 ];
- meta = {
- homepage = "https://melpa.org/#/magit-p4";
- license = lib.licenses.free;
- };
- }) {};
- magit-popup = callPackage ({ async
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "magit-popup";
- ename = "magit-popup";
- version = "20190223.1434";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit-popup";
- rev = "4250c3a606011e3ff2477e3b5bbde2b493f3c85c";
- sha256 = "073x1yf96b623yphylnf0ysannr91vawzgjdv1smkcrgd4451hr3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0263ca6aea7bf6eae26a637454affbda6bd106df/recipes/magit-popup";
- sha256 = "1pv5slspcfmi10bnnw6acpijn7vkn2h9iqww3w641v41d3p37jmv";
- name = "recipe";
- };
- packageRequires = [ async dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/magit-popup";
- license = lib.licenses.free;
- };
- }) {};
- magit-rbr = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-rbr";
- ename = "magit-rbr";
- version = "20181009.1316";
- src = fetchFromGitHub {
- owner = "fanatoly";
- repo = "magit-rbr";
- rev = "029203b3e48537205052a058e964f058cd802c3c";
- sha256 = "1z48m0al8bb4ppic483jvika9q47c67g7fazk25431sr5rv9h4d2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10427817a1fc2fa8aaf11897719cbb851d9e4b15/recipes/magit-rbr";
- sha256 = "086vb7xrgyrazc3a7bpyhy219szvrvl59l8wlqakimx0mav7qipr";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-rbr";
- license = lib.licenses.free;
- };
- }) {};
- magit-reviewboard = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "magit-reviewboard";
- ename = "magit-reviewboard";
- version = "20190211.1444";
- src = fetchFromGitHub {
- owner = "jtamagnan";
- repo = "magit-reviewboard";
- rev = "f3d5ed914243e3930f9c06f59021305e7e43e67d";
- sha256 = "0xlhy328h2wxklpy71dhy1fk7zv6hs2v4jrl1mm9x5mnrbrdfvxx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3715fa1df69350205e4269b7090c46b343d8bf0/recipes/magit-reviewboard";
- sha256 = "1sxqij3370vn6ap52lf4hdlcxfj9mj17sb5r4kk5msjbw3bzdmzr";
- name = "recipe";
- };
- packageRequires = [ emacs magit request s ];
- meta = {
- homepage = "https://melpa.org/#/magit-reviewboard";
- license = lib.licenses.free;
- };
- }) {};
- magit-stgit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "magit-stgit";
- ename = "magit-stgit";
- version = "20190313.455";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "magit-stgit";
- rev = "d1ba02851071326bc2d58dd8e95093c666e3ceb8";
- sha256 = "00xrqcv3h5qbvi4klv23fdf2kcgfrzb2r77qmjilv5wsy6dlw71h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72a38bbc5bba53dfb971f17213287caf0d190db0/recipes/magit-stgit";
- sha256 = "1spli6yq258zwx95y16s27hr7hlc2h0kc9mjnvjjl13y2l6shm0i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/magit-stgit";
- license = lib.licenses.free;
- };
- }) {};
- magit-svn = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-svn";
- ename = "magit-svn";
- version = "20190324.759";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "magit-svn";
- rev = "f7dad9b0f6b81b23550ea5cca0f3219f184b746c";
- sha256 = "1dpljj5l0jf28xsynj9wsgbn6wh6llx0wxvigrv37ccvrz4k2fgg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1ff188d509aec104e9d21a640cf5bc3addedf00/recipes/magit-svn";
- sha256 = "1dww5fc5phai3wk9lp85h6y08ai3vxgggsqj78a3mlcn2adwwc01";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-svn";
- license = lib.licenses.free;
- };
- }) {};
- magit-tbdiff = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-tbdiff";
- ename = "magit-tbdiff";
- version = "20190506.1936";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit-tbdiff";
- rev = "fcde2e718974acb2b8905b623e0eca74c58b6b0f";
- sha256 = "0ks2fyiwxg4zqhplbysb9wv82nrd72ihqi911hf7m48a72w7assx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad97eea866c8732e3adc17551d37a6d1ae511e6c/recipes/magit-tbdiff";
- sha256 = "1wydmw4f1072k8frk8mi8aaky7dndinq8n7kn10q583bjlxgw80r";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-tbdiff";
- license = lib.licenses.free;
- };
- }) {};
- magit-todos = callPackage ({ async
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , hl-todo
- , lib
- , magit
- , melpaBuild
- , pcre2el
- , s }:
- melpaBuild {
- pname = "magit-todos";
- ename = "magit-todos";
- version = "20190508.57";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "magit-todos";
- rev = "6d590872dab914908b539c54da2c68dc75491e93";
- sha256 = "01z90l079j6pxnxsr4kwf0wr7hw4ssnrngxndv7lg2ra8i5a1qpv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4544ab55d2c8b8c3b7eb739b9fb90ebb246d68b/recipes/magit-todos";
- sha256 = "0vqmbw0qj8a5wf4ig9hgc0v3l1agdkvgprzjv178hs00297br2s8";
- name = "recipe";
- };
- packageRequires = [ async dash emacs f hl-todo magit pcre2el s ];
- meta = {
- homepage = "https://melpa.org/#/magit-todos";
- license = lib.licenses.free;
- };
- }) {};
- magit-topgit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-topgit";
- ename = "magit-topgit";
- version = "20160313.1254";
- src = fetchFromGitHub {
- owner = "greenrd";
- repo = "magit-topgit";
- rev = "243fdfa7ce62dce4efd01b6b818a2791868db2f0";
- sha256 = "06fbjv3zd92lvg4xjsp9l4jkxx2glhng3ys3s9jmvy5y49pymwb2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/magit-topgit";
- sha256 = "1194hdcphir4cmvzg9cxrjiyg70hr9zmml2rljih94vl7zrw7335";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-topgit";
- license = lib.licenses.free;
- };
- }) {};
- magithub = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ghub-plus
- , git-commit
- , lib
- , magit
- , markdown-mode
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "magithub";
- ename = "magithub";
- version = "20190512.1616";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "magithub";
- rev = "9fb9c653d0dad3da7ccff3ae321fa6e54c08f41b";
- sha256 = "047dyiysdhf81qfcmmaxzixgxy35fjm9wyhwwv9630s5b83fh094";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e555b46f5de7591aa8e10a7cf67421e26a676db8/recipes/magithub";
- sha256 = "11par5rncsa866gazdw98d4902rvyjnnwbiwpndlyh06ak0lryab";
- name = "recipe";
- };
- packageRequires = [ emacs ghub-plus git-commit magit markdown-mode s ];
- meta = {
- homepage = "https://melpa.org/#/magithub";
- license = lib.licenses.free;
- };
- }) {};
- magma-mode = callPackage ({ cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "magma-mode";
- ename = "magma-mode";
- version = "20181205.908";
- src = fetchFromGitHub {
- owner = "ThibautVerron";
- repo = "magma-mode";
- rev = "bded7fd29722dcfd451422530877067915fd7c80";
- sha256 = "0x858v67kjpqbijlg2fbs4qj0g92b3d6f3rjphzcm8776shwp6ry";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/59764a0aab7c3f32b5a872a3d10a7e144f273a7e/recipes/magma-mode";
- sha256 = "1gq6yi51h1h7ivrm1xr6nfrpabx8ylbk0waaw04gnw3bb54dmmvc";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash f ];
- meta = {
- homepage = "https://melpa.org/#/magma-mode";
- license = lib.licenses.free;
- };
- }) {};
- magnatune = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "magnatune";
- ename = "magnatune";
- version = "20151030.1235";
- src = fetchFromGitHub {
- owner = "eikek";
- repo = "magnatune.el";
- rev = "605b01505ba30589c77ebb4c96834b5072ccbdd4";
- sha256 = "1hqz26zm4bdz5wavna4j9yia3ns4z19dnszl7k0lcpgbgmb0wh8y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6dfd5ae62718a32f8c5af4048af06cb53961d7df/recipes/magnatune";
- sha256 = "0fmxlrq5ls6fpbk5fv67aan8gg1c61i1chfw5lhf496pwqzq901d";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/magnatune";
- license = lib.licenses.free;
- };
- }) {};
- majapahit-theme = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "majapahit-theme";
- ename = "majapahit-theme";
- version = "20160817.1148";
- src = fetchFromGitLab {
- owner = "franksn";
- repo = "majapahit-theme";
- rev = "77c96df7619666b2102d90d452eeadf04adc89a6";
- sha256 = "0wnhfdk2zwxqfh8d74xmszqgibcgxiq825pq8381zg4nkz5cckfb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9b793878de4107bb646652d09d8799aef8b97e8/recipes/majapahit-theme";
- sha256 = "04k2smrya27rrjlzvnl3a6llg8vj8x4mm9qyk4kwrmckhd6jd68s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/majapahit-theme";
- license = lib.licenses.free;
- };
- }) {};
- major-mode-hydra = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pretty-hydra }:
- melpaBuild {
- pname = "major-mode-hydra";
- ename = "major-mode-hydra";
- version = "20190226.1946";
- src = fetchFromGitHub {
- owner = "jerrypnz";
- repo = "major-mode-hydra.el";
- rev = "2142be970874c679300e539a1d9d0f048eb72a7f";
- sha256 = "00hxv2nlzz4kgyzrldhqfnvnrhdcb82lm90xdbvn059f1v1zihn3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/865917fcc75c4118afc89b8bcc20ebdb6302f15d/recipes/major-mode-hydra";
- sha256 = "0654wnsw38sca97kvp8p3k1h6r91iqs873gcjaaxd7a96sisvafd";
- name = "recipe";
- };
- packageRequires = [ dash emacs pretty-hydra ];
- meta = {
- homepage = "https://melpa.org/#/major-mode-hydra";
- license = lib.licenses.free;
- };
- }) {};
- major-mode-icons = callPackage ({ all-the-icons
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , powerline }:
- melpaBuild {
- pname = "major-mode-icons";
- ename = "major-mode-icons";
- version = "20170228.2314";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "major-mode-icons";
- rev = "e6117a236b2ad52e948576550b183053321dfc91";
- sha256 = "0gpp9x23qz7ll8d7hlbvynv891hw907k38i7v0b08s8zh1ilvnwa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8f551bec8bdc5dee4b31edea0c2f92b3c77ec56/recipes/major-mode-icons";
- sha256 = "02p5h9q2j7z3wcmvkbqbbzzk3lyfdq43psppy9x9ypic9fij8j95";
- name = "recipe";
- };
- packageRequires = [ all-the-icons emacs powerline ];
- meta = {
- homepage = "https://melpa.org/#/major-mode-icons";
- license = lib.licenses.free;
- };
- }) {};
- make-color = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "make-color";
- ename = "make-color";
- version = "20140625.450";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "make-color.el";
- rev = "a1b34e95ccd3ebee4fba1489ab613d0b3078026d";
- sha256 = "1ky3scyjb69wi76xg6a8qx4ja6lr6mk530bv5gmhj7fxbq8b3x5c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb765469c65589ae9d7dbc420a8edcf44c3be5d1/recipes/make-color";
- sha256 = "0mrv8b67lpid5m8rfbhcik76bvnjlw4xmcrd2c2iinyl02y07r5k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/make-color";
- license = lib.licenses.free;
- };
- }) {};
- make-it-so = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , swiper }:
- melpaBuild {
- pname = "make-it-so";
- ename = "make-it-so";
- version = "20180128.1307";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "make-it-so";
- rev = "bc3b01d6b9ed6ff66ebbd524234f9d6df60dd4be";
- sha256 = "0833bzlscpnkvjnrg3g54yr246afbjwri8n5wxk8drnsq6acvd8z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aad592089ed2200e2f8c5191e8adeac1db4bce54/recipes/make-it-so";
- sha256 = "0a8abz54mb60mfr0bl9ry8yawq99vx9hjl4fm2sivns58qjgfy73";
- name = "recipe";
- };
- packageRequires = [ emacs swiper ];
- meta = {
- homepage = "https://melpa.org/#/make-it-so";
- license = lib.licenses.free;
- };
- }) {};
- makefile-executor = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "makefile-executor";
- ename = "makefile-executor";
- version = "20180720.132";
- src = fetchFromGitHub {
- owner = "thiderman";
- repo = "makefile-executor.el";
- rev = "9a7d78f814a4b372d8f8179819cb1b37b83b1973";
- sha256 = "1sw8zqxzrcxs4v211bmlxz5xfrpckrawnbhf1fiji0971cv3hx0r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/08f8b4d680e4907dbd8ea46a75d98aa0e93c2bb9/recipes/makefile-executor";
- sha256 = "0889rq2a7ks2ynyq91xsa2kpzgd72kzbjxx0b34w8faknpj3b6hi";
- name = "recipe";
- };
- packageRequires = [ dash emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/makefile-executor";
- license = lib.licenses.free;
- };
- }) {};
- makey = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "makey";
- ename = "makey";
- version = "20131231.630";
- src = fetchFromGitHub {
- owner = "mickeynp";
- repo = "makey";
- rev = "a61781e69d3b451551e269446e1c5f624ab81137";
- sha256 = "1rr7vpm3xxzcaam3m8xni3ajy8ycyljix07n2jzczayri9sd8csy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/688e32e98758aa6fd31218e98608bd54a76c3e83/recipes/makey";
- sha256 = "06xgrlkqvg288yd4lyhx4vi80jlfarhblxk5m5zzs5as7n08cvk4";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/makey";
- license = lib.licenses.free;
- };
- }) {};
- malinka = callPackage ({ cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , rtags
- , s }:
- melpaBuild {
- pname = "malinka";
- ename = "malinka";
- version = "20171202.221";
- src = fetchFromGitHub {
- owner = "LefterisJP";
- repo = "malinka";
- rev = "e3dc5b0703a5954057110b82cb397a990ace23e6";
- sha256 = "0ljv6p1ln4mji4xh2q8w9rah6das4wvvp0pmaj2a2156lx2q3q54";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/malinka";
- sha256 = "1zmnlgy9k1s1s2wgkhlwfsnknmhggy0rx3l495a5x1kqsx6i0c9y";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash f projectile rtags s ];
- meta = {
- homepage = "https://melpa.org/#/malinka";
- license = lib.licenses.free;
- };
- }) {};
- mallard-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mallard-mode";
- ename = "mallard-mode";
- version = "20131203.2025";
- src = fetchFromGitHub {
- owner = "jhradilek";
- repo = "emacs-mallard-mode";
- rev = "0a4cfede57bc31134495804ce513cc106de8de3c";
- sha256 = "1dxhn9m2d5zjcpsqn004z9g7sw5pzgh18aik53y6hqsnvc2ph8r8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19c5543664ca685a70e53baa1357842e83cbf8f7/recipes/mallard-mode";
- sha256 = "0y2ikjgy107kb85pz50vv7ywslqgbrrkcfsrd8gsk1jky4qn8izd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mallard-mode";
- license = lib.licenses.free;
- };
- }) {};
- mallard-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , mallard-mode
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "mallard-snippets";
- ename = "mallard-snippets";
- version = "20131023.1151";
- src = fetchFromGitHub {
- owner = "jhradilek";
- repo = "emacs-mallard-snippets";
- rev = "35b7d0558da14fcffd51863f623806216a0093ce";
- sha256 = "0b4g1h2kw00arpm816j7aa3cx10k9rwf5pxy57icjybj4b30irqa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57a31a6ac93a864cb5212c925fdfb0961d36b24a/recipes/mallard-snippets";
- sha256 = "0437qd7q9i32pmhxaz3vi2dnfpj4nddmzgnqpwsgl28slhjw2hv8";
- name = "recipe";
- };
- packageRequires = [ mallard-mode yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/mallard-snippets";
- license = lib.licenses.free;
- };
- }) {};
- malyon = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "malyon";
- ename = "malyon";
- version = "20161208.1325";
- src = fetchFromGitHub {
- owner = "speedenator";
- repo = "malyon";
- rev = "0d9882650720b4a791556f5e2d917388965d6fc0";
- sha256 = "0an1yvp0p624rxd8n5phiwvznw35ripqhlwzwyv2bw7lc1rscllr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/54b3785cfcdb3b54307f60ee634a101e8bcd9989/recipes/malyon";
- sha256 = "050kj4c1vp9f3fiskf8hld7w46092n4jipdga226x97igx575g3r";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/malyon";
- license = lib.licenses.free;
- };
- }) {};
- man-commands = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "man-commands";
- ename = "man-commands";
- version = "20151221.1421";
- src = fetchFromGitHub {
- owner = "nflath";
- repo = "man-commands";
- rev = "f4ba0c3790855d7544dff92d470d212f24de1d9d";
- sha256 = "1lfq4hsq2n33l58ja5kzy6bwk9jxbcdsg6y8gqlk71lcslzqldrk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cefd80c8f65e1577ba36ea665b36c3a3d4032b4b/recipes/man-commands";
- sha256 = "1yl7y0k24gydldfs406v1n523q46m9x6in6pgljgjnjravc67wnq";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/man-commands";
- license = lib.licenses.free;
- };
- }) {};
- manage-minor-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "manage-minor-mode";
- ename = "manage-minor-mode";
- version = "20140310.900";
- src = fetchFromGitHub {
- owner = "ShingoFukuyama";
- repo = "manage-minor-mode";
- rev = "a62d044455a022a12749a33e70dff7b2ec8e3561";
- sha256 = "0iq573daxcfpgw6mjhb7ayn95g5p8ayyqs9r1rljdzff35jyfkpw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/manage-minor-mode";
- sha256 = "0ljdca9b08dw0kx679jmq0wc484xcpbmzwx8zkncw642pnbj9q0j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/manage-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- mandm-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mandm-theme";
- ename = "mandm-theme";
- version = "20180915.1240";
- src = fetchFromGitHub {
- owner = "choppsv1";
- repo = "emacs-mandm-theme";
- rev = "b560aa0129c55a2f4fcc5e67a7d6c66ee4dc3124";
- sha256 = "17af3bs55c6bxf1izvfgg0kag5az64ncbabgbh6ry14nv3r9lwy6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/mandm-theme";
- sha256 = "0mvzn29ljd3az6axyqq88vkkf1vpcvslc1svlnbyrpdfinphd0mx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mandm-theme";
- license = lib.licenses.free;
- };
- }) {};
- mandoku = callPackage ({ fetchFromGitHub
- , fetchurl
- , git
- , github-clone
- , lib
- , magit
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "mandoku";
- ename = "mandoku";
- version = "20180403.406";
- src = fetchFromGitHub {
- owner = "mandoku";
- repo = "mandoku";
- rev = "e3b7678762e9824861b1ce775a94b05b096164f5";
- sha256 = "119q1f3xv024q9inw20c3xb194mgn11igs3x7pqdfapyinrzz6p0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1aac4ae2c908de2c44624fb22a3f5ccf0b7a4912/recipes/mandoku";
- sha256 = "1pg7ir3y6yk92kfs5agbxapcxf7gy60m353rjv8g3kfkx5zyh3mv";
- name = "recipe";
- };
- packageRequires = [ git github-clone magit org ];
- meta = {
- homepage = "https://melpa.org/#/mandoku";
- license = lib.licenses.free;
- };
- }) {};
- mandoku-tls = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , github-clone
- , helm
- , helm-charinfo
- , hydra
- , lib
- , mandoku
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "mandoku-tls";
- ename = "mandoku-tls";
- version = "20171117.1840";
- src = fetchFromGitHub {
- owner = "mandoku";
- repo = "mandoku-tls";
- rev = "ffeebf5bd451ac1806ddfe1744fbbd036a56f902";
- sha256 = "16399qifjj4hnfw4a62jwxfwnc7k8lmiy3bz8iwzlc91jjic7zdc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c97d3f653057eab35c612109792884334be556fe/recipes/mandoku-tls";
- sha256 = "0zny1l548rvjsbbzj47wysz6gk1sqxvpj215r3w84vw5dyrn78bz";
- name = "recipe";
- };
- packageRequires = [
- emacs
- github-clone
- helm
- helm-charinfo
- hydra
- mandoku
- org
- ];
- meta = {
- homepage = "https://melpa.org/#/mandoku-tls";
- license = lib.licenses.free;
- };
- }) {};
- map-progress = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "map-progress";
- ename = "map-progress";
- version = "20190127.1616";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "map-progress";
- rev = "1fb916159cd054c233ce3c80d9d01adfae640297";
- sha256 = "1hbk35l9aljp4jqg8cv67q6b2jbcx0g665j90fygxqibrf6r52a8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5ed3335eaf0be7368059bcdb52c46f5e47c0c1a5/recipes/map-progress";
- sha256 = "0zc5vii72gbfwbb35w8m30c8r9zck971hwgcn1a4wjczgn4vkln7";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/map-progress";
- license = lib.licenses.free;
- };
- }) {};
- map-regexp = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "map-regexp";
- ename = "map-regexp";
- version = "20190127.1618";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "map-regexp";
- rev = "ae2d1c22f786ad987aef3e319925e80160a887a0";
- sha256 = "1ybhizafdhzm7fg8s6gm13fbrz1vnrc7ifq8gvrrm89wl3qi5z7f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/927314443ecc00d94e7125de669e82832c5a125c/recipes/map-regexp";
- sha256 = "0yiif0033lhaqggywzfizfia3siggwcz7yv4z7przhnr04akdmbj";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/map-regexp";
- license = lib.licenses.free;
- };
- }) {};
- marcopolo = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , request
- , s }:
- melpaBuild {
- pname = "marcopolo";
- ename = "marcopolo";
- version = "20160421.304";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "marcopolo";
- rev = "85db828f2bb4346a811b3326349b1c6d0aae4601";
- sha256 = "1qf724y1zq3z6fzm23qhwjl2knhs49nbz0vizwf8g9s51bk6bny2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/936a1cff601594575c5b550c5eb16e7dafc8a5ab/recipes/marcopolo";
- sha256 = "1nbck1m7lhync7n474578d2g1zc72c841hi236xjbdd2lnxz3zz0";
- name = "recipe";
- };
- packageRequires = [ dash pkg-info request s ];
- meta = {
- homepage = "https://melpa.org/#/marcopolo";
- license = lib.licenses.free;
- };
- }) {};
- mark-multiple = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mark-multiple";
- ename = "mark-multiple";
- version = "20121118.754";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "mark-multiple.el";
- rev = "f6a53c7c5283d640ae718f4548b0fda78877a375";
- sha256 = "1x3anvy3hlmydxyfzr1rhaiy502yi1yz3v54sg8wc1w7jrvwaj29";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7efe1814aa552d44c3db2cd7304569f2aae66287/recipes/mark-multiple";
- sha256 = "179wd9g0smm76k92n7j2vgg8gz5wn9lczrns5ggq2yhbc77j0gn4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mark-multiple";
- license = lib.licenses.free;
- };
- }) {};
- mark-tools = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mark-tools";
- ename = "mark-tools";
- version = "20130614.325";
- src = fetchFromGitHub {
- owner = "stsquad";
- repo = "emacs-mark-tools";
- rev = "a11b61effa90bd0abc876d12573674d36fc17f0c";
- sha256 = "0k4zvbs09mkr8vdffv18s55rn9cyxldzav9vw04lm7v296k94ivz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9ca36020392807aca9658d13481868d8b6c23d51/recipes/mark-tools";
- sha256 = "1688y7lnzhwdva2ildjabzi10i87klfsgvs947i7gfgxl7jwhisq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mark-tools";
- license = lib.licenses.free;
- };
- }) {};
- markdown-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "markdown-mode";
- ename = "markdown-mode";
- version = "20190304.1919";
- src = fetchFromGitHub {
- owner = "jrblevin";
- repo = "markdown-mode";
- rev = "115f77df9755c6a453f3e5d9623ff885d207ea82";
- sha256 = "0a26gz2m5v0jkawlqb723yiqsns4sg7inalr8fk1x08khnckkzyz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/74610ec93d4478e835f8b3b446279efc0c71d644/recipes/markdown-mode";
- sha256 = "0gfb3hp87kpcrvxax3m5hsaclwwk1qmxc73cg26smzd1kjfwgz14";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/markdown-mode";
- license = lib.licenses.free;
- };
- }) {};
- markdown-mode-plus = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "markdown-mode-plus";
- ename = "markdown-mode+";
- version = "20170320.1404";
- src = fetchFromGitHub {
- owner = "milkypostman";
- repo = "markdown-mode-plus";
- rev = "411d079f4430a33c34ec0bbcb1535fe1145a2509";
- sha256 = "0427cxvykmz8kz1gnn27yc9c4z8djyy6m9qz6wbd4np1cgqlmly2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/markdown-mode+";
- sha256 = "1535kcj9nmcgmk2448jxc0jmnqy7f50cw2ngffjq5w8bfhgf7q00";
- name = "recipe";
- };
- packageRequires = [ markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/markdown-mode+";
- license = lib.licenses.free;
- };
- }) {};
- markdown-preview-eww = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "markdown-preview-eww";
- ename = "markdown-preview-eww";
- version = "20160111.702";
- src = fetchFromGitHub {
- owner = "niku";
- repo = "markdown-preview-eww";
- rev = "5853f836425c877c8a956501f0adda137ef1d3b7";
- sha256 = "1i5gr3j9dq41p2zl4bfyvzv6i5z7hgrxzrycmbdc3s7nja36k9z4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d9b3ad97a193c41068ca184b4835fa7a7a0ebc9c/recipes/markdown-preview-eww";
- sha256 = "0j6924f84is41dspib68y5lnz1f8nm7pqyhv47alxra50cjrpxnx";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/markdown-preview-eww";
- license = lib.licenses.free;
- };
- }) {};
- markdown-preview-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild
- , web-server
- , websocket }:
- melpaBuild {
- pname = "markdown-preview-mode";
- ename = "markdown-preview-mode";
- version = "20181213.539";
- src = fetchFromGitHub {
- owner = "ancane";
- repo = "markdown-preview-mode";
- rev = "f98d9114ca87e3e8e5ce70e601d13061eda15415";
- sha256 = "1d1id99gagymvzdfa1mwqh8y3szm8ii47rpijkfi1qnifjg5jaq9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d3c5d222cf0d7eca6a4e3eb914907f8ca58e40f0/recipes/markdown-preview-mode";
- sha256 = "1cam5wfxca91q3i1kl0qbdvnfy62hr5ksargi4430kgaz34bcbyn";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs markdown-mode web-server websocket ];
- meta = {
- homepage = "https://melpa.org/#/markdown-preview-mode";
- license = lib.licenses.free;
- };
- }) {};
- markdown-toc = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "markdown-toc";
- ename = "markdown-toc";
- version = "20170711.1249";
- src = fetchFromGitHub {
- owner = "ardumont";
- repo = "markdown-toc";
- rev = "7038f4f6d5c2bc7e4aea89699a607ac2b7dd16a8";
- sha256 = "1kvf30ib1kxp29k1xwixkq6l4jjr3q3g1wpvh9yfzk5ld97zmry1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4db1e90be8e34d5ad0c898be10dfa5cd95ccb921/recipes/markdown-toc";
- sha256 = "0slky735yzmbfi4ld264vw64b4a4nllhywp19ya0sljbsfycbihv";
- name = "recipe";
- };
- packageRequires = [ dash markdown-mode s ];
- meta = {
- homepage = "https://melpa.org/#/markdown-toc";
- license = lib.licenses.free;
- };
- }) {};
- markdownfmt = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "markdownfmt";
- ename = "markdownfmt";
- version = "20160609.541";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "emacs-markdownfmt";
- rev = "af83cd00fafcaa837ffdb50d1fa2b0ac952f16c0";
- sha256 = "1alkjvs21wlai742qgcm0bgf3z3c0f10xgalz48gi4vmwn6in7r7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/16cee5fe003e3afc7daf6858ed83843b52e44901/recipes/markdownfmt";
- sha256 = "1wzsw90z988bm94cw4jw5gzjcicgiz4qgn1nsdm8nim9rp43bj17";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/markdownfmt";
- license = lib.licenses.free;
- };
- }) {};
- markless = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "markless";
- ename = "markless";
- version = "20190306.202";
- src = fetchFromGitHub {
- owner = "shirakumo";
- repo = "markless.el";
- rev = "78632f86e3b5a1e3d74b2ab86f4c95b10e5eae94";
- sha256 = "1hmf5qlxpli61a9pwg09hbsdn1lg4l8czvrvw09js3vrbv7xh3ds";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5542e142d47f6f52839a44b8ee16327f88869f50/recipes/markless";
- sha256 = "1a5kp46xj4b5kgcypacxcwhjjwi4m7f6shdda8l8my3s3x8ji5bj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/markless";
- license = lib.licenses.free;
- };
- }) {};
- markup = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "markup";
- ename = "markup";
- version = "20170420.429";
- src = fetchFromGitHub {
- owner = "leoc";
- repo = "markup.el";
- rev = "876da2d3f23473475bb0fd0a1480ae11d2671291";
- sha256 = "0rggadka5aqgrik3qky6s75s5yb5bfj6fcpxjz1iyrwi0fka0akd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a75c955ad6b2f68b8933329e545625d948f6f8f4/recipes/markup";
- sha256 = "0yw4b42nc2n7nanqvj596hwjf0p4qc7x6g2d9g5cwi7975iak8pf";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/markup";
- license = lib.licenses.free;
- };
- }) {};
- markup-faces = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "markup-faces";
- ename = "markup-faces";
- version = "20141110.17";
- src = fetchFromGitHub {
- owner = "sensorflo";
- repo = "markup-faces";
- rev = "98a807ed82473eb41c6a201ed7ef816d6bcd67b0";
- sha256 = "1w6i1m7xdr9cijnmdj35cl99r12vl83qws0qlfhrgvisilshnr27";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/markup-faces";
- sha256 = "06fawlv4ih2lsmk7x6h9p5rppl8vw2w3nvlss95kb8fj5fwf7mw9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/markup-faces";
- license = lib.licenses.free;
- };
- }) {};
- marmalade-client = callPackage ({ fetchFromGitHub
- , fetchurl
- , gh
- , kv
- , lib
- , melpaBuild
- , web }:
- melpaBuild {
- pname = "marmalade-client";
- ename = "marmalade-client";
- version = "20141231.1207";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-marmalade-upload";
- rev = "f315dea57e4fbebd9ee0668c0bafd4c45c7b754a";
- sha256 = "017k109nfif5mzkj547py8pdnzlr4sxb74yqqsl944znflq67blr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/834d6d8444169e1e9b66c963a4c2e03ff658e154/recipes/marmalade-client";
- sha256 = "0llwqwwxrf7qdkpdb03ij0iinll0vc9qr557zyr3bn5zb4fad1sq";
- name = "recipe";
- };
- packageRequires = [ gh kv web ];
- meta = {
- homepage = "https://melpa.org/#/marmalade-client";
- license = lib.licenses.free;
- };
- }) {};
- marshal = callPackage ({ eieio ? null
- , fetchFromGitHub
- , fetchurl
- , ht
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "marshal";
- ename = "marshal";
- version = "20180124.439";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "marshal.el";
- rev = "f038689cbd5b3680b80b44edd0c7a63ca3038e26";
- sha256 = "1n79im1r7h1ilvppn9alqwl96zhyxbm5hk7kbmqh022dggw0cx15";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/203f2061c5c7d4aefab3175de5e0538f12158ee3/recipes/marshal";
- sha256 = "17ikd8f1k42f28d4v5dn83zb44bsx7g336db60q068w6z8d4jbgl";
- name = "recipe";
- };
- packageRequires = [ eieio ht json ];
- meta = {
- homepage = "https://melpa.org/#/marshal";
- license = lib.licenses.free;
- };
- }) {};
- maruo-macro-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "maruo-macro-mode";
- ename = "maruo-macro-mode";
- version = "20160616.649";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "maruo-macro-mode.el";
- rev = "8fc9a38ad051eafa8eb94038711acc52c5d1d8d5";
- sha256 = "0r005yap50jf6b5jc7314ds17g1nn2irn1agidi74fbrwfbndxgm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d0c17243b6c62e179aefc25d5f2ca43e5f6c66c1/recipes/maruo-macro-mode";
- sha256 = "1h7pclpqkkgi8z9yp5n79ffna809yf336bz6082l541xc06pmvcv";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/maruo-macro-mode";
- license = lib.licenses.free;
- };
- }) {};
- mastodon = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mastodon";
- ename = "mastodon";
- version = "20190304.1944";
- src = fetchFromGitHub {
- owner = "jdenen";
- repo = "mastodon.el";
- rev = "5095797ef32b922d2a624fa6beb970b5e9cf5ca0";
- sha256 = "0hwax6y9dghqwsbnb6f1bnc7gh8xsh5cvcnayk2sn49x8b0zi5h1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/809d963b69b154325faaf61e54ca87b94c1c9a90/recipes/mastodon";
- sha256 = "1bsyf4j6zs9gin0k7p22yv5gaqd6m3vdc2fiagfbs7gxsmhb6p4i";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mastodon";
- license = lib.licenses.free;
- };
- }) {};
- material-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "material-theme";
- ename = "material-theme";
- version = "20171123.1040";
- src = fetchFromGitHub {
- owner = "cpaulik";
- repo = "emacs-material-theme";
- rev = "c59b4874914b5b28068be25292690325f19739dd";
- sha256 = "1sp2h2n0ihp0r6q7c1861awg7rqh6bcxz4hgnny1gj5vjz9h7rch";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d31ababaa50061e767605c979a3f327a654e564b/recipes/material-theme";
- sha256 = "1d259avldc5fq121xrqv53h8s4f4bp6b89nz2rvjhygz7f8hargq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/material-theme";
- license = lib.licenses.free;
- };
- }) {};
- math-symbol-lists = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "math-symbol-lists";
- ename = "math-symbol-lists";
- version = "20190605.1358";
- src = fetchFromGitHub {
- owner = "vspinu";
- repo = "math-symbol-lists";
- rev = "dc7531cff0c845d5470a50c24d5d7309b2ced7eb";
- sha256 = "094m21i9rns6m59cmhxcivxxafbg52w8f8na4y3v47aq67zmhhqm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fadff01600d57f5b9ea9c0c47ed109e058114998/recipes/math-symbol-lists";
- sha256 = "01j11k29acj0b1pcapmgi2d2s3p50bkms21i2qcj0cbqgz8h6s27";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/math-symbol-lists";
- license = lib.licenses.free;
- };
- }) {};
- math-symbols = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "math-symbols";
- ename = "math-symbols";
- version = "20170818.759";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "math-symbols";
- rev = "3f8b466f002e1b28ddbe9a6f236c9a1352adb17d";
- sha256 = "0r63acgicb43p05gsiz98m7077sj72c1miz18fi8qbzi02p9qjr7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d7b0799bddbbbecd12bc1589b56a6250acf76407/recipes/math-symbols";
- sha256 = "0sx9cgyk56npjd6z78y9cldbvjl5ipl7k1nc1sylg1iggkbwxnqx";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/math-symbols";
- license = lib.licenses.free;
- };
- }) {};
- matlab-mode = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "matlab-mode";
- ename = "matlab-mode";
- version = "20180928.826";
- src = fetchgit {
- url = "https://git.code.sf.net/p/matlab-emacs/src";
- rev = "3fbca4259b2584bde08df07ba51944d7e3e2b4f4";
- sha256 = "1diqx2k16iyj5a7kcc58kyl6mzw05cyq6ia4z3fciz716gkspgpi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f78cff288077e04f8c9e4c2e5be9f3c33d8ff49/recipes/matlab-mode";
- sha256 = "1q3sdmahf915ix4lrv65cxsfh6hrs91c8pmyixbqmbhifqi33d0q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/matlab-mode";
- license = lib.licenses.free;
- };
- }) {};
- maude-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "maude-mode";
- ename = "maude-mode";
- version = "20160222.807";
- src = fetchFromGitHub {
- owner = "rudi";
- repo = "maude-mode";
- rev = "c9543bb8a172fa77af592388e7f520a4a6d38987";
- sha256 = "1sn9bdaq3mf2vss5gzmxhnp9fz43cakxh36qjdgqrvx302nlnv52";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c33b8bd62391767a63f57786750e38cbc262bda/recipes/maude-mode";
- sha256 = "1w5v3r905xkwchkm2gzvzpswba5p2m7hqpyg9fzq2ldlr8kk7ah3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/maude-mode";
- license = lib.licenses.free;
- };
- }) {};
- maven-test-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "maven-test-mode";
- ename = "maven-test-mode";
- version = "20141219.2157";
- src = fetchFromGitHub {
- owner = "rranelli";
- repo = "maven-test-mode";
- rev = "a19151861df2ad8ae4880a2e7c86ddf848cb569a";
- sha256 = "1xn2yyr8mr90cynbxgv0h5v180pzf0ydnjr9spg34mrdicqlki6c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bdc7f677c53431542cb8d7c95666d021dead2b98/recipes/maven-test-mode";
- sha256 = "1k9w51rh003p67yalzq1w8am40nnr2khyyb5y4bwxgpms8z391fm";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/maven-test-mode";
- license = lib.licenses.free;
- };
- }) {};
- maxframe = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "maxframe";
- ename = "maxframe";
- version = "20170120.905";
- src = fetchFromGitHub {
- owner = "rmm5t";
- repo = "maxframe.el";
- rev = "13bda6dd9f1d96aa4b9dd9957a26cefd399a7772";
- sha256 = "0kh8yk1py9zg62zfl289hszhq3kl3mqmjk6z5vqkw3mcik4lm69g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/maxframe";
- sha256 = "1lxj60qcvv8vakdq79k1brzv3ki74kajrx8620dzx76bnfkryxk8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/maxframe";
- license = lib.licenses.free;
- };
- }) {};
- mb-url = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mb-url";
- ename = "mb-url";
- version = "20181225.924";
- src = fetchFromGitHub {
- owner = "dochang";
- repo = "mb-url";
- rev = "23078f2e59808890268401f294d860ba51bc71d9";
- sha256 = "07b9w9vd22ma4s3qhplmg84sylihz920byyi9qa7dwj7b59d4avf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd9a8ff6e094b061a7b9d790df1fd4086c5d0a9d/recipes/mb-url";
- sha256 = "1nf8ssan00qsn3d4dc6h6qzdwqzh977qb5d2m33kiwi6qb98988h";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/mb-url";
- license = lib.licenses.free;
- };
- }) {};
- mbe = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mbe";
- ename = "mbe";
- version = "20151126.334";
- src = fetchFromGitHub {
- owner = "ijp";
- repo = "mbe.el";
- rev = "bb10aa8f26bb7e9b1d5746934c94edb00402940c";
- sha256 = "1zywygdgnp2zr8fxqhl0cbrgbl43931k936b9imhqi96p6622pb6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a8a16e485d608dbd59151d77e252048a49f9d25/recipes/mbe";
- sha256 = "0h18mbcjy8nh4gl12kg2v8x6ps320yk7sbgq5alqnx2shp80kri3";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/mbe";
- license = lib.licenses.free;
- };
- }) {};
- mbo70s-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mbo70s-theme";
- ename = "mbo70s-theme";
- version = "20170808.615";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-mbo70s-theme";
- rev = "bed3db8965708ed4e9482b224a9b084765c052f2";
- sha256 = "19hha9xwfqvdgsws69x0mcm93yfllp44hdl1xw9zlhj8f4ihizh5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b8d0c1050b3319e136fe75903ae3612a52790189/recipes/mbo70s-theme";
- sha256 = "1abx2rw09xxp122ff7i9sry5djd4l6vn4lfzxs92rknjzkyc40pb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mbo70s-theme";
- license = lib.licenses.free;
- };
- }) {};
- mbsync = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mbsync";
- ename = "mbsync";
- version = "20181001.2340";
- src = fetchFromGitHub {
- owner = "dimitri";
- repo = "mbsync-el";
- rev = "f549eccde6033449d24cd5b6148599484850c403";
- sha256 = "1pdj41rq3pq4jdb5pma5j495xj7w7jgn8pnz1z1zwg75pn7ydfp0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3ef6ffa53bb0ce2ba796555e39f59534fc134aa5/recipes/mbsync";
- sha256 = "1q5g76mspi24zwbs7h4m8bmkhab4drskha4d9b516w1f1cyg6hb6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mbsync";
- license = lib.licenses.free;
- };
- }) {};
- mc-extras = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multiple-cursors }:
- melpaBuild {
- pname = "mc-extras";
- ename = "mc-extras";
- version = "20181109.935";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "mc-extras.el";
- rev = "053abc52181b8718559d7361a587bbb795faf164";
- sha256 = "16y48qrd20m20vypvys5jp4v4gc1qrqlkm75s1pk1r68i9zrw481";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/12747bb8603ebc09ce0873f3317a99e34d818313/recipes/mc-extras";
- sha256 = "0b110x6ygc95v5pb9lk1i731x5s6dagl5afzv37l1qchys36xrym";
- name = "recipe";
- };
- packageRequires = [ multiple-cursors ];
- meta = {
- homepage = "https://melpa.org/#/mc-extras";
- license = lib.licenses.free;
- };
- }) {};
- md-readme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "md-readme";
- ename = "md-readme";
- version = "20160811.946";
- src = fetchFromGitHub {
- owner = "thomas11";
- repo = "md-readme";
- rev = "bf818dd847c8b06b3b5100c5d3cf24cf96662528";
- sha256 = "0gyjadkv572v3zilxivbiz28pvqh0jmi5bh5la1hyim0qnxymli8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5408d7c12c189d2b5ab9fbb02276de334851e3c8/recipes/md-readme";
- sha256 = "1krq0f79jjrlihr2aqq87pxdqixv2zdjw4hm732sz79g996yxyw3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/md-readme";
- license = lib.licenses.free;
- };
- }) {};
- md4rd = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , hierarchy
- , lib
- , melpaBuild
- , request
- , s
- , tree-mode }:
- melpaBuild {
- pname = "md4rd";
- ename = "md4rd";
- version = "20190312.1940";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "md4rd";
- rev = "443c8059af4925d11c93a1293663165c52472f08";
- sha256 = "1n6g6k4adzkkn1g7z4j27s35xy12c1fg2r08gv345ddr3wplq4ri";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/48d4a3b3337e16e68631409d1de0ce67ae22b837/recipes/md4rd";
- sha256 = "0ayr5qw0cz7bd46djfhm8slr2kfgssi5bsnzqcasr8n4lyg9jvfc";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs hierarchy request s tree-mode ];
- meta = {
- homepage = "https://melpa.org/#/md4rd";
- license = lib.licenses.free;
- };
- }) {};
- mediawiki = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mediawiki";
- ename = "mediawiki";
- version = "20170812.2255";
- src = fetchFromGitHub {
- owner = "hexmode";
- repo = "mediawiki-el";
- rev = "8473e12d1839f5287a4227586bf117dad820f867";
- sha256 = "03rpj3yrk3i1l9yjnamnx38idn6y4zi9zg53bc83sx3g2b4m5v04";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/865e0ba1dbace58784181d214000d090478173bd/recipes/mediawiki";
- sha256 = "17cbrzfdp6jbbf74mn2fi1cwv7d1hvdbw9j84p43jzscnaa5ikx6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mediawiki";
- license = lib.licenses.free;
- };
- }) {};
- meghanada = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "meghanada";
- ename = "meghanada";
- version = "20190525.2248";
- src = fetchFromGitHub {
- owner = "mopemope";
- repo = "meghanada-emacs";
- rev = "24813cf364f1c857c2ee412d0a088f0ceff53842";
- sha256 = "1ripap7is2amk3i2mavwiiv5mfsx9k3gxpy9nyaz58pzgvyjqplc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4c75c69b2f00be9a93144f632738272c1e375785/recipes/meghanada";
- sha256 = "10f1fxma3lqcyv78i0p9mjpi79jfjd5lq5q60ylpxqp18nrql1s4";
- name = "recipe";
- };
- packageRequires = [ company emacs flycheck yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/meghanada";
- license = lib.licenses.free;
- };
- }) {};
- melancholy-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "melancholy-theme";
- ename = "melancholy-theme";
- version = "20190503.1920";
- src = fetchFromGitHub {
- owner = "techquila";
- repo = "melancholy-theme";
- rev = "37e7f9a83995d9a53cd4343843139660fa0ca59d";
- sha256 = "0yjfmb1wcg2dvr76r58fg2a1s2g2zw3ijkjjaa6mpf0h4ymyx2s3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b8f708d1300d401697c099709718fcb70d5db1f/recipes/melancholy-theme";
- sha256 = "1wihbv44234lwsgp5w4hmmi3pgxbcfjvs1nclv0yg600z9s8sn8w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/melancholy-theme";
- license = lib.licenses.free;
- };
- }) {};
- mellow-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mellow-theme";
- ename = "mellow-theme";
- version = "20170808.617";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-mellow-theme";
- rev = "2bdf18f05f5212b6f269d9a94afe2cf201766891";
- sha256 = "0cj9lkqgiaq1s2k9ky93jgv5pfbmjznsd54r3iqkiy1zshpkir68";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/641d1959bd31598fcdacd39a3d1bb077dcccfa5c/recipes/mellow-theme";
- sha256 = "0kl1psykx7akxwabszk4amszh3zil8ia4bfbjjvr6h9phgx66pb0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mellow-theme";
- license = lib.licenses.free;
- };
- }) {};
- melpa-upstream-visit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "melpa-upstream-visit";
- ename = "melpa-upstream-visit";
- version = "20130720.333";
- src = fetchFromGitHub {
- owner = "laynor";
- repo = "melpa-upstream-visit";
- rev = "7310c74fdead3c0f86ad6eff76cf989e63f70f66";
- sha256 = "12cp56ppmwpdgf5afx7hd2qb8d1qq8z27191fbbf5zqw8cq5zkpd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c110538a1ae2419505ea8f144ef7de2d67cad568/recipes/melpa-upstream-visit";
- sha256 = "0j4afy9ipzr7pwkij8ab207mabd7srganlyyif9h1hvclj9svdmf";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/melpa-upstream-visit";
- license = lib.licenses.free;
- };
- }) {};
- memoize = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "memoize";
- ename = "memoize";
- version = "20180614.1230";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacs-memoize";
- rev = "9a561268ffb550b257a08710489a95cd087998b6";
- sha256 = "1hsw7pjdy3mksg343v400068b6x7s45gzg0l74h5i4nq8bacv8km";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6cc9be5bbcff04de5e6d3bb8c47d202fd350989b/recipes/memoize";
- sha256 = "0mzz3hghnbkmxf9wgjqv3sbyxyqqzvvscazq9ybb0b41qrzm73s6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/memoize";
- license = lib.licenses.free;
- };
- }) {};
- memolist = callPackage ({ ag
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "memolist";
- ename = "memolist";
- version = "20150804.1021";
- src = fetchFromGitHub {
- owner = "mikanfactory";
- repo = "memolist.el";
- rev = "60c296e202a71e9dcf1c3936d47b5c4b95c5839f";
- sha256 = "1jd4rjv812iv7kp4wyxdz8sk7j0442m8x2ypk6hiqis0braxnspm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/memolist";
- sha256 = "0nvp38qbzcl6dcayjndw32d3r9h8vf2n29i678s1yr280ll8xw6w";
- name = "recipe";
- };
- packageRequires = [ ag markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/memolist";
- license = lib.licenses.free;
- };
- }) {};
- mentor = callPackage ({ async
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq
- , xml-rpc }:
- melpaBuild {
- pname = "mentor";
- ename = "mentor";
- version = "20190511.938";
- src = fetchFromGitHub {
- owner = "skangas";
- repo = "mentor";
- rev = "b5e441b7dc077d5532a3818b5441e52baefad839";
- sha256 = "1xrhg1jwmzlcqdk2w92s7ghbma1pfzjc48akl3d2cixxz3ha2ca2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/083de4bd25b6b013a31b9d5ecdffad139a4ba91e/recipes/mentor";
- sha256 = "0nkf7f90m2qf11l97zwvb114yrpbqk1xxr2bh2nvbx8m1c8nad9s";
- name = "recipe";
- };
- packageRequires = [ async cl-lib seq xml-rpc ];
- meta = {
- homepage = "https://melpa.org/#/mentor";
- license = lib.licenses.free;
- };
- }) {};
- merlin = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "merlin";
- ename = "merlin";
- version = "20190531.249";
- src = fetchFromGitHub {
- owner = "ocaml";
- repo = "merlin";
- rev = "800c793870c7ff3b00a6817ab16b03628c6495eb";
- sha256 = "0yx92lybw685ay5qd8jpdxwfdjmhhbrpkpi94gysq9bmh0kqhixr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9338298a79b7f2d654df90b0f553aeed1428de13/recipes/merlin";
- sha256 = "0r4wc5ann6239bagj364yyzw4y3lcpkl5nnn0vmx4hgkwdg509fn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/merlin";
- license = lib.licenses.free;
- };
- }) {};
- merlin-eldoc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , merlin }:
- melpaBuild {
- pname = "merlin-eldoc";
- ename = "merlin-eldoc";
- version = "20190314.106";
- src = fetchFromGitHub {
- owner = "Khady";
- repo = "merlin-eldoc";
- rev = "09760346e34ac22f2b55f43f0e36a2865c3b8026";
- sha256 = "12bba6f6qxi6azlafzhymqyaf57qi479n34crixmk8v69ivdch8y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/merlin-eldoc";
- sha256 = "0bx383nxd97as0d362n1jn62k2rypxvxhcjasgwf0cr8vxr244fp";
- name = "recipe";
- };
- packageRequires = [ emacs merlin ];
- meta = {
- homepage = "https://melpa.org/#/merlin-eldoc";
- license = lib.licenses.free;
- };
- }) {};
- mermaid-mode = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mermaid-mode";
- ename = "mermaid-mode";
- version = "20190503.1026";
- src = fetchFromGitHub {
- owner = "abrochard";
- repo = "mermaid-mode";
- rev = "70545a46f114c4d2295ef86c5f5983bb8b2ae177";
- sha256 = "1hc7ryz9jzpny6lr40fdpxj88ai5833ifsca3xzqh0agifv394xp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8729575400003db47638b4c45c425608e15c333d/recipes/mermaid-mode";
- sha256 = "1r9dv10p2bahygz1f151bp481289b184d80jbh575pdmlxkqd79f";
- name = "recipe";
- };
- packageRequires = [ emacs f ];
- meta = {
- homepage = "https://melpa.org/#/mermaid-mode";
- license = lib.licenses.free;
- };
- }) {};
- meson-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "meson-mode";
- ename = "meson-mode";
- version = "20181115.1325";
- src = fetchFromGitHub {
- owner = "wentasah";
- repo = "meson-mode";
- rev = "b507a87455af906e6c49aa4af70eba5b1d1af9ef";
- sha256 = "046kf04vqq1wf9ncxq40fcjcgl18hk4vii5wl3m08rpvdwbnmfwr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4702a31ffd6b9c34f96d151f2611a1bfb25baa88/recipes/meson-mode";
- sha256 = "16yg217ghx6pvlxha2swznkg12c2a9hhyi0hnsbqdj2ijcdzca80";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/meson-mode";
- license = lib.licenses.free;
- };
- }) {};
- messages-are-flowing = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "messages-are-flowing";
- ename = "messages-are-flowing";
- version = "20170218.1720";
- src = fetchFromGitHub {
- owner = "legoscia";
- repo = "messages-are-flowing";
- rev = "649061753b67b24c54a2eaadc8b3218cafae7376";
- sha256 = "01y9cx5d5sqgvg97dzrnyi7m3yp0q3hm2yqcgknkp111afcgiwm7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/messages-are-flowing";
- sha256 = "0v74b7cjj87kncndxfpfs6dcc4jcl18wpbirffl7dw6mac2anw6m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/messages-are-flowing";
- license = lib.licenses.free;
- };
- }) {};
- meta-presenter = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "meta-presenter";
- ename = "meta-presenter";
- version = "20190414.1020";
- src = fetchFromGitHub {
- owner = "myTerminal";
- repo = "meta-presenter";
- rev = "704a2e0f2a3e6bb72578e00eccb772dfcf0670fc";
- sha256 = "1hka4c87zdgqjawlmsfd7wi6rbc03qfp996ydrj84kz8saq7gf89";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b73e9424515b3ddea220b786e91c57ee22bed87f/recipes/meta-presenter";
- sha256 = "0f70cfa91wavchlx8d9hdlgq90cmnylhbg2dbw603rzjkyvslp5d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/meta-presenter";
- license = lib.licenses.free;
- };
- }) {};
- metalheart-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "metalheart-theme";
- ename = "metalheart-theme";
- version = "20160709.2341";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "MetalHeart-Emacs";
- rev = "ec98ea2c11dc1213dae8cbe1fe0cee73ca138bb2";
- sha256 = "0pc86qh74i6vr0ap2j2sn4nl2c0vv15m4m1myyjmggfxx2f27nnc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/204dd67b24bf4f2305a14efb925c8fe004026694/recipes/metalheart-theme";
- sha256 = "1xqql1mcwp52plm1gp6q4m9zij2w360y15lnjsz9xgjqvslr7gy5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/metalheart-theme";
- license = lib.licenses.free;
- };
- }) {};
- metamorph = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "metamorph";
- ename = "metamorph";
- version = "20180930.1328";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "metamorph";
- rev = "d9dc7037b7eed7b3fe85ea50e91f332e3f831514";
- sha256 = "1zprgjh1wyqbpy1qvng57r6jm10k6vffpb6znm47fm8xx1h0s8k4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/741982c7ce83a77d0b43d196eeac6e949dc5fd81/recipes/metamorph";
- sha256 = "0mqzqwwzb4x2j6jh6acx5ni9z5k56586jv4n88d3fi4vry9k4mv3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/metamorph";
- license = lib.licenses.free;
- };
- }) {};
- metascript-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "metascript-mode";
- ename = "metascript-mode";
- version = "20150708.1757";
- src = fetchFromGitHub {
- owner = "metascript";
- repo = "metascript-mode";
- rev = "edb361c7b0e5de231e5334a17b90652fb1df78f9";
- sha256 = "1rascpmv17dksyn9y0llmjb8r4484x5ax54w6r83k1x7ha1iacx5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90c03167b5fb4f4edc8a76240b3668203261bc58/recipes/metascript-mode";
- sha256 = "1kgs4ki0s6bxx2ri6zxmsy2b2w56gnr9hjkr6302wcmp3qy7clwn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/metascript-mode";
- license = lib.licenses.free;
- };
- }) {};
- metaweblog = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xml-rpc }:
- melpaBuild {
- pname = "metaweblog";
- ename = "metaweblog";
- version = "20190211.1838";
- src = fetchFromGitHub {
- owner = "org2blog";
- repo = "metaweblog";
- rev = "844c8b5b4483fa75378c4bec526d63cae0b211d9";
- sha256 = "0rxqkj7r38vr4qjnc2dric9sjdjm6vgnv0c9vfcb29v17hkg3aah";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/metaweblog";
- sha256 = "0qgmcvq1fhgljia9ncjgvgrv0mzih0l9mglwbwcszn613wmx8bkg";
- name = "recipe";
- };
- packageRequires = [ xml-rpc ];
- meta = {
- homepage = "https://melpa.org/#/metaweblog";
- license = lib.licenses.free;
- };
- }) {};
- mew = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mew";
- ename = "mew";
- version = "20190414.2038";
- src = fetchFromGitHub {
- owner = "kazu-yamamoto";
- repo = "Mew";
- rev = "70d6da044a4f6ac8e40e489d4963b8a3d530b8a9";
- sha256 = "0j569nski5f3z26qa1scpzbsx3xdvmw9sxhm1m9wj3ac5kvgk9hn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/362dfc4d0fdb3e5cb39564160de62c3440ce182e/recipes/mew";
- sha256 = "0423xxn3cw6jmsd7vrw30hx9phga5chxzi6x7cvpswg1mhcyn9fk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mew";
- license = lib.licenses.free;
- };
- }) {};
- mexican-holidays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mexican-holidays";
- ename = "mexican-holidays";
- version = "20190505.1945";
- src = fetchFromGitHub {
- owner = "sggutier";
- repo = "mexican-holidays";
- rev = "663633be1d693f6081d7d000e05d15ddbf71aa10";
- sha256 = "09b0292d87xm5mrhfhv7j11ljl4j9hv8h5dibzrrlh1b3vsg2xkj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/mexican-holidays";
- sha256 = "0an6kkr2vwkqc9219rgn74683h7f4cmd1g74lirn0qhqcfcb5yrc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mexican-holidays";
- license = lib.licenses.free;
- };
- }) {};
- mgmtconfig-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mgmtconfig-mode";
- ename = "mgmtconfig-mode";
- version = "20190324.1208";
- src = fetchFromGitHub {
- owner = "purpleidea";
- repo = "mgmt";
- rev = "07f542b4d753fe2f182b5e139450217a633491f8";
- sha256 = "0nbj3fh3wsl9065mad04c7avc2pq4lqrdng1xkwdng6l361f2wak";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4cf3dd70ae73c2b049e201a3547bbeb9bb117983/recipes/mgmtconfig-mode";
- sha256 = "0bdjaqfk68av4lfc4cpacrl2mxvimplfkbadi9l6wb65vlqz6sil";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mgmtconfig-mode";
- license = lib.licenses.free;
- };
- }) {};
- mhc = callPackage ({ calfw
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mhc";
- ename = "mhc";
- version = "20190505.2333";
- src = fetchFromGitHub {
- owner = "yoshinari-nomura";
- repo = "mhc";
- rev = "88b5f938e57c28e9e2db202770f952fc0ecba945";
- sha256 = "13d31wz7wyh777isimxlkdimj3vbl54bh0f00p15a8xlrs2pn7f3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d8d3efa0fcd6cd4af94bc99b35614ef6402cbdba/recipes/mhc";
- sha256 = "02ikn9hx0kcfc2xrx4f38zpkfi6vgz7chcxk6q5d0vcsp93b4lql";
- name = "recipe";
- };
- packageRequires = [ calfw ];
- meta = {
- homepage = "https://melpa.org/#/mhc";
- license = lib.licenses.free;
- };
- }) {};
- mic-paren = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mic-paren";
- ename = "mic-paren";
- version = "20170731.1207";
- src = fetchFromGitHub {
- owner = "emacsattic";
- repo = "mic-paren";
- rev = "d0410c7d805c9aaf51a1bcefaaef092bed5824c4";
- sha256 = "0f24ibzgra94bwal8b0dpjxa11n42gkmanqswfnjhlvx052v9dxr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f0e54eac31fbbce9a778fb654f07e11aaaa46ca/recipes/mic-paren";
- sha256 = "17j0b8jyr0zx6zds2dz5fzvarm2wh8l5hxds2s90kh5z0kk23r07";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mic-paren";
- license = lib.licenses.free;
- };
- }) {};
- micgoline = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , powerline }:
- melpaBuild {
- pname = "micgoline";
- ename = "micgoline";
- version = "20160414.2026";
- src = fetchFromGitHub {
- owner = "yzprofile";
- repo = "micgoline";
- rev = "e3e2effe4846175a3b52b4092c0c134ced5978d8";
- sha256 = "1cmpvg4x812hsl764zaq96y8jvjp99nljp552bbx52lbbnb1w5nr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2219768cf62b52bcbe73cec291eb74c3fedcc862/recipes/micgoline";
- sha256 = "0xixcy006my2s0wn0isiag0b4rm38kswa5m0xnhg5n30qjjfzf4i";
- name = "recipe";
- };
- packageRequires = [ emacs powerline ];
- meta = {
- homepage = "https://melpa.org/#/micgoline";
- license = lib.licenses.free;
- };
- }) {};
- midje-mode = callPackage ({ cider
- , clojure-mode
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "midje-mode";
- ename = "midje-mode";
- version = "20170808.2103";
- src = fetchFromGitHub {
- owner = "dnaumov";
- repo = "midje-mode";
- rev = "10ad5b6084cd03d5cd268b486a7c3c246d85535f";
- sha256 = "0nag9ks7qbg40h9z954v42x8zi65wbgfhviwvxvb2bmbzv4m4pbs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/midje-mode";
- sha256 = "16g57mwkm3ypnyqniy1lj9nfn5wj7cyndb5fhl3fym773ywn6hip";
- name = "recipe";
- };
- packageRequires = [ cider clojure-mode ];
- meta = {
- homepage = "https://melpa.org/#/midje-mode";
- license = lib.licenses.free;
- };
- }) {};
- migemo = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "migemo";
- ename = "migemo";
- version = "20190111.2116";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "migemo";
- rev = "09936ee27a5f3678fdf57b8a0faaa0ff150435cc";
- sha256 = "0wfik7y3ybh4yrrlpydawx5zw0syv7wm7b1mckz2rbv3d863z0n5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2424b0328a0198a03359455abdb3024a8067c857/recipes/migemo";
- sha256 = "0y49imdwygv5zd7cyh9ngda4gyb2mld2a4s7zh4yzlh7z5ha9qkr";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/migemo";
- license = lib.licenses.free;
- };
- }) {};
- milkode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "milkode";
- ename = "milkode";
- version = "20140926.2229";
- src = fetchFromGitHub {
- owner = "ongaeshi";
- repo = "emacs-milkode";
- rev = "ba97e2aeefa1d9d0b3835bf08edd0de248b0c513";
- sha256 = "1qg64mxsm2cswk52mlj7sx7k6gfnrsdwnf68i7cachri0i8aq4ap";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/29fffbec2d3067c046c456602779af8c04bf898f/recipes/milkode";
- sha256 = "07v6xgalx7vcw5sghckwvz584746cba05ql8flv8n556glm7hibh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/milkode";
- license = lib.licenses.free;
- };
- }) {};
- minesweeper = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minesweeper";
- ename = "minesweeper";
- version = "20150413.2222";
- src = fetchhg {
- url = "https://bitbucket.com/zck/minesweeper.el";
- rev = "d29af12fc611";
- sha256 = "1b2kn4c90hl07lzdg10wamd4lq8f24wmaj4zvr728pwyga99b2av";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/minesweeper";
- sha256 = "1n6r3a3rl09pv4jvb7ald1gaipqylfchggza973qv9rgh5g90nag";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/minesweeper";
- license = lib.licenses.free;
- };
- }) {};
- mingus = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , libmpdee
- , melpaBuild }:
- melpaBuild {
- pname = "mingus";
- ename = "mingus";
- version = "20190106.643";
- src = fetchFromGitHub {
- owner = "pft";
- repo = "mingus";
- rev = "4223be618f57f10f18114a74393a71955b568884";
- sha256 = "14i06i999wfpr0a0lvhnh6g4mm5xmawscjd9d7ibc055h94h3i2a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6699927f1ded5c97f2ce1861f8e54a5453264cca/recipes/mingus";
- sha256 = "0vw09qk56l792706vvp465f40shf678mcmdh7iw8wsjix4401bzi";
- name = "recipe";
- };
- packageRequires = [ libmpdee ];
- meta = {
- homepage = "https://melpa.org/#/mingus";
- license = lib.licenses.free;
- };
- }) {};
- mini-header-line = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mini-header-line";
- ename = "mini-header-line";
- version = "20170621.521";
- src = fetchFromGitHub {
- owner = "ksjogo";
- repo = "mini-header-line";
- rev = "73b6724e0a26c4528d93768191c8aa59e6bce2e5";
- sha256 = "187xynmpgkx498an246ywrqdhyyp2ag1l7yxnm0x0rbfgw67q5j1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/122db5436ff9061713c0d3d8f44c47494067843e/recipes/mini-header-line";
- sha256 = "1yg8i7gsmiv8zwl1wqvgrh2xl2hm5nn3q11rz4hpyxw26355i817";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mini-header-line";
- license = lib.licenses.free;
- };
- }) {};
- minibuf-isearch = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minibuf-isearch";
- ename = "minibuf-isearch";
- version = "20151226.1143";
- src = fetchFromGitHub {
- owner = "knagano";
- repo = "minibuf-isearch";
- rev = "2846c6ac369ee623dad4cd3c8a7a6d9078965516";
- sha256 = "1n4b039448826w2jcsv4r2iw3v2vlrsxw8dbci8wcfigmkbfc879";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ebfd2f3f6a2dbd251c321738a4efaacc2200164b/recipes/minibuf-isearch";
- sha256 = "0n36d152lc53zj9jy38b0c7hlww0z6hx94y3x2njy6cmh3p5g8nh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/minibuf-isearch";
- license = lib.licenses.free;
- };
- }) {};
- minibuffer-complete-cycle = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minibuffer-complete-cycle";
- ename = "minibuffer-complete-cycle";
- version = "20130813.945";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "minibuffer-complete-cycle";
- rev = "3df80135887d0169e02294a948711f6dfeca4a6f";
- sha256 = "1zyb6c3xwdzk7dpn7xi0mvbcjdfxvzz1a0zlbs053pfar8iim5fk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/afac2cf41fe57efa8d313fdbab0b0b795ec144e4/recipes/minibuffer-complete-cycle";
- sha256 = "0y1mxs6q9a8lzprrlb22qff6x5mvkw4gp2l6p2js2r0j9jzyffq2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/minibuffer-complete-cycle";
- license = lib.licenses.free;
- };
- }) {};
- minibuffer-cua = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minibuffer-cua";
- ename = "minibuffer-cua";
- version = "20130906.434";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "minibuffer-cua.el";
- rev = "adc4979a64f8b36e05960e9afa0746dfa9e2e4c7";
- sha256 = "011kg76zr4hfhi2gngnc7jlmp0l0nvhmlgyc0y9bir2jbjf4yyvz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3b0f1f260b02c14da4d584b6af08b2fa3adf39c/recipes/minibuffer-cua";
- sha256 = "1ragvr73ykbvpgynnq3z0z4yzrlfhfqlwc1vbxclb8x2xmxq7pzw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/minibuffer-cua";
- license = lib.licenses.free;
- };
- }) {};
- miniedit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "miniedit";
- ename = "miniedit";
- version = "20100419.1045";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "miniedit";
- rev = "e12bf659c3eb92dd8a4cb77642dc0865c54667a3";
- sha256 = "1850z96gly0jnr50472idqz1drzqarr0n23bbasslrc501xkg0bq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2a50f62475639af011c99c6cc38928b74b3b0a/recipes/miniedit";
- sha256 = "10s407q7igdi2hsaaahbw8vckalrl7z3s6l9cflf51q16xh2ih87";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/miniedit";
- license = lib.licenses.free;
- };
- }) {};
- minimal-session-saver = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minimal-session-saver";
- ename = "minimal-session-saver";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "minimal-session-saver";
- rev = "ac42b6835f777a8a7e04599d8f20ec650997ba96";
- sha256 = "0n2drkqnd02d7n5f4qlxlzlh4gkdi33w4hprndpw15gyny2i8x29";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/minimal-session-saver";
- sha256 = "1ay7wvriga28bdmarpfwagqzmmk93ri9f3idhr6z6iivwggwyy2i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/minimal-session-saver";
- license = lib.licenses.free;
- };
- }) {};
- minimal-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minimal-theme";
- ename = "minimal-theme";
- version = "20190113.1332";
- src = fetchFromGitHub {
- owner = "anler";
- repo = "minimal-theme";
- rev = "063b4d8ca33d55d04c341f0b2b777ec241a3e201";
- sha256 = "0lvg7iym6sxhgl4ab9a6x8c2mh2d32vkf0033bs3vphx657gra6l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f26b8281f9bd05e3c8f2ef21838275711e622c9/recipes/minimal-theme";
- sha256 = "01dar95l7wjjqhbsknvsfbpvv41ka7iqd1fssckz18lgfqpb54bs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/minimal-theme";
- license = lib.licenses.free;
- };
- }) {};
- minions = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minions";
- ename = "minions";
- version = "20181030.1401";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "minions";
- rev = "d36d2445420460c81bcd4822d0bfcbafaec2c682";
- sha256 = "0q2y37zfxlbfvgdn70ikg3abp8vljna4ir9nyqlz1awmz5i1c43s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/769a2167d7f6dfdbbfda058ddea036f80b97d230/recipes/minions";
- sha256 = "0ximlj93yp6646bh99r2vnayk15ky26sibrmrqqysfw1pzs4a940";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/minions";
- license = lib.licenses.free;
- };
- }) {};
- minitest = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minitest";
- ename = "minitest";
- version = "20160628.1120";
- src = fetchFromGitHub {
- owner = "arthurnn";
- repo = "minitest-emacs";
- rev = "2997ba81456f2a0f3e25b6555b491586865ebb61";
- sha256 = "10f1caszcas39g8kz0hfx1gq1jbpcnb5wwd1c262l9lwvla85nyl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/41b2e55c0fe48267dc4f55924c782c6f934d8ca4/recipes/minitest";
- sha256 = "0x6nd4kkhiw8hh79r69861pf41j8p1y39kzf2rl61zlmyjz9zpmw";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/minitest";
- license = lib.licenses.free;
- };
- }) {};
- minizinc-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minizinc-mode";
- ename = "minizinc-mode";
- version = "20180201.650";
- src = fetchFromGitHub {
- owner = "m00nlight";
- repo = "minizinc-mode";
- rev = "2512521ba7f8e263a06db88df663fc6b3cca7e16";
- sha256 = "1yrawvvn3ndzzrllh408v4a5n0y0n5p1jczdm9r8pbxqgyknbk1n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc86b4ba54fca6f1ebf1ae3557fe564e05c1e382/recipes/minizinc-mode";
- sha256 = "1blb6mbyqvmdvwp477p1ggs3n6rzi9sdfvi0v1wfzmd7k749b10c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/minizinc-mode";
- license = lib.licenses.free;
- };
- }) {};
- minor-mode-hack = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minor-mode-hack";
- ename = "minor-mode-hack";
- version = "20170925.1734";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "minor-mode-hack";
- rev = "c3aa957602c924c01fe07d48d191b8616fb3696a";
- sha256 = "0lmcf7mv2sk33ajngxasc7kmf5qf17fccijllm3yr0lqdnxbx0pa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad10a684b4b2f01bc65883374f36fef156ff55d2/recipes/minor-mode-hack";
- sha256 = "07ga48xvbi641i053bykv9v4wxhka6jhhg76b1ll24rys02az526";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/minor-mode-hack";
- license = lib.licenses.free;
- };
- }) {};
- mip-mode = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mip-mode";
- ename = "mip-mode";
- version = "20151126.2217";
- src = fetchFromGitLab {
- owner = "gaudecker";
- repo = "mip-mode";
- rev = "7c88c383b4c7ed0a4c1dc397735f365c1fcb461c";
- sha256 = "12k9ii4090dn03xvgqisl4zl4qi33054zxyfkqzzpa9wv72h4knc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cbfefacda071c0f5ee698a4c345a2d6fea6a0d24/recipes/mip-mode";
- sha256 = "0jr8lzs1qzp2ki7xmm5vrdc6vmzagy8zsil0217vyl89pdfmxnyr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mip-mode";
- license = lib.licenses.free;
- };
- }) {};
- mips-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mips-mode";
- ename = "mips-mode";
- version = "20180502.757";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-mips-mode";
- rev = "75152fc78baa762af4f83602f6cb3c8b9bcebca3";
- sha256 = "1bk1jfqwwrq3jr6zasyjaz16rjjqbihrn7kakgfk3szv6grvsd7p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/024a76b83efce47271bcb0ce3bde01b88349f391/recipes/mips-mode";
- sha256 = "0gg18v80lbndi2yyr5nl37mz0zpamwv9ha4clajkf0bc0vplxkj7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mips-mode";
- license = lib.licenses.free;
- };
- }) {};
- mixed-pitch = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mixed-pitch";
- ename = "mixed-pitch";
- version = "20190307.1410";
- src = fetchFromGitLab {
- owner = "jabranham";
- repo = "mixed-pitch";
- rev = "15bb9ec6d8be0812a46917205be6c3a1c78f68ff";
- sha256 = "1458sy5b6bis1i0k23jdqk6hfqg0ghk637r3ajql2g19ym48rf58";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d3c7af03e0bca3f834c32827cbcca29e29ef4db/recipes/mixed-pitch";
- sha256 = "1gda4jl946qlbf8rqm0mk493kwy8yqldr21cr583l6b6gl1nb4qf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mixed-pitch";
- license = lib.licenses.free;
- };
- }) {};
- mkdown = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "mkdown";
- ename = "mkdown";
- version = "20140517.718";
- src = fetchFromGitHub {
- owner = "ajtulloch";
- repo = "mkdown.el";
- rev = "8e23de82719af6c5b53b52b3308a02b3a1fb872e";
- sha256 = "1d08i2cfn1q446nyyji0hi9vlw7bzkpxhn6653jz2k77vd2y0wmk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/mkdown";
- sha256 = "034bwwgh0w1dwawdx2nwn4d6wj65i58aqlvi60kflijfn8l3inr3";
- name = "recipe";
- };
- packageRequires = [ markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/mkdown";
- license = lib.licenses.free;
- };
- }) {};
- mmm-jinja2 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mmm-mode }:
- melpaBuild {
- pname = "mmm-jinja2";
- ename = "mmm-jinja2";
- version = "20170313.720";
- src = fetchFromGitHub {
- owner = "glynnforrest";
- repo = "mmm-jinja2";
- rev = "c8cb763174fa2fb61b9a0e5e0ff8cb0210f8492f";
- sha256 = "0big2i3bg4cm14f68ncaiz2h6dk6zqiisrz4l0bv10q9kaa9q2sj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/721b9a6f16fb8efd4d339ac7953cc07d7a234b53/recipes/mmm-jinja2";
- sha256 = "0zg4psrgikb8644x3vmsns0id71ni9fcpm591zn16b4j64llvgsi";
- name = "recipe";
- };
- packageRequires = [ mmm-mode ];
- meta = {
- homepage = "https://melpa.org/#/mmm-jinja2";
- license = lib.licenses.free;
- };
- }) {};
- mmm-mako = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild
- , mmm-mode }:
- melpaBuild {
- pname = "mmm-mako";
- ename = "mmm-mako";
- version = "20121019.2351";
- src = fetchhg {
- url = "https://bitbucket.com/pjenvey/mmm-mako";
- rev = "5c9ff92137b5";
- sha256 = "0rpp748ym79sxccp9pyrwri14m7624zzb80srfgjfdpysrrs0jrr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/mmm-mako";
- sha256 = "0a4af5q9wxafrid8visp30cz6073ig0c961b78vmmgqrwvvxd3kn";
- name = "recipe";
- };
- packageRequires = [ mmm-mode ];
- meta = {
- homepage = "https://melpa.org/#/mmm-mako";
- license = lib.licenses.free;
- };
- }) {};
- mmt = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mmt";
- ename = "mmt";
- version = "20181231.2307";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "mmt";
- rev = "db0f27b10bba0b26cdd208e9f6467bf455021e48";
- sha256 = "09imvxvbz57vfk9m1ljz81srllfr97p0k8n753g3qxs7p1ipaji5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d1137bb53ecd92b1a8537abcd2635602c5ab3277/recipes/mmt";
- sha256 = "0hal3qcw6x9658xpdaw6q9l2rr2z107pvg5bdzshf67p1b3lf9dq";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/mmt";
- license = lib.licenses.free;
- };
- }) {};
- mo-git-blame = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mo-git-blame";
- ename = "mo-git-blame";
- version = "20160129.959";
- src = fetchFromGitLab {
- owner = "mbunkus";
- repo = "mo-git-blame";
- rev = "254a675eb794cdbbdef9fa2b4b7bb510b70089c0";
- sha256 = "1dh92hzpicfvrlg6swrw4igwb771xbsmsf7hxp1a4iry4w8dk398";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a784f931849ca836557390999b179ef9f6e775f3/recipes/mo-git-blame";
- sha256 = "14ngwwgzrnnysq1k1k681b5i06ad8r3phhgpvn5alp2fj3il03l3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mo-git-blame";
- license = lib.licenses.free;
- };
- }) {};
- mo-vi-ment-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mo-vi-ment-mode";
- ename = "mo-vi-ment-mode";
- version = "20181216.1806";
- src = fetchFromGitHub {
- owner = "AjayMT";
- repo = "mo-vi-ment";
- rev = "e8b525ffc5faa31d36ecc5496b40f0f5c3603c08";
- sha256 = "16ic8yhjfk0ijlcw7a270p7953w750qza3xdbf4vygkiqqkxiv84";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/85487df36bab0a4d2ea034dbe01c8f095a7efddc/recipes/mo-vi-ment-mode";
- sha256 = "1pg889mgpv0waccm135mlvag7q13gzfkzchv2532jngwrn6amqc7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mo-vi-ment-mode";
- license = lib.licenses.free;
- };
- }) {};
- mobdebug-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lua-mode
- , melpaBuild }:
- melpaBuild {
- pname = "mobdebug-mode";
- ename = "mobdebug-mode";
- version = "20140109.1946";
- src = fetchFromGitHub {
- owner = "deftsp";
- repo = "mobdebug-mode";
- rev = "e1d483bc4e341c762bc5c0a8c52306a8d01ea0da";
- sha256 = "04hbd7mv29v3fv4ld0b3skrir0wp9dix2n5nbqp63fj6n5i4cyyz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25a48680d9f0d2b86ee64cc2415626a5283136a8/recipes/mobdebug-mode";
- sha256 = "19k0c7igqsqvib6hx0nssig4l5f959dlr4wijd1hp5h1hmcb5vv8";
- name = "recipe";
- };
- packageRequires = [ emacs lua-mode ];
- meta = {
- homepage = "https://melpa.org/#/mobdebug-mode";
- license = lib.licenses.free;
- };
- }) {};
- mocha = callPackage ({ f
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mocha";
- ename = "mocha";
- version = "20180321.1622";
- src = fetchFromGitHub {
- owner = "scottaj";
- repo = "mocha.el";
- rev = "33e1b521a8a8d0225df353b51f1e8a4588ee32d0";
- sha256 = "1ln6wz452sfxy7ii211ha9p0n3pygxyzyk0raczfla3ln8dh989q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/39c26134ba95f277a4e9400e506433d96a695aa4/recipes/mocha";
- sha256 = "0kjgrl5iy7cd3b9csgpjg3y0wp0q6c7c8cvf0mx8gdbsj7296kyx";
- name = "recipe";
- };
- packageRequires = [ f js2-mode ];
- meta = {
- homepage = "https://melpa.org/#/mocha";
- license = lib.licenses.free;
- };
- }) {};
- mocha-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "mocha-snippets";
- ename = "mocha-snippets";
- version = "20190417.1231";
- src = fetchFromGitHub {
- owner = "cowboyd";
- repo = "mocha-snippets.el";
- rev = "361a3809f755577406e109b9e44d473dfa7c08e0";
- sha256 = "0xcybq0cwd0c33bi1jf7h098a4anc4gkj3m1c97gc8mz9x4fjksy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93c472e3d7f318373342907ca7253253ef12dab8/recipes/mocha-snippets";
- sha256 = "0dbsdk4jpzxv2sxx0nia9zhd0a0wmkz1qcqmbd15m1909ccdwxds";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/mocha-snippets";
- license = lib.licenses.free;
- };
- }) {};
- mocker = callPackage ({ eieio ? null
- , el-x
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mocker";
- ename = "mocker";
- version = "20150916.1854";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "mocker.el";
- rev = "55b078b53ea49e48bd1821d96f0fb86f794fdc6c";
- sha256 = "1lav7am41v63xgavq8pr88y828jmd1cxd4prjq7jlbxm6nvrwxh2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/16a4fe34a6f354d396c24ff13e15157510202259/recipes/mocker";
- sha256 = "1g90jp1czrrzrmn7n4linby3q4fb4gcflzv2amjv0sdimw1ln1w3";
- name = "recipe";
- };
- packageRequires = [ eieio el-x ];
- meta = {
- homepage = "https://melpa.org/#/mocker";
- license = lib.licenses.free;
- };
- }) {};
- modalka = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "modalka";
- ename = "modalka";
- version = "20181231.2300";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "modalka";
- rev = "6f07d94f9315d8f25adcfd69f8416780d96626af";
- sha256 = "1avjspidddrsqg16ah6gk4vc728xfnczpcr1a45sq34jnw9wpi8q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fa0a02da851a603b81e183f461da55bf4c71f0e9/recipes/modalka";
- sha256 = "0bkjykvl6sw797h7j76dzn1viy598asly98gcl5wrq13n4w1md4c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/modalka";
- license = lib.licenses.free;
- };
- }) {};
- mode-icons = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mode-icons";
- ename = "mode-icons";
- version = "20190520.2247";
- src = fetchFromGitHub {
- owner = "ryuslash";
- repo = "mode-icons";
- rev = "33aad72386952308c69bb98956b6735b23628501";
- sha256 = "17xbqwdk5kl3z9yr684xmq3d7gapwpzlia4yxcx1d3dz80wprmhm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/mode-icons";
- sha256 = "1dqcry27rz7afyvjg7345wysp6wmh8fpj32ysk5iw5i7v5scf6kf";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/mode-icons";
- license = lib.licenses.free;
- };
- }) {};
- mode-line-bell = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mode-line-bell";
- ename = "mode-line-bell";
- version = "20181028.2216";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "mode-line-bell";
- rev = "4985ba42f5a19f46ddbf9b3622453a9694995ce5";
- sha256 = "13n3di05lgqfm4f8krn3p36yika5znhymp5vr2d747x54hqmgh7y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/26f19808655b0242a1e9e5e5d41f7f794542e243/recipes/mode-line-bell";
- sha256 = "1ri771hb91b7hd203f8zp83h5hcndh8ccc1y8shhqmak6a6l04wk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mode-line-bell";
- license = lib.licenses.free;
- };
- }) {};
- mode-line-debug = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mode-line-debug";
- ename = "mode-line-debug";
- version = "20180318.1525";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "mode-line-debug";
- rev = "a0fcc394b07d2414bd6f722da10f1c7567333f6b";
- sha256 = "04vsb0lniy90bhnqb590dap9y4wac64xz0lc2rlfczic0nrqd1aa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b0080ab9ef1eca5dd19b3fd9af536d8aa17773a2/recipes/mode-line-debug";
- sha256 = "0ppj14bm3rx3xgg4mfxa5zcm2r129jgmsx817wq3h7akjngcbfkd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mode-line-debug";
- license = lib.licenses.free;
- };
- }) {};
- modern-cpp-font-lock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "modern-cpp-font-lock";
- ename = "modern-cpp-font-lock";
- version = "20190331.828";
- src = fetchFromGitHub {
- owner = "ludwigpacifici";
- repo = "modern-cpp-font-lock";
- rev = "02f104701bc34c146d22e3143ae59ef362999098";
- sha256 = "14vxxvvm12jnq4llb759h8y4w3cv71d3xic1mbp0jmyd0j4dkqzp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4bfc2386049adfe7a8e20da9b69fb73d6cb71387/recipes/modern-cpp-font-lock";
- sha256 = "0h43icb5rqbkc5699kdy2mrjs5448phl18jch45ylp2wy2r8c2qj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/modern-cpp-font-lock";
- license = lib.licenses.free;
- };
- }) {};
- modtime-skip-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "modtime-skip-mode";
- ename = "modtime-skip-mode";
- version = "20140128.1401";
- src = fetchFromGitHub {
- owner = "jordonbiondo";
- repo = "modtime-skip-mode";
- rev = "c0e49523aa26b2263a8693691ac775988015f592";
- sha256 = "0ri841cwx2mx8ri50lhvifmxnysdc022421mlmklql0252kn775l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/486a675ca4898f99133bc18202e123fb58af54c0/recipes/modtime-skip-mode";
- sha256 = "1drafwf4kqp83jp47j2ddl2n4a92zf1589fnp6c72hmjqcxv3l28";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/modtime-skip-mode";
- license = lib.licenses.free;
- };
- }) {};
- moe-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "moe-theme";
- ename = "moe-theme";
- version = "20180616.1900";
- src = fetchFromGitHub {
- owner = "kuanyui";
- repo = "moe-theme.el";
- rev = "ee6d7a1c84ac7a11fcc82dfc3b174eee1c8461fa";
- sha256 = "1g0hzivvqxijbmnnw8ivdlr1z90brnfp555hg6h7hhsh0b6v0arl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4efefd7edacf90620436ad4ef9ceb470618a8018/recipes/moe-theme";
- sha256 = "1nqvj8spvffgjvqlf25rcm3dc6w1axb6qlwwsjhq401a6xhw67f6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/moe-theme";
- license = lib.licenses.free;
- };
- }) {};
- molecule = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "molecule";
- ename = "molecule";
- version = "20180527.43";
- src = fetchgit {
- url = "https://git.daemons.it/drymer/molecule.el/";
- rev = "2ef72b81d9aa24ea782b71a061a3abdad6cae162";
- sha256 = "0fn16jlpdfy35mz0n27bzdiwgvv8l9nfxf8j4pypgpqarnxzpsgc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7421b67dc51abf13bb028e467bb4c83f857a342e/recipes/molecule";
- sha256 = "0kdwmn4gb382igy979y7x2fdqcnfxlb4dvqvm6w7ghs564grzgj4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/molecule";
- license = lib.licenses.free;
- };
- }) {};
- molokai-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "molokai-theme";
- ename = "molokai-theme";
- version = "20151016.845";
- src = fetchFromGitHub {
- owner = "alloy-d";
- repo = "color-theme-molokai";
- rev = "04a44f21184b6a26caae4f2c92db9019d883309c";
- sha256 = "1hqa59pdrnwfykyl58lr8pfbh2f13sygvmrh707hbwc2aii0jjv2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1fdc89f0c52231f238096a1d42c2c330cb50d2c/recipes/molokai-theme";
- sha256 = "0srdh3yx7j6xs7rgpzmsyzz6ds00kq887rs2sfa0nvk0j0ga6baf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/molokai-theme";
- license = lib.licenses.free;
- };
- }) {};
- mongo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mongo";
- ename = "mongo";
- version = "20150315.519";
- src = fetchFromGitHub {
- owner = "m2ym";
- repo = "mongo-el";
- rev = "595529ddd70ecb9fab8b11daad2c3929941099d6";
- sha256 = "0z8mcfhj425hb91fkj1pyg3apw1kf4mgy8lx6n1sc8zmib38py0x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/mongo";
- sha256 = "0jb5m611m7w26wgfwijgy0dn65s7p1y6fdcfpfgpxa7j5vrcxasc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mongo";
- license = lib.licenses.free;
- };
- }) {};
- monitor = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "monitor";
- ename = "monitor";
- version = "20161018.444";
- src = fetchFromGitHub {
- owner = "GuiltyDolphin";
- repo = "monitor";
- rev = "63f4643a0ee81616dbb692b8b03bae21df2283e2";
- sha256 = "1hl7nzxvjwv9kknyjikkbxw1gbi5kx4hkkq7sw6jnj06192n93yg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9df614e8e7b9dfdbd7eec552a2b13e0f5acfc22/recipes/monitor";
- sha256 = "11n4nv6vkjw434yrwqjw20229m2sxqxxdp7sg99gzrd5gjyab643";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/monitor";
- license = lib.licenses.free;
- };
- }) {};
- monky = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "monky";
- ename = "monky";
- version = "20190502.717";
- src = fetchFromGitHub {
- owner = "ananthakumaran";
- repo = "monky";
- rev = "df63632ad58704f6ee85dfcb275bbcc5e1edfbae";
- sha256 = "09fi8fxyl50fr8wdd61wacfn3xishcrsff3dag99qdbvbxakp46m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b33d35e3004f3cc8a5c17aa1ee07dd21d2d46dc/recipes/monky";
- sha256 = "1m7hy3ijwgxqjk3vjvqkxqj8b5bqnd201bmf302k45n0dpjmhshz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/monky";
- license = lib.licenses.free;
- };
- }) {};
- monochrome-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "monochrome-theme";
- ename = "monochrome-theme";
- version = "20140326.350";
- src = fetchFromGitHub {
- owner = "fxn";
- repo = "monochrome-theme.el";
- rev = "9cf993670c9e8d198f41d840216e13280585b3e1";
- sha256 = "0x6k0lxhp6y32ws54fgb71j3vfkn864iswhxs0ygg7n1nrkz1ipq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d00b78ead693e844e35c760fe2c39b8ed6cb0d81/recipes/monochrome-theme";
- sha256 = "0cq2clliwcwnn1spz1w6y5qw1lgqznw212rcc4q6f1kslq0jyk5x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/monochrome-theme";
- license = lib.licenses.free;
- };
- }) {};
- monokai-alt-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "monokai-alt-theme";
- ename = "monokai-alt-theme";
- version = "20170630.1348";
- src = fetchFromGitHub {
- owner = "dawidof";
- repo = "emacs-monokai-theme";
- rev = "f342b6afc31f929be0626eca2d696ee9fab78011";
- sha256 = "1lgsqrwf21b0rh4x8nmj08a46ld7dkq4jhwxi1fi7a9xhmi2yd4i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ff05515c2f3bd80cb8d7de9afc8fd983e62ad91/recipes/monokai-alt-theme";
- sha256 = "135bli9vhgl898526q6znjvck356bja1ylsfi95d9445jd136c4v";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/monokai-alt-theme";
- license = lib.licenses.free;
- };
- }) {};
- monokai-pro-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "monokai-pro-theme";
- ename = "monokai-pro-theme";
- version = "20190425.1603";
- src = fetchFromGitHub {
- owner = "belak";
- repo = "emacs-monokai-pro-theme";
- rev = "747556c0cb38993c83ea8b6665869f42249d885a";
- sha256 = "1xfc3v1bwxpn3j42h6b1vy6knjrlmskq95c9vgdlia9ffz5pg7r3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d5fbd76a40d84dd2d91a1022f59c15e6db6b90a/recipes/monokai-pro-theme";
- sha256 = "05ya47cmry2fprssjx3adwij9zd218rcnikpw9hximwlklmzjvb3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/monokai-pro-theme";
- license = lib.licenses.free;
- };
- }) {};
- monokai-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "monokai-theme";
- ename = "monokai-theme";
- version = "20180730.629";
- src = fetchFromGitHub {
- owner = "oneKelvinSmith";
- repo = "monokai-emacs";
- rev = "f4ef092129f4a35edaee0a9b2219c17e86309730";
- sha256 = "1dshz153y25pmff0pn2rsvgxsv0jv0pjn5cpzvr5x11b65ijwshy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2bc9ce95a02fc4bcf7bc7547849c1c15d6db5089/recipes/monokai-theme";
- sha256 = "13mv4vgsmdbf3v748lqi7b42hvr3yp86n97rb6792bcgd3kbdx7a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/monokai-theme";
- license = lib.licenses.free;
- };
- }) {};
- monotropic-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "monotropic-theme";
- ename = "monotropic-theme";
- version = "20181015.530";
- src = fetchFromGitHub {
- owner = "caffo";
- repo = "monotropic-theme";
- rev = "36df566aa8225e303f6c9d90c00740dd678a415e";
- sha256 = "05n8s3719f6yrh4fi5xyzzlhpsgpbc60mmfmzycxlb4sinq9bfks";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/38222d109ece0030b0bfafb242aa100694b2bfcf/recipes/monotropic-theme";
- sha256 = "129yqjh4gaab1kjijzkzbw50alzdiwmpv9cl3lsy04m8zk02shl8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/monotropic-theme";
- license = lib.licenses.free;
- };
- }) {};
- monroe = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "monroe";
- ename = "monroe";
- version = "20190109.547";
- src = fetchFromGitHub {
- owner = "sanel";
- repo = "monroe";
- rev = "2f472fdc09c1b36c291ddb5ed9aecc331fd7e082";
- sha256 = "1g9v7z2bk2vcknpff31y9pf6cw8xrb5hxsh8cjci7i5w2abp7qbj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/590e5e784c5a1c12a241d90c9a0794d2737a61ef/recipes/monroe";
- sha256 = "04rhninxppvilk7s90g0wwa0g9vfcg7mk8mrb2m2c7cb9vj6wyig";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/monroe";
- license = lib.licenses.free;
- };
- }) {};
- mood-line = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mood-line";
- ename = "mood-line";
- version = "20190606.247";
- src = fetchFromGitLab {
- owner = "jessieh";
- repo = "mood-line";
- rev = "670f2c0c39e72fed57be2bd65325a65bca166396";
- sha256 = "18jwca84c72jahmx7lwilnihrlw6s6ni5d7qkj8n6q7ibka3cffv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b10524f105943648ecf52f007f363b7b5534865e/recipes/mood-line";
- sha256 = "0wj8rdgsqsdd2ps3w7sj8a7yhhz0iczwgnalalzws42x8s9yn4j0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mood-line";
- license = lib.licenses.free;
- };
- }) {};
- mood-one-theme = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mood-one-theme";
- ename = "mood-one-theme";
- version = "20190422.1424";
- src = fetchFromGitLab {
- owner = "jessieh";
- repo = "mood-one-theme";
- rev = "bd41e991e2280102d538eccc508d6a4bb6a651ca";
- sha256 = "0h90z0l9968mpi7qbwjjp5jq41kxjfjcr2ydfadsry5zj1pzk95i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44fbe8c54e4052e6c38849a12425db8f7c04fcc1/recipes/mood-one-theme";
- sha256 = "1ar3vsc0d838m2k54f4v8a4mc0g21qa9rmgr2wb763vb7vpcznmi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mood-one-theme";
- license = lib.licenses.free;
- };
- }) {};
- moody = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "moody";
- ename = "moody";
- version = "20190203.947";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "moody";
- rev = "e0975e844876f0962b2e9481c26739397bd23541";
- sha256 = "0jci21ycsyf1mblcv8vbii4wisw1zcs15q5xwld7ai24kgj70269";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63521fe6a1e540544a07231cc94144439e8caea7/recipes/moody";
- sha256 = "095241sjw330fb5lk48aa4zx8xbzk8s4ml22n6a8bzr99nkhn5jy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/moody";
- license = lib.licenses.free;
- };
- }) {};
- moom = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "moom";
- ename = "moom";
- version = "20180909.2138";
- src = fetchFromGitHub {
- owner = "takaxp";
- repo = "moom";
- rev = "a8820f19a8168ab395ba835872606280ad96916d";
- sha256 = "1lpkmbabw9n50hf7yr6n4aim8x0km1wa15mpf7mv9w91ca2blg5d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c55081230ee02346ed02e0ab19ee2302e7b9ffa7/recipes/moom";
- sha256 = "11l4yc8fhxsrsjfksqj4cxr13jln0khhd2dn09i94n71dx7lybh1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/moom";
- license = lib.licenses.free;
- };
- }) {};
- moonscript = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "moonscript";
- ename = "moonscript";
- version = "20170831.1526";
- src = fetchFromGitHub {
- owner = "k2052";
- repo = "moonscript-mode";
- rev = "56f90471e2ced2b0a177aed4d8c2f854797e9cc7";
- sha256 = "1v2phdpfngrb01x4qygpfgxdzpgvbprki2kbmpc83vlqxlmkvvjk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3046afee95277024830d7d372f2f1c84a0adcb00/recipes/moonscript";
- sha256 = "1fi4hg5gk5zpfkrk0hqghghkzbbi33v48piq2i085i4nc6m3imp0";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/moonscript";
- license = lib.licenses.free;
- };
- }) {};
- morganey-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "morganey-mode";
- ename = "morganey-mode";
- version = "20170118.134";
- src = fetchFromGitHub {
- owner = "morganey-lang";
- repo = "morganey-mode";
- rev = "7e33f1be486f58dfcf02adcbf82ccac47f69bd9b";
- sha256 = "1ic3m71ilclrvshc6lasbb1s7ifhjp10iwy0zbjbhfy27n05g3z1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/morganey-mode";
- sha256 = "18cbmx8lnypgxkisxa3lrh88v8l9k0q8fnai5ps8ngvfgz42rlqp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/morganey-mode";
- license = lib.licenses.free;
- };
- }) {};
- morlock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "morlock";
- ename = "morlock";
- version = "20180318.1323";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "morlock";
- rev = "5fd655ba3050981ab8059bcddf5b19c21f9ceea1";
- sha256 = "0bgrqydh9bb059j6b6y86xn6qdq85y0radsi1zq20p5xmrsgivbn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b6ef53bbc80edda12a90a8a9705fe14415972833/recipes/morlock";
- sha256 = "0693jr1k8mzd7hwp52azkl62c1g1p5yinarjcmdksfyqblqq5jna";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/morlock";
- license = lib.licenses.free;
- };
- }) {};
- mosey = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mosey";
- ename = "mosey";
- version = "20180614.949";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "mosey.el";
- rev = "2e3ac9d334fa2937ed5267193dfd25d8e1f14dc2";
- sha256 = "1yxy6m5igvsy37vn93ijs0b479v50vsnsyp8zi548iy2ribr0qr5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76a9a43eea68db9f82c07677235c481a6f243aa2/recipes/mosey";
- sha256 = "0zprzr5aqv77kmg1ki9w6fw1nc2ap6yqjl4ak05a1i9cq8g6nf3m";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mosey";
- license = lib.licenses.free;
- };
- }) {};
- mote-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , ruby-mode ? null }:
- melpaBuild {
- pname = "mote-mode";
- ename = "mote-mode";
- version = "20160122.1629";
- src = fetchFromGitHub {
- owner = "inkel";
- repo = "mote-mode";
- rev = "666c6641addbd3b337a7aa01fd2742ded2f41b83";
- sha256 = "10mf96r75558scn71pri71aa8nhp6hmnb5rwjxlh5dlf80r5dfd7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/mote-mode";
- sha256 = "0ccsyl0wvf0nbsw57sxad7w0c0i5al5s5mjrjjq8bnfh4dyj2x0y";
- name = "recipe";
- };
- packageRequires = [ ruby-mode ];
- meta = {
- homepage = "https://melpa.org/#/mote-mode";
- license = lib.licenses.free;
- };
- }) {};
- motion-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-cursor
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "motion-mode";
- ename = "motion-mode";
- version = "20140919.1856";
- src = fetchFromGitHub {
- owner = "ainame";
- repo = "motion-mode";
- rev = "4c94180e3ecea611a61240a0c0cd48f1032c4a55";
- sha256 = "17570labnwdnwca2cg4ga0mrrm00n0h3wlxry823k5yn3k93rnj1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1e3a2091a73c7d725c929313290566f5ca19404/recipes/motion-mode";
- sha256 = "1lfsc8ayiz2v3dfn8c0mmfch8vpzqyddxw8kscan2lzl2lcj50h0";
- name = "recipe";
- };
- packageRequires = [ flymake-cursor flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/motion-mode";
- license = lib.licenses.free;
- };
- }) {};
- mouse-slider-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mouse-slider-mode";
- ename = "mouse-slider-mode";
- version = "20161021.1214";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "mouse-slider-mode";
- rev = "b3c19cd231edecce76787c5a9bbe5e4046d91f88";
- sha256 = "1qkbrwicp3gaknnmfrajf1qdyhj5s0c09cx62869rp2721p8rqaw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8fa747999bb928c3836400a43d8ab63939381673/recipes/mouse-slider-mode";
- sha256 = "0aqxjm78k7i8c59w6mw9wsfw3rail1pg40ac1dbcjkm62fjbh5hy";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/mouse-slider-mode";
- license = lib.licenses.free;
- };
- }) {};
- move-dup = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "move-dup";
- ename = "move-dup";
- version = "20190408.546";
- src = fetchFromGitHub {
- owner = "wyuenho";
- repo = "move-dup";
- rev = "19f1c075d939084279b190c38412b4cfda96840d";
- sha256 = "0rb9x00dygf0v5xk6gljdn0lvkgzyl129b5i4jpxz0ylccckd0xn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3ea1f7f015a366192492981ff75672fc363c6c18/recipes/move-dup";
- sha256 = "0b0lmiisl9yckblwf7619if88qsmbka3bl4qiaqam7fka7psxs7f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/move-dup";
- license = lib.licenses.free;
- };
- }) {};
- move-text = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "move-text";
- ename = "move-text";
- version = "20170908.2030";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "move-text";
- rev = "daaa5c3e01d1b88f4eea8e1421acd2453c2df350";
- sha256 = "1hm2j28vf7zh5h552wszawxsp2c4jwpc33017ld1vc9qcccp3895";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82bfd0f41e42eed1d4c2361ec1d1685edebbac1b/recipes/move-text";
- sha256 = "04bfrkanafmbrdyw06ciw9kiyn7h3kpikxk3clx2gc04jl67hzgy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/move-text";
- license = lib.licenses.free;
- };
- }) {};
- mowedline = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mowedline";
- ename = "mowedline";
- version = "20161121.1835";
- src = fetchFromGitHub {
- owner = "retroj";
- repo = "mowedline";
- rev = "bde4de0a4e1404127b0a48897d8cd1d1cb8a263d";
- sha256 = "0wwl9f01b9sgs8n19a4i7h08xaf6zdljf2plbdpyy4gzi2iiqcc4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/86f7df6b8df3398ef476c0ed31722b03f16b2fec/recipes/mowedline";
- sha256 = "0c2hvvwa7s5iyz517jaskshdcq9zs15zr6xsvrcb3biahrh4bmfb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mowedline";
- license = lib.licenses.free;
- };
- }) {};
- moz = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "moz";
- ename = "moz";
- version = "20150805.1006";
- src = fetchFromGitHub {
- owner = "bard";
- repo = "mozrepl";
- rev = "2209e126b509b9a4d0800b1c7f9623e8d2b4345b";
- sha256 = "18b214667b4hr76dd09kbjb3acsnr9n5aik49ji1v50k78aaswvv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6839c5e52364fb32f6d8a351e5c2f21fbd6669a1/recipes/moz";
- sha256 = "0ar2xgsi7csjj6fgiamrjwjc58j942dm32j3f3lz21yn2c4pnyxi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/moz";
- license = lib.licenses.free;
- };
- }) {};
- moz-controller = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , moz }:
- melpaBuild {
- pname = "moz-controller";
- ename = "moz-controller";
- version = "20151208.1806";
- src = fetchFromGitHub {
- owner = "RenWenshan";
- repo = "emacs-moz-controller";
- rev = "46f665c03574fa922de767fc29795e0db4a7c5c6";
- sha256 = "0fssn33ld6xhjlwg1dbrjg8sa0pjmglq0dw792yrmvm4fj0zjph8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fcc20337594a76a547f696adece121ae592c6917/recipes/moz-controller";
- sha256 = "18gca1csl9dfi9995mky8cbgi3xzf1if8pzdjiz5404gzcqk0rfd";
- name = "recipe";
- };
- packageRequires = [ moz ];
- meta = {
- homepage = "https://melpa.org/#/moz-controller";
- license = lib.licenses.free;
- };
- }) {};
- mozc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mozc";
- ename = "mozc";
- version = "20180101.0";
- src = fetchFromGitHub {
- owner = "google";
- repo = "mozc";
- rev = "f5ddd0e06f5d94ecc626b38797c982e8598d18e0";
- sha256 = "03ccc2v80033av5a5gq7w90rpk851idfg28979hjq8qfzsizx7x6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/30fef77e1d7194ee3c3c1d4775c349a4a9f6af2c/recipes/mozc";
- sha256 = "0nslh4xyqpvzdxcgrd1bzaqcdz77bghizh6n2w6wk46cflir8xba";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mozc";
- license = lib.licenses.free;
- };
- }) {};
- mozc-im = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mozc }:
- melpaBuild {
- pname = "mozc-im";
- ename = "mozc-im";
- version = "20160411.1722";
- src = fetchFromGitHub {
- owner = "d5884";
- repo = "mozc-im";
- rev = "df614a1076c28a11551fb3e822868bae47e855a5";
- sha256 = "0cpcldizgyr125j7lzkl8l6jw1hc3fb12cwgkpjrl6pjpr80vb15";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b651b7f1c15b44577b3c2b7493264ed802cf073/recipes/mozc-im";
- sha256 = "1gqzmm712npj36qfi506zgl0ycd6k7l5m46c7zz2z2lb6jpssw10";
- name = "recipe";
- };
- packageRequires = [ mozc ];
- meta = {
- homepage = "https://melpa.org/#/mozc-im";
- license = lib.licenses.free;
- };
- }) {};
- mozc-popup = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mozc
- , popup }:
- melpaBuild {
- pname = "mozc-popup";
- ename = "mozc-popup";
- version = "20150223.1634";
- src = fetchFromGitHub {
- owner = "d5884";
- repo = "mozc-popup";
- rev = "f0684b875a7427ec08f8df13939a486e5d5cf420";
- sha256 = "1mbpkjc6sk7qqmgsmr5a5l2ycwnqp8bkwgikdavgs6hnal10bkmn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49bdcf035b9f885a689b9dc21817aecdcd09768b/recipes/mozc-popup";
- sha256 = "1n43lwflxzzyskxgzg19rg3hiqqkf5l7vfgaydryf4sk8480x687";
- name = "recipe";
- };
- packageRequires = [ mozc popup ];
- meta = {
- homepage = "https://melpa.org/#/mozc-popup";
- license = lib.licenses.free;
- };
- }) {};
- mozc-temp = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mozc }:
- melpaBuild {
- pname = "mozc-temp";
- ename = "mozc-temp";
- version = "20160228.40";
- src = fetchFromGitHub {
- owner = "HKey";
- repo = "mozc-temp";
- rev = "7f5dd5fc8ceeca9b1822f7e056a4be67e2e74959";
- sha256 = "1gdi2pz8450h11aknz3hbgjlx09w6c4l8d8sz0zv3pb1z8cqkgqv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e0c77275d759bf73df11fa151b4e737d7cb15adf/recipes/mozc-temp";
- sha256 = "0x1bsa1py0kn73hzbsb4ijl0bqng8nib191vgn6xq8f5cx55044d";
- name = "recipe";
- };
- packageRequires = [ dash emacs mozc ];
- meta = {
- homepage = "https://melpa.org/#/mozc-temp";
- license = lib.licenses.free;
- };
- }) {};
- mpages = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mpages";
- ename = "mpages";
- version = "20150710.704";
- src = fetchFromGitHub {
- owner = "slevin";
- repo = "mpages";
- rev = "39a72a0931ab1cdbfdf0ab9f412dc12d43a3829f";
- sha256 = "11c8pr3s77aq34ic32lnsialwh8bw3m78kj838xl2aab2pgrlny2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b535c2862c4fad568324466883f23ba9f39e787f/recipes/mpages";
- sha256 = "11scjjwwrpgaz6i4jq9y7m864nfak46vnbfb0w15625znz926jcs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mpages";
- license = lib.licenses.free;
- };
- }) {};
- mpdel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , libmpdel
- , melpaBuild }:
- melpaBuild {
- pname = "mpdel";
- ename = "mpdel";
- version = "20190428.218";
- src = fetchFromGitHub {
- owner = "mpdel";
- repo = "mpdel";
- rev = "a2da2f2fe2357641909514da788f7c6cbe5801f4";
- sha256 = "0pyyvbzskr44dxbmlp3y0r6s459fd51cvwjmnjaqxfxflr5v891g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb25443752e18e47afc63d5497cc5052c388a607/recipes/mpdel";
- sha256 = "1py6zk16yl7pyql2qxzd770clzszw7c769hw70n963kns1qmpif8";
- name = "recipe";
- };
- packageRequires = [ emacs libmpdel ];
- meta = {
- homepage = "https://melpa.org/#/mpdel";
- license = lib.licenses.free;
- };
- }) {};
- mpmc-queue = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , queue }:
- melpaBuild {
- pname = "mpmc-queue";
- ename = "mpmc-queue";
- version = "20180303.1229";
- src = fetchFromGitHub {
- owner = "smizoe";
- repo = "mpmc-queue";
- rev = "df07d6bef7468edb1d73ef73b8331b94d0e5d0ca";
- sha256 = "17817l3afghg9z8jxkj61yg85plmr74ki3wf4hz685llx8fr69w0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/30511f1e5eaf45b5f43fbacdd6c7254cb39b1d2c/recipes/mpmc-queue";
- sha256 = "08jcmhfl87nsg6zgv582yfs152bqihbcssh085gxxqn2x99li354";
- name = "recipe";
- };
- packageRequires = [ emacs queue ];
- meta = {
- homepage = "https://melpa.org/#/mpmc-queue";
- license = lib.licenses.free;
- };
- }) {};
- mpv = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "mpv";
- ename = "mpv";
- version = "20180602.314";
- src = fetchFromGitHub {
- owner = "kljohann";
- repo = "mpv.el";
- rev = "9dedf3b7c1bfd778284df7f394207ce0447ea7aa";
- sha256 = "15z62wi47pwvkbh4qgvz06yk4cyy570pjz1276sd9frdwgd4kc19";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2392c1d1042ac6a42bbf9aa7e394c03e178829d0/recipes/mpv";
- sha256 = "1vq308ac6jj1h8qa2b2sypisb38hbvwjimqndhpfir06fghkw94l";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs json org ];
- meta = {
- homepage = "https://melpa.org/#/mpv";
- license = lib.licenses.free;
- };
- }) {};
- mqr = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mqr";
- ename = "mqr";
- version = "20180527.504";
- src = fetchFromGitHub {
- owner = "calancha";
- repo = "multi-replace";
- rev = "4ade19d4620b8b61340290bf63fa56d5e493859f";
- sha256 = "0pkxmv0rla9f2ly9fq3i3mrsa2q8rsrs4pk6w7wpi3v5fbj1jmd6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0023747e8173fab8e88143ee95a31540a079c6bf/recipes/mqr";
- sha256 = "1nw713sha29q1zgsxxfrkggkrk6q8vvk9sdi1s539r8h35bc3jx0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mqr";
- license = lib.licenses.free;
- };
- }) {};
- mqtt-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mqtt-mode";
- ename = "mqtt-mode";
- version = "20180605.1031";
- src = fetchFromGitHub {
- owner = "andrmuel";
- repo = "mqtt-mode";
- rev = "36d1d4296d79e17b8f35e8e14f2708980eb502db";
- sha256 = "1116xvwpavg7icm263s0clgxhw3qqm4aqiw4ky94w9a8ydazx51l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b85c84ff9523026620e5b3cf864bbc7b9f81d57a/recipes/mqtt-mode";
- sha256 = "1zbnhd65c9wz9yr29j37c8z7vz3axpfwkzx0z8xjplp40mafpz1z";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/mqtt-mode";
- license = lib.licenses.free;
- };
- }) {};
- ms-python = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild }:
- melpaBuild {
- pname = "ms-python";
- ename = "ms-python";
- version = "20190412.2216";
- src = fetchFromGitHub {
- owner = "xhcoding";
- repo = "ms-python";
- rev = "d95ac8f1633764cdb4bb43bf44c2eb6b225f9f93";
- sha256 = "0z1i556y51fhy2c6n6zdmwzbl7czp99v1szaxhb53z96s0d4nqmc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6373142d80e84db8dec47abd0cdc562352b16681/recipes/ms-python";
- sha256 = "1zws8vsxmiwiy4ndxlnl8hn98gfkhf50w7mvq9plr4z6z1adzdi0";
- name = "recipe";
- };
- packageRequires = [ emacs lsp-mode ];
- meta = {
- homepage = "https://melpa.org/#/ms-python";
- license = lib.licenses.free;
- };
- }) {};
- msvc = callPackage ({ ac-clang
- , cedet ? null
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "msvc";
- ename = "msvc";
- version = "20190426.345";
- src = fetchFromGitHub {
- owner = "yaruopooner";
- repo = "msvc";
- rev = "c3b86fb517e95c9ae4d6b851984f4f4ed1864c06";
- sha256 = "0mn12za94ciqfagia3ga7azl86abxa41191vlczh8kwspwci4x1h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69939b85353a23f374cab996ede879ab315a323b/recipes/msvc";
- sha256 = "04gq2klana557qvsi3bv6416l0319jsqb6bdfs7y6729qd94hlq3";
- name = "recipe";
- };
- packageRequires = [ ac-clang cedet cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/msvc";
- license = lib.licenses.free;
- };
- }) {};
- mtg-deck-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mtg-deck-mode";
- ename = "mtg-deck-mode";
- version = "20180613.1310";
- src = fetchFromGitHub {
- owner = "mattiasb";
- repo = "mtg-deck-mode";
- rev = "8265b8ed17fcd4406760c19aa6ee9c76068b1ab0";
- sha256 = "04qdcqpkic2nhqy6nf15j3zp5hmrfzs2kndvmg5v4vjac2vfmzfb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/425fa66cffe7bfda71de4ff2b49e951456bdeae1/recipes/mtg-deck-mode";
- sha256 = "07hszf33nawhp218f90qr4s713yyjdd7zzkq0s8q0fb6aai5iiih";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mtg-deck-mode";
- license = lib.licenses.free;
- };
- }) {};
- mu-cite = callPackage ({ fetchFromGitHub
- , fetchurl
- , flim
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mu-cite";
- ename = "mu-cite";
- version = "20160130.300";
- src = fetchFromGitHub {
- owner = "ksato9700";
- repo = "mu-cite";
- rev = "aea3c2d01eb3284d5e0124059d368e8c6b6ffddc";
- sha256 = "1gxspy50gh7j4sysvr17fvvp8p417ww39ii5dy0fxncfwczdsa19";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a80bc6e626f4bc6edfe6560833d12d31ecfd7a51/recipes/mu-cite";
- sha256 = "0ap21sw4r2x774q2np6rhrxh2m2rf3f6ak3k71iar159chx32y6q";
- name = "recipe";
- };
- packageRequires = [ flim ];
- meta = {
- homepage = "https://melpa.org/#/mu-cite";
- license = lib.licenses.free;
- };
- }) {};
- mu2tex = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mu2tex";
- ename = "mu2tex";
- version = "20190519.2203";
- src = fetchFromGitHub {
- owner = "cdominik";
- repo = "mu2tex";
- rev = "bfd1d72d52139e58d8a74a72a680773f3403bfd1";
- sha256 = "1f1yqlg9iynkq4mmwgr87fv02d5bcza3nhdbid4w6jlgqyxzwvi6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e55964077f23a9d3ec4b53cb5add6d7166f385e0/recipes/mu2tex";
- sha256 = "1h146xscvlkjgp4wqw11cb1z6gjr1s0ysamcz4ii5gfv82rrjgyc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mu2tex";
- license = lib.licenses.free;
- };
- }) {};
- mu4e-alert = callPackage ({ alert
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "mu4e-alert";
- ename = "mu4e-alert";
- version = "20190417.2258";
- src = fetchFromGitHub {
- owner = "iqbalansari";
- repo = "mu4e-alert";
- rev = "91f0657c5b245a9de57aa38391221fb5d141d9bd";
- sha256 = "0qr5ww2xj8dibglh175qcq4bdgzs8lylv28hkbijykjshr3pkzn9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/mu4e-alert";
- sha256 = "0b74ky51nx75vcrrbabr5cj2cx4yax5kgaq479hjp5yc5mq2q46r";
- name = "recipe";
- };
- packageRequires = [ alert emacs ht s ];
- meta = {
- homepage = "https://melpa.org/#/mu4e-alert";
- license = lib.licenses.free;
- };
- }) {};
- mu4e-conversation = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mu4e-conversation";
- ename = "mu4e-conversation";
- version = "20190305.836";
- src = fetchFromGitLab {
- owner = "ambrevar";
- repo = "mu4e-conversation";
- rev = "fc3c9d3aca3cfae87001f95d505fab4fed597df0";
- sha256 = "06br06ld9brvki53jrw2zsarz1fnr4ajd7va9yb6y3sphphz0vc6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7638aecc7a2cd4b1646c6e32fe83e18ef212bbaa/recipes/mu4e-conversation";
- sha256 = "16vhjaxjhshw7ch9ihk35r99549xlbmvybwjx0p9mzyqi30dn3s6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mu4e-conversation";
- license = lib.licenses.free;
- };
- }) {};
- mu4e-jump-to-list = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mu4e-jump-to-list";
- ename = "mu4e-jump-to-list";
- version = "20190419.742";
- src = fetchFromGitLab {
- owner = "wavexx";
- repo = "mu4e-jump-to-list.el";
- rev = "358bba003543b49ffa266e503e54aebd0ebe614b";
- sha256 = "00y9nap61q1z2cdql4k9g7fgi2gdgd9iy5s5lzrd9a4agbx6r7sv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1cf98dff029d494007fe25d29bd8bcfecc5b8e6/recipes/mu4e-jump-to-list";
- sha256 = "0yl1vi62pjgklwa7ifvr35fciiqqc5zkrc0m4yxjiv0c0dn50b7n";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/mu4e-jump-to-list";
- license = lib.licenses.free;
- };
- }) {};
- mu4e-maildirs-extension = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mu4e-maildirs-extension";
- ename = "mu4e-maildirs-extension";
- version = "20180606.112";
- src = fetchFromGitHub {
- owner = "agpchil";
- repo = "mu4e-maildirs-extension";
- rev = "3ef4c48516be66e73d24fe764aadbcfc126b7964";
- sha256 = "04nf947sxkir3gni67jc5djhywkmay1l8cqkicayimrh3vd5cy05";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/mu4e-maildirs-extension";
- sha256 = "0bisxm0rph5q1p3zjr7vyyr0jqr3ihs6ihiwyfr8d3dvba1zhffc";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/mu4e-maildirs-extension";
- license = lib.licenses.free;
- };
- }) {};
- mu4e-overview = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mu4e-overview";
- ename = "mu4e-overview";
- version = "20190420.2312";
- src = fetchFromGitHub {
- owner = "mkcms";
- repo = "mu4e-overview";
- rev = "eb2d1e39c77c4725a8ee36dc68917aaf7b717b46";
- sha256 = "08mchv8q8q3mnpm69vc888jlv4iik4vlkxqpmkrsgimq1gyb80pj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec240f0f9bc43c5abca557607b0b89a24696744e/recipes/mu4e-overview";
- sha256 = "076lpfj6zrg2ivgbslg9whm4mci278kg45a3km7iadilwipiaxsk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mu4e-overview";
- license = lib.licenses.free;
- };
- }) {};
- mu4e-query-fragments = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mu4e-query-fragments";
- ename = "mu4e-query-fragments";
- version = "20170923.622";
- src = fetchFromGitLab {
- owner = "wavexx";
- repo = "mu4e-query-fragments.el";
- rev = "5f2b195dad2d74f38ff35b93edea5dd133112012";
- sha256 = "0frq485lghpzpzcrpw7f4vmc39nx1ph1dp0i0l8hb6h8rl1n4r7n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1cf98dff029d494007fe25d29bd8bcfecc5b8e6/recipes/mu4e-query-fragments";
- sha256 = "1gckwfgw7jvr6dbikcmy07i07wjhlvq66swhac2laaj6w567vc7w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mu4e-query-fragments";
- license = lib.licenses.free;
- };
- }) {};
- muban = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "muban";
- ename = "muban";
- version = "20180415.519";
- src = fetchFromGitHub {
- owner = "jiahaowork";
- repo = "muban.el";
- rev = "c134c46e60be1fb3e9a08dba3d07346855e0fcc2";
- sha256 = "1xlkzvfbzhhpmzz008ad4l9sxdvda2cxhq6grn84pcfh5g2ccn2c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3576c6b7d79ce6d4df40ce83400fa2468f8fbcdf/recipes/muban";
- sha256 = "1njphxx6sgw952p7v2qkbjwa8sb2mwrxrzv35bzp0d4c84ny2sa0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/muban";
- license = lib.licenses.free;
- };
- }) {};
- multi = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multi";
- ename = "multi";
- version = "20131013.844";
- src = fetchFromGitHub {
- owner = "kurisuwhyte";
- repo = "emacs-multi";
- rev = "884203b11fdac8374ec644cca975469aab263404";
- sha256 = "11zabs7qpdhri6n90ck7pgwcbz46d813nyl73h5m1i8jvz1wzx7v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9fea5cf529bcdf412af2926e55b8d77edc07eca/recipes/multi";
- sha256 = "1c240d1c1g8wb2ld944344zklnv86d9rycmya4z53b2ai10642ig";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/multi";
- license = lib.licenses.free;
- };
- }) {};
- multi-compile = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multi-compile";
- ename = "multi-compile";
- version = "20160306.1423";
- src = fetchFromGitHub {
- owner = "ReanGD";
- repo = "emacs-multi-compile";
- rev = "bd0331854774e7a269ce8a7dd49580cd397c0ec2";
- sha256 = "1aswpv1m02n26620hgkcfd38f06bzmmijlr9rs5krv6snq5gdb8g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b312434c6c8e23ded2b74bf8f144ad0b3170adae/recipes/multi-compile";
- sha256 = "16fv0hpwcjw1771zlbgznph0fix9fbm6yqj2rcz1f9l26iih6apz";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/multi-compile";
- license = lib.licenses.free;
- };
- }) {};
- multi-line = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , shut-up }:
- melpaBuild {
- pname = "multi-line";
- ename = "multi-line";
- version = "20170821.1926";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "multi-line";
- rev = "d3ce76b6aec62f96ef2c0409d8262fd39e67dccc";
- sha256 = "0kysz7l18z3fkzygpdnqf2ancixrwyzh6n49jgk0c50lhhqj324x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0f8eee6798a0ba71d437a1cbf82e360a5b60eafb/recipes/multi-line";
- sha256 = "1aadmijnjr029s1qq4gk8xyl9m8xb5x5774b8i3jyfixyjqvhvwp";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs s shut-up ];
- meta = {
- homepage = "https://melpa.org/#/multi-line";
- license = lib.licenses.free;
- };
- }) {};
- multi-project = callPackage ({ emacs
- , fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multi-project";
- ename = "multi-project";
- version = "20190217.832";
- src = fetchhg {
- url = "https://bitbucket.com/ellisvelo/multi-project";
- rev = "13bd84412236";
- sha256 = "1i97m9iyslg34vbg2aqjy4hzad78qsi0jjkh83xgrdn0hax2x9wy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/multi-project";
- sha256 = "19dy2wl5ad1xldiznlw2vjvr9ja8h9wiv6igcggixq56fhngp40x";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/multi-project";
- license = lib.licenses.free;
- };
- }) {};
- multi-run = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , window-layout }:
- melpaBuild {
- pname = "multi-run";
- ename = "multi-run";
- version = "20190507.1649";
- src = fetchFromGitHub {
- owner = "sagarjha";
- repo = "multi-run";
- rev = "c6256b0cc2876c29faf381d8324b31b911045a27";
- sha256 = "07nd7lwrnz9j54hq33c8ii1pipd472qfsdifg6fid7kca0rychif";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e05ad99477bb97343232ded7083fddb810ae1781/recipes/multi-run";
- sha256 = "1iv4a49czdjl0slp8590f1ya0vm8g2ycnkwrdpqi3b55haaqp91h";
- name = "recipe";
- };
- packageRequires = [ emacs window-layout ];
- meta = {
- homepage = "https://melpa.org/#/multi-run";
- license = lib.licenses.free;
- };
- }) {};
- multi-term = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multi-term";
- ename = "multi-term";
- version = "20160619.233";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "multi-term";
- rev = "f954e4e18b0a035151d34852387e724d87a3316f";
- sha256 = "00cz3q654vpmijbqxp8c6nkxqj9zx1hjr3552l0adk3fbg6qpmcq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/multi-term";
- sha256 = "16idk4nd7qpyrvyspbrdl8gdfaclng6ny0xigk6fqdv352djalal";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/multi-term";
- license = lib.licenses.free;
- };
- }) {};
- multi-web-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multi-web-mode";
- ename = "multi-web-mode";
- version = "20130823.2054";
- src = fetchFromGitHub {
- owner = "fgallina";
- repo = "multi-web-mode";
- rev = "ad1c8d1c870334052d244c7ae3636cb7b9357b7c";
- sha256 = "0mc4kkgwnwfk27wwc21nw5ly7qcsl7y5bd8wf2y8r6pxhvwran4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/multi-web-mode";
- sha256 = "0vi4yvahr10aqpcz4127c8pcqpr5srwc1yhgipnbnm86qnh34ql5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/multi-web-mode";
- license = lib.licenses.free;
- };
- }) {};
- multicolumn = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multicolumn";
- ename = "multicolumn";
- version = "20150202.1451";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "multicolumn";
- rev = "c7a3afecd470859b2e60aa7c554d6e4d436df7fa";
- sha256 = "1ispa0wxpkydm0cyj4scyyacfrbilrip5v8bsrcqfc6qs597z8rf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f37a999b0583a0ebc842c2f9fad8d08cb6c9dabf/recipes/multicolumn";
- sha256 = "1ylnc3s4ixvnqn7g2p6nzz8x29ggqc703waci430f1rp1lsd3q09";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/multicolumn";
- license = lib.licenses.free;
- };
- }) {};
- multifiles = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multifiles";
- ename = "multifiles";
- version = "20130615.1433";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "multifiles.el";
- rev = "dddfe64b8e1c1cd1f9ccc1f03405477fc0d53897";
- sha256 = "065l04ylplng1vgykkbn2vnkcs3sn1k2cikx1ha2q8wmgx6bkvai";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b528544841995045fb1f8344aaaa38946bb3915/recipes/multifiles";
- sha256 = "0m0pi2qjis9p6z9cd8hlxm1r88ynwmd2ks8wg65sffffwsdbg4kz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/multifiles";
- license = lib.licenses.free;
- };
- }) {};
- multiple-cursors = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multiple-cursors";
- ename = "multiple-cursors";
- version = "20190317.511";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "multiple-cursors.el";
- rev = "fc6a6a74626b8458f2a36d802165a7f74114fafd";
- sha256 = "0rya3zdbs9z8f8pqr1nbsri30m76iyr5fbi0wvh0y1xyr93y33j3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a5f015e6b88be2a5ded363bd882a558e94d1f391/recipes/multiple-cursors";
- sha256 = "0mky5p9wpd3270wr5vfna8rkk2ff81wk7vicyxli39195m0qgg0x";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/multiple-cursors";
- license = lib.licenses.free;
- };
- }) {};
- multitran = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multitran";
- ename = "multitran";
- version = "20190402.1304";
- src = fetchFromGitHub {
- owner = "zevlg";
- repo = "multitran.el";
- rev = "a0521a3455f95638ab4c37ac112026928eab09a2";
- sha256 = "0i7wy3g229yssf0n75cch4d3sk73br7673razws5dzrwhmmvi3nb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d665759fa6491b77103920a75c18a561f6800c1c/recipes/multitran";
- sha256 = "0nxrzzlinl5310zfrb4z5j0553cmg11m9y2gaf990j61afaw8f32";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/multitran";
- license = lib.licenses.free;
- };
- }) {};
- mustache = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "mustache";
- ename = "mustache";
- version = "20170923.533";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "mustache.el";
- rev = "5e39654b933a18131146a0f3b3e3dc55c5058124";
- sha256 = "0ilsdrvqy9zn0yb1c8zh1zidag32rfb9xhm43qpfcg6n5w6c7r82";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d1bcf9599ca6d2c29333071a80f96808d4ab52e2/recipes/mustache";
- sha256 = "1pjr00xx77mlfw1myxaz6i3y2gbivhbiq5hyjxxbjlfrkm1vxc8g";
- name = "recipe";
- };
- packageRequires = [ dash ht s ];
- meta = {
- homepage = "https://melpa.org/#/mustache";
- license = lib.licenses.free;
- };
- }) {};
- mustache-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mustache-mode";
- ename = "mustache-mode";
- version = "20141024.732";
- src = fetchFromGitHub {
- owner = "mustache";
- repo = "emacs";
- rev = "bf9897eb287ca47ced65d7d4e07ea61ea0aec39f";
- sha256 = "15gw4d0hp15rglsj8hzd290li4p0kadj2dsz0dgfcxld7hnimihk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/mustache-mode";
- sha256 = "1xmqh663r5i42a586xn0wzw6h1jkvhbnw5iwvjv96w452slhkr36";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mustache-mode";
- license = lib.licenses.free;
- };
- }) {};
- mustang-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mustang-theme";
- ename = "mustang-theme";
- version = "20170719.246";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "mustang-theme";
- rev = "dda6d04803f1c9b196b620ef564e7768fee15de2";
- sha256 = "0pg3iay0iinf361v4ay8kizdxs5rm23ir556cwwgz3m3gbs0mgsh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ed3691edd1cba6abc0c30d2aab732e2ba51bf00/recipes/mustang-theme";
- sha256 = "0771l3x6109ki914nwpfz3fj7pbvpcg9vf485mrccq2wlxymr5dr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mustang-theme";
- license = lib.licenses.free;
- };
- }) {};
- mustard-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mustard-theme";
- ename = "mustard-theme";
- version = "20170808.619";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-mustard-theme";
- rev = "3b15d992c79590d7ea2503004e2a863b57e274b5";
- sha256 = "01ak4ayk46jqawlbb9cqliiqhnn68cq27kryamibdpds8sq0ch83";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/641d1959bd31598fcdacd39a3d1bb077dcccfa5c/recipes/mustard-theme";
- sha256 = "0izxhivhmv49dja4wy9n0ipd41xdzdza2ql7pfa7ny35ji5hskik";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mustard-theme";
- license = lib.licenses.free;
- };
- }) {};
- mutant = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mutant";
- ename = "mutant";
- version = "20160124.553";
- src = fetchFromGitHub {
- owner = "p-lambert";
- repo = "mutant.el";
- rev = "aff50603a70a110f4ecd7142963ef719e8c11c06";
- sha256 = "1faqbkff0v6pigsnnq2dxnzdra8q62cvlxigscwalwxd27bbz548";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fc72d1f18eba7501a040d450a85d8dee4e3070f/recipes/mutant";
- sha256 = "0m5l5r37zb0ig96757ldyl9hbb01lknzqf08ap6dsmdwr1zayvp1";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/mutant";
- license = lib.licenses.free;
- };
- }) {};
- mutt-mode = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mutt-mode";
- ename = "mutt-mode";
- version = "20190302.715";
- src = fetchFromGitLab {
- owner = "flexw";
- repo = "mutt-mode";
- rev = "92763c5ff9abbf4ef91ce15fa7cc6b23da1cfa2d";
- sha256 = "0n04500kr4d3qg6g98nzmdjcdy7qqs5r7f9cbi50r15jr9ihsjvx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d9da58f247dee4f06cbcf6ed532134bc474d309/recipes/mutt-mode";
- sha256 = "0k1r2lsh8s054aapyf7diki00sxf1wdm01cavlqxbvv3zg2gym8d";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mutt-mode";
- license = lib.licenses.free;
- };
- }) {};
- mvn = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mvn";
- ename = "mvn";
- version = "20181002.917";
- src = fetchFromGitHub {
- owner = "apg";
- repo = "mvn-el";
- rev = "ffa40235b7dabb6c6c165f64f32a963cde8031f0";
- sha256 = "0ximk0aan7jqn5x7fk4pj35bxhi6zaspvyxrmac9kxaiz8znwffr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/mvn";
- sha256 = "0bpg9zpyfdyn9xvrbmq4gb10hd701mc49np8arlmnilphb3fdgzs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mvn";
- license = lib.licenses.free;
- };
- }) {};
- mw-thesaurus = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mw-thesaurus";
- ename = "mw-thesaurus";
- version = "20180628.2225";
- src = fetchFromGitHub {
- owner = "agzam";
- repo = "mw-thesaurus.el";
- rev = "b3f8c3aae2b68a4e6cc054c6c99d3b3135e781d1";
- sha256 = "01ljvhx2g4i5vgzwibdgp5jl37s01m0j4sfaw7bbsm8nag0h4aw5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/53e4a552b8a7527433b11c377e1257fabceb8049/recipes/mw-thesaurus";
- sha256 = "10v3a09sz31ndj0ldpz0c3s45s62gyvdw0iq0c0dkg4da2rvicww";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mw-thesaurus";
- license = lib.licenses.free;
- };
- }) {};
- mwim = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mwim";
- ename = "mwim";
- version = "20181110.1100";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "mwim.el";
- rev = "b4f3edb4c0fb8f8b71cecbf8095c2c25a8ffbf85";
- sha256 = "0l3k611gp9g2x2vfmh92wnhnda81dslpwwpb8mxmzk308man77ya";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7e1aa2fa1294b27ed7b6c5bdd5844fa5c37df72/recipes/mwim";
- sha256 = "0bsibwplvyv96y5i5svm2b0jwzs5a7jr2aara7v7xnpj0nqaxm8k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mwim";
- license = lib.licenses.free;
- };
- }) {};
- mxf-view = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mxf-view";
- ename = "mxf-view";
- version = "20180501.40";
- src = fetchFromGitHub {
- owner = "t-suwa";
- repo = "mxf-view";
- rev = "c4825f35fad81c4624a2fcaea95cc605addf5cbc";
- sha256 = "0ci1kdc7qs04yny6sxhbncb3d4gzcsdhk2w51phpb8m2rilm0xgl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/mxf-view";
- sha256 = "1a8hlp0r04p1cww3dmsqdxlm3ll522wjb0rnmj80d7mqizkbf52p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mxf-view";
- license = lib.licenses.free;
- };
- }) {};
- myanmar-input-methods = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "myanmar-input-methods";
- ename = "myanmar-input-methods";
- version = "20160106.737";
- src = fetchFromGitHub {
- owner = "yelinkyaw";
- repo = "emacs-myanmar-input-methods";
- rev = "9d4e0d6358c61bde7a2274e430ef71683faea32e";
- sha256 = "0cf0c9g9k2lk1ifi2dlw7c601sh1ycxf3fgl2hy5wliyd6l9rf86";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76093af2bba82159784994ec9e17a69cd22bf868/recipes/myanmar-input-methods";
- sha256 = "1yg8zy2z18pbyr507ms2b162c0819rna1ilwyp6hb3iv2zjw45sd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/myanmar-input-methods";
- license = lib.licenses.free;
- };
- }) {};
- mykie = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mykie";
- ename = "mykie";
- version = "20150808.1505";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "mykie-el";
- rev = "91f222b4f2b2b4285b0bc306905eb960826a67ed";
- sha256 = "0x8pvcai8gvxwp2r2x4szh2xzk1mxjsh3698pc4l1cm7d8yrvwk0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e10504a19e052c080be2ccc9b1b8fd2e73a852e0/recipes/mykie";
- sha256 = "12ram39fp3m9ar6q184rsnpkxb14y0ajibng7ia2ck54ck7n36cj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/mykie";
- license = lib.licenses.free;
- };
- }) {};
- mynt-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , virtualenvwrapper }:
- melpaBuild {
- pname = "mynt-mode";
- ename = "mynt-mode";
- version = "20150512.1349";
- src = fetchFromGitHub {
- owner = "crshd";
- repo = "mynt-mode";
- rev = "23d4489167bfa899634548cb41ed32fdeb3600c9";
- sha256 = "18ml0qz3iipm9w36zvwz77cbbrg885jgvzk6z4a33xcfp524xhma";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/22eaeb5041155d56483d2ac6b32098456411442b/recipes/mynt-mode";
- sha256 = "17s0wdwgh2dcpww6h3qszc9dcs7ki00xkyisvsfn4xqajrmmp75b";
- name = "recipe";
- };
- packageRequires = [ virtualenvwrapper ];
- meta = {
- homepage = "https://melpa.org/#/mynt-mode";
- license = lib.licenses.free;
- };
- }) {};
- mysql-to-org = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "mysql-to-org";
- ename = "mysql-to-org";
- version = "20181012.1334";
- src = fetchFromGitHub {
- owner = "mallt";
- repo = "mysql-to-org-mode";
- rev = "a8a0c15b04c9a9e9d936908731bf43e6faf81fa8";
- sha256 = "0qi2q3ggq7fjwxl8ir6dbysfm31dzvcsp0nhm6xrk8gv6xfsyvlh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/mysql-to-org";
- sha256 = "0jjdv6ywdn1618l36bw3xa3mdgg3rc8r0rdv9xdqx8mmg648a7gj";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/mysql-to-org";
- license = lib.licenses.free;
- };
- }) {};
- mysql2sqlite = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mysql2sqlite";
- ename = "mysql2sqlite";
- version = "20170725.1516";
- src = fetchFromGitHub {
- owner = "echosa";
- repo = "emacs-mysql2sqlite";
- rev = "8e6e74451c942e2e92f90dc13222b95a7dbb285e";
- sha256 = "18jriaj391n4wr0qiva68jf482yx9v9l4xagbzl9vw125lszkngb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9841d3cfd1ee954eb0ab9b2ca3a3f605eb0fd22a/recipes/mysql2sqlite";
- sha256 = "1jblrbw4rq2jwpb8d1dyna0fiv52b9va3sj881cb17rqx200y3nd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mysql2sqlite";
- license = lib.licenses.free;
- };
- }) {};
- myterminal-controls = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "myterminal-controls";
- ename = "myterminal-controls";
- version = "20190425.2121";
- src = fetchFromGitHub {
- owner = "myTerminal";
- repo = "myterminal-controls";
- rev = "733cdd7ab4f172b6dca09720fc5ae7dbc248c822";
- sha256 = "1z89d3dx77c4v1zz4ngn689ay6m2x04jznnbc6bdqsaanz9znwlz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a82a45d9fcafea0795f832bce1bdd7bc83667e2/recipes/myterminal-controls";
- sha256 = "0ipk5s2whf3l68q0dydm1j6rcb6jhk61hgjwxygdphifvih7c5y2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/myterminal-controls";
- license = lib.licenses.free;
- };
- }) {};
- n4js = callPackage ({ cypher-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "n4js";
- ename = "n4js";
- version = "20150713.1931";
- src = fetchFromGitHub {
- owner = "tmtxt";
- repo = "n4js.el";
- rev = "3991ed8975151d5e8d568e952362df810f7ffab7";
- sha256 = "1pd6c0jc1zxx3i3nk4qdx7gdf1qn8sc9jgqd72pkkpzvdwv998cp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82157dfd975635c49ef75eae83e2bdf5fe4ae5c2/recipes/n4js";
- sha256 = "0x7smxs91ffriyxx2df61fh1abpl39gqy4m62k77h7xb6fg7af6m";
- name = "recipe";
- };
- packageRequires = [ cypher-mode emacs ];
- meta = {
- homepage = "https://melpa.org/#/n4js";
- license = lib.licenses.free;
- };
- }) {};
- name-this-color = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "name-this-color";
- ename = "name-this-color";
- version = "20151014.1330";
- src = fetchFromGitHub {
- owner = "knl";
- repo = "name-this-color.el";
- rev = "e37cd1291d5d68d4c8d6386eab9cb9d94fd3bcfa";
- sha256 = "0amhw630hgc0j8wr8m6aav399ixi3vbwrck79hhlr3pmyh91vv7n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/name-this-color";
- sha256 = "15x3dp135p45gv4qn4ll3pd6zqi4glcpv6fzvjxnx0dcval9z4d8";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/name-this-color";
- license = lib.licenses.free;
- };
- }) {};
- named-timer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "named-timer";
- ename = "named-timer";
- version = "20181120.1424";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "emacs-named-timer";
- rev = "670b81e3eddef2e7353a4eedc9553a85306445db";
- sha256 = "1inbizxlfgndwxsn8cwnpf4vm42rby7pkjqxyzl7ldq4qln7q8v1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e8248bab40fddc97fe48dbd103bc2aa51eb287f/recipes/named-timer";
- sha256 = "1k2gkm193fh02vsj8h9kn0y1azispcz1b3ywwmb3cbif51l956g3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/named-timer";
- license = lib.licenses.free;
- };
- }) {};
- nameframe = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nameframe";
- ename = "nameframe";
- version = "20171106.1656";
- src = fetchFromGitHub {
- owner = "john2x";
- repo = "nameframe";
- rev = "aafb8c5c5fbe0510e2f5d5b6b6b5dd0b73abe5d8";
- sha256 = "1ivklkz3j722wg038bh3hmycp9j64zjrig49vl42mkj6d3ggwilg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bd314150b3f8ce529a2ae39a71e03bebedfdc6b9/recipes/nameframe";
- sha256 = "0iq8cfii39ha8sxn9w7kyfvys8kwyax8g4l0pkl05q0a0s95padp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nameframe";
- license = lib.licenses.free;
- };
- }) {};
- nameframe-perspective = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nameframe
- , perspective }:
- melpaBuild {
- pname = "nameframe-perspective";
- ename = "nameframe-perspective";
- version = "20170405.1819";
- src = fetchFromGitHub {
- owner = "john2x";
- repo = "nameframe";
- rev = "d14186e99fa800d293e8e3072ba26f383c6624c6";
- sha256 = "0aibzwp39lxafag0vpa36xp8md7nhvgibj1nklzhga2d9nq9l4km";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2543af5579d37a3eb52e6fea41da315f5590331e/recipes/nameframe-perspective";
- sha256 = "0wgr90m2pazc514slgdl1lin4mr3xxizasc82k7qinvdvdja515x";
- name = "recipe";
- };
- packageRequires = [ nameframe perspective ];
- meta = {
- homepage = "https://melpa.org/#/nameframe-perspective";
- license = lib.licenses.free;
- };
- }) {};
- nameframe-projectile = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nameframe
- , projectile }:
- melpaBuild {
- pname = "nameframe-projectile";
- ename = "nameframe-projectile";
- version = "20160927.2103";
- src = fetchFromGitHub {
- owner = "john2x";
- repo = "nameframe";
- rev = "696223c61ca8e8f5cc557d2c198801a2f3c32ad3";
- sha256 = "14zrxv0x7p7rfrwdk02kzgvg8n594ij47yrr0c8q7b6vckhrz4gw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bc17af8ff1694120d12a0cdbfccec78834810acd/recipes/nameframe-projectile";
- sha256 = "11z64wy8mnnrjmgfs2sjbv3mh136aki8r5f89myx861nfx18hc3k";
- name = "recipe";
- };
- packageRequires = [ nameframe projectile ];
- meta = {
- homepage = "https://melpa.org/#/nameframe-projectile";
- license = lib.licenses.free;
- };
- }) {};
- nameless = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nameless";
- ename = "nameless";
- version = "20190429.502";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "Nameless";
- rev = "a3a1ce3ec0c5724bcbfe553d831bd4f6b3fe863a";
- sha256 = "0pxfn81bc8smik0qksfjbrdjkzy0cbjzbc3ik47zl2i9blmx5krv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e4ee4dae5f32a8d445dc0cc2455c1f7075c9b3d/recipes/nameless";
- sha256 = "14agx54h2vqfb0656n12z761ywyxsdskd6xa1ccar70l9vwj85vq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nameless";
- license = lib.licenses.free;
- };
- }) {};
- names = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "names";
- ename = "names";
- version = "20180321.455";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "names";
- rev = "d8baba5360e5253938a25d3e005455b6d2d86971";
- sha256 = "11wyha2q8y7bzqq3jrzix8n97ywvsibvddrahqcps1a1yqk4hzfz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/names";
- sha256 = "1q784606jlakw1z6sx2g2x8hz8c8arywrm2r626wj0v105v510vg";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/names";
- license = lib.licenses.free;
- };
- }) {};
- namespaces = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "namespaces";
- ename = "namespaces";
- version = "20130326.1550";
- src = fetchFromGitHub {
- owner = "chrisbarrett";
- repo = "elisp-namespaces";
- rev = "3d02525d9b9a5ae6e7be3adefd880121436e6270";
- sha256 = "157hhb253m6a9l5wy6x8w5ar3x0qz1326l7a0npxif6pma0dd140";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de404e9ad3d1e27af24e868e84218d872d5fc795/recipes/namespaces";
- sha256 = "02pb7762khxpah4q6xg8r7dmlv1kwyzinffi7pcaps6ycj29q2fr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/namespaces";
- license = lib.licenses.free;
- };
- }) {};
- nand2tetris = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nand2tetris";
- ename = "nand2tetris";
- version = "20171201.1013";
- src = fetchFromGitHub {
- owner = "CestDiego";
- repo = "nand2tetris.el";
- rev = "fe37ee41367ceff6f7d7a472a5f80cf1285e1e01";
- sha256 = "0g1gwayas7claa9cn3mv8dnlz46n78014qxb2ix25428dnsrridy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90421372b3f60b59762279ac805c61a984606d11/recipes/nand2tetris";
- sha256 = "1zg9xx7mj8334m2v2zqqfkr5vkj4dzqbj8y13qk6xhzb7qkppyqd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nand2tetris";
- license = lib.licenses.free;
- };
- }) {};
- nand2tetris-assembler = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nand2tetris }:
- melpaBuild {
- pname = "nand2tetris-assembler";
- ename = "nand2tetris-assembler";
- version = "20171201.1013";
- src = fetchFromGitHub {
- owner = "CestDiego";
- repo = "nand2tetris.el";
- rev = "fe37ee41367ceff6f7d7a472a5f80cf1285e1e01";
- sha256 = "0g1gwayas7claa9cn3mv8dnlz46n78014qxb2ix25428dnsrridy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90421372b3f60b59762279ac805c61a984606d11/recipes/nand2tetris-assembler";
- sha256 = "1761kgrflipxba8894cnx90ks7f3ba4nj6ci515zzxcx9s45mfyy";
- name = "recipe";
- };
- packageRequires = [ nand2tetris ];
- meta = {
- homepage = "https://melpa.org/#/nand2tetris-assembler";
- license = lib.licenses.free;
- };
- }) {};
- nanowrimo = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nanowrimo";
- ename = "nanowrimo";
- version = "20151104.1828";
- src = fetchhg {
- url = "https://bitbucket.com/gvol/nanowrimo.el";
- rev = "25e2ca20ed34";
- sha256 = "1nzkamy53kl1g4y1jm7j5zgpkdsyg5ykp8zp1f0bg5mhy8mmf75w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/nanowrimo";
- sha256 = "1nhyj38qyn1x6a5rbrwhcxwfwzyqqjm3dvksdnmam6vfwn3s2r31";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nanowrimo";
- license = lib.licenses.free;
- };
- }) {};
- naquadah-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "naquadah-theme";
- ename = "naquadah-theme";
- version = "20190225.627";
- src = fetchFromGitHub {
- owner = "jd";
- repo = "naquadah-theme";
- rev = "430c3b7bd51922cb616b3f60301f4e2604816ed8";
- sha256 = "0z2dn05xgbdfw6rwgsq31rm5dr098dk411qk83fbx2bkdxxfr60w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f/recipes/naquadah-theme";
- sha256 = "1aml1f2lgn530i86218nrc1pk3zw5n3qd2gw4gylwi7g75i0cqn1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/naquadah-theme";
- license = lib.licenses.free;
- };
- }) {};
- narrow-reindent = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "narrow-reindent";
- ename = "narrow-reindent";
- version = "20150722.1206";
- src = fetchFromGitHub {
- owner = "emallson";
- repo = "narrow-reindent.el";
- rev = "87466aac4dbeb79597124dd077bf5c704872fd3d";
- sha256 = "10yn215xb4s6kshk108y75im1xbdp0vwc9kah5bbaflp9234i0zh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/73c7f01a009dc7ac1b9da8ce41859695a97b7878/recipes/narrow-reindent";
- sha256 = "0fybal70kk62zlra63x4jb72694m0mzv4cx746prx9anvq1ss2i0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/narrow-reindent";
- license = lib.licenses.free;
- };
- }) {};
- narrowed-page-navigation = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "narrowed-page-navigation";
- ename = "narrowed-page-navigation";
- version = "20150108.2119";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "narrowed-page-navigation";
- rev = "b215adbac4873f56fbab65772062f0f5be8058a1";
- sha256 = "0ydxj6dc10knambma2hpimqrhfz216nbj96w1dcwgjixs4cd4nax";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e37e993fec280428f094b6c8ec418fe5ba8c6d49/recipes/narrowed-page-navigation";
- sha256 = "1yrmih60dd69qnin505jlmfidm2svzpdrz46286r7nm6pk7s4pb7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/narrowed-page-navigation";
- license = lib.licenses.free;
- };
- }) {};
- nash-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nash-mode";
- ename = "nash-mode";
- version = "20160830.512";
- src = fetchFromGitHub {
- owner = "tiago4orion";
- repo = "nash-mode.el";
- rev = "bb7ae728a16812a0ef506483b877f6221c92ca9c";
- sha256 = "1n4dxbd388ibghismc5d1nkvxwxdi4r415prsaa3qad8l9s4ivwh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8bd080c81b163a6ddcfffc710316b9711935b4a/recipes/nash-mode";
- sha256 = "1d6nfxn7fc2qv78bf5277sdwfqflag2gihgic8vxrbjlpnizxn1p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nash-mode";
- license = lib.licenses.free;
- };
- }) {};
- nasm-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nasm-mode";
- ename = "nasm-mode";
- version = "20190409.2042";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "nasm-mode";
- rev = "65ca6546fc395711fac5b3b4299e76c2303d43a8";
- sha256 = "00rv6m004hcsn71hv3p3rxmrpwajdy02qpi2ymhxx2w3r49ba562";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1a832b3bd7c2f2d3cee8bcfb5421d22acf5523e/recipes/nasm-mode";
- sha256 = "1626yf9mmqlsw8w01vzqsyb5ipa56259d4kl6w871k7rvhxwff17";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nasm-mode";
- license = lib.licenses.free;
- };
- }) {};
- nav = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nav";
- ename = "nav";
- version = "20120507.7";
- src = fetchFromGitHub {
- owner = "ijt";
- repo = "emacs-nav";
- rev = "c5eb234c063f435dbdcd1f8bdc46cfc68c973ebe";
- sha256 = "0kfqpji6z3ra8sc951vmm1bzyhkws7vb5q6djvl45wlf1wrgkc4p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/nav";
- sha256 = "0ly1fk4ak1p8gkz3qmmxyslcjgicnfm8bpqqgndvwcznp8pvpjml";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nav";
- license = lib.licenses.free;
- };
- }) {};
- nav-flash = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nav-flash";
- ename = "nav-flash";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "nav-flash";
- rev = "26b8c0d23e2d460f3ce06cb5df8a5e219c20da8b";
- sha256 = "0xnvl851h1g1d4h0qa218a4a23bpadbiwx6lgx94gvwcylnbl722";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/nav-flash";
- sha256 = "0936kr0s6zxxmjwaqm7ywdw2im4dxai1xb7j6xa2gp7c70qvvsx3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nav-flash";
- license = lib.licenses.free;
- };
- }) {};
- navi-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , outorg
- , outshine }:
- melpaBuild {
- pname = "navi-mode";
- ename = "navi-mode";
- version = "20190101.1723";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "navi";
- rev = "d3b66180e93e009c1bae352a7e74edf58f81487e";
- sha256 = "1dcvvkl6cm3f81l6abnzbwnbc7rymchp2dlswsmmykxyrxsabfdk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8edf78a0ecd2ff8e6e066b80751a31e11a068c3f/recipes/navi-mode";
- sha256 = "0pc52iq8lng2g0vpnrhdfxmibc1dx9ksmrjg0303as1yv41fnc69";
- name = "recipe";
- };
- packageRequires = [ outorg outshine ];
- meta = {
- homepage = "https://melpa.org/#/navi-mode";
- license = lib.licenses.free;
- };
- }) {};
- navi2ch = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "navi2ch";
- ename = "navi2ch";
- version = "20150329.1916";
- src = fetchFromGitHub {
- owner = "naota";
- repo = "navi2ch";
- rev = "faebfd15184de9df6903eae436dafb52c38ee86e";
- sha256 = "15l2zmm8bp4ip8m1hfxkvswfwa29pg72kisfya2n5v900r184a4m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/36bea1eca58de15d6106cbd293d941d12ee3d21c/recipes/navi2ch";
- sha256 = "13xwvyy27dz1abjkkazm3s1p6cw32l2klr1bnln02w0azkbdy7x3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/navi2ch";
- license = lib.licenses.free;
- };
- }) {};
- navorski = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multi-term
- , s }:
- melpaBuild {
- pname = "navorski";
- ename = "navorski";
- version = "20141203.1024";
- src = fetchFromGitHub {
- owner = "roman";
- repo = "navorski.el";
- rev = "698c1c62da70164aebe9a7a5d034778fbc30ea5b";
- sha256 = "0g7rmvfm0ldv0d2x7f8k761mgmi47siyspfi1ns40ijhkpc15x8l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9246cef94029d2da2211345c076ed55deb91e8fa/recipes/navorski";
- sha256 = "0dnzpsm0ya8rbcik5wp378hc9k7gjb3gwmkqqj889c38q5cdwsx7";
- name = "recipe";
- };
- packageRequires = [ dash multi-term s ];
- meta = {
- homepage = "https://melpa.org/#/navorski";
- license = lib.licenses.free;
- };
- }) {};
- ncl-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ncl-mode";
- ename = "ncl-mode";
- version = "20180128.2303";
- src = fetchFromGitHub {
- owner = "yyr";
- repo = "ncl-mode";
- rev = "602292712a9e6b7e7c25155978999e77d06b7338";
- sha256 = "0sv44hn2ylick7ywpcbij8h2vxdj06zridjdmcfgpv5d090dbl9n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2eea3936b8a3a7546450d1d7399e0f86d855fefd/recipes/ncl-mode";
- sha256 = "1niy0w24q6q6j7s0l9fcaqai7zz2gg1qlk2s9sxb8j79jc41y47k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ncl-mode";
- license = lib.licenses.free;
- };
- }) {};
- nclip = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nclip";
- ename = "nclip";
- version = "20130617.1315";
- src = fetchFromGitHub {
- owner = "maio";
- repo = "nclip.el";
- rev = "af88e38b1f04be02bf2e57affc662dbd0f828e67";
- sha256 = "178gjv7kq97p9i4naxql7xabvmchw5x8idkpyjqqky3b24v5wkis";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f03f254afbe561e0a6dd6c287dcc137da05376cd/recipes/nclip";
- sha256 = "016jp1rqrf1baxlxbi3476m88a0l3r405dh6pmly519wm2k8pipw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nclip";
- license = lib.licenses.free;
- };
- }) {};
- neato-graph-bar = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "neato-graph-bar";
- ename = "neato-graph-bar";
- version = "20181130.849";
- src = fetchFromGitLab {
- owner = "RobertCochran";
- repo = "neato-graph-bar";
- rev = "a7ae35afd67911e8924f36e646bce0d3e3c1bbe6";
- sha256 = "0sx2m2j00xhcb8l7fw595zsn9wjhcj4xb163rjqd3d1wjrk6fpn8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49c5bd4e1506a28ada9856e5f70e520890123d16/recipes/neato-graph-bar";
- sha256 = "1p4jmla75ny443cv7djk3nvl3ikchllnsivxx9yds14ynk4jxhgb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/neato-graph-bar";
- license = lib.licenses.free;
- };
- }) {};
- nemerle = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nemerle";
- ename = "nemerle";
- version = "20161029.1323";
- src = fetchFromGitHub {
- owner = "rsdn";
- repo = "nemerle";
- rev = "8818c5af5598e16ea59189e1e3245f0a3d7c78f0";
- sha256 = "1ky63jyxdz1m6fcz3phi87mwc0ha6bn2fpg4lcdzp0w8cp8rc8ad";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/nemerle";
- sha256 = "1rbalq3s2inwz9cf6bfmnxgqd9ylba3crflfjs6b4mnp33z4swny";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nemerle";
- license = lib.licenses.free;
- };
- }) {};
- neon-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "neon-mode";
- ename = "neon-mode";
- version = "20180406.456";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "neon-mode";
- rev = "99d15e46beaf1e7d71e39a00cce810df1f33229d";
- sha256 = "07vsi07m5q070fvkqhz32qa2y7dgnyi1kggairimbiwbn98bh642";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c6b2a4898bf21413c4d9e6714af129bbb0a23e1a/recipes/neon-mode";
- sha256 = "0kgyc0rkxvvks5ykizfv82f2cx7ck17sk63plj7bld6khlcgv0y6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/neon-mode";
- license = lib.licenses.free;
- };
- }) {};
- neotree = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "neotree";
- ename = "neotree";
- version = "20181121.1226";
- src = fetchFromGitHub {
- owner = "jaypei";
- repo = "emacs-neotree";
- rev = "c2420a4b344a9337760981c451783f0ff9df8bbf";
- sha256 = "1wfx37kvsfwrql8zs2739nx7wb51m26vwlcz1jygbrb62n6wq14k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9caf2e12762d334563496d2c75fae6c74cfe5c1c/recipes/neotree";
- sha256 = "05smm1xsn866lsrak0inn2qw6dvzy24lz6h7rvinlhk5w27xva06";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/neotree";
- license = lib.licenses.free;
- };
- }) {};
- nerdtab = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nerdtab";
- ename = "nerdtab";
- version = "20180810.2039";
- src = fetchFromGitHub {
- owner = "casouri";
- repo = "nerdtab";
- rev = "601d531fa3748db733fbdff157a0f1cdf8a66416";
- sha256 = "0l9pbgpp90rhji42zmcn8rlp6pnhkplnpn8w6xflw51iwhdkm1rb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/59bc273db1d34997ea5d51cc6adc33ec785bc7f3/recipes/nerdtab";
- sha256 = "0q7dyqxq058195pgb1pjy27gcrr96096xcvvrapkarym7jsa2wy3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nerdtab";
- license = lib.licenses.free;
- };
- }) {};
- netease-music = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names }:
- melpaBuild {
- pname = "netease-music";
- ename = "netease-music";
- version = "20181028.554";
- src = fetchFromGitHub {
- owner = "nicehiro";
- repo = "netease-music";
- rev = "31c31cff44d2889c0456ac11d5d38227f15f03b6";
- sha256 = "0fwph4vyp0w4ir2g9bvvmspsgwpl9wqpn43x36y8ihgb3n32wcw8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca3d4a8f8d9080e26a8fe2c38c0001d5cfc3c88c/recipes/netease-music";
- sha256 = "1vb81f1l45v6rny91rcqvnhzqh5ybdr0r39yrcaih8zhvamk685z";
- name = "recipe";
- };
- packageRequires = [ emacs names ];
- meta = {
- homepage = "https://melpa.org/#/netease-music";
- license = lib.licenses.free;
- };
- }) {};
- netherlands-holidays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "netherlands-holidays";
- ename = "netherlands-holidays";
- version = "20150202.817";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "netherlands-holidays";
- rev = "26236178cdd650df9958bf5a086e184096559f00";
- sha256 = "1kkflj2qnrn6kzh1l6bjl5n5507qilb22pqj3h0f2m6hfyn0sw5z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/abdbce47cb5c623696b5d6fcb3bef2d995d90195/recipes/netherlands-holidays";
- sha256 = "181linsbg5wrx1z7zbj3in2d3d4zd2v7drspkj0b6l0c5yfxwayf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/netherlands-holidays";
- license = lib.licenses.free;
- };
- }) {};
- netrunner = callPackage ({ company
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "netrunner";
- ename = "netrunner";
- version = "20160910.1632";
- src = fetchFromGitHub {
- owner = "Kungsgeten";
- repo = "netrunner";
- rev = "c64672992175c8c1073c0f56c2e471839db71a0f";
- sha256 = "1jj8qsq4xa93h3srskhw1l6igzf9jhwl8hfa73zvqr8dhqhp149k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a8b1d8c31383b6ec3788ad6c9adf0117190484c9/recipes/netrunner";
- sha256 = "1lk5acbv1fw7q9jwpk0l5hqb9wnscg2kj3qn6b4pwn9ggf8axkpv";
- name = "recipe";
- };
- packageRequires = [ company helm popup ];
- meta = {
- homepage = "https://melpa.org/#/netrunner";
- license = lib.licenses.free;
- };
- }) {};
- network-watch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "network-watch";
- ename = "network-watch";
- version = "20171123.346";
- src = fetchFromGitHub {
- owner = "jamiguet";
- repo = "network-watch";
- rev = "d80b38dbec79f813c3949a8df8fb5f58d48b60ee";
- sha256 = "1c8qbigdj61dqzkf03y6fzywykqgim6zpfmva8631q5ygnhsrnp2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e129679b3e2074af3e3de1b2ccce53a2fa5e9f65/recipes/network-watch";
- sha256 = "0y3vjrh9vlfg44c01ylkszisliwfy5zb8c5z3qrmf3yj4q096f42";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/network-watch";
- license = lib.licenses.free;
- };
- }) {};
- never-comment = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "never-comment";
- ename = "never-comment";
- version = "20140104.1407";
- src = fetchFromGitHub {
- owner = "To1ne";
- repo = "never-comment";
- rev = "1996d003cad6bccf1475f7845d79efacbc7cd673";
- sha256 = "16q90lbgdh9iz3njakgip20mhc8dmd0zjsvk02zsc5q5n9c7rs8i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef3f8e712c10d63fea009951d7916fe376267cbe/recipes/never-comment";
- sha256 = "0sn8y57895bfpgiynnj4m9b3x3dbb9v5fwkcwmf9jr39dbf98v6s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/never-comment";
- license = lib.licenses.free;
- };
- }) {};
- newlisp-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "newlisp-mode";
- ename = "newlisp-mode";
- version = "20160226.745";
- src = fetchFromGitHub {
- owner = "kosh04";
- repo = "newlisp-mode";
- rev = "ac23be40c81a360988ab803d365f1510733f6db4";
- sha256 = "1zzsfyqwj1k4zh30gl491ipavr9pp9djwjq3zz2q3xh7jys68w8r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e5c79c56bddfeb498d28f2575184434fbb93465d/recipes/newlisp-mode";
- sha256 = "0i2d2gyzzvpr5qm2cqzbn9my21lfb66315hg9fj86ac5pkc25zrd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/newlisp-mode";
- license = lib.licenses.free;
- };
- }) {};
- nexus = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nexus";
- ename = "nexus";
- version = "20140114.505";
- src = fetchFromGitHub {
- owner = "juergenhoetzel";
- repo = "emacs-nexus";
- rev = "c46f499951b90839aa8683779fe43d8f01672a60";
- sha256 = "1xnx6v49i6abzbhq4fl4bp9d0pp9gby40splpcj211xsb8yiry27";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/80d3665e9a31aa3098df456dbeb07043054e42f5/recipes/nexus";
- sha256 = "1mdphgsqg6n4hryr53rk42z58vfv0g5wkar5ipanr4h4iclkf5vd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nexus";
- license = lib.licenses.free;
- };
- }) {};
- ng2-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , typescript-mode }:
- melpaBuild {
- pname = "ng2-mode";
- ename = "ng2-mode";
- version = "20190524.1212";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "ng2-mode";
- rev = "52fdfe27247548b46f6171eebaf887a90dd67463";
- sha256 = "1g8za385clky1waba4ggi5bl2q4h26gz00lkzghn3zvxg5nbh47d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a856ecd8aca2d9232bb20fa7019de9e1dbbb19f4/recipes/ng2-mode";
- sha256 = "0sr4yh5nkgqb1qciq9mzzhr64350bi2wjm6z9d616nkjw72saz1r";
- name = "recipe";
- };
- packageRequires = [ typescript-mode ];
- meta = {
- homepage = "https://melpa.org/#/ng2-mode";
- license = lib.licenses.free;
- };
- }) {};
- nginx-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nginx-mode";
- ename = "nginx-mode";
- version = "20170611.2137";
- src = fetchFromGitHub {
- owner = "ajc";
- repo = "nginx-mode";
- rev = "a2bab83c2eb233d57d76b236e7c141c2ccc97005";
- sha256 = "17dh5pr3gh6adrbqx588gimxbb2fr7iv2qrxv6r48w2727l344xs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a6da3640b72496e2b32e6ed21aa39df87af9f7f3/recipes/nginx-mode";
- sha256 = "07k17m64zhv6gik8v4n73d8l1k6fsp4qp8cl94r384ny0187y65c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nginx-mode";
- license = lib.licenses.free;
- };
- }) {};
- niceify-info = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "niceify-info";
- ename = "niceify-info";
- version = "20160416.544";
- src = fetchFromGitHub {
- owner = "aaron-em";
- repo = "niceify-info.el";
- rev = "66b45916f1994e16ee023d29fa7cf8fec48078f1";
- sha256 = "0dzcaa88l7yjc7fhyhkvbzs7bmhi6bb6rx41wsnnidlnpzbgdrk7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b2a923da7363d904eb848eb335736974e05dba1/recipes/niceify-info";
- sha256 = "1s9c8yxbab9zl5jx38alwa2hpp4zj5cb9a5gfm3x09jf3iw768bl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/niceify-info";
- license = lib.licenses.free;
- };
- }) {};
- niconama = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "niconama";
- ename = "niconama";
- version = "20170910.801";
- src = fetchFromGitHub {
- owner = "NOBUTOKA";
- repo = "niconama.el";
- rev = "96e7553e50e6bf7b58aac50f52c9b0b8edb41c56";
- sha256 = "1gihjzwl6309vgav5z7jzi8jb7is8vx8lr23kb6h373gwws4bi10";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad8e7189e9c4c5d86cef268f45be0dda2d702805/recipes/niconama";
- sha256 = "1v4cvcxrl254jhfl1q5ld0gn4598fcvv0pfhilh2jy76w5acqx81";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs request ];
- meta = {
- homepage = "https://melpa.org/#/niconama";
- license = lib.licenses.free;
- };
- }) {};
- night-owl-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "night-owl-theme";
- ename = "night-owl-theme";
- version = "20180630.1431";
- src = fetchFromGitHub {
- owner = "aaronjensen";
- repo = "night-owl-emacs";
- rev = "deecfd6f47f0802ed760e0b5843fb3cc6f723fd1";
- sha256 = "1mr0dr5yba6nkaki914yiaxa7b1yqw1p0dm9a75mvkzwra6fcljh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77fe194a0e58bdb9789c85f3c50895eb886b4016/recipes/night-owl-theme";
- sha256 = "121jc59ry60h1ml1vxx4a6l4a6jcxk7fc4wz32fqv5pr03rzgs7h";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/night-owl-theme";
- license = lib.licenses.free;
- };
- }) {};
- nikola = callPackage ({ async
- , emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nikola";
- ename = "nikola";
- version = "20170703.1321";
- src = fetchgit {
- url = "https://git.daemons.it/drymer/nikola.el/";
- rev = "964715ac30943c9d6976999cad208dc60d09def0";
- sha256 = "0b0bpw9r2xi1avzq76pl58bbk1shb57d3bmzd9d53d07gj5c9399";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ef4f7c2f1c48edd7b4a6fdcda51908d216c631c/recipes/nikola";
- sha256 = "1d0a80y910klayb9jf0ahn5lj9l6xdhwcp2in3ridmqislavrcnv";
- name = "recipe";
- };
- packageRequires = [ async emacs ];
- meta = {
- homepage = "https://melpa.org/#/nikola";
- license = lib.licenses.free;
- };
- }) {};
- nim-mode = callPackage ({ commenter
- , emacs
- , epc
- , fetchFromGitHub
- , fetchurl
- , flycheck-nimsuggest
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nim-mode";
- ename = "nim-mode";
- version = "20190503.327";
- src = fetchFromGitHub {
- owner = "nim-lang";
- repo = "nim-mode";
- rev = "f5143f7861c686b8ae13371084eef2d3be3d687e";
- sha256 = "0ndb9i6h425bniy8fynisdzvp4bjw61kxv9hlffck1hkb1sc94rm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc2ccb5f24b9d55c77eaa7952a9e6a2e0ed7be24/recipes/nim-mode";
- sha256 = "1kzn3kkkj7jzs7fqhvib196sl3vp7kbhb4icqzmvvmv366lkaib6";
- name = "recipe";
- };
- packageRequires = [ commenter emacs epc flycheck-nimsuggest let-alist ];
- meta = {
- homepage = "https://melpa.org/#/nim-mode";
- license = lib.licenses.free;
- };
- }) {};
- nimbus-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nimbus-theme";
- ename = "nimbus-theme";
- version = "20190513.356";
- src = fetchFromGitHub {
- owner = "m-cat";
- repo = "nimbus-theme";
- rev = "ebf4b464912093f6554ab47d9e99b5f1bd537e2f";
- sha256 = "1al9l85mn0jz1l1sp4ws1xgmmzml8yfr60na3azss6fhhgrvc9dg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc0e6b456b76e2379c64a86ad844362c58146dc6/recipes/nimbus-theme";
- sha256 = "1hy4rc1v5wg7n6nazdq09gadirb0qvn887mmdavwjnnac45xyi18";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nimbus-theme";
- license = lib.licenses.free;
- };
- }) {};
- ninja-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ninja-mode";
- ename = "ninja-mode";
- version = "20181024.739";
- src = fetchFromGitHub {
- owner = "ninja-build";
- repo = "ninja";
- rev = "d2045dedc39885e702176b2b5e05bc77024ae3aa";
- sha256 = "0jmvjpq7fabb0bjdd4dncb1vdfizya0rjs57d6wvgc8hbgfjsvj8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/ninja-mode";
- sha256 = "1v6wy9qllbxl37fp9h47000lwp557qss6fdjb3a1f20msg8f70av";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ninja-mode";
- license = lib.licenses.free;
- };
- }) {};
- nix-buffer = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nix-buffer";
- ename = "nix-buffer";
- version = "20180212.718";
- src = fetchFromGitHub {
- owner = "shlevy";
- repo = "nix-buffer";
- rev = "db57cda36e7477bdc7ef5a136357b971b1d4d099";
- sha256 = "0b01b4l9c70sad5r5py5hvg7s6k6idwwp0pv3rn8rj0fq5wlyixj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/08b978724ff26b3ea7a134d307d888c80e2a92a9/recipes/nix-buffer";
- sha256 = "1fjkf88345v9l2v2mk8a057mw0p0rckf6rjf00y5464dyhh58vcd";
- name = "recipe";
- };
- packageRequires = [ emacs f ];
- meta = {
- homepage = "https://melpa.org/#/nix-buffer";
- license = lib.licenses.free;
- };
- }) {};
- nix-haskell-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , haskell-mode
- , lib
- , melpaBuild
- , nix-mode }:
- melpaBuild {
- pname = "nix-haskell-mode";
- ename = "nix-haskell-mode";
- version = "20190525.1350";
- src = fetchFromGitHub {
- owner = "matthewbauer";
- repo = "nix-haskell-mode";
- rev = "bb132b3c83552370e52bae57a126427cbc53cd09";
- sha256 = "0fiqs2hix38g2cr3rrzqj37x1qp4pw85lyqqrl9775iliyr1np2d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aeb879e2e8b017d3e1ccdc8d19f17d09b2ad5f1b/recipes/nix-haskell-mode";
- sha256 = "1rygqmq01p27gbda6hgnzisng7xqf63x462a3x31ym67ivxsyqz3";
- name = "recipe";
- };
- packageRequires = [ emacs haskell-mode nix-mode ];
- meta = {
- homepage = "https://melpa.org/#/nix-haskell-mode";
- license = lib.licenses.free;
- };
- }) {};
- nix-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nix-mode";
- ename = "nix-mode";
- version = "20190119.125";
- src = fetchFromGitHub {
- owner = "NixOS";
- repo = "nix-mode";
- rev = "1e53bed4d47c526c71113569f592c82845a17784";
- sha256 = "172s5lxlns633gbi6sq6iws269chalh5k501n3wffp5i3b2xzdyq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1870d786dbfac3b14386c8030e06f2d13ab9da6/recipes/nix-mode";
- sha256 = "10f3ly4860lkxzykw4fbvhn3i0c2hgj77jfjbhlk2c1jz9x4yyy5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nix-mode";
- license = lib.licenses.free;
- };
- }) {};
- nix-sandbox = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "nix-sandbox";
- ename = "nix-sandbox";
- version = "20171004.1006";
- src = fetchFromGitHub {
- owner = "travisbhartwell";
- repo = "nix-emacs";
- rev = "7007363e773a419203a69798fb0e0731b2eb0f73";
- sha256 = "00hv8fhyahkdh1vfy1qkahqvsik6d81c7mqh4gjiqxrmb2l1vbcb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66be755a6566e8c0cfb5aafa50de29b434023c7a/recipes/nix-sandbox";
- sha256 = "13zr0jbc6if2wvyiplay2gkd5548imfm38x1qy1dw6m2vhbzwp0k";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/nix-sandbox";
- license = lib.licenses.free;
- };
- }) {};
- nix-update = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nix-update";
- ename = "nix-update";
- version = "20190124.1135";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "nix-update-el";
- rev = "fc6c39c2da3fcfa62f4796816c084a6389c8b6e7";
- sha256 = "01cpl4w49m5dfkx7l8g1q183s341iz6vkjv2q4fbx93avd7msjgi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c59e828d4cad3d75344b34b9666349250e53b6ea/recipes/nix-update";
- sha256 = "0if83pvjvr0347301j553bsxrrxniyykq20457cdkzlvva52c0b3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nix-update";
- license = lib.licenses.free;
- };
- }) {};
- nixos-options = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nixos-options";
- ename = "nixos-options";
- version = "20160209.1041";
- src = fetchFromGitHub {
- owner = "travisbhartwell";
- repo = "nix-emacs";
- rev = "045825c2e1cf0a4fb0a472e72c1dae8f55202cef";
- sha256 = "12zwaiyr1n37zwrmyr3m8kn2302abyagj5dzmbr1wvbf3ihkxmxd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6846c7d86e70a9dd8300b89b61435aa7e146be96/recipes/nixos-options";
- sha256 = "1m3jipidk10zj68rzjbacgjlal31jf80gqjxlgj4qs8lm671gxmm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nixos-options";
- license = lib.licenses.free;
- };
- }) {};
- nlinum-hl = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nlinum }:
- melpaBuild {
- pname = "nlinum-hl";
- ename = "nlinum-hl";
- version = "20190301.1317";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-nlinum-hl";
- rev = "dc6b365a58e06c7d637a76a31c71a40b20da8b56";
- sha256 = "1fvvyc77iggil9mzy8hd4vx8xw96bkfx6pmlb9ami428qp8r45g7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b13a886535a5c33fe389a6b616988b7377249625/recipes/nlinum-hl";
- sha256 = "17lcp1ira7yhch9npg9sf3npwg06yh9zyhg0lnb22xg09lbndj0x";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs nlinum ];
- meta = {
- homepage = "https://melpa.org/#/nlinum-hl";
- license = lib.licenses.free;
- };
- }) {};
- nlinum-relative = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nlinum }:
- melpaBuild {
- pname = "nlinum-relative";
- ename = "nlinum-relative";
- version = "20160526.8";
- src = fetchFromGitHub {
- owner = "CodeFalling";
- repo = "nlinum-relative";
- rev = "5b9950c97ba79a6f0683e38b13da23f39e01031c";
- sha256 = "0h00ghr5sipayfxz7ykzy7bg1p1vkbwxl5xch3x0h8j2cp1dqc3d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb418a464b112f9bb1bbd050e9602b60c0fcce1c/recipes/nlinum-relative";
- sha256 = "15ifh5bfsarkifx6m7d5rhx6hqlnm231plkf623885kar7i85ia4";
- name = "recipe";
- };
- packageRequires = [ emacs nlinum ];
- meta = {
- homepage = "https://melpa.org/#/nlinum-relative";
- license = lib.licenses.free;
- };
- }) {};
- nm = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , notmuch
- , peg }:
- melpaBuild {
- pname = "nm";
- ename = "nm";
- version = "20151110.1110";
- src = fetchFromGitHub {
- owner = "tjim";
- repo = "nevermore";
- rev = "5a3f29174b3a4b2b2e7a700a862f3b16a942687e";
- sha256 = "1skbjmyikzyiic470sngskggs05r35m8vzm69wbmrjapczginnak";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cdad6565e83dd79db538d3b6a45e932864246da2/recipes/nm";
- sha256 = "004rjbrkc7jalbd8ih170sy97w2g16k3whqrqwywh09pzrzb05kw";
- name = "recipe";
- };
- packageRequires = [ company emacs notmuch peg ];
- meta = {
- homepage = "https://melpa.org/#/nm";
- license = lib.licenses.free;
- };
- }) {};
- nnir-est = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nnir-est";
- ename = "nnir-est";
- version = "20180710.1403";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "nnir-est";
- rev = "6d0d5c8e33f4e4ccbc22350324c0990d2676fb5a";
- sha256 = "1xmv2mddhvcvnyndpyv42gl8zn5dx7lvd03pl43bjp38srn4aj6g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca17de8cdd53bb32a9d3faaeb38f19f92b18ee38/recipes/nnir-est";
- sha256 = "04ih47pipph8sl84nv6ka4xlpd8vhnpwhs5cchgk5k1zv3l5scxv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nnir-est";
- license = lib.licenses.free;
- };
- }) {};
- no-emoji = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "no-emoji";
- ename = "no-emoji";
- version = "20180515.1137";
- src = fetchFromGitHub {
- owner = "ecraven";
- repo = "no-emoji";
- rev = "ebceeab50dbfe4d60235180a57633745dbc18c77";
- sha256 = "19wni50073dwspppx0xlryagg2fgg0jiz5kqf1b1wmaq8xn5b8r9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/af6b04c1f95468254f2cf361964df9fd25d23586/recipes/no-emoji";
- sha256 = "1lr6bzjxwn3yzw0mq36h2k2h8bqb1ngin42swhv022yx6a022zn2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/no-emoji";
- license = lib.licenses.free;
- };
- }) {};
- no-littering = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "no-littering";
- ename = "no-littering";
- version = "20190409.454";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "no-littering";
- rev = "99ae007ead688689b5b25a9482f98ec67663bb61";
- sha256 = "0sg4qh9a6k1m24qamsf7ldpghjcawbdgh114gy08jnw478nf05kv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57a2fb9524df3fdfdc54c403112e12bd70888b23/recipes/no-littering";
- sha256 = "15w784ir48v8biiaar8ip19s9y3wn5831m815kcw02mgzy3bfjmh";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/no-littering";
- license = lib.licenses.free;
- };
- }) {};
- noaa = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "noaa";
- ename = "noaa";
- version = "20190202.834";
- src = fetchFromGitHub {
- owner = "thomp";
- repo = "noaa";
- rev = "532eb14328027ee29e124768feec23a8ef7ee798";
- sha256 = "1qc9im01fw7k9907a9d2a87hndyyn3sk1kw31cylsvrzsb7ss9f9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1272203f85375e50d951451bd5fd3baffd57bbfa/recipes/noaa";
- sha256 = "11hzpmgapmf6dc5imvj5jvzcy7hfddyz74lqmrq8128i72q1sj0v";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs request ];
- meta = {
- homepage = "https://melpa.org/#/noaa";
- license = lib.licenses.free;
- };
- }) {};
- noccur = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "noccur";
- ename = "noccur";
- version = "20150514.1420";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "noccur.el";
- rev = "ff2a76883c43b283a08680733ec3ad403a1b1827";
- sha256 = "0y18hpwgzvm1i9yb3b6fxpbh3fmzkmyldq4as65i5s8n66i7mr6j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/41f15b8298390310e95cbe137ea1516c0be10b94/recipes/noccur";
- sha256 = "0a8l50v09bgap7rsls808k9wyjpjbcxaffsvz7hh9rw9s7m5fz5g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/noccur";
- license = lib.licenses.free;
- };
- }) {};
- nocomments-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nocomments-mode";
- ename = "nocomments-mode";
- version = "20170213.1237";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "nocomments-mode";
- rev = "5a41a20cc44dfe4a9ea584354ed6dbc15dd92f46";
- sha256 = "0jwwnypa0lx812p3dqqn9c05g27qavnvr23pzphydx9i15nz80g0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d88074771b581d21f48b707f93949f7224a28633/recipes/nocomments-mode";
- sha256 = "1qhalhs29fb3kv5ckk8ny9fbqn2c4r4lwnc566j3bb1caqf2j7g0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nocomments-mode";
- license = lib.licenses.free;
- };
- }) {};
- noctilux-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "noctilux-theme";
- ename = "noctilux-theme";
- version = "20161113.642";
- src = fetchFromGitHub {
- owner = "sjrmanning";
- repo = "noctilux-theme";
- rev = "a3265a1be7f4d73f44acce6d968ca6f7add1f2ca";
- sha256 = "12xx0v8d97kjvlkj0ii78vxxvzgmcfc4hzv4yvxymg50rsy0zzqi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c0a18df34c105da8c5710643cd8027402bb07c95/recipes/noctilux-theme";
- sha256 = "15ymyv3rq0n31d8h0ry0l4w4r5a8as0q63ajm9wb6yrxxjl1imfp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/noctilux-theme";
- license = lib.licenses.free;
- };
- }) {};
- node-resolver = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "node-resolver";
- ename = "node-resolver";
- version = "20140930.1023";
- src = fetchFromGitHub {
- owner = "meandavejustice";
- repo = "node-resolver.el";
- rev = "ef9d0486907a746a80b02ffc6208a09c168a9f7c";
- sha256 = "1cgmq00ackabwcl4h0n2bb8y08wz0ir5rzca2q3sk4asly6d02m7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/60537705dc922bd50220d378a2992cf36464eb0c/recipes/node-resolver";
- sha256 = "1ng4rgm8f745fajqnbjhi2rshvn6icwdpbh5dzpzhim1w9kb3bhh";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/node-resolver";
- license = lib.licenses.free;
- };
- }) {};
- nodejs-repl = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nodejs-repl";
- ename = "nodejs-repl";
- version = "20181024.954";
- src = fetchFromGitHub {
- owner = "abicky";
- repo = "nodejs-repl.el";
- rev = "d518947584c8041a36ffa103e2d487d852cd12ee";
- sha256 = "05ccv87rnw7fss3lib8m9sywjrj6n92fnd7mmhmjh27g2klqc83z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/14f22f97416111fcb02e299ff2b20c44fb75f049/recipes/nodejs-repl";
- sha256 = "0rvhhrsw87kfrwdhm8glq6b3nr0v90ivm7fcc0da4yc2jmcyk907";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nodejs-repl";
- license = lib.licenses.free;
- };
- }) {};
- nodemcu-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nodemcu-mode";
- ename = "nodemcu-mode";
- version = "20180501.1525";
- src = fetchFromGitHub {
- owner = "andrmuel";
- repo = "nodemcu-mode";
- rev = "8effd9f3df40b6b92a2f05e4d54750b624afc4a7";
- sha256 = "1s19sshsm4cdx8kj5prmsq8ryz4843xcqmdayvlfl99jxsp9j4pm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a414f8b30954a50d74e4ae42abcf436cfca8d2b4/recipes/nodemcu-mode";
- sha256 = "0xx5dys8vifgaf3hb4q762xhhn1jybc4xwajqj98iban4nrakb3a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nodemcu-mode";
- license = lib.licenses.free;
- };
- }) {};
- nodenv = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nodenv";
- ename = "nodenv";
- version = "20181023.843";
- src = fetchFromGitHub {
- owner = "twlz0ne";
- repo = "nodenv.el";
- rev = "832fb0cbac4513edde7ebd6d1ab971c54313be36";
- sha256 = "0hn29y8gv9y9646yacnhirx2iz1z7h0p3wrzjn5axbhw0y382qhq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/272df58a1112c8c082c740d54bd37469af513d4a/recipes/nodenv";
- sha256 = "15wqlpswp4m19widnls21rm5n0ijfhmw3vyx0ch5k2bhi4a5rip6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nodenv";
- license = lib.licenses.free;
- };
- }) {};
- noflet = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "noflet";
- ename = "noflet";
- version = "20141102.654";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-noflet";
- rev = "7ae84dc3257637af7334101456dafe1759c6b68a";
- sha256 = "0g70gnmfi8n24jzfci9nrj0n9bn1qig7b8f9f325rin8h7x32ypf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df33a7230e0e4a67ce75e5cce6a436e2a0d205e8/recipes/noflet";
- sha256 = "0vzamqb52n330mi6rydrd4ls8nbwh5s42fc2gs5y15zakp6mvhr3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/noflet";
- license = lib.licenses.free;
- };
- }) {};
- nofrils-acme-theme = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nofrils-acme-theme";
- ename = "nofrils-acme-theme";
- version = "20180620.548";
- src = fetchFromGitLab {
- owner = "esessoms";
- repo = "nofrils-theme";
- rev = "98ad7bfaff1d85b33dc162645670285b067c6f92";
- sha256 = "0f8s7mhcs1ym4an8d4dabfvhin30xs2d0c5gv875hsgz8p3asgxs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c59ddaa5e41d3c25c446b1ed1905d7f88b448e0a/recipes/nofrils-acme-theme";
- sha256 = "01xqsn8whczv34lfa9vbm5rpvrvsrlpav8pzng10jvax1a9wdp3a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nofrils-acme-theme";
- license = lib.licenses.free;
- };
- }) {};
- nord-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nord-theme";
- ename = "nord-theme";
- version = "20190508.2352";
- src = fetchFromGitHub {
- owner = "arcticicestudio";
- repo = "nord-emacs";
- rev = "9ed7b9c2d1bb68ae86d06f97d215d2883e4ff0d2";
- sha256 = "1i5z50xdn1qbfvy394j35d5bahsay56ngj2nxl4vlf88pdh0w0a8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31cb60069825abe3998c8b43bc9177b39a7f3659/recipes/nord-theme";
- sha256 = "0p4fqg4i2ayimd8kxsqnb1xkapzhhxf7szxi1skva4dcym3z67cc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nord-theme";
- license = lib.licenses.free;
- };
- }) {};
- nordless-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nordless-theme";
- ename = "nordless-theme";
- version = "20180613.50";
- src = fetchFromGitHub {
- owner = "lthms";
- repo = "nordless-theme.el";
- rev = "e4da9d2465a123ea28e33a507cc7ab69692cde86";
- sha256 = "172ww1amlvd17f9qr69a17ksk0i8zpfma0arkygmf8n951zkqv8d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3de9da6cb8c1a75ff1d41a69e156c21be00713b6/recipes/nordless-theme";
- sha256 = "1ylvqh5hf7asdx2mn57fsaa7ncfgfzq1ss50k9665k32zvv3zksx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nordless-theme";
- license = lib.licenses.free;
- };
- }) {};
- northcode-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "northcode-theme";
- ename = "northcode-theme";
- version = "20180423.949";
- src = fetchFromGitHub {
- owner = "Northcode";
- repo = "northcode-theme.el";
- rev = "4d3750461ba25ec45321318b5f1af4e8fdf16147";
- sha256 = "1yin5i38jdp47k6b7mc0jkv9ihl8nk5rpqin4qmwbhb871zxn7ma";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25dcd4dd8189ad0fbf6c31874daa618bf1957863/recipes/northcode-theme";
- sha256 = "0x4dryx174kcjzm11z9q5qqlzr1c9zr0p32zwgbvgypgnvjy6i4g";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/northcode-theme";
- license = lib.licenses.free;
- };
- }) {};
- nose = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nose";
- ename = "nose";
- version = "20140520.948";
- src = fetchhg {
- url = "https://bitbucket.com/durin42/nosemacs";
- rev = "194d7789bf79";
- sha256 = "07bhzddaxdjd591xmg59yd657a1is0q515291jd83mjsmgq258bm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/nose";
- sha256 = "1xdqsxq06x2m9rcfn1qh89g0mz1rvzl246d3sfmciwcyl932x682";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nose";
- license = lib.licenses.free;
- };
- }) {};
- notmuch = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "notmuch";
- ename = "notmuch";
- version = "20190525.902";
- src = fetchgit {
- url = "https://git.notmuchmail.org/git/notmuch";
- rev = "9300defd64acf68b8e6fa6fbd89b8050168bb63d";
- sha256 = "09myljmmrcr4f6a93zwi8k39nndw2fmpj3g2jk2bl3ddql8x0gvl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d05fbde3aabfec4efdd19a33fd2b1297905acb5a/recipes/notmuch";
- sha256 = "0pznpl0aqybdg4b2qypq6k4jac64sssqhgz6rvk9g2nkqhkds1x7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/notmuch";
- license = lib.licenses.free;
- };
- }) {};
- notmuch-labeler = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , notmuch }:
- melpaBuild {
- pname = "notmuch-labeler";
- ename = "notmuch-labeler";
- version = "20131230.919";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "notmuch-labeler";
- rev = "d65d1129555d368243df4770ecc1e7ccb88efc58";
- sha256 = "1ss87vlp7625lnn2iah3rc1xfxcbpx4kmiww9n16jx073fs2rj18";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2e9940e66bbf70ec868dbdaaeaa1fbd4f076a2e1/recipes/notmuch-labeler";
- sha256 = "1c0cbkk5k8ps01xl63a0xa2adkqaj0znw8qs8ca4ai8v1420bpl0";
- name = "recipe";
- };
- packageRequires = [ notmuch ];
- meta = {
- homepage = "https://melpa.org/#/notmuch-labeler";
- license = lib.licenses.free;
- };
- }) {};
- nov = callPackage ({ dash
- , emacs
- , esxml
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nov";
- ename = "nov";
- version = "20190115.1054";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "nov.el";
- rev = "b720d91ca3b0a0fcb5387428716ea57f652c75b3";
- sha256 = "0yp8i4gnw4h2557793pjvxqwn8cjrzz0z5y21w8r8ffmw24x51if";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf543955ba2d5d0074fa2a5ba176f9415f6e006d/recipes/nov";
- sha256 = "0hlcncpdazi4rn5yxd0zq85v7gpjhw7a6dl2i99zf4ymsan97lhq";
- name = "recipe";
- };
- packageRequires = [ dash emacs esxml ];
- meta = {
- homepage = "https://melpa.org/#/nov";
- license = lib.licenses.free;
- };
- }) {};
- nova-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nova-theme";
- ename = "nova-theme";
- version = "20190520.932";
- src = fetchFromGitHub {
- owner = "muirmanders";
- repo = "emacs-nova-theme";
- rev = "7f7d6568f9d0d49600b03b74ad0f8ae3121fab8c";
- sha256 = "1jvrcdknirr4f85r75waajkp00bm51573a3vbydsvlkjm27698hk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/16457166c17fb1cc074a34c61e52ebc285c0eacc/recipes/nova-theme";
- sha256 = "1d2271qd5z48x71pxjg4lngsc5ddw5iqh496p04f63sm08cgaky4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nova-theme";
- license = lib.licenses.free;
- };
- }) {};
- noxml-fold = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "noxml-fold";
- ename = "noxml-fold";
- version = "20170823.657";
- src = fetchFromGitHub {
- owner = "paddymcall";
- repo = "noXML-fold";
- rev = "46c7f6a008672213238a9f8d7a416ce80916aa62";
- sha256 = "0axr7n4wdrd009lz6sg4y9ggf4f5svgrsclwhs0hyn2ld34rvrax";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/13d2af88b292293cb5ab50819c63acfe936630c8/recipes/noxml-fold";
- sha256 = "11dninxxwhflf2qrmvwmrryspd9j6m95kdlmyx59ykqvw8j0siqc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/noxml-fold";
- license = lib.licenses.free;
- };
- }) {};
- npm-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "npm-mode";
- ename = "npm-mode";
- version = "20180720.1001";
- src = fetchFromGitHub {
- owner = "mojochao";
- repo = "npm-mode";
- rev = "4f4b9fc2c07290ae87f65179df95be5221e76bf2";
- sha256 = "01dnyra7j72v7alalx5gk4mkq6gddvr66facpsq1dpvi2h4d8cky";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/22dd6b2f8a94f56a61f4b70bd7e44b1bcf96eb18/recipes/npm-mode";
- sha256 = "1aym4jfr6im6hdc5d7995q6myhgig286fk9hpaxdf418h1s17rqr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/npm-mode";
- license = lib.licenses.free;
- };
- }) {};
- nrepl-eval-sexp-fu = callPackage ({ fetchFromGitHub
- , fetchurl
- , highlight
- , lib
- , melpaBuild
- , smartparens
- , thingatpt ? null }:
- melpaBuild {
- pname = "nrepl-eval-sexp-fu";
- ename = "nrepl-eval-sexp-fu";
- version = "20140311.341";
- src = fetchFromGitHub {
- owner = "samaaron";
- repo = "nrepl-eval-sexp-fu";
- rev = "3a24b7d4bca13e87c987a4ddd212da914ff59191";
- sha256 = "1nwj1ax2qmmlab4lik0b7japhqd424d0rb995dfv89p99gp8vmvc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/nrepl-eval-sexp-fu";
- sha256 = "1mz7a6aa4x23khlfqhhn9ycs3yxg44h5cckg4v4rc6lbif1jzzf8";
- name = "recipe";
- };
- packageRequires = [ highlight smartparens thingatpt ];
- meta = {
- homepage = "https://melpa.org/#/nrepl-eval-sexp-fu";
- license = lib.licenses.free;
- };
- }) {};
- nrepl-sync = callPackage ({ cider
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nrepl-sync";
- ename = "nrepl-sync";
- version = "20140807.854";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "lein-sync";
- rev = "9506238562c2e0c0df744e0d81edff4c74322a7d";
- sha256 = "1si5pfczk3iypdx2ydhirznx2hvp6r7sq2hy64gn3mn4r68svlfi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2059ab6f2a3adc5af4f0876546e344e806e22ee5/recipes/nrepl-sync";
- sha256 = "01b504b4d8rrhlf3sfq3kk9i222fch6jd5jbm02kqw20fgv6q3jd";
- name = "recipe";
- };
- packageRequires = [ cider ];
- meta = {
- homepage = "https://melpa.org/#/nrepl-sync";
- license = lib.licenses.free;
- };
- }) {};
- ns-auto-titlebar = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ns-auto-titlebar";
- ename = "ns-auto-titlebar";
- version = "20181022.1454";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ns-auto-titlebar";
- rev = "b16092e8058af63ad2bc222f166b0aa3cb66bf9d";
- sha256 = "0m1ih8ca4702zrkhl3zdvwbci96wyjlxhpfx95w372k25rca87dq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d22ebb5ef16df0c56d6031cb1c7f312dca514482/recipes/ns-auto-titlebar";
- sha256 = "1wk4y2jwl65z18cv57m8zkcg31wp9by74z2zvccxzl7mwlhy7kqg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ns-auto-titlebar";
- license = lib.licenses.free;
- };
- }) {};
- nsis-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nsis-mode";
- ename = "nsis-mode";
- version = "20180718.2008";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "nsis-mode";
- rev = "a49f5dbc8a5e60d3bbb803582efb5468bbbe7507";
- sha256 = "05c8dhys08xmd53ya0633c1lhki5mraz0hqizwz2s5511anj417d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e9b169a80c7afdeb0c6e17cd289114b5d3d97266/recipes/nsis-mode";
- sha256 = "0pc047ryw906sz5mv0awvl67kh20prsgx6fbh0j1qm0cali2792l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nsis-mode";
- license = lib.licenses.free;
- };
- }) {};
- nswbuff = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nswbuff";
- ename = "nswbuff";
- version = "20190320.40";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "nswbuff";
- rev = "362da7f3687e2eb5bb11667347de85f4a9d002bc";
- sha256 = "0l2xfz8z5qd4hz3kv6zn7h6qq3narkilri8a071y1n8j31jps4ma";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c0f7e952f3fbec691df51d19224f701e6530f16e/recipes/nswbuff";
- sha256 = "1fq2dp9jlhfl9rqw6ldh0xnm0hx9ama2wf87s51qgqxxdn9ngk8x";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nswbuff";
- license = lib.licenses.free;
- };
- }) {};
- nu-mode = callPackage ({ ace-window
- , avy
- , fetchFromGitHub
- , fetchurl
- , lib
- , lv
- , melpaBuild
- , transpose-frame
- , undo-tree
- , which-key }:
- melpaBuild {
- pname = "nu-mode";
- ename = "nu-mode";
- version = "20190404.1332";
- src = fetchFromGitHub {
- owner = "pyluyten";
- repo = "emacs-nu";
- rev = "d5fb4d26d1b0bb383ea2827cc5af5dfb2a269d2b";
- sha256 = "0nd7ypin9kl784iqffznld6kknghdjywqnjw5nwinfgkwhcrjpdd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/230d5f8fdd965a24b8ff3cc94acf378d04815fca/recipes/nu-mode";
- sha256 = "0nzv3p62k8yyyww6idlxyi94q4d07nis7ydypar8d01jfqlrybkn";
- name = "recipe";
- };
- packageRequires = [
- ace-window
- avy
- lv
- transpose-frame
- undo-tree
- which-key
- ];
- meta = {
- homepage = "https://melpa.org/#/nu-mode";
- license = lib.licenses.free;
- };
- }) {};
- nubox = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nubox";
- ename = "nubox";
- version = "20170619.210";
- src = fetchFromGitHub {
- owner = "martijnat";
- repo = "nubox";
- rev = "84aa965f0cb4bde293237e4cc586643d1f662f83";
- sha256 = "0i1x0sd61c8k4q9ijgxyz21gvj1gah273990qfjzj9a25r4hzvlj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/725948568b8a067762b63475bc400f089f478a36/recipes/nubox";
- sha256 = "0snzfsd765i363ykdhqkn65lqy97c79d20lalszrwcl2snm96n1f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nubox";
- license = lib.licenses.free;
- };
- }) {};
- number = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "number";
- ename = "number";
- version = "20170901.612";
- src = fetchFromGitHub {
- owner = "chrisdone";
- repo = "number";
- rev = "bbc278d34dbcca83e70e3be855ec98b23debfb99";
- sha256 = "0a1r352zs58mdwkq58561qxrz3m5rwk3xqcaaqhkxc0h9jqs4a9r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49d56b297ab729695249143dd65d3c67543cfcc6/recipes/number";
- sha256 = "1nwcdv5ibirxx3sqadh6mnpj40ni3wna7wnjh343mx38dk2dzncf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/number";
- license = lib.licenses.free;
- };
- }) {};
- number-lock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "number-lock";
- ename = "number-lock";
- version = "20160829.1900";
- src = fetchFromGitHub {
- owner = "Liu233w";
- repo = "number-lock.el";
- rev = "1ac1b1a269128ddac820df7d45a8d0c703e9c05c";
- sha256 = "11pqm2f8bx3m9mnvpjbvq8vd8sym7zpq7n0y4lbkybiyxswjrv5q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3c107adabe2e4c5b35ebb6b21db076cdea0e9c24/recipes/number-lock";
- sha256 = "13xqn4bcjm01zl0rgbwzad58x35230lm2qiipbyqkh2ma0a9pqn4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/number-lock";
- license = lib.licenses.free;
- };
- }) {};
- numbers = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "numbers";
- ename = "numbers";
- version = "20170802.434";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "numbers.el";
- rev = "dd02508b788a13b7d4dbcc4923fa23134b783ab3";
- sha256 = "0bgha85j5f9lpk1h3siiw28v5sy6z52n7d7xi3m301r9hdlccc39";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c77353d3a2b0d360bb28e528ef2707227081c72/recipes/numbers";
- sha256 = "02cx19fi34yvc0icajnwrmb8lr2g8y08kis08v9xxalfxz06kb3h";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/numbers";
- license = lib.licenses.free;
- };
- }) {};
- nummm-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nummm-mode";
- ename = "nummm-mode";
- version = "20131117.214";
- src = fetchFromGitHub {
- owner = "agpchil";
- repo = "nummm-mode";
- rev = "73b1aa8643d86197c82cd28acdaefcb48a1e0abe";
- sha256 = "1022dchkh0hbhsqds6zncfayjgq5zg2x2r5gklr0nyx8j2qd8g7j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/nummm-mode";
- sha256 = "1gdq00f3x0rxxj917x9381v2x7cl9yabj7559zr5vj1clwza8jn4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nummm-mode";
- license = lib.licenses.free;
- };
- }) {};
- nv-delete-back = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nv-delete-back";
- ename = "nv-delete-back";
- version = "20170224.449";
- src = fetchFromGitLab {
- owner = "nivaca";
- repo = "nv-delete-back";
- rev = "44d506105989873dc1725e0cfc675925b35c9c98";
- sha256 = "0lgz0sknnrxmc7iy4lniday1nwpz4q841c3w2hm72aiwn5z21h22";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7542fa39060b507a6f455225367e45e89d3e2f92/recipes/nv-delete-back";
- sha256 = "13izzym4alda05k7ra67lyjx6dx23fjqz2dqk7mrzhik9x552hsr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nv-delete-back";
- license = lib.licenses.free;
- };
- }) {};
- nvm = callPackage ({ dash
- , dash-functional
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "nvm";
- ename = "nvm";
- version = "20190601.113";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "nvm.el";
- rev = "4aeb672d543ce2372dcca289719092aa4c38a6cd";
- sha256 = "0phillz5dxpvhsi9rlah4988ksx2rcgagfw5iqf5lmfn7kp4604p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/nvm";
- sha256 = "0md1ybc2r2fxykwk21acjhdzy2kw326bdwa1d15c6f48lknzvg4w";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional f s ];
- meta = {
- homepage = "https://melpa.org/#/nvm";
- license = lib.licenses.free;
- };
- }) {};
- nyan-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nyan-mode";
- ename = "nyan-mode";
- version = "20170423.40";
- src = fetchFromGitHub {
- owner = "TeMPOraL";
- repo = "nyan-mode";
- rev = "4195cd368aca8f05a71cbff4e60cfa9dde10319a";
- sha256 = "1bnfxw6cnhsqill3n32j9bc6adl437ia9ivbwvwjpz1ay928yxm7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4d8c3000df5f2ee2493a54dee6f9b65008add753/recipes/nyan-mode";
- sha256 = "1z2wnsbjllqa533g1ab5cgbv3d9hjix7fsd7z9c45nqh5cmadmyv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nyan-mode";
- license = lib.licenses.free;
- };
- }) {};
- nyx-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nyx-theme";
- ename = "nyx-theme";
- version = "20170910.607";
- src = fetchFromGitHub {
- owner = "guidoschmidt";
- repo = "emacs-nyx-theme";
- rev = "afe2b8c3b5421b4c292d182dcf77079b278e93d8";
- sha256 = "1qamw4x3yrygy8qkicy6smxksnsfkkp76hlnivswh7dm3fr23v6m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/nyx-theme";
- sha256 = "11629h7jfnq2sahwiiqx01qpv3xb0iqvcqm5k9w1zhg01jhjfmw2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nyx-theme";
- license = lib.licenses.free;
- };
- }) {};
- nz-holidays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nz-holidays";
- ename = "nz-holidays";
- version = "20190415.3";
- src = fetchFromGitHub {
- owner = "techquila";
- repo = "nz-holidays";
- rev = "afc875cf40789fa45a4a811685b0a7c4f239392f";
- sha256 = "1bk00pv7ylbrmf42papp6z2bhnp5fbnd4wy3gdzd18j7f2g0196v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4dfbe628247fc73d9a0963b7e9b92b07854817c9/recipes/nz-holidays";
- sha256 = "0h6dnwpinm3bxir1l69ggf483gjfglpi46z3ffiac3yl3h00j5m6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nz-holidays";
- license = lib.licenses.free;
- };
- }) {};
- o-blog = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "o-blog";
- ename = "o-blog";
- version = "20151202.1539";
- src = fetchFromGitHub {
- owner = "renard";
- repo = "o-blog";
- rev = "e466c59478feddc8126c43c1b98550474af484c0";
- sha256 = "0xs6787a4v7djgd2zz2v1pk14x27mg2ganz30j9f0gdiai7da6ch";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d5f24e70260f46445b119817bc1326f29b367c4b/recipes/o-blog";
- sha256 = "08grkyvg27wd5232q3y8p0v7higfq7bmsdzmvhja96v6qy2xsbja";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/o-blog";
- license = lib.licenses.free;
- };
- }) {};
- oauth = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "oauth";
- ename = "oauth";
- version = "20130127.1751";
- src = fetchFromGitHub {
- owner = "psanford";
- repo = "emacs-oauth";
- rev = "ee4744ad76a1560281b0c4944575a3bd598c6458";
- sha256 = "058dyk1c3iw0ip8n8rfpskvqiriqilpclkzc18x73msp5svrh3lj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/oauth";
- sha256 = "0vgxvscb9cr07g3lzpi269kamgzhpac6dir1rlr4qd2wdv0nifl9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/oauth";
- license = lib.licenses.free;
- };
- }) {};
- ob-ammonite = callPackage ({ ammonite-term-repl
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , xterm-color }:
- melpaBuild {
- pname = "ob-ammonite";
- ename = "ob-ammonite";
- version = "20190604.651";
- src = fetchFromGitHub {
- owner = "zwild";
- repo = "ob-ammonite";
- rev = "e9d431acc014fb064d77fab0201c626126e7922c";
- sha256 = "1cmpczl9p8ig1ql85kqhshzd64rc8xjpq0qgx0jq9yk4syaayk4h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/508358506a6994baf120be2acba86762f5727c6c/recipes/ob-ammonite";
- sha256 = "0wr7p3sfn9m8vz87lzas943zcm8vkzgfki9pbs3rh3fxvdc197lb";
- name = "recipe";
- };
- packageRequires = [ ammonite-term-repl s xterm-color ];
- meta = {
- homepage = "https://melpa.org/#/ob-ammonite";
- license = lib.licenses.free;
- };
- }) {};
- ob-applescript = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-applescript";
- ename = "ob-applescript";
- version = "20160914.1327";
- src = fetchFromGitHub {
- owner = "stig";
- repo = "ob-applescript.el";
- rev = "b5c2966b3bab37a3b1f4e9c663d11da8ef9956ec";
- sha256 = "0asab7zppxj9dm20f8i273lr8z19lcrjri7v9gmw1jjn0cshfgjm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23b075774be913539c3f057dcb7f24fbc05c37a4/recipes/ob-applescript";
- sha256 = "1gk8cgscj9wbl5k8ahh1a61p271xpk5vk2w64a8y3njnwrwxm9jc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-applescript";
- license = lib.licenses.free;
- };
- }) {};
- ob-async = callPackage ({ async
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-async";
- ename = "ob-async";
- version = "20190219.2310";
- src = fetchFromGitHub {
- owner = "astahlman";
- repo = "ob-async";
- rev = "73e57a9297849bb50336799ae7858777b6b386ee";
- sha256 = "1g2agc6qwklg5cxfgm28fc5swlw54sn66lqk7q0hjn1gdq9rdqdm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ob-async";
- sha256 = "0k7kv71nnibp53lav774c61w9pzhq8qvch9rvpyyrwbyd67ninl8";
- name = "recipe";
- };
- packageRequires = [ async dash emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ob-async";
- license = lib.licenses.free;
- };
- }) {};
- ob-axiom = callPackage ({ axiom-environment
- , emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-axiom";
- ename = "ob-axiom";
- version = "20190223.431";
- src = fetchgit {
- url = "https://bitbucket.org/pdo/axiom-environment";
- rev = "3fde83f160e785fe4647ddb849df3cc64b23d27c";
- sha256 = "0n102k1zch706kls2s196fcc84pjsc0mnhasb5vi27bhk229x8q5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b4c6b03c5ff78ce327dcf66b175e266bbc53dbf/recipes/ob-axiom";
- sha256 = "17qh4hsr3aw4d0p81px3qcbax6dv2zjhyn5n9pxqwcp2skm5vff5";
- name = "recipe";
- };
- packageRequires = [ axiom-environment emacs ];
- meta = {
- homepage = "https://melpa.org/#/ob-axiom";
- license = lib.licenses.free;
- };
- }) {};
- ob-blockdiag = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-blockdiag";
- ename = "ob-blockdiag";
- version = "20170727.1801";
- src = fetchFromGitHub {
- owner = "corpix";
- repo = "ob-blockdiag.el";
- rev = "634fcf64a4ae735afe7001d865b03f5d71e23046";
- sha256 = "0xr3bv4wxz13b1grfyl2qnrszzab3n9735za837nf4lxh527ksaj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/261b77a3fd07644d1c250b16857de70cc1bbf478/recipes/ob-blockdiag";
- sha256 = "1lmawbgrlp6qd7p664jcl98y1xd2yqw9np6j52bh9i6s3cz6628g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-blockdiag";
- license = lib.licenses.free;
- };
- }) {};
- ob-browser = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-browser";
- ename = "ob-browser";
- version = "20170720.1218";
- src = fetchFromGitHub {
- owner = "krisajenkins";
- repo = "ob-browser";
- rev = "a347d9df1c87b7eb660be8723982c7ad2563631a";
- sha256 = "0q2amf2kh2gkn65132q9nvn87pws5mmnr3wm1ajk23c01kcjf29c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c51529213c15d42a7a7b76771f07dd73c036a51f/recipes/ob-browser";
- sha256 = "1yqbzmmazamgf8fi8ipq14ffm8h1pp5d2lkflbxjsagdq61hirxm";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ob-browser";
- license = lib.licenses.free;
- };
- }) {};
- ob-cfengine3 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-cfengine3";
- ename = "ob-cfengine3";
- version = "20190520.1229";
- src = fetchFromGitHub {
- owner = "nickanderson";
- repo = "ob-cfengine3";
- rev = "e95f01b34011ff0ab94dedae2fb68efef236985b";
- sha256 = "0c7ylvisizafza118dswvwyzmr85r0q9lsf1skvhsgvc53gvjf1b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d068233c438e76cbcc6e9a97cbec9b2550a18ed6/recipes/ob-cfengine3";
- sha256 = "1pp3mykc5k629qlqixpl2900m1j604xpp6agrngwagsvf7qkhnvl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-cfengine3";
- license = lib.licenses.free;
- };
- }) {};
- ob-clojurescript = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-clojurescript";
- ename = "ob-clojurescript";
- version = "20180406.1128";
- src = fetchFromGitLab {
- owner = "statonjr";
- repo = "ob-clojurescript";
- rev = "17ee1558aa94c7b0246fd03f684884122806cfe7";
- sha256 = "1an4m7mpr345xw4fanyf2vznxm1dxbv35987caq1wq9039mzfaxr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c9ccc0d2d034944cb9688d5e184fa5df95f6b31/recipes/ob-clojurescript";
- sha256 = "0h4qjz65k8m1ms7adrm5ypmjcjxx1nws1jmda88c4jjwjyz40jjf";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ob-clojurescript";
- license = lib.licenses.free;
- };
- }) {};
- ob-coffee = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-coffee";
- ename = "ob-coffee";
- version = "20170725.724";
- src = fetchFromGitHub {
- owner = "zweifisch";
- repo = "ob-coffee";
- rev = "7f0b330273e8af7777de87a75fe52a89798e4548";
- sha256 = "1w3fw3ka46d7vcsdq03l0wlviwsk52asfjiy9zfk4qabhpqwj9mz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e23d7f1d021b07053acb57e2668ece0eaed0f817/recipes/ob-coffee";
- sha256 = "16k8r9rqz4mayxl85pjdfsrz43k2hwcf8k7aff8wnic0ldzp6ivf";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ob-coffee";
- license = lib.licenses.free;
- };
- }) {};
- ob-coffeescript = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-coffeescript";
- ename = "ob-coffeescript";
- version = "20180125.2319";
- src = fetchFromGitHub {
- owner = "brantou";
- repo = "ob-coffeescript";
- rev = "5a5bb04aea9c2a6eab5b05f90f5c7cb6de7b4261";
- sha256 = "0yy20w1127xmz0mx2swbr294vg0jh8g0ibj5bpdf55xwdnv6im2l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba1a808c77653bac1948d6c44bd1db09301ffeff/recipes/ob-coffeescript";
- sha256 = "05q1wnabw52kd3fpcpinpxs9z6xmi4n1p19jbcz0bgjpnw05s27p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ob-coffeescript";
- license = lib.licenses.free;
- };
- }) {};
- ob-crystal = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-crystal";
- ename = "ob-crystal";
- version = "20180125.2318";
- src = fetchFromGitHub {
- owner = "brantou";
- repo = "ob-crystal";
- rev = "b3bb27a21a4cefef3f5aeef52718b694bd51245b";
- sha256 = "0clrvk2vz1ag93rlmsc0dd0pgxb4x22935v51jqjkp2gw3n50kxx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9a7d43199a83ab6f672aaa69ef4e158c868f180/recipes/ob-crystal";
- sha256 = "11mk2spwlddbrvcimhzw43b6d3gxzmi8br58bily1x4qkvl6zy4n";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ob-crystal";
- license = lib.licenses.free;
- };
- }) {};
- ob-cypher = callPackage ({ cypher-mode
- , dash
- , dash-functional
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ob-cypher";
- ename = "ob-cypher";
- version = "20170725.720";
- src = fetchFromGitHub {
- owner = "zweifisch";
- repo = "ob-cypher";
- rev = "114bdf6db20ee0ade060bb5df379ddee48ff4f26";
- sha256 = "142d91jvf7nr7q2sj61njy5hv6ljhsq2qkvkdbkfqj07rgpwfgn3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc05c833f64e7974cf5a2ad60a053a04267251cb/recipes/ob-cypher";
- sha256 = "1ygmx0rjvxjl8hifkkwrkk9gpsmdsk6ndb6pg7y78p8hfp5jpyq3";
- name = "recipe";
- };
- packageRequires = [ cypher-mode dash dash-functional s ];
- meta = {
- homepage = "https://melpa.org/#/ob-cypher";
- license = lib.licenses.free;
- };
- }) {};
- ob-dao = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-dao";
- ename = "ob-dao";
- version = "20170816.858";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "ob-dao";
- rev = "8c62bd800b1f572860e30be4b72c71fa415a2e31";
- sha256 = "12pxn04qn24grinbybaj03qimg6vc1n2cbs9bh94s9zcyg2wv982";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6284c73f1d0797fa2ed4d9a11d3198076cc5fff9/recipes/ob-dao";
- sha256 = "0nj1qyac0lj5ljrqfqi9g2z0d7z5yihajkvjhlx5kg9zs3lgs5rs";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ob-dao";
- license = lib.licenses.free;
- };
- }) {};
- ob-dart = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-dart";
- ename = "ob-dart";
- version = "20170106.824";
- src = fetchFromGitHub {
- owner = "mzimmerm";
- repo = "ob-dart";
- rev = "2e463d83a3fe1c9c86f2040e0d22c06dfa49ecbf";
- sha256 = "0qkyyrrgs0yyqzq6ks1xcb8iwm1qfxwan1n8ichmrsbhwsc05jd3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb3219b9623587365f56e9eeb4bd97f3dc449a11/recipes/ob-dart";
- sha256 = "1lqi4pazkjcxvmm2bdpd9vcakmdclkamb69xwxdl44p68wsq2gn8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-dart";
- license = lib.licenses.free;
- };
- }) {};
- ob-diagrams = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-diagrams";
- ename = "ob-diagrams";
- version = "20160407.537";
- src = fetchFromGitHub {
- owner = "bergey";
- repo = "org-babel-diagrams";
- rev = "be45815f5596d181592fae709096b7b5f4a71992";
- sha256 = "0kx95lvkvg6h6lhs9knlp8rwi05y8y0i8w8vs7mwm378syls0qk0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fbb31def39fef108ecf7be105a901abfa6845f76/recipes/ob-diagrams";
- sha256 = "1r1p9l61az1jb5m4k2dwnkp9j8xlcb588gq4mcg796vnbdscfcy2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-diagrams";
- license = lib.licenses.free;
- };
- }) {};
- ob-elixir = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-elixir";
- ename = "ob-elixir";
- version = "20170725.719";
- src = fetchFromGitHub {
- owner = "zweifisch";
- repo = "ob-elixir";
- rev = "8990a8178b2f7bd93504a9ab136622aab6e82e32";
- sha256 = "19awvfbjsnd5la14ad8cfd20pdwwlf3d2wxmz7kz6x6rf48x38za";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/287e4758f6f1df0152d68577abd91478c4a3f4ab/recipes/ob-elixir";
- sha256 = "1l5b9hww2vmqnjlsd6lbjpz9walck82ngang1amfnk4xn6d0gdhi";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ob-elixir";
- license = lib.licenses.free;
- };
- }) {};
- ob-elvish = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-elvish";
- ename = "ob-elvish";
- version = "20180427.1200";
- src = fetchFromGitHub {
- owner = "zzamboni";
- repo = "ob-elvish";
- rev = "369181ceae1190bf971c71aebf9fc6133bd98c39";
- sha256 = "170bw9qryhzjzmyi84qc1jkzy1y7i8sjz6vmvyfc264ia4j51m9w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90e979025f56061bc960f630945b09320a3dd28e/recipes/ob-elvish";
- sha256 = "1rpn3dabwgray1w55jib4ixr3l1afz9j7nyn0ha2r602hs02x1ya";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-elvish";
- license = lib.licenses.free;
- };
- }) {};
- ob-fsharp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , fsharp-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-fsharp";
- ename = "ob-fsharp";
- version = "20170618.729";
- src = fetchFromGitHub {
- owner = "juergenhoetzel";
- repo = "ob-fsharp";
- rev = "65ec2b626ac55313d8a04e746940370f615fed1e";
- sha256 = "12k6z3zsh8av3avhl2a62v475bpxpcdy56v8i248bv1wgd3ma2mi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/89bc8c5fe6db0573109e82b3d1350d33d6d8aff5/recipes/ob-fsharp";
- sha256 = "1b9052lvr03vyizkjz3qsa8cw3pjml4kb3yy13jwh09jz5q87qbf";
- name = "recipe";
- };
- packageRequires = [ emacs fsharp-mode ];
- meta = {
- homepage = "https://melpa.org/#/ob-fsharp";
- license = lib.licenses.free;
- };
- }) {};
- ob-go = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-go";
- ename = "ob-go";
- version = "20190201.1240";
- src = fetchFromGitHub {
- owner = "pope";
- repo = "ob-go";
- rev = "2067ed55f4c1d33a43cb3f6948609d240a8915f5";
- sha256 = "069w9dymiv97cvlpzabf193nyw174r38lz5j11x23x956ladvpbw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3afb687d6d3d1e52336ca9a7343278a9f37c3d54/recipes/ob-go";
- sha256 = "09d8jrzijf8gr08615rdmf366zgip43dxvyihy0yzhk7j0p3iahj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-go";
- license = lib.licenses.free;
- };
- }) {};
- ob-html-chrome = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ob-html-chrome";
- ename = "ob-html-chrome";
- version = "20181219.242";
- src = fetchFromGitHub {
- owner = "nikclayton";
- repo = "ob-html-chrome";
- rev = "7af6e4a24ed0aaf67751bdf752c7ca0ba02bb8d4";
- sha256 = "0h33y11921ajw60b4hqpg0nvdvx3w3cia90wf53c5zg2bckcrfjh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac4380b5ea63c5296e517fccafa4d6a69dc73d0d/recipes/ob-html-chrome";
- sha256 = "1z3bi5i9n6dqvarl32syb6y36px3pf0pppqxn02rrx1rwvg81iql";
- name = "recipe";
- };
- packageRequires = [ emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/ob-html-chrome";
- license = lib.licenses.free;
- };
- }) {};
- ob-http = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ob-http";
- ename = "ob-http";
- version = "20180707.748";
- src = fetchFromGitHub {
- owner = "zweifisch";
- repo = "ob-http";
- rev = "b1428ea2a63bcb510e7382a1bf5fe82b19c104a7";
- sha256 = "11fx9c94xxhl09nj9z5b5v6sm0xwkqawgjnnm7bg56vvj495n6h7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/950b02f76a04f453992b8720032e8c4cec9a039a/recipes/ob-http";
- sha256 = "0b7ghz9pqbyn3b52cpmnwa2wnd4svj23p6gc48ybwzwiid42wiss";
- name = "recipe";
- };
- packageRequires = [ cl-lib s ];
- meta = {
- homepage = "https://melpa.org/#/ob-http";
- license = lib.licenses.free;
- };
- }) {};
- ob-hy = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-hy";
- ename = "ob-hy";
- version = "20180701.2240";
- src = fetchFromGitHub {
- owner = "brantou";
- repo = "ob-hy";
- rev = "a42ecaf440adc03e279afe43ee5ef6093ddd542a";
- sha256 = "0kv92r6j0dcqcg1s0g4iq1xvanscg6crwniysbrq6ifvmc4lvfdj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/12a7a7dba169010a3a047f961010236a203c16c2/recipes/ob-hy";
- sha256 = "18a8fpda0f28wxmjprhd9dmz7bpk1j3iayl20lqffrcal6m4f1h7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ob-hy";
- license = lib.licenses.free;
- };
- }) {};
- ob-ipython = callPackage ({ dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ob-ipython";
- ename = "ob-ipython";
- version = "20180224.153";
- src = fetchFromGitHub {
- owner = "gregsexton";
- repo = "ob-ipython";
- rev = "7147455230841744fb5b95dcbe03320313a77124";
- sha256 = "1a10fc2jk37ni5sjjvf87s5nyaz2a6h2mlj5dxh4dhv5sd3bb85p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/557c36e86844c211f2d2ee097ce51ee9db92ea8b/recipes/ob-ipython";
- sha256 = "06llf365k8m81ljmlajqvxlh84qg6h0flp3m6gb0zx71xilvw186";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/ob-ipython";
- license = lib.licenses.free;
- };
- }) {};
- ob-kotlin = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-kotlin";
- ename = "ob-kotlin";
- version = "20180823.621";
- src = fetchFromGitHub {
- owner = "zweifisch";
- repo = "ob-kotlin";
- rev = "b817ffb7fd03a25897eb2aba24af2035bbe3cfa8";
- sha256 = "1w31cj1wbblm9raav4kxbykf124k6rvn0ryxfn6myvv1x900w02a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7aa74d349eb55aafddfc4327b6160ae2da80d689/recipes/ob-kotlin";
- sha256 = "19g4s9dnipg9aa360mp0affmnslm6h7byg595rnaz6rz25a3qdpx";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ob-kotlin";
- license = lib.licenses.free;
- };
- }) {};
- ob-lfe = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-lfe";
- ename = "ob-lfe";
- version = "20170725.720";
- src = fetchFromGitHub {
- owner = "zweifisch";
- repo = "ob-lfe";
- rev = "f7780f58e650b4d29dfd834c662b1d354b620a8e";
- sha256 = "1ricvb2wxsmsd4jr0301pk30mswx41msy07fjgwhsq8dimxzmngp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d595d3b93e6b25ece1cdffc9d1502e8a868eb538/recipes/ob-lfe";
- sha256 = "11cpaxk9wb27b9zhyns75dqpds4gh3cbjcvia4p2bnvmbm8lz4y8";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ob-lfe";
- license = lib.licenses.free;
- };
- }) {};
- ob-mermaid = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-mermaid";
- ename = "ob-mermaid";
- version = "20180522.959";
- src = fetchFromGitHub {
- owner = "arnm";
- repo = "ob-mermaid";
- rev = "7f7fb533babc0b783c20e82527ddc7f0ebfbb629";
- sha256 = "0cllrjbbcqgr8qm9n8w7bmvgh2xvrrl3gqjmws3rsn0k7biq3kz5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4df483806a4caaeb99fdac42f83bfe648d2e4165/recipes/ob-mermaid";
- sha256 = "0fp57m80ksnb6zs1gndwsqhrphkv9lfysq0h7h8g3parizh2idzs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-mermaid";
- license = lib.licenses.free;
- };
- }) {};
- ob-ml-marklogic = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-ml-marklogic";
- ename = "ob-ml-marklogic";
- version = "20190312.614";
- src = fetchFromGitHub {
- owner = "ndw";
- repo = "ob-ml-marklogic";
- rev = "d5660ad14f29e17cd26ae92eeb585b24030e9570";
- sha256 = "1aqllsn965km3796q92w3a3z92hkpm5i0l6p4fm3va9xq7j79cyc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/edce412552d4798450493e0a3dbe768f38f77cc7/recipes/ob-ml-marklogic";
- sha256 = "1y5cgba7gzlmhdrs0k7clgrxixdl4najj5271x1m023jch7bz7xl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-ml-marklogic";
- license = lib.licenses.free;
- };
- }) {};
- ob-mongo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-mongo";
- ename = "ob-mongo";
- version = "20170720.1219";
- src = fetchFromGitHub {
- owner = "krisajenkins";
- repo = "ob-mongo";
- rev = "371bf19c7c10eab2f86424f8db8ab685997eb5aa";
- sha256 = "02k4gvh1nqhn0h36h77vvms7xwwak8rdddibbidsrwwspbr4qr1s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e020ea3ef89a3787d498c2f698c82c5073c9ee32/recipes/ob-mongo";
- sha256 = "1cgmqsl5dzi8xy3sh5xsfkczl555fpd4q6kgsh9xkn74sz227907";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ob-mongo";
- license = lib.licenses.free;
- };
- }) {};
- ob-nim = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-nim";
- ename = "ob-nim";
- version = "20170809.1130";
- src = fetchFromGitHub {
- owner = "Lompik";
- repo = "ob-nim";
- rev = "742b6b1fccdb245807b540f41f7f422b27f36230";
- sha256 = "0qnx9b40y1vxb7wsznnn29chl80fwlh42g2gm9l1p8jvli3jm2wp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/ob-nim";
- sha256 = "0j8mk12d29jyhhj4dlc0jykqmqy8g0yrbv7f2sqig83wj531bwza";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ob-nim";
- license = lib.licenses.free;
- };
- }) {};
- ob-prolog = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-prolog";
- ename = "ob-prolog";
- version = "20190410.1430";
- src = fetchFromGitHub {
- owner = "ljos";
- repo = "ob-prolog";
- rev = "149abd3832fc5a6a1cb01a586a1622a8f25887dc";
- sha256 = "033pqfm3hj2585ibmqjhf7s1imckf615s6zg38jsq21wxv5fx8nc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fb87868cd74325f0a4a38c5542c264501000951d/recipes/ob-prolog";
- sha256 = "0ki8yd20yk5xwn0zpk06zjxzgrsf8paydif9n98svb9s2l9wrh1s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-prolog";
- license = lib.licenses.free;
- };
- }) {};
- ob-restclient = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , restclient }:
- melpaBuild {
- pname = "ob-restclient";
- ename = "ob-restclient";
- version = "20190519.445";
- src = fetchFromGitHub {
- owner = "alf";
- repo = "ob-restclient.el";
- rev = "fab4559d07993ce554ab6b06b50f4b445b36716c";
- sha256 = "11mr4dkh3v8ynr3k83ms61cyw9bqqcj5j4yi37q9qgaidc3dg2sp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28c1d3af3f8b2f598b80b03b64de5d15cbb3f13d/recipes/ob-restclient";
- sha256 = "0nv2wsqmpschym6ch8fr4a79hlnpz31jc8y2flsygaqj0annjkfk";
- name = "recipe";
- };
- packageRequires = [ restclient ];
- meta = {
- homepage = "https://melpa.org/#/ob-restclient";
- license = lib.licenses.free;
- };
- }) {};
- ob-rust = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-rust";
- ename = "ob-rust";
- version = "20180911.835";
- src = fetchFromGitHub {
- owner = "micanzhang";
- repo = "ob-rust";
- rev = "f57b489d931d6a7f9ca2b688af3352fd706f5f6b";
- sha256 = "1fsvfy2yr22mhjkdn0bv3n3i8039a5gw5rs1cq41msv8ghb2cp0i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/843affc2fd481647c5377bf9a96b636b39718034/recipes/ob-rust";
- sha256 = "1syzwh399wcwqhg1f3fvl12978dr574wji7cknqvll3hyh0zwd65";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-rust";
- license = lib.licenses.free;
- };
- }) {};
- ob-sagemath = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , sage-shell-mode }:
- melpaBuild {
- pname = "ob-sagemath";
- ename = "ob-sagemath";
- version = "20170130.1833";
- src = fetchFromGitHub {
- owner = "stakemori";
- repo = "ob-sagemath";
- rev = "1d99614509624d7bfd457325ca52f3bf1059f4d5";
- sha256 = "11qsh0lfb1kqiz0cfx7acfpyw0a90bh7r86a4h31d4xl1xfq94sx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc074af316a09906a26ad957a56e3dc272cd813b/recipes/ob-sagemath";
- sha256 = "02ispac1y4g7p7iyscf5p8lvp92ncrn6281jm9igyiny1w6hivy7";
- name = "recipe";
- };
- packageRequires = [ emacs s sage-shell-mode ];
- meta = {
- homepage = "https://melpa.org/#/ob-sagemath";
- license = lib.licenses.free;
- };
- }) {};
- ob-sml = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sml-mode }:
- melpaBuild {
- pname = "ob-sml";
- ename = "ob-sml";
- version = "20130829.1143";
- src = fetchFromGitHub {
- owner = "swannodette";
- repo = "ob-sml";
- rev = "958165c92b6cff6cada5c85c8ae5887806b8451b";
- sha256 = "0gymna48igcixrapjmg842pnlsshhw8zplxwyyn0x2yrma9fjyyg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d1b0fbe1198fa624771c2f61249db502de57942a/recipes/ob-sml";
- sha256 = "04qvzhwjr8ipvq3znnhn0wbl4pbb1rwxi90iidavzk3phbkpaskn";
- name = "recipe";
- };
- packageRequires = [ sml-mode ];
- meta = {
- homepage = "https://melpa.org/#/ob-sml";
- license = lib.licenses.free;
- };
- }) {};
- ob-sql-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-sql-mode";
- ename = "ob-sql-mode";
- version = "20190421.839";
- src = fetchFromGitHub {
- owner = "nikclayton";
- repo = "ob-sql-mode";
- rev = "b31a016585324ad91f1742ff6205bcb76f3ece6e";
- sha256 = "1k2cfxaq38wv8s2x1c52v0bw55c12n399614l0dx1aqy2wh1afgi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ob-sql-mode";
- sha256 = "143agagkmwqwdqc0mbdsqp6v02y12q437v4x6dlh81yihif56rdk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ob-sql-mode";
- license = lib.licenses.free;
- };
- }) {};
- ob-swift = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-swift";
- ename = "ob-swift";
- version = "20170921.625";
- src = fetchFromGitHub {
- owner = "zweifisch";
- repo = "ob-swift";
- rev = "ed478ddbbe41ce5373efde06b4dd0c3663c9055f";
- sha256 = "1vwg10d33mwb32bpdbpghfihy3ryiqbc4yydpb5hfv3v5k83vs0x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b401383966398d3223032c59baa920ce594e5fef/recipes/ob-swift";
- sha256 = "19mcjfmijbajldm3jz8ij1x2p7d164mbq2ln6yb6iihxmdqnn2q4";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ob-swift";
- license = lib.licenses.free;
- };
- }) {};
- ob-tmux = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , seq }:
- melpaBuild {
- pname = "ob-tmux";
- ename = "ob-tmux";
- version = "20180831.317";
- src = fetchFromGitHub {
- owner = "ahendriksen";
- repo = "ob-tmux";
- rev = "73bed0ebad27f0ad57ea67582494543eb2fab73d";
- sha256 = "0wgfjm3xf4wz8kfxnijfmgkifp6f6fwk5y31vdwadkjjggbhp0pk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a3f47fbfe745972e690e8028f893bb38ba30978d/recipes/ob-tmux";
- sha256 = "12c0m2xxd75lbc98h7cwprmdn823mh2ii59pxr6fgnq7araqkz20";
- name = "recipe";
- };
- packageRequires = [ emacs s seq ];
- meta = {
- homepage = "https://melpa.org/#/ob-tmux";
- license = lib.licenses.free;
- };
- }) {};
- ob-translate = callPackage ({ fetchFromGitHub
- , fetchurl
- , google-translate
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-translate";
- ename = "ob-translate";
- version = "20170720.1219";
- src = fetchFromGitHub {
- owner = "krisajenkins";
- repo = "ob-translate";
- rev = "9d9054a51bafd5a29a8135964069b4fa3a80b169";
- sha256 = "143dq3wp3h1zzk8ihj8yjw9ydqnf48q7y8yxxa0ly7f2v1li84bc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4d89e4006afc51bd44e23f87a1d1ef1140489ab3/recipes/ob-translate";
- sha256 = "1hi0rxbyxvk9sbk2fy3kqw7l4lgri921vya1mn4i1q2i1979r2gz";
- name = "recipe";
- };
- packageRequires = [ google-translate org ];
- meta = {
- homepage = "https://melpa.org/#/ob-translate";
- license = lib.licenses.free;
- };
- }) {};
- ob-typescript = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-typescript";
- ename = "ob-typescript";
- version = "20150804.530";
- src = fetchFromGitHub {
- owner = "lurdan";
- repo = "ob-typescript";
- rev = "9dcbd226cbfb75e790dd9de91d9401dde85a889a";
- sha256 = "1ycqdjqn5361pcnc95hxhjqd3y96cjjnaylrnzwhmacl38jm3vai";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/11733cd33add89b541dcc1f90a732833861b10d9/recipes/ob-typescript";
- sha256 = "1wpy928ndvc076jzi14f6k5fsw8had0pz7f1yjdqql4icszhqa0p";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ob-typescript";
- license = lib.licenses.free;
- };
- }) {};
- ob-uart = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-uart";
- ename = "ob-uart";
- version = "20170521.158";
- src = fetchFromGitHub {
- owner = "andrmuel";
- repo = "ob-uart";
- rev = "90daeac90a9e75c20cdcf71234c67b812110c50e";
- sha256 = "1syxxq411izmyfrhlywasax7n5c3yjy487mvfdjzjg8csmmk0m9v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5334f1a48b8ea6b7a660db27910769093c76113d/recipes/ob-uart";
- sha256 = "1dkbyk8da0zw784dgwi8njnz304s54341dyfzvlb0lhcn41dmkz7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-uart";
- license = lib.licenses.free;
- };
- }) {};
- oberon = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "oberon";
- ename = "oberon";
- version = "20120715.209";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "oberon";
- rev = "fb57d18ce13835a8a69b6bafecdd9193ca9a59a3";
- sha256 = "16462cgq91jg7i97h440zss5vw2qkxgdy7gm148ns4djr2fchnf6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2a50f62475639af011c99c6cc38928b74b3b0a/recipes/oberon";
- sha256 = "1wna7ld670r6ljdg5yx0ga0grbq1ma8q92gkari0d5czr7s9lggv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/oberon";
- license = lib.licenses.free;
- };
- }) {};
- obfusurl = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "obfusurl";
- ename = "obfusurl";
- version = "20170809.824";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "obfusurl.el";
- rev = "7a5a41905000ce2ec1fd72509a5567e5fd9f47e5";
- sha256 = "0jbrxlpx0cxg8jzqrssk3y3ab7v62ymi6ys24542a8vpk522vqxk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/201fe11682cb06b26775a52c81b6a1258b74b4d0/recipes/obfusurl";
- sha256 = "0xx2zsjbkd17iy7xzqc66f9xgc97f9js3nz656yhmmxakjk2krra";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/obfusurl";
- license = lib.licenses.free;
- };
- }) {};
- objc-font-lock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "objc-font-lock";
- ename = "objc-font-lock";
- version = "20141021.1122";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "objc-font-lock";
- rev = "34b457d577f97ca94b8792d025f9a909c7610612";
- sha256 = "138c1nm579vr37dqprqsakfkhs2awm3klzyyd6bv9rhkrysrpbqk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f6f93d328e137d2ca069328932b60c3bf60b0a4e/recipes/objc-font-lock";
- sha256 = "0njslpgdcph3p3gamrbd6pc04szks07yv4ij3p1l7p5dc2p06rs6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/objc-font-lock";
- license = lib.licenses.free;
- };
- }) {};
- objed = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "objed";
- ename = "objed";
- version = "20190530.736";
- src = fetchFromGitHub {
- owner = "clemera";
- repo = "objed";
- rev = "70cf23ee694651e9b6feada6e380318e519b649b";
- sha256 = "080nlv4hdhmk791g6r15p04prgmhqyzdrphaiz5mj1zdws2yjhmb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4abc6d927a2bf238d23256adcc9f09a751c90374/recipes/objed";
- sha256 = "0iqvwa664fzklajqgnss7igjh7jr9v9i8dp9acm42g8ingp9zf7b";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/objed";
- license = lib.licenses.free;
- };
- }) {};
- obsidian-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "obsidian-theme";
- ename = "obsidian-theme";
- version = "20170719.248";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "obsidian-theme";
- rev = "f45efb2ebe9942466c1db6abbe2d0e6847b785ea";
- sha256 = "1d36mdq8b1q1x84a2nb93bwnzlpdldiafh7q7qfjjm9dsgbij73b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e90227252eb69d3eac81f5a6bd5e3a582d33f335/recipes/obsidian-theme";
- sha256 = "17ckshimdma6fqiis4kxczxkbrsfpm2a0b41m5f3qz3qlhcw2xgr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/obsidian-theme";
- license = lib.licenses.free;
- };
- }) {};
- occidental-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "occidental-theme";
- ename = "occidental-theme";
- version = "20130312.1258";
- src = fetchFromGitHub {
- owner = "olcai";
- repo = "occidental-theme";
- rev = "fd2db7256d4f78c43d99c3cddb1c39106d479816";
- sha256 = "0pnliw02crqw8hbg088klz54z6s1ih8q2lcn9mq5f12xi752hxm8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/736fd0b7865cc800800fa6467019a365ddf1c412/recipes/occidental-theme";
- sha256 = "1ra5p8k96wvb04v69xm87jl4jlgi57v4jw2xxzkwbwxbydncnv0b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/occidental-theme";
- license = lib.licenses.free;
- };
- }) {};
- occur-context-resize = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "occur-context-resize";
- ename = "occur-context-resize";
- version = "20170904.1609";
- src = fetchFromGitHub {
- owner = "dgtized";
- repo = "occur-context-resize.el";
- rev = "cdee5a631ceed9337579d4090e0acf8140747f80";
- sha256 = "0h7ypw45h5rcbwx4c4mn2ps9hp84dpjp3iay2nc9zaavv05n7ysa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a2425d82b365784b17ab56af5f77c6095664c784/recipes/occur-context-resize";
- sha256 = "0sp5v4rwqgqdj26gdkrmjvkmbp4g6jq4lrn2c3zm8s2gq0s3l6ri";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/occur-context-resize";
- license = lib.licenses.free;
- };
- }) {};
- occur-x = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "occur-x";
- ename = "occur-x";
- version = "20130610.643";
- src = fetchFromGitHub {
- owner = "juan-leon";
- repo = "occur-x";
- rev = "352f5fab207d8a1d3dd048073ff127a83e97c82b";
- sha256 = "1zj0xhvl5qx42injv0av4lyzd3jsjls1m368dqd2qnswhfw8wfn6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/occur-x";
- sha256 = "04nydxp4syd0chfnfrz8v1vkx2qasfh86b98qv8719cily1jw76p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/occur-x";
- license = lib.licenses.free;
- };
- }) {};
- oceanic-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "oceanic-theme";
- ename = "oceanic-theme";
- version = "20161015.119";
- src = fetchFromGitHub {
- owner = "terry3";
- repo = "oceanic-theme";
- rev = "00288f6a5245eb001dc123e36af1820eb3cbe985";
- sha256 = "00qij2h9kha557b3d69a8z3a3jsl8h4iwygxmr4h3i1w63nvy165";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9d85588df4e2057ef1c822ff177572054ed979b/recipes/oceanic-theme";
- sha256 = "1i69dy9hfqwfyiykvnqzkqim0lv1p5z5fjsdk84068si4b029gzv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/oceanic-theme";
- license = lib.licenses.free;
- };
- }) {};
- ocodo-svg-modelines = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , svg-mode-line-themes }:
- melpaBuild {
- pname = "ocodo-svg-modelines";
- ename = "ocodo-svg-modelines";
- version = "20150516.719";
- src = fetchFromGitHub {
- owner = "ocodo";
- repo = "ocodo-svg-modelines";
- rev = "a6c5b9a7536c7a8fa3bd9d9dafdebc8d99903018";
- sha256 = "05ay599nc6jdw2fjss4izz1ynv2wc4svff932n8j9hvrhygipb2w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b9651865f4f8009c9b31fa1e5561de97a5ad8de/recipes/ocodo-svg-modelines";
- sha256 = "0fa88ns70wsr9i9gf4zx3fvmn1a32mrjsda105n0cx6c965kfmay";
- name = "recipe";
- };
- packageRequires = [ svg-mode-line-themes ];
- meta = {
- homepage = "https://melpa.org/#/ocodo-svg-modelines";
- license = lib.licenses.free;
- };
- }) {};
- ocp-indent = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ocp-indent";
- ename = "ocp-indent";
- version = "20180417.849";
- src = fetchFromGitHub {
- owner = "OCamlPro";
- repo = "ocp-indent";
- rev = "b15fd7585b42f89d745fad69ed1f2b70ecb8757d";
- sha256 = "0aszx9kxfbrlg0amsl3j3kdwn6n0a5fl33kvl8rgyv543p2jcx8f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1af061328b15360ed25a232cc6b8fbce4a7b098/recipes/ocp-indent";
- sha256 = "0wc4z9dsnnyr24n3vg1npvc3rm53av8bpbvrl8kldxxdiwgnbkjw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ocp-indent";
- license = lib.licenses.free;
- };
- }) {};
- octicons = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "octicons";
- ename = "octicons";
- version = "20151031.2040";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-octicons";
- rev = "229286a6166dba8ddabc8c4d338798c6cd3cf67d";
- sha256 = "0dp7dhmgrq078rjhpm1cr993qjqz7qgy2z4sn73qw6j55va7d9kw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c62867eae1a254eb5fe820d4387dd4e8a0ff9be2/recipes/octicons";
- sha256 = "02f37bvnc5qvkvfbyx5wp54nz71bqm747mq1p5361sx091lllkxk";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/octicons";
- license = lib.licenses.free;
- };
- }) {};
- octo-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "octo-mode";
- ename = "octo-mode";
- version = "20161008.529";
- src = fetchFromGitHub {
- owner = "cryon";
- repo = "octo-mode";
- rev = "4b2ed4a61674f73a6ccd390b5ae123474bd0c977";
- sha256 = "1jkmf3j7wmv3b3ngi9fky1d94h4501lz5jcbn6xa3cb477j5nzj8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/899ec190515d33f706e5279c8e3628514f733a12/recipes/octo-mode";
- sha256 = "1xvpykdrkmxlk302kbqycasrq89f72xvhqlm14qrcd2lqnwhbi07";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/octo-mode";
- license = lib.licenses.free;
- };
- }) {};
- octopress = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "octopress";
- ename = "octopress";
- version = "20190122.1707";
- src = fetchFromGitHub {
- owner = "aaronbieber";
- repo = "octopress.el";
- rev = "f2c92d5420f14fc9167c7de1873836510e652de2";
- sha256 = "0s5sv685h350zky46fr95bs1w814g8ksjndxwmgarldklxilsyji";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7205d3d43797755077f19f57f531b4b39e77bae3/recipes/octopress";
- sha256 = "0zsir6chjvn5i1irmf5aj6mmb401c553r5wykq796sz7jnjhrjg0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/octopress";
- license = lib.licenses.free;
- };
- }) {};
- oer-reveal = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , org-re-reveal }:
- melpaBuild {
- pname = "oer-reveal";
- ename = "oer-reveal";
- version = "20190525.911";
- src = fetchFromGitLab {
- owner = "oer";
- repo = "oer-reveal";
- rev = "061ca951e33513da88ad9e99c56e1c99999bbcfd";
- sha256 = "04bns9jqw4pjc6xf3rg7yl8ifi1ra4r9qdpg96fglaslhva5ib4j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5982e377cd4cc2e72bfe4650c473c9f6b71085e3/recipes/oer-reveal";
- sha256 = "1j43in64p0janfr48v2llh888c337cv66yl6xswidnqysndfg6pg";
- name = "recipe";
- };
- packageRequires = [ emacs org-re-reveal ];
- meta = {
- homepage = "https://melpa.org/#/oer-reveal";
- license = lib.licenses.free;
- };
- }) {};
- offlineimap = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "offlineimap";
- ename = "offlineimap";
- version = "20150916.458";
- src = fetchFromGitHub {
- owner = "jd";
- repo = "offlineimap.el";
- rev = "cc3e067e6237a1eb7b21c575a41683b1febb47f1";
- sha256 = "1bjrgj8klg7ly63vx90jpaih9virn02bhqi16p6z0mw36q1q7ysq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f/recipes/offlineimap";
- sha256 = "0nza7lrz7cn06njcblwh9hy3050j8ja4awbxx7jzv6nazjg7201b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/offlineimap";
- license = lib.licenses.free;
- };
- }) {};
- old-norse-input = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "old-norse-input";
- ename = "old-norse-input";
- version = "20170816.1142";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "emacs-old-norse-input";
- rev = "c2e21ee72c3768e9152aff6baf12a19cde1d0c53";
- sha256 = "0zybr1v91884p4ncrpr962pr02qsns6hf7kc4c5gyad8sg4pbvxh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84780a6ebd1b2294b86ae8c6df5bd6521cf4e85a/recipes/old-norse-input";
- sha256 = "1g00h6ykf61ckr6f3r17j72w3h04p5q65aa3rhr5llk3jk1wv331";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/old-norse-input";
- license = lib.licenses.free;
- };
- }) {};
- oldlace-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "oldlace-theme";
- ename = "oldlace-theme";
- version = "20150705.600";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "oldlace-theme";
- rev = "9ecbef999b63021c967846a3c80b3fbfc81f1290";
- sha256 = "1kn25kamsb0s0cdg8mggi8rc7qgz4x6m3w6s42jvqybv41zhv50x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b6b11187b012744771380dfabab607cf7e073c45/recipes/oldlace-theme";
- sha256 = "1pxiqqh5x4wsayqgwplzvsbalbj44zvby7x0pijdvwcnsh74znj8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/oldlace-theme";
- license = lib.licenses.free;
- };
- }) {};
- om-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "om-mode";
- ename = "om-mode";
- version = "20140915.1410";
- src = fetchFromGitHub {
- owner = "danielsz";
- repo = "om-mode";
- rev = "5a6b380f8d1293a865d8a37aa4816d7412c512ce";
- sha256 = "1wbnmg2lfv5xqgwj3axgwkccxmx0i202nf2nnfglg10hffy67rcm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/om-mode";
- sha256 = "0bnlnxmzch9j39l8sf85npi89xlnkcnkmy4fihmwhrm86mnmayrb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/om-mode";
- license = lib.licenses.free;
- };
- }) {};
- omni-kill = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "omni-kill";
- ename = "omni-kill";
- version = "20171016.1440";
- src = fetchFromGitHub {
- owner = "AdrieanKhisbe";
- repo = "omni-kill.el";
- rev = "904549c8fd6ac3cf22b5d7111ca8944e179cffea";
- sha256 = "1mlnh5pdqdv1qb8jvi0wvkgbpy74zq807gmp04bp6cpxdns9j63f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c24df34d2fa5d908223379e909148423ba327ae2/recipes/omni-kill";
- sha256 = "03kydl16rd9mnc1rnan2byqa6f70891fhcj16wkavl2r68rfj75k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/omni-kill";
- license = lib.licenses.free;
- };
- }) {};
- omni-log = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "omni-log";
- ename = "omni-log";
- version = "20170930.535";
- src = fetchFromGitHub {
- owner = "AdrieanKhisbe";
- repo = "omni-log.el";
- rev = "e32bee893359476da9771871e342b70d6a03c671";
- sha256 = "1dzg3sb2zb7cwjl6lyxmh3j4s64dld987p9vw86hfisp2ccxxk2v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/47bb19bb7b4713c3fd82c1035a2fe66588c069e3/recipes/omni-log";
- sha256 = "0c29243zq8r89ax4rxlmb8imag12icnldcb0q0xsnhjccw8lyw1r";
- name = "recipe";
- };
- packageRequires = [ dash emacs ht s ];
- meta = {
- homepage = "https://melpa.org/#/omni-log";
- license = lib.licenses.free;
- };
- }) {};
- omni-quotes = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , omni-log
- , s }:
- melpaBuild {
- pname = "omni-quotes";
- ename = "omni-quotes";
- version = "20170425.1132";
- src = fetchFromGitHub {
- owner = "AdrieanKhisbe";
- repo = "omni-quotes.el";
- rev = "454116c1dd6581baaeefd6b9310b1b6b7a5c36d0";
- sha256 = "1h8lrpi5wizi5vncdz83cxlx7c71xw3sw89sfg462zfbz2sq8afl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3402524f79381c99fdeb81a6a5a9241c918811be/recipes/omni-quotes";
- sha256 = "0dqki0ibabs9cpcjvnh8lc2114x46i1xmnyjc6qqblfxa3ggdygs";
- name = "recipe";
- };
- packageRequires = [ dash f ht omni-log s ];
- meta = {
- homepage = "https://melpa.org/#/omni-quotes";
- license = lib.licenses.free;
- };
- }) {};
- omni-scratch = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "omni-scratch";
- ename = "omni-scratch";
- version = "20171009.1451";
- src = fetchFromGitHub {
- owner = "AdrieanKhisbe";
- repo = "omni-scratch.el";
- rev = "636374c59c7d33c2f72c97ad8ba9fb4854f2324d";
- sha256 = "0w62bk2m0gs4b605s691z4iap9baz1z6c8z4v9vb05917qlsx5xb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ba3e128a7fe4476d82266506b18ba9984c37944/recipes/omni-scratch";
- sha256 = "190dkqcw8xywzrq8a99w4rqi0y1h2aj23s84g2ln1sf7jaf6d6n9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/omni-scratch";
- license = lib.licenses.free;
- };
- }) {};
- omni-tags = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcre2el }:
- melpaBuild {
- pname = "omni-tags";
- ename = "omni-tags";
- version = "20170426.1409";
- src = fetchFromGitHub {
- owner = "AdrieanKhisbe";
- repo = "omni-tags.el";
- rev = "8f0f6c302fab900b7681e5c039f90850cbbabd33";
- sha256 = "0cqj4h4bdhmb0r6f2xx9g6cs3599m4j3snkrvsgddaq8c6mg47w0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c77e57f41484c08cae9f47c4379d1752ccf43ce2/recipes/omni-tags";
- sha256 = "133ww1jf14jbw02ssbx2a46mp52j18a2wwzb6x77azb0akmf1lzl";
- name = "recipe";
- };
- packageRequires = [ cl-lib pcre2el ];
- meta = {
- homepage = "https://melpa.org/#/omni-tags";
- license = lib.licenses.free;
- };
- }) {};
- omnibox = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , frame-local
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "omnibox";
- ename = "omnibox";
- version = "20180422.1749";
- src = fetchFromGitHub {
- owner = "sebastiencs";
- repo = "omnibox";
- rev = "8ee75c71c20c438ebc43ba24ef6f543633d118f3";
- sha256 = "19d7djf942dagxsz0c0lnfra4fk09qm6grkc0nihpsw4afjbj01a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf274ff47f167edd214e667249356de281522802/recipes/omnibox";
- sha256 = "05jc9hhr3gnjfyjpdx79ij9b5qwfrsmdf8h2s5ldxbw82q8a0z02";
- name = "recipe";
- };
- packageRequires = [ dash emacs frame-local ];
- meta = {
- homepage = "https://melpa.org/#/omnibox";
- license = lib.licenses.free;
- };
- }) {};
- omnisharp = callPackage ({ auto-complete
- , cl-lib ? null
- , csharp-mode
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , popup
- , s }:
- melpaBuild {
- pname = "omnisharp";
- ename = "omnisharp";
- version = "20190526.531";
- src = fetchFromGitHub {
- owner = "OmniSharp";
- repo = "omnisharp-emacs";
- rev = "9c0bc9de44e71184e3b23cce62d70db43cf616e7";
- sha256 = "1wx6k30f10hqbfzl31gi28w4j1mgviwl23ny6dq8mnh4pcgjijyq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e327c483be04de32638b420c5b4e043d12a2cd01/recipes/omnisharp";
- sha256 = "0gh0wwdpdx2cjf95pcagj52inf7mrmiq7x8p0x5c7lvl4pfzhh87";
- name = "recipe";
- };
- packageRequires = [
- auto-complete
- cl-lib
- csharp-mode
- dash
- emacs
- f
- flycheck
- popup
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/omnisharp";
- license = lib.licenses.free;
- };
- }) {};
- omtose-phellack-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "omtose-phellack-theme";
- ename = "omtose-phellack-theme";
- version = "20161111.1320";
- src = fetchFromGitHub {
- owner = "franksn";
- repo = "omtose-phellack-theme";
- rev = "66f99633e199e65bd28641626435e8e59246529a";
- sha256 = "0imf2pcf93srm473nvaksw5pw5i4caqxb6aqfbq6xww8gdbqfazy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/478b1e07ed9010408c12598640ec8d154f9eb18d/recipes/omtose-phellack-theme";
- sha256 = "0aj0sw611w13xryn762ws63dfalczxixa5rv3skglmfy9axg3v3b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/omtose-phellack-theme";
- license = lib.licenses.free;
- };
- }) {};
- on-parens = callPackage ({ dash
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , smartparens }:
- melpaBuild {
- pname = "on-parens";
- ename = "on-parens";
- version = "20180202.1441";
- src = fetchFromGitHub {
- owner = "willghatch";
- repo = "emacs-on-parens";
- rev = "7a41bc02bcffd265f8a69ed4b4e0df3c3009aaa4";
- sha256 = "0pkc05plbjqfxrw54amlm6pzg9gcsz0nvqzprplr6rhh7ss419zn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ea1eb5eb5a40e95ba06b0a4ac89ad8843c9cc2c/recipes/on-parens";
- sha256 = "19kyzpkgfl0ipbcgnl8fbfbapnfdxr8w9i7prfkm6rjp6amxyqab";
- name = "recipe";
- };
- packageRequires = [ dash emacs evil smartparens ];
- meta = {
- homepage = "https://melpa.org/#/on-parens";
- license = lib.licenses.free;
- };
- }) {};
- on-screen = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "on-screen";
- ename = "on-screen";
- version = "20160302.150";
- src = fetchFromGitHub {
- owner = "michael-heerdegen";
- repo = "on-screen.el";
- rev = "206468aa4de299ad26c2db12b757f5ad7290912f";
- sha256 = "1rrby3mbh24qd43nsb3ymcrjxh1cz6iasf1gv0a8fmivmb4f7dyz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/628f43fdfdb41174800fb8171e71134c27730f6f/recipes/on-screen";
- sha256 = "104jisc2bckzrajxlvj1cfx1drnjj7jhqjblvm89ry32xdnjxmqb";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/on-screen";
- license = lib.licenses.free;
- };
- }) {};
- one-themes = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "one-themes";
- ename = "one-themes";
- version = "20190424.40";
- src = fetchFromGitHub {
- owner = "balajisivaraman";
- repo = "emacs-one-themes";
- rev = "e62e4ebef7ef8ccb1e90781d613638d30cf24d7a";
- sha256 = "13vjlgac3ikd5xr6cjqb3aaj8qr201lc3ndvwhj3k617474312jh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/504fb2fa2fe17eb008f7e9b8f7fb394f4a3ebd28/recipes/one-themes";
- sha256 = "11c6py5vani2cv4qjvizlzz9xvr5v57qxy1chcxy2lq3jlz1q5w0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/one-themes";
- license = lib.licenses.free;
- };
- }) {};
- one-time-pad-encrypt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "one-time-pad-encrypt";
- ename = "one-time-pad-encrypt";
- version = "20160329.813";
- src = fetchFromGitHub {
- owner = "garvinguan";
- repo = "emacs-one-time-pad";
- rev = "87cc1f124024ce3d277299ca0ac703f182937d9f";
- sha256 = "0g2hvpnmgyy1k393prv97nqwlqc58nqf71hkrmaijw0cyy9q03nz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/one-time-pad-encrypt";
- sha256 = "0xl74vxq9dzl84b6wsw8flykxcsxggpd4s47a2ph3irr64mbbgq5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/one-time-pad-encrypt";
- license = lib.licenses.free;
- };
- }) {};
- opam = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "opam";
- ename = "opam";
- version = "20150719.520";
- src = fetchFromGitHub {
- owner = "lunaryorn";
- repo = "opam.el";
- rev = "4d589de5765728f56af7078fae328b6792de8600";
- sha256 = "1yqrp9icci5snp1485wb6y8mr2hjp9006ahch58lvmnq98bn7j45";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc4e2076ebaefe7e241607ff6920fe243d10ccd0/recipes/opam";
- sha256 = "004r93nn1ranvxkcc0y5m3p8gh4axgghgnsvim38nc1sqda5h6xa";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/opam";
- license = lib.licenses.free;
- };
- }) {};
- open-in-msvs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "open-in-msvs";
- ename = "open-in-msvs";
- version = "20170123.1428";
- src = fetchFromGitHub {
- owner = "evgeny-panasyuk";
- repo = "open-in-msvs.el";
- rev = "e0d071c83188ad5db8f3297d6ce784b4ed554a04";
- sha256 = "0aiccdcll5zjy11fandd9bvld8p8srmhrh3waqc33yp4x8pjkjpd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/09a462fac31a7ceda4ee84a8550ff1db6d11140f/recipes/open-in-msvs";
- sha256 = "0cng0brxjdriyhwsbn85pfrgqg56chzk24lvkx91rzgz15fbpnv5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/open-in-msvs";
- license = lib.licenses.free;
- };
- }) {};
- open-junk-file = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "open-junk-file";
- ename = "open-junk-file";
- version = "20161210.314";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "open-junk-file";
- rev = "558bec7372b0fed4c4cb6074ab906535fae615bd";
- sha256 = "0kcgkxn5v9bsbkcvpjxjqhj1w3c29bfb33bmiw32gzbfphmrvhh1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8e4328cae9b4759a75da0b26ea8b68821bc71af/recipes/open-junk-file";
- sha256 = "0r1v9m8a5blv70fzq5miv5i57jx0bm1p0jxh0lwklam0m99znmcj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/open-junk-file";
- license = lib.licenses.free;
- };
- }) {};
- opencc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "opencc";
- ename = "opencc";
- version = "20170722.116";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "emacs-opencc";
- rev = "959d9ffbae095752182026e3bd9b8fd61178c39f";
- sha256 = "0qym9xxjsn4ally7qlfffin7rybdz3w5z4gw1cw2j6ragwcm6w8a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71bc5476b3670a9f5c3d3682c2e7852fc6c5fe60/recipes/opencc";
- sha256 = "1dd62x0h3imil4g3psndxykp45jf83fm4afxcvvyayj45z099f4r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/opencc";
- license = lib.licenses.free;
- };
- }) {};
- opencl-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "opencl-mode";
- ename = "opencl-mode";
- version = "20170816.549";
- src = fetchFromGitHub {
- owner = "salmanebah";
- repo = "opencl-mode";
- rev = "6e69434d0fa6e11a542acad370611bba18d3bc5c";
- sha256 = "00vhmbfh51mncx5xnzv96kbb5r6r27xw6xwvi7gf454zbvcibrws";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d97575fdae88d55b55686aa6814f858813cad171/recipes/opencl-mode";
- sha256 = "1g351wiaycwmg1bnf4s2mdnc3lb2ml5l54g19184xqssfqlx7y79";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/opencl-mode";
- license = lib.licenses.free;
- };
- }) {};
- opener = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "opener";
- ename = "opener";
- version = "20161207.1010";
- src = fetchFromGitHub {
- owner = "0robustus1";
- repo = "opener.el";
- rev = "ab75048b1073fb1b1452dabae94ab55e0cfb57c4";
- sha256 = "00kh8m23jzwb0wipwjdm2wad08xqrlcg00vzc4vzijgrapz0da3h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5a448f1936f46176bc2462eb03955a0c19efb9e/recipes/opener";
- sha256 = "0fhny4m7x19wnlnr19s4rkl04dkx95yppd51jzrkr96xiznw97s7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs request ];
- meta = {
- homepage = "https://melpa.org/#/opener";
- license = lib.licenses.free;
- };
- }) {};
- opensource = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , request
- , s }:
- melpaBuild {
- pname = "opensource";
- ename = "opensource";
- version = "20160926.916";
- src = fetchFromGitHub {
- owner = "OpenSourceOrg";
- repo = "el-opensourceorg";
- rev = "42742d5f1b9590acff7f05ee0094e3a80f4f7171";
- sha256 = "0z92l9d3q12qlf18v7w8qjiw0ciha9l1nvxr0zmik5ck87qk4vmn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec4255a403e912a14a7013ea96f554d3588dfc30/recipes/opensource";
- sha256 = "17gi20s2vi7m75qqaff907x1g8ja5ny90klldpqmj258m2j6a6my";
- name = "recipe";
- };
- packageRequires = [ dash pkg-info request s ];
- meta = {
- homepage = "https://melpa.org/#/opensource";
- license = lib.licenses.free;
- };
- }) {};
- openstack-cgit-browse-file = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "openstack-cgit-browse-file";
- ename = "openstack-cgit-browse-file";
- version = "20130819.227";
- src = fetchFromGitHub {
- owner = "chmouel";
- repo = "openstack-cgit-browse-file";
- rev = "244219288b9aef41155044697bb114b7af83ab8f";
- sha256 = "0086pfk4pq6xmknk7a42fihcjgzkcplqqc1rk9fhwmn9j7djbq70";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bd7035e1ea63d7d8378f8bfda6a5402a5b6bb9e4/recipes/openstack-cgit-browse-file";
- sha256 = "05dl28a4npnnzzipypfcqb21sdww715lwji2xnsabx3fb1h1w5jl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/openstack-cgit-browse-file";
- license = lib.licenses.free;
- };
- }) {};
- openwith = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "openwith";
- ename = "openwith";
- version = "20120531.1436";
- src = fetchhg {
- url = "https://bitbucket.com/jpkotta/openwith";
- rev = "aeb78782ec87";
- sha256 = "1wl6gnxsyhaad4cl9bxjc0qbc5jzvlwbwjbajs0n1s6qr07d6r01";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/openwith";
- sha256 = "0l3grbnn349cv26ap2phlmp2h94s68gqznh5zdqwc2cp7lf699sx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/openwith";
- license = lib.licenses.free;
- };
- }) {};
- operate-on-number = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "operate-on-number";
- ename = "operate-on-number";
- version = "20150706.2323";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "operate-on-number.el";
- rev = "ceb3be565a29326c1098244fac0c50606723a56e";
- sha256 = "0iw3c8sn702ziki59mvd5gxm484i7f0bwsy8fz95y08s9gknjjf9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aec74eff8ca3d5e381d7a6d61c73f1a0716f1c60/recipes/operate-on-number";
- sha256 = "1rw3fqbzfizgcbz3yaf99rr2546msna4z7dyfa8dbi8h7yzl4fhk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/operate-on-number";
- license = lib.licenses.free;
- };
- }) {};
- orca = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "orca";
- ename = "orca";
- version = "20171030.1216";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "orca";
- rev = "5e1744afb793dda744ddc6fe342144b5e90bea08";
- sha256 = "0gqgs3rmdzm5vqk8azgzwannxjifvrf5fj40n543d0066c2dfsfi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4d9cf89c58a9b36b7c2a42de2aecb3b60001908/recipes/orca";
- sha256 = "012ndbrgm58r09snhvi476rw0lq4m913y0slc0cxb688p9wgz5w3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/orca";
- license = lib.licenses.free;
- };
- }) {};
- ordinal = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ordinal";
- ename = "ordinal";
- version = "20190104.621";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "ordinal.el";
- rev = "bfad160d7c4b6faecfe5ac986bb4858cf7149b59";
- sha256 = "1zmsac4jg3yvr3n7pkz8fhpgw9b6lqm9zcq3xh8zmb1x4ckf33z8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ea3dd6fe4cacc229dd1371cb66dd1cfd07321bf4/recipes/ordinal";
- sha256 = "19s27mv7kqcg9qxa844al7q1hk0qbiqh93g1n54r3b6s980dlgcv";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ordinal";
- license = lib.licenses.free;
- };
- }) {};
- org-ac = callPackage ({ auto-complete-pcmp
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "org-ac";
- ename = "org-ac";
- version = "20170401.607";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "org-ac";
- rev = "41e3ef8e4039619d0370c23c66730b3b2e9e32ed";
- sha256 = "1l3fn8vjdqq7rrn1b7l2i238bhjni13mg9v25dydin0sfb697abk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/adf598f8dae69ff286ae78d353a2a5d4363b4480/recipes/org-ac";
- sha256 = "059jr3v3558cgw626zbqfwmwwv5f4637ai26h7b6psqh0x9sf3mr";
- name = "recipe";
- };
- packageRequires = [ auto-complete-pcmp log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/org-ac";
- license = lib.licenses.free;
- };
- }) {};
- org-agenda-property = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-agenda-property";
- ename = "org-agenda-property";
- version = "20140626.1416";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "org-agenda-property";
- rev = "01afb36072eb27846eb09310dfca7991dbae831e";
- sha256 = "1f98adm1vgc43q2k63ggddsbz4329h4m5zpnzkv9lqszbjwdaq5c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/org-agenda-property";
- sha256 = "0zsjzjw52asl609q7a2s4jcsm478p4cxzhnd3azyr9ypxydjf6qk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-agenda-property";
- license = lib.licenses.free;
- };
- }) {};
- org-alert = callPackage ({ alert
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "org-alert";
- ename = "org-alert";
- version = "20180523.1833";
- src = fetchFromGitHub {
- owner = "spegoraro";
- repo = "org-alert";
- rev = "f87bff4acbd839acb4d2245b56b2c3d21f950911";
- sha256 = "05xhp1ggpcgd48vcrxf9l43aasxfjw1ypgzpq3gp7031x83m9rr6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/org-alert";
- sha256 = "01bb0s22wa14lyr9wi58cvk4b03xqq268y3dvxbrhymw1ld97zk2";
- name = "recipe";
- };
- packageRequires = [ alert dash s ];
- meta = {
- homepage = "https://melpa.org/#/org-alert";
- license = lib.licenses.free;
- };
- }) {};
- org-attach-screenshot = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-attach-screenshot";
- ename = "org-attach-screenshot";
- version = "20180419.2225";
- src = fetchFromGitHub {
- owner = "dfeich";
- repo = "org-screenshot";
- rev = "6b1edbd2384191122a30788ac72f2233c2df0294";
- sha256 = "0vyxpc28b9b0cn02a9p48q6iy61qw7gj7gzk37ijdmzg8dzy6hxv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f545cd8d1da39e7fbd61020e178de30053ba774b/recipes/org-attach-screenshot";
- sha256 = "0108kahyd499q87wzvirv5d6p7jrb7ckz8r96pwqzgflj3njbnmn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-attach-screenshot";
- license = lib.licenses.free;
- };
- }) {};
- org-autolist = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-autolist";
- ename = "org-autolist";
- version = "20170924.1201";
- src = fetchFromGitHub {
- owner = "calvinwyoung";
- repo = "org-autolist";
- rev = "c82d1e83e982b5f0c106b8800e5b0cfd5f73fdc1";
- sha256 = "0ykiafbdjb2iy0s1gr6l51gddjbk08iwj4v13hgm8b675bl0cw56";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca8e2cdb282674b20881bf6b4fc49af42a5d09a7/recipes/org-autolist";
- sha256 = "1jvspxhxlvd7h1srk9dbk1v5dykmf8jsjaqicpll7ial6i0qgikj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-autolist";
- license = lib.licenses.free;
- };
- }) {};
- org-babel-eval-in-repl = callPackage ({ emacs
- , ess
- , eval-in-repl
- , fetchFromGitHub
- , fetchurl
- , lib
- , matlab-mode
- , melpaBuild }:
- melpaBuild {
- pname = "org-babel-eval-in-repl";
- ename = "org-babel-eval-in-repl";
- version = "20170511.514";
- src = fetchFromGitHub {
- owner = "diadochos";
- repo = "org-babel-eval-in-repl";
- rev = "bfa72c582ac1531ad42aba23e2b1267ab68e31f6";
- sha256 = "1jm56zxa99s163jv02vhfrshmykvld7girq7gmj1x60g3wjzhn5k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-babel-eval-in-repl";
- sha256 = "0brqp0w9s28ibws4idlm1rw09lsfa98l5wbpwm64rvlixhs6zlnx";
- name = "recipe";
- };
- packageRequires = [ emacs ess eval-in-repl matlab-mode ];
- meta = {
- homepage = "https://melpa.org/#/org-babel-eval-in-repl";
- license = lib.licenses.free;
- };
- }) {};
- org-beautify-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-beautify-theme";
- ename = "org-beautify-theme";
- version = "20170908.1518";
- src = fetchFromGitHub {
- owner = "jonnay";
- repo = "org-beautify-theme";
- rev = "df6a1114fda313e1689363e196c8284fbe2a2738";
- sha256 = "1lkz7736swimad12khwbbqc4gxjydgr1k45p4mx03s25pv1w920y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f55f1ee9890f720e058401a052e14c7411252967/recipes/org-beautify-theme";
- sha256 = "0rrlyn61xh3szw8aihxpbmg809xx5ac66xqzj895dn1raz129h2w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-beautify-theme";
- license = lib.licenses.free;
- };
- }) {};
- org-board = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-board";
- ename = "org-board";
- version = "20190203.624";
- src = fetchFromGitHub {
- owner = "scallywag";
- repo = "org-board";
- rev = "4fe9c9d67b5649c317df32fb027d5b61c37c15f3";
- sha256 = "1crr5rag71sgzddpmrxiqkal5csc19bkbfrsqrq3a7r1d91bb7y5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d8063ee17586d9b1e7415f7b924239826b81ab08/recipes/org-board";
- sha256 = "00jsrxc8f85cvrh7364n7337frdj12yknlfp28fhdgk2ph6d7bp4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-board";
- license = lib.licenses.free;
- };
- }) {};
- org-bookmark-heading = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-bookmark-heading";
- ename = "org-bookmark-heading";
- version = "20180904.1009";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "org-bookmark-heading";
- rev = "eba5ef7a3c992c4a9da86f64d12fca0c1158208a";
- sha256 = "1amq48yldydg9prcxvxn5yi0k8xk87h1azscr9hh9phnll2yys1d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eaadbd149399c6e3c48ac5cbeedeb29a3f5791f1/recipes/org-bookmark-heading";
- sha256 = "1q92rg9d945ypcpb7kig2r0cr7nb7avsylaa7nxjib25advx80n9";
- name = "recipe";
- };
- packageRequires = [ emacs f ];
- meta = {
- homepage = "https://melpa.org/#/org-bookmark-heading";
- license = lib.licenses.free;
- };
- }) {};
- org-brain = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-brain";
- ename = "org-brain";
- version = "20190604.1318";
- src = fetchFromGitHub {
- owner = "Kungsgeten";
- repo = "org-brain";
- rev = "20720b84395d396ee466aaa7e338fda510cf0783";
- sha256 = "0sgd6ghsdch7zxlgck5a8008420fa42x4dszxlhlq65gaw9jdn4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/47480fbae06e4110d50bc89db7df05fa80afc7d3/recipes/org-brain";
- sha256 = "0c05c6lbr740nnjp9p34padrbrc3q1x2pgylkyhsxadm4mfsvj0c";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-brain";
- license = lib.licenses.free;
- };
- }) {};
- org-bullets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-bullets";
- ename = "org-bullets";
- version = "20180208.1543";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "org-bullets";
- rev = "b56f2e3812626f2c4ac1686073d102c71f4a8513";
- sha256 = "0a0dml6y49n3469vrfpgci40k4xxlk0q4kh2b27shjb440wrmv4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe60fc3c60d87b5fd7aa24e858c79753d5f7d2f6/recipes/org-bullets";
- sha256 = "0yrfgd6r71rng3qipp3y9i5mpm6510k4xsfgyidcn25v27fysk3v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-bullets";
- license = lib.licenses.free;
- };
- }) {};
- org-caldav = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-caldav";
- ename = "org-caldav";
- version = "20180403.1336";
- src = fetchFromGitHub {
- owner = "dengste";
- repo = "org-caldav";
- rev = "8d3492c27a09f437d2d94f2736c56d7652e87aa0";
- sha256 = "19q83xgbdabkidx26xvff1x7kixk2wllplnwfsy7kggdj9wqpm9l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-caldav";
- sha256 = "1wzb5garpxg8p7zaqp6z5q0l2x8n9m7fjg5xy3vg9878njnqr9kc";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/org-caldav";
- license = lib.licenses.free;
- };
- }) {};
- org-capture-pop-frame = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-capture-pop-frame";
- ename = "org-capture-pop-frame";
- version = "20160518.308";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "org-capture-pop-frame";
- rev = "b16fd712de62cf0d1f9befd03be6ab5983cb3301";
- sha256 = "01ffkk79wz2qkh9h9cjl59j34wvbiqzzxbbc9a06lh2rc946wgis";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/org-capture-pop-frame";
- sha256 = "1k0njip25527nkn8w11yl7dbk3zv9p9lhx0a9xx293havjxygvyi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-capture-pop-frame";
- license = lib.licenses.free;
- };
- }) {};
- org-category-capture = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-category-capture";
- ename = "org-category-capture";
- version = "20180531.1942";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "org-projectile";
- rev = "e57023c0e33e4a0f848fcfec1902e13e6a92f711";
- sha256 = "03svxxx6jh0c5517yvp7g5lfvjn3n4r169j589iii0fcjp4qri3n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6760daac1ef9d9d7ba07e2fc9668873020f901f1/recipes/org-category-capture";
- sha256 = "0l5n71h9lc8q9k0sb5ghzwb81lah4l1ykc06shfl9zw5lqqvahav";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-category-capture";
- license = lib.licenses.free;
- };
- }) {};
- org-chef = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-chef";
- ename = "org-chef";
- version = "20190528.510";
- src = fetchFromGitHub {
- owner = "Chobbes";
- repo = "org-chef";
- rev = "e1ccda68d146349fae1a2072c932a4ff5078f495";
- sha256 = "0qirp3pbp7knrv9m7g7z7qgpqx4pgfyd1b58gv4xjmqjw6p5kmi8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23b9e64887a290fca7c7ab2718f627f8d728575f/recipes/org-chef";
- sha256 = "1xzbdrv5z31lxnzzgbp50l10lzlvx6j7kc7ssg76fma49wfpnra5";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-chef";
- license = lib.licenses.free;
- };
- }) {};
- org-cliplink = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-cliplink";
- ename = "org-cliplink";
- version = "20190518.712";
- src = fetchFromGitHub {
- owner = "rexim";
- repo = "org-cliplink";
- rev = "e03aa07fef350cfeb6374c669d1cd80eeb1a0f26";
- sha256 = "05yrvz25c6d6j2631yc8rdw0vl247mbdj2jcl4z8imy9mj5bklx9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7ddb13c59441fdf4eb1ba3816e147279dea7d429/recipes/org-cliplink";
- sha256 = "19l3k9w9csgvdr7n824bzg7jja0f28dmz6caldxh43vankpmlg3p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-cliplink";
- license = lib.licenses.free;
- };
- }) {};
- org-clock-convenience = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-clock-convenience";
- ename = "org-clock-convenience";
- version = "20190130.810";
- src = fetchFromGitHub {
- owner = "dfeich";
- repo = "org-clock-convenience";
- rev = "7d14699a15ad6c5b9a63246a11188c77f8800e94";
- sha256 = "05r6jgh8ys4ihpns7g64n4zbnvyy5fvndf9v7zinq2nk6grb393q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a80ed929181cdd28886ca598a0c387a31d239b2e/recipes/org-clock-convenience";
- sha256 = "1zis0fp7q253qfxypm7a69zb3w8jb4cbrbj2rk34d1jisvnn4irw";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-clock-convenience";
- license = lib.licenses.free;
- };
- }) {};
- org-clock-csv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "org-clock-csv";
- ename = "org-clock-csv";
- version = "20190418.805";
- src = fetchFromGitHub {
- owner = "atheriel";
- repo = "org-clock-csv";
- rev = "e2fbaa1ad1a1be40fceecde603a600b292b76acc";
- sha256 = "1fpjga40v2wlkvq4ap75hd844m47gm55dkraznqz078k5f8fx8kk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e023cb898699f76f6c3d9ffe8162aacfc6a8c34f/recipes/org-clock-csv";
- sha256 = "02spjrzdf1kmvyvqkzg7nnmq9kqv75zwxn5ifqmg0f7a1gw28f0l";
- name = "recipe";
- };
- packageRequires = [ org s ];
- meta = {
- homepage = "https://melpa.org/#/org-clock-csv";
- license = lib.licenses.free;
- };
- }) {};
- org-clock-split = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-clock-split";
- ename = "org-clock-split";
- version = "20180909.1347";
- src = fetchFromGitHub {
- owner = "justintaft";
- repo = "org-clock-split";
- rev = "b2f1497b62e7f4a767be02e249e4ac95d4f8f21c";
- sha256 = "099jxkyx7ikfqz99sx632a6c0mc630qkix3c307sm7y317jcdz8l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc8517485e39093a3be387213f766d1df7d50061/recipes/org-clock-split";
- sha256 = "1ihqp4ilz4a3qs2lrc3j0lqkjh782510m2nbzba89pasgl4c4jhw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-clock-split";
- license = lib.licenses.free;
- };
- }) {};
- org-clock-today = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-clock-today";
- ename = "org-clock-today";
- version = "20161014.220";
- src = fetchFromGitHub {
- owner = "mallt";
- repo = "org-clock-today-mode";
- rev = "02b8fd541a01040405a9a1400c46dcb68b7c2a3a";
- sha256 = "1gbkrgbpsrwkjd199giffim8jvx1n4dqrsyk53sz1swj9dlhxgp9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-clock-today";
- sha256 = "1x9hplz9w2kpa239rz6y02hsl4fgzxlkwr9hhwjy12x1f88x0k73";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-clock-today";
- license = lib.licenses.free;
- };
- }) {};
- org-commentary = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-commentary";
- ename = "org-commentary";
- version = "20160801.2337";
- src = fetchFromGitHub {
- owner = "smaximov";
- repo = "org-commentary";
- rev = "821ccb994811359c42f4e3d459e0e88849d42b75";
- sha256 = "0ixhyn8s7l2caq0qpv9zlq9fzm3z8b81755c3yffnk5camnij6py";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e0a40d9ea5849b9c22378a84ac8122e4eb2737d/recipes/org-commentary";
- sha256 = "0ym1rq2zhyhc6hkk40wsa9jni2h1z5dkaisldqzg8ggl7iv3v4fx";
- name = "recipe";
- };
- packageRequires = [ dash emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-commentary";
- license = lib.licenses.free;
- };
- }) {};
- org-context = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-context";
- ename = "org-context";
- version = "20170107.537";
- src = fetchFromGitHub {
- owner = "thisirs";
- repo = "org-context";
- rev = "a3b4a4ce6d15e3c2d45eb5dcb78bea81913f3e21";
- sha256 = "18swz38q8z1nga6l8f1l27b7ba3y5y3ikk0baplmich3hxav58xj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f33b6157eb172719a56c3e86233708b1e545e451/recipes/org-context";
- sha256 = "19y8aln7wix9p506ajvfkl641147c5mdmjm98jnq68cx2r4wp6zz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-context";
- license = lib.licenses.free;
- };
- }) {};
- org-cua-dwim = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-cua-dwim";
- ename = "org-cua-dwim";
- version = "20120202.2134";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "org-cua-dwim.el";
- rev = "a55d6c7009fc0b22f1110c07de629acc955c85e4";
- sha256 = "0nrfvmqb70phnq0k4wbdj6z666wq6xvabg4pgv8qn62rbrw4yyhm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/org-cua-dwim";
- sha256 = "0ib3m41b4lh0p0xxhsmfv42qs00xm2cfwwl2cgfdjjp1s57p19xy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-cua-dwim";
- license = lib.licenses.free;
- };
- }) {};
- org-d20 = callPackage ({ dash
- , emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild
- , s
- , seq }:
- melpaBuild {
- pname = "org-d20";
- ename = "org-d20";
- version = "20190415.1310";
- src = fetchgit {
- url = "https://git.spwhitton.name/org-d20";
- rev = "e0fb2c04a55c55cbf59a85a0b2e23ef18370ca61";
- sha256 = "1q5s2gj1968z23qf7ds2ychvvnzmlayh1v16krf0lf3zj7a3k20s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98bf91038196dfb59c491c9ed96c6b6a0cb311a9/recipes/org-d20";
- sha256 = "158n900ifb1mfckd0gjmb9gpzibh8a2x56flbn2r035gcdbb7wc5";
- name = "recipe";
- };
- packageRequires = [ dash emacs s seq ];
- meta = {
- homepage = "https://melpa.org/#/org-d20";
- license = lib.licenses.free;
- };
- }) {};
- org-dashboard = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-dashboard";
- ename = "org-dashboard";
- version = "20171223.1124";
- src = fetchFromGitHub {
- owner = "bard";
- repo = "org-dashboard";
- rev = "02c0699771d199075a286e4502340ca6e7c9e831";
- sha256 = "0zi23xgv5fq827dljhzp6m2v7ggr3pdw3fpgq8515gs9q4f12v1r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/11ce0ba772672d9cbae5713ebaf3798eec5fdb3c/recipes/org-dashboard";
- sha256 = "1hvhhbmyx12wsf2n1hd0hg5cy05zyspd82xxcdh04g4s9r3ikqj5";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/org-dashboard";
- license = lib.licenses.free;
- };
- }) {};
- org-doing = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-doing";
- ename = "org-doing";
- version = "20161017.920";
- src = fetchFromGitHub {
- owner = "rudolfolah";
- repo = "org-doing";
- rev = "4819e75c827c2115bd28f3b3148d846aa64ccd9b";
- sha256 = "0pb7ljysh8ap572f9y813js6lvvac4kjky2a5r39hv28px33hmx5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/org-doing";
- sha256 = "10vg0wl8dsy12r51178qi4rzi94img692z5x3zv8dxa29lmn26xs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-doing";
- license = lib.licenses.free;
- };
- }) {};
- org-dotemacs = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-dotemacs";
- ename = "org-dotemacs";
- version = "20190116.1355";
- src = fetchFromGitHub {
- owner = "vapniks";
- repo = "org-dotemacs";
- rev = "5f504f36af6bcb9dbe9869c7ed54851d3db742e7";
- sha256 = "0pxphad9qxssqxr50g0mf20b7247xjp9a6fmb494bj8yv6wnn9m9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4c1847184312c8c95e7e81e5b3b73e5621cc2509/recipes/org-dotemacs";
- sha256 = "1vc391fdkdqd4g0piq66zhrlgqx5s2ijv7qd1rc3a235sjb9i2n4";
- name = "recipe";
- };
- packageRequires = [ cl-lib org ];
- meta = {
- homepage = "https://melpa.org/#/org-dotemacs";
- license = lib.licenses.free;
- };
- }) {};
- org-download = callPackage ({ async
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-download";
- ename = "org-download";
- version = "20190604.640";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "org-download";
- rev = "ac72bf8fce3e855da60687027b6b8601cf1de480";
- sha256 = "0ax5wd44765wnwabkam1g2r62gq8crx2qq733s2mg1z72cfvwxqb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/edab283bc9ca736499207518b4c9f5e71e822bd9/recipes/org-download";
- sha256 = "19yjx0qqpmrdwagp3d6lwwv7dcb745m9ccq3m29sin74f5p4svsi";
- name = "recipe";
- };
- packageRequires = [ async ];
- meta = {
- homepage = "https://melpa.org/#/org-download";
- license = lib.licenses.free;
- };
- }) {};
- org-dp = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-dp";
- ename = "org-dp";
- version = "20180311.123";
- src = fetchFromGitHub {
- owner = "tj64";
- repo = "org-dp";
- rev = "334fefd06eb925c86b1642787b2a088aa0932bab";
- sha256 = "0cjx9428ypadvrlbfnfj6zwnfhdcay82q2f9x8v5gaffa6wrr7j3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f337375082da316ed07b8ce9c775b484b8cdbf6/recipes/org-dp";
- sha256 = "0fnrzpgw8l0g862j20yy4mw1wfcm2i04r6dxi4yd7yay8bw2i4yq";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/org-dp";
- license = lib.licenses.free;
- };
- }) {};
- org-drill-table = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "org-drill-table";
- ename = "org-drill-table";
- version = "20180115.209";
- src = fetchFromGitHub {
- owner = "chrisbarrett";
- repo = "org-drill-table";
- rev = "e4c4c1b0a17f51cb8de67eafe06a6bffc754f525";
- sha256 = "1nzn890z30l062flbnww9f3nq7wm5x5146rh76az8h7jm6vigvca";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3347da186765877826b224e1f5d1b585ebd3692c/recipes/org-drill-table";
- sha256 = "1gb5b4hj4xr8nv8bxfar145i38zcic6c34gk98wpshvwzvb43r69";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs org s ];
- meta = {
- homepage = "https://melpa.org/#/org-drill-table";
- license = lib.licenses.free;
- };
- }) {};
- org-dropbox = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names }:
- melpaBuild {
- pname = "org-dropbox";
- ename = "org-dropbox";
- version = "20150113.2109";
- src = fetchFromGitHub {
- owner = "heikkil";
- repo = "org-dropbox";
- rev = "2dc677a770c9e82f928ad8e97a7707eb368e58ed";
- sha256 = "1ldyxxlgfm2zskjr06b5kppq560cy75ic2dh9si09hrsw3qj0m4s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cd613fbe42c41b125a25dfa0206666446dc5fa40/recipes/org-dropbox";
- sha256 = "0qfvdz13ncqn7qaz03lwabzsnk62z6wqzlxlvdqv5xyllcy9m6ln";
- name = "recipe";
- };
- packageRequires = [ dash emacs names ];
- meta = {
- homepage = "https://melpa.org/#/org-dropbox";
- license = lib.licenses.free;
- };
- }) {};
- org-easy-img-insert = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-easy-img-insert";
- ename = "org-easy-img-insert";
- version = "20160915.1308";
- src = fetchFromGitHub {
- owner = "tashrifsanil";
- repo = "org-easy-img-insert";
- rev = "3efb4d70e5a39bfbf7ee4c4033cc61afa89430dd";
- sha256 = "1nijybb8dc251n187ljwffw3hxppb7nhb0lhc7jx4fyymg3r27l3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/512db70609fc451972405acb4b186a9b3c6944fa/recipes/org-easy-img-insert";
- sha256 = "0gpb9f66gn8dbhwrlw7z2a5rpphbh1fv845wz8yy4v7nv2j3sf54";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-easy-img-insert";
- license = lib.licenses.free;
- };
- }) {};
- org-edit-latex = callPackage ({ auctex
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-edit-latex";
- ename = "org-edit-latex";
- version = "20170908.822";
- src = fetchFromGitHub {
- owner = "et2010";
- repo = "org-edit-latex";
- rev = "ecd91601cb6f3aa79d055bde99bfec6d2b335952";
- sha256 = "0m2smwn18zvq5sg5p6j15vf6s1y9lzzrl088ziv9725wil5jwkly";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-edit-latex";
- sha256 = "0nkiz4682qgk5dy4if3gij98738482ys8zwm8yx834za38xxbwry";
- name = "recipe";
- };
- packageRequires = [ auctex emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-edit-latex";
- license = lib.licenses.free;
- };
- }) {};
- org-ehtml = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-server }:
- melpaBuild {
- pname = "org-ehtml";
- ename = "org-ehtml";
- version = "20150506.1658";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "org-ehtml";
- rev = "9df85de1a0fe1e7b2d6c000777c1a0c0217f92d0";
- sha256 = "0kqvwqmwnwg2h7r38fpjg6qlkcj9v8011df8nmsgs1w1mfdvnjsq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f68028b3f4d2455da6d657e90abcab6181db284/recipes/org-ehtml";
- sha256 = "0n82fbd7aircqg2c9m138qfv8csrv0amhya3xlwswdkqn51vn3gw";
- name = "recipe";
- };
- packageRequires = [ emacs web-server ];
- meta = {
- homepage = "https://melpa.org/#/org-ehtml";
- license = lib.licenses.free;
- };
- }) {};
- org-elisp-help = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-elisp-help";
- ename = "org-elisp-help";
- version = "20161121.1655";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "org-elisp-help";
- rev = "3e33ab1a2933dd7f2782ef91d667a37f12d633ab";
- sha256 = "088pbafz1x4z7qi70cjbrvfrcdrjp4zy0yl115klbidshqhxycmj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b0a9bf5046a4c3be8a83004d506bd258a6f7ff15/recipes/org-elisp-help";
- sha256 = "0a4wvz52hkcw5nrml3h1yp8w97vg5jw22wnpfbb827zh7iwb259h";
- name = "recipe";
- };
- packageRequires = [ cl-lib org ];
- meta = {
- homepage = "https://melpa.org/#/org-elisp-help";
- license = lib.licenses.free;
- };
- }) {};
- org-emms = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-emms";
- ename = "org-emms";
- version = "20181010.414";
- src = fetchFromGitLab {
- owner = "jagrg";
- repo = "org-emms";
- rev = "07a8917f3d628c32e5de1dbd118ac08203772533";
- sha256 = "1sqsm5sv311xfdk4f4rsnvprdf2v2vm7l1b3vqi7pc0g8adlnw1d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4fa5c221790acca40316510fd495951f418c8e15/recipes/org-emms";
- sha256 = "0g7d2y1dgy2hgiwaxz9crxf3nv8aqzxhyf2jmnmhphdv2s9ipvjw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-emms";
- license = lib.licenses.free;
- };
- }) {};
- org-evil = callPackage ({ dash
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , monitor
- , org }:
- melpaBuild {
- pname = "org-evil";
- ename = "org-evil";
- version = "20180620.817";
- src = fetchFromGitHub {
- owner = "GuiltyDolphin";
- repo = "org-evil";
- rev = "3b4620edc606412ef75c0b5aa637af22486eb126";
- sha256 = "0aqya9l9s55h5wd728iz15f53p5xajrfk8pn9gjxnw0i8m4d09sd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17a4772d409aa5dbda5fb84d86c237fd2653c70b/recipes/org-evil";
- sha256 = "0wvd201k9b9ghg39rwbah6rw8b7hyyd27vvqjynjwbk3v8rp5zyn";
- name = "recipe";
- };
- packageRequires = [ dash evil monitor org ];
- meta = {
- homepage = "https://melpa.org/#/org-evil";
- license = lib.licenses.free;
- };
- }) {};
- org-fancy-priorities = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-fancy-priorities";
- ename = "org-fancy-priorities";
- version = "20180328.1631";
- src = fetchFromGitHub {
- owner = "harrybournis";
- repo = "org-fancy-priorities";
- rev = "fc09edc9b139e82395982d08db2825702045cb85";
- sha256 = "0pzqbszjm24c8gfcczcmn242ipprsqi7pmys65bqgz63iypfxpcw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/712902ae1cf967ceb2052266ed3244e92998f8a7/recipes/org-fancy-priorities";
- sha256 = "13rljgi5fbzlc16cxqj49yg47a5qpyxzj0lswhdyhgzncp1fyq7p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-fancy-priorities";
- license = lib.licenses.free;
- };
- }) {};
- org-gcal = callPackage ({ alert
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , request-deferred }:
- melpaBuild {
- pname = "org-gcal";
- ename = "org-gcal";
- version = "20190401.1041";
- src = fetchFromGitHub {
- owner = "kidd";
- repo = "org-gcal.el";
- rev = "3874040bd86050db60b982bb62acafb69b6a4d9b";
- sha256 = "1dffrws0rvxvsg9jqjx239zxssd6sskqv3x58mm5vvhna423cm67";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d97c701819ea8deaa8a9664db1f391200ee52c4f/recipes/org-gcal";
- sha256 = "014h67ba0cwi4i1llngypscyvyrm74ljh067i3iapx5a18q7xw5v";
- name = "recipe";
- };
- packageRequires = [ alert cl-lib emacs org request-deferred ];
- meta = {
- homepage = "https://melpa.org/#/org-gcal";
- license = lib.licenses.free;
- };
- }) {};
- org-gnome = callPackage ({ alert
- , fetchFromGitHub
- , fetchurl
- , gnome-calendar
- , lib
- , melpaBuild
- , telepathy }:
- melpaBuild {
- pname = "org-gnome";
- ename = "org-gnome";
- version = "20150614.757";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "org-gnome.el";
- rev = "1012d47886cfd30eed25b73d9f18e475e0155f88";
- sha256 = "0b57ik05iax2h3nrj96kysbk4hxmxlaabd0n6lv1xsayrlli3sj1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4f7ebd2d2312954d098fe4afd07c3d02b4df475d/recipes/org-gnome";
- sha256 = "0c37gfs6xs0jbvg6ypd4z5ip1khm26wr5lxgmv1dzcc383ynzg0v";
- name = "recipe";
- };
- packageRequires = [ alert gnome-calendar telepathy ];
- meta = {
- homepage = "https://melpa.org/#/org-gnome";
- license = lib.licenses.free;
- };
- }) {};
- org-grep = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-grep";
- ename = "org-grep";
- version = "20151202.429";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "org-grep";
- rev = "5bdd04c0f53b8a3d656f36ea17bba3df7f0cb684";
- sha256 = "10jwqzs431mnwz717qdmcn0v8raklw41sbxbnkb36yrgznk8c09c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5ed0682fb9130a62e628d4e64747bb9c70456681/recipes/org-grep";
- sha256 = "0kpgizy0zxnlmyh0prwdll62ri2c1l4sb0yrkl7yw17cr4gxmkkz";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/org-grep";
- license = lib.licenses.free;
- };
- }) {};
- org-if = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-if";
- ename = "org-if";
- version = "20150920.813";
- src = fetchFromGitLab {
- owner = "elzair";
- repo = "org-if";
- rev = "fab602cc1bbee7a4e99c0083e129219d3f9ed2e8";
- sha256 = "1iyqv34b7q2k73srshcnpvfzcadq47w4rzkqp6m1d3ajk8x2vypq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/09df84b60c46678ad40d8dabc08fcfe518f5ad79/recipes/org-if";
- sha256 = "0h0jdyawz2j4mp33w85z8q77l37qid8palvw5n4z379qa0wr5h96";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-if";
- license = lib.licenses.free;
- };
- }) {};
- org-index = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-index";
- ename = "org-index";
- version = "20190330.35";
- src = fetchFromGitHub {
- owner = "marcIhm";
- repo = "org-index";
- rev = "4b6f5f743bcdba14e2c2fd71a32caa21b11ef739";
- sha256 = "08a9wj77bhi6y19xnvibcz7x5wbg8ismfppzxz45kmydniwzpli9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/org-index";
- sha256 = "092q92hwvknwm3v2shp8dm59qdamfivx9z9v23msysy7x2mhg98f";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-index";
- license = lib.licenses.free;
- };
- }) {};
- org-iv = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , impatient-mode
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-iv";
- ename = "org-iv";
- version = "20171001.322";
- src = fetchFromGitHub {
- owner = "kuangdash";
- repo = "org-iv";
- rev = "7f2bb1b32647655fd9d6684f6f09dcc66b61b0cd";
- sha256 = "0s3fi8sk7jm5vr0fz20fbygm4alhpirv0j20jfi1pab14yhhf34h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e7db0c34f0f6fb9c3b9e581a74304cc9a26ed342/recipes/org-iv";
- sha256 = "1akhabp6mdw1h7zms6ahlfvwizl07fwsizwxpdzi4viggfccsfwx";
- name = "recipe";
- };
- packageRequires = [ cl-lib impatient-mode org ];
- meta = {
- homepage = "https://melpa.org/#/org-iv";
- license = lib.licenses.free;
- };
- }) {};
- org-jira = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "org-jira";
- ename = "org-jira";
- version = "20190502.637";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "org-jira";
- rev = "883501bf57ee99d9add9c6eac47c79d372c0f61e";
- sha256 = "0vfkr9cppagqvacl8cwpkzp62igf9rwzs5nwc2rk3g014wylp6s6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e0a2fae6eecb6b4b36fe97ad99691e2c5456586f/recipes/org-jira";
- sha256 = "1sbypbz00ki222zpm47yplyprx7h2q076b3l07qfilk0sr8kf4ql";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs request s ];
- meta = {
- homepage = "https://melpa.org/#/org-jira";
- license = lib.licenses.free;
- };
- }) {};
- org-journal = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-journal";
- ename = "org-journal";
- version = "20190517.743";
- src = fetchFromGitHub {
- owner = "bastibe";
- repo = "org-journal";
- rev = "529993646e2c399dd169ce11c0e37f35d2c7e39d";
- sha256 = "0bzbhsicfgnfn1kzaqpwhby6yvayr253n5gx2z8ccc8v6qqdvxdh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/org-journal";
- sha256 = "1npzqxn1ssigq7k1nrxz3xymxaazby0ddgxq6lgw2a1zjmjm4h2b";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-journal";
- license = lib.licenses.free;
- };
- }) {};
- org-journal-list = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-journal-list";
- ename = "org-journal-list";
- version = "20190221.1252";
- src = fetchFromGitHub {
- owner = "huytd";
- repo = "org-journal-list";
- rev = "2b26d00181bb49bff64b31ad020490acd1b6ae02";
- sha256 = "0bcj9b7c4pyyvxlgnysl5lhs9ndp60xwizd85zrkd2mh2m8sbq9v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7c0186e507b6b309a35abb076988da740cee8f84/recipes/org-journal-list";
- sha256 = "1aw6pf747n3z00xg8viakckm0bb6m9hnrkxphhhsfvqqgwfpzkb9";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-journal-list";
- license = lib.licenses.free;
- };
- }) {};
- org-kanban = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "org-kanban";
- ename = "org-kanban";
- version = "20190527.2207";
- src = fetchFromGitHub {
- owner = "gizmomogwai";
- repo = "org-kanban";
- rev = "dcf5e8c0a2d82bc4101c03ba21a2d38b406ea00b";
- sha256 = "02n5753kqvb6ankqrynrlalik5r9g367rg4yzmf8mhx52x1h5va4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a9f3a10c126fa43a6fa60ee7f8e50c7a9661dbc1/recipes/org-kanban";
- sha256 = "1flgqa2pwzw6b2zm3j09i9bvz1i8k03mbwj6l75yrk29lh4njq41";
- name = "recipe";
- };
- packageRequires = [ dash emacs org s ];
- meta = {
- homepage = "https://melpa.org/#/org-kanban";
- license = lib.licenses.free;
- };
- }) {};
- org-kindle = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "org-kindle";
- ename = "org-kindle";
- version = "20190314.2139";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "org-kindle";
- rev = "612a2894bbbff8a6cf54709d591fee86005755de";
- sha256 = "1h3pbjiy5v8lp3p6dry4jk3pvdp7hpkc517d3w9ldhz6nmaiccgg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/29d08205620d51d4d76e3a4a6124884b5a6b9db7/recipes/org-kindle";
- sha256 = "17sxvyh3z5pn2353iz2v6xjxp98yxwd4n7wkqsa9nwihsw5mmrrw";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/org-kindle";
- license = lib.licenses.free;
- };
- }) {};
- org-link-minor-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-link-minor-mode";
- ename = "org-link-minor-mode";
- version = "20170805.1152";
- src = fetchFromGitHub {
- owner = "seanohalpin";
- repo = "org-link-minor-mode";
- rev = "7b92df60f3fee7f609d649d80ef243b45771ebea";
- sha256 = "1lz7qj57s391ssawmccvhgxv1w99fj1m9rg3g4pymdl3sgdcz4g4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1d2add7baf96c9a18671766d61c8aa028756796/recipes/org-link-minor-mode";
- sha256 = "1akb670mzzhmldw2202x3k6b7vwfcn0rs55znpxsrc4iqihdgka3";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/org-link-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- org-link-travis = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-link-travis";
- ename = "org-link-travis";
- version = "20140405.1627";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "org-link-travis";
- rev = "596615ad8373d9090bd4138da683524f0ad0bda5";
- sha256 = "1797pd264zn19zk93nifyw6pwk2a7wrpfir373qclk601yv2g5h8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/52c7f9539630e5ac7748fe36fd27c3486649ab74/recipes/org-link-travis";
- sha256 = "0hj4x7cw7a3ry8xislkz9bnavy77z4cpmnvns02yi3gnib53mlfs";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/org-link-travis";
- license = lib.licenses.free;
- };
- }) {};
- org-linkany = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "org-linkany";
- ename = "org-linkany";
- version = "20160206.2011";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "org-linkany";
- rev = "8cfe2f1a46e6654a79f56505349d1396263cecb3";
- sha256 = "0lqxzmjxs80z3z90f66f3zfrdajiamdcwpvfv5j2w40js9xz4x37";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df82cf95e34775b22da0a8bb29750f603c58f259/recipes/org-linkany";
- sha256 = "0arjj3c23yqm1ljvbnl7v9cqvd9lbz4381g8f3jyqbafs25bdc3c";
- name = "recipe";
- };
- packageRequires = [ log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/org-linkany";
- license = lib.licenses.free;
- };
- }) {};
- org-listcruncher = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "org-listcruncher";
- ename = "org-listcruncher";
- version = "20180814.2303";
- src = fetchFromGitHub {
- owner = "dfeich";
- repo = "org-listcruncher";
- rev = "daa948f54631dda96ed83a2c63265e176b177ff3";
- sha256 = "0r6gmadd20w3giw40973kyl83954pdmhslxagn6vafh1ygg9vi83";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5bed5078a3e56a825be61d158ca8321763b92f7c/recipes/org-listcruncher";
- sha256 = "05vi7a03gj1waaqcjnkgpij4r45r2087xg7kgfs6ki8zhsyws23q";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/org-listcruncher";
- license = lib.licenses.free;
- };
- }) {};
- org-make-toc = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "org-make-toc";
- ename = "org-make-toc";
- version = "20190103.2112";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "org-make-toc";
- rev = "9adeaf9da23fd3f7600821526f7e41f4ed17dd4a";
- sha256 = "122fvv6waq70qcccgwnmyfmci48k8zc7vzmagadypmw8grgdjdx2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df87749128bcfd27ca93a65084a2e88cd9ed5c3f/recipes/org-make-toc";
- sha256 = "0xaw3d1axvln4pr7p0jnqf0j6fd1g6cra1gykvf6y12zx02xkchh";
- name = "recipe";
- };
- packageRequires = [ dash emacs org s ];
- meta = {
- homepage = "https://melpa.org/#/org-make-toc";
- license = lib.licenses.free;
- };
- }) {};
- org-mime = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-mime";
- ename = "org-mime";
- version = "20190513.637";
- src = fetchFromGitHub {
- owner = "org-mime";
- repo = "org-mime";
- rev = "f8eac8ccdec2ebf1dec87d4f5f01b4b53f86c67c";
- sha256 = "0gjdhhri2fm93phvv3fnw6iz5agpafryacj521j80jf1dmj2bj5h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/521678fa13884dae69c2b4b7a2af718b2eea4b28/recipes/org-mime";
- sha256 = "14154pajl2bbawdd8iqfwgc67pcjp2lxl6f92c62nwq12wkcnny6";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-mime";
- license = lib.licenses.free;
- };
- }) {};
- org-mind-map = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-mind-map";
- ename = "org-mind-map";
- version = "20180826.1640";
- src = fetchFromGitHub {
- owner = "theodorewiles";
- repo = "org-mind-map";
- rev = "41df4b2e30455494f1848b4e06cc9208aa9e902b";
- sha256 = "0y0yjb0w6s5yxklcxkmylmw031plxhl9dvachx325mb9qcwskycp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3c8683ee547a6a99f8d258561c3ae157b1f427f2/recipes/org-mind-map";
- sha256 = "07wffzf4dzfj8bplwhr9yscm6l9wbz8y01j0jc8cw943z5b8pdgs";
- name = "recipe";
- };
- packageRequires = [ dash emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-mind-map";
- license = lib.licenses.free;
- };
- }) {};
- org-mobile-sync = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-mobile-sync";
- ename = "org-mobile-sync";
- version = "20180605.2224";
- src = fetchgit {
- url = "https://framagit.org/steckerhalter/org-mobile-sync.git";
- rev = "06764b943a528827df1e2acc6bc7806cc2c1351f";
- sha256 = "0qdgs965ppihsz2ihyykdinr4n7nbb89d384z7kn985b17263lvn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0a8eb0eefe88b4ea683a4743c0f8393506e014b/recipes/org-mobile-sync";
- sha256 = "152mswykbz3m9w1grpsvb6wi9rg1vf3clnrl8qy6v911c0hy1s9c";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-mobile-sync";
- license = lib.licenses.free;
- };
- }) {};
- org-mru-clock = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-mru-clock";
- ename = "org-mru-clock";
- version = "20190602.1108";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "org-mru-clock";
- rev = "a816e173ee22ff96f0fef6c54316e2583192af32";
- sha256 = "09zcnvz4mgw1lak5vnpa9b4r4gpskviyl2jwpjqmwqgvjhw31g0v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b36bf1c1faa4d7e38254416a293e56af96214136/recipes/org-mru-clock";
- sha256 = "1arww5x6vdyyn1bwxry91w88phbr9l6nk8xxrw40iqmmbhggahgm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-mru-clock";
- license = lib.licenses.free;
- };
- }) {};
- org-msg = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-msg";
- ename = "org-msg";
- version = "20181111.1015";
- src = fetchFromGitHub {
- owner = "jeremy-compostella";
- repo = "org-msg";
- rev = "9c9ae7b37dc1404ff6d4de4b543ae01dd1562914";
- sha256 = "1gbjinnrn1y5506xjp8nmr15gh6pgwnwq1g8q30xmb3dbrrc43hx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6aec5f72baa870fe57df0fd366696329651a221f/recipes/org-msg";
- sha256 = "0pznyvjks4ga204nv9v1rn7y7ixki437gknp2h854kpf6pdlb2jy";
- name = "recipe";
- };
- packageRequires = [ emacs htmlize ];
- meta = {
- homepage = "https://melpa.org/#/org-msg";
- license = lib.licenses.free;
- };
- }) {};
- org-multiple-keymap = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-multiple-keymap";
- ename = "org-multiple-keymap";
- version = "20150328.1806";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "org-multiple-keymap.el";
- rev = "8ebc532df7f0dd6e6c3aa7c380a51d4166c668e8";
- sha256 = "0zbpzm9lni6z180s7n52x8s5by5zkq2nlhx82l2h9i7in9y4r6c3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a22beed723d149282e70e3411b79e8ce9f5ab2b/recipes/org-multiple-keymap";
- sha256 = "16iv5575634asvn1b2k535ml8g4lqgy8z5w6ykma5f9phq5idb9f";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-multiple-keymap";
- license = lib.licenses.free;
- };
- }) {};
- org-notebook = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-notebook";
- ename = "org-notebook";
- version = "20170321.2152";
- src = fetchFromGitHub {
- owner = "Rahi374";
- repo = "org-notebook";
- rev = "d90c4aeca2442161e6dd89de175561af85aace03";
- sha256 = "15hf0x0v4fz6gxj8qx9pfm6xic7qni33nn4ga6cxbdgpwgyr61wz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/04149b1f158e857ea824fe120372ac52a000adcf/recipes/org-notebook";
- sha256 = "045xqmrik1s83chl7l7fnlav2p76xrfj21kacpjj215saz1f8nld";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-notebook";
- license = lib.licenses.free;
- };
- }) {};
- org-noter = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-noter";
- ename = "org-noter";
- version = "20190502.725";
- src = fetchFromGitHub {
- owner = "weirdNox";
- repo = "org-noter";
- rev = "920798e2a977ca74b77cf728ee40bb48450f941b";
- sha256 = "1sx4pf5hwbq7r967zigzq3jhhisd3x9pf3nmp7iickyd1jcg3qbv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a2bc0d95dc2744277d6acbba1f7483b4c14d75c/recipes/org-noter";
- sha256 = "0vsc2b1yz9lw0zv1vnm722pl35kxpwhcdi7h6mijhnw8vv7rhixf";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-noter";
- license = lib.licenses.free;
- };
- }) {};
- org-octopress = callPackage ({ ctable
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , orglue }:
- melpaBuild {
- pname = "org-octopress";
- ename = "org-octopress";
- version = "20170820.2115";
- src = fetchFromGitHub {
- owner = "yoshinari-nomura";
- repo = "org-octopress";
- rev = "38598ef98d04076a8eb78d549907ddfde8d3a652";
- sha256 = "0bmj5wkwidj1v3b8ipligr0nkfdaxm82717nz8fqidz967q4xbk6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fba6c3c645ba903f636814b5a2bb1baca0b5283b/recipes/org-octopress";
- sha256 = "0r6ms9j4xxsrik4206g7gz4wz41wr4ylpal6yfqs4hhz88yhxrhw";
- name = "recipe";
- };
- packageRequires = [ ctable org orglue ];
- meta = {
- homepage = "https://melpa.org/#/org-octopress";
- license = lib.licenses.free;
- };
- }) {};
- org-onenote = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , oauth2
- , org
- , request }:
- melpaBuild {
- pname = "org-onenote";
- ename = "org-onenote";
- version = "20171007.2200";
- src = fetchFromGitHub {
- owner = "ifree";
- repo = "org-onenote";
- rev = "5ce5cf4edb143180e0b185ac26826d39ae5bc929";
- sha256 = "1jlnnb04ichcl155lklvjw91l8j1dvg77bv1815chak226aq4xqj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7705ee9a8733733664b6214bf4eec15d640c6895/recipes/org-onenote";
- sha256 = "0qgmizzryb6747yd80d3nic3546f4h8vjd6c30jr99vv2ildjsfk";
- name = "recipe";
- };
- packageRequires = [ oauth2 org request ];
- meta = {
- homepage = "https://melpa.org/#/org-onenote";
- license = lib.licenses.free;
- };
- }) {};
- org-outline-numbering = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , org
- , ov }:
- melpaBuild {
- pname = "org-outline-numbering";
- ename = "org-outline-numbering";
- version = "20180705.801";
- src = fetchFromGitLab {
- owner = "andersjohansson";
- repo = "org-outline-numbering";
- rev = "b95b6a7ed9289637cb512232470633b330ca9713";
- sha256 = "03x3n2ywgk2x7slpzy26bw3l9l000pd964z0yifvf9fqhpbk5d0r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6dbd71c2176c1160e8418631d69f4bcba75845fd/recipes/org-outline-numbering";
- sha256 = "131cpvfsiv92bbicq5n7dlr6k643sk7xw31xs0lwmw4pxq44m8sg";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs org ov ];
- meta = {
- homepage = "https://melpa.org/#/org-outline-numbering";
- license = lib.licenses.free;
- };
- }) {};
- org-outlook = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-outlook";
- ename = "org-outlook";
- version = "20160705.638";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "org-outlook.el";
- rev = "ec32d8d9d8ffd17e6de4de0b52fc3f5ad9b4cc0d";
- sha256 = "1la7g9qzn8wbfzc2zd6gddi1zl145b35311l66sjyffidmhgfw8d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/804a4b6802d2cf53e5415d956f0b4772853f4c69/recipes/org-outlook";
- sha256 = "0cn8h6yy67jr5h1yxsfqmr8q7ii4f99pgghfp821m01pj55qyjx9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-outlook";
- license = lib.licenses.free;
- };
- }) {};
- org-page = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , git
- , ht
- , htmlize
- , lib
- , melpaBuild
- , mustache
- , org
- , simple-httpd }:
- melpaBuild {
- pname = "org-page";
- ename = "org-page";
- version = "20170806.1924";
- src = fetchFromGitHub {
- owner = "kelvinh";
- repo = "org-page";
- rev = "50430ababf73a2d090881a952e9770badaf7478b";
- sha256 = "1xph0pdcbzlxfnbhhad2jgkznrl2vs76yl3jd29ny4xsl0n3gglw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/872f163d4da58760009001472e2240f00d4d2d89/recipes/org-page";
- sha256 = "1326m3w7vz22zk7rx40z28fddsccy5fl1qhbb7clci8l69blcc2v";
- name = "recipe";
- };
- packageRequires = [
- cl-lib
- dash
- git
- ht
- htmlize
- mustache
- org
- simple-httpd
- ];
- meta = {
- homepage = "https://melpa.org/#/org-page";
- license = lib.licenses.free;
- };
- }) {};
- org-parser = callPackage ({ dash
- , emacs
- , fetchhg
- , fetchurl
- , ht
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-parser";
- ename = "org-parser";
- version = "20190206.2121";
- src = fetchhg {
- url = "https://bitbucket.com/zck/org-parser.el";
- rev = "8610aef8dc87";
- sha256 = "0vqh37y2b0dc8p9c04ici1h9n9ghd1jizcr1c2zvp75cyqsz09wv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28d55005cbce276cda21021a8d9368568cb4bcc6/recipes/org-parser";
- sha256 = "06yb78mf486b986dhvqg3avflfyi271vykyars465qpk0v8ahq8h";
- name = "recipe";
- };
- packageRequires = [ dash emacs ht ];
- meta = {
- homepage = "https://melpa.org/#/org-parser";
- license = lib.licenses.free;
- };
- }) {};
- org-password-manager = callPackage ({ dash
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "org-password-manager";
- ename = "org-password-manager";
- version = "20180227.1010";
- src = fetchgit {
- url = "https://github.com/leafac/org-password-manager";
- rev = "4b30a36e71182553a02e4dd415369290d98ec03a";
- sha256 = "1a6i3g032c5xzsnaf7rprn22kk68y1ay3w21p3q52p3lvlzhnfis";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fba84d698f7d16ffc0dc16618efcd1cdc0b39d79/recipes/org-password-manager";
- sha256 = "0wxvl6ypgn6ky1z3dh33ya3rh73znkh5f8qhqwfmwp7hy2mbl4la";
- name = "recipe";
- };
- packageRequires = [ dash org s ];
- meta = {
- homepage = "https://melpa.org/#/org-password-manager";
- license = lib.licenses.free;
- };
- }) {};
- org-pdfview = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , pdf-tools }:
- melpaBuild {
- pname = "org-pdfview";
- ename = "org-pdfview";
- version = "20180225.206";
- src = fetchFromGitHub {
- owner = "markus1189";
- repo = "org-pdfview";
- rev = "09ef4bf8ff8319c1ac78046c7e6b89f6a0beb82c";
- sha256 = "15zxdq6f6w3l8pzg3b58cj37z61dx106jwslpqni71m8wczdqkz1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-pdfview";
- sha256 = "1qhlmzf2ffcrjnx4yghv7n6rsry8bcwnkw489spgraq9vxvqklah";
- name = "recipe";
- };
- packageRequires = [ org pdf-tools ];
- meta = {
- homepage = "https://melpa.org/#/org-pdfview";
- license = lib.licenses.free;
- };
- }) {};
- org-pivotal = callPackage ({ a
- , dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "org-pivotal";
- ename = "org-pivotal";
- version = "20181216.636";
- src = fetchFromGitHub {
- owner = "org-pivotal";
- repo = "org-pivotal";
- rev = "d18e91a9f4480b0b25c1b6283ff6522e15276d62";
- sha256 = "1f1n461h8wa7rx3z728dws0sfkgdvww3jjwq120q0dfyjibcfjri";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1257d38bbd3a9944135b000e962f30ab28f5464/recipes/org-pivotal";
- sha256 = "1gv4968akh2wx92d7q1i1mpl9ndygkq8ssdwg6cf19wp8mk18088";
- name = "recipe";
- };
- packageRequires = [ a dash dash-functional emacs request ];
- meta = {
- homepage = "https://melpa.org/#/org-pivotal";
- license = lib.licenses.free;
- };
- }) {};
- org-pomodoro = callPackage ({ alert
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-pomodoro";
- ename = "org-pomodoro";
- version = "20190530.745";
- src = fetchFromGitHub {
- owner = "lolownia";
- repo = "org-pomodoro";
- rev = "aa07c11318f91219336197e62c47bc7a3d090479";
- sha256 = "0nbprh2nhnmb7ngp9ndr6zr37ashcsvpi5slv7a37x1dl7j6w1k4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e54e77c5619b56e9b488b3fe8761188b6b3b4198/recipes/org-pomodoro";
- sha256 = "1vdi07hrhniyhhvg0hcr5mlixy6bjynvwm89z2lvfyvnnxpx0r27";
- name = "recipe";
- };
- packageRequires = [ alert cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/org-pomodoro";
- license = lib.licenses.free;
- };
- }) {};
- org-present = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-present";
- ename = "org-present";
- version = "20180303.1530";
- src = fetchFromGitHub {
- owner = "rlister";
- repo = "org-present";
- rev = "d13acd70eff6a1608bc991920232146a0de76b21";
- sha256 = "0jz8xiny3rv9ql0p623byz32pip1b82j2c2nyfz2wd114kiabb6q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aba18f15fbaab115456e6afc9433074558a379f5/recipes/org-present";
- sha256 = "09h0cjqjwhqychyrdv1hmiyak677vgf1b94392sdsq3ns70zyjk7";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/org-present";
- license = lib.licenses.free;
- };
- }) {};
- org-present-remote = callPackage ({ elnode
- , emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , org-present }:
- melpaBuild {
- pname = "org-present-remote";
- ename = "org-present-remote";
- version = "20181001.1441";
- src = fetchFromGitLab {
- owner = "duncan-bayne";
- repo = "org-present-remote";
- rev = "aca889be14400d68fb6b86bb89702942883e06b9";
- sha256 = "0xmsaza4i702hvm49kg8hh871isr4j5ra8w3yc27n2447jlsniif";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66b092084565634cac8dd07b7b1694d0ddb236ba/recipes/org-present-remote";
- sha256 = "06xxxa8hxfxx47bs6wxi8nbgqc8nm82c3h0yv1ddlm35qfscggks";
- name = "recipe";
- };
- packageRequires = [ elnode emacs org-present ];
- meta = {
- homepage = "https://melpa.org/#/org-present-remote";
- license = lib.licenses.free;
- };
- }) {};
- org-pretty-tags = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-pretty-tags";
- ename = "org-pretty-tags";
- version = "20190527.155";
- src = fetchFromGitLab {
- owner = "marcowahl";
- repo = "org-pretty-tags";
- rev = "9cc14f19bffd6efc733f6b1ab43198659c61a7ef";
- sha256 = "1dxf3kgcbysb150j0jpsbs94vb8qy34pmdpd5ds2wgsjpvzxqy28";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9ad60399420764d4ef5d6acddae9241205937e78/recipes/org-pretty-tags";
- sha256 = "19cxfjl6c0yhsc7kfjd6imckcvzdsaws3yd1s3nazhnkm3kan3h4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-pretty-tags";
- license = lib.licenses.free;
- };
- }) {};
- org-preview-html = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-preview-html";
- ename = "org-preview-html";
- version = "20180624.2319";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "org-preview-html";
- rev = "8ba7ecd7ac624f33b3e2395f477bbff4f1ec4efe";
- sha256 = "1h46v0ckhfzv3fixcfxk7pkmh56c5lana8kpwiknm447q1wmlbx4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-preview-html";
- sha256 = "1dnr046mk5ngmic2yqcmrnn7pzrrx3sg22rk2pc3vgdxs8bhvhf9";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-preview-html";
- license = lib.licenses.free;
- };
- }) {};
- org-projectile = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org-category-capture
- , projectile
- , s }:
- melpaBuild {
- pname = "org-projectile";
- ename = "org-projectile";
- version = "20190130.639";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "org-projectile";
- rev = "0291ef425c96d02d634fc7e199146d7c3da0455b";
- sha256 = "0ljpvykz9s92j9ixkxbwxj5lw0prslmq3ipw0plgzzz3rvf4j75a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9d7a7ab98f364d3d5e93f83f0cb3d80a95f28689/recipes/org-projectile";
- sha256 = "0xdkd5pkyi6yfqi4przgp5mpklyxfxv0cww285zdlh00rzl935cw";
- name = "recipe";
- };
- packageRequires = [ dash emacs org-category-capture projectile s ];
- meta = {
- homepage = "https://melpa.org/#/org-projectile";
- license = lib.licenses.free;
- };
- }) {};
- org-projectile-helm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , org-projectile }:
- melpaBuild {
- pname = "org-projectile-helm";
- ename = "org-projectile-helm";
- version = "20180601.1122";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "org-projectile";
- rev = "674e3cdda4a3ea4bdcc369dae032d49dfb5c5765";
- sha256 = "02ia5i8aal9gck248v6kqzffsp09mmf4cispdbhqkp83mz96bxdn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6760daac1ef9d9d7ba07e2fc9668873020f901f1/recipes/org-projectile-helm";
- sha256 = "0x79j5yr9wsgzjf1dpp7d4xiji8hgyhr79vb973an5z2r02vnaf4";
- name = "recipe";
- };
- packageRequires = [ emacs helm org-projectile ];
- meta = {
- homepage = "https://melpa.org/#/org-projectile-helm";
- license = lib.licenses.free;
- };
- }) {};
- org-protocol-jekyll = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-protocol-jekyll";
- ename = "org-protocol-jekyll";
- version = "20170328.939";
- src = fetchFromGitHub {
- owner = "vonavi";
- repo = "org-protocol-jekyll";
- rev = "dec064a42d6dfe81dfde7ba59ece5ca103ac6334";
- sha256 = "1pgc0lfbz6q2x8b5qkk766i5qylql4p0ng732rcqr7rzg6j31gm7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d1ee7c75da91fcf303ea89d148a05ac1e58e23e/recipes/org-protocol-jekyll";
- sha256 = "18wg489n2d1sx9jk00ki6p2rxkqz67kqwnmy2kb1ga1rmb6x9wfs";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/org-protocol-jekyll";
- license = lib.licenses.free;
- };
- }) {};
- org-radiobutton = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-radiobutton";
- ename = "org-radiobutton";
- version = "20180612.328";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "org-radiobutton";
- rev = "4182aafbe5ae1bdfb0b07efa435bdba8bbd7199d";
- sha256 = "0jm5ijs4pjzvlzpqk3k9qqcvaza2lmz2c0fcxf1g357v643bmaj4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/105043d8cfcb62ed89ddf9870f615519e6f415e7/recipes/org-radiobutton";
- sha256 = "16ly42iyfh7d34yz4bvdpj3zrlwkw3kmh82gwr25a05mlsdc1d93";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-radiobutton";
- license = lib.licenses.free;
- };
- }) {};
- org-random-todo = callPackage ({ alert
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-random-todo";
- ename = "org-random-todo";
- version = "20190214.1257";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "org-random-todo";
- rev = "4f7677af740e8f3f7cfaf630ae2e594a125af760";
- sha256 = "1xk4vp2138p58jdxn51vnmpnij5bzc2jbpq7y8avdcv0p7618fdc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/80fad6244ea3e5bdf7f448c9f62374fae45bae78/recipes/org-random-todo";
- sha256 = "0yflppdbkfn2phd21zkjdlidzasfm846mzniay83v3akz0qx31lr";
- name = "recipe";
- };
- packageRequires = [ alert emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-random-todo";
- license = lib.licenses.free;
- };
- }) {};
- org-randomnote = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-randomnote";
- ename = "org-randomnote";
- version = "20190403.933";
- src = fetchFromGitHub {
- owner = "mwfogleman";
- repo = "org-randomnote";
- rev = "f35a9d948751ad409aa057bfb68f1d008fdf9442";
- sha256 = "01nf3h5sg74lph1hjj7q77pxn6xxv4zq9cjnd97a7bfbpilq86a0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d92cb392b23701948176ba12516df5ae6608e950/recipes/org-randomnote";
- sha256 = "06i42ig7icap1i1mqzv5cqwhnmsrzpjmjbjjn49nv26ljr3mjw0b";
- name = "recipe";
- };
- packageRequires = [ dash f org ];
- meta = {
- homepage = "https://melpa.org/#/org-randomnote";
- license = lib.licenses.free;
- };
- }) {};
- org-re-reveal = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , htmlize
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-re-reveal";
- ename = "org-re-reveal";
- version = "20190518.0";
- src = fetchFromGitLab {
- owner = "oer";
- repo = "org-re-reveal";
- rev = "9d4a1bee112db8007c0e0a1fcb6be725f787a79a";
- sha256 = "1pq3ynp441j1vhac0cz98r2riqw2187vdwc33hz92924kly66m9h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3e6c90a6b9004fbf0fbc08556f8effbcde8b468/recipes/org-re-reveal";
- sha256 = "05p8iml0fapi4yf7ky45kf7m0ksz917lxg7c4pdd9hjkjmz29xn9";
- name = "recipe";
- };
- packageRequires = [ emacs htmlize org ];
- meta = {
- homepage = "https://melpa.org/#/org-re-reveal";
- license = lib.licenses.free;
- };
- }) {};
- org-re-reveal-ref = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , org-re-reveal
- , org-ref }:
- melpaBuild {
- pname = "org-re-reveal-ref";
- ename = "org-re-reveal-ref";
- version = "20190301.704";
- src = fetchFromGitLab {
- owner = "oer";
- repo = "org-re-reveal-ref";
- rev = "7b13e1ab54eecebd92e73bf52a0d504816e5702d";
- sha256 = "0na74q70zn8zh22vc7r3d7r8pnv2610pg28chdvbrn92l0m8i1fw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/391ef29288507aa2b0ad5d568419b66e5a883b2f/recipes/org-re-reveal-ref";
- sha256 = "0dd5b4g8ih98ma25jwlvdwgfadc75qcxr9zm74x5r6pr87amcb7n";
- name = "recipe";
- };
- packageRequires = [ emacs org-re-reveal org-ref ];
- meta = {
- homepage = "https://melpa.org/#/org-re-reveal-ref";
- license = lib.licenses.free;
- };
- }) {};
- org-recent-headings = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , frecency
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-recent-headings";
- ename = "org-recent-headings";
- version = "20190115.740";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "org-recent-headings";
- rev = "01633b51ac3958b41cc6c79e6d3714047a91c1e9";
- sha256 = "0gsrzmg3mssh9s28yjm9m866fnhm1pcligssz1q6brga6dm6f2yy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/668b79c179cbdb77c4049e7c620433255f63d808/recipes/org-recent-headings";
- sha256 = "0b51pyxdk8fdbksx7h1c88sw1liwng8wkjfb1q7w7lglw6f8sjsa";
- name = "recipe";
- };
- packageRequires = [ dash emacs frecency org ];
- meta = {
- homepage = "https://melpa.org/#/org-recent-headings";
- license = lib.licenses.free;
- };
- }) {};
- org-recur = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-recur";
- ename = "org-recur";
- version = "20190304.235";
- src = fetchFromGitHub {
- owner = "m-cat";
- repo = "org-recur";
- rev = "28abdfcfdbcda36702ce568ccd8a5f3e40797d16";
- sha256 = "0gk54251dh73srgxcfqq49q2daf5mp63lzl9c876wcixk5g6qmj6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cbdf8c9a3c7c289ce13542a12769a7f3d7f53d72/recipes/org-recur";
- sha256 = "0qlpwia2dg4l00jahc3si0mi27gv6zlvkbdx0rq37dh61dabgkiq";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-recur";
- license = lib.licenses.free;
- };
- }) {};
- org-redmine = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-redmine";
- ename = "org-redmine";
- version = "20160711.414";
- src = fetchFromGitHub {
- owner = "gongo";
- repo = "org-redmine";
- rev = "a526c3ac802634486bf10de9c2283ccb1a30ec8d";
- sha256 = "04lfnyq6d86wa3acvjd4w2wvh538z9crsgsg4rgpyahklc5vm01f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/017a9dd8029d083ca0c1307f2b83be187c7615e5/recipes/org-redmine";
- sha256 = "0y2pm18nnyzm9wjc0j15v46nf3xi7a0wvspfzi360qv08i54skqv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-redmine";
- license = lib.licenses.free;
- };
- }) {};
- org-ref = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , helm
- , helm-bibtex
- , htmlize
- , hydra
- , ivy
- , key-chord
- , lib
- , melpaBuild
- , pdf-tools
- , s }:
- melpaBuild {
- pname = "org-ref";
- ename = "org-ref";
- version = "20190604.848";
- src = fetchFromGitHub {
- owner = "jkitchin";
- repo = "org-ref";
- rev = "e95f3434a5c5a298321d2c6898a72337a8079781";
- sha256 = "1l5zvys4i91jl5z46b11j3xc9015d1cj57ilzxa693pbckln173f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/550e4dcef2f74fbd96474561c1cb6c4fd80091fe/recipes/org-ref";
- sha256 = "087isxf3z8cgmmniaxr3lpq9jg3sriw88dwp4f0ky286hlvgzw08";
- name = "recipe";
- };
- packageRequires = [
- dash
- emacs
- f
- helm
- helm-bibtex
- htmlize
- hydra
- ivy
- key-chord
- pdf-tools
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/org-ref";
- license = lib.licenses.free;
- };
- }) {};
- org-repo-todo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-repo-todo";
- ename = "org-repo-todo";
- version = "20171227.1719";
- src = fetchFromGitHub {
- owner = "waymondo";
- repo = "org-repo-todo";
- rev = "f73ebd91399c5760ad52c6ad9033de1066042003";
- sha256 = "0c74zwmac8x1y8jimdx473v0falpky2kfig8pnaxavz415gb315q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d17b602004628e17dae0f46f2b33be0afb05f729/recipes/org-repo-todo";
- sha256 = "0l5ns1hs3i4dhrpmvzl34zc9zysgjkfa7j8apbda59n9jdvml5v1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-repo-todo";
- license = lib.licenses.free;
- };
- }) {};
- org-reverse-datetree = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-reverse-datetree";
- ename = "org-reverse-datetree";
- version = "20190527.740";
- src = fetchFromGitHub {
- owner = "akirak";
- repo = "org-reverse-datetree";
- rev = "4ad43bb2895c2ec99e6b2338aceb4c18387f03b4";
- sha256 = "0ga0bggn1552qnj7vrhxr6q6lma725cbb4mh9rn1nj2xn0yn2qal";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a08612af18bb620955f7b5450eba3f44cdb60673/recipes/org-reverse-datetree";
- sha256 = "0fiwba8hh9617d1zqvxxz2l8p2iq56lkv5c16q7prc69m0s5zhjb";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-reverse-datetree";
- license = lib.licenses.free;
- };
- }) {};
- org-review = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-review";
- ename = "org-review";
- version = "20160906.2237";
- src = fetchFromGitHub {
- owner = "brabalan";
- repo = "org-review";
- rev = "44773bbd9868bb3ddca27cd35d2fc54139a70ab5";
- sha256 = "1iqcxdni680pgl9azi7khx2ns3mh8sgpbq1mcc4ivxkbwrb93crb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-review";
- sha256 = "1v7p7pmrjjyj0my9xw55gsn9vvr9aq5x53x13nmspvqg47z6bd98";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-review";
- license = lib.licenses.free;
- };
- }) {};
- org-rich-yank = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-rich-yank";
- ename = "org-rich-yank";
- version = "20181120.554";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "org-rich-yank";
- rev = "d2f350c5296cf05d6c84b02762ba44f09a02b4e3";
- sha256 = "0gxb0fnh5gxjmld0hnk5hli0cvdd8gjd27m30bk2b80kwldxlq1z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1261823d88459b6ac42d6c55c157a326173663df/recipes/org-rich-yank";
- sha256 = "1v0sc90g5sl6b9ylxbk2y8s3pvxkf4v7k2rkzpgpbp4nrq0miy4y";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-rich-yank";
- license = lib.licenses.free;
- };
- }) {};
- org-rtm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , rtm }:
- melpaBuild {
- pname = "org-rtm";
- ename = "org-rtm";
- version = "20160214.436";
- src = fetchFromGitHub {
- owner = "pmiddend";
- repo = "org-rtm";
- rev = "adc42ad1fbe92ab447ccc9553780f4456f2508d2";
- sha256 = "1hn8y9933x5x6lxpijcqx97p3hln69ahabqdsl2bmzda3mxm4bn2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-rtm";
- sha256 = "1hdcwmiv2qivdr2g78xz9fl38wn45vj0bn55dbsdj3qx7k7wgfx6";
- name = "recipe";
- };
- packageRequires = [ rtm ];
- meta = {
- homepage = "https://melpa.org/#/org-rtm";
- license = lib.licenses.free;
- };
- }) {};
- org-seek = callPackage ({ ag
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-seek";
- ename = "org-seek";
- version = "20161216.2102";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "org-seek.el";
- rev = "1f51e6634e3b9a6a29d335d0d14370a6ffef2265";
- sha256 = "0aq3af6fd16lm9iirzya6hmc8g48kfp8pc4dx51mgb5d6jjiizkv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-seek";
- sha256 = "04ay4abm03kn15cn45ldrzh2rw6gr6ia3qrj7hn5crd75ppwvln7";
- name = "recipe";
- };
- packageRequires = [ ag emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-seek";
- license = lib.licenses.free;
- };
- }) {};
- org-snooze = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-snooze";
- ename = "org-snooze";
- version = "20181229.624";
- src = fetchFromGitHub {
- owner = "xueeinstein";
- repo = "org-snooze.el";
- rev = "8799adc14a20f3489063d279ff69312de3180bf9";
- sha256 = "0ni5vm6b8c09ybn9rg3smdsxq1mxyqvndi00wn718my7939g82kb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd04816fb53fe01fa9924ec928c1dd41f2219d6a/recipes/org-snooze";
- sha256 = "00iwjj249vzqnfvbmlzrjig1sfhzbpv9kcpz95i3ir1w1qhw5119";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-snooze";
- license = lib.licenses.free;
- };
- }) {};
- org-sql = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-sql";
- ename = "org-sql";
- version = "20190529.1959";
- src = fetchFromGitHub {
- owner = "ndwarshuis";
- repo = "org-sql";
- rev = "1fc730deb82471b4235f931e808d8610a18be2dd";
- sha256 = "1nwlxh6c8gds2alclmlbsx834qmw4chgjlwqmmrwxaxpwapr0s8a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/012573a35a302e9bb6f127cf28ac04f93796400e/recipes/org-sql";
- sha256 = "15alnx74pmr6jc2yx2c1dbpk0fbdzil8bffj7cfj7ywj2xadmzpg";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-sql";
- license = lib.licenses.free;
- };
- }) {};
- org-starter = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-starter";
- ename = "org-starter";
- version = "20190604.507";
- src = fetchFromGitHub {
- owner = "akirak";
- repo = "org-starter";
- rev = "726e402fcf3357ee6ae077dc5507c7b71a872f24";
- sha256 = "0s8nv6qjd9vmxp8qsvsl3bsd2ppjs9mg8acqnv27zra1algzfg0n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7bdd9c835184ef1a6fabfaf7adb56a51514b75ea/recipes/org-starter";
- sha256 = "0vb11g5lvkvazrdzgdjvl8w7y5rr5nppg6685gq9pl6hw3sda0bs";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-starter";
- license = lib.licenses.free;
- };
- }) {};
- org-static-blog = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-static-blog";
- ename = "org-static-blog";
- version = "20190527.2157";
- src = fetchFromGitHub {
- owner = "bastibe";
- repo = "org-static-blog";
- rev = "53d53b6d02c2369654196c230056630cb21bd8d8";
- sha256 = "06zdyinl00xy59khab0r7454bmlchyc755k953lxv1sfhqmnb2r8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e0768d41a3de625c04ac8644ef2e05f17ee99908/recipes/org-static-blog";
- sha256 = "07vh2k7cj0cs1yzfmrrz9p03x5mbfh0bigbl93s72h1wf7i05rkw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-static-blog";
- license = lib.licenses.free;
- };
- }) {};
- org-sticky-header = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-sticky-header";
- ename = "org-sticky-header";
- version = "20190406.1613";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "org-sticky-header";
- rev = "2847035ec559a46bd7b555f220f819c88371d538";
- sha256 = "0g6hdg11jzzpw7h0f6p795l5aj6pag2nhhfbx90cg28j61d28vwh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bc9a600bd156eb766ba5ce37e16f3e8253f37ee8/recipes/org-sticky-header";
- sha256 = "0ign3vjckmxp7n3625wb53qlch07c3s4l67jsvk38dhhcsg1rhnj";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-sticky-header";
- license = lib.licenses.free;
- };
- }) {};
- org-super-agenda = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "org-super-agenda";
- ename = "org-super-agenda";
- version = "20190314.2321";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "org-super-agenda";
- rev = "eaad1198590de9346ccf374ae835c76667e5c653";
- sha256 = "03grvmqrpnpw47pbanr6cs3h8bygijwf0bin7j1q622fi16x3bx6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd27b2df7594a867529de4b84c8107f82dabe2e9/recipes/org-super-agenda";
- sha256 = "1h3kqvpjq2w0n8qiqwb8wcpdy2g4ac7j6kin0943g7p5gm5yf0ra";
- name = "recipe";
- };
- packageRequires = [ dash emacs ht org s ];
- meta = {
- homepage = "https://melpa.org/#/org-super-agenda";
- license = lib.licenses.free;
- };
- }) {};
- org-sync = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-sync";
- ename = "org-sync";
- version = "20181203.1623";
- src = fetchFromGitHub {
- owner = "arbox";
- repo = "org-sync";
- rev = "e34a385fa9e658c8341a0a6e6bc3472d4d536bb8";
- sha256 = "1xk0wqr66wjh00wgbr4f0q02zchmzdgpz2inz316zfjm4cik8y5c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/923ddbaf1a158caac5e666a396a8dc66969d204a/recipes/org-sync";
- sha256 = "0n8fz2d1vg9r8dszgasbnb6pgaxr2i8mqrp953prf1nhmfpjpxad";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-sync";
- license = lib.licenses.free;
- };
- }) {};
- org-sync-snippets = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-sync-snippets";
- ename = "org-sync-snippets";
- version = "20190318.1044";
- src = fetchFromGitHub {
- owner = "abrochard";
- repo = "org-sync-snippets";
- rev = "50cefe5a37196ed1af3d330d6871c3b37fa90d41";
- sha256 = "13d1adymxn3b579syyaszgg98h3kh3hwn97pdfzghfli1cd9fb9y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96aff3f39adfa0c68aca8ff8d3b11fbfd889327e/recipes/org-sync-snippets";
- sha256 = "0kv15zqva2cgx7jscp02x9gx20b5ckf525h546hyca86vfaakfbp";
- name = "recipe";
- };
- packageRequires = [ emacs f org ];
- meta = {
- homepage = "https://melpa.org/#/org-sync-snippets";
- license = lib.licenses.free;
- };
- }) {};
- org-table-comment = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-table-comment";
- ename = "org-table-comment";
- version = "20120209.1051";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "org-table-comment.el";
- rev = "33b9966c33ecbc3e27cca67c2f2cdea04364d74e";
- sha256 = "1qx3kd02sxs9k7adlvdlbmyhkc5kr7ni5lw4gxjw3nphnc536bkb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c1f08c41969bc8a7104fb914564b4f6cab667e2/recipes/org-table-comment";
- sha256 = "1d40vl8aa1x27z4gwnkzxgrqp7vd3ln2pc445ijjxp1wr8bjxvdz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-table-comment";
- license = lib.licenses.free;
- };
- }) {};
- org-table-sticky-header = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-table-sticky-header";
- ename = "org-table-sticky-header";
- version = "20170408.1814";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "org-table-sticky-header";
- rev = "93dc69efc00ac9fd3cc2ece5100f51df33ec7d8b";
- sha256 = "0d9d9sxak6kvqbb91h65ahw272d7dfxpgjw6zbs472xb6di1r6pm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5dd0e18bf4c3f3263eff8aff6d7c743a554243b5/recipes/org-table-sticky-header";
- sha256 = "1rk41279rcsdma39zpr1ka5p47gh1d0969wahd0jbm5xlmx5gz2m";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-table-sticky-header";
- license = lib.licenses.free;
- };
- }) {};
- org-tfl = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-tfl";
- ename = "org-tfl";
- version = "20170923.518";
- src = fetchFromGitHub {
- owner = "storax";
- repo = "org-tfl";
- rev = "f0d7d39106a1de5457f5160cddd98ab892b61066";
- sha256 = "1rwdibiq0w4nzccmvdkpwnmfga70y35lfg2xlkqxd02x7bfl7j3m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d9e97f2fee577c7e3fb42e4ca9d4f422c8907faf/recipes/org-tfl";
- sha256 = "1rqmmw0222vbxfn5wxq9ni2j813x92lpv99jjszqjvgnf2rkhjhf";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-tfl";
- license = lib.licenses.free;
- };
- }) {};
- org-themis = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-themis";
- ename = "org-themis";
- version = "20160121.2004";
- src = fetchFromGitHub {
- owner = "zellio";
- repo = "org-themis";
- rev = "78aadbbe22b1993be5c4accd0d3f91a4e85c9a3c";
- sha256 = "1apd5yyr12skagma7xpzrh22rhplmhhv0pma4zf5b0i6nkxy06j2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/60e0efe4f201ed96e90c437e3e7205e0344d4676/recipes/org-themis";
- sha256 = "08rajz5y7h88fh94s2ad0f66va4vi31k9hwdv8p212bs276rp7ln";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/org-themis";
- license = lib.licenses.free;
- };
- }) {};
- org-time-budgets = callPackage ({ alert
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-time-budgets";
- ename = "org-time-budgets";
- version = "20151111.1";
- src = fetchFromGitHub {
- owner = "leoc";
- repo = "org-time-budgets";
- rev = "530dd4ce72f94a86db28b3e19c164e64df2a29ab";
- sha256 = "09iw2jffb2qrx5r07zd1j8sk5wafamjkc2khqyfwc5kx6xyp1f46";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/776b58b433ab7dde5870300d288c3e6734fc32c0/recipes/org-time-budgets";
- sha256 = "0r8km586n6xdnjha7xnzlh03nw1dp066hydaz8kxfmhvygl9cpah";
- name = "recipe";
- };
- packageRequires = [ alert cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/org-time-budgets";
- license = lib.licenses.free;
- };
- }) {};
- org-timeline = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-timeline";
- ename = "org-timeline";
- version = "20190213.1106";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "org-timeline";
- rev = "aed995c1db6c8bfd9db0a75a978f5e261aab38e5";
- sha256 = "1jz44lag1j4rawqjpcgb9zrs88vfi7vjgdh756hs2ln7i1cnvgh5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/298bd714f6cefd83d594b0eea731a01fb2faf1ad/recipes/org-timeline";
- sha256 = "0zlhjzjc7jwqh6wcys17hraz76n2hnjwffis02x71maclrf2cfdd";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-timeline";
- license = lib.licenses.free;
- };
- }) {};
- org-toodledo = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request-deferred }:
- melpaBuild {
- pname = "org-toodledo";
- ename = "org-toodledo";
- version = "20150301.313";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "org-toodledo";
- rev = "01b53b637f304b89cd3bf2d29009b5ed6ad9466d";
- sha256 = "1c6kc79f6qkg7dl40mzmhcjph29i8frcfvfcvz4b155ilxwzr0z4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4956fb6c5f1076a02f07d0f953e846fee39bfaa6/recipes/org-toodledo";
- sha256 = "0c7qr0jsc4iyrwkc22xp9nmk6984v7q1k0rvpd62m07lb5gvbiq3";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs request-deferred ];
- meta = {
- homepage = "https://melpa.org/#/org-toodledo";
- license = lib.licenses.free;
- };
- }) {};
- org-tracktable = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-tracktable";
- ename = "org-tracktable";
- version = "20161118.529";
- src = fetchFromGitHub {
- owner = "tty-tourist";
- repo = "org-tracktable";
- rev = "8e0e60a582a034bd66d5efb72d513140b7d4d90a";
- sha256 = "1aq7qv5jyc2x2a4iphnzmmsvak6dbi7nwdcf3m8nly8w75vrl5lj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57263d996e321f842d0741898370390146606c63/recipes/org-tracktable";
- sha256 = "0mngf9q2ffxq32cgng0xl30661mj15wmr9y4hr3xddj626kxrp00";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-tracktable";
- license = lib.licenses.free;
- };
- }) {};
- org-transform-tree-table = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "org-transform-tree-table";
- ename = "org-transform-tree-table";
- version = "20150110.633";
- src = fetchFromGitHub {
- owner = "jplindstrom";
- repo = "emacs-org-transform-tree-table";
- rev = "0a9bf07f01bc5fc3b349aff64e83999a8de83b52";
- sha256 = "1h15fr16kgbyrxambmk4hsmha6hx4c4yqkccb82g3wlvzmnqj5x3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/afca0e652a993848610606866609edbf2f5f76ae/recipes/org-transform-tree-table";
- sha256 = "0n68cw769nk90ms6w1w6cc1nxjwn1navkz56mf11bsiqvsk3km7r";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/org-transform-tree-table";
- license = lib.licenses.free;
- };
- }) {};
- org-tree-slide = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-tree-slide";
- ename = "org-tree-slide";
- version = "20181226.147";
- src = fetchFromGitHub {
- owner = "takaxp";
- repo = "org-tree-slide";
- rev = "603a383117b8c19004baeecfe34837e20568fdbd";
- sha256 = "0c6q2pdsq2dn66b3ghbz8p85qnaklq1pjyj6gja32w040nnzs413";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6160c259bc4bbcf3b98c220222430f798ee6463f/recipes/org-tree-slide";
- sha256 = "0v857zplv0wdbg4li667v2p5pn5zcf9fgbqcwa75x8babilkl6jn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-tree-slide";
- license = lib.licenses.free;
- };
- }) {};
- org-trello = callPackage ({ dash
- , dash-functional
- , deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request-deferred
- , s }:
- melpaBuild {
- pname = "org-trello";
- ename = "org-trello";
- version = "20190304.100";
- src = fetchFromGitHub {
- owner = "org-trello";
- repo = "org-trello";
- rev = "f02e92f5d7be03289f774875fc4e6877fe7b1aaa";
- sha256 = "0c0f6wf7d86nq3kwvjr429ddxz3q3aylm2apahw19hxx212vipb3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/188ed8dc1ce2704838f7a2883c41243598150a46/recipes/org-trello";
- sha256 = "14lq8nn1x6qb3jx518zaaz5582m4npd593w056igqhahkfm0qp8i";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional deferred request-deferred s ];
- meta = {
- homepage = "https://melpa.org/#/org-trello";
- license = lib.licenses.free;
- };
- }) {};
- org-variable-pitch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-variable-pitch";
- ename = "org-variable-pitch";
- version = "20190409.1115";
- src = fetchFromGitHub {
- owner = "cadadr";
- repo = "elisp";
- rev = "a2bf11f6dd8c990c50929759c7b6ccdb4af78cd4";
- sha256 = "1qqr2vd4yz413cvqfb4sk6rv8990nhcz5cr59va8zcz5d7gdzv2w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9632b7e98772b584d6420f8d0f9652d67118e05e/recipes/org-variable-pitch";
- sha256 = "1xci5zq1bpwnm3adlcsxzpskxywzalb1n3n14lvf787f77ib602c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-variable-pitch";
- license = lib.licenses.free;
- };
- }) {};
- org-vcard = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-vcard";
- ename = "org-vcard";
- version = "20170929.410";
- src = fetchFromGitHub {
- owner = "flexibeast";
- repo = "org-vcard";
- rev = "dbe266b79df4fb31f1766010322bf4e383ce1c03";
- sha256 = "1rcqcgxvjshbz3n1p376h618xapj03n6m7b3cxgv9gnryviyr6ax";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df860814a09c376c9a6a2c5e7f528bbae29810b2/recipes/org-vcard";
- sha256 = "0l6azshvzl1wws582njqr3qx4h73gwrdqwa3jcic1qbs9hg2l4yl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-vcard";
- license = lib.licenses.free;
- };
- }) {};
- org-wc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-wc";
- ename = "org-wc";
- version = "20180609.1953";
- src = fetchFromGitHub {
- owner = "tesujimath";
- repo = "org-wc";
- rev = "0716c1e8276f6953e139e357e97566e792c8be19";
- sha256 = "0wx4z6y3wn6948bz2pgrpffd4jzwgplvjkh0rnra4gihrapg1bv8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/852e0a5cee285cc9b5e2cd9e18061fc0fe91d5a6/recipes/org-wc";
- sha256 = "1yk2py4bzm2yr8vw6rbgl2hfpd21hf4fga0d5q6y779631klp6wl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-wc";
- license = lib.licenses.free;
- };
- }) {};
- org-web-tools = callPackage ({ dash
- , emacs
- , esxml
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , request
- , s }:
- melpaBuild {
- pname = "org-web-tools";
- ename = "org-web-tools";
- version = "20190115.952";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "org-web-tools";
- rev = "d98fe92f71705662a9c56ad01f04ddf23ac7cb19";
- sha256 = "0igninqrb9l54g0fqfcp9h30k5xgc1amz522fwmx78fpr3rw258b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f082bfb480649d21f586b7eb331c19d57e7a84cf/recipes/org-web-tools";
- sha256 = "19zpspap85fjqg5a20ps34rcigb0ws986pj6dzd7xik8s6ia29s7";
- name = "recipe";
- };
- packageRequires = [ dash emacs esxml org request s ];
- meta = {
- homepage = "https://melpa.org/#/org-web-tools";
- license = lib.licenses.free;
- };
- }) {};
- org-wild-notifier = callPackage ({ alert
- , async
- , dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-wild-notifier";
- ename = "org-wild-notifier";
- version = "20190312.1013";
- src = fetchFromGitHub {
- owner = "akhramov";
- repo = "org-wild-notifier.el";
- rev = "db143f812ed65f5ab6c75d0d686b73da20300b32";
- sha256 = "17p2r8y6ihl51i6r1gh0lfxyqnsfx0098ylzx7i0fb8slffjbk2i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/114552a24f73f13b253e3db4885039b680f6ef33/recipes/org-wild-notifier";
- sha256 = "1lmpa614jnkpmfg3m1d2wjn9w0zig3gwd02n3dyjn23n71fiyhkp";
- name = "recipe";
- };
- packageRequires = [ alert async dash dash-functional emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-wild-notifier";
- license = lib.licenses.free;
- };
- }) {};
- org-wunderlist = callPackage ({ alert
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , request-deferred
- , s }:
- melpaBuild {
- pname = "org-wunderlist";
- ename = "org-wunderlist";
- version = "20150817.1913";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "org-wunderlist.el";
- rev = "18565a018364db123dd0785c3c459a33ac458a2c";
- sha256 = "1yyhh9ys67cg3y64vwi5nsl4vz793lkl4gpbv6jar8j5ryfg0z5w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44019e5d9e3d0f3e2cf76fa5828e1f953fd5e60b/recipes/org-wunderlist";
- sha256 = "08zg3wgr80rp89c53ffqzz22ws9bp62a1m74xvxa74x6nq9i4xl0";
- name = "recipe";
- };
- packageRequires = [ alert cl-lib emacs org request-deferred s ];
- meta = {
- homepage = "https://melpa.org/#/org-wunderlist";
- license = lib.licenses.free;
- };
- }) {};
- org2blog = callPackage ({ fetchFromGitHub
- , fetchurl
- , htmlize
- , hydra
- , lib
- , melpaBuild
- , metaweblog
- , org
- , xml-rpc }:
- melpaBuild {
- pname = "org2blog";
- ename = "org2blog";
- version = "20190308.2042";
- src = fetchFromGitHub {
- owner = "org2blog";
- repo = "org2blog";
- rev = "bd6dd6b1b3ce57a72e7c229d3f035fc7c0d3860b";
- sha256 = "0c7viqq8cxkd6xxbvq53dbp1slsjjxs2fb2lyi3njfg18v5c6fks";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/org2blog";
- sha256 = "15nr6f45z0i265llf8xs87958l5hvafh518k0s7jan7x1l6w5q33";
- name = "recipe";
- };
- packageRequires = [ htmlize hydra metaweblog org xml-rpc ];
- meta = {
- homepage = "https://melpa.org/#/org2blog";
- license = lib.licenses.free;
- };
- }) {};
- org2ctex = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org2ctex";
- ename = "org2ctex";
- version = "20181011.1851";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "org2ctex";
- rev = "2143992462594ce63733305f75f7c7d08123710a";
- sha256 = "0xrg66yx4xrmkswbapaz21q4i6qm2199zvxqvgaxd8qyk19fc46c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8f77fe537ca8ee2ddb6e3efe71f3b3c560c52c7d/recipes/org2ctex";
- sha256 = "0049zf3ls7vbbcz1hdwai57ih9gppk2j0gzwijzwkb23ccwaf64a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org2ctex";
- license = lib.licenses.free;
- };
- }) {};
- org2elcomment = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org2elcomment";
- ename = "org2elcomment";
- version = "20170324.245";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "org2elcomment";
- rev = "c88a75d9587c484ead18f7adf08592b09c1cceb0";
- sha256 = "19r7rxnd2cl0vc8bbf86mh5b779pl5z917657ymlc74bqq140m3x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8af13650de8b4a814832638d4182bf8ce576244c/recipes/org2elcomment";
- sha256 = "0jv8sskw55rzxw578l6nm4arsycrw1si80ds7gr8i0x352fdydyp";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/org2elcomment";
- license = lib.licenses.free;
- };
- }) {};
- org2issue = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , gh
- , lib
- , melpaBuild
- , org
- , ox-gfm
- , s }:
- melpaBuild {
- pname = "org2issue";
- ename = "org2issue";
- version = "20190531.241";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "org2issue";
- rev = "910b98c858762fd14b11d261626c5e979dde0833";
- sha256 = "0xgrrbkfqkhj15n7mbmh61g8i535ykhxh5y71054p3kikgnrh290";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad1759854c3bd302aa353dea92cf462e981aff2f/recipes/org2issue";
- sha256 = "1qd5l9ga26smgp1gkc8r9ja2n974kq1jf2z876s5v0489ipa59bz";
- name = "recipe";
- };
- packageRequires = [ emacs gh org ox-gfm s ];
- meta = {
- homepage = "https://melpa.org/#/org2issue";
- license = lib.licenses.free;
- };
- }) {};
- org2jekyll = callPackage ({ dash-functional
- , deferred
- , fetchFromGitHub
- , fetchurl
- , kv
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "org2jekyll";
- ename = "org2jekyll";
- version = "20170225.115";
- src = fetchFromGitHub {
- owner = "ardumont";
- repo = "org2jekyll";
- rev = "52a19a5d372116262b9d613f4ec8490a3b49e329";
- sha256 = "14ld8ip487282if2sil96lfg5wx7632kg71sxhafygphbdl9vxd4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/48a1e5bd5e338bd3593f004f95b6fbb12595bfb7/recipes/org2jekyll";
- sha256 = "1j9d6xf5nsakifxwd4zmjc29lbj46ffn3z109k2y2yhz7q3r9hzv";
- name = "recipe";
- };
- packageRequires = [ dash-functional deferred kv s ];
- meta = {
- homepage = "https://melpa.org/#/org2jekyll";
- license = lib.licenses.free;
- };
- }) {};
- org2web = callPackage ({ cl-lib ? null
- , dash
- , el2org
- , fetchFromGitHub
- , fetchurl
- , ht
- , htmlize
- , lib
- , melpaBuild
- , mustache
- , org
- , simple-httpd }:
- melpaBuild {
- pname = "org2web";
- ename = "org2web";
- version = "20171005.1617";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "org2web";
- rev = "5243b399927a4c474bb3b8d1c8a00799df1f27d7";
- sha256 = "0wsvfn409a2ivbich8b8zqza78sprirg4bl7igx536ydqclmi0n7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2864959163442165b9b1cd5471dc2649508decde/recipes/org2web";
- sha256 = "0lcqf0pgkd7jilasw1485fy45k269jxvyl7hl7qrcs94s6fy2vaf";
- name = "recipe";
- };
- packageRequires = [
- cl-lib
- dash
- el2org
- ht
- htmlize
- mustache
- org
- simple-httpd
- ];
- meta = {
- homepage = "https://melpa.org/#/org2web";
- license = lib.licenses.free;
- };
- }) {};
- organic-green-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "organic-green-theme";
- ename = "organic-green-theme";
- version = "20180522.920";
- src = fetchFromGitHub {
- owner = "kostafey";
- repo = "organic-green-theme";
- rev = "200ac4a636eeb6faf1793d1937e62a343debc437";
- sha256 = "18a04grh4k9npf566xki9fiivy5qvpvv5v8mpj66wfx919fwa44c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9383ef5f0372724b34f4bb9173ef8ccbb773e19e/recipes/organic-green-theme";
- sha256 = "1fdj3dpcdqx0db5q8dlxag6pr2qn4yiz1hmg3c7dkmh51n85ssw2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/organic-green-theme";
- license = lib.licenses.free;
- };
- }) {};
- organize-imports-java = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "organize-imports-java";
- ename = "organize-imports-java";
- version = "20190516.2126";
- src = fetchFromGitHub {
- owner = "elpa-host";
- repo = "organize-imports-java";
- rev = "92989a7bf02340f8c65e1e69263c9c8ffc5afbeb";
- sha256 = "1pr4zbv2k0rjljppv0kiq37h0s62pzyvqypxagmjdfkhkn7jssvr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec27ae185c0308c445e461dc84f398483ca08c5a/recipes/organize-imports-java";
- sha256 = "1n91qd9il2sq5wkcc2ag8mvgr1jkgwygrw9kpq7j16qch420i3fj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/organize-imports-java";
- license = lib.licenses.free;
- };
- }) {};
- orgbox = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "orgbox";
- ename = "orgbox";
- version = "20180826.1918";
- src = fetchFromGitHub {
- owner = "yasuhito";
- repo = "orgbox";
- rev = "609e5e37348815ec3ba53ab6d643e38b0cc4fe17";
- sha256 = "0kg5ns87p8v6vsb7abgqcfnzi55fbgi7b5dj98hrvnlkv4sqz7pc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1948eca5a18f35b61b9a0baf532753fd105ba3a/recipes/orgbox";
- sha256 = "12wfqlpjh9nr7zgqs4h8kmfsk825n68qcbn8z2fw2mpshg3nj7l8";
- name = "recipe";
- };
- packageRequires = [ cl-lib org ];
- meta = {
- homepage = "https://melpa.org/#/orgbox";
- license = lib.licenses.free;
- };
- }) {};
- orgit = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "orgit";
- ename = "orgit";
- version = "20190417.1024";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "orgit";
- rev = "a2d39370409b70dfe543329befbc876dd24832bd";
- sha256 = "0lxp74ncl75czmgy09lirng96ai1ykpw22q61wc655nsr5qqxrba";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/73b5f7c44c90540e4cbdc003d9881f0ac22cc7bc/recipes/orgit";
- sha256 = "0askccb3h98v8gmylwxaph3gbyv5b1sp4slws76aqz1kq9x0jy7w";
- name = "recipe";
- };
- packageRequires = [ dash emacs magit org ];
- meta = {
- homepage = "https://melpa.org/#/orgit";
- license = lib.licenses.free;
- };
- }) {};
- orglink = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "orglink";
- ename = "orglink";
- version = "20180318.1323";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "orglink";
- rev = "82ea67b7f1bf10627759044acb74828f66a85a83";
- sha256 = "0zqbz1idj73wz3kljkkzl7mvalk73j7xpl3di6mb16ylscg9sraw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be9b8e97cda6af91d54d402887f225e3a0caf055/recipes/orglink";
- sha256 = "0ldrvvqs3hlazj0dch162gsbnbxcg6fgrxid8p7w9gj19vbcl52b";
- name = "recipe";
- };
- packageRequires = [ dash emacs org ];
- meta = {
- homepage = "https://melpa.org/#/orglink";
- license = lib.licenses.free;
- };
- }) {};
- orglue = callPackage ({ epic
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "orglue";
- ename = "orglue";
- version = "20171220.426";
- src = fetchFromGitHub {
- owner = "yoshinari-nomura";
- repo = "orglue";
- rev = "ae2a45c19b52e45db7891093a3ff17ba2e51c507";
- sha256 = "0h3b37wz4hlk022c0sq7c9p5z3v4n6cljhy8g1qjhnxac8y7mkr0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/orglue";
- sha256 = "1kj62y3cf3as2d5s207s6kg5alm09jmw0aag1z6lblrjlzbi1p2j";
- name = "recipe";
- };
- packageRequires = [ epic org ];
- meta = {
- homepage = "https://melpa.org/#/orglue";
- license = lib.licenses.free;
- };
- }) {};
- orgnav = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "orgnav";
- ename = "orgnav";
- version = "20170608.1013";
- src = fetchFromGitHub {
- owner = "facetframer";
- repo = "orgnav";
- rev = "9e2cac9c1a67af5f0080e60022e821bf7b70312d";
- sha256 = "0764dg3dcsdy4i6syv9aqqmr47civn9dl3638g4lsqdikghw7lvv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a41436df126d7ef2c0a8b56d90afb942fe47dc59/recipes/orgnav";
- sha256 = "0z04n5rzv5c0lvn658nrfj6rg3a31n369h5rjgi5bap06qm427ix";
- name = "recipe";
- };
- packageRequires = [ dash emacs helm s ];
- meta = {
- homepage = "https://melpa.org/#/orgnav";
- license = lib.licenses.free;
- };
- }) {};
- orgtbl-aggregate = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "orgtbl-aggregate";
- ename = "orgtbl-aggregate";
- version = "20180731.1454";
- src = fetchFromGitHub {
- owner = "tbanel";
- repo = "orgaggregate";
- rev = "1079dfc3ca0f86fef6ca3e251f3829e031aef8c4";
- sha256 = "17acwy9x23xh2fb3xhy5w3lz6ssnrv5nf33zsqadra9y1cxs9fcc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf64b53c9d49718a8ffc39b14c90539b36840280/recipes/orgtbl-aggregate";
- sha256 = "0gnyjwn6jshs8bzdssm2xppg2s9p2x3rrhp523q39aydskc6ggc9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/orgtbl-aggregate";
- license = lib.licenses.free;
- };
- }) {};
- orgtbl-ascii-plot = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "orgtbl-ascii-plot";
- ename = "orgtbl-ascii-plot";
- version = "20151215.1351";
- src = fetchFromGitHub {
- owner = "tbanel";
- repo = "orgtblasciiplot";
- rev = "cd91f6ae26a7402e192a1f4fd6248f5797edf19e";
- sha256 = "1vbnp37xz0nrpyi0hah345928zsb1xw915mdb0wybq1fzn93mp1z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/21b02596ac4b48e592ebe966475b164866bb9d6e/recipes/orgtbl-ascii-plot";
- sha256 = "1ssjbdprbn34nsfx1xjc382l2195rbh8mybpn31d4kcjx6fqf78h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/orgtbl-ascii-plot";
- license = lib.licenses.free;
- };
- }) {};
- orgtbl-join = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "orgtbl-join";
- ename = "orgtbl-join";
- version = "20150121.1446";
- src = fetchFromGitHub {
- owner = "tbanel";
- repo = "orgtbljoin";
- rev = "863f0bde0aa226ecc6d000d9bcb1424be407dfb0";
- sha256 = "0issbnl13lkfg3w0ia42mrjyvl8sl2blnmv2kazyd0lzkcfy1kap";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e43ae8aaa54113f53b51aea3fb2656d608d1032c/recipes/orgtbl-join";
- sha256 = "1kq2h0lb521z8q2xb9bsi37xzzdsa0hw4mm3qkzidi5j9fi3apf1";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/orgtbl-join";
- license = lib.licenses.free;
- };
- }) {};
- orgtbl-show-header = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "orgtbl-show-header";
- ename = "orgtbl-show-header";
- version = "20141023.137";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "orgtbl-show-header";
- rev = "2f13391f56cf94f8fe1dc79d6eccb662198f9b69";
- sha256 = "0s3pf18n7vh67am1pjaa22gh645088dbz2rgxixr9avpfyalaycj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c5ea906b1d642405ca532d89dbb32cf79f53582/recipes/orgtbl-show-header";
- sha256 = "1xgqjg3lmcczdblxaka47cc1ad8p8jhyb2nqwq0qnbqw46fqjp3k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/orgtbl-show-header";
- license = lib.licenses.free;
- };
- }) {};
- origami = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "origami";
- ename = "origami";
- version = "20180101.753";
- src = fetchFromGitHub {
- owner = "gregsexton";
- repo = "origami.el";
- rev = "1f38085c8f9af7842765ed63f7d6dfe4dab59366";
- sha256 = "0ha1qsz2p36pqa0sa2sp83lspbgx5lr7930qxnwd585liajzdd9x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b816be227dfc7330292a50346c4bb37394d3e998/recipes/origami";
- sha256 = "0rkb55zcvsgxzp190vrnbzdfbcjd8zi6vhbhwpqxi0qmyq6a08pr";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/origami";
- license = lib.licenses.free;
- };
- }) {};
- osx-browse = callPackage ({ browse-url-dwim
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , string-utils }:
- melpaBuild {
- pname = "osx-browse";
- ename = "osx-browse";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "osx-browse";
- rev = "838b81625853e04919fbb56fd21f387762b2e3f5";
- sha256 = "0c1jh9396bwgs3n7yh9lvyj464x66r4b40c8zm9sv73c6g80m77q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/081aa3e1d50c2c9e5a9b9ce0716258a93279f605/recipes/osx-browse";
- sha256 = "06rfzq2hxhzg6jh2zs28r7ffxwlq40nz954j13ly8403c7rmbrfm";
- name = "recipe";
- };
- packageRequires = [ browse-url-dwim string-utils ];
- meta = {
- homepage = "https://melpa.org/#/osx-browse";
- license = lib.licenses.free;
- };
- }) {};
- osx-clipboard = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "osx-clipboard";
- ename = "osx-clipboard";
- version = "20141012.17";
- src = fetchFromGitHub {
- owner = "joddie";
- repo = "osx-clipboard-mode";
- rev = "e46dd31327a3f92f77b013b4c9b1e5fdd0e5c73d";
- sha256 = "1ykn48src7qhx9cmpjkaqsz7h36p75kkq1h9wlcpv5fhaky2d4n4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71b85cd2b2122a2742f919d10bfcb054b681e61e/recipes/osx-clipboard";
- sha256 = "0gjgr451v6rlyarz96v6h8kfbvkk7npvhgvkgwdi0bjighrhlv4f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/osx-clipboard";
- license = lib.licenses.free;
- };
- }) {};
- osx-dictionary = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "osx-dictionary";
- ename = "osx-dictionary";
- version = "20171026.34";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "osx-dictionary.el";
- rev = "b16630ecf69f87ac873486d8b9c8c03e6c9ea7fa";
- sha256 = "06qsg8hlw1b725pzpsg5f194pxqcg1pjncsi8j0815yrlzfcg6sp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae4467ad646d663f0266f39a76f9764004903424/recipes/osx-dictionary";
- sha256 = "13033fxc5vjd1f7mm6znmprcp3mwxbvblb2d25shr8d4imqqhv82";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/osx-dictionary";
- license = lib.licenses.free;
- };
- }) {};
- osx-lib = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "osx-lib";
- ename = "osx-lib";
- version = "20160919.1700";
- src = fetchFromGitHub {
- owner = "raghavgautam";
- repo = "osx-lib";
- rev = "fdbbb41e07ba64d6a09b54bd142a7c7b83bfd09f";
- sha256 = "0n03yca62znrri1pg0cl4xzm4lkmdqyf1p9sm1vfjwlwxk552z5x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b42ae666e3511752f5138927e7bf7965bd9f7ee5/recipes/osx-lib";
- sha256 = "12wvki8jhzqsanxv5yqzjmfx6ifwz9ab9zh6r8nss86bk8864ix4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/osx-lib";
- license = lib.licenses.free;
- };
- }) {};
- osx-location = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "osx-location";
- ename = "osx-location";
- version = "20150613.217";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "osx-location";
- rev = "110aee945b53ea550e4debe69bf3c077d940ec8c";
- sha256 = "1csnxpsfnv9lv07kgvc60qx5c33sshmnz60p3qjz7ym7rnjy9b5x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8673dafb02a8d70c278bfd2c063f40992defe3a3/recipes/osx-location";
- sha256 = "1p12mmrw70p3b04zlprkdxdfnb7m3vkm6gci3fwhr5zyfvwxvn0c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/osx-location";
- license = lib.licenses.free;
- };
- }) {};
- osx-org-clock-menubar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "osx-org-clock-menubar";
- ename = "osx-org-clock-menubar";
- version = "20150205.1311";
- src = fetchFromGitHub {
- owner = "jordonbiondo";
- repo = "osx-org-clock-menubar";
- rev = "9964d2a97cc2fb6570dc4116da44f73bd8eb7cb3";
- sha256 = "1rgykby1ysbapq53lnk9yy04r9q4qirnzs2abgvz7g2qjq5fyzag";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cade09308a6b8c998800f2ad2592ad6ea79f65ca/recipes/osx-org-clock-menubar";
- sha256 = "1y5qxslxl0d93f387nyj8zngz5nh1p4rzdfx0lnbvya6shfaxaf6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/osx-org-clock-menubar";
- license = lib.licenses.free;
- };
- }) {};
- osx-pseudo-daemon = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "osx-pseudo-daemon";
- ename = "osx-pseudo-daemon";
- version = "20170721.2307";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "mac-pseudo-daemon";
- rev = "0358b3acd932082082971c489012bf139f5860dc";
- sha256 = "1scdqy8g8dx3qzii70p3m2gddqqy7dkv63p8nfkp7vw1y5m19426";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6104efc035bcf469d133ab9a2caf42c9d4482334/recipes/osx-pseudo-daemon";
- sha256 = "1sch7bb8hl96fji2ayw2ah5cjgsga08wj44vddjxskyway8ykf0z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/osx-pseudo-daemon";
- license = lib.licenses.free;
- };
- }) {};
- osx-trash = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "osx-trash";
- ename = "osx-trash";
- version = "20160520.600";
- src = fetchFromGitHub {
- owner = "lunaryorn";
- repo = "osx-trash.el";
- rev = "0f1dc052d0a750b8c75f14530a4897f5d4324b4e";
- sha256 = "0f4md49175iyrgzv4pijf7qbxyddcm2yscrrlh91pg410la7fysk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1f4c86e5b86df6c5c2c484f041fa3e434bbfbbb1/recipes/osx-trash";
- sha256 = "1f6pi53mhp2pvrfjm8544lqqj36gzpzxq245lzvv91lvqkxr9ysj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/osx-trash";
- license = lib.licenses.free;
- };
- }) {};
- otama = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "otama";
- ename = "otama";
- version = "20160404.332";
- src = fetchFromGitHub {
- owner = "yoshinari-nomura";
- repo = "otama";
- rev = "b69e0740846ace7885b0c0717f7abe8d0419eefd";
- sha256 = "0javkbzsc4bbx121awbn35fb6lyvhskkkh9jb0byd51gpvg74g1r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/53b1eaef5c8b408eb8fff838af1e0249c4fe9444/recipes/otama";
- sha256 = "04ffyscldb2sn2n26ixrnc07ybvl7iclv2hi1kmhr5hdgxwpyjq9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/otama";
- license = lib.licenses.free;
- };
- }) {};
- other-emacs-eval = callPackage ({ async
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "other-emacs-eval";
- ename = "other-emacs-eval";
- version = "20180408.648";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "other-emacs-eval";
- rev = "8ace5acafef65daabf0c6619eff60733d7f5d792";
- sha256 = "1pry1xw2p01b18ks5n0xs895qqqci7v2nrwjiil2vr3m1ys92ymc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/75b6391726b0d5069e036930c2c5fa177c4e3422/recipes/other-emacs-eval";
- sha256 = "07sr5bb6x9w450cvfg32darg6jlwg11n7c1qhhk0ijcrnlsm09n7";
- name = "recipe";
- };
- packageRequires = [ async emacs ];
- meta = {
- homepage = "https://melpa.org/#/other-emacs-eval";
- license = lib.licenses.free;
- };
- }) {};
- outline-magic = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "outline-magic";
- ename = "outline-magic";
- version = "20180619.1119";
- src = fetchFromGitHub {
- owner = "tj64";
- repo = "outline-magic";
- rev = "2a5f07417b696cf7541d435c43bafcc64817636b";
- sha256 = "1iyslhk2zvhn4ip27apkjzkqw56lfakp2jzwz106jm45f3kllpc8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a98ad2ef680eef541ee82e8a65ed73e524df98a1/recipes/outline-magic";
- sha256 = "085yayzph3y7fh6pd5sdjdkhdcvwfzcyqd6y3xlbz7wni5ac6b5f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/outline-magic";
- license = lib.licenses.free;
- };
- }) {};
- outline-minor-faces = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "outline-minor-faces";
- ename = "outline-minor-faces";
- version = "20181122.321";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "outline-minor-faces";
- rev = "8788f3e6f922f54b4eccfb80e4c246203a7e81c3";
- sha256 = "1ms4mgh8jlvyhdsx5166jqfjdx6rqfbhaqzfrzplgcn6v37097l4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f252e45e8bd6e8af1267755d108f378a974ddaf1/recipes/outline-minor-faces";
- sha256 = "1728imdqmmfqw5f67w8xsailn2b09y4xgdr769pd6kx8z6lsi8zb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/outline-minor-faces";
- license = lib.licenses.free;
- };
- }) {};
- outline-toc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "outline-toc";
- ename = "outline-toc";
- version = "20170730.430";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "outline-toc.el";
- rev = "31f04bea19cfcfb01a94d1fd2b72391cb02b7463";
- sha256 = "1pqz2ynw51n3f7d9hknz80d42017lccsggkg13zqmn51wkjpc48j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/64b07ee55e87c4a1125ce18a8ae0a44661380ffe/recipes/outline-toc";
- sha256 = "13hy9ahla68qcbfbm7b5d0yy774qfc3byb6pn9c66k2wg4xh6pxb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/outline-toc";
- license = lib.licenses.free;
- };
- }) {};
- outlined-elisp-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "outlined-elisp-mode";
- ename = "outlined-elisp-mode";
- version = "20131108.327";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "outlined-elisp-mode";
- rev = "c16cb02b540448919ad148f2be6a41523ee5489c";
- sha256 = "0d9hfr4kb6rkhwacdn70bkfchgam26gj92zfyaqw77a2sgwcmwwv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae918c301e1c0ae39574ae76d70059718724293b/recipes/outlined-elisp-mode";
- sha256 = "165sivmv5h4nvh08ampq95x6b0bkzxgrdjbxjxlq6rv00vaidn7v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/outlined-elisp-mode";
- license = lib.licenses.free;
- };
- }) {};
- outlook = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "outlook";
- ename = "outlook";
- version = "20180428.730";
- src = fetchFromGitHub {
- owner = "asavonic";
- repo = "outlook.el";
- rev = "b6a7a06b996d84647e8024412876e9e76ca884e4";
- sha256 = "0qyrpki1m4j0m32iadg58rjfy589lpig0547bhxzh51x4smkazhx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5ce3e6800213b117578a1022f25407f2ec1604f/recipes/outlook";
- sha256 = "0yq9zl7dr8kkm4rps5np4dwvjfhzsxq9wd1af7zwcmms4l3qry6k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/outlook";
- license = lib.licenses.free;
- };
- }) {};
- outorg = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "outorg";
- ename = "outorg";
- version = "20181224.121";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "outorg";
- rev = "91065d2c1700e8da0ca360373391f1d8741128e6";
- sha256 = "1dqkyw3ll370j23r2yz51yc973a8ky5prmfgl79idv4rjzc5g72q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8edf78a0ecd2ff8e6e066b80751a31e11a068c3f/recipes/outorg";
- sha256 = "10jh64d1nalfig69nnsib46915jinv37lvmxa0aj91zymq2szdm9";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/outorg";
- license = lib.licenses.free;
- };
- }) {};
- outrespace = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "outrespace";
- ename = "outrespace";
- version = "20180711.732";
- src = fetchFromGitHub {
- owner = "articuluxe";
- repo = "outrespace";
- rev = "7dafed7e1cabf4a0bb55e5c6465e83796e3fdabe";
- sha256 = "0xdaaxvamjjghidxir1hpagrglxws646avl4d196g4z9y479wdyg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2659a78181b8fe98ca4a80c75ec8c9b6dff44bb5/recipes/outrespace";
- sha256 = "13xasp9vjb3n0smdhrh9pq1yhhrg3p6z14fmlvf6xqip52rx89hl";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/outrespace";
- license = lib.licenses.free;
- };
- }) {};
- outshine = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , outorg }:
- melpaBuild {
- pname = "outshine";
- ename = "outshine";
- version = "20190313.453";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "outshine";
- rev = "210cc88bf9ee2fca2a283e4de89d4abe849d706b";
- sha256 = "0wi5kjsi3mbj4h64m09dgyzn67dmbxvrlib7vnc6p3qacqmzlmn9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8edf78a0ecd2ff8e6e066b80751a31e11a068c3f/recipes/outshine";
- sha256 = "1qqmvs17hq5s047nqplg4sa09xg5ck6zwqyg91xmbh71bx80v28v";
- name = "recipe";
- };
- packageRequires = [ cl-lib outorg ];
- meta = {
- homepage = "https://melpa.org/#/outshine";
- license = lib.licenses.free;
- };
- }) {};
- ov = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ov";
- ename = "ov";
- version = "20150311.2228";
- src = fetchFromGitHub {
- owner = "ShingoFukuyama";
- repo = "ov.el";
- rev = "4e1c254d74bc1773c92f1613c3865cdcb4bc7095";
- sha256 = "0qxk2rf84j86syxi8xknsq252irwg7sz396v3bb4wqz4prpj0kzc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18d8a10ba3018cb61924af3a1682b82f543f2d98/recipes/ov";
- sha256 = "0d71mpv74cfxcnwixbrl90nr22cw4kv5sdgpny5wycvh6cgmd6qb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ov";
- license = lib.licenses.free;
- };
- }) {};
- overcast-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "overcast-theme";
- ename = "overcast-theme";
- version = "20190326.946";
- src = fetchFromGitHub {
- owner = "myTerminal";
- repo = "overcast-theme";
- rev = "769078cb4a6ea87a31fcea0218c06e1ec689b97c";
- sha256 = "044g4y8ykh41b3ybxsgsrqvnkq8i1q8q8livh64b2qqrrjzq6mxg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d86691c61fc880954a05502a6474cc2fa0d0a43b/recipes/overcast-theme";
- sha256 = "1v8hdnvc4pfmadkvdm6b8z0cy20pminvhjdlr13q5m9immr88a4r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/overcast-theme";
- license = lib.licenses.free;
- };
- }) {};
- overseer = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "overseer";
- ename = "overseer";
- version = "20180225.2219";
- src = fetchFromGitHub {
- owner = "tonini";
- repo = "overseer.el";
- rev = "02d49f582e80e36b4334c9187801c5ecfb027789";
- sha256 = "0q4ai7ividy8xv09s342y49s97ismhfdfsjk70zif60fp0ajfzfn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/overseer";
- sha256 = "0zbh0j21h6wsqnqvnzai6y6rpccdciksb7g64qw7fx0cpg5x2ms8";
- name = "recipe";
- };
- packageRequires = [ dash emacs f pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/overseer";
- license = lib.licenses.free;
- };
- }) {};
- ovpn-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ovpn-mode";
- ename = "ovpn-mode";
- version = "20190421.2048";
- src = fetchFromGitHub {
- owner = "anticomputer";
- repo = "ovpn-mode";
- rev = "8d26902ea61c59e716147a7113493f110abdf635";
- sha256 = "04935x2acqh75snfcr0gz3k654qw619x7i89gqzs22liabll81s7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/16430ce0597c18925d7fdf83acfca996e8ad6457/recipes/ovpn-mode";
- sha256 = "1p0gk3yiq7srpjcqhy0h2402m9ijb3nl9yz2lhnxvc41n9fj65gd";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ovpn-mode";
- license = lib.licenses.free;
- };
- }) {};
- owdriver = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , smartrep
- , yaxception }:
- melpaBuild {
- pname = "owdriver";
- ename = "owdriver";
- version = "20170401.612";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "owdriver";
- rev = "d934f182bafe29aa16c173440eff3fef08b0ec10";
- sha256 = "0yy5sah7vcjxcik3sp2cxp9gvcryyzw799h8zf4wbvjxv74kd17c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3f9c1bb19345c6027a945e7f265632da1a391cb/recipes/owdriver";
- sha256 = "0j8z7ynan0zj581x50gsi9lljkbi6bwmzpfyha3i6q8ch5qkdxfd";
- name = "recipe";
- };
- packageRequires = [ log4e smartrep yaxception ];
- meta = {
- homepage = "https://melpa.org/#/owdriver";
- license = lib.licenses.free;
- };
- }) {};
- ox-asciidoc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-asciidoc";
- ename = "ox-asciidoc";
- version = "20181229.2220";
- src = fetchFromGitHub {
- owner = "yashi";
- repo = "org-asciidoc";
- rev = "e931362e641f97d17dc738d22bb461e54045786d";
- sha256 = "045kci7xvlp0kg8gmplnybc7ydv66hkl88dxgd113ac7ipf9zir7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b268064f09ae5c3d15064b7d197c7af767fb278/recipes/ox-asciidoc";
- sha256 = "07b549dqyh1gk226d7zbls1mw6q4mas7kbfwkansmyykax0r2zyr";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ox-asciidoc";
- license = lib.licenses.free;
- };
- }) {};
- ox-bibtex-chinese = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ox-bibtex-chinese";
- ename = "ox-bibtex-chinese";
- version = "20170722.2009";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "ox-bibtex-chinese";
- rev = "2ad2364399229144110db7ef6365ad0461d6a38c";
- sha256 = "06lp56na1fv87296hhaxgb6gfnzln39p4v245gfxhk0k27589vxj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c09c708c4372451502923cd3cb756f4f98ba97b/recipes/ox-bibtex-chinese";
- sha256 = "0f3xigrkhc86vv23f76fdd4rjsspsd2ck5c65biq2ds247f4gm61";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ox-bibtex-chinese";
- license = lib.licenses.free;
- };
- }) {};
- ox-clip = callPackage ({ fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-clip";
- ename = "ox-clip";
- version = "20180305.1940";
- src = fetchFromGitHub {
- owner = "jkitchin";
- repo = "ox-clip";
- rev = "594c90953a91948505bb394350adf110e041f19a";
- sha256 = "1alm6hh7qg8sv50cm5p03icx47za2g7b2nvbwzx6kxkrgmgqfq6c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d9ae1e58a1f214a9b88627a2d3254ce7de50740/recipes/ox-clip";
- sha256 = "1sm0ivd8rypnl0z901anjsnbfjwhxqcaagqav82ybdb1z6x1qicv";
- name = "recipe";
- };
- packageRequires = [ htmlize org ];
- meta = {
- homepage = "https://melpa.org/#/ox-clip";
- license = lib.licenses.free;
- };
- }) {};
- ox-epub = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-epub";
- ename = "ox-epub";
- version = "20181101.1154";
- src = fetchFromGitHub {
- owner = "ofosos";
- repo = "ox-epub";
- rev = "a66eeb00daa01ad403ac1a1db953ddbf9054be07";
- sha256 = "0ws2dpybrafck07q12w0avxglwr7crf4xcqxqnp48sj993v2qggx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3ac31dfef00e83fa6b716ea006f35afb5dc6cd5/recipes/ox-epub";
- sha256 = "15q6vsmgv76c0qfdxa3prqvgmr6n7k4rd4bpi05574ibi23y0ynh";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ox-epub";
- license = lib.licenses.free;
- };
- }) {};
- ox-gfm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ox-gfm";
- ename = "ox-gfm";
- version = "20170628.1402";
- src = fetchFromGitHub {
- owner = "larstvei";
- repo = "ox-gfm";
- rev = "99f93011b069e02b37c9660b8fcb45dab086a07f";
- sha256 = "0drdypmgxk3238hmkqw9s3cw9wv94cyfqar5ar0bv0k69s92pxj8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10e90430f29ce213fe57c507f06371ea0b29b66b/recipes/ox-gfm";
- sha256 = "065ngmzfd3g2h8n903hc4d363hz4z5rrdgizh2xpz03kf3plca6q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ox-gfm";
- license = lib.licenses.free;
- };
- }) {};
- ox-html5slide = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-html5slide";
- ename = "ox-html5slide";
- version = "20131227.2206";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "org-html5slide";
- rev = "4703dfbd9d79161509def673d2c1e118d722a58f";
- sha256 = "19h3w3fcas60jv02v7hxjmh05804sb7bif70jssq3qwisj0j09xm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a7a7fd72c9bbb5d90e0e096b791971f2b64b8463/recipes/ox-html5slide";
- sha256 = "0nqk6chg0ky98ap2higa74786prj7dbwx2a3l67m0llmdajw76qn";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ox-html5slide";
- license = lib.licenses.free;
- };
- }) {};
- ox-hugo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-hugo";
- ename = "ox-hugo";
- version = "20190602.1941";
- src = fetchFromGitHub {
- owner = "kaushalmodi";
- repo = "ox-hugo";
- rev = "5be9bae6fe0d6aa7cd6c8e158c34e4a90d6e6e36";
- sha256 = "155a6wady9gq36hm62ximj2fw1bx7m8k68aim1w9kbf7da80qwaa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e1240bb7b5bb8773f804b987901566a20e3e8a9/recipes/ox-hugo";
- sha256 = "1niarxj2y4a14lrv2nqcc36msw7k61h8fbjpcdrfbaw3n0kchd40";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ox-hugo";
- license = lib.licenses.free;
- };
- }) {};
- ox-impress-js = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-impress-js";
- ename = "ox-impress-js";
- version = "20150412.1016";
- src = fetchFromGitHub {
- owner = "kinjo";
- repo = "org-impress-js.el";
- rev = "91c6d2af6af308ade352a03355c4fb551b238c6b";
- sha256 = "1kf2si2lyy0xc971bx5zd2j9mnz1smc9s8l0dwc6iksh2v9q8cy9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e5e79b4b897daca80f26440107abaddf0a480db9/recipes/ox-impress-js";
- sha256 = "0p0cc51lmxgl0xv951ybdg5n8gbzv8qf0chfgigijizzjypxc21l";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ox-impress-js";
- license = lib.licenses.free;
- };
- }) {};
- ox-ioslide = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , makey
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-ioslide";
- ename = "ox-ioslide";
- version = "20161015.638";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "org-ioslide";
- rev = "6555680be5364c8ddd2bf446865cb1a82adb6b9e";
- sha256 = "05d1bykgj454g0vq2k2sd36pd9hmcwr9a8033dagkqc625h7wj4h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b960abca4d642c47e640300876eefee1851e6b86/recipes/ox-ioslide";
- sha256 = "0z0qnvpw64wxbgz8203rphswlh9hd2i11pz2mlay8l3bzz4gx4vc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f makey org ];
- meta = {
- homepage = "https://melpa.org/#/ox-ioslide";
- license = lib.licenses.free;
- };
- }) {};
- ox-jekyll-md = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ox-jekyll-md";
- ename = "ox-jekyll-md";
- version = "20180831.1032";
- src = fetchFromGitHub {
- owner = "gonsie";
- repo = "ox-jekyll-md";
- rev = "f997f41d89afd2360973ef8118b5221f17bba757";
- sha256 = "1padg3nq2fn7f5x96z19iqmknk5z3aa8yyipz0v3bdv0a3iqngli";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e7ddae7938158d9da24bee861a88d4875235269/recipes/ox-jekyll-md";
- sha256 = "0lfnrikrismcd2zyfb0sf3pwwx12cyki7kzs2mjlswq3sap8w544";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ox-jekyll-md";
- license = lib.licenses.free;
- };
- }) {};
- ox-jira = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-jira";
- ename = "ox-jira";
- version = "20171001.216";
- src = fetchFromGitHub {
- owner = "stig";
- repo = "ox-jira.el";
- rev = "23565783ca66e2aafc2aa03796e09dde4ae11c1a";
- sha256 = "169v87xmdr41f0wyjpq4wzmr1kfb8gf6x67c24v9dbb7bldynl2g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8a77d9c903acd6d7fdcb53f63384144e85589c9/recipes/ox-jira";
- sha256 = "088ks14d7slgs2qsqp1kkxvqzzhdkwphdvpg27ix686dz1krxxib";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ox-jira";
- license = lib.licenses.free;
- };
- }) {};
- ox-mdx-deck = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , ox-hugo }:
- melpaBuild {
- pname = "ox-mdx-deck";
- ename = "ox-mdx-deck";
- version = "20181115.1047";
- src = fetchFromGitHub {
- owner = "WolfeCub";
- repo = "ox-mdx-deck";
- rev = "f3dbc35870b69a5d8971b1647da8c5468f520c5d";
- sha256 = "0v82d3ylmrh6pbha4kxs3lif40jfa3sd0adqarmz7yyqccv9ixkk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/13d1a86dfe682f65daf529f9f62dd494fd860be9/recipes/ox-mdx-deck";
- sha256 = "1k41sbqcfrj485ps11f6xdb1kxp7kh22k0zhn9vrjb5mxwdilfyl";
- name = "recipe";
- };
- packageRequires = [ emacs ox-hugo ];
- meta = {
- homepage = "https://melpa.org/#/ox-mdx-deck";
- license = lib.licenses.free;
- };
- }) {};
- ox-mediawiki = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ox-mediawiki";
- ename = "ox-mediawiki";
- version = "20180105.1354";
- src = fetchFromGitHub {
- owner = "tomalexander";
- repo = "orgmode-mediawiki";
- rev = "a9327150293e370e500ba55bddfe5fc435c6bf9b";
- sha256 = "0dsq86hli24imdkgsf45asx23kriw9di3d0cf5z8axfpkcbkn770";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/24244d146306ce965df382c8958c7574c74313f2/recipes/ox-mediawiki";
- sha256 = "0lijj2n4saw0xd3jaghbvx9v6a4ldl5gd8wy7s7hfcm30wb75cdb";
- name = "recipe";
- };
- packageRequires = [ cl-lib s ];
- meta = {
- homepage = "https://melpa.org/#/ox-mediawiki";
- license = lib.licenses.free;
- };
- }) {};
- ox-minutes = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ox-minutes";
- ename = "ox-minutes";
- version = "20180202.934";
- src = fetchFromGitHub {
- owner = "kaushalmodi";
- repo = "ox-minutes";
- rev = "27c29f3fdb9181322ae56f8bace8d95e621230e5";
- sha256 = "10rw12gmg3d6fvkqijmjnk5bdpigvm8fy34435mwg7raw0gmlq75";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/162d0dacbb7252508147edb52fe33b1927a6bd69/recipes/ox-minutes";
- sha256 = "13rwcp0k9h7l5g8xw2s2r1xhsmkibhfqyq6hlicvddv232g724sj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ox-minutes";
- license = lib.licenses.free;
- };
- }) {};
- ox-nikola = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , ox-rst }:
- melpaBuild {
- pname = "ox-nikola";
- ename = "ox-nikola";
- version = "20151114.316";
- src = fetchFromGitHub {
- owner = "msnoigrs";
- repo = "ox-nikola";
- rev = "5bcbc1a38f6619f62294194f13ca0cd4ca14dd48";
- sha256 = "0cc14p6c3d4djfmrkac0abb2jq128vlmayv2a8cyvnyjffyvjbk7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e3fa1b0728ad3058376800ec5e2e9e3847c1d2f/recipes/ox-nikola";
- sha256 = "13k5wggz8bhnfgpsc09jnisk7xdb226d6imp7v6vmd1ax9m2xb0w";
- name = "recipe";
- };
- packageRequires = [ emacs org ox-rst ];
- meta = {
- homepage = "https://melpa.org/#/ox-nikola";
- license = lib.licenses.free;
- };
- }) {};
- ox-pandoc = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-pandoc";
- ename = "ox-pandoc";
- version = "20180510.638";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "ox-pandoc";
- rev = "aa37dc7e94213d4ebedb85c384c1ba35007da18e";
- sha256 = "0iibxplgdp34bpq1yll2gmqjd8d8lnqn4mqjvx6cdf0y438yr4jz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca17de8cdd53bb32a9d3faaeb38f19f92b18ee38/recipes/ox-pandoc";
- sha256 = "0wy6yvwd4vyq6xalkrshnfjjxlh1p24y52z49894nz5fl63b74xc";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ht org ];
- meta = {
- homepage = "https://melpa.org/#/ox-pandoc";
- license = lib.licenses.free;
- };
- }) {};
- ox-pukiwiki = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-pukiwiki";
- ename = "ox-pukiwiki";
- version = "20150124.916";
- src = fetchFromGitHub {
- owner = "yashi";
- repo = "org-pukiwiki";
- rev = "b53920abf698fa6682623d671108393e92c68bd7";
- sha256 = "031xl8wry4frbc3d5d0nq7bca6y4plij9v8v8p8rg5ms3sh2fhjq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cd4043336e54c6ae3976068a1af5cfe58713e408/recipes/ox-pukiwiki";
- sha256 = "10sfbri5hv5hyx9jc1bzlk4qmzfmpfgfy8wkjkpv7lv2x0axqd8a";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ox-pukiwiki";
- license = lib.licenses.free;
- };
- }) {};
- ox-qmd = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-qmd";
- ename = "ox-qmd";
- version = "20170402.957";
- src = fetchFromGitHub {
- owner = "0x60df";
- repo = "ox-qmd";
- rev = "3a24c7a0b3ec80e494b977e14a3dfb94c9f1d8ec";
- sha256 = "030nay81c49ings96akzzy108a6agg91rvpmg0pf05qmjysfysmf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e71826e8a8c30b0eb535cce7a379740011b79534/recipes/ox-qmd";
- sha256 = "1i2kdpp6prgphc1l42nz7q6vdfsbcn2vvlf10s7dfhhr8jzcyyy7";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ox-qmd";
- license = lib.licenses.free;
- };
- }) {};
- ox-reveal = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-reveal";
- ename = "ox-reveal";
- version = "20180721.2003";
- src = fetchFromGitHub {
- owner = "yjwen";
- repo = "org-reveal";
- rev = "1cdd088ec5fab631c564dca7f9f74fd3e9b7d4d4";
- sha256 = "1vjxjadq2i74p96y9jxnqj1yb86fsgxzmn7bjgnb88ay6nvc1l72";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8c2f267bb13a2fe5e1af49fd70d831a07d83b7d5/recipes/ox-reveal";
- sha256 = "1lsq9xx95nhz1914wx7781fajfs84m27iwv980hqq29lyn2lzbl6";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ox-reveal";
- license = lib.licenses.free;
- };
- }) {};
- ox-rfc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-rfc";
- ename = "ox-rfc";
- version = "20190429.433";
- src = fetchFromGitHub {
- owner = "choppsv1";
- repo = "org-rfc-export";
- rev = "4cac33c387bc10e32f18940298aa5095d060ed3e";
- sha256 = "0y442swdsh8fl3471bz9276r2srv6dp7j12y09s82xx5nm668nmb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d3f49159d6a379bf435e2af8920176fd84693a60/recipes/ox-rfc";
- sha256 = "0vqh923223rmhy39p4lwmdv6azba7cddkc1zi5pp3zpcijmhxzk4";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ox-rfc";
- license = lib.licenses.free;
- };
- }) {};
- ox-rst = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-rst";
- ename = "ox-rst";
- version = "20180314.1713";
- src = fetchFromGitHub {
- owner = "msnoigrs";
- repo = "ox-rst";
- rev = "a74b60883b0d844c80efb364dac1560b85f2548f";
- sha256 = "0smgz2q7bjj2svx1gdr187m58yxq1hs878bciz9h6jcp03a9sb61";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/85770d6e235217e98dda9d8b9f027a4ba3ebba96/recipes/ox-rst";
- sha256 = "0447q0gvasii57rp391la9prz0w228jnzgi59s785vzswdryww0n";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ox-rst";
- license = lib.licenses.free;
- };
- }) {};
- ox-slack = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , ox-gfm }:
- melpaBuild {
- pname = "ox-slack";
- ename = "ox-slack";
- version = "20181119.331";
- src = fetchFromGitHub {
- owner = "titaniumbones";
- repo = "ox-slack";
- rev = "96d90914e6df1a0141657fc51f1dc5bb8f1da6bd";
- sha256 = "1cda5c35wm7aqyj7yj80wkwb79dgzlzis1dlpysdxv30ahcf4w8p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/55fda67a19f8799f00c8304a14ab88dde236aa48/recipes/ox-slack";
- sha256 = "0ggw64lx93crfzm1sfwqhsfhaprkbyrjay88nyn43frf7c5l4a63";
- name = "recipe";
- };
- packageRequires = [ org ox-gfm ];
- meta = {
- homepage = "https://melpa.org/#/ox-slack";
- license = lib.licenses.free;
- };
- }) {};
- ox-slimhtml = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ox-slimhtml";
- ename = "ox-slimhtml";
- version = "20181219.50";
- src = fetchFromGitHub {
- owner = "balddotcat";
- repo = "ox-slimhtml";
- rev = "a764ef64235845e4f5cfd73244d6cf1e7fee903b";
- sha256 = "14h0kks7i2k53fwbsqb4giafacm58inppqpr5mbj904cy146g29f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6fae8e3c4abd37a651d4cbdb337a74f1a7c7366a/recipes/ox-slimhtml";
- sha256 = "16jrw8n26iy69ibr29bp3pqp4lm66alihks37qipd2g5grqqfdnd";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ox-slimhtml";
- license = lib.licenses.free;
- };
- }) {};
- ox-spectacle = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-spectacle";
- ename = "ox-spectacle";
- version = "20181211.153";
- src = fetchFromGitHub {
- owner = "lorniu";
- repo = "ox-spectacle";
- rev = "9d3ec9a6326289074d8620e97d65e3105307ff51";
- sha256 = "1gm8wwpsq10cfppzl104g3x2g9bha1209p2n8mj9azv71b9mszqx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f441e1b3ee30065f8a68c9b0b45d9db0cac8a289/recipes/ox-spectacle";
- sha256 = "1nf4765dihlcjbifhb9dinqin27ivqj2s8wzh1hj4vc3n8mdx5pr";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ox-spectacle";
- license = lib.licenses.free;
- };
- }) {};
- ox-textile = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-textile";
- ename = "ox-textile";
- version = "20180502.247";
- src = fetchFromGitHub {
- owner = "yashi";
- repo = "org-textile";
- rev = "b179abaa6616604c6efe32cb509e62ad46e7374e";
- sha256 = "1hwrnnrhrdp5cjn81wipzi5j8zr82kpwlvr6hna2cj2zr3r7a6m8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/02a68a7a99ecce8f1afa03e72ff1f636edaf5868/recipes/ox-textile";
- sha256 = "01kri7vh16xhy8x5qd6s5z08xr0q964rk6xrligdb3i6x78wfvi4";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ox-textile";
- license = lib.licenses.free;
- };
- }) {};
- ox-tiddly = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-tiddly";
- ename = "ox-tiddly";
- version = "20180626.1352";
- src = fetchFromGitHub {
- owner = "dfeich";
- repo = "org8-wikiexporters";
- rev = "21317d7e963f79e7b883962ca097eab049115799";
- sha256 = "1s5s2h3kpsx5cn1lqzsn9h2w7zlcgh51d679lyy45f9szm26hn3y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ox-tiddly";
- sha256 = "1rpbnz152af588r8kafqpg9aq3ngwjfkrsjqk6w90l5rh280yi39";
- name = "recipe";
- };
- packageRequires = [ cl-lib org ];
- meta = {
- homepage = "https://melpa.org/#/ox-tiddly";
- license = lib.licenses.free;
- };
- }) {};
- ox-trac = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-trac";
- ename = "ox-trac";
- version = "20171026.1123";
- src = fetchFromGitHub {
- owner = "JalapenoGremlin";
- repo = "ox-trac";
- rev = "5ac6c81bbc18db6c17e267d6399778c3fb5bf1ee";
- sha256 = "1bg8bis4ykyq3iy6x93wksyigwg7jyzphlhfvvvqk093sp15fgd9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b73753ef9229d0fdfbe237acc63126f1786a494/recipes/ox-trac";
- sha256 = "0f8b3i83vzxzfa91p4ahlqz6njql18xy5nk265sjxpy9zr898rsa";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/ox-trac";
- license = lib.licenses.free;
- };
- }) {};
- ox-tufte = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-tufte";
- ename = "ox-tufte";
- version = "20160926.907";
- src = fetchFromGitHub {
- owner = "dakrone";
- repo = "ox-tufte";
- rev = "ca1b16eb91b25bb4f05e58e9b6692e8486c8c619";
- sha256 = "0vyb1ilkywdhjx0j8hq1h993jh6ylwshmqiaa04fq4kbk9yqvspf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0e1592b788ef7218cfb4b3da8599b6cd23eef357/recipes/ox-tufte";
- sha256 = "15b7aml9nl1kh8gbc086nb155f5mzlh8dmq41zi9frn6gskzjnfk";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ox-tufte";
- license = lib.licenses.free;
- };
- }) {};
- ox-twbs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ox-twbs";
- ename = "ox-twbs";
- version = "20161103.1316";
- src = fetchFromGitHub {
- owner = "marsmining";
- repo = "ox-twbs";
- rev = "2414e6b1de7deb6dd2ae79a7be633fdccb9c2f28";
- sha256 = "0kd45p8y7ykadmai4jn1x1pgpafyqggwb1ccbjzalxw4k9wmd45f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ox-twbs";
- sha256 = "050rv270jlkc1v7wp47cv9cwr9pz3n840dd4jxxhfs6s47b9ln73";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ox-twbs";
- license = lib.licenses.free;
- };
- }) {};
- ox-twiki = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-twiki";
- ename = "ox-twiki";
- version = "20170803.1339";
- src = fetchFromGitHub {
- owner = "dfeich";
- repo = "org8-wikiexporters";
- rev = "970bb8ed0e4c4426c37a929b1fe08f944c1cf74f";
- sha256 = "14k9jsz7vkjqxn2xpj71qg54w0laqr99178bzsmbapkfp5yxrib5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/084da2cc725cc23b02657e7adb14ec31532ad25a/recipes/ox-twiki";
- sha256 = "1p1k0yg5fxcjgwpq2ix9ckh2kn69m7d5rnz76h14hw9p72cb54r0";
- name = "recipe";
- };
- packageRequires = [ cl-lib org ];
- meta = {
- homepage = "https://melpa.org/#/ox-twiki";
- license = lib.licenses.free;
- };
- }) {};
- ox-wk = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-wk";
- ename = "ox-wk";
- version = "20190526.324";
- src = fetchFromGitHub {
- owner = "w-vi";
- repo = "ox-wk.el";
- rev = "3da2213be1874d9d3e8a9337b09003d9c102b943";
- sha256 = "0aw6ykcgyn6p7hhggyd7jfyx9b25pr0vgnlfvcwhjc3w0lm94yi1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0947993df2d9bee493c2c25760f1ac5bcc1136ac/recipes/ox-wk";
- sha256 = "0rb4xkkqb65ly01lb1gl3gyz4yj9hzv4ydbdzsbvmpj0hrdw5nv3";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ox-wk";
- license = lib.licenses.free;
- };
- }) {};
- p4 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "p4";
- ename = "p4";
- version = "20150721.1237";
- src = fetchFromGitHub {
- owner = "gareth-rees";
- repo = "p4.el";
- rev = "eff047caa75dbe4965defca9d1212454cdb755d5";
- sha256 = "12jsnfppif4l548wymvakx0f2zlm63xs6kfrb49hicmk668cq4ra";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a7e2fa7af647e0dbf5ade5c32d1984b133156b6f/recipes/p4";
- sha256 = "0215li17gn35wmvd84gnp4hkwa2jd81wz4frb1cba2b5j33rlprc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/p4";
- license = lib.licenses.free;
- };
- }) {};
- pabbrev = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pabbrev";
- ename = "pabbrev";
- version = "20160320.1401";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "pabbrev";
- rev = "56400d5d256b42ffe45c229ea9827f026b650cf5";
- sha256 = "09bn19ydyz1hncmvyyh87gczp3lmlczpm352p0107z1gw6xmpjil";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c032b0d126e0196b4526ee04f5103582610681ea/recipes/pabbrev";
- sha256 = "1mbfa40pbzbi00sp155zm43sj6nw221mcayc2rk3ppin9ps95hx3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pabbrev";
- license = lib.licenses.free;
- };
- }) {};
- pacfiles-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pacfiles-mode";
- ename = "pacfiles-mode";
- version = "20181028.1044";
- src = fetchFromGitHub {
- owner = "UndeadKernel";
- repo = "pacfiles-mode";
- rev = "ff58f387e0f85ca20c4c9f119bf13303bf8b5a76";
- sha256 = "1my9qhnla61wgrhf0izjx0kyjrxwyz3cfh3xp80mmnxhxrrf21kl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bec20443188d9218235c4b31840544a7b1e0690d/recipes/pacfiles-mode";
- sha256 = "08yc3w7zvckg8s1g707hvbbkvi2k52jrk2iwlj0sk22ih3q3yaa9";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pacfiles-mode";
- license = lib.licenses.free;
- };
- }) {};
- pack = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pack";
- ename = "pack";
- version = "20190312.249";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "pack-el";
- rev = "6a41f8db54e0cf0e6b1219bd6745a7c09c7bd6b3";
- sha256 = "0vha9kbdak14p96m43h9qcp9fxqsbsx9lj0qj48rh8wp97nczi3s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96f55c1f15ca24134da378a1ea31f7bb31c84ea9/recipes/pack";
- sha256 = "0lwdhfrpqwpqqg3yhcyj11jv2mm8k9k54qdxlhdi8sxj1fdxmanw";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pack";
- license = lib.licenses.free;
- };
- }) {};
- package-build = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "package-build";
- ename = "package-build";
- version = "20190313.2140";
- src = fetchFromGitHub {
- owner = "melpa";
- repo = "package-build";
- rev = "d023f14b78feddf890cb7e1ded47704c9e2b0303";
- sha256 = "16zrgg2jxnsmiza448067nggbdy78xgn90cz2mcvxqnpvgkrc1kz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/948fb86b710aafe6bc71f95554655dfdfcab0cca/recipes/package-build";
- sha256 = "0kr82j9rbvmapsph0jdxy24p0b8mcnj01sg1myywf428nf30cgbh";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/package-build";
- license = lib.licenses.free;
- };
- }) {};
- package-filter = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "package-filter";
- ename = "package-filter";
- version = "20161121.2319";
- src = fetchFromGitHub {
- owner = "milkypostman";
- repo = "package-filter";
- rev = "c8e2531227c02c4c5e9d593f2cdb6a4ab4a6849b";
- sha256 = "001h92jchz6x6pm8bj90law0yzc5xd84f703z7fcwan4k0g1iwl7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/89312eaf69f3d7ac46647255c847fcb45415e78d/recipes/package-filter";
- sha256 = "0am73zch2fy1hfjwzk8kg0j3lgbcz3hzxjrdf0j0a9w0myp0mmjm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/package-filter";
- license = lib.licenses.free;
- };
- }) {};
- package-lint = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "package-lint";
- ename = "package-lint";
- version = "20190519.352";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "package-lint";
- rev = "152492f8325451f002c5090b837f7abcf5861e8b";
- sha256 = "02lmc1np5vs4rdsazbazxry2ighhww7w5r0k60jxbwd2yar6hibp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dbfb0250a58b2e31c32ff1496ed66a3c5439bd67/recipes/package-lint";
- sha256 = "05akg9cgcqbgja966iv2j878y14d5wvky6m9clkfbw5wyg66xpr0";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/package-lint";
- license = lib.licenses.free;
- };
- }) {};
- package-lint-flymake = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , package-lint }:
- melpaBuild {
- pname = "package-lint-flymake";
- ename = "package-lint-flymake";
- version = "20181117.56";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "package-lint";
- rev = "83f34f747a13633c92210e6110e3c5377397761c";
- sha256 = "0mljhvc03a8fj3zn5rz8i3mfcb8vd4xfaxmb7m7h9gr8ap3lwz7g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dbfb0250a58b2e31c32ff1496ed66a3c5439bd67/recipes/package-lint-flymake";
- sha256 = "076v3xvbxym7dwwl95j8kynj9kj2xw3gzq6qv6qkm0xls7df4yjz";
- name = "recipe";
- };
- packageRequires = [ emacs package-lint ];
- meta = {
- homepage = "https://melpa.org/#/package-lint-flymake";
- license = lib.licenses.free;
- };
- }) {};
- package-plus = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "package-plus";
- ename = "package+";
- version = "20170815.1956";
- src = fetchFromGitHub {
- owner = "zenspider";
- repo = "package";
- rev = "09f37a21256223a770d3b6a6174cb7da427720c3";
- sha256 = "149ba7nq380azi4rypvk0xqdv3bin2sqvab9q1kcwg3kidhspx8a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49cfbbc4535aa7e175aa819d67b8aa52a6f94384/recipes/package+";
- sha256 = "1mbsxr4llz8ny7n7w3lykld9yvbaywlfqnvr9l0aiv9rvmdv03bn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/package+";
- license = lib.licenses.free;
- };
- }) {};
- package-safe-delete = callPackage ({ emacs
- , epl
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "package-safe-delete";
- ename = "package-safe-delete";
- version = "20150116.807";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "package-safe-delete";
- rev = "138171e4fc03c0ef05a8260cbb5cd2e114c1c194";
- sha256 = "1pdv6d6bm5jmpgjqf9ycvzasxz1205zdi0zjrmkr33c03azwz7rd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/61b961211276bd95655b6a0967eda5037a3d240b/recipes/package-safe-delete";
- sha256 = "12ss5yjhnyxsif4vlbgxamn5jfa0wxkkphffxnv6drhvmpq226jw";
- name = "recipe";
- };
- packageRequires = [ emacs epl ];
- meta = {
- homepage = "https://melpa.org/#/package-safe-delete";
- license = lib.licenses.free;
- };
- }) {};
- package-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , restart-emacs }:
- melpaBuild {
- pname = "package-utils";
- ename = "package-utils";
- version = "20180514.715";
- src = fetchFromGitHub {
- owner = "Silex";
- repo = "package-utils";
- rev = "5621b95c56b55499f0463fd8b29501da25d861bd";
- sha256 = "1mhsf0l0253d9b7n3c68mw5kwnsk7wf217y7m2fiybh51bdgjfnd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1bb884a0299408daa716eba42cb39f79622766c/recipes/package-utils";
- sha256 = "02hgh7wg68ysfhw5hckrpshzv4vm1vnm395d34x6vpgl4ccx7v9r";
- name = "recipe";
- };
- packageRequires = [ restart-emacs ];
- meta = {
- homepage = "https://melpa.org/#/package-utils";
- license = lib.licenses.free;
- };
- }) {};
- packed = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "packed";
- ename = "packed";
- version = "20180318.1029";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "packed";
- rev = "788ea94bff319d6a776954c32cff1de8b400f051";
- sha256 = "1sga68hf6zf5j8sb56zqy35p5gn6x7c12m6h8q1gzazfy7xz57p0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57a2fb9524df3fdfdc54c403112e12bd70888b23/recipes/packed";
- sha256 = "103z6fas2fkvlhvwbv1rl6jcij5pfsv5vlqqsb4dkq1b0s7k11jd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/packed";
- license = lib.licenses.free;
- };
- }) {};
- pacmacs = callPackage ({ cl-lib ? null
- , dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pacmacs";
- ename = "pacmacs";
- version = "20160131.32";
- src = fetchFromGitHub {
- owner = "codingteam";
- repo = "pacmacs.el";
- rev = "d813e9c62c2540fe619234824fc60e128c786442";
- sha256 = "0zx72qbqy2n1r6mjylw67zb6nnchp2b49vsdyl0k5bdaq2xyqv6i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/52ce427e046267655dd9f836e57176d59f23e601/recipes/pacmacs";
- sha256 = "0w0r6z365jrglpbifb94w6c22wqi9x93qgkss9pn820hrndqbqxy";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash dash-functional emacs f ];
- meta = {
- homepage = "https://melpa.org/#/pacmacs";
- license = lib.licenses.free;
- };
- }) {};
- pact-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pact-mode";
- ename = "pact-mode";
- version = "20180905.947";
- src = fetchFromGitHub {
- owner = "kadena-io";
- repo = "pact-mode";
- rev = "5f401b282e2f8f897fd67e882312875f967be4d6";
- sha256 = "1nqr7jw2anyicr9pxypsmqqwzjn9qnn770gsmdz6r2xam55j81vg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b8e11b488c937ac9290f2e6acde92a87024a9012/recipes/pact-mode";
- sha256 = "1awmczhz4cl2vxrn0h1wqkrhy1n9p4j3ayksvgifr4cfhqlsxk6v";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pact-mode";
- license = lib.licenses.free;
- };
- }) {};
- paganini-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "paganini-theme";
- ename = "paganini-theme";
- version = "20180815.1221";
- src = fetchFromGitHub {
- owner = "onurtemizkan";
- repo = "paganini";
- rev = "255c5a2a8abee9c5935465ec42b9c3604c178c3c";
- sha256 = "0qhmj8dyy722ds8cmwghhxknwwis1w64wix2hdmzs21c5pa5hgkw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d6fbb609b411df4fe6f66a7afe27eda7d297f140/recipes/paganini-theme";
- sha256 = "1kypkf52hjlfj75pcmjf2a60m6iwj0y1dspjwqynzz3l48i6ippm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/paganini-theme";
- license = lib.licenses.free;
- };
- }) {};
- page-break-lines = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "page-break-lines";
- ename = "page-break-lines";
- version = "20190519.1538";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "page-break-lines";
- rev = "6f19d894bda6a981c10a58df5e23419f4d2ba353";
- sha256 = "0b9jlqf5hk5m5zywwfcgxjb88aqhij73fxwkp16psfm4bv0zy78p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/page-break-lines";
- sha256 = "0i5kx191wnq9763jyqxbyh33hvdaqbd98a1rhgqd97zhvg0hslz1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/page-break-lines";
- license = lib.licenses.free;
- };
- }) {};
- pager = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pager";
- ename = "pager";
- version = "20151201.1720";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "pager";
- rev = "5c791ed23f1136e04040d6f4bc9b4ca5b6dc919f";
- sha256 = "198zlh7zrql1185b9qjim44a09kbbgs9zyahak9nhv1gxqn7mrdf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2a50f62475639af011c99c6cc38928b74b3b0a/recipes/pager";
- sha256 = "0s5zwimkbsivbwlyd7g8dpnjyzqcfc5plg53ij4sljiipgjh5brl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pager";
- license = lib.licenses.free;
- };
- }) {};
- pager-default-keybindings = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pager }:
- melpaBuild {
- pname = "pager-default-keybindings";
- ename = "pager-default-keybindings";
- version = "20130719.1357";
- src = fetchFromGitHub {
- owner = "nflath";
- repo = "pager-default-keybindings";
- rev = "dbbd49c2ac5906d1dabf9e9c832bfebc1ab405b3";
- sha256 = "11msqs8v9wn8sj45dw1fl0ldi3sw33v0xclynbxgmawyabfq3bqm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/87faee8c9820dd47feccdfbce7fd57dbe2800405/recipes/pager-default-keybindings";
- sha256 = "0vqb3s1fxkl1fxxspq89344s55sfcplz26z0pbh347l1681h3pci";
- name = "recipe";
- };
- packageRequires = [ pager ];
- meta = {
- homepage = "https://melpa.org/#/pager-default-keybindings";
- license = lib.licenses.free;
- };
- }) {};
- palimpsest = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "palimpsest";
- ename = "palimpsest";
- version = "20170119.1232";
- src = fetchFromGitHub {
- owner = "danielsz";
- repo = "Palimpsest";
- rev = "168839453e25f8ff7f1b28170909e5428c8fe5f8";
- sha256 = "0j6cn0bc4vxvviawmkgkzdrmf3j5rbl8f7dkzvv6k1hislzhzpsb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/14f6d011a0314637a2f4c1b00efa4912e67b7fa4/recipes/palimpsest";
- sha256 = "18kklfdlcg982pdrslh0xqa42h28f91bdm7q2zn890d6dcivp6bk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/palimpsest";
- license = lib.licenses.free;
- };
- }) {};
- pallet = callPackage ({ cask
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "pallet";
- ename = "pallet";
- version = "20150512.2";
- src = fetchFromGitHub {
- owner = "rdallasgray";
- repo = "pallet";
- rev = "0e1ae11e1ebfe644cbf832df62ac2dbf6ecd0501";
- sha256 = "03mlg6dmpjw8fq2s3c4gpqj20kjhzldz3m51bf6s0mxq9bclx2xw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf977287e9bd668efbd972c9937906384ee832c6/recipes/pallet";
- sha256 = "0q50cdwnn2w1n5h4bappncjjyi5yaixxannwgy23fngdrz1mxwd7";
- name = "recipe";
- };
- packageRequires = [ cask dash f s ];
- meta = {
- homepage = "https://melpa.org/#/pallet";
- license = lib.licenses.free;
- };
- }) {};
- pamparam = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , lispy
- , melpaBuild
- , worf }:
- melpaBuild {
- pname = "pamparam";
- ename = "pamparam";
- version = "20190122.612";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "pamparam";
- rev = "3593cea568da1b479e408180a75890e53d047429";
- sha256 = "0ayvkzxwncx9gqw9j0c06fy9x2i5fs9nbc77fprxcifiz7kl3x9s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/03de45e491e970cc5733950a825b98545b5ac24b/recipes/pamparam";
- sha256 = "01n35a3fnwbb7w2qpk8b5f9wwmr6d5jcjzcv6gnc1768a43p9yzf";
- name = "recipe";
- };
- packageRequires = [ emacs hydra lispy worf ];
- meta = {
- homepage = "https://melpa.org/#/pamparam";
- license = lib.licenses.free;
- };
- }) {};
- panda = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "panda";
- ename = "panda";
- version = "20190604.1507";
- src = fetchFromGitHub {
- owner = "sebasmonia";
- repo = "panda";
- rev = "85a8552e1131442afdf6354e67d79bf5bdb3a469";
- sha256 = "1yxdij2iaxzwbvrj7x0kxyxh3md99d8mb5mb9w7rxk7bfsx4cnn1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69800de45dda180450ed9d47a24181b659d9d1ae/recipes/panda";
- sha256 = "04app7ni9q04v7pi1ppi5qgx5klcpawflmbsj58y33gz29di1zjk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/panda";
- license = lib.licenses.free;
- };
- }) {};
- panda-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "panda-theme";
- ename = "panda-theme";
- version = "20181128.938";
- src = fetchFromGitHub {
- owner = "jamiecollinson";
- repo = "emacs-panda-theme";
- rev = "60aa47c7a930377807da0d601351ad91e8ca446a";
- sha256 = "169khnipnxv0y412wc2r5nsh9d9zwpdyip0l9ayyzb19zdjl1l47";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a90ca1275ceab8e1ea4fdfa9049fbd24a5fd0bf5/recipes/panda-theme";
- sha256 = "1q3zp331hz8l54p8ym9jrs4f36aj15r8aka6bqqnalnk237xqxl7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/panda-theme";
- license = lib.licenses.free;
- };
- }) {};
- pandoc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pandoc";
- ename = "pandoc";
- version = "20161128.357";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "pandoc.el";
- rev = "198d262d09e30448f1672338b0b5a81cf75e1eaa";
- sha256 = "0njc6xlwa8hihyqrk0hs12sb6rs7jma2wpjfr8xsj9p8jld4y359";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d6c21ff09d67fad2658e0de08bc2edb7588c504a/recipes/pandoc";
- sha256 = "0x81anxam7agr2v2zqgc331zs5s5zxcw54kzpanndda23n51h5cc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pandoc";
- license = lib.licenses.free;
- };
- }) {};
- pandoc-mode = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pandoc-mode";
- ename = "pandoc-mode";
- version = "20190211.1312";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "pandoc-mode";
- rev = "d135bb5b8874f1b16c053215ecb29e22f0f79657";
- sha256 = "1gmw78vjl82xlb4ajfiaf4q6hg35xadhjcvy7kyzr0kzs1zkkk4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e39cd8e8b4f61c04fa967def6a653bb22f45f5b/recipes/pandoc-mode";
- sha256 = "0qvc6cf87h1jqf590kd68jfg25snxaxayfds634wj4z6gp70l781";
- name = "recipe";
- };
- packageRequires = [ dash hydra ];
- meta = {
- homepage = "https://melpa.org/#/pandoc-mode";
- license = lib.licenses.free;
- };
- }) {};
- pangu-spacing = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pangu-spacing";
- ename = "pangu-spacing";
- version = "20190421.2214";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "pangu-spacing";
- rev = "3a741c1b669c7194fb766b784c10d52a8de9b87f";
- sha256 = "12980pwsk4pvvya2x9nbwzkyxy75qfqzs0jxl4jdblgrhh104bs0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c0b00eda1d20ff2cbffe3ac606e5fd60d915a5d6/recipes/pangu-spacing";
- sha256 = "082qh26vlk7kifz1800lyai17yvngwjygrfrsh1dsd8dxhk6l9j8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pangu-spacing";
- license = lib.licenses.free;
- };
- }) {};
- paper-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "paper-theme";
- ename = "paper-theme";
- version = "20190124.1028";
- src = fetchFromGitHub {
- owner = "cadadr";
- repo = "elisp";
- rev = "b19b37be332bada6b18d4d895edf6ce78ab420c4";
- sha256 = "0i97l8fdrjjb6dzfcqgss5yj4ibkiaxnj32sm6nyr2s7bijkvi4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a7ea18a56370348715dec91f75adc162c800dd10/recipes/paper-theme";
- sha256 = "1ph6c6g907cnxzl74byc754119qia8rs8y7wvaj8i6q3fz2658zr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/paper-theme";
- license = lib.licenses.free;
- };
- }) {};
- paperless = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "paperless";
- ename = "paperless";
- version = "20180224.445";
- src = fetchFromGitHub {
- owner = "atgreen";
- repo = "paperless";
- rev = "04d98b13f591206429a9192c1804b7a2fd6287cb";
- sha256 = "1vk20vdcfjng3p3srf140k85lm8pqp41mfnwnahxm32bi0dx6hl3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/500be17952ffb6b8d1e524b5b3d316878202fabc/recipes/paperless";
- sha256 = "182arnx2fz0dww6bvg6m70a1picqd3czmzwv92x0rb4ghwrnq2dq";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/paperless";
- license = lib.licenses.free;
- };
- }) {};
- paradox = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , let-alist
- , lib
- , melpaBuild
- , seq
- , spinner }:
- melpaBuild {
- pname = "paradox";
- ename = "paradox";
- version = "20190429.457";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "paradox";
- rev = "906cf2a944c3ef0cd7bf08dc76ec5049e461f5d6";
- sha256 = "0rx9xys7xk769p1sn1h37lyn09jflgffnh9p7n9flky17vdr70mk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/paradox";
- sha256 = "1xq14nfvprsq18464qr4mhphq7cl1f570lji5n8z6j9vpfm9a4p2";
- name = "recipe";
- };
- packageRequires = [ emacs hydra let-alist seq spinner ];
- meta = {
- homepage = "https://melpa.org/#/paradox";
- license = lib.licenses.free;
- };
- }) {};
- parchment-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parchment-theme";
- ename = "parchment-theme";
- version = "20190603.1212";
- src = fetchFromGitHub {
- owner = "ajgrf";
- repo = "parchment";
- rev = "d3cbff72e39d0351e6f701b1b5cae7e79da853a5";
- sha256 = "1z5iqc10p24qglrzqy1qmsrnbbzd4zdz64jr1vk5zin9248ql1ry";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f2302f512053b22e5abbd6a654cf94e4d5c7f5ca/recipes/parchment-theme";
- sha256 = "1dkl1f0zmnkw8xd89m5kd42rk4pg6a6wnm52g4p1b4yqqq27h6zm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/parchment-theme";
- license = lib.licenses.free;
- };
- }) {};
- paredit = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "paredit";
- ename = "paredit";
- version = "20171126.1805";
- src = fetchgit {
- url = "https://mumble.net/~campbell/git/paredit.git";
- rev = "acbe10fdd85d2e91831adf70b6a828bc7e900da0";
- sha256 = "1c7ag0cvd6rl5fsj3dpfcjpyb8xjd26d864z98a74cirn8pc8f7l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/paredit";
- sha256 = "01qh8kfb5hyfi0jfl1kq3inkyzr0rf3wncmzgxlkfdc8zlq4v653";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/paredit";
- license = lib.licenses.free;
- };
- }) {};
- paredit-everywhere = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , paredit }:
- melpaBuild {
- pname = "paredit-everywhere";
- ename = "paredit-everywhere";
- version = "20180506.149";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "paredit-everywhere";
- rev = "653d7a58fb370d5f7df367464d8d05e23a70b29d";
- sha256 = "0q6a3cvanjh3j0kdpqa812yql2axgga45g6nljvxijm8i9ba2hqf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/593890222d074c6a308eb1b809077c6861e1af30/recipes/paredit-everywhere";
- sha256 = "0gbkwk8mrbjr2l8pz3q4y6j8q4m12zmzl31c88ngs1k5d86wav36";
- name = "recipe";
- };
- packageRequires = [ paredit ];
- meta = {
- homepage = "https://melpa.org/#/paredit-everywhere";
- license = lib.licenses.free;
- };
- }) {};
- paredit-menu = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , paredit }:
- melpaBuild {
- pname = "paredit-menu";
- ename = "paredit-menu";
- version = "20160128.933";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "paredit-menu";
- rev = "cc0ae85bd819f9ebfa4f2a419ab3b2d70e39c9c8";
- sha256 = "15xkanrwxh3qqay3vkfqvhzs88g7nnfv9bqk509qflyhqnvc9sxr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a6379588b373fca2769b8761de4ba13545c082c/recipes/paredit-menu";
- sha256 = "05jp4cc548x5f07k096dgizhivdpaajxq38hin831sm0p9cibm4p";
- name = "recipe";
- };
- packageRequires = [ paredit ];
- meta = {
- homepage = "https://melpa.org/#/paredit-menu";
- license = lib.licenses.free;
- };
- }) {};
- paren-completer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "paren-completer";
- ename = "paren-completer";
- version = "20160501.352";
- src = fetchFromGitHub {
- owner = "MatthewBregg";
- repo = "paren-completer";
- rev = "74183a8e13fa1266271bdcbcb4bfb29a4f915f0a";
- sha256 = "1il0gbyjnlxhk04z3lgxmvlmlhgc94rmxdf8nl5sk3gblqmr8v3b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/paren-completer";
- sha256 = "1k71nmsf155b4pvzcsymsc1bn42h9apypapkvc1kxyr6zm29zcr4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/paren-completer";
- license = lib.licenses.free;
- };
- }) {};
- paren-face = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "paren-face";
- ename = "paren-face";
- version = "20180318.1325";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "paren-face";
- rev = "42b2141b5427bc78d640229821b2b8053e6743d2";
- sha256 = "1f1srk4100rsc7i6257q460g4ykmqx4fwrpgb57dlp83d3342c6h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d398398d1d5838dc4985a06515ee668f0f566aab/recipes/paren-face";
- sha256 = "0dmzk66m3rd8x0rb925pyrfpc2qsvayks4kmhpb2ccdrx68pg8gf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/paren-face";
- license = lib.licenses.free;
- };
- }) {};
- parent-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parent-mode";
- ename = "parent-mode";
- version = "20150824.1600";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "parent-mode";
- rev = "db692cf08deff2f0e973e6e86e26662b44813d1b";
- sha256 = "0i5bc7lyyrx6swqlrp9l5x72yzwi53qn6ldrfs99gh08b3yvsnni";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9736d8f6c3065c46b8c4e0056e9d592d3ec973e9/recipes/parent-mode";
- sha256 = "1ndn6m6aasmk9yrml9xqj8141100nw7qi1bhnlsss3v8b6njwwig";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/parent-mode";
- license = lib.licenses.free;
- };
- }) {};
- parinfer = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parinfer";
- ename = "parinfer";
- version = "20180904.144";
- src = fetchFromGitHub {
- owner = "DogLooksGood";
- repo = "parinfer-mode";
- rev = "a7c041454e05ec2b88333a73e72debaa671ed596";
- sha256 = "14ld7r2867aqa1rzk75bzf6qivqd1va4ilawggnxbbx5j2d82r1d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/470ab2b5cceef23692523b4668b15a0775a0a5ba/recipes/parinfer";
- sha256 = "05w4w7j6xyj19dm63073amd4n7fw4zm3qnn4x02fk2011iw8fq7i";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/parinfer";
- license = lib.licenses.free;
- };
- }) {};
- parrot = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parrot";
- ename = "parrot";
- version = "20190311.1625";
- src = fetchFromGitHub {
- owner = "dp12";
- repo = "parrot";
- rev = "4d77eafc6bfacfe45dae805ceca101331d3d08d0";
- sha256 = "0lqcw0scn2jcs15vybd1x7k7hiykrcsvimqj58s45m2pnaia57ql";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1b393ffb9b7691e8fc99bee5fc676463038a68d/recipes/parrot";
- sha256 = "0m67b80vc3qivcxs4w6fpzdg6h9d8s75251rlhnbc0xp7271zgnk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/parrot";
- license = lib.licenses.free;
- };
- }) {};
- parse-csv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parse-csv";
- ename = "parse-csv";
- version = "20160512.1023";
- src = fetchFromGitHub {
- owner = "mrc";
- repo = "el-csv";
- rev = "96bef1ffbc89ea12d13311c9fa239c5c3e864890";
- sha256 = "06xg6f74697zmn042wg259qlik2l21k4al08a06xz4gv9a83nsx6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/010a182f7424928036231774c2fe17b857e3ca40/recipes/parse-csv";
- sha256 = "0khpfxbarw0plx8kka357d8wl1vvdih5797xlld9adc0g3cng0zz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/parse-csv";
- license = lib.licenses.free;
- };
- }) {};
- parsebib = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parsebib";
- ename = "parsebib";
- version = "20181219.128";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "parsebib";
- rev = "9a5f1730b8ef1fb6c29262a8ba79f8136e5548d4";
- sha256 = "1d9x57njgl16yyjmscmai5ml9wrqfh35ilcz2s674s8fa4krqw72";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c39633957475dcd6a033760ba20a957716cce59c/recipes/parsebib";
- sha256 = "07br2x68scsxykdk2ajc4mfqhdb7vjkcfgz3vnpy91sirxzgfjdd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/parsebib";
- license = lib.licenses.free;
- };
- }) {};
- parsec = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parsec";
- ename = "parsec";
- version = "20180729.1716";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "parsec.el";
- rev = "2cbbbc2254aa7bcaa4fb5e07c8c1bf2f381dba26";
- sha256 = "1g1s8s45g3kkbi3h7w0pmadmzdswb64mkdvdpg2lihg341kx37gm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/248aaf5ff9c98cd3e439d0a26611cdefe6b6c32a/recipes/parsec";
- sha256 = "1p3364sv5r868xjj1411xqj4acxqmbzcdl900sd03585ql5wbypj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/parsec";
- license = lib.licenses.free;
- };
- }) {};
- parseclj = callPackage ({ a
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parseclj";
- ename = "parseclj";
- version = "20190531.11";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "parseclj";
- rev = "b34d3e13a249d4b92f1a008cdc1df20a92f866c5";
- sha256 = "1bnlqkmpqpnmmsyhx49mryhkrkaq6v68x7a4kg2pn19ycf9xz6ds";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e2a977779a7ee49f57b849b14e581210a7f47d61/recipes/parseclj";
- sha256 = "077qigx0qyjyvm3437ffnv05rmnpqxvpxf69yyfdgnay1xclv172";
- name = "recipe";
- };
- packageRequires = [ a emacs ];
- meta = {
- homepage = "https://melpa.org/#/parseclj";
- license = lib.licenses.free;
- };
- }) {};
- parseedn = callPackage ({ a
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parseclj }:
- melpaBuild {
- pname = "parseedn";
- ename = "parseedn";
- version = "20190331.358";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "parseedn";
- rev = "8f0582da3f1dbce24e93aee7ca26eefea6053f43";
- sha256 = "0lfs8pbqb30iw3zbz0f1lz4g4ryqf737vz1pf01wdf6kwy6qdrf0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/462a022a83186b8c70e888cc8df42601777504dd/recipes/parseedn";
- sha256 = "0lb0qkvsga90ysa3a1pn8ydf108lsq2azxzzm7xvxbgk0d1xzhjp";
- name = "recipe";
- };
- packageRequires = [ a emacs parseclj ];
- meta = {
- homepage = "https://melpa.org/#/parseedn";
- license = lib.licenses.free;
- };
- }) {};
- pasp-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pasp-mode";
- ename = "pasp-mode";
- version = "20180404.1000";
- src = fetchFromGitHub {
- owner = "santifa";
- repo = "pasp-mode";
- rev = "59385eb0e8ebcfc8c11dd811fb145d4b0fa3cc92";
- sha256 = "1ar4vws3izzmir7m870mccci620ns3c5j26dcmwaxavhgw45wcmf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3c1bbfc6b3a60f8bb4f0ee77ec4108e9d3f458b/recipes/pasp-mode";
- sha256 = "0aix8siyd5yhgxq94k1sl64a9q2xlfrz6cj9y5mcqhb6qjgmrnva";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pasp-mode";
- license = lib.licenses.free;
- };
- }) {};
- pass = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , password-store
- , password-store-otp }:
- melpaBuild {
- pname = "pass";
- ename = "pass";
- version = "20190102.511";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "pass";
- rev = "cd79375005a1c1d8b45d38fefa91eef0bd23182c";
- sha256 = "05h4hacv3yygyjcjj004qbyqjpkl4pyhwgp25gsz8mw5c66l70cx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/428c2d53db69bed8938ec3486dfcf7fc048cd4e8/recipes/pass";
- sha256 = "1vvyvnqf6k7wm0p45scwi6ny86slkrcbr36lnxdlkf96cqyrqzfr";
- name = "recipe";
- };
- packageRequires = [ emacs f password-store password-store-otp ];
- meta = {
- homepage = "https://melpa.org/#/pass";
- license = lib.licenses.free;
- };
- }) {};
- passmm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , password-store }:
- melpaBuild {
- pname = "passmm";
- ename = "passmm";
- version = "20181130.812";
- src = fetchFromGitHub {
- owner = "pjones";
- repo = "passmm";
- rev = "b25a92048c788a8477cc5ffe14c0c4a4df19d79a";
- sha256 = "1jg2rs010fmw10ld0bfl6x7af3v9yqfy9ga5ixmam3qpilc8c4fw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ae2a1e10375f9cd55d19502c9740b2737eba209/recipes/passmm";
- sha256 = "0p6qps9ww7s6w5x7p6ha26xj540pk4bjkr629lcicrvnfr5jsg4b";
- name = "recipe";
- };
- packageRequires = [ emacs password-store ];
- meta = {
- homepage = "https://melpa.org/#/passmm";
- license = lib.licenses.free;
- };
- }) {};
- passthword = callPackage ({ cl-lib ? null
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "passthword";
- ename = "passthword";
- version = "20141201.123";
- src = fetchFromGitLab {
- owner = "pidu";
- repo = "passthword";
- rev = "30bace842eaaa6b48cb2251fb84868ebca0467d6";
- sha256 = "0yckh61v9a798gpyk8x2z9990h3b61lwsw0kish571pygfyqhjkq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a52b516b7b10bdada2f64499c8f43f85a236f254/recipes/passthword";
- sha256 = "19zv80kidb6a3985n3zij507hvffcxhcvlfxd01gwx64wvfc0c3c";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/passthword";
- license = lib.licenses.free;
- };
- }) {};
- password-generator = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "password-generator";
- ename = "password-generator";
- version = "20150222.1240";
- src = fetchFromGitHub {
- owner = "zargener";
- repo = "emacs-password-genarator";
- rev = "c8193d5e963bda0a2f8e51fd4a94dcf37c76f282";
- sha256 = "1pw401ar114wpayibphv3n6m0gz68zjmiwz60r4lbar45bmxvihx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/password-generator";
- sha256 = "1ziiz4x4slfadlm7fjpmwvq4a9fi3ird74b6v5na499ylqnzrl59";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/password-generator";
- license = lib.licenses.free;
- };
- }) {};
- password-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "password-mode";
- ename = "password-mode";
- version = "20170411.2329";
- src = fetchFromGitHub {
- owner = "juergenhoetzel";
- repo = "password-mode";
- rev = "ed764a4ec1011526457c71b7c37fa9a659a866ab";
- sha256 = "102zydbkr2zrr7w0j11n7pivnsdmq3c6lykf3qc84jifp7j58pgr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28dafa392a378e7de2c6992fe17b33f6379dc6b8/recipes/password-mode";
- sha256 = "1rxh6jg99qxagc6i2xgvswvw93h4ma7j8lhjr4ln44vbgyhzph11";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/password-mode";
- license = lib.licenses.free;
- };
- }) {};
- password-store = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , with-editor }:
- melpaBuild {
- pname = "password-store";
- ename = "password-store";
- version = "20190425.1942";
- src = fetchFromGitHub {
- owner = "zx2c4";
- repo = "password-store";
- rev = "0ee5ab3c5267faeafe6f95271ad7d5c59e15c90f";
- sha256 = "1hs714w1sscxg6l6rrm0syjxb7bmcbij2p16j08hhcxvk4vy6rhk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/207f8ec84572176749d328cb2bbc4e87c36f202c/recipes/password-store";
- sha256 = "03r8j14l12yc42b51fzvn1jh8j85nyl1rg6c80r0a7ihwkj27jv6";
- name = "recipe";
- };
- packageRequires = [ emacs f s with-editor ];
- meta = {
- homepage = "https://melpa.org/#/password-store";
- license = lib.licenses.free;
- };
- }) {};
- password-store-otp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , password-store
- , s }:
- melpaBuild {
- pname = "password-store-otp";
- ename = "password-store-otp";
- version = "20180814.2310";
- src = fetchFromGitHub {
- owner = "volrath";
- repo = "password-store-otp.el";
- rev = "1819cd88463cd98a5be9a63273b09202dc2bba63";
- sha256 = "1p53bpwbkjfq4b7znqy0283f7rv7hj4lpcrd9vcvwby6vz4312j7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc89d02554a6ff150ad42634879073892f3e88be/recipes/password-store-otp";
- sha256 = "0m3n4gjf6hmcs2kg80h1whzbl74zsj79ihliyqfcdfc4v31m32sg";
- name = "recipe";
- };
- packageRequires = [ emacs password-store s ];
- meta = {
- homepage = "https://melpa.org/#/password-store-otp";
- license = lib.licenses.free;
- };
- }) {};
- password-vault = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "password-vault";
- ename = "password-vault";
- version = "20160126.1020";
- src = fetchFromGitHub {
- owner = "PuercoPop";
- repo = "password-vault";
- rev = "dc56e6c2f5da66f1ab63736cecf08fb2c6c2b30f";
- sha256 = "0921xwg3d3345hiqz4c1iyqwvfyg8rv0wggcnig7xh9qivspag4c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71ad3fa96afa18b5002faf9272732c7d09826493/recipes/password-vault";
- sha256 = "17i556xwq6yaxv9v18l1abcpbaz6hygsa4vf4b68fc98vcy7396a";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/password-vault";
- license = lib.licenses.free;
- };
- }) {};
- paste-of-code = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "paste-of-code";
- ename = "paste-of-code";
- version = "20170709.1655";
- src = fetchFromGitHub {
- owner = "spebern";
- repo = "paste-of-code.el";
- rev = "92d258e8ec98598d847ecab82903f9224c7c2050";
- sha256 = "1bf2d0i726psjwnqdp0w4h0qk7fnwcbwf1a66q7p8vczavqygfan";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b29a5101bb6fc01b8b6e1b798ce6f73bc6d34944/recipes/paste-of-code";
- sha256 = "0wjcchpp1689arfz6s7gfq4bxn0svz6qj5azvjwwsyzais1bicdi";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/paste-of-code";
- license = lib.licenses.free;
- };
- }) {};
- pastebin = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pastebin";
- ename = "pastebin";
- version = "20101125.1202";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "elpastebin";
- rev = "8e9a829298ce0f747ab80758aa26caeb2af6cb30";
- sha256 = "1hjzpza8zmzb83sacmqcnh9a52m4x5d8xbwvcqvld1ajglv4y124";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/pastebin";
- sha256 = "0ff01vzslgdmsj1jp1m2lvnan6immd4l7vz466g1glb5nkb7qfcr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pastebin";
- license = lib.licenses.free;
- };
- }) {};
- pastehub = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pastehub";
- ename = "pastehub";
- version = "20140614.2320";
- src = fetchFromGitHub {
- owner = "kiyoka";
- repo = "pastehub";
- rev = "3cc5dcb87104f3b4320a6d7fa20fa7340e6b7026";
- sha256 = "0wbb5689n9k351gf3s9mqr3bi00lpajk0h1k9gx1b2mdbb7lq7xd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb8645a9880c586ef2ad16f3a4e61ba76176c224/recipes/pastehub";
- sha256 = "1slvqn5ay6gkbi0ai1gy1wmc02h4g3n6srrh4fqn72y7b9nv5i0v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pastehub";
- license = lib.licenses.free;
- };
- }) {};
- pastelmac-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pastelmac-theme";
- ename = "pastelmac-theme";
- version = "20151030.1936";
- src = fetchFromGitHub {
- owner = "bmastenbrook";
- repo = "pastelmac-theme-el";
- rev = "bead21741e3f46f6506e8aef4469d4240a819389";
- sha256 = "1v5mpjb8kavbqhvg4rizwg8cypgmi6ngdiy8qp9pimmkb56y42ly";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a7151773de39fe570e3e9b351daad89db9dd267f/recipes/pastelmac-theme";
- sha256 = "168zzqhp2dbfcnknwfqxk68rgmibfw71ksghvi6h2j2c1m08l23f";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pastelmac-theme";
- license = lib.licenses.free;
- };
- }) {};
- pastery = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "pastery";
- ename = "pastery";
- version = "20171113.1949";
- src = fetchFromGitHub {
- owner = "diasbruno";
- repo = "pastery.el";
- rev = "4493be98b743b4d062cb4e00760125e394a55022";
- sha256 = "0bmm18d84lrkclg4md46k1ma03w7a97s10hrvjcm9yj8xbrjqqsc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6058218450071db0af9a5b8ce8ec09a735c4ab66/recipes/pastery";
- sha256 = "006qawjc86spbbs2pxvhg9w94rcsxap577cndqwaiw1k0cc8vkhp";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/pastery";
- license = lib.licenses.free;
- };
- }) {};
- path-headerline-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "path-headerline-mode";
- ename = "path-headerline-mode";
- version = "20140423.632";
- src = fetchFromGitHub {
- owner = "7696122";
- repo = "path-headerline-mode";
- rev = "b5b2725c6a8b1cb592fc242b7dbbd54b4dff2e69";
- sha256 = "1ffnkw8djs8kvfjd1crnaqram1vl4w3g1zhsqp74ds0mccsd6830";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/path-headerline-mode";
- sha256 = "0yw2i3cp20v8nd2wj1rs1qad8abghzzasf2sjyla90q06wlna98w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/path-headerline-mode";
- license = lib.licenses.free;
- };
- }) {};
- path-helper = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "path-helper";
- ename = "path-helper";
- version = "20181208.1429";
- src = fetchFromGitHub {
- owner = "arouanet";
- repo = "path-helper";
- rev = "34538affb3f341b3c56a875bb094ddb2b859a8ef";
- sha256 = "0qzsalbxksb44f0x7fndl2qyp1yf575qs56skfzmpnpa82dck88g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a70b1a41e45d215be27d392429dcd4f82904295f/recipes/path-helper";
- sha256 = "0fff3l88jgflqpxlcfxfyp2prc2ichajvm7c8i19qhvw70sbasny";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/path-helper";
- license = lib.licenses.free;
- };
- }) {};
- pathify = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pathify";
- ename = "pathify";
- version = "20160423.146";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "pathify.el";
- rev = "335332a900717ae01bde5ccb8f3dc97a5350f123";
- sha256 = "1brdyrp2sz1pszdfr6f4w94qxk5lrd6kphc1xa5pywfns14c9386";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/459460c977b9cf033e22937899ad380e01efcf11/recipes/pathify";
- sha256 = "1z970xnzbhmfikj1rkfx24jvwc7f1xxw6hk7kmahxvphjxrvgc2f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pathify";
- license = lib.licenses.free;
- };
- }) {};
- paxedit = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , paredit }:
- melpaBuild {
- pname = "paxedit";
- ename = "paxedit";
- version = "20160730.1027";
- src = fetchFromGitHub {
- owner = "promethial";
- repo = "paxedit";
- rev = "48df0a26285f68cd20ea64368e7bf2a5fbf13135";
- sha256 = "0z32lb2s943vk9fincsifdrjqmk7ks2skpzr6g4s3gd40sz5imfz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/106b272c2f0741d21d31a0ddfa4f521c575559c1/recipes/paxedit";
- sha256 = "06ymilr0zrwfpyzql7dcpg48lhkx73f2jlaw3caxgsjaz7x3n4ic";
- name = "recipe";
- };
- packageRequires = [ cl-lib paredit ];
- meta = {
- homepage = "https://melpa.org/#/paxedit";
- license = lib.licenses.free;
- };
- }) {};
- pbcopy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pbcopy";
- ename = "pbcopy";
- version = "20150224.2059";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "pbcopy.el";
- rev = "338f7245746b5de1bb96c5cc2b32bfd9b5d83272";
- sha256 = "138w0dlp3msjmr2x09kfcnxwhdldbz9xjfy7l6lig1x9ima0z5w6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2bbde7950ad5b3b801ca6a2a27c0f5294c8b7746/recipes/pbcopy";
- sha256 = "1989pkhaha6s2rmgyswnzps92x9hhzymjz4ng4a5jda1b9snp60q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pbcopy";
- license = lib.licenses.free;
- };
- }) {};
- pc-bufsw = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pc-bufsw";
- ename = "pc-bufsw";
- version = "20181221.56";
- src = fetchFromGitHub {
- owner = "ibukanov";
- repo = "pc-bufsw";
- rev = "762d47b2f278c072643cf2a1ddc785516483d74a";
- sha256 = "1by9p0j6c21y04cc4ls7f87gks631lv1mxk0aqhh41rml5kj4l22";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2bbd34d673935846c286e73a1e2efaa00ab01a/recipes/pc-bufsw";
- sha256 = "01d7735ininlsjkql7dy57irgwgk4k9br8bl18wq51vgkg90i5k5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pc-bufsw";
- license = lib.licenses.free;
- };
- }) {};
- pcache = callPackage ({ eieio ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pcache";
- ename = "pcache";
- version = "20170105.1414";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "pcache";
- rev = "025ef2411fa1bf82a9ac61dfdb7bd4cedaf2d740";
- sha256 = "1jkdyacpcvbsm1g2rjpnk6hfr01r3j5ibgh09441scz41v6xk248";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/pcache";
- sha256 = "0wwx20x6gzlli3hh4zd9pfv2cmqfm38xbl9p4vsgy08q1rm5agva";
- name = "recipe";
- };
- packageRequires = [ eieio ];
- meta = {
- homepage = "https://melpa.org/#/pcache";
- license = lib.licenses.free;
- };
- }) {};
- pcap-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pcap-mode";
- ename = "pcap-mode";
- version = "20161025.748";
- src = fetchFromGitHub {
- owner = "orgcandman";
- repo = "pcap-mode";
- rev = "52780669af0ade136f84d73f21b4dbb7ab655416";
- sha256 = "1v218cjs0qy3ac0rbzm22y1x388nxnf0pslh9jrvlymkn227pjs8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44f4cb526556a4b58b7e67314002e73413a59a76/recipes/pcap-mode";
- sha256 = "1p6lnr7yr8i3yp63xc8r1hnx8a4v0mz1s7q89zxx7aprk7i9kpv6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pcap-mode";
- license = lib.licenses.free;
- };
- }) {};
- pcmpl-args = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pcmpl-args";
- ename = "pcmpl-args";
- version = "20190223.813";
- src = fetchFromGitHub {
- owner = "JonWaltman";
- repo = "pcmpl-args.el";
- rev = "7bc360c2e5f84e2fc4024a9783c164b4df174acb";
- sha256 = "1gigcf9xh8a4478wr35smglz1csxamnjs82kqb45kbl9cndsz22s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/pcmpl-args";
- sha256 = "10mgci1rk6sr7wk46mnp5l37v3qxdc6yy5zfvy9mzwzh3va1pw31";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pcmpl-args";
- license = lib.licenses.free;
- };
- }) {};
- pcmpl-git = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pcmpl-git";
- ename = "pcmpl-git";
- version = "20170120.1659";
- src = fetchFromGitHub {
- owner = "leoliu";
- repo = "pcmpl-git-el";
- rev = "9472ac70baeda025ef7becd1cf141d72aec93f32";
- sha256 = "17y3rdp7fgyg4i9hwyzgpv1d19i5c6rqdf1gm5bdm2csk12vfg9n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6a51c16bed8d0a2fecad0ae9580d58cd44cc8930/recipes/pcmpl-git";
- sha256 = "12y9pg1g4i1ghnjvgfdpa6p84h4bcqrr23y9bazwl9n6aj20cmxk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pcmpl-git";
- license = lib.licenses.free;
- };
- }) {};
- pcmpl-homebrew = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pcmpl-homebrew";
- ename = "pcmpl-homebrew";
- version = "20190212.1918";
- src = fetchFromGitHub {
- owner = "kaihaosw";
- repo = "pcmpl-homebrew";
- rev = "bebc91c1a0392173f2d1ca2127da137565d79b4d";
- sha256 = "11f5xmdlym32j00rkqgwzcnawqwx5i2j7f92n3133r1f7w4gkvix";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/pcmpl-homebrew";
- sha256 = "1mfkg9i2hqq8mkhnc8yzc9br9wlhjv17vdvjzwhkybcbmhqf2qkm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pcmpl-homebrew";
- license = lib.licenses.free;
- };
- }) {};
- pcmpl-pip = callPackage ({ f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , seq }:
- melpaBuild {
- pname = "pcmpl-pip";
- ename = "pcmpl-pip";
- version = "20181229.620";
- src = fetchFromGitHub {
- owner = "kaihaosw";
- repo = "pcmpl-pip";
- rev = "ebb672d4494f876f611639e65df4e28e566c06b5";
- sha256 = "0m0x41ymjqax7y7cy6ssgnrl708vr7xazac3nyznwfdsls1mzmbg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/pcmpl-pip";
- sha256 = "17nmgq4wgv4yl2rsdf32585hfa58j0825mzzajrlwgmjiqx9i778";
- name = "recipe";
- };
- packageRequires = [ f s seq ];
- meta = {
- homepage = "https://melpa.org/#/pcmpl-pip";
- license = lib.licenses.free;
- };
- }) {};
- pcomplete-extension = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pcomplete-extension";
- ename = "pcomplete-extension";
- version = "20180706.2155";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "pcomplete-extension";
- rev = "bb941272b54f49f780819f7ce4fd2c802de9a0da";
- sha256 = "0bwbxnnw760i6mi7h9pyx3gaasrcja7dj3bfrlia07gw8jgl81ad";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6cb8a938418f84a5b0ede92e84a516f38e4b1011/recipes/pcomplete-extension";
- sha256 = "0m0c9ir44p21rj93fkisvpvi08936717ljmzsr4qdf69b3i54cwc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pcomplete-extension";
- license = lib.licenses.free;
- };
- }) {};
- pcre2el = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pcre2el";
- ename = "pcre2el";
- version = "20161120.1303";
- src = fetchFromGitHub {
- owner = "joddie";
- repo = "pcre2el";
- rev = "0b5b2a2c173aab3fd14aac6cf5e90ad3bf58fa7d";
- sha256 = "14br6ad138qx1z822wqssswqiihxiynz1k69p6mcdisr2q8yyi1z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f04a25e467cc4c7d9a263330a7a1a53d67c6eb9b/recipes/pcre2el";
- sha256 = "1l72hv9843qk5p8gi9ibr15wczm804j3ws2v1x7nx4dr7pc5c7l3";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pcre2el";
- license = lib.licenses.free;
- };
- }) {};
- pcsv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pcsv";
- ename = "pcsv";
- version = "20150220.331";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-pcsv";
- rev = "798e0933f8d0818beb17aebf3b1056bbf74e03d0";
- sha256 = "0aaprjczjf3al5vcypw1fsnz5a0xnnlhmvy0lc83i9aqbsa2y8af";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/80ffaf99b2a4566a3f9d0309cd7b63f563f3826e/recipes/pcsv";
- sha256 = "1zphndkbva59g1fd319a240yvq8fjk315b1fyrb8zvmqpgk9n0dl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pcsv";
- license = lib.licenses.free;
- };
- }) {};
- pdb-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pdb-mode";
- ename = "pdb-mode";
- version = "20150128.951";
- src = fetchFromGitHub {
- owner = "sixpi";
- repo = "pdb-mode";
- rev = "855fb18ebb73b5df30c8d7677c2bcd0f361b138a";
- sha256 = "1xkkyz7y08jr71rzdacb9v7gk95qsxlsshkdsxq8jp70irq51099";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6aee132aa24322fe1ac88ae17ee6e77ae1ec8d11/recipes/pdb-mode";
- sha256 = "1ihkxd15kx5m5xb9yxwz8wqbmyk9iaskry9szzdz1j4gjlczb6hy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pdb-mode";
- license = lib.licenses.free;
- };
- }) {};
- pdf-tools = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , tablist }:
- melpaBuild {
- pname = "pdf-tools";
- ename = "pdf-tools";
- version = "20190413.1318";
- src = fetchFromGitHub {
- owner = "politza";
- repo = "pdf-tools";
- rev = "d780b82a5ea5eb64140a3a68fa278f877771a1fc";
- sha256 = "1kv8lvwwjkgglb6qx1xvxq5xk95wl44x3sw84jpqjya3p0xx75yc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e3d53913f4e8a618e125fa9c1efb3787fbf002d/recipes/pdf-tools";
- sha256 = "1hnc8cci00mw78h7d7gs8smzrgihqz871sdc9hfvamb7iglmdlxw";
- name = "recipe";
- };
- packageRequires = [ emacs let-alist tablist ];
- meta = {
- homepage = "https://melpa.org/#/pdf-tools";
- license = lib.licenses.free;
- };
- }) {};
- pdf-view-restore = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pdf-tools }:
- melpaBuild {
- pname = "pdf-view-restore";
- ename = "pdf-view-restore";
- version = "20190423.925";
- src = fetchFromGitHub {
- owner = "007kevin";
- repo = "pdf-view-restore";
- rev = "12d9734d2133dead548497193016c86ab28e9477";
- sha256 = "1z5483jclfn1xrcdrvrw2c94fpnb1skv6c2ppi3w5nj4myny6nsv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66f0d3e9c7eea64f23191a3f7ac05158e3ae68bc/recipes/pdf-view-restore";
- sha256 = "1n3l7iyv5w937n0ihng8mzkaz09ngwclg5fv2s576d36b6jwm2k8";
- name = "recipe";
- };
- packageRequires = [ emacs pdf-tools ];
- meta = {
- homepage = "https://melpa.org/#/pdf-view-restore";
- license = lib.licenses.free;
- };
- }) {};
- pdfgrep = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pdfgrep";
- ename = "pdfgrep";
- version = "20181007.1028";
- src = fetchFromGitHub {
- owner = "jeremy-compostella";
- repo = "pdfgrep";
- rev = "e251cd5c88a4ba5cb69008ba412d329f4d59e1d2";
- sha256 = "0fy6h8ys490kw63l9jigsa0cf1psybyd9gcljpddnjd3nhkdwikw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/55b0c24f883fe589d1159ce3845cf250a0f47feb/recipes/pdfgrep";
- sha256 = "0q511l57xv1s6z496jrlz6j2nf0fync0dlbm4r800p49lbh4abl3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pdfgrep";
- license = lib.licenses.free;
- };
- }) {};
- peacock-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "peacock-theme";
- ename = "peacock-theme";
- version = "20170808.620";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-peacock-theme";
- rev = "9e46fbfb562b6e26c6e3d6d618b044b3694da4c8";
- sha256 = "0w4dzdsv2cdldss5jwmdbjb5a62k5j1szwdim4gv8ldifhj7fy22";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/641d1959bd31598fcdacd39a3d1bb077dcccfa5c/recipes/peacock-theme";
- sha256 = "0jpdq090r37d07bm52yx3x9y3gsip6fyxxq1ax1k5k0r0js45kq9";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/peacock-theme";
- license = lib.licenses.free;
- };
- }) {};
- peek-mode = callPackage ({ elnode
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "peek-mode";
- ename = "peek-mode";
- version = "20130620.1246";
- src = fetchFromGitHub {
- owner = "erikriverson";
- repo = "peek-mode";
- rev = "55a7dd011375330c7d57322257a5167516702c71";
- sha256 = "11nv6pll0zj9dkgzlzgav39a6x3sfi7kvfhwm96fa3iy4v8bixrb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/08384964d8c1f5f60c84c044d26a79105973ab21/recipes/peek-mode";
- sha256 = "07wcnh3jmp2gi9xhd3d8i2n0pr2g9kav497nnz94i85awhzf8fi4";
- name = "recipe";
- };
- packageRequires = [ elnode ];
- meta = {
- homepage = "https://melpa.org/#/peek-mode";
- license = lib.licenses.free;
- };
- }) {};
- peep-dired = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "peep-dired";
- ename = "peep-dired";
- version = "20160321.1537";
- src = fetchFromGitHub {
- owner = "asok";
- repo = "peep-dired";
- rev = "12d7e52cd5ae29fd828db0bf1fbf648020077145";
- sha256 = "159yc9fcpywqhy92kn7i7aid30j3bzybfdz9kxb643026v30nhxq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8e06a916ac18053e34821673d1cf7936b15c2ac/recipes/peep-dired";
- sha256 = "16k5y3h2ip96k071vhx83avg4r4nplnd973b1271vvxbx2bly735";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/peep-dired";
- license = lib.licenses.free;
- };
- }) {};
- peg = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "peg";
- ename = "peg";
- version = "20150707.2341";
- src = fetchFromGitHub {
- owner = "ellerh";
- repo = "peg.el";
- rev = "081efeca91d790c7fbc90871ac22c40935f4833b";
- sha256 = "0kjz7ch4bn0m4v9zgqyqcrsasnqc5c5drv2hp22j7rnbb7ny0q3n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b9b55a02e903ae7e75f8b636fdb1cf907c5db7c/recipes/peg";
- sha256 = "0nxy9xn99myz0p36m4jflfj48qxhhn1sspbfx8d90030xg3cc2gm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/peg";
- license = lib.licenses.free;
- };
- }) {};
- pelican-mode = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pelican-mode";
- ename = "pelican-mode";
- version = "20190124.1536";
- src = fetchgit {
- url = "https://git.korewanetadesu.com/pelican-mode.git";
- rev = "a69934885c7a3b303049e2418333b3915b8f8fb8";
- sha256 = "0wxmm9x07f0g31k68pfkds7m8d2jivcnc5m6a3dxfhygz20wc5n4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aede5994c2e76c7fd860661c1e3252fb741f9228/recipes/pelican-mode";
- sha256 = "0z6w5j3qwb58pndqbmpsvy1l77w9jv90bss9qq9hicil8nlk4pvi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pelican-mode";
- license = lib.licenses.free;
- };
- }) {};
- pepita = callPackage ({ csv
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pepita";
- ename = "pepita";
- version = "20190604.1025";
- src = fetchFromGitHub {
- owner = "sebasmonia";
- repo = "pepita";
- rev = "3378b4557a3b359fb1cc7eeff97cf94f352ae1cf";
- sha256 = "1m8n491hdzz4y0b5iv8n374gn0i9x6jsix5il4962q8bajjl3slv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e9a393b11eaa29dbd0bf966fa0ab290b08ac7f39/recipes/pepita";
- sha256 = "0xyy137hl8g74grhj8ipij4c80xrga1afjvzz5hf8hpx4zqbljpx";
- name = "recipe";
- };
- packageRequires = [ csv emacs ];
- meta = {
- homepage = "https://melpa.org/#/pepita";
- license = lib.licenses.free;
- };
- }) {};
- per-buffer-theme = callPackage ({ cl-lib ? null
- , fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "per-buffer-theme";
- ename = "per-buffer-theme";
- version = "20160318.1501";
- src = fetchhg {
- url = "https://bitbucket.com/inigoserna/per-buffer-theme.el";
- rev = "9e6200da91b3";
- sha256 = "0w02l91x624cgzdg33a9spgcwy12m607dsfnr1xbc1fi08np4sd1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/per-buffer-theme";
- sha256 = "1czcaybpfmx4mwff7hs07iayyvgvlhifkickccap6kpd0cp4n6hn";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/per-buffer-theme";
- license = lib.licenses.free;
- };
- }) {};
- perfect-margin = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "perfect-margin";
- ename = "perfect-margin";
- version = "20190425.1945";
- src = fetchFromGitHub {
- owner = "mpwang";
- repo = "perfect-margin";
- rev = "a64336810929ecf801a4b65bb722e401e2cccf09";
- sha256 = "13bl84g66hd1x6d3dhbzl4jd6hk1srxmzm4z34w75q00ap7qhyzb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b8cd6a81d46da6beff2754f69b1d74ff9cc1d49/recipes/perfect-margin";
- sha256 = "0bn9bjz1bbl07z3wzhjplp0n5zla3yqc8phr3maap6mch3q0jc1y";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/perfect-margin";
- license = lib.licenses.free;
- };
- }) {};
- perl6-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "perl6-mode";
- ename = "perl6-mode";
- version = "20180619.459";
- src = fetchFromGitHub {
- owner = "perl6";
- repo = "perl6-mode";
- rev = "4ad9987e2576ab2f17cc7090ce35d347167449bb";
- sha256 = "0578mgy1pdiz19kam7n6cp98kbq8vmn2q6xc8qsjvzma3rfdsmgv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e912dccdee12f745272d26ea10d5f106a27cabc/recipes/perl6-mode";
- sha256 = "0r5q2nggb9kbjcdfv81d7sm41jqz040j9z52fnck4b9mlz2dy6d0";
- name = "recipe";
- };
- packageRequires = [ emacs pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/perl6-mode";
- license = lib.licenses.free;
- };
- }) {};
- perlbrew = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "perlbrew";
- ename = "perlbrew";
- version = "20161108.2309";
- src = fetchFromGitHub {
- owner = "kentaro";
- repo = "perlbrew.el";
- rev = "3a3406c3307c92aa30f9400d430925c434a3b6f0";
- sha256 = "0kxz8ljc7w69ywp0bb15010sgrr13i1p05hcvhfr9c35l0n62r6p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/24bd9c2cd848f5003a244a7127e8fc5ef46bdca4/recipes/perlbrew";
- sha256 = "1qadwkcic2qckqy8hgrnj08ajhxayknhpyxkc6ir15vfqjk5crr8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/perlbrew";
- license = lib.licenses.free;
- };
- }) {};
- persistent-overlays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "persistent-overlays";
- ename = "persistent-overlays";
- version = "20161127.2300";
- src = fetchFromGitHub {
- owner = "mneilly";
- repo = "Emacs-Persistent-Overlays";
- rev = "f563c8b966edc78c9d806661c4eb80e4781c4eab";
- sha256 = "0csllpkpjf4csw3zfaw8k05jg078najfmjz6pz1jcl6b4sxjdfqa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d3673c87c5ca883b4f713efeae912c3ad991c667/recipes/persistent-overlays";
- sha256 = "136acbxqykvsw8a5il1zgpxr7llxmc3347847vf0jnmbzb1b472a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/persistent-overlays";
- license = lib.licenses.free;
- };
- }) {};
- persistent-scratch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "persistent-scratch";
- ename = "persistent-scratch";
- version = "20190128.1043";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "persistent-scratch";
- rev = "71371a7ce9846754276350fd577dc7543eb52878";
- sha256 = "0n638krbrs2hx97cgkb5nc0fbrd8wsbmb7mz3ym5mx5pvdyxnlgv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1e32702bfa15490b692d5db59e22d2c07b292d1/recipes/persistent-scratch";
- sha256 = "0iai65lsg3zxj07hdb9201w3rwrvdb3wffr6k2jdl8hzg5idghn1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/persistent-scratch";
- license = lib.licenses.free;
- };
- }) {};
- persistent-soft = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , melpaBuild
- , pcache }:
- melpaBuild {
- pname = "persistent-soft";
- ename = "persistent-soft";
- version = "20150223.1053";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "persistent-soft";
- rev = "a1e0ddf2a12a6f18cab565dee250f070384cbe02";
- sha256 = "14p20br8vzxs39d4hswzrrkgwql5nnmn5j17cpbabzjvck42rixc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/persistent-soft";
- sha256 = "0a4xiwpgyyynjf69s8p183mqd3z53absv544ggvhb2gkpm6jravc";
- name = "recipe";
- };
- packageRequires = [ list-utils pcache ];
- meta = {
- homepage = "https://melpa.org/#/persistent-soft";
- license = lib.licenses.free;
- };
- }) {};
- persp-fr = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , persp-mode }:
- melpaBuild {
- pname = "persp-fr";
- ename = "persp-fr";
- version = "20180801.27";
- src = fetchFromGitHub {
- owner = "rocher";
- repo = "persp-fr";
- rev = "3f536440b120499464106fd25f182d7580192870";
- sha256 = "0bnplxv6igry7ak3wvn2b88zm4aarv35z4z5q38x52k4zac94rl8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e09213dddf003a1275eafb767431a507ecf7639/recipes/persp-fr";
- sha256 = "0p4379yr1b32l8ghq1axyb8qhp28gnq5qxxvbk3mdzgbwwj8y4b2";
- name = "recipe";
- };
- packageRequires = [ dash emacs persp-mode ];
- meta = {
- homepage = "https://melpa.org/#/persp-fr";
- license = lib.licenses.free;
- };
- }) {};
- persp-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "persp-mode";
- ename = "persp-mode";
- version = "20190511.702";
- src = fetchFromGitHub {
- owner = "Bad-ptr";
- repo = "persp-mode.el";
- rev = "e330e6240bbb82589077f30472b05b95d1ff430d";
- sha256 = "0gy0h9mrgig0d2gjs2z949ld1ccgfhmp0dfd8g33g2kxgzp7wnv2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caad63d14f770f07d09b6174b7b40c5ab06a1083/recipes/persp-mode";
- sha256 = "1bgni7y5xsn4a21494npr90w3320snfzw1hvql30xrr57pw3765w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/persp-mode";
- license = lib.licenses.free;
- };
- }) {};
- persp-mode-projectile-bridge = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , persp-mode
- , projectile }:
- melpaBuild {
- pname = "persp-mode-projectile-bridge";
- ename = "persp-mode-projectile-bridge";
- version = "20170315.420";
- src = fetchFromGitHub {
- owner = "Bad-ptr";
- repo = "persp-mode-projectile-bridge.el";
- rev = "f6453cd7b8b4352c06e771706f2c5b7e2cdff1ce";
- sha256 = "1gyfn2fhx3bqzr9m1r4b8nyak8pmpcgj7yz2bagnjs21vfngr18c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c049b0067b70577511114dc8abac0a00a9e0588/recipes/persp-mode-projectile-bridge";
- sha256 = "169mpikixa33ljmh2n9sm186yibrik3f5p8m1hcisnzdsc3wgxmp";
- name = "recipe";
- };
- packageRequires = [ cl-lib persp-mode projectile ];
- meta = {
- homepage = "https://melpa.org/#/persp-mode-projectile-bridge";
- license = lib.licenses.free;
- };
- }) {};
- persp-projectile = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , perspective
- , projectile }:
- melpaBuild {
- pname = "persp-projectile";
- ename = "persp-projectile";
- version = "20180616.1244";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "persp-projectile";
- rev = "3a79cb26e290b478e83aa7795146fb1759092d14";
- sha256 = "17i1srw1k771i3a5wlydbyasyd9z39ryf48mxfs0dsbx1zjbj0pg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bc4e3a5af7ba86d277c73a1966a91c87d3d855a/recipes/persp-projectile";
- sha256 = "10l2kqjyigg98qbbpf3qf4d5bm63kkk4vp7ip8fibgj1p9gqmnxm";
- name = "recipe";
- };
- packageRequires = [ cl-lib perspective projectile ];
- meta = {
- homepage = "https://melpa.org/#/persp-projectile";
- license = lib.licenses.free;
- };
- }) {};
- perspective = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "perspective";
- ename = "perspective";
- version = "20181119.1714";
- src = fetchFromGitHub {
- owner = "nex3";
- repo = "perspective-el";
- rev = "2c8cf56d170c3eb1fcc1a8fe41026b780e0ffead";
- sha256 = "0xlib2f8fjmwk8r0p6r8y5ni687xmixqp9s40rgxc15ikin54hhf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/perspective";
- sha256 = "021ax1c2ys82dcjs5jl7b4nb83n6gax2imnpm030rcbihjl1lzm7";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/perspective";
- license = lib.licenses.free;
- };
- }) {};
- perspeen = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , powerline }:
- melpaBuild {
- pname = "perspeen";
- ename = "perspeen";
- version = "20171203.221";
- src = fetchFromGitHub {
- owner = "seudut";
- repo = "perspeen";
- rev = "edb70c530bda50ff3d1756e32a703d5fef5e5480";
- sha256 = "12h0kj96s4h8z4kqalp7hccnlnqn5lrax3df75gz16pskx2dwxqr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/perspeen";
- sha256 = "0kwmllas9vnppsfaviy58d0nk4hmlqp566mfr4l53x46sybv1y04";
- name = "recipe";
- };
- packageRequires = [ emacs powerline ];
- meta = {
- homepage = "https://melpa.org/#/perspeen";
- license = lib.licenses.free;
- };
- }) {};
- pfuture = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pfuture";
- ename = "pfuture";
- version = "20190505.306";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "pfuture";
- rev = "263227534e8bb98aedce18698c34db9fd4d6500b";
- sha256 = "13r1f741rk5k35s413iyh1kng20zmp29qr4bzlxg8wjl7d8q6da2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5fb70c9f56a58b5c7a2e8b69b191aa2fc7c9bcc8/recipes/pfuture";
- sha256 = "15fr9wkpv8v1p22wz7hsyihq7f807ck105c2crfs8y7capfvs53s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pfuture";
- license = lib.licenses.free;
- };
- }) {};
- pg = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pg";
- ename = "pg";
- version = "20130731.1442";
- src = fetchFromGitHub {
- owner = "cbbrowne";
- repo = "pg.el";
- rev = "4f6516ec3946d95dcef49abb6703cc89ecb5183d";
- sha256 = "1zh7v4nnpzvbi8yj1ynlqlawk5bmlxi6s80b5f2y7hkdqb5q26k0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c4d1bb21948da2b283a3a9d89d9e3aed11afa13/recipes/pg";
- sha256 = "0n0187ndvwza1nis9a12h584qdqkwqfzhdw21kz5d1i6c43g7gji";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pg";
- license = lib.licenses.free;
- };
- }) {};
- pgdevenv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pgdevenv";
- ename = "pgdevenv";
- version = "20150105.1436";
- src = fetchFromGitHub {
- owner = "dimitri";
- repo = "pgdevenv-el";
- rev = "7f1d5bc734750aca98cf67a9491cdbd5615fd132";
- sha256 = "0c9d4c24ic67y07y74bv5b7vc56b6l0lbh2fbzm870r1dl5zbzcj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/73ae474fc4792b2c322a0d2b5fd5b7cfe8c2fd05/recipes/pgdevenv";
- sha256 = "0za35sdwwav81wpk4jjqh56icaswwxxyg3bqqp0qiz24llb5ln1w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pgdevenv";
- license = lib.licenses.free;
- };
- }) {};
- ph = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ph";
- ename = "ph";
- version = "20161029.822";
- src = fetchFromGitHub {
- owner = "gromnitsky";
- repo = "ph";
- rev = "a66e38637d1898b2ec31ee611033ac3f295fd97f";
- sha256 = "10xznvjszn0smn6wf84rykkkiqyzv7xf7fjjyklhll7zphg714mw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f62ca074ca2df780ab32aac50b2b828ee6a9934c/recipes/ph";
- sha256 = "0azx4cpfdn01yrqyn0q1gg9z7w0h0rn7zl39v3dx6yidd76ysh0l";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ph";
- license = lib.licenses.free;
- };
- }) {};
- phabricator = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , s }:
- melpaBuild {
- pname = "phabricator";
- ename = "phabricator";
- version = "20160510.725";
- src = fetchFromGitHub {
- owner = "ajtulloch";
- repo = "phabricator.el";
- rev = "d09d6f059aea92d3b11c68664a5e80c901182ab8";
- sha256 = "0cmfb5ns335nq27iw94qxvrldpwjga0hw40da9kpdcfg0in4ya0c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/829010a578f34f0f2dfb36a0de01547c2950bb65/recipes/phabricator";
- sha256 = "07988f2xyp76xjs25b3rdblhmijs2piriz4p0q92jw69bdvkl14c";
- name = "recipe";
- };
- packageRequires = [ dash emacs f projectile s ];
- meta = {
- homepage = "https://melpa.org/#/phabricator";
- license = lib.licenses.free;
- };
- }) {};
- phan = callPackage ({ composer
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "phan";
- ename = "phan";
- version = "20190520.1903";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "phan.el";
- rev = "82c2d962cd5cab647e8f2f5636bc83511ea40cb4";
- sha256 = "1bypr6d85xr623bqq9j4hl2q4jiw8hyjhx1mp7q4jcm7pibkbjci";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/phan";
- sha256 = "17ar6nxy0plx5li49kgf4f0h99wwmnnp5kwmpf34jg9ygyhaglvb";
- name = "recipe";
- };
- packageRequires = [ composer emacs f ];
- meta = {
- homepage = "https://melpa.org/#/phan";
- license = lib.licenses.free;
- };
- }) {};
- phi-autopair = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , paredit }:
- melpaBuild {
- pname = "phi-autopair";
- ename = "phi-autopair";
- version = "20170216.1953";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "phi-autopair";
- rev = "3c7556779c3a53b045f5df33ae2a0c67469cbf60";
- sha256 = "16gh2r1mhmirbq20kklym4l60rfcfn8dsj0vv3hx3fj8q81h8qc9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f26b586c0126699f3de65bf38dfbf9c4c0149c15/recipes/phi-autopair";
- sha256 = "1ya1bvh28qgz1zg9kdh2lzbsf0w0lx4xr42mdrjwaz3bbfa9asg4";
- name = "recipe";
- };
- packageRequires = [ paredit ];
- meta = {
- homepage = "https://melpa.org/#/phi-autopair";
- license = lib.licenses.free;
- };
- }) {};
- phi-grep = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "phi-grep";
- ename = "phi-grep";
- version = "20170606.107";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "phi-grep";
- rev = "ab9bd8d25e751a9cbfa108b49839293230b6e8b5";
- sha256 = "0p1i07dgaic0jnwdsnvsnib2913r9w8j98d1p5rx8db2nabjmzc0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/992655fa4bd209abdf1149572e95f853e595125e/recipes/phi-grep";
- sha256 = "1y5lq6lq9qdydbypb1pjnxryh94a295nnqqh2x27whiwdiysirjj";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/phi-grep";
- license = lib.licenses.free;
- };
- }) {};
- phi-rectangle = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "phi-rectangle";
- ename = "phi-rectangle";
- version = "20151207.2254";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "phi-rectangle";
- rev = "0c12716afc71d803d1f39417469521dc465762d9";
- sha256 = "0d2c579rg8wdfmn94nzaix9332jch4wlr939jszls330s38d0iv4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/phi-rectangle";
- sha256 = "111fqqa7h5cajq92sbiqhavm25l5bcapxhfh38y7irq4mv08xifw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/phi-rectangle";
- license = lib.licenses.free;
- };
- }) {};
- phi-search = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "phi-search";
- ename = "phi-search";
- version = "20180321.1829";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "phi-search";
- rev = "9a089b8271cb1cff9640848850298c9ec855286c";
- sha256 = "1gr5plcbrfdc4pglfj905s89hf8x0kc083h30wcnd81bnw9jwz1x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2f0274300c33f19ca6f868e1d570ffee513dbdf7/recipes/phi-search";
- sha256 = "0nj06ixl76dd80zg83q4bi8k224mcwb612mr4gd1xppj5k8xl03g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/phi-search";
- license = lib.licenses.free;
- };
- }) {};
- phi-search-dired = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , phi-search }:
- melpaBuild {
- pname = "phi-search-dired";
- ename = "phi-search-dired";
- version = "20150405.14";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "phi-search-dired";
- rev = "162a5e4507c72512affae22744bb606a906d4193";
- sha256 = "1b44947hncw4q42fxxrz6fm21habzp4pyp0569xdwysrx2rca2fn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57c6dd518648f23927c5e6424210c157ed3cfd95/recipes/phi-search-dired";
- sha256 = "1gf3vs3vrp5kbq4ixnj7adazmnqixi63qswgc2512p10gf7inf8p";
- name = "recipe";
- };
- packageRequires = [ phi-search ];
- meta = {
- homepage = "https://melpa.org/#/phi-search-dired";
- license = lib.licenses.free;
- };
- }) {};
- phi-search-mc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multiple-cursors
- , phi-search }:
- melpaBuild {
- pname = "phi-search-mc";
- ename = "phi-search-mc";
- version = "20160324.803";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "phi-search-mc.el";
- rev = "7aa671910f766437089aec26c3aa7814222d1356";
- sha256 = "0wr86ad0yl52im6b9z0b9pzmhcn39qg5m9878yfv1nbxliw40lcd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/83cf3fa3736eb2583dcf6bca16b9acb89e3408a3/recipes/phi-search-mc";
- sha256 = "07hd80rbyzr5n3yd7hv1j51nl6pvcxmln20g6xvw8gh5yfl9k0m8";
- name = "recipe";
- };
- packageRequires = [ multiple-cursors phi-search ];
- meta = {
- homepage = "https://melpa.org/#/phi-search-mc";
- license = lib.licenses.free;
- };
- }) {};
- phi-search-migemo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , migemo
- , phi-search }:
- melpaBuild {
- pname = "phi-search-migemo";
- ename = "phi-search-migemo";
- version = "20170618.221";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "phi-search-migemo";
- rev = "723b584d386639d59298d872ad7a035d3f8008b0";
- sha256 = "01j3fpn44vgj8fq4smay1qd3wnh321v5pkgm9vkhpryj1v1g7am1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b78e07146a4e954e050349a1798ac46ecba10bab/recipes/phi-search-migemo";
- sha256 = "0qk73s09sasm438w29j5z2bmlb60p1mgbv2ch43rgq8c6kjzg6h6";
- name = "recipe";
- };
- packageRequires = [ migemo phi-search ];
- meta = {
- homepage = "https://melpa.org/#/phi-search-migemo";
- license = lib.licenses.free;
- };
- }) {};
- phoenix-dark-mono-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "phoenix-dark-mono-theme";
- ename = "phoenix-dark-mono-theme";
- version = "20170729.706";
- src = fetchFromGitHub {
- owner = "j0ni";
- repo = "phoenix-dark-mono";
- rev = "a54f515d162148bcb38676980bc2316adb3d7b8b";
- sha256 = "1zr334qsjrajd2vrrlc1rfm4b4kdw15jfh5d102vj5bp7z7ajhb4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/87e3b036fbcc96b047bbb141345a7b51f19d6951/recipes/phoenix-dark-mono-theme";
- sha256 = "15in299j170n0wxmkg3cx1zzx1n7r1ifraqqzfqhcnk8i8lmc939";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/phoenix-dark-mono-theme";
- license = lib.licenses.free;
- };
- }) {};
- phoenix-dark-pink-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "phoenix-dark-pink-theme";
- ename = "phoenix-dark-pink-theme";
- version = "20170729.703";
- src = fetchFromGitHub {
- owner = "j0ni";
- repo = "phoenix-dark-pink";
- rev = "4defbb76b00c1a29f060813898578152d6be623d";
- sha256 = "03d7ak4ia3fifp0c8fm4qdydizsfsxvcvbzwfxlsk66s28p5wglc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/87e3b036fbcc96b047bbb141345a7b51f19d6951/recipes/phoenix-dark-pink-theme";
- sha256 = "0bz6iw73d85bi12qqx6fdw3paqknrxvn0asbwjmgdcrlqrfczjlr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/phoenix-dark-pink-theme";
- license = lib.licenses.free;
- };
- }) {};
- php-auto-yasnippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , php-mode
- , yasnippet }:
- melpaBuild {
- pname = "php-auto-yasnippets";
- ename = "php-auto-yasnippets";
- version = "20170330.1814";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "php-auto-yasnippets";
- rev = "03e1f0899c081813901ac15c2f7a675a37cca9f5";
- sha256 = "0d7y6njsd1s2r5df2k8wvvwgxpwwyaqkhdd2b3p1php8rrbj3mg8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28b2d8802f98e339ff01ecf9733b71b6c631123e/recipes/php-auto-yasnippets";
- sha256 = "047i51ks2nn7ydrx2hjx9qvsh3lxnyxp8a6c3h3nb1acy84f5bd1";
- name = "recipe";
- };
- packageRequires = [ php-mode yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/php-auto-yasnippets";
- license = lib.licenses.free;
- };
- }) {};
- php-boris = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "php-boris";
- ename = "php-boris";
- version = "20130527.121";
- src = fetchFromGitHub {
- owner = "tomterl";
- repo = "php-boris";
- rev = "4bb7e4d34d9906ddce688205eb24cafe634c6d06";
- sha256 = "1pya68rbn3bs67nn0mprjx2w759byqmixylcvl25v8f645nmxd0r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/php-boris";
- sha256 = "0kklwk8b98czsg567vgzzdfnv76yn1id3ah2q2qqdhaky1yzw7ak";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/php-boris";
- license = lib.licenses.free;
- };
- }) {};
- php-boris-minor-mode = callPackage ({ fetchgit
- , fetchurl
- , highlight
- , lib
- , melpaBuild
- , php-boris }:
- melpaBuild {
- pname = "php-boris-minor-mode";
- ename = "php-boris-minor-mode";
- version = "20140209.1035";
- src = fetchgit {
- url = "https://framagit.org/steckerhalter/php-boris-minor-mode.git";
- rev = "8648eba604e4ff82ef6594a2c5ee4cb4825e6235";
- sha256 = "00lmvsmh053zhdv56vkcxc4dpzrlx6jyck87vq8vjbj8q9nmkf23";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0a8eb0eefe88b4ea683a4743c0f8393506e014b/recipes/php-boris-minor-mode";
- sha256 = "06nzdvzjp6ywq0jf0v0cmcv77wj1vyas2r10kmxd45rzw12hqjd9";
- name = "recipe";
- };
- packageRequires = [ highlight php-boris ];
- meta = {
- homepage = "https://melpa.org/#/php-boris-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- php-cs-fixer = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "php-cs-fixer";
- ename = "php-cs-fixer";
- version = "20190207.326";
- src = fetchFromGitHub {
- owner = "OVYA";
- repo = "php-cs-fixer";
- rev = "6540006710daf2b2d47576968ea826a83a40a6bf";
- sha256 = "089x26akvkfm772v8n3x3l5wpkhvlgad2byrcbh0a1vyhnjb2fvd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a3631c4b81c1784995ae9e74d832e301d79214e2/recipes/php-cs-fixer";
- sha256 = "1xvz6v1fwngi2rizrx5sf0wrs4cy8rb13467r26k8hb7z8h1rqmf";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/php-cs-fixer";
- license = lib.licenses.free;
- };
- }) {};
- php-eldoc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "php-eldoc";
- ename = "php-eldoc";
- version = "20140202.1141";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "php-eldoc";
- rev = "df05064146b884d9081e10657e32dc480f070cfe";
- sha256 = "0hm6myvf91f4d2yfc7fs2xky9m8hfnimx1gkfzmn9f5pcc2l2p0i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7af452f42847a947e87edd6aa559f807d08920c1/recipes/php-eldoc";
- sha256 = "1q5fkl8crqrgxik2mxbkqv10qnqhqrazd66rgfw797s3jcchv58j";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/php-eldoc";
- license = lib.licenses.free;
- };
- }) {};
- php-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "php-mode";
- ename = "php-mode";
- version = "20190530.1210";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "php-mode";
- rev = "c53e0c1ec154fcfe6e5db56d1513d503a62e0355";
- sha256 = "1gg156pj51wp61y42844667xy75ds3wh6qjasj55b9wci5l1hv04";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2e41dc09413eaa93704e7d9f55bd2bd01f658806/recipes/php-mode";
- sha256 = "1gqmcynz2wx09xjnk70db1a2pbnrh1vfm5vd6mks1s10y59bh0zq";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/php-mode";
- license = lib.licenses.free;
- };
- }) {};
- php-refactor-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "php-refactor-mode";
- ename = "php-refactor-mode";
- version = "20171123.2235";
- src = fetchFromGitHub {
- owner = "keelerm84";
- repo = "php-refactor-mode.el";
- rev = "d06dabd9ca743a04067e02282b69d7b7467fb4b7";
- sha256 = "1mdbv079xj0a506hcq99bd8cdpwgq6anhqfkfwm56b3cn7g54qkr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad4a9bb43e131e2eb0d8b09b13245bc268c524a5/recipes/php-refactor-mode";
- sha256 = "0gj0nv6ii7pya0hcxs8haz5pahj0sa12c2ls53c3j85in645zb3s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/php-refactor-mode";
- license = lib.licenses.free;
- };
- }) {};
- php-runtime = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "php-runtime";
- ename = "php-runtime";
- version = "20181212.1025";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "php-runtime.el";
- rev = "017e0e70f07d6b25e37d5c5f4d271a914b677631";
- sha256 = "1c74xd6p3hfanpd4920agvnar9rjbyvz33kwrzw9vywzrs68ncvh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/615c9ac208d8c20082a8ac83e49e93d99e2cbc89/recipes/php-runtime";
- sha256 = "0dvnwajrjsgyqzglzpkx9vwx3f55mrag6dsbdjqc9vvpvxhmgfwb";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/php-runtime";
- license = lib.licenses.free;
- };
- }) {};
- php-scratch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , php-mode
- , s }:
- melpaBuild {
- pname = "php-scratch";
- ename = "php-scratch";
- version = "20161103.1517";
- src = fetchFromGitHub {
- owner = "mallt";
- repo = "php-scratch";
- rev = "3aa66d1d53b84b779374edff7a7e6b5f2cd7575d";
- sha256 = "0iyb4y0wrd1yqm56p37riw6nwvrlcgxj1x0nhw8304p8hv76mzdi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/php-scratch";
- sha256 = "0sl9cccp4xjsidiyjf3sca8wlch3zd23zyac21xys11xm3rjxh9r";
- name = "recipe";
- };
- packageRequires = [ emacs php-mode s ];
- meta = {
- homepage = "https://melpa.org/#/php-scratch";
- license = lib.licenses.free;
- };
- }) {};
- phpactor = callPackage ({ cl-lib ? null
- , composer
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , php-runtime }:
- melpaBuild {
- pname = "phpactor";
- ename = "phpactor";
- version = "20190531.800";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "phpactor.el";
- rev = "f5df770f70a509f1ec2861512c38845ec1490277";
- sha256 = "0y1f8c6wnqci9vi85q4c7nzkmmfsd46fbwq7dl88ymw3fz03pnzj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d67b98ecd541c227c011615f67d7a0890f5e1af3/recipes/phpactor";
- sha256 = "0w2iszi74y3s6rcn6p2ic545cg319y4jpy83npbh5m98y8jma84m";
- name = "recipe";
- };
- packageRequires = [ cl-lib composer emacs f php-runtime ];
- meta = {
- homepage = "https://melpa.org/#/phpactor";
- license = lib.licenses.free;
- };
- }) {};
- phpcbf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "phpcbf";
- ename = "phpcbf";
- version = "20181227.2023";
- src = fetchFromGitHub {
- owner = "nishimaki10";
- repo = "emacs-phpcbf";
- rev = "fb0bc6073a57126cf1a8404723aa0a715dd761aa";
- sha256 = "0k2wl137nippcfx3g35kfprz2fiv8rbbi7dcpxciwnbqmn6ry7rf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77ef54e3fb2715a081786dc54f99ae74def5c77c/recipes/phpcbf";
- sha256 = "1hf88ys4grffpqgavrbc72dn3m7crafgid2ygzx9c5j55syh8mfv";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/phpcbf";
- license = lib.licenses.free;
- };
- }) {};
- phpstan = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "phpstan";
- ename = "phpstan";
- version = "20190227.842";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "phpstan.el";
- rev = "1151b8d418af532fdf0732b9793b479c64a364e3";
- sha256 = "0wb9pshgcrq2w9d9fpkywz299ihcb9fffh3fdk8rm1r8irylrjkh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/43808f57146a395b92ed498803fa948a33e5f3c2/recipes/phpstan";
- sha256 = "1nx9d4mhxhvbgrxawkpkw03b75bg1xpli1x83g2bhs8ar8lypjik";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/phpstan";
- license = lib.licenses.free;
- };
- }) {};
- phpt-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , php-mode
- , polymode }:
- melpaBuild {
- pname = "phpt-mode";
- ename = "phpt-mode";
- version = "20190512.1109";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "phpt-mode";
- rev = "deb386f1a81003074c476f15e1975d445ff6df01";
- sha256 = "0wv1q44f5hmpsrjvjb5y8c1gnjkazdghmgbzw6l30i3j3z36fy60";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/59a0e7aabf45c98b1ecf9db49f6420a6e051733b/recipes/phpt-mode";
- sha256 = "1isq3l6qhya5vafmcqbda7r0irdmgvmlmdg98n7h8yck5imi78yf";
- name = "recipe";
- };
- packageRequires = [ emacs php-mode polymode ];
- meta = {
- homepage = "https://melpa.org/#/phpt-mode";
- license = lib.licenses.free;
- };
- }) {};
- phpunit = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , s }:
- melpaBuild {
- pname = "phpunit";
- ename = "phpunit";
- version = "20180829.738";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "phpunit.el";
- rev = "fe6bc91c3bd8b329c6d26ad883a025f06b5121ee";
- sha256 = "1silbfmv85r73pbc7f5cm4znc6644ngihfnhibk1fgp9j0rf7ahc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0670b42c0c998daa7bf01080757976ac3589ec06/recipes/phpunit";
- sha256 = "0nj8ss1yjkcqnbnn4jgbp0403ljjk2xhipzikdrl3dbxlf14i4f8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f pkg-info s ];
- meta = {
- homepage = "https://melpa.org/#/phpunit";
- license = lib.licenses.free;
- };
- }) {};
- pianobar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pianobar";
- ename = "pianobar";
- version = "20180416.1804";
- src = fetchFromGitHub {
- owner = "agrif";
- repo = "pianobar.el";
- rev = "3154c4cb7401017fd441fcd6a7a0b669a4406882";
- sha256 = "0dy51pi85i8ag47zmnhppllsbmxd0bp704azffddkg36pjh4inxk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b5659b4c7be20572aabe75caba866301393db012/recipes/pianobar";
- sha256 = "16vsf2cig9qjbh9s58zb5byjmyghxbsxpzpm5hyyrv251jap1jjn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pianobar";
- license = lib.licenses.free;
- };
- }) {};
- pickle = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pickle";
- ename = "pickle";
- version = "20190122.948";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "pickle-mode";
- rev = "0d0b1925b7b79e2c80a1877351e3c6ce52935c4b";
- sha256 = "0hbymja9109fzw34ra5iyxvhfv0x8ffr8sayqihdfmrs2ymh045z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4cb71882f074d3fef1f5a7b504dafcb6adff8ed4/recipes/pickle";
- sha256 = "0fryzmrs6bn6r590qp08jyzx9g6jakf1pahxhcfglsv9k3jbfp13";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pickle";
- license = lib.licenses.free;
- };
- }) {};
- picolisp-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "picolisp-mode";
- ename = "picolisp-mode";
- version = "20190104.2320";
- src = fetchFromGitHub {
- owner = "flexibeast";
- repo = "picolisp-mode";
- rev = "39e54f31b5d10483aac2765bf5cc4ad92f9e4467";
- sha256 = "054hmmpcxg56r9qhk006mm7y6b2bb6pjxk48fbynhbwmhwnn79ps";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe116998dadeef6e61c0791efb396f9b8befa5d6/recipes/picolisp-mode";
- sha256 = "1n56knbapyfs8n23arzlz27y0q4846r64krwlwh8agfqkcdw9dp5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/picolisp-mode";
- license = lib.licenses.free;
- };
- }) {};
- picpocket = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "picpocket";
- ename = "picpocket";
- version = "20180914.1119";
- src = fetchFromGitHub {
- owner = "johanclaesson";
- repo = "picpocket";
- rev = "f0f9947a097b2a02901d6d0bb427c7a6e02f2af7";
- sha256 = "0fnafiax2xb97vkvr8fd2x3rpnw72661k0p163mkvp1zp59zy6is";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e88dc89311d4bfe82dc15f22b84c4b76abb3fd69/recipes/picpocket";
- sha256 = "0p2mrjcd8ig0h7dk0zvyfma4nnfk2ic6gp2dwfqyqq6irb010f45";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/picpocket";
- license = lib.licenses.free;
- };
- }) {};
- pig-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pig-mode";
- ename = "pig-mode";
- version = "20180520.700";
- src = fetchFromGitHub {
- owner = "motus";
- repo = "pig-mode";
- rev = "4c6c6e1b1bb719d8adc6c47cc24665f6fe558959";
- sha256 = "1vwnybyrzk8nw2cs27yrsipxb6hmx7cs5d60yf00h0wiv3l6v3rr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a0d7c07d28e2f229b281201a781ebaceed6465ed/recipes/pig-mode";
- sha256 = "0gmvc4rrqkn0cx8fk1sxk6phfbpf8dcba3k6i24k3idcx8rxsw3x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pig-mode";
- license = lib.licenses.free;
- };
- }) {};
- pig-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "pig-snippets";
- ename = "pig-snippets";
- version = "20130912.2324";
- src = fetchFromGitHub {
- owner = "motus";
- repo = "pig-mode";
- rev = "69ca24cb756dd516828e284e33274145eba21183";
- sha256 = "1b1wibla851f7mra0jf13xhil1xw4s0m2l53f1s2h36468wb24y1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a0d7c07d28e2f229b281201a781ebaceed6465ed/recipes/pig-snippets";
- sha256 = "1sqi0a2dsqgmabkrncxiyrhibyryyy25d11b15ybhlngd05wqbx2";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/pig-snippets";
- license = lib.licenses.free;
- };
- }) {};
- pillar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , makey
- , melpaBuild }:
- melpaBuild {
- pname = "pillar";
- ename = "pillar";
- version = "20141112.1011";
- src = fetchFromGitHub {
- owner = "pillar-markup";
- repo = "pillar-mode";
- rev = "13a7f676544cc66005ccd8e6fc1c25e4ccd6f909";
- sha256 = "19i8hgzr7kdj4skf0cnv6vlsklq9qcyxcv3p33k9vgq7y4f9mah8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bff55f1182f3bd0bc8a8773921f703168d87de21/recipes/pillar";
- sha256 = "1lklky3shyvm1iygp621hbldpx37m0a9vd5l6mxs4y60ksj6z0js";
- name = "recipe";
- };
- packageRequires = [ makey ];
- meta = {
- homepage = "https://melpa.org/#/pillar";
- license = lib.licenses.free;
- };
- }) {};
- pinboard-api = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pinboard-api";
- ename = "pinboard-api";
- version = "20140324.448";
- src = fetchFromGitHub {
- owner = "danieroux";
- repo = "pinboard-api-el";
- rev = "b7b5214d0c35178f8dca08cf22d6ef3c21f0fce4";
- sha256 = "0wy9c37g6m5khchlp8qvfnjgkwq4r38659adcm5prvzjgzqhlfja";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a13787abe600b6f6355a475af573efa0064bf6f/recipes/pinboard-api";
- sha256 = "0yzvgnpkj2fhl01id36nc5pj8vyb05bllraiz3lwwcc66y98h9n0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pinboard-api";
- license = lib.licenses.free;
- };
- }) {};
- pinboard-popular = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , loop
- , melpaBuild }:
- melpaBuild {
- pname = "pinboard-popular";
- ename = "pinboard-popular";
- version = "20180511.1026";
- src = fetchFromGitHub {
- owner = "asimpson";
- repo = "pinboard-popular";
- rev = "c0bc76cd35f8ecf34723c64a702b82eec2751318";
- sha256 = "1msvb5r6ixd886plpbss62q2nwrrsb6271bi922vlhr817lhsain";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/094f63e451622571aac832b14221a0d5a96de9c5/recipes/pinboard-popular";
- sha256 = "0d9ng4mclnb9yfzh8wzz03fbhfxayns0dg31bdixkwvy2vk00rkf";
- name = "recipe";
- };
- packageRequires = [ loop ];
- meta = {
- homepage = "https://melpa.org/#/pinboard-popular";
- license = lib.licenses.free;
- };
- }) {};
- pine-script-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pine-script-mode";
- ename = "pine-script-mode";
- version = "20181109.1751";
- src = fetchFromGitHub {
- owner = "EricCrosson";
- repo = "pine-script-mode";
- rev = "9176de41a5c80f7b56e41fb7a9ba7350885a2512";
- sha256 = "1kxdrqa420zbl73jlakilvn1ja83vfqnhqdirgfvp23z4xhcddq6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/287b781147fe41089fa8c76570bc30539e43e5bc/recipes/pine-script-mode";
- sha256 = "0ihijbcx7m4vhxr1fnfkwjdk6ka1mqzxb8z164yh8yn73qs0saiq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pine-script-mode";
- license = lib.licenses.free;
- };
- }) {};
- pinot = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pinot";
- ename = "pinot";
- version = "20140211.1226";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "emacs-pinot-search";
- rev = "67fda555a155b22bb2ce44ba618b4bd6fc5f144a";
- sha256 = "1wc31r5fpcia4n4vbpg7vv3rzrnjzh18yygi3kp4wvl2wzx2azqh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f75cd89811b4bb668c1e7a93246b93fbcf5d9c47/recipes/pinot";
- sha256 = "1kjzq02pddnkia637xz2mnjjyglyh6qzragnf7nnxbw9ayiim58i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pinot";
- license = lib.licenses.free;
- };
- }) {};
- pinyin = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pinyin";
- ename = "pinyin";
- version = "20180620.541";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "pinyin.el";
- rev = "80b588cbf97973973fce4d720df3cf41306df2e4";
- sha256 = "1crd90f1b603k5k9qsdbi2zdkyhqcim8xk5mqw5w20mxrf39y36n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b16f0f7f86021bb0bece6c90878b0dba1657107f/recipes/pinyin";
- sha256 = "1afgz62zpar6d65q4h12s7ijhhl2r2vlrnk79vsjrl560jh7hgfm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pinyin";
- license = lib.licenses.free;
- };
- }) {};
- pinyin-search = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pinyinlib }:
- melpaBuild {
- pname = "pinyin-search";
- ename = "pinyin-search";
- version = "20160514.2058";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "pinyin-search.el";
- rev = "2e877a76851009d41bde66eb33182a03a7f04262";
- sha256 = "0bp4raxqv34jyg3yvdcsh9lav28x376gngm9nn8vjgmq9wggzf3i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/03da6f02778f7fae77a00cdc420cfbafead6dec4/recipes/pinyin-search";
- sha256 = "1si693nmmxgg0kp5mxvj5nq946kfc5cv3wfsl4znbqzps8qb2b7z";
- name = "recipe";
- };
- packageRequires = [ pinyinlib ];
- meta = {
- homepage = "https://melpa.org/#/pinyin-search";
- license = lib.licenses.free;
- };
- }) {};
- pinyinlib = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pinyinlib";
- ename = "pinyinlib";
- version = "20170827.1442";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "pinyinlib.el";
- rev = "45f05d3dbb4fe957f7ab332ca6f94675848b6aa3";
- sha256 = "0pmgb4y06dbffs4442aa92vn8ydwl45zqwzxzwhk6md1318fppvd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4aa27985dcfaf24f1863667b89e13df4710546f/recipes/pinyinlib";
- sha256 = "0kv67qa3825fw64qimkph2b65pilrsx5730y4c7f7c1f8giz5vxr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pinyinlib";
- license = lib.licenses.free;
- };
- }) {};
- pip-requirements = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pip-requirements";
- ename = "pip-requirements";
- version = "20181027.929";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "pip-requirements.el";
- rev = "216cd1690f80cc965d4ae47b8753fc185f778ff6";
- sha256 = "0da3q0n5nn0l96kk49kanw5knx3jmga439zbmiii76na16bg5y3i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5eaf6987f92070ccc33d3e28c6bb2b96f72ba1aa/recipes/pip-requirements";
- sha256 = "1wsjfyqga7pzp8gsm5x53qrkn40srairbjpifyrqbi2fpzmwhrnz";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/pip-requirements";
- license = lib.licenses.free;
- };
- }) {};
- pipenv = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pyvenv
- , s }:
- melpaBuild {
- pname = "pipenv";
- ename = "pipenv";
- version = "20190522.103";
- src = fetchFromGitHub {
- owner = "pwalsh";
- repo = "pipenv.el";
- rev = "03edaaa44a5a4212d2e5a14e3ae6303189d76703";
- sha256 = "04y6p8gd20xhn7qkz2gp94yxizwl67yhi7qs0x6c8nrxpqd1y5y9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d46738976f5dfaf899ee778b1ba6dcee455fd271/recipes/pipenv";
- sha256 = "110ddg6yjglp49rgn1ck41rl97q92nm6zx86mxjmcqq35cxmc6g1";
- name = "recipe";
- };
- packageRequires = [ emacs f pyvenv s ];
- meta = {
- homepage = "https://melpa.org/#/pipenv";
- license = lib.licenses.free;
- };
- }) {};
- pippel = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "pippel";
- ename = "pippel";
- version = "20180710.156";
- src = fetchFromGitHub {
- owner = "brotzeit";
- repo = "pippel";
- rev = "21a5200e8e5ccaa1911abb4ebf090b76ca839756";
- sha256 = "1amqjm6kn1xda058kdwq3xgk7raz6y9iw0mzrac78sgf57qaczyb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d1796688ed0d6957557d960ca28e450f9bcb6cf/recipes/pippel";
- sha256 = "1li4h0dff1n7njy2lk3d50ndrlw84fphmdg16j0srkbgy7xz90yn";
- name = "recipe";
- };
- packageRequires = [ dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/pippel";
- license = lib.licenses.free;
- };
- }) {};
- pivotal-tracker = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pivotal-tracker";
- ename = "pivotal-tracker";
- version = "20170720.816";
- src = fetchFromGitHub {
- owner = "jxa";
- repo = "pivotal-tracker";
- rev = "0311d117037c74512149a4a78b269c2e46d7dfba";
- sha256 = "0g3xzh8jr9lbg6h2hk81cdyxkxx3l79qhxrp4g34rc0dml79rzf9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/pivotal-tracker";
- sha256 = "0yiyz11sd25ybgr2qmg62qqmcz96va1pq3q866cqmpl38xn7znpj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pivotal-tracker";
- license = lib.licenses.free;
- };
- }) {};
- pixie-mode = callPackage ({ clojure-mode
- , fetchFromGitHub
- , fetchurl
- , inf-clojure
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pixie-mode";
- ename = "pixie-mode";
- version = "20180625.2241";
- src = fetchFromGitHub {
- owner = "johnwalker";
- repo = "pixie-mode";
- rev = "a40c2632cfbe948852a5cdcfd44e6a65db11834d";
- sha256 = "11c5gv88chh7sg2i0rzisbad0mkq1zc7dyi5md8hdi5gqm68704g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a57300bfdae57c9996db0411d56a5fc7b35778c3/recipes/pixie-mode";
- sha256 = "16z15yh78837k548xk5widdmy6fv03vym6q54i40knmgf5cllsl8";
- name = "recipe";
- };
- packageRequires = [ clojure-mode inf-clojure ];
- meta = {
- homepage = "https://melpa.org/#/pixie-mode";
- license = lib.licenses.free;
- };
- }) {};
- pixiv-novel-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pixiv-novel-mode";
- ename = "pixiv-novel-mode";
- version = "20160220.621";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "pixiv-novel-mode.el";
- rev = "0d1ca524d92b91f20a7105402a773bc21779b434";
- sha256 = "18rvnvm097ca4yc1nfswdv7dfqg36insnif5kfj19aa60m9qxl09";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/92092c1c13c37520f98b952d40745aa062f062c1/recipes/pixiv-novel-mode";
- sha256 = "0f1rxvf9nrw984122i6dzsgik9axfjv6yscmg203s065n9lz17px";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pixiv-novel-mode";
- license = lib.licenses.free;
- };
- }) {};
- pkg-info = callPackage ({ epl
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pkg-info";
- ename = "pkg-info";
- version = "20150517.443";
- src = fetchFromGitHub {
- owner = "lunaryorn";
- repo = "pkg-info.el";
- rev = "4dbe328c9eced79e0004e3fdcd7bfb997a928be5";
- sha256 = "1xkdbyhz9mgdz5zmjm4hh050klsl12w5lkckw2l77ihcxv0vjnf2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/pkg-info";
- sha256 = "1k23hmpcq534060qcxbrv4g6bw9nzcbjg192mbdp20kwidw7p81n";
- name = "recipe";
- };
- packageRequires = [ epl ];
- meta = {
- homepage = "https://melpa.org/#/pkg-info";
- license = lib.licenses.free;
- };
- }) {};
- pkgbuild-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pkgbuild-mode";
- ename = "pkgbuild-mode";
- version = "20181216.531";
- src = fetchFromGitHub {
- owner = "juergenhoetzel";
- repo = "pkgbuild-mode";
- rev = "e30e37730b5f30bc0dd5b9328fbf4cb3e6f46fdd";
- sha256 = "1ijx067hlbr4yz9b9h58pwlqd4rgjgm27f5s1f9f3rwb249s36s1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/pkgbuild-mode";
- sha256 = "1lp7frjahcpr4xnzxz77qj5hbpxbxm2g28apkixrnc1xjha66v3x";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pkgbuild-mode";
- license = lib.licenses.free;
- };
- }) {};
- plain-theme = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "plain-theme";
- ename = "plain-theme";
- version = "20171123.2010";
- src = fetchFromGitLab {
- owner = "yegortimoshenko";
- repo = "plain-theme";
- rev = "2609a811335d58cfb73a65d6307c156fe09037d3";
- sha256 = "0g5vl4xigdm2pn2mnkwgj1kxdjr66w7ynr77bchy3ij6qvzdzkqd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b147fb05a1b4296e1b85d31ba018d132a5bb5ed2/recipes/plain-theme";
- sha256 = "10qq7cy6hqh6c8qi796y9lk4wyyjbhdn1pvkcw3g29cfh857x50m";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/plain-theme";
- license = lib.licenses.free;
- };
- }) {};
- plan9-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "plan9-theme";
- ename = "plan9-theme";
- version = "20180804.741";
- src = fetchFromGitHub {
- owner = "john2x";
- repo = "plan9-theme.el";
- rev = "4c1050b8ed42e0f99ef64c77ec370a786bd0003c";
- sha256 = "1l2bgdip617zkd9470rja1qyijpc896dvmc6dgclvaz1ajgjwa9j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cdc4c2bafaa09e38edd485a9091db689fbda2fe6/recipes/plan9-theme";
- sha256 = "0bvr877mc79s1shr82b33ipspz09jzc3809c6pkbw0jqpfid44cc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/plan9-theme";
- license = lib.licenses.free;
- };
- }) {};
- planet-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "planet-theme";
- ename = "planet-theme";
- version = "20161030.1917";
- src = fetchFromGitHub {
- owner = "cmack";
- repo = "emacs-planet-theme";
- rev = "b0a310ff36565fe22224c407cf59569986698a32";
- sha256 = "1xdj59skmldq5dnarirhwq4qycipas86nbyqwl8zsv0bh20nl1rs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/planet-theme";
- sha256 = "1hr5m08qn51r9804jd0k95ryz3frzkk1dp6wpybil6bf67a2l5lr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/planet-theme";
- license = lib.licenses.free;
- };
- }) {};
- plantuml-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "plantuml-mode";
- ename = "plantuml-mode";
- version = "20190531.153";
- src = fetchFromGitHub {
- owner = "skuro";
- repo = "plantuml-mode";
- rev = "27d48942a6bde22386694d87ec1b263a9f210d3a";
- sha256 = "1nv1bjqdcqhpx37l3ir28n7iqn97papxr9719l849cnxq81g1v2w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/38e74bb9923044323f34473a5b13867fe39bed25/recipes/plantuml-mode";
- sha256 = "03srbg34512vxcqn95q4r7h2aqbqq0sd5c9ffnbx2a75vsblqc6h";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/plantuml-mode";
- license = lib.licenses.free;
- };
- }) {};
- plaster = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "plaster";
- ename = "plaster";
- version = "20180127.1250";
- src = fetchFromGitHub {
- owner = "Shirakumo";
- repo = "plaster";
- rev = "11eb23920410818fe444887b97ad4c8722d66c85";
- sha256 = "0lqz8m8a2ahvgm0i9cz0j4bisi34czc4s29z70p5p6rdg4g21fk1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7e363cffa021e649c052f38cedb7cc01dbe9e24a/recipes/plaster";
- sha256 = "0vfixc0f5n4flsmdf1iqlbx03yv28w3nqm1ycz2fx6p5jvhkvfqk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/plaster";
- license = lib.licenses.free;
- };
- }) {};
- platformio-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "platformio-mode";
- ename = "platformio-mode";
- version = "20161210.539";
- src = fetchFromGitHub {
- owner = "ZachMassia";
- repo = "PlatformIO-Mode";
- rev = "1466aed132a77f48fcb31938d64abb1a1e58ec42";
- sha256 = "1lfkp7df8as9gspynkyhz4dbm95kbngyba1ymg6ql67adyv79v1i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/platformio-mode";
- sha256 = "1v1pp3365wj19a5wmsxyyy5n548z3lmcbm2pwl914wip3ca7546f";
- name = "recipe";
- };
- packageRequires = [ projectile ];
- meta = {
- homepage = "https://melpa.org/#/platformio-mode";
- license = lib.licenses.free;
- };
- }) {};
- play-crystal = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "play-crystal";
- ename = "play-crystal";
- version = "20180114.224";
- src = fetchFromGitHub {
- owner = "veelenga";
- repo = "play-crystal.el";
- rev = "86b54346e7c832c14f8e5654a462f6490a6b11d7";
- sha256 = "0kvkr24f8r21pahm2lsvbr9bg53770wxwpdfmmjljs2zmgxf2c40";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/92715977136afa731e85e894542dc88b664b3304/recipes/play-crystal";
- sha256 = "1jqf36b1mhyf4j7fs386g6isy09q7k8zwdc4rb34mhjg1a56gcnf";
- name = "recipe";
- };
- packageRequires = [ dash emacs request ];
- meta = {
- homepage = "https://melpa.org/#/play-crystal";
- license = lib.licenses.free;
- };
- }) {};
- play-routes-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "play-routes-mode";
- ename = "play-routes-mode";
- version = "20170426.33";
- src = fetchFromGitHub {
- owner = "brocode";
- repo = "play-routes-mode";
- rev = "ef8230932f7bb96643febbd6872c522932f9571a";
- sha256 = "1wv4wnkcdlq5qvxr55wgs6dc64m69r0niz0r5h2ch9d5nclmvbkh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/740cef8687232eb0e2186e8df956c2d4f39575cf/recipes/play-routes-mode";
- sha256 = "17phqil2zf5rfvhs5v743dh4lix4v2azbf33z9n97ahs7j66y2gz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/play-routes-mode";
- license = lib.licenses.free;
- };
- }) {};
- playerctl = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "playerctl";
- ename = "playerctl";
- version = "20180301.554";
- src = fetchFromGitHub {
- owner = "thomasluquet";
- repo = "playerctl.el";
- rev = "c75358240a9bc234f31fc3e652929b103b1238b9";
- sha256 = "1yf66kw967xminfwzzdfzimh1313m3lm946bmcdl1zb8db0fcrdc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6db0d82c2eef7c5bef5f9f2c15969da4c404b62d/recipes/playerctl";
- sha256 = "1pix3hcsg6ymzajiixwcq4v3clvadpkl0rhplkhachv6wmci327x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/playerctl";
- license = lib.licenses.free;
- };
- }) {};
- playground = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "playground";
- ename = "playground";
- version = "20180623.2026";
- src = fetchFromGitHub {
- owner = "akirak";
- repo = "emacs-playground";
- rev = "85ab8ce4b574254eead623a3553082a9e6e655af";
- sha256 = "0m780v6h3mjib5hmmv3afjnmh562v5c13l6vam4nnhj4qrq33ri8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f062a74fe1746129879ad19c1735621f58509d33/recipes/playground";
- sha256 = "1xjmxkl8h4l87fvv1sr478r6mkmy9gkzw2fxmzqn5fcsahzkyg4d";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/playground";
- license = lib.licenses.free;
- };
- }) {};
- plenv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "plenv";
- ename = "plenv";
- version = "20130706.2316";
- src = fetchFromGitHub {
- owner = "karupanerura";
- repo = "plenv.el";
- rev = "ee937d0f3a1a7ba2d035f45be896d3ed8fefaee2";
- sha256 = "11cbpgjsnw8fiqf1s12hbm9qxgjcw6y2zxx7wz4wg7idmi7m0b7g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a0819979b9567ac5fab9ed6821eba8fe7ee6a299/recipes/plenv";
- sha256 = "0dw9fy5wd9wm76ag6yyw3f9jnlj7rcdcxgdjm30h514qfi9hxbw4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/plenv";
- license = lib.licenses.free;
- };
- }) {};
- plim-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "plim-mode";
- ename = "plim-mode";
- version = "20140812.1713";
- src = fetchFromGitHub {
- owner = "dongweiming";
- repo = "plim-mode";
- rev = "98cd6d11b7ff3ee7b6cb8845f143b5a692a3e6e8";
- sha256 = "1mcd6c3kgq9a5mv9c9di042vqicjp16nm9i6kz0p8ij3hk2ib22i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/plim-mode";
- sha256 = "1nrqw5dvb3j5x3wkpsjbpv1d2s367icq9j4h1xv1cahfsn8nn4m9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/plim-mode";
- license = lib.licenses.free;
- };
- }) {};
- plsense = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "plsense";
- ename = "plsense";
- version = "20151104.645";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-plsense";
- rev = "d50f9dccc98f42bdb42f1d1c8142246e03879218";
- sha256 = "1r2yxa7gqr0z9fwhx38siwjpg73a93rdmnhr4h6nm6lr32vviyxm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fb1025f146514e9c142cd96cac9f2989d6d1a8c5/recipes/plsense";
- sha256 = "1ka06r4ashhjkfyzql9mfvs3gj7n684h4gaycj29w4nfqrhcw9va";
- name = "recipe";
- };
- packageRequires = [ auto-complete log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/plsense";
- license = lib.licenses.free;
- };
- }) {};
- plsense-direx = callPackage ({ direx
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , plsense
- , yaxception }:
- melpaBuild {
- pname = "plsense-direx";
- ename = "plsense-direx";
- version = "20140520.1308";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "plsense-direx";
- rev = "8a2f465264c74e04524cc789cdad0190ace43f6c";
- sha256 = "0s34nbqqy6aqi113xj452pbmqp43046wfbfbbfv1xwhybgq0c1j1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/65fb1d8b4ed12f097958842d1b00dcdf3660b184/recipes/plsense-direx";
- sha256 = "0qd4b7gkmn5ydadhp70995rap3643s1aa8gfi5izgllzhg0i864j";
- name = "recipe";
- };
- packageRequires = [ direx log4e plsense yaxception ];
- meta = {
- homepage = "https://melpa.org/#/plsense-direx";
- license = lib.licenses.free;
- };
- }) {};
- plur = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "plur";
- ename = "plur";
- version = "20160504.224";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "plur";
- rev = "5bdd3b9a2f0624414bd596e798644713cd1545f0";
- sha256 = "0qlxj19hj96l4lw81xh5r14ppf6kp63clikk060s9yw00q7gnl6a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/38f6f53fcd1186efd5e6752166da4e23b712cdb1/recipes/plur";
- sha256 = "0nf1dc7xf2zp316rssnz8sv374akcr54hp0rb219qvgyck9bdqiv";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/plur";
- license = lib.licenses.free;
- };
- }) {};
- pmdm = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pmdm";
- ename = "pmdm";
- version = "20151109.1036";
- src = fetchhg {
- url = "https://bitbucket.com/inigoserna/pmdm.el";
- rev = "f50a54774156";
- sha256 = "0x3s9fj41n6a21la762qm1si9ysv3zj5bbp6ykfskr73sxq6s9ff";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/pmdm";
- sha256 = "1zmy6cbnqhsbwc5vx30mx45xn88d2186hgrl75ws7vvbl197j03b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pmdm";
- license = lib.licenses.free;
- };
- }) {};
- po-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "po-mode";
- ename = "po-mode";
- version = "20190511.842";
- src = fetchFromGitHub {
- owner = "emacsmirror";
- repo = "po-mode";
- rev = "1916142f6a817c733d5ec37e3b4fbae3da67e499";
- sha256 = "0nvpr5ry86by1dm7mp2w5p534qg4c9dpdich3x13gbbp9vazc7h6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/38e855cde9264bff67016d23e7e5e00f113c55bf/recipes/po-mode";
- sha256 = "1w06i709bb04pziygdn7y47gcci7gybg0p7ncdsm07d0w7q14v2z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/po-mode";
- license = lib.licenses.free;
- };
- }) {};
- pocket-api = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "pocket-api";
- ename = "pocket-api";
- version = "20180402.1809";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "pocket-api.el";
- rev = "3eb9430b9db90bc02e736e433eb86389f7655189";
- sha256 = "0k6a9zzdi02g677cc699llk04i06yb7ddnlnmxndap5jszfyqwfi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/04e3be76aef4d1b6d5bb3eda533b5deffcc8a5bc/recipes/pocket-api";
- sha256 = "1f5j491wbqgbx6zlb0zdajca5il0628vr9a38y0n3x0h69wm0cx5";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/pocket-api";
- license = lib.licenses.free;
- };
- }) {};
- pocket-lib = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , kv
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "pocket-lib";
- ename = "pocket-lib";
- version = "20180711.1723";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "pocket-lib.el";
- rev = "8dd89153472d2e49bf9a3b3507b93c2acf0b44ac";
- sha256 = "05wyi3mj8mhswdajyng10r0z6ai2y9gh888x8bskdvxdnd772glk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71f17ce28f4fc8c2c100848be8aec15526ef8697/recipes/pocket-lib";
- sha256 = "0v619blifmvm36dr773wjf35fjji4dj3pyck9nkz0m8zmpz0fg78";
- name = "recipe";
- };
- packageRequires = [ dash emacs kv request s ];
- meta = {
- homepage = "https://melpa.org/#/pocket-lib";
- license = lib.licenses.free;
- };
- }) {};
- pocket-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pocket-api }:
- melpaBuild {
- pname = "pocket-mode";
- ename = "pocket-mode";
- version = "20171201.515";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "pocket-mode";
- rev = "229de7d35b7e5605797591c46aa8200d7efc363c";
- sha256 = "0j3axac4lp7p00a7mf7frryqg1y3jwqaw0s475gz606642vg9l45";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6aa3d04058bfc0bc1da3393d17429d517275e97c/recipes/pocket-mode";
- sha256 = "04zxll5yg021m13vr54w2pnrmqb87ykdbpa8nx2wn9myg2rywh0v";
- name = "recipe";
- };
- packageRequires = [ emacs pocket-api ];
- meta = {
- homepage = "https://melpa.org/#/pocket-mode";
- license = lib.licenses.free;
- };
- }) {};
- pocket-reader = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , kv
- , lib
- , melpaBuild
- , org-web-tools
- , ov
- , pocket-lib
- , rainbow-identifiers
- , s }:
- melpaBuild {
- pname = "pocket-reader";
- ename = "pocket-reader";
- version = "20181219.130";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "pocket-reader.el";
- rev = "a7f080ec3e9522f942166de61b24a375b8f1c2bb";
- sha256 = "0l7dln7qcrgzm73vk7jp8wr2kibg18973xmdzyyc162hdnlbrpb0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/835a7bf2f72987183e9d15ada7ae747fb5715c11/recipes/pocket-reader";
- sha256 = "0gcgmz4mhjgvqbh2gmv8v09sy80cnfccjym455m0fbl31b8dczhf";
- name = "recipe";
- };
- packageRequires = [
- dash
- emacs
- ht
- kv
- org-web-tools
- ov
- pocket-lib
- rainbow-identifiers
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/pocket-reader";
- license = lib.licenses.free;
- };
- }) {};
- podcaster = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "podcaster";
- ename = "podcaster";
- version = "20161020.835";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "podcaster";
- rev = "9854517025deb5d556168a68955fb7b662239f5c";
- sha256 = "06ag0idz7cf6i9kg7kqr03js9b6cw6my1jzd1x3wkgazx5slqk4q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2649dc294f40d00f3bf1b1cf09879c2ef0d3e43b/recipes/podcaster";
- sha256 = "1kzac0mhg8dk2vfk29ns36jl8vwg6ghbdb3n6kqfzci5ygn96yib";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/podcaster";
- license = lib.licenses.free;
- };
- }) {};
- poe-lootfilter-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "poe-lootfilter-mode";
- ename = "poe-lootfilter-mode";
- version = "20190330.417";
- src = fetchFromGitHub {
- owner = "jdodds";
- repo = "poe-lootfilter-mode";
- rev = "5ef06684cb2b17b090ee1f303c2b789fa71bc106";
- sha256 = "1lxfbsixvr0rjcck4h4v000yb0iscvk9fwyw322y2cv2hvgwvkdw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/006f39eaf8a87822fe8becab1da2822ff6fc2beb/recipes/poe-lootfilter-mode";
- sha256 = "0iw3a2lf0mnv3lamphy458nfyjjm1yvln1syfad49av3karca05z";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/poe-lootfilter-mode";
- license = lib.licenses.free;
- };
- }) {};
- poet-client = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "poet-client";
- ename = "poet-client";
- version = "20190123.2254";
- src = fetchFromGitHub {
- owner = "wailo";
- repo = "emacs-poet";
- rev = "bca73c57f1daa33eec7763adcbc9733f65f9864d";
- sha256 = "129xc278kryh097y4jxqkzbsw6y39b8yxxq5sp7y0a1cm10gwdwj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a0b003773edaa728ed49f0de2ca64a00cb60d13a/recipes/poet-client";
- sha256 = "11yj57915ly8j2byp5c395lip73iv1chrzxdlxilhnll1brvmaw0";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/poet-client";
- license = lib.licenses.free;
- };
- }) {};
- poet-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "poet-theme";
- ename = "poet-theme";
- version = "20190127.1420";
- src = fetchFromGitHub {
- owner = "kunalb";
- repo = "poet";
- rev = "e16d47de40c9ec434adb8b861223f0bf95495240";
- sha256 = "1nf34m5agygd93q45bsi3zxbzf9jyz11hncwyi6q8mnanxr2imfa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/40bbe29dee56f7989d8e87c03f4842e2b191acc3/recipes/poet-theme";
- sha256 = "0pllyp4spj30g6ihzc91hzvnrvcg2zb49adj8wcmbzvq3hxnvls1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/poet-theme";
- license = lib.licenses.free;
- };
- }) {};
- point-pos = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "point-pos";
- ename = "point-pos";
- version = "20170421.932";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "point-pos.el";
- rev = "f4126b64567a81e7f22058f09d56c63b2ff06632";
- sha256 = "1sbwz9kxvnd5r24q9x6bhcjajjnm2z8q6khgqs4gl4ycs60kn0s6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23a1e835155fba51f595c10c46487a4c269f43ff/recipes/point-pos";
- sha256 = "1zv6hx8i8jwq52j4la1ff0ar0bpbs2pb4gcsh9hypghba11gnync";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/point-pos";
- license = lib.licenses.free;
- };
- }) {};
- point-stack = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "point-stack";
- ename = "point-stack";
- version = "20170808.958";
- src = fetchFromGitHub {
- owner = "dgutov";
- repo = "point-stack";
- rev = "76e17311e3a810314c7d31ac46dc55450ff30fa2";
- sha256 = "1sp3djnyg3f5ci43m4pi0f6clblrz5lrnzc415r87csbavqqgv2z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb3c9e6b3c583f098f75462b4d48cd137a1bcb76/recipes/point-stack";
- sha256 = "0201gka1izqgxyivan60jbg9x1mmsw5dscxacasg97ffsciwbfr9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/point-stack";
- license = lib.licenses.free;
- };
- }) {};
- pointback = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pointback";
- ename = "pointback";
- version = "20100210.752";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "pointback";
- rev = "e3a02c1784d81b5a1d2477338d049af581ed19f8";
- sha256 = "016cjy5pnnqccjqb0njqc9jq6kf6p165nlki83b8c0sj75yxghav";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2a50f62475639af011c99c6cc38928b74b3b0a/recipes/pointback";
- sha256 = "198q511hixvzc13b3ih89xs9g47rdvbiixn5baqakpmpx3a12hz4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pointback";
- license = lib.licenses.free;
- };
- }) {};
- pollen-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pollen-mode";
- ename = "pollen-mode";
- version = "20190309.2138";
- src = fetchFromGitHub {
- owner = "lijunsong";
- repo = "pollen-mode";
- rev = "819edf830e9519f8ca57e9cef31211e3f444d11a";
- sha256 = "0c06kfbyk2g0kxwlh6g3r7ij06ip6x9ni0bin24drwr0qj2vis2d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/97bda0616abe3bb632fc4231e5317d9472dfd14f/recipes/pollen-mode";
- sha256 = "1kskvdh6rczlki724h5xym8s4iychqzm0i82qdj87x1cg1kx9i85";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pollen-mode";
- license = lib.licenses.free;
- };
- }) {};
- poly-R = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , poly-markdown
- , poly-noweb
- , polymode }:
- melpaBuild {
- pname = "poly-R";
- ename = "poly-R";
- version = "20190605.1403";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-R";
- rev = "0443c89b4d2bc2ed235a0c017109c2dbd342aa02";
- sha256 = "1v5djxwgqksf84pxfpgbm7qaz3yq5ha7cac0792p62pj1ydzvghi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/poly-R";
- sha256 = "1v2was6pdynwm22b4n2hkwyrr0c0iir9kp1wz4hjab8haqxz68ii";
- name = "recipe";
- };
- packageRequires = [ emacs poly-markdown poly-noweb polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-R";
- license = lib.licenses.free;
- };
- }) {};
- poly-ansible = callPackage ({ ansible
- , ansible-doc
- , fetchFromGitLab
- , fetchurl
- , jinja2-mode
- , lib
- , melpaBuild
- , polymode
- , yaml-mode }:
- melpaBuild {
- pname = "poly-ansible";
- ename = "poly-ansible";
- version = "20181222.717";
- src = fetchFromGitLab {
- owner = "mavit";
- repo = "poly-ansible";
- rev = "2cb970a0e27b41ae85bc51d24ef36fa2c7b34bbc";
- sha256 = "04vf6zgcra47j3phxbb43q5sa5ldavnbiwwdlw1xipg44991j6md";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d8beef5daa1804f68c30138cb03b5085a282c34/recipes/poly-ansible";
- sha256 = "158z3nbqgrh71myyp4l263lw1gn4iiwxv8pl7fdlyp80hz5zs60y";
- name = "recipe";
- };
- packageRequires = [
- ansible
- ansible-doc
- jinja2-mode
- polymode
- yaml-mode
- ];
- meta = {
- homepage = "https://melpa.org/#/poly-ansible";
- license = lib.licenses.free;
- };
- }) {};
- poly-erb = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "poly-erb";
- ename = "poly-erb";
- version = "20190605.1402";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-erb";
- rev = "304204f415b9e46ee36b64531b7d170540828335";
- sha256 = "0v13ssv9fjardg5as832hkhlx7yhjcdkm3bdcdj0qy31cmvk6dzb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/poly-erb";
- sha256 = "01c1z2jll497k1y8835pp54n121y0gkyz1pdxcdjjqv7ia8jwfyy";
- name = "recipe";
- };
- packageRequires = [ emacs polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-erb";
- license = lib.licenses.free;
- };
- }) {};
- poly-markdown = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "poly-markdown";
- ename = "poly-markdown";
- version = "20190605.1402";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-markdown";
- rev = "b0de1a9f3e4d7191b1b23b65ebf03dd0ac007afc";
- sha256 = "0b6wlmhrpcw9g8rbw7q7k5fr2lgcp1rpy7d9p9f0gzn52yvcr4dr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/poly-markdown";
- sha256 = "0pxai5x2vz6j742s3bpcy82dxja6441fsgclhz1hbv2ykazbm141";
- name = "recipe";
- };
- packageRequires = [ emacs markdown-mode polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-markdown";
- license = lib.licenses.free;
- };
- }) {};
- poly-noweb = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "poly-noweb";
- ename = "poly-noweb";
- version = "20190605.1402";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-noweb";
- rev = "4e65cb22d6bca901021205257f867f868989c665";
- sha256 = "1pnjg615i5p9h5fppvn36vq2naz4r1mziwqjwwxka6kic5ng81h8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/poly-noweb";
- sha256 = "1692js29wdjpxvcbcaxysbsq6pxdqr38frqf88ksldlz35cmy62b";
- name = "recipe";
- };
- packageRequires = [ emacs polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-noweb";
- license = lib.licenses.free;
- };
- }) {};
- poly-org = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "poly-org";
- ename = "poly-org";
- version = "20190605.1403";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-org";
- rev = "8b0de75b1f9b65c22f7e3fbc205c9408214c8a1f";
- sha256 = "04x6apjad4kg30456z1j4ipp64yjgkcaim6hqr6bb0rmrianqhck";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/poly-org";
- sha256 = "1xrhdjmz3p5d3sgbfpmf6wksa1cpxqhy1wg17b5x8ah4w4yhpdca";
- name = "recipe";
- };
- packageRequires = [ emacs polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-org";
- license = lib.licenses.free;
- };
- }) {};
- poly-rst = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "poly-rst";
- ename = "poly-rst";
- version = "20190605.1403";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-rst";
- rev = "1a7d38e1c1d35cf64e4dad408db486a8e1931e61";
- sha256 = "1xzbznm43hsvmg2ibqa6a1rymfy85nagjsxadn5mj9r04ivhf2fd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d3fb89f58903245a8df75060ddd695a05cedb322/recipes/poly-rst";
- sha256 = "08sdnjb5zvlynyxkmajn1j9gnjdjj81ycid9ziydvrb7hb88x2m4";
- name = "recipe";
- };
- packageRequires = [ emacs polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-rst";
- license = lib.licenses.free;
- };
- }) {};
- poly-ruby = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "poly-ruby";
- ename = "poly-ruby";
- version = "20180905.229";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "poly-ruby.el";
- rev = "794ebb926ace23e9c1398da934701951432dcea2";
- sha256 = "1ffm81hg1gah7hb9x556hda5g4j3gk4c986q9gaacvfizqak3gyy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68213703359324d09553a2164f1f6ecca7c16854/recipes/poly-ruby";
- sha256 = "0d8s6bl5ynx0r5cwvfkd52rksiq5kdyrgbxds56r8ls6cfkwqngg";
- name = "recipe";
- };
- packageRequires = [ emacs polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-ruby";
- license = lib.licenses.free;
- };
- }) {};
- poly-slim = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode
- , slim-mode }:
- melpaBuild {
- pname = "poly-slim";
- ename = "poly-slim";
- version = "20190605.1403";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-slim";
- rev = "a4fb8166d110b82eb3f1d0b4fc87045c3308bd7d";
- sha256 = "06kwhmw5r5h4bsaqscr7dl3rfsa6wp642597zcmzdly94h26iwy9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/poly-slim";
- sha256 = "15nh0d8y79rwc24akxfpf346jypadfgjjn6vlgaj6xjnj7wsp7ax";
- name = "recipe";
- };
- packageRequires = [ emacs polymode slim-mode ];
- meta = {
- homepage = "https://melpa.org/#/poly-slim";
- license = lib.licenses.free;
- };
- }) {};
- polymode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "polymode";
- ename = "polymode";
- version = "20190605.1359";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "polymode";
- rev = "82a0c3d71cc02e32a347033b3f42afeac4e43f66";
- sha256 = "04v0gnzfsjb50bgly6kvpryx8cyzwjaq2llw4qv9ijw1l6ixmq3b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/polymode";
- sha256 = "15i9masklpy4iwskc7dzqjhb430ggn0496z4wb1zjj0b9xx4wj66";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/polymode";
- license = lib.licenses.free;
- };
- }) {};
- pomidor = callPackage ({ alert
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pomidor";
- ename = "pomidor";
- version = "20190523.714";
- src = fetchFromGitHub {
- owner = "TatriX";
- repo = "pomidor";
- rev = "590e64d316d9210bd00cb4eb39d2f07ddc16809a";
- sha256 = "0001k4p09il5f20s0jgyi96wzslfcgv3y35wfxj771gixlacnrhi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e0d4f313081594df23f357c40feb456847d8bd0/recipes/pomidor";
- sha256 = "0pdzipyza98dhnz6am8lrmz8fh3p1c21v2mhs56fb9lwyvcgv8fi";
- name = "recipe";
- };
- packageRequires = [ alert emacs ];
- meta = {
- homepage = "https://melpa.org/#/pomidor";
- license = lib.licenses.free;
- };
- }) {};
- pomodoro = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pomodoro";
- ename = "pomodoro";
- version = "20190201.1352";
- src = fetchFromGitHub {
- owner = "baudtack";
- repo = "pomodoro.el";
- rev = "6cd665ceeaca1f70954aa4caef6f085179f94c69";
- sha256 = "08z2nja3bhjgg6k7bb0cr8v02y8gaxkmxmfcvvgiixw3kfrnkpwn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b5c2c50eb87952d01c1b338b7d3e4b3a4546555/recipes/pomodoro";
- sha256 = "075sbypas8xlhsw8wg3mgi3fn5yf7xb3klyjgyy8wfkgdz0269f8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pomodoro";
- license = lib.licenses.free;
- };
- }) {};
- pony-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pony-mode";
- ename = "pony-mode";
- version = "20170807.822";
- src = fetchFromGitHub {
- owner = "davidmiller";
- repo = "pony-mode";
- rev = "760684d30b6c234d1b88c9a4673a808f36f7f341";
- sha256 = "1y4gxn25i2nszdhqq8jxf9h65mqfgcwbypx5p4wkan5i1v2i3yr1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1fd64317610fb6ef5b14e8bf15e727680d5ff09/recipes/pony-mode";
- sha256 = "1hgiryhpxv30bjlgv9pywzqn2ypimwzdhx03znqvn56zrwn1frnl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pony-mode";
- license = lib.licenses.free;
- };
- }) {};
- pony-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "pony-snippets";
- ename = "pony-snippets";
- version = "20160204.2011";
- src = fetchFromGitHub {
- owner = "SeanTAllen";
- repo = "pony-snippets";
- rev = "a6615ab0693f17fc47ec45753202010238157810";
- sha256 = "002jhj47b9aqrfjy8b31ccbqhah5sn9wn7dmrhm1wbbgj9rfyw6s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/pony-snippets";
- sha256 = "12ygvpfkzldq6s4mwbrxs4x9927i7pa7ywn7lf1r3gg4h29ar9gn";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/pony-snippets";
- license = lib.licenses.free;
- };
- }) {};
- ponylang-mode = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ponylang-mode";
- ename = "ponylang-mode";
- version = "20180804.821";
- src = fetchFromGitHub {
- owner = "SeanTAllen";
- repo = "ponylang-mode";
- rev = "963abdcdb398b71fb13a4f7d2ffde23eb20e2a23";
- sha256 = "1h0y6x4h7higwdq569h2lk0iddd23c3csqjk7y5phvc0lq812xs0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d51adec3c6519d6ffe9b3f7f8a86b4dbc2c9817/recipes/ponylang-mode";
- sha256 = "02fq0qp7f4bzmynzszrwskfs78nzsmf413qjxqndrh3hamixzpi1";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/ponylang-mode";
- license = lib.licenses.free;
- };
- }) {};
- pophint = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "pophint";
- ename = "pophint";
- version = "20170917.1948";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-pophint";
- rev = "909025c5a871ca4b9ec7aed7f1a27c819a94dba1";
- sha256 = "0qbb36qijkzbzxlmqsvvddm7x2gk9rkafnyjbkxsl76rz1ajy6nz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0055c2887acbbd8a2803bf3f81ac2cc444cc805a/recipes/pophint";
- sha256 = "1chq2j79hg095jxw5z3pz4qicqrccw0gj4sxrin0a55hnprzzp72";
- name = "recipe";
- };
- packageRequires = [ log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/pophint";
- license = lib.licenses.free;
- };
- }) {};
- poporg = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "poporg";
- ename = "poporg";
- version = "20170403.51";
- src = fetchFromGitHub {
- owner = "QBobWatson";
- repo = "poporg";
- rev = "2c58d68c81ecca4140bf179f19ed153ec804b65a";
- sha256 = "1ymqhy0sqd54z154s3cm6q1m4xnr9wkx9dl5f93845k11ay3kvln";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63502ec265a66d3f72ef93a2f6e7c2e517ff98a3/recipes/poporg";
- sha256 = "08s42689kd78h2fmw230ja5dd3c3b4lx5mzadncwq0lj91y86kd8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/poporg";
- license = lib.licenses.free;
- };
- }) {};
- popup = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "popup";
- ename = "popup";
- version = "20160709.729";
- src = fetchFromGitHub {
- owner = "auto-complete";
- repo = "popup-el";
- rev = "e452399db8bb0a8906c627f598eb8f0dcfca5572";
- sha256 = "07jcpdjk33nw82wx872fp2dph025kb0szfnbgc2xs56i11141371";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/083fb071191bccd6feb3fb84569373a597440fb1/recipes/popup";
- sha256 = "151g00h9rkid76qf6c53n8bncsfaikmhj8fqcb3r3a6mbngcd5k2";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/popup";
- license = lib.licenses.free;
- };
- }) {};
- popup-complete = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "popup-complete";
- ename = "popup-complete";
- version = "20141108.1908";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-popup-complete";
- rev = "e362d4a005b36646ffbaa6be604e9e31bc406ca9";
- sha256 = "084hb3zn1aiabbyxgaalszb2qjf9z64z960ks5fvz8nh7n6y7ny4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b43b85f90c476a3b88f94927a7db90bdc72cd171/recipes/popup-complete";
- sha256 = "04bpm31zx87j390r2xi1yl4kyqgalmyqc48xarsm67zfww9fw9c1";
- name = "recipe";
- };
- packageRequires = [ popup ];
- meta = {
- homepage = "https://melpa.org/#/popup-complete";
- license = lib.licenses.free;
- };
- }) {};
- popup-edit-menu = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "popup-edit-menu";
- ename = "popup-edit-menu";
- version = "20170404.725";
- src = fetchFromGitHub {
- owner = "debugfan";
- repo = "popup-edit-menu";
- rev = "925600a6e29183841199e866cf55e566a6a1b002";
- sha256 = "1dd0ss7cjdjs3c7vkq8p874408iysih80brc8vlfh1f43cnc5v92";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e824ae5bd9214f8de210059f8145f13a4e62e8a1/recipes/popup-edit-menu";
- sha256 = "1mqni09l1xfxv4g64hskpsla41r5d2xfbw81ncbszwqzlln6k5bf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/popup-edit-menu";
- license = lib.licenses.free;
- };
- }) {};
- popup-imenu = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , flx-ido
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "popup-imenu";
- ename = "popup-imenu";
- version = "20170326.340";
- src = fetchFromGitHub {
- owner = "ancane";
- repo = "popup-imenu";
- rev = "c5e2e69adbd3a630e4cb750965a1aee8c10c1f09";
- sha256 = "0vn0jli0ya7xnapifkgzynbnh3rpnzb82j5k9bla2j4miqfc6cg8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5ca5d65d6a9c7ef3fa2684271fe087dc132d3a61/recipes/popup-imenu";
- sha256 = "0lxwfaa9vhdn55dj3idp8c3fg1g26qsqq46y5bimfd0s89bjbaxn";
- name = "recipe";
- };
- packageRequires = [ dash flx-ido popup ];
- meta = {
- homepage = "https://melpa.org/#/popup-imenu";
- license = lib.licenses.free;
- };
- }) {};
- popup-kill-ring = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , pos-tip }:
- melpaBuild {
- pname = "popup-kill-ring";
- ename = "popup-kill-ring";
- version = "20131020.1154";
- src = fetchFromGitHub {
- owner = "waymondo";
- repo = "popup-kill-ring";
- rev = "dc50b62ae8b7c2675dde96bb410d9bf0e8643f6a";
- sha256 = "0bpnsc4agy6mcnc79d9a6gi79jiiqrhf3a55pw0p4z16m86vwyqr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b745b067e5d68467b89e0dbade7a9a76de2946c/recipes/popup-kill-ring";
- sha256 = "1jfw669xi2983jj3hiw5lyhc0rc0318qrmqx03f7m4ylg70dgxip";
- name = "recipe";
- };
- packageRequires = [ popup pos-tip ];
- meta = {
- homepage = "https://melpa.org/#/popup-kill-ring";
- license = lib.licenses.free;
- };
- }) {};
- popup-switcher = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "popup-switcher";
- ename = "popup-switcher";
- version = "20171205.51";
- src = fetchFromGitHub {
- owner = "kostafey";
- repo = "popup-switcher";
- rev = "f5788a31918e37bb5c04139048c667bcec9f1b62";
- sha256 = "0gfi8dlgynciv3q5a208c7gd66g2r99b3zn0i31ibpppjqy2vcsk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7d1897c4c4a6f4b4527279e6dad976219d7b78/recipes/popup-switcher";
- sha256 = "1888xiqhrn7fcpjnr3smchmmqwfayfbbyvdkdb79c6drzjcvidp1";
- name = "recipe";
- };
- packageRequires = [ cl-lib popup ];
- meta = {
- homepage = "https://melpa.org/#/popup-switcher";
- license = lib.licenses.free;
- };
- }) {};
- popwin = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "popwin";
- ename = "popwin";
- version = "20150315.600";
- src = fetchFromGitHub {
- owner = "m2ym";
- repo = "popwin-el";
- rev = "95dea14c60019d6cccf9a3b33e0dec4e1f22c304";
- sha256 = "0nips9npm4zmz3f37vvb4s0g1ci0p9cl6w0z4sc6agg4rybjhpdp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2b3d6a8b734e0820fd904c215a83fe5519496dc3/recipes/popwin";
- sha256 = "1zp54nv8rh0b3g8y5aj4793miiw2r1ijwbzq31lkwmbdr09mixmf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/popwin";
- license = lib.licenses.free;
- };
- }) {};
- portage-navi = callPackage ({ concurrent
- , ctable
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "portage-navi";
- ename = "portage-navi";
- version = "20141208.555";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-portage-navi";
- rev = "8016c3e99fe6cef101d479a3d69185796b22ca2f";
- sha256 = "1pm4x74pw67m2izr9dir201dn5g9icgk6h2j8rqvasgx8v8krv3i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a467702b3ac3c8bdc723262e6919f67fd71d524/recipes/portage-navi";
- sha256 = "1wjkh8xj5120v9fz1nrpkd6x4f22ni8h2lfkd82df7kjz6bzdfwg";
- name = "recipe";
- };
- packageRequires = [ concurrent ctable ];
- meta = {
- homepage = "https://melpa.org/#/portage-navi";
- license = lib.licenses.free;
- };
- }) {};
- pos-tip = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pos-tip";
- ename = "pos-tip";
- version = "20150318.813";
- src = fetchFromGitHub {
- owner = "pitkali";
- repo = "pos-tip";
- rev = "051e08fec5cf30b7574bdf439f79fef7d42d689d";
- sha256 = "168hl76rhj6f5ncmrij4rd3z55228h6kb23384h2phsjw0avgf23";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/306e9978d2a071548cc9d8c531a1ce6c6c6b99aa/recipes/pos-tip";
- sha256 = "13qjz112qlrnq34lr70087gshzq8m44knfl6694hfprzjgix84vh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pos-tip";
- license = lib.licenses.free;
- };
- }) {};
- posframe = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "posframe";
- ename = "posframe";
- version = "20190605.2006";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "posframe";
- rev = "e9547ab066da28a89daa3efe3301a36f3faaf6fc";
- sha256 = "0w2vavml94gyrp10j6i44fgp1a59wnx6zhkp8cyfxyw0vjv44vcz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fa3488f2ede1201faf4a147313456ed90271f050/recipes/posframe";
- sha256 = "02chwkc7gn7fxaaxsz9msmrhrd62bji5hhb71kdm019x8d84z06w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/posframe";
- license = lib.licenses.free;
- };
- }) {};
- postcss-sorting = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "postcss-sorting";
- ename = "postcss-sorting";
- version = "20180211.156";
- src = fetchFromGitHub {
- owner = "P233";
- repo = "postcss-sorting.el";
- rev = "deb0c935d2904c11a965758a9aee5a0e905f21fc";
- sha256 = "03kng7i09px5vizvmmrar7rj3bk27y43bi8hlzxax0ja27k0c66c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9fae97430f211786f615f7450936f823e2a04ec4/recipes/postcss-sorting";
- sha256 = "0730b2wddal15yi4k6wzhv9xv1k40iwrn3mivg9bkxabh3mgrl10";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/postcss-sorting";
- license = lib.licenses.free;
- };
- }) {};
- pov-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pov-mode";
- ename = "pov-mode";
- version = "20161114.2343";
- src = fetchFromGitHub {
- owner = "melmothx";
- repo = "pov-mode";
- rev = "9fc1db3aab7c27155674dd1a87ec62606035d074";
- sha256 = "1399fxivy15y2k4vp7vqqgsi8l1mzxc8aa2mf2x1hksgiyq60acp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/89d6b4a3d7a5f3cc93e9d13d4c174b5d7de7bad1/recipes/pov-mode";
- sha256 = "1xzdmlfi5ixdh08v0ca80zkh9n3gfn4ql5pnl3jh745wbj9azxp9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pov-mode";
- license = lib.licenses.free;
- };
- }) {};
- pow = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pow";
- ename = "pow";
- version = "20140420.106";
- src = fetchFromGitHub {
- owner = "yukihr";
- repo = "emacs-pow";
- rev = "782532d5d3582fe8fd67014507b20077f3f2d292";
- sha256 = "0d87h67qk7jw4fpq3kzzsh5v1k2nhrz6yfl1hzi7hqm5mdvnbfc9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/pow";
- sha256 = "13f3pk52f9lkkl3zi6448j9b39kn6ny9vmnlsvhwa6s0vaz8f220";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pow";
- license = lib.licenses.free;
- };
- }) {};
- powerline = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "powerline";
- ename = "powerline";
- version = "20190322.1913";
- src = fetchFromGitHub {
- owner = "milkypostman";
- repo = "powerline";
- rev = "6ef4a06c3c583045accbc957b6f449b7c0c57cd8";
- sha256 = "1ybm5y03if4wbzhx5p05wwgf2d8l2c4vwi22d0ygvlwrzfk8n5dl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f805053cd4dd9ed53ee0df17ad69429bc62325bb/recipes/powerline";
- sha256 = "0gsffr6ilmckrzifsmhwd42vr85vs42pc26f1205pbxb7ma34dhx";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/powerline";
- license = lib.licenses.free;
- };
- }) {};
- powerline-evil = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , powerline }:
- melpaBuild {
- pname = "powerline-evil";
- ename = "powerline-evil";
- version = "20190602.2040";
- src = fetchFromGitHub {
- owner = "johnson-christopher";
- repo = "powerline-evil";
- rev = "b77e2cf571e9990734f2b30d826f3a362b559fd1";
- sha256 = "1hs9jvl5lmfwr9k6qcnxjhd61zsmzq53ania1w5616gqa4qnjzhn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1a92c8b5b92269773d314aa6cec4f0057291a68/recipes/powerline-evil";
- sha256 = "1x5hvnjdrpn3c8z6m7xfk30qd5y58p3jcyqr48qx91d0109gk342";
- name = "recipe";
- };
- packageRequires = [ evil powerline ];
- meta = {
- homepage = "https://melpa.org/#/powerline-evil";
- license = lib.licenses.free;
- };
- }) {};
- powershell = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "powershell";
- ename = "powershell";
- version = "20190421.1338";
- src = fetchFromGitHub {
- owner = "jschaf";
- repo = "powershell.el";
- rev = "87826777bd3ebd53740be99b4546bfc11ccc625d";
- sha256 = "038pcb7hv05yja9fvrmps6vh096a5rrdmyx9l8nisxqnsqf97ghv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7002c50f2734675134791916aa9d8b82b4582fcb/recipes/powershell";
- sha256 = "162k8y9k2n48whaq93sqk86zy3p9qvsfxgyfv9n1nvk4l5wn70wk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/powershell";
- license = lib.licenses.free;
- };
- }) {};
- powerthesaurus = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "powerthesaurus";
- ename = "powerthesaurus";
- version = "20180719.208";
- src = fetchFromGitHub {
- owner = "SavchenkoValeriy";
- repo = "emacs-powerthesaurus";
- rev = "ab39b050e801934872f3dcaa60b50b0d30ecf367";
- sha256 = "0l4rny6ssa5wmksc0g1qnyfj15qlffavflm2adcqywr660d93pq9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/04a7e6d2292e933e0318296107774e1248888f3c/recipes/powerthesaurus";
- sha256 = "011kl3n1hfmz844w198gvh5anjyqj0m4pvryahslc0r1zavik7ni";
- name = "recipe";
- };
- packageRequires = [ emacs request s ];
- meta = {
- homepage = "https://melpa.org/#/powerthesaurus";
- license = lib.licenses.free;
- };
- }) {};
- ppd-sr-speedbar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , project-persist-drawer
- , sr-speedbar }:
- melpaBuild {
- pname = "ppd-sr-speedbar";
- ename = "ppd-sr-speedbar";
- version = "20151108.424";
- src = fetchFromGitHub {
- owner = "rdallasgray";
- repo = "ppd-sr-speedbar";
- rev = "19d3e924407f40a6bb38c8fe427a159af755adce";
- sha256 = "0pv671j8g09pn61kkfb3pa9axfa9zd2jdrkgr81rm2gqb2vh1hsq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f930f54048d06f6a97824b66fbb74649eed40b54/recipes/ppd-sr-speedbar";
- sha256 = "1m2918hqvb9c6rgb5szs95ds99gdjdxggcbdfqzmbb5sz2936av8";
- name = "recipe";
- };
- packageRequires = [ project-persist-drawer sr-speedbar ];
- meta = {
- homepage = "https://melpa.org/#/ppd-sr-speedbar";
- license = lib.licenses.free;
- };
- }) {};
- prassee-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prassee-theme";
- ename = "prassee-theme";
- version = "20180709.304";
- src = fetchFromGitHub {
- owner = "prassee";
- repo = "prassee-emacs-theme";
- rev = "81126f69cdbaab836c00ae7a49aaf89d4229fde1";
- sha256 = "18yqsl8jsi3zxfcigvm6fjcx84hzb8b3j7ihiyzqmdhmvma3i08y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/15425b576045af1c508912e2091daf475b80b429/recipes/prassee-theme";
- sha256 = "1j0817hxxri6mq9pplgwf5jp2dagk6hay7g1a1lgz4qgkf5jnshs";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/prassee-theme";
- license = lib.licenses.free;
- };
- }) {};
- preproc-font-lock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "preproc-font-lock";
- ename = "preproc-font-lock";
- version = "20151107.1218";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "preproc-font-lock";
- rev = "565fda9f5fdeb0598986174a07e9fb09f7604397";
- sha256 = "0yrfd9qaz16nqcvjyjm9qci526qgkv6k51q5752h3iyqkxnss1pd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/582692267795c91bb7f2ec3bffc2b9c2be9f2a32/recipes/preproc-font-lock";
- sha256 = "1ra0lgjv6713zym2h8pblf2ryf0f658l1khbxbwnxl023gkyj9v4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/preproc-font-lock";
- license = lib.licenses.free;
- };
- }) {};
- prescient = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prescient";
- ename = "prescient";
- version = "20190529.913";
- src = fetchFromGitHub {
- owner = "raxod502";
- repo = "prescient.el";
- rev = "1964f605f1f1e50c64a33aa3910cde7a23b45afc";
- sha256 = "02q57qvw29ckrc53g5s9jicgxj87my30pk2iv8a865rvwbqqzs45";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec02349e31531c347e4a43fbde56ae4386898cc6/recipes/prescient";
- sha256 = "04js3hblavfrc6kqp942x5yjdl3ndazf3n64p83423ldsmhbip6s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/prescient";
- license = lib.licenses.free;
- };
- }) {};
- preseed-generic-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "preseed-generic-mode";
- ename = "preseed-generic-mode";
- version = "20180209.2100";
- src = fetchFromGitHub {
- owner = "suntong";
- repo = "preseed-generic-mode";
- rev = "3aa8806c4a659064baa01751400c53fbaf847f66";
- sha256 = "02yb5xkgwqxpwghhjmxf2gx0faifi04w2jd8cvfsiwzwqmqyhmv7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/preseed-generic-mode";
- sha256 = "14vbx6y7h4vqc5kkgj4mbr9zj6gqf6ib3hh2917m203s8y87lsfl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/preseed-generic-mode";
- license = lib.licenses.free;
- };
- }) {};
- presentation = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "presentation";
- ename = "presentation";
- version = "20180426.1924";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "emacs-presentation-mode";
- rev = "b1948e6d8b37b6df9290d77d181e1b1d58dd33c0";
- sha256 = "0wm7rg7gvyngps3b7agpyhhbi2r7z0n5x8wxzahl8l1bm820y8jk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/747afd0339215528bf104f778a13edacbac510b7/recipes/presentation";
- sha256 = "0zdpfvg6kbvi6b4lb7vbdjrkgk0j1q6gzyd0s2b0603fnyy4sqdg";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/presentation";
- license = lib.licenses.free;
- };
- }) {};
- prettier-js = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prettier-js";
- ename = "prettier-js";
- version = "20180108.2326";
- src = fetchFromGitHub {
- owner = "prettier";
- repo = "prettier-emacs";
- rev = "0e8b95c4e5898a03e85dbc555c37b4f968292aec";
- sha256 = "0l8i0fbwwyhllkpk8xd6w5gcv65z4ja1ygf6slh5sd1g0ixh29md";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/968ac7bb98b385f8542dc150486982c0ded73187/recipes/prettier-js";
- sha256 = "0mf66sdsdbhf76pwkjkfjsnh26g4j3zb4y1qrbxc9jcvymccb3yq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/prettier-js";
- license = lib.licenses.free;
- };
- }) {};
- prettify-greek = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prettify-greek";
- ename = "prettify-greek";
- version = "20160603.208";
- src = fetchFromGitLab {
- owner = "fommil";
- repo = "emacs-prettify-greek";
- rev = "698d07a6ffe85f6fb53f3bfec4f49380c25cfd90";
- sha256 = "0g2bxa7mwfkc8navbi2w28rd4f4zqphxi13kwmd2p83g3wavd99v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23c8f10205187babb17e3abc3dc40eb1938e6640/recipes/prettify-greek";
- sha256 = "1izl6r6i3zbhd7r7lz2k42yyz6qcng11wfmb7lx4883dj00flsl7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/prettify-greek";
- license = lib.licenses.free;
- };
- }) {};
- pretty-hydra = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "pretty-hydra";
- ename = "pretty-hydra";
- version = "20190530.1353";
- src = fetchFromGitHub {
- owner = "jerrypnz";
- repo = "major-mode-hydra.el";
- rev = "a93eb369e0ffd553f1fe9da2cdb7cee2edd02206";
- sha256 = "1sr4zhsjz83qq0cvzawhfpl5jgg4x1jxhhn01inz3v2030raf9gp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/865917fcc75c4118afc89b8bcc20ebdb6302f15d/recipes/pretty-hydra";
- sha256 = "0gp4cbffpa17svs7fzxighyly7c8brsn3avv3hqvd590kkz3fkri";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs hydra s ];
- meta = {
- homepage = "https://melpa.org/#/pretty-hydra";
- license = lib.licenses.free;
- };
- }) {};
- pretty-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pretty-mode";
- ename = "pretty-mode";
- version = "20190209.1302";
- src = fetchFromGitHub {
- owner = "pretty-mode";
- repo = "pretty-mode";
- rev = "26119b4e28e294980bd16564a13c73dc963b98cc";
- sha256 = "08sr73469zh0cn14lf3w2x4n7yf203pgr4hs3a218a5n51dksla3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/pretty-mode";
- sha256 = "0zm6azbl70qmq2ybi576wfs3mx0ny54mf97b94ac501miv4fv0mq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pretty-mode";
- license = lib.licenses.free;
- };
- }) {};
- pretty-sha-path = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pretty-sha-path";
- ename = "pretty-sha-path";
- version = "20141105.1026";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "pretty-sha-path.el";
- rev = "beea38bdf34ed27059d6484e1e2a337a27e1f7ce";
- sha256 = "1hfk3j69r0xva1c7v72vc2hhksdjia7vmxfx82j6j0jfpn6163f1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6520d692662aaf92023623273597d966ca3cba9d/recipes/pretty-sha-path";
- sha256 = "0qqsg383391dnsk46xm8plq7xmdmnis3iv7h7dmchpzd99bkm9lq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pretty-sha-path";
- license = lib.licenses.free;
- };
- }) {};
- pretty-symbols = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pretty-symbols";
- ename = "pretty-symbols";
- version = "20140814.259";
- src = fetchFromGitHub {
- owner = "drothlis";
- repo = "pretty-symbols";
- rev = "ab82b3fba129fae14e4031eb7fd648c1a92d0e71";
- sha256 = "12ny0lpqhj7g1hmj3y6012zz7145xx6ivgg381d4lc8791j35djd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ed01ef6333e4558877b0e357ff8bf601fb88b757/recipes/pretty-symbols";
- sha256 = "0d1ad2x4md0n3fad3s2355wm8hl311qdhih1gkdqwdaj4i1d6gvb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pretty-symbols";
- license = lib.licenses.free;
- };
- }) {};
- private = callPackage ({ aes
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "private";
- ename = "private";
- version = "20150121.1757";
- src = fetchFromGitHub {
- owner = "zhangkaiyulw";
- repo = "private";
- rev = "f57f1c2f6bfe900bd40b252688df4c6ed6a5f44b";
- sha256 = "0720vrb9nwy4c069fk7adw5f50g9dji1wra9s3jwazr8jn45k0mn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/private";
- sha256 = "1mvma2xgjy9vkh468x80xlri6qfr7d494la1j6r1clkjsn5kg7hr";
- name = "recipe";
- };
- packageRequires = [ aes ];
- meta = {
- homepage = "https://melpa.org/#/private";
- license = lib.licenses.free;
- };
- }) {};
- private-diary = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "private-diary";
- ename = "private-diary";
- version = "20151216.857";
- src = fetchFromGitHub {
- owner = "cacology";
- repo = "private-diary";
- rev = "5b1aeb22f22447fd35e1c107b6db44a7b27b8a42";
- sha256 = "14g1hi9m91lb23jf4475pcdnb97fxrm52zblxag628nik3gp7qpb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef39950941c522e64ea991c9eeecfb5f6f18f6a2/recipes/private-diary";
- sha256 = "0dgnf375c00nlkp66kbkzsf469063l03b9miiplbhd63zshlv1i1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/private-diary";
- license = lib.licenses.free;
- };
- }) {};
- proc-net = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "proc-net";
- ename = "proc-net";
- version = "20130321.1712";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-proc-net";
- rev = "00bfc92a381787ec387974ed17070118ced6d9ad";
- sha256 = "1df4kpr298hkii3rhx341qqnc9g4nq5vna6w687knzibbm0iixga";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a518f37260084fa7e9221e9189aedc09a951f6d/recipes/proc-net";
- sha256 = "0562x2s3kk9vlaavak4lya1nlmn4mwlzlc7nw1l3687q023z4hmv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/proc-net";
- license = lib.licenses.free;
- };
- }) {};
- processing-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "processing-mode";
- ename = "processing-mode";
- version = "20171022.1602";
- src = fetchFromGitHub {
- owner = "ptrv";
- repo = "processing2-emacs";
- rev = "448aba82970c98322629eaf2746e73be6c30c98e";
- sha256 = "1fv74k37yyrh6jzasgqj88lrbq152gs9gpbjpxn7fz424c38gq2q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba59561e8a2f259fde170a79844af5e1ef5ed34f/recipes/processing-mode";
- sha256 = "184yg9z14ighz9djg53ji5dgnb98dnxkkwx55m8f0f879x31i89m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/processing-mode";
- license = lib.licenses.free;
- };
- }) {};
- processing-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "processing-snippets";
- ename = "processing-snippets";
- version = "20140426.728";
- src = fetchFromGitHub {
- owner = "ptrv";
- repo = "processing2-emacs";
- rev = "6175b8eef76369c4b1b8608b8df9a37f14b1be5c";
- sha256 = "1mjzn8mynagck6fcw499gxzs1xm7gfqamlmgyqiy58wjni2xllr6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba59561e8a2f259fde170a79844af5e1ef5ed34f/recipes/processing-snippets";
- sha256 = "09vkm9asmjz1in0f63s7bf4amifspsqf5w9pxiy5y0qvmn28fr2r";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/processing-snippets";
- license = lib.licenses.free;
- };
- }) {};
- prodigy = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "prodigy";
- ename = "prodigy";
- version = "20180511.238";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "prodigy.el";
- rev = "701dccaa56de9e6a330c05bde33bce4f3b3d6a97";
- sha256 = "1vyvxawlayp2nra0q83146q2nzv8qwn5a4nj0sx1jc90a0a83vgj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/prodigy";
- sha256 = "0lfxb80jqjnzssjs6l511jcsmhkpzb5rh5czrb16dkqcz0cl5b2p";
- name = "recipe";
- };
- packageRequires = [ dash emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/prodigy";
- license = lib.licenses.free;
- };
- }) {};
- professional-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "professional-theme";
- ename = "professional-theme";
- version = "20150315.400";
- src = fetchFromGitHub {
- owner = "juanjux";
- repo = "emacs-professional-theme";
- rev = "0927d1474049a193f9f366bde5eb1887b9ba20ed";
- sha256 = "0hx7rxa3smdippcpj4j63k0r5l4wflllb0vpnwwknc9j93r7042b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb79514b2afada80da82762890242de5ad88d8de/recipes/professional-theme";
- sha256 = "1l8nisn2c124cpylyahr76hfpdim2125zrns2897p466l5wcxcx5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/professional-theme";
- license = lib.licenses.free;
- };
- }) {};
- prog-fill = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prog-fill";
- ename = "prog-fill";
- version = "20180606.1832";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "prog-fill";
- rev = "3fbf7da6dd826e95c9077d659566ee29814a31d8";
- sha256 = "167is1hbv3nsskz26g9q3zdndqsw9d3rwhbasj0r7a3wabpr8j4r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90d680ed481688c9899adb28fbd9a22a17fa8943/recipes/prog-fill";
- sha256 = "0wnqzkzhaywcyw93z86pngpycsrd1mi79psmck6qbhms1aia79p3";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/prog-fill";
- license = lib.licenses.free;
- };
- }) {};
- prognth = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prognth";
- ename = "prognth";
- version = "20130920.1059";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "prognth";
- rev = "2f1ca4d34b1fd581163e1df122c85418137e8e62";
- sha256 = "1szxsbk470fg3jp70r20va9hnnf4jj0mb7kxdkn6rd7ky6w34lwm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db6d52b92317aa5ad5024131b62edb5f91f50033/recipes/prognth";
- sha256 = "0hr5a3s0ij4hvn424v885z7pcs62yqm9mamw5b096hgjxgjf6ylm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/prognth";
- license = lib.licenses.free;
- };
- }) {};
- programmer-dvorak = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "programmer-dvorak";
- ename = "programmer-dvorak";
- version = "20150426.1837";
- src = fetchFromGitHub {
- owner = "yangchenyun";
- repo = "programmer-dvorak";
- rev = "c35d5e3b8b53c1e9341957b5d5db40387ba0c8ee";
- sha256 = "1y2n11d1kbpgb4jivvgd1j4gz409jfrg0kxfa04nx1b0nx4f3gd6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/89b0f4b5838aa3d4572ca91fe60cf28664368cb6/recipes/programmer-dvorak";
- sha256 = "1w8r35hkl6qy9a89l0m74x9q2vcc4h2hvmi3r2hqcy2ypkn5l5bv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/programmer-dvorak";
- license = lib.licenses.free;
- };
- }) {};
- project-abbrev = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "project-abbrev";
- ename = "project-abbrev";
- version = "20190516.2221";
- src = fetchFromGitHub {
- owner = "elpa-host";
- repo = "project-abbrev";
- rev = "b94f829bb24570782b9f6bbcfdec4b391091b778";
- sha256 = "0lkliz9hycag1gf5hxvh7mrgl5my2vbkn52g4pkh2x7hsdkxhxjy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec27ae185c0308c445e461dc84f398483ca08c5a/recipes/project-abbrev";
- sha256 = "12d0w3b9fh7hdi1qwm13s535k574xfh3ck48zpsv3jlxr59q5bqw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/project-abbrev";
- license = lib.licenses.free;
- };
- }) {};
- project-explorer = callPackage ({ cl-lib ? null
- , emacs
- , es-lib
- , es-windows
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "project-explorer";
- ename = "project-explorer";
- version = "20150503.1714";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "project-explorer";
- rev = "589a09008706f5f4ef91393dc4306eede0d15ca9";
- sha256 = "04l4m3kxbwvyw9xy6cwakrdxxdswrrs7sya8zn6m738aawbr1mcd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c2e5d686b8a18c7a17965ff6c5af8f5817b7ab31/recipes/project-explorer";
- sha256 = "076lzmyi1n7yrgdgyh9qinq271qk6k64x0msbzarihr3p4psrn8m";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs es-lib es-windows ];
- meta = {
- homepage = "https://melpa.org/#/project-explorer";
- license = lib.licenses.free;
- };
- }) {};
- project-persist = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "project-persist";
- ename = "project-persist";
- version = "20180906.602";
- src = fetchFromGitHub {
- owner = "rdallasgray";
- repo = "project-persist";
- rev = "26d9435bef44da2a1b0892eba822f9f487b98eec";
- sha256 = "0ja2pnbw11a2gwywfyfbdpk8rkm8imy04wkshpnlh0nwn7lf0clm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bd81d1f8a30ed951ed94b9a4db13a2f7735ea878/recipes/project-persist";
- sha256 = "0csjwj0qaw0hz2qrj8kxgxlixh2hi3aqib98vm19sr3f1b8qab24";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/project-persist";
- license = lib.licenses.free;
- };
- }) {};
- project-persist-drawer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , project-persist }:
- melpaBuild {
- pname = "project-persist-drawer";
- ename = "project-persist-drawer";
- version = "20151108.422";
- src = fetchFromGitHub {
- owner = "rdallasgray";
- repo = "project-persist-drawer";
- rev = "35bbe132a4fab6a0fec15ce6c0fd2fe6a4aa9626";
- sha256 = "1nq320ph8fs9a197ji4mnw2xa24dld0r1nka476yvkg4azmcc9x8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23084af52d2243016eee73a5ee0cd3e945eec71d/recipes/project-persist-drawer";
- sha256 = "1jv2y2hcqakyvfibclzm7g4diw0bvsv3a8fa43yf19wb64jm8hdb";
- name = "recipe";
- };
- packageRequires = [ project-persist ];
- meta = {
- homepage = "https://melpa.org/#/project-persist-drawer";
- license = lib.licenses.free;
- };
- }) {};
- project-root = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "project-root";
- ename = "project-root";
- version = "20110206.1230";
- src = fetchhg {
- url = "https://bitbucket.com/piranha/project-root";
- rev = "843ca1f4ab2b";
- sha256 = "0nw02f5lmbqdfnw93d3383sdxx1d31szk23zvjlrmmdwv2124281";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/project-root";
- sha256 = "0xjir204zk254y2x70k9vqwirx2ljmrikpsgn5kn170d1bxvhwmb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/project-root";
- license = lib.licenses.free;
- };
- }) {};
- project-shells = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "project-shells";
- ename = "project-shells";
- version = "20171107.51";
- src = fetchFromGitHub {
- owner = "hying-caritas";
- repo = "project-shells";
- rev = "d9401de750e444697c2eb9de1ff79f2a2eba4af8";
- sha256 = "1x16l0gijirmj667s8l87nizsiww2wzjka9ydl4yxzchl7a486cp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/becf54de5ae9582d7c76382dff16d40b04b1a464/recipes/project-shells";
- sha256 = "0mhifxcpgsfwrhbs7axg6ja4klgzzy9pc0nqa7w3qg45xgi9s4m8";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/project-shells";
- license = lib.licenses.free;
- };
- }) {};
- projectile = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "projectile";
- ename = "projectile";
- version = "20190603.2330";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "projectile";
- rev = "fd85829ef2bdb8b2c183ea1b3ccfd50925824d78";
- sha256 = "0kf5izn62c647y9axhchjcc1s40h0khk5ry0jpb3p32lv71b4xvf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/projectile";
- sha256 = "1kf8hql59nwiy13q0p6p6rf5agjvah43f0sflflfqsrxbihshvdn";
- name = "recipe";
- };
- packageRequires = [ emacs pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/projectile";
- license = lib.licenses.free;
- };
- }) {};
- projectile-codesearch = callPackage ({ codesearch
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "projectile-codesearch";
- ename = "projectile-codesearch";
- version = "20180508.822";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "emacs-codesearch";
- rev = "e40efc62e9333db0593bd81b5c78d08b19bfb193";
- sha256 = "04xivg6f19mlpsv77jwasg4ii9vlv8amblm03siwhx53ib9wlcyc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6b1b1d3e356c6b9bffdcf98848918efe2fdfa8c7/recipes/projectile-codesearch";
- sha256 = "1457dhmpgrq1qafr3v4ccw26ix10m60c5vlrpyqsfz8vh8lv0bb8";
- name = "recipe";
- };
- packageRequires = [ codesearch projectile ];
- meta = {
- homepage = "https://melpa.org/#/projectile-codesearch";
- license = lib.licenses.free;
- };
- }) {};
- projectile-direnv = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , s }:
- melpaBuild {
- pname = "projectile-direnv";
- ename = "projectile-direnv";
- version = "20160305.1738";
- src = fetchFromGitHub {
- owner = "christianromney";
- repo = "projectile-direnv";
- rev = "250a902585acb611e10cf0f0248a84416df01522";
- sha256 = "1yzq7zsm76p6gcgq3hz9bg3pgdj709gxx6jzp24mszkfb87jiw79";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/602485c251bc573e855dfd33e4e94052afbab93f/recipes/projectile-direnv";
- sha256 = "1s5dapdcblcbcqyv8df26v8wxl8bhrs9ybl5h5qbzz49gigd8nqh";
- name = "recipe";
- };
- packageRequires = [ dash emacs projectile s ];
- meta = {
- homepage = "https://melpa.org/#/projectile-direnv";
- license = lib.licenses.free;
- };
- }) {};
- projectile-git-autofetch = callPackage ({ alert
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "projectile-git-autofetch";
- ename = "projectile-git-autofetch";
- version = "20190417.1259";
- src = fetchFromGitHub {
- owner = "andrmuel";
- repo = "projectile-git-autofetch";
- rev = "8d8d090fdff42671e9926f095deb3448d24730b1";
- sha256 = "1x1x1hn8k6hpj1vljbgmgznvgnky75xg4scy5y57k937pvkmyg6j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fdfdeb69fd78fc1bb2c62392f860a8c434f1762/recipes/projectile-git-autofetch";
- sha256 = "0m0raddsw5yvjrw2v6bdaswffmva8y9hxksdgf9axpvrd3rzlk9n";
- name = "recipe";
- };
- packageRequires = [ alert emacs projectile ];
- meta = {
- homepage = "https://melpa.org/#/projectile-git-autofetch";
- license = lib.licenses.free;
- };
- }) {};
- projectile-hanami = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild
- , projectile
- , rake }:
- melpaBuild {
- pname = "projectile-hanami";
- ename = "projectile-hanami";
- version = "20160505.611";
- src = fetchFromGitHub {
- owner = "avdgaag";
- repo = "projectile-hanami";
- rev = "b1da03d14b96972b6d369ed6dde40f65b4a2ca41";
- sha256 = "1jsp2ca07w1y0v7zrx47yj0apqmkzx5577labp3ndd751x21bvnj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c0123322baee1e96afd055de3f44827574d2b5f/recipes/projectile-hanami";
- sha256 = "0qi9i4wdggrmihf1j42fqrf38psmb33rlafg3y6da5r7lpn03j1a";
- name = "recipe";
- };
- packageRequires = [ emacs inf-ruby projectile rake ];
- meta = {
- homepage = "https://melpa.org/#/projectile-hanami";
- license = lib.licenses.free;
- };
- }) {};
- projectile-rails = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , inflections
- , lib
- , melpaBuild
- , projectile
- , rake }:
- melpaBuild {
- pname = "projectile-rails";
- ename = "projectile-rails";
- version = "20190421.1201";
- src = fetchFromGitHub {
- owner = "asok";
- repo = "projectile-rails";
- rev = "3f8226c1136bd91bc919dce27cf952742aa254d0";
- sha256 = "14cr1sgl2ln7xq25740fmggdiza2i791v9yafrdf2m6rhx50zksr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b16532bb8d08f7385bca4b83ab4e030d7b453524/recipes/projectile-rails";
- sha256 = "0fgvignqdqh0ma91z9385782l89mvwfn77rp1gmy8cbkwi3b7fkq";
- name = "recipe";
- };
- packageRequires = [ emacs f inf-ruby inflections projectile rake ];
- meta = {
- homepage = "https://melpa.org/#/projectile-rails";
- license = lib.licenses.free;
- };
- }) {};
- projectile-ripgrep = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , ripgrep }:
- melpaBuild {
- pname = "projectile-ripgrep";
- ename = "projectile-ripgrep";
- version = "20180914.800";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "ripgrep.el";
- rev = "93eca9138f6d6eea1af92f476c797ce19fa573d9";
- sha256 = "0b1pa7srl1qmxaylv6iqy7rn4ajv9l87agpjrni01al01z6jfk1x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/195f340855b403128645b59c8adce1b45e90cd18/recipes/projectile-ripgrep";
- sha256 = "1iczizyayql40wcljvpc1mvfvn9r28b1dkrkcmdxif732gd01jjg";
- name = "recipe";
- };
- packageRequires = [ projectile ripgrep ];
- meta = {
- homepage = "https://melpa.org/#/projectile-ripgrep";
- license = lib.licenses.free;
- };
- }) {};
- projectile-sift = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , sift }:
- melpaBuild {
- pname = "projectile-sift";
- ename = "projectile-sift";
- version = "20160107.215";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "sift.el";
- rev = "8c3f3d14a351a2394027d72ee0599aa73b9f0d13";
- sha256 = "1ma6djvhvjai07v1g9a36lfa3nw8zsy6x5vliwcdnkf44gs287ra";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a730e1331b0486c4bd2d309b85d2f8810489eb47/recipes/projectile-sift";
- sha256 = "1wbgpwq9yy3v7hqidaczrvvsw5ajj7m3n4gsy3b169xv5h673a0i";
- name = "recipe";
- };
- packageRequires = [ projectile sift ];
- meta = {
- homepage = "https://melpa.org/#/projectile-sift";
- license = lib.licenses.free;
- };
- }) {};
- projectile-speedbar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , sr-speedbar }:
- melpaBuild {
- pname = "projectile-speedbar";
- ename = "projectile-speedbar";
- version = "20170516.1943";
- src = fetchFromGitHub {
- owner = "anshulverma";
- repo = "projectile-speedbar";
- rev = "dcab13db72c2084edbebe808e35f1126fe0b3bcd";
- sha256 = "106a4y5r1adjpbnjn734s7d910r6akhjlyjpd6bnczjhp357wyc7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eda8cb5a175258404c347ffa30fca002504467a0/recipes/projectile-speedbar";
- sha256 = "0dli4gzsiycivh8dwa00lfpbimyg42qygfachzrhi8qy5413pwlp";
- name = "recipe";
- };
- packageRequires = [ projectile sr-speedbar ];
- meta = {
- homepage = "https://melpa.org/#/projectile-speedbar";
- license = lib.licenses.free;
- };
- }) {};
- projectile-trailblazer = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , inflections
- , lib
- , melpaBuild
- , projectile
- , rake }:
- melpaBuild {
- pname = "projectile-trailblazer";
- ename = "projectile-trailblazer";
- version = "20170928.924";
- src = fetchFromGitHub {
- owner = "micdahl";
- repo = "projectile-trailblazer";
- rev = "79299498d74876f2ac3fe8075716b39a5bdd04cd";
- sha256 = "1lkj9jdr3g7nl80fxvic6g5cn7vbkyxys7m3kcmd6xa9mq7nvci4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9c6f2f92ff99e7a3241003dc396f978f3916c8a/recipes/projectile-trailblazer";
- sha256 = "18cijb5c1ym5kn2g2apbijbfd3aqhrraki8vv9bk8rvi7wmm6qj4";
- name = "recipe";
- };
- packageRequires = [ emacs f inf-ruby inflections projectile rake ];
- meta = {
- homepage = "https://melpa.org/#/projectile-trailblazer";
- license = lib.licenses.free;
- };
- }) {};
- projectile-variable = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "projectile-variable";
- ename = "projectile-variable";
- version = "20170208.918";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "projectile-variable";
- rev = "8d348ac70bdd6dc320c13a12941b32b38140e264";
- sha256 = "0l38nldx6lwjb7mxixykiyj10xwb35249dxfg0k2wkmb2vy1fkxs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/projectile-variable";
- sha256 = "15qc5n91nxyfvb100iyihfmrdr57qgw6098yv3nfqgw3zx1qchdw";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/projectile-variable";
- license = lib.licenses.free;
- };
- }) {};
- projector = callPackage ({ alert
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "projector";
- ename = "projector";
- version = "20190107.1325";
- src = fetchFromGitHub {
- owner = "waymondo";
- repo = "projector.el";
- rev = "b7ee3f78e54525c969316c3c717ec3b83f074b00";
- sha256 = "09c8cfpz4i4vs7b0q4srg52spjwc1carr8n52xggk6dc5gbrg5wd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/420ffea4549f59677a16c1ee89c77b866487e302/recipes/projector";
- sha256 = "0hrinplk607wcc2ibn05pl8ghikv9f3zvymncp6nz95jw9brdapf";
- name = "recipe";
- };
- packageRequires = [ alert cl-lib projectile ];
- meta = {
- homepage = "https://melpa.org/#/projector";
- license = lib.licenses.free;
- };
- }) {};
- projekt = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "projekt";
- ename = "projekt";
- version = "20150324.148";
- src = fetchFromGitHub {
- owner = "tekai";
- repo = "projekt";
- rev = "a65e554e5d8b0def08c5d06f3fe34fec40bebd83";
- sha256 = "0hvvlh24157qjxz82sbg22d4cbrf95xyx202cybp0n1vyxsmjcmw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e2a854ed4fef114861bcc7814cd064c16d3c074c/recipes/projekt";
- sha256 = "1bhb24701flihl54w8xrj6yxhynpq4dk0fp5ciac7k28n4930lw8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/projekt";
- license = lib.licenses.free;
- };
- }) {};
- projmake-mode = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , indicators
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "projmake-mode";
- ename = "projmake-mode";
- version = "20161031.1015";
- src = fetchFromGitHub {
- owner = "ericbmerritt";
- repo = "projmake-mode";
- rev = "a897701f7e8f8cc11459ed44eb0e454db2a460c1";
- sha256 = "0las0xl4af6sn5pbllq16abw2hj1kswwpkyi6lf31sbwr5wnq4qb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df23138073d2416fa6522beca86b7a62eb4d42e3/recipes/projmake-mode";
- sha256 = "192gvmhcz1anl80hpmcjwwd08dljyrap9sk6qj0y85mcnaafm882";
- name = "recipe";
- };
- packageRequires = [ dash indicators ];
- meta = {
- homepage = "https://melpa.org/#/projmake-mode";
- license = lib.licenses.free;
- };
- }) {};
- promise = callPackage ({ async
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "promise";
- ename = "promise";
- version = "20190414.2350";
- src = fetchFromGitHub {
- owner = "chuntaro";
- repo = "emacs-promise";
- rev = "7ac038c9ef96f07b14919dd2ae648dce82324510";
- sha256 = "0vj4ykfs4xd9711gsslplxk93iq0nw2w5kx27prqdlf5vx8jv3mh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3eaf5ac668008759677b9cc6f11406abd573012a/recipes/promise";
- sha256 = "1y1v3ikcmh9yp5fdwagcjg755bgkyqk714lb6s1hb2606m3ia03s";
- name = "recipe";
- };
- packageRequires = [ async emacs ];
- meta = {
- homepage = "https://melpa.org/#/promise";
- license = lib.licenses.free;
- };
- }) {};
- prompt-text = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prompt-text";
- ename = "prompt-text";
- version = "20190407.2010";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "prompt-text-el";
- rev = "b842bf13c53d0a2bd2bc7a00d37cc713d69fa9e9";
- sha256 = "016gs6llc5p0p0sxn0syyq9ra8bkhvfx5x37a1fy0nkhv8jg33dv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17d2bc3e53865fe8c98aabb6ef0ad1d10fcb1061/recipes/prompt-text";
- sha256 = "1b9sj9kzx5ydq2zsfmkwsx78pzg0vsvrn92397js6b2cm24vrwwc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/prompt-text";
- license = lib.licenses.free;
- };
- }) {};
- prompts = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prompts";
- ename = "prompts";
- version = "20160916.341";
- src = fetchFromGitHub {
- owner = "GuiltyDolphin";
- repo = "prompts.el";
- rev = "1cd5e732ff2a86b47836eb7252e5b59cd4b6ab26";
- sha256 = "10y8x54p64zs1jlq4nf1kixpb42078n2gdf9s62b1siyb1vhl581";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2395402e72d9b0f7ce2ca5fcb4497919f90a8fe2/recipes/prompts";
- sha256 = "1fz5sbc45jiq64y89lm8nj6lsanq3lzyjzahxzrgqvr7655pphzm";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/prompts";
- license = lib.licenses.free;
- };
- }) {};
- proof-general = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "proof-general";
- ename = "proof-general";
- version = "20190531.1518";
- src = fetchFromGitHub {
- owner = "ProofGeneral";
- repo = "PG";
- rev = "9ebfbb6abbd5480b434ceadebec824d7c8804e73";
- sha256 = "1p7i3ms6lny3yr7wrdpazchxryai329vx43qgvbqdrh51kdxyfvv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/135c8f2a04739145b500b8742a697907e398d270/recipes/proof-general";
- sha256 = "10zif9ax4d3m8sa9y2xqz7g24xa2r3m2x5l0zqa06wm4afq29p87";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/proof-general";
- license = lib.licenses.free;
- };
- }) {};
- prop-menu = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prop-menu";
- ename = "prop-menu";
- version = "20150728.418";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "prop-menu-el";
- rev = "50b102c1c0935fd3e0c465feed7f27d66b21cdf3";
- sha256 = "18ap2liz5r5a8ja2zz9182fnfm47jnsbyblpq859zks356k37iwc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d3a013cc9c489987fe689c8d73bbaa3445bdeb3/recipes/prop-menu";
- sha256 = "0dhy52fxxpa058mhhx0slw3sly3dlxm9vkax6fd1sap6f6v00p5i";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/prop-menu";
- license = lib.licenses.free;
- };
- }) {};
- propfont-mixed = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "propfont-mixed";
- ename = "propfont-mixed";
- version = "20150113.1411";
- src = fetchFromGitHub {
- owner = "ikirill";
- repo = "propfont-mixed";
- rev = "0b461ef4754a469610dba71874a34b6da42176bf";
- sha256 = "0lch20njy248w7bnvgs7jz0zqasskf5dakmykxwpb48llm6kx95v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3ccb401b60cb1128ba50a5afecd97feca6d00d7a/recipes/propfont-mixed";
- sha256 = "19k0ydpkiviznsngwcqwn4k30r6j8w34pchgpjlsfwq1bndaai9y";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/propfont-mixed";
- license = lib.licenses.free;
- };
- }) {};
- proportional = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "proportional";
- ename = "proportional";
- version = "20171025.1637";
- src = fetchFromGitHub {
- owner = "ksjogo";
- repo = "proportional";
- rev = "f671ffe8fd803e2fc462e2e1844aeeab1a13918e";
- sha256 = "02sbrcb9c27djk64xv41vii6pbw83b6iljrd66w4ad9hgz2pkxzk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9e0a7f061df4cce44e5fe98f6e1c31bec4a7338f/recipes/proportional";
- sha256 = "022lhbslzd67wyah8r0gl73vzxgjjwia08l3ssdd08jj3p56m3wx";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/proportional";
- license = lib.licenses.free;
- };
- }) {};
- prosjekt = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prosjekt";
- ename = "prosjekt";
- version = "20151127.616";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "prosjekt";
- rev = "a864a8be5842223043702395f311e3350c28e9db";
- sha256 = "1m8zvrv5aws7b0dffk8y6b5mncdk2c4k90mx69jys10fs0gc5hb3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d359ec827573dd8c871c4f23df5d1737f1830e7/recipes/prosjekt";
- sha256 = "1fn7ii1bq7bjkz27hihclpvx0aabgwy3kv47r9qibjl2jin97rck";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/prosjekt";
- license = lib.licenses.free;
- };
- }) {};
- protobuf-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "protobuf-mode";
- ename = "protobuf-mode";
- version = "20170526.950";
- src = fetchFromGitHub {
- owner = "google";
- repo = "protobuf";
- rev = "4674cc7c073f1b8d5efd2a42ffcf3ca30a907bfe";
- sha256 = "0sspwvwxyqq9aibf3piv6cp5vb28w2fnfk6x7wkmaiy7a4gcklcv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4e7f5f641251e17add561991d3bcf1fde23467b/recipes/protobuf-mode";
- sha256 = "1hh0w93fg6mfwsbb9wvp335ry8kflj50k8hybchpjcn6f4x39xsj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/protobuf-mode";
- license = lib.licenses.free;
- };
- }) {};
- protocols = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "protocols";
- ename = "protocols";
- version = "20170802.432";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "protocols.el";
- rev = "d0f7c4acb05465f1a0d4be54363bbd2802647e77";
- sha256 = "1xg3pwsnzn795bz299x273ral2jrz2v3p9r6gjm4dcx5pm3348mj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c9a75671a00e9196d00b08911232aac87fd8c83/recipes/protocols";
- sha256 = "1wg3qh8a1ms82lkzz4i1bk787147a8agcj8rszj1zfvwg0ckqq1a";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/protocols";
- license = lib.licenses.free;
- };
- }) {};
- proxy-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "proxy-mode";
- ename = "proxy-mode";
- version = "20190129.1608";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "proxy-mode";
- rev = "a6c55e97dbe4ec4df9dc21d234cabe806dce3a29";
- sha256 = "13xa19k0xyqq03ypih0lrkm97l2c5zha8mwl264h9vamn81i8vm2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25224d3bcdb625314e931d5acc22f60c7192a84b/recipes/proxy-mode";
- sha256 = "0ldjfmxn8k8bzvdrlsfpijsmgn754aza54by5d59k7a1xn6d37mp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/proxy-mode";
- license = lib.licenses.free;
- };
- }) {};
- psc-ide = callPackage ({ company
- , dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild
- , s
- , seq }:
- melpaBuild {
- pname = "psc-ide";
- ename = "psc-ide";
- version = "20190326.1410";
- src = fetchFromGitHub {
- owner = "purescript-emacs";
- repo = "psc-ide-emacs";
- rev = "a10cc85565f330ee277698b27f3f715fef2e1ce2";
- sha256 = "1nj8g31zys86p2kb1yrx9w0657qg3ckz5awfwz5wd5w1axxigk23";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9eb5ff1de1d207317df052ecbd65dbe0f8766f5d/recipes/psc-ide";
- sha256 = "0gvq4cmmnbh4afzhmpqmizlvyr2fmd88jwdcac3w4b25fvhzr8hp";
- name = "recipe";
- };
- packageRequires = [
- company
- dash
- dash-functional
- emacs
- flycheck
- let-alist
- s
- seq
- ];
- meta = {
- homepage = "https://melpa.org/#/psc-ide";
- license = lib.licenses.free;
- };
- }) {};
- psci = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , purescript-mode }:
- melpaBuild {
- pname = "psci";
- ename = "psci";
- version = "20190307.1624";
- src = fetchFromGitHub {
- owner = "purescript-emacs";
- repo = "emacs-psci";
- rev = "3c10918a3a1d1dc613c222801deb465d4fbb2143";
- sha256 = "14dj7jsyamkr05dqqlks8p12nb94gw0pj4dmnh1p771020b8drw0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3451719ce5096383db082917716a5ed8346fc186/recipes/psci";
- sha256 = "1iwkr58b910vrwwxyk00psy74vp201vmm3b0cm4k5fh3glr31vp9";
- name = "recipe";
- };
- packageRequires = [ dash emacs purescript-mode ];
- meta = {
- homepage = "https://melpa.org/#/psci";
- license = lib.licenses.free;
- };
- }) {};
- psession = callPackage ({ async
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "psession";
- ename = "psession";
- version = "20190502.1138";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "psession";
- rev = "2557ca67a7a81f5270fb98a0b0a92838d09343b8";
- sha256 = "0wspxsis3p2zm1f0wfxmi4dpyswcip6jzx2jcan7j2mqiwld6l33";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/669342d2b3e6cb622f196571d776a98ec8f3b1d3/recipes/psession";
- sha256 = "18va6kvpia5an74vkzccs72z02vg4vq9mjzr5ih7xbcqxna7yv3a";
- name = "recipe";
- };
- packageRequires = [ async cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/psession";
- license = lib.licenses.free;
- };
- }) {};
- psysh = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "psysh";
- ename = "psysh";
- version = "20181128.922";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "psysh.el";
- rev = "4709a57cdcf7103c4a606be89849ea3ead2d38a5";
- sha256 = "1apf6mnqp9bg5dfykgvsn02z0xpyx6k34sd2pvicicig7w09kzvb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/psysh";
- sha256 = "00rzfw8nlbcmfbjnzbfl08136dhgvrrn9g1s9l623xgpbcay63sg";
- name = "recipe";
- };
- packageRequires = [ emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/psysh";
- license = lib.licenses.free;
- };
- }) {};
- pt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pt";
- ename = "pt";
- version = "20161226.1159";
- src = fetchFromGitHub {
- owner = "bling";
- repo = "pt.el";
- rev = "6d99b2aaded3ece3db19a20f4b8f1d4abe382622";
- sha256 = "1vi97hgwrf7n8vsbkvvhn398m20755jnbbbz4kxgqfmcgpimc8nc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/34c51783af154f203489f5f7df7012ca61932caa/recipes/pt";
- sha256 = "0zmz1hcr4ajc2ydvpdxhy1dlhp7hvlkv6y6w1b79ffvq6acdd5mj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pt";
- license = lib.licenses.free;
- };
- }) {};
- pubmed = callPackage ({ deferred
- , emacs
- , esxml
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "pubmed";
- ename = "pubmed";
- version = "20190502.1421";
- src = fetchFromGitLab {
- owner = "fvdbeek";
- repo = "emacs-pubmed";
- rev = "67fbb6e8834feda85e8301adc5c17d9e38395d6a";
- sha256 = "15bwjxc7g43m5pi8z17anaqqkvi209r7kk1chmf175477gvrv7c0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ee84560c15e7389e902fb4a4c548c08be231de82/recipes/pubmed";
- sha256 = "048kh442dnzgwz4wml2a5griav8zyrfzn5b43n9ky84pm7lgcxp3";
- name = "recipe";
- };
- packageRequires = [ deferred emacs esxml s ];
- meta = {
- homepage = "https://melpa.org/#/pubmed";
- license = lib.licenses.free;
- };
- }) {};
- pug-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pug-mode";
- ename = "pug-mode";
- version = "20180513.1426";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-pug-mode";
- rev = "8739fe5b5ff83a53cfb233263e85346562e58f1d";
- sha256 = "16whqy3plqarlvmifakgc7a8fjp4gv7hchzgspnvgjadqk3h0ik0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b3710aac9f3df3a23238af1f969c462b3692f260/recipes/pug-mode";
- sha256 = "1njhr95y2rx7inpl9phxxz580844p2iadqlga1kj7xzvjz698x85";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pug-mode";
- license = lib.licenses.free;
- };
- }) {};
- pulseaudio-control = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pulseaudio-control";
- ename = "pulseaudio-control";
- version = "20190419.2241";
- src = fetchFromGitHub {
- owner = "flexibeast";
- repo = "pulseaudio-control";
- rev = "552206807c9af6ec150540bbdda5d08393196e0a";
- sha256 = "1bb14xcglvamvlqsx3dz75zq5ws17774g32484x5ksfpajpibwas";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7964f226e12c3a27ff856e28f4b030ebf304aea2/recipes/pulseaudio-control";
- sha256 = "1vdhg85lbdx7sj1xg2vhhfmhrrp5q2x560agnsb0gxi2akp6z9r0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pulseaudio-control";
- license = lib.licenses.free;
- };
- }) {};
- punctuality-logger = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "punctuality-logger";
- ename = "punctuality-logger";
- version = "20141120.1231";
- src = fetchFromGitLab {
- owner = "elzair";
- repo = "punctuality-logger";
- rev = "d76c5d5589a4f8a94cc5537686d9a3b46ea7cc59";
- sha256 = "03872n1v5qqqblviq9sf2ml6ibs50mcjrh0i35sb0m7l202nh52b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76ac7178ee5381e08ae881f3fc6061106eeb1c1d/recipes/punctuality-logger";
- sha256 = "0q9s74hkfqvcx67xpq9rlvh38nyjnz230bll6ks7y5yzxvl4qhcm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/punctuality-logger";
- license = lib.licenses.free;
- };
- }) {};
- pungi = callPackage ({ fetchFromGitHub
- , fetchurl
- , jedi
- , lib
- , melpaBuild
- , pyvenv }:
- melpaBuild {
- pname = "pungi";
- ename = "pungi";
- version = "20150222.446";
- src = fetchFromGitHub {
- owner = "mgrbyte";
- repo = "pungi";
- rev = "41c9f8b7795e083bfd63ba0d06c789c250998723";
- sha256 = "012lv7hrwlhvins81vw3yjkhdwbpi6g1dx55i101qyrpzv5ifngm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d504c6028c029268d380c0eac25b1c4886aa6e98/recipes/pungi";
- sha256 = "1v9fsd764z5wdcips63z53rcipdz7bha4q6s4pnn114jn3a93ls1";
- name = "recipe";
- };
- packageRequires = [ jedi pyvenv ];
- meta = {
- homepage = "https://melpa.org/#/pungi";
- license = lib.licenses.free;
- };
- }) {};
- punpun-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "punpun-theme";
- ename = "punpun-theme";
- version = "20161103.147";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "punpun-theme";
- rev = "cce8b10b2df6f9187a9eaa0c3f21ff0dda175968";
- sha256 = "1iz1qc9bphl2y2z7abc33fvyaccj733drkl7nzbr1jlpbknkmk2k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77a9edbb36dc9474adb23d356e6c596789aab2a2/recipes/punpun-theme";
- sha256 = "1l7nphh8v7w5w790cwmnp6nw5rciwhgzkvynkrvpiv9chhacx0xg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/punpun-theme";
- license = lib.licenses.free;
- };
- }) {};
- puppet-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "puppet-mode";
- ename = "puppet-mode";
- version = "20180813.1247";
- src = fetchFromGitHub {
- owner = "voxpupuli";
- repo = "puppet-mode";
- rev = "7dee1b5a5debac6e56f9107492a413b6c0edb94d";
- sha256 = "01isn90h50p5c6cgzwhb1jq8yacj0fxw9ppfqrnynckg6ydpvg74";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1de94f0ab39ab18dfd0b050e337f502d894fb3ad/recipes/puppet-mode";
- sha256 = "1qn71j6fkwnrsq1s6fhfcxhic3rbspg5cy9n7jv451ji7ywyhakf";
- name = "recipe";
- };
- packageRequires = [ emacs pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/puppet-mode";
- license = lib.licenses.free;
- };
- }) {};
- purescript-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "purescript-mode";
- ename = "purescript-mode";
- version = "20190522.1530";
- src = fetchFromGitHub {
- owner = "purescript-emacs";
- repo = "purescript-mode";
- rev = "8db1d0243c03da31adac4d7c5287407a4df6aff2";
- sha256 = "07z5m8h5a1dhqlzf8wqyxqw2mz3kxzjfpb0p7az3bhs3xsxq6q1q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/55462ed7e9bf353f26c5315015436b2a1b37f9bc/recipes/purescript-mode";
- sha256 = "1g30xbv3xvv52r873465a2lp6fnws9q8dz277697qm0mgxkpimbp";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/purescript-mode";
- license = lib.licenses.free;
- };
- }) {};
- purp-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "purp-theme";
- ename = "purp-theme";
- version = "20181211.1102";
- src = fetchFromGitHub {
- owner = "gnuvince";
- repo = "purp";
- rev = "4f5a95b132779f5219f7dc6bd6a412b7de1d8d1b";
- sha256 = "1cbnw3fj5hy4wjkwrzikjpg1mk3dj9ic0bhdiyv9d6sv26d5f1sz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9e731ed27d812d822ebb1dbd639441ce59c4ecf7/recipes/purp-theme";
- sha256 = "1ni8nnyfg4g49fw5m4pxa8fr147pyyvqa5gmydggv5r1xmldgsli";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/purp-theme";
- license = lib.licenses.free;
- };
- }) {};
- purple-haze-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "purple-haze-theme";
- ename = "purple-haze-theme";
- version = "20141014.1929";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-purple-haze-theme";
- rev = "3e245cbef7cd09e6b3ee124963e372a04e9a6485";
- sha256 = "15myw5rkbnnpgzpiipm5xl4cyzymv8hh66x9al4aalb5nf52dckc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f26b8281f9bd05e3c8f2ef21838275711e622c9/recipes/purple-haze-theme";
- sha256 = "1rvfpm3zkhdv3ikc8pqqngf9pi0niwyi52pg8dq8i056nwc5bk9z";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/purple-haze-theme";
- license = lib.licenses.free;
- };
- }) {};
- purty-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "purty-mode";
- ename = "purty-mode";
- version = "20131004.1559";
- src = fetchFromGitHub {
- owner = "jcatw";
- repo = "purty-mode";
- rev = "ad48149bfd0c765796a728b22d679e03fc124328";
- sha256 = "1gx2c94bq34d2zjdr9mbnafq6alzz8vrlj5pskm15p225s85a2q3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/purty-mode";
- sha256 = "0gbbwl5kg74jf1i1zsr40zg3gw43qmz1l87k0r578v1xvyqmhm1i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/purty-mode";
- license = lib.licenses.free;
- };
- }) {};
- pushbullet = callPackage ({ fetchFromGitHub
- , fetchurl
- , grapnel
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pushbullet";
- ename = "pushbullet";
- version = "20140809.532";
- src = fetchFromGitHub {
- owner = "theanalyst";
- repo = "revolver";
- rev = "73c59a0f1dc04875b3e5a2c8afbc26c32128e445";
- sha256 = "03ivg3ddhy5zh410wgwxa17m98wywqhk62jgijhjd00b6l8i4aym";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a2649d60dd1ed3b3171ff1448b89967c5f7759a0/recipes/pushbullet";
- sha256 = "1swzl25rcw7anl7q099qh14yhnwlbn3m20ib9kis0l1rv59kkarl";
- name = "recipe";
- };
- packageRequires = [ grapnel json ];
- meta = {
- homepage = "https://melpa.org/#/pushbullet";
- license = lib.licenses.free;
- };
- }) {};
- pushover = callPackage ({ cl-lib ? null
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pushover";
- ename = "pushover";
- version = "20170818.1403";
- src = fetchgit {
- url = "https://git.flintfam.org/swf-projects/emacs-pushover.git";
- rev = "bbe3ac8df3c532a72da4552615af960b8a577588";
- sha256 = "187bisngi37n66ik2dq7rg4hy4nlxl9pifqgqq08kf9238y8hd11";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e9553cd029bc0733c89d2c790cb173d9668a9eba/recipes/pushover";
- sha256 = "0im5bf2r69s2jb6scm8xdk63y1xi5zm4kg9ghfixlvyvipfli4kl";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/pushover";
- license = lib.licenses.free;
- };
- }) {};
- px = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "px";
- ename = "px";
- version = "20170317.1630";
- src = fetchFromGitHub {
- owner = "aaptel";
- repo = "preview-latex";
- rev = "0c52f7933eab3ca1642ab0df151db9950430c9e2";
- sha256 = "0f741a2gpc2mdl85ivbiskga620b6ci2x0dwjs7m8c1vk6xrxbpi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/326fc9b057a5016248ac36ca166e9a38f13babf6/recipes/px";
- sha256 = "0xjmz18m2dslh6yq5z32r43zq3svfxn8mhrfbmihglyv2mkwxw44";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/px";
- license = lib.licenses.free;
- };
- }) {};
- py-autopep8 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "py-autopep8";
- ename = "py-autopep8";
- version = "20160925.352";
- src = fetchFromGitHub {
- owner = "paetzke";
- repo = "py-autopep8.el";
- rev = "68e12d8788c91c7ec53a68acf1d23adb2ffa4788";
- sha256 = "16fmym6hvi2lx0mmbrrhld1vzki5iqfqx2m0xa9021gjjzb33lw6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c400e0f3cfe70821e621fe85d239b4f6596d5171/recipes/py-autopep8";
- sha256 = "1argjdmh0x9c90zkb6cr4z3zkpgjp2mkpsw0dr4v6gg83jcggfpp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/py-autopep8";
- license = lib.licenses.free;
- };
- }) {};
- py-gnitset = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "py-gnitset";
- ename = "py-gnitset";
- version = "20170821.1032";
- src = fetchFromGitHub {
- owner = "quodlibetor";
- repo = "py-gnitset";
- rev = "1e993cc29cbc31e06fe1e335dec198e21972fa55";
- sha256 = "1hslq2bdk95cgza9qbskxf942ckhjb4bqi6nrhbmlnm9agmjqm59";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d00b78ead693e844e35c760fe2c39b8ed6cb0d81/recipes/py-gnitset";
- sha256 = "0f6ivq4ignb4gfxw2q8qvigvv3fbvvyr87x25wcaz6yipg1lr18r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/py-gnitset";
- license = lib.licenses.free;
- };
- }) {};
- py-import-check = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "py-import-check";
- ename = "py-import-check";
- version = "20130802.411";
- src = fetchFromGitHub {
- owner = "psibi";
- repo = "emacs-py-import-check";
- rev = "38ad91e67047bd37231497d11d409d064d510f98";
- sha256 = "1irdc740za4vb1ixnp2j33m8xwknybdg5szj1pgy28r72w4lipfy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/abe81fe96790ceebcf0951595644ea6a82613890/recipes/py-import-check";
- sha256 = "1261dki0q44sw9h0g1305i2fj1dg9xgwzry50jbn2idcrqg4xf7k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/py-import-check";
- license = lib.licenses.free;
- };
- }) {};
- py-isort = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "py-isort";
- ename = "py-isort";
- version = "20160925.318";
- src = fetchFromGitHub {
- owner = "paetzke";
- repo = "py-isort.el";
- rev = "e67306f459c47c53a65604e4eea88a3914596560";
- sha256 = "08i55gv392wc12x8v3dca0dmz8a8p9ljsqhyajsb6qv1k120wqhx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44377d11da07b49c8dc6887c948cc5ddfc065bd2/recipes/py-isort";
- sha256 = "0k5gn3bjn5pv6dn6p0m9xghn0sx3m29bj3pfrmyh6gd5ic0l00yb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/py-isort";
- license = lib.licenses.free;
- };
- }) {};
- py-smart-operator = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "py-smart-operator";
- ename = "py-smart-operator";
- version = "20170531.509";
- src = fetchFromGitHub {
- owner = "rmuslimov";
- repo = "py-smart-operator";
- rev = "0c8a66faca4b35158d0b5885472cb75286039167";
- sha256 = "09pmkp24s7nwh6p4pzsjp1z65ksi9n3n2xv7d3igpa86l8qgcm2d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a7491a1825b7aaa5f76aafadb8f04721ab1b1cfe/recipes/py-smart-operator";
- sha256 = "1n0bdr9z2s1ikhmfz642k94gjzb88anwlb61mh27ay8wqdgm74c4";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/py-smart-operator";
- license = lib.licenses.free;
- };
- }) {};
- py-test = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "py-test";
- ename = "py-test";
- version = "20151116.2222";
- src = fetchFromGitHub {
- owner = "Bogdanp";
- repo = "py-test.el";
- rev = "3b2a0bdaacb54df6f2bee8317423e5c0d159d5cf";
- sha256 = "1s39407z3rxz10r5sshv2vj7s23ylkhg59ixasgnpjk82gl4igpf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84690ba6b033027772c20bf20432427b32d3231a/recipes/py-test";
- sha256 = "1mbwbzg606winf5af7qkg6a1hg79lc7k2miq4d3mwih496l5sinb";
- name = "recipe";
- };
- packageRequires = [ dash emacs f ];
- meta = {
- homepage = "https://melpa.org/#/py-test";
- license = lib.licenses.free;
- };
- }) {};
- py-yapf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "py-yapf";
- ename = "py-yapf";
- version = "20160925.422";
- src = fetchFromGitHub {
- owner = "paetzke";
- repo = "py-yapf.el";
- rev = "a878304202ad827a1f3de3dce1badd9ca8731146";
- sha256 = "1mmzqdigxx46my0h9497l25cjydy3vykg6slxkch4dzvhhlbap48";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3306c6906d4b21868b9407de27fbebdaed3d00d5/recipes/py-yapf";
- sha256 = "1381x0ffpllxwgkr2d8xxbv1nd4k475m1aff8l5qijw7d1fqga2f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/py-yapf";
- license = lib.licenses.free;
- };
- }) {};
- pycarddavel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pycarddavel";
- ename = "pycarddavel";
- version = "20150831.516";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "pycarddavel";
- rev = "6ead921066fa0156f20155b7126e5875ce11c328";
- sha256 = "0qg1kjzsv2mcvlsivqy8ys3djbs5yala37r9h2zcxdicl88q0l11";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b3d2cd943f26dcff322efb16d55dd3bd71dea07/recipes/pycarddavel";
- sha256 = "12k2mnzkd8yv17csfhclsnd479vcabawmac23yw6dsw7ic53jf1a";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/pycarddavel";
- license = lib.licenses.free;
- };
- }) {};
- pycoverage = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pycoverage";
- ename = "pycoverage";
- version = "20160324.1812";
- src = fetchFromGitHub {
- owner = "mattharrison";
- repo = "pycoverage.el";
- rev = "dbc152a807efcaac4e50bedb64c026674009a279";
- sha256 = "0qap6iz865l43mixga7541c2z9kdx8zkkdcgdlgn6n8pyv8iz7qs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb0310bbe8427abdcba2b30414ec26475b0b7440/recipes/pycoverage";
- sha256 = "1jaanmpnawk0r6zfzx18crqml7lv412l2l0iabp345xvfvsh8h1m";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pycoverage";
- license = lib.licenses.free;
- };
- }) {};
- pydoc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pydoc";
- ename = "pydoc";
- version = "20181024.1751";
- src = fetchFromGitHub {
- owner = "statmobile";
- repo = "pydoc";
- rev = "abb948e27efaf2452f339c62cd99a1c69930bbfe";
- sha256 = "1da08x2hjjd9d832fwrd4rbd3h6f7m031kkxh53v9xdavkp0xqf1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c4988a66040ddf659492bdb0ae2b9617c342c69/recipes/pydoc";
- sha256 = "0sf52cb80yiridsl1pffdr3wpbgxrn2l8vnq03l70djckild477n";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pydoc";
- license = lib.licenses.free;
- };
- }) {};
- pydoc-info = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pydoc-info";
- ename = "pydoc-info";
- version = "20110301.34";
- src = fetchhg {
- url = "https://bitbucket.com/jonwaltman/pydoc-info";
- rev = "151d877c8fb8";
- sha256 = "1mzyr6yznkyv99x9q8zx2f270ngjh8s94zvnhcbhidi57inpd1nh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/pydoc-info";
- sha256 = "0l80g0rzkk3a1wrw2riiywz9wdyxwr5i64jb2h5r8alp9qq1k7mf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pydoc-info";
- license = lib.licenses.free;
- };
- }) {};
- pyenv-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pythonic }:
- melpaBuild {
- pname = "pyenv-mode";
- ename = "pyenv-mode";
- version = "20170801.1648";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "pyenv-mode";
- rev = "215b7f0ed3847e0c844adbff7d9b19057aa7c820";
- sha256 = "0wb9xgpp9bc045kkw0jg14qnxa1y7ydsv1zw4nmy0mw7acxpcjgn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/pyenv-mode";
- sha256 = "00yqrk92knv9gq1m9xcg78gavv70jsjlwzkllzxl63iva9qrch59";
- name = "recipe";
- };
- packageRequires = [ pythonic ];
- meta = {
- homepage = "https://melpa.org/#/pyenv-mode";
- license = lib.licenses.free;
- };
- }) {};
- pyenv-mode-auto = callPackage ({ f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pyenv-mode
- , s }:
- melpaBuild {
- pname = "pyenv-mode-auto";
- ename = "pyenv-mode-auto";
- version = "20180620.552";
- src = fetchFromGitHub {
- owner = "ssbb";
- repo = "pyenv-mode-auto";
- rev = "b6eef88ad89865a7e0ec8bae8c6ce8239cb649c6";
- sha256 = "1gz7145jnjcky1751pqrlhh3pq02ybsmz49ngx4ip2589nry7iyv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3fcb707356bd16fd0b573c176023534cd69d0d7/recipes/pyenv-mode-auto";
- sha256 = "1l7h4fas1vshkh4skxzpw7v2a11s1hwnb20n6a81yh701pbikqnd";
- name = "recipe";
- };
- packageRequires = [ f pyenv-mode s ];
- meta = {
- homepage = "https://melpa.org/#/pyenv-mode-auto";
- license = lib.licenses.free;
- };
- }) {};
- pyfmt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pyfmt";
- ename = "pyfmt";
- version = "20150521.1356";
- src = fetchFromGitHub {
- owner = "aheaume";
- repo = "pyfmt.el";
- rev = "3022283c1ae7da1b6a983fedc90179670725f8d0";
- sha256 = "0p0hjac9qk809ygmg566avv4fkljfnrn7rk1pxh61dsj7al6kzzp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68d477025ae5af50bf8f7b37f2adfa9159502e13/recipes/pyfmt";
- sha256 = "112kjsp763c2plhqlhydpngrabhc58ya7cszvi4119xqw2s699g6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pyfmt";
- license = lib.licenses.free;
- };
- }) {};
- pygen = callPackage ({ dash
- , elpy
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , python-mode }:
- melpaBuild {
- pname = "pygen";
- ename = "pygen";
- version = "20161120.2106";
- src = fetchFromGitHub {
- owner = "JackCrawley";
- repo = "pygen";
- rev = "3a5d1d1a0640865b15be05cd1eeb33bb4793b622";
- sha256 = "0fzpvdwb7hhmfmjxzvap8413bc81lrx8r3ij3yasqaxyqw3a6vy1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e761724e52de6fa4d92950751953645dd439d340/recipes/pygen";
- sha256 = "1ivg7a1ghg0bvz3idz7dzy5yb0ln3b2j7dfizg2g0fi4iwvc4czz";
- name = "recipe";
- };
- packageRequires = [ dash elpy python-mode ];
- meta = {
- homepage = "https://melpa.org/#/pygen";
- license = lib.licenses.free;
- };
- }) {};
- pyim = callPackage ({ async
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , pyim-basedict }:
- melpaBuild {
- pname = "pyim";
- ename = "pyim";
- version = "20190530.1831";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "pyim";
- rev = "50e2b0d825dde89639fe1257fad8c9bf450b2c7f";
- sha256 = "1gf0cix5gc20ab9rsvj13rdnvcsqsjkbaql7xbv5lyl555dlbpn7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/151a0af91a58e27f724854d85d5dd9668229fe8d/recipes/pyim";
- sha256 = "1ly4xhfr3irlrwvv20j3kyz98g7barridi9n8jppc0brh2dlv98j";
- name = "recipe";
- };
- packageRequires = [ async emacs popup pyim-basedict ];
- meta = {
- homepage = "https://melpa.org/#/pyim";
- license = lib.licenses.free;
- };
- }) {};
- pyim-basedict = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pyim-basedict";
- ename = "pyim-basedict";
- version = "20170726.1959";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "pyim-basedict";
- rev = "3196cb210e056702c5a4ea1dac1d8e1e27740fab";
- sha256 = "03jbjc5a1h22vpcybg0gmbyibaa85w2ml1pjk646qb28ljywd5aw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/151a0af91a58e27f724854d85d5dd9668229fe8d/recipes/pyim-basedict";
- sha256 = "1y8cmccli3im5bvws2h582z7k4nj6p8brgypl8h09y3na6yjy2z9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pyim-basedict";
- license = lib.licenses.free;
- };
- }) {};
- pyim-cangjie5dict = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pyim }:
- melpaBuild {
- pname = "pyim-cangjie5dict";
- ename = "pyim-cangjie5dict";
- version = "20170729.1946";
- src = fetchFromGitHub {
- owner = "HesperusArcher";
- repo = "pyim-cangjie5dict";
- rev = "c8618590780b818db1a67a29bc47c5d25903517a";
- sha256 = "0p49h2kn8wy3b51zahzyc1cy24h3b44cg5yjpmv4w23dhsr4zlz8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7/recipes/pyim-cangjie5dict";
- sha256 = "1l2k8kfnfciacp1zps8j1g6ijzv1k3g9198079l8c8xlw789irlv";
- name = "recipe";
- };
- packageRequires = [ pyim ];
- meta = {
- homepage = "https://melpa.org/#/pyim-cangjie5dict";
- license = lib.licenses.free;
- };
- }) {};
- pyim-wbdict = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pyim }:
- melpaBuild {
- pname = "pyim-wbdict";
- ename = "pyim-wbdict";
- version = "20190201.1500";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "pyim-wbdict";
- rev = "9799b689643052078f53d69342a82315251490f4";
- sha256 = "1rqlckmlmwmnqvk8bbcyvwr54p6x9b1fph5f17anzlvwffdjsw5c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ab1cb8bc623d1f12f78fa42ce8b16514e5b07c51/recipes/pyim-wbdict";
- sha256 = "1s0i9xcnpy8kxqhsv7rqxabv5vnxsciyng398mn32mknib03315i";
- name = "recipe";
- };
- packageRequires = [ pyim ];
- meta = {
- homepage = "https://melpa.org/#/pyim-wbdict";
- license = lib.licenses.free;
- };
- }) {};
- pyimport = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , shut-up }:
- melpaBuild {
- pname = "pyimport";
- ename = "pyimport";
- version = "20180308.952";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "pyimport";
- rev = "a6f63cf7ed93f0c0f7c207e6595813966f8852b9";
- sha256 = "1q5gqhvh4zq5dy8vns694warcz48j1hdnxg16sjck4gsi9xivbvs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71bc39b06cee37814960ef31c6a2056261b802fb/recipes/pyimport";
- sha256 = "1qwigplawknykw1kbm5babyyknzn43ddhbdpahvzh4wy3kycn6n8";
- name = "recipe";
- };
- packageRequires = [ dash s shut-up ];
- meta = {
- homepage = "https://melpa.org/#/pyimport";
- license = lib.licenses.free;
- };
- }) {};
- pyimpsort = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pyimpsort";
- ename = "pyimpsort";
- version = "20160129.2053";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "pyimpsort.el";
- rev = "d5c61d70896b642646dfd3c809c06174ae086c1a";
- sha256 = "05qx1p19dw3nr264shihfn33k579hd0wf4cxki5cqrxi7xzpjgrc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/97eb7c0934298d393910419fd55d7d5f1b0cfc38/recipes/pyimpsort";
- sha256 = "0kdk3bmryfzvwf8vshfszbih8mwncf4xlb0n0n0yjn0p1n98q99k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pyimpsort";
- license = lib.licenses.free;
- };
- }) {};
- pylint = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pylint";
- ename = "pylint";
- version = "20170402.555";
- src = fetchFromGitHub {
- owner = "PyCQA";
- repo = "pylint";
- rev = "c812c59b31ba0b3f45c4bef6d4d93f561f79949d";
- sha256 = "1234ms5brqvx468hqpslzg4nsj42g9vjza2rp5msn15nj7cdhbxj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a073c91d6f4d31b82f6bfee785044c4e3ae96d3f/recipes/pylint";
- sha256 = "1138a8dn9y4ypbphs1zfvr8gr4vdjcy0adsl4xfbgsls4kcdwpxx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pylint";
- license = lib.licenses.free;
- };
- }) {};
- pynt = callPackage ({ deferred
- , ein
- , emacs
- , epc
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pynt";
- ename = "pynt";
- version = "20180710.26";
- src = fetchFromGitHub {
- owner = "ebanner";
- repo = "pynt";
- rev = "963c43cfdb5deea7daedc269aafa79192d853154";
- sha256 = "167hw8flq5fgxf4wzsdx07a1jgp8qg11lraj7g09ds2wrlh9awid";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fdb297084188a957a46dcd036e65d9d893044bea/recipes/pynt";
- sha256 = "07c0zc68r3pskn3bac3a8x5nrsykl90a1h22865g3i5vil76vvg3";
- name = "recipe";
- };
- packageRequires = [ deferred ein emacs epc ];
- meta = {
- homepage = "https://melpa.org/#/pynt";
- license = lib.licenses.free;
- };
- }) {};
- pyramid = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pythonic
- , tablist }:
- melpaBuild {
- pname = "pyramid";
- ename = "pyramid";
- version = "20181212.404";
- src = fetchFromGitHub {
- owner = "dakra";
- repo = "pyramid.el";
- rev = "277f7c623f489fd31c56d6e131c5481a71b6a926";
- sha256 = "1xpb08m5zjyxpq45mmhfysxgaga2xj9r6nw6zs2rx0zkv6qjklnr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f786a47c2a6243c693163680146606c71502d0be/recipes/pyramid";
- sha256 = "149p9k6wjlgamm3vrkkcdj4fqhdfsskv1jqflp1bccfkgqpi5096";
- name = "recipe";
- };
- packageRequires = [ emacs pythonic tablist ];
- meta = {
- homepage = "https://melpa.org/#/pyramid";
- license = lib.licenses.free;
- };
- }) {};
- pytest = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "pytest";
- ename = "pytest";
- version = "20181005.824";
- src = fetchFromGitHub {
- owner = "ionrock";
- repo = "pytest-el";
- rev = "1bfa7549001e61ecd59cd6eae7c6656a924d1ba4";
- sha256 = "1ry0czn0qjjiw75v47jamxbfzh70jxai6lvf3pp5v87wp1xhnznh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/33a854a27adbaf57d344340199f90d52747b8450/recipes/pytest";
- sha256 = "0ssib65wa20h8r6156f392l481vns5fcax6w70hcawmn84nficdh";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/pytest";
- license = lib.licenses.free;
- };
- }) {};
- pytest-pdb-break = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pytest-pdb-break";
- ename = "pytest-pdb-break";
- version = "20190307.2255";
- src = fetchFromGitHub {
- owner = "poppyschmo";
- repo = "pytest-pdb-break";
- rev = "9966507e1a3f2c4a5249ee96a93790cca82d91c5";
- sha256 = "1is1v28bqk43dqmhjggxlfxz3l7va4686k8y2hxmhrl80hg54182";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ed7d5d5e81818dad55edda73fbeca8c5021b932/recipes/pytest-pdb-break";
- sha256 = "0dxn53y9zjlip0bjynjql984wrf39pmg5fsx1qgsrj1bw78xqw26";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pytest-pdb-break";
- license = lib.licenses.free;
- };
- }) {};
- python-cell = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "python-cell";
- ename = "python-cell";
- version = "20190217.1023";
- src = fetchFromGitHub {
- owner = "thisch";
- repo = "python-cell.el";
- rev = "665725446b194dbaaff9645dd880524368dd710a";
- sha256 = "1rjh16jacp98i0l78ij5lfp5f0b42qhfzms2x8zwr9j2aj1csy2h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0549866c5e96f673ec9dec298e7ff9d5779d443b/recipes/python-cell";
- sha256 = "07i3vyci52jvslq28djwkgx1r157wvxd99rvqlxnmmsl5yj4k1jf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/python-cell";
- license = lib.licenses.free;
- };
- }) {};
- python-django = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "python-django";
- ename = "python-django";
- version = "20150821.2104";
- src = fetchFromGitHub {
- owner = "fgallina";
- repo = "python-django.el";
- rev = "fc54ad74f0309670359b939f64d0f1fff68aeac4";
- sha256 = "1qckn5bi1ib54hgqbym5qqwzvbv70ria1w3c2x543xlr0l7zga6h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/29b2cd21e7b504222aed92ec062402f3e2a818fc/recipes/python-django";
- sha256 = "02whx8g8r02mzng7d7bnbkz5n7gyzp5hcnmvd6a3lq106c0h7w9k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/python-django";
- license = lib.licenses.free;
- };
- }) {};
- python-docstring = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "python-docstring";
- ename = "python-docstring";
- version = "20170508.156";
- src = fetchFromGitHub {
- owner = "glyph";
- repo = "python-docstring-mode";
- rev = "d35d2e0fbe468743c19a870fec7b28a7e725790d";
- sha256 = "11y208svg5nxw8k7cbgd2iydng40gwpr85bdnxkywd910sac5p7b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e159e59ba0b60326cca0e1ea68fac4b85d54cd24/recipes/python-docstring";
- sha256 = "1vi30y71vflsbprp5j4phbp7x1j24vxn9d6sifaddari0g0zxpfw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/python-docstring";
- license = lib.licenses.free;
- };
- }) {};
- python-environment = callPackage ({ deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "python-environment";
- ename = "python-environment";
- version = "20150310.153";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "emacs-python-environment";
- rev = "401006584e32864a10c69d29f14414828909362e";
- sha256 = "0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/283155ad56cd8eda416c83a9b7f8d43d4d1570c2/recipes/python-environment";
- sha256 = "1pq16rddw76ic5d02j5bswl9qcydi47hqmhs7r06jk46vsfzxpl7";
- name = "recipe";
- };
- packageRequires = [ deferred ];
- meta = {
- homepage = "https://melpa.org/#/python-environment";
- license = lib.licenses.free;
- };
- }) {};
- python-info = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "python-info";
- ename = "python-info";
- version = "20151228.1052";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "python-info";
- rev = "306f15441b54b25757cdfd3b327b84024ea21ed7";
- sha256 = "0zk6014dzfrb3y3nhs890x082xf044w0a8nmy6rlrj375lvhfn99";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2a30746451ec5ffab250e160c1d5bd29b8dc6b54/recipes/python-info";
- sha256 = "0kvpz1r2si94rs1iajn1ffmx7a5bgyjnzri36ajdgd5gcgh41dhy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/python-info";
- license = lib.licenses.free;
- };
- }) {};
- python-mode = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "python-mode";
- ename = "python-mode";
- version = "20190503.938";
- src = fetchFromGitLab {
- owner = "python-mode-devs";
- repo = "python-mode";
- rev = "9ba43eaac8200e73fbd4cf938ecece4b8bfadaa0";
- sha256 = "0rdv5zs15rl7d6lla3k1wh4c1icxrbn6pbd9jqrrm96a5q8hm8v9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82861e1ab114451af5e1106d53195afd3605448a/recipes/python-mode";
- sha256 = "1m7c6c97xpr5mrbyzhcl2cy7ykdz5yjj90mrakd4lknnsbcq205k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/python-mode";
- license = lib.licenses.free;
- };
- }) {};
- python-pytest = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit-popup
- , melpaBuild
- , projectile
- , s }:
- melpaBuild {
- pname = "python-pytest";
- ename = "python-pytest";
- version = "20180725.446";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "emacs-python-pytest";
- rev = "09ad688df207ee9b02c990d3897a9e2841931d97";
- sha256 = "18v7kxdhrayxg2pgbysm0y47xpdvwa15fmazpkfg0q8dfp2j3022";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d95442748827911e082a55f4fd7c348a3757e274/recipes/python-pytest";
- sha256 = "0n97akqq7dss7rsww311ljh9w1hyc4j64wjmpxjlc9lg5aqwjbh4";
- name = "recipe";
- };
- packageRequires = [
- dash
- dash-functional
- emacs
- magit-popup
- projectile
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/python-pytest";
- license = lib.licenses.free;
- };
- }) {};
- python-switch-quotes = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "python-switch-quotes";
- ename = "python-switch-quotes";
- version = "20161228.9";
- src = fetchFromGitHub {
- owner = "werehuman";
- repo = "python-switch-quotes";
- rev = "93f1e9b40e061a6cea480139e8b1362b6404abd0";
- sha256 = "1x04hnf3m8cgqp0i566q4n7kh59cayzfxka3g07kv0h543xbys4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d99fbd3d0c486bf89c9c0937e2ebf378be39293f/recipes/python-switch-quotes";
- sha256 = "1wc27q9ac8p7c5mfk3kznbmdd5ds4ray0csgba79n19g152y5jjc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/python-switch-quotes";
- license = lib.licenses.free;
- };
- }) {};
- python-test = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "python-test";
- ename = "python-test";
- version = "20181017.1729";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "python-test.el";
- rev = "f899975b133539e19ba822e4b0bfd1a28572967e";
- sha256 = "0ww0qf9hsd8j31dc0p3fmsiqsir3mqbd4pwv4i29qidmbgrk3cv0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0ea68b3aa9c057e81a3e90a359a38ac16cb26c2f/recipes/python-test";
- sha256 = "16grx9xzl48dcwflfmv64wigyxlw495a6q01b1ynkqj5sjdl3fkn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/python-test";
- license = lib.licenses.free;
- };
- }) {};
- python-x = callPackage ({ cl-lib ? null
- , fetchFromGitLab
- , fetchurl
- , folding
- , lib
- , melpaBuild
- , python ? null }:
- melpaBuild {
- pname = "python-x";
- ename = "python-x";
- version = "20180802.1042";
- src = fetchFromGitLab {
- owner = "wavexx";
- repo = "python-x.el";
- rev = "74d8c7eb824846de94705b1e74ee03ef109868d1";
- sha256 = "00vy3qqkg3zzvjk1cmkl72nmvjdhrccybd36ggnzszq73szcl7n2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1cf98dff029d494007fe25d29bd8bcfecc5b8e6/recipes/python-x";
- sha256 = "03px1z27yhvc9084h9j2p0khvhkwmfxdskf0ndvz79ywp6nl7mb6";
- name = "recipe";
- };
- packageRequires = [ cl-lib folding python ];
- meta = {
- homepage = "https://melpa.org/#/python-x";
- license = lib.licenses.free;
- };
- }) {};
- pythonic = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "pythonic";
- ename = "pythonic";
- version = "20190214.1016";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "pythonic";
- rev = "16c16202b76d33edd6a95814b2a9c298437f9832";
- sha256 = "1j8jslc0p85kl1fgl108ccvavqcvjda7hsc4ks9avill18w3dm5h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5589c55d459f15717914061d0f0f4caa32caa13c/recipes/pythonic";
- sha256 = "1hq0r3vg8vmgw89wfjdqknwm76pimlk0dy56wmh9vffh06gqsb51";
- name = "recipe";
- };
- packageRequires = [ emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/pythonic";
- license = lib.licenses.free;
- };
- }) {};
- pyvenv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pyvenv";
- ename = "pyvenv";
- version = "20181228.922";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "pyvenv";
- rev = "fa6a028349733b0ecb407c4cfb3a715b71931eec";
- sha256 = "1x052fsavb94x3scpqd6n9spqgzaahzbdxhg4qa5sy6hqsabn6zh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e37236b89b9705ba7a9d134b1fb2c3c003953a9b/recipes/pyvenv";
- sha256 = "0gai9idss1wvryxyqk3pv854mc2xg9hd0r55r2blql8n5rd2yv8v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pyvenv";
- license = lib.licenses.free;
- };
- }) {};
- q-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "q-mode";
- ename = "q-mode";
- version = "20181216.947";
- src = fetchFromGitHub {
- owner = "psaris";
- repo = "q-mode";
- rev = "7a13fb68a0ad3d843c8cdc188cf0adb9723f42f7";
- sha256 = "0di229ma7jr9jcck36qjrzilkbp428kkx53qs6c9xw9jhv6yklbz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fff65433eff01d6239809df4c047f0e4349cc4a9/recipes/q-mode";
- sha256 = "1vv3hynd6k050nxln83l703ymzyh1kl69cdy4yabdvmkqw4gbshz";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/q-mode";
- license = lib.licenses.free;
- };
- }) {};
- qiita = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "qiita";
- ename = "qiita";
- version = "20140118.44";
- src = fetchFromGitHub {
- owner = "gongo";
- repo = "qiita-el";
- rev = "d38988863a17a6fa8af617349b033c53b7634a83";
- sha256 = "0m3sr3csab80y408y5rm2ph379n5g5sv08wr32arfh815x3ql0wk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d8065a58e297c50c031de97d2d80bce5857bd803/recipes/qiita";
- sha256 = "1kzk7pc68ks9gxm2l2d28al23gxh56z0cmkl80qwg7sh4gsmhyxl";
- name = "recipe";
- };
- packageRequires = [ helm markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/qiita";
- license = lib.licenses.free;
- };
- }) {};
- ql = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ql";
- ename = "ql";
- version = "20180418.1320";
- src = fetchFromGitHub {
- owner = "ieure";
- repo = "ql-el";
- rev = "d976414ba6aa576ad524b5ee5bfa620efd072258";
- sha256 = "138h4ndnzpphsmi4b8yw53mxc3rnqrj1c3jp8njx5pkmiqkp1q00";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/475bd8fd66c6d5b5c7e74aa2c4e094d313cc8303/recipes/ql";
- sha256 = "0wxjblqacs5nx2hyh7r6rlv1yngbhn6phn5rni4dw2dms98zj34z";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ql";
- license = lib.licenses.free;
- };
- }) {};
- qml-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "qml-mode";
- ename = "qml-mode";
- version = "20161015.1731";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "qml-mode";
- rev = "6c5f33ba88ae010bf201a80ee8095e20a724558c";
- sha256 = "1sncsvzjfgmhp4m8w5jd4y51k24n2jfpgvrkd64wlhhzbj3wb947";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3abc88ddbb6b8ecafa45e75ceba9a1294ad88d4/recipes/qml-mode";
- sha256 = "123mlibviplzra558x87da4zx0kpbhsgfigjjgjgp3mdg897084n";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/qml-mode";
- license = lib.licenses.free;
- };
- }) {};
- qt-pro-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "qt-pro-mode";
- ename = "qt-pro-mode";
- version = "20170604.1141";
- src = fetchFromGitHub {
- owner = "EricCrosson";
- repo = "qt-pro-mode";
- rev = "1e0052fcfb89c15cb47714c1546d4e8ec6e01ae6";
- sha256 = "11bwxq4nwfbnlk4clg0m8jh2xz0ldv4ggyaw645sy7hprvwkp8y4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e9af710be77ccde8ffa5f22168d2c8a06b73dd6a/recipes/qt-pro-mode";
- sha256 = "1k3ph9bqvvg6i6n623qrwdpsffs8w9rv9nihmlggb4w30dwqc9nf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/qt-pro-mode";
- license = lib.licenses.free;
- };
- }) {};
- quack = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quack";
- ename = "quack";
- version = "20181106.501";
- src = fetchFromGitHub {
- owner = "emacsmirror";
- repo = "quack";
- rev = "2146805ce2b5a9b155d73929986f11e713787e26";
- sha256 = "005wkji4wjqqilgmqy81rjqr8zx4gl39mari2ahvr9mfps2ypmjz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aa58bf19d4b65ec785677a36709794ae5aebded4/recipes/quack";
- sha256 = "18f3py9vr08589g9kvbcn2nvpd074rx45ni9k66cwl3hjb3hdkg5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/quack";
- license = lib.licenses.free;
- };
- }) {};
- quasi-monochrome-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quasi-monochrome-theme";
- ename = "quasi-monochrome-theme";
- version = "20181213.27";
- src = fetchFromGitHub {
- owner = "lbolla";
- repo = "emacs-quasi-monochrome";
- rev = "68060dbbc0bbfe4924387392874186c5a29bb434";
- sha256 = "0zp2xr0bjfqrpb0bqczzick1vvbjmipjavrdi70kw6a9caynvq22";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a9c8498e4bcca19c4c24b2fd0db035c3da477e2a/recipes/quasi-monochrome-theme";
- sha256 = "0h5pqrklyga40jg8qc47lwmf8khn0vcs5jx2sdycl2ipy0ikmfs0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/quasi-monochrome-theme";
- license = lib.licenses.free;
- };
- }) {};
- quelpa = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quelpa";
- ename = "quelpa";
- version = "20190217.450";
- src = fetchgit {
- url = "https://framagit.org/steckerhalter/quelpa.git";
- rev = "716048b5ee048797551a59a4bd121026486db214";
- sha256 = "05926kvgp7mbdmwlfn2sdqzxg0b5nxr41m08p8mywfwjqjvnsvw8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a496196d405c152600d44ef4aa28557f489c542c/recipes/quelpa";
- sha256 = "0qm4dxwlvaka6j8ismb4lhar4dzlhpvjsx6524w15ilcbdbyqqjl";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/quelpa";
- license = lib.licenses.free;
- };
- }) {};
- quelpa-use-package = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild
- , quelpa
- , use-package }:
- melpaBuild {
- pname = "quelpa-use-package";
- ename = "quelpa-use-package";
- version = "20190210.1038";
- src = fetchgit {
- url = "https://framagit.org/steckerhalter/quelpa-use-package.git";
- rev = "6f3cc87caa6cb8795079c5cab3c6665970859098";
- sha256 = "129pigh1njn50s1lq81blcn54bkb6hwrlxg0sk7m1zsf6rybw0rf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a496196d405c152600d44ef4aa28557f489c542c/recipes/quelpa-use-package";
- sha256 = "1rdhnv7iz9clcy68j1gqv8cwq70ip4w12179v553lyikk9icrpp8";
- name = "recipe";
- };
- packageRequires = [ emacs quelpa use-package ];
- meta = {
- homepage = "https://melpa.org/#/quelpa-use-package";
- license = lib.licenses.free;
- };
- }) {};
- quick-buffer-switch = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quick-buffer-switch";
- ename = "quick-buffer-switch";
- version = "20151007.1508";
- src = fetchFromGitHub {
- owner = "renard";
- repo = "quick-buffer-switch";
- rev = "d5fdd67b4c9f04b7a7122da2215e4ae076a03b1b";
- sha256 = "0kh63nzdzwxksn2ar2i1ds7n96jga2dhhc9gg27p1g2ca66fs6h5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/30f167afc241f3ec24c092f2f06dbabd4dd11bcc/recipes/quick-buffer-switch";
- sha256 = "1fsnha3x3pgq582libb3dmxb93aagv1avnc0rigpfd7hv6bagj40";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/quick-buffer-switch";
- license = lib.licenses.free;
- };
- }) {};
- quick-peek = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quick-peek";
- ename = "quick-peek";
- version = "20190208.715";
- src = fetchFromGitHub {
- owner = "cpitclaudel";
- repo = "quick-peek";
- rev = "fd8a6c81422932539d221f39f18c90f2811f2dd9";
- sha256 = "18jr3syd7jd809qq1j61zwaaclmqn24qyb0mv0q8sj6ac4vzl1c3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68f59a3048ec6196b138b6584a22ce70baa38284/recipes/quick-peek";
- sha256 = "0ivg6v9c535bw2bv636wmkd4sy037j55054bfm31wvvxk99bndwq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/quick-peek";
- license = lib.licenses.free;
- };
- }) {};
- quick-preview = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quick-preview";
- ename = "quick-preview";
- version = "20150828.2139";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "quick-preview.el";
- rev = "29c884c6ab385ef67d9aa656ebb7c94cabeb5c35";
- sha256 = "1cp3z05qjy7qvjjv105ws1j9qykx8sl4s13xff0ijwvjza6ga44c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98270840568fa1fca2d92f26108444fb24609e83/recipes/quick-preview";
- sha256 = "18janbmhbwb6a46fgc1sxl9ww591v60y3wgh2wqh62vdy4ix3bd9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/quick-preview";
- license = lib.licenses.free;
- };
- }) {};
- quick-shell-keybind = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quick-shell-keybind";
- ename = "quick-shell-keybind";
- version = "20171022.2313";
- src = fetchFromGitHub {
- owner = "eyeinsky";
- repo = "quick-shell-keybind";
- rev = "5f4541a5a5554d108bf16b5fd1713e962161ca1b";
- sha256 = "19hqywwf80q6ay886xmcjjpr4pghkw78hzdg0mrpkpkqn2vj06gk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e9bf4d78da24d88476545f97b2af0527dde73600/recipes/quick-shell-keybind";
- sha256 = "1f66wk2m0yykcbq6qbalgscpq8s53qshyyqdnimlmdi0g0glif1b";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/quick-shell-keybind";
- license = lib.licenses.free;
- };
- }) {};
- quickref = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "quickref";
- ename = "quickref";
- version = "20170817.532";
- src = fetchFromGitHub {
- owner = "pd";
- repo = "quickref.el";
- rev = "f368c8b8219bb90498c5ab84e26f00eedaa234cf";
- sha256 = "0nalnfb816qk1dfxjk9j8r5lvzv2k4jf747xdjbj2mcvv07g2jd2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/quickref";
- sha256 = "0jahi84ra9g7h0cvz3c02zkbkknrzgv48zq32n72lkxl958swqn1";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/quickref";
- license = lib.licenses.free;
- };
- }) {};
- quickrun = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quickrun";
- ename = "quickrun";
- version = "20170222.1715";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-quickrun";
- rev = "55bbe5d54b80206ea5a60bf2f58eb6368b2c8201";
- sha256 = "1skbd5q99d9rwfi954r9p7b7nhwcfijq30z0fpdhbi1iiabf7vqz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/quickrun";
- sha256 = "0f989d6niw6ghf9mq454kqyp0gy7gj34vx5l6krwc52agckyfacy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/quickrun";
- license = lib.licenses.free;
- };
- }) {};
- quiet = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quiet";
- ename = "quiet";
- version = "20160508.556";
- src = fetchFromGitHub {
- owner = "zzkt";
- repo = "quiet";
- rev = "6f20309f99e26fcae2601d1544b342f044e54baf";
- sha256 = "14q7x341gqcxn3bq72wmfxipqmj2dh35kxcrwjkyghbsbd43rv8n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/443425d9e4412a1e3e8117f97c255c8420223542/recipes/quiet";
- sha256 = "1jq65jpx0rlkc0dzy55gs37ybpjzvcv06ahwiw1lk2n92g4pi96a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/quiet";
- license = lib.licenses.free;
- };
- }) {};
- quilt = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quilt";
- ename = "quilt";
- version = "20190303.2140";
- src = fetchFromGitHub {
- owner = "jstranik";
- repo = "emacs-quilt";
- rev = "161ce2d8ba225bccef0ea8ae4937251b8ccaa892";
- sha256 = "0r9j71rc2jcwfr6yqg8qx4fwypqg1d7p31af258ixygs3qy69x14";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28ad2d71574c1995287371cfd73648871b9271f0/recipes/quilt";
- sha256 = "0fgni5khjbxy28i2vdwhcvs0z0yx43ll0c4s8br4w7q9s0nlcvmv";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/quilt";
- license = lib.licenses.free;
- };
- }) {};
- quiz = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quiz";
- ename = "quiz";
- version = "20190525.506";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "quiz.el";
- rev = "570bf53926d89282cdb9653bd5aa8fe968f92bbd";
- sha256 = "1f752fsrk7z8q2dd40r46hzhhf1kyj0vid9g0vv5dkkzmabms59q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23d547c0d69d8f5d1e9983e3669a63dffaede2b3/recipes/quiz";
- sha256 = "0pcjfhk109ifi834jw8lndwhpfcv764wym1dhiqhp5qd2vf431kg";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/quiz";
- license = lib.licenses.free;
- };
- }) {};
- r-autoyas = callPackage ({ ess
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "r-autoyas";
- ename = "r-autoyas";
- version = "20140101.710";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "r-autoyas.el";
- rev = "d321a7da0ef2e94668d53e0807277da7b70ea678";
- sha256 = "1m4iwza0dvwzqfapwpsrbphgnxbv5vhw8ar332pj8i16vh3h0fry";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3a095d3a687055c6ac43a4338826542d14a25127/recipes/r-autoyas";
- sha256 = "18zifadsgbwnga205jvpx61wa2dvjxmxs5v7cjqhny45a524nbv4";
- name = "recipe";
- };
- packageRequires = [ ess yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/r-autoyas";
- license = lib.licenses.free;
- };
- }) {};
- racer = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pos-tip
- , rust-mode
- , s }:
- melpaBuild {
- pname = "racer";
- ename = "racer";
- version = "20190524.1950";
- src = fetchFromGitHub {
- owner = "racer-rust";
- repo = "emacs-racer";
- rev = "f9fc3e9847210867f4a621ceeddcb1724cc0001b";
- sha256 = "1basr4b7nv525yiq1hrncxiglhzbcxhgq5pnq53d23fv63cn994p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/97b97037c19655a3ddffee9a86359961f26c155c/recipes/racer";
- sha256 = "1091y5pisbf73i6zg5d7yny2d5yckkjg0z6fpjpmz5qjs3xcm9wi";
- name = "recipe";
- };
- packageRequires = [ dash emacs f pos-tip rust-mode s ];
- meta = {
- homepage = "https://melpa.org/#/racer";
- license = lib.licenses.free;
- };
- }) {};
- racket-mode = callPackage ({ emacs
- , faceup
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "racket-mode";
- ename = "racket-mode";
- version = "20190603.1849";
- src = fetchFromGitHub {
- owner = "greghendershott";
- repo = "racket-mode";
- rev = "efba679bdb9d024c36024945da4518663f6f8f15";
- sha256 = "0h4g45ixdl0x1izpac99amz63c9sb4i45k7qwr0m4kk6jly0c5hd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9af8dea03aba378f21c6109faf48278b4d2bf59f/recipes/racket-mode";
- sha256 = "0cmlz314w5227br0vns5d7jhpspv1byzalgzv8f9v2qjyvk6jvsn";
- name = "recipe";
- };
- packageRequires = [ emacs faceup ];
- meta = {
- homepage = "https://melpa.org/#/racket-mode";
- license = lib.licenses.free;
- };
- }) {};
- rails-log-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rails-log-mode";
- ename = "rails-log-mode";
- version = "20140407.2125";
- src = fetchFromGitHub {
- owner = "ananthakumaran";
- repo = "rails-log-mode";
- rev = "ff440003ad7d47cb0ac3300f2a632f4cfd36a446";
- sha256 = "1fh8wsb0pa2isr1kgh3v9zmmxq1nlmqwqk4z34dw5wpaiyihmk84";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7ebbf4364759c8e38d550e66fd0ce193f4214e15/recipes/rails-log-mode";
- sha256 = "0h7gfg0c5pwfh18qzg1mx7an9p958ygdfqb54s85mbkv8x3rh1a0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rails-log-mode";
- license = lib.licenses.free;
- };
- }) {};
- railscasts-reloaded-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "railscasts-reloaded-theme";
- ename = "railscasts-reloaded-theme";
- version = "20190307.2359";
- src = fetchFromGitHub {
- owner = "thegeorgeous";
- repo = "railscasts-reloaded-theme";
- rev = "c6a1cf13a164f22b026b0959527c3b98c2b1aa49";
- sha256 = "00clkjrp2nfchhznilxjb56bcdv1an50cawnz6747ck22x0ycbfn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9817851bd06cbae30fb8f429401f1bbc0dc7be09/recipes/railscasts-reloaded-theme";
- sha256 = "1iy30mnm3s7p7qigrm3lvv7xjgwvinwg6yg0hry2aifwn88cnwmz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/railscasts-reloaded-theme";
- license = lib.licenses.free;
- };
- }) {};
- railscasts-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "railscasts-theme";
- ename = "railscasts-theme";
- version = "20150219.725";
- src = fetchFromGitHub {
- owner = "mikenichols";
- repo = "railscasts-theme";
- rev = "1340c3f6c2717761cab95617cf8dcbd962b1095b";
- sha256 = "021x1l5kzsbm0qj5a3bngxa7ickm4lbwsdz81a2ks9pi1ivmw205";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a0366a9844f6c28dfc3d5ba26201865921981574/recipes/railscasts-theme";
- sha256 = "1z5m8ccx2k18gbzqvg0051mp2myy2qncf4xvv47k80f83pk2hw6r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/railscasts-theme";
- license = lib.licenses.free;
- };
- }) {};
- rainbow-blocks = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rainbow-blocks";
- ename = "rainbow-blocks";
- version = "20171025.738";
- src = fetchFromGitHub {
- owner = "istib";
- repo = "rainbow-blocks";
- rev = "dd435d7bb34ff6f162a5f315df308b90b7e9f842";
- sha256 = "06yfb3i7wzvqrhkb61zib9xvpb5i00s4frizkzff66im05k0n795";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/rainbow-blocks";
- sha256 = "1zf1z1hnp8q0s9za7nnpq83isbpmz26l8hxafz0h0b5dz1w2vlvs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rainbow-blocks";
- license = lib.licenses.free;
- };
- }) {};
- rainbow-delimiters = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rainbow-delimiters";
- ename = "rainbow-delimiters";
- version = "20170929.432";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "rainbow-delimiters";
- rev = "19b93892afa0494ba749c2ca9c154e04447ad778";
- sha256 = "0c2a8pbhzzy0bxx8gxz320r106k69hvwkn43j06i6sidbgjwh786";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2cf11dbff76f0e3581b865f48bb44a307aa7f23/recipes/rainbow-delimiters";
- sha256 = "132nslbnszvbgkl0819z811yar3lms1hp5na4ybi9gkmnb7bg4rg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rainbow-delimiters";
- license = lib.licenses.free;
- };
- }) {};
- rainbow-identifiers = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rainbow-identifiers";
- ename = "rainbow-identifiers";
- version = "20141102.726";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "rainbow-identifiers";
- rev = "19fbfded1baa98d12335f26f6d7b20e5ae44ce2e";
- sha256 = "05i0jpmxzsj2lsj48cafn3v93z37l7k5kaza2ik3yirdpjdibyrh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/975aadd9fe1faf9ad617ba6200ca77185b87e7c0/recipes/rainbow-identifiers";
- sha256 = "0lw790ymrgpyh0sxwmzinl2ik5vl5vggbg14cd0cx5yagkw5y3mp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rainbow-identifiers";
- license = lib.licenses.free;
- };
- }) {};
- rake = callPackage ({ cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rake";
- ename = "rake";
- version = "20180212.208";
- src = fetchFromGitHub {
- owner = "asok";
- repo = "rake";
- rev = "9c204334b03b4e899fadae6e59c20cf105404128";
- sha256 = "09k2fqkmqr6g19rvqr5x2kpj1cn3wkncxg50hz02vmsrbgmzmnja";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf0f84698dda02a5b84a244ee29a23a6faa9de68/recipes/rake";
- sha256 = "0cw47g6cjnkh3z4hbwwq1f8f5vrvs84spn06k53bx898brqdh8ns";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash f ];
- meta = {
- homepage = "https://melpa.org/#/rake";
- license = lib.licenses.free;
- };
- }) {};
- rally-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popwin }:
- melpaBuild {
- pname = "rally-mode";
- ename = "rally-mode";
- version = "20161113.1954";
- src = fetchFromGitHub {
- owner = "seanleblanc";
- repo = "rally-mode";
- rev = "0f5e09a6abe2de7613f174b4f54863df93343134";
- sha256 = "1vrsv8ph1v853ii0i3q889xlwxnjdqz4bs3ipi502rjx6g7y5gdz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0914825c6d5ad26d2a8035fc33ad98df42df3c53/recipes/rally-mode";
- sha256 = "1vzsh5855bzln3p3235yccl2azpndpc4rh95zrx6p1k62h2kv0y1";
- name = "recipe";
- };
- packageRequires = [ popwin ];
- meta = {
- homepage = "https://melpa.org/#/rally-mode";
- license = lib.licenses.free;
- };
- }) {};
- rand-theme = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rand-theme";
- ename = "rand-theme";
- version = "20151219.1535";
- src = fetchFromGitHub {
- owner = "gopar";
- repo = "rand-theme";
- rev = "65a00e5c5150f857aa96803b68f50bc8da0215b7";
- sha256 = "0fmajgqf9j21qn7h35sky5di8cnma432g0ki9d5m41byxp9y1bdl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/rand-theme";
- sha256 = "0c2xs99jgrhk6f1s6pls8pigg6qwcr4imnwdlngwzr0jz8jhqvxa";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/rand-theme";
- license = lib.licenses.free;
- };
- }) {};
- random-splash-image = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "random-splash-image";
- ename = "random-splash-image";
- version = "20151002.1830";
- src = fetchFromGitHub {
- owner = "kakakaya";
- repo = "random-splash-image";
- rev = "907e2db5ceff781ac7f4dbdd65fe71736c36aa22";
- sha256 = "1z25xmz8pl3rsfahw6ay8wx5wbnlxabnzr2dq20m0i5jyci8lqll";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2bfbfe83143299b86f867c4d7faf6a0d7a070e1e/recipes/random-splash-image";
- sha256 = "1j454jy4ia2wrgi3fxzjfdqi3z8x13hq8kh62lnb84whs7a1nhik";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/random-splash-image";
- license = lib.licenses.free;
- };
- }) {};
- ranger = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ranger";
- ename = "ranger";
- version = "20190411.2324";
- src = fetchFromGitHub {
- owner = "ralesi";
- repo = "ranger.el";
- rev = "53096cd1296aaae4308e62b52de01d487a353271";
- sha256 = "1s8inrf9vjf7550jhn03zha85pmn46mvdxz3dmx2vfb184hv46cx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0207e754f424823fb48e9c065c3ed9112a0c445b/recipes/ranger";
- sha256 = "14g4r4iaz0nzfsklslrswsik670pvfd0605xfjghvpngn2a8ych4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ranger";
- license = lib.licenses.free;
- };
- }) {};
- rase = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rase";
- ename = "rase";
- version = "20120928.1345";
- src = fetchFromGitHub {
- owner = "m00natic";
- repo = "rase";
- rev = "59b5f7e8102570b65040e8d55781c7ea28de7338";
- sha256 = "1i16361klpdsxphcjdpxqswab3ing69j1wb9nygws7ghil85h0bx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/334419debe065c34665bb0207574d1d4dfb9e8ae/recipes/rase";
- sha256 = "1g7v2z7l4csl5by64hc3zg4kgrkvv81iq30mfqq4nvy1jc0xa6j0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rase";
- license = lib.licenses.free;
- };
- }) {};
- rats = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "rats";
- ename = "rats";
- version = "20170818.313";
- src = fetchFromGitHub {
- owner = "ane";
- repo = "rats.el";
- rev = "a6d55aebcc54f669c6c6ffedf84364c4097903cc";
- sha256 = "0cskw05jb7wckhfs2qs9pn5icxa93ay2mw2i1brsmdd0igz34lg3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a62cbae1b2d9af2322bb6a27949de8c8bfddc2b7/recipes/rats";
- sha256 = "0jhwiq9yzwpyqhk3c32vqx8nryingzh58psxbzjl3812b7xdqphr";
- name = "recipe";
- };
- packageRequires = [ cl-lib go-mode s ];
- meta = {
- homepage = "https://melpa.org/#/rats";
- license = lib.licenses.free;
- };
- }) {};
- rbenv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rbenv";
- ename = "rbenv";
- version = "20141119.2349";
- src = fetchFromGitHub {
- owner = "senny";
- repo = "rbenv.el";
- rev = "2ea1a5bdc1266caef1dd77700f2c8f42429b03f1";
- sha256 = "0yd0rs6fnc6lsfi7pivw5sivh698055r8ifj9vrxb82dcx2y6v2h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/rbenv";
- sha256 = "1skh1v8dgwl1f9m3pmy2s3rnzp8n3cydi3579fgjv4mzi81k3d5q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rbenv";
- license = lib.licenses.free;
- };
- }) {};
- rbt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "rbt";
- ename = "rbt";
- version = "20170202.1502";
- src = fetchFromGitHub {
- owner = "joeheyming";
- repo = "rbt.el";
- rev = "32bfba9062a014e375451cf4203c29535b5efc1e";
- sha256 = "0jzhyf42m9gqcnsz9gxc9wk8bbb9a7fj78swwyj0wqn9jm8jxbra";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7241985be1e8a26a454b8136a537040b7ae801/recipes/rbt";
- sha256 = "1mrb6v8zybvhh242vvq0kdvg6cvws7gabfhcydrw5g2njhyqkygm";
- name = "recipe";
- };
- packageRequires = [ magit popup ];
- meta = {
- homepage = "https://melpa.org/#/rbt";
- license = lib.licenses.free;
- };
- }) {};
- rc-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rc-mode";
- ename = "rc-mode";
- version = "20160913.1218";
- src = fetchFromGitHub {
- owner = "mrhmouse";
- repo = "rc-mode.el";
- rev = "fe2e0570bf9c19a292e16b18fd4b0a256df5d93f";
- sha256 = "0skjg3l3ss8nlrpnpjjflmf7wjib4jfarkmx4438nc6vm6553fmn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d8062b2e5b2744a6e614b389cca7e7f21b582f6f/recipes/rc-mode";
- sha256 = "0p77mckw8jyxcwspj1ffm8mz0k01ddm67hh9j8rw812wddwnj7qf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rc-mode";
- license = lib.licenses.free;
- };
- }) {};
- rcirc-alert = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rcirc-alert";
- ename = "rcirc-alert";
- version = "20141127.247";
- src = fetchFromGitHub {
- owner = "csantosb";
- repo = "rcirc-alert";
- rev = "0adf8ff9c47023fec578f678424be62b0f49057f";
- sha256 = "0xdyrp0zs2v2glpfwlajmj97wygwi0y492zbp6rp3caa5bj3j4z2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/735aa2256660efffdaf6ecbd61a3e2818a48327f/recipes/rcirc-alert";
- sha256 = "0lyd3gz1sflp93xb7xbvk1gh69w468ync1p144avyh2pybl40q4a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rcirc-alert";
- license = lib.licenses.free;
- };
- }) {};
- rcirc-alertify = callPackage ({ alert
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rcirc-alertify";
- ename = "rcirc-alertify";
- version = "20140406.1819";
- src = fetchFromGitHub {
- owner = "fgallina";
- repo = "rcirc-alertify";
- rev = "ea5cafc55893f375eccbe013d12dbaa94bf6e259";
- sha256 = "1mpk5rzsil298q3ppv5v9jrn274v71jffyz0jihrksh1wbjzwhlx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d1559b0e19e571c83c25ac7104e269ebc42d8f14/recipes/rcirc-alertify";
- sha256 = "13448bykmy0jqcajhn2gjiar3m8cingyr8394vxybp2m1zvv0pws";
- name = "recipe";
- };
- packageRequires = [ alert ];
- meta = {
- homepage = "https://melpa.org/#/rcirc-alertify";
- license = lib.licenses.free;
- };
- }) {};
- rcirc-groups = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rcirc-groups";
- ename = "rcirc-groups";
- version = "20170731.1401";
- src = fetchFromGitHub {
- owner = "dimitri";
- repo = "rcirc-groups";
- rev = "b68ece9d219b909244d4e3c0d8bf6a746d6fead7";
- sha256 = "196x3qg22rhh917diml1q0hszqrqwg0klzp96q1c7c744mlq82fx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35b9c9e877c686df0ac9f96855d733a240063829/recipes/rcirc-groups";
- sha256 = "1iws3f8vkwrflcj6ni8nmf1wcw1jrlnssm76kzzhag77ry3iswgx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rcirc-groups";
- license = lib.licenses.free;
- };
- }) {};
- rcirc-notify = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rcirc-notify";
- ename = "rcirc-notify";
- version = "20150219.1404";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "rcirc-notify";
- rev = "841a7b5a6cdb0c11a812df924d2c6a7d364fd455";
- sha256 = "1k4knsrca626pikgaalqbqwy7im4wz1vrmzzhdrdb4lhdz6sq3q3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/009e2db47c9fe730fff1dc807e52c86b3ab26446/recipes/rcirc-notify";
- sha256 = "0mwhzkbzhpq4jws05p7qp0kbay8kcblb9xikznm0i8drpdyc617v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rcirc-notify";
- license = lib.licenses.free;
- };
- }) {};
- rcirc-styles = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rcirc-styles";
- ename = "rcirc-styles";
- version = "20160206.1850";
- src = fetchFromGitHub {
- owner = "aaron-em";
- repo = "rcirc-styles.el";
- rev = "f313bf6a7470bed314b27c7a40558cb787d7bc67";
- sha256 = "1kwn33rxaqik5jls66c2indvswhwmxdmd60n7a1h9siqm5qhy9d6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10771a996c8a9dc1eb211cddff53db7b2b01e00b/recipes/rcirc-styles";
- sha256 = "01dxhnzsnljig769dk9axdi970b3lw2s6p1z3ljf29qlb5j4548r";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/rcirc-styles";
- license = lib.licenses.free;
- };
- }) {};
- rdf-prefix = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rdf-prefix";
- ename = "rdf-prefix";
- version = "20190511.512";
- src = fetchFromGitHub {
- owner = "simenheg";
- repo = "rdf-prefix";
- rev = "6daf675d96aa4a0bc78adc93560b791a77651b22";
- sha256 = "0mxzpbmaw8qz6ykyhdhq0jvxsnbgsb98psjy0w99jpxkg09fas17";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a5f083bd629697038ea6391c7a4eeedc909a5231/recipes/rdf-prefix";
- sha256 = "1vxgn5f2kws17ndfdv1vj5p9ks3rp6sikzpc258j07bhsfpjz5qm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rdf-prefix";
- license = lib.licenses.free;
- };
- }) {};
- rdp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rdp";
- ename = "rdp";
- version = "20120928.1854";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "rdp";
- rev = "b620192afada04aec33b38cc130fef0765f41ca9";
- sha256 = "08l96bhghmnckar4i6afj9csqglasmpmby1r7j38ic9bp37z2yqd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e2dd8ef80d344c9801f7d0a26b0e3ea33a53bf89/recipes/rdp";
- sha256 = "0lj3idwv4fxz8pi8mnxkbhwhzaa1gs6ib4nzly3fc6yiix9ampkz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rdp";
- license = lib.licenses.free;
- };
- }) {};
- rdxmk = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rdxmk";
- ename = "rdxmk";
- version = "20170629.1834";
- src = fetchFromGitHub {
- owner = "jsalzbergedu";
- repo = "rdxmk";
- rev = "e78749fb29738365ffa4d863ffabeb969ebb0bcf";
- sha256 = "0gwlqjk84ih89c2ckx0rrw07jgwd32wfwj4mibchdrn0ai891md0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db54339795e0519f154328e54d47a7a0c80afc71/recipes/rdxmk";
- sha256 = "14iavsgqp28y2ykgly8x69sny34r32dl4bpb47m921vk5n4y6zky";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rdxmk";
- license = lib.licenses.free;
- };
- }) {};
- react-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "react-snippets";
- ename = "react-snippets";
- version = "20181002.346";
- src = fetchFromGitHub {
- owner = "johnmastro";
- repo = "react-snippets.el";
- rev = "87ccb640d265fe799583ab55605b84d113223694";
- sha256 = "0zs78mn37ngy86blmp2xfy7jr5p0s6r0qq6z3z924amrhy5bwdqc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3720192fdfa45f9b83259ab39356f469c5ac85b4/recipes/react-snippets";
- sha256 = "0chs0h41nb2fdz02hdsaynz7ma8fg66a8m1q1np0464skrsdaj73";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/react-snippets";
- license = lib.licenses.free;
- };
- }) {};
- read-aloud = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "read-aloud";
- ename = "read-aloud";
- version = "20160922.2200";
- src = fetchFromGitHub {
- owner = "gromnitsky";
- repo = "read-aloud.el";
- rev = "d5f80ab72054a957aed25224639c1779cae5f4d1";
- sha256 = "1hbb6diz96jabajxrnancjfpyd9div8vzbwys1f5bddi9z8l2jyy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/20452bf3112276a7e1c880bfab259150fc70b47a/recipes/read-aloud";
- sha256 = "01fd87k50x71w8qypbi7llgyc1xnmyxifxh4ni9pgbx2ryn72lzv";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/read-aloud";
- license = lib.licenses.free;
- };
- }) {};
- readability = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , oauth
- , ov }:
- melpaBuild {
- pname = "readability";
- ename = "readability";
- version = "20140715.1727";
- src = fetchFromGitHub {
- owner = "ShingoFukuyama";
- repo = "emacs-readability";
- rev = "3329d7c77d010c8fa92215cd2b7cd891eb2f68c7";
- sha256 = "0s226fqhc9y1s49l5y01mlxxz3ah4k3payy4jdgnd8r03rb3gia7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eed9bcb1aa238746c9a9f6ecba9dd61b83d8b612/recipes/readability";
- sha256 = "0kg91ma9k3p5ps467jjz2lw13rv1l8ivwc3zpg6c1rl474ds0qqv";
- name = "recipe";
- };
- packageRequires = [ emacs oauth ov ];
- meta = {
- homepage = "https://melpa.org/#/readability";
- license = lib.licenses.free;
- };
- }) {};
- readline-complete = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "readline-complete";
- ename = "readline-complete";
- version = "20150708.737";
- src = fetchFromGitHub {
- owner = "monsanto";
- repo = "readline-complete.el";
- rev = "30c020c37b2741160cc37e656e13c85d826a0ebf";
- sha256 = "1j5b5xapflwzh8a297gva0l12ralwa9vl5z3bb75c9ksjkhi4nm6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0cf3b56dae7669b34df9d2abe2d78164cbf064c9/recipes/readline-complete";
- sha256 = "1qymk5ypv6ljk8x49z4jcifz7c2dqcg5181f4hqh67g1byvj2277";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/readline-complete";
- license = lib.licenses.free;
- };
- }) {};
- real-auto-save = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "real-auto-save";
- ename = "real-auto-save";
- version = "20190224.646";
- src = fetchFromGitHub {
- owner = "ChillarAnand";
- repo = "real-auto-save";
- rev = "824ad04121493723b08838c8b96559947dca7ed9";
- sha256 = "1szpjv04rp9x9ph44a5s56a2y96z5x474bccsjnmn6yhingh5qik";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/real-auto-save";
- sha256 = "1li0b2d93ffxjq4jdyzyvjdy5h7q5xllys0w4748d2bhr8q35p3w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/real-auto-save";
- license = lib.licenses.free;
- };
- }) {};
- realgud = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , loc-changes
- , melpaBuild
- , test-simple }:
- melpaBuild {
- pname = "realgud";
- ename = "realgud";
- version = "20190603.1457";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud";
- rev = "593ccf1347f823559011112ace1f5c4e2a11ce65";
- sha256 = "1b4x7ymnsv39isn5j8gw8xvcdr75amg66s8iyirlcwgbyzil3y8f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a21be3673962d5706f12efa5179a5426bdce82b/recipes/realgud";
- sha256 = "14n6d3jfhpa29nf4ywdg3aw4i51lfkr99b4z8q4833pmpz1jbq2c";
- name = "recipe";
- };
- packageRequires = [ emacs load-relative loc-changes test-simple ];
- meta = {
- homepage = "https://melpa.org/#/realgud";
- license = lib.licenses.free;
- };
- }) {};
- realgud-byebug = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , melpaBuild
- , realgud }:
- melpaBuild {
- pname = "realgud-byebug";
- ename = "realgud-byebug";
- version = "20190520.440";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud-byebug";
- rev = "f8f20b92c6b13f75cc9797921c0e28d3def48b1c";
- sha256 = "1f6g5ajimha2n45dykc2vrpdd25ylwrn98fijj3i9m8n0f7jyjrn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/realgud-byebug";
- sha256 = "1akv9raa6yb5h4lsvz7mxlnd9l7adg2rpgw7ski6036n6facn18a";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs load-relative realgud ];
- meta = {
- homepage = "https://melpa.org/#/realgud-byebug";
- license = lib.licenses.free;
- };
- }) {};
- realgud-ipdb = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , melpaBuild
- , realgud }:
- melpaBuild {
- pname = "realgud-ipdb";
- ename = "realgud-ipdb";
- version = "20190603.1909";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud-ipdb";
- rev = "3642767a286e0542bf03cbb240cf47b2a89ad3f5";
- sha256 = "1lgqh80w4ksa4a3zyxdz812jn0yg5xn1z5z0c23sf5vqzzxkzx7h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8182de5fceca3fc517a21abdb8d6e9c860e041b/recipes/realgud-ipdb";
- sha256 = "134b1n2fci0z85cyvqjq3i5wb3pm110src87la6kq2pin1nrdkcm";
- name = "recipe";
- };
- packageRequires = [ emacs load-relative realgud ];
- meta = {
- homepage = "https://melpa.org/#/realgud-ipdb";
- license = lib.licenses.free;
- };
- }) {};
- realgud-jdb = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , melpaBuild
- , realgud }:
- melpaBuild {
- pname = "realgud-jdb";
- ename = "realgud-jdb";
- version = "20190524.2057";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud-jdb";
- rev = "5e3211a17a8282d2d0027e73149e01034082bc41";
- sha256 = "0d2qkzm09dxv9969xc74b5vvygn2kn0qxwl2y4pjjwhn4mw6gc37";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4f03a731e4fbf2099b1ba0902ef514fd8c930d30/recipes/realgud-jdb";
- sha256 = "02vlzv8lvm4vcw5c3ajn8lb499jdsrlg92kwib1hjwb2smjkb6ba";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs load-relative realgud ];
- meta = {
- homepage = "https://melpa.org/#/realgud-jdb";
- license = lib.licenses.free;
- };
- }) {};
- realgud-lldb = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , melpaBuild
- , realgud }:
- melpaBuild {
- pname = "realgud-lldb";
- ename = "realgud-lldb";
- version = "20190604.2";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud-lldb";
- rev = "f2f77d6ddfa42430ead400eaf81c605c3a04dead";
- sha256 = "0n8nagjhgyg2l0qymx4rjzigxnhhks86s8flpndsfyhzh98b8qbm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e7e40b575cc22fa7b4773cf617862495e93565e4/recipes/realgud-lldb";
- sha256 = "1l43h14a42cpgjcmbhk9vkk87z4ap9rdz7jrz8id666qxbza5xzg";
- name = "recipe";
- };
- packageRequires = [ emacs load-relative realgud ];
- meta = {
- homepage = "https://melpa.org/#/realgud-lldb";
- license = lib.licenses.free;
- };
- }) {};
- realgud-node-debug = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , melpaBuild
- , realgud }:
- melpaBuild {
- pname = "realgud-node-debug";
- ename = "realgud-node-debug";
- version = "20190525.934";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud-node-debug";
- rev = "72e786359ce9dace1796b0d81a00e9340e9c90ad";
- sha256 = "1zn465bikzv1aizjjcnzsx105pdwwarqmd1fij82rhrspc8p8zis";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/50a3644b62f61622169c1aa109db80b1f53d3d8a/recipes/realgud-node-debug";
- sha256 = "0mw2sl9g8j08v40g5x2ai52i5ljvbxvcq37jwaz7vwdkafpnfyis";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs load-relative realgud ];
- meta = {
- homepage = "https://melpa.org/#/realgud-node-debug";
- license = lib.licenses.free;
- };
- }) {};
- realgud-node-inspect = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , melpaBuild
- , realgud }:
- melpaBuild {
- pname = "realgud-node-inspect";
- ename = "realgud-node-inspect";
- version = "20190523.551";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud-node-inspect";
- rev = "e0f18442d759b8ce4479c01e090975b62270257d";
- sha256 = "1w4jxz2lc2ia9zy9cx1kwvjsn5z53wnkybn9j80ijly431m4hlxg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/88388c61c0402534ccf9751b3cec318b62d72655/recipes/realgud-node-inspect";
- sha256 = "1mfhvhww0w7mksfmgfjd2s8wa10k7q2sqm6s55nm71jyx5h48k07";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs load-relative realgud ];
- meta = {
- homepage = "https://melpa.org/#/realgud-node-inspect";
- license = lib.licenses.free;
- };
- }) {};
- realgud-old-debuggers = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , melpaBuild
- , realgud }:
- melpaBuild {
- pname = "realgud-old-debuggers";
- ename = "realgud-old-debuggers";
- version = "20190520.450";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud-old-debuggers";
- rev = "0fad38283e885c452160232e01adf3f6ae51983b";
- sha256 = "01x819j80yc5ybwaz5xglibv88r2aah5gqxwi1q9azd6f70zanvi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/realgud-old-debuggers";
- sha256 = "14kig9yxss9nfc0cc54ph80pbdrmh1mdazypiwxbnj2nk1dk3qsv";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs load-relative realgud ];
- meta = {
- homepage = "https://melpa.org/#/realgud-old-debuggers";
- license = lib.licenses.free;
- };
- }) {};
- realgud-pry = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , melpaBuild
- , realgud }:
- melpaBuild {
- pname = "realgud-pry";
- ename = "realgud-pry";
- version = "20190520.439";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud-pry";
- rev = "9f6151bde12d9b3a5d3f3ff18368c2ba4b2c44d3";
- sha256 = "0spy9j93j8gf5qpc3l2r934nsgqzwgzsswb2zr2z0f3l06yxbqs6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/realgud-pry";
- sha256 = "1f8qap30r26gg33i76474zk6fs3r9qjf7jrxpm4xwpbjraggqy3z";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs load-relative realgud ];
- meta = {
- homepage = "https://melpa.org/#/realgud-pry";
- license = lib.licenses.free;
- };
- }) {};
- realgud-rdb2 = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , melpaBuild
- , realgud }:
- melpaBuild {
- pname = "realgud-rdb2";
- ename = "realgud-rdb2";
- version = "20190520.446";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud-ruby-debugger2";
- rev = "3594aa74f7afda3c3251bb2af7fe0e8ec6d621ae";
- sha256 = "1nalr0yd1wvqdf81nidxmh9fr3ncqdjb706p6832fsmbpk7r9haw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/realgud-rdb2";
- sha256 = "16pk034g26xnbsz0w9z8p76jiaraz8lvbf5hf0mmg1f5f4xlinz7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs load-relative realgud ];
- meta = {
- homepage = "https://melpa.org/#/realgud-rdb2";
- license = lib.licenses.free;
- };
- }) {};
- realgud-trepan-ni = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , melpaBuild
- , realgud }:
- melpaBuild {
- pname = "realgud-trepan-ni";
- ename = "realgud-trepan-ni";
- version = "20190528.1511";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud-trepan-ni";
- rev = "4cd936edcc89324a819b21aa1afd331c02e6bd3e";
- sha256 = "0h0d8566km6v7rgiqx54lwazwwl929npxicg8dx8qw12q13vkk31";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2464e03d11cd660c3c9c760e16b90911151cf184/recipes/realgud-trepan-ni";
- sha256 = "1p7sn1swmdyyzaaa5xza70md4pl2p15swyh7y3fbmpp35nabv9zi";
- name = "recipe";
- };
- packageRequires = [ emacs load-relative realgud ];
- meta = {
- homepage = "https://melpa.org/#/realgud-trepan-ni";
- license = lib.licenses.free;
- };
- }) {};
- reason-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "reason-mode";
- ename = "reason-mode";
- version = "20190210.941";
- src = fetchFromGitHub {
- owner = "reasonml-editor";
- repo = "reason-mode";
- rev = "8eabf39fe84280e0753c1c0c4b8ecb7b8f94f68f";
- sha256 = "1hbz3bzlb0r0ss5vl8ahl9x2vp049agms8hxwma0ycs6ai1ygcn1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9f1a18c13601f3a4fd7b1bbfe7d5da07746e492/recipes/reason-mode";
- sha256 = "07sirgj8bs9yv7pbx1lahwslvjd2aadkzkz7lsyw6xflj5fxpggr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/reason-mode";
- license = lib.licenses.free;
- };
- }) {};
- reazon = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "reazon";
- ename = "reazon";
- version = "20180921.737";
- src = fetchFromGitHub {
- owner = "nickdrozd";
- repo = "reazon";
- rev = "020be6467a83957adcbdcb192b61f2c76a94079b";
- sha256 = "18la2g0srybr10vm1dajgbxi67j1l0cs08mr696hxb6m558yxdv5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77020b6ea36a4115bdddbc9599fe4f4193ecc29d/recipes/reazon";
- sha256 = "1lymdc1lnwr7s8s15mnjcavxdyqncy2rkfdj571lf1a37y52jcj1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/reazon";
- license = lib.licenses.free;
- };
- }) {};
- rebecca-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rebecca-theme";
- ename = "rebecca-theme";
- version = "20180324.121";
- src = fetchFromGitHub {
- owner = "vic";
- repo = "rebecca-theme";
- rev = "1fe3662d1b02caea96e9a780252b2c45f7a49b1d";
- sha256 = "0qcfnc9slhm4y2bpld0ckbv3wijr9y7h6555sy23z3dlmz7xs1wm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19f40f30113c7dabd76a2d0e52898e6d6be69a35/recipes/rebecca-theme";
- sha256 = "1m72jqyqx18i1vpj07v3vkbi0di9dks5sz46wb2h0f23xqyx00md";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rebecca-theme";
- license = lib.licenses.free;
- };
- }) {};
- rebox2 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rebox2";
- ename = "rebox2";
- version = "20121113.500";
- src = fetchFromGitHub {
- owner = "lewang";
- repo = "rebox2";
- rev = "00634eca420cc48657b81e40e599ff8548083985";
- sha256 = "1xh9nxqfg9abcl41ni69rnwjfgyfr0pbl55dzyxsbh6sb36r3h8z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc9132290886694bd551681e32af26e9f4ebae57/recipes/rebox2";
- sha256 = "06ra50afjqac9ck1s9gaxy0sqxcb612wzd28s4q4imicqpgfxzjw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rebox2";
- license = lib.licenses.free;
- };
- }) {};
- recentf-ext = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "recentf-ext";
- ename = "recentf-ext";
- version = "20170925.1735";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "recentf-ext";
- rev = "450de5f8544ed6414e88d4924d7daa5caa55b7fe";
- sha256 = "1jylpqgngbl594a1qvd305m9lda48cib4dsasimdqxp20d4c56iy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad10a684b4b2f01bc65883374f36fef156ff55d2/recipes/recentf-ext";
- sha256 = "122kns45l75cdwxbfjznks3kvm5jc89ik714ij2qx14qyik0xmni";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/recentf-ext";
- license = lib.licenses.free;
- };
- }) {};
- recentf-remove-sudo-tramp-prefix = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "recentf-remove-sudo-tramp-prefix";
- ename = "recentf-remove-sudo-tramp-prefix";
- version = "20180204.2156";
- src = fetchFromGitHub {
- owner = "ncaq";
- repo = "recentf-remove-sudo-tramp-prefix";
- rev = "6d23ebc3f52b0a66236c171c45cc77a4d3aba541";
- sha256 = "0rzs9fmy1iqips6px0v57wnplbxmm3sbnk6xcszwhkwwp563hk32";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0bf1761715ee4917ba0823adbda03859d5b8131a/recipes/recentf-remove-sudo-tramp-prefix";
- sha256 = "01kdpx7kqd39a5hjym5plcj5d8szzghigq9mq186mggayg8q44cr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/recentf-remove-sudo-tramp-prefix";
- license = lib.licenses.free;
- };
- }) {};
- recently = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "recently";
- ename = "recently";
- version = "20190317.534";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "recently-el";
- rev = "7b5d1128becb387d759a3a95f6afb9ef54be792a";
- sha256 = "0wghawh47jd2j5s77h1b69fg5njff1yccx1xpvwmlj6ssh3p38xp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb8d1628e1787cba10fc612f3351e4085e9a3153/recipes/recently";
- sha256 = "1928v1897l1n42zrzqfwkq6nckf9y822qcwy99294rq0b4z83kxs";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/recently";
- license = lib.licenses.free;
- };
- }) {};
- recompile-on-save = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "recompile-on-save";
- ename = "recompile-on-save";
- version = "20151126.646";
- src = fetchFromGitHub {
- owner = "maio";
- repo = "recompile-on-save.el";
- rev = "92e11446869d878803d4f3dec5d2101380c12bb2";
- sha256 = "0wk28blnfks987iby0p3qpd4nxnz6sqn4fx8g59gyddjhav51lri";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77805a854da76b105bd7589fd0960b1ef8868b8b/recipes/recompile-on-save";
- sha256 = "0bg2p7pk4jlpqc7lg48mxd6zkwnx15r0r7lmsxgx9dv1ilfwrmgn";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/recompile-on-save";
- license = lib.licenses.free;
- };
- }) {};
- recover-buffers = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "recover-buffers";
- ename = "recover-buffers";
- version = "20171008.2137";
- src = fetchFromGitHub {
- owner = "tripleee";
- repo = "recover-buffers";
- rev = "81a5cb53099955ebc2a411a44cba5a394ee3f2d1";
- sha256 = "07dfdvz5rn5l13xdycd7h75zaq0pw2afb9n1yiq01fqk6gvrhc5b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/43b33cfb794c35de78fde6eabb71ffe01049d23d/recipes/recover-buffers";
- sha256 = "0g40d7440hzlc9b45v63ng0anvmgip4dhbd9wcm2sn8qjfr4w11b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/recover-buffers";
- license = lib.licenses.free;
- };
- }) {};
- rect-plus = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rect-plus";
- ename = "rect+";
- version = "20150620.1744";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-rectplus";
- rev = "299b742faa0bc4448e0d5fe9cb98ab1eb93b8dcc";
- sha256 = "1vpsihrl03hkd6n6b7mrjccm0a023qf3154a8rw4chihikxw27pj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8c1cd81f0e764a7cfc2f3f96574898ff414beb4/recipes/rect+";
- sha256 = "0vk0jwpl6yp2md9nh0ghp2qn883a8lr3cq8c9mgq0g552dwdiv5m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rect+";
- license = lib.licenses.free;
- };
- }) {};
- rectangle-utils = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rectangle-utils";
- ename = "rectangle-utils";
- version = "20190411.1057";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "rectangle-utils";
- rev = "46f7e73340fee40c1ab9a4e766a08ae3fce83ebe";
- sha256 = "0dcga10lg2bl1p259s78jib7pd03v183hima8aksfr0c84s438yq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1852b75c82822e97c39b7c7caeb2a32246171be4/recipes/rectangle-utils";
- sha256 = "1w5z2gykydsfp30ahqjihpvq04c5v0cfslbrrg429hycys8apws7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/rectangle-utils";
- license = lib.licenses.free;
- };
- }) {};
- recursive-narrow = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "recursive-narrow";
- ename = "recursive-narrow";
- version = "20190306.721";
- src = fetchFromGitHub {
- owner = "nflath";
- repo = "recursive-narrow";
- rev = "5e3e2067d5a148d7e64e64e0355d3b6860e4c259";
- sha256 = "1dxghz1fb2l7y7qphqk0kk732vazlk1n1fl6dlqhqhccj450h2qa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/recursive-narrow";
- sha256 = "15pzwxzyc3dl81v27gk7a4866cxbhzpmmcmfi9n4vrrxmf61h905";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/recursive-narrow";
- license = lib.licenses.free;
- };
- }) {};
- redis = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "redis";
- ename = "redis";
- version = "20150531.1248";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "redis.el";
- rev = "2c33f3397bc14e7a8192867b55920492d4eead8c";
- sha256 = "1rjpf23a8rggjmmxvm1997d3xz03kz84xams486b9ky0n2v02d57";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10fbb970956ee19d812c17900f3c01c5fee0c3f2/recipes/redis";
- sha256 = "1awnilb8bk0izp6yw0187ybh9slf1hc51014xvvmj90darxby79a";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/redis";
- license = lib.licenses.free;
- };
- }) {};
- redpen-paragraph = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "redpen-paragraph";
- ename = "redpen-paragraph";
- version = "20160625.350";
- src = fetchFromGitHub {
- owner = "karronoli";
- repo = "redpen-paragraph.el";
- rev = "770ffb34b04bfa0ea8484fa1506e96c530168e13";
- sha256 = "0cqln3d8yp9fdam984bwnngjl0hjnwi7yhcggdkjwribhr79cxhl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7e6b187bfc14f3affbe2d8d1cb854abe69deb15b/recipes/redpen-paragraph";
- sha256 = "0jr707ik6fhznq0q421l986w85ah0n9b4is91zrgbk1v6miqrhca";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs json ];
- meta = {
- homepage = "https://melpa.org/#/redpen-paragraph";
- license = lib.licenses.free;
- };
- }) {};
- redprl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "redprl";
- ename = "redprl";
- version = "20180418.734";
- src = fetchFromGitHub {
- owner = "RedPRL";
- repo = "sml-redprl";
- rev = "4abdbdeda4604ff30ce19c0df3f43e34faf60bd7";
- sha256 = "0m6ck4x16b9qnd33dcw5zvygwgcqzwqydrvcw0gfyfypfcw13qwb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06e7371d703ffdc5b6ea555f2ed289e57e71e377/recipes/redprl";
- sha256 = "1zinzs3vzf2alsnxf5k71i7lp90fm26wv4y20ci52n0hnh5nz861";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/redprl";
- license = lib.licenses.free;
- };
- }) {};
- redshank = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , paredit }:
- melpaBuild {
- pname = "redshank";
- ename = "redshank";
- version = "20180729.2107";
- src = fetchFromGitHub {
- owner = "emacsattic";
- repo = "redshank";
- rev = "d059c5841044aa163664f8bf87c1d981bf0a04fe";
- sha256 = "1545z1dd85zg8sg2r5r5gdnmgxbxwjvl5xklx5nvpd0gbxlwbpqk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2677a5cf74ebace6510517f47eaa43b35f736683/recipes/redshank";
- sha256 = "0p18rkn09qb4ssr6jix13kqc3jld407qr2z2k8z78i3xy4bfzr5f";
- name = "recipe";
- };
- packageRequires = [ paredit ];
- meta = {
- homepage = "https://melpa.org/#/redshank";
- license = lib.licenses.free;
- };
- }) {};
- redtick = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "redtick";
- ename = "redtick";
- version = "20180424.1436";
- src = fetchFromGitHub {
- owner = "ferfebles";
- repo = "redtick";
- rev = "0faa6b7b479fae39f5d4632f0cbbef0f2917780e";
- sha256 = "12wsczhz03vjfvck20jg9xi2mgiihq2d4cnkj6r95jkja0ds7brh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3187bd436541e2a5c2b28de67c62f5d5165af737/recipes/redtick";
- sha256 = "1a9rviz0hg6vlh2jc04g6vslyf9n89xglcz9cb79vf10hhr6igrb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/redtick";
- license = lib.licenses.free;
- };
- }) {};
- redtt = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "redtt";
- ename = "redtt";
- version = "20181120.1621";
- src = fetchFromGitHub {
- owner = "RedPRL";
- repo = "redtt";
- rev = "c95d1a0787fb92eb011df690b4bdc1029a611c0b";
- sha256 = "1l9agj28ik4b57rxai1jp23bc4l832m72znkqacch0gvxx553q2w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8db65908885f753bf65849b89ebabe0c4df664f9/recipes/redtt";
- sha256 = "0gnqik2p2rb8c1mp3vrz1xf7z89xfcx5pi4lqsdnwjhxjh2534zk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/redtt";
- license = lib.licenses.free;
- };
- }) {};
- refine = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , loop
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "refine";
- ename = "refine";
- version = "20180315.1528";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "refine";
- rev = "0a99439a0b4ed6f79b9a240ea1270140a9e328bc";
- sha256 = "1scw449mbmr70kb0r2ymhph9j0s5ym77ijp5fpwph9bri46cad3g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b111879ea0685cda88c758b270304d9e913c1391/recipes/refine";
- sha256 = "1sk6rsd92pix7k8snnqm3hsimjzaihzjgac0g5h3a2zm9dabf4py";
- name = "recipe";
- };
- packageRequires = [ dash emacs list-utils loop s ];
- meta = {
- homepage = "https://melpa.org/#/refine";
- license = lib.licenses.free;
- };
- }) {};
- reformatter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "reformatter";
- ename = "reformatter";
- version = "20190529.1538";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "reformatter.el";
- rev = "b29fdd346d0d06bef4cafc75adbde51a46392e90";
- sha256 = "0ahi9z3qpbg9zcb1fzbxqd6gb8ip44zdf9assimch7yklg5ph2ca";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/58de8cf8864867f7b3969f3a048a4844837078b4/recipes/reformatter";
- sha256 = "0z4wa0bmhz55c54vx7qxkl9x7ix20mmgygv91sqll68l10g63l0c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/reformatter";
- license = lib.licenses.free;
- };
- }) {};
- regex-dsl = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "regex-dsl";
- ename = "regex-dsl";
- version = "20100124.228";
- src = fetchFromGitHub {
- owner = "alk";
- repo = "elisp-regex-dsl";
- rev = "c9d9ce30669e3c4ccfa6030eb4a080083451ac71";
- sha256 = "11lrgygmwgc93av33md601alqr7ffh5ga0r60lvkl3rgwgnxz7iw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/regex-dsl";
- sha256 = "0c9mxsvmx6mgpq838qnjjr7ra4hafikv7hq4nfab7zw9mxrcr2f9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/regex-dsl";
- license = lib.licenses.free;
- };
- }) {};
- regex-tool = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "regex-tool";
- ename = "regex-tool";
- version = "20170104.1118";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "regex-tool";
- rev = "0b4a0111143c88ef94bec56624cb2e00c1a054e6";
- sha256 = "03qm8s7nqsj0pjnnb0p84gk7hvad4bywn3rhr3ibzj6hxqvppbqj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/regex-tool";
- sha256 = "1s4clmy5r7w6aj2bh2vf2fmbcwnainzidj28mf3kc34x3qhybngq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/regex-tool";
- license = lib.licenses.free;
- };
- }) {};
- region-bindings-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "region-bindings-mode";
- ename = "region-bindings-mode";
- version = "20140407.1514";
- src = fetchFromGitHub {
- owner = "fgallina";
- repo = "region-bindings-mode";
- rev = "3fa5dbdbd7c000bebff6d9d14a4be326ec24b6fc";
- sha256 = "02kfi3c6ydnr7xw611ck66kfjyl5w86dr9vfjv3wjl6ad9jya4zy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/faba50ed3e8c22991bcb8968880f79fad1748705/recipes/region-bindings-mode";
- sha256 = "141q4x6rilidpnsm9s78qks9i1v6ng0ydhbzqi39xcaccfyyjb69";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/region-bindings-mode";
- license = lib.licenses.free;
- };
- }) {};
- region-convert = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "region-convert";
- ename = "region-convert";
- version = "20181220.2128";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "region-convert.el";
- rev = "173c86b4b3fc187d54bcd85b4d7df27a5ee24965";
- sha256 = "1paljjwr6sfl835m24vj2j4x3zdh3whwayj6dvyfarbhhcwbwphj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f6963fc11d697b95ebbdaf7fe27c91a6229d08b6/recipes/region-convert";
- sha256 = "16i1b83jms7djkyb3n0crfxgpz05m68f4nrlvzxjj7fb56mvf9j7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/region-convert";
- license = lib.licenses.free;
- };
- }) {};
- region-state = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "region-state";
- ename = "region-state";
- version = "20181205.946";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "region-state.el";
- rev = "f9e3926036a7c261b20bad9bf46f68ead8c15024";
- sha256 = "1wb46m7qdhbjkgzwf6yg0hsjh44dq8sa1w99k7czy1yq2i2mz1k6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/716e82eb4ca0845f59a743556b37be8a1ecb29af/recipes/region-state";
- sha256 = "1iq2x1w8lqjjiwjja7r3qki6drvydnk171k9fj9g6rk7wslknz8x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/region-state";
- license = lib.licenses.free;
- };
- }) {};
- register-channel = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "register-channel";
- ename = "register-channel";
- version = "20180926.1649";
- src = fetchFromGitHub {
- owner = "YangZhao11";
- repo = "register-channel";
- rev = "9272923757402d177a0b2deab1d9c3c74601c48e";
- sha256 = "0k9qgrbzbxx4sjffnr02qx5wm71i3m61w7mh2j4hq9jf8k6nbkq4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad44618ac36e96d04f5c44c77637ea6229e61b4c/recipes/register-channel";
- sha256 = "037i2fgxxsfb85vd6xk17wyh7ny6fqfixvb0a18lf8m1hib1gyhr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/register-channel";
- license = lib.licenses.free;
- };
- }) {};
- related = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "related";
- ename = "related";
- version = "20190327.324";
- src = fetchFromGitHub {
- owner = "julien-montmartin";
- repo = "related";
- rev = "546c7e811b290470288b617f2c27106bd83ccd33";
- sha256 = "0kn07wgnz5bkkq66qfq16rvw9l7zgh0hzrsa705j1zbd6vc3wygs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/555932a7b9cf11b50a61c2a9dd2636fd6844fac8/recipes/related";
- sha256 = "08cfr5qbm1h5j4v3vf3kjjwb9nxsrk74lx9gi1icdhqw631h3yxf";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/related";
- license = lib.licenses.free;
- };
- }) {};
- relative-buffers = callPackage ({ cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "relative-buffers";
- ename = "relative-buffers";
- version = "20160221.1123";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "relative-buffers";
- rev = "88c24259ed62b85adff6850e34bbbe844caddccf";
- sha256 = "0100maanb1v0hl4pj8ykzlqpr3cvs6ldak5japndm5yngzp6m8ks";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ab22cea99fbee937bbd6e8fbc8bd27967aeaa8a5/recipes/relative-buffers";
- sha256 = "131182yb0pr0d6jibqd8aag4w8hywdyi87ldp77b95gw4bqhr96i";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash f s ];
- meta = {
- homepage = "https://melpa.org/#/relative-buffers";
- license = lib.licenses.free;
- };
- }) {};
- relax = callPackage ({ fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "relax";
- ename = "relax";
- version = "20131029.1434";
- src = fetchFromGitHub {
- owner = "technomancy";
- repo = "relax.el";
- rev = "6e33892623ab87833082262321dc8e1977209626";
- sha256 = "0lqbhwi1f8b4sv9p1rf0gyjllk0l7g6v6mlws496079wxx1n5j66";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67247451b39461db4a5fcff3827a09f53f9fc8ec/recipes/relax";
- sha256 = "0gfr4ym6aakawhkfz40ar2n0rfz503hq428yj6rbf7jmq3ajaysk";
- name = "recipe";
- };
- packageRequires = [ json ];
- meta = {
- homepage = "https://melpa.org/#/relax";
- license = lib.licenses.free;
- };
- }) {};
- remark-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "remark-mode";
- ename = "remark-mode";
- version = "20171217.2356";
- src = fetchFromGitHub {
- owner = "torgeir";
- repo = "remark-mode.el";
- rev = "e8a95f25d865d6165a7fdb1cadf5e6f0bb5ee73b";
- sha256 = "01qdaby7mn5d8y95wcbqzwzcbjmf2329g6yjbvmdd1gn6s7qzs0b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/161a45835a153c6ac81b99311482f5dd36507da1/recipes/remark-mode";
- sha256 = "1zl8k3h4acbgb3hmjs2b4a14g0s0vl3xamrqxrr742zmqpr1h0w0";
- name = "recipe";
- };
- packageRequires = [ emacs markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/remark-mode";
- license = lib.licenses.free;
- };
- }) {};
- remember-last-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "remember-last-theme";
- ename = "remember-last-theme";
- version = "20170619.1433";
- src = fetchFromGitHub {
- owner = "anler";
- repo = "remember-last-theme";
- rev = "57e8e2a475ea89316dbb5c4d2ea047f56a2cbcdf";
- sha256 = "0sb110rb6pnjnvyqn0kji19bhbn8mk4x32yps00aq2g2v9pc1jzr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/26edcdddaf8dc8c9a18d6b007e0d49d04fe4ccca/recipes/remember-last-theme";
- sha256 = "0pw36f9mchkl1qhaii39zd0vwrydjlijzanv706ai2bl8r7l0ppy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/remember-last-theme";
- license = lib.licenses.free;
- };
- }) {};
- renpy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "renpy";
- ename = "renpy";
- version = "20190419.1049";
- src = fetchFromGitHub {
- owner = "billywade";
- repo = "renpy-mode";
- rev = "943e1af71d23128ff100d41d178ccffe28f97944";
- sha256 = "1l2dglkbpb3d6c6cnifhngcjc4yy726mq6yic8x9409c6r0apn2n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc928aed12275dc3780d7d8acc6ceca0f69ef63f/recipes/renpy";
- sha256 = "1xfk3j13wzgxg56izbwad0kw4izg0hdzkh7h7cfdmdf4v6mxc7f0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/renpy";
- license = lib.licenses.free;
- };
- }) {};
- repeatable-motion = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "repeatable-motion";
- ename = "repeatable-motion";
- version = "20170620.1148";
- src = fetchFromGitHub {
- owner = "willghatch";
- repo = "emacs-repeatable-motion";
- rev = "77aa35b27c8a76dc8deef87c9f71ef7e6fd289ee";
- sha256 = "0pm9z0w402430j66167s1az37jxw89sck1b7lm9gjnc3gslh0lpm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0dd56ebaea098715b9c201f07e6196c38977f8e3/recipes/repeatable-motion";
- sha256 = "12z4z8apd8ksf6dfvqm54l71mx68j0yg4hrjypa9p77fpcd6p0zw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/repeatable-motion";
- license = lib.licenses.free;
- };
- }) {};
- repeater = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "repeater";
- ename = "repeater";
- version = "20180418.512";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "repeater";
- rev = "854b874542b186b2408cbc58ad0591fe8eb70b6c";
- sha256 = "0cx6b8l9ssf56fz8xjsmbyhy8mdcj8l0rvsdx37qk86xq4nlz74p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10e6c57937b7540f1fbf920765a63292784433ed/recipes/repeater";
- sha256 = "07fq3d6w5ns5ryv4vd23iww2bz34f62syzbg8y643kdd0kp1m772";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/repeater";
- license = lib.licenses.free;
- };
- }) {};
- repl-toggle = callPackage ({ fetchFromGitHub
- , fetchurl
- , fullframe
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "repl-toggle";
- ename = "repl-toggle";
- version = "20190430.13";
- src = fetchFromGitHub {
- owner = "tomterl";
- repo = "repl-toggle";
- rev = "a36caac7649fbffbe30f7b06541c9efd723563fc";
- sha256 = "12h3xxja3isnhvrqx7m2g7a5d8h68cc85pbqyhiipfxyafyl1yxd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/repl-toggle";
- sha256 = "16k9fk1nl2llk9qli52kiirlx9rlz8yhjh3cy6v5y2b3k0y1cf0b";
- name = "recipe";
- };
- packageRequires = [ fullframe ];
- meta = {
- homepage = "https://melpa.org/#/repl-toggle";
- license = lib.licenses.free;
- };
- }) {};
- replace-from-region = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "replace-from-region";
- ename = "replace-from-region";
- version = "20170227.1516";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "replace-from-region";
- rev = "dc9318b9b2822da7b00ecc34d1dc965c8f96c9bb";
- sha256 = "05l0wn1gqw2sbl65s1m7afmg3b1ps2qgqqrjkl9r2i26p95kqlq3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8e4328cae9b4759a75da0b26ea8b68821bc71af/recipes/replace-from-region";
- sha256 = "1p77sajghqkjd7k83nma4qpz682la3zg716jdsnpcwcw0qk9ybcb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/replace-from-region";
- license = lib.licenses.free;
- };
- }) {};
- replace-pairs = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "replace-pairs";
- ename = "replace-pairs";
- version = "20160207.451";
- src = fetchFromGitHub {
- owner = "davidshepherd7";
- repo = "replace-pairs";
- rev = "ef6f2719aab7714f6cb209fd3dd6d2e720681b3c";
- sha256 = "169p85rmgashm0g26apkxynmypqk9ndh76kvh572db5kqb8ix0c6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c578f574bc13edf45330a2836c02dece163688d/recipes/replace-pairs";
- sha256 = "0l9674rba25wh6fskvfwkhv99lwlszb177hsfzx39s6b4hshvlsb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/replace-pairs";
- license = lib.licenses.free;
- };
- }) {};
- replace-symbol = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "replace-symbol";
- ename = "replace-symbol";
- version = "20160517.1712";
- src = fetchFromGitHub {
- owner = "bmastenbrook";
- repo = "replace-symbol-el";
- rev = "baf949e528aee1881f455f9c84e67718bedcb3f6";
- sha256 = "178y1cmpdb2r72igx8j4l7pyhs1idw56j6hg5h8r9a2p99lkgjjc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/377b6ff2b785f6d87adf1e23a5b0ce02881fc5c9/recipes/replace-symbol";
- sha256 = "07ljmw6aw9hsqffhwmiq2pvhry27acg6f4vgxgi91vjr8jj3r4ng";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/replace-symbol";
- license = lib.licenses.free;
- };
- }) {};
- replace-with-inflections = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , inflections
- , lib
- , melpaBuild
- , string-inflection }:
- melpaBuild {
- pname = "replace-with-inflections";
- ename = "replace-with-inflections";
- version = "20180830.2335";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "replace-with-inflections.el";
- rev = "d9201e047856492f282da65459b28aba25998dbb";
- sha256 = "09yvn489z33hww7mi1flh344faxrpbkzqhm0i6xb2rridcj7acqh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7892eb506b8f4260bde4be2805bf3b2d594ab640/recipes/replace-with-inflections";
- sha256 = "1pqpin5ipm3g74zjh1kh6s1gh0aan6202p0y2q00d4ywbz9kn5s0";
- name = "recipe";
- };
- packageRequires = [ cl-lib inflections string-inflection ];
- meta = {
- homepage = "https://melpa.org/#/replace-with-inflections";
- license = lib.licenses.free;
- };
- }) {};
- repo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "repo";
- ename = "repo";
- version = "20190326.944";
- src = fetchFromGitHub {
- owner = "canatella";
- repo = "repo-el";
- rev = "c53c06169dec4e556982fb06ca780ca4708dc436";
- sha256 = "1brsc8k590qc4x93qydiq8ylq26zbdv8565fz194zpik9d239mja";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1729d4ea9498549fff3594b971fcde5f81592f84/recipes/repo";
- sha256 = "0z4lcswh0c6xnsxlv33bsxh0nh26ydzfl8sv8xabdp5a2gk6bhpb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/repo";
- license = lib.licenses.free;
- };
- }) {};
- req-package = callPackage ({ dash
- , fetchFromGitLab
- , fetchurl
- , ht
- , lib
- , log4e
- , melpaBuild
- , use-package }:
- melpaBuild {
- pname = "req-package";
- ename = "req-package";
- version = "20180121.2100";
- src = fetchFromGitLab {
- owner = "edvorg";
- repo = "req-package";
- rev = "0c0ac7451149dac6bfda2adfe959d1df1c273de6";
- sha256 = "0sx3kw1gpliifbc0gh2z1lvig68v3gwqjbj0izgn77js8kqxad84";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aa5bc1909f807ec03ad441d78013ba8626cd410a/recipes/req-package";
- sha256 = "1zjhc6f9qcb3j72k1llp6vym25lxnvq1jgqgmnrjxxwc4fhxx595";
- name = "recipe";
- };
- packageRequires = [ dash ht log4e use-package ];
- meta = {
- homepage = "https://melpa.org/#/req-package";
- license = lib.licenses.free;
- };
- }) {};
- request = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "request";
- ename = "request";
- version = "20181129.338";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "emacs-request";
- rev = "b929e7c7b877b074f9ce582999bb6e196e0f745d";
- sha256 = "1xzar6mgchrq9q7sj4q9cch5sharxfj85sffhcgza7fz0vl5b0hc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8d113615dde757a60ce91e156f0714a1394c4bfc/recipes/request";
- sha256 = "0h4jqg98px9dqqvjp08vi2z1lhmk0ca59lnrcl96bi7gkkj3jiji";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/request";
- license = lib.licenses.free;
- };
- }) {};
- request-deferred = callPackage ({ deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "request-deferred";
- ename = "request-deferred";
- version = "20181128.1917";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "emacs-request";
- rev = "a8d8d0714612d3b45188c6cd4237e091cc6d1366";
- sha256 = "1rar2b781gr8sb34n638a31f4pg5xh64xkmamvdr37i8wrr9i4cy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8d113615dde757a60ce91e156f0714a1394c4bfc/recipes/request-deferred";
- sha256 = "1dcxqnzmvddk61dzmfx8vjbzd8m44lscr3pjdp3r7211zhwfk40n";
- name = "recipe";
- };
- packageRequires = [ deferred request ];
- meta = {
- homepage = "https://melpa.org/#/request-deferred";
- license = lib.licenses.free;
- };
- }) {};
- requirejs = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild
- , popup
- , s
- , yasnippet }:
- melpaBuild {
- pname = "requirejs";
- ename = "requirejs";
- version = "20151203.2319";
- src = fetchFromGitHub {
- owner = "joeheyming";
- repo = "requirejs-emacs";
- rev = "4ea2a5fcbc76e4cbb6a7461e6f05f019b75865b1";
- sha256 = "1bfj2zjn3x41jal6c136wnwkgmag27bmrwbfwdylafc7qqk6dflv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a6a710c0d5ab34c52498c4154deebb779052aa01/recipes/requirejs";
- sha256 = "09z6r9wcag3gj075wq215zcslyknl1izap595rn48xvizxi06c6k";
- name = "recipe";
- };
- packageRequires = [ cl-lib js2-mode popup s yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/requirejs";
- license = lib.licenses.free;
- };
- }) {};
- requirejs-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "requirejs-mode";
- ename = "requirejs-mode";
- version = "20130215.1304";
- src = fetchFromGitHub {
- owner = "moricard";
- repo = "requirejs-mode";
- rev = "011849043098b6c4f27571625ae19071b53b8824";
- sha256 = "1dhhwz3910lcyabmpm14ky61dhgj4hvdv87k2nnzm73iwxl876ih";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/requirejs-mode";
- sha256 = "00bl5dz56f77hl9wy3xvjhq81641mv9jbskcd8mcgcz9ycj9g5k2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/requirejs-mode";
- license = lib.licenses.free;
- };
- }) {};
- resize-window = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "resize-window";
- ename = "resize-window";
- version = "20180917.2238";
- src = fetchFromGitHub {
- owner = "dpsutton";
- repo = "resize-window";
- rev = "09dc5968f1c988c51fcd6ea5d68bb38b7541eb66";
- sha256 = "02hzn0r9bzpmhjij1fvj6q3qvha8rwyn53m4yw995bg9xk32c0hj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/601a8d8f9046db6c4d50af983a11fa2501304028/recipes/resize-window";
- sha256 = "0h1hlj50hc97wxqpnmvg6w3qhdd9nbnb8r8v39ylv87zqjcmlp8l";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/resize-window";
- license = lib.licenses.free;
- };
- }) {};
- restart-emacs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "restart-emacs";
- ename = "restart-emacs";
- version = "20180601.331";
- src = fetchFromGitHub {
- owner = "iqbalansari";
- repo = "restart-emacs";
- rev = "9aa90d3df9e08bc420e1c9845ee3ff568e911bd9";
- sha256 = "02x1a85k7r95z8091zgjiaj9nf0zvx1jy4xvl3hr12qbnrx1wfav";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9faeb6d910d686cbcafe7d12e0bcf62a85689bd/recipes/restart-emacs";
- sha256 = "03aabz7fmy99nwimvjn7qz6pvc94i470hfgiwmjz3348cw02k0n6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/restart-emacs";
- license = lib.licenses.free;
- };
- }) {};
- restclient = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "restclient";
- ename = "restclient";
- version = "20190502.1514";
- src = fetchFromGitHub {
- owner = "pashky";
- repo = "restclient.el";
- rev = "422ee8d8b077dffe65706a0f027ed700b84746bc";
- sha256 = "067nin7vxkdpffxa0q61ybv7szihhvpdinivmci9qkbb86rs9kkz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/59303304fe1f724596245556dd90f6afffba425d/recipes/restclient";
- sha256 = "0wzp8i89a4hwm7qyxvdk10frknbqcni0isnp8k63nhq7c30s7md4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/restclient";
- license = lib.licenses.free;
- };
- }) {};
- restclient-helm = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , restclient }:
- melpaBuild {
- pname = "restclient-helm";
- ename = "restclient-helm";
- version = "20170314.854";
- src = fetchFromGitHub {
- owner = "pashky";
- repo = "restclient.el";
- rev = "af7420085dd67ed08d199a2402e8ff3e996c3029";
- sha256 = "04c1b0xvhrsxb4r98qvvasn1nbkl4ddinip2rplilacywjy26rsz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/59303304fe1f724596245556dd90f6afffba425d/recipes/restclient-helm";
- sha256 = "0cpf02ippfr9w6kiw3kng8smabv256ff388322hhn8a8icyjl24j";
- name = "recipe";
- };
- packageRequires = [ helm restclient ];
- meta = {
- homepage = "https://melpa.org/#/restclient-helm";
- license = lib.licenses.free;
- };
- }) {};
- restclient-test = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , restclient }:
- melpaBuild {
- pname = "restclient-test";
- ename = "restclient-test";
- version = "20180106.1246";
- src = fetchFromGitHub {
- owner = "simenheg";
- repo = "restclient-test.el";
- rev = "4518561bc9661fedacb6fb352e9677207f45c418";
- sha256 = "0hbilpn77w0vykga9p4dkwaygipyna7mwn24y2kwfcahcr39pqjb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82e3078fc1f96d276fd288c3d7b91df5df4717a6/recipes/restclient-test";
- sha256 = "0g26z5p9fq7fm6bgrwaszya5xmhsgzcn1p7zqr83w74fbw6bcl39";
- name = "recipe";
- };
- packageRequires = [ emacs restclient ];
- meta = {
- homepage = "https://melpa.org/#/restclient-test";
- license = lib.licenses.free;
- };
- }) {};
- reveal-in-osx-finder = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "reveal-in-osx-finder";
- ename = "reveal-in-osx-finder";
- version = "20150802.957";
- src = fetchFromGitHub {
- owner = "kaz-yos";
- repo = "reveal-in-osx-finder";
- rev = "5710e5936e47139a610ec9a06899f72e77ddc7bc";
- sha256 = "1q13cgpz4wzhnqv84ablawy3y2wgdwy46sp7454mmfx9m77jzb2v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2bf40285279b761b0efd6bc8542ae9aad4b329e1/recipes/reveal-in-osx-finder";
- sha256 = "00jgrmh5s3vlpj1jjf8l3c3h4hjk5x781m95sidw6chimizvfmfc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/reveal-in-osx-finder";
- license = lib.licenses.free;
- };
- }) {};
- reverse-im = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "reverse-im";
- ename = "reverse-im";
- version = "20190428.1011";
- src = fetchFromGitHub {
- owner = "a13";
- repo = "reverse-im.el";
- rev = "e30815653aa81eac097f27be14886806d9df4ea4";
- sha256 = "0i34q5bj5y0xnvc8d82w5vpfscl1nvqv584sd9kqpi81gy3qphrw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f282ebbed8ad01b63b0e708ab273db51bf65fdbb/recipes/reverse-im";
- sha256 = "0c0dxxpa2s6gvhi14zfb0rnb4i7jaqw627a7ngm5fzyh0r9himcf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/reverse-im";
- license = lib.licenses.free;
- };
- }) {};
- reverse-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "reverse-theme";
- ename = "reverse-theme";
- version = "20141204.1745";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-reverse-theme";
- rev = "13d0821a4ec5ece7e6a81f50d2a1a7e7ad21394d";
- sha256 = "1sfl0rm4sxjkcjki0hmkkcicr24qr2q7gmficg9bi5q6vlrid1pn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/reverse-theme";
- sha256 = "163kk5qnz9bk3l2fam79n264s764jfxbwqbiwgid8kw9cmk0v776";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/reverse-theme";
- license = lib.licenses.free;
- };
- }) {};
- review-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "review-mode";
- ename = "review-mode";
- version = "20181213.1915";
- src = fetchFromGitHub {
- owner = "kmuto";
- repo = "review-el";
- rev = "978be7337628c746f2cb237094c65187a11d7682";
- sha256 = "07zli33hfdz0h4b491dl664gv7naky8db3kajxb3ncbizx99dz9m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f2f9e2667389577d0703874ca69ebe4800ae3e01/recipes/review-mode";
- sha256 = "0wapicggkngpdzi0yxc0b24s526fs819rc2d6miv6ix3gnw11n0n";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/review-mode";
- license = lib.licenses.free;
- };
- }) {};
- reykjavik-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "reykjavik-theme";
- ename = "reykjavik-theme";
- version = "20180823.844";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "reykjavik-theme";
- rev = "2cd0043ae6d046f812a95bb26398ea23141beccc";
- sha256 = "0rk0fw5b1lz7if779h3bngc86iix8v9k8bz3zw8icwfwmjsgg1fh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10bf153e2b84050304ba2532f5eb41c7a4e7632f/recipes/reykjavik-theme";
- sha256 = "1f0q2gfzkmpd374jryrd1lgg8xj6rwdq181jhppj3rfjizgw4l35";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/reykjavik-theme";
- license = lib.licenses.free;
- };
- }) {};
- rfc-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rfc-mode";
- ename = "rfc-mode";
- version = "20190525.1210";
- src = fetchFromGitHub {
- owner = "galdor";
- repo = "rfc-mode";
- rev = "5cdf7172e307c0e23bb5342c61263d4439292ede";
- sha256 = "091yqk257z19rs9mcy6b52ll87s85s7fbsd235kzqmacfcqyjsmi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3a61d769cf7c61619a594337fe8a12ccc6a6fd6e/recipes/rfc-mode";
- sha256 = "0z7krcfdyr8hblz8dc7apqlpn6sj2zwrjw4wh86js8vf7fiv8svy";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/rfc-mode";
- license = lib.licenses.free;
- };
- }) {};
- rg = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , wgrep }:
- melpaBuild {
- pname = "rg";
- ename = "rg";
- version = "20190403.833";
- src = fetchFromGitHub {
- owner = "dajva";
- repo = "rg.el";
- rev = "acd8be6a1ee129fe8b3802bfcffe9b56bfa72320";
- sha256 = "0av0dipf6jjqhixzv7gnf1w8rlncgpwcxr3jn9lidx9acr8yprwa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9ce1f721867383a841957370946f283f996fa76f/recipes/rg";
- sha256 = "0i78qvqdznh1z3b0mnzihv07j8b9r86dc1lsa1qlzacv6a2i9sbm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs s wgrep ];
- meta = {
- homepage = "https://melpa.org/#/rg";
- license = lib.licenses.free;
- };
- }) {};
- rhtml-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rhtml-mode";
- ename = "rhtml-mode";
- version = "20130422.611";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "rhtml";
- rev = "a6d71b38a3db867ccf82999c99805db1a3a33c33";
- sha256 = "1qlpv5lzj4yfyjgdykhm6q9izg6g0z5pf5nmynj42vsx7v8bhy1x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9e14e9d8df9c2ce13e290a5f3d3bf9b247037f4/recipes/rhtml-mode";
- sha256 = "038j5jkcckmhlq3vz4h07s5y2scljh1fdn9r614hiyxwgk48lc35";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rhtml-mode";
- license = lib.licenses.free;
- };
- }) {};
- rib-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rib-mode";
- ename = "rib-mode";
- version = "20170726.748";
- src = fetchFromGitHub {
- owner = "blezek";
- repo = "rib-mode";
- rev = "97470158784c3c212e22e2c20b8471ee65ba59af";
- sha256 = "0hln0hympmxmsci82ivc2rw289j1bmgdxns96m1ng1bl668bwag7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c38c18f3eb75d559752fcd9956464fef890be728/recipes/rib-mode";
- sha256 = "0qgbzrwbbgg4mzjb7yw85qs83b6hpldazip1cigywr46w7f81587";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rib-mode";
- license = lib.licenses.free;
- };
- }) {};
- rich-minority = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rich-minority";
- ename = "rich-minority";
- version = "20190419.436";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "rich-minority";
- rev = "a03e693f6f9232cf75363aaaf1cb041f21675c19";
- sha256 = "0nr5lazllp5qphllnmwrwiywkc5zd3a51ciwb8k0h8zw5axhp0v7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/rich-minority";
- sha256 = "11xd76w5k3b3q5bxqjb55vi6dsal9drvyc1nh7z83awm59hvgczc";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/rich-minority";
- license = lib.licenses.free;
- };
- }) {};
- right-click-context = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , ordinal
- , popup }:
- melpaBuild {
- pname = "right-click-context";
- ename = "right-click-context";
- version = "20190528.1132";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "right-click-context";
- rev = "4b1a2cd2b3eaea2393d3696a36da8f42e386c23d";
- sha256 = "1y0sa1k8pc8g6mzsqv3n34v2ziyvlr6l74409kh8673lp5r7cx1f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f6963fc11d697b95ebbdaf7fe27c91a6229d08b6/recipes/right-click-context";
- sha256 = "189nkxkc7lr2fm5qgmylmz6xv6mpphslj4fgpmr8ynnx9z3nxms2";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ordinal popup ];
- meta = {
- homepage = "https://melpa.org/#/right-click-context";
- license = lib.licenses.free;
- };
- }) {};
- rigid-tabs = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rigid-tabs";
- ename = "rigid-tabs";
- version = "20170903.859";
- src = fetchFromGitLab {
- owner = "wavexx";
- repo = "rigid-tabs.el";
- rev = "d48ba58acbe8934700cd23db2acb574b09306238";
- sha256 = "03dmyn5lnw0mj4ymgyxz6gksl2byw31plxn61qcggkj6gk8g500d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1cf98dff029d494007fe25d29bd8bcfecc5b8e6/recipes/rigid-tabs";
- sha256 = "0623hhhykrxq702871s5p4vddkvx7jpj6hg5q0c9jkbvflz9n9y8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rigid-tabs";
- license = lib.licenses.free;
- };
- }) {};
- rimero-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rimero-theme";
- ename = "rimero-theme";
- version = "20180901.648";
- src = fetchFromGitHub {
- owner = "yveszoundi";
- repo = "emacs-rimero-theme";
- rev = "a2e706c2b34f749019979a133f08a2d94a1104b3";
- sha256 = "1kcvvaizggzi7s3dlh611bkirdf6y89kzddc273drdks705s01wh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c6d07b0c021001195e6e0951c890566a5a784ce1/recipes/rimero-theme";
- sha256 = "0jbknrp9hc8s956cy2gqffxnx0fgnhmjqp2i4vyp0ywh45wrls5r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rimero-theme";
- license = lib.licenses.free;
- };
- }) {};
- rinari = callPackage ({ fetchFromGitHub
- , fetchurl
- , inf-ruby
- , jump
- , lib
- , melpaBuild
- , ruby-compilation
- , ruby-mode ? null }:
- melpaBuild {
- pname = "rinari";
- ename = "rinari";
- version = "20150708.2340";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "rinari";
- rev = "be07b0f42aefa24c5d36c441d1f3f72e64fffaa4";
- sha256 = "1kg83z10jw4ik0aapv9cjqlvqy31rln2am8vh3f77zh61qha37hx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b243a909faa71e14ee7ca4f307df8e8136e5d7c/recipes/rinari";
- sha256 = "0qknicg3vzl7zbkwsdvp10hrvlng6mbi8hgslx4ir522dflrf9p0";
- name = "recipe";
- };
- packageRequires = [ inf-ruby jump ruby-compilation ruby-mode ];
- meta = {
- homepage = "https://melpa.org/#/rinari";
- license = lib.licenses.free;
- };
- }) {};
- rings = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rings";
- ename = "rings";
- version = "20160531.1327";
- src = fetchFromGitHub {
- owner = "konr";
- repo = "rings";
- rev = "3590b222eb80652cbd27866f066bd3571d86edfc";
- sha256 = "01mfiyq4cr2qdmvaxid8a094p20w97n2nsiy9vyng77vcmv36sd5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/113118947e33ab0c8004dbe9b188eba2ea282356/recipes/rings";
- sha256 = "1ncsb4jip07hbrf1l4j9yzn3l0kb63ylhzzsb4bb2yx6as4a66k7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rings";
- license = lib.licenses.free;
- };
- }) {};
- ripgrep = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ripgrep";
- ename = "ripgrep";
- version = "20190215.41";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "ripgrep.el";
- rev = "40e871dcc4519a70981e9f28acea304692a60978";
- sha256 = "0snn12iibz5frsx6yk6c31hb8knvsd568ghw9jjka5vxdjzap7p9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8d789818876e959a1a59690f1dd7d4efa6d608b/recipes/ripgrep";
- sha256 = "1j9c3mhcyhs4xf44z6fnlvmb81pps25bp43gdqvp0954i068mgah";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ripgrep";
- license = lib.licenses.free;
- };
- }) {};
- riscv-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "riscv-mode";
- ename = "riscv-mode";
- version = "20170804.821";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "riscv-mode";
- rev = "99febf97d1fa9441e8dada94fe30c2aa439c9749";
- sha256 = "119p926ypz525xdh82m2d1saky1qh5va224fxyqisfbwfrc17arh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0853b4b678be7d1906a2f7946bfa1072590faf72/recipes/riscv-mode";
- sha256 = "0496b7xwshmk3gv6s5hggbm9qd60a05racj3xcsxwqzak359lk2b";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/riscv-mode";
- license = lib.licenses.free;
- };
- }) {};
- rjsx-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rjsx-mode";
- ename = "rjsx-mode";
- version = "20190311.1817";
- src = fetchFromGitHub {
- owner = "felipeochoa";
- repo = "rjsx-mode";
- rev = "03dd8d1683501e81b58674d64c3032b7b718402c";
- sha256 = "1kc44g9f38klpjklmz9n50a28nqv7prz6ck6ghdr6bnj1s98pb8a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b83be7efdef2457e1320fe3dec46484fbd20263c/recipes/rjsx-mode";
- sha256 = "0w3ij8k8058pfw443chm1kn30ia0f5rfbg03w9ddw86xb3wa2q0b";
- name = "recipe";
- };
- packageRequires = [ emacs js2-mode ];
- meta = {
- homepage = "https://melpa.org/#/rjsx-mode";
- license = lib.licenses.free;
- };
- }) {};
- rmsbolt = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rmsbolt";
- ename = "rmsbolt";
- version = "20190507.2309";
- src = fetchFromGitLab {
- owner = "jgkamat";
- repo = "rmsbolt";
- rev = "fcefc0509dd0a4ec2e02020c83e1c4a1101ef903";
- sha256 = "1zbpp4ilf9kvjnxc0cgs90l02lmpp6pa905cahi441l2pn71kbld";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/798e7978f3ee32b3667956da8dc2dc7f005b6996/recipes/rmsbolt";
- sha256 = "0mgzc4q9mmnqjafp2i9qp0plc7qnh4kmkgjs1c7frk9x07navscf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rmsbolt";
- license = lib.licenses.free;
- };
- }) {};
- robe = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "robe";
- ename = "robe";
- version = "20190520.1758";
- src = fetchFromGitHub {
- owner = "dgutov";
- repo = "robe";
- rev = "8190cb7c7beb8385dd3abf6ea357f33d8981ae8a";
- sha256 = "1lqckmfxm2csh0as22bwf4rvbn5rwqry18xx9m5nfhfl57360q75";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/673f920d02fe761bc080b73db7d37dbf5b6d86d8/recipes/robe";
- sha256 = "19py2lwi7maya90kh1mgwqb16j72f7gm05dwla6xrzq1aks18wrk";
- name = "recipe";
- };
- packageRequires = [ emacs inf-ruby ];
- meta = {
- homepage = "https://melpa.org/#/robe";
- license = lib.licenses.free;
- };
- }) {};
- robots-txt-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "robots-txt-mode";
- ename = "robots-txt-mode";
- version = "20180919.841";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "robots-txt-mode";
- rev = "f8fc7ee50a3d5d7a2838772ed298fb69b9051c5c";
- sha256 = "11qyzsfp2kmi6sd24m30y537mic9xg7y29npninrjihr6k9rw3a2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/robots-txt-mode";
- sha256 = "00hxz4mygcxg7d8m2i4cm0bl82v3hw8wb4m8vv7g7fqkjp32c9qc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/robots-txt-mode";
- license = lib.licenses.free;
- };
- }) {};
- roguel-ike = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "roguel-ike";
- ename = "roguel-ike";
- version = "20160119.1902";
- src = fetchFromGitHub {
- owner = "stevenremot";
- repo = "roguel-ike";
- rev = "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c";
- sha256 = "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2db1979e039e466268ca7c264988792d3046e19a/recipes/roguel-ike";
- sha256 = "1a7sa6nhgi0s4gjh55bhk5cg6q6s7564fk008ibmrm05gfq9wlg8";
- name = "recipe";
- };
- packageRequires = [ popup ];
- meta = {
- homepage = "https://melpa.org/#/roguel-ike";
- license = lib.licenses.free;
- };
- }) {};
- rope-read-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rope-read-mode";
- ename = "rope-read-mode";
- version = "20190527.327";
- src = fetchFromGitHub {
- owner = "marcowahl";
- repo = "rope-read-mode";
- rev = "ba7cb7e046a2353ae43c2c69fbe7dd2e703e0a20";
- sha256 = "0vf6w4g1mcv4wf53zfmgcaaz0im09pa2pl8jmkf7dj34djlk4iw9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/14a674559aa485e92357a8b941304ae8167b9c3e/recipes/rope-read-mode";
- sha256 = "0grnn5k6rbck0hz4c6cadgj3a4dv62habyingznisg2kx9i3m0dw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rope-read-mode";
- license = lib.licenses.free;
- };
- }) {};
- ros = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ros";
- ename = "ros";
- version = "20190602.809";
- src = fetchFromGitHub {
- owner = "DerBeutlin";
- repo = "ros.el";
- rev = "b5deea437bf8999907e381d3b16f8b0ec0185045";
- sha256 = "0clvj1n9ib50spfbz6ph59kznz665vwv6h1dniisfp2fdw3l8i3f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7df44ae0ba89a2c4089a39b212784a6a359f1521/recipes/ros";
- sha256 = "1frlg1zn9ip2s3ija20rkmf880smk01jz6jclqkygx6kd4fsbi9m";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ros";
- license = lib.licenses.free;
- };
- }) {};
- rotate = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rotate";
- ename = "rotate";
- version = "20160909.136";
- src = fetchFromGitHub {
- owner = "daichirata";
- repo = "emacs-rotate";
- rev = "eb177ec2aba1a358aa757720a9a4c8d8ce4856e8";
- sha256 = "1v8m08hrj3g1vcyhjmkh6wsiczrvjq0v90nqb5y3hy3l40pkag5x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d92e66cad586d4dc6b1de12d1b41b818b5232c2/recipes/rotate";
- sha256 = "11a0svvfq29cb4630jq0hz19xk9jfhfjnssm7vg0dnlzpxqi3vif";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rotate";
- license = lib.licenses.free;
- };
- }) {};
- roy-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "roy-mode";
- ename = "roy-mode";
- version = "20121208.358";
- src = fetchFromGitHub {
- owner = "folone";
- repo = "roy-mode";
- rev = "e1a4fb5ec0f46e82f569865ca47042ba5934e425";
- sha256 = "1m19hjgh9s21qknb1278pf6gw77a747siy04qdznj4519j12wjjg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/roy-mode";
- sha256 = "1r49c1v0xjkrpxmq0k2l2nrx95n06b7hbpmr1n7nkil2bxdq275i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/roy-mode";
- license = lib.licenses.free;
- };
- }) {};
- rpm-spec-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rpm-spec-mode";
- ename = "rpm-spec-mode";
- version = "20160710.436";
- src = fetchFromGitHub {
- owner = "stigbjorlykke";
- repo = "rpm-spec-mode";
- rev = "c1c38050c48ea330c7cea632b8785d66daeefb2b";
- sha256 = "0427kcvf2ljhzwxskn3jzk0ncrl3f9zcz2sm83d9pmhh5jax2gch";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb7e188fffda3d4e42690511775e5e32a11e1b34/recipes/rpm-spec-mode";
- sha256 = "1ygk0pdhq1hvgzd173h79lxb04b9lmvq4hi70qf9244bqbm0m182";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rpm-spec-mode";
- license = lib.licenses.free;
- };
- }) {};
- rpn-calc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "rpn-calc";
- ename = "rpn-calc";
- version = "20181121.354";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "rpn-calc";
- rev = "27279f89c80eb3f28ff9f981eff06502056943e2";
- sha256 = "0klzhscdvzwpcrfkq2v28in5fv01zqabgxdrziyhj666sly1scjq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/47d5b3c931cdbc2351e01d15e2b98c78081c9506/recipes/rpn-calc";
- sha256 = "04dj2r4035k0c3x6iyjydshzmq381d60pmscp2hg5m7sp7bqn5xs";
- name = "recipe";
- };
- packageRequires = [ popup ];
- meta = {
- homepage = "https://melpa.org/#/rpn-calc";
- license = lib.licenses.free;
- };
- }) {};
- rsense = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rsense";
- ename = "rsense";
- version = "20100510.2105";
- src = fetchFromGitHub {
- owner = "m2ym";
- repo = "rsense";
- rev = "fbcfc00402742b0d8744a9bfd1bcdd869f4fb923";
- sha256 = "178rnmhj3987dscsjkg5qcsw92s3b5rv51s0j7qcavx254h7xdf0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e2149ce3baef9ac01d5b2e8b1a933a3e1206015f/recipes/rsense";
- sha256 = "1901xqlpc8fg4sl9j58jn40i2djs8s0cdcqcrzrq02lvk8ssfdf5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rsense";
- license = lib.licenses.free;
- };
- }) {};
- rspec-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , ruby-mode ? null }:
- melpaBuild {
- pname = "rspec-mode";
- ename = "rspec-mode";
- version = "20190326.722";
- src = fetchFromGitHub {
- owner = "pezra";
- repo = "rspec-mode";
- rev = "3285c225d0ed99b2dd91ae9e65b2c961082b03e5";
- sha256 = "1s5yj4n8qd3ypm505573s4gs63s5kmir4wphknn7hwsa1qxxzp55";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cd83e61b10da20198de990aa081b47d3b0b44d43/recipes/rspec-mode";
- sha256 = "0nyib9rx9w9cbsgkcjx9n8fp77xkzxg923z0rdm3f9kc7njcn0zx";
- name = "recipe";
- };
- packageRequires = [ cl-lib ruby-mode ];
- meta = {
- homepage = "https://melpa.org/#/rspec-mode";
- license = lib.licenses.free;
- };
- }) {};
- rtags = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rtags";
- ename = "rtags";
- version = "20190410.915";
- src = fetchFromGitHub {
- owner = "Andersbakken";
- repo = "rtags";
- rev = "de17d52cb18ca2228d04a9dc8b1c0ed04009d9e7";
- sha256 = "0z42fm77135vsjszmvr0f3fq0gnvb17cnwafaz8cyqbz6ya0770c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/rtags";
- sha256 = "0s5m4zjvnc1k4gkkizbs4ysvzzbfh45717pksg9bnyzwx5lcw5yd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rtags";
- license = lib.licenses.free;
- };
- }) {};
- rtm = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rtm";
- ename = "rtm";
- version = "20180329.808";
- src = fetchFromGitHub {
- owner = "pmiddend";
- repo = "emacs-rtm";
- rev = "3e3d09387cb84801343ecca8fb02e82f213e7bbe";
- sha256 = "0cc07lhh27i1ra4alrwb6w322ddi6hw0498nkzf388arhn10h3wv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/rtm";
- sha256 = "1bwbaps76pawz73fs7nzkvbii9d57zmfdccpm18dwn6phaqxbhyc";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/rtm";
- license = lib.licenses.free;
- };
- }) {};
- rubik = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rubik";
- ename = "rubik";
- version = "20180222.1214";
- src = fetchFromGitHub {
- owner = "Kurvivor19";
- repo = "rubik-mode";
- rev = "c8dab1726463dbc9042a0b00186e4a8df02eb868";
- sha256 = "13razzmk70h5sd69ms0a3ljr285zcad0wnrqkfxbgi5rnppqlkh1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/00946ed21b0f05b753c792863f6bcc99c26c32a3/recipes/rubik";
- sha256 = "07bbh5vjw3jdxf06lxqm45y8ijcai391mf97xw5c29z33vhqs267";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/rubik";
- license = lib.licenses.free;
- };
- }) {};
- rubocop = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rubocop";
- ename = "rubocop";
- version = "20190326.724";
- src = fetchFromGitHub {
- owner = "rubocop-hq";
- repo = "rubocop-emacs";
- rev = "03bf15558a6eb65e4f74000cab29412efd46660e";
- sha256 = "0bl1l2qbpdknn93wr95a49gdnpl3pwpjj3rka3s44hvihny9p8q0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/rubocop";
- sha256 = "07ma4fv015wzpj5j4rdb0ckwwmhkxs3k5vy33qxgwghqmn6xby6x";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rubocop";
- license = lib.licenses.free;
- };
- }) {};
- rubocopfmt = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rubocopfmt";
- ename = "rubocopfmt";
- version = "20181009.1003";
- src = fetchFromGitHub {
- owner = "jimeh";
- repo = "rubocopfmt.el";
- rev = "fc96145719a65b2551339d087ddd95b72e14646f";
- sha256 = "12sfzvb5lf20d4kqa1fzhz8s48lgr8w0x7qimjcy5c75yjb123wl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac01edffceea771d8fe41326e28dd9881f1661ab/recipes/rubocopfmt";
- sha256 = "06ficv1r3axzi7q659pk1m3gbpf44nd2ir2ikmi8mr8rq44sqps0";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/rubocopfmt";
- license = lib.licenses.free;
- };
- }) {};
- ruby-additional = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , ruby-mode ? null }:
- melpaBuild {
- pname = "ruby-additional";
- ename = "ruby-additional";
- version = "20181221.359";
- src = fetchFromGitHub {
- owner = "ruby";
- repo = "elisp";
- rev = "75bccbb384e6907df47ab69acdccb4536806c890";
- sha256 = "1ic92ga7sy71qknn22xjbxrhpbq3sgb1ngfm2d0gjdmr0x6q8xkc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/30fa1f6cb1128fc0c0e751330714f228e5616786/recipes/ruby-additional";
- sha256 = "09g4zz6pfzhxlhac2d041bys7qis4w4shpdn4bpskm1rnmvm10s7";
- name = "recipe";
- };
- packageRequires = [ emacs ruby-mode ];
- meta = {
- homepage = "https://melpa.org/#/ruby-additional";
- license = lib.licenses.free;
- };
- }) {};
- ruby-compilation = callPackage ({ fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-compilation";
- ename = "ruby-compilation";
- version = "20150708.2340";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "rinari";
- rev = "be07b0f42aefa24c5d36c441d1f3f72e64fffaa4";
- sha256 = "1kg83z10jw4ik0aapv9cjqlvqy31rln2am8vh3f77zh61qha37hx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/ruby-compilation";
- sha256 = "1x1vpkjpx95sfcjhkx4cafypj0nkbd1i0mzxx3lmcrsmg8iv0rjc";
- name = "recipe";
- };
- packageRequires = [ inf-ruby ];
- meta = {
- homepage = "https://melpa.org/#/ruby-compilation";
- license = lib.licenses.free;
- };
- }) {};
- ruby-electric = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-electric";
- ename = "ruby-electric";
- version = "20170810.430";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "ruby-electric.el";
- rev = "3553448a780a1ea5c3b0e9becd820d4762876593";
- sha256 = "0h47lfgxjcyyl8gb1w7l8j8h65s3lp1hsq742sl7a1gf5y6bbm3v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5fd5fa797a813e02a6433ecbe2bca1270a383753/recipes/ruby-electric";
- sha256 = "02xskivi917l8xyhrij084dmzwjq3knjcn65l2iwz34s767fbwl2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ruby-electric";
- license = lib.licenses.free;
- };
- }) {};
- ruby-end = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-end";
- ename = "ruby-end";
- version = "20141215.423";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "ruby-end.el";
- rev = "648b81af136a581bcef387744d93c011d9cdf54b";
- sha256 = "1cpz9vkp57nk682c5xm20g7bfj5g2aq5ahpk4nhgx7pvd3xvr1ds";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/ruby-end";
- sha256 = "1cnmdlkhm8xsifbjs6ymvi92gdnxiaghb04h10qg41phj6v7m9mg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ruby-end";
- license = lib.licenses.free;
- };
- }) {};
- ruby-extra-highlight = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-extra-highlight";
- ename = "ruby-extra-highlight";
- version = "20171106.1133";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "ruby-extra-highlight";
- rev = "83942d18eae361998d24c1c523b308eea821f048";
- sha256 = "18mq0ap7f0b22cdp2wdj0y2fqsahm2ngf7fvdy0mkkfs3818awlp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/73488b0aea4eb470a1f235fece0753797bfd7e35/recipes/ruby-extra-highlight";
- sha256 = "0dybf39yv0yzy8bsz9k5s64033id6hq4v268m11la4bp5fbv5r37";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ruby-extra-highlight";
- license = lib.licenses.free;
- };
- }) {};
- ruby-factory = callPackage ({ fetchFromGitHub
- , fetchurl
- , inflections
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-factory";
- ename = "ruby-factory";
- version = "20160101.2321";
- src = fetchFromGitHub {
- owner = "sshaw";
- repo = "ruby-factory-mode";
- rev = "2bb7ccc2fccb5257376a989aa395bc7b9eb1d55d";
- sha256 = "15b2rs6m4d511qqkc2gc8k15mbqzrgv6s3hpypajl8nvqa79xnyd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3ce422ccc34eb325ce432284e44af48607251da2/recipes/ruby-factory";
- sha256 = "0v8009pad0l41zh9r1wzcx1h6vpzhr5rgpq6rb002prxz2lcbd37";
- name = "recipe";
- };
- packageRequires = [ inflections ];
- meta = {
- homepage = "https://melpa.org/#/ruby-factory";
- license = lib.licenses.free;
- };
- }) {};
- ruby-hash-syntax = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-hash-syntax";
- ename = "ruby-hash-syntax";
- version = "20190109.1427";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ruby-hash-syntax";
- rev = "577ab383c142e3a0697ce73480158a8b489038da";
- sha256 = "06hm4pl3mzlyx4d3v94rm2w33q9wnwpdl7qas3fnks691d9apg7x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c7d21a43a4bf267507bdc746ec9d0fd82049c0af/recipes/ruby-hash-syntax";
- sha256 = "0bvwyagfh7mn457iibrpv1ay75089gp8pg608gbm24m0ix82xvb5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ruby-hash-syntax";
- license = lib.licenses.free;
- };
- }) {};
- ruby-interpolation = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-interpolation";
- ename = "ruby-interpolation";
- version = "20131112.852";
- src = fetchFromGitHub {
- owner = "leoc";
- repo = "ruby-interpolation.el";
- rev = "1978e337601222cedf00e117bf4b5cac15d1f203";
- sha256 = "1r2f5jxi6wnkmr1ssvqgshi97gjvxvf3qqc0njg1s33cy39wpqq5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/ruby-interpolation";
- sha256 = "07idndxw8vgfrk5zfmjjhmixza35mqxwjhsrbjrq5yy72i5ivznp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ruby-interpolation";
- license = lib.licenses.free;
- };
- }) {};
- ruby-refactor = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , ruby-mode ? null }:
- melpaBuild {
- pname = "ruby-refactor";
- ename = "ruby-refactor";
- version = "20160214.850";
- src = fetchFromGitHub {
- owner = "ajvargo";
- repo = "ruby-refactor";
- rev = "e6b7125878a08518bffec6942df0c606f748e9ee";
- sha256 = "13008ih4hwa80bn2dbgj551knbvgpriz5sb241rkf7mifmlfzgsi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8d223ef5b9e51265c510f1cf7888b621e47bfdcf/recipes/ruby-refactor";
- sha256 = "0nwinnnhy72h1ihjlnjl8k8z3yf4nl2z7hfv085gwiacr6nn2rby";
- name = "recipe";
- };
- packageRequires = [ ruby-mode ];
- meta = {
- homepage = "https://melpa.org/#/ruby-refactor";
- license = lib.licenses.free;
- };
- }) {};
- ruby-test-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcre2el
- , ruby-mode ? null }:
- melpaBuild {
- pname = "ruby-test-mode";
- ename = "ruby-test-mode";
- version = "20190412.209";
- src = fetchFromGitHub {
- owner = "ruby-test-mode";
- repo = "ruby-test-mode";
- rev = "a7e2d912756269d7d88896a9fe0306475cd2b085";
- sha256 = "0zlpvqpi2rq5ggrifmbp0hpjfaz8aplw0lkfy2d37rla8vsl9m0y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f781a76a519afc0222cdf7255822a23e33745deb/recipes/ruby-test-mode";
- sha256 = "08x9pskxz1hvvqablx5mdp1g54n28kpmd10qwrasq2zjbdjghj48";
- name = "recipe";
- };
- packageRequires = [ pcre2el ruby-mode ];
- meta = {
- homepage = "https://melpa.org/#/ruby-test-mode";
- license = lib.licenses.free;
- };
- }) {};
- ruby-tools = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-tools";
- ename = "ruby-tools";
- version = "20151209.815";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "ruby-tools.el";
- rev = "6b97066b58a4f82eb2ecea6434a0a7e981aa4c18";
- sha256 = "0jd9acycpbdd90hallrl0k5055rypp502qv4c6i286p7f9is4kvq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/ruby-tools";
- sha256 = "0zpk55rkrqyangyyljxzf0n1icgqnpdzycwack5rji556h5grvjy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ruby-tools";
- license = lib.licenses.free;
- };
- }) {};
- rufo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rufo";
- ename = "rufo";
- version = "20170718.716";
- src = fetchFromGitHub {
- owner = "danielma";
- repo = "rufo.el";
- rev = "85a6d80fb05fef396a8029b8f944c92a53faf8fe";
- sha256 = "11klircrdc9z9jfksd6rjgwbb775mziss67mw74673b8iva8n1y7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/123b89e06a44ef45150ca7243afc41302dfb6c6e/recipes/rufo";
- sha256 = "0pxsifcxic3q54rqj0jbj20hq7f2s4icl57lligf9g0w23qzj239";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rufo";
- license = lib.licenses.free;
- };
- }) {};
- rum-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rum-mode";
- ename = "rum-mode";
- version = "20180126.1622";
- src = fetchFromGitHub {
- owner = "rumlang";
- repo = "rum-mode";
- rev = "161471e6476d232d479f9767535918920811d7bf";
- sha256 = "12fh1fmfnfpkgsya5asxqywimdb5361cvw1cqfmhrm1z5pyjgbd7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c9f8ce2dee376f1f34e89e9642c472a148fca77/recipes/rum-mode";
- sha256 = "1838w8rk5pgp1hn7a0m83mfw9jin4qv5mkyl68hl3gj7g9lhn7sd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rum-mode";
- license = lib.licenses.free;
- };
- }) {};
- run-stuff = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "run-stuff";
- ename = "run-stuff";
- version = "20180208.2348";
- src = fetchFromGitHub {
- owner = "ideasman42";
- repo = "emacs-run-stuff";
- rev = "ed42a7bc9a197ccf1ca87f9937bf98f0a9ed3f92";
- sha256 = "1w49v868n3723q6887y4bc5q8spd7xync5d581vvxdpi75qgvr0z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d6e9ce2acd859b887f7e161f4b9969be1a0b8ef/recipes/run-stuff";
- sha256 = "0zx96m6cval5g4p0lhy9kpyycp2jygaq3y2njhkpij9gl4nb2ll2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/run-stuff";
- license = lib.licenses.free;
- };
- }) {};
- runner = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "runner";
- ename = "runner";
- version = "20160524.43";
- src = fetchFromGitHub {
- owner = "thamer";
- repo = "runner";
- rev = "e7394d7c9e886788a656a7085b4cf963d6fc318f";
- sha256 = "0gpfszp6bqr3vdr32vr6l0nq9hnic31vnins68hc5hknli91bpsq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3a4e051ab45b8036b91aa0c50bd3f93cd85e9d0/recipes/runner";
- sha256 = "09apmk22swj05z77ziij31jj6b3g221qv3mw3mymffzxn5ap2rbx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/runner";
- license = lib.licenses.free;
- };
- }) {};
- runtests = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "runtests";
- ename = "runtests";
- version = "20150807.131";
- src = fetchFromGitHub {
- owner = "sunesimonsen";
- repo = "emacs-runtests";
- rev = "ed90249f24cc48290018df48b9b9b7172440be3e";
- sha256 = "18w6gkpxp0g7rzvnrk8vvr267y768dfik447ssq8jpz3jlr5jnq6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/95c49160919d310256501d7c71102f8367aae5aa/recipes/runtests";
- sha256 = "0m9rqjb5c0yqr2wv5dsdiba21knr63b5pxsqgbkbybi15zgxcicb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/runtests";
- license = lib.licenses.free;
- };
- }) {};
- russian-holidays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "russian-holidays";
- ename = "russian-holidays";
- version = "20170109.1340";
- src = fetchFromGitHub {
- owner = "grafov";
- repo = "russian-holidays";
- rev = "b285a30f29d85c48e3ea4eb93972d34a090c167b";
- sha256 = "1mz842gvrscklg2w2r2q2wbj92qr31h895k700j3axqx6k30ni0h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d4830900e371e7036225ea434c52204f4d2481a7/recipes/russian-holidays";
- sha256 = "0lawjwz296grbvb4a1mm1j754q7mpcanyfln1gqxr339kqx2aqd8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/russian-holidays";
- license = lib.licenses.free;
- };
- }) {};
- rust-auto-use = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rust-auto-use";
- ename = "rust-auto-use";
- version = "20181124.2237";
- src = fetchFromGitHub {
- owner = "vmalloc";
- repo = "rust-auto-use.el";
- rev = "d924505ecd954625dcb2d56dfba97111dc6a17fa";
- sha256 = "1yw9l13dgkfsdv4kgpbvzx12g8bqycclgq2gk4b1r29mxy72wnpq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a9584d883934e36400ec1924755df34149ad2f9f/recipes/rust-auto-use";
- sha256 = "0jdg8xgxry0h9nbb9m446gpw54rymw3152n84lvsg5bv51861114";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rust-auto-use";
- license = lib.licenses.free;
- };
- }) {};
- rust-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rust-mode";
- ename = "rust-mode";
- version = "20190517.1337";
- src = fetchFromGitHub {
- owner = "rust-lang";
- repo = "rust-mode";
- rev = "c62185ae1c6edf0335261f169241eb8ee9713ad5";
- sha256 = "0jq8hb8j484vqnd743d2azw4zg1gn2j0l6h60bd0vcqd2hgag1nw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8f6e5d990d699d571dccbdeb13327b33389bb113/recipes/rust-mode";
- sha256 = "1i1mw1v99nyikscg2s1m216b0h8svbzmf5kjvjgk9zjiba4cbqzc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rust-mode";
- license = lib.licenses.free;
- };
- }) {};
- rust-playground = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rust-playground";
- ename = "rust-playground";
- version = "20180807.458";
- src = fetchFromGitHub {
- owner = "grafov";
- repo = "rust-playground";
- rev = "092c8b11d62dea23953a004744833092bac85fe1";
- sha256 = "0n2c1pjbvy46ic0k84jd3ffwwb5hibjqc1wv7knzkldi5agigfsh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/rust-playground";
- sha256 = "0ml0zr9vz2vjd9wr0v706w4v4qqfzpa56rdzfak2kb5llx53j89v";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rust-playground";
- license = lib.licenses.free;
- };
- }) {};
- rustic = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , ht
- , let-alist
- , lib
- , markdown-mode
- , melpaBuild
- , projectile
- , s
- , seq
- , spinner
- , xterm-color }:
- melpaBuild {
- pname = "rustic";
- ename = "rustic";
- version = "20190413.906";
- src = fetchFromGitHub {
- owner = "brotzeit";
- repo = "rustic";
- rev = "4ab8f78167c81b040ca87caac5290ac69df8a2ff";
- sha256 = "0rm62n5ad3caanxglmk2d2glgq2470c1yd4h7yzci3ay74p7szz8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/716c14a2ed8f5817c09c1ff530a4980c17b44bb3/recipes/rustic";
- sha256 = "13bwrdqmm6xb34k8r72c0r3b9aym5dwsalp63bkfh9k9kq9hic0n";
- name = "recipe";
- };
- packageRequires = [
- dash
- emacs
- f
- ht
- let-alist
- markdown-mode
- projectile
- s
- seq
- spinner
- xterm-color
- ];
- meta = {
- homepage = "https://melpa.org/#/rustic";
- license = lib.licenses.free;
- };
- }) {};
- rvm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rvm";
- ename = "rvm";
- version = "20150402.742";
- src = fetchFromGitHub {
- owner = "senny";
- repo = "rvm.el";
- rev = "8e45a9bad8e317ff195f384dab14d3402497dc79";
- sha256 = "0iblk0vagjcg3c8q9hlpwk7426ms7aq0s80izgvascfmyqycv6qm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/rvm";
- sha256 = "08i7cmav2cz73jp88ww0ay2yjhk9dj8146836q4sij1bl1slbaf8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rvm";
- license = lib.licenses.free;
- };
- }) {};
- ryo-modal = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ryo-modal";
- ename = "ryo-modal";
- version = "20180331.118";
- src = fetchFromGitHub {
- owner = "Kungsgeten";
- repo = "ryo-modal";
- rev = "42f874467dfdce59b511f883496ce2624b133dd7";
- sha256 = "0k9nmi014vb9c8rymy3w8xbnj1q85xlslpblacz78iqn1kr6wy1z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ryo-modal";
- sha256 = "06pm6grsdcldi1khbjfjp7lpi6f6x3pa5ikspp0xdwijnmi0xrrf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ryo-modal";
- license = lib.licenses.free;
- };
- }) {};
- s = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "s";
- ename = "s";
- version = "20180406.108";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "s.el";
- rev = "03410e6a7a2b11e47e1fea3b7d9899c7df26435e";
- sha256 = "074ny8y68fhnknkjxvrijrk534xzdiwip8wkifxfbwv3va315x83";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/s";
- sha256 = "0dars9212z0yv97mj4615h23vd22vy8b6cw2n433z9jhif3aybqa";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/s";
- license = lib.licenses.free;
- };
- }) {};
- s-buffer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , noflet
- , s }:
- melpaBuild {
- pname = "s-buffer";
- ename = "s-buffer";
- version = "20130605.1424";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-s-buffer";
- rev = "f95d234282377f00a2c3a9846681080cb95bb1df";
- sha256 = "06ng960fj2ivnwb0hrn0qic5x8hb0sswjzph01zmwhbfnwykhr85";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1bf91527219e7afc8e113134a958f3adb862a5a/recipes/s-buffer";
- sha256 = "07kivgzv24psjq1240gwj9wkndq4bhvjh38x552k90m9v6jz8l6m";
- name = "recipe";
- };
- packageRequires = [ noflet s ];
- meta = {
- homepage = "https://melpa.org/#/s-buffer";
- license = lib.licenses.free;
- };
- }) {};
- s12cpuv2-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "s12cpuv2-mode";
- ename = "s12cpuv2-mode";
- version = "20171013.1351";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "s12cpuv2-mode";
- rev = "b17d4cf848dec1e20e66458e5c7ff77a2c051a8c";
- sha256 = "1fc132gv48xwrxiw139kc9f5wkhjgsgqdfm6b7v97xj5025zg6hr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c1b9bbdc4deb17636270c7f2be0b43b647c695a/recipes/s12cpuv2-mode";
- sha256 = "0mrcf5s7vmkyrsdka7qd2vfcmdy8hzf6a6g14la88rxrv4chv29s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/s12cpuv2-mode";
- license = lib.licenses.free;
- };
- }) {};
- s3ed = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "s3ed";
- ename = "s3ed";
- version = "20180204.549";
- src = fetchFromGitHub {
- owner = "mattusifer";
- repo = "s3ed";
- rev = "55b03717caa672b7aebf528b686455fe1d39888c";
- sha256 = "1qh9hy220pzbzandpcxc2p8knl674gyym0qmqi63scx7s8hn8nmh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/32ba78167bd6908b49f340f6da48643ac38f25f2/recipes/s3ed";
- sha256 = "08scv3aqnidz28rad5npz7b4pz9dx05rs72qkp3ybkk2vhqf2qwa";
- name = "recipe";
- };
- packageRequires = [ dash emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/s3ed";
- license = lib.licenses.free;
- };
- }) {};
- sackspace = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sackspace";
- ename = "sackspace";
- version = "20130719.256";
- src = fetchFromGitHub {
- owner = "cofi";
- repo = "sackspace.el";
- rev = "fd0480eaaf6d3d11fd30ac5feb2da2f4f7572708";
- sha256 = "06gqqbkn85l2p05whmr4wkg9axqyzb7r7sgm3r8wfshm99kgpxvl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/073e92e05c4bd6197a5ad24f470b21a97f5bb7b8/recipes/sackspace";
- sha256 = "1m10iw83k6m7v7sg2dxzdy83zxq6svk8h9fh4ankyn3baqrdxg5z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sackspace";
- license = lib.licenses.free;
- };
- }) {};
- sage-shell-mode = callPackage ({ cl-lib ? null
- , deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sage-shell-mode";
- ename = "sage-shell-mode";
- version = "20180215.35";
- src = fetchFromGitHub {
- owner = "sagemath";
- repo = "sage-shell-mode";
- rev = "9f07ff835e8d19afe571dbe414afb690c7b1cb5c";
- sha256 = "07al41ir1ab0z2m2acvx63scr33bfp3asshjl05shs4j9d4bkmdp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb875c50c2f97919fd0027869c5d9970e1eaf373/recipes/sage-shell-mode";
- sha256 = "0ivqiigmp9cf88j4xapzanjpbx692r70wb4i25mnppqsi3jlwxdv";
- name = "recipe";
- };
- packageRequires = [ cl-lib deferred emacs let-alist ];
- meta = {
- homepage = "https://melpa.org/#/sage-shell-mode";
- license = lib.licenses.free;
- };
- }) {};
- sailfish-scratchbox = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sailfish-scratchbox";
- ename = "sailfish-scratchbox";
- version = "20171202.532";
- src = fetchFromGitHub {
- owner = "vityafx";
- repo = "sailfish-scratchbox.el";
- rev = "bb5ed0f0b0cd72f2eb1af065b7587ec81866b089";
- sha256 = "1b53mdqgcmjay3i3fnxnycv8crqi20yvyv57ybgs2ikfl3v282h2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e76261e7dffcb607839440843b085709c2c90b26/recipes/sailfish-scratchbox";
- sha256 = "1s0glsi4fm6is7fv9vy1h14frq8a4bgahkc8w08vqfnpiin2r567";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sailfish-scratchbox";
- license = lib.licenses.free;
- };
- }) {};
- salesforce-utils = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "salesforce-utils";
- ename = "salesforce-utils";
- version = "20160813.1854";
- src = fetchFromGitHub {
- owner = "grimnebulin";
- repo = "emacs-salesforce";
- rev = "73328baf0fb94ac0d0de645a8f6d42e5ae27f773";
- sha256 = "1zsznz9pn9dj672jii6wcvs47yqyxv3dsm5qy1dax1d6gvvbf4zq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/salesforce-utils";
- sha256 = "0b70w92zghid6n0ba28dh5r3pckr8jsd1743qyi8vj04ih1dns5i";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/salesforce-utils";
- license = lib.licenses.free;
- };
- }) {};
- salt-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mmm-jinja2
- , mmm-mode
- , yaml-mode }:
- melpaBuild {
- pname = "salt-mode";
- ename = "salt-mode";
- version = "20181225.357";
- src = fetchFromGitHub {
- owner = "glynnforrest";
- repo = "salt-mode";
- rev = "adecd8d1016722a916d190e8738435668d664cca";
- sha256 = "0ncf3sr25vcjrcc9mn59mg0kkv59y6mlir2a7an3drzqlyfr44i0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9dcf1a93a06fc42581521c88cfd988b03bedc000/recipes/salt-mode";
- sha256 = "1n7i9d6qpjsdcgbzmbf63y4c7ggxh5wsim8fd0casnrq9bl7ssym";
- name = "recipe";
- };
- packageRequires = [ emacs mmm-jinja2 mmm-mode yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/salt-mode";
- license = lib.licenses.free;
- };
- }) {};
- sane-term = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sane-term";
- ename = "sane-term";
- version = "20181129.1701";
- src = fetchFromGitHub {
- owner = "adamrt";
- repo = "sane-term";
- rev = "ae0b3c024b66275f22809e2b41f428b01c259b96";
- sha256 = "1468byxxd0ysqzmi9ssypfhfyqrjgj5w7sx42qgw66m57sis8ra3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/sane-term";
- sha256 = "08b8zlr8qzxfrpg9lqiyam3sb8a8rzak79ra4r6ljjppyj4zmwi7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sane-term";
- license = lib.licenses.free;
- };
- }) {};
- sass-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , haml-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sass-mode";
- ename = "sass-mode";
- version = "20190501.1753";
- src = fetchFromGitHub {
- owner = "nex3";
- repo = "sass-mode";
- rev = "247a0d4b509f10b28e4687cd8763492bca03599b";
- sha256 = "1nhk12lhvkwdk8s8fx33p6rssi0gcfx2zkanq23rz6k28v5zi5yp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/sass-mode";
- sha256 = "1byjk5zpzjlyiwkp780c4kh7s9l56y686sxji89wc59d19rp8800";
- name = "recipe";
- };
- packageRequires = [ cl-lib haml-mode ];
- meta = {
- homepage = "https://melpa.org/#/sass-mode";
- license = lib.licenses.free;
- };
- }) {};
- sauron = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sauron";
- ename = "sauron";
- version = "20181216.400";
- src = fetchFromGitHub {
- owner = "djcb";
- repo = "sauron";
- rev = "6a26e9df1e6a49b0ea4ccfd843a032033162a287";
- sha256 = "1pqw72mmi84813pigk0gcygrqw5ql2074kj55pihy784dm853rfg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9d30dcc4715422133e1bb00ad7a8e25b060387e4/recipes/sauron";
- sha256 = "01fk1xfh7r16fb1xg5ibbs7gci9dja49msdlf7964hiq7pnnhxgb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sauron";
- license = lib.licenses.free;
- };
- }) {};
- save-load-path = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "save-load-path";
- ename = "save-load-path";
- version = "20140206.414";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "save-load-path";
- rev = "6cb763a37e2b8af505bff2bcd11fd49c9ea04d66";
- sha256 = "0rxcg60lxaabdx9gjj17sfxnr09694viphlhhk355dcc4v5ngbdm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8e4328cae9b4759a75da0b26ea8b68821bc71af/recipes/save-load-path";
- sha256 = "1cl9kkv996m2irm9i5n7f020zqzvrsv9dyscc16ca9jsn16msww2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/save-load-path";
- license = lib.licenses.free;
- };
- }) {};
- save-visited-files = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "save-visited-files";
- ename = "save-visited-files";
- version = "20190430.808";
- src = fetchFromGitHub {
- owner = "nflath";
- repo = "save-visited-files";
- rev = "7eb71a6c4f9cb770b387fcef80231d9a9f648188";
- sha256 = "01ampk085k0rb0bw85imwbs44p4wp20giiwwpbrv6f97bh1065m2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3f5979e2c2dbfc4e8e3b4d2881cf860c26f63db5/recipes/save-visited-files";
- sha256 = "1pmjz27dlp5yrihgsy8q1bwbhkkj3sn7d79ccvljvzxg5jn1grkd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/save-visited-files";
- license = lib.licenses.free;
- };
- }) {};
- savekill = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "savekill";
- ename = "savekill";
- version = "20140417.1929";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "savekill";
- rev = "67fc94e3d8fe8ce3ca16f90518f6a46479b63e34";
- sha256 = "0h8bl28p5xrs9daapcjkslm066a4hqlb764i5nz1db0lwrvr0csm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8e4328cae9b4759a75da0b26ea8b68821bc71af/recipes/savekill";
- sha256 = "14hfqia7d2v1dn1wdwsphrrkq9hc57721irms9s9vinign0pqx7h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/savekill";
- license = lib.licenses.free;
- };
- }) {};
- say-what-im-doing = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "say-what-im-doing";
- ename = "say-what-im-doing";
- version = "20160706.1231";
- src = fetchFromGitHub {
- owner = "Benaiah";
- repo = "say-what-im-doing";
- rev = "5b2ce6783b02805bcac1107a149bfba3852cd9d5";
- sha256 = "0wy4hrc44ajl88krp6qy40szl2kl2wc3xjz3y4n250d1v81k25xi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/say-what-im-doing";
- sha256 = "0wi7318q7mms4wjbzhnsw298bjh7g957dnra0bvg87vv48pz3yfp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/say-what-im-doing";
- license = lib.licenses.free;
- };
- }) {};
- sayid = callPackage ({ cider
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sayid";
- ename = "sayid";
- version = "20181223.35";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "sayid";
- rev = "3322ec3d6503f0e706b0b16d09865c00b92e7979";
- sha256 = "0sfc5fsb1h35ayzxaj5bz0za7zjbs6vxgzc7fqfvrpjazsv3jbcq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7/recipes/sayid";
- sha256 = "065mxb2la3dq2zqyb8dfksb18fpqym04nnax5rrp19izcw488qsm";
- name = "recipe";
- };
- packageRequires = [ cider ];
- meta = {
- homepage = "https://melpa.org/#/sayid";
- license = lib.licenses.free;
- };
- }) {};
- sbt-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sbt-mode";
- ename = "sbt-mode";
- version = "20180511.922";
- src = fetchFromGitHub {
- owner = "ensime";
- repo = "emacs-sbt-mode";
- rev = "e658af140547cbef495c33535c7f694a501d318c";
- sha256 = "0lv9ridzk9x6rkf7lj21srnszypyq04vqg05vl10zhpz1yqlnbjd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/364abdc3829fc12e19f00b534565227dbc30baad/recipes/sbt-mode";
- sha256 = "0v0n70czgkdijnw5jd4na41vlrmqcshvr8gdpv0bv55ilqhiihc8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sbt-mode";
- license = lib.licenses.free;
- };
- }) {};
- scad-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scad-mode";
- ename = "scad-mode";
- version = "20190413.546";
- src = fetchFromGitHub {
- owner = "openscad";
- repo = "openscad";
- rev = "abf18ce66f6d6318c1e8ac8c1e2be7a172f5759e";
- sha256 = "0ng5snm3l3psbbaf4lm1dlvwackx12hkix5lc1xfgfrandkrggnm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2d27782b9ac8474fbd4f51535351207c9c84984c/recipes/scad-mode";
- sha256 = "04b4y9jks8sslgmkx54fds8fba9xv54z0cfab52dy99v1301ms3k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/scad-mode";
- license = lib.licenses.free;
- };
- }) {};
- scad-preview = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , scad-mode }:
- melpaBuild {
- pname = "scad-preview";
- ename = "scad-preview";
- version = "20160206.536";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "scad-preview";
- rev = "fee011589671cc8f1296cb6aa81553e5bb699819";
- sha256 = "13x00dls59zshz69260pnqmx6ydrjg8p2jdjn1rzgf5dsmwfy3sc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18a043064223906510adbb837f1be329252dbd50/recipes/scad-preview";
- sha256 = "0wcd2r60ibbc2mzpq8fvyfc1fy172rf9kzdj51p4jyl51r76i86z";
- name = "recipe";
- };
- packageRequires = [ scad-mode ];
- meta = {
- homepage = "https://melpa.org/#/scad-preview";
- license = lib.licenses.free;
- };
- }) {};
- scala-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scala-mode";
- ename = "scala-mode";
- version = "20170802.432";
- src = fetchFromGitHub {
- owner = "ensime";
- repo = "emacs-scala-mode";
- rev = "56cba2903cf6e12c715dbb5c99b34c97b2679379";
- sha256 = "13miqdn426cw9y1wqaz5smmf0wi3bzls95z6shcxzdz8cg50zmpg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/564aa1637485192a97803af46b3a1f8e0d042c9a/recipes/scala-mode";
- sha256 = "12x377iw085fbkjb034dmcsbi7hma17zkkmbgrhkvfkz8pbgaic8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/scala-mode";
- license = lib.licenses.free;
- };
- }) {};
- scalariform = callPackage ({ f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "scalariform";
- ename = "scalariform";
- version = "20190113.1815";
- src = fetchFromGitHub {
- owner = "zwild";
- repo = "scalariform";
- rev = "f4b04508a65ce8593d15c260322c527dda5810a3";
- sha256 = "1c2z6kp17gw77h9y6v75dvcp6ywpsyfcxlrzr5iank4ipgplsbha";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1912f795e5842be534160e3879bfb96f3440e163/recipes/scalariform";
- sha256 = "096y63j91910hqsy6qvz16c9lzyi7ni3r7h039z5zw2v97aggh9i";
- name = "recipe";
- };
- packageRequires = [ f s ];
- meta = {
- homepage = "https://melpa.org/#/scalariform";
- license = lib.licenses.free;
- };
- }) {};
- scf-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scf-mode";
- ename = "scf-mode";
- version = "20151121.1848";
- src = fetchFromGitHub {
- owner = "lewang";
- repo = "scf-mode";
- rev = "dbfcdcd89034f208d65e181af58e0d73ad09f8b2";
- sha256 = "0m7hanpc2skmsz783m0212xd10y31gkj5n6w8gx9s989l1y4i1b8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/376be7f8903dbea69643600ae14e934ee5e2a11b/recipes/scf-mode";
- sha256 = "0acbrw94q6cr9b29mz1wcbwi1g90pbm7ly2xbaqb2g8081r5rgg0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/scf-mode";
- license = lib.licenses.free;
- };
- }) {};
- scheme-complete = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scheme-complete";
- ename = "scheme-complete";
- version = "20181029.555";
- src = fetchFromGitHub {
- owner = "ashinn";
- repo = "scheme-complete";
- rev = "b86ee41d48664839181498313f4f3dc2fef17d6f";
- sha256 = "1by7ky8za6idam4m4xgmf0f5ss0cacd7wv53glhmjb4nslxhgl7d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/scheme-complete";
- sha256 = "1mp9gssd2fx3ra2bjd7w311hwmflhybr5x574qb12603gjkgrp1h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/scheme-complete";
- license = lib.licenses.free;
- };
- }) {};
- schrute = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "schrute";
- ename = "schrute";
- version = "20170521.1140";
- src = fetchgit {
- url = "https://bitbucket.org/shackra/dwight-k.-schrute";
- rev = "59faa6c4232ae183cea93237301acad8c0763997";
- sha256 = "1w5l1vf4cn4psrxgnq5n6j3zw644s70inpa17vsvng3sk5r8crcb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/505fc4d26049d4e2973a54b24117ccaf4f2fb7e7/recipes/schrute";
- sha256 = "1sr49wr3738sqfzix7v9rj6bvv7q2a46qdkimn9z7rnsjys9i7zy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/schrute";
- license = lib.licenses.free;
- };
- }) {};
- scion = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scion";
- ename = "scion";
- version = "20130315.555";
- src = fetchFromGitHub {
- owner = "nominolo";
- repo = "scion";
- rev = "99b4589175665687181a932cd836850205625f71";
- sha256 = "0ark720g0nrdqri5bjdpss6kn6k3hz3w3zdvy334wws05mkb17y4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/faf180d15c3847fc6f832866338494dd99b6654d/recipes/scion";
- sha256 = "17qmc7fpvbamqkzyk8jspp2i0nw93iya4iwddvas7vdpjy7mk81d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/scion";
- license = lib.licenses.free;
- };
- }) {};
- sclang-extensions = callPackage ({ auto-complete
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "sclang-extensions";
- ename = "sclang-extensions";
- version = "20160508.2038";
- src = fetchFromGitHub {
- owner = "chrisbarrett";
- repo = "sclang-extensions";
- rev = "e9cc79732f16fdb582129303110c163dcc0d6da0";
- sha256 = "164dn5615bxvya4n58lly9r739va1xzm00wyfg4shcwgnwm3byqb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f2095549944ca28d6a2d6a90d5ab3ba9c27997a8/recipes/sclang-extensions";
- sha256 = "00nirxawsngvlx7bmf5hqg2wk0l1v5pi09r6phzd0q8gyq3kmbbn";
- name = "recipe";
- };
- packageRequires = [ auto-complete dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/sclang-extensions";
- license = lib.licenses.free;
- };
- }) {};
- sclang-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "sclang-snippets";
- ename = "sclang-snippets";
- version = "20130513.51";
- src = fetchFromGitHub {
- owner = "ptrv";
- repo = "sclang-snippets";
- rev = "c840a416b96f83bdd70491e3d1fbe2f1ae8b3f58";
- sha256 = "0vbcghgapwdf3jgjnjdla17dhf5mkmwapz4a8fmlr7sw1wqvj857";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/680e5757e074c16efd31084a7dc5dcea339597f5/recipes/sclang-snippets";
- sha256 = "0q1bh316v737a0hm9afijk1spvg144cgrf45jm0bpd60zhiv7bb2";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/sclang-snippets";
- license = lib.licenses.free;
- };
- }) {};
- scp = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scp";
- ename = "scp";
- version = "20171203.1851";
- src = fetchFromGitHub {
- owner = "tszg";
- repo = "emacs-scp";
- rev = "3f437ee9f52df7d9f4c57275a8cfb7f06c3c26ff";
- sha256 = "013i4152irybladx0lyi1kriaxpn6dnpnc9bqdxngmgycmwsrn4r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/62f5c9284de51373a4015cf053d66977cf00d175/recipes/scp";
- sha256 = "1q7v2cr89syw682zqxhavaggv6aqi69rl94vm8bmn745a868gliw";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/scp";
- license = lib.licenses.free;
- };
- }) {};
- scpaste = callPackage ({ fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scpaste";
- ename = "scpaste";
- version = "20190228.1351";
- src = fetchFromGitHub {
- owner = "technomancy";
- repo = "scpaste";
- rev = "568faaa70fa0413e2d165ad232cd4c6ec2815197";
- sha256 = "160m4w0i9cj4zxmmsknmnvycscj9y8da39y1362kv7dpmwnxsxcp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9007fb32097bc63731c3615dae9342fcef2558a2/recipes/scpaste";
- sha256 = "02dqmx6v3jxdn5yz1z74624sc6sz2bm4qjyi78w9akhp2jplwlk1";
- name = "recipe";
- };
- packageRequires = [ htmlize ];
- meta = {
- homepage = "https://melpa.org/#/scpaste";
- license = lib.licenses.free;
- };
- }) {};
- scratch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scratch";
- ename = "scratch";
- version = "20190313.2314";
- src = fetchFromGitHub {
- owner = "ieure";
- repo = "scratch-el";
- rev = "4813d82b39a451f2a6d5b730cd7ec49a9bdabcca";
- sha256 = "0yiwq2gc4gdgfhaagpawhb7yrzc4fsnyb10w5d0q4whv64cj8555";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b46813f928eadfa08a1d4bf94ceeb96dbc2a7c72/recipes/scratch";
- sha256 = "1an30pr64fz13s6lghlcb36b7hn3961vv0yipfp9s140ccygdvh7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/scratch";
- license = lib.licenses.free;
- };
- }) {};
- scratch-ext = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scratch-ext";
- ename = "scratch-ext";
- version = "20140103.2116";
- src = fetchFromGitHub {
- owner = "kyanagi";
- repo = "scratch-ext-el";
- rev = "388c53cddd0466b451264894667ed64a6947ad67";
- sha256 = "0ng0by647r49mia7vmjqc97gwlwgs8kmaz0lw2y54jdz8m0bbngp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a142d336a57d075dfd5caf44fa1c1254b83ac728/recipes/scratch-ext";
- sha256 = "031wxz10k1q4bi5hywhcw1vzi41d5pv5hc09x8jk9s5nzyssvc0y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/scratch-ext";
- license = lib.licenses.free;
- };
- }) {};
- scratch-log = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scratch-log";
- ename = "scratch-log";
- version = "20141114.2343";
- src = fetchFromGitHub {
- owner = "mori-dev";
- repo = "scratch-log";
- rev = "1168f7f16d36ca0f4ddf2bb98881f8db62cc5dc0";
- sha256 = "030mcq0cmamizvra8jh2x76f71g5apiavwb10c28j62rl0r5bisk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bec9692973db8853f9d329aebc0cc9e81bb34003/recipes/scratch-log";
- sha256 = "1yp3p0dzhmqrd0krqii3x79k4zc3p59148cijhk6my4n1xqnhs69";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/scratch-log";
- license = lib.licenses.free;
- };
- }) {};
- scratch-message = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scratch-message";
- ename = "scratch-message";
- version = "20170107.536";
- src = fetchFromGitHub {
- owner = "thisirs";
- repo = "scratch-message";
- rev = "3ecc7f5e3b8a597ebd1492fd426d3720a7f34302";
- sha256 = "1kb664r3gbhv2ja8jyyzfw22db99ini8qbgzcy9xsl56lha4x4xi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/24c5ff6b643de9fb79334eff57b702281b20bc10/recipes/scratch-message";
- sha256 = "1dl9d4gvicwnb662ir9azywjmmm7xv4d0sz42z7mmwy8hl9hi91b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/scratch-message";
- license = lib.licenses.free;
- };
- }) {};
- scratch-palette = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popwin }:
- melpaBuild {
- pname = "scratch-palette";
- ename = "scratch-palette";
- version = "20150225.42";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "scratch-palette";
- rev = "f6803b448079f4a81cc699cec7442ef543cd5818";
- sha256 = "00b4r8bqlxc29k18vig0164d5c9fp5bp5q26d28lwr4f0s4a71d2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b737bd93008e10ff446b347f405541a6f4127716/recipes/scratch-palette";
- sha256 = "0m6hc2amwnnii4y189kkridhapl9jipkmadvrmwvspgy3lxhlafs";
- name = "recipe";
- };
- packageRequires = [ popwin ];
- meta = {
- homepage = "https://melpa.org/#/scratch-palette";
- license = lib.licenses.free;
- };
- }) {};
- scratch-pop = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popwin }:
- melpaBuild {
- pname = "scratch-pop";
- ename = "scratch-pop";
- version = "20170510.758";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "scratch-pop";
- rev = "7f4172c792b10bd38898dd8963cf0ade91921869";
- sha256 = "0mwjq7z0cpaqhqygzhfcpfqyx8376jsc1g2874np6ff49389bj4d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/420fb3408b64f1a3e42316262016728c483bf0c1/recipes/scratch-pop";
- sha256 = "0s7g1fbnc5hgz8gqmp1lynj5g7vvxisj7scxx5wil9qpn2zyggq1";
- name = "recipe";
- };
- packageRequires = [ popwin ];
- meta = {
- homepage = "https://melpa.org/#/scratch-pop";
- license = lib.licenses.free;
- };
- }) {};
- scratches = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scratches";
- ename = "scratches";
- version = "20151005.2116";
- src = fetchFromGitHub {
- owner = "zhangkaiyulw";
- repo = "scratches";
- rev = "9441afe6396ca38f08029123fab5d87429cbf315";
- sha256 = "10hmy0p4pkrzvvyisk4rjc6hqqyk2sir1rszqgmkhrdywl010vlc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/scratches";
- sha256 = "116bjy1m35h83r2c354i2xk1br87nmvd99kbzax0wgkkkcjff8c4";
- name = "recipe";
- };
- packageRequires = [ dash f ];
- meta = {
- homepage = "https://melpa.org/#/scratches";
- license = lib.licenses.free;
- };
- }) {};
- scribble-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scribble-mode";
- ename = "scribble-mode";
- version = "20181203.1925";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "scribble-mode";
- rev = "217945d54de5e4bb207033f2116baa28f5c5ecf2";
- sha256 = "1s5ccw1a5ack01wd94ywfcrar9j98agchwdh30q7iyxr0d2z4sii";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6469c2b389d757003da69da727905228eb564d50/recipes/scribble-mode";
- sha256 = "0idagikxhr86h2k6fb45zdzg73wpmpiszx0gi6d8jx7s1xqd6s50";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/scribble-mode";
- license = lib.licenses.free;
- };
- }) {};
- scrollkeeper = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scrollkeeper";
- ename = "scrollkeeper";
- version = "20190108.2229";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "scrollkeeper.el";
- rev = "3c4ac6b6b44686d31c260ee0b19daaee59bdccd6";
- sha256 = "18pp4k12g5dyma362461gdp4ds5d3lx9gky2ishsq39949pkz7qz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d9ad5b16ff61c1f8ba1e030ee0988aa51a437022/recipes/scrollkeeper";
- sha256 = "16wqlyxznall4kmd8l68q4d11qyilj8vsji36h7llprxa2m9pg12";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/scrollkeeper";
- license = lib.licenses.free;
- };
- }) {};
- scrooge = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , thrift }:
- melpaBuild {
- pname = "scrooge";
- ename = "scrooge";
- version = "20180630.322";
- src = fetchFromGitHub {
- owner = "cosmicexplorer";
- repo = "emacs-scrooge";
- rev = "0a8c58e9e6708abe4ef7e415bc1e0472318bb1b0";
- sha256 = "1my5yz9ppr7d90ad94mkqzkp20c8bym6mdi7jwab2yisbzykmwzc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7e3623181fa771dc94a7026eb58ac81fe9d9fc68/recipes/scrooge";
- sha256 = "1gisyfzawrgg55jbwrbnri314f6zd38di19iwy0b2dim8in4sjpg";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs thrift ];
- meta = {
- homepage = "https://melpa.org/#/scrooge";
- license = lib.licenses.free;
- };
- }) {};
- scss-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scss-mode";
- ename = "scss-mode";
- version = "20180123.908";
- src = fetchFromGitHub {
- owner = "antonj";
- repo = "scss-mode";
- rev = "cf58dbec5394280503eb5502938f3b5445d1b53d";
- sha256 = "0raja19l0igwr0pn0ghr1pj1d8i9k3m3764ma4r8nwzxcj9qw4ja";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/scss-mode";
- sha256 = "1g27xnp6bjaicxjlb9m0njc6fg962j3hlvvzmxvmyk7gsdgcgpkv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/scss-mode";
- license = lib.licenses.free;
- };
- }) {};
- sdcv = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , pos-tip
- , showtip }:
- melpaBuild {
- pname = "sdcv";
- ename = "sdcv";
- version = "20180211.833";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "sdcv.el";
- rev = "50ac95be1369fe8cf98d6254e05d6ac343dad421";
- sha256 = "09i7zsizwq5k79wi5sgcfqdlbx0nazrnw3nd6hkn2vfrcffb7pf1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/173e233b2dacaaf54d92f3bcc06e54d068520dd4/recipes/sdcv";
- sha256 = "1bj3b17sjd9fha686g6w191l4p8a1p8sb9br65xf54n6nd9bmv7a";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs popup pos-tip showtip ];
- meta = {
- homepage = "https://melpa.org/#/sdcv";
- license = lib.licenses.free;
- };
- }) {};
- sdlang-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sdlang-mode";
- ename = "sdlang-mode";
- version = "20161130.2311";
- src = fetchFromGitHub {
- owner = "CyberShadow";
- repo = "sdlang-mode";
- rev = "d42a6eedefeb44919fbacf58d302b6df18f05bbc";
- sha256 = "0r6sm7b15scmjcpdcqvm55hdsvyw5d2g7mrfhsx2hs8sqz64gkwc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/691af79137015f15a3d383439e534e255ba4b36d/recipes/sdlang-mode";
- sha256 = "1z6n374z55dr2c6xdwgvmpznd5gk9y23k136zmy29b68j2kswj6l";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sdlang-mode";
- license = lib.licenses.free;
- };
- }) {};
- search-web = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "search-web";
- ename = "search-web";
- version = "20150312.403";
- src = fetchFromGitHub {
- owner = "tomoya";
- repo = "search-web.el";
- rev = "c4ae86ac1acfc572b81f3d78764bd9a54034c331";
- sha256 = "08yc67a4ji7z8s0zh500wiscziqsxi92i1d33fjla2mcr8sxxn0i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1f1a3697649ccf69c8eb177c31ec4246b98f503b/recipes/search-web";
- sha256 = "0qqx9l8dn1as4gqpq80jfacn6lz0132m91pjzxv0fx6al2iz0m36";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/search-web";
- license = lib.licenses.free;
- };
- }) {};
- searchq = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "searchq";
- ename = "searchq";
- version = "20150829.511";
- src = fetchFromGitHub {
- owner = "boyw165";
- repo = "searchq";
- rev = "dd510d55ad66a82c6ef022cfe7c4a73ad5365f82";
- sha256 = "0zs08vxmjb3y4dnfq6djnrhmkgyhhwd5zylrjisrd4y7f089fyh4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9738c1be0511540bfd8f324334518c72c9c38c94/recipes/searchq";
- sha256 = "0flsc07v887pm62mslrv7zqnhl62l6348nkm77mizm1592q3kjgr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/searchq";
- license = lib.licenses.free;
- };
- }) {};
- seclusion-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "seclusion-mode";
- ename = "seclusion-mode";
- version = "20121118.1553";
- src = fetchFromGitHub {
- owner = "dleslie";
- repo = "seclusion-mode";
- rev = "9634e76c52bfb7200ff0f9f01404f743429e9ef0";
- sha256 = "15cjhwjiwmrfzmr74hbw5s92si2qdb8i97nmkbsgkj3444rxg239";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b087d151b00f5251b15ebb071896995874afb274/recipes/seclusion-mode";
- sha256 = "0ff10x6yr37vpp6ffbk1nb027lgmrydwjrb332fskwlf3xmy6v0m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/seclusion-mode";
- license = lib.licenses.free;
- };
- }) {};
- secretaria = callPackage ({ alert
- , emacs
- , f
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "secretaria";
- ename = "secretaria";
- version = "20190116.1200";
- src = fetchFromGitLab {
- owner = "shackra";
- repo = "secretaria";
- rev = "e619a41b8c2600204c064d33394a3c1b85fc2879";
- sha256 = "09fddglyiz7j6ymxlwsq1zpigp5vhg31r2p6nr4lsblww3ypbapg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3eeddbcf95315da40d021a6913ccf344849c4284/recipes/secretaria";
- sha256 = "04pcibzdljcfiha4yh10van8gsjrzn6bdkvkm2ahfcwrmscfn3hf";
- name = "recipe";
- };
- packageRequires = [ alert emacs f org s ];
- meta = {
- homepage = "https://melpa.org/#/secretaria";
- license = lib.licenses.free;
- };
- }) {};
- see-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , language-detection
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "see-mode";
- ename = "see-mode";
- version = "20180510.1741";
- src = fetchFromGitHub {
- owner = "marcelino-m";
- repo = "see-mode";
- rev = "db9e4324f9dcc14d5125cb6a79d6c9fad5b14626";
- sha256 = "0w595mpdd999j7m9dsy18fy7pr9nq4dm666lvjvlzzgdgwwf0zvc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ee64e846c471926194fcecc4824a06effc0aa5b/recipes/see-mode";
- sha256 = "1124x11vxci9mvx3zn56v5h9dhmy7bzd5pilqdgzp3hzjmyydnfi";
- name = "recipe";
- };
- packageRequires = [ emacs language-detection ];
- meta = {
- homepage = "https://melpa.org/#/see-mode";
- license = lib.licenses.free;
- };
- }) {};
- seeing-is-believing = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "seeing-is-believing";
- ename = "seeing-is-believing";
- version = "20170214.520";
- src = fetchFromGitHub {
- owner = "jcinnamond";
- repo = "seeing-is-believing";
- rev = "fbbe246c0fda87bb26227bb826eebadb418a220f";
- sha256 = "1h1b48s2iirswdlvfz41jbflm4x09ksc2lycrc1awzlwd6r8hdhg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/14bb6de5c051a68284ee1a7e25ecb2c7c19ffd3b/recipes/seeing-is-believing";
- sha256 = "05aja5xycb3kpmxyi234l50h98f5m1fil6ll4f2xkpxwv31ba5rb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/seeing-is-believing";
- license = lib.licenses.free;
- };
- }) {};
- seethru = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , shadchen }:
- melpaBuild {
- pname = "seethru";
- ename = "seethru";
- version = "20150218.1029";
- src = fetchFromGitHub {
- owner = "Benaiah";
- repo = "seethru";
- rev = "d87e231f99313bea75b1e69e48c0f32968c82060";
- sha256 = "0qd462qbqdx53xh3ddf76chiljxf6s43r28v2ix85gsig7nm5pgr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7945732d9789143b386603dd7c96ef14ba68ddaf/recipes/seethru";
- sha256 = "1lcwslkki9s15xr2dmh2iic4ax8ia0j20hjnjmkv612wv04b806v";
- name = "recipe";
- };
- packageRequires = [ shadchen ];
- meta = {
- homepage = "https://melpa.org/#/seethru";
- license = lib.licenses.free;
- };
- }) {};
- sekka = callPackage ({ cl-lib ? null
- , concurrent
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "sekka";
- ename = "sekka";
- version = "20170803.547";
- src = fetchFromGitHub {
- owner = "kiyoka";
- repo = "sekka";
- rev = "d1fd5d47aacba723631d5d374169a45ff2051c41";
- sha256 = "035rx863cj3hs1lhayff0810cpp6kv8nwc1c0y54gvdk1bb333x0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/350bbb5761b5ba69aeb4acf6d7cdf2256dba95a6/recipes/sekka";
- sha256 = "1jj4ly9p7m3xvb31nfn171lbpm9y70y8cbf8p24w0fhv665dx0cp";
- name = "recipe";
- };
- packageRequires = [ cl-lib concurrent popup ];
- meta = {
- homepage = "https://melpa.org/#/sekka";
- license = lib.licenses.free;
- };
- }) {};
- select-themes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "select-themes";
- ename = "select-themes";
- version = "20160220.1706";
- src = fetchFromGitHub {
- owner = "jasonm23";
- repo = "emacs-select-themes";
- rev = "236f54287519a3ea6dd7b3992d053e4f4ff5d0fe";
- sha256 = "1c9yv1kjcd0jrzgw99q9p4kzj980f261mjcsggbcw806wb0iw1xn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e4e7d01da10a1a1f7fe563031af5d3f9694cea33/recipes/select-themes";
- sha256 = "18ydv7240vcqppg1i7n8sy18hy0lhpxz17947kxs7mvj4rl4wd84";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/select-themes";
- license = lib.licenses.free;
- };
- }) {};
- selected = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "selected";
- ename = "selected";
- version = "20170222.34";
- src = fetchFromGitHub {
- owner = "Kungsgeten";
- repo = "selected.el";
- rev = "03edaeac90bc6000d263f03be3d889b4685e1bf7";
- sha256 = "1d72vw1dcxnyir7vymr3cfxal5dndm1pmm192aa9bcyrcg7aq39g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/selected";
- sha256 = "1zk9jvsiw30zqh68xjx2zcc71php68ryiwqmws52ghqiaifj50gf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/selected";
- license = lib.licenses.free;
- };
- }) {};
- selectric-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "selectric-mode";
- ename = "selectric-mode";
- version = "20170216.311";
- src = fetchFromGitHub {
- owner = "rbanffy";
- repo = "selectric-mode";
- rev = "a35cb3815caceaf273ad7d16ac3b2dd3c7a3003e";
- sha256 = "04bj71080wqybznyx63dawhppq6x3p88x1j56gvl8kvxv2hwzgzf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/08922071b9854142eab726302e75f1db2d326ec5/recipes/selectric-mode";
- sha256 = "1k4l0lr68rqyi37wvqp1cnfci6jfkz0gvrd1hwbgx04cjgmz56n4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/selectric-mode";
- license = lib.licenses.free;
- };
- }) {};
- semi = callPackage ({ fetchFromGitHub
- , fetchurl
- , flim
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "semi";
- ename = "semi";
- version = "20190517.1523";
- src = fetchFromGitHub {
- owner = "wanderlust";
- repo = "semi";
- rev = "4cf114c95fb49ad75eb6916f678b45b04bad8122";
- sha256 = "0gx9y5q1xb9d30yf1dcvmh9ixynr5cr5qk25pjnrhmblkhl5b2nz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e78849c2d1df187b7f0ef4c34985a341e640ad3e/recipes/semi";
- sha256 = "01wk3lgln5lac65hp6v83d292bdk7544z23xa1v6a756nhybwv25";
- name = "recipe";
- };
- packageRequires = [ flim ];
- meta = {
- homepage = "https://melpa.org/#/semi";
- license = lib.licenses.free;
- };
- }) {};
- seml-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , melpaBuild
- , simple-httpd
- , web-mode }:
- melpaBuild {
- pname = "seml-mode";
- ename = "seml-mode";
- version = "20190530.2242";
- src = fetchFromGitHub {
- owner = "conao3";
- repo = "seml-mode.el";
- rev = "58eea4c2009b3e747d8e68a38417fcbf8a243c4b";
- sha256 = "0q2anb8f43wsp1n021wx700f52w682av6zql9ivs4k7bsf9ldwz2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/01f8b8d877ba3164bf20f7f0e56ea564b88f493e/recipes/seml-mode";
- sha256 = "0fmfnglxm57mhynzdsgs14qaxsw3nf83qbz3adknv63qymbfhgbw";
- name = "recipe";
- };
- packageRequires = [ emacs htmlize simple-httpd web-mode ];
- meta = {
- homepage = "https://melpa.org/#/seml-mode";
- license = lib.licenses.free;
- };
- }) {};
- sendto = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sendto";
- ename = "sendto";
- version = "20160425.550";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "sendto.el";
- rev = "076b81d7a53f75b0a59b0ef3448f35570567054c";
- sha256 = "13qqprxz87cv3sjlq5hj0jp0qcfm3djfgasga8cc84ykrcc47p9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31f7c2f97dd186cb77dc8a106baf5e087792c6ab/recipes/sendto";
- sha256 = "00ifasqpmggr4bhdyymzr215840y0ayfnfp0mh7wj99mr6f3zfq0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sendto";
- license = lib.licenses.free;
- };
- }) {};
- sensitive = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sequences }:
- melpaBuild {
- pname = "sensitive";
- ename = "sensitive";
- version = "20170818.551";
- src = fetchFromGitHub {
- owner = "timvisher";
- repo = "sensitive.el";
- rev = "69dd6125a41d8b55f4b6ba61daa4d1aa1f716fa8";
- sha256 = "0nj71ds4frfi16hsfswmp89rfxkvvdvhdlsqizzi9cbvr49s0l1f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e5468ce136fabe59e1434f8a7f265f41c5e64c1/recipes/sensitive";
- sha256 = "0v988k0x3mdp7ank2ihghphh8sanvv96s4sg6pnszg5hczak1vr3";
- name = "recipe";
- };
- packageRequires = [ emacs sequences ];
- meta = {
- homepage = "https://melpa.org/#/sensitive";
- license = lib.licenses.free;
- };
- }) {};
- sentence-navigation = callPackage ({ ample-regexps
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sentence-navigation";
- ename = "sentence-navigation";
- version = "20180408.919";
- src = fetchFromGitHub {
- owner = "noctuid";
- repo = "emacs-sentence-navigation";
- rev = "7c5d2edeaed01196aec25031782e89adeaa089f0";
- sha256 = "15za4fg7c8fsih86wz1npyx6gdmw0xhizklfsyfh84416dsmgswp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d097cf9b6c9c1606505d3988a2afdd7b066abc8/recipes/sentence-navigation";
- sha256 = "1p3ch1ab06v038h130fsxpbq45d1yadl67i2ih4l4fh3xah5997m";
- name = "recipe";
- };
- packageRequires = [ ample-regexps cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/sentence-navigation";
- license = lib.licenses.free;
- };
- }) {};
- seoul256-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "seoul256-theme";
- ename = "seoul256-theme";
- version = "20180505.57";
- src = fetchFromGitHub {
- owner = "anandpiyer";
- repo = "seoul256-emacs";
- rev = "8e76d0207489964ef780420723d49e409f68f7d1";
- sha256 = "1fcnq2jh330va1xvpfh6nnd9gbjjisv0ham44zwi5lh0j7424jkj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/seoul256-theme";
- sha256 = "1nvhnyfvmpqg0a54nq73lhz3h9g94zkbix13bbzv9bp1lg8v6w1x";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/seoul256-theme";
- license = lib.licenses.free;
- };
- }) {};
- sequences = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sequences";
- ename = "sequences";
- version = "20170818.552";
- src = fetchFromGitHub {
- owner = "timvisher";
- repo = "sequences.el";
- rev = "564ebbd93b0beea4e75acfbf824350e90b5d5738";
- sha256 = "0ym2bl9dpsglz35is0iwxfw5w7zs9398bkln8lgv28nr6kw0ym4s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4cf716df68fb2d6a41fe75fac0b41e356bddcf30/recipes/sequences";
- sha256 = "12wnkywkmxfk2sx40h90k53d5qmc8hiky5vhlyf0ws3n39zvhplh";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sequences";
- license = lib.licenses.free;
- };
- }) {};
- sequential-command = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sequential-command";
- ename = "sequential-command";
- version = "20170925.1740";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "sequential-command";
- rev = "a48cbcbe273b33edd3ae56e68f44b4100fa3a48a";
- sha256 = "1f05amz22klvs2yqyw7n5bmivgdn5zc7vkv5x6bgc9b5k977lggj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad10a684b4b2f01bc65883374f36fef156ff55d2/recipes/sequential-command";
- sha256 = "0qhrpwcgn89sqdj8yhgax0qk81ycdanlgwx25cxy8wnxkqqcvh9m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sequential-command";
- license = lib.licenses.free;
- };
- }) {};
- servant = callPackage ({ ansi
- , commander
- , dash
- , epl
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , shut-up
- , web-server }:
- melpaBuild {
- pname = "servant";
- ename = "servant";
- version = "20140216.419";
- src = fetchFromGitHub {
- owner = "cask";
- repo = "servant";
- rev = "4d2aa8250b54b28e6e7ee4cd5ebd98a33db2c134";
- sha256 = "15lx6qvmq3vp84ys8dzbx1nzxcnzlq41whawc2yhrnd1dbq4mv2d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/servant";
- sha256 = "0h8xsg37cvc5r8vkclf7d3gbf6gh4k5pmbiyhwpkbrxwjyl1sl21";
- name = "recipe";
- };
- packageRequires = [ ansi commander dash epl f s shut-up web-server ];
- meta = {
- homepage = "https://melpa.org/#/servant";
- license = lib.licenses.free;
- };
- }) {};
- serverspec = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "serverspec";
- ename = "serverspec";
- version = "20150623.455";
- src = fetchFromGitHub {
- owner = "k1LoW";
- repo = "emacs-serverspec";
- rev = "b6dfe82af9869438de5e5d860ced196641f372c0";
- sha256 = "1h58q41wixjlapia1ggf83jxcllq7492k55mc0fq7hbx3hw1q1y2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5a4f4757d8886d178a85d4bc8ac9399a99d8c4d4/recipes/serverspec";
- sha256 = "001d57yd0wmz4d7qmhnanac8g29wls0sqw194003hrgirakg82id";
- name = "recipe";
- };
- packageRequires = [ dash f helm s ];
- meta = {
- homepage = "https://melpa.org/#/serverspec";
- license = lib.licenses.free;
- };
- }) {};
- services = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "services";
- ename = "services";
- version = "20170802.430";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "services.el";
- rev = "04c7986041a33dfa0b0ae57c7d6fbd600548c596";
- sha256 = "0ycfkskkdlmc0l75z5a8f66wq5mvb24c4kz19a6kqs8rwm2ygz35";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/beb91b4397f6e35a1d5c73a127d8cd7fc9201935/recipes/services";
- sha256 = "02lgmpbw52ps6z4p9gwzvh9iaxisq5mb0n9aml9ajxac1473vpcd";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/services";
- license = lib.licenses.free;
- };
- }) {};
- sesman = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sesman";
- ename = "sesman";
- version = "20190213.850";
- src = fetchFromGitHub {
- owner = "vspinu";
- repo = "sesman";
- rev = "3df33018f1c42f09db21cebe39a25b389fe35f02";
- sha256 = "0z5jb4vpbjsi63w3wjy6d2lgz33qdfvrgfb3bszv4hcf6a96y7fc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31110e9bd82ad9c817e6cb597fa9c26c4cdc93ed/recipes/sesman";
- sha256 = "106jcdsp7rhkr4bbyprcld5fxcnimfcyx0cwcpzhd0b4vh3v3qvg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sesman";
- license = lib.licenses.free;
- };
- }) {};
- session = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "session";
- ename = "session";
- version = "20120510.1700";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "session";
- rev = "19ea0806873daac3539a4b956e15655e99e3dd6c";
- sha256 = "0sp952abz7dkq8b8kkzzmnwnkq5w15zsx5dr3h8lzxb92lnank9v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2a50f62475639af011c99c6cc38928b74b3b0a/recipes/session";
- sha256 = "0fghxbnf1d5iyrx1q8xd0lbw9nvkdgg2v2f89j6apnawisrsbhwx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/session";
- license = lib.licenses.free;
- };
- }) {};
- seti-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "seti-theme";
- ename = "seti-theme";
- version = "20190201.1048";
- src = fetchFromGitHub {
- owner = "caisah";
- repo = "seti-theme";
- rev = "9d76db0b91d4f574dd96ac80fad41da35bffa109";
- sha256 = "14fqkkvjbq2gj737k3yz3s0dkya33fi0dj4wds99zyzss2xp37f8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/088924b78575359996cf30745497b287cfb11f37/recipes/seti-theme";
- sha256 = "1mwkx3hynabwr0a2rm1bh91h7xf38a11h1fb6ys8s3mnr68csd9z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/seti-theme";
- license = lib.licenses.free;
- };
- }) {};
- sexp-move = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sexp-move";
- ename = "sexp-move";
- version = "20150915.1030";
- src = fetchFromGitLab {
- owner = "elzair";
- repo = "sexp-move";
- rev = "117f7a91ab7c25e438413753e916570122011ce7";
- sha256 = "11h5z2gmwq07c4gqzj2c9apksvqk3k8kpbb9kg78bbif2xfajr3m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/sexp-move";
- sha256 = "0sdm3kr4594fy9hk8yljj2iwa40bgs8nqpwwl2a60r060spz54z9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sexp-move";
- license = lib.licenses.free;
- };
- }) {};
- sexy-monochrome-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sexy-monochrome-theme";
- ename = "sexy-monochrome-theme";
- version = "20180526.108";
- src = fetchFromGitHub {
- owner = "voloyev";
- repo = "sexy-monochrome-theme";
- rev = "bf4b6ccd63b9dfbe14035963a80057e1f56ad1e7";
- sha256 = "0m2m4ini1dzk7hzjy7zqn90vih9n6kiz1amgv4gyhzarbwj7zyw6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dfd5ae9a93e036d11899c7adffdf6b63c2b21381/recipes/sexy-monochrome-theme";
- sha256 = "0rlx4029zxrnzzqspn8zrp3q6w0n46q24qk7za46hvxdsmgdpxbq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sexy-monochrome-theme";
- license = lib.licenses.free;
- };
- }) {};
- shackle = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shackle";
- ename = "shackle";
- version = "20190201.1046";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "shackle";
- rev = "242bacc940c18b6f9c156e1912155d45537fd827";
- sha256 = "0qqx8py21jaq1bdafkfqx18ns4zn305qg84zbmy65spiqnfq8hwk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/806e7d00f763f3fc4e3b8ebd483070ac6c5d0f21/recipes/shackle";
- sha256 = "159z0cwg7afrmym0xk902d8z093sqv39jig25ds7z4a224yrv5w6";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/shackle";
- license = lib.licenses.free;
- };
- }) {};
- shadchen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shadchen";
- ename = "shadchen";
- version = "20141102.1039";
- src = fetchFromGitHub {
- owner = "VincentToups";
- repo = "shadchen-el";
- rev = "35f2b9c304eec990c16efbd557198289dc7cbb1f";
- sha256 = "0phivbhjdw76gzrx35rp0zybqfb0fdy2hjllf72qf1r0r5gxahl8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a2a36fbfcf457eab05c1ff31cb9c2f68686094e/recipes/shadchen";
- sha256 = "1r1mfmv4cdlc8kzjiqz81kpqdrwbnyciwdgg6n5x0yi4apwpvnl4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shadchen";
- license = lib.licenses.free;
- };
- }) {};
- shader-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shader-mode";
- ename = "shader-mode";
- version = "20180518.457";
- src = fetchFromGitHub {
- owner = "midnightSuyama";
- repo = "shader-mode";
- rev = "d7dc8d0d6fe8914e8b6d5cf2081ad61e6952359c";
- sha256 = "13scj6w3vsdcgmq7zak3pflqpq295wgzsng72rcafgkkr7r12rar";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4396f3c10a38f91d5f98684efbeb02812e479209/recipes/shader-mode";
- sha256 = "12y84fa1wc82js53rpadaysmbshhqf6wb97889qkksx19n3xmb9g";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/shader-mode";
- license = lib.licenses.free;
- };
- }) {};
- shakespeare-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shakespeare-mode";
- ename = "shakespeare-mode";
- version = "20180704.1438";
- src = fetchFromGitHub {
- owner = "CodyReichert";
- repo = "shakespeare-mode";
- rev = "c442eeea9d585e1b1fbb8813e33d47feec348a57";
- sha256 = "1ba9xy5jwn8ni8fi2k144j669jp95k2qf9ip77r16rsiy7divl0y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/shakespeare-mode";
- sha256 = "1sg8n4ifpi36zmf6b6s0swq7k3r038cmj8kxjm7hpgxq6f9qnk9x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shakespeare-mode";
- license = lib.licenses.free;
- };
- }) {};
- shampoo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shampoo";
- ename = "shampoo";
- version = "20131230.219";
- src = fetchFromGitHub {
- owner = "dmatveev";
- repo = "shampoo-emacs";
- rev = "bc193c39636c30182159c5c91c37a9a4cb50fedf";
- sha256 = "15a8gs4lrqxn0jyfw16rc6vm7z1i10pzzlnp30x6nly9a7xra47x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19f145113a0698466e706a6a4c55d63cec512706/recipes/shampoo";
- sha256 = "01ssgw4cnnx8d86g3r1d5hqcib4qyhmpqvcvx47xs7zh0jscps61";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shampoo";
- license = lib.licenses.free;
- };
- }) {};
- shell-command = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shell-command";
- ename = "shell-command";
- version = "20090830.340";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "shell-command";
- rev = "7e22125f746ce9ffbe9b0282d62f4b4bbbe672bd";
- sha256 = "1my2i26a03z8xyyacsnl5wdylnbhhvazn23bpy639d3l4x4l7jzw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/shell-command";
- sha256 = "01nviashfr64wm78zi3vrqrqdqgsamp76d9kasxv0b7fqmfx7yjk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shell-command";
- license = lib.licenses.free;
- };
- }) {};
- shell-current-directory = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shell-current-directory";
- ename = "shell-current-directory";
- version = "20140101.1554";
- src = fetchFromGitHub {
- owner = "metaperl";
- repo = "shell-current-directory";
- rev = "bf843771bf9a4aa05e054ade799eb8862f3be89a";
- sha256 = "1w42j5cdddr0riz1xjq3wiz5i9f71i9jdzd1l92ir0mlj05wjyic";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/edcb78c3491a5999b39a40087b7f991c2b737e30/recipes/shell-current-directory";
- sha256 = "0bj2gs96ivm5x8l7gwvfckyalr1amh4cb1v2dbl323zmrqddhgkd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shell-current-directory";
- license = lib.licenses.free;
- };
- }) {};
- shell-here = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shell-here";
- ename = "shell-here";
- version = "20150728.1004";
- src = fetchFromGitHub {
- owner = "ieure";
- repo = "shell-here";
- rev = "251309141e18978d2b8014345acc6f5afcd4d509";
- sha256 = "0z04z07r7p5p05zhaka37s48y82hg2dbk0ynap4inph3frn4yyfl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/88df6e04614547a59aefbeae88c301f3b8394039/recipes/shell-here";
- sha256 = "0csi70v89bqdpbsizji6c5z0jmkx4x4vk1zfclkpap4dalmxxcsh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shell-here";
- license = lib.licenses.free;
- };
- }) {};
- shell-history = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shell-history";
- ename = "shell-history";
- version = "20100505.139";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "shell-history";
- rev = "ee371a81f2d2bf5a308344078329ca1e9b5ed38c";
- sha256 = "0jyz31j5a07shcf2ym5gnn16xk5r3s84ls8kxk5myvxi3wkpgdd4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/shell-history";
- sha256 = "1cmk8rymnj7dscxjq0p23jgwc16yvzw1804ya5wsg95v239gz1hy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shell-history";
- license = lib.licenses.free;
- };
- }) {};
- shell-pop = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shell-pop";
- ename = "shell-pop";
- version = "20170304.616";
- src = fetchFromGitHub {
- owner = "kyagi";
- repo = "shell-pop-el";
- rev = "4a3a9d093ad1add792bba764c601aa28de302b34";
- sha256 = "1ybvg048jvijcg9jjfrbllf59pswmp0fd5zwq5x6nwg5wmggplzd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44150bddc9b276ab9fb2ab6a92a11383a3ed03b0/recipes/shell-pop";
- sha256 = "02s17ln0hbi9gy3di8fksp3mqc7d8ahhf5vwyz4vrc1bg77glxw8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/shell-pop";
- license = lib.licenses.free;
- };
- }) {};
- shell-split-string = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shell-split-string";
- ename = "shell-split-string";
- version = "20151224.208";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "shell-split-string-el";
- rev = "19f6f999c33cc66a4c91bacdcc3697c25d97bf5a";
- sha256 = "16srngml5xmpaxb0wzhx91jil0r0dmn673bwai3lzxrkmjnl748l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84e20f4d02c69f8caf39cd20a581be3b9fa79931/recipes/shell-split-string";
- sha256 = "1yj1h7za4ylxh2nikj7s1qqlilpsk05x9571a2fymfyznm3iq77m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shell-split-string";
- license = lib.licenses.free;
- };
- }) {};
- shell-switcher = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shell-switcher";
- ename = "shell-switcher";
- version = "20161028.2252";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "shell-switcher";
- rev = "28a7f753dd7addd2933510526f52620cb5a22048";
- sha256 = "1x7rrf56hjasciim8rj29vfngwis4pr3mhclvxd4sbmhz9y66wm0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a16194f6ddc05350b9875f4e0a3a0383c79e650e/recipes/shell-switcher";
- sha256 = "07g9naiv2jk9jxwjywrbb05dy0pbfdx6g8pkra38rn3vqrjzvhyx";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/shell-switcher";
- license = lib.licenses.free;
- };
- }) {};
- shell-toggle = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shell-toggle";
- ename = "shell-toggle";
- version = "20150226.611";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "shell-toggle.el";
- rev = "0d01bd9a780fdb7fe6609c552523f4498649a3b9";
- sha256 = "0ssaccdacabpja9nqzhr8x8ggfwmlian7y4p0fa6gvr7qsvjpgr9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/95873d90886d2db5cc1d83d4bcb8dd5c2e65bc3e/recipes/shell-toggle";
- sha256 = "1ai0ks7smr8b221j9hmsikswpxqraa9b13fpwv4wwagavnlah446";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shell-toggle";
- license = lib.licenses.free;
- };
- }) {};
- shelldoc = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "shelldoc";
- ename = "shelldoc";
- version = "20151114.1925";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-shelldoc";
- rev = "20eb889f3d3d9bd01aafdc699e712a75db42d8f3";
- sha256 = "0i6xp6g3ggs4fkr410blxa4mkb1y05pcygkdbvb7y3gh878q5b5k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/551623175e55629be6cfe44a595f25f09bd889e8/recipes/shelldoc";
- sha256 = "1xlp03aaidp7dp8349v8drzhl4lcngvxgdrwwn9cahfqlrvvbbbx";
- name = "recipe";
- };
- packageRequires = [ cl-lib s ];
- meta = {
- homepage = "https://melpa.org/#/shelldoc";
- license = lib.licenses.free;
- };
- }) {};
- shelltest-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shelltest-mode";
- ename = "shelltest-mode";
- version = "20180430.1841";
- src = fetchFromGitHub {
- owner = "rtrn";
- repo = "shelltest-mode";
- rev = "5fea8c9394380e822971a171905b6b5ab9be812d";
- sha256 = "1np65a92n4y9i0nr8wymzn6md9xqmi9qyggya7sz0q4nzsh45wqg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/af6dcd4fc0663a255bd85b247bbdf57d425efdb7/recipes/shelltest-mode";
- sha256 = "1inb0vq34fbwkr0jg4dv2lljag8djggi8kyssrzhfawri50m81nh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shelltest-mode";
- license = lib.licenses.free;
- };
- }) {};
- shen-elisp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shen-elisp";
- ename = "shen-elisp";
- version = "20180915.1328";
- src = fetchFromGitHub {
- owner = "deech";
- repo = "shen-elisp";
- rev = "73b74c8d6e3a2ea34b667d177d9f130765bfe501";
- sha256 = "1ym048cmkghx373fb7n5m6r73q5nfa62m10mqr4nzhsizgyzdbrn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/shen-elisp";
- sha256 = "045nawzyqaxd3g5f56fxfy680pl18x67w0wi28nrq4l4681w9xyq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/shen-elisp";
- license = lib.licenses.free;
- };
- }) {};
- shift-number = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shift-number";
- ename = "shift-number";
- version = "20170301.659";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "shift-number.el";
- rev = "94c3713cc11283a831f66d5205d112762edc186b";
- sha256 = "17a5aifj37pv3jm6k7ilc3s4vwhiy2dwyjjy9dxy3qqc8w9h4rr1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b06be6b25078ddfabc1ef1145c817552f679c41c/recipes/shift-number";
- sha256 = "1sbzkmd336d0dcdpk29pzk2b5bhlahrn083x62l6m150n2xzxn4p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shift-number";
- license = lib.licenses.free;
- };
- }) {};
- shift-text = callPackage ({ cl-lib ? null
- , es-lib
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shift-text";
- ename = "shift-text";
- version = "20130831.955";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "shift-text";
- rev = "1be9cbf994000022172ceb746fe1d597f57ea8ba";
- sha256 = "13zsws8gq9a8nfk4yzlvfsvqjh9zbnanmw68rcna93yc5nc634nr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ad2ea105b895cb958ce0ab2bf2fad2b40d41b2f/recipes/shift-text";
- sha256 = "1v9zk7ycc8k1qk1cfs2y1knygl686msmlilqy5a7mh0w0z9f3a2i";
- name = "recipe";
- };
- packageRequires = [ cl-lib es-lib ];
- meta = {
- homepage = "https://melpa.org/#/shift-text";
- license = lib.licenses.free;
- };
- }) {};
- shimbun = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shimbun";
- ename = "shimbun";
- version = "20190516.2216";
- src = fetchFromGitHub {
- owner = "emacs-w3m";
- repo = "emacs-w3m";
- rev = "0cabba57549069a1dbd8207f97d439414da1dd51";
- sha256 = "16ixcr3jknfqpkim00hiv5pnybldcc23379gbbjl6va0fmh2qgfw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5a423647410357f0e63afba5b52bbe880fce969/recipes/shimbun";
- sha256 = "04d9kkj4fididhq220c1vjmlzmaqnii95c1ca86kzjbm2bqakkcd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shimbun";
- license = lib.licenses.free;
- };
- }) {};
- shm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shm";
- ename = "shm";
- version = "20180326.1757";
- src = fetchFromGitHub {
- owner = "chrisdone";
- repo = "structured-haskell-mode";
- rev = "7f9df73f45d107017c18ce4835bbc190dfe6782e";
- sha256 = "1jcc30048j369jgsbbmkb63whs4wb37bq21jrm3r6ry22izndsqa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68a2fddb7e000487f022b3827a7de9808ae73e2a/recipes/shm";
- sha256 = "1qmp8cc83dcz25xbyqd4987i0d8ywvh16wq2wfs4km3ia8a2vi3c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shm";
- license = lib.licenses.free;
- };
- }) {};
- shoulda = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shoulda";
- ename = "shoulda";
- version = "20140616.1133";
- src = fetchFromGitHub {
- owner = "marcwebbie";
- repo = "shoulda.el";
- rev = "24dc6b6138a06edde9c8d13a6aaa1654d1d7de54";
- sha256 = "18p0z5d8vhdhmw6x5rys2kfk93pb7mzdagls9ml0mjcixsyy7qsc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/41497a876c80d81d9562ea4b2cc2a83dba98ae8a/recipes/shoulda";
- sha256 = "0lmlhx34nwvn636y2wvw3sprhhh6q3mdg7dzgpjj7ybibvhp1lzk";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/shoulda";
- license = lib.licenses.free;
- };
- }) {};
- show-css = callPackage ({ doom
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "show-css";
- ename = "show-css";
- version = "20160210.608";
- src = fetchFromGitHub {
- owner = "8cylinder";
- repo = "showcss-mode";
- rev = "771daeddd4df7a7c10f66419a837145649bab63b";
- sha256 = "11kzjm12hbcdzrshq20r20l29k3555np1sva7afqrhgvd239fdq1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/show-css";
- sha256 = "0sq15l58macy2affdgbimnchn491fnrqr3bbgn30k3l3xkvkmc7k";
- name = "recipe";
- };
- packageRequires = [ doom s ];
- meta = {
- homepage = "https://melpa.org/#/show-css";
- license = lib.licenses.free;
- };
- }) {};
- show-eol = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "show-eol";
- ename = "show-eol";
- version = "20190516.1957";
- src = fetchFromGitHub {
- owner = "elpa-host";
- repo = "show-eol";
- rev = "9342099be0e79d80a808c13fb1b438cc11598dcf";
- sha256 = "1d5xb2b9ci1i0jv3vhad922zvvbixnybnhqhxr5vyj8gcnwn01rs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1ae308e8c251b7a6942f7d9f739830986f7315ea/recipes/show-eol";
- sha256 = "1k0ihimb4acc30qfmjj3hfpxknif3gzj0iikz23gizrsks7n5p1g";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/show-eol";
- license = lib.licenses.free;
- };
- }) {};
- showtip = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "showtip";
- ename = "showtip";
- version = "20090830.340";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "showtip";
- rev = "930da302809a4257e8d69425455b29e1cc91949b";
- sha256 = "01zak0zhha6dp7a2hm28d065gjnc462iwpsfyxhbxgfzcdlicqc7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/showtip";
- sha256 = "1d5ckka2z0ffwyk9g3h91n3waijj2v7n8kvdks35gcr2yl3yk780";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/showtip";
- license = lib.licenses.free;
- };
- }) {};
- shpec-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shpec-mode";
- ename = "shpec-mode";
- version = "20150530.222";
- src = fetchFromGitHub {
- owner = "shpec";
- repo = "shpec-mode";
- rev = "76bccd63e3b70233a6c9ca0798dd03550952cc76";
- sha256 = "09454mcjd8n1090pjc5mk1dc6bn3bgh60ddpnv9hkajkzpcjxx4h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd1bfe85b430c3bbb5a7baf11bb9699dad417f60/recipes/shpec-mode";
- sha256 = "155hc1nym3fsvflps8d3ixaqw1cafqp97zcaywdppp47n7vj8zjl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shpec-mode";
- license = lib.licenses.free;
- };
- }) {};
- shr-tag-pre-highlight = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , language-detection
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shr-tag-pre-highlight";
- ename = "shr-tag-pre-highlight";
- version = "20171113.114";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "shr-tag-pre-highlight.el";
- rev = "6182f43a36b0f82ba6edcf6e423b5f69a46a814e";
- sha256 = "0916bpzi6sw5gyn5xgi9czf35zrvl04w10wz6fvz0lc57giihil1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7be3c139bee02e8bd9a9830026cbfdd17629ac4d/recipes/shr-tag-pre-highlight";
- sha256 = "1v8fqx8bd5504r2mflq6x8xs3k0py3bgsnadz3bjs68yhaxacj3v";
- name = "recipe";
- };
- packageRequires = [ emacs language-detection ];
- meta = {
- homepage = "https://melpa.org/#/shr-tag-pre-highlight";
- license = lib.licenses.free;
- };
- }) {};
- shrink-path = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "shrink-path";
- ename = "shrink-path";
- version = "20170812.1947";
- src = fetchFromGitLab {
- owner = "bennya";
- repo = "shrink-path.el";
- rev = "a94c80743280fe317cf56cd4d4cd6385ce9e3dfb";
- sha256 = "1s5ax71qi8pl8jsc49yaqrhfvxmc4z4hjzmy1fhfr1qjmxl5d08i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/86b0d105e8a57d5f0bcde779441dc80b85e170ea/recipes/shrink-path";
- sha256 = "0fq13c6g7qbq6f2ry9dzdyg1f6p41wimkjcdaj177rnilz77alzb";
- name = "recipe";
- };
- packageRequires = [ dash emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/shrink-path";
- license = lib.licenses.free;
- };
- }) {};
- shrink-whitespace = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shrink-whitespace";
- ename = "shrink-whitespace";
- version = "20181002.2021";
- src = fetchFromGitLab {
- owner = "jcpetkovich";
- repo = "shrink-whitespace.el";
- rev = "0407b89c142bd17e65edb666f35e2c6755bd0867";
- sha256 = "1qxdi2jm3zl5f55c6irsbnxrmqw039pcm99jafn7hg5z5zc3xhbx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a403093706d57887111e0d012e85273addaf0d35/recipes/shrink-whitespace";
- sha256 = "12i6xlcgk27bsdfnlcdjww8vxbx1yilaqa0pkh5n0hxb66zi6x15";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shrink-whitespace";
- license = lib.licenses.free;
- };
- }) {};
- shroud = callPackage ({ bui
- , dash
- , dash-functional
- , emacs
- , epg ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "shroud";
- ename = "shroud";
- version = "20190524.204";
- src = fetchFromGitHub {
- owner = "o-nly";
- repo = "emacs-shroud";
- rev = "a7706ee48ef8dc67e6240377c61946c73a7fae3a";
- sha256 = "0wvm4lxqcc1p8v7rpqal3bnqgnpk1gs7v18i83f6cvi5d88jkgdg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2e4334a47a173e9cfb1e803d5781317da27702d7/recipes/shroud";
- sha256 = "0s7gap41y2ncnlbj2cc6b2l7q7qc8psxpbznkc71y53ch1mc9isg";
- name = "recipe";
- };
- packageRequires = [ bui dash dash-functional emacs epg s ];
- meta = {
- homepage = "https://melpa.org/#/shroud";
- license = lib.licenses.free;
- };
- }) {};
- shut-up = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shut-up";
- ename = "shut-up";
- version = "20180628.1130";
- src = fetchFromGitHub {
- owner = "cask";
- repo = "shut-up";
- rev = "081d6b01e3ba0e60326558e545c4019219e046ce";
- sha256 = "1bnmrwrhra6cpc3jjgwwzrydj5ps7q2dlkh2ag4j7rkyv4dlk351";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/297d3d88a1dad694d5903072adb679f2194ce444/recipes/shut-up";
- sha256 = "1bcqrnnafnimfcg1s7vrgq4cb4rxi5sgpd92jj7xywvkalr3kh26";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/shut-up";
- license = lib.licenses.free;
- };
- }) {};
- shx = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shx";
- ename = "shx";
- version = "20190602.1425";
- src = fetchFromGitHub {
- owner = "riscy";
- repo = "shx-for-emacs";
- rev = "6b53896ad2d80f22454ae8b09dbaa7c352e4e37f";
- sha256 = "1ps4by78ly7incc4s8767wbmcqfw9him3xdaif5akzg4qqymcayb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a2ff78ae3c4289ebf9e06cdfd8f8082c395a16f/recipes/shx";
- sha256 = "0h5ldglx4y85lm0pfilasnch2k82mlr7rb20qvarzwd41hb1az1k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/shx";
- license = lib.licenses.free;
- };
- }) {};
- sibilant-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sibilant-mode";
- ename = "sibilant-mode";
- version = "20151119.1345";
- src = fetchFromGitHub {
- owner = "jbr";
- repo = "sibilant-mode";
- rev = "5baf8c3e80ee0736c7298a2a17fb615ba5ac0d2d";
- sha256 = "0lpr3pcmwn51wl732kb9a2cagrkxjsgk384z2b7cq9zs79mdh616";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de12c8a37d6d42103f437e6bd974a94924242e8f/recipes/sibilant-mode";
- sha256 = "0jd6dsk93nvwi5yia3623hfc4v6zz4s2n8m1wx9bw8x6kv3h3qbq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sibilant-mode";
- license = lib.licenses.free;
- };
- }) {};
- sicp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sicp";
- ename = "sicp";
- version = "20180823.522";
- src = fetchFromGitHub {
- owner = "webframp";
- repo = "sicp-info";
- rev = "33acfa10a058aa65b6b22084a5b86a82410d794e";
- sha256 = "1l8isy8kicr4xa6iilxj0cf0f5rqmkidzr6pigql74204db56jhd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1363d7b6e95375ac63f07eed2b3947f4f81bc9ba/recipes/sicp";
- sha256 = "1q7pbhjk8qgwvj27ianrdbmj98pwf3xv10gmpchh7bypmbyir4wz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sicp";
- license = lib.licenses.free;
- };
- }) {};
- side-notes = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "side-notes";
- ename = "side-notes";
- version = "20190523.2132";
- src = fetchgit {
- url = "https://git.sr.ht/~pwr/side-notes";
- rev = "6f14e0bc13f586ebfb4c801285aec0d5aac60ac9";
- sha256 = "1s2yh4n9ik03gca1gp1fqdjax9wj8v5xjsj9kysns99nkg8mxy97";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9829ece8343a2a4309b5f7f5e324f0a1145e1e83/recipes/side-notes";
- sha256 = "1adan5v04awjxahmn2ndqj8fns5hkk4am5jnhic9y036qdcpd9mv";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/side-notes";
- license = lib.licenses.free;
- };
- }) {};
- sift = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sift";
- ename = "sift";
- version = "20190521.123";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "sift.el";
- rev = "33b2c9ff964fe53bb55b37429faaa4e903bead7a";
- sha256 = "0cb8rcxl0jwpbgz9kk136l2ranficv8lk85fhvly1lpslbjljds9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/sift";
- sha256 = "1kr5rxza5li3zrkfvs91y7dxmn213z0zf836rkwkmwg2b9rmqxvj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sift";
- license = lib.licenses.free;
- };
- }) {};
- signal = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "signal";
- ename = "signal";
- version = "20160816.738";
- src = fetchFromGitHub {
- owner = "mola-T";
- repo = "signal";
- rev = "aa58327e2297df921d72a0370468b48663efd438";
- sha256 = "1gzfdk3ks56h8q4xk69aaxkhkg9jhs55iqdicyvq7x9wmjn6b7xw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/signal";
- sha256 = "1g8sbszh7cnhpfaql8jn22bsdjdyjdnjb00xr43krr6smc1dr2xq";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/signal";
- license = lib.licenses.free;
- };
- }) {};
- signature = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "signature";
- ename = "signature";
- version = "20140730.1249";
- src = fetchFromGitLab {
- owner = "pidu";
- repo = "signature";
- rev = "c47df2e1189a84505f9224aa78e87b6c65d13d37";
- sha256 = "1g4rr7hpy9r3y4vdpv48xpmy8kqvs4j64kvnhnj2rw2wv1grw78j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a52b516b7b10bdada2f64499c8f43f85a236f254/recipes/signature";
- sha256 = "0y5xspcsjap662n1gp882kjripiz90wwbhsq27c0qwl1zcx5rrkj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/signature";
- license = lib.licenses.free;
- };
- }) {};
- silkworm-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "silkworm-theme";
- ename = "silkworm-theme";
- version = "20180301.637";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "silkworm-theme";
- rev = "4a297f952401cfe894dcb24174f6eda05e00fada";
- sha256 = "00kjibpn3ry7j1s6kqmakybialpcx4919344lxks7wij5l6qqxx0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9451d247693c3e991f79315868c73808c0a664d4/recipes/silkworm-theme";
- sha256 = "1zbrjqmhf80qs3i910sixirrv42rxkqdrg2z03gnz1g885gpcn13";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/silkworm-theme";
- license = lib.licenses.free;
- };
- }) {};
- simp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "simp";
- ename = "simp";
- version = "20180606.1954";
- src = fetchFromGitHub {
- owner = "re5et";
- repo = "simp";
- rev = "d4d4b8547055347828bedccbeffdb4fd2d5a5d34";
- sha256 = "1a60vk46haibzrm6zgssdw085wpssmmqc66bipvkq6xnp2cvchkc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/45ff5b788e12218f8e2df7e53444796ca4b929fc/recipes/simp";
- sha256 = "0x4lssjkj3fk9fw603f0sggvcj25iw0zbzsm5c949lhl4a3wvc9c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/simp";
- license = lib.licenses.free;
- };
- }) {};
- simple-bookmarks = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "simple-bookmarks";
- ename = "simple-bookmarks";
- version = "20190204.626";
- src = fetchFromGitHub {
- owner = "jtkDvlp";
- repo = "simple-bookmarks";
- rev = "54e8d771bcdb0eb235b31c0aa9642171369500e5";
- sha256 = "0i4yw341b7iml2j8mxclixsrdqlvixfxpabaxp4jh70aq2zfw1cf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a60dd50c388a75ce21a5aec9acf938835d7afdbc/recipes/simple-bookmarks";
- sha256 = "0jn5wzm9y4054mr9czd3224s5kbrqpcpcfmj6fi62yhy3p1ys9rb";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/simple-bookmarks";
- license = lib.licenses.free;
- };
- }) {};
- simple-call-tree = callPackage ({ anaphora
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "simple-call-tree";
- ename = "simple-call-tree";
- version = "20180224.1256";
- src = fetchFromGitHub {
- owner = "vapniks";
- repo = "simple-call-tree";
- rev = "20059eb5549408def76aeb03d0d20839903dedef";
- sha256 = "0gvhn2r7h6jz7a3i3a8gwlmghv1xfzj0sdib25kz645iylazji4h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/316a5ffcb3080abd623bbe3065077809e6cbfb74/recipes/simple-call-tree";
- sha256 = "1cbv4frsrwd8d3rg8r4sylwnc1hl3hgh595qwbpx0zd3dp5na2yl";
- name = "recipe";
- };
- packageRequires = [ anaphora emacs ];
- meta = {
- homepage = "https://melpa.org/#/simple-call-tree";
- license = lib.licenses.free;
- };
- }) {};
- simple-httpd = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "simple-httpd";
- ename = "simple-httpd";
- version = "20190110.705";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacs-web-server";
- rev = "f1c160f83cbfecc63ec6c6e2a94590b500ecf458";
- sha256 = "1rxc8y0nfhanyp1l6vz20jg2d4wdjwy9gwicpmfhq0nmafxydw7z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/simple-httpd";
- sha256 = "1g9m8dx62pql6dqz490pifcli96i5pv6sar18w4lwrfgpfisfz8c";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/simple-httpd";
- license = lib.licenses.free;
- };
- }) {};
- simple-mpc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "simple-mpc";
- ename = "simple-mpc";
- version = "20180715.1829";
- src = fetchFromGitHub {
- owner = "jorenvo";
- repo = "simple-mpc";
- rev = "bee8520e81292b4c7353e45b193f9a13b482f5b2";
- sha256 = "1ja06pv007cmzjjgka95jlg31k7d29jrih1yxyblsxv85s9sg21q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/62d762308c1ec0c1d8f7b4755b7deb285cbac018/recipes/simple-mpc";
- sha256 = "05x2xyys5mf6k7ndh0l6ykyiygaznb4f8bx3npbhvihrsz9ilf8r";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/simple-mpc";
- license = lib.licenses.free;
- };
- }) {};
- simple-paren = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "simple-paren";
- ename = "simple-paren";
- version = "20190603.1136";
- src = fetchFromGitHub {
- owner = "andreas-roehler";
- repo = "simple-paren";
- rev = "8b03b71303070b05d5def3c8a2564e4b5e67098a";
- sha256 = "1g508x8hf8zlvi6kz9r8jxavl11y47y2gjldjnc6z6ijiqisy3dm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e8886feb4a034fddd40d7381508b09db79f608f/recipes/simple-paren";
- sha256 = "0bmw8pkh9864gymy36r3w5yw08pq894gb1n80wfqls4a78zyvkm3";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/simple-paren";
- license = lib.licenses.free;
- };
- }) {};
- simple-rtm = callPackage ({ dash
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , rtm }:
- melpaBuild {
- pname = "simple-rtm";
- ename = "simple-rtm";
- version = "20160222.734";
- src = fetchFromGitLab {
- owner = "mbunkus";
- repo = "simple-rtm";
- rev = "37c5feffea7c9b571279b6f549d06cf9c0720273";
- sha256 = "0rwvlhwg66ny0rm972wjfz41ck9kqmbax49wkagrkimm1cdrjfia";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a784f931849ca836557390999b179ef9f6e775f3/recipes/simple-rtm";
- sha256 = "0v5f0vr8sh62yvb7znx00wgybb83dfnkvgl8afyk3ry8n9xkhf5b";
- name = "recipe";
- };
- packageRequires = [ dash rtm ];
- meta = {
- homepage = "https://melpa.org/#/simple-rtm";
- license = lib.licenses.free;
- };
- }) {};
- simple-screen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "simple-screen";
- ename = "simple-screen";
- version = "20161009.220";
- src = fetchFromGitHub {
- owner = "wachikun";
- repo = "simple-screen";
- rev = "596e3a451d9af24730ab31a8fe15c91a4264d09d";
- sha256 = "0mqlwrkipgf977s0gx57fv5xrqli67hixprvra6q64isapr86yh1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/02db9a649002ed9dec03661a518f74f3c7a176d9/recipes/simple-screen";
- sha256 = "16zvsmqn882w320h26hjjz5lcyl9y0x4amkf2zfps77xxmkmi5n0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/simple-screen";
- license = lib.licenses.free;
- };
- }) {};
- simpleclip = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "simpleclip";
- ename = "simpleclip";
- version = "20181105.836";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "simpleclip";
- rev = "2468b08ad829aaf4a90246541978be3974c60ab8";
- sha256 = "1pkv4mi0pmi3hwbl3yyzahin5xv4zkd0jw8xh1cdipymndga4iwq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7c921e27d6aafc1b82d37f6beb8407840034377a/recipes/simpleclip";
- sha256 = "07qkfwlg8vw5kb097qbsv082hxir047q2bcvc8scbak2dr6pl12s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/simpleclip";
- license = lib.licenses.free;
- };
- }) {};
- simplenote = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "simplenote";
- ename = "simplenote";
- version = "20141118.640";
- src = fetchFromGitHub {
- owner = "dotemacs";
- repo = "simplenote.el";
- rev = "734603e877b2d642162ca45f799d2f7b956d2ea0";
- sha256 = "1cqdnnj8pshcxzwb0vivvk8zywbw7a3vibcs88kd9zxkxmdwg0fz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8c1c3189da03541e3bee44847ac5d02c2a56ef98/recipes/simplenote";
- sha256 = "0rnvm3q2spfj15kx2c8ic1p8hxg7rwiqgf3x2zg34j1xxayn3h2j";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/simplenote";
- license = lib.licenses.free;
- };
- }) {};
- simplenote2 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request-deferred
- , unicode-escape
- , uuidgen }:
- melpaBuild {
- pname = "simplenote2";
- ename = "simplenote2";
- version = "20190321.233";
- src = fetchFromGitHub {
- owner = "alpha22jp";
- repo = "simplenote2.el";
- rev = "760ffecda63bd218876b623f46d332e3ef079be6";
- sha256 = "1swb6xvdw6dql6wdj8y5kaaicwrafiz5jwnfl5h1viw08b98q8dv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1ac16abd2ce075a8bed4b7b52aed71cb12b38518/recipes/simplenote2";
- sha256 = "1qdzbwhzmsga65wmrd0mb3rbs71nlyqqb6f4v7kvfxzyis50cswm";
- name = "recipe";
- };
- packageRequires = [ request-deferred unicode-escape uuidgen ];
- meta = {
- homepage = "https://melpa.org/#/simplenote2";
- license = lib.licenses.free;
- };
- }) {};
- simplezen = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "simplezen";
- ename = "simplezen";
- version = "20130421.300";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "simplezen.el";
- rev = "9f91554a3f7f4e9b2b5ec009effafbf12b091973";
- sha256 = "04hg5c7pc7ms8kizjzd8s8a70gpkmazkhp8722fxcl0khbv6r3ix";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eddd3de86e14f56b59fa6f9a08fc89288e0bdbc1/recipes/simplezen";
- sha256 = "13f2anhfsxmx1vdd209gxkhpywsi3nn6pazhc6bkswmn27yiig7j";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/simplezen";
- license = lib.licenses.free;
- };
- }) {};
- skeletor = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "skeletor";
- ename = "skeletor";
- version = "20190211.1939";
- src = fetchFromGitHub {
- owner = "chrisbarrett";
- repo = "skeletor.el";
- rev = "47c5b761aee8452716c97a69949ac2f675affe13";
- sha256 = "12bdgykfh4mwsqdazxjdvha62h3q3v33159ypy91f6x59y01fi0n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e63aefc869900c2af6f958dc138f9c72c63e2b8/recipes/skeletor";
- sha256 = "1vfvg5l12dzksr24dxwc6ngawsqzpxjs97drw48qav9dy1vyl10v";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs f let-alist s ];
- meta = {
- homepage = "https://melpa.org/#/skeletor";
- license = lib.licenses.free;
- };
- }) {};
- skewer-less = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , skewer-mode }:
- melpaBuild {
- pname = "skewer-less";
- ename = "skewer-less";
- version = "20160828.1321";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "skewer-less";
- rev = "cc1a8e8fe0b62a08da89c4639fb942f5165454b4";
- sha256 = "0mqrxhy03dwm590shshz63nr2nfn19n6f0p37ybkjwqn0w7b834w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fb63f7417f39bd718972f54e57360708eb48b977/recipes/skewer-less";
- sha256 = "0fhv5cnp5bgw3krfmb0jl18kw2hzx2p81falj57lg3p8rn23dryl";
- name = "recipe";
- };
- packageRequires = [ skewer-mode ];
- meta = {
- homepage = "https://melpa.org/#/skewer-less";
- license = lib.licenses.free;
- };
- }) {};
- skewer-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild
- , simple-httpd }:
- melpaBuild {
- pname = "skewer-mode";
- ename = "skewer-mode";
- version = "20180706.1107";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "skewer-mode";
- rev = "a381049acc4fa2087615b4b3b26c0865841386bd";
- sha256 = "12fsp7mwmjxh5mhshriyxw8mlghzn3gfswf6hkz1hcb0yfd56d53";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10fba4f7935c78c4fc5eee7dbb161173dea884ba/recipes/skewer-mode";
- sha256 = "1zp4myi9f7pw6zkgc0xg12585iihn7khcsf20pvqyc0vn4ajdwqm";
- name = "recipe";
- };
- packageRequires = [ emacs js2-mode simple-httpd ];
- meta = {
- homepage = "https://melpa.org/#/skewer-mode";
- license = lib.licenses.free;
- };
- }) {};
- skewer-reload-stylesheets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , skewer-mode }:
- melpaBuild {
- pname = "skewer-reload-stylesheets";
- ename = "skewer-reload-stylesheets";
- version = "20160725.520";
- src = fetchFromGitHub {
- owner = "NateEag";
- repo = "skewer-reload-stylesheets";
- rev = "3207abca9551660407a6b009cb40fb32bbb550da";
- sha256 = "0fgxil70yrf6annrbvza4lqaagrn65c7pmayg6pr16hy5w8wcgsk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aeaa2c89b995f1ab0b0f96493db0cda44cc851ee/recipes/skewer-reload-stylesheets";
- sha256 = "1hcz8q7rs5g7gbj6w72g8prry4niqjmyxvvc0ala83qw76x4cm7k";
- name = "recipe";
- };
- packageRequires = [ skewer-mode ];
- meta = {
- homepage = "https://melpa.org/#/skewer-reload-stylesheets";
- license = lib.licenses.free;
- };
- }) {};
- skype = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "skype";
- ename = "skype";
- version = "20160711.124";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-skype";
- rev = "8e3b33e620ed355522aa36434ff41e3ced080629";
- sha256 = "078gjgknsrm1n2f0diian9l056kqh1fj2w0y6ildsvzjipygdz1y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d3448698a35c9d5d25639f62024f89cac03d5830/recipes/skype";
- sha256 = "06p5s5agajbm9vg9xxpzv817xmjw2kmcahiw4iypn5yzwhv1aykl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/skype";
- license = lib.licenses.free;
- };
- }) {};
- sl = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sl";
- ename = "sl";
- version = "20161217.604";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "sl.el";
- rev = "0882117728be91276b815e18c2a66106bf9d69d3";
- sha256 = "1cr3ilf96d8kkyc48nasd4iy2q84kkxjssmvlclanss1hj95nj2l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7188a93d33e38f360930b5090c6ef872116f8a7c/recipes/sl";
- sha256 = "0h90ajikr6kclsy73vs9f50jg8z3d6kqbpanm9ryh2pw3sd4rnii";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/sl";
- license = lib.licenses.free;
- };
- }) {};
- slack = callPackage ({ alert
- , circe
- , emojify
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , oauth2
- , request
- , websocket }:
- melpaBuild {
- pname = "slack";
- ename = "slack";
- version = "20190519.16";
- src = fetchFromGitHub {
- owner = "yuya373";
- repo = "emacs-slack";
- rev = "9ffc865097f5e4d779e2dace43b00a4a10305719";
- sha256 = "1aagdhc68dcx8jnv7vbrl0vrz4dm28r0w5ml3z3bdvx0ng7ffir2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0258cc41de809b67811a5dde3d475c429df0695/recipes/slack";
- sha256 = "0mybjx08yskk9vi06ayiknl5ddyd8h0mnr8c0a3zr61p1x4s6anp";
- name = "recipe";
- };
- packageRequires = [ alert circe emojify oauth2 request websocket ];
- meta = {
- homepage = "https://melpa.org/#/slack";
- license = lib.licenses.free;
- };
- }) {};
- slideview = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "slideview";
- ename = "slideview";
- version = "20150324.1540";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-slideview";
- rev = "b6d170bda139aedf81b47dc55cbd1a3af512fb4c";
- sha256 = "11p1pghx55a4gcn45cadw7c594134b21cdim723k2h99z14f89az";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b250f977f44a08346ee9715b416c9706375227a1/recipes/slideview";
- sha256 = "0zr08yrnrz49zds1651ysmgjqgbnhfdcqbg90sbsb086iw89rxl1";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/slideview";
- license = lib.licenses.free;
- };
- }) {};
- slim-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "slim-mode";
- ename = "slim-mode";
- version = "20170728.648";
- src = fetchFromGitHub {
- owner = "slim-template";
- repo = "emacs-slim";
- rev = "3636d18ab1c8b316eea71c4732eb44743e2ded87";
- sha256 = "1sqylm6ipmlh9249mmwfb16b4pv94cvzdwvi3zakdpz713phyjw5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6a3b59bdbc53d7c0b4c4d6434689f7aab2546678/recipes/slim-mode";
- sha256 = "1hip0r22irr9sah3b65ky71ic508bhqvj9hj95a81qvy1zi9rcac";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/slim-mode";
- license = lib.licenses.free;
- };
- }) {};
- slime = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , macrostep
- , melpaBuild }:
- melpaBuild {
- pname = "slime";
- ename = "slime";
- version = "20190531.834";
- src = fetchFromGitHub {
- owner = "slime";
- repo = "slime";
- rev = "01531b09debe1199d9726ed91c4672cd9587fb58";
- sha256 = "12gi3zfn688k61szjyq2czhppwydlxbghpdzsjkcm9c8yyn4md7y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/47609a81b81330820f6ddf717400dc7fa06aaabf/recipes/slime";
- sha256 = "1ds8iprxr04wdhnnw4129v5l3w3k5rjp5ax156ppqr5i7wxx1zac";
- name = "recipe";
- };
- packageRequires = [ cl-lib macrostep ];
- meta = {
- homepage = "https://melpa.org/#/slime";
- license = lib.licenses.free;
- };
- }) {};
- slime-company = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , slime }:
- melpaBuild {
- pname = "slime-company";
- ename = "slime-company";
- version = "20190117.738";
- src = fetchFromGitHub {
- owner = "anwyn";
- repo = "slime-company";
- rev = "7290cbad711a62f76c28e5638d1a4d77197a358c";
- sha256 = "0kslq8kq8dc192bpiaalyqisv3841h3dxy1wxk8hw3nyyww08mgx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/abe5036c6de996a723bc800e0f031314e1188660/recipes/slime-company";
- sha256 = "195s5fi2dl3h2jyy4d45q22jac35sciz81n13b4lgw94mkxx4rq2";
- name = "recipe";
- };
- packageRequires = [ company emacs slime ];
- meta = {
- homepage = "https://melpa.org/#/slime-company";
- license = lib.licenses.free;
- };
- }) {};
- slime-docker = callPackage ({ cl-lib ? null
- , docker-tramp
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , slime }:
- melpaBuild {
- pname = "slime-docker";
- ename = "slime-docker";
- version = "20190429.1857";
- src = fetchFromGitHub {
- owner = "daewok";
- repo = "slime-docker";
- rev = "151cec4a11965cdc00d231900a50f2c9f455fce2";
- sha256 = "1sp6qi2i1cl41ga9y6fwf7q855y0b59fcbxdiggdhigwd5zslzcv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/15ec3f7208287161571c8fc3b29369ceabb44e5f/recipes/slime-docker";
- sha256 = "13zkkrpww51ndsblpyz2msiwrjnaz6yrk61jbzrwp0r7a2v0djsa";
- name = "recipe";
- };
- packageRequires = [ cl-lib docker-tramp emacs slime ];
- meta = {
- homepage = "https://melpa.org/#/slime-docker";
- license = lib.licenses.free;
- };
- }) {};
- slime-repl-ansi-color = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , slime }:
- melpaBuild {
- pname = "slime-repl-ansi-color";
- ename = "slime-repl-ansi-color";
- version = "20190426.714";
- src = fetchFromGitLab {
- owner = "augfab";
- repo = "slime-repl-ansi-color";
- rev = "fdd0c7a75a217abca2ff16ab9281d55f392bd841";
- sha256 = "0d3q9js5vybddniyirvvabljmxasgdqimjdpy7pn48hh4rd875di";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/07fd791e2674ce3c773e2c213e045d6c7d12d848/recipes/slime-repl-ansi-color";
- sha256 = "187xs5gfwjpkg31zhrrivjkp0j8wrr2xbjszr1hayzx5c8d7yz39";
- name = "recipe";
- };
- packageRequires = [ emacs slime ];
- meta = {
- homepage = "https://melpa.org/#/slime-repl-ansi-color";
- license = lib.licenses.free;
- };
- }) {};
- slime-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "slime-theme";
- ename = "slime-theme";
- version = "20170808.622";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-slime-theme";
- rev = "8e5880ac69e0b6a079103001cc3a90bdb688998f";
- sha256 = "0g90ypwyvpdzilvhj0rgfrp78a5gflply3rix2wx8rncw569qb6g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/641d1959bd31598fcdacd39a3d1bb077dcccfa5c/recipes/slime-theme";
- sha256 = "1b709cplxip48a6qjdnzcn5qcgsy0jq1m05d7vc8p5ywgr1f9a00";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/slime-theme";
- license = lib.licenses.free;
- };
- }) {};
- slime-volleyball = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "slime-volleyball";
- ename = "slime-volleyball";
- version = "20140717.2141";
- src = fetchFromGitHub {
- owner = "fitzsim";
- repo = "slime-volleyball";
- rev = "159b5c0f40b109e3854e94b89ec5383854c46ae3";
- sha256 = "00v4mh04affd8kkw4rn51djpyga2rb8f63mgy86napglqnkz40r3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/853f47f469e372bdbae40f3cea60d9598e966fab/recipes/slime-volleyball";
- sha256 = "1dzvj8z3l5l9ixjl3nc3c7zzi23zc2300r7jzw2l3bvg64cfbdg7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/slime-volleyball";
- license = lib.licenses.free;
- };
- }) {};
- slirm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "slirm";
- ename = "slirm";
- version = "20160201.625";
- src = fetchFromGitHub {
- owner = "fbie";
- repo = "slirm";
- rev = "9adfbe1fc67580e7d0d90f7e927a25d63a797464";
- sha256 = "0srj0zcvzr0sjcs37zz11xz8w0yv94m69av9ny7mx8ssf4qp0pxa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6407db0f265c49fdddaa6e8f85f295e2b90a077b/recipes/slirm";
- sha256 = "061xjj3vjdkkvd979fhp7bc12g5zkxqxywvcz3z9dlkgdks41ld7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/slirm";
- license = lib.licenses.free;
- };
- }) {};
- slovak-holidays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "slovak-holidays";
- ename = "slovak-holidays";
- version = "20150418.155";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "slovak-holidays";
- rev = "effb16dfcd14797bf7448f5113085479db339c02";
- sha256 = "1y1gay1h91c0690gly4qibx1my0l1zpb6s3x58lks8m21jdwfw28";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d5c6b2208ef209dfe57c2c137a88ce08a4eae475/recipes/slovak-holidays";
- sha256 = "1dcw8pa3r9b7n7dc8fgzijz7ywwxb3nlfg7n0by8dnvpjq2c30bg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/slovak-holidays";
- license = lib.licenses.free;
- };
- }) {};
- slow-keys = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "slow-keys";
- ename = "slow-keys";
- version = "20180830.2159";
- src = fetchFromGitHub {
- owner = "manuel-uberti";
- repo = "slow-keys";
- rev = "b93ad77f9fc1d14e080d7d64864fc9cb222248b6";
- sha256 = "1s4yk6w9fqf6hmimjcq8r7b54v7f2hz3isihiaidj3sv5zclhflw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d16756967dd9077399b92cde2ddd7784739b693/recipes/slow-keys";
- sha256 = "03p0qx8a3g8mapjhdf9pjp3n0ng2pxmizpqn87wk8mbc8cmlwk2w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/slow-keys";
- license = lib.licenses.free;
- };
- }) {};
- slstats = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "slstats";
- ename = "slstats";
- version = "20170823.149";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "slstats.el";
- rev = "e9696066abf3f2b7b818a57c062530dfd9377033";
- sha256 = "1mjzr6lqcyx3clp3bxq77k2rpkaglnq407xdk05xkaqissirpc83";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe7c8c241cc6920bbedb6711db63ea28ed633327/recipes/slstats";
- sha256 = "0z5y2fmb3v16g5gf87c9gll04wbjp3d1cf7gm5cxi4w3y1kw4r7q";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/slstats";
- license = lib.licenses.free;
- };
- }) {};
- sly = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sly";
- ename = "sly";
- version = "20190523.1101";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "sly";
- rev = "ff9741599ab32b2182402307ad79049330669bf9";
- sha256 = "098sc5h1ajqp68y0sfs2lf9a5jlr9s8v0mh2cvk87nyl77ld9crz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/974d8812a4c5e45221ce3c32ae72c15ed29665c3/recipes/sly";
- sha256 = "000g5qpy45zqrh3g4mk70mh2lakadfq18djrq7cabagw1qmhqy41";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sly";
- license = lib.licenses.free;
- };
- }) {};
- sly-asdf = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sly }:
- melpaBuild {
- pname = "sly-asdf";
- ename = "sly-asdf";
- version = "20190428.1547";
- src = fetchFromGitHub {
- owner = "mmgeorge";
- repo = "sly-asdf";
- rev = "f6e434fad349ca54b151fd46db87423219d2b40c";
- sha256 = "09giv87ys3gcmvnp8f60gg96v6ibcqwj3ysavr1jjh7nh047pjyi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/09e59410bebffb8ab7e3236ee97f692665833f31/recipes/sly-asdf";
- sha256 = "1fn1gm439x1axmslgcxinj8lx2vh7jq2qjbxpyjgv5lj9wia0bzi";
- name = "recipe";
- };
- packageRequires = [ emacs sly ];
- meta = {
- homepage = "https://melpa.org/#/sly-asdf";
- license = lib.licenses.free;
- };
- }) {};
- sly-hello-world = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sly }:
- melpaBuild {
- pname = "sly-hello-world";
- ename = "sly-hello-world";
- version = "20160119.636";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "sly-hello-world";
- rev = "1bfcca692b6ec0670ed309ffe29eb9384397c183";
- sha256 = "1fxsv83fcv5l7cndsysd8salvfwsabvd84sm7zli2ksf678774gp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4150455d424326667390f72f6edd22b274d9fa01/recipes/sly-hello-world";
- sha256 = "0mry5r0qc2w9k31kifqfc9slmh8mp2pz44qb36f41i3znckf7xy4";
- name = "recipe";
- };
- packageRequires = [ sly ];
- meta = {
- homepage = "https://melpa.org/#/sly-hello-world";
- license = lib.licenses.free;
- };
- }) {};
- sly-macrostep = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , macrostep
- , melpaBuild
- , sly }:
- melpaBuild {
- pname = "sly-macrostep";
- ename = "sly-macrostep";
- version = "20160119.434";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "sly-macrostep";
- rev = "b0830871e2bd96ed58876aed6b49f1328d78a3cb";
- sha256 = "00lw6hkxs71abjyi7nhzi8j6n55jyhzsp81ycn6f2liyp4rmqgi7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4150455d424326667390f72f6edd22b274d9fa01/recipes/sly-macrostep";
- sha256 = "0gg9r5np2008593n1igq5chda1a3x1iblj0r4mqnnxa0r1hdsw3j";
- name = "recipe";
- };
- packageRequires = [ macrostep sly ];
- meta = {
- homepage = "https://melpa.org/#/sly-macrostep";
- license = lib.licenses.free;
- };
- }) {};
- sly-named-readtables = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sly }:
- melpaBuild {
- pname = "sly-named-readtables";
- ename = "sly-named-readtables";
- version = "20150817.816";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "sly-named-readtables";
- rev = "f3c28a2e636bd1776b6c7dbc563ef5080bed9f5c";
- sha256 = "1yw1fg1vc6l85v7d6bg16lknxpg7ns1gfw0bxyzyb698zmwzsv60";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4150455d424326667390f72f6edd22b274d9fa01/recipes/sly-named-readtables";
- sha256 = "0wy0z9m8632qlcxb4pw3csc52yaq7dj7gdf3pbg0wb67f32ihihz";
- name = "recipe";
- };
- packageRequires = [ sly ];
- meta = {
- homepage = "https://melpa.org/#/sly-named-readtables";
- license = lib.licenses.free;
- };
- }) {};
- sly-quicklisp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sly }:
- melpaBuild {
- pname = "sly-quicklisp";
- ename = "sly-quicklisp";
- version = "20170112.135";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "sly-quicklisp";
- rev = "8a9e3c0c07c6861ec33b338cc46ac12e7ce6a477";
- sha256 = "17xx79s2nx8prmg0xhfs9i8sdprbysaajc8k4131lnahj65v159l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4150455d424326667390f72f6edd22b274d9fa01/recipes/sly-quicklisp";
- sha256 = "0j0qkvs2v563dz2rd70dfmd0qpdwicymx59zv3gn57z5a8m14866";
- name = "recipe";
- };
- packageRequires = [ sly ];
- meta = {
- homepage = "https://melpa.org/#/sly-quicklisp";
- license = lib.licenses.free;
- };
- }) {};
- sly-repl-ansi-color = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sly }:
- melpaBuild {
- pname = "sly-repl-ansi-color";
- ename = "sly-repl-ansi-color";
- version = "20171020.816";
- src = fetchFromGitHub {
- owner = "PuercoPop";
- repo = "sly-repl-ansi-color";
- rev = "b9cd52d1cf927bf7e08582d46ab0bcf1d4fb5048";
- sha256 = "0fgcn6bwgz8yyjza07kfi86siargvpq4kp4j20hs6b67ckxjxx0x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/981e01f562c40e02cb6d56dc1347e922fbad9c18/recipes/sly-repl-ansi-color";
- sha256 = "0wz24kfjl6rp4qss0iq2ilav0mkg2spy2ziikypy7v0iqbssmssi";
- name = "recipe";
- };
- packageRequires = [ cl-lib sly ];
- meta = {
- homepage = "https://melpa.org/#/sly-repl-ansi-color";
- license = lib.licenses.free;
- };
- }) {};
- smart-backspace = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-backspace";
- ename = "smart-backspace";
- version = "20171013.2226";
- src = fetchFromGitHub {
- owner = "itome";
- repo = "smart-backspace";
- rev = "acb390628a181a993aa0d137624f2e5283efa6d9";
- sha256 = "08r2821skwvi9gbkj3l8zzvrizbfs3wapzxppgd0ks2mfhcnsqsl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/88cd95cd623fb00d1bc6800c1dd3c665a0cce349/recipes/smart-backspace";
- sha256 = "152xdxzrr91qiyq25ghvjlbpc627cw4s120axmz2p2d48pinwir9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smart-backspace";
- license = lib.licenses.free;
- };
- }) {};
- smart-comment = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-comment";
- ename = "smart-comment";
- version = "20160322.1139";
- src = fetchFromGitHub {
- owner = "paldepind";
- repo = "smart-comment";
- rev = "ad4e0de29115dc010733b9060d3dab02836b15e1";
- sha256 = "0hg0mabh06ggqcfhcjxbw5hsbrk85bk21hafqlvpd0xizwqq0w0a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/798c3b42e568bea63edc0c1d3ce2c2d913e3440e/recipes/smart-comment";
- sha256 = "0lbrasdrkyj7zybz0f3xick8p0bvci5bhb2kg6pqzz9pw2iaxw12";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smart-comment";
- license = lib.licenses.free;
- };
- }) {};
- smart-compile = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-compile";
- ename = "smart-compile";
- version = "20190522.425";
- src = fetchFromGitHub {
- owner = "zenitani";
- repo = "elisp";
- rev = "366a4cdab1ad20105910bc24c4f3e4f8734e4eae";
- sha256 = "1kk7ya14p4vpw31rzcgwq0pmay0wm3pg2j70fv5mms9ala1jyhsy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93562afd7b62d7535b8010179ba6ac7e8e6280d0/recipes/smart-compile";
- sha256 = "1w3vyb6wz786ydrywkjmazyvgfl0qxamn0fgnqpn17d2c5jr9c4g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smart-compile";
- license = lib.licenses.free;
- };
- }) {};
- smart-cursor-color = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-cursor-color";
- ename = "smart-cursor-color";
- version = "20141124.919";
- src = fetchFromGitHub {
- owner = "7696122";
- repo = "smart-cursor-color";
- rev = "fda3510b23a118f152ece09af88c727065ba016a";
- sha256 = "0f6f7vw6kcifl4f9mwxrb6h90r6vmrcf0ayk37g3ymz6k5blj3q4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/smart-cursor-color";
- sha256 = "19ah55514ashkm4f49nlbnrpwxpwlfn6x3fbi4dv0x2b8v1828ss";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smart-cursor-color";
- license = lib.licenses.free;
- };
- }) {};
- smart-dash = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-dash";
- ename = "smart-dash";
- version = "20110130.1916";
- src = fetchhg {
- url = "https://bitbucket.com/malsyned/smart-dash";
- rev = "f8f23121ecb1";
- sha256 = "069jwi74qh9hy152k19c7avdgb89zym989v92kgghbaaiyinng22";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98a2cf93cc41cb2bba14f91a83b6949267623198/recipes/smart-dash";
- sha256 = "1n3lh0ximwrqawdg8q9ls6aabidrawqca5w67f8vsfmrvyfx48n4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smart-dash";
- license = lib.licenses.free;
- };
- }) {};
- smart-forward = callPackage ({ expand-region
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-forward";
- ename = "smart-forward";
- version = "20140430.13";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "smart-forward.el";
- rev = "7b6dbfdbd4b646376a567c70e1a161545431b72b";
- sha256 = "19l47xqzjhhm9j3izik0imssip5ygg3lnflb9ixsz1js571aaxha";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/smart-forward";
- sha256 = "032yc45c19fl886jmi5q04r6q47xz5rphb040wjvpd4fnb06hr8c";
- name = "recipe";
- };
- packageRequires = [ expand-region ];
- meta = {
- homepage = "https://melpa.org/#/smart-forward";
- license = lib.licenses.free;
- };
- }) {};
- smart-hungry-delete = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-hungry-delete";
- ename = "smart-hungry-delete";
- version = "20170412.643";
- src = fetchFromGitHub {
- owner = "hrehfeld";
- repo = "emacs-smart-hungry-delete";
- rev = "bae1bdf9647dfe0f92cb138fbadf7ee0f842453d";
- sha256 = "120sg7wfq3nly0qwbchhmwjrg8cdra0g3y08fk5zfngc3ddh3gk7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/abbf52a856b95ab88cde1fdeeebebb81f7c61fa9/recipes/smart-hungry-delete";
- sha256 = "03hw5p055dbayw5z43c1ippf2lnjgs77l7q969ng3fffqkazjq9b";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/smart-hungry-delete";
- license = lib.licenses.free;
- };
- }) {};
- smart-indent-rigidly = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-indent-rigidly";
- ename = "smart-indent-rigidly";
- version = "20141205.1615";
- src = fetchFromGitHub {
- owner = "re5et";
- repo = "smart-indent-rigidly";
- rev = "323d1fe4d0b81e598249aad01bc44adb180ece0e";
- sha256 = "0q5hxg265ad9gpclv2kzikg6jvbf3zzb1mrykxn0n7mnvdfdlhsi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3083f497180d2f7d93bb9a4b98af6ae1bcbe57b9/recipes/smart-indent-rigidly";
- sha256 = "12qggg1m28mlvkdn52dig8bwv58pvipkvn1mlc4r7w569arar44x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smart-indent-rigidly";
- license = lib.licenses.free;
- };
- }) {};
- smart-jump = callPackage ({ dumb-jump
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-jump";
- ename = "smart-jump";
- version = "20190422.1858";
- src = fetchFromGitHub {
- owner = "jojojames";
- repo = "smart-jump";
- rev = "7df77da872dc836dbf032388fc6de82dbc9fa22c";
- sha256 = "0w8jfsm6k2ayk0hg0imsm2vv8y5im5crlij9zi18iwa1mrqkmhsp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/52f29e14e61b28cd1637ca5d6bd878d91a71251f/recipes/smart-jump";
- sha256 = "14c7p6xqasd0fgn70zj1jlpwjxldzqx44bcdqdk6nmjihw0rk632";
- name = "recipe";
- };
- packageRequires = [ dumb-jump emacs ];
- meta = {
- homepage = "https://melpa.org/#/smart-jump";
- license = lib.licenses.free;
- };
- }) {};
- smart-mark = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-mark";
- ename = "smart-mark";
- version = "20150911.1910";
- src = fetchFromGitHub {
- owner = "zhangkaiyulw";
- repo = "smart-mark";
- rev = "d179cdc3f53001a5ce99d5095f493cdf3a792567";
- sha256 = "0kd3rh6idlaqand9i6sc44s1iahg5jdhqs9jpvivxlycj6z9p7m8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/smart-mark";
- sha256 = "0kx34983qqxkx2afql1daj155294dkbinw861lhx537614fq7wmn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smart-mark";
- license = lib.licenses.free;
- };
- }) {};
- smart-mode-line = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , rich-minority }:
- melpaBuild {
- pname = "smart-mode-line";
- ename = "smart-mode-line";
- version = "20190527.456";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "smart-mode-line";
- rev = "999be065b195f2eddb4e1b629f99038d832d44b7";
- sha256 = "0jyvyn7pkqvyyv1rga3i10f4cwfbb0miacbib8lsrrhayrnal186";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/smart-mode-line";
- sha256 = "0qmhzlkc6mfqyaw4jaw6195b8sw0wg9pfjcijb4p0mlywf5mh5q6";
- name = "recipe";
- };
- packageRequires = [ emacs rich-minority ];
- meta = {
- homepage = "https://melpa.org/#/smart-mode-line";
- license = lib.licenses.free;
- };
- }) {};
- smart-mode-line-atom-one-dark-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , smart-mode-line }:
- melpaBuild {
- pname = "smart-mode-line-atom-one-dark-theme";
- ename = "smart-mode-line-atom-one-dark-theme";
- version = "20181220.956";
- src = fetchFromGitHub {
- owner = "daviderestivo";
- repo = "smart-mode-line-atom-one-dark-theme";
- rev = "79261aeafa89664039201e3d3f405bc8b0a6aa8d";
- sha256 = "06x1na621cm7183im2g2gxkvaqm0yfr9b9i0fbz9bwkcmijxrgmw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a6f3addec8d8fa957bfbc81071d3a434e843cf0/recipes/smart-mode-line-atom-one-dark-theme";
- sha256 = "02hasm2vjvw3r9xkdnn2ddsval8vvhvx15dsac0jp3cc1y1qkm27";
- name = "recipe";
- };
- packageRequires = [ emacs smart-mode-line ];
- meta = {
- homepage = "https://melpa.org/#/smart-mode-line-atom-one-dark-theme";
- license = lib.licenses.free;
- };
- }) {};
- smart-mode-line-powerline-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , powerline
- , smart-mode-line }:
- melpaBuild {
- pname = "smart-mode-line-powerline-theme";
- ename = "smart-mode-line-powerline-theme";
- version = "20160705.1738";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "smart-mode-line";
- rev = "558251e200cc555df137e60326295f2bd640fd6a";
- sha256 = "1xh1qcxw0r3j8hx8k8hsx0cl82wps5x755j4kbn01m7srzv6v167";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/60072b183151e519d141ec559b4902d20c87904c/recipes/smart-mode-line-powerline-theme";
- sha256 = "0hv3mx39m3l35xhz351zp98321ilr6qq9wzwn1f0ziiv814khcn4";
- name = "recipe";
- };
- packageRequires = [ emacs powerline smart-mode-line ];
- meta = {
- homepage = "https://melpa.org/#/smart-mode-line-powerline-theme";
- license = lib.licenses.free;
- };
- }) {};
- smart-newline = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-newline";
- ename = "smart-newline";
- version = "20131207.1940";
- src = fetchFromGitHub {
- owner = "ainame";
- repo = "smart-newline.el";
- rev = "c50ab035839b307c66d439083b6761cb7db5e972";
- sha256 = "1k853hngjrhp7n1bj18p2pk30adzk7j03knhl9i3889lfmd5p4yi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3f729926f82d6b61f07f5c8a5e19d46afdcad568/recipes/smart-newline";
- sha256 = "1kyk865vkgh05vzlggs3ii81v86fcbcxybfkv5rkyl3fyqpkza1w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smart-newline";
- license = lib.licenses.free;
- };
- }) {};
- smart-region = callPackage ({ cl-lib ? null
- , emacs
- , expand-region
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multiple-cursors }:
- melpaBuild {
- pname = "smart-region";
- ename = "smart-region";
- version = "20150903.703";
- src = fetchFromGitHub {
- owner = "uk-ar";
- repo = "smart-region";
- rev = "5a8017fd8e8dc3483865951c4942cab3f96f69f6";
- sha256 = "0h559cdyln5f4ignx1r86ryi7wizys0gj03dj7lfzaxr7wkd0jaf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf011493ee3ebc38290ee0349c8475b0588ac928/recipes/smart-region";
- sha256 = "1bcvxf62bfi5lmhprma9rh670kka9p9ygbkgmv6dg6ajjfsplgwc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs expand-region multiple-cursors ];
- meta = {
- homepage = "https://melpa.org/#/smart-region";
- license = lib.licenses.free;
- };
- }) {};
- smart-semicolon = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-semicolon";
- ename = "smart-semicolon";
- version = "20171007.1833";
- src = fetchFromGitHub {
- owner = "iquiw";
- repo = "smart-semicolon";
- rev = "94cf665aed45c5882e94afe465704fed6326e92e";
- sha256 = "16nkxf8phxi240fd9ksazxmjs91j0xplny6890a06kx4r8s61p9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe339b95636b02ceb157294055d2f5f4c4b0b8cf/recipes/smart-semicolon";
- sha256 = "1vq6l3vc615w0p640wy226z5i7dky666sgzczkngv07kag0iwqp0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/smart-semicolon";
- license = lib.licenses.free;
- };
- }) {};
- smart-shift = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-shift";
- ename = "smart-shift";
- version = "20150202.2325";
- src = fetchFromGitHub {
- owner = "hbin";
- repo = "smart-shift";
- rev = "a26ab2b240137e62ec4bce1698ed9c5f7b6d13ae";
- sha256 = "0azhfffm1bkgjx4i3p9f6x2gmw8kc3fafzqj4vxxdibhn0nizqk8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/79726ff0fbfa24a44d303cc9719f5962638b47e0/recipes/smart-shift";
- sha256 = "0azahlflnh6sk081k5dcqal6nmwkjnj4dq8pv8ckwf8684zp23d3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smart-shift";
- license = lib.licenses.free;
- };
- }) {};
- smart-tab = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-tab";
- ename = "smart-tab";
- version = "20170902.1407";
- src = fetchFromGitHub {
- owner = "genehack";
- repo = "smart-tab";
- rev = "76a8ec13384975d39aa1b25e5384a02558dba574";
- sha256 = "02mj2is05adq5v64aahivbkx2kzrxmmg2va650hsvl4izj3dr2x3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/smart-tab";
- sha256 = "0qi8jph2c9fdsv2mqgxd7wb3q4dax3g5x2hc53kbgkjxylagjvp5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smart-tab";
- license = lib.licenses.free;
- };
- }) {};
- smart-tabs-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-tabs-mode";
- ename = "smart-tabs-mode";
- version = "20160629.752";
- src = fetchFromGitHub {
- owner = "jcsalomon";
- repo = "smarttabs";
- rev = "1b2f34cc33335486f2b08b864a8037092c1a2956";
- sha256 = "07zc2iw5ijyn822z29g5xb6hhhdmg9b98pfrdwrm0kw86pypxyxk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d712f0fb9538945713faf773772bb359fe6f509f/recipes/smart-tabs-mode";
- sha256 = "1fmbi0ypzhsizzb1vm92hfaq23swiyiqvg0pmibavzqyc9lczhhl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smart-tabs-mode";
- license = lib.licenses.free;
- };
- }) {};
- smart-window = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-window";
- ename = "smart-window";
- version = "20160716.1830";
- src = fetchFromGitHub {
- owner = "dryman";
- repo = "smart-window.el";
- rev = "5996461b7cbc5ab4509ac48537916eb29a8e4c16";
- sha256 = "0p1cqpdsp2vdx85i22shyzfhz22zwf1k1dxkqcmlgh3y7f4qq8ir";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/smart-window";
- sha256 = "0w24v7v0477yl5zchyk6713yqp8lyfz600myvv4dp3kgppxpgd3f";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/smart-window";
- license = lib.licenses.free;
- };
- }) {};
- smartparens = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smartparens";
- ename = "smartparens";
- version = "20190522.1534";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "smartparens";
- rev = "d3184b789177da42e2664c79d6c777c1ad69cdfd";
- sha256 = "029amkz34ma3hdji4d1cm29b893x43vxdrsymys7h38nj86fmgpa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bd98f85461ef7134502d4f2aa8ce1bc764f3bda3/recipes/smartparens";
- sha256 = "025nfrfw0992024i219jzm4phwf29smc5hib45s6h1s67942mqh6";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/smartparens";
- license = lib.licenses.free;
- };
- }) {};
- smartrep = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smartrep";
- ename = "smartrep";
- version = "20150508.1930";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "smartrep.el";
- rev = "f0ff5a6d7b8603603598ae3045c98b011e58d86e";
- sha256 = "1sjwqi8w83qxihqmcm7z0vwmrz1az0y266qgj2nwfv39bri6y4i6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81cb649dc49767c21f79668d6bee950567b05aa0/recipes/smartrep";
- sha256 = "1ypls52d51lcqhz737rqg73c6jwl6q8b3bwb29z51swyamf37rbn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smartrep";
- license = lib.licenses.free;
- };
- }) {};
- smartscan = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smartscan";
- ename = "smartscan";
- version = "20170211.1233";
- src = fetchFromGitHub {
- owner = "mickeynp";
- repo = "smart-scan";
- rev = "234e077145710a174c20742de792b97ed2f965f6";
- sha256 = "1nzkgfr1w30yi88h4kwgiwq4lcd0fpm1cd50gy0csjcpbnyq6ykf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/smartscan";
- sha256 = "1q0lqms16g7avln1pbxzb49z3w96kv1r7lbh61ijlnz3jips098w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smartscan";
- license = lib.licenses.free;
- };
- }) {};
- smarty-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smarty-mode";
- ename = "smarty-mode";
- version = "20100703.458";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "smarty-mode";
- rev = "3dfdfe1571f5e9ef55a29c51e5a80046d4cb7568";
- sha256 = "1vl3nx0y2skb8sibqxvmc3wrmmd6z88hknbry348d0ik3cbr0ijx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2a50f62475639af011c99c6cc38928b74b3b0a/recipes/smarty-mode";
- sha256 = "06cyr2330asy2dlx81g3h9gq0yhd4pbnmzfvmla7amh4pfnjg14v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smarty-mode";
- license = lib.licenses.free;
- };
- }) {};
- smbc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smbc";
- ename = "smbc";
- version = "20171229.1008";
- src = fetchFromGitHub {
- owner = "sakshamsharma";
- repo = "emacs-smbc";
- rev = "10538e3d575ba6ef3c94d555af2744b42dfd36c7";
- sha256 = "0b2fndvp9kzlr65b0gr0z5hmapa4y96a6zvc2nrlijffkgyk05nn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05b4f16cd8028edc758ada842432df11c8276fd3/recipes/smbc";
- sha256 = "0aviqa8mk8dxxnddfskq9jgz3knqhf0frj7gq7nk6ckxkrxrgqn4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smbc";
- license = lib.licenses.free;
- };
- }) {};
- smblog = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smblog";
- ename = "smblog";
- version = "20170419.321";
- src = fetchFromGitHub {
- owner = "aaptel";
- repo = "smblog-mode";
- rev = "5245e7aeac20915121946f59bba30899305d950b";
- sha256 = "0i5q29b3hk644dnc0d98d613l065p0k846ljg13vgawpiic6ld6b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6469537a11972509fa2bfb10eb3f8816cc98efed/recipes/smblog";
- sha256 = "1byalkpc1bcb6p4j4g1cwc4q2i7irxjcphb0hqh1b2k1zixrw5rr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/smblog";
- license = lib.licenses.free;
- };
- }) {};
- smeargle = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smeargle";
- ename = "smeargle";
- version = "20161212.1558";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-smeargle";
- rev = "0665b1ff5109731898bc4a0ca6d939933b804777";
- sha256 = "0p0kxmjdr02l9injlyyrnnzqdbb7mirz1xx79c3lw1rgpalf0jnf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5b985b24a23499454dc61bf071073df325de571/recipes/smeargle";
- sha256 = "1dy87ah1w21csvrkq5icnx7g7g7nxqkcyggxyazqwwxvh2silibd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/smeargle";
- license = lib.licenses.free;
- };
- }) {};
- smex = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smex";
- ename = "smex";
- version = "20151212.1409";
- src = fetchFromGitHub {
- owner = "nonsequitur";
- repo = "smex";
- rev = "55aaebe3d793c2c990b39a302eb26c184281c42c";
- sha256 = "0xrbkpc3w7yadpjih169cpp75gilsnx4y9akgci5vfcggv4ffm26";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/smex";
- sha256 = "1rwyi7gdzswafkwpfqd6zkxka1mrf4xz17kld95d2ram6cxl6zda";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/smex";
- license = lib.licenses.free;
- };
- }) {};
- smiles-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smiles-mode";
- ename = "smiles-mode";
- version = "20160717.420";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "smiles-mode";
- rev = "fbb381758adcb000a0c304be1b797f985f00e2de";
- sha256 = "07lzr1p58v95a4n6zad8y0dpj7chbxlcmb6s144pvcxx8kjwd4dr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/smiles-mode";
- sha256 = "0wf02aj9bhl2m861342f5jfkx3xws1ggcyszfp9jphlykw6r0v9k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smiles-mode";
- license = lib.licenses.free;
- };
- }) {};
- sml-modeline = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sml-modeline";
- ename = "sml-modeline";
- version = "20170614.1411";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "sml-modeline";
- rev = "d2f9f70174c4cf68c67eb3bb8088235735e34d9a";
- sha256 = "18k2k213vgawxskp9m57r8qarg3pnza6nvbpyi6l03jnmf2kcw2b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4728fce21f03c95bcc2b562648e99c537fb09cd8/recipes/sml-modeline";
- sha256 = "00kz03ixkfnm4id8dd8aij2rhakzd4arzd790jdac1y3yyd5pp3y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sml-modeline";
- license = lib.licenses.free;
- };
- }) {};
- smmry = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smmry";
- ename = "smmry";
- version = "20161024.201";
- src = fetchFromGitHub {
- owner = "microamp";
- repo = "smmry.el";
- rev = "b7ee765337fa627a6c59eb4f2a91df5d280ac6df";
- sha256 = "0hzs8xi7n3bsqwm3nlm3vk8p2p33ydwxpwk9wp3325g03jl921in";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba2d4be4dd4d6c378eabd833f05a944afa21817b/recipes/smmry";
- sha256 = "05ikcvyr74jy3digd0ad443h5kf11w29hgnmb71bclm3mfslh5wn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smmry";
- license = lib.licenses.free;
- };
- }) {};
- smooth-scroll = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smooth-scroll";
- ename = "smooth-scroll";
- version = "20130321.2114";
- src = fetchFromGitHub {
- owner = "k-talo";
- repo = "smooth-scroll.el";
- rev = "02320f28abb5cae28b3a18f6b9ce93129bdbfc45";
- sha256 = "1kkg7qhb2lmwr4siiazqny9w2z9nk799lzl5i159lfivlxcgixmk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ad6411f76281232848c870e8f4f5bb78e6cf328/recipes/smooth-scroll";
- sha256 = "1b0mjpd4dqgk7ij37145ry2jqbn1msf8rrvymn7zyckbccg83zsf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smooth-scroll";
- license = lib.licenses.free;
- };
- }) {};
- smooth-scrolling = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smooth-scrolling";
- ename = "smooth-scrolling";
- version = "20161002.1249";
- src = fetchFromGitHub {
- owner = "aspiers";
- repo = "smooth-scrolling";
- rev = "2462c13640aa4c75ab3ddad443fedc29acf68f84";
- sha256 = "1h15gjq781i6fsz32qlh51knawdr8hcqvshsz6cszp752cibdcdg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e156f146649a51f6ee636aef95214944a8079a27/recipes/smooth-scrolling";
- sha256 = "0zy2xsmr05l2narslfgril36d7qfb55f52qm2ki6fy1r18lfiyc6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smooth-scrolling";
- license = lib.licenses.free;
- };
- }) {};
- smotitah = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smotitah";
- ename = "smotitah";
- version = "20150218.230";
- src = fetchFromGitHub {
- owner = "laynor";
- repo = "smotitah";
- rev = "f9ab562128a5460549d016913533778e8c94bcf3";
- sha256 = "1a097f1x9l0m4dizvnb742svlqsm6hlif73rk7qjar081sk1gjxx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/326c213450fc515573b963e794584b7b5ac995fa/recipes/smotitah";
- sha256 = "1m5qjl3r96riljp48il8k4rb6rwys1xf1pl93d4qjhprwvz57mv2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smotitah";
- license = lib.licenses.free;
- };
- }) {};
- smtpmail-multi = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smtpmail-multi";
- ename = "smtpmail-multi";
- version = "20160218.1549";
- src = fetchFromGitHub {
- owner = "vapniks";
- repo = "smtpmail-multi";
- rev = "81eabfe56f620ee044ff9dd52fa8b6148d0a9f30";
- sha256 = "0zknryfpg4791l7d7xv9hn2fx00rmbqw3737lfm75484hr10lymz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/835315ec2781ac90785824630510b9eae80c115a/recipes/smtpmail-multi";
- sha256 = "0nc3k8ly4nx7fm3b2apga3p4svz5c9sldnlk86pz2lzra5h3b4ss";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smtpmail-multi";
- license = lib.licenses.free;
- };
- }) {};
- smyx-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smyx-theme";
- ename = "smyx-theme";
- version = "20141127.28";
- src = fetchFromGitHub {
- owner = "tacit7";
- repo = "smyx";
- rev = "6263f6b401bbabaed388c8efcfc0be2e58c51401";
- sha256 = "1z2sdnf11wh5hz1rkrbg7fs4ha3zrbj9qnvfzq9005y89d7cs95x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/40a1aeabb75438252ebea0332fe1deaf028c956d/recipes/smyx-theme";
- sha256 = "1r85yxr864df5akqknl3hsrmzikr4085bqr6ijrbdj27nz00vl61";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smyx-theme";
- license = lib.licenses.free;
- };
- }) {};
- snakemake-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "snakemake-mode";
- ename = "snakemake-mode";
- version = "20190411.1928";
- src = fetchFromGitHub {
- owner = "kyleam";
- repo = "snakemake-mode";
- rev = "d49c6580e5e01a5e80198f4026caf1d5a717f8a0";
- sha256 = "0lxxd0a735sy4igncf6f0ljk2wy38x2pm1yq90gxymwi26j75ram";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3a5b51fee1c9e6ce7e21555faa355d118d34b8d/recipes/snakemake-mode";
- sha256 = "1xxd3dms5vgvpn18a70wjprka5xvri2pj9cw8qz09s640f5jf3r4";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/snakemake-mode";
- license = lib.licenses.free;
- };
- }) {};
- snapshot-timemachine = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "snapshot-timemachine";
- ename = "snapshot-timemachine";
- version = "20161221.129";
- src = fetchFromGitHub {
- owner = "mrBliss";
- repo = "snapshot-timemachine";
- rev = "99efcebab309b11ed512a8dc62555d3834df5efb";
- sha256 = "18qibcyqxjwpvphmpghppb8ky1xcch1dd4pz91qj5f4h42684ips";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69376b802f0687227a78838877d89163b2893c5b/recipes/snapshot-timemachine";
- sha256 = "0pvh1ilzv0ambc5cridyhjcxs58wq92bxjkisqv42yar3h3z6f8p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/snapshot-timemachine";
- license = lib.licenses.free;
- };
- }) {};
- snapshot-timemachine-rsnapshot = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq
- , snapshot-timemachine }:
- melpaBuild {
- pname = "snapshot-timemachine-rsnapshot";
- ename = "snapshot-timemachine-rsnapshot";
- version = "20170324.513";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "snapshot-timemachine-rsnapshot";
- rev = "72b0b700d80f1a0442e62bbbb6a0c8c59182f97f";
- sha256 = "1bdy7p0bjfdlv6l6yih6fvvi7xpldal4rj8l2ajpc6sgby24h8bb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/94358fb8d1486491903c331d9e90ba5198117aa8/recipes/snapshot-timemachine-rsnapshot";
- sha256 = "0fxijd94p961ab0p4ddmhja4bfrif2d87v32g4c41amc1klyf25r";
- name = "recipe";
- };
- packageRequires = [ seq snapshot-timemachine ];
- meta = {
- homepage = "https://melpa.org/#/snapshot-timemachine-rsnapshot";
- license = lib.licenses.free;
- };
- }) {};
- snazzy-theme = callPackage ({ base16-theme
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "snazzy-theme";
- ename = "snazzy-theme";
- version = "20170823.1132";
- src = fetchFromGitHub {
- owner = "weijiangan";
- repo = "emacs-snazzy";
- rev = "8729d10b5c1edf1053800170dab1ffd820b6fff2";
- sha256 = "1c07yggr6cnbca2iag1rjjsp1hiaccix222wzybxrphb72fn93wq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18c89a612418e0f49b7e6ae29a678d2fc1ffaf3d/recipes/snazzy-theme";
- sha256 = "0srmhwhqrp1s01p1znhjzs254l3r2i6c91v7cnlwlvrls1sbh32k";
- name = "recipe";
- };
- packageRequires = [ base16-theme emacs ];
- meta = {
- homepage = "https://melpa.org/#/snazzy-theme";
- license = lib.licenses.free;
- };
- }) {};
- snippet = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "snippet";
- ename = "snippet";
- version = "20130210.1515";
- src = fetchFromGitHub {
- owner = "pkazmier";
- repo = "snippet.el";
- rev = "11d00dd803874b93836f2010b08bd2c97b0f3c63";
- sha256 = "1nyrfbjrg74wrqlh8229rf7ym07k2a0wscjm0kbg3sam9ryc546y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/snippet";
- sha256 = "1yld7y1hsrqs0f0iq7zfwknil5zqv65npm67nh548hbyy3rhgd68";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/snippet";
- license = lib.licenses.free;
- };
- }) {};
- snoopy = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "snoopy";
- ename = "snoopy";
- version = "20171008.1304";
- src = fetchFromGitHub {
- owner = "anmonteiro";
- repo = "snoopy-mode";
- rev = "ec4123bdebfe0bb7bf4feaac2dc02b59caffe386";
- sha256 = "01l44lshw0zvykay9886s1vqryanagkd4ciw3ramchn0baqz11vl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a882cd92964ac195a09469006c9a44dc202f000/recipes/snoopy";
- sha256 = "1wa8jykqyj6rxqfhwbiyli6yh8s7n0pqv7fc9sfaymarda93zbgi";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/snoopy";
- license = lib.licenses.free;
- };
- }) {};
- soar-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "soar-mode";
- ename = "soar-mode";
- version = "20190503.1143";
- src = fetchFromGitHub {
- owner = "adeschamps";
- repo = "soar-mode";
- rev = "ebb79789cd35530aea2c6d0eb4f4b280e97107d4";
- sha256 = "1hy77nb1mv6np9424z8ri0rxjzh0pjizyx7vajxwd6m1zcv9xixq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/818113ef6f93cc86fd30441d508012e5baa71893/recipes/soar-mode";
- sha256 = "0jm4vllbppzs2vvkky96hwdv581142dxdfssrp6wsd56j38nr9sd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/soar-mode";
- license = lib.licenses.free;
- };
- }) {};
- socyl = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , s }:
- melpaBuild {
- pname = "socyl";
- ename = "socyl";
- version = "20170211.2242";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "socyl";
- rev = "1ef2da42f66f3ab31a34131e51648f352416f0ba";
- sha256 = "0jks5dkxhhgh4gbli90p71s8354iywlwj2lq6n5fyqxbdxzk412d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/774b3006f5b6b781594257f1d9819068becbbcc1/recipes/socyl";
- sha256 = "00b7x247cyjh4gci101fq1j6708vbcz1g9ls3845w863wjf6m5sz";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash pkg-info s ];
- meta = {
- homepage = "https://melpa.org/#/socyl";
- license = lib.licenses.free;
- };
- }) {};
- soft-charcoal-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "soft-charcoal-theme";
- ename = "soft-charcoal-theme";
- version = "20140420.943";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "soft-charcoal-theme";
- rev = "5607ab977fae6638e78b1495e02da8955c9ba19f";
- sha256 = "07056pnjgsgw06c67776qp7jci96iqbzlprbavzz2l1j8ywz8cwm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/soft-charcoal-theme";
- sha256 = "1j9yd4kfh7ih5ipmwvxh9qqq6wxv6qk8a9vb5jiyk90dn8a2d7g5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/soft-charcoal-theme";
- license = lib.licenses.free;
- };
- }) {};
- soft-morning-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "soft-morning-theme";
- ename = "soft-morning-theme";
- version = "20150918.1341";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "soft-morning-theme";
- rev = "c0f9c70c97ef2be2a093cf839c4bfe27740a111c";
- sha256 = "06q82v1hndvznsqg0r6jrxvgxhycg9m65kay4db4yy0gmc66v2xf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/26f26cb5cd4ed288a042d37039da83b38b9923d0/recipes/soft-morning-theme";
- sha256 = "0lzg478ax6idzh6m5sf2ds4gbv096y0c0gn15dai19f58bs63xzr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/soft-morning-theme";
- license = lib.licenses.free;
- };
- }) {};
- soft-stone-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "soft-stone-theme";
- ename = "soft-stone-theme";
- version = "20140614.135";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "soft-stone-theme";
- rev = "fb475514cfb02cf30ce358a61c48e46614344d48";
- sha256 = "030mf8b0sf9mmzwhg85zh0ccvcg768kckwvbm0yzg7vmq1x46hjl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e87cea74119e8239662607072a44e5314eeae7ea/recipes/soft-stone-theme";
- sha256 = "05jjw9z6hqln9yj8ya2xrmjnylp7psfdj9206n30m3lwnlwx399v";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/soft-stone-theme";
- license = lib.licenses.free;
- };
- }) {};
- solaire-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "solaire-mode";
- ename = "solaire-mode";
- version = "20190424.1742";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-solaire-mode";
- rev = "77b12d27ae733adc6e8762b9e276e40c94d31f92";
- sha256 = "1nz381ka62885sq81qzh2gnm1qbd6d13z6pksqnhivjs7qn0nnlq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/52c69070eef3003eb53e1436c538779c74670ce6/recipes/solaire-mode";
- sha256 = "0pvgip12xl16rwz4wqmqjd8nhh3a299aknfsghazmxigamlmlsl5";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/solaire-mode";
- license = lib.licenses.free;
- };
- }) {};
- solarized-theme = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "solarized-theme";
- ename = "solarized-theme";
- version = "20190513.5";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "solarized-emacs";
- rev = "c42a932e5c467c1ce12c42276d35bfb8f666e96d";
- sha256 = "1m6grd8ym4azxi09ya236vil9ylqalli99p9fafd5zmzq647l840";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/solarized-theme";
- sha256 = "15d8k32sj8i11806byvf7r57rivz391ljr0zb4dx8n8vjjkyja12";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/solarized-theme";
- license = lib.licenses.free;
- };
- }) {};
- solidity-flycheck = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , solidity-mode }:
- melpaBuild {
- pname = "solidity-flycheck";
- ename = "solidity-flycheck";
- version = "20181117.718";
- src = fetchFromGitHub {
- owner = "ethereum";
- repo = "emacs-solidity";
- rev = "d6c48a1cb64d3c8a825dc0d06c839f2cacd4d289";
- sha256 = "14v71xf3z60s1fhpsz8b3l1v4na2ds0ddcp41y412fnrg4scbrhr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e561d869f4e32bad5d1a8678f67e591ff586d6de/recipes/solidity-flycheck";
- sha256 = "1lx64y77q33a2lrg5sj5h56gicw1lk8qmxmva5bgc4zxxd8qwz6f";
- name = "recipe";
- };
- packageRequires = [ flycheck solidity-mode ];
- meta = {
- homepage = "https://melpa.org/#/solidity-flycheck";
- license = lib.licenses.free;
- };
- }) {};
- solidity-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "solidity-mode";
- ename = "solidity-mode";
- version = "20190302.109";
- src = fetchFromGitHub {
- owner = "ethereum";
- repo = "emacs-solidity";
- rev = "47f15b2663a6cf92ae6ebf655841a9509ad79017";
- sha256 = "0zhr5fcv8vlkcnya36y9smpgw7ylb0fkx0px8zr0zhr2f9xgjmph";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/02d3fdae111b14a87aaa7a1b3f44e545c5e3d2ac/recipes/solidity-mode";
- sha256 = "15vz3ayl1p3dn2cavm68rqv901c1b7dxm2j8iazwzj3q15ln8xvn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/solidity-mode";
- license = lib.licenses.free;
- };
- }) {};
- sonic-pi = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , highlight
- , lib
- , melpaBuild
- , osc }:
- melpaBuild {
- pname = "sonic-pi";
- ename = "sonic-pi";
- version = "20171205.405";
- src = fetchFromGitHub {
- owner = "repl-electric";
- repo = "sonic-pi.el";
- rev = "3cf101b3b299735ed91658c7791ea4f04164e076";
- sha256 = "1x2w7qcx9xcvagb47hlc5vsf5aj5mr0mzvnazyd7ajjilbzn48yr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/sonic-pi";
- sha256 = "0j6n1qgdrma6vvi6f7xiy66qwsl8710pca4ga9i7srhxv0r47x68";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs highlight osc ];
- meta = {
- homepage = "https://melpa.org/#/sonic-pi";
- license = lib.licenses.free;
- };
- }) {};
- soothe-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "soothe-theme";
- ename = "soothe-theme";
- version = "20141027.741";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-soothe-theme";
- rev = "0568a61eeec0b074d8911886359a6c5da13d14cb";
- sha256 = "089ph9c6ggpfcd06166s2qgsghlfw5kvkbn8mqq6hjlyc5a9mvns";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f26b8281f9bd05e3c8f2ef21838275711e622c9/recipes/soothe-theme";
- sha256 = "124akv3a4q4vrmprdcjmq7rq6x73mz4wqxvnlczglh9vjl39ndbk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/soothe-theme";
- license = lib.licenses.free;
- };
- }) {};
- sort-words = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sort-words";
- ename = "sort-words";
- version = "20160929.635";
- src = fetchFromGitHub {
- owner = "dotemacs";
- repo = "sort-words.el";
- rev = "7b6e108f80237363faf7ec28b2c58dec270b8601";
- sha256 = "18cwii9h2planb9bgrih4hkz2cqinbl8wq5sal4b8kwnaq07bbw7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a4bd566392d7cebe8a891d787439512e8d34cf9/recipes/sort-words";
- sha256 = "1hvbq09byjdbqzbyashw3y1h65wins44jnqcdic7vqzd1p1mzwka";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sort-words";
- license = lib.licenses.free;
- };
- }) {};
- sos = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "sos";
- ename = "sos";
- version = "20141214.2003";
- src = fetchFromGitHub {
- owner = "rudolfolah";
- repo = "emacs-sos";
- rev = "2469bf1d7c47a55b0ffa8a6ceef0bb21252b3c3a";
- sha256 = "0zhz1j389jmfcxmzvp3gj2bkg996nk1mcf0sxw04wbyivh38hnql";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/sos";
- sha256 = "0d0n2h7lbif32qgz0z2c36536mrx36d22gq86xm7kmxday6iy19k";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/sos";
- license = lib.licenses.free;
- };
- }) {};
- sotclojure = callPackage ({ cider
- , clojure-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sotlisp }:
- melpaBuild {
- pname = "sotclojure";
- ename = "sotclojure";
- version = "20170921.1708";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "speed-of-thought-clojure";
- rev = "ceac82aa691e8d98946471be6aaff9c9a4603c32";
- sha256 = "1a6riq7ksk5m76dsgc75d8b992nyr50l48l8cpms9064m6b0r9jv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3a2ccef8af91eada4449d9cd4bda6bd28272722e/recipes/sotclojure";
- sha256 = "12byqjzg0pffqyq958265qq8yxxmf3iyy4m7zib492qcj8ccy090";
- name = "recipe";
- };
- packageRequires = [ cider clojure-mode emacs sotlisp ];
- meta = {
- homepage = "https://melpa.org/#/sotclojure";
- license = lib.licenses.free;
- };
- }) {};
- sotlisp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sotlisp";
- ename = "sotlisp";
- version = "20190211.1226";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "speed-of-thought-lisp";
- rev = "ed2356a325c7a4a88ec1bd31381c8666e8997e97";
- sha256 = "1r7skjxiaqdkrhjrxh1sgzikip9sdr8apphgawvq4x6lir8g8jfz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/sotlisp";
- sha256 = "0zjnn6hhwy6cjvc5rhvhxcq5pmrhcyil14a48fcgwvg4lv7fbljk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sotlisp";
- license = lib.licenses.free;
- };
- }) {};
- sound-wav = callPackage ({ cl-lib ? null
- , deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sound-wav";
- ename = "sound-wav";
- version = "20181126.926";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-sound-wav";
- rev = "49a9f10334b914cf6429e49b5449e0711a3aa251";
- sha256 = "1zg32gn0r06qcp6i5fxwns8xv5nqpc6hfzqajwj0hfvhkqdndv4j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8333470e3d84d5433be489a23e065c876bed2ab2/recipes/sound-wav";
- sha256 = "1vrwzk6zqma7r0w5ivbx16shys6hsifj52fwlf5rxs6jg1gqdb4f";
- name = "recipe";
- };
- packageRequires = [ cl-lib deferred ];
- meta = {
- homepage = "https://melpa.org/#/sound-wav";
- license = lib.licenses.free;
- };
- }) {};
- soundcloud = callPackage ({ deferred
- , emms
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild
- , request
- , request-deferred
- , string-utils }:
- melpaBuild {
- pname = "soundcloud";
- ename = "soundcloud";
- version = "20150501.2026";
- src = fetchFromGitHub {
- owner = "thieman";
- repo = "soundcloud.el";
- rev = "f998d4276ea90258909c698f6a5a51fccb667c08";
- sha256 = "1m8wcm6y80gq5rrm4brd3f20kmk54s6ph26j4lz4cmilxk6gj56v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/soundcloud";
- sha256 = "06cbr1h03k5ixam6lsr82lx3nh2kkp0416mlig0zfkd4b8a9mf8c";
- name = "recipe";
- };
- packageRequires = [
- deferred
- emms
- json
- request
- request-deferred
- string-utils
- ];
- meta = {
- homepage = "https://melpa.org/#/soundcloud";
- license = lib.licenses.free;
- };
- }) {};
- soundklaus = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , emms
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , request
- , s }:
- melpaBuild {
- pname = "soundklaus";
- ename = "soundklaus";
- version = "20160314.531";
- src = fetchFromGitHub {
- owner = "r0man";
- repo = "soundklaus.el";
- rev = "09ec030843482594beae2664b8fe1e0ad1e66472";
- sha256 = "0w5ac515ymj43p5j19nhfqk0c3251c7x3i97r550g780niby1nc5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/811d0f1d195a0c6533fd412f0e444100e0685f90/recipes/soundklaus";
- sha256 = "0b63sbgwp99ff94dxrqqp2p99j268fjkkzx0g42g726hv80d4fxb";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs emms pkg-info request s ];
- meta = {
- homepage = "https://melpa.org/#/soundklaus";
- license = lib.licenses.free;
- };
- }) {};
- sourcekit = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "sourcekit";
- ename = "sourcekit";
- version = "20180101.34";
- src = fetchFromGitHub {
- owner = "nathankot";
- repo = "company-sourcekit";
- rev = "abf9bc5a0102eb666d3aa6d6bf22f6efcc852781";
- sha256 = "1g8a4fgy2c5nqk8gysbnzn5jvfw6ynmfhc6j3hkrbswgf9188v5n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/45969cd5cd936ea61fbef4722843b0b0092d7b72/recipes/sourcekit";
- sha256 = "1lvk3m86awlinivpg89h6zvrwrdqa5ljdp563k3i4h9384w82pks";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs request ];
- meta = {
- homepage = "https://melpa.org/#/sourcekit";
- license = lib.licenses.free;
- };
- }) {};
- sourcemap = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sourcemap";
- ename = "sourcemap";
- version = "20161215.2140";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-sourcemap";
- rev = "64c89d296186f48d9135fb8aad501de19f64bceb";
- sha256 = "115g2mfpbfywp8xnag4gsb50klfvplqfh928a5mabb5s8v4a3582";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/557d18259543263932fccdbaf44c4e7986bd277b/recipes/sourcemap";
- sha256 = "0cjg90y6a0l59a9v7d7p12pgmr21gwd7x5msil3h6xkm15f0qcc5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sourcemap";
- license = lib.licenses.free;
- };
- }) {};
- sourcerer-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sourcerer-theme";
- ename = "sourcerer-theme";
- version = "20161014.925";
- src = fetchFromGitHub {
- owner = "gilbertw1";
- repo = "sourcerer-emacs";
- rev = "c7f8e665d53bb48fb72f95f706710d53d24bd407";
- sha256 = "06bxsbjyrn4grp9i17p90cs4x50cmw62k6a2c6gapkw8f1xbv7xv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8532e062b1830d8cf4e7f72518131a1f32762b37/recipes/sourcerer-theme";
- sha256 = "0xikcln8sz3cic5a77cdvq2aazy1csf1qfxgmcavpqz54ps14j1z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sourcerer-theme";
- license = lib.licenses.free;
- };
- }) {};
- sourcetrail = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sourcetrail";
- ename = "sourcetrail";
- version = "20170410.1437";
- src = fetchFromGitHub {
- owner = "CoatiSoftware";
- repo = "emacs-sourcetrail";
- rev = "2f4327b32360b1549d84fecfe06ef8a85cfdedb8";
- sha256 = "0q9fipdn77mk8gpjrcmka3cxshnklksaa45v1b5qza0nlqcg3q1y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9713bd8030657c8e867409a6aa8173219809173a/recipes/sourcetrail";
- sha256 = "0qa3iw82dbfc1b45505s39m99r0m2473312prws6hch0qhjyji7h";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sourcetrail";
- license = lib.licenses.free;
- };
- }) {};
- spacegray-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "spacegray-theme";
- ename = "spacegray-theme";
- version = "20150719.1231";
- src = fetchFromGitHub {
- owner = "bruce";
- repo = "emacs-spacegray-theme";
- rev = "7f70ee36297e5ccf9bc90b1f81472024f5a7a749";
- sha256 = "1a8jp7m9zarvljg5d9c8ydir3qcmwx05c3frs696p9nwvapf6lsb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fada130a1e2927d98526f4629cc1101d93e787c5/recipes/spacegray-theme";
- sha256 = "0khiddpsywpv9qvynpfdmybd80lbrhm68j3py6ranxlv7p79j9dx";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/spacegray-theme";
- license = lib.licenses.free;
- };
- }) {};
- spaceline = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , powerline
- , s }:
- melpaBuild {
- pname = "spaceline";
- ename = "spaceline";
- version = "20181223.1224";
- src = fetchFromGitHub {
- owner = "TheBB";
- repo = "spaceline";
- rev = "ae45a819ea7ae52febb4d7d82170af44dff10f19";
- sha256 = "01dyi0s8yilkgs0ifi489004195l4zrm9dqbybip4136l9zmlini";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/46e4c876aeeb0bb0d0e81dcbb8363a5db9c3ff61/recipes/spaceline";
- sha256 = "0jpcj0i8ckdylrisx9b4l9kam6kkjzhhv1s7mwwi4b744rx942iw";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs powerline s ];
- meta = {
- homepage = "https://melpa.org/#/spaceline";
- license = lib.licenses.free;
- };
- }) {};
- spaceline-all-the-icons = callPackage ({ all-the-icons
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , memoize
- , spaceline }:
- melpaBuild {
- pname = "spaceline-all-the-icons";
- ename = "spaceline-all-the-icons";
- version = "20190325.902";
- src = fetchFromGitHub {
- owner = "domtronn";
- repo = "spaceline-all-the-icons.el";
- rev = "5afd48c10f1bd42d9b9648c5e64596b72f3e9042";
- sha256 = "1chv6lv216qa88fm2wil45x19dzahcclr9p5vizcziq180dnmass";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d039e057c1d441592da8f54e6d524b395b030375/recipes/spaceline-all-the-icons";
- sha256 = "1h6clkr2f29k2vw0jcrmnfbjpphaxm7s3zai6pn6qag32bgm3jq6";
- name = "recipe";
- };
- packageRequires = [ all-the-icons emacs memoize spaceline ];
- meta = {
- homepage = "https://melpa.org/#/spaceline-all-the-icons";
- license = lib.licenses.free;
- };
- }) {};
- spacemacs-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "spacemacs-theme";
- ename = "spacemacs-theme";
- version = "20190527.1809";
- src = fetchFromGitHub {
- owner = "nashamri";
- repo = "spacemacs-theme";
- rev = "89f8c9e20e4554ede5599d36e81496256708d88c";
- sha256 = "15w2gzhhwqgyqd7nrbjgibw6cfn79453kialgs71wbydiv8q3aqf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c8ac39214856c1598beca0bd609e011b562346f/recipes/spacemacs-theme";
- sha256 = "0riiim6qb6x9g5hz0k3qgdymgikynlb9l07mrbfmybkv4919p992";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/spacemacs-theme";
- license = lib.licenses.free;
- };
- }) {};
- spaces = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "spaces";
- ename = "spaces";
- version = "20170809.1508";
- src = fetchFromGitHub {
- owner = "chumpage";
- repo = "chumpy-windows";
- rev = "6bdb51e9a346907d60a9625f6180bddd06be6674";
- sha256 = "1wkyvfqmf24c8kb162pwi6wcm88bzf0x9mxljzkx0s8bq9aliny6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fa5d57074f73cf11607f2f1610f92a0c77367f2a/recipes/spaces";
- sha256 = "152x7fzjnjjdk9d9h0hbixdp3haqn5vdx3bq1nfqfrkvzychyr06";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/spaces";
- license = lib.licenses.free;
- };
- }) {};
- spark = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "spark";
- ename = "spark";
- version = "20160414.1901";
- src = fetchFromGitHub {
- owner = "alvinfrancis";
- repo = "spark";
- rev = "eec8feae7dbc8547f878fac302f03e0ff7bc9803";
- sha256 = "155ap3vcypcj0pxvjhi2p0a5a9a2rp63hqnsjczsbabmbz1mdsd5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4d1529ab86de7c033579b1a1d0084899c16f454/recipes/spark";
- sha256 = "0dv7ixv9gw6xxhw5zm4gmv2ll4lja8hmn2pdizlqxaizpm245rkn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/spark";
- license = lib.licenses.free;
- };
- }) {};
- sparkline = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sparkline";
- ename = "sparkline";
- version = "20150101.519";
- src = fetchFromGitHub {
- owner = "woudshoo";
- repo = "sparkline";
- rev = "a2b5d817d272d6363b67ed8f8cc75499a19fa8d2";
- sha256 = "1fqd3ycywxxmln2kzqwflc69xmqlvi9gwvmf7frn0rfv73w09cvp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7278ca31ee3c035c8ec754af152127776f04792e/recipes/sparkline";
- sha256 = "081jzaxjb32nydvr1kmyafxqxi610n0yf8lwz9vldm84famf3g7y";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/sparkline";
- license = lib.licenses.free;
- };
- }) {};
- sparql-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sparql-mode";
- ename = "sparql-mode";
- version = "20180320.1102";
- src = fetchFromGitHub {
- owner = "ljos";
- repo = "sparql-mode";
- rev = "a00bb622c54086ac1ee96c265bf7fbef12c68089";
- sha256 = "0f919alnqbp5dnc4krgmnc9acqg84xs64fmzjc78gpbmfn0kyi0m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3d729130a41903bb01465d0f01c34fbc508b56e/recipes/sparql-mode";
- sha256 = "1xicrfmgxpb31lz30qj450w8v7dl4ipjp7b2wz54s4kn88nsfj7d";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/sparql-mode";
- license = lib.licenses.free;
- };
- }) {};
- speech-tagger = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "speech-tagger";
- ename = "speech-tagger";
- version = "20170728.1129";
- src = fetchFromGitHub {
- owner = "cosmicexplorer";
- repo = "speech-tagger";
- rev = "61955b40d4e8b09e66a3e8033e82893f81657c06";
- sha256 = "07rgs1f9z2ayphv04jdjk9v1s2s47qvksf64z6qn1zss2alc0y0v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db80aa5d95846ee02a9d762aa68325ab5e37dcf7/recipes/speech-tagger";
- sha256 = "0sqil949ny9qjxq7kpb4zmjd7770r0qvq4sz80agw6a27mqnaajc";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/speech-tagger";
- license = lib.licenses.free;
- };
- }) {};
- speechd-el = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "speechd-el";
- ename = "speechd-el";
- version = "20190103.1226";
- src = fetchFromGitHub {
- owner = "brailcom";
- repo = "speechd-el";
- rev = "d97b5d5abb9d51da6e96c0f55ba7e50cb12aaa2e";
- sha256 = "1adx34fi8v6mxvnvlw1gf6baadp3si2wwi71kcvqz1cqcf0fk4p7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96669a664122c2fb69acd4cad2d7bf75d3e8272d/recipes/speechd-el";
- sha256 = "0p8zih9s2x6l2xcfjbzriyhsicaiwxz54iq9h3c8szlzq708mayc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/speechd-el";
- license = lib.licenses.free;
- };
- }) {};
- speed-type = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "speed-type";
- ename = "speed-type";
- version = "20190526.253";
- src = fetchFromGitHub {
- owner = "parkouss";
- repo = "speed-type";
- rev = "c98f9ebd4abf96db967f9c0dff9ccfa4b7f4035b";
- sha256 = "1hjpxr5nb08g5vz7wmlf3zxazvj419528rfwdpkpbmdsjmy67fbf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d6c33b5bd15875baea0fd2f24ee8ec9414a6f7aa/recipes/speed-type";
- sha256 = "0lsbi3b6v7fiwpvydgwcqx3y5i7bysfjammly22qpz3kcjmlvi06";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/speed-type";
- license = lib.licenses.free;
- };
- }) {};
- speeddating = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "speeddating";
- ename = "speeddating";
- version = "20180319.23";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "emacs-speeddating";
- rev = "eeaf90cd10e376bff5a295590a3d5f7fd1402523";
- sha256 = "00ybvyr8sr73i7m10cffgpy9lngwp3v8fsa0nbidc6daky84vrdr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/01e23a3e2a2495e86aba60302dbd06f3b25768b4/recipes/speeddating";
- sha256 = "0b5lcb1inkcx94grib5ssv1qkbzxqryzm115qizlgfs04k8cwz09";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/speeddating";
- license = lib.licenses.free;
- };
- }) {};
- sphinx-doc = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "sphinx-doc";
- ename = "sphinx-doc";
- version = "20160116.317";
- src = fetchFromGitHub {
- owner = "naiquevin";
- repo = "sphinx-doc.el";
- rev = "f39da2e6cae55d5d7c7ce887e69755b7529bcd67";
- sha256 = "1wif9wf8hwxk0q09cdnrmyas7zjg8l5b8jd6sjxd40ypn6dmz2ch";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a3b80d346ad4fb415970beddb5f02ae795fbf1b4/recipes/sphinx-doc";
- sha256 = "00h3wx2p5hzbw6sggggdrzv4jrn1wc051iqql5y2m1hsh772ic5z";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash s ];
- meta = {
- homepage = "https://melpa.org/#/sphinx-doc";
- license = lib.licenses.free;
- };
- }) {};
- sphinx-frontend = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sphinx-frontend";
- ename = "sphinx-frontend";
- version = "20161025.58";
- src = fetchFromGitHub {
- owner = "kostafey";
- repo = "sphinx-frontend";
- rev = "0cbb03361c245382d3e679dded30c4fc1713c252";
- sha256 = "1ksjgd995pcb4lvwip08i8ay0xpin8dcam3hcgnbjjqjg9hja1cf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4cf72e71f159b9eaaa0834682d5dd4eb258616cf/recipes/sphinx-frontend";
- sha256 = "0hdn6zjnhzyka0lzdxqfzbj3lrj767ij406zha9zw8ibbkk7cmag";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sphinx-frontend";
- license = lib.licenses.free;
- };
- }) {};
- sphinx-mode = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sphinx-mode";
- ename = "sphinx-mode";
- version = "20180620.215";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "sphinx-mode";
- rev = "b5ac514e213459dcc57184086f10b5b6be3cecd8";
- sha256 = "06r50n159g18fi03xyxzkv7zr6cvs29ly1yyrmyjl9m6dn97m9mc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/sphinx-mode";
- sha256 = "0f5xkaqsmxc4bfz80njlc395dcw2dbvmzx6h9fw31mylshzbmrys";
- name = "recipe";
- };
- packageRequires = [ dash f ];
- meta = {
- homepage = "https://melpa.org/#/sphinx-mode";
- license = lib.licenses.free;
- };
- }) {};
- spice-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "spice-mode";
- ename = "spice-mode";
- version = "20171027.2343";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "spice-mode";
- rev = "702bf2d5c3561be44771ea77b476532d32068504";
- sha256 = "1wqcy9nmhpl3vyasvc79msgd25xbbzva9nbxkdrsbpg07p1is9ik";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/spice-mode";
- sha256 = "1my6dbdnf4scshjf299d4n7vsdq3cxhq9kmqvirs45y3qjm7pgpg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/spice-mode";
- license = lib.licenses.free;
- };
- }) {};
- spiral = callPackage ({ a
- , avy
- , clojure-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , highlight
- , lib
- , melpaBuild
- , treepy }:
- melpaBuild {
- pname = "spiral";
- ename = "spiral";
- version = "20180223.340";
- src = fetchFromGitHub {
- owner = "Unrepl";
- repo = "spiral";
- rev = "907b9792467139a942ba7b07ca0276b90770baf9";
- sha256 = "1rggzzvya26abbzd8bc2kpv59kzgm75wqv1vwqnj9c8im1jvs1na";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/spiral";
- sha256 = "074ymaksb3dgrsrdsi6xdlvigki5l2v66r8204xv50yc88z7l8qr";
- name = "recipe";
- };
- packageRequires = [ a avy clojure-mode emacs highlight treepy ];
- meta = {
- homepage = "https://melpa.org/#/spiral";
- license = lib.licenses.free;
- };
- }) {};
- splitjoin = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "splitjoin";
- ename = "splitjoin";
- version = "20150505.732";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-splitjoin";
- rev = "39a77f1c6c7406e79095eb0385667097172a770c";
- sha256 = "0zf03v067nh964ag1nwa8bk90h98lqwbrc25vckacp2gd919ifch";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/51e172f46045fbb71b6a13b3521b502339a4a02b/recipes/splitjoin";
- sha256 = "0l1x98fvvia8qx8g125h4d76slv0xnb3h1zxiq9xb5qh7a1h069l";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/splitjoin";
- license = lib.licenses.free;
- };
- }) {};
- splitter = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "splitter";
- ename = "splitter";
- version = "20170809.1508";
- src = fetchFromGitHub {
- owner = "chumpage";
- repo = "chumpy-windows";
- rev = "6bdb51e9a346907d60a9625f6180bddd06be6674";
- sha256 = "1wkyvfqmf24c8kb162pwi6wcm88bzf0x9mxljzkx0s8bq9aliny6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/129f0d20616226c449bdaf672c43a06e8f281869/recipes/splitter";
- sha256 = "02vdhvipzwnh6mlj25lirzxkc0shfzqfs1p4gn3smkxqx6g7mdb2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/splitter";
- license = lib.licenses.free;
- };
- }) {};
- spotify = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "spotify";
- ename = "spotify";
- version = "20181030.110";
- src = fetchFromGitHub {
- owner = "remvee";
- repo = "spotify-el";
- rev = "29577cf1188161f98b8358c149aaf47b2c137902";
- sha256 = "0h6yhfvvyd9sd5d37d3ng3z56zfb546vl95qjq16kcvxq00hdn1v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/spotify";
- sha256 = "07y6d3cz3nziasza3znysvcnx3kw156ab78kw5y0pdll45nw210x";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/spotify";
- license = lib.licenses.free;
- };
- }) {};
- spotlight = callPackage ({ counsel
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , swiper }:
- melpaBuild {
- pname = "spotlight";
- ename = "spotlight";
- version = "20150929.55";
- src = fetchFromGitHub {
- owner = "benmaughan";
- repo = "spotlight.el";
- rev = "ab902900f22e7d1ea2dd8169441d2da7155aaa68";
- sha256 = "05knlca2dvpyqp9lw8dc47fl5kh2jb04q57cygkzfjjkzvywdwq8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/26e0eba715c869c5bd295afb8971d490e80f6e2b/recipes/spotlight";
- sha256 = "0mmr1spr21pi8sfy95dsgqcxn8qfsphdkfjm5w5q97lh7496z65p";
- name = "recipe";
- };
- packageRequires = [ counsel emacs swiper ];
- meta = {
- homepage = "https://melpa.org/#/spotlight";
- license = lib.licenses.free;
- };
- }) {};
- spray = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "spray";
- ename = "spray";
- version = "20160304.1420";
- src = fetchFromGitLab {
- owner = "iankelling";
- repo = "spray";
- rev = "69fe48e7bb079e3011476b9f4eb6ac9ae94d6d9b";
- sha256 = "0anidv7w2vwsjv8rwkvhs3x51av3y8dp435456czy5yfq6i6vfbl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e4f5053aa4e1af3f636febe9c3ce8c6ae20c090d/recipes/spray";
- sha256 = "1h8lngcqa343mlc091zs419frgsla65khfj93lv9fil3xbgrm7m9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/spray";
- license = lib.licenses.free;
- };
- }) {};
- springboard = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "springboard";
- ename = "springboard";
- version = "20170105.2355";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "springboard";
- rev = "263a8cd4582c81bfc29d7db37d5267e2488b148c";
- sha256 = "14mbmkqnw2kkzcb8f9z1g3c8f8f9lca3zb6f3q8jk9dsyp9vh81z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/138b8a589725ead2fc1de9ea76c55e3eb2473872/recipes/springboard";
- sha256 = "17rmsidsbb4p08vr07mfn25m17wnpadcwr4nxvp79glp5a0wyyib";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/springboard";
- license = lib.licenses.free;
- };
- }) {};
- sprintly-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , furl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sprintly-mode";
- ename = "sprintly-mode";
- version = "20121005.2234";
- src = fetchFromGitHub {
- owner = "sprintly";
- repo = "sprintly-mode";
- rev = "6695892bae5860b5268bf3ae62be990ee9b63c11";
- sha256 = "06rk07h92s5sljprs41y3q31q64cprx9kgs56c2j6v4c8cmsq5h6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8730956d3f00e030e06ef54c3f2aecc10bb40f9d/recipes/sprintly-mode";
- sha256 = "15i3rrv27ccpn12wwj9raaxpj7nlnrrj3lsp8vdfwph6ydvnfza4";
- name = "recipe";
- };
- packageRequires = [ furl ];
- meta = {
- homepage = "https://melpa.org/#/sprintly-mode";
- license = lib.licenses.free;
- };
- }) {};
- sproto-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sproto-mode";
- ename = "sproto-mode";
- version = "20151115.1005";
- src = fetchFromGitHub {
- owner = "m2q1n9";
- repo = "sproto-mode";
- rev = "1753277d9f2163fb3bc58b983a9892831cf9874b";
- sha256 = "1brxm6hs2gsnl8mj6ps0s9kj2qp9v388wwccsqmx7s3bi9zjf10c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac2b4207c4eaa3a048e245242489462a69b4af67/recipes/sproto-mode";
- sha256 = "19l6si3sx2i542r5lyr9axby9hblx76m77f17vnsjf32n3r0qgma";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sproto-mode";
- license = lib.licenses.free;
- };
- }) {};
- sprunge = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "sprunge";
- ename = "sprunge";
- version = "20160229.1843";
- src = fetchFromGitHub {
- owner = "tomjakubowski";
- repo = "sprunge.el";
- rev = "0fd386b8b29c4175022a04ad70ea5643185b6726";
- sha256 = "03wjzk1ljclfjgqzkg6m7v8saaajgavyd0xskd8fg8rdkx13ki0l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f7b9f8cc2f2f8f8e1cf80b3e76c89b9f12cacf95/recipes/sprunge";
- sha256 = "199vfl6i881aks8fi9d9w4w7mnc7n443h79p3s4srcpmbyfg6g3w";
- name = "recipe";
- };
- packageRequires = [ cl-lib request ];
- meta = {
- homepage = "https://melpa.org/#/sprunge";
- license = lib.licenses.free;
- };
- }) {};
- spu = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , signal
- , timp }:
- melpaBuild {
- pname = "spu";
- ename = "spu";
- version = "20161213.1924";
- src = fetchFromGitHub {
- owner = "mola-T";
- repo = "SPU";
- rev = "41eec86b595816e3852e8ad1a8e07e51a27fd065";
- sha256 = "1j77h761vf74y9sfjpidgaznail95hsg9akjs55sz1xiyy7hkgyw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8f2ef1e83c924d5411b47a931432f129db95ff2c/recipes/spu";
- sha256 = "0g7j0rz6ga6x6akiijp4vg5iymvqx5d08d60cz6dccq120fi95v8";
- name = "recipe";
- };
- packageRequires = [ emacs signal timp ];
- meta = {
- homepage = "https://melpa.org/#/spu";
- license = lib.licenses.free;
- };
- }) {};
- sql-clickhouse = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sql-clickhouse";
- ename = "sql-clickhouse";
- version = "20180302.755";
- src = fetchFromGitHub {
- owner = "leethargo";
- repo = "sql-clickhouse";
- rev = "35308c9292622547a79c0cc2659db2fc9de42e93";
- sha256 = "12j9facwvwnwc8ga3nj9yddx3xp3kp28mih6lg4s1b67zj28pccg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a0ef23e6825924094eb69bd8526a95d8fab210c1/recipes/sql-clickhouse";
- sha256 = "083i9aaf69yk71mndl5x0pimn3bkkhp3mfppxvy0f5lzf2847q2j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sql-clickhouse";
- license = lib.licenses.free;
- };
- }) {};
- sql-impala = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sql-impala";
- ename = "sql-impala";
- version = "20181217.2010";
- src = fetchFromGitHub {
- owner = "jterk";
- repo = "sql-impala";
- rev = "466e7c0c789ec3e5e8a276c8f6754f91bb584c3e";
- sha256 = "02psgbm06wivdm2cmjnj2vy05lnljxn44hj2arw2fr7x2qwn9r35";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/sql-impala";
- sha256 = "1mh36ycqgr07r0hknkr6vb4k0r5b2h8bqd7m5faz9p56qbisgvvh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sql-impala";
- license = lib.licenses.free;
- };
- }) {};
- sql-presto = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sql-presto";
- ename = "sql-presto";
- version = "20190113.942";
- src = fetchFromGitHub {
- owner = "kat-co";
- repo = "sql-prestodb";
- rev = "bcda455e300a1af75c7bb805882329bc844703b2";
- sha256 = "00whmsylr802fx87yqbr06rbymyln7kq7750pcz26xm1jgja7cax";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a21349775e018822a06bca3c3c338879548e286f/recipes/sql-presto";
- sha256 = "1rjfgvwgl63xn047vmsmj1s31wvrd24v6ibf9nri6qmffhv9i9zb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sql-presto";
- license = lib.licenses.free;
- };
- }) {};
- sqlformat = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , reformatter }:
- melpaBuild {
- pname = "sqlformat";
- ename = "sqlformat";
- version = "20190420.1556";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "sqlformat";
- rev = "f7f46be6f06b83642c312151f3b5276f8830d9d7";
- sha256 = "00z60y08likwqfd27ibvzhy62qs29i4d4y4vq3p3slx43rfdgvxs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6bdaa1ccae12f2ea779ac6989607d8027feac2c9/recipes/sqlformat";
- sha256 = "07lf2gx629429b41qr04gl98gplb538gb5hw7idzrmi3higrmv8m";
- name = "recipe";
- };
- packageRequires = [ emacs reformatter ];
- meta = {
- homepage = "https://melpa.org/#/sqlformat";
- license = lib.licenses.free;
- };
- }) {};
- sqlite = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sqlite";
- ename = "sqlite";
- version = "20180708.1011";
- src = fetchFromGitLab {
- owner = "cnngimenez";
- repo = "sqlite.el";
- rev = "b8c22fdfed10d8554137ff1776b83cf2b4b9c5fd";
- sha256 = "083fzfy9rmiam06ixxkg5djqdxg62ym0p2kpsij01fgi2vjvnhca";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/949556b57cea0fbbfc98b95d894de95257dfe1e5/recipes/sqlite";
- sha256 = "1c5dprdl8q09yd0kvpkm19z60m9rhkilj5zmj938wlj5bmdlydv8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sqlite";
- license = lib.licenses.free;
- };
- }) {};
- sqlup-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sqlup-mode";
- ename = "sqlup-mode";
- version = "20170610.837";
- src = fetchFromGitHub {
- owner = "Trevoke";
- repo = "sqlup-mode.el";
- rev = "04970977b4abb4d44301651618bbf1cdb0b263dd";
- sha256 = "14s66xrabj269z7f94iynsla96bka7zac011psrbcfyy4m8mlamz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/sqlup-mode";
- sha256 = "0ngs58iri3fwv5ny707kvb6xjq98x19pzak8c9nq4qnpw3nkr83b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sqlup-mode";
- license = lib.licenses.free;
- };
- }) {};
- sr-speedbar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sr-speedbar";
- ename = "sr-speedbar";
- version = "20161025.131";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "sr-speedbar";
- rev = "77a83fb50f763a465c021eca7343243f465b4a47";
- sha256 = "0sd12555hk7z721y00kv3crdybvcn1i08wmd148z5imayzibj153";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/sr-speedbar";
- sha256 = "1v90jbqdw39yrfcsnyqas8c5g09rcf1db65q2m2rw7rik8cgb052";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sr-speedbar";
- license = lib.licenses.free;
- };
- }) {};
- srcery-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "srcery-theme";
- ename = "srcery-theme";
- version = "20190526.527";
- src = fetchFromGitHub {
- owner = "srcery-colors";
- repo = "srcery-emacs";
- rev = "a47a40c7c5d39d251bf15e45f184565c5240b33e";
- sha256 = "1i3c7y0a7dzvb3c8pk69gvh33945bhm00j0fwl49yh7hg2d9w118";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2654fc05f55c7fab7d550b7db1d187edc9ff0f42/recipes/srcery-theme";
- sha256 = "1bnvf9v7g2mpx8519lh73fphhr4cqd33qlw22qyxnqiz5cz93lsp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/srcery-theme";
- license = lib.licenses.free;
- };
- }) {};
- srefactor = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "srefactor";
- ename = "srefactor";
- version = "20180703.1110";
- src = fetchFromGitHub {
- owner = "tuhdo";
- repo = "semantic-refactor";
- rev = "6f2c97d17fb70f4ca2112f5a2b99a8ec162004f5";
- sha256 = "1lyz3zjkx2csh0xdy1zpx8s32qp1p3sig57mwi9xhgpqjyf0axmb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e23115ab231ab108678608f2ad0a864f896cd0f2/recipes/srefactor";
- sha256 = "01cd40jm4h00c5q2ix7cskp7klbkcd3n5763y5lqfv59bjxwdqd2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/srefactor";
- license = lib.licenses.free;
- };
- }) {};
- srv = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "srv";
- ename = "srv";
- version = "20180715.1259";
- src = fetchFromGitHub {
- owner = "legoscia";
- repo = "srv.el";
- rev = "b1eb7b109bc1c616dbf027429a90dc3b1a4263f1";
- sha256 = "05kp8ajbqk7vxzkv23akyk2m7yg81pbrxpl3dsw67101sjazsybi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6b0b7f22631e7749da484ced9192d8ae5e1be941/recipes/srv";
- sha256 = "0xrgbi63vg0msxkcmcnvijkxa9y0s7613liqac7fs9514yvkbwin";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/srv";
- license = lib.licenses.free;
- };
- }) {};
- ssass-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ssass-mode";
- ename = "ssass-mode";
- version = "20190520.1949";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "ssass-mode";
- rev = "c2c610abd85fecd171466bf5a9a4943bd62ffda5";
- sha256 = "0vbh0nqbc7j2xjksk0xdfsrqfxd64fcqyladgk2v3jw0qply6ydw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3137f98aaa871a52f477b63d9c3b7b63f7271344/recipes/ssass-mode";
- sha256 = "07aym4a7l70f1lb6yvwxkhsykrwbf0lcpwlwgcn5n44kavvdbzxm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ssass-mode";
- license = lib.licenses.free;
- };
- }) {};
- ssh = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ssh";
- ename = "ssh";
- version = "20120904.1342";
- src = fetchFromGitHub {
- owner = "ieure";
- repo = "ssh-el";
- rev = "c17cf5b43df8ac4662a0580f85898e1f078df0d1";
- sha256 = "1rdhdkwdhb727rj53xyxk6i00sjr58a48hfig14m12niy1k739vd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ssh";
- sha256 = "1wlzagcg2fxqcbpd3z02wsil2n224kzmhcd54df80jypgq5fa6k3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ssh";
- license = lib.licenses.free;
- };
- }) {};
- ssh-agency = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ssh-agency";
- ename = "ssh-agency";
- version = "20180507.1726";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "ssh-agency";
- rev = "d9dbedd773ad3a831e02e162c47936d6814a850a";
- sha256 = "0895n7bss4wdydic1gflr03f2cwdyqywl16gvb599lpn288jhwvz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/ssh-agency";
- sha256 = "1b25fl1kk4mwsd25pg9s0lazlpmaa6s9wnfgvlqk8k65d7p7idzz";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/ssh-agency";
- license = lib.licenses.free;
- };
- }) {};
- ssh-config-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ssh-config-mode";
- ename = "ssh-config-mode";
- version = "20180922.251";
- src = fetchFromGitHub {
- owner = "jhgorrell";
- repo = "ssh-config-mode-el";
- rev = "1ec676c021269c7b9cf814cf1d12f6acdcc25588";
- sha256 = "14d9zzfks4kqfqp54qzb2m74bd0rb25sff9rx2d90b5svmvbg15p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/750b16ee631b4c2014f2ebf767609bab4b8ee421/recipes/ssh-config-mode";
- sha256 = "1jlaf1bipmf51552jyp2ax6n4gwg38n2348kyxlwd7d8vwsibbpq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ssh-config-mode";
- license = lib.licenses.free;
- };
- }) {};
- ssh-deploy = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ssh-deploy";
- ename = "ssh-deploy";
- version = "20190502.2208";
- src = fetchFromGitHub {
- owner = "cjohansson";
- repo = "emacs-ssh-deploy";
- rev = "009e9f81c8fc199e77815928bc8915643b019b32";
- sha256 = "0y3jwn3qkmibrhgcbq6xcbfsgqjng6xi7fx1iimldhv14gg83gzq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ssh-deploy";
- sha256 = "1ys3cc5fz8y4rsiq3daqgcpa14ssv1q4cw0pqbfscql6mps0mjdm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ssh-deploy";
- license = lib.licenses.free;
- };
- }) {};
- ssh-tunnels = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ssh-tunnels";
- ename = "ssh-tunnels";
- version = "20181129.736";
- src = fetchFromGitHub {
- owner = "death";
- repo = "ssh-tunnels";
- rev = "903bfd0d2d225c7e37fcc8c7596bd0a387384f05";
- sha256 = "0idxzza4n7cdhaw56zvz549i0ciihm74bqbq5ivsabvqg07r6qwm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b093a3a9a836bae8ce37a21188c64e9a878066e8/recipes/ssh-tunnels";
- sha256 = "0zlf22wg9adkhycsasv6bfim2h0cknsvihyi1q2l2l4pjdp9ypqj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ssh-tunnels";
- license = lib.licenses.free;
- };
- }) {};
- stack-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stack-mode";
- ename = "stack-mode";
- version = "20150923.823";
- src = fetchFromGitHub {
- owner = "commercialhaskell";
- repo = "stack-ide";
- rev = "7e93bd3e03502beafb4613b7bc690fb9f0db1314";
- sha256 = "1zi2s97idylk5whzlv5ybac9ricqckl81vlwcm79rphk0v6xi3zj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1328a676140e4b8d01af126c4043bcfa8d1b2a8c/recipes/stack-mode";
- sha256 = "0s0m2lj40php7bc2i3fy9ikd5rmx4v7zbxfkp9vadmlc5s7w25gf";
- name = "recipe";
- };
- packageRequires = [ cl-lib flycheck haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/stack-mode";
- license = lib.licenses.free;
- };
- }) {};
- stan-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stan-mode";
- ename = "stan-mode";
- version = "20180110.1441";
- src = fetchFromGitHub {
- owner = "stan-dev";
- repo = "stan-mode";
- rev = "a8e88473ef996b455523dc3fbcf2d8520659652f";
- sha256 = "13qw6n26jpr208h2366pcfv10d11880wlfzr0kiadrsg219wjgsi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67a44a0abe675238b10decdd612b67e418caf34b/recipes/stan-mode";
- sha256 = "17ph5khwwrcpyl96xnp3rsbmnk7mpwmgskxka3cfgkm190qihfqy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/stan-mode";
- license = lib.licenses.free;
- };
- }) {};
- stan-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , stan-mode
- , yasnippet }:
- melpaBuild {
- pname = "stan-snippets";
- ename = "stan-snippets";
- version = "20161023.1958";
- src = fetchFromGitHub {
- owner = "stan-dev";
- repo = "stan-mode";
- rev = "45b8242611fe0437fcff48f5f4f7d8f0552531ac";
- sha256 = "14yv57grsw3zyjcqasaanx8g2skix0i3w1f5r1fng3sgwclwbkdw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eda8539b7d8da3a458a38f7536ed03580f9088c3/recipes/stan-snippets";
- sha256 = "021skkvak645483s7haz1hsz98q3zd8hqi9k5zdzaqlabwdjwh85";
- name = "recipe";
- };
- packageRequires = [ stan-mode yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/stan-snippets";
- license = lib.licenses.free;
- };
- }) {};
- standoff-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "standoff-mode";
- ename = "standoff-mode";
- version = "20171115.931";
- src = fetchFromGitHub {
- owner = "lueck";
- repo = "standoff-mode";
- rev = "cf84b14066d63694d931395c6026fd0245d8a62b";
- sha256 = "0dbcaz3faw8knx91yjsrb988sn2d9k0i5byhs1bi1ww36y6hmgs6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98858a45f72c28eec552b119a66479ea99b60f93/recipes/standoff-mode";
- sha256 = "127bzpm1cz103f1pb860yqrh7mr0rdaivrm9p6ssd01kchl9nskp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/standoff-mode";
- license = lib.licenses.free;
- };
- }) {};
- start-menu = callPackage ({ cl-lib ? null
- , config-parser
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "start-menu";
- ename = "start-menu";
- version = "20160426.525";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "el-start-menu";
- rev = "f7d33fed7ad2dc61156f1c1cff9e1805366fbd69";
- sha256 = "1w3l8ahal9hjisny382bcw9w1nh2swpb1jzf2djww5h0i4r2h36c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/88d965f6789d3f5ba3856cbf10edbc46e37b12ae/recipes/start-menu";
- sha256 = "1k1lc9i9vcl2am9afq0ksrxwsy6kppl4i0v10h0w2fq5z374rdkv";
- name = "recipe";
- };
- packageRequires = [ cl-lib config-parser ];
- meta = {
- homepage = "https://melpa.org/#/start-menu";
- license = lib.licenses.free;
- };
- }) {};
- stash = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stash";
- ename = "stash";
- version = "20151117.627";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "stash.el";
- rev = "c2e494d20c752b80ebbdffbf66687b3cdfc425ad";
- sha256 = "0cl2y72iagmv87kg72a46a3kap2xigwnrbk2hjgvsbxv2ng5f9cr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d3837ac3f1ac82e08a5ad7193766074a4d1bfa3d/recipes/stash";
- sha256 = "116k40ispv7sq3jskwc1lvmhmk3jjz4j967r732s07f5h11vk1z9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/stash";
- license = lib.licenses.free;
- };
- }) {};
- state = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "state";
- ename = "state";
- version = "20180627.1256";
- src = fetchFromGitHub {
- owner = "thisirs";
- repo = "state";
- rev = "99fb8e0a944d3b543d54769d332cbbfa92266b11";
- sha256 = "173w874iyrbvcv2a8fdylcyxq2a9s5phbabqp3qp095qh6037klf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82e955112089569c775e11888d9811119f84a4f8/recipes/state";
- sha256 = "19y3n8wnbpgbpz4jxy2p7hjqxykg09arjp7s5v22yz7il3gn48l2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/state";
- license = lib.licenses.free;
- };
- }) {};
- status = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "status";
- ename = "status";
- version = "20151230.608";
- src = fetchFromGitHub {
- owner = "tromey";
- repo = "emacs-status";
- rev = "b62c74bf272566f82a68622f29fb9edafea0f241";
- sha256 = "0jpxmzfvg4k5q3h3gn6lrg891wjzlcps2kkij1jbdjk4jkgq386i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dca8976de7060fcfc37a1623280869e0cef7b0a2/recipes/status";
- sha256 = "0a9lqa7a5nki5711bjrmx214kah5ndqpwh3i240gdd08mcm07ps3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/status";
- license = lib.licenses.free;
- };
- }) {};
- steam = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "steam";
- ename = "steam";
- version = "20171108.1613";
- src = fetchFromGitHub {
- owner = "Kungsgeten";
- repo = "steam.el";
- rev = "d6ca2a828b0824da51978397e198bf91c51ce793";
- sha256 = "16cxws1b3iwm9aqbiip298zsjm6gwjihpvkia4p0zvzynwhflw8q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25a45eb6297168cd0ce4c4db5574362addad5c69/recipes/steam";
- sha256 = "10k408spgbxi266jk8x57zwav989is16nvwg41dknz91l76v63gw";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/steam";
- license = lib.licenses.free;
- };
- }) {};
- stem = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stem";
- ename = "stem";
- version = "20131102.409";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "stem";
- rev = "dd704c3447bd5d3f5ac0a4840f8987d4f855d87e";
- sha256 = "17x8zgml8sa5i828hg8bimfal84vvqzxlqdicjc7v7p8h0j57cgs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8d9c38d0d4dac86848ad0fec0aeeced009c5eac7/recipes/stem";
- sha256 = "1625nbi2bmb7vzjz0s7y1cy7dp8lp83dayiib3nr2bfkv76fwkcq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/stem";
- license = lib.licenses.free;
- };
- }) {};
- stem-english = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stem-english";
- ename = "stem-english";
- version = "20180108.1958";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "stem-english";
- rev = "c9fc4c6ed6bf82382e479dae80912f4ae17d31f4";
- sha256 = "1bkmgjfp7xir6d0yf782xkjvf595blrqhr3hack26jg5zl8qsrya";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c8e97e70e7a86b9f5e55bdd2db492994e8abdd5/recipes/stem-english";
- sha256 = "15d13palwdwrki9p804cdls08ph7sxxzd44nl4bhfm3dxic4sw7x";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/stem-english";
- license = lib.licenses.free;
- };
- }) {};
- stgit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stgit";
- ename = "stgit";
- version = "20171130.759";
- src = fetchFromGitHub {
- owner = "ctmarinas";
- repo = "stgit";
- rev = "a29fc8873fca30cb5b13d94743a9010de28e2610";
- sha256 = "1xhxba0m78zx00m55y125bs1zxibyg7d9nw8xw9gqyshcncjffpg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/726da64b7baea1735a916b826bdfb8f575860e21/recipes/stgit";
- sha256 = "1gbr0pvvig2vg94svy1r6zp57rhyg6n9yp7qvlkfal1z2lhzhs0g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/stgit";
- license = lib.licenses.free;
- };
- }) {};
- sticky = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sticky";
- ename = "sticky";
- version = "20170925.1736";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "sticky";
- rev = "fec4e1af38f17f5cd80eca361d8e8ef8772db366";
- sha256 = "126zs059snzpg83q9mrb51y0pqawwrj9smr3y7rza4q4qkdp1nk0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad10a684b4b2f01bc65883374f36fef156ff55d2/recipes/sticky";
- sha256 = "0g98qagqchwq9j5nvdz315wak8fvdw1l972cfh0fr4yyg7gxi6xr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sticky";
- license = lib.licenses.free;
- };
- }) {};
- stickyfunc-enhance = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stickyfunc-enhance";
- ename = "stickyfunc-enhance";
- version = "20150429.1114";
- src = fetchFromGitHub {
- owner = "tuhdo";
- repo = "semantic-stickyfunc-enhance";
- rev = "13bdba51fcd83ccbc3267959d23afc94d458dcb0";
- sha256 = "16dxjsr5nj20blww4xpd4jzgjprzzh1nwvb810ggdmp9paf4iy0g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e24454febf90ec18a587b2c187a2bd2101e1b7b5/recipes/stickyfunc-enhance";
- sha256 = "13dh19c3bljs83l847syqlg07g33hz6sapg6j4s4xv4skix8zfks";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/stickyfunc-enhance";
- license = lib.licenses.free;
- };
- }) {};
- stock-ticker = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "stock-ticker";
- ename = "stock-ticker";
- version = "20150204.252";
- src = fetchFromGitHub {
- owner = "hagleitn";
- repo = "stock-ticker";
- rev = "74251cc810604af75f48333d51133326c053dd16";
- sha256 = "09rpn1gbxd0ppb0258l6bcnbxj8r5jhcwkvjg335sgh52srgk3ir";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/75e654f7b3f785bdfead3c594fdc09730c5d33b9/recipes/stock-ticker";
- sha256 = "1slcjk2avybr4v9s7gglizmaxbb3yqg6s6gdbg12m3vvj3b72lfi";
- name = "recipe";
- };
- packageRequires = [ request s ];
- meta = {
- homepage = "https://melpa.org/#/stock-ticker";
- license = lib.licenses.free;
- };
- }) {};
- strace-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "strace-mode";
- ename = "strace-mode";
- version = "20171116.1239";
- src = fetchFromGitHub {
- owner = "pkmoore";
- repo = "strace-mode";
- rev = "2901baa968d5180ab985ac40ca22cc20914d01f5";
- sha256 = "1jd930nc2g562n4cqq1ppl2d8dq7bxkr3fh9f0gjms7bcm106kz9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b2003bee9992d9e79124d95d30b573c8a6bdbfe/recipes/strace-mode";
- sha256 = "16v350nqdxmmk1r4z25bssm436xcm4cvnaxm7f3wxwvmg9z0gx8d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/strace-mode";
- license = lib.licenses.free;
- };
- }) {};
- strie = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "strie";
- ename = "strie";
- version = "20160211.1422";
- src = fetchFromGitHub {
- owner = "jcatw";
- repo = "strie.el";
- rev = "eb7efb0cccc127c414f6a64db11454869d9c10a8";
- sha256 = "1kcbkf0wbmqy9slxfqg7wsyw5n2rsaz832ibrxszb642j0l8s7pr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/strie";
- sha256 = "1ngvpbws7laqxk6mm023r5295msap12h8bh9zrsbr05yxfzhlx83";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/strie";
- license = lib.licenses.free;
- };
- }) {};
- string-edit = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "string-edit";
- ename = "string-edit";
- version = "20160410.2356";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "string-edit.el";
- rev = "c44b65b4c5e9f52be9c14d88ca2f402a18d9e1dd";
- sha256 = "1xm7bb3cp99ahr5jrwi0p0258qcvlbddy98wmbq00kk5pihqbzsg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/20fd24f22ef734fe064c66692bf3e18eb896f1ac/recipes/string-edit";
- sha256 = "1l1hqsfyi6pp4x4g1rk4s7x9zjc03wfmhy16izia8nkjhzz88fi8";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/string-edit";
- license = lib.licenses.free;
- };
- }) {};
- string-inflection = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "string-inflection";
- ename = "string-inflection";
- version = "20180827.601";
- src = fetchFromGitHub {
- owner = "akicho8";
- repo = "string-inflection";
- rev = "e9a50855a4c718592c28a5a892f164ecf46e39a8";
- sha256 = "03kvp5xrv9p46m4w25jr5nvi801yafq5vxzif42y0dav7ifmmdfp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c2e2b6dba8686236c2595475cfddac5fd700e60/recipes/string-inflection";
- sha256 = "1vrjcg1fa5adw16s4v9dq0fid0gfazxk15z9cawz0kmnpyzz3fg2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/string-inflection";
- license = lib.licenses.free;
- };
- }) {};
- string-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , melpaBuild }:
- melpaBuild {
- pname = "string-utils";
- ename = "string-utils";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "string-utils";
- rev = "8b56e1f79d2de46d1e9b5e24d889e9f4c3cc85d4";
- sha256 = "0c8msw48cmvd4i7cgh7gp0d26ipiqvyn84a2d4hqqci261s08b2y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/string-utils";
- sha256 = "1vsvxc06fd3wardldb83i5hjfibvmiqnxvcgdns7i5i8qlsrsx4v";
- name = "recipe";
- };
- packageRequires = [ list-utils ];
- meta = {
- homepage = "https://melpa.org/#/string-utils";
- license = lib.licenses.free;
- };
- }) {};
- stripe-buffer = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stripe-buffer";
- ename = "stripe-buffer";
- version = "20141208.708";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "stripe-buffer";
- rev = "c252080f55cb78c951b19ebab9687f6d00237baf";
- sha256 = "0dxajh72wdcwdb9ydbcm19fmp0p1drmh1niq4r69jnbn8sah0zax";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/stripe-buffer";
- sha256 = "1kjib1kf9xqdirryr16wlvc95701hq8s4h8hz4dqzg3wzyb8287b";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/stripe-buffer";
- license = lib.licenses.free;
- };
- }) {};
- stumpwm-mode = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stumpwm-mode";
- ename = "stumpwm-mode";
- version = "20140130.1816";
- src = fetchgit {
- url = "https://git.savannah.nongnu.org/git/stumpwm.git";
- rev = "a920d31bac148e7f6afa98c05f98920135de8b89";
- sha256 = "0hg2dhgph1fz8z6c79ia2j36wnbqgi6a7fjiz3wngslhbwy28xq7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/stumpwm-mode";
- sha256 = "11yk7xmmccgv7hin5qd1ibcsm1za01xfwsxa25q7vqwk6svnb0sf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/stumpwm-mode";
- license = lib.licenses.free;
- };
- }) {};
- stupid-indent-mode = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stupid-indent-mode";
- ename = "stupid-indent-mode";
- version = "20170525.417";
- src = fetchgit {
- url = "https://gist.github.com/5487564.git";
- rev = "3295e7de5e2cfddc3bf0e462e852bf58972f5d70";
- sha256 = "00js2jkzvmvh1gbraijknv48y86pqyk9zv264a5n3l4sw5q6kcvk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68cd648bde8028a39849f7beae8deae78bfb877b/recipes/stupid-indent-mode";
- sha256 = "12y8qxxs04qzy09m734qg0857g4612qdswx2bh9jk7dp886fpd7p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/stupid-indent-mode";
- license = lib.licenses.free;
- };
- }) {};
- stylefmt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stylefmt";
- ename = "stylefmt";
- version = "20161025.124";
- src = fetchFromGitHub {
- owner = "KeenS";
- repo = "stylefmt.el";
- rev = "7a38f26bf8ff947215f34f0a064c7ca80575ccbc";
- sha256 = "0cx9llbmfjhaxb60mj483ihl78xb30ldvhd1hdldmc9d473xbvmz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/stylefmt";
- sha256 = "14ap3xklmxyqz61p7z3fwgxbwjqrcbijcmvsmhfbm102x1spgbhz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/stylefmt";
- license = lib.licenses.free;
- };
- }) {};
- stylus-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sws-mode }:
- melpaBuild {
- pname = "stylus-mode";
- ename = "stylus-mode";
- version = "20150313.812";
- src = fetchFromGitHub {
- owner = "brianc";
- repo = "jade-mode";
- rev = "73893e8d8f1bcaf9f0252c6f020cdb3741d7125c";
- sha256 = "0fiihkwq4s8lkqx5fp3csmnaf0blnm6kpl4hfkwsb8rywgvzh7lk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/877b5a3e612e1b1d6d51e60c66b0b79f231abdb2/recipes/stylus-mode";
- sha256 = "152k74q6qn2xa38v2zyd5y7ya5n26nvai5v7z5fmq7jrcndp27r5";
- name = "recipe";
- };
- packageRequires = [ sws-mode ];
- meta = {
- homepage = "https://melpa.org/#/stylus-mode";
- license = lib.licenses.free;
- };
- }) {};
- subatomic-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "subatomic-theme";
- ename = "subatomic-theme";
- version = "20160126.738";
- src = fetchFromGitHub {
- owner = "cryon";
- repo = "subatomic";
- rev = "6a4086af748b1ecb27f6ba2aa2614988db16d594";
- sha256 = "1j63rzxnrzzqizh7fpd99dcgsy5hd7w4d2lpwl5armmixlycl5m8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de7f6009bab3e9a5b14b7b96ab16557e81e7f078/recipes/subatomic-theme";
- sha256 = "0mqas67qms492n3hn74c5nrkjpsgf9b42lp02s2dh366c075dpqc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/subatomic-theme";
- license = lib.licenses.free;
- };
- }) {};
- subatomic256-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "subatomic256-theme";
- ename = "subatomic256-theme";
- version = "20130620.1910";
- src = fetchFromGitHub {
- owner = "d11wtq";
- repo = "subatomic256";
- rev = "326177d6f99cd2b1d30df695e67ee3bc441cd96f";
- sha256 = "1w7mimyqc25phlww20l49wlafnxp6c7dwibvphg3vwl61g0llpq8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06a6bdf12623847600d87a624c224b233fdf3536/recipes/subatomic256-theme";
- sha256 = "1whjlkpkkirpnvvjryhlpzwphr1syz5zfyg4pb66i0db03hxwwcy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/subatomic256-theme";
- license = lib.licenses.free;
- };
- }) {};
- subemacs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "subemacs";
- ename = "subemacs";
- version = "20170401.234";
- src = fetchFromGitHub {
- owner = "kbauer";
- repo = "subemacs";
- rev = "18d53939fec8968c08dfc5aff7240ca07efb1aac";
- sha256 = "1k2lg7cxr98rq77sk0ypzlr3cyl20ld20jz8y21fdaa6ci8kdvdb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18714a6b5ca4dcc51fa509fee1dc9afb0595c707/recipes/subemacs";
- sha256 = "0sqh80jhh3v37l5af7w6k9lqvj39bd91pn6a9rwdlfk389hp90zm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/subemacs";
- license = lib.licenses.free;
- };
- }) {};
- sublime-themes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sublime-themes";
- ename = "sublime-themes";
- version = "20170606.1144";
- src = fetchFromGitHub {
- owner = "owainlewis";
- repo = "emacs-color-themes";
- rev = "60ee40af82eb55b79d5ed4026f1911326311603f";
- sha256 = "17fcqvavgyl9cmv1hwcid2bw513vhawlsmac1w2adiz567594i6h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/648d250c7d341b31581c839f77c1084ac29d3163/recipes/sublime-themes";
- sha256 = "1nahcfcy831c7w3c69i2na0r8jsdgprffgfdvh4c41cnk4rkgdqj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sublime-themes";
- license = lib.licenses.free;
- };
- }) {};
- sublimity = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sublimity";
- ename = "sublimity";
- version = "20181121.511";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "sublimity";
- rev = "4c8d0280815978fc11e1c5f86266a11c717b0c89";
- sha256 = "1618ba3m36crh2wmmisi3ls5ijdqrwr58yda810jik0b6fjzzacv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1e78cd1e5366a9b6d04237e9bf6a7e73424be52/recipes/sublimity";
- sha256 = "1xwggaalad65cxcfvmy30f141bxhpzc3fgvwziwbzi8fygbdv4nw";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/sublimity";
- license = lib.licenses.free;
- };
- }) {};
- sudden-death = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sudden-death";
- ename = "sudden-death";
- version = "20180216.1623";
- src = fetchFromGitHub {
- owner = "yewton";
- repo = "sudden-death.el";
- rev = "791a63d3f4df192e71f4232a9a4c5588f4b43dfb";
- sha256 = "0z3adwd6ymapkdniny3ax2i3wzxp11g6in4bghbcr9bfdxcsf7ps";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3f20f389a2d7ddf49ca64d945b41584a7c120faf/recipes/sudden-death";
- sha256 = "1wrhb3d27j07i64hvjggyajm752w4mhrhq09lfvyhz6ykp1ly3fh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sudden-death";
- license = lib.licenses.free;
- };
- }) {};
- sudo-edit = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sudo-edit";
- ename = "sudo-edit";
- version = "20180731.1208";
- src = fetchFromGitHub {
- owner = "nflath";
- repo = "sudo-edit";
- rev = "cc3d478937b1accd38742bfceba92af02ee9357d";
- sha256 = "1qv58x5j5a3v1s2ylhck1ykbfclq0mbi0gsvaql3nyv8cxazqlwl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b08d4bbdb23b988db5ed7cb5a2a925b7c2e242e/recipes/sudo-edit";
- sha256 = "10vz7q8m0l2dyhiy9r9nj17qlwyv032glshzljzhm1n20w8y1fq4";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/sudo-edit";
- license = lib.licenses.free;
- };
- }) {};
- sudo-ext = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sudo-ext";
- ename = "sudo-ext";
- version = "20170126.414";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "sudo-ext";
- rev = "9d4580f304121ce7b8104bd4bd3b64e4dfa3c9b3";
- sha256 = "1m9srlxavqg6yxmz6rz61saz1lj5hh029314dic8kh6g3bqdnh2w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8e4328cae9b4759a75da0b26ea8b68821bc71af/recipes/sudo-ext";
- sha256 = "1zlnz68kzdrc7p90qmzs7fsr9ry4rl259xpyv55jh5icry290z4x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sudo-ext";
- license = lib.licenses.free;
- };
- }) {};
- sudoku = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sudoku";
- ename = "sudoku";
- version = "20161110.2306";
- src = fetchFromGitHub {
- owner = "zevlg";
- repo = "sudoku.el";
- rev = "77c11b5041b58fc943cf1668b44b40bae039cb5b";
- sha256 = "18nbs980y6cj6my208i80cb928rnkk5rn3zwc63prk5whjw4y77v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9861d5d4cf18466b17ac8e53f3874df5312d3f3/recipes/sudoku";
- sha256 = "14nbidjnsm9lwknmqgfr721b484z5156j723kr1wbfv70j8h9kys";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sudoku";
- license = lib.licenses.free;
- };
- }) {};
- suggest = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , loop
- , melpaBuild
- , s
- , spinner }:
- melpaBuild {
- pname = "suggest";
- ename = "suggest";
- version = "20180916.1159";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "suggest.el";
- rev = "58ea3b20544410b90ca3286cbda3d71c823c3bf9";
- sha256 = "00xbr3fbdjbmvy9nswzqxliavarqkgfa5ms6irfnbpng1ypmcvgf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9fd27e812549587dc2ec26bb58974177ff263ff/recipes/suggest";
- sha256 = "12vvakqqzmmqq5yynpd4wf4lnb0yvcnz065kni996sy7rv7rh83q";
- name = "recipe";
- };
- packageRequires = [ dash emacs f loop s spinner ];
- meta = {
- homepage = "https://melpa.org/#/suggest";
- license = lib.licenses.free;
- };
- }) {};
- suggestion-box = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "suggestion-box";
- ename = "suggestion-box";
- version = "20170830.107";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "suggestion-box-el";
- rev = "50af0776c8caf3c79c4d37fd51cbf304ea34b68e";
- sha256 = "01lx20kzay5504xcq6m6yhvayyd7wpzaa1r6i67xqjnr25lqyajw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b59be8dc0a1850d3e245957fd170e1d01f4e284/recipes/suggestion-box";
- sha256 = "17yai0fh7rfjbp3wz5x5r4src8lxn6qrhf7brp2gjr6cgdv40iac";
- name = "recipe";
- };
- packageRequires = [ emacs popup ];
- meta = {
- homepage = "https://melpa.org/#/suggestion-box";
- license = lib.licenses.free;
- };
- }) {};
- sunburn-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sunburn-theme";
- ename = "sunburn-theme";
- version = "20180602.1229";
- src = fetchFromGitHub {
- owner = "mvarela";
- repo = "Sunburn-Theme";
- rev = "ddb01b6f1f4f823398f7f8e08900c2b4a7811d3b";
- sha256 = "18qfcrr4xlwwhhaq7dwh31bbl84a53akgrw2c6lynnyyi4vk2wpq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/sunburn-theme";
- sha256 = "07nz7vr0yzf5746d8khlzl6ghaj44yfp0ar9ylbpdpfj7rdx17sa";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sunburn-theme";
- license = lib.licenses.free;
- };
- }) {};
- sunny-day-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sunny-day-theme";
- ename = "sunny-day-theme";
- version = "20140413.1425";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "sunny-day-theme";
- rev = "420e0a6eb33fcc9b75c2c9e88ab60a975d782a00";
- sha256 = "0mhyhkjjwszwl5wzkys9pgvgx9sps9r46k1s1hpzzf4s3vi015mc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/11642803ccc5c8dde839508c91dea2728b2b78de/recipes/sunny-day-theme";
- sha256 = "1wsfnmmbzzyggzip66vr38yyzy27blxp91wx97bafj7jpg5cyhzw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sunny-day-theme";
- license = lib.licenses.free;
- };
- }) {};
- sunshine = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sunshine";
- ename = "sunshine";
- version = "20181029.954";
- src = fetchFromGitHub {
- owner = "aaronbieber";
- repo = "sunshine.el";
- rev = "8959dea03377e61aaca0124ac8d2703daaae6b9a";
- sha256 = "1shzhl5bi5dkmvc07mc7sknm5id89iivjkcxsrdcw004g08hr8y0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a0ff9a4ef4bbe8de722a4f77f4a56a851497ff1/recipes/sunshine";
- sha256 = "1lxiqw7k8cpq0v6p5whgxgzqrbx3sd9174r0d4qlkrpn6rcp44vv";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/sunshine";
- license = lib.licenses.free;
- };
- }) {};
- suomalainen-kalenteri = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "suomalainen-kalenteri";
- ename = "suomalainen-kalenteri";
- version = "20190310.110";
- src = fetchFromGitHub {
- owner = "tlikonen";
- repo = "suomalainen-kalenteri";
- rev = "c8c03fe9bae57d4e15c287aef4f98911a3529240";
- sha256 = "1n4nz309rr1cpx1c5aighakpcmrbzzg2xprh5hi4kln0rngggycp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/181adf1b16253481674663fd28b195172231b7da/recipes/suomalainen-kalenteri";
- sha256 = "1wzijbgcr3jc47ccr7nrdkqha16s6gw0xiccnmdczi48cvnvvlkh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/suomalainen-kalenteri";
- license = lib.licenses.free;
- };
- }) {};
- super-save = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "super-save";
- ename = "super-save";
- version = "20180929.27";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "super-save";
- rev = "62512f60d6685d8601e2021d95e77603b6d96885";
- sha256 = "0cn39d1qfm119bxb9sdl43ya2vvadfp22qwdn3j843wyf92hpdn4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9730b65787b26d3909952cf246a01bd349e5fbab/recipes/super-save";
- sha256 = "0ikfw7n2rvm3xcgnj1si92ly8w75x26071ki551ims7a8sawh52p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/super-save";
- license = lib.licenses.free;
- };
- }) {};
- supergenpass = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "supergenpass";
- ename = "supergenpass";
- version = "20130328.2248";
- src = fetchFromGitHub {
- owner = "ober";
- repo = "sgpass";
- rev = "549072ef7b5b82913cadd4758e8a0a9926f0a04a";
- sha256 = "0m02snzka243adhwwgriml133n4312lhdia3wdqjcq8y2mlp3331";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/supergenpass";
- sha256 = "0ldy6j6l6rf72w0hl195rdnrabml2a5k91200s186k0r5aja4b95";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/supergenpass";
- license = lib.licenses.free;
- };
- }) {};
- suscolors-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "suscolors-theme";
- ename = "suscolors-theme";
- version = "20161109.1215";
- src = fetchFromGitHub {
- owner = "TheSuspiciousWombat";
- repo = "SusColors-emacs";
- rev = "8f5cdf8de5e58db838ef0e803b60b7d74fc2a889";
- sha256 = "1wc4l7zvb8zmh48cgrl7bkbyfj0sflzq28sc8jssghkcl2735cbg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f26b8281f9bd05e3c8f2ef21838275711e622c9/recipes/suscolors-theme";
- sha256 = "0j8yfl3yglp9kfdpbmfj3jw7npc6nlqw48cchiczh4biry204lbw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/suscolors-theme";
- license = lib.licenses.free;
- };
- }) {};
- sv-kalender-namnsdagar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sv-kalender-namnsdagar";
- ename = "sv-kalender-namnsdagar";
- version = "20190421.821";
- src = fetchFromGitHub {
- owner = "matsl";
- repo = "sv-kalender-namnsdagar";
- rev = "fff970f49c77abfc69e37817f25a939818420971";
- sha256 = "0c6xjw1wh94llwh8qkf3bfzx05ksk0lsdrqdfqn3qkjnf3bkbbh2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9327ea6ae9f4eaeeb6c0fb40bad77e403b4f55c/recipes/sv-kalender-namnsdagar";
- sha256 = "1l89y6bjkw8px89qaw1ldfp6qmbm5nq09i6pr32n0k553670v4sr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sv-kalender-namnsdagar";
- license = lib.licenses.free;
- };
- }) {};
- svg-mode-line-themes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xmlgen }:
- melpaBuild {
- pname = "svg-mode-line-themes";
- ename = "svg-mode-line-themes";
- version = "20150425.1306";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "svg-mode-line-themes";
- rev = "80a0e01839cafbd66899202e7764c33231974259";
- sha256 = "14h40s0arc2i898r9yysn256z6l8jkrnmqvrdg7p7658c0klz5ic";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ca54d78b5e87c3bb582b178e4892af2bf447d1e/recipes/svg-mode-line-themes";
- sha256 = "12lnszcb9bl32n9wir7vf8xiyyv7njw4xg21aj9x4dasmidyx506";
- name = "recipe";
- };
- packageRequires = [ xmlgen ];
- meta = {
- homepage = "https://melpa.org/#/svg-mode-line-themes";
- license = lib.licenses.free;
- };
- }) {};
- svnwrapper = callPackage ({ e2ansi
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "svnwrapper";
- ename = "svnwrapper";
- version = "20180414.1143";
- src = fetchFromGitHub {
- owner = "Lindydancer";
- repo = "svnwrapper";
- rev = "de5069f5784e5d9e87a0af0159ba5f28a3716583";
- sha256 = "08sg55cmjbk06622mzhv74f5b5dvbay7gb729zsckczxwrp1cayp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cb43431d7a7276cdf1ea741b2b218bc46c2722f9/recipes/svnwrapper";
- sha256 = "06nb7dql7fbaa9khhpxdl8jj6zmypi24bak52sfsa0js77v51pf2";
- name = "recipe";
- };
- packageRequires = [ e2ansi ];
- meta = {
- homepage = "https://melpa.org/#/svnwrapper";
- license = lib.licenses.free;
- };
- }) {};
- swagger-to-org = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "swagger-to-org";
- ename = "swagger-to-org";
- version = "20160610.1756";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "swagger-to-org";
- rev = "181357c71ea24bede263f5706d8781ad65e16877";
- sha256 = "0x1mxxvlhhs34j869cy68gy5pgmvpfliyl9vlrlwm3z8apbip9gp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4d5a7f017593e73ea48c0e535ecf3809536bcde5/recipes/swagger-to-org";
- sha256 = "1m40f5njxcxmc2snaz2q43b4scwgp51y761kq6klixjvafi0pv86";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs json ];
- meta = {
- homepage = "https://melpa.org/#/swagger-to-org";
- license = lib.licenses.free;
- };
- }) {};
- swap-buffers = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "swap-buffers";
- ename = "swap-buffers";
- version = "20150506.1439";
- src = fetchFromGitHub {
- owner = "ekazakov";
- repo = "swap-buffers";
- rev = "46ab31359b70d935add6c6e9533443116dc51103";
- sha256 = "1kn70570r6x0h1xfs1vr8as27pjfanyhml140yms60gdjb4ssf9r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2a0172aaebdf4e0b6f6dd3093482e3cf3eb796d4/recipes/swap-buffers";
- sha256 = "0ih5dhnqy3c9nlfz9m2zwy4q4jaam09ykbdqhsxx2hnwjk7p35bw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/swap-buffers";
- license = lib.licenses.free;
- };
- }) {};
- swap-regions = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "swap-regions";
- ename = "swap-regions";
- version = "20180915.646";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "swap-regions.el";
- rev = "f4fd9880cf690e003fcde88dcf2b46adbbbb03cd";
- sha256 = "1d45yanqk4w0idqwkrwig1dl22wr820k11r3gynv7an643k4wngp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6805c7710618ed1178ffd3488295d4d6b33e8ebe/recipes/swap-regions";
- sha256 = "0gl4vr7wjh5gjskrwbqypaqyfigpgh379bm4l2gvbsbhahsmbj67";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/swap-regions";
- license = lib.licenses.free;
- };
- }) {};
- sweetgreen = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "sweetgreen";
- ename = "sweetgreen";
- version = "20180604.2035";
- src = fetchFromGitHub {
- owner = "CestDiego";
- repo = "sweetgreen.el";
- rev = "e933fe466b5ef0e976967e203f88bd7a012469d1";
- sha256 = "1pd13v3xma78xa0smxql4i2iax72kxqh7iwp3k16jwzrklmsdiyr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63812707948e6dcc00e00ebc3c423469593e80fd/recipes/sweetgreen";
- sha256 = "1v75wk0gq5fkz8i1r8pl4gqnxbv1d80isyn48w2hxj2fmdn2xhpy";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash helm request ];
- meta = {
- homepage = "https://melpa.org/#/sweetgreen";
- license = lib.licenses.free;
- };
- }) {};
- swift-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "swift-mode";
- ename = "swift-mode";
- version = "20190524.2316";
- src = fetchFromGitHub {
- owner = "swift-emacs";
- repo = "swift-mode";
- rev = "3b6bdad3870ecb87190cfec993bdae0545a8dbaa";
- sha256 = "1x68fli13nd8mwjzc5d7sk2kkjrw22z9xl3srvzh7qqfm8pwcd2r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/swift-mode";
- sha256 = "103nix9k2agxgfpwyhsracixl4xvzqlgidd25r1fpj679hr42bg8";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/swift-mode";
- license = lib.licenses.free;
- };
- }) {};
- swift3-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "swift3-mode";
- ename = "swift3-mode";
- version = "20160918.550";
- src = fetchFromGitHub {
- owner = "taku0";
- repo = "swift3-mode";
- rev = "ea34d46bf9a4293e75ffdac9500d34989316d9e9";
- sha256 = "1hwc3fxv87hmw0a0mgl8khfzf1p7yp2izkc02z8f1vbkaibmmawp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0ca9071199230d3c4c1b2e3a501736df87095fd3/recipes/swift3-mode";
- sha256 = "14vm05p8ix09v73dkmf03i56yib8yk6h2r1zc9m4ym80fki4f520";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/swift3-mode";
- license = lib.licenses.free;
- };
- }) {};
- swiper = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "swiper";
- ename = "swiper";
- version = "20190604.308";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "swiper";
- rev = "c11797a32f5456f23663d3b725d1fe8315867000";
- sha256 = "0wnmya8cj7zy5kr8cw5yjddmshcvwc2dz8qnzkkxx9hxk5312h63";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e64cad81615ef3ec34fab1f438b0c55134833c97/recipes/swiper";
- sha256 = "0qaia5pgsjsmrfmcdj72jmj39zq82wg4i5l2mb2z6jlf1jpbk6y9";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/swiper";
- license = lib.licenses.free;
- };
- }) {};
- swiper-helm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , swiper }:
- melpaBuild {
- pname = "swiper-helm";
- ename = "swiper-helm";
- version = "20180131.944";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "swiper-helm";
- rev = "93fb6db87bc6a5967898b5fd3286954cc72a0008";
- sha256 = "05n4h20lfyg1kis5rig72ajbz680ml5fmsy6l1w4g9jx2xybpll2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/674c709490e13267e09417e08953ff76bfbaddb7/recipes/swiper-helm";
- sha256 = "011ln6vny7z5vw67cpzldxf5n6sk2hjdkllyf7v6sf4m62ws93ph";
- name = "recipe";
- };
- packageRequires = [ emacs helm swiper ];
- meta = {
- homepage = "https://melpa.org/#/swiper-helm";
- license = lib.licenses.free;
- };
- }) {};
- switch-buffer-functions = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "switch-buffer-functions";
- ename = "switch-buffer-functions";
- version = "20171011.1004";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "switch-buffer-functions-el";
- rev = "651696ef9dec7affbe51c81d9318288376c35899";
- sha256 = "0xv57imh6w6kbh1i1ib9k9x2h01l4vdxs2i667a76ym6dmsjbx2x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d37ebd28f4a2f770958bd9a2669cce86cc76cbe7/recipes/switch-buffer-functions";
- sha256 = "1b93p8q07zncqq3nw829gddc615rwaan1ds5vgfhdb1l7bh9f37l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/switch-buffer-functions";
- license = lib.licenses.free;
- };
- }) {};
- switch-window = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "switch-window";
- ename = "switch-window";
- version = "20181103.2040";
- src = fetchFromGitHub {
- owner = "dimitri";
- repo = "switch-window";
- rev = "204f9fc1a39868a2d16ab9370a142c8c9c7a0943";
- sha256 = "0rci96asgamr6qp6nkyr5vwrnslswjxcjd96yccy4aivh0g66yfg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d2204e3b53ade1e400e143ac219f3c7ab63a1e9/recipes/switch-window";
- sha256 = "02f0zjvlzms66w1ryhk1cbr4rqwklzvgcjfiicj0lcnqqx61m2k2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/switch-window";
- license = lib.licenses.free;
- };
- }) {};
- swoop = callPackage ({ async
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , pcre2el }:
- melpaBuild {
- pname = "swoop";
- ename = "swoop";
- version = "20160120.915";
- src = fetchFromGitHub {
- owner = "ShingoFukuyama";
- repo = "emacs-swoop";
- rev = "a5e475db7a9f5db02ba3d08cd3c1c3594e2e01d7";
- sha256 = "10ka6f86n07xlf0z7w35db0mzp2zk4xhr6jd19kjdrn2j0ynlcw5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/swoop";
- sha256 = "0zcxasc0bpldvlp6032f9v1s4vm9r76pzd7sjgwa9dxbajw5h7fs";
- name = "recipe";
- };
- packageRequires = [ async emacs ht pcre2el ];
- meta = {
- homepage = "https://melpa.org/#/swoop";
- license = lib.licenses.free;
- };
- }) {};
- sws-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sws-mode";
- ename = "sws-mode";
- version = "20150317.1245";
- src = fetchFromGitHub {
- owner = "brianc";
- repo = "jade-mode";
- rev = "03486dce6990c96e85e53c18b8fcb35fbb8509f5";
- sha256 = "10w73i4sh6mn108lcnm6sv4xr1w0avbfw05kid28c33583h80vpm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/877b5a3e612e1b1d6d51e60c66b0b79f231abdb2/recipes/sws-mode";
- sha256 = "0b12dsad0piih1qygjj0n7rni0pl8cizbzwqm9h1dr8imy53ak4i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sws-mode";
- license = lib.licenses.free;
- };
- }) {};
- sx = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , let-alist
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "sx";
- ename = "sx";
- version = "20190114.723";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "sx.el";
- rev = "49358eae36dd4bb5b9207313b30df085e7f25cef";
- sha256 = "08x2bli821b47sp1jwgg8k8q292z4ryl052rfna0vkcjqv6l5bav";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f16958a09820233fbe2abe403561fd9a012d0046/recipes/sx";
- sha256 = "1ml1rkhhk3hkd16ij2zwng591rxs2yppsfq9gwd4ppk02if4v517";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs json let-alist markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/sx";
- license = lib.licenses.free;
- };
- }) {};
- symbol-overlay = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "symbol-overlay";
- ename = "symbol-overlay";
- version = "20190525.1925";
- src = fetchFromGitHub {
- owner = "wolray";
- repo = "symbol-overlay";
- rev = "ff16ccf472507ef4a4d8303e79bb12bf25345714";
- sha256 = "1fik6k1fil2rl4z3dasm4c0jxjpc5f1nqqvmm1hn3il4263p0qsc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c2a468ebe1a3e5a35ef40c59a62befbf8960bd7b/recipes/symbol-overlay";
- sha256 = "1al60x2mnjsv99jd10v5sd56zz185wsddiq7128phf1l35bkibis";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/symbol-overlay";
- license = lib.licenses.free;
- };
- }) {};
- symbolword-mode = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "symbolword-mode";
- ename = "symbolword-mode";
- version = "20180401.727";
- src = fetchFromGitHub {
- owner = "ncaq";
- repo = "symbolword-mode";
- rev = "3857c42696e20f49f274ff8bc45a6f3ee26884d4";
- sha256 = "0pk20glbf73lpfky0jz6dqvxzaqvig3m11xca0786ni0g1yc4g0g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be2018e0206c3f39c1b67e83000b030d70a72ceb/recipes/symbolword-mode";
- sha256 = "1fs1irnmlbrn76b4gdsy0v65nz8av85iqm0b7g9nm2rm8azcr050";
- name = "recipe";
- };
- packageRequires = [ emacs f ];
- meta = {
- homepage = "https://melpa.org/#/symbolword-mode";
- license = lib.licenses.free;
- };
- }) {};
- symon = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "symon";
- ename = "symon";
- version = "20170224.33";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "symon";
- rev = "76461679dfe13a5dccd3c8735fb6f58b26b46733";
- sha256 = "06s7q0zhqmvnhdkqikhfzl1rgm6xzqaxp461ndf8gp44rp1alkl4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3f4bbc6b3d7b2e2a9fbe7ff7f1d47cda9c859cc0/recipes/symon";
- sha256 = "11llnvngyc3xz8nd6nj86ism0hhs8p54wkscvs4yycbakbyn61lz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/symon";
- license = lib.licenses.free;
- };
- }) {};
- symon-lingr = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , symon }:
- melpaBuild {
- pname = "symon-lingr";
- ename = "symon-lingr";
- version = "20150719.642";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "symon-lingr";
- rev = "056d1a473e36992ff5881e5ce6fdc331cead975f";
- sha256 = "030bglxnvrkf1f9grbhd8n11j4c6sxpabpjdr1ryx522v01fvx8j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/936e9a83ed73d3b6090e5c401076b6cff5d9732d/recipes/symon-lingr";
- sha256 = "0kyhmw25cn10b4jv2yx7bvp8zkwcswiidpk4amyaisw25820gkv1";
- name = "recipe";
- };
- packageRequires = [ cl-lib symon ];
- meta = {
- homepage = "https://melpa.org/#/symon-lingr";
- license = lib.licenses.free;
- };
- }) {};
- sync-recentf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sync-recentf";
- ename = "sync-recentf";
- version = "20160326.1301";
- src = fetchFromGitHub {
- owner = "ffevotte";
- repo = "sync-recentf";
- rev = "0052561d5c5b5c2684faedc3eead776aec06c3ed";
- sha256 = "006siydqxqds0qqds0zxn821dk4pw14wyymyp03n594wgqzw7m8q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9858ea35f2a3faacab56b6ccba5672956560456b/recipes/sync-recentf";
- sha256 = "17aji2vcw6zfd823anzwj8pcgyxamxr87bnni085jvlz0vx6gh9c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sync-recentf";
- license = lib.licenses.free;
- };
- }) {};
- syndicate = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "syndicate";
- ename = "syndicate";
- version = "20160603.823";
- src = fetchFromGitHub {
- owner = "KNX32542";
- repo = "syndicate";
- rev = "90cee202a06f5bab48268ebf9f62c43334b69f50";
- sha256 = "1w0na1p9drdmbci7adj20amrabcpny9fb2v4bd967ils4f2wly75";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/626bda1691d9c7a97fcf549f7a3f0d41d832cfde/recipes/syndicate";
- sha256 = "06nmldcw5dy2shhpk6nyix7gs57gsr5s9ksj57xgg8y2j3j0da95";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/syndicate";
- license = lib.licenses.free;
- };
- }) {};
- synonymous = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "synonymous";
- ename = "synonymous";
- version = "20180325.1117";
- src = fetchFromGitHub {
- owner = "toroidal-code";
- repo = "synonymous.el";
- rev = "2cb9a674d84fddf3f1b00c9d6b13a853576acb87";
- sha256 = "1l0skavpj96x5gdrx9l8dqj4mrb7zcilv3jj335ak11p2i4ckcq2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ecf2c44c63e9f41f1733849bdef0d0c301485580/recipes/synonymous";
- sha256 = "0vawa9qwvv6z1i7vzhkjdl1l9r1yham48yn5y8w8g1xyhxxp6rs5";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs request ];
- meta = {
- homepage = "https://melpa.org/#/synonymous";
- license = lib.licenses.free;
- };
- }) {};
- synosaurus = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "synosaurus";
- ename = "synosaurus";
- version = "20190305.1406";
- src = fetchFromGitHub {
- owner = "hpdeifel";
- repo = "synosaurus";
- rev = "bc26f5c22b4d08dd09d0852435814977433c9521";
- sha256 = "0hpcnslgs5qh3knapw1x7imia3b1yplicpddnzzpxnjsp7psypwh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/synosaurus";
- sha256 = "06a48ajpickf4qr1bc14skfr8khnjjph7c35b7ajfy8jw2zwavpn";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/synosaurus";
- license = lib.licenses.free;
- };
- }) {};
- synquid = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "synquid";
- ename = "synquid";
- version = "20160930.850";
- src = fetchFromGitHub {
- owner = "cpitclaudel";
- repo = "synquid-emacs";
- rev = "28701ce1a15437202f53ab93a14bcba1de83fd2c";
- sha256 = "0c0pi5w8xvir9gnbjp80g1c4i3rhid65zwh4i4vkyivkh2s29f6i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ccd9f265d90a5f6a95942938532f556b223e4da/recipes/synquid";
- sha256 = "10kmd9g3qbfnyfl2bdf2s70f5sd3pyzalq18dpgq5ijkwqi019k7";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/synquid";
- license = lib.licenses.free;
- };
- }) {};
- syntactic-close = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "syntactic-close";
- ename = "syntactic-close";
- version = "20190513.247";
- src = fetchFromGitHub {
- owner = "emacs-berlin";
- repo = "syntactic-close";
- rev = "2bd46845b664ae828c8b973839ef454cde501028";
- sha256 = "1r1ia1yw43vvyk62d6r1k55zcz185777s10ix9bg3fllczdbyzcz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f2c15c0c8ee37a1de042a974c6daddbfa7f33f1d/recipes/syntactic-close";
- sha256 = "19lrzxxyzdj1nrzdgzandjz3b8b4pw7akbv86yf0mdf023d9as1f";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/syntactic-close";
- license = lib.licenses.free;
- };
- }) {};
- syntactic-sugar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "syntactic-sugar";
- ename = "syntactic-sugar";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "syntactic-sugar";
- rev = "b6a49df4b6056e2619eea9ca554c105ae67e115f";
- sha256 = "0zymxv4lz3phb2lmza0469ssw3fybribzd1w2fmp8ij1r18xy0xk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b32b9b3b3e820e498d7531a1f82da36e5e8f4e74/recipes/syntactic-sugar";
- sha256 = "12b2vpvz5h4wzxrk8jrbgc8v0w6bzzvxcyfs083fi1791qq1rw7r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/syntactic-sugar";
- license = lib.licenses.free;
- };
- }) {};
- syntax-subword = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "syntax-subword";
- ename = "syntax-subword";
- version = "20160519.1205";
- src = fetchhg {
- url = "https://bitbucket.com/jpkotta/syntax-subword";
- rev = "ad0db0fcb464";
- sha256 = "1wcgr6scvwwfmhhjbpq3riq0gmp4g08ffbl91fpgp72j8zrc1c6x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/syntax-subword";
- sha256 = "1as89ffqz2h69fdwybgs5wibnrvskm7hd58vagfjkla9pjlpffpm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/syntax-subword";
- license = lib.licenses.free;
- };
- }) {};
- system-packages = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "system-packages";
- ename = "system-packages";
- version = "20181219.821";
- src = fetchFromGitLab {
- owner = "jabranham";
- repo = "system-packages";
- rev = "25da03bab9757009d095dc1ef3e93d8b1ef2d7c4";
- sha256 = "1qy9617dfcnaaa2ppw90chl7x4mkdm47j1ayis9s266gcphd14rk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d3c7af03e0bca3f834c32827cbcca29e29ef4db/recipes/system-packages";
- sha256 = "13nk3m8gw9kqjllk7hgkmpxsx9y5h03f0l7zydg388wc7cxsiy3l";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/system-packages";
- license = lib.licenses.free;
- };
- }) {};
- system-specific-settings = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "system-specific-settings";
- ename = "system-specific-settings";
- version = "20140818.757";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "emacs-system-specific-settings";
- rev = "0050d85b2175095aa5ecf580a2fe43c069b0eef3";
- sha256 = "1hixilnnybv2v3p1wpn7a0ybwah17grawszs3jycsjgzahpgckv7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3f52c584d7435c836ba3c95c598306ba0f5c06da/recipes/system-specific-settings";
- sha256 = "1ydmxi8aw2lf78wv4m39yswbqkmcadqg0wmzg9s8b5h9bxxwvppp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/system-specific-settings";
- license = lib.licenses.free;
- };
- }) {};
- systemd = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "systemd";
- ename = "systemd";
- version = "20180629.1406";
- src = fetchFromGitHub {
- owner = "holomorph";
- repo = "systemd-mode";
- rev = "401d71c2dd24e424216ae5e4275c830f2a9c6b0c";
- sha256 = "06b8j64fk711fay0p4ifypvpdv2l2kz80rx1hhm6g9991h0x33bj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca810e512c357d1d0130aeeb9b46b38c595e3351/recipes/systemd";
- sha256 = "1ykvm8mfi3fjvrkfcy9qn0sr9mhwm9x1svrmrd0gyqk418clk5i3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/systemd";
- license = lib.licenses.free;
- };
- }) {};
- systemtap-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "systemtap-mode";
- ename = "systemtap-mode";
- version = "20151122.1140";
- src = fetchFromGitHub {
- owner = "ruediger";
- repo = "systemtap-mode";
- rev = "8b5086d6b0050a12bb37e33c24c24d1f420afd3b";
- sha256 = "14hrqz26h89sdgfpfyhwwxvqkv3j0zn67yy8wz0nbla9k2jjf6h8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1df01b4cccfb234971933d24de21a2b5648fd8c/recipes/systemtap-mode";
- sha256 = "1l2jx6mvph0q2pdlhq7p4vwfw72rfl8k1rwi504bbkr5n5xwhhhz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/systemtap-mode";
- license = lib.licenses.free;
- };
- }) {};
- ta = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ta";
- ename = "ta";
- version = "20160619.945";
- src = fetchFromGitHub {
- owner = "kuanyui";
- repo = "ta.el";
- rev = "668ad41e71f374f8c32c8d0532f3d8485b355d35";
- sha256 = "1lk7hpdp6c74sdwkg2azfvj4qmbl1ghmhms3r0j4296dj8bl5k63";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/847693b5952e99597bd77223e1058536d1beeb5c/recipes/ta";
- sha256 = "0kn2k4n0xfwsrniaqb36v3rxj2pf2sai3bmjksbn1g2kf5g156ll";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ta";
- license = lib.licenses.free;
- };
- }) {};
- tab-group = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tab-group";
- ename = "tab-group";
- version = "20140306.650";
- src = fetchFromGitHub {
- owner = "tarao";
- repo = "tab-group-el";
- rev = "5a290ec2608e4100fb188fd60ecb77affcc3465b";
- sha256 = "0lfvgbgvsm61kv5mcjnhnfjcnr7fy1015y0hndkf9xvdlw4hahr4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad758d865bde8c97d27c0d57cabe1606f8b36974/recipes/tab-group";
- sha256 = "1i5lxpf3wmqnqj9mzgcn4gp1gjxp737awrzl1dml5wnarbbj4fs9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tab-group";
- license = lib.licenses.free;
- };
- }) {};
- tab-jump-out = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tab-jump-out";
- ename = "tab-jump-out";
- version = "20151005.1830";
- src = fetchFromGitHub {
- owner = "zhangkaiyulw";
- repo = "tab-jump-out";
- rev = "1c3fec1826d2891177ea78e4e7cce1dc67e83e51";
- sha256 = "0h7sfbca1nzcjylwl7zp25yj6wxnlx8g8a50zc6sg6jg4rggi2fm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/tab-jump-out";
- sha256 = "1p2hkj0d9hbiwbf746l3rad8a5x6hk97b0ajl6q6cwbmy2qm3cca";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/tab-jump-out";
- license = lib.licenses.free;
- };
- }) {};
- tabbar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tabbar";
- ename = "tabbar";
- version = "20180726.1035";
- src = fetchFromGitHub {
- owner = "dholm";
- repo = "tabbar";
- rev = "82bbda31cbe8ef367dd6501c3aa14b7f2c835910";
- sha256 = "01sw76wp8bvh21h30pkc3kjr98c8m6qid6misk1y7hkyld0bzxay";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/806420d75561cbeffbc1b387345a56c21cc20179/recipes/tabbar";
- sha256 = "1y376nz1xmchwns4fz8dixbb7hbqh4mln78zvsh7y32il98wzvx9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tabbar";
- license = lib.licenses.free;
- };
- }) {};
- tabbar-ruler = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mode-icons
- , powerline
- , tabbar }:
- melpaBuild {
- pname = "tabbar-ruler";
- ename = "tabbar-ruler";
- version = "20160801.2007";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "tabbar-ruler.el";
- rev = "535568189aa12a3eff7f977d2783e57b6a65ab6a";
- sha256 = "1csj6qhwihdf4kfahcqhm163isiwac08w4nqid1hnca184bfk6xm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d69d1ef8dbab8394be01153cf9ebe8e49bf9912/recipes/tabbar-ruler";
- sha256 = "10dwjj6r74g9rzdd650wa1wxhqc0q6dmff4j0qbbhmjsxvsr3y0d";
- name = "recipe";
- };
- packageRequires = [ cl-lib mode-icons powerline tabbar ];
- meta = {
- homepage = "https://melpa.org/#/tabbar-ruler";
- license = lib.licenses.free;
- };
- }) {};
- tablist = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tablist";
- ename = "tablist";
- version = "20190413.2343";
- src = fetchFromGitHub {
- owner = "politza";
- repo = "tablist";
- rev = "8079801527da1f596bc942162026328d7bdf6ad9";
- sha256 = "11bm7z4kdxrq6pv93zwrmg729mnvqvhgmna9r2wqx2wyf87vdh00";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5fc0c6c02d609fb22710560337bd577f4b1e0c8f/recipes/tablist";
- sha256 = "0c10g86xjhzpmc2sqjmzcmi393qskyw6d9bydqzjk3ffjzklm45p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/tablist";
- license = lib.licenses.free;
- };
- }) {};
- tabula-rasa = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tabula-rasa";
- ename = "tabula-rasa";
- version = "20141215.2147";
- src = fetchFromGitHub {
- owner = "idomagal";
- repo = "Tabula-Rasa";
- rev = "e85fff9de18dc31bc6a7aca726e34a95cc5459f5";
- sha256 = "1dbjfq9a7a5s9c18nrp4kcda64jkg5cp8na31kxw0hjcn98dgqa8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/tabula-rasa";
- sha256 = "14j92inssmm61bn475gyn0dn0rv8kvfnqyl1zq3xliy7a0jn58zz";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/tabula-rasa";
- license = lib.licenses.free;
- };
- }) {};
- tagedit = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "tagedit";
- ename = "tagedit";
- version = "20161121.55";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "tagedit";
- rev = "b3a70101a0dcf85498c92b7fcfa7fdbac869746c";
- sha256 = "0xq9i3axlq9wgsr27nbhi5k9hxr1wahygkb73xkvxlgmvkmikcrw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8968e2cd0bd49d54a5479b2467bd4f0a97d7a969/recipes/tagedit";
- sha256 = "0vfkbrxmrw4fwdz324s734zxdxm2nj3df6i8m6lgb9pizqyp2g6z";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/tagedit";
- license = lib.licenses.free;
- };
- }) {};
- take-off = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-server }:
- melpaBuild {
- pname = "take-off";
- ename = "take-off";
- version = "20140531.217";
- src = fetchFromGitHub {
- owner = "tburette";
- repo = "take-off";
- rev = "aa9ea45566fc74febbb6ee9c409ecc4b59246215";
- sha256 = "13zwlb5805cpv0pbr7fj5b4crlg7lb0ibslvcpszm0cz6rlifcvf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d129ad161d8538c9db022bbd4e90eacda998cf4/recipes/take-off";
- sha256 = "05vlajmirbp62rpbdwa2bimpzyl9xc331gg0lhn2rkivc0hma2ar";
- name = "recipe";
- };
- packageRequires = [ emacs web-server ];
- meta = {
- homepage = "https://melpa.org/#/take-off";
- license = lib.licenses.free;
- };
- }) {};
- tango-2-theme = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tango-2-theme";
- ename = "tango-2-theme";
- version = "20120312.1325";
- src = fetchgit {
- url = "https://gist.github.com/2024464.git";
- rev = "64e44c98e41ebbe3b827d54280e3b9615787daaa";
- sha256 = "1lqkazis9pfcfdsb2lar4l1n4pd085v60xmnlkdrdllwamqachkk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ab432b0eac0bcf0d40c5b3c8a78475bc0fea47d2/recipes/tango-2-theme";
- sha256 = "1a9qmz99h99gpd0sxqb71c08wr8pm3bzsg3p4cvf3vcirvav9lq6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tango-2-theme";
- license = lib.licenses.free;
- };
- }) {};
- tango-plus-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tango-plus-theme";
- ename = "tango-plus-theme";
- version = "20170214.908";
- src = fetchFromGitHub {
- owner = "tmalsburg";
- repo = "tango-plus-theme";
- rev = "8ba8901397e3e9f1d53110487bfa0effc65015e7";
- sha256 = "025dca4yqpai45s74nk41y075v8pv59fdna11c0qqz3ihyrdhbrq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/tango-plus-theme";
- sha256 = "1p1b48fvmk7a8m3bnddkx2pp7kz5agac0v1ii2r6iqapdqsl22ng";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tango-plus-theme";
- license = lib.licenses.free;
- };
- }) {};
- tangotango-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tangotango-theme";
- ename = "tangotango-theme";
- version = "20170924.809";
- src = fetchFromGitHub {
- owner = "juba";
- repo = "color-theme-tangotango";
- rev = "e2f2ea9c35f06dfc43a29c91c14cf0cdb19f2144";
- sha256 = "01gvsvha8z7pyr8c33gh3xmz47lh6b8g0nwf1gzdiw1gd0sfhs4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ebfcfa3ba4ca77443667a9478d59214810cd8cc2/recipes/tangotango-theme";
- sha256 = "05cnvyqmh5h5mqys7qs7d9knzxzmi2x0j1avp77x5l5njzzv59s2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tangotango-theme";
- license = lib.licenses.free;
- };
- }) {};
- tao-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tao-theme";
- ename = "tao-theme";
- version = "20190204.304";
- src = fetchFromGitHub {
- owner = "11111000000";
- repo = "tao-theme-emacs";
- rev = "c5107fbe7e752f4e58c2d2147ff18a1ebb12937c";
- sha256 = "07vvlglmkj87hpxz79s3bl2cjn71vain57fdxs7j9vlr5jkchxwn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/94b70f11655944080507744fd06464607727ecef/recipes/tao-theme";
- sha256 = "0gl6zzk5ha6vl2xxf5fcnv1k42cw4axdjdcirr1c4r8jwdq3nl3a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tao-theme";
- license = lib.licenses.free;
- };
- }) {};
- taskpaper-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "taskpaper-mode";
- ename = "taskpaper-mode";
- version = "20190516.812";
- src = fetchFromGitHub {
- owner = "saf-dmitry";
- repo = "taskpaper-mode";
- rev = "0f31dca5dc87b5848736fb5ad574947940fd7a03";
- sha256 = "05mv8aii1d0r1ayhj4wfbkrj0yd31jc88cv4d8rk9jc7f1zg73fd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f969b1cd58dfd22041a8a2b116db0f48e321e546/recipes/taskpaper-mode";
- sha256 = "0gayhzakiwlrkysmh24499pyzdfy3rmf8d68vamih7igxpl57gim";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/taskpaper-mode";
- license = lib.licenses.free;
- };
- }) {};
- tawny-mode = callPackage ({ cider
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tawny-mode";
- ename = "tawny-mode";
- version = "20170422.1502";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "tawny-owl";
- rev = "9f11bb428a255a605c725dfbd23cc082c5d258af";
- sha256 = "0l419pvvnj850c6byr7njnjki171mcsvlqj8g2d4qk16j504n34m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ea9a114ff739f7d6f5d4c3167f5635ddf79bf60c/recipes/tawny-mode";
- sha256 = "1xaw1six1n6rw1283fdyl15xcf6m7ngvq6gqlz0xzpf232c4b0kr";
- name = "recipe";
- };
- packageRequires = [ cider emacs ];
- meta = {
- homepage = "https://melpa.org/#/tawny-mode";
- license = lib.licenses.free;
- };
- }) {};
- tblui = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit-popup
- , melpaBuild
- , tablist }:
- melpaBuild {
- pname = "tblui";
- ename = "tblui";
- version = "20161007.1212";
- src = fetchFromGitHub {
- owner = "Yuki-Inoue";
- repo = "tblui.el";
- rev = "e280e11b35a2fdbcadf9ce901a2b62684ac7a7a3";
- sha256 = "0alb0gpdny1y90b2c5s25as56qbi3dy8rfnm9ba0k7ifwy0lmfq5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4dd6e9dcc73c57f93371ba16b15f2d98d805dae/recipes/tblui";
- sha256 = "1m0zhk5zyialklnil5az974yz6g1zksw02453cxc0xpn5pf0a3xa";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash magit-popup tablist ];
- meta = {
- homepage = "https://melpa.org/#/tblui";
- license = lib.licenses.free;
- };
- }) {};
- tbx2org = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "tbx2org";
- ename = "tbx2org";
- version = "20140224.759";
- src = fetchFromGitHub {
- owner = "istib";
- repo = "tbx2org";
- rev = "08e9816ba6066f56936050b58d07ceb2187ae6f7";
- sha256 = "1jp80qywcphql1ngd4fr24lqdfwrw0bw6q9hgq5vmzgjwfxwxwd4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d616cbf4ad7e49807afd2f7acf0a0fd2f2a0bac4/recipes/tbx2org";
- sha256 = "1yvkw65la4w12c4w6l9ai73lzng170wv4b8gry99m2bakw3wr8m8";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash s ];
- meta = {
- homepage = "https://melpa.org/#/tbx2org";
- license = lib.licenses.free;
- };
- }) {};
- tc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tc";
- ename = "tc";
- version = "20181108.2028";
- src = fetchFromGitHub {
- owner = "kanchoku";
- repo = "tc";
- rev = "5496f8dee27c4d925977da3cca6fcacf9b45bc58";
- sha256 = "1clf56sxvrky05qzk5kri01r0jz4zfwysxzs3iix0aljrz8mdi8w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9fddfc79ed2c614c33e90ba80f300912fdab88a3/recipes/tc";
- sha256 = "05lnsaizlh4wqjkp0wqcm1756r9ia46as8zf01k8qsi0mm452g6q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tc";
- license = lib.licenses.free;
- };
- }) {};
- tco = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tco";
- ename = "tco";
- version = "20190308.1655";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "tco.el";
- rev = "482db5313f090b17ed22ccd856f0e141dc75afe6";
- sha256 = "1z7xkbrqznk6ni687qqknp8labcyhl8y6576hjfri89fn21385y9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca33f97f0394585c8ccb31cab0ee776d1655907c/recipes/tco";
- sha256 = "0hfrzwjlgynk3mydrpmic9mckak37r22fdglrfas6zdihgrg152f";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/tco";
- license = lib.licenses.free;
- };
- }) {};
- tdd-status-mode-line = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tdd-status-mode-line";
- ename = "tdd-status-mode-line";
- version = "20131123.916";
- src = fetchFromGitHub {
- owner = "algernon";
- repo = "tdd-status-mode-line";
- rev = "9b3c35b0a972772640e9fee653eab6a76e06416a";
- sha256 = "0bvxc926kaxvqnppaw4y6gp814qc0krvidn5qg761z4qwz023rax";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25b445a1dea5e8f1042bed6b5372471c25129fd8/recipes/tdd-status-mode-line";
- sha256 = "1i0s7f4y4v8681mymcmjlcbq0jfghgmdzrs167c453mb5ssz8yxg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tdd-status-mode-line";
- license = lib.licenses.free;
- };
- }) {};
- tea-time = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tea-time";
- ename = "tea-time";
- version = "20120331.120";
- src = fetchFromGitHub {
- owner = "konzeptual";
- repo = "tea-time";
- rev = "1f6cf0bdd27c5eb3508989c5095427781f858eca";
- sha256 = "0b4cwkwkc4i8lc4j30xc9d6xskm3gqrc2dij60ya75h92aj0lj40";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/tea-time";
- sha256 = "0qypwf0pgsixq6c5avbwp81i3ayy9dd2fngzdvq14pax913q8pg1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tea-time";
- license = lib.licenses.free;
- };
- }) {};
- teacode-expand = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "teacode-expand";
- ename = "teacode-expand";
- version = "20181230.2240";
- src = fetchFromGitHub {
- owner = "raguay";
- repo = "TeaCode-Expand";
- rev = "7df6f9ec95da1fb47bbae489bb3f2c27ed3a9b3a";
- sha256 = "0z0297zrvd8zf8bmf4kf9gzf6qajs4abdy6appb3swz3z2v3nqkb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b23b0f701627ed18886f29ffd33ef7fb1f82e04/recipes/teacode-expand";
- sha256 = "1hkh7mzzwrk7a8ihss7kyncw9mkwr4iw06gv5y6kg806qc4f1nn3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/teacode-expand";
- license = lib.licenses.free;
- };
- }) {};
- telepathy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "telepathy";
- ename = "telepathy";
- version = "20131209.458";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "telepathy.el";
- rev = "211d785b02a29ddc254422fdcc3db45262582f8c";
- sha256 = "16kr1p4lzi1ysd5r2dh0mxk60zsm5fvwa9345nfyrgdic340yscc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/485ef1745f07f29c45bf0d489eeb4fcdfda80b33/recipes/telepathy";
- sha256 = "0c3d6vk7d6vqzjndlym2kk7d2zm0b15ac4142ir03p6f19rqq9pr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/telepathy";
- license = lib.licenses.free;
- };
- }) {};
- telephone-line = callPackage ({ cl-generic
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "telephone-line";
- ename = "telephone-line";
- version = "20190424.1234";
- src = fetchFromGitHub {
- owner = "dbordak";
- repo = "telephone-line";
- rev = "408e05e105e8e521735221f4c98fc358e007df3b";
- sha256 = "123fxr4pjm7z3pidrwgcalb99s0vq3d6imkwgla6fyqyyn9wvag2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c998b70365fb0a210c3b9639db84034c7d45097/recipes/telephone-line";
- sha256 = "0dyh9h1yk9y0217b6rxsm7m372n910vpfgw5w23lkkrwa8x8qpx3";
- name = "recipe";
- };
- packageRequires = [ cl-generic cl-lib emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/telephone-line";
- license = lib.licenses.free;
- };
- }) {};
- template-overlays = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , ov }:
- melpaBuild {
- pname = "template-overlays";
- ename = "template-overlays";
- version = "20180706.432";
- src = fetchFromGitHub {
- owner = "mmontone";
- repo = "template-overlays";
- rev = "3cbc9a4882dcbbddf9b168883d119a6af0848784";
- sha256 = "1lnrs6zphpk1qi8pg8km9srbv5n9i70f2jvyj5zvxhlpp0jb52l2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8856e67aae1f623714bc2a61a7b4773ed1fb2934/recipes/template-overlays";
- sha256 = "0vmadkgzp4i0mh64la67k1anvmlmd4i7iibdlr9ly8z7i3cdsxqn";
- name = "recipe";
- };
- packageRequires = [ emacs ov ];
- meta = {
- homepage = "https://melpa.org/#/template-overlays";
- license = lib.licenses.free;
- };
- }) {};
- temporary-persistent = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names
- , s }:
- melpaBuild {
- pname = "temporary-persistent";
- ename = "temporary-persistent";
- version = "20161210.333";
- src = fetchFromGitHub {
- owner = "kostafey";
- repo = "temporary-persistent";
- rev = "1132e940dc1fd27f205758495640cc4a42270cff";
- sha256 = "155yyinh342k8fz8g4xzz0glqkxkjl6p6y2wym6p12phk7v2x3ic";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/temporary-persistent";
- sha256 = "0afjcad97pzbrjs1v80l6c98vi5asgaxcn2rq95gz1ld7nn0a9zh";
- name = "recipe";
- };
- packageRequires = [ dash emacs names s ];
- meta = {
- homepage = "https://melpa.org/#/temporary-persistent";
- license = lib.licenses.free;
- };
- }) {};
- ten-hundred-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ten-hundred-mode";
- ename = "ten-hundred-mode";
- version = "20161028.1536";
- src = fetchFromGitHub {
- owner = "aaron-em";
- repo = "ten-hundred-mode.el";
- rev = "bdcfda49b1819e82d61fe90947e50bb948cf7933";
- sha256 = "11nsh6dkd3i489lrqpd9xhr4c0ai51364rlrd6slm54720by9jql";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a0534044ff9ce0740414bf5dc3b104bbdbdacce/recipes/ten-hundred-mode";
- sha256 = "17v38h33ka70ynq72mvma2chvlnm1k2amyvk62c65iv67rwilky3";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ten-hundred-mode";
- license = lib.licenses.free;
- };
- }) {};
- term-alert = callPackage ({ alert
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , term-cmd }:
- melpaBuild {
- pname = "term-alert";
- ename = "term-alert";
- version = "20161119.145";
- src = fetchFromGitHub {
- owner = "CallumCameron";
- repo = "term-alert";
- rev = "47af9e6fe483ef0d393098c145f499362a33292a";
- sha256 = "1nv8ma8x9xkgsl95z7yysy8q1lb3xr0pd8a5sb01nlx8ks3clad4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d77aee0b1b2eb7834436bdfa339f95cb97da140/recipes/term-alert";
- sha256 = "02qvfhklysfk1fd4ibdngf4crp9k5ab11zgg90hi1sp429a53f3m";
- name = "recipe";
- };
- packageRequires = [ alert emacs f term-cmd ];
- meta = {
- homepage = "https://melpa.org/#/term-alert";
- license = lib.licenses.free;
- };
- }) {};
- term-cmd = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "term-cmd";
- ename = "term-cmd";
- version = "20160517.345";
- src = fetchFromGitHub {
- owner = "CallumCameron";
- repo = "term-cmd";
- rev = "6c9cbc659b70241d2ed1601eea34aeeca0646dac";
- sha256 = "08qiipjsqc9dfbha6r2yijjbrg2s4i2mkn6zn5616086550v3kpj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e08ea89cf193414cce5073fc9c312f2b382bc842/recipes/term-cmd";
- sha256 = "0pbz9fy9rjfpzspwq78ggf1wcvjslwvj8fvc05w4g56ydza0gqi4";
- name = "recipe";
- };
- packageRequires = [ dash emacs f ];
- meta = {
- homepage = "https://melpa.org/#/term-cmd";
- license = lib.licenses.free;
- };
- }) {};
- term-manager = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "term-manager";
- ename = "term-manager";
- version = "20171020.141";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "term-manager";
- rev = "13a0f1637a1f075d70211ccb8162e63a18a474da";
- sha256 = "0hvn60wk3w27fjb023drnaw0gmys6ancha8blpl0r4vc5k203kcf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b2f7d8c8fcbb535432f8e70729d69a572e49a1a/recipes/term-manager";
- sha256 = "0ab388ki7vr1wpz81bvbl2fskq9zz5bicdf5gqfg01qzv5l75iza";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/term-manager";
- license = lib.licenses.free;
- };
- }) {};
- term-plus = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "term-plus";
- ename = "term+";
- version = "20170508.1717";
- src = fetchFromGitHub {
- owner = "tarao";
- repo = "term-plus-el";
- rev = "c3c9239b339c127231860de43abfa08c44c0201a";
- sha256 = "1mpv9vvvl1sh35vsa5415rvdv57mmbfix8s435q676zvhz3nl8yx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/term+";
- sha256 = "12lvfspqmyrapmbz3x997vf160927d325y50kxdx3s6p81r7n2n8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/term+";
- license = lib.licenses.free;
- };
- }) {};
- term-plus-key-intercept = callPackage ({ fetchFromGitHub
- , fetchurl
- , key-intercept
- , lib
- , melpaBuild
- , term-plus }:
- melpaBuild {
- pname = "term-plus-key-intercept";
- ename = "term+key-intercept";
- version = "20140210.2350";
- src = fetchFromGitHub {
- owner = "tarao";
- repo = "term-plus-ki-el";
- rev = "fd0771fd66b8c7a909aaac972194485c79ba48c4";
- sha256 = "1dql2w8xkdw52zlrc2p9x391zn8wv4dj8a6293p4s08if7gg260w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad758d865bde8c97d27c0d57cabe1606f8b36974/recipes/term+key-intercept";
- sha256 = "1564a86950xdwsrwinrs118bjsfmbv8gicq0c2dfr827v5b6zrlb";
- name = "recipe";
- };
- packageRequires = [ key-intercept term-plus ];
- meta = {
- homepage = "https://melpa.org/#/term+key-intercept";
- license = lib.licenses.free;
- };
- }) {};
- term-plus-mux = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , tab-group
- , term-plus }:
- melpaBuild {
- pname = "term-plus-mux";
- ename = "term+mux";
- version = "20140210.2349";
- src = fetchFromGitHub {
- owner = "tarao";
- repo = "term-plus-mux-el";
- rev = "81b60e80cf008472bfd7fad9233af2ef722c208a";
- sha256 = "12gfvcf7hl29xhg231cx76q04ll7cvfpvhkb0qs3qn1sqb50fs2q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad758d865bde8c97d27c0d57cabe1606f8b36974/recipes/term+mux";
- sha256 = "129kzjpi5nzagqkjfikx9i7k6489dy7d3pd7ggn59p4cnh3r2rhh";
- name = "recipe";
- };
- packageRequires = [ tab-group term-plus ];
- meta = {
- homepage = "https://melpa.org/#/term+mux";
- license = lib.licenses.free;
- };
- }) {};
- term-projectile = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , term-manager }:
- melpaBuild {
- pname = "term-projectile";
- ename = "term-projectile";
- version = "20190306.2000";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "term-manager";
- rev = "fad6760e66f64661e77e952f06b2fbef1e88e4fe";
- sha256 = "0b8r4g80jw2gdpwyc63fz1cssi1iygwdcqzqvjdaawrw3v7cbxx3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5260876280148fae28a459f07932cebb059b560e/recipes/term-projectile";
- sha256 = "1mzyzjxkdfvf1kq9m3c1f6y6xzj1qq53rixawmnzmil5cmznvwag";
- name = "recipe";
- };
- packageRequires = [ emacs projectile term-manager ];
- meta = {
- homepage = "https://melpa.org/#/term-projectile";
- license = lib.licenses.free;
- };
- }) {};
- term-run = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "term-run";
- ename = "term-run";
- version = "20190529.43";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "term-run-el";
- rev = "fe8bf58814b167f887aaef98a148b8d5d8a11d3f";
- sha256 = "0jzk0b07rj5a7va6nc93sjd4zii228gg63v1q49wg0hz2x2yjmfl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7cad6343104bfe5724e068660af79a6249010164/recipes/term-run";
- sha256 = "1bx3s68rgr9slsw9k01gfg7sxd4z7sarg4pi2ivril7108mhg2cs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/term-run";
- license = lib.licenses.free;
- };
- }) {};
- termbright-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "termbright-theme";
- ename = "termbright-theme";
- version = "20151030.1935";
- src = fetchFromGitHub {
- owner = "bmastenbrook";
- repo = "termbright-theme-el";
- rev = "bec6ab14336c0611e85f45486276004f16d20607";
- sha256 = "0gfsqpza8phvma5y3ck0n6p197x1i33w39m3c7jmja4ml121n73d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a7151773de39fe570e3e9b351daad89db9dd267f/recipes/termbright-theme";
- sha256 = "14q88qdbnyzxr8sr8i5glj674sb4150b9y6nag0dqrxs629is6xj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/termbright-theme";
- license = lib.licenses.free;
- };
- }) {};
- terminal-focus-reporting = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "terminal-focus-reporting";
- ename = "terminal-focus-reporting";
- version = "20180830.19";
- src = fetchFromGitHub {
- owner = "veelenga";
- repo = "terminal-focus-reporting.el";
- rev = "8b84bf18f4c5f1b59a11692eb706f13c3598d9a5";
- sha256 = "0bbcl0mq62f22n2aipgzx93164x81bgybfd0x7gvsfva76qs8pc4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19e7149a0a2db7df7f890a2c1ad22266e97694d7/recipes/terminal-focus-reporting";
- sha256 = "0iwq0rabq0sdn4apa5ibfp912j76w7hzg3q5lbxp7fspfwwynvg2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/terminal-focus-reporting";
- license = lib.licenses.free;
- };
- }) {};
- terminal-here = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "terminal-here";
- ename = "terminal-here";
- version = "20180513.133";
- src = fetchFromGitHub {
- owner = "davidshepherd7";
- repo = "terminal-here";
- rev = "2b57dcfc7d78c6762eb74b37930067a75beb5ca4";
- sha256 = "01zljgwp5r8vd913y4r9s3ysrsp8qf2s7sgxl6xvh5iry06d1wpr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8df6f7e23476eb52e7fdfbf9de277d3b44db978/recipes/terminal-here";
- sha256 = "1w64r3y88lspxxcqcqfwhakk8p9vl7q3z610dykfbqwqx61a6adj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/terminal-here";
- license = lib.licenses.free;
- };
- }) {};
- terminal-toggle = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popwin }:
- melpaBuild {
- pname = "terminal-toggle";
- ename = "terminal-toggle";
- version = "20190226.710";
- src = fetchFromGitHub {
- owner = "mtekman";
- repo = "terminal-toggle.el";
- rev = "f824d634aef3600cb7a8e2ddf9e8444c6607c160";
- sha256 = "150xvmr5vsydg0197m1k62mwy2810mzh1iwqj9yl9fg47fbzbg0i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/673974fe768f88a7c67c929bb6b9b27fc028d4e2/recipes/terminal-toggle";
- sha256 = "0l1gklcgas2g0kx5q59dzhv20pki5hxv4h3rsbrwbpq5rxkxymbx";
- name = "recipe";
- };
- packageRequires = [ emacs popwin ];
- meta = {
- homepage = "https://melpa.org/#/terminal-toggle";
- license = lib.licenses.free;
- };
- }) {};
- tern = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tern";
- ename = "tern";
- version = "20181107.2322";
- src = fetchFromGitHub {
- owner = "ternjs";
- repo = "tern";
- rev = "40a0c74db3888b997a9115720ff91c399bb1b146";
- sha256 = "0dh0bfs0knikzn4gvjh9274yhbg3ndw46qmj4jy0kxh7gfl2lpkh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eaecd67af24050c72c5df73c3a12e717f95d5059/recipes/tern";
- sha256 = "1am97ssslkyijpvgk4nldi67ws48g1kpj6gisqzajrrlw5q93wvd";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs json ];
- meta = {
- homepage = "https://melpa.org/#/tern";
- license = lib.licenses.free;
- };
- }) {};
- tern-auto-complete = callPackage ({ auto-complete
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , tern }:
- melpaBuild {
- pname = "tern-auto-complete";
- ename = "tern-auto-complete";
- version = "20170521.1235";
- src = fetchFromGitHub {
- owner = "ternjs";
- repo = "tern";
- rev = "d545bbdd8482c231211f9521c688fc06632e745e";
- sha256 = "0ribzvl5gs281chp2kqaqmjj9xji7k9l71hsblfw1vj2w9l7nw2m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eaecd67af24050c72c5df73c3a12e717f95d5059/recipes/tern-auto-complete";
- sha256 = "1i99b4awph50ygcqsnppm1h48hbf8cpq1ppd4swakrwgmcy2mn26";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib emacs tern ];
- meta = {
- homepage = "https://melpa.org/#/tern-auto-complete";
- license = lib.licenses.free;
- };
- }) {};
- tern-context-coloring = callPackage ({ context-coloring
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , tern }:
- melpaBuild {
- pname = "tern-context-coloring";
- ename = "tern-context-coloring";
- version = "20161217.2347";
- src = fetchFromGitHub {
- owner = "jacksonrayhamilton";
- repo = "tern-context-coloring";
- rev = "db0466c650ed4f7e6621a48dfdc53eaf5e127be9";
- sha256 = "093mdq97gc0ljw6islhm7y1yl3yf7w4gf205s96bnsnb1v952n63";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db2119d2c2d167d771ee02c2735b435d59991b93/recipes/tern-context-coloring";
- sha256 = "0wkb7gn2ma6mz495bgphcjs5p0c6a869zk4a8mnm0spq41xbw4gi";
- name = "recipe";
- };
- packageRequires = [ context-coloring emacs tern ];
- meta = {
- homepage = "https://melpa.org/#/tern-context-coloring";
- license = lib.licenses.free;
- };
- }) {};
- terraform-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , hcl-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "terraform-mode";
- ename = "terraform-mode";
- version = "20170111.2117";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-terraform-mode";
- rev = "6973d1acaba2835dfdf174f5a5e27de6366002e1";
- sha256 = "12ww36g7mz4p4nslajcsdcm8xk6blwjwqjwhyp0n10ym6ssbh820";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93e06adf34bc613edf95feaca64c69a0a2a4b567/recipes/terraform-mode";
- sha256 = "1m3s390mn4pba7zk17xfk045dqr4rrpv5gw63jm18fyqipsi6scn";
- name = "recipe";
- };
- packageRequires = [ emacs hcl-mode ];
- meta = {
- homepage = "https://melpa.org/#/terraform-mode";
- license = lib.licenses.free;
- };
- }) {};
- test-c = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "test-c";
- ename = "test-c";
- version = "20180423.1020";
- src = fetchFromGitHub {
- owner = "aaptel";
- repo = "test-c";
- rev = "761a576f62c7021ba941f178f153c51289df1553";
- sha256 = "04dxgg4jz8cnw19wxybjwd36z8i9j6an15k9pz3zh3v7m72qzw7c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef915dc2d3bc09ef79eb8edde02101c89733c0b2/recipes/test-c";
- sha256 = "1gy5dxkd4fpzzm2sq9g7bmi1ylwvsgh6hlvjmc1c064wjkha9j9z";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/test-c";
- license = lib.licenses.free;
- };
- }) {};
- test-case-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , fringe-helper
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "test-case-mode";
- ename = "test-case-mode";
- version = "20130525.734";
- src = fetchFromGitHub {
- owner = "ieure";
- repo = "test-case-mode";
- rev = "26e397c0f930b7eb0be413ef7dd257b1da052bec";
- sha256 = "108csr1d7w0105rb6brzgbksb9wmq1p573vxbq0miv5k894j447f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2e0bf342713cbdf30cf98d0bbc7476b0abeb7f5/recipes/test-case-mode";
- sha256 = "1iba97yvbi5vr7gvc58gq2ah6jg2s7apc9ssq7mdzki823n8z2qi";
- name = "recipe";
- };
- packageRequires = [ fringe-helper ];
- meta = {
- homepage = "https://melpa.org/#/test-case-mode";
- license = lib.licenses.free;
- };
- }) {};
- test-kitchen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "test-kitchen";
- ename = "test-kitchen";
- version = "20171129.1235";
- src = fetchFromGitHub {
- owner = "jjasghar";
- repo = "test-kitchen-el";
- rev = "0fc0ca4808425f03fbeb8125246043723e2a179a";
- sha256 = "1pip15ysya8nsk1xgz6k6gcjm6g60922r0im2anq4j2gjzdja79k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/420d18c76f593338fb28807fcbe3b884be5b1634/recipes/test-kitchen";
- sha256 = "1bl3yvj56dq147yplrcwphcxiwvmx5n97y4qpkm9imiv8cnjm1g0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/test-kitchen";
- license = lib.licenses.free;
- };
- }) {};
- test-simple = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "test-simple";
- ename = "test-simple";
- version = "20170527.832";
- src = fetchFromGitHub {
- owner = "rocky";
- repo = "emacs-test-simple";
- rev = "b3b69f52207d3a8111421ad7ab9ed82abbe85316";
- sha256 = "0n400nmz3iyp50sdd4gz0bmfn1sfq5p6a69yv4zd09ypa9gkndws";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a4b76e053faee299f5b770a0e41aa615bf5fbf10/recipes/test-simple";
- sha256 = "1l6y77fqd0l0mh2my23psi66v5ya6pbr2hgvcbsaqjnpmfm90w3g";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/test-simple";
- license = lib.licenses.free;
- };
- }) {};
- tex-smart-umlauts = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tex-smart-umlauts";
- ename = "tex-smart-umlauts";
- version = "20190316.1515";
- src = fetchFromGitHub {
- owner = "emacsmirror";
- repo = "tex-smart-umlauts";
- rev = "f15ed781b1fb38bf3e46c481dd602c3999920b99";
- sha256 = "11ky141a33vm961jpj1spz9wxb4mfgw8drqxg2a6yk2rinkf0wcl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be27e728327016b819535ef8cae10020e5a07c2e/recipes/tex-smart-umlauts";
- sha256 = "1bygl7fjm83j8lhkipczjs812837x9p3pqn8waykfbb7v05s81fr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tex-smart-umlauts";
- license = lib.licenses.free;
- };
- }) {};
- texfrag = callPackage ({ auctex
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "texfrag";
- ename = "texfrag";
- version = "20190508.2138";
- src = fetchFromGitHub {
- owner = "TobiasZawada";
- repo = "texfrag";
- rev = "270a8a4b5dadddc5b226d9a9c6c7868ea6bfe86f";
- sha256 = "18ahbksxg1i3gvsayx2mhkjd1p75c60x5f8d9a3abm4h50gs5mvf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/756649bbe2dc6233c66c3d128a8096be12231078/recipes/texfrag";
- sha256 = "195vdpwqzypz35v8hc7ai9xpv1flrik60lgrk5m7xypnlp7mpr2x";
- name = "recipe";
- };
- packageRequires = [ auctex emacs ];
- meta = {
- homepage = "https://melpa.org/#/texfrag";
- license = lib.licenses.free;
- };
- }) {};
- textile-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "textile-mode";
- ename = "textile-mode";
- version = "20170304.916";
- src = fetchFromGitHub {
- owner = "juba";
- repo = "textile-mode";
- rev = "c37aaab809503df008209390e31e19abf4e23630";
- sha256 = "16543im5iymc5hfcix1lglbvpq4v0441vb7sk58nbnffqba83yzy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3ebe5e52bc9bb8875ca390b34ac32eb47f4e1252/recipes/textile-mode";
- sha256 = "0c1l7ml9b1zipk5fhmhirrh070h0qwwiagdk84i04yvdmmcjw2nf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/textile-mode";
- license = lib.licenses.free;
- };
- }) {};
- textmate = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "textmate";
- ename = "textmate";
- version = "20110816.1446";
- src = fetchFromGitHub {
- owner = "defunkt";
- repo = "textmate.el";
- rev = "350918b070148f0ace6d9d3cd4ebcaf15c1a8781";
- sha256 = "1b7xxz1i84azmbz8rqpxdn18avmnqlj87hfrpbngbf6pj5h9jqjh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad3923ac8948de75a159e916ecc22005a17458ad/recipes/textmate";
- sha256 = "119w944pwarpqzcr9vys17svy1rkfs9hiln8903q9ff4lnjkpf1v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/textmate";
- license = lib.licenses.free;
- };
- }) {};
- textmate-to-yas = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "textmate-to-yas";
- ename = "textmate-to-yas";
- version = "20160409.1008";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "textmate-to-yas.el";
- rev = "be3a768b7ac4c2e24b9d4aa6e9ac1d916cdc5a73";
- sha256 = "1bz5ys36wd00clq9w3ahqpras368aj2b9d4bl32qc6dyp8jfknmz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/487c461bf658d50135428d72fbfbb2573a00eb7d/recipes/textmate-to-yas";
- sha256 = "04agz4a41h0givfdw88qjd3c7pd418qyigsij4la5f37j5rh338l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/textmate-to-yas";
- license = lib.licenses.free;
- };
- }) {};
- textx-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "textx-mode";
- ename = "textx-mode";
- version = "20170516.211";
- src = fetchFromGitHub {
- owner = "novakboskov";
- repo = "textx-mode";
- rev = "72f9f0c5855b382024f0da8f56833c22a70a5cb3";
- sha256 = "1lr9v7dk0pnmpvdvs4m5d9yvxlii0xzr8b3akknm25gvbw1y1q8k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dada0378af342e0798c418032a8dcc7dfd80d600/recipes/textx-mode";
- sha256 = "10y95m6fskvdb2gh078ifa70nc48shkvw0223iyqbyjys35h53bn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/textx-mode";
- license = lib.licenses.free;
- };
- }) {};
- tf2-conf-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tf2-conf-mode";
- ename = "tf2-conf-mode";
- version = "20161209.820";
- src = fetchFromGitHub {
- owner = "wynro";
- repo = "emacs-tf2-conf-mode";
- rev = "94c971da4a78d55da2848d1e76d513e5e0a8f7eb";
- sha256 = "0rg3ja6lc2bwq0nw50s0whsb690m7cs6p6an52hlb0qlfwd23mpv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c43c53dca64cf0c7d59ffd0b17e9fe60f4aa90d3/recipes/tf2-conf-mode";
- sha256 = "09kvb3ya1dx5pc146a6r9386fg9n9nfpcxm5mmhmyf75h9c6a25g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tf2-conf-mode";
- license = lib.licenses.free;
- };
- }) {};
- tfsmacs = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , tablist }:
- melpaBuild {
- pname = "tfsmacs";
- ename = "tfsmacs";
- version = "20180911.1414";
- src = fetchFromGitHub {
- owner = "sebasmonia";
- repo = "tfsmacs";
- rev = "13ee3f528ff616880611f563a68d921250692ef8";
- sha256 = "035avqp9m1mbffvc1xd5qvyg93vsxjsphmf394mq15gawqs33ik4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b449d004bdb498c2a1d155671070e0745c7d7598/recipes/tfsmacs";
- sha256 = "0j9rkcjxvgkcdnw2lxgk6bwid3q460n0hjxsj4nklv13s5b1hlyk";
- name = "recipe";
- };
- packageRequires = [ emacs tablist ];
- meta = {
- homepage = "https://melpa.org/#/tfsmacs";
- license = lib.licenses.free;
- };
- }) {};
- theme-changer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "theme-changer";
- ename = "theme-changer";
- version = "20171221.1127";
- src = fetchFromGitHub {
- owner = "hadronzoo";
- repo = "theme-changer";
- rev = "61945695a30d678e6a5d47cbe7c8aff59a8c30ea";
- sha256 = "14xc36jfgj8896pklrkpg394fgikir051rh9vm70v132n6i9j0cn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d08b24a2aec1012751054c68f7d55bac1bd1fd11/recipes/theme-changer";
- sha256 = "1qbmsghkl5gs728q0gaalc7p8q7nzv3l045jc0jdxxnb7na3gc5w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/theme-changer";
- license = lib.licenses.free;
- };
- }) {};
- theme-looper = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "theme-looper";
- ename = "theme-looper";
- version = "20190430.1827";
- src = fetchFromGitHub {
- owner = "myTerminal";
- repo = "theme-looper";
- rev = "388138a238fbab9b4bc5ada0300c9bc5ef63d3f1";
- sha256 = "0gab7ph1d7z0bjflqrj1y1lb4nk4c32bkpi943px0m5s5cjm54jv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/theme-looper";
- sha256 = "018bixcbzri3zsasy1pp2qfvgd679ylpi9gq26qv9iwlfhlrpwgf";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/theme-looper";
- license = lib.licenses.free;
- };
- }) {};
- theme-magic = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "theme-magic";
- ename = "theme-magic";
- version = "20190502.1527";
- src = fetchFromGitHub {
- owner = "jcaw";
- repo = "theme-magic";
- rev = "6e842aac9204f3561a9051ffd842a82f69960d73";
- sha256 = "0fqwbn1blsrx11aic7i228f6dai7awyc4qh51dl03yrpw330b3zm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/321c8ea8e095aa55d12f8dfb07001b9398adcbc5/recipes/theme-magic";
- sha256 = "01vkwdfbhh7ifk1ziqmz257mjgn3ijmcva42ay4ih1n6268lr7k5";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/theme-magic";
- license = lib.licenses.free;
- };
- }) {};
- therapy = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "therapy";
- ename = "therapy";
- version = "20151113.1153";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "therapy";
- rev = "775a92bb7b6b0fcc5b38c0b5198a9d0a1bef788a";
- sha256 = "12kz4alyf3y2i7lkvi26hcxy55v0blsrxv5srx9fv5jhxkdz1vq1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/34e1bfdc684aaa7ebfbaa0ed60f8322c3de8a40d/recipes/therapy";
- sha256 = "0y040ghb0y6aq0nchqr09vapz6h6112rkwxkqsx0v7xmqrqfjvhh";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/therapy";
- license = lib.licenses.free;
- };
- }) {};
- thingopt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "thingopt";
- ename = "thingopt";
- version = "20160520.1618";
- src = fetchFromGitHub {
- owner = "m2ym";
- repo = "thingopt-el";
- rev = "5679815852652479f3b3c9f3a98affc927384b2c";
- sha256 = "12zpn0sy2yg37jjjx12h3kln56241b3z09bn5zavmjfdwnr9jd0a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b82d4102fa2c7622e76dae1154aaa8340b7f4b8/recipes/thingopt";
- sha256 = "0yvzq1z2nrldr8vhcvxqgzvh4gbrjjwfmprg59p4v5hlxvhxsb1y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/thingopt";
- license = lib.licenses.free;
- };
- }) {};
- thinks = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "thinks";
- ename = "thinks";
- version = "20170802.428";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "thinks.el";
- rev = "15e0437f5b635bdcf738ca092e26aa6d8ecdba36";
- sha256 = "1i2i8c53z8n48407jaz641adszv13yjg8cvq4k3hijddp651k555";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/439957cabf379651dc243219a83c3c96bae6f8cf/recipes/thinks";
- sha256 = "11vj9mjfzmqwdmkq97aqns3fh8hkgx9scnki6c2iag5lj0av2vcq";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/thinks";
- license = lib.licenses.free;
- };
- }) {};
- thread-dump = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "thread-dump";
- ename = "thread-dump";
- version = "20170816.1150";
- src = fetchFromGitHub {
- owner = "nd";
- repo = "thread-dump.el";
- rev = "204c9600242756d4b514bb5ff6293e052bf4b49d";
- sha256 = "11qx194gwizqg7p2mqy7mdfii85bdayabxfd388dmrm916i4w47n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/thread-dump";
- sha256 = "0dzr86jyf2j49gq40q6qd6lppa57n65n94xzpdjjbs182hxzavp2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/thread-dump";
- license = lib.licenses.free;
- };
- }) {};
- threes = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "threes";
- ename = "threes";
- version = "20160820.542";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "threes.el";
- rev = "6981acb30b856c77cba6aba63fefbf102cbdfbb2";
- sha256 = "1a7zqq6kmqxgzbsg8yczlvipzv65n10c8j26mc507p4m47nlikgv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bff7d9ffbca45629f310743aff776b762c8507cc/recipes/threes";
- sha256 = "03zwcaibdj88a6whccc5ysqsnfwi76yhsgjsfp3lxjcmlkwqzjbs";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/threes";
- license = lib.licenses.free;
- };
- }) {};
- thrift = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "thrift";
- ename = "thrift";
- version = "20180905.350";
- src = fetchFromGitHub {
- owner = "facebook";
- repo = "fbthrift";
- rev = "a1960cc1a78ada27872913a145395f6bd45c8fd9";
- sha256 = "1az66smmfdkm4rzb8pripsb8ymyvvpncpapg69byf0hqhklln55z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0dca078c0c467bc44290a922ad5627d6a34194f8/recipes/thrift";
- sha256 = "13isxx16h7rg8q5a68qmgrf3rknhfrx1qh6fb5njlznfwhrqry3y";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/thrift";
- license = lib.licenses.free;
- };
- }) {};
- thumb-through = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "thumb-through";
- ename = "thumb-through";
- version = "20120118.2134";
- src = fetchFromGitHub {
- owner = "apg";
- repo = "thumb-through";
- rev = "08d8fb720f93c6172653e035191a8fa9c3305e63";
- sha256 = "0nypcryqwwsdawqxi7hgsv6fp28zqslj9phw7zscqqxzc3svaywn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/thumb-through";
- sha256 = "1544xw9lar199idk135z4d6i3n9w0v7g2bq7fnz0rjjw10kxvpcx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/thumb-through";
- license = lib.licenses.free;
- };
- }) {};
- tickscript-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tickscript-mode";
- ename = "tickscript-mode";
- version = "20171218.1803";
- src = fetchFromGitHub {
- owner = "msherry";
- repo = "tickscript-mode";
- rev = "f0579f38ff14954df5002ce30ae6d4a2c978d461";
- sha256 = "0b3rbsd978ch0hiv45sqg9g4zsxhjn557j5f72vjql8cx1h5d8s4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c60ee1839f728c5041bde1fe4fa62c4d41c746ef/recipes/tickscript-mode";
- sha256 = "0wnck6j377idx7h7csmfdhp6napv3zs4sd24lknfclafhslllp54";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/tickscript-mode";
- license = lib.licenses.free;
- };
- }) {};
- tidal = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tidal";
- ename = "tidal";
- version = "20190320.1458";
- src = fetchFromGitHub {
- owner = "tidalcycles";
- repo = "Tidal";
- rev = "a6eed4908c8b78f0c98b9cb8cd290814afd1252b";
- sha256 = "1hwcc713vrx5ypcxsidwp25mvcg24bk8fqy7k04w7np4hhc6szql";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/16a26659a16199b5bb066be6e5c4a40419bda018/recipes/tidal";
- sha256 = "0im0qbavpykacrwww3y0mlbhf5yfx8afcyvsq5pmjjp0aw245w6a";
- name = "recipe";
- };
- packageRequires = [ emacs haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/tidal";
- license = lib.licenses.free;
- };
- }) {};
- tide = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , s
- , typescript-mode }:
- melpaBuild {
- pname = "tide";
- ename = "tide";
- version = "20190507.1033";
- src = fetchFromGitHub {
- owner = "ananthakumaran";
- repo = "tide";
- rev = "5224eae7da0a286d94a394620f9bbc8c7446a268";
- sha256 = "0y8mpn6wlmi064crhszir1i1r2cj7dpb2i2c09rrbj1yjkgc92ri";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a21e063011ebbb03ac70bdcf0a379f9e383bdfab/recipes/tide";
- sha256 = "1z2xr25s23sz6nrzzw2xg1l2j8jvjhxi53qh7nvxmmq6n6jjpwg1";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash flycheck s typescript-mode ];
- meta = {
- homepage = "https://melpa.org/#/tide";
- license = lib.licenses.free;
- };
- }) {};
- tile = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , stream }:
- melpaBuild {
- pname = "tile";
- ename = "tile";
- version = "20161224.1957";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "tile";
- rev = "22660f21f6e95de5aba55cd5d293d4841e9a4661";
- sha256 = "1qxhrm852j93sqi1lznlrjn7s0vscsixm48g46ja70gl320chyzm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/424cfd28378ef328721bb0dc3651808e64c01306/recipes/tile";
- sha256 = "1795048ilpg6y9pn0jj0js5446hwxhwm6qmk50hds0hpcb396vbv";
- name = "recipe";
- };
- packageRequires = [ dash emacs s stream ];
- meta = {
- homepage = "https://melpa.org/#/tile";
- license = lib.licenses.free;
- };
- }) {};
- time-ext = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "time-ext";
- ename = "time-ext";
- version = "20170126.415";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "time-ext";
- rev = "d128becf660fe3f30178eb1b05cd266741f4784a";
- sha256 = "0ynxmik33hh0znmznrf7lkmsh5xggbrvbdhiqa61r0b7gs3jk5fd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8e4328cae9b4759a75da0b26ea8b68821bc71af/recipes/time-ext";
- sha256 = "133vd63p8258wam4fvblhfg37w2zqy4a5c5c5nafwx0cy90sngwz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/time-ext";
- license = lib.licenses.free;
- };
- }) {};
- timecop = callPackage ({ cl-lib ? null
- , datetime-format
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "timecop";
- ename = "timecop";
- version = "20160520.352";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "emacs-datetime";
- rev = "3a1871613facc928ff250ed8f12fbc7073e46b75";
- sha256 = "0pabb260d3vcr57jqqxqk90vp2qnm63sky37rgvhv508zix2hbva";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/timecop";
- sha256 = "1hnmxcc2hjx9a4jyavx2v9hxmqacmmg1xj86rxqx3ms32hgigji5";
- name = "recipe";
- };
- packageRequires = [ cl-lib datetime-format ];
- meta = {
- homepage = "https://melpa.org/#/timecop";
- license = lib.licenses.free;
- };
- }) {};
- timer-revert = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "timer-revert";
- ename = "timer-revert";
- version = "20150122.1232";
- src = fetchFromGitHub {
- owner = "yyr";
- repo = "timer-revert";
- rev = "615c91dec8b440d2b9b7c725dd733d7432564e45";
- sha256 = "1hidvbd1xzz9m0fc55wac1mpv4dpcf8qnw1myh3646bfvivj9c2q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/991e68c59d1fbaef06ba2583f07499ecad05586d/recipes/timer-revert";
- sha256 = "0lvm2irfx9rb5psm1lf53fv2jjx745n1c172xmyqip5xwgmf6msy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/timer-revert";
- license = lib.licenses.free;
- };
- }) {};
- timesheet = callPackage ({ auctex
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "timesheet";
- ename = "timesheet";
- version = "20180801.1902";
- src = fetchFromGitHub {
- owner = "tmarble";
- repo = "timesheet.el";
- rev = "67ca6a9f6733052066b438301fb2dd81b8b3f6eb";
- sha256 = "0rmh8lik27pmq95858jbjzgvf6rsfdnpynwcagj1fgkval5kzdbs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/40009ef2f6845c83242ca5d0a8c9c2c1e4ef8a9d/recipes/timesheet";
- sha256 = "1gy6bf4wqvp8cw2wjnrr9ijnzwav3p7j46m7qrn6l0517shwl506";
- name = "recipe";
- };
- packageRequires = [ auctex org s ];
- meta = {
- homepage = "https://melpa.org/#/timesheet";
- license = lib.licenses.free;
- };
- }) {};
- timonier = callPackage ({ all-the-icons
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild
- , pkg-info
- , request
- , s }:
- melpaBuild {
- pname = "timonier";
- ename = "timonier";
- version = "20170411.100";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "timonier";
- rev = "3460a878269424c8d19b7d5d8e04749d0a8bf203";
- sha256 = "0hhjrmkz9xf5wazh52j2q6qqybjizk2jszvqjz9ywwg9milvqf50";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a31b0c177fd83bdeb1842a6ec3095de143bb4eae/recipes/timonier";
- sha256 = "0vb83kv2dkca2bq876icxs8iivv9qgkzmzrsxfpnvbv752b220b0";
- name = "recipe";
- };
- packageRequires = [
- all-the-icons
- dash
- emacs
- f
- hydra
- pkg-info
- request
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/timonier";
- license = lib.licenses.free;
- };
- }) {};
- timp = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , fifo-class
- , lib
- , melpaBuild
- , signal }:
- melpaBuild {
- pname = "timp";
- ename = "timp";
- version = "20160618.103";
- src = fetchFromGitHub {
- owner = "mola-T";
- repo = "timp";
- rev = "59657bf603904635d88c3fe4ff1ce45ee6572428";
- sha256 = "13adchpry39fv3rz3mnc21hr66d176d52hbgmgh5p8p9ylay7xha";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/27896aeb813215a43aec07a5ddf0ab2176df38fb/recipes/timp";
- sha256 = "1vh2wsgd8bclkbzn59zqbzzfzs0xx6x82004l7vnma8z97swvhgs";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs fifo-class signal ];
- meta = {
- homepage = "https://melpa.org/#/timp";
- license = lib.licenses.free;
- };
- }) {};
- tinkerer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "tinkerer";
- ename = "tinkerer";
- version = "20170906.524";
- src = fetchFromGitHub {
- owner = "yyr";
- repo = "tinkerer.el";
- rev = "e34135555f3748b578c7f8706dfd0c888fb87581";
- sha256 = "0lzrarqh965ysd7w0z5rbisl45j11fbibyxmgivgy9parvhg59hk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a28e1dfe987287bac7c45f83ae6e754bc13e345/recipes/tinkerer";
- sha256 = "0qh6pzjn98jlpxcm9zf25ga0y3d3v53275a9zgswyhz33mafd7pd";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/tinkerer";
- license = lib.licenses.free;
- };
- }) {};
- tiny = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tiny";
- ename = "tiny";
- version = "20170903.249";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "tiny";
- rev = "481d36e47e51f27e64c826633c01518459f17d1c";
- sha256 = "1wdv017pc7ggxd3vwmhjckybxwkfkbk9inkkz6pnc58k0fflsp7l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d3029dab001fff5d12e8a2bace6ddbf897842c26/recipes/tiny";
- sha256 = "183qczyb6c8zmdgmsjsj4hddmvnzzq4c7syslm861xcyxia94icy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tiny";
- license = lib.licenses.free;
- };
- }) {};
- tiny-menu = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tiny-menu";
- ename = "tiny-menu";
- version = "20161213.435";
- src = fetchFromGitHub {
- owner = "aaronbieber";
- repo = "tiny-menu.el";
- rev = "f1fc844f514f57fd93602ff5e00c6125b0e93254";
- sha256 = "125ckmfsvzacd5icsnldcbfl4rkxpfal6qfindy80i84vk0qw47g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82700c97ca40130e7508c151f60220d3f23bf23c/recipes/tiny-menu";
- sha256 = "1nngf6vsqfr9fx82mj8dl8zw0fpwf4kr74sflxxk7qxj4aw1jirk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/tiny-menu";
- license = lib.licenses.free;
- };
- }) {};
- tinysegmenter = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tinysegmenter";
- ename = "tinysegmenter";
- version = "20141124.213";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "tinysegmenter.el";
- rev = "872134704bd25c13a4c59552433da4c6881b5230";
- sha256 = "1n8cn6mr26hgmsm2mkbj5gs6dv61d0pap8ija4g0n1vsibfhzd8j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4f189290799f84282ff7cdecbb12a2a7cdfd1043/recipes/tinysegmenter";
- sha256 = "005yy2f8vghvwdcwakz5sr9n1gzk6cfyglm6d8b74y90d8fng0r6";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/tinysegmenter";
- license = lib.licenses.free;
- };
- }) {};
- tj3-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tj3-mode";
- ename = "tj3-mode";
- version = "20180519.528";
- src = fetchFromGitHub {
- owner = "csrhodes";
- repo = "tj3-mode";
- rev = "1d98eb23f1606392f34ef1b80517cfc940fb9950";
- sha256 = "1gzi8pvdgj4s9c54m2a8hicvg8dzac6253kyd2h71bljm4ilwl0f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dcf0f535a543bf36df9fb2e59c7fb9dfc00820f7/recipes/tj3-mode";
- sha256 = "06mhg0jc80cymplbri6axyzv18ayxppqz3vggywq9g2ba1vqj41h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tj3-mode";
- license = lib.licenses.free;
- };
- }) {};
- tldr = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "tldr";
- ename = "tldr";
- version = "20190425.49";
- src = fetchFromGitHub {
- owner = "kuanyui";
- repo = "tldr.el";
- rev = "2ff0834bc58590f98bfece3efc5656d1b47c325d";
- sha256 = "1qwx4hmqj6fbpmv230kgdv2qwv5jfmbf5kvdhcq48p4rak1r30qj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/45af2c5d1a36fcbf739812594c5cc878bf319a26/recipes/tldr";
- sha256 = "1f1xsmkbf4j1c876qqr9h8fgx3zxjgdfzvzf6capxlx2svhxzvc9";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/tldr";
- license = lib.licenses.free;
- };
- }) {};
- tmmofl = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tmmofl";
- ename = "tmmofl";
- version = "20121025.401";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "tmmofl";
- rev = "532aa6978e994e2b069ffe37aaf9a0011a07dadc";
- sha256 = "1ypbv9jbdnwv3xjsfzq8i3nmqdvziynv2rqsd6fm2r1xw0q06xd6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8d29def44ae42dc4b60c1d254a57572bd09faf51/recipes/tmmofl";
- sha256 = "1idflc5ky8hwdkps1rihdqy3i6cmhrh83sxz3kgf2kqjh365yr8b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tmmofl";
- license = lib.licenses.free;
- };
- }) {};
- tmux-pane = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names
- , s }:
- melpaBuild {
- pname = "tmux-pane";
- ename = "tmux-pane";
- version = "20181210.410";
- src = fetchFromGitHub {
- owner = "laishulu";
- repo = "emacs-tmux-pane";
- rev = "5e83ec65a1d38af9b8a389bdf34a78d13437e63d";
- sha256 = "1451d51ml36i1pgksjkd4x2y8zjf4in9q8m6gda3b25v57fnkg2i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bc165e115a2c457e44ac2762cf6a9f07f1b99c4/recipes/tmux-pane";
- sha256 = "0mv5y367i1wmk5kp8ms09xhrwvb4cwa08p39qy6mkakdhiby5m9q";
- name = "recipe";
- };
- packageRequires = [ emacs names s ];
- meta = {
- homepage = "https://melpa.org/#/tmux-pane";
- license = lib.licenses.free;
- };
- }) {};
- toc-org = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "toc-org";
- ename = "toc-org";
- version = "20190603.103";
- src = fetchFromGitHub {
- owner = "snosov1";
- repo = "toc-org";
- rev = "5ce7c249207b617c72febb27dbad7076342c1afd";
- sha256 = "04yl9zqv6jrqfms0vxlh3zpsv1dxmx1qh0a2krzs3mrdplq4dzjm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1305d88eca984a66039444da1ea64f29f1950206/recipes/toc-org";
- sha256 = "06mx2b0zjck82vp3i4bwbqlrzn05i2rkf8080cn34nkizi59wlbs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/toc-org";
- license = lib.licenses.free;
- };
- }) {};
- todoist = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , transient }:
- melpaBuild {
- pname = "todoist";
- ename = "todoist";
- version = "20190604.728";
- src = fetchFromGitHub {
- owner = "abrochard";
- repo = "emacs-todoist";
- rev = "5f3fe44f32466c89db09625965c0c5706b42a534";
- sha256 = "0qfv6zlw4rk6fri48s1yqg1x6x5q7rk82a28ssclbvx8q9am15wh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9a75eb89bfeb0b7362bf6d2ffaf6b4750984b3a/recipes/todoist";
- sha256 = "0fspvqr0m36mxbrnkql1gl8hwlv8qxd48f632zqzylj0vsygaxhf";
- name = "recipe";
- };
- packageRequires = [ dash emacs org transient ];
- meta = {
- homepage = "https://melpa.org/#/todoist";
- license = lib.licenses.free;
- };
- }) {};
- todotxt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "todotxt";
- ename = "todotxt";
- version = "20180626.1530";
- src = fetchFromGitHub {
- owner = "rpdillon";
- repo = "todotxt.el";
- rev = "f13e404304c9d26c105de872f96b4601441b3875";
- sha256 = "1yvy2pl2ncgkz1xz598qjvp2v3g66m57wz7nra2vira7m4kq4671";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/todotxt";
- sha256 = "1ravnkj6y2p027yhba2lan10079xzd2q7l8gyb8n6bwq14jif127";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/todotxt";
- license = lib.licenses.free;
- };
- }) {};
- todotxt-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "todotxt-mode";
- ename = "todotxt-mode";
- version = "20150424.704";
- src = fetchFromGitHub {
- owner = "avillafiorita";
- repo = "todotxt-mode";
- rev = "dc6ae151edee88f329ba7abc5d39b7440002232f";
- sha256 = "1k9ywi7cdgb6i600wr04r2l00423l6vr7k93qa7i7svv856nbbc7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cdc1926c5de86749caba1ad2d1e75225a31a8558/recipes/todotxt-mode";
- sha256 = "1bs4air13ifx3xkhcfi80z29alsd63r436gnyvjyxlph2ip37v7k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/todotxt-mode";
- license = lib.licenses.free;
- };
- }) {};
- togetherly = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "togetherly";
- ename = "togetherly";
- version = "20170425.2316";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "togetherly";
- rev = "65072b1d5e04c7098c318ebf1af279f596039ef9";
- sha256 = "1gjqwxpl1ysrjcmbs9w39hvim1avac7nm4rhmqhmrgwn84bxm2fl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05da36e2d57a57255423a24a34742cbac2f6c9a5/recipes/togetherly";
- sha256 = "01ks160dfmgh05lx0lmyg020hba8nw49mj51dp1afcsmx4dkis2f";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/togetherly";
- license = lib.licenses.free;
- };
- }) {};
- toggle = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "toggle";
- ename = "toggle";
- version = "20180315.1703";
- src = fetchFromGitHub {
- owner = "zenspider";
- repo = "elisp";
- rev = "ee8a9c3052446876057ff853369d136aea7831f5";
- sha256 = "15sla4n88003fclni5nhsrw3ib7bql11ks8pb7rgjyjddqrq274r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bd02426ce7ab46361363c7a6c56b1575642003e0/recipes/toggle";
- sha256 = "08lk8h2dk5s8k93j5vmxdlgg453pif8wbcx2w3xkjlh43dw1vdfq";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/toggle";
- license = lib.licenses.free;
- };
- }) {};
- toggle-quotes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "toggle-quotes";
- ename = "toggle-quotes";
- version = "20140710.226";
- src = fetchFromGitHub {
- owner = "toctan";
- repo = "toggle-quotes.el";
- rev = "33abc221d6887f0518337851318065cd86c34b03";
- sha256 = "1w1lmqgzn9bp59h9y9plv80y53k6qhjgfmnnlqyyqfl45z3si7kg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0f6e83e3184d336891f76c4740f64646d58ea980/recipes/toggle-quotes";
- sha256 = "16w453v4g7ww93bydim62p785x7w4vssp9l5liy0h3ppfmgvmxhp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/toggle-quotes";
- license = lib.licenses.free;
- };
- }) {};
- toggle-test = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "toggle-test";
- ename = "toggle-test";
- version = "20140722.2237";
- src = fetchFromGitHub {
- owner = "rags";
- repo = "toggle-test";
- rev = "a0b64834101c2b8b24da365baea1d36e57b069b5";
- sha256 = "1xx314cqi71iy7drd7nfia6hylyhwjd9jja1022l1p3imfmy2gyp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ea51a54b745d9978c5177182cd8501912aa2d01/recipes/toggle-test";
- sha256 = "0n8m325jcjhz8g75ysb9whsd12gpxw8598y5065j7c7gxjzv45l1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/toggle-test";
- license = lib.licenses.free;
- };
- }) {};
- toggle-window = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "toggle-window";
- ename = "toggle-window";
- version = "20141207.748";
- src = fetchFromGitHub {
- owner = "deadghost";
- repo = "toggle-window";
- rev = "e82c60e543933880402ede11e9423e48a17dde53";
- sha256 = "0f86aij1glmvgpbhmfpi441zy0r37zblb0q3ycgq0dp92x8yny5r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5505f778052353abce10f9ceef56ce95f5a5b662/recipes/toggle-window";
- sha256 = "1z080jywqj99xiwbvfclr6gjkc6spr3dqjb9kq1g4971vx4w8n9g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/toggle-window";
- license = lib.licenses.free;
- };
- }) {};
- tomatinho = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tomatinho";
- ename = "tomatinho";
- version = "20180621.1048";
- src = fetchFromGitHub {
- owner = "konr";
- repo = "tomatinho";
- rev = "b53354b9b9f496c0388d6a573b06b7d6fc53d0bd";
- sha256 = "0vf2b1c9raa723iy2gfdmxjv4q0ivixy1vbs1x5q09cibca8kp4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe20de5b2b5e5abe5be7468cea7c87f5b26b237/recipes/tomatinho";
- sha256 = "1ad3kr73v75vjrc09mdvb7a3ws834k5y5xha3v0ldah38cl1pmjz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tomatinho";
- license = lib.licenses.free;
- };
- }) {};
- toml = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "toml";
- ename = "toml";
- version = "20130903.555";
- src = fetchFromGitHub {
- owner = "gongo";
- repo = "emacs-toml";
- rev = "9633a6872928e737a2335aae1065768b23d8c3b3";
- sha256 = "1b3bkla6i5nvanifxchph6ab6ldrskdf240hy4d27dkmmnr3pban";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bab369a63ca0e7fcfacfcb9ac3847ac4e631b28c/recipes/toml";
- sha256 = "0kqv6zkywa7kqh8kg1dzcgkbi91lwx335przdakndm1lfai38i9b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/toml";
- license = lib.licenses.free;
- };
- }) {};
- toml-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "toml-mode";
- ename = "toml-mode";
- version = "20161107.1000";
- src = fetchFromGitHub {
- owner = "dryman";
- repo = "toml-mode.el";
- rev = "f6c61817b00f9c4a3cab1bae9c309e0fc45cdd06";
- sha256 = "05b4ksay85c8y5ncax0qsvnmplwsfiw24z16a58gkarjz938hb57";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8157d7d11f1e1848f0ba384249b4b8c6354830b/recipes/toml-mode";
- sha256 = "0yghf2ixl3dkcaxnkr4qzxfa9k1rrac7w5qpw1jx2bvic0cfs40l";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/toml-mode";
- license = lib.licenses.free;
- };
- }) {};
- tommyh-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tommyh-theme";
- ename = "tommyh-theme";
- version = "20131004.1630";
- src = fetchFromGitHub {
- owner = "wglass";
- repo = "tommyh-theme";
- rev = "46d1c69ee0a1ca7c67b569b891a2f28fed89e7d5";
- sha256 = "0pwbd5gzmpr6js20438870w605671930291070nhmhswvxfcdvay";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/da9b40184e1559c33edd5e6dac6447013710cb79/recipes/tommyh-theme";
- sha256 = "0nb9r407h08yxxdihxqx0c645bcz6qywbh2l654s3zfzdsqi1aj4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tommyh-theme";
- license = lib.licenses.free;
- };
- }) {};
- tornado-template-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tornado-template-mode";
- ename = "tornado-template-mode";
- version = "20141128.208";
- src = fetchFromGitHub {
- owner = "paradoxxxzero";
- repo = "tornado-template-mode";
- rev = "667c0663dbbd279b6c345446b9f2bc50eb52b747";
- sha256 = "0wv49gn1daylnjmnallpqsqy7630ynrp45agpiwi6kwyyqk1kdvv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f329baae028fd17618824128f312a49aa0a0807e/recipes/tornado-template-mode";
- sha256 = "1sdv9rlhnabydws2sppsjcgqr0lg6bjapv753ksq5aaq21qsps0h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tornado-template-mode";
- license = lib.licenses.free;
- };
- }) {};
- torus = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "torus";
- ename = "torus";
- version = "20190325.53";
- src = fetchFromGitHub {
- owner = "chimay";
- repo = "torus";
- rev = "863886f10db77f3d1b16815d77561b6c81d88352";
- sha256 = "1v1l51rdcnbkq4cb4ig6l1mymhwj7dxidyx4r9g7wzw00g3ncvwb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/efc3b538861084cc13ff067a9258e55dc006b70d/recipes/torus";
- sha256 = "0zjidnc7nwbxs90spp373hx92vksd72vz4avmi4dbmhi89rdfhh0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/torus";
- license = lib.licenses.free;
- };
- }) {};
- total-lines = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "total-lines";
- ename = "total-lines";
- version = "20171227.439";
- src = fetchFromGitHub {
- owner = "hinrik";
- repo = "total-lines";
- rev = "c762f08d039c8103f71c747e00304f209c2254f4";
- sha256 = "0ajbqrkg3v0yn8mj7dsv12w9zzcwjkabd776fabxamhcj6zbvza3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b6455dd89167a854477a00284f64737905b54d8/recipes/total-lines";
- sha256 = "0zpli7gsb56fc3pzb3b2bs7dzr9glkixbzgl4p2kc249vz3jqajh";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/total-lines";
- license = lib.licenses.free;
- };
- }) {};
- totd = callPackage ({ cl-lib ? null
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "totd";
- ename = "totd";
- version = "20150519.740";
- src = fetchFromGitLab {
- owner = "egh";
- repo = "emacs-totd";
- rev = "a715f7f2df416b8a6c827a9493ce7004180a3a4f";
- sha256 = "08awv1vbqg0x0h7f036sh07vypm8lq6b5g36gq9dmyfaqci9ccw6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9dc1e001585e1743047108ace180dfd7664ab8f1/recipes/totd";
- sha256 = "1bp07xl9yh9x6bi6cn8wz11x90jhv1rhxaig540iydjn5b0ny9m0";
- name = "recipe";
- };
- packageRequires = [ cl-lib s ];
- meta = {
- homepage = "https://melpa.org/#/totd";
- license = lib.licenses.free;
- };
- }) {};
- tox = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tox";
- ename = "tox";
- version = "20160810.855";
- src = fetchFromGitHub {
- owner = "chmouel";
- repo = "tox.el";
- rev = "27a074b21238855ce3c33d22e42d69e2c2921205";
- sha256 = "1m3f0i6vrkrncd7xsgz65m6595iv6yr4gbbzlis8p01kd98wbxfk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/08a7433e16f2a9a2c04168600a9c99bc21c68ddf/recipes/tox";
- sha256 = "1z81x8fs5q6r19hpqphsilk8wdwwnfr8w78x5x298x74s9mcsywl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tox";
- license = lib.licenses.free;
- };
- }) {};
- toxi-theme = callPackage ({ emacs
- , fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "toxi-theme";
- ename = "toxi-theme";
- version = "20160424.1426";
- src = fetchhg {
- url = "https://bitbucket.com/postspectacular/toxi-theme";
- rev = "b322fc7497a5";
- sha256 = "1pnsky541m8kzcv81w98jkv0hgajh04hxqlmgddc1y0wbvi849j0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/toxi-theme";
- sha256 = "032m3qbxfd0qp81qwayd5g9k7vz55g4yhw0d35qkxzf4qf58x9sd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/toxi-theme";
- license = lib.licenses.free;
- };
- }) {};
- tql-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tql-mode";
- ename = "tql-mode";
- version = "20170723.1954";
- src = fetchFromGitHub {
- owner = "tiros-dev";
- repo = "tql-mode";
- rev = "488add79eb3fc8ec02aedaa997fe1ed9e5c3e638";
- sha256 = "09vkqr5n66w1q5f7m1vgiv0555v23wg6j46ri52lnnslsxpxhlyv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6a7c3dec5d970a4e819c0166a4b9846d74484b08/recipes/tql-mode";
- sha256 = "0nrycix119vail6vk1kgqsli4l4cw8x49grc368n53w0xwngh0ns";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/tql-mode";
- license = lib.licenses.free;
- };
- }) {};
- traad = callPackage ({ bind-map
- , dash
- , deferred
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , request
- , request-deferred
- , virtualenvwrapper }:
- melpaBuild {
- pname = "traad";
- ename = "traad";
- version = "20180729.1748";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "emacs-traad";
- rev = "98e23363b7e8a590a2f55976123a8c3da75c87a5";
- sha256 = "121p80vsa3xff1anwy876gvlpm0jdbfm5vaxszds73wrv6gih8m3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2b3eb31c077fcaff94b74b757c1ce17650333943/recipes/traad";
- sha256 = "08gxh5c01xfbbj9g4992jah494rw3d3bbs8j79r3mpqxllkp2znf";
- name = "recipe";
- };
- packageRequires = [
- bind-map
- dash
- deferred
- f
- popup
- request
- request-deferred
- virtualenvwrapper
- ];
- meta = {
- homepage = "https://melpa.org/#/traad";
- license = lib.licenses.free;
- };
- }) {};
- tracking = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tracking";
- ename = "tracking";
- version = "20171210.1302";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "circe";
- rev = "571853c1f5ece6777fe745489b34d3ad7c3cb0ba";
- sha256 = "1l2zhszwg7cg96vlyi33bykk4mmig38xmasgpp02xypa4j4p11sw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a2b295656d53fddc76cacc86b239e5648e49e3a4/recipes/tracking";
- sha256 = "096h5bl7jcwz5hpbm2139bf8a784hijfy40vzf42y1c9794al46z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tracking";
- license = lib.licenses.free;
- };
- }) {};
- tracwiki-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xml-rpc }:
- melpaBuild {
- pname = "tracwiki-mode";
- ename = "tracwiki-mode";
- version = "20150119.821";
- src = fetchFromGitHub {
- owner = "merickson";
- repo = "tracwiki-mode";
- rev = "6a620444d59b438f42383b48cd4c19c03105dba6";
- sha256 = "1m25l1lyff4h0h4vjrcsziwbf8svqg2llvvgl8i2b4jbh7k7pk5f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2e1e7315ee0e8d90df046e16948398f6f78aa3b2/recipes/tracwiki-mode";
- sha256 = "1k983f0lj42rxr5szpq9l9harykfn8jr13y3y6fav86zzd1fb8j0";
- name = "recipe";
- };
- packageRequires = [ xml-rpc ];
- meta = {
- homepage = "https://melpa.org/#/tracwiki-mode";
- license = lib.licenses.free;
- };
- }) {};
- tramp-hdfs = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tramp-hdfs";
- ename = "tramp-hdfs";
- version = "20170821.620";
- src = fetchFromGitHub {
- owner = "raghavgautam";
- repo = "tramp-hdfs";
- rev = "b64f24d0419a80dffaa2c4ecec317aa2bba56e35";
- sha256 = "1bfqzwn19w6fs5npslw0sjqrwdswsv5m3wcdnk438pz1lp199wfy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4c185553314a2a9fe18907fd9251077777b33538/recipes/tramp-hdfs";
- sha256 = "1l7s2z8yk3cbnffig9fds75jkjlkng76qglx5ankzva61dz1kf2b";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/tramp-hdfs";
- license = lib.licenses.free;
- };
- }) {};
- tramp-term = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tramp-term";
- ename = "tramp-term";
- version = "20190509.1219";
- src = fetchFromGitHub {
- owner = "randymorris";
- repo = "tramp-term.el";
- rev = "27b370f3a43638d6845b3b3a93c3d7a806bd3b66";
- sha256 = "1jsr7j6wc0qzbcb0d7ljvf1qyvsjcpfb9wnhhz587ygcd4yvfqfv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c84660c641f0bdf3cca8ad2a0f8f6e5d18b59c3/recipes/tramp-term";
- sha256 = "1vbdwj8q66j6h5ijqzxhyaqf8wf9rbs03x8ppfijxl5qd2bhc1dy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tramp-term";
- license = lib.licenses.free;
- };
- }) {};
- transfer-sh = callPackage ({ async
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "transfer-sh";
- ename = "transfer-sh";
- version = "20180603.731";
- src = fetchFromGitHub {
- owner = "SRoskamp";
- repo = "transfer-sh.el";
- rev = "55da85f963d347255a2b46568954923679331798";
- sha256 = "0yv4i4ps379kz1q9qmjh4q3pk5ik77xw86faxmwpjx4yzp1wsz9v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/transfer-sh";
- sha256 = "0xc6dkmayk935grmy8883l4cyv4zrq3fb77fj16knfj4yw8w6c9j";
- name = "recipe";
- };
- packageRequires = [ async ];
- meta = {
- homepage = "https://melpa.org/#/transfer-sh";
- license = lib.licenses.free;
- };
- }) {};
- transient = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "transient";
- ename = "transient";
- version = "20190528.104";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "transient";
- rev = "8bfa489644ba5c287f1775b317a5755a3f232e48";
- sha256 = "08iyw5sww0c3glwykc9030nxda23d5agi8m91rxyn7740vviyv77";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ee7bfefdf4423d63706a6dcf128886ca6b514e6b/recipes/transient";
- sha256 = "04xkdspn475dlch5fcw21phhdhshxlbyznjbi0l7qk8snm130qpv";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/transient";
- license = lib.licenses.free;
- };
- }) {};
- transmission = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "transmission";
- ename = "transmission";
- version = "20190210.1846";
- src = fetchFromGitHub {
- owner = "holomorph";
- repo = "transmission";
- rev = "7293beeb8a49cf6822abd16a9f4b9e4bef0a9296";
- sha256 = "0pbmxl5654l1y213pq2h65dyrr78jlkybbdwz1dq52km98mpnf3r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9ed7e414687c0bd82b140a1bd8044084d094d18f/recipes/transmission";
- sha256 = "0w0hlr4y4xpcrpvclqqqasggkgrwnzrdib51mhkh3f3mqyiw8gs9";
- name = "recipe";
- };
- packageRequires = [ emacs let-alist ];
- meta = {
- homepage = "https://melpa.org/#/transmission";
- license = lib.licenses.free;
- };
- }) {};
- transpose-frame = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "transpose-frame";
- ename = "transpose-frame";
- version = "20151126.626";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "transpose-frame";
- rev = "011f420c3496b69fc22d789f64cb8091834feba7";
- sha256 = "1nhbinwv1ld13c0b0lxlvfm9s6bvxcz2vgfccqg45ncg9rx70rsw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/transpose-frame";
- sha256 = "1ksdc4d9k05452hcq4xx0j5nfl9n01z8abbca6j7j66bdf3m4l1b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/transpose-frame";
- license = lib.licenses.free;
- };
- }) {};
- transpose-mark = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "transpose-mark";
- ename = "transpose-mark";
- version = "20150405.16";
- src = fetchFromGitHub {
- owner = "kwrooijen";
- repo = "transpose-mark";
- rev = "667327602004794de97214cf336ac61650ef75b7";
- sha256 = "03wc50vn1kmrgnzzhs06pwpap2p2rx84wwzxw0hawsg1f1l35m2x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e997b356b009b3d2ab467fe49b79d728a8cfe24b/recipes/transpose-mark";
- sha256 = "1q1icp1szm1bxz9ywwyrfbsm1wmx0h4cvzywrh9q0fj1fq387qvv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/transpose-mark";
- license = lib.licenses.free;
- };
- }) {};
- travis = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , request
- , s }:
- melpaBuild {
- pname = "travis";
- ename = "travis";
- version = "20150825.438";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "emacs-travis";
- rev = "c8769d3db10ed4604969049e3bd276afa0a0138e";
- sha256 = "1jd7xsvs4m55fscp62a9lk59ip4sgifv4kazl55b7543nz1i31bz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c064a0dc7922cbe4cff2ae65665c4f10e6dbff27/recipes/travis";
- sha256 = "1km496cq1vni9gy2d3z4c9524q62750ywz745rjz4r7178ip9mix";
- name = "recipe";
- };
- packageRequires = [ dash pkg-info request s ];
- meta = {
- homepage = "https://melpa.org/#/travis";
- license = lib.licenses.free;
- };
- }) {};
- tree-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tree-mode";
- ename = "tree-mode";
- version = "20151104.531";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "tree-mode";
- rev = "b06078826d5875d74b0e7b7ac47b0d0917610534";
- sha256 = "13bbdhdmqg4x9yghanhr8fsbsxbnypzxdxgicz31sjjm675kpnix";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84f836338818946a6bb31d35d6ae959571128ed5/recipes/tree-mode";
- sha256 = "1b15xgh96j4qas1kh4ghczcn7hb1ri86wnjgn9wz2d6bw3c6077b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tree-mode";
- license = lib.licenses.free;
- };
- }) {};
- treemacs = callPackage ({ ace-window
- , cl-lib ? null
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , ht
- , hydra
- , lib
- , melpaBuild
- , pfuture
- , s }:
- melpaBuild {
- pname = "treemacs";
- ename = "treemacs";
- version = "20190601.1554";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "treemacs";
- rev = "c639085595485ce749d150f65589d26d38b3aab9";
- sha256 = "10vddvb9n35w0v4q79y5bn0fr33380w75r90484kirvs5ilq896h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37cca017cf529a0553ba73bcb824a945ec8b1137/recipes/treemacs";
- sha256 = "0is4waygw902vkha4jwav0i05298zhf4d559m91gmsfg1cfrlrr3";
- name = "recipe";
- };
- packageRequires = [ ace-window cl-lib dash emacs f ht hydra pfuture s ];
- meta = {
- homepage = "https://melpa.org/#/treemacs";
- license = lib.licenses.free;
- };
- }) {};
- treemacs-evil = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , treemacs }:
- melpaBuild {
- pname = "treemacs-evil";
- ename = "treemacs-evil";
- version = "20190416.2225";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "treemacs";
- rev = "39364c8f3392ffe93035169f68128f8eeaaaa2e7";
- sha256 = "0y69n7c55d5bf0j1qicxw6pjjzbn4rff773ldlr5hwfi485wc13y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37cca017cf529a0553ba73bcb824a945ec8b1137/recipes/treemacs-evil";
- sha256 = "144klr1gqqzfqy7fx9lzngc2vljy6mnz7awk0z5f8vfclczkihw2";
- name = "recipe";
- };
- packageRequires = [ evil treemacs ];
- meta = {
- homepage = "https://melpa.org/#/treemacs-evil";
- license = lib.licenses.free;
- };
- }) {};
- treemacs-icons-dired = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , treemacs }:
- melpaBuild {
- pname = "treemacs-icons-dired";
- ename = "treemacs-icons-dired";
- version = "20190327.858";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "treemacs";
- rev = "abc387a6bfbf3654914624651a593eb1aba85ca9";
- sha256 = "1mjx5c60h47kgszmpk96f5ymyh5any8ksbrxa3hcmz52s77lmd74";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37cca017cf529a0553ba73bcb824a945ec8b1137/recipes/treemacs-icons-dired";
- sha256 = "075897b11aaj9h59gbcldz2wd5557h86pq28qkijbgay4i3piv9v";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs treemacs ];
- meta = {
- homepage = "https://melpa.org/#/treemacs-icons-dired";
- license = lib.licenses.free;
- };
- }) {};
- treemacs-magit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild
- , pfuture
- , treemacs }:
- melpaBuild {
- pname = "treemacs-magit";
- ename = "treemacs-magit";
- version = "20190501.2241";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "treemacs";
- rev = "3f98c6af32b355f2cf62e8ef174a2c29f3de76ff";
- sha256 = "09z1mrvnwj6inmg4k8m6y4cw09yak0zz2l9yybp2w3r3jvrnn56v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1719c6bfc346e63f58221ea2c6e625b98f4ea368/recipes/treemacs-magit";
- sha256 = "10c32rf76w26hhg1pyjlwj94adpjz1kic4hzapbckvcyzcwz6fql";
- name = "recipe";
- };
- packageRequires = [ emacs magit pfuture treemacs ];
- meta = {
- homepage = "https://melpa.org/#/treemacs-magit";
- license = lib.licenses.free;
- };
- }) {};
- treemacs-projectile = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , treemacs }:
- melpaBuild {
- pname = "treemacs-projectile";
- ename = "treemacs-projectile";
- version = "20190416.830";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "treemacs";
- rev = "7ba9dcaaf850640e805f29d0d64aa254ec544c04";
- sha256 = "1l4llp9znrxyvcy60bcx1kr1zzxl9jw0w7pdi6n1v6idbs4rvjrs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37cca017cf529a0553ba73bcb824a945ec8b1137/recipes/treemacs-projectile";
- sha256 = "1lldvpasvgsd5xvnlafddqp47w7rdvf3vqfhr26rxn99kj5s9xzp";
- name = "recipe";
- };
- packageRequires = [ projectile treemacs ];
- meta = {
- homepage = "https://melpa.org/#/treemacs-projectile";
- license = lib.licenses.free;
- };
- }) {};
- treepy = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "treepy";
- ename = "treepy";
- version = "20180723.2356";
- src = fetchFromGitHub {
- owner = "volrath";
- repo = "treepy.el";
- rev = "b40e6b09eb9be45da67b8c9e4990a5a0d7a2a09d";
- sha256 = "04zwm6gx9pxfvgfkizx6pvb1ql8pqxjyzqp8flz0432x0gq5nlxk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63c94a703841f8c11948200d86d98145bc62162c/recipes/treepy";
- sha256 = "0jfah4vywi1b6c86h7vh8fspmklhs790qzkl51i9p7yckfggwp72";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/treepy";
- license = lib.licenses.free;
- };
- }) {};
- trident-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , skewer-mode
- , slime }:
- melpaBuild {
- pname = "trident-mode";
- ename = "trident-mode";
- version = "20190410.1336";
- src = fetchFromGitHub {
- owner = "johnmastro";
- repo = "trident-mode.el";
- rev = "109a1bc10bd0c4b47679a6ca5c4cd27c7c8d4ccb";
- sha256 = "0blbxjaddzhkvzlys46yrzszywmyjkmfhwks52v4laya76rgxm45";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/trident-mode";
- sha256 = "0l81hs7bp46jlk41b9fk1lkvlp17fqc5hcz8k8kkal7rh7ari1fd";
- name = "recipe";
- };
- packageRequires = [ dash emacs skewer-mode slime ];
- meta = {
- homepage = "https://melpa.org/#/trident-mode";
- license = lib.licenses.free;
- };
- }) {};
- trinary = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "trinary";
- ename = "trinary";
- version = "20180904.1613";
- src = fetchFromGitHub {
- owner = "emacs-elsa";
- repo = "trinary-logic";
- rev = "886232c6d7e92a8e9fe573eef46754ebe321f90d";
- sha256 = "10h6p2dwl2k2p35pi3n8y85qh5y0zrr9nhfr4sviwzj1nbqdrvdr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/48fff02dde8a678e151f2765ea7c3a383912c68b/recipes/trinary";
- sha256 = "1k2jpay1wx2m54fpja9mrhqyk15ikml8xf15irh8yrxb3hah8f8k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/trinary";
- license = lib.licenses.free;
- };
- }) {};
- trr = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "trr";
- ename = "trr";
- version = "20170221.42";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "emacs-trr";
- rev = "83660d8343ef3367837354dc684dfdde2f95826a";
- sha256 = "0h12szq1cww3bpsk09m7d2bk9bfjxrmzlw9ccviwhnric40nh67k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/56fa3c0b65e4e300f01804df7779ba6f1cb18cec/recipes/trr";
- sha256 = "068vqsyx8riqzfrmjk8wr81f68r2y2b6ymc2vvl6vka9rprvsfwr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/trr";
- license = lib.licenses.free;
- };
- }) {};
- truthy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , melpaBuild }:
- melpaBuild {
- pname = "truthy";
- ename = "truthy";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "truthy";
- rev = "782cee08fbb13f9be71ce8e88d980ec14db24a0f";
- sha256 = "0xbkq7hr14gd2nmsfkzvz4rgfi42h51m29cn2vaswr2s3prflhrh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f7a7e319dbe17e2b31353e7d7cab51d557d86e9d/recipes/truthy";
- sha256 = "1a56zmqars9fd03bkqzwpvgblq5fvq19n4jw04c4hpga92sq8wqg";
- name = "recipe";
- };
- packageRequires = [ list-utils ];
- meta = {
- homepage = "https://melpa.org/#/truthy";
- license = lib.licenses.free;
- };
- }) {};
- try = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "try";
- ename = "try";
- version = "20181203.1836";
- src = fetchFromGitHub {
- owner = "larstvei";
- repo = "Try";
- rev = "8831ded1784df43a2bd56c25ad3d0650cdb9df1d";
- sha256 = "0y26ybdsljph49w2834wssxgdx8ij7b6v4gp8jpgnbx118gr4jsz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/13c0ed40ad02fa0893cbf4dd9617dccb624f064b/recipes/try";
- sha256 = "0dv0i77agva215bf1gj1x1k7f7g3pvccyyd7vslapf9z8brccn7n";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/try";
- license = lib.licenses.free;
- };
- }) {};
- ts-comint = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ts-comint";
- ename = "ts-comint";
- version = "20181218.2319";
- src = fetchFromGitHub {
- owner = "emacs-typescript";
- repo = "ts-comint";
- rev = "b280cfe9fe5ecec9d5970043b6b2866f644b39ad";
- sha256 = "15lf20w3diixcbpsw3vdqlpnpjp3v1spgxkiymq05q1mcy30n39n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a1c08c22704ac689235b8d5cc36cc437ba7356a/recipes/ts-comint";
- sha256 = "0cmh8ww6myiaz42867d0dqfi64lxrbna1lcwl6x6rmdgf15k6c1m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ts-comint";
- license = lib.licenses.free;
- };
- }) {};
- tss = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , json-mode
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "tss";
- ename = "tss";
- version = "20150913.708";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-tss";
- rev = "81ac6351a2ae258fd0ebf916dae9bd5a179fefd0";
- sha256 = "1bk5v9dffs65qsay0dp336s2ly065nd0cg572zz058ikwxd44zd3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d52e20f5ca38ed399d19f18f778b8601baf78460/recipes/tss";
- sha256 = "0d16x5r2xfy6mrwy0mqzpr9b3inqmyyxgawrxlfh83j1xb903dhm";
- name = "recipe";
- };
- packageRequires = [ auto-complete json-mode log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/tss";
- license = lib.licenses.free;
- };
- }) {};
- tt-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tt-mode";
- ename = "tt-mode";
- version = "20130804.410";
- src = fetchFromGitHub {
- owner = "davorg";
- repo = "tt-mode";
- rev = "85ed3832e7eef391f7879d9990d59c7a3493c15e";
- sha256 = "1gvqxk67cf779szyg907815i4m9jzrpmn5cnsmnwd62k3r3z4nxm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/62959f554db7aa24b2565baded19766b01e61f62/recipes/tt-mode";
- sha256 = "02dzyycn5znbibbz50b243bh1kcccp8xwknjqwljk00gpf196vzf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tt-mode";
- license = lib.licenses.free;
- };
- }) {};
- ttl-mode = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ttl-mode";
- ename = "ttl-mode";
- version = "20160505.132";
- src = fetchhg {
- url = "https://bitbucket.com/nxg/ttl-mode";
- rev = "d790eb85ef4d";
- sha256 = "14kfnpp7fcd84ly9ng7hm5hzx2sdpn2x6d8frwbkdxfb0x81kmmf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d56140a50abeab0953825d3646122d6e6ed19a7c/recipes/ttl-mode";
- sha256 = "1nnn2y0n9rj3a8r85y2vp6qja5rm4drcbnj9q793zzqfjl9akqd4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ttl-mode";
- license = lib.licenses.free;
- };
- }) {};
- tuareg = callPackage ({ caml
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tuareg";
- ename = "tuareg";
- version = "20190604.718";
- src = fetchFromGitHub {
- owner = "ocaml";
- repo = "tuareg";
- rev = "b6271c4496a29b74ad1e47d6802b9cfba415fe77";
- sha256 = "02a1bgaakh89s40adc363jmgrs5dkswmgqlwjkq0blyj01rih2yi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/01fb6435a1dfeebdf4e7fa3f4f5928bc75526809/recipes/tuareg";
- sha256 = "0wx723dmjlpm86xdabl9n8p22zbbxpapyfn6ifz0b0pvhh49ip7q";
- name = "recipe";
- };
- packageRequires = [ caml emacs ];
- meta = {
- homepage = "https://melpa.org/#/tuareg";
- license = lib.licenses.free;
- };
- }) {};
- tumble = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , http-post-simple
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tumble";
- ename = "tumble";
- version = "20160111.2329";
- src = fetchFromGitHub {
- owner = "febuiles";
- repo = "tumble";
- rev = "e8fd7643cccf2b6ea4170f0c5f1f87d007e7fa00";
- sha256 = "1xdkgvr1pnlg3nrjmma4ra80ysr8xbslvczg7cq1x1mqw6gn9xq5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/579a441d153c4c7d9f8172be94983a632d6fab8f/recipes/tumble";
- sha256 = "1c9ybq0mb2a0pw15fmm13vfwcnr2h9fb1xsm5nrff1cg7913pgv9";
- name = "recipe";
- };
- packageRequires = [ cl-lib http-post-simple ];
- meta = {
- homepage = "https://melpa.org/#/tumble";
- license = lib.licenses.free;
- };
- }) {};
- tumblesocks = callPackage ({ fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , markdown-mode
- , melpaBuild
- , oauth }:
- melpaBuild {
- pname = "tumblesocks";
- ename = "tumblesocks";
- version = "20140215.1247";
- src = fetchFromGitHub {
- owner = "gcr";
- repo = "tumblesocks";
- rev = "9fd3dc5359d4e39a0f673546427935aa934cf339";
- sha256 = "17kcprr4bhnh7h799wcxb79d54vvs226fl2rqj89gf10gr6bc3fr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/tumblesocks";
- sha256 = "005w7vfzi4qpm59pxhq9nhp8hlwh4m1i7zj6l4knizcwm5xrm4ab";
- name = "recipe";
- };
- packageRequires = [ htmlize markdown-mode oauth ];
- meta = {
- homepage = "https://melpa.org/#/tumblesocks";
- license = lib.licenses.free;
- };
- }) {};
- tup-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tup-mode";
- ename = "tup-mode";
- version = "20140410.914";
- src = fetchFromGitHub {
- owner = "ejmr";
- repo = "tup-mode";
- rev = "945af9c8e6c402e10cd3bf8e28a9591174023d6d";
- sha256 = "0asd024n5v23wdsg1959sszq568wg3a1bp4jrk0cllfji1z0n78y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bda3260dad1c766c5b6ae9124f966bf441e24f2f/recipes/tup-mode";
- sha256 = "0pzpn1ljfcc2dl9fg7jc8lmjwz2baays4axjqk1qsbj0kqbc8j0l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tup-mode";
- license = lib.licenses.free;
- };
- }) {};
- turing-machine = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "turing-machine";
- ename = "turing-machine";
- version = "20180221.2038";
- src = fetchFromGitHub {
- owner = "dieggsy";
- repo = "turing-machine";
- rev = "ad1dccc9c445f9e4465e1c67cbbfea9583153047";
- sha256 = "0qaz4r5ahg2fxsfyxilb8c9956i5ra9vg80l82slm8vrnsinzll6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/turing-machine";
- sha256 = "0q9a31m5wnz9j9l4i8czdl7z12nrcdjw72w8sqvf94ri2g5dbpkq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/turing-machine";
- license = lib.licenses.free;
- };
- }) {};
- turkish = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "turkish";
- ename = "turkish";
- version = "20170910.811";
- src = fetchFromGitHub {
- owner = "emres";
- repo = "turkish-mode";
- rev = "9831a316c176bb21a1b91226323ea4133163e00c";
- sha256 = "0nrxi845gd24d5vymbmxz696jwld4rn6nw2dz1gzmdaks7bbv87m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/12cdbdf404fa859a48d1bb69f058321d7595d2a2/recipes/turkish";
- sha256 = "0pdapxjbpj3lg3hxvwjn9v51jqaiz7a8053z2bmk4485vzs34532";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/turkish";
- license = lib.licenses.free;
- };
- }) {};
- turnip = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "turnip";
- ename = "turnip";
- version = "20150308.2329";
- src = fetchFromGitHub {
- owner = "kljohann";
- repo = "turnip.el";
- rev = "2fd32562fc6fc1cda6d91aa939cfb29f9b16e9de";
- sha256 = "0khl4q22x6vdn87xdqqg5f535d4dqpnfbhk6qhlh187p1w7qaiq4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/73c341fec986ed965a46954b898f92a4725fdee6/recipes/turnip";
- sha256 = "1vfqv71j47fn53klz3jl8r8hscywd01kkl4w96a308sac3lhbrps";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/turnip";
- license = lib.licenses.free;
- };
- }) {};
- twig-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "twig-mode";
- ename = "twig-mode";
- version = "20130220.1050";
- src = fetchFromGitHub {
- owner = "moljac024";
- repo = "twig-mode";
- rev = "51bcd41666a234119a855b9fd348d3dae7832de1";
- sha256 = "068m06d0gf6608zd270c5nxkjczzfw55df58r2zfbpzgdi4cxm7j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/400c75bf336b8d610f0a2c1732cc78beb502e1f3/recipes/twig-mode";
- sha256 = "1m3xjgmkqg8aj536wcg2f2hf4y6whscbsh7z7448hl4b5qjwii4n";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/twig-mode";
- license = lib.licenses.free;
- };
- }) {};
- twilight-anti-bright-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "twilight-anti-bright-theme";
- ename = "twilight-anti-bright-theme";
- version = "20160622.148";
- src = fetchFromGitHub {
- owner = "jimeh";
- repo = "twilight-anti-bright-theme";
- rev = "523b95fcdbf4a6a6483af314ad05354a3d80f23f";
- sha256 = "0g6qqfgbg507r8lgq99zj2b5n3r9m23hpx19m36c3i55mh94dl2h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/twilight-anti-bright-theme";
- sha256 = "1wfj570l5k0ygqi9dwjskc78rpnxw6080bkw1zd1a8kl3fa28n2k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/twilight-anti-bright-theme";
- license = lib.licenses.free;
- };
- }) {};
- twilight-bright-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "twilight-bright-theme";
- ename = "twilight-bright-theme";
- version = "20130605.143";
- src = fetchFromGitHub {
- owner = "jimeh";
- repo = "twilight-bright-theme.el";
- rev = "9859474333fee9f907474dbd8763f617e8bfd89c";
- sha256 = "02hiyk5v41ki0rlchj6didg3b5a9fxaw50d9shrv1v861z4hrq24";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/twilight-bright-theme";
- sha256 = "039mg147cvb0pk59q3c1bpx7562bajgrs74xymylr89hvrxivxqh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/twilight-bright-theme";
- license = lib.licenses.free;
- };
- }) {};
- twilight-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "twilight-theme";
- ename = "twilight-theme";
- version = "20120412.603";
- src = fetchFromGitHub {
- owner = "developernotes";
- repo = "twilight-theme";
- rev = "77c4741cb3dcf16e53d06d6c2ffdc660c40afb5b";
- sha256 = "0d7vd1h0rwwgrh7f9kmdgy2ni0p20da9c8ylwlg33nsb26345wfs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/twilight-theme";
- sha256 = "0g9bbb6m7q8x4zcw5gfmg7ljsfdmjh0335sq53b0lva0h3ra6kzx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/twilight-theme";
- license = lib.licenses.free;
- };
- }) {};
- twittering-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "twittering-mode";
- ename = "twittering-mode";
- version = "20181121.602";
- src = fetchFromGitHub {
- owner = "hayamiz";
- repo = "twittering-mode";
- rev = "114891e8fdb4f06b1326a6cf795e49c205cf9e29";
- sha256 = "1w1p5pg3ambixhc5l7490wf5qasw3xv9qg6f0xhfsnqk44fp70ia";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/twittering-mode";
- sha256 = "0v9ijxw5jazh2hc0qab48y71za2l9ryff0mpkxhr3f79irlqy0a1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/twittering-mode";
- license = lib.licenses.free;
- };
- }) {};
- typescript-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "typescript-mode";
- ename = "typescript-mode";
- version = "20181221.105";
- src = fetchFromGitHub {
- owner = "emacs-typescript";
- repo = "typescript.el";
- rev = "e608305ade7145df5637b22bbd2a1d190aaff048";
- sha256 = "11cj1gis2mirz8kfljgam5dzd9c0wqzsb0jkxc9xrz48akpyikqx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/94455323364d5a6b00e2786d577134eb350826b4/recipes/typescript-mode";
- sha256 = "1abnik2dq0zfnp8pk8x6zy962qww78xadm87xyiwz17559g88d82";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/typescript-mode";
- license = lib.licenses.free;
- };
- }) {};
- typing = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "typing";
- ename = "typing";
- version = "20180830.1503";
- src = fetchFromGitHub {
- owner = "kensanata";
- repo = "typing";
- rev = "a2ef25dde2d8eb91bd9c0c6164cb5208208647fa";
- sha256 = "1dbh0srbf54lgd60ia79y9cfnq3kxlgw01qzdjs9mk3nfazzpgnv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e6e75695594ce17b618ad8786c8a04e283f68b11/recipes/typing";
- sha256 = "0k2lplqzq3323nn7rybcs377sr87kbww8ci99rrka3yyb5bh1fa1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/typing";
- license = lib.licenses.free;
- };
- }) {};
- typing-game = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "typing-game";
- ename = "typing-game";
- version = "20160426.520";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "el-typing-game";
- rev = "616435a5270274f4c7b698697674dbb2039049a4";
- sha256 = "0dkrnn9fzqv793wvd3nc7dbslayj37q5na1w1g63g32z2s8aq09j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e6ced22932f0462c77d121a631c494c01a0a4eaa/recipes/typing-game";
- sha256 = "0k85j9bcqp0gbzdh44q5a9wlkv5mc0g0m42ziq1bzmp6993wkmy2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/typing-game";
- license = lib.licenses.free;
- };
- }) {};
- typit = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mmt }:
- melpaBuild {
- pname = "typit";
- ename = "typit";
- version = "20181231.2302";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "typit";
- rev = "819a65ef22ec7a03c109aa7e8169e6ba174b17a1";
- sha256 = "0gvlb3vra01m8gbl0qqsy9lbkrmzfs8q33n626fny5hz23pba7l6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d17d019155e19c156f123dcd702f18cfba488701/recipes/typit";
- sha256 = "05m7ymcq6fgbhh93ninrf3qi7csdnf2ahhf01mkm8gxxyaqq6m4n";
- name = "recipe";
- };
- packageRequires = [ emacs f mmt ];
- meta = {
- homepage = "https://melpa.org/#/typit";
- license = lib.licenses.free;
- };
- }) {};
- typo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "typo";
- ename = "typo";
- version = "20171209.223";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "typoel";
- rev = "9dad93b6f367f02f52c8d9bf15d446d922cec294";
- sha256 = "1xaikwl265v67b7hilrhjgwzr6bcha9idnp82f27msqzdfdzxf0f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/typo";
- sha256 = "1p8is1n525lmzq588hj6vazmhl9wi6rairnfx1g1p6g6ijdycd4h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/typo";
- license = lib.licenses.free;
- };
- }) {};
- typoscript-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , use-package }:
- melpaBuild {
- pname = "typoscript-mode";
- ename = "typoscript-mode";
- version = "20170126.112";
- src = fetchFromGitHub {
- owner = "ksjogo";
- repo = "typoscript-mode";
- rev = "44e7567e921573c4f33c537b827f71fb1f565c32";
- sha256 = "0i7l9s3lhxnld32mqyrvasiv1hilhwnp2fwvpdv2cx9r902q6kc8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/701de09cb97cbfa49a3a81aaeb9577817566efa2/recipes/typoscript-mode";
- sha256 = "18i2wwbn8vj5dbgxp2ds29n12v8ldvxjd1zb6h1g9lfh8iyrnjmx";
- name = "recipe";
- };
- packageRequires = [ emacs use-package ];
- meta = {
- homepage = "https://melpa.org/#/typoscript-mode";
- license = lib.licenses.free;
- };
- }) {};
- ubuntu-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ubuntu-theme";
- ename = "ubuntu-theme";
- version = "20150805.806";
- src = fetchFromGitHub {
- owner = "rocher";
- repo = "ubuntu-theme";
- rev = "88b0eefc75d4cbcde103057e1c5968d4c3052f69";
- sha256 = "1v8d1pc0vjc7wz0prr5w5vp2qb19f3gcyl6jx5130plajbvv23rc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/ubuntu-theme";
- sha256 = "160z59aaxb2v6c24nki6bn7pjm9r4jl1mgxs4h4sivzxkaw811s2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ubuntu-theme";
- license = lib.licenses.free;
- };
- }) {};
- ucs-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , melpaBuild
- , pcache
- , persistent-soft }:
- melpaBuild {
- pname = "ucs-utils";
- ename = "ucs-utils";
- version = "20150826.714";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "ucs-utils";
- rev = "cbfd42f822bf5717934fa2d92060e6e24a813433";
- sha256 = "0qw9vwl1p0pjw1xmshxar1a8kn6gmin5rdvvnnly8b5z9hpkjf3m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/ucs-utils";
- sha256 = "111fwg2cqqzpa79rcqxidppb12c8g12zszppph2ydfvkgkryb6z2";
- name = "recipe";
- };
- packageRequires = [ list-utils pcache persistent-soft ];
- meta = {
- homepage = "https://melpa.org/#/ucs-utils";
- license = lib.licenses.free;
- };
- }) {};
- uimage = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "uimage";
- ename = "uimage";
- version = "20160901.521";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "uimage";
- rev = "9893d09160ef7e8c0ecdcd74fca99ffeb5f9d70d";
- sha256 = "1ri50nab778kpq49m54ra75z8dphagp9sz92is0636j4qy3sbih1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/346cb25abdfdd539d121a9f34bce75b2fc5a16be/recipes/uimage";
- sha256 = "0i6qpk6v4pmpk3zswygdy0dd7rxy8kl7qn8a1xanpi4aqg7wlbmd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/uimage";
- license = lib.licenses.free;
- };
- }) {};
- ujelly-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ujelly-theme";
- ename = "ujelly-theme";
- version = "20180214.824";
- src = fetchFromGitHub {
- owner = "marktran";
- repo = "color-theme-ujelly";
- rev = "bf724ce7806a738d2043544061e5f9bbfc56e674";
- sha256 = "0pz26q5qfq4wiqcpfkq26f19q5gyiv8q71sq4k77hkss5a5b5fqg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/ujelly-theme";
- sha256 = "0b7zgmpsdn5p3jx4kif7phxz8pb85snmmfr3yz98xf6p7h6w60gw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ujelly-theme";
- license = lib.licenses.free;
- };
- }) {};
- ukrainian-holidays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ukrainian-holidays";
- ename = "ukrainian-holidays";
- version = "20130720.649";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "ukrainian-holidays";
- rev = "e52b0c92843e9f4d0415a7ba3b8559785497d23d";
- sha256 = "033v4ck979lhkpwblci5clacfc1xnkq03p5d1m566wff8dp5flwz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a8b5ec722600bcd5bf5fcc2b20262597a9e8c40/recipes/ukrainian-holidays";
- sha256 = "0kbfj2l1rcv74c88nabkwkcl7k9pkim835l24q61zv3i6wf9sykf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ukrainian-holidays";
- license = lib.licenses.free;
- };
- }) {};
- uncrustify-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "uncrustify-mode";
- ename = "uncrustify-mode";
- version = "20130707.659";
- src = fetchFromGitHub {
- owner = "koko1000ban";
- repo = "emacs-uncrustify-mode";
- rev = "2c00d5cf2d1868a5955347438746f4dd82b3b9fc";
- sha256 = "1pzg49l982a0kajnix0jl3gk7g37d7pgqg9lx838i2sk3jfwayf9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5327aa1a1143c2257e9454663ff140f2371d07e3/recipes/uncrustify-mode";
- sha256 = "0amdxdfc8i99zjrw4iqmxzb47h0airs60fwmc32bc8b0ds66c3kd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/uncrustify-mode";
- license = lib.licenses.free;
- };
- }) {};
- undercover = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , shut-up }:
- melpaBuild {
- pname = "undercover";
- ename = "undercover";
- version = "20180403.752";
- src = fetchFromGitHub {
- owner = "sviridov";
- repo = "undercover.el";
- rev = "3fc54ef92f0b4b7d26d962d6ed29a81d526a3a66";
- sha256 = "0iqj1a6nj1ka5ahcy4rrn7k427bs1ifv0v0i7gj79m7isjj15qc4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d58ad9eb863494f609114e3c6af8c14c891b83a5/recipes/undercover";
- sha256 = "1s30c3i6y4r3mgrrs3lda3rrwmy9ff11ihdmshyziv9v5879sdjf";
- name = "recipe";
- };
- packageRequires = [ dash emacs shut-up ];
- meta = {
- homepage = "https://melpa.org/#/undercover";
- license = lib.licenses.free;
- };
- }) {};
- underline-with-char = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "underline-with-char";
- ename = "underline-with-char";
- version = "20170814.223";
- src = fetchFromGitHub {
- owner = "marcowahl";
- repo = "underline-with-char";
- rev = "f7de7a968a16c12bef5a3ed9aebcde2dcadc08be";
- sha256 = "188g8vzalkhdqjxkbypzq64vl9qmry8pq8vrbxhy28pzsljhrqxv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e24888ccf61ac05eba5c30a47d35653f2badf019/recipes/underline-with-char";
- sha256 = "0la24nvyqinla40c2f3f4a63mjjsg58096hyw3pvp0mwiff7rxyd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/underline-with-char";
- license = lib.licenses.free;
- };
- }) {};
- underwater-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "underwater-theme";
- ename = "underwater-theme";
- version = "20131117.1602";
- src = fetchFromGitHub {
- owner = "jmdeldin";
- repo = "underwater-theme.el";
- rev = "1fbd4ecd4538256c6c46f9638f883072c73ac927";
- sha256 = "1g1ldyz42q3i2xlgvhd4s93cvkh0fm8m3l344zjcw8rvqaisyphj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e7dccc77d082181629b8f0c45404ac5d8bd97590/recipes/underwater-theme";
- sha256 = "0ab2bcqfdi9ml3z9d511pbfwcbp8hkkd36xxp61k36gkyi3acvlr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/underwater-theme";
- license = lib.licenses.free;
- };
- }) {};
- undo-propose = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "undo-propose";
- ename = "undo-propose";
- version = "20190408.2336";
- src = fetchFromGitHub {
- owner = "jackkamm";
- repo = "undo-propose-el";
- rev = "5f1fa99a04369a959aad01b476fe4f34229f28cd";
- sha256 = "1p9h1fqmva07mcs46rqrg9vqn537b615as84s9b7xh76k1r8h1c0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/308eec15ebfd301b34f0d9f019250c9089c4d6e2/recipes/undo-propose";
- sha256 = "0r0xswj9n24ghw44l1m1izapjqrfvcw8qn3qp61s2ly0i7la185j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/undo-propose";
- license = lib.licenses.free;
- };
- }) {};
- undohist = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "undohist";
- ename = "undohist";
- version = "20150315.542";
- src = fetchFromGitHub {
- owner = "m2ym";
- repo = "undohist-el";
- rev = "d2239a5f736724ceb9e3b6bcaa86f4064805cda0";
- sha256 = "1c0daw246ky7b1x5b8h55x79pl1pjqk1k348l487bdd8zdj4w9wx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aebd16ca1ac51d9982eae5437c6084a2a3946b88/recipes/undohist";
- sha256 = "0zzfzh8sf2dkz8h3kidv7zmwz2c2qq9n9qz2mab2lk0y44njzwhn";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/undohist";
- license = lib.licenses.free;
- };
- }) {};
- unfill = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unfill";
- ename = "unfill";
- version = "20170722.1846";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "unfill";
- rev = "d1056ec5ce7bb18abe8933c1e4d5932fb98fb78e";
- sha256 = "0qbcm7qf33xlbj7wx3164q8m6b8qzgv6w13pk8568nrmb1f8qna8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ade389a20419b3e29a613409ac73a16b7c5bddb/recipes/unfill";
- sha256 = "0b21dk45vbz4vqdbdx0n6wx30rm38w1jjqbsxfj7b96p3i5shwqv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/unfill";
- license = lib.licenses.free;
- };
- }) {};
- unicode-emoticons = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unicode-emoticons";
- ename = "unicode-emoticons";
- version = "20150204.308";
- src = fetchFromGitHub {
- owner = "hagleitn";
- repo = "unicode-emoticons";
- rev = "52a09955c2afc1807c0f37f1467ccfc1e1da690a";
- sha256 = "0z7aaw5ib1q8whnrhvybzxa4cm18qsw5sg8gv31j3yxi638yvi89";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/unicode-emoticons";
- sha256 = "0sp4sb2yw9msyqxgp4q5z9pzfvqwhizd1sx8w63g1vis6n2h254r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/unicode-emoticons";
- license = lib.licenses.free;
- };
- }) {};
- unicode-enbox = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , melpaBuild
- , pcache
- , persistent-soft
- , string-utils
- , ucs-utils }:
- melpaBuild {
- pname = "unicode-enbox";
- ename = "unicode-enbox";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "unicode-enbox";
- rev = "4e8ac89b0460eaba6d6eaa8c463eb069660218fa";
- sha256 = "1p63dk1fya0g08lr7cr1rydx9bqakg1nq30i0yma6zs0h7f5qvsi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/unicode-enbox";
- sha256 = "1phb2qq3pg6z6bl96kl9yfq4jxhgardjpaa4lhgqbxymmqdm7gzv";
- name = "recipe";
- };
- packageRequires = [
- list-utils
- pcache
- persistent-soft
- string-utils
- ucs-utils
- ];
- meta = {
- homepage = "https://melpa.org/#/unicode-enbox";
- license = lib.licenses.free;
- };
- }) {};
- unicode-escape = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names }:
- melpaBuild {
- pname = "unicode-escape";
- ename = "unicode-escape";
- version = "20160614.534";
- src = fetchFromGitHub {
- owner = "kosh04";
- repo = "unicode-escape.el";
- rev = "04c7f22f90c96e93f998f084089ab08dc7f4fdd6";
- sha256 = "01i5cq7yan9z1kr6pvp4bwzsnxs0bpqsaglfbvy7v6jfp923bvdm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b2ae00434b80357dc62cd0177dbd714b25fb3ac7/recipes/unicode-escape";
- sha256 = "0gcwkv7qbdnvak10jfzj9irb7nkfqsfxv2n5fi8vvrk90j1a2i2k";
- name = "recipe";
- };
- packageRequires = [ dash emacs names ];
- meta = {
- homepage = "https://melpa.org/#/unicode-escape";
- license = lib.licenses.free;
- };
- }) {};
- unicode-fonts = callPackage ({ fetchFromGitHub
- , fetchurl
- , font-utils
- , lib
- , list-utils
- , melpaBuild
- , pcache
- , persistent-soft
- , ucs-utils }:
- melpaBuild {
- pname = "unicode-fonts";
- ename = "unicode-fonts";
- version = "20181001.809";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "unicode-fonts";
- rev = "7b88ae84e589f6c8b9386b2fb5a02ff4ccb91169";
- sha256 = "07wzcfj92jiadgd6nj5rmxky2aiaxs89j7zywp877xdp4vv0v512";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/83459421dd2eb3d60ec668c3d5bb38d99ee64aff/recipes/unicode-fonts";
- sha256 = "0plipwb30qqay8691qzqdyg6smpbs9dsxxi49psb8sq0xnxl84q3";
- name = "recipe";
- };
- packageRequires = [
- font-utils
- list-utils
- pcache
- persistent-soft
- ucs-utils
- ];
- meta = {
- homepage = "https://melpa.org/#/unicode-fonts";
- license = lib.licenses.free;
- };
- }) {};
- unicode-input = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unicode-input";
- ename = "unicode-input";
- version = "20141218.2320";
- src = fetchhg {
- url = "https://bitbucket.com/m00nlight/unicode-input";
- rev = "e76ccb549e6a";
- sha256 = "0kzcg1wxi1z424jdn7pibk9zyfyi85kligav08sl1c2hdldzya4l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/unicode-input";
- sha256 = "17sf3xnl8yyx4ln4mrjlrvfinb8dvabh81l3qyr9pkn5skpgqgj8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/unicode-input";
- license = lib.licenses.free;
- };
- }) {};
- unicode-math-input = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unicode-math-input";
- ename = "unicode-math-input";
- version = "20181230.423";
- src = fetchFromGitHub {
- owner = "astoff";
- repo = "unicode-math-input.el";
- rev = "6ad698bf4a8c64dd969ac58cf09ee66783cfcdce";
- sha256 = "0g72zh4a8mimmsiq53k0y9w4xmfhvdymksxdrkiygc3vji2jv6na";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e0d39bc129500e55b99c11b3d27e042619777414/recipes/unicode-math-input";
- sha256 = "1hra3vf6nzh99piagbxsmp0sizvki2jl7qkfmlwd5nwmicw0ykrq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/unicode-math-input";
- license = lib.licenses.free;
- };
- }) {};
- unicode-progress-reporter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , melpaBuild
- , pcache
- , persistent-soft
- , ucs-utils }:
- melpaBuild {
- pname = "unicode-progress-reporter";
- ename = "unicode-progress-reporter";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "unicode-progress-reporter";
- rev = "17415a96144506e5ffa49377d4c814023e06f425";
- sha256 = "1fdyngchr8s7gjqi50fdr1cx8zx5jd3l7ag9i15r9vmqanvr0zzf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/83459421dd2eb3d60ec668c3d5bb38d99ee64aff/recipes/unicode-progress-reporter";
- sha256 = "03z7p27470fqy3gd356l9cpp44a35sfrxz94dxmx388rzlygk7y7";
- name = "recipe";
- };
- packageRequires = [ emacs list-utils pcache persistent-soft ucs-utils ];
- meta = {
- homepage = "https://melpa.org/#/unicode-progress-reporter";
- license = lib.licenses.free;
- };
- }) {};
- unicode-troll-stopper = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unicode-troll-stopper";
- ename = "unicode-troll-stopper";
- version = "20190208.2011";
- src = fetchFromGitHub {
- owner = "camsaul";
- repo = "emacs-unicode-troll-stopper";
- rev = "5e8be35a7bf6382384a701663f7438ee27e4b67c";
- sha256 = "0xjh017kjhj93j72r5hdpiabv76szlmpivlfyhg9vzysdmix45qv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b463925a98b7dde78d85693c7681fd2346d90895/recipes/unicode-troll-stopper";
- sha256 = "0a10lq0xsfyp052iw4xjbhsdkbyg25x2gk68gys4k7p6l92la0k5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/unicode-troll-stopper";
- license = lib.licenses.free;
- };
- }) {};
- unicode-whitespace = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , melpaBuild
- , pcache
- , persistent-soft
- , ucs-utils }:
- melpaBuild {
- pname = "unicode-whitespace";
- ename = "unicode-whitespace";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "unicode-whitespace";
- rev = "b0cbfe4f9998a2c1eb4cba031efcb785ef518916";
- sha256 = "1khpmmpbvi73cis7qx33v2npbmwg1cc9x4bafg9kfz7yfqkrdjws";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9892a826f3ac335d12bd1a07202334e28a44f40/recipes/unicode-whitespace";
- sha256 = "1b3jgha8va42b89pdp41sab2w9wllp7dicqg4lxl67bg6wn147wy";
- name = "recipe";
- };
- packageRequires = [ list-utils pcache persistent-soft ucs-utils ];
- meta = {
- homepage = "https://melpa.org/#/unicode-whitespace";
- license = lib.licenses.free;
- };
- }) {};
- unidecode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unidecode";
- ename = "unidecode";
- version = "20180312.1226";
- src = fetchFromGitHub {
- owner = "sindikat";
- repo = "unidecode";
- rev = "5502ada9287b4012eabb879f12f5b0a9df52c5b7";
- sha256 = "03x3nakbhmakwm977mwrf8jifvjnfwzpjv6wrwpizbqjnkgfchmn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9ba8e425e37e80a2236832c3f12568546d4c7c9/recipes/unidecode";
- sha256 = "0vhghnyj8a5mcqq5rzajrm1izzfry77pd1wxhmra5yp9ribw2sv5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/unidecode";
- license = lib.licenses.free;
- };
- }) {};
- unify-opening = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unify-opening";
- ename = "unify-opening";
- version = "20171122.1212";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "unify-opening";
- rev = "502469ddba6d8d52159f53976265f7d956b6b17c";
- sha256 = "0mni9vnbs50wvgnwfjwgzlwfff38h3wbrpr20nv84dmfh8ac0v61";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a2faab13744262ef4d12750f70b300b3afd2835/recipes/unify-opening";
- sha256 = "1gpmklbdbmv8va8d3yr94r1ydkcyvdzcgxv56rp0bxwbcgmk0as8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/unify-opening";
- license = lib.licenses.free;
- };
- }) {};
- unipoint = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unipoint";
- ename = "unipoint";
- version = "20140113.1424";
- src = fetchFromGitHub {
- owner = "apg";
- repo = "unipoint";
- rev = "5da04aebac35a5c9e1d8704f2231808d42f4b36a";
- sha256 = "1wl9rzys1zr2c41h5i57y6hxsavix1b26f453l2izmb6r0b1dvh0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/unipoint";
- sha256 = "0fm7anwcmga9adyfwlri7x014rpvfl1r6nccyi6lrpx126wy008s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/unipoint";
- license = lib.licenses.free;
- };
- }) {};
- unison = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unison";
- ename = "unison";
- version = "20160704.40";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "unison.el";
- rev = "a78a04c0d1398d00f75a1bd4799622a65bcb0f28";
- sha256 = "1jn23wlhpka5pv0caipxi8bg3cc6wj1fg09abibhydy4p3mb3bi5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ee7ee1a68486f822c1627fb0bf066c4ae8bc0776/recipes/unison";
- sha256 = "03v10r6d4r6z66s9q7mg1iyxh53f3l6q7dij7pfbf32migqjgpir";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/unison";
- license = lib.licenses.free;
- };
- }) {};
- unison-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unison-mode";
- ename = "unison-mode";
- version = "20160513.801";
- src = fetchFromGitHub {
- owner = "impaktor";
- repo = "unison-mode";
- rev = "0bd6a65c0d12f87fcf7bdff15fe54444959b93bf";
- sha256 = "1snbvhvx2csw1f314dbdwny8yvfq834plpkzx0vl4k3wddmr3a66";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bd5b5c16e504ee8e511bbc65acbc0ff65f99eaf4/recipes/unison-mode";
- sha256 = "03kyr1h5pm51vn4bykj13rm4ybln266rpnxh65y2ygw8f8md88gl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/unison-mode";
- license = lib.licenses.free;
- };
- }) {};
- universal-emotions-emoticons = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "universal-emotions-emoticons";
- ename = "universal-emotions-emoticons";
- version = "20180729.1241";
- src = fetchFromGitHub {
- owner = "grettke";
- repo = "universal-emotions-emoticons";
- rev = "9cedd09ee65cb9fa71f27b0ab46a8353bdc00902";
- sha256 = "17blqfnf384l2hd2igrw5p0zblw6bxz69vvzli22nr84kpkh5jx4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57f913112c98db2248cf69e44deb69fd09cee042/recipes/universal-emotions-emoticons";
- sha256 = "1aj3k3yrvasn3zmfwz5si046hlyhnjdmxh7i8li6rc0v0qwl7p86";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/universal-emotions-emoticons";
- license = lib.licenses.free;
- };
- }) {};
- unkillable-scratch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unkillable-scratch";
- ename = "unkillable-scratch";
- version = "20190308.1617";
- src = fetchFromGitHub {
- owner = "EricCrosson";
- repo = "unkillable-scratch";
- rev = "a484c27516f2ee20e239713a95bd7de4f35f8501";
- sha256 = "06pslqk97q858a3y6z7rgmc16nzqlkaj9phrqmxkq354lkllndlx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/822ac5610f333e41b676a29ef45a6f8bfea3162e/recipes/unkillable-scratch";
- sha256 = "0ghbpa9pf7k6vd2mjxkpqg2qfl4sd40ir6mrk1rxr1rv8s0afkf7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/unkillable-scratch";
- license = lib.licenses.free;
- };
- }) {};
- untitled-new-buffer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magic-filetype
- , melpaBuild }:
- melpaBuild {
- pname = "untitled-new-buffer";
- ename = "untitled-new-buffer";
- version = "20161212.708";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "untitled-new-buffer.el";
- rev = "e359ae63bc6310e315b7c25157858f9b9796ed3d";
- sha256 = "0wgyc798pn9224ck3c4xndrrmsd4j12qdxhy6i7y7i27y1gw6ckj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de62e48115e1e5f9506e6d47a3b23c0420c1205b/recipes/untitled-new-buffer";
- sha256 = "1hpv7k7jhpif9csdrd2gpz71s3fp4svsvrd1nh8hbx7avjl66pjf";
- name = "recipe";
- };
- packageRequires = [ emacs magic-filetype ];
- meta = {
- homepage = "https://melpa.org/#/untitled-new-buffer";
- license = lib.licenses.free;
- };
- }) {};
- upbo = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "upbo";
- ename = "upbo";
- version = "20180422.122";
- src = fetchFromGitHub {
- owner = "shiren";
- repo = "upbo";
- rev = "63514c484e70cd6eeae828f7e58216e1a3429184";
- sha256 = "0dwff302v38hxxspfap49w1afx8g3scl4gm30ksybnfph1pa29l4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e5232078b065dcca04388ccc76aa01a6159395d5/recipes/upbo";
- sha256 = "15rqz9z49363anrhli08vk155wp21hq3j7xsvd98lkq9ip6aglns";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/upbo";
- license = lib.licenses.free;
- };
- }) {};
- uptimes = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "uptimes";
- ename = "uptimes";
- version = "20190328.156";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "uptimes.el";
- rev = "1f726d31b502d764a3e3191aaf92ed4855105131";
- sha256 = "1ymv5fh0bfjzkkd8vc9f1n8921bx1czbb29s0rw6zy37vkhs6v3s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72099e35ce3e34ec6afc6a3f87a4da07ec91499a/recipes/uptimes";
- sha256 = "0r8s5c2hdcb1ly7rnhzar4qzf1c9d49gd914ndnc3mg9yb9gyy5h";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/uptimes";
- license = lib.licenses.free;
- };
- }) {};
- url-shortener = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "url-shortener";
- ename = "url-shortener";
- version = "20170804.1942";
- src = fetchFromGitHub {
- owner = "yuyang0";
- repo = "url-shortener";
- rev = "06db8270213b9e352d6c335b0663059a1353d05e";
- sha256 = "1ndcajgvfl46zw2iwgghvcldsy9p778pifkhlanivc6azajhpjhh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/url-shortener";
- sha256 = "08zsirsndhr8xny2vkzznkvjs0b6490lzd915ws6crdwxp6mx5si";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/url-shortener";
- license = lib.licenses.free;
- };
- }) {};
- urlenc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "urlenc";
- ename = "urlenc";
- version = "20140116.656";
- src = fetchFromGitHub {
- owner = "buzztaiki";
- repo = "urlenc-el";
- rev = "835a6dcb783bbe84714bae87a3464aa0b128bfac";
- sha256 = "0xwr0v4f64d7hi5ldig4r5yjn8h3f8by49g5820187lsp7ng2nw4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c36c416a13328ab762041dd62407b7b0696de93/recipes/urlenc";
- sha256 = "0n6shh95m11162zsnf62zy1ljswdjznjilxx2dbqyqdrn7qr2dgh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/urlenc";
- license = lib.licenses.free;
- };
- }) {};
- urscript-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "urscript-mode";
- ename = "urscript-mode";
- version = "20190219.804";
- src = fetchFromGitHub {
- owner = "guidoschmidt";
- repo = "urscript-mode";
- rev = "b341f96b129ead8fb74d680cb4f546985bf110a9";
- sha256 = "0qhncqsvsrpgc47ixsp436imfm0l6pd1kbpjjk426wrnzaszrpkc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4ae680b51a85749ed254215bbd4a35909961049/recipes/urscript-mode";
- sha256 = "1jjmpg9r7vwa8284chx9yc1ifn36m7ml1ks4ls8hnsxachbv7wlh";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/urscript-mode";
- license = lib.licenses.free;
- };
- }) {};
- usage-memo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "usage-memo";
- ename = "usage-memo";
- version = "20170925.1737";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "usage-memo";
- rev = "88e15a9942a3e0a6e36e9c3e51e3edb746067b1a";
- sha256 = "1aalrgyk8pwsc07qmczqhgccjli6mcckkbgpass3kvrkcfxdl2zk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad10a684b4b2f01bc65883374f36fef156ff55d2/recipes/usage-memo";
- sha256 = "0fv96xd6gk12nv98zccwncr00qms0pmrp0cv7iipbz54s20g0745";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/usage-memo";
- license = lib.licenses.free;
- };
- }) {};
- use-package = callPackage ({ bind-key
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "use-package";
- ename = "use-package";
- version = "20190529.1340";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "use-package";
- rev = "4aa14a4fcd5ca52b3f1bfcf5ab294173f7bbe390";
- sha256 = "0ilizp2kdv9j792fsmndjfq33fx2c19rr2g4pgaajp1cad2pp2jw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/51a19a251c879a566d4ae451d94fcb35e38a478b/recipes/use-package";
- sha256 = "0d0zpgxhj6crsdi9sfy30fn3is036apm1kz8fhjg1yzdapf1jdyp";
- name = "recipe";
- };
- packageRequires = [ bind-key emacs ];
- meta = {
- homepage = "https://melpa.org/#/use-package";
- license = lib.licenses.free;
- };
- }) {};
- use-package-chords = callPackage ({ bind-chord
- , bind-key
- , fetchFromGitHub
- , fetchurl
- , key-chord
- , lib
- , melpaBuild
- , use-package }:
- melpaBuild {
- pname = "use-package-chords";
- ename = "use-package-chords";
- version = "20181024.1622";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "use-package";
- rev = "763bf5337dab14b318a3ddce29140de1ed8fb35b";
- sha256 = "08v4rsl3x5dj7ihpnzbyxjbg2ls2kybcsb0rcxjh5anj4hmcsyly";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6240afa625290187785e4b7535ee7b0d7aad8969/recipes/use-package-chords";
- sha256 = "1217l0gpxcp8532p0d3g1xd2015qpx2g5xm0kwsbxdmffqqdaar3";
- name = "recipe";
- };
- packageRequires = [ bind-chord bind-key key-chord use-package ];
- meta = {
- homepage = "https://melpa.org/#/use-package-chords";
- license = lib.licenses.free;
- };
- }) {};
- use-package-el-get = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , use-package }:
- melpaBuild {
- pname = "use-package-el-get";
- ename = "use-package-el-get";
- version = "20180130.2105";
- src = fetchFromGitLab {
- owner = "edvorg";
- repo = "use-package-el-get";
- rev = "f33c448ed43ecb003b60ff601ee7ef9b08cff947";
- sha256 = "1wzn3h8k7aydj3hxxws64b0v4cr3b77cf7z128xh3v6xz2w62m4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aca60522257353fbfd9d032f8c3cae7914d6bd36/recipes/use-package-el-get";
- sha256 = "143vydssjxmkcgs661hz6nhg310r8qypn2a4vyxy5sb31wqcclzg";
- name = "recipe";
- };
- packageRequires = [ use-package ];
- meta = {
- homepage = "https://melpa.org/#/use-package-el-get";
- license = lib.licenses.free;
- };
- }) {};
- use-package-ensure-system-package = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , system-packages
- , use-package }:
- melpaBuild {
- pname = "use-package-ensure-system-package";
- ename = "use-package-ensure-system-package";
- version = "20180913.801";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "use-package";
- rev = "2b89ca4b9102baaf3f84f3fc8177c8a17288e291";
- sha256 = "18xpjqvnrk72jybbd5xipnsbngkj38hqd9vfq0kb42fhiv1v5b92";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6240afa625290187785e4b7535ee7b0d7aad8969/recipes/use-package-ensure-system-package";
- sha256 = "1cl61nwgsz5dh3v9rdiww8mq2k1sbx27gr6izb4ij4pnzjp7aaj6";
- name = "recipe";
- };
- packageRequires = [ system-packages use-package ];
- meta = {
- homepage = "https://melpa.org/#/use-package-ensure-system-package";
- license = lib.licenses.free;
- };
- }) {};
- use-package-hydra = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , use-package }:
- melpaBuild {
- pname = "use-package-hydra";
- ename = "use-package-hydra";
- version = "20181227.2345";
- src = fetchFromGitLab {
- owner = "to1ne";
- repo = "use-package-hydra";
- rev = "8cd55a1128fbdf6327bb38a199d206225896d146";
- sha256 = "19dja25illcvwpx8j1kigw8dzby41bm57prx1bhaxkmsakxyl863";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28589bb76442601930a4591e200c8e1db119caf6/recipes/use-package-hydra";
- sha256 = "0q2qfav2y1p6vxfvdblqlpjmj0z7z8w843jpry9g07d8kc4959f6";
- name = "recipe";
- };
- packageRequires = [ emacs use-package ];
- meta = {
- homepage = "https://melpa.org/#/use-package-hydra";
- license = lib.licenses.free;
- };
- }) {};
- use-ttf = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "use-ttf";
- ename = "use-ttf";
- version = "20190516.2202";
- src = fetchFromGitHub {
- owner = "elpa-host";
- repo = "use-ttf";
- rev = "3ee594ac25f01c9c2a92e5e3f64ee078f745b861";
- sha256 = "11zvb1vwmljk46dypsd5332z4qrl15crhjlynddmi2n7kgw4d5f5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec27ae185c0308c445e461dc84f398483ca08c5a/recipes/use-ttf";
- sha256 = "0gxrn05qcnf54c5895nw68088b9mngsf7sij2prwyfw0ghdl9s8k";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/use-ttf";
- license = lib.licenses.free;
- };
- }) {};
- usql = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "usql";
- ename = "usql";
- version = "20180305.1523";
- src = fetchFromGitHub {
- owner = "nickbarnwell";
- repo = "usql.el";
- rev = "bfaf428b366a9a185eef84f0d645a98dc918fe3d";
- sha256 = "00b1g30l86abg65wc9f4vcn4ccqa2zmn2mi33vdjrq3phw17d2ks";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8f6b968312a09d062fcc8f942d29c93df2a5a3c/recipes/usql";
- sha256 = "10ks164kcly5gkb2qmn700a51kph2sry4a64jwn60p5xl7w7af84";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/usql";
- license = lib.licenses.free;
- };
- }) {};
- utop = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "utop";
- ename = "utop";
- version = "20181010.1455";
- src = fetchFromGitHub {
- owner = "diml";
- repo = "utop";
- rev = "ea38850e606dd18c94e2ccabc28485fec1c8f91f";
- sha256 = "0g7mj1qag9d7mn58l3lh7as0w4bj7rq3r6d3mykafgyjaajsxnx0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/30489fe52b4031184e54f994770aa3291257bc9d/recipes/utop";
- sha256 = "0lv16kl29gc9hdcpn04l85pf7x93vkl41s4mgqp678cllzyr0cq7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/utop";
- license = lib.licenses.free;
- };
- }) {};
- uuid = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "uuid";
- ename = "uuid";
- version = "20120910.151";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-uuid";
- rev = "1519bfeb0e31602b840bc8dd35d7c7e732c159fe";
- sha256 = "0r74gw8gcbrr62rvj4anz0c3n6kwi1xpb42d3pkzlh4igblhi5zj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/uuid";
- sha256 = "0d69z9686gnd1bb17wa44v1rbbgccacn4kicwf9niwwp05nccfw6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/uuid";
- license = lib.licenses.free;
- };
- }) {};
- uuidgen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "uuidgen";
- ename = "uuidgen";
- version = "20140918.1601";
- src = fetchFromGitHub {
- owner = "kanru";
- repo = "uuidgen-el";
- rev = "7eb96415484c3854a3f383d1a3e10b87ae674e22";
- sha256 = "19bf6vpc2b9hfjkjanji96fflvk1lbillasnpwcb6zzyq0cs47bw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bdeb5848d0b160a74e834ed918e83653d7342bf/recipes/uuidgen";
- sha256 = "1qaz7hg0wsdkl0jb7v7vrkjs554i2zgpxl8xq2f8q7m4bs2m5k48";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/uuidgen";
- license = lib.licenses.free;
- };
- }) {};
- v2ex-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "v2ex-mode";
- ename = "v2ex-mode";
- version = "20160719.2045";
- src = fetchFromGitHub {
- owner = "aborn";
- repo = "v2ex-mode";
- rev = "b7d19bb594b43ea3824a6f215dd1e5d1d4c0e8ad";
- sha256 = "0hhj5xfm7mp3ajrbj9ai5p2d9akaqkj89rmqmg1vpyfp3x2f4h2k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b27b7d777415aa350c8c30822e239b9a4c02e77d/recipes/v2ex-mode";
- sha256 = "04frd6jbnf9g7ak2fdbik9iji7b0903cpbg1hx7rai1853af7gh1";
- name = "recipe";
- };
- packageRequires = [ cl-lib let-alist request ];
- meta = {
- homepage = "https://melpa.org/#/v2ex-mode";
- license = lib.licenses.free;
- };
- }) {};
- vagrant = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vagrant";
- ename = "vagrant";
- version = "20170301.1406";
- src = fetchFromGitHub {
- owner = "ottbot";
- repo = "vagrant.el";
- rev = "636ce2f9af32ea199170335a9cf1201b64873440";
- sha256 = "06zws69z327p00jw3zaf67niji2d4j339xmhbsrwbcr4w65dmz94";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/vagrant";
- sha256 = "0g6sqzsx3lixcn09fkxhhcfp45qnqgf1ms0l7nkzyljavb7151cf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vagrant";
- license = lib.licenses.free;
- };
- }) {};
- vagrant-tramp = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vagrant-tramp";
- ename = "vagrant-tramp";
- version = "20190125.1059";
- src = fetchFromGitHub {
- owner = "dougm";
- repo = "vagrant-tramp";
- rev = "77256deca35bb797cbba499837f3658d1a17d2e3";
- sha256 = "0j7ff9b3ic4a6kzn7k0c52knlgangql7sjsxahwvym6w18r52d5a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/baea9f16e245aec3f62e55471358c7208f61372d/recipes/vagrant-tramp";
- sha256 = "0ij7k27zj22sl7inx141l4dg0ymywnvyabjvaqzc0xjdj0cky5c5";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/vagrant-tramp";
- license = lib.licenses.free;
- };
- }) {};
- vala-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vala-mode";
- ename = "vala-mode";
- version = "20150324.1525";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "vala-mode";
- rev = "fb2871a4492d75d03d72e60474919ab89adb267b";
- sha256 = "10vs4d8csww781j1ps3f6dczy5zzza36z7a8zqk40fg4x57ikw44";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cea26fa67a524b7c14be2952cfbd4f657431415f/recipes/vala-mode";
- sha256 = "164dhlsiflhpdymk3q5x0bv8gpbwfp34lnkhm2x90kdakfzqf91p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vala-mode";
- license = lib.licenses.free;
- };
- }) {};
- vala-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "vala-snippets";
- ename = "vala-snippets";
- version = "20150428.2052";
- src = fetchFromGitHub {
- owner = "gopar";
- repo = "vala-snippets";
- rev = "671439501060449bd100b9fffd524a86064fbfbb";
- sha256 = "0iscaz8lm4fk6w13f68ysqk8ppng2wj9fkkkq1rfqz77ws66f8nq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/70f130c5751f47c1ead5f8915680e817e0239a2a/recipes/vala-snippets";
- sha256 = "14hmmic0px3z38dm2dg0kis6cz1p3p1hj7xaqnqjmv02dkx2mmcy";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/vala-snippets";
- license = lib.licenses.free;
- };
- }) {};
- vbasense = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "vbasense";
- ename = "vbasense";
- version = "20140221.1553";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-vbasense";
- rev = "8c61a492d7c15218ae1a96e2aebfe6f78bfff6db";
- sha256 = "19j5q2f6pybvjq3ryjcyihzlw348hqyjhfcy3qflry6w786dqcgn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e7dd1e985d55149f48e4f93a31fb28ec01a4add/recipes/vbasense";
- sha256 = "1440q2bi4arpl5lbqh7zscg7v3884clqx54p2fdfcfkz47ky4z9n";
- name = "recipe";
- };
- packageRequires = [ auto-complete log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/vbasense";
- license = lib.licenses.free;
- };
- }) {};
- vc-auto-commit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vc-auto-commit";
- ename = "vc-auto-commit";
- version = "20170107.533";
- src = fetchFromGitHub {
- owner = "thisirs";
- repo = "vc-auto-commit";
- rev = "446f664f4ec835532f4f18ba18b5fb731f6030aa";
- sha256 = "18jjl656ps75p7n3hf16mcjrgiagnjvb8m8dl4i261cbnq98qmav";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/770ab1e99fe63789726fc6c8c5d7e9a0287bc5fa/recipes/vc-auto-commit";
- sha256 = "1xpp7vbld3jgcr249m5h7il919kfg7d5ap3zs64i27axzdhv26zk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vc-auto-commit";
- license = lib.licenses.free;
- };
- }) {};
- vc-check-status = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vc-check-status";
- ename = "vc-check-status";
- version = "20170107.534";
- src = fetchFromGitHub {
- owner = "thisirs";
- repo = "vc-check-status";
- rev = "37734beb16bfd8633ea328059bf9a47eed826d5c";
- sha256 = "0mspksr2i6hkb7bhs38ydmn0d2mn7g1hjva60paq86kl7k76f7ra";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0387e08dd7ed69b291e896d85bd975c4f5dcbd09/recipes/vc-check-status";
- sha256 = "1kwnxa0ndfj8b211xy5d47sxkwmsay0kk8q7azfm5ag5dkg56zgi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vc-check-status";
- license = lib.licenses.free;
- };
- }) {};
- vc-darcs = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vc-darcs";
- ename = "vc-darcs";
- version = "20170904.2020";
- src = fetchFromGitHub {
- owner = "velkyel";
- repo = "vc-darcs";
- rev = "390fb1ebdda1ffac45b9be02626dde3b6d95ac11";
- sha256 = "1fcqkavc7hlbhswx5nnaqhash42cjsbr72ijznx5cplr582g3mfq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/54f89c50ae45365e86bdadcf67b2411c0f4c5603/recipes/vc-darcs";
- sha256 = "1xskl9wjxkbdpi0fm769ymbvya70vssi944x5252w2d3layibm6m";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/vc-darcs";
- license = lib.licenses.free;
- };
- }) {};
- vc-fossil = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vc-fossil";
- ename = "vc-fossil";
- version = "20180215.835";
- src = fetchFromGitHub {
- owner = "venks1";
- repo = "emacs-fossil";
- rev = "7c5af95181213db38f81f5f9586f3334301a3ea0";
- sha256 = "1c18ywvs0l5w7ip2igksjy48awzas8mph7plpvp1v8c67a3a3m2m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31c5ee4b625b90c1af66d7d11a25af8e1aa307b1/recipes/vc-fossil";
- sha256 = "11ps2wrkjrjm1d984mf80wwj1hzskw5qrn0nv7md21lp75kxsvxb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vc-fossil";
- license = lib.licenses.free;
- };
- }) {};
- vc-hgcmd = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vc-hgcmd";
- ename = "vc-hgcmd";
- version = "20190506.338";
- src = fetchFromGitHub {
- owner = "muffinmad";
- repo = "emacs-vc-hgcmd";
- rev = "e0f6e412c66bb8d57549d0d83dcdcab5b71db664";
- sha256 = "0mcdyy3qcci0x78q06kilfxm14nzmwfzwg7n3njh93i2h1plr7ic";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/111142342ab81dcaa88a831ba620be499a334c3f/recipes/vc-hgcmd";
- sha256 = "11p8r94s72x47nkxlarxwy33im167jpjas8b9i8dkrz2iggwn5xk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/vc-hgcmd";
- license = lib.licenses.free;
- };
- }) {};
- vc-msg = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "vc-msg";
- ename = "vc-msg";
- version = "20180604.1758";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "vc-msg";
- rev = "ffd8db482cbd9fb63dace0e5ddcc7207a9c99f5e";
- sha256 = "1zq01k50d958prl8aaz8n2sv541lrq3s1dn8vnfal4drn3iffgv9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/59ad4e80b49c78decd7b5794565313f65550384e/recipes/vc-msg";
- sha256 = "16pgx8pg3djhkmhf1fihgjk7c6nb2nsqj58888bwg7385mlwc7g9";
- name = "recipe";
- };
- packageRequires = [ emacs popup ];
- meta = {
- homepage = "https://melpa.org/#/vc-msg";
- license = lib.licenses.free;
- };
- }) {};
- vc-osc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vc-osc";
- ename = "vc-osc";
- version = "20190402.1649";
- src = fetchFromGitHub {
- owner = "aspiers";
- repo = "vc-osc";
- rev = "bf5a515ed85f7d7cdfe66ed5bf4ef7554f8561e5";
- sha256 = "1jk09vspns327j9mfy32dd71n3nfynn17h2njc4sczrgd4yzc2wd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/70a1fa5fdfdfa9ec5607524be62eb44fe82e91b0/recipes/vc-osc";
- sha256 = "0rp33945xk5d986brganqnn55psmlkj6glbimxakhgv9a1r85sxz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vc-osc";
- license = lib.licenses.free;
- };
- }) {};
- vcomp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vcomp";
- ename = "vcomp";
- version = "20190127.1620";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "vcomp";
- rev = "f839b3b3257a564b19d7f9557dc8bcbbe0b95842";
- sha256 = "1xd42bdi6x89gc9xjrwvzzdaanv9vwlbbjwp25bs1nsd53k5nvak";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/561442ea9f75ebe8444db1a0c40f7756fcbca482/recipes/vcomp";
- sha256 = "02cj2nlyxvgvl2rjfgacljvcsnfm9crmmkhcm2pznj9xw10y8pq0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vcomp";
- license = lib.licenses.free;
- };
- }) {};
- vdiff = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vdiff";
- ename = "vdiff";
- version = "20190226.1903";
- src = fetchFromGitHub {
- owner = "justbur";
- repo = "emacs-vdiff";
- rev = "a1a82dec623a241b0e9ed19fd65da6e7073d59ac";
- sha256 = "15b33ksy7m1128zz8d300z5b6hx2d9hhrfyb2h67rggaq7qh82za";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e90f19c8fa4b0d267d269b76f117995e812e899c/recipes/vdiff";
- sha256 = "11gw0l63fssbiyhngqb7ykrp7m1vy55wlf27ybhh2dkwh1cpkr4l";
- name = "recipe";
- };
- packageRequires = [ emacs hydra ];
- meta = {
- homepage = "https://melpa.org/#/vdiff";
- license = lib.licenses.free;
- };
- }) {};
- vdiff-magit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild
- , transient
- , vdiff }:
- melpaBuild {
- pname = "vdiff-magit";
- ename = "vdiff-magit";
- version = "20190304.907";
- src = fetchFromGitHub {
- owner = "justbur";
- repo = "emacs-vdiff-magit";
- rev = "b100d126c69e5c26a61ae05aa1778bcc4302b597";
- sha256 = "16cjmrzflf2i1w01973sl944xrfanakba8sb4dpwi79d92xp03xy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2159275fabde8ec8b297f6635546b1314d519b8b/recipes/vdiff-magit";
- sha256 = "1vjc1r5xfdg9bmscgppx1fps1w5bd0zpp6ab5z5dxlg2zx2vdldw";
- name = "recipe";
- };
- packageRequires = [ emacs magit transient vdiff ];
- meta = {
- homepage = "https://melpa.org/#/vdiff-magit";
- license = lib.licenses.free;
- };
- }) {};
- vdirel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , org-vcard
- , seq }:
- melpaBuild {
- pname = "vdirel";
- ename = "vdirel";
- version = "20190429.2324";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "vdirel";
- rev = "255496e6808e7a3da1b0afef873dc4920c2b117f";
- sha256 = "0zq2lqj4s3n4japfmjm56yg120l1lk7d0h1jysdp8d4mzdb2m0p0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72b5ea3f4444c3de73d986a28e1d12bf47c40246/recipes/vdirel";
- sha256 = "11cc7bw7x5h3bwnlsjyhw6k5fh2fk7wffarrcny562v4cmr013cj";
- name = "recipe";
- };
- packageRequires = [ emacs helm org-vcard seq ];
- meta = {
- homepage = "https://melpa.org/#/vdirel";
- license = lib.licenses.free;
- };
- }) {};
- vdm-comint = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , vdm-mode }:
- melpaBuild {
- pname = "vdm-comint";
- ename = "vdm-comint";
- version = "20181127.1223";
- src = fetchFromGitHub {
- owner = "peterwvj";
- repo = "vdm-mode";
- rev = "e131edb0d35de28bd47d6128dd70d9a6fc46e0fa";
- sha256 = "090a0imk7dr6vqq4lf806pvajqc499x2gmi0k7rgc1696rbyzhb5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/077f586e59fe3b6085e1f19b3c18b218de5d4046/recipes/vdm-comint";
- sha256 = "1r7jg7dkzfs4n230n0jk23w0ncqsiwkslf2gmjfzfqg8qklr9bhs";
- name = "recipe";
- };
- packageRequires = [ emacs vdm-mode ];
- meta = {
- homepage = "https://melpa.org/#/vdm-comint";
- license = lib.licenses.free;
- };
- }) {};
- vdm-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vdm-mode";
- ename = "vdm-mode";
- version = "20190328.708";
- src = fetchFromGitHub {
- owner = "peterwvj";
- repo = "vdm-mode";
- rev = "89e7db6ee1a89b8c1f7ce36ce6800c32b5c4ba2d";
- sha256 = "1vfqkfw39yg7379s6b28n8nyswv1jq7caljfbnyrndsag6z4j50k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/70a6c89d41235f7e8463a47400004a32b2979a5a/recipes/vdm-mode";
- sha256 = "1h72731vcsjqsbii1wbzpa114x09aqbkbnz5fg9fnjq9rybz6rn7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/vdm-mode";
- license = lib.licenses.free;
- };
- }) {};
- vdm-snippets = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "vdm-snippets";
- ename = "vdm-snippets";
- version = "20190313.422";
- src = fetchFromGitHub {
- owner = "peterwvj";
- repo = "vdm-mode";
- rev = "dc1756dd151752b3f538d68326059f8861e4ac66";
- sha256 = "02pkiz700g86n7fs1rygp6im0rhx6x8ag7fjc8sci02igf74hb30";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f246b9dcf7915a845b9e2cd44cc1a0833b412c8f/recipes/vdm-snippets";
- sha256 = "1js1hjs2r9bbqm50bl389y87xn68f30xrh2z6nd5kz2hdgkm6lhj";
- name = "recipe";
- };
- packageRequires = [ emacs yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/vdm-snippets";
- license = lib.licenses.free;
- };
- }) {};
- vector-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vector-utils";
- ename = "vector-utils";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "vector-utils";
- rev = "5f9ced3960a318d611c3d20ffdc9ca74054fa8b7";
- sha256 = "11mqjymcgssahlpc83qflcavjs2lrk0rq4pq2nq9sxm2dgnvrz86";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/081aa3e1d50c2c9e5a9b9ce0716258a93279f605/recipes/vector-utils";
- sha256 = "07armr23pq5pd47lqhir6a59r86c84zikbc51d8vfcaw8y71yr5n";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vector-utils";
- license = lib.licenses.free;
- };
- }) {};
- veri-kompass = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "veri-kompass";
- ename = "veri-kompass";
- version = "20181110.133";
- src = fetchFromGitLab {
- owner = "koral";
- repo = "veri-kompass";
- rev = "72aa690da9a349601c9befe454d456d46b17fee6";
- sha256 = "0da47w45a1q04srsc0kgjp4lacgaa6abf2b11qjgckm3drahifgg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18c3a69bec780e3e7456b310db6f0eec2a35c753/recipes/veri-kompass";
- sha256 = "103x4003qj0z9ki6xz4hymamyhipzfxz94x4gszk3k2qnvkjkxnj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs org ];
- meta = {
- homepage = "https://melpa.org/#/veri-kompass";
- license = lib.licenses.free;
- };
- }) {};
- verify-url = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "verify-url";
- ename = "verify-url";
- version = "20160426.528";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "verify-url";
- rev = "d6f3623cda8cd526a2d198619b137059cb1ba1ab";
- sha256 = "1y6vjw5qzaxr37spg5d4nxffmhiipzsrd7mvh8bs3jcfrsg3080n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2070f7b1901c83e59468f6498bd5f79077ccb79d/recipes/verify-url";
- sha256 = "1gd83rb1q0kywchd0345p5axqj1sv4f5kadympx5pbp4n5p1dqb2";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/verify-url";
- license = lib.licenses.free;
- };
- }) {};
- vertica = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sql ? null }:
- melpaBuild {
- pname = "vertica";
- ename = "vertica";
- version = "20131217.711";
- src = fetchFromGitHub {
- owner = "r0man";
- repo = "vertica-el";
- rev = "3c9647b425c5c13c30bf0cba483646af18196588";
- sha256 = "1mp71axs3vdrdwlhgywfldvnr6a1g2qbxiywmpfmcv59n5n58p1j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f98a06b794ef0936db953f63679a63232295a849/recipes/vertica";
- sha256 = "1ljjk6zrbr2k0s0iaqd9iq3j45cavijcx0rqdidliswnfllav4ng";
- name = "recipe";
- };
- packageRequires = [ sql ];
- meta = {
- homepage = "https://melpa.org/#/vertica";
- license = lib.licenses.free;
- };
- }) {};
- vertica-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "vertica-snippets";
- ename = "vertica-snippets";
- version = "20190403.256";
- src = fetchFromGitHub {
- owner = "baron42bba";
- repo = "vertica-snippets";
- rev = "b7a2e9660762a213fa001355e67ca671d9496339";
- sha256 = "0n5f5zgg7yvy6f5l746vi7z4y9gmjk7m9bdk68xhfz8pgyjaji3s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d3c8cb5c0fdbb6820a08091d8936dd53a3c43c56/recipes/vertica-snippets";
- sha256 = "0044qcf6dyxp2h14ij6w19zs7ikx9xalfrz6jqbl8sy35wcihmhn";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/vertica-snippets";
- license = lib.licenses.free;
- };
- }) {};
- vertigo = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vertigo";
- ename = "vertigo";
- version = "20180829.1530";
- src = fetchFromGitHub {
- owner = "noctuid";
- repo = "vertigo.el";
- rev = "6303d17270ea92290a6960890bca515274f1682b";
- sha256 = "0570x63l1j75issnq23hrhhpisv2jm18fn5mspsvbs4xy2hy4h8i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1957e7fa03b6b8eb2f3250bd814d707bce3cfa3/recipes/vertigo";
- sha256 = "0x0wy1z601sk1x96bl2xx18qm4avd77iybq1a3ss8x8ykwqlgf83";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/vertigo";
- license = lib.licenses.free;
- };
- }) {};
- vhdl-capf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vhdl-capf";
- ename = "vhdl-capf";
- version = "20160221.934";
- src = fetchFromGitHub {
- owner = "sh-ow";
- repo = "vhdl-capf";
- rev = "290abe217050f33532bc9ccb04f894123402f414";
- sha256 = "185a7962h94122q783ih7s8r28xifm0bcrqvkd0g4p64mijlbh3d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6192f5777bc8be6ddc5523f92ab641ed3af1a504/recipes/vhdl-capf";
- sha256 = "06dkw5ra9wnscpgrnx851vyfgr5797xd60qdimsr2v1bqd8si9km";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vhdl-capf";
- license = lib.licenses.free;
- };
- }) {};
- vhdl-tools = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ggtags
- , helm
- , helm-rg
- , lib
- , melpaBuild
- , outshine }:
- melpaBuild {
- pname = "vhdl-tools";
- ename = "vhdl-tools";
- version = "20190301.506";
- src = fetchFromGitHub {
- owner = "csantosb";
- repo = "vhdl-tools";
- rev = "d2c072a0426fa413227f1e4f7ef9fe76c0eb412b";
- sha256 = "0bqdz4iiv5d58bsc0pjx3npr5n8f7wzikv0l0jcpw70v4v6337r6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69fe2f8fb98ac1af1d3185f62ae1c89e646cfebf/recipes/vhdl-tools";
- sha256 = "006d9xv60a90xalagczkziiimwsr1np9nn25zvnc4nlbf8j3fbbw";
- name = "recipe";
- };
- packageRequires = [ emacs ggtags helm helm-rg outshine ];
- meta = {
- homepage = "https://melpa.org/#/vhdl-tools";
- license = lib.licenses.free;
- };
- }) {};
- vi-tilde-fringe = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vi-tilde-fringe";
- ename = "vi-tilde-fringe";
- version = "20141027.1942";
- src = fetchFromGitHub {
- owner = "syl20bnr";
- repo = "vi-tilde-fringe";
- rev = "e6e15638e8c45a5e68d0874d5d8c9a46c4f38a54";
- sha256 = "08bsman85x2l94ighzcj3xkis1snjc96bmgc8yfk63vqlybv5pw9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b3359d57148f8205f8a863a21d92fe4912f31cc/recipes/vi-tilde-fringe";
- sha256 = "0jhwv46gjwjbs1ai65nm6k15y0q4yl9m5mawgp3n4f45dh02cawp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/vi-tilde-fringe";
- license = lib.licenses.free;
- };
- }) {};
- viewer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "viewer";
- ename = "viewer";
- version = "20170106.1802";
- src = fetchFromGitHub {
- owner = "rubikitch";
- repo = "viewer";
- rev = "6c8db025bf4021428f7f2c3ef9d74fb13f5d267a";
- sha256 = "1sj4a9zwfv94m0ac503gan6hf9sl2658khab1fnj8szcq7hrdvq1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8e4328cae9b4759a75da0b26ea8b68821bc71af/recipes/viewer";
- sha256 = "10rw3b8akd2fl8gsqf1m24zi6q4n0z68lvvv1vx9c9b7ghqcqxw1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/viewer";
- license = lib.licenses.free;
- };
- }) {};
- viking-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "viking-mode";
- ename = "viking-mode";
- version = "20160705.1327";
- src = fetchFromGitHub {
- owner = "TLINDEN";
- repo = "viking-mode";
- rev = "c76aa265d13ad91d6890d242e142d05e31f0340b";
- sha256 = "1944p3kbskzj4d9w9prbi7z59lrn087v3gphbhwjplz6mvwbl8g6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/viking-mode";
- sha256 = "12z9807ya0gsgx7h3zdvpx7jksjjrglz3qqyz65wj71sibjfry4m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/viking-mode";
- license = lib.licenses.free;
- };
- }) {};
- vim-empty-lines-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vim-empty-lines-mode";
- ename = "vim-empty-lines-mode";
- version = "20150110.2026";
- src = fetchFromGitHub {
- owner = "jmickelin";
- repo = "vim-empty-lines-mode";
- rev = "442a29b0ba1635a3b352c9dd1faf9ce99656d048";
- sha256 = "09x857vbx35rpyc5x1322ajby613gva090x4vawaczk22idq65h4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e93a8dcd2ff159203288e71da6b8f28eab0d2006/recipes/vim-empty-lines-mode";
- sha256 = "17bl1g4ais73ws596mha0l8dgckfqhx9k2v9m9k0gw7kg7dcjhnb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/vim-empty-lines-mode";
- license = lib.licenses.free;
- };
- }) {};
- vim-region = callPackage ({ expand-region
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vim-region";
- ename = "vim-region";
- version = "20140329.924";
- src = fetchFromGitHub {
- owner = "ongaeshi";
- repo = "emacs-vim-region";
- rev = "7c4a99ce3678fee40c83ab88e8ad075d2a935fdf";
- sha256 = "13g2hin100c8h5bd7hzhyqzj02ab9c35giyv963l7y044v7sbwig";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23249b485ca8e66a21f858712f46aa76b8554f28/recipes/vim-region";
- sha256 = "1dcnx799lpjsdnnjxqzgskkfj2nx7f4kwf0xjhbg35ny4nyn81dx";
- name = "recipe";
- };
- packageRequires = [ expand-region ];
- meta = {
- homepage = "https://melpa.org/#/vim-region";
- license = lib.licenses.free;
- };
- }) {};
- vimish-fold = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vimish-fold";
- ename = "vimish-fold";
- version = "20181231.2300";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "vimish-fold";
- rev = "5ae201fc9a7024dd9c8d1713a00dd42cf1290d6e";
- sha256 = "0rwfzhqrs4gw5j9irzdy9lwk5m8ycaxdqp5b3gb238a2jqfcxnbz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4862b0a3d43f073e645803cbbf11d973a4b51d5/recipes/vimish-fold";
- sha256 = "017by9w53d8pqlsazfycmhdv16yylks308p5vxp1rcw2qacpc5m3";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f ];
- meta = {
- homepage = "https://melpa.org/#/vimish-fold";
- license = lib.licenses.free;
- };
- }) {};
- vimrc-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vimrc-mode";
- ename = "vimrc-mode";
- version = "20181116.1119";
- src = fetchFromGitHub {
- owner = "mcandre";
- repo = "vimrc-mode";
- rev = "13bc150a870d5d4a95f1111e4740e2b22813c30e";
- sha256 = "0026dqs3hwygk2k2xfra90w5sfnxrfj7l69jz7sq5glavbf340pk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/vimrc-mode";
- sha256 = "05zmr624qwsj9wqsmjlhjvjl1fc1qxz4vvbb3ljr5fbpxdjrbnpn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vimrc-mode";
- license = lib.licenses.free;
- };
- }) {};
- virtualenv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "virtualenv";
- ename = "virtualenv";
- version = "20140220.1501";
- src = fetchFromGitHub {
- owner = "aculich";
- repo = "virtualenv.el";
- rev = "cc82856b6316d5e78073de717f0d5d1a4ee35fa6";
- sha256 = "1appaxy44njjyp5jp8l0nyqrvbi8hkdvbdfvvf5n08ad43g281p1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/923e4fcf29423ad55b13132d53759bc436466ef9/recipes/virtualenv";
- sha256 = "1djqzzlbwsp9xyjqjbjwdck73wzikbpq19irzamybk90nc98wirl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/virtualenv";
- license = lib.licenses.free;
- };
- }) {};
- virtualenvwrapper = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "virtualenvwrapper";
- ename = "virtualenvwrapper";
- version = "20190223.1119";
- src = fetchFromGitHub {
- owner = "porterjamesj";
- repo = "virtualenvwrapper.el";
- rev = "f753e5ad91c2ff5d11bec424aa8cec141efa6925";
- sha256 = "062pbnplb3w9h64qsj71d9fvgicp1x63n05mgvgymjh2rnx7py0d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/virtualenvwrapper";
- sha256 = "0rn5vwncx8z69xp8hspr06nzkf28l9flchpb2936c2nalmhx6m8i";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/virtualenvwrapper";
- license = lib.licenses.free;
- };
- }) {};
- visible-mark = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "visible-mark";
- ename = "visible-mark";
- version = "20150623.2150";
- src = fetchFromGitLab {
- owner = "iankelling";
- repo = "visible-mark";
- rev = "c1852e13b6b61982738b56977a452ec9026faf1b";
- sha256 = "15zdbvv6c114mv6hdq375l7ax70sss06p9d7m86hgssc3kiv9vsv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76ac7178ee5381e08ae881f3fc6061106eeb1c1d/recipes/visible-mark";
- sha256 = "1rp0gnz28m1drwb1hhsf0mwxzdppdi88hscf788qw8cw65gckv80";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/visible-mark";
- license = lib.licenses.free;
- };
- }) {};
- visual-ascii-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "visual-ascii-mode";
- ename = "visual-ascii-mode";
- version = "20150129.246";
- src = fetchFromGitHub {
- owner = "Dewdrops";
- repo = "visual-ascii-mode";
- rev = "99285a099a17472ddd9f1b4f74e9d092dd8c5947";
- sha256 = "1cv8mf3l92a9p8qmkfiphk3r81f2ihg2gyw2r4jbbd5ppwbxkl0n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/21df748a3f383d62c921e184e2a4c9ae4118ca98/recipes/visual-ascii-mode";
- sha256 = "1h0143h39dq61afswlzlgpknk0gv574x91ar6klqmnaf1snab59g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/visual-ascii-mode";
- license = lib.licenses.free;
- };
- }) {};
- visual-fill-column = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "visual-fill-column";
- ename = "visual-fill-column";
- version = "20190422.1454";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "visual-fill-column";
- rev = "772d4b25ba19f57409cd03524be0f5bfdc2e8da1";
- sha256 = "1k4a7nqc2zxwxrcrryap2jk6bwc6ln3j6yzgkg5yyf2imsbil4br";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c7628c805840c4687686d0b9dc5007342864721e/recipes/visual-fill-column";
- sha256 = "19y0pwaybjal2rc7migdbnafpi4dfbxvrzgfqr8dlvd9q68v08y5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/visual-fill-column";
- license = lib.licenses.free;
- };
- }) {};
- visual-regexp = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "visual-regexp";
- ename = "visual-regexp";
- version = "20190414.114";
- src = fetchFromGitHub {
- owner = "benma";
- repo = "visual-regexp.el";
- rev = "3e3ed81a3cbadef1f1f4cb16f9112a58641d70ca";
- sha256 = "12p3rlhdphwmx1kxsjzcl2wj3i6qgpvw8iwhg1whs6yqgaxivixd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/visual-regexp";
- sha256 = "16bdqq2j7pnjq3j6qa4rhxzidqdhyg80c7nazd93smis8rcv5d0z";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/visual-regexp";
- license = lib.licenses.free;
- };
- }) {};
- visual-regexp-steroids = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , visual-regexp }:
- melpaBuild {
- pname = "visual-regexp-steroids";
- ename = "visual-regexp-steroids";
- version = "20170221.1853";
- src = fetchFromGitHub {
- owner = "benma";
- repo = "visual-regexp-steroids.el";
- rev = "a6420b25ec0fbba43bf57875827092e1196d8a9e";
- sha256 = "1isqa4ck6pm4ykcrkr0g1qj8664jkpcsrq0f8dlb0sksns2dqkwj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f105ebce741956b7becc86e4bdfcafecf59af74/recipes/visual-regexp-steroids";
- sha256 = "1xkrzyyll8wmb67m75lfm9k8qcm068km8r1k8hcsadpkd01bx1lr";
- name = "recipe";
- };
- packageRequires = [ visual-regexp ];
- meta = {
- homepage = "https://melpa.org/#/visual-regexp-steroids";
- license = lib.licenses.free;
- };
- }) {};
- vlf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vlf";
- ename = "vlf";
- version = "20180201.1454";
- src = fetchFromGitHub {
- owner = "m00natic";
- repo = "vlfi";
- rev = "31b292dc85a374fb343789e217015683bfbdf5f1";
- sha256 = "18ll47if9ajv0jj2aps8592bj7xqhxy74sbsqn07x9ywinxxi9mn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9116b11eb513dd9e1dc9542d274dd60f183b24c4/recipes/vlf";
- sha256 = "1ipkv5kmda0l39xwbf7ns9p0mx3kb781mxsm9vmbkhr5x577s2j8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vlf";
- license = lib.licenses.free;
- };
- }) {};
- vmd-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vmd-mode";
- ename = "vmd-mode";
- version = "20180223.556";
- src = fetchFromGitHub {
- owner = "blak3mill3r";
- repo = "vmd-mode";
- rev = "24e38a20951dfad6e3e985c7cc6286c1e271da5f";
- sha256 = "00anpbnf0h6iikhpqz4mss507j41xwvv27svw41kpgcwsnrmrqwm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/vmd-mode";
- sha256 = "1xjyl2xh3vig2rzjqm1a4h2ridygbanmal78s4yc32hacy0lfyrx";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/vmd-mode";
- license = lib.licenses.free;
- };
- }) {};
- voca-builder = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "voca-builder";
- ename = "voca-builder";
- version = "20161101.945";
- src = fetchFromGitHub {
- owner = "yitang";
- repo = "voca-builder";
- rev = "51573beec8cd8308477b0faf453aad93e17f57c5";
- sha256 = "1gd7zqmyn389dfyx1yll1bw5f8kjib87k33s9hxsbx0db8vas9q6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42a930e024ce525b2890ccd5a1eb4844859faafd/recipes/voca-builder";
- sha256 = "0mbw87mpbb8rw7xzhmg6yjla2c80x9820kw4q00x00ny5rbhm76y";
- name = "recipe";
- };
- packageRequires = [ popup ];
- meta = {
- homepage = "https://melpa.org/#/voca-builder";
- license = lib.licenses.free;
- };
- }) {};
- volatile-highlights = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "volatile-highlights";
- ename = "volatile-highlights";
- version = "20160611.1855";
- src = fetchFromGitHub {
- owner = "k-talo";
- repo = "volatile-highlights.el";
- rev = "9a20091f0ce7fc0a6b3e641a6a46d5f3ac4d8392";
- sha256 = "1dsa6769lphyyv7yg92vkkpk395w52q4m7hdn8xy7s6lh5c6a955";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/volatile-highlights";
- sha256 = "1r6in919aqdziv6bgzp4k7jqa87bd287pacq615sd5m1nzva1a4d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/volatile-highlights";
- license = lib.licenses.free;
- };
- }) {};
- volume = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "volume";
- ename = "volume";
- version = "20150718.1309";
- src = fetchFromGitHub {
- owner = "dbrock";
- repo = "volume.el";
- rev = "ecc1550b3c8b501d37e0f0116b54b535d15f90f6";
- sha256 = "0ymibjq6iwab5ia1fglhz4gm5cnbi792018fmrabcqkisj2zsjb7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/volume";
- sha256 = "1gm2zaf6qwbdhayaj153882qm21cl4qdyjkdnqrlssb2mcgf017w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/volume";
- license = lib.licenses.free;
- };
- }) {};
- vscode-icon = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vscode-icon";
- ename = "vscode-icon";
- version = "20180922.1450";
- src = fetchFromGitHub {
- owner = "jojojames";
- repo = "vscode-icon-emacs";
- rev = "3ad83ee122d312775a101c975424a2c87c3a80b1";
- sha256 = "0pd9j1bp8lqda8r6kgmxinf6x8aqfg1aikgk2svlcf1g8z31m66i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90a07c96a9223a9ad477cbea895ba522523c5be4/recipes/vscode-icon";
- sha256 = "0rhsqzgxl7hs52kniyi8yn4f953g7dgx49j4lzf2yr33ydxiw9d3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/vscode-icon";
- license = lib.licenses.free;
- };
- }) {};
- vterm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vterm";
- ename = "vterm";
- version = "20190502.1000";
- src = fetchFromGitHub {
- owner = "akermu";
- repo = "emacs-libvterm";
- rev = "db9679d77dda82299f7c3aab79a3f5b0967ddce3";
- sha256 = "1rb4raq9hx86pv4pkkf5vx62x9bip1hjdx3iiwxviz6kkzfcy236";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/91a71615c0a32565e455ac81d9bc90443aa8caf9/recipes/vterm";
- sha256 = "0nn15pz2ys4bmpyks190x22f8s2fcr793f95h0c2m67cfjmnd478";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/vterm";
- license = lib.licenses.free;
- };
- }) {};
- vue-html-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vue-html-mode";
- ename = "vue-html-mode";
- version = "20180428.1335";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "vue-html-mode";
- rev = "361a9fa117f044c3072dc5a7344ff7be31725849";
- sha256 = "1z1pphxli8fcahw9fhmxls1v9nyd34pz51jwwa6g468zvdmcjb77";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/48588b163ab76204b9054340071e758045480e19/recipes/vue-html-mode";
- sha256 = "1f4pjfp4298jkvhacxygddg557hhyivgnm5x3yhjipfv6fjkgl2s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vue-html-mode";
- license = lib.licenses.free;
- };
- }) {};
- vue-mode = callPackage ({ edit-indirect
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mmm-mode
- , ssass-mode
- , vue-html-mode }:
- melpaBuild {
- pname = "vue-mode";
- ename = "vue-mode";
- version = "20190414.1931";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "vue-mode";
- rev = "031edd1f97db6e7d8d6c295c0e6d58dd128b9e71";
- sha256 = "047l5nxw86dvls8an65mmqcy673n37pyli7s0d52yi07jk0lw1yx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/vue-mode";
- sha256 = "0npzn7pycqfdakv4plkigq8aw1bqhz3y03y3ypx21q5a186ds0g5";
- name = "recipe";
- };
- packageRequires = [ edit-indirect mmm-mode ssass-mode vue-html-mode ];
- meta = {
- homepage = "https://melpa.org/#/vue-mode";
- license = lib.licenses.free;
- };
- }) {};
- vyper-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vyper-mode";
- ename = "vyper-mode";
- version = "20180707.1235";
- src = fetchFromGitHub {
- owner = "ralexstokes";
- repo = "vyper-mode";
- rev = "323dfddfc38f0b11697e9ebaf04d1b53297e54e5";
- sha256 = "1vxqgc9c1lj61ipaw05xfby3nl7wn3kp5ga6kpr17v0jlm0667s5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/492d42d60bc188a567c5e438b838a275a124c699/recipes/vyper-mode";
- sha256 = "0mf1w4mw0ijmd9zxip1df85cp15fbvv9j5dqjmb8lfm4m43wpd96";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/vyper-mode";
- license = lib.licenses.free;
- };
- }) {};
- w32-browser = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "w32-browser";
- ename = "w32-browser";
- version = "20170101.1154";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "w32-browser";
- rev = "e5c60eafd8f8d3546a0fa295ad5af2414d36b4e6";
- sha256 = "18hcr9l5id2xdin20wrg9sdmwfad7qk78iryyg24ci9lvl53m02x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/w32-browser";
- sha256 = "16sp0gn4yv7iaa55i2kvfsqw3610gr3x31l9lqa14r9xmfhda1rn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/w32-browser";
- license = lib.licenses.free;
- };
- }) {};
- w3m = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "w3m";
- ename = "w3m";
- version = "20190527.2050";
- src = fetchFromGitHub {
- owner = "emacs-w3m";
- repo = "emacs-w3m";
- rev = "bbece278b90269260399458c4357ed2542c68211";
- sha256 = "1wy6fbzkgww23bqhjhc5wlkzqjg8j68wc5v35qr0db3m1r81gnmj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/85c53c48caab0845101c487e4fee7e2cda15f706/recipes/w3m";
- sha256 = "1fnib1y79g50jz9wll63j0xf2awgkrlk6hwx0w6nzg0xsbfbkdvk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/w3m";
- license = lib.licenses.free;
- };
- }) {};
- wacspace = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wacspace";
- ename = "wacspace";
- version = "20180311.1650";
- src = fetchFromGitHub {
- owner = "shosti";
- repo = "wacspace.el";
- rev = "54d19aab6fd2bc5945b7ffc58104e695064927e2";
- sha256 = "1nfx1qsl2gxjqbbc5xsr8f3xz2qyb4wnz3634k3hglb1jpa78j3n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/58e5ff4c5853c5350d0534894ddb358daa83cee9/recipes/wacspace";
- sha256 = "1xy0mprvyi37zmgj1yrlh5ni08j47lpag1jm3a76cgghgmlfjxrl";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/wacspace";
- license = lib.licenses.free;
- };
- }) {};
- waf-mode = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "waf-mode";
- ename = "waf-mode";
- version = "20170403.1240";
- src = fetchgit {
- url = "https://bitbucket.org/dvalchuk/waf-mode";
- rev = "91c761336aa137b85b88b53b3f0cc60786d70800";
- sha256 = "1j2bqhmxjfai343m6iv3a8z37hv154h9kbidbi39d1pz2fl5lv43";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44c1aa152ba47113a91878df78d9b56eead98744/recipes/waf-mode";
- sha256 = "16rplrs599a67dcxcdc33zb9bqivv4a2mvrshvyip1lp75f36r5h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/waf-mode";
- license = lib.licenses.free;
- };
- }) {};
- waher-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "waher-theme";
- ename = "waher-theme";
- version = "20141115.430";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-waher-theme";
- rev = "60d31519fcfd8e797723d47961b255ae2f2e2c0a";
- sha256 = "0w59ix8cbbcyhh882c8vkrbh84i8d03h9w7dchr3qy233b8wcxlc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c734ba401d7d9255e0934c31ca5269866af035db/recipes/waher-theme";
- sha256 = "091kipkb6z6x9ic4chprim9rvnmx4yj4419ijmvpn70w69aspnb5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/waher-theme";
- license = lib.licenses.free;
- };
- }) {};
- wakatime-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wakatime-mode";
- ename = "wakatime-mode";
- version = "20180920.2";
- src = fetchFromGitHub {
- owner = "wakatime";
- repo = "wakatime-mode";
- rev = "2531cb58287770883ba534d20b3288955c4d6ef3";
- sha256 = "12wa845lwvwg38801mk880izfhjs50ssy5alj1743c2bz7ig5grk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a46036a0e53afbebacafd3bc9545c99af79ccfcc/recipes/wakatime-mode";
- sha256 = "1rhy2bwkqlha4bj3zmb0iassiglch7yb2kbas0bbpl3d0hdki2i8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wakatime-mode";
- license = lib.licenses.free;
- };
- }) {};
- wakib-keys = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wakib-keys";
- ename = "wakib-keys";
- version = "20180818.1129";
- src = fetchFromGitHub {
- owner = "darkstego";
- repo = "wakib-keys";
- rev = "a858979620bd22801e5ce214dd46d69b19ccd357";
- sha256 = "1zvjwm4qr82zhp4nb9mjzklqxa2iasw3i623fwp9a2fzn3c2cyx5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b8ef5ae0dcb92e1cf019be3d53ab9b47d89f45bd/recipes/wakib-keys";
- sha256 = "1cgd15zwl15k2bxy3by17pphh6x1z8lanwkfjy4qyp5sxkjvw1cl";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/wakib-keys";
- license = lib.licenses.free;
- };
- }) {};
- walkclj = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parseclj
- , treepy }:
- melpaBuild {
- pname = "walkclj";
- ename = "walkclj";
- version = "20180718.200";
- src = fetchFromGitHub {
- owner = "plexus";
- repo = "walkclj";
- rev = "2e54fa813b11d1a87c890cdf117f30165a193024";
- sha256 = "0bgvniw3ibcjsmzwrndg6pxwbpnpnxsb8ijs2gxg5kbm1hqqly32";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44472b35938fe70d4cb3d15397495fe321fcd464/recipes/walkclj";
- sha256 = "0m971dlazildhgj8jqg4x679i6s6p80mbpri7l24ynxk45wix22m";
- name = "recipe";
- };
- packageRequires = [ emacs parseclj treepy ];
- meta = {
- homepage = "https://melpa.org/#/walkclj";
- license = lib.licenses.free;
- };
- }) {};
- wand = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "wand";
- ename = "wand";
- version = "20190514.356";
- src = fetchFromGitHub {
- owner = "cmpitg";
- repo = "wand";
- rev = "39ae16ad4f031c25c56b4bb82130d3815c0000f8";
- sha256 = "1sg7xyzaw55rl85hkjn5p06cfhz6r4zlw17nrppwbfs2yvq71b6h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/38be840bbb32094b753ec169b717a70817006655/recipes/wand";
- sha256 = "052zq5dp800hynd9fb6c645kjb9rp3bpkz41ifazjnx4h4864r0l";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/wand";
- license = lib.licenses.free;
- };
- }) {};
- wandbox = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "wandbox";
- ename = "wandbox";
- version = "20170603.531";
- src = fetchFromGitHub {
- owner = "kosh04";
- repo = "emacs-wandbox";
- rev = "e002fe41f2cd9b4ce2b1dc80b83301176e9117f1";
- sha256 = "0fnbj3k21lisgs94pf8z13cdymmclgpn994xq3xly4gq6l8k0an5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/wandbox";
- sha256 = "0myyln82nx462bj79acvqxwvmblxild4vbygcrzw5chcwy6crvlz";
- name = "recipe";
- };
- packageRequires = [ emacs request s ];
- meta = {
- homepage = "https://melpa.org/#/wandbox";
- license = lib.licenses.free;
- };
- }) {};
- wanderlust = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , semi }:
- melpaBuild {
- pname = "wanderlust";
- ename = "wanderlust";
- version = "20190406.601";
- src = fetchFromGitHub {
- owner = "wanderlust";
- repo = "wanderlust";
- rev = "6528a0032342ec7bf6a95dda9b60d67292eaadfc";
- sha256 = "0pdqz0ypdxr90zlna7jhcvvxbqjn367amxh91f76npvrcpi1s016";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/426172b72026d1adeb1bf3fcc6b0407875047333/recipes/wanderlust";
- sha256 = "0lq7fvqc0isv49lcm7ql6prc3hpcj5cx4kf8f4gcnfv5k8159cq9";
- name = "recipe";
- };
- packageRequires = [ semi ];
- meta = {
- homepage = "https://melpa.org/#/wanderlust";
- license = lib.licenses.free;
- };
- }) {};
- warm-night-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "warm-night-theme";
- ename = "warm-night-theme";
- version = "20161101.728";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "warm-night-theme";
- rev = "020f084d23409b5035150508ba6e57c2509edd64";
- sha256 = "1jmjyx06p0cvqi1vlg5px2g965q9pgi3j61msxjf5skzw53vlc88";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/312e3298d51b8ed72028df34dbd7620cdd03d8dd/recipes/warm-night-theme";
- sha256 = "1nrjkrr64rry6fjya22b0lcs0f8a2ijvr87192z311y9mw5rvb29";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/warm-night-theme";
- license = lib.licenses.free;
- };
- }) {};
- watch-buffer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "watch-buffer";
- ename = "watch-buffer";
- version = "20120331.1344";
- src = fetchFromGitHub {
- owner = "mjsteger";
- repo = "watch-buffer";
- rev = "a01cf15608c5bf91df253104053041ca1afdf411";
- sha256 = "1gbhcvysrgg3xxyvkl3lkyafqmzxhfg5nb7k3zwlvmxmndnzssg8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/watch-buffer";
- sha256 = "05f58kg05kfl4srwwjaf7w9jml50yx6bn4x8m1npswp882dsjyh9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/watch-buffer";
- license = lib.licenses.free;
- };
- }) {};
- wavefront-obj-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wavefront-obj-mode";
- ename = "wavefront-obj-mode";
- version = "20170808.1016";
- src = fetchFromGitHub {
- owner = "abend";
- repo = "wavefront-obj-mode";
- rev = "34027915de6496460d8e68b5991dd24d47d54859";
- sha256 = "0yj4wb5sdsbh3gp0sh2ajrrn6s8vg492809g4gxkxp30jhr6xc9q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d48e4fdc6c7079a1ca70c1e879473a98c11bbe6c/recipes/wavefront-obj-mode";
- sha256 = "0qqismh6g2fvi45q2q52lq0n9nrh95wgamlsy5j4rx4syfgzxbrk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wavefront-obj-mode";
- license = lib.licenses.free;
- };
- }) {};
- wc-goal-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wc-goal-mode";
- ename = "wc-goal-mode";
- version = "20140829.659";
- src = fetchFromGitHub {
- owner = "bnbeckwith";
- repo = "wc-goal-mode";
- rev = "bf21ab9c5a449bcc20dd207a4915dcec218d2699";
- sha256 = "0p7j4hvcxfyjf0na9s3xv29dvmwq82s56lincfasd0ydcpz4fbwc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f003b6d6bc91e6f9e510de8f5f5f9189d1c7334/recipes/wc-goal-mode";
- sha256 = "0l3gh96njjldp7n13jn1zjrp17h7ivjak102j6wwspgg6v2h5419";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wc-goal-mode";
- license = lib.licenses.free;
- };
- }) {};
- wc-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wc-mode";
- ename = "wc-mode";
- version = "20170126.2029";
- src = fetchFromGitHub {
- owner = "bnbeckwith";
- repo = "wc-mode";
- rev = "f218f42709a651b34d6c1ddd98856f44648ef707";
- sha256 = "0h79kf37pns92w4zsgazwhg087vkjvnhk9p1npll5ka87zbknndm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/wc-mode";
- sha256 = "191dmxfpqnj7d43cr0fhdmj5ldfs7w9zg5pb2lv9wvlfl7asdid6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wc-mode";
- license = lib.licenses.free;
- };
- }) {};
- wcheck-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wcheck-mode";
- ename = "wcheck-mode";
- version = "20180126.416";
- src = fetchFromGitHub {
- owner = "tlikonen";
- repo = "wcheck-mode";
- rev = "6aa26626ccc6f7f670de092c7d40e44ab8b410f9";
- sha256 = "0dgjg136s2qwsnvfs5y6n81ra7zmi8rwxrs6dn08z7mj7pac5kq9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d10b59f568fdedf248c2e8eaa06c4a74032ca56/recipes/wcheck-mode";
- sha256 = "0cmdvhgax6r5svn3wkwll4j271qj70g8182c58riwnkhiajxmn3k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wcheck-mode";
- license = lib.licenses.free;
- };
- }) {};
- wdl-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wdl-mode";
- ename = "wdl-mode";
- version = "20180831.1246";
- src = fetchFromGitHub {
- owner = "zhanxw";
- repo = "wdl-mode";
- rev = "cef86e5afc136ae5ad9324cd6e6d6f860b889bcf";
- sha256 = "0j7sv3dcpq2fvcip9834v6k8q1d8bpnbxnvz1g691lmc58z1a86a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8cf1f20913d765ae36ecc2c9a69470ff51124e56/recipes/wdl-mode";
- sha256 = "1zhrs0cdsr8mxh9zn8cy6inzxcygk0lgsyw1d190253v1kk6072i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wdl-mode";
- license = lib.licenses.free;
- };
- }) {};
- weather-metno = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "weather-metno";
- ename = "weather-metno";
- version = "20150831.1807";
- src = fetchFromGitHub {
- owner = "ruediger";
- repo = "weather-metno-el";
- rev = "bfc7137095e0ee71aad70ac46f2af677f3c051b6";
- sha256 = "05gfc67724b0mwg8kvk3dsazx3dld50b9xjq8h1nc6jvdz3zxb9z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/75beac314565b9becb701ddd9bc85660e268c3ae/recipes/weather-metno";
- sha256 = "0h7p4l8y75h27pgk45f0mk3gjd43jk8q97gjf85a9b0afd63d3f6";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/weather-metno";
- license = lib.licenses.free;
- };
- }) {};
- web = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "web";
- ename = "web";
- version = "20141231.1201";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-web";
- rev = "483188dac4bc6b409b985c9dae45f3324a425efd";
- sha256 = "03xcadplw1hg5hxw6bfrhw5xkkxk3i4105f114c6m3d2525jq4y5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/web";
- sha256 = "141idn49b7x7llz249zbg2yq8snjxpmlpchsd3n1axlrbmx6pfpz";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/web";
- license = lib.licenses.free;
- };
- }) {};
- web-beautify = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "web-beautify";
- ename = "web-beautify";
- version = "20161115.1447";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "web-beautify";
- rev = "e1b45321d8c11b404b12c8e55afe55eaa7c84ee9";
- sha256 = "03b5pj58m00lkazyvvasa4qndrkh2kjzv2y7qhxljfg5mngyg3zg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d528d3e20b1656dff40860cac0e0fa9dc1a3e87/recipes/web-beautify";
- sha256 = "06ky2svhca8hjgmvxrg3h6ya7prl72q1r88x967yc6b0qq3r7g0f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/web-beautify";
- license = lib.licenses.free;
- };
- }) {};
- web-completion-data = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "web-completion-data";
- ename = "web-completion-data";
- version = "20160318.148";
- src = fetchFromGitHub {
- owner = "osv";
- repo = "web-completion-data";
- rev = "c272c94e8a71b779c29653a532f619acad433a4f";
- sha256 = "19nzjgvd2i5745283ck3k2vylrr6lnk9h3ggzwrwdhyd3m9433vm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/604f155a3ce7e5375dcf8b9c149c5af403ef48bd/recipes/web-completion-data";
- sha256 = "1zzdmhyn6bjaidk808s4pdk25a5rn4287949ps5vbpyniaf6gny9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/web-completion-data";
- license = lib.licenses.free;
- };
- }) {};
- web-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "web-mode";
- ename = "web-mode";
- version = "20190521.2310";
- src = fetchFromGitHub {
- owner = "fxbois";
- repo = "web-mode";
- rev = "a67d387f41d45a1bfad694fa06a4fcd504e6e357";
- sha256 = "1drdp51dz1jin7ycsr4nlx2nxy7h3wk67pia4ydaxsk45k3k6zpm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f0565555eaa356141422c5175d6cca4e9eb5c00/recipes/web-mode";
- sha256 = "1vyhyc5nf4yj2m63inpwmcqvlsihaqw8nn8xvfdg44nhl6vjz97i";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/web-mode";
- license = lib.licenses.free;
- };
- }) {};
- web-mode-edit-element = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-mode }:
- melpaBuild {
- pname = "web-mode-edit-element";
- ename = "web-mode-edit-element";
- version = "20190531.152";
- src = fetchFromGitHub {
- owner = "jtkDvlp";
- repo = "web-mode-edit-element";
- rev = "ad5d7e4dc2420bdd00ce65d9adffbd38a5904afa";
- sha256 = "143xh6xc7qd88hjjmcs9fd2zlgxl0hhgx5fplhbi9zxd2ihhz0dg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/web-mode-edit-element";
- sha256 = "1kcycsjjv1bzfn93aq3cdh5d913izrr8cdxmknbyriyipsqryh3l";
- name = "recipe";
- };
- packageRequires = [ emacs web-mode ];
- meta = {
- homepage = "https://melpa.org/#/web-mode-edit-element";
- license = lib.licenses.free;
- };
- }) {};
- web-narrow-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-mode }:
- melpaBuild {
- pname = "web-narrow-mode";
- ename = "web-narrow-mode";
- version = "20170406.1910";
- src = fetchFromGitHub {
- owner = "Qquanwei";
- repo = "web-narrow-mode";
- rev = "b25fae07844875d5b62d14b98442c88817b7e139";
- sha256 = "1yk390g41yxh84lsxnbf72x67yik6hqv20magxlazrfrwngvk0cx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a910da9e0566344d4b195423b5f270cb2bdcc1e5/recipes/web-narrow-mode";
- sha256 = "09k3xp4l235wrffl7a4026wpikxhp10fh3182dlp4pa4wr2vzipi";
- name = "recipe";
- };
- packageRequires = [ web-mode ];
- meta = {
- homepage = "https://melpa.org/#/web-narrow-mode";
- license = lib.licenses.free;
- };
- }) {};
- web-search = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "web-search";
- ename = "web-search";
- version = "20181027.2225";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "web-search.el";
- rev = "24f5b49774f4fb60c903c2b65598590d1c6456d9";
- sha256 = "1f7ysgc9gnfrlhb7y19ynfl5h1ckbqrm8hqly3kr2n2cvlzj9g2i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/503ef2042cc14dbe53e7121b8d0b5ccbdf6c882b/recipes/web-search";
- sha256 = "08iflbp6rmsxsy2lahsdjj9ki70ixqhsas0vxzawz5pi5vk2x9gj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/web-search";
- license = lib.licenses.free;
- };
- }) {};
- web-server = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "web-server";
- ename = "web-server";
- version = "20190309.1813";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "emacs-web-server";
- rev = "cafa5b7582c57252a0884b2c33da9b18fb678713";
- sha256 = "1c0lfqmbs5hvz3fh3c8wgp6ipwmxrwx9xj264bjpj3phixd5419y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/70e724b4e6c76d0299d5ea8d2211f48c1c611afe/recipes/web-server";
- sha256 = "1f0iyvwq1kq3zfxx2v596cmah7jfk2a04g2rjllbgxxnzwms29z3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/web-server";
- license = lib.licenses.free;
- };
- }) {};
- webkit-color-picker = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , posframe }:
- melpaBuild {
- pname = "webkit-color-picker";
- ename = "webkit-color-picker";
- version = "20180325.36";
- src = fetchFromGitHub {
- owner = "osener";
- repo = "emacs-webkit-color-picker";
- rev = "765cac80144cad4bc0bf59025ea0199f0486f737";
- sha256 = "0a6nirdn1l7cymjycbns38ja9an1z4l5lwjk5h428aly3pmkvdqj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/af9d2e39385c6833eff6b7c7e5a039238563c00f/recipes/webkit-color-picker";
- sha256 = "1i9244zghabyavxhz86d22fn40qspzdn2sjql8pl3mm8ks7a49a3";
- name = "recipe";
- };
- packageRequires = [ emacs posframe ];
- meta = {
- homepage = "https://melpa.org/#/webkit-color-picker";
- license = lib.licenses.free;
- };
- }) {};
- weblogger = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xml-rpc }:
- melpaBuild {
- pname = "weblogger";
- ename = "weblogger";
- version = "20110926.918";
- src = fetchFromGitHub {
- owner = "hexmode";
- repo = "weblogger-el";
- rev = "40cfbfc69be6a619173804441db2f407e3fa1731";
- sha256 = "1z7ld9d0crwdh778fyaapx75vpnlnslsh9nf07ywkylhz4w68yyv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8ccb10a5d1f4db3b20f96dee3c14ee64f4674e2/recipes/weblogger";
- sha256 = "0k0l715lnqb0a4hlkfjkyhr8i1jaml8z2xzhal7ryhjgvf8xinvs";
- name = "recipe";
- };
- packageRequires = [ xml-rpc ];
- meta = {
- homepage = "https://melpa.org/#/weblogger";
- license = lib.licenses.free;
- };
- }) {};
- webpaste = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "webpaste";
- ename = "webpaste";
- version = "20190310.348";
- src = fetchFromGitHub {
- owner = "etu";
- repo = "webpaste.el";
- rev = "7345c5f62d5cff4d84379eaf5dc8b2bb8bc4f99c";
- sha256 = "00dfp2dyj9cvcvvpsh4g61b37477c8ahfj3xig2x2kgfz15lk89n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/13847d91c1780783e516943adee8a3530c757e17/recipes/webpaste";
- sha256 = "1pqqapslb5wxfrf1ykrj5jxcl43pix17lawgdqrqkv5fyxbhmfpm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs request ];
- meta = {
- homepage = "https://melpa.org/#/webpaste";
- license = lib.licenses.free;
- };
- }) {};
- websocket = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "websocket";
- ename = "websocket";
- version = "20190407.1852";
- src = fetchFromGitHub {
- owner = "ahyatt";
- repo = "emacs-websocket";
- rev = "a5a3ddb5cad82f4259c07b7a49c95cdfe5fe6daa";
- sha256 = "1zlazr9imm9zlf48mgrag1yaa1s224v42rc1624zvdy58n7la1sx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/websocket";
- sha256 = "1v8jlpahp30lihz7mdznwl6pyrbsdbqznli2wb5gfblnlxil04lg";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/websocket";
- license = lib.licenses.free;
- };
- }) {};
- wedge-ws = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wedge-ws";
- ename = "wedge-ws";
- version = "20140714.1449";
- src = fetchFromGitHub {
- owner = "aes";
- repo = "wedge-ws";
- rev = "4669115f02d9c6fee067cc5369bb38c0f9db88b2";
- sha256 = "19hgb5knqqc4rb8yl8s604xql8ar6m9r4d379cfakn15jvwqnl98";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42fb11fe717b5fe73f4a6fa4e199ef4c58a85eb2/recipes/wedge-ws";
- sha256 = "07i2dr807np4fwq3ryxlw11vbc1sik1iv7x5740q258jyc9zfgll";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wedge-ws";
- license = lib.licenses.free;
- };
- }) {};
- weechat = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , tracking }:
- melpaBuild {
- pname = "weechat";
- ename = "weechat";
- version = "20190520.851";
- src = fetchFromGitHub {
- owner = "the-kenny";
- repo = "weechat.el";
- rev = "d9a13306ea8be27367f92e9202d116a88fa1f441";
- sha256 = "1z9lav09jsmhshlk0xnbp21y9apzhd9zv08h88sdg942v0fn2fid";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e38255a31a4ca31541c97a506a55f82e2670abe6/recipes/weechat";
- sha256 = "0sxrms5024bi4irv8x8s8j1zcyd62cpqm0zv4dgpm65wnpc7xc46";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs s tracking ];
- meta = {
- homepage = "https://melpa.org/#/weechat";
- license = lib.licenses.free;
- };
- }) {};
- weechat-alert = callPackage ({ alert
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , weechat }:
- melpaBuild {
- pname = "weechat-alert";
- ename = "weechat-alert";
- version = "20160416.548";
- src = fetchFromGitHub {
- owner = "Kungi";
- repo = "weechat-alert";
- rev = "a8fd557c8f335322f132c1c6c08b6741d6394e2e";
- sha256 = "1hkhim2jfdywx6ks4qfcizycp5qsx4ms6929kbgmzzb8i7j380x6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a69ad48eabb166f66e6eb5c5cdc75aefc8b989f/recipes/weechat-alert";
- sha256 = "026hkddvd4a6wy7s8s0lklw8b99fpjawdgi7amvpcrn79ylwbf22";
- name = "recipe";
- };
- packageRequires = [ alert cl-lib weechat ];
- meta = {
- homepage = "https://melpa.org/#/weechat-alert";
- license = lib.licenses.free;
- };
- }) {};
- weibo = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "weibo";
- ename = "weibo";
- version = "20150307.1442";
- src = fetchFromGitHub {
- owner = "austin-----";
- repo = "weibo.emacs";
- rev = "a8abb50b7602fe15fe2bc6400ac29780e956b390";
- sha256 = "0hc5iyjpcik996ns84akrl28scndmn0gd1zfdf1nnqq6n2m5zvgh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/21f4c1b34f86331ecbcdbdc39858a191232902f2/recipes/weibo";
- sha256 = "1ndgfqqb0gvy8p2fisi57s9bsa2nrnv80smg78m89i4cwagbz6yd";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/weibo";
- license = lib.licenses.free;
- };
- }) {};
- wgrep = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wgrep";
- ename = "wgrep";
- version = "20181228.1640";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-wgrep";
- rev = "b22834e4597b5dfe06621d23cf93351d790df930";
- sha256 = "07p0wwigc99hx09n5fkzf5yxkr7z19rqy8wgxk5m1pyp1i75wiq8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9648e3df896fcd97b3757a727108bc78261973cc/recipes/wgrep";
- sha256 = "09xs420lvbsmz5z28rf6f1iwa0ixkk0w24qbj6zhl9hidh4mv9y4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wgrep";
- license = lib.licenses.free;
- };
- }) {};
- wgrep-ack = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , wgrep }:
- melpaBuild {
- pname = "wgrep-ack";
- ename = "wgrep-ack";
- version = "20141012.311";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-wgrep";
- rev = "9448a9d597bd089ae61e58add2c5dbecb0aa2b8f";
- sha256 = "0x27h0ccq93avsmb8gim43zklbsb4ghfw30a7hjvz0ilfx02gdca";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9648e3df896fcd97b3757a727108bc78261973cc/recipes/wgrep-ack";
- sha256 = "03l1a681cwnn06m77xg0a547892gy8mh415v9rg3h6lkxwcld8wh";
- name = "recipe";
- };
- packageRequires = [ wgrep ];
- meta = {
- homepage = "https://melpa.org/#/wgrep-ack";
- license = lib.licenses.free;
- };
- }) {};
- wgrep-ag = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , wgrep }:
- melpaBuild {
- pname = "wgrep-ag";
- ename = "wgrep-ag";
- version = "20181228.1724";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-wgrep";
- rev = "36c5e8d0e03bc16b19d30a603730065f74b5b767";
- sha256 = "0pgyf9vfcahb495q01hi1mvkmv846w4rj6zyf52is8x7sjj7x44s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c50b704343c4cac5e2a62a67e284ba6d8e15f8a/recipes/wgrep-ag";
- sha256 = "1b2mj06kws29ha7g16l5d1s3p3nwyw8rprbpaiijdk9nxqcm0a8a";
- name = "recipe";
- };
- packageRequires = [ wgrep ];
- meta = {
- homepage = "https://melpa.org/#/wgrep-ag";
- license = lib.licenses.free;
- };
- }) {};
- wgrep-helm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , wgrep }:
- melpaBuild {
- pname = "wgrep-helm";
- ename = "wgrep-helm";
- version = "20190401.1456";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-wgrep";
- rev = "379afd89ebd76f63842c8589127d66096a8bb595";
- sha256 = "0v1qx8z1xj9qzirlycbihnkpwcklyi3a0j8lil78pmdpixdbgh47";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9648e3df896fcd97b3757a727108bc78261973cc/recipes/wgrep-helm";
- sha256 = "1hh7isc9xifkrdfw88jw0z0xmfazrbcis6d355bcaxlnjy6fzm8b";
- name = "recipe";
- };
- packageRequires = [ wgrep ];
- meta = {
- homepage = "https://melpa.org/#/wgrep-helm";
- license = lib.licenses.free;
- };
- }) {};
- wgrep-pt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , wgrep }:
- melpaBuild {
- pname = "wgrep-pt";
- ename = "wgrep-pt";
- version = "20140510.1531";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-wgrep";
- rev = "cd8df1be69257da2e48dc3eae4badc674468b61c";
- sha256 = "1df7lal4c0zsinrfjp4qv2k3xi1kbl66d36in47pmiam1kkqs9fs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c39faef3b9c2e1867cd48341d9878b714dbed4eb/recipes/wgrep-pt";
- sha256 = "1gphdf85spsywj3s3ypb7dwrqh0zd70n2vrbgjqkbnfbwqjp9qbg";
- name = "recipe";
- };
- packageRequires = [ wgrep ];
- meta = {
- homepage = "https://melpa.org/#/wgrep-pt";
- license = lib.licenses.free;
- };
- }) {};
- what-the-commit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "what-the-commit";
- ename = "what-the-commit";
- version = "20150901.616";
- src = fetchFromGitHub {
- owner = "danielbarbarito";
- repo = "what-the-commit.el";
- rev = "42604410cfd5be715c8aa730aef4673773454e8b";
- sha256 = "00fnjjlmc64bqjzmyprscfqr8fa1jbzfj6xjvm19an2qhnzh126q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d22725c2fce506c659bd33aabca182be0048905/recipes/what-the-commit";
- sha256 = "0nnyb6hq6r21wf1x3q41ab48b3dmcz5lyli771a59dk1gs8qpgak";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/what-the-commit";
- license = lib.licenses.free;
- };
- }) {};
- which-key = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "which-key";
- ename = "which-key";
- version = "20190528.1814";
- src = fetchFromGitHub {
- owner = "justbur";
- repo = "emacs-which-key";
- rev = "ba03e7e5bcbe3f7d95be2cfddd71454151bb98c8";
- sha256 = "1rwnvkwa7cvp7rbsik8xlv6f01s8x7f3bcrxfbi9q3ylr1c145fl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/315865a3df97c0694f648633d44b8b34df1ac76d/recipes/which-key";
- sha256 = "0vqbhfzcv9m58w41zdhpiymhgl38n15c6d7ffd99narxlkckcj59";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/which-key";
- license = lib.licenses.free;
- };
- }) {};
- which-key-posframe = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , posframe
- , which-key }:
- melpaBuild {
- pname = "which-key-posframe";
- ename = "which-key-posframe";
- version = "20190427.403";
- src = fetchFromGitHub {
- owner = "yanghaoxie";
- repo = "which-key-posframe";
- rev = "e7f28608c7fc9507e407c6b840dff09062df533a";
- sha256 = "0954llm57gfy3lvq8s32mqdswbv20na0v28gi61kw7023f1wg7ri";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/56ab10dc99ea4f5b207f9874124aff414d859a17/recipes/which-key-posframe";
- sha256 = "1vpdni3ascz2zw6k1xrnw2vqnq8p30mc7d8v81qdbjb58q27l8ll";
- name = "recipe";
- };
- packageRequires = [ emacs posframe which-key ];
- meta = {
- homepage = "https://melpa.org/#/which-key-posframe";
- license = lib.licenses.free;
- };
- }) {};
- whitaker = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "whitaker";
- ename = "whitaker";
- version = "20150814.422";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "whitaker";
- rev = "eaf26ea647b729ca705b73ea70312d5ffdf89448";
- sha256 = "1y75cylvqgn54h8yqahz4wi1qj5yhbs66i7x23jmbmah3q0rycab";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b5d717e2eaf35ce33b26be049a39f2f75a7de72/recipes/whitaker";
- sha256 = "17fnvb3jh6fi4wddn5qnp6i6ndidg8jf9ac69q9j032c2msr07nj";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/whitaker";
- license = lib.licenses.free;
- };
- }) {};
- white-sand-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "white-sand-theme";
- ename = "white-sand-theme";
- version = "20151117.848";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "white-sand-theme";
- rev = "97621edd69267dd143760d94393db2c2558c9ea4";
- sha256 = "0sh92g5vd518f80klvljqkjpw4ji909439dpc3sfaccf5jiwn9xn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b124575c4a4f783b6726d0526b83e67b4ad65cc9/recipes/white-sand-theme";
- sha256 = "19qsiic6yf7g60ygjmw7kg1i28nqpm3zja8cmdh33ny2bbkwxsz5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/white-sand-theme";
- license = lib.licenses.free;
- };
- }) {};
- white-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "white-theme";
- ename = "white-theme";
- version = "20160917.1043";
- src = fetchFromGitHub {
- owner = "anler";
- repo = "white-theme.el";
- rev = "e9e6d5b9d43da6eb15e86f5fbc8b1ba83abe8c78";
- sha256 = "1yqfq1gzkrw79myvj16nfi30ynfyz8yrpbzjcj8nhsc5rfrrmym2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/white-theme";
- sha256 = "04l5hjhd465w9clrqc4dr8bx8hj4i9dx4nfr9hympgv101bpgy4x";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/white-theme";
- license = lib.licenses.free;
- };
- }) {};
- whitespace-cleanup-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "whitespace-cleanup-mode";
- ename = "whitespace-cleanup-mode";
- version = "20190106.1222";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "whitespace-cleanup-mode";
- rev = "72427144b054b0238a86e1348c45d986b8830d9d";
- sha256 = "1zlk534jbwrsabcg3kqlzk4h4hwya60lh6q2n1v4yn4rpf5ghsag";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b461cfe450d7ce6bd0c14be3460cacffc1a32e6f/recipes/whitespace-cleanup-mode";
- sha256 = "1fhdjrxxyfx4xsgfjqq9p7vhj98wmqf2r00mv8k27vdaxwsnm5p3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/whitespace-cleanup-mode";
- license = lib.licenses.free;
- };
- }) {};
- whizzml-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "whizzml-mode";
- ename = "whizzml-mode";
- version = "20190512.1856";
- src = fetchFromGitHub {
- owner = "whizzml";
- repo = "whizzml-mode";
- rev = "cb476ed0d6be52e0b8c38f5b643cbbfceda1b4ca";
- sha256 = "1iklmzqb7200xniygd3gj3pa8d18z3pnabslsvd0k4qqvyvwnlxw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/11f26b15c326c3b8541bac510579b32493916042/recipes/whizzml-mode";
- sha256 = "0gas9xfpz5v9fbhjxhd4msihwz9w4a05l5icsaclxvh06f92wcyk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/whizzml-mode";
- license = lib.licenses.free;
- };
- }) {};
- whois = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "whois";
- ename = "whois";
- version = "20190529.854";
- src = fetchFromGitHub {
- owner = "lassik";
- repo = "emacs-whois";
- rev = "b4cdab4d25225c6e834727a7d85cdb0d493da152";
- sha256 = "058wym1iwgz5n5yd508xdc05ncdyqbs53a5c9mq0s6gs06h5xfyw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/719895d3db6daae5df00d4823a62fcc0f7bf2d9d/recipes/whois";
- sha256 = "061jbk97ma21id0vpkvxdslfvs2x0wqw8c32mwhdcqjqjc74k9km";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/whois";
- license = lib.licenses.free;
- };
- }) {};
- whole-line-or-region = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "whole-line-or-region";
- ename = "whole-line-or-region";
- version = "20190410.1915";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "whole-line-or-region";
- rev = "15f17488f98868f1628a3f9d91a812b1f89bc73a";
- sha256 = "18qzmpw41bqw2ymynya3hgn9skj13r5s6d2b14r78hvmv4bc9h9r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/whole-line-or-region";
- sha256 = "0zz9i1jxayw2p6ggfxjvhb1mc3ly9iy4jvk23ycndz9lnnzkch0y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/whole-line-or-region";
- license = lib.licenses.free;
- };
- }) {};
- wide-column = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wide-column";
- ename = "wide-column";
- version = "20170925.913";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "wide-column";
- rev = "ce9ef4675485a7bea381077866368ef875226b10";
- sha256 = "0qh8hy4jl59bfg4323a8h4q4a78gn4hsglfk2h23hqssbv4mhsp2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8d29def44ae42dc4b60c1d254a57572bd09faf51/recipes/wide-column";
- sha256 = "1kyyvq9fgaypvhiy9vbvr99xsac5vhylkbjsxn5fhylyc5n867sb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wide-column";
- license = lib.licenses.free;
- };
- }) {};
- widget-mvc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "widget-mvc";
- ename = "widget-mvc";
- version = "20150101.2006";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-widget-mvc";
- rev = "2576e6f0c35d8dedfa9c2cd6ea4fb4c14cb72b63";
- sha256 = "0fqv63m8z5m5ghh4j8ccdnmgcdkvi4jqpg9z7lp17g4p9pq3xfjf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76d3c38e205076a22628f490d8e8ddd80d091eab/recipes/widget-mvc";
- sha256 = "0njzvdlxb7z480r6dvmksgivhz7rvnil517aj86qx0jbc5mr3l2f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/widget-mvc";
- license = lib.licenses.free;
- };
- }) {};
- widgetjs = callPackage ({ fetchFromGitHub
- , fetchurl
- , js2-mode
- , js2-refactor
- , lib
- , makey
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "widgetjs";
- ename = "widgetjs";
- version = "20160719.804";
- src = fetchFromGitHub {
- owner = "foretagsplatsen";
- repo = "emacs-js";
- rev = "a1e91bdcecdea50c80f5ff87f7a4f7a2c249713e";
- sha256 = "1gr430rf8k282ra587qnbgwvccg47ar1n09m6czig5splhnf0086";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/78d7a15152f45a193384741fa00d0649c4bba91e/recipes/widgetjs";
- sha256 = "0y5h1ag2m7w47l4nx4d18yz3fvd411rm1h5w7zz4xh67bnx4zyy1";
- name = "recipe";
- };
- packageRequires = [ js2-mode js2-refactor makey s ];
- meta = {
- homepage = "https://melpa.org/#/widgetjs";
- license = lib.licenses.free;
- };
- }) {};
- wiki-nav = callPackage ({ button-lock
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nav-flash }:
- melpaBuild {
- pname = "wiki-nav";
- ename = "wiki-nav";
- version = "20150223.554";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "button-lock";
- rev = "f9082feb329432fcf2ac49a95e64bed9fda24d58";
- sha256 = "06qjvybf65ffrcnhhbqs333lg51fawaxnva3jvdg7zbrsv4m9acl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/baa49e7d2d5c07ebf77e7941c240b88fcfd0fc8b/recipes/wiki-nav";
- sha256 = "19mabz0y3fcqsm68ijwwbbqylxgp71anc0a31zgc1blha9jivvwy";
- name = "recipe";
- };
- packageRequires = [ button-lock nav-flash ];
- meta = {
- homepage = "https://melpa.org/#/wiki-nav";
- license = lib.licenses.free;
- };
- }) {};
- wiki-summary = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wiki-summary";
- ename = "wiki-summary";
- version = "20181010.1124";
- src = fetchFromGitHub {
- owner = "jozefg";
- repo = "wiki-summary.el";
- rev = "fa41ab6e50b3b80e54148af9d4bac18fd0405000";
- sha256 = "0qcnqwiylkkb7132bzra49k7jg8kq13jif8096vpg4xzpcq5lpj2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31877f182ab82fd5bb73ec4ddd8526a032d9edf9/recipes/wiki-summary";
- sha256 = "1hiyi3w6rvins8hfxd96bgpihxarmv192q96sadqcwshcqi14zmw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/wiki-summary";
- license = lib.licenses.free;
- };
- }) {};
- wilt = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "wilt";
- ename = "wilt";
- version = "20180220.54";
- src = fetchFromGitHub {
- owner = "sixty-north";
- repo = "emacs-wilt";
- rev = "04dbe37fa35d0b24c791421785d2c97a8cbfe2cc";
- sha256 = "197kqp22pyy1in2rq063mahvrf00vrfvgnfkqp0zy7hpkhiiqvim";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eea4f2ca8b4f9ea93cc02151fdda6cfee5b68b70/recipes/wilt";
- sha256 = "0nw6zr06zq60j72qfjmbqrxyz022fnisb0bsh6xmlnd1k1kqlrz6";
- name = "recipe";
- };
- packageRequires = [ dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/wilt";
- license = lib.licenses.free;
- };
- }) {};
- win-switch = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "win-switch";
- ename = "win-switch";
- version = "20161009.927";
- src = fetchFromGitHub {
- owner = "genovese";
- repo = "win-switch";
- rev = "954eb5e4c5737f0c06368c42a7f1c3dd374d782f";
- sha256 = "1xpx4sc1g1w8w0yc39k2dys83m8skrpvi745bfrzdl47jngrf54h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/win-switch";
- sha256 = "1s6inp5kf763rngn58r02fd7n7z3dd55j6hb7s9dgvc856d5z3my";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/win-switch";
- license = lib.licenses.free;
- };
- }) {};
- windata = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "windata";
- ename = "windata";
- version = "20090830.340";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "windata";
- rev = "a723fc446ceaec23d5f29ecc8245d94c99d91625";
- sha256 = "0y8yw5hazsir5kjskrh4mr63mmz87dc7yy5ddmlwpmn03wanqpha";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84f836338818946a6bb31d35d6ae959571128ed5/recipes/windata";
- sha256 = "1mah2vy46pxwjd6c6ac14d2qfcixs2yrgwmzmisnfgsvprdlxryb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/windata";
- license = lib.licenses.free;
- };
- }) {};
- window-end-visible = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "window-end-visible";
- ename = "window-end-visible";
- version = "20140508.1341";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "window-end-visible";
- rev = "f0ed55aa5f7875634fb4c8b6fbaa93633bc57d85";
- sha256 = "0xx2hmfwpdd1nxjds45d4jlfa6p4lcjwy2ryjs4qiwvrc2d03xbq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/window-end-visible";
- sha256 = "1p78n7yysj18404cdc6vahfrzwn5pixyfnja8ch48rj4fm4jbxwq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/window-end-visible";
- license = lib.licenses.free;
- };
- }) {};
- window-jump = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "window-jump";
- ename = "window-jump";
- version = "20170809.1508";
- src = fetchFromGitHub {
- owner = "chumpage";
- repo = "chumpy-windows";
- rev = "6bdb51e9a346907d60a9625f6180bddd06be6674";
- sha256 = "1wkyvfqmf24c8kb162pwi6wcm88bzf0x9mxljzkx0s8bq9aliny6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d44fc32e12f00bbaa799b4054e9ff0fc0d3bfbfb/recipes/window-jump";
- sha256 = "1gmqb7j5fb3q3krgx7arrln5nvyg9vcpph6wlxj6py679wfa3lwr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/window-jump";
- license = lib.licenses.free;
- };
- }) {};
- window-layout = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "window-layout";
- ename = "window-layout";
- version = "20170214.1633";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-window-layout";
- rev = "cd2e4f967b610c2bbef53182829e47250d027056";
- sha256 = "0wgqi8r844lbx52fn6az8c1n8m681rp6dkfzd54wmdk1ka7zmvv6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/window-layout";
- sha256 = "061mvxcj4mg2pmkln7nn6gyscs08aid4cfc6xck0x5gzr1snr639";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/window-layout";
- license = lib.licenses.free;
- };
- }) {};
- window-number = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "window-number";
- ename = "window-number";
- version = "20170731.1851";
- src = fetchFromGitHub {
- owner = "nikolas";
- repo = "window-number";
- rev = "d41722de646ffeb3f70d26e4a86a5a1ba5c6be87";
- sha256 = "1ifs7zp8c5m9da5dz0y4cq7pgqgdkz63v00ib07xdycnfjp4w17i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/74523af6e22ebae2f5fe7c4da4e8af8fac5fa074/recipes/window-number";
- sha256 = "1ivd701h6q48i263fxxi44haacaz8cjg562ry8dxd10rbhhsjsq0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/window-number";
- license = lib.licenses.free;
- };
- }) {};
- window-numbering = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "window-numbering";
- ename = "window-numbering";
- version = "20160809.1110";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "window-numbering.el";
- rev = "10809b3993a97c7b544240bf5d7ce9b1110a1b89";
- sha256 = "1nlgzrjg5k7wyaka8ziqyv683vsc0f2lw5kr5xajcqlamwbzs7vi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce1dc80f69894736b276885e4ec3ce571a8612c9/recipes/window-numbering";
- sha256 = "0x3n0ni16q69lfpyjz61spqghmhvc3cwa4aj80ihii3pk80f769x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/window-numbering";
- license = lib.licenses.free;
- };
- }) {};
- window-purpose = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , imenu-list
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "window-purpose";
- ename = "window-purpose";
- version = "20190405.401";
- src = fetchFromGitHub {
- owner = "bmag";
- repo = "emacs-purpose";
- rev = "fb649bb07de63a70ecdace464eadcaafe01e1995";
- sha256 = "1x8njfpb21siqh4b931557qdj4qxvzcj995dm91l6c3k8yh76hy8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5813120ab674f6db7d0a486433d8faa6cfec1727/recipes/window-purpose";
- sha256 = "1y70jrba3gf9fyf2qdihfshbsblzb88yv9fkcswdzrpq5kmgwp84";
- name = "recipe";
- };
- packageRequires = [ emacs imenu-list let-alist ];
- meta = {
- homepage = "https://melpa.org/#/window-purpose";
- license = lib.licenses.free;
- };
- }) {};
- windsize = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "windsize";
- ename = "windsize";
- version = "20181029.1557";
- src = fetchFromGitHub {
- owner = "grammati";
- repo = "windsize";
- rev = "62c2846bbe95b0a73e996c75e4a644d05f57aaaa";
- sha256 = "13kfrmv3vmkfanxv9nym5v43hx5p7xkgqmx65zcxh4gcbaham1mi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/windsize";
- sha256 = "1fzqf86d7pimnc87xdgvpv4hnv7j6ngmk1sjvazj6726xygswkyv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/windsize";
- license = lib.licenses.free;
- };
- }) {};
- windwow = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "windwow";
- ename = "windwow";
- version = "20170815.1848";
- src = fetchFromGitHub {
- owner = "vijumathew";
- repo = "windwow";
- rev = "77bad26f651744b68d31b389389147014d250f23";
- sha256 = "0vbmmf8wm76k389g5ncs0grwlpwp3glpwvhdi5dfxaqcp2phaaad";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/12aba18872021ce0affa96c46a17353c7d073ca2/recipes/windwow";
- sha256 = "0cbkp98pwzj484akdbidvdz4kqxv6ix6paimpxnag6fffciq245h";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/windwow";
- license = lib.licenses.free;
- };
- }) {};
- winnow = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "winnow";
- ename = "winnow";
- version = "20170903.506";
- src = fetchFromGitHub {
- owner = "dgtized";
- repo = "winnow.el";
- rev = "9ea0ac309d6a7a4aedb2647a13e9106a3b59c46d";
- sha256 = "0zsnd03mydzhskpcvffmlwbsi28dq0akz1nph7idn4zqca8sx2ia";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/58891c2057ec834f999e3bf82af15e0617a4d4cf/recipes/winnow";
- sha256 = "07kwjdmvzgvg7gc53dv10jfi212m0pimzrhiga38lrqrnrw631m0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/winnow";
- license = lib.licenses.free;
- };
- }) {};
- winpoint = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "winpoint";
- ename = "winpoint";
- version = "20131023.1013";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "winpoint";
- rev = "b32ab55f7b8797b9b042a8a89d89d6f79bc356a9";
- sha256 = "0qbsmqg4mh20k2lf7j92mc8p8qkvjc1a58klhqivpdl60z906z2a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/665e24e490618c7caeae4a9d17d1f614dc0a2617/recipes/winpoint";
- sha256 = "10ji7xd9ipmy6c2qxljqdxgqf5sb8h7lwz43mr6ixbn7v1b7pp6w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/winpoint";
- license = lib.licenses.free;
- };
- }) {};
- winring = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "winring";
- ename = "winring";
- version = "20180529.1718";
- src = fetchFromGitLab {
- owner = "warsaw";
- repo = "winring";
- rev = "f2d072bd446b73e93b127523f19ea82b99b9267f";
- sha256 = "1j0g52panhx91hqw5glnlv5vnnpnjyx49xc8xif8mjf0m27723fv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2476a28c33502f908b7161c5a9c63c86b8d7b57d/recipes/winring";
- sha256 = "1mgr5z4h7mf677xx8md3pqd31k17qs62z9iamfih206fcwgh24k4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/winring";
- license = lib.licenses.free;
- };
- }) {};
- winum = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "winum";
- ename = "winum";
- version = "20181119.905";
- src = fetchFromGitHub {
- owner = "deb0ch";
- repo = "emacs-winum";
- rev = "efcb14fd306afbc738666e6b2e5a8a1bb5904392";
- sha256 = "0v1qmw3svydk7dlqbcymy1g1bygkfpb2h4b97zdp12xvd8mww9ny";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1caa7a54a910a44322fdee300e8cce6ddcde071/recipes/winum";
- sha256 = "0yyvjmvqif6glh9ri6049nxcmgib9mxdhy6816kjhsaqr570f9pw";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/winum";
- license = lib.licenses.free;
- };
- }) {};
- wisp-mode = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wisp-mode";
- ename = "wisp-mode";
- version = "20180520.58";
- src = fetchhg {
- url = "https://bitbucket.com/ArneBab/wisp";
- rev = "62d6a170aefd";
- sha256 = "1hz5f70s6zi1mnz8si2zwj8n15jfqgqn5ag06h3x50w53hvzk41p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b7972602399f9df9139cff177e38653bb0f43ed/recipes/wisp-mode";
- sha256 = "10zkp1qbvl8dmxij7zz4p1fixs3891xr1nr57vyb3llar9fgzglc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wisp-mode";
- license = lib.licenses.free;
- };
- }) {};
- wispjs-mode = callPackage ({ clojure-mode
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wispjs-mode";
- ename = "wispjs-mode";
- version = "20170720.1219";
- src = fetchFromGitHub {
- owner = "krisajenkins";
- repo = "wispjs-mode";
- rev = "60f9f5fd9d1556e2d008939f67eb1b1d0f325fa8";
- sha256 = "1hhd8ixb2wr06vrd1kw0cd5jh08zm86h2clbvzv9wmqpawwxfm5f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a628330ee8deeab2bd5c2d4b61b33f119c4549d8/recipes/wispjs-mode";
- sha256 = "0qzm0dcvjndasnbqpkdc56f1qv66gxv8dfgfcwq5l1bp5wyx813p";
- name = "recipe";
- };
- packageRequires = [ clojure-mode ];
- meta = {
- homepage = "https://melpa.org/#/wispjs-mode";
- license = lib.licenses.free;
- };
- }) {};
- with-editor = callPackage ({ async
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "with-editor";
- ename = "with-editor";
- version = "20190511.457";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "with-editor";
- rev = "66bec91c859f305445b766394eb25248c1172426";
- sha256 = "1z2h9casyw1b93ikq2mf9xixyvbl90zddf0s66lqfiyj2y376pq3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8c52c840dc35f3fd17ec660e113ddbb53aa99076/recipes/with-editor";
- sha256 = "1wsl1vwvywlc32r5pcc9jqd0pbzq1sn4fppxk3vwl0s5h40v8rnb";
- name = "recipe";
- };
- packageRequires = [ async emacs ];
- meta = {
- homepage = "https://melpa.org/#/with-editor";
- license = lib.licenses.free;
- };
- }) {};
- with-namespace = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , loop
- , melpaBuild }:
- melpaBuild {
- pname = "with-namespace";
- ename = "with-namespace";
- version = "20130407.1122";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "with-namespace.el";
- rev = "36828a40428c8e53c117f2df830b2f7a59ddd306";
- sha256 = "0qq8ckk5w3hlm4wihhnlpn75gij62aa2nafmvin7q8i454pxbg7a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/with-namespace";
- sha256 = "1199k1xvvv7ald6ywrh2sfpw2v42ckpcsw6mcj617bg3b5m7770i";
- name = "recipe";
- };
- packageRequires = [ dash loop ];
- meta = {
- homepage = "https://melpa.org/#/with-namespace";
- license = lib.licenses.free;
- };
- }) {};
- with-simulated-input = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , seq }:
- melpaBuild {
- pname = "with-simulated-input";
- ename = "with-simulated-input";
- version = "20170820.2317";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "with-simulated-input";
- rev = "1012ccbec77d7d162790706c07bb23c039ccc61f";
- sha256 = "1489njq2xbsd89kh3z560vwm892zzjbs12lzk1pr0fajqvnm62r5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e4ddf16e19f5018106a423327ddc7e7499cf9248/recipes/with-simulated-input";
- sha256 = "0113la76nbp18vaffsd7w7wcw5k2sqwgnjq1gslf4khdfqghrkwk";
- name = "recipe";
- };
- packageRequires = [ emacs s seq ];
- meta = {
- homepage = "https://melpa.org/#/with-simulated-input";
- license = lib.licenses.free;
- };
- }) {};
- with-venv = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "with-venv";
- ename = "with-venv";
- version = "20190515.2306";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "with-venv-el";
- rev = "283b35e33f012657ef23e154b6bdf362377d82e6";
- sha256 = "1s0vnsvhlcx1z5sbiyhk4iizakx4cbvjxwygdamrl8s0bnigqhfd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/555a2e49f18fbae59913459466babf8d55bd2151/recipes/with-venv";
- sha256 = "090jird410wn2w9pwr2d9pjw5xghcdxc4l578zay2akygg3c6blm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/with-venv";
- license = lib.licenses.free;
- };
- }) {};
- wn-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wn-mode";
- ename = "wn-mode";
- version = "20151109.2152";
- src = fetchFromGitHub {
- owner = "luismbo";
- repo = "wn-mode";
- rev = "f05c3151523e529af5a0a3fa8c948b61fb369f6e";
- sha256 = "12rfpkyjkhikjh0mihhp5h5pzbm4br68nwf8k1ja9djl77vfzv36";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6213c01e6954985daff8cd1a5a3ef004431f0477/recipes/wn-mode";
- sha256 = "1qy1pkfdnm4pska4cnff9cx2c812ilymajhpmsfc9jdbvhzwrwg3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/wn-mode";
- license = lib.licenses.free;
- };
- }) {};
- wolfram = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wolfram";
- ename = "wolfram";
- version = "20170122.2356";
- src = fetchFromGitHub {
- owner = "hsjunnesson";
- repo = "wolfram.el";
- rev = "6b5dceae3fd6cdb4d7562510deeafa02c93c010b";
- sha256 = "1ijyjw2793i7n00i30ma8lw4fzi9w63m6k0xgjx6j78r5y7pfj2g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/785b5b1ec73e6376f2f2bb405707a1078398fa3a/recipes/wolfram";
- sha256 = "02xp1916v9rydh0586jkx71v256qdg63f87s3m0agc2znnrni9h4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wolfram";
- license = lib.licenses.free;
- };
- }) {};
- wolfram-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wolfram-mode";
- ename = "wolfram-mode";
- version = "20180306.1613";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "wolfram-mode";
- rev = "be680190cac6ccf579dbce107deaae495928d1b3";
- sha256 = "1cvdw28gvhbr9l65xkv8ld12rb0pcf53jd55gns2b0abz1lg1jc4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/40ded2302e413e233d867caa4776c54a778b8b99/recipes/wolfram-mode";
- sha256 = "0rc39vvpyhpn0m52i4hs23j6avqfddmrkhjqg339apfq7z35fpli";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/wolfram-mode";
- license = lib.licenses.free;
- };
- }) {};
- wonderland = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multi }:
- melpaBuild {
- pname = "wonderland";
- ename = "wonderland";
- version = "20130912.1819";
- src = fetchFromGitHub {
- owner = "kurisuwhyte";
- repo = "emacs-wonderland";
- rev = "28cf6b37000c395ece9519db53147fb826a42bc4";
- sha256 = "018r35dz8z03wcrx9s28pjisayy21549i232mp6wy9mxkrkxbzpc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ed02d5e4cba10023ebc7c26f90ba8d1e8ee32a08/recipes/wonderland";
- sha256 = "1b4p49mbzqffm2b2y8sbbi56vnkxap2jscsmla9l6l8brybqjppi";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs multi ];
- meta = {
- homepage = "https://melpa.org/#/wonderland";
- license = lib.licenses.free;
- };
- }) {};
- wordgen = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wordgen";
- ename = "wordgen";
- version = "20170803.1120";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "wordgen.el";
- rev = "aacad928ae99a953e034a831dfd0ebdf7d52ac1d";
- sha256 = "06vbc9ycz1nbjwjkg99y3lj6jwb6lnwnmkqf09yr00jjrrfhfash";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5cfdc64a9aa79575dad8057c4cd747d2cdd460aa/recipes/wordgen";
- sha256 = "0vlrplm3pmpwwa8p8j6lck97b875gzzm7vxxc8l9l18vs237cz1m";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/wordgen";
- license = lib.licenses.free;
- };
- }) {};
- wordnut = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wordnut";
- ename = "wordnut";
- version = "20180312.2143";
- src = fetchFromGitHub {
- owner = "gromnitsky";
- repo = "wordnut";
- rev = "feac531404041855312c1a046bde7ea18c674915";
- sha256 = "1jl0b6g64a9w0q7bfvwha67vgws5xd15b7mkfyb5gkz3pymqhfxn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/321c5e171eb4da85980968ac3c8ef4300101c0b1/recipes/wordnut";
- sha256 = "1gqmjb2f9izra0x9ds1jyk7h204qsll6viwkvdnmxczyyc0wx44n";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/wordnut";
- license = lib.licenses.free;
- };
- }) {};
- wordsmith-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wordsmith-mode";
- ename = "wordsmith-mode";
- version = "20171025.730";
- src = fetchFromGitHub {
- owner = "istib";
- repo = "wordsmith-mode";
- rev = "589a97412138145bea70e0450eeddeb7f138d538";
- sha256 = "1zm4grysjpynibldvic75awhcmmnjmlkkvslw8bvirmi58qwvwzj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b5fda506e5b388cd6824d433b89032ed46858dc/recipes/wordsmith-mode";
- sha256 = "0s6b6dfqn31jdcgs2mlmvwgpr5a4zs4xi8m002ly11c6sn035xb1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wordsmith-mode";
- license = lib.licenses.free;
- };
- }) {};
- worf = callPackage ({ ace-link
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild
- , swiper
- , zoutline }:
- melpaBuild {
- pname = "worf";
- ename = "worf";
- version = "20190519.948";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "worf";
- rev = "00d191b347397bd7ad1f5b95cfe39fa3fce9fc91";
- sha256 = "0mp5f6hp8pqckfsi4bxcg09kcfndvsbc2nnqbgdw87bidwlzhzmy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f00f8765e35c21dd1a4b5c01c239ed4d15170ab7/recipes/worf";
- sha256 = "1fkb2ddl684dijsb0cqgmfbg1nz4xv43rb7g5rah05rchy5sgkpi";
- name = "recipe";
- };
- packageRequires = [ ace-link hydra swiper zoutline ];
- meta = {
- homepage = "https://melpa.org/#/worf";
- license = lib.licenses.free;
- };
- }) {};
- workgroups = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "workgroups";
- ename = "workgroups";
- version = "20110726.941";
- src = fetchFromGitHub {
- owner = "tlh";
- repo = "workgroups.el";
- rev = "9572b3492ee09054dc329f64ed846c962b395e39";
- sha256 = "0q32z54qafj8ap3ybx82i3fm1msmzwvpxgmkaglzhi8nccgzbn2n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/585d3f522920b41845294af50b1da99dff256f8d/recipes/workgroups";
- sha256 = "1v01yr3lk6l0qn80i3r8fq3di0a8bmqjyhwx19hcgiap57xl80h8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/workgroups";
- license = lib.licenses.free;
- };
- }) {};
- workgroups2 = callPackage ({ anaphora
- , cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "workgroups2";
- ename = "workgroups2";
- version = "20141102.1122";
- src = fetchFromGitHub {
- owner = "pashinin";
- repo = "workgroups2";
- rev = "928d509157ec8a4a2e343b6115dff034c3243a7a";
- sha256 = "0prj2b33h6rya7y9ff91r72bva1y6hg0sv9l11bn1gikmc6lc18n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4f9cfb740cce05a6805d9a047e4c1380305da4df/recipes/workgroups2";
- sha256 = "0vhj6mb3iflli0l3rjlvlbxz5yk6z3ii5r71gx0m4vp4lhxncy3v";
- name = "recipe";
- };
- packageRequires = [ anaphora cl-lib dash f ];
- meta = {
- homepage = "https://melpa.org/#/workgroups2";
- license = lib.licenses.free;
- };
- }) {};
- world-time-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "world-time-mode";
- ename = "world-time-mode";
- version = "20140627.107";
- src = fetchFromGitHub {
- owner = "nicferrier";
- repo = "emacs-world-time-mode";
- rev = "ce7a3b45c87eb24cfe61eee453175d64f741d7cc";
- sha256 = "0i00xm4rynbp2v3gm6h46ajgj8h8nxnsjh6db1659b0hbpnah0ji";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1429650400baf2b1523b5556eaf6a2178d515d4/recipes/world-time-mode";
- sha256 = "10gdlz4l9iqw1zdlk5i3knysn36iqxdh3xabjq8kq04jkl7i36dl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/world-time-mode";
- license = lib.licenses.free;
- };
- }) {};
- wotd = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "wotd";
- ename = "wotd";
- version = "20170328.1248";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "emacs-word-of-the-day";
- rev = "d2937a3d91e014f8028a1f33d21c18cc0b065a64";
- sha256 = "0nwq5ymj9kx1fx3kfc789nkd80gwzljwmk7xxzzsrdrv47gm047m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a52690a9bae634825bdfb5b6b17e5faccb93e13/recipes/wotd";
- sha256 = "145knl4n35kpqqzqkz1vd18d619nw011d93f8qp5h82xm92p3sb5";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/wotd";
- license = lib.licenses.free;
- };
- }) {};
- wrap-region = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wrap-region";
- ename = "wrap-region";
- version = "20140116.2320";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "wrap-region.el";
- rev = "5a910ad23ebb0649e644bf62ad042587341da5da";
- sha256 = "03hjwm51sngkh7jjiwnqhflllqq6i99ib47rm2ja9ii0qyhj1qa0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/wrap-region";
- sha256 = "058518smxj3j3mr6ljzh7c9x5g23d24104p58sl9nhpw0cq9k28i";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/wrap-region";
- license = lib.licenses.free;
- };
- }) {};
- writefreely = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , ox-gfm
- , request }:
- melpaBuild {
- pname = "writefreely";
- ename = "writefreely";
- version = "20190326.835";
- src = fetchFromGitHub {
- owner = "dangom";
- repo = "writefreely.el";
- rev = "61296a15f31aef92972ffa6865edadaf4f4127ca";
- sha256 = "19ksdcnm0rm1imzysl9lb3nx5ysnfyx07krqghxs8kbd9c5zvlyc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/55ea1ad03ce5b5178435b8042be383065795ee71/recipes/writefreely";
- sha256 = "1lvar4kmzq3x7nmidklcryqscb5xzvkzbyn59a8ns0bml5sfrqyj";
- name = "recipe";
- };
- packageRequires = [ emacs org ox-gfm request ];
- meta = {
- homepage = "https://melpa.org/#/writefreely";
- license = lib.licenses.free;
- };
- }) {};
- writegood-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "writegood-mode";
- ename = "writegood-mode";
- version = "20180525.643";
- src = fetchFromGitHub {
- owner = "bnbeckwith";
- repo = "writegood-mode";
- rev = "b71757ec337e226909fb0422f0224e31acc71733";
- sha256 = "038gliy6l931r02bf2dbhmp188sgk1rq46ngg9nhf5q5rkf3pi8p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/75c5a4304999fc3f5a02235a1c2c904238d2ce4f/recipes/writegood-mode";
- sha256 = "1lxammisaj04g5vr5lwms64ywf39w8knrq72x4i94wwzwx5ywi1d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/writegood-mode";
- license = lib.licenses.free;
- };
- }) {};
- writeroom-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , visual-fill-column }:
- melpaBuild {
- pname = "writeroom-mode";
- ename = "writeroom-mode";
- version = "20190406.1435";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "writeroom-mode";
- rev = "ebe522ba5a0367cf82ed03ffeb63fe597b84f4a1";
- sha256 = "0w2lmkkij79khjpswk2zxj371fa9ws94j9dqzrgzf37lnimgnsff";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e39cd8e8b4f61c04fa967def6a653bb22f45f5b/recipes/writeroom-mode";
- sha256 = "1kpsrp3agw8bg3qbf5rf5k1a7ww30q5xsa8z5ywxajsaywjzx1bk";
- name = "recipe";
- };
- packageRequires = [ emacs visual-fill-column ];
- meta = {
- homepage = "https://melpa.org/#/writeroom-mode";
- license = lib.licenses.free;
- };
- }) {};
- ws-butler = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ws-butler";
- ename = "ws-butler";
- version = "20170111.1534";
- src = fetchFromGitHub {
- owner = "lewang";
- repo = "ws-butler";
- rev = "323b651dd70ee40a25accc940b8f80c3a3185205";
- sha256 = "1a4b0lsmwq84qfx51c5xy4fryhb1ysld4fhgw2vr37izf53379sb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ws-butler";
- sha256 = "1k5nhj37r51i0czrlafra53wir73p0nbq83jjccqmw4p4xk6axl3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ws-butler";
- license = lib.licenses.free;
- };
- }) {};
- wsd-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wsd-mode";
- ename = "wsd-mode";
- version = "20180807.430";
- src = fetchFromGitHub {
- owner = "josteink";
- repo = "wsd-mode";
- rev = "0583df8efb742c90dc56df00f9714e13512cf6d9";
- sha256 = "0f90qm5zx7lkyvaz519fln4hijfyammc675105f19492h1bc1bva";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/04867a574773e8794335a2664d4f5e8b243f3ec9/recipes/wsd-mode";
- sha256 = "07vclmnj18wx9wlrcnsl99f9jlk3sb9g6pcdv8x1smk84gccpakc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wsd-mode";
- license = lib.licenses.free;
- };
- }) {};
- wttrin = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xterm-color }:
- melpaBuild {
- pname = "wttrin";
- ename = "wttrin";
- version = "20170614.506";
- src = fetchFromGitHub {
- owner = "bcbcarl";
- repo = "emacs-wttrin";
- rev = "df5427ce2a5ad4dab652dbb1c4a1834d7ddc2abc";
- sha256 = "1ai655f10iayb4vw0ass2j3x83f4vsv90326mnywkzfl3sxd432z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b2b6876562f1fadd4af1ea9b279ac4dc1b21660/recipes/wttrin";
- sha256 = "0msp8lja9nz6khz3dkasv8hnhkaayqxd7m58kma03hpkcjxnaxil";
- name = "recipe";
- };
- packageRequires = [ emacs xterm-color ];
- meta = {
- homepage = "https://melpa.org/#/wttrin";
- license = lib.licenses.free;
- };
- }) {};
- wucuo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wucuo";
- ename = "wucuo";
- version = "20181106.1457";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "wucuo";
- rev = "4e988c101fe82f2e8c7b3710d15982fe28b8d32d";
- sha256 = "0g558miz9f4g8jlq532fs9yxj3il62zajgcjfndall2853hn54af";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/819cacef2c31d750829980f3f6c3bfb72f36bbdd/recipes/wucuo";
- sha256 = "084fcv4dkflpka9vmxmxqdl0cgmjjh9wc6axr65j1ffmqd933y4a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/wucuo";
- license = lib.licenses.free;
- };
- }) {};
- wwtime = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wwtime";
- ename = "wwtime";
- version = "20151122.810";
- src = fetchFromGitHub {
- owner = "ndw";
- repo = "wwtime";
- rev = "d04d8fa814b5d3644efaeb28f25520ada69acbbd";
- sha256 = "0ba193ilqmp7l35hhzfym4kvbnj9h57m8mwsxdj6rdj2cwrifx8r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28f034fbabe9de76e2e4ae44be8c8240b08f0535/recipes/wwtime";
- sha256 = "0n37k23lkjgaj9wxnr41yk3mwvy62mc9im5l86czqmw5gy4l63ic";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wwtime";
- license = lib.licenses.free;
- };
- }) {};
- www-synonyms = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "www-synonyms";
- ename = "www-synonyms";
- version = "20170128.1451";
- src = fetchFromGitHub {
- owner = "spebern";
- repo = "www-synonyms";
- rev = "7e37ea35064ff31c9945f0198a653647d408c936";
- sha256 = "0l4fvq5zdzqvlwxqgqbfx9x0aimvk4x3la9yz9gw3vvj1rwf340i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2fe69ac09c3e24af9c4e24308e57d7c3c3425096/recipes/www-synonyms";
- sha256 = "0rp5p26hd67k4dsb40hj7jv24i9wncaay88dmiqla48843j4ymgh";
- name = "recipe";
- };
- packageRequires = [ cl-lib request ];
- meta = {
- homepage = "https://melpa.org/#/www-synonyms";
- license = lib.licenses.free;
- };
- }) {};
- x-path-walker = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "x-path-walker";
- ename = "x-path-walker";
- version = "20160922.1135";
- src = fetchFromGitHub {
- owner = "Lompik";
- repo = "x-path-walker";
- rev = "3b01dbd7a039c6c84fdf8c8ee53ba72090ee950a";
- sha256 = "1gb3lnl3gvckbakc4fy22fcvif3xdfkdaw334xmp33phjb8gjqvj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/x-path-walker";
- sha256 = "1k72c0i17k31p404nkzqkw25cpcfk66bmd0vjzwg34cnwcgfhnjg";
- name = "recipe";
- };
- packageRequires = [ helm-core ];
- meta = {
- homepage = "https://melpa.org/#/x-path-walker";
- license = lib.licenses.free;
- };
- }) {};
- x509-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "x509-mode";
- ename = "x509-mode";
- version = "20180921.103";
- src = fetchFromGitHub {
- owner = "jobbflykt";
- repo = "x509-mode";
- rev = "9eb24c8721dcad9888b70213d06d770bc2386db7";
- sha256 = "1gr099bn4qn2b5jasbs4r04pf6wqsnpf2632vzvshzm9nkz4qnhg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/27145423eb4e68e006ef96868a35b99d119a3099/recipes/x509-mode";
- sha256 = "15k3pxj3a2vaf64cl2xrzzlvzbqzqc29qyfd8brhq6yc69snr0vj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/x509-mode";
- license = lib.licenses.free;
- };
- }) {};
- x86-lookup = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "x86-lookup";
- ename = "x86-lookup";
- version = "20180528.935";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "x86-lookup";
- rev = "609b2ba70dc5a246ac9b4b5f89eb5ef4331519bf";
- sha256 = "19zgq7mcc3wx847xc911fibvphbsws99m2l3k54xdjp8mb5qfdzm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/27757b9b5673f5581e678e8cad719138db654415/recipes/x86-lookup";
- sha256 = "1clv1npvdkzsy0a08xrb880yflwzl4d5cc2c5xrs7b837mqpj8hd";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/x86-lookup";
- license = lib.licenses.free;
- };
- }) {};
- xah-css-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xah-css-mode";
- ename = "xah-css-mode";
- version = "20180629.107";
- src = fetchFromGitHub {
- owner = "xahlee";
- repo = "xah-css-mode";
- rev = "9293a1a21cb7c2a6fb4ae9af0e581f30d2e45016";
- sha256 = "0wlci3z71qk3l19pkxddd4f3w9mg2si9ab4l3da381hnpi6d3iyp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-css-mode";
- sha256 = "1kkwfyf94v3ni3d4szy28v49p6f3hy8ww9mlris2vvgc726wy6hr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/xah-css-mode";
- license = lib.licenses.free;
- };
- }) {};
- xah-elisp-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xah-elisp-mode";
- ename = "xah-elisp-mode";
- version = "20190124.2246";
- src = fetchFromGitHub {
- owner = "xahlee";
- repo = "xah-elisp-mode";
- rev = "a09c51e450bf4b39bdc3f4063c2946baec7ae3b1";
- sha256 = "0hpdm6qns2i5zpavqq6zd7dyl9lxsxyic52jzjfisqv3gjrz8zpp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-elisp-mode";
- sha256 = "0cl07hw1hd3hj7wrzkh20m8vcs7mqsajxjmnlbnk2yg927yyijij";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/xah-elisp-mode";
- license = lib.licenses.free;
- };
- }) {};
- xah-find = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xah-find";
- ename = "xah-find";
- version = "20190314.1339";
- src = fetchFromGitHub {
- owner = "xahlee";
- repo = "xah-find";
- rev = "a39f1ff9a7cf56e92b56c6f179741569b9172a48";
- sha256 = "16d2dh08dxdm06ik3sfx00filxqpy646vv1qh5kb36zs8ydzjg3z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-find";
- sha256 = "1d3x9yhm7my3yhvgqnjxr2v28g5w1h4ri40sy6dqcx09bjf3jhyq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/xah-find";
- license = lib.licenses.free;
- };
- }) {};
- xah-fly-keys = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xah-fly-keys";
- ename = "xah-fly-keys";
- version = "20190222.2316";
- src = fetchFromGitHub {
- owner = "xahlee";
- repo = "xah-fly-keys";
- rev = "cc8b3bc26998bc29f82e87667c0d1ef90894ff66";
- sha256 = "19q20mp5gzkm0ch5wz1jxajkb8cqmknsldlzb7jsa8hzyvl2mb7m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-fly-keys";
- sha256 = "0bzfz8q7yd1jai0pgngxwjp82nsfx5ivn24cb20vc5r8hhzj17cs";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/xah-fly-keys";
- license = lib.licenses.free;
- };
- }) {};
- xah-get-thing = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xah-get-thing";
- ename = "xah-get-thing";
- version = "20170821.353";
- src = fetchFromGitHub {
- owner = "xahlee";
- repo = "xah-get-thing-or-selection";
- rev = "e3ef069ea9fea3a092689d45c94c6211b51d0ea4";
- sha256 = "0z9pflz99p2i7czccpzvw7bkbshfycpb6js9n8a12yhc1ndbz6z0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-get-thing";
- sha256 = "0m61bmfgqy19h4ivw655mqj547ga8hrpaswcp48hx00hx8mqzcvg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/xah-get-thing";
- license = lib.licenses.free;
- };
- }) {};
- xah-lookup = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xah-lookup";
- ename = "xah-lookup";
- version = "20181225.1142";
- src = fetchFromGitHub {
- owner = "xahlee";
- repo = "lookup-word-on-internet";
- rev = "2cafbf3605a8f2ac4c56392c5b1f75adc3b11f24";
- sha256 = "1xr2fp6dylv098g7m7x31j7jllr87545snab3qw5r32rzsa7fswz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-lookup";
- sha256 = "0z0h1myw6wmybyd0z2lw4l59vgm6q6kh492q77kf3s0fssc0facc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/xah-lookup";
- license = lib.licenses.free;
- };
- }) {};
- xah-math-input = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xah-math-input";
- ename = "xah-math-input";
- version = "20190206.858";
- src = fetchFromGitHub {
- owner = "xahlee";
- repo = "xah-math-input";
- rev = "af787f87815b85d56c35bbe0f22e03a31c8e670d";
- sha256 = "05fqjyzz6c0nclhqc7qxs3hg99d3yxb3qjzn1wc26m6jcmm2l6zd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-math-input";
- sha256 = "1afikjk46sjf97fb5fc8h63h7b9af010wxhsbpnmabsb4j72rx5a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/xah-math-input";
- license = lib.licenses.free;
- };
- }) {};
- xah-reformat-code = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xah-reformat-code";
- ename = "xah-reformat-code";
- version = "20170821.411";
- src = fetchFromGitHub {
- owner = "xahlee";
- repo = "xah-reformat-code";
- rev = "7fec8b28e46b8cc2813fac5149e3bbb56c0aa6b1";
- sha256 = "0mz47laig0p7fwwiv66x60f5jg0kh8zvjd1vg3nnn3xvk37lv2cw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-reformat-code";
- sha256 = "1sj407nbh4x586hvsq4ycr0ahhxin0wgfwdj0551cz8793wvjpzp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xah-reformat-code";
- license = lib.licenses.free;
- };
- }) {};
- xah-replace-pairs = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xah-replace-pairs";
- ename = "xah-replace-pairs";
- version = "20180507.1949";
- src = fetchFromGitHub {
- owner = "xahlee";
- repo = "xah-replace-pairs";
- rev = "4d845cfbce32d45befd7c454e3476c3ce40d2b43";
- sha256 = "1mkglrc8mbsjag3pc9zrmqa9x3n009hza1p1jvn3n97wjpc1qxlk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-replace-pairs";
- sha256 = "0r4aq9davh3ypzcjixr3aw9g659dhiblwbmcyhm8iqhkavcpqr1x";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/xah-replace-pairs";
- license = lib.licenses.free;
- };
- }) {};
- xahk-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xahk-mode";
- ename = "xahk-mode";
- version = "20170821.407";
- src = fetchFromGitHub {
- owner = "xahlee";
- repo = "xahk-mode.el";
- rev = "02012b20603c00e3b2ef32159a690ed1e05d12c3";
- sha256 = "09nakcfczb95vd48f8z77igmi1kbcblmgpzfzm9i7df4jcfkkh3c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xahk-mode";
- sha256 = "1bs12z7lnqlhm44hq0l98d0ka1bjgvm2yv97yivaj9akd53znca9";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/xahk-mode";
- license = lib.licenses.free;
- };
- }) {};
- xbm-life = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xbm-life";
- ename = "xbm-life";
- version = "20160103.217";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "xbm-life";
- rev = "dd6a98ac9ea81b681e68f6318fed47158e5d469e";
- sha256 = "08hzsqf4gawcr9q2h3rxrf1igvdja84aaa821657k04kdq4dpcbj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6cb4c55583338dafee61fd9c266d2ee7cae2b1ed/recipes/xbm-life";
- sha256 = "1pglxjd4cs630sayx17ai1xflpbyj3hry3156682bgwhqs1vw68q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xbm-life";
- license = lib.licenses.free;
- };
- }) {};
- xcode-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multiple-cursors
- , s }:
- melpaBuild {
- pname = "xcode-mode";
- ename = "xcode-mode";
- version = "20160907.508";
- src = fetchFromGitHub {
- owner = "nicklanasa";
- repo = "xcode-mode";
- rev = "5b5f0a4f505d44840a4924b24e3ef73b8528d98b";
- sha256 = "0g2vc13rc9vk20m9l1a1rxkdsc099k33pya3z10sg9pa09a4a2a2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/845c731bed7dbe9c41c09e47e219299f17d0d489/recipes/xcode-mode";
- sha256 = "1d8r2bc7fiwma1lcrzd9gxhdpvyf2pc6kplx7nyr40ghsb9jlpiw";
- name = "recipe";
- };
- packageRequires = [ dash emacs multiple-cursors s ];
- meta = {
- homepage = "https://melpa.org/#/xcode-mode";
- license = lib.licenses.free;
- };
- }) {};
- xcode-project = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xcode-project";
- ename = "xcode-project";
- version = "20181025.544";
- src = fetchFromGitHub {
- owner = "nhojb";
- repo = "xcode-project";
- rev = "0bf9a4230fab7830350c750c39beda99ef74d72f";
- sha256 = "0746f2niclmlx90skvdb1xdac0nqj8a9pd9ap8n89ckb5r6f9hbg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49b866ebf7e707bc74525f83dd5038e6e860fcef/recipes/xcode-project";
- sha256 = "0igp30f6ypmp4l8zmdfpa5bza4avm7mq2gj8v7b3ii655v91n6vi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/xcode-project";
- license = lib.licenses.free;
- };
- }) {};
- xcscope = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xcscope";
- ename = "xcscope";
- version = "20180426.12";
- src = fetchFromGitHub {
- owner = "dkogan";
- repo = "xcscope.el";
- rev = "57bff67460c587acf60f513de622b4c7ab312081";
- sha256 = "1l1k85wlmjb2mgzx1la9f0p7j3q0mzj4hlrs98pf4bbfkdbqg7a7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/068c7846e70b91ce7e88330937fc64a60281802a/recipes/xcscope";
- sha256 = "06xh29cm5v3b5xwj32y0i0h0kvvy995840db4hvab2wn9jw68m8w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xcscope";
- license = lib.licenses.free;
- };
- }) {};
- xkcd = callPackage ({ fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xkcd";
- ename = "xkcd";
- version = "20160419.430";
- src = fetchFromGitHub {
- owner = "vibhavp";
- repo = "emacs-xkcd";
- rev = "2c538d41a9728939cc5e8292faa78ed50997877d";
- sha256 = "0p9p3w8i5w1pzh3y3yxz0rg5gywfq4m5anbiyrdn84vdd42jij4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/xkcd";
- sha256 = "0gy2952zg1rq5gl10x7iwbchz5jibfcvikd3chifqbmil80wh6b5";
- name = "recipe";
- };
- packageRequires = [ json ];
- meta = {
- homepage = "https://melpa.org/#/xkcd";
- license = lib.licenses.free;
- };
- }) {};
- xml-plus = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xml-plus";
- ename = "xml+";
- version = "20170727.1651";
- src = fetchFromGitHub {
- owner = "bddean";
- repo = "xml-plus";
- rev = "232fa863c08fc159b21dd58c39ea45dce3334895";
- sha256 = "0b7v59dya346ds1wad0avrqhjimx5n9r3pcgqafagzf34hdcv3jy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/244388d158efda6fe8c1362a65b89b352c444422/recipes/xml+";
- sha256 = "0xgqyfdn6kkp89zj4h54r009a44sbff0nrhh582zw5rlklypwdz1";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/xml+";
- license = lib.licenses.free;
- };
- }) {};
- xml-quotes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xml-quotes";
- ename = "xml-quotes";
- version = "20151230.1449";
- src = fetchFromGitHub {
- owner = "ndw";
- repo = "xml-quotes";
- rev = "26db170e80b9295861227cdf970721b12539ed44";
- sha256 = "0z3yd3dzcsd7584jchv9q55fx04ig4yjzp8ay2pa112lykv4jxxd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ab315d783765730aceab43b4fd8c4872a1f1cc05/recipes/xml-quotes";
- sha256 = "1lmafa695xkhd90k6yiv8a57ch1jx33l1zpm39z0kj546mn6y8aq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xml-quotes";
- license = lib.licenses.free;
- };
- }) {};
- xml-rpc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xml-rpc";
- ename = "xml-rpc";
- version = "20181002.653";
- src = fetchFromGitHub {
- owner = "hexmode";
- repo = "xml-rpc-el";
- rev = "8f624f8b964e9145acb504e4457c9510e87dd93c";
- sha256 = "0xa54z52rsfl3n0xgmbycj4zazp8ksgdwcq56swzs6wp72zlalmj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/547d773e07d6229d2135d1b081b5401039ffad39/recipes/xml-rpc";
- sha256 = "14r6xgnpqsb2jlv52vgrhqf3qw8a6gmdyap3ylhilyxw71lxf1js";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xml-rpc";
- license = lib.licenses.free;
- };
- }) {};
- xmlgen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xmlgen";
- ename = "xmlgen";
- version = "20170411.617";
- src = fetchFromGitHub {
- owner = "philjackson";
- repo = "xmlgen";
- rev = "dba66681f0c5e621a9e70e8afb34903c9ffe93c4";
- sha256 = "096i29v0badx0a6339h9ckdz78zj59gbjdp7vj7vhkq9d830392s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/xmlgen";
- sha256 = "0c77la6kl02qkapfzbjmhac60f8p837kwg8bp0686ylxh5s31zsh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xmlgen";
- license = lib.licenses.free;
- };
- }) {};
- xmlunicode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xmlunicode";
- ename = "xmlunicode";
- version = "20160319.912";
- src = fetchFromGitHub {
- owner = "ndw";
- repo = "xmlunicode";
- rev = "f5d185da46414c0509ebd0aa0fab416becf94612";
- sha256 = "178bdfwiinhf98qm88ivmgy6rd0qjx5gnckkclanybva0r8l6832";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b636126a389a337a3685f9d0dcbca9bf8e784f20/recipes/xmlunicode";
- sha256 = "1ylpvx2p5l863r9qv9jdsm9rbv989c8xn0zpjl8zkcfxqxix4h4p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xmlunicode";
- license = lib.licenses.free;
- };
- }) {};
- xo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xo";
- ename = "xo";
- version = "20160402.2346";
- src = fetchFromGitHub {
- owner = "j-em";
- repo = "xo-emacs";
- rev = "72fcd867cfa332fdb82f732925cf8977e690af78";
- sha256 = "0761amc73mbgaydp3iyfzgyjxp77yk440s24h69hvk87c5vn1cz3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd8cec754da662e4873186c23c1ba13c52cccbba/recipes/xo";
- sha256 = "0kpbnxh8sa2dk8anrvgc7d39qap13pyjxh154gpm8xdb9zhfwl25";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xo";
- license = lib.licenses.free;
- };
- }) {};
- xquery-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xquery-mode";
- ename = "xquery-mode";
- version = "20170214.319";
- src = fetchFromGitHub {
- owner = "xquery-mode";
- repo = "xquery-mode";
- rev = "19e6f9553ce05380843582b879712de00679e4ab";
- sha256 = "0q04p75qkcbij7cqvhwnfx2729f1v4si05xjv433v7f6dfxxkhhl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8ea1c9e26963f290d912df21b81afd689543658/recipes/xquery-mode";
- sha256 = "13xrvygk7wdby6599q6yxw8cm45qqki8szrm49fc3b6pr6vzpidg";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/xquery-mode";
- license = lib.licenses.free;
- };
- }) {};
- xquery-tool = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xquery-tool";
- ename = "xquery-tool";
- version = "20190523.419";
- src = fetchFromGitHub {
- owner = "paddymcall";
- repo = "xquery-tool.el";
- rev = "dc939a6d779e83fa06c4486e53dbeb3846c38c02";
- sha256 = "10rp8wbvbab2z3rcyfsb2jxyj3fphq9g25wmai8c610z4s8rldlq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc71e5ea4a0ecb006f62617f5b6caadc9b3c77b2/recipes/xquery-tool";
- sha256 = "069injmvv9zzcbqbms94qx5wjj740jnik6sf3b4xjhln7z1yskp0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xquery-tool";
- license = lib.licenses.free;
- };
- }) {};
- xref-js2 = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xref-js2";
- ename = "xref-js2";
- version = "20170530.126";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "xref-js2";
- rev = "d5f93605405989529c2f66b542def6c32429b927";
- sha256 = "1vzsw257xkqwlgfj8d5hnrirjhxzzs9d8ms40ihb2zwsxn70im53";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b5dab444ead98210b4ab3a6f9a61d013aed6d5b7/recipes/xref-js2";
- sha256 = "1mfyszdi1wx2lqd9fyqm0ra227dcsjs8asc1dw2li0alwh7n4xs3";
- name = "recipe";
- };
- packageRequires = [ emacs js2-mode ];
- meta = {
- homepage = "https://melpa.org/#/xref-js2";
- license = lib.licenses.free;
- };
- }) {};
- xresources-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xresources-theme";
- ename = "xresources-theme";
- version = "20190108.1051";
- src = fetchFromGitHub {
- owner = "cqql";
- repo = "xresources-theme";
- rev = "5239acb51aa2dfa89a207e57012108d8fcf60562";
- sha256 = "13pls0f85n5rpbrbqcmrmcznv9hxiaglrnwpzivrli33cba92fpm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/xresources-theme";
- sha256 = "1vsbvg9w5g6y2qlb8ssn12ax31r7fbslfi9vcgvmjydcr8r1z0zs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xresources-theme";
- license = lib.licenses.free;
- };
- }) {};
- xterm-color = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xterm-color";
- ename = "xterm-color";
- version = "20190602.501";
- src = fetchFromGitHub {
- owner = "atomontage";
- repo = "xterm-color";
- rev = "ff64312ad412c8b3e87a059139f288205d221e15";
- sha256 = "1hl2n0mlnskz0f43dz41h11dkyw1pn3x9sq61w0qzjkkbbyz5cqk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b34a42f1bf5641871da8ce2b688325023262b643/recipes/xterm-color";
- sha256 = "0bvzi1mkxgm4vbq2va1sr0k9h3fdmppq79hkvbizc2xgk72sazpj";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/xterm-color";
- license = lib.licenses.free;
- };
- }) {};
- xterm-keybinder = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xterm-keybinder";
- ename = "xterm-keybinder";
- version = "20160522.1756";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "xterm-keybinder-el";
- rev = "b29c4f700b0fa0c9f627f6725b36462b8fab06d6";
- sha256 = "0ya7c73acwp29glwjd1hf19h8jij2afwmwq7a3h91qx5zdn09wvh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/656f8e27b4e6055a634249f134a4fc0667fa0e95/recipes/xterm-keybinder";
- sha256 = "1n0zp1mc7x7z0671lf7p9r4qxic90bkf5q3zwz4vinpiw2qh88lz";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs let-alist ];
- meta = {
- homepage = "https://melpa.org/#/xterm-keybinder";
- license = lib.licenses.free;
- };
- }) {};
- xtest = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xtest";
- ename = "xtest";
- version = "20141214.906";
- src = fetchFromGitHub {
- owner = "promethial";
- repo = "xtest";
- rev = "8099be9c2d856f98489834ddb20a01c6fd8922f1";
- sha256 = "1i4hxpvdxhcdxkfg39jmjqn3zdknccj6apgk80hs4k80am0l881z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/378fe14c66072ecb899a074c56f95077dfc9667e/recipes/xtest";
- sha256 = "1vbs4sb4frzg8d3l96ip9cc6lc86nbj50vpdfqazvxmdfd1sg4i7";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/xtest";
- license = lib.licenses.free;
- };
- }) {};
- xwidgete = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xwidgete";
- ename = "xwidgete";
- version = "20171118.1316";
- src = fetchFromGitHub {
- owner = "tuhdo";
- repo = "xwidgete";
- rev = "e4e8410fe32176df85b46234717824519443fb04";
- sha256 = "04j4xwcdxlnrwxs89605zmwxszbi2j0z67v80651pshgnhj5p19i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/xwidgete";
- sha256 = "1v1dfykkb6nwjwz2623i6x1rl53z4457l6fpa4nv4krdqq79gl5d";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/xwidgete";
- license = lib.licenses.free;
- };
- }) {};
- yabin = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yabin";
- ename = "yabin";
- version = "20140205.1951";
- src = fetchFromGitHub {
- owner = "d5884";
- repo = "yabin";
- rev = "db8c404507560ef9147fcce2b94cd706fbfa03b5";
- sha256 = "0f6pvwzhncycw8gnjy24h6q1qglfgvdjfs5dzqx9s43j3yg63lzm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc44b28e32ff9b35f60744a175c2d1e3036db8bc/recipes/yabin";
- sha256 = "1kmpm2rbb43c9cgp44qwd24d90mj48k3gyiir3vb6zf6k3syrc17";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yabin";
- license = lib.licenses.free;
- };
- }) {};
- yafolding = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yafolding";
- ename = "yafolding";
- version = "20170304.1917";
- src = fetchFromGitHub {
- owner = "zenozeng";
- repo = "yafolding.el";
- rev = "57c015ddd7c3454571c80825bc5391d7a10fa1d7";
- sha256 = "144v8nn4l8ngfdrsgj5nrxp09391gnfrqf950y956cbmqvnlw7z8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/yafolding";
- sha256 = "1yb1rlxa5f1y1xjqs7ndr5jnf9j5cv0ccqdpbrx4l9xkm3npw9zl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yafolding";
- license = lib.licenses.free;
- };
- }) {};
- yagist = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yagist";
- ename = "yagist";
- version = "20160417.2208";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "yagist.el";
- rev = "10da4baa272ff0f7052f17debecc340764c7003f";
- sha256 = "0cxrq5azj2wb8swkzaygizkvdph61v6yr68gjanzgslhvkn66rz1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/97ea1250ffbf159d7870710b9348ef26616dbedb/recipes/yagist";
- sha256 = "1mz86fq0pb4w54c66vd19m2492mkrzq2qi6ssnn2xwmn8vv02wdd";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/yagist";
- license = lib.licenses.free;
- };
- }) {};
- yahoo-weather = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yahoo-weather";
- ename = "yahoo-weather";
- version = "20181025.2020";
- src = fetchFromGitHub {
- owner = "lujun9972";
- repo = "yahoo-weather-mode";
- rev = "1d2db14daa1706e03dfe4379397eb89234a56400";
- sha256 = "01hydsjj427j4xyy8cwiz5kn67vwwi1qnih5qfyw04w29r9njh1n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae5ca93d48a2d24787c3d4ed7ab3a65aa8023f4f/recipes/yahoo-weather";
- sha256 = "1kzi6yp186wfcqh5q1v9vw6b1h8x89sba6wlnacfpjbarwapfif0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/yahoo-weather";
- license = lib.licenses.free;
- };
- }) {};
- yahtzee = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yahtzee";
- ename = "yahtzee";
- version = "20171022.712";
- src = fetchFromGitHub {
- owner = "drdv";
- repo = "yahtzee";
- rev = "5263fb8883d37d79a4ed34dd3216a8947d2ae4a0";
- sha256 = "1qv8p3zpxkkp0ncq3cs8sq2bj4jrxs4s5jfc5hbs905a9z8bsnq9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/200169fdabce0ae3a2ecb6f4f3255c15ec3ed094/recipes/yahtzee";
- sha256 = "1fnywiami9mszagmms27dmak6chcichdi7q70x5c6aimc4jb98jk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/yahtzee";
- license = lib.licenses.free;
- };
- }) {};
- yalinum = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yalinum";
- ename = "yalinum";
- version = "20130217.243";
- src = fetchFromGitHub {
- owner = "tm8st";
- repo = "emacs-yalinum";
- rev = "d3e0cbe3f4f5ca311e3298e684901d6fea3ad973";
- sha256 = "12dd4ahg9f1493982d49g7sxx0n6ss4xcfhxwzyaqxckwzfranp0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/yalinum";
- sha256 = "0jzsvkcvy2mkfmri4bzgrlgw2y0z3hxz44md83s5zmw09mshkahf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yalinum";
- license = lib.licenses.free;
- };
- }) {};
- yaml-imenu = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yaml-mode }:
- melpaBuild {
- pname = "yaml-imenu";
- ename = "yaml-imenu";
- version = "20180930.2327";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "yaml-imenu.el";
- rev = "78a383098807014d9e7f2941196d8271677158cd";
- sha256 = "1f85m0h19wjb0xrwkxrh7vrpphm8l5nkrv82zsl097dqw3ijj3f1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71e7c2df9e34093ad2634d5a56133fa30126fb5c/recipes/yaml-imenu";
- sha256 = "03r7020gyr96m1z7p947nb7z8szzlkqv21g1hm10sqa8qp7k0qli";
- name = "recipe";
- };
- packageRequires = [ emacs yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/yaml-imenu";
- license = lib.licenses.free;
- };
- }) {};
- yaml-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yaml-mode";
- ename = "yaml-mode";
- version = "20180408.2307";
- src = fetchFromGitHub {
- owner = "yoshiki";
- repo = "yaml-mode";
- rev = "40067a10ac1360f0b9533f0bbbb2eea128e2574d";
- sha256 = "0v7646vdsbbhxh9ywsypq2ycdsrf6m7wv788qaircbjgn1pk4v7i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/yaml-mode";
- sha256 = "0afp83xcr8h153cayyaszwkgpap0iyk351dlykmv6bv9d2m774mc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/yaml-mode";
- license = lib.licenses.free;
- };
- }) {};
- yaml-tomato = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "yaml-tomato";
- ename = "yaml-tomato";
- version = "20151122.2353";
- src = fetchFromGitHub {
- owner = "RadekMolenda";
- repo = "yaml-tomato";
- rev = "1272c502fac6ce6b0f8b7f8a9beb353f0b35e13c";
- sha256 = "0caz0ls8qlh92hr75xv593d2sk27yscb8nzhgzhiarpdxx447jzz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/yaml-tomato";
- sha256 = "1asy4nf759lcgksah2g7jvzwwlq9lxfkiji460csk5ycsv8aa99s";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/yaml-tomato";
- license = lib.licenses.free;
- };
- }) {};
- yandex-weather = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yandex-weather";
- ename = "yandex-weather";
- version = "20160311.1237";
- src = fetchFromGitHub {
- owner = "abstractionlayer";
- repo = "yandex-weather.el";
- rev = "6f823fd9e04ff9efb2aa65f333079e9f7e6e5b28";
- sha256 = "0pw44klm8ldsdjphybzkknv8yh23xhzwg76w3d9cqs79jkd0rw8w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5221cee4c89dde5cebd9cddb3b4e4c5814b898d7/recipes/yandex-weather";
- sha256 = "11hspadm520cjlv1wk2bdpzg7hg2g0chbh26qijj9jgvca26x0md";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yandex-weather";
- license = lib.licenses.free;
- };
- }) {};
- yang-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yang-mode";
- ename = "yang-mode";
- version = "20190507.24";
- src = fetchFromGitHub {
- owner = "mbj4668";
- repo = "yang-mode";
- rev = "4b4ab4d4a79d37d6c31c6ea7cccbc425e0b1eded";
- sha256 = "0sqp8vwlymwl2dp6bh1gf8725j1fd9sqj4qfgva09rmkq8fdivfm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb42ab9b5f118baaf6766c478046552b686981a1/recipes/yang-mode";
- sha256 = "0rl90xbcf3383ls95g1dixh2dr02kc4g60d324cqbb4h59wffp40";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yang-mode";
- license = lib.licenses.free;
- };
- }) {};
- yankpad = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yankpad";
- ename = "yankpad";
- version = "20190604.1327";
- src = fetchFromGitHub {
- owner = "Kungsgeten";
- repo = "yankpad";
- rev = "ae60dcdf44ef42e77db1d9ba0e0c68d063d85294";
- sha256 = "1fpy7d47x2liysa74adk9yn7jxhyqqjfkc1mxj0prdaa6skcarza";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e64746d10f9e0158621a7c4dc41dc2eca6ad573c/recipes/yankpad";
- sha256 = "1w5r9zk33cjgsmk45znfg32ym06nyqj5q3knr59jmn1fafx7a3z4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/yankpad";
- license = lib.licenses.free;
- };
- }) {};
- yapfify = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yapfify";
- ename = "yapfify";
- version = "20180830.33";
- src = fetchFromGitHub {
- owner = "JorisE";
- repo = "yapfify";
- rev = "b858225e1debe6734ee718e5c3c209152652a8b3";
- sha256 = "16bpshqk47slcifx9v70ka202lnbspkcjdl5npxpf12abc1syh06";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/060c32d8e9fdc56fe702d265a935d74d76082f86/recipes/yapfify";
- sha256 = "0scl8lk1c5i7jp1qj5gg8zf3zyi8lkb57ijkmvcs4czzlyv3y9bm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yapfify";
- license = lib.licenses.free;
- };
- }) {};
- yara-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yara-mode";
- ename = "yara-mode";
- version = "20190423.10";
- src = fetchFromGitHub {
- owner = "binjo";
- repo = "yara-mode";
- rev = "cd8093b1bc4fc260462f5284b157008fefa84880";
- sha256 = "04pl0kbx5g8wz00x7bhpi9w29wmxdmy5dhdq3j4rk3nys5njxr8v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef22d2dad1bae62721710bbff4b7228204d7c425/recipes/yara-mode";
- sha256 = "12j25nbfg65bkil4wv6f27sszlj3jm6h0zczr0v26xr5syppis17";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/yara-mode";
- license = lib.licenses.free;
- };
- }) {};
- yard-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yard-mode";
- ename = "yard-mode";
- version = "20170817.537";
- src = fetchFromGitHub {
- owner = "pd";
- repo = "yard-mode.el";
- rev = "ba74a47463b0320ae152bd42a7dd7aeecd7b5748";
- sha256 = "0zry3p66bvrk32icnd6kkk8y5rrr8crnqjp6wlp889c8c7wm00n1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/afad2677f901b8d27922389afb1d235d5c8edc39/recipes/yard-mode";
- sha256 = "0jmlcba8qapjwaaliz9gzs99if3wglkhmlpjzcdy3icx18sw8kzx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yard-mode";
- license = lib.licenses.free;
- };
- }) {};
- yari = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yari";
- ename = "yari";
- version = "20151127.2339";
- src = fetchFromGitHub {
- owner = "hron";
- repo = "yari.el";
- rev = "a2cb9656ee5dfe1fc2ee3854f3079a1c8e85dbe9";
- sha256 = "0w9a6j0ndpfwaz1g974vv5jqgbzxw26l19kq51j3ah73063cavpf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/yari";
- sha256 = "0sch9x899mzwdacg55w5j583k2r4vn71ish7gqpghd7cj13ii66h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yari";
- license = lib.licenses.free;
- };
- }) {};
- yarn-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yarn-mode";
- ename = "yarn-mode";
- version = "20170709.1237";
- src = fetchFromGitHub {
- owner = "anachronic";
- repo = "yarn-mode";
- rev = "99891000efe31214b065fa9446cd5e68c5c42ed8";
- sha256 = "0cg06ba9yfgjzprq78cvhvvl06av0p2vhnmynddzbpgjgjnwskfy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/860fa2a8fdb22be374fa64a5277af3ab484a047a/recipes/yarn-mode";
- sha256 = "08a3lrz670jsf531mn1hwhh7fg5dby6i749cscd6d4dyvkzpz5dg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/yarn-mode";
- license = lib.licenses.free;
- };
- }) {};
- yascroll = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yascroll";
- ename = "yascroll";
- version = "20170315.1206";
- src = fetchFromGitHub {
- owner = "m2ym";
- repo = "yascroll-el";
- rev = "fe4494e5f4faf2832e665c7de0fed99cdbb39478";
- sha256 = "09y8phmvqdwp1k9w84rf6p609jrg0mhgx6akwda8rsvxrrbsh6j4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/yascroll";
- sha256 = "11g7wn4hgdwnx3n7ra0sh8gk6rykwvrg9g2cihvcv7mjbqgcv53f";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/yascroll";
- license = lib.licenses.free;
- };
- }) {};
- yasnippet = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yasnippet";
- ename = "yasnippet";
- version = "20190502.1514";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "yasnippet";
- rev = "f056a4def80fa07132d9dd929ddedfb9d0fabd28";
- sha256 = "1n9gdp4a06g9rzckp4m6lwjbqsi45ha5zlb7zcvzk3wkf43fd1p9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d1927dc3351d3522de1baccdc4ce200ba52bd6e/recipes/yasnippet";
- sha256 = "1r37vz5b8nj6hr6c2ki9fdbrs3kkb4zwimh8r4ixm10kdkk5jqds";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/yasnippet";
- license = lib.licenses.free;
- };
- }) {};
- yasnippet-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "yasnippet-snippets";
- ename = "yasnippet-snippets";
- version = "20190513.349";
- src = fetchFromGitHub {
- owner = "AndreaCrotti";
- repo = "yasnippet-snippets";
- rev = "15e4b08f7484c049d6b043263c5e09bc73846e32";
- sha256 = "1sva5n77bydliq1jxa3914n8gw07v3ghp9lkh1rr2q6plawrcivs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42490bbdac871bce302fbc9a0488ff7de354627e/recipes/yasnippet-snippets";
- sha256 = "0daawvlw78ya38bbi95swjq8qk5jf5shsyv164m81y2gd8i5c183";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/yasnippet-snippets";
- license = lib.licenses.free;
- };
- }) {};
- yatemplate = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "yatemplate";
- ename = "yatemplate";
- version = "20180617.232";
- src = fetchFromGitHub {
- owner = "mineo";
- repo = "yatemplate";
- rev = "1d83419746669dbc436b1c6a164c3d29bd8ff4de";
- sha256 = "1ipjawx0sadw1vijswm7wzwjnkds1pas925mbacvc3kcxg5jwjvx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ba3cdb74f121cbf36b6d9d5a434c363905ce526/recipes/yatemplate";
- sha256 = "05gd9sxdiqpw2p1kdagwgxd94wiw1fmmcsp9v4p74i9sqmf6qn6q";
- name = "recipe";
- };
- packageRequires = [ emacs yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/yatemplate";
- license = lib.licenses.free;
- };
- }) {};
- yatex = callPackage ({ fetchhg
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yatex";
- ename = "yatex";
- version = "20190524.2248";
- src = fetchhg {
- url = "https://www.yatex.org/hgrepos/yatex";
- rev = "714f3527b4a1";
- sha256 = "12sqy2wrlgzi71vn3q5h47z1i6l6di3pnr4pmn0ixdp500gvy2fv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9854c39fc1889891fe460d0d5ac9224de3f6c635/recipes/yatex";
- sha256 = "1qbqdsqf5s61hyyzx84csnby242n5sdcmcw55pa8r16j8kyzgrc0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yatex";
- license = lib.licenses.free;
- };
- }) {};
- yaxception = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yaxception";
- ename = "yaxception";
- version = "20150105.652";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "yaxception";
- rev = "21a36020c6a5319ea6461f4524aa3a0589df3bbd";
- sha256 = "06fnm2c17hmlfp40mq8lxk1blmcy10z0xxdpy8ykyv1r1r6syjf8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1da5261081fc66910d935b81e52391c071e52379/recipes/yaxception";
- sha256 = "18n2kjbgfhkhcwigxmv8dk72jp57vsqqd20lc26v5amx6mrhgh58";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yaxception";
- license = lib.licenses.free;
- };
- }) {};
- ycm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ycm";
- ename = "ycm";
- version = "20150822.1136";
- src = fetchFromGitHub {
- owner = "neuromage";
- repo = "ycm.el";
- rev = "4da8a14abcd0f4fa3235042ade2e12b5068c0601";
- sha256 = "0znchya89zzk30mwl4qfm0q9sfa5m3jspapb892ydj0mck5n4nyj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44e168f757cb51249db2deb9f781eff99cf6fb7c/recipes/ycm";
- sha256 = "16ahgvi85ddjlrjxld14zm2vvam0m89mwskizjd5clcz0snk51sc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ycm";
- license = lib.licenses.free;
- };
- }) {};
- ycmd = callPackage ({ cl-lib ? null
- , dash
- , deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , pkg-info
- , request
- , request-deferred
- , s }:
- melpaBuild {
- pname = "ycmd";
- ename = "ycmd";
- version = "20190416.107";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "emacs-ycmd";
- rev = "6f4f7384b82203cccf208e3ec09252eb079439f9";
- sha256 = "1bl86x8nqw4jqzb8pfm6hm316hmk1bx8v3qz7wq9z92hb67ck2kn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b25378540c64d0214797348579671bf2b8cc696/recipes/ycmd";
- sha256 = "10jqr6xz2fnrd1ihips9jmbcd28zha432h4pxjpswz3ivwjqhxna";
- name = "recipe";
- };
- packageRequires = [
- cl-lib
- dash
- deferred
- emacs
- let-alist
- pkg-info
- request
- request-deferred
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/ycmd";
- license = lib.licenses.free;
- };
- }) {};
- ydk-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ydk-mode";
- ename = "ydk-mode";
- version = "20170113.121";
- src = fetchFromGitHub {
- owner = "jacksonrayhamilton";
- repo = "ydk-mode";
- rev = "3de9ef27dbdf5887f05092895e4ba93e7659e0ec";
- sha256 = "1kc1qsblfxfxrbgv3ksqf87gzic463136k2v7ryaj3x2r9mc0j3l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/865b9ee86ca28fc1cedc0a432a292400184711ae/recipes/ydk-mode";
- sha256 = "1z9digf39d7dd736svp0cy6773l3nklzc263q23gwfcg0jswbdyg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ydk-mode";
- license = lib.licenses.free;
- };
- }) {};
- yequake = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yequake";
- ename = "yequake";
- version = "20190114.1155";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "yequake";
- rev = "e1e62d802db8d6ca513ebeaadf808c8a3b748086";
- sha256 = "1rpfqxr3735v0avbsqw01amxncd6wn4avky7k08k9p7n6kn3m4m2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/194968f221b2f60042a3684e1ca3e1c18adbde8e/recipes/yequake";
- sha256 = "1ps5r6k2903w9qbr3aszw3l3mgcg2zlnxlzbak99314if5k6aiak";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/yequake";
- license = lib.licenses.free;
- };
- }) {};
- yesql-ghosts = callPackage ({ cider
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "yesql-ghosts";
- ename = "yesql-ghosts";
- version = "20150220.437";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "yesql-ghosts";
- rev = "416198cdc4f316b0912af5e413410937b9b8432b";
- sha256 = "0liys4arxias4a0ilssaixml4pvjwk80w93njdxb9f5i8mwwznpj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3c652657be0f9b9dcb236e01c3abd2fd717190d7/recipes/yesql-ghosts";
- sha256 = "1hxzbnfd15f0ifdqjbw9nhxd0z46x705v2bc0xl71nav78fgpswf";
- name = "recipe";
- };
- packageRequires = [ cider dash s ];
- meta = {
- homepage = "https://melpa.org/#/yesql-ghosts";
- license = lib.licenses.free;
- };
- }) {};
- yoficator = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yoficator";
- ename = "yoficator";
- version = "20190509.920";
- src = fetchFromGitLab {
- owner = "link2xt";
- repo = "yoficator";
- rev = "fa914f9648515bca54b5e558ca57d2b65fa57491";
- sha256 = "0mgkwjprcj47zn8kd3ppqnbnmnn00cvnbs0r0h5951966vshh13f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5156f01564978718dd99ab3a54f19b6512de5c3c/recipes/yoficator";
- sha256 = "0b6lv6wk5ammhb9rws9kig02wkm84i5avm7a1vd4sb7wkgm9nj9r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yoficator";
- license = lib.licenses.free;
- };
- }) {};
- yoshi-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yoshi-theme";
- ename = "yoshi-theme";
- version = "20190505.28";
- src = fetchFromGitHub {
- owner = "ryuslash";
- repo = "yoshi-theme";
- rev = "70365870ff823b954aa85972217d8f116c45d939";
- sha256 = "1myrvw0brl6cn3gljbplgxj3mr3mzicfymg7sir8hrk4d5g498yn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e9a549e31c4097ee24b4bff12ec5d20d3beac68/recipes/yoshi-theme";
- sha256 = "1kzdjs3rzg9rxrjgsk0wk75rwvbip6ixg1apcxv2c1a6biqqf2hv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yoshi-theme";
- license = lib.licenses.free;
- };
- }) {};
- youdao-dictionary = callPackage ({ chinese-word-at-point
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names
- , popup
- , pos-tip }:
- melpaBuild {
- pname = "youdao-dictionary";
- ename = "youdao-dictionary";
- version = "20180713.2114";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "youdao-dictionary.el";
- rev = "9496ea3ba8aa999db3dbde88d6aa37f3579d8dea";
- sha256 = "0kn07ksjdrwl0m1wiac83ljg5drrmyf65gxm4m6r3iz1awd1akbb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/712bdf83f71c2105754f9b549a889ffc5b7ba565/recipes/youdao-dictionary";
- sha256 = "1qfk7s18br9jask1bpida0cjxks098qpz0ssmw8misi3bjax0fym";
- name = "recipe";
- };
- packageRequires = [ chinese-word-at-point emacs names popup pos-tip ];
- meta = {
- homepage = "https://melpa.org/#/youdao-dictionary";
- license = lib.licenses.free;
- };
- }) {};
- z3-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "z3-mode";
- ename = "z3-mode";
- version = "20151120.1455";
- src = fetchFromGitHub {
- owner = "zv";
- repo = "z3-mode";
- rev = "163dc01d59e9880b4dc188d4e1ad84d6c0c852e1";
- sha256 = "1k7m3xk5ksbr2s3ypz5yqafz9sfav1m0qk2jz1xyi3fdaw2j0w2z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e056fb14b46b97ff31b1db3b8bd31e395a54cd87/recipes/z3-mode";
- sha256 = "183lzhgjj480ca2939za3rlnsbfn24mgi501n66h5wim950v7vgd";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/z3-mode";
- license = lib.licenses.free;
- };
- }) {};
- zeal-at-point = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zeal-at-point";
- ename = "zeal-at-point";
- version = "20180131.1554";
- src = fetchFromGitHub {
- owner = "jinzhu";
- repo = "zeal-at-point";
- rev = "0fc3263f44e95acd3e9d91057677621ce4d297ee";
- sha256 = "0aq9w9pjyzdgf63hwffhph6k43vv3cxmffklrjkjj3hqv796k8yd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4bcb472b6b18b75acd9c68e1fc7ecce4c2a40d8f/recipes/zeal-at-point";
- sha256 = "1cz53plk5bax5azm13y7xz530qcfh0scm0cgrkrgwja2wwlxirnw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zeal-at-point";
- license = lib.licenses.free;
- };
- }) {};
- zel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , frecency
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zel";
- ename = "zel";
- version = "20171014.132";
- src = fetchFromGitHub {
- owner = "rudolfochrist";
- repo = "zel";
- rev = "23b12d107f123667ddd443b9f3e2047209e0055a";
- sha256 = "1m8bw588r2a1034ynigrzgab857261nrjwnzag5i3rgwn27brfcz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25b445a1dea5e8f1042bed6b5372471c25129fd8/recipes/zel";
- sha256 = "0fwc1fghsw2rg4fv10kgc9d6rhbq20xa9diqcvp1f1cqs12rfhpd";
- name = "recipe";
- };
- packageRequires = [ emacs frecency ];
- meta = {
- homepage = "https://melpa.org/#/zel";
- license = lib.licenses.free;
- };
- }) {};
- zen-and-art-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zen-and-art-theme";
- ename = "zen-and-art-theme";
- version = "20120622.737";
- src = fetchFromGitHub {
- owner = "developernotes";
- repo = "zen-and-art-theme";
- rev = "a7226cbce0bca2501d69a620cb2aeabfc396c232";
- sha256 = "0dnaxhsw549k54j0mgydm7qbl4pizgipfyzc15f9afsxa107rpnl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/692cfa0e9edbc1b7114e2ae2f36bef34b20ad17c/recipes/zen-and-art-theme";
- sha256 = "0b2lflji955z90xl9iz2y1vm04yljghbw4948gh5vv5p7mwibgf2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zen-and-art-theme";
- license = lib.licenses.free;
- };
- }) {};
- zenburn-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zenburn-theme";
- ename = "zenburn-theme";
- version = "20190510.234";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "zenburn-emacs";
- rev = "b6090a1a343d5173e38e2966f7cf44d96cba037c";
- sha256 = "1arplxd7f5li0dkd8zydh8ac84yk1crwjmq6hd38nsqgc53iimcl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/zenburn-theme";
- sha256 = "1kb371j9aissj0vy07jw4ydfn554blc8b2rbi0x1dvfksr2rhsn9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zenburn-theme";
- license = lib.licenses.free;
- };
- }) {};
- zencoding-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zencoding-mode";
- ename = "zencoding-mode";
- version = "20140213.22";
- src = fetchFromGitHub {
- owner = "rooney";
- repo = "zencoding";
- rev = "58e42af182c98cb9941d27cd042d227fbf4e146c";
- sha256 = "1y3wj15kfbgskl29glmba6lzq43rcm141p4i5s180aqcw7ydp5vr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e7f2ebb9d860aa4f0797cdaadaa35fb3f5c4460b/recipes/zencoding-mode";
- sha256 = "1fclad1dyngyg9ncfkcqfxybvy8482i2bd409cgxi9y4h1wc7ws7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zencoding-mode";
- license = lib.licenses.free;
- };
- }) {};
- zenity-color-picker = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zenity-color-picker";
- ename = "zenity-color-picker";
- version = "20160302.354";
- src = fetchgit {
- url = "https://bitbucket.org/Soft/zenity-color-picker.el";
- rev = "bdece51052ef7037e0a3481fc1f487939f57777e";
- sha256 = "12s2zw99q1zn3a1rn5i27mp506nhqh23v3df5inzfsq1b3dji2bl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b4c6b03c5ff78ce327dcf66b175e266bbc53dbf/recipes/zenity-color-picker";
- sha256 = "0rim1mbhlb2lj302c58rs5l7bd168nxg1jpir6cbpf8rp0k35ldb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/zenity-color-picker";
- license = lib.licenses.free;
- };
- }) {};
- zeno-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zeno-theme";
- ename = "zeno-theme";
- version = "20181026.1818";
- src = fetchFromGitHub {
- owner = "jbharat";
- repo = "zeno-theme";
- rev = "0914c4a5b1b9499e7f1ca5699b1c3ea2f4be3f1a";
- sha256 = "1zl1ks7n35i9mn5w7ac3j15820fbgpbcmmysv25crvi4g9z94mqj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9703a222f51dc283e9462cceb5afeb009f7401dc/recipes/zeno-theme";
- sha256 = "0bqv1gdqlh7i48ckpgss6h9mmc9hpkqlb94aam0kkq2ga125gmwc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/zeno-theme";
- license = lib.licenses.free;
- };
- }) {};
- zephir-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "zephir-mode";
- ename = "zephir-mode";
- version = "20170917.2125";
- src = fetchFromGitHub {
- owner = "sergeyklay";
- repo = "zephir-mode";
- rev = "1e0c287a0928ce2d5bce7399ee12be051a4c78a3";
- sha256 = "05p237h79x6li9vckavxd38zv4rm5zhl3d47gj1sjg454q7qba33";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5bd901c93ce7f64de6082e801327adbd18fd4517/recipes/zephir-mode";
- sha256 = "0nxm6w7z89q2vvf3bp1p6hb6f2axv9ha85jyiv4k02l46sjprf4j";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/zephir-mode";
- license = lib.licenses.free;
- };
- }) {};
- zerodark-theme = callPackage ({ all-the-icons
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zerodark-theme";
- ename = "zerodark-theme";
- version = "20190528.223";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "zerodark-theme";
- rev = "df22536a244293591575e56970bf83814faa7c14";
- sha256 = "0pfyd1iqs7l2ngwgvj9n0r9k1px7yl16h8n502xdyf0pprxcs4p6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d00b78ead693e844e35c760fe2c39b8ed6cb0d81/recipes/zerodark-theme";
- sha256 = "1nqzswmnq6h0av4rivqm237h7ghp7asa2nvls7nz4ma467p9qhp9";
- name = "recipe";
- };
- packageRequires = [ all-the-icons ];
- meta = {
- homepage = "https://melpa.org/#/zerodark-theme";
- license = lib.licenses.free;
- };
- }) {};
- zig-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zig-mode";
- ename = "zig-mode";
- version = "20190108.1817";
- src = fetchFromGitHub {
- owner = "ziglang";
- repo = "zig-mode";
- rev = "c2deea85dd65c3e73c2771c56a998cbdeb9ff717";
- sha256 = "10k7i2fj3imbq09fkcgd4kjp7n1dn46119jqrd6kbx5inlkq1782";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/zig-mode";
- sha256 = "1kg1x0l65nqqpzn5np41ya9khr1yqcg5ki7z3jw0g4wxdbz7lrbx";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/zig-mode";
- license = lib.licenses.free;
- };
- }) {};
- zlc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zlc";
- ename = "zlc";
- version = "20151010.1857";
- src = fetchFromGitHub {
- owner = "mooz";
- repo = "emacs-zlc";
- rev = "4dd2ba267ecdeac845a7cbb3147294ee7daa25f4";
- sha256 = "1gb51bqdf87yibs1zngk6q090p05293cpwlwbwzhnih9sl6wkq8x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/zlc";
- sha256 = "0qw0qf14l09mcnw7h0ccbw17psfpra76qfawkc10zpdb5a2167d0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zlc";
- license = lib.licenses.free;
- };
- }) {};
- zmq = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zmq";
- ename = "zmq";
- version = "20190516.1443";
- src = fetchFromGitHub {
- owner = "dzop";
- repo = "emacs-zmq";
- rev = "e4a657b237c42151f088de95e572a238361e7fc5";
- sha256 = "0j9sd1vcbmrpxykzkp7ifrb0v889ahlg0f6r8813lq4881yxf63j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72f4dcc2723de826bf1af7235ac6d9119a243c63/recipes/zmq";
- sha256 = "14bbh00a58xgxyxl8zjxl57rf6351fnwsnk4cvvy341fvf86dklc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/zmq";
- license = lib.licenses.free;
- };
- }) {};
- znc = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "znc";
- ename = "znc";
- version = "20160627.1332";
- src = fetchFromGitHub {
- owner = "sshirokov";
- repo = "ZNC.el";
- rev = "ce468d185e4a949c45fdd7586313144bc69d4fe5";
- sha256 = "0jh11lbzsndsz9i143av7510417nzwy4j3mmpq7cjixfbmnxdq06";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/znc";
- sha256 = "1017dlzbpb3ww0zb370bgsdrzr4kcc72ddby9j63d95chz2jg0hb";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/znc";
- license = lib.licenses.free;
- };
- }) {};
- zombie = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zombie";
- ename = "zombie";
- version = "20141222.816";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "zombie";
- rev = "ff8cd1b4cdbb4b0b9b8fd1ec8f6fb93eba249345";
- sha256 = "1gm3ly6czbw4vrxcslm50jy6nxf2qsl656cjwbyhw251wppn75cg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0da12385908c0e2ecd087ea7572fedf0a2dcf03f/recipes/zombie";
- sha256 = "0ji3nsxwbxmmygd6plpbc1lkw6i5zw4y6x3r5n2ah3ds4vjr7cnv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zombie";
- license = lib.licenses.free;
- };
- }) {};
- zombie-trellys-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zombie-trellys-mode";
- ename = "zombie-trellys-mode";
- version = "20150304.648";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "zombie-trellys-mode";
- rev = "03b8d3635f65dbf38f9a19b5d1a8dfdcb38ba423";
- sha256 = "0rp615k41v5v9m9g3ydyzgwr6a7wqrmsdkz3pc2frl1zij8jpjm4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e66db80ab82a69542688cd57c9e0ec10e6616c87/recipes/zombie-trellys-mode";
- sha256 = "19xzvppw7f35s82hm0y7sga8dyjjyy0dxy6vji4hxdpjziz7lggv";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/zombie-trellys-mode";
- license = lib.licenses.free;
- };
- }) {};
- zone-nyan = callPackage ({ esxml
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zone-nyan";
- ename = "zone-nyan";
- version = "20170818.944";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "zone-nyan";
- rev = "4b1f8d95f130946718d52806489ffe2762aebfdc";
- sha256 = "1axq4ch7garlfrybq9kgv6x7d8y4dw5y9pqbqlqvlwf4xmdrvzmm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/zone-nyan";
- sha256 = "1g7i5p26gb9gny64b84x6zqml7fly5q9aykmc6l6c1kfl6pqxs94";
- name = "recipe";
- };
- packageRequires = [ esxml ];
- meta = {
- homepage = "https://melpa.org/#/zone-nyan";
- license = lib.licenses.free;
- };
- }) {};
- zone-rainbow = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zone-rainbow";
- ename = "zone-rainbow";
- version = "20160120.534";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "zone-rainbow";
- rev = "2ba4f1a87c69c4712124ebf12c1f3ea171e1af36";
- sha256 = "0w550l9im3mhxhja1b7cr9phdcbvx5lprw551lj0d1lv7qvjasz0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8f678d32c8cd1bcc8ec042e7e68ca3a5259da65/recipes/zone-rainbow";
- sha256 = "0l51fmhvx9vsxbs62cbjgqphb691397f651nqin7cj3dfvchzh4j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/zone-rainbow";
- license = lib.licenses.free;
- };
- }) {};
- zone-select = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zone-select";
- ename = "zone-select";
- version = "20160118.619";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "zone-select";
- rev = "bf30da12f1625fe6563448fccf3c506acad10af7";
- sha256 = "17mrzf85ym0x5ih4l6sjdjlcmviabf8c8rpvpkd90gp9qxd8pyx1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ecad1475d9a04ddd84f86ed950f742f68bcf71f8/recipes/zone-select";
- sha256 = "05kc211invmy4ajwf71vgr2b7bdgn99c4a26m95gcjqgy3sh5xzz";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/zone-select";
- license = lib.licenses.free;
- };
- }) {};
- zone-sl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zone-sl";
- ename = "zone-sl";
- version = "20160201.410";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "zone-sl";
- rev = "737b21b4b35c28a487ad8a31598e745bc183b209";
- sha256 = "0m1q45pza61j0fp8cxkgmds5fyjrk0nqpwhg8m91610m3pvyc3ap";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/11c976519e0cb320e48f40f4d735e557b3dfc1b9/recipes/zone-sl";
- sha256 = "04rwd6vj3abk3bzhq3swxwcq5da2n9cldrcmvnqgjr975np4cgs3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/zone-sl";
- license = lib.licenses.free;
- };
- }) {};
- zoom = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zoom";
- ename = "zoom";
- version = "20190523.600";
- src = fetchFromGitHub {
- owner = "cyrus-and";
- repo = "zoom";
- rev = "578295532fb1c4ad2a2e95894e65cce02f812b54";
- sha256 = "1qcni15mps7w9waail21x0fy2rrd5y8cm4yzi8rs2ar4vqrjbyyp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe094c99756ad29eda9bc51f31bb70c4ddc4131/recipes/zoom";
- sha256 = "09bk0nnfj72an2b3rravd6qp21gdgcm1m55qnf2r8rzbgqymq5ls";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/zoom";
- license = lib.licenses.free;
- };
- }) {};
- zoom-window = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zoom-window";
- ename = "zoom-window";
- version = "20170302.27";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-zoom-window";
- rev = "cd6ecc103fc30b171bda7daf1f44a550854d0dbf";
- sha256 = "1rfhdzwyag32s15ysmf75976nvkx995581afaa4ychj45vwnaqfm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a55cc66cc0deb1c24023f638b8e920c9d975859/recipes/zoom-window";
- sha256 = "0l9683nk2bdm49likk9c55c23qfy6f1pn04drqwd1vhpanz4l4b3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/zoom-window";
- license = lib.licenses.free;
- };
- }) {};
- zop-to-char = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zop-to-char";
- ename = "zop-to-char";
- version = "20160212.754";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "zop-to-char";
- rev = "816ea90337db0545a2f0a5079f4d7b3a2822af7d";
- sha256 = "14waf3g7b92k3qd5088w4pn0wcspxjfkbswlzf7nnkjliw1yh0kf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b0a9277f1a5f1aef8886e739c73dea91d3f81dc5/recipes/zop-to-char";
- sha256 = "0jnspvqqvnaplld083j7cqqxw122qazh88ab7hymci36m3ka9hga";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/zop-to-char";
- license = lib.licenses.free;
- };
- }) {};
- zossima = callPackage ({ fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zossima";
- ename = "zossima";
- version = "20121123.1635";
- src = fetchFromGitHub {
- owner = "technomancy";
- repo = "zossima";
- rev = "0b3f17c77bc1791687cdb4e15c889f774f9e2c0f";
- sha256 = "11ygifz67zyrqqqmjs5xrrch796n2na4c9g1mrpdspf7ndiqjbw2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7566fe6fffc38981ea33582d783c58f3842fe28/recipes/zossima";
- sha256 = "11kmnbqv4s8arindg7cxcdhbvfxsckks332wn7aiyb3bjhcgzwjb";
- name = "recipe";
- };
- packageRequires = [ inf-ruby ];
- meta = {
- homepage = "https://melpa.org/#/zossima";
- license = lib.licenses.free;
- };
- }) {};
- zotelo = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zotelo";
- ename = "zotelo";
- version = "20160602.249";
- src = fetchFromGitHub {
- owner = "vspinu";
- repo = "zotelo";
- rev = "d9dc089b9adfcc70a63f2a84269a12eb7cb4c748";
- sha256 = "1gff44nwiqhqhppwmsn38njkph4g9bw669p95m8p2avb7x7kiybl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/zotelo";
- sha256 = "0y6s5ma7633h5pf9zj7vkazidlf211va7nk47ppb1q0iyfkyln36";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/zotelo";
- license = lib.licenses.free;
- };
- }) {};
- zotxt = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , request-deferred }:
- melpaBuild {
- pname = "zotxt";
- ename = "zotxt";
- version = "20180517.1847";
- src = fetchFromGitLab {
- owner = "egh";
- repo = "zotxt-emacs";
- rev = "23a4a9f74a658222027d53a9a83cd4bcc583ca8b";
- sha256 = "09fq3w9yk9kn6bz7y9kgpiw612dvj3yzsdk734js6zgb0p8lfd2c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b633453e77a719f6b6b6564e66c1c1260db38aa6/recipes/zotxt";
- sha256 = "18jla05g2k8zfrmp7q9kpr1mpw6smxzdyn8nfghm306wvv9ff8y5";
- name = "recipe";
- };
- packageRequires = [ request-deferred ];
- meta = {
- homepage = "https://melpa.org/#/zotxt";
- license = lib.licenses.free;
- };
- }) {};
- zoutline = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zoutline";
- ename = "zoutline";
- version = "20190520.1119";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "zoutline";
- rev = "63756846f8540b6faf89d885438186e4fe1c7d8a";
- sha256 = "1w0zh6vs7klgivq5r030a82mcfg1zwic4x3fimyiqyg5n8p67hyx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a26341f491145938aee9b531cd861200bfa2f6d/recipes/zoutline";
- sha256 = "1yyww84b58ymbx0w1gkgd0csr0cwlghdmnxk0jbzwc45g9g42k1m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zoutline";
- license = lib.licenses.free;
- };
- }) {};
- zpl-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zpl-mode";
- ename = "zpl-mode";
- version = "20180906.359";
- src = fetchFromGitHub {
- owner = "ax487";
- repo = "zpl-mode";
- rev = "35e7e23c6baf31b5e65dd7405c8ab9b13c70637e";
- sha256 = "147d7ylpk77zcsjim0my6cbyms28yd7mfaigmzm009jc1bn4r7f5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0bf11cd6ceb2633f968134d80f37d32f91c48227/recipes/zpl-mode";
- sha256 = "0wqhwzanvc1gpnykfqzi02p9zx0c1n6gnavg5dv1mlmc8x0hr67s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/zpl-mode";
- license = lib.licenses.free;
- };
- }) {};
- zpresent = callPackage ({ dash
- , emacs
- , fetchhg
- , fetchurl
- , lib
- , melpaBuild
- , org-parser
- , request }:
- melpaBuild {
- pname = "zpresent";
- ename = "zpresent";
- version = "20180604.2138";
- src = fetchhg {
- url = "https://bitbucket.com/zck/zpresent.el";
- rev = "55fc14b66e2e";
- sha256 = "17wkhl1a7jmg4ks011lf5h4f2vbhf8dl6vgzdzlmljk15f9hmw35";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3aae38ad54490fa650c832fb7d22e2c73b0fb060/recipes/zpresent";
- sha256 = "0316qyspmdbg94aw620133ilh8kfpr3db1p2cifgccgcacjv3v5j";
- name = "recipe";
- };
- packageRequires = [ dash emacs org-parser request ];
- meta = {
- homepage = "https://melpa.org/#/zpresent";
- license = lib.licenses.free;
- };
- }) {};
- zprint-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zprint-mode";
- ename = "zprint-mode";
- version = "20181111.1145";
- src = fetchFromGitHub {
- owner = "pesterhazy";
- repo = "zprint-mode.el";
- rev = "6b979f6cb50d1f3da0ec44f39fd0dd893785ca44";
- sha256 = "0fbm0klda8rbybp6rb1296czn8gc1c7bvcyd40qlg5jy1wxwjbd3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/125f6358dd8d715b61b12de5d39215453e53ea10/recipes/zprint-mode";
- sha256 = "07ziwnk1c620s7rp42fylpw5vgin0p7aapp3g8aif60vcb8g3m7y";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/zprint-mode";
- license = lib.licenses.free;
- };
- }) {};
- ztree = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ztree";
- ename = "ztree";
- version = "20180512.1150";
- src = fetchFromGitHub {
- owner = "fourier";
- repo = "ztree";
- rev = "50412fa553fb68fcd7218cc44cf66b5342ab6889";
- sha256 = "00s3sa90yi6q0260ziqqmx00xl0nnf46mwcl8fbr5mdw14hvk9dl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f151e057c05407748991f23c021e94c178b87248/recipes/ztree";
- sha256 = "1fk5xz8qq3azc66f954x5qvym94xnv4fg6wy83ihdfwycsas7j20";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ztree";
- license = lib.licenses.free;
- };
- }) {};
- zweilight-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zweilight-theme";
- ename = "zweilight-theme";
- version = "20170112.2205";
- src = fetchFromGitHub {
- owner = "philiparvidsson";
- repo = "Zweilight-Theme-for-Emacs";
- rev = "890f27c939d8a358c9ef0f402fc3314f475ec874";
- sha256 = "0pl254c61405n6sgr01qj4z42vqdvbmf59nz55cl23l2q7kdbfdv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/zweilight-theme";
- sha256 = "1j8skn9hz1zkpdg7q0njv5b50cbvrixjjmkp43p58gx98q02p0kq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zweilight-theme";
- license = lib.licenses.free;
- };
- }) {};
- zygospore = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zygospore";
- ename = "zygospore";
- version = "20140703.152";
- src = fetchFromGitHub {
- owner = "LouisKottmann";
- repo = "zygospore.el";
- rev = "1af5ee663f5a7aa08d96a77cacff834dcdf55ea8";
- sha256 = "0v73fgb0gf81vlihiicy32v6x86rr2hv0bxlpw7d3pk4ng1a0l3z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/zygospore";
- sha256 = "0n9qs6fymdjly0i4rmx87y8gapfn5sqivsivcffi42vcb5f17kxj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zygospore";
- license = lib.licenses.free;
- };
- }) {};
- zzz-to-char = callPackage ({ avy
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zzz-to-char";
- ename = "zzz-to-char";
- version = "20190216.257";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "zzz-to-char";
- rev = "9f08bf94c56a39a2b65f90b852da76dfa6ec2a6f";
- sha256 = "1ln22xcqcs6hbxs99lmwhsjx1rbg7ksfpl17zfsvpnf5c28by3lm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7063cbc1f1501ce81552d7ef1d42d1309f547c42/recipes/zzz-to-char";
- sha256 = "16vwp0krshmn5x3ry1j512g4kydx39znjqzri4j7wgg49bz1n7vh";
- name = "recipe";
- };
- packageRequires = [ avy cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/zzz-to-char";
- license = lib.licenses.free;
- };
- }) {};
- }
\ No newline at end of file
diff --git a/pkgs/applications/editors/emacs-modes/melpa-packages.nix b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
index 8f440819afe..f57c1b71b13 100644
--- a/pkgs/applications/editors/emacs-modes/melpa-packages.nix
+++ b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
@@ -4,269 +4,502 @@
To update the list of packages from MELPA,
-1. Clone https://github.com/ttuegel/emacs2nix.
-2. Clone https://github.com/milkypostman/melpa.
-3. Run `./melpa-packages.sh --melpa PATH_TO_MELPA_CLONE` from emacs2nix.
-4. Copy the new `melpa-generated.nix` file into Nixpkgs.
-5. Check for evaluation errors: `nix-instantiate ./. -A emacsPackagesNg.melpaPackages`.
-6. `git add pkgs/applications/editors/emacs-modes/melpa-generated.nix && git commit -m "melpa-packages $(date -Idate)"`
+1. Run ./update-melpa
+2. Check for evaluation errors:
+env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPackagesNg.melpaStablePackages
+env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPackagesNg.melpaPackages
+3. `git commit -m "melpa-packages: $(date -Idate)" recipes-archive-melpa.json`
*/
-{ lib, external }:
+{ lib, external, pkgs }: variant: self: let
-self:
-
- let
- imported = import ./melpa-generated.nix { inherit (self) callPackage; };
- super = builtins.removeAttrs imported [
- "swbuff-x" # required dependency swbuff is missing
- ];
-
- dontConfigure = pkg: pkg.override (args: {
- melpaBuild = drv: args.melpaBuild (drv // {
- configureScript = "true";
- });
+ dontConfigure = pkg: if pkg != null then pkg.override (args: {
+ melpaBuild = drv: args.melpaBuild (drv // {
+ configureScript = "true";
});
+ }) else null;
- markBroken = pkg: pkg.override (args: {
- melpaBuild = drv: args.melpaBuild (drv // {
- meta = (drv.meta or {}) // { broken = true; };
- });
+ markBroken = pkg: if pkg != null then pkg.override (args: {
+ melpaBuild = drv: args.melpaBuild (drv // {
+ meta = (drv.meta or {}) // { broken = true; };
});
+ }) else null;
- overrides = {
- # Expects bash to be at /bin/bash
- ac-rtags = markBroken super.ac-rtags;
+ generateMelpa = lib.makeOverridable ({
+ archiveJson ? ./recipes-archive-melpa.json
+ }: let
- # upstream issue: mismatched filename
- ack-menu = markBroken super.ack-menu;
+ inherit (import ./libgenerated.nix lib self) melpaDerivation;
+ super = lib.listToAttrs (map (melpaDerivation variant) (lib.importJSON archiveJson));
- airline-themes = super.airline-themes.override {
- inherit (self.melpaPackages) powerline;
- };
+ generic = import ./melpa-generic.nix;
- # upstream issue: missing file header
- bufshow = markBroken super.bufshow;
+ overrides = rec {
+ shared = {
+ # Expects bash to be at /bin/bash
+ ac-rtags = markBroken super.ac-rtags;
- # part of a larger package
- caml = dontConfigure super.caml;
+ airline-themes = super.airline-themes.override {
+ inherit (self.melpaPackages) powerline;
+ };
- # Expects bash to be at /bin/bash
- company-rtags = markBroken super.company-rtags;
+ # upstream issue: missing file header
+ bufshow = markBroken super.bufshow;
- easy-kill-extras = super.easy-kill-extras.override {
- inherit (self.melpaPackages) easy-kill;
- };
+ # part of a larger package
+ caml = dontConfigure super.caml;
- egg = super.egg.overrideAttrs (attrs: {
- # searches for Git at build time
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- });
+ cmake-mode = super.cmake-mode.overrideAttrs (attrs: {
+ buildInputs = (attrs.buildInputs or []) ++ [
+ external.openssl
+ ];
+ nativeBuildInputs = (attrs.nativeBuildInputs or []) ++ [
+ external.pkgconfig
+ ];
+ });
- # upstream issue: missing file header
- elmine = markBroken super.elmine;
+ # Expects bash to be at /bin/bash
+ company-rtags = markBroken super.company-rtags;
- ess-R-data-view = super.ess-R-data-view.override {
- inherit (self.melpaPackages) ess ctable popup;
- };
+ easy-kill-extras = super.easy-kill-extras.override {
+ inherit (self.melpaPackages) easy-kill;
+ };
- evil-magit = super.evil-magit.overrideAttrs (attrs: {
- # searches for Git at build time
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- });
+ # upstream issue: missing file header
+ elmine = markBroken super.elmine;
- # missing dependencies
- evil-search-highlight-persist = super.evil-search-highlight-persist.overrideAttrs (attrs: {
- packageRequires = with self; [ evil highlight ];
- });
+ elpy = super.elpy.overrideAttrs(old: {
+ propagatedUserEnvPkgs = old.propagatedUserEnvPkgs ++ [ external.elpy ];
+ });
- # missing OCaml
- flycheck-ocaml = markBroken super.flycheck-ocaml;
+ emacsql-sqlite = super.emacsql-sqlite.overrideAttrs(old: {
+ buildInputs = old.buildInputs ++ [ pkgs.sqlite ];
- # Expects bash to be at /bin/bash
- flycheck-rtags = markBroken super.flycheck-rtags;
+ postBuild = ''
+ cd source/sqlite
+ make
+ cd -
+ '';
- forge = super.forge.overrideAttrs (attrs: {
- # searches for Git at build time
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- });
+ postInstall = ''
+ install -m=755 -D source/sqlite/emacsql-sqlite \
+ $out/share/emacs/site-lisp/elpa/emacsql-sqlite-${old.version}/sqlite/emacsql-sqlite
+ '';
- # build timeout
- graphene = markBroken super.graphene;
+ stripDebugList = [ "share" ];
+ });
- # upstream issue: mismatched filename
- helm-lobsters = markBroken super.helm-lobsters;
-
- # Expects bash to be at /bin/bash
- helm-rtags = markBroken super.helm-rtags;
-
- # Build same version as Haskell package
- hindent = super.hindent.overrideAttrs (attrs: {
- version = external.hindent.version;
- src = external.hindent.src;
- packageRequires = [ self.haskell-mode ];
- propagatedUserEnvPkgs = [ external.hindent ];
- });
-
- # upstream issue: missing file header
- ido-complete-space-or-hyphen = markBroken super.ido-complete-space-or-hyphen;
-
- # upstream issue: missing file header
- initsplit = super.initsplit;
-
- # tries to write a log file to $HOME
- insert-shebang = super.insert-shebang.overrideAttrs (attrs: {
- HOME = "/tmp";
- });
-
- # Expects bash to be at /bin/bash
- ivy-rtags = markBroken super.ivy-rtags;
-
- # upstream issue: missing file header
- jsfmt = markBroken super.jsfmt;
-
- # upstream issue: missing file header
- maxframe = markBroken super.maxframe;
-
- magit =
- super.magit.overrideAttrs (attrs: {
+ evil-magit = super.evil-magit.overrideAttrs (attrs: {
# searches for Git at build time
nativeBuildInputs =
(attrs.nativeBuildInputs or []) ++ [ external.git ];
});
- magit-annex = super.magit-annex.overrideAttrs (attrs: {
- # searches for Git at build time
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- });
+ ess-R-data-view = super.ess-R-data-view.override {
+ inherit (self.melpaPackages) ess ctable popup;
+ };
- magit-gitflow = super.magit-gitflow.overrideAttrs (attrs: {
- # searches for Git at build time
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- });
+ # Expects bash to be at /bin/bash
+ flycheck-rtags = markBroken super.flycheck-rtags;
- magithub = super.magithub.overrideAttrs (attrs: {
- # searches for Git at build time
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- });
+ # build timeout
+ graphene = markBroken super.graphene;
- magit-svn = super.magit-svn.overrideAttrs (attrs: {
- # searches for Git at build time
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- });
+ pdf-tools = super.pdf-tools.overrideAttrs(old: {
+ nativeBuildInputs = [ external.pkgconfig ];
+ buildInputs = with external; old.buildInputs ++ [ autoconf automake libpng zlib poppler ];
+ preBuild = "make server/epdfinfo";
+ recipe = pkgs.writeText "recipe" ''
+ (pdf-tools
+ :repo "politza/pdf-tools" :fetcher github
+ :files ("lisp/pdf-*.el" "server/epdfinfo"))
+ '';
+ });
- magit-todos = super.magit-todos.overrideAttrs (attrs: {
- # searches for Git at build time
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- });
+ # Build same version as Haskell package
+ hindent = super.hindent.overrideAttrs (attrs: {
+ version = external.hindent.version;
+ src = external.hindent.src;
+ packageRequires = [ self.haskell-mode ];
+ propagatedUserEnvPkgs = [ external.hindent ];
+ });
- magit-filenotify = super.magit-filenotify.overrideAttrs (attrs: {
- # searches for Git at build time
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- });
+ # upstream issue: missing file header
+ ido-complete-space-or-hyphen = markBroken super.ido-complete-space-or-hyphen;
- # missing OCaml
- merlin = markBroken super.merlin;
+ # upstream issue: missing file header
+ initsplit = markBroken super.initsplit;
- mhc = super.mhc.override {
- inherit (self.melpaPackages) calfw;
- };
+ irony = super.irony.overrideAttrs(old: {
+ preConfigure = ''
+ cd server
+ '';
+ preBuild = ''
+ make
+ '';
+ postInstall = ''
+ mkdir -p $out
+ mv $out/share/emacs/site-lisp/elpa/*/server/bin $out
+ rm -rf $out/share/emacs/site-lisp/elpa/*/server
+ '';
+ preCheck = ''
+ cd source/server
+ '';
+ dontUseCmakeBuildDir = true;
+ doCheck = true;
+ packageRequires = [ self.emacs ];
+ nativeBuildInputs = [ external.cmake external.llvmPackages.llvm external.llvmPackages.clang ];
+ });
- # missing .NET
- nemerle = markBroken super.nemerle;
+ # tries to write a log file to $HOME
+ insert-shebang = super.insert-shebang.overrideAttrs (attrs: {
+ HOME = "/tmp";
+ });
- # part of a larger package
- notmuch = dontConfigure super.notmuch;
+ # Expects bash to be at /bin/bash
+ ivy-rtags = markBroken super.ivy-rtags;
- # missing OCaml
- ocp-indent = markBroken super.ocp-indent;
+ # upstream issue: missing file header
+ jsfmt = markBroken super.jsfmt;
- orgit =
- (super.orgit.overrideAttrs (attrs: {
+ # upstream issue: missing file header
+ maxframe = markBroken super.maxframe;
+
+ magit = super.magit.overrideAttrs (attrs: {
# searches for Git at build time
nativeBuildInputs =
(attrs.nativeBuildInputs or []) ++ [ external.git ];
- }));
+ });
- # tries to write to $HOME
- php-auto-yasnippets = super.php-auto-yasnippets.overrideAttrs (attrs: {
- HOME = "/tmp";
- });
-
- # upstream issue: mismatched filename
- processing-snippets = markBroken super.processing-snippets;
-
- # upstream issue: missing file header
- qiita = markBroken super.qiita;
-
- racer = super.racer.overrideAttrs (attrs: {
- postPatch = attrs.postPatch or "" + ''
- substituteInPlace racer.el \
- --replace /usr/local/src/rust/src ${external.rustPlatform.rustcSrc}
- '';
- });
-
- # upstream issue: missing file footer
- seoul256-theme = markBroken super.seoul256-theme;
-
- spaceline = super.spaceline.override {
- inherit (self.melpaPackages) powerline;
- };
-
- # upstream issue: missing file header
- speech-tagger = markBroken super.speech-tagger;
-
- # upstream issue: missing file header
- stgit = markBroken super.stgit;
-
- # upstream issue: missing file header
- tawny-mode = markBroken super.tawny-mode;
-
- # upstream issue: missing file header
- textmate = markBroken super.textmate;
-
- # missing OCaml
- utop = markBroken super.utop;
-
- vdiff-magit =
- (super.vdiff-magit.overrideAttrs (attrs: {
+ magit-annex = super.magit-annex.overrideAttrs (attrs: {
+ # searches for Git at build time
nativeBuildInputs =
(attrs.nativeBuildInputs or []) ++ [ external.git ];
- }));
+ });
+
+ magit-todos = super.magit-todos.overrideAttrs (attrs: {
+ # searches for Git at build time
+ nativeBuildInputs =
+ (attrs.nativeBuildInputs or []) ++ [ external.git ];
+ });
+
+ magit-filenotify = super.magit-filenotify.overrideAttrs (attrs: {
+ # searches for Git at build time
+ nativeBuildInputs =
+ (attrs.nativeBuildInputs or []) ++ [ external.git ];
+ });
+
+ magit-gitflow = super.magit-gitflow.overrideAttrs (attrs: {
+ # searches for Git at build time
+ nativeBuildInputs =
+ (attrs.nativeBuildInputs or []) ++ [ external.git ];
+ });
+
+ magithub = super.magithub.overrideAttrs (attrs: {
+ # searches for Git at build time
+ nativeBuildInputs =
+ (attrs.nativeBuildInputs or []) ++ [ external.git ];
+ });
+
+ magit-svn = super.magit-svn.overrideAttrs (attrs: {
+ # searches for Git at build time
+ nativeBuildInputs =
+ (attrs.nativeBuildInputs or []) ++ [ external.git ];
+ });
+
+ kubernetes = super.kubernetes.overrideAttrs (attrs: {
+ # searches for Git at build time
+ nativeBuildInputs =
+ (attrs.nativeBuildInputs or []) ++ [ external.git ];
+ });
# upstream issue: missing file header
- voca-builder = markBroken super.voca-builder;
+ mhc = super.mhc.override {
+ inherit (self.melpaPackages) calfw;
+ };
- # upstream issue: missing file header
- window-numbering = markBroken super.window-numbering;
+ # missing .NET
+ nemerle = markBroken super.nemerle;
- w3m = super.w3m.override (args: {
- melpaBuild = drv: args.melpaBuild (drv // {
- prePatch =
- let w3m = "${lib.getBin external.w3m}/bin/w3m"; in ''
- substituteInPlace w3m.el \
- --replace 'defcustom w3m-command nil' \
- 'defcustom w3m-command "${w3m}"'
+ # part of a larger package
+ notmuch = dontConfigure super.notmuch;
+
+ # missing OCaml
+ ocp-indent = markBroken super.ocp-indent;
+
+ # upstream issue: missing file header
+ qiita = markBroken super.qiita;
+
+ # upstream issue: missing file header
+ speech-tagger = markBroken super.speech-tagger;
+
+ shm = super.shm.overrideAttrs (attrs: {
+ propagatedUserEnvPkgs = [ external.structured-haskell-mode ];
+ });
+
+ # upstream issue: missing file header
+ tawny-mode = markBroken super.tawny-mode;
+
+ # Telega has a server portion for it's network protocol
+ telega = super.telega.overrideAttrs(old: {
+
+ buildInputs = old.buildInputs ++ [ pkgs.tdlib ];
+
+ postBuild = ''
+ cd source/server
+ make
+ cd -
+ '';
+
+ postInstall = ''
+ mkdir -p $out/bin
+ install -m755 -Dt $out/bin ./source/server/telega-server
+ '';
+
+ });
+
+ # upstream issue: missing file header
+ textmate = markBroken super.textmate;
+
+ # missing OCaml
+ utop = markBroken super.utop;
+
+ vdiff-magit = super.vdiff-magit.overrideAttrs (attrs: {
+ nativeBuildInputs =
+ (attrs.nativeBuildInputs or []) ++ [ external.git ];
+ });
+
+ # upstream issue: missing file header
+ voca-builder = markBroken super.voca-builder;
+
+ # upstream issue: missing file header
+ window-numbering = markBroken super.window-numbering;
+
+ zmq = super.zmq.overrideAttrs(old: {
+ stripDebugList = [ "share" ];
+ preBuild = ''
+ make
+ '';
+ nativeBuildInputs = [
+ external.autoconf external.automake external.pkgconfig external.libtool
+ (external.zeromq.override { enableDrafts = true; })
+ ];
+ postInstall = ''
+ mv $out/share/emacs/site-lisp/elpa/zmq-*/src/.libs/emacs-zmq.so $out/share/emacs/site-lisp/elpa/zmq-*
+ rm -r $out/share/emacs/site-lisp/elpa/zmq-*/src
+ rm $out/share/emacs/site-lisp/elpa/zmq-*/Makefile
+ '';
+ });
+
+ # Map legacy renames from emacs2nix since code generation was ported to emacs lisp
+ _0blayout = super."0blayout";
+ _0xc = super."0xc";
+ _2048-game = super."2048-game";
+ _4clojure = super."4clojure";
+ at = super."@";
+ desktop-plus = super."desktop+";
+ ghub-plus = super."ghub+";
+ git-gutter-plus = super."git-gutter+";
+ git-gutter-fringe-plus = super."git-gutter-fringe+";
+ ido-completing-read-plus = super."ido-completing-read+";
+ image-plus = super."image+";
+ image-dired-plus = super."image-dired+";
+ markdown-mode-plus = super."markdown-mode+";
+ package-plus = super."package+";
+ rect-plus = super."rect+";
+ term-plus = super."term+";
+ term-plus-key-intercept = super."term+key-intercept";
+ term-plus-mux = super."term+mux";
+ xml-plus = super."xml+";
+ };
+
+ stable = shared // {
+ # part of a larger package
+ # upstream issue: missing package version
+ cmake-mode = markBroken (dontConfigure super.cmake-mode);
+
+ # upstream issue: missing file header
+ connection = markBroken super.connection;
+
+ # upstream issue: missing file header
+ dictionary = markBroken super.dictionary;
+
+ # missing git
+ egg = markBroken super.egg;
+
+ # upstream issue: missing dependency redshank
+ emr = markBroken super.emr;
+
+ # upstream issue: doesn't build
+ eterm-256color = markBroken super.eterm-256color;
+
+ # upstream issue: missing dependency highlight
+ evil-search-highlight-persist = markBroken super.evil-search-highlight-persist;
+
+ # upstream issue: missing dependency highlight
+ floobits = markBroken super.floobits;
+
+ # missing OCaml
+ flycheck-ocaml = markBroken super.flycheck-ocaml;
+
+ # upstream issue: missing dependency
+ fold-dwim-org = markBroken super.fold-dwim-org;
+
+ # build timeout
+ graphene = markBroken super.graphene;
+
+ # Expects bash to be at /bin/bash
+ helm-rtags = markBroken super.helm-rtags;
+
+ # upstream issue: missing file header
+ link = markBroken super.link;
+
+ # missing OCaml
+ merlin = markBroken super.merlin;
+
+ # upstream issue: missing file header
+ po-mode = markBroken super.po-mode;
+
+ # upstream issue: truncated file
+ powershell = markBroken super.powershell;
+ };
+
+ unstable = shared // {
+ # upstream issue: mismatched filename
+ ack-menu = markBroken super.ack-menu;
+
+ editorconfig = super.editorconfig.overrideAttrs (attrs: {
+ propagatedUserEnvPkgs = [ external.editorconfig-core-c ];
+ });
+
+ egg = super.egg.overrideAttrs (attrs: {
+ # searches for Git at build time
+ nativeBuildInputs =
+ (attrs.nativeBuildInputs or []) ++ [ external.git ];
+ });
+
+ # missing dependencies
+ evil-search-highlight-persist = super.evil-search-highlight-persist.overrideAttrs (attrs: {
+ packageRequires = with self; [ evil highlight ];
+ });
+
+ forge = super.forge.overrideAttrs (attrs: {
+ # searches for Git at build time
+ nativeBuildInputs =
+ (attrs.nativeBuildInputs or []) ++ [ external.git ];
+ });
+
+ # upstream issue: mismatched filename
+ helm-lobsters = markBroken super.helm-lobsters;
+
+ # Expects bash to be at /bin/bash
+ helm-rtags = markBroken super.helm-rtags;
+
+ # Fails with "package does not untar cleanly into ..."
+ irony = shared.irony.overrideAttrs(old: {
+ meta = old.meta // {
+ broken = true;
+ };
+ });
+
+ orgit =
+ (super.orgit.overrideAttrs (attrs: {
+ # searches for Git at build time
+ nativeBuildInputs =
+ (attrs.nativeBuildInputs or []) ++ [ external.git ];
+ }));
+
+ # tries to write to $HOME
+ php-auto-yasnippets = super.php-auto-yasnippets.overrideAttrs (attrs: {
+ HOME = "/tmp";
+ });
+
+ # upstream issue: mismatched filename
+ processing-snippets = markBroken super.processing-snippets;
+
+ racer = super.racer.overrideAttrs (attrs: {
+ postPatch = attrs.postPatch or "" + ''
+ substituteInPlace racer.el \
+ --replace /usr/local/src/rust/src ${external.rustPlatform.rustcSrc}
+ '';
+ });
+
+ # upstream issue: missing file footer
+ seoul256-theme = markBroken super.seoul256-theme;
+
+ spaceline = super.spaceline.override {
+ inherit (self.melpaPackages) powerline;
+ };
+
+ treemacs-magit = super.treemacs-magit.overrideAttrs (attrs: {
+ # searches for Git at build time
+ nativeBuildInputs =
+ (attrs.nativeBuildInputs or []) ++ [ external.git ];
+ });
+
+ vterm = let
+ emacsSources = pkgs.stdenv.mkDerivation {
+ name = self.emacs.name + "-sources";
+ src = self.emacs.src;
+
+ dontConfigure = true;
+ dontBuild = true;
+ doCheck = false;
+ fixupPhase = ":";
+
+ installPhase = ''
+ mkdir -p $out
+ cp -a * $out
'';
+
+ };
+
+ libvterm = pkgs.libvterm-neovim.overrideAttrs(old: rec {
+ pname = "libvterm-neovim";
+ version = "2019-04-27";
+ name = pname + "-" + version;
+ src = pkgs.fetchFromGitHub {
+ owner = "neovim";
+ repo = "libvterm";
+ rev = "89675ffdda615ffc3f29d1c47a933f4f44183364";
+ sha256 = "0l9ixbj516vl41v78fi302ws655xawl7s94gmx1kb3fmfgamqisy";
+ };
+ });
+
+ in pkgs.stdenv.mkDerivation rec {
+ inherit (super.vterm) name version src;
+
+ nativeBuildInputs = [ pkgs.cmake ];
+ buildInputs = [ self.emacs libvterm ];
+
+ cmakeFlags = [
+ "-DEMACS_SOURCE=${emacsSources}"
+ "-DUSE_SYSTEM_LIBVTERM=True"
+ ];
+
+ installPhase = ''
+ install -d $out/share/emacs/site-lisp
+ install ../*.el $out/share/emacs/site-lisp
+ install ../*.so $out/share/emacs/site-lisp
+ '';
+ };
+ # Legacy alias
+ emacs-libvterm = unstable.vterm;
+
+ w3m = super.w3m.override (args: {
+ melpaBuild = drv: args.melpaBuild (drv // {
+ prePatch =
+ let w3m = "${lib.getBin external.w3m}/bin/w3m"; in ''
+ substituteInPlace w3m.el \
+ --replace 'defcustom w3m-command nil' \
+ 'defcustom w3m-command "${w3m}"'
+ '';
+ });
});
- });
+ };
};
- melpaPackages =
- removeAttrs (super // overrides)
- [
- "show-marks" # missing dependency: fm
- "lenlen-theme" # missing dependency: color-theme-solarized
- ];
- in
- melpaPackages // { inherit melpaPackages; }
+ in super // overrides."${variant}");
+
+in generateMelpa { }
diff --git a/pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix b/pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
deleted file mode 100644
index 22ad906fd6e..00000000000
--- a/pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
+++ /dev/null
@@ -1,56691 +0,0 @@
-{ callPackage }:
- {
- _0blayout = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "_0blayout";
- ename = "0blayout";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "etu";
- repo = "0blayout-mode";
- rev = "b8bb44b5336965b5519b9a826a0f46f8ee31c471";
- sha256 = "1apv5zd3zzni2llj9is7h2bzq1xxbx67kr7c07dfjd26n7l0zvfi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6521ec44ae8b0ba2e0523517f0f3d5b94ddbe1be/recipes/0blayout";
- sha256 = "027k85h34998i8vmbg2hi4q1m4f7jfva5jm38k0g9m1db700gk92";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/0blayout";
- license = lib.licenses.free;
- };
- }) {};
- a = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "a";
- ename = "a";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "plexus";
- repo = "a.el";
- rev = "8583685c32069a73ccae0100e990e7b39c901737";
- sha256 = "00v9w6qg3bkwdhypq0ssf0phdh0f4bcq59c20lngd6vhk0204dqi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a226f1d81cd1ae81b91c1102fbe40aac2eddcaa8/recipes/a";
- sha256 = "1xqja47iw1c78kiv4854z47iblvvzrc1l35zjdhmhkh9hh10z886";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/a";
- license = lib.licenses.free;
- };
- }) {};
- aa-edit-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , navi2ch }:
- melpaBuild {
- pname = "aa-edit-mode";
- ename = "aa-edit-mode";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "aa-edit-mode";
- rev = "2e56f3b627f0f19fbfce4968180b4d736f7afb5d";
- sha256 = "1rh9n97z1vi7w60qzam5vc025wwm346fgzym2zs1cm7ykyfh3mgd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/20d00f782f2db87264c7fb1aac7455e44b8b24e7/recipes/aa-edit-mode";
- sha256 = "00b99ik04xx4b2a1cm1z8dl42hjnb5r32qypjyyx8924n1dhxzgn";
- name = "recipe";
- };
- packageRequires = [ emacs navi2ch ];
- meta = {
- homepage = "https://melpa.org/#/aa-edit-mode";
- license = lib.licenses.free;
- };
- }) {};
- abc-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "abc-mode";
- ename = "abc-mode";
- version = "20140225.944";
- src = fetchFromGitHub {
- owner = "mkjunker";
- repo = "abc-mode";
- rev = "6b5ab7402287dab5a091e94fec9982dc45d9d287";
- sha256 = "13f4l9xzx4xm5m80kkb49zh31w0bn0kw9m5ca28rrx4aysqmwryv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aaee9dc5de06747374f311d86a550d3cc15beed1/recipes/abc-mode";
- sha256 = "0qf5lbszyscmagiqhc0d05vzkhdky7ini4w33z1h3j5417sscrcx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/abc-mode";
- license = lib.licenses.free;
- };
- }) {};
- abs-mode = callPackage ({ emacs
- , erlang
- , fetchFromGitHub
- , fetchurl
- , flymake ? null
- , lib
- , maude-mode
- , melpaBuild }:
- melpaBuild {
- pname = "abs-mode";
- ename = "abs-mode";
- version = "1.5";
- src = fetchFromGitHub {
- owner = "abstools";
- repo = "abs-mode";
- rev = "a9a512992f681669dc59fe9ca86f12b9688b5454";
- sha256 = "0v6d7cxnj4mil7c7y4m1csiznl6rmzxg9snwhhv6wdqfw112kn8j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aabccc4061e7764069796e12ee9688b67651cf70/recipes/abs-mode";
- sha256 = "148y99iaxcnjaacw017chwq0sq05ywgy5jx1lhp9ly7innrl9i1k";
- name = "recipe";
- };
- packageRequires = [ emacs erlang flymake maude-mode ];
- meta = {
- homepage = "https://melpa.org/#/abs-mode";
- license = lib.licenses.free;
- };
- }) {};
- abyss-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "abyss-theme";
- ename = "abyss-theme";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "mgrbyte";
- repo = "emacs-abyss-theme";
- rev = "18791c6e8d9cc2b4815c9f08627a2e94fc0eeb14";
- sha256 = "07z0djv7h3yrv4iw9n633j6dxzxb4nnzijsqkmz22ik6fbwxg5mh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f390e5153b6360a27abc74983f5fef11226634f3/recipes/abyss-theme";
- sha256 = "0ckrgfd7fjls6g510v8fqpkd0fd18lr0spg3lf5s88gky8ihdg6c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/abyss-theme";
- license = lib.licenses.free;
- };
- }) {};
- ac-alchemist = callPackage ({ alchemist
- , auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-alchemist";
- ename = "ac-alchemist";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-ac-alchemist";
- rev = "b1496f6c7f968725076341d3797fe33fb2d36e39";
- sha256 = "06d6yhknrq1wqdg3ykkswsb515bvhkz23gbclws9lmqslns7g1jf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef9037aa41a8d9467838495bb235db32c19cc417/recipes/ac-alchemist";
- sha256 = "02ll3hcixgdb8zyszn78714gy1h2q0vkhpbnwap9302mr2racwl0";
- name = "recipe";
- };
- packageRequires = [ alchemist auto-complete cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ac-alchemist";
- license = lib.licenses.free;
- };
- }) {};
- ac-capf = callPackage ({ auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-capf";
- ename = "ac-capf";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-ac-capf";
- rev = "17571dba0a8f98111f2ab758e9bea285b263781b";
- sha256 = "0nyq34yq4jcp3p30ygma3iz1h0q551p33792byj76pa5ps09g1da";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/929da263f57b904c50f5f17b09d4c4b480999c97/recipes/ac-capf";
- sha256 = "1drgk5iz2wp3rxzd39pj0n4cfmm5z8zqlp50jw5z7ffbbg35qxbm";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ac-capf";
- license = lib.licenses.free;
- };
- }) {};
- ac-cider = callPackage ({ auto-complete
- , cider
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-cider";
- ename = "ac-cider";
- version = "0.2.3";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "ac-cider";
- rev = "4be034e5f82421b0a836ec7ff45815c67caffcee";
- sha256 = "12s7wy7fyk5z9q287j871gcsrvj90f4c81h39p66d99jw0cl93qj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8adefaf2e284ef91baec3dbd3e10c868de69926/recipes/ac-cider";
- sha256 = "1dszpb706h34miq2bxqyq1ycbran5ax36vcniwp8vvhgcjsw5sz6";
- name = "recipe";
- };
- packageRequires = [ auto-complete cider cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ac-cider";
- license = lib.licenses.free;
- };
- }) {};
- ac-clang = callPackage ({ auto-complete
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pos-tip
- , yasnippet }:
- melpaBuild {
- pname = "ac-clang";
- ename = "ac-clang";
- version = "2.1.3";
- src = fetchFromGitHub {
- owner = "yaruopooner";
- repo = "ac-clang";
- rev = "3294b968eb1a8317049190940193f9da47c085ef";
- sha256 = "160hda911vsc2zcs56560cpv7kj0966vjzwmc0md6fkz3wrj7w0n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ffe0485048b85825f5e8ba95917d8c9dc64fe5de/recipes/ac-clang";
- sha256 = "070s06xhkzaqfc3j8c4i44rks6gn8z66lwd54j17p8d91x3qjpr4";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib emacs pos-tip yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/ac-clang";
- license = lib.licenses.free;
- };
- }) {};
- ac-dcd = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , flycheck-dmd-dub
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-dcd";
- ename = "ac-dcd";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "atilaneves";
- repo = "ac-dcd";
- rev = "4cb14b1e9fcfc4bf4a084765bc1eb10abfbbbd49";
- sha256 = "0a3s880nswc2s6yh2v5zsmws550q917i7av8nrxc5sp1d03xqwmn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/64142a4b14531409f45f02a8053ed8948f48221d/recipes/ac-dcd";
- sha256 = "086jp9c6bilc361n1hscza3pbhgvqlq944z7cil2jm1kicsf8s7r";
- name = "recipe";
- };
- packageRequires = [ auto-complete flycheck-dmd-dub ];
- meta = {
- homepage = "https://melpa.org/#/ac-dcd";
- license = lib.licenses.free;
- };
- }) {};
- ac-emacs-eclim = callPackage ({ auto-complete
- , eclim
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-emacs-eclim";
- ename = "ac-emacs-eclim";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "emacs-eclim";
- repo = "emacs-eclim";
- rev = "94508ebd071ff1052d68a20f7f1bf1038439fe43";
- sha256 = "0l72zw93wv8ncn98d6ybnykhi3a60bc0kyx6z699wfhnnhhxhl0p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e9d3075587fbd9ca188535fd945a7dc451c6d7e/recipes/ac-emacs-eclim";
- sha256 = "0bkh7x6zj5drdvm9ji4vwqdxv7limd9a1idy8lsg0lcca3rjq3s5";
- name = "recipe";
- };
- packageRequires = [ auto-complete eclim ];
- meta = {
- homepage = "https://melpa.org/#/ac-emacs-eclim";
- license = lib.licenses.free;
- };
- }) {};
- ac-emoji = callPackage ({ auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-emoji";
- ename = "ac-emoji";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-ac-emoji";
- rev = "53677f754929ead403ccde64b714ebb6b8fc808e";
- sha256 = "0cc3jpc4pihbyznyzvf6i3xwc2x78gb5m36ba9gkvxhabsljnlfg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/15f591f9cba367b071046fef5ae01bbbd0475ce3/recipes/ac-emoji";
- sha256 = "0msh3dh89jzk6hxva34gp9d5pazchgdknxjbi72z26rss9bkp1mw";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ac-emoji";
- license = lib.licenses.free;
- };
- }) {};
- ac-etags = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-etags";
- ename = "ac-etags";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-ac-etags";
- rev = "8cd188b2e4908285ba8178bbd18a555edd7282e8";
- sha256 = "0ijni3qgd68jhznhirhgcl59cr7hwfvbwgf6z120x56jmp8h01d2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fda9c7def8bc54af4ab17dc049dd94324c8f10fa/recipes/ac-etags";
- sha256 = "0ag49k9izrs4ikzac9lifvvwhcn5n89lr2vb20pngsvg1czdyhzb";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/ac-etags";
- license = lib.licenses.free;
- };
- }) {};
- ac-geiser = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , geiser
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-geiser";
- ename = "ac-geiser";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "xiaohanyu";
- repo = "ac-geiser";
- rev = "0e2e36532336f27e3dc3b01fff55ad1a4329817d";
- sha256 = "02ifz25rq64z0ifxs52aqdz0iz4mi6xvj88hcn3aakkmsj749vvn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/586ef409e3ae758b459b625d4bf0108f0525a085/recipes/ac-geiser";
- sha256 = "0v558qz1mp8b1bgk8kgdk5sx5mpd353mw77n5b0pw4b2ikzpz2mx";
- name = "recipe";
- };
- packageRequires = [ auto-complete geiser ];
- meta = {
- homepage = "https://melpa.org/#/ac-geiser";
- license = lib.licenses.free;
- };
- }) {};
- ac-haskell-process = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-haskell-process";
- ename = "ac-haskell-process";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ac-haskell-process";
- rev = "0362d4323511107ec70e7165cb612f3ab01b712f";
- sha256 = "0m33v9iy3y37sicfmpx7kvmn8v1a8k6cs7d0v9v5k93p4d5ila41";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98bd259b6bfd9b49a8ae421807a4ab3821f09608/recipes/ac-haskell-process";
- sha256 = "0kv4z850kv03wiax1flnrp6sgqja25j23l719w7rkr7ck110q8rw";
- name = "recipe";
- };
- packageRequires = [ auto-complete haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/ac-haskell-process";
- license = lib.licenses.free;
- };
- }) {};
- ac-helm = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "ac-helm";
- ename = "ac-helm";
- version = "2.1";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "ac-helm";
- rev = "f2110576b0eb35850a7f638c1a991a9fa0c8da3a";
- sha256 = "1gw38phyaslpql7szvlpwgyfngdgd21f6lq406vq0gjwwmxgig34";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/50427d365c79aff84ac759d19ce177b4f7ed2751/recipes/ac-helm";
- sha256 = "16ajxlhcah5zbvywpc6l4l1arr308gjpgvdx6l1nrv2zvpckhlwq";
- name = "recipe";
- };
- packageRequires = [ auto-complete helm popup ];
- meta = {
- homepage = "https://melpa.org/#/ac-helm";
- license = lib.licenses.free;
- };
- }) {};
- ac-html = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-completion-data }:
- melpaBuild {
- pname = "ac-html";
- ename = "ac-html";
- version = "0.31";
- src = fetchFromGitHub {
- owner = "zhangkaiyulw";
- repo = "ac-html";
- rev = "415a78c3b84855b0c0411832d21a0fb63239b184";
- sha256 = "19v9515ixg22m7h7riix8w3vyhzax1m2pbwdirp59v532xn9b0cz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/ac-html";
- sha256 = "1vidmvylwwvraf8k63dvxv47ism49n6pp0f38l5rl4iaznhkdr84";
- name = "recipe";
- };
- packageRequires = [ auto-complete web-completion-data ];
- meta = {
- homepage = "https://melpa.org/#/ac-html";
- license = lib.licenses.free;
- };
- }) {};
- ac-html-bootstrap = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-completion-data }:
- melpaBuild {
- pname = "ac-html-bootstrap";
- ename = "ac-html-bootstrap";
- version = "0.9.3";
- src = fetchFromGitHub {
- owner = "osv";
- repo = "ac-html-bootstrap";
- rev = "591e1e996c820da218ea1eee0a500c556769f128";
- sha256 = "1zmjqnlbfchnb7n2v7ms7q06xma1lmf9ry3v6f4pfnwlmz5lsf3a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6cf8aed547ca2390395dcf52d6c542b6944697af/recipes/ac-html-bootstrap";
- sha256 = "0z71m6xws0k9smhsswaivpikr64mv0wh6klnmi5cwhwcqas6kdi1";
- name = "recipe";
- };
- packageRequires = [ web-completion-data ];
- meta = {
- homepage = "https://melpa.org/#/ac-html-bootstrap";
- license = lib.licenses.free;
- };
- }) {};
- ac-html-csswatcher = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-completion-data }:
- melpaBuild {
- pname = "ac-html-csswatcher";
- ename = "ac-html-csswatcher";
- version = "0.1.7";
- src = fetchFromGitHub {
- owner = "osv";
- repo = "ac-html-csswatcher";
- rev = "dadc3c595cf1708291096c03987f1981f3cabc6b";
- sha256 = "0p18wxyyc1jmcwx9y5i77s25v4jszv7cmm4bkwm4dzhkxd33kh1f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fba8b9bf212e6fa389eae8394d0b3bbce9eb0f92/recipes/ac-html-csswatcher";
- sha256 = "0jb9dnm2lxadrxssf0rjqw8yvvskcq4hys8c21shjyj3gkvwbfqn";
- name = "recipe";
- };
- packageRequires = [ web-completion-data ];
- meta = {
- homepage = "https://melpa.org/#/ac-html-csswatcher";
- license = lib.licenses.free;
- };
- }) {};
- ac-inf-ruby = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-inf-ruby";
- ename = "ac-inf-ruby";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ac-inf-ruby";
- rev = "3e22b66d3d3e2712a0fe783b5cdd0583a0d4c318";
- sha256 = "1acm13n59sdgvvzicscxzrr5j1x5sa5x4rc4cnkbwb28nw5a5ysm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1a72abe0fe1253149afb45b0d9e81b6846a926c0/recipes/ac-inf-ruby";
- sha256 = "04jclf0yxz78x1fsaf5sh1p466947nqrcx337kyhqn0nkj3hplqr";
- name = "recipe";
- };
- packageRequires = [ auto-complete inf-ruby ];
- meta = {
- homepage = "https://melpa.org/#/ac-inf-ruby";
- license = lib.licenses.free;
- };
- }) {};
- ac-ispell = callPackage ({ auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-ispell";
- ename = "ac-ispell";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-ac-ispell";
- rev = "a8c84f7f0b96dc091abc51b1698f24e9c994e6aa";
- sha256 = "16qsj3wni4xhcrjx2rnxdzq6jb7jrl4bngi4an37vgdlrx3w8m6l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b41acb7387ebef9af2906fa16298b64d6431bfb0/recipes/ac-ispell";
- sha256 = "1vsy2qjh60n5lavivpqhhcpg5pk8zz2r0wy1sb65capn841zdi67";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ac-ispell";
- license = lib.licenses.free;
- };
- }) {};
- ac-mozc = callPackage ({ auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mozc }:
- melpaBuild {
- pname = "ac-mozc";
- ename = "ac-mozc";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "igjit";
- repo = "ac-mozc";
- rev = "4c6c8be4701010d9362184437c0f783e0335c631";
- sha256 = "19cb8kq8gmrplkxil22ahvbyq5cng1l2vh2lrfiyqpjsap7zfjz5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b3f74039d397037e640cc371d24bdb60ac90bf1/recipes/ac-mozc";
- sha256 = "1v3iiid8cq50i076q98ycks9m827xzncgxqwqs2rqhab0ncy3h0f";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib mozc ];
- meta = {
- homepage = "https://melpa.org/#/ac-mozc";
- license = lib.licenses.free;
- };
- }) {};
- ac-octave = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ac-octave";
- ename = "ac-octave";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "ac-octave";
- rev = "ffc12874320bbbde940e5d446898435e7da495f8";
- sha256 = "1h6g44rl5xia1l7shvihrnxlg0b8xsgvas212d1nvybc572yvbbc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/634bd324148d6b74e1098362e06dc512456cde31/recipes/ac-octave";
- sha256 = "1g5s4dk1rcgkjn17jfw6g201pw0vfhqcx1nhigmnizpnzy0man9z";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/ac-octave";
- license = lib.licenses.free;
- };
- }) {};
- ac-php = callPackage ({ ac-php-core
- , auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "ac-php";
- ename = "ac-php";
- version = "2.1.1";
- src = fetchFromGitHub {
- owner = "xcwen";
- repo = "ac-php";
- rev = "6069c9bdf755384b6cda0ca70fc19cf951f08b3b";
- sha256 = "1znjx2g5004w4f8hmm4gbdjrij2zmmf5ng18ld0pm2lgb3y3cib4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/ac-php";
- sha256 = "1wqwwgdln98snlq5msdx94b7985krvqfn264hxs1h94r85kgn1ba";
- name = "recipe";
- };
- packageRequires = [ ac-php-core auto-complete yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/ac-php";
- license = lib.licenses.free;
- };
- }) {};
- ac-php-core = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , php-mode
- , popup
- , s
- , xcscope }:
- melpaBuild {
- pname = "ac-php-core";
- ename = "ac-php-core";
- version = "2.1.1";
- src = fetchFromGitHub {
- owner = "xcwen";
- repo = "ac-php";
- rev = "19753d091424dde53a5282a3a72f94a0ddb5fd57";
- sha256 = "18l8s85yi94v7mcm8g8mm9fqjrm8zfp3yxka54b8nzw2zyjvwzi8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/ac-php-core";
- sha256 = "0vk3jsxb7dgk5a6pap3bdqkqwpszil0rck1c3y0wyxrlj2y1jcvn";
- name = "recipe";
- };
- packageRequires = [ dash f php-mode popup s xcscope ];
- meta = {
- homepage = "https://melpa.org/#/ac-php-core";
- license = lib.licenses.free;
- };
- }) {};
- ac-racer = callPackage ({ auto-complete
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , racer }:
- melpaBuild {
- pname = "ac-racer";
- ename = "ac-racer";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-ac-racer";
- rev = "4408c2d652dec0432e20c05e001db8222d778c6b";
- sha256 = "01154kqzh3pjy57vxhv27nm69p85a1fwl7r95c7pzmzxgxigfz1p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e4318daf4dbb6864ee41f41287c89010fb811641/recipes/ac-racer";
- sha256 = "1vkvh8y3ckvzvqxj4i2k6jqri94121wbfjziybli74qba8dca4yp";
- name = "recipe";
- };
- packageRequires = [ auto-complete emacs racer ];
- meta = {
- homepage = "https://melpa.org/#/ac-racer";
- license = lib.licenses.free;
- };
- }) {};
- ac-rtags = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , rtags }:
- melpaBuild {
- pname = "ac-rtags";
- ename = "ac-rtags";
- version = "2.31";
- src = fetchFromGitHub {
- owner = "Andersbakken";
- repo = "rtags";
- rev = "5e51faa79016b3302d8037e13329a4320de524f5";
- sha256 = "0qw6l96k2hxv3jvjw3nvas7m73jqj7mcchawzss8by92l61n0cx7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/ac-rtags";
- sha256 = "1w9v32di9135mm598c4506gxf0xr5jyz8dyd9dhga5d60q7g9641";
- name = "recipe";
- };
- packageRequires = [ auto-complete rtags ];
- meta = {
- homepage = "https://melpa.org/#/ac-rtags";
- license = lib.licenses.free;
- };
- }) {};
- ac-slime = callPackage ({ auto-complete
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , slime }:
- melpaBuild {
- pname = "ac-slime";
- ename = "ac-slime";
- version = "0.8";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ac-slime";
- rev = "df6c4e88b5ba2d15d47a651ecf7edc0986624112";
- sha256 = "13yghv7p6c91fn8mrxbwrb6ldk5n3b6nj6a7pwsvks1q73i1pl88";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/ac-slime";
- sha256 = "0mk3k1lcbqa16xvsbgk28x09vzqyaidqaqpq934xdbrwhdgwgckg";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib slime ];
- meta = {
- homepage = "https://melpa.org/#/ac-slime";
- license = lib.licenses.free;
- };
- }) {};
- ace-flyspell = callPackage ({ avy
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-flyspell";
- ename = "ace-flyspell";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "ace-flyspell";
- rev = "044d38fb8eb390ef1f51cf92cfe5c4ffd103044c";
- sha256 = "0yy7g2903v78a8pavhxi8c7vqbmifn2sjk84zhw5aygihp3d6vf0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ace-flyspell";
- sha256 = "1zgywb90cg64nllbbk0x9ipm6znyc5yh7vkajrrnw06r5vabyp9y";
- name = "recipe";
- };
- packageRequires = [ avy ];
- meta = {
- homepage = "https://melpa.org/#/ace-flyspell";
- license = lib.licenses.free;
- };
- }) {};
- ace-isearch = callPackage ({ ace-jump-mode
- , avy
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm-swoop
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-isearch";
- ename = "ace-isearch";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "tam17aki";
- repo = "ace-isearch";
- rev = "7e041d058492c5c35ec70de0e7c5586043e7e5ec";
- sha256 = "0233ai62zhsy5yhv72016clygwp2pcg80y6kr4cjm2k1k2wwy7m9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/344f0cf784a027cde196b7d766024fb415fa1968/recipes/ace-isearch";
- sha256 = "0n8qf08z9n8c2sp5ks29nxcfks5mil1jj6wq348apda8safk36hm";
- name = "recipe";
- };
- packageRequires = [ ace-jump-mode avy emacs helm-swoop ];
- meta = {
- homepage = "https://melpa.org/#/ace-isearch";
- license = lib.licenses.free;
- };
- }) {};
- ace-jump-buffer = callPackage ({ avy
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-jump-buffer";
- ename = "ace-jump-buffer";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "waymondo";
- repo = "ace-jump-buffer";
- rev = "02797c22c10a817dbbdfbd8fddceeba6c4f0499a";
- sha256 = "13wq92ia18q9vyhmvnz1grl1l18hxnaisb7hv13dhfc06alcsrw2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31100b5b899e942de7796bcbf6365625d1b62574/recipes/ace-jump-buffer";
- sha256 = "0hkxa0ps0v1hwmjafqbnyr6rc4s0w95igk8y3w53asl7f5sj5mpi";
- name = "recipe";
- };
- packageRequires = [ avy dash ];
- meta = {
- homepage = "https://melpa.org/#/ace-jump-buffer";
- license = lib.licenses.free;
- };
- }) {};
- ace-jump-helm-line = callPackage ({ avy
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-jump-helm-line";
- ename = "ace-jump-helm-line";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "ace-jump-helm-line";
- rev = "8779050e4794279946892b6a156d0086554a9c9e";
- sha256 = "1d4bxxcnjbdr6cjr3jmz2zrnzjv5pwrypbp4xqgqyv9rz02n7ac1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8925f3daa92ff39776b55642aa9ec0e49245c0c7/recipes/ace-jump-helm-line";
- sha256 = "04q8wh6jskvbiq6y2xsp2ir23vgz5zw09rm127sgiqrmn0jc61b9";
- name = "recipe";
- };
- packageRequires = [ avy helm ];
- meta = {
- homepage = "https://melpa.org/#/ace-jump-helm-line";
- license = lib.licenses.free;
- };
- }) {};
- ace-jump-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-jump-mode";
- ename = "ace-jump-mode";
- version = "2.0";
- src = fetchFromGitHub {
- owner = "winterTTr";
- repo = "ace-jump-mode";
- rev = "a62a6867811cd739dd98a5e00a2d2e17edfb5b71";
- sha256 = "1bwvzh056ls2v7y26a0s4j5mj582dmds04lx4x6iqihs04ss74bb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/ace-jump-mode";
- sha256 = "0yk0kppjyblr5wamncrjm3ym3n8jcl0r0g0cbnwni89smvpngij6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ace-jump-mode";
- license = lib.licenses.free;
- };
- }) {};
- ace-jump-zap = callPackage ({ ace-jump-mode
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-jump-zap";
- ename = "ace-jump-zap";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "waymondo";
- repo = "ace-jump-zap";
- rev = "1a9bf779d8f9225ede9ec482b840942bb58111df";
- sha256 = "0r875w4aq3p091hcrpkpqsivn1q9hmq2ppa1rvxzdaq0rhl9kfz4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b435db3b79333a20aa27a72f33c431f0a019ba1/recipes/ace-jump-zap";
- sha256 = "07bkmly3lvlbby2m13nj3m1q0gcnwy5sas7d6ws6vr9jh0d36byb";
- name = "recipe";
- };
- packageRequires = [ ace-jump-mode dash ];
- meta = {
- homepage = "https://melpa.org/#/ace-jump-zap";
- license = lib.licenses.free;
- };
- }) {};
- ace-link = callPackage ({ avy
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-link";
- ename = "ace-link";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "ace-link";
- rev = "7b9bc8d916b60a501c32b63ce81f315486ad44e9";
- sha256 = "147dz79vg4ym5wg3d544bw2khdb2j3hr73rw4qfm64wf0q2dj0vk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68032f40c0ce4170a22db535be4bfa7099f61f85/recipes/ace-link";
- sha256 = "1jl805r2s3wa0xyhss1q28rcy6y2fngf0yfcrcd9wf8kamhpajk5";
- name = "recipe";
- };
- packageRequires = [ avy ];
- meta = {
- homepage = "https://melpa.org/#/ace-link";
- license = lib.licenses.free;
- };
- }) {};
- ace-pinyin = callPackage ({ ace-jump-mode
- , avy
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pinyinlib }:
- melpaBuild {
- pname = "ace-pinyin";
- ename = "ace-pinyin";
- version = "0.2.5";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "ace-pinyin";
- rev = "c444d8d6861dafd06dd41e694dc9db32652e3b7c";
- sha256 = "1d2g873zwq78ggs47954lccmaky20746wg0gafyj93d1qyc3m8rn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ace-pinyin";
- sha256 = "1b3asvzm3k66lsdkmlsgmnf8xlyic8zv294j1iahzkwm6bzqj8wd";
- name = "recipe";
- };
- packageRequires = [ ace-jump-mode avy pinyinlib ];
- meta = {
- homepage = "https://melpa.org/#/ace-pinyin";
- license = lib.licenses.free;
- };
- }) {};
- ace-popup-menu = callPackage ({ avy-menu
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-popup-menu";
- ename = "ace-popup-menu";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "ace-popup-menu";
- rev = "e7cc8bace9dda5c9fbe545c6fbd41c12679c3d7d";
- sha256 = "1khqh5b9c7ass3q2gc04ayc8idanabkyfpaqvfnag063x16fv40c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/53742e2242101c4b3b3901f5c74e24facf62c7d6/recipes/ace-popup-menu";
- sha256 = "1cq1mpv7v98bqrpsm598krq1741b6rwih71cx3yjifpbagrv4m5s";
- name = "recipe";
- };
- packageRequires = [ avy-menu emacs ];
- meta = {
- homepage = "https://melpa.org/#/ace-popup-menu";
- license = lib.licenses.free;
- };
- }) {};
- ace-window = callPackage ({ avy
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ace-window";
- ename = "ace-window";
- version = "0.9.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "ace-window";
- rev = "56ef753268de8dffebaa96607fb9f0246ebe9d0f";
- sha256 = "0zx0d695nrh2xiw9ylzr10fd7chkcb6dvhw8fkcyavlyb34dj49y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42fe131d3c2ea498e4df30ba539a6b91c00f5b07/recipes/ace-window";
- sha256 = "1k0x8m1phmvgdxb5aj841iai9q96a5lfq8i4b5vnlbc3w888n3xa";
- name = "recipe";
- };
- packageRequires = [ avy ];
- meta = {
- homepage = "https://melpa.org/#/ace-window";
- license = lib.licenses.free;
- };
- }) {};
- actionscript-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "actionscript-mode";
- ename = "actionscript-mode";
- version = "7.2.2";
- src = fetchFromGitHub {
- owner = "austinhaas";
- repo = "actionscript-mode";
- rev = "fddd7220342d29e7eca734f6b798b7a2849717a5";
- sha256 = "0zybch8hz3mj63i0pxynb4d76ywqcy7b4fsa4hh71c2kb0bnczb3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c11e74f2156f109b713380cebf83022d7159d4a/recipes/actionscript-mode";
- sha256 = "1dkiay9jmizvslji5kzab4dxm1dq0jm8ps7sjq6710g7a5aqdvwq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/actionscript-mode";
- license = lib.licenses.free;
- };
- }) {};
- activity-watch-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , request }:
- melpaBuild {
- pname = "activity-watch-mode";
- ename = "activity-watch-mode";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "pauldub";
- repo = "activity-watch-mode";
- rev = "27a0841b32dfd2b691a1dcf3a4a50d74660676b1";
- sha256 = "1hfmll3g33529pshzvh2gxqr0h53p1v68wq0zlq2h2wfml89bzr9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9780c413da8001651191fb8f9708fe9691d714cf/recipes/activity-watch-mode";
- sha256 = "0k0ai6658gb43c4ylrq66zqzrfh6ksvkf0kxj2qx8a5a1aw9bd4d";
- name = "recipe";
- };
- packageRequires = [ emacs projectile request ];
- meta = {
- homepage = "https://melpa.org/#/activity-watch-mode";
- license = lib.licenses.free;
- };
- }) {};
- adafruit-wisdom = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "adafruit-wisdom";
- ename = "adafruit-wisdom";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "gonewest818";
- repo = "adafruit-wisdom.el";
- rev = "77a2e92d55a419055dd67fc85dc62fb3166d3b8d";
- sha256 = "00bdhrzkyzkcayqhakk93fqyr6ciwswrizljcyx242am6x5fc77s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18483af52c26f719fbfde626db84a67750bf4754/recipes/adafruit-wisdom";
- sha256 = "0ckh420cirspwg2yd5q9y1az03j2l1jzd67g8dpvqjkgdp485gad";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/adafruit-wisdom";
- license = lib.licenses.free;
- };
- }) {};
- add-hooks = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "add-hooks";
- ename = "add-hooks";
- version = "3.1.1";
- src = fetchFromGitHub {
- owner = "nickmccurdy";
- repo = "add-hooks";
- rev = "a1043b7cdb1ea98055a2c99f8d37584a553ca362";
- sha256 = "1jv9fpcsm572zg0j1mbpbfkqgdlqapy89xhhj19pswkhjns1y2wl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/901f846aef46d512dc0a1770bab7f07c0ae330cd/recipes/add-hooks";
- sha256 = "09a5b3prznibkb5igfn8x3vsjrlkh3534zycs8g25g4li87mcb6p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/add-hooks";
- license = lib.licenses.free;
- };
- }) {};
- add-node-modules-path = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "add-node-modules-path";
- ename = "add-node-modules-path";
- version = "1.2.0";
- src = fetchFromGitHub {
- owner = "codesuki";
- repo = "add-node-modules-path";
- rev = "6f7801b2c41e3711406b7e1654257ad5557f5bb3";
- sha256 = "1pfgy1k7vp34k4zb9835y3x4jmf81na60vsf80wlgvfafwk170z6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63e99d8fc0678d7b1831cae8940e9e6547780861/recipes/add-node-modules-path";
- sha256 = "0gbl875fgqr5np6r4cs8njs6fil1qmy8a5wir88x78ybdwwxsmbl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/add-node-modules-path";
- license = lib.licenses.free;
- };
- }) {};
- addressbook-bookmark = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "addressbook-bookmark";
- ename = "addressbook-bookmark";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "addressbook-bookmark";
- rev = "ad3c73369b804a48803fdfdf2ab613e6220260de";
- sha256 = "012kfqkmpagn8jrp09acpx631qmjim7b33j0pahv1fcqhin89pn6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a497aec6e27efa627068542cae5a16c01c3c6d3c/recipes/addressbook-bookmark";
- sha256 = "15p00v4ndrsbadal0ss176mks4ynj39786bmrnil29b6sqibd43r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/addressbook-bookmark";
- license = lib.licenses.free;
- };
- }) {};
- adoc-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , markup-faces
- , melpaBuild }:
- melpaBuild {
- pname = "adoc-mode";
- ename = "adoc-mode";
- version = "0.6.6";
- src = fetchFromGitHub {
- owner = "sensorflo";
- repo = "adoc-mode";
- rev = "995785538489e573ad208f73c4e833ba60c5cfdb";
- sha256 = "0kp2aafjhqxz3mjr9hkkss85r4n51chws5a2qj1xzb63dh36liwm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/adoc-mode";
- sha256 = "0jd3zr4zpb4qqn504azl0y02cryv7n9wphv64b0fbpipr7w5hm2c";
- name = "recipe";
- };
- packageRequires = [ markup-faces ];
- meta = {
- homepage = "https://melpa.org/#/adoc-mode";
- license = lib.licenses.free;
- };
- }) {};
- aes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aes";
- ename = "aes";
- version = "0.9";
- src = fetchFromGitHub {
- owner = "Sauermann";
- repo = "emacs-aes";
- rev = "b7d5da89c3443292e4f0b1c9d254d459933cf5af";
- sha256 = "0nz1lf77qr3vm90rm02d4inw8glav722rxsiqds76m4xsjrq02m7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/33ca3106852f82624b36c7e3f03f5c0c620f304f/recipes/aes";
- sha256 = "11vl9x3ldrv7q7rd29xk4xmlvfxs0m6iys84f6mlgf00190l5r5v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/aes";
- license = lib.licenses.free;
- };
- }) {};
- ag = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ag";
- ename = "ag";
- version = "0.47";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "ag.el";
- rev = "b4b0e39b7fb706fc3208e238c2a7e517ebdb999c";
- sha256 = "1ra5nrc4nvp41rcdc4nkjs9lk7131zd54v63c6lyi3zkg3dyl7im";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67f410ac3a58a038e194bcf174bc0a8ceceafb9a/recipes/ag";
- sha256 = "1r4ai09vdckkg4h4i7dp781qqmm4kky53p4q8azp3n2c78i1vz6g";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash s ];
- meta = {
- homepage = "https://melpa.org/#/ag";
- license = lib.licenses.free;
- };
- }) {};
- aggressive-indent = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aggressive-indent";
- ename = "aggressive-indent";
- version = "1.9.0";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "aggressive-indent-mode";
- rev = "d6778ae89cd2d40949aa076a43e327f7acff59c3";
- sha256 = "0xya19w1bwpqrrqvmms0lfhqb168iv7j6kvnn49zbynnf9dhgr9w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/aggressive-indent";
- sha256 = "1qi8jbr28gax35siim3hnnkiy8pa2vcrzqzc6axr98wzny46x0i2";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/aggressive-indent";
- license = lib.licenses.free;
- };
- }) {};
- ahk-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ahk-mode";
- ename = "ahk-mode";
- version = "1.5.6";
- src = fetchFromGitHub {
- owner = "ralesi";
- repo = "ahk-mode";
- rev = "bf3205efe7b7a40f3c8978f68f14ea3a939cffa8";
- sha256 = "02nkcin0piv7s93c9plhy361dbqr78m0gd19myc7qb7gnm36kzpn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/ahk-mode";
- sha256 = "0jx5vhlfw5r6l4125bjjbf7dl1589ac6j419swx26k3p8p58d93r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ahk-mode";
- license = lib.licenses.free;
- };
- }) {};
- ahungry-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ahungry-theme";
- ename = "ahungry-theme";
- version = "1.10.0";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "color-theme-ahungry";
- rev = "45bf75f17752c8e8dd4c8a4531c0aa419cdccb84";
- sha256 = "03xypgq6vy7819r42g23kgn7p775bc0v9blzhi0zp5c61p4cw8v3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/520295978fd7de3f4266dd69cc30d0b4fdf09db0/recipes/ahungry-theme";
- sha256 = "0fhim0qscpqx9siprp3ax1azxzmqkzvrjx517d9bnd68z7xxbpqy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ahungry-theme";
- license = lib.licenses.free;
- };
- }) {};
- aio = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aio";
- ename = "aio";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacs-aio";
- rev = "077722896e649e7a33dcafbc4585686a29423979";
- sha256 = "1y7j10j74r3fy0rcb8g3cm9nlls34qb0pz9xkia7psp77syrlz54";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/95744cc13e7ac8d9acd794004d951f62e5880fa4/recipes/aio";
- sha256 = "0sd8g2w4n9r2ndmp353v89xvky8043vmd92v2ggbl45chhpjl5zw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/aio";
- license = lib.licenses.free;
- };
- }) {};
- airline-themes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , powerline }:
- melpaBuild {
- pname = "airline-themes";
- ename = "airline-themes";
- version = "1.7";
- src = fetchFromGitHub {
- owner = "AnthonyDiGirolamo";
- repo = "airline-themes";
- rev = "bd9624a94618f4144762032a93549f53ffc1e7b3";
- sha256 = "1rlszg7z5k8c6fmjk4sjgrc9xgcjc1jah6c7kdl9kypha7y8s4bq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/addeb923176132a52807308fa5e71d41c9511802/recipes/airline-themes";
- sha256 = "0jkhb6nigyjmwqny7g59h4ssfy64vl3qnwcw46wnx5k9i73cjyih";
- name = "recipe";
- };
- packageRequires = [ powerline ];
- meta = {
- homepage = "https://melpa.org/#/airline-themes";
- license = lib.licenses.free;
- };
- }) {};
- alan-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "alan-mode";
- ename = "alan-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "M-industries";
- repo = "AlanForEmacs";
- rev = "0089e7c874c6d35e55be6ecd479ada2b97688a1f";
- sha256 = "0mw9ja0f2jsj0vqk1zqwpzxm9j2yfahiibd8xkhx0wan0dggx592";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e52314db81dad3517ab400099b032260c3e3e6f/recipes/alan-mode";
- sha256 = "1528rh26kr9zj43djbrfb7vmq78spfay3k3ps5apc580ipx1a4hg";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/alan-mode";
- license = lib.licenses.free;
- };
- }) {};
- alarm-clock = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "alarm-clock";
- ename = "alarm-clock";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "wlemuel";
- repo = "alarm-clock";
- rev = "d5706ace823f75136107c09c6dad79df7c3b290e";
- sha256 = "1jaagkzfdn9z1plw7ky7gabp45gv0a0gap2a55is1i9cyy83kzmw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/440fe05fa0d10d54e9c52e2e54e71a1321325376/recipes/alarm-clock";
- sha256 = "1cgrj6dzpx0q15qzr9d342wg8w92c2r4zmk7rif2h87qxr66fbrg";
- name = "recipe";
- };
- packageRequires = [ emacs f ];
- meta = {
- homepage = "https://melpa.org/#/alarm-clock";
- license = lib.licenses.free;
- };
- }) {};
- alchemist = callPackage ({ company
- , dash
- , elixir-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "alchemist";
- ename = "alchemist";
- version = "1.8.2";
- src = fetchFromGitHub {
- owner = "tonini";
- repo = "alchemist.el";
- rev = "34caeed1bd231c7dfa8d2b9aa5c5de2b2a059601";
- sha256 = "1cci0sq568ghx6x7my96m0iiwvqz2f4dh6k3gn3mmfyvi7bmrpww";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6616dc61d17c5bd89bc4d226baab24a1f8e49b3e/recipes/alchemist";
- sha256 = "18jxw0zb7y34qbm4bcpfpb2656f0h9grmrbfskgp4ra4q5q3n369";
- name = "recipe";
- };
- packageRequires = [ company dash elixir-mode emacs pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/alchemist";
- license = lib.licenses.free;
- };
- }) {};
- alda-mode = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "alda-mode";
- ename = "alda-mode";
- version = "0.2.0";
- src = fetchFromGitLab {
- owner = "jgkamat";
- repo = "alda-mode";
- rev = "97c20b1fd9ad3f138e1100e3a837d05108c4c564";
- sha256 = "1wsvs756cbwbxlaxij352kman7196m39684m6sqnfb685cfrwzdj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/848cb17d871287c401496e4483e400b44696e89d/recipes/alda-mode";
- sha256 = "0qvaxh4392rpxikylcnn31z13wabaydj5aa4jyn499ggqdz7liw9";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/alda-mode";
- license = lib.licenses.free;
- };
- }) {};
- alect-themes = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "alect-themes";
- ename = "alect-themes";
- version = "0.9";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "alect-themes";
- rev = "a24065dc780738e914140d617bfe119c889d9c78";
- sha256 = "0nffxpdm0sa7bynwi0rmlwpc4qmvbda5ankhzz7fmk4ap9fkjxv9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84c25a290ae4bcc4674434c83c66ae128e4c4282/recipes/alect-themes";
- sha256 = "04fq65qnxlvl5nc2q037c6yb4nf422dfw2913gv6zfh9rdmxsks8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/alect-themes";
- license = lib.licenses.free;
- };
- }) {};
- alert = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , gntp
- , lib
- , log4e
- , melpaBuild }:
- melpaBuild {
- pname = "alert";
- ename = "alert";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "alert";
- rev = "9f329be87820474925f29b52a1131084c8ea95b9";
- sha256 = "0lc0p5cl4hfrzw1z2ghb11k1lvljn5m08jw5fmgwgxv667kwh49r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/113953825ac4ff98d90a5375eb48d8b7bfa224e7/recipes/alert";
- sha256 = "0x3cvczq09jvshz435jw2fjm69457x2wxdvvbbjq46nfnybhi118";
- name = "recipe";
- };
- packageRequires = [ cl-lib gntp log4e ];
- meta = {
- homepage = "https://melpa.org/#/alert";
- license = lib.licenses.free;
- };
- }) {};
- all-the-icons = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , memoize }:
- melpaBuild {
- pname = "all-the-icons";
- ename = "all-the-icons";
- version = "3.2.0";
- src = fetchFromGitHub {
- owner = "domtronn";
- repo = "all-the-icons.el";
- rev = "52d1f2d36468146c93aaf11399f581401a233306";
- sha256 = "1sdl33117lccznj38021lwcdnpi9nxmym295q6y460y4dm4lx0jn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/604c01aa15927bd122260529ff0f4bb6a8168b7e/recipes/all-the-icons";
- sha256 = "00ba4gkfvg38l4s0gsb4asvv1hfw9yjl2786imybzy7bkg9f9x3q";
- name = "recipe";
- };
- packageRequires = [ emacs memoize ];
- meta = {
- homepage = "https://melpa.org/#/all-the-icons";
- license = lib.licenses.free;
- };
- }) {};
- all-the-icons-ivy = callPackage ({ all-the-icons
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "all-the-icons-ivy";
- ename = "all-the-icons-ivy";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "asok";
- repo = "all-the-icons-ivy";
- rev = "b768b83716100701a5cda9c071da2bcac34bd6a4";
- sha256 = "03fssygwia1gv35y6mzifnkg5cb4klaq240jfqmyfji9jq95jzrd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9496e6bb6f03f35444fb204860bc50e5e1b36214/recipes/all-the-icons-ivy";
- sha256 = "1xv67gxd2sqj6zld4i3qcid0x5qsbd7baz55m93y1ivdqi7x7gr2";
- name = "recipe";
- };
- packageRequires = [ all-the-icons emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/all-the-icons-ivy";
- license = lib.licenses.free;
- };
- }) {};
- amd-mode = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , js2-refactor
- , lib
- , makey
- , melpaBuild
- , projectile
- , s
- , seq }:
- melpaBuild {
- pname = "amd-mode";
- ename = "amd-mode";
- version = "2.8";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "amd-mode.el";
- rev = "977b53e28b3141408fff4814be8b67ee23650cac";
- sha256 = "0m80bwar80qsga735cqrn6rbvfz4w9a036zh8inhsigylv3vwqjv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e4d6e9935e4935c9de769c7bf1c1b6dd256e10da/recipes/amd-mode";
- sha256 = "17ry6vm5xlmdfs0mykdyn05cik38yswq5axdgn8hxrvvb6f58d06";
- name = "recipe";
- };
- packageRequires = [
- emacs
- f
- js2-mode
- js2-refactor
- makey
- projectile
- s
- seq
- ];
- meta = {
- homepage = "https://melpa.org/#/amd-mode";
- license = lib.licenses.free;
- };
- }) {};
- ameba = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ameba";
- ename = "ameba";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "veelenga";
- repo = "ameba.el";
- rev = "51bb5e2aea2fb9fea83e5fed5e8df479f2d85935";
- sha256 = "1vrhyi5fc65d3czq3jalpjvm33vrxbars51s1qhv7alixqnrrpv6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d31485fd7de5ebb97daccf3e28d51f320d4f8cd/recipes/ameba";
- sha256 = "0500r0yihd208zc8cvdqgfn58a7mrhfnb0lqy509b4k0i8y0v5mq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ameba";
- license = lib.licenses.free;
- };
- }) {};
- amx = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "amx";
- ename = "amx";
- version = "3.2";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "amx";
- rev = "09e919512692dc31df079ad2cd1a3ca3ac4f1949";
- sha256 = "180841qv24z6kn3qry5216ija1h50ymm4kcmcxg4pc47bhzcjn1h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c55bfad05343b2b0f3150fd2b4adb07a1768c1c0/recipes/amx";
- sha256 = "1ikhjvkca0lsb9j719yf6spg6nwc0qaydkd8aax162sis7kp9fap";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/amx";
- license = lib.licenses.free;
- };
- }) {};
- anaconda-mode = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pythonic
- , s }:
- melpaBuild {
- pname = "anaconda-mode";
- ename = "anaconda-mode";
- version = "0.1.12";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "anaconda-mode";
- rev = "1879842b0b3772e48e558340a5667fad42526a57";
- sha256 = "00plc9jsvzh151xmva6xdpfqyxcvy3z3vnsn4g8wpw94n647lrxx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e03b698fd3fe5b80bdd24ce01f7fba28e9da0da8/recipes/anaconda-mode";
- sha256 = "0gz16aam4zrm3s9ms13h4qcdflf55506kgkpyncq3bi54cvv8n1r";
- name = "recipe";
- };
- packageRequires = [ dash emacs f pythonic s ];
- meta = {
- homepage = "https://melpa.org/#/anaconda-mode";
- license = lib.licenses.free;
- };
- }) {};
- anaphora = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "anaphora";
- ename = "anaphora";
- version = "1.0.4";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "anaphora";
- rev = "3b2da3f759b244975852e79721c4a2dbad3905cf";
- sha256 = "11fgiy029sqz7nvdm7dcal95lacryz9zql0x5h05z48nrrcl4bib";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8505db1945071a15ba0f2bb74b58d4a6875ca7d6/recipes/anaphora";
- sha256 = "1wb7fb3pc4gxvpjlm6gjbyx0rbhjiwd93qwc4vfw6p865ikl19y2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/anaphora";
- license = lib.licenses.free;
- };
- }) {};
- android-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "android-mode";
- ename = "android-mode";
- version = "0.5.1";
- src = fetchFromGitHub {
- owner = "remvee";
- repo = "android-mode";
- rev = "f8cabafaa266b56fcf4b3c6942b3ae062735251a";
- sha256 = "0npx54w565mkxkgkpv02dgmfc44i1256p0w331pf3nfxq145xh27";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77633aa340803a433570327943fbe31b396f4355/recipes/android-mode";
- sha256 = "1nqrvq411yg4b9xb5cvc7ai7lfalwc2rfhclzprvymc4vxh6k4cc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/android-mode";
- license = lib.licenses.free;
- };
- }) {};
- angular-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "angular-mode";
- ename = "angular-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "rudolfolah";
- repo = "angularjs-mode";
- rev = "026558260eb2890c72df6a59ae8762669772282b";
- sha256 = "0ljwaccb0jrp7zrnkp0383185vg3r9pf324al72d445syff5pa6y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/angular-mode";
- sha256 = "0pq4lyhppzi806n1k07n0gdhr8z8z71ri12my0pl81rl5j2z69l2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/angular-mode";
- license = lib.licenses.free;
- };
- }) {};
- angular-snippets = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "angular-snippets";
- ename = "angular-snippets";
- version = "0.2.3";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "angular-snippets.el";
- rev = "8f737c2cf5fce758a7a3833ebad2952b5398568d";
- sha256 = "0h9i0iimanbvhbqy0cj9na335rs961pvhxjj4k8y53qc73xm102a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96a0ad5fdbc52f803846e580856fb9c58181c020/recipes/angular-snippets";
- sha256 = "057phgizn1c6njvdfigb23ljs31knq247gr0rcpqfrdaxsnnzm5c";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/angular-snippets";
- license = lib.licenses.free;
- };
- }) {};
- anki-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "anki-mode";
- ename = "anki-mode";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "davidshepherd7";
- repo = "anki-mode";
- rev = "06dd1bd49b7a2b43cf9b744dd5caf67809f39d74";
- sha256 = "0ryyyihvvrcipj2bkx24cx1ibgcymnsbn79ibvmhb3wbad3hr072";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc02d06e7c7e9230e4b082923b889e1e83676263/recipes/anki-mode";
- sha256 = "1d429ws6kmswcyk0dnb303z01kq475n60a520hj258x23vp8802q";
- name = "recipe";
- };
- packageRequires = [ dash emacs markdown-mode request s ];
- meta = {
- homepage = "https://melpa.org/#/anki-mode";
- license = lib.licenses.free;
- };
- }) {};
- annotate = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "annotate";
- ename = "annotate";
- version = "0.4.7";
- src = fetchFromGitHub {
- owner = "bastibe";
- repo = "annotate.el";
- rev = "e6af7f8ef7d241fdc9f866d57dce24beb4bb6b87";
- sha256 = "19a419rnqqsmvrcl2vwy3gl7mvbfg669vyin2h2xpm56rxsinvy1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3aae88b8e3b080501195d291012deab31aaf35f7/recipes/annotate";
- sha256 = "1ajykgara2m713blj2kfmdz12fzm8jw7klyakkyi6i3c3a9m44jy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/annotate";
- license = lib.licenses.free;
- };
- }) {};
- annoying-arrows-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "annoying-arrows-mode";
- ename = "annoying-arrows-mode";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "annoying-arrows-mode.el";
- rev = "fe59f3fd464e7a87cc43fb8a1f135b3bdf8a2fb3";
- sha256 = "1ppq3kszzj2fgr7mwj565bjs8bs285ymy384cnnw7paddgcr9z02";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/annoying-arrows-mode";
- sha256 = "1vswlfypn6ijn0wwa3dsqkz5n3pillpmli2ha4q9snhd3a667vyh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/annoying-arrows-mode";
- license = lib.licenses.free;
- };
- }) {};
- ansi = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ansi";
- ename = "ansi";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "ansi.el";
- rev = "a042c5954453bab9a74177e2b78ad17a824caebc";
- sha256 = "1hbddxarr40ygvaw4pwaivq2l4f0brszw73w1r50lkjlggb7bl3g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/ansi";
- sha256 = "0b5xnv6z471jm53g37njxin6l8yflsgm80y4wxahfgy8apipcq89";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/ansi";
- license = lib.licenses.free;
- };
- }) {};
- ansible = callPackage ({ f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ansible";
- ename = "ansible";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "k1LoW";
- repo = "emacs-ansible";
- rev = "8a097176d6772b6667254dbbe19c5fb64527bf5d";
- sha256 = "1m2cb88jb1wxa9rydkbn5llx2gql453l87b4cgzsjllha6j1488k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e45bf58b980ff542a5e887707a6361eb5ac0492/recipes/ansible";
- sha256 = "1xdc05fdglqfbizra6s1zl6knnvaq526dkxqnw9g7w269j8f4z8g";
- name = "recipe";
- };
- packageRequires = [ f s ];
- meta = {
- homepage = "https://melpa.org/#/ansible";
- license = lib.licenses.free;
- };
- }) {};
- ansible-doc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ansible-doc";
- ename = "ansible-doc";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "lunaryorn";
- repo = "ansible-doc.el";
- rev = "bc8128a85a79b14f4a121105d87a5eddc33975ad";
- sha256 = "0z3y69sfzka764wjbx31dywdq4d6bfsafv2gmmbpmxqmwfmy8sz4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1daaaa7462f0b83c15ed9d9e7e6d0ee94434b8e9/recipes/ansible-doc";
- sha256 = "03idvnn79fr9id81aivkm7g7cmlsg0c520wcq4da8g013xvi342w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ansible-doc";
- license = lib.licenses.free;
- };
- }) {};
- ansible-vault = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ansible-vault";
- ename = "ansible-vault";
- version = "0.3.4";
- src = fetchFromGitHub {
- owner = "zellio";
- repo = "ansible-vault-mode";
- rev = "57cf7e6da30250587c28ebf592d7bca9a3bae1df";
- sha256 = "1m9r3vicmljypq6mhgr86lzgi26dnnlp7g0jbl9bjdk48xfg79wb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2bff0da29a9b883e53a3d211c5577a3e0bc263a0/recipes/ansible-vault";
- sha256 = "0pmsvpc866rgcajb2ihhb62g3rwhda7vvq2kxkvr566y609vv021";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ansible-vault";
- license = lib.licenses.free;
- };
- }) {};
- anti-zenburn-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "anti-zenburn-theme";
- ename = "anti-zenburn-theme";
- version = "2.5.1";
- src = fetchFromGitHub {
- owner = "m00natic";
- repo = "anti-zenburn-theme";
- rev = "c80cc51bb1aaf11dd53b9d08e01d61bc9b32622f";
- sha256 = "1c97d2jkh7iawgsbcg19gha9ffnxypbcfz0sgcsgf9vy4bvnc350";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f6f803dc99a1b1fdb5b4e79f1c9cf72b702d091/recipes/anti-zenburn-theme";
- sha256 = "1sp9p6m2jy4m9fdn1hz25cmasy0mwwgn46qmvm92i56f5x6jlzzk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/anti-zenburn-theme";
- license = lib.licenses.free;
- };
- }) {};
- anyins = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "anyins";
- ename = "anyins";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "antham";
- repo = "anyins";
- rev = "1fa85deff82f1dfbd7a5ae89ad427c2cd417f9af";
- sha256 = "1v5s43myf8vhgyq64frlbcn87728za7hc9q2v7b2x7h2r6zz6fxr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a367da2cb71fc0b144f9e608dc4857624991f19c/recipes/anyins";
- sha256 = "0ncf3kn8rackcidkgda2zs60km3hx87rwr9daj7ksmbb6am09s7c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/anyins";
- license = lib.licenses.free;
- };
- }) {};
- anzu = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "anzu";
- ename = "anzu";
- version = "0.62";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-anzu";
- rev = "3328619fec138862302bbe1b9acf2eea624a4c5e";
- sha256 = "1lzvc0ihcbplir4hqfyxfqpsd78arz15gk92kmq4f8ggbkl37fan";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/anzu";
- sha256 = "181hzwy9bc0zfhax26p20q9cjibrmi9ngps5fa3ja5g6scxfs9g1";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/anzu";
- license = lib.licenses.free;
- };
- }) {};
- apache-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "apache-mode";
- ename = "apache-mode";
- version = "2.2.0";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "apache-mode";
- rev = "354f9302a8d805ac80d846adcd1cef10830b3d51";
- sha256 = "1grs2x51k8pa6sgfa82s5pwwdfv7zw46ccw0zvd2rvzbhpq21p2z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/apache-mode";
- sha256 = "0wzfx3kaiwvya30ihq3vpdhy6znkzf25w5x43x457ifdn2vrh9zi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/apache-mode";
- license = lib.licenses.free;
- };
- }) {};
- apib-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "apib-mode";
- ename = "apib-mode";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "w-vi";
- repo = "apib-mode";
- rev = "6cc7c6f21b8e415b1718bb6a07ab2182e9e9dde6";
- sha256 = "1717f78kaqkmbhfwb9kzsv5wi2zabcbwb4wh1jklhcaalvmk3z7d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc2ebb04f975d8226a76260895399c937d6a1940/recipes/apib-mode";
- sha256 = "0y3n0xmyc4gkypq07v4sp0i6291qaj2m13zkg6mxp61zm669v2fb";
- name = "recipe";
- };
- packageRequires = [ markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/apib-mode";
- license = lib.licenses.free;
- };
- }) {};
- apiwrap = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "apiwrap";
- ename = "apiwrap";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "apiwrap.el";
- rev = "e4c9c57d6620a788ec8a715ff1bb50542edea3a6";
- sha256 = "0xpb8mmssajy42r2h1m9inhv1chx19wkp5p0p63nwpk7mhjj8bis";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0197fd3657e65e3826375d9b6f19da3058366c91/recipes/apiwrap";
- sha256 = "0n50n1n5pvcgcp1gmna3ci36pnbanjdbjpgv7zyarlb80hywbiyw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/apiwrap";
- license = lib.licenses.free;
- };
- }) {};
- apples-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "apples-mode";
- ename = "apples-mode";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "tequilasunset";
- repo = "apples-mode";
- rev = "fac47b6255e79a373c5d5e1abe66ea5d74588e9f";
- sha256 = "13j2r4nx2x6j3qx50d5rdnqd8nl5idxdkhizsk7ccz3v2607fbyy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5ca765a6a2f312f585624ec8b82dc9eb6b9bbc0c/recipes/apples-mode";
- sha256 = "05ssnxs9ybc26jhr69xl9jpb41bz1688minmlc9msq2nvyfnj97s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/apples-mode";
- license = lib.licenses.free;
- };
- }) {};
- aproject = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aproject";
- ename = "aproject";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "vietor";
- repo = "aproject";
- rev = "702caf5392288dfd821b1e744fef0bb4fd9f9281";
- sha256 = "18n3gsghj7sxxd6kpp21b2p7qwv93giwyr1zfvgbs8pzsbc8i9rx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de10c48976352f273e8363c2f6fa60602ee86c9b/recipes/aproject";
- sha256 = "0v3gx2mff2s7knm69y253pm1yr4svy8w00pqbn1chrvymb62jhp2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/aproject";
- license = lib.licenses.free;
- };
- }) {};
- apropospriate-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "apropospriate-theme";
- ename = "apropospriate-theme";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "waymondo";
- repo = "apropospriate-theme";
- rev = "0d918da74a7a225fe5a586e26f5d834e579c5323";
- sha256 = "0hqsq7y89crcmqcfbgn885dlvj7f7b0zd9q6adbhyscphk7kasjw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1da33013f15825ab656260ce7453b8127e0286f4/recipes/apropospriate-theme";
- sha256 = "10bj2bsi7b104m686z8mgvbh493liidsvivxfvfxzbndc8wyjsw9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/apropospriate-theme";
- license = lib.licenses.free;
- };
- }) {};
- archive-rpm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "archive-rpm";
- ename = "archive-rpm";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "legoscia";
- repo = "archive-rpm";
- rev = "59f83caebbd2f92fd634f6968e6d17b50ffa3dc7";
- sha256 = "11ssqaax4jl7r3z5agzmc74sjsfvl0m3xvp015ncqzpzysla47g3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e5f5653e62afdc022eac30bda3d21bd2d2625d2e/recipes/archive-rpm";
- sha256 = "0s53zbn71lb008gw3f0b5w4q0pw0vgiqbffgnyib24sh03ijl7z7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/archive-rpm";
- license = lib.licenses.free;
- };
- }) {};
- artbollocks-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "artbollocks-mode";
- ename = "artbollocks-mode";
- version = "1.1.2";
- src = fetchFromGitHub {
- owner = "sachac";
- repo = "artbollocks-mode";
- rev = "583c7048a1b09cd79554423d5115f5ddd129d190";
- sha256 = "133c1n4ra7z3vb6y47400y71a6ac19pyji0bgd4kr9fcbx0flx91";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/22b237ab91ddd3c17986ea12e6a32f2ce62d3a79/recipes/artbollocks-mode";
- sha256 = "0dlnxicn6nzyiz44y92pbl4nzr9jxfb9a99wacjrwq2ahdrwhhjp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/artbollocks-mode";
- license = lib.licenses.free;
- };
- }) {};
- arview = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "arview";
- ename = "arview";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "afainer";
- repo = "arview";
- rev = "5437b4221b64b238c273a651d4792c577dba6d45";
- sha256 = "1yvirfmvf6v5khl7zhx2ddv9bbxnx1qhwfzi0gy2nmbxlykb6s2j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31574cd756f4f93e2c6bcad5eca33a3294cccd54/recipes/arview";
- sha256 = "0d935lj0x3rbar94l7288xrgbcp1wmz6r2l0b7i89r5piczyiy1y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/arview";
- license = lib.licenses.free;
- };
- }) {};
- asilea = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "asilea";
- ename = "asilea";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "asilea";
- rev = "2aab1cc63b64ef08d12e84fd7ba5c94065f6039f";
- sha256 = "1s973vzivibaqjb8acn4ylrdasxh17jcfmmvqp4wm05nwhg75597";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/858e673c66e876d80f41d47d307c944d7bdb147d/recipes/asilea";
- sha256 = "1lb8nr6r6yy06m4pxg8w9ja4zv8k5xwhl95v2wv95y1qwhgnwg3j";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/asilea";
- license = lib.licenses.free;
- };
- }) {};
- assess = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , m-buffer
- , melpaBuild }:
- melpaBuild {
- pname = "assess";
- ename = "assess";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "assess";
- rev = "7a3189a5870fb20d179ff3ea761707a046814966";
- sha256 = "0qif6q4j0i5p2izj9p7sv1j2s6a95zklswfx8x2shv22dkphznkl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f917a34506193f2674b195569dfd3c13ba62c1d/recipes/assess";
- sha256 = "0xj3f48plwxmibax00qn15ya7s0h560xzwr8nkwl5r151v1mc9rr";
- name = "recipe";
- };
- packageRequires = [ emacs m-buffer ];
- meta = {
- homepage = "https://melpa.org/#/assess";
- license = lib.licenses.free;
- };
- }) {};
- async = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "async";
- ename = "async";
- version = "1.9.3";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "emacs-async";
- rev = "caad15ce64c1aac5e17d480c59ee6c85ebcb6bb2";
- sha256 = "1zsnb6dy8p6y68xgidv3dfxaga4biramfw8fq7wac0sc50vc98vq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/async";
- sha256 = "0s2qrmkqqfgi1ilzbj0rfk27f89p4dycdl1lqkbsm23j0zya53w4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/async";
- license = lib.licenses.free;
- };
- }) {};
- atom-one-dark-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "atom-one-dark-theme";
- ename = "atom-one-dark-theme";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "jonathanchu";
- repo = "atom-one-dark-theme";
- rev = "c2ae343971f8cda7f5b5392552ce9281f52e53de";
- sha256 = "1xyn8qiikng6vf5rbpfqz9ac10c69aip0w6v9l46w0qxsy8svyaj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3ba1c4625c9603372746a6c2edb69d65f0ef79f5/recipes/atom-one-dark-theme";
- sha256 = "0wwnkhq7vyysqiqcxc1jsn98155ri4mf4w03k7inl1f8ffpwahvw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/atom-one-dark-theme";
- license = lib.licenses.free;
- };
- }) {};
- atomic-chrome = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , websocket }:
- melpaBuild {
- pname = "atomic-chrome";
- ename = "atomic-chrome";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "alpha22jp";
- repo = "atomic-chrome";
- rev = "5518562aed5b6897a292fc5048a8f590e6047f30";
- sha256 = "1javrl1aa6hv286hk20yc3h4gvg21a2hagkx0z26g97h4jzb6m24";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35785773942a5510e2317ded5bdf872ffe434e8c/recipes/atomic-chrome";
- sha256 = "0dx12mjdc4vhbvrcl61a7j247mgs71vvy0qqj6czbpfawfl46am9";
- name = "recipe";
- };
- packageRequires = [ emacs let-alist websocket ];
- meta = {
- homepage = "https://melpa.org/#/atomic-chrome";
- license = lib.licenses.free;
- };
- }) {};
- attrap = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "attrap";
- ename = "attrap";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "jyp";
- repo = "attrap";
- rev = "a971acb251e343d4c6b0253f69dcce0c2cee0fac";
- sha256 = "0p93y151730ga7v9xa5gkp306s32qw53086i829fcbxf83c2wslv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7420eca80a8c1776d68b1f121511cc265cc70dc/recipes/attrap";
- sha256 = "1gxnrlsn9xcnnx0nhjxnhrz9bdpk2kpzjhj8jhjmwws9y361fimh";
- name = "recipe";
- };
- packageRequires = [ dash emacs f flycheck s ];
- meta = {
- homepage = "https://melpa.org/#/attrap";
- license = lib.licenses.free;
- };
- }) {};
- auctex-latexmk = callPackage ({ auctex
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auctex-latexmk";
- ename = "auctex-latexmk";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "tom-tan";
- repo = "auctex-latexmk";
- rev = "64967712b1bbfac8069aa5940fddef938a692a1a";
- sha256 = "0syd65b6x6lz6as5ih5pldmwgbmq0v3d9pay2n04vqrvsij6m3qy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3f48af615c56f093dff417a5d3b705f9993c518f/recipes/auctex-latexmk";
- sha256 = "1rdlgkiwlgm06i1gjxcfciz6wgdskfhln8qhixyfxk7pnz0ax327";
- name = "recipe";
- };
- packageRequires = [ auctex ];
- meta = {
- homepage = "https://melpa.org/#/auctex-latexmk";
- license = lib.licenses.free;
- };
- }) {};
- aurel = callPackage ({ bui
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aurel";
- ename = "aurel";
- version = "0.9";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "aurel";
- rev = "fc7ad208f43f8525f84a18941c9b55f956df8961";
- sha256 = "0mcbw8p4wrnnr39wzkfz9kc899w0k1jb00q1926mchf202cmnz94";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d1612acd2cf1fea739739608113923ec51d307e9/recipes/aurel";
- sha256 = "13zyi55ksv426pcksbm3l9s6bmp102w7j1xbry46bc48al6i2nnl";
- name = "recipe";
- };
- packageRequires = [ bui dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/aurel";
- license = lib.licenses.free;
- };
- }) {};
- aurora-config-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "aurora-config-mode";
- ename = "aurora-config-mode";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "bdd";
- repo = "aurora-config-mode.el";
- rev = "0a7ca7987c3a0824e25470389c7d25c337a81593";
- sha256 = "0ns1xhpk1awbj3kv946dv11a99p84dhm54vjk72kslxwx42nia28";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10a44bed8edee646bf68abf7dffbe352a137a278/recipes/aurora-config-mode";
- sha256 = "1hpjwidqmjxanijsc1imc7ww9abbylmkin1p0846fbz1hz3a603c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/aurora-config-mode";
- license = lib.licenses.free;
- };
- }) {};
- auth-source-pass = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auth-source-pass";
- ename = "auth-source-pass";
- version = "5.0.0";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "auth-password-store";
- rev = "df074612114c3cc2fa1c3023f26ff182f9b1190a";
- sha256 = "0qnqqdpbfr06nqw4hq7c1s7yh7zyrv4gqjj06v70cavjml7pagp6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e268441634a6e58a00e577d6e2292fa226c11b8/recipes/auth-source-pass";
- sha256 = "0icwdwz2zy3f9ynksr81pgq482iapsbx8lpyssiklyw0xgd1k8ak";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/auth-source-pass";
- license = lib.licenses.free;
- };
- }) {};
- auto-compile = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , packed }:
- melpaBuild {
- pname = "auto-compile";
- ename = "auto-compile";
- version = "1.5.1";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "auto-compile";
- rev = "e6bbb1371324c8884af3b201e9adbc9296eb2ff4";
- sha256 = "1jyn7yvbvk7cydy3pzwqlb0yxf5cxdiipa1gnigdk9wdbj68wjjk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57a2fb9524df3fdfdc54c403112e12bd70888b23/recipes/auto-compile";
- sha256 = "08k9wqk4yysps8n5n50v7lpadwsnm553pv9p7m242fwbgbsgz6nf";
- name = "recipe";
- };
- packageRequires = [ emacs packed ];
- meta = {
- homepage = "https://melpa.org/#/auto-compile";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "auto-complete";
- ename = "auto-complete";
- version = "1.5.1";
- src = fetchFromGitHub {
- owner = "auto-complete";
- repo = "auto-complete";
- rev = "0655b7f1e6c0f8475adc55f2b86404a877f26a77";
- sha256 = "04i9b11iksg6acn885wl3qgi5xpsm3yszlqmd2x21yhprndlz7gb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/083fb071191bccd6feb3fb84569373a597440fb1/recipes/auto-complete";
- sha256 = "1c4ij5bnclg94jdzhkqvq2vxwv6wvs051mbki1ibjm5f2hlacvh3";
- name = "recipe";
- };
- packageRequires = [ cl-lib popup ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-clang-async = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-complete-clang-async";
- ename = "auto-complete-clang-async";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "Golevka";
- repo = "emacs-clang-complete-async";
- rev = "5eb63c8a1e4ca3af124baf0f8f801b949888f9b8";
- sha256 = "09f8hqs9n13lkb7b352ig07b9xm1w0mbbnqfy2s5cw4cppmakf2n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23aa24b025216359c5e600eee2f2cd4ecc7556e3/recipes/auto-complete-clang-async";
- sha256 = "1jj0jn1v3070g7g0j5gvpybv145kki8nsjxqb8fjf9qag8ilfkjh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-clang-async";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-exuberant-ctags = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-complete-exuberant-ctags";
- ename = "auto-complete-exuberant-ctags";
- version = "0.0.7";
- src = fetchFromGitHub {
- owner = "k1LoW";
- repo = "auto-complete-exuberant-ctags";
- rev = "ff6121ff8b71beb5aa606d28fd389c484ed49765";
- sha256 = "1fqgyg986fg1dzac5wa97bx82mfddqb6qrfnpr3zksmw3vgykxr0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1cc9786ed8cea2461b592f860d8e2a0897c57068/recipes/auto-complete-exuberant-ctags";
- sha256 = "1i2s3ycc8jafkzdsz3kbvx1hh95ydi5s6rq6n0wzw1kyy3km35gd";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-exuberant-ctags";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-nxml = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-complete-nxml";
- ename = "auto-complete-nxml";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "auto-complete-nxml";
- rev = "ac7b09a23e45f9bd02affb31847263de4180163a";
- sha256 = "18bf1kw85mab0zp7rn85cm1nxjxg5c1dmiv0j0mjwzsv8an4px5y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c89dcbf03a802a4361e44174a332a312e352be36/recipes/auto-complete-nxml";
- sha256 = "0viscr5k1carn9vhflry16kgihr6fvh6h36b049pgnk6ww085k6a";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-nxml";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-pcmp = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "auto-complete-pcmp";
- ename = "auto-complete-pcmp";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "auto-complete-pcmp";
- rev = "dc5c0af834d327dd686d74a4171e5d9170007a6c";
- sha256 = "0ygak7hypc27d0wvciksnmg8c5njw2skf1ml60vs63a1krkax63i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f5c53a8aeaaab23e032a8e7cb5cad7e531a1662c/recipes/auto-complete-pcmp";
- sha256 = "1mpgkwj8jwpvxphlm6iaprwjrldmihbgg97jav0fbm1kjnm4azna";
- name = "recipe";
- };
- packageRequires = [ auto-complete log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-pcmp";
- license = lib.licenses.free;
- };
- }) {};
- auto-complete-sage = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sage-shell-mode }:
- melpaBuild {
- pname = "auto-complete-sage";
- ename = "auto-complete-sage";
- version = "0.0.5";
- src = fetchFromGitHub {
- owner = "stakemori";
- repo = "auto-complete-sage";
- rev = "84f808aea247af41f90c872bcfde5edc61ba0974";
- sha256 = "1rhcgpqdw5v2ghsjsaw0xi9r5vyvdr3mwm8mr0kimqcv4nd4ifn0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1cd78dcd58d559c47873f8fcfcab089a8493dd6/recipes/auto-complete-sage";
- sha256 = "02sxbir3arvmnkvxgndlkln9y05jnlv6i8czd6a0wcxk4nj43lq1";
- name = "recipe";
- };
- packageRequires = [ auto-complete sage-shell-mode ];
- meta = {
- homepage = "https://melpa.org/#/auto-complete-sage";
- license = lib.licenses.free;
- };
- }) {};
- auto-dictionary = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-dictionary";
- ename = "auto-dictionary";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "auto-dictionary-mode";
- rev = "0e3567a81f7bb0ad53ed9f20c7d3d1ac40c26ad1";
- sha256 = "191294k92qp8gmfypf0q8j8qrym96aqikzvyb9p03wqvbr3r1dsk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1711d710ac09fe407fde89ee351ccdcb78555d35/recipes/auto-dictionary";
- sha256 = "1va485a8lxvb3507kr83cr6wpssxnf8y4l42mamn9daa8sjx3q16";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/auto-dictionary";
- license = lib.licenses.free;
- };
- }) {};
- auto-indent-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-indent-mode";
- ename = "auto-indent-mode";
- version = "0.126";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "auto-indent-mode.el";
- rev = "ad7032ee058a74405d04d775b0b384351536bc53";
- sha256 = "1hlsgsdxpx42kmqkjgy9b9ldz5i4dbi879v87pjd2qbkj8iywb6y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49af78177278e7072c70fde0eaa5bb82490ebe9d/recipes/auto-indent-mode";
- sha256 = "1nk78p8lqs8cx90asfs8iaqnwwyy8fi5bafaprm9c0nrxz299ibz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/auto-indent-mode";
- license = lib.licenses.free;
- };
- }) {};
- auto-minor-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-minor-mode";
- ename = "auto-minor-mode";
- version = "20180527.1";
- src = fetchFromGitHub {
- owner = "joewreschnig";
- repo = "auto-minor-mode";
- rev = "c62f4e04c7b73835c399f0348bea0ade2720bcbb";
- sha256 = "0vqqy6nbb884h8qhzqvjycvfqbm9pbhqxr3dlxrhfx8m6c3iasq1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b3ab5f048034777551e344101d8415cac92362c8/recipes/auto-minor-mode";
- sha256 = "1dpdylrpw1pvlmhh229b3lqs07drx9kdhw4vcv5a48qah14dz6qa";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/auto-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- auto-package-update = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "auto-package-update";
- ename = "auto-package-update";
- version = "1.6.1";
- src = fetchFromGitHub {
- owner = "rranelli";
- repo = "auto-package-update.el";
- rev = "cdef79f9fc6f8347fdd05664978fb9a948ea0410";
- sha256 = "05llpa6g4nb4qswmcn7j3bs7hnmkrkax7hsk7wvklr0wrljyg9a2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/78f549a299a06941edce13381f597f3a61e8c723/recipes/auto-package-update";
- sha256 = "0fdcniq5mrwbc7yvma4088r0frdfvc2ydfil0s003faz0nrjcp8k";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/auto-package-update";
- license = lib.licenses.free;
- };
- }) {};
- auto-shell-command = callPackage ({ deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popwin }:
- melpaBuild {
- pname = "auto-shell-command";
- ename = "auto-shell-command";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "ongaeshi";
- repo = "auto-shell-command";
- rev = "59d4abce779a3ce3e920592bf5696b54b2e192c7";
- sha256 = "1h8zsgw30axprs7a5kkygbhvilillzazxgqz01ng36il65fi28s6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ea710bfa77fee7c2688eea8258ca9d2105d1896e/recipes/auto-shell-command";
- sha256 = "1i78fh72i8yv91rnabf0vs78r43qrjkr36hndmn5ya2xs3b1g41j";
- name = "recipe";
- };
- packageRequires = [ deferred popwin ];
- meta = {
- homepage = "https://melpa.org/#/auto-shell-command";
- license = lib.licenses.free;
- };
- }) {};
- auto-yasnippet = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "auto-yasnippet";
- ename = "auto-yasnippet";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "auto-yasnippet";
- rev = "5cc54edbe03c0061bf69883a3e39d3bb16019e0f";
- sha256 = "0n3r7j83csby2s7284hy5pycynazyrkljxkn6xqn08gvxbbbdpdq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d33c0aee6a5d27217bbae28fc8f448c3badc8a4b/recipes/auto-yasnippet";
- sha256 = "02281gyy07cy72a29fjsixg9byqq3izb9m1jxv98ni8pcy3bpsqa";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/auto-yasnippet";
- license = lib.licenses.free;
- };
- }) {};
- autodisass-java-bytecode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "autodisass-java-bytecode";
- ename = "autodisass-java-bytecode";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "gbalats";
- repo = "autodisass-java-bytecode";
- rev = "3d61dbe266133c950b39e880f78d142751c7dc4c";
- sha256 = "1pf2mwnicj5x2kksxwmrzz2vfxj9y9r6rzgc1fl8028mfrmrmg8s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a094845521d76754a29435012af5fba9f7975a8e/recipes/autodisass-java-bytecode";
- sha256 = "1k19nkbxnysm3qkpdhz4gv2x9nnrp94xl40x84q8n84s6xaan4dc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/autodisass-java-bytecode";
- license = lib.licenses.free;
- };
- }) {};
- autodisass-llvm-bitcode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "autodisass-llvm-bitcode";
- ename = "autodisass-llvm-bitcode";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "gbalats";
- repo = "autodisass-llvm-bitcode";
- rev = "14bb1bfe2be3b04d6e0c87a7a9d1e88ce15506d0";
- sha256 = "1hyp49bidwc53cr25wwwyzcd0cbbqzxkfcpnccimphv24qfsai85";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/657e8f6bd0e44f11db8480ca42fb29d85fc3ec29/recipes/autodisass-llvm-bitcode";
- sha256 = "0bh73nzll9jp7kiqfnb5dwkipw85p3c3cyq58s0nghig02z63j01";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/autodisass-llvm-bitcode";
- license = lib.licenses.free;
- };
- }) {};
- autopair = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "autopair";
- ename = "autopair";
- version = "0.6.1";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "autopair";
- rev = "2d1eb81d12f71248ad305e70cceddf08d4fe2b39";
- sha256 = "0g6kd1r0wizamw26bhp5jkvpsd98rcybkfchc622b9v5b89a07nq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4150455d424326667390f72f6edd22b274d9fa01/recipes/autopair";
- sha256 = "0l2ypsj3dkasm0lj9jmnaqjs3rv97ldfw8cmayv77mzfd6lhjmh3";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/autopair";
- license = lib.licenses.free;
- };
- }) {};
- autothemer = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "autothemer";
- ename = "autothemer";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "jasonm23";
- repo = "autothemer";
- rev = "8c467f57571c154129d660dfccebd151c998f2d9";
- sha256 = "0cd2pqh6k32sjidkcd8682y4l6mx52xw4a05f38kk8nsrk28m74k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7/recipes/autothemer";
- sha256 = "0wahmbihyr3dx4lgiwi7041gvmmqlzlv7ss25fw90srs9n2h05gj";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/autothemer";
- license = lib.licenses.free;
- };
- }) {};
- avy = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "avy";
- ename = "avy";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "avy";
- rev = "f2cf43b5372a6e2a7c101496c47caaf03338de36";
- sha256 = "09qdni1s74i5pv8741szl5g4ynj8fxn0x65qmwa9rmfkbimnc0fs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77fac7a702d4086fb860514e377037acedc60412/recipes/avy";
- sha256 = "0gjq79f8jagbngp0shkcqmwhisc3hpgwfk34kq30nb929nbnlmag";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/avy";
- license = lib.licenses.free;
- };
- }) {};
- avy-menu = callPackage ({ avy
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "avy-menu";
- ename = "avy-menu";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "avy-menu";
- rev = "71b71e64900d0637e17013781042e086e9bf56e7";
- sha256 = "1mxrq2fpx3qa9vy121wnv02r43sb7djc2j8z7c2vh8x56h8bpial";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2f0b4cfb30c405d44803b36ebcaccef0cf87fe2d/recipes/avy-menu";
- sha256 = "1g2bsm0jpig51jwn9f9mx6z5glb0bn4s21194xam768qin0rf4iw";
- name = "recipe";
- };
- packageRequires = [ avy emacs ];
- meta = {
- homepage = "https://melpa.org/#/avy-menu";
- license = lib.licenses.free;
- };
- }) {};
- avy-migemo = callPackage ({ avy
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , migemo }:
- melpaBuild {
- pname = "avy-migemo";
- ename = "avy-migemo";
- version = "0.3.2";
- src = fetchFromGitHub {
- owner = "momomo5717";
- repo = "avy-migemo";
- rev = "ce87777bea76c45be5f185e9fe356a8efe5c2d16";
- sha256 = "0s6m44b49jm5cnrx1pvk7rfw3zhwiw5xasdlgmlvv7wws7m5snd9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6a02db29eb3e4b76b4a9cdbc966df5a1bd35dec0/recipes/avy-migemo";
- sha256 = "1zvgkhma445gj1zjl8j25prw95bdpjbvfy8yr0r5liay6g2hf296";
- name = "recipe";
- };
- packageRequires = [ avy emacs migemo ];
- meta = {
- homepage = "https://melpa.org/#/avy-migemo";
- license = lib.licenses.free;
- };
- }) {};
- avy-zap = callPackage ({ avy
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "avy-zap";
- ename = "avy-zap";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "avy-zap";
- rev = "67fed60d0dfe9087ca4fe3332f4a78e775b8d239";
- sha256 = "0lmv34pi9qdh76fi3w4lrfyfhzr824nsiif4nyjvpnmrabxgk309";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10a2a57c78ac1d8ab621031caa21e8574daeb9a0/recipes/avy-zap";
- sha256 = "1zbkf21ggrmg1w0xaw40i3swgc1g4fz0j8p0r9djm9j120d94zkx";
- name = "recipe";
- };
- packageRequires = [ avy ];
- meta = {
- homepage = "https://melpa.org/#/avy-zap";
- license = lib.licenses.free;
- };
- }) {};
- babel = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "babel";
- ename = "babel";
- version = "1.4";
- src = fetchFromGitHub {
- owner = "juergenhoetzel";
- repo = "babel";
- rev = "65b55ad89017c9b3a1c8c241ac4b4541eabdaf5f";
- sha256 = "0px1xggk6qyrwkma1p3d7b4z2id2gbrsxkliw3nwc1q4zndg1zr7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b0d748fa06b3cbe336cb01a7e3ed7b0421d885cc/recipes/babel";
- sha256 = "0sdpp4iym61ni32zv75n48ylj4jib8ca6n9hyqwj1b7nqg76mm1c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/babel";
- license = lib.licenses.free;
- };
- }) {};
- back-button = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nav-flash
- , pcache
- , persistent-soft
- , smartrep
- , ucs-utils }:
- melpaBuild {
- pname = "back-button";
- ename = "back-button";
- version = "0.6.6";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "back-button";
- rev = "c7b50a3e087a8dc5588d7292379cd387a1afff87";
- sha256 = "0hmn3jlsqgpc602lbcs9wzw0hgr5qpjdcxi2hjlc1cp27ilyscnf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/back-button";
- sha256 = "0vyhvm445d0rs14j5xi419akk5nd88d4hvm4251z62fmnvs50j85";
- name = "recipe";
- };
- packageRequires = [
- nav-flash
- pcache
- persistent-soft
- smartrep
- ucs-utils
- ];
- meta = {
- homepage = "https://melpa.org/#/back-button";
- license = lib.licenses.free;
- };
- }) {};
- backline = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , outline-minor-faces }:
- melpaBuild {
- pname = "backline";
- ename = "backline";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "backline";
- rev = "960deaef1d87658f79a0bd95c85946371d211590";
- sha256 = "017w7qa74laq04h359znn9kjsqpl91gypsqsldpnlrb25jw0z0gl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f252e45e8bd6e8af1267755d108f378a974ddaf1/recipes/backline";
- sha256 = "0y5y048s6r3mcgjfxpmwarnhn6lh00j9cla6qjsd83f79hw5cq4y";
- name = "recipe";
- };
- packageRequires = [ emacs outline-minor-faces ];
- meta = {
- homepage = "https://melpa.org/#/backline";
- license = lib.licenses.free;
- };
- }) {};
- badwolf-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "badwolf-theme";
- ename = "badwolf-theme";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "bkruczyk";
- repo = "badwolf-emacs";
- rev = "24a557f92a702f632901a5b7bee59945a0a8cde9";
- sha256 = "1plh7i4zhs5p7qkv7p7lnfrmkszn8b3znwvbxgp7wpxay5safc5j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/badwolf-theme";
- sha256 = "15n33l0iaq2pk70rpw7qdm8dlwcinfclpnlr3bs7vcb1dknp4g9v";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/badwolf-theme";
- license = lib.licenses.free;
- };
- }) {};
- banner-comment = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "banner-comment";
- ename = "banner-comment";
- version = "2.7";
- src = fetchFromGitHub {
- owner = "WJCFerguson";
- repo = "banner-comment";
- rev = "ac52f6b24e590787a385c08cc3751d6f2ddca815";
- sha256 = "1630py97ldh3w71s26jbcxk58529g03sl0padnzqj0rbqy82yw8w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4bb69f15cb6be38a86abf4d15450a29c9a819068/recipes/banner-comment";
- sha256 = "0i5nkfdwfr9mcir2ijdhw563azmr5p7hyl6rfy1r04fzs8j7w2pc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/banner-comment";
- license = lib.licenses.free;
- };
- }) {};
- base16-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "base16-theme";
- ename = "base16-theme";
- version = "2.2";
- src = fetchFromGitHub {
- owner = "belak";
- repo = "base16-emacs";
- rev = "10180e88d6d9434cec367b6c91222dd2fc3bd8ae";
- sha256 = "01w89g413s1da6rf94y1xnhw79cjy2bqb01yfjs58cy492cm0vr6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/30862f6be74882cfb57fb031f7318d3fd15551e3/recipes/base16-theme";
- sha256 = "115dhr3gfvdz5wv76fwpv3b4dywiwbk69qrhkfhij8vpcfybrpzx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/base16-theme";
- license = lib.licenses.free;
- };
- }) {};
- bash-completion = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bash-completion";
- ename = "bash-completion";
- version = "2.1.0";
- src = fetchFromGitHub {
- owner = "szermatt";
- repo = "emacs-bash-completion";
- rev = "6aedd690006e07199b2fcd319b9b840a527650e5";
- sha256 = "1a1wxcqzh0javjmxwi3lng5i99xiylm8lm04kv4q1lh9bli6vmv0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b528544841995045fb1f8344aaaa38946bb3915/recipes/bash-completion";
- sha256 = "0l41yj0sb87i27hw6dh35l32hg4qkka6r3bpkckjnfm0xifrd9hj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bash-completion";
- license = lib.licenses.free;
- };
- }) {};
- bazel-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bazel-mode";
- ename = "bazel-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "codesuki";
- repo = "bazel-mode";
- rev = "6103da2dd9c9461e35a45fc0544ddf33410baa25";
- sha256 = "0lbiih6lj7qf2h1l2nxcwfkhdzccrs01lcdqsyhp5hysp0zdcr66";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3945f7eba7d5f248cace11a7946262ac2500b01a/recipes/bazel-mode";
- sha256 = "10590pbpg6mwkcwlm01nxf0ypw694h1b57frvn5rnc53al87i586";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bazel-mode";
- license = lib.licenses.free;
- };
- }) {};
- bbcode-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bbcode-mode";
- ename = "bbcode-mode";
- version = "2.3.0";
- src = fetchFromGitHub {
- owner = "lassik";
- repo = "emacs-bbcode-mode";
- rev = "e16619c80ea21154b4a4ccc2e13d0077e97c9caf";
- sha256 = "0l7jygskxmbckf3xhbjzgwzkrj2m6z1n3i2l7qc9ii4i3mhpx0ai";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57c307eecfc0fccfdc525ce6ff63a69ff3b78874/recipes/bbcode-mode";
- sha256 = "0rrhvwb4hrg2sbjbpgdghcgrc6gwpq3vax28r5mlacn5w5x31qjb";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/bbcode-mode";
- license = lib.licenses.free;
- };
- }) {};
- bbdb = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bbdb";
- ename = "bbdb";
- version = "3.2";
- src = fetchgit {
- url = "https://git.savannah.nongnu.org/git/bbdb.git";
- rev = "307bad59bc3debf250a8617ab699b50a9402c0ae";
- sha256 = "1i01yyr6cya2dmdpydam72mnvxj4p3mj7pbnw19lrjlfzahmajir";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/bbdb";
- sha256 = "0mm8n3dbi8lap3pjr97n2f675iy7sg476sm1vxygbc3j67rq1zb2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bbdb";
- license = lib.licenses.free;
- };
- }) {};
- bbdb- = callPackage ({ bbdb
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "bbdb-";
- ename = "bbdb-";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "bbdb-";
- rev = "2839e84c894de2513af41053e80a277a1b483d22";
- sha256 = "17nbnkg0zn6p89r27mk9hl6qhv6xscwdsq8iyikdw03svpr16lnp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/01e7a8cc1dde506cb2fcfd9270f15dc61c43ec17/recipes/bbdb-";
- sha256 = "1vzbalcchay4pxl9f1sxg0zclgc095f59dlj15pj0bqq61sbl9jf";
- name = "recipe";
- };
- packageRequires = [ bbdb log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/bbdb-";
- license = lib.licenses.free;
- };
- }) {};
- bbdb-vcard = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bbdb-vcard";
- ename = "bbdb-vcard";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "tohojo";
- repo = "bbdb-vcard";
- rev = "9e11fafef1a94bc6395bd1eeacd00f94848ac560";
- sha256 = "0fg72qnb40djyciy4gzj359lqlcbbrq0indbkzd0dj09zipkx0df";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd5d9027c49beae89f78d2a30dfa4bd070dff1bd/recipes/bbdb-vcard";
- sha256 = "1kn98b7mh9a28933r4yl8qfl9p92rpix4vkp71sar9cka0m71ilj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bbdb-vcard";
- license = lib.licenses.free;
- };
- }) {};
- bbdb2erc = callPackage ({ bbdb
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bbdb2erc";
- ename = "bbdb2erc";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "bbdb2erc";
- rev = "f39a36351e1e6f1105c9e32970e7502b77b0dbcd";
- sha256 = "1zkh7dcas80wwjvigl27wj8sp4b5z6lh3qj7zkziinwamwnxbdbs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/04867a574773e8794335a2664d4f5e8b243f3ec9/recipes/bbdb2erc";
- sha256 = "0k1f6mq9xd3568vg01dqqvcdbdshbdsi4ivkjyxis6dqfnqhlfdd";
- name = "recipe";
- };
- packageRequires = [ bbdb ];
- meta = {
- homepage = "https://melpa.org/#/bbdb2erc";
- license = lib.licenses.free;
- };
- }) {};
- beacon = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "beacon";
- ename = "beacon";
- version = "1.3.4";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "beacon";
- rev = "729338b02a0e331a4faf475da9f54771a3470106";
- sha256 = "0mypzfasclq7bmw0i8hfyp8c1ycd3kdgd5h1faygzh9r0phh7ciy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d09cfab21be800831644218e9c8c4433087951c0/recipes/beacon";
- sha256 = "1pwxvdfzs9qjd44wvgimipi2hg4qw5sh5wlsl8h8mq2kyx09s7hq";
- name = "recipe";
- };
- packageRequires = [ seq ];
- meta = {
- homepage = "https://melpa.org/#/beacon";
- license = lib.licenses.free;
- };
- }) {};
- beeminder = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "beeminder";
- ename = "beeminder";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "Sodaware";
- repo = "beeminder.el";
- rev = "3e95a669474e27cd51a16caea030456377f83062";
- sha256 = "1bj9yzjvglnb0f4glh8fg478xlm5nqmd9jqm1casdj5m30i4kafn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/beeminder";
- sha256 = "1cb8xmgsv23b464hpchm9f9i64p3fyf7aillrwk1aa2l1008kyww";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/beeminder";
- license = lib.licenses.free;
- };
- }) {};
- beginend = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "beginend";
- ename = "beginend";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "beginend";
- rev = "a06a479c2279da9e852cf42628b6dfa466fff0bd";
- sha256 = "1jbhg73g1rrkbwql5vi2b0ys9avfazmwzwgd90gkzwavw0ch9cvl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31c1157d4fd9e47a780bbd91075252acdc7899dd/recipes/beginend";
- sha256 = "1y81kr9q0zrsr3c3s14rm6l86y5wf1a0kia6d98112fy4fwdm7kq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/beginend";
- license = lib.licenses.free;
- };
- }) {};
- benchmark-init = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "benchmark-init";
- ename = "benchmark-init";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "dholm";
- repo = "benchmark-init-el";
- rev = "8e4c32f32ec869fe521fb4d3c0a69406830b4178";
- sha256 = "058mic9jkwiqvmp3k9sfd6gb70ysdphnb1iynlszhixbrz5w7zs2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/54b9ae6fc10b0c56fcc7a0ad73743ffc85a3e9a0/recipes/benchmark-init";
- sha256 = "0dknch4b1j7ff1079z2fhqng7kp4903b3v7mhj15b5vzspbp3wal";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/benchmark-init";
- license = lib.licenses.free;
- };
- }) {};
- benchstat = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "benchstat";
- ename = "benchstat";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "Quasilyte";
- repo = "benchstat.el";
- rev = "b39a97f3072c2d3c1d3f86790b9e134d05b8d7e6";
- sha256 = "0j508n860dp4in1psnkcriqck6by1jvnscalyff5na8hx6xgyysm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d9180fbedf95f9b1f5810bbf4929dfee513f89e3/recipes/benchstat";
- sha256 = "0h2zi4gh23bas1zfj7j2x994lwgd3xyys96ipg1vq7z2b06572k9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/benchstat";
- license = lib.licenses.free;
- };
- }) {};
- better-defaults = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "better-defaults";
- ename = "better-defaults";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "technomancy";
- repo = "better-defaults";
- rev = "90df5752a0a0602feb47aadfd3542aa7fc841bd8";
- sha256 = "1rxznx2l0cdpiz8mad8s6q17m1fngpgb1cki7ch6yh18r3qz8ysr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7bb729c1ad8602a5c0c27e81c9442981a54a924a/recipes/better-defaults";
- sha256 = "13bqcmx2gagm2ykg921ik3awp8zvw5d4lb69rr6gkpjlqp7nq2cm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/better-defaults";
- license = lib.licenses.free;
- };
- }) {};
- better-shell = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "better-shell";
- ename = "better-shell";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "killdash9";
- repo = "better-shell";
- rev = "f231404b6f8efce33b48e31e5b1566108d0ba000";
- sha256 = "1g5bljvigga856ksyvgix9hk0pp9nzic088kp0bqx0zqvcl82v0b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/better-shell";
- sha256 = "0si8nj18i3jlhdb8m6f21rmi0lxians34vhw4xhvxw2yr9l85lj6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/better-shell";
- license = lib.licenses.free;
- };
- }) {};
- bibclean-format = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , reformatter }:
- melpaBuild {
- pname = "bibclean-format";
- ename = "bibclean-format";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "peterwvj";
- repo = "bibclean-format";
- rev = "b4003950a925d1c659bc359ab5e88e4441775d77";
- sha256 = "1x5hbs9j4ms93p080267kjyqpk81il3x7q87awf6qzz5xhc20d3b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a96cc66b22e7ec145ffa3031089a3d60e77b8c42/recipes/bibclean-format";
- sha256 = "1lvi1r612jb6w0j6mbq93gk9f7hmb1pn42lfs47gvf0prmjf1zyb";
- name = "recipe";
- };
- packageRequires = [ emacs reformatter ];
- meta = {
- homepage = "https://melpa.org/#/bibclean-format";
- license = lib.licenses.free;
- };
- }) {};
- biblio = callPackage ({ biblio-core
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "biblio";
- ename = "biblio";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "cpitclaudel";
- repo = "biblio.el";
- rev = "a5a68fcf677f286f205f32dc7486f6c9f66aa6af";
- sha256 = "1gxjind6r235az59dr8liv03d8994mqb8a7m28j3c12q7p70aziz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5fbaa8c59b0e64d13beb0e0f18b0734afa84f51/recipes/biblio";
- sha256 = "0ym7xvcfd7hh3qdpfb8zpa7w8s4lpg0vngh9d0ns3s3lnhz4mi0g";
- name = "recipe";
- };
- packageRequires = [ biblio-core emacs ];
- meta = {
- homepage = "https://melpa.org/#/biblio";
- license = lib.licenses.free;
- };
- }) {};
- biblio-core = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "biblio-core";
- ename = "biblio-core";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "cpitclaudel";
- repo = "biblio.el";
- rev = "0036495a2e0d4b02b9e957e498f9437e394d6ed9";
- sha256 = "1f0p5fgvabdpafil7s8sy82hgcfzg1skxfgj72ylv3crq36bn4vp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4f086d3e8fd6a95ce198e148cd3ede35dd73fb8/recipes/biblio-core";
- sha256 = "0zpfamrb2gka41h834a05hxdbw4h55777kh6rhjikjfmy765nl97";
- name = "recipe";
- };
- packageRequires = [ dash emacs let-alist seq ];
- meta = {
- homepage = "https://melpa.org/#/biblio-core";
- license = lib.licenses.free;
- };
- }) {};
- bicycle = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bicycle";
- ename = "bicycle";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "bicycle";
- rev = "42a5db3514019d539500a67f913411f5533a1eb3";
- sha256 = "1nanf0dp7kqzs2mc8gzr9qzn9v6q86sdr35pzysdl41xqydxpsrd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec9b4138ffaf81b556e01b85ce4b112e77909260/recipes/bicycle";
- sha256 = "16ikqbmsjyknj3580wdnp8ffs85bq9idf9hvxm0ihgw5gy469xqj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bicycle";
- license = lib.licenses.free;
- };
- }) {};
- bifocal = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bifocal";
- ename = "bifocal";
- version = "0.0.5";
- src = fetchFromGitHub {
- owner = "riscy";
- repo = "bifocal-mode";
- rev = "add30c678488cec04976a85ba8cda20805938a01";
- sha256 = "01j8s6c3qm4scxy1dk07l41y0n55gz83zzfi254kc2vyx02vqg7f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/79e71995bd8452bad2e717884f148ec74c9735fc/recipes/bifocal";
- sha256 = "07qrxsby611l3cwsmw3d53h1n7cd1vg53j4vlc2isg56l2m4qks5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bifocal";
- license = lib.licenses.free;
- };
- }) {};
- binclock = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "binclock";
- ename = "binclock";
- version = "1.11";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "binclock.el";
- rev = "b964e437311e5406a31c0ec7038b3bf1fd02b876";
- sha256 = "0ljxb70vx7x0yn8y1ilf4phk0hamprl43dh23fm3njqqgw60hzbk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/95dfa38d795172dca6a09cd02e21630747723949/recipes/binclock";
- sha256 = "1s0072kcd1xp8355j8aph94gb3a1wqmzx1hhfp9d6bzqf6cij8gk";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/binclock";
- license = lib.licenses.free;
- };
- }) {};
- bind-chord = callPackage ({ bind-key
- , fetchFromGitHub
- , fetchurl
- , key-chord
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bind-chord";
- ename = "bind-chord";
- version = "2.4";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "use-package";
- rev = "33127b706e66fb20dfa40d94eb553dd7d6ef9197";
- sha256 = "1iz7ibdvf3bnfkwfhakigvrdzg69qgx3z7qayq54spx3rpxf7x0b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6240afa625290187785e4b7535ee7b0d7aad8969/recipes/bind-chord";
- sha256 = "1hyhs3iypyg5730a20axcfzrrglm4nbgdz8x1ifkaa0iy5zc9hb0";
- name = "recipe";
- };
- packageRequires = [ bind-key key-chord ];
- meta = {
- homepage = "https://melpa.org/#/bind-chord";
- license = lib.licenses.free;
- };
- }) {};
- bind-key = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bind-key";
- ename = "bind-key";
- version = "2.4";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "use-package";
- rev = "c03d153e5882109e24c016d3afa6940af673ede6";
- sha256 = "0zyl8dfg8acf99966sp8i5iky1mvn2h016viqk48s0hjv9va0wii";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d39d33af6b6c9af9fe49bda319ea05c711a1b16e/recipes/bind-key";
- sha256 = "1qw2c27016d3yfg0w10is1v72y2jvzhq07ca4h6v17yi94ahj5xm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bind-key";
- license = lib.licenses.free;
- };
- }) {};
- bind-map = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bind-map";
- ename = "bind-map";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "justbur";
- repo = "emacs-bind-map";
- rev = "bf4181e3a41463684adfffc6c5c305b30480e30f";
- sha256 = "0vrk17yg3jbww92p433p64ijmjf7cjg2wmzi9w418235w1xdfzz8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f58800af5965a6e7c9314aa00e971196ea0d036e/recipes/bind-map";
- sha256 = "1jzkp010b4vs1bdhccf5igmymfxab4vxs1pccpk9n5n5a4xaa358";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bind-map";
- license = lib.licenses.free;
- };
- }) {};
- bing-dict = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bing-dict";
- ename = "bing-dict";
- version = "0.2.3";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "bing-dict.el";
- rev = "da071309f6ffbb9e66e6720dd05e31964ff402a9";
- sha256 = "1wl810k3zl0v4i4280mzjdgd9mdc7q9s13s5svj197mlsx7gkifw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/bing-dict";
- sha256 = "1cqjndq8xm2bwjvdj95dn377bp9r6rrkp1z4a45faj408mipahli";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bing-dict";
- license = lib.licenses.free;
- };
- }) {};
- birds-of-paradise-plus-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "birds-of-paradise-plus-theme";
- ename = "birds-of-paradise-plus-theme";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "jimeh";
- repo = "birds-of-paradise-plus-theme.el";
- rev = "ba2c4443388a73f2c5e2de0c24d3106676aeb6fa";
- sha256 = "1r3f5d67x257g8kvdbdsl4w3y1dvc1d6s9x8bygbkvyahfi5m5hn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3932853232c269f158806aebe416b456c752a9bb/recipes/birds-of-paradise-plus-theme";
- sha256 = "0vdv2siy30kf1qhzrc39sygjk17lwm3ix58pcs3shwkg1y5amj3m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/birds-of-paradise-plus-theme";
- license = lib.licenses.free;
- };
- }) {};
- bm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bm";
- ename = "bm";
- version = "201905";
- src = fetchFromGitHub {
- owner = "joodland";
- repo = "bm";
- rev = "637dacf4cb9112fdfb949706a704dd53cbe79c7e";
- sha256 = "180b3rc13asrmsdh7v405d54jkrininvaj52xhp71vw91ng51dkn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/bm";
- sha256 = "07459r7m12j2nsb7qrb26bx32alylhaaq3z448n42lz02a8dc63g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bm";
- license = lib.licenses.free;
- };
- }) {};
- bnf-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bnf-mode";
- ename = "bnf-mode";
- version = "0.4.2";
- src = fetchFromGitHub {
- owner = "sergeyklay";
- repo = "bnf-mode";
- rev = "2f217ecf76fa775da4b28de7dd2b615460d9f8ad";
- sha256 = "17nhy9mwaji230d3dhi3d40wibqviapa5h60mlm20mc5b2vb0vyd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/217bde4ccd2d68dc14b1bfee22fbc99cd4109952/recipes/bnf-mode";
- sha256 = "027pn2lvqsxyj9ii5svql2sw4xm9wrd9zy7ms8vayv737w5xd3n1";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/bnf-mode";
- license = lib.licenses.free;
- };
- }) {};
- bnfc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bnfc";
- ename = "bnfc";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "jmitchell";
- repo = "bnfc-mode";
- rev = "1b58df1dd0cb9b81900632fb2843a03b94f56fdb";
- sha256 = "0lmqrcy80nw6vmf81kh6q39x8pwhzrj6lbk31xpl8mvwnpqaykmn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7871b6372a391ace76edea40c6f92ceb10b70bf9/recipes/bnfc";
- sha256 = "0h6qhyi7vcikg7zhv8lywdz033kp27a8z1ymq5wgs4aqs184igm6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bnfc";
- license = lib.licenses.free;
- };
- }) {};
- bog = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bog";
- ename = "bog";
- version = "1.3.1";
- src = fetchFromGitHub {
- owner = "kyleam";
- repo = "bog";
- rev = "6ed4d3edbe771e586d873b826330f3ef23aa1611";
- sha256 = "0s4jwlaq3mqyzkyg3x4nh4nx7vw825jhz7ggakay7a2cfvpa4i2j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19fd0bf2f8e52c79120c492a6dcabdd51b465d35/recipes/bog";
- sha256 = "1ci8xxca7dclmi5v37y5k45qlmzs6a9hi6m7czgiwxii902w5pkl";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/bog";
- license = lib.licenses.free;
- };
- }) {};
- bongo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bongo";
- ename = "bongo";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "dbrock";
- repo = "bongo";
- rev = "c5280a11fe8ff39fba4b09ec4a39b0f799d2b59c";
- sha256 = "1q3ws2vn062dh7ci6jn2k2bcn7szh3ap64sgwkzdd6f1pas37fnr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/692428769cd792dc0644641682c2793103dd00c6/recipes/bongo";
- sha256 = "07i9gw067r2igp6s2g2iakm1ybvw04q6zznna2cfdf08nax64ghv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bongo";
- license = lib.licenses.free;
- };
- }) {};
- bool-flip = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bool-flip";
- ename = "bool-flip";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "michaeljb";
- repo = "bool-flip";
- rev = "0f7cc9b387429239fb929896511727d4e49a795b";
- sha256 = "1051gy7izy25jwh079231d4lh9azchbqc6nvfrkv8s9ck407a65a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f56377a7c3f4b75206ad9ba570c35dbf752079e9/recipes/bool-flip";
- sha256 = "1xfspqxshx7m8gh6g1snkaahka9f71fnq7hx81nik4s9s8pmxj9c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/bool-flip";
- license = lib.licenses.free;
- };
- }) {};
- boon = callPackage ({ dash
- , emacs
- , expand-region
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multiple-cursors }:
- melpaBuild {
- pname = "boon";
- ename = "boon";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "jyp";
- repo = "boon";
- rev = "d9f0545708bbbbe3df23b2b91cdd2824beb0df56";
- sha256 = "0crqwyhzkwpi7c0rqcgmgqx6g4f8fw9gd9nh0ii6p5agiw140yj8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/boon";
- sha256 = "0gryw7x97jd46jgrm93cjagj4p7w93cjc36i2ps9ajf0d8m4gajb";
- name = "recipe";
- };
- packageRequires = [ dash emacs expand-region multiple-cursors ];
- meta = {
- homepage = "https://melpa.org/#/boon";
- license = lib.licenses.free;
- };
- }) {};
- borg = callPackage ({ dash
- , emacs
- , epkg
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "borg";
- ename = "borg";
- version = "3.1.1";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "borg";
- rev = "940af3d437b299ef81ce73da4e4ec8c2f52d7a79";
- sha256 = "0lg2inxzfz6pcblynna4fyi5lxnmbrpl095d6574d0pnn22zdx5a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/878ab90d444f3a1fd2c9f9068ca7b477e218f1da/recipes/borg";
- sha256 = "0gn4hf7hn190gl0kg59nr6jzjnb39c0hy9b3brrsfld9hyxga9jr";
- name = "recipe";
- };
- packageRequires = [ dash emacs epkg magit ];
- meta = {
- homepage = "https://melpa.org/#/borg";
- license = lib.licenses.free;
- };
- }) {};
- boxquote = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "boxquote";
- ename = "boxquote";
- version = "2.1";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "boxquote.el";
- rev = "b6a4ad3ee5b327bd3b1bf65f8733bd301fe59883";
- sha256 = "1f61k3sw9zvn6jq60ygi6p66blr52497fadimzcaspa79k9y1cfm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2148f8f17b16154bfc337df69a5ad31e25a9b05/recipes/boxquote";
- sha256 = "0s6cxb8y1y8w9vxxhj1izs8d0gzk4z2zm0cm9gkw1h7k2kyggx6s";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/boxquote";
- license = lib.licenses.free;
- };
- }) {};
- browse-at-remote = callPackage ({ cl-lib ? null
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "browse-at-remote";
- ename = "browse-at-remote";
- version = "0.10.0";
- src = fetchFromGitHub {
- owner = "rmuslimov";
- repo = "browse-at-remote";
- rev = "47bab994640f086939c30cc6416e770ad067e950";
- sha256 = "0vhia7xmszcb3lxrb8wh93a3knjfzj48h8nhj4fh8zj1pjz6args";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/browse-at-remote";
- sha256 = "0s088ba047azba60rlfn3jbqr321vnm953i7dqw2gj9xml90kbm4";
- name = "recipe";
- };
- packageRequires = [ cl-lib f s ];
- meta = {
- homepage = "https://melpa.org/#/browse-at-remote";
- license = lib.licenses.free;
- };
- }) {};
- browse-kill-ring = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "browse-kill-ring";
- ename = "browse-kill-ring";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "browse-kill-ring";
- repo = "browse-kill-ring";
- rev = "2a7acf98c348c4f405a6b2ab216224ca14915be8";
- sha256 = "0y9m6cv70pzcm0v2v8nwmyh1xx40831chx72m85h5ic5db03gy7b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/294dc32a672e6b6b0ebfc46cdf0ff9ceacf73e89/recipes/browse-kill-ring";
- sha256 = "1d97ap0vrg5ymp96z7y6si98fspxzy02jh1i4clvw5lggjfibhq4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/browse-kill-ring";
- license = lib.licenses.free;
- };
- }) {};
- browse-url-dwim = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , string-utils }:
- melpaBuild {
- pname = "browse-url-dwim";
- ename = "browse-url-dwim";
- version = "0.6.8";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "browse-url-dwim";
- rev = "11f1c53126619c7ef1bb5f5d6914ce0b3cce0e30";
- sha256 = "08qz9l0gb7fvknzkp67srhldzkk8cylnbn0qwkflxgcs6ndfk95y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a082c2dc0458e3007a947923f5b97e88217199e8/recipes/browse-url-dwim";
- sha256 = "13bv2ka5pp9k4kwrxfqfawwxzsqlakvpi9a32gxgx7qfi0dcb1rf";
- name = "recipe";
- };
- packageRequires = [ string-utils ];
- meta = {
- homepage = "https://melpa.org/#/browse-url-dwim";
- license = lib.licenses.free;
- };
- }) {};
- bshell = callPackage ({ buffer-manage
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bshell";
- ename = "bshell";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "plandes";
- repo = "bshell";
- rev = "884a8b906617d305e9d5d2c3750618d2f86f9aed";
- sha256 = "16qh71yhpxs5cxjmkiqiia8xrxa0ym2n32znp4yc7xiv2xfw2ss4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf0ed51304f752af3e1f56caf2856d1521d782a4/recipes/bshell";
- sha256 = "1ds8xvh74i6wqswjp8i30knr74l4gbalkb2jil8qjb9wp9l1gw9z";
- name = "recipe";
- };
- packageRequires = [ buffer-manage emacs ];
- meta = {
- homepage = "https://melpa.org/#/bshell";
- license = lib.licenses.free;
- };
- }) {};
- buffer-flip = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buffer-flip";
- ename = "buffer-flip";
- version = "2.1";
- src = fetchFromGitHub {
- owner = "killdash9";
- repo = "buffer-flip.el";
- rev = "e093360e05164c78255866c1ac8f966aa38ba514";
- sha256 = "1s35llycdhhclf9kl1q9l7zzzfqrnnvbiqv5csfw0mngfj0lz77f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3924870cac1392a7eaeeda34b92614c26c674d63/recipes/buffer-flip";
- sha256 = "0ka9ynj528yp1p31hbhm89627v6dpwspybly806n92vxavxrn098";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/buffer-flip";
- license = lib.licenses.free;
- };
- }) {};
- buffer-manage = callPackage ({ choice-program
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buffer-manage";
- ename = "buffer-manage";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "plandes";
- repo = "buffer-manage";
- rev = "8bbe342a4dafcfdaf305baea98bd4208036ab89a";
- sha256 = "027d71ppkcq60lkzgal8wv4xpjs4hzgih5ry9q2d4g0dr7wkjp3j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28f8f376df810e6ebebba9fb2c93eabbe3526cc9/recipes/buffer-manage";
- sha256 = "0fwri332faybv2apjh8zajqpryi0g4kk3and8djibpvci40l42jb";
- name = "recipe";
- };
- packageRequires = [ choice-program dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/buffer-manage";
- license = lib.licenses.free;
- };
- }) {};
- buffer-move = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buffer-move";
- ename = "buffer-move";
- version = "0.6.2";
- src = fetchFromGitHub {
- owner = "lukhas";
- repo = "buffer-move";
- rev = "9bf3ff940011c7af3fdd172fa3ea2511c7a8a190";
- sha256 = "0xdks4jfqyhkh34y48iq3gz8swp0f526kwnaai5mhgvazvs4za8c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e30e053eab078a8bef73e42b90299231ea0997ee/recipes/buffer-move";
- sha256 = "0wysywff2bggrha7lpl83c8x6ln7zgdj9gsqmjva6gramqb260fg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/buffer-move";
- license = lib.licenses.free;
- };
- }) {};
- buffer-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buffer-utils";
- ename = "buffer-utils";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "buffer-utils";
- rev = "b4d325543e25518d725a2122b49cd72a0d6a079a";
- sha256 = "0rp9hiysy13c4in7b420r7yjza2knlmvphj7l01xbxphbilplqk5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a082c2dc0458e3007a947923f5b97e88217199e8/recipes/buffer-utils";
- sha256 = "0cfipdn4fc4fvz513mwiaihvbdi05mza3z5z1379wlljw6r539z2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/buffer-utils";
- license = lib.licenses.free;
- };
- }) {};
- buffer-watcher = callPackage ({ f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buffer-watcher";
- ename = "buffer-watcher";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "buffer-watcher";
- rev = "056ad29ce1c33c575b371b856b80d580a4b9a7d2";
- sha256 = "0c4w7mpkc82886gng14h2srlbr138vf7kcs8ajwj6is47zc75nkb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8681776d467951d14d8247e6939bd9a6f2a80ec/recipes/buffer-watcher";
- sha256 = "0v096021xk7k821bxb5zddw6sljqa6fs8f7s8j0w3pv6lmhra1ln";
- name = "recipe";
- };
- packageRequires = [ f ];
- meta = {
- homepage = "https://melpa.org/#/buffer-watcher";
- license = lib.licenses.free;
- };
- }) {};
- bufshow = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bufshow";
- ename = "bufshow";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "pjones";
- repo = "bufshow";
- rev = "984dc947992cada3dcdb7ea066a9794e45daa66f";
- sha256 = "1mjykz21kx2aj0r9x7j2rh6mr64wd0m7wzn9ppxrw6296l2y253m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/543a734795eed11aa47a8e1348d14e362b341af0/recipes/bufshow";
- sha256 = "027cd0jzb8yxm66q1bhyi75f2m9f2pq3aswgav1d18na3ybwg65h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bufshow";
- license = lib.licenses.free;
- };
- }) {};
- bug-reference-github = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bug-reference-github";
- ename = "bug-reference-github";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "arnested";
- repo = "bug-reference-github";
- rev = "f570a0532bfb44f095b42cf68ab1f69799101137";
- sha256 = "09rbxgrk7jp9xajya6nccj0ak7fc48wyxq4sfmjmy3q1qfszdsc3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5dfce86371692dddef78a6c1d772138b487b82cb/recipes/bug-reference-github";
- sha256 = "18yzxwanbrxsab6ba75z1196x0m6dapdhbvy6df5b5x5viz99cf6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bug-reference-github";
- license = lib.licenses.free;
- };
- }) {};
- bui = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bui";
- ename = "bui";
- version = "1.2.1";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "bui.el";
- rev = "9162c24b75799857d54838d961c60776ffcd657e";
- sha256 = "0sszdl4kvqbihdh8d7mybpp0d8yw2p3gyiipjcxz9xhvvmw3ww4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/38b7c9345de75a707b4a73e8bb8e2f213e4fd739/recipes/bui";
- sha256 = "0a4g55k02hi3cwvk4d35lk2x5kc4fabskl2025i83hx0rqw4w3f1";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/bui";
- license = lib.licenses.free;
- };
- }) {};
- build-farm = callPackage ({ bui
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "build-farm";
- ename = "build-farm";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "build-farm.el";
- rev = "5c268a3c235ace0d79ef1ec82c440120317e06f5";
- sha256 = "0i0bwbav5861j2y15j9nd5m9rdqg9q97zgcbld8pivr9nyxy63lz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bc97bf56ea50788ecbbbb1f46e188e8487370936/recipes/build-farm";
- sha256 = "0dbq3sc1x0cj06hv3mlk0zw0cijdwjszicylv14m1wahal33xjrw";
- name = "recipe";
- };
- packageRequires = [ bui emacs magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/build-farm";
- license = lib.licenses.free;
- };
- }) {};
- build-status = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "build-status";
- ename = "build-status";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "sshaw";
- repo = "build-status";
- rev = "c29a0146c5d0be274f5e17921e01698f572c23a1";
- sha256 = "03f0h7sp0sr9kjyhvcx7i34lvc26f5x8nikfidihgzhrqpprv2b6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23bbe012f313cf0cf4c45a66eb0bee9361ced564/recipes/build-status";
- sha256 = "0ckyf0asll50gifx1v0qqzpimjms8i1rgw9bnqiyj861qn5hch92";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/build-status";
- license = lib.licenses.free;
- };
- }) {};
- bundler = callPackage ({ fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bundler";
- ename = "bundler";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "endofunky";
- repo = "bundler.el";
- rev = "4cb4fafe092d587cc9e58ff61cf900fb7f409adf";
- sha256 = "18d74nwcpk1i8adxzfwz1lgqqcxsc4wkrb490v64pph79dxsi80h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/bundler";
- sha256 = "1jvcrxwsf9yd5vhirfdmjl52n6hffr1vikd386qbn32vgqcsba7a";
- name = "recipe";
- };
- packageRequires = [ inf-ruby ];
- meta = {
- homepage = "https://melpa.org/#/bundler";
- license = lib.licenses.free;
- };
- }) {};
- bury-successful-compilation = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "bury-successful-compilation";
- ename = "bury-successful-compilation";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "EricCrosson";
- repo = "bury-successful-compilation";
- rev = "064817b44a431476305099301311def0a2d9d543";
- sha256 = "13ilv4zbzwb5rz0gf69z8pvxazvwlmb5shkb055l42ksxslp49hh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f66e2e23c7a1fa0ce6fa8a0e814242b7c46c299c/recipes/bury-successful-compilation";
- sha256 = "1gkq4r1573m6m57fp7x69k7kcpqchpcqfcz3792v0wxr22zhkwr3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/bury-successful-compilation";
- license = lib.licenses.free;
- };
- }) {};
- butler = callPackage ({ deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "butler";
- ename = "butler";
- version = "0.2.4";
- src = fetchFromGitHub {
- owner = "AshtonKem";
- repo = "Butler";
- rev = "0e91e0f01ac9c09422f076a096ee567ee138e7a4";
- sha256 = "1pii9dw4skq7nr4na6qxqasl36av8cwjp71bf1fgppqpcd9z8skj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c86e3f5083e59568afac69eed9aa8c1a0bd76e2e/recipes/butler";
- sha256 = "1jv74l9jy55qpwf5np9nlj6a1wqsm3xirm7wm89d1h2mbsfcr0mq";
- name = "recipe";
- };
- packageRequires = [ deferred emacs json ];
- meta = {
- homepage = "https://melpa.org/#/butler";
- license = lib.licenses.free;
- };
- }) {};
- buttercup = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buttercup";
- ename = "buttercup";
- version = "1.16";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "emacs-buttercup";
- rev = "810fa6fb8dab06610dbf2b5ccbc64b4d0ecc7485";
- sha256 = "0dckgcyzsav6ld78bcyrrygy1cz1jvqgav6vy8f6klpmk3r8xrl1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d4b187cb5b3cc5b546bfa6b94b6792e6363242d1/recipes/buttercup";
- sha256 = "1grrrdk5pl9l1jvnwzl8g0102gipvxb5qn6k2nmv28jpl57v8dkb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/buttercup";
- license = lib.licenses.free;
- };
- }) {};
- buttercup-junit = callPackage ({ buttercup
- , emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "buttercup-junit";
- ename = "buttercup-junit";
- version = "1.1.0";
- src = fetchgit {
- url = "https://bitbucket.org/olanilsson/buttercup-junit";
- rev = "1b3214d3d74d998c475f54035643231d8bcffbee";
- sha256 = "120ayxx7f8vdmjwdvycjpkc9acb03z1l0jf2ndigyg64jb8q7a4g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1030960afe994da338d78607233319b3f7f0c8b/recipes/buttercup-junit";
- sha256 = "1v848vbwxqrw9sdsvjaggkspavmbwkmqshf321m4n8srvi51383w";
- name = "recipe";
- };
- packageRequires = [ buttercup emacs ];
- meta = {
- homepage = "https://melpa.org/#/buttercup-junit";
- license = lib.licenses.free;
- };
- }) {};
- button-lock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "button-lock";
- ename = "button-lock";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "button-lock";
- rev = "9a8f950e06ff222b667c38facf4fb9d6ef6f1d8e";
- sha256 = "1rga1m50bhps4kv841g798w7vn80kcwyinb4ra33ldri7jyx34qj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/83459421dd2eb3d60ec668c3d5bb38d99ee64aff/recipes/button-lock";
- sha256 = "1arrdmb3nm570hgs18y9sz3z9v0wlkr3vwa2zgfnc15lmf0y34mp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/button-lock";
- license = lib.licenses.free;
- };
- }) {};
- cacoo = callPackage ({ concurrent
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cacoo";
- ename = "cacoo";
- version = "2.1.2";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-cacoo";
- rev = "c2e6a8830144810cd4e51de3646cb8200bcebbc6";
- sha256 = "1k2hmc87ifww95k3m8ksiswkk2z0y8grssba7381g8dnlp6jgprx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2bd55f5c29876c2483001cd9deaca68cab5054b9/recipes/cacoo";
- sha256 = "0kri4vi6dpsf0zk24psm16f3aa27cq5b54ga7zygmr02csq24a6z";
- name = "recipe";
- };
- packageRequires = [ concurrent ];
- meta = {
- homepage = "https://melpa.org/#/cacoo";
- license = lib.licenses.free;
- };
- }) {};
- caddyfile-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "caddyfile-mode";
- ename = "caddyfile-mode";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "Schnouki";
- repo = "caddyfile-mode";
- rev = "b0371063adc18d3cbd6dd673ea4fe39d27825d1b";
- sha256 = "1w0jfh8z9q2b0av66gckmb9d9dvx0wqmjf54avgynlmh3a7gv7lz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec771222056dcb6c67e133cd6aa6b4e4d03ac264/recipes/caddyfile-mode";
- sha256 = "12d57xcpp78lmcr95nfp0r9g7lkw8kfxf9c3rc7g53kh5xaaj4i2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/caddyfile-mode";
- license = lib.licenses.free;
- };
- }) {};
- cake-inflector = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "cake-inflector";
- ename = "cake-inflector";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "k1LoW";
- repo = "emacs-cake-inflector";
- rev = "40bf11890842ba305954528694e1c39a8b73737b";
- sha256 = "1w7yq35gzzwyf480d8gc5r6jbnawg09l6663q068ir6zr9pp4far";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77c46238b632047160d6dfac9b257f57b0c4283b/recipes/cake-inflector";
- sha256 = "04mrqcm1igb638skaq2b3nr5yzxnck2vwhln61rnh7lkfxq7wbwf";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/cake-inflector";
- license = lib.licenses.free;
- };
- }) {};
- calendar-norway = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calendar-norway";
- ename = "calendar-norway";
- version = "0.9.4";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "calendar-norway.el";
- rev = "8d1fda8268caa74ba5e712c7675ed3c34e46e2d4";
- sha256 = "011c8pz1g805a7c3djai39yasd2idfp4c2dcrvf7kbls27ayrl6d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5d01230027d5cec9da2545a9ce9270a611f6567/recipes/calendar-norway";
- sha256 = "1i23ks0bnq62bvn3szvqf0ikcam4s92yvr998mkjxhdhc94zd19c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calendar-norway";
- license = lib.licenses.free;
- };
- }) {};
- calfw = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calfw";
- ename = "calfw";
- version = "1.6";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-calfw";
- rev = "c538d3746449b4f0e16b16aad3073d4f7379d805";
- sha256 = "0r42cagvmvvib76kd15nd9ix55ys6i549vxnls4z16s864695zpa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc64274abdc7c8fb904b43d2d036aac98e738131/recipes/calfw";
- sha256 = "0am1nafc16zax8082gjlz0pi85lryjhrx0v80nzgr23iybj5mfx4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calfw";
- license = lib.licenses.free;
- };
- }) {};
- calfw-cal = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calfw-cal";
- ename = "calfw-cal";
- version = "1.6";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-calfw";
- rev = "136dce009a26e7d8a8064af422c2cf8170e852c5";
- sha256 = "1hiip8hfl7myimgba7ggs1ki1pk3ag7nyfa8j2zzm87n93g5xia4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc64274abdc7c8fb904b43d2d036aac98e738131/recipes/calfw-cal";
- sha256 = "1wylkd7jl1ifq56jj04l5b9wfrjkhwncxzrjgnbgg1cl2klf6v4m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calfw-cal";
- license = lib.licenses.free;
- };
- }) {};
- calfw-howm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calfw-howm";
- ename = "calfw-howm";
- version = "1.6";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-calfw";
- rev = "4f6e5d4d917b9d346a8867941b90133e50e820d8";
- sha256 = "0dkilf8kvxcy6rr2bynzyk5kf8dqcxhm9b9h36g8h11j181p6bl7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc64274abdc7c8fb904b43d2d036aac98e738131/recipes/calfw-howm";
- sha256 = "08cv16cq211sy2v1i0gk7d81f0gyywv0i9szmamnrbjif3rrv2m0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calfw-howm";
- license = lib.licenses.free;
- };
- }) {};
- calfw-ical = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calfw-ical";
- ename = "calfw-ical";
- version = "1.6";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-calfw";
- rev = "a67fa1023b3fddc1d1f38114c1d207376c8e6289";
- sha256 = "0g8s3pgivqk1vqdgkndznkl48c4m5yiahkjxyqyv2781hdb4f6xa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc64274abdc7c8fb904b43d2d036aac98e738131/recipes/calfw-ical";
- sha256 = "1bh9ahwp9b5knjxph79kl19fgs48x3w7dga299l0xvbxq2jhs95q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calfw-ical";
- license = lib.licenses.free;
- };
- }) {};
- calfw-org = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "calfw-org";
- ename = "calfw-org";
- version = "1.6";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-calfw";
- rev = "e03ae470788778e7714b73520014eadc03a88abd";
- sha256 = "0rhasr818qijd2pcgifi0j3q4fkbiw2ck1nivajk7m810p53bxbj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc64274abdc7c8fb904b43d2d036aac98e738131/recipes/calfw-org";
- sha256 = "1cfpjh08djz3k067w3580yb15p1csks3gzch9c4cbrbcjvg8inh5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/calfw-org";
- license = lib.licenses.free;
- };
- }) {};
- call-graph = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , hierarchy
- , ivy
- , lib
- , melpaBuild
- , tree-mode }:
- melpaBuild {
- pname = "call-graph";
- ename = "call-graph";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "beacoder";
- repo = "call-graph";
- rev = "0bbe292b1b9c7ba1d8a65ed5e475f6a53f5f9f27";
- sha256 = "0kckjs7yg8d04nir5z3f00k05272kgma98794g0ycgfn1vrck0h0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a6acf099e2510c82b4b03e2f35051afc3d28af45/recipes/call-graph";
- sha256 = "0cklr79gqqrb94jq8aq65wqriamay78vv9sd3jrvp86ixl3ig5xc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs hierarchy ivy tree-mode ];
- meta = {
- homepage = "https://melpa.org/#/call-graph";
- license = lib.licenses.free;
- };
- }) {};
- camcorder = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names }:
- melpaBuild {
- pname = "camcorder";
- ename = "camcorder";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "camcorder.el";
- rev = "b11ca61491a27681bb3131b72b51c105fd996bed";
- sha256 = "11p42cmk9sj2ilpx6nnlbzff85qi0m27wk49da2ipal28wcx2452";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/camcorder";
- sha256 = "1kbnpz3kn8ycpy8nlp8bsnnd1k1h7m02h7w5f7raw97sk4cnpvbi";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs names ];
- meta = {
- homepage = "https://melpa.org/#/camcorder";
- license = lib.licenses.free;
- };
- }) {};
- caml = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "caml";
- ename = "caml";
- version = "4.7.1";
- src = fetchFromGitHub {
- owner = "ocaml";
- repo = "ocaml";
- rev = "ca71bda2ac7e5143f58fa9a1693f97e709a91332";
- sha256 = "1ksx2ym5s68m87rnjjkdwhp5ci6cfw0yhmjjmq1r4a0d0r77x4lr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d5a3263cdcc229b11a3e96edbf632d56f32c47aa/recipes/caml";
- sha256 = "1ixs0626nsg1ilqdwj5rd8kicjy7mprswwy0kprppmpmc8y7xf7c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/caml";
- license = lib.licenses.free;
- };
- }) {};
- cangjie = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "cangjie";
- ename = "cangjie";
- version = "0.7.2";
- src = fetchFromGitHub {
- owner = "kisaragi-hiu";
- repo = "cangjie.el";
- rev = "f4dcb691e3bda6971cb89b07f368dd285179a8ff";
- sha256 = "0hvwaj1g1szyhjvyxhwflq45bbcvvgv391wa7qkwlxmrvvfhp9k2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ed79fc972f7fe69d7bad5d1cdde3a276885a9fe8/recipes/cangjie";
- sha256 = "0gdp6dlkzkkd8r3cmwakwxlxsbysb351n1lr9sq4d60gbbskklln";
- name = "recipe";
- };
- packageRequires = [ dash emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/cangjie";
- license = lib.licenses.free;
- };
- }) {};
- cargo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , rust-mode }:
- melpaBuild {
- pname = "cargo";
- ename = "cargo";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "kwrooijen";
- repo = "cargo.el";
- rev = "b0487f95a7de7a1d6f03cdd05220f633977d65a2";
- sha256 = "0r9v7q7hkdw2q3iifyrb6n9jrssz2rcv2xcc7n1nmg1v40av3ijd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e997b356b009b3d2ab467fe49b79d728a8cfe24b/recipes/cargo";
- sha256 = "06zq657cxfk5l4867qqsvhskcqc9wswyl030wj27a43idj8n41jx";
- name = "recipe";
- };
- packageRequires = [ emacs rust-mode ];
- meta = {
- homepage = "https://melpa.org/#/cargo";
- license = lib.licenses.free;
- };
- }) {};
- caseformat = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "caseformat";
- ename = "caseformat";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "HKey";
- repo = "caseformat";
- rev = "72707c9f0f0819b4e2aa45876432a293aa07f814";
- sha256 = "0mg49rpz362ipn5qzqhyfs3d6fpb51rfa73kna3gxdw0wxq2sa7g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba158fbeebcda6b6122b18c97ab8042b1c0a0bc0/recipes/caseformat";
- sha256 = "1qwyr74jbx4jpfcw8sccg47q1vdg094rr06m111gsz2yaj9m0gfk";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/caseformat";
- license = lib.licenses.free;
- };
- }) {};
- cask = callPackage ({ cl-lib ? null
- , dash
- , epl
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , package-build
- , s
- , shut-up }:
- melpaBuild {
- pname = "cask";
- ename = "cask";
- version = "0.8.4";
- src = fetchFromGitHub {
- owner = "cask";
- repo = "cask";
- rev = "ba5f6eb78178deb954ab9ac02e0e370315097ebe";
- sha256 = "1p37lq8xpyq0rc7phxgsw3b73h8vf9rkpa5959rb5k46w6ps9686";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/606e62bacfc6b6fc1d8bff3e716b743e6f32b29a/recipes/cask";
- sha256 = "17jv9hhwh3azwa8rc5iljr3c2kz6razq67mvsxi9qnywq4rhrgm9";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash epl f package-build s shut-up ];
- meta = {
- homepage = "https://melpa.org/#/cask";
- license = lib.licenses.free;
- };
- }) {};
- cask-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cask-mode";
- ename = "cask-mode";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "cask-mode";
- rev = "90a257549aa201a12c2b07157f650e3cdd7af06e";
- sha256 = "07qisn5sqdw6y0avfhhj57rwbdjxc0dfxmpf0ax5l8fgq6m0h5qc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2d8bc1afaf69b4f29ba1bb0243c25574bc1197cc/recipes/cask-mode";
- sha256 = "0fs9zyihipr3klnh3w22h43qz0wnxplm62x4kx7pm1chq9bc9kz6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cask-mode";
- license = lib.licenses.free;
- };
- }) {};
- cask-package-toolset = callPackage ({ ansi
- , cl-lib ? null
- , commander
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , shut-up }:
- melpaBuild {
- pname = "cask-package-toolset";
- ename = "cask-package-toolset";
- version = "0.9.2";
- src = fetchFromGitHub {
- owner = "AdrieanKhisbe";
- repo = "cask-package-toolset.el";
- rev = "2c74cd827e88c7f8360581a841e45f0b794510e7";
- sha256 = "1hk5q6p1j7cqg5srr3v21xfyy7aas4hfj1a66h21c2xvfjra3hxw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ed71e45389626e700b93b29d5e2659b6706274d8/recipes/cask-package-toolset";
- sha256 = "13ix093c0a58rjqj7zfp3914xj3hvj276gb2d8zhvrx9vvs1345g";
- name = "recipe";
- };
- packageRequires = [ ansi cl-lib commander dash emacs f s shut-up ];
- meta = {
- homepage = "https://melpa.org/#/cask-package-toolset";
- license = lib.licenses.free;
- };
- }) {};
- caskxy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "caskxy";
- ename = "caskxy";
- version = "0.0.5";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "caskxy";
- rev = "279f3ab79bd77fe69cb3148a79896b9bf118a9b3";
- sha256 = "1j1lw5zifp7q1ykm6si0nzxfp7n3z2lzla2njkkxmc2s6m7w4x1a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d61aea505e4913879f68081497e85542e9fd786/recipes/caskxy";
- sha256 = "0x4s3c8m75zxsvqpgfc5xwll0489zzdnngmnq048z9gkgcd7pd2s";
- name = "recipe";
- };
- packageRequires = [ log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/caskxy";
- license = lib.licenses.free;
- };
- }) {};
- catmacs = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "catmacs";
- ename = "catmacs";
- version = "0.1.1";
- src = fetchgit {
- url = "https://bitbucket.org/pymaximus/catmacs";
- rev = "c6e8277bd2aab3f5fbf10d419111110f3b33564f";
- sha256 = "0kdlmmqgpgmhbbvafywllqdwkkd5a41rf8zhfmxhs3ydza86hmlg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e62e45ea234a574ed602f27c3c6bc240bcd4fa43/recipes/catmacs";
- sha256 = "0ym1szmq9ib75yiyy5jw647fcs7gg0d5dkskqc293pg81qf3im50";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/catmacs";
- license = lib.licenses.free;
- };
- }) {};
- cbm = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cbm";
- ename = "cbm";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "akermu";
- repo = "cbm.el";
- rev = "5b41c936ba9f6d170309a85ffebc9939c1050b31";
- sha256 = "091ln3d0jhdgahbwfdm1042b19886n3kwipw5gk8d0jnq5vwrkws";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f28dbc97dc23cdb0b4c74f8805775c787635871e/recipes/cbm";
- sha256 = "02ch0gdw610c8dfxxjxs7ijsc9lzbhklj7hqgwfwksnyc36zcjmn";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/cbm";
- license = lib.licenses.free;
- };
- }) {};
- cdlatex = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cdlatex";
- ename = "cdlatex";
- version = "4.7";
- src = fetchFromGitHub {
- owner = "cdominik";
- repo = "cdlatex";
- rev = "1d491c2dddb05cdace1ae0e1f56a36009b065d85";
- sha256 = "1jj9vmhc4s3ych08bjm1c2xwi81z1p20rj7bvxrgvb5aga2ghi9d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/cdlatex";
- sha256 = "021gj0jw93r8gk0cacw1ldfibpwr6fpkcrnign7b4nqqnb3135k9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cdlatex";
- license = lib.licenses.free;
- };
- }) {};
- cdnjs = callPackage ({ dash
- , deferred
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "cdnjs";
- ename = "cdnjs";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "cdnjs.el";
- rev = "ce19880d3ec3d81e6c665d0b1dfea99cc7a3f908";
- sha256 = "02j45ngddx7n5gvy42r8y3s22bmxlnvg2pqjfh0li8m599fnd11h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66e4ce4e2c7e4aaac9dc0ce476c4759b000ff5d6/recipes/cdnjs";
- sha256 = "1clm86n643z1prxrlxlg59jg43l9wwm34x5d88bj6yvix8g6wkb7";
- name = "recipe";
- };
- packageRequires = [ dash deferred f pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/cdnjs";
- license = lib.licenses.free;
- };
- }) {};
- celery = callPackage ({ dash-functional
- , deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "celery";
- ename = "celery";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "ardumont";
- repo = "emacs-celery";
- rev = "163ebede3f6a7f59202ff319675b0873dd1de365";
- sha256 = "07h5g905i1jglsryl0dnqxz8yya5kkyjjggzbk4nl3rcj41lyas7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b896b2b89d990a7ce2f4bf4ce0aee0d126f3e55/recipes/celery";
- sha256 = "0m3hmvp6xz2m7z1kbb0ii0j3c95zi19652gfixq5a5x23kz8y59h";
- name = "recipe";
- };
- packageRequires = [ dash-functional deferred emacs s ];
- meta = {
- homepage = "https://melpa.org/#/celery";
- license = lib.licenses.free;
- };
- }) {};
- cerbere = callPackage ({ f
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild
- , pkg-info
- , s }:
- melpaBuild {
- pname = "cerbere";
- ename = "cerbere";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "cerbere";
- rev = "f9fb567b01bde8870ce36293ed8206a056169bbd";
- sha256 = "1nkqah0igjwv5yhx5yrp42pyi87vzlp1q10sn4l3a0spixn1mnlf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4145e270a2113f30f8bb4d0f6c335f1c76f77b1c/recipes/cerbere";
- sha256 = "1g3svmh5dlh5mvyag3hmiy90dfkk6f7ppd9qpwckxqyll9vl7r06";
- name = "recipe";
- };
- packageRequires = [ f go-mode pkg-info s ];
- meta = {
- homepage = "https://melpa.org/#/cerbere";
- license = lib.licenses.free;
- };
- }) {};
- ceylon-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ceylon-mode";
- ename = "ceylon-mode";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "lucaswerkmeister";
- repo = "ceylon-mode";
- rev = "00f790b3ed5ec48e2461e20a4d466ba45c634e13";
- sha256 = "08zk6aspy59gv3989zxz0ibxxwkbjasa83ilpzvpcwszrzq8x640";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/09cd1a2ccf33b209a470780a66d54e1b1d597a86/recipes/ceylon-mode";
- sha256 = "0dgqmmb8qmvzn557h0fw1mx4y0p96870l8f8glizkk3fifg7wgq4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ceylon-mode";
- license = lib.licenses.free;
- };
- }) {};
- cfengine-code-style = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cfengine-code-style";
- ename = "cfengine-code-style";
- version = "3.13.0";
- src = fetchFromGitHub {
- owner = "cfengine";
- repo = "core";
- rev = "10e43677e99a29d8072bb120e7cd7b9d03b1218f";
- sha256 = "0mncl7wb2vi620snk4z01k0wdbvvd5b2nw9nlnfr9a4hkn3fg44r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c737839aeda583e61257ad40157e24df7f918b0f/recipes/cfengine-code-style";
- sha256 = "1ny8xvdnz740qmw9m81xnwd0gh0a516arpvl3nfimglaai5bfc9a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cfengine-code-style";
- license = lib.licenses.free;
- };
- }) {};
- cframe = callPackage ({ buffer-manage
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cframe";
- ename = "cframe";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "plandes";
- repo = "cframe";
- rev = "61844d948e4464625f7023de62aeb27ca742b36f";
- sha256 = "1v413kvygfkdiqi9zg6ypihf2vcks0vs80qshg0ynm5zy27f984y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e39555b2538cc8a955766c5533871396e8fe712/recipes/cframe";
- sha256 = "0pngdaflk1pk2xmwbij4b520b3mlacnjab4r3jby0phah44ziv4l";
- name = "recipe";
- };
- packageRequires = [ buffer-manage dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/cframe";
- license = lib.licenses.free;
- };
- }) {};
- cfrs = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , posframe
- , s }:
- melpaBuild {
- pname = "cfrs";
- ename = "cfrs";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "cfrs";
- rev = "06c5f82d3ae6ff83ba8bd32f051a89b9c309f360";
- sha256 = "1gnnfw2cwix82fc3ps8f7irv40k2s043wma2lhkxyknwlgrlhla5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3ce16d27a9d73a5eaffebf7b0ff36d90c292248f/recipes/cfrs";
- sha256 = "03mi5iz0yny2ddvp41l3yc49583zw0wqsv33rkycjfj562903syx";
- name = "recipe";
- };
- packageRequires = [ dash emacs posframe s ];
- meta = {
- homepage = "https://melpa.org/#/cfrs";
- license = lib.licenses.free;
- };
- }) {};
- chapel-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chapel-mode";
- ename = "chapel-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "russel";
- repo = "Emacs-Chapel-Mode";
- rev = "816a1a54ff5ffdd20b6a4d249ace774740a3924c";
- sha256 = "0kp18xlc1005hbkfhng03y4xgaicqf6b5vwgnwbbw9s5qzirmhix";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ff32db72ad55a7191b5105192480e17535c7edde/recipes/chapel-mode";
- sha256 = "0hmnsv8xf85fc4jqkaqz5j3sf56hgib4jp530vvyc2dl2sps6vzz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/chapel-mode";
- license = lib.licenses.free;
- };
- }) {};
- char-menu = callPackage ({ avy-menu
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "char-menu";
- ename = "char-menu";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "char-menu";
- rev = "f4d8bf8fa6787e2aaca2ccda5223646541d7a4b2";
- sha256 = "0zyi1ha17jk3zz7nirasrrx43j3jkrsfz7ypbc4mk44w7hsvx2hj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f6676747e853045b3b19e7fc9524c793c6a08303/recipes/char-menu";
- sha256 = "11jkwghrmmvpv7piznkpa0wilwjdsps9rix3950pfabhlllw268l";
- name = "recipe";
- };
- packageRequires = [ avy-menu emacs ];
- meta = {
- homepage = "https://melpa.org/#/char-menu";
- license = lib.licenses.free;
- };
- }) {};
- charmap = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "charmap";
- ename = "charmap";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "lateau";
- repo = "charmap";
- rev = "165193d91ef96f563ae8366ed4c1a2df5a4eaed2";
- sha256 = "0crnd64cnsnaj5mcy55q0sc1rnamxa1xbpwpmirhyhxz780klww6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/11c549fca81c4276054f614d86d17fa7af4ab32e/recipes/charmap";
- sha256 = "1j7762d2i17ysn9ys8j7wfv989avmax8iylml2hc26mwbpyfpm84";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/charmap";
- license = lib.licenses.free;
- };
- }) {};
- chatwork = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chatwork";
- ename = "chatwork";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "ataka";
- repo = "chatwork";
- rev = "fea231d479f06bf40dbfcf45de143eecc9ed744c";
- sha256 = "163xr18lm4awfgh4lcp7pr04jirpvlk8w1g4445zbxbpjfvv268z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77ae72e62b8771e890525c063522e7091ca8f674/recipes/chatwork";
- sha256 = "0p71swcpfqbx2zmp5nh57f0m30cn68g3019005wa5x4fg7dx746p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/chatwork";
- license = lib.licenses.free;
- };
- }) {};
- cheat-sh = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cheat-sh";
- ename = "cheat-sh";
- version = "1.7";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "cheat-sh.el";
- rev = "6409bb66241255cc9a0362f2acdcb0b34344f9f2";
- sha256 = "1nmsja1s45fs93v2vbalfralixvzp88rgv47vf9p80i7x6w2149m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ebac62fb3828d81e30145b9948d60e781e20eda2/recipes/cheat-sh";
- sha256 = "0f6wqyh3c3ap0l6khikqlw8sqqi6fsl468gn157faza4x63j9z80";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cheat-sh";
- license = lib.licenses.free;
- };
- }) {};
- checkbox = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "checkbox";
- ename = "checkbox";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "camdez";
- repo = "checkbox.el";
- rev = "2afc2011fa35ccfa0ce9ef46cb1896911fa340d1";
- sha256 = "09ypxhfad3v1pz0xhw4xgxvfj7ad2kb3ff9zy1mnw7fzsa7gw6nj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81c4a9d10238836865716f5ea45f8e0e625a87c6/recipes/checkbox";
- sha256 = "17gw6w1m6bs3sfx8nqa8nzdq26m8w85a0fca5qw3bmd18bcmknqa";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/checkbox";
- license = lib.licenses.free;
- };
- }) {};
- chee = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "chee";
- ename = "chee";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "eikek";
- repo = "chee";
- rev = "beeaa5bb2ce92f1a745440c7ff7468e5f6524701";
- sha256 = "1n0n6rnhms2mgh9yjc5whhf3n37y5lp9jk3ban6f6hn55f8p1gmk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25b445a1dea5e8f1042bed6b5372471c25129fd8/recipes/chee";
- sha256 = "1sw84qaca2cwgrw332wfqjp3kg3axgi9n6wx5a6h2n3liq5yr1wj";
- name = "recipe";
- };
- packageRequires = [ dash f s ];
- meta = {
- homepage = "https://melpa.org/#/chee";
- license = lib.licenses.free;
- };
- }) {};
- chinese-word-at-point = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "chinese-word-at-point";
- ename = "chinese-word-at-point";
- version = "0.2.3";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "chinese-word-at-point.el";
- rev = "36a03cce32fe059d2b581cb2e029715c0be81074";
- sha256 = "1jsy43avingxxccs0zw2qm5ysx8g76xhhh1mnyypxskl9m60qb4j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9b7785eca577218feade982c979694389f37ec3/recipes/chinese-word-at-point";
- sha256 = "0pjs4ckncv84qrdj0pyibrbiy86f1gmjla9n2cgh10xbc7j9y0c4";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/chinese-word-at-point";
- license = lib.licenses.free;
- };
- }) {};
- choice-program = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "choice-program";
- ename = "choice-program";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "plandes";
- repo = "choice-program";
- rev = "27607ec1fe241c58fbc1f861454a8e2ec1fd7b15";
- sha256 = "0q8krgsydrc2xc29y60qljifdvxfmxnvbncxsh64xhrzsnrgwmq5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e39555b2538cc8a955766c5533871396e8fe712/recipes/choice-program";
- sha256 = "0a21yd3b8sb15vms9mclaa7xnnk0as08p6q38mwdwjp9sgcfyh1b";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/choice-program";
- license = lib.licenses.free;
- };
- }) {};
- cider = callPackage ({ clojure-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , queue
- , seq
- , sesman
- , spinner }:
- melpaBuild {
- pname = "cider";
- ename = "cider";
- version = "0.21.0";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "cider";
- rev = "200c88adb1314b5811ba749af42ffb6817c1ca1b";
- sha256 = "0lbrwj67fnvynkdkzvnzp3p8vqlz0ldrcs317vg60bqfhx7hvqkj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/55a937aed818dbe41530037da315f705205f189b/recipes/cider";
- sha256 = "1a6hb728a3ir18c2dn9zfd3jn79fi5xjn5gqr7ljy6qb063xd4qx";
- name = "recipe";
- };
- packageRequires = [
- clojure-mode
- emacs
- pkg-info
- queue
- seq
- sesman
- spinner
- ];
- meta = {
- homepage = "https://melpa.org/#/cider";
- license = lib.licenses.free;
- };
- }) {};
- cider-eval-sexp-fu = callPackage ({ emacs
- , eval-sexp-fu
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cider-eval-sexp-fu";
- ename = "cider-eval-sexp-fu";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "cider-eval-sexp-fu";
- rev = "7fd229f1441356866aedba611fd0cf4e89b50921";
- sha256 = "01gky548v3758fyr317lkwsc9aacab6m9d9vk1mrr3qyvmciwd51";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/947f4d106d70f95ca8aac124ab0d90b2975208df/recipes/cider-eval-sexp-fu";
- sha256 = "1n4sgv042qd9560pllabysx0c5snly6i22bk126y8f8rn0zj58iq";
- name = "recipe";
- };
- packageRequires = [ emacs eval-sexp-fu ];
- meta = {
- homepage = "https://melpa.org/#/cider-eval-sexp-fu";
- license = lib.licenses.free;
- };
- }) {};
- cider-hydra = callPackage ({ cider
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cider-hydra";
- ename = "cider-hydra";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "cider-hydra";
- rev = "5956c3909cd9beae11f64973e4f0d830cea7860d";
- sha256 = "1hnari85c4y5sc8cdv2idkg2qv058crz54xdidnphr1wgw5zhvpk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/51d5e6471f88337c478ee5c189f037aaec937f56/recipes/cider-hydra";
- sha256 = "1qjgfrj3ck70vkyc9c00mif0jq5hc2yan2hql31qzbpqzg3pi2r7";
- name = "recipe";
- };
- packageRequires = [ cider hydra ];
- meta = {
- homepage = "https://melpa.org/#/cider-hydra";
- license = lib.licenses.free;
- };
- }) {};
- cil-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cil-mode";
- ename = "cil-mode";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "ForNeVeR";
- repo = "cil-mode";
- rev = "8023b45ec60961bf4c3a3d8a564727c463ed09d1";
- sha256 = "06p6hz6jrnvnlbxdr1pjgf5wh4n34kf6al4589qg1s88r2lf86bl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ccbf4a7c9df3c85207c7160ee68ecc4ba4f3801a/recipes/cil-mode";
- sha256 = "1h18r086bqspyn5n252yzw8x2zgyaqzdd8pbcf5gqlh1w8kapq4y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cil-mode";
- license = lib.licenses.free;
- };
- }) {};
- circadian = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "circadian";
- ename = "circadian";
- version = "0.3.2";
- src = fetchFromGitHub {
- owner = "guidoschmidt";
- repo = "circadian.el";
- rev = "9894361dcd6ffb6d4629b4cbbabda2153699eb8e";
- sha256 = "0wpsykmai3idz0bgfl07hwl9nr4x9sgprvqgw8jln4dz2wf5gdic";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/circadian";
- sha256 = "1xxrhifw371yc4i2cddzcdmqh5dfc905wyl88765098685q8k4bp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/circadian";
- license = lib.licenses.free;
- };
- }) {};
- circe = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "circe";
- ename = "circe";
- version = "2.11";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "circe";
- rev = "6ccd4b494cbae9d28091217654f052eaea321007";
- sha256 = "0cr9flk310yn2jgvj4hbqw9nj5wlfi0fazdkqafzidgz6iq150wd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a2b295656d53fddc76cacc86b239e5648e49e3a4/recipes/circe";
- sha256 = "1f54d8490gfx0r0cdvgmcjdxqpni43msy0k2mgqd1qz88a4b5l07";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/circe";
- license = lib.licenses.free;
- };
- }) {};
- circe-notifications = callPackage ({ alert
- , circe
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "circe-notifications";
- ename = "circe-notifications";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "eqyiel";
- repo = "circe-notifications";
- rev = "80c44441ecd3ae04ae63760aa20afa837c1ed05b";
- sha256 = "0s0iw5vclciziga78f1lvj6sdg84a132in39k4vz0pj598ypin1w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76c0408423c4e0728789de7b356b2971d6c446c7/recipes/circe-notifications";
- sha256 = "06y525x5yc0xgbw0cf16mc72ca9bv8j8z4gpgznbad2qp7psf53c";
- name = "recipe";
- };
- packageRequires = [ alert circe emacs ];
- meta = {
- homepage = "https://melpa.org/#/circe-notifications";
- license = lib.licenses.free;
- };
- }) {};
- citeproc = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , queue
- , s
- , string-inflection }:
- melpaBuild {
- pname = "citeproc";
- ename = "citeproc";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "andras-simonyi";
- repo = "citeproc-el";
- rev = "6d68f52ebd150e035b33dcaa59d9e2aceab69b84";
- sha256 = "04xz3y3j8k1pv5v6v9wqscqlpmgqi85fs3igrv8c9y0xagild29k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/20aa56e9a4809cee1082224b1b4e65921a48bda1/recipes/citeproc";
- sha256 = "1qphg2bg7vvjzgvnsscbyf40llxxh4aa2s2ffk8vsbfd4p8208cq";
- name = "recipe";
- };
- packageRequires = [ dash emacs f queue s string-inflection ];
- meta = {
- homepage = "https://melpa.org/#/citeproc";
- license = lib.licenses.free;
- };
- }) {};
- cl-format = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cl-format";
- ename = "cl-format";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "alvinfrancis";
- repo = "cl-format";
- rev = "4380cb8009c47cc6d9098b383082b93b1aefa460";
- sha256 = "108s96viral3s62a77jfgvjam08hdk97frfmxjg3xpp2ifccjs7h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/cl-format";
- sha256 = "09jwy0fgaz2f04dvcdns6w859s6izvrkp8ib4lws3x8kx8z918fy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cl-format";
- license = lib.licenses.free;
- };
- }) {};
- cl-lib-highlight = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cl-lib-highlight";
- ename = "cl-lib-highlight";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "cl-lib-highlight";
- rev = "c117451df8455769701af6c8e92a8fb29c05e1fa";
- sha256 = "12vgi5dicx3lxzngjcg9g3nflrhfy9wdw6ldm72zarp1h96jy5cw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/696c79669478b0d1c9769cc6f0fe581ee056cf32/recipes/cl-lib-highlight";
- sha256 = "13qdrvpxq928p27b1xdcbsscyhqk042rwfa17037gp9h02fd42j8";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/cl-lib-highlight";
- license = lib.licenses.free;
- };
- }) {};
- cl-libify = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cl-libify";
- ename = "cl-libify";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "cl-libify";
- rev = "f7df5d868ada173bc81860ef81ece359f13ae4e4";
- sha256 = "1xp0zajp4rsnxkfzrmz0m5bihk0n1hgwc1cm9q163b2azsvixxmw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/22088f8779652072871d5c472c67f34bd0470129/recipes/cl-libify";
- sha256 = "0p3b57vfzhk348hb7bcnkq4ihi4qzsy4hcdvwa1h85i84vwyzk5d";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cl-libify";
- license = lib.licenses.free;
- };
- }) {};
- click-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "click-mode";
- ename = "click-mode";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "bmalehorn";
- repo = "click-mode";
- rev = "c074e7b5b0a88434d0d3411f18884d1f6e288b33";
- sha256 = "0w34ixzk8vs2nv5xr7l1b3k0crl1lqvbq6gs5r4b8rhsx9b6c1mb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1859bb26e3efd66394d7d9f4d2296cbeeaf5ba4d/recipes/click-mode";
- sha256 = "1p5dz4a74w5zxdlw17h5z9dglapia4p29880liw3bif2c7dzkg0r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/click-mode";
- license = lib.licenses.free;
- };
- }) {};
- cliphist = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cliphist";
- ename = "cliphist";
- version = "0.5.6";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "cliphist";
- rev = "232ab0b3f6d502de61ebe76681a6a04d4223b877";
- sha256 = "0is772r0b7i8rvra9zb94g9aczv8b6q0dmdk67wbli5rv5drfjyq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82d86dae4ad8efc8ef342883c164c56e43079171/recipes/cliphist";
- sha256 = "0mg6pznijba3kvp3r57pi54v6mgih2vfwj2kg6qmcy1abrc0xq29";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/cliphist";
- license = lib.licenses.free;
- };
- }) {};
- clips-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clips-mode";
- ename = "clips-mode";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "clips-mode";
- repo = "clips-mode";
- rev = "f7869b67c2a8f061ce05f1e48abbcb41a6c455ce";
- sha256 = "07r01g5xcr3w0kq09m4rb8ws0ss77szczycybvas4379sf3g8dv9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/clips-mode";
- sha256 = "1ckk8ajr1x8y2h8jx2q233xs69nip3kjn0wp3xgfbwx7hjcbk7kr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/clips-mode";
- license = lib.licenses.free;
- };
- }) {};
- clj-refactor = callPackage ({ cider
- , clojure-mode
- , edn
- , emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , inflections
- , lib
- , melpaBuild
- , multiple-cursors
- , paredit
- , s
- , seq
- , yasnippet }:
- melpaBuild {
- pname = "clj-refactor";
- ename = "clj-refactor";
- version = "2.4.0";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "clj-refactor.el";
- rev = "3d5d1fbf28bfcc00f917cd96d6784968dcbbc962";
- sha256 = "1z9278syijnzxfwlghz7bps3jp4cdl0fxg6igwpjfl8ln56hxazk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/clj-refactor";
- sha256 = "05x0820x34pidcz03z96qs685y2700g7ha0dx4vy1xr7fg356c3z";
- name = "recipe";
- };
- packageRequires = [
- cider
- clojure-mode
- edn
- emacs
- hydra
- inflections
- multiple-cursors
- paredit
- s
- seq
- yasnippet
- ];
- meta = {
- homepage = "https://melpa.org/#/clj-refactor";
- license = lib.licenses.free;
- };
- }) {};
- cljr-helm = callPackage ({ cl-lib ? null
- , clj-refactor
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cljr-helm";
- ename = "cljr-helm";
- version = "0.11";
- src = fetchFromGitHub {
- owner = "philjackson";
- repo = "cljr-helm";
- rev = "f2fc7b698a56e4a44d5dfbc6a55d77a93c0fa9a4";
- sha256 = "0jy6hkz8sr1bplymwxnjg4q408cw2dgfrv70chlw3y5ddc4cingj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d99b67e295ef59916211bf22b57b4d093e3d53ab/recipes/cljr-helm";
- sha256 = "108a1xgnc6qy088vs41j3npwk25a5vny0xx4r3yh76jsmpdpcgnc";
- name = "recipe";
- };
- packageRequires = [ cl-lib clj-refactor helm-core ];
- meta = {
- homepage = "https://melpa.org/#/cljr-helm";
- license = lib.licenses.free;
- };
- }) {};
- clocker = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "clocker";
- ename = "clocker";
- version = "0.0.11";
- src = fetchFromGitHub {
- owner = "roman";
- repo = "clocker.el";
- rev = "07338bc4b850d262eb263ac306ae3366cac6e078";
- sha256 = "0f6qav92lyp36irdlamcxhzfd4p1i4iq18d5cmr7fgfwi894ikcg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dadd3f5abad2e1f7863c4d654ff065f641395f64/recipes/clocker";
- sha256 = "0cckrk40k1labiqjh7ghzpx5zi136xz70j3ipp117x52qf24k10k";
- name = "recipe";
- };
- packageRequires = [ dash projectile ];
- meta = {
- homepage = "https://melpa.org/#/clocker";
- license = lib.licenses.free;
- };
- }) {};
- clojure-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clojure-mode";
- ename = "clojure-mode";
- version = "5.10.0";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "clojure-mode";
- rev = "a4ed7a4152f8a6514dd3fd82532aa5a2bdba024f";
- sha256 = "09l1zjnc2g028nw9jv3ksklmff0ar3m5n89qxmdb2nz3ncmj0lir";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e3cd2e6ee52692dc7b2a04245137130a9f521c7/recipes/clojure-mode";
- sha256 = "11n0rjhs1mmlzdqy711g432an5ybdka5xj0ipsk8dx6xcyab70np";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/clojure-mode";
- license = lib.licenses.free;
- };
- }) {};
- clojure-mode-extra-font-locking = callPackage ({ clojure-mode
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clojure-mode-extra-font-locking";
- ename = "clojure-mode-extra-font-locking";
- version = "5.10.0";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "clojure-mode";
- rev = "9bbc8d59b3b4dfe3f0564f0d06832a309b4e4e4e";
- sha256 = "0brwcxlz337bd1y1vjlix2aq6qjzqqrl0g9hag5lmpkimnbbnbv1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e3cd2e6ee52692dc7b2a04245137130a9f521c7/recipes/clojure-mode-extra-font-locking";
- sha256 = "00nff9mkj61i76dj21x87vhz0bbkzgvkx1ypkxcv6yf3pfhq7r8n";
- name = "recipe";
- };
- packageRequires = [ clojure-mode ];
- meta = {
- homepage = "https://melpa.org/#/clojure-mode-extra-font-locking";
- license = lib.licenses.free;
- };
- }) {};
- clojure-quick-repls = callPackage ({ cider
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clojure-quick-repls";
- ename = "clojure-quick-repls";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "symfrog";
- repo = "clojure-quick-repls";
- rev = "90f82e294cfdfb65231adc456177580cd69bfc00";
- sha256 = "0sw34yjp8934xd2n76lbwyvxkbyz5pxszj6gkflas8lfjvms9z7d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e618430057eb3ac235ab4a44767524919c870036/recipes/clojure-quick-repls";
- sha256 = "10glzyd4y3918pwp048pc1y7y7fa34fkqckn1nbys841dbssmay0";
- name = "recipe";
- };
- packageRequires = [ cider dash ];
- meta = {
- homepage = "https://melpa.org/#/clojure-quick-repls";
- license = lib.licenses.free;
- };
- }) {};
- clojure-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "clojure-snippets";
- ename = "clojure-snippets";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "mpenet";
- repo = "clojure-snippets";
- rev = "83785faa607884308a42b81f160854f2cecfd098";
- sha256 = "1sdgf1avfw7w3m3i7nqb9m9nhqk8lr0bri686lrkq23ds2b44454";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4898fc6746b30b0d0453b3b56d02479bfb0f70b9/recipes/clojure-snippets";
- sha256 = "15622mdd6b3fpwp22d32p78yap08pyscs2vc83sv1xz4338i0lij";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/clojure-snippets";
- license = lib.licenses.free;
- };
- }) {};
- clomacs = callPackage ({ cider
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , simple-httpd }:
- melpaBuild {
- pname = "clomacs";
- ename = "clomacs";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "clomacs";
- rev = "d9783d42dbab9710afff5654bf931b00e9df4ac1";
- sha256 = "0jwnsyg0vi9ghn9yfd97rjj9j9ja3ig8h63n4zjw71ww3bcdldc6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/345f9797e87e3f5f957c167a5e3d33d1e31b50a3/recipes/clomacs";
- sha256 = "1vfjzrzp58ap75i0dh5bwnlkb8qbpfmrd3fg9n6aaibvvd2m3hyh";
- name = "recipe";
- };
- packageRequires = [ cider emacs s simple-httpd ];
- meta = {
- homepage = "https://melpa.org/#/clomacs";
- license = lib.licenses.free;
- };
- }) {};
- closql = callPackage ({ emacs
- , emacsql-sqlite
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "closql";
- ename = "closql";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "closql";
- rev = "012b94f8695e194455111fd54eff0b94dd0dd0db";
- sha256 = "1xhpfjjkjqfc1k2rj77cscclz5r7gpvv3hi202x178vdcpipjwar";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2df16abf56e53d4a1cc267a78797419520ff8a1c/recipes/closql";
- sha256 = "13ybna20w2d1b3n0y5p1ybhkw0j0zh5nd43p1yvf8h1haj983l87";
- name = "recipe";
- };
- packageRequires = [ emacs emacsql-sqlite ];
- meta = {
- homepage = "https://melpa.org/#/closql";
- license = lib.licenses.free;
- };
- }) {};
- clues-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "clues-theme";
- ename = "clues-theme";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-clues-theme";
- rev = "abd61f2b7f3e98de58ca26e6d1230e70c6406cc7";
- sha256 = "118k5bnlk9sc2n04saaxjncmc1a4m1wlf2y7xyklpffkazbd0m72";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f26b8281f9bd05e3c8f2ef21838275711e622c9/recipes/clues-theme";
- sha256 = "0b0gypmxx8qjd8hgxf4kbvci1nwacsxl7rm5s1bcnk9cwc6k2jpr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/clues-theme";
- license = lib.licenses.free;
- };
- }) {};
- cm-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cm-mode";
- ename = "cm-mode";
- version = "1.6";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "criticmarkup-emacs";
- rev = "276d49c859822265070ae5dfbb403fd7d8d06436";
- sha256 = "0mqbjw9wiaq735v307hd7g0g6i3a4k7h71bi4g9rr2jbgiljmql4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42dda804ec0c7338c39c57eec6ba479609a38555/recipes/cm-mode";
- sha256 = "1rgfpxbnp8wiq9j8aywm2n07rxzkhqljigwynrkyvrnsgxlq2a9x";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/cm-mode";
- license = lib.licenses.free;
- };
- }) {};
- cmake-ide = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , levenshtein
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "cmake-ide";
- ename = "cmake-ide";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "atilaneves";
- repo = "cmake-ide";
- rev = "a2e476ad42e61075cae9beb35fb83e3c1bf8619e";
- sha256 = "0n169i4y2c450bk5r284bakjk3hsg74pply5fqxvdm6p5p1z2vr1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17e8a8a5205d222950dc8e9245549a48894b864a/recipes/cmake-ide";
- sha256 = "0xvy7l80zw67jgvk1rkhwzjvsqjqckmd8zj6s67rgbm56z6ypmcg";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs levenshtein seq ];
- meta = {
- homepage = "https://melpa.org/#/cmake-ide";
- license = lib.licenses.free;
- };
- }) {};
- cmake-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cmake-mode";
- ename = "cmake-mode";
- version = "3.15.0.-1.1";
- src = fetchFromGitHub {
- owner = "Kitware";
- repo = "CMake";
- rev = "8d478c0003cc9bb4836038fc1a27d3bbd40348d2";
- sha256 = "0i4rs8m7qf9milc9csy38r7m0j5xqy2q75fqmyxd4xpfmkf4a2v7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/598723893ae4bc2e60f527a072efe6ed9d4e2488/recipes/cmake-mode";
- sha256 = "0zbn8syb5lw5xp1qcy3qcl75zfiyik30xvqyl38gdqddm9h7qmz7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cmake-mode";
- license = lib.licenses.free;
- };
- }) {};
- cmake-project = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cmake-project";
- ename = "cmake-project";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "alamaison";
- repo = "emacs-cmake-project";
- rev = "ec61f687772cccdb699f64ebe1e8dc8ba83f790f";
- sha256 = "10xlny2agxjknvnjdnw41cyb3d361yy0wvpc8l1d0xwnmmfh3bxk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0857c4db1027981ea73bc32bcaa15e5df53edea3/recipes/cmake-project";
- sha256 = "13n6j9ljvzjzkknbm9zkhxljcn12avl39gxqq95hah44dr11rns3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cmake-project";
- license = lib.licenses.free;
- };
- }) {};
- cnfonts = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cnfonts";
- ename = "cnfonts";
- version = "0.9.1";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "cnfonts";
- rev = "5cfe656554c91b3d0dcc5417e43afa85d2a7a182";
- sha256 = "1px5gc83g70whdiysq7mmxz7rm74mhsjs2y1vbzgg8k1z0cs9wkp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d5787ffeeee68ffa41f3e777071815084e0ed7a/recipes/cnfonts";
- sha256 = "1pryn08fkdrdj7w302205nj1qhfbk1jzqxx6717crrxakkdqmn9w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cnfonts";
- license = lib.licenses.free;
- };
- }) {};
- code-stats = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "code-stats";
- ename = "code-stats";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "code-stats-emacs";
- rev = "20d60ded0743f01206c3c2e92ab73788def9adcb";
- sha256 = "0g8pqqpwmc646krdpfkri8q7pwnj8sb3pma5mfkwg8lvj6ddcx27";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/20af5580926e9975605c0a245f6ac15c25f4921e/recipes/code-stats";
- sha256 = "0mwjlhpmrbh3mbw3hjlsbv1fr4mxh068c9g0zcxq7wkksxx707if";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/code-stats";
- license = lib.licenses.free;
- };
- }) {};
- codic = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "codic";
- ename = "codic";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-codic";
- rev = "52bbb6997ef4ab9fb7fea43bbfff7f04671aa557";
- sha256 = "14jcxrs3b02pbppvdsabr7c74i3c6d1lmd6l1p9dj8gv413pghsz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/codic";
- sha256 = "0fq2qfqhkd6injgl66vcpd61j67shl9xj260aj6cgb2nriq0jxgn";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/codic";
- license = lib.licenses.free;
- };
- }) {};
- coffee-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "coffee-mode";
- ename = "coffee-mode";
- version = "0.6.3";
- src = fetchFromGitHub {
- owner = "defunkt";
- repo = "coffee-mode";
- rev = "adfb7ae73d6ee2ef790c780dd3c967e62930e94a";
- sha256 = "0yhmg5j051mviqp5laz7y1zjs1w9ykbbxqm7vrgf2py0hpd1kcrg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/coffee-mode";
- sha256 = "1px50hs0x30psa5ljndpcc22c0qwcaxslpjf28cfgxinawnp74g1";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/coffee-mode";
- license = lib.licenses.free;
- };
- }) {};
- color-identifiers-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-identifiers-mode";
- ename = "color-identifiers-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "ankurdave";
- repo = "color-identifiers-mode";
- rev = "536151410dbb198b328dc62b829d9692cec0b1bd";
- sha256 = "1zwgyp65jivds9zvbp5k5q3gazffh3w0mvs739ddq93lkf165rwh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c735755e414fdf169aca5ec6f742533d21472e0/recipes/color-identifiers-mode";
- sha256 = "1hxp8lzn7kfckn5ngxic6qiz3nbynilqlxhlq9k1n1llfg216gfq";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/color-identifiers-mode";
- license = lib.licenses.free;
- };
- }) {};
- color-theme-modern = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-theme-modern";
- ename = "color-theme-modern";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "replace-colorthemes";
- rev = "7107540d22e8ff045e0707de84c8b179fd829302";
- sha256 = "0apvqrva3f7valjrxpslln8460kpr82z4zazj3lg3j82k102zla9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2db82e101916d8709b711034da5ca6e4072e1077/recipes/color-theme-modern";
- sha256 = "0f662ham430fgxpqw96zcl1whcm28cv710g6wvg4fma60sblaxcm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/color-theme-modern";
- license = lib.licenses.free;
- };
- }) {};
- color-theme-sanityinc-solarized = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-theme-sanityinc-solarized";
- ename = "color-theme-sanityinc-solarized";
- version = "2.29";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "color-theme-sanityinc-solarized";
- rev = "554e941131d009c0a5d7129ed96796182b4cc590";
- sha256 = "13jmg05skv409z8pg5m9rzkajj9knyln0ff8a3i1pbpyrnpngmmc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/color-theme-sanityinc-solarized";
- sha256 = "0xg79hgb893f1nqx6q4q6hp4w6rvgp1aah1v2r3scg2jk057qxkf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/color-theme-sanityinc-solarized";
- license = lib.licenses.free;
- };
- }) {};
- color-theme-sanityinc-tomorrow = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "color-theme-sanityinc-tomorrow";
- ename = "color-theme-sanityinc-tomorrow";
- version = "1.17";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "color-theme-sanityinc-tomorrow";
- rev = "81d8990085960824f700520d08027e6aca58feaa";
- sha256 = "1x3aq6hadp158vh8mf9hmj5rikq0qz7a1frv7vbl39xr3wcnjj23";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/color-theme-sanityinc-tomorrow";
- sha256 = "1k8iwjc7iidq5sxybs47rnswa6c5dwqfdzfw7w0by2h1id2z6nqd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/color-theme-sanityinc-tomorrow";
- license = lib.licenses.free;
- };
- }) {};
- colormaps = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "colormaps";
- ename = "colormaps";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "lepisma";
- repo = "colormaps.el";
- rev = "3a88961ba66b09a49ea5aa92b2b8776b2c92d68c";
- sha256 = "083hks2zzalizdsgabiwc1kd114r748v5i3w3kfk8pv37i2gay35";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4c795d9e323b08bc8354a6933a061644705a2ec/recipes/colormaps";
- sha256 = "16plhgpfz1wb58p6h8wxjhplhgv0mbj3f2xj34p6vydh44l8w8q2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/colormaps";
- license = lib.licenses.free;
- };
- }) {};
- comb = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "comb";
- ename = "comb";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "cyrus-and";
- repo = "comb";
- rev = "8a68d313bf429763eb8aa78ece00230a668f2a1f";
- sha256 = "1hh1lkan1ch5xyzrpfgzibf8dxmvaa1jfwlxyyhpnfs5h69h3245";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b236a1f3953475cbd7eb5c4289b092818ae08cf/recipes/comb";
- sha256 = "0n4pkigr07hwj5nb0ngs6ay80psqv7nppp82rg5w38qf0mjs3pkp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/comb";
- license = lib.licenses.free;
- };
- }) {};
- commander = callPackage ({ cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "commander";
- ename = "commander";
- version = "0.7.0";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "commander.el";
- rev = "2c8a57b9c619e29ccbe2d5a85921b9c689e95bf9";
- sha256 = "1j6hhyzww7wfwk6bllbb5mk4hw4qs8hsgfbfdifsam9c6i4spm45";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b308e05dd85856addbc04a9438f5026803cebd7/recipes/commander";
- sha256 = "17y0hg6a90hflgwn24ww23qmvc1alzivpipca8zvpf0nih4fl393";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash f s ];
- meta = {
- homepage = "https://melpa.org/#/commander";
- license = lib.licenses.free;
- };
- }) {};
- comment-dwim-2 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "comment-dwim-2";
- ename = "comment-dwim-2";
- version = "1.3.0";
- src = fetchFromGitHub {
- owner = "remyferre";
- repo = "comment-dwim-2";
- rev = "3dfdd58495c46a37708344a57c5c52beca6b2c1c";
- sha256 = "08pi3y12i6wx69aj09nk5qd6lplwxq5wz3m7w5701988q39x62xl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ac6ac97875117013515a36c9a4452fbd6c0d74c/recipes/comment-dwim-2";
- sha256 = "1w9w2a72ygsj5w47vjqcljajmmbz0mi8dhz5gjnpwxjwsr6fn6lj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/comment-dwim-2";
- license = lib.licenses.free;
- };
- }) {};
- comment-tags = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "comment-tags";
- ename = "comment-tags";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "vincekd";
- repo = "comment-tags";
- rev = "293a30026d7750f6657d6c2e6d6428abf1d7db5a";
- sha256 = "06s0phgqpzkkv81gl0cm6x8rjs53lhs8b2j56xamflqiydq0fz7n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ac71f4ffc19bce4f571001f9270d5be855dfc3c/recipes/comment-tags";
- sha256 = "13slv150zch0b7zpxa2dbqjzpqh0iy559m6rc0zs0dwdagzryp3i";
- name = "recipe";
- };
- packageRequires = [ emacs pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/comment-tags";
- license = lib.licenses.free;
- };
- }) {};
- commentary-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "commentary-theme";
- ename = "commentary-theme";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "pzel";
- repo = "commentary-theme";
- rev = "9a825ae98166c9dbbf106e7be62ee69dd9f0342f";
- sha256 = "1x30iyvvxggbh7xvp8lwpirvpqijchqf2fdaw4xrlbw5vajlaxcx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/852b5f83c9870209080d2ed39fede3215ae43e64/recipes/commentary-theme";
- sha256 = "1s3g40f0r0v8m1qqldvw64vs43i5xza7rwkvhxqcqmj6p1a7mqqw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/commentary-theme";
- license = lib.licenses.free;
- };
- }) {};
- commenter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "commenter";
- ename = "commenter";
- version = "0.5.2";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "commenter";
- rev = "6d1885419434ba779270c6fda0e30d390bb074bd";
- sha256 = "1jwd3whag39qhzhbsfivzdlcr6vj37dv5ychkhmilw8v6dfdnpdb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/437afab17b22c0c559617afa06923b5bc73a3ae8/recipes/commenter";
- sha256 = "01bm8jbj6xw23nls4fps6zwjkgvcsjhmn3l3ncqd764kwhxdx8q3";
- name = "recipe";
- };
- packageRequires = [ emacs let-alist ];
- meta = {
- homepage = "https://melpa.org/#/commenter";
- license = lib.licenses.free;
- };
- }) {};
- common-lisp-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "common-lisp-snippets";
- ename = "common-lisp-snippets";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "common-lisp-snippets";
- rev = "fc5c2683952328927a6d1c1f2694b85ddf7e9053";
- sha256 = "1835kg05794p1wdi7fsmpzlnnqy79dgfnfrxjfjj2j1gzcwmynsw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/48d0166ccd3dcdd3df4719349778c6c5ab6872ca/recipes/common-lisp-snippets";
- sha256 = "0ig8cz00cbfx0jckqk1xhsvm18ivl2mjvcn65s941nblsywfvxjl";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/common-lisp-snippets";
- license = lib.licenses.free;
- };
- }) {};
- company = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company";
- ename = "company";
- version = "0.9.10";
- src = fetchFromGitHub {
- owner = "company-mode";
- repo = "company-mode";
- rev = "3eda0ba23921d43b733f7975e56d490a34b9f30b";
- sha256 = "0shmv48bq9l5xm60dwx9lqyq6b39y3d7qjxdlah7dpipv5vhra42";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96e7b4184497d0d0db532947f2801398b72432e4/recipes/company";
- sha256 = "0v4x038ly970lkzb0n8fbqssfqwx1p46xldr7nss32jiqvavr4m4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/company";
- license = lib.licenses.free;
- };
- }) {};
- company-anaconda = callPackage ({ anaconda-mode
- , cl-lib ? null
- , company
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "company-anaconda";
- ename = "company-anaconda";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "company-anaconda";
- rev = "182a8fdabc01630f255beeb2708728c0cd5c6316";
- sha256 = "1rqf9i4l32njpwx4aiwxqr994g3jzispwprs6nwjfvg70xkvm4m0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0eb23a75c8b57b4af1737c0508f03e66430e6076/recipes/company-anaconda";
- sha256 = "1s7y47ghy7q35qpfqavh4p9wr91i6r579mdbpvv6h5by856yn4gl";
- name = "recipe";
- };
- packageRequires = [ anaconda-mode cl-lib company dash s ];
- meta = {
- homepage = "https://melpa.org/#/company-anaconda";
- license = lib.licenses.free;
- };
- }) {};
- company-ansible = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-ansible";
- ename = "company-ansible";
- version = "0.7.1";
- src = fetchFromGitHub {
- owner = "krzysztof-magosa";
- repo = "company-ansible";
- rev = "c6dc714e3a15f89671ae5e8fe668858b20ef63e8";
- sha256 = "01nly13i2bs77lrvkm26i96vrrigbxpb9cakski9fv3xrvfxq9bv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7b44cd4bd9f9a7c942ca3f3bd88b2ce61ffff130/recipes/company-ansible";
- sha256 = "084l9dr2hvm00952y4m3jhchzxjhcd61sfn5ywj9b9a1d4sr110d";
- name = "recipe";
- };
- packageRequires = [ company emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-ansible";
- license = lib.licenses.free;
- };
- }) {};
- company-cabal = callPackage ({ cl-lib ? null
- , company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-cabal";
- ename = "company-cabal";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "iquiw";
- repo = "company-cabal";
- rev = "f458de88cad16ed48a605e8347e56433e73dcef8";
- sha256 = "0ll9dxzsgrpy4psz3dqhzny990lfccn63swcyfvl8mnqgwbrq8k0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ee888b1ba57b6af3a3330607898810cd248862db/recipes/company-cabal";
- sha256 = "0pbjidj88c9qri6xw8023yqwnczad5ig224cbsz6vsmdla2nlxra";
- name = "recipe";
- };
- packageRequires = [ cl-lib company emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-cabal";
- license = lib.licenses.free;
- };
- }) {};
- company-coq = callPackage ({ cl-lib ? null
- , company
- , company-math
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "company-coq";
- ename = "company-coq";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "cpitclaudel";
- repo = "company-coq";
- rev = "a4e0625725e4f54d202e746bb41b8bc14c14ddef";
- sha256 = "0dxi4h8xqq5647k7h89s4pi8nwyj3brlhsckrv3p3b1g4dr6mk3b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f89e3097c654774981953ef125679fec0b5b7c9/recipes/company-coq";
- sha256 = "1iagm07ckf60kg4i8m4n0gfmv0brqc4dcn7lkcz229r3f4kyqksa";
- name = "recipe";
- };
- packageRequires = [ cl-lib company company-math dash yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/company-coq";
- license = lib.licenses.free;
- };
- }) {};
- company-dict = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parent-mode }:
- melpaBuild {
- pname = "company-dict";
- ename = "company-dict";
- version = "1.2.8";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-company-dict";
- rev = "cd7b8394f6014c57897f65d335d6b2bd65dab1f4";
- sha256 = "11whnjmy5dyg4wkwabpip8hqsmqys193m7aqbd7jl4hmq24hrwsw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/212c077def5b4933c6001056132181e1a5850a7c/recipes/company-dict";
- sha256 = "1377b40f1j4rmw7lnhy1zsm6r234ds5zsn02v1ajm3bzrpkkmin0";
- name = "recipe";
- };
- packageRequires = [ company emacs parent-mode ];
- meta = {
- homepage = "https://melpa.org/#/company-dict";
- license = lib.licenses.free;
- };
- }) {};
- company-edbi = callPackage ({ cl-lib ? null
- , company
- , edbi
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "company-edbi";
- ename = "company-edbi";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "company-edbi";
- rev = "08dc69ccfbcf10ca83f7075e9b735c6885cd7e11";
- sha256 = "0n2hvrfbybsp57w6m9mm7ywjq30fwwx9bzc2rllfr06d2ms7naai";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d881ff0927d5bd7f8192f58927ceabb9bad4beb/recipes/company-edbi";
- sha256 = "067ff1xdyqy4qzgk5pmqf4kksfjk1glkrslcj3rk4zmhcalwrfrm";
- name = "recipe";
- };
- packageRequires = [ cl-lib company edbi s ];
- meta = {
- homepage = "https://melpa.org/#/company-edbi";
- license = lib.licenses.free;
- };
- }) {};
- company-emacs-eclim = callPackage ({ cl-lib ? null
- , company
- , eclim
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-emacs-eclim";
- ename = "company-emacs-eclim";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "emacs-eclim";
- repo = "emacs-eclim";
- rev = "94508ebd071ff1052d68a20f7f1bf1038439fe43";
- sha256 = "0l72zw93wv8ncn98d6ybnykhi3a60bc0kyx6z699wfhnnhhxhl0p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e9d3075587fbd9ca188535fd945a7dc451c6d7e/recipes/company-emacs-eclim";
- sha256 = "1l56hcy0y3cr38z1pjf0ilsdqdzvj3zwd40markm6si2xhdr8xig";
- name = "recipe";
- };
- packageRequires = [ cl-lib company eclim ];
- meta = {
- homepage = "https://melpa.org/#/company-emacs-eclim";
- license = lib.licenses.free;
- };
- }) {};
- company-emoji = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-emoji";
- ename = "company-emoji";
- version = "2.5.1";
- src = fetchFromGitHub {
- owner = "dunn";
- repo = "company-emoji";
- rev = "271909be44f86bcc294739ca45992cdc3caee39f";
- sha256 = "1rihgld1wxwfdpqv7d9gcgd8xpnms5kpw61z30y18fmkxhhmid3c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5733dccdffe97911a30352fbcda2900c33d79810/recipes/company-emoji";
- sha256 = "1mflqqw9gnfcqjb6g8ivdfl7s4mdyjg7j0457hamgyvgvpxsh8x3";
- name = "recipe";
- };
- packageRequires = [ cl-lib company ];
- meta = {
- homepage = "https://melpa.org/#/company-emoji";
- license = lib.licenses.free;
- };
- }) {};
- company-erlang = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy-erlang-complete
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-erlang";
- ename = "company-erlang";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "s-kostyaev";
- repo = "company-erlang";
- rev = "bc0524a16f17b66c7397690e4ca0e004f09ea6c5";
- sha256 = "04wm3i65fpzln7sdcny88hfjfm0n7wy44ffsr3697x4l95d0bnyh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca96ed0b5d6f8aea4de56ddeaa003b9c81d96219/recipes/company-erlang";
- sha256 = "0qlc89c05523kjzsb7j3yfi022la47kgixl74ggkafhn60scwdm7";
- name = "recipe";
- };
- packageRequires = [ company emacs ivy-erlang-complete ];
- meta = {
- homepage = "https://melpa.org/#/company-erlang";
- license = lib.licenses.free;
- };
- }) {};
- company-ghc = callPackage ({ cl-lib ? null
- , company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ghc
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-ghc";
- ename = "company-ghc";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "iquiw";
- repo = "company-ghc";
- rev = "64e4f9d0cf9377138a8dee34c69e7d578fd71090";
- sha256 = "0y9i0q37xjbnlnlxq7xjvnpn6ykzbd55g6nbw10z1wg0m2v7f96r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28f6a983444f796c81df7e5ee94d74c480b21298/recipes/company-ghc";
- sha256 = "07adykza4dqs64bk8vjmgryr54khxmcy28hms5z8i1qpsk9vmvnn";
- name = "recipe";
- };
- packageRequires = [ cl-lib company emacs ghc ];
- meta = {
- homepage = "https://melpa.org/#/company-ghc";
- license = lib.licenses.free;
- };
- }) {};
- company-go = callPackage ({ company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-go";
- ename = "company-go";
- version = "20150303";
- src = fetchFromGitHub {
- owner = "mdempsky";
- repo = "gocode";
- rev = "3109790fda3785bbad336e3dd85aaaa4604dbe8b";
- sha256 = "1sn6fvskb8drxphxjn57nr7y0wfh3y6xiksym1fqx68znzwf7ckh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef45683cbfe82bf8a9d6f3f1c59e3cf340accbe3/recipes/company-go";
- sha256 = "1zhdckq1c9jzi5cf90w2m77fq6l67rjri4lnf8maq82gxqzk6wa5";
- name = "recipe";
- };
- packageRequires = [ company ];
- meta = {
- homepage = "https://melpa.org/#/company-go";
- license = lib.licenses.free;
- };
- }) {};
- company-irony = callPackage ({ cl-lib ? null
- , company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , irony
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-irony";
- ename = "company-irony";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "Sarcasm";
- repo = "company-irony";
- rev = "52aca45bcd0f2cb0648fcafa2bbb4f8ad4b2fee7";
- sha256 = "1qgyam2vyjw90kpxns5cd6bq3qiqjhzpwrlvmi18vyb69qcgqd8a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2b6a8d57b192325dcd30fddc9ff8dd1516ad680/recipes/company-irony";
- sha256 = "15adamk1b9y1i6k06i5ahf1wn70cgwlhgk0x6fk8pl5izg05z1km";
- name = "recipe";
- };
- packageRequires = [ cl-lib company emacs irony ];
- meta = {
- homepage = "https://melpa.org/#/company-irony";
- license = lib.licenses.free;
- };
- }) {};
- company-irony-c-headers = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , irony
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-irony-c-headers";
- ename = "company-irony-c-headers";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "hotpxl";
- repo = "company-irony-c-headers";
- rev = "ba304fe7eebdff90bbc7dea063b45b82638427fa";
- sha256 = "1x2dfjmy86icyv2g1y5bjlr87w8rixqdcndkwm1sba6ha277wp9i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9f9f62d8ef438a9ba4872bd7731768eddc5905de/recipes/company-irony-c-headers";
- sha256 = "0kiag5ggmc2f5c3gd8nn40x16i686jpdrfrflgrz2aih8p3g6af8";
- name = "recipe";
- };
- packageRequires = [ cl-lib company irony ];
- meta = {
- homepage = "https://melpa.org/#/company-irony-c-headers";
- license = lib.licenses.free;
- };
- }) {};
- company-jedi = callPackage ({ cl-lib ? null
- , company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , jedi-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-jedi";
- ename = "company-jedi";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-company-jedi";
- rev = "ad49407451c7f28fe137f9c8f3a7fc89e8693a1b";
- sha256 = "1ihqapp4dv92794rsgyq0rmhwika60cmradqd4bn9b72ss6plxs1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bded1840a39fbf1e014c01276eb2f9c5a4fc218f/recipes/company-jedi";
- sha256 = "1krrgrjq967c3j02y0i345yx6w4crisnj1k3bhih6j849fvy3fvj";
- name = "recipe";
- };
- packageRequires = [ cl-lib company emacs jedi-core ];
- meta = {
- homepage = "https://melpa.org/#/company-jedi";
- license = lib.licenses.free;
- };
- }) {};
- company-lsp = callPackage ({ company
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "company-lsp";
- ename = "company-lsp";
- version = "2.1.0";
- src = fetchFromGitHub {
- owner = "tigersoldier";
- repo = "company-lsp";
- rev = "4eb6949f19892be7bf682381cde005791a48583a";
- sha256 = "1hy1x2w0yp5brm7714d1hziz3rpkywb5jp3yj78ibmi9ifny9vri";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5125f53307c1af3d9ccf2bae3c25e7d23dfe1932/recipes/company-lsp";
- sha256 = "09nbi6vxw8l26gfgsc1k3bx4m8i1px1b0jxaywszky5bv4fdy03l";
- name = "recipe";
- };
- packageRequires = [ company dash emacs lsp-mode s ];
- meta = {
- homepage = "https://melpa.org/#/company-lsp";
- license = lib.licenses.free;
- };
- }) {};
- company-math = callPackage ({ company
- , fetchFromGitHub
- , fetchurl
- , lib
- , math-symbol-lists
- , melpaBuild }:
- melpaBuild {
- pname = "company-math";
- ename = "company-math";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "vspinu";
- repo = "company-math";
- rev = "7e7f8c71f57b12f9bcbbf01f2bbcc59343ad76d4";
- sha256 = "0akqhhjvzsg0lbqx4bbkfkzijidwgi3bb32sxl3yxz7zfm9pbhn2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fadff01600d57f5b9ea9c0c47ed109e058114998/recipes/company-math";
- sha256 = "0chig8k8l65bnd0a6734fiy0ikl20k9v2wlndh3ckz5a8h963g87";
- name = "recipe";
- };
- packageRequires = [ company math-symbol-lists ];
- meta = {
- homepage = "https://melpa.org/#/company-math";
- license = lib.licenses.free;
- };
- }) {};
- company-ngram = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-ngram";
- ename = "company-ngram";
- version = "0.8.0";
- src = fetchFromGitHub {
- owner = "kshramt";
- repo = "company-ngram";
- rev = "d15182df3eac72b29772802759b77c9eafef5066";
- sha256 = "05108s2a3c857n9j3c34hdni3fyq149pva4m3f51lis4wqrm4zv7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/937e6a23782450525c4a90392c414173481e101b/recipes/company-ngram";
- sha256 = "1y9k9s8c248m91xld4f5l75j4swml333rpwq590bsx7mrsq131xx";
- name = "recipe";
- };
- packageRequires = [ cl-lib company ];
- meta = {
- homepage = "https://melpa.org/#/company-ngram";
- license = lib.licenses.free;
- };
- }) {};
- company-nixos-options = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nixos-options }:
- melpaBuild {
- pname = "company-nixos-options";
- ename = "company-nixos-options";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "travisbhartwell";
- repo = "nix-emacs";
- rev = "a3475995f9e107d339b9ea7a739ac6ebe2bf050f";
- sha256 = "1jp6z1hrh80irvhz5lv5blbcc821w98y67ni1fmnlwdiv2mp049l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6846c7d86e70a9dd8300b89b61435aa7e146be96/recipes/company-nixos-options";
- sha256 = "1yrqqdadmf7qfxpqp8wwb325zjnwwjmn2hhnl7i3j0ckg6hqyqf0";
- name = "recipe";
- };
- packageRequires = [ cl-lib company nixos-options ];
- meta = {
- homepage = "https://melpa.org/#/company-nixos-options";
- license = lib.licenses.free;
- };
- }) {};
- company-php = callPackage ({ ac-php-core
- , cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-php";
- ename = "company-php";
- version = "2.1.1";
- src = fetchFromGitHub {
- owner = "xcwen";
- repo = "ac-php";
- rev = "6069c9bdf755384b6cda0ca70fc19cf951f08b3b";
- sha256 = "1znjx2g5004w4f8hmm4gbdjrij2zmmf5ng18ld0pm2lgb3y3cib4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/company-php";
- sha256 = "1gnhklfkg17vxfx7fw65lr4nr07jx71y84mhs9zszwcr9p840hh5";
- name = "recipe";
- };
- packageRequires = [ ac-php-core cl-lib company ];
- meta = {
- homepage = "https://melpa.org/#/company-php";
- license = lib.licenses.free;
- };
- }) {};
- company-phpactor = callPackage ({ cl-lib ? null
- , company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-phpactor";
- ename = "company-phpactor";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "phpactor.el";
- rev = "61e4eab638168b7034eef0f11e35a89223fa7687";
- sha256 = "0dsa1mygb96nlz5gppf0sny3lxaacvmvnkg84c0cs6x223s6zfx8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc6edd22befea0aee9b11bc8df7d42c400e12f43/recipes/company-phpactor";
- sha256 = "1a6szs85hmxm2xpkmc3dyx2daap7bjvpnrl4gcmbq26zbz2f0z0a";
- name = "recipe";
- };
- packageRequires = [ cl-lib company emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-phpactor";
- license = lib.licenses.free;
- };
- }) {};
- company-prescient = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , prescient }:
- melpaBuild {
- pname = "company-prescient";
- ename = "company-prescient";
- version = "3.1";
- src = fetchFromGitHub {
- owner = "raxod502";
- repo = "prescient.el";
- rev = "ae414dde56f3430867faf41c04e4c3df75f9c960";
- sha256 = "1cdjvlwlvxxazz7hlxgvdp0pznvj1gzqa2r6k4im0cpdrnnng6j6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b92c34e493bbefab1d7747b0855d1ab2f984cb7c/recipes/company-prescient";
- sha256 = "0cp918ihbjqxfgqnifknl5hphmvq5bl42dhp5ylvijsfa8kvbsb9";
- name = "recipe";
- };
- packageRequires = [ company emacs prescient ];
- meta = {
- homepage = "https://melpa.org/#/company-prescient";
- license = lib.licenses.free;
- };
- }) {};
- company-quickhelp = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pos-tip }:
- melpaBuild {
- pname = "company-quickhelp";
- ename = "company-quickhelp";
- version = "2.3.0";
- src = fetchFromGitHub {
- owner = "expez";
- repo = "company-quickhelp";
- rev = "b2953c725654650677e3d66eaeec666826d5f65f";
- sha256 = "08ccsfvwdpzpj0gai3xrdb2bv1nl6myjkxsc5774pbvlq9nkfdvr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/022cc4fee54bb0194822947c70058145e2980b94/recipes/company-quickhelp";
- sha256 = "042bwv0wd4hksbm528zb7pbllzk83p8qjq5f8z46p84c8mmxfp9g";
- name = "recipe";
- };
- packageRequires = [ company emacs pos-tip ];
- meta = {
- homepage = "https://melpa.org/#/company-quickhelp";
- license = lib.licenses.free;
- };
- }) {};
- company-restclient = callPackage ({ cl-lib ? null
- , company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , know-your-http-well
- , lib
- , melpaBuild
- , restclient }:
- melpaBuild {
- pname = "company-restclient";
- ename = "company-restclient";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "iquiw";
- repo = "company-restclient";
- rev = "e5a3ec54edb44776738c13e13e34c85b3085277b";
- sha256 = "0yp0hlrgcr6yy1xkjvfckys2k24x9xg7y6336ma61bdwn5lpv0x0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dd063bc3789772fdcc6a8555817588962e60825/recipes/company-restclient";
- sha256 = "1md0n4k4wmbh9rmbwqh3kg2fj0c34rzqfd56jsq8lcdg14k0kdcb";
- name = "recipe";
- };
- packageRequires = [
- cl-lib
- company
- emacs
- know-your-http-well
- restclient
- ];
- meta = {
- homepage = "https://melpa.org/#/company-restclient";
- license = lib.licenses.free;
- };
- }) {};
- company-rtags = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , rtags }:
- melpaBuild {
- pname = "company-rtags";
- ename = "company-rtags";
- version = "2.31";
- src = fetchFromGitHub {
- owner = "Andersbakken";
- repo = "rtags";
- rev = "7c470ba8e15740f37c3a7a9c56331c1cc4c0b1bb";
- sha256 = "05czbkgq48jv0f9vainflikil51xiwd0h24jmmx5886wi3v1wb4c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/company-rtags";
- sha256 = "0dicxbp3xn02pflrpfndj7hs494prvz64llsk1xpc2z23kfarp6f";
- name = "recipe";
- };
- packageRequires = [ company emacs rtags ];
- meta = {
- homepage = "https://melpa.org/#/company-rtags";
- license = lib.licenses.free;
- };
- }) {};
- company-shell = callPackage ({ cl-lib ? null
- , company
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-shell";
- ename = "company-shell";
- version = "1.2.1";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "company-shell";
- rev = "acdbf8cba6ad9831d81a77bab7bbfd50f19edd86";
- sha256 = "1dk927da7g4a39sva9bda978bx6hpiz5kf341fj8sb7xhryvh5r2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bbaa05d158f3806b9f79a2c826763166dbee56ca/recipes/company-shell";
- sha256 = "0my9jghf3s4idkgrpki8mj1lm5ichfvznb09lfwf07fjhg0q1apz";
- name = "recipe";
- };
- packageRequires = [ cl-lib company dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-shell";
- license = lib.licenses.free;
- };
- }) {};
- company-solidity = callPackage ({ cl-lib ? null
- , company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-solidity";
- ename = "company-solidity";
- version = "0.1.9";
- src = fetchFromGitHub {
- owner = "ethereum";
- repo = "emacs-solidity";
- rev = "d0ff4dea49540f37301d869f2797fca2492f55d5";
- sha256 = "1wcy5z4wggn3zs9h1kyvm0ji51ppjcqdmym3mmxbrhan6a0kq724";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e561d869f4e32bad5d1a8678f67e591ff586d6de/recipes/company-solidity";
- sha256 = "1rkja48j2m0g0azc34i715ckkqwjkb44y3b4a9vlxs8cjqza4w7q";
- name = "recipe";
- };
- packageRequires = [ cl-lib company ];
- meta = {
- homepage = "https://melpa.org/#/company-solidity";
- license = lib.licenses.free;
- };
- }) {};
- company-sourcekit = callPackage ({ company
- , dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sourcekit }:
- melpaBuild {
- pname = "company-sourcekit";
- ename = "company-sourcekit";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "nathankot";
- repo = "company-sourcekit";
- rev = "8ba62ac25bf533b7f148f333bcb5c1db799f749b";
- sha256 = "01dh0wdaydiai4v13r8g05rpiwqr5qqi34wif8vbk2mrr25wc7i9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/45969cd5cd936ea61fbef4722843b0b0092d7b72/recipes/company-sourcekit";
- sha256 = "0hr5j1ginf43h4qf3fvsh3z53z0c7w5a9lhrvdwmlzj396qhqmzs";
- name = "recipe";
- };
- packageRequires = [ company dash dash-functional emacs sourcekit ];
- meta = {
- homepage = "https://melpa.org/#/company-sourcekit";
- license = lib.licenses.free;
- };
- }) {};
- company-statistics = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "company-statistics";
- ename = "company-statistics";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "company-mode";
- repo = "company-statistics";
- rev = "906d8137224c1a5bd1dc913940e0d32ffecf5523";
- sha256 = "0c98kfg7gimjx9cf8dmbk9mdsrybhphshrdl8dhif3zqvn6gxyd7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/89d05b43f31ec157ce8e7bfba4b7c9119bda6dd2/recipes/company-statistics";
- sha256 = "1fl4ldj17m3xhi6xbw3bp9c2jir34xv3jh9daiw8g912fv2l5dcj";
- name = "recipe";
- };
- packageRequires = [ company emacs ];
- meta = {
- homepage = "https://melpa.org/#/company-statistics";
- license = lib.licenses.free;
- };
- }) {};
- company-tern = callPackage ({ cl-lib ? null
- , company
- , dash
- , dash-functional
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , tern }:
- melpaBuild {
- pname = "company-tern";
- ename = "company-tern";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "company-tern";
- rev = "b20b3e490bf277c8480712210e3c92ea489859ef";
- sha256 = "1l4b54rqwsb32r8zwwrag7s35zc3kpviafdrqkq8r1nyshg2yccm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/company-tern";
- sha256 = "17pw4jx3f1hymj6sc0ri18jz9ngggj4a41kxx14fnmmm8adqn6wh";
- name = "recipe";
- };
- packageRequires = [ cl-lib company dash dash-functional s tern ];
- meta = {
- homepage = "https://melpa.org/#/company-tern";
- license = lib.licenses.free;
- };
- }) {};
- company-terraform = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , terraform-mode }:
- melpaBuild {
- pname = "company-terraform";
- ename = "company-terraform";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "rafalcieslak";
- repo = "emacs-company-terraform";
- rev = "2d11a21fee2f298e48968e479ddcaeda4d736e12";
- sha256 = "0hxilq7289djrn6kgw7n926zpz0pr7iyd1wm6cy8yfhxf546a4px";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d9732da975dcf59d3b311b19e20abbb29c33656/recipes/company-terraform";
- sha256 = "198ppqn6f7y9bg582z5s4cl9gg1q9ibsr7mmn68b50zvma7ankzh";
- name = "recipe";
- };
- packageRequires = [ company emacs terraform-mode ];
- meta = {
- homepage = "https://melpa.org/#/company-terraform";
- license = lib.licenses.free;
- };
- }) {};
- company-web = callPackage ({ cl-lib ? null
- , company
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-completion-data }:
- melpaBuild {
- pname = "company-web";
- ename = "company-web";
- version = "2.1";
- src = fetchFromGitHub {
- owner = "osv";
- repo = "company-web";
- rev = "f0cc9187c9c34f72ad71f5649a69c74f996bae9a";
- sha256 = "1xcwwcy2866vzaqgn7hrl7j8k48mk74i4shm40v7ybacws47s9nr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/company-web";
- sha256 = "1q2am684l4d038a3ymyy6gg2ds9lq5mcfc4in8dmvap5grdhia4b";
- name = "recipe";
- };
- packageRequires = [ cl-lib company dash web-completion-data ];
- meta = {
- homepage = "https://melpa.org/#/company-web";
- license = lib.licenses.free;
- };
- }) {};
- company-ycmd = callPackage ({ company
- , dash
- , deferred
- , f
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , s
- , ycmd }:
- melpaBuild {
- pname = "company-ycmd";
- ename = "company-ycmd";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "emacs-ycmd";
- rev = "d042a673b4d717c3ca9d641f120bfe16c994c740";
- sha256 = "0rxw86xi9xgr0fp6wmd6hgqgqr9flk7p4lcr0052jhlwknj1nrx0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/company-ycmd";
- sha256 = "1dycbp2q8grvv94mwp9n8s7xpz2zjs05l3lf471j3nlbk6xfsn5d";
- name = "recipe";
- };
- packageRequires = [ company dash deferred f let-alist s ycmd ];
- meta = {
- homepage = "https://melpa.org/#/company-ycmd";
- license = lib.licenses.free;
- };
- }) {};
- composable = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "composable";
- ename = "composable";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "paldepind";
- repo = "composable.el";
- rev = "a3c582994582603ef037db4464f8ea49d759a42e";
- sha256 = "0qlrvr5z9gi6yr9angp5ijmjzqqhwbxlpz9265113x9cy9kjdkpl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1fc0f076198e4be46a33a26eea9f2d273dda12b8/recipes/composable";
- sha256 = "1fs4pczjn9sv12sladf6zbkz0cmzxr0jaqkiwryydal1l5nqqxcy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/composable";
- license = lib.licenses.free;
- };
- }) {};
- composer = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , php-runtime
- , request
- , s
- , seq }:
- melpaBuild {
- pname = "composer";
- ename = "composer";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "composer.el";
- rev = "d88741009cf7cae0a75e3cc7a19dd9143fcc92f9";
- sha256 = "0iqm8997pl3pni7a49igj8q6sp37bjdshjwl6d95bqrjkjf9ll08";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/composer";
- sha256 = "01w9cywhfngkrl9az8kfpzm12nc0zwmax01pyxlbi2l2icmvp5s1";
- name = "recipe";
- };
- packageRequires = [ emacs f php-runtime request s seq ];
- meta = {
- homepage = "https://melpa.org/#/composer";
- license = lib.licenses.free;
- };
- }) {};
- concurrent = callPackage ({ deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "concurrent";
- ename = "concurrent";
- version = "0.5.1";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-deferred";
- rev = "9668749635472a63e7a9282e2124325405199b79";
- sha256 = "1ch5br9alvwcpijl9g8w5ypjrah29alpfpk4hjw23rwzyq5p4izq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bc29a8d518ce7a584277089bd4654f52ac0f358/recipes/concurrent";
- sha256 = "09wjw69bqrr3424h0mpb2kr5ixh96syjjsqrcyd7z2lsas5ldpnf";
- name = "recipe";
- };
- packageRequires = [ deferred emacs ];
- meta = {
- homepage = "https://melpa.org/#/concurrent";
- license = lib.licenses.free;
- };
- }) {};
- conda = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pythonic
- , s }:
- melpaBuild {
- pname = "conda";
- ename = "conda";
- version = "0.0.9";
- src = fetchFromGitHub {
- owner = "necaris";
- repo = "conda.el";
- rev = "64b804c33f2667e8232689770a9f2e332c2dd0ab";
- sha256 = "1w1p1m2d0mwi3frkah5cnphyqsix7fp1li8glhlwf923cg48cxfq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fcf762e34837975f5440a1d81a7f09699778123e/recipes/conda";
- sha256 = "1hi292h6ccl7vkvyxcwwcdxw8q2brv3hy0mnlikzj2qy5pbnfg4y";
- name = "recipe";
- };
- packageRequires = [ dash emacs f pythonic s ];
- meta = {
- homepage = "https://melpa.org/#/conda";
- license = lib.licenses.free;
- };
- }) {};
- conkeror-minor-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "conkeror-minor-mode";
- ename = "conkeror-minor-mode";
- version = "1.6.2";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "conkeror-minor-mode";
- rev = "476e81c27b056e21c192391fe674a2bf875466b0";
- sha256 = "0sz3qx1bn0lwjhka2l6wfl4b5486ji9dklgjs7fdlkg3dgpp1ahx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/conkeror-minor-mode";
- sha256 = "1ch108f20k7xbf79azsp31hh4wmw7iycsxddcszgxkbm7pj11933";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/conkeror-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- conllu-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , hydra
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "conllu-mode";
- ename = "conllu-mode";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "odanoburu";
- repo = "conllu-mode";
- rev = "d1b5b682e0a481ab74caed20bbca6177edb83080";
- sha256 = "1n98aqh3pyvaz1lwsqpcpv1nzrij79r342iiw2h90v4mf2r665dy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/444f943baddfeafe29708d6d68aeeeedbb7aa7bd/recipes/conllu-mode";
- sha256 = "1wffvvs8d0xcnz6mcm9rbr8imyj4npyc148yh0gzfzlgjm0fiz1v";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs flycheck hydra s ];
- meta = {
- homepage = "https://melpa.org/#/conllu-mode";
- license = lib.licenses.free;
- };
- }) {};
- connection = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "connection";
- ename = "connection";
- version = "1.10";
- src = fetchFromGitHub {
- owner = "myrkr";
- repo = "dictionary-el";
- rev = "a5ef20b2c32457880827ceda58f927ad9a26d2b7";
- sha256 = "0ahn0v6qdfwvv9n0m6jcgrzmyarbsbvpgq8g4qy2g37ak4j60hp7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b08ed7b90e3283e177eff57cb02b12a093dc258/recipes/connection";
- sha256 = "1y68d2kay8p5vapailxhrc5dl7b8k8nkvp7pa54md3fsivwp1d0q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/connection";
- license = lib.licenses.free;
- };
- }) {};
- contextual = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "contextual";
- ename = "contextual";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "e-user";
- repo = "contextual";
- rev = "8134a2d8034c624f4fdbbb0b3893de12f4257909";
- sha256 = "0s4b7dkndhnh8q3plvg2whjx8zd7ffz4hnbn3xh86xd3k7sch7av";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de20db067590624bbd2ca5a7a537b7f11ada84f2/recipes/contextual";
- sha256 = "1xwjjchmn3xqxbgvqishh8i75scc4kjgdzlp5j64d443pfgyr56a";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/contextual";
- license = lib.licenses.free;
- };
- }) {};
- contextual-menubar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "contextual-menubar";
- ename = "contextual-menubar";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "aaronjensen";
- repo = "contextual-menubar";
- rev = "cc2e7c952b59401188b81d84be81dead9d0da3db";
- sha256 = "01mk5xzsg52vfqjri1my193y6jczg2dp3pa2d0v0vw11m1k433h3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cba21d98f3abbf1f45d1fdd9164d4660b7d3e368/recipes/contextual-menubar";
- sha256 = "0r9bsnvf45h7gsdfhsz7h02nskjvflfa2yjarjv9fcl7aipz8rr6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/contextual-menubar";
- license = lib.licenses.free;
- };
- }) {};
- copy-as-format = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "copy-as-format";
- ename = "copy-as-format";
- version = "0.0.8";
- src = fetchFromGitHub {
- owner = "sshaw";
- repo = "copy-as-format";
- rev = "d2376c64334fe3de65d89d6d138a2187f9bf802f";
- sha256 = "0i158bkra7zgq75j08knq2camvlhbs2v8zrsxiyp0mc4q949xysd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42fe8a2113d1c15701abe7a7e0a68e939c3d789b/recipes/copy-as-format";
- sha256 = "1yij5mqm0dg6326yms0a2w8gs42kdxq0ih8dhkpdar54r0bk3m8k";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/copy-as-format";
- license = lib.licenses.free;
- };
- }) {};
- copy-file-on-save = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "copy-file-on-save";
- ename = "copy-file-on-save";
- version = "0.0.5";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "emacs-auto-deployment";
- rev = "5af6d5fcc35ddf9050eada96fd5f334bf0661b62";
- sha256 = "1q9liby1dmwwmg2jz13gx2ld47bpcqb9c7vx4qgky75wb5c2q1xz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/copy-file-on-save";
- sha256 = "1mcwgkhd241aijnmzrrqqn9f7hiq5k1w4fj83v50aixrcs049gc3";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/copy-file-on-save";
- license = lib.licenses.free;
- };
- }) {};
- copyit = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "copyit";
- ename = "copyit";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "emacs-copyit";
- rev = "be8dca96ef434d6658e4707b042c094e909d5141";
- sha256 = "1058qvgl6fkz5srizny0hfbjgqfsb5l9id7zrs5fb5qkilk9s01v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69bd50fd1f3865d48cec9fe2680d260d746248e5/recipes/copyit";
- sha256 = "1m28irqixzl44c683dxvc5x6l3qcqlpy6jzk6629paqkdi5mx1c0";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/copyit";
- license = lib.licenses.free;
- };
- }) {};
- copyit-pandoc = callPackage ({ copyit
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pandoc }:
- melpaBuild {
- pname = "copyit-pandoc";
- ename = "copyit-pandoc";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "emacs-copyit";
- rev = "c973d3650208a033aaf845989d023f9c6e572ddd";
- sha256 = "1fwndjbzwhl4dzrw5jxbq66yggxkl81ga3cnnl7rm3s63pkb6l3w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69bd50fd1f3865d48cec9fe2680d260d746248e5/recipes/copyit-pandoc";
- sha256 = "03v448gh6glq126r95w4y6s2p08jgjhkc6zgsplx0v9d5f2mwaqk";
- name = "recipe";
- };
- packageRequires = [ copyit emacs pandoc ];
- meta = {
- homepage = "https://melpa.org/#/copyit-pandoc";
- license = lib.licenses.free;
- };
- }) {};
- corral = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "corral";
- ename = "corral";
- version = "0.3.20";
- src = fetchFromGitHub {
- owner = "nivekuil";
- repo = "corral";
- rev = "8813288de240956641b37deafaaa4811548246df";
- sha256 = "06l2imhxm6dijkqlhk9s0vsa5a0ghybpy7qk7wpkgv0dlm3k3w7n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7b0d7e326f0401de0488b77d39af7bd7b8e8fdd4/recipes/corral";
- sha256 = "1drccqk4qzkgvkgkzlrrfd1dcgj8ziqriijrjihrzjgjsbpzv6da";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/corral";
- license = lib.licenses.free;
- };
- }) {};
- counsel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , swiper }:
- melpaBuild {
- pname = "counsel";
- ename = "counsel";
- version = "0.11.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "swiper";
- rev = "525b2e4887dd839045313f32d3ddeb5cab4c7a7e";
- sha256 = "009n8zjycs62cv4i1k9adbb284wz2w3r13xki2740sj34k683v13";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06c50f32b8d603db0d70e77907e36862cd66b811/recipes/counsel";
- sha256 = "0y8cb2q4mqvzan5n8ws5pjpm7bkjcghg5q19mzc3gqrq9vrvyzi6";
- name = "recipe";
- };
- packageRequires = [ emacs swiper ];
- meta = {
- homepage = "https://melpa.org/#/counsel";
- license = lib.licenses.free;
- };
- }) {};
- counsel-bbdb = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-bbdb";
- ename = "counsel-bbdb";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "counsel-bbdb";
- rev = "df2890deb73b09f8055243bd91942ea887d9b7a1";
- sha256 = "0bki658mvlchqf3prkzxz4217a95cxm58c1qmf84yp2n8h6gd0d8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0ed9bcdb1f25a6dd743c1dac2bb6cda73a5a5dc2/recipes/counsel-bbdb";
- sha256 = "14d9mk44skpmyj0zkqwz97j80r630j7s5hfrrhlsafdpl5aafjxp";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/counsel-bbdb";
- license = lib.licenses.free;
- };
- }) {};
- counsel-dash = callPackage ({ counsel
- , dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm-dash
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-dash";
- ename = "counsel-dash";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "nathankot";
- repo = "counsel-dash";
- rev = "a342340bbd8e50e4d1015e0b91d8ecd8f6cdf9f2";
- sha256 = "1ma67lc4y9y3byrz8v6635w8q2scp6f2cqagq09k723k5nnwisfj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0f8af4d854f972bfed3d2122b4c089f72d8b5f2a/recipes/counsel-dash";
- sha256 = "0pzh8ww1p2jb859gdjr5ypya3rwhiyg3c79xhx8filxrqxgjv5fk";
- name = "recipe";
- };
- packageRequires = [ counsel dash dash-functional emacs helm-dash ];
- meta = {
- homepage = "https://melpa.org/#/counsel-dash";
- license = lib.licenses.free;
- };
- }) {};
- counsel-etags = callPackage ({ counsel
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-etags";
- ename = "counsel-etags";
- version = "1.8.4";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "counsel-etags";
- rev = "e9d396bf39ae12ef1820d5ae7e2928f14ed39189";
- sha256 = "14my9jvxl26a5yn381h5pi5481y9d9gyk7wnxxd0s4sjc964c5h5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/87528349a3ab305bfe98f30c5404913272817a38/recipes/counsel-etags";
- sha256 = "1h3dlczm1m21d4h41vz9ngg5fi02g6f95qalfxdnsvz0d4w4yxk0";
- name = "recipe";
- };
- packageRequires = [ counsel emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/counsel-etags";
- license = lib.licenses.free;
- };
- }) {};
- counsel-gtags = callPackage ({ counsel
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-gtags";
- ename = "counsel-gtags";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "FelipeLema";
- repo = "emacs-counsel-gtags";
- rev = "88c47af65fafaabd908e80dec4cf2aae921581c0";
- sha256 = "0qgvic4vdmgr46c0jya80v1ky2v9viqvqgkxzmq4i81zl6f7ad4d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe8fe6af7826a4b73ac784fde8859130b9ad7096/recipes/counsel-gtags";
- sha256 = "1vxxcqijn3nab4146p06vhw6dn8zwb7arbk1610bajsvkyid428y";
- name = "recipe";
- };
- packageRequires = [ counsel emacs ];
- meta = {
- homepage = "https://melpa.org/#/counsel-gtags";
- license = lib.licenses.free;
- };
- }) {};
- counsel-projectile = callPackage ({ counsel
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "counsel-projectile";
- ename = "counsel-projectile";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "ericdanan";
- repo = "counsel-projectile";
- rev = "d64e5275c578a494102852c466a3696bde466739";
- sha256 = "1inc4ndl0ysfwvxk4avbgpj4qi9rc93da6476a5c81xmwpsv8wmq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/389f16f886a385b02f466540f042a16eea8ba792/recipes/counsel-projectile";
- sha256 = "1gshphxaa902kq878rnizn3k1zycakwqkciz92z3xxb3bdyy0hnl";
- name = "recipe";
- };
- packageRequires = [ counsel projectile ];
- meta = {
- homepage = "https://melpa.org/#/counsel-projectile";
- license = lib.licenses.free;
- };
- }) {};
- counsel-tramp = callPackage ({ counsel
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "counsel-tramp";
- ename = "counsel-tramp";
- version = "0.6.3";
- src = fetchFromGitHub {
- owner = "masasam";
- repo = "emacs-counsel-tramp";
- rev = "5ed06027a313b27ab17a8c8fabbc30c0e424c3b2";
- sha256 = "1qy9lf7cyv6hp9mmpwh92cpdcffbxzyzchx6878d5pmk9qh6xy92";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1822b735b6bd533f658bd64ddccda29e19e9a5e/recipes/counsel-tramp";
- sha256 = "1ga57v6whnpigciw54k3hs0idq4cbl35qrysarik72f46by859v5";
- name = "recipe";
- };
- packageRequires = [ counsel emacs ];
- meta = {
- homepage = "https://melpa.org/#/counsel-tramp";
- license = lib.licenses.free;
- };
- }) {};
- coverage = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , ov }:
- melpaBuild {
- pname = "coverage";
- ename = "coverage";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "trezona-lecomte";
- repo = "coverage";
- rev = "c73d984168955ca0f47f44b0464aa45282df42b6";
- sha256 = "1kn61j91x4r4kc498y2jas5il4pc4qzhkj8392g2qiq5m3lbv4vl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cd70e138534551dd12ba4d165ba56fbd1e033241/recipes/coverage";
- sha256 = "0ja7wsx2sj0h01sk1l3c0aidbs1ld4gj3kiwq6brs7r018sz45pm";
- name = "recipe";
- };
- packageRequires = [ cl-lib ov ];
- meta = {
- homepage = "https://melpa.org/#/coverage";
- license = lib.licenses.free;
- };
- }) {};
- coverlay = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "coverlay";
- ename = "coverlay";
- version = "3.0.2";
- src = fetchFromGitHub {
- owner = "twada";
- repo = "coverlay.el";
- rev = "0beae208d0e7d746a94385428bd61aa5cd7ea828";
- sha256 = "1qf1s0997n6bfx50bd0jln25p7z6y8pfibijnbqcg2011xmv5dqh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/coverlay";
- sha256 = "1n0fblacwps94mhbdwpi22frhqp3pxg4323ghb79rvszb7in9i8j";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/coverlay";
- license = lib.licenses.free;
- };
- }) {};
- cpputils-cmake = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cpputils-cmake";
- ename = "cpputils-cmake";
- version = "5.5";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "cpputils-cmake";
- rev = "55e5c69554379632692a0fa20bfadeef9194fbdd";
- sha256 = "1rk0bwdvfrp24z69flh7jg3c8vgvwk6vciixmmmldnrlwhpnbh6i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b84a159e97f7161d0705da5dd5e8c34ae5cb848/recipes/cpputils-cmake";
- sha256 = "0fswmmmrjv897n51nidmn8gs8yp00595g35vwjafsq6rzfg58j60";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cpputils-cmake";
- license = lib.licenses.free;
- };
- }) {};
- creamsody-theme = callPackage ({ autothemer
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "creamsody-theme";
- ename = "creamsody-theme";
- version = "0.3.7";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-theme-creamsody";
- rev = "32fa3f4e461da92700523b1b20e7b28974c19a26";
- sha256 = "01q1l8ajw6lpp1bb4yp8r70d86hcl4hy0mz7x1hzqsvb7flhppp0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/488f95b9e425726d641120130d894babcc3b3e85/recipes/creamsody-theme";
- sha256 = "0l3mq43bszxrz0bxmxb76drp4c8721cw8akgk3l5a800wqbfp2l7";
- name = "recipe";
- };
- packageRequires = [ autothemer ];
- meta = {
- homepage = "https://melpa.org/#/creamsody-theme";
- license = lib.licenses.free;
- };
- }) {};
- creds = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "creds";
- ename = "creds";
- version = "0.0.6.1";
- src = fetchFromGitHub {
- owner = "ardumont";
- repo = "emacs-creds";
- rev = "00ebefd10005c170b790a01380cb6a98f798ce5c";
- sha256 = "169ai0xkh3988racnhaapxw0v1pbxvcaq470x1qacdzdpka4a7bs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81b032049ccc3837e8693f010b39716912f76bba/recipes/creds";
- sha256 = "0n11xxaf93bbc9ih25wj09zzw4sj32wb99qig4zcy8bpkl5y3llk";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/creds";
- license = lib.licenses.free;
- };
- }) {};
- cricbuzz = callPackage ({ dash
- , enlive
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "cricbuzz";
- ename = "cricbuzz";
- version = "0.3.6";
- src = fetchFromGitHub {
- owner = "lepisma";
- repo = "cricbuzz.el";
- rev = "0b95d45991bbcd2fa58d96ce921f6a57ba42c153";
- sha256 = "1s77a2lfy7nnaxm3ai9dg8lbdxp0892z4gr0yxqrgzawc4qcbb3x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/cricbuzz";
- sha256 = "18nmr7rpbylqgfx5q3ps38wx9q1ndj06msgyjyc8lqpipbsz0pip";
- name = "recipe";
- };
- packageRequires = [ dash enlive f s ];
- meta = {
- homepage = "https://melpa.org/#/cricbuzz";
- license = lib.licenses.free;
- };
- }) {};
- crm-custom = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "crm-custom";
- ename = "crm-custom";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "crm-custom";
- rev = "f1aaccf64306a5f99d9bf7ba815d7ea41c15518d";
- sha256 = "1kl6blr4dlz40gfc845071nhfms4fm59284ja2177bhghy3wmw6r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e0752ba601a8d518d3c7fb54fd008602e7dc19f/recipes/crm-custom";
- sha256 = "14w15skxr44p9ilhpswlgdbqfw8jghxi69l37yk4m449m7g9694c";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/crm-custom";
- license = lib.licenses.free;
- };
- }) {};
- crux = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "crux";
- ename = "crux";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "crux";
- rev = "5b3c8155a9e9fe6f189645d175976026a2dc7b8d";
- sha256 = "0809pb8626i6z1dics3i1cs30p4qd8bzqcgr20lx9k3yq2abq2k7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/575e3442a925500a5806e0b900208c1e6bfd11ae/recipes/crux";
- sha256 = "10lim1sngqbdqqwyq6ksqjjqpkm97aj1jk550sgwj28338lnw73c";
- name = "recipe";
- };
- packageRequires = [ seq ];
- meta = {
- homepage = "https://melpa.org/#/crux";
- license = lib.licenses.free;
- };
- }) {};
- cryptol-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cryptol-mode";
- ename = "cryptol-mode";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "thoughtpolice";
- repo = "cryptol-mode";
- rev = "b893e81452b631b464e5a98d17abd3d6627cc629";
- sha256 = "0s62xpwx1m875cqcpd1c5yxgjglwvpa1pz3f7fkl485q5ip4zydl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de12333bb429d84b2c214ac7ebb0219f67838f4f/recipes/cryptol-mode";
- sha256 = "08iq69gqmps8cckybhj9065b8a2a49p0rpzgx883qxnypsmjfmf2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cryptol-mode";
- license = lib.licenses.free;
- };
- }) {};
- crystal-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "crystal-mode";
- ename = "crystal-mode";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "crystal-lang-tools";
- repo = "emacs-crystal-mode";
- rev = "0fe6815201bebe4c5ff6857bd541d95b05132b10";
- sha256 = "0r75dvc0jqcqi1qjns8zj132dnm0s6mvqlqynkis16nigbawix8m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d4b9b47d7deecf0cf24a42b26d50021cb1219a69/recipes/crystal-mode";
- sha256 = "1fgpz7zab6nc6kvjzjsbvrbg8shf4by0f20cvjvyky8kym72q0hk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/crystal-mode";
- license = lib.licenses.free;
- };
- }) {};
- csharp-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "csharp-mode";
- ename = "csharp-mode";
- version = "0.9.2";
- src = fetchFromGitHub {
- owner = "josteink";
- repo = "csharp-mode";
- rev = "5e47b7764b3f4c97c260a902e8072d444dbd0f1b";
- sha256 = "1dnhpxcinrwc7dmwgzbg4lnly05h38f00zrfsjincvii6d8rjiw0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/736716bbcfd9c9fb1d10ce290cb4f66fe1c68f44/recipes/csharp-mode";
- sha256 = "17j84qrprq492dsn103dji8mvh29mbdlqlpsszbgfdgnpvfr1rv0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/csharp-mode";
- license = lib.licenses.free;
- };
- }) {};
- csound-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multi
- , shut-up }:
- melpaBuild {
- pname = "csound-mode";
- ename = "csound-mode";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "hlolli";
- repo = "csound-mode";
- rev = "5a892e6ad72e7844e8e14c0da04fcb6bc125fe5e";
- sha256 = "1gzg2r7agllz2asp7dbxykydpnw3861whs2pfhr3fwwb39xf1pva";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c940d29de11e43b4abf2901c466c94d426a21818/recipes/csound-mode";
- sha256 = "047a78nhkn6qycsz8w9a0r1xyz5wyf4rds3z5yx9sn5wkv54w95d";
- name = "recipe";
- };
- packageRequires = [ emacs multi shut-up ];
- meta = {
- homepage = "https://melpa.org/#/csound-mode";
- license = lib.licenses.free;
- };
- }) {};
- csv = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "csv";
- ename = "csv";
- version = "2.1";
- src = fetchFromGitLab {
- owner = "u11";
- repo = "csv.el";
- rev = "aa1dfa1263565d5fac3879c21d8ddf5f8915e411";
- sha256 = "1vmazjrfcsa9aa9aw8bq5sazdhqvhxyj837dyw5lmh8gk7z0xdaa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/233f9de5f65fd8374f2c1912503c30905aa6691d/recipes/csv";
- sha256 = "1rvi5p27lsb284zqgv4cdqkbqc9r92axmvg7sv52rm7qcj8njwqd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/csv";
- license = lib.licenses.free;
- };
- }) {};
- ctable = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ctable";
- ename = "ctable";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-ctable";
- rev = "08a017bde6d24ea585e39ce2637bebe28774d316";
- sha256 = "13zq8kym1y6bzrpxbcdz32323a6azy5px4ridff6xh8bfprwlay3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bc29a8d518ce7a584277089bd4654f52ac0f358/recipes/ctable";
- sha256 = "040qmlgfvjc1f908n52m5ll2fizbrhjzbd0kgrsw37bvm3029rx1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ctable";
- license = lib.licenses.free;
- };
- }) {};
- ctags-update = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ctags-update";
- ename = "ctags-update";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "jixiuf";
- repo = "ctags-update";
- rev = "67faf248b92388442958a069263c62a345425a1b";
- sha256 = "0442jdxvn33i0bnb4fspvpdn66gxqyazyc6n3wqjmpn3fqvzwsrp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e5d0c347ff8cf6e0ade80853775fd6b84f387fa5/recipes/ctags-update";
- sha256 = "07548jjpx4var2817y47i6br8iicjlj66n1b33h0av6r1h514nci";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ctags-update";
- license = lib.licenses.free;
- };
- }) {};
- ctune = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ctune";
- ename = "ctune";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "maurooaranda";
- repo = "ctune";
- rev = "276257231e5c19fa476e01077611b5bbcec9f852";
- sha256 = "0s9zbgibkfn7yr9dkpbvvprrn2ak62gsfzjmw4qfqgrg4y3s4x7w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/927ecd888bc00abff13f5fc335a88dffc2bf6779/recipes/ctune";
- sha256 = "1ymy508h19w6c7z93nww9fzirzk84w24j3dpbj08d08bifndhj1q";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ctune";
- license = lib.licenses.free;
- };
- }) {};
- ctxmenu = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , popup
- , yaxception }:
- melpaBuild {
- pname = "ctxmenu";
- ename = "ctxmenu";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-ctxmenu";
- rev = "5c2376859562b98c07c985d2b483658e4c0e888e";
- sha256 = "1jlr2miwqsg06hk2clvsrw9fa98m2n76qfq8qv5svrb8dpil04wb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6fc4f51bb6ce8fa9e37c0aeb51696b1980aece0c/recipes/ctxmenu";
- sha256 = "03g9px858mg19wapqszwav3599slljdyam8bvn1ri85fpa5ydvdp";
- name = "recipe";
- };
- packageRequires = [ log4e popup yaxception ];
- meta = {
- homepage = "https://melpa.org/#/ctxmenu";
- license = lib.licenses.free;
- };
- }) {};
- cubicaltt = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cubicaltt";
- ename = "cubicaltt";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "mortberg";
- repo = "cubicaltt";
- rev = "260b34e710cf18883f61f30bfcaf4e3823bebc0c";
- sha256 = "0wdc26niyx2h49hfqshwqbvg0sbsg5dlfmwnl5y9jwf12170a9q3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1be42b49c206fc4f0df6fb50fed80b3d9b76710b/recipes/cubicaltt";
- sha256 = "1wgy6965cnw201wx4a2pn71sa40mh2712y0d0470klr156krj0n9";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/cubicaltt";
- license = lib.licenses.free;
- };
- }) {};
- cubicle-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cubicle-mode";
- ename = "cubicle-mode";
- version = "1.1.2";
- src = fetchFromGitHub {
- owner = "cubicle-model-checker";
- repo = "cubicle";
- rev = "9d108b900e0123236b4991c2d06b5061f34feee8";
- sha256 = "1n3x6m19swkq07zah4hh0ni6gx864bq1w0km06nq33x8189zczrr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81c29c912b83cbb536d30ba04130b39c0e5e5969/recipes/cubicle-mode";
- sha256 = "0xcmd0s6dfryl1ihfaqq0pfqc906yzzwk3d3nv8g6b6w78pv1lzv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cubicle-mode";
- license = lib.licenses.free;
- };
- }) {};
- cuda-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cuda-mode";
- ename = "cuda-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "chachi";
- repo = "cuda-mode";
- rev = "c8cf7d92b8039cdd0bd525c258ab42f49a0f91cf";
- sha256 = "1y685qfdkjyl7dwyvivlgc2lwp102vy6hvcb9zynw84c49f726sn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d21cf17a4a9ae391e2e9cf9be3399095fa23ef55/recipes/cuda-mode";
- sha256 = "0ip4vax93x72bjrh6prik6ddmrvszpsmgm0fxfz772rp24smc300";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cuda-mode";
- license = lib.licenses.free;
- };
- }) {};
- cwl-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yaml-mode }:
- melpaBuild {
- pname = "cwl-mode";
- ename = "cwl-mode";
- version = "0.2.5";
- src = fetchFromGitHub {
- owner = "tom-tan";
- repo = "cwl-mode";
- rev = "2fa8c8db68a8665ed555126975edd8749bcfc009";
- sha256 = "0zgnnvf8k5zcigykcf6slgcjmwb1l0jdfaqm19r34wp3md8wf0v1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2309764cd56d9631dd97981a78b50b9fe793a280/recipes/cwl-mode";
- sha256 = "0x8akxxmphpgsc2m78h6b0fs6vvcfvmi1q2jrz8hwlmai8f7zi9j";
- name = "recipe";
- };
- packageRequires = [ emacs yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/cwl-mode";
- license = lib.licenses.free;
- };
- }) {};
- cyberpunk-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cyberpunk-theme";
- ename = "cyberpunk-theme";
- version = "1.21";
- src = fetchFromGitHub {
- owner = "n3mo";
- repo = "cyberpunk-theme.el";
- rev = "17f68f8ac70b712d2870ecb6adb3841b992074fa";
- sha256 = "05mfgr9aj7knn7niadv9p6z3qrfpq2lbbi2wxxx62xywim9maw2y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4c632d1e501d48dab54432ab111ce589aa229125/recipes/cyberpunk-theme";
- sha256 = "0l2bwb5afkkhrbh99v2gns1vil9s5911hbnlq5w35nmg1wvbmbc9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cyberpunk-theme";
- license = lib.licenses.free;
- };
- }) {};
- cyphejor = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cyphejor";
- ename = "cyphejor";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "cyphejor";
- rev = "d7842388a1872b165489624a1a68f536de97e28d";
- sha256 = "1gi7rp0vf3iahljzjhs3rj9c0rvfcfs93hr8a3hl0ch3h9qq8ng2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad7cacfa39d8f85e26372ef21898663aebb68e43/recipes/cyphejor";
- sha256 = "18l5km4xm5j3vv19k3fxs8i3rg4qnhrvx7b62vmyfcqmpiasrh6g";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/cyphejor";
- license = lib.licenses.free;
- };
- }) {};
- cython-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "cython-mode";
- ename = "cython-mode";
- version = "0.29.10";
- src = fetchFromGitHub {
- owner = "cython";
- repo = "cython";
- rev = "9f3f99fd6378ffb17976d74356fd3ba7e22f85b3";
- sha256 = "164ksml3i5gmcwripjsn5byfvnnjf86wrkkd9saw481ym6imii3c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be9bfabe3f79153cb859efc7c3051db244a63879/recipes/cython-mode";
- sha256 = "0asai1f1pncrfxx296fn6ky09hj1qam5j0dpxxkzhy0a34xz0k2i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/cython-mode";
- license = lib.licenses.free;
- };
- }) {};
- d-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "d-mode";
- ename = "d-mode";
- version = "2.0.9";
- src = fetchFromGitHub {
- owner = "Emacs-D-Mode-Maintainers";
- repo = "Emacs-D-Mode";
- rev = "d7f46a28aca981e719d12460bf9b71e355d79565";
- sha256 = "0kg91rdlvq2ypc6cww9gakbyd631lakcmqmbs7v0agc7vmba61xz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3c13e9ccc358743de660b1f0e89d6bb709c42bff/recipes/d-mode";
- sha256 = "060k9ndjx0n5vlpzfxlv5zxnizx72d7y9vk7gz7gdvpm6w2ha0a2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/d-mode";
- license = lib.licenses.free;
- };
- }) {};
- dad-joke = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dad-joke";
- ename = "dad-joke";
- version = "1.4";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "dad-joke.el";
- rev = "bee47e7b746b403228fa7d7361cb095de19ac9ba";
- sha256 = "14snnnjs28jg6k8x6g90m3dbcx10306ipcd256d3l6czk9p17vpd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/484d571b2737f7c613816333afdde6460c64e635/recipes/dad-joke";
- sha256 = "1cg8iaq79w5zx1s3dirdl7ymcp162mmsy5c4vly90v20yrijblad";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dad-joke";
- license = lib.licenses.free;
- };
- }) {};
- daemons = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "daemons";
- ename = "daemons";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "cbowdon";
- repo = "daemons.el";
- rev = "dcf42cb3178d7245d6d49de346d5e2b44e5b7498";
- sha256 = "00bkzfaw3bqykcks610vk9wlpa2z360xn32bpsrycacwfv29j7g4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1f780485e72ae2885f698fdab0156855f70831f1/recipes/daemons";
- sha256 = "14givkrw9p0m261hawahzi0n8jarapb63kv1s62faq57mqnq23jr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/daemons";
- license = lib.licenses.free;
- };
- }) {};
- dante = callPackage ({ company
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , haskell-mode
- , lcr
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "dante";
- ename = "dante";
- version = "1.5";
- src = fetchFromGitHub {
- owner = "jyp";
- repo = "dante";
- rev = "3bd1bfdd775a309565a850e37dfbd42f1b33068e";
- sha256 = "0f76snwsy735r7pl3gdzvajsmpd12qkj03lyjxq1x44a79a1gfwk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5afa8226077cbda4b76f52734cf8e0b745ab88e8/recipes/dante";
- sha256 = "1j0qwjshh2227k63vd06bvrsccymqssx26yfzams1xf7bp6y0krs";
- name = "recipe";
- };
- packageRequires = [ company dash emacs f flycheck haskell-mode lcr s ];
- meta = {
- homepage = "https://melpa.org/#/dante";
- license = lib.licenses.free;
- };
- }) {};
- dap-mode = callPackage ({ bui
- , dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild
- , s
- , tree-mode }:
- melpaBuild {
- pname = "dap-mode";
- ename = "dap-mode";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "dap-mode";
- rev = "240da34149e2d8893b647f15ff30f217aba4ac89";
- sha256 = "1y3s28xb66w8yynwlavn6d7ysjv0d5ziyga5fjyj0jk1037mjg6y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67942b34975015dd6f2b5f6b43829cc13b1832c6/recipes/dap-mode";
- sha256 = "041mmla70ld5783gn8g360klk3cw39pir5d41544zf3yssk12qpn";
- name = "recipe";
- };
- packageRequires = [
- bui
- dash
- dash-functional
- emacs
- f
- lsp-mode
- s
- tree-mode
- ];
- meta = {
- homepage = "https://melpa.org/#/dap-mode";
- license = lib.licenses.free;
- };
- }) {};
- darcula-theme = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "darcula-theme";
- ename = "darcula-theme";
- version = "2.0";
- src = fetchFromGitLab {
- owner = "fommil";
- repo = "emacs-darcula-theme";
- rev = "2ecd466ffa7a3157b9ddcd7545b6fb8ad308c976";
- sha256 = "1h5lssnc1am54hkprnp61bsj5fnm8j556q2gbhljfjgrdwnqv8ky";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23c8f10205187babb17e3abc3dc40eb1938e6640/recipes/darcula-theme";
- sha256 = "1n9mpkdyf5jpxc5azfs38ccp9p0b5ii87sz4c7z4khs94y0gxqh3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/darcula-theme";
- license = lib.licenses.free;
- };
- }) {};
- darktooth-theme = callPackage ({ autothemer
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "darktooth-theme";
- ename = "darktooth-theme";
- version = "0.3.10";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "emacs-theme-darktooth";
- rev = "ae14a9be19b6fbd287e0f5ad156e7942cd6a5bc6";
- sha256 = "1jisiz0blksjl6d8q7bnvnlfrwalqfpd93fs66i8pgllhf5z7j19";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7f62ac1566ced7332e83253f79078dc30cb7889/recipes/darktooth-theme";
- sha256 = "1vss0mg1vz4wvsal1r0ya8lid2c18ig11ip5v9nc80b5slbixzvs";
- name = "recipe";
- };
- packageRequires = [ autothemer ];
- meta = {
- homepage = "https://melpa.org/#/darktooth-theme";
- license = lib.licenses.free;
- };
- }) {};
- dart-mode = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "dart-mode";
- ename = "dart-mode";
- version = "1.0.4";
- src = fetchFromGitHub {
- owner = "bradyt";
- repo = "dart-mode";
- rev = "d78c5c796da53108a824967932cf6c773426e10f";
- sha256 = "1x04vhmwg0hn54dfskwp8dnghjyyn8rha3vpfqw37qjchf3js3f0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/dart-mode";
- sha256 = "0zpvp86067a6l63wrpqxsm9fhv3n4ggbq8pg21vgiz54hk4x1xpp";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs flycheck s ];
- meta = {
- homepage = "https://melpa.org/#/dart-mode";
- license = lib.licenses.free;
- };
- }) {};
- dash = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dash";
- ename = "dash";
- version = "2.16.0";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "dash.el";
- rev = "258c324d9840901db83b2cabef3fa75bba57c1ba";
- sha256 = "150k48llqz2mb66vbznpyj47r6g16amfl7hbg8q46djq8mp7zc2v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57eed8767c3e98614259c408dc0b5c54d3473883/recipes/dash";
- sha256 = "0azm47900bk2frpjsgy108fr3p1jk4h9kmp4b5j5pibgsm26azgz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dash";
- license = lib.licenses.free;
- };
- }) {};
- dash-functional = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dash-functional";
- ename = "dash-functional";
- version = "2.16.0";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "dash.el";
- rev = "528e5a51f1af668e3075f2beccd2b39785ccb2ba";
- sha256 = "0c65wkyzqsi0jignbhl0j9hh0711069x0l54sqbfb72viy0sppck";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57eed8767c3e98614259c408dc0b5c54d3473883/recipes/dash-functional";
- sha256 = "0hx36hs12mf4nmskaaqrqpcgwrfjdqj6qcxn6bwb0s5m2jf9hs8p";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/dash-functional";
- license = lib.licenses.free;
- };
- }) {};
- dashboard = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , page-break-lines }:
- melpaBuild {
- pname = "dashboard";
- ename = "dashboard";
- version = "1.6.0";
- src = fetchFromGitHub {
- owner = "emacs-dashboard";
- repo = "emacs-dashboard";
- rev = "5b66b65c4c7536f43e8e58b3f7055e5bd6381cda";
- sha256 = "1g6g8vad1kdmv1zxp95a8sn70idl26isqjb3xk1r95pqnx1cn591";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef3c6af6ff5d880e6336f8db32b22b64b182794e/recipes/dashboard";
- sha256 = "19l7mv57ra3i8bz35zfq0wrrp8mk0bzhng6wqpbf9dax4pq3pnp9";
- name = "recipe";
- };
- packageRequires = [ emacs page-break-lines ];
- meta = {
- homepage = "https://melpa.org/#/dashboard";
- license = lib.licenses.free;
- };
- }) {};
- dashboard-project-status = callPackage ({ dashboard
- , emacs
- , fetchFromGitHub
- , fetchurl
- , git
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dashboard-project-status";
- ename = "dashboard-project-status";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "functionreturnfunction";
- repo = "dashboard-project-status";
- rev = "d3ac9f4992cc9ddad12f98e6ace26c8673ce473d";
- sha256 = "1zm566dq5xavfyma7304lvq78cpbblk22v2zgsbdy8hpk94rxj8m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dfc05873c6532c866d89c4cc07eb84b447a25c70/recipes/dashboard-project-status";
- sha256 = "1r25xmscz3lrjm6jjix416py26za5l1ck3xa77qbyrr4rf1gsakg";
- name = "recipe";
- };
- packageRequires = [ dashboard emacs git ];
- meta = {
- homepage = "https://melpa.org/#/dashboard-project-status";
- license = lib.licenses.free;
- };
- }) {};
- date-at-point = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "date-at-point";
- ename = "date-at-point";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "date-at-point.el";
- rev = "662f8350a83311503dc0aae47a28752f9f1270c9";
- sha256 = "06aprbhhxb6bbzmf0r5yq2ry6x7708vp4d94ja3ir6zcwc96wn0k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a6dbeddd236f312fac1d5542dfd2edf81df8fad2/recipes/date-at-point";
- sha256 = "0r26df6px6q5jlxj29nhl3qbp6kzy9hs5vd72kpiirgn4wlmagp0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/date-at-point";
- license = lib.licenses.free;
- };
- }) {};
- date-field = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "date-field";
- ename = "date-field";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-date-field";
- rev = "3b0af9c49293fc4346078ed2e13a6ebf41bbe54e";
- sha256 = "1skvkbbqvwbw58ahdbf2m1z7s0kfi5v7c0lavc9ifrs91pqpqx9z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe790729a67d2210cbccefce43805daa20db647d/recipes/date-field";
- sha256 = "0fmw13sa4ajs1xkrkdpcjpbp0jl9d81cgvwh93myg8yjjn7wbmvk";
- name = "recipe";
- };
- packageRequires = [ dash log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/date-field";
- license = lib.licenses.free;
- };
- }) {};
- datetime = callPackage ({ emacs
- , extmap
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "datetime";
- ename = "datetime";
- version = "0.6.4";
- src = fetchFromGitHub {
- owner = "doublep";
- repo = "datetime";
- rev = "8c6d6fc991766e6bf9cefc4ea4b04eeae8116a84";
- sha256 = "0c5y304pvns8jhy4fpz4jmbfxdgz8ms04hgrnsb0g168szc9g0s9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/91ef4352603cc69930ab3d63f0a90eee63f5f328/recipes/datetime";
- sha256 = "0c000fnqg936dhjw5qij4lydzllw1x1jgnyy960zh6r61pk062xj";
- name = "recipe";
- };
- packageRequires = [ emacs extmap ];
- meta = {
- homepage = "https://melpa.org/#/datetime";
- license = lib.licenses.free;
- };
- }) {};
- deadgrep = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , spinner }:
- melpaBuild {
- pname = "deadgrep";
- ename = "deadgrep";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "deadgrep";
- rev = "1d64c113f562a80147cdb6041a2dd48e5ba2da5d";
- sha256 = "025xj4hc1k87wmbx2imvxb9brfnajclpd4rj7j1yg85gbk7a99v5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93389fae7233b83ea904e17bdaf83f8247cda3d8/recipes/deadgrep";
- sha256 = "01m5ds7lic9g11a5iwzw86k6xcv56wbbzjm1343ckbbi255h9i09";
- name = "recipe";
- };
- packageRequires = [ dash emacs s spinner ];
- meta = {
- homepage = "https://melpa.org/#/deadgrep";
- license = lib.licenses.free;
- };
- }) {};
- debian-el = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "debian-el";
- ename = "debian-el";
- version = "37.4";
- src = fetchgit {
- url = "https://salsa.debian.org/emacsen-team/debian-el.git";
- rev = "9690c4adb71e0fc7d00fea24b49ba944f913f4f5";
- sha256 = "118yyhmfwpdlqvz5xjqfr4mmpjznkja3jn63n43z66q0apfhhk61";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1a381ec81eb160365f478c6a3af638c14558d7d6/recipes/debian-el";
- sha256 = "0x74a4nm2p4w82kzrdqy90969sminsrhdzppld2mg63jg0wxb8ga";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/debian-el";
- license = lib.licenses.free;
- };
- }) {};
- debpaste = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xml-rpc }:
- melpaBuild {
- pname = "debpaste";
- ename = "debpaste";
- version = "0.1.5";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "debpaste.el";
- rev = "038f0ff7824f4e3dd455e2232eeca70fa8abcec5";
- sha256 = "1darxggvyv100cfb7imyzvgif8a09pnky62pf3bl2612hhvaijfb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/debpaste";
- sha256 = "0h3hx3vgdhchmndabmzprddq3bxd80jnv4xvma9v6k1v07bl721v";
- name = "recipe";
- };
- packageRequires = [ xml-rpc ];
- meta = {
- homepage = "https://melpa.org/#/debpaste";
- license = lib.licenses.free;
- };
- }) {};
- decide = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "decide";
- ename = "decide";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "lifelike";
- repo = "decide-mode";
- rev = "90133687118c236142b8110571c463304b3192f9";
- sha256 = "04yakjnh9c165ssmcwkkm03lnlhgfx5bnk0v3cm73kmwdmfd2q7s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6adcd300e2ac2c718989cf855fd7b3eef654df00/recipes/decide";
- sha256 = "1gjkays48lhrifi9jwja5n2dpxjbl7f9rmka1nsqg9vf7s59vhhc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/decide";
- license = lib.licenses.free;
- };
- }) {};
- dedicated = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dedicated";
- ename = "dedicated";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "dedicated";
- rev = "8275fb672f9cc4ba6682ebda0ef91db827e32992";
- sha256 = "0pba9s0h37sxyqh733vi6k5raa4cs7aradipf3826inw36jcw414";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2a50f62475639af011c99c6cc38928b74b3b0a/recipes/dedicated";
- sha256 = "1ka8n02r3nd2ksbid23g2qd6707c7xsjx7lbbdi6pcmwam5mglw9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dedicated";
- license = lib.licenses.free;
- };
- }) {};
- default-text-scale = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "default-text-scale";
- ename = "default-text-scale";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "default-text-scale";
- rev = "f425d3765c4dea3f2e550720278f9d424579ee5d";
- sha256 = "0h42jiwxrxjmk7ccwh3h25n7dy2rq61ncm5wx27jhkncc5jdm4h6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db5e0b70e2d9c80aa41ae2c397f822789c2d3cc2/recipes/default-text-scale";
- sha256 = "18r90ic38fnlsbg4gi3r962vban398x2bf3rqhrc6z4jk4aiv3mi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/default-text-scale";
- license = lib.licenses.free;
- };
- }) {};
- deferred = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "deferred";
- ename = "deferred";
- version = "0.5.1";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-deferred";
- rev = "d012a1ab50edcc2c44e3e49006f054dbff47cb6c";
- sha256 = "0xy9zb6wwkgwhcxdnslqk52bq3z24chgk6prqi4ks0qcf2bwyh5h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/deferred";
- sha256 = "1i8jfapzmw86iqwhnnlqmcj6zh4hyhizdcwjxcnxdj6kvxmwyysm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/deferred";
- license = lib.licenses.free;
- };
- }) {};
- define-word = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "define-word";
- ename = "define-word";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "define-word";
- rev = "38e2f94779652fc6280a51b68dc910431513a8e1";
- sha256 = "1lyqd9cgj7cb2lasf6ycw5j8wnsx2nrfm8ra4sg3dgcspm01a89g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e318b30d8b2b89981f4b89d78e5a46e77d3de412/recipes/define-word";
- sha256 = "035fdfwnxw0mir1dyvrimygx2gafcgnvlcsmwmry1rsfh39n5b9a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/define-word";
- license = lib.licenses.free;
- };
- }) {};
- deft = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "deft";
- ename = "deft";
- version = "0.8";
- src = fetchFromGitHub {
- owner = "jrblevin";
- repo = "deft";
- rev = "c4b30d780bfa732ff52d85f0311e4a045f44a7b4";
- sha256 = "0z7cilgiz6krvl5h2z72hkch43qxmypb0k6p5vxn5lx1p6v0mrf2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e2a0e4698d4e71ec28656594f6a83504a823490/recipes/deft";
- sha256 = "0f6z9hsigbwdsmg0abk1ddl9j19d0rpj4gzkl0d5arcpqbla26hp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/deft";
- license = lib.licenses.free;
- };
- }) {};
- demangle-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "demangle-mode";
- ename = "demangle-mode";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "liblit";
- repo = "demangle-mode";
- rev = "06903d731dfde110e10b979dcc7624ef6dbb5ac8";
- sha256 = "1j0fszql941kmbd3sf3rjynm4g01cgpkq20lvy9ayj3f2cy46ad4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ced9f4ffb051a8474d3f72695156416cf2dd8be/recipes/demangle-mode";
- sha256 = "0ky0bb6rc99vrdli4lhs656qjndnla9b7inc2ji9l4n1zki5qxzk";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/demangle-mode";
- license = lib.licenses.free;
- };
- }) {};
- describe-number = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yabin }:
- melpaBuild {
- pname = "describe-number";
- ename = "describe-number";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "netromdk";
- repo = "describe-number";
- rev = "40618345a37831804b29589849a785ef5aa5ac24";
- sha256 = "13fasbhdjwc4jh3cy25gm5sbbg56hq8la271098qpx6dhqm2wycq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d5ed9063f7e9f540bc90c1df4e3604d4af9bcfe5/recipes/describe-number";
- sha256 = "0gvriailni2ppz69g0bwnb1ik1ghjkj341k45vllz30j0frp9iji";
- name = "recipe";
- };
- packageRequires = [ yabin ];
- meta = {
- homepage = "https://melpa.org/#/describe-number";
- license = lib.licenses.free;
- };
- }) {};
- desktop-environment = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "desktop-environment";
- ename = "desktop-environment";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "desktop-environment";
- rev = "284c38fcb5b10746255ee4123eaa549e028df0c8";
- sha256 = "14ija2rrz3zjhjbzxg84j5fq6xph4ah7w9bkqnq37by040cydvhw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dfe988e0dd4a1272ecf7b2fe758ef0c81e2acad2/recipes/desktop-environment";
- sha256 = "0iai1awpkv4n8k263854mx95c8yh2vvif6z91mgn6hck8774v9zp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/desktop-environment";
- license = lib.licenses.free;
- };
- }) {};
- desktop-plus = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "desktop-plus";
- ename = "desktop+";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "ffevotte";
- repo = "desktop-plus";
- rev = "a9cb8dd0af5071d9f148211b408c54306239381c";
- sha256 = "10f5dkrwfd6a1ab98j2kywkh1h01pnanvj2i7fv9a9vxnmiywrcf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b009b42c73490d56d4613dcf5a57447fb4ccab4/recipes/desktop+";
- sha256 = "0w7i6k4814hwb19l7ly9yq59674xiw57ylrwxq7yprwx52sgs2r8";
- name = "recipe";
- };
- packageRequires = [ dash emacs f ];
- meta = {
- homepage = "https://melpa.org/#/desktop+";
- license = lib.licenses.free;
- };
- }) {};
- desktop-registry = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "desktop-registry";
- ename = "desktop-registry";
- version = "1.2.0";
- src = fetchFromGitHub {
- owner = "ryuslash";
- repo = "desktop-registry";
- rev = "244c2e7f9f0a1050aa8a47ad0b38f4e4584682dd";
- sha256 = "11qvhbz7149vqh61fgqqn4inw0ic6ib9lz2xgr9m54pdw9a901mp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/desktop-registry";
- sha256 = "1sfj0w6hlrx37js63fn1v5xc9ngmahv07g42z68717md6w3c8g0v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/desktop-registry";
- license = lib.licenses.free;
- };
- }) {};
- dianyou = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dianyou";
- ename = "dianyou";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "dianyou";
- rev = "1a1fe6da3196f91db7b76b6c552ca4f2629e36bf";
- sha256 = "1bgyq4zrhzlqmfgv3az4csgsrqidlshwjbx4r9l2rydk3k3gl78n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/059b003c74acdfdd917ecb6fecb782a0f54d155b/recipes/dianyou";
- sha256 = "1mz3nvr62gfkhbayw7784c8kn8drbiq9hlqv1g5vd9pdfhxqs8jl";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dianyou";
- license = lib.licenses.free;
- };
- }) {};
- diary-manager = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diary-manager";
- ename = "diary-manager";
- version = "2.0.2";
- src = fetchFromGitHub {
- owner = "raxod502";
- repo = "diary-manager";
- rev = "919f724bb58e36b8626dd8d7c8475f71c0c54443";
- sha256 = "12zg022bhfn4gsclb5wk8wh0bqyy0v5j37369haq6rb5jcc6x5fb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a014f4d862a2480f7edb1266f79ce0801cca13c2/recipes/diary-manager";
- sha256 = "1sk0pvadx4jmv93dj796ysn3jh2wvywayd7dd20v22kdvnlii73d";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/diary-manager";
- license = lib.licenses.free;
- };
- }) {};
- dictcc = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dictcc";
- ename = "dictcc";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "cqql";
- repo = "dictcc.el";
- rev = "3244897515db954eafeed9648e7a0011b89c3ce2";
- sha256 = "1nlgz3i8kynhl6d6h5rszja14z5n7ri83mm5ks90nbdhjcqwk3qd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e867df96915a0c4f22fdccd4e2096878895bda6/recipes/dictcc";
- sha256 = "0x1y742hb3dm7xmh5810dlqki38kybw68rmg9adcchm2rn86jqlm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/dictcc";
- license = lib.licenses.free;
- };
- }) {};
- dictionary = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dictionary";
- ename = "dictionary";
- version = "1.10";
- src = fetchFromGitHub {
- owner = "myrkr";
- repo = "dictionary-el";
- rev = "3a461aec5aa5b78a1ad8919eab11abfb0d5d65b3";
- sha256 = "10hnxy2n1njskh3nrjagp2lphhliw66cp8pjyh4m2zbj60ciz0ci";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b08ed7b90e3283e177eff57cb02b12a093dc258/recipes/dictionary";
- sha256 = "0zr9sm5rmr0frxdr0za72wiffip9391fn9dm5y5x0aj1z4c1n28w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dictionary";
- license = lib.licenses.free;
- };
- }) {};
- diff-hl = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diff-hl";
- ename = "diff-hl";
- version = "1.8.6";
- src = fetchFromGitHub {
- owner = "dgutov";
- repo = "diff-hl";
- rev = "84a5fe1900af2e5cc522f02749804f0d9f094bbf";
- sha256 = "1xlsg728mz3cwhrsqvisa0aidic67nymd9g7h4c1h3q63j39yb2s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/diff-hl";
- sha256 = "135jgjfaiq6kj72ji5k22v4pqc8gjjmcv80r5rkjbjigzlvcvvj2";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/diff-hl";
- license = lib.licenses.free;
- };
- }) {};
- difflib = callPackage ({ cl-generic
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "difflib";
- ename = "difflib";
- version = "0.3.8";
- src = fetchFromGitHub {
- owner = "dieggsy";
- repo = "difflib.el";
- rev = "b08850251812d71e62fd6956081299590acdf37b";
- sha256 = "03k5iy610f1m2nmkdk69p49fcfqfyxmy3h6fqvqsr2v1hix8i54a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df1924ddff6fd1b5fa32481d3b3d6fbe89a127d3/recipes/difflib";
- sha256 = "07bm5hib3ihrrx0lhfsl6km9gfckl73qd4cb37h93zw0hc9xwhy6";
- name = "recipe";
- };
- packageRequires = [ cl-generic emacs ht s ];
- meta = {
- homepage = "https://melpa.org/#/difflib";
- license = lib.licenses.free;
- };
- }) {};
- diffview = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diffview";
- ename = "diffview";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "mgalgs";
- repo = "diffview-mode";
- rev = "471dc36af93e68849bf2da0db991e186283b3546";
- sha256 = "1ci2gmyl0i736b2sxh77fyg4hs2pkn6rn9z7v2hzv6xlgqd6j3z6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0ea5dd4c9c114618ac20f565c878f509ce8d9872/recipes/diffview";
- sha256 = "0vlzmykvxjwjww313brl1nr13kz41jypsk0s3l8q3rbsnkpfic5k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/diffview";
- license = lib.licenses.free;
- };
- }) {};
- digistar-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "digistar-mode";
- ename = "digistar-mode";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "retroj";
- repo = "digistar-mode";
- rev = "0dcde58ec6e473042e55d4f283b223554546de5b";
- sha256 = "0jzwaivsqh66py9hd3dg1ys5rc3p6pn8ndpwpvgyivk4pg6zhhj6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/851fa17152b664df99b80a654e5c055bb5227181/recipes/digistar-mode";
- sha256 = "0khzxlrm09h31i1nqz6rnzhrdssb3kppc4klpxza612l306fih0s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/digistar-mode";
- license = lib.licenses.free;
- };
- }) {};
- dim = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dim";
- ename = "dim";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "dim.el";
- rev = "aee695f4c227e11aa22376667712815aafbb3616";
- sha256 = "1nixb8xw7rdrq9da1767jl8xximfdcwav2fs0kwmxjc6vahh7ya1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3a740ab40cab3a1890f56df808f41a2d541aa77c/recipes/dim";
- sha256 = "0gsyily47g3g55qmhp1wzfz319l1pkgjz4lbigafjzlzqxyclz52";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dim";
- license = lib.licenses.free;
- };
- }) {};
- dim-autoload = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dim-autoload";
- ename = "dim-autoload";
- version = "2.0.1";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "dim-autoload";
- rev = "2ff7ded0c9f8bb582fb9018bea47ead44d048cf8";
- sha256 = "0lbfgfx3015b1kspqrsnlpvzl7i06yxafj1i2lpcy7ay4fv5rp54";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66b1a81dfd09a2859ae996d5d8e3d704857a340f/recipes/dim-autoload";
- sha256 = "0lhzzjrgfvbqnzwhjywrk3skdb7x10xdq7d21q6kdk3h5r0np9f9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dim-autoload";
- license = lib.licenses.free;
- };
- }) {};
- diminish = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diminish";
- ename = "diminish";
- version = "0.45";
- src = fetchFromGitHub {
- owner = "myrjola";
- repo = "diminish.el";
- rev = "0211de96b7cfba9c9dc8d2d392dbd4ccdb22bc65";
- sha256 = "0qpgfgp8hrzz4vdifxq8h25n0a0jlzgf7aa1fpy6r0080v5rqbb6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1bfb4acb381cada46458cf60eae9b88d007294d5/recipes/diminish";
- sha256 = "1h6a31jllypk47akjflz89xk6h47na96pim17d6g4rpqcafc2k43";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/diminish";
- license = lib.licenses.free;
- };
- }) {};
- dimmer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dimmer";
- ename = "dimmer";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "gonewest818";
- repo = "dimmer.el";
- rev = "12fc52a6570ec25020281735f5a0ca780a9105af";
- sha256 = "1jv9rrv15nb5hpwcaqlpjj932gyisrkwbv11czkg3v0bn7qn6yif";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ae80e9202d69ed3214325dd15c4b2f114263954/recipes/dimmer";
- sha256 = "0w8n5svckk1jp8856pg2gkws9798prqjjkdqf8ili2hjcqnd1a3r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dimmer";
- license = lib.licenses.free;
- };
- }) {};
- dionysos = callPackage ({ alert
- , cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , libmpdee
- , melpaBuild
- , pkg-info
- , s }:
- melpaBuild {
- pname = "dionysos";
- ename = "dionysos";
- version = "0.6.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "dionysos";
- rev = "98bc789d20e41020d6e62d63d3c78f8032fa4bf2";
- sha256 = "1hma72dyn3w6cwd3vrgg4hdlrxgwqs55cjyxb05vs9csz7r42208";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/890445eca3c555acd2639a6f509c8e83b687f2bd/recipes/dionysos";
- sha256 = "1wjgj74dnlwd79gc3l7ymbx75jka8rw9smzbb10dsfppw3rrzfmz";
- name = "recipe";
- };
- packageRequires = [ alert cl-lib dash libmpdee pkg-info s ];
- meta = {
- homepage = "https://melpa.org/#/dionysos";
- license = lib.licenses.free;
- };
- }) {};
- dired-atool = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-atool";
- ename = "dired-atool";
- version = "1.2.0";
- src = fetchFromGitHub {
- owner = "HKey";
- repo = "dired-atool";
- rev = "09dbb769fe02f546da470369a12468ab4a0cceb2";
- sha256 = "0j2dz4vy4i22185hhlwg2kprpis97xb12qvfdhvdcnz2vwy61sxa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fe7b0857828a041ee06b30edd2cd488cc3394c7/recipes/dired-atool";
- sha256 = "0qljx6fmz1hal9r2smjyc957wcvcpg16vp5mv65ip6d26k5qsj0w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dired-atool";
- license = lib.licenses.free;
- };
- }) {};
- dired-efap = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-efap";
- ename = "dired-efap";
- version = "0.8";
- src = fetchFromGitHub {
- owner = "juan-leon";
- repo = "dired-efap";
- rev = "2b849bc5c09d0b752a177495ea1b851ee821f5bf";
- sha256 = "1m0nx8wd6q56qbp5mbp9n466kyglrz34nflwvgd1qnmi08jwswgv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5669ca2adc48f3349eb59276850e6174e37f9de7/recipes/dired-efap";
- sha256 = "01j5v6584qi8ia7zmk03kx3i3kmm6hn6ycfgqlh5va6lp2h9sr00";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-efap";
- license = lib.licenses.free;
- };
- }) {};
- dired-explorer = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-explorer";
- ename = "dired-explorer";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "jidaikobo-shibata";
- repo = "dired-explorer";
- rev = "3ade0a31b5340271d05e9bf443f2504960f6c6dd";
- sha256 = "0lbm326na005k3pa11rqq5nbhvm55dydi2a7fzs3bzlqwbx7d6fq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acd40e02185847dfdcd70b3cacea703133e4356d/recipes/dired-explorer";
- sha256 = "12mymmcl663ci543vqzg8jai8kgfbb3gw5wsbcm4ln3j8d5fgzd9";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/dired-explorer";
- license = lib.licenses.free;
- };
- }) {};
- dired-fdclone = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-fdclone";
- ename = "dired-fdclone";
- version = "1.5.4";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "dired-fdclone.el";
- rev = "903d7a736d240ef7352989a4e5d0ff9129c2ee3c";
- sha256 = "0vkdsm29g1cvvv1j8xgjwr94x20zx8k2wvmncrpakcwq6d47cfxw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a0ddc10b11772d72a473e8d24ab4641bf4239a4/recipes/dired-fdclone";
- sha256 = "11aikq2q3m9h4zpgl24f8npvpwd98jgh8ygjwy2x5q8as8i89vf9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-fdclone";
- license = lib.licenses.free;
- };
- }) {};
- dired-hide-dotfiles = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-hide-dotfiles";
- ename = "dired-hide-dotfiles";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "mattiasb";
- repo = "dired-hide-dotfiles";
- rev = "32cf3b6f90dc56f6ff271c28d827aab303bc6221";
- sha256 = "1fpzgmvbgfgl6wdrynlpvvdlbm8npgrmnzfz2133zvf5x3zfzq6r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba64a50f85fdb0ad54149dfed4051b4c1a719cbb/recipes/dired-hide-dotfiles";
- sha256 = "0yy131cvj9a9sz02ari7pzwf22r5y7acyg757h3jvih317v6jyp0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dired-hide-dotfiles";
- license = lib.licenses.free;
- };
- }) {};
- dired-icon = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-icon";
- ename = "dired-icon";
- version = "0.5";
- src = fetchFromGitLab {
- owner = "xuhdev";
- repo = "dired-icon";
- rev = "dbace8d2250f84487d31b39050fcdc260fcde804";
- sha256 = "1d9105ibaw858gqp19rx2m6xm3hl57vzsmdqir883cy46qpvwhki";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a96249947cba52cd75515b3dc83b0842fedf624/recipes/dired-icon";
- sha256 = "0nyiqcywc1p8kw3psisl4zxwmf2g0x82kanka85zxxdz15s509j1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dired-icon";
- license = lib.licenses.free;
- };
- }) {};
- dired-imenu = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-imenu";
- ename = "dired-imenu";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "dired-imenu";
- rev = "610e21fe0988c85931d34894d3eee2442c79ab0a";
- sha256 = "088h9yn6wndq4pq6f7q4iz17f9f4ci29z9nh595idljp3vwr7qid";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e346de86b7f7fd5dad548f0936cde54ac11e3f79/recipes/dired-imenu";
- sha256 = "09yix4fkr03jq6j2rmvyg6gkmcnraw49a8m9649r3m525qdnhxs1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-imenu";
- license = lib.licenses.free;
- };
- }) {};
- dired-k = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-k";
- ename = "dired-k";
- version = "0.19";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-dired-k";
- rev = "3f0b9315f87b0f930d51089e311d41282d5f8b15";
- sha256 = "09xh097v3fd0mjxqlmbfwjlr1v4a99mj4rvwdb6kqgajmlhgi9hx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f8a828b2fbfa11c4b74192d9d0cfa0ad34b3da7/recipes/dired-k";
- sha256 = "0lghdmy9qcjykscfxvfrz8cpp87qc0vfd03vw8nfpvwcs2sd28i8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dired-k";
- license = lib.licenses.free;
- };
- }) {};
- dired-quick-sort = callPackage ({ fetchFromGitLab
- , fetchurl
- , hydra
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-quick-sort";
- ename = "dired-quick-sort";
- version = "0.1";
- src = fetchFromGitLab {
- owner = "xuhdev";
- repo = "dired-quick-sort";
- rev = "fe39cfb2d4a7ba6b30f98134548b4e4bac67c469";
- sha256 = "1a9r1kz5irpvb2byabbf27sy7rjzaygfpqimpag41sj955wlgy9a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4d278178128deb03a7b1d2e586dc38da2c7af857/recipes/dired-quick-sort";
- sha256 = "01vrk3wqq2zmcblyp9abi2lvrzr2a5ca8r8gjjnr5223037ppl3l";
- name = "recipe";
- };
- packageRequires = [ hydra ];
- meta = {
- homepage = "https://melpa.org/#/dired-quick-sort";
- license = lib.licenses.free;
- };
- }) {};
- dired-rmjunk = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-rmjunk";
- ename = "dired-rmjunk";
- version = "1.2";
- src = fetchgit {
- url = "https://git.sr.ht/~jakob/dired-rmjunk";
- rev = "6a9fa6a35498e53e8c57282e3b08dedc896d880d";
- sha256 = "0kpkd7qasrb303d0b01d62r82prhrmaasxqa14nf5lh01c213nr4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/75d501ae9b64d9aa083f43358881a467a7cd2a04/recipes/dired-rmjunk";
- sha256 = "1m07z6gcsd5i1xshgfxqrpcrqpl0ffa9ls2443za5wkgbalhxx47";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-rmjunk";
- license = lib.licenses.free;
- };
- }) {};
- dired-rsync = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "dired-rsync";
- ename = "dired-rsync";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "stsquad";
- repo = "dired-rsync";
- rev = "3ee95c35d1b7d62ffbc38f16f8c79904ad22a84d";
- sha256 = "1zrpmymd0fj74apkx413mpxvz3iwvfdxq5zx3sw5akpqc9nphn8n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce9f41ad832cef527dde97f829a8b8339e6ac48b/recipes/dired-rsync";
- sha256 = "0lykj7nfpaspwn90macvr7iir4jlrx88i0s9spii7iic2fnm51ql";
- name = "recipe";
- };
- packageRequires = [ dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/dired-rsync";
- license = lib.licenses.free;
- };
- }) {};
- dired-single = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-single";
- ename = "dired-single";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "crocket";
- repo = "dired-single";
- rev = "5b002927fd8c7f954eec187227ac59dcaa8edfa3";
- sha256 = "0mfvyjbx7l7a1sfq47m6rb507xxw92nykkkpzmi2mpwv30f1c22j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/41669decbb7ad5c4dbe152a863f16d87e7bba493/recipes/dired-single";
- sha256 = "13h8dsn7bkz8ji2rrb7vyrqb2znxarpiynqi65mfli7dn5k086vf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-single";
- license = lib.licenses.free;
- };
- }) {};
- dired-toggle = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-toggle";
- ename = "dired-toggle";
- version = "0.1.5";
- src = fetchFromGitHub {
- owner = "fasheng";
- repo = "dired-toggle";
- rev = "5bcdd9f13c0b0149c5125004e93bc2dfd22f3fce";
- sha256 = "0dghbrx364fihzp5r8ar6vxkavd7mn74qjkijy1wvy34vl0b4911";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17ae4c5ff42e0c48e53d93c88853f649f59034e6/recipes/dired-toggle";
- sha256 = "18v571kp440n5g1d7pj86rr8dgbbm324f9vblkdbdvn13c5dczf5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-toggle";
- license = lib.licenses.free;
- };
- }) {};
- dired-toggle-sudo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dired-toggle-sudo";
- ename = "dired-toggle-sudo";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "renard";
- repo = "dired-toggle-sudo";
- rev = "02449dbda4e168f99fe5352c9628df5d39e11483";
- sha256 = "0ajj8d6k5in2hclcrqckinfh80ylddplva0ryfbkzsjkfq167cv2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5cdee2d52c0c53566fdd77a5d42edf365764acff/recipes/dired-toggle-sudo";
- sha256 = "0fy05af9aq9791ij4j9pscdk5j44pbg0kmhpqli41qiazjw7v2va";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dired-toggle-sudo";
- license = lib.licenses.free;
- };
- }) {};
- diredfl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diredfl";
- ename = "diredfl";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "diredfl";
- rev = "45e9c46f58c655694758d4986b9195c8bb40ddf3";
- sha256 = "1zb2lz7rp58zqvpniqcsmqabi7nqg2d8bfd0hgmq68bn2hd25b5z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3da86e18d423198766455929da1dcb3a9a3be381/recipes/diredfl";
- sha256 = "0cybq15yq07x2mnrnwapy020d598yymcy8y9wwf1m7f59p3h9hvn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/diredfl";
- license = lib.licenses.free;
- };
- }) {};
- diredful = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "diredful";
- ename = "diredful";
- version = "1.10";
- src = fetchFromGitHub {
- owner = "thamer";
- repo = "diredful";
- rev = "b17b3087e0084a5571a9ac4d47ccfc36d96b109e";
- sha256 = "1d8n8wj5k82a1sfg93kn3ajci804mpp9j206x5f185zd48wb25z8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76f3d178e7c3982b53c7ee0096c839397534d732/recipes/diredful";
- sha256 = "0y8x6q1yfsk0srxsh4g5nbsms1g9pk9d103jx7cfdac79mcigw7x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/diredful";
- license = lib.licenses.free;
- };
- }) {};
- direnv = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "direnv";
- ename = "direnv";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "emacs-direnv";
- rev = "468f2fb20d825dd7134e4efbaff3666917cd4ec3";
- sha256 = "005ibyzsx1fdyrl5iyhqpb1bg83mphzahq7zvw58x00syyqi2z49";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5419809ee62b920463e359c8e1314cd0763657c1/recipes/direnv";
- sha256 = "0zzmi5m6fh42kyf8dyjrjyrl03pkbipnh4mnssrhp83ljczxkyhd";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/direnv";
- license = lib.licenses.free;
- };
- }) {};
- direx = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "direx";
- ename = "direx";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "m2ym";
- repo = "direx-el";
- rev = "423caeed13249e37afc937dc8134cb3c53e0f111";
- sha256 = "0p8c2hjgr81idm1psv3i3v5hr5rv0875ig8app2yqjwzvl0nn73f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a4b0903466d63b1c87abc002b0e064e36a8cddd3/recipes/direx";
- sha256 = "1x3rnrhhyrrvgry9n7kc0734la1zp4gc4bpy50f2qpfd452jwqdm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/direx";
- license = lib.licenses.free;
- };
- }) {};
- direx-grep = callPackage ({ direx
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "direx-grep";
- ename = "direx-grep";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "direx-grep";
- rev = "1109a512a80b2673a70b18b8568514049017faad";
- sha256 = "0swdh0qynpijsv6a2d308i42hfa0jwqsnmf4sm8vrhaf3vv25f5h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6a88a29090a0d6c636f4aeb5214433db66367d9e/recipes/direx-grep";
- sha256 = "0y2wrzq06prm55akwgaqjg56znknyvbayav13asirqzg258skvm2";
- name = "recipe";
- };
- packageRequires = [ direx ];
- meta = {
- homepage = "https://melpa.org/#/direx-grep";
- license = lib.licenses.free;
- };
- }) {};
- disable-mouse = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "disable-mouse";
- ename = "disable-mouse";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "disable-mouse";
- rev = "81639930bcaeedadbcc19728e91719afcac84613";
- sha256 = "0l6mai68ns3qw3rlvjvzsnqwdy7bxqiy0vdwflq0l1plxb1vazyc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dbbc396373212fdf731e135cde391f27708ff015/recipes/disable-mouse";
- sha256 = "0c0ps39s6wg3grspvgck0cwxnas73nfaahfa87l0mmgsrsvas5m7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/disable-mouse";
- license = lib.licenses.free;
- };
- }) {};
- discover = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , makey
- , melpaBuild }:
- melpaBuild {
- pname = "discover";
- ename = "discover";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "mickeynp";
- repo = "discover.el";
- rev = "bbfda2b4e429985a8fa7971d264c942767cfa816";
- sha256 = "0qxw30zrlcxhxb0alrgyiclrk44dysal8xsbz2mvgrb6jli8wg18";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/688e32e98758aa6fd31218e98608bd54a76c3e83/recipes/discover";
- sha256 = "1hf57p90jn1zzhjl63zv9ascbgkcbr0p0zmd3fvzpjsw84235dga";
- name = "recipe";
- };
- packageRequires = [ makey ];
- meta = {
- homepage = "https://melpa.org/#/discover";
- license = lib.licenses.free;
- };
- }) {};
- discover-my-major = callPackage ({ fetchgit
- , fetchurl
- , lib
- , makey
- , melpaBuild }:
- melpaBuild {
- pname = "discover-my-major";
- ename = "discover-my-major";
- version = "1.0";
- src = fetchgit {
- url = "https://framagit.org/steckerhalter/discover-my-major.git";
- rev = "aca4ee2b45e96c7fd6167d006531472944c389ad";
- sha256 = "1c2p31a1mlaqi4h83ij0y3vhrw2hja5cz3kf52qpnhqva7si5fx9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0a8eb0eefe88b4ea683a4743c0f8393506e014b/recipes/discover-my-major";
- sha256 = "1b10bwhls5bx83hzhqq1ylc2civ3bsivd6db46f3s5hpgvr4q17n";
- name = "recipe";
- };
- packageRequires = [ makey ];
- meta = {
- homepage = "https://melpa.org/#/discover-my-major";
- license = lib.licenses.free;
- };
- }) {};
- dispass = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dispass";
- ename = "dispass";
- version = "1.1.2";
- src = fetchFromGitHub {
- owner = "ryuslash";
- repo = "dispass.el";
- rev = "38b880e72cfe5e65179b16791903b0900c73eff4";
- sha256 = "1b1a1bwc6nv6wkd8jg1cqmjb9m9pxi5i2wbrz97fgii23dwfmlnl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dispass";
- sha256 = "09c9v41rh63hjpdh377rbfvpial33r41dn5bss3632fi34az5l9n";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dispass";
- license = lib.licenses.free;
- };
- }) {};
- dix = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dix";
- ename = "dix";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "dix";
- rev = "b973de948deb7aa2995b1895e1e62bbe3129b5a5";
- sha256 = "1bjxyidcp7y309asbk4pfb4mzgb8j62fmp3w3zl2nahdgv1rja45";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/149eeba213b82aa0bcda1073aaf1aa02c2593f91/recipes/dix";
- sha256 = "0c5fmknpy6kwlz7nx0csbbia1maz0szj7yha1p7wq28s3a5426xq";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/dix";
- license = lib.licenses.free;
- };
- }) {};
- dix-evil = callPackage ({ dix
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dix-evil";
- ename = "dix-evil";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "dix";
- rev = "1cfef0d3376a18c78dd1dfc1ac9ac3ad0e8c4475";
- sha256 = "0p2cvr7mjpag86wacxm6s39y7p118gh2ccqw02jzabwxlfasfbw3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d9dcceb57231bf2082154cab394064a59d84d3a5/recipes/dix-evil";
- sha256 = "1jscaksnl5qmpqgkjkv6sx56llz0w4p5h7j73c4a1hld94gwklh3";
- name = "recipe";
- };
- packageRequires = [ dix evil ];
- meta = {
- homepage = "https://melpa.org/#/dix-evil";
- license = lib.licenses.free;
- };
- }) {};
- django-commands = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "django-commands";
- ename = "django-commands";
- version = "1.3.2";
- src = fetchFromGitHub {
- owner = "muffinmad";
- repo = "emacs-django-commands";
- rev = "1b19436a1160d1552207d4356d5e78793dabe100";
- sha256 = "1zb8mf0dgdr83n61a54m5grhdr6nz75zrgwczpzfl3f66xkvfci9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd217a23a9670c7eb826360b34df1a06ab3e450f/recipes/django-commands";
- sha256 = "17k9bnig2cfnxbbz6k9vdk5k5gzhvn1h5j9wvww7n137c9vv0qmk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/django-commands";
- license = lib.licenses.free;
- };
- }) {};
- docker = callPackage ({ dash
- , docker-tramp
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json-mode
- , lib
- , magit-popup
- , melpaBuild
- , s
- , tablist }:
- melpaBuild {
- pname = "docker";
- ename = "docker";
- version = "1.3.0";
- src = fetchFromGitHub {
- owner = "Silex";
- repo = "docker.el";
- rev = "e127a157f8d0d9ffd465075ecf6558f36d2d3b24";
- sha256 = "1g8r1faqp0z0vqp9qrl8m84pa0v2ddvc91klphdkfmldwv7rfipw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c74bf8a41c17bc733636f9e7c05f3858d17936b/recipes/docker";
- sha256 = "10x05vli7lg1w3fdbkrl34y4mwbhp2c7nqdwnbdy53i81jisw2lk";
- name = "recipe";
- };
- packageRequires = [
- dash
- docker-tramp
- emacs
- json-mode
- magit-popup
- s
- tablist
- ];
- meta = {
- homepage = "https://melpa.org/#/docker";
- license = lib.licenses.free;
- };
- }) {};
- docker-cli = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "docker-cli";
- ename = "docker-cli";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "bosko";
- repo = "docker-cli";
- rev = "328429219574555c5fb831a421b4b5d9a2338561";
- sha256 = "15jsp1jsb13qv394js9pd6407ya7dgqk7blzbnyf9i9abyyr0v67";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5664de22600c428b7931085985e6fe779e8876b2/recipes/docker-cli";
- sha256 = "1pyrnxa9iwzp0a810250xy191xcbaq68c76fc5plh70c37gzribp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/docker-cli";
- license = lib.licenses.free;
- };
- }) {};
- docker-compose-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yaml-mode }:
- melpaBuild {
- pname = "docker-compose-mode";
- ename = "docker-compose-mode";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "meqif";
- repo = "docker-compose-mode";
- rev = "7f4cd0b1718df2ab93d51bd395b2f37df9482265";
- sha256 = "1fbcxwfvm33xcdj3cs26d9i1zyrryyjjkv7sc3mfxd45nq8d3ivj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37dd4c1fc11d22598c6faf03ccc860503a68b950/recipes/docker-compose-mode";
- sha256 = "1hldddl86h0i1ysxklkr1kyz44lzic1zr68x3vb0mha4n5d6bl5g";
- name = "recipe";
- };
- packageRequires = [ dash emacs yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/docker-compose-mode";
- license = lib.licenses.free;
- };
- }) {};
- docker-tramp = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "docker-tramp";
- ename = "docker-tramp";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "emacs-pe";
- repo = "docker-tramp.el";
- rev = "d8b510365d8e65551f4f792f251e7212411708c3";
- sha256 = "0lxvzmfg52fhxrhbvp92zwp7cv4i1rlxnkyyzgngj3sjm7y60yvg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c74bf8a41c17bc733636f9e7c05f3858d17936b/recipes/docker-tramp";
- sha256 = "19kky80qm68n2izpjfyiy4gjywav7ljcmp101kmziklpqdldgh1w";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/docker-tramp";
- license = lib.licenses.free;
- };
- }) {};
- dockerfile-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dockerfile-mode";
- ename = "dockerfile-mode";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "spotify";
- repo = "dockerfile-mode";
- rev = "9a75fcd119c5b2a1d723d440bbe4b1db56df90cc";
- sha256 = "1cmh8pwwa6dhl4w66wy8s5yqxs326mnaalg1ig2yhl4bjk8gi4m2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1406f5a24115d29e3b140c360a51b977a369e4f9/recipes/dockerfile-mode";
- sha256 = "1dxvzn35a9qd3x8pjvrvb2g71yf84404g6vz81y0p353rf2zknpa";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dockerfile-mode";
- license = lib.licenses.free;
- };
- }) {};
- dokuwiki-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dokuwiki-mode";
- ename = "dokuwiki-mode";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "kai2nenobu";
- repo = "emacs-dokuwiki-mode";
- rev = "e4e116f6fcc373e3f5937c1a7daa5c2c9c6d3fa1";
- sha256 = "0bmcm7lvzm8sg2l1j7bg02jasxb8g81q9ilycblmsl1ckbfwq0yp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/dokuwiki-mode";
- sha256 = "1jc3sn61mipkhgr91wp74s673jk2w5991p54jlw05qqpf5gmxd7v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dokuwiki-mode";
- license = lib.licenses.free;
- };
- }) {};
- doom = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "doom";
- ename = "doom";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "kensanata";
- repo = "doom";
- rev = "5e2d3f54e5b84eaa533cbdb6cf17b1b6009f0730";
- sha256 = "04h1hlsc83w4dppw9m44jq7mkcpy0bblvnzrhvsh06pibjywdd73";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0960deb3b1d106ad2ffa95a44f34cb9efc026f01/recipes/doom";
- sha256 = "1ji2fdiw5b13n76nv2wvkz6v155b0qgh1rxwmv3m5nnrbmklfjh5";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/doom";
- license = lib.licenses.free;
- };
- }) {};
- doom-modeline = callPackage ({ all-the-icons
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , shrink-path }:
- melpaBuild {
- pname = "doom-modeline";
- ename = "doom-modeline";
- version = "2.3.2";
- src = fetchFromGitHub {
- owner = "seagle0128";
- repo = "doom-modeline";
- rev = "59c81a0d81e3cb74f9c5fed809ef064519d3ef11";
- sha256 = "1p96c4hgb4vdclbcbk3xz0jws3py8a3irpzzs7i1sq3svsilf0ha";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4f610757f85fb01bd9b1dd212ddbea8f34f3ecd/recipes/doom-modeline";
- sha256 = "0pscrhhgk4wpz1f2r94ficgan4f9blbhqzvav1wjahwp7fn5m29j";
- name = "recipe";
- };
- packageRequires = [ all-the-icons dash emacs shrink-path ];
- meta = {
- homepage = "https://melpa.org/#/doom-modeline";
- license = lib.licenses.free;
- };
- }) {};
- doom-themes = callPackage ({ all-the-icons
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "doom-themes";
- ename = "doom-themes";
- version = "2.1.6";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-doom-themes";
- rev = "39e6971e81181b86a57f65cd0ea31376203a9756";
- sha256 = "042pzcdhxi2z07jcscgjbaki9nrrm0cbgbbrnymd1r4q8ckkn8l9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5084bc2c3fe378af6ff39d65e40649c6359b7b5/recipes/doom-themes";
- sha256 = "0plqhis9ki3ck1pbv4hiqk4x428fps8qsfx72mamdayyx2nncdrs";
- name = "recipe";
- };
- packageRequires = [ all-the-icons cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/doom-themes";
- license = lib.licenses.free;
- };
- }) {};
- dotenv-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dotenv-mode";
- ename = "dotenv-mode";
- version = "0.2.4";
- src = fetchFromGitHub {
- owner = "preetpalS";
- repo = "emacs-dotenv-mode";
- rev = "f4c52bcd5313379b9f2460db7f7a33119dfa96ea";
- sha256 = "1fplkhxnsgdrg10iqsmw162zny2idz4vvv35spsb9j0hsk8imclc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9fc022c54b90933e70dcedb6a85167c2d9d7ba79/recipes/dotenv-mode";
- sha256 = "1lwfzfri6vywcjkc9wassrz0rdrg0kvljxsm6b4smlnphp6pdbbs";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dotenv-mode";
- license = lib.licenses.free;
- };
- }) {};
- double-saber = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "double-saber";
- ename = "double-saber";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "dp12";
- repo = "double-saber";
- rev = "5555dc28cbaa228fa8f9390738a4200e071380b8";
- sha256 = "06ykn84hp4yvf6z2457jqgyck70y30361l8617ilb7g337hk15xl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19f5c0195ad9b278a7aaa3fd8e70c0004cc03500/recipes/double-saber";
- sha256 = "0zsmyvlxm3my3xbj7m38539vk2dl7azi1v7jb41kdiavj2cc55zg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/double-saber";
- license = lib.licenses.free;
- };
- }) {};
- downplay-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "downplay-mode";
- ename = "downplay-mode";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "tobias";
- repo = "downplay-mode";
- rev = "bd03a160e5e191eed1c20dfb8e69f2e314ef4e64";
- sha256 = "1i22pbnpi4zdh3c4drhhi8x6b9k3k4vz758vyajzb9mc2i67llxm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/50d67ea3c4d92b4093373d5e4ff07b7d5a3dc537/recipes/downplay-mode";
- sha256 = "1v6nga101ljzza8qj3lkmkzzl0vvzj4lsh1m69698s8prnczxr9b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/downplay-mode";
- license = lib.licenses.free;
- };
- }) {};
- dpkg-dev-el = callPackage ({ debian-el
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dpkg-dev-el";
- ename = "dpkg-dev-el";
- version = "37.1";
- src = fetchgit {
- url = "https://salsa.debian.org/emacsen-team/dpkg-dev-el.git";
- rev = "04fb5c930269e64ed73a13fa909588002f4e4e4f";
- sha256 = "0i0m4hdpdr4wz3r8cgxslwhm23z7002648dm7cw7cf3fwd4gi47q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e057df3608780a6191f761b9a81262c2eaa053c/recipes/dpkg-dev-el";
- sha256 = "1cgfzxlw4m3wsl5fhck08pc2w7fw91mxk58yaprk9lkw4jxd1yjy";
- name = "recipe";
- };
- packageRequires = [ debian-el ];
- meta = {
- homepage = "https://melpa.org/#/dpkg-dev-el";
- license = lib.licenses.free;
- };
- }) {};
- dr-racket-like-unicode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dr-racket-like-unicode";
- ename = "dr-racket-like-unicode";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "dr-racket-like-unicode";
- rev = "4953f1c8a68472e157a0dcd0a7e35a4ec2577133";
- sha256 = "1i7k7d2gnzd2izplhdmjbkcxvkwnc3y3y0hrcp2rq60bjpkcl1gv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e612ede00c4b44ace741d2b6baabc61571af15c/recipes/dr-racket-like-unicode";
- sha256 = "0cqcbn4hmv99d8z03xc0rqw4yh5by6g09y33h75dhl9nh95rybgf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dr-racket-like-unicode";
- license = lib.licenses.free;
- };
- }) {};
- dracula-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dracula-theme";
- ename = "dracula-theme";
- version = "1.5.1";
- src = fetchFromGitHub {
- owner = "dracula";
- repo = "emacs";
- rev = "66e429f4d576346661ae3a111bafaa06febc1d94";
- sha256 = "0lyy8vjzzcfcj4hm7scxl4cg4qm67rprzdj7dmyc3907yad4n023";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d63cb8906726f106e65f7d9895b49a38ffebf8d5/recipes/dracula-theme";
- sha256 = "1px162v7h7136rasafq875yzw0h8n6wvzbyh73c3w093kd30bmh8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/dracula-theme";
- license = lib.licenses.free;
- };
- }) {};
- draft-mode = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "draft-mode";
- ename = "draft-mode";
- version = "0.1.1";
- src = fetchFromGitLab {
- owner = "gaudecker";
- repo = "draft-mode";
- rev = "f059c04b044f62aec764c7698adddad301bfe89c";
- sha256 = "01dspkv7g4xmmqgz6f1p190h5p4f4vrw8r9dikrjch02bb76wqir";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cbfefacda071c0f5ee698a4c345a2d6fea6a0d24/recipes/draft-mode";
- sha256 = "19lq1a3rj6fck3xq2vcz8fk30hpx25kyfz6c7hmq36kx4lv0mjpa";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/draft-mode";
- license = lib.licenses.free;
- };
- }) {};
- drag-stuff = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "drag-stuff";
- ename = "drag-stuff";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "drag-stuff.el";
- rev = "d49fe376d24f0f8ac5ade67b6d7fccc2487c81db";
- sha256 = "1jrr59iazih3imkl9ja1lbni9v3xv6b8gmqs015g2mxhlql35jka";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/drag-stuff";
- sha256 = "1q67q20gfhixzkmddhzp6fd8z2qfpsmyyvymmaffjcscnjaz21w4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/drag-stuff";
- license = lib.licenses.free;
- };
- }) {};
- drupal-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , php-mode }:
- melpaBuild {
- pname = "drupal-mode";
- ename = "drupal-mode";
- version = "0.7.3";
- src = fetchFromGitHub {
- owner = "arnested";
- repo = "drupal-mode";
- rev = "49ce63c659aa0af7a2daf0c9e74e58fbce6deb71";
- sha256 = "1l2xc24y037b3z62yxmq2bx1x3qqv56d15bf3qmb3mpgm4gh85j6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/13e16af340868048eb1f51f9865dfc707e57abe8/recipes/drupal-mode";
- sha256 = "14jvk4phq3wcff3yvhygix0c9cpbphh0dvm961i93jpsx7g9awgn";
- name = "recipe";
- };
- packageRequires = [ php-mode ];
- meta = {
- homepage = "https://melpa.org/#/drupal-mode";
- license = lib.licenses.free;
- };
- }) {};
- drupal-spell = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "drupal-spell";
- ename = "drupal-spell";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "arnested";
- repo = "drupal-spell";
- rev = "a69f5e3b62c4c0da74ce26c1d00d5b8f7395e4ae";
- sha256 = "156cscpavrp695lp8pgjg5jnq3b8n9c2h8qg8w89dd4vfkc3iikd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb859d9755bde3fd852bc7d08f2fab2429ba31b3/recipes/drupal-spell";
- sha256 = "117rr2bfnc99g3qsr127grxwaqp54cxjaj3nl2nr6z78nja0fij3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/drupal-spell";
- license = lib.licenses.free;
- };
- }) {};
- dtrt-indent = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dtrt-indent";
- ename = "dtrt-indent";
- version = "0.8";
- src = fetchFromGitHub {
- owner = "jscheid";
- repo = "dtrt-indent";
- rev = "9ab9cb9d7f391fb09f61c9289c51c36374ddbcbb";
- sha256 = "0pgf0pvqd8k4yzhdn2df9lp0y8hmlm2ccrh07jivwlccs95pcz7z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/61bcbcfa6c0f38a1d87f5b6913b8be6c50ef2994/recipes/dtrt-indent";
- sha256 = "1npn2jngy1wq0jpwmg1hkn8lx6ncbqsi587jl38lyp2xwchshfk5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dtrt-indent";
- license = lib.licenses.free;
- };
- }) {};
- ducpel = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ducpel";
- ename = "ducpel";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "ducpel";
- rev = "ece785baaa102bd2e9d54257af3a92bacc5757bc";
- sha256 = "17yldk76mxakhb90bma7r4z9jgx02wankgk17r2di196mc04bj7b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2d64adac965e1dac0f29dab9a587cd6ce9c3bb3a/recipes/ducpel";
- sha256 = "1cqrkgg7n9bhjswnpl7yc6w6yjs4gfbliaqsimmf9z43wk2ml4pc";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ducpel";
- license = lib.licenses.free;
- };
- }) {};
- dumb-jump = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , s }:
- melpaBuild {
- pname = "dumb-jump";
- ename = "dumb-jump";
- version = "0.5.2";
- src = fetchFromGitHub {
- owner = "jacktasia";
- repo = "dumb-jump";
- rev = "260054500d4731c36574b6cbc519de29fdd22f43";
- sha256 = "00ph85vp8sa3k99qrdxfz4l8zx121q9xf47vvspzg26bk9l4nwin";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dumb-jump";
- sha256 = "1j90n8gydsp2v07rysz1k5vf6hspybcl27214sib1iz3hbimid1w";
- name = "recipe";
- };
- packageRequires = [ dash emacs f popup s ];
- meta = {
- homepage = "https://melpa.org/#/dumb-jump";
- license = lib.licenses.free;
- };
- }) {};
- dune = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dune";
- ename = "dune";
- version = "1.10.0";
- src = fetchFromGitHub {
- owner = "ocaml";
- repo = "dune";
- rev = "060b6acabba7bf0713912afb28e4cdb0461c2199";
- sha256 = "1mw8jspqf4wxawnshkbbqpnxzzdz576wl6mgnzbh6ddxr9pk2z7w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06648d1d37767cbdc7588d7a8f709d679d478a3b/recipes/dune";
- sha256 = "1lqza4fjm9xxmdn8040bvsl467qzjy709dlmiq2241gfhxpmvvr7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dune";
- license = lib.licenses.free;
- };
- }) {};
- dynamic-fonts = callPackage ({ fetchFromGitHub
- , fetchurl
- , font-utils
- , lib
- , melpaBuild
- , pcache
- , persistent-soft }:
- melpaBuild {
- pname = "dynamic-fonts";
- ename = "dynamic-fonts";
- version = "0.6.4";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "dynamic-fonts";
- rev = "d318498b377d8941c7420f51616c78e3440d00f5";
- sha256 = "1ppwlill1z4vqd566h9zi6zx5jb7hggmnmqrga84j5n7fwqvgz7f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/dynamic-fonts";
- sha256 = "0a210ca41maa755lv1n7hhpxp0f7lfxrxbi0x34icbkfkmijhl6q";
- name = "recipe";
- };
- packageRequires = [ font-utils pcache persistent-soft ];
- meta = {
- homepage = "https://melpa.org/#/dynamic-fonts";
- license = lib.licenses.free;
- };
- }) {};
- dynamic-ruler = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "dynamic-ruler";
- ename = "dynamic-ruler";
- version = "0.1.6";
- src = fetchFromGitHub {
- owner = "rocher";
- repo = "dynamic-ruler";
- rev = "c9c0de6fe5721f06b50e01d9b4684b519c71b367";
- sha256 = "09skp2d5likqjlrsfis3biqw59sjkgid5249fld9ahqm5f1wq296";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/926c43867120db429807ff5aaacc8af65a1738c8/recipes/dynamic-ruler";
- sha256 = "13jc3xbsyc3apkdfy0iafmsfvgqs0zfa5w8jxp7zj4dhb7pxpnmc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/dynamic-ruler";
- license = lib.licenses.free;
- };
- }) {};
- e2wm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , window-layout }:
- melpaBuild {
- pname = "e2wm";
- ename = "e2wm";
- version = "1.4";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-window-manager";
- rev = "4353d3394c77a49f8f0291c239858c8c5e877549";
- sha256 = "12midsrx07pdrsr1qbl2rpi7xyhxqx08bkz7n7gf8vsmqkpfp56s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8da85815c39f58552a968ae68ee07c08c53b0f61/recipes/e2wm";
- sha256 = "0dp360jr3fgxqywkp7g88cp02g37kw2hdsc0f70hjak9n3sy03la";
- name = "recipe";
- };
- packageRequires = [ window-layout ];
- meta = {
- homepage = "https://melpa.org/#/e2wm";
- license = lib.licenses.free;
- };
- }) {};
- e2wm-R = callPackage ({ e2wm
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "e2wm-R";
- ename = "e2wm-R";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "e2wm-R.el";
- rev = "fe17906bf48324032a1beaec9af32b9b49ea9125";
- sha256 = "1yf081rac0chvkjha9z9xi1p983gmhjph0hai6ppsz5hzf2vikpp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a3ba9843bdf275815b149e4c4b0a947bbc5e614/recipes/e2wm-R";
- sha256 = "09v4fz178lch4d6m801ipclfxm2qrap5601aysnzyvc2apvyr3sh";
- name = "recipe";
- };
- packageRequires = [ e2wm ];
- meta = {
- homepage = "https://melpa.org/#/e2wm-R";
- license = lib.licenses.free;
- };
- }) {};
- e2wm-direx = callPackage ({ direx
- , e2wm
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "e2wm-direx";
- ename = "e2wm-direx";
- version = "0.0.5";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "e2wm-direx";
- rev = "f319625b56c44e601af7c17fc6dbb88e5d70ebae";
- sha256 = "09i7d2rc9zd4s3nqrhd3ggs1ykdpxf0pyhxixxw2xy0q6nbswjia";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8320cf626050cf455c97ef22e7a8ccfb253e3243/recipes/e2wm-direx";
- sha256 = "0nv8aciq0swxi9ahwc2pvk9c7i3rmlp7vrzqcan58ml0i3nm17wg";
- name = "recipe";
- };
- packageRequires = [ direx e2wm ];
- meta = {
- homepage = "https://melpa.org/#/e2wm-direx";
- license = lib.licenses.free;
- };
- }) {};
- e2wm-pkgex4pl = callPackage ({ e2wm
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , plsense-direx }:
- melpaBuild {
- pname = "e2wm-pkgex4pl";
- ename = "e2wm-pkgex4pl";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "e2wm-pkgex4pl";
- rev = "b72561b75e98961f05544a2159d83592c964ba1e";
- sha256 = "1cx6kdxhq9ybwwvc1vpwcfy08yf1h4xacgimm36kp9xayvxsmq2j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8f84b421cb1673d2a9fe820cee11dc4a6e72adad/recipes/e2wm-pkgex4pl";
- sha256 = "0hgdbqfw3015fr929m36kfiqqzsid6afs3222iqq0apg7gfj7jil";
- name = "recipe";
- };
- packageRequires = [ e2wm plsense-direx ];
- meta = {
- homepage = "https://melpa.org/#/e2wm-pkgex4pl";
- license = lib.licenses.free;
- };
- }) {};
- e2wm-sww = callPackage ({ e2wm
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "e2wm-sww";
- ename = "e2wm-sww";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "e2wm-sww";
- rev = "db454ac3eddd53a62f2725f6e2d5ac455caf200c";
- sha256 = "1a8z94z0wp9r4kh44bn2m74k866jwq7zvjihxmmzr0rfb85q2d99";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc873e8271e9f372e08da5d0e4b77c8ba0e3a8cb/recipes/e2wm-sww";
- sha256 = "0x45j62cjivf9v7jp1b41yya3f9akp92md6cbv0v7bwz98g2vsk8";
- name = "recipe";
- };
- packageRequires = [ e2wm ];
- meta = {
- homepage = "https://melpa.org/#/e2wm-sww";
- license = lib.licenses.free;
- };
- }) {};
- e2wm-term = callPackage ({ e2wm
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "e2wm-term";
- ename = "e2wm-term";
- version = "0.0.5";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "e2wm-term";
- rev = "65b5ac88043d5c4048920a048f3599904ca55981";
- sha256 = "0qv3kh6q3q7vgfsd8x25x8agi3fp96dkpjnxdidkwk6k8h9n0jzw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9a800f5af893cb670cedb47e4a723c407be8429/recipes/e2wm-term";
- sha256 = "0wrq06yap80a96l9l0hs7x7rng7sx6vi1hz778kknb6il4f2f45g";
- name = "recipe";
- };
- packageRequires = [ e2wm log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/e2wm-term";
- license = lib.licenses.free;
- };
- }) {};
- eacl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eacl";
- ename = "eacl";
- version = "2.0.1";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "eacl";
- rev = "ba6a95838422ec33191beaa12b3e43b67c105abc";
- sha256 = "0ksn11sm3g1ja5lpjz3hrzzw8b480mfcb3q589m52qjgvvn5iyfv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8223bec7eed97f0bad300af9caa4c8207322d39a/recipes/eacl";
- sha256 = "16afsf3diz498jb63q85lm5ifvm487clfl838qzagl1l4aywhlwr";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/eacl";
- license = lib.licenses.free;
- };
- }) {};
- easy-hugo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , request }:
- melpaBuild {
- pname = "easy-hugo";
- ename = "easy-hugo";
- version = "3.8.41";
- src = fetchFromGitHub {
- owner = "masasam";
- repo = "emacs-easy-hugo";
- rev = "c80b972faa2c3addc472fe6412ca28dc5583b1d6";
- sha256 = "08lhs0nhd19irssq4w028wyiaf5d2a7pqd1b3hp7rgza411lvwji";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/easy-hugo";
- sha256 = "1m7iw6njxxsk82agyqay277iql578b3wz6z9wjs8ls30ps8s2b8g";
- name = "recipe";
- };
- packageRequires = [ emacs popup request ];
- meta = {
- homepage = "https://melpa.org/#/easy-hugo";
- license = lib.licenses.free;
- };
- }) {};
- easy-jekyll = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "easy-jekyll";
- ename = "easy-jekyll";
- version = "2.2.22";
- src = fetchFromGitHub {
- owner = "masasam";
- repo = "emacs-easy-jekyll";
- rev = "9b065ac1bc5a85c6ad41a7b97553eeaa9e30c791";
- sha256 = "1pj2hafyx1lq8ifahfg0j90z72swixi1pma52j6701vrn8a5aqw6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3f281145bad12c27bdbef32ccc07b6a5f13b577/recipes/easy-jekyll";
- sha256 = "16jj70fr23z5qsaijv4d4xfiiypny2cama8rsaci9fk9haq19lxv";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/easy-jekyll";
- license = lib.licenses.free;
- };
- }) {};
- easy-kill = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "easy-kill";
- ename = "easy-kill";
- version = "0.9.3";
- src = fetchFromGitHub {
- owner = "leoliu";
- repo = "easy-kill";
- rev = "20ed0d595e5893e2c57a634a3137ef87b1714f17";
- sha256 = "0ppxx5798zxwm9dzqjmf1maz2a6asv3fwiw8ypdmzx77y0vbckv0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d0a74c2a7d8859e9311bc8d71f5e6cf5a8063b6/recipes/easy-kill";
- sha256 = "10jcv7a4vcnaj3wkabip2xwzcwlmvdlqkl409a9lnzfasxcpf32i";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/easy-kill";
- license = lib.licenses.free;
- };
- }) {};
- easy-kill-extras = callPackage ({ easy-kill
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "easy-kill-extras";
- ename = "easy-kill-extras";
- version = "0.9.6";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "easy-kill-extras.el";
- rev = "b8ce8350cc86e0229f195082557970cd51def960";
- sha256 = "1f8db92zzk8g8yyj0g334mdbgqmzrs8xamm1d24jai1289hm29xa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7b55d93f78fefde47a2bd4ebbfd93c028fab1f40/recipes/easy-kill-extras";
- sha256 = "0xzlzv57nvrc142saydwfib51fyqcdzjccc1hj6xvgcdbwadlnjy";
- name = "recipe";
- };
- packageRequires = [ easy-kill ];
- meta = {
- homepage = "https://melpa.org/#/easy-kill-extras";
- license = lib.licenses.free;
- };
- }) {};
- easy-repeat = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "easy-repeat";
- ename = "easy-repeat";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "easy-repeat.el";
- rev = "060f0e6801c82c40c06961dc0528a00e18947a8c";
- sha256 = "18bm5ns1qrxq0rrz9sylshr62wkymh1m6b7ch2y74f8rcwdwjgnq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1f5e0d19043f6a24ab4069c9c850e96cbe61a8f/recipes/easy-repeat";
- sha256 = "1vx57gpw0nbxh976s18va4ali1nqxqffhaxv1c5rhf4pwlk2fa06";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/easy-repeat";
- license = lib.licenses.free;
- };
- }) {};
- ebal = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ebal";
- ename = "ebal";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "ebal";
- rev = "4d19565516785348894c4911e757e33a270b3efd";
- sha256 = "1wj9h8ypi70az387c7pcrpc59lpf89dkp2q4df2ighxw3l648mb7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/629aa451162a0085488caad4052a56366b7ce392/recipes/ebal";
- sha256 = "1kqnlp5n1aig1qbqdq9q50wgqkzd1l6h9wi1gv43cif8qa1kxhwg";
- name = "recipe";
- };
- packageRequires = [ emacs f ];
- meta = {
- homepage = "https://melpa.org/#/ebal";
- license = lib.licenses.free;
- };
- }) {};
- ebf = callPackage ({ cl-lib ? null
- , dash
- , dash-functional
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ebf";
- ename = "ebf";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "rexim";
- repo = "ebf";
- rev = "d0bd4fe1abbe327e7d9228eff09927fec57e8378";
- sha256 = "16hiwz8a1hyyiflzn53v97704v783pg18yxapn7pqk90fbcf7czw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/22e2f6383f2a7a01778c0524af19a68af57796ae/recipes/ebf";
- sha256 = "072w1hczzb4z0dadvqy8px9zfnfd2z0w8nwa7q2qm5njg30rrqpb";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash dash-functional ];
- meta = {
- homepage = "https://melpa.org/#/ebf";
- license = lib.licenses.free;
- };
- }) {};
- ebib = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parsebib }:
- melpaBuild {
- pname = "ebib";
- ename = "ebib";
- version = "2.16.5";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "ebib";
- rev = "eb6e7bf8cc525c41150bf5913d965e89e1fbf48d";
- sha256 = "0jys32kvbcjrc65dwgfzz21g4fnycdhm0pybgk3akb80rv00x1vf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e39cd8e8b4f61c04fa967def6a653bb22f45f5b/recipes/ebib";
- sha256 = "1kdqf5nk9l6mr3698nqngrkw5dicgf7d24krir5wrcfbrsqrfmid";
- name = "recipe";
- };
- packageRequires = [ emacs parsebib ];
- meta = {
- homepage = "https://melpa.org/#/ebib";
- license = lib.licenses.free;
- };
- }) {};
- eclim = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild
- , popup
- , s
- , yasnippet }:
- melpaBuild {
- pname = "eclim";
- ename = "eclim";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "emacs-eclim";
- repo = "emacs-eclim";
- rev = "6da0025d387119bb88c8bc870156fb1a8411ac4e";
- sha256 = "1jpscpjlfgjcfivz86sg6d41m6c8brwali8annhxwk3qykxdh9ik";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e9d3075587fbd9ca188535fd945a7dc451c6d7e/recipes/eclim";
- sha256 = "1n60ci6kjmzy2khr3gs7s8gf21j1f9zjaj5a1yy2dyygsarbxw7b";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash json popup s yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/eclim";
- license = lib.licenses.free;
- };
- }) {};
- ecukes = callPackage ({ ansi
- , commander
- , dash
- , espuds
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ecukes";
- ename = "ecukes";
- version = "0.6.17";
- src = fetchFromGitHub {
- owner = "ecukes";
- repo = "ecukes";
- rev = "3a77ba9f1064c2bca47b401974c009e65727c46e";
- sha256 = "1isscwz4h3nx62lwfrj899lp2yc27zk1ndgr441d848495ccmshn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/14cf66e6929db2a0f377612e786aaed9eb12b799/recipes/ecukes";
- sha256 = "0ava8hrc7r1mzv6xgbrb84qak5xrf6fj8g9qr4i4g0cr7843nrw0";
- name = "recipe";
- };
- packageRequires = [ ansi commander dash espuds f s ];
- meta = {
- homepage = "https://melpa.org/#/ecukes";
- license = lib.licenses.free;
- };
- }) {};
- edbi = callPackage ({ concurrent
- , ctable
- , epc
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edbi";
- ename = "edbi";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-edbi";
- rev = "ad3cebf1fa90a92d112ce6ecf404dc0192ea9367";
- sha256 = "0j9pkb4r5rmx0h0rsvgnkp75ars63v6llhv9vc41fbjir14fs81x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/238a11afa52d2c01d69eb16ffd7d07ccd6dff403/recipes/edbi";
- sha256 = "0qq0j16n8lyvkqqlcsrq1m7r7f0in6b92d74mpx5c6siv6z2vxlr";
- name = "recipe";
- };
- packageRequires = [ concurrent ctable epc ];
- meta = {
- homepage = "https://melpa.org/#/edbi";
- license = lib.licenses.free;
- };
- }) {};
- edbi-minor-mode = callPackage ({ edbi
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edbi-minor-mode";
- ename = "edbi-minor-mode";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "edbi-minor-mode";
- rev = "566a2141a6eb9d9d5d7e1bd7c251d1c5e8f0d2ec";
- sha256 = "1g6mlmrwl8p5ffj9q298vymd9xi2kpp7mhbmz4by4f6a3g831c88";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5fb878b60c7ecbb1e3a47aef1d9765061c510644/recipes/edbi-minor-mode";
- sha256 = "0p7vdf9cp6i7mhjxj82670pfflf1kacalmakb7ssgigs1nsf3spi";
- name = "recipe";
- };
- packageRequires = [ edbi ];
- meta = {
- homepage = "https://melpa.org/#/edbi-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- ede-php-autoload = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ede-php-autoload";
- ename = "ede-php-autoload";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "ede-php-autoload";
- rev = "3f13302b9e8dbb6a24205c4bc21acadff487d30b";
- sha256 = "03mjw824d0l2g8n07ys3j89x8chbx64znhhz14y6ni4b9650njdf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/afc7ddfcf16e92889e54f30599b576a24823f60d/recipes/ede-php-autoload";
- sha256 = "1255a1drpb50650i0yijahbp97chpw89mi9fvdrk3vf64xlysamq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ede-php-autoload";
- license = lib.licenses.free;
- };
- }) {};
- ede-php-autoload-composer-installers = callPackage ({ ede-php-autoload
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ede-php-autoload-composer-installers";
- ename = "ede-php-autoload-composer-installers";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "xendk";
- repo = "ede-php-autoload-composer-installers";
- rev = "f9942e07d0773444040084ac84652e69f0fd46d5";
- sha256 = "04gw8ma5c898ai7haxvdagmxx8zw9ncc9v0cv8a5ddg6arvzkl1z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e0e9058593b32b8d9fd7873d4698b4dd516930f/recipes/ede-php-autoload-composer-installers";
- sha256 = "0s7dv81niz4h8kj0648x2nbmz47hqxchfs2rjmjpy2lcbifvj268";
- name = "recipe";
- };
- packageRequires = [ ede-php-autoload f s ];
- meta = {
- homepage = "https://melpa.org/#/ede-php-autoload-composer-installers";
- license = lib.licenses.free;
- };
- }) {};
- ede-php-autoload-drupal = callPackage ({ ede-php-autoload
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ede-php-autoload-drupal";
- ename = "ede-php-autoload-drupal";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "xendk";
- repo = "ede-php-autoload-drupal";
- rev = "9fbda34704a15136f934d628b2a24b5e30f8510b";
- sha256 = "095w19b9lhqfsf7fg58k5v2w1wxkfc44dd828ah62083a2ph5d56";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/532fec4788350cc11893c32e3895f06510a39d35/recipes/ede-php-autoload-drupal";
- sha256 = "139sr7jy5hb8h5zmw5mw01r0dy7yvbbyaxzj62m1a589n8w6a964";
- name = "recipe";
- };
- packageRequires = [ ede-php-autoload f s ];
- meta = {
- homepage = "https://melpa.org/#/ede-php-autoload-drupal";
- license = lib.licenses.free;
- };
- }) {};
- edit-indirect = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edit-indirect";
- ename = "edit-indirect";
- version = "0.1.5";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "edit-indirect";
- rev = "032ac0ec690d4999d564fd882588c7a197efe8dd";
- sha256 = "0by1x53pji39fjrj5bd446kz831nv0vdgw2jqasbym4pc1p2947r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/edit-indirect";
- sha256 = "0q5jjmrvx5kaajllmhaxihsab2kr1vmcsfqrhxdhw3x3nf41s439";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/edit-indirect";
- license = lib.licenses.free;
- };
- }) {};
- edit-list = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edit-list";
- ename = "edit-list";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "emacsmirror";
- repo = "edit-list";
- rev = "f460d3f9e208a4e606fe6ded307f1b011916ca71";
- sha256 = "0981hy1n50yizc3k06vbxqrpfml817a67kab1hkgkw5v6ymm1hc9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c8aa348ce5289a8b1238f186affac1d544af755/recipes/edit-list";
- sha256 = "0mi12jfgx06i0yr8k5nk80xryqszjv0xykdnri505862rb90xakv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/edit-list";
- license = lib.licenses.free;
- };
- }) {};
- edit-server = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edit-server";
- ename = "edit-server";
- version = "1.15";
- src = fetchFromGitHub {
- owner = "stsquad";
- repo = "emacs_chrome";
- rev = "7e083580f8cc00ee88d9db00b8b47ae4349502a5";
- sha256 = "0kvvs9pkwydarpzmar4mbqvp05jrkvq06yz99l3llklaw09g7bfv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d98d69008b5ca8b92fa7a6045b9d1af86f269386/recipes/edit-server";
- sha256 = "0ffxcgmnz0f2c1i3vfwm8vlm6jyd7ibf4kq5z8c6n50zkwfdmns0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/edit-server";
- license = lib.licenses.free;
- };
- }) {};
- editorconfig = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "editorconfig";
- ename = "editorconfig";
- version = "0.8.0";
- src = fetchFromGitHub {
- owner = "editorconfig";
- repo = "editorconfig-emacs";
- rev = "4b6c34d5d77025a11ae68462af9bf0a822a13242";
- sha256 = "1b2cpqz75pivl323bs60j5rszwi787x6vy68csycikqz9mhpmjn9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/50d4f2ed288ef38153a7eab44c036e4f075b51d0/recipes/editorconfig";
- sha256 = "0zv96m07ml8i3k7zm7sdci4hn611n3ypna7zppfkwbdyr7d5k2gc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/editorconfig";
- license = lib.licenses.free;
- };
- }) {};
- editorconfig-custom-majormode = callPackage ({ editorconfig
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "editorconfig-custom-majormode";
- ename = "editorconfig-custom-majormode";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "editorconfig-custom-majormode-el";
- rev = "ae613f0a56364afbbab19d4377c108406d5cfc7c";
- sha256 = "0sm3xdysnqzc6nc2n7rcnr478l7qdy7bv8rhq500240aprzv63y4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fcd47bf4630442ad1a941ad432cef64c7746aa71/recipes/editorconfig-custom-majormode";
- sha256 = "0ykvjg3gwxky6w5cm0y5s63q9820b7d25fy9plw8sarxwy2a5lxy";
- name = "recipe";
- };
- packageRequires = [ editorconfig ];
- meta = {
- homepage = "https://melpa.org/#/editorconfig-custom-majormode";
- license = lib.licenses.free;
- };
- }) {};
- edn = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , peg
- , s }:
- melpaBuild {
- pname = "edn";
- ename = "edn";
- version = "1.1.2";
- src = fetchFromGitHub {
- owner = "expez";
- repo = "edn.el";
- rev = "bb035dcbeccccdb2c899d2cce8e81486764d0ad7";
- sha256 = "06v34l9dkykrrdfpnm3zi5wjm0fdvy76pbkfnk92wqkjp8fqimhd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/305dd770d9db86d5ee602e6bd571b7c4f6c4ddbe/recipes/edn";
- sha256 = "00cy8axhy2p3zalzl8k2083l5a7s3aswb9qfk9wsmf678m8pqwqg";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs peg s ];
- meta = {
- homepage = "https://melpa.org/#/edn";
- license = lib.licenses.free;
- };
- }) {};
- edts = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "edts";
- ename = "edts";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "tjarvstrand";
- repo = "edts";
- rev = "f25b8450efaee916900d8cb7b3fb0f3c5d1990f5";
- sha256 = "00i7nd3lkak360klfmq3zngfm251l4d319lrwln0ajlk0x2gljag";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/782db7fba2713bfa17d9305ae15b0a9e1985445b/recipes/edts";
- sha256 = "0f0rbd0mqqwn743qmr1g5mmi1sbmlcglclww8jxvbvb61jq8vspr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/edts";
- license = lib.licenses.free;
- };
- }) {};
- eg = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eg";
- ename = "eg";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "eg.el";
- rev = "0791452498719afb7409d1f723dbea2ec26d56f1";
- sha256 = "1y16pah8f4jp117vihvlcwvsw2i85gdk45h9y9r1w9mslb24faac";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d2b6b92b2a71486f260571885bf149ad6afc551/recipes/eg";
- sha256 = "1ic6qzk0zmay3vvbb8jg35irqkc0k68dmgbq4j9isiawy449zvp7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/eg";
- license = lib.licenses.free;
- };
- }) {};
- egg = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "egg";
- ename = "egg";
- version = "1.1.4";
- src = fetchFromGitHub {
- owner = "byplayer";
- repo = "egg";
- rev = "00e768a78ac3d25f457eed667d02cac568480bf9";
- sha256 = "1ak23v9gqj6x104mzgihn0hi7w0kr76q1sl929wmbb9h8s3a54q8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1c97870c2641d73685f07a12f010530cc186544/recipes/egg";
- sha256 = "144g1fvs2cmn3px0a98nvxl5cz70kx30v936k5ppyi8gvbj0md5i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/egg";
- license = lib.licenses.free;
- };
- }) {};
- egison-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "egison-mode";
- ename = "egison-mode";
- version = "3.8.2";
- src = fetchFromGitHub {
- owner = "egison";
- repo = "egison";
- rev = "ddc6d910be421d891efc8c7c033b99b10364c4c3";
- sha256 = "1rw5xjs4hnikj2swskczxn3x31811znsgzj72b975zbmd5vp98kd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/egison-mode";
- sha256 = "0bch4863l9wxrss63fj46gy3nx3hp635709xr4c2arw0j7n82lzd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/egison-mode";
- license = lib.licenses.free;
- };
- }) {};
- eglot = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flymake ? null
- , jsonrpc
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eglot";
- ename = "eglot";
- version = "1.4";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "eglot";
- rev = "35597d262b53bde52faa46ee6ae8c597d93114e8";
- sha256 = "1qx3ixaaaffhmbh3ifi5041lp7xp4ab4x4n1mal3wcpp70asxvdp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c644530eca56f93d94fac2c9d7663c35c2b8c01/recipes/eglot";
- sha256 = "17w39hcgv4p49g841qaicjdx7xac72yxvsc83jf1rrakg713pj7y";
- name = "recipe";
- };
- packageRequires = [ emacs flymake jsonrpc ];
- meta = {
- homepage = "https://melpa.org/#/eglot";
- license = lib.licenses.free;
- };
- }) {};
- eide = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eide";
- ename = "eide";
- version = "2.1.3";
- src = fetchgit {
- url = "https://framagit.org/eide/eide.git";
- rev = "7e4f101923d1aaa4ad4626ff60375ece8dd13e1d";
- sha256 = "0j343hdarrlgznc4f59gbix20zlpr4wv5b8db6m0262ajc5q5zfb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a42244392719c620b47bc43a7a8501dab4b6f74e/recipes/eide";
- sha256 = "1962shxcfn3v1ljann7182ca6ciy5xfbcd6l9l8rc8gikp55qv8m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eide";
- license = lib.licenses.free;
- };
- }) {};
- ein = callPackage ({ auto-complete
- , cl-generic
- , dash
- , deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s
- , skewer-mode
- , websocket }:
- melpaBuild {
- pname = "ein";
- ename = "ein";
- version = "0.15.0";
- src = fetchFromGitHub {
- owner = "millejoh";
- repo = "emacs-ipython-notebook";
- rev = "f2e9193da64ee6a0398165e3d6f0855ab3d6eff2";
- sha256 = "10hkk5v9lgwcwr6kd095kpw1zab6658x3j17mwa6bfp2in2sjsv3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/215e163755fe391ce1f049622e7b9bf9a8aea95a/recipes/ein";
- sha256 = "14blq1cbrp00rq0ilk7z9qppqfj0r4n3jidw3abcpchvh5ln086r";
- name = "recipe";
- };
- packageRequires = [
- auto-complete
- cl-generic
- dash
- deferred
- request
- s
- skewer-mode
- websocket
- ];
- meta = {
- homepage = "https://melpa.org/#/ein";
- license = lib.licenses.free;
- };
- }) {};
- eink-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eink-theme";
- ename = "eink-theme";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "maio";
- repo = "eink-emacs";
- rev = "93d25c097b105594472c4f99d693f439b4b709f0";
- sha256 = "0m7qsk378c30fva2n2ag99rsdklx5nsqc395msg1ab11sbpxvis0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1349c3f93ab60983f77c28f97048fa258b612a6/recipes/eink-theme";
- sha256 = "0z437cpf1b8bqyi7bv0w0dnc52q4f5g17530lwdcxjkr38s9b1zn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eink-theme";
- license = lib.licenses.free;
- };
- }) {};
- ejc-sql = callPackage ({ auto-complete
- , clomacs
- , dash
- , direx
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , spinner }:
- melpaBuild {
- pname = "ejc-sql";
- ename = "ejc-sql";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "kostafey";
- repo = "ejc-sql";
- rev = "285ad107dbd9ef6a1e417f684eaf30e788fcfc79";
- sha256 = "0vypbyx2r7v8mmdhiq7n2x0xp43njwra5fz6f6cba40wq4dnkg0g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e01655679087504db1206b22435ba8eb7050aa23/recipes/ejc-sql";
- sha256 = "13i55l6hwsxbmdxmvh6aajayivgskw4iagmj9in1qkd9rnrykhn9";
- name = "recipe";
- };
- packageRequires = [ auto-complete clomacs dash direx emacs spinner ];
- meta = {
- homepage = "https://melpa.org/#/ejc-sql";
- license = lib.licenses.free;
- };
- }) {};
- el-autoyas = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-autoyas";
- ename = "el-autoyas";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "el-autoyas.el";
- rev = "bde0251ecb504f585dfa27c205c8e312655310cc";
- sha256 = "0dbp2zz993cm7mrd58c4iflbzqwg50wzgn2cpwfivk14w1mznh4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc4845343dbb8f8294394f6850788e4f1fe6b99b/recipes/el-autoyas";
- sha256 = "0hh5j79f3z82nmb3kqry8k8lgc1qswk6ni3g9jg60pasc3wkbh6c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el-autoyas";
- license = lib.licenses.free;
- };
- }) {};
- el-get = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-get";
- ename = "el-get";
- version = "5.1";
- src = fetchFromGitHub {
- owner = "dimitri";
- repo = "el-get";
- rev = "bfffd553f4c72b818e9ee94f05458eae7a16056b";
- sha256 = "1awyh9ffd6a4cia239s89asb88ddqlnrv757d76vcb701pq412bz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1c61197a2b616d6d3c6b652248cb166196846b44/recipes/el-get";
- sha256 = "1438v2sw5n67q404c93y2py226v469nagqwp4w9l6yyy40h4myhz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el-get";
- license = lib.licenses.free;
- };
- }) {};
- el-init = callPackage ({ anaphora
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-init";
- ename = "el-init";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "HKey";
- repo = "el-init";
- rev = "25fd21d820bca1cf576b8f70c8d5a3bc76792597";
- sha256 = "1mzla7ijmq1mgzr6bf16mjdycbf8ylsf4zdk4j6fh5kw5n4k6c5n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0c18cc62ffaaf839284ed7b261cc6f375fab813/recipes/el-init";
- sha256 = "121n6z8p9kzi7axp4i2kyi621gw20635w4j81i1bryblaqrv5kl5";
- name = "recipe";
- };
- packageRequires = [ anaphora cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/el-init";
- license = lib.licenses.free;
- };
- }) {};
- el-init-viewer = callPackage ({ anaphora
- , cl-lib ? null
- , ctable
- , dash
- , el-init
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-init-viewer";
- ename = "el-init-viewer";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "HKey";
- repo = "el-init-viewer";
- rev = "5e42667c53aa096f671c011474e0d75cf1947a18";
- sha256 = "057hbf78p8ihpnschmzng4yn1jqpw12drvgxk4l8csr3fpqw4spf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f90e6be757783352c4a7732177ff2e2c0a066247/recipes/el-init-viewer";
- sha256 = "0kkmsml9xf2n8nlrcicfg2l78s3dlhd6ssx0s62v77v4wdpl297m";
- name = "recipe";
- };
- packageRequires = [ anaphora cl-lib ctable dash el-init emacs ];
- meta = {
- homepage = "https://melpa.org/#/el-init-viewer";
- license = lib.licenses.free;
- };
- }) {};
- el-mock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-mock";
- ename = "el-mock";
- version = "1.25.1";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "el-mock.el";
- rev = "3069931de75bb6704ecf565af5390009dc4dae00";
- sha256 = "13mv1rhgkwiww2wh5w926jz7idppp492wir1vdl245c5x50dh4f7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1989beb927657c0ff7e79fe448f62ac58c11be7/recipes/el-mock";
- sha256 = "07m7w7n202nijnxidy0j0r4nbcvlnbkm9b0n8qb2bwi3d4cfp77l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el-mock";
- license = lib.licenses.free;
- };
- }) {};
- el-patch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-patch";
- ename = "el-patch";
- version = "2.2.3";
- src = fetchFromGitHub {
- owner = "raxod502";
- repo = "el-patch";
- rev = "ef56cbc6950dffd91de93009bafe51efb81eb84f";
- sha256 = "18djslz177q6q33y82zmg2v6n9236a76kiqfvxdk4vbqzjbq82f7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2f4f57e0edbae35597aa4a7744d22d2f971d5de5/recipes/el-patch";
- sha256 = "1imijmsni8c8fxjrzprnanf94c1pma3h5w9p75c4y99l8l3xmj7g";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/el-patch";
- license = lib.licenses.free;
- };
- }) {};
- el-spice = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-spice";
- ename = "el-spice";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "vedang";
- repo = "el-spice";
- rev = "972dace20ec61cd27b9322432d0c7a688c6f061a";
- sha256 = "1wrb46y4s4v0lwwyriz2qn1j1l804jyb4dmadf462jxln85rml70";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4666eee9f6837d6d9dba77e04aa4c8c4a93b47b5/recipes/el-spice";
- sha256 = "0i0l3y9w1q9pf5zhvmsq4h427imix67jgcfwq21b6j82dzg5l4hg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el-spice";
- license = lib.licenses.free;
- };
- }) {};
- el-x = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el-x";
- ename = "el-x";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "el-x";
- rev = "b0b69b182f7a81a550ccf9b3a14d8d91560b4f70";
- sha256 = "1dky0vydwh7l786w7gci4x17kkf6dg8gijmqzl4y0ij9zm9kfxzz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0346f6349cf39a0414cd055b06d8ed193f4972d4/recipes/el-x";
- sha256 = "1721d9mljlcbdwb5b9934q7a48y30x6706pp4bjvgys0r64dml5g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/el-x";
- license = lib.licenses.free;
- };
- }) {};
- el2org = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "el2org";
- ename = "el2org";
- version = "0.6.0";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "el2org";
- rev = "4a33469cd305e581603d7ef63bc2a1f2156f2e2e";
- sha256 = "0mzddqny6wpg1fv99xrvlv7rxmaifvmy5bvj4in4pldhm4cx4q1b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/el2org";
- sha256 = "02kyvzpjws2mrp414i4zm4fmrnzgkaax6bnrlyhp17a8aqaggbnh";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/el2org";
- license = lib.licenses.free;
- };
- }) {};
- elbank = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "elbank";
- ename = "elbank";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "elbank";
- rev = "f494716105b1a9f4f52f43bc3dd37c9cd0309bf5";
- sha256 = "0bvx6nq0gjjbjs0mzd1x1ajyjpa181z0n4kv4aknh3is210gbpbb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/elbank";
- sha256 = "1i1cdywcbdj9ykfczbagrqdpgf3c88f1kc0mdlj8mzyvjixx7mhk";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/elbank";
- license = lib.licenses.free;
- };
- }) {};
- elcouch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , json-mode
- , lib
- , libelcouch
- , melpaBuild }:
- melpaBuild {
- pname = "elcouch";
- ename = "elcouch";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "elcouch";
- rev = "d22e8cab9328966b2e2d5bc4fc17a4abbb222736";
- sha256 = "0l9ah3ijlidjshwkazfcdasm3hmigw8dcyqgi9pmpv0kw9096y64";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b5d9a35dd5a272a592d248993ea7e5dda8fdf0ab/recipes/elcouch";
- sha256 = "1dp7chvnz6gadqgyqbvdxpva3hm3sx60izsa690mp2rifjyxgqf1";
- name = "recipe";
- };
- packageRequires = [ emacs json-mode libelcouch ];
- meta = {
- homepage = "https://melpa.org/#/elcouch";
- license = lib.licenses.free;
- };
- }) {};
- eldoc-box = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eldoc-box";
- ename = "eldoc-box";
- version = "1.8";
- src = fetchFromGitHub {
- owner = "casouri";
- repo = "eldoc-box";
- rev = "61dd07f6709ed04f09615d04457b4cfe73c7ace1";
- sha256 = "1ajg8x5s9yranidx17jz0da7439lwsdkw105531zq9547n31as65";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aac2e64f9e0d06b95bdf0dece214263f75470ea8/recipes/eldoc-box";
- sha256 = "11720hi2gvjwc4x2yrxnrhh76wf3sj3yd0vaa3sc22xa5g1wi40r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/eldoc-box";
- license = lib.licenses.free;
- };
- }) {};
- eldoc-eval = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eldoc-eval";
- ename = "eldoc-eval";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "eldoc-eval";
- rev = "deca5e39f31282a06531002d289258cd099433c0";
- sha256 = "1fh9dx669czkwy4msylcg64azz3az27akx55ipnazb5ghmsi7ivk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63ba2004d3db4c5a71676dca82ad880328cf6073/recipes/eldoc-eval";
- sha256 = "0z4scgi2xgrgd47aqqmyv1ww8alh43s0qny5qmh3f1nnppz3nd7c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eldoc-eval";
- license = lib.licenses.free;
- };
- }) {};
- electric-operator = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names }:
- melpaBuild {
- pname = "electric-operator";
- ename = "electric-operator";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "davidshepherd7";
- repo = "electric-operator";
- rev = "21e6b84754118912768263a393442a7aefb4742b";
- sha256 = "1bgz5vn4piax8jm0ixqlds0qj5my26zczaxs21fah11pwbdc0xyk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/906cdf8647524bb76f644373cf8b65397d9053a5/recipes/electric-operator";
- sha256 = "043bkpvvk42lmkll5jnz4q8i0m44y4wdxvkz6hiqhqcp1rv03nw2";
- name = "recipe";
- };
- packageRequires = [ dash emacs names ];
- meta = {
- homepage = "https://melpa.org/#/electric-operator";
- license = lib.licenses.free;
- };
- }) {};
- elf-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elf-mode";
- ename = "elf-mode";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "elf-mode";
- rev = "cd280d683cd3341d8bb31af6db7e3b74a133e6ab";
- sha256 = "0cbvjbk2893ag1iy8ggixpirfiyhssm7fii96hb9jqdz874cdl0k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/368d1ff91f310e5ffe68f872ab0a91584a41a66e/recipes/elf-mode";
- sha256 = "0xwpaqg4mc0a0d8a4dxbd1sqzvi01gfhwr75f7i3sjzx0fj8vcwd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elf-mode";
- license = lib.licenses.free;
- };
- }) {};
- elfeed = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elfeed";
- ename = "elfeed";
- version = "3.1.0";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "elfeed";
- rev = "3d1c6ecbe585f9fe6ca5a97a3fc352d68f303f9e";
- sha256 = "1bzpl6lc7kq9bph4bfz1fn19207blrnhjr2g7yinhn0nnnjmxi8i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/407ae027fcec444622c2a822074b95996df9e6af/recipes/elfeed";
- sha256 = "1psga7fcjk2b8xjg10fndp9l0ib72l5ggf43gxp62i4lxixzv8f9";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elfeed";
- license = lib.licenses.free;
- };
- }) {};
- elfeed-protocol = callPackage ({ cl-lib ? null
- , elfeed
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elfeed-protocol";
- ename = "elfeed-protocol";
- version = "0.5.9";
- src = fetchFromGitHub {
- owner = "fasheng";
- repo = "elfeed-protocol";
- rev = "c5faca15ccfe7e03dc4ee1372a07671c20015737";
- sha256 = "1cdg111dgpphlpv2csv9nr5p2zjk3qss7bf0y8485nnzcin4ip9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3f1eef8add7cd2cfefe6fad6d8e69d65696e9677/recipes/elfeed-protocol";
- sha256 = "1gd2ny764qsnnqf3j7rbdqhh7hqd5c0fzwxx6wacd0dpbq4w56qi";
- name = "recipe";
- };
- packageRequires = [ cl-lib elfeed emacs ];
- meta = {
- homepage = "https://melpa.org/#/elfeed-protocol";
- license = lib.licenses.free;
- };
- }) {};
- elfeed-web = callPackage ({ elfeed
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , simple-httpd }:
- melpaBuild {
- pname = "elfeed-web";
- ename = "elfeed-web";
- version = "3.1.0";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "elfeed";
- rev = "3d1c6ecbe585f9fe6ca5a97a3fc352d68f303f9e";
- sha256 = "1bzpl6lc7kq9bph4bfz1fn19207blrnhjr2g7yinhn0nnnjmxi8i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/62459d16ee44d5fcf170c0ebc981ca2c7d4672f2/recipes/elfeed-web";
- sha256 = "14ydwvjjc6wbhkj4g4xdh0c3nh4asqsz8ln7my5vjib881vmaq1n";
- name = "recipe";
- };
- packageRequires = [ elfeed emacs simple-httpd ];
- meta = {
- homepage = "https://melpa.org/#/elfeed-web";
- license = lib.licenses.free;
- };
- }) {};
- elgrep = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elgrep";
- ename = "elgrep";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "TobiasZawada";
- repo = "elgrep";
- rev = "c2c5858f335ac1d0013dc631e5bc2dc16d9b3198";
- sha256 = "1rlj9cniwk8fzfn1i4apffrikv08r9c2dmwxhqc6nmrhfjr2rf1k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d9ab623b2d634936a79ff6f4b98b31825d44b6d/recipes/elgrep";
- sha256 = "0b8dma52zv57sh1jbrabfy6k5lzixs7f541s8dsqyrg0fzlq460j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elgrep";
- license = lib.licenses.free;
- };
- }) {};
- elisp-def = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "elisp-def";
- ename = "elisp-def";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "elisp-def";
- rev = "5e0d766a5db537f4e7145c2053c22829d736ceba";
- sha256 = "0l9az09yw40rr2xrvf01c3idfqplddr1kk880qscnzj8v9p06l4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1f027b844efdc5946d2ad80d7052a8f3b96aac3d/recipes/elisp-def";
- sha256 = "1y29nsgjv9nb03g0jc5hb1a8k23r54ivdlv9h0a384cig8i91hsz";
- name = "recipe";
- };
- packageRequires = [ dash emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/elisp-def";
- license = lib.licenses.free;
- };
- }) {};
- elisp-lint = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elisp-lint";
- ename = "elisp-lint";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "gonewest818";
- repo = "elisp-lint";
- rev = "9d894e99377859171ee54cb7d2b2e7f2cc7c267c";
- sha256 = "11pvqskjhxxsyxmy8wllqwa0qg0j9280h0m5rzjghgsdcnlisyvq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/61595c78ac7f15eef47bf28636ad796f74741509/recipes/elisp-lint";
- sha256 = "13cxcn0qp63f2nkv37c3w47dby9cqm4l1f8xilgpczdaxd86kd63";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elisp-lint";
- license = lib.licenses.free;
- };
- }) {};
- elisp-refs = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , loop
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "elisp-refs";
- ename = "elisp-refs";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "elisp-refs";
- rev = "788f6f65d5171b1887b3ff9e4cad900e8046b2b1";
- sha256 = "0c7hcbjqynw6k5idpmfxn6xbr192ahhk8a2g72npap97flpw6cdq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/elisp-refs";
- sha256 = "1pj3dm2z6m24179ibl7zhr8lhan2v2rjnm3abfciwp228piz1sfz";
- name = "recipe";
- };
- packageRequires = [ dash loop s ];
- meta = {
- homepage = "https://melpa.org/#/elisp-refs";
- license = lib.licenses.free;
- };
- }) {};
- elisp-slime-nav = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elisp-slime-nav";
- ename = "elisp-slime-nav";
- version = "0.9";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "elisp-slime-nav";
- rev = "0e96d9f1f0d334f09414b509d44d5c000b51f432";
- sha256 = "11vyy0bvzbs1h1kggikrvhd658j7c730w0pdp6qkm60rigvfi1ih";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/elisp-slime-nav";
- sha256 = "009zgp68i4naprpjr8lcp06lh3i5ickn0nh0lgvrqs0niprnzh8c";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/elisp-slime-nav";
- license = lib.licenses.free;
- };
- }) {};
- elixir-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "elixir-mode";
- ename = "elixir-mode";
- version = "2.3.1";
- src = fetchFromGitHub {
- owner = "elixir-editors";
- repo = "emacs-elixir";
- rev = "a1f4d60ec555574c945201359d2e32b183c69f4b";
- sha256 = "06bi68x49v6f7flpz279mm4jpg31ll3s274givm3pvr8slcxs6xg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/elixir-mode";
- sha256 = "0d25p6sal1qg1xsq5yk343afnrxa0lzpx5gsh72khnx2i8pi40vz";
- name = "recipe";
- };
- packageRequires = [ emacs pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/elixir-mode";
- license = lib.licenses.free;
- };
- }) {};
- elixir-yasnippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "elixir-yasnippets";
- ename = "elixir-yasnippets";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "hisea";
- repo = "elixir-yasnippets";
- rev = "6b55c88ce483932f226b6bca0212b589d1d393ea";
- sha256 = "0dx5h3sfccc2bp1jxnqqki95x5hp1skw8n5n4lnh703yjga5gkrz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c37a13d56e9a0a4e7e2c11349ed87610a0f6b2c/recipes/elixir-yasnippets";
- sha256 = "0vmkcd88wfafv31lyw0983p4qjj387qf258q7py1ij47fcmfp579";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/elixir-yasnippets";
- license = lib.licenses.free;
- };
- }) {};
- elm-mode = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "elm-mode";
- ename = "elm-mode";
- version = "0.20.3";
- src = fetchFromGitHub {
- owner = "jcollard";
- repo = "elm-mode";
- rev = "29f50a940113d793a21998f3bb414fdd9b0c5daa";
- sha256 = "02c7xl9w81140l7p9kywr5qwsdyv92nxdhzqcxjk0r09x7s0cvsk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d1a4d786b137f61ed3a1dd4ec236d0db120e571/recipes/elm-mode";
- sha256 = "1gw9szkyr1spcx7qijddhxlm36h0hmfd53b4yzp1336yx44mlnd1";
- name = "recipe";
- };
- packageRequires = [ emacs f let-alist s ];
- meta = {
- homepage = "https://melpa.org/#/elm-mode";
- license = lib.licenses.free;
- };
- }) {};
- elmacro = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "elmacro";
- ename = "elmacro";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "Silex";
- repo = "elmacro";
- rev = "9ed19a362b63d9c7436a78feb91bc694194cfefe";
- sha256 = "00qqa9p9z50gxna4qrsvph4nj41gldl1qj210ywk3lgwn0jjm0k9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/566cc5bc0f71c5a4191ad93b917dc268f6e1a2da/recipes/elmacro";
- sha256 = "0644rgwawivrq1shsjx1x2p53z7jgr6bxqgn2smzql8pp6azy7xz";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/elmacro";
- license = lib.licenses.free;
- };
- }) {};
- elmine = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elmine";
- ename = "elmine";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "leoc";
- repo = "elmine";
- rev = "091f61c70c9e7630a74b7b127488051d143a35e7";
- sha256 = "080nnw6ddsczbm7gk50x4dkahi77fsybfiki5iyp39fjpa7lfzq3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/elmine";
- sha256 = "1xkx1wwrzd2dl13z8n4qh3gl202j0i9crab5b3788z8mq0g4v4bn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/elmine";
- license = lib.licenses.free;
- };
- }) {};
- elpa-audit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elpa-audit";
- ename = "elpa-audit";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "elpa-audit";
- rev = "a7a1806278c73ea6cb6d235714e7bc8088971df5";
- sha256 = "1q4krfrc2dy0vr7q148msfpkcwj55mlsrn4n5xjnya4xj0134ib7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/elpa-audit";
- sha256 = "18a8n22g53d8fxzr3snb2px28gvxbkx44grrx8lywaprz1f1lwdi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/elpa-audit";
- license = lib.licenses.free;
- };
- }) {};
- elpa-clone = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elpa-clone";
- ename = "elpa-clone";
- version = "0.0.7";
- src = fetchFromGitHub {
- owner = "dochang";
- repo = "elpa-clone";
- rev = "5dddbab4c27ec6aca541a1f8e9792617f10fc325";
- sha256 = "17lbdgwg97x8q8dbghylr2j0nwb72mpfl679qb0pl9184ih27qfc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/11861edd9c7f9deebd44fd1f8ef648e7a04caf2b/recipes/elpa-clone";
- sha256 = "172gpmpwf75y41n3v05l47w34x83vy63bqk97fd8a6b4dkj91lqa";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/elpa-clone";
- license = lib.licenses.free;
- };
- }) {};
- elpa-mirror = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elpa-mirror";
- ename = "elpa-mirror";
- version = "2.1.1";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "elpa-mirror";
- rev = "83a38b5721c459d311833522903de96f874e1a4e";
- sha256 = "0j2nk1nhbihfqajkmzp3501mhv5617qhb7qbj46qz8azs8a1dvri";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d64ce7042c45f29fb394be25ce415912182bac8b/recipes/elpa-mirror";
- sha256 = "1jnviav2ybr13cgllg26kfjrwrl25adggnqiiwyjwgbbzxfycah8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elpa-mirror";
- license = lib.licenses.free;
- };
- }) {};
- elpher = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elpher";
- ename = "elpher";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "tgvaughan";
- repo = "elpher";
- rev = "b3f3e8e887f515cff6807b89fe3170b2c83b5333";
- sha256 = "1y6awpm0ck1b3kcpb5pfxf3la9hlalpk2k9c3g1b2kmll7d63z15";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df2162816fed4d5da7ee5adafbf547eed8815418/recipes/elpher";
- sha256 = "1csy26ra6kgm2rnf1s6bj254r18zkaf6y7kb3rrjm1msw3vjvvr2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elpher";
- license = lib.licenses.free;
- };
- }) {};
- elpy = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , find-file-in-project
- , highlight-indentation
- , lib
- , melpaBuild
- , pyvenv
- , s
- , yasnippet }:
- melpaBuild {
- pname = "elpy";
- ename = "elpy";
- version = "1.29.1";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "elpy";
- rev = "d98ee26f564e33c9acf233862734e72200bd3703";
- sha256 = "19sd5p03rkp5yibq1ilwisq8jlma02ks2kdc3swy6r27n4hy90xf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d8fcd8745bb15402c9f3b6f4573ea151415237a/recipes/elpy";
- sha256 = "1ri3dwnkw005plj1g5grmmq9np41sqk4s2v18pwsvr18ysnq6nnr";
- name = "recipe";
- };
- packageRequires = [
- company
- emacs
- find-file-in-project
- highlight-indentation
- pyvenv
- s
- yasnippet
- ];
- meta = {
- homepage = "https://melpa.org/#/elpy";
- license = lib.licenses.free;
- };
- }) {};
- elscreen = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elscreen";
- ename = "elscreen";
- version = "20180321";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "elscreen";
- rev = "cc58337faf5ba1eae7e87f75f6ff3758675688f2";
- sha256 = "15kffci7qlhjwz1rlr0zg0z9rq0vlsxy295dvg96wiiz4fvs4jk2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e6140694c1dea0a573586d23d1f63d46c9b22936/recipes/elscreen";
- sha256 = "1mlqbw14ilk6d3ba38kfw50pnlhb9f6sm5hy9dw58gp59siark5s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elscreen";
- license = lib.licenses.free;
- };
- }) {};
- elscreen-fr = callPackage ({ elscreen
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "elscreen-fr";
- ename = "elscreen-fr";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "rocher";
- repo = "elscreen-fr";
- rev = "b9c11f80d277086d5d5bf88623e15fc7adbbbe3c";
- sha256 = "1dz8jqd2agh06hya59vbybrmgyhyz2rk6c9panrm49w37v0bwksb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18730986df5eb9816eec7ad479abe1e338d3c66f/recipes/elscreen-fr";
- sha256 = "1kmga1zz9mb3hxd2sxja2vz45pix5a52yl0g9z4vmak32x9rgqrm";
- name = "recipe";
- };
- packageRequires = [ elscreen seq ];
- meta = {
- homepage = "https://melpa.org/#/elscreen-fr";
- license = lib.licenses.free;
- };
- }) {};
- elscreen-mew = callPackage ({ elscreen
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elscreen-mew";
- ename = "elscreen-mew";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "masutaka";
- repo = "elscreen-mew";
- rev = "89871fad690ae161dc076e16ef481b1965612077";
- sha256 = "14hwl5jzmm43qa4jbpsyswbz4hk1l2iwqh3ank6502bz58877k6c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/47404ea3cfb591b780ca7e31095951a708b0a6b7/recipes/elscreen-mew";
- sha256 = "06g4wcfjs036nn64ac0zsvr08cfmak2hyj83y7a0r35yxr1853w4";
- name = "recipe";
- };
- packageRequires = [ elscreen ];
- meta = {
- homepage = "https://melpa.org/#/elscreen-mew";
- license = lib.licenses.free;
- };
- }) {};
- elscreen-tab = callPackage ({ dash
- , elscreen
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elscreen-tab";
- ename = "elscreen-tab";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "aki-s";
- repo = "elscreen-tab";
- rev = "29d7a65c3e134dd476049c9aebc8d029238e71f7";
- sha256 = "0303i61m1qg65d3i3hsy7pzdhw0icpx3im99qkfmy6lxi4h9nd0p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06a8348c6911936e16a98cf216578ea148e20e5d/recipes/elscreen-tab";
- sha256 = "18krbs462cwi3pf72kn1zf1jf4gv9n3ffdg4v5bgb19i69sq7spi";
- name = "recipe";
- };
- packageRequires = [ dash elscreen emacs ];
- meta = {
- homepage = "https://melpa.org/#/elscreen-tab";
- license = lib.licenses.free;
- };
- }) {};
- elwm = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elwm";
- ename = "elwm";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "elwm";
- rev = "c33b183f006ad476c3a44dab316f580f8b369930";
- sha256 = "1k7npf93xbmrsq607x8zlgrpzqvplgia3ixz5w1lr1jlv1m2m8x2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0eb45a6141b797243973695be4c0582c9ad6965d/recipes/elwm";
- sha256 = "0rf663ih3lfg4n4pj4dpp133967zha5m1wr46riaxpha7xr59al9";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/elwm";
- license = lib.licenses.free;
- };
- }) {};
- elx = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "elx";
- ename = "elx";
- version = "1.2.6";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "elx";
- rev = "c554db7e7f2c0c8a503def7739b8205193ba821f";
- sha256 = "07i739v2w5dbhyfhvfw4phcrdk5sf7ncsd47y8hkf5m4zgw4kw4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57a2fb9524df3fdfdc54c403112e12bd70888b23/recipes/elx";
- sha256 = "008nwa2gn3d2ayr8023pxyvph52gh9m56f77h41hp8hcw6hbdwrz";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/elx";
- license = lib.licenses.free;
- };
- }) {};
- emacs-setup = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacs-setup";
- ename = "emacs-setup";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "echosa";
- repo = "emacs-setup";
- rev = "cc36ad5318c6c0e65d1b9ff8dff5ea2437675de2";
- sha256 = "15l3ab11vcmzqibkd6h5zqw5a83k8dmgcp4n26px29c0gv6bkpy8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/abb7101b2d48af56af09d1dc85c540300dba7b3c/recipes/emacs-setup";
- sha256 = "1x4rh8vx6fsb2d6dz2g9j6jamin1vmpppwy3yzbl1dnf7w4hx4kh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emacs-setup";
- license = lib.licenses.free;
- };
- }) {};
- emacsagist = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsagist";
- ename = "emacsagist";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "echosa";
- repo = "emacsagist";
- rev = "539b9c4c0652d793391135ba1fc2e503dbb7deba";
- sha256 = "0n5cpmbyf8mhq03ikhzbycjwkxv3fmjwq1a9zvv3z9ik8yxnbw99";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/07612d46faebb28e1eeb8ddae2ac20e2dc0175f6/recipes/emacsagist";
- sha256 = "1cyz7nf0zxa21979jf5kdmkgwiyd17vsmpcmrw1af37ly27l8l64";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/emacsagist";
- license = lib.licenses.free;
- };
- }) {};
- emacsc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsc";
- ename = "emacsc";
- version = "1.2.20131027";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "emacsc";
- rev = "69607bdc3a0c070e924a3bcac93180f917992368";
- sha256 = "1r6cpb7fck5znb7q7zrxcsjn7d3xiqhq8dp1ar1rsd6k4h05by4j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/emacsc";
- sha256 = "1fbf9al3yds0il18jz6hbpj1fsjlpb1kgp450gb6r09lc46x77mk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emacsc";
- license = lib.licenses.free;
- };
- }) {};
- emacsql = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsql";
- ename = "emacsql";
- version = "3.0.0";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacsql";
- rev = "8c5f095458aa37e4146b80d9319ee63571734127";
- sha256 = "1c84gxr1majqj4b59wgdy3lzm3ap66w9qsrnkx8hdbk9895ak81g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c3b6175b5c64f03b0b9dfdc10f393081d681309/recipes/emacsql";
- sha256 = "0c2d0kymzr53wh87fq1wy2x5ahfsymz0cw8qbrqx0k613l3mpr38";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/emacsql";
- license = lib.licenses.free;
- };
- }) {};
- emacsql-mysql = callPackage ({ emacs
- , emacsql
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsql-mysql";
- ename = "emacsql-mysql";
- version = "3.0.0";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacsql";
- rev = "ea613c5191dcaa2583d3f7d5737b31bb88a07ed5";
- sha256 = "1i733wjvpd6lhdnwr8w2k0c8s7v7r9ivsmxxgdndlhdnkm17ca5j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9cc47c05fb0d282531c9560252090586e9f6196e/recipes/emacsql-mysql";
- sha256 = "1c20zhpdzfqjds6kcjhiq1m5ch53fsx6n1xk30i35kkg1wxaaqzy";
- name = "recipe";
- };
- packageRequires = [ emacs emacsql ];
- meta = {
- homepage = "https://melpa.org/#/emacsql-mysql";
- license = lib.licenses.free;
- };
- }) {};
- emacsql-psql = callPackage ({ emacs
- , emacsql
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsql-psql";
- ename = "emacsql-psql";
- version = "3.0.0";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacsql";
- rev = "ea613c5191dcaa2583d3f7d5737b31bb88a07ed5";
- sha256 = "1i733wjvpd6lhdnwr8w2k0c8s7v7r9ivsmxxgdndlhdnkm17ca5j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9cc47c05fb0d282531c9560252090586e9f6196e/recipes/emacsql-psql";
- sha256 = "1aa1g9jyjmz6w0lmi2cf67926ad3xvs0qsg7lrccnllr9k0flly3";
- name = "recipe";
- };
- packageRequires = [ emacs emacsql ];
- meta = {
- homepage = "https://melpa.org/#/emacsql-psql";
- license = lib.licenses.free;
- };
- }) {};
- emacsql-sqlite = callPackage ({ emacs
- , emacsql
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsql-sqlite";
- ename = "emacsql-sqlite";
- version = "3.0.0";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacsql";
- rev = "62d39157370219a1680265fa593f90ccd51457da";
- sha256 = "0ghl3g8n8wlw8rnmgbivlrm99wcwn93bv8flyalzs0z9j7p7fdq9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3cfa28c7314fa57fa9a3aaaadf9ef83f8ae541a9/recipes/emacsql-sqlite";
- sha256 = "1y81nabzzb9f7b8azb9giy23ckywcbrrg4b88gw5qyjizbb3h70x";
- name = "recipe";
- };
- packageRequires = [ emacs emacsql ];
- meta = {
- homepage = "https://melpa.org/#/emacsql-sqlite";
- license = lib.licenses.free;
- };
- }) {};
- emacsshot = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emacsshot";
- ename = "emacsshot";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "marcowahl";
- repo = "emacsshot";
- rev = "eeb4bf9cc9d15250fc3c080492dd147ecd378bce";
- sha256 = "1wqxhdhblf0v32sk1q92hnsgzjl13vvwsh9l35mkfn8563ih6il5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/efdd85accc6053f92efcbfdb7ddc37b23a07a3b0/recipes/emacsshot";
- sha256 = "08xqx017yfizdj8wz7nbh9i7qpar6398sri78abzf78inv828s9j";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emacsshot";
- license = lib.licenses.free;
- };
- }) {};
- emamux = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emamux";
- ename = "emamux";
- version = "0.14";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-emamux";
- rev = "573dd1cf18584a1fd240efb16c7726b6fd790b73";
- sha256 = "19y69qw79miim9cz5ji54gwspjkcp9g2c1xr5s7jj2fiabnxax6b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6de1ed3dfccb9f7e7b8586e8334af472a4988840/recipes/emamux";
- sha256 = "1pg0gzi8rn0yafssrsiqdyj5dbfy984srq1r4dpp8p3bi3n0fkfz";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/emamux";
- license = lib.licenses.free;
- };
- }) {};
- emaps = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emaps";
- ename = "emaps";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "GuiltyDolphin";
- repo = "emaps";
- rev = "823b8f72e6459c9f1a5dd62451ee4005ef71d955";
- sha256 = "1g9637j8f65q3l6k4aw5p847m891irh74kg3pa2p9w0ppsa6n3jm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4faeda02aabc0b6c5003cdf5d1fdfca0fd71b0d7/recipes/emaps";
- sha256 = "151rh6lyqi0ps2w022shzjj67nkg6y4m1nfj90qyc7jgl64qb9qw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emaps";
- license = lib.licenses.free;
- };
- }) {};
- embrace = callPackage ({ cl-lib ? null
- , expand-region
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "embrace";
- ename = "embrace";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "embrace.el";
- rev = "dd5da196e5bcc5e6d87e1937eca0c21da4334ef2";
- sha256 = "1m0qyipkp5ydgcav8d0m58fbj1gilipbj7g8mg40iajr8wfqcjdc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8f07e3b5ba4ec4b0b79fba5a2cca5a3986218b6/recipes/embrace";
- sha256 = "1w9zp9n91703d6jd4adl2xk574wsr7fm2a9v32b1i9bi3hr0hdjc";
- name = "recipe";
- };
- packageRequires = [ cl-lib expand-region ];
- meta = {
- homepage = "https://melpa.org/#/embrace";
- license = lib.licenses.free;
- };
- }) {};
- emidje = callPackage ({ cider
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "emidje";
- ename = "emidje";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "nubank";
- repo = "emidje";
- rev = "e3ab498a21cefae2690b9bcf3f125517a6b984cc";
- sha256 = "004f4dqcw6m473hxj0zll9nwl4iq652d1fymcn2id0p42l7cf2kv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d64b3b42b4b9acd3e9d84921df287f3217db83e/recipes/emidje";
- sha256 = "1p2aa4wl2465gm7ljgr5lbvxfgx0g1w1170zdv3596hi07mccabs";
- name = "recipe";
- };
- packageRequires = [ cider emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/emidje";
- license = lib.licenses.free;
- };
- }) {};
- emmet-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emmet-mode";
- ename = "emmet-mode";
- version = "1.0.8";
- src = fetchFromGitHub {
- owner = "smihica";
- repo = "emmet-mode";
- rev = "bf76d717c60f33d223cdac35513105e9f9244885";
- sha256 = "1dsa85bk33j90h1ypaz1ylqh9yp2xvlga237h3kwa5y3sb0d5ydi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/emmet-mode";
- sha256 = "0wjv4hqddjvbdrmsxzav5rpwnm2n6lr86jzkrnav8f2kyzypdsnr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emmet-mode";
- license = lib.licenses.free;
- };
- }) {};
- emms = callPackage ({ cl-lib ? null
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms";
- ename = "emms";
- version = "5.2";
- src = fetchgit {
- url = "https://git.savannah.gnu.org/git/emms.git";
- rev = "2253146e5607e12f62b0c1c474fded1219da2d5d";
- sha256 = "0r0ai788mn5f3kf5wrp6jywncl2z3gpjif41pm5m0892y7l0vh9i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/emms";
- sha256 = "1xpry8h96gvjnc0v8x0vk5dnmlq1r7m3ljpampdwv9pfwl95fh94";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/emms";
- license = lib.licenses.free;
- };
- }) {};
- emms-mode-line-cycle = callPackage ({ emacs
- , emms
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms-mode-line-cycle";
- ename = "emms-mode-line-cycle";
- version = "0.2.5";
- src = fetchFromGitHub {
- owner = "momomo5717";
- repo = "emms-mode-line-cycle";
- rev = "2c2f395e484a1d345050ddd61ff5fab71a92a6bc";
- sha256 = "0q80f0plch6k4lhs8c9qm3mfycfbp3kn5sjrk9zxgxwnn901y9mp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dab676acd774616a32a0373f30647f3cb4522afc/recipes/emms-mode-line-cycle";
- sha256 = "1jdmfh1i9v84iy7bj2dbc3s2wfzkrby3pabd99gnqzd9gn1cn8ca";
- name = "recipe";
- };
- packageRequires = [ emacs emms ];
- meta = {
- homepage = "https://melpa.org/#/emms-mode-line-cycle";
- license = lib.licenses.free;
- };
- }) {};
- emms-player-simple-mpv = callPackage ({ cl-lib ? null
- , emacs
- , emms
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms-player-simple-mpv";
- ename = "emms-player-simple-mpv";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "momomo5717";
- repo = "emms-player-simple-mpv";
- rev = "bcc056364df5f405716006a8b7bb90102a57f62f";
- sha256 = "0kz31qsn3nrpi8r31nlxlkkkah0qcdkq9a9i9ypv4ky7pvnzx6m5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/emms-player-simple-mpv";
- sha256 = "1lv1rhd5vya068mnnaysfh56raar79hf2g413ysrk3yhyajk6316";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs emms ];
- meta = {
- homepage = "https://melpa.org/#/emms-player-simple-mpv";
- license = lib.licenses.free;
- };
- }) {};
- emms-state = callPackage ({ emms
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emms-state";
- ename = "emms-state";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "emms-state.el";
- rev = "77930300222333b71eafd495cc1fee3a3585eb23";
- sha256 = "1kipxa9ax8zi9qqk19mknpg7nnlzgr734kh9bnklydipwnsy00pi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8f2798e22c6ccbadf73e65d8a8d901e47f55cb83/recipes/emms-state";
- sha256 = "080y02hxxqfn0a0dhq5vm0r020v2q3h1612a2zkq5fxi8ssvhp9i";
- name = "recipe";
- };
- packageRequires = [ emms ];
- meta = {
- homepage = "https://melpa.org/#/emms-state";
- license = lib.licenses.free;
- };
- }) {};
- emoji-cheat-sheet-plus = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emoji-cheat-sheet-plus";
- ename = "emoji-cheat-sheet-plus";
- version = "1.2.1";
- src = fetchFromGitHub {
- owner = "syl20bnr";
- repo = "emacs-emoji-cheat-sheet-plus";
- rev = "96a003127d646a2683d81ca906a17eace0a6413e";
- sha256 = "1rk7am0xvpnv98yi7a62wlyh576md4n2ddj7nm201bjd4wdl2yxk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ffbfae9577673ef8d50b55624f94288e315deba4/recipes/emoji-cheat-sheet-plus";
- sha256 = "1ciwlbw0ihm0p5gnnl3safcj7dxwiy53bkj8cmw3i334al0gjnnv";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/emoji-cheat-sheet-plus";
- license = lib.licenses.free;
- };
- }) {};
- emoji-fontset = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "emoji-fontset";
- ename = "emoji-fontset";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "emoji-fontset.el";
- rev = "e460c9a08e48ec4103e38a7a04acae20880149a9";
- sha256 = "0xdlqsrwdf0smi5z9rjj46nwrrfpl0gzanf0jmdg8zzn62l6ldck";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/60df435eb82fcc9a8a02a0a271bb6a2d5a161bc4/recipes/emoji-fontset";
- sha256 = "19affsvlm1rzrzdh1k6xsv79icdkzx4izxivrd2ia6y2wcg9wc5d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/emoji-fontset";
- license = lib.licenses.free;
- };
- }) {};
- emojify = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "emojify";
- ename = "emojify";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "iqbalansari";
- repo = "emacs-emojify";
- rev = "302d16e9bac72faf94984e0c48ecd0e4b8d66738";
- sha256 = "1fqnj5x7ivjkm5y927dqqnm85q5hzczlb0hrfpjalrhasa6ijsrm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/488d2751b5fd3bf00f5a6f0545530f44563b86d7/recipes/emojify";
- sha256 = "1sgd32qm43hwby75a9q2pz1yfzj988i35d8p9f18zvbxypy7b2yp";
- name = "recipe";
- };
- packageRequires = [ emacs ht seq ];
- meta = {
- homepage = "https://melpa.org/#/emojify";
- license = lib.licenses.free;
- };
- }) {};
- emr = callPackage ({ cl-lib ? null
- , clang-format
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , iedit
- , lib
- , list-utils
- , melpaBuild
- , paredit
- , popup
- , projectile
- , s }:
- melpaBuild {
- pname = "emr";
- ename = "emr";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "emacs-refactor";
- rev = "d7ffe197a617099f673bf3c5f9eb067b8037c8eb";
- sha256 = "19xz5srffyy7kfpa11sqzfb775vkna486q8kdmh4m16fs2am48zx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/emr";
- sha256 = "02a7yzv6vxdazi26wk1ijadrjffd4iaf1abhpv642xib86pgpfd6";
- name = "recipe";
- };
- packageRequires = [
- cl-lib
- clang-format
- dash
- emacs
- iedit
- list-utils
- paredit
- popup
- projectile
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/emr";
- license = lib.licenses.free;
- };
- }) {};
- engine-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "engine-mode";
- ename = "engine-mode";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "hrs";
- repo = "engine-mode";
- rev = "243d04691475b47a4453ad7106d8268ca14d9f28";
- sha256 = "02xas46nl28mascqsyr1zcd4hn15bh0fjv2xlxv1kmrj0pis94ml";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ea1b5dfb6628cf17e77369f25341835aad425f54/recipes/engine-mode";
- sha256 = "1gg7i93163m7k7lr3pnal1svymnhzwrfpfcdc0798d7ybv26gg8c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/engine-mode";
- license = lib.licenses.free;
- };
- }) {};
- enh-ruby-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "enh-ruby-mode";
- ename = "enh-ruby-mode";
- version = "20190408";
- src = fetchFromGitHub {
- owner = "zenspider";
- repo = "enhanced-ruby-mode";
- rev = "5c5ea7532bfff3c12c2a554d68c5def1dd984a40";
- sha256 = "1asr52rg3230avq2bwl06nnrgkym98i7gas0xrs2vqyyaxbcpb1h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cd1ac1ce69b77b11f34c4175611a852e7ec0806c/recipes/enh-ruby-mode";
- sha256 = "0r486yajjf7vsaz92ypxpfmz2nsvw9giffpxb9szj7fcry3nfdns";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/enh-ruby-mode";
- license = lib.licenses.free;
- };
- }) {};
- enlive = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "enlive";
- ename = "enlive";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "zweifisch";
- repo = "enlive";
- rev = "60facaf8bc48b660d209551c0ce4d17e5c907ab8";
- sha256 = "08j6b79vy8ry4ad1abk3hvxjbb4ylrhkvrbrnq1gcikl4h1p2v63";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/388fa2580e687d9608b11cdc069841831b414b29/recipes/enlive";
- sha256 = "1dyayk37zik12qfh8zbjmhsch64yqsx3acrlm7hcnavx465hmhnz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/enlive";
- license = lib.licenses.free;
- };
- }) {};
- enotify = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "enotify";
- ename = "enotify";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "laynor";
- repo = "enotify";
- rev = "6bbd67c5e469d5613d9a8d60b0e13612df265c35";
- sha256 = "1yxw1x4xixxj16pm4a4vk062hr50aaqidh91aljrx0jhv0akybdw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f10631b740eea56e7209d7e84f0da8613274ef1d/recipes/enotify";
- sha256 = "0mii6m6zw9y8njgzi79rcf1n251iw7qz3yqjjij3c19rk3zpm5qi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/enotify";
- license = lib.licenses.free;
- };
- }) {};
- ensime = callPackage ({ company
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , s
- , sbt-mode
- , scala-mode
- , yasnippet }:
- melpaBuild {
- pname = "ensime";
- ename = "ensime";
- version = "2.0.2";
- src = fetchFromGitHub {
- owner = "ensime";
- repo = "ensime-emacs";
- rev = "3d3ab18436ad6089496b3bce1d49c64a86965431";
- sha256 = "0p821zwpiznjh736af5avnx9abssx0zbb9xhs74yhh1mcdi1whq7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/502faab70af713f50dd8952be4f7a5131075e78e/recipes/ensime";
- sha256 = "1d8y72l7bh93x9zdj3d3qjhrrzr804rgi6kjifyrin772dffjwby";
- name = "recipe";
- };
- packageRequires = [
- company
- dash
- popup
- s
- sbt-mode
- scala-mode
- yasnippet
- ];
- meta = {
- homepage = "https://melpa.org/#/ensime";
- license = lib.licenses.free;
- };
- }) {};
- eopengrok = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "eopengrok";
- ename = "eopengrok";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "youngker";
- repo = "eopengrok.el";
- rev = "7c61cb06972708665f8e2921e6b9e7234e75cc24";
- sha256 = "1r70k8ckfwdhya0zb2w5whpqvl8jx6w7i04vws99rzdw08ashack";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2b87ea158a6fdbc6b4e40fd7c0f6814d135f8545/recipes/eopengrok";
- sha256 = "0756x78113286hwk1i1m5s8xq04gh7zxb4fkmw58lg2ssff8q6av";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash magit s ];
- meta = {
- homepage = "https://melpa.org/#/eopengrok";
- license = lib.licenses.free;
- };
- }) {};
- epc = callPackage ({ concurrent
- , ctable
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "epc";
- ename = "epc";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-epc";
- rev = "16e975efad63093a1f1f7b59f8fda5a3cf34f2a0";
- sha256 = "0smk23f23jdnvmrisj5d4isna36sr15bbvh53dq5261y8ddxlkvw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bc29a8d518ce7a584277089bd4654f52ac0f358/recipes/epc";
- sha256 = "1l9rcx07pa4b9z5654gyw6b64c95lcigzg15amphwr56v2g3rbzx";
- name = "recipe";
- };
- packageRequires = [ concurrent ctable ];
- meta = {
- homepage = "https://melpa.org/#/epc";
- license = lib.licenses.free;
- };
- }) {};
- epkg = callPackage ({ closql
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "epkg";
- ename = "epkg";
- version = "3.2.1";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "epkg";
- rev = "1aaa64402bf91575ee81bf240c4c52320f68088d";
- sha256 = "0ij44yp72y1flcjp2q6yfbrnr4bnzjflgcsksl3djr9nhb73cd5a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2df16abf56e53d4a1cc267a78797419520ff8a1c/recipes/epkg";
- sha256 = "0vvkjjaffvwvsvld3c6hwd18icmp2lc7f9yqvclifpadi98dhpww";
- name = "recipe";
- };
- packageRequires = [ closql dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/epkg";
- license = lib.licenses.free;
- };
- }) {};
- epl = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "epl";
- ename = "epl";
- version = "0.9";
- src = fetchFromGitHub {
- owner = "cask";
- repo = "epl";
- rev = "fd906d3f92d58ecf24169055744409886ceb06ce";
- sha256 = "0d3z5z90ln8ipk1yds1n1p8fj9yyh2kpspqjs7agl38indra3nb4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c6cf24e86d8865bd2e4b405466118de1894851f/recipes/epl";
- sha256 = "0zr3r2hn9jaxscrl83hyixznb8l5dzfr6fsac76aa8x12xgsc5hn";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/epl";
- license = lib.licenses.free;
- };
- }) {};
- epm = callPackage ({ emacs
- , epl
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "epm";
- ename = "epm";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "epm";
- rev = "6375ddbf93c5f25647f6ebb25b54045b3c93a5be";
- sha256 = "1m0l0szrwljzsch4xj9a42nflpqfii68g8clizsjwv323h6xff4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e12e8ae2e8e8aff7cbd75a951dd328cb9ccf58b0/recipes/epm";
- sha256 = "0k94qhzxjzw5d0c53jnyx1xfciwr9qib845awyjaybzzs34s8r08";
- name = "recipe";
- };
- packageRequires = [ emacs epl ];
- meta = {
- homepage = "https://melpa.org/#/epm";
- license = lib.licenses.free;
- };
- }) {};
- erc-crypt = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-crypt";
- ename = "erc-crypt";
- version = "1.7";
- src = fetchFromGitHub {
- owner = "atomontage";
- repo = "erc-crypt";
- rev = "1c8b1caed52a5994aab8bd4dd196881ed537d3aa";
- sha256 = "0w1b4pqipzdlkak9807k8xgzlc6vvni86ab92snm07909kby9xd0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1a71b46c0370d2ed25aa3f39983048a04576ad5/recipes/erc-crypt";
- sha256 = "1mzzqcxjnll4d9r9n5z80zfb3ywkd8jx6b49g02vwf1iak9h7hv3";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/erc-crypt";
- license = lib.licenses.free;
- };
- }) {};
- erc-hl-nicks = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-hl-nicks";
- ename = "erc-hl-nicks";
- version = "1.3.3";
- src = fetchFromGitHub {
- owner = "leathekd";
- repo = "erc-hl-nicks";
- rev = "756c4438a8245ccd3e389bf6c9850ee8453783ec";
- sha256 = "0c82rxpl5v7bbxirf1ksg06xv5xcddh8nkrpj7i6nvfarwdfnk4f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/erc-hl-nicks";
- sha256 = "03hxsknf31vrja2amfa317ig4c34i5jpdq35zczrp00ap0s31nbq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/erc-hl-nicks";
- license = lib.licenses.free;
- };
- }) {};
- erc-scrolltoplace = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , switch-buffer-functions }:
- melpaBuild {
- pname = "erc-scrolltoplace";
- ename = "erc-scrolltoplace";
- version = "0.1.0";
- src = fetchFromGitLab {
- owner = "jgkamat";
- repo = "erc-scrolltoplace";
- rev = "7539654e4a72edcc5bba07a101961e5bf0a9d449";
- sha256 = "11zpqwh1mlfifbgnvhc63bvnhg340jgxssm3m43hr1sxsyb52lh6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/848cb17d871287c401496e4483e400b44696e89d/recipes/erc-scrolltoplace";
- sha256 = "0632i1p26z3f633iinkqka0x2dd55x02xidk9qr66jh0dzfs6q3i";
- name = "recipe";
- };
- packageRequires = [ emacs switch-buffer-functions ];
- meta = {
- homepage = "https://melpa.org/#/erc-scrolltoplace";
- license = lib.licenses.free;
- };
- }) {};
- erc-twitch = callPackage ({ erc ? null
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-twitch";
- ename = "erc-twitch";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "vibhavp";
- repo = "erc-twitch";
- rev = "6938191c787d66fef4c13674e0a98a9d64eff364";
- sha256 = "1xsxykmhz34gmyj4jb26qfai7j95kzlc7vfydrajc6is7xlrwhfk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/46f8640b24bade45cc729eeb370adf959f99526f/recipes/erc-twitch";
- sha256 = "08vlwcxrzc2ndm52112z1r0qnz6jlmjhiwq2j3j59fbw82ys61ia";
- name = "recipe";
- };
- packageRequires = [ erc json ];
- meta = {
- homepage = "https://melpa.org/#/erc-twitch";
- license = lib.licenses.free;
- };
- }) {};
- erc-youtube = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erc-youtube";
- ename = "erc-youtube";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "kidd";
- repo = "erc-youtube.el";
- rev = "97054ba8475b442e2aa81e5a291f668b7f28697f";
- sha256 = "0kh4amx3l3a14qaiyvjyak1jbybs6n49mdvzjrd1i2vd1y74zj5w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a80ee9617a30a8ad1d457a0b0c7f35e6ec1c0bb2/recipes/erc-youtube";
- sha256 = "12ylxkskkgfv5x7vlkib963ichb3rlmdzkf4zh8a39cgl8wsmacx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/erc-youtube";
- license = lib.licenses.free;
- };
- }) {};
- ercn = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ercn";
- ename = "ercn";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "leathekd";
- repo = "ercn";
- rev = "73b00dadf83b97dd9edd8381a4b27f583c08b7f6";
- sha256 = "19jninbf0dhdw3kn4d38bxmklg0v7sh3m9dwj6z69w99r5pcw480";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a12f264653d79224adeb5d0ae76518dc408ff1e9/recipes/ercn";
- sha256 = "0yvis02bypw6v1zv7i326y8s6j0id558n0bdri52hr5pw85imnlp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ercn";
- license = lib.licenses.free;
- };
- }) {};
- eredis = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eredis";
- ename = "eredis";
- version = "0.9.6";
- src = fetchFromGitHub {
- owner = "justinhj";
- repo = "eredis";
- rev = "cfbfc25832f6fbc507bdd56b02e3a0b851a3c368";
- sha256 = "1f2f57c0bz3c6p11hr69aar6z5gg33zvfvsm76ma11vx21qilz6i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63f06713d06911f836fe2a4bf199b0794ac89cf0/recipes/eredis";
- sha256 = "087lln2izn5bv7bprmbaciivf17vv4pz2cjl91hy2f0sww6nsiw8";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/eredis";
- license = lib.licenses.free;
- };
- }) {};
- erefactor = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erefactor";
- ename = "erefactor";
- version = "0.7.0";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-erefactor";
- rev = "fde3fd42c815c76e8015f69518a92f6bfcfde990";
- sha256 = "17i567nfm0rykimh6bpcc5f2l7wsf8zcdy2jzd7sgrl54dvb0g9i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18063e16a6f556b1871e1a5b74e353a85a794e63/recipes/erefactor";
- sha256 = "0ma9sbrq4n8y5w7vvbhhgmw25aiykbq5yhxzm0knj32bgpviprw7";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/erefactor";
- license = lib.licenses.free;
- };
- }) {};
- ergoemacs-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , undo-tree }:
- melpaBuild {
- pname = "ergoemacs-mode";
- ename = "ergoemacs-mode";
- version = "5.16.10.12";
- src = fetchFromGitHub {
- owner = "ergoemacs";
- repo = "ergoemacs-mode";
- rev = "ac70b2563fb6e3d69ea382fddc87b5721c20c292";
- sha256 = "0ydxyylijdd6da4n9by441352shphrpfyk2631ld5aq3gz27z9gi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/02920517987c7fc698de9952cbb09dfd41517c40/recipes/ergoemacs-mode";
- sha256 = "0h99m0n3q41lw5fm33pc1405lrxyc8rzghnc6c7j4a6gr1d82s62";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs undo-tree ];
- meta = {
- homepage = "https://melpa.org/#/ergoemacs-mode";
- license = lib.licenses.free;
- };
- }) {};
- erlang = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erlang";
- ename = "erlang";
- version = "22.0.2";
- src = fetchFromGitHub {
- owner = "erlang";
- repo = "otp";
- rev = "e3ca92be9f1945f50ef84631a826b431bad2bfe6";
- sha256 = "14sbwlvn4nb33xrss9x3dn74nkzmr1gss029aycfd8sjclyzv1zn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d9cd526f43981e0826af59cdc4bb702f644781d9/recipes/erlang";
- sha256 = "1cs768xxbyrr78ln50k4yknmpbcc1iplws3k07r0gx5f3ca73iaq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/erlang";
- license = lib.licenses.free;
- };
- }) {};
- erlstack-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "erlstack-mode";
- ename = "erlstack-mode";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "k32";
- repo = "erlstack-mode";
- rev = "07398e929978b0eaf2bf119e97cba7b9f9e90d2a";
- sha256 = "1gf9k3z9v1s7d01s551ys87j05xh3lpnvv86dq86rz8xinc09kac";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ee61c1c5f116082b37fb13d15052ed9bbbc1dac/recipes/erlstack-mode";
- sha256 = "0b7mj0rs8k3hdv4v3v5vmdqs0y26mss7dzc0sjjxj4d095yddqqf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/erlstack-mode";
- license = lib.licenses.free;
- };
- }) {};
- ert-async = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ert-async";
- ename = "ert-async";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "ert-async.el";
- rev = "f64a7ed5b0d2900c9a3d8cc33294bf8a79bc8526";
- sha256 = "0hn9i405nfhjd1h9vnwj43nxbbz00khrwkjq0acfyxjaz1shfac9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ec669e3fc73b0b499b84cec87d0f8621274732e/recipes/ert-async";
- sha256 = "004798ckri5j72j0xvzkyciss1iz4lw9gya2749hkjxlamg14cn5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ert-async";
- license = lib.licenses.free;
- };
- }) {};
- ert-junit = callPackage ({ emacs
- , ert ? null
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ert-junit";
- ename = "ert-junit";
- version = "0.4.0";
- src = fetchgit {
- url = "https://bitbucket.org/olanilsson/ert-junit";
- rev = "b0649e94460aff5176dee5b33f28946bffb602d5";
- sha256 = "0hj85hz4s1q4dalinhgahn8jn97s2pdpv41d9qqbvbdzwhhw2mrk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/27c627eacab54896a1363dbabc56250a65343dd8/recipes/ert-junit";
- sha256 = "0bv22mhh1ahbjwi6s1csxkh11dmy0srabkddjd33l4havykxlg6g";
- name = "recipe";
- };
- packageRequires = [ emacs ert ];
- meta = {
- homepage = "https://melpa.org/#/ert-junit";
- license = lib.licenses.free;
- };
- }) {};
- ert-runner = callPackage ({ ansi
- , commander
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , shut-up }:
- melpaBuild {
- pname = "ert-runner";
- ename = "ert-runner";
- version = "0.7.0";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "ert-runner.el";
- rev = "00056c37817f15b1870ccedd13cedf102e3194dd";
- sha256 = "0rdgdslspzb4s0n4a68hnwfm8vm8baasa8nzrdinf0nryn7rrhbf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a1acc68f296e80b6ed99a1783e9f67be54ffac9/recipes/ert-runner";
- sha256 = "0fnb8rmjr5lvc3dq0fnyxhws8ync1lj5xp8ycs63z4ax6gmdqr48";
- name = "recipe";
- };
- packageRequires = [ ansi commander dash f s shut-up ];
- meta = {
- homepage = "https://melpa.org/#/ert-runner";
- license = lib.licenses.free;
- };
- }) {};
- es-lib = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "es-lib";
- ename = "es-lib";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "es-lib";
- rev = "753b27363e39c10edc9e4e452bdbbbe4d190df4a";
- sha256 = "0jq4yp80wiphlpsc0429rg8n50g8l4lf78q0l3nywz2p93smjy9b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f10631b740eea56e7209d7e84f0da8613274ef1d/recipes/es-lib";
- sha256 = "0mwvgf5385qsp91zsdw75ipif1h90xy277xdmrpwixsxd7abbn0n";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/es-lib";
- license = lib.licenses.free;
- };
- }) {};
- es-mode = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , spark }:
- melpaBuild {
- pname = "es-mode";
- ename = "es-mode";
- version = "4.3.0";
- src = fetchFromGitHub {
- owner = "dakrone";
- repo = "es-mode";
- rev = "996730ebce57d810d2c275c7fadb11c2b1134dea";
- sha256 = "1qhfnd5anp5qrmravv7ks5ix763xnki2f5jwcyj70qyxwr0l60cg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9912193f73c4beae03b295822bf41cb2298756e2/recipes/es-mode";
- sha256 = "0zp84k5idqkrvc9qci49ains0b86kpk97lk1jcwyj75s4xsfyp1y";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash spark ];
- meta = {
- homepage = "https://melpa.org/#/es-mode";
- license = lib.licenses.free;
- };
- }) {};
- es-windows = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "es-windows";
- ename = "es-windows";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "es-windows";
- rev = "7ebe6c6e0831373847d7adbedeaa2e506b54b2af";
- sha256 = "0cjchwrhk7bw87bg10zgcwkga50rvs0jn5v2jf6bbsxbcqx2nfc9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/944d4cd54e040d2a58e1778cb282727deee83f92/recipes/es-windows";
- sha256 = "112ngkan0hv3y7m71479f46x5gwdmf0vhbqrzs5kcjwlacqlrahx";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/es-windows";
- license = lib.licenses.free;
- };
- }) {};
- esa = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esa";
- ename = "esa";
- version = "0.8.13";
- src = fetchFromGitHub {
- owner = "nabinno";
- repo = "esa.el";
- rev = "0f69f9f45ac15018c48853509ac38e68286f9c0e";
- sha256 = "0cairmqsaghl2ddb2v8zhcwy5ik756m7gkair8xrbigz4jklpcv9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/esa";
- sha256 = "0y4mbq0z6vp0faxq6dq5hhxnsbi685amxqbvpxkxahl1nckp76lb";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/esa";
- license = lib.licenses.free;
- };
- }) {};
- esh-autosuggest = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esh-autosuggest";
- ename = "esh-autosuggest";
- version = "2.0.1";
- src = fetchFromGitHub {
- owner = "dieggsy";
- repo = "esh-autosuggest";
- rev = "a6d5eb3337d010bd2a2d677ff304cd53adc291a0";
- sha256 = "0l2nnlr3b6df1xn0qjf5d5ryy1wcs1jczyfy795vsasd5gm3g0xh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc3776068d6928fc1661a27cccaeb8fb85577099/recipes/esh-autosuggest";
- sha256 = "1rcng1dhy4yw95qg909ck33svpdxhv9v5k7226d29gp4y54dwyrx";
- name = "recipe";
- };
- packageRequires = [ company emacs ];
- meta = {
- homepage = "https://melpa.org/#/esh-autosuggest";
- license = lib.licenses.free;
- };
- }) {};
- esh-help = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esh-help";
- ename = "esh-help";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "tom-tan";
- repo = "esh-help";
- rev = "8a8a9d4d9852f8bd96da3b94e95ff57097ac8ec6";
- sha256 = "02fybhmqm2qmy5qdig7xvwxazqi499pw32kh5mrsbdr14srg9fhs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ab94c66d1ed7cfdbc437ee239984ba70408fd28a/recipes/esh-help";
- sha256 = "1k925wmn8jy9rxxsxxawasxq6r4yzwl116digdx314gd3i04sh3w";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/esh-help";
- license = lib.licenses.free;
- };
- }) {};
- eshell-autojump = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-autojump";
- ename = "eshell-autojump";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "eshell-autojump";
- rev = "c0866d7f2789831665ebb01b812bae89d085bff0";
- sha256 = "0nkmwwx224r50y2xnrz3v26l3ngqshvy5hs861gy4zagwllqfmvc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68bd1a8ec9d17eff2d23e15b3686f7c0b8723126/recipes/eshell-autojump";
- sha256 = "09l2680hknmdbwr4cncv1v4b0adik0c3sm5i9m3qbwyyxm8m41i5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eshell-autojump";
- license = lib.licenses.free;
- };
- }) {};
- eshell-bookmark = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-bookmark";
- ename = "eshell-bookmark";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "eshell-bookmark";
- rev = "deda4b848b2fb979dbe73ead2cb866610e3596ed";
- sha256 = "14dmsnixf9vqdhsixw693sml0fn80zcf0b37z049fb40cmppqxdw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e7bf4702a907727990fcc676980f2b219e22ab0c/recipes/eshell-bookmark";
- sha256 = "1bybxlq1h5chrjxqjb23kq8dmgw2xrjwkrnvpbphblqzpdy5ck0s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/eshell-bookmark";
- license = lib.licenses.free;
- };
- }) {};
- eshell-did-you-mean = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-did-you-mean";
- ename = "eshell-did-you-mean";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "eshell-did-you-mean";
- rev = "7cb6ef8e2274d0a50a9e114d412307a6543533d5";
- sha256 = "0v0wshck5n4hspcv1zk1g2nm6xiigcjp16lx0dc8wzkl6ymljvbg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a7649eca21a21ddbbc7131f29cbbd91a00a84060/recipes/eshell-did-you-mean";
- sha256 = "1z1wpn3sj1gi5nn0a71wg0i3av0dijnk79dc32zh3qlh500kz8mz";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/eshell-did-you-mean";
- license = lib.licenses.free;
- };
- }) {};
- eshell-git-prompt = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-git-prompt";
- ename = "eshell-git-prompt";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "eshell-git-prompt";
- rev = "b6bb2d7bd4e393b4170b29891cfefb72ae020aab";
- sha256 = "02i00an9wa8ns66xq900la68m7pd4hwv95g83cvf22bypivx7p2y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5272280b19579c302ba41b53c77e42bc5e8ccbda/recipes/eshell-git-prompt";
- sha256 = "0a8pyppqvnavvb8rwsjxagb76hra9zhs5gwa0ylyznmql83f8w8s";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/eshell-git-prompt";
- license = lib.licenses.free;
- };
- }) {};
- eshell-prompt-extras = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-prompt-extras";
- ename = "eshell-prompt-extras";
- version = "0.96";
- src = fetchFromGitHub {
- owner = "kaihaosw";
- repo = "eshell-prompt-extras";
- rev = "7581c109673c40aceff278cd524273f50ffe170d";
- sha256 = "1m1jisjz974cfz89i6l2zq666yzhsqipc6dmqlrm8mw81fxsfm1h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/eshell-prompt-extras";
- sha256 = "0zkdb9a8dibk832b5hzb6wjich3l0lah5p64805rgd4qskzj10gx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eshell-prompt-extras";
- license = lib.licenses.free;
- };
- }) {};
- eshell-up = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-up";
- ename = "eshell-up";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "peterwvj";
- repo = "eshell-up";
- rev = "653121392acd607d5dfbca0832927e06806a2d39";
- sha256 = "05mfwp8zira7p2ip1rmqa08arlbkv7w1mbx7s5saj655scg7jaq3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/eshell-up";
- sha256 = "1jyaaw950isissjjgqflfn2bllgdfcyphpbi7il06mv9p0dzpwvy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/eshell-up";
- license = lib.licenses.free;
- };
- }) {};
- eshell-z = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eshell-z";
- ename = "eshell-z";
- version = "0.3.2";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "eshell-z";
- rev = "96ec3f5f8a801c893d2c6a6b140e333ef2bfd8b5";
- sha256 = "1aac4m814jgxwpz7lbyx5r4z5dmawp4sk7pwbx0zqpnbcsaq5wwc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8079cecaa59ad2ef22812960838123effc46a9b3/recipes/eshell-z";
- sha256 = "14ixazj0nscyqsdv7brqnfr0q8llir1pwb91yhl9jdqypmadpm6d";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/eshell-z";
- license = lib.licenses.free;
- };
- }) {};
- eslint-fix = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eslint-fix";
- ename = "eslint-fix";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "codesuki";
- repo = "eslint-fix";
- rev = "be90d1e78b1dfd43b6b3b1c06868539e2ac27d3a";
- sha256 = "1l7pm0ywjby0giilyn6qsz1zh54sgmvmii7y9jhrva13c5kgg9an";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/eslint-fix";
- sha256 = "0ry271jlv95nhdqx6qxmvkpa10lpwkg1q6asnliviwplq2mxw2da";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eslint-fix";
- license = lib.licenses.free;
- };
- }) {};
- eslintd-fix = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eslintd-fix";
- ename = "eslintd-fix";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "aaronjensen";
- repo = "eslintd-fix";
- rev = "97e8aa9b106e3e4b3a44c775ca972bdd2feda9ec";
- sha256 = "1g6bv58m1052x2f5ffs17ryyqv0ay8vii5bwqs7dyfhlpppsn6c8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c72d2b3ee9b8066d51d09e165e58e9846ca879cc/recipes/eslintd-fix";
- sha256 = "0lv4xpp9bm1yyn9mj7hpgw1v46yyxr0nlwggbav78jbg4v7ai04v";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/eslintd-fix";
- license = lib.licenses.free;
- };
- }) {};
- espuds = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "espuds";
- ename = "espuds";
- version = "0.3.3";
- src = fetchFromGitHub {
- owner = "ecukes";
- repo = "espuds";
- rev = "1405972873339e056517217136de4ad3202d744a";
- sha256 = "16r4j27j9yfdiy841w9q5ykkc6n3wrm7hvfacagb32mydk821ijg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/14cf66e6929db2a0f377612e786aaed9eb12b799/recipes/espuds";
- sha256 = "16yzw9l64ahf5v92jzb7vyb4zqxxplq6qh0y9rkfmvm59s4nhk6c";
- name = "recipe";
- };
- packageRequires = [ dash f s ];
- meta = {
- homepage = "https://melpa.org/#/espuds";
- license = lib.licenses.free;
- };
- }) {};
- ess = callPackage ({ fetchFromGitHub
- , fetchurl
- , julia-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ess";
- ename = "ess";
- version = "18.10.2";
- src = fetchFromGitHub {
- owner = "emacs-ess";
- repo = "ESS";
- rev = "d4cd65da6dbfabf37fc6c7a4c49fb49cf289a11c";
- sha256 = "1avhb5mr8yyaa8gqccf8ghbl36iff61ha6444myvgqszd2a6pd8q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/156a6fa9e6ee16174d215c1dcd524aff847b3bf0/recipes/ess";
- sha256 = "1psqrw9k7d2ha8zid2mkc6bgcyalrm3n53c00g3cgckkbahl7r6n";
- name = "recipe";
- };
- packageRequires = [ julia-mode ];
- meta = {
- homepage = "https://melpa.org/#/ess";
- license = lib.licenses.free;
- };
- }) {};
- ess-R-data-view = callPackage ({ ctable
- , ess
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "ess-R-data-view";
- ename = "ess-R-data-view";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "ess-R-data-view.el";
- rev = "d6e98d3ae1e2a2ea39a56eebcdb73e99d29562e9";
- sha256 = "1ya2ay52gkrd31pmw45ban8kkxgnzhhwkzkypwdhjfccq3ys835x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/492c90bd0ee97c0b895efa0c5e647b2becc6db11/recipes/ess-R-data-view";
- sha256 = "0r2fzwayf3yb7fqk6f31x4xfqiiczwik8qw4rrvkqx2h3s1kz7i0";
- name = "recipe";
- };
- packageRequires = [ ctable ess popup ];
- meta = {
- homepage = "https://melpa.org/#/ess-R-data-view";
- license = lib.licenses.free;
- };
- }) {};
- ess-smart-equals = callPackage ({ emacs
- , ess
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ess-smart-equals";
- ename = "ess-smart-equals";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "genovese";
- repo = "ess-smart-equals";
- rev = "746cf9e78c3b86cbbf78d69c335a8a4ff3da79d6";
- sha256 = "1by8bzw3yl86mqzh7lwz5dca243n956jnd2rz4vilpgbh5cka2l3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4403cf87e05311d7fe0360f35f9634b9fdfc6f81/recipes/ess-smart-equals";
- sha256 = "0mfmxmsqr2byj56psx4h08cjc2j3aac3xqr04yd47k2mlivnyrxp";
- name = "recipe";
- };
- packageRequires = [ emacs ess ];
- meta = {
- homepage = "https://melpa.org/#/ess-smart-equals";
- license = lib.licenses.free;
- };
- }) {};
- ess-smart-underscore = callPackage ({ ess
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ess-smart-underscore";
- ename = "ess-smart-underscore";
- version = "0.81";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "ess-smart-underscore.el";
- rev = "ed4b37e8976124a182196a721068a8e334b6aa97";
- sha256 = "00hkq5q1ra9mqjj08f357m1lg1wx1sj4nm0rb382vhf31mlj15m7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4d6166f5c80cf37c79256402fa633ad2274d065/recipes/ess-smart-underscore";
- sha256 = "01pki1xa8zpgvldcbjwg6vmslj7ddf44hsx976xipc95vrdk15r2";
- name = "recipe";
- };
- packageRequires = [ ess ];
- meta = {
- homepage = "https://melpa.org/#/ess-smart-underscore";
- license = lib.licenses.free;
- };
- }) {};
- esup = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esup";
- ename = "esup";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "jschaf";
- repo = "esup";
- rev = "53355b13dc9f1636ba681ffff830162ebbd3b223";
- sha256 = "1a4b8390azimlrr5ayxvaks1w7009vfbm56q11ybx00xxrd26v43";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9d2948a42da5d4864404d2d11a924a4f235fc3b/recipes/esup";
- sha256 = "0cv3zc2zzm38ki3kxq58g9sp4gsk3dffa398wky6z83a3zc02zs0";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/esup";
- license = lib.licenses.free;
- };
- }) {};
- esxml = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "esxml";
- ename = "esxml";
- version = "0.3.4";
- src = fetchFromGitHub {
- owner = "tali713";
- repo = "esxml";
- rev = "5548ceba17deae0c3c6d0092672edc4de3c75ce3";
- sha256 = "00vv8a75wdklygdyr4km9mc2ismxak69c45jmcny41xl44rp9x8m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db6556fe1b2403d1bcdade263986fd0faf0d9087/recipes/esxml";
- sha256 = "1375gryii984l33gc8f8yhl3vncjmw1w9k6xpvjgmnpx2fwr1vbq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/esxml";
- license = lib.licenses.free;
- };
- }) {};
- eterm-256color = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xterm-color }:
- melpaBuild {
- pname = "eterm-256color";
- ename = "eterm-256color";
- version = "0.3.13";
- src = fetchFromGitHub {
- owner = "dieggsy";
- repo = "eterm-256color";
- rev = "dab96af559deb443c4c9c00e23389926e1607192";
- sha256 = "0ysxblc90kjcz84siprnyxwh94scflivqbxylzkvjm7hbx93rsh1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e556383f7e18c0215111aa720d4653465e91eff6/recipes/eterm-256color";
- sha256 = "1mxc2hqjcj67jq5k4621a7f089qahcqw7f0dzqpaxn7if11w333b";
- name = "recipe";
- };
- packageRequires = [ emacs f xterm-color ];
- meta = {
- homepage = "https://melpa.org/#/eterm-256color";
- license = lib.licenses.free;
- };
- }) {};
- ethan-wspace = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ethan-wspace";
- ename = "ethan-wspace";
- version = "0.7.1";
- src = fetchFromGitHub {
- owner = "glasserc";
- repo = "ethan-wspace";
- rev = "14ae43130e019034367cd2b6e2bf9a067955dd33";
- sha256 = "19i8y8ys58mvzmz0ijcdv9nnrs3b85zbgl087d68734vhp73iy78";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9454f3a58e3416fa60d8411b0db19c408935408f/recipes/ethan-wspace";
- sha256 = "0k4kqkf5c6ysyhh1vpi9v4220yxm5ir3ippq2gmvvhnk77pg6hws";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ethan-wspace";
- license = lib.licenses.free;
- };
- }) {};
- eval-in-repl = callPackage ({ ace-window
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , paredit }:
- melpaBuild {
- pname = "eval-in-repl";
- ename = "eval-in-repl";
- version = "0.9.6";
- src = fetchFromGitHub {
- owner = "kaz-yos";
- repo = "eval-in-repl";
- rev = "7e2b42570b449b2a3c2922f3036a027d1e393a60";
- sha256 = "0x97flv356kd7j6wbhacz0lmsrdd9as87b0n6nliq5n0y30my8dy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0bee5fb7a7874dd20babd1de7f216c5bda3e0115/recipes/eval-in-repl";
- sha256 = "10h5vy9wdiqf9dgk1d1bsvp93y8sfcxghzg8zbhhn7m5cqg2wh63";
- name = "recipe";
- };
- packageRequires = [ ace-window dash paredit ];
- meta = {
- homepage = "https://melpa.org/#/eval-in-repl";
- license = lib.licenses.free;
- };
- }) {};
- eval-sexp-fu = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eval-sexp-fu";
- ename = "eval-sexp-fu";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "hchbaw";
- repo = "eval-sexp-fu.el";
- rev = "e1d7165383c941b3f11c2715707adc3d91d129a0";
- sha256 = "01mpnpgmlnfbi2yw9dxz5iw72mw3lk223bj172i4fnx3xdrrxbij";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b1a896521cac1f54f7571ad5837ff215d01044d/recipes/eval-sexp-fu";
- sha256 = "17cazf81z4cszflnfp66zyq2cclw5sp9539pxskdf267cf7r0ycs";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/eval-sexp-fu";
- license = lib.licenses.free;
- };
- }) {};
- evalator = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evalator";
- ename = "evalator";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "seanirby";
- repo = "evalator";
- rev = "edf3840f5aa025cf38d0c2677b2f88f59079409e";
- sha256 = "1a3y69s7lb24zdivxcpsjh9l6adxyjqxbpgradnj0q1n6kdyq679";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/544a503d72c0a501f9ca854cd11181a7783294a3/recipes/evalator";
- sha256 = "0k6alxwg89gc4v5m2bxmzmj7l6kywhbh4036xgz19q28xnlbr9xk";
- name = "recipe";
- };
- packageRequires = [ helm-core ];
- meta = {
- homepage = "https://melpa.org/#/evalator";
- license = lib.licenses.free;
- };
- }) {};
- evil = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , goto-chg
- , lib
- , melpaBuild
- , undo-tree }:
- melpaBuild {
- pname = "evil";
- ename = "evil";
- version = "1.2.14";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "evil";
- rev = "3766a521a60e6fb0073220199425de478de759ad";
- sha256 = "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/440482c0edac8ee8bd4fe22f6bc5c1607f34c7ad/recipes/evil";
- sha256 = "1d36r6mi5nvrwnk4a9338wmhr72fcbrwj0r8gmvivpjdngjy4k39";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs goto-chg undo-tree ];
- meta = {
- homepage = "https://melpa.org/#/evil";
- license = lib.licenses.free;
- };
- }) {};
- evil-anzu = callPackage ({ anzu
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-anzu";
- ename = "evil-anzu";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-evil-anzu";
- rev = "995141132bbf063fe568a6562bcf8bb8a827c784";
- sha256 = "04a66f5yq3zmdw5ids6dm0kzzk1ivqagbw17a5656gg0ahzpsppv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06b0609b56016d938b28d56d9eeb6305116b38af/recipes/evil-anzu";
- sha256 = "19cmc61l370mm4h2m6jw5pdcsvj4wcv9zpa8z7k1fjg57mwmmn70";
- name = "recipe";
- };
- packageRequires = [ anzu evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-anzu";
- license = lib.licenses.free;
- };
- }) {};
- evil-args = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-args";
- ename = "evil-args";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "wcsmith";
- repo = "evil-args";
- rev = "b554f83a31dd47cac9799725f379675f54ed0a6a";
- sha256 = "08743swy936v8fhbaplrr0wpwlp7vplvy2iwkh56p7gb5gqmlfli";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0976c82a22f1a8701b9da0b8ba4753ed48191376/recipes/evil-args";
- sha256 = "1bwdvf1i3jc77bw2as1wr1djm8z3a7wms60694xkyqh0m909hs2w";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-args";
- license = lib.licenses.free;
- };
- }) {};
- evil-colemak-basics = callPackage ({ emacs
- , evil
- , evil-snipe
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-colemak-basics";
- ename = "evil-colemak-basics";
- version = "2.1.0";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "evil-colemak-basics";
- rev = "7844079b47f47bb1dc24c885b0ac2e67524fa960";
- sha256 = "0phspmd31pcxana2lp6mqywmghhdpj6ydsrl1bjn4b1gcp1fqsy2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/945417d19faf492fb678aee3ba692d14e7518d85/recipes/evil-colemak-basics";
- sha256 = "1sbbli0hdmpc23f3g5n95svqfdg3rlvf71plyvpv1a6va9jhi83k";
- name = "recipe";
- };
- packageRequires = [ emacs evil evil-snipe ];
- meta = {
- homepage = "https://melpa.org/#/evil-colemak-basics";
- license = lib.licenses.free;
- };
- }) {};
- evil-collection = callPackage ({ cl-lib ? null
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-collection";
- ename = "evil-collection";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "evil-collection";
- rev = "733f8d0d289fcbb58705acd1049b618826a3c011";
- sha256 = "01hr5wf693s2djs6l83nfpq6wyyws99c5nwil6hpqhvrwp4f5h95";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fbc35279115f6fdf1ce7d1ecef3b413c7ca9c4f1/recipes/evil-collection";
- sha256 = "1l6x782ix873n90k9g00i9065h31dnhv07bgzrp28l7y7bivqwl7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-collection";
- license = lib.licenses.free;
- };
- }) {};
- evil-commentary = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-commentary";
- ename = "evil-commentary";
- version = "2.1.1";
- src = fetchFromGitHub {
- owner = "linktohack";
- repo = "evil-commentary";
- rev = "395f91014b69844b81660c155f42eb9b1b3d199d";
- sha256 = "0zjs9zyqfygnpxapvf0ymmiid40i06cxbhjzd81zw33nafgkf6r4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe5b05152c919d49ddd920b1bd5ffc351141fa0d/recipes/evil-commentary";
- sha256 = "151iiimmkpn58pl9zn40qssfahbrqy83axyl9dcd6kx2ywv5gcxz";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-commentary";
- license = lib.licenses.free;
- };
- }) {};
- evil-embrace = callPackage ({ emacs
- , embrace
- , evil-surround
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-embrace";
- ename = "evil-embrace";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "evil-embrace.el";
- rev = "8b2083c514af143f6d2f5d1cb4272c5bfb7437a3";
- sha256 = "1cplq9s3fw8nadcipjrix46jfcjbgg3xhz6d226wcqgmg90aclfn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d4886f068766514deab5673b4366d6bdd311e3b6/recipes/evil-embrace";
- sha256 = "10cfkksh3llyfk26x36b7ri0x6a6hrcv275pxk7ckhs1pyhb14y7";
- name = "recipe";
- };
- packageRequires = [ emacs embrace evil-surround ];
- meta = {
- homepage = "https://melpa.org/#/evil-embrace";
- license = lib.licenses.free;
- };
- }) {};
- evil-escape = callPackage ({ cl-lib ? null
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-escape";
- ename = "evil-escape";
- version = "3.14";
- src = fetchFromGitHub {
- owner = "syl20bnr";
- repo = "evil-escape";
- rev = "b4d44fc5015341e484495fc86b73d09b2ac062ec";
- sha256 = "0s8lmmm25qabicwaj9jybpbd8mkc62yl7jnhk1lpablydjkv3w2i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/evil-escape";
- sha256 = "0jiwsgcqw8m6z4z82gx0m0r0vbvkcxc0czhn4mqjwkhhglwzgi8l";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-escape";
- license = lib.licenses.free;
- };
- }) {};
- evil-iedit-state = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , iedit
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-iedit-state";
- ename = "evil-iedit-state";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "syl20bnr";
- repo = "evil-iedit-state";
- rev = "eab7d5e3e7d25c4a852fedb6c0c7f50dd9e9bd7c";
- sha256 = "0r9gif2sgf84z8qniz6chr32av9g2i38rlyms81m8ssghf0j86ss";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b0b6b7d09c023cfe34da65fa1eb8f3fdbe7b1290/recipes/evil-iedit-state";
- sha256 = "1dihyh7vqcp7kvfic613k7v33czr93hz04d635awrsyzgy8savhl";
- name = "recipe";
- };
- packageRequires = [ evil iedit ];
- meta = {
- homepage = "https://melpa.org/#/evil-iedit-state";
- license = lib.licenses.free;
- };
- }) {};
- evil-leader = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-leader";
- ename = "evil-leader";
- version = "0.4.3";
- src = fetchFromGitHub {
- owner = "cofi";
- repo = "evil-leader";
- rev = "753b01eb4958370ae2226b3780ff31fe157c2852";
- sha256 = "1k2zinchs0jjllp8zkpggckyy63dkyi5yig3p46vh4w45jdzysk5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/evil-leader";
- sha256 = "154s2nb170hzksmc87wnzlwg3ic3w3ravgsfvwkyfi2q285vmra6";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-leader";
- license = lib.licenses.free;
- };
- }) {};
- evil-lisp-state = callPackage ({ bind-map
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , smartparens }:
- melpaBuild {
- pname = "evil-lisp-state";
- ename = "evil-lisp-state";
- version = "8.2";
- src = fetchFromGitHub {
- owner = "syl20bnr";
- repo = "evil-lisp-state";
- rev = "3c65fecd9917a41eaf6460f22187e2323821f3ce";
- sha256 = "1n6r8xs670r5qp4b5f72nr9g8nlqcrx1v7yqqlbkgv8gns8n5xgh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/evil-lisp-state";
- sha256 = "16h6zi0kkq2zlrwqiz6avnw2ady3h9gmxyinvk5gbkskxf12d1pz";
- name = "recipe";
- };
- packageRequires = [ bind-map evil smartparens ];
- meta = {
- homepage = "https://melpa.org/#/evil-lisp-state";
- license = lib.licenses.free;
- };
- }) {};
- evil-magit = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "evil-magit";
- ename = "evil-magit";
- version = "0.4.2";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "evil-magit";
- rev = "a24186be7cc2cdab24b56f6dcc4665eeb8349c1a";
- sha256 = "12hr2w5r2hgagb3hqbi59v73rxpjml5prc3m7dw3wzsm0rf1rwh3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/50315ec837d2951bf5b2bb75809a35dd7ffc8fe8/recipes/evil-magit";
- sha256 = "02ncki7qrl22804576h76xl4d5lvvk32lzn9gvxn63hb19r0s980";
- name = "recipe";
- };
- packageRequires = [ evil magit ];
- meta = {
- homepage = "https://melpa.org/#/evil-magit";
- license = lib.licenses.free;
- };
- }) {};
- evil-mark-replace = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-mark-replace";
- ename = "evil-mark-replace";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "evil-mark-replace";
- rev = "56cf191724a3e82239ca47a17b071c20aedb0617";
- sha256 = "01hccc49xxb6lnzr0lwkkwndbk4sv0jyyz3khbcxsgkpzjiydihv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/evil-mark-replace";
- sha256 = "14j2d46288shlixb57nh5vlqdi3aiv20djvcbhiw1cm9ar2c3y4v";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-mark-replace";
- license = lib.licenses.free;
- };
- }) {};
- evil-matchit = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-matchit";
- ename = "evil-matchit";
- version = "2.3.0";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "evil-matchit";
- rev = "8fa4c1390d82036f9d51750eb6d3f054785cb396";
- sha256 = "0y6q42hml7jgf060d83m7hf270h01858g5kxw12na9n4r4jjpdg1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aeab4a998bffbc784e8fb23927d348540baf9951/recipes/evil-matchit";
- sha256 = "01z69n20qs4gngd28ry4kn825cax5km9hn96i87yrvq7nfa64swq";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-matchit";
- license = lib.licenses.free;
- };
- }) {};
- evil-mc = callPackage ({ cl-lib ? null
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-mc";
- ename = "evil-mc";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "gabesoft";
- repo = "evil-mc";
- rev = "be2259b8cedd62011b25ddbcc1774bbbe9a66c61";
- sha256 = "0p435ykkq41nksd40qczlhz6kvs2zpkxch661wy0w93wffwnq3b9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96770d778a03ab012fb82a3a0122983db6f9b0c4/recipes/evil-mc";
- sha256 = "0cq4xg6svb5gz4ra607wy768as2igla4h1xcrfnxldknk476fqqs";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-mc";
- license = lib.licenses.free;
- };
- }) {};
- evil-multiedit = callPackage ({ cl-lib ? null
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , iedit
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-multiedit";
- ename = "evil-multiedit";
- version = "1.3.9";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "evil-multiedit";
- rev = "cb35914ffabb4f65d22ab2f812ff6e7622cc5c26";
- sha256 = "19h3kqylqzbjv4297wkzzxdmn9yxbg6z4ga4ssrqri90xs7m3rw3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/997f5a6999d1add57fae33ba8eb3e3bc60d7bb56/recipes/evil-multiedit";
- sha256 = "0p02q9skqw2zhx7sfadqgs7vn518s72856962dam0xw4sqasplfp";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs evil iedit ];
- meta = {
- homepage = "https://melpa.org/#/evil-multiedit";
- license = lib.licenses.free;
- };
- }) {};
- evil-nerd-commenter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-nerd-commenter";
- ename = "evil-nerd-commenter";
- version = "3.3.7";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "evil-nerd-commenter";
- rev = "acc0f75cde9e4ffd946f7835c3b388fb77f633a7";
- sha256 = "1r8shfdddys9vqvrxf7s6z83ydqx9xhqs9sa7klbsajryqcp50b7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a3e1ff69e7cc95a5b5d628524ad836833f4ee736/recipes/evil-nerd-commenter";
- sha256 = "1pa5gh065hqn5mhs47qvjllwdwwafl0clk555mb6w7svq58r6i8d";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/evil-nerd-commenter";
- license = lib.licenses.free;
- };
- }) {};
- evil-numbers = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-numbers";
- ename = "evil-numbers";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "cofi";
- repo = "evil-numbers";
- rev = "8834eb2e8bd93561a706363946701d0d90546a9f";
- sha256 = "13jg2xbh4p02x1nj77b6csb93hh56c1nv8kslcq2hjj3caipk4m8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/evil-numbers";
- sha256 = "1lpmkklwjdf7ayhv99g9zh3l9hzrwm0hr0ijvbc7yz3n398zn1b2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/evil-numbers";
- license = lib.licenses.free;
- };
- }) {};
- evil-opener = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , opener }:
- melpaBuild {
- pname = "evil-opener";
- ename = "evil-opener";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "0robustus1";
- repo = "opener.el";
- rev = "c384f67278046fdcd220275fdd212ab85672cbeb";
- sha256 = "0gci909a2rbx5i8dyzyrcddwdic7nvpk6y6djvn521yaag4sq87h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/evil-opener";
- sha256 = "0cld853pyzlaa306rpypw2wm4953i6y06irlk96bql9aa1zx977g";
- name = "recipe";
- };
- packageRequires = [ evil opener ];
- meta = {
- homepage = "https://melpa.org/#/evil-opener";
- license = lib.licenses.free;
- };
- }) {};
- evil-org = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "evil-org";
- ename = "evil-org";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "Somelauw";
- repo = "evil-org-mode";
- rev = "2d7c58dbeca0d4ac7b4eab5f47b77946951f27e9";
- sha256 = "09l0ph9rc941kr718zq0dw27fq6l7rb0h2003ihw7q0a5yr8fpk7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1768558ed0a0249421437b66fe45018dd768e637/recipes/evil-org";
- sha256 = "18glpsnpxap4dvnvkl59h9pnwlp20libsfbbkmvrbzsvbdyspg6z";
- name = "recipe";
- };
- packageRequires = [ evil org ];
- meta = {
- homepage = "https://melpa.org/#/evil-org";
- license = lib.licenses.free;
- };
- }) {};
- evil-quickscope = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-quickscope";
- ename = "evil-quickscope";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "blorbx";
- repo = "evil-quickscope";
- rev = "37a20e4c56c6058abf186ad4013c155e695e876f";
- sha256 = "1ja9ggj70wf0nmma4xnc1zdzg2crq9h1cv3cj7cgwjmllflgkfq7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec118caf243c74d243f533c9e12f7de0d6c43bc4/recipes/evil-quickscope";
- sha256 = "0xym1mh4p68i00l1lshywf5fdg1vw3szxp3fk9fwfcg04z6vd489";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-quickscope";
- license = lib.licenses.free;
- };
- }) {};
- evil-replace-with-char = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-replace-with-char";
- ename = "evil-replace-with-char";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "ninrod";
- repo = "evil-replace-with-char";
- rev = "dddbbafdd620cc48dd0a257baf4010e1b415ebe8";
- sha256 = "0gcmva2q1bxqp3p8cl1nf19kh4nkgfdm64havyzhnkwq18q84pxi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0ac1b487e0fe193cc46c8b489686972ed6db3973/recipes/evil-replace-with-char";
- sha256 = "0lgazw53j44rc72czwqxs6yaz67l9i1v52wbi7l9w958fnjra84r";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-replace-with-char";
- license = lib.licenses.free;
- };
- }) {};
- evil-rsi = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-rsi";
- ename = "evil-rsi";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "linktohack";
- repo = "evil-rsi";
- rev = "236bf6ed1e2285698db808463e5f2f69f5f5e7c0";
- sha256 = "1xz629qv1ss1fap397k48piawcwl8lrybraq5449bw1vvn1a4d9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/24f438b47e8ede0ef84261424c122d2ac28b90cb/recipes/evil-rsi";
- sha256 = "0mc39n72420n36kwyf9zpw1pgyih0aigfnmkbywb0yxgj7myc345";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-rsi";
- license = lib.licenses.free;
- };
- }) {};
- evil-search-highlight-persist = callPackage ({ fetchFromGitHub
- , fetchurl
- , highlight
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-search-highlight-persist";
- ename = "evil-search-highlight-persist";
- version = "1.8";
- src = fetchFromGitHub {
- owner = "naclander";
- repo = "evil-search-highlight-persist";
- rev = "0e2b3d4e3dec5f38ae95f62519eb2736f73c0b85";
- sha256 = "1jfi2k9dm0cc9bx8klppm965ydhdw17a2n664199vhxrap6g27yk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f2e91974ddb219c88229782b70ade7e14f20c0b5/recipes/evil-search-highlight-persist";
- sha256 = "08l8ymrp9vkpwprq9gp4562yvcnd4hfc3z7n4n5lz7h6ffv3zym3";
- name = "recipe";
- };
- packageRequires = [ highlight ];
- meta = {
- homepage = "https://melpa.org/#/evil-search-highlight-persist";
- license = lib.licenses.free;
- };
- }) {};
- evil-smartparens = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , smartparens }:
- melpaBuild {
- pname = "evil-smartparens";
- ename = "evil-smartparens";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "expez";
- repo = "evil-smartparens";
- rev = "9fe4eed1c6327197afe6c13bb0771e18908aff00";
- sha256 = "1di4qz5fbrlwbg16c2j0m7y8zqfxw027qd7zqmc3rwk9znbhg7wl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/850898fbfc8e0aeb779e8feae56476d989110e79/recipes/evil-smartparens";
- sha256 = "1viwrd6gfqmwhlil80pk68dikn3cjf9ddsy0z781z3qfx0j35qza";
- name = "recipe";
- };
- packageRequires = [ emacs evil smartparens ];
- meta = {
- homepage = "https://melpa.org/#/evil-smartparens";
- license = lib.licenses.free;
- };
- }) {};
- evil-snipe = callPackage ({ cl-lib ? null
- , emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-snipe";
- ename = "evil-snipe";
- version = "2.0.8";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "evil-snipe";
- rev = "dc62ac317fd29f018e9785c1b3b7dd7ad57b3938";
- sha256 = "18j33smlajj7ynigfgm64z3kfys5idbxin2gd93civ2564n85r33";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6748f3febbe2f098761e967b4dc67791186d0aa7/recipes/evil-snipe";
- sha256 = "0gcmpjw3iw7rjk86b2k6clfigp48vakfjd1a9n8qramhnc85rgkn";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-snipe";
- license = lib.licenses.free;
- };
- }) {};
- evil-space = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-space";
- ename = "evil-space";
- version = "0.0.6";
- src = fetchFromGitHub {
- owner = "linktohack";
- repo = "evil-space";
- rev = "f77860fa00662e2def3e1885adac777f051e1e61";
- sha256 = "1rchanv0vq9rx6x69608dlpdybvkn8a9ymx8wzm7gqpz9qh6xqrk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e5a4b9427038f90898ac0e237e71ba7152501f5/recipes/evil-space";
- sha256 = "1asvh873r1xgffvz3nr653yn8h5ifaphnafp6wf1b1mja6as7f23";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-space";
- license = lib.licenses.free;
- };
- }) {};
- evil-string-inflection = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , string-inflection }:
- melpaBuild {
- pname = "evil-string-inflection";
- ename = "evil-string-inflection";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "ninrod";
- repo = "evil-string-inflection";
- rev = "f6a3eca0f0fa8e56e6938e1dd48537eef1fae05f";
- sha256 = "1akk0yylwcw4f91hprrrsijhbdcmrx1nnpgfyzpl4k5d4b30y8d5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0720a0f5b775fcee8d1cfa0defe80048e2dd0972/recipes/evil-string-inflection";
- sha256 = "0w9x49c0gmv4waspa9fvbhf2adm19cixkwx7a7la9v4qy7da6akh";
- name = "recipe";
- };
- packageRequires = [ emacs evil string-inflection ];
- meta = {
- homepage = "https://melpa.org/#/evil-string-inflection";
- license = lib.licenses.free;
- };
- }) {};
- evil-surround = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-surround";
- ename = "evil-surround";
- version = "1.0.4";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "evil-surround";
- rev = "68f7033322dcba3781dddb48465878e896a9f57b";
- sha256 = "17wxib52qwpfi809lq3c1zsxqprmkk9ghg0q8zc3r7gq2f5d8yy8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c9dc47a4c837c44429a74fd998fe468c00639f2/recipes/evil-surround";
- sha256 = "0aphv5zinb0lzdx22qbzcr7fn6jbpkdczar7py3df6mzxw5wvcm1";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-surround";
- license = lib.licenses.free;
- };
- }) {};
- evil-swap-keys = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-swap-keys";
- ename = "evil-swap-keys";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "evil-swap-keys";
- rev = "56bc201e265a6bd482a7c41a7c81d2238341ef3a";
- sha256 = "0n0hl0plaghz9rjssabxwfzm46kr6564hpfh6hn8lzla4rf1q5zs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2abff8e3d54ac13c4fe90692a56437844accca25/recipes/evil-swap-keys";
- sha256 = "12cx95mjm4ymggidvf41gh3a364z32h655jmhk417v0ga9jk9fv6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/evil-swap-keys";
- license = lib.licenses.free;
- };
- }) {};
- evil-test-helpers = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-test-helpers";
- ename = "evil-test-helpers";
- version = "1.2.14";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "evil";
- rev = "3766a521a60e6fb0073220199425de478de759ad";
- sha256 = "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/87da8c50f9167ad9c3844b23becb6904f809611d/recipes/evil-test-helpers";
- sha256 = "0l4skyznzgr76z518q22lf90ymlsfcs02w8vqkg8az1nfl3ch7fs";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-test-helpers";
- license = lib.licenses.free;
- };
- }) {};
- evil-text-object-python = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-text-object-python";
- ename = "evil-text-object-python";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "evil-text-object-python";
- rev = "7aae5558be25b4a33abdede8a91da1cc7d08f1bc";
- sha256 = "0qfqfqbq3jijnmg0rp6agz9skcv2drnpyn481c7f455z46xi87kl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d0893b07bc4a057561a1c1a85b7520c50f31e12/recipes/evil-text-object-python";
- sha256 = "0jdzs1yn8nrxq890427yjrxdvnzj8jy7bs3jj4w4c0fik26ngqhm";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-text-object-python";
- license = lib.licenses.free;
- };
- }) {};
- evil-textobj-anyblock = callPackage ({ cl-lib ? null
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-textobj-anyblock";
- ename = "evil-textobj-anyblock";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "noctuid";
- repo = "evil-textobj-anyblock";
- rev = "068d26a625cd6202aaf70a8ff399f9130c0ffa68";
- sha256 = "0vsf7yzlb2j7c5c7cnk81y1979psy6a9v7klg6c2j9lkcn3cqpvj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/36b734960313d4cb484cebaac0f112781436631c/recipes/evil-textobj-anyblock";
- sha256 = "03vk30s2wkcszcjxmh5ww39rihnag9cp678wdzq4bnqy0c6rnjwa";
- name = "recipe";
- };
- packageRequires = [ cl-lib evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-textobj-anyblock";
- license = lib.licenses.free;
- };
- }) {};
- evil-tutor = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-tutor";
- ename = "evil-tutor";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "syl20bnr";
- repo = "evil-tutor";
- rev = "79b47a9f444ddaa289c66e8995ee116941429c24";
- sha256 = "11hiaxiqc2f522y7rgfr6bjnmx4nrssq1q9g96w4rsb10627qvsf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b7bfffdc34e181893b8cf4d1cc091f6c3f91126/recipes/evil-tutor";
- sha256 = "1hvc2w5ykrgh62n4sxqqqcdk5sd7nmh6xzv4mir5vf9y2dgqcvsn";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-tutor";
- license = lib.licenses.free;
- };
- }) {};
- evil-visual-mark-mode = callPackage ({ dash
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-visual-mark-mode";
- ename = "evil-visual-mark-mode";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "roman";
- repo = "evil-visual-mark-mode";
- rev = "094ee37599492885ff3144918fcdd9b74dadaaa0";
- sha256 = "07cmql8zsqz1qchq2mp3qybbay499dk1yglisig6jfddcmrbbggz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/293cdd3387f26e4c8f21582d75a194963ac9cff7/recipes/evil-visual-mark-mode";
- sha256 = "1qgr2dfhfz6imnlznicl7lplajd1s8wny7mlxs1bkms3xjcjfi48";
- name = "recipe";
- };
- packageRequires = [ dash evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-visual-mark-mode";
- license = lib.licenses.free;
- };
- }) {};
- evil-visual-replace = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-visual-replace";
- ename = "evil-visual-replace";
- version = "0.0.5";
- src = fetchFromGitHub {
- owner = "troyp";
- repo = "evil-visual-replace";
- rev = "163fc827a1ffc106475da470c37fb26f4cc9b008";
- sha256 = "1gfyrq7xfzmzh3x8k5f08n027dlbwi0pkkxf9c39fkxp4jngibsz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/evil-visual-replace";
- sha256 = "1dq3bd9aqpk3jq1c9yzlpjyw6mi8l428l111vrmfg156k1w22v01";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-visual-replace";
- license = lib.licenses.free;
- };
- }) {};
- evil-visualstar = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evil-visualstar";
- ename = "evil-visualstar";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "bling";
- repo = "evil-visualstar";
- rev = "bd9e1b50c03b37c57355d387f291c2ec8ce51eec";
- sha256 = "17m4kdz1is4ipnyiv9n3vss49faswbbd6v57df9npzsbn5jyydd0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/578d33f3f8e68ef1b3ca3fb8af9b9ff77b649bd3/recipes/evil-visualstar";
- sha256 = "135l9hjfbpn0a6p53picnpydi9qs5vrk2rfn64gxa5ag2apcyycy";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/evil-visualstar";
- license = lib.licenses.free;
- };
- }) {};
- evm = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "evm";
- ename = "evm";
- version = "0.4.2";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "evm.el";
- rev = "d0623b2355436a5fd9f7238b419782080c79196b";
- sha256 = "0739v0m9vj70a55z0canslyqgafzys815i7a0r6bxj2f9iwq6rhb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bbcead697f745d197459f90ee05b172e35af2411/recipes/evm";
- sha256 = "19l6cs5schbnph0pwhhj66gkxsswd4bmjpy79l9kxzpjf107wc03";
- name = "recipe";
- };
- packageRequires = [ dash f ];
- meta = {
- homepage = "https://melpa.org/#/evm";
- license = lib.licenses.free;
- };
- }) {};
- eww-lnum = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eww-lnum";
- ename = "eww-lnum";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "m00natic";
- repo = "eww-lnum";
- rev = "daef49974446ed4c1001e0549c3f74679bca6bd3";
- sha256 = "0gs6bi3s2sszc6v2b26929azmn5513kvyin99n4d0ark1jdbjmv2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/eww-lnum";
- sha256 = "1hhc6q8zlj335v27j4dq6ms7frqpivfabs9w3vkaly5kjr60fw7c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eww-lnum";
- license = lib.licenses.free;
- };
- }) {};
- exato = callPackage ({ emacs
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "exato";
- ename = "exato";
- version = "0.0.6";
- src = fetchFromGitHub {
- owner = "ninrod";
- repo = "exato";
- rev = "39c08f56483243c28a39886a7218039a138e5f63";
- sha256 = "1q0jjaw5k9bql7bk5idin724vbcgx0iwn2dm4mg1c51cczqsd2rg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/939efbcb9b40a2df5ef14e653fb242a8e37c72f9/recipes/exato";
- sha256 = "1h2dd3yhv1n0sznznw8ncx98g53hgi1rg1zkd0nmldih2rd5qisn";
- name = "recipe";
- };
- packageRequires = [ emacs evil ];
- meta = {
- homepage = "https://melpa.org/#/exato";
- license = lib.licenses.free;
- };
- }) {};
- exec-path-from-shell = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "exec-path-from-shell";
- ename = "exec-path-from-shell";
- version = "1.12";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "exec-path-from-shell";
- rev = "76cd6e3fa8a7dac937af7e40507843dfae4f9184";
- sha256 = "1ga8bpxngd3ph2hdiik92c612ki71qxw818i6rgx6f6a5r0sbf3p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/exec-path-from-shell";
- sha256 = "014bfcs7znds4if1njyq4s5zrfnr6b3wj6722b4l5r58gh9mlrr5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/exec-path-from-shell";
- license = lib.licenses.free;
- };
- }) {};
- exiftool = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "exiftool";
- ename = "exiftool";
- version = "0.3.2";
- src = fetchgit {
- url = "https://git.systemreboot.net/exiftool.el/";
- rev = "c1058d99c34e62b99dbfca13ada47519fb51bf73";
- sha256 = "0bv58is66cz21yhc0qqkp1z4nk13zfi2l7i6pjbhyi0g1n88qqyv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4835a76909d020781021e747fbc341111a94dbfa/recipes/exiftool";
- sha256 = "1zvcps64yvz8lsjhi1j0808983fv2s7kx67yjr8ps454mcl8bpab";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/exiftool";
- license = lib.licenses.free;
- };
- }) {};
- expand-region = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "expand-region";
- ename = "expand-region";
- version = "0.11.0";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "expand-region.el";
- rev = "0bc14fc7fbbcca5da4fdd9695cfd7cbd36eb3b96";
- sha256 = "0h40dhc3kn8fq86xnwi5lz7ql8my8737y7wkqr897p15y90swr35";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/expand-region";
- sha256 = "1c7f1nqsqdc75h22fxxnyg0m4yxj6l23sirk3c71fqj14paxqnwg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/expand-region";
- license = lib.licenses.free;
- };
- }) {};
- express = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , string-utils }:
- melpaBuild {
- pname = "express";
- ename = "express";
- version = "0.6.0";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "express";
- rev = "e6dc9abdc395ef537408befebeb4fd3ed4ee5c60";
- sha256 = "106yh793scbyharsk1dvrirkj3c6666w8jqilpkaz78vwyw3zs5y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a97f5f81af13c49f5bea31455d7da0bf2c12e4f/recipes/express";
- sha256 = "0lhisy4ds96bwpc7k8w9ws1zi1qh0d36nhxsp36bqzfi09ig0nb9";
- name = "recipe";
- };
- packageRequires = [ string-utils ];
- meta = {
- homepage = "https://melpa.org/#/express";
- license = lib.licenses.free;
- };
- }) {};
- exsqlaim-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "exsqlaim-mode";
- ename = "exsqlaim-mode";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "ahmadnazir";
- repo = "exsqlaim-mode";
- rev = "a2e0a62ec8b87193d8eaa695774bfd689324b06c";
- sha256 = "1gj1q2h1ja30jizkjql12cxlppj07ykr4wxqca9msy043zdhqnkk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f660d7629bc27144c99ebcba45f1b06b14c5745/recipes/exsqlaim-mode";
- sha256 = "0ssn48wcn3x066nsl8y78y57ndasqv5x6ifxbifdxl3f5vjhyvg7";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/exsqlaim-mode";
- license = lib.licenses.free;
- };
- }) {};
- extend-dnd = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "extend-dnd";
- ename = "extend-dnd";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "extend-dnd";
- rev = "a1923d57f8f5e862cc66c189b5e6627bc84a2119";
- sha256 = "1k2j8szavyq2wy5c0skvs03a88cr9njy7y63b7knh2m92nw4830d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f2d866ca12cb997b7fad878808c0966f3413b73d/recipes/extend-dnd";
- sha256 = "0rknpvp8yw051pg3blvmjpp3c9a82jw7f10mq67ggbz98w227417";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/extend-dnd";
- license = lib.licenses.free;
- };
- }) {};
- extmap = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "extmap";
- ename = "extmap";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "doublep";
- repo = "extmap";
- rev = "1139b57d8f4276fe56b8416fdaf4745f2cdfe7c3";
- sha256 = "0jgyscjfparnby0whrmbgvsab2a7qkaqhysmh3s3jh635fndm253";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/91ef4352603cc69930ab3d63f0a90eee63f5f328/recipes/extmap";
- sha256 = "0c12gfd3480y4fc22ik02n7h85k6s70i5jv5i872h0yi68cgd01j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/extmap";
- license = lib.licenses.free;
- };
- }) {};
- exwm-x = callPackage ({ bind-key
- , cl-lib ? null
- , counsel
- , exwm
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , swiper
- , switch-window }:
- melpaBuild {
- pname = "exwm-x";
- ename = "exwm-x";
- version = "1.9.0";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "exwm-x";
- rev = "88c8b70be678ce0e9fa31e191ffd3f76bbfee61f";
- sha256 = "03l3dl7s1qys1kkh40rm1sfx7axy1b8sf5f6nyksj9ps6d30p5i4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a0e6e23bcffdcd1e17c70599c563609050e5de40/recipes/exwm-x";
- sha256 = "1d9q57vz63sk3h1g5gvp9xnmqkpa73wppmiy2bv8mxk11whl6xa3";
- name = "recipe";
- };
- packageRequires = [
- bind-key
- cl-lib
- counsel
- exwm
- ivy
- swiper
- switch-window
- ];
- meta = {
- homepage = "https://melpa.org/#/exwm-x";
- license = lib.licenses.free;
- };
- }) {};
- eyebrowse = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eyebrowse";
- ename = "eyebrowse";
- version = "0.7.7";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "eyebrowse";
- rev = "7294ed5fbf5f38407b599a10a335b8c4ec15a8d5";
- sha256 = "1lhpf88042mg9q328w2d328ka9pild4ppdynbn3rsib9zgxp8waq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90d052bfc0b94cf177e33b2ffc01a45d254fc1b1/recipes/eyebrowse";
- sha256 = "09fkzm8z8nkr4s9fbmfcjc80h50051f48v6n14l76xicglr5p861";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/eyebrowse";
- license = lib.licenses.free;
- };
- }) {};
- eziam-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "eziam-theme";
- ename = "eziam-theme";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "thblt";
- repo = "eziam-theme-emacs";
- rev = "4402f58f6d619571c0960b2be5ce5b61962c1a67";
- sha256 = "0a7jk5k8fhj9klsphyw22khrwb5ns3w85rbzyrdrshhcaqcr88j3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e0411583bd4fdbe425eb07de98851136fa1eeb0/recipes/eziam-theme";
- sha256 = "0iz3r4r54ai8y4qhnix291ra7qfmk8dbr06f52pgmz3gzin1cqpb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/eziam-theme";
- license = lib.licenses.free;
- };
- }) {};
- f = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "f";
- ename = "f";
- version = "0.20.0";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "f.el";
- rev = "de6d4d40ddc844eee643e92d47b9d6a63fbebb48";
- sha256 = "1a47xk3yp1rp17fqg7ldl3d3fb888h0fz3sysqfdz1bfdgs8a9bk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/f";
- sha256 = "18qax8i24gpccif4xcxccclpwl00plxjf3zbq9dry37b1r4mj57s";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/f";
- license = lib.licenses.free;
- };
- }) {};
- f3 = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "f3";
- ename = "f3";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "cosmicexplorer";
- repo = "f3";
- rev = "19120dda2d760d3dd6c6aa620121d1de0a40932d";
- sha256 = "1qg48zbjdjqimw4516ymrsilz41zkib9321q0caf9474s9xyp2bi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b40de62a82d6895a37ff795d56f7d0f783461e6/recipes/f3";
- sha256 = "099wibgp9k6sgglaqigic5ay6qg7aqijnis5crwjl7b81ddqp610";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/f3";
- license = lib.licenses.free;
- };
- }) {};
- fabric = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fabric";
- ename = "fabric";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "fabric.el";
- rev = "004934318f63d8cf955022f87b2c33eb97ada280";
- sha256 = "0crhkdbxz1ldbrvppi95g005ni5zg99z1271rkrnk5i6cvc4hlq5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/83939d2a4d5874244a4916eee9ae6b327af18b5d/recipes/fabric";
- sha256 = "1mkblsakdhvi10b67bv3j0jsf7hr8lf9sibmprvx8smqsih7l88m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fabric";
- license = lib.licenses.free;
- };
- }) {};
- factlog = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "factlog";
- ename = "factlog";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "factlog";
- rev = "6b83e4f54097a59a13bcccfd29805e432f4e9584";
- sha256 = "1mmyl3ndv5c17mvwxrmv0czjnr5i9b7zydg8swipwgshc3kvn7l0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9075a42edee1ac7de0812d2eefcba5681859eb6e/recipes/factlog";
- sha256 = "163482vfpa52b5ya5xps4qnclbaql1x0q54gqdwwmm04as8qbfz7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/factlog";
- license = lib.licenses.free;
- };
- }) {};
- faff-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "faff-theme";
- ename = "faff-theme";
- version = "2.5";
- src = fetchFromGitHub {
- owner = "WJCFerguson";
- repo = "emacs-faff-theme";
- rev = "bb331f755f44f8d6db1b35c476948a080a4a40cf";
- sha256 = "0llhsn79fp8c42hv57539k3zcyaqx0gc27hg21vq9nh8aa0jb6h2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b35c169fe56a5612ff5a4242140f617fdcae14f/recipes/faff-theme";
- sha256 = "1dmwbkp94zsddy0brs3mkdjr09n69maw2mrdfhriqcdk56qpwp4g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/faff-theme";
- license = lib.licenses.free;
- };
- }) {};
- fancy-battery = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fancy-battery";
- ename = "fancy-battery";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "lunaryorn";
- repo = "fancy-battery.el";
- rev = "5b8115bbeb67c52d4202a12dcd5726fb66e0a1ff";
- sha256 = "05lwcwf412m717yhwpjrswqkm8c3i7391rmiwv2k8xc1vk6dpp4g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eae3af4145c534992d1c1ee5bb6420651c7c5d82/recipes/fancy-battery";
- sha256 = "03rkfdkrzyal9abdiv8c73w10sm974hxf3xg5015hibfi6kzg8ii";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fancy-battery";
- license = lib.licenses.free;
- };
- }) {};
- fancy-narrow = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fancy-narrow";
- ename = "fancy-narrow";
- version = "0.9.5";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "fancy-narrow";
- rev = "4737d706d1f3e90885e6642ba782f1fa605414c6";
- sha256 = "0825hyz8b2biil0pd2bgjxqd2zm3gw9si7br5hnh51qasbaw9hid";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/fancy-narrow";
- sha256 = "15i86jz6rdpva1az7gqp1wbm8kispcfc8h6v9fqsbag9sbzvgcyv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fancy-narrow";
- license = lib.licenses.free;
- };
- }) {};
- fastdef = callPackage ({ fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , w3m }:
- melpaBuild {
- pname = "fastdef";
- ename = "fastdef";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "fastdef";
- rev = "0696f41dc150d35ce31fe8d2ea74f4173818bb55";
- sha256 = "1p5vmbx7zdzxnyjzcp2vxscd3dwf7xk82wk9dfiv99svwqv2ki3w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f6effb2fbccc71e8a44c53138e3c21f10dc55fbc/recipes/fastdef";
- sha256 = "1cf4slxhcp2z7h9k3l31h06nnqsyb4smwnj55ivil2lm0fa0vlzj";
- name = "recipe";
- };
- packageRequires = [ ivy w3m ];
- meta = {
- homepage = "https://melpa.org/#/fastdef";
- license = lib.licenses.free;
- };
- }) {};
- fastnav = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fastnav";
- ename = "fastnav";
- version = "1.0.7";
- src = fetchFromGitHub {
- owner = "gleber";
- repo = "fastnav.el";
- rev = "54626e9e7cc7be5bc2bd01732e95ed2afc2312a1";
- sha256 = "0h32w63vv451797zi6206j529fd4j8l3fp7rqip3s8xn8d4728x1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2a7dce6617bf4ed250dba150e6787bf48891c64/recipes/fastnav";
- sha256 = "08hg256w8k9f5nzgpyl1jykbf28vmvv09kkhzs0s2zhwbl2158a5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fastnav";
- license = lib.licenses.free;
- };
- }) {};
- faust-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "faust-mode";
- ename = "faust-mode";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "rukano";
- repo = "emacs-faust-mode";
- rev = "7c31b22bdbfd2f8c16ec117d2975d56dd61ac15c";
- sha256 = "0a3p69ay88da13cz2cqx00r3qs2swnn7vkcvchcqyrdybfjs7y4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b362e7daeabd07c726ad9770d7d4941dfffd5b19/recipes/faust-mode";
- sha256 = "0l8cbf5i6lv6i5vyqp6ngfmrm2y6z2070b8m10w4376kbbnr266z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/faust-mode";
- license = lib.licenses.free;
- };
- }) {};
- faustine = callPackage ({ emacs
- , faust-mode
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "faustine";
- ename = "faustine";
- version = "0.4";
- src = fetchgit {
- url = "https://bitbucket.org/yphil/faustine";
- rev = "feb938af3a5363e0e0210aa98a447e1896ceca47";
- sha256 = "1c0xc1nk9djjk39ksysszliphibnpm7c472p4lvgkmrsmg28i23k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b4c6b03c5ff78ce327dcf66b175e266bbc53dbf/recipes/faustine";
- sha256 = "1blmz993xrwkyr7snj7rm07s07imgpdlfqi6wxkm4ns6iwa2q60s";
- name = "recipe";
- };
- packageRequires = [ emacs faust-mode ];
- meta = {
- homepage = "https://melpa.org/#/faustine";
- license = lib.licenses.free;
- };
- }) {};
- fcitx = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fcitx";
- ename = "fcitx";
- version = "0.2.3";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "fcitx.el";
- rev = "6d552ab44234ed78ce9a50f2412f56197266bc9f";
- sha256 = "08l859rw1lwj6hdxrlxqlxf1cfxv8yv9h1jsgs5zfis3hp7nq39j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8c40f09d9397b3ca32a7ed37203f490497dc984/recipes/fcitx";
- sha256 = "0a8wd588c26p3czfp5hn2n46f2vwyg5v301sv0y07b55b1i3ynmx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fcitx";
- license = lib.licenses.free;
- };
- }) {};
- fd-dired = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fd-dired";
- ename = "fd-dired";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "yqrashawn";
- repo = "fd-dired";
- rev = "b30ebe827a244b4f27f5387be4b50d074ca67e1b";
- sha256 = "09856pzkybs85msz0awqjw2r3b1hc9wybwq1j30qx14zzbcr3gvf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1217e0d4f42df68cc22de9b4f27a36c0377509e3/recipes/fd-dired";
- sha256 = "0g8zvg6b9hcxkmqn254y9khjm7jz2lz4mh7dhsxfcy64inaj0481";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fd-dired";
- license = lib.licenses.free;
- };
- }) {};
- feature-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "feature-mode";
- ename = "feature-mode";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "michaelklishin";
- repo = "cucumber.el";
- rev = "4bd8f19da816115094beb4b0e085822eb298ac37";
- sha256 = "1cxjygg05v8s96c8z6plk3hl34jaiwg7s7dl7dsk20rj5f54kgw7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a70991695f9ff305f12cfa45e0a597f4a782ba3/recipes/feature-mode";
- sha256 = "0ryinmpqb3c91qcna6gbijcmqv3skxdc947dlr5s1w623z9nxgqg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/feature-mode";
- license = lib.licenses.free;
- };
- }) {};
- fill-column-indicator = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fill-column-indicator";
- ename = "fill-column-indicator";
- version = "1.90";
- src = fetchFromGitHub {
- owner = "alpaker";
- repo = "Fill-Column-Indicator";
- rev = "f7b3f99b41ff017f50a21ad53eed16f8ef5ab7ee";
- sha256 = "0snjznxdwwfdgccdcvrnk467416r244r2r5qcm2sga8l0ha9gw9z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ea0c00a7784621fcca0391a9c8ea85e9dd43852/recipes/fill-column-indicator";
- sha256 = "0w8cmijv7ihij9yyncz6lixb6awzzl7n9qpjj2bks1d5rx46blma";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fill-column-indicator";
- license = lib.licenses.free;
- };
- }) {};
- fill-function-arguments = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fill-function-arguments";
- ename = "fill-function-arguments";
- version = "0.9";
- src = fetchFromGitHub {
- owner = "davidshepherd7";
- repo = "fill-function-arguments";
- rev = "bf4b390de851b0bb81309865835fd3ec4c7bfb72";
- sha256 = "1qq5ab39zyis11lhaarcbpd7s9fvmpymw8wi92iq16fp720l6pfa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b78eab67517b19516e5d265018afcbff0acfa9ec/recipes/fill-function-arguments";
- sha256 = "1gigzzz2csl3a55jmjx391a5k3ymixnwpblsn0pfgkkk4p3674q0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fill-function-arguments";
- license = lib.licenses.free;
- };
- }) {};
- finalize = callPackage ({ cl-generic
- , cl-lib ? null
- , eieio ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "finalize";
- ename = "finalize";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "elisp-finalize";
- rev = "0f7d47c4d50f1c76fc3b43bfc2d4886dd3e8ca27";
- sha256 = "1gvlm4i62af5jscwz0jccc8ra0grprxpg2rlq91d5nn8dn5lpy79";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b55869b5183644de02687d2e56f9b68854ccda3/recipes/finalize";
- sha256 = "1n0w4kdzc4hv4pprv13lr88gh46slpxdvsc162nqm5mrqp9giqqq";
- name = "recipe";
- };
- packageRequires = [ cl-generic cl-lib eieio emacs ];
- meta = {
- homepage = "https://melpa.org/#/finalize";
- license = lib.licenses.free;
- };
- }) {};
- find-by-pinyin-dired = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pinyinlib }:
- melpaBuild {
- pname = "find-by-pinyin-dired";
- ename = "find-by-pinyin-dired";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "find-by-pinyin-dired";
- rev = "2c48434637bd63840fca4d2c6cf9ebd5dd44658f";
- sha256 = "0ial0lbvg0xbrwn8cm68xc5wxj3xgp110y2zgypkdpak8gkv8b5h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0aa68b4603bf4071d7d12b40de0138ecab1989d7/recipes/find-by-pinyin-dired";
- sha256 = "150hvih3mdd1dqffgdcv3nn4qhy86s4lhjkfq0cfzgngfwif8qqq";
- name = "recipe";
- };
- packageRequires = [ pinyinlib ];
- meta = {
- homepage = "https://melpa.org/#/find-by-pinyin-dired";
- license = lib.licenses.free;
- };
- }) {};
- find-file-in-project = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "find-file-in-project";
- ename = "find-file-in-project";
- version = "5.7.4";
- src = fetchFromGitHub {
- owner = "technomancy";
- repo = "find-file-in-project";
- rev = "389251757643daffc58e46d195c48f880d4089d5";
- sha256 = "0758mk7fcz39zn2ihz267091lg8qiyrjz0dd3kqgfqvrc7c2n9am";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/find-file-in-project";
- sha256 = "0aznnv82xhnilc9j4cdmcgh6ksv7bhjjm3pa76hynnyrfn7kq7wy";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/find-file-in-project";
- license = lib.licenses.free;
- };
- }) {};
- find-file-in-repository = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "find-file-in-repository";
- ename = "find-file-in-repository";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "h";
- repo = "find-file-in-repository";
- rev = "8b888f85029a2ff9159a724b42aeacdb051c3420";
- sha256 = "0wbmmrd7brf4498pdyilz17rzv7221cj8sd4h11gac2r72f1q2md";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/find-file-in-repository";
- sha256 = "02rihpfpckppnf5a2zgd5s3dspdhq4mr6qchlrzg2fd4byjxra9s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/find-file-in-repository";
- license = lib.licenses.free;
- };
- }) {};
- fiplr = callPackage ({ fetchFromGitHub
- , fetchurl
- , grizzl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fiplr";
- ename = "fiplr";
- version = "0.2.4";
- src = fetchFromGitHub {
- owner = "grizzl";
- repo = "fiplr";
- rev = "100dfc33f43da8c49e50e8a2222b9d95532f6e24";
- sha256 = "0lwgbd9zwdv7qs39c3fp4hrc17d9wrwwjgba7a14zwrhb27m7j07";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/fiplr";
- sha256 = "1a4w0yqdkz477lfyin4lb9k9qkfpx4350kfxmrqx6dj3aadkikca";
- name = "recipe";
- };
- packageRequires = [ grizzl ];
- meta = {
- homepage = "https://melpa.org/#/fiplr";
- license = lib.licenses.free;
- };
- }) {};
- firefox-controller = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , moz
- , popwin }:
- melpaBuild {
- pname = "firefox-controller";
- ename = "firefox-controller";
- version = "2.1";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "emacs-firefox-controller";
- rev = "5b1bedec83206f41672b1b65bba859f235bff48b";
- sha256 = "04afwxgydrn23bv93zqf9bd2cp02i9dcfqbi809arkmh8723qf6k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/70a69c20f8dcf73c878f2172dcc9f1796fdc0408/recipes/firefox-controller";
- sha256 = "03y96b3l75w9al8ylijnlb8pcfkwddyfnh8xwig1b6k08zxfgal6";
- name = "recipe";
- };
- packageRequires = [ cl-lib moz popwin ];
- meta = {
- homepage = "https://melpa.org/#/firefox-controller";
- license = lib.licenses.free;
- };
- }) {};
- fireplace = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fireplace";
- ename = "fireplace";
- version = "1.1.2";
- src = fetchFromGitHub {
- owner = "johanvts";
- repo = "emacs-fireplace";
- rev = "2b966ed65b714c613f79e9144d004dfa3b28f1ed";
- sha256 = "1f5053bbvjdmm64zv6r2qkswkpwvx0s3qz4bwm9zya583a6g0nv8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4c1ac52c1cfe7ccf46092c2d299ebbffdc1b7609/recipes/fireplace";
- sha256 = "1apcypznq23fc7xgy4xy1c5hvfvjx1xhyq3aaq1lf59v99zchciw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fireplace";
- license = lib.licenses.free;
- };
- }) {};
- firestarter = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "firestarter";
- ename = "firestarter";
- version = "0.2.5";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "firestarter";
- rev = "4d6b106f325ac1802eabce3c8a7cd0a4c7a32864";
- sha256 = "13daz15v0sshl7lxcg1xcbpl64gklgh50pzk0qxmn5ygw7nlifn0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b046eb3b63220b937e1b70f633cb5424dc782a1/recipes/firestarter";
- sha256 = "1cpx664hyrdnpb1jps1x6lm7idwlfjblkfygj48cjz9pzd6ld5mp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/firestarter";
- license = lib.licenses.free;
- };
- }) {};
- fish-completion = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fish-completion";
- ename = "fish-completion";
- version = "1.0";
- src = fetchFromGitLab {
- owner = "Ambrevar";
- repo = "emacs-fish-completion";
- rev = "23aafb993f8f74dca6e2f299030ca5d3e1aee95b";
- sha256 = "04dcqhdb544i7c6np4prbq13cwfxw37czmpnm3j36di6c1g9gkzb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d17ca0213ba5ef9dce92002e281e6f08c3492be/recipes/fish-completion";
- sha256 = "1y7vwh7w0shnrnp8x1m1sa0p7kdyz5mg1mfs263gm38in2biym9i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fish-completion";
- license = lib.licenses.free;
- };
- }) {};
- fish-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fish-mode";
- ename = "fish-mode";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "wwwjfy";
- repo = "emacs-fish";
- rev = "bac709ac1235751952d6022dddc6307d9135d096";
- sha256 = "0a74ghmjjrxfdhk4mvq6lar4w6l6lc4iilabs99smqr2fn5rsslq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/efac97c0f54a3300251020c4626056526c18b441/recipes/fish-mode";
- sha256 = "0l6k06bs0qdhj3h8vf5fv8c3rbhiqfwszrpb0v2cgnb6xhwzmq14";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fish-mode";
- license = lib.licenses.free;
- };
- }) {};
- fix-input = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fix-input";
- ename = "fix-input";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "fix-input";
- rev = "a70edfa7880ff9b082f358607d2a9ad6a8dcc8f3";
- sha256 = "121m0h0nwxr27f9d2llbgl63ni1makcg66lnvg24wx07wggf0n8z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d31f907997d1d07ec794a4f09824f43818f035c/recipes/fix-input";
- sha256 = "03xpr7rlv0xq1d9126j1fk0c2j7ssf366n0yc8yzm9vq32n9pp4p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fix-input";
- license = lib.licenses.free;
- };
- }) {};
- fix-muscle-memory = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fix-muscle-memory";
- ename = "fix-muscle-memory";
- version = "0.93";
- src = fetchFromGitHub {
- owner = "jonnay";
- repo = "fix-muscle-memory";
- rev = "df687aea23c6eac4b751f993893c2fd56e5a8a3b";
- sha256 = "02nl4vz6fnbjc7w1lk1y9z0qw5bsxr407ww0b2wqw6h8spmcpcrc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c6b0501714a6d82657b88d11e3f79d75eea17d8e/recipes/fix-muscle-memory";
- sha256 = "0qhasnjw0bj5hzw27r8vj6shhwc3zxcp3wmxijh1rpdw4773f7n8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fix-muscle-memory";
- license = lib.licenses.free;
- };
- }) {};
- fix-word = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fix-word";
- ename = "fix-word";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "fix-word";
- rev = "b3b3a3c8e33e425f9a8d0ec653adb6897c8efc03";
- sha256 = "1nw9ih0knaqaban5nqp3anvr37mivylqs8sc8l3v1i9srlqnsj1m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/22636390e8a15c09293a1506a901286dd72e565f/recipes/fix-word";
- sha256 = "0a8w09cx8p5pkkd4533nd199axkhdhs2a7blp7syfn40bkscx6xc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/fix-word";
- license = lib.licenses.free;
- };
- }) {};
- fixmee = callPackage ({ back-button
- , button-lock
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nav-flash
- , smartrep
- , string-utils
- , tabulated-list ? null }:
- melpaBuild {
- pname = "fixmee";
- ename = "fixmee";
- version = "0.8.6";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "fixmee";
- rev = "aa3be8ad9fcc9c0c7ff15f70cda4ba77de96dd74";
- sha256 = "1hnxdmzqmnp3dr7mpr58pjmigykb3cxwphxzia013kfi37ipf5a0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f5d06db82e237e6c6babd92a1fd2b58c29662e4f/recipes/fixmee";
- sha256 = "0wnp6h8f547fsi1lkk4ajny7g21dnr76qfhxl82n0l5h1ps4w8mp";
- name = "recipe";
- };
- packageRequires = [
- back-button
- button-lock
- nav-flash
- smartrep
- string-utils
- tabulated-list
- ];
- meta = {
- homepage = "https://melpa.org/#/fixmee";
- license = lib.licenses.free;
- };
- }) {};
- flatui-dark-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flatui-dark-theme";
- ename = "flatui-dark-theme";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "theasp";
- repo = "flatui-dark-theme";
- rev = "af5c84e2a2810748cc71a68ec7ba333097cc1f63";
- sha256 = "0c0pm67d8w9jdraap0sswvx7ywly9ifimij2c5w9p4hiph8gisr9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f9dc5abeb37422c63cac74f9a006d54c4a7c5a5/recipes/flatui-dark-theme";
- sha256 = "1mswmkhi43fm0cmdgf0ywpy9lmapy0syl65kqh68sa3jqbznhm6y";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flatui-dark-theme";
- license = lib.licenses.free;
- };
- }) {};
- flex-compile = callPackage ({ buffer-manage
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flex-compile";
- ename = "flex-compile";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "plandes";
- repo = "flex-compile";
- rev = "82e217aaab34dfd1faf7d03c82eca49706190232";
- sha256 = "1zp0gki61g487x6bypxlkbjzi972y80pzmhqdisl6qx9yrmk60vy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/259caeebc317e81ab9d532a371ea85656c2b1619/recipes/flex-compile";
- sha256 = "1hlh4k7qgln87xajnjjhf1yyg6bgdwd0iczhlfw8gdwfj5xpjd38";
- name = "recipe";
- };
- packageRequires = [ buffer-manage dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/flex-compile";
- license = lib.licenses.free;
- };
- }) {};
- floobits = callPackage ({ fetchFromGitHub
- , fetchurl
- , highlight
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "floobits";
- ename = "floobits";
- version = "1.9.3";
- src = fetchFromGitHub {
- owner = "Floobits";
- repo = "floobits-emacs";
- rev = "489b294a7f30ecd2af2edc0823dead8102f27af6";
- sha256 = "1pw88qn6s8ln626c8mgxgpfax39h7ww4m930dp7gg4aklxjbspkn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/95c859e8440049579630b4c2bcc31e7eaa13b1f1/recipes/floobits";
- sha256 = "1jpk0q4mkf9ag1rqyai993nz5ngzfvxq9n9avmaaq59gkk9cjraf";
- name = "recipe";
- };
- packageRequires = [ highlight json ];
- meta = {
- homepage = "https://melpa.org/#/floobits";
- license = lib.licenses.free;
- };
- }) {};
- flow-minor-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flow-minor-mode";
- ename = "flow-minor-mode";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "an-sh";
- repo = "flow-minor-mode";
- rev = "50dded94ad201fdc9453656a8b15179981cd5acd";
- sha256 = "1vaqml0ypbc14mnwycgm9slkds3bgg6x5qz99kck98acbcfijxk6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66504f789069922ea56f268f4da90fac52b601ff/recipes/flow-minor-mode";
- sha256 = "190dv225sb37jawzrasd7qkbznrmkrdnb90l44il63vrlmjv3r1s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flow-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- flower = callPackage ({ clomacs
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flower";
- ename = "flower";
- version = "0.4.6";
- src = fetchFromGitHub {
- owner = "PositiveTechnologies";
- repo = "flower";
- rev = "6ef1affa2d7090714ccc4494823de28cfc11da35";
- sha256 = "1dp3g52j1i49bv802g27b7yszpxz0i28i4j74qp39qlld3k0gys0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8a731715d360aea9af2b898242fd4eee5419d14/recipes/flower";
- sha256 = "1cb9ppgspdrg4yrrlq4sfajpa6s7xiwvdf9b3947rmmxizgqgynd";
- name = "recipe";
- };
- packageRequires = [ clomacs emacs ];
- meta = {
- homepage = "https://melpa.org/#/flower";
- license = lib.licenses.free;
- };
- }) {};
- flx = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flx";
- ename = "flx";
- version = "0.6.1";
- src = fetchFromGitHub {
- owner = "lewang";
- repo = "flx";
- rev = "7fce6a4cdb65ac1b52e2b409ba548767581ce34c";
- sha256 = "0sjybrcnb2sl33swy3q664vqrparajcl0m455gciiih2j87hwadc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63bdf3ae2f861e333a8f9c5997f5cc52869d3b3a/recipes/flx";
- sha256 = "04plfhrnw7jx2jaxhbhw4ypydfcb8v0x2m5hyacvrli1mca2iyf9";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/flx";
- license = lib.licenses.free;
- };
- }) {};
- flx-ido = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , flx
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flx-ido";
- ename = "flx-ido";
- version = "0.6.1";
- src = fetchFromGitHub {
- owner = "lewang";
- repo = "flx";
- rev = "7fce6a4cdb65ac1b52e2b409ba548767581ce34c";
- sha256 = "0sjybrcnb2sl33swy3q664vqrparajcl0m455gciiih2j87hwadc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63bdf3ae2f861e333a8f9c5997f5cc52869d3b3a/recipes/flx-ido";
- sha256 = "00wcwbvfjbcx8kyap7rl1b6nsgqdwjzlpv6al2cdpdd19rm1vgdc";
- name = "recipe";
- };
- packageRequires = [ cl-lib flx ];
- meta = {
- homepage = "https://melpa.org/#/flx-ido";
- license = lib.licenses.free;
- };
- }) {};
- flycheck = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , pkg-info
- , seq }:
- melpaBuild {
- pname = "flycheck";
- ename = "flycheck";
- version = "31";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck";
- rev = "401b115d10e202a1b31f57340438420081af21ce";
- sha256 = "141i6wzqlb0dslmca6930cal7q4y5wbwzmxrpjk3hgm6nxz483p8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/649f9c3576e81409ae396606798035173cc6669f/recipes/flycheck";
- sha256 = "045k214dq8bmrai13da6gwdz97a2i998gggxqswqs4g52l1h6hvr";
- name = "recipe";
- };
- packageRequires = [ dash emacs let-alist pkg-info seq ];
- meta = {
- homepage = "https://melpa.org/#/flycheck";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ameba = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-ameba";
- ename = "flycheck-ameba";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "veelenga";
- repo = "ameba.el";
- rev = "4ccb497067ce41b128eabca17d761e9b7d0ac3df";
- sha256 = "1sd9c051ipnhm938r30wwqr41bvr2fqhc4n8546hzf3cv56v4d16";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d31485fd7de5ebb97daccf3e28d51f320d4f8cd/recipes/flycheck-ameba";
- sha256 = "17jfqbzzb1xkz9yx5ww6pykjnixm5w8mvwva1kqbjs4f2bsqbc6p";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ameba";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-apertium = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-apertium";
- ename = "flycheck-apertium";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "flycheck-apertium";
- rev = "e146ab1b929c50450ba0708e1bdd9fed85606964";
- sha256 = "1g1m7pm84mkmjx7hdspb5k6n8aqphphxb5gya725qy1wqi950jqz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f6cec0d312f0e86e17829e6fd8f87acabc0174f/recipes/flycheck-apertium";
- sha256 = "1cc15sljqs6gvb3wiw7n1wkd714qkvfpw6l1kg4lfx9r4jalcvw7";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-apertium";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-cask = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-cask";
- ename = "flycheck-cask";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-cask";
- rev = "b4667500dcf52f96ec7e0fa10dd07edf191cbf5b";
- sha256 = "1wm5saf29gw0gp0qq5glf9qq3iras99npc2rip7bsnn0czr2mscy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/flycheck-cask";
- sha256 = "0d2m7mg91k1nazysayryxagql1vi975n7iv0snknhbw4wisqp82f";
- name = "recipe";
- };
- packageRequires = [ dash emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-cask";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-checkbashisms = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-checkbashisms";
- ename = "flycheck-checkbashisms";
- version = "1.5";
- src = fetchFromGitHub {
- owner = "Gnouc";
- repo = "flycheck-checkbashisms";
- rev = "39362240b8e38e6ddc1da2e2c2229e3fecdf6057";
- sha256 = "1s2zq97d7ryif6rlbvriz36dh23wmwi67v4q6krl77dfzcs705b3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f5678ea5aef4dc8a517d6d9381a64f182645d344/recipes/flycheck-checkbashisms";
- sha256 = "1rq0ymlr1dl39v0sfyjmdv4pq3q9116cz9wvgpvfgalq8759q5sz";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-checkbashisms";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-checkpatch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-checkpatch";
- ename = "flycheck-checkpatch";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "zpp0";
- repo = "flycheck-checkpatch";
- rev = "aca98ea79f8b26a95f9dbdd4142b01fdd2def866";
- sha256 = "0bs36dp1jy2z9zfq4mnrin9ik0ffl7023h6dx3qbfya1gcxs07py";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/193aaae5640434559cd479df1463ee44eab14d86/recipes/flycheck-checkpatch";
- sha256 = "1apjn26n663rjddv5iagfs65fdf22049ykmzggybbnprvnmasf55";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-checkpatch";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-clj-kondo = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-clj-kondo";
- ename = "flycheck-clj-kondo";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "borkdude";
- repo = "flycheck-clj-kondo";
- rev = "1402fb008f10198f09c55869cd713a99c3e72dff";
- sha256 = "0ifkkw7mn83hw4yjx81h519fcabvdk73bavs3pbzck69v6li0mmy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/20dca546bbad0fa7b713dc015d1b9a9b7caf5370/recipes/flycheck-clj-kondo";
- sha256 = "0a61jq6g0arrsa97rl3frns8k9l9qxazb96ir99y9kskim4njl6r";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-clj-kondo";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-clojure = callPackage ({ cider
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-clojure";
- ename = "flycheck-clojure";
- version = "0.1.5";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "squiggly-clojure";
- rev = "67985fba99d0b2e524d426f266e58499ab8c5514";
- sha256 = "1bv5px1px4cbaqc3d805px6irx654b3asj5g8frk6hxr99l6x93w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9c642a234f93ed4cf5edcf27a552a8916984946/recipes/flycheck-clojure";
- sha256 = "1b20gcs6fvq9pm4nl2qwsf34sg6wxngdql921q2pyh5n1xsxhm28";
- name = "recipe";
- };
- packageRequires = [ cider emacs flycheck let-alist ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-clojure";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-color-mode-line = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-color-mode-line";
- ename = "flycheck-color-mode-line";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-color-mode-line";
- rev = "9b69ab84f4fa51abeec4882b3a8d1453dfddb744";
- sha256 = "0qll32rhw8q7z41qwzcsh9k5yhdg6bp4wx6w8j65ky52qia767k4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/02b5b60b74581ff0d1815155223e0c6e94a851a1/recipes/flycheck-color-mode-line";
- sha256 = "0hw19nsh5h2l8qbp7brqmml2fhs8a0x850vlvq3qfd7z248gvhrq";
- name = "recipe";
- };
- packageRequires = [ dash emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-color-mode-line";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-crystal = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-crystal";
- ename = "flycheck-crystal";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "crystal-lang-tools";
- repo = "emacs-crystal-mode";
- rev = "5795e05450016d1337c1a198ae7ea76deeec40e2";
- sha256 = "0yipv79gcwp4i3y8gxjd1npgi8fx2iv8lipb14a8165y84ygkf4l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c718f809af30226611358f9aaed7519e52923fd3/recipes/flycheck-crystal";
- sha256 = "04avxav2rayprm09xkphs1ni10j1kk10j7m77afcac0gnma5rwyn";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-crystal";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-dmd-dub = callPackage ({ f
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-dmd-dub";
- ename = "flycheck-dmd-dub";
- version = "0.12";
- src = fetchFromGitHub {
- owner = "atilaneves";
- repo = "flycheck-dmd-dub";
- rev = "41a839e18eb7159175c59a2f8b2f5f283191e33f";
- sha256 = "0a78np6nb9ciz440n9ks6kybwggkq99knzv7swbmvngvhg96khbx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a812594901c1099283bdf51fbea1aa077cfc588d/recipes/flycheck-dmd-dub";
- sha256 = "0pg3sf7h6xqv65yqclhlb7fx1mp2w0m3qk4vji6m438kxy6fhzqm";
- name = "recipe";
- };
- packageRequires = [ f flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-dmd-dub";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-gometalinter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-gometalinter";
- ename = "flycheck-gometalinter";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "favadi";
- repo = "flycheck-gometalinter";
- rev = "2e863429cc953cf4c14783e249df56d1ae669868";
- sha256 = "07r2csy2psflvg0pl6n9scfwhnp9mv7hs02hz861v5kbkfx0ajzw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bfe9f2d030c04fb292297eb9226072bfea2ac64/recipes/flycheck-gometalinter";
- sha256 = "1bnvj5kwgbh0dv989rsjcvmcij1ahwcz0vpr6a8f2p6wwvksw1h2";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-gometalinter";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-grammalecte = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-grammalecte";
- ename = "flycheck-grammalecte";
- version = "0.8";
- src = fetchgit {
- url = "https://git.deparis.io/flycheck-grammalecte/";
- rev = "8ba9d41dad0c9c96760614ce7594ceb823f560de";
- sha256 = "1l2n3vi7krd61bgwj7dg7qpkccimwfx3m0946fmxgrp0k6q41fn0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fdd82aa0568d998a3d176b5ee47b8a227438ea09/recipes/flycheck-grammalecte";
- sha256 = "0xqg995a42cl6mvmpi68ay56fgs636cbzg65q5si5yc1yzgl74nv";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-grammalecte";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-haskell = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , haskell-mode
- , let-alist
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "flycheck-haskell";
- ename = "flycheck-haskell";
- version = "0.8";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-haskell";
- rev = "ee3401d97cc5e8edc216f2369e9dea3d363e462c";
- sha256 = "0yryd346cp5zir3icldkhjzwjb0bkq8rlidbr62dry1cw9bic6z0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ca601613788ae830655e148a222625035195f55/recipes/flycheck-haskell";
- sha256 = "12lgirz3j6n5ns2ikq4n41z0d33qp1lb5lfz1q11qvpbpn9d0jn7";
- name = "recipe";
- };
- packageRequires = [ dash emacs flycheck haskell-mode let-alist seq ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-haskell";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-hdevtools = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-hdevtools";
- ename = "flycheck-hdevtools";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-hdevtools";
- rev = "fbf90b9a7d2d90f69ac55b57d18f0f4a47afed61";
- sha256 = "136mdg21a8sqxhijsjsvpli7r7sb40nmf80p6gmgb1ghwmhlm8k3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9e210eb2405cc85dd1d03e9119d2249178950398/recipes/flycheck-hdevtools";
- sha256 = "0ahvai1q4x59ryiyccvqvjisgqbaiahx4gk8ssaxhblhj0sqga93";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-hdevtools";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ini-pyinilint = callPackage ({ fetchFromGitLab
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-ini-pyinilint";
- ename = "flycheck-ini-pyinilint";
- version = "0.3";
- src = fetchFromGitLab {
- owner = "danieljrmay";
- repo = "flycheck-ini-pyinilint";
- rev = "54744a78d06373404933fedc3ca836916e83de51";
- sha256 = "1zdvan6l2s97s7swnccq21z1ja8vl64l757j3hg50ipq8j5yy9dl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c2a1d0b4be0dd3e238ad2e3a157b11ecc82c0639/recipes/flycheck-ini-pyinilint";
- sha256 = "028ksrlrrsn2wsz7kqf3qk4pp3scs7zvp74c4xj52rm4hh7ycbl7";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ini-pyinilint";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-irony = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , irony
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-irony";
- ename = "flycheck-irony";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "Sarcasm";
- repo = "flycheck-irony";
- rev = "34940ae5ab8f4c721d9c1118ebfc3496d7e67a84";
- sha256 = "0qa5a8wzvzxwqql92ibc9s43k8sj3vwn7skz9hfr8av0skkhx996";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e367afce9a792c168ef1e7e20cc5903f7b570d8/recipes/flycheck-irony";
- sha256 = "0qk814m5s7mjba659llml0gy1g3045w8l1g73w2pnm1pbpqdfn3z";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck irony ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-irony";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-joker = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-joker";
- ename = "flycheck-joker";
- version = "1.3.0";
- src = fetchFromGitHub {
- owner = "candid82";
- repo = "flycheck-joker";
- rev = "51e99e697761ee8dab863930910abdba7607c1bd";
- sha256 = "07pxfvnrgp7f3rb27j1zrq04pncvga4291krqqy3dzwazsjplz48";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/599bf33a5d4a4a590b355001e532cab4e1ee9ef6/recipes/flycheck-joker";
- sha256 = "0war80zdljpjhfihqrind8471ic7l4z7j74zmrysybxvnd5nr7l3";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-joker";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-julia = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-julia";
- ename = "flycheck-julia";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "gdkrmr";
- repo = "flycheck-julia";
- rev = "213b60a5a9a1cb7887260e1d159b5bb27167cbb6";
- sha256 = "0wk8mc8j67dmc3mxzrhypgxmyywwrjh5q5llj4m2mgf0j7yp2576";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e964e3c6f737d0102b4fd7440fa9d434e6382bf/recipes/flycheck-julia";
- sha256 = "0340bv0lifs8pajk7gh7rngdjg62vaggn5biyysng642dlg5fwqs";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-julia";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-kotlin = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-kotlin";
- ename = "flycheck-kotlin";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "whirm";
- repo = "flycheck-kotlin";
- rev = "44dfae49a7355232492e17c150b7f80a84835c45";
- sha256 = "1495yxk308d1j3hw8gfdrsg8xs1imzgwfnwadrz9hx36rjd2dhj5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f158727cc8892aadba0a613dd08e65e2fc791b48/recipes/flycheck-kotlin";
- sha256 = "0vh4f3ap1ciddf2fvfnjz668d6spyx49xs2wfp1hrzxn5yqpnra5";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-kotlin";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ledger = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-ledger";
- ename = "flycheck-ledger";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flycheck-ledger";
- rev = "9401b6c83f60bfd29edfc62fee76f75e17a3a41e";
- sha256 = "1pdssw5k88ym5fczllfjv26sp4brlyrywnlzq5baha5pq91h9cb6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc715e6849aa5d6017e2478514c4a0d84c7ddbe5/recipes/flycheck-ledger";
- sha256 = "0807pd2km4r60wgd6jakscbx63ab22d9kvf1cml0ad8wynsap7jl";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ledger";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-mix = callPackage ({ elixir-mode
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-mix";
- ename = "flycheck-mix";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "tomekowal";
- repo = "flycheck-mix";
- rev = "c565ebb12a48fcd49cc65656d79295c3288fcb84";
- sha256 = "1yncail979sfljmib7b1m9aw376xd4b76apz4d50hj83lrfy169c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd2a4d71b7f4c0082b687a23fd367d55186625a9/recipes/flycheck-mix";
- sha256 = "1wp8lp45lc519w3xsws2c91jlbfmc0pc8764kxsifk74akwcizfl";
- name = "recipe";
- };
- packageRequires = [ elixir-mode flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-mix";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-mmark = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-mmark";
- ename = "flycheck-mmark";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "mmark-md";
- repo = "flycheck-mmark";
- rev = "9ac97f2ff7c669f1c5581b1a6677daa2383b0884";
- sha256 = "0yis6dgvclm434zycc731y48ac4wviafn1k9w18qmlz9qnjqpivd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2fd10423ab80e32245bb494005c8f87a8987fffb/recipes/flycheck-mmark";
- sha256 = "0lnw7pz40hijcpi9b92vjxvvyh9v50ww2f2r8z9pyhl9mjy2245x";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-mmark";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-nimsuggest = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , nim-mode }:
- melpaBuild {
- pname = "flycheck-nimsuggest";
- ename = "flycheck-nimsuggest";
- version = "0.8.1";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "flycheck-nimsuggest";
- rev = "8b1c69e9aa924368bc4dadd4cde818ff158cd3f0";
- sha256 = "0vnwy7b3xs2smbr6ah6yk8hq7vvsciq7d6m1qr91nfnazdgvxmvg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cb4170f002dbcd1906e81836f3ce035b1e81c379/recipes/flycheck-nimsuggest";
- sha256 = "099mlzramm6z66zyjb6ypn7qb0hpvwbbgk9ydsanj8sni0dd66hv";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck nim-mode ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-nimsuggest";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-objc-clang = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-objc-clang";
- ename = "flycheck-objc-clang";
- version = "3.0.0";
- src = fetchFromGitHub {
- owner = "GyazSquare";
- repo = "flycheck-objc-clang";
- rev = "b46ad43637cebf8467cf596d3e7b5f5d371789e9";
- sha256 = "0qiva3sfxy0ilf062yd5kyirmimlc5nnl6954ijmf7r31z57n64z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ff4412f507371b93cfb85fc744e54110cd87338/recipes/flycheck-objc-clang";
- sha256 = "07mzwd04a69d7xpkjmhfmf95j69h6accnf9bb9br7jb1hi9vdalp";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-objc-clang";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ocaml = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild
- , merlin }:
- melpaBuild {
- pname = "flycheck-ocaml";
- ename = "flycheck-ocaml";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-ocaml";
- rev = "9b4cd83ad2a87cc94b5d4e1ac26ac235475f1e6c";
- sha256 = "1phfarws2aajkgcl96hqa4ydmb1yncg10q2ldzf8ff6yd6mvk51l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ce9283eb1285953a2578eb7c4d280b4d98c801f/recipes/flycheck-ocaml";
- sha256 = "1cv2bb66aql2kj1y1gsl4xji8yrzrq6rd8hxxs5vpfsk47052lf7";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck let-alist merlin ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ocaml";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-package = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , package-lint }:
- melpaBuild {
- pname = "flycheck-package";
- ename = "flycheck-package";
- version = "0.12";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flycheck-package";
- rev = "afe8a49343d90d08ee72ac6f993d424dcc39cc38";
- sha256 = "19pz8h01yacfqsyh5940pam6vigvavsqg6qd84994d7mmzl534qa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d17ec69c9f192625e74dfadf03b11d0d7dc575e7/recipes/flycheck-package";
- sha256 = "0068kpia17rsgjdmzsjnw0n6x5z9jvfxggxlzkszvwsx73mvcs2d";
- name = "recipe";
- };
- packageRequires = [ flycheck package-lint ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-package";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-phpstan = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , phpstan }:
- melpaBuild {
- pname = "flycheck-phpstan";
- ename = "flycheck-phpstan";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "phpstan.el";
- rev = "1151b8d418af532fdf0732b9793b479c64a364e3";
- sha256 = "0wb9pshgcrq2w9d9fpkywz299ihcb9fffh3fdk8rm1r8irylrjkh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5a2b6cc39957e6d7185bd2bdfa3755e5b1f474a6/recipes/flycheck-phpstan";
- sha256 = "1dr0h6cnwxdjmhlackv4gpsljwzs27gk41p8q99r0m44dada9gaf";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck phpstan ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-phpstan";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-pony = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-pony";
- ename = "flycheck-pony";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "SeanTAllen";
- repo = "flycheck-pony";
- rev = "9356cbcd404eaf381ab0c4b0f9c47232f723fa7e";
- sha256 = "1rzz3cl0pxn3hhrkxcdiy17wl4dzbn8kxm3hq90zmhag1gbfy4zz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e2bcb82f4ddb92243058c9ab1a67d4f7ef87b155/recipes/flycheck-pony";
- sha256 = "18w1d7y3jsmsc4wg0909p72cnvbxzsmnirmrahhwgsb963fij5qk";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-pony";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-popup-tip = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "flycheck-popup-tip";
- ename = "flycheck-popup-tip";
- version = "0.12.2";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-popup-tip";
- rev = "ef86aad907f27ca076859d8d9416f4f7727619c6";
- sha256 = "1bi6f9nm4bylsbjv4qnkar35s6xzdf2cc2cxi3g691p9527apdz6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b2269ee9532bb092756ae0c0693cb44b73820e8/recipes/flycheck-popup-tip";
- sha256 = "1j8pgljnxcbfh08qpbr9jkw56l7d6k8lmdcsjbi6jd7jmyqbqvnx";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck popup ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-popup-tip";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-pos-tip = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , pos-tip }:
- melpaBuild {
- pname = "flycheck-pos-tip";
- ename = "flycheck-pos-tip";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-pos-tip";
- rev = "3f1d5297fdff44a14ee624160eefdc678e2bd0bd";
- sha256 = "0qxx3xdgk5l793yg5ffbi5qhrxrf6akwdz93n2vibpkdjkvzyh2y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/698843f75e17b9e6160487c0153f9d6b4af288f6/recipes/flycheck-pos-tip";
- sha256 = "09i2jmwj8b915fhyczwdb1j7c551ggbva33avis77ga1s9v3nsf9";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck pos-tip ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-pos-tip";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-pycheckers = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-pycheckers";
- ename = "flycheck-pycheckers";
- version = "0.12";
- src = fetchFromGitHub {
- owner = "msherry";
- repo = "flycheck-pycheckers";
- rev = "6acbba5120ea2c860a0856580e29157b14b9716d";
- sha256 = "0ji5al46bz1mki4zlsyxv8d3dkssdz63in2zxhcf4kvpmdazxk4g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/af36dca316b318d25d65c9e842f15f736e19ea63/recipes/flycheck-pycheckers";
- sha256 = "18ski3bp8x33589pc273i5ia3hffvlb4czrd97wkfgr4k59ww6yq";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-pycheckers";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-rtags = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , rtags }:
- melpaBuild {
- pname = "flycheck-rtags";
- ename = "flycheck-rtags";
- version = "2.31";
- src = fetchFromGitHub {
- owner = "Andersbakken";
- repo = "rtags";
- rev = "5dbb594a7202c4a2e84329cf821bd28bfbea5ae3";
- sha256 = "0x210bqv7618g85nzjy4x9gy31qcbjgppmk8zbpmqk59f2bp7bac";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/flycheck-rtags";
- sha256 = "00v6shfs7piqapmyqyi0fk3182rcfa3p8wr2cm5vqlrana13kbw4";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck rtags ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-rtags";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-rust = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "flycheck-rust";
- ename = "flycheck-rust";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "flycheck";
- repo = "flycheck-rust";
- rev = "a139cd53c5062697e9ed94ad80b803c37d999600";
- sha256 = "1fh6j5w2387nh2fwwjphkhq17cgj5m2q5k0fhidvgc2w65lzbr1r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68d8cdf3d225b13ebbbe5ce81a01366f33266aed/recipes/flycheck-rust";
- sha256 = "1k0n0y6lbp71v4465dwq7864vp1qqyx7zjz0kssszcpx5gl1596w";
- name = "recipe";
- };
- packageRequires = [ dash emacs flycheck let-alist seq ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-rust";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-status-emoji = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-status-emoji";
- ename = "flycheck-status-emoji";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "liblit";
- repo = "flycheck-status-emoji";
- rev = "61e93ac41847d27b8eea3a334ced2d1783687b77";
- sha256 = "104zz9fihvd5klzdcaxsdmmfp0q5qisq5bbff48rfwdxnlp8dskr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5abd6aaa8d2bf55ae75cd217820763531f91958b/recipes/flycheck-status-emoji";
- sha256 = "0p42424b1fsmfcjyl252vhblppmpjwd6br2yqh10fi60wmprvn2p";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs flycheck let-alist ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-status-emoji";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-swift = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-swift";
- ename = "flycheck-swift";
- version = "2.0";
- src = fetchFromGitHub {
- owner = "swift-emacs";
- repo = "flycheck-swift";
- rev = "822d1415eabfd464adc52063f9c44da1c87f0ff9";
- sha256 = "0gf7cxrsrf62kamm4xy1fi4v264szm6qk607ifg4bi5dmdc10b0k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd99bea06079c4231363c37e3361bd9e5b1ba490/recipes/flycheck-swift";
- sha256 = "1s6rn4wyz9la6bw228jfxx8dxjyk5hf8r3vbmq0k808p772zki0z";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-swift";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-swift3 = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-swift3";
- ename = "flycheck-swift3";
- version = "3.0.0";
- src = fetchFromGitHub {
- owner = "GyazSquare";
- repo = "flycheck-swift3";
- rev = "811a765a0106bbdc8d6a721b22a2a97f3527df7c";
- sha256 = "0gsiisshqml1s56p9k8lw5fd3mlnk2i9j886ybc7ahkkpq8sfdwz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1fb8c731c118327dc0bbb726e046fec46bcfb82/recipes/flycheck-swift3";
- sha256 = "05yfrn42svcvdkr8mx16ii8llhzn33lxdawksjqiqg671s6fgdpa";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-swift3";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-tip = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "flycheck-tip";
- ename = "flycheck-tip";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "flycheck-tip";
- rev = "0bfddf52ae4ec48d970324f8336a5d62986bbc9e";
- sha256 = "0azjr5mfb3hnb66m1b2319i035mn5i9qz24y7fj5crhnc9vp8w3s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/024f1e588e94014734fa252ee7bdb00b4991ede9/recipes/flycheck-tip";
- sha256 = "0zab1zknrnsw5xh5pwzzcpz7p40bbywkf9zx99sgsd6b5j1jz656";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck popup ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-tip";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-title = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-title";
- ename = "flycheck-title";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "flycheck-title";
- rev = "4686fa30069f6f3d996bd63978b8fd47f534df24";
- sha256 = "18s60kvvh9glk7b1fj5b18shif0h9cfkh0zrvljscxid01nk9l7k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2996b70645cd6fd093e3b31b9586ce5acb036cf6/recipes/flycheck-title";
- sha256 = "1cxid9qmzy8pl8qkvr6kgvfqm05pjw8cxpz66x619hbkw2vr7sza";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-title";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-vdm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , vdm-mode }:
- melpaBuild {
- pname = "flycheck-vdm";
- ename = "flycheck-vdm";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "peterwvj";
- repo = "vdm-mode";
- rev = "e131edb0d35de28bd47d6128dd70d9a6fc46e0fa";
- sha256 = "090a0imk7dr6vqq4lf806pvajqc499x2gmi0k7rgc1696rbyzhb5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f246b9dcf7915a845b9e2cd44cc1a0833b412c8f/recipes/flycheck-vdm";
- sha256 = "15ng1l8gfp8iz50yb5d39dy57763gd2x8j6z6rz0byiykgxhl9zg";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck vdm-mode ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-vdm";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-yamllint = callPackage ({ fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flycheck-yamllint";
- ename = "flycheck-yamllint";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "krzysztof-magosa";
- repo = "flycheck-yamllint";
- rev = "110d310fae409e1869b82c34e60936bd3783dc69";
- sha256 = "0xfmnwmc26wzfw1r4q70yxzm9qqvcpxx953pvssavrxfyg3bdgf4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/932ee0a1f13a52d53102b90911da79145208cbb5/recipes/flycheck-yamllint";
- sha256 = "1q2sy0hsbnwdlwq99wk8n5gi9fd8bs4jvi859np8bylbhhb3kj8m";
- name = "recipe";
- };
- packageRequires = [ flycheck ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-yamllint";
- license = lib.licenses.free;
- };
- }) {};
- flycheck-ycmd = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild
- , ycmd }:
- melpaBuild {
- pname = "flycheck-ycmd";
- ename = "flycheck-ycmd";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "emacs-ycmd";
- rev = "d042a673b4d717c3ca9d641f120bfe16c994c740";
- sha256 = "0rxw86xi9xgr0fp6wmd6hgqgqr9flk7p4lcr0052jhlwknj1nrx0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/flycheck-ycmd";
- sha256 = "114k5y3jy470g5zzhxy03036gcayc08n6g61cidlr2zlyq80glyr";
- name = "recipe";
- };
- packageRequires = [ dash emacs flycheck let-alist ycmd ];
- meta = {
- homepage = "https://melpa.org/#/flycheck-ycmd";
- license = lib.licenses.free;
- };
- }) {};
- flymake-coffee = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-coffee";
- ename = "flymake-coffee";
- version = "0.12";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-coffee";
- rev = "d4ef325255ea36d1dd622f29284fe72c3fc9abc0";
- sha256 = "1svj5n7mmzhq03azlv4n33rz0nyqb00qr8ihdbc8hh2xnp63j5rc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-coffee";
- sha256 = "1aig1d4fgjdg31vrg8k43z5hbqiydgfvxi45p1695s3kbdm8pr2d";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-coffee";
- license = lib.licenses.free;
- };
- }) {};
- flymake-css = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-css";
- ename = "flymake-css";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-css";
- rev = "3e56d47d3c53e39741aa4f702bb9fb827cce22ed";
- sha256 = "054ws88fcfz3hf3cha7dvndm52v5n4jc4vzif1lif44xq0iggwqa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-css";
- sha256 = "0kqm3wn9symqc9ivnh11gqgq8ql2bhpqvxfm86d8vwm082hd92c5";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-css";
- license = lib.licenses.free;
- };
- }) {};
- flymake-cursor = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-cursor";
- ename = "flymake-cursor";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "flymake";
- repo = "emacs-flymake-cursor";
- rev = "5cac5045398b1436ceb143d48961b50d38ae1396";
- sha256 = "0xaq8zfd90kqqwg8ik081jblrdyj6p3fh2xpf6a4sdj8826ry93v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a02597edee67c84bef259d7fc5c5b61bd39a5b86/recipes/flymake-cursor";
- sha256 = "0v5abg3h9kmybr0cyr7hqy4rn88h84snzxbsmqcbjw24s10v9p0s";
- name = "recipe";
- };
- packageRequires = [ flymake ];
- meta = {
- homepage = "https://melpa.org/#/flymake-cursor";
- license = lib.licenses.free;
- };
- }) {};
- flymake-diagnostic-at-point = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "flymake-diagnostic-at-point";
- ename = "flymake-diagnostic-at-point";
- version = "1.2.0";
- src = fetchFromGitHub {
- owner = "meqif";
- repo = "flymake-diagnostic-at-point";
- rev = "379616b1c6f5ebeaf08fbe54ae765008a78b3be7";
- sha256 = "1wbzrxxz5z1xg2lwmqgglvixxf1xm3gl6mdyj9idsbym05azm3hg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7ae169ca3b59d3b876d52148dac573b7f083ac3/recipes/flymake-diagnostic-at-point";
- sha256 = "0cdxb9w5sq6z6wramj1bss5vwqzxkmdyzb1di39rghyh243cdrzx";
- name = "recipe";
- };
- packageRequires = [ emacs popup ];
- meta = {
- homepage = "https://melpa.org/#/flymake-diagnostic-at-point";
- license = lib.licenses.free;
- };
- }) {};
- flymake-easy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-easy";
- ename = "flymake-easy";
- version = "0.10";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-easy";
- rev = "09deafbcb5f094de8465c2bbfe270ba0f517f515";
- sha256 = "1ld0g3hrbplmw3xgg6jg032hncnlxyc3hid4vn38lkcj3y7ls61b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/flymake-easy";
- sha256 = "0y7nm2p5x1f0nqfj73zr6xzbpf4wrzx8sn8154yx0qm0qh3id39v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flymake-easy";
- license = lib.licenses.free;
- };
- }) {};
- flymake-eslint = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-eslint";
- ename = "flymake-eslint";
- version = "1.3.4";
- src = fetchFromGitHub {
- owner = "orzechowskid";
- repo = "flymake-eslint";
- rev = "d4be92ea779ea333b599fd125817f943a676a63a";
- sha256 = "1x0ipsg0gd5lflx7kyyaz7zv6xnjzmhh1k32f01qr69zarf31nw0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b607c3b859f4564e316532a256a299c73e5f6f0/recipes/flymake-eslint";
- sha256 = "0avirxxgjk3k8hqpnhay83ij7s3xr4ha4wz5lji1zyx6f6im6gyb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/flymake-eslint";
- license = lib.licenses.free;
- };
- }) {};
- flymake-gjshint = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-gjshint";
- ename = "flymake-gjshint";
- version = "0.0.6";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "flymake-gjshint-el";
- rev = "71495ee5303de18293decd57ab9f9abdbaabfa05";
- sha256 = "002s01cymgx4z4l3j2pqirg7899pljdx2hmbz8k6cksdxlymzmkd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4673825b15519e9eb2204ade5cc045751771c52/recipes/flymake-gjshint";
- sha256 = "19jcd5z4883z3fzlrdn4fzmsvn16f4hfnhgw4vbs5b0ma6a8ka44";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flymake-gjshint";
- license = lib.licenses.free;
- };
- }) {};
- flymake-haml = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-haml";
- ename = "flymake-haml";
- version = "0.8";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-haml";
- rev = "343449920866238db343d61343bc845cc8bc5e1b";
- sha256 = "1b3lf5jwan03k7rb97g4bb982dacdwsfdddnwc0inx9gs3qq1zni";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-haml";
- sha256 = "0dmdhh12h4xrx6mc0qrwavngk2sx0l4pfqkjjyavabsgcs9wlgp1";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-haml";
- license = lib.licenses.free;
- };
- }) {};
- flymake-haskell-multi = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-haskell-multi";
- ename = "flymake-haskell-multi";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-haskell-multi";
- rev = "d2c9aeffd33440d360c1ea0c5aef6d1f171599f9";
- sha256 = "0k1qc0r0gr7f9l5if2a67cv4k73z5yxd6vxd6l1bqw500y0aajxz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e879eca5eb11b2ae77ee2cb8d8150d85e9e93ebd/recipes/flymake-haskell-multi";
- sha256 = "0cyzmmghwkkv6020s6n436lwymi6dr49i7gkci5n0hw5pdywcaij";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-haskell-multi";
- license = lib.licenses.free;
- };
- }) {};
- flymake-hlint = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-hlint";
- ename = "flymake-hlint";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-hlint";
- rev = "d540e250a80a09da3036c16bf86f9deb6d738c9c";
- sha256 = "1ygg51r4ym4x7h4svizwllsvr72x9np6jvjqpk8ayv3w2fpb9l31";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17820f32d46e845cc44b237d0bfd5c2d898721de/recipes/flymake-hlint";
- sha256 = "0wq1ijhn3ypy31yk8jywl5hnz0r0vlhcxjyznzccwqbdc5vf7b2x";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-hlint";
- license = lib.licenses.free;
- };
- }) {};
- flymake-jslint = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-jslint";
- ename = "flymake-jslint";
- version = "0.23";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-jslint";
- rev = "30693f75059bab53a9d2eb676c68751f4d8b091c";
- sha256 = "00zkm3wqlss386qd6jiq0siga7c48n5ykh0vf9q5v83rmpd79yri";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-jslint";
- sha256 = "1cq8fni4p0qhigx0qh34ypmcsbnilra1ixgnrn9mgg8x3cvcm4cm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flymake-jslint";
- license = lib.licenses.free;
- };
- }) {};
- flymake-json = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-json";
- ename = "flymake-json";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-json";
- rev = "ad8e482db1ad29e23bdd9d089b9bc3615649ce65";
- sha256 = "0rzlw80mi39147yqnpzcvw9wvr5svksd3kn6s3w8191f2kc6xzzv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acb0a4d29159aa6d74f754911f63152dac3425bd/recipes/flymake-json";
- sha256 = "1p5kajiycpqy2id664bs0fb1mbf73a43qqfdi4c57n6j9x7fxp4d";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-json";
- license = lib.licenses.free;
- };
- }) {};
- flymake-less = callPackage ({ fetchFromGitHub
- , fetchurl
- , less-css-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-less";
- ename = "flymake-less";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-less";
- rev = "8cbb5e41c8f4b988cee3ef4449cfa9aea3540893";
- sha256 = "0ggvmsjj6p6a7cwr2bzhlcf8ab4v6a2bz5djsscd2ryy570p367z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d4eae8b7b7d81ebf4d85f38fc3a17b4bc918318/recipes/flymake-less";
- sha256 = "05k5daphxy94164c73ia7f4l1gv2cmlw8xzs8xnddg7ly22gjhi0";
- name = "recipe";
- };
- packageRequires = [ less-css-mode ];
- meta = {
- homepage = "https://melpa.org/#/flymake-less";
- license = lib.licenses.free;
- };
- }) {};
- flymake-perlcritic = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-perlcritic";
- ename = "flymake-perlcritic";
- version = "1.0.3";
- src = fetchFromGitHub {
- owner = "flymake";
- repo = "emacs-flymake-perlcritic";
- rev = "0692d6ad5495f6e5438bde0a10345829b8e1def8";
- sha256 = "11r982h5fhjkmm9ld8wfdip0ghinw523nm1w4fmy830g0bbkgkrq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/flymake-perlcritic";
- sha256 = "1i0bc81cby2nsala2mhghzv7clhbf1gpp54vdxiq2wdanqy25vmk";
- name = "recipe";
- };
- packageRequires = [ flymake ];
- meta = {
- homepage = "https://melpa.org/#/flymake-perlcritic";
- license = lib.licenses.free;
- };
- }) {};
- flymake-php = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-php";
- ename = "flymake-php";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-php";
- rev = "91f867e209011af31a2ca2d8f6874b994403bcb2";
- sha256 = "0dzyid0av9icp77wv0zcsygpw46z24qibq1ra0iwnkzl3kqvkyzh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-php";
- sha256 = "12ds2l5kvs7fz38syp4amasbjkpqd36rlpajnb3xxll0hbk6vffk";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-php";
- license = lib.licenses.free;
- };
- }) {};
- flymake-python-pyflakes = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-python-pyflakes";
- ename = "flymake-python-pyflakes";
- version = "0.9";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-python-pyflakes";
- rev = "78806a25b0f01f03df4210a79a6eaeec59511d7a";
- sha256 = "0l8qpcbzfi32h3vy7iwydx3hg2w60x9l3v3rabzjx412m5d00gsh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49091c0eca4158b80269b6ff5f7f3fc8e981420b/recipes/flymake-python-pyflakes";
- sha256 = "0asbjxv03zkbcjayanv13qzbv4z7b6fi0z1j6yv7fl6q9mgvm497";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-python-pyflakes";
- license = lib.licenses.free;
- };
- }) {};
- flymake-ruby = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-ruby";
- ename = "flymake-ruby";
- version = "0.8";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-ruby";
- rev = "e14e8e2abda223bd3920dbad0eefd5af5973ae6d";
- sha256 = "0d2vmpgr5c2cbpxcqm5x1ckfysbpwcbaa9frcnp2yfp8scvkvqj0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-ruby";
- sha256 = "1shr6d03vx85nmyxnysglzlc1pz0zy3n28nrcmxqgdm02g197bzr";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-ruby";
- license = lib.licenses.free;
- };
- }) {};
- flymake-sass = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-sass";
- ename = "flymake-sass";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-sass";
- rev = "1c7664818db539de7f3dab396c013528a3f5b8b4";
- sha256 = "0c74qdgy9c4hv3nyjnbqdzypbg9399vq3p5ngp5lasc7iz6vi0h8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-sass";
- sha256 = "0sz6n5r9pdphgvvaljg9zdwj3dqayaxzxmb4s8x4b05c8yx3ba0d";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-sass";
- license = lib.licenses.free;
- };
- }) {};
- flymake-shell = callPackage ({ fetchFromGitHub
- , fetchurl
- , flymake-easy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flymake-shell";
- ename = "flymake-shell";
- version = "0.8";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "flymake-shell";
- rev = "ec097bd77db5523a04ceb15a128e01689d36fb90";
- sha256 = "0c2lz1p91yhprmlbmp0756d96yiy0w92zf0c9vlp0i9abvd0cvkc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/flymake-shell";
- sha256 = "13ff4r0k29yqgx8ybxz7hh50cjsadcjb7pd0075s9xcrzia5x63i";
- name = "recipe";
- };
- packageRequires = [ flymake-easy ];
- meta = {
- homepage = "https://melpa.org/#/flymake-shell";
- license = lib.licenses.free;
- };
- }) {};
- flyspell-correct = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flyspell-correct";
- ename = "flyspell-correct";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "d12frosted";
- repo = "flyspell-correct";
- rev = "a9b53c52ab350aead0851e140d813cfd7b1bd680";
- sha256 = "1r9hmz7sihhy7npv6nxp04sy57glzmfax5d67mwn96fdnc0yhlnd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fa06fbe3bc40ae5e3f6d10dee93a9d49e9288ba5/recipes/flyspell-correct";
- sha256 = "0d2205h234na9s942s83yvkq89l9w9jnl5yfrxkkdiq8pw0dvymd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flyspell-correct";
- license = lib.licenses.free;
- };
- }) {};
- flyspell-correct-helm = callPackage ({ fetchFromGitHub
- , fetchurl
- , flyspell-correct
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flyspell-correct-helm";
- ename = "flyspell-correct-helm";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "d12frosted";
- repo = "flyspell-correct";
- rev = "a9b53c52ab350aead0851e140d813cfd7b1bd680";
- sha256 = "1r9hmz7sihhy7npv6nxp04sy57glzmfax5d67mwn96fdnc0yhlnd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7b9302d8f804c77eb81fee7ed27f13cb1176f6/recipes/flyspell-correct-helm";
- sha256 = "18s2bzszy6x31avqg7j2lsll2cf4asb8njwhmx4mm215agack976";
- name = "recipe";
- };
- packageRequires = [ flyspell-correct helm ];
- meta = {
- homepage = "https://melpa.org/#/flyspell-correct-helm";
- license = lib.licenses.free;
- };
- }) {};
- flyspell-correct-ivy = callPackage ({ fetchFromGitHub
- , fetchurl
- , flyspell-correct
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flyspell-correct-ivy";
- ename = "flyspell-correct-ivy";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "d12frosted";
- repo = "flyspell-correct";
- rev = "a9b53c52ab350aead0851e140d813cfd7b1bd680";
- sha256 = "1r9hmz7sihhy7npv6nxp04sy57glzmfax5d67mwn96fdnc0yhlnd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7b9302d8f804c77eb81fee7ed27f13cb1176f6/recipes/flyspell-correct-ivy";
- sha256 = "1n5iyab6bj761w6vxncyqvqzwh9k60pzq5f2n00ifrz74pqs537i";
- name = "recipe";
- };
- packageRequires = [ flyspell-correct ivy ];
- meta = {
- homepage = "https://melpa.org/#/flyspell-correct-ivy";
- license = lib.licenses.free;
- };
- }) {};
- flyspell-correct-popup = callPackage ({ fetchFromGitHub
- , fetchurl
- , flyspell-correct
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "flyspell-correct-popup";
- ename = "flyspell-correct-popup";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "d12frosted";
- repo = "flyspell-correct";
- rev = "a9b53c52ab350aead0851e140d813cfd7b1bd680";
- sha256 = "1r9hmz7sihhy7npv6nxp04sy57glzmfax5d67mwn96fdnc0yhlnd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7b9302d8f804c77eb81fee7ed27f13cb1176f6/recipes/flyspell-correct-popup";
- sha256 = "1fr8ajwldcl58i8xm31dz1mjwbi9f4q8s58x5jrqhqha0x4p4h9l";
- name = "recipe";
- };
- packageRequires = [ flyspell-correct popup ];
- meta = {
- homepage = "https://melpa.org/#/flyspell-correct-popup";
- license = lib.licenses.free;
- };
- }) {};
- flyspell-lazy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "flyspell-lazy";
- ename = "flyspell-lazy";
- version = "0.6.10";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "flyspell-lazy";
- rev = "31786fe04a4732d2f845e1c7e96fcb030182ef10";
- sha256 = "1g09s57b773nm9xqslzbin5i2h18k55nx00s5nnkvx1qg0n0mzkm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a082c2dc0458e3007a947923f5b97e88217199e8/recipes/flyspell-lazy";
- sha256 = "0lzazrhsfh5m7n57dzx0v46d5mg87wpwwkjzf5j9gpv1mc1xfg1y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/flyspell-lazy";
- license = lib.licenses.free;
- };
- }) {};
- flyspell-popup = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "flyspell-popup";
- ename = "flyspell-popup";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "flyspell-popup";
- rev = "29311849bfd253b9b689bf331860b4c4d3bd4dde";
- sha256 = "0x7jilwb0fgzsr7ma59sgd0d4122cl0hwzr28vi3z5s8wdab7nc4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/186d00724137c055b521a5f5c54acf71c4b16c32/recipes/flyspell-popup";
- sha256 = "0wp15ra1ry6xpwal6mb53ixh3f0s4nps0rdyfli7hhaiwbr9bhql";
- name = "recipe";
- };
- packageRequires = [ popup ];
- meta = {
- homepage = "https://melpa.org/#/flyspell-popup";
- license = lib.licenses.free;
- };
- }) {};
- fn = callPackage ({ cl-lib ? null
- , dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fn";
- ename = "fn";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "troyp";
- repo = "fn.el";
- rev = "fe65dc654d319e6fa9cef4d7eca0f8dd847b6a32";
- sha256 = "1j2rrwizafwramlzrjcsfv8xbz72qmiaa120cb1ri8wp6nyvhys0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d2929604b6dd21d6cf425643927a9c216801dc1/recipes/fn";
- sha256 = "0cb98rxdb6sd0kws6bc4pa536kiyw3yk0hlfqcm3ps81hcgqjhhn";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash dash-functional emacs ];
- meta = {
- homepage = "https://melpa.org/#/fn";
- license = lib.licenses.free;
- };
- }) {};
- focus = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "focus";
- ename = "focus";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "larstvei";
- repo = "Focus";
- rev = "75202c9445f52eab6fb82f00006f37cd20dae6b2";
- sha256 = "1v9y3dp7sd4rsm31myp3l1jxpwjw3madajb6yz9rw0yhdirfwgbg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e8f1217224514f9b048b7101c89e3b1a305821e/recipes/focus";
- sha256 = "0jw26j8npyl3dgsrs7ap2djxmkafn2hl6gfqvi7v76bccs4jkyv8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/focus";
- license = lib.licenses.free;
- };
- }) {};
- fold-dwim = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fold-dwim";
- ename = "fold-dwim";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "emacsattic";
- repo = "fold-dwim";
- rev = "4764b0246a722d37eb8ec9f204ffaccaad1755d0";
- sha256 = "1k8z30imlxvqm7lv12kgqdfgc5znxyvl9jxi8j2ymmwlgy11f726";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/62064e272a658d998b1ccf13dc3c2e3e454acade/recipes/fold-dwim";
- sha256 = "1k5186s69qahwbzvwq70af3bkcglls9a82c5jw5mdw3ic8k631sh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fold-dwim";
- license = lib.licenses.free;
- };
- }) {};
- fold-dwim-org = callPackage ({ fetchFromGitHub
- , fetchurl
- , fold-dwim
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fold-dwim-org";
- ename = "fold-dwim-org";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "fold-dwim-org";
- rev = "c09bb2b46d65afbd1d0febc6fded7495be7a3037";
- sha256 = "14jvbkahwvv4wb0s9vp8gqmlpv1d4269j5rsjxn79q5pawjzslxw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/97d22d9feaf521ce576b80d2933ecbc166c1dbe7/recipes/fold-dwim-org";
- sha256 = "0812p351rzvqcfn00k92nfhlg3y772y4z4b9f0xqnpa935y6harn";
- name = "recipe";
- };
- packageRequires = [ fold-dwim ];
- meta = {
- homepage = "https://melpa.org/#/fold-dwim-org";
- license = lib.licenses.free;
- };
- }) {};
- fold-this = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fold-this";
- ename = "fold-this";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "fold-this.el";
- rev = "90b41d7b588ab1c3295bf69f7dd87bf31b543a6a";
- sha256 = "1cbabpyp66nl5j8yhyj2jih4mhaljxvjh9ij05clai71z4598ahn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9853fcb99bd8717c77fa2b3bafb6e85d0d5d491c/recipes/fold-this";
- sha256 = "1iri4a6ixw3q7qr803cj2ik7rvmww1b6ybj5q2pvkf1v25r8655d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fold-this";
- license = lib.licenses.free;
- };
- }) {};
- font-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , persistent-soft }:
- melpaBuild {
- pname = "font-utils";
- ename = "font-utils";
- version = "0.7.8";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "font-utils";
- rev = "9192d3f8ee6a4e75f34c3fed10378674cc2b11d3";
- sha256 = "1k90w8v5rpswqb8fn1cc8sq5w12gf4sn6say5dhvqd63512b0055";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2af0a1644116e89c5a705ffe0885ffe3ee874eaf/recipes/font-utils";
- sha256 = "0k33jdchjkj7j211a23kfp5axg74cfsrrq4axsb1pfp124swh2n5";
- name = "recipe";
- };
- packageRequires = [ pcache persistent-soft ];
- meta = {
- homepage = "https://melpa.org/#/font-utils";
- license = lib.licenses.free;
- };
- }) {};
- fontawesome = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fontawesome";
- ename = "fontawesome";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-fontawesome";
- rev = "72b4f2f83c7fdacd225aee58f93acefc53166626";
- sha256 = "1icwjd1rbyr1g8ifyhvpi21wjff2qrddq2rmp5lmiajnwrlfli0d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93b92f10802ceffc353db3d220dccfd47ea7fa41/recipes/fontawesome";
- sha256 = "07hn4s929xklc74j8s6pd61rxmxw3911dq47wql77vb5pijv6dr3";
- name = "recipe";
- };
- packageRequires = [ emacs helm-core ];
- meta = {
- homepage = "https://melpa.org/#/fontawesome";
- license = lib.licenses.free;
- };
- }) {};
- fontify-face = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fontify-face";
- ename = "fontify-face";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "fontify-face";
- rev = "fc3325c98427523d86f0b411e0515cec51ac3d8a";
- sha256 = "1zfld9a17xhisfwhmfxvx1x63ksl6jg5g99kbivj4nq70sf26dpw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72bd6750dd5a7d9ed6e408e690f76c260ffd7d9e/recipes/fontify-face";
- sha256 = "1w7xlkladqkbh7gpnkbi53a7k9p5wzma4y9jgwbc58hng9ggm1k0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fontify-face";
- license = lib.licenses.free;
- };
- }) {};
- foreman-mode = callPackage ({ dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "foreman-mode";
- ename = "foreman-mode";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "zweifisch";
- repo = "foreman-mode";
- rev = "e90d2b56e83ab914f9ba9e78126bd7a534d5b8fb";
- sha256 = "199kybf2bvywqfnwr5w893km82829k1j7sp079y6s2601hq8ylw9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/edeeb2b52ac70f8bdad38d3af62a7e434853c504/recipes/foreman-mode";
- sha256 = "0p3kwbld05wf3dwcv0k6ynz727fiy0ik2srx4js9wvagy57x98kv";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/foreman-mode";
- license = lib.licenses.free;
- };
- }) {};
- forge = callPackage ({ closql
- , dash
- , emacs
- , emacsql-sqlite
- , fetchFromGitHub
- , fetchurl
- , ghub
- , graphql
- , let-alist
- , lib
- , magit
- , magit-popup
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "forge";
- ename = "forge";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "forge";
- rev = "f5fc99935e2059ddede9766ce4bb96d99dcd203b";
- sha256 = "0jipyqj3r4gkdwpcy0m5ij7x510r2admi8fbzwfysqyrwahs60nv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23512cf8152161322960d72a5ec49a7595003477/recipes/forge";
- sha256 = "0a1yvdxx43zq9ivwmg34wyybkw4vhgzd2c54cchsbrbr972x9522";
- name = "recipe";
- };
- packageRequires = [
- closql
- dash
- emacs
- emacsql-sqlite
- ghub
- graphql
- let-alist
- magit
- magit-popup
- markdown-mode
- ];
- meta = {
- homepage = "https://melpa.org/#/forge";
- license = lib.licenses.free;
- };
- }) {};
- form-feed = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "form-feed";
- ename = "form-feed";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "form-feed";
- rev = "eac6724c093458745e9ae0e37221077fa2ad0ff6";
- sha256 = "171jna631b2iqcimfsik9c66gii8nc0zdb58m077w00rn7rcxbh2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/468503d8103766e8196e977325e3bcb696219f6b/recipes/form-feed";
- sha256 = "1abwjkzi3irw0jwpv3f584zc72my9n8iq8zp5s0354xk6iwrl1rh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/form-feed";
- license = lib.licenses.free;
- };
- }) {};
- format-sql = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "format-sql";
- ename = "format-sql";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "paetzke";
- repo = "format-sql.el";
- rev = "97f475c245cd6c81a72a265678e2087cee66ac7b";
- sha256 = "0mikksamljps1czacgqavlnzzhgs8s3f8q4jza6v3csf8kgp5zd0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/085c03104aa5a809a112525547eec51100b6fb09/recipes/format-sql";
- sha256 = "0684xqzs933vj9d3n3lv7afk4gii41kaqykbb05cribaswapsanj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/format-sql";
- license = lib.licenses.free;
- };
- }) {};
- format-table = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "format-table";
- ename = "format-table";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "functionreturnfunction";
- repo = "format-table";
- rev = "dfcae3a867e574577fc09a43b045889ff155b58f";
- sha256 = "1z9l1qmv5hw7bgchi5f68nzsz9arjwsazvd6viq6k6jmjzncli6q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e307ead5e8a291cb5dfe316f3b13144e71b6a1b7/recipes/format-table";
- sha256 = "1fwjilx0n9m8q0macq231i73zvridjfgqlhw7d1xblw4qp82rzvp";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/format-table";
- license = lib.licenses.free;
- };
- }) {};
- fortune-cookie = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fortune-cookie";
- ename = "fortune-cookie";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "andschwa";
- repo = "fortune-cookie";
- rev = "bad99a2cd090f6646c7ee1125b95dd98744939c6";
- sha256 = "1kiflisiabc39lxi5hcazfvcwrpasl01lqsi2sri6pyrcrjyh8mf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ab0d56626c9bf847c693b4d9ddb08acee636054f/recipes/fortune-cookie";
- sha256 = "0xg0zk7hnyhnbhqpxnzrgqs5yz0sy6wb0n9982qc0pa6jqnl9z78";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fortune-cookie";
- license = lib.licenses.free;
- };
- }) {};
- frame-purpose = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "frame-purpose";
- ename = "frame-purpose";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "frame-purpose.el";
- rev = "60778ef3c02cb09a7ccc323732c89bf374dfbffe";
- sha256 = "0jq2aam1yvccw887ighd1wm2xkvk5bv53ffiz3crcl16a255aj4q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/033bd36a2419f4521944ccbfe8ce1eb56af20472/recipes/frame-purpose";
- sha256 = "0mvzryfakz5g8smsg4ciaa0bs0jp692rnjbahp9vl62ml5dp62fz";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs ];
- meta = {
- homepage = "https://melpa.org/#/frame-purpose";
- license = lib.licenses.free;
- };
- }) {};
- frames-only-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "frames-only-mode";
- ename = "frames-only-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "davidshepherd7";
- repo = "frames-only-mode";
- rev = "5a2947d797a5d6f74d3a9c97f8c0ab6cff115b28";
- sha256 = "0y0sdjixaxvywrlp2sw51wnczhk51q1svl5aghbk9rkxpwv9ys9v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e628416ad9420b3ac5bbfacf930a86d98958ac8/recipes/frames-only-mode";
- sha256 = "17p04l16ghz9kk096xk37yjpi4rmla86gp7c8ysjf6q6nyh0608h";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/frames-only-mode";
- license = lib.licenses.free;
- };
- }) {};
- frameshot = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "frameshot";
- ename = "frameshot";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "frameshot";
- rev = "3830aae976603ff4e41e09fdca7554594075694c";
- sha256 = "1sbxr78gl822gl0ky7iz1wb558ch9gp7igg4aq63gjlq6wfx2v93";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e5cfaa4b5fda97054d45691fad9d79b559f2df14/recipes/frameshot";
- sha256 = "1z5f988m9s25miyxbhaxk6m4af9afvblb2p5mdidva04szjklr70";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/frameshot";
- license = lib.licenses.free;
- };
- }) {};
- free-keys = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "free-keys";
- ename = "free-keys";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "free-keys";
- rev = "edfd69dc369b2647447b7c28c7c1163b1ddf45b4";
- sha256 = "0xgifa7s9n882f9ymyyz9gc11xfbj3vfpnxiq1fqfm5hmwx9pwbc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/55067e899ba618d4394ad9657322c92a667a0774/recipes/free-keys";
- sha256 = "0j9cfgy2nkbska4lm5z32p804i9n8pdgn50bs5zzk1ilwd5vbalj";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/free-keys";
- license = lib.licenses.free;
- };
- }) {};
- fringe-helper = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fringe-helper";
- ename = "fringe-helper";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "fringe-helper.el";
- rev = "0f10a196c6e57222b8d4c94eafc40a96e7b20f1b";
- sha256 = "1c3yx9j3q8fkfiay4nzcabsq9i4ydqf6vxk8vv80h78gg9afrzrj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/fringe-helper";
- sha256 = "1i5wra4j0rvrsl9vbg7fzga8cadw43ka2rwdj1m11wq8m3cs8g7m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fringe-helper";
- license = lib.licenses.free;
- };
- }) {};
- fsbot-data-browser = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fsbot-data-browser";
- ename = "fsbot-data-browser";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "Benaiah";
- repo = "fsbot-data-browser";
- rev = "6bca4f7de63e31839d2542f6c678b79931dec344";
- sha256 = "0lvpgfp89sz6f6rn576g1g88s0q3ibj5ghydjwfcg9w6h7vx5b5s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/fsbot-data-browser";
- sha256 = "14d4d8lasvgj520rmqgnzk6mi16znzcdvja9p8164fr9l41wnzgd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fsbot-data-browser";
- license = lib.licenses.free;
- };
- }) {};
- fsharp-mode = callPackage ({ company
- , company-quickhelp
- , dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , popup
- , pos-tip
- , s }:
- melpaBuild {
- pname = "fsharp-mode";
- ename = "fsharp-mode";
- version = "1.9.14";
- src = fetchFromGitHub {
- owner = "rneatherway";
- repo = "emacs-fsharp-mode-bin";
- rev = "e2a63296681d65969d9c21144a22c6fd2f9dd57d";
- sha256 = "0llv82jhfmxnblhihnc07z343780dsd2167xjm4vrpcqvlpp50g8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc45611e2b629d8bc5f74555368f964420b79541/recipes/fsharp-mode";
- sha256 = "07pkj30cawh0diqhrp3jkshgsd0i3y34rdnjb4af8mr7dsbsxb6z";
- name = "recipe";
- };
- packageRequires = [
- company
- company-quickhelp
- dash
- flycheck
- popup
- pos-tip
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/fsharp-mode";
- license = lib.licenses.free;
- };
- }) {};
- fstar-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fstar-mode";
- ename = "fstar-mode";
- version = "0.9.4.0";
- src = fetchFromGitHub {
- owner = "FStarLang";
- repo = "fstar-mode.el";
- rev = "3a9be64827bbed8e34d38803b5c44d8d4f6cd688";
- sha256 = "0manmkd66355g1fw2q1q96ispd0vxf842i8dcr6g592abrz5lhi7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c58ace42342c3d3ff5a56d86a16206f2ecb45f77/recipes/fstar-mode";
- sha256 = "1kwa6gqh91265vpp4gcady2brkizfkfjj0gnya9lar6x7rn4gj7s";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/fstar-mode";
- license = lib.licenses.free;
- };
- }) {};
- fuel = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fuel";
- ename = "fuel";
- version = "0.98";
- src = fetchFromGitHub {
- owner = "factor";
- repo = "factor";
- rev = "780bbd49cf82c9746ca5a3f42f4a4a27266ccee9";
- sha256 = "1fs6200rsbnk2lagz8qj17iynaf4c1fvb6sm03i53shsbarak2c3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e2a0e4698d4e71ec28656594f6a83504a823490/recipes/fuel";
- sha256 = "08hzzg5dhqkl5c5lfhwcwmx8m8z3k1nxshn2wlpqf5gch8f2nj6z";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/fuel";
- license = lib.licenses.free;
- };
- }) {};
- full-ack = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "full-ack";
- ename = "full-ack";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "full-ack";
- rev = "0aef4be1686535f83217cafb1524818071bd8325";
- sha256 = "0c3w3xs2jbdqgsqw0qmdbwii6p395qfznird4gg0hfr7lby2kmjq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/full-ack";
- sha256 = "09ikhyhpvkcl6yl6pa4abnw6i7yfsx5jkmzypib94w7khikvb309";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/full-ack";
- license = lib.licenses.free;
- };
- }) {};
- fullframe = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fullframe";
- ename = "fullframe";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "tomterl";
- repo = "fullframe";
- rev = "d6a5217f7f2a5a5edcb75140f3fa69b3a50f1cdd";
- sha256 = "0m43qnhp6ibsskpjkxc86p3lrjsjc0ndqml3lbd65s79x4x7i3fi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/13d1dc5c39543b65c6bb4150c3690211872c00dc/recipes/fullframe";
- sha256 = "08sh8lmb6g8asv28fcb36ilcn0ka4fc6ka0pnslid0h4c32fxp2a";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/fullframe";
- license = lib.licenses.free;
- };
- }) {};
- function-args = callPackage ({ fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "function-args";
- ename = "function-args";
- version = "0.6.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "function-args";
- rev = "0b07db81c0c1fa88d1ec763219ee57640858f79d";
- sha256 = "0lg9bhwn3za4jvz38zld389gdl48qf34nqqqrzj0r119g1jqdrg1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/80688d85a34b77783140ad2b8a47ef60c762b084/recipes/function-args";
- sha256 = "13yfscr993pll5yg019v9dwy71g123a166w114n2m78h0rbnzdak";
- name = "recipe";
- };
- packageRequires = [ ivy ];
- meta = {
- homepage = "https://melpa.org/#/function-args";
- license = lib.licenses.free;
- };
- }) {};
- fuzzy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fuzzy";
- ename = "fuzzy";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "auto-complete";
- repo = "fuzzy-el";
- rev = "939f4e9a3f08d83925b41dd3d23b2321f3f6b09c";
- sha256 = "1g7my9ha5cnwg3pjwa86wncg5gphv18xpnpmj3xc3vg7z5m45rss";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9e0197df173fbd7ec1e7e35c47476fcf2aaa483f/recipes/fuzzy";
- sha256 = "1hwdh9bx4g4vzzyc20vdwxsii611za37kc9ik40kwjjk62qmll8h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fuzzy";
- license = lib.licenses.free;
- };
- }) {};
- fvwm-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fvwm-mode";
- ename = "fvwm-mode";
- version = "1.6.4";
- src = fetchFromGitHub {
- owner = "theBlackDragon";
- repo = "fvwm-mode";
- rev = "d48a309bb7db21f5404b6619c6ee861fe0457704";
- sha256 = "0c3g0yfclczdh6nxmg9lljjf288zibqy51bhh1b1cgdmxcbpg8bv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac39130f8a031d6fe7df4411a5f94f2cdf652449/recipes/fvwm-mode";
- sha256 = "07y32cnp4qfhncp7s24gmlxljdrj5miicinfaf4gc7hihb4bkrkb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fvwm-mode";
- license = lib.licenses.free;
- };
- }) {};
- fwb-cmds = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fwb-cmds";
- ename = "fwb-cmds";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "fwb-cmds";
- rev = "90258a5c7dbbaa2ac227e0fb4ff6c7d5aec3628f";
- sha256 = "1xwvv8wjgdaz96v1x1xc5w697bfvcanlcixd0n5qbx6ryakqrb72";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe40cdeb5e19628937820181479897acdad40200/recipes/fwb-cmds";
- sha256 = "0wnjvi0v0l2h1mhwlsk2d8ggwh3nk7pks48l55gp18nmj00jxycx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/fwb-cmds";
- license = lib.licenses.free;
- };
- }) {};
- fxrd-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "fxrd-mode";
- ename = "fxrd-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "msherry";
- repo = "fxrd-mode";
- rev = "795b969346982b75e24b5c8619b46197982fbb4d";
- sha256 = "0aha13vqj6ygyr7bflrxll837g4z6wrmrhh5rhcd0vphqg70frgn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/796eb6b2126ec616c0de6af6abb7598900557c12/recipes/fxrd-mode";
- sha256 = "17zimg64lqc1yh9gnp5izshkvviz996aym7q6n9p61a4kqq37z4r";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/fxrd-mode";
- license = lib.licenses.free;
- };
- }) {};
- fzf = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "fzf";
- ename = "fzf";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "bling";
- repo = "fzf.el";
- rev = "383a050920e9b99d37c21d041deb7f38b202485c";
- sha256 = "14drm6b6rxbcdilcms1jlqyrqbipcqbdil6q06ni9pgafi7xp8hz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1671e17c99ef1932c6a2e83fc4fa2e4eb6674bc8/recipes/fzf";
- sha256 = "0jjzm1gq85fx1gmj6nqaijnjws9bm8hmk40ws3x7fmsp41qq5py0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/fzf";
- license = lib.licenses.free;
- };
- }) {};
- gams-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gams-mode";
- ename = "gams-mode";
- version = "6.5";
- src = fetchFromGitHub {
- owner = "ShiroTakeda";
- repo = "gams-mode";
- rev = "0a7f3f5d44ea59c34677049882f0a34ff9935bc9";
- sha256 = "0wl2dfcfvjy23gcwk6qfxbxjlykw438fi9h1y2855adcc9zrhwzx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c895a716636b00c2a158d33aab18f664a8601833/recipes/gams-mode";
- sha256 = "0hx9mv4sqskz4nn7aks64hqd4vn3m7b34abzhy9bnmyw6d5zzfci";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gams-mode";
- license = lib.licenses.free;
- };
- }) {};
- gather = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gather";
- ename = "gather";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-gather";
- rev = "b9038e5b960039688e7a80ee770e0aee81d5c6c8";
- sha256 = "1b73n7ydkckrq2sjq4jb2hva8lfqaiaaad2gcgjx2y15rvbb26d0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/595e40c7102294684badf86deb72d86bbc3c1426/recipes/gather";
- sha256 = "1f0cqqp1a7w8g1pfvzxxb0hjrxq4m79a4n85dncqj2xhjxrkm0xk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gather";
- license = lib.licenses.free;
- };
- }) {};
- geben = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "geben";
- ename = "geben";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "geben";
- rev = "003abd23a7468daa133dfbc7ef85d0d61a0410dc";
- sha256 = "15ck23xv3dz9i4w5xd9lkg0c6rlsyxdz465xrpkr77fq9qw0c4dg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f8648609e160f7dcefe4a963e8b00475f2fff78/recipes/geben";
- sha256 = "1ai1qcx76m8xh80c8zixq9cqbhnqmj3jk3r7lj3ngbiwx4pnlnwf";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/geben";
- license = lib.licenses.free;
- };
- }) {};
- geben-helm-projectile = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , geben
- , helm-projectile
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "geben-helm-projectile";
- ename = "geben-helm-projectile";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "geben-helm-projectile";
- rev = "14db489efcb20c5aa9102288c94cec3c5a87c35d";
- sha256 = "1nd1jhy393vkn2g65zhygxkpgna0l8gkndxr8jb6qjkkapk58k8l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7d28c45304a69e6ca78b3d00df2563171c027ee/recipes/geben-helm-projectile";
- sha256 = "11zhapys6wx2cadflvjimsmilwvjpfd4ihwzzmap8shxpyllsq9r";
- name = "recipe";
- };
- packageRequires = [ emacs geben helm-projectile ];
- meta = {
- homepage = "https://melpa.org/#/geben-helm-projectile";
- license = lib.licenses.free;
- };
- }) {};
- geiser = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "geiser";
- ename = "geiser";
- version = "0.10";
- src = fetchFromGitLab {
- owner = "jaor";
- repo = "geiser";
- rev = "775d1d734a677274fbbf4af780592bb3768d3f9b";
- sha256 = "086qlii1w7sqxwnxwxvc4d6d71p829jabhgwvi0l0bjkxn7bx8pq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67dc8d6e33f3522043f96761b23ea68c9c27084e/recipes/geiser";
- sha256 = "1g7z6c3lfa7slwrxk7q8awqs39qibcv2kc4c2fwlwvgbcfhkw085";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/geiser";
- license = lib.licenses.free;
- };
- }) {};
- genrnc = callPackage ({ concurrent
- , deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "genrnc";
- ename = "genrnc";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-genrnc";
- rev = "da75b1966a73ad215ec2ced4522c25f4d0bf1f9a";
- sha256 = "08cw1fa25kbhbq2sp1cpn90bz38i9hjfdj93xf6wvki55b52s0nn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd2d908ba5fa96d90643091573939e54d9165aaa/recipes/genrnc";
- sha256 = "1nwbdscl0yh9j1n421can93m6s8j9dkyb3xmpampr6x528g6z0lm";
- name = "recipe";
- };
- packageRequires = [ concurrent deferred log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/genrnc";
- license = lib.licenses.free;
- };
- }) {};
- german-holidays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "german-holidays";
- ename = "german-holidays";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "rudolfochrist";
- repo = "german-holidays";
- rev = "8388b3bf5b5c38f9b9fcc9216ca26ef0640c6edc";
- sha256 = "0344w4sbd6wlgl13j163v0hzjw9nwhvpr5s7658xsdd90wp4i701";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf5b3807ff989b13f95e8d6fad2f26a42ff0643c/recipes/german-holidays";
- sha256 = "0fgrxdgyl6va6axjc5l4sp90pyqaz5zha1g73xyhbxblshm5dwxn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/german-holidays";
- license = lib.licenses.free;
- };
- }) {};
- gf = callPackage ({ fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "gf";
- ename = "gf";
- version = "1.1.2";
- src = fetchFromGitHub {
- owner = "GrammaticalFramework";
- repo = "gf-emacs-mode";
- rev = "49fa46db67634530499be969ffd3c436a22d4404";
- sha256 = "0q234wzzmq1r53dv7z798liwkcbpnvc8mnxvkyfxd94f6za9ylgz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/gf";
- sha256 = "0vk866gy97zk8dbx48azjlpnrnf0snc50zlhbzv1is97d9frjici";
- name = "recipe";
- };
- packageRequires = [ ht s ];
- meta = {
- homepage = "https://melpa.org/#/gf";
- license = lib.licenses.free;
- };
- }) {};
- ggo-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ggo-mode";
- ename = "ggo-mode";
- version = "20130521";
- src = fetchFromGitHub {
- owner = "mkjunker";
- repo = "ggo-mode";
- rev = "ea5097f87072309c7b77204888d459d084bf630f";
- sha256 = "1m9ra9qp7bgf6anfqyn56n3xa9a25ran10k9wd355qknd5skq1zz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e055994c3c3042eab11f11ec916ad5b56689809f/recipes/ggo-mode";
- sha256 = "1403x530n90jlfz3lq2vfiqx84cxsrhgs6hhmniq960cjj31q35p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ggo-mode";
- license = lib.licenses.free;
- };
- }) {};
- ggtags = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ggtags";
- ename = "ggtags";
- version = "0.8.13";
- src = fetchFromGitHub {
- owner = "leoliu";
- repo = "ggtags";
- rev = "17a121af1b375a6a5c5acec52f2ffd2b9715d244";
- sha256 = "10hryphjjyi13gvk8sy8r5y7nvs0hbw8ycjqj9snai0c1f9xrdsa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b158bb1bc2fbe3de61a6b21174eac7b1457edda2/recipes/ggtags";
- sha256 = "1cmry4knxbx9257ivhfxsd09z07z3g3wjihi99nrwmhb9h4mpqyw";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ggtags";
- license = lib.licenses.free;
- };
- }) {};
- gh = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , logito
- , melpaBuild
- , pcache }:
- melpaBuild {
- pname = "gh";
- ename = "gh";
- version = "0.10.0";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "gh.el";
- rev = "d0471dd1ba279072cbf8caf6368f3008d7120f25";
- sha256 = "099msgsxdqyjrd18jv2mfkpaylp2scq18782354lcpr3fbp8vbsl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/gh";
- sha256 = "1141l8pas3m755yzby4zsan7p81nbnlch3kj1zh69qzjpgqp30c0";
- name = "recipe";
- };
- packageRequires = [ emacs logito pcache ];
- meta = {
- homepage = "https://melpa.org/#/gh";
- license = lib.licenses.free;
- };
- }) {};
- ghc = callPackage ({ fetchFromGitHub
- , fetchurl
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ghc";
- ename = "ghc";
- version = "5.8.0.0";
- src = fetchFromGitHub {
- owner = "DanielG";
- repo = "ghc-mod";
- rev = "a96d820753030fb8de0944727ddc3fed191eab00";
- sha256 = "1xdb4482i03lily4lj41y9wsadh2qwqmh8wrzzal966gqk4m25i4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/ghc";
- sha256 = "02nc7a9khqpd4ca2snam8dq72m53q8x7v5awx56bjq31z6vcmav5";
- name = "recipe";
- };
- packageRequires = [ haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/ghc";
- license = lib.licenses.free;
- };
- }) {};
- ghc-imported-from = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ghc-imported-from";
- ename = "ghc-imported-from";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "ghc-imported-from-el";
- rev = "fcff08628a19f5d26151564659218cc677779b79";
- sha256 = "1ywwyc2kz1c1s26c412nmzh55cinh84cfiazyyi3jsy5zzwhrbhi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ghc-imported-from";
- sha256 = "063kbymk4r1yrg5ks660d2byrnia6gs6nimjzrvqfi2ib1psc7jc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ghc-imported-from";
- license = lib.licenses.free;
- };
- }) {};
- ghq = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ghq";
- ename = "ghq";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "rcoedo";
- repo = "emacs-ghq";
- rev = "aae4b8cb22fd6c24d2c9e3962c7e8e9dac6d9825";
- sha256 = "0rh2k93c3a0vl073a3s3a3h6gkw454v1lyd7y8l3pd24vw9hc628";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a9daa3b0039f6b296b8176523cffbbe27506bb02/recipes/ghq";
- sha256 = "0prvywcgwdhx5pw66rv5kkfriahal2mli2ibam5np3z6bwcq4ngh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ghq";
- license = lib.licenses.free;
- };
- }) {};
- ghub = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , graphql
- , let-alist
- , lib
- , melpaBuild
- , treepy }:
- melpaBuild {
- pname = "ghub";
- ename = "ghub";
- version = "3.2.0";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "ghub";
- rev = "1a886a9910b3fe9f51624322a46d3ef5f9e83ae8";
- sha256 = "0mw48z3nfh1yrw9phb9da4705mrwmc7f2zbwn5hdpvw0ga2hd2qn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f403587f77380d1db214aa34933a9b5cce1ef2bd/recipes/ghub";
- sha256 = "15kjyi8ialpr1zjqvw68w9pa5sigcwy2szq21yvcy295z7ylzy4i";
- name = "recipe";
- };
- packageRequires = [ dash emacs graphql let-alist treepy ];
- meta = {
- homepage = "https://melpa.org/#/ghub";
- license = lib.licenses.free;
- };
- }) {};
- ghub-plus = callPackage ({ apiwrap
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ghub
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ghub-plus";
- ename = "ghub+";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "ghub-plus";
- rev = "b4a9662f5a6562f8d1dfdda2f009ec78a107c9a2";
- sha256 = "0xi7xhdla64xbcfqi8x8yzqc6v6rrqxd4q8lcrv7sw08ap5ykfas";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/03a412fd25218ff6f302734e078a699ff0234e36/recipes/ghub+";
- sha256 = "0xx7nwmjx3f7z6z164x1lb9arbb3m3d16mpn92v66w572rhbr34n";
- name = "recipe";
- };
- packageRequires = [ apiwrap emacs ghub ];
- meta = {
- homepage = "https://melpa.org/#/ghub+";
- license = lib.licenses.free;
- };
- }) {};
- gist = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , gh
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gist";
- ename = "gist";
- version = "1.4.0";
- src = fetchFromGitHub {
- owner = "defunkt";
- repo = "gist.el";
- rev = "a03f142455e8b39f77fbd57ee1c1e44478c1f9e2";
- sha256 = "1xisjaxr54zrxzxj8cp8f90kzphd5v3j56d14534fm5r1f5343vp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/gist";
- sha256 = "053fl8aw0ram9wsabzvmlm5w2klwd2pgcn2w9r1yqfs4xqja5sd3";
- name = "recipe";
- };
- packageRequires = [ emacs gh ];
- meta = {
- homepage = "https://melpa.org/#/gist";
- license = lib.licenses.free;
- };
- }) {};
- git = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "git";
- ename = "git";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "git.el";
- rev = "8b7f1477ef367b5b7de452589dd9a8ab30150d0a";
- sha256 = "06ws3x5qa92drmn6rcp502jk2yil6q9gkzdmb2gww9gb2g695wl5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce19d2716416295966716db47241a0e37b412ab5/recipes/git";
- sha256 = "1nd2yvfgin13m368gjn7xah99glspnam4g4fh348x4makxcaw8w5";
- name = "recipe";
- };
- packageRequires = [ dash f s ];
- meta = {
- homepage = "https://melpa.org/#/git";
- license = lib.licenses.free;
- };
- }) {};
- git-annex = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-annex";
- ename = "git-annex";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "git-annex-el";
- rev = "7d41775a1709b5754a7779e9f64f15d336ea5c8c";
- sha256 = "0fm62lm29wp1ljgyi6pqqkzwzps53cjjbj5j3y0c2013ry7va6c5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c91e16bb9e92db9dc9be6a7af3944c3290d2f14/recipes/git-annex";
- sha256 = "0194y24vq1w6m2cjgqgx9dqp99cq8y9licyry2zxa5brbrsxi94l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/git-annex";
- license = lib.licenses.free;
- };
- }) {};
- git-attr = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-attr";
- ename = "git-attr";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "arnested";
- repo = "emacs-git-attr";
- rev = "3e43a0cf616b00a4bbd3c6b49fd2397f3103796f";
- sha256 = "1alpr4gnkikwzljz0fdbrx5hs3zy5s2fz7qyxdz0nx9hv8zb5ir5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3417e4bc586df60b5e6239b1f7683b87953f5b7c/recipes/git-attr";
- sha256 = "084l3zdcgy1ka2wq1fz9d6ryhg38gxvr52njlv43gwibzvbqniyi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/git-attr";
- license = lib.licenses.free;
- };
- }) {};
- git-auto-commit-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-auto-commit-mode";
- ename = "git-auto-commit-mode";
- version = "4.4.0";
- src = fetchFromGitHub {
- owner = "ryuslash";
- repo = "git-auto-commit-mode";
- rev = "075e5f9ded66c2035581a7b216896556cc586814";
- sha256 = "0psmr7749nzxln4b500sl3vrf24x3qijp12ir0i5z4x25k72hrlh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5660fb76ce93e5fe56227698d079c6994ef3305f/recipes/git-auto-commit-mode";
- sha256 = "0nf4n63xnzcsizjk1yl8qvqj9wjdqy57kvn6r736xvsxwzd44xgl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/git-auto-commit-mode";
- license = lib.licenses.free;
- };
- }) {};
- git-command = callPackage ({ fetchFromGitHub
- , fetchurl
- , git-ps1-mode
- , lib
- , melpaBuild
- , term-run
- , with-editor }:
- melpaBuild {
- pname = "git-command";
- ename = "git-command";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "git-command-el";
- rev = "6cc5c17ca3cc1967b5402bb9a0538fb90933428d";
- sha256 = "0a3ws852ypi34ash39srkwzkfish4n3c5lma10d9xzddjrwapgj9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a55d697bc95a7026c7788c13e4765e1b71075e3/recipes/git-command";
- sha256 = "1hsxak63y6648n0jkzl5ajxg45w84qq8vljvjh0bmwfrbb67kwbg";
- name = "recipe";
- };
- packageRequires = [ git-ps1-mode term-run with-editor ];
- meta = {
- homepage = "https://melpa.org/#/git-command";
- license = lib.licenses.free;
- };
- }) {};
- git-commit = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , with-editor }:
- melpaBuild {
- pname = "git-commit";
- ename = "git-commit";
- version = "2.90.1";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit";
- rev = "791901b2f1d26fa0a383147fe77948a9abc753da";
- sha256 = "1kw94sdczswsyzn1zlk5s5aplpdv4qd7qcqc5zfxsmsfwm3jacl4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cec5af50ae7634cc566adfbfdf0f95c3e2951c0c/recipes/git-commit";
- sha256 = "1i7122fydqga68cilgzir80xfq77hnrw75zrvn52mjymfli6aza2";
- name = "recipe";
- };
- packageRequires = [ dash emacs with-editor ];
- meta = {
- homepage = "https://melpa.org/#/git-commit";
- license = lib.licenses.free;
- };
- }) {};
- git-commit-insert-issue = callPackage ({ bitbucket
- , fetchFromGitLab
- , fetchurl
- , github-issues
- , gitlab
- , helm
- , lib
- , melpaBuild
- , projectile
- , s }:
- melpaBuild {
- pname = "git-commit-insert-issue";
- ename = "git-commit-insert-issue";
- version = "0.3.1";
- src = fetchFromGitLab {
- owner = "emacs-stuff";
- repo = "git-commit-insert-issue";
- rev = "5f08c17bf93b17915415d435ee41923d924fe20b";
- sha256 = "11my5apnyhdqh0pmq9wdjd1iah415a5nw87sk586cb3vxnbn5qas";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/git-commit-insert-issue";
- sha256 = "0xhlchr7dbm0hp4cjba3x1fdf7lnfc97id327i2fqgkdc4yn9fax";
- name = "recipe";
- };
- packageRequires = [ bitbucket github-issues gitlab helm projectile s ];
- meta = {
- homepage = "https://melpa.org/#/git-commit-insert-issue";
- license = lib.licenses.free;
- };
- }) {};
- git-gutter = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-gutter";
- ename = "git-gutter";
- version = "0.90";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-git-gutter";
- rev = "a786465bd527c13e32c73c02b95086560c1be878";
- sha256 = "1abagq0psip7cgsqbfjv72qy60ywsny0ibsfcn74ldj6a9v17mz5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/git-gutter";
- sha256 = "19s344i95piixlzq4mjgmgjw7cy8af02z6hg89jjjdbxrfl4i2fg";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/git-gutter";
- license = lib.licenses.free;
- };
- }) {};
- git-gutter-fringe = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , fringe-helper
- , git-gutter
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-gutter-fringe";
- ename = "git-gutter-fringe";
- version = "0.23";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-git-gutter-fringe";
- rev = "dfc93d1064df154a809aab350942830408051da3";
- sha256 = "18jpa5i99x0gqizs2qbqr8c1jlza8x9vpb6wg9zqd4np1p6q4lan";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/git-gutter-fringe";
- sha256 = "10k07dzmkxsxzwc70vpv05rxjyps9494y6k7yhlv8d46x7xjyp0z";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs fringe-helper git-gutter ];
- meta = {
- homepage = "https://melpa.org/#/git-gutter-fringe";
- license = lib.licenses.free;
- };
- }) {};
- git-gutter-fringe-plus = callPackage ({ fetchFromGitHub
- , fetchurl
- , fringe-helper
- , git-gutter-plus
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-gutter-fringe-plus";
- ename = "git-gutter-fringe+";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "nonsequitur";
- repo = "git-gutter-fringe-plus";
- rev = "ce9d594c0189e78d78df26a0c26bbcf886e373cd";
- sha256 = "1c7ijbpa7xw831k55cdm2gl8r597rxnp22jcmqnfpwqkqmk48ln9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad46c349d13f7d40db706b487319ede40b96b09c/recipes/git-gutter-fringe+";
- sha256 = "1zkjb8p08cq2nqskn79rjszlhp9mrblplgamgi66yskz8qb1bgcc";
- name = "recipe";
- };
- packageRequires = [ fringe-helper git-gutter-plus ];
- meta = {
- homepage = "https://melpa.org/#/git-gutter-fringe+";
- license = lib.licenses.free;
- };
- }) {};
- git-gutter-plus = callPackage ({ fetchFromGitHub
- , fetchurl
- , git-commit
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-gutter-plus";
- ename = "git-gutter+";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "nonsequitur";
- repo = "git-gutter-plus";
- rev = "f8daebb6569bb116086d8653da3505382e03d940";
- sha256 = "101hracd77mici778x3ixwrcicd6fqkcr9z76kapkr0dq5z42yjb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b2db25d23c2a1a4f38867aac25d687a150e95c2b/recipes/git-gutter+";
- sha256 = "1w78p5cz6kyl9kmndgvwnfrs80ha707s8952hycrihgfb6lixmp0";
- name = "recipe";
- };
- packageRequires = [ git-commit ];
- meta = {
- homepage = "https://melpa.org/#/git-gutter+";
- license = lib.licenses.free;
- };
- }) {};
- git-identity = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-identity";
- ename = "git-identity";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "akirak";
- repo = "git-identity.el";
- rev = "11d6b495f84d35160c3e25e534e3885d419812f6";
- sha256 = "13wg28glsdy63x2m99w2d6waadyw3q7hrn7r42hn566b6a85hz04";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ebad3a7a81fbf0293ac04ba319929c8b24bb98f5/recipes/git-identity";
- sha256 = "0kmpm5zp2x60r68in94x2bazq4wxx95n6zfc6mwiq8ln8m0164j0";
- name = "recipe";
- };
- packageRequires = [ dash emacs f hydra ];
- meta = {
- homepage = "https://melpa.org/#/git-identity";
- license = lib.licenses.free;
- };
- }) {};
- git-lens = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-lens";
- ename = "git-lens";
- version = "0.7.0";
- src = fetchFromGitLab {
- owner = "pidu";
- repo = "git-lens";
- rev = "ea49e2e005af977a08331f8caa8f64d102b3b932";
- sha256 = "0prx0xbnhhp46c09nnzpz07jgr3s5ngrw8zjksf48abr8acwywfv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a52b516b7b10bdada2f64499c8f43f85a236f254/recipes/git-lens";
- sha256 = "02a393b5y4vpmf9ixgyi3a4gbzk4146zql827ljlav3j0434ssw2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/git-lens";
- license = lib.licenses.free;
- };
- }) {};
- git-link = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-link";
- ename = "git-link";
- version = "0.7.3";
- src = fetchFromGitHub {
- owner = "sshaw";
- repo = "git-link";
- rev = "1dbabfed4c5c3c5ac6ffa9035a9c3d4c6cc7f885";
- sha256 = "1b115d5rsb9m8lqjplg3qp0bxfc5cij5fgp0j21zspqwqvj7h0hq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1385443585e628e3d4efb3badb7611e9d653e0c9/recipes/git-link";
- sha256 = "1vqabnmdw8pxd84c15ghh1rnglwb5i4zxicvpkg1ci8xalayn1c7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/git-link";
- license = lib.licenses.free;
- };
- }) {};
- git-messenger = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "git-messenger";
- ename = "git-messenger";
- version = "0.18";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-git-messenger";
- rev = "9297464c010dd8a2d584ac8e012876856655a8b5";
- sha256 = "04fnby2nblk8l70gv09asxkmnn53fh1pdfs77ix44npp99fyw8ix";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e791293133f30e5d96c4b29e972f9016c06c476d/recipes/git-messenger";
- sha256 = "1rnqsv389why13cy6462vyq12qc2zk58p01m3hsazp1gpfw2hfzn";
- name = "recipe";
- };
- packageRequires = [ emacs popup ];
- meta = {
- homepage = "https://melpa.org/#/git-messenger";
- license = lib.licenses.free;
- };
- }) {};
- git-ps1-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "git-ps1-mode";
- ename = "git-ps1-mode";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "git-ps1-mode-el";
- rev = "288e5c4d0ff20a4e1ac9e72b6af632f67f1d7525";
- sha256 = "1hyq3il03cm6apfawps60r4km8r6pw0vphzba30smsqfk50z3ya3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ea177b5ea168828881bd8dcd29ef6b4cb81317f0/recipes/git-ps1-mode";
- sha256 = "15gswi9s0m3hrsl1qqyjnjgbglsai95klbdp51h3pcq7zj22wkn6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/git-ps1-mode";
- license = lib.licenses.free;
- };
- }) {};
- git-timemachine = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , transient }:
- melpaBuild {
- pname = "git-timemachine";
- ename = "git-timemachine";
- version = "4.10";
- src = fetchFromGitLab {
- owner = "pidu";
- repo = "git-timemachine";
- rev = "b97f93d66cffcd69281346845d3a1e32197eda29";
- sha256 = "08zsn3lsnnf01wkv5ls38jga02s5dnf0j3gigy4qd6im3j3d04m1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a52b516b7b10bdada2f64499c8f43f85a236f254/recipes/git-timemachine";
- sha256 = "06xdzic7j3d3pqgwxp1q6fs8sf3mi02a9phjvhk90kyvbr8h94ck";
- name = "recipe";
- };
- packageRequires = [ emacs transient ];
- meta = {
- homepage = "https://melpa.org/#/git-timemachine";
- license = lib.licenses.free;
- };
- }) {};
- git-wip-timemachine = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "git-wip-timemachine";
- ename = "git-wip-timemachine";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "itsjeyd";
- repo = "git-wip-timemachine";
- rev = "ae1600263608c7b84f6f136fca929875cd385bc1";
- sha256 = "1y5h817lymsaqpj8wv3hha36ihspv4c17mwl020x91r82ijd1aym";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81b5dd5765f52efdb88fdc14f48af641a18b3dcb/recipes/git-wip-timemachine";
- sha256 = "02fi51k6l23cgnwjp507ylkiwb8azmnhc0fips68nwn9dghzp6dw";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/git-wip-timemachine";
- license = lib.licenses.free;
- };
- }) {};
- gitattributes-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitattributes-mode";
- ename = "gitattributes-mode";
- version = "1.2.8";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "git-modes";
- rev = "95ad581ae2aeba87b418ae9554eb326cdba9837d";
- sha256 = "15irwyc0fmp0k5dag1n07xa8ka7n84drbrg2savslvb9m71011dg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b4e2ddd2a80875afc0fc654052e6cbff2f3777f/recipes/gitattributes-mode";
- sha256 = "1gjs0pjh6ap0h54savamzx94lq6vqrg58jxqaq5n5qplrbg15a6x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gitattributes-mode";
- license = lib.licenses.free;
- };
- }) {};
- gitconfig = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitconfig";
- ename = "gitconfig";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "tonini";
- repo = "gitconfig.el";
- rev = "6c313a39e20702ddcebc12d146f69db1ce668901";
- sha256 = "0j0w6ywhiapmx7dk20yw3zgf8803kmccnjsr664am3g85kbb644v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/gitconfig";
- sha256 = "0lqm04nfhhhsdagrjnnagkpg7vpswd8lkd3l52lmpdh0fy16kgrf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gitconfig";
- license = lib.licenses.free;
- };
- }) {};
- gitconfig-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitconfig-mode";
- ename = "gitconfig-mode";
- version = "1.2.8";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "git-modes";
- rev = "ae6e897c06d3ff609a65a3ac2500d21ccc888822";
- sha256 = "111pm9wwq8p3wiqgap7gyi20say3daadlaxgq2v3mwxyax8fyx34";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44a37f59b87f59a587f6681e7aadfabf137c98d7/recipes/gitconfig-mode";
- sha256 = "0hqky40kcgxdnghnf56gpi0xp7ik45ssia1x84v0mvfwqc50dgn1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gitconfig-mode";
- license = lib.licenses.free;
- };
- }) {};
- github-browse-file = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "github-browse-file";
- ename = "github-browse-file";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "osener";
- repo = "github-browse-file";
- rev = "fa5cc00a40869430fb44596792961a4cddf9c265";
- sha256 = "07vgnmfn0kbg3h3vhf3xk443yi1b55761x881xlmw9sr9nraa578";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8bca60348fc5e2ad55663e69b8690093cf861ca/recipes/github-browse-file";
- sha256 = "03xvgxlw7wmfby898din7dfcg87ihahkhlav1n7qklw6qi7skjcr";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/github-browse-file";
- license = lib.licenses.free;
- };
- }) {};
- github-clone = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , gh
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "github-clone";
- ename = "github-clone";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "dgtized";
- repo = "github-clone.el";
- rev = "ab048cf49d9ebda73acae803bc44e731e629d540";
- sha256 = "18c169nxvdl7iv18pyqx690ldg6pkc8njaxdg1cww6ykqzqnfxh7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba11d6a5cc2fbc76037687c842f90dc815a6468e/recipes/github-clone";
- sha256 = "0ffrm4lmcj3d9kx3g2d5xbiih7hn4frs0prjrvcjq8acvsbc50q9";
- name = "recipe";
- };
- packageRequires = [ emacs gh magit ];
- meta = {
- homepage = "https://melpa.org/#/github-clone";
- license = lib.licenses.free;
- };
- }) {};
- github-elpa = callPackage ({ commander
- , fetchFromGitHub
- , fetchurl
- , git
- , lib
- , melpaBuild
- , package-build }:
- melpaBuild {
- pname = "github-elpa";
- ename = "github-elpa";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "github-elpa";
- rev = "649e66cd84e5af6f7fe13fd502e799d19aac0cda";
- sha256 = "09q6v0vsk344chzwp6sp5cwyr7hkvzi2r1w6xxg1zwy7rzy4klfz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81ec06e370f51b750ba3313b661d7386710cffb0/recipes/github-elpa";
- sha256 = "1981dnz49l5r4qsn49i4dhy6x4ln0haff6gl2zx0p5p0zfkzbi7x";
- name = "recipe";
- };
- packageRequires = [ commander git package-build ];
- meta = {
- homepage = "https://melpa.org/#/github-elpa";
- license = lib.licenses.free;
- };
- }) {};
- github-notifier = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "github-notifier";
- ename = "github-notifier";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "github-notifier.el";
- rev = "f8d011ebef9f626a94a27b5576c8ed06e6ff8987";
- sha256 = "0glkn36fs93y2n1583k8v958qfhl212hbdk3cpkq432hj08wzjnr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c09f4e7e8a84a241881d214e8359f8a50ab14ddf/recipes/github-notifier";
- sha256 = "1jqc2wx1pvkca8syj97ds32404szm0wn12b7zpa98265sg3n64nw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/github-notifier";
- license = lib.licenses.free;
- };
- }) {};
- github-search = callPackage ({ fetchFromGitHub
- , fetchurl
- , gh
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "github-search";
- ename = "github-search";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "github-search";
- rev = "1a5c1f8291f4d41e57367a8522699cb08eea8fc4";
- sha256 = "1382hda3hgpx3c3d1kjzz8hs4l5hi3s7c485hsgihhr6xdd5wrgm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/733a808400858513137e0e3d7d38b5b25e8ddc5a/recipes/github-search";
- sha256 = "1pwrzbbwnq0il5494561fyvkr0vmm5jqlvpffgkk28c54vs7ms0b";
- name = "recipe";
- };
- packageRequires = [ gh magit ];
- meta = {
- homepage = "https://melpa.org/#/github-search";
- license = lib.licenses.free;
- };
- }) {};
- gitignore-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitignore-mode";
- ename = "gitignore-mode";
- version = "1.2.8";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "git-modes";
- rev = "ae6e897c06d3ff609a65a3ac2500d21ccc888822";
- sha256 = "111pm9wwq8p3wiqgap7gyi20say3daadlaxgq2v3mwxyax8fyx34";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44a37f59b87f59a587f6681e7aadfabf137c98d7/recipes/gitignore-mode";
- sha256 = "1i98ribmnxr4hwphd95f9hcfm5wfwgdbcxw3g0w17ws7z0ir61mn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gitignore-mode";
- license = lib.licenses.free;
- };
- }) {};
- gitlab = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , request
- , s }:
- melpaBuild {
- pname = "gitlab";
- ename = "gitlab";
- version = "0.8.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "emacs-gitlab";
- rev = "cffba49c1260421b8e388c65365b229970098e5c";
- sha256 = "1wh6z7ni8nwqigvgz77zgqszx60s1k1chpzgzs1k3kfby7apxww1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d012991188956f6e06c37d504b0d06ab31487b9/recipes/gitlab";
- sha256 = "0vxsqfnipgapnd2ijvdnkspk68dlnki3pkpkzg2h6hyazmzrsqnq";
- name = "recipe";
- };
- packageRequires = [ dash pkg-info request s ];
- meta = {
- homepage = "https://melpa.org/#/gitlab";
- license = lib.licenses.free;
- };
- }) {};
- gitlab-ci-mode = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , yaml-mode }:
- melpaBuild {
- pname = "gitlab-ci-mode";
- ename = "gitlab-ci-mode";
- version = "20190425.11.10";
- src = fetchFromGitLab {
- owner = "joewreschnig";
- repo = "gitlab-ci-mode";
- rev = "dac4e5125c78aa3ae12d2e35a66196d709676236";
- sha256 = "1jkp9mnbiccqnha9zs646znqyqvy5jjb81kah7ghbkzdqqk2avm0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d7915ddcf21fdec539a86bb86c209cf0bbd378cb/recipes/gitlab-ci-mode";
- sha256 = "1jg6ihrgccrcwg30ysyqw9k7rmvfmsrp70skr2057hfamvccwn4f";
- name = "recipe";
- };
- packageRequires = [ emacs yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/gitlab-ci-mode";
- license = lib.licenses.free;
- };
- }) {};
- gitlab-ci-mode-flycheck = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , flycheck
- , gitlab-ci-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitlab-ci-mode-flycheck";
- ename = "gitlab-ci-mode-flycheck";
- version = "20180304.1";
- src = fetchFromGitLab {
- owner = "joewreschnig";
- repo = "gitlab-ci-mode-flycheck";
- rev = "388fd05f3ea88ed3ebafb09868fc021f6ecc7625";
- sha256 = "0idpg4265rfx5i0i8cgfs6w3gncc766mbg81ldxqjhzvq3n28z39";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d7915ddcf21fdec539a86bb86c209cf0bbd378cb/recipes/gitlab-ci-mode-flycheck";
- sha256 = "19ixd60yynsvmaj7mkppp6k73793x794vrnhx3hh6n7dap1rsjdh";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck gitlab-ci-mode ];
- meta = {
- homepage = "https://melpa.org/#/gitlab-ci-mode-flycheck";
- license = lib.licenses.free;
- };
- }) {};
- gitpatch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitpatch";
- ename = "gitpatch";
- version = "0.5.1";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "gitpatch";
- rev = "94d40a2ee2b7cd7b209546ea02568079176b0034";
- sha256 = "1drf4fvmak7brf16axkh4nfz8pg44i7pjhfjz3dbkycbpp8y5vig";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1746d87f65dc4b0d8f47c7d6ba4c7e0dfa35953/recipes/gitpatch";
- sha256 = "0qaswkk06z24v40nkjkv7f6gfv0dlsjd6wchkn0ppqw95883vhv1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gitpatch";
- license = lib.licenses.free;
- };
- }) {};
- gitter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gitter";
- ename = "gitter";
- version = "1";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "gitter.el";
- rev = "bd2ba457109dd5d3e4b419e3ef5cbd3b5c9498d6";
- sha256 = "1fzl40bwdfbcq55p3kvbzjqr5w0703imzgrmqcf4f6jhav127zk6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b8076c3b4d60e4c505bb6f4e426ecc4f69d74684/recipes/gitter";
- sha256 = "1ad5abqgfh6x2fcqbbdvgbg8xin69j0h93z7bav1hs3jla7mgwnv";
- name = "recipe";
- };
- packageRequires = [ emacs let-alist ];
- meta = {
- homepage = "https://melpa.org/#/gitter";
- license = lib.licenses.free;
- };
- }) {};
- gl-conf-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gl-conf-mode";
- ename = "gl-conf-mode";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "llloret";
- repo = "gitolite-emacs";
- rev = "1a53e548277eb9c669bbeda4bee9be32be7a82ec";
- sha256 = "059m30vvp71y630pcam6qfv5bxc35ygj26wcg28p56pccxxyj3q9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e3117e62d429e44506f7d82fc64252d41bc1a4b6/recipes/gl-conf-mode";
- sha256 = "0lf8xmq309aqyf16ymqlr8gj2qawlsqagbdndj0kgj72dnnw4cfm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gl-conf-mode";
- license = lib.licenses.free;
- };
- }) {};
- gmail-message-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , ham-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gmail-message-mode";
- ename = "gmail-message-mode";
- version = "1.4";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "gmail-mode";
- rev = "ec36672a9dc93c09ebe2f77597b498d11883d008";
- sha256 = "0xcdd3abcrqr7nabdmmh0kgfar64hhgnrhsiwg3q201cymhnv49p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/gmail-message-mode";
- sha256 = "0py0i7b893ihb8l1hmk3jfl0xil450znadcd18q7svr3zl2m0gkk";
- name = "recipe";
- };
- packageRequires = [ ham-mode ];
- meta = {
- homepage = "https://melpa.org/#/gmail-message-mode";
- license = lib.licenses.free;
- };
- }) {};
- gmail2bbdb = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gmail2bbdb";
- ename = "gmail2bbdb";
- version = "0.0.6";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "gmail2bbdb";
- rev = "181ef6039227bb30a02041d8cfdc435551a7d948";
- sha256 = "0205ldrw1i7czq44pqdl374cl0rjp5w5zadrayw8brl7mmw92byn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fb3c88b20a7614504165cd5fb459b0a9d5c73f60/recipes/gmail2bbdb";
- sha256 = "03jhrk4vpjim3ybzjxy7s9r1cgjysj9vlc4criz5k0w7vqz3r28j";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gmail2bbdb";
- license = lib.licenses.free;
- };
- }) {};
- gmpl-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gmpl-mode";
- ename = "gmpl-mode";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "gmpl-mode";
- rev = "25d20f9d24594e85cb6f80d35d7c73b7e82cbc71";
- sha256 = "0x0a94bfkk72kqyr5m6arx450qsg1axmp5r0c4r9m84z8j08r4v1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c89a523f87db358c477e5840b0e043e9f253e640/recipes/gmpl-mode";
- sha256 = "1f60xim8h85jmqpvgfg402ff8mjd66gla8fa0cwi7l18ijnjblpz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gmpl-mode";
- license = lib.licenses.free;
- };
- }) {};
- gn-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gn-mode";
- ename = "gn-mode";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "lashtear";
- repo = "gn-mode";
- rev = "fcf8e1e500d953364e97e7ebc5708a2c00fa3cd2";
- sha256 = "0dz5kgzbgsssr38z2kg6m915cvfys42ag1k42bsra3la2pixywfx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f5c6c27bce3d0aaf7e3791299a527d5f1fd69653/recipes/gn-mode";
- sha256 = "1rn4xa1am1yd9k2hpi5b0zhs3pgq4hnhgxdgs258cmhszm8c6ii2";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/gn-mode";
- license = lib.licenses.free;
- };
- }) {};
- gntp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gntp";
- ename = "gntp";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "tekai";
- repo = "gntp.el";
- rev = "767571135e2c0985944017dc59b0be79af222ef5";
- sha256 = "1nvyjjjydrimpxy4cpg90si7sr8lmldbhlcm2mx8npklp9pn5y3a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c69a148d3b72d1be6ea10100a8e0cbbd918baa9c/recipes/gntp";
- sha256 = "1ywj3p082g54dcpy8q4jnkqfr12npikx8yz14r0njxdlr0janh4f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gntp";
- license = lib.licenses.free;
- };
- }) {};
- gnuplot = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnuplot";
- ename = "gnuplot";
- version = "0.7.0";
- src = fetchFromGitHub {
- owner = "bruceravel";
- repo = "gnuplot-mode";
- rev = "aefd4f671485fbcea42511ce79a7a60e5e0110a3";
- sha256 = "0bwri3cvm2vr27kyqkrddm28fs08axnd4nm9amfgp54xp20bn4yn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/78be03893e4b0502ce999375e5630d32bda56ac1/recipes/gnuplot";
- sha256 = "06c5gqf02fkra8c52xck1lqvf4yg45zfibyf9zqmnbwk7p2jxrds";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gnuplot";
- license = lib.licenses.free;
- };
- }) {};
- gnus-desktop-notify = callPackage ({ fetchFromGitLab
- , fetchurl
- , gnus ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnus-desktop-notify";
- ename = "gnus-desktop-notify";
- version = "1.4";
- src = fetchFromGitLab {
- owner = "wavexx";
- repo = "gnus-desktop-notify.el";
- rev = "210c70f0021ee78e724f1d8e00ca96e1e99928ca";
- sha256 = "08j8x0iaz5s9q0b68d8h3153w0z6vak5l8qgw3dd1drz5p9xnvyw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1cf98dff029d494007fe25d29bd8bcfecc5b8e6/recipes/gnus-desktop-notify";
- sha256 = "1cfcmmq0ywgp41g0rf8s5fabh3yqbv9iacxi7v74kqh59bqdnz3x";
- name = "recipe";
- };
- packageRequires = [ gnus ];
- meta = {
- homepage = "https://melpa.org/#/gnus-desktop-notify";
- license = lib.licenses.free;
- };
- }) {};
- gnus-recent = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gnus-recent";
- ename = "gnus-recent";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "gnus-recent";
- rev = "df85e5810c02f613bfa6e236674de969d6e00ae1";
- sha256 = "0hvsp9y0vzcr9c2wglh0wdavjmp2n2hbhlsr1bfvnfxk97ka0y5r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b80d94cf1a8b8e2d4da5d45f65231aa4884a3a0/recipes/gnus-recent";
- sha256 = "14xac6bmn61bk0h6dby14111iijz0j254v4mh77lf0ydbz6wxjf1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gnus-recent";
- license = lib.licenses.free;
- };
- }) {};
- gnus-x-gm-raw = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "gnus-x-gm-raw";
- ename = "gnus-x-gm-raw";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "gnus-x-gm-raw";
- rev = "c2c8c5e94ac94f4c40e023452119c088ac59eac9";
- sha256 = "0gf418ri69yzi9cbxdyna9kxjsniyw72xix2r94m439k1axpwa3f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/263b87e40e32421ae56a99971a7e1baca0484778/recipes/gnus-x-gm-raw";
- sha256 = "1a5iccghzqmcndql2bppvr48535sf6jbvc83iypr1031z1b5k4wg";
- name = "recipe";
- };
- packageRequires = [ log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/gnus-x-gm-raw";
- license = lib.licenses.free;
- };
- }) {};
- go-add-tags = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "go-add-tags";
- ename = "go-add-tags";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-go-add-tags";
- rev = "54879945e46a0884c5f93d7fd6c866a9cdf401ac";
- sha256 = "1gr65skrd41pk46ilfsbxfdng4br6h9c6blf1q1wx6i9ylhs0ak5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/55d3b893bd68d3d2d86ecdbb4ed442edd256516a/recipes/go-add-tags";
- sha256 = "0nvas44rsvqzk2ay5bhzkbrnzql13vnxq9pk4lp4mvp86dda9qim";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/go-add-tags";
- license = lib.licenses.free;
- };
- }) {};
- go-autocomplete = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-autocomplete";
- ename = "go-autocomplete";
- version = "20150303";
- src = fetchFromGitHub {
- owner = "mdempsky";
- repo = "gocode";
- rev = "b6fffd0527b4ab22df0170d7243317ab2773622e";
- sha256 = "1kdicb69dlm06r3skfk8bxygyjr5cvymal8fvbd8zzzfdzgnj7lg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef45683cbfe82bf8a9d6f3f1c59e3cf340accbe3/recipes/go-autocomplete";
- sha256 = "15ns1zzw6kblcbih7dmjvk1p0f6f3p2wpgx4gnd9ax0fcj65ghwi";
- name = "recipe";
- };
- packageRequires = [ auto-complete ];
- meta = {
- homepage = "https://melpa.org/#/go-autocomplete";
- license = lib.licenses.free;
- };
- }) {};
- go-direx = callPackage ({ cl-lib ? null
- , direx
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-direx";
- ename = "go-direx";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-go-direx";
- rev = "aecb9fef4d56d04d230d37c75c260c8392b5ad9f";
- sha256 = "05yc0nylg3457an5j7yp3x23157j0hbi21qhcpgsa01144mwnwln";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/032c0c3cd04f36f1bc66bb7d9d789d354c620a09/recipes/go-direx";
- sha256 = "0dq5d7fsld4hww8fl68c18qp6fl3781dqqwd98cg68bihw2wwni7";
- name = "recipe";
- };
- packageRequires = [ cl-lib direx ];
- meta = {
- homepage = "https://melpa.org/#/go-direx";
- license = lib.licenses.free;
- };
- }) {};
- go-dlv = callPackage ({ fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-dlv";
- ename = "go-dlv";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "benma";
- repo = "go-dlv.el";
- rev = "df03ade331d8fb46acc57ef358e696bc36129e04";
- sha256 = "0sfx84cbxn8d3gsjg0zjam4yc7pjlyp3g94xa3xv91k71ncnijs1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/go-dlv";
- sha256 = "0lb5v9pmd6m8nvk4c9gcda5dmshrf5812gg1arq5p2g0nzg32mm8";
- name = "recipe";
- };
- packageRequires = [ go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-dlv";
- license = lib.licenses.free;
- };
- }) {};
- go-eldoc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-eldoc";
- ename = "go-eldoc";
- version = "0.30";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-go-eldoc";
- rev = "f1ad302ec4073354801e613293be2f55ba770618";
- sha256 = "0hkwhmgjyn5jxrd0k1nakrvy4d7cz7sxb1nw4hb1rqmz4yd14c8i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ce1190db06cc214746215dd27648eded5fe5140/recipes/go-eldoc";
- sha256 = "1k115dirfqxdnb6hdzlw41xdy2dxp38g3vq5wlvslqggha7gzhkk";
- name = "recipe";
- };
- packageRequires = [ emacs go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-eldoc";
- license = lib.licenses.free;
- };
- }) {};
- go-errcheck = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-errcheck";
- ename = "go-errcheck";
- version = "1.1.2";
- src = fetchFromGitHub {
- owner = "dominikh";
- repo = "go-errcheck.el";
- rev = "1b0cd6af048a8b2074ace14ab51fb6c987beb430";
- sha256 = "1fm6xd3vsi8mqh0idddjpfxlsmz1ljmjppw3qkxl1vr0qz3598k3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c874f608a55cafcc6e57ca2c80bdae6b1c2e47e9/recipes/go-errcheck";
- sha256 = "11a75h32cd5h5xjv30x83k60s49k9fhgis31358q46y2gbvqp5bs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/go-errcheck";
- license = lib.licenses.free;
- };
- }) {};
- go-fill-struct = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-fill-struct";
- ename = "go-fill-struct";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "s-kostyaev";
- repo = "go-fill-struct";
- rev = "814ccc8c5e50e6be4190259439c450afe7fb6ef4";
- sha256 = "0zkdff390b00y0g1gfm2pgniq7allda55544cw7ccsvdaqayyhjc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c03d2382efd20e248b27b5505cdeed67d000f73/recipes/go-fill-struct";
- sha256 = "19xxqb836saxigvwdqf4xv0y9zrl7csv97x0facgyjyiqmwhx3x7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/go-fill-struct";
- license = lib.licenses.free;
- };
- }) {};
- go-guru = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-guru";
- ename = "go-guru";
- version = "1.5.0";
- src = fetchFromGitHub {
- owner = "dominikh";
- repo = "go-mode.el";
- rev = "d13feb239b13b910ec4db19356f34c3801299407";
- sha256 = "1a1c1b7isa9smazfnr8w2wzxxjzz3xcr6l3dvmq41g752wfakb3i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0cede3a468b6f7e4ad88e9fa985f0fdee7d195f5/recipes/go-guru";
- sha256 = "01f0gz65z8d0iv8k49xl2sp6q4qnsvwhd4g8fb2irp7iclb0xmvk";
- name = "recipe";
- };
- packageRequires = [ cl-lib go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-guru";
- license = lib.licenses.free;
- };
- }) {};
- go-imenu = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-imenu";
- ename = "go-imenu";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "brantou";
- repo = "go-imenu.el";
- rev = "fc1566fbe396fc8c94f7de99d9c7191b47cd48d9";
- sha256 = "0qygxqrzx009cd59b452ampakr9rwmj1skl8pic9an4wjz742qlg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d602b6071787018e3e0a68b4852eb978b34acbea/recipes/go-imenu";
- sha256 = "0s8rc7rkqlywrhnm2h8yygn87jhjc492wmsvnr1rxl62wf5cijms";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/go-imenu";
- license = lib.licenses.free;
- };
- }) {};
- go-impl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-impl";
- ename = "go-impl";
- version = "0.14";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-go-impl";
- rev = "69f0d0ef05771487e15abec500cd06befd171abf";
- sha256 = "1rmik6g3l9q1bqavmqx1fhcadz4pwswgfnkbaxl6c5b6g2sl26iq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aa1a0845cc1a6970018b397d13394aaa8147e5d0/recipes/go-impl";
- sha256 = "09frwpwc080rfpwkb63yv47dyj741lrpyrp65sq2bn4sf03xw0cx";
- name = "recipe";
- };
- packageRequires = [ emacs go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-impl";
- license = lib.licenses.free;
- };
- }) {};
- go-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-mode";
- ename = "go-mode";
- version = "1.5.0";
- src = fetchFromGitHub {
- owner = "dominikh";
- repo = "go-mode.el";
- rev = "35f6826e435c3004dabf134d0f2ae2f31ea7b6a2";
- sha256 = "1nd2h50yb0493wvf1h7fzplq45rmqn2w7kxpgnlxzhkvq99v8vzf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0cede3a468b6f7e4ad88e9fa985f0fdee7d195f5/recipes/go-mode";
- sha256 = "0ghqm4lbkfla79plqiyb1lzf5kbz0380h9vf8px15zal00xrv0bl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/go-mode";
- license = lib.licenses.free;
- };
- }) {};
- go-playground = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , gotest
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-playground";
- ename = "go-playground";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "grafov";
- repo = "go-playground";
- rev = "eebb1fec2177bc85b746b948beac873a77bea4a2";
- sha256 = "0ixpcms4f0q8327jyp2k48x03vjxwmzdsq76vg4j0kmjs9dfad1v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/900aabb7bc2350698f8740d72a5fad69c9219c33/recipes/go-playground";
- sha256 = "1rabwc80qwkafq833m6a199zfiwwmf0hha89721gc7i0myk9pac6";
- name = "recipe";
- };
- packageRequires = [ emacs go-mode gotest ];
- meta = {
- homepage = "https://melpa.org/#/go-playground";
- license = lib.licenses.free;
- };
- }) {};
- go-rename = callPackage ({ fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-rename";
- ename = "go-rename";
- version = "1.5.0";
- src = fetchFromGitHub {
- owner = "dominikh";
- repo = "go-mode.el";
- rev = "d13feb239b13b910ec4db19356f34c3801299407";
- sha256 = "1a1c1b7isa9smazfnr8w2wzxxjzz3xcr6l3dvmq41g752wfakb3i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d806abe90da9a8951fdb0c31e2167bde13183c5c/recipes/go-rename";
- sha256 = "1cd2nfgwnqzylbry11ahahdip8w66w5hnrndrs65ip10s08w2xki";
- name = "recipe";
- };
- packageRequires = [ go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-rename";
- license = lib.licenses.free;
- };
- }) {};
- go-scratch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-scratch";
- ename = "go-scratch";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "shosti";
- repo = "go-scratch.el";
- rev = "3f68cbcce04f59eb8e83af109164731ec0454be0";
- sha256 = "1a6vg2vwgnafb61pwrd837fwlq5gs80wawbzjsnykawnmcaag8pm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1713e6f02f8908b828ac2722a3185ea7cceb0609/recipes/go-scratch";
- sha256 = "11ahvmxbh67wa39cymymxmcpkq0kcn5jz0rrvazjy2p1hx3x1ma5";
- name = "recipe";
- };
- packageRequires = [ emacs go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-scratch";
- license = lib.licenses.free;
- };
- }) {};
- go-tag = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "go-tag";
- ename = "go-tag";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "brantou";
- repo = "emacs-go-tag";
- rev = "8dbcb7d42dccac046c7beb31bdf79bb09a0fef40";
- sha256 = "1l20az4lhgbrh96sk6bpvp3w4bh29653fms4bimmiaqmhn2n14y2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc4cd3fd8fb0707912e205b9d71789ea8126c442/recipes/go-tag";
- sha256 = "18ff41i0gr708fl4gzzspf9cc09nv4wy21wsn609yhwlh7w0vs1f";
- name = "recipe";
- };
- packageRequires = [ emacs go-mode ];
- meta = {
- homepage = "https://melpa.org/#/go-tag";
- license = lib.licenses.free;
- };
- }) {};
- godoctor = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "godoctor";
- ename = "godoctor";
- version = "0.6.0";
- src = fetchFromGitHub {
- owner = "microamp";
- repo = "godoctor.el";
- rev = "4b45ff3d0572f0e84056e4c3ba91fcc178199859";
- sha256 = "12gga1ghc54r6f2adyaq30hm2yxspvgg54zd4k82c3d6cj51qwci";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0e23e1362ff7d477ad9ce6cfff694db989dfb87b/recipes/godoctor";
- sha256 = "0k734hry9npsr6zhsplcvmcjqw6jdf79pv4k9dw0xvd598hkpazz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/godoctor";
- license = lib.licenses.free;
- };
- }) {};
- golden-ratio = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "golden-ratio";
- ename = "golden-ratio";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "roman";
- repo = "golden-ratio.el";
- rev = "79b1743fc1a2f3462445e9ddd0a869f30065bb6d";
- sha256 = "00igv83hiyx7x3pf2grmjpd379brn33fm85f05k104mkkrhg99nm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e87b2af052d0406431957d75aa3717899bdbc8ae/recipes/golden-ratio";
- sha256 = "15fkrv0sgpzmnw2h4fp2gb83d8s42khkfq1h76l241njjayk1f81";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/golden-ratio";
- license = lib.licenses.free;
- };
- }) {};
- google-maps = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "google-maps";
- ename = "google-maps";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "jd";
- repo = "google-maps.el";
- rev = "90151ab59e693243ca8da660ce7b9ce361ea5126";
- sha256 = "183igr5lp20zcqi7rc01fk76sfxdhksd74i11v16gdsifdkjimd0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f/recipes/google-maps";
- sha256 = "0a0wqs3cnlpar2dzdi6h14isw78vgqr2r6psmrzbdl00s4fcyxwx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/google-maps";
- license = lib.licenses.free;
- };
- }) {};
- google-this = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "google-this";
- ename = "google-this";
- version = "1.12";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "emacs-google-this";
- rev = "8a2e3ca5da6a8c89bfe99a21486c6c7db125dc84";
- sha256 = "1dbra309w8awmi0g0pp7r2dm9nwrj2j9lpl7md8wa89rnzazwahl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/google-this";
- sha256 = "0hg9y1b03aiamyn3mam3hyxmxy21wygxrnrww91zcbwlzgp4dd2c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/google-this";
- license = lib.licenses.free;
- };
- }) {};
- google-translate = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "google-translate";
- ename = "google-translate";
- version = "0.11.17";
- src = fetchFromGitHub {
- owner = "atykhonov";
- repo = "google-translate";
- rev = "bf119aac424994d2aa91fce9630adc01ed0ea617";
- sha256 = "05ljjw7kbnszygw3w085kv57swfiiqxri2b5xvsf5dw3pc3g7j3c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e3c275e59cbfe6e40f9cd4c470fc66544c9a6d21/recipes/google-translate";
- sha256 = "1crgzdd32mk6hrawdypg496dwh51wzwfb5wqw4a2j5l8y958xf47";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/google-translate";
- license = lib.licenses.free;
- };
- }) {};
- gorepl-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gorepl-mode";
- ename = "gorepl-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "manute";
- repo = "gorepl-mode";
- rev = "17e025951f5964a0542a4b353ddddbc734c01eed";
- sha256 = "1abb78xxsggawl43hspl0cr0f7i1b3jd9r6xl1nl5jg97i4byg0b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/gorepl-mode";
- sha256 = "0xcjjh9hf3pv5jgv089c6bb00s215fc9qwn72fav1xbm5f49nkaq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gorepl-mode";
- license = lib.licenses.free;
- };
- }) {};
- gotest = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "gotest";
- ename = "gotest";
- version = "0.14.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "gotest.el";
- rev = "8a5ef7363f83edb3b77c5e23876f13dd8c23b2b9";
- sha256 = "1ksi37kmy9mnrjr5lf9f0ga5nvi3r2kc85g6yvdfj0mbsjm1pnp7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0670b42c0c998daa7bf01080757976ac3589ec06/recipes/gotest";
- sha256 = "1kan3gykhci33jgg67jjiiz7rqlz5mpxp8sh6mb0n6kpfmgb4ly9";
- name = "recipe";
- };
- packageRequires = [ emacs f go-mode s ];
- meta = {
- homepage = "https://melpa.org/#/gotest";
- license = lib.licenses.free;
- };
- }) {};
- gotham-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gotham-theme";
- ename = "gotham-theme";
- version = "1.1.8";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "gotham-theme";
- rev = "417d61978d139cb5d089c5365fc8d3166d76d3ac";
- sha256 = "0rc40cfj2mby1q7bk1pp1fxdi72nh9ip80spjdm1csvjjc4dbkwr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b388de872be397864a1217a330ba80437c287c0/recipes/gotham-theme";
- sha256 = "0jars6rvf7hkyf71vq06mqki1r840i1dvv43dissqjg5i4lr79cl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gotham-theme";
- license = lib.licenses.free;
- };
- }) {};
- goto-chg = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "goto-chg";
- ename = "goto-chg";
- version = "1.7.3";
- src = fetchFromGitHub {
- owner = "emacs-evil";
- repo = "goto-chg";
- rev = "16a63aae80db90713fb1f7d378c5d591c2ce15ff";
- sha256 = "0kpalpssfrwcqrmp47i3j2x04m01fm7cspwsm6fks8pn71lagcwm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf1fc176430fe3ab55ce537a0efc59780bb812be/recipes/goto-chg";
- sha256 = "1yd4jq4zql4av9nr1sdk4nsnnk54c3brgjhpczndy1ipiaxlnydy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/goto-chg";
- license = lib.licenses.free;
- };
- }) {};
- goto-gem = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "goto-gem";
- ename = "goto-gem";
- version = "1.2";
- src = fetchFromGitLab {
- owner = "pidu";
- repo = "goto-gem";
- rev = "6f5bd405c096ef879fed1298c09d0daa0bae5dac";
- sha256 = "188q7jr1y872as3w32m8lf6vwl2by1ibgdk6zk7dhpcjwd0ik7x7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a52b516b7b10bdada2f64499c8f43f85a236f254/recipes/goto-gem";
- sha256 = "0i79z1isdbnqmz5rlqjjys68l27nl90m1gzks4f9d6dsgfryhgwx";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/goto-gem";
- license = lib.licenses.free;
- };
- }) {};
- goto-last-change = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "goto-last-change";
- ename = "goto-last-change";
- version = "1.2.1";
- src = fetchFromGitHub {
- owner = "camdez";
- repo = "goto-last-change.el";
- rev = "58b0928bc255b47aad318cd183a5dce8f62199cc";
- sha256 = "1f0zlvva7d7iza1v79yjp0bm7vd011q4cy14g1saryll32z115z5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d68945f5845e5e44fb6c11726a56acd4dc56e101/recipes/goto-last-change";
- sha256 = "1yl9p95ls04bkmf4d6az72pycp27bv7q7wxxzvj8sj97bgwvwajx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/goto-last-change";
- license = lib.licenses.free;
- };
- }) {};
- govc = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json-mode
- , lib
- , magit-popup
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "govc";
- ename = "govc";
- version = "0.20.1";
- src = fetchFromGitHub {
- owner = "vmware";
- repo = "govmomi";
- rev = "e3a01f9611c32b2362366434bcd671516e78955d";
- sha256 = "0cicd4m8ll7y1n0c97drmvmqwsqaspwpzc6nfp73f887m8ff1xis";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/92d6391318021c63b06fe39b0ca38f667bb45ae9/recipes/govc";
- sha256 = "1ivgaziv25wlzg6y4zh8x7mv97pnyhi7p8jpvgh5fg5lnqpzhl4v";
- name = "recipe";
- };
- packageRequires = [ dash emacs json-mode magit-popup s ];
- meta = {
- homepage = "https://melpa.org/#/govc";
- license = lib.licenses.free;
- };
- }) {};
- gpastel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gpastel";
- ename = "gpastel";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "gpastel";
- rev = "8a5522b274f79d55d7c9a0b2aaf062526f9253c7";
- sha256 = "01pnnqcxni55xr7r2lxcnsqiszm2w5iwnjcwp748p1faq6ywhi19";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b70e05ff0a074f9e2f1373e8495dc8df462deea/recipes/gpastel";
- sha256 = "0mjy4n26s89b481dby018l80glgfwfaacihmd7vhh2c75ns671a6";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gpastel";
- license = lib.licenses.free;
- };
- }) {};
- grab-mac-link = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grab-mac-link";
- ename = "grab-mac-link";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "grab-mac-link.el";
- rev = "8bf05a69758fd10a4303c5c458cd91a49ab8b1b2";
- sha256 = "12x47k3mm5hvhgn7fmfi7bqfa3naz8w1sx6fl3rmnbzvldb89i1k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e4cc8a72a9f161f024ed9415ad281dbea5f07a18/recipes/grab-mac-link";
- sha256 = "1a4wyvx1mlgnd45nn99lwy3vaiwhi1nrphfln86pb6z939dxakj3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/grab-mac-link";
- license = lib.licenses.free;
- };
- }) {};
- grab-x-link = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grab-x-link";
- ename = "grab-x-link";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "grab-x-link";
- rev = "d19f0c0da0ddc55005a4c1cdc2b8c5de8bea1e8c";
- sha256 = "1l9jg2w8ym169b5dhg3k5vksbmicg4n1a55x7ddjysf8n887cpid";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/64d4d4e6f9d6a3ea670757f248afd355baf1d933/recipes/grab-x-link";
- sha256 = "1kni49n1v716w4hjfm49mk25jshfc6idpby0k58qvngbfqk3kzy5";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/grab-x-link";
- license = lib.licenses.free;
- };
- }) {};
- gradle-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "gradle-mode";
- ename = "gradle-mode";
- version = "0.5.5";
- src = fetchFromGitHub {
- owner = "jacobono";
- repo = "emacs-gradle-mode";
- rev = "579de06674551919cddac9cfe42129f4fb0155c9";
- sha256 = "0k86lrb55d701nj6pvlw3kjp1dcd3lzfya0hv6q56c529y69d782";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/771cc597daebf9b4aa308f8b350af91a515b44c9/recipes/gradle-mode";
- sha256 = "0lx9qi93wmiy9pxjxqp68scbcb4bx88b6jiqk3y8jg5cajizh24g";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/gradle-mode";
- license = lib.licenses.free;
- };
- }) {};
- grails = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grails";
- ename = "grails";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "lifeisfoo";
- repo = "emacs-grails";
- rev = "fa638abe5c37f3f8af4fcd32f212453185ce50b1";
- sha256 = "1npsjniazaq20vz3kvwr8p30ivc6x24r9a16rfcwhr5wjx3nn91b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be0196207245ea9d23fda09121d624db9ea6d83d/recipes/grails";
- sha256 = "177y6xv35d2dhc3pdx5qhpywlmlqgfnjpzfm9yxc8l6q2rgs8irw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/grails";
- license = lib.licenses.free;
- };
- }) {};
- grails-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grails-mode";
- ename = "grails-mode";
- version = "2.0";
- src = fetchFromGitHub {
- owner = "Groovy-Emacs-Modes";
- repo = "groovy-emacs-modes";
- rev = "50801257d376fd7383ddf9c19ff567183c24ad0b";
- sha256 = "0wy8iw12b9bs7xza8jjnjvggr59rgbsgn1kk2g0pj0nppvfdrvjm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe318b4e51a280a55c01fa30455e4a180df8bd6/recipes/grails-mode";
- sha256 = "1zdlmdkwyaj2zns3xwmqpil83j7857aj2070kvx8xza66dxcnlm4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/grails-mode";
- license = lib.licenses.free;
- };
- }) {};
- grails-projectile-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "grails-projectile-mode";
- ename = "grails-projectile-mode";
- version = "1.1.2";
- src = fetchFromGitHub {
- owner = "yveszoundi";
- repo = "grails-projectile-mode";
- rev = "8efca50ce92b556fe9d467b157d7aec635bcc017";
- sha256 = "0xnj0wp0na53l0y8fiaah50ij4r80j8a29hbjbcicska21p5w1s1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35d49029c1f665ad40e543040d98d5a770bfea96/recipes/grails-projectile-mode";
- sha256 = "0dy8v2mila7ccvb7j5jlfkhfjsjfk3bm3rcy84m0rgbqjai67amn";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs projectile ];
- meta = {
- homepage = "https://melpa.org/#/grails-projectile-mode";
- license = lib.licenses.free;
- };
- }) {};
- grandshell-theme = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grandshell-theme";
- ename = "grandshell-theme";
- version = "1.3";
- src = fetchgit {
- url = "https://framagit.org/steckerhalter/grandshell-theme.git";
- rev = "8e18bfcfb66db8591ce742308a40b6341e75d335";
- sha256 = "13y3plbia4vli9c3mv01nf520zh7ilzywpqj0nsl7x6pzw9fx0np";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0a8eb0eefe88b4ea683a4743c0f8393506e014b/recipes/grandshell-theme";
- sha256 = "1r0r0r0g116f4jp3rip8mjqqgdam4h5dr5qvdglr9xpirfcw6wq3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/grandshell-theme";
- license = lib.licenses.free;
- };
- }) {};
- graphene = callPackage ({ company
- , dash
- , exec-path-from-shell
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , graphene-meta-theme
- , ido-completing-read-plus
- , lib
- , melpaBuild
- , ppd-sr-speedbar
- , smartparens
- , smex
- , sr-speedbar
- , web-mode }:
- melpaBuild {
- pname = "graphene";
- ename = "graphene";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "rdallasgray";
- repo = "graphene";
- rev = "cc8477fcfb7771ea4e5bbaf3c01f9e679234c1c1";
- sha256 = "0j0igcmfl61c4pakqmyxpwr4kjar9i81vkl84rw19phc7k9497nb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0206d6adcb7855c2174c3cd506b71c21def1209b/recipes/graphene";
- sha256 = "1wz3rvd8b7gx5d0k7yi4dd69ax5bybcm10vdc7xp4yn296lmyl9k";
- name = "recipe";
- };
- packageRequires = [
- company
- dash
- exec-path-from-shell
- flycheck
- graphene-meta-theme
- ido-completing-read-plus
- ppd-sr-speedbar
- smartparens
- smex
- sr-speedbar
- web-mode
- ];
- meta = {
- homepage = "https://melpa.org/#/graphene";
- license = lib.licenses.free;
- };
- }) {};
- graphene-meta-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "graphene-meta-theme";
- ename = "graphene-meta-theme";
- version = "0.0.6";
- src = fetchFromGitHub {
- owner = "rdallasgray";
- repo = "graphene-meta-theme";
- rev = "8e75528529f460b1b5910467c4fc1f516e1a57b9";
- sha256 = "03wllxivl95gsknjkmljm3kgjkwixwxaksaxv8i9c0zjrb2wwm24";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44af719ede73c9fe7787272d7868587ce8966e3d/recipes/graphene-meta-theme";
- sha256 = "1cqdr93lccdpxkzgap3r3qc92dh8vqgdlnxvqkw7lrcbs31fvf3q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/graphene-meta-theme";
- license = lib.licenses.free;
- };
- }) {};
- graphql = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "graphql";
- ename = "graphql";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "graphql.el";
- rev = "672dd9ebd7e67d8089388b0c484cd650e76565f3";
- sha256 = "0sp0skc1rnhi39szfbq1i99pdgd3bhn4c15cff05iqhjy2d4hniw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e801ae56f11b64a5a3e52cf1a6c152940ab8c97/recipes/graphql";
- sha256 = "139fng2psn535ymqa7c6hm1r7ja1gs5mdvb487jj6fh0bl9wq8la";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/graphql";
- license = lib.licenses.free;
- };
- }) {};
- graphviz-dot-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "graphviz-dot-mode";
- ename = "graphviz-dot-mode";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "ppareit";
- repo = "graphviz-dot-mode";
- rev = "7301cc276206b6995d265bcb9eb308bb83c760be";
- sha256 = "1zk664ilyz14p11csmqgzs73gx08hy32h3pnyymzqkavmgb6h3s0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e2f1e66b33fd95142be4622c996911e38d56281/recipes/graphviz-dot-mode";
- sha256 = "04rkynsrsk6w4sxn1pc0b9b6pij1p7yraywbrk7qvv05fv69kri2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/graphviz-dot-mode";
- license = lib.licenses.free;
- };
- }) {};
- grapnel = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grapnel";
- ename = "grapnel";
- version = "0.5.3";
- src = fetchFromGitHub {
- owner = "leathekd";
- repo = "grapnel";
- rev = "7387234eb3f0285a490fddb1e06a4bf029719fb7";
- sha256 = "0xcj1kqzgxifhrhpl9j2nfpnkd6213ix5z7f97269v3inpzaiyf5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd482e4b2c45921b81c5fb3dfce53acfec3c3093/recipes/grapnel";
- sha256 = "019cdx1wdx8sc2ibqwgp1akgckzxxvrayyp2sv806gha0kn6yf6r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/grapnel";
- license = lib.licenses.free;
- };
- }) {};
- green-is-the-new-black-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "green-is-the-new-black-theme";
- ename = "green-is-the-new-black-theme";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "fredcamps";
- repo = "green-is-the-new-black-emacs";
- rev = "b8307a377bfb21a99494fa2c5de0b9ba10c3fce6";
- sha256 = "154jymgi58k4z5q7j0p2gclqjsq0w1809ybz7myngbvd0wjmcbp9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e42528d5677fd90515cad47266c07ea3d4363fb/recipes/green-is-the-new-black-theme";
- sha256 = "03q0vj409icmawffy2kd9yl04r453q80cy1p9y4i3xk368z0362g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/green-is-the-new-black-theme";
- license = lib.licenses.free;
- };
- }) {};
- green-screen-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "green-screen-theme";
- ename = "green-screen-theme";
- version = "1.0.26";
- src = fetchFromGitHub {
- owner = "rbanffy";
- repo = "green-screen-emacs";
- rev = "774e8f6c033786406267f71ec07319d906a30b75";
- sha256 = "0f12lqgfi1vlhq8p5ia04vlmvmyb4f40q7dm2nbh5y8r6k89hisg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/821744ca106f1b74941524782e4581fc93800fed/recipes/green-screen-theme";
- sha256 = "0a45xcl74kp3v39bl169sq46mqxiwvvis6jzwcy6yrl2vqqi4mab";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/green-screen-theme";
- license = lib.licenses.free;
- };
- }) {};
- grep-context = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grep-context";
- ename = "grep-context";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "mkcms";
- repo = "grep-context";
- rev = "4c63d0f2654dee1e249c2054d118d674a757bd45";
- sha256 = "0n2bc9q6bvbfpaqivp3ajy9ad1wr7hfdd98qhnspsap67p73kfn4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/41dbaf627ae4ef86c222d2b6b5d3523fdb9a4637/recipes/grep-context";
- sha256 = "175s9asbnk2wlgpzc5izcd3vlfvdj064n38myy9qf4awn12c2y1g";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/grep-context";
- license = lib.licenses.free;
- };
- }) {};
- grizzl = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grizzl";
- ename = "grizzl";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "grizzl";
- repo = "grizzl";
- rev = "c775de1c34d1e5a374e2f40c1ae2396b4b003fe7";
- sha256 = "1bq73kcx744xnlm2yvccrzlbyx91c492sg7blx2a9z643v3gg1zs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/grizzl";
- sha256 = "0354xskqzxc38l14zxqs31hadwh27v9lyx67y3hnd94d8abr0qcb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/grizzl";
- license = lib.licenses.free;
- };
- }) {};
- groovy-imports = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , s }:
- melpaBuild {
- pname = "groovy-imports";
- ename = "groovy-imports";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "mbezjak";
- repo = "emacs-groovy-imports";
- rev = "e56d7dda617555ec6205644d32ffddf2e1fa43d9";
- sha256 = "060zxl2y4p50g5fwgplgx07h5akfplp49rkv5cx09rqlcyzqhqwa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b18a6842805856062e9452dc32bf0fd458f7d51a/recipes/groovy-imports";
- sha256 = "09yjkwsm192lgala1pvxw47id4j7362sl3j1hn9ald2m8m3ddyfs";
- name = "recipe";
- };
- packageRequires = [ emacs pcache s ];
- meta = {
- homepage = "https://melpa.org/#/groovy-imports";
- license = lib.licenses.free;
- };
- }) {};
- groovy-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "groovy-mode";
- ename = "groovy-mode";
- version = "2.0";
- src = fetchFromGitHub {
- owner = "Groovy-Emacs-Modes";
- repo = "groovy-emacs-modes";
- rev = "d7b362e6186d263ec3eefc141dbb5b27a8773f24";
- sha256 = "0c1d4cbnlny8gpcd20zr1wxx6ggf28jgh7sgd5r1skpsvjpbfqx2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe318b4e51a280a55c01fa30455e4a180df8bd6/recipes/groovy-mode";
- sha256 = "1pxw7rdn56klmr6kw21lhzh7zhp338gyf54ypsml64ibzr1x9kal";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/groovy-mode";
- license = lib.licenses.free;
- };
- }) {};
- gruber-darker-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gruber-darker-theme";
- ename = "gruber-darker-theme";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "rexim";
- repo = "gruber-darker-theme";
- rev = "0c08d77e615aceb9e6e1ca66b1fbde275200cfe4";
- sha256 = "14h0rcd3nkw3pmx8jwip20p6rzl9qdkip5g52gfjjbqfvaffsrkd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/87ade74553c04cb9dcfe16d03f263cc6f1fed046/recipes/gruber-darker-theme";
- sha256 = "0vn4msixb77xj6p5mlfchjyyjhzah0lcmp0z82s8849zd194fxqi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gruber-darker-theme";
- license = lib.licenses.free;
- };
- }) {};
- grunt = callPackage ({ ansi-color ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "grunt";
- ename = "grunt";
- version = "1.3.2";
- src = fetchFromGitHub {
- owner = "gempesaw";
- repo = "grunt.el";
- rev = "e27dbb6b3de9b36c7fb28f69aa06b4b2ea32d4b9";
- sha256 = "0zpmhjwj64s72iv3dgsy07pfh20f25ngsy3pszmlrfkxk0926d8k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/grunt";
- sha256 = "1qdzqcrff9x97kyy0d4j636d5i751qja10liw8i0lf4lk6n0lywz";
- name = "recipe";
- };
- packageRequires = [ ansi-color dash ];
- meta = {
- homepage = "https://melpa.org/#/grunt";
- license = lib.licenses.free;
- };
- }) {};
- gruvbox-theme = callPackage ({ autothemer
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gruvbox-theme";
- ename = "gruvbox-theme";
- version = "1.28.0";
- src = fetchFromGitHub {
- owner = "greduan";
- repo = "emacs-theme-gruvbox";
- rev = "69a6ddf6c7e8c84174b94900ba71ddd08ec0237f";
- sha256 = "00qq92gp1g55pzm97rh7k0dgxy44pxziridl8kqm4rbpi31r7k9p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/gruvbox-theme";
- sha256 = "12z89fjfqcp9rx2f2x9wcffgxxv3kjn1dabyk0cjf286hgvmgz88";
- name = "recipe";
- };
- packageRequires = [ autothemer ];
- meta = {
- homepage = "https://melpa.org/#/gruvbox-theme";
- license = lib.licenses.free;
- };
- }) {};
- gscholar-bibtex = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gscholar-bibtex";
- ename = "gscholar-bibtex";
- version = "0.3.3";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "gscholar-bibtex";
- rev = "ba4ce159e385d695d8560e8b06b3cbe48424861c";
- sha256 = "0idnfhk17avp0r4706grjqqkz0xl98gs0bx7wrkvwym3y2gadlz2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9fa546d3dce59b07a623ee83e3befe139dc10481/recipes/gscholar-bibtex";
- sha256 = "0d41gr9amf9vdn9pl9lamhp2swqllxslv9r3wsgzqvjl7zayd1az";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/gscholar-bibtex";
- license = lib.licenses.free;
- };
- }) {};
- gsettings = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , gvariant
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "gsettings";
- ename = "gsettings";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "emacs-gsettings";
- rev = "1dd9a6a3036d76d8e680b2764c35b31bf5e6aff7";
- sha256 = "0bv6acy3b6pbjqm24yxgi7xdd3x0c2b7s5sq65sb3lxf8hy5gdf6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ebdd0285684c712748d6353bd2a4774bd97dd521/recipes/gsettings";
- sha256 = "168zq3gp874k66jv8k78i6b1cb9042763aj9wpmcs9bz437hhw32";
- name = "recipe";
- };
- packageRequires = [ dash emacs gvariant s ];
- meta = {
- homepage = "https://melpa.org/#/gsettings";
- license = lib.licenses.free;
- };
- }) {};
- guide-key = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popwin }:
- melpaBuild {
- pname = "guide-key";
- ename = "guide-key";
- version = "1.2.5";
- src = fetchFromGitHub {
- owner = "kai2nenobu";
- repo = "guide-key";
- rev = "626f3aacfe4561eddc46617570426246b88e9cab";
- sha256 = "1bmcvn8a7g9ahpv2fww673hx9pa7nnrj9kpljq65azf61vq2an2g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/490b81308ae8132d8c3fd8c3951be88159719172/recipes/guide-key";
- sha256 = "0zjrdvppcg8b2k6hfdj45rswc1ks9xgimcr2yvgpc8prrwk1yjsf";
- name = "recipe";
- };
- packageRequires = [ popwin ];
- meta = {
- homepage = "https://melpa.org/#/guide-key";
- license = lib.licenses.free;
- };
- }) {};
- guide-key-tip = callPackage ({ fetchFromGitHub
- , fetchurl
- , guide-key
- , lib
- , melpaBuild
- , pos-tip }:
- melpaBuild {
- pname = "guide-key-tip";
- ename = "guide-key-tip";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "guide-key-tip";
- rev = "e08b2585228529aeaae5e0ae0948f898e83a6200";
- sha256 = "040mcfhj2gggp8w1pgip7rxb1bnb23rxlm02wl6x1qv5i0q7g5x3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1f23db7563654ab58632d56e3b01d2f78276fc3e/recipes/guide-key-tip";
- sha256 = "0h2vkkbxq361dkn6irm1v19qj7bkhxcjljiksd5wwlq5zsq6bd06";
- name = "recipe";
- };
- packageRequires = [ guide-key pos-tip ];
- meta = {
- homepage = "https://melpa.org/#/guide-key-tip";
- license = lib.licenses.free;
- };
- }) {};
- guix = callPackage ({ bui
- , dash
- , edit-indirect
- , emacs
- , fetchFromGitHub
- , fetchurl
- , geiser
- , lib
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "guix";
- ename = "guix";
- version = "0.5.1.1";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "guix.el";
- rev = "c4c96663fefe7e007c372e7d24d6e7016b70e4ee";
- sha256 = "1730q2dm84f15ycjdf3dgl2j8770mhr6qnyzxgac3zzkjr8pyvq7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b3d8c73e8a946b8265487a0825d615d80aa3337d/recipes/guix";
- sha256 = "0h4jwc4h2jv09c6rngb614fc39qfy04rmvqrn1l54hn28s6q7sk9";
- name = "recipe";
- };
- packageRequires = [ bui dash edit-indirect emacs geiser magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/guix";
- license = lib.licenses.free;
- };
- }) {};
- guru-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "guru-mode";
- ename = "guru-mode";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "guru-mode";
- rev = "62a9a0025249f2f8866b94683c4114c39f48e1fa";
- sha256 = "1y46qd9cgkfb0wp2cvksjncyp77hd2jnr4bm4zafqirc3qhbysx0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e60af6ccb902d8ef00cfecbb13cafebbe3b00d89/recipes/guru-mode";
- sha256 = "0j25nxs3ndybq1ik36qyqdprmhav4ba8ny7v2z61s23id8hz3xjs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/guru-mode";
- license = lib.licenses.free;
- };
- }) {};
- gvariant = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parsec }:
- melpaBuild {
- pname = "gvariant";
- ename = "gvariant";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "emacs-gvariant";
- rev = "79c34d11ee6a34f190f1641a133d34b0808a1143";
- sha256 = "18ld0wv8r5wlbicqym8vdw33la0bn59s7bxm2fw0w97qwjka8g8k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a616ac75f77b1e61e1386bd905b6bcf3d8aaa3f/recipes/gvariant";
- sha256 = "1ycrnfq60z9fycgqmp1y8jna0l0c2b6mlg6ggimb0rml1ili6npm";
- name = "recipe";
- };
- packageRequires = [ emacs parsec ];
- meta = {
- homepage = "https://melpa.org/#/gvariant";
- license = lib.licenses.free;
- };
- }) {};
- gxref = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "gxref";
- ename = "gxref";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "dedi";
- repo = "gxref";
- rev = "15723a9d910d7dd9ea18cab0336332cf988aeceb";
- sha256 = "1l5d1kh2dy3w42i8c3z63c7mzarxixxiby2g7ay2i809yxj10y1n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/429b9150d4054fcadab8c5ca3b688921eeb19b78/recipes/gxref";
- sha256 = "06qlfjclfx00m8pr7lk6baim3vjk5i0m75i1p4aihp2vflvgjaby";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/gxref";
- license = lib.licenses.free;
- };
- }) {};
- hack-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "hack-mode";
- ename = "hack-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "hhvm";
- repo = "hack-mode";
- rev = "59862c38643b355c41a10cf455ec2e5c6739edcd";
- sha256 = "1imlzp400hjfy011l8aqg2jgq45y8brvp4xfx7q6lsb3hrmzkysl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/27e238e5d2aaca810fd3fb6836ca49c9fa07cc87/recipes/hack-mode";
- sha256 = "1zs7p6fczj526wz9kvyhmxqkgrkfkkrvm9ma4cg349sfpjpxwkbl";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/hack-mode";
- license = lib.licenses.free;
- };
- }) {};
- hack-time-mode = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hack-time-mode";
- ename = "hack-time-mode";
- version = "0.1.0";
- src = fetchFromGitLab {
- owner = "marcowahl";
- repo = "hack-time-mode";
- rev = "95ed4c8a2410e1232453b3a49274a46afb740b1e";
- sha256 = "083b9kwhh4bq0dwn6iskrrmsgxicqg08p8k6n1m1xadgs61lgkjb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6481dc9f487c5677f2baf1bffdf8f2297185345e/recipes/hack-time-mode";
- sha256 = "0vz72ykl679a69sb0r2h9ymcr3xms7bij1w6vxndlfw5v9hg3hk5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hack-time-mode";
- license = lib.licenses.free;
- };
- }) {};
- hacker-typer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hacker-typer";
- ename = "hacker-typer";
- version = "1.0.6";
- src = fetchFromGitHub {
- owner = "dieggsy";
- repo = "emacs-hacker-typer";
- rev = "d5a23714a4ccc5071580622f278597d5973f40bd";
- sha256 = "13wp7cg9d9ij44inxxyk1knczglxrbfaq50wyhc4x5zfhz5yw7wx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3416586d4d782cdd61a56159c5f80a0ca9b3ddf4/recipes/hacker-typer";
- sha256 = "0vf18hylhszvplam6c4yynr53zc3n816p9k36gywm6awwblfpyfb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hacker-typer";
- license = lib.licenses.free;
- };
- }) {};
- hackernews = callPackage ({ fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hackernews";
- ename = "hackernews";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "clarete";
- repo = "hackernews.el";
- rev = "916c3da8da45c757f5ec2faeed57fa370513d4ac";
- sha256 = "09bxaaczana1cfvxyk9aagjvdszkj0j1yldl5r4xa60b59lxihsg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c43a342e47e5ede468bcf51a60d4dea3926f51bd/recipes/hackernews";
- sha256 = "1x1jf5gkhmpiby5rmy0sziywh6c1f1n0p4f6dlz6ifbwns7har6a";
- name = "recipe";
- };
- packageRequires = [ json ];
- meta = {
- homepage = "https://melpa.org/#/hackernews";
- license = lib.licenses.free;
- };
- }) {};
- ham-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , html-to-markdown
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "ham-mode";
- ename = "ham-mode";
- version = "1.1.2";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "ham-mode";
- rev = "3a141986a21c2aa6eefb428983352abb8b7907d2";
- sha256 = "0d3xmagl18pas19zbpg27j0lmdiry23df48z4vkjsrcllqg25v5g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/ham-mode";
- sha256 = "000qrdby7d6zmp5066vs4gjlc9ik0ybrgcwzcbfgxb16w1g9xpmz";
- name = "recipe";
- };
- packageRequires = [ html-to-markdown markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/ham-mode";
- license = lib.licenses.free;
- };
- }) {};
- hamburger-menu = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hamburger-menu";
- ename = "hamburger-menu";
- version = "1.0.5";
- src = fetchFromGitLab {
- owner = "iain";
- repo = "hamburger-menu-mode";
- rev = "fd37f013c2f2619a88d3ed5311a9d1308cc82614";
- sha256 = "196ydb57h4mjagjaiflvb20my561i6mdc6v6694ibdik2yns2inm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8017730403cc0e613e3939017f85074753c3778/recipes/hamburger-menu";
- sha256 = "0ws9729i51arjqwpiywcpb7y3c5sm3c9wrq8q0k0m9hpq8h11wdb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hamburger-menu";
- license = lib.licenses.free;
- };
- }) {};
- haml-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , ruby-mode ? null }:
- melpaBuild {
- pname = "haml-mode";
- ename = "haml-mode";
- version = "3.1.9";
- src = fetchFromGitHub {
- owner = "nex3";
- repo = "haml-mode";
- rev = "5e0baf7b795b9e41ac03b55f8feff6b51027c43b";
- sha256 = "0fmr7ji8x5ki9fzybpbg3xbhzws6n7ffk7d0zf9jl1x3jd8d6988";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/haml-mode";
- sha256 = "0ih0m7zr6kgn6zd45zbp1jgs1ydc5i5gmq6l080wma83v5w1436f";
- name = "recipe";
- };
- packageRequires = [ ruby-mode ];
- meta = {
- homepage = "https://melpa.org/#/haml-mode";
- license = lib.licenses.free;
- };
- }) {};
- hardcore-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hardcore-mode";
- ename = "hardcore-mode";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "hardcore-mode.el";
- rev = "5ab75594a7a0ca236e2ac87882ee439ff6155d96";
- sha256 = "08l6p9n2ggg4filad1k663qc2gjgfbia4knnnif4sw7h92yb31jl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b929b3343cd5925944665e4e09b4524bca873c95/recipes/hardcore-mode";
- sha256 = "1bgi1acpw4z7i03d0i8mrd2hpjn6hyvkdsk0ks9q380yp9mqmiwd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hardcore-mode";
- license = lib.licenses.free;
- };
- }) {};
- hardhat = callPackage ({ fetchFromGitHub
- , fetchurl
- , ignoramus
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hardhat";
- ename = "hardhat";
- version = "0.4.6";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "hardhat";
- rev = "9038a49ab55cd4c502cf7f07ed0d1b9b6bc3626e";
- sha256 = "0j9z46j777y3ljpai5czdlwl07f0irp4fsk4677n11ndyqm1amb5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/081aa3e1d50c2c9e5a9b9ce0716258a93279f605/recipes/hardhat";
- sha256 = "16pdbpm647ag9cadmdm75nwwyzrqsd9y1b4zgkl3pg669mi5vl5z";
- name = "recipe";
- };
- packageRequires = [ ignoramus ];
- meta = {
- homepage = "https://melpa.org/#/hardhat";
- license = lib.licenses.free;
- };
- }) {};
- harvest = callPackage ({ fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild
- , s
- , swiper }:
- melpaBuild {
- pname = "harvest";
- ename = "harvest";
- version = "0.3.8";
- src = fetchFromGitHub {
- owner = "kostajh";
- repo = "harvest.el";
- rev = "69041907bdca68d3ab6802e08ec698c3448f28a1";
- sha256 = "0rqxi668wra1mfzq4fqscjghis5gqnwpazgidgix13brybaxydx4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c97d3f653057eab35c612109792884334be556fe/recipes/harvest";
- sha256 = "1r6brld6iq03wsr1b3jhdkxwrcxa6g6fwa1jiy1kgjsr9dq1m51c";
- name = "recipe";
- };
- packageRequires = [ hydra s swiper ];
- meta = {
- homepage = "https://melpa.org/#/harvest";
- license = lib.licenses.free;
- };
- }) {};
- haskell-emacs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haskell-emacs";
- ename = "haskell-emacs";
- version = "4.0.3";
- src = fetchFromGitHub {
- owner = "knupfer";
- repo = "haskell-emacs";
- rev = "a2c6a079175904689eed7c6c200754bfa85d1ed9";
- sha256 = "1xpaqcj33vyzs5yv2w4dahw8a2vb6zcb3z7y2aqc5jdg3fx9ypam";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5daff329a96a6d10bca11d838bbc95d1c8bcfbd9/recipes/haskell-emacs";
- sha256 = "1wkh7qws35c32hha0p9rpjz5pls2844920nh919lvp2wmq9l6jd6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/haskell-emacs";
- license = lib.licenses.free;
- };
- }) {};
- haskell-emacs-base = callPackage ({ fetchFromGitHub
- , fetchurl
- , haskell-emacs
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haskell-emacs-base";
- ename = "haskell-emacs-base";
- version = "4.0.3";
- src = fetchFromGitHub {
- owner = "knupfer";
- repo = "haskell-emacs";
- rev = "7f91f65254902b8ff04fdb679bc569b2f6a51637";
- sha256 = "17i9l6wgrvmp31ca4xrax31f7bjnn0vn2figycxhfaq9f6vxgkkn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5daff329a96a6d10bca11d838bbc95d1c8bcfbd9/recipes/haskell-emacs-base";
- sha256 = "1fwkds6qyhbxxdgxfzmgd7dlcxr08ynrrg5jdp9r7f924pd536vb";
- name = "recipe";
- };
- packageRequires = [ haskell-emacs ];
- meta = {
- homepage = "https://melpa.org/#/haskell-emacs-base";
- license = lib.licenses.free;
- };
- }) {};
- haskell-emacs-text = callPackage ({ fetchFromGitHub
- , fetchurl
- , haskell-emacs
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haskell-emacs-text";
- ename = "haskell-emacs-text";
- version = "4.0.3";
- src = fetchFromGitHub {
- owner = "knupfer";
- repo = "haskell-emacs";
- rev = "cc240612740fc3fd6e3c3d8cdfe486a89954f5d1";
- sha256 = "09g6b1ad7qi9k58ymgmssgapwapxcwf30qhmfl2w8sl045ngzlkk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5daff329a96a6d10bca11d838bbc95d1c8bcfbd9/recipes/haskell-emacs-text";
- sha256 = "1j18fhhra6lv32xrq8jc6l8i56fgn68da81wymcimpmpbp0hl5fy";
- name = "recipe";
- };
- packageRequires = [ haskell-emacs ];
- meta = {
- homepage = "https://melpa.org/#/haskell-emacs-text";
- license = lib.licenses.free;
- };
- }) {};
- haskell-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haskell-mode";
- ename = "haskell-mode";
- version = "16.1";
- src = fetchFromGitHub {
- owner = "haskell";
- repo = "haskell-mode";
- rev = "d2ea5239bf02f3917a78a5c2dcbc5b6f6dd1b359";
- sha256 = "1qk36y0v9fzass6785il65c6wb5cfj4ihhwkvgnzmbafpa8p4dvq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f18b4dcbad4192b0153a316cff6533272898f1a/recipes/haskell-mode";
- sha256 = "0wijvcpfdbl17iwzy47vf8brkj2djarfr8y28rw0wqvbs381zzwp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/haskell-mode";
- license = lib.licenses.free;
- };
- }) {};
- haskell-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "haskell-snippets";
- ename = "haskell-snippets";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "haskell";
- repo = "haskell-snippets";
- rev = "bcf12cf33a67ddc2f023a55072859e637fe4fa25";
- sha256 = "0b3d7rvqvvcsp51aqfhl0zg9zg8j0p6vlfvga6jp9xc7626vh6f6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b5534e58ea66fd90ba4a69262f0b303c7fb85af4/recipes/haskell-snippets";
- sha256 = "10bvv7q694fahcpm83v8lpqihg1gvfzrp1hdzwiffxydfvdbalh2";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/haskell-snippets";
- license = lib.licenses.free;
- };
- }) {};
- haskell-tab-indent = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haskell-tab-indent";
- ename = "haskell-tab-indent";
- version = "0.2";
- src = fetchgit {
- url = "https://git.spwhitton.name/haskell-tab-indent";
- rev = "b4cb851aef96c42ec7b3cc37b6fdd867fe5a0853";
- sha256 = "1ah1xagfzsbsgggva621p95qgd0bnsn733gb0ap4p4kgi5hwdqll";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/371f9f45e441cdf4e95557d1e9692619fab3024a/recipes/haskell-tab-indent";
- sha256 = "0vdfmy56w5yi202nbd28v1bzj97v1wxnfnb5z3dh9687p2abgnr7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/haskell-tab-indent";
- license = lib.licenses.free;
- };
- }) {};
- hasky-extensions = callPackage ({ avy-menu
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hasky-extensions";
- ename = "hasky-extensions";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "hasky-mode";
- repo = "hasky-extensions";
- rev = "51cff958785c1d26f76decd2e2b95bd15ab48096";
- sha256 = "0bqcg18apfj8ibzklw7yip35s1wkjfb8z3qyxn43vyylkynvrj37";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e3f73e3df8476fa231d04211866671dd74911603/recipes/hasky-extensions";
- sha256 = "0ymigba1d0qkrk3ccd3cx754safzmx1v5d13976571rszgmkvr15";
- name = "recipe";
- };
- packageRequires = [ avy-menu emacs ];
- meta = {
- homepage = "https://melpa.org/#/hasky-extensions";
- license = lib.licenses.free;
- };
- }) {};
- hasky-stack = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "hasky-stack";
- ename = "hasky-stack";
- version = "0.9.0";
- src = fetchFromGitHub {
- owner = "hasky-mode";
- repo = "hasky-stack";
- rev = "a3176aece9a9ab0a36ae795965f83f4c1fa243bf";
- sha256 = "1j9cvy95wnmssg68y7hcjr0fh117ix1ypa0k7rxqn84na7hyhdpl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3faf544872478c3bccf2fe7dc51d406031e4d80/recipes/hasky-stack";
- sha256 = "08ds0v5p829s47lbhibswnbn1aqfnwf6xx7p5bc5062wxdvqahw8";
- name = "recipe";
- };
- packageRequires = [ emacs f magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/hasky-stack";
- license = lib.licenses.free;
- };
- }) {};
- haxor-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "haxor-mode";
- ename = "haxor-mode";
- version = "0.7.0";
- src = fetchFromGitHub {
- owner = "krzysztof-magosa";
- repo = "haxor-mode";
- rev = "6fa25a8e6b6a59481bc0354c2fe1e0ed53cbdc91";
- sha256 = "0pdfvqbz4wmjl15wi3k4h7myij8v63vmyiq8g9fai18f7ad2klp1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/haxor-mode";
- sha256 = "0ss0kkwjyc7z7vcb89qr02p70c6m2jarr34mxmdv6ipwil58jj1s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/haxor-mode";
- license = lib.licenses.free;
- };
- }) {};
- hcl-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hcl-mode";
- ename = "hcl-mode";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-hcl-mode";
- rev = "6a6daf37522188a2f2fcdebc60949fc3bdabbc06";
- sha256 = "0jqrgq15jz6pvx38pnwkizzfiih0d3nxqphyrc92nqpcyimg8b6g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/66b441525dc300b364d9be0358ae1e0fa2a8b4fe/recipes/hcl-mode";
- sha256 = "1wrs9kj6ahsdnbn3fdaqhclq1ia6w4x726hjvl6pyk01sb0spnin";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hcl-mode";
- license = lib.licenses.free;
- };
- }) {};
- heaven-and-hell = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "heaven-and-hell";
- ename = "heaven-and-hell";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "valignatev";
- repo = "heaven-and-hell";
- rev = "c2af013e0def7d3234e0eb2fb66a0a2374d5a7f2";
- sha256 = "08n7sr0l4di1c4zgfa17i3x43451sd60z70pjka8rmznys766lsg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/685edd63bf65520be304cbd564db7f5974fc5ae1/recipes/heaven-and-hell";
- sha256 = "19r0p78r9c78ly8awkgc33xa5b75zkkrb5kwvxbagirxdgkjv74r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/heaven-and-hell";
- license = lib.licenses.free;
- };
- }) {};
- helm = callPackage ({ async
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "helm";
- ename = "helm";
- version = "3.2";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm";
- rev = "381850225e621c6315e453a98c99229a0d755281";
- sha256 = "12yyprpgh2by2pd41i4z9gz55fxg0f90x03bfrsf791xwbhf6931";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7e8bccffdf69479892d76b9336a4bec3f35e919d/recipes/helm";
- sha256 = "03la01d0syikjgsjq0krlp3p894djwfxqfmd2srddwks7ish6xjf";
- name = "recipe";
- };
- packageRequires = [ async emacs helm-core popup ];
- meta = {
- homepage = "https://melpa.org/#/helm";
- license = lib.licenses.free;
- };
- }) {};
- helm-ack = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ack";
- ename = "helm-ack";
- version = "0.13";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-ack";
- rev = "5982f3cb6ec9f460ebbe06ec0ce7b3590bca3118";
- sha256 = "0ps86zpyywibjwcm9drmamla979ad61fyqr8d6bv71fr56k9ak21";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/258d447778525c26c65a5819ba1edc00e2bb65e5/recipes/helm-ack";
- sha256 = "1a8sc5gd2g57dl9g18wyydfmihy74yniwhjr27h7vxylnf2g3pni";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ack";
- license = lib.licenses.free;
- };
- }) {};
- helm-ag = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ag";
- ename = "helm-ag";
- version = "0.58";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-ag";
- rev = "39ed137823665fca2fa5b215f7c3e8701173f7b7";
- sha256 = "0a6yls52pkqsaj6s5nsi70kzpvssdvb87bfnp8gp26q2y3syx4ni";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/helm-ag";
- sha256 = "050qh5xqh8lwkgmz3jxm8gql5nd7bq8sp9q6mzm2z7367qy4qqyf";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ag";
- license = lib.licenses.free;
- };
- }) {};
- helm-aws = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-aws";
- ename = "helm-aws";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "istib";
- repo = "helm-aws";
- rev = "172a4a3427d31c999e27e9ee06aa8e3822364a8c";
- sha256 = "015p5sszd54x81qm96gx6xwjkvbi4f3j9i2nhcvlkk75s95w1ijv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/421182006b8af17dae8b5ad453cc11e2d990a053/recipes/helm-aws";
- sha256 = "0sjgdjpznjxsf6nlv2ah45fw17j8j5apdphd1fp43rjv1lskkgc5";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-aws";
- license = lib.licenses.free;
- };
- }) {};
- helm-backup = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-backup";
- ename = "helm-backup";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "antham";
- repo = "helm-backup";
- rev = "45a86a41ac44f90d4db2c0e9339233ee7f0be0b8";
- sha256 = "0pr4qd6mi9g91lndqnk4w26lq3w8pxcgxragxj3209dgwqsxps95";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e6eba7b201e91211e43c39e501f6066f0afeb8b/recipes/helm-backup";
- sha256 = "182jbm36yzayxi9y3vhpyn25ivrgay37sncqvah35vbw52lnjcn3";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-backup";
- license = lib.licenses.free;
- };
- }) {};
- helm-bbdb = callPackage ({ bbdb
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-bbdb";
- ename = "helm-bbdb";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-bbdb";
- rev = "20513422102fea4c08a0433d728a7783bb4968c8";
- sha256 = "0ns537fimv774n1bq0r8k4qwdpapbw96linqyhx9mxp23zkhlg80";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7025c319fcabc64576c0c6554d0d572cef697693/recipes/helm-bbdb";
- sha256 = "1wlacbfs23shvyaq616r1p84h8321zz1k5nzir5qg8nr6lssi8vp";
- name = "recipe";
- };
- packageRequires = [ bbdb helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-bbdb";
- license = lib.licenses.free;
- };
- }) {};
- helm-bibtex = callPackage ({ biblio
- , cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , parsebib
- , s }:
- melpaBuild {
- pname = "helm-bibtex";
- ename = "helm-bibtex";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "tmalsburg";
- repo = "helm-bibtex";
- rev = "d6a98ac6f28d2a6a05e203115211c98333d40aca";
- sha256 = "0arhy051945lxjqg77b275ny9nsv60cqj0qfpmvd8xkc07lqfn23";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4118a7721435240cf8489daa4dd39369208855b/recipes/helm-bibtex";
- sha256 = "037pqgyyb2grg88yfxx1r8yp4lrgz2fyzz9fbbp34l8s6vk3cp4z";
- name = "recipe";
- };
- packageRequires = [ biblio cl-lib dash f helm parsebib s ];
- meta = {
- homepage = "https://melpa.org/#/helm-bibtex";
- license = lib.licenses.free;
- };
- }) {};
- helm-bitbucket = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-bitbucket";
- ename = "helm-bitbucket";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "dragonwasrobot";
- repo = "helm-bitbucket";
- rev = "632495036c4a6ac30e408fc74ee9f209fd5ac429";
- sha256 = "0rbgk982jlbqh1rhns3zmndfr3lpw7m2j9z7qylghkll4k8fcjpl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8df73e21dee5144147f9432efe95ee576ac5f435/recipes/helm-bitbucket";
- sha256 = "19bflbnavkwipf7mcrkg3i64iz50jmzm64nl7y1ka349mpy5sm04";
- name = "recipe";
- };
- packageRequires = [ emacs helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-bitbucket";
- license = lib.licenses.free;
- };
- }) {};
- helm-bm = callPackage ({ bm
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-bm";
- ename = "helm-bm";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "helm-bm";
- rev = "d66341f5646c23178d4d8bffb6cfebe3fb73f1d7";
- sha256 = "011k37p4vnzm1x8vyairllanvjfknskl20bdfv0glf64xgbdpfil";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/115033d7b02d3ca42902195de933f62c5f927ae4/recipes/helm-bm";
- sha256 = "1dnlcvn0zv4qv4ii4j0h9r8w6vhi3l0c5aa768kblh5r2rf4bjjh";
- name = "recipe";
- };
- packageRequires = [ bm cl-lib helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-bm";
- license = lib.licenses.free;
- };
- }) {};
- helm-books = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-books";
- ename = "helm-books";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "grugrut";
- repo = "helm-books";
- rev = "b4c57d2aed596faad41a753dccbcd0a31a717b76";
- sha256 = "1yr5prp9xvd73balxbn4yn52zah2advq1186ba5aanj436pal0fh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acba3db40f37e74e1bf9e30f2abed431c259ff50/recipes/helm-books";
- sha256 = "0xh53vji7nsnpi0b38cjh97x26ryxk61mj7bd6m63qwh8dyhs3yx";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-books";
- license = lib.licenses.free;
- };
- }) {};
- helm-bundle-show = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-bundle-show";
- ename = "helm-bundle-show";
- version = "1.1.6";
- src = fetchFromGitHub {
- owner = "masutaka";
- repo = "emacs-helm-bundle-show";
- rev = "70f1ca7d1847c7d5cd5a3e488562cd4a295b809f";
- sha256 = "12wz98fcs8v8w74ck4jqbh47pp5956xxh9ld5kpym9zrm39adpq2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2f10f7387cca102696c38af1d8dc0fe5da5e366f/recipes/helm-bundle-show";
- sha256 = "1af5g233kjf04m2fryizk51a1s2mcmj36zip5nyb8skcsfl4riq7";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-bundle-show";
- license = lib.licenses.free;
- };
- }) {};
- helm-c-yasnippet = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "helm-c-yasnippet";
- ename = "helm-c-yasnippet";
- version = "0.6.7";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "helm-c-yasnippet";
- rev = "1fa400233ba8e990066c47cca1e2af64bd192d4d";
- sha256 = "108584bmadgidqkdfvf333zkyb5v9f84pasz5h01fkh57ks8by9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2fc20598a2cd22efb212ba43159c6728f0249e5e/recipes/helm-c-yasnippet";
- sha256 = "0jwj4giv6lxb3h7vqqb2alkwq5kp0shy2nraik33956p4l8dfs90";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm-core yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/helm-c-yasnippet";
- license = lib.licenses.free;
- };
- }) {};
- helm-cider = callPackage ({ cider
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-cider";
- ename = "helm-cider";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "helm-cider";
- rev = "9a948b834dd31b3f60d4701d6dd0ecfab0adbb72";
- sha256 = "0wssd9jv6xighjhfh3p8if1anz3rcrjr71a4j063v6gyknb7fv27";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-cider";
- sha256 = "0ykhrvh6mix55sv4j8q6614sibksdlwaks736maamqwl3wk6826x";
- name = "recipe";
- };
- packageRequires = [ cider emacs helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-cider";
- license = lib.licenses.free;
- };
- }) {};
- helm-circe = callPackage ({ circe
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-circe";
- ename = "helm-circe";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "lesharris";
- repo = "helm-circe";
- rev = "9091651d9fdd8d49d8ff6f9dcf3a2ae416c9f15a";
- sha256 = "1gwg299s8ps0q97iw6p515gwn73rjk1icgl3j7cj1s143njjg122";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-circe";
- sha256 = "07559rg55b0glxiw787xmvxrhms14jz21bvprc5n24b4j827g9xw";
- name = "recipe";
- };
- packageRequires = [ circe cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-circe";
- license = lib.licenses.free;
- };
- }) {};
- helm-codesearch = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-codesearch";
- ename = "helm-codesearch";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "youngker";
- repo = "helm-codesearch.el";
- rev = "a6bac6b8a063b91b444a72318b163b266742db9b";
- sha256 = "0xmplh7q5wvrkfha8qc9hx7sjyc8dsms0wrvj2y7zg35siw1561l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a992824e46a4170e2f0915f7a507fcb8a9ef0a6/recipes/helm-codesearch";
- sha256 = "1v21zwcyx73bc1lcfk60v8xim31bwdk4p06g9i4qag3cijdlli9q";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-codesearch";
- license = lib.licenses.free;
- };
- }) {};
- helm-commandlinefu = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , json ? null
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-commandlinefu";
- ename = "helm-commandlinefu";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "helm-commandlinefu";
- rev = "83839c0250ff3a35d3052eab3111450e0caa5fe1";
- sha256 = "0fxxwxxpqvhzc3wgskaarxagf4si83kk5k5j67kzklgrlklhf1xn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7eaf1e41ef2fa90b6bb6a80891ef1bf52ef1029b/recipes/helm-commandlinefu";
- sha256 = "150nqib0sr4n35vdj1xrxcja8gkv3chzhdbgkjxqgkz2yq10xxnd";
- name = "recipe";
- };
- packageRequires = [ emacs helm json let-alist ];
- meta = {
- homepage = "https://melpa.org/#/helm-commandlinefu";
- license = lib.licenses.free;
- };
- }) {};
- helm-company = callPackage ({ company
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-company";
- ename = "helm-company";
- version = "0.2.3";
- src = fetchFromGitHub {
- owner = "Sodel-the-Vociferous";
- repo = "helm-company";
- rev = "5b5c15745d92aff7280698c7619994e2481098b4";
- sha256 = "1r5b24hamq8d5n418xpf80jn37s357hbc9rd5siw6gwkjn2jykx7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8acf7420f2ac8a36474594bc34316f187b43d771/recipes/helm-company";
- sha256 = "1wl1mzm1h9ig351y77yascdv4z0cka1gayi8cnnlayk763is7q34";
- name = "recipe";
- };
- packageRequires = [ company helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-company";
- license = lib.licenses.free;
- };
- }) {};
- helm-core = callPackage ({ async
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-core";
- ename = "helm-core";
- version = "3.2";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm";
- rev = "0f59a63c225f1c9c265cd350359a1c03e42e2d1c";
- sha256 = "19qrd8157l2cjgi5kc8l7df3y8p7l9zky7idi0gn0cp95463nd57";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7a700c5665e6d72cb4cecf7fb5a2dd43ef9bf7/recipes/helm-core";
- sha256 = "1dyv8rv1728vwsp6vfdq954sp878jbp3srbfxl9gsgjnv1l6vjda";
- name = "recipe";
- };
- packageRequires = [ async emacs ];
- meta = {
- homepage = "https://melpa.org/#/helm-core";
- license = lib.licenses.free;
- };
- }) {};
- helm-cscope = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , xcscope }:
- melpaBuild {
- pname = "helm-cscope";
- ename = "helm-cscope";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "alpha22jp";
- repo = "helm-cscope.el";
- rev = "b82db54071bd2d1c77db2e648f8b4e61b1abe288";
- sha256 = "0xnqkc4z22m41v5lgf87dd8xc4gmf932zbnbdhf9xic1gal1779c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d2e3460df1ec750053bc8402ad6eb822c10c697/recipes/helm-cscope";
- sha256 = "13a76wc1ia4c0v701dxqc9ycbb43d5k09m5pfsvs8mccisfzk9y4";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm xcscope ];
- meta = {
- homepage = "https://melpa.org/#/helm-cscope";
- license = lib.licenses.free;
- };
- }) {};
- helm-dash = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-dash";
- ename = "helm-dash";
- version = "1.3.0";
- src = fetchFromGitHub {
- owner = "areina";
- repo = "helm-dash";
- rev = "9a230125a7a11f5fa90aa048b61abd95eb78ddfe";
- sha256 = "0xs3nq86qmvkiazn5w564npdgbcfjlnpw2f48g2jd43yznblz7ly";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-dash";
- sha256 = "032hwwq4r72grzls5ww7bjyj39c82wkcgf3k7myfcrqd3lgblrwb";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-dash";
- license = lib.licenses.free;
- };
- }) {};
- helm-descbinds = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-descbinds";
- ename = "helm-descbinds";
- version = "1.13";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-descbinds";
- rev = "6d5ddc11e6cef86548bd6b3e0d840112d602659c";
- sha256 = "03b79wdcp4im0fwadzhyc8jxl2wqvg8gmpflnznrwz3l71bi4sqq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/447610a05422cd2f35399e43d98bf46410ff0408/recipes/helm-descbinds";
- sha256 = "1890ss4pimjxskzzllf57fg07xbs8zqcrp6r8r6x989llrfvd1h7";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-descbinds";
- license = lib.licenses.free;
- };
- }) {};
- helm-directory = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-directory";
- ename = "helm-directory";
- version = "0.6.4";
- src = fetchFromGitHub {
- owner = "masasam";
- repo = "emacs-helm-directory";
- rev = "caa013b820b5263bf1c6446debfea0766dae8ab8";
- sha256 = "15ljhz7cik7qzbh69l28c9mcvls5zgk42lp5bm9kl9fg6m6aasvq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d0c066d6f285ab6d572dab4549781101547cb704/recipes/helm-directory";
- sha256 = "01c5a08v6rd867kdyrfwdvj05z4srzj9g6xy4scirlbwbff0q76n";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-directory";
- license = lib.licenses.free;
- };
- }) {};
- helm-dired-history = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-dired-history";
- ename = "helm-dired-history";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "jixiuf";
- repo = "helm-dired-history";
- rev = "281523f9fc46cf00fafd670ba5cd16552a607212";
- sha256 = "1bqavj5ljr350dckyf39i9plkb0rbhyd17ka94n2g6daapgpq0x6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-dired-history";
- sha256 = "0qciafa42rbw0dxgkp5mbbwbrcziswmwdj2lszm0px1bip4x7yb8";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-dired-history";
- license = lib.licenses.free;
- };
- }) {};
- helm-emms = callPackage ({ cl-lib ? null
- , emacs
- , emms
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-emms";
- ename = "helm-emms";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-emms";
- rev = "d7da090af0f63b92c5d735197992c732adbeef3d";
- sha256 = "0fs0i33di3liyx1f55xpg5nmac1b750n37g3pkxw2mil7fx7dz32";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db836b671705607f6cd9bce8229884b1f29b4a76/recipes/helm-emms";
- sha256 = "1vq7cxnacmhyczsa4s5h1nnzc08m66harfnxsqxyrdsnggv9hbf5";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs emms helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-emms";
- license = lib.licenses.free;
- };
- }) {};
- helm-etags-plus = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-etags-plus";
- ename = "helm-etags-plus";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "jixiuf";
- repo = "helm-etags-plus";
- rev = "647e267af51caff9f49d8aa00657b7e08cc3bce4";
- sha256 = "1j8z7bgm5kjp1hrjrmnr3k0frajvwcmpv1mjvw0pxhqf3gyvzf3n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e5d0c347ff8cf6e0ade80853775fd6b84f387fa5/recipes/helm-etags-plus";
- sha256 = "0lw21yp1q6iggzlb1dks3p6qdfppnqf50f3rijjs18lisp4izp99";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-etags-plus";
- license = lib.licenses.free;
- };
- }) {};
- helm-eww = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "helm-eww";
- ename = "helm-eww";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-eww";
- rev = "76ba59fda8dd6f32a1bc7c6df0b43c6f76169911";
- sha256 = "0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/455a32c1d4642dc6752408c4f5055f5f4d1288eb/recipes/helm-eww";
- sha256 = "0pl8s7jmk1kak13bal43kp2awjji9lgr3npq9m09zms121rh709w";
- name = "recipe";
- };
- packageRequires = [ emacs helm seq ];
- meta = {
- homepage = "https://melpa.org/#/helm-eww";
- license = lib.licenses.free;
- };
- }) {};
- helm-ext = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ext";
- ename = "helm-ext";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "helm-ext";
- rev = "c8ac56918b200239b3f73a4e6a031deecc2c5646";
- sha256 = "08c6n4zr6s3h7y0kk6g51xqs6hs29hkfmn55jfjw6hpimbk3vi1j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1ee74cb0aa3445bc9ae4226c2043ee4de3ac6cd3/recipes/helm-ext";
- sha256 = "0la2i0b7nialib4wq26cxcak8nq1jzavsw8f0mvbavsb7hfwkpgw";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ext";
- license = lib.licenses.free;
- };
- }) {};
- helm-firefox = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-firefox";
- ename = "helm-firefox";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-firefox";
- rev = "294850c4ce16ae25f2214f863cee0118add60974";
- sha256 = "1kaa58xlnr82qsvdzn8sxk5kkd2lxqnvfciyw7kfi2fdrl6nr4pf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/257e452d37768d2f3a6e0a5ccd062d128b2bc867/recipes/helm-firefox";
- sha256 = "0677nj0zsk11vvp3q3xl9nk8dhz3ki9yl3kfb57wgnmprp109wgs";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-firefox";
- license = lib.licenses.free;
- };
- }) {};
- helm-flycheck = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-flycheck";
- ename = "helm-flycheck";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "helm-flycheck";
- rev = "a15e62a6432c165c4f2c17388686873383400d7d";
- sha256 = "0q9yksx66ry4x3vkcyyj437il225s2ad5h6vkxpyz04p62g3ysnx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9cce1662d4ca7b7d868685084294d22ebf6c39e9/recipes/helm-flycheck";
- sha256 = "038f9294qc0jnkzrrjxm97hyhwa4sca3wdsjbaya50cf0g4cmk7b";
- name = "recipe";
- };
- packageRequires = [ dash flycheck helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-flycheck";
- license = lib.licenses.free;
- };
- }) {};
- helm-ghc = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ghc
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ghc";
- ename = "helm-ghc";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "helm-ghc";
- rev = "3947bfd6b5a05074e776f0b51f414f1a5a724888";
- sha256 = "0j8mbn33rv4jky9zh1hgw8da8wgs2760057mx8rv5x6i1qcm3bqd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-ghc";
- sha256 = "0bv0sfpya1jyay9p80lv0w6h9kdp96r8lnp6nj15w660p1b51c0d";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ghc helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ghc";
- license = lib.licenses.free;
- };
- }) {};
- helm-ghq = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ghq";
- ename = "helm-ghq";
- version = "1.8.0";
- src = fetchFromGitHub {
- owner = "masutaka";
- repo = "emacs-helm-ghq";
- rev = "d0d6aa0f407388e7012f0443df8ae657ece01779";
- sha256 = "08884pk0d6xplsn1z9slaf4b9mmam6s9dg4dcxi1na1inpi6y082";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e94eec646def7c77b15f6a6ac1841200848e62c7/recipes/helm-ghq";
- sha256 = "14f3cbsj7jhlhrp561d8pasllnx1cmi7jk6v2fja7ghzj76dnvq6";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ghq";
- license = lib.licenses.free;
- };
- }) {};
- helm-git-grep = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-git-grep";
- ename = "helm-git-grep";
- version = "0.10.1";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "helm-git-grep";
- rev = "744cea07dba6e6a5effbdba83f1b786c78fd86d3";
- sha256 = "172m7wbgx9qnv9n1slbzpd9j24p6blddik49z6bq3zdg1vlnf3dv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/338d28c3fe201a7b2f15793be6d540f44819f4d8/recipes/helm-git-grep";
- sha256 = "1ww6a4q78w5hnwikq7y93ic2b7x070c27r946lh6p8cz1k4b8vqi";
- name = "recipe";
- };
- packageRequires = [ helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-git-grep";
- license = lib.licenses.free;
- };
- }) {};
- helm-github-stars = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-github-stars";
- ename = "helm-github-stars";
- version = "1.3.7";
- src = fetchFromGitHub {
- owner = "Sliim";
- repo = "helm-github-stars";
- rev = "c891690218b0d8b957ea6cb45b1b6cffd15a6950";
- sha256 = "0050i3apv72klqi3s0zw5sv4r4sizx4vlw07l52i39ij7bzjhkzz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2e77f4a75504ca3e1091cdc757e91fb1ae361fa7/recipes/helm-github-stars";
- sha256 = "1r4mc4v71171sq9rbbhm346s92fb7jnvvl91y2q52jqmrnzzl9zy";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-github-stars";
- license = lib.licenses.free;
- };
- }) {};
- helm-gitlab = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , gitlab
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-gitlab";
- ename = "helm-gitlab";
- version = "0.8.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "emacs-gitlab";
- rev = "cffba49c1260421b8e388c65365b229970098e5c";
- sha256 = "1wh6z7ni8nwqigvgz77zgqszx60s1k1chpzgzs1k3kfby7apxww1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d012991188956f6e06c37d504b0d06ab31487b9/recipes/helm-gitlab";
- sha256 = "010ihx3yddhb8j3jqcssc49qnf3i7xlz0s380mpgrdxgz6yahsmd";
- name = "recipe";
- };
- packageRequires = [ dash gitlab helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-gitlab";
- license = lib.licenses.free;
- };
- }) {};
- helm-go-package = callPackage ({ deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-go-package";
- ename = "helm-go-package";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "helm-go-package";
- rev = "7db5ea9ce97502152a6bb1fe38f8fabb5a49abd2";
- sha256 = "08llqkswilzsigh28w9qjbqi5g5z0ylfabz5sqia7c18gjshvz0h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/449d272b94c189176305ca17652d76adac087ce5/recipes/helm-go-package";
- sha256 = "102yhn1xg83l67yaq3brn35a03fkvqqhad10rq0h39n4i1slq3z6";
- name = "recipe";
- };
- packageRequires = [ deferred emacs go-mode helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-go-package";
- license = lib.licenses.free;
- };
- }) {};
- helm-gtags = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-gtags";
- ename = "helm-gtags";
- version = "1.5.6";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-gtags";
- rev = "dbe0d2d9d08058d469ad2d729bd782515b5b3b62";
- sha256 = "0zyspn9rqfs3hkq8qx0q1w5qiv30ignbmycyv0vn3a6q7a5fsnhx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/helm-gtags";
- sha256 = "1kbpfqhhbxmp3f70h91x2fws9mhx87zx4nzjjl29lpl93vf8xckl";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-gtags";
- license = lib.licenses.free;
- };
- }) {};
- helm-hatena-bookmark = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-hatena-bookmark";
- ename = "helm-hatena-bookmark";
- version = "2.4.3";
- src = fetchFromGitHub {
- owner = "masutaka";
- repo = "emacs-helm-hatena-bookmark";
- rev = "10b8bfbd7fc4c3f503b2bc01f0c062dac128059e";
- sha256 = "17f7y7bw15y3x30j7b3ymp3gpnszfvnf8hmlgc1mkwafxvzv06i1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e9335ad16d4151dd4970c4a3ad1fee9a84404fa/recipes/helm-hatena-bookmark";
- sha256 = "14091zrp4vj7752rb5s3pkyvrrsdl7iaj3q9ys8rjmbsjwcv30id";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-hatena-bookmark";
- license = lib.licenses.free;
- };
- }) {};
- helm-hayoo = callPackage ({ fetchFromGitHub
- , fetchurl
- , haskell-mode
- , helm
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-hayoo";
- ename = "helm-hayoo";
- version = "0.0.5";
- src = fetchFromGitHub {
- owner = "markus1189";
- repo = "helm-hayoo";
- rev = "f49a77e8b8704bb7eb0d1097eefb8010a6617664";
- sha256 = "1imfzz6cfdq7fgrcgrafy2nln929mgh31vybk9frm7a9jpamqdxp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-hayoo";
- sha256 = "06nbilb6vfa8959ss5d06zbcwqxlbyi3cb5jnbdag0jnpxvv1hqb";
- name = "recipe";
- };
- packageRequires = [ haskell-mode helm json ];
- meta = {
- homepage = "https://melpa.org/#/helm-hayoo";
- license = lib.licenses.free;
- };
- }) {};
- helm-ispell = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ispell";
- ename = "helm-ispell";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-ispell";
- rev = "9dd7e24cacf755879e569891700520554972b5c8";
- sha256 = "1qh84a9qxdr13w9qbn4l1rqs0rq7pmn4is3kmwg7ya85yh3wmzyb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/edc42b26027dcd7daf0d6f2bd19ca4736fc12d6d/recipes/helm-ispell";
- sha256 = "0qyj6whgb2p0v231wn6pvx4awvl1wxppppqqbx5255j8r1f3l1b0";
- name = "recipe";
- };
- packageRequires = [ helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-ispell";
- license = lib.licenses.free;
- };
- }) {};
- helm-ls-git = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ls-git";
- ename = "helm-ls-git";
- version = "1.9.1";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-ls-git";
- rev = "7b7b6dc2554603ad98412927f84a803625069ab3";
- sha256 = "1s748a5abj58hd7cwzfggfnnmyzhj04gpbqqwqmskn8xlsq5qcdi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b487b4c0db9092bb7e32aad9265b79a9d18c8478/recipes/helm-ls-git";
- sha256 = "08rsy9479nk03kinjfkxddrq6wi4sx2a0wrz37cl2q517qi7sibj";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ls-git";
- license = lib.licenses.free;
- };
- }) {};
- helm-ls-hg = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-ls-hg";
- ename = "helm-ls-hg";
- version = "1.8.0";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-ls-hg";
- rev = "61b91a22fcfb62d0fc56e361ec01ce96973c7165";
- sha256 = "1msrsqiwk7bg5gry5cia8a6c7ifymfyn738hk8g2qwzzw4vkxxcs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/03a22c9ec281330c4603aec6feb04cf580dee340/recipes/helm-ls-hg";
- sha256 = "0ca0xn7n8bagxb504xgkcv04rpm1vxhx2m77biqrx5886pwl25bh";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-ls-hg";
- license = lib.licenses.free;
- };
- }) {};
- helm-make = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "helm-make";
- ename = "helm-make";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "helm-make";
- rev = "4bedccdaa65fcd4ea5b643738ea55bf865532c1a";
- sha256 = "0c9hgazfaf56iv7ghww9ni6db3bv6897785n0mz3b3khf2mj2388";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0f25f066c60d4caff1fbf885bc944cac47515ec8/recipes/helm-make";
- sha256 = "1r6jjy1rlsii6p6pinbz7h6gcw4vmcycd3vj338bfbnqp5rrf2mc";
- name = "recipe";
- };
- packageRequires = [ helm projectile ];
- meta = {
- homepage = "https://melpa.org/#/helm-make";
- license = lib.licenses.free;
- };
- }) {};
- helm-migemo = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild
- , migemo }:
- melpaBuild {
- pname = "helm-migemo";
- ename = "helm-migemo";
- version = "1.22";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "helm-migemo";
- rev = "2d964309a5415cf47f5154271e6fe7b6a7fffec7";
- sha256 = "03588hanfa20pjp9w1bqy8wsf5x6az0vfq0bmcnr4xvlf6fhkyxs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce6eb840368f8cbee66dc061478d5096b9dacb68/recipes/helm-migemo";
- sha256 = "1cjvb1lm1fsg5ky63fvrphwl5a7r7xf6qzb4mvl06ikj8hv2h33x";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm-core migemo ];
- meta = {
- homepage = "https://melpa.org/#/helm-migemo";
- license = lib.licenses.free;
- };
- }) {};
- helm-mode-manager = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-mode-manager";
- ename = "helm-mode-manager";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "istib";
- repo = "helm-mode-manager";
- rev = "12d762eadaf67df9e5e0f607e7a8cf1f6eea778b";
- sha256 = "17zvv089845j0v5d4hc3d2hq8mkxq2cafx29qgvbvgpfifxx1z3h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-mode-manager";
- sha256 = "04yhqbb9cliv1922b0abpc1wrladvhyfmwn8ifqfkzaks4067rhl";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-mode-manager";
- license = lib.licenses.free;
- };
- }) {};
- helm-mt = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , multi-term }:
- melpaBuild {
- pname = "helm-mt";
- ename = "helm-mt";
- version = "0.9";
- src = fetchFromGitHub {
- owner = "dfdeshom";
- repo = "helm-mt";
- rev = "d2bff4100118483bc398c56d0ff095294209265b";
- sha256 = "1wci63y0vjvrvrylkhhrz8p9q0ml6la5cpj4rx5cwin9rkmislm6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e726bf0b9b3f371b21f1f0d75175e0dda62f6fb0/recipes/helm-mt";
- sha256 = "04hx8cg8wmm2w8g942nc9mvm12ammmjnx4k61ljrq76smd8s3x2a";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm multi-term ];
- meta = {
- homepage = "https://melpa.org/#/helm-mt";
- license = lib.licenses.free;
- };
- }) {};
- helm-nixos-options = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , nixos-options }:
- melpaBuild {
- pname = "helm-nixos-options";
- ename = "helm-nixos-options";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "travisbhartwell";
- repo = "nix-emacs";
- rev = "5ee8a6b22c464028d19d5cebc8f69087bb667c01";
- sha256 = "1cn8drnkna9vr56fb6w0gmz5kyy9r8a71ph48fsblgqr9fjqw31j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6846c7d86e70a9dd8300b89b61435aa7e146be96/recipes/helm-nixos-options";
- sha256 = "1nsi4hfw53iwn29fp33dkri1c6w8kdyn4sa0yn2fi6144ilmq933";
- name = "recipe";
- };
- packageRequires = [ helm nixos-options ];
- meta = {
- homepage = "https://melpa.org/#/helm-nixos-options";
- license = lib.licenses.free;
- };
- }) {};
- helm-notmuch = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , notmuch }:
- melpaBuild {
- pname = "helm-notmuch";
- ename = "helm-notmuch";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "helm-notmuch";
- rev = "97a01497e079a7b6505987e9feba6b603bbec288";
- sha256 = "1k038dbdpaa411gl4071x19fklhnizhr346plxw23lsnxir9dhqc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98667b3aa43d3e0f6174eeef82acaf71d7019aac/recipes/helm-notmuch";
- sha256 = "1ixdc1ba4ygxl0lpg6ijk06dgj2hfv5p5k6ivq60ss0axyisnnv0";
- name = "recipe";
- };
- packageRequires = [ helm notmuch ];
- meta = {
- homepage = "https://melpa.org/#/helm-notmuch";
- license = lib.licenses.free;
- };
- }) {};
- helm-open-github = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , gh
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-open-github";
- ename = "helm-open-github";
- version = "0.15";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-open-github";
- rev = "553f3ab0fe0a028015e9b6cb7c35fb139ec222fc";
- sha256 = "1xj5b44nkdvbxhk1bnllqm2qq393w22ccy708prrhiq8fmk53aa8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/helm-open-github";
- sha256 = "1wqlwg21s9pjgcrwr8kdrppinmjn235nadkp4003g0md1d64zxpx";
- name = "recipe";
- };
- packageRequires = [ emacs gh helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-open-github";
- license = lib.licenses.free;
- };
- }) {};
- helm-org-rifle = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "helm-org-rifle";
- ename = "helm-org-rifle";
- version = "1.6.1";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "helm-org-rifle";
- rev = "f2c7f9e203287e3f6e5647406d21454218553e5a";
- sha256 = "1r38xhwvgbv6kn5x159phz3xgss7f1rc7icq27rnr4d8aj91wm6k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f39cc94dde5aaf0d6cfea5c98dd52cdb0bcb1615/recipes/helm-org-rifle";
- sha256 = "0hx764vql2qgw9i8qrr3kkn23lw6jx3x604dm1y33ig6a15gy3a3";
- name = "recipe";
- };
- packageRequires = [ dash emacs f helm s ];
- meta = {
- homepage = "https://melpa.org/#/helm-org-rifle";
- license = lib.licenses.free;
- };
- }) {};
- helm-orgcard = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-orgcard";
- ename = "helm-orgcard";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "helm-orgcard";
- rev = "9655ac340d1ccc5f3d1c0f7c49be8dd3556d4d0d";
- sha256 = "1zyjxrrda7nxxjqczv2p3sfimxy2pq734kf51j6v2y0biclc4bk3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce6eb840368f8cbee66dc061478d5096b9dacb68/recipes/helm-orgcard";
- sha256 = "1a56y8fny7qxxidc357n7l3yi7h66hidhvwhkam8y5wk6k61460p";
- name = "recipe";
- };
- packageRequires = [ helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-orgcard";
- license = lib.licenses.free;
- };
- }) {};
- helm-pages = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-pages";
- ename = "helm-pages";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "helm-pages";
- rev = "e334ca3312e51d6fdfa989df5d3ebe683d673c0e";
- sha256 = "1r2ndmrw5ivawb940j8jnmqzxv46qrzd3cqh9fvxx5yicf020fjf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a33cb19b6e71240896bbe5da07ab25f2ee11f0b/recipes/helm-pages";
- sha256 = "1v3w8100invb5wsmm3dyl41pjs7s889s3b1rlr6vlcspa1ncv3wj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-pages";
- license = lib.licenses.free;
- };
- }) {};
- helm-pass = callPackage ({ auth-source-pass
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , password-store }:
- melpaBuild {
- pname = "helm-pass";
- ename = "helm-pass";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-pass";
- rev = "ed5798f2d83937575e8f23fde33323bca9e85131";
- sha256 = "0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a34e0ab66491540dd0c5b62c7f60684056b16d5/recipes/helm-pass";
- sha256 = "153cj58x2xcmjs2n4fl1jsv8zir4z9jwg1w00ghv70k5j3rwsjkp";
- name = "recipe";
- };
- packageRequires = [ auth-source-pass emacs helm password-store ];
- meta = {
- homepage = "https://melpa.org/#/helm-pass";
- license = lib.licenses.free;
- };
- }) {};
- helm-perldoc = callPackage ({ cl-lib ? null
- , deferred
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-perldoc";
- ename = "helm-perldoc";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-perldoc";
- rev = "18645f2065a07acce2c6b50a2f9d7a2554e532a3";
- sha256 = "01cj2897hqz02mfz32nxlyyp59iwm0gz1zj11s8ll7pwy9q3r90g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/helm-perldoc";
- sha256 = "1qx0g81qcqanjiz5fxysagjhsxaj31g6nsi2hhdgq4x4nqrlmrhb";
- name = "recipe";
- };
- packageRequires = [ cl-lib deferred helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-perldoc";
- license = lib.licenses.free;
- };
- }) {};
- helm-perspeen = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , perspeen }:
- melpaBuild {
- pname = "helm-perspeen";
- ename = "helm-perspeen";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "jimo1001";
- repo = "helm-perspeen";
- rev = "aec145d5196aed1689563d138a2aa37b139e1759";
- sha256 = "1wv13mvm9149nl9p93znl3d2yfnq4rph440ja07w804cd61qjhq9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1ee26a57aacbd571da0cfaca2c31eec6ea86a543/recipes/helm-perspeen";
- sha256 = "07cnsfhph807fqyai3by2c5ml9a40gxkq280f27disf8sc45rg1y";
- name = "recipe";
- };
- packageRequires = [ helm perspeen ];
- meta = {
- homepage = "https://melpa.org/#/helm-perspeen";
- license = lib.licenses.free;
- };
- }) {};
- helm-proc = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-proc";
- ename = "helm-proc";
- version = "0.0.5";
- src = fetchFromGitHub {
- owner = "markus1189";
- repo = "helm-proc";
- rev = "0a75a86e4f381143134e0cdcd8c84c5b5b0fb2d6";
- sha256 = "0bgpd50ningqyzwhfinfrn6gqacard5ynwllhg9clq0f683sbck2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-proc";
- sha256 = "11mh8ny8mhdmp16s21vy9yyql56zxcgmj2aapqs5jy4yad5q62rz";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-proc";
- license = lib.licenses.free;
- };
- }) {};
- helm-project-persist = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , project-persist }:
- melpaBuild {
- pname = "helm-project-persist";
- ename = "helm-project-persist";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "Sliim";
- repo = "helm-project-persist";
- rev = "6ed96dafb7eb2e8cc5010f960262927f4a0f8cdf";
- sha256 = "0fcn4kx8dsda8z13fwdnv94hyb2fkv61qdx1263fmsnhllya9ygg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98780edaf8b1d97aec9e25d07d93289c90fd5069/recipes/helm-project-persist";
- sha256 = "1n87kn1n3453mpdj6amyrgivslskmnzdafpspvkz7b0smf9mv2ld";
- name = "recipe";
- };
- packageRequires = [ helm project-persist ];
- meta = {
- homepage = "https://melpa.org/#/helm-project-persist";
- license = lib.licenses.free;
- };
- }) {};
- helm-projectile = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "helm-projectile";
- ename = "helm-projectile";
- version = "0.14.0";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "helm-projectile";
- rev = "1a90f93732f1a1e8080098d65eadd6a1cd799e31";
- sha256 = "0lph38p112fridighqcizpsyzjbv7qr3d8prbfj6w6q6gfl6cna4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bc4e3a5af7ba86d277c73a1966a91c87d3d855a/recipes/helm-projectile";
- sha256 = "18y7phrvbpdi3cnghwyhh0v1bwm95nwq1lymzf8lrcbmrwcvh36a";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash helm projectile ];
- meta = {
- homepage = "https://melpa.org/#/helm-projectile";
- license = lib.licenses.free;
- };
- }) {};
- helm-pt = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-pt";
- ename = "helm-pt";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "ralesi";
- repo = "helm-pt";
- rev = "03e35e2bb5b683d79897d07acb57ee67009cc6cd";
- sha256 = "0jm6nnnjyd4kmm1knh0mq3xhnw2hvs3linwlynj8yaliqvlv6brv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/helm-pt";
- sha256 = "1pvipzjw9h668jkbwwkmphvp806fs9q4mb2v2bjxpb0f3kn2qk3n";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-pt";
- license = lib.licenses.free;
- };
- }) {};
- helm-purpose = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , window-purpose }:
- melpaBuild {
- pname = "helm-purpose";
- ename = "helm-purpose";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "bmag";
- repo = "helm-purpose";
- rev = "115a9d612aa07bb6f7f7b18f42b34918699660b9";
- sha256 = "1jy9l4an2aqynj86pw2qxpzw446xm376n2ykiz17qlimqbxhwkgz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-purpose";
- sha256 = "16c9if636v7l8z5df011vdj4a3ci5kf3rdfk4g9hdbbl639yca79";
- name = "recipe";
- };
- packageRequires = [ emacs helm window-purpose ];
- meta = {
- homepage = "https://melpa.org/#/helm-purpose";
- license = lib.licenses.free;
- };
- }) {};
- helm-pydoc = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-pydoc";
- ename = "helm-pydoc";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-pydoc";
- rev = "30f1814b5b16db0413ffe74b0d0420b38e153df9";
- sha256 = "1ik0vllakh73kc2zbgii4sm33n9pj388gaz69j4drz2mik307zvs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/helm-pydoc";
- sha256 = "1sh7gqqiwk85kx89l1sihlkb8ff1g9n460nwj1y1bsrpfl6if4j7";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm-core ];
- meta = {
- homepage = "https://melpa.org/#/helm-pydoc";
- license = lib.licenses.free;
- };
- }) {};
- helm-qiita = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-qiita";
- ename = "helm-qiita";
- version = "1.1.3";
- src = fetchFromGitHub {
- owner = "masutaka";
- repo = "emacs-helm-qiita";
- rev = "5f82010c595f8e122aa3f68148ba8d8ccb1333d8";
- sha256 = "1vkm2h0ia0gqqjw6cnbyik0fv37zzjwwdzk1cnh7a3s5hsg60i68";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37331f6cc8a95fd2b2ed5b20be0bcb604ea66dee/recipes/helm-qiita";
- sha256 = "1iz2w1901zz3zk9zazikmnkzng5klnvqn4ph1id7liksrcdpdmpm";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-qiita";
- license = lib.licenses.free;
- };
- }) {};
- helm-rdefs = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-rdefs";
- ename = "helm-rdefs";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "saidie";
- repo = "emacs-helm-rdefs";
- rev = "cd3a6b3af3015ee58ef30cb7c81c79ebe5fc867b";
- sha256 = "0ji7ak9pkmw0wxzmw5a1amvn3pkj90v9jv1yi12w388njxn7qsvj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1c7a20847513dc1153d54a3a700bc120f71dc6b/recipes/helm-rdefs";
- sha256 = "0z3nrqrz63j9nxkbxdsjj3z8zhsqlik28iry3j1plgsxq1mhrn0y";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-rdefs";
- license = lib.licenses.free;
- };
- }) {};
- helm-recoll = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-recoll";
- ename = "helm-recoll";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-recoll";
- rev = "cc4c4fa9c8f4f99383647baa8512b60523dc8b36";
- sha256 = "1ic2k8ls084yn9h96pk8815wlvxkwwdq75zhm1ls197pkbw7gh7y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a0d168f96470753c22b92ad863be98d8c421ccd/recipes/helm-recoll";
- sha256 = "0pr2pllplml55k1xx9inr3dm90ichg2wb62dvgvmbq2sqdf4606b";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-recoll";
- license = lib.licenses.free;
- };
- }) {};
- helm-rg = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-rg";
- ename = "helm-rg";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "cosmicexplorer";
- repo = "helm-rg";
- rev = "96dcbeb366caa0b158668384113458ee5f7c4dfd";
- sha256 = "1k9yv9iw694alf5w7555ygk2i1b26i90rqq7ny63a4nd3y5cbs5f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/958fbafdcb214f1ec89fd0d84c6600c89890e0cf/recipes/helm-rg";
- sha256 = "0gfq59540q9s6mr04q7dz638zqmqbqmbl1qaczddgmjn4vyjmf7v";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-rg";
- license = lib.licenses.free;
- };
- }) {};
- helm-robe = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-robe";
- ename = "helm-robe";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-robe";
- rev = "7348d0bc0251b51979554ea678b970fd01c0efe9";
- sha256 = "163ljqar3vvbavzc8sk6rnf8awyc2rhh2g117fglswich3c8lnqg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e7018f57f6f0e4bd71e172ae23c050b44276581b/recipes/helm-robe";
- sha256 = "1gi4nkm9xvnxv0frmhiiw8dkmnmhfpr9n0b6jpidlvr8xr4s5kyw";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-robe";
- license = lib.licenses.free;
- };
- }) {};
- helm-rtags = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , rtags }:
- melpaBuild {
- pname = "helm-rtags";
- ename = "helm-rtags";
- version = "2.31";
- src = fetchFromGitHub {
- owner = "Andersbakken";
- repo = "rtags";
- rev = "ccba23e842a43e8079e22c2fc93d022ac40dedaf";
- sha256 = "091gh5mmgz357mz0jpmbzzrsy04bjczac02i94jxf49p6yw9v4ga";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/helm-rtags";
- sha256 = "1vv6wnniplyls344qzgcf1ivv25c8qilax6sbhvsf46lvrwnr48n";
- name = "recipe";
- };
- packageRequires = [ helm rtags ];
- meta = {
- homepage = "https://melpa.org/#/helm-rtags";
- license = lib.licenses.free;
- };
- }) {};
- helm-rubygems-org = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-rubygems-org";
- ename = "helm-rubygems-org";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "neomantic";
- repo = "helm-rubygems-org";
- rev = "6aaed984f698cbdf9f9aceb0221404563e28764d";
- sha256 = "1sff8kagyhmwcxf9062il1077d4slvr2kq76abj496610gpb75i0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/655be547d57d358eff968f42c13dcf4371529a72/recipes/helm-rubygems-org";
- sha256 = "04ni03ak53z3rggdgf68qh7ksgcf3s0f2cv6skwjqw7v8qhph6qs";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-rubygems-org";
- license = lib.licenses.free;
- };
- }) {};
- helm-sage = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , sage-shell-mode }:
- melpaBuild {
- pname = "helm-sage";
- ename = "helm-sage";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "stakemori";
- repo = "helm-sage";
- rev = "b42b4ba5fd1b17c4b54c30376a053281686beeb8";
- sha256 = "1s6aw1viyzhhrfiazzi82n7bkvshp7clwi6539660m72lfwc5zdl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/09760a7f7b3cff6551c394fc7b2298567ca88eb0/recipes/helm-sage";
- sha256 = "1vnq15fjaap0ai7dadi64sm4415xssmahk2j7kx45sasy4qaxlbj";
- name = "recipe";
- };
- packageRequires = [ cl-lib helm sage-shell-mode ];
- meta = {
- homepage = "https://melpa.org/#/helm-sage";
- license = lib.licenses.free;
- };
- }) {};
- helm-slime = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild
- , slime }:
- melpaBuild {
- pname = "helm-slime";
- ename = "helm-slime";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-slime";
- rev = "ebe80eebd1dfba1f1c837876c8f73cefc8c4db87";
- sha256 = "1qhb9446rpj17pm0hi3miy5gs5k3ld43bq29kzy0y26bf7ivfcjv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c35d43a7a8219de4a7f675147f598966aaecb9db/recipes/helm-slime";
- sha256 = "0qv4c1dd28zqbjxpshga967szrh75a4k51n4x86xkbax7ycca4hh";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm-core slime ];
- meta = {
- homepage = "https://melpa.org/#/helm-slime";
- license = lib.licenses.free;
- };
- }) {};
- helm-smex = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , smex }:
- melpaBuild {
- pname = "helm-smex";
- ename = "helm-smex";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "ptrv";
- repo = "helm-smex";
- rev = "2269375dfa452b88b5170d1a5d5849ebb2c1e413";
- sha256 = "0n2ki7g0hygsq4bi5zkhp3v772ld7niiajfznxmv11dgn949a52s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/85568bd732da952053148e07b95e53f7caf5f62c/recipes/helm-smex";
- sha256 = "02jvq2hyq4wwc9v8gaxr9vkjldc60khdbjf71p8w2iny5w3k0jbj";
- name = "recipe";
- };
- packageRequires = [ emacs helm smex ];
- meta = {
- homepage = "https://melpa.org/#/helm-smex";
- license = lib.licenses.free;
- };
- }) {};
- helm-spaces = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm-core
- , lib
- , melpaBuild
- , spaces }:
- melpaBuild {
- pname = "helm-spaces";
- ename = "helm-spaces";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "helm-spaces";
- rev = "877e2b5178926308d6a7c2a37477bb12c33a96d4";
- sha256 = "1cz8aw6zprzfalagma7jmbycwll2chk2l4n5hkgqyhakdfm2ryzm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8c2ffb50643223b68a62fab348cd5aba24ce92e6/recipes/helm-spaces";
- sha256 = "0hdvkk173k98iycvii5xpbiblx044125pl7jyz4kb8r1vvwcv791";
- name = "recipe";
- };
- packageRequires = [ helm-core spaces ];
- meta = {
- homepage = "https://melpa.org/#/helm-spaces";
- license = lib.licenses.free;
- };
- }) {};
- helm-swoop = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-swoop";
- ename = "helm-swoop";
- version = "1.7.4";
- src = fetchFromGitHub {
- owner = "ShingoFukuyama";
- repo = "helm-swoop";
- rev = "c66336b8245ddc51c4206f19c119f1081920985c";
- sha256 = "0b23j1bkpg4pm310hqdhgnl4mxsj05gpl08b6kb2ja4fzrg6adsk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-swoop";
- sha256 = "1b3nyh4h5kcvwam539va4gzxa3rl4a0rdcriif21yq340yifjbdx";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-swoop";
- license = lib.licenses.free;
- };
- }) {};
- helm-system-packages = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "helm-system-packages";
- ename = "helm-system-packages";
- version = "1.10.1";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-system-packages";
- rev = "2b4636dc861ffe2c4a2025b67ab40460f85b9563";
- sha256 = "01by0c4lqi2cw8xmbxkjw7m9x78zssm31sx4hdpw5j35s2951j0f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c46cfb0fcda0500e15d04106150a072a1a75ccc/recipes/helm-system-packages";
- sha256 = "01mndx2zzh7r7gmpn6gd1vy1w3l6dnhvgn7n2p39viji1r8b39s4";
- name = "recipe";
- };
- packageRequires = [ emacs helm seq ];
- meta = {
- homepage = "https://melpa.org/#/helm-system-packages";
- license = lib.licenses.free;
- };
- }) {};
- helm-taskswitch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-taskswitch";
- ename = "helm-taskswitch";
- version = "1.0.4";
- src = fetchFromGitHub {
- owner = "bdc34";
- repo = "helm-taskswitch";
- rev = "de494738f8e5f7d6e681199dd3aad91e5bdb7691";
- sha256 = "01a4z0x5p94hglcnakxdgi4cq0cvz48c3dg58b7y2cq1nwjdw8d7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3602b1f7b9a75cc82c4bde9ea12b2509465db30f/recipes/helm-taskswitch";
- sha256 = "01yvdbwlixif670f4lffpsk9kvlhgrmh95jw0vc568x0bd3j2a02";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-taskswitch";
- license = lib.licenses.free;
- };
- }) {};
- helm-themes = callPackage ({ fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-themes";
- ename = "helm-themes";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-helm-themes";
- rev = "8c979f4efc6174eed7df5f3b62db955246202818";
- sha256 = "0rzbdrs5d5a0icpxrqik2iaz8i5bacw6nm2caf75s9w9j0j6s9li";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/helm-themes";
- sha256 = "0r7kyd0i0spwi7xkjrpm2kyphrsl3hqm5pw96nd3ia0jiwp8550j";
- name = "recipe";
- };
- packageRequires = [ helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-themes";
- license = lib.licenses.free;
- };
- }) {};
- helm-tramp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-tramp";
- ename = "helm-tramp";
- version = "1.2.7";
- src = fetchFromGitHub {
- owner = "masasam";
- repo = "emacs-helm-tramp";
- rev = "af5bd50b955e385bc447080e720ffc85ed0b286b";
- sha256 = "0s6zasnk9kwpiw3446n0jn7xi5v6w7asdpzx5aqh85karrb7bbq6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-tramp";
- sha256 = "0wqnabaywkhj1fnc3wpx7czrqbja1hsqwcpixmvv0fyrflmza517";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-tramp";
- license = lib.licenses.free;
- };
- }) {};
- helm-unicode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-unicode";
- ename = "helm-unicode";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "bomgar";
- repo = "helm-unicode";
- rev = "87a738b9ff2b3a0a136dd45f4cc354bf6dd8573f";
- sha256 = "0kq1775b04jxlww6bvns5d4wl6rk6cvfl8f2avam8l9q1gw80y8h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f720b9f9b667bf9ff3080938beab36aa0036dc92/recipes/helm-unicode";
- sha256 = "1j95qy2zwdb46dl30ankfx7013l0akc61m14s473j93w320j5224";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-unicode";
- license = lib.licenses.free;
- };
- }) {};
- helm-w32-launcher = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-w32-launcher";
- ename = "helm-w32-launcher";
- version = "0.1.6";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "helm-w32-launcher";
- rev = "01aa370a32900e7521330fba495474f2aa435e19";
- sha256 = "0s8zp3kx2kxlfyd26yr3lphwcybhbm8qa9vzmxr3kaylwy6jpz5q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fa678329a5081e1affa460c00239dabfd1b9dd82/recipes/helm-w32-launcher";
- sha256 = "0bzn2vhspn6lla815qxwsl9gwfyiwgwmnysr6rjpyacmi17d73ri";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-w32-launcher";
- license = lib.licenses.free;
- };
- }) {};
- helm-w3m = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , w3m }:
- melpaBuild {
- pname = "helm-w3m";
- ename = "helm-w3m";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "emacs-helm";
- repo = "helm-w3m";
- rev = "280673470672c9fbc57fd6a91defeb9f6641fc8a";
- sha256 = "0d47mqib4zkfadq26vpy0ih7j18d6n5v4c21wvr4hhg6hg205iiz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f683fc9c7990e9ecb8a94808a7d03eb90c5569b1/recipes/helm-w3m";
- sha256 = "1rr83ija93iqz74k236hk3v75jk0iwcccwqpqgys7spvrld0b9pz";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm w3m ];
- meta = {
- homepage = "https://melpa.org/#/helm-w3m";
- license = lib.licenses.free;
- };
- }) {};
- helm-zhihu-daily = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "helm-zhihu-daily";
- ename = "helm-zhihu-daily";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "helm-zhihu-daily";
- rev = "be27dcc6be1eb97663b65581a9a5c0fc81cfaba7";
- sha256 = "1s8q97pra27bacvm5knj0sjgj7iqljlhxqiniaw8ij8w4fhcdh93";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/27246ec2bad3c85f8bb76aa26ebcd800edfe0d70/recipes/helm-zhihu-daily";
- sha256 = "0hkgail60s9qhxl0pskqxjvfz93iq1qh1kcmcq0x5kq7d08b911r";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/helm-zhihu-daily";
- license = lib.licenses.free;
- };
- }) {};
- help-find-org-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "help-find-org-mode";
- ename = "help-find-org-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "EricCrosson";
- repo = "help-find-org-mode";
- rev = "c6fa2c8a8e9381572190010a9fa01f2be78f2790";
- sha256 = "1szjqaw31r5070wpbj5rcai124c66bs32x35w1hsxyvzs5k85wg9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/572003398d1bba572fa9f6332b25ade9306bf718/recipes/help-find-org-mode";
- sha256 = "149rd61bcvgrwhnhlqriw6fn6fr4pwr4ynmj2bwcp558nwf0py0b";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/help-find-org-mode";
- license = lib.licenses.free;
- };
- }) {};
- helpful = callPackage ({ dash
- , dash-functional
- , elisp-refs
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , shut-up }:
- melpaBuild {
- pname = "helpful";
- ename = "helpful";
- version = "0.16";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "helpful";
- rev = "a20eef8fd3fb33abe35dd2ed1590184bc2975b69";
- sha256 = "1pzlx3galyryd3hd84hnd7r5s6yl9sdrfhy1s6dgz40glw41wmpr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/889d34b654de13bd413d46071a5ff191cbf3d157/recipes/helpful";
- sha256 = "17w9j5v1r2c8ka1fpzbr295cgnsbiw8fxlslh4zbjqzaazamchn2";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional elisp-refs emacs f s shut-up ];
- meta = {
- homepage = "https://melpa.org/#/helpful";
- license = lib.licenses.free;
- };
- }) {};
- hfst-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hfst-mode";
- ename = "hfst-mode";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "hfst-mode";
- rev = "ac1bb9dd92545d3e7fdc05c83996c227cc15c6b8";
- sha256 = "0zsz8542kh51clzy8j7g29bwm8zcnfxm9sjzh3xjpqk2ziqf4ii6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e324bb114997f9cc57d76d8a66fec4ff4d1d71fe/recipes/hfst-mode";
- sha256 = "1w342n5k9ak1m5znysvrplpr9dhmi7hxbkr4d1dx51dn0azbpjh7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hfst-mode";
- license = lib.licenses.free;
- };
- }) {};
- hi2 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hi2";
- ename = "hi2";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "nilcons";
- repo = "hi2";
- rev = "c9d199727b5cdcb9e36a972b38131ce4611fd6c8";
- sha256 = "1s08sgbh5v59lqskd0s1dscs6dy7z5mkqqkabs3gd35agbfvbmlf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba880f0130707098e5b648f74d14e151b0110e4e/recipes/hi2";
- sha256 = "1wxkjg1jnw05lqzggi20jy2jl20d8brvv76vmrf6lnz62g6jv9h2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hi2";
- license = lib.licenses.free;
- };
- }) {};
- hide-lines = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hide-lines";
- ename = "hide-lines";
- version = "20130623.1701";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "hide-lines";
- rev = "4bfb4c6f4769bd6c637e4c18bbf65506832fc9f0";
- sha256 = "01cy7v9ql70bsvjz3idq23jpyb8jb61bs9ff8vf5y3fj45pc32ps";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/hide-lines";
- sha256 = "18h5ygi6idpb5wjlmjjvjmwcw7xiljkfxdvq7pm8wnw75p705x4d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hide-lines";
- license = lib.licenses.free;
- };
- }) {};
- hide-mode-line = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hide-mode-line";
- ename = "hide-mode-line";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-hide-mode-line";
- rev = "86b9057391edad75467261c2e579603567e608f9";
- sha256 = "0qmjmwhmlm008r22n2mv7lir4v1lpfz1c3yvqlwjgv0glbyvqd88";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2af28365f9fbc6ae71043a67966490c5d18a6095/recipes/hide-mode-line";
- sha256 = "0yl6aicpib5h1ckqi3gyilh2nwvp8gf1017n1w1755j01gw1p9hl";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hide-mode-line";
- license = lib.licenses.free;
- };
- }) {};
- hierarchy = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hierarchy";
- ename = "hierarchy";
- version = "0.7.0";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "hierarchy";
- rev = "4ab1372c252847c316f8978a81e2fe92ff79579e";
- sha256 = "1kykbb1sil5cycfa5aj8dhsxc5yrx1641i2np5kwdjid6ahdlz5r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7aea238a2d14e9f58c0474251984b6c617b6854d/recipes/hierarchy";
- sha256 = "0fh1a590pdq21b4mwh9wrfsmm2lw2faw18r35cdzy8fgyf89yimp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hierarchy";
- license = lib.licenses.free;
- };
- }) {};
- highlight-blocks = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-blocks";
- ename = "highlight-blocks";
- version = "0.1.17";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "highlight-blocks";
- rev = "33cf3d36662faa36c86c8d53e4d5a3922efa3eb8";
- sha256 = "04v5y04v4n06ig8zld6axrxpz07s70sn5ckxcy8gnz5qm0zvr7mx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eaf524488c408483ea8f2c3a71174b1b5fc3f5da/recipes/highlight-blocks";
- sha256 = "1a32iv5kgf6g6ygbs559w156dh578k45m860czazfx0d6ap3k5m1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/highlight-blocks";
- license = lib.licenses.free;
- };
- }) {};
- highlight-context-line = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-context-line";
- ename = "highlight-context-line";
- version = "2.0";
- src = fetchFromGitHub {
- owner = "ska2342";
- repo = "highlight-context-line";
- rev = "c3257c0ca9dba76167bbd7e0718a65ecd26ef26f";
- sha256 = "10mv1hd33msafp3r62p9zhwivy0l876ci9xjh7nqc9621qxxd5rw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/00df721571ff67fe158251fa843c8f515ded3469/recipes/highlight-context-line";
- sha256 = "0zmqcfsr2j0m2l76c8h6lmdqwrd1b38gi6yp5sdib0m4vj9d0pnd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-context-line";
- license = lib.licenses.free;
- };
- }) {};
- highlight-defined = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-defined";
- ename = "highlight-defined";
- version = "0.1.5";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "highlight-defined";
- rev = "9cc03c7136b56c04ea053fbe08a3a4a6af26b90e";
- sha256 = "08czwa165rnd5z0dwwdddn7zi5w63sdk31l47bj0598kbly01n7r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/highlight-defined";
- sha256 = "1vjxm35wf4c2qphpkjh57hf03a5qdssdlmfj0n0gwxsdw1q5rpms";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/highlight-defined";
- license = lib.licenses.free;
- };
- }) {};
- highlight-indentation = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-indentation";
- ename = "highlight-indentation";
- version = "0.7.0";
- src = fetchFromGitHub {
- owner = "antonj";
- repo = "Highlight-Indentation-for-Emacs";
- rev = "cd6d8168ccb04c6c0394f42e9512c58f23c01689";
- sha256 = "00l54k75qk24a0znzl4ij3s3nrnr2wy9ha3za8apphzlm98m907k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31c443de5088410c0fe1b1c18f664b33ad259277/recipes/highlight-indentation";
- sha256 = "0iblrrbssjwfn71n8xxjcl98pjv1qw1igf3hlz6mh8740fsca3d6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-indentation";
- license = lib.licenses.free;
- };
- }) {};
- highlight-numbers = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parent-mode }:
- melpaBuild {
- pname = "highlight-numbers";
- ename = "highlight-numbers";
- version = "0.2.3";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "highlight-numbers";
- rev = "b7adef0286aaa5bca8e98a12d0ffed3a880e25aa";
- sha256 = "1r07mpyr7rhd7bkg778hx6vbhb4n9ixgzkpszhgks7ri6ia38pj8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/882e3a4877ddd22cc52f56f0ce3d55b6e4831c7a/recipes/highlight-numbers";
- sha256 = "1bywrjv9ybr65mwkrxggb52jdqn16z8acgs5vqm0faq43an8i5yv";
- name = "recipe";
- };
- packageRequires = [ emacs parent-mode ];
- meta = {
- homepage = "https://melpa.org/#/highlight-numbers";
- license = lib.licenses.free;
- };
- }) {};
- highlight-parentheses = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-parentheses";
- ename = "highlight-parentheses";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "tsdh";
- repo = "highlight-parentheses.el";
- rev = "5aa800a68e3795716de1e7f2722e836781190f31";
- sha256 = "08ld4wjrkd77cghmrf1n2hn2yzid7bdqwz6b1rzzqaiwxl138iy9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/highlight-parentheses";
- sha256 = "1d38wxk5bwblddr74crzwjwpgyr8zgcl5h5ilywg35jpv7n66lp5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-parentheses";
- license = lib.licenses.free;
- };
- }) {};
- highlight-quoted = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-quoted";
- ename = "highlight-quoted";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "highlight-quoted";
- rev = "cdd7164f9ad3a9929387c08af641ef6f5f013f4f";
- sha256 = "1ahg9qzss67jpw0wp2izys6lyss4nqjy9320fpa4vdx39msdmjjb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93b5ba18e4bc31ca60aee9cb4674586cd8523bcf/recipes/highlight-quoted";
- sha256 = "0x6gxi0jfxvpx7r1fm43ikxlxilnbk2xbhdy9xivhgmmdyqiqqkl";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/highlight-quoted";
- license = lib.licenses.free;
- };
- }) {};
- highlight-symbol = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "highlight-symbol";
- ename = "highlight-symbol";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "highlight-symbol.el";
- rev = "6136dac6d4328c19077a838dfbae2efc4caa4db2";
- sha256 = "09z13kv2g21kjjkkm3iyaz93sdjmdy2d563r8n7r7ng94acrn7f6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/highlight-symbol";
- sha256 = "01zw7xrkpgc89m55d60dx3s3kjajh5c164f64s2fzrgl9xj92h0r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/highlight-symbol";
- license = lib.licenses.free;
- };
- }) {};
- hindent = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hindent";
- ename = "hindent";
- version = "5.3.0";
- src = fetchFromGitHub {
- owner = "commercialhaskell";
- repo = "hindent";
- rev = "dc47d8b98ebd6ee7fdd7de5f75e65e5b5eedf72f";
- sha256 = "0xp3mpiyrc6886bi9rih4vbmsar56h8i5sapigd3gn2pv2v688bc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7/recipes/hindent";
- sha256 = "0az2zhdi73sa3h1q1c0bayqdk22a7ngrvsg9fr8b0i39sn3w8y07";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/hindent";
- license = lib.licenses.free;
- };
- }) {};
- hippie-expand-slime = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hippie-expand-slime";
- ename = "hippie-expand-slime";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "hippie-expand-slime";
- rev = "de31fbc9f9d55891a006463bcee7670b47084015";
- sha256 = "0mzk4agkcaaw7gryi0wrxv0blqndqsjf1ivdvr2nrnqi798sdhbr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/hippie-expand-slime";
- sha256 = "0kxyv1lpkg33qgfv1jfqx03640py7525bcnc9dk98w6y6y92zf4m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hippie-expand-slime";
- license = lib.licenses.free;
- };
- }) {};
- hippie-namespace = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hippie-namespace";
- ename = "hippie-namespace";
- version = "0.5.8";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "hippie-namespace";
- rev = "79a662dfe9e61341e071b879f4f9101ca027ad10";
- sha256 = "0nfr8ad0klqwi97fjchvwx9mfc672lhv3ll166sr8vn6jlh7rkv0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/hippie-namespace";
- sha256 = "1bzjhq116ci9c9f0aw121fn3drmg2pw5ny1w6wcasa4p30syxxf0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hippie-namespace";
- license = lib.licenses.free;
- };
- }) {};
- history = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "history";
- ename = "history";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "boyw165";
- repo = "history";
- rev = "adef53ecc2f6067bb61f020a2b66c5185a51632d";
- sha256 = "0dy98sg92xvnr4algm2v2bnjcdwzv0b0vqk0312b0ziinkzisas1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f51d4cc6521546c99197adeb35459fcd53bd67d4/recipes/history";
- sha256 = "0s8pcz53bk1w4h5847204vb6j838vr8za66ni1b2y4pas76zjr5g";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/history";
- license = lib.licenses.free;
- };
- }) {};
- historyf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "historyf";
- ename = "historyf";
- version = "0.0.9";
- src = fetchFromGitHub {
- owner = "k1LoW";
- repo = "emacs-historyf";
- rev = "64ab6c9d2cd6dec6982622bf675326e011373cd2";
- sha256 = "1mxicha6m61qxz1mv9z76x4g9fpqk4ch9i6jf7nnpxd6x4xz3f7z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a67279875c19475433fa13625c95ee5855962a59/recipes/historyf";
- sha256 = "15pcaqfjpkfwcy46yqqw10q8kpw7aamcg0gr4frbdgzbv0yld08s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/historyf";
- license = lib.licenses.free;
- };
- }) {};
- hl-anything = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hl-anything";
- ename = "hl-anything";
- version = "0.0.9";
- src = fetchFromGitHub {
- owner = "hl-anything";
- repo = "hl-anything-emacs";
- rev = "de631c87d3a6602cdbf84c1623558334fda354fa";
- sha256 = "0889dzrwizpkyh3wms13k8zx27ipsrsxfa4j4yzk4cwk3aicckcr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f38d26ede4e2e1d495a02c68e3b5041702b032e8/recipes/hl-anything";
- sha256 = "0czpc82j5hbzprc66aall72lqnk38dxgpzx4rs8sbx95cag12dxa";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hl-anything";
- license = lib.licenses.free;
- };
- }) {};
- hl-sentence = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hl-sentence";
- ename = "hl-sentence";
- version = "3";
- src = fetchFromGitHub {
- owner = "milkypostman";
- repo = "hl-sentence";
- rev = "f88882772f1a29fabb54194cc8aacd80d7f5b085";
- sha256 = "1hgigbgppdhmr7rc901r95kyydjk05dck8mwbryh7kpglns365fa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/hl-sentence";
- sha256 = "16sjfs0nnpwzj1cqfna9vhmxgznwwhb2qdmjci25hlgrdxwwyahs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hl-sentence";
- license = lib.licenses.free;
- };
- }) {};
- hl-todo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hl-todo";
- ename = "hl-todo";
- version = "3.0.0";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "hl-todo";
- rev = "487d349b7b8d6738223d5dd10957dd10b45eb9f3";
- sha256 = "07xcc04ivpl5sbgb55qz84mz6wa500h0awzw1zq1ba5mfjjq8hls";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7c262f6a1a10e8b3cc30151cad2e34ceb66c6ed7/recipes/hl-todo";
- sha256 = "1iyh68xwldj1r02blar5zi01wnb90dkbmi67vd6h78ksghl3z9j4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/hl-todo";
- license = lib.licenses.free;
- };
- }) {};
- hoa-pp-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names }:
- melpaBuild {
- pname = "hoa-pp-mode";
- ename = "hoa-pp-mode";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "hoaproject";
- repo = "Contributions-Emacs-Pp";
- rev = "a72104a191214fba502653643a0d166a8f5341d9";
- sha256 = "1wg6vc9swwspi6s6jpig3my83i2pq8vkq2cy1q3an87rczacmfzp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c0d707dad9dc86bb3d6a829a60e21e92a5f3160/recipes/hoa-pp-mode";
- sha256 = "01ijfn0hd645j6j88rids5dsanmzwmky37slf50yqffnv69jwvla";
- name = "recipe";
- };
- packageRequires = [ emacs names ];
- meta = {
- homepage = "https://melpa.org/#/hoa-pp-mode";
- license = lib.licenses.free;
- };
- }) {};
- homebrew-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "homebrew-mode";
- ename = "homebrew-mode";
- version = "1.3.6";
- src = fetchFromGitHub {
- owner = "dunn";
- repo = "homebrew-mode";
- rev = "d422307aee2f897d1a92e3b959c3214bc54cbe38";
- sha256 = "1z4d0niz8q24f2z8rnfnc2rlmkffkf7qc57qn4695jbkzb7galfz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e4007f6d15574098722fb427b6a9903f77afb21/recipes/homebrew-mode";
- sha256 = "088wc5fq4r5yj1nbh7mriyqf0xwqmbxvblj9d2wwrkkdm5flc8mj";
- name = "recipe";
- };
- packageRequires = [ dash emacs inf-ruby ];
- meta = {
- homepage = "https://melpa.org/#/homebrew-mode";
- license = lib.licenses.free;
- };
- }) {};
- hookify = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "hookify";
- ename = "hookify";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "Silex";
- repo = "hookify";
- rev = "e76127230716f7fab6662410c03c3872d17a172b";
- sha256 = "1yvz9d5h7npxhsdf6s9fgxpmqk5ixx91iwivbhzcz935gs2886hc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aa04ccd0ac05beed5de8d51ed96ccbf0071fdea1/recipes/hookify";
- sha256 = "0prls539ifk2fsqklcxmbrwmgbm9hya50z486d7sw426lh648qmy";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/hookify";
- license = lib.licenses.free;
- };
- }) {};
- hound = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "hound";
- ename = "hound";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "ryoung786";
- repo = "hound.el";
- rev = "28cb804d99f9240d690d60098644e4300336b5fa";
- sha256 = "1zyd6350mbah7wjz7qrwyh9pr4jpk5i1v8p7cfmdlja92fpqj9rh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90cfc34eb4e8be7bf887533b85feba91131a435b/recipes/hound";
- sha256 = "0qri6bddd3c4sqvaqvmqw6xg46vwlfi1by3gc9i3izpq4xl1cr1v";
- name = "recipe";
- };
- packageRequires = [ cl-lib request ];
- meta = {
- homepage = "https://melpa.org/#/hound";
- license = lib.licenses.free;
- };
- }) {};
- ht = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ht";
- ename = "ht";
- version = "2.2";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "ht.el";
- rev = "a741bac82797d25ec0542764df7443e9e7241033";
- sha256 = "1m1v31bfaw2g3jymcxsl2bi1z37pj0sfhmldljk8m9zgjll56g6c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c7589bca1c1dfcc0fe76779f6847fda946ab981/recipes/ht";
- sha256 = "16vmxksannn2wyn8r44jbkdp19jvz1bg57ggbs1vn0yi7nkanwbd";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/ht";
- license = lib.licenses.free;
- };
- }) {};
- html-to-markdown = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "html-to-markdown";
- ename = "html-to-markdown";
- version = "1.5.1";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "html-to-markdown";
- rev = "0fa0effd71acd8981a425ef11e0e63d53aea3199";
- sha256 = "0c648dl5zwjrqx9n6zr6nyzx2zcnv05d5i4hvhjpl9q3y011ncns";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/html-to-markdown";
- sha256 = "1gjh9ndqsb3nfb7w5h7carjckkgy6qh63b4mg141j19dsyx9rrjv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/html-to-markdown";
- license = lib.licenses.free;
- };
- }) {};
- htmlize = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "htmlize";
- ename = "htmlize";
- version = "1.54";
- src = fetchFromGitHub {
- owner = "hniksic";
- repo = "emacs-htmlize";
- rev = "a8b73f1393b2d73541ba4a8fd716c0d07ce50276";
- sha256 = "1d5hj8wibp1lxs697y7i4yrpv9gqq821gxmpqqkn2jwrb70nsngl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/075aa00a0757c6cd1ad392f0300bf5f1b937648d/recipes/htmlize";
- sha256 = "16nvvsi4nxi0zzk5a6mwmp43p0ls20zdx9r18mxz6bsaw6jangh2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/htmlize";
- license = lib.licenses.free;
- };
- }) {};
- httpcode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "httpcode";
- ename = "httpcode";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "rspivak";
- repo = "httpcode.el";
- rev = "9f860730ffa0b11f48ad8db3eb57b3e844918c4e";
- sha256 = "1wk9dkf2g95zsdfcvbazi9hls5k3yia86npsmyk486pj0ij9xmvj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/906da23e26d44f8c71ba57ab59bb089caea673a9/recipes/httpcode";
- sha256 = "05k1al1j119x6zf03p7jn2r9qql33859583nbf85k41bhicknpgh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/httpcode";
- license = lib.licenses.free;
- };
- }) {};
- httprepl = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "httprepl";
- ename = "httprepl";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "gregsexton";
- repo = "httprepl.el";
- rev = "d2de8a676544deed1a5e084631a7799e487dbe55";
- sha256 = "0dd257988bdar9hl2711ch5qshx9jc11fqxcvbrd7rc1va5cshs9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c49824f6e2dc2f3482e607c2d3a1e2d7685bf688/recipes/httprepl";
- sha256 = "0899qb1yfnsyf04hhvnk47qnq4d1f4vd5ghj43x4743wd2b9qawh";
- name = "recipe";
- };
- packageRequires = [ dash emacs s ];
- meta = {
- homepage = "https://melpa.org/#/httprepl";
- license = lib.licenses.free;
- };
- }) {};
- hugsql-ghosts = callPackage ({ cider
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "hugsql-ghosts";
- ename = "hugsql-ghosts";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "rkaercher";
- repo = "hugsql-ghosts";
- rev = "f3ebc60c66204ad39058cb84eb4bd5facce091df";
- sha256 = "0pcr39x8yxl5aa0sz20gw20ixz5imw5m19bzhzbzyn7slr65hlqn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/969fd5e51bf93b5eff6919956c43c041a3b24d1e/recipes/hugsql-ghosts";
- sha256 = "1v1iypis5iyimdr9796qpqw0qmhzijap0nbr0mhhyp4001kakkwz";
- name = "recipe";
- };
- packageRequires = [ cider dash s ];
- meta = {
- homepage = "https://melpa.org/#/hugsql-ghosts";
- license = lib.licenses.free;
- };
- }) {};
- hungry-delete = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hungry-delete";
- ename = "hungry-delete";
- version = "1.1.5";
- src = fetchFromGitHub {
- owner = "nflath";
- repo = "hungry-delete";
- rev = "78a787a87aceb821818bbe2a322fbf2e5cbf80c3";
- sha256 = "171s7akqcpj0jcbm8w19b4n9kdzw0acf7cv0ymwdz5mmgmfiy292";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e33960d9b7e24f830ebe4e5a26a562422d52fe97/recipes/hungry-delete";
- sha256 = "0hcsm3yndkyfqzb77ibx7df6bjppc34x5yabi6nd389pdscp9rpz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hungry-delete";
- license = lib.licenses.free;
- };
- }) {};
- hy-mode = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "hy-mode";
- ename = "hy-mode";
- version = "1.0.3";
- src = fetchFromGitHub {
- owner = "hylang";
- repo = "hy-mode";
- rev = "27a9e6bee0df741f2699e00e64ea2c7a279b401d";
- sha256 = "1jxximiznz7fw9ys5k6plw85zrbzvxidql7py1fdi425fdp4058z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc9ab5cf16b61bb27559cd8ec5cf665a5aab2154/recipes/hy-mode";
- sha256 = "1vxrqla3p82x7s3kn7x4h33vcdfms21srxgxzidr02k37f0vi82m";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs s ];
- meta = {
- homepage = "https://melpa.org/#/hy-mode";
- license = lib.licenses.free;
- };
- }) {};
- hyai = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hyai";
- ename = "hyai";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "iquiw";
- repo = "hyai";
- rev = "a6d936a68ddbdfa314662c7c3e2b40538334ddeb";
- sha256 = "108i53sbjdwx2bz5cfbi0a06vy3a44vgwag43nkbpjk116bnjkc9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1dd9bd1cfd2f3b760b664a4677b0e4e617cbdfa6/recipes/hyai";
- sha256 = "00ns7q5b11c5amwkq11fs4p5vrmdfmjljfrcxbwb39gc12yrhn7s";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/hyai";
- license = lib.licenses.free;
- };
- }) {};
- hydandata-light-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hydandata-light-theme";
- ename = "hydandata-light-theme";
- version = "0.9.0";
- src = fetchFromGitHub {
- owner = "hydandata";
- repo = "hydandata-light-theme";
- rev = "3b9bb5f213029a8331818b1d670194ef26d9505a";
- sha256 = "11vgz64f8vs8vqp4scj9qvrfdshag7bs615ly9zvzzlk68jivdya";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/413c617f15947782891159a240e0c9014f1f7d11/recipes/hydandata-light-theme";
- sha256 = "0jw43m91m10ifqg335y6d52r6ri77hcmxkird8wsyrpsnk3cfb60";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hydandata-light-theme";
- license = lib.licenses.free;
- };
- }) {};
- hyde = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "hyde";
- ename = "hyde";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "nibrahim";
- repo = "Hyde";
- rev = "181f9d2f91c2678a22243c5485162fa7999fd893";
- sha256 = "0nwsmc4c3v0wbfy917ik9k7yz8yclfac695p7p9sh9y354k3maw4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/151f5c1097e5020dbc13e41f2657aae781c5942b/recipes/hyde";
- sha256 = "18kjcxm7qmv9bfh4crw37zgax8khjqs9zkp4lrb490zlad2asbs3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/hyde";
- license = lib.licenses.free;
- };
- }) {};
- hydra = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , lv
- , melpaBuild }:
- melpaBuild {
- pname = "hydra";
- ename = "hydra";
- version = "0.15.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "hydra";
- rev = "f27fce1b2f0a9162e159557bdeb2c0c94defb4d2";
- sha256 = "0fapvhmhgc9kppf3bvkgry0cd7gyilg7sfvlscfrfjxpx4xvwsfy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82d9e1bfd501ed2d1cd11319c5e1eb17482e8922/recipes/hydra";
- sha256 = "1s1hj70jjbira054q8ly1pcr0818hh91qnhj0zwbv7milmvv2wwd";
- name = "recipe";
- };
- packageRequires = [ cl-lib lv ];
- meta = {
- homepage = "https://melpa.org/#/hydra";
- license = lib.licenses.free;
- };
- }) {};
- hyperspace = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "hyperspace";
- ename = "hyperspace";
- version = "0.8.4";
- src = fetchFromGitHub {
- owner = "ieure";
- repo = "hyperspace-el";
- rev = "5fdd680dc2e7b8a064cfdf93d6948546ff51afc2";
- sha256 = "1r5h55zcm5n2vx126q16ndhgdchcj59qqcybhsqw69vk02x96arg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0696a12acba676015640de63fc6e011128bca71c/recipes/hyperspace";
- sha256 = "0ya41c9bxvspj81n5209p9b4c9p1i6jcp710n9i9jawpahwpqlkw";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/hyperspace";
- license = lib.licenses.free;
- };
- }) {};
- ialign = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ialign";
- ename = "ialign";
- version = "0.4.2";
- src = fetchFromGitHub {
- owner = "mkcms";
- repo = "interactive-align";
- rev = "7ad88c8f7922adc616b8f060b65fa1add8952ea1";
- sha256 = "0bh03w91i622hbar5dcq631ndxx1y8kd3h655pgw1g0lqkv1mlnc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/072f1f7ce17e2972863bce10af9c52b3c6502eab/recipes/ialign";
- sha256 = "070a0fa2vbdfvbnpbzv4z0c7311lf8sy2zw2ifn9k548n4l8k62j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ialign";
- license = lib.licenses.free;
- };
- }) {};
- ibuffer-projectile = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "ibuffer-projectile";
- ename = "ibuffer-projectile";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ibuffer-projectile";
- rev = "36b3fc2d42337174d4fa37c4d2a77e6153634965";
- sha256 = "0kvf2mn6b1dkn72cs1bpamy2wc5j1n48j4x6kl3ihvh7bibqg115";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/363a6a888945f2c8b02f5715539439ba744d737d/recipes/ibuffer-projectile";
- sha256 = "1qh4krggmsc6lx5mg60n8aakmi3f6ppl1gw094vfcsni96jl34fk";
- name = "recipe";
- };
- packageRequires = [ projectile ];
- meta = {
- homepage = "https://melpa.org/#/ibuffer-projectile";
- license = lib.licenses.free;
- };
- }) {};
- ibuffer-tramp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ibuffer-tramp";
- ename = "ibuffer-tramp";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "svend";
- repo = "ibuffer-tramp";
- rev = "41fab2ad174f53a4cf5ef7d2ebef518dede82ab4";
- sha256 = "1mfrbr725p27p3s5nxh7xhm81pdr78ysz8l3kwrlp97bb6dmljmq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1a7449b15cb2a89cf06ea3de2cfdc6bc387db3b/recipes/ibuffer-tramp";
- sha256 = "11a9b9g1jk2r3fldi012zka4jzy68kfn4991xp046qm2fbc7la32";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ibuffer-tramp";
- license = lib.licenses.free;
- };
- }) {};
- ibuffer-vc = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ibuffer-vc";
- ename = "ibuffer-vc";
- version = "0.10";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ibuffer-vc";
- rev = "b2bac7aa69335933ebb2e6f34259fa96d2c8d46a";
- sha256 = "0bqdi5w120256g74k0j4jj81x804x1gcg4dxa74w3mb6fl5xlvs8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/ibuffer-vc";
- sha256 = "0bn5qyiq07cgzci10xl57ss5wsk7bfhi3hjq2v6yvpy9v704dvla";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ibuffer-vc";
- license = lib.licenses.free;
- };
- }) {};
- identica-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "identica-mode";
- ename = "identica-mode";
- version = "1.3.1";
- src = fetchFromGitHub {
- owner = "gabrielsaldana";
- repo = "Emacs-Identica-mode";
- rev = "cf9183ee11ac922e85c7c908f04e2d00b03111b3";
- sha256 = "047gzycr49cs8wlmm9j4ry7b7jxmfhmbayx6rbbxs49lba8dgwlk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/812b7c1fbc435f0530b7f66a1e65f62f5f00da01/recipes/identica-mode";
- sha256 = "1r69ylykjap305g23cry4wajiqhpgw08nw3b5d9i1y3mwx0j253q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/identica-mode";
- license = lib.licenses.free;
- };
- }) {};
- idle-highlight-in-visible-buffers-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "idle-highlight-in-visible-buffers-mode";
- ename = "idle-highlight-in-visible-buffers-mode";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "ignacy";
- repo = "idle-highlight-in-visible-buffers-mode";
- rev = "8d8de309d5bd4b035c01bf7f0cfc6e079c79d898";
- sha256 = "194r7f4ngwx03n74rs26hqn9wypn9idjizvmffpsjpxfr7wr9z7l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b5a533be3b8dea556438d93ac48853dd3a9690f1/recipes/idle-highlight-in-visible-buffers-mode";
- sha256 = "0kv06qlv1zp5hwaya0l90z6d5lhxcg69qac6x24ky6kf97vcdq72";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/idle-highlight-in-visible-buffers-mode";
- license = lib.licenses.free;
- };
- }) {};
- idle-highlight-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "idle-highlight-mode";
- ename = "idle-highlight-mode";
- version = "1.1.3";
- src = fetchFromGitHub {
- owner = "nonsequitur";
- repo = "idle-highlight-mode";
- rev = "c466f2a9e291f9da1167dc879577b2e1a7880482";
- sha256 = "0x4w1ksrw7dicl84zpf4d4scg672dyan9g95jkn6zvri0lr8xciv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/idle-highlight-mode";
- sha256 = "1i5ky61bq0dpk71yasfpjhsrv29mmp9nly9f5xxin7gz3x0f36fc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/idle-highlight-mode";
- license = lib.licenses.free;
- };
- }) {};
- ido-at-point = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-at-point";
- ename = "ido-at-point";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "katspaugh";
- repo = "ido-at-point";
- rev = "6b267f202dc3d3d924c904fbd894e9a209f231de";
- sha256 = "1bj8k5fq6x3s5qmr02bnkcls7sndmg4wjjjrsd3fr6yl8c4jcy3k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ffbfa66c4284a134265efc606fdc7652b0a7f75/recipes/ido-at-point";
- sha256 = "0jpgq2iiwgqifwdhwhqv0cd3lp846pdqar6rxqgw9fvvb8bijqm0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ido-at-point";
- license = lib.licenses.free;
- };
- }) {};
- ido-complete-space-or-hyphen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-complete-space-or-hyphen";
- ename = "ido-complete-space-or-hyphen";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "doitian";
- repo = "ido-complete-space-or-hyphen";
- rev = "ad9baaec10e06be3f85db97b6c8fd970cf20df77";
- sha256 = "1ffmsmi31jc0gqnbdxrd8ipsy790bn6hgq3rmayylavmdpg3qfd5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/59e11094068d3a0c0e4edc1f82158c43d3b15e0e/recipes/ido-complete-space-or-hyphen";
- sha256 = "1wk0cq5gjnprmpyvhh80ksz3fash42hckvmx8m95crbzjg9j0gbc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ido-complete-space-or-hyphen";
- license = lib.licenses.free;
- };
- }) {};
- ido-completing-read-plus = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , memoize
- , s }:
- melpaBuild {
- pname = "ido-completing-read-plus";
- ename = "ido-completing-read+";
- version = "4.12";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "ido-completing-read-plus";
- rev = "d56125deac540a2ab396d6d71f7c1eeae7f37588";
- sha256 = "11wn2xf7dbgfhwdrjazshf4c5im1yxnqpyvq8633fjc1cn9s7vxw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6104efc035bcf469d133ab9a2caf42c9d4482334/recipes/ido-completing-read+";
- sha256 = "0rxdv3cd0bg0p8c1bck5vichdq941dki934k23qf5p6cfgw8gw4z";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs memoize s ];
- meta = {
- homepage = "https://melpa.org/#/ido-completing-read+";
- license = lib.licenses.free;
- };
- }) {};
- ido-describe-bindings = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-describe-bindings";
- ename = "ido-describe-bindings";
- version = "0.0.11";
- src = fetchFromGitHub {
- owner = "danil";
- repo = "ido-describe-bindings";
- rev = "a142ff1c33df23ed9665497d0dcae2943b3c706a";
- sha256 = "0967709jyp9s04i6gi90axgqzhz03cdf1j1w39yrkds6q1b6v7jw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31b8e255630f1348a5b5730f7b624ad550d219ad/recipes/ido-describe-bindings";
- sha256 = "1lsa09h025vd908r9q571iq2ia0zdpnq04mlihb3crpp5v9n9ws2";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/ido-describe-bindings";
- license = lib.licenses.free;
- };
- }) {};
- ido-grid-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-grid-mode";
- ename = "ido-grid-mode";
- version = "1.1.5";
- src = fetchFromGitHub {
- owner = "larkery";
- repo = "ido-grid-mode.el";
- rev = "8bbd66e365d4f6f352bbb17673be5869ab26d7ab";
- sha256 = "0f1p6cnl0arcc2y1h99nqcflp7byvyf6hj6fmv5xqggs66qc72lb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ido-grid-mode";
- sha256 = "0sq1d2fwvv247rr9lqg9x87d5h910k5ifqr9cjyskc74mvhrcsr3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ido-grid-mode";
- license = lib.licenses.free;
- };
- }) {};
- ido-load-library = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , persistent-soft }:
- melpaBuild {
- pname = "ido-load-library";
- ename = "ido-load-library";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "ido-load-library";
- rev = "8589cb1e4303066eb333f1cfc789835d1cbe21df";
- sha256 = "1z7az7h90v72llxvdclcywvf1qd0nhkfa45bp99xi7cy7sqsqssf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/baa49e7d2d5c07ebf77e7941c240b88fcfd0fc8b/recipes/ido-load-library";
- sha256 = "13f83gqh39p3yjy7r7qc7kzgdcmqh4b5c07zl7rwzb8y9rz59lhj";
- name = "recipe";
- };
- packageRequires = [ pcache persistent-soft ];
- meta = {
- homepage = "https://melpa.org/#/ido-load-library";
- license = lib.licenses.free;
- };
- }) {};
- ido-occur = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-occur";
- ename = "ido-occur";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "danil";
- repo = "ido-occur";
- rev = "b0e67fe4835c162cbcf8a982bdf377955b9ac5ae";
- sha256 = "13f21vx3q1qbnl13n3lx1rnr8dhq3zwch22pvy53h8q6sdf7r73a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a576d8569bf82be01e7d50defcc99a90aab1436/recipes/ido-occur";
- sha256 = "058l2pklg12wkvyyshk8va6shphpbc508fv9a8x25pw857a28pji";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/ido-occur";
- license = lib.licenses.free;
- };
- }) {};
- ido-vertical-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-vertical-mode";
- ename = "ido-vertical-mode";
- version = "0.1.6";
- src = fetchFromGitHub {
- owner = "creichert";
- repo = "ido-vertical-mode.el";
- rev = "c3e0514405ba5c15b5527e7f8e2d42dff259788f";
- sha256 = "1lv82q639xjnmvby56nwqn23ijh6f163bk675s33dkingm8csj8k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d4bbd212ea4606b9871cf583d06b5cee2f6ce0a9/recipes/ido-vertical-mode";
- sha256 = "1vg5s6nd6v2g8ychz1q9cdqvsdw6vag7d9w68sn7blpmlr0nqhfm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ido-vertical-mode";
- license = lib.licenses.free;
- };
- }) {};
- ido-yes-or-no = callPackage ({ fetchFromGitHub
- , fetchurl
- , ido-completing-read-plus
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ido-yes-or-no";
- ename = "ido-yes-or-no";
- version = "1.4";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "ido-yes-or-no";
- rev = "9ddee9e878ad62d58c9f4b3a7685f22b8e36e420";
- sha256 = "046ns1nqisz830f6xwlly1qgmi4v2ikw6vmj0f93jprv4vkjylpq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e575f46b8597a34523df6b6a75da5a640f4c5a2e/recipes/ido-yes-or-no";
- sha256 = "0glag4yb9xyf1lxxbdhph2nq6s1vg44i6f2z1ii8bkxpambz2ana";
- name = "recipe";
- };
- packageRequires = [ ido-completing-read-plus ];
- meta = {
- homepage = "https://melpa.org/#/ido-yes-or-no";
- license = lib.licenses.free;
- };
- }) {};
- idomenu = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "idomenu";
- ename = "idomenu";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "birkenfeld";
- repo = "idomenu";
- rev = "5daaf7e06e4704ae43c825488109d7eb8c049321";
- sha256 = "0bq0kx0889rdy8aasxbpmb0a4awpk2b24zv6x1dmhacmc5rj11i0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f856045bc5ab2aee4dd4ad9806917e27e56ec64c/recipes/idomenu";
- sha256 = "0mg601ak9mhp2fg5n13npcfzphgyms4vkqd18ldmv098z2z1412h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/idomenu";
- license = lib.licenses.free;
- };
- }) {};
- idris-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , prop-menu }:
- melpaBuild {
- pname = "idris-mode";
- ename = "idris-mode";
- version = "0.9.19";
- src = fetchFromGitHub {
- owner = "idris-hackers";
- repo = "idris-mode";
- rev = "66a822a621e7bade71fdeb32e9fe520b322c8967";
- sha256 = "1c3drq4f62p9arm92arp4dby1cw2fh5x3lmlb63rxbpsh5askw75";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17a86efca3bdebef7c92ba6ece2de214d283c627/recipes/idris-mode";
- sha256 = "0hiiizz976hz3z3ciwg1gs9y10qhxbs8givhz89kvyn4s4861a1s";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs prop-menu ];
- meta = {
- homepage = "https://melpa.org/#/idris-mode";
- license = lib.licenses.free;
- };
- }) {};
- iedit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iedit";
- ename = "iedit";
- version = "0.9.9.9";
- src = fetchFromGitHub {
- owner = "victorhge";
- repo = "iedit";
- rev = "39919478f9472ce7a808ca601f4c19261ecc2f99";
- sha256 = "1pwkrm98vlpzsy5iwwfksdaz3zzyi7bvdf5fglhsn4ssf47p787g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/iedit";
- sha256 = "0bh8ir6kspxjsvjww5y3b5hl3flbm2cc77jh8vnnva3z086f18mh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/iedit";
- license = lib.licenses.free;
- };
- }) {};
- iflipb = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iflipb";
- ename = "iflipb";
- version = "1.4";
- src = fetchFromGitHub {
- owner = "jrosdahl";
- repo = "iflipb";
- rev = "a5ad1fbd1173cff5228dab265515c92c0778f86a";
- sha256 = "0gyxd5d57j0x93mqnfwwdf28plp102xh0ag2d2iws7y1d5m99wm2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fad6fc8bc3c0be0d5789a0d7626ebc3f298b4318/recipes/iflipb";
- sha256 = "1nfrrxgi9nlhn477z8ay7jxycpcghhhmmg9dagdhrlrr20fx697d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/iflipb";
- license = lib.licenses.free;
- };
- }) {};
- ignoramus = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ignoramus";
- ename = "ignoramus";
- version = "0.7.4";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "ignoramus";
- rev = "00385fcd0d42de3a470f61c1fdbe7e19fbef9c5b";
- sha256 = "1ca2n6vv2z7c3550w0jzwmp6xp0rmrrbljr1ik2ijign62r35a3q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac5439afe2f9a902e615f0cf919ef7138559c0f0/recipes/ignoramus";
- sha256 = "1czqdmlrds1l5afi8ldg7nrxcwav86538z2w1npad3dz8xk67da9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ignoramus";
- license = lib.licenses.free;
- };
- }) {};
- image-archive = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "image-archive";
- ename = "image-archive";
- version = "0.0.7";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-image-archive";
- rev = "699e967fa7b1dfcce2bf2ec878e74f4238bb6e45";
- sha256 = "0imvxzcja91cd19zm2frqfpxm8j0bc89w9s7q0pkpvyjz44kjbq8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17464f31b07f64da0e9db187cd6f5facee3ad7ce/recipes/image-archive";
- sha256 = "0x0lv5dr1gc9bnr3dn26bc9s1ccq2rp8c4a1licbi929f0jyxxfp";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/image-archive";
- license = lib.licenses.free;
- };
- }) {};
- image-dired-plus = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "image-dired-plus";
- ename = "image-dired+";
- version = "0.7.2";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-image-diredx";
- rev = "b68094625d963056ad64e0e44af0e2266b2eadc7";
- sha256 = "1n2ya9s0ld257a8iryjd0dz0z2zs1xhzfiwsdkq4l4azwxl54m29";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98f83f450804f1dc496a7bda17818cdae3f52151/recipes/image-dired+";
- sha256 = "0hhwqfn490n7p12n7ij4xbjh15gfvicmn21fvwbnrmfqc343pcdy";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/image-dired+";
- license = lib.licenses.free;
- };
- }) {};
- image-plus = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "image-plus";
- ename = "image+";
- version = "0.6.2";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-imagex";
- rev = "967508a6c151e6ab6e97d3ac332dc5599011830d";
- sha256 = "0k69xbih0273xvmj035vcmm67l6hgjb99pb1jbva5x0pnszb1vdv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/02d7400477a993b7a3cae327501dbf8db97dfa28/recipes/image+";
- sha256 = "1a9dxswnqn6cvx28180kclpjc0vc6fimzp7n91gpdwnmy123x6hg";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/image+";
- license = lib.licenses.free;
- };
- }) {};
- imake = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "imake";
- ename = "imake";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "imake";
- rev = "7df5fb9684a0288313ef5f64594078d477105959";
- sha256 = "0xc19ir5ak1bfq0ag48ql5rj58zd565csgxhpa30s9lvvkc8kvr5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28de8f7f5302b27c7c6600ad65a998119518be43/recipes/imake";
- sha256 = "0j732fi6999n9990w4l28raw140fvqfbynyh4x65yilhw95r7c34";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/imake";
- license = lib.licenses.free;
- };
- }) {};
- imapfilter = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "imapfilter";
- ename = "imapfilter";
- version = "1.0.3";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "imapfilter";
- rev = "5e842a8c60ba98f344edf1b1e65f5a480ed938ed";
- sha256 = "16k7cxzdjbblzckp5qppw1ga0rzdh3ww2ni7ry1h43p9cfna0kcx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2415894afa3404fbd73c84c58f8b8267187d6d86/recipes/imapfilter";
- sha256 = "0i893kqj6yzadhza800r6ri7fihl01r57z8yrzzh3d09qaias5vz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/imapfilter";
- license = lib.licenses.free;
- };
- }) {};
- imenu-anywhere = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "imenu-anywhere";
- ename = "imenu-anywhere";
- version = "1.1.4";
- src = fetchFromGitHub {
- owner = "vspinu";
- repo = "imenu-anywhere";
- rev = "fc7f0fd2f19e5ebee70156a99bf87393123893e3";
- sha256 = "0g2gb7jrys81kphmhlvhvzwl8l75j36y6pqjawh9wmzzwad876q5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/imenu-anywhere";
- sha256 = "1ylqzdnd3nzcpyyd6rh6i5q9mvf8c99rvpk51fzfm3yq2kyw4dbq";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/imenu-anywhere";
- license = lib.licenses.free;
- };
- }) {};
- imenu-list = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "imenu-list";
- ename = "imenu-list";
- version = "0.8";
- src = fetchFromGitHub {
- owner = "bmag";
- repo = "imenu-list";
- rev = "27170d27c9594989587c03c23f753a809f6a0e10";
- sha256 = "13xh9bdl3k6ccfq83wjmkpi4269qahv4davki4wq18dr4amrzhlx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/86dea881a5b2d0458449f08b82c2614ad9abd068/recipes/imenu-list";
- sha256 = "092fsn7hnbfabcyakbqyk20pk62sr8xrs45aimkv1l91681np98s";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/imenu-list";
- license = lib.licenses.free;
- };
- }) {};
- imenus = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "imenus";
- ename = "imenus";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "imenus.el";
- rev = "ee1bbd2228dbb86df2865dc9004d375421b171ba";
- sha256 = "1y57xp0w0c6hg3gn4f1l3612a18li4gwhfa4dy18fy94gr54ycpx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc571105a8d7e2ea85391812f1fa639787fa7563/recipes/imenus";
- sha256 = "1q0j6r2n5vjlbgchkz9zdglmmbpd8agawzcg61knqrgzpc4lk82r";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/imenus";
- license = lib.licenses.free;
- };
- }) {};
- immaterial-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "immaterial-theme";
- ename = "immaterial-theme";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "petergardfjall";
- repo = "emacs-immaterial-theme";
- rev = "176178a57c5b342b04bebd3107c29c6d12086cf5";
- sha256 = "0bsx0dh802x58vza9whgkkj6j16c6pcz7gdpvan50dmzs0h0pfz6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a95d88bb00b1313da82929bc2733d726d2041d7/recipes/immaterial-theme";
- sha256 = "15gwqjfpls7lqc37s70vnhycnry5g9grn6shk2wpijrxfnmyqjhj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/immaterial-theme";
- license = lib.licenses.free;
- };
- }) {};
- immutant-server = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "immutant-server";
- ename = "immutant-server";
- version = "1.2.0";
- src = fetchFromGitHub {
- owner = "leathekd";
- repo = "immutant-server.el";
- rev = "6f3d303354a229780a33e6bae64460a95bfefe60";
- sha256 = "1pf7pqh8yzyvh4gzvp5npfq8kcfjcbzra0kkw7zmz769xxc8v84x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d6e906492f9982e2cebd1e4838d7b7c81a295efa/recipes/immutant-server";
- sha256 = "15vcxag1ni41ja4b3q0444sq5ysrisis59la7li6h3617wy8r02i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/immutant-server";
- license = lib.licenses.free;
- };
- }) {};
- impatient-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , melpaBuild
- , simple-httpd }:
- melpaBuild {
- pname = "impatient-mode";
- ename = "impatient-mode";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "impatient-mode";
- rev = "96c068d5add95595dc5be42115d100cf99f908ba";
- sha256 = "18fawpnqcm1yv7f83sz05pjihwydmafmccfmizyg0hlgayhj0izf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aaa64c4d43139075d77f4518de94bcbe475d21fc/recipes/impatient-mode";
- sha256 = "07z5ds3zgzkxvxwaalp9i5x2rl5sq4jjk8ygk1rfmsl52l5y1z6j";
- name = "recipe";
- };
- packageRequires = [ cl-lib htmlize simple-httpd ];
- meta = {
- homepage = "https://melpa.org/#/impatient-mode";
- license = lib.licenses.free;
- };
- }) {};
- import-js = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , grizzl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "import-js";
- ename = "import-js";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "Galooshi";
- repo = "emacs-import-js";
- rev = "0a1032894445062b87dbe4e2c8cdba35ac25c250";
- sha256 = "0vx2k4k8ig1k74ifxaxvhbkmfmba683qza7f9pp08daa43mgr1r3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f26b8281f9bd05e3c8f2ef21838275711e622c9/recipes/import-js";
- sha256 = "00b2qv1y8879cf8ayplmwqd36w7sppx57myi2wjhy9i2rnvdbmgn";
- name = "recipe";
- };
- packageRequires = [ emacs grizzl ];
- meta = {
- homepage = "https://melpa.org/#/import-js";
- license = lib.licenses.free;
- };
- }) {};
- import-popwin = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popwin }:
- melpaBuild {
- pname = "import-popwin";
- ename = "import-popwin";
- version = "0.10";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-import-popwin";
- rev = "6a21efc7fd44f8c2484d22eadf298e4bfd4bc003";
- sha256 = "1h4c3cib87hvgp37c30lx7cpyxvgdsb9hp7z0nfrkbbif0acrj2i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a6f0629515f36e2e98839a6894ca8c0f58862dc2/recipes/import-popwin";
- sha256 = "0vkw6y09m68bvvn1wzah4gzm69z099xnqhn359xfns2ljm74bvgy";
- name = "recipe";
- };
- packageRequires = [ emacs popwin ];
- meta = {
- homepage = "https://melpa.org/#/import-popwin";
- license = lib.licenses.free;
- };
- }) {};
- importmagic = callPackage ({ emacs
- , epc
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "importmagic";
- ename = "importmagic";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "anachronic";
- repo = "importmagic.el";
- rev = "ab9e5c260a2044578597a467eff59e5598a7ef1c";
- sha256 = "1ifv6zfrknivjsgk0p8wh0n2bqqs1zfy8551216dfvigqs20wvq4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/importmagic";
- sha256 = "1kpmgpll0zz3zlr3q863v1fq6wmwdwx7mn676x0r7g4iy1bdslmv";
- name = "recipe";
- };
- packageRequires = [ emacs epc f ];
- meta = {
- homepage = "https://melpa.org/#/importmagic";
- license = lib.licenses.free;
- };
- }) {};
- indent-guide = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "indent-guide";
- ename = "indent-guide";
- version = "20160630";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "indent-guide";
- rev = "feb207cb5610f351c7cdcf266e0c99117b2f786c";
- sha256 = "0ykddzily3b6c6k7fvq274pqdjf3934n8p3nrmnsw6c93i1ndd4f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d7110054801e3af5e5ef710a29f73116a2bc746/recipes/indent-guide";
- sha256 = "029fj9rr9vfmkysi6lzpwra92j6ppw675qpj3sinfq7fqqlicvp7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/indent-guide";
- license = lib.licenses.free;
- };
- }) {};
- indium = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , js2-refactor
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "indium";
- ename = "indium";
- version = "2.1.1";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "Indium";
- rev = "fd5de13204b3b5f0d2a598fbe74c5a6ac13125bd";
- sha256 = "1v2r9k589l3rsxvijs783dsk5fpl00hrpk6xffirc6rhbkij9bjh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4292058cc6e31cabc0de575134427bce7fcef541/recipes/indium";
- sha256 = "024ljx7v8xahmr8jm41fiy8i5jbg48ybqp5n67k4jwg819cz8wvl";
- name = "recipe";
- };
- packageRequires = [ company emacs js2-mode js2-refactor seq ];
- meta = {
- homepage = "https://melpa.org/#/indium";
- license = lib.licenses.free;
- };
- }) {};
- inf-clojure = callPackage ({ clojure-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inf-clojure";
- ename = "inf-clojure";
- version = "2.1.0";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "inf-clojure";
- rev = "247ca70f8ba5104be292aea20fbde6adb37e359f";
- sha256 = "11hyva006bc4hbhzjwb4brilm6fb7qfm5h66nl0gmmyva40y6412";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d6112e06d1efcb7cb5652b0bec8d282d7f67bd9/recipes/inf-clojure";
- sha256 = "0n8w0vx1dnbfz88j45a57z9bsmkxr2zyh6ld72ady8asanf17zhl";
- name = "recipe";
- };
- packageRequires = [ clojure-mode emacs ];
- meta = {
- homepage = "https://melpa.org/#/inf-clojure";
- license = lib.licenses.free;
- };
- }) {};
- inf-crystal = callPackage ({ crystal-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inf-crystal";
- ename = "inf-crystal";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "brantou";
- repo = "inf-crystal.el";
- rev = "71a330f2d29e2fb4f51d223cf6230b88620a80af";
- sha256 = "0vija33n2j4j5inzm29qk1bjzaxjm97zn263j15258pqxwkbddv3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ff84c742eebb84577f362b2739f4bcf1434d58ac/recipes/inf-crystal";
- sha256 = "09ssq7i5c2fxxbrsp3nn1f1ah1yv2nb19n5s1iqyykkk316k2q26";
- name = "recipe";
- };
- packageRequires = [ crystal-mode emacs ];
- meta = {
- homepage = "https://melpa.org/#/inf-crystal";
- license = lib.licenses.free;
- };
- }) {};
- inf-ruby = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inf-ruby";
- ename = "inf-ruby";
- version = "2.5.2";
- src = fetchFromGitHub {
- owner = "nonsequitur";
- repo = "inf-ruby";
- rev = "d2cc45ac1a035286decb12c4f49c696ad5f03d27";
- sha256 = "0a1hhvfbl6mq8rjsi77fg9fh5a91hi5scjrg9rjqc5ffbql67y0v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/inf-ruby";
- sha256 = "02f01vwzr6j9iqcdns4l579bhia99sw8hwdqfwqjs9gk3xampfpp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/inf-ruby";
- license = lib.licenses.free;
- };
- }) {};
- inflections = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inflections";
- ename = "inflections";
- version = "2.5";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "jump.el";
- rev = "40a7ffdf734ffe7d1968909663146255d7ba69c8";
- sha256 = "1ig1wdjg914p9ng1nir2fid4mb3xz2dbpmkdnfy1klq2zp0xw2s3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/392c7616d27bf12b29ef3c2ea71e42ffaea81cc6/recipes/inflections";
- sha256 = "0f02bhm2a5xiaxnf2c2hlpa4p121xfyyj3c59fy0yldipdxhvw70";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/inflections";
- license = lib.licenses.free;
- };
- }) {};
- info-buffer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "info-buffer";
- ename = "info-buffer";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "llvilanova";
- repo = "info-buffer";
- rev = "d35dad6e766c6e2ddb8dc6acb4ce5b6e10fbcaa7";
- sha256 = "0czkp7cf7qmdm1jdn67gxyxz8b4qj2kby8if50d450xqwbx0da7x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3c44a1d69725b687444329d8af43c9799112b407/recipes/info-buffer";
- sha256 = "1vkgkwgwym0j5xip7mai11anlpa2h7vd5m9i1xga1b23hcs9r1w4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/info-buffer";
- license = lib.licenses.free;
- };
- }) {};
- info-colors = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "info-colors";
- ename = "info-colors";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "ubolonton";
- repo = "info-colors";
- rev = "13dd9b6a7288e6bb692b210bcb9cd72016658dae";
- sha256 = "1h2q19574sc1lrxm9k78668pwcg3z17bnbgykmah01zlmbs264sx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d671ae8dc27439eea427e1848fc11c96ec5aee64/recipes/info-colors";
- sha256 = "1mbabrfdy9xn7lpqivqm8prp83qmdv5r0acijwvxqd3a52aadc2x";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/info-colors";
- license = lib.licenses.free;
- };
- }) {};
- inherit-local = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inherit-local";
- ename = "inherit-local";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "shlevy";
- repo = "inherit-local";
- rev = "b1f4ff9c41f9d64e4adaf5adcc280b82f084cdc7";
- sha256 = "1fargashyqn4ga420k3ikc1akf7mw3zcarpg24gh2591p4swa0ih";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/08b978724ff26b3ea7a134d307d888c80e2a92a9/recipes/inherit-local";
- sha256 = "1v3q3s6qq64k1f4ck6rfgsy1arnf9cxg2kw6d1ahfrwr4ixsqm87";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/inherit-local";
- license = lib.licenses.free;
- };
- }) {};
- init-loader = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "init-loader";
- ename = "init-loader";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "init-loader";
- rev = "128ee76adbf431f0b8c30a3a29cb20c9c5100cde";
- sha256 = "031vb7ndz68x0119v4pyizz0ykd341ywcp5s7i4z35zx1vcqj8az";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e46e6ec79ff4c76fc85e13321e6dabd5797c5f45/recipes/init-loader";
- sha256 = "0rq7759abp0ml0l8dycvdl0j5wsxw9z5y9pyx68973a4ssbx2i0r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/init-loader";
- license = lib.licenses.free;
- };
- }) {};
- init-open-recentf = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "init-open-recentf";
- ename = "init-open-recentf";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "init-open-recentf.el";
- rev = "a4f5338a14302d44fa5aebb1ddc7aff3dc9abbe3";
- sha256 = "0iph5cpz2dva1rnvp5xynmkndny87z308pziadk1qgf05mc0i61d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4db8b6eced50726c788d7343137f6b4558575abf/recipes/init-open-recentf";
- sha256 = "0xlmfxhxb2car8vfx7krxmxb3d56x0r3zzkj8ds7yqvr65z85x2r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/init-open-recentf";
- license = lib.licenses.free;
- };
- }) {};
- initsplit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "initsplit";
- ename = "initsplit";
- version = "1.6";
- src = fetchFromGitHub {
- owner = "dabrahams";
- repo = "initsplit";
- rev = "950bdc568e3fd08e6106170953caf98ac582a431";
- sha256 = "1rfw38a63bvzglqx7mb8wlnzjvlmkhkn35hn66snqqgvnmnvi54g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5a908c8fad08cd4d7dbb586570d0f0b384bf9071/recipes/initsplit";
- sha256 = "0n9dk3x62vgxfn39jkmdg8wxsik0xqkprifgvqzyvn8xcx1blyyq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/initsplit";
- license = lib.licenses.free;
- };
- }) {};
- inline-crypt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inline-crypt";
- ename = "inline-crypt";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "Sodel-the-Vociferous";
- repo = "inline-crypt-el";
- rev = "497ce9dc29a8ccac0b6dd6854f5d120514350282";
- sha256 = "0jipds844432a8m4d5gxbbkk2h1rsq9fg748g6bxy2q066kyzfz6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b04fffe5e52f26e92930a112a64531228f94e340/recipes/inline-crypt";
- sha256 = "04mcyyqa9h6g6wrzphzqalpqxsndmzxpavlpdc24z4a2c5s3yz8n";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/inline-crypt";
- license = lib.licenses.free;
- };
- }) {};
- inlineR = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "inlineR";
- ename = "inlineR";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "inlineR.el";
- rev = "29357186beca825e3d0451b700ec09b9ed65e37b";
- sha256 = "15nasjknmzy57ilj1gaz3w5sj8b3ijcpgwcd6w2r9xhgcl86m40q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3a7228e5f23a4e66f4510b2f6fc41c36aa791991/recipes/inlineR";
- sha256 = "1fflq2gkpfn3jkv4a6yywzmxsq6qszfid1ri85ass1ppw6scdvzw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/inlineR";
- license = lib.licenses.free;
- };
- }) {};
- insert-shebang = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "insert-shebang";
- ename = "insert-shebang";
- version = "0.9.6";
- src = fetchFromGitHub {
- owner = "psachin";
- repo = "insert-shebang";
- rev = "adfa473f07443b231914d277c20a3419b30399b6";
- sha256 = "10zy3vg5fr30hhv0q3jldffhjacg1yrv5d9gfkdz55ry277l3xz1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c257f4f5011cd7d0b2a5ef3adf13f9871bf0be92/recipes/insert-shebang";
- sha256 = "0z88l1q925v9lwzr6nas9qjy0f57qxilg6smgpx9wj6lll3f7p5v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/insert-shebang";
- license = lib.licenses.free;
- };
- }) {};
- intel-hex-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "intel-hex-mode";
- ename = "intel-hex-mode";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "mschuldt";
- repo = "intel-hex-mode";
- rev = "e83c94e1c31a8435a88b3ae395f2bc842ef83217";
- sha256 = "0jpc6wh3agdh38wdjr1x880iiaj6698nr8dkgx114fsfj1la6f7v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1bf82134671b1383f5f4d4a3c180081bea66814/recipes/intel-hex-mode";
- sha256 = "02ffbrkr3zajqhrxc3grmqm632ji4fmgnfabn42islpcfq12q3i4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/intel-hex-mode";
- license = lib.licenses.free;
- };
- }) {};
- intellij-theme = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "intellij-theme";
- ename = "intellij-theme";
- version = "1.3";
- src = fetchFromGitLab {
- owner = "fommil";
- repo = "emacs-intellij-theme";
- rev = "1bbfff8e6742d18e9b77ed796f44da3b7bd10606";
- sha256 = "0ml1gi2cn6h3xm5c78vxwv327r0rgimia1vqqi9jb09yb6lckbgj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cfe86071b2e84929476a771da99341f4a73cfd06/recipes/intellij-theme";
- sha256 = "1g8cninmq840sl8fmhq2hcsmz7nccbjmprzcl8w1zdavfp86b97g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/intellij-theme";
- license = lib.licenses.free;
- };
- }) {};
- interleave = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "interleave";
- ename = "interleave";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "rudolfochrist";
- repo = "interleave";
- rev = "6b28363eac939227c6cdc8a73a1d3ea5b002442d";
- sha256 = "1qs6j9cz152wfy54c5d1a558l0df6wxv3djlvfl2mx58wf0sk73h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6c43d4aaaf4fca17f2bc0ee90a21c51071886ae2/recipes/interleave";
- sha256 = "18b3fpxn07y5abkcnaw9is9ihdhik7xjdj6kzl1pz958lk9f4hfy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/interleave";
- license = lib.licenses.free;
- };
- }) {};
- intero = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "intero";
- ename = "intero";
- version = "0.1.40";
- src = fetchFromGitHub {
- owner = "commercialhaskell";
- repo = "intero";
- rev = "8da81244783fbf03afb49660423c875f2e874fba";
- sha256 = "17vibxapzp4wf0dfc56x98wsf3wy98ghj5h10nyf7xcfwy6k0rja";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b56ca344ad944e03b669a9974e9b734b5b445bb/recipes/intero";
- sha256 = "15n7ipsq8ylmq4blsycpszkx034j9sb92vqvaz30j5v307fmvs99";
- name = "recipe";
- };
- packageRequires = [ company emacs flycheck haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/intero";
- license = lib.licenses.free;
- };
- }) {};
- iplayer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iplayer";
- ename = "iplayer";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "csrhodes";
- repo = "iplayer-el";
- rev = "48b664e36e1a8e37eeb3eee80b91ff7126ed449a";
- sha256 = "043dnij48zdyg081sa7y64lm35z7zvrv8gcymv3l3a98r1yhy3v6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e9a97667365f1c30f53a6aeeb7b909a78888eb1/recipes/iplayer";
- sha256 = "0wnxvdlnvlmspqsaqx0ldw8j03qjckkqzvx3cbpc2yfs55pm3p7r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/iplayer";
- license = lib.licenses.free;
- };
- }) {};
- ipython-shell-send = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ipython-shell-send";
- ename = "ipython-shell-send";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "jackkamm";
- repo = "ipython-shell-send-el";
- rev = "0faed86faff02a361f23ce5fc923d0e9b09bb2da";
- sha256 = "1nx92rmxgrxy9hfi7f2ny3q4zqrzy6jalr85lall7r74aifprrkv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9d3513d38f94de4d86124b5d5a33be8d5f0bfa43/recipes/ipython-shell-send";
- sha256 = "07im2f3890yxpcy4qz1bihi68aslam7qir4vqf05bhqlgaqzamv8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ipython-shell-send";
- license = lib.licenses.free;
- };
- }) {};
- ir-black-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ir-black-theme";
- ename = "ir-black-theme";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "jmdeldin";
- repo = "ir-black-theme.el";
- rev = "b1ca1d0778e3e6228ff756e7fdaf5f5982000fa2";
- sha256 = "036q933yw7pimnnq43ydaqqfccgf4iwvjhjmsavp7l6y1w16rvmy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5e725582bc322d03c9dca2b22e8606444fd8753c/recipes/ir-black-theme";
- sha256 = "1qpq9zbv63ywzk5mlr8x53g3rn37k0mdv6x1l1hcd90gka7vga9v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ir-black-theme";
- license = lib.licenses.free;
- };
- }) {};
- irony = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "irony";
- ename = "irony";
- version = "1.3.1";
- src = fetchFromGitHub {
- owner = "Sarcasm";
- repo = "irony-mode";
- rev = "79d5fc6152659f62b0f2e4df75665f5b625e9642";
- sha256 = "09i2f99ysisv2d4a0cpn75c0azhbashvz6ja5xy09i2a5svzgzpx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2b6a8d57b192325dcd30fddc9ff8dd1516ad680/recipes/irony";
- sha256 = "1xcxrdrs7imi31nxpszgpaywq4ivni75hrdl4zzrf103xslqpl8a";
- name = "recipe";
- };
- packageRequires = [ cl-lib json ];
- meta = {
- homepage = "https://melpa.org/#/irony";
- license = lib.licenses.free;
- };
- }) {};
- isgd = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "isgd";
- ename = "isgd";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "chmouel";
- repo = "isgd.el";
- rev = "764306dadd5a9213799081a48aba22f7c75cca9a";
- sha256 = "09hx28lmldm7z3x22a0qx34id09fdp3z61pdr61flgny213q1ach";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d5ff75b269fd57c5822277b9ed850c69b626f1a5/recipes/isgd";
- sha256 = "0yc9mkjzj3w64f48flnjvd193mk9gndrrqbxz3cvmvq3vgahhzyi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/isgd";
- license = lib.licenses.free;
- };
- }) {};
- isolate = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "isolate";
- ename = "isolate";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "casouri";
- repo = "isolate";
- rev = "700aa3c7945580c876d29c3c064282c33ebb365c";
- sha256 = "0j96rzfabn6lgv9xxyndpq3d2nys5z1brrrd7bga786zzwlp78a9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8091f8d72c24a103f6dcaadc18bbec745c1c3d3/recipes/isolate";
- sha256 = "1ldyvw01nq2ynxaaqmw9ihk9kwfss9rqpaydn9f41bqj15xrypjc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/isolate";
- license = lib.licenses.free;
- };
- }) {};
- iter2 = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iter2";
- ename = "iter2";
- version = "0.9.10";
- src = fetchFromGitHub {
- owner = "doublep";
- repo = "iter2";
- rev = "fc1fcea5379bc7728a25dd81546886213e3db6fa";
- sha256 = "1gvm5gfgmcw4mibi8899x9ry1zqm3ij6yl0dnmdqmv9dbv1zlqp2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d94316660051ee0ba0c12e380e6203986440368f/recipes/iter2";
- sha256 = "0kl3z2wwpvk2ddsb3798g41pv0xycsf9dclhv00snpzsr61d9v65";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/iter2";
- license = lib.licenses.free;
- };
- }) {};
- ivy = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy";
- ename = "ivy";
- version = "0.11.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "swiper";
- rev = "525b2e4887dd839045313f32d3ddeb5cab4c7a7e";
- sha256 = "009n8zjycs62cv4i1k9adbb284wz2w3r13xki2740sj34k683v13";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06c24112a5e17c423a4d92607356b25eb90a9a7b/recipes/ivy";
- sha256 = "0xf5p91r2ljl93wbr5wbgnb4hzhs00wkaf4fmdlf31la8xwwp5ci";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ivy";
- license = lib.licenses.free;
- };
- }) {};
- ivy-bibtex = callPackage ({ biblio
- , cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , parsebib
- , s
- , swiper }:
- melpaBuild {
- pname = "ivy-bibtex";
- ename = "ivy-bibtex";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "tmalsburg";
- repo = "helm-bibtex";
- rev = "8be32be58e96e3d57b0cc667d05f98c63aa2a32e";
- sha256 = "1rsn0gxqibw2b31k3hx1fix46f3qmwp013njkpn31fzg3gckbwra";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c23c09225c57a9b9abe0a0a770a9184ae2e58f7c/recipes/ivy-bibtex";
- sha256 = "0qni48s09lgzqr98r49dhrzpfqp9yfwga11h7vhqclscjvlalpc2";
- name = "recipe";
- };
- packageRequires = [ biblio cl-lib dash f parsebib s swiper ];
- meta = {
- homepage = "https://melpa.org/#/ivy-bibtex";
- license = lib.licenses.free;
- };
- }) {};
- ivy-dired-history = callPackage ({ cl-lib ? null
- , counsel
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-dired-history";
- ename = "ivy-dired-history";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "jixiuf";
- repo = "ivy-dired-history";
- rev = "3604840f85e4ff2d7ecab6233e820cb2ec5c8733";
- sha256 = "0slisbnfcdx8jv0p67ag6s4l0m0jmrwcpm5a2jm6sai9x67ayn4l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad37f6b04ff45fbffeadefc94db16baa27bcc2ac/recipes/ivy-dired-history";
- sha256 = "1vj073k5m0l8rx9iiisikzl053ad9mlhvbk30f5zmw9sw7b9blyl";
- name = "recipe";
- };
- packageRequires = [ cl-lib counsel ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-dired-history";
- license = lib.licenses.free;
- };
- }) {};
- ivy-erlang-complete = callPackage ({ async
- , counsel
- , emacs
- , erlang
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-erlang-complete";
- ename = "ivy-erlang-complete";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "s-kostyaev";
- repo = "ivy-erlang-complete";
- rev = "62e2b14ff25b0c143c882cb38d029b216acc3dd6";
- sha256 = "0sbxmj3ap0navgi7lxlgwb9ykfb8khgh7nl1hmqfh2jn9vx2s568";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac1b9e350d3f066e4e56202ebb443134d5fc3669/recipes/ivy-erlang-complete";
- sha256 = "00fqjgrhvcn3ibpgiy4b0sr4x9p6ym5r1rvi4rdzsw2i3nxmgf3a";
- name = "recipe";
- };
- packageRequires = [ async counsel emacs erlang ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-erlang-complete";
- license = lib.licenses.free;
- };
- }) {};
- ivy-explorer = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-explorer";
- ename = "ivy-explorer";
- version = "0.3.2";
- src = fetchFromGitHub {
- owner = "clemera";
- repo = "ivy-explorer";
- rev = "14adb6164f1d1646f503c3e4bd9aa559805f93d7";
- sha256 = "0ffajyl21vz4662738dgga140yrkkcfynhhnk42fzrn5z5zqlwp1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8b590a6e0d11fda3d93e4d92f847138f8968b332/recipes/ivy-explorer";
- sha256 = "088ciy051b3kcd6anm66fnkg510c72hrfgdbgdf4mb9z4d9bk056";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-explorer";
- license = lib.licenses.free;
- };
- }) {};
- ivy-feedwrangler = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-feedwrangler";
- ename = "ivy-feedwrangler";
- version = "0.4.2";
- src = fetchFromGitHub {
- owner = "asimpson";
- repo = "ivy-feedwrangler";
- rev = "051eac49cae32b16fab2e06ff0115cd8fb5dc499";
- sha256 = "1irp76kbg8d7wmgvfjbb4c3wmd29bdrl503jkq4w52fl57g94cvj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf1c112939545f6d157111eabcb573738b09ef7c/recipes/ivy-feedwrangler";
- sha256 = "1mxm37biix8c0s32gfv4pidffvlgdz5i9325zk71fhgfzqwkf5vx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ivy-feedwrangler";
- license = lib.licenses.free;
- };
- }) {};
- ivy-gitlab = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , gitlab
- , ivy
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ivy-gitlab";
- ename = "ivy-gitlab";
- version = "0.8.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "emacs-gitlab";
- rev = "5e2add142f26da9c8f114ea8b0a1a2c7cdeea09f";
- sha256 = "0lhmxwb653l22y8micn0ay43nsmhm7vm71qdy55ln4qzzfxn508s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35d4d4f22e4c567954287b2a1cabcb595497095a/recipes/ivy-gitlab";
- sha256 = "0gbwsmb6my0327f9j96s20mybnjaw9yaiwhs3sy3vav0qww91z1y";
- name = "recipe";
- };
- packageRequires = [ dash gitlab ivy s ];
- meta = {
- homepage = "https://melpa.org/#/ivy-gitlab";
- license = lib.licenses.free;
- };
- }) {};
- ivy-hydra = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-hydra";
- ename = "ivy-hydra";
- version = "0.11.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "swiper";
- rev = "525b2e4887dd839045313f32d3ddeb5cab4c7a7e";
- sha256 = "009n8zjycs62cv4i1k9adbb284wz2w3r13xki2740sj34k683v13";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06c24112a5e17c423a4d92607356b25eb90a9a7b/recipes/ivy-hydra";
- sha256 = "1xv8nfi6dzhx868h44ydq4f5jmsa7rbqfa7jk8g0z0ifv477hrvx";
- name = "recipe";
- };
- packageRequires = [ emacs hydra ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-hydra";
- license = lib.licenses.free;
- };
- }) {};
- ivy-mpdel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , libmpdel
- , melpaBuild
- , mpdel }:
- melpaBuild {
- pname = "ivy-mpdel";
- ename = "ivy-mpdel";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "mpdel";
- repo = "ivy-mpdel";
- rev = "a42dcc943914c71975c115195d38c739f25e475c";
- sha256 = "0zf007j3i9prlsqjaf0xw7ylaim463f867nfc63fpsr508xsn5rd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb25443752e18e47afc63d5497cc5052c388a607/recipes/ivy-mpdel";
- sha256 = "1v9xiy4bs7r24li6fwi5dfqav8dfr3dy0xhj3wnzvcgwxp5ji56r";
- name = "recipe";
- };
- packageRequires = [ emacs ivy libmpdel mpdel ];
- meta = {
- homepage = "https://melpa.org/#/ivy-mpdel";
- license = lib.licenses.free;
- };
- }) {};
- ivy-pages = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-pages";
- ename = "ivy-pages";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "igorepst";
- repo = "ivy-pages";
- rev = "428a901f94c9625c8407fd2bf76f9d7714d40d87";
- sha256 = "11lcv8dqlmfqvhn7n3wfp9idr5hf30312p213y5pvs4m70lbc9k2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93f1183beb74aa4a96de8cd043a2a8eefdd7ad7e/recipes/ivy-pages";
- sha256 = "0zz8nbjma8r6r7xxbg7xfz13202d77k1ybzpib41slmljzh7xgwv";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-pages";
- license = lib.licenses.free;
- };
- }) {};
- ivy-prescient = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , prescient }:
- melpaBuild {
- pname = "ivy-prescient";
- ename = "ivy-prescient";
- version = "3.1";
- src = fetchFromGitHub {
- owner = "raxod502";
- repo = "prescient.el";
- rev = "ae414dde56f3430867faf41c04e4c3df75f9c960";
- sha256 = "1cdjvlwlvxxazz7hlxgvdp0pznvj1gzqa2r6k4im0cpdrnnng6j6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a92495d09689932ab9f0b716078ceeeb9cc154e0/recipes/ivy-prescient";
- sha256 = "017ibpbj390q5d051k3wn50774wvcixzbwikvi5ifzqkhgixqk9c";
- name = "recipe";
- };
- packageRequires = [ emacs ivy prescient ];
- meta = {
- homepage = "https://melpa.org/#/ivy-prescient";
- license = lib.licenses.free;
- };
- }) {};
- ivy-purpose = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , window-purpose }:
- melpaBuild {
- pname = "ivy-purpose";
- ename = "ivy-purpose";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "bmag";
- repo = "ivy-purpose";
- rev = "0495f2f3aed64d7e0028125e76a9a68f8fc4107e";
- sha256 = "1hiw7mnrr0cnnp0a2mh837pzdaknadwv0sk82vya6blx0a7m691g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1fa2a37a1a6492eddf638216acec4b9d54d3498d/recipes/ivy-purpose";
- sha256 = "0c5n7x3sa57wslwnldvc0i315xhyi1zndyhr07rzka1rhj8v1c4v";
- name = "recipe";
- };
- packageRequires = [ emacs ivy window-purpose ];
- meta = {
- homepage = "https://melpa.org/#/ivy-purpose";
- license = lib.licenses.free;
- };
- }) {};
- ivy-rich = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ivy-rich";
- ename = "ivy-rich";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "Yevgnen";
- repo = "ivy-rich";
- rev = "25e36b10eff7fd299fcc03f15288b4fff33974e4";
- sha256 = "070y28ldp5dvh12b7qv27mqdgxiq2dll7fx432hb2i6mk8lz5hpp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/ivy-rich";
- sha256 = "1il1lhxxg694j9w65qwzjm4p4l3q1h1hfndybj6z1cb72ijw27fr";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/ivy-rich";
- license = lib.licenses.free;
- };
- }) {};
- ivy-rtags = callPackage ({ fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , rtags }:
- melpaBuild {
- pname = "ivy-rtags";
- ename = "ivy-rtags";
- version = "2.31";
- src = fetchFromGitHub {
- owner = "Andersbakken";
- repo = "rtags";
- rev = "7e6b6f21935eedbe4678ba91c5531ac162b51a5a";
- sha256 = "12629d1s8rplhjh17n3bmgnkpscq4gljgyl84j8qyhh40dwq1qk0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/ivy-rtags";
- sha256 = "18f0jak643dd8lmx701wgk95miajabd8190ls35831slr28lqxsq";
- name = "recipe";
- };
- packageRequires = [ ivy rtags ];
- meta = {
- homepage = "https://melpa.org/#/ivy-rtags";
- license = lib.licenses.free;
- };
- }) {};
- ivy-youtube = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "ivy-youtube";
- ename = "ivy-youtube";
- version = "0.3.2";
- src = fetchFromGitHub {
- owner = "squiter";
- repo = "ivy-youtube";
- rev = "23e1089d4c4fc32db20df14ba10078aabf117e87";
- sha256 = "0m70vxjj49kf8bzni2qchgzgx808z1fcfh02cflkhjcb77dkq8d6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ivy-youtube";
- sha256 = "1masw9qc33valx55klfhzx0bg1hfazmn5yd9wh12q2gjsz8nxyw4";
- name = "recipe";
- };
- packageRequires = [ cl-lib ivy request ];
- meta = {
- homepage = "https://melpa.org/#/ivy-youtube";
- license = lib.licenses.free;
- };
- }) {};
- ix = callPackage ({ fetchFromGitHub
- , fetchurl
- , grapnel
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ix";
- ename = "ix";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "theanalyst";
- repo = "ix.el";
- rev = "47632caf925fbb3cc8633834d2d619032d039336";
- sha256 = "1j6axmi6fxcl2ja4660ygxchggm2dzjngi0k3g6pimawykvgxs3n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3a9d68fcf5bddbf07909b77682474dc592077051/recipes/ix";
- sha256 = "1fl76dk8vgw3mrh5iz99lrsllwya6ij9d1lj3szcrs4qnj0b5ql3";
- name = "recipe";
- };
- packageRequires = [ grapnel ];
- meta = {
- homepage = "https://melpa.org/#/ix";
- license = lib.licenses.free;
- };
- }) {};
- iy-go-to-char = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "iy-go-to-char";
- ename = "iy-go-to-char";
- version = "3.2.1";
- src = fetchFromGitHub {
- owner = "doitian";
- repo = "iy-go-to-char";
- rev = "77b40d64eef9dad11eca59f4e3fbc6e849de7434";
- sha256 = "1mb0k4lmbkbpn6qzzg8n14pybhd5zla77ppqac6a9kw89fj2qj4i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/iy-go-to-char";
- sha256 = "10szn9y7gl8947p3f9w6p6vzjf1a9cjif9mbj3qdqx4vbsl9mqpz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/iy-go-to-char";
- license = lib.licenses.free;
- };
- }) {};
- j-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "j-mode";
- ename = "j-mode";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "zellio";
- repo = "j-mode";
- rev = "caa55dfaae01d1875380929826952c2b3ef8a653";
- sha256 = "07kbicf760nw4qlb2lkf1ns8yzqy0r5jqqwqjbsnqxx4sm52hml9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/410134ab2145adad3648b1024bfe4f6801df82c9/recipes/j-mode";
- sha256 = "0f9lsr9hjhdvmzx565ivlncfzb4iq4rjjn6a41053cjy50bl066i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/j-mode";
- license = lib.licenses.free;
- };
- }) {};
- jade-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jade-mode";
- ename = "jade-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "brianc";
- repo = "jade-mode";
- rev = "4e7a20db492719062f40b225ed730ed50be5db56";
- sha256 = "0krbd1qa2408a97pqhl7fv0x8x1n2l3qq33zzj4w4vv0c55jk43n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/877b5a3e612e1b1d6d51e60c66b0b79f231abdb2/recipes/jade-mode";
- sha256 = "156j0d9wx6hrhph0nsjsi1jha4h65rcbrbff1j2yr8vdsszjrs94";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jade-mode";
- license = lib.licenses.free;
- };
- }) {};
- jammer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jammer";
- ename = "jammer";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "jammer";
- rev = "1ba232b71507b468c60dc53c2bc8888bef36c858";
- sha256 = "0x0vz7m9kn7b2aiqvrdqx8qh84ynbpzy2asz2b18l47bcwa7r5bh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cb82a6e936e2d5d1dd5930b600ede52dac3ceb33/recipes/jammer";
- sha256 = "01c4bii7gswhp6z9dgx4bhvsywiwbbdv7mg1zj6vp1530l74zx6z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jammer";
- license = lib.licenses.free;
- };
- }) {};
- japanlaw = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "japanlaw";
- ename = "japanlaw";
- version = "0.9.1";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "japanlaw.el";
- rev = "d90b204b018893d5d75286c92948c0bddf94cce2";
- sha256 = "08gkxxaw789g1r0dql11skz6i8bdrrz4wp87fzs9f5rgx99xxr6h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6192e1db76f017c3b1315453144cffc47cdd495d/recipes/japanlaw";
- sha256 = "1pxss1mjk5660k80r1xqgslnbrsr6r4apgp9abjwjfxpg4f6d0sa";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/japanlaw";
- license = lib.licenses.free;
- };
- }) {};
- java-imports = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , s }:
- melpaBuild {
- pname = "java-imports";
- ename = "java-imports";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "dakrone";
- repo = "emacs-java-imports";
- rev = "275f354c245df741b45e88d085660722e81a12be";
- sha256 = "1bngn6v6w60qb3zz7s3px7v3wk99a3hfvzrg9l06dz1q7xgyvsi1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f6f4e4c14c422c2066f2200bb9b8f35e2ecc896/recipes/java-imports";
- sha256 = "1waz6skyrm1n8wpc0pwa652l11wz8qz1m89mqxk27k3lwyd84n98";
- name = "recipe";
- };
- packageRequires = [ emacs pcache s ];
- meta = {
- homepage = "https://melpa.org/#/java-imports";
- license = lib.licenses.free;
- };
- }) {};
- javadoc-lookup = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "javadoc-lookup";
- ename = "javadoc-lookup";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "javadoc-lookup";
- rev = "507a2dd443d60b537b8f779c1847e2cd0ccd1382";
- sha256 = "16gywcma1s8kslwznlxwlx0xj0gs5g31637kb74vfdplk48f04zj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d7d5f55c7d90181cc4eff68bb472f772f070a93/recipes/javadoc-lookup";
- sha256 = "1fffs0iqkk9rg5vbxifvn09j4i2751p81bzcvy5fslr3r1r2nv79";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/javadoc-lookup";
- license = lib.licenses.free;
- };
- }) {};
- jdecomp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jdecomp";
- ename = "jdecomp";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "xiongtx";
- repo = "jdecomp";
- rev = "1590b06f139f036c1041e1ce5c0acccaa24b31a7";
- sha256 = "0sb9vzn6cycys31r98kxwgpn7v9aw5ck86nkskmn9hhhkrfsabii";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/jdecomp";
- sha256 = "1vgjmz7rxvgy9lprzr5b018lzqy3h0zg8913la1bzgwlm3mr68y5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/jdecomp";
- license = lib.licenses.free;
- };
- }) {};
- jedi = callPackage ({ auto-complete
- , emacs
- , fetchFromGitHub
- , fetchurl
- , jedi-core
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jedi";
- ename = "jedi";
- version = "0.2.7";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "emacs-jedi";
- rev = "8da022c8cda511428c72a6dc4c5be3c0a0c88584";
- sha256 = "0xbp9fcxgbf298w05hvf52z41kk7r52975ailgdn8sg60xc98fa7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bded1840a39fbf1e014c01276eb2f9c5a4fc218f/recipes/jedi";
- sha256 = "1777060q25k9n2g6h1lm5lkki900pmjqkxq72mrk3j19jr4pk9m4";
- name = "recipe";
- };
- packageRequires = [ auto-complete emacs jedi-core ];
- meta = {
- homepage = "https://melpa.org/#/jedi";
- license = lib.licenses.free;
- };
- }) {};
- jedi-core = callPackage ({ cl-lib ? null
- , emacs
- , epc
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , python-environment }:
- melpaBuild {
- pname = "jedi-core";
- ename = "jedi-core";
- version = "0.2.7";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "emacs-jedi";
- rev = "8da022c8cda511428c72a6dc4c5be3c0a0c88584";
- sha256 = "0xbp9fcxgbf298w05hvf52z41kk7r52975ailgdn8sg60xc98fa7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bded1840a39fbf1e014c01276eb2f9c5a4fc218f/recipes/jedi-core";
- sha256 = "0pzi32zdb4g9n4kvpmkdflmqypa7nckmnjq60a3ngym4wlzbb32f";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs epc python-environment ];
- meta = {
- homepage = "https://melpa.org/#/jedi-core";
- license = lib.licenses.free;
- };
- }) {};
- jetbrains = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jetbrains";
- ename = "jetbrains";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "jetbrains.el";
- rev = "38e136079f3f2ddbe0e8b7dec01cf6b515e897d8";
- sha256 = "1ji64qip5raf0lbv7fv36rd4fwa33zn0xi7sa0zrgf0kcsr0qasb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/00dd4626e261d9831fc62d866d50b7257ee418c4/recipes/jetbrains";
- sha256 = "0254dkzf2x5dj3j549xjash0lsadkn0bdcyjkjlrv8hqvdr1f1m7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f ];
- meta = {
- homepage = "https://melpa.org/#/jetbrains";
- license = lib.licenses.free;
- };
- }) {};
- jinja2-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jinja2-mode";
- ename = "jinja2-mode";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "paradoxxxzero";
- repo = "jinja2-mode";
- rev = "cfaa7bbe7bb290cc500440124ce89686f3e26f86";
- sha256 = "0l26wcy496k6xk7q5sf905xir0p73ziy6c44is77854lv3y0z381";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b79196cf0dc0b436ff75eabea369a62f92825d9f/recipes/jinja2-mode";
- sha256 = "0480fh719r4v7xdwyf4jlg1k36y54i5zrv7gxlhfm66pil75zafx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jinja2-mode";
- license = lib.licenses.free;
- };
- }) {};
- jpop = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jpop";
- ename = "jpop";
- version = "3.2.3";
- src = fetchFromGitHub {
- owner = "domtronn";
- repo = "jpop.el";
- rev = "f3eed65e54dc2daaa7678e6eb169d35c4a7d1e63";
- sha256 = "17wiv1b8c56c2zi9b9mjm37kl7yc735nk3188wnmq3fqjgdpwpwg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2a52a3cf909d12201196b92685435f9fa338b7ba/recipes/jpop";
- sha256 = "00chh1aqnkkkhdp44sapdjx37cbn92g42wapdq7kcl8v1v0xmnjr";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/jpop";
- license = lib.licenses.free;
- };
- }) {};
- jq-format = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , reformatter }:
- melpaBuild {
- pname = "jq-format";
- ename = "jq-format";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "emacs-jq-format";
- rev = "47e1c5adb89b37b4d53fe01302d8c675913c20e7";
- sha256 = "1g9chp1b3lkrg46b39swrkvp5willi0ay3i177jdp6knbzhj4mq3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce800af0c5dd7f1e4ab7ade92a863ce500c12fce/recipes/jq-format";
- sha256 = "1ljbpgcs1s1if9s5c10k12f23rad7172k7y3s38ipn7vl7wmarw0";
- name = "recipe";
- };
- packageRequires = [ emacs reformatter ];
- meta = {
- homepage = "https://melpa.org/#/jq-format";
- license = lib.licenses.free;
- };
- }) {};
- jq-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jq-mode";
- ename = "jq-mode";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "ljos";
- repo = "jq-mode";
- rev = "d6bbd83baf0746f22564f7ae92db44e06da6e08c";
- sha256 = "1sk603258gvnfrvl641xfmgapg67z44wnlx6qba73wn3f2055765";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/318705966e26e58f87b53c115c519db95874ac1c/recipes/jq-mode";
- sha256 = "1xvh641pdkvbppb2nzwn1ljdk7sv6laq29kdv09kxaqd89vm0vin";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/jq-mode";
- license = lib.licenses.free;
- };
- }) {};
- js-auto-format-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js-auto-format-mode";
- ename = "js-auto-format-mode";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "ybiquitous";
- repo = "js-auto-format-mode";
- rev = "59caa137c4beec4dec4a7d7ebf8bcb6af44d72f0";
- sha256 = "10xxg8lc4g9wdl4lz7kx6la23agpbq4ls1mn5d4y364j8nfcxf9g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2d3be16771b5b5fde639da3ee97890620354ee7a/recipes/js-auto-format-mode";
- sha256 = "1gxf7xz1j3ga2pk5w8cgny7l8kid59zap2a97lhb50w1qczfqqzs";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/js-auto-format-mode";
- license = lib.licenses.free;
- };
- }) {};
- js-comint = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js-comint";
- ename = "js-comint";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "js-comint";
- rev = "83e932e4a83d1a69098ee87e0ab911d299368e60";
- sha256 = "1r2fwsdfkbqnm4n4dwlp7gc267ghj4vd0naj431w7pl529dmrb6x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bc9d20b95e369e5a73c85a4a9385d3a8f9edd4ca/recipes/js-comint";
- sha256 = "0jvkjb0rmh87mf20v6rjapi2j6qv8klixy0y0kmh3shylkni3an1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/js-comint";
- license = lib.licenses.free;
- };
- }) {};
- js2-closure = callPackage ({ fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js2-closure";
- ename = "js2-closure";
- version = "2.2.1";
- src = fetchFromGitHub {
- owner = "jart";
- repo = "js2-closure";
- rev = "74a75f001a8bc2b9c02b9e8b4557f7ee3c5f84fb";
- sha256 = "1gapx656s4ngy8s8y1p56xxnclwf4qqg83l3jizknxky7yhayyl9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/61bf3e70ae38a78184f0b373ff6f0db234f51cb2/recipes/js2-closure";
- sha256 = "19732bf98lk2ah2ssgkr1ngxx7rz3nhsiw84lsfmydb0vvm4fpk7";
- name = "recipe";
- };
- packageRequires = [ js2-mode ];
- meta = {
- homepage = "https://melpa.org/#/js2-closure";
- license = lib.licenses.free;
- };
- }) {};
- js2-highlight-vars = callPackage ({ fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js2-highlight-vars";
- ename = "js2-highlight-vars";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "js2-highlight-vars.el";
- rev = "bf38d12cf65eebc8b81866fd03f6a0389bb2a9ed";
- sha256 = "0r2szaxr3q0gvxqd9asn03q8jf3nclxv4mqdsjn96s98n45x388l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f4a7c90be2e032277ae87b8de36d2e3f6146f09/recipes/js2-highlight-vars";
- sha256 = "07bq393g2jy8ydvaqyqn6vdyfvyminvgi239yvwzg5g9a1xjc475";
- name = "recipe";
- };
- packageRequires = [ js2-mode ];
- meta = {
- homepage = "https://melpa.org/#/js2-highlight-vars";
- license = lib.licenses.free;
- };
- }) {};
- js2-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js2-mode";
- ename = "js2-mode";
- version = "20190219";
- src = fetchFromGitHub {
- owner = "mooz";
- repo = "js2-mode";
- rev = "58006dfafbad43213162e21f57112e5e193caed2";
- sha256 = "02nrqb1khk7mhr4417pdlbb9whmyfpjjrsvg8lzsr8wlz9l3hqkg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/js2-mode";
- sha256 = "0f9cj3n55qnlifxwk1yp8n1kfd319jf7qysnkk28xpvglzw24yjv";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/js2-mode";
- license = lib.licenses.free;
- };
- }) {};
- js2-refactor = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild
- , multiple-cursors
- , s
- , yasnippet }:
- melpaBuild {
- pname = "js2-refactor";
- ename = "js2-refactor";
- version = "0.9.0";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "js2-refactor.el";
- rev = "089c7800e3e7b0a89ee2392037ac07851bcee298";
- sha256 = "1iwblf5i7k1i1ax9pjv7n8zv9q157krirdn0gwcib6dwza2i30jp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8935264dfea9bacc89fef312215624d1ad9fc437/recipes/js2-refactor";
- sha256 = "09dcfwpxxyw0ffgjjjaaxbsj0x2nwfrmxy1a05h8ba3r3jl4kl1r";
- name = "recipe";
- };
- packageRequires = [ dash js2-mode multiple-cursors s yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/js2-refactor";
- license = lib.licenses.free;
- };
- }) {};
- js3-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "js3-mode";
- ename = "js3-mode";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "thomblake";
- repo = "js3-mode";
- rev = "a1943e3b69ccf7592ef6e3c992c06af978823da5";
- sha256 = "1ild74qgx88gxrsmza5zjn51636zwxyc1j1c31m1xfw0najvl0dd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/805a7c7fee2bafd8785813963bf91ac1ca417fd1/recipes/js3-mode";
- sha256 = "12s5qf6zfcv4m5kqxvh9b4zgwf433x39a210d957gjjp5mywbb1r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/js3-mode";
- license = lib.licenses.free;
- };
- }) {};
- jsfmt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jsfmt";
- ename = "jsfmt";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "brettlangdon";
- repo = "jsfmt.el";
- rev = "192a3db81145c6fb9c0a9830db01ac4ec4f5d677";
- sha256 = "07bnvacmg6xm8r8ksiv7zkaghmad3s1qwy00fsy5pa47spxm3lxn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ddc99843dec18a295dfc36e7b429f0e1ab7fb71/recipes/jsfmt";
- sha256 = "1syy32sv2d57b3gja0ly65h36mfnyq6hzf5lnnl3r58yvbdzngqd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jsfmt";
- license = lib.licenses.free;
- };
- }) {};
- json-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , json-reformat
- , json-snatcher
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "json-mode";
- ename = "json-mode";
- version = "1.7.0";
- src = fetchFromGitHub {
- owner = "joshwnj";
- repo = "json-mode";
- rev = "9ba01b868a6b138feeff82b9eb0abd331d29325f";
- sha256 = "0i79lqzdg59vkqwjd3q092xxn9vhxspb1vn4pkis0vfvn46g01jy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/03d0ff6c8d724cf39446fa27f52aa5cc1a3cefb6/recipes/json-mode";
- sha256 = "014j10wgxsqy6d6aksnkz2dr5cmpsi8c7v4a825si1vgb4622a70";
- name = "recipe";
- };
- packageRequires = [ json-reformat json-snatcher ];
- meta = {
- homepage = "https://melpa.org/#/json-mode";
- license = lib.licenses.free;
- };
- }) {};
- json-navigator = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , hierarchy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "json-navigator";
- ename = "json-navigator";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "json-navigator";
- rev = "f4cde60c4203fc70cc7ff22ed1d6579159ce2598";
- sha256 = "0xrjbx6rkm8a6pmzhdph0r6l468hj827dvvq2hxhcm8v5gk6m690";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/62d4d68bd473652b80988a68250e9190b886ad6e/recipes/json-navigator";
- sha256 = "0yfl31cg0mkgsbpgx00m9h2cxnhsavcf7zlspb0qr4g2zq6ya1wx";
- name = "recipe";
- };
- packageRequires = [ emacs hierarchy ];
- meta = {
- homepage = "https://melpa.org/#/json-navigator";
- license = lib.licenses.free;
- };
- }) {};
- json-reformat = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "json-reformat";
- ename = "json-reformat";
- version = "0.0.6";
- src = fetchFromGitHub {
- owner = "gongo";
- repo = "json-reformat";
- rev = "b9bd375ec1deb10d2ba09c409bdcf99c56d7a716";
- sha256 = "0qp4n2k6s69jj4gwwimkpadjv245y54wk3bxb1x96f034gkp81vs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8c7976237f327fdfa58eea26ac8679f40ef3163/recipes/json-reformat";
- sha256 = "1m5p895w9qdgb8f67xykhzriribgmp20a1lvj64iap4aam6wp8na";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/json-reformat";
- license = lib.licenses.free;
- };
- }) {};
- json-snatcher = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "json-snatcher";
- ename = "json-snatcher";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "Sterlingg";
- repo = "json-snatcher";
- rev = "c4cecc0a5051bd364373aa499c47a1bb7a5ac51c";
- sha256 = "05zsgnk7grgw9jzwl80h5sxfpifxlr37b4mkbvx7mjq4z14xc2jw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/990de179e20c169aa02ffec42c89f18ce02239c8/recipes/json-snatcher";
- sha256 = "0f6j9g3c5fz3wlqa88706cbzinrs3dnfpgsr2d3h3117gic4iwp4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/json-snatcher";
- license = lib.licenses.free;
- };
- }) {};
- jsonnet-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jsonnet-mode";
- ename = "jsonnet-mode";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "mgyucht";
- repo = "jsonnet-mode";
- rev = "a729ccf20aa04041b0dfe1178ba70d750f648e2f";
- sha256 = "1ry95sv9ydcr3da16gjjh26wrn4ssf06c5zv084s33id6cipg2n3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba17372732723f73e8eeb6e7c47abc0edeb20da4/recipes/jsonnet-mode";
- sha256 = "1aadys887szlc924qr645lby9f8vzvxkwhq6byhppk1b01h911ia";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/jsonnet-mode";
- license = lib.licenses.free;
- };
- }) {};
- jsx-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jsx-mode";
- ename = "jsx-mode";
- version = "0.1.10";
- src = fetchFromGitHub {
- owner = "jsx";
- repo = "jsx-mode.el";
- rev = "1ca260b76f6e6251c528ed89501597a5b456c179";
- sha256 = "1wx28rr5dk238yz07xn95v88qmv10c1gz9pcxard2kszpnmrn6dx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7dea24e922f18c1f7e1b97da07ba2e4f33170557/recipes/jsx-mode";
- sha256 = "1lnjnyn8qf3biqr92z443z6b58dly7glksp1g986vgqzdprq3n1b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jsx-mode";
- license = lib.licenses.free;
- };
- }) {};
- julia-repl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "julia-repl";
- ename = "julia-repl";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "tpapp";
- repo = "julia-repl";
- rev = "6eb58ef8b2e922e042fb0aee399547291fce06a4";
- sha256 = "05siwlyafga6ihksmd4v7dlhn1c3f6vg4ns255apm7vnmfryzvkf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a2a494969a9caf2f4513b12504379c9685047dc/recipes/julia-repl";
- sha256 = "1k8a54s7g64zasmmnywygr0ra3s3din5mkqb7b5van2l0d4hcmzn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/julia-repl";
- license = lib.licenses.free;
- };
- }) {};
- jump = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , findr
- , inflections
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jump";
- ename = "jump";
- version = "2.5";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "jump.el";
- rev = "9519c675e8a650f6afade7d870e925d0fb50f112";
- sha256 = "1bm1mgd632gq3cl4zrq66vnqq9ynvc01iy6szp464ccnm3cmqdzr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f0c791aebccc08b770b3969ce5d2e82cbe26f80e/recipes/jump";
- sha256 = "18g0fa9g8m9jscsm6pn7jwdq94l4aj0dfhrv2hqapq1q1x537364";
- name = "recipe";
- };
- packageRequires = [ cl-lib findr inflections ];
- meta = {
- homepage = "https://melpa.org/#/jump";
- license = lib.licenses.free;
- };
- }) {};
- jump-to-line = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jump-to-line";
- ename = "jump-to-line";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "ongaeshi";
- repo = "jump-to-line";
- rev = "01ef8c3529d85e6c59cc20840acbc4a8e8325bc8";
- sha256 = "1s9plmg323m1p625xqnks0yqz0zlsjacdj7pv8f783r0d9jmfq3s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b6c700a28b65cbbad36a9bbaf88cc36c8191eb0/recipes/jump-to-line";
- sha256 = "09ifhsggl5mrb6l8nqnl38yph0v26v30y98ic8hl23i455hqkkdr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/jump-to-line";
- license = lib.licenses.free;
- };
- }) {};
- jupyter = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , simple-httpd
- , websocket
- , zmq }:
- melpaBuild {
- pname = "jupyter";
- ename = "jupyter";
- version = "0.8.0";
- src = fetchFromGitHub {
- owner = "dzop";
- repo = "emacs-jupyter";
- rev = "112769e0c679fb95db25128051e67bb22ff36ed5";
- sha256 = "1sda8zn1c583ccw8g5rzzyf47ganmkgga5dym2kx78ayhk50jjbc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a63a933e193a52e60950331ec982c5f5cdfaa5d9/recipes/jupyter";
- sha256 = "0p83mkvip1gn5ag2j6s68wzfgg2sf15iyxh7ylads3yw44h26wvi";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs simple-httpd websocket zmq ];
- meta = {
- homepage = "https://melpa.org/#/jupyter";
- license = lib.licenses.free;
- };
- }) {};
- jvm-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "jvm-mode";
- ename = "jvm-mode";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "martintrojer";
- repo = "jvm-mode.el";
- rev = "16d84c8c80bb214367bae6ed30b08756521c27d6";
- sha256 = "1785nsv61m51lpykai2wxrv6zmwbm5654v937fgw177p37054s83";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7cdb7d7d7b955405eb6357277b5d049df8aa85ce/recipes/jvm-mode";
- sha256 = "1r283b4s0pzq4hgwcz5cnhlvdvq4gy0x51g3vp0762s8qx969a5w";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/jvm-mode";
- license = lib.licenses.free;
- };
- }) {};
- kaesar = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kaesar";
- ename = "kaesar";
- version = "0.9.0";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-kaesar";
- rev = "4fa74851cd928f30e9f2ee1aa27ee6074ad253ea";
- sha256 = "03l9w238a5kyfin3v1fy1q2pl0gvmb87j0v89g6nk114s7m4y3r8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/201fac8639e59dc923ea31da1f84a99f83d51b47/recipes/kaesar";
- sha256 = "0zhi1dv1ay1azh7afq4x6bdg91clwpsr13nrzy7539yrn9sglj5l";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/kaesar";
- license = lib.licenses.free;
- };
- }) {};
- kaesar-file = callPackage ({ fetchFromGitHub
- , fetchurl
- , kaesar
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kaesar-file";
- ename = "kaesar-file";
- version = "0.9.0";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-kaesar";
- rev = "4fa74851cd928f30e9f2ee1aa27ee6074ad253ea";
- sha256 = "03l9w238a5kyfin3v1fy1q2pl0gvmb87j0v89g6nk114s7m4y3r8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/201fac8639e59dc923ea31da1f84a99f83d51b47/recipes/kaesar-file";
- sha256 = "0dcizg82maad98mbqqw5lamwz7n2lpai09jsrc66x3wy8k784alc";
- name = "recipe";
- };
- packageRequires = [ kaesar ];
- meta = {
- homepage = "https://melpa.org/#/kaesar-file";
- license = lib.licenses.free;
- };
- }) {};
- kaesar-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , kaesar
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kaesar-mode";
- ename = "kaesar-mode";
- version = "0.9.0";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-kaesar";
- rev = "4fa74851cd928f30e9f2ee1aa27ee6074ad253ea";
- sha256 = "03l9w238a5kyfin3v1fy1q2pl0gvmb87j0v89g6nk114s7m4y3r8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/201fac8639e59dc923ea31da1f84a99f83d51b47/recipes/kaesar-mode";
- sha256 = "0yqnlchbpmhsqc8j531n08vybwa32cy0v9sy4f9fgxa90rfqczry";
- name = "recipe";
- };
- packageRequires = [ cl-lib kaesar ];
- meta = {
- homepage = "https://melpa.org/#/kaesar-mode";
- license = lib.licenses.free;
- };
- }) {};
- kakapo-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kakapo-mode";
- ename = "kakapo-mode";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "listx";
- repo = "kakapo-mode";
- rev = "fe3d579867f7465cd3ad04f29b4b2b3b820edc01";
- sha256 = "0b6af8hnrn0v4z1xpahjfpw5iga2bmgd3qwfn3is2rygsn5rkm40";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a43f0f1f6a0773240a51d379ec786c20a9389e7b/recipes/kakapo-mode";
- sha256 = "0a99cqflpzasl4wcmmf99aj8xgywkym37j7mvnsajrsk5wawdlss";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/kakapo-mode";
- license = lib.licenses.free;
- };
- }) {};
- kaolin-themes = callPackage ({ autothemer
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kaolin-themes";
- ename = "kaolin-themes";
- version = "1.5.1";
- src = fetchFromGitHub {
- owner = "ogdenwebb";
- repo = "emacs-kaolin-themes";
- rev = "0aba840acbfafb87efbbdbb33f9353c8b8698978";
- sha256 = "1cnx29arfz9rm8ma2lkgl024s0x7ryzqq9lhhr7181z3vzjh47k5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/043a4e3bd5301ef8f4df2cbda0b3f4111eb399e4/recipes/kaolin-themes";
- sha256 = "1pd2v54d578f1wbwvqzplkdz1qvy8w8s6na511b0v5y9sksgm2xw";
- name = "recipe";
- };
- packageRequires = [ autothemer cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/kaolin-themes";
- license = lib.licenses.free;
- };
- }) {};
- karma = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "karma";
- ename = "karma";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "tonini";
- repo = "karma.el";
- rev = "940b8b8f228b04f2dbd9f9f4451ffa561a35af93";
- sha256 = "0ha4y7p100n2qkin9f4kna0s9ysa6dgvvvmgvqgnbz8x5v2ak22y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/681e12556c3ab3e2a8376d5c7c33ee5a213de650/recipes/karma";
- sha256 = "19wl7js7wmw7jv2q3l4r5zl718lhy2a0jhl79k57ihwhxdc58fwc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/karma";
- license = lib.licenses.free;
- };
- }) {};
- key-chord = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "key-chord";
- ename = "key-chord";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "key-chord";
- rev = "8468998946367157830df19a1e92785d22a34178";
- sha256 = "10ldhwp9a21r9g72hzaig1h5yh2zblny0r36nf5nz6gzikfcq0cd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/key-chord";
- sha256 = "1g0jqmnn575h5n4figxbc5xs76zl8b1cdqa6wbi3d1p2rn3g8scr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/key-chord";
- license = lib.licenses.free;
- };
- }) {};
- key-combo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "key-combo";
- ename = "key-combo";
- version = "1.6";
- src = fetchFromGitHub {
- owner = "uk-ar";
- repo = "key-combo";
- rev = "0bc0cf6466a4257047a21a6d01913e92e6862165";
- sha256 = "14ijniyvcfmj4y77yhiplsclincng2r3jbdnmmdnwzliv65f7l6q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/99b422ef5f7b9dda894207e3133791fb9963a092/recipes/key-combo";
- sha256 = "1v8saw92jphvjkyy7j9jx7cxzgisl4zpf4wjzdjfw3la5lz11waf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/key-combo";
- license = lib.licenses.free;
- };
- }) {};
- key-seq = callPackage ({ fetchFromGitHub
- , fetchurl
- , key-chord
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "key-seq";
- ename = "key-seq";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "vlevit";
- repo = "key-seq.el";
- rev = "e29b083a6427d061638749194fc249ef69ad2cc0";
- sha256 = "05vpydcgiaya35b62cdjxna9y02vnwzzg6p8jh0dkr9k44h4iy3f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d54ab1b6973a44362e50559dd91344d0b17f513/recipes/key-seq";
- sha256 = "166k6hl9vvsnnksvhrv5cbhv9bdiclnbfv7qf67q4c1an9xzqi74";
- name = "recipe";
- };
- packageRequires = [ key-chord ];
- meta = {
- homepage = "https://melpa.org/#/key-seq";
- license = lib.licenses.free;
- };
- }) {};
- keycast = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keycast";
- ename = "keycast";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "keycast";
- rev = "fe416461b15543138ad4fef8ef5e2c364a6b5b2c";
- sha256 = "15q2kc7mlmr856ldh6bkba26zq8fwia26cv1gsqwj3jmhml6mlq1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aaaf62c586818f2493667ad6ec8877234a58da53/recipes/keycast";
- sha256 = "19qq5y1zjp3029kfq0c59xl9xnxqmdn2pd04sblznchcr9jdy5id";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/keycast";
- license = lib.licenses.free;
- };
- }) {};
- keychain-environment = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keychain-environment";
- ename = "keychain-environment";
- version = "2.4.1";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "keychain-environment";
- rev = "d3643196de6dc79ea77f9f4805028350fd76100b";
- sha256 = "0wzs77nwal6apinc39d4arj3lralv2cb9aw9gkikk46fgk404hwj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4382c9e7e8dee2cafea9ee49965d0952ca359dd5/recipes/keychain-environment";
- sha256 = "1w77cg00bwx68h0d6k6r1fzwdwz97q12ch2hmpzjnblqs0i4sv8v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/keychain-environment";
- license = lib.licenses.free;
- };
- }) {};
- keydef = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keydef";
- ename = "keydef";
- version = "1.15";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "keydef";
- rev = "dff2be9f58d12d8c6a490ad0c1b2b10b55528dc0";
- sha256 = "0dkc51bmix4b8czs2wg6vz8vk32qlll1b9fjmx6xshrxm85cyhvv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2a50f62475639af011c99c6cc38928b74b3b0a/recipes/keydef";
- sha256 = "0yb2vgj7abyg8j7qmv74nsanv50lf350q1m58rjv8wm31yykg992";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/keydef";
- license = lib.licenses.free;
- };
- }) {};
- keyfreq = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keyfreq";
- ename = "keyfreq";
- version = "1.8";
- src = fetchFromGitHub {
- owner = "dacap";
- repo = "keyfreq";
- rev = "f3a96693e2e4c6893198a0223e3f3c648ae09cec";
- sha256 = "1x87mbnzkggx5llh0i0s3sj1nfw7liwnlqc9csya517w4x5mhl8i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cd7157bad0f3039321b5b279a88e7e4fce895543/recipes/keyfreq";
- sha256 = "1rw6hzmw7h5ngvndy7aa41pq911y2hr9kqc9w4gdd5v2p4ln1qh7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/keyfreq";
- license = lib.licenses.free;
- };
- }) {};
- keymap-utils = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keymap-utils";
- ename = "keymap-utils";
- version = "3.0.1";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "keymap-utils";
- rev = "1ad766dbc111ec78b1a292da97b9bd4856cd2ff7";
- sha256 = "0imx8zp21bm066bzdynvasylrlhw0gr8mpk2bwkz8j1y5lsp54v8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c03acebf1462dea36c81d4b9ab41e2e5739be3c3/recipes/keymap-utils";
- sha256 = "0nbcwz4nls0pva79lbx91bpzkl38g98yavwkvg2rxbhn9vjbhzs9";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/keymap-utils";
- license = lib.licenses.free;
- };
- }) {};
- keyset = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "keyset";
- ename = "keyset";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "HKey";
- repo = "keyset";
- rev = "25658ef79d26971ce41d9df207dff58d38daa091";
- sha256 = "0z6sgz8nywsd00zaayafwy5hfi7kzxfifjkfr5cn1l7wlypyksfv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7bad8a1f1b94fbfbde5d8035f7e22431e64a9eec/recipes/keyset";
- sha256 = "1kfw0pfb6qm2ji1v0kb8xgz8q2yd2k9kxmaz5vxcdixdlax3xiqg";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/keyset";
- license = lib.licenses.free;
- };
- }) {};
- kibit-helper = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "kibit-helper";
- ename = "kibit-helper";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "brunchboy";
- repo = "kibit-helper";
- rev = "ec5f154db3bb0c838e86f527353f08644cede926";
- sha256 = "0ky167xh1hrmqsldybzjhyqjizgjzs1grn5mf8sm2j9qwcvjw2zv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f7fee551ca9ed226f1285dffe87027e1e1047f65/recipes/kibit-helper";
- sha256 = "15viybjqksylvm5ash2kzsil0cpdka56wj1rryixa8y1bwlj8y4s";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/kibit-helper";
- license = lib.licenses.free;
- };
- }) {};
- kill-or-bury-alive = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kill-or-bury-alive";
- ename = "kill-or-bury-alive";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "kill-or-bury-alive";
- rev = "51daf55565034b8cb6aa3ca2aa0a827e31751041";
- sha256 = "1qbdxjni1brhsw6m4cvd2jjaf3y8v3fkbxxf0pvsb089mkpi7mpq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25016ed09b6333bd79b989a8f6b7b03cd92e08b3/recipes/kill-or-bury-alive";
- sha256 = "0mm0m8hpy5v98cap4f0s38dcviirm7s6ra4l94mknyvnx0f73lz8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/kill-or-bury-alive";
- license = lib.licenses.free;
- };
- }) {};
- kill-ring-search = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kill-ring-search";
- ename = "kill-ring-search";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "kill-ring-search.el";
- rev = "3a5bc1767f742c91aa788df79ecec836a0946edb";
- sha256 = "0axvhikhg4fikiz4ifg0p4a5ygphbpjs0wd0gcbx29n0y54d1i93";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/kill-ring-search";
- sha256 = "1jggi6r5j2dr9y17v4cyskc0wydfdpqgp1pib5dr2kg6n6w0s5xl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kill-ring-search";
- license = lib.licenses.free;
- };
- }) {};
- killer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "killer";
- ename = "killer";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "killer";
- rev = "ace0547944933440384ceeb5876b1f68c082d540";
- sha256 = "06nzxd9nc1d569354xj7w88i0y5l99pyag691aribsh771rxbfz4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bd8c3ec8fa272273128134dea96c0c999a524549/recipes/killer";
- sha256 = "10z4vqwrpss7mk0gq8xdsbsl0qibpp7s1g0l8wlmrsgn6kjkr2ma";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/killer";
- license = lib.licenses.free;
- };
- }) {};
- kivy-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kivy-mode";
- ename = "kivy-mode";
- version = "1.11.0";
- src = fetchFromGitHub {
- owner = "kivy";
- repo = "kivy";
- rev = "3e57ac0b07385384619a8042dafcab89cc10da57";
- sha256 = "1pm0660x688rpgns9jpzg1y08pavp65dazm1aznkvpnvdhy2zs93";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/688e2a114073958c413e56e1d117d48db9d16fb8/recipes/kivy-mode";
- sha256 = "02l230rwivr7rbiqm4vg70458z35f9v9w3mdapcrqd5d07y5mvi1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/kivy-mode";
- license = lib.licenses.free;
- };
- }) {};
- kiwix = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kiwix";
- ename = "kiwix";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "stardiviner";
- repo = "kiwix.el";
- rev = "c662f3dc5d924a4b64b7af4af28f15f27b7cea1e";
- sha256 = "0i11sfnqvjqqb625cgfzibs6yszx891y4dy7fd6wzmdpclcyzr8z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/kiwix";
- sha256 = "0x5ld557kxzx5s8ziy5axgvm1fxlq81l9gvinfgs8f257vjlki07";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/kiwix";
- license = lib.licenses.free;
- };
- }) {};
- know-your-http-well = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "know-your-http-well";
- ename = "know-your-http-well";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "for-GET";
- repo = "know-your-http-well";
- rev = "ab8cf84ad8031ff85b983c528ebb7117dc784aad";
- sha256 = "19qky551arnb7gl7w0yp54kkdls03m9wn9bxnr7hm5nv1bml2y64";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ab50ae6278022281b2b7297c086089e5e669c7a/recipes/know-your-http-well";
- sha256 = "0k2x0ajxkivim8nfpli716y7f4ssrmvwi56r94y34x4j3ib3px3q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/know-your-http-well";
- license = lib.licenses.free;
- };
- }) {};
- ksp-cfg-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ksp-cfg-mode";
- ename = "ksp-cfg-mode";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "lashtear";
- repo = "ksp-cfg-mode";
- rev = "faec8bd8456c67276d065eb68c88a30efcef59ef";
- sha256 = "192s6hz71i0d8bwxn2pdl9yggs2l5fd6jxlxmry8fpk04qg3lqrg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d49db5938fa4e3ab1176a955a4788b15c63d9e69/recipes/ksp-cfg-mode";
- sha256 = "0azcn4qvziacbw1qy33fwdaldw7xpzr672vzjsqhr0b2vg9m2ipi";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ksp-cfg-mode";
- license = lib.licenses.free;
- };
- }) {};
- kubernetes = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "kubernetes";
- ename = "kubernetes";
- version = "0.12.0";
- src = fetchFromGitHub {
- owner = "chrisbarrett";
- repo = "kubernetes-el";
- rev = "d4ce5eb5da1ea0879b7d3266d97aecc8aee2807c";
- sha256 = "1asjmxw24bvaapjaljj37pv9cbvqqw7577q1mds4lnicvnbdsxzi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/16850227ea48f6f38102b9cdf80e0758766a24d2/recipes/kubernetes";
- sha256 = "06357a8y3rpvid03r9vhmjgq97hmiah5g8gff32dij9424vidil9";
- name = "recipe";
- };
- packageRequires = [ dash emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/kubernetes";
- license = lib.licenses.free;
- };
- }) {};
- kubernetes-evil = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , kubernetes
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "kubernetes-evil";
- ename = "kubernetes-evil";
- version = "0.12.0";
- src = fetchFromGitHub {
- owner = "chrisbarrett";
- repo = "kubernetes-el";
- rev = "d4ce5eb5da1ea0879b7d3266d97aecc8aee2807c";
- sha256 = "1asjmxw24bvaapjaljj37pv9cbvqqw7577q1mds4lnicvnbdsxzi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/16850227ea48f6f38102b9cdf80e0758766a24d2/recipes/kubernetes-evil";
- sha256 = "12ygfs6g9aivf2ws3lxwjm5xnd2kidhli889icpygd5v7gnk9pg8";
- name = "recipe";
- };
- packageRequires = [ evil kubernetes ];
- meta = {
- homepage = "https://melpa.org/#/kubernetes-evil";
- license = lib.licenses.free;
- };
- }) {};
- kurecolor = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "kurecolor";
- ename = "kurecolor";
- version = "1.2.6";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "kurecolor";
- rev = "a27153f6a01f38226920772dc4917b73166da5e6";
- sha256 = "04av67q5841jli6rp39hav3a5gr2vcf3db4qsv553i23ffplb955";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/58a5ebdbf82e83e6602161bca049d468887abe02/recipes/kurecolor";
- sha256 = "0q0q0dfv376h7j3sgwxqwfpxy1qjbvb6i5clsxz9xp4ly89w4d4f";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/kurecolor";
- license = lib.licenses.free;
- };
- }) {};
- labburn-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "labburn-theme";
- ename = "labburn-theme";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "ksjogo";
- repo = "labburn-theme";
- rev = "bfa1d9f1c7e107cb45754fe57e4e72a9be70e9d1";
- sha256 = "1r221fwfigr6fk4p3xh00wgw9wxm2gpzvj17jf5pgd7cvyspchsy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1bfc9870fbe61f58f107b72fd7f16efba22c902/recipes/labburn-theme";
- sha256 = "09qqb62hfga88zka0pc27rc8i43cxi84cv1x8wj0vvzx6mvic1lm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/labburn-theme";
- license = lib.licenses.free;
- };
- }) {};
- langtool = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "langtool";
- ename = "langtool";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-langtool";
- rev = "d93286722cff3fecf8641a4a6c3b0691f30362fe";
- sha256 = "17xa055705n4jb7nafqvqgl0a6fdaxp3b3q8q0gsv5vzycsc74ga";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/503845e79e67c921f1fde31447f3dd4da2b6f993/recipes/langtool";
- sha256 = "1xq70jyhzg0qmvialy015crbdk9rdibhwpl36khab9hi2999wxyw";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/langtool";
- license = lib.licenses.free;
- };
- }) {};
- language-id = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "language-id";
- ename = "language-id";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "lassik";
- repo = "emacs-language-id";
- rev = "9145c75eaa41a7a9deda928f704b99db056d3e9d";
- sha256 = "10dwrb610jdal6ifpj34mmy8qqbca2sgfmvn4p4qpcc967sv4f1r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d03af6375bc7ba4612c43dea805d7f392f046f87/recipes/language-id";
- sha256 = "0p7hg005bmzy38sv2881fq1x2i7yjdhfjbki4y2av485c418rqz8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/language-id";
- license = lib.licenses.free;
- };
- }) {};
- latex-extra = callPackage ({ auctex
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "latex-extra";
- ename = "latex-extra";
- version = "1.14";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "latex-extra";
- rev = "82d99b8b0c2db20e5270749582e03bcc2443ffb5";
- sha256 = "15m7zvdhg5z7d8alrw66p703wdp5r57lxrgq3zz7xc4hscwghlb1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/latex-extra";
- sha256 = "1w98ngxymafigjpfalybhs12jcf4916wk4nlxflfjcx8ryd9wjcj";
- name = "recipe";
- };
- packageRequires = [ auctex cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/latex-extra";
- license = lib.licenses.free;
- };
- }) {};
- latex-math-preview = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "latex-math-preview";
- ename = "latex-math-preview";
- version = "0.7.3";
- src = fetchFromGitLab {
- owner = "latex-math-preview";
- repo = "latex-math-preview";
- rev = "90fd86da2d9514882146a5db40cb916fc533cf55";
- sha256 = "063vnjhnxm2z9shkdv1j8kwyf37syczfkzxzh5z7w7aidvx55jzj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9e413b7684e9199510b00035825aa861d670e072/recipes/latex-math-preview";
- sha256 = "14bn0q5czrrkb1vjdkwx6f2x4zwjkxgrc0bcncv23l13qls1gkmr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/latex-math-preview";
- license = lib.licenses.free;
- };
- }) {};
- latex-unicode-math-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "latex-unicode-math-mode";
- ename = "latex-unicode-math-mode";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "Christoph-D";
- repo = "latex-unicode-math-mode";
- rev = "3b82347291edcb32e4062b0048c367a3079b3e8c";
- sha256 = "1xylfg8xpyb2m0qnysf58cl05ibbg4drhgq7msiiql2qrdzvpx9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c021dfad8928c1a352e0ef5526eefa6c0a9cb37/recipes/latex-unicode-math-mode";
- sha256 = "1p9gpp28vylibv1s95bzfgscznw146ybgk6f3qdbbnafrcrmifcr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/latex-unicode-math-mode";
- license = lib.licenses.free;
- };
- }) {};
- lcb-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lcb-mode";
- ename = "lcb-mode";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "peter-b";
- repo = "lcb-mode";
- rev = "e5b0b6ca6c5feeb2502d66a760ddf5bb590d04c4";
- sha256 = "0i58qz4l5rzwp9kx4r9f818ly21ys71zh1zjxppp220p3yydljfq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd1380a9ba363f62f297e3ab2995341258b51fd1/recipes/lcb-mode";
- sha256 = "184vd5ll0ms2lspzv8zz2zbairsr8i9p3gs28hrnnwm6mrpx4n18";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/lcb-mode";
- license = lib.licenses.free;
- };
- }) {};
- lcr = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lcr";
- ename = "lcr";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "jyp";
- repo = "lcr";
- rev = "c14f40692292d59156c7632dbdd2867c086aa75f";
- sha256 = "0mc55icihxqpf8b05990q1lc2nj2792wcgyr73xsiqx0963sjaj8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/29374d3da932675b7b3e28ab8906690dad9c9cbe/recipes/lcr";
- sha256 = "07syirjlrw8g95zk273953mnmg9x4bv8jpyvvzghhin4saiiiw3k";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/lcr";
- license = lib.licenses.free;
- };
- }) {};
- leanote = callPackage ({ async
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , pcache
- , request
- , s }:
- melpaBuild {
- pname = "leanote";
- ename = "leanote";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "aborn";
- repo = "leanote-emacs";
- rev = "1bd49fdf13ef707bae7edaa724a1592aa7fb002f";
- sha256 = "1k58rhk5p819cvfa6zg7j3ysvzhq6dc433fzhh1ff0gwga2vrqbz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b00b806ae4562ca5a74f41c12ef35bfa597bcfa8/recipes/leanote";
- sha256 = "1xnfv7bpkw3ir402962zbp856d56nas098nkf7bamnsnax6kkqw7";
- name = "recipe";
- };
- packageRequires = [ async cl-lib emacs let-alist pcache request s ];
- meta = {
- homepage = "https://melpa.org/#/leanote";
- license = lib.licenses.free;
- };
- }) {};
- ledger-import = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ledger-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ledger-import";
- ename = "ledger-import";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "ledger-import";
- rev = "2c199fcc8671c2ec82e62cea7716289426b7407c";
- sha256 = "0szi5k05qja28nx0rnl3amh3qf2f470sycdjgmpazgqh4zpkngsp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a1e2a9546b8b40f5f880197cb8166a6a715451f/recipes/ledger-import";
- sha256 = "1lcibmjk2d49vsa89wri7bbf695mjq2ikddz3nlzb6ljywsnqzm4";
- name = "recipe";
- };
- packageRequires = [ emacs ledger-mode ];
- meta = {
- homepage = "https://melpa.org/#/ledger-import";
- license = lib.licenses.free;
- };
- }) {};
- ledger-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ledger-mode";
- ename = "ledger-mode";
- version = "3.1.1";
- src = fetchFromGitHub {
- owner = "ledger";
- repo = "ledger-mode";
- rev = "96c4e81eed52e0ef514dc15a6ea6d877b3409a2a";
- sha256 = "12q6wblwnb6y5c1882jz14742fqbm6p5jpzlvz7p90ylqfl7h989";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1549048b6f57fbe9d1f7fcda74b78a7294327b7b/recipes/ledger-mode";
- sha256 = "10asbcb5syv3b75bngsab3c84dp2xmc0q7s29im6kf4mzv5zcfcf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ledger-mode";
- license = lib.licenses.free;
- };
- }) {};
- lentic = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , m-buffer
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "lentic";
- ename = "lentic";
- version = "0.11";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "lentic";
- rev = "8655ecd51e189bbdd6a4d8405dc3ea2e689c709a";
- sha256 = "04h6vk7w25yp4kzkwqnsmc59bm0182qqkyk5nxm3a1lv1v1590lf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cbb6f9cc3c1040b80fbf3f2df2ac2c3c8d18b6b1/recipes/lentic";
- sha256 = "0y94y1qwj23kqp491b1fzqsrjak96k1dmmzmakbl7q8vc9bncl5m";
- name = "recipe";
- };
- packageRequires = [ dash emacs f m-buffer s ];
- meta = {
- homepage = "https://melpa.org/#/lentic";
- license = lib.licenses.free;
- };
- }) {};
- less-css-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "less-css-mode";
- ename = "less-css-mode";
- version = "0.21";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "less-css-mode";
- rev = "59bf174c4e9f053ec2a7ef8c8a8198490390f6fb";
- sha256 = "1rkjamdy2a80w439vb2hhr7vqjj47wi2azlr7yq2xdz9851xsx9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/less-css-mode";
- sha256 = "188iplnwwhawq3dby3388kimy0jh1k9r8v9nxz52hy9rhh9hykf8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/less-css-mode";
- license = lib.licenses.free;
- };
- }) {};
- letcheck = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "letcheck";
- ename = "letcheck";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "letcheck";
- rev = "e85b185993a2eaeec6490709f4c131fde2edd672";
- sha256 = "1l9qjmyb4a3f6i2iimpmjczbx890cd1p24n941s13sg67xfbm7hn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d6a0937f704e33bbb9ea8f101cd87c44e8050afb/recipes/letcheck";
- sha256 = "1sjwi1ldg6b1qvj9cvfwxq3qlkfas6pm8zasf43baljmnz38mxh2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/letcheck";
- license = lib.licenses.free;
- };
- }) {};
- lfe-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lfe-mode";
- ename = "lfe-mode";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "rvirding";
- repo = "lfe";
- rev = "af14b1439097850ffa39935419ed83f5bcaa6d09";
- sha256 = "0pgwi0h0d34353m39jin8dxw4yykgfcg90k6pc4qkjyrg40hh4l6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c44bdb00707c9ef90160e0a44f7148b480635132/recipes/lfe-mode";
- sha256 = "0smncyby53ipm8yqslz88sqjafk0x6r8d0qwk4wzk0pbgfyklhgs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lfe-mode";
- license = lib.licenses.free;
- };
- }) {};
- libelcouch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "libelcouch";
- ename = "libelcouch";
- version = "0.8.0";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "libelcouch";
- rev = "1396144ebbb9790d4c744db0d4aacc0211b8e8e6";
- sha256 = "1r0wrqiqar3jw5xbp1qv7kj7m1fdzciyy9690hwiq99dcm8nlri3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/209d5c507cfe42b152c21a4534c3ba549186420f/recipes/libelcouch";
- sha256 = "1zfjyfyjd59z0ns32v2b0r5g9ypjxrlmkx3djmxsmzd4an8ciq3p";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/libelcouch";
- license = lib.licenses.free;
- };
- }) {};
- libmpdel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "libmpdel";
- ename = "libmpdel";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "mpdel";
- repo = "libmpdel";
- rev = "38633ef7a1a40740d1a9528c4f0f0d40d489d9fe";
- sha256 = "1fk4irsx916q81qpy6d6iarg8q30r1xm9syz63i8pfdf08l6wphj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb25443752e18e47afc63d5497cc5052c388a607/recipes/libmpdel";
- sha256 = "0qi9g3czwzi9hhp7gjczpzjx9vgzz52xi91332l0sxcxmwbawjp1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/libmpdel";
- license = lib.licenses.free;
- };
- }) {};
- lice = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lice";
- ename = "lice";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "buzztaiki";
- repo = "lice-el";
- rev = "69f2d87984f3f3d469db35e241fbbe979384cd03";
- sha256 = "0hi8s20vw4a5i5n5jlm5dzgsl1qpfyqbpskqszjls1xrrf3dd4zl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2508699ebfc846742940c5e4356b095b540e2405/recipes/lice";
- sha256 = "1hv2hz3153x0gk7f2js18dbx5pyprfdf2pfxb658fj16vxpp7y6x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lice";
- license = lib.licenses.free;
- };
- }) {};
- line-up-words = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "line-up-words";
- ename = "line-up-words";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "janestreet";
- repo = "line-up-words";
- rev = "8de4f19b24caed1ca409925a93fef2625c84fe87";
- sha256 = "1qdn24zan6iiai7cfzxn4x8jslb52yhz83mpgmv4932yk4pfcmsd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28ac7764a19fee2e1e2a89d95569815f1940c5e4/recipes/line-up-words";
- sha256 = "0agsrrkwwfmbiy4z3g4hkrpfr3nqgd5lwfn18qrdxynijd5rqs79";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/line-up-words";
- license = lib.licenses.free;
- };
- }) {};
- lingr = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lingr";
- ename = "lingr";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "lugecy";
- repo = "lingr-el";
- rev = "c9c20dd9b4967aa2f8873d6890d6797e6a498d23";
- sha256 = "11sw43z5b0vypmhi0yysf2bxjy8fqpzl61y503jb7nhcfywmfkys";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf5d29710ab17b1a98f9b559344e4dd40a2b9c08/recipes/lingr";
- sha256 = "1445bxiirsxl9kgm0j86xc9d0pbaa5f07c1i66pw2vl40bvhrjff";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lingr";
- license = lib.licenses.free;
- };
- }) {};
- linguistic = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "linguistic";
- ename = "linguistic";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "andcarnivorous";
- repo = "linguistic";
- rev = "18e28a7e54efb140c17e16836bc5dac766c9522e";
- sha256 = "12b9i3rdh16pq9q88bsg771y11rrbj9w74v2qr2bfymbp358qk17";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aedc03a846b873edf2426c422abb8c75732158f8/recipes/linguistic";
- sha256 = "0yhyrr7yknvky6fb6js0lfxbl13i6a218kya7cpj2dpzdckcbhca";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/linguistic";
- license = lib.licenses.free;
- };
- }) {};
- link = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "link";
- ename = "link";
- version = "1.10";
- src = fetchFromGitHub {
- owner = "myrkr";
- repo = "dictionary-el";
- rev = "a5ef20b2c32457880827ceda58f927ad9a26d2b7";
- sha256 = "0ahn0v6qdfwvv9n0m6jcgrzmyarbsbvpgq8g4qy2g37ak4j60hp7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b08ed7b90e3283e177eff57cb02b12a093dc258/recipes/link";
- sha256 = "17jpsg3f2954b740vyj37ikygrg5gmp0bjhbid8bh8vbz7xx9zy8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/link";
- license = lib.licenses.free;
- };
- }) {};
- linum-relative = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "linum-relative";
- ename = "linum-relative";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "linum-relative";
- rev = "896df4b40c1e1eb59f55fcee48a1543f0ccd724e";
- sha256 = "0b3n1gk2w1p72x0zfdz9l70winq2fnjpjrgq0awxx730xk7ypp5n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/97ae01be4892a7c35aa0f82213433a2944041d87/recipes/linum-relative";
- sha256 = "0s1lc3lppazv0481dxknm6qrxhvkv0r9hw8xmdrpjc282l91whkj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/linum-relative";
- license = lib.licenses.free;
- };
- }) {};
- lispy = callPackage ({ ace-window
- , emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , iedit
- , lib
- , melpaBuild
- , swiper
- , zoutline }:
- melpaBuild {
- pname = "lispy";
- ename = "lispy";
- version = "0.27.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "lispy";
- rev = "9c41bc011ae570283cb286659f75d12d38d437ea";
- sha256 = "1cm7f4pyl73f3vhkb7ah6bbbrj2sa7n0p31g09k7dy4zgx04bgw6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e23c062ff32d7aeae486c01e29c56a74727dcf1d/recipes/lispy";
- sha256 = "12qk2gpwzz7chfz7x3wds39r4iiipvcw2rjqncir46b6zzlb1q0g";
- name = "recipe";
- };
- packageRequires = [ ace-window emacs hydra iedit swiper zoutline ];
- meta = {
- homepage = "https://melpa.org/#/lispy";
- license = lib.licenses.free;
- };
- }) {};
- lispyscript-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lispyscript-mode";
- ename = "lispyscript-mode";
- version = "0.3.5";
- src = fetchFromGitHub {
- owner = "krisajenkins";
- repo = "lispyscript-mode";
- rev = "9a4200085e2a15725a58616d131a56f5edce214b";
- sha256 = "0qyj04p63fdh3iasp5cna1z5fhibmfyl9lvwyh22ajzsfbr3nhnk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf912fa20edc9cff12645381b303e37f2de14976/recipes/lispyscript-mode";
- sha256 = "02biai45l5xl2m9l1drphrlj6r01msmadhyg774ijdk1x4gm5nhr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lispyscript-mode";
- license = lib.licenses.free;
- };
- }) {};
- list-packages-ext = callPackage ({ fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , persistent-soft
- , s }:
- melpaBuild {
- pname = "list-packages-ext";
- ename = "list-packages-ext";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "laynor";
- repo = "list-packages-ext";
- rev = "344719b313c208c644490f8f1130e21405402f05";
- sha256 = "197cqkiwxgamhfwbc8h492cmjll3fypkwzcphj26dfnr22v63kwq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71c217d98c6967d979f57f89ca26200304b0fc37/recipes/list-packages-ext";
- sha256 = "15m4888fm5xv697y7jspghg1ra49fyrny4y2x7h8ivcbslvpglvk";
- name = "recipe";
- };
- packageRequires = [ ht persistent-soft s ];
- meta = {
- homepage = "https://melpa.org/#/list-packages-ext";
- license = lib.licenses.free;
- };
- }) {};
- list-unicode-display = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "list-unicode-display";
- ename = "list-unicode-display";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "list-unicode-display";
- rev = "59770cf3572bd36c3e9ba044846dc420c0dca09b";
- sha256 = "05nn4db8s8h4mn3fxhwsa111ayvlq1raf6bifh7jciyw7a2c3aww";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0c8e2a974a56665b97d7622b0428994edadc88a0/recipes/list-unicode-display";
- sha256 = "01x9i5k5vhjscmkx0l6r27w1cdp9n6xk1pdjf98z3y88dnsmyfha";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/list-unicode-display";
- license = lib.licenses.free;
- };
- }) {};
- list-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "list-utils";
- ename = "list-utils";
- version = "0.4.4";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "list-utils";
- rev = "acf18aca1131a90f8d673974673e3c5d8fdc6a86";
- sha256 = "0ql159v7sxs33yh2l080kchrj52vk34knz50cvqi3ykpb7djg3sz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9fcd716cbb9f5a4de82a49e57bcb20c483d05f6/recipes/list-utils";
- sha256 = "0bknprr4jb1d20i9lj2aa17vpg1kqwdyzzwmy1kfydnkpf5scnr3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/list-utils";
- license = lib.licenses.free;
- };
- }) {};
- lit-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lit-mode";
- ename = "lit-mode";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "HectorAE";
- repo = "lit-mode";
- rev = "bfecbe898223393f34340ca379977be753ee497a";
- sha256 = "1sjyb5v3s9z128ifjqx7a1dsgds2iz185y82581qxakl7ylmn15k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a6a1c79c9bba7b17c150ea0663bc61936f15d83/recipes/lit-mode";
- sha256 = "05rf7ki060nqnvircn0dkpdrg7xbh7phb8bqgsab89ycc7l9vv59";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lit-mode";
- license = lib.licenses.free;
- };
- }) {};
- literal-string = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "literal-string";
- ename = "literal-string";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "joodie";
- repo = "literal-string-mode";
- rev = "46dd2b620df70d681261616f1a26afa4a032e2d5";
- sha256 = "02a1jvxk2m1lb21p3281cr9xyhzix31cn8a9la53w90sz569i66r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6519bb53f409eeb0d557809b338849e473c193c4/recipes/literal-string";
- sha256 = "0ylv9dpw17w272f92vn5cldklyz1d8daihi1fsh5ylvxqpinyrkn";
- name = "recipe";
- };
- packageRequires = [ emacs markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/literal-string";
- license = lib.licenses.free;
- };
- }) {};
- literate-coffee-mode = callPackage ({ coffee-mode
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "literate-coffee-mode";
- ename = "literate-coffee-mode";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-literate-coffee-mode";
- rev = "39fe3bfa1f68a7b8b91160875589219b214a2cd6";
- sha256 = "1fh9wrw5irn0g3dy8gkk63csdcxgi3w2038mxx3sk6ki3r2bmhw8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/literate-coffee-mode";
- sha256 = "18fdgay7xfgza75z3xma666f414m9dn7d50w94wzzmv7ja74sp64";
- name = "recipe";
- };
- packageRequires = [ coffee-mode ];
- meta = {
- homepage = "https://melpa.org/#/literate-coffee-mode";
- license = lib.licenses.free;
- };
- }) {};
- literate-elisp = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "literate-elisp";
- ename = "literate-elisp";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "jingtaozf";
- repo = "literate-elisp";
- rev = "d0f228089f011b8e4f2c40784c55168120181f97";
- sha256 = "08msx8r3vdpx9ihjf2qd2xlk5jni3h4jyk65a36nm1r3z439jd83";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd4c1c4da2a5571babda9a29a56b8972ad0687c0/recipes/literate-elisp";
- sha256 = "10vc3m54jp2wqjrmn9plq6lb5zfiy6jy0acpp09q3z325z0sql9j";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/literate-elisp";
- license = lib.licenses.free;
- };
- }) {};
- live-code-talks = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , narrowed-page-navigation }:
- melpaBuild {
- pname = "live-code-talks";
- ename = "live-code-talks";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "live-code-talks";
- rev = "3a2ecdb49b2651d87999d4cad56ba8f1004c7a99";
- sha256 = "1cwydbhhbs5v9y2s872zxc5lflqmfrdvnc8xz0qars52d7lg4br5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/live-code-talks";
- sha256 = "1ji4lww71dqxnn5c9inix8xqcmgc76wbps0ylxhhgs44ki4hlyrm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs narrowed-page-navigation ];
- meta = {
- homepage = "https://melpa.org/#/live-code-talks";
- license = lib.licenses.free;
- };
- }) {};
- live-py-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "live-py-mode";
- ename = "live-py-mode";
- version = "2.25.1";
- src = fetchFromGitHub {
- owner = "donkirkby";
- repo = "live-py-plugin";
- rev = "63140187ba2b68c2c55d91aa7a07b5c5d15422d9";
- sha256 = "0arhhl684p0nhxhc53sbhcc1rmv3v107s5j0ymwnfa4rnyahz2ii";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c7615237e80b46b5c50cb51a3ed5b07d92566fb7/recipes/live-py-mode";
- sha256 = "0yn1a0gf9yn068xifpv8p77d917mnalc56pll800zlpsdk8ljicq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/live-py-mode";
- license = lib.licenses.free;
- };
- }) {};
- lively = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lively";
- ename = "lively";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "lively";
- rev = "6ec648fcde85e81393db1ed1364860f960179c92";
- sha256 = "06sdaj2akwjg1a7yvmm3gsip66iaq9bhm3gr45szwg6z622q4gvf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e4b01286dbc84f01b43955b693ca08e675ffa07/recipes/lively";
- sha256 = "1q8cbl3sr3dpvzk57985giy4xmz4lvg94jcw7shbhz1v9q05dr5g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lively";
- license = lib.licenses.free;
- };
- }) {};
- load-relative = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "load-relative";
- ename = "load-relative";
- version = "1.3.1";
- src = fetchFromGitHub {
- owner = "rocky";
- repo = "emacs-load-relative";
- rev = "5055bfd80644e306aef4e7a7e3e9e5d765b691a4";
- sha256 = "1w2xvnihk607vnmlmqz7zsjksd3mscjx2igdadxsfz398bjwl0qd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f052f201f7c308325c27cc2423e85cf6b9b67b4e/recipes/load-relative";
- sha256 = "0j8ybbjzhzgjx47pqqdbsqi8n6pzqcf6zqc38x7cf1kkklgc87ay";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/load-relative";
- license = lib.licenses.free;
- };
- }) {};
- loc-changes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "loc-changes";
- ename = "loc-changes";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "rocky";
- repo = "emacs-loc-changes";
- rev = "2a0cf1a5890a8937089e4e10f383f4d40c3ac587";
- sha256 = "0xjnpwj0hddpcl2jd6xk64g32djs6xnnms9bhmxs25p894aa40py";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a5ce68d573d19f26ecfd190f8e6cd1f384ca3e8a/recipes/loc-changes";
- sha256 = "1akgij61b2ixpkchrriabwvx68cg4v5r5w9ncjrjh91hskjprfxh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/loc-changes";
- license = lib.licenses.free;
- };
- }) {};
- log4e = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "log4e";
- ename = "log4e";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "log4e";
- rev = "ec74a535796c74310c0fbbb9002595d322d03192";
- sha256 = "0ws87an0a591pdqk4y3b9xlbgv1lk7qsyviqv0khj0m49dy68w81";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90d0e451c5a8eb25db95990b058964a9acea4b89/recipes/log4e";
- sha256 = "1klj59dv8k4r0hily489dp12ra5hq1jnsdc0wcakh6zirmakhs34";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/log4e";
- license = lib.licenses.free;
- };
- }) {};
- logalimacs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "logalimacs";
- ename = "logalimacs";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "logaling";
- repo = "logalimacs";
- rev = "cfd7aaa925934f876eee6e8c550cf6e7a239a2ac";
- sha256 = "0g5vq9xy9lwczs77lr91c1srhhfmasnnnmjvgc55hbl6iwmbizbm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ef9833a5ca4d455f1d33b9367860e2051d60662f/recipes/logalimacs";
- sha256 = "0ai7a01bdi3a0amgi63pwgdp8wgcgx10an4nhc627wgb1cqxb7p6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/logalimacs";
- license = lib.licenses.free;
- };
- }) {};
- logito = callPackage ({ eieio ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "logito";
- ename = "logito";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "logito";
- rev = "824acb89d2cc18cb47281a4fbddd81ad244a2052";
- sha256 = "0jpyd2f33pk984kg0q9hxdl4615jb7sxsggnb30mpz7a2ws479xr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/logito";
- sha256 = "0xi7zbxpialsn4pknj8aqmkbiwwsbapwynrrjb8avhli2hd4s3fl";
- name = "recipe";
- };
- packageRequires = [ eieio ];
- meta = {
- homepage = "https://melpa.org/#/logito";
- license = lib.licenses.free;
- };
- }) {};
- logview = callPackage ({ datetime
- , emacs
- , extmap
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "logview";
- ename = "logview";
- version = "0.12";
- src = fetchFromGitHub {
- owner = "doublep";
- repo = "logview";
- rev = "bd662d467dbd7c93cfe1e3058e4f11c49314fd6a";
- sha256 = "03s4q5xdz84cjn4qkfhsc3l9y3v5avrl2i5dby4bgsg2zj7n7f73";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1df3c11ed7738f32e6ae457647e62847701c8b19/recipes/logview";
- sha256 = "0gks3j5avx8k3427a36lv7gr95id3cylaamgn5qwbg14s54y0vsh";
- name = "recipe";
- };
- packageRequires = [ datetime emacs extmap ];
- meta = {
- homepage = "https://melpa.org/#/logview";
- license = lib.licenses.free;
- };
- }) {};
- loop = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "loop";
- ename = "loop";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "loop.el";
- rev = "3e175e479a49cf419cb54042449aba0bd6cd9e08";
- sha256 = "07r6jc6dr6x0s2a6p18ad0m23p7d5dv4w8c5ilkj7vs18dwr1vmv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba481ca96469b3bd518e4fd8f24947338c8af014/recipes/loop";
- sha256 = "0pav16kinzljmzx84vfz63fvi39af4628vk1jw79jk0pyg9rjbar";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/loop";
- license = lib.licenses.free;
- };
- }) {};
- love-minor-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , lua-mode
- , melpaBuild }:
- melpaBuild {
- pname = "love-minor-mode";
- ename = "love-minor-mode";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "ejmr";
- repo = "love-minor-mode";
- rev = "3ca8f3405338f2d6f4fbcdd5e89342a46378543a";
- sha256 = "1hwm7yxbwvb27pa35cgcxyjfjdjhk2a33i417q2akc7vppdbcmzh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0f224c4c7519b3668b1270c957227e486896b7b6/recipes/love-minor-mode";
- sha256 = "1skg039h2hn8dh47ww6n9l776s2yda8ariab4v9f56kb21bncr4m";
- name = "recipe";
- };
- packageRequires = [ lua-mode ];
- meta = {
- homepage = "https://melpa.org/#/love-minor-mode";
- license = lib.licenses.free;
- };
- }) {};
- lsp-java = callPackage ({ dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , lsp-mode
- , markdown-mode
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "lsp-java";
- ename = "lsp-java";
- version = "2.2";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "lsp-java";
- rev = "527e7b7abc11b51516b9bb52051201c2cdcd4a39";
- sha256 = "0hcnvbyaqyypgby1bfj4zbrbq97amk8hfx0sj4w73rl46yf4jk3j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c03cb07862c5f35487fb4fb3cc44623774724717/recipes/lsp-java";
- sha256 = "0rrl9mh25w1avvyww840d3yh8nw0shirspxl2nxqwwdaymbkg2wr";
- name = "recipe";
- };
- packageRequires = [
- dash
- dash-functional
- emacs
- f
- ht
- lsp-mode
- markdown-mode
- request
- ];
- meta = {
- homepage = "https://melpa.org/#/lsp-java";
- license = lib.licenses.free;
- };
- }) {};
- lsp-mode = callPackage ({ dash
- , dash-functional
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , spinner }:
- melpaBuild {
- pname = "lsp-mode";
- ename = "lsp-mode";
- version = "6.0";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "lsp-mode";
- rev = "789b672500dcbb2350bb5b667ffc0fd037a8b2e3";
- sha256 = "1v1mq6ixzlgiazj8fmg4xaqhsqn3l89iqy74yndhvzh2rdf0pbkl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1a7b69312e688211089a23b75910c05efb507e35/recipes/lsp-mode";
- sha256 = "0cklwllqxzsvs4wvvvsc1pqpmp9w99m8wimpby6v6wlijfg6y1m9";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs f ht spinner ];
- meta = {
- homepage = "https://melpa.org/#/lsp-mode";
- license = lib.licenses.free;
- };
- }) {};
- lsp-p4 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , melpaBuild }:
- melpaBuild {
- pname = "lsp-p4";
- ename = "lsp-p4";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "dmakarov";
- repo = "p4ls";
- rev = "49eb7c25b95b02da34eb02e5858eb06d34e628e1";
- sha256 = "07z4k60b32k2mzxnl5lxnz5zd4y1p9jc6gqn57d3hwpz3mn8mjzx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/53f0da8b3d2903adeffdbc3d8df7d630bfd9ff71/recipes/lsp-p4";
- sha256 = "0cd3n17lqwz08zfkm9g5cr1cj2asznlbhxrym2a7b7shdmn3yx5f";
- name = "recipe";
- };
- packageRequires = [ lsp-mode ];
- meta = {
- homepage = "https://melpa.org/#/lsp-p4";
- license = lib.licenses.free;
- };
- }) {};
- lsp-ui = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lsp-mode
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "lsp-ui";
- ename = "lsp-ui";
- version = "6.0";
- src = fetchFromGitHub {
- owner = "emacs-lsp";
- repo = "lsp-ui";
- rev = "a8c50a93952afae3cd8948fecf4c1a3dc7f3e094";
- sha256 = "1r4327fd8cvjxfwkddp5c4bdskyncbs4sx9m3z2w4d773y2jrakc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7c78c9b07ede9949d14df74b188d4c1a3365196/recipes/lsp-ui";
- sha256 = "0fylav8b54g020z039zm1mx26d257715bfn9nnpw9i0b97539lqi";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs lsp-mode markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/lsp-ui";
- license = lib.licenses.free;
- };
- }) {};
- lua-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lua-mode";
- ename = "lua-mode";
- version = "20151025";
- src = fetchFromGitHub {
- owner = "immerrr";
- repo = "lua-mode";
- rev = "bdf121b2c05bc74d3d7961a91d7afeb6176e0f45";
- sha256 = "1qawjd0nbj1c142van7r01pmq74vkzcvnn27jgn79wwhplp9gm99";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/lua-mode";
- sha256 = "0gyi7w2h192h3pmrhq39lxwlwd9qyqs303lnp2655pikdzk9js94";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lua-mode";
- license = lib.licenses.free;
- };
- }) {};
- lusty-explorer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lusty-explorer";
- ename = "lusty-explorer";
- version = "3.0";
- src = fetchFromGitHub {
- owner = "sjbach";
- repo = "lusty-emacs";
- rev = "fc4b2f0f8a07db107234490fdfbf72f8b76a6643";
- sha256 = "014fivh9shi7p3x31bl22x48agrgygp0pf2lgzzflrxcynmprbnp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/efedaa3b1de5f6406c7dcd842eee42eefaf8ab50/recipes/lusty-explorer";
- sha256 = "0xqanmmkyvzcg2g4zvascq5j004bqz7vmz1a19c25g9cs3rdh0ps";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lusty-explorer";
- license = lib.licenses.free;
- };
- }) {};
- lv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lv";
- ename = "lv";
- version = "0.15.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "hydra";
- rev = "5c5b9ca3262594c92f8f73c98db5ed0f1efd0319";
- sha256 = "0dvh4sg1s76jy41vsy6dh3a4b8vr5msldnyssmqzdqwrsw64hl6r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5114349617617673d5055fe28cb8f8c86cf41f83/recipes/lv";
- sha256 = "1lkm40rwpj9hmckng9bz5g4jbx9g9i3wlqgl6rq0m6i14syr69v4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/lv";
- license = lib.licenses.free;
- };
- }) {};
- lxc-tramp = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "lxc-tramp";
- ename = "lxc-tramp";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "montag451";
- repo = "lxc-tramp";
- rev = "17fc5962e7c27ac4f0bcc4ed7312dd5709063341";
- sha256 = "03h6aw98mbwwqj08bzpg147hanx97r8fr8jv790zw7iqqjp46hsm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2464020a5b3d89bddcd122cad81fed84ded9b117/recipes/lxc-tramp";
- sha256 = "0rksh7k30kh3i23c98qinffz2zj6h1bshaw994hwy8qwgm38vx61";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/lxc-tramp";
- license = lib.licenses.free;
- };
- }) {};
- m-buffer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "m-buffer";
- ename = "m-buffer";
- version = "0.15";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "m-buffer-el";
- rev = "6eb1d2535a82707a83733173bc400a0d8e520c80";
- sha256 = "1sx76i59razwccvn6x7rx5a124bfyjw9fcbxf4gj7nsg33qiq809";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c34d02682e87c9978a3583bd903dcac5da5b41d5/recipes/m-buffer";
- sha256 = "17smq7wlidsls870hla5b94xq2pwk24b88jvrbbcqw6f5z3ypf94";
- name = "recipe";
- };
- packageRequires = [ seq ];
- meta = {
- homepage = "https://melpa.org/#/m-buffer";
- license = lib.licenses.free;
- };
- }) {};
- mac-pseudo-daemon = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mac-pseudo-daemon";
- ename = "mac-pseudo-daemon";
- version = "2.1";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "mac-pseudo-daemon";
- rev = "4d10e327cd8ee5bb7f006d68744be21c7097c1fc";
- sha256 = "0rjdjddlkaps9cfyc23kcr3cdh08c12jfgkz7ca2j141mm89pyp2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6104efc035bcf469d133ab9a2caf42c9d4482334/recipes/mac-pseudo-daemon";
- sha256 = "12fwrcnwzsfms42rzv4wif5yzx3gnsz8yzdcgkpl37kkx85iy8v0";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/mac-pseudo-daemon";
- license = lib.licenses.free;
- };
- }) {};
- macro-math = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "macro-math";
- ename = "macro-math";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "macro-math.el";
- rev = "105e03c80290d1b88984b2d265a149a13d722920";
- sha256 = "0dgsl1x6r8m9vvff1ia0kmz21h0dji2jl5cqlpx1m947zh45dahj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/macro-math";
- sha256 = "072ycszl4cjc9nvv4axsgyfzz9djpgh4y1xqfr1nxi41nsdfc9kn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/macro-math";
- license = lib.licenses.free;
- };
- }) {};
- macrostep = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "macrostep";
- ename = "macrostep";
- version = "0.9";
- src = fetchFromGitHub {
- owner = "joddie";
- repo = "macrostep";
- rev = "9a6b04a5f7e57e4ba42309e8ce257cd7637514ec";
- sha256 = "0aqlk9rlxfqlb3qr88xxcii5lcxxiyygg62kzxpv16prhv1n8a3i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/macrostep";
- sha256 = "1h1gag21x05a14j0wbg0lg502fq2hbqfhjlg05kysw9f870whfq2";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/macrostep";
- license = lib.licenses.free;
- };
- }) {};
- magic-filetype = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "magic-filetype";
- ename = "magic-filetype";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "magic-filetype.el";
- rev = "019494add5ff02dd36cb3f500142fc51125522cc";
- sha256 = "1hw77d4wgqrms8rvkv3xd50v4y9qjvm7cpz5rkgmvizs34pjqy22";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/magic-filetype";
- sha256 = "0f0j8fgh2gpkarz9308pns0d89wc2dchyim6hbixkdpqzg9gskc3";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/magic-filetype";
- license = lib.licenses.free;
- };
- }) {};
- magit = callPackage ({ async
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ghub
- , git-commit
- , lib
- , magit-popup
- , melpaBuild
- , with-editor }:
- melpaBuild {
- pname = "magit";
- ename = "magit";
- version = "2.90.1";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit";
- rev = "791901b2f1d26fa0a383147fe77948a9abc753da";
- sha256 = "1kw94sdczswsyzn1zlk5s5aplpdv4qd7qcqc5zfxsmsfwm3jacl4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9f963950d69a944443d9b6a1658799f7860d0f93/recipes/magit";
- sha256 = "13fipghvlzbx2d4dwxmm1hhnnd28davdp8rjqhq8g4g0lcn3h8b1";
- name = "recipe";
- };
- packageRequires = [
- async
- dash
- emacs
- ghub
- git-commit
- magit-popup
- with-editor
- ];
- meta = {
- homepage = "https://melpa.org/#/magit";
- license = lib.licenses.free;
- };
- }) {};
- magit-annex = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-annex";
- ename = "magit-annex";
- version = "1.7.1";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit-annex";
- rev = "21cb2927d672cc6bf631d8373a361b1766ccf004";
- sha256 = "07r0d2i1hws63wfv1jys63r3lmrl4ywwi76gi7srwhzhqdr1af0n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cec5af50ae7634cc566adfbfdf0f95c3e2951c0c/recipes/magit-annex";
- sha256 = "1ri58s1ly416ksmb7mql6vnmx7hq59lmhi7qijknjarw7qs3bqys";
- name = "recipe";
- };
- packageRequires = [ cl-lib magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-annex";
- license = lib.licenses.free;
- };
- }) {};
- magit-filenotify = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-filenotify";
- ename = "magit-filenotify";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "ruediger";
- repo = "magit-filenotify";
- rev = "575c4321f61fb8f25e4779f9ffd4514ac086ae96";
- sha256 = "1vn6x53kpwv3zf2b5xjswyz6v853r8b9dg88qhwd2h480hrx6kal";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca5541d2ce3553e9ade2c1ec1c0d78103dfd0c4d/recipes/magit-filenotify";
- sha256 = "1ihk5yi6psqkccpi2bq2h70kn7k874zl7wcinjaq21lirk4z7bvn";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-filenotify";
- license = lib.licenses.free;
- };
- }) {};
- magit-find-file = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-find-file";
- ename = "magit-find-file";
- version = "2.1.0";
- src = fetchFromGitHub {
- owner = "bradwright";
- repo = "magit-find-file.el";
- rev = "035da838b1a19e7a5ee135b4ca8475f4e235b61e";
- sha256 = "1jlww053s580d7rlvmr1dl79wxasa0hhh2jnwb1ra353d6h3a73w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/magit-find-file";
- sha256 = "1y66nsq1hbv1sb4n71gdxv7p1rz37vd9lkf7zl7avy0dchs499ik";
- name = "recipe";
- };
- packageRequires = [ dash magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-find-file";
- license = lib.licenses.free;
- };
- }) {};
- magit-gerrit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-gerrit";
- ename = "magit-gerrit";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "terranpro";
- repo = "magit-gerrit";
- rev = "699c5c39c6dbdc8d730721eaf1491f982dd78142";
- sha256 = "0ym24gjd6c04zry08abcb09zvjbgj8nc1j12q0r51fhzzadxcxbb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f7cc000debed666ad6800e31c114eedb7384317c/recipes/magit-gerrit";
- sha256 = "1iwvg10ly6dlf8llz9f8d4qfdbvd3s28wf48qgn1wjlxpka6zrd4";
- name = "recipe";
- };
- packageRequires = [ magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-gerrit";
- license = lib.licenses.free;
- };
- }) {};
- magit-gh-pulls = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , gh
- , lib
- , magit
- , melpaBuild
- , pcache
- , s }:
- melpaBuild {
- pname = "magit-gh-pulls";
- ename = "magit-gh-pulls";
- version = "0.5.3";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "magit-gh-pulls";
- rev = "d526f4c9ee1709c79f8a4630699ce1f25ae054e7";
- sha256 = "11fd3c7wnqy08khj6za8spbsm3k1rqqih21lbax2iwvxl8jv4dv0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b54fe4f51820c2f707e1f5d8a1128fff19a319c/recipes/magit-gh-pulls";
- sha256 = "0qn9vjxi33pya9s8v3g95scmhwrn2yf5pjm7d24frq766wigjv8d";
- name = "recipe";
- };
- packageRequires = [ emacs gh magit pcache s ];
- meta = {
- homepage = "https://melpa.org/#/magit-gh-pulls";
- license = lib.licenses.free;
- };
- }) {};
- magit-gitflow = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "magit-gitflow";
- ename = "magit-gitflow";
- version = "2.2.3";
- src = fetchFromGitHub {
- owner = "jtatarik";
- repo = "magit-gitflow";
- rev = "cc41b561ec6eea947fe9a176349fb4f771ed865b";
- sha256 = "0jz69wrrzvqadaphmjrr146nzvmphsbl7rmc3ccnpw1gw6gnz81f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dfaeb33dec2c75d21733b6e51d063664c6544e4d/recipes/magit-gitflow";
- sha256 = "0wsqq3xpqqfak4aqwsh5sxjb1m62z3z0ysgdmnrch3qsh480r8vf";
- name = "recipe";
- };
- packageRequires = [ magit magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/magit-gitflow";
- license = lib.licenses.free;
- };
- }) {};
- magit-imerge = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-imerge";
- ename = "magit-imerge";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit-imerge";
- rev = "5b45efa65317886640c339d1c71d2b9e00e98b77";
- sha256 = "02597aq00fq7b9284kq7s55ddrjb6xhh1l280gq3czi75658d3db";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e78a5c27eedfc9b1d79e37e8d333c5d253f31a3c/recipes/magit-imerge";
- sha256 = "0rycmbsi2s7rjqfpcv794vhkybav7d8ikzdaxai36szxpg9pzhj4";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-imerge";
- license = lib.licenses.free;
- };
- }) {};
- magit-org-todos = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-org-todos";
- ename = "magit-org-todos";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "danielma";
- repo = "magit-org-todos.el";
- rev = "0bfa36bbc50e62de0a3406031cb93e2f57dcdc55";
- sha256 = "07r5x256k1fjjxs1yfg41kc94nwvnjlk2vvknkra3j8v9p0j88m7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84480cad490cab2f087a484ed7b9d3d3064bbd29/recipes/magit-org-todos";
- sha256 = "0yywgzm2jzvsccm9h0a0s1q8fag9dfajnznwk6iqz5pywq5mxijr";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-org-todos";
- license = lib.licenses.free;
- };
- }) {};
- magit-popup = callPackage ({ async
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "magit-popup";
- ename = "magit-popup";
- version = "2.13.0";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit-popup";
- rev = "4250c3a606011e3ff2477e3b5bbde2b493f3c85c";
- sha256 = "073x1yf96b623yphylnf0ysannr91vawzgjdv1smkcrgd4451hr3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0263ca6aea7bf6eae26a637454affbda6bd106df/recipes/magit-popup";
- sha256 = "1pv5slspcfmi10bnnw6acpijn7vkn2h9iqww3w641v41d3p37jmv";
- name = "recipe";
- };
- packageRequires = [ async dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/magit-popup";
- license = lib.licenses.free;
- };
- }) {};
- magit-stgit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-stgit";
- ename = "magit-stgit";
- version = "2.1.3";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "magit-stgit";
- rev = "9d13effdbc213a0c8dcce78e1825011631fa0652";
- sha256 = "163a1rddl54jgxm5dygnbp1pz1as4hhjszan1rcabvzcfnfdpakj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72a38bbc5bba53dfb971f17213287caf0d190db0/recipes/magit-stgit";
- sha256 = "1spli6yq258zwx95y16s27hr7hlc2h0kc9mjnvjjl13y2l6shm0i";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-stgit";
- license = lib.licenses.free;
- };
- }) {};
- magit-svn = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-svn";
- ename = "magit-svn";
- version = "2.2.1";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "magit-svn";
- rev = "c833903732a14478f5c4cfc561bae7c50671b36c";
- sha256 = "01kcsc53q3mbhgjssjpby7ypnhqsr48rkl1xz3ahaypmlp929gl9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1ff188d509aec104e9d21a640cf5bc3addedf00/recipes/magit-svn";
- sha256 = "1dww5fc5phai3wk9lp85h6y08ai3vxgggsqj78a3mlcn2adwwc01";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-svn";
- license = lib.licenses.free;
- };
- }) {};
- magit-tbdiff = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-tbdiff";
- ename = "magit-tbdiff";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "magit-tbdiff";
- rev = "4273bfab1d2b620d68d890fbaaa78c56cf210059";
- sha256 = "0d1cn0nshxnvgjvl9j7wsai75pvsxmrmkdj57xdpyggwxgcpl1m4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad97eea866c8732e3adc17551d37a6d1ae511e6c/recipes/magit-tbdiff";
- sha256 = "1wydmw4f1072k8frk8mi8aaky7dndinq8n7kn10q583bjlxgw80r";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-tbdiff";
- license = lib.licenses.free;
- };
- }) {};
- magit-todos = callPackage ({ async
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , hl-todo
- , lib
- , magit
- , melpaBuild
- , pcre2el
- , s }:
- melpaBuild {
- pname = "magit-todos";
- ename = "magit-todos";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "magit-todos";
- rev = "61dc0edae2dd55b11b675e7b27bbd7019d8d80a3";
- sha256 = "17a18gszbypz82bj36xbfyykc4s9rz83vwmpxvlf65svhd51c0nh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4544ab55d2c8b8c3b7eb739b9fb90ebb246d68b/recipes/magit-todos";
- sha256 = "0vqmbw0qj8a5wf4ig9hgc0v3l1agdkvgprzjv178hs00297br2s8";
- name = "recipe";
- };
- packageRequires = [ async dash emacs f hl-todo magit pcre2el s ];
- meta = {
- homepage = "https://melpa.org/#/magit-todos";
- license = lib.licenses.free;
- };
- }) {};
- magit-topgit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "magit-topgit";
- ename = "magit-topgit";
- version = "2.1.2";
- src = fetchFromGitHub {
- owner = "greenrd";
- repo = "magit-topgit";
- rev = "243fdfa7ce62dce4efd01b6b818a2791868db2f0";
- sha256 = "06fbjv3zd92lvg4xjsp9l4jkxx2glhng3ys3s9jmvy5y49pymwb2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/magit-topgit";
- sha256 = "1194hdcphir4cmvzg9cxrjiyg70hr9zmml2rljih94vl7zrw7335";
- name = "recipe";
- };
- packageRequires = [ emacs magit ];
- meta = {
- homepage = "https://melpa.org/#/magit-topgit";
- license = lib.licenses.free;
- };
- }) {};
- magithub = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ghub-plus
- , git-commit
- , lib
- , magit
- , markdown-mode
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "magithub";
- ename = "magithub";
- version = "0.1.7";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "magithub";
- rev = "81e75cbbbac820a3297e6b6a1e5dc6d9cfe091d0";
- sha256 = "1iq8c939c0a6v8gq31vcjw6nxwnz4fpavcd6xf4h2rb6rkmxmhvl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e555b46f5de7591aa8e10a7cf67421e26a676db8/recipes/magithub";
- sha256 = "11par5rncsa866gazdw98d4902rvyjnnwbiwpndlyh06ak0lryab";
- name = "recipe";
- };
- packageRequires = [ emacs ghub-plus git-commit magit markdown-mode s ];
- meta = {
- homepage = "https://melpa.org/#/magithub";
- license = lib.licenses.free;
- };
- }) {};
- major-mode-hydra = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pretty-hydra }:
- melpaBuild {
- pname = "major-mode-hydra";
- ename = "major-mode-hydra";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "jerrypnz";
- repo = "major-mode-hydra.el";
- rev = "9e7f9ed20d3ea0fa0bb953528aa0d17dbc46e995";
- sha256 = "07plrmy6w186n2czxp00dw8dprh3jnrjm7wk6sycyn571y0ryq4q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/865917fcc75c4118afc89b8bcc20ebdb6302f15d/recipes/major-mode-hydra";
- sha256 = "0654wnsw38sca97kvp8p3k1h6r91iqs873gcjaaxd7a96sisvafd";
- name = "recipe";
- };
- packageRequires = [ dash emacs pretty-hydra ];
- meta = {
- homepage = "https://melpa.org/#/major-mode-hydra";
- license = lib.licenses.free;
- };
- }) {};
- make-color = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "make-color";
- ename = "make-color";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "make-color.el";
- rev = "b19cb40c0619e267f2948ed37aff67b712a6deed";
- sha256 = "0fp5gbin1sgsdz39spk74vadkzig3ydwhpzx9vg7f231kk5f6wzx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb765469c65589ae9d7dbc420a8edcf44c3be5d1/recipes/make-color";
- sha256 = "0mrv8b67lpid5m8rfbhcik76bvnjlw4xmcrd2c2iinyl02y07r5k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/make-color";
- license = lib.licenses.free;
- };
- }) {};
- makey = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "makey";
- ename = "makey";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "mickeynp";
- repo = "makey";
- rev = "a61781e69d3b451551e269446e1c5f624ab81137";
- sha256 = "1rr7vpm3xxzcaam3m8xni3ajy8ycyljix07n2jzczayri9sd8csy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/688e32e98758aa6fd31218e98608bd54a76c3e83/recipes/makey";
- sha256 = "06xgrlkqvg288yd4lyhx4vi80jlfarhblxk5m5zzs5as7n08cvk4";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/makey";
- license = lib.licenses.free;
- };
- }) {};
- malinka = callPackage ({ cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , rtags
- , s }:
- melpaBuild {
- pname = "malinka";
- ename = "malinka";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "LefterisJP";
- repo = "malinka";
- rev = "899e2c0020f283a00f7a24244749af5b9abfe3fe";
- sha256 = "0m7dkycpfjch8h3983ddasxil4pf4gf0xbjlamijb00n25bxv1dg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/malinka";
- sha256 = "1zmnlgy9k1s1s2wgkhlwfsnknmhggy0rx3l495a5x1kqsx6i0c9y";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash f projectile rtags s ];
- meta = {
- homepage = "https://melpa.org/#/malinka";
- license = lib.licenses.free;
- };
- }) {};
- mallard-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mallard-mode";
- ename = "mallard-mode";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "jhradilek";
- repo = "emacs-mallard-mode";
- rev = "152cd44d53c881457fe57c1aba77e8e2fca4d1b0";
- sha256 = "1272fsjzsza9dxm8s64b7x2jzr3ks8wjpwvgcxha2dnsjzklcdcj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19c5543664ca685a70e53baa1357842e83cbf8f7/recipes/mallard-mode";
- sha256 = "0y2ikjgy107kb85pz50vv7ywslqgbrrkcfsrd8gsk1jky4qn8izd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mallard-mode";
- license = lib.licenses.free;
- };
- }) {};
- map-progress = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "map-progress";
- ename = "map-progress";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "map-progress";
- rev = "1fb916159cd054c233ce3c80d9d01adfae640297";
- sha256 = "1hbk35l9aljp4jqg8cv67q6b2jbcx0g665j90fygxqibrf6r52a8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5ed3335eaf0be7368059bcdb52c46f5e47c0c1a5/recipes/map-progress";
- sha256 = "0zc5vii72gbfwbb35w8m30c8r9zck971hwgcn1a4wjczgn4vkln7";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/map-progress";
- license = lib.licenses.free;
- };
- }) {};
- map-regexp = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "map-regexp";
- ename = "map-regexp";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "map-regexp";
- rev = "ae2d1c22f786ad987aef3e319925e80160a887a0";
- sha256 = "1ybhizafdhzm7fg8s6gm13fbrz1vnrc7ifq8gvrrm89wl3qi5z7f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/927314443ecc00d94e7125de669e82832c5a125c/recipes/map-regexp";
- sha256 = "0yiif0033lhaqggywzfizfia3siggwcz7yv4z7przhnr04akdmbj";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/map-regexp";
- license = lib.licenses.free;
- };
- }) {};
- marcopolo = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , request
- , s }:
- melpaBuild {
- pname = "marcopolo";
- ename = "marcopolo";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "marcopolo";
- rev = "ce6ad40d7feab0568924e3bd9659b76e3eecd55e";
- sha256 = "0y4b69r2l6kvh7g8f1y9v1pdall3n668ci24lp04lcms6rxcrsnh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/936a1cff601594575c5b550c5eb16e7dafc8a5ab/recipes/marcopolo";
- sha256 = "1nbck1m7lhync7n474578d2g1zc72c841hi236xjbdd2lnxz3zz0";
- name = "recipe";
- };
- packageRequires = [ dash pkg-info request s ];
- meta = {
- homepage = "https://melpa.org/#/marcopolo";
- license = lib.licenses.free;
- };
- }) {};
- mark-tools = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mark-tools";
- ename = "mark-tools";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "stsquad";
- repo = "emacs-mark-tools";
- rev = "0e7ac2522ac84155cab341dc49f7f0b81067133c";
- sha256 = "0fcyspz7n97n84d9203mxgn8ar4rn52qa49s3vayfrbkn038j5qw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9ca36020392807aca9658d13481868d8b6c23d51/recipes/mark-tools";
- sha256 = "1688y7lnzhwdva2ildjabzi10i87klfsgvs947i7gfgxl7jwhisq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mark-tools";
- license = lib.licenses.free;
- };
- }) {};
- markdown-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "markdown-mode";
- ename = "markdown-mode";
- version = "2.3";
- src = fetchFromGitHub {
- owner = "jrblevin";
- repo = "markdown-mode";
- rev = "cde5c5d2bcce470c494b76e23cfe1364b6291c20";
- sha256 = "1zm1j4w0f3h01bmmpsv4j4mh6i13nnl8fcqlj2hsa1ncy1lgi8q7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/74610ec93d4478e835f8b3b446279efc0c71d644/recipes/markdown-mode";
- sha256 = "0gfb3hp87kpcrvxax3m5hsaclwwk1qmxc73cg26smzd1kjfwgz14";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/markdown-mode";
- license = lib.licenses.free;
- };
- }) {};
- markdown-mode-plus = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "markdown-mode-plus";
- ename = "markdown-mode+";
- version = "0.8";
- src = fetchFromGitHub {
- owner = "milkypostman";
- repo = "markdown-mode-plus";
- rev = "f35e63284c5caed19b29501730e134018a78e441";
- sha256 = "1adl36fj506kgfw40gpagzsd7aypfdvy60141raggd5844i6y96r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/markdown-mode+";
- sha256 = "1535kcj9nmcgmk2448jxc0jmnqy7f50cw2ngffjq5w8bfhgf7q00";
- name = "recipe";
- };
- packageRequires = [ markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/markdown-mode+";
- license = lib.licenses.free;
- };
- }) {};
- markdown-preview-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild
- , web-server
- , websocket }:
- melpaBuild {
- pname = "markdown-preview-mode";
- ename = "markdown-preview-mode";
- version = "0.9.2";
- src = fetchFromGitHub {
- owner = "ancane";
- repo = "markdown-preview-mode";
- rev = "f98d9114ca87e3e8e5ce70e601d13061eda15415";
- sha256 = "1d1id99gagymvzdfa1mwqh8y3szm8ii47rpijkfi1qnifjg5jaq9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d3c5d222cf0d7eca6a4e3eb914907f8ca58e40f0/recipes/markdown-preview-mode";
- sha256 = "1cam5wfxca91q3i1kl0qbdvnfy62hr5ksargi4430kgaz34bcbyn";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs markdown-mode web-server websocket ];
- meta = {
- homepage = "https://melpa.org/#/markdown-preview-mode";
- license = lib.licenses.free;
- };
- }) {};
- markdown-toc = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "markdown-toc";
- ename = "markdown-toc";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "ardumont";
- repo = "markdown-toc";
- rev = "15587c76bec43dd778a2034035f98a79ad29e96a";
- sha256 = "00rvpbfcdy1npddxa7yynqpzwrx1h2bm69x9yh42dv6ss3vk1sjs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4db1e90be8e34d5ad0c898be10dfa5cd95ccb921/recipes/markdown-toc";
- sha256 = "0slky735yzmbfi4ld264vw64b4a4nllhywp19ya0sljbsfycbihv";
- name = "recipe";
- };
- packageRequires = [ dash markdown-mode s ];
- meta = {
- homepage = "https://melpa.org/#/markdown-toc";
- license = lib.licenses.free;
- };
- }) {};
- markup = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "markup";
- ename = "markup";
- version = "2.0.1";
- src = fetchFromGitHub {
- owner = "leoc";
- repo = "markup.el";
- rev = "876da2d3f23473475bb0fd0a1480ae11d2671291";
- sha256 = "0rggadka5aqgrik3qky6s75s5yb5bfj6fcpxjz1iyrwi0fka0akd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a75c955ad6b2f68b8933329e545625d948f6f8f4/recipes/markup";
- sha256 = "0yw4b42nc2n7nanqvj596hwjf0p4qc7x6g2d9g5cwi7975iak8pf";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/markup";
- license = lib.licenses.free;
- };
- }) {};
- markup-faces = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "markup-faces";
- ename = "markup-faces";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "sensorflo";
- repo = "markup-faces";
- rev = "c43612633c6c161857a3bab5752ae192bb03f5f3";
- sha256 = "0nk2rm14ccwrh1aaxzm80rllsz8g38h9w52m0pf3nnwh6sa757nk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/markup-faces";
- sha256 = "06fawlv4ih2lsmk7x6h9p5rppl8vw2w3nvlss95kb8fj5fwf7mw9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/markup-faces";
- license = lib.licenses.free;
- };
- }) {};
- marshal = callPackage ({ eieio ? null
- , fetchFromGitHub
- , fetchurl
- , ht
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "marshal";
- ename = "marshal";
- version = "0.8.2";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "marshal.el";
- rev = "d714219aeb388ded88582c47940f2c6febae333c";
- sha256 = "1mr5p2yiad1k15byrlk0a784kj7rvibpn4li5phk4rnm0zg1xy9s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/203f2061c5c7d4aefab3175de5e0538f12158ee3/recipes/marshal";
- sha256 = "17ikd8f1k42f28d4v5dn83zb44bsx7g336db60q068w6z8d4jbgl";
- name = "recipe";
- };
- packageRequires = [ eieio ht json ];
- meta = {
- homepage = "https://melpa.org/#/marshal";
- license = lib.licenses.free;
- };
- }) {};
- mastodon = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mastodon";
- ename = "mastodon";
- version = "0.9.0";
- src = fetchFromGitHub {
- owner = "jdenen";
- repo = "mastodon.el";
- rev = "5095797ef32b922d2a624fa6beb970b5e9cf5ca0";
- sha256 = "0hwax6y9dghqwsbnb6f1bnc7gh8xsh5cvcnayk2sn49x8b0zi5h1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/809d963b69b154325faaf61e54ca87b94c1c9a90/recipes/mastodon";
- sha256 = "1bsyf4j6zs9gin0k7p22yv5gaqd6m3vdc2fiagfbs7gxsmhb6p4i";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mastodon";
- license = lib.licenses.free;
- };
- }) {};
- material-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "material-theme";
- ename = "material-theme";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "cpaulik";
- repo = "emacs-material-theme";
- rev = "c59b4874914b5b28068be25292690325f19739dd";
- sha256 = "1sp2h2n0ihp0r6q7c1861awg7rqh6bcxz4hgnny1gj5vjz9h7rch";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d31ababaa50061e767605c979a3f327a654e564b/recipes/material-theme";
- sha256 = "1d259avldc5fq121xrqv53h8s4f4bp6b89nz2rvjhygz7f8hargq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/material-theme";
- license = lib.licenses.free;
- };
- }) {};
- math-symbol-lists = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "math-symbol-lists";
- ename = "math-symbol-lists";
- version = "1.2.1";
- src = fetchFromGitHub {
- owner = "vspinu";
- repo = "math-symbol-lists";
- rev = "499986959356f7a905fd4f2a1609c17d7ff067c3";
- sha256 = "1h6fwj2w77gm4wafqll5bd6r8xafh6f4a0piqmgjvcwxy2sxrk0q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fadff01600d57f5b9ea9c0c47ed109e058114998/recipes/math-symbol-lists";
- sha256 = "01j11k29acj0b1pcapmgi2d2s3p50bkms21i2qcj0cbqgz8h6s27";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/math-symbol-lists";
- license = lib.licenses.free;
- };
- }) {};
- maven-test-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "maven-test-mode";
- ename = "maven-test-mode";
- version = "0.1.5";
- src = fetchFromGitHub {
- owner = "rranelli";
- repo = "maven-test-mode";
- rev = "f79409907375591283291eb96af4754b1ccc0e6f";
- sha256 = "0x92b1qrhyrdh0z0xriyjc12h0wpk16x4yawj5i828ca6mz0qh5g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bdc7f677c53431542cb8d7c95666d021dead2b98/recipes/maven-test-mode";
- sha256 = "1k9w51rh003p67yalzq1w8am40nnr2khyyb5y4bwxgpms8z391fm";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/maven-test-mode";
- license = lib.licenses.free;
- };
- }) {};
- maxframe = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "maxframe";
- ename = "maxframe";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "rmm5t";
- repo = "maxframe.el";
- rev = "4f1dbbe68048864037eae277b9280b90fd701ff1";
- sha256 = "08gbkd8wln89j9yxp0zzd539hbwy1db31gca3vxxrpszixx8280y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/maxframe";
- sha256 = "1lxj60qcvv8vakdq79k1brzv3ki74kajrx8620dzx76bnfkryxk8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/maxframe";
- license = lib.licenses.free;
- };
- }) {};
- mb-url = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mb-url";
- ename = "mb-url";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "dochang";
- repo = "mb-url";
- rev = "23078f2e59808890268401f294d860ba51bc71d9";
- sha256 = "07b9w9vd22ma4s3qhplmg84sylihz920byyi9qa7dwj7b59d4avf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd9a8ff6e094b061a7b9d790df1fd4086c5d0a9d/recipes/mb-url";
- sha256 = "1nf8ssan00qsn3d4dc6h6qzdwqzh977qb5d2m33kiwi6qb98988h";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/mb-url";
- license = lib.licenses.free;
- };
- }) {};
- mbe = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mbe";
- ename = "mbe";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "ijp";
- repo = "mbe.el";
- rev = "06d5b8e240e6c277978314ceec31ad48b3b2966e";
- sha256 = "10zpm6b7r0h7b5hn84a92r1a747zvwgxr4gpa2wbjd74l5b0qciq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a8a16e485d608dbd59151d77e252048a49f9d25/recipes/mbe";
- sha256 = "0h18mbcjy8nh4gl12kg2v8x6ps320yk7sbgq5alqnx2shp80kri3";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/mbe";
- license = lib.licenses.free;
- };
- }) {};
- mc-extras = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multiple-cursors }:
- melpaBuild {
- pname = "mc-extras";
- ename = "mc-extras";
- version = "1.2.4";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "mc-extras.el";
- rev = "f0ba639e9b18cc56e80ae45bbb2b694dbad9171a";
- sha256 = "0d6ncj6zd0lfsdpffbh3l25ycjw5hn0rwi5znp5hpl06b1ycyk4s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/12747bb8603ebc09ce0873f3317a99e34d818313/recipes/mc-extras";
- sha256 = "0b110x6ygc95v5pb9lk1i731x5s6dagl5afzv37l1qchys36xrym";
- name = "recipe";
- };
- packageRequires = [ multiple-cursors ];
- meta = {
- homepage = "https://melpa.org/#/mc-extras";
- license = lib.licenses.free;
- };
- }) {};
- md4rd = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , hierarchy
- , lib
- , melpaBuild
- , request
- , s
- , tree-mode }:
- melpaBuild {
- pname = "md4rd";
- ename = "md4rd";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "md4rd";
- rev = "443c8059af4925d11c93a1293663165c52472f08";
- sha256 = "1n6g6k4adzkkn1g7z4j27s35xy12c1fg2r08gv345ddr3wplq4ri";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/48d4a3b3337e16e68631409d1de0ce67ae22b837/recipes/md4rd";
- sha256 = "0ayr5qw0cz7bd46djfhm8slr2kfgssi5bsnzqcasr8n4lyg9jvfc";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs hierarchy request s tree-mode ];
- meta = {
- homepage = "https://melpa.org/#/md4rd";
- license = lib.licenses.free;
- };
- }) {};
- mediawiki = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mediawiki";
- ename = "mediawiki";
- version = "2.2.9";
- src = fetchFromGitHub {
- owner = "hexmode";
- repo = "mediawiki-el";
- rev = "8473e12d1839f5287a4227586bf117dad820f867";
- sha256 = "03rpj3yrk3i1l9yjnamnx38idn6y4zi9zg53bc83sx3g2b4m5v04";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/865e0ba1dbace58784181d214000d090478173bd/recipes/mediawiki";
- sha256 = "17cbrzfdp6jbbf74mn2fi1cwv7d1hvdbw9j84p43jzscnaa5ikx6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mediawiki";
- license = lib.licenses.free;
- };
- }) {};
- meghanada = callPackage ({ company
- , emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "meghanada";
- ename = "meghanada";
- version = "1.2.0";
- src = fetchFromGitHub {
- owner = "mopemope";
- repo = "meghanada-emacs";
- rev = "81a2a5da2b645701bed6eb09d606b3968f1df2ca";
- sha256 = "0lns4w1n31nvpv14x7kcdq1m3k1isdqmdnkdav854hg154fibxqa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4c75c69b2f00be9a93144f632738272c1e375785/recipes/meghanada";
- sha256 = "10f1fxma3lqcyv78i0p9mjpi79jfjd5lq5q60ylpxqp18nrql1s4";
- name = "recipe";
- };
- packageRequires = [ company emacs flycheck yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/meghanada";
- license = lib.licenses.free;
- };
- }) {};
- melpa-upstream-visit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "melpa-upstream-visit";
- ename = "melpa-upstream-visit";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "laynor";
- repo = "melpa-upstream-visit";
- rev = "7310c74fdead3c0f86ad6eff76cf989e63f70f66";
- sha256 = "12cp56ppmwpdgf5afx7hd2qb8d1qq8z27191fbbf5zqw8cq5zkpd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c110538a1ae2419505ea8f144ef7de2d67cad568/recipes/melpa-upstream-visit";
- sha256 = "0j4afy9ipzr7pwkij8ab207mabd7srganlyyif9h1hvclj9svdmf";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/melpa-upstream-visit";
- license = lib.licenses.free;
- };
- }) {};
- memoize = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "memoize";
- ename = "memoize";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacs-memoize";
- rev = "636defefa9168f90bce6fc27431352ac7d01a890";
- sha256 = "04qgnlg4x6va7x364dhj1wbjmz8p5iq2vk36mn9198k2vxmijwzk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6cc9be5bbcff04de5e6d3bb8c47d202fd350989b/recipes/memoize";
- sha256 = "0mzz3hghnbkmxf9wgjqv3sbyxyqqzvvscazq9ybb0b41qrzm73s6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/memoize";
- license = lib.licenses.free;
- };
- }) {};
- mentor = callPackage ({ async
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq
- , xml-rpc }:
- melpaBuild {
- pname = "mentor";
- ename = "mentor";
- version = "0.3.4";
- src = fetchFromGitHub {
- owner = "skangas";
- repo = "mentor";
- rev = "9415472470ff23ee9600d94123c51c455d63018d";
- sha256 = "05gfprcrh9p06arsni58nf60inlf1zbd18i678r9xd4q0v35k491";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/083de4bd25b6b013a31b9d5ecdffad139a4ba91e/recipes/mentor";
- sha256 = "0nkf7f90m2qf11l97zwvb114yrpbqk1xxr2bh2nvbx8m1c8nad9s";
- name = "recipe";
- };
- packageRequires = [ async cl-lib seq xml-rpc ];
- meta = {
- homepage = "https://melpa.org/#/mentor";
- license = lib.licenses.free;
- };
- }) {};
- merlin = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "merlin";
- ename = "merlin";
- version = "3.3.0";
- src = fetchFromGitHub {
- owner = "ocaml";
- repo = "merlin";
- rev = "800c793870c7ff3b00a6817ab16b03628c6495eb";
- sha256 = "0yx92lybw685ay5qd8jpdxwfdjmhhbrpkpi94gysq9bmh0kqhixr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9338298a79b7f2d654df90b0f553aeed1428de13/recipes/merlin";
- sha256 = "0r4wc5ann6239bagj364yyzw4y3lcpkl5nnn0vmx4hgkwdg509fn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/merlin";
- license = lib.licenses.free;
- };
- }) {};
- merlin-eldoc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , merlin }:
- melpaBuild {
- pname = "merlin-eldoc";
- ename = "merlin-eldoc";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "Khady";
- repo = "merlin-eldoc";
- rev = "bbb1a10f2131c09a7f7f844d4da98efd77f927ae";
- sha256 = "11gggay8srycpckclqvcmad6ym3lx2sxgj670z89br91jdwmkr2f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/merlin-eldoc";
- sha256 = "0bx383nxd97as0d362n1jn62k2rypxvxhcjasgwf0cr8vxr244fp";
- name = "recipe";
- };
- packageRequires = [ emacs merlin ];
- meta = {
- homepage = "https://melpa.org/#/merlin-eldoc";
- license = lib.licenses.free;
- };
- }) {};
- meson-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "meson-mode";
- ename = "meson-mode";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "wentasah";
- repo = "meson-mode";
- rev = "212d9f38a08074f1cb6e914e12b60bc52dcb8bee";
- sha256 = "1kv7413y5530frs1nrp0nl40h9j0idwp7vlg761r260200m8sl3v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4702a31ffd6b9c34f96d151f2611a1bfb25baa88/recipes/meson-mode";
- sha256 = "16yg217ghx6pvlxha2swznkg12c2a9hhyi0hnsbqdj2ijcdzca80";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/meson-mode";
- license = lib.licenses.free;
- };
- }) {};
- meta-presenter = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "meta-presenter";
- ename = "meta-presenter";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "myTerminal";
- repo = "meta-presenter";
- rev = "3d8c762a7dd7ac39032a3601bd6a717f206e670d";
- sha256 = "0r9zzmglmkkmxcqh0pdlg279mpd524k2rwn56kyvj5i3i8zw9rpl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b73e9424515b3ddea220b786e91c57ee22bed87f/recipes/meta-presenter";
- sha256 = "0f70cfa91wavchlx8d9hdlgq90cmnylhbg2dbw603rzjkyvslp5d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/meta-presenter";
- license = lib.licenses.free;
- };
- }) {};
- metaweblog = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xml-rpc }:
- melpaBuild {
- pname = "metaweblog";
- ename = "metaweblog";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "org2blog";
- repo = "metaweblog";
- rev = "aa14380eb7e7b879a0c16c96866b20a987cd3f2a";
- sha256 = "146w9laysdqbikpzr2gc9vnjrdsa87d8i13f2swlh1kvq2dn3rz5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/metaweblog";
- sha256 = "0qgmcvq1fhgljia9ncjgvgrv0mzih0l9mglwbwcszn613wmx8bkg";
- name = "recipe";
- };
- packageRequires = [ xml-rpc ];
- meta = {
- homepage = "https://melpa.org/#/metaweblog";
- license = lib.licenses.free;
- };
- }) {};
- mew = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mew";
- ename = "mew";
- version = "6.8";
- src = fetchFromGitHub {
- owner = "kazu-yamamoto";
- repo = "Mew";
- rev = "972677a1aeb138709727634418c391316a3bf33c";
- sha256 = "14ahl8xdm3a168qfnlbw99rlhvr6nhw94nj01m6ny4f3rkh1p2hk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/362dfc4d0fdb3e5cb39564160de62c3440ce182e/recipes/mew";
- sha256 = "0423xxn3cw6jmsd7vrw30hx9phga5chxzi6x7cvpswg1mhcyn9fk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mew";
- license = lib.licenses.free;
- };
- }) {};
- mgmtconfig-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mgmtconfig-mode";
- ename = "mgmtconfig-mode";
- version = "0.0.19";
- src = fetchFromGitHub {
- owner = "purpleidea";
- repo = "mgmt";
- rev = "07f542b4d753fe2f182b5e139450217a633491f8";
- sha256 = "0nbj3fh3wsl9065mad04c7avc2pq4lqrdng1xkwdng6l361f2wak";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4cf3dd70ae73c2b049e201a3547bbeb9bb117983/recipes/mgmtconfig-mode";
- sha256 = "0bdjaqfk68av4lfc4cpacrl2mxvimplfkbadi9l6wb65vlqz6sil";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mgmtconfig-mode";
- license = lib.licenses.free;
- };
- }) {};
- mhc = callPackage ({ calfw
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mhc";
- ename = "mhc";
- version = "1.2.2";
- src = fetchFromGitHub {
- owner = "yoshinari-nomura";
- repo = "mhc";
- rev = "88b5f938e57c28e9e2db202770f952fc0ecba945";
- sha256 = "13d31wz7wyh777isimxlkdimj3vbl54bh0f00p15a8xlrs2pn7f3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d8d3efa0fcd6cd4af94bc99b35614ef6402cbdba/recipes/mhc";
- sha256 = "02ikn9hx0kcfc2xrx4f38zpkfi6vgz7chcxk6q5d0vcsp93b4lql";
- name = "recipe";
- };
- packageRequires = [ calfw ];
- meta = {
- homepage = "https://melpa.org/#/mhc";
- license = lib.licenses.free;
- };
- }) {};
- migemo = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "migemo";
- ename = "migemo";
- version = "1.9.2";
- src = fetchFromGitHub {
- owner = "emacs-jp";
- repo = "migemo";
- rev = "09936ee27a5f3678fdf57b8a0faaa0ff150435cc";
- sha256 = "0wfik7y3ybh4yrrlpydawx5zw0syv7wm7b1mckz2rbv3d863z0n5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2424b0328a0198a03359455abdb3024a8067c857/recipes/migemo";
- sha256 = "0y49imdwygv5zd7cyh9ngda4gyb2mld2a4s7zh4yzlh7z5ha9qkr";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/migemo";
- license = lib.licenses.free;
- };
- }) {};
- milkode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "milkode";
- ename = "milkode";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "ongaeshi";
- repo = "emacs-milkode";
- rev = "ba97e2aeefa1d9d0b3835bf08edd0de248b0c513";
- sha256 = "1qg64mxsm2cswk52mlj7sx7k6gfnrsdwnf68i7cachri0i8aq4ap";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/29fffbec2d3067c046c456602779af8c04bf898f/recipes/milkode";
- sha256 = "07v6xgalx7vcw5sghckwvz584746cba05ql8flv8n556glm7hibh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/milkode";
- license = lib.licenses.free;
- };
- }) {};
- minibuffer-complete-cycle = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minibuffer-complete-cycle";
- ename = "minibuffer-complete-cycle";
- version = "1.25.20130814";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "minibuffer-complete-cycle";
- rev = "3df80135887d0169e02294a948711f6dfeca4a6f";
- sha256 = "1zyb6c3xwdzk7dpn7xi0mvbcjdfxvzz1a0zlbs053pfar8iim5fk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/afac2cf41fe57efa8d313fdbab0b0b795ec144e4/recipes/minibuffer-complete-cycle";
- sha256 = "0y1mxs6q9a8lzprrlb22qff6x5mvkw4gp2l6p2js2r0j9jzyffq2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/minibuffer-complete-cycle";
- license = lib.licenses.free;
- };
- }) {};
- minibuffer-cua = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minibuffer-cua";
- ename = "minibuffer-cua";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "minibuffer-cua.el";
- rev = "e8dcddc24d4f2e8d7987336fb58259e3cc78bbcb";
- sha256 = "07nbn2pwlp33kr136xsm6lzddhjs538xkz0fbays89psblmy4kwj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3b0f1f260b02c14da4d584b6af08b2fa3adf39c/recipes/minibuffer-cua";
- sha256 = "1ragvr73ykbvpgynnq3z0z4yzrlfhfqlwc1vbxclb8x2xmxq7pzw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/minibuffer-cua";
- license = lib.licenses.free;
- };
- }) {};
- miniedit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "miniedit";
- ename = "miniedit";
- version = "2.0";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "miniedit";
- rev = "e12bf659c3eb92dd8a4cb77642dc0865c54667a3";
- sha256 = "1850z96gly0jnr50472idqz1drzqarr0n23bbasslrc501xkg0bq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2a50f62475639af011c99c6cc38928b74b3b0a/recipes/miniedit";
- sha256 = "10s407q7igdi2hsaaahbw8vckalrl7z3s6l9cflf51q16xh2ih87";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/miniedit";
- license = lib.licenses.free;
- };
- }) {};
- minimal-session-saver = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minimal-session-saver";
- ename = "minimal-session-saver";
- version = "0.6.2";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "minimal-session-saver";
- rev = "aaba48a8525e1310b221eeb96763304c22e9a4b4";
- sha256 = "0kjhn48sf2ps3k5pv06gqmqc4hlk6di9ld3ssw6vwfh8313x1fc5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/minimal-session-saver";
- sha256 = "1ay7wvriga28bdmarpfwagqzmmk93ri9f3idhr6z6iivwggwyy2i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/minimal-session-saver";
- license = lib.licenses.free;
- };
- }) {};
- minions = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minions";
- ename = "minions";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "minions";
- rev = "d36d2445420460c81bcd4822d0bfcbafaec2c682";
- sha256 = "0q2y37zfxlbfvgdn70ikg3abp8vljna4ir9nyqlz1awmz5i1c43s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/769a2167d7f6dfdbbfda058ddea036f80b97d230/recipes/minions";
- sha256 = "0ximlj93yp6646bh99r2vnayk15ky26sibrmrqqysfw1pzs4a940";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/minions";
- license = lib.licenses.free;
- };
- }) {};
- minitest = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "minitest";
- ename = "minitest";
- version = "0.8.0";
- src = fetchFromGitHub {
- owner = "arthurnn";
- repo = "minitest-emacs";
- rev = "2bed01262b0d888473468b5c7bd7d73694d31320";
- sha256 = "0nd0jl5r5drnh98wdpqj2i7pgs7zvcizsh4qbvh8n0iw0c3f0pwh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/41b2e55c0fe48267dc4f55924c782c6f934d8ca4/recipes/minitest";
- sha256 = "0x6nd4kkhiw8hh79r69861pf41j8p1y39kzf2rl61zlmyjz9zpmw";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/minitest";
- license = lib.licenses.free;
- };
- }) {};
- mips-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mips-mode";
- ename = "mips-mode";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-mips-mode";
- rev = "e6c25201a3325b555e64388908d584f3f81d9e32";
- sha256 = "0ai4ff6hinajvnp8r86s5pv0rrv8h68ncdz4k98kka1ws2f79zdf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/024a76b83efce47271bcb0ce3bde01b88349f391/recipes/mips-mode";
- sha256 = "0gg18v80lbndi2yyr5nl37mz0zpamwv9ha4clajkf0bc0vplxkj7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mips-mode";
- license = lib.licenses.free;
- };
- }) {};
- mixed-pitch = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mixed-pitch";
- ename = "mixed-pitch";
- version = "1.0.1";
- src = fetchFromGitLab {
- owner = "jabranham";
- repo = "mixed-pitch";
- rev = "15bb9ec6d8be0812a46917205be6c3a1c78f68ff";
- sha256 = "1458sy5b6bis1i0k23jdqk6hfqg0ghk637r3ajql2g19ym48rf58";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d3c7af03e0bca3f834c32827cbcca29e29ef4db/recipes/mixed-pitch";
- sha256 = "1gda4jl946qlbf8rqm0mk493kwy8yqldr21cr583l6b6gl1nb4qf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mixed-pitch";
- license = lib.licenses.free;
- };
- }) {};
- mmm-jinja2 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mmm-mode }:
- melpaBuild {
- pname = "mmm-jinja2";
- ename = "mmm-jinja2";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "glynnforrest";
- repo = "mmm-jinja2";
- rev = "c8cb763174fa2fb61b9a0e5e0ff8cb0210f8492f";
- sha256 = "0big2i3bg4cm14f68ncaiz2h6dk6zqiisrz4l0bv10q9kaa9q2sj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/721b9a6f16fb8efd4d339ac7953cc07d7a234b53/recipes/mmm-jinja2";
- sha256 = "0zg4psrgikb8644x3vmsns0id71ni9fcpm591zn16b4j64llvgsi";
- name = "recipe";
- };
- packageRequires = [ mmm-mode ];
- meta = {
- homepage = "https://melpa.org/#/mmm-jinja2";
- license = lib.licenses.free;
- };
- }) {};
- mmt = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mmt";
- ename = "mmt";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "mmt";
- rev = "f7db836a10720ee50217012e7e2597ebcf624f90";
- sha256 = "13vbfc5597v0gd87qyhn10f93nb477vjpg3jlpphbax9fvkf4gav";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d1137bb53ecd92b1a8537abcd2635602c5ab3277/recipes/mmt";
- sha256 = "0hal3qcw6x9658xpdaw6q9l2rr2z107pvg5bdzshf67p1b3lf9dq";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/mmt";
- license = lib.licenses.free;
- };
- }) {};
- mocha = callPackage ({ fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mocha";
- ename = "mocha";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "scottaj";
- repo = "mocha.el";
- rev = "4ca9495d4b00b753f055152bd4256c07d7b208f4";
- sha256 = "0yj9kc59c227727kh1zjxwrhijzd7rdhix7qqm4na1z6s4ycpxbm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/39c26134ba95f277a4e9400e506433d96a695aa4/recipes/mocha";
- sha256 = "0kjgrl5iy7cd3b9csgpjg3y0wp0q6c7c8cvf0mx8gdbsj7296kyx";
- name = "recipe";
- };
- packageRequires = [ js2-mode ];
- meta = {
- homepage = "https://melpa.org/#/mocha";
- license = lib.licenses.free;
- };
- }) {};
- mocha-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "mocha-snippets";
- ename = "mocha-snippets";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "cowboyd";
- repo = "mocha-snippets.el";
- rev = "361a3809f755577406e109b9e44d473dfa7c08e0";
- sha256 = "0xcybq0cwd0c33bi1jf7h098a4anc4gkj3m1c97gc8mz9x4fjksy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93c472e3d7f318373342907ca7253253ef12dab8/recipes/mocha-snippets";
- sha256 = "0dbsdk4jpzxv2sxx0nia9zhd0a0wmkz1qcqmbd15m1909ccdwxds";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/mocha-snippets";
- license = lib.licenses.free;
- };
- }) {};
- mocker = callPackage ({ eieio ? null
- , el-x
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mocker";
- ename = "mocker";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "mocker.el";
- rev = "55b078b53ea49e48bd1821d96f0fb86f794fdc6c";
- sha256 = "1lav7am41v63xgavq8pr88y828jmd1cxd4prjq7jlbxm6nvrwxh2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/16a4fe34a6f354d396c24ff13e15157510202259/recipes/mocker";
- sha256 = "1g90jp1czrrzrmn7n4linby3q4fb4gcflzv2amjv0sdimw1ln1w3";
- name = "recipe";
- };
- packageRequires = [ eieio el-x ];
- meta = {
- homepage = "https://melpa.org/#/mocker";
- license = lib.licenses.free;
- };
- }) {};
- modalka = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "modalka";
- ename = "modalka";
- version = "0.1.5";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "modalka";
- rev = "1259afa084f58d143d133aac56a6c0c10bc460f2";
- sha256 = "0ggj8q92sb6wp3hs1vhpmy56id0p3i9zwnw24g2v7xa7w8ac9s7l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fa0a02da851a603b81e183f461da55bf4c71f0e9/recipes/modalka";
- sha256 = "0bkjykvl6sw797h7j76dzn1viy598asly98gcl5wrq13n4w1md4c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/modalka";
- license = lib.licenses.free;
- };
- }) {};
- mode-icons = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mode-icons";
- ename = "mode-icons";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "ryuslash";
- repo = "mode-icons";
- rev = "37581ed911e4469f773ddfb7b40a85592d323b76";
- sha256 = "1ykj68d4h92i4qv90zgwrf9jhy1n22l2h9k5f1zsn8hvz9mhj1av";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/mode-icons";
- sha256 = "1dqcry27rz7afyvjg7345wysp6wmh8fpj32ysk5iw5i7v5scf6kf";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/mode-icons";
- license = lib.licenses.free;
- };
- }) {};
- mode-line-bell = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mode-line-bell";
- ename = "mode-line-bell";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "mode-line-bell";
- rev = "4985ba42f5a19f46ddbf9b3622453a9694995ce5";
- sha256 = "13n3di05lgqfm4f8krn3p36yika5znhymp5vr2d747x54hqmgh7y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/26f19808655b0242a1e9e5e5d41f7f794542e243/recipes/mode-line-bell";
- sha256 = "1ri771hb91b7hd203f8zp83h5hcndh8ccc1y8shhqmak6a6l04wk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mode-line-bell";
- license = lib.licenses.free;
- };
- }) {};
- mode-line-debug = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mode-line-debug";
- ename = "mode-line-debug";
- version = "1.2.3";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "mode-line-debug";
- rev = "a0fcc394b07d2414bd6f722da10f1c7567333f6b";
- sha256 = "04vsb0lniy90bhnqb590dap9y4wac64xz0lc2rlfczic0nrqd1aa";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b0080ab9ef1eca5dd19b3fd9af536d8aa17773a2/recipes/mode-line-debug";
- sha256 = "0ppj14bm3rx3xgg4mfxa5zcm2r129jgmsx817wq3h7akjngcbfkd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mode-line-debug";
- license = lib.licenses.free;
- };
- }) {};
- modern-cpp-font-lock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "modern-cpp-font-lock";
- ename = "modern-cpp-font-lock";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "ludwigpacifici";
- repo = "modern-cpp-font-lock";
- rev = "3e9c18b5a2ade485565f5191f12a724f1969dbb0";
- sha256 = "0jg5yix4c18gvy5n4wsi7zg2sb7r0bw0xlmq0w15g3z63nhy69vc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4bfc2386049adfe7a8e20da9b69fb73d6cb71387/recipes/modern-cpp-font-lock";
- sha256 = "0h43icb5rqbkc5699kdy2mrjs5448phl18jch45ylp2wy2r8c2qj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/modern-cpp-font-lock";
- license = lib.licenses.free;
- };
- }) {};
- moe-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "moe-theme";
- ename = "moe-theme";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "kuanyui";
- repo = "moe-theme.el";
- rev = "b8f0206614ab40ffb75e50ce6c38675fb9c7cf2e";
- sha256 = "0pn3a1rrj7ycxh91x3q008b6rmq7rbl8ir6diqzqfp6y465pn2w2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4efefd7edacf90620436ad4ef9ceb470618a8018/recipes/moe-theme";
- sha256 = "1nqvj8spvffgjvqlf25rcm3dc6w1axb6qlwwsjhq401a6xhw67f6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/moe-theme";
- license = lib.licenses.free;
- };
- }) {};
- monitor = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "monitor";
- ename = "monitor";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "GuiltyDolphin";
- repo = "monitor";
- rev = "8c67c06f60a89b2583bae90afc91a7e7d73260fd";
- sha256 = "1r2sns49f5fw4f122s165sa41nkrkq2qs20n98g2pfd1whflqfnb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9df614e8e7b9dfdbd7eec552a2b13e0f5acfc22/recipes/monitor";
- sha256 = "11n4nv6vkjw434yrwqjw20229m2sxqxxdp7sg99gzrd5gjyab643";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/monitor";
- license = lib.licenses.free;
- };
- }) {};
- monky = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "monky";
- ename = "monky";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "ananthakumaran";
- repo = "monky";
- rev = "099f1af9d3f6f6143f5e98a9b844f965a011a120";
- sha256 = "1fgn7al4zwz2k5wb5dy3byqg9lsrjk9fra341mxh5ma2pfwxjgps";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b33d35e3004f3cc8a5c17aa1ee07dd21d2d46dc/recipes/monky";
- sha256 = "1m7hy3ijwgxqjk3vjvqkxqj8b5bqnd201bmf302k45n0dpjmhshz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/monky";
- license = lib.licenses.free;
- };
- }) {};
- monokai-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "monokai-theme";
- ename = "monokai-theme";
- version = "3.5.3";
- src = fetchFromGitHub {
- owner = "oneKelvinSmith";
- repo = "monokai-emacs";
- rev = "1143c072f5153ae1a69807e5e8af163069b947d2";
- sha256 = "0dy8c3349j7fmp8052hbgvk0b7ldlv5jqpg0paq1i0hlypivd30i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2bc9ce95a02fc4bcf7bc7547849c1c15d6db5089/recipes/monokai-theme";
- sha256 = "13mv4vgsmdbf3v748lqi7b42hvr3yp86n97rb6792bcgd3kbdx7a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/monokai-theme";
- license = lib.licenses.free;
- };
- }) {};
- monroe = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "monroe";
- ename = "monroe";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "sanel";
- repo = "monroe";
- rev = "0b9b043f042145bf62969add7ec476ea51da7cbd";
- sha256 = "101lfrykdbv37spkbw7zihhx26bc1lhjyxbanrcp9880bxj04jiy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/590e5e784c5a1c12a241d90c9a0794d2737a61ef/recipes/monroe";
- sha256 = "04rhninxppvilk7s90g0wwa0g9vfcg7mk8mrb2m2c7cb9vj6wyig";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/monroe";
- license = lib.licenses.free;
- };
- }) {};
- mood-line = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mood-line";
- ename = "mood-line";
- version = "1.1.2";
- src = fetchFromGitLab {
- owner = "jessieh";
- repo = "mood-line";
- rev = "3560d8aafd8c856a218ff8fab5a30e1aa0db25b6";
- sha256 = "08qh8x0gd7byvfp03jpkd95h70djh8vrwpm451932zwf66j7fnay";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b10524f105943648ecf52f007f363b7b5534865e/recipes/mood-line";
- sha256 = "0wj8rdgsqsdd2ps3w7sj8a7yhhz0iczwgnalalzws42x8s9yn4j0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mood-line";
- license = lib.licenses.free;
- };
- }) {};
- mood-one-theme = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mood-one-theme";
- ename = "mood-one-theme";
- version = "1.0.3";
- src = fetchFromGitLab {
- owner = "jessieh";
- repo = "mood-one-theme";
- rev = "47fc825547664c3e3eb8f47f1a9cf74b23efc2c6";
- sha256 = "17zz3nc3r2cm4w99frzqxnh768vnmzs71p9zz9bj03wc222n1kv6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44fbe8c54e4052e6c38849a12425db8f7c04fcc1/recipes/mood-one-theme";
- sha256 = "1ar3vsc0d838m2k54f4v8a4mc0g21qa9rmgr2wb763vb7vpcznmi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mood-one-theme";
- license = lib.licenses.free;
- };
- }) {};
- moody = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "moody";
- ename = "moody";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "moody";
- rev = "e0975e844876f0962b2e9481c26739397bd23541";
- sha256 = "0jci21ycsyf1mblcv8vbii4wisw1zcs15q5xwld7ai24kgj70269";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63521fe6a1e540544a07231cc94144439e8caea7/recipes/moody";
- sha256 = "095241sjw330fb5lk48aa4zx8xbzk8s4ml22n6a8bzr99nkhn5jy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/moody";
- license = lib.licenses.free;
- };
- }) {};
- moom = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "moom";
- ename = "moom";
- version = "1.2.0";
- src = fetchFromGitHub {
- owner = "takaxp";
- repo = "moom";
- rev = "536eac1dd2b187f65ed85ad8efc95f7e2bcaadb2";
- sha256 = "12v2m66dlvnggmraxgmcfq4ycv6wdc56dv63gggrcy7zhlxwi9vp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c55081230ee02346ed02e0ab19ee2302e7b9ffa7/recipes/moom";
- sha256 = "11l4yc8fhxsrsjfksqj4cxr13jln0khhd2dn09i94n71dx7lybh1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/moom";
- license = lib.licenses.free;
- };
- }) {};
- morlock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "morlock";
- ename = "morlock";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "morlock";
- rev = "5fd655ba3050981ab8059bcddf5b19c21f9ceea1";
- sha256 = "0bgrqydh9bb059j6b6y86xn6qdq85y0radsi1zq20p5xmrsgivbn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b6ef53bbc80edda12a90a8a9705fe14415972833/recipes/morlock";
- sha256 = "0693jr1k8mzd7hwp52azkl62c1g1p5yinarjcmdksfyqblqq5jna";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/morlock";
- license = lib.licenses.free;
- };
- }) {};
- mosey = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mosey";
- ename = "mosey";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "mosey.el";
- rev = "2e3ac9d334fa2937ed5267193dfd25d8e1f14dc2";
- sha256 = "1yxy6m5igvsy37vn93ijs0b479v50vsnsyp8zi548iy2ribr0qr5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76a9a43eea68db9f82c07677235c481a6f243aa2/recipes/mosey";
- sha256 = "0zprzr5aqv77kmg1ki9w6fw1nc2ap6yqjl4ak05a1i9cq8g6nf3m";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mosey";
- license = lib.licenses.free;
- };
- }) {};
- move-dup = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "move-dup";
- ename = "move-dup";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "wyuenho";
- repo = "move-dup";
- rev = "dae61de7aa5e2bf56a7bab1fa36fa3a39520a3c0";
- sha256 = "1mrrxx2slxi1qgf483nnxv3y8scfsc844sfnzn4b7hjpfpali0r8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3ea1f7f015a366192492981ff75672fc363c6c18/recipes/move-dup";
- sha256 = "0b0lmiisl9yckblwf7619if88qsmbka3bl4qiaqam7fka7psxs7f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/move-dup";
- license = lib.licenses.free;
- };
- }) {};
- move-text = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "move-text";
- ename = "move-text";
- version = "2.0.8";
- src = fetchFromGitHub {
- owner = "emacsfodder";
- repo = "move-text";
- rev = "daaa5c3e01d1b88f4eea8e1421acd2453c2df350";
- sha256 = "1hm2j28vf7zh5h552wszawxsp2c4jwpc33017ld1vc9qcccp3895";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82bfd0f41e42eed1d4c2361ec1d1685edebbac1b/recipes/move-text";
- sha256 = "04bfrkanafmbrdyw06ciw9kiyn7h3kpikxk3clx2gc04jl67hzgy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/move-text";
- license = lib.licenses.free;
- };
- }) {};
- mowedline = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mowedline";
- ename = "mowedline";
- version = "3.3.0";
- src = fetchFromGitHub {
- owner = "retroj";
- repo = "mowedline";
- rev = "bde4de0a4e1404127b0a48897d8cd1d1cb8a263d";
- sha256 = "0wwl9f01b9sgs8n19a4i7h08xaf6zdljf2plbdpyy4gzi2iiqcc4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/86f7df6b8df3398ef476c0ed31722b03f16b2fec/recipes/mowedline";
- sha256 = "0c2hvvwa7s5iyz517jaskshdcq9zs15zr6xsvrcb3biahrh4bmfb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mowedline";
- license = lib.licenses.free;
- };
- }) {};
- moz = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "moz";
- ename = "moz";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "bard";
- repo = "mozrepl";
- rev = "9a3e3e08c12379a54d51ec92a012995c9597c566";
- sha256 = "1g7rriy8xnsx0xpdw54ywra2pzz6ynqlf6mpmr59xf6v8wpz85pk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6839c5e52364fb32f6d8a351e5c2f21fbd6669a1/recipes/moz";
- sha256 = "0ar2xgsi7csjj6fgiamrjwjc58j942dm32j3f3lz21yn2c4pnyxi";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/moz";
- license = lib.licenses.free;
- };
- }) {};
- moz-controller = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , moz }:
- melpaBuild {
- pname = "moz-controller";
- ename = "moz-controller";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "RenWenshan";
- repo = "emacs-moz-controller";
- rev = "42fd842039620de7fb122f7e4ffc1ab802ee97c5";
- sha256 = "1w1i1clkjg9mj1g4i2y3xw3hyj8s7h9gr04qgyb9c1q8vh11z8d0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fcc20337594a76a547f696adece121ae592c6917/recipes/moz-controller";
- sha256 = "18gca1csl9dfi9995mky8cbgi3xzf1if8pzdjiz5404gzcqk0rfd";
- name = "recipe";
- };
- packageRequires = [ moz ];
- meta = {
- homepage = "https://melpa.org/#/moz-controller";
- license = lib.licenses.free;
- };
- }) {};
- mozc-temp = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mozc }:
- melpaBuild {
- pname = "mozc-temp";
- ename = "mozc-temp";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "HKey";
- repo = "mozc-temp";
- rev = "7f5dd5fc8ceeca9b1822f7e056a4be67e2e74959";
- sha256 = "1gdi2pz8450h11aknz3hbgjlx09w6c4l8d8sz0zv3pb1z8cqkgqv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e0c77275d759bf73df11fa151b4e737d7cb15adf/recipes/mozc-temp";
- sha256 = "0x1bsa1py0kn73hzbsb4ijl0bqng8nib191vgn6xq8f5cx55044d";
- name = "recipe";
- };
- packageRequires = [ dash emacs mozc ];
- meta = {
- homepage = "https://melpa.org/#/mozc-temp";
- license = lib.licenses.free;
- };
- }) {};
- mpdel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , libmpdel
- , melpaBuild }:
- melpaBuild {
- pname = "mpdel";
- ename = "mpdel";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "mpdel";
- repo = "mpdel";
- rev = "a2da2f2fe2357641909514da788f7c6cbe5801f4";
- sha256 = "0pyyvbzskr44dxbmlp3y0r6s459fd51cvwjmnjaqxfxflr5v891g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb25443752e18e47afc63d5497cc5052c388a607/recipes/mpdel";
- sha256 = "1py6zk16yl7pyql2qxzd770clzszw7c769hw70n963kns1qmpif8";
- name = "recipe";
- };
- packageRequires = [ emacs libmpdel ];
- meta = {
- homepage = "https://melpa.org/#/mpdel";
- license = lib.licenses.free;
- };
- }) {};
- mpmc-queue = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , queue }:
- melpaBuild {
- pname = "mpmc-queue";
- ename = "mpmc-queue";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "smizoe";
- repo = "mpmc-queue";
- rev = "5e14451bdebaa17a1de9a78a712abf833e2652d8";
- sha256 = "1vlpfw79s9gczdwy6a7hl4rn94ld7jrbslga0pz8am9jnq0i9dh0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/30511f1e5eaf45b5f43fbacdd6c7254cb39b1d2c/recipes/mpmc-queue";
- sha256 = "08jcmhfl87nsg6zgv582yfs152bqihbcssh085gxxqn2x99li354";
- name = "recipe";
- };
- packageRequires = [ emacs queue ];
- meta = {
- homepage = "https://melpa.org/#/mpmc-queue";
- license = lib.licenses.free;
- };
- }) {};
- mpv = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild
- , names
- , org }:
- melpaBuild {
- pname = "mpv";
- ename = "mpv";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "kljohann";
- repo = "mpv.el";
- rev = "059135de3979e044f14503806047476d9be9f0e8";
- sha256 = "1pjhch8vah0kf73fl2fk6khhrx1kflggd3zlxrf7w4fxr0qn8la3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2392c1d1042ac6a42bbf9aa7e394c03e178829d0/recipes/mpv";
- sha256 = "1vq308ac6jj1h8qa2b2sypisb38hbvwjimqndhpfir06fghkw94l";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs json names org ];
- meta = {
- homepage = "https://melpa.org/#/mpv";
- license = lib.licenses.free;
- };
- }) {};
- mqtt-mode = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mqtt-mode";
- ename = "mqtt-mode";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "andrmuel";
- repo = "mqtt-mode";
- rev = "613e70e9b9940e635e779994b5c83f86eb62c8e6";
- sha256 = "1ci1w4yma6axiigz55b2ip0r7zy8v215532jc0rkb3wyn14nsrh7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b85c84ff9523026620e5b3cf864bbc7b9f81d57a/recipes/mqtt-mode";
- sha256 = "1zbnhd65c9wz9yr29j37c8z7vz3axpfwkzx0z8xjplp40mafpz1z";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/mqtt-mode";
- license = lib.licenses.free;
- };
- }) {};
- msvc = callPackage ({ ac-clang
- , cedet ? null
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "msvc";
- ename = "msvc";
- version = "1.4.1";
- src = fetchFromGitHub {
- owner = "yaruopooner";
- repo = "msvc";
- rev = "c3b86fb517e95c9ae4d6b851984f4f4ed1864c06";
- sha256 = "0mn12za94ciqfagia3ga7azl86abxa41191vlczh8kwspwci4x1h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69939b85353a23f374cab996ede879ab315a323b/recipes/msvc";
- sha256 = "04gq2klana557qvsi3bv6416l0319jsqb6bdfs7y6729qd94hlq3";
- name = "recipe";
- };
- packageRequires = [ ac-clang cedet cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/msvc";
- license = lib.licenses.free;
- };
- }) {};
- mtg-deck-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mtg-deck-mode";
- ename = "mtg-deck-mode";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "mattiasb";
- repo = "mtg-deck-mode";
- rev = "7774641630ef85999ab2f6d57eebddbc7c1e7244";
- sha256 = "12ajrlgyj14jf66if7bdgj69jm72wzrmiclx7x8dpsz4zpj38m20";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/425fa66cffe7bfda71de4ff2b49e951456bdeae1/recipes/mtg-deck-mode";
- sha256 = "07hszf33nawhp218f90qr4s713yyjdd7zzkq0s8q0fb6aai5iiih";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/mtg-deck-mode";
- license = lib.licenses.free;
- };
- }) {};
- mu4e-alert = callPackage ({ alert
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "mu4e-alert";
- ename = "mu4e-alert";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "iqbalansari";
- repo = "mu4e-alert";
- rev = "3453e25ff6c07c1b768b2a79fdb9fc5c97100e76";
- sha256 = "1nvsfbfsma59ilf7c3vjngnmx3aapwvvvaafdy5szm5r6lkicqvg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/mu4e-alert";
- sha256 = "0b74ky51nx75vcrrbabr5cj2cx4yax5kgaq479hjp5yc5mq2q46r";
- name = "recipe";
- };
- packageRequires = [ alert emacs ht s ];
- meta = {
- homepage = "https://melpa.org/#/mu4e-alert";
- license = lib.licenses.free;
- };
- }) {};
- mu4e-maildirs-extension = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mu4e-maildirs-extension";
- ename = "mu4e-maildirs-extension";
- version = "0.8";
- src = fetchFromGitHub {
- owner = "agpchil";
- repo = "mu4e-maildirs-extension";
- rev = "8b384b0bbda46c473dea3ee7dc68c2b3f2548528";
- sha256 = "1lyd8pcawn106zwlbq6gdq05i2zhry1qh9cdyjiw61nvgbbfi0yx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/mu4e-maildirs-extension";
- sha256 = "0bisxm0rph5q1p3zjr7vyyr0jqr3ihs6ihiwyfr8d3dvba1zhffc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mu4e-maildirs-extension";
- license = lib.licenses.free;
- };
- }) {};
- multi = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multi";
- ename = "multi";
- version = "2.0.1";
- src = fetchFromGitHub {
- owner = "kurisuwhyte";
- repo = "emacs-multi";
- rev = "884203b11fdac8374ec644cca975469aab263404";
- sha256 = "11zabs7qpdhri6n90ck7pgwcbz46d813nyl73h5m1i8jvz1wzx7v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9fea5cf529bcdf412af2926e55b8d77edc07eca/recipes/multi";
- sha256 = "1c240d1c1g8wb2ld944344zklnv86d9rycmya4z53b2ai10642ig";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/multi";
- license = lib.licenses.free;
- };
- }) {};
- multi-line = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , shut-up }:
- melpaBuild {
- pname = "multi-line";
- ename = "multi-line";
- version = "0.1.5";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "multi-line";
- rev = "778c7510b7f066f53cf1f96a6ad1079fda5dc1f7";
- sha256 = "0lr1i2a4fw40iz8qz2zqch63ci9pwvrri219phv22kn76jqn39mh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0f8eee6798a0ba71d437a1cbf82e360a5b60eafb/recipes/multi-line";
- sha256 = "1aadmijnjr029s1qq4gk8xyl9m8xb5x5774b8i3jyfixyjqvhvwp";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs s shut-up ];
- meta = {
- homepage = "https://melpa.org/#/multi-line";
- license = lib.licenses.free;
- };
- }) {};
- multi-run = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , window-layout }:
- melpaBuild {
- pname = "multi-run";
- ename = "multi-run";
- version = "1";
- src = fetchFromGitHub {
- owner = "sagarjha";
- repo = "multi-run";
- rev = "87d9eed414999fd94685148d39e5308c099e65ca";
- sha256 = "0m4wk6sf01b7bq5agmyfcm9kpmwmd90wbvh7fkhs61mrs86s2zw8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e05ad99477bb97343232ded7083fddb810ae1781/recipes/multi-run";
- sha256 = "1iv4a49czdjl0slp8590f1ya0vm8g2ycnkwrdpqi3b55haaqp91h";
- name = "recipe";
- };
- packageRequires = [ emacs window-layout ];
- meta = {
- homepage = "https://melpa.org/#/multi-run";
- license = lib.licenses.free;
- };
- }) {};
- multi-term = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multi-term";
- ename = "multi-term";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "multi-term";
- rev = "c9e67edb772f2d9f9da8d887dc746459cfbce244";
- sha256 = "1bn6zx931vz2fa72ab999r33bxv8brn3cqmalvq25x7s4z3q1lyi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/multi-term";
- sha256 = "16idk4nd7qpyrvyspbrdl8gdfaclng6ny0xigk6fqdv352djalal";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/multi-term";
- license = lib.licenses.free;
- };
- }) {};
- multi-web-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multi-web-mode";
- ename = "multi-web-mode";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "fgallina";
- repo = "multi-web-mode";
- rev = "0517b9e2b3052533ac0cb71eba7073ed309fce06";
- sha256 = "1d9y3dw27pgzgv6wk575d5ign55xdqgbl3ycyq1z7sji1477lz6b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/multi-web-mode";
- sha256 = "0vi4yvahr10aqpcz4127c8pcqpr5srwc1yhgipnbnm86qnh34ql5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/multi-web-mode";
- license = lib.licenses.free;
- };
- }) {};
- multiple-cursors = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "multiple-cursors";
- ename = "multiple-cursors";
- version = "1.4.0";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "multiple-cursors.el";
- rev = "b3bd49c756cd959c0fb998d27eaf3d273570b05e";
- sha256 = "1ijgvzv5r44xqvz751fd5drbvrspapw6xwv47582w255j363r6ss";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a5f015e6b88be2a5ded363bd882a558e94d1f391/recipes/multiple-cursors";
- sha256 = "0mky5p9wpd3270wr5vfna8rkk2ff81wk7vicyxli39195m0qgg0x";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/multiple-cursors";
- license = lib.licenses.free;
- };
- }) {};
- mustache = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "mustache";
- ename = "mustache";
- version = "0.23";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "mustache.el";
- rev = "9963a8ddd42ba01899b9d3c74c518745dfe1a2fb";
- sha256 = "0514fdiq81qqcz6x9fajn9qxsg11q8dkg3n8b36xx4zpyawz59c4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d1bcf9599ca6d2c29333071a80f96808d4ab52e2/recipes/mustache";
- sha256 = "1pjr00xx77mlfw1myxaz6i3y2gbivhbiq5hyjxxbjlfrkm1vxc8g";
- name = "recipe";
- };
- packageRequires = [ dash ht s ];
- meta = {
- homepage = "https://melpa.org/#/mustache";
- license = lib.licenses.free;
- };
- }) {};
- mustache-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mustache-mode";
- ename = "mustache-mode";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "mustache";
- repo = "emacs";
- rev = "bf9897eb287ca47ced65d7d4e07ea61ea0aec39f";
- sha256 = "15gw4d0hp15rglsj8hzd290li4p0kadj2dsz0dgfcxld7hnimihk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/mustache-mode";
- sha256 = "1xmqh663r5i42a586xn0wzw6h1jkvhbnw5iwvjv96w452slhkr36";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mustache-mode";
- license = lib.licenses.free;
- };
- }) {};
- mwim = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mwim";
- ename = "mwim";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "mwim.el";
- rev = "462207227b98a6a4356d51419f5ad5ba9356e5cf";
- sha256 = "06lw6064i82daasgm87gm58d142pypqc1q3cnx1cm35hyj4skd32";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b7e1aa2fa1294b27ed7b6c5bdd5844fa5c37df72/recipes/mwim";
- sha256 = "0bsibwplvyv96y5i5svm2b0jwzs5a7jr2aara7v7xnpj0nqaxm8k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/mwim";
- license = lib.licenses.free;
- };
- }) {};
- mykie = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "mykie";
- ename = "mykie";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "yuutayamada";
- repo = "mykie-el";
- rev = "ab8f7549f9018c26278d101af1b90997c9e5e0b3";
- sha256 = "0550k0rfm0zai306642v689mcpsw9pbd5vs0il82cihwvrxjifc5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e10504a19e052c080be2ccc9b1b8fd2e73a852e0/recipes/mykie";
- sha256 = "12ram39fp3m9ar6q184rsnpkxb14y0ajibng7ia2ck54ck7n36cj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/mykie";
- license = lib.licenses.free;
- };
- }) {};
- mysql-to-org = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "mysql-to-org";
- ename = "mysql-to-org";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "mallt";
- repo = "mysql-to-org-mode";
- rev = "0f51b174a0ee6c9820baf9d79783923b270f3ffc";
- sha256 = "1gxp1a26sna0p3xq6by8bk4yphhh32bvll0sdm2p3wkpdaci7hyz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/mysql-to-org";
- sha256 = "0jjdv6ywdn1618l36bw3xa3mdgg3rc8r0rdv9xdqx8mmg648a7gj";
- name = "recipe";
- };
- packageRequires = [ emacs s ];
- meta = {
- homepage = "https://melpa.org/#/mysql-to-org";
- license = lib.licenses.free;
- };
- }) {};
- myterminal-controls = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "myterminal-controls";
- ename = "myterminal-controls";
- version = "1.3.0";
- src = fetchFromGitHub {
- owner = "myTerminal";
- repo = "myterminal-controls";
- rev = "df144b269bc274162602e50c692be20ac9b90547";
- sha256 = "02bd47rx2ykz5hhrf1szcqz7s9r5fxz7n3hnwlqap2r6xcv6cpvk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a82a45d9fcafea0795f832bce1bdd7bc83667e2/recipes/myterminal-controls";
- sha256 = "0ipk5s2whf3l68q0dydm1j6rcb6jhk61hgjwxygdphifvih7c5y2";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/myterminal-controls";
- license = lib.licenses.free;
- };
- }) {};
- name-this-color = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "name-this-color";
- ename = "name-this-color";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "knl";
- repo = "name-this-color.el";
- rev = "e37cd1291d5d68d4c8d6386eab9cb9d94fd3bcfa";
- sha256 = "0amhw630hgc0j8wr8m6aav399ixi3vbwrck79hhlr3pmyh91vv7n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/name-this-color";
- sha256 = "15x3dp135p45gv4qn4ll3pd6zqi4glcpv6fzvjxnx0dcval9z4d8";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/name-this-color";
- license = lib.licenses.free;
- };
- }) {};
- nameless = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nameless";
- ename = "nameless";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "Nameless";
- rev = "ab1a5c589378334eafca105af1a17f73b9065423";
- sha256 = "107q1rximjnag9r9vgwh0iv687i3rsscbdnjc46f8l16j6vi4n7d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e4ee4dae5f32a8d445dc0cc2455c1f7075c9b3d/recipes/nameless";
- sha256 = "14agx54h2vqfb0656n12z761ywyxsdskd6xa1ccar70l9vwj85vq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nameless";
- license = lib.licenses.free;
- };
- }) {};
- names = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "names";
- ename = "names";
- version = "20151201.0";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "names";
- rev = "00862c57ae6363ba86d1e5ce138929a1b6d5c7e6";
- sha256 = "0m82g27gwf9mvicivmcilqghz5b24ijmnw0jf0wl2skfbbg0sydh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/names";
- sha256 = "1q784606jlakw1z6sx2g2x8hz8c8arywrm2r626wj0v105v510vg";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/names";
- license = lib.licenses.free;
- };
- }) {};
- narrow-reindent = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "narrow-reindent";
- ename = "narrow-reindent";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "emallson";
- repo = "narrow-reindent.el";
- rev = "87466aac4dbeb79597124dd077bf5c704872fd3d";
- sha256 = "10yn215xb4s6kshk108y75im1xbdp0vwc9kah5bbaflp9234i0zh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/73c7f01a009dc7ac1b9da8ce41859695a97b7878/recipes/narrow-reindent";
- sha256 = "0fybal70kk62zlra63x4jb72694m0mzv4cx746prx9anvq1ss2i0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/narrow-reindent";
- license = lib.licenses.free;
- };
- }) {};
- narrowed-page-navigation = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "narrowed-page-navigation";
- ename = "narrowed-page-navigation";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "narrowed-page-navigation";
- rev = "b215adbac4873f56fbab65772062f0f5be8058a1";
- sha256 = "0ydxj6dc10knambma2hpimqrhfz216nbj96w1dcwgjixs4cd4nax";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e37e993fec280428f094b6c8ec418fe5ba8c6d49/recipes/narrowed-page-navigation";
- sha256 = "1yrmih60dd69qnin505jlmfidm2svzpdrz46286r7nm6pk7s4pb7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/narrowed-page-navigation";
- license = lib.licenses.free;
- };
- }) {};
- nasm-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nasm-mode";
- ename = "nasm-mode";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "nasm-mode";
- rev = "d990ed94d902b74a5c834fb567e03307607cee45";
- sha256 = "1dyc50a1zskx9fqxl2iy2x74f3bkb2ccz908v0aj13rqfqqnns9j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1a832b3bd7c2f2d3cee8bcfb5421d22acf5523e/recipes/nasm-mode";
- sha256 = "1626yf9mmqlsw8w01vzqsyb5ipa56259d4kl6w871k7rvhxwff17";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nasm-mode";
- license = lib.licenses.free;
- };
- }) {};
- nav-flash = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nav-flash";
- ename = "nav-flash";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "nav-flash";
- rev = "9054a0f9b51da9e5207672efc029ba265ba28f34";
- sha256 = "119hy8rs83f17d6zizdaxn2ck3sylxbyz7adszbznjc8zrbaw0ic";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/nav-flash";
- sha256 = "0936kr0s6zxxmjwaqm7ywdw2im4dxai1xb7j6xa2gp7c70qvvsx3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nav-flash";
- license = lib.licenses.free;
- };
- }) {};
- navi-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "navi-mode";
- ename = "navi-mode";
- version = "2.0";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "navi";
- rev = "c1b91438aebe2115a4e5d8ebec995dade74f19c4";
- sha256 = "175l9s269wzqlg0axs7lr4834x7ghkgfz43xqcxnd2sdsmyrdd7s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8edf78a0ecd2ff8e6e066b80751a31e11a068c3f/recipes/navi-mode";
- sha256 = "0pc52iq8lng2g0vpnrhdfxmibc1dx9ksmrjg0303as1yv41fnc69";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/navi-mode";
- license = lib.licenses.free;
- };
- }) {};
- navorski = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multi-term
- , s }:
- melpaBuild {
- pname = "navorski";
- ename = "navorski";
- version = "0.2.7";
- src = fetchFromGitHub {
- owner = "roman";
- repo = "navorski.el";
- rev = "4546d4e4dfbec20ee8c423c045408a3388a9eab9";
- sha256 = "09cb07f98aclgq8jf5419305zydkk1hz4nvzrwqz7syrlpvx8xi5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9246cef94029d2da2211345c076ed55deb91e8fa/recipes/navorski";
- sha256 = "0dnzpsm0ya8rbcik5wp378hc9k7gjb3gwmkqqj889c38q5cdwsx7";
- name = "recipe";
- };
- packageRequires = [ dash multi-term s ];
- meta = {
- homepage = "https://melpa.org/#/navorski";
- license = lib.licenses.free;
- };
- }) {};
- ncl-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ncl-mode";
- ename = "ncl-mode";
- version = "0.99.2";
- src = fetchFromGitHub {
- owner = "yyr";
- repo = "ncl-mode";
- rev = "164e504e25cec1812fbae5c3dae164d9f6018ece";
- sha256 = "1m3llm87qgd7sr6ci22nd835vdg0qprs5m9lqcx74k689jl89cni";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2eea3936b8a3a7546450d1d7399e0f86d855fefd/recipes/ncl-mode";
- sha256 = "1niy0w24q6q6j7s0l9fcaqai7zz2gg1qlk2s9sxb8j79jc41y47k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ncl-mode";
- license = lib.licenses.free;
- };
- }) {};
- nemerle = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nemerle";
- ename = "nemerle";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "rsdn";
- repo = "nemerle";
- rev = "69cec44ed3861ddfa0e23a4e44b926dda8a9716b";
- sha256 = "0hk18jd4bz0gp7b0qn2vgh3sc7r7cygc3gg269dyv5v4n1vyxx79";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/nemerle";
- sha256 = "1rbalq3s2inwz9cf6bfmnxgqd9ylba3crflfjs6b4mnp33z4swny";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nemerle";
- license = lib.licenses.free;
- };
- }) {};
- neon-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "neon-mode";
- ename = "neon-mode";
- version = "1.3.0";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "neon-mode";
- rev = "99d15e46beaf1e7d71e39a00cce810df1f33229d";
- sha256 = "07vsi07m5q070fvkqhz32qa2y7dgnyi1kggairimbiwbn98bh642";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c6b2a4898bf21413c4d9e6714af129bbb0a23e1a/recipes/neon-mode";
- sha256 = "0kgyc0rkxvvks5ykizfv82f2cx7ck17sk63plj7bld6khlcgv0y6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/neon-mode";
- license = lib.licenses.free;
- };
- }) {};
- neotree = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "neotree";
- ename = "neotree";
- version = "0.5.2";
- src = fetchFromGitHub {
- owner = "jaypei";
- repo = "emacs-neotree";
- rev = "5e1271655170f4cdc6849258e383c548a4e6e3d0";
- sha256 = "0hx72fq10772bbyqrj7mhhp02k26cccjxdadiqm1ykainhfmn1x0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9caf2e12762d334563496d2c75fae6c74cfe5c1c/recipes/neotree";
- sha256 = "05smm1xsn866lsrak0inn2qw6dvzy24lz6h7rvinlhk5w27xva06";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/neotree";
- license = lib.licenses.free;
- };
- }) {};
- netease-music = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "netease-music";
- ename = "netease-music";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "nicehiro";
- repo = "netease-music";
- rev = "f3bba59664e1c4c4ed47f16fa786151272d99a70";
- sha256 = "1a6r7cmxvg83fa285drli2nac9a56kyd2pn4y1vfcg7jiy6czhiw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca3d4a8f8d9080e26a8fe2c38c0001d5cfc3c88c/recipes/netease-music";
- sha256 = "1vb81f1l45v6rny91rcqvnhzqh5ybdr0r39yrcaih8zhvamk685z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/netease-music";
- license = lib.licenses.free;
- };
- }) {};
- ng2-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , typescript-mode }:
- melpaBuild {
- pname = "ng2-mode";
- ename = "ng2-mode";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "ng2-mode";
- rev = "57e6e4e388624853bc3b79bf5b17d2663ce26fa5";
- sha256 = "08dm8clw3xm0c3xcbl3q4dm9n7cxhpldnwxjaxs1glc5l21qdg4q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a856ecd8aca2d9232bb20fa7019de9e1dbbb19f4/recipes/ng2-mode";
- sha256 = "0sr4yh5nkgqb1qciq9mzzhr64350bi2wjm6z9d616nkjw72saz1r";
- name = "recipe";
- };
- packageRequires = [ typescript-mode ];
- meta = {
- homepage = "https://melpa.org/#/ng2-mode";
- license = lib.licenses.free;
- };
- }) {};
- nginx-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nginx-mode";
- ename = "nginx-mode";
- version = "1.1.9";
- src = fetchFromGitHub {
- owner = "ajc";
- repo = "nginx-mode";
- rev = "a2bab83c2eb233d57d76b236e7c141c2ccc97005";
- sha256 = "17dh5pr3gh6adrbqx588gimxbb2fr7iv2qrxv6r48w2727l344xs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a6da3640b72496e2b32e6ed21aa39df87af9f7f3/recipes/nginx-mode";
- sha256 = "07k17m64zhv6gik8v4n73d8l1k6fsp4qp8cl94r384ny0187y65c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nginx-mode";
- license = lib.licenses.free;
- };
- }) {};
- niceify-info = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "niceify-info";
- ename = "niceify-info";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "aaron-em";
- repo = "niceify-info.el";
- rev = "66b45916f1994e16ee023d29fa7cf8fec48078f1";
- sha256 = "0dzcaa88l7yjc7fhyhkvbzs7bmhi6bb6rx41wsnnidlnpzbgdrk7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b2a923da7363d904eb848eb335736974e05dba1/recipes/niceify-info";
- sha256 = "1s9c8yxbab9zl5jx38alwa2hpp4zj5cb9a5gfm3x09jf3iw768bl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/niceify-info";
- license = lib.licenses.free;
- };
- }) {};
- night-owl-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "night-owl-theme";
- ename = "night-owl-theme";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "aaronjensen";
- repo = "night-owl-emacs";
- rev = "250824cbbdb37c631c9abc71fdf21cf35d476d8b";
- sha256 = "0rjwvc0fm0bcnz611q9vxvkzax5bryyc8g8b6sawz9m3l2sqdrch";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77fe194a0e58bdb9789c85f3c50895eb886b4016/recipes/night-owl-theme";
- sha256 = "121jc59ry60h1ml1vxx4a6l4a6jcxk7fc4wz32fqv5pr03rzgs7h";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/night-owl-theme";
- license = lib.licenses.free;
- };
- }) {};
- nim-mode = callPackage ({ commenter
- , emacs
- , epc
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nim-mode";
- ename = "nim-mode";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "nim-lang";
- repo = "nim-mode";
- rev = "86abed21b9b718ac65cc167f208e0bd5b92c79ed";
- sha256 = "0h1paf9z6xvkay97ns74w2w9plwi46md5f2kik4jvjy74p57gxal";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc2ccb5f24b9d55c77eaa7952a9e6a2e0ed7be24/recipes/nim-mode";
- sha256 = "1kzn3kkkj7jzs7fqhvib196sl3vp7kbhb4icqzmvvmv366lkaib6";
- name = "recipe";
- };
- packageRequires = [ commenter emacs epc flycheck let-alist ];
- meta = {
- homepage = "https://melpa.org/#/nim-mode";
- license = lib.licenses.free;
- };
- }) {};
- ninja-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ninja-mode";
- ename = "ninja-mode";
- version = "1.9.0";
- src = fetchFromGitHub {
- owner = "ninja-build";
- repo = "ninja";
- rev = "6d5a4b9eb973e9d82d63f8f9a421fad97d20e6d0";
- sha256 = "1y5bkgd4kx0gm371k78fk0bjbjfnjxah88brgrvj9x29vw4vgl91";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/ninja-mode";
- sha256 = "1v6wy9qllbxl37fp9h47000lwp557qss6fdjb3a1f20msg8f70av";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ninja-mode";
- license = lib.licenses.free;
- };
- }) {};
- nix-buffer = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nix-buffer";
- ename = "nix-buffer";
- version = "3.1.1";
- src = fetchFromGitHub {
- owner = "shlevy";
- repo = "nix-buffer";
- rev = "db57cda36e7477bdc7ef5a136357b971b1d4d099";
- sha256 = "0b01b4l9c70sad5r5py5hvg7s6k6idwwp0pv3rn8rj0fq5wlyixj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/08b978724ff26b3ea7a134d307d888c80e2a92a9/recipes/nix-buffer";
- sha256 = "1fjkf88345v9l2v2mk8a057mw0p0rckf6rjf00y5464dyhh58vcd";
- name = "recipe";
- };
- packageRequires = [ emacs f ];
- meta = {
- homepage = "https://melpa.org/#/nix-buffer";
- license = lib.licenses.free;
- };
- }) {};
- nix-haskell-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , haskell-mode
- , lib
- , melpaBuild
- , nix-mode }:
- melpaBuild {
- pname = "nix-haskell-mode";
- ename = "nix-haskell-mode";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "matthewbauer";
- repo = "nix-haskell-mode";
- rev = "1622924f0f6668f9b42f135323087ba94b1bf252";
- sha256 = "09x4b939y0w4irnkvpxhn1jkzy4id9vhfkl5b9f14jjdny2d6l3a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aeb879e2e8b017d3e1ccdc8d19f17d09b2ad5f1b/recipes/nix-haskell-mode";
- sha256 = "1rygqmq01p27gbda6hgnzisng7xqf63x462a3x31ym67ivxsyqz3";
- name = "recipe";
- };
- packageRequires = [ emacs flycheck haskell-mode nix-mode ];
- meta = {
- homepage = "https://melpa.org/#/nix-haskell-mode";
- license = lib.licenses.free;
- };
- }) {};
- nix-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nix-mode";
- ename = "nix-mode";
- version = "1.3.0";
- src = fetchFromGitHub {
- owner = "NixOS";
- repo = "nix-mode";
- rev = "1389a6b25a22328f2a1333718882c7aa8a1f42c4";
- sha256 = "15n2prz07fsb6v0pyb1zkgamps6f6ynbfk8nv71g994k83x0178d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1870d786dbfac3b14386c8030e06f2d13ab9da6/recipes/nix-mode";
- sha256 = "10f3ly4860lkxzykw4fbvhn3i0c2hgj77jfjbhlk2c1jz9x4yyy5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nix-mode";
- license = lib.licenses.free;
- };
- }) {};
- nixos-options = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nixos-options";
- ename = "nixos-options";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "travisbhartwell";
- repo = "nix-emacs";
- rev = "5fc8fa29bea9dd8e9c822af92f9bc6ddc223635f";
- sha256 = "1lm7rkgf7q5g4ji6v1masfbhxdpwni8d77dapsy5k9p73cr2aqld";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6846c7d86e70a9dd8300b89b61435aa7e146be96/recipes/nixos-options";
- sha256 = "1m3jipidk10zj68rzjbacgjlal31jf80gqjxlgj4qs8lm671gxmm";
- name = "recipe";
- };
- packageRequires = [ emacs json ];
- meta = {
- homepage = "https://melpa.org/#/nixos-options";
- license = lib.licenses.free;
- };
- }) {};
- nlinum-hl = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nlinum }:
- melpaBuild {
- pname = "nlinum-hl";
- ename = "nlinum-hl";
- version = "1.0.6";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-nlinum-hl";
- rev = "dc6b365a58e06c7d637a76a31c71a40b20da8b56";
- sha256 = "1fvvyc77iggil9mzy8hd4vx8xw96bkfx6pmlb9ami428qp8r45g7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b13a886535a5c33fe389a6b616988b7377249625/recipes/nlinum-hl";
- sha256 = "17lcp1ira7yhch9npg9sf3npwg06yh9zyhg0lnb22xg09lbndj0x";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs nlinum ];
- meta = {
- homepage = "https://melpa.org/#/nlinum-hl";
- license = lib.licenses.free;
- };
- }) {};
- no-littering = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "no-littering";
- ename = "no-littering";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "no-littering";
- rev = "99ae007ead688689b5b25a9482f98ec67663bb61";
- sha256 = "0sg4qh9a6k1m24qamsf7ldpghjcawbdgh114gy08jnw478nf05kv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57a2fb9524df3fdfdc54c403112e12bd70888b23/recipes/no-littering";
- sha256 = "15w784ir48v8biiaar8ip19s9y3wn5831m815kcw02mgzy3bfjmh";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/no-littering";
- license = lib.licenses.free;
- };
- }) {};
- noccur = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "noccur";
- ename = "noccur";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "noccur.el";
- rev = "ff2a76883c43b283a08680733ec3ad403a1b1827";
- sha256 = "0y18hpwgzvm1i9yb3b6fxpbh3fmzkmyldq4as65i5s8n66i7mr6j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/41f15b8298390310e95cbe137ea1516c0be10b94/recipes/noccur";
- sha256 = "0a8l50v09bgap7rsls808k9wyjpjbcxaffsvz7hh9rw9s7m5fz5g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/noccur";
- license = lib.licenses.free;
- };
- }) {};
- nodejs-repl = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nodejs-repl";
- ename = "nodejs-repl";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "abicky";
- repo = "nodejs-repl.el";
- rev = "3f79caf542403ac80c7a1c3542f493f97a0c26ef";
- sha256 = "05ccv87rnw7fss3lib8m9sywjrj6n92fnd7mmhmjh27g2klqc83z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/14f22f97416111fcb02e299ff2b20c44fb75f049/recipes/nodejs-repl";
- sha256 = "0rvhhrsw87kfrwdhm8glq6b3nr0v90ivm7fcc0da4yc2jmcyk907";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nodejs-repl";
- license = lib.licenses.free;
- };
- }) {};
- nodemcu-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nodemcu-mode";
- ename = "nodemcu-mode";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "andrmuel";
- repo = "nodemcu-mode";
- rev = "8effd9f3df40b6b92a2f05e4d54750b624afc4a7";
- sha256 = "1s19sshsm4cdx8kj5prmsq8ryz4843xcqmdayvlfl99jxsp9j4pm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a414f8b30954a50d74e4ae42abcf436cfca8d2b4/recipes/nodemcu-mode";
- sha256 = "0xx5dys8vifgaf3hb4q762xhhn1jybc4xwajqj98iban4nrakb3a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nodemcu-mode";
- license = lib.licenses.free;
- };
- }) {};
- nofrils-acme-theme = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nofrils-acme-theme";
- ename = "nofrils-acme-theme";
- version = "0.1.0";
- src = fetchFromGitLab {
- owner = "esessoms";
- repo = "nofrils-theme";
- rev = "7825f88cb881a84eaa5cd1689772819a18eb2943";
- sha256 = "009did3i3i8yi0virq606l02w1mw0gdyiqablqg7m368gx0gfvh5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c59ddaa5e41d3c25c446b1ed1905d7f88b448e0a/recipes/nofrils-acme-theme";
- sha256 = "01xqsn8whczv34lfa9vbm5rpvrvsrlpav8pzng10jvax1a9wdp3a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nofrils-acme-theme";
- license = lib.licenses.free;
- };
- }) {};
- nord-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nord-theme";
- ename = "nord-theme";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "arcticicestudio";
- repo = "nord-emacs";
- rev = "290aa9221a10e107acb0f06d0ec338fcb3e44785";
- sha256 = "0az5l8y3jg6yk587wvgz1v5671d8p1vf9m0529x9axi1x7yzxry1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31cb60069825abe3998c8b43bc9177b39a7f3659/recipes/nord-theme";
- sha256 = "0p4fqg4i2ayimd8kxsqnb1xkapzhhxf7szxi1skva4dcym3z67cc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/nord-theme";
- license = lib.licenses.free;
- };
- }) {};
- notmuch = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "notmuch";
- ename = "notmuch";
- version = "0.29";
- src = fetchgit {
- url = "https://git.notmuchmail.org/git/notmuch";
- rev = "9300defd64acf68b8e6fa6fbd89b8050168bb63d";
- sha256 = "09myljmmrcr4f6a93zwi8k39nndw2fmpj3g2jk2bl3ddql8x0gvl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d05fbde3aabfec4efdd19a33fd2b1297905acb5a/recipes/notmuch";
- sha256 = "0pznpl0aqybdg4b2qypq6k4jac64sssqhgz6rvk9g2nkqhkds1x7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/notmuch";
- license = lib.licenses.free;
- };
- }) {};
- notmuch-labeler = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , notmuch }:
- melpaBuild {
- pname = "notmuch-labeler";
- ename = "notmuch-labeler";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "notmuch-labeler";
- rev = "d65d1129555d368243df4770ecc1e7ccb88efc58";
- sha256 = "1ss87vlp7625lnn2iah3rc1xfxcbpx4kmiww9n16jx073fs2rj18";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2e9940e66bbf70ec868dbdaaeaa1fbd4f076a2e1/recipes/notmuch-labeler";
- sha256 = "1c0cbkk5k8ps01xl63a0xa2adkqaj0znw8qs8ca4ai8v1420bpl0";
- name = "recipe";
- };
- packageRequires = [ notmuch ];
- meta = {
- homepage = "https://melpa.org/#/notmuch-labeler";
- license = lib.licenses.free;
- };
- }) {};
- nov = callPackage ({ dash
- , emacs
- , esxml
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nov";
- ename = "nov";
- version = "0.2.7";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "nov.el";
- rev = "3bb7a4038f0c2100df671c9f1f33b785ed4ae296";
- sha256 = "1s2av1yrzsqslgjfiislf9bljdk0rxpyq2vrbyralfnj2wvgpk9m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cf543955ba2d5d0074fa2a5ba176f9415f6e006d/recipes/nov";
- sha256 = "0hlcncpdazi4rn5yxd0zq85v7gpjhw7a6dl2i99zf4ymsan97lhq";
- name = "recipe";
- };
- packageRequires = [ dash emacs esxml ];
- meta = {
- homepage = "https://melpa.org/#/nov";
- license = lib.licenses.free;
- };
- }) {};
- noxml-fold = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "noxml-fold";
- ename = "noxml-fold";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "paddymcall";
- repo = "noXML-fold";
- rev = "69138e030f4c25e635f0af94d2272504ec88992d";
- sha256 = "0amg0d733njmj654lf2q92j8ql76h29zjk37fj692mjykcqsbf98";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/13d2af88b292293cb5ab50819c63acfe936630c8/recipes/noxml-fold";
- sha256 = "11dninxxwhflf2qrmvwmrryspd9j6m95kdlmyx59ykqvw8j0siqc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/noxml-fold";
- license = lib.licenses.free;
- };
- }) {};
- npm-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "npm-mode";
- ename = "npm-mode";
- version = "0.6.0";
- src = fetchFromGitHub {
- owner = "mojochao";
- repo = "npm-mode";
- rev = "84b35211cba4f2d5f03b8dc2b60ae4b03d90bf8a";
- sha256 = "1mh6nbffciw4yhv049kdhh796ysj1x21ndm3fwymhskb3dy0w1ss";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/22dd6b2f8a94f56a61f4b70bd7e44b1bcf96eb18/recipes/npm-mode";
- sha256 = "1aym4jfr6im6hdc5d7995q6myhgig286fk9hpaxdf418h1s17rqr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/npm-mode";
- license = lib.licenses.free;
- };
- }) {};
- nrepl-sync = callPackage ({ cider
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nrepl-sync";
- ename = "nrepl-sync";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "lein-sync";
- rev = "9506238562c2e0c0df744e0d81edff4c74322a7d";
- sha256 = "1si5pfczk3iypdx2ydhirznx2hvp6r7sq2hy64gn3mn4r68svlfi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2059ab6f2a3adc5af4f0876546e344e806e22ee5/recipes/nrepl-sync";
- sha256 = "01b504b4d8rrhlf3sfq3kk9i222fch6jd5jbm02kqw20fgv6q3jd";
- name = "recipe";
- };
- packageRequires = [ cider ];
- meta = {
- homepage = "https://melpa.org/#/nrepl-sync";
- license = lib.licenses.free;
- };
- }) {};
- ns-auto-titlebar = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ns-auto-titlebar";
- ename = "ns-auto-titlebar";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ns-auto-titlebar";
- rev = "b16092e8058af63ad2bc222f166b0aa3cb66bf9d";
- sha256 = "0m1ih8ca4702zrkhl3zdvwbci96wyjlxhpfx95w372k25rca87dq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d22ebb5ef16df0c56d6031cb1c7f312dca514482/recipes/ns-auto-titlebar";
- sha256 = "1wk4y2jwl65z18cv57m8zkcg31wp9by74z2zvccxzl7mwlhy7kqg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ns-auto-titlebar";
- license = lib.licenses.free;
- };
- }) {};
- nsis-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nsis-mode";
- ename = "nsis-mode";
- version = "0.44";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "nsis-mode";
- rev = "f1bf701c37680553c8f51462e0829d0dd6c53187";
- sha256 = "0c4qfbb345yna5c30czq8nhcx283z1fnpp6h16p7vjqs6y37czsl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e9b169a80c7afdeb0c6e17cd289114b5d3d97266/recipes/nsis-mode";
- sha256 = "0pc047ryw906sz5mv0awvl67kh20prsgx6fbh0j1qm0cali2792l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nsis-mode";
- license = lib.licenses.free;
- };
- }) {};
- number-lock = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "number-lock";
- ename = "number-lock";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "Liu233w";
- repo = "number-lock.el";
- rev = "1c71e31ae4974e04a21c22c6f059a59221793901";
- sha256 = "0iy16jbp4zaaxf9lk1yw9n1dzqbvsmqnny3iplvlp69a70q0j2z8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3c107adabe2e4c5b35ebb6b21db076cdea0e9c24/recipes/number-lock";
- sha256 = "13xqn4bcjm01zl0rgbwzad58x35230lm2qiipbyqkh2ma0a9pqn4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/number-lock";
- license = lib.licenses.free;
- };
- }) {};
- numbers = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "numbers";
- ename = "numbers";
- version = "1.4";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "numbers.el";
- rev = "74be68b94143f042ce461b2a69202f515acaf20c";
- sha256 = "0b4bgc4hkndia8zg4d23l1w78iwzj1l46ifrhz5z1p97qldalb0x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c77353d3a2b0d360bb28e528ef2707227081c72/recipes/numbers";
- sha256 = "02cx19fi34yvc0icajnwrmb8lr2g8y08kis08v9xxalfxz06kb3h";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/numbers";
- license = lib.licenses.free;
- };
- }) {};
- nvm = callPackage ({ dash
- , dash-functional
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "nvm";
- ename = "nvm";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "nvm.el";
- rev = "d18b13e8275a57ee6c55dc71b671f02a8e6522ad";
- sha256 = "1624jj922l0bbav1v8szdr0lpyx0ng959fg3sspg1j15kgkir8kf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/nvm";
- sha256 = "0md1ybc2r2fxykwk21acjhdzy2kw326bdwa1d15c6f48lknzvg4w";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional f s ];
- meta = {
- homepage = "https://melpa.org/#/nvm";
- license = lib.licenses.free;
- };
- }) {};
- nyan-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "nyan-mode";
- ename = "nyan-mode";
- version = "1.1.2";
- src = fetchFromGitHub {
- owner = "TeMPOraL";
- repo = "nyan-mode";
- rev = "4195cd368aca8f05a71cbff4e60cfa9dde10319a";
- sha256 = "1bnfxw6cnhsqill3n32j9bc6adl437ia9ivbwvwjpz1ay928yxm7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4d8c3000df5f2ee2493a54dee6f9b65008add753/recipes/nyan-mode";
- sha256 = "1z2wnsbjllqa533g1ab5cgbv3d9hjix7fsd7z9c45nqh5cmadmyv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/nyan-mode";
- license = lib.licenses.free;
- };
- }) {};
- o-blog = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "o-blog";
- ename = "o-blog";
- version = "2.0";
- src = fetchFromGitHub {
- owner = "renard";
- repo = "o-blog";
- rev = "069220e1046988ecd4658b09f9e2470c476c34e1";
- sha256 = "16x0wy3w0vqpp17k5scbd53zwi8dxngm064rzg1kc24md8q6kqib";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d5f24e70260f46445b119817bc1326f29b367c4b/recipes/o-blog";
- sha256 = "08grkyvg27wd5232q3y8p0v7higfq7bmsdzmvhja96v6qy2xsbja";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/o-blog";
- license = lib.licenses.free;
- };
- }) {};
- ob-async = callPackage ({ async
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-async";
- ename = "ob-async";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "astahlman";
- repo = "ob-async";
- rev = "4bd85c9065f4b075190ffa5a721b9191bc84d6e9";
- sha256 = "0i8551vhn6l7gfw3zxnrimp6nzlxkp13gkvzmcmjs1c5pbxqrrik";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ob-async";
- sha256 = "0k7kv71nnibp53lav774c61w9pzhq8qvch9rvpyyrwbyd67ninl8";
- name = "recipe";
- };
- packageRequires = [ async dash emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ob-async";
- license = lib.licenses.free;
- };
- }) {};
- ob-blockdiag = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-blockdiag";
- ename = "ob-blockdiag";
- version = "20170728.113";
- src = fetchFromGitHub {
- owner = "corpix";
- repo = "ob-blockdiag.el";
- rev = "634fcf64a4ae735afe7001d865b03f5d71e23046";
- sha256 = "0xr3bv4wxz13b1grfyl2qnrszzab3n9735za837nf4lxh527ksaj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/261b77a3fd07644d1c250b16857de70cc1bbf478/recipes/ob-blockdiag";
- sha256 = "1lmawbgrlp6qd7p664jcl98y1xd2yqw9np6j52bh9i6s3cz6628g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-blockdiag";
- license = lib.licenses.free;
- };
- }) {};
- ob-coffeescript = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-coffeescript";
- ename = "ob-coffeescript";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "brantou";
- repo = "ob-coffeescript";
- rev = "219c83f6c44e3612a7718c996365df1de747127d";
- sha256 = "14va23m0wab1jf6jc5m61y2c0kcmc8dha463vyci1mvs3p1psjr8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba1a808c77653bac1948d6c44bd1db09301ffeff/recipes/ob-coffeescript";
- sha256 = "05q1wnabw52kd3fpcpinpxs9z6xmi4n1p19jbcz0bgjpnw05s27p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-coffeescript";
- license = lib.licenses.free;
- };
- }) {};
- ob-http = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "ob-http";
- ename = "ob-http";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "zweifisch";
- repo = "ob-http";
- rev = "d57a9d4bb8727f36cb264189fe0a4cd9ef7c1c56";
- sha256 = "1iqcfzkk4b923mnh20g4dfpjp35a8qcwbmi86li8jj11bknrx6dw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/950b02f76a04f453992b8720032e8c4cec9a039a/recipes/ob-http";
- sha256 = "0b7ghz9pqbyn3b52cpmnwa2wnd4svj23p6gc48ybwzwiid42wiss";
- name = "recipe";
- };
- packageRequires = [ cl-lib s ];
- meta = {
- homepage = "https://melpa.org/#/ob-http";
- license = lib.licenses.free;
- };
- }) {};
- ob-hy = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-hy";
- ename = "ob-hy";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "brantou";
- repo = "ob-hy";
- rev = "a42ecaf440adc03e279afe43ee5ef6093ddd542a";
- sha256 = "0kv92r6j0dcqcg1s0g4iq1xvanscg6crwniysbrq6ifvmc4lvfdj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/12a7a7dba169010a3a047f961010236a203c16c2/recipes/ob-hy";
- sha256 = "18a8fpda0f28wxmjprhd9dmz7bpk1j3iayl20lqffrcal6m4f1h7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ob-hy";
- license = lib.licenses.free;
- };
- }) {};
- ob-ml-marklogic = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-ml-marklogic";
- ename = "ob-ml-marklogic";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "ndw";
- repo = "ob-ml-marklogic";
- rev = "d5660ad14f29e17cd26ae92eeb585b24030e9570";
- sha256 = "1aqllsn965km3796q92w3a3z92hkpm5i0l6p4fm3va9xq7j79cyc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/edce412552d4798450493e0a3dbe768f38f77cc7/recipes/ob-ml-marklogic";
- sha256 = "1y5cgba7gzlmhdrs0k7clgrxixdl4najj5271x1m023jch7bz7xl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-ml-marklogic";
- license = lib.licenses.free;
- };
- }) {};
- ob-prolog = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-prolog";
- ename = "ob-prolog";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "ljos";
- repo = "ob-prolog";
- rev = "efa86bb70fd1907806f3e43705aff54d35582442";
- sha256 = "0g25nn2h7djgc9rp59spx9096jdypsizd0vfzwj96cpq90lkysjx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fb87868cd74325f0a4a38c5542c264501000951d/recipes/ob-prolog";
- sha256 = "0ki8yd20yk5xwn0zpk06zjxzgrsf8paydif9n98svb9s2l9wrh1s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-prolog";
- license = lib.licenses.free;
- };
- }) {};
- ob-sagemath = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , sage-shell-mode }:
- melpaBuild {
- pname = "ob-sagemath";
- ename = "ob-sagemath";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "stakemori";
- repo = "ob-sagemath";
- rev = "450d510a5eb1fd644d0037e9f02271ca33639fb0";
- sha256 = "00i7jszlfh67xzvqnp137aaia68rkk4ri5v0fs32ym10pcj8l4dp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dc074af316a09906a26ad957a56e3dc272cd813b/recipes/ob-sagemath";
- sha256 = "02ispac1y4g7p7iyscf5p8lvp92ncrn6281jm9igyiny1w6hivy7";
- name = "recipe";
- };
- packageRequires = [ emacs s sage-shell-mode ];
- meta = {
- homepage = "https://melpa.org/#/ob-sagemath";
- license = lib.licenses.free;
- };
- }) {};
- ob-sml = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sml-mode }:
- melpaBuild {
- pname = "ob-sml";
- ename = "ob-sml";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "swannodette";
- repo = "ob-sml";
- rev = "5dc966acbe65e9e158bfa90018035bf52d4dafd4";
- sha256 = "1xx6hyq3gk4bavcx6i9bhipbn4mn5rv2ga9lryq09qgq2l9znclk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d1b0fbe1198fa624771c2f61249db502de57942a/recipes/ob-sml";
- sha256 = "04qvzhwjr8ipvq3znnhn0wbl4pbb1rwxi90iidavzk3phbkpaskn";
- name = "recipe";
- };
- packageRequires = [ sml-mode ];
- meta = {
- homepage = "https://melpa.org/#/ob-sml";
- license = lib.licenses.free;
- };
- }) {};
- ob-tmux = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , seq }:
- melpaBuild {
- pname = "ob-tmux";
- ename = "ob-tmux";
- version = "0.1.5";
- src = fetchFromGitHub {
- owner = "ahendriksen";
- repo = "ob-tmux";
- rev = "8886f31291e979b41215f3eb97670732efffea34";
- sha256 = "0j77n1lawkx94hyv89xsvmrbqhd8x19ycrvxrwhc0mzlxh7rxjcy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a3f47fbfe745972e690e8028f893bb38ba30978d/recipes/ob-tmux";
- sha256 = "12c0m2xxd75lbc98h7cwprmdn823mh2ii59pxr6fgnq7araqkz20";
- name = "recipe";
- };
- packageRequires = [ emacs s seq ];
- meta = {
- homepage = "https://melpa.org/#/ob-tmux";
- license = lib.licenses.free;
- };
- }) {};
- ob-translate = callPackage ({ fetchFromGitHub
- , fetchurl
- , google-translate
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ob-translate";
- ename = "ob-translate";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "krisajenkins";
- repo = "ob-translate";
- rev = "6b39cc1a94a1071107a4391684b1bffb5b9826f3";
- sha256 = "10hm20dzhkxk61ass3bd5gdn1bs2l60y3zjnpkxinzn7m6aaniia";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4d89e4006afc51bd44e23f87a1d1ef1140489ab3/recipes/ob-translate";
- sha256 = "1hi0rxbyxvk9sbk2fy3kqw7l4lgri921vya1mn4i1q2i1979r2gz";
- name = "recipe";
- };
- packageRequires = [ google-translate org ];
- meta = {
- homepage = "https://melpa.org/#/ob-translate";
- license = lib.licenses.free;
- };
- }) {};
- ob-uart = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ob-uart";
- ename = "ob-uart";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "andrmuel";
- repo = "ob-uart";
- rev = "90daeac90a9e75c20cdcf71234c67b812110c50e";
- sha256 = "1syxxq411izmyfrhlywasax7n5c3yjy487mvfdjzjg8csmmk0m9v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5334f1a48b8ea6b7a660db27910769093c76113d/recipes/ob-uart";
- sha256 = "1dkbyk8da0zw784dgwi8njnz304s54341dyfzvlb0lhcn41dmkz7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ob-uart";
- license = lib.licenses.free;
- };
- }) {};
- obfusurl = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "obfusurl";
- ename = "obfusurl";
- version = "2.1";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "obfusurl.el";
- rev = "7a5a41905000ce2ec1fd72509a5567e5fd9f47e5";
- sha256 = "0jbrxlpx0cxg8jzqrssk3y3ab7v62ymi6ys24542a8vpk522vqxk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/201fe11682cb06b26775a52c81b6a1258b74b4d0/recipes/obfusurl";
- sha256 = "0xx2zsjbkd17iy7xzqc66f9xgc97f9js3nz656yhmmxakjk2krra";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/obfusurl";
- license = lib.licenses.free;
- };
- }) {};
- objed = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "objed";
- ename = "objed";
- version = "0.8.1";
- src = fetchFromGitHub {
- owner = "clemera";
- repo = "objed";
- rev = "4798b5b9fd531562ac17d6148e86cd8cdc1bc985";
- sha256 = "16ans9pmzfjqdz0gi92yaah0vv6g4vmjbq3g1jqhcykin6ba8lpg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4abc6d927a2bf238d23256adcc9f09a751c90374/recipes/objed";
- sha256 = "0iqvwa664fzklajqgnss7igjh7jr9v9i8dp9acm42g8ingp9zf7b";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/objed";
- license = lib.licenses.free;
- };
- }) {};
- ocodo-svg-modelines = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , svg-mode-line-themes }:
- melpaBuild {
- pname = "ocodo-svg-modelines";
- ename = "ocodo-svg-modelines";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "ocodo";
- repo = "ocodo-svg-modelines";
- rev = "a6c5b9a7536c7a8fa3bd9d9dafdebc8d99903018";
- sha256 = "05ay599nc6jdw2fjss4izz1ynv2wc4svff932n8j9hvrhygipb2w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5b9651865f4f8009c9b31fa1e5561de97a5ad8de/recipes/ocodo-svg-modelines";
- sha256 = "0fa88ns70wsr9i9gf4zx3fvmn1a32mrjsda105n0cx6c965kfmay";
- name = "recipe";
- };
- packageRequires = [ svg-mode-line-themes ];
- meta = {
- homepage = "https://melpa.org/#/ocodo-svg-modelines";
- license = lib.licenses.free;
- };
- }) {};
- ocp-indent = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ocp-indent";
- ename = "ocp-indent";
- version = "1.7.0";
- src = fetchFromGitHub {
- owner = "OCamlPro";
- repo = "ocp-indent";
- rev = "b15fd7585b42f89d745fad69ed1f2b70ecb8757d";
- sha256 = "0aszx9kxfbrlg0amsl3j3kdwn6n0a5fl33kvl8rgyv543p2jcx8f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e1af061328b15360ed25a232cc6b8fbce4a7b098/recipes/ocp-indent";
- sha256 = "0wc4z9dsnnyr24n3vg1npvc3rm53av8bpbvrl8kldxxdiwgnbkjw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ocp-indent";
- license = lib.licenses.free;
- };
- }) {};
- octicons = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "octicons";
- ename = "octicons";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-octicons";
- rev = "7ffc50ac99d43bc92928dec9f269eceb7e76bf0b";
- sha256 = "17hpcr864lx0g68by4n2n013zbplnihvidqm629zgr9b9ybanxy8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c62867eae1a254eb5fe820d4387dd4e8a0ff9be2/recipes/octicons";
- sha256 = "02f37bvnc5qvkvfbyx5wp54nz71bqm747mq1p5361sx091lllkxk";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/octicons";
- license = lib.licenses.free;
- };
- }) {};
- offlineimap = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "offlineimap";
- ename = "offlineimap";
- version = "1";
- src = fetchFromGitHub {
- owner = "jd";
- repo = "offlineimap.el";
- rev = "646482203aacdf847d57d0a96263fddcfc33fb61";
- sha256 = "0az4llfgva4wvpljyc5s2m7ggfnj06ssp32x8bncr5fzksha3r7b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f/recipes/offlineimap";
- sha256 = "0nza7lrz7cn06njcblwh9hy3050j8ja4awbxx7jzv6nazjg7201b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/offlineimap";
- license = lib.licenses.free;
- };
- }) {};
- omni-kill = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "omni-kill";
- ename = "omni-kill";
- version = "0.6.0";
- src = fetchFromGitHub {
- owner = "AdrieanKhisbe";
- repo = "omni-kill.el";
- rev = "904549c8fd6ac3cf22b5d7111ca8944e179cffea";
- sha256 = "1mlnh5pdqdv1qb8jvi0wvkgbpy74zq807gmp04bp6cpxdns9j63f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c24df34d2fa5d908223379e909148423ba327ae2/recipes/omni-kill";
- sha256 = "03kydl16rd9mnc1rnan2byqa6f70891fhcj16wkavl2r68rfj75k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/omni-kill";
- license = lib.licenses.free;
- };
- }) {};
- omni-log = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "omni-log";
- ename = "omni-log";
- version = "0.3.6";
- src = fetchFromGitHub {
- owner = "AdrieanKhisbe";
- repo = "omni-log.el";
- rev = "20021eb788cbeec0371145468430b259686f519d";
- sha256 = "1sf2zbhjaz5b9xmz6632338cga7d326ibgw8b8c6c6b4vk16yhqc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/47bb19bb7b4713c3fd82c1035a2fe66588c069e3/recipes/omni-log";
- sha256 = "0c29243zq8r89ax4rxlmb8imag12icnldcb0q0xsnhjccw8lyw1r";
- name = "recipe";
- };
- packageRequires = [ dash emacs ht s ];
- meta = {
- homepage = "https://melpa.org/#/omni-log";
- license = lib.licenses.free;
- };
- }) {};
- omni-quotes = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , omni-log
- , s }:
- melpaBuild {
- pname = "omni-quotes";
- ename = "omni-quotes";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "AdrieanKhisbe";
- repo = "omni-quotes.el";
- rev = "454116c1dd6581baaeefd6b9310b1b6b7a5c36d0";
- sha256 = "1h8lrpi5wizi5vncdz83cxlx7c71xw3sw89sfg462zfbz2sq8afl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3402524f79381c99fdeb81a6a5a9241c918811be/recipes/omni-quotes";
- sha256 = "0dqki0ibabs9cpcjvnh8lc2114x46i1xmnyjc6qqblfxa3ggdygs";
- name = "recipe";
- };
- packageRequires = [ dash f ht omni-log s ];
- meta = {
- homepage = "https://melpa.org/#/omni-quotes";
- license = lib.licenses.free;
- };
- }) {};
- omni-scratch = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "omni-scratch";
- ename = "omni-scratch";
- version = "0.6.0";
- src = fetchFromGitHub {
- owner = "AdrieanKhisbe";
- repo = "omni-scratch.el";
- rev = "636374c59c7d33c2f72c97ad8ba9fb4854f2324d";
- sha256 = "0w62bk2m0gs4b605s691z4iap9baz1z6c8z4v9vb05917qlsx5xb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6ba3e128a7fe4476d82266506b18ba9984c37944/recipes/omni-scratch";
- sha256 = "190dkqcw8xywzrq8a99w4rqi0y1h2aj23s84g2ln1sf7jaf6d6n9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/omni-scratch";
- license = lib.licenses.free;
- };
- }) {};
- omni-tags = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcre2el }:
- melpaBuild {
- pname = "omni-tags";
- ename = "omni-tags";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "AdrieanKhisbe";
- repo = "omni-tags.el";
- rev = "a39bcb31647d3d6c81253d2476bd50ceb1179a4b";
- sha256 = "0688xl5izq3189w4fxzw255md3r092f56xhbbsszqf8rra42qq42";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c77e57f41484c08cae9f47c4379d1752ccf43ce2/recipes/omni-tags";
- sha256 = "133ww1jf14jbw02ssbx2a46mp52j18a2wwzb6x77azb0akmf1lzl";
- name = "recipe";
- };
- packageRequires = [ cl-lib pcre2el ];
- meta = {
- homepage = "https://melpa.org/#/omni-tags";
- license = lib.licenses.free;
- };
- }) {};
- omnisharp = callPackage ({ auto-complete
- , cl-lib ? null
- , csharp-mode
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , popup
- , s
- , shut-up }:
- melpaBuild {
- pname = "omnisharp";
- ename = "omnisharp";
- version = "4.2";
- src = fetchFromGitHub {
- owner = "OmniSharp";
- repo = "omnisharp-emacs";
- rev = "588b8482685adedbc56933cb13c58d9cc6a82456";
- sha256 = "1iqwxc19jvcb2gsm2aq59zblg1qjmbxgb2yl3h3aybqp968j3i00";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e327c483be04de32638b420c5b4e043d12a2cd01/recipes/omnisharp";
- sha256 = "0gh0wwdpdx2cjf95pcagj52inf7mrmiq7x8p0x5c7lvl4pfzhh87";
- name = "recipe";
- };
- packageRequires = [
- auto-complete
- cl-lib
- csharp-mode
- dash
- emacs
- f
- flycheck
- popup
- s
- shut-up
- ];
- meta = {
- homepage = "https://melpa.org/#/omnisharp";
- license = lib.licenses.free;
- };
- }) {};
- opam = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "opam";
- ename = "opam";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "lunaryorn";
- repo = "opam.el";
- rev = "d5b15e6f75e4e46e6d4064ef45fb25c90515aa85";
- sha256 = "00alzjidp7v0ll4pb5ybkk3hly6phzn4izar4n4clmpwn623fjf8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc4e2076ebaefe7e241607ff6920fe243d10ccd0/recipes/opam";
- sha256 = "004r93nn1ranvxkcc0y5m3p8gh4axgghgnsvim38nc1sqda5h6xa";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/opam";
- license = lib.licenses.free;
- };
- }) {};
- opencl-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "opencl-mode";
- ename = "opencl-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "salmanebah";
- repo = "opencl-mode";
- rev = "14109a4bb56105a9c052ae49ad4c638b4cc210b2";
- sha256 = "0n64l1jrrk60g192nn0240qcv2p9r138mi9gb38qq5k65wffbc21";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d97575fdae88d55b55686aa6814f858813cad171/recipes/opencl-mode";
- sha256 = "1g351wiaycwmg1bnf4s2mdnc3lb2ml5l54g19184xqssfqlx7y79";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/opencl-mode";
- license = lib.licenses.free;
- };
- }) {};
- opener = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "opener";
- ename = "opener";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "0robustus1";
- repo = "opener.el";
- rev = "ab75048b1073fb1b1452dabae94ab55e0cfb57c4";
- sha256 = "00kh8m23jzwb0wipwjdm2wad08xqrlcg00vzc4vzijgrapz0da3h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5a448f1936f46176bc2462eb03955a0c19efb9e/recipes/opener";
- sha256 = "0fhny4m7x19wnlnr19s4rkl04dkx95yppd51jzrkr96xiznw97s7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs request ];
- meta = {
- homepage = "https://melpa.org/#/opener";
- license = lib.licenses.free;
- };
- }) {};
- opensource = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , request
- , s }:
- melpaBuild {
- pname = "opensource";
- ename = "opensource";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "OpenSourceOrg";
- repo = "el-opensourceorg";
- rev = "27d06be45c852e84e47c33cbd0f4c344fd9a0370";
- sha256 = "1rjf78vki4xp8y856v95877093p3zgfc9mx92npscsi1g93dxn80";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec4255a403e912a14a7013ea96f554d3588dfc30/recipes/opensource";
- sha256 = "17gi20s2vi7m75qqaff907x1g8ja5ny90klldpqmj258m2j6a6my";
- name = "recipe";
- };
- packageRequires = [ dash pkg-info request s ];
- meta = {
- homepage = "https://melpa.org/#/opensource";
- license = lib.licenses.free;
- };
- }) {};
- operate-on-number = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "operate-on-number";
- ename = "operate-on-number";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "operate-on-number.el";
- rev = "6a17272e2b6e23260edb1b5eeb01905a1f37e0a6";
- sha256 = "12q09kdcgv6hl1hmgarl73j4g9gi4h7sj865655mdja0ns9n1pdb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aec74eff8ca3d5e381d7a6d61c73f1a0716f1c60/recipes/operate-on-number";
- sha256 = "1rw3fqbzfizgcbz3yaf99rr2546msna4z7dyfa8dbi8h7yzl4fhk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/operate-on-number";
- license = lib.licenses.free;
- };
- }) {};
- ordinal = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ordinal";
- ename = "ordinal";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "ordinal.el";
- rev = "bfad160d7c4b6faecfe5ac986bb4858cf7149b59";
- sha256 = "1zmsac4jg3yvr3n7pkz8fhpgw9b6lqm9zcq3xh8zmb1x4ckf33z8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ea3dd6fe4cacc229dd1371cb66dd1cfd07321bf4/recipes/ordinal";
- sha256 = "19s27mv7kqcg9qxa844al7q1hk0qbiqh93g1n54r3b6s980dlgcv";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ordinal";
- license = lib.licenses.free;
- };
- }) {};
- org-ac = callPackage ({ auto-complete-pcmp
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "org-ac";
- ename = "org-ac";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "org-ac";
- rev = "b637dfdacdeea8a61303eea338c8ca9b73eb5fff";
- sha256 = "16j9zalchijdskfwz38icdwhfnxbkvybzqnzdjjm2ihk734yl6vg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/adf598f8dae69ff286ae78d353a2a5d4363b4480/recipes/org-ac";
- sha256 = "059jr3v3558cgw626zbqfwmwwv5f4637ai26h7b6psqh0x9sf3mr";
- name = "recipe";
- };
- packageRequires = [ auto-complete-pcmp log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/org-ac";
- license = lib.licenses.free;
- };
- }) {};
- org-agenda-property = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-agenda-property";
- ename = "org-agenda-property";
- version = "1.3.1";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "org-agenda-property";
- rev = "2ff628a14a3e758863bbd88fba4db9f77fd2c3a8";
- sha256 = "0gkxxzdk8bd1yi5x9217pkq9d01ccq8znxc7h8qcw0p1336rigfc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/org-agenda-property";
- sha256 = "0zsjzjw52asl609q7a2s4jcsm478p4cxzhnd3azyr9ypxydjf6qk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-agenda-property";
- license = lib.licenses.free;
- };
- }) {};
- org-alert = callPackage ({ alert
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "org-alert";
- ename = "org-alert";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "spegoraro";
- repo = "org-alert";
- rev = "685c18aa5ce994360c7f9e8bbf49590c412187ac";
- sha256 = "0gkv2sfl9nb64qqh5xhgq68r9kfmsny3vpcmnzk2mqjcb9nh657s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/org-alert";
- sha256 = "01bb0s22wa14lyr9wi58cvk4b03xqq268y3dvxbrhymw1ld97zk2";
- name = "recipe";
- };
- packageRequires = [ alert dash s ];
- meta = {
- homepage = "https://melpa.org/#/org-alert";
- license = lib.licenses.free;
- };
- }) {};
- org-autolist = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-autolist";
- ename = "org-autolist";
- version = "0.14";
- src = fetchFromGitHub {
- owner = "calvinwyoung";
- repo = "org-autolist";
- rev = "c82d1e83e982b5f0c106b8800e5b0cfd5f73fdc1";
- sha256 = "0ykiafbdjb2iy0s1gr6l51gddjbk08iwj4v13hgm8b675bl0cw56";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca8e2cdb282674b20881bf6b4fc49af42a5d09a7/recipes/org-autolist";
- sha256 = "1jvspxhxlvd7h1srk9dbk1v5dykmf8jsjaqicpll7ial6i0qgikj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-autolist";
- license = lib.licenses.free;
- };
- }) {};
- org-babel-eval-in-repl = callPackage ({ emacs
- , ess
- , eval-in-repl
- , fetchFromGitHub
- , fetchurl
- , lib
- , matlab-mode
- , melpaBuild }:
- melpaBuild {
- pname = "org-babel-eval-in-repl";
- ename = "org-babel-eval-in-repl";
- version = "1.4";
- src = fetchFromGitHub {
- owner = "diadochos";
- repo = "org-babel-eval-in-repl";
- rev = "36ebf7d855df8ace9429270cfc48cf2e949775eb";
- sha256 = "1hjwxmn1gsq9wfhhydqlnss66zq4wl13vkq4irf0l50xspzscg8l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-babel-eval-in-repl";
- sha256 = "0brqp0w9s28ibws4idlm1rw09lsfa98l5wbpwm64rvlixhs6zlnx";
- name = "recipe";
- };
- packageRequires = [ emacs ess eval-in-repl matlab-mode ];
- meta = {
- homepage = "https://melpa.org/#/org-babel-eval-in-repl";
- license = lib.licenses.free;
- };
- }) {};
- org-beautify-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-beautify-theme";
- ename = "org-beautify-theme";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "jonnay";
- repo = "org-beautify-theme";
- rev = "7b7a7cbd4f25f77e8bd81783f517b2b182220fd9";
- sha256 = "0nqw4apv642vqbjjqbi960zim9lkbnaszrlasf25c9fnzdg1m134";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f55f1ee9890f720e058401a052e14c7411252967/recipes/org-beautify-theme";
- sha256 = "0rrlyn61xh3szw8aihxpbmg809xx5ac66xqzj895dn1raz129h2w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-beautify-theme";
- license = lib.licenses.free;
- };
- }) {};
- org-board = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-board";
- ename = "org-board";
- version = "1018";
- src = fetchFromGitHub {
- owner = "scallywag";
- repo = "org-board";
- rev = "405bfd630f1b31bd77158bc8e79aab86812cba65";
- sha256 = "066shdqp0bca2xlds1m0c5ml3yxqfyzsyyy7sy72ybv41n5b11x3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d8063ee17586d9b1e7415f7b924239826b81ab08/recipes/org-board";
- sha256 = "00jsrxc8f85cvrh7364n7337frdj12yknlfp28fhdgk2ph6d7bp4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-board";
- license = lib.licenses.free;
- };
- }) {};
- org-bookmark-heading = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-bookmark-heading";
- ename = "org-bookmark-heading";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "org-bookmark-heading";
- rev = "70b014e09977371a8c9bad03085c116693062b19";
- sha256 = "0j765rb2yfwnc0ri53jb8d6lxj6knpmy495bk3sd63492kdrxf93";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eaadbd149399c6e3c48ac5cbeedeb29a3f5791f1/recipes/org-bookmark-heading";
- sha256 = "1q92rg9d945ypcpb7kig2r0cr7nb7avsylaa7nxjib25advx80n9";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-bookmark-heading";
- license = lib.licenses.free;
- };
- }) {};
- org-bullets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-bullets";
- ename = "org-bullets";
- version = "0.2.4";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "org-bullets";
- rev = "b70ac2ec805bcb626a6e39ea696354577c681b36";
- sha256 = "10nr4sjffnqbllv6gmak6pviyynrb7pi5nvrq331h5alm3xcpq0w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe60fc3c60d87b5fd7aa24e858c79753d5f7d2f6/recipes/org-bullets";
- sha256 = "0yrfgd6r71rng3qipp3y9i5mpm6510k4xsfgyidcn25v27fysk3v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-bullets";
- license = lib.licenses.free;
- };
- }) {};
- org-category-capture = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-category-capture";
- ename = "org-category-capture";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "org-projectile";
- rev = "48f621b595e748c5e03431f237facf258ffc9443";
- sha256 = "00n2msmwcjjiibrhrvpawzgz6qcjjfy9qnii1iaass0038g4bd89";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6760daac1ef9d9d7ba07e2fc9668873020f901f1/recipes/org-category-capture";
- sha256 = "0l5n71h9lc8q9k0sb5ghzwb81lah4l1ykc06shfl9zw5lqqvahav";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-category-capture";
- license = lib.licenses.free;
- };
- }) {};
- org-clock-csv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "org-clock-csv";
- ename = "org-clock-csv";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "atheriel";
- repo = "org-clock-csv";
- rev = "e2fbaa1ad1a1be40fceecde603a600b292b76acc";
- sha256 = "1fpjga40v2wlkvq4ap75hd844m47gm55dkraznqz078k5f8fx8kk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e023cb898699f76f6c3d9ffe8162aacfc6a8c34f/recipes/org-clock-csv";
- sha256 = "02spjrzdf1kmvyvqkzg7nnmq9kqv75zwxn5ifqmg0f7a1gw28f0l";
- name = "recipe";
- };
- packageRequires = [ org s ];
- meta = {
- homepage = "https://melpa.org/#/org-clock-csv";
- license = lib.licenses.free;
- };
- }) {};
- org-commentary = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-commentary";
- ename = "org-commentary";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "smaximov";
- repo = "org-commentary";
- rev = "2eeeb0f506e30ef82263e67279d837a79cbde021";
- sha256 = "02an98pc52yfxsxmz1kib692yx93rqdi1q3lpvblzyd3hhd51rlr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3e0a40d9ea5849b9c22378a84ac8122e4eb2737d/recipes/org-commentary";
- sha256 = "0ym1rq2zhyhc6hkk40wsa9jni2h1z5dkaisldqzg8ggl7iv3v4fx";
- name = "recipe";
- };
- packageRequires = [ dash emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-commentary";
- license = lib.licenses.free;
- };
- }) {};
- org-d20 = callPackage ({ dash
- , emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild
- , s
- , seq }:
- melpaBuild {
- pname = "org-d20";
- ename = "org-d20";
- version = "0.3";
- src = fetchgit {
- url = "https://git.spwhitton.name/org-d20";
- rev = "e0fb2c04a55c55cbf59a85a0b2e23ef18370ca61";
- sha256 = "1q5s2gj1968z23qf7ds2ychvvnzmlayh1v16krf0lf3zj7a3k20s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/98bf91038196dfb59c491c9ed96c6b6a0cb311a9/recipes/org-d20";
- sha256 = "158n900ifb1mfckd0gjmb9gpzibh8a2x56flbn2r035gcdbb7wc5";
- name = "recipe";
- };
- packageRequires = [ dash emacs s seq ];
- meta = {
- homepage = "https://melpa.org/#/org-d20";
- license = lib.licenses.free;
- };
- }) {};
- org-doing = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-doing";
- ename = "org-doing";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "rudolfolah";
- repo = "org-doing";
- rev = "e099514cfc162f8fe3d383456a7964743b0455d5";
- sha256 = "1hvnrw0y3chlfv6zxsczmm8zybrnakn3x13ykv2zblw96am9kd2s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/org-doing";
- sha256 = "10vg0wl8dsy12r51178qi4rzi94img692z5x3zv8dxa29lmn26xs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-doing";
- license = lib.licenses.free;
- };
- }) {};
- org-download = callPackage ({ async
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-download";
- ename = "org-download";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "org-download";
- rev = "a57beffd0f09b218a9487d1750960878c1d5b12c";
- sha256 = "1disqqfwjl366kv6xgc28w7zbc4xl9a0jmdj7w27mb00sxzfk3vb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/edab283bc9ca736499207518b4c9f5e71e822bd9/recipes/org-download";
- sha256 = "19yjx0qqpmrdwagp3d6lwwv7dcb745m9ccq3m29sin74f5p4svsi";
- name = "recipe";
- };
- packageRequires = [ async ];
- meta = {
- homepage = "https://melpa.org/#/org-download";
- license = lib.licenses.free;
- };
- }) {};
- org-dp = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-dp";
- ename = "org-dp";
- version = "1";
- src = fetchFromGitHub {
- owner = "tj64";
- repo = "org-dp";
- rev = "d740c2065120f71762c48877da1a31dea881e98e";
- sha256 = "0cxccxz17pj67wgmyxr74n381mknqgqkyav3jkxs4ghg59g5nygl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f337375082da316ed07b8ce9c775b484b8cdbf6/recipes/org-dp";
- sha256 = "0fnrzpgw8l0g862j20yy4mw1wfcm2i04r6dxi4yd7yay8bw2i4yq";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/org-dp";
- license = lib.licenses.free;
- };
- }) {};
- org-edit-latex = callPackage ({ auctex
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-edit-latex";
- ename = "org-edit-latex";
- version = "0.8.3";
- src = fetchFromGitHub {
- owner = "et2010";
- repo = "org-edit-latex";
- rev = "39cbc9a99acb030f537c7269ab93958187321871";
- sha256 = "1w0lyz71dq8x28ira4hig1b70bqn1dr53w3k5dgch9szcf6xa86y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-edit-latex";
- sha256 = "0nkiz4682qgk5dy4if3gij98738482ys8zwm8yx834za38xxbwry";
- name = "recipe";
- };
- packageRequires = [ auctex emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-edit-latex";
- license = lib.licenses.free;
- };
- }) {};
- org-elisp-help = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-elisp-help";
- ename = "org-elisp-help";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "org-elisp-help";
- rev = "3e33ab1a2933dd7f2782ef91d667a37f12d633ab";
- sha256 = "088pbafz1x4z7qi70cjbrvfrcdrjp4zy0yl115klbidshqhxycmj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b0a9bf5046a4c3be8a83004d506bd258a6f7ff15/recipes/org-elisp-help";
- sha256 = "0a4wvz52hkcw5nrml3h1yp8w97vg5jw22wnpfbb827zh7iwb259h";
- name = "recipe";
- };
- packageRequires = [ cl-lib org ];
- meta = {
- homepage = "https://melpa.org/#/org-elisp-help";
- license = lib.licenses.free;
- };
- }) {};
- org-evil = callPackage ({ dash
- , evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , monitor
- , org }:
- melpaBuild {
- pname = "org-evil";
- ename = "org-evil";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "GuiltyDolphin";
- repo = "org-evil";
- rev = "3b4620edc606412ef75c0b5aa637af22486eb126";
- sha256 = "0aqya9l9s55h5wd728iz15f53p5xajrfk8pn9gjxnw0i8m4d09sd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17a4772d409aa5dbda5fb84d86c237fd2653c70b/recipes/org-evil";
- sha256 = "0wvd201k9b9ghg39rwbah6rw8b7hyyd27vvqjynjwbk3v8rp5zyn";
- name = "recipe";
- };
- packageRequires = [ dash evil monitor org ];
- meta = {
- homepage = "https://melpa.org/#/org-evil";
- license = lib.licenses.free;
- };
- }) {};
- org-gcal = callPackage ({ alert
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , request-deferred }:
- melpaBuild {
- pname = "org-gcal";
- ename = "org-gcal";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "kidd";
- repo = "org-gcal.el";
- rev = "badd3629e6243563c30ff1dd0452b7601f6cc036";
- sha256 = "1pxfcyf447h18220izi8qlnwdr8rlwn5kds8gr5i1v90s6hpa498";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d97c701819ea8deaa8a9664db1f391200ee52c4f/recipes/org-gcal";
- sha256 = "014h67ba0cwi4i1llngypscyvyrm74ljh067i3iapx5a18q7xw5v";
- name = "recipe";
- };
- packageRequires = [ alert cl-lib emacs org request-deferred ];
- meta = {
- homepage = "https://melpa.org/#/org-gcal";
- license = lib.licenses.free;
- };
- }) {};
- org-gnome = callPackage ({ alert
- , fetchFromGitHub
- , fetchurl
- , gnome-calendar
- , lib
- , melpaBuild
- , telepathy }:
- melpaBuild {
- pname = "org-gnome";
- ename = "org-gnome";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "org-gnome.el";
- rev = "1012d47886cfd30eed25b73d9f18e475e0155f88";
- sha256 = "0b57ik05iax2h3nrj96kysbk4hxmxlaabd0n6lv1xsayrlli3sj1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4f7ebd2d2312954d098fe4afd07c3d02b4df475d/recipes/org-gnome";
- sha256 = "0c37gfs6xs0jbvg6ypd4z5ip1khm26wr5lxgmv1dzcc383ynzg0v";
- name = "recipe";
- };
- packageRequires = [ alert gnome-calendar telepathy ];
- meta = {
- homepage = "https://melpa.org/#/org-gnome";
- license = lib.licenses.free;
- };
- }) {};
- org-if = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-if";
- ename = "org-if";
- version = "0.2.0";
- src = fetchFromGitLab {
- owner = "elzair";
- repo = "org-if";
- rev = "fab602cc1bbee7a4e99c0083e129219d3f9ed2e8";
- sha256 = "1iyqv34b7q2k73srshcnpvfzcadq47w4rzkqp6m1d3ajk8x2vypq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/09df84b60c46678ad40d8dabc08fcfe518f5ad79/recipes/org-if";
- sha256 = "0h0jdyawz2j4mp33w85z8q77l37qid8palvw5n4z379qa0wr5h96";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-if";
- license = lib.licenses.free;
- };
- }) {};
- org-index = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-index";
- ename = "org-index";
- version = "5.12.0";
- src = fetchFromGitHub {
- owner = "marcIhm";
- repo = "org-index";
- rev = "fc9635edd4bf394059e53a1fa16cdd8ab5b7b468";
- sha256 = "0qzqlfnrc2x4mm40wrsmpbh61129ww2a2sk4s1px49fi8552vqyq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/org-index";
- sha256 = "092q92hwvknwm3v2shp8dm59qdamfivx9z9v23msysy7x2mhg98f";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-index";
- license = lib.licenses.free;
- };
- }) {};
- org-jira = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "org-jira";
- ename = "org-jira";
- version = "4.3.1";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "org-jira";
- rev = "3a6c9fd6886f9dbd11b055fb3bf54513fa278940";
- sha256 = "1l80r2a9zzbfk2c78i40h0ww79vm9v4j6xi2h5i4w9kqh10rs6h2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e0a2fae6eecb6b4b36fe97ad99691e2c5456586f/recipes/org-jira";
- sha256 = "1sbypbz00ki222zpm47yplyprx7h2q076b3l07qfilk0sr8kf4ql";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs request s ];
- meta = {
- homepage = "https://melpa.org/#/org-jira";
- license = lib.licenses.free;
- };
- }) {};
- org-journal = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-journal";
- ename = "org-journal";
- version = "1.15.1";
- src = fetchFromGitHub {
- owner = "bastibe";
- repo = "org-journal";
- rev = "af2819c41b34fc88e2aee473fbdf695451ba167c";
- sha256 = "05kxs63ssgc6h47cjldxxmx9ggy1fyaxxrxzaq078gj56411gmld";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/org-journal";
- sha256 = "1npzqxn1ssigq7k1nrxz3xymxaazby0ddgxq6lgw2a1zjmjm4h2b";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-journal";
- license = lib.licenses.free;
- };
- }) {};
- org-kanban = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "org-kanban";
- ename = "org-kanban";
- version = "0.4.13";
- src = fetchFromGitHub {
- owner = "gizmomogwai";
- repo = "org-kanban";
- rev = "03387a779167c4acbc04d4970cd33c52a2ca0bcd";
- sha256 = "0arjx1a7skdlmagyy0bbxwc134dn951y99yv4jg6l64j1f31y0yg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a9f3a10c126fa43a6fa60ee7f8e50c7a9661dbc1/recipes/org-kanban";
- sha256 = "1flgqa2pwzw6b2zm3j09i9bvz1i8k03mbwj6l75yrk29lh4njq41";
- name = "recipe";
- };
- packageRequires = [ dash emacs org s ];
- meta = {
- homepage = "https://melpa.org/#/org-kanban";
- license = lib.licenses.free;
- };
- }) {};
- org-link-travis = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-link-travis";
- ename = "org-link-travis";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "org-link-travis";
- rev = "596615ad8373d9090bd4138da683524f0ad0bda5";
- sha256 = "1797pd264zn19zk93nifyw6pwk2a7wrpfir373qclk601yv2g5h8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/52c7f9539630e5ac7748fe36fd27c3486649ab74/recipes/org-link-travis";
- sha256 = "0hj4x7cw7a3ry8xislkz9bnavy77z4cpmnvns02yi3gnib53mlfs";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/org-link-travis";
- license = lib.licenses.free;
- };
- }) {};
- org-linkany = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "org-linkany";
- ename = "org-linkany";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "org-linkany";
- rev = "ed4a6614b56c9baef31647ea728b3d5fae6ed3a2";
- sha256 = "1bggz782ci0z6aw76v51ykbmfzh5g6cxh43w798as1152sn7im3p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df82cf95e34775b22da0a8bb29750f603c58f259/recipes/org-linkany";
- sha256 = "0arjj3c23yqm1ljvbnl7v9cqvd9lbz4381g8f3jyqbafs25bdc3c";
- name = "recipe";
- };
- packageRequires = [ log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/org-linkany";
- license = lib.licenses.free;
- };
- }) {};
- org-make-toc = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "org-make-toc";
- ename = "org-make-toc";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "org-make-toc";
- rev = "f1a51017b0f85e0cb9ae7d0d8240f2115f57886c";
- sha256 = "0syhj8q4pv33xgl5qa6x27yhwqvfhffw5xqp819hj4qs1ddlc7j5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df87749128bcfd27ca93a65084a2e88cd9ed5c3f/recipes/org-make-toc";
- sha256 = "0xaw3d1axvln4pr7p0jnqf0j6fd1g6cra1gykvf6y12zx02xkchh";
- name = "recipe";
- };
- packageRequires = [ dash emacs org s ];
- meta = {
- homepage = "https://melpa.org/#/org-make-toc";
- license = lib.licenses.free;
- };
- }) {};
- org-mime = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-mime";
- ename = "org-mime";
- version = "0.1.6";
- src = fetchFromGitHub {
- owner = "org-mime";
- repo = "org-mime";
- rev = "f8eac8ccdec2ebf1dec87d4f5f01b4b53f86c67c";
- sha256 = "0gjdhhri2fm93phvv3fnw6iz5agpafryacj521j80jf1dmj2bj5h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/521678fa13884dae69c2b4b7a2af718b2eea4b28/recipes/org-mime";
- sha256 = "14154pajl2bbawdd8iqfwgc67pcjp2lxl6f92c62nwq12wkcnny6";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-mime";
- license = lib.licenses.free;
- };
- }) {};
- org-mru-clock = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-mru-clock";
- ename = "org-mru-clock";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "org-mru-clock";
- rev = "1547191254f6fc58b62864d0224356e72bd7d933";
- sha256 = "0j3gscmf8i05ixj31ipdc88kbb7zqs5sdhbd3ipqpahakmg6axhh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b36bf1c1faa4d7e38254416a293e56af96214136/recipes/org-mru-clock";
- sha256 = "1arww5x6vdyyn1bwxry91w88phbr9l6nk8xxrw40iqmmbhggahgm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-mru-clock";
- license = lib.licenses.free;
- };
- }) {};
- org-multiple-keymap = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-multiple-keymap";
- ename = "org-multiple-keymap";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "org-multiple-keymap.el";
- rev = "20eb3be6be9f0abbad9f0d007e40cb00c8109201";
- sha256 = "0yxfhzygiki8sha1dddac4g72r51yi4jnga2scmk51f9jgwqbihp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a22beed723d149282e70e3411b79e8ce9f5ab2b/recipes/org-multiple-keymap";
- sha256 = "16iv5575634asvn1b2k535ml8g4lqgy8z5w6ykma5f9phq5idb9f";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-multiple-keymap";
- license = lib.licenses.free;
- };
- }) {};
- org-noter = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-noter";
- ename = "org-noter";
- version = "1.3.0";
- src = fetchFromGitHub {
- owner = "weirdNox";
- repo = "org-noter";
- rev = "8fb007c329fee8cceca97338ae0e88aaafcb8535";
- sha256 = "0qcdw1px07ggnp74gb3hibd69cq8np9bdpcpvlkm5k32qxhsnwjy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a2bc0d95dc2744277d6acbba1f7483b4c14d75c/recipes/org-noter";
- sha256 = "0vsc2b1yz9lw0zv1vnm722pl35kxpwhcdi7h6mijhnw8vv7rhixf";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-noter";
- license = lib.licenses.free;
- };
- }) {};
- org-outlook = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-outlook";
- ename = "org-outlook";
- version = "0.11";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "org-outlook.el";
- rev = "070c37d017ccb71d94c3c69c99632fa6570ec2cc";
- sha256 = "15fy6xpz6mk4j3nkrhiqal2dp77rhxmk8a7xiw037xr1jgq9sd9a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/804a4b6802d2cf53e5415d956f0b4772853f4c69/recipes/org-outlook";
- sha256 = "0cn8h6yy67jr5h1yxsfqmr8q7ii4f99pgghfp821m01pj55qyjx9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-outlook";
- license = lib.licenses.free;
- };
- }) {};
- org-page = callPackage ({ fetchFromGitHub
- , fetchurl
- , ht
- , htmlize
- , lib
- , melpaBuild
- , mustache
- , org }:
- melpaBuild {
- pname = "org-page";
- ename = "org-page";
- version = "0.41";
- src = fetchFromGitHub {
- owner = "kelvinh";
- repo = "org-page";
- rev = "09febf89d8dcb226aeedf8164169b31937b64439";
- sha256 = "0zc20m63a1iz9aziid5jsvcbl86k9dg9js4k3almchh55az4a0i3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/872f163d4da58760009001472e2240f00d4d2d89/recipes/org-page";
- sha256 = "1326m3w7vz22zk7rx40z28fddsccy5fl1qhbb7clci8l69blcc2v";
- name = "recipe";
- };
- packageRequires = [ ht htmlize mustache org ];
- meta = {
- homepage = "https://melpa.org/#/org-page";
- license = lib.licenses.free;
- };
- }) {};
- org-password-manager = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "org-password-manager";
- ename = "org-password-manager";
- version = "0.0.1";
- src = fetchgit {
- url = "https://github.com/leafac/org-password-manager";
- rev = "108ad275965c9a65905d1a0064e7d9b5f6a62d3f";
- sha256 = "0551fd71qbxzxxmhxqvlkh3skkswgcc1sgdl30mf5chylbnw8kly";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fba84d698f7d16ffc0dc16618efcd1cdc0b39d79/recipes/org-password-manager";
- sha256 = "0wxvl6ypgn6ky1z3dh33ya3rh73znkh5f8qhqwfmwp7hy2mbl4la";
- name = "recipe";
- };
- packageRequires = [ org s ];
- meta = {
- homepage = "https://melpa.org/#/org-password-manager";
- license = lib.licenses.free;
- };
- }) {};
- org-pdfview = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , pdf-tools }:
- melpaBuild {
- pname = "org-pdfview";
- ename = "org-pdfview";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "markus1189";
- repo = "org-pdfview";
- rev = "3a96bfb57cb158ac02cfb4225512699c66f5221d";
- sha256 = "0lrcj3mcdfcdrndivhj5ds386zrsy78sfg0i8126wwwc5lfh48vq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-pdfview";
- sha256 = "1qhlmzf2ffcrjnx4yghv7n6rsry8bcwnkw489spgraq9vxvqklah";
- name = "recipe";
- };
- packageRequires = [ org pdf-tools ];
- meta = {
- homepage = "https://melpa.org/#/org-pdfview";
- license = lib.licenses.free;
- };
- }) {};
- org-pomodoro = callPackage ({ alert
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-pomodoro";
- ename = "org-pomodoro";
- version = "2.1.0";
- src = fetchFromGitHub {
- owner = "lolownia";
- repo = "org-pomodoro";
- rev = "a6d867865f1a033fb5a09cca6643045d7ebac49c";
- sha256 = "0r5shgikm34d66i2hblyknbblpg92lb2zc9x4bcb28xkh7m9d0xv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e54e77c5619b56e9b488b3fe8761188b6b3b4198/recipes/org-pomodoro";
- sha256 = "1vdi07hrhniyhhvg0hcr5mlixy6bjynvwm89z2lvfyvnnxpx0r27";
- name = "recipe";
- };
- packageRequires = [ alert cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/org-pomodoro";
- license = lib.licenses.free;
- };
- }) {};
- org-pretty-tags = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-pretty-tags";
- ename = "org-pretty-tags";
- version = "0.2.0";
- src = fetchFromGitLab {
- owner = "marcowahl";
- repo = "org-pretty-tags";
- rev = "f6146857d1e173a59b322efa5fd18f4bfb204214";
- sha256 = "1vkz3cnavh1x3340qpwmdak7gkpi925mja6xbwxmix03gaz3l3cm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9ad60399420764d4ef5d6acddae9241205937e78/recipes/org-pretty-tags";
- sha256 = "19cxfjl6c0yhsc7kfjd6imckcvzdsaws3yd1s3nazhnkm3kan3h4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-pretty-tags";
- license = lib.licenses.free;
- };
- }) {};
- org-projectile = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org-category-capture
- , projectile
- , s }:
- melpaBuild {
- pname = "org-projectile";
- ename = "org-projectile";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "org-projectile";
- rev = "48f621b595e748c5e03431f237facf258ffc9443";
- sha256 = "00n2msmwcjjiibrhrvpawzgz6qcjjfy9qnii1iaass0038g4bd89";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9d7a7ab98f364d3d5e93f83f0cb3d80a95f28689/recipes/org-projectile";
- sha256 = "0xdkd5pkyi6yfqi4przgp5mpklyxfxv0cww285zdlh00rzl935cw";
- name = "recipe";
- };
- packageRequires = [ dash emacs org-category-capture projectile s ];
- meta = {
- homepage = "https://melpa.org/#/org-projectile";
- license = lib.licenses.free;
- };
- }) {};
- org-projectile-helm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , org-projectile }:
- melpaBuild {
- pname = "org-projectile-helm";
- ename = "org-projectile-helm";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "org-projectile";
- rev = "fc62993b5a0b9c13d4e6abeff5a504fc75edad85";
- sha256 = "08gbgzn8dxl9wl3y4igq1lsnlxi94ak5w7pn9ykw7y6nr2714bms";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6760daac1ef9d9d7ba07e2fc9668873020f901f1/recipes/org-projectile-helm";
- sha256 = "0x79j5yr9wsgzjf1dpp7d4xiji8hgyhr79vb973an5z2r02vnaf4";
- name = "recipe";
- };
- packageRequires = [ emacs helm org-projectile ];
- meta = {
- homepage = "https://melpa.org/#/org-projectile-helm";
- license = lib.licenses.free;
- };
- }) {};
- org-protocol-jekyll = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-protocol-jekyll";
- ename = "org-protocol-jekyll";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "vonavi";
- repo = "org-protocol-jekyll";
- rev = "ed09d166d665ad45f61184cfddcfc24b62e37bc7";
- sha256 = "1iz6g1c37xrlrpi9avalkad6wmfb2l7yiawng0kbqm9i0bqkjhhs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d1ee7c75da91fcf303ea89d148a05ac1e58e23e/recipes/org-protocol-jekyll";
- sha256 = "18wg489n2d1sx9jk00ki6p2rxkqz67kqwnmy2kb1ga1rmb6x9wfs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-protocol-jekyll";
- license = lib.licenses.free;
- };
- }) {};
- org-random-todo = callPackage ({ alert
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-random-todo";
- ename = "org-random-todo";
- version = "0.5.3";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "org-random-todo";
- rev = "09228e55f1cc702053d305fdea2b094b548e6dbe";
- sha256 = "0msgsbz39zc9zqgy1s5kmgcqggamnxr98j6bghyqpkxc96zyvp73";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/80fad6244ea3e5bdf7f448c9f62374fae45bae78/recipes/org-random-todo";
- sha256 = "0yflppdbkfn2phd21zkjdlidzasfm846mzniay83v3akz0qx31lr";
- name = "recipe";
- };
- packageRequires = [ alert emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-random-todo";
- license = lib.licenses.free;
- };
- }) {};
- org-re-reveal = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , htmlize
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-re-reveal";
- ename = "org-re-reveal";
- version = "1.1.5";
- src = fetchFromGitLab {
- owner = "oer";
- repo = "org-re-reveal";
- rev = "9d4a1bee112db8007c0e0a1fcb6be725f787a79a";
- sha256 = "1pq3ynp441j1vhac0cz98r2riqw2187vdwc33hz92924kly66m9h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3e6c90a6b9004fbf0fbc08556f8effbcde8b468/recipes/org-re-reveal";
- sha256 = "05p8iml0fapi4yf7ky45kf7m0ksz917lxg7c4pdd9hjkjmz29xn9";
- name = "recipe";
- };
- packageRequires = [ emacs htmlize org ];
- meta = {
- homepage = "https://melpa.org/#/org-re-reveal";
- license = lib.licenses.free;
- };
- }) {};
- org-recent-headings = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , frecency
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-recent-headings";
- ename = "org-recent-headings";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "org-recent-headings";
- rev = "01633b51ac3958b41cc6c79e6d3714047a91c1e9";
- sha256 = "0gsrzmg3mssh9s28yjm9m866fnhm1pcligssz1q6brga6dm6f2yy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/668b79c179cbdb77c4049e7c620433255f63d808/recipes/org-recent-headings";
- sha256 = "0b51pyxdk8fdbksx7h1c88sw1liwng8wkjfb1q7w7lglw6f8sjsa";
- name = "recipe";
- };
- packageRequires = [ dash emacs frecency org ];
- meta = {
- homepage = "https://melpa.org/#/org-recent-headings";
- license = lib.licenses.free;
- };
- }) {};
- org-ref = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , helm
- , helm-bibtex
- , hydra
- , ivy
- , key-chord
- , lib
- , melpaBuild
- , pdf-tools
- , s }:
- melpaBuild {
- pname = "org-ref";
- ename = "org-ref";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "jkitchin";
- repo = "org-ref";
- rev = "db6c52f41faba686a378a8c57356a563f5cef496";
- sha256 = "0kx6w3zz5gmlmr9bx1mdq1k8ykkbnll6m91z90p6f2xm96j627j6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/550e4dcef2f74fbd96474561c1cb6c4fd80091fe/recipes/org-ref";
- sha256 = "087isxf3z8cgmmniaxr3lpq9jg3sriw88dwp4f0ky286hlvgzw08";
- name = "recipe";
- };
- packageRequires = [
- dash
- emacs
- f
- helm
- helm-bibtex
- hydra
- ivy
- key-chord
- pdf-tools
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/org-ref";
- license = lib.licenses.free;
- };
- }) {};
- org-repo-todo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-repo-todo";
- ename = "org-repo-todo";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "waymondo";
- repo = "org-repo-todo";
- rev = "cba6145c6821fd2bbd96a1c9ef2346c281b76ad2";
- sha256 = "0b57qy87sa8qcki16rgh16ldziay57yd7f98cpinaq0adcrqywy0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d17b602004628e17dae0f46f2b33be0afb05f729/recipes/org-repo-todo";
- sha256 = "0l5ns1hs3i4dhrpmvzl34zc9zysgjkfa7j8apbda59n9jdvml5v1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-repo-todo";
- license = lib.licenses.free;
- };
- }) {};
- org-rich-yank = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-rich-yank";
- ename = "org-rich-yank";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "unhammer";
- repo = "org-rich-yank";
- rev = "d2f350c5296cf05d6c84b02762ba44f09a02b4e3";
- sha256 = "0gxb0fnh5gxjmld0hnk5hli0cvdd8gjd27m30bk2b80kwldxlq1z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1261823d88459b6ac42d6c55c157a326173663df/recipes/org-rich-yank";
- sha256 = "1v0sc90g5sl6b9ylxbk2y8s3pvxkf4v7k2rkzpgpbp4nrq0miy4y";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-rich-yank";
- license = lib.licenses.free;
- };
- }) {};
- org-snooze = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-snooze";
- ename = "org-snooze";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "xueeinstein";
- repo = "org-snooze.el";
- rev = "6d30b0dcdfe9538e4400e49046291b7d07274164";
- sha256 = "0qxk6gldgcc0fbraa0l85nk4rpvn5b5nbgzkh1p8d2bkjcxjcm4g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd04816fb53fe01fa9924ec928c1dd41f2219d6a/recipes/org-snooze";
- sha256 = "00iwjj249vzqnfvbmlzrjig1sfhzbpv9kcpz95i3ir1w1qhw5119";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-snooze";
- license = lib.licenses.free;
- };
- }) {};
- org-static-blog = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-static-blog";
- ename = "org-static-blog";
- version = "1.2.1";
- src = fetchFromGitHub {
- owner = "bastibe";
- repo = "org-static-blog";
- rev = "f69d2fd6671fb250fbd87df5efa898a7bf5b9bda";
- sha256 = "1h9c96rbxxk1jypib5f9pfi5zkimkvhxi61j0sps6r39435dd3w7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e0768d41a3de625c04ac8644ef2e05f17ee99908/recipes/org-static-blog";
- sha256 = "07vh2k7cj0cs1yzfmrrz9p03x5mbfh0bigbl93s72h1wf7i05rkw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-static-blog";
- license = lib.licenses.free;
- };
- }) {};
- org-sticky-header = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-sticky-header";
- ename = "org-sticky-header";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "org-sticky-header";
- rev = "2847035ec559a46bd7b555f220f819c88371d538";
- sha256 = "0g6hdg11jzzpw7h0f6p795l5aj6pag2nhhfbx90cg28j61d28vwh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bc9a600bd156eb766ba5ce37e16f3e8253f37ee8/recipes/org-sticky-header";
- sha256 = "0ign3vjckmxp7n3625wb53qlch07c3s4l67jsvk38dhhcsg1rhnj";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-sticky-header";
- license = lib.licenses.free;
- };
- }) {};
- org-super-agenda = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "org-super-agenda";
- ename = "org-super-agenda";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "org-super-agenda";
- rev = "a7abfb677f7ab5453f74e89eba0c461307ee20ee";
- sha256 = "0vzf91lsxnhwf52kvm8ycpf0wb9c8l91689vyhwgv4wz8q6cvjwp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fd27b2df7594a867529de4b84c8107f82dabe2e9/recipes/org-super-agenda";
- sha256 = "1h3kqvpjq2w0n8qiqwb8wcpdy2g4ac7j6kin0943g7p5gm5yf0ra";
- name = "recipe";
- };
- packageRequires = [ dash emacs ht org s ];
- meta = {
- homepage = "https://melpa.org/#/org-super-agenda";
- license = lib.licenses.free;
- };
- }) {};
- org-sync = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-sync";
- ename = "org-sync";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "arbox";
- repo = "org-sync";
- rev = "8c65dceaa2f3d436f83ed591916f22556a6e7f91";
- sha256 = "0zx9gpvm5gy9k45lbhaks9s935id727lszsh40gmpdp5zxf3rjk1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/923ddbaf1a158caac5e666a396a8dc66969d204a/recipes/org-sync";
- sha256 = "0n8fz2d1vg9r8dszgasbnb6pgaxr2i8mqrp953prf1nhmfpjpxad";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-sync";
- license = lib.licenses.free;
- };
- }) {};
- org-table-comment = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-table-comment";
- ename = "org-table-comment";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "org-table-comment.el";
- rev = "33b9966c33ecbc3e27cca67c2f2cdea04364d74e";
- sha256 = "1qx3kd02sxs9k7adlvdlbmyhkc5kr7ni5lw4gxjw3nphnc536bkb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c1f08c41969bc8a7104fb914564b4f6cab667e2/recipes/org-table-comment";
- sha256 = "1d40vl8aa1x27z4gwnkzxgrqp7vd3ln2pc445ijjxp1wr8bjxvdz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-table-comment";
- license = lib.licenses.free;
- };
- }) {};
- org-table-sticky-header = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-table-sticky-header";
- ename = "org-table-sticky-header";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "org-table-sticky-header";
- rev = "4dba2dc9a3ed63f58aa946aeec84a52d46ca4043";
- sha256 = "0az4lzd9qk4cx7jjfj36r2fvlkwyrhn3xqhha5d1pydglnhd9amy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5dd0e18bf4c3f3263eff8aff6d7c743a554243b5/recipes/org-table-sticky-header";
- sha256 = "1rk41279rcsdma39zpr1ka5p47gh1d0969wahd0jbm5xlmx5gz2m";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/org-table-sticky-header";
- license = lib.licenses.free;
- };
- }) {};
- org-tfl = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "org-tfl";
- ename = "org-tfl";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "storax";
- repo = "org-tfl";
- rev = "f0d7d39106a1de5457f5160cddd98ab892b61066";
- sha256 = "1rwdibiq0w4nzccmvdkpwnmfga70y35lfg2xlkqxd02x7bfl7j3m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d9e97f2fee577c7e3fb42e4ca9d4f422c8907faf/recipes/org-tfl";
- sha256 = "1rqmmw0222vbxfn5wxq9ni2j813x92lpv99jjszqjvgnf2rkhjhf";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs org ];
- meta = {
- homepage = "https://melpa.org/#/org-tfl";
- license = lib.licenses.free;
- };
- }) {};
- org-themis = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-themis";
- ename = "org-themis";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "zellio";
- repo = "org-themis";
- rev = "4b4bf1fa1e853664bf006dda8afe2db00e522aaa";
- sha256 = "12fksqi9flf84h1lbmbcjnqxa7dairp50wvlwfhbp1hbb8l9z63a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/60e0efe4f201ed96e90c437e3e7205e0344d4676/recipes/org-themis";
- sha256 = "08rajz5y7h88fh94s2ad0f66va4vi31k9hwdv8p212bs276rp7ln";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/org-themis";
- license = lib.licenses.free;
- };
- }) {};
- org-time-budgets = callPackage ({ alert
- , cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-time-budgets";
- ename = "org-time-budgets";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "leoc";
- repo = "org-time-budgets";
- rev = "f2a8fe3d9d6104f3dd61fabbb385a596363b360b";
- sha256 = "09iw2jffb2qrx5r07zd1j8sk5wafamjkc2khqyfwc5kx6xyp1f46";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/776b58b433ab7dde5870300d288c3e6734fc32c0/recipes/org-time-budgets";
- sha256 = "0r8km586n6xdnjha7xnzlh03nw1dp066hydaz8kxfmhvygl9cpah";
- name = "recipe";
- };
- packageRequires = [ alert cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/org-time-budgets";
- license = lib.licenses.free;
- };
- }) {};
- org-timeline = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-timeline";
- ename = "org-timeline";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "org-timeline";
- rev = "aed995c1db6c8bfd9db0a75a978f5e261aab38e5";
- sha256 = "1jz44lag1j4rawqjpcgb9zrs88vfi7vjgdh756hs2ln7i1cnvgh5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/298bd714f6cefd83d594b0eea731a01fb2faf1ad/recipes/org-timeline";
- sha256 = "0zlhjzjc7jwqh6wcys17hraz76n2hnjwffis02x71maclrf2cfdd";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-timeline";
- license = lib.licenses.free;
- };
- }) {};
- org-toodledo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-toodledo";
- ename = "org-toodledo";
- version = "2.1.0";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "org-toodledo";
- rev = "5473c1a2762371b198862aa8fd83fd3ec57485a4";
- sha256 = "0qqa62fsmra6v4061kpki8wbhfcwkgnb2gzxwvnaqlcmhivksg6v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4956fb6c5f1076a02f07d0f953e846fee39bfaa6/recipes/org-toodledo";
- sha256 = "0c7qr0jsc4iyrwkc22xp9nmk6984v7q1k0rvpd62m07lb5gvbiq3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-toodledo";
- license = lib.licenses.free;
- };
- }) {};
- org-tracktable = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-tracktable";
- ename = "org-tracktable";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "tty-tourist";
- repo = "org-tracktable";
- rev = "8e0e60a582a034bd66d5efb72d513140b7d4d90a";
- sha256 = "1aq7qv5jyc2x2a4iphnzmmsvak6dbi7nwdcf3m8nly8w75vrl5lj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57263d996e321f842d0741898370390146606c63/recipes/org-tracktable";
- sha256 = "0mngf9q2ffxq32cgng0xl30661mj15wmr9y4hr3xddj626kxrp00";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-tracktable";
- license = lib.licenses.free;
- };
- }) {};
- org-transform-tree-table = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "org-transform-tree-table";
- ename = "org-transform-tree-table";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "jplindstrom";
- repo = "emacs-org-transform-tree-table";
- rev = "0a9bf07f01bc5fc3b349aff64e83999a8de83b52";
- sha256 = "1h15fr16kgbyrxambmk4hsmha6hx4c4yqkccb82g3wlvzmnqj5x3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/afca0e652a993848610606866609edbf2f5f76ae/recipes/org-transform-tree-table";
- sha256 = "0n68cw769nk90ms6w1w6cc1nxjwn1navkz56mf11bsiqvsk3km7r";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/org-transform-tree-table";
- license = lib.licenses.free;
- };
- }) {};
- org-tree-slide = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-tree-slide";
- ename = "org-tree-slide";
- version = "2.8.4";
- src = fetchFromGitHub {
- owner = "takaxp";
- repo = "org-tree-slide";
- rev = "dccd80418a4444df5e8301695ff0d0dfe86a3c21";
- sha256 = "0aacxxwhwjzby0f9r4q0lra5lqcrw5snnm1yc63jrs6c0ifakk45";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6160c259bc4bbcf3b98c220222430f798ee6463f/recipes/org-tree-slide";
- sha256 = "0v857zplv0wdbg4li667v2p5pn5zcf9fgbqcwa75x8babilkl6jn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-tree-slide";
- license = lib.licenses.free;
- };
- }) {};
- org-trello = callPackage ({ dash
- , dash-functional
- , deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request-deferred
- , s }:
- melpaBuild {
- pname = "org-trello";
- ename = "org-trello";
- version = "0.8.1";
- src = fetchFromGitHub {
- owner = "org-trello";
- repo = "org-trello";
- rev = "c38c36159cdeb2348c4e9ca75246aa9cc1dfd76c";
- sha256 = "02gx3kv4mkij69ln8x8wf9n28x17pbb4kv85v78d3lxph7ykqimc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/188ed8dc1ce2704838f7a2883c41243598150a46/recipes/org-trello";
- sha256 = "14lq8nn1x6qb3jx518zaaz5582m4npd593w056igqhahkfm0qp8i";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional deferred request-deferred s ];
- meta = {
- homepage = "https://melpa.org/#/org-trello";
- license = lib.licenses.free;
- };
- }) {};
- org-vcard = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-vcard";
- ename = "org-vcard";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "flexibeast";
- repo = "org-vcard";
- rev = "a697c966579a8a67e02ad6b5d7f7897a1b5b4620";
- sha256 = "1fx36yqq21wmccv055kd8p0ks2gmycyw68x4v57lszadg5rcf77k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/df860814a09c376c9a6a2c5e7f528bbae29810b2/recipes/org-vcard";
- sha256 = "0l6azshvzl1wws582njqr3qx4h73gwrdqwa3jcic1qbs9hg2l4yl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/org-vcard";
- license = lib.licenses.free;
- };
- }) {};
- org-web-tools = callPackage ({ dash
- , emacs
- , esxml
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , request
- , s }:
- melpaBuild {
- pname = "org-web-tools";
- ename = "org-web-tools";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "org-web-tools";
- rev = "ca87319cd42eaa2eb02213e81dec19b7bd2918f7";
- sha256 = "0v4qad54r0z7dr7kg5lpfdsazi44qvrbybx9aciyl4w9grfajphb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f082bfb480649d21f586b7eb331c19d57e7a84cf/recipes/org-web-tools";
- sha256 = "19zpspap85fjqg5a20ps34rcigb0ws986pj6dzd7xik8s6ia29s7";
- name = "recipe";
- };
- packageRequires = [ dash emacs esxml org request s ];
- meta = {
- homepage = "https://melpa.org/#/org-web-tools";
- license = lib.licenses.free;
- };
- }) {};
- org-wild-notifier = callPackage ({ alert
- , async
- , dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "org-wild-notifier";
- ename = "org-wild-notifier";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "akhramov";
- repo = "org-wild-notifier.el";
- rev = "6e194d0f0a21b7d2b09ebdef5ffcd5ffe3633339";
- sha256 = "0vh8hhb0d5y3bgp0i9msk5c6rpn1mzj9bzqmbk6xwl4qr07hgnxx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/114552a24f73f13b253e3db4885039b680f6ef33/recipes/org-wild-notifier";
- sha256 = "1lmpa614jnkpmfg3m1d2wjn9w0zig3gwd02n3dyjn23n71fiyhkp";
- name = "recipe";
- };
- packageRequires = [ alert async dash dash-functional emacs ];
- meta = {
- homepage = "https://melpa.org/#/org-wild-notifier";
- license = lib.licenses.free;
- };
- }) {};
- org2blog = callPackage ({ fetchFromGitHub
- , fetchurl
- , htmlize
- , hydra
- , lib
- , melpaBuild
- , metaweblog
- , org
- , xml-rpc }:
- melpaBuild {
- pname = "org2blog";
- ename = "org2blog";
- version = "1.0.3";
- src = fetchFromGitHub {
- owner = "org2blog";
- repo = "org2blog";
- rev = "55dbed00ebe5c841c43800b39764682759ecf326";
- sha256 = "1fncgiwyigvmkc40bm1nr4nlkm828a04jv33jsnzjzyi2n00mbgx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/org2blog";
- sha256 = "15nr6f45z0i265llf8xs87958l5hvafh518k0s7jan7x1l6w5q33";
- name = "recipe";
- };
- packageRequires = [ htmlize hydra metaweblog org xml-rpc ];
- meta = {
- homepage = "https://melpa.org/#/org2blog";
- license = lib.licenses.free;
- };
- }) {};
- org2jekyll = callPackage ({ dash-functional
- , deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "org2jekyll";
- ename = "org2jekyll";
- version = "0.1.9";
- src = fetchFromGitHub {
- owner = "ardumont";
- repo = "org2jekyll";
- rev = "35e11ffa24b140d2e247df195489fca344bd0c08";
- sha256 = "089nqbda5mg1ippqnsl5wcx9n1gpnaqhl6kz54n47kivb400bidh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/48a1e5bd5e338bd3593f004f95b6fbb12595bfb7/recipes/org2jekyll";
- sha256 = "1j9d6xf5nsakifxwd4zmjc29lbj46ffn3z109k2y2yhz7q3r9hzv";
- name = "recipe";
- };
- packageRequires = [ dash-functional deferred s ];
- meta = {
- homepage = "https://melpa.org/#/org2jekyll";
- license = lib.licenses.free;
- };
- }) {};
- org2web = callPackage ({ cl-lib ? null
- , dash
- , el2org
- , fetchFromGitHub
- , fetchurl
- , ht
- , htmlize
- , lib
- , melpaBuild
- , mustache
- , org
- , simple-httpd }:
- melpaBuild {
- pname = "org2web";
- ename = "org2web";
- version = "0.9.1";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "org2web";
- rev = "5243b399927a4c474bb3b8d1c8a00799df1f27d7";
- sha256 = "0wsvfn409a2ivbich8b8zqza78sprirg4bl7igx536ydqclmi0n7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2864959163442165b9b1cd5471dc2649508decde/recipes/org2web";
- sha256 = "0lcqf0pgkd7jilasw1485fy45k269jxvyl7hl7qrcs94s6fy2vaf";
- name = "recipe";
- };
- packageRequires = [
- cl-lib
- dash
- el2org
- ht
- htmlize
- mustache
- org
- simple-httpd
- ];
- meta = {
- homepage = "https://melpa.org/#/org2web";
- license = lib.licenses.free;
- };
- }) {};
- orgbox = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "orgbox";
- ename = "orgbox";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "yasuhito";
- repo = "orgbox";
- rev = "ecaf5a064431cf92922338c974df8fce1a8f1734";
- sha256 = "02mxp17p7bj4xamg0m6zk832hmpqcgzc7bjbjcnvbvrawhc255hy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1948eca5a18f35b61b9a0baf532753fd105ba3a/recipes/orgbox";
- sha256 = "12wfqlpjh9nr7zgqs4h8kmfsk825n68qcbn8z2fw2mpshg3nj7l8";
- name = "recipe";
- };
- packageRequires = [ cl-lib org ];
- meta = {
- homepage = "https://melpa.org/#/orgbox";
- license = lib.licenses.free;
- };
- }) {};
- orgit = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "orgit";
- ename = "orgit";
- version = "1.5.3";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "orgit";
- rev = "ea79e0567ae65fc922fcb05da0f7f4af8eae1973";
- sha256 = "1ywavzki510rslsgfm0cnn3mlh644p61ha2nfb715xhkg7cd3j9g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/73b5f7c44c90540e4cbdc003d9881f0ac22cc7bc/recipes/orgit";
- sha256 = "0askccb3h98v8gmylwxaph3gbyv5b1sp4slws76aqz1kq9x0jy7w";
- name = "recipe";
- };
- packageRequires = [ dash emacs magit org ];
- meta = {
- homepage = "https://melpa.org/#/orgit";
- license = lib.licenses.free;
- };
- }) {};
- orglink = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "orglink";
- ename = "orglink";
- version = "1.1.3";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "orglink";
- rev = "82ea67b7f1bf10627759044acb74828f66a85a83";
- sha256 = "0zqbz1idj73wz3kljkkzl7mvalk73j7xpl3di6mb16ylscg9sraw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be9b8e97cda6af91d54d402887f225e3a0caf055/recipes/orglink";
- sha256 = "0ldrvvqs3hlazj0dch162gsbnbxcg6fgrxid8p7w9gj19vbcl52b";
- name = "recipe";
- };
- packageRequires = [ dash emacs org ];
- meta = {
- homepage = "https://melpa.org/#/orglink";
- license = lib.licenses.free;
- };
- }) {};
- orgtbl-show-header = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "orgtbl-show-header";
- ename = "orgtbl-show-header";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "orgtbl-show-header";
- rev = "2f13391f56cf94f8fe1dc79d6eccb662198f9b69";
- sha256 = "0s3pf18n7vh67am1pjaa22gh645088dbz2rgxixr9avpfyalaycj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c5ea906b1d642405ca532d89dbb32cf79f53582/recipes/orgtbl-show-header";
- sha256 = "1xgqjg3lmcczdblxaka47cc1ad8p8jhyb2nqwq0qnbqw46fqjp3k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/orgtbl-show-header";
- license = lib.licenses.free;
- };
- }) {};
- osx-browse = callPackage ({ browse-url-dwim
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , string-utils }:
- melpaBuild {
- pname = "osx-browse";
- ename = "osx-browse";
- version = "0.8.8";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "osx-browse";
- rev = "6186a6020e143e90d557c8d062c44fcdba0516c7";
- sha256 = "0g1xhh88a65vcq6rlh7ii16pra4pv519ajcws0h93ldbbjiy7p0m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/081aa3e1d50c2c9e5a9b9ce0716258a93279f605/recipes/osx-browse";
- sha256 = "06rfzq2hxhzg6jh2zs28r7ffxwlq40nz954j13ly8403c7rmbrfm";
- name = "recipe";
- };
- packageRequires = [ browse-url-dwim string-utils ];
- meta = {
- homepage = "https://melpa.org/#/osx-browse";
- license = lib.licenses.free;
- };
- }) {};
- osx-clipboard = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "osx-clipboard";
- ename = "osx-clipboard";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "joddie";
- repo = "osx-clipboard-mode";
- rev = "e46dd31327a3f92f77b013b4c9b1e5fdd0e5c73d";
- sha256 = "1ykn48src7qhx9cmpjkaqsz7h36p75kkq1h9wlcpv5fhaky2d4n4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71b85cd2b2122a2742f919d10bfcb054b681e61e/recipes/osx-clipboard";
- sha256 = "0gjgr451v6rlyarz96v6h8kfbvkk7npvhgvkgwdi0bjighrhlv4f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/osx-clipboard";
- license = lib.licenses.free;
- };
- }) {};
- osx-dictionary = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "osx-dictionary";
- ename = "osx-dictionary";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "osx-dictionary.el";
- rev = "0e5e5f1b0077a62673855889d529dd4f0cc8f665";
- sha256 = "1zpr50q7i4wg1x7vsj69rh1b8xvk9r0591y4fvvs3a2l1llca2mq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae4467ad646d663f0266f39a76f9764004903424/recipes/osx-dictionary";
- sha256 = "13033fxc5vjd1f7mm6znmprcp3mwxbvblb2d25shr8d4imqqhv82";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/osx-dictionary";
- license = lib.licenses.free;
- };
- }) {};
- osx-location = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "osx-location";
- ename = "osx-location";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "osx-location";
- rev = "110aee945b53ea550e4debe69bf3c077d940ec8c";
- sha256 = "1csnxpsfnv9lv07kgvc60qx5c33sshmnz60p3qjz7ym7rnjy9b5x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8673dafb02a8d70c278bfd2c063f40992defe3a3/recipes/osx-location";
- sha256 = "1p12mmrw70p3b04zlprkdxdfnb7m3vkm6gci3fwhr5zyfvwxvn0c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/osx-location";
- license = lib.licenses.free;
- };
- }) {};
- osx-pseudo-daemon = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "osx-pseudo-daemon";
- ename = "osx-pseudo-daemon";
- version = "2.1";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "mac-pseudo-daemon";
- rev = "0358b3acd932082082971c489012bf139f5860dc";
- sha256 = "1scdqy8g8dx3qzii70p3m2gddqqy7dkv63p8nfkp7vw1y5m19426";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6104efc035bcf469d133ab9a2caf42c9d4482334/recipes/osx-pseudo-daemon";
- sha256 = "1sch7bb8hl96fji2ayw2ah5cjgsga08wj44vddjxskyway8ykf0z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/osx-pseudo-daemon";
- license = lib.licenses.free;
- };
- }) {};
- osx-trash = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "osx-trash";
- ename = "osx-trash";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "lunaryorn";
- repo = "osx-trash.el";
- rev = "529619b84d21e18a38ec5255eb40f6b8ede38b2a";
- sha256 = "1n44wdffkw14si9kb7bpkp6d9cjwjrvksfh22y9549dhs1vav6qq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1f4c86e5b86df6c5c2c484f041fa3e434bbfbbb1/recipes/osx-trash";
- sha256 = "1f6pi53mhp2pvrfjm8544lqqj36gzpzxq245lzvv91lvqkxr9ysj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/osx-trash";
- license = lib.licenses.free;
- };
- }) {};
- outline-minor-faces = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "outline-minor-faces";
- ename = "outline-minor-faces";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "outline-minor-faces";
- rev = "8788f3e6f922f54b4eccfb80e4c246203a7e81c3";
- sha256 = "1ms4mgh8jlvyhdsx5166jqfjdx6rqfbhaqzfrzplgcn6v37097l4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f252e45e8bd6e8af1267755d108f378a974ddaf1/recipes/outline-minor-faces";
- sha256 = "1728imdqmmfqw5f67w8xsailn2b09y4xgdr769pd6kx8z6lsi8zb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/outline-minor-faces";
- license = lib.licenses.free;
- };
- }) {};
- outlook = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "outlook";
- ename = "outlook";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "asavonic";
- repo = "outlook.el";
- rev = "5847c6f13b106cb54529080e9050be5b8b5be867";
- sha256 = "13wlfklk342gv5fmzpnz69mc07vm8x6xmh7li1w7f13ci3v4s045";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5ce3e6800213b117578a1022f25407f2ec1604f/recipes/outlook";
- sha256 = "0yq9zl7dr8kkm4rps5np4dwvjfhzsxq9wd1af7zwcmms4l3qry6k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/outlook";
- license = lib.licenses.free;
- };
- }) {};
- outorg = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "outorg";
- ename = "outorg";
- version = "2.0";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "outorg";
- rev = "04986bdb0b91fdd97974e032dced01dd8de759a4";
- sha256 = "154nkvjaa78zhazmyv8ia8axgs7s1xr3zpv0z3mjl3v0ny7s5j21";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8edf78a0ecd2ff8e6e066b80751a31e11a068c3f/recipes/outorg";
- sha256 = "10jh64d1nalfig69nnsib46915jinv37lvmxa0aj91zymq2szdm9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/outorg";
- license = lib.licenses.free;
- };
- }) {};
- outshine = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , outorg }:
- melpaBuild {
- pname = "outshine";
- ename = "outshine";
- version = "3.0.1";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "outshine";
- rev = "3edf0c61e94d36d174120c8080a98023e30a58a2";
- sha256 = "1lh9f5dgdbwfyzxk6nsg1xwdjs8gc6p9mbyyhp6f8fnk3h0y88cg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8edf78a0ecd2ff8e6e066b80751a31e11a068c3f/recipes/outshine";
- sha256 = "1qqmvs17hq5s047nqplg4sa09xg5ck6zwqyg91xmbh71bx80v28v";
- name = "recipe";
- };
- packageRequires = [ cl-lib outorg ];
- meta = {
- homepage = "https://melpa.org/#/outshine";
- license = lib.licenses.free;
- };
- }) {};
- ov = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ov";
- ename = "ov";
- version = "1.0.6";
- src = fetchFromGitHub {
- owner = "ShingoFukuyama";
- repo = "ov.el";
- rev = "4e1c254d74bc1773c92f1613c3865cdcb4bc7095";
- sha256 = "0qxk2rf84j86syxi8xknsq252irwg7sz396v3bb4wqz4prpj0kzc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18d8a10ba3018cb61924af3a1682b82f543f2d98/recipes/ov";
- sha256 = "0d71mpv74cfxcnwixbrl90nr22cw4kv5sdgpny5wycvh6cgmd6qb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ov";
- license = lib.licenses.free;
- };
- }) {};
- overcast-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "overcast-theme";
- ename = "overcast-theme";
- version = "1.3.0";
- src = fetchFromGitHub {
- owner = "myTerminal";
- repo = "overcast-theme";
- rev = "769078cb4a6ea87a31fcea0218c06e1ec689b97c";
- sha256 = "044g4y8ykh41b3ybxsgsrqvnkq8i1q8q8livh64b2qqrrjzq6mxg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d86691c61fc880954a05502a6474cc2fa0d0a43b/recipes/overcast-theme";
- sha256 = "1v8hdnvc4pfmadkvdm6b8z0cy20pminvhjdlr13q5m9immr88a4r";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/overcast-theme";
- license = lib.licenses.free;
- };
- }) {};
- overseer = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "overseer";
- ename = "overseer";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "tonini";
- repo = "overseer.el";
- rev = "cf532a4e373e3da2077ccbaa48d4bfacd14661ba";
- sha256 = "0jz8p6bwpfncxwi6ssmi6ngx8sjjica565i6ln0gsr5i11zfb7nx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/overseer";
- sha256 = "0zbh0j21h6wsqnqvnzai6y6rpccdciksb7g64qw7fx0cpg5x2ms8";
- name = "recipe";
- };
- packageRequires = [ dash emacs pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/overseer";
- license = lib.licenses.free;
- };
- }) {};
- owdriver = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , smartrep
- , yaxception }:
- melpaBuild {
- pname = "owdriver";
- ename = "owdriver";
- version = "0.0.6";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "owdriver";
- rev = "0479389d9df9e70ff9ce69dff06252d3aa40fc86";
- sha256 = "0f2psx4lq98l3q3fnibsfqxp2hvvwk7b30zjvjlry3bffg3l7pfk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3f9c1bb19345c6027a945e7f265632da1a391cb/recipes/owdriver";
- sha256 = "0j8z7ynan0zj581x50gsi9lljkbi6bwmzpfyha3i6q8ch5qkdxfd";
- name = "recipe";
- };
- packageRequires = [ log4e smartrep yaxception ];
- meta = {
- homepage = "https://melpa.org/#/owdriver";
- license = lib.licenses.free;
- };
- }) {};
- ox-epub = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-epub";
- ename = "ox-epub";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "ofosos";
- repo = "ox-epub";
- rev = "7991155e4b80bafee616108014be5281c22bae83";
- sha256 = "09di3qq0nc9m3dnqik392vbdps829wlkxdsjlcpdm0dfms9wq10v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3ac31dfef00e83fa6b716ea006f35afb5dc6cd5/recipes/ox-epub";
- sha256 = "15q6vsmgv76c0qfdxa3prqvgmr6n7k4rd4bpi05574ibi23y0ynh";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ox-epub";
- license = lib.licenses.free;
- };
- }) {};
- ox-gfm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ox-gfm";
- ename = "ox-gfm";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "larstvei";
- repo = "ox-gfm";
- rev = "99f93011b069e02b37c9660b8fcb45dab086a07f";
- sha256 = "0drdypmgxk3238hmkqw9s3cw9wv94cyfqar5ar0bv0k69s92pxj8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10e90430f29ce213fe57c507f06371ea0b29b66b/recipes/ox-gfm";
- sha256 = "065ngmzfd3g2h8n903hc4d363hz4z5rrdgizh2xpz03kf3plca6q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ox-gfm";
- license = lib.licenses.free;
- };
- }) {};
- ox-hugo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-hugo";
- ename = "ox-hugo";
- version = "0.8";
- src = fetchFromGitHub {
- owner = "kaushalmodi";
- repo = "ox-hugo";
- rev = "9751d34e1133b89a533a978c085b0715f85db648";
- sha256 = "11h464cyc28ld0b0zridgm4drydc1qjxbm1y24zrwlkyqqjk6yr7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e1240bb7b5bb8773f804b987901566a20e3e8a9/recipes/ox-hugo";
- sha256 = "1niarxj2y4a14lrv2nqcc36msw7k61h8fbjpcdrfbaw3n0kchd40";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ox-hugo";
- license = lib.licenses.free;
- };
- }) {};
- ox-ioslide = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-ioslide";
- ename = "ox-ioslide";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "org-ioslide";
- rev = "6cb628e022ef224e9fe8b8b6c123713449d8f06b";
- sha256 = "1ipscvm7rdp8vcpd2f9516k5mjhdx03sb1p2c9j7krkhigfrbpsr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b960abca4d642c47e640300876eefee1851e6b86/recipes/ox-ioslide";
- sha256 = "0z0qnvpw64wxbgz8203rphswlh9hd2i11pz2mlay8l3bzz4gx4vc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f org ];
- meta = {
- homepage = "https://melpa.org/#/ox-ioslide";
- license = lib.licenses.free;
- };
- }) {};
- ox-pandoc = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-pandoc";
- ename = "ox-pandoc";
- version = "1.150707";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "ox-pandoc";
- rev = "035f1d60a0139349232c382cfd23a96902b7003d";
- sha256 = "0h49pfl97vl796sm7r62rpv3slj0z5krm4zrqkgz0q6zlyrjay29";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca17de8cdd53bb32a9d3faaeb38f19f92b18ee38/recipes/ox-pandoc";
- sha256 = "0wy6yvwd4vyq6xalkrshnfjjxlh1p24y52z49894nz5fl63b74xc";
- name = "recipe";
- };
- packageRequires = [ dash emacs ht org ];
- meta = {
- homepage = "https://melpa.org/#/ox-pandoc";
- license = lib.licenses.free;
- };
- }) {};
- ox-slimhtml = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ox-slimhtml";
- ename = "ox-slimhtml";
- version = "0.4.5";
- src = fetchFromGitHub {
- owner = "balddotcat";
- repo = "ox-slimhtml";
- rev = "a764ef64235845e4f5cfd73244d6cf1e7fee903b";
- sha256 = "14h0kks7i2k53fwbsqb4giafacm58inppqpr5mbj904cy146g29f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6fae8e3c4abd37a651d4cbdb337a74f1a7c7366a/recipes/ox-slimhtml";
- sha256 = "16jrw8n26iy69ibr29bp3pqp4lm66alihks37qipd2g5grqqfdnd";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ox-slimhtml";
- license = lib.licenses.free;
- };
- }) {};
- ox-twbs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ox-twbs";
- ename = "ox-twbs";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "marsmining";
- repo = "ox-twbs";
- rev = "2414e6b1de7deb6dd2ae79a7be633fdccb9c2f28";
- sha256 = "0kd45p8y7ykadmai4jn1x1pgpafyqggwb1ccbjzalxw4k9wmd45f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ox-twbs";
- sha256 = "050rv270jlkc1v7wp47cv9cwr9pz3n840dd4jxxhfs6s47b9ln73";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ox-twbs";
- license = lib.licenses.free;
- };
- }) {};
- ox-wk = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "ox-wk";
- ename = "ox-wk";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "w-vi";
- repo = "ox-wk.el";
- rev = "3da2213be1874d9d3e8a9337b09003d9c102b943";
- sha256 = "0aw6ykcgyn6p7hhggyd7jfyx9b25pr0vgnlfvcwhjc3w0lm94yi1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0947993df2d9bee493c2c25760f1ac5bcc1136ac/recipes/ox-wk";
- sha256 = "0rb4xkkqb65ly01lb1gl3gyz4yj9hzv4ydbdzsbvmpj0hrdw5nv3";
- name = "recipe";
- };
- packageRequires = [ emacs org ];
- meta = {
- homepage = "https://melpa.org/#/ox-wk";
- license = lib.licenses.free;
- };
- }) {};
- pabbrev = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pabbrev";
- ename = "pabbrev";
- version = "4.1";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "pabbrev";
- rev = "127a8b10cf352b0491fefd2f4178ba78ee587564";
- sha256 = "073qpa223ja673p63mhvy4l6yyv3k7z05ifwvn7bmq4b5fq42hw6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c032b0d126e0196b4526ee04f5103582610681ea/recipes/pabbrev";
- sha256 = "1mbfa40pbzbi00sp155zm43sj6nw221mcayc2rk3ppin9ps95hx3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pabbrev";
- license = lib.licenses.free;
- };
- }) {};
- pacfiles-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pacfiles-mode";
- ename = "pacfiles-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "UndeadKernel";
- repo = "pacfiles-mode";
- rev = "180eea7ba33dc4fa5c116b01649c4e9ba3f43276";
- sha256 = "07ki2dz459nv4jshmgk2gq1b8c0x3iqy3nf9rwv0w3b3qm70gn3f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bec20443188d9218235c4b31840544a7b1e0690d/recipes/pacfiles-mode";
- sha256 = "08yc3w7zvckg8s1g707hvbbkvi2k52jrk2iwlj0sk22ih3q3yaa9";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pacfiles-mode";
- license = lib.licenses.free;
- };
- }) {};
- pack = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pack";
- ename = "pack";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "pack-el";
- rev = "ef811927254b0fea170e2f2ddb94f6dd7c356dde";
- sha256 = "0bza802nzncmpnnzzrfqk4b8svbmgjnhrl28mvagi42wci19qf0x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/96f55c1f15ca24134da378a1ea31f7bb31c84ea9/recipes/pack";
- sha256 = "0lwdhfrpqwpqqg3yhcyj11jv2mm8k9k54qdxlhdi8sxj1fdxmanw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pack";
- license = lib.licenses.free;
- };
- }) {};
- package-build = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "package-build";
- ename = "package-build";
- version = "2.3";
- src = fetchFromGitHub {
- owner = "melpa";
- repo = "package-build";
- rev = "385cd427ce15ca1715f3dd758b6aa408bf0186b1";
- sha256 = "1412pjghyvzkdlsrrs0ql30vw591bhyk1wlbf49f15dzjbspx3w0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/948fb86b710aafe6bc71f95554655dfdfcab0cca/recipes/package-build";
- sha256 = "0kr82j9rbvmapsph0jdxy24p0b8mcnj01sg1myywf428nf30cgbh";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/package-build";
- license = lib.licenses.free;
- };
- }) {};
- package-lint = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "package-lint";
- ename = "package-lint";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "package-lint";
- rev = "4c90df4919f7b96921a939b3bd88bedfd08d041e";
- sha256 = "0nhznvsl3l3v7w5x2afw0ay31r6jrdvgr1ys9mhcmd1fsk57bj2r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dbfb0250a58b2e31c32ff1496ed66a3c5439bd67/recipes/package-lint";
- sha256 = "05akg9cgcqbgja966iv2j878y14d5wvky6m9clkfbw5wyg66xpr0";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/package-lint";
- license = lib.licenses.free;
- };
- }) {};
- package-lint-flymake = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , package-lint }:
- melpaBuild {
- pname = "package-lint-flymake";
- ename = "package-lint-flymake";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "package-lint";
- rev = "83f34f747a13633c92210e6110e3c5377397761c";
- sha256 = "0mljhvc03a8fj3zn5rz8i3mfcb8vd4xfaxmb7m7h9gr8ap3lwz7g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dbfb0250a58b2e31c32ff1496ed66a3c5439bd67/recipes/package-lint-flymake";
- sha256 = "076v3xvbxym7dwwl95j8kynj9kj2xw3gzq6qv6qkm0xls7df4yjz";
- name = "recipe";
- };
- packageRequires = [ emacs package-lint ];
- meta = {
- homepage = "https://melpa.org/#/package-lint-flymake";
- license = lib.licenses.free;
- };
- }) {};
- package-plus = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "package-plus";
- ename = "package+";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "zenspider";
- repo = "package";
- rev = "4a9618a44ec4f26a14e0136cd9d3c4855fceb25b";
- sha256 = "1xv0ra130qg0ksgqi4npspnv0ckq77k7f5kcibavj030h578kj97";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49cfbbc4535aa7e175aa819d67b8aa52a6f94384/recipes/package+";
- sha256 = "1mbsxr4llz8ny7n7w3lykld9yvbaywlfqnvr9l0aiv9rvmdv03bn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/package+";
- license = lib.licenses.free;
- };
- }) {};
- package-safe-delete = callPackage ({ emacs
- , epl
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "package-safe-delete";
- ename = "package-safe-delete";
- version = "0.1.7";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "package-safe-delete";
- rev = "138171e4fc03c0ef05a8260cbb5cd2e114c1c194";
- sha256 = "1pdv6d6bm5jmpgjqf9ycvzasxz1205zdi0zjrmkr33c03azwz7rd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/61b961211276bd95655b6a0967eda5037a3d240b/recipes/package-safe-delete";
- sha256 = "12ss5yjhnyxsif4vlbgxamn5jfa0wxkkphffxnv6drhvmpq226jw";
- name = "recipe";
- };
- packageRequires = [ emacs epl ];
- meta = {
- homepage = "https://melpa.org/#/package-safe-delete";
- license = lib.licenses.free;
- };
- }) {};
- package-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , restart-emacs }:
- melpaBuild {
- pname = "package-utils";
- ename = "package-utils";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "Silex";
- repo = "package-utils";
- rev = "5621b95c56b55499f0463fd8b29501da25d861bd";
- sha256 = "1mhsf0l0253d9b7n3c68mw5kwnsk7wf217y7m2fiybh51bdgjfnd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a1bb884a0299408daa716eba42cb39f79622766c/recipes/package-utils";
- sha256 = "02hgh7wg68ysfhw5hckrpshzv4vm1vnm395d34x6vpgl4ccx7v9r";
- name = "recipe";
- };
- packageRequires = [ restart-emacs ];
- meta = {
- homepage = "https://melpa.org/#/package-utils";
- license = lib.licenses.free;
- };
- }) {};
- packed = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "packed";
- ename = "packed";
- version = "3.0.0";
- src = fetchFromGitHub {
- owner = "emacscollective";
- repo = "packed";
- rev = "788ea94bff319d6a776954c32cff1de8b400f051";
- sha256 = "1sga68hf6zf5j8sb56zqy35p5gn6x7c12m6h8q1gzazfy7xz57p0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/57a2fb9524df3fdfdc54c403112e12bd70888b23/recipes/packed";
- sha256 = "103z6fas2fkvlhvwbv1rl6jcij5pfsv5vlqqsb4dkq1b0s7k11jd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/packed";
- license = lib.licenses.free;
- };
- }) {};
- page-break-lines = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "page-break-lines";
- ename = "page-break-lines";
- version = "0.11";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "page-break-lines";
- rev = "67b5928a7f14568baf2716b5741e13659a86b9ea";
- sha256 = "1wp974716ih2cz9kdmdz7xwjy1qnnfzdzlfr9kchknagw8d9nn12";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/page-break-lines";
- sha256 = "0i5kx191wnq9763jyqxbyh33hvdaqbd98a1rhgqd97zhvg0hslz1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/page-break-lines";
- license = lib.licenses.free;
- };
- }) {};
- pallet = callPackage ({ cask
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "pallet";
- ename = "pallet";
- version = "0.9.2";
- src = fetchFromGitHub {
- owner = "rdallasgray";
- repo = "pallet";
- rev = "0e1ae11e1ebfe644cbf832df62ac2dbf6ecd0501";
- sha256 = "03mlg6dmpjw8fq2s3c4gpqj20kjhzldz3m51bf6s0mxq9bclx2xw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf977287e9bd668efbd972c9937906384ee832c6/recipes/pallet";
- sha256 = "0q50cdwnn2w1n5h4bappncjjyi5yaixxannwgy23fngdrz1mxwd7";
- name = "recipe";
- };
- packageRequires = [ cask dash f s ];
- meta = {
- homepage = "https://melpa.org/#/pallet";
- license = lib.licenses.free;
- };
- }) {};
- panda-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "panda-theme";
- ename = "panda-theme";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "jamiecollinson";
- repo = "emacs-panda-theme";
- rev = "4016c16709889ca974bc194c039523b85c29c903";
- sha256 = "1kfg8dswg9hp07mcafz6s78md31wyn03r3pzz1jvysnlfdg9ak7c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a90ca1275ceab8e1ea4fdfa9049fbd24a5fd0bf5/recipes/panda-theme";
- sha256 = "1q3zp331hz8l54p8ym9jrs4f36aj15r8aka6bqqnalnk237xqxl7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/panda-theme";
- license = lib.licenses.free;
- };
- }) {};
- pandoc = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pandoc";
- ename = "pandoc";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "pandoc.el";
- rev = "d45e35c917d9d775c05747d9feb49a1a831ad831";
- sha256 = "15ks8wlaj6n50cqmvw48pz191ha96krfwd38ygwq0kk1nm7y1y8g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d6c21ff09d67fad2658e0de08bc2edb7588c504a/recipes/pandoc";
- sha256 = "0x81anxam7agr2v2zqgc331zs5s5zxcw54kzpanndda23n51h5cc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pandoc";
- license = lib.licenses.free;
- };
- }) {};
- pandoc-mode = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pandoc-mode";
- ename = "pandoc-mode";
- version = "2.27.1";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "pandoc-mode";
- rev = "d135bb5b8874f1b16c053215ecb29e22f0f79657";
- sha256 = "1gmw78vjl82xlb4ajfiaf4q6hg35xadhjcvy7kyzr0kzs1zkkk4n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e39cd8e8b4f61c04fa967def6a653bb22f45f5b/recipes/pandoc-mode";
- sha256 = "0qvc6cf87h1jqf590kd68jfg25snxaxayfds634wj4z6gp70l781";
- name = "recipe";
- };
- packageRequires = [ dash hydra ];
- meta = {
- homepage = "https://melpa.org/#/pandoc-mode";
- license = lib.licenses.free;
- };
- }) {};
- pangu-spacing = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pangu-spacing";
- ename = "pangu-spacing";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "pangu-spacing";
- rev = "034b4ef8a1b29bf7bfed6a916380941506ed26ed";
- sha256 = "0gmdzagyg0p7q1gyj2a3aqp2g4asljpib3n67nikr0v99c2mki5y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c0b00eda1d20ff2cbffe3ac606e5fd60d915a5d6/recipes/pangu-spacing";
- sha256 = "082qh26vlk7kifz1800lyai17yvngwjygrfrsh1dsd8dxhk6l9j8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pangu-spacing";
- license = lib.licenses.free;
- };
- }) {};
- paradox = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , let-alist
- , lib
- , melpaBuild
- , seq
- , spinner }:
- melpaBuild {
- pname = "paradox";
- ename = "paradox";
- version = "2.5.4";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "paradox";
- rev = "d24fe4a329a939ffa1983886d77a6937e05149e4";
- sha256 = "1v78nmqyx60ki64wql7faq6ihv2qbk72sb19cy6hnypi546d81yp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/paradox";
- sha256 = "1xq14nfvprsq18464qr4mhphq7cl1f570lji5n8z6j9vpfm9a4p2";
- name = "recipe";
- };
- packageRequires = [ emacs hydra let-alist seq spinner ];
- meta = {
- homepage = "https://melpa.org/#/paradox";
- license = lib.licenses.free;
- };
- }) {};
- parchment-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parchment-theme";
- ename = "parchment-theme";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "ajgrf";
- repo = "parchment";
- rev = "7d48ae9b39c37eeef7ab5bf7ee049d2edf0411a6";
- sha256 = "071k34i48dsmlgpi8mpdff1fgcnz29dj2ci52c1i3alp9yc7s67a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f2302f512053b22e5abbd6a654cf94e4d5c7f5ca/recipes/parchment-theme";
- sha256 = "1dkl1f0zmnkw8xd89m5kd42rk4pg6a6wnm52g4p1b4yqqq27h6zm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/parchment-theme";
- license = lib.licenses.free;
- };
- }) {};
- paredit = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "paredit";
- ename = "paredit";
- version = "24";
- src = fetchgit {
- url = "https://mumble.net/~campbell/git/paredit.git";
- rev = "82bb75ceb2ddc272d6618d94874b7fc13181a409";
- sha256 = "13wzz5fahbz5svc4ql3ajzzpd1fv0ynwpa5widklbcp5yqncv1vm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/paredit";
- sha256 = "01qh8kfb5hyfi0jfl1kq3inkyzr0rf3wncmzgxlkfdc8zlq4v653";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/paredit";
- license = lib.licenses.free;
- };
- }) {};
- paredit-everywhere = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , paredit }:
- melpaBuild {
- pname = "paredit-everywhere";
- ename = "paredit-everywhere";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "paredit-everywhere";
- rev = "72b7cd5dcdc02233a32e9f1a6c2d21dc30532170";
- sha256 = "0jbjwjl92pf0kih3p2x20ms2kpyzzam8fir661nimpmk802ahgkj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/593890222d074c6a308eb1b809077c6861e1af30/recipes/paredit-everywhere";
- sha256 = "0gbkwk8mrbjr2l8pz3q4y6j8q4m12zmzl31c88ngs1k5d86wav36";
- name = "recipe";
- };
- packageRequires = [ paredit ];
- meta = {
- homepage = "https://melpa.org/#/paredit-everywhere";
- license = lib.licenses.free;
- };
- }) {};
- paren-face = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "paren-face";
- ename = "paren-face";
- version = "1.0.4";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "paren-face";
- rev = "42b2141b5427bc78d640229821b2b8053e6743d2";
- sha256 = "1f1srk4100rsc7i6257q460g4ykmqx4fwrpgb57dlp83d3342c6h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d398398d1d5838dc4985a06515ee668f0f566aab/recipes/paren-face";
- sha256 = "0dmzk66m3rd8x0rb925pyrfpc2qsvayks4kmhpb2ccdrx68pg8gf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/paren-face";
- license = lib.licenses.free;
- };
- }) {};
- parent-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parent-mode";
- ename = "parent-mode";
- version = "2.3";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "parent-mode";
- rev = "db692cf08deff2f0e973e6e86e26662b44813d1b";
- sha256 = "0i5bc7lyyrx6swqlrp9l5x72yzwi53qn6ldrfs99gh08b3yvsnni";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9736d8f6c3065c46b8c4e0056e9d592d3ec973e9/recipes/parent-mode";
- sha256 = "1ndn6m6aasmk9yrml9xqj8141100nw7qi1bhnlsss3v8b6njwwig";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/parent-mode";
- license = lib.licenses.free;
- };
- }) {};
- parinfer = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parinfer";
- ename = "parinfer";
- version = "0.4.10";
- src = fetchFromGitHub {
- owner = "DogLooksGood";
- repo = "parinfer-mode";
- rev = "5b3b247d68eeaf7404598cbcbf2158e07f16e65d";
- sha256 = "0v97ncb0w1slb0x8861l3yr1kqz6fgw1fwl1z9lz6hh8p2ih34sk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/470ab2b5cceef23692523b4668b15a0775a0a5ba/recipes/parinfer";
- sha256 = "05w4w7j6xyj19dm63073amd4n7fw4zm3qnn4x02fk2011iw8fq7i";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/parinfer";
- license = lib.licenses.free;
- };
- }) {};
- parrot = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parrot";
- ename = "parrot";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "dp12";
- repo = "parrot";
- rev = "e9fe686408214884b20c65284a6a595e1c755794";
- sha256 = "079k4j0lcaj0lff1llp29bj5ah2b59byw9lw3jjw9wkl9px87r0m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b1b393ffb9b7691e8fc99bee5fc676463038a68d/recipes/parrot";
- sha256 = "0m67b80vc3qivcxs4w6fpzdg6h9d8s75251rlhnbc0xp7271zgnk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/parrot";
- license = lib.licenses.free;
- };
- }) {};
- parsebib = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parsebib";
- ename = "parsebib";
- version = "2.3.2";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "parsebib";
- rev = "c8d59deb20552f9a1885297b5ae0b8f753d191a5";
- sha256 = "1b1iiiy184czp014gg1bb3jks9frmkw8hs5z2l2lnzjmfjr6jm6g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c39633957475dcd6a033760ba20a957716cce59c/recipes/parsebib";
- sha256 = "07br2x68scsxykdk2ajc4mfqhdb7vjkcfgz3vnpy91sirxzgfjdd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/parsebib";
- license = lib.licenses.free;
- };
- }) {};
- parsec = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parsec";
- ename = "parsec";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "parsec.el";
- rev = "8f0c266d8b9b0ee5fcf9b80c518644b2849ff3b3";
- sha256 = "1zwdh3dwqvw9z79mxgf9kf1l2c0pb32sknhrs7ppca613nk9c58j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/248aaf5ff9c98cd3e439d0a26611cdefe6b6c32a/recipes/parsec";
- sha256 = "1p3364sv5r868xjj1411xqj4acxqmbzcdl900sd03585ql5wbypj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/parsec";
- license = lib.licenses.free;
- };
- }) {};
- parseclj = callPackage ({ a
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "parseclj";
- ename = "parseclj";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "parseclj";
- rev = "93a0f43529598984835f88e64b62fa68bebda89b";
- sha256 = "03bm5dm4hmkqimv4wqxjjh5814pxysmm7z54bv2rf7zwv1x7dggr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e2a977779a7ee49f57b849b14e581210a7f47d61/recipes/parseclj";
- sha256 = "077qigx0qyjyvm3437ffnv05rmnpqxvpxf69yyfdgnay1xclv172";
- name = "recipe";
- };
- packageRequires = [ a emacs ];
- meta = {
- homepage = "https://melpa.org/#/parseclj";
- license = lib.licenses.free;
- };
- }) {};
- pass = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , password-store
- , password-store-otp }:
- melpaBuild {
- pname = "pass";
- ename = "pass";
- version = "1.8";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "pass";
- rev = "cd79375005a1c1d8b45d38fefa91eef0bd23182c";
- sha256 = "05h4hacv3yygyjcjj004qbyqjpkl4pyhwgp25gsz8mw5c66l70cx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/428c2d53db69bed8938ec3486dfcf7fc048cd4e8/recipes/pass";
- sha256 = "1vvyvnqf6k7wm0p45scwi6ny86slkrcbr36lnxdlkf96cqyrqzfr";
- name = "recipe";
- };
- packageRequires = [ emacs f password-store password-store-otp ];
- meta = {
- homepage = "https://melpa.org/#/pass";
- license = lib.licenses.free;
- };
- }) {};
- passmm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , password-store }:
- melpaBuild {
- pname = "passmm";
- ename = "passmm";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "pjones";
- repo = "passmm";
- rev = "b25a92048c788a8477cc5ffe14c0c4a4df19d79a";
- sha256 = "1jg2rs010fmw10ld0bfl6x7af3v9yqfy9ga5ixmam3qpilc8c4fw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ae2a1e10375f9cd55d19502c9740b2737eba209/recipes/passmm";
- sha256 = "0p6qps9ww7s6w5x7p6ha26xj540pk4bjkr629lcicrvnfr5jsg4b";
- name = "recipe";
- };
- packageRequires = [ emacs password-store ];
- meta = {
- homepage = "https://melpa.org/#/passmm";
- license = lib.licenses.free;
- };
- }) {};
- passthword = callPackage ({ cl-lib ? null
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "passthword";
- ename = "passthword";
- version = "1.4";
- src = fetchFromGitLab {
- owner = "pidu";
- repo = "passthword";
- rev = "58a91defdbeec9014b4e46f909a7411b3a627285";
- sha256 = "1g0mvg9i8f2qccb4b0m4d74zkjx9gjfv47x57by6cdaf9yywqryi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a52b516b7b10bdada2f64499c8f43f85a236f254/recipes/passthword";
- sha256 = "19zv80kidb6a3985n3zij507hvffcxhcvlfxd01gwx64wvfc0c3c";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/passthword";
- license = lib.licenses.free;
- };
- }) {};
- password-store = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , with-editor }:
- melpaBuild {
- pname = "password-store";
- ename = "password-store";
- version = "1.7.3";
- src = fetchFromGitHub {
- owner = "zx2c4";
- repo = "password-store";
- rev = "65cead8c0fdb07ce3821f6b97bdcb32684d0c3f7";
- sha256 = "0rm364l9mg2gl16ng5zd02gkfq8592mhrp81sk1v0wwh8wlyrzrh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/207f8ec84572176749d328cb2bbc4e87c36f202c/recipes/password-store";
- sha256 = "03r8j14l12yc42b51fzvn1jh8j85nyl1rg6c80r0a7ihwkj27jv6";
- name = "recipe";
- };
- packageRequires = [ emacs f s with-editor ];
- meta = {
- homepage = "https://melpa.org/#/password-store";
- license = lib.licenses.free;
- };
- }) {};
- password-store-otp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , password-store
- , s }:
- melpaBuild {
- pname = "password-store-otp";
- ename = "password-store-otp";
- version = "0.1.5";
- src = fetchFromGitHub {
- owner = "volrath";
- repo = "password-store-otp.el";
- rev = "a39a64a91de36e87b852339635bd3c5fb0e32441";
- sha256 = "0gb48blvnn6ci2wl45z81p41ny7vbgl610hqy6b2hyr2171qjd60";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fc89d02554a6ff150ad42634879073892f3e88be/recipes/password-store-otp";
- sha256 = "0m3n4gjf6hmcs2kg80h1whzbl74zsj79ihliyqfcdfc4v31m32sg";
- name = "recipe";
- };
- packageRequires = [ emacs password-store s ];
- meta = {
- homepage = "https://melpa.org/#/password-store-otp";
- license = lib.licenses.free;
- };
- }) {};
- pastehub = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pastehub";
- ename = "pastehub";
- version = "0.5.2";
- src = fetchFromGitHub {
- owner = "kiyoka";
- repo = "pastehub";
- rev = "3cc5dcb87104f3b4320a6d7fa20fa7340e6b7026";
- sha256 = "0wbb5689n9k351gf3s9mqr3bi00lpajk0h1k9gx1b2mdbb7lq7xd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb8645a9880c586ef2ad16f3a4e61ba76176c224/recipes/pastehub";
- sha256 = "1slvqn5ay6gkbi0ai1gy1wmc02h4g3n6srrh4fqn72y7b9nv5i0v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pastehub";
- license = lib.licenses.free;
- };
- }) {};
- pastelmac-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pastelmac-theme";
- ename = "pastelmac-theme";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "bmastenbrook";
- repo = "pastelmac-theme-el";
- rev = "bead21741e3f46f6506e8aef4469d4240a819389";
- sha256 = "1v5mpjb8kavbqhvg4rizwg8cypgmi6ngdiy8qp9pimmkb56y42ly";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a7151773de39fe570e3e9b351daad89db9dd267f/recipes/pastelmac-theme";
- sha256 = "168zzqhp2dbfcnknwfqxk68rgmibfw71ksghvi6h2j2c1m08l23f";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pastelmac-theme";
- license = lib.licenses.free;
- };
- }) {};
- pastery = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "pastery";
- ename = "pastery";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "diasbruno";
- repo = "pastery.el";
- rev = "4493be98b743b4d062cb4e00760125e394a55022";
- sha256 = "0bmm18d84lrkclg4md46k1ma03w7a97s10hrvjcm9yj8xbrjqqsc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6058218450071db0af9a5b8ce8ec09a735c4ab66/recipes/pastery";
- sha256 = "006qawjc86spbbs2pxvhg9w94rcsxap577cndqwaiw1k0cc8vkhp";
- name = "recipe";
- };
- packageRequires = [ emacs request ];
- meta = {
- homepage = "https://melpa.org/#/pastery";
- license = lib.licenses.free;
- };
- }) {};
- path-helper = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "path-helper";
- ename = "path-helper";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "arouanet";
- repo = "path-helper";
- rev = "34538affb3f341b3c56a875bb094ddb2b859a8ef";
- sha256 = "0qzsalbxksb44f0x7fndl2qyp1yf575qs56skfzmpnpa82dck88g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a70b1a41e45d215be27d392429dcd4f82904295f/recipes/path-helper";
- sha256 = "0fff3l88jgflqpxlcfxfyp2prc2ichajvm7c8i19qhvw70sbasny";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/path-helper";
- license = lib.licenses.free;
- };
- }) {};
- pathify = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pathify";
- ename = "pathify";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "pathify.el";
- rev = "335332a900717ae01bde5ccb8f3dc97a5350f123";
- sha256 = "1brdyrp2sz1pszdfr6f4w94qxk5lrd6kphc1xa5pywfns14c9386";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/459460c977b9cf033e22937899ad380e01efcf11/recipes/pathify";
- sha256 = "1z970xnzbhmfikj1rkfx24jvwc7f1xxw6hk7kmahxvphjxrvgc2f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pathify";
- license = lib.licenses.free;
- };
- }) {};
- paxedit = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , paredit }:
- melpaBuild {
- pname = "paxedit";
- ename = "paxedit";
- version = "1.1.8";
- src = fetchFromGitHub {
- owner = "promethial";
- repo = "paxedit";
- rev = "644eb7036a475fbcba4de5d46d6940b1e8ef33cd";
- sha256 = "0jmhr658cczblag8knr8j77q58yj268rkhh5dmga66l0sb30wb21";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/106b272c2f0741d21d31a0ddfa4f521c575559c1/recipes/paxedit";
- sha256 = "06ymilr0zrwfpyzql7dcpg48lhkx73f2jlaw3caxgsjaz7x3n4ic";
- name = "recipe";
- };
- packageRequires = [ cl-lib paredit ];
- meta = {
- homepage = "https://melpa.org/#/paxedit";
- license = lib.licenses.free;
- };
- }) {};
- pcache = callPackage ({ eieio ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pcache";
- ename = "pcache";
- version = "0.4.2";
- src = fetchFromGitHub {
- owner = "sigma";
- repo = "pcache";
- rev = "025ef2411fa1bf82a9ac61dfdb7bd4cedaf2d740";
- sha256 = "1jkdyacpcvbsm1g2rjpnk6hfr01r3j5ibgh09441scz41v6xk248";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/pcache";
- sha256 = "0wwx20x6gzlli3hh4zd9pfv2cmqfm38xbl9p4vsgy08q1rm5agva";
- name = "recipe";
- };
- packageRequires = [ eieio ];
- meta = {
- homepage = "https://melpa.org/#/pcache";
- license = lib.licenses.free;
- };
- }) {};
- pcomplete-extension = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pcomplete-extension";
- ename = "pcomplete-extension";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "pcomplete-extension";
- rev = "839740c90de857e18db2f578d6660951522faab5";
- sha256 = "0h0p4c08z0dqxmg55fzch1d2f38rywfk1j0an2f4sc94lj7ckbm6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6cb8a938418f84a5b0ede92e84a516f38e4b1011/recipes/pcomplete-extension";
- sha256 = "0m0c9ir44p21rj93fkisvpvi08936717ljmzsr4qdf69b3i54cwc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pcomplete-extension";
- license = lib.licenses.free;
- };
- }) {};
- pcre2el = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pcre2el";
- ename = "pcre2el";
- version = "1.8";
- src = fetchFromGitHub {
- owner = "joddie";
- repo = "pcre2el";
- rev = "3eba762d3a9619496d7ef2929d95117040ca93fa";
- sha256 = "0m76flv62z6f167hlw5lmnzrwyzj412vfpgcw1lrla2l7mjv011z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f04a25e467cc4c7d9a263330a7a1a53d67c6eb9b/recipes/pcre2el";
- sha256 = "1l72hv9843qk5p8gi9ibr15wczm804j3ws2v1x7nx4dr7pc5c7l3";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pcre2el";
- license = lib.licenses.free;
- };
- }) {};
- pcsv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pcsv";
- ename = "pcsv";
- version = "1.3.6";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-pcsv";
- rev = "91599aaba70a8e8593fa2f36165af82cbd35e41e";
- sha256 = "03k3xhrim4s3yvbnl8g8ci5g7chlffycdw7d6a1pz3077mxf1f1z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/80ffaf99b2a4566a3f9d0309cd7b63f563f3826e/recipes/pcsv";
- sha256 = "1zphndkbva59g1fd319a240yvq8fjk315b1fyrb8zvmqpgk9n0dl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pcsv";
- license = lib.licenses.free;
- };
- }) {};
- pdf-tools = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , tablist }:
- melpaBuild {
- pname = "pdf-tools";
- ename = "pdf-tools";
- version = "0.90";
- src = fetchFromGitHub {
- owner = "politza";
- repo = "pdf-tools";
- rev = "c41694fb198e644b3da03917e6792c71cf0c81dc";
- sha256 = "0pvid9gzr1ix2d8azvf37iqjpha0arcc1yfny4n19wpq9r2gvayc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e3d53913f4e8a618e125fa9c1efb3787fbf002d/recipes/pdf-tools";
- sha256 = "1hnc8cci00mw78h7d7gs8smzrgihqz871sdc9hfvamb7iglmdlxw";
- name = "recipe";
- };
- packageRequires = [ emacs let-alist tablist ];
- meta = {
- homepage = "https://melpa.org/#/pdf-tools";
- license = lib.licenses.free;
- };
- }) {};
- peg = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "peg";
- ename = "peg";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "ellerh";
- repo = "peg.el";
- rev = "081efeca91d790c7fbc90871ac22c40935f4833b";
- sha256 = "0kjz7ch4bn0m4v9zgqyqcrsasnqc5c5drv2hp22j7rnbb7ny0q3n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b9b55a02e903ae7e75f8b636fdb1cf907c5db7c/recipes/peg";
- sha256 = "0nxy9xn99myz0p36m4jflfj48qxhhn1sspbfx8d90030xg3cc2gm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/peg";
- license = lib.licenses.free;
- };
- }) {};
- pelican-mode = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pelican-mode";
- ename = "pelican-mode";
- version = "20170808";
- src = fetchgit {
- url = "https://git.korewanetadesu.com/pelican-mode.git";
- rev = "8b13c30c4ec38dd535eadf26e463f8616d5c089c";
- sha256 = "0rghcyp09ga95ag0pjbk4hdxxlsnr93dr6706z0xvfgmninbn5aw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aede5994c2e76c7fd860661c1e3252fb741f9228/recipes/pelican-mode";
- sha256 = "0z6w5j3qwb58pndqbmpsvy1l77w9jv90bss9qq9hicil8nlk4pvi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pelican-mode";
- license = lib.licenses.free;
- };
- }) {};
- persistent-scratch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "persistent-scratch";
- ename = "persistent-scratch";
- version = "0.3.3";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "persistent-scratch";
- rev = "71371a7ce9846754276350fd577dc7543eb52878";
- sha256 = "0n638krbrs2hx97cgkb5nc0fbrd8wsbmb7mz3ym5mx5pvdyxnlgv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1e32702bfa15490b692d5db59e22d2c07b292d1/recipes/persistent-scratch";
- sha256 = "0iai65lsg3zxj07hdb9201w3rwrvdb3wffr6k2jdl8hzg5idghn1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/persistent-scratch";
- license = lib.licenses.free;
- };
- }) {};
- persistent-soft = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , melpaBuild
- , pcache }:
- melpaBuild {
- pname = "persistent-soft";
- ename = "persistent-soft";
- version = "0.8.10";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "persistent-soft";
- rev = "a1e0ddf2a12a6f18cab565dee250f070384cbe02";
- sha256 = "14p20br8vzxs39d4hswzrrkgwql5nnmn5j17cpbabzjvck42rixc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/persistent-soft";
- sha256 = "0a4xiwpgyyynjf69s8p183mqd3z53absv544ggvhb2gkpm6jravc";
- name = "recipe";
- };
- packageRequires = [ list-utils pcache ];
- meta = {
- homepage = "https://melpa.org/#/persistent-soft";
- license = lib.licenses.free;
- };
- }) {};
- persp-fr = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , persp-mode }:
- melpaBuild {
- pname = "persp-fr";
- ename = "persp-fr";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "rocher";
- repo = "persp-fr";
- rev = "3f536440b120499464106fd25f182d7580192870";
- sha256 = "0bnplxv6igry7ak3wvn2b88zm4aarv35z4z5q38x52k4zac94rl8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e09213dddf003a1275eafb767431a507ecf7639/recipes/persp-fr";
- sha256 = "0p4379yr1b32l8ghq1axyb8qhp28gnq5qxxvbk3mdzgbwwj8y4b2";
- name = "recipe";
- };
- packageRequires = [ dash emacs persp-mode ];
- meta = {
- homepage = "https://melpa.org/#/persp-fr";
- license = lib.licenses.free;
- };
- }) {};
- persp-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "persp-mode";
- ename = "persp-mode";
- version = "2.9.6";
- src = fetchFromGitHub {
- owner = "Bad-ptr";
- repo = "persp-mode.el";
- rev = "1dfea0de788f6d25ee47b5c62ddbeaf9e8e92f06";
- sha256 = "11ww8hg9p8qlmr8zpir0m5xzzbvd1faiqjx6vn4b05d4ll03rnhm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caad63d14f770f07d09b6174b7b40c5ab06a1083/recipes/persp-mode";
- sha256 = "1bgni7y5xsn4a21494npr90w3320snfzw1hvql30xrr57pw3765w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/persp-mode";
- license = lib.licenses.free;
- };
- }) {};
- persp-projectile = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , perspective
- , projectile }:
- melpaBuild {
- pname = "persp-projectile";
- ename = "persp-projectile";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "persp-projectile";
- rev = "7686633acf44402fa90429759cca6a155e4df2b9";
- sha256 = "0rqyzsmg32sdr4k9i2lf3jfyr9bskkl7gfb5ndl16iip9py7403z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8bc4e3a5af7ba86d277c73a1966a91c87d3d855a/recipes/persp-projectile";
- sha256 = "10l2kqjyigg98qbbpf3qf4d5bm63kkk4vp7ip8fibgj1p9gqmnxm";
- name = "recipe";
- };
- packageRequires = [ cl-lib perspective projectile ];
- meta = {
- homepage = "https://melpa.org/#/persp-projectile";
- license = lib.licenses.free;
- };
- }) {};
- perspective = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "perspective";
- ename = "perspective";
- version = "2.2";
- src = fetchFromGitHub {
- owner = "nex3";
- repo = "perspective-el";
- rev = "8e2f122de408d7866136dd861d513a9575cf32e6";
- sha256 = "0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/perspective";
- sha256 = "021ax1c2ys82dcjs5jl7b4nb83n6gax2imnpm030rcbihjl1lzm7";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/perspective";
- license = lib.licenses.free;
- };
- }) {};
- perspeen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "perspeen";
- ename = "perspeen";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "seudut";
- repo = "perspeen";
- rev = "4079e254d542876eaa7e37b3c4b77d4f6a0f4e16";
- sha256 = "1y54zlrrzc7h1kflvayhxnmh2xrv2nc708hd9m63h99li4xqcdzp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/perspeen";
- sha256 = "0kwmllas9vnppsfaviy58d0nk4hmlqp566mfr4l53x46sybv1y04";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/perspeen";
- license = lib.licenses.free;
- };
- }) {};
- pfuture = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pfuture";
- ename = "pfuture";
- version = "1.7";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "pfuture";
- rev = "263227534e8bb98aedce18698c34db9fd4d6500b";
- sha256 = "13r1f741rk5k35s413iyh1kng20zmp29qr4bzlxg8wjl7d8q6da2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5fb70c9f56a58b5c7a2e8b69b191aa2fc7c9bcc8/recipes/pfuture";
- sha256 = "15fr9wkpv8v1p22wz7hsyihq7f807ck105c2crfs8y7capfvs53s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pfuture";
- license = lib.licenses.free;
- };
- }) {};
- ph = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ph";
- ename = "ph";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "gromnitsky";
- repo = "ph";
- rev = "ed45c371642e313810b56c45af08fdfbd71a7dfe";
- sha256 = "1qxsc5wyk8l9gkgmqy3mzwxdhji1ljqw9s1jfxkax7fyv4d1v31p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f62ca074ca2df780ab32aac50b2b828ee6a9934c/recipes/ph";
- sha256 = "0azx4cpfdn01yrqyn0q1gg9z7w0h0rn7zl39v3dx6yidd76ysh0l";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ph";
- license = lib.licenses.free;
- };
- }) {};
- phan = callPackage ({ composer
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "phan";
- ename = "phan";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "phan.el";
- rev = "6b077b3421a0b2c0b98a6906b8ab0d14d9d7bf50";
- sha256 = "1af4pam149dgxqzwqkjklxxqq2n8fg3l1b9w6bmaw24lx1pdxcyv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/phan";
- sha256 = "17ar6nxy0plx5li49kgf4f0h99wwmnnp5kwmpf34jg9ygyhaglvb";
- name = "recipe";
- };
- packageRequires = [ composer emacs f ];
- meta = {
- homepage = "https://melpa.org/#/phan";
- license = lib.licenses.free;
- };
- }) {};
- phi-search = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "phi-search";
- ename = "phi-search";
- version = "20160630";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "phi-search";
- rev = "40b86bfe9ae15377fbee842b1de3d93c2eb7dd69";
- sha256 = "10kyq3lkhmbmj1hl9awzc0w8073dn9mbjd5skh660ljg5mmi6x62";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2f0274300c33f19ca6f868e1d570ffee513dbdf7/recipes/phi-search";
- sha256 = "0nj06ixl76dd80zg83q4bi8k224mcwb612mr4gd1xppj5k8xl03g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/phi-search";
- license = lib.licenses.free;
- };
- }) {};
- phi-search-mc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multiple-cursors
- , phi-search }:
- melpaBuild {
- pname = "phi-search-mc";
- ename = "phi-search-mc";
- version = "2.2.1";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "phi-search-mc.el";
- rev = "4c6d2d39feb502febb81fc98b7b5854d88150c69";
- sha256 = "0r6cl1ng41s6wsy5syjlkaip0mp8h491diipdc1psbhnpk4vabsv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/83cf3fa3736eb2583dcf6bca16b9acb89e3408a3/recipes/phi-search-mc";
- sha256 = "07hd80rbyzr5n3yd7hv1j51nl6pvcxmln20g6xvw8gh5yfl9k0m8";
- name = "recipe";
- };
- packageRequires = [ multiple-cursors phi-search ];
- meta = {
- homepage = "https://melpa.org/#/phi-search-mc";
- license = lib.licenses.free;
- };
- }) {};
- php-auto-yasnippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , php-mode
- , yasnippet }:
- melpaBuild {
- pname = "php-auto-yasnippets";
- ename = "php-auto-yasnippets";
- version = "2.3.1";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "php-auto-yasnippets";
- rev = "1950d83cbcc5c5d62cd3bc432e1595870fe8cabf";
- sha256 = "0zs11811kx6x1zgc1icd8gw420saa7z6zshpzmrddnbznya4qql6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28b2d8802f98e339ff01ecf9733b71b6c631123e/recipes/php-auto-yasnippets";
- sha256 = "047i51ks2nn7ydrx2hjx9qvsh3lxnyxp8a6c3h3nb1acy84f5bd1";
- name = "recipe";
- };
- packageRequires = [ php-mode yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/php-auto-yasnippets";
- license = lib.licenses.free;
- };
- }) {};
- php-cs-fixer = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "php-cs-fixer";
- ename = "php-cs-fixer";
- version = "1.0.-2.4";
- src = fetchFromGitHub {
- owner = "OVYA";
- repo = "php-cs-fixer";
- rev = "2e28b82d192c6f420ecb8cbef04256f3c9c47c4b";
- sha256 = "1lh37z4z09nz4wfp8ly94dwrmjsqpg6phw5r8y4gjhfnfbgpq4b9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a3631c4b81c1784995ae9e74d832e301d79214e2/recipes/php-cs-fixer";
- sha256 = "1xvz6v1fwngi2rizrx5sf0wrs4cy8rb13467r26k8hb7z8h1rqmf";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/php-cs-fixer";
- license = lib.licenses.free;
- };
- }) {};
- php-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "php-mode";
- ename = "php-mode";
- version = "1.21.4";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "php-mode";
- rev = "a8ee6ce7c1c319b2b641865ebd599cc36d2dc10e";
- sha256 = "1gqawn8bg9374swxb4bd2z015v16yjr96am1vwsbmgks3lhiw8ja";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2e41dc09413eaa93704e7d9f55bd2bd01f658806/recipes/php-mode";
- sha256 = "1gqmcynz2wx09xjnk70db1a2pbnrh1vfm5vd6mks1s10y59bh0zq";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/php-mode";
- license = lib.licenses.free;
- };
- }) {};
- php-runtime = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "php-runtime";
- ename = "php-runtime";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "php-runtime.el";
- rev = "017e0e70f07d6b25e37d5c5f4d271a914b677631";
- sha256 = "1c74xd6p3hfanpd4920agvnar9rjbyvz33kwrzw9vywzrs68ncvh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/615c9ac208d8c20082a8ac83e49e93d99e2cbc89/recipes/php-runtime";
- sha256 = "0dvnwajrjsgyqzglzpkx9vwx3f55mrag6dsbdjqc9vvpvxhmgfwb";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/php-runtime";
- license = lib.licenses.free;
- };
- }) {};
- phpactor = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "phpactor";
- ename = "phpactor";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "phpactor.el";
- rev = "61e4eab638168b7034eef0f11e35a89223fa7687";
- sha256 = "0dsa1mygb96nlz5gppf0sny3lxaacvmvnkg84c0cs6x223s6zfx8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d67b98ecd541c227c011615f67d7a0890f5e1af3/recipes/phpactor";
- sha256 = "0w2iszi74y3s6rcn6p2ic545cg319y4jpy83npbh5m98y8jma84m";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f ];
- meta = {
- homepage = "https://melpa.org/#/phpactor";
- license = lib.licenses.free;
- };
- }) {};
- phpcbf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "phpcbf";
- ename = "phpcbf";
- version = "0.9.2";
- src = fetchFromGitHub {
- owner = "nishimaki10";
- repo = "emacs-phpcbf";
- rev = "b556b548ceb061b002389d6165d2cc63d8bddb5d";
- sha256 = "09rinyx0621d7613xmbyvrrlav6d4ia332wkgg0m9dn265g3h56z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77ef54e3fb2715a081786dc54f99ae74def5c77c/recipes/phpcbf";
- sha256 = "1hf88ys4grffpqgavrbc72dn3m7crafgid2ygzx9c5j55syh8mfv";
- name = "recipe";
- };
- packageRequires = [ s ];
- meta = {
- homepage = "https://melpa.org/#/phpcbf";
- license = lib.licenses.free;
- };
- }) {};
- phpstan = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "phpstan";
- ename = "phpstan";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "phpstan.el";
- rev = "1151b8d418af532fdf0732b9793b479c64a364e3";
- sha256 = "0wb9pshgcrq2w9d9fpkywz299ihcb9fffh3fdk8rm1r8irylrjkh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/43808f57146a395b92ed498803fa948a33e5f3c2/recipes/phpstan";
- sha256 = "1nx9d4mhxhvbgrxawkpkw03b75bg1xpli1x83g2bhs8ar8lypjik";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/phpstan";
- license = lib.licenses.free;
- };
- }) {};
- phpt-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , php-mode
- , polymode }:
- melpaBuild {
- pname = "phpt-mode";
- ename = "phpt-mode";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "phpt-mode";
- rev = "310579e5db57c344460f74239bd1a8fc0d6ddf33";
- sha256 = "1zgnnzad0sr5qh665i3shcf18y121di8za99girkzgzjcv309r35";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/59a0e7aabf45c98b1ecf9db49f6420a6e051733b/recipes/phpt-mode";
- sha256 = "1isq3l6qhya5vafmcqbda7r0irdmgvmlmdg98n7h8yck5imi78yf";
- name = "recipe";
- };
- packageRequires = [ emacs php-mode polymode ];
- meta = {
- homepage = "https://melpa.org/#/phpt-mode";
- license = lib.licenses.free;
- };
- }) {};
- phpunit = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , s }:
- melpaBuild {
- pname = "phpunit";
- ename = "phpunit";
- version = "0.17.1";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "phpunit.el";
- rev = "4212307bbcfd8accd2abfa7e4ab55a6751a0b11b";
- sha256 = "1silbfmv85r73pbc7f5cm4znc6644ngihfnhibk1fgp9j0rf7ahc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0670b42c0c998daa7bf01080757976ac3589ec06/recipes/phpunit";
- sha256 = "0nj8ss1yjkcqnbnn4jgbp0403ljjk2xhipzikdrl3dbxlf14i4f8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f pkg-info s ];
- meta = {
- homepage = "https://melpa.org/#/phpunit";
- license = lib.licenses.free;
- };
- }) {};
- pillar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , makey
- , melpaBuild }:
- melpaBuild {
- pname = "pillar";
- ename = "pillar";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "pillar-markup";
- repo = "pillar-mode";
- rev = "13a7f676544cc66005ccd8e6fc1c25e4ccd6f909";
- sha256 = "19i8hgzr7kdj4skf0cnv6vlsklq9qcyxcv3p33k9vgq7y4f9mah8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bff55f1182f3bd0bc8a8773921f703168d87de21/recipes/pillar";
- sha256 = "1lklky3shyvm1iygp621hbldpx37m0a9vd5l6mxs4y60ksj6z0js";
- name = "recipe";
- };
- packageRequires = [ makey ];
- meta = {
- homepage = "https://melpa.org/#/pillar";
- license = lib.licenses.free;
- };
- }) {};
- pinboard-popular = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , loop
- , melpaBuild }:
- melpaBuild {
- pname = "pinboard-popular";
- ename = "pinboard-popular";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "asimpson";
- repo = "pinboard-popular";
- rev = "df6f5928f1e5a614fb770f6f4b9aefe0bf4d1c25";
- sha256 = "1x3qaqj81w1wblkd4rd1b7nggmgnf6jahh3zh2p6nlr200fg52lq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/094f63e451622571aac832b14221a0d5a96de9c5/recipes/pinboard-popular";
- sha256 = "0d9ng4mclnb9yfzh8wzz03fbhfxayns0dg31bdixkwvy2vk00rkf";
- name = "recipe";
- };
- packageRequires = [ loop ];
- meta = {
- homepage = "https://melpa.org/#/pinboard-popular";
- license = lib.licenses.free;
- };
- }) {};
- pine-script-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pine-script-mode";
- ename = "pine-script-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "EricCrosson";
- repo = "pine-script-mode";
- rev = "9176de41a5c80f7b56e41fb7a9ba7350885a2512";
- sha256 = "1kxdrqa420zbl73jlakilvn1ja83vfqnhqdirgfvp23z4xhcddq6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/287b781147fe41089fa8c76570bc30539e43e5bc/recipes/pine-script-mode";
- sha256 = "0ihijbcx7m4vhxr1fnfkwjdk6ka1mqzxb8z164yh8yn73qs0saiq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pine-script-mode";
- license = lib.licenses.free;
- };
- }) {};
- pinyin-search = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pinyin-search";
- ename = "pinyin-search";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "pinyin-search.el";
- rev = "5895cccfa6b43263ee243c5642cc16dd9a69fb4e";
- sha256 = "12jhdkgfck2a6d5jj65l9d98dm34gsyi0ya4h21dbbvz35zivz70";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/03da6f02778f7fae77a00cdc420cfbafead6dec4/recipes/pinyin-search";
- sha256 = "1si693nmmxgg0kp5mxvj5nq946kfc5cv3wfsl4znbqzps8qb2b7z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pinyin-search";
- license = lib.licenses.free;
- };
- }) {};
- pinyinlib = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pinyinlib";
- ename = "pinyinlib";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "cute-jumper";
- repo = "pinyinlib.el";
- rev = "39943d226c2a42a9013421a0b4b6d5d3696bf234";
- sha256 = "1nwj4c3y0kdlkf3jqd2dnibaiazrq6qcj533xk2qw4wmx072yij0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f4aa27985dcfaf24f1863667b89e13df4710546f/recipes/pinyinlib";
- sha256 = "0kv67qa3825fw64qimkph2b65pilrsx5730y4c7f7c1f8giz5vxr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pinyinlib";
- license = lib.licenses.free;
- };
- }) {};
- pip-requirements = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pip-requirements";
- ename = "pip-requirements";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "pip-requirements.el";
- rev = "93e0595f037e3a95c1c1cd6f00f7e052a9a25912";
- sha256 = "016r7y5nfnx6iws3hq4xnyrcv00y6zmd453psxhivi896wb8szfq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5eaf6987f92070ccc33d3e28c6bb2b96f72ba1aa/recipes/pip-requirements";
- sha256 = "1wsjfyqga7pzp8gsm5x53qrkn40srairbjpifyrqbi2fpzmwhrnz";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/pip-requirements";
- license = lib.licenses.free;
- };
- }) {};
- pixiv-novel-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pixiv-novel-mode";
- ename = "pixiv-novel-mode";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "pixiv-novel-mode.el";
- rev = "4dd9caf749190fab8f0b33862b3894b635de46c5";
- sha256 = "1wg8pcwd70ixn2bxh01934zl12ry4pgx3l9dccpbjdi40gira00d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/92092c1c13c37520f98b952d40745aa062f062c1/recipes/pixiv-novel-mode";
- sha256 = "0f1rxvf9nrw984122i6dzsgik9axfjv6yscmg203s065n9lz17px";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pixiv-novel-mode";
- license = lib.licenses.free;
- };
- }) {};
- pkg-info = callPackage ({ epl
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pkg-info";
- ename = "pkg-info";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "lunaryorn";
- repo = "pkg-info.el";
- rev = "f9bb471ee95d1c5fe9adc6b0e98db2ddff3ddc0e";
- sha256 = "0nk12dcppdyhav6m6yf7abpywyd7amxd4237zsfd32w4zxsx39k1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/pkg-info";
- sha256 = "1k23hmpcq534060qcxbrv4g6bw9nzcbjg192mbdp20kwidw7p81n";
- name = "recipe";
- };
- packageRequires = [ epl ];
- meta = {
- homepage = "https://melpa.org/#/pkg-info";
- license = lib.licenses.free;
- };
- }) {};
- pkgbuild-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pkgbuild-mode";
- ename = "pkgbuild-mode";
- version = "0.14";
- src = fetchFromGitHub {
- owner = "juergenhoetzel";
- repo = "pkgbuild-mode";
- rev = "6bb7cb3b0599ac0ae3c1d8d5014aefc1ecff7965";
- sha256 = "0a8qb1ldk6bjs7fpxgxrf90md7q46fhl71gmay8yafdkh6hn0kqr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/pkgbuild-mode";
- sha256 = "1lp7frjahcpr4xnzxz77qj5hbpxbxm2g28apkixrnc1xjha66v3x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pkgbuild-mode";
- license = lib.licenses.free;
- };
- }) {};
- plain-theme = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "plain-theme";
- ename = "plain-theme";
- version = "8";
- src = fetchFromGitLab {
- owner = "yegortimoshenko";
- repo = "plain-theme";
- rev = "2609a811335d58cfb73a65d6307c156fe09037d3";
- sha256 = "0g5vl4xigdm2pn2mnkwgj1kxdjr66w7ynr77bchy3ij6qvzdzkqd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b147fb05a1b4296e1b85d31ba018d132a5bb5ed2/recipes/plain-theme";
- sha256 = "10qq7cy6hqh6c8qi796y9lk4wyyjbhdn1pvkcw3g29cfh857x50m";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/plain-theme";
- license = lib.licenses.free;
- };
- }) {};
- plantuml-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "plantuml-mode";
- ename = "plantuml-mode";
- version = "1.2.10";
- src = fetchFromGitHub {
- owner = "skuro";
- repo = "plantuml-mode";
- rev = "92c490d3fc07b4cfa8c5263c15a4bbc16d10da9e";
- sha256 = "1xmhgc49jyxj7wwlzhpjrdh4nynxjf3dlwg77hgzdracgldq8sra";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/38e74bb9923044323f34473a5b13867fe39bed25/recipes/plantuml-mode";
- sha256 = "03srbg34512vxcqn95q4r7h2aqbqq0sd5c9ffnbx2a75vsblqc6h";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/plantuml-mode";
- license = lib.licenses.free;
- };
- }) {};
- platformio-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "platformio-mode";
- ename = "platformio-mode";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "ZachMassia";
- repo = "PlatformIO-Mode";
- rev = "470a80c1d764a6e1680a2b41ca5a847869a07a27";
- sha256 = "1nznbkl06cdq4pyqmvkp9jynsjibn0fd6ai4mggz6ggcwzcixbf0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/platformio-mode";
- sha256 = "1v1pp3365wj19a5wmsxyyy5n548z3lmcbm2pwl914wip3ca7546f";
- name = "recipe";
- };
- packageRequires = [ projectile ];
- meta = {
- homepage = "https://melpa.org/#/platformio-mode";
- license = lib.licenses.free;
- };
- }) {};
- play-crystal = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "play-crystal";
- ename = "play-crystal";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "veelenga";
- repo = "play-crystal.el";
- rev = "86b54346e7c832c14f8e5654a462f6490a6b11d7";
- sha256 = "0kvkr24f8r21pahm2lsvbr9bg53770wxwpdfmmjljs2zmgxf2c40";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/92715977136afa731e85e894542dc88b664b3304/recipes/play-crystal";
- sha256 = "1jqf36b1mhyf4j7fs386g6isy09q7k8zwdc4rb34mhjg1a56gcnf";
- name = "recipe";
- };
- packageRequires = [ dash emacs request ];
- meta = {
- homepage = "https://melpa.org/#/play-crystal";
- license = lib.licenses.free;
- };
- }) {};
- play-routes-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "play-routes-mode";
- ename = "play-routes-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "brocode";
- repo = "play-routes-mode";
- rev = "d7eb682cd474d90b3a3d005290cd6d4fe9f94cae";
- sha256 = "0slfaclbhjm5paw8l7rr3y9xxjyhkizp9lwyvlgpkd38n4pgj2bx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/740cef8687232eb0e2186e8df956c2d4f39575cf/recipes/play-routes-mode";
- sha256 = "17phqil2zf5rfvhs5v743dh4lix4v2azbf33z9n97ahs7j66y2gz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/play-routes-mode";
- license = lib.licenses.free;
- };
- }) {};
- plenv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "plenv";
- ename = "plenv";
- version = "0.32";
- src = fetchFromGitHub {
- owner = "karupanerura";
- repo = "plenv.el";
- rev = "ee937d0f3a1a7ba2d035f45be896d3ed8fefaee2";
- sha256 = "11cbpgjsnw8fiqf1s12hbm9qxgjcw6y2zxx7wz4wg7idmi7m0b7g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a0819979b9567ac5fab9ed6821eba8fe7ee6a299/recipes/plenv";
- sha256 = "0dw9fy5wd9wm76ag6yyw3f9jnlj7rcdcxgdjm30h514qfi9hxbw4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/plenv";
- license = lib.licenses.free;
- };
- }) {};
- plsense = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "plsense";
- ename = "plsense";
- version = "0.4.7";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-plsense";
- rev = "f6fb22607a5252b2556d2e7fa14f1bcab5d9747a";
- sha256 = "0f00dv5jwbhs99j4jc6lvr5n0mv1y80yg7zpp6yrmhww6829l5rg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fb1025f146514e9c142cd96cac9f2989d6d1a8c5/recipes/plsense";
- sha256 = "1ka06r4ashhjkfyzql9mfvs3gj7n684h4gaycj29w4nfqrhcw9va";
- name = "recipe";
- };
- packageRequires = [ auto-complete log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/plsense";
- license = lib.licenses.free;
- };
- }) {};
- plsense-direx = callPackage ({ direx
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , plsense
- , yaxception }:
- melpaBuild {
- pname = "plsense-direx";
- ename = "plsense-direx";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "plsense-direx";
- rev = "8a2f465264c74e04524cc789cdad0190ace43f6c";
- sha256 = "0s34nbqqy6aqi113xj452pbmqp43046wfbfbbfv1xwhybgq0c1j1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/65fb1d8b4ed12f097958842d1b00dcdf3660b184/recipes/plsense-direx";
- sha256 = "0qd4b7gkmn5ydadhp70995rap3643s1aa8gfi5izgllzhg0i864j";
- name = "recipe";
- };
- packageRequires = [ direx log4e plsense yaxception ];
- meta = {
- homepage = "https://melpa.org/#/plsense-direx";
- license = lib.licenses.free;
- };
- }) {};
- plur = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "plur";
- ename = "plur";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "plur";
- rev = "5bdd3b9a2f0624414bd596e798644713cd1545f0";
- sha256 = "0qlxj19hj96l4lw81xh5r14ppf6kp63clikk060s9yw00q7gnl6a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/38f6f53fcd1186efd5e6752166da4e23b712cdb1/recipes/plur";
- sha256 = "0nf1dc7xf2zp316rssnz8sv374akcr54hp0rb219qvgyck9bdqiv";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/plur";
- license = lib.licenses.free;
- };
- }) {};
- po-mode = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "po-mode";
- ename = "po-mode";
- version = "0.19.8.1";
- src = fetchgit {
- url = "https://git.savannah.gnu.org/git/gettext.git";
- rev = "7fa0c2779d7de8a263271abfbe684185dbf6898b";
- sha256 = "1w154dzp98kjqsid4g0jq7cnpm4mivgffgjks6gr89dssq9qc3yh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/po-mode";
- sha256 = "0km19n87iqd6m6n23h46b6225zyvava9jbx6b8frna3sjwb4ls7w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/po-mode";
- license = lib.licenses.free;
- };
- }) {};
- pocket-lib = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , kv
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "pocket-lib";
- ename = "pocket-lib";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "pocket-lib.el";
- rev = "ef3bcf452129b74e7b82265f6c08f9569fd19515";
- sha256 = "0r2y6idzwkvaclsnaskdlzk9afvxnm9kkyy8y38cfwany3kbmyzj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71f17ce28f4fc8c2c100848be8aec15526ef8697/recipes/pocket-lib";
- sha256 = "0v619blifmvm36dr773wjf35fjji4dj3pyck9nkz0m8zmpz0fg78";
- name = "recipe";
- };
- packageRequires = [ dash emacs kv request s ];
- meta = {
- homepage = "https://melpa.org/#/pocket-lib";
- license = lib.licenses.free;
- };
- }) {};
- pocket-reader = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , ht
- , kv
- , lib
- , melpaBuild
- , org-web-tools
- , ov
- , pocket-lib
- , rainbow-identifiers
- , s }:
- melpaBuild {
- pname = "pocket-reader";
- ename = "pocket-reader";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "pocket-reader.el";
- rev = "a7f080ec3e9522f942166de61b24a375b8f1c2bb";
- sha256 = "0l7dln7qcrgzm73vk7jp8wr2kibg18973xmdzyyc162hdnlbrpb0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/835a7bf2f72987183e9d15ada7ae747fb5715c11/recipes/pocket-reader";
- sha256 = "0gcgmz4mhjgvqbh2gmv8v09sy80cnfccjym455m0fbl31b8dczhf";
- name = "recipe";
- };
- packageRequires = [
- dash
- emacs
- ht
- kv
- org-web-tools
- ov
- pocket-lib
- rainbow-identifiers
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/pocket-reader";
- license = lib.licenses.free;
- };
- }) {};
- poe-lootfilter-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "poe-lootfilter-mode";
- ename = "poe-lootfilter-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "jdodds";
- repo = "poe-lootfilter-mode";
- rev = "5ef06684cb2b17b090ee1f303c2b789fa71bc106";
- sha256 = "1lxfbsixvr0rjcck4h4v000yb0iscvk9fwyw322y2cv2hvgwvkdw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/006f39eaf8a87822fe8becab1da2822ff6fc2beb/recipes/poe-lootfilter-mode";
- sha256 = "0iw3a2lf0mnv3lamphy458nfyjjm1yvln1syfad49av3karca05z";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/poe-lootfilter-mode";
- license = lib.licenses.free;
- };
- }) {};
- point-pos = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "point-pos";
- ename = "point-pos";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "point-pos.el";
- rev = "f4126b64567a81e7f22058f09d56c63b2ff06632";
- sha256 = "1sbwz9kxvnd5r24q9x6bhcjajjnm2z8q6khgqs4gl4ycs60kn0s6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23a1e835155fba51f595c10c46487a4c269f43ff/recipes/point-pos";
- sha256 = "1zv6hx8i8jwq52j4la1ff0ar0bpbs2pb4gcsh9hypghba11gnync";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/point-pos";
- license = lib.licenses.free;
- };
- }) {};
- poly-R = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , poly-markdown
- , poly-noweb
- , polymode }:
- melpaBuild {
- pname = "poly-R";
- ename = "poly-R";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-R";
- rev = "0443c89b4d2bc2ed235a0c017109c2dbd342aa02";
- sha256 = "1v5djxwgqksf84pxfpgbm7qaz3yq5ha7cac0792p62pj1ydzvghi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/poly-R";
- sha256 = "1v2was6pdynwm22b4n2hkwyrr0c0iir9kp1wz4hjab8haqxz68ii";
- name = "recipe";
- };
- packageRequires = [ emacs poly-markdown poly-noweb polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-R";
- license = lib.licenses.free;
- };
- }) {};
- poly-ansible = callPackage ({ ansible-doc
- , fetchFromGitLab
- , fetchurl
- , jinja2-mode
- , lib
- , melpaBuild
- , polymode
- , yaml-mode }:
- melpaBuild {
- pname = "poly-ansible";
- ename = "poly-ansible";
- version = "0.2.1";
- src = fetchFromGitLab {
- owner = "mavit";
- repo = "poly-ansible";
- rev = "01c9ec1d8a933fa0b2711940d29331d58c27d2a7";
- sha256 = "02ff0df8bn5cwvnpc2862wsii2xvjh0waymgiybm8j829x1awjp9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6d8beef5daa1804f68c30138cb03b5085a282c34/recipes/poly-ansible";
- sha256 = "158z3nbqgrh71myyp4l263lw1gn4iiwxv8pl7fdlyp80hz5zs60y";
- name = "recipe";
- };
- packageRequires = [ ansible-doc jinja2-mode polymode yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/poly-ansible";
- license = lib.licenses.free;
- };
- }) {};
- poly-erb = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "poly-erb";
- ename = "poly-erb";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-erb";
- rev = "304204f415b9e46ee36b64531b7d170540828335";
- sha256 = "0v13ssv9fjardg5as832hkhlx7yhjcdkm3bdcdj0qy31cmvk6dzb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/poly-erb";
- sha256 = "01c1z2jll497k1y8835pp54n121y0gkyz1pdxcdjjqv7ia8jwfyy";
- name = "recipe";
- };
- packageRequires = [ emacs polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-erb";
- license = lib.licenses.free;
- };
- }) {};
- poly-markdown = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , markdown-mode
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "poly-markdown";
- ename = "poly-markdown";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-markdown";
- rev = "b0de1a9f3e4d7191b1b23b65ebf03dd0ac007afc";
- sha256 = "0b6wlmhrpcw9g8rbw7q7k5fr2lgcp1rpy7d9p9f0gzn52yvcr4dr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/poly-markdown";
- sha256 = "0pxai5x2vz6j742s3bpcy82dxja6441fsgclhz1hbv2ykazbm141";
- name = "recipe";
- };
- packageRequires = [ emacs markdown-mode polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-markdown";
- license = lib.licenses.free;
- };
- }) {};
- poly-noweb = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "poly-noweb";
- ename = "poly-noweb";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-noweb";
- rev = "4e65cb22d6bca901021205257f867f868989c665";
- sha256 = "1pnjg615i5p9h5fppvn36vq2naz4r1mziwqjwwxka6kic5ng81h8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/poly-noweb";
- sha256 = "1692js29wdjpxvcbcaxysbsq6pxdqr38frqf88ksldlz35cmy62b";
- name = "recipe";
- };
- packageRequires = [ emacs polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-noweb";
- license = lib.licenses.free;
- };
- }) {};
- poly-org = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "poly-org";
- ename = "poly-org";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-org";
- rev = "8b0de75b1f9b65c22f7e3fbc205c9408214c8a1f";
- sha256 = "04x6apjad4kg30456z1j4ipp64yjgkcaim6hqr6bb0rmrianqhck";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/poly-org";
- sha256 = "1xrhdjmz3p5d3sgbfpmf6wksa1cpxqhy1wg17b5x8ah4w4yhpdca";
- name = "recipe";
- };
- packageRequires = [ emacs polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-org";
- license = lib.licenses.free;
- };
- }) {};
- poly-rst = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "poly-rst";
- ename = "poly-rst";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-rst";
- rev = "1a7d38e1c1d35cf64e4dad408db486a8e1931e61";
- sha256 = "1xzbznm43hsvmg2ibqa6a1rymfy85nagjsxadn5mj9r04ivhf2fd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d3fb89f58903245a8df75060ddd695a05cedb322/recipes/poly-rst";
- sha256 = "08sdnjb5zvlynyxkmajn1j9gnjdjj81ycid9ziydvrb7hb88x2m4";
- name = "recipe";
- };
- packageRequires = [ emacs polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-rst";
- license = lib.licenses.free;
- };
- }) {};
- poly-ruby = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode }:
- melpaBuild {
- pname = "poly-ruby";
- ename = "poly-ruby";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "poly-ruby.el";
- rev = "794ebb926ace23e9c1398da934701951432dcea2";
- sha256 = "1ffm81hg1gah7hb9x556hda5g4j3gk4c986q9gaacvfizqak3gyy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68213703359324d09553a2164f1f6ecca7c16854/recipes/poly-ruby";
- sha256 = "0d8s6bl5ynx0r5cwvfkd52rksiq5kdyrgbxds56r8ls6cfkwqngg";
- name = "recipe";
- };
- packageRequires = [ emacs polymode ];
- meta = {
- homepage = "https://melpa.org/#/poly-ruby";
- license = lib.licenses.free;
- };
- }) {};
- poly-slim = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , polymode
- , slim-mode }:
- melpaBuild {
- pname = "poly-slim";
- ename = "poly-slim";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "poly-slim";
- rev = "a4fb8166d110b82eb3f1d0b4fc87045c3308bd7d";
- sha256 = "06kwhmw5r5h4bsaqscr7dl3rfsa6wp642597zcmzdly94h26iwy9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/poly-slim";
- sha256 = "15nh0d8y79rwc24akxfpf346jypadfgjjn6vlgaj6xjnj7wsp7ax";
- name = "recipe";
- };
- packageRequires = [ emacs polymode slim-mode ];
- meta = {
- homepage = "https://melpa.org/#/poly-slim";
- license = lib.licenses.free;
- };
- }) {};
- polymode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "polymode";
- ename = "polymode";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "polymode";
- repo = "polymode";
- rev = "82a0c3d71cc02e32a347033b3f42afeac4e43f66";
- sha256 = "04v0gnzfsjb50bgly6kvpryx8cyzwjaq2llw4qv9ijw1l6ixmq3b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d/recipes/polymode";
- sha256 = "15i9masklpy4iwskc7dzqjhb430ggn0496z4wb1zjj0b9xx4wj66";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/polymode";
- license = lib.licenses.free;
- };
- }) {};
- pomidor = callPackage ({ alert
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pomidor";
- ename = "pomidor";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "TatriX";
- repo = "pomidor";
- rev = "590e64d316d9210bd00cb4eb39d2f07ddc16809a";
- sha256 = "0001k4p09il5f20s0jgyi96wzslfcgv3y35wfxj771gixlacnrhi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e0d4f313081594df23f357c40feb456847d8bd0/recipes/pomidor";
- sha256 = "0pdzipyza98dhnz6am8lrmz8fh3p1c21v2mhs56fb9lwyvcgv8fi";
- name = "recipe";
- };
- packageRequires = [ alert emacs ];
- meta = {
- homepage = "https://melpa.org/#/pomidor";
- license = lib.licenses.free;
- };
- }) {};
- pony-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "pony-snippets";
- ename = "pony-snippets";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "SeanTAllen";
- repo = "pony-snippets";
- rev = "56018b23a11563c6766ed706024b22aa5a4556b4";
- sha256 = "0xjvxfkrl6wl31s7rvbv9zczn6d6i9vf20waqlr3c2ff3zy55ygy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/pony-snippets";
- sha256 = "12ygvpfkzldq6s4mwbrxs4x9927i7pa7ywn7lf1r3gg4h29ar9gn";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/pony-snippets";
- license = lib.licenses.free;
- };
- }) {};
- ponylang-mode = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ponylang-mode";
- ename = "ponylang-mode";
- version = "0.0.11";
- src = fetchFromGitHub {
- owner = "SeanTAllen";
- repo = "ponylang-mode";
- rev = "963abdcdb398b71fb13a4f7d2ffde23eb20e2a23";
- sha256 = "1h0y6x4h7higwdq569h2lk0iddd23c3csqjk7y5phvc0lq812xs0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d51adec3c6519d6ffe9b3f7f8a86b4dbc2c9817/recipes/ponylang-mode";
- sha256 = "02fq0qp7f4bzmynzszrwskfs78nzsmf413qjxqndrh3hamixzpi1";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/ponylang-mode";
- license = lib.licenses.free;
- };
- }) {};
- pophint = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , popup
- , yaxception }:
- melpaBuild {
- pname = "pophint";
- ename = "pophint";
- version = "0.9.3";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-pophint";
- rev = "28dc6a76e726f371bcca3160c27ae2017324399c";
- sha256 = "18i0kivn6prh5pwdr7b4pxfxqsc8l4mks1h6cfs7iwnfn15g5k19";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0055c2887acbbd8a2803bf3f81ac2cc444cc805a/recipes/pophint";
- sha256 = "1chq2j79hg095jxw5z3pz4qicqrccw0gj4sxrin0a55hnprzzp72";
- name = "recipe";
- };
- packageRequires = [ log4e popup yaxception ];
- meta = {
- homepage = "https://melpa.org/#/pophint";
- license = lib.licenses.free;
- };
- }) {};
- popup = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "popup";
- ename = "popup";
- version = "0.5.3";
- src = fetchFromGitHub {
- owner = "auto-complete";
- repo = "popup-el";
- rev = "46632ab9652dacad56fd961cd6def25a015170ae";
- sha256 = "1y538siabcf1n00wr4iz5gbxfndw661kx2mn9w1g4lg7yi4n0h0h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/083fb071191bccd6feb3fb84569373a597440fb1/recipes/popup";
- sha256 = "151g00h9rkid76qf6c53n8bncsfaikmhj8fqcb3r3a6mbngcd5k2";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/popup";
- license = lib.licenses.free;
- };
- }) {};
- popup-complete = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "popup-complete";
- ename = "popup-complete";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-popup-complete";
- rev = "e362d4a005b36646ffbaa6be604e9e31bc406ca9";
- sha256 = "084hb3zn1aiabbyxgaalszb2qjf9z64z960ks5fvz8nh7n6y7ny4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b43b85f90c476a3b88f94927a7db90bdc72cd171/recipes/popup-complete";
- sha256 = "04bpm31zx87j390r2xi1yl4kyqgalmyqc48xarsm67zfww9fw9c1";
- name = "recipe";
- };
- packageRequires = [ popup ];
- meta = {
- homepage = "https://melpa.org/#/popup-complete";
- license = lib.licenses.free;
- };
- }) {};
- popup-imenu = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , flx-ido
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "popup-imenu";
- ename = "popup-imenu";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "ancane";
- repo = "popup-imenu";
- rev = "c5e2e69adbd3a630e4cb750965a1aee8c10c1f09";
- sha256 = "0vn0jli0ya7xnapifkgzynbnh3rpnzb82j5k9bla2j4miqfc6cg8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5ca5d65d6a9c7ef3fa2684271fe087dc132d3a61/recipes/popup-imenu";
- sha256 = "0lxwfaa9vhdn55dj3idp8c3fg1g26qsqq46y5bimfd0s89bjbaxn";
- name = "recipe";
- };
- packageRequires = [ dash flx-ido popup ];
- meta = {
- homepage = "https://melpa.org/#/popup-imenu";
- license = lib.licenses.free;
- };
- }) {};
- popwin = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "popwin";
- ename = "popwin";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "m2ym";
- repo = "popwin-el";
- rev = "95dea14c60019d6cccf9a3b33e0dec4e1f22c304";
- sha256 = "0nips9npm4zmz3f37vvb4s0g1ci0p9cl6w0z4sc6agg4rybjhpdp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2b3d6a8b734e0820fd904c215a83fe5519496dc3/recipes/popwin";
- sha256 = "1zp54nv8rh0b3g8y5aj4793miiw2r1ijwbzq31lkwmbdr09mixmf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/popwin";
- license = lib.licenses.free;
- };
- }) {};
- pos-tip = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pos-tip";
- ename = "pos-tip";
- version = "0.4.6";
- src = fetchFromGitHub {
- owner = "pitkali";
- repo = "pos-tip";
- rev = "1b81694d1dc29253db0e855b82563f84a32b38d4";
- sha256 = "0w8bnspnk871qndp18hs0wk4x9x31xr9rwbvf5dc8mcbnj29ch33";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/306e9978d2a071548cc9d8c531a1ce6c6c6b99aa/recipes/pos-tip";
- sha256 = "13qjz112qlrnq34lr70087gshzq8m44knfl6694hfprzjgix84vh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pos-tip";
- license = lib.licenses.free;
- };
- }) {};
- posframe = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "posframe";
- ename = "posframe";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "posframe";
- rev = "fc90a1a558200e5c3688c65add9afdea695a2c10";
- sha256 = "1fhjxj7gi2pj5rdnmf0gddiwd8iifgjgjp01c01npz1gwwixyqh3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fa3488f2ede1201faf4a147313456ed90271f050/recipes/posframe";
- sha256 = "02chwkc7gn7fxaaxsz9msmrhrd62bji5hhb71kdm019x8d84z06w";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/posframe";
- license = lib.licenses.free;
- };
- }) {};
- powerline = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "powerline";
- ename = "powerline";
- version = "2.4";
- src = fetchFromGitHub {
- owner = "milkypostman";
- repo = "powerline";
- rev = "d3dcfc57a36111d8e0b037d90c6ffce85ce071b2";
- sha256 = "1hp3xp18943n0rlggz55150020ivw8gvi1vyxkr4z8xhpwq4gaar";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f805053cd4dd9ed53ee0df17ad69429bc62325bb/recipes/powerline";
- sha256 = "0gsffr6ilmckrzifsmhwd42vr85vs42pc26f1205pbxb7ma34dhx";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/powerline";
- license = lib.licenses.free;
- };
- }) {};
- powershell = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "powershell";
- ename = "powershell";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "jschaf";
- repo = "powershell.el";
- rev = "4865dff0d20a8b36569f7f5d2634a7e27e8f3a65";
- sha256 = "1zqsnyfkxvaagrasxm86pxyv6qz9h3149p3k61nq1095b9c3sgqf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7002c50f2734675134791916aa9d8b82b4582fcb/recipes/powershell";
- sha256 = "162k8y9k2n48whaq93sqk86zy3p9qvsfxgyfv9n1nvk4l5wn70wk";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/powershell";
- license = lib.licenses.free;
- };
- }) {};
- ppd-sr-speedbar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , project-persist-drawer
- , sr-speedbar }:
- melpaBuild {
- pname = "ppd-sr-speedbar";
- ename = "ppd-sr-speedbar";
- version = "0.0.6";
- src = fetchFromGitHub {
- owner = "rdallasgray";
- repo = "ppd-sr-speedbar";
- rev = "19d3e924407f40a6bb38c8fe427a159af755adce";
- sha256 = "0pv671j8g09pn61kkfb3pa9axfa9zd2jdrkgr81rm2gqb2vh1hsq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f930f54048d06f6a97824b66fbb74649eed40b54/recipes/ppd-sr-speedbar";
- sha256 = "1m2918hqvb9c6rgb5szs95ds99gdjdxggcbdfqzmbb5sz2936av8";
- name = "recipe";
- };
- packageRequires = [ project-persist-drawer sr-speedbar ];
- meta = {
- homepage = "https://melpa.org/#/ppd-sr-speedbar";
- license = lib.licenses.free;
- };
- }) {};
- prassee-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prassee-theme";
- ename = "prassee-theme";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "prassee";
- repo = "prassee-emacs-theme";
- rev = "9850c806d39acffdef8e91e1a31b54a7620cbae3";
- sha256 = "1agghimrmh4kh71y51l6lzampjl15ac6jxrrhdviw95c3rxfll4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/15425b576045af1c508912e2091daf475b80b429/recipes/prassee-theme";
- sha256 = "1j0817hxxri6mq9pplgwf5jp2dagk6hay7g1a1lgz4qgkf5jnshs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/prassee-theme";
- license = lib.licenses.free;
- };
- }) {};
- prescient = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prescient";
- ename = "prescient";
- version = "3.1";
- src = fetchFromGitHub {
- owner = "raxod502";
- repo = "prescient.el";
- rev = "ae414dde56f3430867faf41c04e4c3df75f9c960";
- sha256 = "1cdjvlwlvxxazz7hlxgvdp0pznvj1gzqa2r6k4im0cpdrnnng6j6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ec02349e31531c347e4a43fbde56ae4386898cc6/recipes/prescient";
- sha256 = "04js3hblavfrc6kqp942x5yjdl3ndazf3n64p83423ldsmhbip6s";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/prescient";
- license = lib.licenses.free;
- };
- }) {};
- presentation = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "presentation";
- ename = "presentation";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "emacs-presentation-mode";
- rev = "e9e402d05a8b6d9e1e7fe853503c92fea4cf65cb";
- sha256 = "10pvjdnb48fk663232qvh4gapk2yiz4iawpffzjrbs3amxh50bi7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/747afd0339215528bf104f778a13edacbac510b7/recipes/presentation";
- sha256 = "0zdpfvg6kbvi6b4lb7vbdjrkgk0j1q6gzyd0s2b0603fnyy4sqdg";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/presentation";
- license = lib.licenses.free;
- };
- }) {};
- pretty-hydra = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "pretty-hydra";
- ename = "pretty-hydra";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "jerrypnz";
- repo = "major-mode-hydra.el";
- rev = "ad709e5aadb129d3e4087f5246aa0d6127e73f30";
- sha256 = "1d2rf3as2r93a7l3n0zdksb6kh2naw5zg6mbpj03k79zldqkkqhk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/865917fcc75c4118afc89b8bcc20ebdb6302f15d/recipes/pretty-hydra";
- sha256 = "0gp4cbffpa17svs7fzxighyly7c8brsn3avv3hqvd590kkz3fkri";
- name = "recipe";
- };
- packageRequires = [ dash emacs hydra s ];
- meta = {
- homepage = "https://melpa.org/#/pretty-hydra";
- license = lib.licenses.free;
- };
- }) {};
- pretty-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pretty-mode";
- ename = "pretty-mode";
- version = "2.0.3";
- src = fetchFromGitHub {
- owner = "pretty-mode";
- repo = "pretty-mode";
- rev = "4ba8fceb7dd733361ed975d80ac2caa3612fa78b";
- sha256 = "013fig9i4fyx16krp2vfv953p3rwdzr38zs6i50af4pqz4vrcfvh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/pretty-mode";
- sha256 = "0zm6azbl70qmq2ybi576wfs3mx0ny54mf97b94ac501miv4fv0mq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pretty-mode";
- license = lib.licenses.free;
- };
- }) {};
- processing-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "processing-mode";
- ename = "processing-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "ptrv";
- repo = "processing2-emacs";
- rev = "228bc56369675787d60f637223b50ce3a1afebbd";
- sha256 = "08ljf39jfmfpdk36nws2dnwpm7y8252zsdprsc85hr1h1ig5xy15";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba59561e8a2f259fde170a79844af5e1ef5ed34f/recipes/processing-mode";
- sha256 = "184yg9z14ighz9djg53ji5dgnb98dnxkkwx55m8f0f879x31i89m";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/processing-mode";
- license = lib.licenses.free;
- };
- }) {};
- prodigy = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "prodigy";
- ename = "prodigy";
- version = "0.7.0";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "prodigy.el";
- rev = "3bacca898db9b3493883c95f923a87eb1ce807eb";
- sha256 = "1whnk1902f8q03clm9xlfl47gkpsywf3mx0ykp70c1q496ab39qj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/prodigy";
- sha256 = "0lfxb80jqjnzssjs6l511jcsmhkpzb5rh5czrb16dkqcz0cl5b2p";
- name = "recipe";
- };
- packageRequires = [ dash emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/prodigy";
- license = lib.licenses.free;
- };
- }) {};
- prog-fill = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prog-fill";
- ename = "prog-fill";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "prog-fill";
- rev = "3fbf7da6dd826e95c9077d659566ee29814a31d8";
- sha256 = "167is1hbv3nsskz26g9q3zdndqsw9d3rwhbasj0r7a3wabpr8j4r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/90d680ed481688c9899adb28fbd9a22a17fa8943/recipes/prog-fill";
- sha256 = "0wnqzkzhaywcyw93z86pngpycsrd1mi79psmck6qbhms1aia79p3";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/prog-fill";
- license = lib.licenses.free;
- };
- }) {};
- project-explorer = callPackage ({ cl-lib ? null
- , emacs
- , es-lib
- , es-windows
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "project-explorer";
- ename = "project-explorer";
- version = "0.14.3";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "project-explorer";
- rev = "7c2cc86a81f679dda355110f916366b64893a5d4";
- sha256 = "1hv8ifrpwn434sm41vkgbwni21ma5kfybkwasi6zp0f2b5i9ziw7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c2e5d686b8a18c7a17965ff6c5af8f5817b7ab31/recipes/project-explorer";
- sha256 = "076lzmyi1n7yrgdgyh9qinq271qk6k64x0msbzarihr3p4psrn8m";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs es-lib es-windows ];
- meta = {
- homepage = "https://melpa.org/#/project-explorer";
- license = lib.licenses.free;
- };
- }) {};
- project-persist = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "project-persist";
- ename = "project-persist";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "rdallasgray";
- repo = "project-persist";
- rev = "26d9435bef44da2a1b0892eba822f9f487b98eec";
- sha256 = "0ja2pnbw11a2gwywfyfbdpk8rkm8imy04wkshpnlh0nwn7lf0clm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bd81d1f8a30ed951ed94b9a4db13a2f7735ea878/recipes/project-persist";
- sha256 = "0csjwj0qaw0hz2qrj8kxgxlixh2hi3aqib98vm19sr3f1b8qab24";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/project-persist";
- license = lib.licenses.free;
- };
- }) {};
- project-persist-drawer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , project-persist }:
- melpaBuild {
- pname = "project-persist-drawer";
- ename = "project-persist-drawer";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "rdallasgray";
- repo = "project-persist-drawer";
- rev = "35bbe132a4fab6a0fec15ce6c0fd2fe6a4aa9626";
- sha256 = "1nq320ph8fs9a197ji4mnw2xa24dld0r1nka476yvkg4azmcc9x8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23084af52d2243016eee73a5ee0cd3e945eec71d/recipes/project-persist-drawer";
- sha256 = "1jv2y2hcqakyvfibclzm7g4diw0bvsv3a8fa43yf19wb64jm8hdb";
- name = "recipe";
- };
- packageRequires = [ project-persist ];
- meta = {
- homepage = "https://melpa.org/#/project-persist-drawer";
- license = lib.licenses.free;
- };
- }) {};
- projectile = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "projectile";
- ename = "projectile";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "projectile";
- rev = "823c0aa9ffd1e8e03b20efe97c16cfb66e2c56c5";
- sha256 = "16y0zcqydfag4igwcbljqymkwjgjxdh97ii616wgdsyjgk9xxd4h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/projectile";
- sha256 = "1kf8hql59nwiy13q0p6p6rf5agjvah43f0sflflfqsrxbihshvdn";
- name = "recipe";
- };
- packageRequires = [ emacs pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/projectile";
- license = lib.licenses.free;
- };
- }) {};
- projectile-git-autofetch = callPackage ({ alert
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile }:
- melpaBuild {
- pname = "projectile-git-autofetch";
- ename = "projectile-git-autofetch";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "andrmuel";
- repo = "projectile-git-autofetch";
- rev = "da02069d906e6e7f28ea1dd6a9196529315a5cba";
- sha256 = "106kj49rxsrdh6awvql3zyr3ramdcn0aaq4rmbmd45hz9ij7x1wh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fdfdeb69fd78fc1bb2c62392f860a8c434f1762/recipes/projectile-git-autofetch";
- sha256 = "0m0raddsw5yvjrw2v6bdaswffmva8y9hxksdgf9axpvrd3rzlk9n";
- name = "recipe";
- };
- packageRequires = [ alert projectile ];
- meta = {
- homepage = "https://melpa.org/#/projectile-git-autofetch";
- license = lib.licenses.free;
- };
- }) {};
- projectile-rails = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , inflections
- , lib
- , melpaBuild
- , projectile
- , rake }:
- melpaBuild {
- pname = "projectile-rails";
- ename = "projectile-rails";
- version = "0.17.0";
- src = fetchFromGitHub {
- owner = "asok";
- repo = "projectile-rails";
- rev = "78f5cbe2c212ce19d4732212c46472d1c412659f";
- sha256 = "09aby7yxk28rqz0vaps889idl5n41wj72pa0dr7bqmidq8i5jv4h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b16532bb8d08f7385bca4b83ab4e030d7b453524/recipes/projectile-rails";
- sha256 = "0fgvignqdqh0ma91z9385782l89mvwfn77rp1gmy8cbkwi3b7fkq";
- name = "recipe";
- };
- packageRequires = [ emacs f inf-ruby inflections projectile rake ];
- meta = {
- homepage = "https://melpa.org/#/projectile-rails";
- license = lib.licenses.free;
- };
- }) {};
- projectile-ripgrep = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , ripgrep }:
- melpaBuild {
- pname = "projectile-ripgrep";
- ename = "projectile-ripgrep";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "ripgrep.el";
- rev = "73595f1364f2117db49e1e4a49290bd6d430e345";
- sha256 = "1a5rdpmvsgsjlc9sywism9pq7jd6n9qbcdsvpbfkq1npwhpifkbj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/195f340855b403128645b59c8adce1b45e90cd18/recipes/projectile-ripgrep";
- sha256 = "1iczizyayql40wcljvpc1mvfvn9r28b1dkrkcmdxif732gd01jjg";
- name = "recipe";
- };
- packageRequires = [ projectile ripgrep ];
- meta = {
- homepage = "https://melpa.org/#/projectile-ripgrep";
- license = lib.licenses.free;
- };
- }) {};
- projectile-sift = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , sift }:
- melpaBuild {
- pname = "projectile-sift";
- ename = "projectile-sift";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "sift.el";
- rev = "8c3f3d14a351a2394027d72ee0599aa73b9f0d13";
- sha256 = "1ma6djvhvjai07v1g9a36lfa3nw8zsy6x5vliwcdnkf44gs287ra";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a730e1331b0486c4bd2d309b85d2f8810489eb47/recipes/projectile-sift";
- sha256 = "1wbgpwq9yy3v7hqidaczrvvsw5ajj7m3n4gsy3b169xv5h673a0i";
- name = "recipe";
- };
- packageRequires = [ projectile sift ];
- meta = {
- homepage = "https://melpa.org/#/projectile-sift";
- license = lib.licenses.free;
- };
- }) {};
- projectile-trailblazer = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , inflections
- , lib
- , melpaBuild
- , projectile
- , rake }:
- melpaBuild {
- pname = "projectile-trailblazer";
- ename = "projectile-trailblazer";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "micdahl";
- repo = "projectile-trailblazer";
- rev = "79299498d74876f2ac3fe8075716b39a5bdd04cd";
- sha256 = "1lkj9jdr3g7nl80fxvic6g5cn7vbkyxys7m3kcmd6xa9mq7nvci4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9c6f2f92ff99e7a3241003dc396f978f3916c8a/recipes/projectile-trailblazer";
- sha256 = "18cijb5c1ym5kn2g2apbijbfd3aqhrraki8vv9bk8rvi7wmm6qj4";
- name = "recipe";
- };
- packageRequires = [ emacs f inf-ruby inflections projectile rake ];
- meta = {
- homepage = "https://melpa.org/#/projectile-trailblazer";
- license = lib.licenses.free;
- };
- }) {};
- projectile-variable = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "projectile-variable";
- ename = "projectile-variable";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "projectile-variable";
- rev = "8d348ac70bdd6dc320c13a12941b32b38140e264";
- sha256 = "0l38nldx6lwjb7mxixykiyj10xwb35249dxfg0k2wkmb2vy1fkxs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/projectile-variable";
- sha256 = "15qc5n91nxyfvb100iyihfmrdr57qgw6098yv3nfqgw3zx1qchdw";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/projectile-variable";
- license = lib.licenses.free;
- };
- }) {};
- projekt = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "projekt";
- ename = "projekt";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "tekai";
- repo = "projekt";
- rev = "107232c191375b59d065354470d0af83062e2a4c";
- sha256 = "1rw55w2fpb3rw7j136kclkhppz21f7d7di4cvlv7zj5zpdl5zz88";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e2a854ed4fef114861bcc7814cd064c16d3c074c/recipes/projekt";
- sha256 = "1bhb24701flihl54w8xrj6yxhynpq4dk0fp5ciac7k28n4930lw8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/projekt";
- license = lib.licenses.free;
- };
- }) {};
- prompt-text = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prompt-text";
- ename = "prompt-text";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "prompt-text-el";
- rev = "3cc486c070b7a7c806c8d6002f9ba4979f56107d";
- sha256 = "1hv4p1x5sli5lplm8hl6frxmwvbc1vmamgj9m2ryk17ykqmr05r5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/17d2bc3e53865fe8c98aabb6ef0ad1d10fcb1061/recipes/prompt-text";
- sha256 = "1b9sj9kzx5ydq2zsfmkwsx78pzg0vsvrn92397js6b2cm24vrwwc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/prompt-text";
- license = lib.licenses.free;
- };
- }) {};
- proof-general = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "proof-general";
- ename = "proof-general";
- version = "4.4";
- src = fetchFromGitHub {
- owner = "ProofGeneral";
- repo = "PG";
- rev = "771cab48b2f9ea2ae3fa8f944d0e36a805bf9f3b";
- sha256 = "0bdfk91wf71z80mdfnl8hpinripndcjgdkz854zil6521r84nqk8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/135c8f2a04739145b500b8742a697907e398d270/recipes/proof-general";
- sha256 = "10zif9ax4d3m8sa9y2xqz7g24xa2r3m2x5l0zqa06wm4afq29p87";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/proof-general";
- license = lib.licenses.free;
- };
- }) {};
- prop-menu = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "prop-menu";
- ename = "prop-menu";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "prop-menu-el";
- rev = "50b102c1c0935fd3e0c465feed7f27d66b21cdf3";
- sha256 = "18ap2liz5r5a8ja2zz9182fnfm47jnsbyblpq859zks356k37iwc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3d3a013cc9c489987fe689c8d73bbaa3445bdeb3/recipes/prop-menu";
- sha256 = "0dhy52fxxpa058mhhx0slw3sly3dlxm9vkax6fd1sap6f6v00p5i";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/prop-menu";
- license = lib.licenses.free;
- };
- }) {};
- protobuf-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "protobuf-mode";
- ename = "protobuf-mode";
- version = "3.8.0";
- src = fetchFromGitHub {
- owner = "google";
- repo = "protobuf";
- rev = "4674cc7c073f1b8d5efd2a42ffcf3ca30a907bfe";
- sha256 = "0sspwvwxyqq9aibf3piv6cp5vb28w2fnfk6x7wkmaiy7a4gcklcv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4e7f5f641251e17add561991d3bcf1fde23467b/recipes/protobuf-mode";
- sha256 = "1hh0w93fg6mfwsbb9wvp335ry8kflj50k8hybchpjcn6f4x39xsj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/protobuf-mode";
- license = lib.licenses.free;
- };
- }) {};
- protocols = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "protocols";
- ename = "protocols";
- version = "1.6";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "protocols.el";
- rev = "f5549f5d873a683af45a0e19c732524d5b964026";
- sha256 = "0v9is6r307814gvrnch2d3mvikd7j8lnmsqb2c3gj6gvfj4p9y7r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c9a75671a00e9196d00b08911232aac87fd8c83/recipes/protocols";
- sha256 = "1wg3qh8a1ms82lkzz4i1bk787147a8agcj8rszj1zfvwg0ckqq1a";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/protocols";
- license = lib.licenses.free;
- };
- }) {};
- psci = callPackage ({ dash
- , deferred
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , purescript-mode
- , s }:
- melpaBuild {
- pname = "psci";
- ename = "psci";
- version = "0.0.6";
- src = fetchFromGitHub {
- owner = "purescript-emacs";
- repo = "emacs-psci";
- rev = "8c2d5a0ba604ec593f83f632b2830a87f41f84d4";
- sha256 = "0wgxrwl7dpy084sc76wiwpixycb171g7xwc66m5gnlrv79qyac73";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3451719ce5096383db082917716a5ed8346fc186/recipes/psci";
- sha256 = "1iwkr58b910vrwwxyk00psy74vp201vmm3b0cm4k5fh3glr31vp9";
- name = "recipe";
- };
- packageRequires = [ dash deferred f purescript-mode s ];
- meta = {
- homepage = "https://melpa.org/#/psci";
- license = lib.licenses.free;
- };
- }) {};
- psession = callPackage ({ async
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "psession";
- ename = "psession";
- version = "1.5";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "psession";
- rev = "702d20897c0839568201bc6921d5f0f80b8778c0";
- sha256 = "0ynd69fyjpgs6rs3kkznpx19kmdmd25wb46bj9zq61gj138b6p33";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/669342d2b3e6cb622f196571d776a98ec8f3b1d3/recipes/psession";
- sha256 = "18va6kvpia5an74vkzccs72z02vg4vq9mjzr5ih7xbcqxna7yv3a";
- name = "recipe";
- };
- packageRequires = [ async cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/psession";
- license = lib.licenses.free;
- };
- }) {};
- psysh = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "psysh";
- ename = "psysh";
- version = "0.0.5";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "psysh.el";
- rev = "4709a57cdcf7103c4a606be89849ea3ead2d38a5";
- sha256 = "1apf6mnqp9bg5dfykgvsn02z0xpyx6k34sd2pvicicig7w09kzvb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/psysh";
- sha256 = "00rzfw8nlbcmfbjnzbfl08136dhgvrrn9g1s9l623xgpbcay63sg";
- name = "recipe";
- };
- packageRequires = [ emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/psysh";
- license = lib.licenses.free;
- };
- }) {};
- pt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pt";
- ename = "pt";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "bling";
- repo = "pt.el";
- rev = "a539dc11ecb2d69760ff50f76c96f49895ce1e1e";
- sha256 = "1p0k770h96iw8bxm8ssi0a91m050s615q036870lrlsz35mzc5kw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/34c51783af154f203489f5f7df7012ca61932caa/recipes/pt";
- sha256 = "0zmz1hcr4ajc2ydvpdxhy1dlhp7hvlkv6y6w1b79ffvq6acdd5mj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pt";
- license = lib.licenses.free;
- };
- }) {};
- pubmed = callPackage ({ deferred
- , emacs
- , esxml
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "pubmed";
- ename = "pubmed";
- version = "0.2.1";
- src = fetchFromGitLab {
- owner = "fvdbeek";
- repo = "emacs-pubmed";
- rev = "67fbb6e8834feda85e8301adc5c17d9e38395d6a";
- sha256 = "15bwjxc7g43m5pi8z17anaqqkvi209r7kk1chmf175477gvrv7c0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ee84560c15e7389e902fb4a4c548c08be231de82/recipes/pubmed";
- sha256 = "048kh442dnzgwz4wml2a5griav8zyrfzn5b43n9ky84pm7lgcxp3";
- name = "recipe";
- };
- packageRequires = [ deferred emacs esxml s ];
- meta = {
- homepage = "https://melpa.org/#/pubmed";
- license = lib.licenses.free;
- };
- }) {};
- pug-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pug-mode";
- ename = "pug-mode";
- version = "1.0.7";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-pug-mode";
- rev = "96718f802dad3acd5a3f770b1452b81e39f77d92";
- sha256 = "1jqj3qfc4686v09am869ls1k3jwy397646cql4a8dg7crjdpf023";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b3710aac9f3df3a23238af1f969c462b3692f260/recipes/pug-mode";
- sha256 = "1njhr95y2rx7inpl9phxxz580844p2iadqlga1kj7xzvjz698x85";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/pug-mode";
- license = lib.licenses.free;
- };
- }) {};
- punctuality-logger = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "punctuality-logger";
- ename = "punctuality-logger";
- version = "0.8";
- src = fetchFromGitLab {
- owner = "elzair";
- repo = "punctuality-logger";
- rev = "708cae8e67dbae293c7c4be0ca5e49d76fac6714";
- sha256 = "1v48i37iqrrwbyy3bscicfq66vbbml4sg0f0n950bnk0qagjx8py";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76ac7178ee5381e08ae881f3fc6061106eeb1c1d/recipes/punctuality-logger";
- sha256 = "0q9s74hkfqvcx67xpq9rlvh38nyjnz230bll6ks7y5yzxvl4qhcm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/punctuality-logger";
- license = lib.licenses.free;
- };
- }) {};
- pungi = callPackage ({ fetchFromGitHub
- , fetchurl
- , jedi
- , lib
- , melpaBuild
- , pyvenv }:
- melpaBuild {
- pname = "pungi";
- ename = "pungi";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "mgrbyte";
- repo = "pungi";
- rev = "41c9f8b7795e083bfd63ba0d06c789c250998723";
- sha256 = "012lv7hrwlhvins81vw3yjkhdwbpi6g1dx55i101qyrpzv5ifngm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d504c6028c029268d380c0eac25b1c4886aa6e98/recipes/pungi";
- sha256 = "1v9fsd764z5wdcips63z53rcipdz7bha4q6s4pnn114jn3a93ls1";
- name = "recipe";
- };
- packageRequires = [ jedi pyvenv ];
- meta = {
- homepage = "https://melpa.org/#/pungi";
- license = lib.licenses.free;
- };
- }) {};
- puppet-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info }:
- melpaBuild {
- pname = "puppet-mode";
- ename = "puppet-mode";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "voxpupuli";
- repo = "puppet-mode";
- rev = "d943149691abd7b66c85d58aee9657bfcf822c02";
- sha256 = "0xr3s56p6fbm6wgw17galsl3kqvv8c7l1l1qvbhbay39yzs4ff14";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1de94f0ab39ab18dfd0b050e337f502d894fb3ad/recipes/puppet-mode";
- sha256 = "1qn71j6fkwnrsq1s6fhfcxhic3rbspg5cy9n7jv451ji7ywyhakf";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs pkg-info ];
- meta = {
- homepage = "https://melpa.org/#/puppet-mode";
- license = lib.licenses.free;
- };
- }) {};
- pushbullet = callPackage ({ fetchFromGitHub
- , fetchurl
- , grapnel
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pushbullet";
- ename = "pushbullet";
- version = "0.5.2";
- src = fetchFromGitHub {
- owner = "theanalyst";
- repo = "revolver";
- rev = "73c59a0f1dc04875b3e5a2c8afbc26c32128e445";
- sha256 = "03ivg3ddhy5zh410wgwxa17m98wywqhk62jgijhjd00b6l8i4aym";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a2649d60dd1ed3b3171ff1448b89967c5f7759a0/recipes/pushbullet";
- sha256 = "1swzl25rcw7anl7q099qh14yhnwlbn3m20ib9kis0l1rv59kkarl";
- name = "recipe";
- };
- packageRequires = [ grapnel json ];
- meta = {
- homepage = "https://melpa.org/#/pushbullet";
- license = lib.licenses.free;
- };
- }) {};
- py-autopep8 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "py-autopep8";
- ename = "py-autopep8";
- version = "2016.1";
- src = fetchFromGitHub {
- owner = "paetzke";
- repo = "py-autopep8.el";
- rev = "68e12d8788c91c7ec53a68acf1d23adb2ffa4788";
- sha256 = "16fmym6hvi2lx0mmbrrhld1vzki5iqfqx2m0xa9021gjjzb33lw6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c400e0f3cfe70821e621fe85d239b4f6596d5171/recipes/py-autopep8";
- sha256 = "1argjdmh0x9c90zkb6cr4z3zkpgjp2mkpsw0dr4v6gg83jcggfpp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/py-autopep8";
- license = lib.licenses.free;
- };
- }) {};
- py-isort = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "py-isort";
- ename = "py-isort";
- version = "2016.1";
- src = fetchFromGitHub {
- owner = "paetzke";
- repo = "py-isort.el";
- rev = "e67306f459c47c53a65604e4eea88a3914596560";
- sha256 = "08i55gv392wc12x8v3dca0dmz8a8p9ljsqhyajsb6qv1k120wqhx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44377d11da07b49c8dc6887c948cc5ddfc065bd2/recipes/py-isort";
- sha256 = "0k5gn3bjn5pv6dn6p0m9xghn0sx3m29bj3pfrmyh6gd5ic0l00yb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/py-isort";
- license = lib.licenses.free;
- };
- }) {};
- py-yapf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "py-yapf";
- ename = "py-yapf";
- version = "2016.1";
- src = fetchFromGitHub {
- owner = "paetzke";
- repo = "py-yapf.el";
- rev = "a878304202ad827a1f3de3dce1badd9ca8731146";
- sha256 = "1mmzqdigxx46my0h9497l25cjydy3vykg6slxkch4dzvhhlbap48";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3306c6906d4b21868b9407de27fbebdaed3d00d5/recipes/py-yapf";
- sha256 = "1381x0ffpllxwgkr2d8xxbv1nd4k475m1aff8l5qijw7d1fqga2f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/py-yapf";
- license = lib.licenses.free;
- };
- }) {};
- pycarddavel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pycarddavel";
- ename = "pycarddavel";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "pycarddavel";
- rev = "6ead921066fa0156f20155b7126e5875ce11c328";
- sha256 = "0qg1kjzsv2mcvlsivqy8ys3djbs5yala37r9h2zcxdicl88q0l11";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9b3d2cd943f26dcff322efb16d55dd3bd71dea07/recipes/pycarddavel";
- sha256 = "12k2mnzkd8yv17csfhclsnd479vcabawmac23yw6dsw7ic53jf1a";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/pycarddavel";
- license = lib.licenses.free;
- };
- }) {};
- pydoc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pydoc";
- ename = "pydoc";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "statmobile";
- repo = "pydoc";
- rev = "5392248e33d83ef05d3b2809b0c6b207786b2644";
- sha256 = "1m0jb5pk1a1ww5jx2y5nz21by4dh7nlnhdn6bigz53ra449rrxii";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c4988a66040ddf659492bdb0ae2b9617c342c69/recipes/pydoc";
- sha256 = "0sf52cb80yiridsl1pffdr3wpbgxrn2l8vnq03l70djckild477n";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pydoc";
- license = lib.licenses.free;
- };
- }) {};
- pyenv-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pythonic }:
- melpaBuild {
- pname = "pyenv-mode";
- ename = "pyenv-mode";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "pyenv-mode";
- rev = "b96c15fa1b83cad855e472eda06319ad35e34513";
- sha256 = "1y3q1k195wp2kgp00a1y34i20zm80wdv2kxigh6gbn2r6qzkqrar";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/pyenv-mode";
- sha256 = "00yqrk92knv9gq1m9xcg78gavv70jsjlwzkllzxl63iva9qrch59";
- name = "recipe";
- };
- packageRequires = [ pythonic ];
- meta = {
- homepage = "https://melpa.org/#/pyenv-mode";
- license = lib.licenses.free;
- };
- }) {};
- pyim = callPackage ({ async
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , pyim-basedict }:
- melpaBuild {
- pname = "pyim";
- ename = "pyim";
- version = "1.8";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "pyim";
- rev = "8648d467d79b3bf1c3a99623f9329939cacc40da";
- sha256 = "16rma4cv7xgky0g3x4an27v30jdi6i1sqw43cl99zhkqvp43l3f9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/151a0af91a58e27f724854d85d5dd9668229fe8d/recipes/pyim";
- sha256 = "1ly4xhfr3irlrwvv20j3kyz98g7barridi9n8jppc0brh2dlv98j";
- name = "recipe";
- };
- packageRequires = [ async emacs popup pyim-basedict ];
- meta = {
- homepage = "https://melpa.org/#/pyim";
- license = lib.licenses.free;
- };
- }) {};
- pyim-basedict = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pyim-basedict";
- ename = "pyim-basedict";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "pyim-basedict";
- rev = "f71d0ffd9d2421f2b51cd0ccb89fd9eb43c09585";
- sha256 = "0576r8ap9gp91ycjf1d47pn13kxp0f9fysn09zlq44hr0s1y2y5d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/151a0af91a58e27f724854d85d5dd9668229fe8d/recipes/pyim-basedict";
- sha256 = "1y8cmccli3im5bvws2h582z7k4nj6p8brgypl8h09y3na6yjy2z9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pyim-basedict";
- license = lib.licenses.free;
- };
- }) {};
- pyim-wbdict = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pyim }:
- melpaBuild {
- pname = "pyim-wbdict";
- ename = "pyim-wbdict";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "tumashu";
- repo = "pyim-wbdict";
- rev = "114489ed97e825ae11a8d09da6e873820cf23106";
- sha256 = "187wx418pj4h8p8baf4943v9dsb6mfbn0n19r8xiil1z2cmm4ygc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ab1cb8bc623d1f12f78fa42ce8b16514e5b07c51/recipes/pyim-wbdict";
- sha256 = "1s0i9xcnpy8kxqhsv7rqxabv5vnxsciyng398mn32mknib03315i";
- name = "recipe";
- };
- packageRequires = [ pyim ];
- meta = {
- homepage = "https://melpa.org/#/pyim-wbdict";
- license = lib.licenses.free;
- };
- }) {};
- pyimport = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "pyimport";
- ename = "pyimport";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "pyimport";
- rev = "c99d2fd9ca3963deac13a51ce0123f70d303af27";
- sha256 = "19gxiaikwwfjz65nbbbrwgh91d66s76yzrkls58jzjwghz56pbv3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71bc39b06cee37814960ef31c6a2056261b802fb/recipes/pyimport";
- sha256 = "1qwigplawknykw1kbm5babyyknzn43ddhbdpahvzh4wy3kycn6n8";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/pyimport";
- license = lib.licenses.free;
- };
- }) {};
- pynt = callPackage ({ deferred
- , ein
- , emacs
- , epc
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pynt";
- ename = "pynt";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "ebanner";
- repo = "pynt";
- rev = "bc750cd244141005ea3b7bb87f75c6f6c5a5778f";
- sha256 = "0mj8lkc40iv8d6afl4dba7gsbi0mgnx9ivanvczq6pxp5d4kgfsn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fdb297084188a957a46dcd036e65d9d893044bea/recipes/pynt";
- sha256 = "07c0zc68r3pskn3bac3a8x5nrsykl90a1h22865g3i5vil76vvg3";
- name = "recipe";
- };
- packageRequires = [ deferred ein emacs epc helm ];
- meta = {
- homepage = "https://melpa.org/#/pynt";
- license = lib.licenses.free;
- };
- }) {};
- pytest-pdb-break = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pytest-pdb-break";
- ename = "pytest-pdb-break";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "poppyschmo";
- repo = "pytest-pdb-break";
- rev = "38840190dfbcb307778d079da5e2373525b3ac18";
- sha256 = "0887620iq8xn28aajx7z2pkgh19778w494n8icibwlk2mj2m3gxl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ed7d5d5e81818dad55edda73fbeca8c5021b932/recipes/pytest-pdb-break";
- sha256 = "0dxn53y9zjlip0bjynjql984wrf39pmg5fsx1qgsrj1bw78xqw26";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/pytest-pdb-break";
- license = lib.licenses.free;
- };
- }) {};
- python-environment = callPackage ({ deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "python-environment";
- ename = "python-environment";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "emacs-python-environment";
- rev = "401006584e32864a10c69d29f14414828909362e";
- sha256 = "0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/283155ad56cd8eda416c83a9b7f8d43d4d1570c2/recipes/python-environment";
- sha256 = "1pq16rddw76ic5d02j5bswl9qcydi47hqmhs7r06jk46vsfzxpl7";
- name = "recipe";
- };
- packageRequires = [ deferred ];
- meta = {
- homepage = "https://melpa.org/#/python-environment";
- license = lib.licenses.free;
- };
- }) {};
- python-mode = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "python-mode";
- ename = "python-mode";
- version = "6.2.3";
- src = fetchFromGitLab {
- owner = "python-mode-devs";
- repo = "python-mode";
- rev = "a0a534639bc6142c2c2f44bd7ca5878ad5f79518";
- sha256 = "0sj2hfjwpcdg9djsgl3y5aa3gnvl4s87477x6a9d14m11db3p7ml";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82861e1ab114451af5e1106d53195afd3605448a/recipes/python-mode";
- sha256 = "1m7c6c97xpr5mrbyzhcl2cy7ykdz5yjj90mrakd4lknnsbcq205k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/python-mode";
- license = lib.licenses.free;
- };
- }) {};
- python-pytest = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit-popup
- , melpaBuild
- , projectile
- , s }:
- melpaBuild {
- pname = "python-pytest";
- ename = "python-pytest";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "wbolster";
- repo = "emacs-python-pytest";
- rev = "6772ecfaa86f0f4a1a66bfd3a454c9b11956de70";
- sha256 = "086jjygzdrcjfp7j70xs8jh8nq0xv496kza6iap7lyc3qf16b4kk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d95442748827911e082a55f4fd7c348a3757e274/recipes/python-pytest";
- sha256 = "0n97akqq7dss7rsww311ljh9w1hyc4j64wjmpxjlc9lg5aqwjbh4";
- name = "recipe";
- };
- packageRequires = [
- dash
- dash-functional
- emacs
- magit-popup
- projectile
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/python-pytest";
- license = lib.licenses.free;
- };
- }) {};
- python-x = callPackage ({ fetchFromGitLab
- , fetchurl
- , folding
- , lib
- , melpaBuild
- , python ? null }:
- melpaBuild {
- pname = "python-x";
- ename = "python-x";
- version = "1.0";
- src = fetchFromGitLab {
- owner = "wavexx";
- repo = "python-x.el";
- rev = "e606469aafec2e6beda8c589540b88a5a6f6f33f";
- sha256 = "00i7cc4r7275l22k3708xi4hqw2j44yivdb1madzrpf314v3kabr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1cf98dff029d494007fe25d29bd8bcfecc5b8e6/recipes/python-x";
- sha256 = "03px1z27yhvc9084h9j2p0khvhkwmfxdskf0ndvz79ywp6nl7mb6";
- name = "recipe";
- };
- packageRequires = [ folding python ];
- meta = {
- homepage = "https://melpa.org/#/python-x";
- license = lib.licenses.free;
- };
- }) {};
- pythonic = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "pythonic";
- ename = "pythonic";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "proofit404";
- repo = "pythonic";
- rev = "c59a158942634d3c07e506b2376d96e8d5d1466f";
- sha256 = "0219s900kdpi3cxllvmwm8hb2lwqzikplq578f7pyxhzljjh2lma";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5589c55d459f15717914061d0f0f4caa32caa13c/recipes/pythonic";
- sha256 = "1hq0r3vg8vmgw89wfjdqknwm76pimlk0dy56wmh9vffh06gqsb51";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/pythonic";
- license = lib.licenses.free;
- };
- }) {};
- pyvenv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "pyvenv";
- ename = "pyvenv";
- version = "1.20";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "pyvenv";
- rev = "fa6a028349733b0ecb407c4cfb3a715b71931eec";
- sha256 = "1x052fsavb94x3scpqd6n9spqgzaahzbdxhg4qa5sy6hqsabn6zh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e37236b89b9705ba7a9d134b1fb2c3c003953a9b/recipes/pyvenv";
- sha256 = "0gai9idss1wvryxyqk3pv854mc2xg9hd0r55r2blql8n5rd2yv8v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/pyvenv";
- license = lib.licenses.free;
- };
- }) {};
- qiita = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "qiita";
- ename = "qiita";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "gongo";
- repo = "qiita-el";
- rev = "542be60f1dbc67e8ec778e5d7790b863d3dbc151";
- sha256 = "0hp7c51d9d8l0cx0wdq7003clyf3k61dq8ns8zq6lfpbvaliq7yq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d8065a58e297c50c031de97d2d80bce5857bd803/recipes/qiita";
- sha256 = "1kzk7pc68ks9gxm2l2d28al23gxh56z0cmkl80qwg7sh4gsmhyxl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/qiita";
- license = lib.licenses.free;
- };
- }) {};
- ql = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ql";
- ename = "ql";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "ieure";
- repo = "ql-el";
- rev = "d976414ba6aa576ad524b5ee5bfa620efd072258";
- sha256 = "138h4ndnzpphsmi4b8yw53mxc3rnqrj1c3jp8njx5pkmiqkp1q00";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/475bd8fd66c6d5b5c7e74aa2c4e094d313cc8303/recipes/ql";
- sha256 = "0wxjblqacs5nx2hyh7r6rlv1yngbhn6phn5rni4dw2dms98zj34z";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ql";
- license = lib.licenses.free;
- };
- }) {};
- qml-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "qml-mode";
- ename = "qml-mode";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "coldnew";
- repo = "qml-mode";
- rev = "6c5f33ba88ae010bf201a80ee8095e20a724558c";
- sha256 = "1sncsvzjfgmhp4m8w5jd4y51k24n2jfpgvrkd64wlhhzbj3wb947";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3abc88ddbb6b8ecafa45e75ceba9a1294ad88d4/recipes/qml-mode";
- sha256 = "123mlibviplzra558x87da4zx0kpbhsgfigjjgjgp3mdg897084n";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/qml-mode";
- license = lib.licenses.free;
- };
- }) {};
- qt-pro-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "qt-pro-mode";
- ename = "qt-pro-mode";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "EricCrosson";
- repo = "qt-pro-mode";
- rev = "1e0052fcfb89c15cb47714c1546d4e8ec6e01ae6";
- sha256 = "11bwxq4nwfbnlk4clg0m8jh2xz0ldv4ggyaw645sy7hprvwkp8y4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e9af710be77ccde8ffa5f22168d2c8a06b73dd6a/recipes/qt-pro-mode";
- sha256 = "1k3ph9bqvvg6i6n623qrwdpsffs8w9rv9nihmlggb4w30dwqc9nf";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/qt-pro-mode";
- license = lib.licenses.free;
- };
- }) {};
- quasi-monochrome-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quasi-monochrome-theme";
- ename = "quasi-monochrome-theme";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "lbolla";
- repo = "emacs-quasi-monochrome";
- rev = "68060dbbc0bbfe4924387392874186c5a29bb434";
- sha256 = "0zp2xr0bjfqrpb0bqczzick1vvbjmipjavrdi70kw6a9caynvq22";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a9c8498e4bcca19c4c24b2fd0db035c3da477e2a/recipes/quasi-monochrome-theme";
- sha256 = "0h5pqrklyga40jg8qc47lwmf8khn0vcs5jx2sdycl2ipy0ikmfs0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/quasi-monochrome-theme";
- license = lib.licenses.free;
- };
- }) {};
- quickrun = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quickrun";
- ename = "quickrun";
- version = "2.2.8";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-quickrun";
- rev = "70e93e06778f44113f405aedec6187b925311d57";
- sha256 = "0swbgsidq11w7vyjhf06dn8vsj06j9scj8n2dm9m7fasj0yh3ghw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/quickrun";
- sha256 = "0f989d6niw6ghf9mq454kqyp0gy7gj34vx5l6krwc52agckyfacy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/quickrun";
- license = lib.licenses.free;
- };
- }) {};
- quilt = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quilt";
- ename = "quilt";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "jstranik";
- repo = "emacs-quilt";
- rev = "161ce2d8ba225bccef0ea8ae4937251b8ccaa892";
- sha256 = "0r9j71rc2jcwfr6yqg8qx4fwypqg1d7p31af258ixygs3qy69x14";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28ad2d71574c1995287371cfd73648871b9271f0/recipes/quilt";
- sha256 = "0fgni5khjbxy28i2vdwhcvs0z0yx43ll0c4s8br4w7q9s0nlcvmv";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/quilt";
- license = lib.licenses.free;
- };
- }) {};
- quiz = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "quiz";
- ename = "quiz";
- version = "1.5";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "quiz.el";
- rev = "570bf53926d89282cdb9653bd5aa8fe968f92bbd";
- sha256 = "1f752fsrk7z8q2dd40r46hzhhf1kyj0vid9g0vv5dkkzmabms59q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23d547c0d69d8f5d1e9983e3669a63dffaede2b3/recipes/quiz";
- sha256 = "0pcjfhk109ifi834jw8lndwhpfcv764wym1dhiqhp5qd2vf431kg";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/quiz";
- license = lib.licenses.free;
- };
- }) {};
- r-autoyas = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "r-autoyas";
- ename = "r-autoyas";
- version = "0.28";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "r-autoyas.el";
- rev = "563254f01ce530ca4c9be1f23395e3fd7d520ff9";
- sha256 = "02bddznlqys37fnhdpp2g9xa9m7kfgrj1vl0hc5kr42hggk9wwmg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3a095d3a687055c6ac43a4338826542d14a25127/recipes/r-autoyas";
- sha256 = "18zifadsgbwnga205jvpx61wa2dvjxmxs5v7cjqhny45a524nbv4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/r-autoyas";
- license = lib.licenses.free;
- };
- }) {};
- racer = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , rust-mode
- , s }:
- melpaBuild {
- pname = "racer";
- ename = "racer";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "racer-rust";
- repo = "emacs-racer";
- rev = "10aa2119c47584959fd1abe6cfa770818852d3b4";
- sha256 = "0rl8rnchd1pch1ndgs9s0rrcmn8kq9xxk1wqkb50lyspv64dl46d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/97b97037c19655a3ddffee9a86359961f26c155c/recipes/racer";
- sha256 = "1091y5pisbf73i6zg5d7yny2d5yckkjg0z6fpjpmz5qjs3xcm9wi";
- name = "recipe";
- };
- packageRequires = [ dash emacs f rust-mode s ];
- meta = {
- homepage = "https://melpa.org/#/racer";
- license = lib.licenses.free;
- };
- }) {};
- railscasts-reloaded-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "railscasts-reloaded-theme";
- ename = "railscasts-reloaded-theme";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "thegeorgeous";
- repo = "railscasts-reloaded-theme";
- rev = "ae77bc04fe5a948f418ec8693f6ff2c9ea757c50";
- sha256 = "1vn9cw343w9vvxhzqi85vyqnj6kxcv99qvva4xjvy1sf65i24wy4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9817851bd06cbae30fb8f429401f1bbc0dc7be09/recipes/railscasts-reloaded-theme";
- sha256 = "1iy30mnm3s7p7qigrm3lvv7xjgwvinwg6yg0hry2aifwn88cnwmz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/railscasts-reloaded-theme";
- license = lib.licenses.free;
- };
- }) {};
- rainbow-blocks = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rainbow-blocks";
- ename = "rainbow-blocks";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "istib";
- repo = "rainbow-blocks";
- rev = "8335993563aadd4290c5fa09dd7a6a81691b0690";
- sha256 = "02x5ciyafqwak06yk813kl8p92hq03wjsk1882q8axr9q231100c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/rainbow-blocks";
- sha256 = "1zf1z1hnp8q0s9za7nnpq83isbpmz26l8hxafz0h0b5dz1w2vlvs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rainbow-blocks";
- license = lib.licenses.free;
- };
- }) {};
- rainbow-delimiters = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rainbow-delimiters";
- ename = "rainbow-delimiters";
- version = "2.1.3";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "rainbow-delimiters";
- rev = "93cd2dc873e7fedca7abc599cd97d46db4376ac7";
- sha256 = "0vs9pf8lqq5p5qz1770pxgw47ym4xj8axxmwamn66br59mykdhv0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2cf11dbff76f0e3581b865f48bb44a307aa7f23/recipes/rainbow-delimiters";
- sha256 = "132nslbnszvbgkl0819z811yar3lms1hp5na4ybi9gkmnb7bg4rg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rainbow-delimiters";
- license = lib.licenses.free;
- };
- }) {};
- rainbow-identifiers = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rainbow-identifiers";
- ename = "rainbow-identifiers";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "rainbow-identifiers";
- rev = "19fbfded1baa98d12335f26f6d7b20e5ae44ce2e";
- sha256 = "05i0jpmxzsj2lsj48cafn3v93z37l7k5kaza2ik3yirdpjdibyrh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/975aadd9fe1faf9ad617ba6200ca77185b87e7c0/recipes/rainbow-identifiers";
- sha256 = "0lw790ymrgpyh0sxwmzinl2ik5vl5vggbg14cd0cx5yagkw5y3mp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rainbow-identifiers";
- license = lib.licenses.free;
- };
- }) {};
- rake = callPackage ({ cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rake";
- ename = "rake";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "asok";
- repo = "rake";
- rev = "e680f1a8f2591af7c80cad188340601b101b5ddc";
- sha256 = "1dk2clsnmjy3bfv6laxf8sslvdajjbwpk83ss8v9xm55dcxjvd7n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bf0f84698dda02a5b84a244ee29a23a6faa9de68/recipes/rake";
- sha256 = "0cw47g6cjnkh3z4hbwwq1f8f5vrvs84spn06k53bx898brqdh8ns";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash f ];
- meta = {
- homepage = "https://melpa.org/#/rake";
- license = lib.licenses.free;
- };
- }) {};
- ranger = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ranger";
- ename = "ranger";
- version = "0.9.8.5";
- src = fetchFromGitHub {
- owner = "ralesi";
- repo = "ranger.el";
- rev = "584e4ae8cce1c54a44b40dd4c77fbb2f06d73ecb";
- sha256 = "01rphv92g1r0cw5bwkbrh02s0na7fjrddxx1dckk2y7qr97s7l8j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0207e754f424823fb48e9c065c3ed9112a0c445b/recipes/ranger";
- sha256 = "14g4r4iaz0nzfsklslrswsik670pvfd0605xfjghvpngn2a8ych4";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ranger";
- license = lib.licenses.free;
- };
- }) {};
- rase = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rase";
- ename = "rase";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "m00natic";
- repo = "rase";
- rev = "59b5f7e8102570b65040e8d55781c7ea28de7338";
- sha256 = "1i16361klpdsxphcjdpxqswab3ing69j1wb9nygws7ghil85h0bx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/334419debe065c34665bb0207574d1d4dfb9e8ae/recipes/rase";
- sha256 = "1g7v2z7l4csl5by64hc3zg4kgrkvv81iq30mfqq4nvy1jc0xa6j0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rase";
- license = lib.licenses.free;
- };
- }) {};
- rats = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , go-mode
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "rats";
- ename = "rats";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "ane";
- repo = "rats.el";
- rev = "8ad4023a4b9b00c1224b10b0060f6dc60b4814a4";
- sha256 = "0rwgwz1x9w447y8mxy9hrx1rzi3ac9dwk2y5yg1p08z5b7dy6vcz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a62cbae1b2d9af2322bb6a27949de8c8bfddc2b7/recipes/rats";
- sha256 = "0jhwiq9yzwpyqhk3c32vqx8nryingzh58psxbzjl3812b7xdqphr";
- name = "recipe";
- };
- packageRequires = [ cl-lib go-mode s ];
- meta = {
- homepage = "https://melpa.org/#/rats";
- license = lib.licenses.free;
- };
- }) {};
- rbenv = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rbenv";
- ename = "rbenv";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "senny";
- repo = "rbenv.el";
- rev = "a613ee1941efa48ef5321bad39ac1ed8ad1540b8";
- sha256 = "09c6v4lnv6vm2cckbdpx2fdi9xkz9l68qvhx35vaawxhrkgvypzp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/rbenv";
- sha256 = "1skh1v8dgwl1f9m3pmy2s3rnzp8n3cydi3579fgjv4mzi81k3d5q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rbenv";
- license = lib.licenses.free;
- };
- }) {};
- rc-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rc-mode";
- ename = "rc-mode";
- version = "1.0.13";
- src = fetchFromGitHub {
- owner = "mrhmouse";
- repo = "rc-mode.el";
- rev = "fe2e0570bf9c19a292e16b18fd4b0a256df5d93f";
- sha256 = "0skjg3l3ss8nlrpnpjjflmf7wjib4jfarkmx4438nc6vm6553fmn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d8062b2e5b2744a6e614b389cca7e7f21b582f6f/recipes/rc-mode";
- sha256 = "0p77mckw8jyxcwspj1ffm8mz0k01ddm67hh9j8rw812wddwnj7qf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rc-mode";
- license = lib.licenses.free;
- };
- }) {};
- rcirc-styles = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rcirc-styles";
- ename = "rcirc-styles";
- version = "1.3.2";
- src = fetchFromGitHub {
- owner = "aaron-em";
- repo = "rcirc-styles.el";
- rev = "f313bf6a7470bed314b27c7a40558cb787d7bc67";
- sha256 = "1kwn33rxaqik5jls66c2indvswhwmxdmd60n7a1h9siqm5qhy9d6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10771a996c8a9dc1eb211cddff53db7b2b01e00b/recipes/rcirc-styles";
- sha256 = "01dxhnzsnljig769dk9axdi970b3lw2s6p1z3ljf29qlb5j4548r";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/rcirc-styles";
- license = lib.licenses.free;
- };
- }) {};
- rdf-prefix = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rdf-prefix";
- ename = "rdf-prefix";
- version = "1.11";
- src = fetchFromGitHub {
- owner = "simenheg";
- repo = "rdf-prefix";
- rev = "6daf675d96aa4a0bc78adc93560b791a77651b22";
- sha256 = "0mxzpbmaw8qz6ykyhdhq0jvxsnbgsb98psjy0w99jpxkg09fas17";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a5f083bd629697038ea6391c7a4eeedc909a5231/recipes/rdf-prefix";
- sha256 = "1vxgn5f2kws17ndfdv1vj5p9ks3rp6sikzpc258j07bhsfpjz5qm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rdf-prefix";
- license = lib.licenses.free;
- };
- }) {};
- react-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "react-snippets";
- ename = "react-snippets";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "johnmastro";
- repo = "react-snippets.el";
- rev = "bfc4b68b81374a6a080240592641091a7e8a6d61";
- sha256 = "1wna4v8l3j0ppjv4nj72lhp0yh6vbka6bvl1paqqfvay300kiqjb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3720192fdfa45f9b83259ab39356f469c5ac85b4/recipes/react-snippets";
- sha256 = "0chs0h41nb2fdz02hdsaynz7ma8fg66a8m1q1np0464skrsdaj73";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/react-snippets";
- license = lib.licenses.free;
- };
- }) {};
- real-auto-save = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "real-auto-save";
- ename = "real-auto-save";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "ChillarAnand";
- repo = "real-auto-save";
- rev = "2775cf497cce60335091817f9fea14f838cd725f";
- sha256 = "0s19qy5idnzhd7aq0v538x3ysqh7lzddm98mkf8wmqf4xpws6h3j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/real-auto-save";
- sha256 = "1li0b2d93ffxjq4jdyzyvjdy5h7q5xllys0w4748d2bhr8q35p3w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/real-auto-save";
- license = lib.licenses.free;
- };
- }) {};
- realgud = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , loc-changes
- , melpaBuild
- , test-simple }:
- melpaBuild {
- pname = "realgud";
- ename = "realgud";
- version = "1.5.0";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud";
- rev = "2d37b7d5a799363c7e8a69362d42d8a65b85f5cb";
- sha256 = "0xnick9016wxrgi8v0lycvxhyz8l2k4nfvdpjc5yq476vwrjfzbz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a21be3673962d5706f12efa5179a5426bdce82b/recipes/realgud";
- sha256 = "14n6d3jfhpa29nf4ywdg3aw4i51lfkr99b4z8q4833pmpz1jbq2c";
- name = "recipe";
- };
- packageRequires = [
- cl-lib
- emacs
- load-relative
- loc-changes
- test-simple
- ];
- meta = {
- homepage = "https://melpa.org/#/realgud";
- license = lib.licenses.free;
- };
- }) {};
- realgud-lldb = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , melpaBuild
- , realgud }:
- melpaBuild {
- pname = "realgud-lldb";
- ename = "realgud-lldb";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud-lldb";
- rev = "f2f77d6ddfa42430ead400eaf81c605c3a04dead";
- sha256 = "0n8nagjhgyg2l0qymx4rjzigxnhhks86s8flpndsfyhzh98b8qbm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e7e40b575cc22fa7b4773cf617862495e93565e4/recipes/realgud-lldb";
- sha256 = "1l43h14a42cpgjcmbhk9vkk87z4ap9rdz7jrz8id666qxbza5xzg";
- name = "recipe";
- };
- packageRequires = [ emacs load-relative realgud ];
- meta = {
- homepage = "https://melpa.org/#/realgud-lldb";
- license = lib.licenses.free;
- };
- }) {};
- realgud-trepan-ni = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , load-relative
- , melpaBuild
- , realgud }:
- melpaBuild {
- pname = "realgud-trepan-ni";
- ename = "realgud-trepan-ni";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "realgud";
- repo = "realgud-trepan-ni";
- rev = "ce008862ea33de0a9e6c06099b9ddff8f620f2e4";
- sha256 = "14sd9d0jzr0iiy4hzssabp08wifbnb4hh6xs5b2v8ch348kcwpwv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2464e03d11cd660c3c9c760e16b90911151cf184/recipes/realgud-trepan-ni";
- sha256 = "1p7sn1swmdyyzaaa5xza70md4pl2p15swyh7y3fbmpp35nabv9zi";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs load-relative realgud ];
- meta = {
- homepage = "https://melpa.org/#/realgud-trepan-ni";
- license = lib.licenses.free;
- };
- }) {};
- reason-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "reason-mode";
- ename = "reason-mode";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "reasonml-editor";
- repo = "reason-mode";
- rev = "6b53815a0405be1f364a082d22fe5c900409a01a";
- sha256 = "1433bgakbfyf5d5vq69rwj4zg1h0xwjy9qsryvd9r1ssax2hzi7r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9f1a18c13601f3a4fd7b1bbfe7d5da07746e492/recipes/reason-mode";
- sha256 = "07sirgj8bs9yv7pbx1lahwslvjd2aadkzkz7lsyw6xflj5fxpggr";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/reason-mode";
- license = lib.licenses.free;
- };
- }) {};
- reazon = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "reazon";
- ename = "reazon";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "nickdrozd";
- repo = "reazon";
- rev = "020be6467a83957adcbdcb192b61f2c76a94079b";
- sha256 = "18la2g0srybr10vm1dajgbxi67j1l0cs08mr696hxb6m558yxdv5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/77020b6ea36a4115bdddbc9599fe4f4193ecc29d/recipes/reazon";
- sha256 = "1lymdc1lnwr7s8s15mnjcavxdyqncy2rkfdj571lf1a37y52jcj1";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/reazon";
- license = lib.licenses.free;
- };
- }) {};
- rebecca-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rebecca-theme";
- ename = "rebecca-theme";
- version = "1.2.1";
- src = fetchFromGitHub {
- owner = "vic";
- repo = "rebecca-theme";
- rev = "239115183e0a354ccd5c2cb299893b558fbde05c";
- sha256 = "0n6xf9s39frnyvchk40zzxbkn0hyga5ridkxbf50n7hr5j19yrmb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19f40f30113c7dabd76a2d0e52898e6d6be69a35/recipes/rebecca-theme";
- sha256 = "1m72jqyqx18i1vpj07v3vkbi0di9dks5sz46wb2h0f23xqyx00md";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rebecca-theme";
- license = lib.licenses.free;
- };
- }) {};
- recently = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "recently";
- ename = "recently";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "recently-el";
- rev = "3a331936ba33875d0f2fa47abe056aadbc59150e";
- sha256 = "0hdsv3whr2iqk6xirmfcjpbqjnckzqj54n5q04gh2z01bjxv3d7k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb8d1628e1787cba10fc612f3351e4085e9a3153/recipes/recently";
- sha256 = "1928v1897l1n42zrzqfwkq6nckf9y822qcwy99294rq0b4z83kxs";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/recently";
- license = lib.licenses.free;
- };
- }) {};
- recover-buffers = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "recover-buffers";
- ename = "recover-buffers";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "tripleee";
- repo = "recover-buffers";
- rev = "fa602e32f73dcec2d90e4bb8e0f72f3240cfdb45";
- sha256 = "04vmmda2dj8madhlrkmyqw34vsx4pvb0szv3sjvfwqq1z17lsixi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/43b33cfb794c35de78fde6eabb71ffe01049d23d/recipes/recover-buffers";
- sha256 = "0g40d7440hzlc9b45v63ng0anvmgip4dhbd9wcm2sn8qjfr4w11b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/recover-buffers";
- license = lib.licenses.free;
- };
- }) {};
- rect-plus = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rect-plus";
- ename = "rect+";
- version = "1.0.10";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-rectplus";
- rev = "299b742faa0bc4448e0d5fe9cb98ab1eb93b8dcc";
- sha256 = "1vpsihrl03hkd6n6b7mrjccm0a023qf3154a8rw4chihikxw27pj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8c1cd81f0e764a7cfc2f3f96574898ff414beb4/recipes/rect+";
- sha256 = "0vk0jwpl6yp2md9nh0ghp2qn883a8lr3cq8c9mgq0g552dwdiv5m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rect+";
- license = lib.licenses.free;
- };
- }) {};
- rectangle-utils = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rectangle-utils";
- ename = "rectangle-utils";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "rectangle-utils";
- rev = "6fe38fdd48ef5305a908b94a043a966ac3f2053a";
- sha256 = "08n3ah40gfgkbriwj2z3y0751vpvgz86qjdn6dxs4mghjrwr2545";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1852b75c82822e97c39b7c7caeb2a32246171be4/recipes/rectangle-utils";
- sha256 = "1w5z2gykydsfp30ahqjihpvq04c5v0cfslbrrg429hycys8apws7";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/rectangle-utils";
- license = lib.licenses.free;
- };
- }) {};
- redpen-paragraph = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "redpen-paragraph";
- ename = "redpen-paragraph";
- version = "0.42";
- src = fetchFromGitHub {
- owner = "karronoli";
- repo = "redpen-paragraph.el";
- rev = "f9569bc8e2993dea0f83cba5738a35ce32f82424";
- sha256 = "087dq9h8i8cjwm8x2s33xrwnnxjpjcmddy2624z00s1ip0dh5ham";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7e6b187bfc14f3affbe2d8d1cb854abe69deb15b/recipes/redpen-paragraph";
- sha256 = "0jr707ik6fhznq0q421l986w85ah0n9b4is91zrgbk1v6miqrhca";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs json ];
- meta = {
- homepage = "https://melpa.org/#/redpen-paragraph";
- license = lib.licenses.free;
- };
- }) {};
- redprl = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "redprl";
- ename = "redprl";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "RedPRL";
- repo = "sml-redprl";
- rev = "c26dcea5896d199c3d0a53b792807a09c98222f5";
- sha256 = "0iacmk79wl97h9q47hzz60xzxnd2xs0yv4gxzdpmmzw2mbkvs4p6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/06e7371d703ffdc5b6ea555f2ed289e57e71e377/recipes/redprl";
- sha256 = "1zinzs3vzf2alsnxf5k71i7lp90fm26wv4y20ci52n0hnh5nz861";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/redprl";
- license = lib.licenses.free;
- };
- }) {};
- redtick = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "redtick";
- ename = "redtick";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "ferfebles";
- repo = "redtick";
- rev = "ff3a83974dfa2a6e9959baecc2d523cae8ddcda4";
- sha256 = "177bbpkkk3b7ljn9rv05774yxmbglkhyqm68bvlrgl75vnmm7jdz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3187bd436541e2a5c2b28de67c62f5d5165af737/recipes/redtick";
- sha256 = "1a9rviz0hg6vlh2jc04g6vslyf9n89xglcz9cb79vf10hhr6igrb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/redtick";
- license = lib.licenses.free;
- };
- }) {};
- refine = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , loop
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "refine";
- ename = "refine";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "refine";
- rev = "9760e56ab849a4827e6c9425fdef6f5a7784c967";
- sha256 = "1b4n0mfplh6vj87p3124c2fw24fj0vm9jvcaxrvccfq3sida4sf3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b111879ea0685cda88c758b270304d9e913c1391/recipes/refine";
- sha256 = "1sk6rsd92pix7k8snnqm3hsimjzaihzjgac0g5h3a2zm9dabf4py";
- name = "recipe";
- };
- packageRequires = [ dash emacs list-utils loop s ];
- meta = {
- homepage = "https://melpa.org/#/refine";
- license = lib.licenses.free;
- };
- }) {};
- reformatter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "reformatter";
- ename = "reformatter";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "reformatter.el";
- rev = "b2963f51009948d5e4885237a148695008d4ccbc";
- sha256 = "0hhy6x1bkwlhdlarsgm06g3am4yh02yqv8qs34szpzgy53x84qah";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/58de8cf8864867f7b3969f3a048a4844837078b4/recipes/reformatter";
- sha256 = "0z4wa0bmhz55c54vx7qxkl9x7ix20mmgygv91sqll68l10g63l0c";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/reformatter";
- license = lib.licenses.free;
- };
- }) {};
- region-convert = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "region-convert";
- ename = "region-convert";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "region-convert.el";
- rev = "173c86b4b3fc187d54bcd85b4d7df27a5ee24965";
- sha256 = "1paljjwr6sfl835m24vj2j4x3zdh3whwayj6dvyfarbhhcwbwphj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f6963fc11d697b95ebbdaf7fe27c91a6229d08b6/recipes/region-convert";
- sha256 = "16i1b83jms7djkyb3n0crfxgpz05m68f4nrlvzxjj7fb56mvf9j7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/region-convert";
- license = lib.licenses.free;
- };
- }) {};
- region-state = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "region-state";
- ename = "region-state";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "region-state.el";
- rev = "17e2710d14f090201418ad511e3dbff7178b53a6";
- sha256 = "03ij1yjxf23lp24smna91c84iwamac6gi9chc6fmnlhxcpjcm8px";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/716e82eb4ca0845f59a743556b37be8a1ecb29af/recipes/region-state";
- sha256 = "1iq2x1w8lqjjiwjja7r3qki6drvydnk171k9fj9g6rk7wslknz8x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/region-state";
- license = lib.licenses.free;
- };
- }) {};
- relax = callPackage ({ fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "relax";
- ename = "relax";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "technomancy";
- repo = "relax.el";
- rev = "6e33892623ab87833082262321dc8e1977209626";
- sha256 = "0lqbhwi1f8b4sv9p1rf0gyjllk0l7g6v6mlws496079wxx1n5j66";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67247451b39461db4a5fcff3827a09f53f9fc8ec/recipes/relax";
- sha256 = "0gfr4ym6aakawhkfz40ar2n0rfz503hq428yj6rbf7jmq3ajaysk";
- name = "recipe";
- };
- packageRequires = [ json ];
- meta = {
- homepage = "https://melpa.org/#/relax";
- license = lib.licenses.free;
- };
- }) {};
- repeatable-motion = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "repeatable-motion";
- ename = "repeatable-motion";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "willghatch";
- repo = "emacs-repeatable-motion";
- rev = "e664b0a4a3e39c4085378a28b5136b349a0afb22";
- sha256 = "007lqahjbig6yygqik6fgbq114784z6l40a3vrc4qs9361zqizck";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0dd56ebaea098715b9c201f07e6196c38977f8e3/recipes/repeatable-motion";
- sha256 = "12z4z8apd8ksf6dfvqm54l71mx68j0yg4hrjypa9p77fpcd6p0zw";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/repeatable-motion";
- license = lib.licenses.free;
- };
- }) {};
- repl-toggle = callPackage ({ fetchFromGitHub
- , fetchurl
- , fullframe
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "repl-toggle";
- ename = "repl-toggle";
- version = "0.6.1";
- src = fetchFromGitHub {
- owner = "tomterl";
- repo = "repl-toggle";
- rev = "a36caac7649fbffbe30f7b06541c9efd723563fc";
- sha256 = "12h3xxja3isnhvrqx7m2g7a5d8h68cc85pbqyhiipfxyafyl1yxd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/repl-toggle";
- sha256 = "16k9fk1nl2llk9qli52kiirlx9rlz8yhjh3cy6v5y2b3k0y1cf0b";
- name = "recipe";
- };
- packageRequires = [ fullframe ];
- meta = {
- homepage = "https://melpa.org/#/repl-toggle";
- license = lib.licenses.free;
- };
- }) {};
- replace-symbol = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "replace-symbol";
- ename = "replace-symbol";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "bmastenbrook";
- repo = "replace-symbol-el";
- rev = "baf949e528aee1881f455f9c84e67718bedcb3f6";
- sha256 = "178y1cmpdb2r72igx8j4l7pyhs1idw56j6hg5h8r9a2p99lkgjjc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/377b6ff2b785f6d87adf1e23a5b0ce02881fc5c9/recipes/replace-symbol";
- sha256 = "07ljmw6aw9hsqffhwmiq2pvhry27acg6f4vgxgi91vjr8jj3r4ng";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/replace-symbol";
- license = lib.licenses.free;
- };
- }) {};
- replace-with-inflections = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , inflections
- , lib
- , melpaBuild
- , string-inflection }:
- melpaBuild {
- pname = "replace-with-inflections";
- ename = "replace-with-inflections";
- version = "0.3.1";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "replace-with-inflections.el";
- rev = "d9201e047856492f282da65459b28aba25998dbb";
- sha256 = "09yvn489z33hww7mi1flh344faxrpbkzqhm0i6xb2rridcj7acqh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7892eb506b8f4260bde4be2805bf3b2d594ab640/recipes/replace-with-inflections";
- sha256 = "1pqpin5ipm3g74zjh1kh6s1gh0aan6202p0y2q00d4ywbz9kn5s0";
- name = "recipe";
- };
- packageRequires = [ cl-lib inflections string-inflection ];
- meta = {
- homepage = "https://melpa.org/#/replace-with-inflections";
- license = lib.licenses.free;
- };
- }) {};
- repo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "repo";
- ename = "repo";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "canatella";
- repo = "repo-el";
- rev = "9f03c0d90c9036b96e531c17d529f3855364d47a";
- sha256 = "1ggxs40mbk50aqhqqfdcz6izvlvsz53s93dj3ndxvgdxkpkxr6yn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1729d4ea9498549fff3594b971fcde5f81592f84/recipes/repo";
- sha256 = "0z4lcswh0c6xnsxlv33bsxh0nh26ydzfl8sv8xabdp5a2gk6bhpb";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/repo";
- license = lib.licenses.free;
- };
- }) {};
- req-package = callPackage ({ dash
- , fetchFromGitLab
- , fetchurl
- , ht
- , lib
- , log4e
- , melpaBuild
- , use-package }:
- melpaBuild {
- pname = "req-package";
- ename = "req-package";
- version = "1.2";
- src = fetchFromGitLab {
- owner = "edvorg";
- repo = "req-package";
- rev = "0c0ac7451149dac6bfda2adfe959d1df1c273de6";
- sha256 = "0sx3kw1gpliifbc0gh2z1lvig68v3gwqjbj0izgn77js8kqxad84";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aa5bc1909f807ec03ad441d78013ba8626cd410a/recipes/req-package";
- sha256 = "1zjhc6f9qcb3j72k1llp6vym25lxnvq1jgqgmnrjxxwc4fhxx595";
- name = "recipe";
- };
- packageRequires = [ dash ht log4e use-package ];
- meta = {
- homepage = "https://melpa.org/#/req-package";
- license = lib.licenses.free;
- };
- }) {};
- request = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "request";
- ename = "request";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "emacs-request";
- rev = "a3d080e57eb8be606fbf39d1baff94e1b16e1fb8";
- sha256 = "0wyxqbb35yqf6ci47531lk32d6fppamx9d8826kdz983vm87him7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8d113615dde757a60ce91e156f0714a1394c4bfc/recipes/request";
- sha256 = "0h4jqg98px9dqqvjp08vi2z1lhmk0ca59lnrcl96bi7gkkj3jiji";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/request";
- license = lib.licenses.free;
- };
- }) {};
- request-deferred = callPackage ({ deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "request-deferred";
- ename = "request-deferred";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "tkf";
- repo = "emacs-request";
- rev = "aeae9028de5c489b07a5f5df29682eff47f80f6b";
- sha256 = "002blp30bvi8l9b9mzjk8ib6xv3fps3j8cqrvbdj6dw2yvrcfl1g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8d113615dde757a60ce91e156f0714a1394c4bfc/recipes/request-deferred";
- sha256 = "1dcxqnzmvddk61dzmfx8vjbzd8m44lscr3pjdp3r7211zhwfk40n";
- name = "recipe";
- };
- packageRequires = [ deferred request ];
- meta = {
- homepage = "https://melpa.org/#/request-deferred";
- license = lib.licenses.free;
- };
- }) {};
- requirejs = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild
- , popup
- , s }:
- melpaBuild {
- pname = "requirejs";
- ename = "requirejs";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "joeheyming";
- repo = "requirejs-emacs";
- rev = "ba99f27f97c0552f724aac822ff4e507f801b916";
- sha256 = "0s38b25jpf9l55c7z42zw5z86rihsymc48l0wp2n61ansafsalkk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a6a710c0d5ab34c52498c4154deebb779052aa01/recipes/requirejs";
- sha256 = "09z6r9wcag3gj075wq215zcslyknl1izap595rn48xvizxi06c6k";
- name = "recipe";
- };
- packageRequires = [ cl-lib js2-mode popup s ];
- meta = {
- homepage = "https://melpa.org/#/requirejs";
- license = lib.licenses.free;
- };
- }) {};
- resize-window = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "resize-window";
- ename = "resize-window";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "dpsutton";
- repo = "resize-window";
- rev = "e281aca5a1b371aff20d7bfc6abc456de22e19dd";
- sha256 = "1d8jzhwif80bgj5pxa36hbavjrlmjg12yzxypl40d1wrjamq854c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/601a8d8f9046db6c4d50af983a11fa2501304028/recipes/resize-window";
- sha256 = "0h1hlj50hc97wxqpnmvg6w3qhdd9nbnb8r8v39ylv87zqjcmlp8l";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/resize-window";
- license = lib.licenses.free;
- };
- }) {};
- restart-emacs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "restart-emacs";
- ename = "restart-emacs";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "iqbalansari";
- repo = "restart-emacs";
- rev = "e9292fe88d8be7d0ecf9f4f30ed98ffbc6bd689b";
- sha256 = "0y4ga1lj2x2f0r535ivs09m2l0q76iz72w42wknhsw9lmdsyl5nz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9faeb6d910d686cbcafe7d12e0bcf62a85689bd/recipes/restart-emacs";
- sha256 = "03aabz7fmy99nwimvjn7qz6pvc94i470hfgiwmjz3348cw02k0n6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/restart-emacs";
- license = lib.licenses.free;
- };
- }) {};
- restclient-test = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , restclient }:
- melpaBuild {
- pname = "restclient-test";
- ename = "restclient-test";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "simenheg";
- repo = "restclient-test.el";
- rev = "a21e41b905b423e762eeb4da3a236c8b1aea8c49";
- sha256 = "1lan49723rpzg1q7w8x3iggazwl4zirq5l8nhpb8m5hmg21a4kih";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/82e3078fc1f96d276fd288c3d7b91df5df4717a6/recipes/restclient-test";
- sha256 = "0g26z5p9fq7fm6bgrwaszya5xmhsgzcn1p7zqr83w74fbw6bcl39";
- name = "recipe";
- };
- packageRequires = [ emacs restclient ];
- meta = {
- homepage = "https://melpa.org/#/restclient-test";
- license = lib.licenses.free;
- };
- }) {};
- reveal-in-osx-finder = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "reveal-in-osx-finder";
- ename = "reveal-in-osx-finder";
- version = "0.3.3";
- src = fetchFromGitHub {
- owner = "kaz-yos";
- repo = "reveal-in-osx-finder";
- rev = "5710e5936e47139a610ec9a06899f72e77ddc7bc";
- sha256 = "1q13cgpz4wzhnqv84ablawy3y2wgdwy46sp7454mmfx9m77jzb2v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2bf40285279b761b0efd6bc8542ae9aad4b329e1/recipes/reveal-in-osx-finder";
- sha256 = "00jgrmh5s3vlpj1jjf8l3c3h4hjk5x781m95sidw6chimizvfmfc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/reveal-in-osx-finder";
- license = lib.licenses.free;
- };
- }) {};
- reverse-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "reverse-theme";
- ename = "reverse-theme";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-reverse-theme";
- rev = "13d0821a4ec5ece7e6a81f50d2a1a7e7ad21394d";
- sha256 = "1sfl0rm4sxjkcjki0hmkkcicr24qr2q7gmficg9bi5q6vlrid1pn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81f0f525680fea98e804f39dbde1dada887e8821/recipes/reverse-theme";
- sha256 = "163kk5qnz9bk3l2fam79n264s764jfxbwqbiwgid8kw9cmk0v776";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/reverse-theme";
- license = lib.licenses.free;
- };
- }) {};
- rfc-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rfc-mode";
- ename = "rfc-mode";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "galdor";
- repo = "rfc-mode";
- rev = "5cdf7172e307c0e23bb5342c61263d4439292ede";
- sha256 = "091yqk257z19rs9mcy6b52ll87s85s7fbsd235kzqmacfcqyjsmi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3a61d769cf7c61619a594337fe8a12ccc6a6fd6e/recipes/rfc-mode";
- sha256 = "0z7krcfdyr8hblz8dc7apqlpn6sj2zwrjw4wh86js8vf7fiv8svy";
- name = "recipe";
- };
- packageRequires = [ emacs helm ];
- meta = {
- homepage = "https://melpa.org/#/rfc-mode";
- license = lib.licenses.free;
- };
- }) {};
- rg = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , wgrep }:
- melpaBuild {
- pname = "rg";
- ename = "rg";
- version = "1.7.0";
- src = fetchFromGitHub {
- owner = "dajva";
- repo = "rg.el";
- rev = "77670a4bcdba138a0cef3fb12a20b1492dca902a";
- sha256 = "0hpxkpyylzvzzvqc51ac0r89nv1jdymb8nmsb03sq1svsw5nyag9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9ce1f721867383a841957370946f283f996fa76f/recipes/rg";
- sha256 = "0i78qvqdznh1z3b0mnzihv07j8b9r86dc1lsa1qlzacv6a2i9sbm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs s wgrep ];
- meta = {
- homepage = "https://melpa.org/#/rg";
- license = lib.licenses.free;
- };
- }) {};
- rib-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rib-mode";
- ename = "rib-mode";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "blezek";
- repo = "rib-mode";
- rev = "4172e902fd66f235184c0eb6db7fd4a73dbd0866";
- sha256 = "0s9dyqv4yh0zxngay951g98g07029h51m4r2fc7ib2arw6srfram";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c38c18f3eb75d559752fcd9956464fef890be728/recipes/rib-mode";
- sha256 = "0qgbzrwbbgg4mzjb7yw85qs83b6hpldazip1cigywr46w7f81587";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rib-mode";
- license = lib.licenses.free;
- };
- }) {};
- rich-minority = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rich-minority";
- ename = "rich-minority";
- version = "1.0.3";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "rich-minority";
- rev = "d33d2e357c8eb0b38624dbc51e8b953b08b0cc98";
- sha256 = "1kn7c9qr9ykj68iqffzzmjsr6aazwac8cxb7j960sjb282rq0yyj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/rich-minority";
- sha256 = "11xd76w5k3b3q5bxqjb55vi6dsal9drvyc1nh7z83awm59hvgczc";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/rich-minority";
- license = lib.licenses.free;
- };
- }) {};
- right-click-context = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "right-click-context";
- ename = "right-click-context";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "zonuexe";
- repo = "right-click-context";
- rev = "db92245cc494c295afa7c23ef1e1d9f76c20a27e";
- sha256 = "109l1qj3k87iz3g89j9xf5gdrflr63lagp1qz7cz1p1ji4lycb4k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f6963fc11d697b95ebbdaf7fe27c91a6229d08b6/recipes/right-click-context";
- sha256 = "189nkxkc7lr2fm5qgmylmz6xv6mpphslj4fgpmr8ynnx9z3nxms2";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs popup ];
- meta = {
- homepage = "https://melpa.org/#/right-click-context";
- license = lib.licenses.free;
- };
- }) {};
- rigid-tabs = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rigid-tabs";
- ename = "rigid-tabs";
- version = "1.0";
- src = fetchFromGitLab {
- owner = "wavexx";
- repo = "rigid-tabs.el";
- rev = "c7c6b726806df7e8cb25a41b213a207850c91cb7";
- sha256 = "0p044wg9d4i6f5x7bdshmisgwvw424y16lixac93q6v5bh3xmab5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1cf98dff029d494007fe25d29bd8bcfecc5b8e6/recipes/rigid-tabs";
- sha256 = "0623hhhykrxq702871s5p4vddkvx7jpj6hg5q0c9jkbvflz9n9y8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rigid-tabs";
- license = lib.licenses.free;
- };
- }) {};
- rinari = callPackage ({ fetchFromGitHub
- , fetchurl
- , inf-ruby
- , jump
- , lib
- , melpaBuild
- , ruby-compilation
- , ruby-mode ? null }:
- melpaBuild {
- pname = "rinari";
- ename = "rinari";
- version = "2.11";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "rinari";
- rev = "7a146b23f80ac672005adc74d3d71aae83383a21";
- sha256 = "19f5n44f9qh7agvyhmwqmdh86y4vf1sn41h2afm85l2a8xq6r7rh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b243a909faa71e14ee7ca4f307df8e8136e5d7c/recipes/rinari";
- sha256 = "0qknicg3vzl7zbkwsdvp10hrvlng6mbi8hgslx4ir522dflrf9p0";
- name = "recipe";
- };
- packageRequires = [ inf-ruby jump ruby-compilation ruby-mode ];
- meta = {
- homepage = "https://melpa.org/#/rinari";
- license = lib.licenses.free;
- };
- }) {};
- ripgrep = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ripgrep";
- ename = "ripgrep";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "ripgrep.el";
- rev = "73595f1364f2117db49e1e4a49290bd6d430e345";
- sha256 = "1a5rdpmvsgsjlc9sywism9pq7jd6n9qbcdsvpbfkq1npwhpifkbj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e8d789818876e959a1a59690f1dd7d4efa6d608b/recipes/ripgrep";
- sha256 = "1j9c3mhcyhs4xf44z6fnlvmb81pps25bp43gdqvp0954i068mgah";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ripgrep";
- license = lib.licenses.free;
- };
- }) {};
- rjsx-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rjsx-mode";
- ename = "rjsx-mode";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "felipeochoa";
- repo = "rjsx-mode";
- rev = "f7d31589acd8a2dfcf4ca8851d2384e4f90364d0";
- sha256 = "057pgylflzd69ydqz41g8wisvixypdrfn8yv81mfixh3iyq740y8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b83be7efdef2457e1320fe3dec46484fbd20263c/recipes/rjsx-mode";
- sha256 = "0w3ij8k8058pfw443chm1kn30ia0f5rfbg03w9ddw86xb3wa2q0b";
- name = "recipe";
- };
- packageRequires = [ emacs js2-mode ];
- meta = {
- homepage = "https://melpa.org/#/rjsx-mode";
- license = lib.licenses.free;
- };
- }) {};
- robe = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "robe";
- ename = "robe";
- version = "0.8.2";
- src = fetchFromGitHub {
- owner = "dgutov";
- repo = "robe";
- rev = "1908afd42ce05fc8b8bbf3f38301680264b68d19";
- sha256 = "0qw18wi54yg971n4wnjqkd8lqj5lbs9ra8bvmngif2bzhqlfdsbn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/673f920d02fe761bc080b73db7d37dbf5b6d86d8/recipes/robe";
- sha256 = "19py2lwi7maya90kh1mgwqb16j72f7gm05dwla6xrzq1aks18wrk";
- name = "recipe";
- };
- packageRequires = [ emacs inf-ruby ];
- meta = {
- homepage = "https://melpa.org/#/robe";
- license = lib.licenses.free;
- };
- }) {};
- robots-txt-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "robots-txt-mode";
- ename = "robots-txt-mode";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "emacs-php";
- repo = "robots-txt-mode";
- rev = "431efda01e08426d671d51fcf1f98cfbc87f8c16";
- sha256 = "1mpg62ai721aasd1lm5xwcygpkyh9kp4x5zvmd62agmp3i8s78gc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/robots-txt-mode";
- sha256 = "00hxz4mygcxg7d8m2i4cm0bl82v3hw8wb4m8vv7g7fqkjp32c9qc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/robots-txt-mode";
- license = lib.licenses.free;
- };
- }) {};
- roguel-ike = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "roguel-ike";
- ename = "roguel-ike";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "stevenremot";
- repo = "roguel-ike";
- rev = "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c";
- sha256 = "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2db1979e039e466268ca7c264988792d3046e19a/recipes/roguel-ike";
- sha256 = "1a7sa6nhgi0s4gjh55bhk5cg6q6s7564fk008ibmrm05gfq9wlg8";
- name = "recipe";
- };
- packageRequires = [ popup ];
- meta = {
- homepage = "https://melpa.org/#/roguel-ike";
- license = lib.licenses.free;
- };
- }) {};
- rope-read-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rope-read-mode";
- ename = "rope-read-mode";
- version = "0.3.4";
- src = fetchFromGitHub {
- owner = "marcowahl";
- repo = "rope-read-mode";
- rev = "71e475ab35555e0a1eca26d73acf1ced911e422e";
- sha256 = "0x3mmf4gq4d0cqfqbkrrpwhayvmplacck0zc9nlzcn35y17jzpcz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/14a674559aa485e92357a8b941304ae8167b9c3e/recipes/rope-read-mode";
- sha256 = "0grnn5k6rbck0hz4c6cadgj3a4dv62habyingznisg2kx9i3m0dw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rope-read-mode";
- license = lib.licenses.free;
- };
- }) {};
- rsense = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rsense";
- ename = "rsense";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "m2ym";
- repo = "rsense";
- rev = "fbcfc00402742b0d8744a9bfd1bcdd869f4fb923";
- sha256 = "178rnmhj3987dscsjkg5qcsw92s3b5rv51s0j7qcavx254h7xdf0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e2149ce3baef9ac01d5b2e8b1a933a3e1206015f/recipes/rsense";
- sha256 = "1901xqlpc8fg4sl9j58jn40i2djs8s0cdcqcrzrq02lvk8ssfdf5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rsense";
- license = lib.licenses.free;
- };
- }) {};
- rspec-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , ruby-mode ? null }:
- melpaBuild {
- pname = "rspec-mode";
- ename = "rspec-mode";
- version = "1.11";
- src = fetchFromGitHub {
- owner = "pezra";
- repo = "rspec-mode";
- rev = "e289e52ec4b3aa1caf35957d721e5568eca2a3bb";
- sha256 = "0hrn5n7aaymwimk511kjij44vqaxbmhly1gwmlmsrnbvvma7f2mp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cd83e61b10da20198de990aa081b47d3b0b44d43/recipes/rspec-mode";
- sha256 = "0nyib9rx9w9cbsgkcjx9n8fp77xkzxg923z0rdm3f9kc7njcn0zx";
- name = "recipe";
- };
- packageRequires = [ cl-lib ruby-mode ];
- meta = {
- homepage = "https://melpa.org/#/rspec-mode";
- license = lib.licenses.free;
- };
- }) {};
- rtags = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rtags";
- ename = "rtags";
- version = "2.31";
- src = fetchFromGitHub {
- owner = "Andersbakken";
- repo = "rtags";
- rev = "fe31db984968d323653da238b0c403951cd1d704";
- sha256 = "0c7payxxd0f4md0jbvys2pn41bazgljmmy2538smfaw3n20m2hmp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/rtags";
- sha256 = "0s5m4zjvnc1k4gkkizbs4ysvzzbfh45717pksg9bnyzwx5lcw5yd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rtags";
- license = lib.licenses.free;
- };
- }) {};
- rubik = callPackage ({ calc
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rubik";
- ename = "rubik";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "Kurvivor19";
- repo = "rubik-mode";
- rev = "7ec955639865ca8e99a941843e19b12be5015a47";
- sha256 = "0fdjg6gpg45m5myq517vkprmvh50xw10dqa8vwr9hfz2z8dy18ja";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/00946ed21b0f05b753c792863f6bcc99c26c32a3/recipes/rubik";
- sha256 = "07bbh5vjw3jdxf06lxqm45y8ijcai391mf97xw5c29z33vhqs267";
- name = "recipe";
- };
- packageRequires = [ calc cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/rubik";
- license = lib.licenses.free;
- };
- }) {};
- rubocop = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rubocop";
- ename = "rubocop";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "rubocop-hq";
- repo = "rubocop-emacs";
- rev = "980bedb455e3551d35a212fae515c054888907c1";
- sha256 = "152ara2p59imry2ymfnk5mycbc07rblcmfmqjgm5fijb2x94xv8p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/rubocop";
- sha256 = "07ma4fv015wzpj5j4rdb0ckwwmhkxs3k5vy33qxgwghqmn6xby6x";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rubocop";
- license = lib.licenses.free;
- };
- }) {};
- rubocopfmt = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rubocopfmt";
- ename = "rubocopfmt";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "jimeh";
- repo = "rubocopfmt.el";
- rev = "43ffa9d9c3dcc0574038bebd049102642f50b290";
- sha256 = "0vzpfd9xv80ph9xz8psczz46blhsdnac8zh5i944klkxgqdw7x1x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ac01edffceea771d8fe41326e28dd9881f1661ab/recipes/rubocopfmt";
- sha256 = "06ficv1r3axzi7q659pk1m3gbpf44nd2ir2ikmi8mr8rq44sqps0";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/rubocopfmt";
- license = lib.licenses.free;
- };
- }) {};
- ruby-compilation = callPackage ({ fetchFromGitHub
- , fetchurl
- , inf-ruby
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-compilation";
- ename = "ruby-compilation";
- version = "2.11";
- src = fetchFromGitHub {
- owner = "eschulte";
- repo = "rinari";
- rev = "e2ed2fa55ac3435a86b1cf6a4f2d29aebc309135";
- sha256 = "1wqhqv2fc5h10igv1php51bayx0s7qw4m9gzx9by80dab8lwa0vk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/ruby-compilation";
- sha256 = "1x1vpkjpx95sfcjhkx4cafypj0nkbd1i0mzxx3lmcrsmg8iv0rjc";
- name = "recipe";
- };
- packageRequires = [ inf-ruby ];
- meta = {
- homepage = "https://melpa.org/#/ruby-compilation";
- license = lib.licenses.free;
- };
- }) {};
- ruby-electric = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-electric";
- ename = "ruby-electric";
- version = "2.3.1";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "ruby-electric.el";
- rev = "3553448a780a1ea5c3b0e9becd820d4762876593";
- sha256 = "0h47lfgxjcyyl8gb1w7l8j8h65s3lp1hsq742sl7a1gf5y6bbm3v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5fd5fa797a813e02a6433ecbe2bca1270a383753/recipes/ruby-electric";
- sha256 = "02xskivi917l8xyhrij084dmzwjq3knjcn65l2iwz34s767fbwl2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ruby-electric";
- license = lib.licenses.free;
- };
- }) {};
- ruby-end = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-end";
- ename = "ruby-end";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "ruby-end.el";
- rev = "648b81af136a581bcef387744d93c011d9cdf54b";
- sha256 = "1cpz9vkp57nk682c5xm20g7bfj5g2aq5ahpk4nhgx7pvd3xvr1ds";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/ruby-end";
- sha256 = "1cnmdlkhm8xsifbjs6ymvi92gdnxiaghb04h10qg41phj6v7m9mg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ruby-end";
- license = lib.licenses.free;
- };
- }) {};
- ruby-hash-syntax = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-hash-syntax";
- ename = "ruby-hash-syntax";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "ruby-hash-syntax";
- rev = "89fc364a837d7a78ecce34380f09c073a83e30e0";
- sha256 = "1nwf3681fa6lfqr14n9wihckpi220hvamv1ppzmrhn4k49vxljy8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c7d21a43a4bf267507bdc746ec9d0fd82049c0af/recipes/ruby-hash-syntax";
- sha256 = "0bvwyagfh7mn457iibrpv1ay75089gp8pg608gbm24m0ix82xvb5";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ruby-hash-syntax";
- license = lib.licenses.free;
- };
- }) {};
- ruby-test-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-test-mode";
- ename = "ruby-test-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "ruby-test-mode";
- repo = "ruby-test-mode";
- rev = "a8f41e63d9e9b031fcbad57911b0a28a444f6cdb";
- sha256 = "1wck3n2lcsasrg14jimm9iiyxdsh9mr9293q1kx4l0jm0z1k8f43";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f781a76a519afc0222cdf7255822a23e33745deb/recipes/ruby-test-mode";
- sha256 = "08x9pskxz1hvvqablx5mdp1g54n28kpmd10qwrasq2zjbdjghj48";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ruby-test-mode";
- license = lib.licenses.free;
- };
- }) {};
- ruby-tools = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ruby-tools";
- ename = "ruby-tools";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "ruby-tools.el";
- rev = "6e7fb376085bfa7010ecd3dfad63adacc6e2b4ac";
- sha256 = "1zvhq9l717rjgkm7bxz5gqkmh5i49cshwzlimb3h78kpjw3hxl2k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/ruby-tools";
- sha256 = "0zpk55rkrqyangyyljxzf0n1icgqnpdzycwack5rji556h5grvjy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ruby-tools";
- license = lib.licenses.free;
- };
- }) {};
- rufo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rufo";
- ename = "rufo";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "danielma";
- repo = "rufo.el";
- rev = "550651cbb39bef875a994cbcda10ecd6f9ab1d6d";
- sha256 = "0i0azjnrp4km9p5zmdzj9py7g0wg6h5dwi4pz0j5zj0a97qiqmhy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/123b89e06a44ef45150ca7243afc41302dfb6c6e/recipes/rufo";
- sha256 = "0pxsifcxic3q54rqj0jbj20hq7f2s4icl57lligf9g0w23qzj239";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rufo";
- license = lib.licenses.free;
- };
- }) {};
- runner = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "runner";
- ename = "runner";
- version = "1.8";
- src = fetchFromGitHub {
- owner = "thamer";
- repo = "runner";
- rev = "e7394d7c9e886788a656a7085b4cf963d6fc318f";
- sha256 = "0gpfszp6bqr3vdr32vr6l0nq9hnic31vnins68hc5hknli91bpsq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f3a4e051ab45b8036b91aa0c50bd3f93cd85e9d0/recipes/runner";
- sha256 = "09apmk22swj05z77ziij31jj6b3g221qv3mw3mymffzxn5ap2rbx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/runner";
- license = lib.licenses.free;
- };
- }) {};
- russian-holidays = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "russian-holidays";
- ename = "russian-holidays";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "grafov";
- repo = "russian-holidays";
- rev = "b285a30f29d85c48e3ea4eb93972d34a090c167b";
- sha256 = "1mz842gvrscklg2w2r2q2wbj92qr31h895k700j3axqx6k30ni0h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d4830900e371e7036225ea434c52204f4d2481a7/recipes/russian-holidays";
- sha256 = "0lawjwz296grbvb4a1mm1j754q7mpcanyfln1gqxr339kqx2aqd8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/russian-holidays";
- license = lib.licenses.free;
- };
- }) {};
- rust-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rust-mode";
- ename = "rust-mode";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "rust-lang";
- repo = "rust-mode";
- rev = "106aeab800fb3404baf231845d3e3549ec235afa";
- sha256 = "0bcrklyicxh032rrp585rl5mxd26nb61dp6r5bl935rlcmxzsczh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8f6e5d990d699d571dccbdeb13327b33389bb113/recipes/rust-mode";
- sha256 = "1i1mw1v99nyikscg2s1m216b0h8svbzmf5kjvjgk9zjiba4cbqzc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rust-mode";
- license = lib.licenses.free;
- };
- }) {};
- rust-playground = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rust-playground";
- ename = "rust-playground";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "grafov";
- repo = "rust-playground";
- rev = "092c8b11d62dea23953a004744833092bac85fe1";
- sha256 = "0n2c1pjbvy46ic0k84jd3ffwwb5hibjqc1wv7knzkldi5agigfsh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/rust-playground";
- sha256 = "0ml0zr9vz2vjd9wr0v706w4v4qqfzpa56rdzfak2kb5llx53j89v";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/rust-playground";
- license = lib.licenses.free;
- };
- }) {};
- rvm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "rvm";
- ename = "rvm";
- version = "1.4.0";
- src = fetchFromGitHub {
- owner = "senny";
- repo = "rvm.el";
- rev = "8e45a9bad8e317ff195f384dab14d3402497dc79";
- sha256 = "0iblk0vagjcg3c8q9hlpwk7426ms7aq0s80izgvascfmyqycv6qm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/rvm";
- sha256 = "08i7cmav2cz73jp88ww0ay2yjhk9dj8146836q4sij1bl1slbaf8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/rvm";
- license = lib.licenses.free;
- };
- }) {};
- s = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "s";
- ename = "s";
- version = "1.12.0";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "s.el";
- rev = "12f116d58ac03706496bd682c6449b452681874e";
- sha256 = "1g8mqd13llj007al4nlxxx4z2lcsg3wk970mgjn0avwrhjjgdmmv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/s";
- sha256 = "0dars9212z0yv97mj4615h23vd22vy8b6cw2n433z9jhif3aybqa";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/s";
- license = lib.licenses.free;
- };
- }) {};
- sackspace = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sackspace";
- ename = "sackspace";
- version = "0.8.2";
- src = fetchFromGitHub {
- owner = "cofi";
- repo = "sackspace.el";
- rev = "fd0480eaaf6d3d11fd30ac5feb2da2f4f7572708";
- sha256 = "06gqqbkn85l2p05whmr4wkg9axqyzb7r7sgm3r8wfshm99kgpxvl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/073e92e05c4bd6197a5ad24f470b21a97f5bb7b8/recipes/sackspace";
- sha256 = "1m10iw83k6m7v7sg2dxzdy83zxq6svk8h9fh4ankyn3baqrdxg5z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sackspace";
- license = lib.licenses.free;
- };
- }) {};
- sage-shell-mode = callPackage ({ cl-lib ? null
- , deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sage-shell-mode";
- ename = "sage-shell-mode";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "sagemath";
- repo = "sage-shell-mode";
- rev = "e8bc089e8dfd76f688160e2ac77aee985afeade7";
- sha256 = "166plwg9ggivr3im0yfxw8k6m9ral37jzznnb06kb6g0zycb4aps";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eb875c50c2f97919fd0027869c5d9970e1eaf373/recipes/sage-shell-mode";
- sha256 = "0ivqiigmp9cf88j4xapzanjpbx692r70wb4i25mnppqsi3jlwxdv";
- name = "recipe";
- };
- packageRequires = [ cl-lib deferred emacs let-alist ];
- meta = {
- homepage = "https://melpa.org/#/sage-shell-mode";
- license = lib.licenses.free;
- };
- }) {};
- salt-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mmm-jinja2
- , mmm-mode
- , yaml-mode }:
- melpaBuild {
- pname = "salt-mode";
- ename = "salt-mode";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "glynnforrest";
- repo = "salt-mode";
- rev = "e14ed8f2ce0ab7a783c4341879ec8c003e2b5c81";
- sha256 = "19gw35qv13f2r4wif5fgqfhrph2r320n81faxx8980zds28x2q0x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9dcf1a93a06fc42581521c88cfd988b03bedc000/recipes/salt-mode";
- sha256 = "1n7i9d6qpjsdcgbzmbf63y4c7ggxh5wsim8fd0casnrq9bl7ssym";
- name = "recipe";
- };
- packageRequires = [ mmm-jinja2 mmm-mode yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/salt-mode";
- license = lib.licenses.free;
- };
- }) {};
- sass-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , haml-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sass-mode";
- ename = "sass-mode";
- version = "3.0.18";
- src = fetchFromGitHub {
- owner = "nex3";
- repo = "sass-mode";
- rev = "26a66e331b507fb420e3bb7d0a6a8fbb04294343";
- sha256 = "0lxrq3mzabkwj5bv0mgd7fnx3dsx8vxd5kjgb79rjfra0m7pfgln";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/sass-mode";
- sha256 = "1byjk5zpzjlyiwkp780c4kh7s9l56y686sxji89wc59d19rp8800";
- name = "recipe";
- };
- packageRequires = [ haml-mode ];
- meta = {
- homepage = "https://melpa.org/#/sass-mode";
- license = lib.licenses.free;
- };
- }) {};
- sauron = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sauron";
- ename = "sauron";
- version = "0.10";
- src = fetchFromGitHub {
- owner = "djcb";
- repo = "sauron";
- rev = "a9877f0efa9418c41d25002b58d1c2f8c69ec975";
- sha256 = "1mcag7qad1npjn096byakb8pmmi2g64nlf2vcc12irzmwia85fml";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9d30dcc4715422133e1bb00ad7a8e25b060387e4/recipes/sauron";
- sha256 = "01fk1xfh7r16fb1xg5ibbs7gci9dja49msdlf7964hiq7pnnhxgb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sauron";
- license = lib.licenses.free;
- };
- }) {};
- say-what-im-doing = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "say-what-im-doing";
- ename = "say-what-im-doing";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "Benaiah";
- repo = "say-what-im-doing";
- rev = "4acc16360a29646040b51db158ba7fdeb711449d";
- sha256 = "1gkzgcnh5ib4j5206mx8gbwj5ykay19vqlfg9070m2r09d1a55qf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/say-what-im-doing";
- sha256 = "0wi7318q7mms4wjbzhnsw298bjh7g957dnra0bvg87vv48pz3yfp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/say-what-im-doing";
- license = lib.licenses.free;
- };
- }) {};
- sayid = callPackage ({ cider
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sayid";
- ename = "sayid";
- version = "0.0.17";
- src = fetchFromGitHub {
- owner = "clojure-emacs";
- repo = "sayid";
- rev = "a2625e3975c2bc8449259f0ecd51b28068cbdfac";
- sha256 = "1vw0dc8cx8npy79r53cw129h5s8n12629ah0ypkq15v2rh2hs1gk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7/recipes/sayid";
- sha256 = "065mxb2la3dq2zqyb8dfksb18fpqym04nnax5rrp19izcw488qsm";
- name = "recipe";
- };
- packageRequires = [ cider ];
- meta = {
- homepage = "https://melpa.org/#/sayid";
- license = lib.licenses.free;
- };
- }) {};
- sbt-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sbt-mode";
- ename = "sbt-mode";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "ensime";
- repo = "emacs-sbt-mode";
- rev = "e658af140547cbef495c33535c7f694a501d318c";
- sha256 = "0lv9ridzk9x6rkf7lj21srnszypyq04vqg05vl10zhpz1yqlnbjd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/364abdc3829fc12e19f00b534565227dbc30baad/recipes/sbt-mode";
- sha256 = "0v0n70czgkdijnw5jd4na41vlrmqcshvr8gdpv0bv55ilqhiihc8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sbt-mode";
- license = lib.licenses.free;
- };
- }) {};
- scala-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scala-mode";
- ename = "scala-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "ensime";
- repo = "emacs-scala-mode";
- rev = "56cba2903cf6e12c715dbb5c99b34c97b2679379";
- sha256 = "13miqdn426cw9y1wqaz5smmf0wi3bzls95z6shcxzdz8cg50zmpg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/564aa1637485192a97803af46b3a1f8e0d042c9a/recipes/scala-mode";
- sha256 = "12x377iw085fbkjb034dmcsbi7hma17zkkmbgrhkvfkz8pbgaic8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/scala-mode";
- license = lib.licenses.free;
- };
- }) {};
- schrute = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "schrute";
- ename = "schrute";
- version = "0.2.2";
- src = fetchgit {
- url = "https://bitbucket.org/shackra/dwight-k.-schrute";
- rev = "08ab6565fa94f3a8016163fe6f7be1932af1156b";
- sha256 = "0l1k6wjjr569lk5k8ydwq13041kn889g20qbzf79qj1ws96rim4m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/505fc4d26049d4e2973a54b24117ccaf4f2fb7e7/recipes/schrute";
- sha256 = "1sr49wr3738sqfzix7v9rj6bvv7q2a46qdkimn9z7rnsjys9i7zy";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/schrute";
- license = lib.licenses.free;
- };
- }) {};
- scpaste = callPackage ({ fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scpaste";
- ename = "scpaste";
- version = "0.6.5";
- src = fetchFromGitHub {
- owner = "technomancy";
- repo = "scpaste";
- rev = "cca8f4ee5402bbf9a4bbb24e81372067cb21bba4";
- sha256 = "13s8hp16wxd9fb8gf05dn0xr692kkgiqg7v49fgr00gas4xgpfpm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9007fb32097bc63731c3615dae9342fcef2558a2/recipes/scpaste";
- sha256 = "02dqmx6v3jxdn5yz1z74624sc6sz2bm4qjyi78w9akhp2jplwlk1";
- name = "recipe";
- };
- packageRequires = [ htmlize ];
- meta = {
- homepage = "https://melpa.org/#/scpaste";
- license = lib.licenses.free;
- };
- }) {};
- scratch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scratch";
- ename = "scratch";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "ieure";
- repo = "scratch-el";
- rev = "4813d82b39a451f2a6d5b730cd7ec49a9bdabcca";
- sha256 = "0yiwq2gc4gdgfhaagpawhb7yrzc4fsnyb10w5d0q4whv64cj8555";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b46813f928eadfa08a1d4bf94ceeb96dbc2a7c72/recipes/scratch";
- sha256 = "1an30pr64fz13s6lghlcb36b7hn3961vv0yipfp9s140ccygdvh7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/scratch";
- license = lib.licenses.free;
- };
- }) {};
- scrollkeeper = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scrollkeeper";
- ename = "scrollkeeper";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "alphapapa";
- repo = "scrollkeeper.el";
- rev = "3c4ac6b6b44686d31c260ee0b19daaee59bdccd6";
- sha256 = "18pp4k12g5dyma362461gdp4ds5d3lx9gky2ishsq39949pkz7qz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d9ad5b16ff61c1f8ba1e030ee0988aa51a437022/recipes/scrollkeeper";
- sha256 = "16wqlyxznall4kmd8l68q4d11qyilj8vsji36h7llprxa2m9pg12";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/scrollkeeper";
- license = lib.licenses.free;
- };
- }) {};
- scss-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "scss-mode";
- ename = "scss-mode";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "antonj";
- repo = "scss-mode";
- rev = "d663069667d9b158d56e863b80dd4cc02984e49f";
- sha256 = "0zpjf9cp8g4rgnwgmhlpwnanf9lzqm3rm1mkihf0gk5qzxvwsdh9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/scss-mode";
- sha256 = "1g27xnp6bjaicxjlb9m0njc6fg962j3hlvvzmxvmyk7gsdgcgpkv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/scss-mode";
- license = lib.licenses.free;
- };
- }) {};
- search-web = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "search-web";
- ename = "search-web";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "tomoya";
- repo = "search-web.el";
- rev = "c4ae86ac1acfc572b81f3d78764bd9a54034c331";
- sha256 = "08yc67a4ji7z8s0zh500wiscziqsxi92i1d33fjla2mcr8sxxn0i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1f1a3697649ccf69c8eb177c31ec4246b98f503b/recipes/search-web";
- sha256 = "0qqx9l8dn1as4gqpq80jfacn6lz0132m91pjzxv0fx6al2iz0m36";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/search-web";
- license = lib.licenses.free;
- };
- }) {};
- secretaria = callPackage ({ alert
- , emacs
- , f
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "secretaria";
- ename = "secretaria";
- version = "0.2.9";
- src = fetchFromGitLab {
- owner = "shackra";
- repo = "secretaria";
- rev = "7428b8302c01468b3c1318e318640f68fd5a61b1";
- sha256 = "16cm8xv7n012hvz757p940ahxp1ygji2vfzsaxal48y4cf026rpl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3eeddbcf95315da40d021a6913ccf344849c4284/recipes/secretaria";
- sha256 = "04pcibzdljcfiha4yh10van8gsjrzn6bdkvkm2ahfcwrmscfn3hf";
- name = "recipe";
- };
- packageRequires = [ alert emacs f s ];
- meta = {
- homepage = "https://melpa.org/#/secretaria";
- license = lib.licenses.free;
- };
- }) {};
- sekka = callPackage ({ cl-lib ? null
- , concurrent
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "sekka";
- ename = "sekka";
- version = "1.8.0";
- src = fetchFromGitHub {
- owner = "kiyoka";
- repo = "sekka";
- rev = "d1fd5d47aacba723631d5d374169a45ff2051c41";
- sha256 = "035rx863cj3hs1lhayff0810cpp6kv8nwc1c0y54gvdk1bb333x0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/350bbb5761b5ba69aeb4acf6d7cdf2256dba95a6/recipes/sekka";
- sha256 = "1jj4ly9p7m3xvb31nfn171lbpm9y70y8cbf8p24w0fhv665dx0cp";
- name = "recipe";
- };
- packageRequires = [ cl-lib concurrent popup ];
- meta = {
- homepage = "https://melpa.org/#/sekka";
- license = lib.licenses.free;
- };
- }) {};
- select-themes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "select-themes";
- ename = "select-themes";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "jasonm23";
- repo = "emacs-select-themes";
- rev = "236f54287519a3ea6dd7b3992d053e4f4ff5d0fe";
- sha256 = "1c9yv1kjcd0jrzgw99q9p4kzj980f261mjcsggbcw806wb0iw1xn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e4e7d01da10a1a1f7fe563031af5d3f9694cea33/recipes/select-themes";
- sha256 = "18ydv7240vcqppg1i7n8sy18hy0lhpxz17947kxs7mvj4rl4wd84";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/select-themes";
- license = lib.licenses.free;
- };
- }) {};
- selectric-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "selectric-mode";
- ename = "selectric-mode";
- version = "1.4.1";
- src = fetchFromGitHub {
- owner = "rbanffy";
- repo = "selectric-mode";
- rev = "a35cb3815caceaf273ad7d16ac3b2dd3c7a3003e";
- sha256 = "04bj71080wqybznyx63dawhppq6x3p88x1j56gvl8kvxv2hwzgzf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/08922071b9854142eab726302e75f1db2d326ec5/recipes/selectric-mode";
- sha256 = "1k4l0lr68rqyi37wvqp1cnfci6jfkz0gvrd1hwbgx04cjgmz56n4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/selectric-mode";
- license = lib.licenses.free;
- };
- }) {};
- seml-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , htmlize
- , lib
- , melpaBuild
- , simple-httpd }:
- melpaBuild {
- pname = "seml-mode";
- ename = "seml-mode";
- version = "1.5.0";
- src = fetchFromGitHub {
- owner = "conao3";
- repo = "seml-mode.el";
- rev = "f62f7a9f5e18ef8f370444a1fce710770227b0f5";
- sha256 = "037p2kiwkkbk921ik15jalcci0p87q3my9mxzyh6i0mnc6qsh4zf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/01f8b8d877ba3164bf20f7f0e56ea564b88f493e/recipes/seml-mode";
- sha256 = "0fmfnglxm57mhynzdsgs14qaxsw3nf83qbz3adknv63qymbfhgbw";
- name = "recipe";
- };
- packageRequires = [ emacs htmlize simple-httpd ];
- meta = {
- homepage = "https://melpa.org/#/seml-mode";
- license = lib.licenses.free;
- };
- }) {};
- servant = callPackage ({ ansi
- , commander
- , dash
- , epl
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , shut-up
- , web-server }:
- melpaBuild {
- pname = "servant";
- ename = "servant";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "cask";
- repo = "servant";
- rev = "4d2aa8250b54b28e6e7ee4cd5ebd98a33db2c134";
- sha256 = "15lx6qvmq3vp84ys8dzbx1nzxcnzlq41whawc2yhrnd1dbq4mv2d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/servant";
- sha256 = "0h8xsg37cvc5r8vkclf7d3gbf6gh4k5pmbiyhwpkbrxwjyl1sl21";
- name = "recipe";
- };
- packageRequires = [ ansi commander dash epl f s shut-up web-server ];
- meta = {
- homepage = "https://melpa.org/#/servant";
- license = lib.licenses.free;
- };
- }) {};
- serverspec = callPackage ({ dash
- , f
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "serverspec";
- ename = "serverspec";
- version = "0.0.7";
- src = fetchFromGitHub {
- owner = "k1LoW";
- repo = "emacs-serverspec";
- rev = "b6dfe82af9869438de5e5d860ced196641f372c0";
- sha256 = "1h58q41wixjlapia1ggf83jxcllq7492k55mc0fq7hbx3hw1q1y2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5a4f4757d8886d178a85d4bc8ac9399a99d8c4d4/recipes/serverspec";
- sha256 = "001d57yd0wmz4d7qmhnanac8g29wls0sqw194003hrgirakg82id";
- name = "recipe";
- };
- packageRequires = [ dash f helm s ];
- meta = {
- homepage = "https://melpa.org/#/serverspec";
- license = lib.licenses.free;
- };
- }) {};
- services = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "services";
- ename = "services";
- version = "1.7";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "services.el";
- rev = "514e4095e8964c4d0f38c4f3ad6c692e86d12faa";
- sha256 = "1k6w2ghi1iczh65bbln5ryxwnxmkkjm3p0p54s155q9sjidiqlwb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/beb91b4397f6e35a1d5c73a127d8cd7fc9201935/recipes/services";
- sha256 = "02lgmpbw52ps6z4p9gwzvh9iaxisq5mb0n9aml9ajxac1473vpcd";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/services";
- license = lib.licenses.free;
- };
- }) {};
- sesman = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sesman";
- ename = "sesman";
- version = "0.3.4";
- src = fetchFromGitHub {
- owner = "vspinu";
- repo = "sesman";
- rev = "3df33018f1c42f09db21cebe39a25b389fe35f02";
- sha256 = "0z5jb4vpbjsi63w3wjy6d2lgz33qdfvrgfb3bszv4hcf6a96y7fc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/31110e9bd82ad9c817e6cb597fa9c26c4cdc93ed/recipes/sesman";
- sha256 = "106jcdsp7rhkr4bbyprcld5fxcnimfcyx0cwcpzhd0b4vh3v3qvg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sesman";
- license = lib.licenses.free;
- };
- }) {};
- session = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "session";
- ename = "session";
- version = "2.3.1";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "session";
- rev = "19ea0806873daac3539a4b956e15655e99e3dd6c";
- sha256 = "0sp952abz7dkq8b8kkzzmnwnkq5w15zsx5dr3h8lzxb92lnank9v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2a50f62475639af011c99c6cc38928b74b3b0a/recipes/session";
- sha256 = "0fghxbnf1d5iyrx1q8xd0lbw9nvkdgg2v2f89j6apnawisrsbhwx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/session";
- license = lib.licenses.free;
- };
- }) {};
- sexp-move = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sexp-move";
- ename = "sexp-move";
- version = "0.2.6";
- src = fetchFromGitLab {
- owner = "elzair";
- repo = "sexp-move";
- rev = "117f7a91ab7c25e438413753e916570122011ce7";
- sha256 = "11h5z2gmwq07c4gqzj2c9apksvqk3k8kpbb9kg78bbif2xfajr3m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/sexp-move";
- sha256 = "0sdm3kr4594fy9hk8yljj2iwa40bgs8nqpwwl2a60r060spz54z9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sexp-move";
- license = lib.licenses.free;
- };
- }) {};
- sexy-monochrome-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sexy-monochrome-theme";
- ename = "sexy-monochrome-theme";
- version = "3.1";
- src = fetchFromGitHub {
- owner = "voloyev";
- repo = "sexy-monochrome-theme";
- rev = "f64714a176d9212c9fa82355dd8ec89587ce13f0";
- sha256 = "17ahrdyk2v7vz13b4934xn8xjza4b7bfrkq8n42frq3pc8mgwqfd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dfd5ae9a93e036d11899c7adffdf6b63c2b21381/recipes/sexy-monochrome-theme";
- sha256 = "0rlx4029zxrnzzqspn8zrp3q6w0n46q24qk7za46hvxdsmgdpxbq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sexy-monochrome-theme";
- license = lib.licenses.free;
- };
- }) {};
- shackle = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shackle";
- ename = "shackle";
- version = "1.0.3";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "shackle";
- rev = "242bacc940c18b6f9c156e1912155d45537fd827";
- sha256 = "0qqx8py21jaq1bdafkfqx18ns4zn305qg84zbmy65spiqnfq8hwk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/806e7d00f763f3fc4e3b8ebd483070ac6c5d0f21/recipes/shackle";
- sha256 = "159z0cwg7afrmym0xk902d8z093sqv39jig25ds7z4a224yrv5w6";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/shackle";
- license = lib.licenses.free;
- };
- }) {};
- shakespeare-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shakespeare-mode";
- ename = "shakespeare-mode";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "CodyReichert";
- repo = "shakespeare-mode";
- rev = "c442eeea9d585e1b1fbb8813e33d47feec348a57";
- sha256 = "1ba9xy5jwn8ni8fi2k144j669jp95k2qf9ip77r16rsiy7divl0y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/shakespeare-mode";
- sha256 = "1sg8n4ifpi36zmf6b6s0swq7k3r038cmj8kxjm7hpgxq6f9qnk9x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shakespeare-mode";
- license = lib.licenses.free;
- };
- }) {};
- shampoo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shampoo";
- ename = "shampoo";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "dmatveev";
- repo = "shampoo-emacs";
- rev = "be20737f2b870670ce8889a34ad5db0657e7a153";
- sha256 = "1dfjxphh3i9dwyjdj708ddi2mw7r90bxqzhc9inqkknfabycdw1r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/19f145113a0698466e706a6a4c55d63cec512706/recipes/shampoo";
- sha256 = "01ssgw4cnnx8d86g3r1d5hqcib4qyhmpqvcvx47xs7zh0jscps61";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shampoo";
- license = lib.licenses.free;
- };
- }) {};
- shell-pop = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shell-pop";
- ename = "shell-pop";
- version = "0.64";
- src = fetchFromGitHub {
- owner = "kyagi";
- repo = "shell-pop-el";
- rev = "4a3a9d093ad1add792bba764c601aa28de302b34";
- sha256 = "1ybvg048jvijcg9jjfrbllf59pswmp0fd5zwq5x6nwg5wmggplzd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/44150bddc9b276ab9fb2ab6a92a11383a3ed03b0/recipes/shell-pop";
- sha256 = "02s17ln0hbi9gy3di8fksp3mqc7d8ahhf5vwyz4vrc1bg77glxw8";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/shell-pop";
- license = lib.licenses.free;
- };
- }) {};
- shell-split-string = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shell-split-string";
- ename = "shell-split-string";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "shell-split-string-el";
- rev = "062b85f333a0a60ae09207530544a95d9b001581";
- sha256 = "18k7asrisxaa5kh3y849hxpk419429cnr2109cs6bnnzr3wya0r3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/84e20f4d02c69f8caf39cd20a581be3b9fa79931/recipes/shell-split-string";
- sha256 = "1yj1h7za4ylxh2nikj7s1qqlilpsk05x9571a2fymfyznm3iq77m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shell-split-string";
- license = lib.licenses.free;
- };
- }) {};
- shell-switcher = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shell-switcher";
- ename = "shell-switcher";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "shell-switcher";
- rev = "2c5575ae859a82041a4bacd1793b844bfc24c34f";
- sha256 = "0ia7sdip4hl27avckv3qpqgm3k4ynvp3xxq1cy53bqfzzx0gcria";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a16194f6ddc05350b9875f4e0a3a0383c79e650e/recipes/shell-switcher";
- sha256 = "07g9naiv2jk9jxwjywrbb05dy0pbfdx6g8pkra38rn3vqrjzvhyx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shell-switcher";
- license = lib.licenses.free;
- };
- }) {};
- shell-toggle = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shell-toggle";
- ename = "shell-toggle";
- version = "1.3.1";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "shell-toggle.el";
- rev = "9820b0ad6f22c700759555aae8a454a7dc5a46b3";
- sha256 = "0wvaa5nrbblayjvzjyj6cd942ywg7xz5d8fqaffxcvwlcdihvm7q";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/95873d90886d2db5cc1d83d4bcb8dd5c2e65bc3e/recipes/shell-toggle";
- sha256 = "1ai0ks7smr8b221j9hmsikswpxqraa9b13fpwv4wwagavnlah446";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shell-toggle";
- license = lib.licenses.free;
- };
- }) {};
- shelldoc = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "shelldoc";
- ename = "shelldoc";
- version = "0.0.5";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-shelldoc";
- rev = "1d40c73969347586906ca1dde2adb50afcd73b1b";
- sha256 = "1nli26llyfkj1cz2dwn18c5pz1pnpz3866hapfibvdmwrg4z6cax";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/551623175e55629be6cfe44a595f25f09bd889e8/recipes/shelldoc";
- sha256 = "1xlp03aaidp7dp8349v8drzhl4lcngvxgdrwwn9cahfqlrvvbbbx";
- name = "recipe";
- };
- packageRequires = [ cl-lib s ];
- meta = {
- homepage = "https://melpa.org/#/shelldoc";
- license = lib.licenses.free;
- };
- }) {};
- shelltest-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shelltest-mode";
- ename = "shelltest-mode";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "rtrn";
- repo = "shelltest-mode";
- rev = "b7f5cbb5eb64941afc9a3bf19ea3757b8e60cc18";
- sha256 = "1k26krij8vz2582cs194paiyzyjjns87w8syicm58fx6z0s6zrad";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/af6dcd4fc0663a255bd85b247bbdf57d425efdb7/recipes/shelltest-mode";
- sha256 = "1inb0vq34fbwkr0jg4dv2lljag8djggi8kyssrzhfawri50m81nh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shelltest-mode";
- license = lib.licenses.free;
- };
- }) {};
- shen-elisp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shen-elisp";
- ename = "shen-elisp";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "deech";
- repo = "shen-elisp";
- rev = "ffe17dee05f75539cf5e4c59395e4c7400ececaa";
- sha256 = "10dq3qj1q8i6f604zws97xrvjxwrdcjj3ygh6xpna00cvf40llc2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/shen-elisp";
- sha256 = "045nawzyqaxd3g5f56fxfy680pl18x67w0wi28nrq4l4681w9xyq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/shen-elisp";
- license = lib.licenses.free;
- };
- }) {};
- shift-number = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shift-number";
- ename = "shift-number";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "alezost";
- repo = "shift-number.el";
- rev = "ba3c1f2e6b01bf14aa1433c2a49098af1c025f7c";
- sha256 = "0zlwmzsxkv4mkggylxfx2fkrwgz7dz3zbg2gkn2rxcpy2k2gla64";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b06be6b25078ddfabc1ef1145c817552f679c41c/recipes/shift-number";
- sha256 = "1sbzkmd336d0dcdpk29pzk2b5bhlahrn083x62l6m150n2xzxn4p";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shift-number";
- license = lib.licenses.free;
- };
- }) {};
- shm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shm";
- ename = "shm";
- version = "1.0.20";
- src = fetchFromGitHub {
- owner = "chrisdone";
- repo = "structured-haskell-mode";
- rev = "bbdefb56cd341256628a19d1b2d7b0abe5da4b0e";
- sha256 = "12svprs5r2sbdgmp7cslr7xlwaqzjw386dzf6imf5d9m7rnlylck";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/68a2fddb7e000487f022b3827a7de9808ae73e2a/recipes/shm";
- sha256 = "1qmp8cc83dcz25xbyqd4987i0d8ywvh16wq2wfs4km3ia8a2vi3c";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shm";
- license = lib.licenses.free;
- };
- }) {};
- showtip = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "showtip";
- ename = "showtip";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "showtip";
- rev = "930da302809a4257e8d69425455b29e1cc91949b";
- sha256 = "01zak0zhha6dp7a2hm28d065gjnc462iwpsfyxhbxgfzcdlicqc7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/showtip";
- sha256 = "1d5ckka2z0ffwyk9g3h91n3waijj2v7n8kvdks35gcr2yl3yk780";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/showtip";
- license = lib.licenses.free;
- };
- }) {};
- shpec-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shpec-mode";
- ename = "shpec-mode";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "shpec";
- repo = "shpec-mode";
- rev = "76bccd63e3b70233a6c9ca0798dd03550952cc76";
- sha256 = "09454mcjd8n1090pjc5mk1dc6bn3bgh60ddpnv9hkajkzpcjxx4h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dd1bfe85b430c3bbb5a7baf11bb9699dad417f60/recipes/shpec-mode";
- sha256 = "155hc1nym3fsvflps8d3ixaqw1cafqp97zcaywdppp47n7vj8zjl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shpec-mode";
- license = lib.licenses.free;
- };
- }) {};
- shr-tag-pre-highlight = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , language-detection
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shr-tag-pre-highlight";
- ename = "shr-tag-pre-highlight";
- version = "2";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "shr-tag-pre-highlight.el";
- rev = "63eb0b2a4c1caf1004bac8e002ff8b7477871e36";
- sha256 = "14b398k7rd0c2ymvg8wyq65fhggkm0camgvqr7j6ia2y0kairxba";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7be3c139bee02e8bd9a9830026cbfdd17629ac4d/recipes/shr-tag-pre-highlight";
- sha256 = "1v8fqx8bd5504r2mflq6x8xs3k0py3bgsnadz3bjs68yhaxacj3v";
- name = "recipe";
- };
- packageRequires = [ emacs language-detection ];
- meta = {
- homepage = "https://melpa.org/#/shr-tag-pre-highlight";
- license = lib.licenses.free;
- };
- }) {};
- shrink-path = callPackage ({ dash
- , f
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "shrink-path";
- ename = "shrink-path";
- version = "0.3.1";
- src = fetchFromGitLab {
- owner = "bennya";
- repo = "shrink-path.el";
- rev = "9b8cfb59a2dcee8b39b680ab9adad5ecb1f53c0b";
- sha256 = "0kx0c4syd7k6ff9j463bib32pz4wq0rzjlg6b0yqnymlzfr1mbki";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/86b0d105e8a57d5f0bcde779441dc80b85e170ea/recipes/shrink-path";
- sha256 = "0fq13c6g7qbq6f2ry9dzdyg1f6p41wimkjcdaj177rnilz77alzb";
- name = "recipe";
- };
- packageRequires = [ dash f s ];
- meta = {
- homepage = "https://melpa.org/#/shrink-path";
- license = lib.licenses.free;
- };
- }) {};
- shrink-whitespace = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shrink-whitespace";
- ename = "shrink-whitespace";
- version = "0.0.4";
- src = fetchFromGitLab {
- owner = "jcpetkovich";
- repo = "shrink-whitespace.el";
- rev = "0407b89c142bd17e65edb666f35e2c6755bd0867";
- sha256 = "1qxdi2jm3zl5f55c6irsbnxrmqw039pcm99jafn7hg5z5zc3xhbx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a403093706d57887111e0d012e85273addaf0d35/recipes/shrink-whitespace";
- sha256 = "12i6xlcgk27bsdfnlcdjww8vxbx1yilaqa0pkh5n0hxb66zi6x15";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/shrink-whitespace";
- license = lib.licenses.free;
- };
- }) {};
- shroud = callPackage ({ bui
- , dash
- , dash-functional
- , emacs
- , epg ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "shroud";
- ename = "shroud";
- version = "1.15.1";
- src = fetchFromGitHub {
- owner = "o-nly";
- repo = "emacs-shroud";
- rev = "a7706ee48ef8dc67e6240377c61946c73a7fae3a";
- sha256 = "0wvm4lxqcc1p8v7rpqal3bnqgnpk1gs7v18i83f6cvi5d88jkgdg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2e4334a47a173e9cfb1e803d5781317da27702d7/recipes/shroud";
- sha256 = "0s7gap41y2ncnlbj2cc6b2l7q7qc8psxpbznkc71y53ch1mc9isg";
- name = "recipe";
- };
- packageRequires = [ bui dash dash-functional emacs epg s ];
- meta = {
- homepage = "https://melpa.org/#/shroud";
- license = lib.licenses.free;
- };
- }) {};
- shut-up = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shut-up";
- ename = "shut-up";
- version = "0.3.2";
- src = fetchFromGitHub {
- owner = "cask";
- repo = "shut-up";
- rev = "dccd8f7d6af2dde96718f557b37bc25adc61dd12";
- sha256 = "103yvfgkj78i4bnv1fwk76izsa8h4wyj3vwj1vq7xggj607hkxzq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/297d3d88a1dad694d5903072adb679f2194ce444/recipes/shut-up";
- sha256 = "1bcqrnnafnimfcg1s7vrgq4cb4rxi5sgpd92jj7xywvkalr3kh26";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/shut-up";
- license = lib.licenses.free;
- };
- }) {};
- shx = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "shx";
- ename = "shx";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "riscy";
- repo = "shx-for-emacs";
- rev = "6b53896ad2d80f22454ae8b09dbaa7c352e4e37f";
- sha256 = "1ps4by78ly7incc4s8767wbmcqfw9him3xdaif5akzg4qqymcayb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7a2ff78ae3c4289ebf9e06cdfd8f8082c395a16f/recipes/shx";
- sha256 = "0h5ldglx4y85lm0pfilasnch2k82mlr7rb20qvarzwd41hb1az1k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/shx";
- license = lib.licenses.free;
- };
- }) {};
- side-notes = callPackage ({ emacs
- , fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "side-notes";
- ename = "side-notes";
- version = "0.2.0";
- src = fetchgit {
- url = "https://git.sr.ht/~pwr/side-notes";
- rev = "2319ee180a4a67175b9e95322cd30b3ac70a9bdf";
- sha256 = "05xaj5lhxaf07frzcayx5ybz778sgx8bplg5i75x24b7miqdcjl2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9829ece8343a2a4309b5f7f5e324f0a1145e1e83/recipes/side-notes";
- sha256 = "1adan5v04awjxahmn2ndqj8fns5hkk4am5jnhic9y036qdcpd9mv";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/side-notes";
- license = lib.licenses.free;
- };
- }) {};
- sift = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sift";
- ename = "sift";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "sift.el";
- rev = "8c3f3d14a351a2394027d72ee0599aa73b9f0d13";
- sha256 = "1ma6djvhvjai07v1g9a36lfa3nw8zsy6x5vliwcdnkf44gs287ra";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/sift";
- sha256 = "1kr5rxza5li3zrkfvs91y7dxmn213z0zf836rkwkmwg2b9rmqxvj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sift";
- license = lib.licenses.free;
- };
- }) {};
- silkworm-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "silkworm-theme";
- ename = "silkworm-theme";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "mswift42";
- repo = "silkworm-theme";
- rev = "ffb3d6d26191dec696ebb2ba4dc5fddfb38b9e0b";
- sha256 = "0g9672gfinlgmfi23c7zizf3sgpmjm5imzfhx3j77yw5l7zdx8ak";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9451d247693c3e991f79315868c73808c0a664d4/recipes/silkworm-theme";
- sha256 = "1zbrjqmhf80qs3i910sixirrv42rxkqdrg2z03gnz1g885gpcn13";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/silkworm-theme";
- license = lib.licenses.free;
- };
- }) {};
- simple-bookmarks = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "simple-bookmarks";
- ename = "simple-bookmarks";
- version = "1.9";
- src = fetchFromGitHub {
- owner = "jtkDvlp";
- repo = "simple-bookmarks";
- rev = "54e8d771bcdb0eb235b31c0aa9642171369500e5";
- sha256 = "0i4yw341b7iml2j8mxclixsrdqlvixfxpabaxp4jh70aq2zfw1cf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a60dd50c388a75ce21a5aec9acf938835d7afdbc/recipes/simple-bookmarks";
- sha256 = "0jn5wzm9y4054mr9czd3224s5kbrqpcpcfmj6fi62yhy3p1ys9rb";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/simple-bookmarks";
- license = lib.licenses.free;
- };
- }) {};
- simple-httpd = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "simple-httpd";
- ename = "simple-httpd";
- version = "1.5.1";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "emacs-web-server";
- rev = "a5eb49a6567e33586fba15dd649d63ca6e964314";
- sha256 = "0dpn92rg813c4pq7a1vzj3znyxzp2lmvxqz6pzcqi0l2xn5r3wvb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/simple-httpd";
- sha256 = "1g9m8dx62pql6dqz490pifcli96i5pv6sar18w4lwrfgpfisfz8c";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/simple-httpd";
- license = lib.licenses.free;
- };
- }) {};
- simpleclip = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "simpleclip";
- ename = "simpleclip";
- version = "1.0.8";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "simpleclip";
- rev = "63b1a5356e6ff839b1dbacdf22a5c7a275ec88e6";
- sha256 = "0iic8r0q21gjhj0d1k5nin9abx3789j0a37n96a5sx6rb4ps4f2v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7c921e27d6aafc1b82d37f6beb8407840034377a/recipes/simpleclip";
- sha256 = "07qkfwlg8vw5kb097qbsv082hxir047q2bcvc8scbak2dr6pl12s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/simpleclip";
- license = lib.licenses.free;
- };
- }) {};
- simplenote2 = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request-deferred }:
- melpaBuild {
- pname = "simplenote2";
- ename = "simplenote2";
- version = "3.0.0";
- src = fetchFromGitHub {
- owner = "alpha22jp";
- repo = "simplenote2.el";
- rev = "070aa311b0a08b530394c53d0c52c6438efbc20c";
- sha256 = "0zx49kd3wrqx6f52nk8rzqx3ay3qbcygibcidw6w7drvxnxjgd04";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1ac16abd2ce075a8bed4b7b52aed71cb12b38518/recipes/simplenote2";
- sha256 = "1qdzbwhzmsga65wmrd0mb3rbs71nlyqqb6f4v7kvfxzyis50cswm";
- name = "recipe";
- };
- packageRequires = [ request-deferred ];
- meta = {
- homepage = "https://melpa.org/#/simplenote2";
- license = lib.licenses.free;
- };
- }) {};
- simplezen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "simplezen";
- ename = "simplezen";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "simplezen.el";
- rev = "c0ddaefbb38fcc1c9775434f734f89227d246a30";
- sha256 = "1p1771qm3jndnf4rdhb1bri5cjiksvxizagi7vfb7mjmsmx18w61";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eddd3de86e14f56b59fa6f9a08fc89288e0bdbc1/recipes/simplezen";
- sha256 = "13f2anhfsxmx1vdd209gxkhpywsi3nn6pazhc6bkswmn27yiig7j";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/simplezen";
- license = lib.licenses.free;
- };
- }) {};
- skeletor = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "skeletor";
- ename = "skeletor";
- version = "1.6.1";
- src = fetchFromGitHub {
- owner = "chrisbarrett";
- repo = "skeletor.el";
- rev = "91cd3a81b5881e7bef8024177bd0d9c5501d1d79";
- sha256 = "1a3yx3bg61kk1xpwzrn4b0wiavnms1myc1fy48xf9awfqfi78zxd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e63aefc869900c2af6f958dc138f9c72c63e2b8/recipes/skeletor";
- sha256 = "1vfvg5l12dzksr24dxwc6ngawsqzpxjs97drw48qav9dy1vyl10v";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs f let-alist s ];
- meta = {
- homepage = "https://melpa.org/#/skeletor";
- license = lib.licenses.free;
- };
- }) {};
- skewer-less = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , skewer-mode }:
- melpaBuild {
- pname = "skewer-less";
- ename = "skewer-less";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "skewer-less";
- rev = "593001930f1d68c85233f34c5f6fb04173fc98d6";
- sha256 = "0g5sapd76pjnfhxlw149zj0fpn6l3pz3l8qlcn2c237vm8vn6qv3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fb63f7417f39bd718972f54e57360708eb48b977/recipes/skewer-less";
- sha256 = "0fhv5cnp5bgw3krfmb0jl18kw2hzx2p81falj57lg3p8rn23dryl";
- name = "recipe";
- };
- packageRequires = [ skewer-mode ];
- meta = {
- homepage = "https://melpa.org/#/skewer-less";
- license = lib.licenses.free;
- };
- }) {};
- skewer-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild
- , simple-httpd }:
- melpaBuild {
- pname = "skewer-mode";
- ename = "skewer-mode";
- version = "1.8.0";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "skewer-mode";
- rev = "a10955db9ef95b0243ee31bcd30a6fb07ce5302b";
- sha256 = "1ha7jl7776pk1bki5zj2q0jy66450mn8xr3aqjc0m9kj3gc9qxgw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/10fba4f7935c78c4fc5eee7dbb161173dea884ba/recipes/skewer-mode";
- sha256 = "1zp4myi9f7pw6zkgc0xg12585iihn7khcsf20pvqyc0vn4ajdwqm";
- name = "recipe";
- };
- packageRequires = [ emacs js2-mode simple-httpd ];
- meta = {
- homepage = "https://melpa.org/#/skewer-mode";
- license = lib.licenses.free;
- };
- }) {};
- sl = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sl";
- ename = "sl";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "sl.el";
- rev = "51d92f820f3e93776fff6cdb9690458816888bdc";
- sha256 = "1faklr7jz1s6hs1xrzhvddlibhbjbqwxsb8iz6i5c8dg9sj3hw45";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7188a93d33e38f360930b5090c6ef872116f8a7c/recipes/sl";
- sha256 = "0h90ajikr6kclsy73vs9f50jg8z3d6kqbpanm9ryh2pw3sd4rnii";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/sl";
- license = lib.licenses.free;
- };
- }) {};
- slideview = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "slideview";
- ename = "slideview";
- version = "0.6.1";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-slideview";
- rev = "b0572c757115ba703f471e83135b2c8cc86d7f8f";
- sha256 = "0yrmm514b2sq86njc1pi7qnngfy5izz3nnpfk9nxsqar1vmdbdzb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b250f977f44a08346ee9715b416c9706375227a1/recipes/slideview";
- sha256 = "0zr08yrnrz49zds1651ysmgjqgbnhfdcqbg90sbsb086iw89rxl1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/slideview";
- license = lib.licenses.free;
- };
- }) {};
- slim-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "slim-mode";
- ename = "slim-mode";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "slim-template";
- repo = "emacs-slim";
- rev = "fe8abb644b7b9cc0ed1e76d9ca8d6c01edccbdb8";
- sha256 = "1cl8amk1kc7a953l1khjms04j40mfkpnbsjz3qa123msgachrsg7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6a3b59bdbc53d7c0b4c4d6434689f7aab2546678/recipes/slim-mode";
- sha256 = "1hip0r22irr9sah3b65ky71ic508bhqvj9hj95a81qvy1zi9rcac";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/slim-mode";
- license = lib.licenses.free;
- };
- }) {};
- slime = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , macrostep
- , melpaBuild }:
- melpaBuild {
- pname = "slime";
- ename = "slime";
- version = "2.24";
- src = fetchFromGitHub {
- owner = "slime";
- repo = "slime";
- rev = "c1f15e2bd02fabe7bb468b05fe311cd9a932f14f";
- sha256 = "0w7j835p9riyd6n4znj3x255lwsrmy0lj51hpc7bhk0vdz2cv2qm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/47609a81b81330820f6ddf717400dc7fa06aaabf/recipes/slime";
- sha256 = "1ds8iprxr04wdhnnw4129v5l3w3k5rjp5ax156ppqr5i7wxx1zac";
- name = "recipe";
- };
- packageRequires = [ cl-lib macrostep ];
- meta = {
- homepage = "https://melpa.org/#/slime";
- license = lib.licenses.free;
- };
- }) {};
- slime-company = callPackage ({ company
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , slime }:
- melpaBuild {
- pname = "slime-company";
- ename = "slime-company";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "anwyn";
- repo = "slime-company";
- rev = "6c244690c80387a32b0cb984843e00c8b75ad6bb";
- sha256 = "1hl1hqkc1pxga9k2k8k15d7dip7sfsmwf4wm4sh346m6nj606q8g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/abe5036c6de996a723bc800e0f031314e1188660/recipes/slime-company";
- sha256 = "195s5fi2dl3h2jyy4d45q22jac35sciz81n13b4lgw94mkxx4rq2";
- name = "recipe";
- };
- packageRequires = [ company slime ];
- meta = {
- homepage = "https://melpa.org/#/slime-company";
- license = lib.licenses.free;
- };
- }) {};
- slime-docker = callPackage ({ cl-lib ? null
- , docker-tramp
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , slime }:
- melpaBuild {
- pname = "slime-docker";
- ename = "slime-docker";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "daewok";
- repo = "slime-docker";
- rev = "1ba41c2d86540a84b47466b0b6957f8063f23aa8";
- sha256 = "168s5xsf7l6s8x5hcmzmk5j9d8a3wpr4s3dlm697dg2n1717gl2z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/15ec3f7208287161571c8fc3b29369ceabb44e5f/recipes/slime-docker";
- sha256 = "13zkkrpww51ndsblpyz2msiwrjnaz6yrk61jbzrwp0r7a2v0djsa";
- name = "recipe";
- };
- packageRequires = [ cl-lib docker-tramp emacs slime ];
- meta = {
- homepage = "https://melpa.org/#/slime-docker";
- license = lib.licenses.free;
- };
- }) {};
- slime-volleyball = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "slime-volleyball";
- ename = "slime-volleyball";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "fitzsim";
- repo = "slime-volleyball";
- rev = "159b5c0f40b109e3854e94b89ec5383854c46ae3";
- sha256 = "00v4mh04affd8kkw4rn51djpyga2rb8f63mgy86napglqnkz40r3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/853f47f469e372bdbae40f3cea60d9598e966fab/recipes/slime-volleyball";
- sha256 = "1dzvj8z3l5l9ixjl3nc3c7zzi23zc2300r7jzw2l3bvg64cfbdg7";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/slime-volleyball";
- license = lib.licenses.free;
- };
- }) {};
- slstats = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "slstats";
- ename = "slstats";
- version = "1.10";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "slstats.el";
- rev = "e9696066abf3f2b7b818a57c062530dfd9377033";
- sha256 = "1mjzr6lqcyx3clp3bxq77k2rpkaglnq407xdk05xkaqissirpc83";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe7c8c241cc6920bbedb6711db63ea28ed633327/recipes/slstats";
- sha256 = "0z5y2fmb3v16g5gf87c9gll04wbjp3d1cf7gm5cxi4w3y1kw4r7q";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/slstats";
- license = lib.licenses.free;
- };
- }) {};
- sly = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sly";
- ename = "sly";
- version = "2.22";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "sly";
- rev = "950b392887ef6f2a5247152383d57d275d3a3744";
- sha256 = "18i87mdqz90s0b9rm21dcc9zgymnxnj4wds4k2rd1z181ly6zcbq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/974d8812a4c5e45221ce3c32ae72c15ed29665c3/recipes/sly";
- sha256 = "000g5qpy45zqrh3g4mk70mh2lakadfq18djrq7cabagw1qmhqy41";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sly";
- license = lib.licenses.free;
- };
- }) {};
- smart-mode-line = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , rich-minority }:
- melpaBuild {
- pname = "smart-mode-line";
- ename = "smart-mode-line";
- version = "2.13";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "smart-mode-line";
- rev = "9a6d821e0c78361ab35c6e403fc582b76558a1a7";
- sha256 = "164b697xm1rwcggv37dymhf3npbyh2bs59z8b6m5x35lb4c3lf8b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/smart-mode-line";
- sha256 = "0qmhzlkc6mfqyaw4jaw6195b8sw0wg9pfjcijb4p0mlywf5mh5q6";
- name = "recipe";
- };
- packageRequires = [ emacs rich-minority ];
- meta = {
- homepage = "https://melpa.org/#/smart-mode-line";
- license = lib.licenses.free;
- };
- }) {};
- smart-mode-line-powerline-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , powerline
- , smart-mode-line }:
- melpaBuild {
- pname = "smart-mode-line-powerline-theme";
- ename = "smart-mode-line-powerline-theme";
- version = "2.13";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "smart-mode-line";
- rev = "558251e200cc555df137e60326295f2bd640fd6a";
- sha256 = "1xh1qcxw0r3j8hx8k8hsx0cl82wps5x755j4kbn01m7srzv6v167";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/60072b183151e519d141ec559b4902d20c87904c/recipes/smart-mode-line-powerline-theme";
- sha256 = "0hv3mx39m3l35xhz351zp98321ilr6qq9wzwn1f0ziiv814khcn4";
- name = "recipe";
- };
- packageRequires = [ emacs powerline smart-mode-line ];
- meta = {
- homepage = "https://melpa.org/#/smart-mode-line-powerline-theme";
- license = lib.licenses.free;
- };
- }) {};
- smart-semicolon = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-semicolon";
- ename = "smart-semicolon";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "iquiw";
- repo = "smart-semicolon";
- rev = "94cf665aed45c5882e94afe465704fed6326e92e";
- sha256 = "16nkxf8phxi240fd9ksazxmjs91j0xplny6890a06kx4r8s61p9f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/fe339b95636b02ceb157294055d2f5f4c4b0b8cf/recipes/smart-semicolon";
- sha256 = "1vq6l3vc615w0p640wy226z5i7dky666sgzczkngv07kag0iwqp0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/smart-semicolon";
- license = lib.licenses.free;
- };
- }) {};
- smart-tabs-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smart-tabs-mode";
- ename = "smart-tabs-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "jcsalomon";
- repo = "smarttabs";
- rev = "8b196d596b331f03fba0efdb4e31d2fd0752c4a7";
- sha256 = "1kfihh4s8578cwqyzn5kp3iib7f9vvg6rfc3klqzgads187ryd4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d712f0fb9538945713faf773772bb359fe6f509f/recipes/smart-tabs-mode";
- sha256 = "1fmbi0ypzhsizzb1vm92hfaq23swiyiqvg0pmibavzqyc9lczhhl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smart-tabs-mode";
- license = lib.licenses.free;
- };
- }) {};
- smartparens = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smartparens";
- ename = "smartparens";
- version = "1.11.0";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "smartparens";
- rev = "4873352b5d0a1c5142658122de1b6950b8fe7e4d";
- sha256 = "0zij2f2rjjym98w68jkp10n1ckpfprlkk217c3fg16hz5nq4vnm6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bd98f85461ef7134502d4f2aa8ce1bc764f3bda3/recipes/smartparens";
- sha256 = "025nfrfw0992024i219jzm4phwf29smc5hib45s6h1s67942mqh6";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/smartparens";
- license = lib.licenses.free;
- };
- }) {};
- smartrep = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smartrep";
- ename = "smartrep";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "myuhe";
- repo = "smartrep.el";
- rev = "0b73bf3d1a3c795671bfee0a36cecfaa54729446";
- sha256 = "0j5lg9gryl8vbzw8d3r2fl0c9wxa0c193mcvdfidd25b98wccc3f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/81cb649dc49767c21f79668d6bee950567b05aa0/recipes/smartrep";
- sha256 = "1ypls52d51lcqhz737rqg73c6jwl6q8b3bwb29z51swyamf37rbn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smartrep";
- license = lib.licenses.free;
- };
- }) {};
- smartscan = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smartscan";
- ename = "smartscan";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "mickeynp";
- repo = "smart-scan";
- rev = "13c9fd6c0e38831f78dec55051e6b4a643963176";
- sha256 = "1sd7dh9114mvr4xnp43xx4b7qmwkaj1a1fv7pwc28fhiy89d2md4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/smartscan";
- sha256 = "1q0lqms16g7avln1pbxzb49z3w96kv1r7lbh61ijlnz3jips098w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smartscan";
- license = lib.licenses.free;
- };
- }) {};
- smbc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smbc";
- ename = "smbc";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "sakshamsharma";
- repo = "emacs-smbc";
- rev = "c377b806118d82140197d9cb1095548477e00497";
- sha256 = "16cj6jsy1psmcjshxb46i44sf1zb9s4mfiagl5cr22njy01ajq1h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/05b4f16cd8028edc758ada842432df11c8276fd3/recipes/smbc";
- sha256 = "0aviqa8mk8dxxnddfskq9jgz3knqhf0frj7gq7nk6ckxkrxrgqn4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smbc";
- license = lib.licenses.free;
- };
- }) {};
- smeargle = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smeargle";
- ename = "smeargle";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-smeargle";
- rev = "0665b1ff5109731898bc4a0ca6d939933b804777";
- sha256 = "0p0kxmjdr02l9injlyyrnnzqdbb7mirz1xx79c3lw1rgpalf0jnf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c5b985b24a23499454dc61bf071073df325de571/recipes/smeargle";
- sha256 = "1dy87ah1w21csvrkq5icnx7g7g7nxqkcyggxyazqwwxvh2silibd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/smeargle";
- license = lib.licenses.free;
- };
- }) {};
- smex = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smex";
- ename = "smex";
- version = "3.0";
- src = fetchFromGitHub {
- owner = "nonsequitur";
- repo = "smex";
- rev = "97b4a4d82a4449e3f1a3fa8a93387d6eb0ef9c26";
- sha256 = "1hcjh577xz3inx28r8wb4g2b1424ccw8pffvgdmpf80xp1llldj5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/smex";
- sha256 = "1rwyi7gdzswafkwpfqd6zkxka1mrf4xz17kld95d2ram6cxl6zda";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smex";
- license = lib.licenses.free;
- };
- }) {};
- smmry = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smmry";
- ename = "smmry";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "microamp";
- repo = "smmry.el";
- rev = "b7ee765337fa627a6c59eb4f2a91df5d280ac6df";
- sha256 = "0hzs8xi7n3bsqwm3nlm3vk8p2p33ydwxpwk9wp3325g03jl921in";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ba2d4be4dd4d6c378eabd833f05a944afa21817b/recipes/smmry";
- sha256 = "05ikcvyr74jy3digd0ad443h5kf11w29hgnmb71bclm3mfslh5wn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smmry";
- license = lib.licenses.free;
- };
- }) {};
- smooth-scroll = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smooth-scroll";
- ename = "smooth-scroll";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "k-talo";
- repo = "smooth-scroll.el";
- rev = "02320f28abb5cae28b3a18f6b9ce93129bdbfc45";
- sha256 = "1kkg7qhb2lmwr4siiazqny9w2z9nk799lzl5i159lfivlxcgixmk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4ad6411f76281232848c870e8f4f5bb78e6cf328/recipes/smooth-scroll";
- sha256 = "1b0mjpd4dqgk7ij37145ry2jqbn1msf8rrvymn7zyckbccg83zsf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smooth-scroll";
- license = lib.licenses.free;
- };
- }) {};
- smooth-scrolling = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "smooth-scrolling";
- ename = "smooth-scrolling";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "aspiers";
- repo = "smooth-scrolling";
- rev = "6a1420be510decde0a5eabc56cff229ae554417e";
- sha256 = "1dkqix0iyjyiqf34h3p8faqcpffc0pwkxqqn80ys9jvj4f27kkrg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e156f146649a51f6ee636aef95214944a8079a27/recipes/smooth-scrolling";
- sha256 = "0zy2xsmr05l2narslfgril36d7qfb55f52qm2ki6fy1r18lfiyc6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/smooth-scrolling";
- license = lib.licenses.free;
- };
- }) {};
- snakemake-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit-popup
- , melpaBuild }:
- melpaBuild {
- pname = "snakemake-mode";
- ename = "snakemake-mode";
- version = "1.5.0";
- src = fetchFromGitHub {
- owner = "kyleam";
- repo = "snakemake-mode";
- rev = "0cadd2bbd20aae1555561e81ed72fec43ec7296e";
- sha256 = "1i4cwdyhfyawfx07i63iqdx524mlphgbrl44wqqnnxrbdqm0h534";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3a5b51fee1c9e6ce7e21555faa355d118d34b8d/recipes/snakemake-mode";
- sha256 = "1xxd3dms5vgvpn18a70wjprka5xvri2pj9cw8qz09s640f5jf3r4";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs magit-popup ];
- meta = {
- homepage = "https://melpa.org/#/snakemake-mode";
- license = lib.licenses.free;
- };
- }) {};
- snapshot-timemachine-rsnapshot = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq
- , snapshot-timemachine }:
- melpaBuild {
- pname = "snapshot-timemachine-rsnapshot";
- ename = "snapshot-timemachine-rsnapshot";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "snapshot-timemachine-rsnapshot";
- rev = "72b0b700d80f1a0442e62bbbb6a0c8c59182f97f";
- sha256 = "1bdy7p0bjfdlv6l6yih6fvvi7xpldal4rj8l2ajpc6sgby24h8bb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/94358fb8d1486491903c331d9e90ba5198117aa8/recipes/snapshot-timemachine-rsnapshot";
- sha256 = "0fxijd94p961ab0p4ddmhja4bfrif2d87v32g4c41amc1klyf25r";
- name = "recipe";
- };
- packageRequires = [ seq snapshot-timemachine ];
- meta = {
- homepage = "https://melpa.org/#/snapshot-timemachine-rsnapshot";
- license = lib.licenses.free;
- };
- }) {};
- snazzy-theme = callPackage ({ base16-theme
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "snazzy-theme";
- ename = "snazzy-theme";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "weijiangan";
- repo = "emacs-snazzy";
- rev = "8729d10b5c1edf1053800170dab1ffd820b6fff2";
- sha256 = "1c07yggr6cnbca2iag1rjjsp1hiaccix222wzybxrphb72fn93wq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18c89a612418e0f49b7e6ae29a678d2fc1ffaf3d/recipes/snazzy-theme";
- sha256 = "0srmhwhqrp1s01p1znhjzs254l3r2i6c91v7cnlwlvrls1sbh32k";
- name = "recipe";
- };
- packageRequires = [ base16-theme emacs ];
- meta = {
- homepage = "https://melpa.org/#/snazzy-theme";
- license = lib.licenses.free;
- };
- }) {};
- snoopy = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "snoopy";
- ename = "snoopy";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "anmonteiro";
- repo = "snoopy-mode";
- rev = "ec4123bdebfe0bb7bf4feaac2dc02b59caffe386";
- sha256 = "01l44lshw0zvykay9886s1vqryanagkd4ciw3ramchn0baqz11vl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a882cd92964ac195a09469006c9a44dc202f000/recipes/snoopy";
- sha256 = "1wa8jykqyj6rxqfhwbiyli6yh8s7n0pqv7fc9sfaymarda93zbgi";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/snoopy";
- license = lib.licenses.free;
- };
- }) {};
- socyl = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , s }:
- melpaBuild {
- pname = "socyl";
- ename = "socyl";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "socyl";
- rev = "38157e3bb0d7afa8b90b744648f63c85b4edb230";
- sha256 = "1ha0827zcdkl1ih8c7018cpbiw2k1b8ik4h7p6asw7pg0n5xf1c6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/774b3006f5b6b781594257f1d9819068becbbcc1/recipes/socyl";
- sha256 = "00b7x247cyjh4gci101fq1j6708vbcz1g9ls3845w863wjf6m5sz";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash pkg-info s ];
- meta = {
- homepage = "https://melpa.org/#/socyl";
- license = lib.licenses.free;
- };
- }) {};
- solaire-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "solaire-mode";
- ename = "solaire-mode";
- version = "1.0.9";
- src = fetchFromGitHub {
- owner = "hlissner";
- repo = "emacs-solaire-mode";
- rev = "fffdcc46f3956f415496342de7e24488b6e751c5";
- sha256 = "011m4r7s6i9lgjymh7jgq5jwwrpz4vmpvp3c8d4ix96v5hi04kzg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/52c69070eef3003eb53e1436c538779c74670ce6/recipes/solaire-mode";
- sha256 = "0pvgip12xl16rwz4wqmqjd8nhh3a299aknfsghazmxigamlmlsl5";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/solaire-mode";
- license = lib.licenses.free;
- };
- }) {};
- solarized-theme = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "solarized-theme";
- ename = "solarized-theme";
- version = "1.3.0";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "solarized-emacs";
- rev = "c42a932e5c467c1ce12c42276d35bfb8f666e96d";
- sha256 = "1m6grd8ym4azxi09ya236vil9ylqalli99p9fafd5zmzq647l840";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/solarized-theme";
- sha256 = "15d8k32sj8i11806byvf7r57rivz391ljr0zb4dx8n8vjjkyja12";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/solarized-theme";
- license = lib.licenses.free;
- };
- }) {};
- solidity-flycheck = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "solidity-flycheck";
- ename = "solidity-flycheck";
- version = "0.1.9";
- src = fetchFromGitHub {
- owner = "ethereum";
- repo = "emacs-solidity";
- rev = "b5d95ef678305ca70b17e94fc2ee4289a8328048";
- sha256 = "04l3hvfpgqiaxdxh8s2cg2rx4cy50i7a411q81g8661fx60c6h6p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e561d869f4e32bad5d1a8678f67e591ff586d6de/recipes/solidity-flycheck";
- sha256 = "1lx64y77q33a2lrg5sj5h56gicw1lk8qmxmva5bgc4zxxd8qwz6f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/solidity-flycheck";
- license = lib.licenses.free;
- };
- }) {};
- solidity-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "solidity-mode";
- ename = "solidity-mode";
- version = "0.1.9";
- src = fetchFromGitHub {
- owner = "ethereum";
- repo = "emacs-solidity";
- rev = "d0ff4dea49540f37301d869f2797fca2492f55d5";
- sha256 = "1wcy5z4wggn3zs9h1kyvm0ji51ppjcqdmym3mmxbrhan6a0kq724";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/02d3fdae111b14a87aaa7a1b3f44e545c5e3d2ac/recipes/solidity-mode";
- sha256 = "15vz3ayl1p3dn2cavm68rqv901c1b7dxm2j8iazwzj3q15ln8xvn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/solidity-mode";
- license = lib.licenses.free;
- };
- }) {};
- sos = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org }:
- melpaBuild {
- pname = "sos";
- ename = "sos";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "rudolfolah";
- repo = "emacs-sos";
- rev = "c3906ca6872f460c0bdd276410519308626313f1";
- sha256 = "0b5w3vdr8llg3hqd22gnc6b6y089lq6vfk0ajkws6gfldz2gg2v1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/sos";
- sha256 = "0d0n2h7lbif32qgz0z2c36536mrx36d22gq86xm7kmxday6iy19k";
- name = "recipe";
- };
- packageRequires = [ org ];
- meta = {
- homepage = "https://melpa.org/#/sos";
- license = lib.licenses.free;
- };
- }) {};
- sotclojure = callPackage ({ cider
- , clojure-mode
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sotlisp }:
- melpaBuild {
- pname = "sotclojure";
- ename = "sotclojure";
- version = "1.3.1";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "speed-of-thought-clojure";
- rev = "ceac82aa691e8d98946471be6aaff9c9a4603c32";
- sha256 = "1a6riq7ksk5m76dsgc75d8b992nyr50l48l8cpms9064m6b0r9jv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3a2ccef8af91eada4449d9cd4bda6bd28272722e/recipes/sotclojure";
- sha256 = "12byqjzg0pffqyq958265qq8yxxmf3iyy4m7zib492qcj8ccy090";
- name = "recipe";
- };
- packageRequires = [ cider clojure-mode emacs sotlisp ];
- meta = {
- homepage = "https://melpa.org/#/sotclojure";
- license = lib.licenses.free;
- };
- }) {};
- sotlisp = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sotlisp";
- ename = "sotlisp";
- version = "1.6.2";
- src = fetchFromGitHub {
- owner = "Malabarba";
- repo = "speed-of-thought-lisp";
- rev = "fffe8d0b42b143a2e7df0470d9049fa57b6ecac5";
- sha256 = "0j5zwb1ypqps30126w2684lmjh8ia4qxg8inlajcbv8i3pbai7k6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/sotlisp";
- sha256 = "0zjnn6hhwy6cjvc5rhvhxcq5pmrhcyil14a48fcgwvg4lv7fbljk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sotlisp";
- license = lib.licenses.free;
- };
- }) {};
- sound-wav = callPackage ({ cl-lib ? null
- , deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sound-wav";
- ename = "sound-wav";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-sound-wav";
- rev = "2a8c8a9bd797dfbf4a0aa1c023a464b803227ff8";
- sha256 = "1ba1r359cb1dms24ajn0xfrqn8c9y08m6m7dwgxpylyyjwh1096y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8333470e3d84d5433be489a23e065c876bed2ab2/recipes/sound-wav";
- sha256 = "1vrwzk6zqma7r0w5ivbx16shys6hsifj52fwlf5rxs6jg1gqdb4f";
- name = "recipe";
- };
- packageRequires = [ cl-lib deferred ];
- meta = {
- homepage = "https://melpa.org/#/sound-wav";
- license = lib.licenses.free;
- };
- }) {};
- sourcekit = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "sourcekit";
- ename = "sourcekit";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "nathankot";
- repo = "company-sourcekit";
- rev = "8ba62ac25bf533b7f148f333bcb5c1db799f749b";
- sha256 = "01dh0wdaydiai4v13r8g05rpiwqr5qqi34wif8vbk2mrr25wc7i9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/45969cd5cd936ea61fbef4722843b0b0092d7b72/recipes/sourcekit";
- sha256 = "1lvk3m86awlinivpg89h6zvrwrdqa5ljdp563k3i4h9384w82pks";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs request ];
- meta = {
- homepage = "https://melpa.org/#/sourcekit";
- license = lib.licenses.free;
- };
- }) {};
- sourcemap = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sourcemap";
- ename = "sourcemap";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-sourcemap";
- rev = "64c89d296186f48d9135fb8aad501de19f64bceb";
- sha256 = "115g2mfpbfywp8xnag4gsb50klfvplqfh928a5mabb5s8v4a3582";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/557d18259543263932fccdbaf44c4e7986bd277b/recipes/sourcemap";
- sha256 = "0cjg90y6a0l59a9v7d7p12pgmr21gwd7x5msil3h6xkm15f0qcc5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sourcemap";
- license = lib.licenses.free;
- };
- }) {};
- spaceline = callPackage ({ cl-lib ? null
- , dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , powerline
- , s }:
- melpaBuild {
- pname = "spaceline";
- ename = "spaceline";
- version = "2.0.1";
- src = fetchFromGitHub {
- owner = "TheBB";
- repo = "spaceline";
- rev = "2d1a7bfb5bdaf24958f50b4bf93182847916af85";
- sha256 = "1q8r95zfrh0vxna5ml2pq9b9f66clfqcl4d2qy2aizkvzyxg6skl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/46e4c876aeeb0bb0d0e81dcbb8363a5db9c3ff61/recipes/spaceline";
- sha256 = "0jpcj0i8ckdylrisx9b4l9kam6kkjzhhv1s7mwwi4b744rx942iw";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash emacs powerline s ];
- meta = {
- homepage = "https://melpa.org/#/spaceline";
- license = lib.licenses.free;
- };
- }) {};
- spaceline-all-the-icons = callPackage ({ all-the-icons
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , memoize
- , spaceline }:
- melpaBuild {
- pname = "spaceline-all-the-icons";
- ename = "spaceline-all-the-icons";
- version = "1.4.0";
- src = fetchFromGitHub {
- owner = "domtronn";
- repo = "spaceline-all-the-icons.el";
- rev = "7eafe2d7a81f8d10e03498bdcc3bec0ea50f905d";
- sha256 = "186v71d8n1iy73drayyf57pyzlz973q74mazkyvb8w3fj8bb3llm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d039e057c1d441592da8f54e6d524b395b030375/recipes/spaceline-all-the-icons";
- sha256 = "1h6clkr2f29k2vw0jcrmnfbjpphaxm7s3zai6pn6qag32bgm3jq6";
- name = "recipe";
- };
- packageRequires = [ all-the-icons emacs memoize spaceline ];
- meta = {
- homepage = "https://melpa.org/#/spaceline-all-the-icons";
- license = lib.licenses.free;
- };
- }) {};
- sparkline = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sparkline";
- ename = "sparkline";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "woudshoo";
- repo = "sparkline";
- rev = "e44498cf1a58fb165991198fe5104d51c92ea904";
- sha256 = "1gmmmkzxxlpz2ml6qk24vndlrbyl55r5cba76jn342zrxvb357ny";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7278ca31ee3c035c8ec754af152127776f04792e/recipes/sparkline";
- sha256 = "081jzaxjb32nydvr1kmyafxqxi610n0yf8lwz9vldm84famf3g7y";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/sparkline";
- license = lib.licenses.free;
- };
- }) {};
- sparql-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sparql-mode";
- ename = "sparql-mode";
- version = "4.0.2";
- src = fetchFromGitHub {
- owner = "ljos";
- repo = "sparql-mode";
- rev = "2837b97244111515c61fb3823c1479bc126a458b";
- sha256 = "0hqp8r24wvzrkl630wbm0lynrcrnawv2yn2a3xgwqwwhwgva35rn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c3d729130a41903bb01465d0f01c34fbc508b56e/recipes/sparql-mode";
- sha256 = "1xicrfmgxpb31lz30qj450w8v7dl4ipjp7b2wz54s4kn88nsfj7d";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/sparql-mode";
- license = lib.licenses.free;
- };
- }) {};
- speech-tagger = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "speech-tagger";
- ename = "speech-tagger";
- version = "0.0.0";
- src = fetchFromGitHub {
- owner = "cosmicexplorer";
- repo = "speech-tagger";
- rev = "f5b9d4c0bca82dec6b70a2d6ec933cd189ef553a";
- sha256 = "0jcax2867nps9xfb85xwz7zx9mlfgxmkmw6nprivmm1hd3wm8dpd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db80aa5d95846ee02a9d762aa68325ab5e37dcf7/recipes/speech-tagger";
- sha256 = "0sqil949ny9qjxq7kpb4zmjd7770r0qvq4sz80agw6a27mqnaajc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/speech-tagger";
- license = lib.licenses.free;
- };
- }) {};
- speed-type = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "speed-type";
- ename = "speed-type";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "parkouss";
- repo = "speed-type";
- rev = "f87399c523a2d0c6c98549f507006f1313d9cd6c";
- sha256 = "069rc8fjh5ic7b66x1gxfss4vki6j1pcvqjs8680wj3mxw5vbfw1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d6c33b5bd15875baea0fd2f24ee8ec9414a6f7aa/recipes/speed-type";
- sha256 = "0lsbi3b6v7fiwpvydgwcqx3y5i7bysfjammly22qpz3kcjmlvi06";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/speed-type";
- license = lib.licenses.free;
- };
- }) {};
- sphinx-doc = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "sphinx-doc";
- ename = "sphinx-doc";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "naiquevin";
- repo = "sphinx-doc.el";
- rev = "b3459ecb9e6d3fffdee3cb7342563a56a32ce666";
- sha256 = "1q6v0xfdxm57lyj4zxyqv6n5ik5w9drk7yf9w8spb5r22jg0dg8c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a3b80d346ad4fb415970beddb5f02ae795fbf1b4/recipes/sphinx-doc";
- sha256 = "00h3wx2p5hzbw6sggggdrzv4jrn1wc051iqql5y2m1hsh772ic5z";
- name = "recipe";
- };
- packageRequires = [ cl-lib s ];
- meta = {
- homepage = "https://melpa.org/#/sphinx-doc";
- license = lib.licenses.free;
- };
- }) {};
- sphinx-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sphinx-mode";
- ename = "sphinx-mode";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "sphinx-mode";
- rev = "3d6e3059350593dc077f06f54c33869b9e28f7bc";
- sha256 = "0l3a8swmf3sm54ayk2ahh1i5j1hf0hd822dfmx50kgwi4wpv48sp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/sphinx-mode";
- sha256 = "0f5xkaqsmxc4bfz80njlc395dcw2dbvmzx6h9fw31mylshzbmrys";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sphinx-mode";
- license = lib.licenses.free;
- };
- }) {};
- splitjoin = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "splitjoin";
- ename = "splitjoin";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-splitjoin";
- rev = "7e3a37e6700cda6a7ed6e3f1b97b85704c071f89";
- sha256 = "1bir7vvvd2zx2rf79cnmry30hi5xdn92yzg926mahfjdksbh2rhx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/51e172f46045fbb71b6a13b3521b502339a4a02b/recipes/splitjoin";
- sha256 = "0l1x98fvvia8qx8g125h4d76slv0xnb3h1zxiq9xb5qh7a1h069l";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/splitjoin";
- license = lib.licenses.free;
- };
- }) {};
- spotify = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "spotify";
- ename = "spotify";
- version = "0.3.4";
- src = fetchFromGitHub {
- owner = "remvee";
- repo = "spotify-el";
- rev = "29577cf1188161f98b8358c149aaf47b2c137902";
- sha256 = "0h6yhfvvyd9sd5d37d3ng3z56zfb546vl95qjq16kcvxq00hdn1v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/spotify";
- sha256 = "07y6d3cz3nziasza3znysvcnx3kw156ab78kw5y0pdll45nw210x";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/spotify";
- license = lib.licenses.free;
- };
- }) {};
- sprintly-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , furl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sprintly-mode";
- ename = "sprintly-mode";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "sprintly";
- repo = "sprintly-mode";
- rev = "6695892bae5860b5268bf3ae62be990ee9b63c11";
- sha256 = "06rk07h92s5sljprs41y3q31q64cprx9kgs56c2j6v4c8cmsq5h6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8730956d3f00e030e06ef54c3f2aecc10bb40f9d/recipes/sprintly-mode";
- sha256 = "15i3rrv27ccpn12wwj9raaxpj7nlnrrj3lsp8vdfwph6ydvnfza4";
- name = "recipe";
- };
- packageRequires = [ furl ];
- meta = {
- homepage = "https://melpa.org/#/sprintly-mode";
- license = lib.licenses.free;
- };
- }) {};
- sprunge = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "sprunge";
- ename = "sprunge";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "tomjakubowski";
- repo = "sprunge.el";
- rev = "0fd386b8b29c4175022a04ad70ea5643185b6726";
- sha256 = "03wjzk1ljclfjgqzkg6m7v8saaajgavyd0xskd8fg8rdkx13ki0l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f7b9f8cc2f2f8f8e1cf80b3e76c89b9f12cacf95/recipes/sprunge";
- sha256 = "199vfl6i881aks8fi9d9w4w7mnc7n443h79p3s4srcpmbyfg6g3w";
- name = "recipe";
- };
- packageRequires = [ cl-lib request ];
- meta = {
- homepage = "https://melpa.org/#/sprunge";
- license = lib.licenses.free;
- };
- }) {};
- sql-impala = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sql-impala";
- ename = "sql-impala";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "jterk";
- repo = "sql-impala";
- rev = "466e7c0c789ec3e5e8a276c8f6754f91bb584c3e";
- sha256 = "02psgbm06wivdm2cmjnj2vy05lnljxn44hj2arw2fr7x2qwn9r35";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/sql-impala";
- sha256 = "1mh36ycqgr07r0hknkr6vb4k0r5b2h8bqd7m5faz9p56qbisgvvh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sql-impala";
- license = lib.licenses.free;
- };
- }) {};
- sql-presto = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sql-presto";
- ename = "sql-presto";
- version = "1.0.4";
- src = fetchFromGitHub {
- owner = "kat-co";
- repo = "sql-prestodb";
- rev = "bcda455e300a1af75c7bb805882329bc844703b2";
- sha256 = "00whmsylr802fx87yqbr06rbymyln7kq7750pcz26xm1jgja7cax";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a21349775e018822a06bca3c3c338879548e286f/recipes/sql-presto";
- sha256 = "1rjfgvwgl63xn047vmsmj1s31wvrd24v6ibf9nri6qmffhv9i9zb";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sql-presto";
- license = lib.licenses.free;
- };
- }) {};
- sqlformat = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sqlformat";
- ename = "sqlformat";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "sqlformat";
- rev = "b70b05bf469a27c1a2940eeaa1a5c8cc93d805fd";
- sha256 = "14n2yjmi4ls8rmpvvw6d7cz5f6dcg7laaljxnhwbagfd5j4sdfrm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6bdaa1ccae12f2ea779ac6989607d8027feac2c9/recipes/sqlformat";
- sha256 = "07lf2gx629429b41qr04gl98gplb538gb5hw7idzrmi3higrmv8m";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/sqlformat";
- license = lib.licenses.free;
- };
- }) {};
- sqlup-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sqlup-mode";
- ename = "sqlup-mode";
- version = "0.8.0";
- src = fetchFromGitHub {
- owner = "Trevoke";
- repo = "sqlup-mode.el";
- rev = "04970977b4abb4d44301651618bbf1cdb0b263dd";
- sha256 = "14s66xrabj269z7f94iynsla96bka7zac011psrbcfyy4m8mlamz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/sqlup-mode";
- sha256 = "0ngs58iri3fwv5ny707kvb6xjq98x19pzak8c9nq4qnpw3nkr83b";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sqlup-mode";
- license = lib.licenses.free;
- };
- }) {};
- sr-speedbar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sr-speedbar";
- ename = "sr-speedbar";
- version = "20140914.2339";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "sr-speedbar";
- rev = "4f816528a32eb421197a768d6dcf3a05de83f642";
- sha256 = "1x9wizd0fzcmpf8ff7c3rcfxk64diy9jmzzvxa7d5a3k8vvpdhg3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/sr-speedbar";
- sha256 = "1v90jbqdw39yrfcsnyqas8c5g09rcf1db65q2m2rw7rik8cgb052";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sr-speedbar";
- license = lib.licenses.free;
- };
- }) {};
- srcery-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "srcery-theme";
- ename = "srcery-theme";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "srcery-colors";
- repo = "srcery-emacs";
- rev = "0114420262f5e76cdc63f333d00522229aa77732";
- sha256 = "1am3nxa9n0irzw0mrb93lmppmw9d5c2yjfgpipvcvwsij3g6k2aj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2654fc05f55c7fab7d550b7db1d187edc9ff0f42/recipes/srcery-theme";
- sha256 = "1bnvf9v7g2mpx8519lh73fphhr4cqd33qlw22qyxnqiz5cz93lsp";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/srcery-theme";
- license = lib.licenses.free;
- };
- }) {};
- srefactor = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "srefactor";
- ename = "srefactor";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "tuhdo";
- repo = "semantic-refactor";
- rev = "ecd40713f736b243285c07f4cfd77113794d4f9f";
- sha256 = "0wx8l8gkh8rbf2g149f35gpnmkk45s9x4r844aqw5by4zkvix4rc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e23115ab231ab108678608f2ad0a864f896cd0f2/recipes/srefactor";
- sha256 = "01cd40jm4h00c5q2ix7cskp7klbkcd3n5763y5lqfv59bjxwdqd2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/srefactor";
- license = lib.licenses.free;
- };
- }) {};
- srv = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "srv";
- ename = "srv";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "legoscia";
- repo = "srv.el";
- rev = "b1eb7b109bc1c616dbf027429a90dc3b1a4263f1";
- sha256 = "05kp8ajbqk7vxzkv23akyk2m7yg81pbrxpl3dsw67101sjazsybi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6b0b7f22631e7749da484ced9192d8ae5e1be941/recipes/srv";
- sha256 = "0xrgbi63vg0msxkcmcnvijkxa9y0s7613liqac7fs9514yvkbwin";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/srv";
- license = lib.licenses.free;
- };
- }) {};
- ssass-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ssass-mode";
- ename = "ssass-mode";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "ssass-mode";
- rev = "5f36a169a1ad497f1d7a465be386ffb5e1f80bcf";
- sha256 = "1n1q26p52i6c6i8svkr0bn91hliqm540y1fcz3jci8w2ws0s5x11";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3137f98aaa871a52f477b63d9c3b7b63f7271344/recipes/ssass-mode";
- sha256 = "07aym4a7l70f1lb6yvwxkhsykrwbf0lcpwlwgcn5n44kavvdbzxm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ssass-mode";
- license = lib.licenses.free;
- };
- }) {};
- ssh-agency = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ssh-agency";
- ename = "ssh-agency";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "ssh-agency";
- rev = "d9dbedd773ad3a831e02e162c47936d6814a850a";
- sha256 = "0895n7bss4wdydic1gflr03f2cwdyqywl16gvb599lpn288jhwvz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e608f40d00a3b2a80a6997da00e7d04f76d8ef0d/recipes/ssh-agency";
- sha256 = "1b25fl1kk4mwsd25pg9s0lazlpmaa6s9wnfgvlqk8k65d7p7idzz";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/ssh-agency";
- license = lib.licenses.free;
- };
- }) {};
- ssh-deploy = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ssh-deploy";
- ename = "ssh-deploy";
- version = "3.1";
- src = fetchFromGitHub {
- owner = "cjohansson";
- repo = "emacs-ssh-deploy";
- rev = "8c26f61fe5ee2a65aeedc944bf23c66d159ef933";
- sha256 = "0zi8rlj4hmmhr4vcpa9666ddhqwdz7cnmhh80wrw21z9lsj8yccs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ssh-deploy";
- sha256 = "1ys3cc5fz8y4rsiq3daqgcpa14ssv1q4cw0pqbfscql6mps0mjdm";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/ssh-deploy";
- license = lib.licenses.free;
- };
- }) {};
- stan-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stan-mode";
- ename = "stan-mode";
- version = "9.2.0";
- src = fetchFromGitHub {
- owner = "stan-dev";
- repo = "stan-mode";
- rev = "45b8242611fe0437fcff48f5f4f7d8f0552531ac";
- sha256 = "14yv57grsw3zyjcqasaanx8g2skix0i3w1f5r1fng3sgwclwbkdw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/67a44a0abe675238b10decdd612b67e418caf34b/recipes/stan-mode";
- sha256 = "17ph5khwwrcpyl96xnp3rsbmnk7mpwmgskxka3cfgkm190qihfqy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/stan-mode";
- license = lib.licenses.free;
- };
- }) {};
- stan-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , stan-mode
- , yasnippet }:
- melpaBuild {
- pname = "stan-snippets";
- ename = "stan-snippets";
- version = "9.2.0";
- src = fetchFromGitHub {
- owner = "stan-dev";
- repo = "stan-mode";
- rev = "45b8242611fe0437fcff48f5f4f7d8f0552531ac";
- sha256 = "14yv57grsw3zyjcqasaanx8g2skix0i3w1f5r1fng3sgwclwbkdw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eda8539b7d8da3a458a38f7536ed03580f9088c3/recipes/stan-snippets";
- sha256 = "021skkvak645483s7haz1hsz98q3zd8hqi9k5zdzaqlabwdjwh85";
- name = "recipe";
- };
- packageRequires = [ stan-mode yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/stan-snippets";
- license = lib.licenses.free;
- };
- }) {};
- stash = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stash";
- ename = "stash";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "stash.el";
- rev = "638ae8a4f6d33af54fe77d57c2c0eb1800dd2e19";
- sha256 = "0igqifws73cayvjnhhrsqpy14sr27avymfhaqzrpj76m2fsh6fj4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d3837ac3f1ac82e08a5ad7193766074a4d1bfa3d/recipes/stash";
- sha256 = "116k40ispv7sq3jskwc1lvmhmk3jjz4j967r732s07f5h11vk1z9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/stash";
- license = lib.licenses.free;
- };
- }) {};
- status = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "status";
- ename = "status";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "tromey";
- repo = "emacs-status";
- rev = "b62c74bf272566f82a68622f29fb9edafea0f241";
- sha256 = "0jpxmzfvg4k5q3h3gn6lrg891wjzlcps2kkij1jbdjk4jkgq386i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dca8976de7060fcfc37a1623280869e0cef7b0a2/recipes/status";
- sha256 = "0a9lqa7a5nki5711bjrmx214kah5ndqpwh3i240gdd08mcm07ps3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/status";
- license = lib.licenses.free;
- };
- }) {};
- stgit = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stgit";
- ename = "stgit";
- version = "0.19";
- src = fetchFromGitHub {
- owner = "ctmarinas";
- repo = "stgit";
- rev = "a29fc8873fca30cb5b13d94743a9010de28e2610";
- sha256 = "1xhxba0m78zx00m55y125bs1zxibyg7d9nw8xw9gqyshcncjffpg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/726da64b7baea1735a916b826bdfb8f575860e21/recipes/stgit";
- sha256 = "1gbr0pvvig2vg94svy1r6zp57rhyg6n9yp7qvlkfal1z2lhzhs0g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/stgit";
- license = lib.licenses.free;
- };
- }) {};
- string-edit = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "string-edit";
- ename = "string-edit";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "string-edit.el";
- rev = "9f9c9cd659156fd2217be814eb4e91da48d44647";
- sha256 = "15gdcpbba3h84s7xnpk69nav6bixdixnirdh5n1rly010q0m5s5x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/20fd24f22ef734fe064c66692bf3e18eb896f1ac/recipes/string-edit";
- sha256 = "1l1hqsfyi6pp4x4g1rk4s7x9zjc03wfmhy16izia8nkjhzz88fi8";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/string-edit";
- license = lib.licenses.free;
- };
- }) {};
- string-inflection = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "string-inflection";
- ename = "string-inflection";
- version = "1.0.10";
- src = fetchFromGitHub {
- owner = "akicho8";
- repo = "string-inflection";
- rev = "9b08372301e3c5f91cb278ee0e00a48845a42cb6";
- sha256 = "0j3ms2cxbv24kr27r2jhzxpdih6w43gjdkm3sqd28c28ycab8d4b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5c2e2b6dba8686236c2595475cfddac5fd700e60/recipes/string-inflection";
- sha256 = "1vrjcg1fa5adw16s4v9dq0fid0gfazxk15z9cawz0kmnpyzz3fg2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/string-inflection";
- license = lib.licenses.free;
- };
- }) {};
- string-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , melpaBuild }:
- melpaBuild {
- pname = "string-utils";
- ename = "string-utils";
- version = "0.3.2";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "string-utils";
- rev = "3ae530143899f533a9ef5e1f26f28b577ebe72ee";
- sha256 = "03azfs6z0jg66ppalijcxl973vdbhj4c3g84sm5dm8xv6rnxrv2s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/string-utils";
- sha256 = "1vsvxc06fd3wardldb83i5hjfibvmiqnxvcgdns7i5i8qlsrsx4v";
- name = "recipe";
- };
- packageRequires = [ list-utils ];
- meta = {
- homepage = "https://melpa.org/#/string-utils";
- license = lib.licenses.free;
- };
- }) {};
- stripe-buffer = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stripe-buffer";
- ename = "stripe-buffer";
- version = "0.2.5";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "stripe-buffer";
- rev = "d9f009b92cf16fe2c40cd92b8f842a3872e6c190";
- sha256 = "035ym1c1vzg6hjsnd258z4dkrfc11lj4c0y4gpgybhk54dq3w9dk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/stripe-buffer";
- sha256 = "1kjib1kf9xqdirryr16wlvc95701hq8s4h8hz4dqzg3wzyb8287b";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/stripe-buffer";
- license = lib.licenses.free;
- };
- }) {};
- stumpwm-mode = callPackage ({ fetchgit
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "stumpwm-mode";
- ename = "stumpwm-mode";
- version = "0.9.8";
- src = fetchgit {
- url = "https://git.savannah.nongnu.org/git/stumpwm.git";
- rev = "a920d31bac148e7f6afa98c05f98920135de8b89";
- sha256 = "0hg2dhgph1fz8z6c79ia2j36wnbqgi6a7fjiz3wngslhbwy28xq7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/stumpwm-mode";
- sha256 = "11yk7xmmccgv7hin5qd1ibcsm1za01xfwsxa25q7vqwk6svnb0sf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/stumpwm-mode";
- license = lib.licenses.free;
- };
- }) {};
- stylus-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , sws-mode }:
- melpaBuild {
- pname = "stylus-mode";
- ename = "stylus-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "brianc";
- repo = "jade-mode";
- rev = "73893e8d8f1bcaf9f0252c6f020cdb3741d7125c";
- sha256 = "0fiihkwq4s8lkqx5fp3csmnaf0blnm6kpl4hfkwsb8rywgvzh7lk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/877b5a3e612e1b1d6d51e60c66b0b79f231abdb2/recipes/stylus-mode";
- sha256 = "152k74q6qn2xa38v2zyd5y7ya5n26nvai5v7z5fmq7jrcndp27r5";
- name = "recipe";
- };
- packageRequires = [ sws-mode ];
- meta = {
- homepage = "https://melpa.org/#/stylus-mode";
- license = lib.licenses.free;
- };
- }) {};
- subatomic-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "subatomic-theme";
- ename = "subatomic-theme";
- version = "1.8.1";
- src = fetchFromGitHub {
- owner = "cryon";
- repo = "subatomic";
- rev = "6a4086af748b1ecb27f6ba2aa2614988db16d594";
- sha256 = "1j63rzxnrzzqizh7fpd99dcgsy5hd7w4d2lpwl5armmixlycl5m8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/de7f6009bab3e9a5b14b7b96ab16557e81e7f078/recipes/subatomic-theme";
- sha256 = "0mqas67qms492n3hn74c5nrkjpsgf9b42lp02s2dh366c075dpqc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/subatomic-theme";
- license = lib.licenses.free;
- };
- }) {};
- subemacs = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "subemacs";
- ename = "subemacs";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "kbauer";
- repo = "subemacs";
- rev = "c053ccae8b1d5317651f131a63210eb20f590c93";
- sha256 = "0jfdw6i3qjsil0myhrddqchg39vrnd94qci4k1z37k2323vszy3m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/18714a6b5ca4dcc51fa509fee1dc9afb0595c707/recipes/subemacs";
- sha256 = "0sqh80jhh3v37l5af7w6k9lqvj39bd91pn6a9rwdlfk389hp90zm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/subemacs";
- license = lib.licenses.free;
- };
- }) {};
- sublimity = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sublimity";
- ename = "sublimity";
- version = "20160629";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "sublimity";
- rev = "ee9c9fbb92b8fc0c191e5e8640477e251b602bf9";
- sha256 = "1kpq7kpmhgq3vjd62rr4qsc824qcyjxm50m49r7invgnmgd78h4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1e78cd1e5366a9b6d04237e9bf6a7e73424be52/recipes/sublimity";
- sha256 = "1xwggaalad65cxcfvmy30f141bxhpzc3fgvwziwbzi8fygbdv4nw";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sublimity";
- license = lib.licenses.free;
- };
- }) {};
- sudden-death = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sudden-death";
- ename = "sudden-death";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "yewton";
- repo = "sudden-death.el";
- rev = "791a63d3f4df192e71f4232a9a4c5588f4b43dfb";
- sha256 = "0z3adwd6ymapkdniny3ax2i3wzxp11g6in4bghbcr9bfdxcsf7ps";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3f20f389a2d7ddf49ca64d945b41584a7c120faf/recipes/sudden-death";
- sha256 = "1wrhb3d27j07i64hvjggyajm752w4mhrhq09lfvyhz6ykp1ly3fh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sudden-death";
- license = lib.licenses.free;
- };
- }) {};
- sudo-edit = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sudo-edit";
- ename = "sudo-edit";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "nflath";
- repo = "sudo-edit";
- rev = "bcb12aaa0da0c56d851cfa2f1b3ea4afdd2a755b";
- sha256 = "1k6sx8k304dw9dlidnxcln9ip9cj3b6i196z98g9n0kcd1js9f99";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b08d4bbdb23b988db5ed7cb5a2a925b7c2e242e/recipes/sudo-edit";
- sha256 = "10vz7q8m0l2dyhiy9r9nj17qlwyv032glshzljzhm1n20w8y1fq4";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/sudo-edit";
- license = lib.licenses.free;
- };
- }) {};
- suggest = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , loop
- , melpaBuild
- , s
- , spinner }:
- melpaBuild {
- pname = "suggest";
- ename = "suggest";
- version = "0.7";
- src = fetchFromGitHub {
- owner = "Wilfred";
- repo = "suggest.el";
- rev = "31ab6c956d17176affbbe9ca53c416920180ddbd";
- sha256 = "01v8plska5d3g19sb1m4ph1i3ayprfzk8mi6mpabjy6zad397xjl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b9fd27e812549587dc2ec26bb58974177ff263ff/recipes/suggest";
- sha256 = "12vvakqqzmmqq5yynpd4wf4lnb0yvcnz065kni996sy7rv7rh83q";
- name = "recipe";
- };
- packageRequires = [ dash emacs f loop s spinner ];
- meta = {
- homepage = "https://melpa.org/#/suggest";
- license = lib.licenses.free;
- };
- }) {};
- suomalainen-kalenteri = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "suomalainen-kalenteri";
- ename = "suomalainen-kalenteri";
- version = "2017.8.1";
- src = fetchFromGitHub {
- owner = "tlikonen";
- repo = "suomalainen-kalenteri";
- rev = "c702e33cb6e13cb28bd761844e95be112a3c04f3";
- sha256 = "13avc3ba6vhysmhrcxfpkamggfpal479gn7k9n7509dpwp06dv8h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/181adf1b16253481674663fd28b195172231b7da/recipes/suomalainen-kalenteri";
- sha256 = "1wzijbgcr3jc47ccr7nrdkqha16s6gw0xiccnmdczi48cvnvvlkh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/suomalainen-kalenteri";
- license = lib.licenses.free;
- };
- }) {};
- super-save = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "super-save";
- ename = "super-save";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "super-save";
- rev = "62512f60d6685d8601e2021d95e77603b6d96885";
- sha256 = "0cn39d1qfm119bxb9sdl43ya2vvadfp22qwdn3j843wyf92hpdn4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9730b65787b26d3909952cf246a01bd349e5fbab/recipes/super-save";
- sha256 = "0ikfw7n2rvm3xcgnj1si92ly8w75x26071ki551ims7a8sawh52p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/super-save";
- license = lib.licenses.free;
- };
- }) {};
- svg-mode-line-themes = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xmlgen }:
- melpaBuild {
- pname = "svg-mode-line-themes";
- ename = "svg-mode-line-themes";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "sabof";
- repo = "svg-mode-line-themes";
- rev = "80a0e01839cafbd66899202e7764c33231974259";
- sha256 = "14h40s0arc2i898r9yysn256z6l8jkrnmqvrdg7p7658c0klz5ic";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ca54d78b5e87c3bb582b178e4892af2bf447d1e/recipes/svg-mode-line-themes";
- sha256 = "12lnszcb9bl32n9wir7vf8xiyyv7njw4xg21aj9x4dasmidyx506";
- name = "recipe";
- };
- packageRequires = [ xmlgen ];
- meta = {
- homepage = "https://melpa.org/#/svg-mode-line-themes";
- license = lib.licenses.free;
- };
- }) {};
- swagger-to-org = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "swagger-to-org";
- ename = "swagger-to-org";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "ahungry";
- repo = "swagger-to-org";
- rev = "181357c71ea24bede263f5706d8781ad65e16877";
- sha256 = "0x1mxxvlhhs34j869cy68gy5pgmvpfliyl9vlrlwm3z8apbip9gp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4d5a7f017593e73ea48c0e535ecf3809536bcde5/recipes/swagger-to-org";
- sha256 = "1m40f5njxcxmc2snaz2q43b4scwgp51y761kq6klixjvafi0pv86";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs json ];
- meta = {
- homepage = "https://melpa.org/#/swagger-to-org";
- license = lib.licenses.free;
- };
- }) {};
- sweetgreen = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "sweetgreen";
- ename = "sweetgreen";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "CestDiego";
- repo = "sweetgreen.el";
- rev = "e40d2821ff941695e50a9b003a8c96d32c19bfdc";
- sha256 = "1gw09x5d4yqlmknjsrhgygp9bch315cnmyqp3679i3hza0l7fds6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63812707948e6dcc00e00ebc3c423469593e80fd/recipes/sweetgreen";
- sha256 = "1v75wk0gq5fkz8i1r8pl4gqnxbv1d80isyn48w2hxj2fmdn2xhpy";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash helm request ];
- meta = {
- homepage = "https://melpa.org/#/sweetgreen";
- license = lib.licenses.free;
- };
- }) {};
- swift-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "swift-mode";
- ename = "swift-mode";
- version = "8.0.1";
- src = fetchFromGitHub {
- owner = "swift-emacs";
- repo = "swift-mode";
- rev = "86f8f62294aa5a6d44fa872278d75a4a41f403d4";
- sha256 = "0sszk2nwp6h9qk7vgh5n05pzh264br3x3r1hyj97gwf8jdqzkr74";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/swift-mode";
- sha256 = "103nix9k2agxgfpwyhsracixl4xvzqlgidd25r1fpj679hr42bg8";
- name = "recipe";
- };
- packageRequires = [ emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/swift-mode";
- license = lib.licenses.free;
- };
- }) {};
- swift3-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "swift3-mode";
- ename = "swift3-mode";
- version = "2.1.1";
- src = fetchFromGitHub {
- owner = "taku0";
- repo = "swift3-mode";
- rev = "ea34d46bf9a4293e75ffdac9500d34989316d9e9";
- sha256 = "1hwc3fxv87hmw0a0mgl8khfzf1p7yp2izkc02z8f1vbkaibmmawp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0ca9071199230d3c4c1b2e3a501736df87095fd3/recipes/swift3-mode";
- sha256 = "14vm05p8ix09v73dkmf03i56yib8yk6h2r1zc9m4ym80fki4f520";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/swift3-mode";
- license = lib.licenses.free;
- };
- }) {};
- swiper = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ivy
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "swiper";
- ename = "swiper";
- version = "0.11.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "swiper";
- rev = "525b2e4887dd839045313f32d3ddeb5cab4c7a7e";
- sha256 = "009n8zjycs62cv4i1k9adbb284wz2w3r13xki2740sj34k683v13";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e64cad81615ef3ec34fab1f438b0c55134833c97/recipes/swiper";
- sha256 = "0qaia5pgsjsmrfmcdj72jmj39zq82wg4i5l2mb2z6jlf1jpbk6y9";
- name = "recipe";
- };
- packageRequires = [ emacs ivy ];
- meta = {
- homepage = "https://melpa.org/#/swiper";
- license = lib.licenses.free;
- };
- }) {};
- swiper-helm = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , swiper }:
- melpaBuild {
- pname = "swiper-helm";
- ename = "swiper-helm";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "swiper-helm";
- rev = "93fb6db87bc6a5967898b5fd3286954cc72a0008";
- sha256 = "05n4h20lfyg1kis5rig72ajbz680ml5fmsy6l1w4g9jx2xybpll2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/674c709490e13267e09417e08953ff76bfbaddb7/recipes/swiper-helm";
- sha256 = "011ln6vny7z5vw67cpzldxf5n6sk2hjdkllyf7v6sf4m62ws93ph";
- name = "recipe";
- };
- packageRequires = [ emacs helm swiper ];
- meta = {
- homepage = "https://melpa.org/#/swiper-helm";
- license = lib.licenses.free;
- };
- }) {};
- switch-buffer-functions = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "switch-buffer-functions";
- ename = "switch-buffer-functions";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "switch-buffer-functions-el";
- rev = "701caf97c977903c9afae6ef305241d068c5d9ac";
- sha256 = "1j6m3alk6y31zkq8h3fkha39fnvad7wmpa7kj4cwva0r5cd40l5a";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d37ebd28f4a2f770958bd9a2669cce86cc76cbe7/recipes/switch-buffer-functions";
- sha256 = "1b93p8q07zncqq3nw829gddc615rwaan1ds5vgfhdb1l7bh9f37l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/switch-buffer-functions";
- license = lib.licenses.free;
- };
- }) {};
- switch-window = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "switch-window";
- ename = "switch-window";
- version = "1.6.2";
- src = fetchFromGitHub {
- owner = "dimitri";
- repo = "switch-window";
- rev = "204f9fc1a39868a2d16ab9370a142c8c9c7a0943";
- sha256 = "0rci96asgamr6qp6nkyr5vwrnslswjxcjd96yccy4aivh0g66yfg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d2204e3b53ade1e400e143ac219f3c7ab63a1e9/recipes/switch-window";
- sha256 = "02f0zjvlzms66w1ryhk1cbr4rqwklzvgcjfiicj0lcnqqx61m2k2";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/switch-window";
- license = lib.licenses.free;
- };
- }) {};
- sws-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "sws-mode";
- ename = "sws-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "brianc";
- repo = "jade-mode";
- rev = "03486dce6990c96e85e53c18b8fcb35fbb8509f5";
- sha256 = "10w73i4sh6mn108lcnm6sv4xr1w0avbfw05kid28c33583h80vpm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/877b5a3e612e1b1d6d51e60c66b0b79f231abdb2/recipes/sws-mode";
- sha256 = "0b12dsad0piih1qygjj0n7rni0pl8cizbzwqm9h1dr8imy53ak4i";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/sws-mode";
- license = lib.licenses.free;
- };
- }) {};
- sx = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , let-alist
- , lib
- , markdown-mode
- , melpaBuild }:
- melpaBuild {
- pname = "sx";
- ename = "sx";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "vermiculus";
- repo = "sx.el";
- rev = "4892f45746fb217d059f4fa074a237c5bac7dd6c";
- sha256 = "02f63k8rzb3bcch6vj6w5c5ncccqg83siqnc8hyi0lhy1bfx240p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f16958a09820233fbe2abe403561fd9a012d0046/recipes/sx";
- sha256 = "1ml1rkhhk3hkd16ij2zwng591rxs2yppsfq9gwd4ppk02if4v517";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs json let-alist markdown-mode ];
- meta = {
- homepage = "https://melpa.org/#/sx";
- license = lib.licenses.free;
- };
- }) {};
- symbol-overlay = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "symbol-overlay";
- ename = "symbol-overlay";
- version = "4.1";
- src = fetchFromGitHub {
- owner = "wolray";
- repo = "symbol-overlay";
- rev = "d1464042783e252f5cac1fcac82fee16fc3534db";
- sha256 = "0d5ir4f3xmz3kr0w93zw45ha4hzz4rvldiza3q9fmqm7m1w2c995";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c2a468ebe1a3e5a35ef40c59a62befbf8960bd7b/recipes/symbol-overlay";
- sha256 = "1al60x2mnjsv99jd10v5sd56zz185wsddiq7128phf1l35bkibis";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/symbol-overlay";
- license = lib.licenses.free;
- };
- }) {};
- symbolword-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "symbolword-mode";
- ename = "symbolword-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "ncaq";
- repo = "symbolword-mode";
- rev = "14a2e4429229d073d48d77c81b3551d60256c545";
- sha256 = "1p92xxclzyfpxl3g12s3651y5rx4a6hf9zy232mxzlxjy0adic2v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/be2018e0206c3f39c1b67e83000b030d70a72ceb/recipes/symbolword-mode";
- sha256 = "1fs1irnmlbrn76b4gdsy0v65nz8av85iqm0b7g9nm2rm8azcr050";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/symbolword-mode";
- license = lib.licenses.free;
- };
- }) {};
- symon = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "symon";
- ename = "symon";
- version = "20160630";
- src = fetchFromGitHub {
- owner = "zk-phi";
- repo = "symon";
- rev = "7beeedd70dc37f5904c781fb697c8df056196ee9";
- sha256 = "1q7di9s8k710nx98wnqnbkkhdimrn0jf6z4xkm4c78l6s5idjwlz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3f4bbc6b3d7b2e2a9fbe7ff7f1d47cda9c859cc0/recipes/symon";
- sha256 = "11llnvngyc3xz8nd6nj86ism0hhs8p54wkscvs4yycbakbyn61lz";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/symon";
- license = lib.licenses.free;
- };
- }) {};
- syndicate = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "syndicate";
- ename = "syndicate";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "KNX32542";
- repo = "syndicate";
- rev = "38b78e18442b1fd028ef3c44053c97bd6020a5b8";
- sha256 = "0iycq74liddjgah9xhb562rr7a8s2c99mbw22r34gvl7rqhn6c2j";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/626bda1691d9c7a97fcf549f7a3f0d41d832cfde/recipes/syndicate";
- sha256 = "06nmldcw5dy2shhpk6nyix7gs57gsr5s9ksj57xgg8y2j3j0da95";
- name = "recipe";
- };
- packageRequires = [ evil ];
- meta = {
- homepage = "https://melpa.org/#/syndicate";
- license = lib.licenses.free;
- };
- }) {};
- synosaurus = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "synosaurus";
- ename = "synosaurus";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "hpdeifel";
- repo = "synosaurus";
- rev = "93f8e0bdddc94426730bfcdf736522e378af508f";
- sha256 = "0gq9gq3a2x7ysmxil4fg6srnm424digpfp8gc2iqvhkdrhmygg3y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/synosaurus";
- sha256 = "06a48ajpickf4qr1bc14skfr8khnjjph7c35b7ajfy8jw2zwavpn";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/synosaurus";
- license = lib.licenses.free;
- };
- }) {};
- syntactic-sugar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "syntactic-sugar";
- ename = "syntactic-sugar";
- version = "0.9.4";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "syntactic-sugar";
- rev = "06d943c6ad9507603bb6ab6d37be2d359d0763a9";
- sha256 = "1pn69f4w48jdj3wd1myj6qq2mhvygmlzbq2dws2qkjlp3kbwa6da";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b32b9b3b3e820e498d7531a1f82da36e5e8f4e74/recipes/syntactic-sugar";
- sha256 = "12b2vpvz5h4wzxrk8jrbgc8v0w6bzzvxcyfs083fi1791qq1rw7r";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/syntactic-sugar";
- license = lib.licenses.free;
- };
- }) {};
- system-packages = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "system-packages";
- ename = "system-packages";
- version = "1.0.10";
- src = fetchFromGitLab {
- owner = "jabranham";
- repo = "system-packages";
- rev = "54f8243a8910535273dca9c439b257975a7ce405";
- sha256 = "1c67f6846p018y5dw7dkn79csrwfvq5rs8308gw7g3r4x40s2psb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7d3c7af03e0bca3f834c32827cbcca29e29ef4db/recipes/system-packages";
- sha256 = "13nk3m8gw9kqjllk7hgkmpxsx9y5h03f0l7zydg388wc7cxsiy3l";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/system-packages";
- license = lib.licenses.free;
- };
- }) {};
- system-specific-settings = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "system-specific-settings";
- ename = "system-specific-settings";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "emacs-system-specific-settings";
- rev = "0050d85b2175095aa5ecf580a2fe43c069b0eef3";
- sha256 = "1hixilnnybv2v3p1wpn7a0ybwah17grawszs3jycsjgzahpgckv7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3f52c584d7435c836ba3c95c598306ba0f5c06da/recipes/system-specific-settings";
- sha256 = "1ydmxi8aw2lf78wv4m39yswbqkmcadqg0wmzg9s8b5h9bxxwvppp";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/system-specific-settings";
- license = lib.licenses.free;
- };
- }) {};
- systemd = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "systemd";
- ename = "systemd";
- version = "1.6";
- src = fetchFromGitHub {
- owner = "holomorph";
- repo = "systemd-mode";
- rev = "1e7567a9973bf80cab0d7e0355656a84bee7ca96";
- sha256 = "0ylgnvpfindg4cxccbqy02ic7p0i9rygf1w16dm1filwhbqvjplq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ca810e512c357d1d0130aeeb9b46b38c595e3351/recipes/systemd";
- sha256 = "1ykvm8mfi3fjvrkfcy9qn0sr9mhwm9x1svrmrd0gyqk418clk5i3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/systemd";
- license = lib.licenses.free;
- };
- }) {};
- ta = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ta";
- ename = "ta";
- version = "1.5";
- src = fetchFromGitHub {
- owner = "kuanyui";
- repo = "ta.el";
- rev = "9226afbe7abbefb825844ef3ba4ca15f1934cfc2";
- sha256 = "09nndx83ws5v2i9x0dzk6l1a0lq29ffzh3y05n0n64nf5j0a7zvk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/847693b5952e99597bd77223e1058536d1beeb5c/recipes/ta";
- sha256 = "0kn2k4n0xfwsrniaqb36v3rxj2pf2sai3bmjksbn1g2kf5g156ll";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/ta";
- license = lib.licenses.free;
- };
- }) {};
- tabbar = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tabbar";
- ename = "tabbar";
- version = "2.2";
- src = fetchFromGitHub {
- owner = "dholm";
- repo = "tabbar";
- rev = "82bbda31cbe8ef367dd6501c3aa14b7f2c835910";
- sha256 = "01sw76wp8bvh21h30pkc3kjr98c8m6qid6misk1y7hkyld0bzxay";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/806420d75561cbeffbc1b387345a56c21cc20179/recipes/tabbar";
- sha256 = "1y376nz1xmchwns4fz8dixbb7hbqh4mln78zvsh7y32il98wzvx9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tabbar";
- license = lib.licenses.free;
- };
- }) {};
- tabbar-ruler = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , tabbar }:
- melpaBuild {
- pname = "tabbar-ruler";
- ename = "tabbar-ruler";
- version = "0.45";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "tabbar-ruler.el";
- rev = "7df2e4814018e84ef9261d04a2ade8168a44e3d7";
- sha256 = "1xd67s92gyr49v73j7r7cbhsc40bkw8aqh21whgbypdgzpyc7azc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1d69d1ef8dbab8394be01153cf9ebe8e49bf9912/recipes/tabbar-ruler";
- sha256 = "10dwjj6r74g9rzdd650wa1wxhqc0q6dmff4j0qbbhmjsxvsr3y0d";
- name = "recipe";
- };
- packageRequires = [ tabbar ];
- meta = {
- homepage = "https://melpa.org/#/tabbar-ruler";
- license = lib.licenses.free;
- };
- }) {};
- tablist = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tablist";
- ename = "tablist";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "politza";
- repo = "tablist";
- rev = "f6b495d09494784163c3e6ba75b771b71fe226a8";
- sha256 = "0pzsdg0rm59daw34ppss79cg05z9wnr8nkmdcc48nkd0p69ip2yy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5fc0c6c02d609fb22710560337bd577f4b1e0c8f/recipes/tablist";
- sha256 = "0c10g86xjhzpmc2sqjmzcmi393qskyw6d9bydqzjk3ffjzklm45p";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/tablist";
- license = lib.licenses.free;
- };
- }) {};
- tagedit = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "tagedit";
- ename = "tagedit";
- version = "1.4.0";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "tagedit";
- rev = "3fcf54b824b75c5ad68f5438d5638103049a389f";
- sha256 = "0kq40g46s8kgiafrhdq99h79rz9h5fvgz59k7ralmf86bl4sdmdb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8968e2cd0bd49d54a5479b2467bd4f0a97d7a969/recipes/tagedit";
- sha256 = "0vfkbrxmrw4fwdz324s734zxdxm2nj3df6i8m6lgb9pizqyp2g6z";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/tagedit";
- license = lib.licenses.free;
- };
- }) {};
- tao-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tao-theme";
- ename = "tao-theme";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "11111000000";
- repo = "tao-theme-emacs";
- rev = "af142b423536b47bce67afda5108dbf3a9317521";
- sha256 = "1fs4rhb4g7s7x3cvqv9d2x5f3079z2hkmp5lns7qfziszkc9fxia";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/94b70f11655944080507744fd06464607727ecef/recipes/tao-theme";
- sha256 = "0gl6zzk5ha6vl2xxf5fcnv1k42cw4axdjdcirr1c4r8jwdq3nl3a";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tao-theme";
- license = lib.licenses.free;
- };
- }) {};
- taskpaper-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "taskpaper-mode";
- ename = "taskpaper-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "saf-dmitry";
- repo = "taskpaper-mode";
- rev = "169dab1eb632e5ac5e34608be2df4e9854368180";
- sha256 = "0mwd9i6mm0h18z7fiqla95bx6c0zb8x4f6380842hgzi9zrnghxi";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f969b1cd58dfd22041a8a2b116db0f48e321e546/recipes/taskpaper-mode";
- sha256 = "0gayhzakiwlrkysmh24499pyzdfy3rmf8d68vamih7igxpl57gim";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/taskpaper-mode";
- license = lib.licenses.free;
- };
- }) {};
- tawny-mode = callPackage ({ cider
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tawny-mode";
- ename = "tawny-mode";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "phillord";
- repo = "tawny-owl";
- rev = "9f11bb428a255a605c725dfbd23cc082c5d258af";
- sha256 = "0l419pvvnj850c6byr7njnjki171mcsvlqj8g2d4qk16j504n34m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ea9a114ff739f7d6f5d4c3167f5635ddf79bf60c/recipes/tawny-mode";
- sha256 = "1xaw1six1n6rw1283fdyl15xcf6m7ngvq6gqlz0xzpf232c4b0kr";
- name = "recipe";
- };
- packageRequires = [ cider emacs ];
- meta = {
- homepage = "https://melpa.org/#/tawny-mode";
- license = lib.licenses.free;
- };
- }) {};
- tdd-status-mode-line = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tdd-status-mode-line";
- ename = "tdd-status-mode-line";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "algernon";
- repo = "tdd-status-mode-line";
- rev = "9b3c35b0a972772640e9fee653eab6a76e06416a";
- sha256 = "0bvxc926kaxvqnppaw4y6gp814qc0krvidn5qg761z4qwz023rax";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25b445a1dea5e8f1042bed6b5372471c25129fd8/recipes/tdd-status-mode-line";
- sha256 = "1i0s7f4y4v8681mymcmjlcbq0jfghgmdzrs167c453mb5ssz8yxg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tdd-status-mode-line";
- license = lib.licenses.free;
- };
- }) {};
- telepathy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "telepathy";
- ename = "telepathy";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "telepathy.el";
- rev = "211d785b02a29ddc254422fdcc3db45262582f8c";
- sha256 = "16kr1p4lzi1ysd5r2dh0mxk60zsm5fvwa9345nfyrgdic340yscc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/485ef1745f07f29c45bf0d489eeb4fcdfda80b33/recipes/telepathy";
- sha256 = "0c3d6vk7d6vqzjndlym2kk7d2zm0b15ac4142ir03p6f19rqq9pr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/telepathy";
- license = lib.licenses.free;
- };
- }) {};
- telephone-line = callPackage ({ cl-generic
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , seq }:
- melpaBuild {
- pname = "telephone-line";
- ename = "telephone-line";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "dbordak";
- repo = "telephone-line";
- rev = "a83dcda21b0f6e10e51c3cded7da9a5d2ead5f34";
- sha256 = "1cg34l6jq75mcqnb3p93z0kv1arvnswm8nkk39fmryand2yygnl9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9c998b70365fb0a210c3b9639db84034c7d45097/recipes/telephone-line";
- sha256 = "0dyh9h1yk9y0217b6rxsm7m372n910vpfgw5w23lkkrwa8x8qpx3";
- name = "recipe";
- };
- packageRequires = [ cl-generic cl-lib emacs seq ];
- meta = {
- homepage = "https://melpa.org/#/telephone-line";
- license = lib.licenses.free;
- };
- }) {};
- ten-hundred-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ten-hundred-mode";
- ename = "ten-hundred-mode";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "aaron-em";
- repo = "ten-hundred-mode.el";
- rev = "bdcfda49b1819e82d61fe90947e50bb948cf7933";
- sha256 = "11nsh6dkd3i489lrqpd9xhr4c0ai51364rlrd6slm54720by9jql";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a0534044ff9ce0740414bf5dc3b104bbdbdacce/recipes/ten-hundred-mode";
- sha256 = "17v38h33ka70ynq72mvma2chvlnm1k2amyvk62c65iv67rwilky3";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/ten-hundred-mode";
- license = lib.licenses.free;
- };
- }) {};
- term-alert = callPackage ({ alert
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , term-cmd }:
- melpaBuild {
- pname = "term-alert";
- ename = "term-alert";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "CallumCameron";
- repo = "term-alert";
- rev = "47af9e6fe483ef0d393098c145f499362a33292a";
- sha256 = "1nv8ma8x9xkgsl95z7yysy8q1lb3xr0pd8a5sb01nlx8ks3clad4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d77aee0b1b2eb7834436bdfa339f95cb97da140/recipes/term-alert";
- sha256 = "02qvfhklysfk1fd4ibdngf4crp9k5ab11zgg90hi1sp429a53f3m";
- name = "recipe";
- };
- packageRequires = [ alert emacs f term-cmd ];
- meta = {
- homepage = "https://melpa.org/#/term-alert";
- license = lib.licenses.free;
- };
- }) {};
- term-cmd = callPackage ({ dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "term-cmd";
- ename = "term-cmd";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "CallumCameron";
- repo = "term-cmd";
- rev = "6c9cbc659b70241d2ed1601eea34aeeca0646dac";
- sha256 = "08qiipjsqc9dfbha6r2yijjbrg2s4i2mkn6zn5616086550v3kpj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e08ea89cf193414cce5073fc9c312f2b382bc842/recipes/term-cmd";
- sha256 = "0pbz9fy9rjfpzspwq78ggf1wcvjslwvj8fvc05w4g56ydza0gqi4";
- name = "recipe";
- };
- packageRequires = [ dash emacs f ];
- meta = {
- homepage = "https://melpa.org/#/term-cmd";
- license = lib.licenses.free;
- };
- }) {};
- term-manager = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "term-manager";
- ename = "term-manager";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "term-manager";
- rev = "bbf64e7d840bc60242dd1d4943f6f5acee1478c2";
- sha256 = "1p11zrig6f01hyxx0adrz57i8zq4c61myiak3kd80v4j3aa8d7ng";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0b2f7d8c8fcbb535432f8e70729d69a572e49a1a/recipes/term-manager";
- sha256 = "0ab388ki7vr1wpz81bvbl2fskq9zz5bicdf5gqfg01qzv5l75iza";
- name = "recipe";
- };
- packageRequires = [ dash emacs ];
- meta = {
- homepage = "https://melpa.org/#/term-manager";
- license = lib.licenses.free;
- };
- }) {};
- term-projectile = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , term-manager }:
- melpaBuild {
- pname = "term-projectile";
- ename = "term-projectile";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "IvanMalison";
- repo = "term-manager";
- rev = "0bca2e7e3b6e906ec67696bc0be952988ca7f733";
- sha256 = "0ybmszjb2lrgqp3zixpxy0lp2l9axw3mz2d4n2kmajh8ckbr576v";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5260876280148fae28a459f07932cebb059b560e/recipes/term-projectile";
- sha256 = "1mzyzjxkdfvf1kq9m3c1f6y6xzj1qq53rixawmnzmil5cmznvwag";
- name = "recipe";
- };
- packageRequires = [ projectile term-manager ];
- meta = {
- homepage = "https://melpa.org/#/term-projectile";
- license = lib.licenses.free;
- };
- }) {};
- term-run = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "term-run";
- ename = "term-run";
- version = "0.1.5";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "term-run-el";
- rev = "54650dbbabb13cb2a6c0670ff6b24b29717a6a8b";
- sha256 = "149pl3zxg5kriydk5h6j95jyly6i23w4w4g4a99s4zi6ljiny6c6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7cad6343104bfe5724e068660af79a6249010164/recipes/term-run";
- sha256 = "1bx3s68rgr9slsw9k01gfg7sxd4z7sarg4pi2ivril7108mhg2cs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/term-run";
- license = lib.licenses.free;
- };
- }) {};
- termbright-theme = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "termbright-theme";
- ename = "termbright-theme";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "bmastenbrook";
- repo = "termbright-theme-el";
- rev = "bec6ab14336c0611e85f45486276004f16d20607";
- sha256 = "0gfsqpza8phvma5y3ck0n6p197x1i33w39m3c7jmja4ml121n73d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a7151773de39fe570e3e9b351daad89db9dd267f/recipes/termbright-theme";
- sha256 = "14q88qdbnyzxr8sr8i5glj674sb4150b9y6nag0dqrxs629is6xj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/termbright-theme";
- license = lib.licenses.free;
- };
- }) {};
- terminal-here = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "terminal-here";
- ename = "terminal-here";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "davidshepherd7";
- repo = "terminal-here";
- rev = "e176d1675dc5c41b6aebd05122fb2efc44b6cff0";
- sha256 = "0dj3z8czvziszb20sizgf1yriv4im811rcfadm7ga9zs2al56kqy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f8df6f7e23476eb52e7fdfbf9de277d3b44db978/recipes/terminal-here";
- sha256 = "1w64r3y88lspxxcqcqfwhakk8p9vl7q3z610dykfbqwqx61a6adj";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/terminal-here";
- license = lib.licenses.free;
- };
- }) {};
- tern = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tern";
- ename = "tern";
- version = "0.23.0";
- src = fetchFromGitHub {
- owner = "ternjs";
- repo = "tern";
- rev = "40a0c74db3888b997a9115720ff91c399bb1b146";
- sha256 = "0dh0bfs0knikzn4gvjh9274yhbg3ndw46qmj4jy0kxh7gfl2lpkh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eaecd67af24050c72c5df73c3a12e717f95d5059/recipes/tern";
- sha256 = "1am97ssslkyijpvgk4nldi67ws48g1kpj6gisqzajrrlw5q93wvd";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs json ];
- meta = {
- homepage = "https://melpa.org/#/tern";
- license = lib.licenses.free;
- };
- }) {};
- tern-auto-complete = callPackage ({ auto-complete
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , tern }:
- melpaBuild {
- pname = "tern-auto-complete";
- ename = "tern-auto-complete";
- version = "0.23.0";
- src = fetchFromGitHub {
- owner = "ternjs";
- repo = "tern";
- rev = "d545bbdd8482c231211f9521c688fc06632e745e";
- sha256 = "0ribzvl5gs281chp2kqaqmjj9xji7k9l71hsblfw1vj2w9l7nw2m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/eaecd67af24050c72c5df73c3a12e717f95d5059/recipes/tern-auto-complete";
- sha256 = "1i99b4awph50ygcqsnppm1h48hbf8cpq1ppd4swakrwgmcy2mn26";
- name = "recipe";
- };
- packageRequires = [ auto-complete cl-lib emacs tern ];
- meta = {
- homepage = "https://melpa.org/#/tern-auto-complete";
- license = lib.licenses.free;
- };
- }) {};
- tern-context-coloring = callPackage ({ context-coloring
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , tern }:
- melpaBuild {
- pname = "tern-context-coloring";
- ename = "tern-context-coloring";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "jacksonrayhamilton";
- repo = "tern-context-coloring";
- rev = "db0466c650ed4f7e6621a48dfdc53eaf5e127be9";
- sha256 = "093mdq97gc0ljw6islhm7y1yl3yf7w4gf205s96bnsnb1v952n63";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/db2119d2c2d167d771ee02c2735b435d59991b93/recipes/tern-context-coloring";
- sha256 = "0wkb7gn2ma6mz495bgphcjs5p0c6a869zk4a8mnm0spq41xbw4gi";
- name = "recipe";
- };
- packageRequires = [ context-coloring emacs tern ];
- meta = {
- homepage = "https://melpa.org/#/tern-context-coloring";
- license = lib.licenses.free;
- };
- }) {};
- terraform-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , hcl-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "terraform-mode";
- ename = "terraform-mode";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-terraform-mode";
- rev = "6286aa42132a7fcad49271d63be33deeeb8d4efc";
- sha256 = "05hn8kskx9lcgn7bzgam99c629zlryir2pickwrqndacjrqpdykx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/93e06adf34bc613edf95feaca64c69a0a2a4b567/recipes/terraform-mode";
- sha256 = "1m3s390mn4pba7zk17xfk045dqr4rrpv5gw63jm18fyqipsi6scn";
- name = "recipe";
- };
- packageRequires = [ emacs hcl-mode ];
- meta = {
- homepage = "https://melpa.org/#/terraform-mode";
- license = lib.licenses.free;
- };
- }) {};
- test-case-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , fringe-helper
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "test-case-mode";
- ename = "test-case-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "ieure";
- repo = "test-case-mode";
- rev = "26e397c0f930b7eb0be413ef7dd257b1da052bec";
- sha256 = "108csr1d7w0105rb6brzgbksb9wmq1p573vxbq0miv5k894j447f";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d2e0bf342713cbdf30cf98d0bbc7476b0abeb7f5/recipes/test-case-mode";
- sha256 = "1iba97yvbi5vr7gvc58gq2ah6jg2s7apc9ssq7mdzki823n8z2qi";
- name = "recipe";
- };
- packageRequires = [ fringe-helper ];
- meta = {
- homepage = "https://melpa.org/#/test-case-mode";
- license = lib.licenses.free;
- };
- }) {};
- test-kitchen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "test-kitchen";
- ename = "test-kitchen";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "jjasghar";
- repo = "test-kitchen-el";
- rev = "ddbcb964ac4700973eaf30ae366f086e3319e51f";
- sha256 = "004rd6jkaklsbgka9mf2zi5qzxsl2shwl1kw0vgb963xkmk9zaz8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/420d18c76f593338fb28807fcbe3b884be5b1634/recipes/test-kitchen";
- sha256 = "1bl3yvj56dq147yplrcwphcxiwvmx5n97y4qpkm9imiv8cnjm1g0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/test-kitchen";
- license = lib.licenses.free;
- };
- }) {};
- test-simple = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "test-simple";
- ename = "test-simple";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "rocky";
- repo = "emacs-test-simple";
- rev = "75eea25bae04d8e5e3e835a2770f02f0ff4602c4";
- sha256 = "08g7fan1y3wi4w7cdij14awadqss6prqg3k7qzf0wrnbm13dzhmk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a4b76e053faee299f5b770a0e41aa615bf5fbf10/recipes/test-simple";
- sha256 = "1l6y77fqd0l0mh2my23psi66v5ya6pbr2hgvcbsaqjnpmfm90w3g";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/test-simple";
- license = lib.licenses.free;
- };
- }) {};
- texfrag = callPackage ({ auctex
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "texfrag";
- ename = "texfrag";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "TobiasZawada";
- repo = "texfrag";
- rev = "270a8a4b5dadddc5b226d9a9c6c7868ea6bfe86f";
- sha256 = "18ahbksxg1i3gvsayx2mhkjd1p75c60x5f8d9a3abm4h50gs5mvf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/756649bbe2dc6233c66c3d128a8096be12231078/recipes/texfrag";
- sha256 = "195vdpwqzypz35v8hc7ai9xpv1flrik60lgrk5m7xypnlp7mpr2x";
- name = "recipe";
- };
- packageRequires = [ auctex emacs ];
- meta = {
- homepage = "https://melpa.org/#/texfrag";
- license = lib.licenses.free;
- };
- }) {};
- textmate = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "textmate";
- ename = "textmate";
- version = "1";
- src = fetchFromGitHub {
- owner = "defunkt";
- repo = "textmate.el";
- rev = "17b699fc96849958f9a09003d11da73020ffb7be";
- sha256 = "14bxpbswwpzbz6g8z3imgk2nsig0xllxmf71w0i83cdhh7ql1f3h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ad3923ac8948de75a159e916ecc22005a17458ad/recipes/textmate";
- sha256 = "119w944pwarpqzcr9vys17svy1rkfs9hiln8903q9ff4lnjkpf1v";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/textmate";
- license = lib.licenses.free;
- };
- }) {};
- textmate-to-yas = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "textmate-to-yas";
- ename = "textmate-to-yas";
- version = "0.21";
- src = fetchFromGitHub {
- owner = "mattfidler";
- repo = "textmate-to-yas.el";
- rev = "8805e5159329e1b74629b7b584373fc446f57d31";
- sha256 = "0fjapb7naysf34g4ac5gsa90b2s2ss7qgpyd9mfv3mdqrsp2dyw7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/487c461bf658d50135428d72fbfbb2573a00eb7d/recipes/textmate-to-yas";
- sha256 = "04agz4a41h0givfdw88qjd3c7pd418qyigsij4la5f37j5rh338l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/textmate-to-yas";
- license = lib.licenses.free;
- };
- }) {};
- textx-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "textx-mode";
- ename = "textx-mode";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "novakboskov";
- repo = "textx-mode";
- rev = "72f9f0c5855b382024f0da8f56833c22a70a5cb3";
- sha256 = "1lr9v7dk0pnmpvdvs4m5d9yvxlii0xzr8b3akknm25gvbw1y1q8k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/dada0378af342e0798c418032a8dcc7dfd80d600/recipes/textx-mode";
- sha256 = "10y95m6fskvdb2gh078ifa70nc48shkvw0223iyqbyjys35h53bn";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/textx-mode";
- license = lib.licenses.free;
- };
- }) {};
- theme-changer = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "theme-changer";
- ename = "theme-changer";
- version = "2.1.0";
- src = fetchFromGitHub {
- owner = "hadronzoo";
- repo = "theme-changer";
- rev = "d3d9c9f62a138958262ac5dd61837df427268611";
- sha256 = "09vf3qs949n4iqzd14iq2kgvypwdwdv8ii8l5jcqfppgspd8m8yd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d08b24a2aec1012751054c68f7d55bac1bd1fd11/recipes/theme-changer";
- sha256 = "1qbmsghkl5gs728q0gaalc7p8q7nzv3l045jc0jdxxnb7na3gc5w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/theme-changer";
- license = lib.licenses.free;
- };
- }) {};
- theme-looper = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "theme-looper";
- ename = "theme-looper";
- version = "2.4.0";
- src = fetchFromGitHub {
- owner = "myTerminal";
- repo = "theme-looper";
- rev = "388138a238fbab9b4bc5ada0300c9bc5ef63d3f1";
- sha256 = "0gab7ph1d7z0bjflqrj1y1lb4nk4c32bkpi943px0m5s5cjm54jv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/theme-looper";
- sha256 = "018bixcbzri3zsasy1pp2qfvgd679ylpi9gq26qv9iwlfhlrpwgf";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/theme-looper";
- license = lib.licenses.free;
- };
- }) {};
- thinks = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "thinks";
- ename = "thinks";
- version = "1.12";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "thinks.el";
- rev = "7bdc418ff946d0cc9ea4cc73d38b3c71ffaa838d";
- sha256 = "0wf3nikpnn0yivlmp6plyaiydm56mp3f91lljb1kay64nqgnfq65";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/439957cabf379651dc243219a83c3c96bae6f8cf/recipes/thinks";
- sha256 = "11vj9mjfzmqwdmkq97aqns3fh8hkgx9scnki6c2iag5lj0av2vcq";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/thinks";
- license = lib.licenses.free;
- };
- }) {};
- thrift = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "thrift";
- ename = "thrift";
- version = "2019.6.10.0";
- src = fetchFromGitHub {
- owner = "facebook";
- repo = "fbthrift";
- rev = "a1960cc1a78ada27872913a145395f6bd45c8fd9";
- sha256 = "1az66smmfdkm4rzb8pripsb8ymyvvpncpapg69byf0hqhklln55z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0dca078c0c467bc44290a922ad5627d6a34194f8/recipes/thrift";
- sha256 = "13isxx16h7rg8q5a68qmgrf3rknhfrx1qh6fb5njlznfwhrqry3y";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/thrift";
- license = lib.licenses.free;
- };
- }) {};
- tickscript-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tickscript-mode";
- ename = "tickscript-mode";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "msherry";
- repo = "tickscript-mode";
- rev = "6e7564593d7735acc9f3fa670ec6512991cb73a1";
- sha256 = "173zk9nzjds0rkypmaq8xv5qianivgk16jpzgk0msdsn9kjbd8s9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c60ee1839f728c5041bde1fe4fa62c4d41c746ef/recipes/tickscript-mode";
- sha256 = "0wnck6j377idx7h7csmfdhp6napv3zs4sd24lknfclafhslllp54";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/tickscript-mode";
- license = lib.licenses.free;
- };
- }) {};
- tidal = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tidal";
- ename = "tidal";
- version = "1.0.13";
- src = fetchFromGitHub {
- owner = "tidalcycles";
- repo = "Tidal";
- rev = "a6eed4908c8b78f0c98b9cb8cd290814afd1252b";
- sha256 = "1hwcc713vrx5ypcxsidwp25mvcg24bk8fqy7k04w7np4hhc6szql";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/16a26659a16199b5bb066be6e5c4a40419bda018/recipes/tidal";
- sha256 = "0im0qbavpykacrwww3y0mlbhf5yfx8afcyvsq5pmjjp0aw245w6a";
- name = "recipe";
- };
- packageRequires = [ emacs haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/tidal";
- license = lib.licenses.free;
- };
- }) {};
- tide = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , melpaBuild
- , s
- , typescript-mode }:
- melpaBuild {
- pname = "tide";
- ename = "tide";
- version = "3.2.3";
- src = fetchFromGitHub {
- owner = "ananthakumaran";
- repo = "tide";
- rev = "2d17c051cccd248a980575caf5728f4d5c986b30";
- sha256 = "19kjq4kr2j853p5qp1s79zxmrfprli82lsnphbrlp9vbnib28xyd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a21e063011ebbb03ac70bdcf0a379f9e383bdfab/recipes/tide";
- sha256 = "1z2xr25s23sz6nrzzw2xg1l2j8jvjhxi53qh7nvxmmq6n6jjpwg1";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash flycheck s typescript-mode ];
- meta = {
- homepage = "https://melpa.org/#/tide";
- license = lib.licenses.free;
- };
- }) {};
- timer-revert = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "timer-revert";
- ename = "timer-revert";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "yyr";
- repo = "timer-revert";
- rev = "6c67f09d4c8349f2883ee870097ec68be0033291";
- sha256 = "0b9sar8crzh3rzsscvqj45gkr2kfxp7w1fzq7y1d631d45wn41zq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/991e68c59d1fbaef06ba2583f07499ecad05586d/recipes/timer-revert";
- sha256 = "0lvm2irfx9rb5psm1lf53fv2jjx745n1c172xmyqip5xwgmf6msy";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/timer-revert";
- license = lib.licenses.free;
- };
- }) {};
- timesheet = callPackage ({ auctex
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , org
- , s }:
- melpaBuild {
- pname = "timesheet";
- ename = "timesheet";
- version = "0.4.1";
- src = fetchFromGitHub {
- owner = "tmarble";
- repo = "timesheet.el";
- rev = "67ca6a9f6733052066b438301fb2dd81b8b3f6eb";
- sha256 = "0rmh8lik27pmq95858jbjzgvf6rsfdnpynwcagj1fgkval5kzdbs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/40009ef2f6845c83242ca5d0a8c9c2c1e4ef8a9d/recipes/timesheet";
- sha256 = "1gy6bf4wqvp8cw2wjnrr9ijnzwav3p7j46m7qrn6l0517shwl506";
- name = "recipe";
- };
- packageRequires = [ auctex org s ];
- meta = {
- homepage = "https://melpa.org/#/timesheet";
- license = lib.licenses.free;
- };
- }) {};
- timonier = callPackage ({ all-the-icons
- , dash
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild
- , pkg-info
- , request
- , s }:
- melpaBuild {
- pname = "timonier";
- ename = "timonier";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "timonier";
- rev = "33ca5887a1d1b63349177237e9edfb73546511a5";
- sha256 = "0z6s26kc50rbmgkkbxzpasphi8hcwhixmi8ksqzrclayccjjj7ar";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a31b0c177fd83bdeb1842a6ec3095de143bb4eae/recipes/timonier";
- sha256 = "0vb83kv2dkca2bq876icxs8iivv9qgkzmzrsxfpnvbv752b220b0";
- name = "recipe";
- };
- packageRequires = [ all-the-icons dash hydra pkg-info request s ];
- meta = {
- homepage = "https://melpa.org/#/timonier";
- license = lib.licenses.free;
- };
- }) {};
- toc-org = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "toc-org";
- ename = "toc-org";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "snosov1";
- repo = "toc-org";
- rev = "ebff38bfa4cc95476a20a349014e2d1862ff4647";
- sha256 = "0ml075741iw9n4apiy9iv30wx4bgzpn6iisrzx3mxjl85kgmlmf2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1305d88eca984a66039444da1ea64f29f1950206/recipes/toc-org";
- sha256 = "06mx2b0zjck82vp3i4bwbqlrzn05i2rkf8080cn34nkizi59wlbs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/toc-org";
- license = lib.licenses.free;
- };
- }) {};
- torus = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "torus";
- ename = "torus";
- version = "2.0";
- src = fetchFromGitHub {
- owner = "chimay";
- repo = "torus";
- rev = "222d5b155dd544cb158b2f84be8ad304b0c69df1";
- sha256 = "164mip0cibs3c8c4khnbzs8f2pmj57ng5q7hspzv7wk8nvc6d39i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/efc3b538861084cc13ff067a9258e55dc006b70d/recipes/torus";
- sha256 = "0zjidnc7nwbxs90spp373hx92vksd72vz4avmi4dbmhi89rdfhh0";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/torus";
- license = lib.licenses.free;
- };
- }) {};
- total-lines = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "total-lines";
- ename = "total-lines";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "hinrik";
- repo = "total-lines";
- rev = "58a9fb0ffca63e3dfb3b27c7d91b4630e422903b";
- sha256 = "0ajbqrkg3v0yn8mj7dsv12w9zzcwjkabd776fabxamhcj6zbvza3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b6455dd89167a854477a00284f64737905b54d8/recipes/total-lines";
- sha256 = "0zpli7gsb56fc3pzb3b2bs7dzr9glkixbzgl4p2kc249vz3jqajh";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/total-lines";
- license = lib.licenses.free;
- };
- }) {};
- tox = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tox";
- ename = "tox";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "chmouel";
- repo = "tox.el";
- rev = "27a074b21238855ce3c33d22e42d69e2c2921205";
- sha256 = "1m3f0i6vrkrncd7xsgz65m6595iv6yr4gbbzlis8p01kd98wbxfk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/08a7433e16f2a9a2c04168600a9c99bc21c68ddf/recipes/tox";
- sha256 = "1z81x8fs5q6r19hpqphsilk8wdwwnfr8w78x5x298x74s9mcsywl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tox";
- license = lib.licenses.free;
- };
- }) {};
- traad = callPackage ({ dash
- , deferred
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup
- , request
- , request-deferred
- , virtualenvwrapper }:
- melpaBuild {
- pname = "traad";
- ename = "traad";
- version = "3.1.1";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "emacs-traad";
- rev = "1f05cb4e5e96a90d2fb2bbc93093084327c40cf2";
- sha256 = "14qg8aczcdf51w618zdzx3d48y9n4skjrg72yhgcm9a9lrs5v8y1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2b3eb31c077fcaff94b74b757c1ce17650333943/recipes/traad";
- sha256 = "08gxh5c01xfbbj9g4992jah494rw3d3bbs8j79r3mpqxllkp2znf";
- name = "recipe";
- };
- packageRequires = [
- dash
- deferred
- popup
- request
- request-deferred
- virtualenvwrapper
- ];
- meta = {
- homepage = "https://melpa.org/#/traad";
- license = lib.licenses.free;
- };
- }) {};
- tracking = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tracking";
- ename = "tracking";
- version = "2.11";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "circe";
- rev = "571853c1f5ece6777fe745489b34d3ad7c3cb0ba";
- sha256 = "1l2zhszwg7cg96vlyi33bykk4mmig38xmasgpp02xypa4j4p11sw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a2b295656d53fddc76cacc86b239e5648e49e3a4/recipes/tracking";
- sha256 = "096h5bl7jcwz5hpbm2139bf8a784hijfy40vzf42y1c9794al46z";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tracking";
- license = lib.licenses.free;
- };
- }) {};
- transient = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , lv
- , melpaBuild }:
- melpaBuild {
- pname = "transient";
- ename = "transient";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "transient";
- rev = "33f538a0bb83c8d4abc8f4c2db0dfbb9b09c4f92";
- sha256 = "1hrn4mgag6rkcqzpmn5ysa9rj79dsgmh8vrihjvaikrdyshf9zxc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ee7bfefdf4423d63706a6dcf128886ca6b514e6b/recipes/transient";
- sha256 = "04xkdspn475dlch5fcw21phhdhshxlbyznjbi0l7qk8snm130qpv";
- name = "recipe";
- };
- packageRequires = [ dash emacs lv ];
- meta = {
- homepage = "https://melpa.org/#/transient";
- license = lib.licenses.free;
- };
- }) {};
- transmission = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "transmission";
- ename = "transmission";
- version = "0.12.1";
- src = fetchFromGitHub {
- owner = "holomorph";
- repo = "transmission";
- rev = "03a36853f141387654b7cb9217c7417db096a083";
- sha256 = "0kvg2gawsgy440x1fsl2c4pkxwp3zirq9rzixanklk0ryijhd3ry";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9ed7e414687c0bd82b140a1bd8044084d094d18f/recipes/transmission";
- sha256 = "0w0hlr4y4xpcrpvclqqqasggkgrwnzrdib51mhkh3f3mqyiw8gs9";
- name = "recipe";
- };
- packageRequires = [ emacs let-alist ];
- meta = {
- homepage = "https://melpa.org/#/transmission";
- license = lib.licenses.free;
- };
- }) {};
- travis = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pkg-info
- , request
- , s }:
- melpaBuild {
- pname = "travis";
- ename = "travis";
- version = "0.6.0";
- src = fetchFromGitHub {
- owner = "nlamirault";
- repo = "emacs-travis";
- rev = "c8769d3db10ed4604969049e3bd276afa0a0138e";
- sha256 = "1jd7xsvs4m55fscp62a9lk59ip4sgifv4kazl55b7543nz1i31bz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c064a0dc7922cbe4cff2ae65665c4f10e6dbff27/recipes/travis";
- sha256 = "1km496cq1vni9gy2d3z4c9524q62750ywz745rjz4r7178ip9mix";
- name = "recipe";
- };
- packageRequires = [ dash pkg-info request s ];
- meta = {
- homepage = "https://melpa.org/#/travis";
- license = lib.licenses.free;
- };
- }) {};
- treemacs = callPackage ({ ace-window
- , cl-lib ? null
- , dash
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , ht
- , hydra
- , lib
- , melpaBuild
- , pfuture
- , s }:
- melpaBuild {
- pname = "treemacs";
- ename = "treemacs";
- version = "2.5";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "treemacs";
- rev = "495691ebafb37b07afb8b549d0fba714ab17e365";
- sha256 = "1fhp1m8hrdbb0mw5r4diq4hn7svz0j23iqzq6x02dzqp3866qiik";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37cca017cf529a0553ba73bcb824a945ec8b1137/recipes/treemacs";
- sha256 = "0is4waygw902vkha4jwav0i05298zhf4d559m91gmsfg1cfrlrr3";
- name = "recipe";
- };
- packageRequires = [ ace-window cl-lib dash emacs f ht hydra pfuture s ];
- meta = {
- homepage = "https://melpa.org/#/treemacs";
- license = lib.licenses.free;
- };
- }) {};
- treemacs-evil = callPackage ({ evil
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , treemacs }:
- melpaBuild {
- pname = "treemacs-evil";
- ename = "treemacs-evil";
- version = "2.5";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "treemacs";
- rev = "de1ba5217ca4c41fc36d405832b749b6fffd2b82";
- sha256 = "0wk280qs99py3s3lykm3pd3v3nbml1c9hkal29cx0475m12fc5lw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37cca017cf529a0553ba73bcb824a945ec8b1137/recipes/treemacs-evil";
- sha256 = "144klr1gqqzfqy7fx9lzngc2vljy6mnz7awk0z5f8vfclczkihw2";
- name = "recipe";
- };
- packageRequires = [ evil treemacs ];
- meta = {
- homepage = "https://melpa.org/#/treemacs-evil";
- license = lib.licenses.free;
- };
- }) {};
- treemacs-icons-dired = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , treemacs }:
- melpaBuild {
- pname = "treemacs-icons-dired";
- ename = "treemacs-icons-dired";
- version = "2.5";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "treemacs";
- rev = "0e5d2b558486ce9074eccde83cc70ce1a6bfa2e2";
- sha256 = "05dh7dnn2ks03gvbj5f01h1qa87giaapxhdzl5z4s8g6zwiydjy7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37cca017cf529a0553ba73bcb824a945ec8b1137/recipes/treemacs-icons-dired";
- sha256 = "075897b11aaj9h59gbcldz2wd5557h86pq28qkijbgay4i3piv9v";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs treemacs ];
- meta = {
- homepage = "https://melpa.org/#/treemacs-icons-dired";
- license = lib.licenses.free;
- };
- }) {};
- treemacs-magit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild
- , pfuture
- , treemacs }:
- melpaBuild {
- pname = "treemacs-magit";
- ename = "treemacs-magit";
- version = "2.5";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "treemacs";
- rev = "1a30066872fa11612ab4ff8a8565beedb5f2e135";
- sha256 = "1vbqfkn2llw7kzhh5bmfqpq0gg6qmixxcbq5mjyw53l01klvylvs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1719c6bfc346e63f58221ea2c6e625b98f4ea368/recipes/treemacs-magit";
- sha256 = "10c32rf76w26hhg1pyjlwj94adpjz1kic4hzapbckvcyzcwz6fql";
- name = "recipe";
- };
- packageRequires = [ emacs magit pfuture treemacs ];
- meta = {
- homepage = "https://melpa.org/#/treemacs-magit";
- license = lib.licenses.free;
- };
- }) {};
- treemacs-projectile = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , projectile
- , treemacs }:
- melpaBuild {
- pname = "treemacs-projectile";
- ename = "treemacs-projectile";
- version = "2.5";
- src = fetchFromGitHub {
- owner = "Alexander-Miller";
- repo = "treemacs";
- rev = "ac088d4afd267de2046ce25658285ffb6174a6ba";
- sha256 = "0fzq8q7mm3nxs1aw3qhhw78lnlh8cagf443sn5n38xb9f4m44djk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/37cca017cf529a0553ba73bcb824a945ec8b1137/recipes/treemacs-projectile";
- sha256 = "1lldvpasvgsd5xvnlafddqp47w7rdvf3vqfhr26rxn99kj5s9xzp";
- name = "recipe";
- };
- packageRequires = [ projectile treemacs ];
- meta = {
- homepage = "https://melpa.org/#/treemacs-projectile";
- license = lib.licenses.free;
- };
- }) {};
- treepy = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "treepy";
- ename = "treepy";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "volrath";
- repo = "treepy.el";
- rev = "b40e6b09eb9be45da67b8c9e4990a5a0d7a2a09d";
- sha256 = "04zwm6gx9pxfvgfkizx6pvb1ql8pqxjyzqp8flz0432x0gq5nlxk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/63c94a703841f8c11948200d86d98145bc62162c/recipes/treepy";
- sha256 = "0jfah4vywi1b6c86h7vh8fspmklhs790qzkl51i9p7yckfggwp72";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/treepy";
- license = lib.licenses.free;
- };
- }) {};
- trinary = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "trinary";
- ename = "trinary";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "emacs-elsa";
- repo = "trinary-logic";
- rev = "c043034e1e476ae103cc52b6922e15f6dd2fc8a3";
- sha256 = "0hi6ybsz6v6ls8ajkyqpy9cq87pk684l9a7js863f7ycgwb37nzn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/48fff02dde8a678e151f2765ea7c3a383912c68b/recipes/trinary";
- sha256 = "1k2jpay1wx2m54fpja9mrhqyk15ikml8xf15irh8yrxb3hah8f8k";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/trinary";
- license = lib.licenses.free;
- };
- }) {};
- trr = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "trr";
- ename = "trr";
- version = "2.0.0";
- src = fetchFromGitHub {
- owner = "kawabata";
- repo = "emacs-trr";
- rev = "7500ae0a05a3e26888949208afcd0185cc1b1404";
- sha256 = "0x1knf2jqkd1sdswv1w902jnlppih2yw6z028268nizl0c9q92yn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/56fa3c0b65e4e300f01804df7779ba6f1cb18cec/recipes/trr";
- sha256 = "068vqsyx8riqzfrmjk8wr81f68r2y2b6ymc2vvl6vka9rprvsfwr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/trr";
- license = lib.licenses.free;
- };
- }) {};
- truthy = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , melpaBuild }:
- melpaBuild {
- pname = "truthy";
- ename = "truthy";
- version = "0.2.8";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "truthy";
- rev = "276a7e6b13606d28e4f2e423bb1ea30904c5def3";
- sha256 = "18na22fhwqz80qinmnpsvp6ghc9irva1scixi6s4q6plmgr4m397";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f7a7e319dbe17e2b31353e7d7cab51d557d86e9d/recipes/truthy";
- sha256 = "1a56zmqars9fd03bkqzwpvgblq5fvq19n4jw04c4hpga92sq8wqg";
- name = "recipe";
- };
- packageRequires = [ list-utils ];
- meta = {
- homepage = "https://melpa.org/#/truthy";
- license = lib.licenses.free;
- };
- }) {};
- try = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "try";
- ename = "try";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "larstvei";
- repo = "Try";
- rev = "271b0a362cadf44d0694628b9e213f54516ef913";
- sha256 = "1fvpi02c6awyrwg2yqjapvcv4132qvmvd9bkbwpjmndxpicsann3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/13c0ed40ad02fa0893cbf4dd9617dccb624f064b/recipes/try";
- sha256 = "0dv0i77agva215bf1gj1x1k7f7g3pvccyyd7vslapf9z8brccn7n";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/try";
- license = lib.licenses.free;
- };
- }) {};
- tss = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , json-mode
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "tss";
- ename = "tss";
- version = "0.6.0";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-tss";
- rev = "140ae681828469b1415ae51a39ac4fdfaa84e4c3";
- sha256 = "113qs1frz1rfvswgw5wrvmxd7q6zbpp6rdz35hr1wmpfj546z1kw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d52e20f5ca38ed399d19f18f778b8601baf78460/recipes/tss";
- sha256 = "0d16x5r2xfy6mrwy0mqzpr9b3inqmyyxgawrxlfh83j1xb903dhm";
- name = "recipe";
- };
- packageRequires = [ auto-complete json-mode log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/tss";
- license = lib.licenses.free;
- };
- }) {};
- tuareg = callPackage ({ caml
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tuareg";
- ename = "tuareg";
- version = "2.2.0";
- src = fetchFromGitHub {
- owner = "ocaml";
- repo = "tuareg";
- rev = "40f974d3b0777f9666928d0b4a5126a4c7491b17";
- sha256 = "049nw6pkkxnq3k4vv4ksl93csiybm7q29xigdkc7cr9cls6h8jf0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/01fb6435a1dfeebdf4e7fa3f4f5928bc75526809/recipes/tuareg";
- sha256 = "0wx723dmjlpm86xdabl9n8p22zbbxpapyfn6ifz0b0pvhh49ip7q";
- name = "recipe";
- };
- packageRequires = [ caml ];
- meta = {
- homepage = "https://melpa.org/#/tuareg";
- license = lib.licenses.free;
- };
- }) {};
- tumble = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tumble";
- ename = "tumble";
- version = "1.5";
- src = fetchFromGitHub {
- owner = "febuiles";
- repo = "tumble";
- rev = "a1db6dac5720b9f468a79e0efce04f77c0a458e3";
- sha256 = "0ihjjw5wxz5ybl3600k937pszw3442cijs4gbqqip9vhd5y9m8gy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/579a441d153c4c7d9f8172be94983a632d6fab8f/recipes/tumble";
- sha256 = "1c9ybq0mb2a0pw15fmm13vfwcnr2h9fb1xsm5nrff1cg7913pgv9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tumble";
- license = lib.licenses.free;
- };
- }) {};
- tup-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "tup-mode";
- ename = "tup-mode";
- version = "1.3.1";
- src = fetchFromGitHub {
- owner = "ejmr";
- repo = "tup-mode";
- rev = "945af9c8e6c402e10cd3bf8e28a9591174023d6d";
- sha256 = "0asd024n5v23wdsg1959sszq568wg3a1bp4jrk0cllfji1z0n78y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bda3260dad1c766c5b6ae9124f966bf441e24f2f/recipes/tup-mode";
- sha256 = "0pzpn1ljfcc2dl9fg7jc8lmjwz2baays4axjqk1qsbj0kqbc8j0l";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/tup-mode";
- license = lib.licenses.free;
- };
- }) {};
- turing-machine = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "turing-machine";
- ename = "turing-machine";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "dieggsy";
- repo = "turing-machine";
- rev = "ad1dccc9c445f9e4465e1c67cbbfea9583153047";
- sha256 = "0qaz4r5ahg2fxsfyxilb8c9956i5ra9vg80l82slm8vrnsinzll6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/turing-machine";
- sha256 = "0q9a31m5wnz9j9l4i8czdl7z12nrcdjw72w8sqvf94ri2g5dbpkq";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/turing-machine";
- license = lib.licenses.free;
- };
- }) {};
- twilight-anti-bright-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "twilight-anti-bright-theme";
- ename = "twilight-anti-bright-theme";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "jimeh";
- repo = "twilight-anti-bright-theme";
- rev = "16d4ff2606789b506f0d2f53d12f02d5b1b64f9b";
- sha256 = "0glw5lns7hwp8jznnfm6dyjw454sv2n84gy07ma7s1q3yczhq5bc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/twilight-anti-bright-theme";
- sha256 = "1wfj570l5k0ygqi9dwjskc78rpnxw6080bkw1zd1a8kl3fa28n2k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/twilight-anti-bright-theme";
- license = lib.licenses.free;
- };
- }) {};
- twittering-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "twittering-mode";
- ename = "twittering-mode";
- version = "3.0.0";
- src = fetchFromGitHub {
- owner = "hayamiz";
- repo = "twittering-mode";
- rev = "fa40325328bc8c2aa40eff6ed1954d5c07436152";
- sha256 = "1bpzcljg81igldjjglgn0vxy9i89i802kx2jgvcr16c1vway7cm9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/twittering-mode";
- sha256 = "0v9ijxw5jazh2hc0qab48y71za2l9ryff0mpkxhr3f79irlqy0a1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/twittering-mode";
- license = lib.licenses.free;
- };
- }) {};
- typescript-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "typescript-mode";
- ename = "typescript-mode";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "emacs-typescript";
- repo = "typescript.el";
- rev = "7a5c74d88e3c5513cc4431a837003736f905a75e";
- sha256 = "002f1xfhq43fjaqliwrgxspryfahpa82va5dw3p8kwil2xwvc6mh";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/94455323364d5a6b00e2786d577134eb350826b4/recipes/typescript-mode";
- sha256 = "1abnik2dq0zfnp8pk8x6zy962qww78xadm87xyiwz17559g88d82";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/typescript-mode";
- license = lib.licenses.free;
- };
- }) {};
- typit = callPackage ({ emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mmt }:
- melpaBuild {
- pname = "typit";
- ename = "typit";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "typit";
- rev = "a4e3147dedac5535bdc8b06aca00f34f14f26e35";
- sha256 = "0hbnwrhxj9wwjvxsk372ffgjqfkb3ljxhgi5h7wps2r15dxfvf3w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d17d019155e19c156f123dcd702f18cfba488701/recipes/typit";
- sha256 = "05m7ymcq6fgbhh93ninrf3qi7csdnf2ahhf01mkm8gxxyaqq6m4n";
- name = "recipe";
- };
- packageRequires = [ emacs f mmt ];
- meta = {
- homepage = "https://melpa.org/#/typit";
- license = lib.licenses.free;
- };
- }) {};
- typo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "typo";
- ename = "typo";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "jorgenschaefer";
- repo = "typoel";
- rev = "e72171e4eb0b9ec80b9dabc3198d137d9fb4f972";
- sha256 = "1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/typo";
- sha256 = "1p8is1n525lmzq588hj6vazmhl9wi6rairnfx1g1p6g6ijdycd4h";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/typo";
- license = lib.licenses.free;
- };
- }) {};
- ubuntu-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ubuntu-theme";
- ename = "ubuntu-theme";
- version = "4.2";
- src = fetchFromGitHub {
- owner = "rocher";
- repo = "ubuntu-theme";
- rev = "41f09ca6c203da93bdadb2077556efd48e3b5d5a";
- sha256 = "0k41hwb6jgv3hngfrphlyhmfhvy4k05mvn0brm64xk7lj56y8q2c";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/ubuntu-theme";
- sha256 = "160z59aaxb2v6c24nki6bn7pjm9r4jl1mgxs4h4sivzxkaw811s2";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ubuntu-theme";
- license = lib.licenses.free;
- };
- }) {};
- ucs-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , list-utils
- , melpaBuild
- , pcache
- , persistent-soft }:
- melpaBuild {
- pname = "ucs-utils";
- ename = "ucs-utils";
- version = "0.8.4";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "ucs-utils";
- rev = "cbfd42f822bf5717934fa2d92060e6e24a813433";
- sha256 = "0qw9vwl1p0pjw1xmshxar1a8kn6gmin5rdvvnnly8b5z9hpkjf3m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/ucs-utils";
- sha256 = "111fwg2cqqzpa79rcqxidppb12c8g12zszppph2ydfvkgkryb6z2";
- name = "recipe";
- };
- packageRequires = [ list-utils pcache persistent-soft ];
- meta = {
- homepage = "https://melpa.org/#/ucs-utils";
- license = lib.licenses.free;
- };
- }) {};
- undercover = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , shut-up }:
- melpaBuild {
- pname = "undercover";
- ename = "undercover";
- version = "0.6.1";
- src = fetchFromGitHub {
- owner = "sviridov";
- repo = "undercover.el";
- rev = "86f856c799aacfd48d2eb42d1a6afda0e6e49845";
- sha256 = "080bmfwyfi8663y8x594770hqz7mff7zvj2v03qdfwbhdr9w9y29";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d58ad9eb863494f609114e3c6af8c14c891b83a5/recipes/undercover";
- sha256 = "1s30c3i6y4r3mgrrs3lda3rrwmy9ff11ihdmshyziv9v5879sdjf";
- name = "recipe";
- };
- packageRequires = [ dash emacs shut-up ];
- meta = {
- homepage = "https://melpa.org/#/undercover";
- license = lib.licenses.free;
- };
- }) {};
- underline-with-char = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "underline-with-char";
- ename = "underline-with-char";
- version = "3.0.0";
- src = fetchFromGitHub {
- owner = "marcowahl";
- repo = "underline-with-char";
- rev = "c2f4870aff70efe70a8d1b089e56d3a2d6d048b9";
- sha256 = "0i6jfr4l7mr8gpavmfblr5d41ck8aqzaf4iv1qk5fyzsb6yi0nla";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e24888ccf61ac05eba5c30a47d35653f2badf019/recipes/underline-with-char";
- sha256 = "0la24nvyqinla40c2f3f4a63mjjsg58096hyw3pvp0mwiff7rxyd";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/underline-with-char";
- license = lib.licenses.free;
- };
- }) {};
- underwater-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "underwater-theme";
- ename = "underwater-theme";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "jmdeldin";
- repo = "underwater-theme.el";
- rev = "1fbd4ecd4538256c6c46f9638f883072c73ac927";
- sha256 = "1g1ldyz42q3i2xlgvhd4s93cvkh0fm8m3l344zjcw8rvqaisyphj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e7dccc77d082181629b8f0c45404ac5d8bd97590/recipes/underwater-theme";
- sha256 = "0ab2bcqfdi9ml3z9d511pbfwcbp8hkkd36xxp61k36gkyi3acvlr";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/underwater-theme";
- license = lib.licenses.free;
- };
- }) {};
- unfill = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unfill";
- ename = "unfill";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "unfill";
- rev = "234fee7351cafdcfa68a2b1fc603744b03e0e16b";
- sha256 = "0i25kr4anszl48w29vlxwfg3dq1baa81qj91v4iw3wsnmc40n7ww";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2ade389a20419b3e29a613409ac73a16b7c5bddb/recipes/unfill";
- sha256 = "0b21dk45vbz4vqdbdx0n6wx30rm38w1jjqbsxfj7b96p3i5shwqv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/unfill";
- license = lib.licenses.free;
- };
- }) {};
- unicode-enbox = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , persistent-soft
- , string-utils
- , ucs-utils }:
- melpaBuild {
- pname = "unicode-enbox";
- ename = "unicode-enbox";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "unicode-enbox";
- rev = "ff313f6778bb96481c0ee3291b07a7db46f21ff5";
- sha256 = "0n06dvf6r7qblz8vz38qc37xrn29wa1c0jyzis1qw9zzf6hmmzj7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/unicode-enbox";
- sha256 = "1phb2qq3pg6z6bl96kl9yfq4jxhgardjpaa4lhgqbxymmqdm7gzv";
- name = "recipe";
- };
- packageRequires = [ pcache persistent-soft string-utils ucs-utils ];
- meta = {
- homepage = "https://melpa.org/#/unicode-enbox";
- license = lib.licenses.free;
- };
- }) {};
- unicode-escape = callPackage ({ dash
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names }:
- melpaBuild {
- pname = "unicode-escape";
- ename = "unicode-escape";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "kosh04";
- repo = "unicode-escape.el";
- rev = "04c7f22f90c96e93f998f084089ab08dc7f4fdd6";
- sha256 = "01i5cq7yan9z1kr6pvp4bwzsnxs0bpqsaglfbvy7v6jfp923bvdm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b2ae00434b80357dc62cd0177dbd714b25fb3ac7/recipes/unicode-escape";
- sha256 = "0gcwkv7qbdnvak10jfzj9irb7nkfqsfxv2n5fi8vvrk90j1a2i2k";
- name = "recipe";
- };
- packageRequires = [ dash emacs names ];
- meta = {
- homepage = "https://melpa.org/#/unicode-escape";
- license = lib.licenses.free;
- };
- }) {};
- unicode-fonts = callPackage ({ fetchFromGitHub
- , fetchurl
- , font-utils
- , lib
- , list-utils
- , melpaBuild
- , pcache
- , persistent-soft
- , ucs-utils }:
- melpaBuild {
- pname = "unicode-fonts";
- ename = "unicode-fonts";
- version = "0.4.10";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "unicode-fonts";
- rev = "7b88ae84e589f6c8b9386b2fb5a02ff4ccb91169";
- sha256 = "07wzcfj92jiadgd6nj5rmxky2aiaxs89j7zywp877xdp4vv0v512";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/83459421dd2eb3d60ec668c3d5bb38d99ee64aff/recipes/unicode-fonts";
- sha256 = "0plipwb30qqay8691qzqdyg6smpbs9dsxxi49psb8sq0xnxl84q3";
- name = "recipe";
- };
- packageRequires = [
- font-utils
- list-utils
- pcache
- persistent-soft
- ucs-utils
- ];
- meta = {
- homepage = "https://melpa.org/#/unicode-fonts";
- license = lib.licenses.free;
- };
- }) {};
- unicode-progress-reporter = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , persistent-soft
- , ucs-utils }:
- melpaBuild {
- pname = "unicode-progress-reporter";
- ename = "unicode-progress-reporter";
- version = "0.5.4";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "unicode-progress-reporter";
- rev = "f4705332412b12fc72ca868b77c78465561bda75";
- sha256 = "0qy1hla7vf674ynqdzsaw2cnk92nhpcimww5q94rc0a95pzw64wd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/83459421dd2eb3d60ec668c3d5bb38d99ee64aff/recipes/unicode-progress-reporter";
- sha256 = "03z7p27470fqy3gd356l9cpp44a35sfrxz94dxmx388rzlygk7y7";
- name = "recipe";
- };
- packageRequires = [ emacs pcache persistent-soft ucs-utils ];
- meta = {
- homepage = "https://melpa.org/#/unicode-progress-reporter";
- license = lib.licenses.free;
- };
- }) {};
- unicode-whitespace = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , pcache
- , persistent-soft
- , ucs-utils }:
- melpaBuild {
- pname = "unicode-whitespace";
- ename = "unicode-whitespace";
- version = "0.2.4";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "unicode-whitespace";
- rev = "6d29f25d46b3344c74ce289fc80b3d4fc17ed6db";
- sha256 = "0q7cbl89yg3fjxaxsqsksxhw7ibdslbb004z5y1m579n7zgcrljy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f9892a826f3ac335d12bd1a07202334e28a44f40/recipes/unicode-whitespace";
- sha256 = "1b3jgha8va42b89pdp41sab2w9wllp7dicqg4lxl67bg6wn147wy";
- name = "recipe";
- };
- packageRequires = [ pcache persistent-soft ucs-utils ];
- meta = {
- homepage = "https://melpa.org/#/unicode-whitespace";
- license = lib.licenses.free;
- };
- }) {};
- unify-opening = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unify-opening";
- ename = "unify-opening";
- version = "2.1.0";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "unify-opening";
- rev = "502469ddba6d8d52159f53976265f7d956b6b17c";
- sha256 = "0mni9vnbs50wvgnwfjwgzlwfff38h3wbrpr20nv84dmfh8ac0v61";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0a2faab13744262ef4d12750f70b300b3afd2835/recipes/unify-opening";
- sha256 = "1gpmklbdbmv8va8d3yr94r1ydkcyvdzcgxv56rp0bxwbcgmk0as8";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/unify-opening";
- license = lib.licenses.free;
- };
- }) {};
- unkillable-scratch = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "unkillable-scratch";
- ename = "unkillable-scratch";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "EricCrosson";
- repo = "unkillable-scratch";
- rev = "dac9dbed946a26829e6227ac15c0fa1d07ccd05f";
- sha256 = "0fgipv93x47cvyww07cqx8xa95jz36y6fy5rmaq40jnnmdkgq862";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/822ac5610f333e41b676a29ef45a6f8bfea3162e/recipes/unkillable-scratch";
- sha256 = "0ghbpa9pf7k6vd2mjxkpqg2qfl4sd40ir6mrk1rxr1rv8s0afkf7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/unkillable-scratch";
- license = lib.licenses.free;
- };
- }) {};
- uptimes = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "uptimes";
- ename = "uptimes";
- version = "3.7";
- src = fetchFromGitHub {
- owner = "davep";
- repo = "uptimes.el";
- rev = "1f726d31b502d764a3e3191aaf92ed4855105131";
- sha256 = "1ymv5fh0bfjzkkd8vc9f1n8921bx1czbb29s0rw6zy37vkhs6v3s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72099e35ce3e34ec6afc6a3f87a4da07ec91499a/recipes/uptimes";
- sha256 = "0r8s5c2hdcb1ly7rnhzar4qzf1c9d49gd914ndnc3mg9yb9gyy5h";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/uptimes";
- license = lib.licenses.free;
- };
- }) {};
- urscript-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "urscript-mode";
- ename = "urscript-mode";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "guidoschmidt";
- repo = "urscript-mode";
- rev = "b341f96b129ead8fb74d680cb4f546985bf110a9";
- sha256 = "0qhncqsvsrpgc47ixsp436imfm0l6pd1kbpjjk426wrnzaszrpkc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4ae680b51a85749ed254215bbd4a35909961049/recipes/urscript-mode";
- sha256 = "1jjmpg9r7vwa8284chx9yc1ifn36m7ml1ks4ls8hnsxachbv7wlh";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/urscript-mode";
- license = lib.licenses.free;
- };
- }) {};
- use-package = callPackage ({ bind-key
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "use-package";
- ename = "use-package";
- version = "2.4";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "use-package";
- rev = "39a8b8812c2c9f6f0b299e6a04e504ef393694ce";
- sha256 = "1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/51a19a251c879a566d4ae451d94fcb35e38a478b/recipes/use-package";
- sha256 = "0d0zpgxhj6crsdi9sfy30fn3is036apm1kz8fhjg1yzdapf1jdyp";
- name = "recipe";
- };
- packageRequires = [ bind-key emacs ];
- meta = {
- homepage = "https://melpa.org/#/use-package";
- license = lib.licenses.free;
- };
- }) {};
- use-package-chords = callPackage ({ bind-chord
- , bind-key
- , fetchFromGitHub
- , fetchurl
- , key-chord
- , lib
- , melpaBuild
- , use-package }:
- melpaBuild {
- pname = "use-package-chords";
- ename = "use-package-chords";
- version = "2.4";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "use-package";
- rev = "763bf5337dab14b318a3ddce29140de1ed8fb35b";
- sha256 = "08v4rsl3x5dj7ihpnzbyxjbg2ls2kybcsb0rcxjh5anj4hmcsyly";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6240afa625290187785e4b7535ee7b0d7aad8969/recipes/use-package-chords";
- sha256 = "1217l0gpxcp8532p0d3g1xd2015qpx2g5xm0kwsbxdmffqqdaar3";
- name = "recipe";
- };
- packageRequires = [ bind-chord bind-key key-chord use-package ];
- meta = {
- homepage = "https://melpa.org/#/use-package-chords";
- license = lib.licenses.free;
- };
- }) {};
- use-package-el-get = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , use-package }:
- melpaBuild {
- pname = "use-package-el-get";
- ename = "use-package-el-get";
- version = "0.1";
- src = fetchFromGitLab {
- owner = "edvorg";
- repo = "use-package-el-get";
- rev = "f33c448ed43ecb003b60ff601ee7ef9b08cff947";
- sha256 = "1wzn3h8k7aydj3hxxws64b0v4cr3b77cf7z128xh3v6xz2w62m4z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/aca60522257353fbfd9d032f8c3cae7914d6bd36/recipes/use-package-el-get";
- sha256 = "143vydssjxmkcgs661hz6nhg310r8qypn2a4vyxy5sb31wqcclzg";
- name = "recipe";
- };
- packageRequires = [ use-package ];
- meta = {
- homepage = "https://melpa.org/#/use-package-el-get";
- license = lib.licenses.free;
- };
- }) {};
- use-package-ensure-system-package = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , system-packages
- , use-package }:
- melpaBuild {
- pname = "use-package-ensure-system-package";
- ename = "use-package-ensure-system-package";
- version = "2.4";
- src = fetchFromGitHub {
- owner = "jwiegley";
- repo = "use-package";
- rev = "2b89ca4b9102baaf3f84f3fc8177c8a17288e291";
- sha256 = "18xpjqvnrk72jybbd5xipnsbngkj38hqd9vfq0kb42fhiv1v5b92";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6240afa625290187785e4b7535ee7b0d7aad8969/recipes/use-package-ensure-system-package";
- sha256 = "1cl61nwgsz5dh3v9rdiww8mq2k1sbx27gr6izb4ij4pnzjp7aaj6";
- name = "recipe";
- };
- packageRequires = [ system-packages use-package ];
- meta = {
- homepage = "https://melpa.org/#/use-package-ensure-system-package";
- license = lib.licenses.free;
- };
- }) {};
- use-package-hydra = callPackage ({ emacs
- , fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , use-package }:
- melpaBuild {
- pname = "use-package-hydra";
- ename = "use-package-hydra";
- version = "0.2";
- src = fetchFromGitLab {
- owner = "to1ne";
- repo = "use-package-hydra";
- rev = "8cd55a1128fbdf6327bb38a199d206225896d146";
- sha256 = "19dja25illcvwpx8j1kigw8dzby41bm57prx1bhaxkmsakxyl863";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/28589bb76442601930a4591e200c8e1db119caf6/recipes/use-package-hydra";
- sha256 = "0q2qfav2y1p6vxfvdblqlpjmj0z7z8w843jpry9g07d8kc4959f6";
- name = "recipe";
- };
- packageRequires = [ emacs use-package ];
- meta = {
- homepage = "https://melpa.org/#/use-package-hydra";
- license = lib.licenses.free;
- };
- }) {};
- usql = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "usql";
- ename = "usql";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "nickbarnwell";
- repo = "usql.el";
- rev = "bfaf428b366a9a185eef84f0d645a98dc918fe3d";
- sha256 = "00b1g30l86abg65wc9f4vcn4ccqa2zmn2mi33vdjrq3phw17d2ks";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c8f6b968312a09d062fcc8f942d29c93df2a5a3c/recipes/usql";
- sha256 = "10ks164kcly5gkb2qmn700a51kph2sry4a64jwn60p5xl7w7af84";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/usql";
- license = lib.licenses.free;
- };
- }) {};
- utop = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "utop";
- ename = "utop";
- version = "2.4.0";
- src = fetchFromGitHub {
- owner = "diml";
- repo = "utop";
- rev = "ea38850e606dd18c94e2ccabc28485fec1c8f91f";
- sha256 = "0g7mj1qag9d7mn58l3lh7as0w4bj7rq3r6d3mykafgyjaajsxnx0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/30489fe52b4031184e54f994770aa3291257bc9d/recipes/utop";
- sha256 = "0lv16kl29gc9hdcpn04l85pf7x93vkl41s4mgqp678cllzyr0cq7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/utop";
- license = lib.licenses.free;
- };
- }) {};
- v2ex-mode = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "v2ex-mode";
- ename = "v2ex-mode";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "aborn";
- repo = "v2ex-mode";
- rev = "e871c4872a4970bf76e6132d77ef0ef7b11536fe";
- sha256 = "0sc0ix8d5knsm8p6z819j7iwkp2d6lrq0d8l94x4a8dgh4mapls8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b27b7d777415aa350c8c30822e239b9a4c02e77d/recipes/v2ex-mode";
- sha256 = "04frd6jbnf9g7ak2fdbik9iji7b0903cpbg1hx7rai1853af7gh1";
- name = "recipe";
- };
- packageRequires = [ cl-lib let-alist request ];
- meta = {
- homepage = "https://melpa.org/#/v2ex-mode";
- license = lib.licenses.free;
- };
- }) {};
- vagrant = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vagrant";
- ename = "vagrant";
- version = "0.6.1";
- src = fetchFromGitHub {
- owner = "ottbot";
- repo = "vagrant.el";
- rev = "ef3022d290ee26597e21b17ab87acbd8d4f1071f";
- sha256 = "1661fwfx2gpxjriy3ngi9raz8c2kkk3rgg51irdi591jr2zqmw6s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/vagrant";
- sha256 = "0g6sqzsx3lixcn09fkxhhcfp45qnqgf1ms0l7nkzyljavb7151cf";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vagrant";
- license = lib.licenses.free;
- };
- }) {};
- vbasense = callPackage ({ auto-complete
- , fetchFromGitHub
- , fetchurl
- , lib
- , log4e
- , melpaBuild
- , yaxception }:
- melpaBuild {
- pname = "vbasense";
- ename = "vbasense";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "emacs-vbasense";
- rev = "8c61a492d7c15218ae1a96e2aebfe6f78bfff6db";
- sha256 = "19j5q2f6pybvjq3ryjcyihzlw348hqyjhfcy3qflry6w786dqcgn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8e7dd1e985d55149f48e4f93a31fb28ec01a4add/recipes/vbasense";
- sha256 = "1440q2bi4arpl5lbqh7zscg7v3884clqx54p2fdfcfkz47ky4z9n";
- name = "recipe";
- };
- packageRequires = [ auto-complete log4e yaxception ];
- meta = {
- homepage = "https://melpa.org/#/vbasense";
- license = lib.licenses.free;
- };
- }) {};
- vc-hgcmd = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vc-hgcmd";
- ename = "vc-hgcmd";
- version = "1.6.8";
- src = fetchFromGitHub {
- owner = "muffinmad";
- repo = "emacs-vc-hgcmd";
- rev = "5edf2b9ebbe68a05e1d9ad119e239154577953bf";
- sha256 = "1yswz1mhdpp52zsyzryyr1psi9pnm1x4ri4i24vbmsxvj9vzhkmp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/111142342ab81dcaa88a831ba620be499a334c3f/recipes/vc-hgcmd";
- sha256 = "11p8r94s72x47nkxlarxwy33im167jpjas8b9i8dkrz2iggwn5xk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/vc-hgcmd";
- license = lib.licenses.free;
- };
- }) {};
- vc-msg = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , popup }:
- melpaBuild {
- pname = "vc-msg";
- ename = "vc-msg";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "vc-msg";
- rev = "091f3cf15ecb35bb4dc5de1ef7229f78735d9aee";
- sha256 = "0s129fzxhrr8pp4h0hkmxapnman67r0bdmbj8ys6r361na7h16hf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/59ad4e80b49c78decd7b5794565313f65550384e/recipes/vc-msg";
- sha256 = "16pgx8pg3djhkmhf1fihgjk7c6nb2nsqj58888bwg7385mlwc7g9";
- name = "recipe";
- };
- packageRequires = [ emacs popup ];
- meta = {
- homepage = "https://melpa.org/#/vc-msg";
- license = lib.licenses.free;
- };
- }) {};
- vcomp = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vcomp";
- ename = "vcomp";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "tarsius";
- repo = "vcomp";
- rev = "f839b3b3257a564b19d7f9557dc8bcbbe0b95842";
- sha256 = "1xd42bdi6x89gc9xjrwvzzdaanv9vwlbbjwp25bs1nsd53k5nvak";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/561442ea9f75ebe8444db1a0c40f7756fcbca482/recipes/vcomp";
- sha256 = "02cj2nlyxvgvl2rjfgacljvcsnfm9crmmkhcm2pznj9xw10y8pq0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vcomp";
- license = lib.licenses.free;
- };
- }) {};
- vdiff = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vdiff";
- ename = "vdiff";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "justbur";
- repo = "emacs-vdiff";
- rev = "f55acdbfcbb14e463d0850cfd041614c7002669e";
- sha256 = "0dlhisvnlzkzlilg456lxi0m5wh4a8681n142684hmk8vaw3wx2k";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e90f19c8fa4b0d267d269b76f117995e812e899c/recipes/vdiff";
- sha256 = "11gw0l63fssbiyhngqb7ykrp7m1vy55wlf27ybhh2dkwh1cpkr4l";
- name = "recipe";
- };
- packageRequires = [ emacs hydra ];
- meta = {
- homepage = "https://melpa.org/#/vdiff";
- license = lib.licenses.free;
- };
- }) {};
- vdiff-magit = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , magit
- , melpaBuild
- , vdiff }:
- melpaBuild {
- pname = "vdiff-magit";
- ename = "vdiff-magit";
- version = "0.3.2";
- src = fetchFromGitHub {
- owner = "justbur";
- repo = "emacs-vdiff-magit";
- rev = "7e841dc7225300dd4d5560faad04e5c44cd8b267";
- sha256 = "0800lnclv0kdkk2njddhsydsbifrwgg6w09mm4js7mqci1mr3gia";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2159275fabde8ec8b297f6635546b1314d519b8b/recipes/vdiff-magit";
- sha256 = "1vjc1r5xfdg9bmscgppx1fps1w5bd0zpp6ab5z5dxlg2zx2vdldw";
- name = "recipe";
- };
- packageRequires = [ emacs magit vdiff ];
- meta = {
- homepage = "https://melpa.org/#/vdiff-magit";
- license = lib.licenses.free;
- };
- }) {};
- vdirel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , helm
- , lib
- , melpaBuild
- , org-vcard
- , seq }:
- melpaBuild {
- pname = "vdirel";
- ename = "vdirel";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "DamienCassou";
- repo = "vdirel";
- rev = "58b0b6e6f0913a782691373b3996ca6bb6d1ba54";
- sha256 = "0rkj9w1jbagx1515xs1jwh6fi0cx0nj7gym30c99c8v8asq63ds2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72b5ea3f4444c3de73d986a28e1d12bf47c40246/recipes/vdirel";
- sha256 = "11cc7bw7x5h3bwnlsjyhw6k5fh2fk7wffarrcny562v4cmr013cj";
- name = "recipe";
- };
- packageRequires = [ emacs helm org-vcard seq ];
- meta = {
- homepage = "https://melpa.org/#/vdirel";
- license = lib.licenses.free;
- };
- }) {};
- vdm-comint = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , vdm-mode }:
- melpaBuild {
- pname = "vdm-comint";
- ename = "vdm-comint";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "peterwvj";
- repo = "vdm-mode";
- rev = "e131edb0d35de28bd47d6128dd70d9a6fc46e0fa";
- sha256 = "090a0imk7dr6vqq4lf806pvajqc499x2gmi0k7rgc1696rbyzhb5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/077f586e59fe3b6085e1f19b3c18b218de5d4046/recipes/vdm-comint";
- sha256 = "1r7jg7dkzfs4n230n0jk23w0ncqsiwkslf2gmjfzfqg8qklr9bhs";
- name = "recipe";
- };
- packageRequires = [ emacs vdm-mode ];
- meta = {
- homepage = "https://melpa.org/#/vdm-comint";
- license = lib.licenses.free;
- };
- }) {};
- vdm-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vdm-mode";
- ename = "vdm-mode";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "peterwvj";
- repo = "vdm-mode";
- rev = "e131edb0d35de28bd47d6128dd70d9a6fc46e0fa";
- sha256 = "090a0imk7dr6vqq4lf806pvajqc499x2gmi0k7rgc1696rbyzhb5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/70a6c89d41235f7e8463a47400004a32b2979a5a/recipes/vdm-mode";
- sha256 = "1h72731vcsjqsbii1wbzpa114x09aqbkbnz5fg9fnjq9rybz6rn7";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/vdm-mode";
- license = lib.licenses.free;
- };
- }) {};
- vdm-snippets = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "vdm-snippets";
- ename = "vdm-snippets";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "peterwvj";
- repo = "vdm-mode";
- rev = "e131edb0d35de28bd47d6128dd70d9a6fc46e0fa";
- sha256 = "090a0imk7dr6vqq4lf806pvajqc499x2gmi0k7rgc1696rbyzhb5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f246b9dcf7915a845b9e2cd44cc1a0833b412c8f/recipes/vdm-snippets";
- sha256 = "1js1hjs2r9bbqm50bl389y87xn68f30xrh2z6nd5kz2hdgkm6lhj";
- name = "recipe";
- };
- packageRequires = [ emacs yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/vdm-snippets";
- license = lib.licenses.free;
- };
- }) {};
- vector-utils = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vector-utils";
- ename = "vector-utils";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "vector-utils";
- rev = "2bd63c8ade1a2b6f8aac403c5f25adda2215a685";
- sha256 = "0lzq31zqnk32vfp3kicnvgfr3nkv8amjzxmk9nrz1kwgmq7gvkjk";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/081aa3e1d50c2c9e5a9b9ce0716258a93279f605/recipes/vector-utils";
- sha256 = "07armr23pq5pd47lqhir6a59r86c84zikbc51d8vfcaw8y71yr5n";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vector-utils";
- license = lib.licenses.free;
- };
- }) {};
- vertigo = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vertigo";
- ename = "vertigo";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "noctuid";
- repo = "vertigo.el";
- rev = "ebfa068d9e2fc39ba6d1744618c4e31dad6f629b";
- sha256 = "1yk7qqg8i3970kpfk34wvi0gh16qf0b0sfnf18g3s21dd4gk5a6g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f1957e7fa03b6b8eb2f3250bd814d707bce3cfa3/recipes/vertigo";
- sha256 = "0x0wy1z601sk1x96bl2xx18qm4avd77iybq1a3ss8x8ykwqlgf83";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/vertigo";
- license = lib.licenses.free;
- };
- }) {};
- vhdl-tools = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , ggtags
- , helm
- , helm-rg
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vhdl-tools";
- ename = "vhdl-tools";
- version = "6.0";
- src = fetchFromGitHub {
- owner = "csantosb";
- repo = "vhdl-tools";
- rev = "054b75353905d867b4c5b53258bc3180ce48c767";
- sha256 = "0q5d0938h31snl8i3r0c81w88qk99i25c65xsjdvn0hs8g2lpwir";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/69fe2f8fb98ac1af1d3185f62ae1c89e646cfebf/recipes/vhdl-tools";
- sha256 = "006d9xv60a90xalagczkziiimwsr1np9nn25zvnc4nlbf8j3fbbw";
- name = "recipe";
- };
- packageRequires = [ emacs ggtags helm helm-rg ];
- meta = {
- homepage = "https://melpa.org/#/vhdl-tools";
- license = lib.licenses.free;
- };
- }) {};
- vim-region = callPackage ({ expand-region
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vim-region";
- ename = "vim-region";
- version = "0.3.0";
- src = fetchFromGitHub {
- owner = "ongaeshi";
- repo = "emacs-vim-region";
- rev = "e5359cc584a0cfa9270a76866a5eff7d3f44eb3d";
- sha256 = "1750gx65ymibam8ahx5blfv5jc26f3mzbklk1jrmfwpsalyghdd9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/23249b485ca8e66a21f858712f46aa76b8554f28/recipes/vim-region";
- sha256 = "1dcnx799lpjsdnnjxqzgskkfj2nx7f4kwf0xjhbg35ny4nyn81dx";
- name = "recipe";
- };
- packageRequires = [ expand-region ];
- meta = {
- homepage = "https://melpa.org/#/vim-region";
- license = lib.licenses.free;
- };
- }) {};
- vimish-fold = callPackage ({ cl-lib ? null
- , emacs
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vimish-fold";
- ename = "vimish-fold";
- version = "0.2.3";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "vimish-fold";
- rev = "e631352fbf910f692807afe38a2b6a7882a403a8";
- sha256 = "152w1wqxj7yzm3d12lknzz1aix4h8cb571sjns3m1s7azsr3vfbq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b4862b0a3d43f073e645803cbbf11d973a4b51d5/recipes/vimish-fold";
- sha256 = "017by9w53d8pqlsazfycmhdv16yylks308p5vxp1rcw2qacpc5m3";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs f ];
- meta = {
- homepage = "https://melpa.org/#/vimish-fold";
- license = lib.licenses.free;
- };
- }) {};
- virtualenvwrapper = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "virtualenvwrapper";
- ename = "virtualenvwrapper";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "porterjamesj";
- repo = "virtualenvwrapper.el";
- rev = "f753e5ad91c2ff5d11bec424aa8cec141efa6925";
- sha256 = "062pbnplb3w9h64qsj71d9fvgicp1x63n05mgvgymjh2rnx7py0d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/acc9b816796b9f142c53f90593952b43c962d2d8/recipes/virtualenvwrapper";
- sha256 = "0rn5vwncx8z69xp8hspr06nzkf28l9flchpb2936c2nalmhx6m8i";
- name = "recipe";
- };
- packageRequires = [ dash s ];
- meta = {
- homepage = "https://melpa.org/#/virtualenvwrapper";
- license = lib.licenses.free;
- };
- }) {};
- visible-mark = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "visible-mark";
- ename = "visible-mark";
- version = "0.1";
- src = fetchFromGitLab {
- owner = "iankelling";
- repo = "visible-mark";
- rev = "c1852e13b6b61982738b56977a452ec9026faf1b";
- sha256 = "15zdbvv6c114mv6hdq375l7ax70sss06p9d7m86hgssc3kiv9vsv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76ac7178ee5381e08ae881f3fc6061106eeb1c1d/recipes/visible-mark";
- sha256 = "1rp0gnz28m1drwb1hhsf0mwxzdppdi88hscf788qw8cw65gckv80";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/visible-mark";
- license = lib.licenses.free;
- };
- }) {};
- visual-fill-column = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "visual-fill-column";
- ename = "visual-fill-column";
- version = "1.11";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "visual-fill-column";
- rev = "57c2a72d46900117ea92e0a01b97e19481800503";
- sha256 = "086zfx4lh168rg50ndg8qzdh8vzc6sgfii7qzcn4mg4wa74hnp9y";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c7628c805840c4687686d0b9dc5007342864721e/recipes/visual-fill-column";
- sha256 = "19y0pwaybjal2rc7migdbnafpi4dfbxvrzgfqr8dlvd9q68v08y5";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/visual-fill-column";
- license = lib.licenses.free;
- };
- }) {};
- visual-regexp = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "visual-regexp";
- ename = "visual-regexp";
- version = "1.1.2";
- src = fetchFromGitHub {
- owner = "benma";
- repo = "visual-regexp.el";
- rev = "3e3ed81a3cbadef1f1f4cb16f9112a58641d70ca";
- sha256 = "12p3rlhdphwmx1kxsjzcl2wj3i6qgpvw8iwhg1whs6yqgaxivixd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/visual-regexp";
- sha256 = "16bdqq2j7pnjq3j6qa4rhxzidqdhyg80c7nazd93smis8rcv5d0z";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/visual-regexp";
- license = lib.licenses.free;
- };
- }) {};
- visual-regexp-steroids = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , visual-regexp }:
- melpaBuild {
- pname = "visual-regexp-steroids";
- ename = "visual-regexp-steroids";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "benma";
- repo = "visual-regexp-steroids.el";
- rev = "a6420b25ec0fbba43bf57875827092e1196d8a9e";
- sha256 = "1isqa4ck6pm4ykcrkr0g1qj8664jkpcsrq0f8dlb0sksns2dqkwj";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7f105ebce741956b7becc86e4bdfcafecf59af74/recipes/visual-regexp-steroids";
- sha256 = "1xkrzyyll8wmb67m75lfm9k8qcm068km8r1k8hcsadpkd01bx1lr";
- name = "recipe";
- };
- packageRequires = [ visual-regexp ];
- meta = {
- homepage = "https://melpa.org/#/visual-regexp-steroids";
- license = lib.licenses.free;
- };
- }) {};
- vlf = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vlf";
- ename = "vlf";
- version = "1.7.1";
- src = fetchFromGitHub {
- owner = "m00natic";
- repo = "vlfi";
- rev = "df677c128f8abc764b51d2a0ed26071618e686de";
- sha256 = "1fx2ngjh3y69ynih328jiy8132z9y7q7s91rzw8mgpf3hnfmaqly";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9116b11eb513dd9e1dc9542d274dd60f183b24c4/recipes/vlf";
- sha256 = "1ipkv5kmda0l39xwbf7ns9p0mx3kb781mxsm9vmbkhr5x577s2j8";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vlf";
- license = lib.licenses.free;
- };
- }) {};
- voca-builder = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "voca-builder";
- ename = "voca-builder";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "yitang";
- repo = "voca-builder";
- rev = "224402532da28e45edd398fda61ecbddb97d22d3";
- sha256 = "0q1rwqjwqcnsr57s531pwlm464q8wx5vvdm5rj2xy9b3yi6phis1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42a930e024ce525b2890ccd5a1eb4844859faafd/recipes/voca-builder";
- sha256 = "0mbw87mpbb8rw7xzhmg6yjla2c80x9820kw4q00x00ny5rbhm76y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/voca-builder";
- license = lib.licenses.free;
- };
- }) {};
- volatile-highlights = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "volatile-highlights";
- ename = "volatile-highlights";
- version = "1.11";
- src = fetchFromGitHub {
- owner = "k-talo";
- repo = "volatile-highlights.el";
- rev = "fb2abc2d4d4051a9a6b7c8de2fe7564161f01f24";
- sha256 = "1v0chqj5jir4685jd8ahw86g9zdmi6xd05wmzhyw20rbk924fcqf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/volatile-highlights";
- sha256 = "1r6in919aqdziv6bgzp4k7jqa87bd287pacq615sd5m1nzva1a4d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/volatile-highlights";
- license = lib.licenses.free;
- };
- }) {};
- vue-html-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "vue-html-mode";
- ename = "vue-html-mode";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "vue-html-mode";
- rev = "361a9fa117f044c3072dc5a7344ff7be31725849";
- sha256 = "1z1pphxli8fcahw9fhmxls1v9nyd34pz51jwwa6g468zvdmcjb77";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/48588b163ab76204b9054340071e758045480e19/recipes/vue-html-mode";
- sha256 = "1f4pjfp4298jkvhacxygddg557hhyivgnm5x3yhjipfv6fjkgl2s";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/vue-html-mode";
- license = lib.licenses.free;
- };
- }) {};
- vue-mode = callPackage ({ edit-indirect
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , mmm-mode
- , ssass-mode
- , vue-html-mode }:
- melpaBuild {
- pname = "vue-mode";
- ename = "vue-mode";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "AdamNiederer";
- repo = "vue-mode";
- rev = "48ff04657613f39848d0e66e9dd367aa2dc19e89";
- sha256 = "014vx8jkscj1c614v78dqlqlg7n0zc3c2db3dqvxvaz417i5mxq0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6440f81aed1fcddcaf7afeedb74520e605211986/recipes/vue-mode";
- sha256 = "0npzn7pycqfdakv4plkigq8aw1bqhz3y03y3ypx21q5a186ds0g5";
- name = "recipe";
- };
- packageRequires = [ edit-indirect mmm-mode ssass-mode vue-html-mode ];
- meta = {
- homepage = "https://melpa.org/#/vue-mode";
- license = lib.licenses.free;
- };
- }) {};
- w32-browser = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "w32-browser";
- ename = "w32-browser";
- version = "235";
- src = fetchFromGitHub {
- owner = "emacsorphanage";
- repo = "w32-browser";
- rev = "a8126b60bf18193e8e4ec6f699b5694b6f71a062";
- sha256 = "13wjvzsas7in8f09sc2qj17dz25wizg1l0r2krgp1zymy92p8f97";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ae489be43b1aee93614e40f492ebdf0b98a3fbc1/recipes/w32-browser";
- sha256 = "16sp0gn4yv7iaa55i2kvfsqw3610gr3x31l9lqa14r9xmfhda1rn";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/w32-browser";
- license = lib.licenses.free;
- };
- }) {};
- wacspace = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wacspace";
- ename = "wacspace";
- version = "0.4.2";
- src = fetchFromGitHub {
- owner = "shosti";
- repo = "wacspace.el";
- rev = "b951995c204ff23699d2bda515a96221147a725d";
- sha256 = "0jl3n79wmbxnrbf83qjq0v5pzhvv67i9r5sp2zj8nc86hh7dvjsd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/58e5ff4c5853c5350d0534894ddb358daa83cee9/recipes/wacspace";
- sha256 = "1xy0mprvyi37zmgj1yrlh5ni08j47lpag1jm3a76cgghgmlfjxrl";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/wacspace";
- license = lib.licenses.free;
- };
- }) {};
- wandbox = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request
- , s }:
- melpaBuild {
- pname = "wandbox";
- ename = "wandbox";
- version = "0.6.4";
- src = fetchFromGitHub {
- owner = "kosh04";
- repo = "emacs-wandbox";
- rev = "e002fe41f2cd9b4ce2b1dc80b83301176e9117f1";
- sha256 = "0fnbj3k21lisgs94pf8z13cdymmclgpn994xq3xly4gq6l8k0an5";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/wandbox";
- sha256 = "0myyln82nx462bj79acvqxwvmblxild4vbygcrzw5chcwy6crvlz";
- name = "recipe";
- };
- packageRequires = [ emacs request s ];
- meta = {
- homepage = "https://melpa.org/#/wandbox";
- license = lib.licenses.free;
- };
- }) {};
- wc-goal-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wc-goal-mode";
- ename = "wc-goal-mode";
- version = "2.1";
- src = fetchFromGitHub {
- owner = "bnbeckwith";
- repo = "wc-goal-mode";
- rev = "a8aa227b1a692dd6399855add84b5e37f6c5d9cb";
- sha256 = "0mnfk2ys8axjh696cq5msr5cdr91icl1i3mi0dd2y00lvh6sbm7w";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f003b6d6bc91e6f9e510de8f5f5f9189d1c7334/recipes/wc-goal-mode";
- sha256 = "0l3gh96njjldp7n13jn1zjrp17h7ivjak102j6wwspgg6v2h5419";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wc-goal-mode";
- license = lib.licenses.free;
- };
- }) {};
- wc-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wc-mode";
- ename = "wc-mode";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "bnbeckwith";
- repo = "wc-mode";
- rev = "122f90bd1d422a84cc50acabd350d44d39ddeb69";
- sha256 = "0pjlxv46zzqdq6q131jb306vqlg4sfqls1x8vag7mmfw462hafqp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f/recipes/wc-mode";
- sha256 = "191dmxfpqnj7d43cr0fhdmj5ldfs7w9zg5pb2lv9wvlfl7asdid6";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wc-mode";
- license = lib.licenses.free;
- };
- }) {};
- wcheck-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wcheck-mode";
- ename = "wcheck-mode";
- version = "2016.1.30";
- src = fetchFromGitHub {
- owner = "tlikonen";
- repo = "wcheck-mode";
- rev = "adb9dd9f39cb0bd0000d140d6e778c4864dfde08";
- sha256 = "113prlamr2j6y6n0w43asffawwa4qiq63mgwm85v04h6pr8bd90l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d10b59f568fdedf248c2e8eaa06c4a74032ca56/recipes/wcheck-mode";
- sha256 = "0cmdvhgax6r5svn3wkwll4j271qj70g8182c58riwnkhiajxmn3k";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wcheck-mode";
- license = lib.licenses.free;
- };
- }) {};
- weather-metno = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "weather-metno";
- ename = "weather-metno";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "ruediger";
- repo = "weather-metno-el";
- rev = "b59680c1ab908b32513954034ba894dfb8564dd8";
- sha256 = "0qx92jqzsimjk92pql2h8pzhq66mqijwqgjqwp7rmq5b6k0nvx1z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/75beac314565b9becb701ddd9bc85660e268c3ae/recipes/weather-metno";
- sha256 = "0h7p4l8y75h27pgk45f0mk3gjd43jk8q97gjf85a9b0afd63d3f6";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/weather-metno";
- license = lib.licenses.free;
- };
- }) {};
- web-beautify = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "web-beautify";
- ename = "web-beautify";
- version = "0.3.2";
- src = fetchFromGitHub {
- owner = "yasuyk";
- repo = "web-beautify";
- rev = "aa95055224c24f38736716809fec487cd817c38d";
- sha256 = "0vms7zz3ym53wf1zdrkbf2ky2xjr1v134ngsd0jr8azyi8siw84d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/0d528d3e20b1656dff40860cac0e0fa9dc1a3e87/recipes/web-beautify";
- sha256 = "06ky2svhca8hjgmvxrg3h6ya7prl72q1r88x967yc6b0qq3r7g0f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/web-beautify";
- license = lib.licenses.free;
- };
- }) {};
- web-completion-data = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "web-completion-data";
- ename = "web-completion-data";
- version = "0.2";
- src = fetchFromGitHub {
- owner = "osv";
- repo = "web-completion-data";
- rev = "c272c94e8a71b779c29653a532f619acad433a4f";
- sha256 = "19nzjgvd2i5745283ck3k2vylrr6lnk9h3ggzwrwdhyd3m9433vm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/604f155a3ce7e5375dcf8b9c149c5af403ef48bd/recipes/web-completion-data";
- sha256 = "1zzdmhyn6bjaidk808s4pdk25a5rn4287949ps5vbpyniaf6gny9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/web-completion-data";
- license = lib.licenses.free;
- };
- }) {};
- web-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "web-mode";
- ename = "web-mode";
- version = "16";
- src = fetchFromGitHub {
- owner = "fxbois";
- repo = "web-mode";
- rev = "3ff506aae50a47b277f2b95ff7b7a7c596664e6a";
- sha256 = "17dw6a8d0p304f2sa4f9zwd8r48w2wbkc3fvbmxwlg4w12h7cwf0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6f0565555eaa356141422c5175d6cca4e9eb5c00/recipes/web-mode";
- sha256 = "1vyhyc5nf4yj2m63inpwmcqvlsihaqw8nn8xvfdg44nhl6vjz97i";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/web-mode";
- license = lib.licenses.free;
- };
- }) {};
- web-mode-edit-element = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , web-mode }:
- melpaBuild {
- pname = "web-mode-edit-element";
- ename = "web-mode-edit-element";
- version = "2.3";
- src = fetchFromGitHub {
- owner = "jtkDvlp";
- repo = "web-mode-edit-element";
- rev = "ad5d7e4dc2420bdd00ce65d9adffbd38a5904afa";
- sha256 = "143xh6xc7qd88hjjmcs9fd2zlgxl0hhgx5fplhbi9zxd2ihhz0dg";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/web-mode-edit-element";
- sha256 = "1kcycsjjv1bzfn93aq3cdh5d913izrr8cdxmknbyriyipsqryh3l";
- name = "recipe";
- };
- packageRequires = [ emacs web-mode ];
- meta = {
- homepage = "https://melpa.org/#/web-mode-edit-element";
- license = lib.licenses.free;
- };
- }) {};
- web-search = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "web-search";
- ename = "web-search";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "web-search.el";
- rev = "72fea0e7429ed3d6932a497b568335316d8ef283";
- sha256 = "1f2g6r24482k1dra1z92yahwvqiryc8p5p1v2naxv16ysa461a34";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/503ef2042cc14dbe53e7121b8d0b5ccbdf6c882b/recipes/web-search";
- sha256 = "08iflbp6rmsxsy2lahsdjj9ki70ixqhsas0vxzawz5pi5vk2x9gj";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/web-search";
- license = lib.licenses.free;
- };
- }) {};
- webpaste = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , request }:
- melpaBuild {
- pname = "webpaste";
- ename = "webpaste";
- version = "3.0.1";
- src = fetchFromGitHub {
- owner = "etu";
- repo = "webpaste.el";
- rev = "7345c5f62d5cff4d84379eaf5dc8b2bb8bc4f99c";
- sha256 = "00dfp2dyj9cvcvvpsh4g61b37477c8ahfj3xig2x2kgfz15lk89n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/13847d91c1780783e516943adee8a3530c757e17/recipes/webpaste";
- sha256 = "1pqqapslb5wxfrf1ykrj5jxcl43pix17lawgdqrqkv5fyxbhmfpm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs request ];
- meta = {
- homepage = "https://melpa.org/#/webpaste";
- license = lib.licenses.free;
- };
- }) {};
- websocket = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "websocket";
- ename = "websocket";
- version = "1.10";
- src = fetchFromGitHub {
- owner = "ahyatt";
- repo = "emacs-websocket";
- rev = "0d96ba2ff5a25c6cd6c66f417cc9b5f38a4308ba";
- sha256 = "1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/websocket";
- sha256 = "1v8jlpahp30lihz7mdznwl6pyrbsdbqznli2wb5gfblnlxil04lg";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/websocket";
- license = lib.licenses.free;
- };
- }) {};
- weechat = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , tracking }:
- melpaBuild {
- pname = "weechat";
- ename = "weechat";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "the-kenny";
- repo = "weechat.el";
- rev = "bcf714e32b012c6a89d5c0a82ab3a74d454908ff";
- sha256 = "1gm2yhz3qy55qqwf0ccrqw4nifxaig4jpdqmcl0ydx1n3myxx64l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e38255a31a4ca31541c97a506a55f82e2670abe6/recipes/weechat";
- sha256 = "0sxrms5024bi4irv8x8s8j1zcyd62cpqm0zv4dgpm65wnpc7xc46";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs s tracking ];
- meta = {
- homepage = "https://melpa.org/#/weechat";
- license = lib.licenses.free;
- };
- }) {};
- weibo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "weibo";
- ename = "weibo";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "austin-----";
- repo = "weibo.emacs";
- rev = "a8af467e5660a35342029c2796de99cd551454b2";
- sha256 = "14vmgfz45wmpjfhfx3pfjn3bak8qvj1zk1w4xc5w1cfl6vnij6hv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/21f4c1b34f86331ecbcdbdc39858a191232902f2/recipes/weibo";
- sha256 = "1ndgfqqb0gvy8p2fisi57s9bsa2nrnv80smg78m89i4cwagbz6yd";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/weibo";
- license = lib.licenses.free;
- };
- }) {};
- wgrep = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wgrep";
- ename = "wgrep";
- version = "2.3.0";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-wgrep";
- rev = "b22834e4597b5dfe06621d23cf93351d790df930";
- sha256 = "07p0wwigc99hx09n5fkzf5yxkr7z19rqy8wgxk5m1pyp1i75wiq8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9648e3df896fcd97b3757a727108bc78261973cc/recipes/wgrep";
- sha256 = "09xs420lvbsmz5z28rf6f1iwa0ixkk0w24qbj6zhl9hidh4mv9y4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wgrep";
- license = lib.licenses.free;
- };
- }) {};
- wgrep-ack = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , wgrep }:
- melpaBuild {
- pname = "wgrep-ack";
- ename = "wgrep-ack";
- version = "2.3.0";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-wgrep";
- rev = "9448a9d597bd089ae61e58add2c5dbecb0aa2b8f";
- sha256 = "0x27h0ccq93avsmb8gim43zklbsb4ghfw30a7hjvz0ilfx02gdca";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9648e3df896fcd97b3757a727108bc78261973cc/recipes/wgrep-ack";
- sha256 = "03l1a681cwnn06m77xg0a547892gy8mh415v9rg3h6lkxwcld8wh";
- name = "recipe";
- };
- packageRequires = [ wgrep ];
- meta = {
- homepage = "https://melpa.org/#/wgrep-ack";
- license = lib.licenses.free;
- };
- }) {};
- wgrep-ag = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , wgrep }:
- melpaBuild {
- pname = "wgrep-ag";
- ename = "wgrep-ag";
- version = "2.3.0";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-wgrep";
- rev = "36c5e8d0e03bc16b19d30a603730065f74b5b767";
- sha256 = "0pgyf9vfcahb495q01hi1mvkmv846w4rj6zyf52is8x7sjj7x44s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2c50b704343c4cac5e2a62a67e284ba6d8e15f8a/recipes/wgrep-ag";
- sha256 = "1b2mj06kws29ha7g16l5d1s3p3nwyw8rprbpaiijdk9nxqcm0a8a";
- name = "recipe";
- };
- packageRequires = [ wgrep ];
- meta = {
- homepage = "https://melpa.org/#/wgrep-ag";
- license = lib.licenses.free;
- };
- }) {};
- wgrep-helm = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , wgrep }:
- melpaBuild {
- pname = "wgrep-helm";
- ename = "wgrep-helm";
- version = "2.3.0";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-wgrep";
- rev = "36c5e8d0e03bc16b19d30a603730065f74b5b767";
- sha256 = "0pgyf9vfcahb495q01hi1mvkmv846w4rj6zyf52is8x7sjj7x44s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/9648e3df896fcd97b3757a727108bc78261973cc/recipes/wgrep-helm";
- sha256 = "1hh7isc9xifkrdfw88jw0z0xmfazrbcis6d355bcaxlnjy6fzm8b";
- name = "recipe";
- };
- packageRequires = [ wgrep ];
- meta = {
- homepage = "https://melpa.org/#/wgrep-helm";
- license = lib.licenses.free;
- };
- }) {};
- wgrep-pt = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , wgrep }:
- melpaBuild {
- pname = "wgrep-pt";
- ename = "wgrep-pt";
- version = "2.3.0";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "Emacs-wgrep";
- rev = "cd8df1be69257da2e48dc3eae4badc674468b61c";
- sha256 = "1df7lal4c0zsinrfjp4qv2k3xi1kbl66d36in47pmiam1kkqs9fs";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c39faef3b9c2e1867cd48341d9878b714dbed4eb/recipes/wgrep-pt";
- sha256 = "1gphdf85spsywj3s3ypb7dwrqh0zd70n2vrbgjqkbnfbwqjp9qbg";
- name = "recipe";
- };
- packageRequires = [ wgrep ];
- meta = {
- homepage = "https://melpa.org/#/wgrep-pt";
- license = lib.licenses.free;
- };
- }) {};
- which-key = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "which-key";
- ename = "which-key";
- version = "3.3.1";
- src = fetchFromGitHub {
- owner = "justbur";
- repo = "emacs-which-key";
- rev = "2f5661646b771f6c5a00a8a9aaa3f183abd5f84d";
- sha256 = "1dh6kr00wmql46whjkvnl953zngiv5j99ypvr1b3cb2174623afb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/315865a3df97c0694f648633d44b8b34df1ac76d/recipes/which-key";
- sha256 = "0vqbhfzcv9m58w41zdhpiymhgl38n15c6d7ffd99narxlkckcj59";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/which-key";
- license = lib.licenses.free;
- };
- }) {};
- which-key-posframe = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , posframe
- , which-key }:
- melpaBuild {
- pname = "which-key-posframe";
- ename = "which-key-posframe";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "yanghaoxie";
- repo = "which-key-posframe";
- rev = "75e73e187da78d823a5dc01c21e09e808e4fb938";
- sha256 = "1ay6qnil7xmml95yiax191fs85mpjkpr0r9314zlf0mf7ip9hvpy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/56ab10dc99ea4f5b207f9874124aff414d859a17/recipes/which-key-posframe";
- sha256 = "1vpdni3ascz2zw6k1xrnw2vqnq8p30mc7d8v81qdbjb58q27l8ll";
- name = "recipe";
- };
- packageRequires = [ emacs posframe which-key ];
- meta = {
- homepage = "https://melpa.org/#/which-key-posframe";
- license = lib.licenses.free;
- };
- }) {};
- whitaker = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "whitaker";
- ename = "whitaker";
- version = "0.3";
- src = fetchFromGitHub {
- owner = "Fuco1";
- repo = "whitaker";
- rev = "28172edce0f727f0f7f17d8ba71d5510d877bb45";
- sha256 = "01fwhrfi92pcrwc4yn03pflc9wj07mhzj0a0i5amar4f9bj6m5b4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b5d717e2eaf35ce33b26be049a39f2f75a7de72/recipes/whitaker";
- sha256 = "17fnvb3jh6fi4wddn5qnp6i6ndidg8jf9ac69q9j032c2msr07nj";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/whitaker";
- license = lib.licenses.free;
- };
- }) {};
- whitespace-cleanup-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "whitespace-cleanup-mode";
- ename = "whitespace-cleanup-mode";
- version = "0.10";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "whitespace-cleanup-mode";
- rev = "e1e250aa6f5b1a526778c7a501cdec98ba29c0a4";
- sha256 = "0xmwhybb8x6wwfr55ym5xg4dhy1aqx1abxy9qskn7h3zf1z4pgg2";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b461cfe450d7ce6bd0c14be3460cacffc1a32e6f/recipes/whitespace-cleanup-mode";
- sha256 = "1fhdjrxxyfx4xsgfjqq9p7vhj98wmqf2r00mv8k27vdaxwsnm5p3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/whitespace-cleanup-mode";
- license = lib.licenses.free;
- };
- }) {};
- whizzml-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "whizzml-mode";
- ename = "whizzml-mode";
- version = "0.31.4";
- src = fetchFromGitHub {
- owner = "whizzml";
- repo = "whizzml-mode";
- rev = "cb476ed0d6be52e0b8c38f5b643cbbfceda1b4ca";
- sha256 = "1iklmzqb7200xniygd3gj3pa8d18z3pnabslsvd0k4qqvyvwnlxw";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/11f26b15c326c3b8541bac510579b32493916042/recipes/whizzml-mode";
- sha256 = "0gas9xfpz5v9fbhjxhd4msihwz9w4a05l5icsaclxvh06f92wcyk";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/whizzml-mode";
- license = lib.licenses.free;
- };
- }) {};
- whole-line-or-region = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "whole-line-or-region";
- ename = "whole-line-or-region";
- version = "1.3.1";
- src = fetchFromGitHub {
- owner = "purcell";
- repo = "whole-line-or-region";
- rev = "a60e022b30c2f4d3118bcaef1adb77b90e0ca941";
- sha256 = "0ip0vkqb4dm88xqzgwc9yaxzf4sc4x006m6z73a3lbfmrncy2c1d";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/whole-line-or-region";
- sha256 = "0zz9i1jxayw2p6ggfxjvhb1mc3ly9iy4jvk23ycndz9lnnzkch0y";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/whole-line-or-region";
- license = lib.licenses.free;
- };
- }) {};
- widget-mvc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "widget-mvc";
- ename = "widget-mvc";
- version = "0.0.2";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-widget-mvc";
- rev = "2576e6f0c35d8dedfa9c2cd6ea4fb4c14cb72b63";
- sha256 = "0fqv63m8z5m5ghh4j8ccdnmgcdkvi4jqpg9z7lp17g4p9pq3xfjf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/76d3c38e205076a22628f490d8e8ddd80d091eab/recipes/widget-mvc";
- sha256 = "0njzvdlxb7z480r6dvmksgivhz7rvnil517aj86qx0jbc5mr3l2f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/widget-mvc";
- license = lib.licenses.free;
- };
- }) {};
- wiki-nav = callPackage ({ button-lock
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , nav-flash }:
- melpaBuild {
- pname = "wiki-nav";
- ename = "wiki-nav";
- version = "1.0.2";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "button-lock";
- rev = "86c514d20b9b67c1e87112a574f65c7d53aec2ec";
- sha256 = "0yy4z9k30prsjaig39x20f925dbl2svs8n3lgshcbv5aijffkq07";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/baa49e7d2d5c07ebf77e7941c240b88fcfd0fc8b/recipes/wiki-nav";
- sha256 = "19mabz0y3fcqsm68ijwwbbqylxgp71anc0a31zgc1blha9jivvwy";
- name = "recipe";
- };
- packageRequires = [ button-lock nav-flash ];
- meta = {
- homepage = "https://melpa.org/#/wiki-nav";
- license = lib.licenses.free;
- };
- }) {};
- win-switch = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "win-switch";
- ename = "win-switch";
- version = "1.1.4";
- src = fetchFromGitHub {
- owner = "genovese";
- repo = "win-switch";
- rev = "954eb5e4c5737f0c06368c42a7f1c3dd374d782f";
- sha256 = "1xpx4sc1g1w8w0yc39k2dys83m8skrpvi745bfrzdl47jngrf54h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/win-switch";
- sha256 = "1s6inp5kf763rngn58r02fd7n7z3dd55j6hb7s9dgvc856d5z3my";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/win-switch";
- license = lib.licenses.free;
- };
- }) {};
- window-end-visible = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "window-end-visible";
- ename = "window-end-visible";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "rolandwalker";
- repo = "window-end-visible";
- rev = "bdc3d182e5f76e75f1b8cc49357194b36e48b67c";
- sha256 = "049bwa5g0z1b9nrsc1vc4511aqcq9fvl16xg493wj651g6q9qigb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c9db386ab3910940addae6e925b2ac17e64e0f87/recipes/window-end-visible";
- sha256 = "1p78n7yysj18404cdc6vahfrzwn5pixyfnja8ch48rj4fm4jbxwq";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/window-end-visible";
- license = lib.licenses.free;
- };
- }) {};
- window-layout = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "window-layout";
- ename = "window-layout";
- version = "1.4";
- src = fetchFromGitHub {
- owner = "kiwanami";
- repo = "emacs-window-layout";
- rev = "cd2e4f967b610c2bbef53182829e47250d027056";
- sha256 = "0wgqi8r844lbx52fn6az8c1n8m681rp6dkfzd54wmdk1ka7zmvv6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/window-layout";
- sha256 = "061mvxcj4mg2pmkln7nn6gyscs08aid4cfc6xck0x5gzr1snr639";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/window-layout";
- license = lib.licenses.free;
- };
- }) {};
- window-numbering = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "window-numbering";
- ename = "window-numbering";
- version = "1.1.2";
- src = fetchFromGitHub {
- owner = "nschum";
- repo = "window-numbering.el";
- rev = "653afce73854d629c2b9d63dad73126032d6a24c";
- sha256 = "1rz2a1l3apavsknlfy0faaivqgpj4x9jz3hbysbg9pydpcwqgf64";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ce1dc80f69894736b276885e4ec3ce571a8612c9/recipes/window-numbering";
- sha256 = "0x3n0ni16q69lfpyjz61spqghmhvc3cwa4aj80ihii3pk80f769x";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/window-numbering";
- license = lib.licenses.free;
- };
- }) {};
- window-purpose = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , imenu-list
- , let-alist
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "window-purpose";
- ename = "window-purpose";
- version = "1.7";
- src = fetchFromGitHub {
- owner = "bmag";
- repo = "emacs-purpose";
- rev = "a302340e183d20baa4445858d321f43449298829";
- sha256 = "1dpy8hkjn87wbdkzyabhay4jx4dgc0ab2flyf0rjq1qaazk393sc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5813120ab674f6db7d0a486433d8faa6cfec1727/recipes/window-purpose";
- sha256 = "1y70jrba3gf9fyf2qdihfshbsblzb88yv9fkcswdzrpq5kmgwp84";
- name = "recipe";
- };
- packageRequires = [ emacs imenu-list let-alist ];
- meta = {
- homepage = "https://melpa.org/#/window-purpose";
- license = lib.licenses.free;
- };
- }) {};
- windsize = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "windsize";
- ename = "windsize";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "grammati";
- repo = "windsize";
- rev = "014b0836f9ffe45fa7e0ccc84576fbef74815a59";
- sha256 = "1f4v0xd341qs4kfnjqhgf8j26valvg6pz4rwcz0zj0s23niy2yil";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/windsize";
- sha256 = "1fzqf86d7pimnc87xdgvpv4hnv7j6ngmk1sjvazj6726xygswkyv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/windsize";
- license = lib.licenses.free;
- };
- }) {};
- winring = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "winring";
- ename = "winring";
- version = "5.1";
- src = fetchFromGitLab {
- owner = "warsaw";
- repo = "winring";
- rev = "f2d072bd446b73e93b127523f19ea82b99b9267f";
- sha256 = "1j0g52panhx91hqw5glnlv5vnnpnjyx49xc8xif8mjf0m27723fv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/2476a28c33502f908b7161c5a9c63c86b8d7b57d/recipes/winring";
- sha256 = "1mgr5z4h7mf677xx8md3pqd31k17qs62z9iamfih206fcwgh24k4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/winring";
- license = lib.licenses.free;
- };
- }) {};
- winum = callPackage ({ cl-lib ? null
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "winum";
- ename = "winum";
- version = "2.1.0";
- src = fetchFromGitHub {
- owner = "deb0ch";
- repo = "emacs-winum";
- rev = "efcb14fd306afbc738666e6b2e5a8a1bb5904392";
- sha256 = "0v1qmw3svydk7dlqbcymy1g1bygkfpb2h4b97zdp12xvd8mww9ny";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/c1caa7a54a910a44322fdee300e8cce6ddcde071/recipes/winum";
- sha256 = "0yyvjmvqif6glh9ri6049nxcmgib9mxdhy6816kjhsaqr570f9pw";
- name = "recipe";
- };
- packageRequires = [ cl-lib dash ];
- meta = {
- homepage = "https://melpa.org/#/winum";
- license = lib.licenses.free;
- };
- }) {};
- wispjs-mode = callPackage ({ clojure-mode
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wispjs-mode";
- ename = "wispjs-mode";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "krisajenkins";
- repo = "wispjs-mode";
- rev = "be094c3c3223c07b26b5d8bb8fa7aa6866369b3f";
- sha256 = "188h1sy4mxzrkwi3zgiw108c5f71rkj5agdkf9yy9v8c1bkawm4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/a628330ee8deeab2bd5c2d4b61b33f119c4549d8/recipes/wispjs-mode";
- sha256 = "0qzm0dcvjndasnbqpkdc56f1qv66gxv8dfgfcwq5l1bp5wyx813p";
- name = "recipe";
- };
- packageRequires = [ clojure-mode ];
- meta = {
- homepage = "https://melpa.org/#/wispjs-mode";
- license = lib.licenses.free;
- };
- }) {};
- with-editor = callPackage ({ async
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "with-editor";
- ename = "with-editor";
- version = "2.8.3";
- src = fetchFromGitHub {
- owner = "magit";
- repo = "with-editor";
- rev = "66bec91c859f305445b766394eb25248c1172426";
- sha256 = "1z2h9casyw1b93ikq2mf9xixyvbl90zddf0s66lqfiyj2y376pq3";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8c52c840dc35f3fd17ec660e113ddbb53aa99076/recipes/with-editor";
- sha256 = "1wsl1vwvywlc32r5pcc9jqd0pbzq1sn4fppxk3vwl0s5h40v8rnb";
- name = "recipe";
- };
- packageRequires = [ async emacs ];
- meta = {
- homepage = "https://melpa.org/#/with-editor";
- license = lib.licenses.free;
- };
- }) {};
- with-simulated-input = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s
- , seq }:
- melpaBuild {
- pname = "with-simulated-input";
- ename = "with-simulated-input";
- version = "2.2";
- src = fetchFromGitHub {
- owner = "DarwinAwardWinner";
- repo = "with-simulated-input";
- rev = "9efeb236c8f6887a8591d6241962c37266d8e726";
- sha256 = "1v8c85ahsk9pz3zndh0c9xba4c78f4b1j97hbv62jirvr75b079g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e4ddf16e19f5018106a423327ddc7e7499cf9248/recipes/with-simulated-input";
- sha256 = "0113la76nbp18vaffsd7w7wcw5k2sqwgnjq1gslf4khdfqghrkwk";
- name = "recipe";
- };
- packageRequires = [ emacs s seq ];
- meta = {
- homepage = "https://melpa.org/#/with-simulated-input";
- license = lib.licenses.free;
- };
- }) {};
- with-venv = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "with-venv";
- ename = "with-venv";
- version = "0.0.1";
- src = fetchFromGitHub {
- owner = "10sr";
- repo = "with-venv-el";
- rev = "d12341b93420f4acd7a277ed0cd4a54767bc5bd6";
- sha256 = "0knv2ybf4sbn31zyg9ms44mxvmvg7b51krq320g8fpcpa1bq28s6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/555a2e49f18fbae59913459466babf8d55bd2151/recipes/with-venv";
- sha256 = "090jird410wn2w9pwr2d9pjw5xghcdxc4l578zay2akygg3c6blm";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/with-venv";
- license = lib.licenses.free;
- };
- }) {};
- wn-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wn-mode";
- ename = "wn-mode";
- version = "1.4";
- src = fetchFromGitHub {
- owner = "luismbo";
- repo = "wn-mode";
- rev = "6e7029b0d5773a79914a289937be068784931cad";
- sha256 = "0nmzh6dynbm8vglp4pqz81s2z68jbnasvamvi1x1iawf8g9zfyix";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6213c01e6954985daff8cd1a5a3ef004431f0477/recipes/wn-mode";
- sha256 = "1qy1pkfdnm4pska4cnff9cx2c812ilymajhpmsfc9jdbvhzwrwg3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/wn-mode";
- license = lib.licenses.free;
- };
- }) {};
- wolfram = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wolfram";
- ename = "wolfram";
- version = "1.1.1";
- src = fetchFromGitHub {
- owner = "hsjunnesson";
- repo = "wolfram.el";
- rev = "6b5dceae3fd6cdb4d7562510deeafa02c93c010b";
- sha256 = "1ijyjw2793i7n00i30ma8lw4fzi9w63m6k0xgjx6j78r5y7pfj2g";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/785b5b1ec73e6376f2f2bb405707a1078398fa3a/recipes/wolfram";
- sha256 = "02xp1916v9rydh0586jkx71v256qdg63f87s3m0agc2znnrni9h4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wolfram";
- license = lib.licenses.free;
- };
- }) {};
- wonderland = callPackage ({ dash
- , dash-functional
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , multi }:
- melpaBuild {
- pname = "wonderland";
- ename = "wonderland";
- version = "0.1.1";
- src = fetchFromGitHub {
- owner = "kurisuwhyte";
- repo = "emacs-wonderland";
- rev = "28cf6b37000c395ece9519db53147fb826a42bc4";
- sha256 = "018r35dz8z03wcrx9s28pjisayy21549i232mp6wy9mxkrkxbzpc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/ed02d5e4cba10023ebc7c26f90ba8d1e8ee32a08/recipes/wonderland";
- sha256 = "1b4p49mbzqffm2b2y8sbbi56vnkxap2jscsmla9l6l8brybqjppi";
- name = "recipe";
- };
- packageRequires = [ dash dash-functional emacs multi ];
- meta = {
- homepage = "https://melpa.org/#/wonderland";
- license = lib.licenses.free;
- };
- }) {};
- wordgen = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wordgen";
- ename = "wordgen";
- version = "0.1.4";
- src = fetchFromGitHub {
- owner = "Fanael";
- repo = "wordgen.el";
- rev = "aacad928ae99a953e034a831dfd0ebdf7d52ac1d";
- sha256 = "06vbc9ycz1nbjwjkg99y3lj6jwb6lnwnmkqf09yr00jjrrfhfash";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5cfdc64a9aa79575dad8057c4cd747d2cdd460aa/recipes/wordgen";
- sha256 = "0vlrplm3pmpwwa8p8j6lck97b875gzzm7vxxc8l9l18vs237cz1m";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/wordgen";
- license = lib.licenses.free;
- };
- }) {};
- wordsmith-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wordsmith-mode";
- ename = "wordsmith-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "istib";
- repo = "wordsmith-mode";
- rev = "45df3bca3b49f7ee9d59278e4f6662d63d1dec33";
- sha256 = "0yxhw6kv12ny1fg5k0j9k7z3f54hnaq6h6b454197lssm9xjgg2b";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3b5fda506e5b388cd6824d433b89032ed46858dc/recipes/wordsmith-mode";
- sha256 = "0s6b6dfqn31jdcgs2mlmvwgpr5a4zs4xi8m002ly11c6sn035xb1";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wordsmith-mode";
- license = lib.licenses.free;
- };
- }) {};
- worf = callPackage ({ ace-link
- , fetchFromGitHub
- , fetchurl
- , hydra
- , lib
- , melpaBuild
- , swiper }:
- melpaBuild {
- pname = "worf";
- ename = "worf";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "worf";
- rev = "f36755447b588b739b2bf6ab0fb5eb5f4d8db3df";
- sha256 = "0l2n3vwk251ba06xdrs9z0bp4ligfdjd259a84ap2z3sqdfa98x4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/f00f8765e35c21dd1a4b5c01c239ed4d15170ab7/recipes/worf";
- sha256 = "1fkb2ddl684dijsb0cqgmfbg1nz4xv43rb7g5rah05rchy5sgkpi";
- name = "recipe";
- };
- packageRequires = [ ace-link hydra swiper ];
- meta = {
- homepage = "https://melpa.org/#/worf";
- license = lib.licenses.free;
- };
- }) {};
- workgroups2 = callPackage ({ anaphora
- , cl-lib ? null
- , dash
- , f
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "workgroups2";
- ename = "workgroups2";
- version = "1.2.0";
- src = fetchFromGitHub {
- owner = "pashinin";
- repo = "workgroups2";
- rev = "928d509157ec8a4a2e343b6115dff034c3243a7a";
- sha256 = "0prj2b33h6rya7y9ff91r72bva1y6hg0sv9l11bn1gikmc6lc18n";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4f9cfb740cce05a6805d9a047e4c1380305da4df/recipes/workgroups2";
- sha256 = "0vhj6mb3iflli0l3rjlvlbxz5yk6z3ii5r71gx0m4vp4lhxncy3v";
- name = "recipe";
- };
- packageRequires = [ anaphora cl-lib dash f ];
- meta = {
- homepage = "https://melpa.org/#/workgroups2";
- license = lib.licenses.free;
- };
- }) {};
- wrap-region = callPackage ({ dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wrap-region";
- ename = "wrap-region";
- version = "0.7.3";
- src = fetchFromGitHub {
- owner = "rejeep";
- repo = "wrap-region.el";
- rev = "5a910ad23ebb0649e644bf62ad042587341da5da";
- sha256 = "03hjwm51sngkh7jjiwnqhflllqq6i99ib47rm2ja9ii0qyhj1qa0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/wrap-region";
- sha256 = "058518smxj3j3mr6ljzh7c9x5g23d24104p58sl9nhpw0cq9k28i";
- name = "recipe";
- };
- packageRequires = [ dash ];
- meta = {
- homepage = "https://melpa.org/#/wrap-region";
- license = lib.licenses.free;
- };
- }) {};
- writegood-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "writegood-mode";
- ename = "writegood-mode";
- version = "2.0.3";
- src = fetchFromGitHub {
- owner = "bnbeckwith";
- repo = "writegood-mode";
- rev = "b71757ec337e226909fb0422f0224e31acc71733";
- sha256 = "038gliy6l931r02bf2dbhmp188sgk1rq46ngg9nhf5q5rkf3pi8p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/75c5a4304999fc3f5a02235a1c2c904238d2ce4f/recipes/writegood-mode";
- sha256 = "1lxammisaj04g5vr5lwms64ywf39w8knrq72x4i94wwzwx5ywi1d";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/writegood-mode";
- license = lib.licenses.free;
- };
- }) {};
- writeroom-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , visual-fill-column }:
- melpaBuild {
- pname = "writeroom-mode";
- ename = "writeroom-mode";
- version = "3.8";
- src = fetchFromGitHub {
- owner = "joostkremers";
- repo = "writeroom-mode";
- rev = "ebe522ba5a0367cf82ed03ffeb63fe597b84f4a1";
- sha256 = "0w2lmkkij79khjpswk2zxj371fa9ws94j9dqzrgzf37lnimgnsff";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4e39cd8e8b4f61c04fa967def6a653bb22f45f5b/recipes/writeroom-mode";
- sha256 = "1kpsrp3agw8bg3qbf5rf5k1a7ww30q5xsa8z5ywxajsaywjzx1bk";
- name = "recipe";
- };
- packageRequires = [ emacs visual-fill-column ];
- meta = {
- homepage = "https://melpa.org/#/writeroom-mode";
- license = lib.licenses.free;
- };
- }) {};
- ws-butler = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ws-butler";
- ename = "ws-butler";
- version = "0.6";
- src = fetchFromGitHub {
- owner = "lewang";
- repo = "ws-butler";
- rev = "323b651dd70ee40a25accc940b8f80c3a3185205";
- sha256 = "1a4b0lsmwq84qfx51c5xy4fryhb1ysld4fhgw2vr37izf53379sb";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ws-butler";
- sha256 = "1k5nhj37r51i0czrlafra53wir73p0nbq83jjccqmw4p4xk6axl3";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ws-butler";
- license = lib.licenses.free;
- };
- }) {};
- wsd-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wsd-mode";
- ename = "wsd-mode";
- version = "0.5.0";
- src = fetchFromGitHub {
- owner = "josteink";
- repo = "wsd-mode";
- rev = "b5e8ea0daeaa52f2ea6349e09902bd3216e96258";
- sha256 = "1ibvcc54y2w72d3yvcczvzywribiwmkhlb1b08g4pyb1arclw393";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/04867a574773e8794335a2664d4f5e8b243f3ec9/recipes/wsd-mode";
- sha256 = "07vclmnj18wx9wlrcnsl99f9jlk3sb9g6pcdv8x1smk84gccpakc";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/wsd-mode";
- license = lib.licenses.free;
- };
- }) {};
- wttrin = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , xterm-color }:
- melpaBuild {
- pname = "wttrin";
- ename = "wttrin";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "bcbcarl";
- repo = "emacs-wttrin";
- rev = "36375c46220aae42aa2c3fe20cf1c252e8ecad87";
- sha256 = "1vjcfqqm6xwinwmi973n45jillc5j77da436wlv1ax0095xck4nl";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1b2b6876562f1fadd4af1ea9b279ac4dc1b21660/recipes/wttrin";
- sha256 = "0msp8lja9nz6khz3dkasv8hnhkaayqxd7m58kma03hpkcjxnaxil";
- name = "recipe";
- };
- packageRequires = [ emacs xterm-color ];
- meta = {
- homepage = "https://melpa.org/#/wttrin";
- license = lib.licenses.free;
- };
- }) {};
- wucuo = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "wucuo";
- ename = "wucuo";
- version = "0.0.4";
- src = fetchFromGitHub {
- owner = "redguardtoo";
- repo = "wucuo";
- rev = "4e988c101fe82f2e8c7b3710d15982fe28b8d32d";
- sha256 = "0g558miz9f4g8jlq532fs9yxj3il62zajgcjfndall2853hn54af";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/819cacef2c31d750829980f3f6c3bfb72f36bbdd/recipes/wucuo";
- sha256 = "084fcv4dkflpka9vmxmxqdl0cgmjjh9wc6axr65j1ffmqd933y4a";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/wucuo";
- license = lib.licenses.free;
- };
- }) {};
- x86-lookup = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "x86-lookup";
- ename = "x86-lookup";
- version = "1.2.0";
- src = fetchFromGitHub {
- owner = "skeeto";
- repo = "x86-lookup";
- rev = "609b2ba70dc5a246ac9b4b5f89eb5ef4331519bf";
- sha256 = "19zgq7mcc3wx847xc911fibvphbsws99m2l3k54xdjp8mb5qfdzm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/27757b9b5673f5581e678e8cad719138db654415/recipes/x86-lookup";
- sha256 = "1clv1npvdkzsy0a08xrb880yflwzl4d5cc2c5xrs7b837mqpj8hd";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/x86-lookup";
- license = lib.licenses.free;
- };
- }) {};
- xbm-life = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xbm-life";
- ename = "xbm-life";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "xbm-life";
- rev = "bde2b3730a02d237f7d95a8e3f3722f23f2d9201";
- sha256 = "154xnfcmil9xjjmq4cyrfpir4ga4mgcmmbd7dja1m7rpk1734xk6";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6cb4c55583338dafee61fd9c266d2ee7cae2b1ed/recipes/xbm-life";
- sha256 = "1pglxjd4cs630sayx17ai1xflpbyj3hry3156682bgwhqs1vw68q";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xbm-life";
- license = lib.licenses.free;
- };
- }) {};
- xcode-project = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xcode-project";
- ename = "xcode-project";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "nhojb";
- repo = "xcode-project";
- rev = "f5548a26a1afc0b0d873556c25f6d8b6b9c2aa8c";
- sha256 = "0xb1cvjaw7zjnw6c5aq315vvlc3cncris62jis44jb8s5r8gxcrv";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/49b866ebf7e707bc74525f83dd5038e6e860fcef/recipes/xcode-project";
- sha256 = "0igp30f6ypmp4l8zmdfpa5bza4avm7mq2gj8v7b3ii655v91n6vi";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/xcode-project";
- license = lib.licenses.free;
- };
- }) {};
- xcscope = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xcscope";
- ename = "xcscope";
- version = "1.4";
- src = fetchFromGitHub {
- owner = "dkogan";
- repo = "xcscope.el";
- rev = "57bff67460c587acf60f513de622b4c7ab312081";
- sha256 = "1l1k85wlmjb2mgzx1la9f0p7j3q0mzj4hlrs98pf4bbfkdbqg7a7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/068c7846e70b91ce7e88330937fc64a60281802a/recipes/xcscope";
- sha256 = "06xh29cm5v3b5xwj32y0i0h0kvvy995840db4hvab2wn9jw68m8w";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xcscope";
- license = lib.licenses.free;
- };
- }) {};
- xkcd = callPackage ({ fetchFromGitHub
- , fetchurl
- , json ? null
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xkcd";
- ename = "xkcd";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "vibhavp";
- repo = "emacs-xkcd";
- rev = "2c538d41a9728939cc5e8292faa78ed50997877d";
- sha256 = "0p9p3w8i5w1pzh3y3yxz0rg5gywfq4m5anbiyrdn84vdd42jij4x";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/xkcd";
- sha256 = "0gy2952zg1rq5gl10x7iwbchz5jibfcvikd3chifqbmil80wh6b5";
- name = "recipe";
- };
- packageRequires = [ json ];
- meta = {
- homepage = "https://melpa.org/#/xkcd";
- license = lib.licenses.free;
- };
- }) {};
- xml-rpc = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xml-rpc";
- ename = "xml-rpc";
- version = "1.6.12";
- src = fetchFromGitHub {
- owner = "hexmode";
- repo = "xml-rpc-el";
- rev = "0ab093d60140d19e31d217c8abdc7dbdac944486";
- sha256 = "0g52bmamcd54acyk6i47ar5jawad6ycvm9g656inb994wprnjin9";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/547d773e07d6229d2135d1b081b5401039ffad39/recipes/xml-rpc";
- sha256 = "14r6xgnpqsb2jlv52vgrhqf3qw8a6gmdyap3ylhilyxw71lxf1js";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xml-rpc";
- license = lib.licenses.free;
- };
- }) {};
- xmlgen = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xmlgen";
- ename = "xmlgen";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "philjackson";
- repo = "xmlgen";
- rev = "dba66681f0c5e621a9e70e8afb34903c9ffe93c4";
- sha256 = "096i29v0badx0a6339h9ckdz78zj59gbjdp7vj7vhkq9d830392s";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/xmlgen";
- sha256 = "0c77la6kl02qkapfzbjmhac60f8p837kwg8bp0686ylxh5s31zsh";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xmlgen";
- license = lib.licenses.free;
- };
- }) {};
- xquery-tool = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xquery-tool";
- ename = "xquery-tool";
- version = "0.1.11";
- src = fetchFromGitHub {
- owner = "paddymcall";
- repo = "xquery-tool.el";
- rev = "dc939a6d779e83fa06c4486e53dbeb3846c38c02";
- sha256 = "10rp8wbvbab2z3rcyfsb2jxyj3fphq9g25wmai8c610z4s8rldlq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cc71e5ea4a0ecb006f62617f5b6caadc9b3c77b2/recipes/xquery-tool";
- sha256 = "069injmvv9zzcbqbms94qx5wjj740jnik6sf3b4xjhln7z1yskp0";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xquery-tool";
- license = lib.licenses.free;
- };
- }) {};
- xref-js2 = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , js2-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xref-js2";
- ename = "xref-js2";
- version = "1.5";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "xref-js2";
- rev = "7e2bc6a8dad08a493d11d3554f6374584846b9e6";
- sha256 = "1mmd27miv32sl8cj7qhy09yfh7v1zgw7rv4fdwk96msvd4qfdkqd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b5dab444ead98210b4ab3a6f9a61d013aed6d5b7/recipes/xref-js2";
- sha256 = "1mfyszdi1wx2lqd9fyqm0ra227dcsjs8asc1dw2li0alwh7n4xs3";
- name = "recipe";
- };
- packageRequires = [ emacs js2-mode ];
- meta = {
- homepage = "https://melpa.org/#/xref-js2";
- license = lib.licenses.free;
- };
- }) {};
- xresources-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xresources-theme";
- ename = "xresources-theme";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "cqql";
- repo = "xresources-theme";
- rev = "5239acb51aa2dfa89a207e57012108d8fcf60562";
- sha256 = "13pls0f85n5rpbrbqcmrmcznv9hxiaglrnwpzivrli33cba92fpm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/35763febad20f29320d459394f810668db6c3353/recipes/xresources-theme";
- sha256 = "1vsbvg9w5g6y2qlb8ssn12ax31r7fbslfi9vcgvmjydcr8r1z0zs";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/xresources-theme";
- license = lib.licenses.free;
- };
- }) {};
- xterm-color = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xterm-color";
- ename = "xterm-color";
- version = "1.8";
- src = fetchFromGitHub {
- owner = "atomontage";
- repo = "xterm-color";
- rev = "a452ab38a7cfae97078062ff8885b5d74fd1e5a6";
- sha256 = "02kpajb993yshhjhsizpfcbrcndyzkf4dqfipifhxxng50dhp95i";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b34a42f1bf5641871da8ce2b688325023262b643/recipes/xterm-color";
- sha256 = "0bvzi1mkxgm4vbq2va1sr0k9h3fdmppq79hkvbizc2xgk72sazpj";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/xterm-color";
- license = lib.licenses.free;
- };
- }) {};
- xtest = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "xtest";
- ename = "xtest";
- version = "1.1.0";
- src = fetchFromGitHub {
- owner = "promethial";
- repo = "xtest";
- rev = "b227414d714e7baddef79bd306a43024b9a34d45";
- sha256 = "1wqx6hlqcmqiljydih5fx89dw06g8w728pyn4iqsap8jwgjngb09";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/378fe14c66072ecb899a074c56f95077dfc9667e/recipes/xtest";
- sha256 = "1vbs4sb4frzg8d3l96ip9cc6lc86nbj50vpdfqazvxmdfd1sg4i7";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/xtest";
- license = lib.licenses.free;
- };
- }) {};
- yafolding = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yafolding";
- ename = "yafolding";
- version = "0.4.0";
- src = fetchFromGitHub {
- owner = "zenozeng";
- repo = "yafolding.el";
- rev = "57c015ddd7c3454571c80825bc5391d7a10fa1d7";
- sha256 = "144v8nn4l8ngfdrsgj5nrxp09391gnfrqf950y956cbmqvnlw7z8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/yafolding";
- sha256 = "1yb1rlxa5f1y1xjqs7ndr5jnf9j5cv0ccqdpbrx4l9xkm3npw9zl";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yafolding";
- license = lib.licenses.free;
- };
- }) {};
- yagist = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yagist";
- ename = "yagist";
- version = "0.8.12";
- src = fetchFromGitHub {
- owner = "mhayashi1120";
- repo = "yagist.el";
- rev = "97723a34750ccab5439eb9f6a2f67e4e0e234167";
- sha256 = "0l9b888wv72j4hhkcfzsh09iqjxp2qjbjcjcfmvfhxf7il11pv8h";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/97ea1250ffbf159d7870710b9348ef26616dbedb/recipes/yagist";
- sha256 = "1mz86fq0pb4w54c66vd19m2492mkrzq2qi6ssnn2xwmn8vv02wdd";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/yagist";
- license = lib.licenses.free;
- };
- }) {};
- yaml-imenu = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yaml-mode }:
- melpaBuild {
- pname = "yaml-imenu";
- ename = "yaml-imenu";
- version = "1.0.1";
- src = fetchFromGitHub {
- owner = "knu";
- repo = "yaml-imenu.el";
- rev = "78a383098807014d9e7f2941196d8271677158cd";
- sha256 = "1f85m0h19wjb0xrwkxrh7vrpphm8l5nkrv82zsl097dqw3ijj3f1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/71e7c2df9e34093ad2634d5a56133fa30126fb5c/recipes/yaml-imenu";
- sha256 = "03r7020gyr96m1z7p947nb7z8szzlkqv21g1hm10sqa8qp7k0qli";
- name = "recipe";
- };
- packageRequires = [ emacs yaml-mode ];
- meta = {
- homepage = "https://melpa.org/#/yaml-imenu";
- license = lib.licenses.free;
- };
- }) {};
- yaml-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yaml-mode";
- ename = "yaml-mode";
- version = "0.0.13";
- src = fetchFromGitHub {
- owner = "yoshiki";
- repo = "yaml-mode";
- rev = "2ace378bef2047a980fba0e42e3e6b5d990f2c66";
- sha256 = "1wx4gqkg0v0mcykimiihrp4lg2s9qac31w8rw5frbs1r37v3l8x7";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/yaml-mode";
- sha256 = "0afp83xcr8h153cayyaszwkgpap0iyk351dlykmv6bv9d2m774mc";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/yaml-mode";
- license = lib.licenses.free;
- };
- }) {};
- yang-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yang-mode";
- ename = "yang-mode";
- version = "0.9.9";
- src = fetchFromGitHub {
- owner = "mbj4668";
- repo = "yang-mode";
- rev = "4b4ab4d4a79d37d6c31c6ea7cccbc425e0b1eded";
- sha256 = "0sqp8vwlymwl2dp6bh1gf8725j1fd9sqj4qfgva09rmkq8fdivfm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/bb42ab9b5f118baaf6766c478046552b686981a1/recipes/yang-mode";
- sha256 = "0rl90xbcf3383ls95g1dixh2dr02kc4g60d324cqbb4h59wffp40";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yang-mode";
- license = lib.licenses.free;
- };
- }) {};
- yankpad = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yankpad";
- ename = "yankpad";
- version = "1.6";
- src = fetchFromGitHub {
- owner = "Kungsgeten";
- repo = "yankpad";
- rev = "d2ea6920a2444f1ce6f53947640446b8e16f84b7";
- sha256 = "1lw2d25rwszk35bi3gm3bg0cb30b8c2bf3p32b89shnsmwylw52m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e64746d10f9e0158621a7c4dc41dc2eca6ad573c/recipes/yankpad";
- sha256 = "1w5r9zk33cjgsmk45znfg32ym06nyqj5q3knr59jmn1fafx7a3z4";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yankpad";
- license = lib.licenses.free;
- };
- }) {};
- yapfify = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yapfify";
- ename = "yapfify";
- version = "0.0.6";
- src = fetchFromGitHub {
- owner = "JorisE";
- repo = "yapfify";
- rev = "9e63a9135bd8dbfbee55819837a3aa0d119c5e6f";
- sha256 = "1bf09hah2g8x0jbrdh4fm1v01qjymiv38yvv8a5qmfpv5k93lcrc";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/060c32d8e9fdc56fe702d265a935d74d76082f86/recipes/yapfify";
- sha256 = "0scl8lk1c5i7jp1qj5gg8zf3zyi8lkb57ijkmvcs4czzlyv3y9bm";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yapfify";
- license = lib.licenses.free;
- };
- }) {};
- yard-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yard-mode";
- ename = "yard-mode";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "pd";
- repo = "yard-mode.el";
- rev = "28015f600c38efed37df025b76705f7edbf963ea";
- sha256 = "1p1f1cdq1km2zlk1z8s2yhw9mgf3kdx48pgp7bhd0l2ybxh5kc85";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/afad2677f901b8d27922389afb1d235d5c8edc39/recipes/yard-mode";
- sha256 = "0jmlcba8qapjwaaliz9gzs99if3wglkhmlpjzcdy3icx18sw8kzx";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yard-mode";
- license = lib.licenses.free;
- };
- }) {};
- yarn-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yarn-mode";
- ename = "yarn-mode";
- version = "1.0";
- src = fetchFromGitHub {
- owner = "anachronic";
- repo = "yarn-mode";
- rev = "99891000efe31214b065fa9446cd5e68c5c42ed8";
- sha256 = "0cg06ba9yfgjzprq78cvhvvl06av0p2vhnmynddzbpgjgjnwskfy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/860fa2a8fdb22be374fa64a5277af3ab484a047a/recipes/yarn-mode";
- sha256 = "08a3lrz670jsf531mn1hwhh7fg5dby6i749cscd6d4dyvkzpz5dg";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/yarn-mode";
- license = lib.licenses.free;
- };
- }) {};
- yascroll = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yascroll";
- ename = "yascroll";
- version = "0.1";
- src = fetchFromGitHub {
- owner = "m2ym";
- repo = "yascroll-el";
- rev = "0a8b531b3a3c8afe7235c8c212e08bfe2021a629";
- sha256 = "007837w6gd7k253h7g2in6l3ihcbwv733yiffs26pnymgk21xdqz";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/yascroll";
- sha256 = "11g7wn4hgdwnx3n7ra0sh8gk6rykwvrg9g2cihvcv7mjbqgcv53f";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yascroll";
- license = lib.licenses.free;
- };
- }) {};
- yasnippet = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yasnippet";
- ename = "yasnippet";
- version = "0.13.0";
- src = fetchFromGitHub {
- owner = "joaotavora";
- repo = "yasnippet";
- rev = "5a29fe67d70de3749e30ebb37206395b4d1a51a8";
- sha256 = "0fkkplycrw8f8r30hjjxl1wm7p2irq2ipzzc1g7cc52abaal796p";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5d1927dc3351d3522de1baccdc4ce200ba52bd6e/recipes/yasnippet";
- sha256 = "1r37vz5b8nj6hr6c2ki9fdbrs3kkb4zwimh8r4ixm10kdkk5jqds";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/yasnippet";
- license = lib.licenses.free;
- };
- }) {};
- yasnippet-snippets = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "yasnippet-snippets";
- ename = "yasnippet-snippets";
- version = "0.11";
- src = fetchFromGitHub {
- owner = "AndreaCrotti";
- repo = "yasnippet-snippets";
- rev = "69cc1c19c7d67780d9f0f910462b818e8c0a570e";
- sha256 = "1j71vr52hndgqj00qsh4p2b5j0s9jcs174slk1p0745a5xac77p0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/42490bbdac871bce302fbc9a0488ff7de354627e/recipes/yasnippet-snippets";
- sha256 = "0daawvlw78ya38bbi95swjq8qk5jf5shsyv164m81y2gd8i5c183";
- name = "recipe";
- };
- packageRequires = [ yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/yasnippet-snippets";
- license = lib.licenses.free;
- };
- }) {};
- yatemplate = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , yasnippet }:
- melpaBuild {
- pname = "yatemplate";
- ename = "yatemplate";
- version = "3.0";
- src = fetchFromGitHub {
- owner = "mineo";
- repo = "yatemplate";
- rev = "caa8734afc559a28eb4ec5dc3f240434e51cafc9";
- sha256 = "0zzmhkadyyw56j1z6dgj3x81sb5mxd0s2r20vy5mrfm18cyvsdd1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8ba3cdb74f121cbf36b6d9d5a434c363905ce526/recipes/yatemplate";
- sha256 = "05gd9sxdiqpw2p1kdagwgxd94wiw1fmmcsp9v4p74i9sqmf6qn6q";
- name = "recipe";
- };
- packageRequires = [ emacs yasnippet ];
- meta = {
- homepage = "https://melpa.org/#/yatemplate";
- license = lib.licenses.free;
- };
- }) {};
- yaxception = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yaxception";
- ename = "yaxception";
- version = "0.3.3";
- src = fetchFromGitHub {
- owner = "aki2o";
- repo = "yaxception";
- rev = "21a36020c6a5319ea6461f4524aa3a0589df3bbd";
- sha256 = "06fnm2c17hmlfp40mq8lxk1blmcy10z0xxdpy8ykyv1r1r6syjf8";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/1da5261081fc66910d935b81e52391c071e52379/recipes/yaxception";
- sha256 = "18n2kjbgfhkhcwigxmv8dk72jp57vsqqd20lc26v5amx6mrhgh58";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yaxception";
- license = lib.licenses.free;
- };
- }) {};
- ycmd = callPackage ({ cl-lib ? null
- , dash
- , deferred
- , emacs
- , fetchFromGitHub
- , fetchurl
- , let-alist
- , lib
- , melpaBuild
- , pkg-info
- , request
- , request-deferred
- , s }:
- melpaBuild {
- pname = "ycmd";
- ename = "ycmd";
- version = "1.2";
- src = fetchFromGitHub {
- owner = "abingham";
- repo = "emacs-ycmd";
- rev = "d042a673b4d717c3ca9d641f120bfe16c994c740";
- sha256 = "0rxw86xi9xgr0fp6wmd6hgqgqr9flk7p4lcr0052jhlwknj1nrx0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4b25378540c64d0214797348579671bf2b8cc696/recipes/ycmd";
- sha256 = "10jqr6xz2fnrd1ihips9jmbcd28zha432h4pxjpswz3ivwjqhxna";
- name = "recipe";
- };
- packageRequires = [
- cl-lib
- dash
- deferred
- emacs
- let-alist
- pkg-info
- request
- request-deferred
- s
- ];
- meta = {
- homepage = "https://melpa.org/#/ycmd";
- license = lib.licenses.free;
- };
- }) {};
- ydk-mode = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "ydk-mode";
- ename = "ydk-mode";
- version = "1.0.0";
- src = fetchFromGitHub {
- owner = "jacksonrayhamilton";
- repo = "ydk-mode";
- rev = "3de9ef27dbdf5887f05092895e4ba93e7659e0ec";
- sha256 = "1kc1qsblfxfxrbgv3ksqf87gzic463136k2v7ryaj3x2r9mc0j3l";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/865b9ee86ca28fc1cedc0a432a292400184711ae/recipes/ydk-mode";
- sha256 = "1z9digf39d7dd736svp0cy6773l3nklzc263q23gwfcg0jswbdyg";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/ydk-mode";
- license = lib.licenses.free;
- };
- }) {};
- yesql-ghosts = callPackage ({ cider
- , dash
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , s }:
- melpaBuild {
- pname = "yesql-ghosts";
- ename = "yesql-ghosts";
- version = "0.1.0";
- src = fetchFromGitHub {
- owner = "magnars";
- repo = "yesql-ghosts";
- rev = "bd834e97f263f9f981758c1462bc6297a83ca852";
- sha256 = "0yvz7lmid4jcikb9jmc7h2lcry3fdyy809k25nyasj2bk41xqqsd";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3c652657be0f9b9dcb236e01c3abd2fd717190d7/recipes/yesql-ghosts";
- sha256 = "1hxzbnfd15f0ifdqjbw9nhxd0z46x705v2bc0xl71nav78fgpswf";
- name = "recipe";
- };
- packageRequires = [ cider dash s ];
- meta = {
- homepage = "https://melpa.org/#/yesql-ghosts";
- license = lib.licenses.free;
- };
- }) {};
- yoshi-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "yoshi-theme";
- ename = "yoshi-theme";
- version = "6.2.0";
- src = fetchFromGitHub {
- owner = "ryuslash";
- repo = "yoshi-theme";
- rev = "70365870ff823b954aa85972217d8f116c45d939";
- sha256 = "1myrvw0brl6cn3gljbplgxj3mr3mzicfymg7sir8hrk4d5g498yn";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/6e9a549e31c4097ee24b4bff12ec5d20d3beac68/recipes/yoshi-theme";
- sha256 = "1kzdjs3rzg9rxrjgsk0wk75rwvbip6ixg1apcxv2c1a6biqqf2hv";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/yoshi-theme";
- license = lib.licenses.free;
- };
- }) {};
- youdao-dictionary = callPackage ({ chinese-word-at-point
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild
- , names
- , popup }:
- melpaBuild {
- pname = "youdao-dictionary";
- ename = "youdao-dictionary";
- version = "0.4";
- src = fetchFromGitHub {
- owner = "xuchunyang";
- repo = "youdao-dictionary.el";
- rev = "a6e44e4fb93cc1b9f1067f10cf854b0bfc3fe732";
- sha256 = "1m4zri7kiw70062w2sp4fdqmmx2vmjisamjwmjdg6669dzvnpawq";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/712bdf83f71c2105754f9b549a889ffc5b7ba565/recipes/youdao-dictionary";
- sha256 = "1qfk7s18br9jask1bpida0cjxks098qpz0ssmw8misi3bjax0fym";
- name = "recipe";
- };
- packageRequires = [ chinese-word-at-point emacs names popup ];
- meta = {
- homepage = "https://melpa.org/#/youdao-dictionary";
- license = lib.licenses.free;
- };
- }) {};
- zel = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , frecency
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zel";
- ename = "zel";
- version = "0.1.2";
- src = fetchFromGitHub {
- owner = "rudolfochrist";
- repo = "zel";
- rev = "1d938ac01a42e7a985a3f92f5e97bc09e057676e";
- sha256 = "1hk84x4aqcfd3jggk9san1v4kr58v2zhikbv9sh3dcii6x5w2nv0";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/25b445a1dea5e8f1042bed6b5372471c25129fd8/recipes/zel";
- sha256 = "0fwc1fghsw2rg4fv10kgc9d6rhbq20xa9diqcvp1f1cqs12rfhpd";
- name = "recipe";
- };
- packageRequires = [ emacs frecency ];
- meta = {
- homepage = "https://melpa.org/#/zel";
- license = lib.licenses.free;
- };
- }) {};
- zenburn-theme = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zenburn-theme";
- ename = "zenburn-theme";
- version = "2.6";
- src = fetchFromGitHub {
- owner = "bbatsov";
- repo = "zenburn-emacs";
- rev = "fdb1a9ca91ba04ed76a85af39890e1943774706b";
- sha256 = "15g8dk5qdx8r54ccawy6gyprvms7zp7cgf5pwf24b829l2mrrs6r";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/zenburn-theme";
- sha256 = "1kb371j9aissj0vy07jw4ydfn554blc8b2rbi0x1dvfksr2rhsn9";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zenburn-theme";
- license = lib.licenses.free;
- };
- }) {};
- zephir-mode = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zephir-mode";
- ename = "zephir-mode";
- version = "0.3.3";
- src = fetchFromGitHub {
- owner = "sergeyklay";
- repo = "zephir-mode";
- rev = "b031c56753cef349484d53d2f3f29bd8080f4dc5";
- sha256 = "1gxz2khyl14z4hg1gxscv14gsqgnrz0343yy3lla0cc9i64c65ih";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/5bd901c93ce7f64de6082e801327adbd18fd4517/recipes/zephir-mode";
- sha256 = "0nxm6w7z89q2vvf3bp1p6hb6f2axv9ha85jyiv4k02l46sjprf4j";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/zephir-mode";
- license = lib.licenses.free;
- };
- }) {};
- zerodark-theme = callPackage ({ all-the-icons
- , fetchFromGitHub
- , fetchurl
- , flycheck
- , lib
- , magit
- , melpaBuild }:
- melpaBuild {
- pname = "zerodark-theme";
- ename = "zerodark-theme";
- version = "4.5";
- src = fetchFromGitHub {
- owner = "NicolasPetton";
- repo = "zerodark-theme";
- rev = "ceb46240636865e86f3fe26906957943ba7bd73c";
- sha256 = "0nnlxzsmhsbszqigcyxak9i1a0digrd13gv6v18ck4h760mihh1m";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/d00b78ead693e844e35c760fe2c39b8ed6cb0d81/recipes/zerodark-theme";
- sha256 = "1nqzswmnq6h0av4rivqm237h7ghp7asa2nvls7nz4ma467p9qhp9";
- name = "recipe";
- };
- packageRequires = [ all-the-icons flycheck magit ];
- meta = {
- homepage = "https://melpa.org/#/zerodark-theme";
- license = lib.licenses.free;
- };
- }) {};
- zmq = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zmq";
- ename = "zmq";
- version = "0.10.9";
- src = fetchFromGitHub {
- owner = "dzop";
- repo = "emacs-zmq";
- rev = "eb96b39696229424efc2a5ffdaf59c55f1ae931d";
- sha256 = "1ddaf8n1gndkyb46ivchychgyc5cqd5hf56325z3rf412xi4zrk1";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/72f4dcc2723de826bf1af7235ac6d9119a243c63/recipes/zmq";
- sha256 = "14bbh00a58xgxyxl8zjxl57rf6351fnwsnk4cvvy341fvf86dklc";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/zmq";
- license = lib.licenses.free;
- };
- }) {};
- zombie-trellys-mode = callPackage ({ cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , haskell-mode
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zombie-trellys-mode";
- ename = "zombie-trellys-mode";
- version = "0.2.1";
- src = fetchFromGitHub {
- owner = "david-christiansen";
- repo = "zombie-trellys-mode";
- rev = "03b8d3635f65dbf38f9a19b5d1a8dfdcb38ba423";
- sha256 = "0rp615k41v5v9m9g3ydyzgwr6a7wqrmsdkz3pc2frl1zij8jpjm4";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/e66db80ab82a69542688cd57c9e0ec10e6616c87/recipes/zombie-trellys-mode";
- sha256 = "19xzvppw7f35s82hm0y7sga8dyjjyy0dxy6vji4hxdpjziz7lggv";
- name = "recipe";
- };
- packageRequires = [ cl-lib emacs haskell-mode ];
- meta = {
- homepage = "https://melpa.org/#/zombie-trellys-mode";
- license = lib.licenses.free;
- };
- }) {};
- zone-nyan = callPackage ({ esxml
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zone-nyan";
- ename = "zone-nyan";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "wasamasa";
- repo = "zone-nyan";
- rev = "e36875d83ad3dce14f23864688959fa0d98ba410";
- sha256 = "1lrgirfvcvbir7csshkhhwj99jj1x5aprhw7xfiicv7nan9m6gjy";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/zone-nyan";
- sha256 = "1g7i5p26gb9gny64b84x6zqml7fly5q9aykmc6l6c1kfl6pqxs94";
- name = "recipe";
- };
- packageRequires = [ esxml ];
- meta = {
- homepage = "https://melpa.org/#/zone-nyan";
- license = lib.licenses.free;
- };
- }) {};
- zoom = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zoom";
- ename = "zoom";
- version = "0.2.2";
- src = fetchFromGitHub {
- owner = "cyrus-and";
- repo = "zoom";
- rev = "578295532fb1c4ad2a2e95894e65cce02f812b54";
- sha256 = "1qcni15mps7w9waail21x0fy2rrd5y8cm4yzi8rs2ar4vqrjbyyp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe094c99756ad29eda9bc51f31bb70c4ddc4131/recipes/zoom";
- sha256 = "09bk0nnfj72an2b3rravd6qp21gdgcm1m55qnf2r8rzbgqymq5ls";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/zoom";
- license = lib.licenses.free;
- };
- }) {};
- zoom-window = callPackage ({ emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zoom-window";
- ename = "zoom-window";
- version = "0.5";
- src = fetchFromGitHub {
- owner = "syohex";
- repo = "emacs-zoom-window";
- rev = "eefe36d26e04a9f89aad27671d1f06e9d4736ac6";
- sha256 = "08splg49ncgfsap3ivpc974wmg22ikshwv33l0i6advjjv9cskhm";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/8a55cc66cc0deb1c24023f638b8e920c9d975859/recipes/zoom-window";
- sha256 = "0l9683nk2bdm49likk9c55c23qfy6f1pn04drqwd1vhpanz4l4b3";
- name = "recipe";
- };
- packageRequires = [ emacs ];
- meta = {
- homepage = "https://melpa.org/#/zoom-window";
- license = lib.licenses.free;
- };
- }) {};
- zop-to-char = callPackage ({ cl-lib ? null
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zop-to-char";
- ename = "zop-to-char";
- version = "1.1";
- src = fetchFromGitHub {
- owner = "thierryvolpiatto";
- repo = "zop-to-char";
- rev = "816ea90337db0545a2f0a5079f4d7b3a2822af7d";
- sha256 = "14waf3g7b92k3qd5088w4pn0wcspxjfkbswlzf7nnkjliw1yh0kf";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b0a9277f1a5f1aef8886e739c73dea91d3f81dc5/recipes/zop-to-char";
- sha256 = "0jnspvqqvnaplld083j7cqqxw122qazh88ab7hymci36m3ka9hga";
- name = "recipe";
- };
- packageRequires = [ cl-lib ];
- meta = {
- homepage = "https://melpa.org/#/zop-to-char";
- license = lib.licenses.free;
- };
- }) {};
- zotelo = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zotelo";
- ename = "zotelo";
- version = "1.3";
- src = fetchFromGitHub {
- owner = "vspinu";
- repo = "zotelo";
- rev = "56eaaa76f80bd15710e68af4a1e585394af987d3";
- sha256 = "0qwdbzfi8mddmchdd9ab9ms1ynlc8dx08i6g2mf3za1sbcivdqsr";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/zotelo";
- sha256 = "0y6s5ma7633h5pf9zj7vkazidlf211va7nk47ppb1q0iyfkyln36";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zotelo";
- license = lib.licenses.free;
- };
- }) {};
- zotxt = callPackage ({ fetchFromGitLab
- , fetchurl
- , lib
- , melpaBuild
- , request-deferred }:
- melpaBuild {
- pname = "zotxt";
- ename = "zotxt";
- version = "0.1.34";
- src = fetchFromGitLab {
- owner = "egh";
- repo = "zotxt-emacs";
- rev = "43c0c6d23b31126bac6b14bb85608180fd9c866f";
- sha256 = "0qksa67aazs9vx7v14nlakr34z6l0h6mhfzi2c0vhrr0c210r6hp";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/b633453e77a719f6b6b6564e66c1c1260db38aa6/recipes/zotxt";
- sha256 = "18jla05g2k8zfrmp7q9kpr1mpw6smxzdyn8nfghm306wvv9ff8y5";
- name = "recipe";
- };
- packageRequires = [ request-deferred ];
- meta = {
- homepage = "https://melpa.org/#/zotxt";
- license = lib.licenses.free;
- };
- }) {};
- zoutline = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zoutline";
- ename = "zoutline";
- version = "0.2.0";
- src = fetchFromGitHub {
- owner = "abo-abo";
- repo = "zoutline";
- rev = "63756846f8540b6faf89d885438186e4fe1c7d8a";
- sha256 = "1w0zh6vs7klgivq5r030a82mcfg1zwic4x3fimyiqyg5n8p67hyx";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/4a26341f491145938aee9b531cd861200bfa2f6d/recipes/zoutline";
- sha256 = "1yyww84b58ymbx0w1gkgd0csr0cwlghdmnxk0jbzwc45g9g42k1m";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zoutline";
- license = lib.licenses.free;
- };
- }) {};
- zygospore = callPackage ({ fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zygospore";
- ename = "zygospore";
- version = "0.0.3";
- src = fetchFromGitHub {
- owner = "LouisKottmann";
- repo = "zygospore.el";
- rev = "1af5ee663f5a7aa08d96a77cacff834dcdf55ea8";
- sha256 = "0v73fgb0gf81vlihiicy32v6x86rr2hv0bxlpw7d3pk4ng1a0l3z";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/zygospore";
- sha256 = "0n9qs6fymdjly0i4rmx87y8gapfn5sqivsivcffi42vcb5f17kxj";
- name = "recipe";
- };
- packageRequires = [];
- meta = {
- homepage = "https://melpa.org/#/zygospore";
- license = lib.licenses.free;
- };
- }) {};
- zzz-to-char = callPackage ({ avy
- , cl-lib ? null
- , emacs
- , fetchFromGitHub
- , fetchurl
- , lib
- , melpaBuild }:
- melpaBuild {
- pname = "zzz-to-char";
- ename = "zzz-to-char";
- version = "0.1.3";
- src = fetchFromGitHub {
- owner = "mrkkrp";
- repo = "zzz-to-char";
- rev = "e571da33a0dde629314847338eedec84b40e9c32";
- sha256 = "03i5bdq7d8la9kbvykgi7aa7v3c35nibgcd4pam99l47pm599ili";
- };
- recipe = fetchurl {
- url = "https://raw.githubusercontent.com/milkypostman/melpa/7063cbc1f1501ce81552d7ef1d42d1309f547c42/recipes/zzz-to-char";
- sha256 = "16vwp0krshmn5x3ry1j512g4kydx39znjqzri4j7wgg49bz1n7vh";
- name = "recipe";
- };
- packageRequires = [ avy cl-lib emacs ];
- meta = {
- homepage = "https://melpa.org/#/zzz-to-char";
- license = lib.licenses.free;
- };
- }) {};
- }
\ No newline at end of file
diff --git a/pkgs/applications/editors/emacs-modes/melpa-stable-packages.nix b/pkgs/applications/editors/emacs-modes/melpa-stable-packages.nix
deleted file mode 100644
index 49486df9a3f..00000000000
--- a/pkgs/applications/editors/emacs-modes/melpa-stable-packages.nix
+++ /dev/null
@@ -1,212 +0,0 @@
-/*
-
-# Updating
-
-To update the list of packages from MELPA,
-
-1. Clone https://github.com/ttuegel/emacs2nix.
-2. Clone https://github.com/milkypostman/melpa.
-3. Run `./melpa-stable-packages.sh --melpa PATH_TO_MELPA_CLONE` from emacs2nix.
-4. Copy the new `melpa-stable-generated.nix` file into Nixpkgs.
-5. Check for evaluation errors: `nix-instantiate ./. -A emacsPackagesNg.melpaStablePackages`.
-6. `git add pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix && git commit -m "melpa-stable-packages $(date -Idate)"`
-
-*/
-
-{ external }:
-
-self:
-
- let
- imported = import ./melpa-stable-generated.nix { inherit (self) callPackage; };
-
- super = imported;
-
- dontConfigure = pkg: pkg.override (args: {
- melpaBuild = drv: args.melpaBuild (drv // {
- configureScript = "true";
- });
- });
-
- markBroken = pkg: pkg.override (args: {
- melpaBuild = drv: args.melpaBuild (drv // {
- meta = (drv.meta or {}) // { broken = true; };
- });
- });
-
- overrides = {
- # Expects bash to be at /bin/bash
- ac-rtags = markBroken super.ac-rtags;
-
- airline-themes = super.airline-themes.override {
- inherit (self.melpaPackages) powerline;
- };
-
- # upstream issue: missing file header
- bufshow = markBroken super.bufshow;
-
- # part of a larger package
- caml = dontConfigure super.caml;
-
- # part of a larger package
- # upstream issue: missing package version
- cmake-mode = markBroken (dontConfigure super.cmake-mode);
-
- # Expects bash to be at /bin/bash
- company-rtags = markBroken super.company-rtags;
-
- # upstream issue: missing file header
- connection = markBroken super.connection;
-
- # upstream issue: missing file header
- dictionary = markBroken super.dictionary;
-
- easy-kill-extras = super.easy-kill-extras.override {
- inherit (self.melpaPackages) easy-kill;
- };
-
- # missing git
- egg = markBroken super.egg;
-
- # upstream issue: missing file header
- elmine = markBroken super.elmine;
-
- # upstream issue: missing dependency redshank
- emr = markBroken super.emr;
-
- ess-R-data-view = super.ess-R-data-view.override {
- inherit (self.melpaPackages) ess ctable popup;
- };
-
- # upstream issue: doesn't build
- eterm-256color = markBroken super.eterm-256color;
-
- # upstream issue: missing dependency highlight
- evil-search-highlight-persist = markBroken super.evil-search-highlight-persist;
-
- # upstream issue: missing dependency highlight
- floobits = markBroken super.floobits;
-
- # missing OCaml
- flycheck-ocaml = markBroken super.flycheck-ocaml;
-
- # Expects bash to be at /bin/bash
- flycheck-rtags = markBroken super.flycheck-rtags;
-
- # upstream issue: missing dependency
- fold-dwim-org = markBroken super.fold-dwim-org;
-
- # build timeout
- graphene = markBroken super.graphene;
-
- # Expects bash to be at /bin/bash
- helm-rtags = markBroken super.helm-rtags;
-
- # Build same version as Haskell package
- hindent = super.hindent.overrideAttrs (attrs: {
- version = external.hindent.version;
- src = external.hindent.src;
- packageRequires = [ self.haskell-mode ];
- propagatedUserEnvPkgs = [ external.hindent ];
- });
-
- # upstream issue: missing file header
- ido-complete-space-or-hyphen = markBroken super.ido-complete-space-or-hyphen;
-
- # upstream issue: missing file header
- initsplit = markBroken super.initsplit;
-
- # upstream issue: recipe fails
- insert-shebang = markBroken super.insert-shebang;
-
- # Expects bash to be at /bin/bash
- ivy-rtags = markBroken super.ivy-rtags;
-
- # upstream issue: missing file header
- jsfmt = markBroken super.jsfmt;
-
- # upstream issue: missing file header
- link = markBroken super.link;
-
- # upstream issue: missing file header
- maxframe = markBroken super.maxframe;
-
- magit =
- (super.magit.override {
- # version of magit-popup needs to match magit
- # https://github.com/magit/magit/issues/3286
- inherit (self.melpaStablePackages) magit-popup;
- }).overrideAttrs (attrs: {
- # searches for Git at build time
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- });
-
- magit-todos = super.magit-todos.overrideAttrs (attrs: {
- # searches for Git at build time
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- });
-
- magit-filenotify = super.magit-filenotify.overrideAttrs (attrs: {
- # searches for Git at build time
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- });
-
- # missing OCaml
- merlin = markBroken super.merlin;
-
- mhc = super.mhc.override {
- inherit (self.melpaPackages) calfw;
- };
-
- # missing .NET
- nemerle = markBroken super.nemerle;
-
- # part of a larger package
- notmuch = dontConfigure super.notmuch;
-
- # missing OCaml
- ocp-indent = markBroken super.ocp-indent;
-
- # upstream issue: missing file header
- po-mode = markBroken super.po-mode;
-
- # upstream issue: truncated file
- powershell = markBroken super.powershell;
-
- # upstream issue: missing file header
- qiita = markBroken super.qiita;
-
- # upstream issue: missing file header
- speech-tagger = markBroken super.speech-tagger;
-
- # upstream issue: missing file header
- stgit = markBroken super.stgit;
-
- # upstream issue: missing file header
- tawny-mode = markBroken super.tawny-mode;
-
- # upstream issue: missing file header
- textmate = markBroken super.textmate;
-
- # missing OCaml
- utop = markBroken super.utop;
-
- vdiff-magit =
- (super.vdiff-magit.overrideAttrs (attrs: {
- nativeBuildInputs =
- (attrs.nativeBuildInputs or []) ++ [ external.git ];
- }));
-
- # upstream issue: missing file header
- voca-builder = markBroken super.voca-builder;
-
- # upstream issue: missing file header
- window-numbering = markBroken super.window-numbering;
- };
-
- melpaStablePackages = super // overrides;
- in
- melpaStablePackages // { inherit melpaStablePackages; }
diff --git a/pkgs/applications/editors/emacs-modes/nyan-mode/default.nix b/pkgs/applications/editors/emacs-modes/nyan-mode/default.nix
deleted file mode 100644
index e0057fd30ce..00000000000
--- a/pkgs/applications/editors/emacs-modes/nyan-mode/default.nix
+++ /dev/null
@@ -1,30 +0,0 @@
-{lib, trivialBuild, fetchFromGitHub}:
-
-trivialBuild rec {
- pname = "nyan-mode";
- version = "20150128";
-
- src = fetchFromGitHub {
- owner = "TeMPOraL";
- repo = pname;
- rev = "41faa2c809da7b2cb3e6f8fadefae3f338ced3f2";
- sha256 = "1idaac7sjc8hhbf5zif61ncg1pvg28c0qfihavdx61albww0ll7f";
- };
-
- patches = [ ./directory.patch ];
-
- preBuild = ''
- substituteInPlace nyan-mode.el \
- --replace "@OUT@" "$out/"
- '';
-
- postInstall = ''
- cp -r img $out
- cp -r mus $out
- '';
-
- meta = {
- description = "An analog indicator of the position in the buffer";
- license = lib.licenses.gpl3Plus;
- };
-}
diff --git a/pkgs/applications/editors/emacs-modes/nyan-mode/directory.patch b/pkgs/applications/editors/emacs-modes/nyan-mode/directory.patch
deleted file mode 100644
index b471531ec34..00000000000
--- a/pkgs/applications/editors/emacs-modes/nyan-mode/directory.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/nyan-mode.el b/nyan-mode.el
-index 939a25a..3d0b983 100644
---- a/nyan-mode.el
-+++ b/nyan-mode.el
-@@ -106,7 +106,7 @@ This can be t or nil."
- :group 'nyan)
-
-
--(defconst +nyan-directory+ (file-name-directory (or load-file-name buffer-file-name)))
-+(defconst +nyan-directory+ "@OUT@")
-
- (defconst +nyan-cat-size+ 3)
-
diff --git a/pkgs/applications/editors/emacs-modes/offlineimap/default.nix b/pkgs/applications/editors/emacs-modes/offlineimap/default.nix
index f61eaa98266..e03b1a42ab1 100644
--- a/pkgs/applications/editors/emacs-modes/offlineimap/default.nix
+++ b/pkgs/applications/editors/emacs-modes/offlineimap/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "OfflineIMAP support for Emacs";
homepage = "http://julien.danjou.info/projects/emacs-packages#offlineimap";
platforms = stdenv.lib.platforms.all;
- maintainers = [ stdenv.lib.maintainers.garbas ];
+ maintainers = [ ];
broken = true;
};
}
diff --git a/pkgs/applications/editors/emacs-modes/org-generated.nix b/pkgs/applications/editors/emacs-modes/org-generated.nix
index 6881ccd784e..c1fad2dc865 100644
--- a/pkgs/applications/editors/emacs-modes/org-generated.nix
+++ b/pkgs/applications/editors/emacs-modes/org-generated.nix
@@ -4,10 +4,10 @@
elpaBuild {
pname = "org";
ename = "org";
- version = "20181230";
+ version = "20190527";
src = fetchurl {
- url = "http://orgmode.org/elpa/org-20181230.tar";
- sha256 = "1ydl6cikf4myrz59qvajbdxg1bvbpqjlkxn54qhrhh4755llcfkv";
+ url = "http://orgmode.org/elpa/org-20190527.tar";
+ sha256 = "1fc2nyylzpikjikyb24xq2mcilridcahmjwmg0s426dqrgqpm9ij";
};
packageRequires = [];
meta = {
@@ -19,10 +19,10 @@
elpaBuild {
pname = "org-plus-contrib";
ename = "org-plus-contrib";
- version = "20181230";
+ version = "20190527";
src = fetchurl {
- url = "http://orgmode.org/elpa/org-plus-contrib-20181230.tar";
- sha256 = "0gibwcjlardjwq19bh0zzszv0dxxlml0rh5iikkcdynbgndk1aa1";
+ url = "http://orgmode.org/elpa/org-plus-contrib-20190527.tar";
+ sha256 = "16kf47ij25fijf6pbfxzq9xzildj1asdzhnkf5zv5pn4312pvgnq";
};
packageRequires = [];
meta = {
@@ -30,4 +30,4 @@
license = lib.licenses.free;
};
}) {};
- }
\ No newline at end of file
+ }
diff --git a/pkgs/applications/editors/emacs-modes/org-packages.nix b/pkgs/applications/editors/emacs-modes/org-packages.nix
index 46b90a52a09..1f37cf624f9 100644
--- a/pkgs/applications/editors/emacs-modes/org-packages.nix
+++ b/pkgs/applications/editors/emacs-modes/org-packages.nix
@@ -2,22 +2,23 @@
# Updating
-To update the list of packages from ELPA,
+To update the list of packages from Org (ELPA),
-1. Clone https://github.com/ttuegel/emacs2nix
-2. Run `./org-packages.sh` from emacs2nix
-3. Copy the new org-packages.json file into Nixpkgs
-4. `git commit -m "org-packages $(date -Idate)"`
+1. Run `./update-org`.
+2. Check for evaluation errors: `nix-instantiate ../../../.. -A emacsPackagesNg.orgPackages`.
+3. `git commit -m "org-packages $(date -Idate)" -- org-generated.nix`
*/
-{ }:
+{ lib }:
-self:
+self: let
- let
+ generateOrg = lib.makeOverridable ({
+ generated ? ./org-generated.nix
+ }: let
- imported = import ./org-generated.nix {
+ imported = import generated {
inherit (self) callPackage;
};
@@ -26,6 +27,6 @@ self:
overrides = {
};
- orgPackages = super // overrides;
+ in super // overrides);
- in orgPackages // { inherit orgPackages; }
+in generateOrg { }
diff --git a/pkgs/applications/editors/emacs-modes/quack/default.nix b/pkgs/applications/editors/emacs-modes/quack/default.nix
index 95634a24ded..94cb3104ecc 100644
--- a/pkgs/applications/editors/emacs-modes/quack/default.nix
+++ b/pkgs/applications/editors/emacs-modes/quack/default.nix
@@ -11,8 +11,8 @@ stdenv.mkDerivation {
buildInputs = [ emacs ];
- unpackPhase = "true";
- configurePhase = "true";
+ dontUnpack = true;
+ dontConfigure = true;
installPhase = "true";
buildPhase = ''
diff --git a/pkgs/applications/editors/emacs-modes/recipes-archive-melpa.json b/pkgs/applications/editors/emacs-modes/recipes-archive-melpa.json
new file mode 100644
index 00000000000..00bcb16b31b
--- /dev/null
+++ b/pkgs/applications/editors/emacs-modes/recipes-archive-melpa.json
@@ -0,0 +1,96672 @@
+[
+ {
+ "ename": "0blayout",
+ "commit": "6521ec44ae8b0ba2e0523517f0f3d5b94ddbe1be",
+ "sha256": "027k85h34998i8vmbg2hi4q1m4f7jfva5jm38k0g9m1db700gk92",
+ "fetcher": "github",
+ "repo": "etu/0blayout-mode",
+ "unstable": {
+ "version": [
+ 20190703,
+ 527
+ ],
+ "commit": "fd9a8f353dbd45b4628b5f84b8d8c2525ebf571d",
+ "sha256": "18jkq140s2hwgdxs5s13hprjmq2qnxnqhrmdiyrhvl176r3wbh37"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "commit": "b8bb44b5336965b5519b9a826a0f46f8ee31c471",
+ "sha256": "1apv5zd3zzni2llj9is7h2bzq1xxbx67kr7c07dfjd26n7l0zvfi"
+ }
+ },
+ {
+ "ename": "0x0",
+ "commit": "a48b10b770038efc606fbbbedf79178d3b05186c",
+ "sha256": "1nkc5hfz77s37a1rp8m69f7zbk05jc1y1fcj0b46h9khyz6zbm01",
+ "fetcher": "git",
+ "url": "https://git.sr.ht/~zge/nullpointer-emacs",
+ "unstable": {
+ "version": [
+ 20190801,
+ 902
+ ],
+ "commit": "129585c4096e78f46b741c7729915f666bfee501",
+ "sha256": "0jplfnp4cn5vgj99g0ks0g9k2ij8yz1h24c6ghbz0hxd5bh5g889"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "129585c4096e78f46b741c7729915f666bfee501",
+ "sha256": "0jplfnp4cn5vgj99g0ks0g9k2ij8yz1h24c6ghbz0hxd5bh5g889"
+ }
+ },
+ {
+ "ename": "0xc",
+ "commit": "3fbb2c86a50a8df9a3967787fc10f33beab2c933",
+ "sha256": "0lxcz1x1dymsh9idhkn7jn8vphr724d6sb88a4g55x2m1rlmzg3w",
+ "fetcher": "github",
+ "repo": "AdamNiederer/0xc",
+ "unstable": {
+ "version": [
+ 20190219,
+ 117
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "167e93ce863381a58988655927042514d984ad49",
+ "sha256": "0msx29il7c01njlc4pwxs3f3qcvyakgjcivxaa287jibf67yg0ph"
+ }
+ },
+ {
+ "ename": "2048-game",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "0z7x9bnyi3qlq7l0fskb61i6yr9gm7w7wplqd28wz8p1j5yw8aa0",
+ "fetcher": "bitbucket",
+ "repo": "zck/2048.el",
+ "unstable": {
+ "version": [
+ 20151026,
+ 1933
+ ],
+ "commit": "ea6c3bce8ac1c17dae5ac711ae4e931c0495e455",
+ "sha256": "1p9qn9n8mfb4z62h1s94mlg0vshpzafbhsxgzvx78sqlf6bfc80l"
+ }
+ },
+ {
+ "ename": "4clojure",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "09bmdxkkp676sn1sbbly44k99i47w83yznq950nkxv6x8753ifgk",
+ "fetcher": "github",
+ "repo": "losingkeys/4clojure.el",
+ "unstable": {
+ "version": [
+ 20131014,
+ 2207
+ ],
+ "deps": [
+ "json",
+ "request"
+ ],
+ "commit": "3cdfd356c24cd3518397d29ae833f56a4d20b4ca",
+ "sha256": "1fybicg46fc5jjqv7g2d3dnj1x9n58m2fg9x6qxn9l8qlzk9yxkq"
+ }
+ },
+ {
+ "ename": "@",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0da0xqk8fhz8aij3zmpp4bz3plpvfq2riyy17i7ny4ralxb3g08z",
+ "fetcher": "github",
+ "repo": "skeeto/at-el",
+ "unstable": {
+ "version": [
+ 20181225,
+ 1438
+ ],
+ "commit": "0a6189f8be42dbbc5d9358cbd447d471236135a2",
+ "sha256": "11s46n3j6ij0ynxwl35wxbzg97pkmnhxh43l5vvaz9kizf6mhpbj"
+ }
+ },
+ {
+ "ename": "a",
+ "commit": "a226f1d81cd1ae81b91c1102fbe40aac2eddcaa8",
+ "sha256": "1xqja47iw1c78kiv4854z47iblvvzrc1l35zjdhmhkh9hh10z886",
+ "fetcher": "github",
+ "repo": "plexus/a.el",
+ "unstable": {
+ "version": [
+ 20180907,
+ 953
+ ],
+ "commit": "18966975db7110d0aac726be95b593e2fc3d44ed",
+ "sha256": "0d8ffpc8r7xial9q0miyxab6mbh9rm6sckvw9g10cgp8f1rrk7h4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "8583685c32069a73ccae0100e990e7b39c901737",
+ "sha256": "00v9w6qg3bkwdhypq0ssf0phdh0f4bcq59c20lngd6vhk0204dqi"
+ }
+ },
+ {
+ "ename": "aa-edit-mode",
+ "commit": "20d00f782f2db87264c7fb1aac7455e44b8b24e7",
+ "sha256": "00b99ik04xx4b2a1cm1z8dl42hjnb5r32qypjyyx8924n1dhxzgn",
+ "fetcher": "github",
+ "repo": "zonuexe/aa-edit-mode",
+ "unstable": {
+ "version": [
+ 20170119,
+ 320
+ ],
+ "deps": [
+ "navi2ch"
+ ],
+ "commit": "1dd801225b7ad3c23ad09698f5e77f0df7012a65",
+ "sha256": "17kxpyfprdyj96c4ivv8bxwyls69cgh2r3gwrgj6bwinbiszh9rr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "navi2ch"
+ ],
+ "commit": "2e56f3b627f0f19fbfce4968180b4d736f7afb5d",
+ "sha256": "1rh9n97z1vi7w60qzam5vc025wwm346fgzym2zs1cm7ykyfh3mgd"
+ }
+ },
+ {
+ "ename": "abc-mode",
+ "commit": "aaee9dc5de06747374f311d86a550d3cc15beed1",
+ "sha256": "0qf5lbszyscmagiqhc0d05vzkhdky7ini4w33z1h3j5417sscrcx",
+ "fetcher": "github",
+ "repo": "mkjunker/abc-mode",
+ "unstable": {
+ "version": [
+ 20171020,
+ 1019
+ ],
+ "commit": "15691b32431b50f9106cb9fa50ee7244957a8ac8",
+ "sha256": "089l4rmxrnm4fmrbgw98rjigy3hzkx4lkw9hv8gn36cv2fp61h71"
+ },
+ "stable": {
+ "version": [
+ 20140225,
+ 944
+ ],
+ "commit": "6b5ab7402287dab5a091e94fec9982dc45d9d287",
+ "sha256": "13f4l9xzx4xm5m80kkb49zh31w0bn0kw9m5ca28rrx4aysqmwryv"
+ }
+ },
+ {
+ "ename": "abgaben",
+ "commit": "2b0aa60aa0edf33205e0fcb309be779ad8da08ec",
+ "sha256": "1xywghyp6aahzin1ygwzqfg9640dliycl4g02jz3gpix8hd3g8gy",
+ "fetcher": "gitlab",
+ "repo": "akoehn/abgaben",
+ "unstable": {
+ "version": [
+ 20171119,
+ 646
+ ],
+ "deps": [
+ "f",
+ "pdf-tools",
+ "s"
+ ],
+ "commit": "20d14830f07d66e2a04bcad1498a4a6fbf4b4451",
+ "sha256": "0apcbfaa70kgrpjjsfbr0lg9lcfiijpx5bms4sbzc606vlnxxn0d"
+ }
+ },
+ {
+ "ename": "abl-mode",
+ "commit": "70a52edb381daa9c4dcc9f7e511175b38fc141be",
+ "sha256": "0h25lc87pa8irgxflnmnmkr9dcv4kz841nfc45fcz4awrn75kkzb",
+ "fetcher": "github",
+ "repo": "afroisalreadyinu/abl-mode",
+ "unstable": {
+ "version": [
+ 20190403,
+ 904
+ ],
+ "commit": "44b7d946bc3a693f5a931c4a62c0a67d42e8d4dc",
+ "sha256": "070c408bq5pliq0xbd1861l6db4sbfpnj3r6aknbqh2vb7l4yimb"
+ }
+ },
+ {
+ "ename": "abs-mode",
+ "commit": "aabccc4061e7764069796e12ee9688b67651cf70",
+ "sha256": "148y99iaxcnjaacw017chwq0sq05ywgy5jx1lhp9ly7innrl9i1k",
+ "fetcher": "github",
+ "repo": "abstools/abs-mode",
+ "unstable": {
+ "version": [
+ 20190404,
+ 2304
+ ],
+ "deps": [
+ "erlang",
+ "flymake",
+ "maude-mode"
+ ],
+ "commit": "31fb36f9206203062b8c618fef6ad484e44af226",
+ "sha256": "0h0zsjqhjm18ppmaqv2kn4q1mchc1igcz80zwz8523n2w2gk9bri"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5
+ ],
+ "deps": [
+ "erlang",
+ "flymake",
+ "maude-mode"
+ ],
+ "commit": "a9a512992f681669dc59fe9ca86f12b9688b5454",
+ "sha256": "0v6d7cxnj4mil7c7y4m1csiznl6rmzxg9snwhhv6wdqfw112kn8j"
+ }
+ },
+ {
+ "ename": "abyss-theme",
+ "commit": "f390e5153b6360a27abc74983f5fef11226634f3",
+ "sha256": "0ckrgfd7fjls6g510v8fqpkd0fd18lr0spg3lf5s88gky8ihdg6c",
+ "fetcher": "github",
+ "repo": "mgrbyte/emacs-abyss-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1345
+ ],
+ "commit": "18791c6e8d9cc2b4815c9f08627a2e94fc0eeb14",
+ "sha256": "07z0djv7h3yrv4iw9n633j6dxzxb4nnzijsqkmz22ik6fbwxg5mh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "commit": "18791c6e8d9cc2b4815c9f08627a2e94fc0eeb14",
+ "sha256": "07z0djv7h3yrv4iw9n633j6dxzxb4nnzijsqkmz22ik6fbwxg5mh"
+ }
+ },
+ {
+ "ename": "ac-alchemist",
+ "commit": "ef9037aa41a8d9467838495bb235db32c19cc417",
+ "sha256": "02ll3hcixgdb8zyszn78714gy1h2q0vkhpbnwap9302mr2racwl0",
+ "fetcher": "github",
+ "repo": "syohex/emacs-ac-alchemist",
+ "unstable": {
+ "version": [
+ 20150908,
+ 656
+ ],
+ "deps": [
+ "alchemist",
+ "auto-complete",
+ "cl-lib"
+ ],
+ "commit": "b1891c3d41aed83f61d78a609ea97be5cc2758d9",
+ "sha256": "19msfx3f3px1maj41bzh139s6sv2pjk9vm3bphn7758fqhzyin0f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "alchemist",
+ "auto-complete",
+ "cl-lib"
+ ],
+ "commit": "31114f3e1e7cc1e101d0b81819d7876d8861df92",
+ "sha256": "0a8widshsm39cbala17pmnk1sazazhhyqppwalysli170whk49c5"
+ }
+ },
+ {
+ "ename": "ac-c-headers",
+ "commit": "d7736fb9ea3a59c36c0b8b824d83bb1bb0099d43",
+ "sha256": "1cq5rz2w79bj185va7y13x7bciihrpsvyxwk6msmcxb4g86s9phv",
+ "fetcher": "github",
+ "repo": "zk-phi/ac-c-headers",
+ "unstable": {
+ "version": [
+ 20151021,
+ 834
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "de13a1d35b311e6601556d8ef163de102057deea",
+ "sha256": "1z6rj15p5gjv0jwnnck8789n9csf1pwxfvsz37graihgfy2khj0y"
+ }
+ },
+ {
+ "ename": "ac-capf",
+ "commit": "929da263f57b904c50f5f17b09d4c4b480999c97",
+ "sha256": "1drgk5iz2wp3rxzd39pj0n4cfmm5z8zqlp50jw5z7ffbbg35qxbm",
+ "fetcher": "github",
+ "repo": "syohex/emacs-ac-capf",
+ "unstable": {
+ "version": [
+ 20151101,
+ 217
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib"
+ ],
+ "commit": "17571dba0a8f98111f2ab758e9bea285b263781b",
+ "sha256": "0nyq34yq4jcp3p30ygma3iz1h0q551p33792byj76pa5ps09g1da"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib"
+ ],
+ "commit": "17571dba0a8f98111f2ab758e9bea285b263781b",
+ "sha256": "0nyq34yq4jcp3p30ygma3iz1h0q551p33792byj76pa5ps09g1da"
+ }
+ },
+ {
+ "ename": "ac-cider",
+ "commit": "e8adefaf2e284ef91baec3dbd3e10c868de69926",
+ "sha256": "1dszpb706h34miq2bxqyq1ycbran5ax36vcniwp8vvhgcjsw5sz6",
+ "fetcher": "github",
+ "repo": "clojure-emacs/ac-cider",
+ "unstable": {
+ "version": [
+ 20161006,
+ 719
+ ],
+ "deps": [
+ "auto-complete",
+ "cider",
+ "cl-lib"
+ ],
+ "commit": "fa13e067dd9c8c76151c7d140a2803da1d109b84",
+ "sha256": "1pklmjldnm8bf34f5q8x983d1m72l3kf51ns9vh6z704mkhv658f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 3
+ ],
+ "deps": [
+ "auto-complete",
+ "cider",
+ "cl-lib"
+ ],
+ "commit": "4be034e5f82421b0a836ec7ff45815c67caffcee",
+ "sha256": "12s7wy7fyk5z9q287j871gcsrvj90f4c81h39p66d99jw0cl93qj"
+ }
+ },
+ {
+ "ename": "ac-clang",
+ "commit": "ffe0485048b85825f5e8ba95917d8c9dc64fe5de",
+ "sha256": "070s06xhkzaqfc3j8c4i44rks6gn8z66lwd54j17p8d91x3qjpr4",
+ "fetcher": "github",
+ "repo": "yaruopooner/ac-clang",
+ "unstable": {
+ "version": [
+ 20180710,
+ 546
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "pos-tip",
+ "yasnippet"
+ ],
+ "commit": "3294b968eb1a8317049190940193f9da47c085ef",
+ "sha256": "160hda911vsc2zcs56560cpv7kj0966vjzwmc0md6fkz3wrj7w0n"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 3
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "pos-tip",
+ "yasnippet"
+ ],
+ "commit": "3294b968eb1a8317049190940193f9da47c085ef",
+ "sha256": "160hda911vsc2zcs56560cpv7kj0966vjzwmc0md6fkz3wrj7w0n"
+ }
+ },
+ {
+ "ename": "ac-dcd",
+ "commit": "64142a4b14531409f45f02a8053ed8948f48221d",
+ "sha256": "086jp9c6bilc361n1hscza3pbhgvqlq944z7cil2jm1kicsf8s7r",
+ "fetcher": "github",
+ "repo": "atilaneves/ac-dcd",
+ "unstable": {
+ "version": [
+ 20190425,
+ 907
+ ],
+ "deps": [
+ "auto-complete",
+ "flycheck-dmd-dub"
+ ],
+ "commit": "9d444523ffa92a763ea8f532b8001829a51a2557",
+ "sha256": "1fkpvr7mix9wvhd6pgbcj6mrmhrffvlh5sp8wp5m48j0qc3wx7mi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "auto-complete",
+ "flycheck-dmd-dub"
+ ],
+ "commit": "4cb14b1e9fcfc4bf4a084765bc1eb10abfbbbd49",
+ "sha256": "0a3s880nswc2s6yh2v5zsmws550q917i7av8nrxc5sp1d03xqwmn"
+ }
+ },
+ {
+ "ename": "ac-emacs-eclim",
+ "commit": "1e9d3075587fbd9ca188535fd945a7dc451c6d7e",
+ "sha256": "0bkh7x6zj5drdvm9ji4vwqdxv7limd9a1idy8lsg0lcca3rjq3s5",
+ "fetcher": "github",
+ "repo": "emacs-eclim/emacs-eclim",
+ "unstable": {
+ "version": [
+ 20180911,
+ 1121
+ ],
+ "deps": [
+ "auto-complete",
+ "eclim"
+ ],
+ "commit": "23f5b294f833ce58516d7b9ae08a7792d70022a1",
+ "sha256": "17q972354nkkynfjmwih4vp7s5dzdvr3nf7ni3ci095lzb0zzf4g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "auto-complete",
+ "eclim"
+ ],
+ "commit": "8203fbf8544e65324a948a67718f7a16ba2d52e6",
+ "sha256": "10bbbxhvlwm526g1wib1f87grnayirlg8jbsvmpzxr9nmdjgikz3"
+ }
+ },
+ {
+ "ename": "ac-emmet",
+ "commit": "39861b4f0a458c8ccf02f7a3443c54b0e74daa11",
+ "sha256": "09ycjllfpdgqaf5iis5bkkhal1vxvl3qkxrn2759p67s97c49f3x",
+ "fetcher": "github",
+ "repo": "yasuyk/ac-emmet",
+ "unstable": {
+ "version": [
+ 20131015,
+ 1558
+ ],
+ "deps": [
+ "auto-complete",
+ "emmet-mode"
+ ],
+ "commit": "88f24876ee3b759978d4614a758280b5d512d543",
+ "sha256": "1lkhqmfkjga7qi4r1m7mjax3pyf9m6minsn57cbzm2z2kvkhq22g"
+ }
+ },
+ {
+ "ename": "ac-emoji",
+ "commit": "15f591f9cba367b071046fef5ae01bbbd0475ce3",
+ "sha256": "0msh3dh89jzk6hxva34gp9d5pazchgdknxjbi72z26rss9bkp1mw",
+ "fetcher": "github",
+ "repo": "syohex/emacs-ac-emoji",
+ "unstable": {
+ "version": [
+ 20150823,
+ 711
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib"
+ ],
+ "commit": "40a639764eb654f1b4bb705c817b66032a26ff2b",
+ "sha256": "1gk84bv6w9lg5wrygd7cfab3h46j84k1dwmhzr7jay6n02q6y499"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib"
+ ],
+ "commit": "53677f754929ead403ccde64b714ebb6b8fc808e",
+ "sha256": "0cc3jpc4pihbyznyzvf6i3xwc2x78gb5m36ba9gkvxhabsljnlfg"
+ }
+ },
+ {
+ "ename": "ac-etags",
+ "commit": "fda9c7def8bc54af4ab17dc049dd94324c8f10fa",
+ "sha256": "0ag49k9izrs4ikzac9lifvvwhcn5n89lr2vb20pngsvg1czdyhzb",
+ "fetcher": "github",
+ "repo": "syohex/emacs-ac-etags",
+ "unstable": {
+ "version": [
+ 20161001,
+ 1507
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "7983e631c226fe0fa53af3b2d56bf4eca3d785ce",
+ "sha256": "1vvgcy5hybrip4jn4pj9r3fahr6rc70k28w5aw951h0x7g7laipr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "8cd188b2e4908285ba8178bbd18a555edd7282e8",
+ "sha256": "0ijni3qgd68jhznhirhgcl59cr7hwfvbwgf6z120x56jmp8h01d2"
+ }
+ },
+ {
+ "ename": "ac-geiser",
+ "commit": "586ef409e3ae758b459b625d4bf0108f0525a085",
+ "sha256": "0v558qz1mp8b1bgk8kgdk5sx5mpd353mw77n5b0pw4b2ikzpz2mx",
+ "fetcher": "github",
+ "repo": "xiaohanyu/ac-geiser",
+ "unstable": {
+ "version": [
+ 20130929,
+ 647
+ ],
+ "deps": [
+ "auto-complete",
+ "geiser"
+ ],
+ "commit": "502d18a8a0bd4b5fdd495a99299ba2a632c5cd9a",
+ "sha256": "0h2kakb4f5hgzf5l2kpqngalcmc4402lkg1pvs88c8z4rqp2vfvz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "auto-complete",
+ "geiser"
+ ],
+ "commit": "0e2e36532336f27e3dc3b01fff55ad1a4329817d",
+ "sha256": "02ifz25rq64z0ifxs52aqdz0iz4mi6xvj88hcn3aakkmsj749vvn"
+ }
+ },
+ {
+ "ename": "ac-haskell-process",
+ "commit": "98bd259b6bfd9b49a8ae421807a4ab3821f09608",
+ "sha256": "0kv4z850kv03wiax1flnrp6sgqja25j23l719w7rkr7ck110q8rw",
+ "fetcher": "github",
+ "repo": "purcell/ac-haskell-process",
+ "unstable": {
+ "version": [
+ 20150423,
+ 1402
+ ],
+ "deps": [
+ "auto-complete",
+ "haskell-mode"
+ ],
+ "commit": "0362d4323511107ec70e7165cb612f3ab01b712f",
+ "sha256": "0m33v9iy3y37sicfmpx7kvmn8v1a8k6cs7d0v9v5k93p4d5ila41"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "deps": [
+ "auto-complete",
+ "haskell-mode"
+ ],
+ "commit": "0362d4323511107ec70e7165cb612f3ab01b712f",
+ "sha256": "0m33v9iy3y37sicfmpx7kvmn8v1a8k6cs7d0v9v5k93p4d5ila41"
+ }
+ },
+ {
+ "ename": "ac-helm",
+ "commit": "50427d365c79aff84ac759d19ce177b4f7ed2751",
+ "sha256": "16ajxlhcah5zbvywpc6l4l1arr308gjpgvdx6l1nrv2zvpckhlwq",
+ "fetcher": "github",
+ "repo": "yasuyk/ac-helm",
+ "unstable": {
+ "version": [
+ 20160319,
+ 233
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "helm",
+ "popup"
+ ],
+ "commit": "baf2b1e04bcffa835084389c0fab415f26efbf32",
+ "sha256": "1fyikdwn0gzng7pbmfg7zb7jphjv228776vsjc12j7g1aqz92n4l"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1
+ ],
+ "deps": [
+ "auto-complete",
+ "helm",
+ "popup"
+ ],
+ "commit": "f2110576b0eb35850a7f638c1a991a9fa0c8da3a",
+ "sha256": "1gw38phyaslpql7szvlpwgyfngdgd21f6lq406vq0gjwwmxgig34"
+ }
+ },
+ {
+ "ename": "ac-html",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "1vidmvylwwvraf8k63dvxv47ism49n6pp0f38l5rl4iaznhkdr84",
+ "fetcher": "github",
+ "repo": "zhangkaiyulw/ac-html",
+ "unstable": {
+ "version": [
+ 20151005,
+ 731
+ ],
+ "deps": [
+ "auto-complete",
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "668154cba123c321d1b07c2dc8b26d14092253b8",
+ "sha256": "0lz1a8a4bqxiw20jh65r7cg7jnid3vz4h8b7dkfcrzwn0agx8frw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 31
+ ],
+ "deps": [
+ "auto-complete",
+ "web-completion-data"
+ ],
+ "commit": "415a78c3b84855b0c0411832d21a0fb63239b184",
+ "sha256": "19v9515ixg22m7h7riix8w3vyhzax1m2pbwdirp59v532xn9b0cz"
+ }
+ },
+ {
+ "ename": "ac-html-angular",
+ "commit": "0805ba6674d1298d730770e8ea46b9bbd68cd1d3",
+ "sha256": "05rbxf5kbr4jlskrhvfvhf82qvb55zl5cb6z1ymfh9l3h9j9xk3s",
+ "fetcher": "github",
+ "repo": "osv/ac-html-angular",
+ "unstable": {
+ "version": [
+ 20151225,
+ 719
+ ],
+ "deps": [
+ "web-completion-data"
+ ],
+ "commit": "6bafe09afe03112ca4183d58461c1a6f6c2b3c67",
+ "sha256": "1v3ia439h4n2i204n0sazzbwwm0l5k6j31gq58iv2rqrq2ysikny"
+ }
+ },
+ {
+ "ename": "ac-html-bootstrap",
+ "commit": "6cf8aed547ca2390395dcf52d6c542b6944697af",
+ "sha256": "0z71m6xws0k9smhsswaivpikr64mv0wh6klnmi5cwhwcqas6kdi1",
+ "fetcher": "github",
+ "repo": "osv/ac-html-bootstrap",
+ "unstable": {
+ "version": [
+ 20160302,
+ 1701
+ ],
+ "deps": [
+ "web-completion-data"
+ ],
+ "commit": "481e6e441cd566554ce71cd8cb28c9e7ebb1c24b",
+ "sha256": "0ry398awbsyswc87v275x4mdyv64kr0s647y6nagqg1h3n3jhvsq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 3
+ ],
+ "deps": [
+ "web-completion-data"
+ ],
+ "commit": "591e1e996c820da218ea1eee0a500c556769f128",
+ "sha256": "1zmjqnlbfchnb7n2v7ms7q06xma1lmf9ry3v6f4pfnwlmz5lsf3a"
+ }
+ },
+ {
+ "ename": "ac-html-csswatcher",
+ "commit": "fba8b9bf212e6fa389eae8394d0b3bbce9eb0f92",
+ "sha256": "0jb9dnm2lxadrxssf0rjqw8yvvskcq4hys8c21shjyj3gkvwbfqn",
+ "fetcher": "github",
+ "repo": "osv/ac-html-csswatcher",
+ "unstable": {
+ "version": [
+ 20151208,
+ 2113
+ ],
+ "deps": [
+ "web-completion-data"
+ ],
+ "commit": "b0f3e7e1a3fe49e88b6eb6432377232fc715f221",
+ "sha256": "0swbw62zh5rjjf73pvmp8brrrmk6bp061k793z4z83v7ic0cicrr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 7
+ ],
+ "deps": [
+ "web-completion-data"
+ ],
+ "commit": "dadc3c595cf1708291096c03987f1981f3cabc6b",
+ "sha256": "0p18wxyyc1jmcwx9y5i77s25v4jszv7cmm4bkwm4dzhkxd33kh1f"
+ }
+ },
+ {
+ "ename": "ac-inf-ruby",
+ "commit": "1a72abe0fe1253149afb45b0d9e81b6846a926c0",
+ "sha256": "04jclf0yxz78x1fsaf5sh1p466947nqrcx337kyhqn0nkj3hplqr",
+ "fetcher": "github",
+ "repo": "purcell/ac-inf-ruby",
+ "unstable": {
+ "version": [
+ 20131115,
+ 1150
+ ],
+ "deps": [
+ "auto-complete",
+ "inf-ruby"
+ ],
+ "commit": "ee53fc9c61950da9a96df3ff5ef186f9a9faf151",
+ "sha256": "13xgv1c4gr075gffq95njra7bw1fkb5yp3xdlh3qndzw4bpary1l"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "auto-complete",
+ "inf-ruby"
+ ],
+ "commit": "3e22b66d3d3e2712a0fe783b5cdd0583a0d4c318",
+ "sha256": "1acm13n59sdgvvzicscxzrr5j1x5sa5x4rc4cnkbwb28nw5a5ysm"
+ }
+ },
+ {
+ "ename": "ac-ispell",
+ "commit": "b41acb7387ebef9af2906fa16298b64d6431bfb0",
+ "sha256": "1vsy2qjh60n5lavivpqhhcpg5pk8zz2r0wy1sb65capn841zdi67",
+ "fetcher": "github",
+ "repo": "syohex/emacs-ac-ispell",
+ "unstable": {
+ "version": [
+ 20151101,
+ 226
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib"
+ ],
+ "commit": "22bace7387e9012002a6a444922f75f9913077b0",
+ "sha256": "1cq73bdv3lkn8v3nx6aznygqaac9s5i7pvirl8wz9ib31hsgwpbk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib"
+ ],
+ "commit": "a8c84f7f0b96dc091abc51b1698f24e9c994e6aa",
+ "sha256": "16qsj3wni4xhcrjx2rnxdzq6jb7jrl4bngi4an37vgdlrx3w8m6l"
+ }
+ },
+ {
+ "ename": "ac-js2",
+ "commit": "255588a330e4c9a03517885092d5678375aa7850",
+ "sha256": "0gcr0xdi89nj3854v2z3nndfgazmcdzmd6wdndl0i4s7pdfl96fa",
+ "fetcher": "github",
+ "repo": "ScottyB/ac-js2",
+ "unstable": {
+ "version": [
+ 20190101,
+ 933
+ ],
+ "deps": [
+ "js2-mode",
+ "skewer-mode"
+ ],
+ "commit": "2b56d09a16c1a0ce514cc1b85d64cb1be4502723",
+ "sha256": "11q4aaiqr4xnw5j0yqj35gc4a290az75qdyhadj09xr2j2jay35x"
+ }
+ },
+ {
+ "ename": "ac-math",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "02c821zabxp9qkwx252pxjmssdbmas0iwanw09r03bmiby9d4nsl",
+ "fetcher": "github",
+ "repo": "vspinu/ac-math",
+ "unstable": {
+ "version": [
+ 20141116,
+ 2127
+ ],
+ "deps": [
+ "auto-complete",
+ "math-symbol-lists"
+ ],
+ "commit": "c012a8f620a48cb18db7d78995035d65eae28f11",
+ "sha256": "0p5cdaw9v8jgnmjqpb95bxy4khwbdgg19wzg8jkr2j2p55dpfbd6"
+ }
+ },
+ {
+ "ename": "ac-mozc",
+ "commit": "4b3f74039d397037e640cc371d24bdb60ac90bf1",
+ "sha256": "1v3iiid8cq50i076q98ycks9m827xzncgxqwqs2rqhab0ncy3h0f",
+ "fetcher": "github",
+ "repo": "igjit/ac-mozc",
+ "unstable": {
+ "version": [
+ 20150227,
+ 1619
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "mozc"
+ ],
+ "commit": "4c6c8be4701010d9362184437c0f783e0335c631",
+ "sha256": "19cb8kq8gmrplkxil22ahvbyq5cng1l2vh2lrfiyqpjsap7zfjz5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "mozc"
+ ],
+ "commit": "4c6c8be4701010d9362184437c0f783e0335c631",
+ "sha256": "19cb8kq8gmrplkxil22ahvbyq5cng1l2vh2lrfiyqpjsap7zfjz5"
+ }
+ },
+ {
+ "ename": "ac-octave",
+ "commit": "634bd324148d6b74e1098362e06dc512456cde31",
+ "sha256": "1g5s4dk1rcgkjn17jfw6g201pw0vfhqcx1nhigmnizpnzy0man9z",
+ "fetcher": "github",
+ "repo": "coldnew/ac-octave",
+ "unstable": {
+ "version": [
+ 20180406,
+ 334
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "fe0f931f2024f43de3c4fff4b1ace672413adeae",
+ "sha256": "1yj5fapbp79k88k1cxrmmf91fb0j6s4s7f2dhk2afcf7z83mqkwb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "6d09b94a86f43de84c60e9a699b5e1be61c0f138",
+ "sha256": "1kg5q0bw0ymynsn3j7bjavb6wr8b0bjwm6jfj254g80y1inn4bp4"
+ }
+ },
+ {
+ "ename": "ac-php",
+ "commit": "ac283f1b65c3ba6278e9d3236e5a19734e42b123",
+ "sha256": "1wqwwgdln98snlq5msdx94b7985krvqfn264hxs1h94r85kgn1ba",
+ "fetcher": "github",
+ "repo": "xcwen/ac-php",
+ "unstable": {
+ "version": [
+ 20190424,
+ 222
+ ],
+ "deps": [
+ "ac-php-core",
+ "auto-complete",
+ "yasnippet"
+ ],
+ "commit": "19b34b56ebc0eaabf9b1f4a8ac6819bde9855d2b",
+ "sha256": "02j0dwzbvi744ybdqwx8dan1ahl2yar7cw20n619vbmxn0r6pml2"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 1
+ ],
+ "deps": [
+ "ac-php-core",
+ "auto-complete",
+ "yasnippet"
+ ],
+ "commit": "710aca14d2d5035f338b8e76ed042d3bc7524e95",
+ "sha256": "01hrsxq1m9rxmsn1xfmj8k8w19gf9xj4hqy0aqrqs0cx2f74rxrw"
+ }
+ },
+ {
+ "ename": "ac-php-core",
+ "commit": "ac283f1b65c3ba6278e9d3236e5a19734e42b123",
+ "sha256": "0vk3jsxb7dgk5a6pap3bdqkqwpszil0rck1c3y0wyxrlj2y1jcvn",
+ "fetcher": "github",
+ "repo": "xcwen/ac-php",
+ "unstable": {
+ "version": [
+ 20190601,
+ 622
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "php-mode",
+ "popup",
+ "s",
+ "xcscope"
+ ],
+ "commit": "19b34b56ebc0eaabf9b1f4a8ac6819bde9855d2b",
+ "sha256": "02j0dwzbvi744ybdqwx8dan1ahl2yar7cw20n619vbmxn0r6pml2"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "php-mode",
+ "popup",
+ "s",
+ "xcscope"
+ ],
+ "commit": "710aca14d2d5035f338b8e76ed042d3bc7524e95",
+ "sha256": "01hrsxq1m9rxmsn1xfmj8k8w19gf9xj4hqy0aqrqs0cx2f74rxrw"
+ }
+ },
+ {
+ "ename": "ac-racer",
+ "commit": "e4318daf4dbb6864ee41f41287c89010fb811641",
+ "sha256": "1vkvh8y3ckvzvqxj4i2k6jqri94121wbfjziybli74qba8dca4yp",
+ "fetcher": "github",
+ "repo": "syohex/emacs-ac-racer",
+ "unstable": {
+ "version": [
+ 20170114,
+ 809
+ ],
+ "deps": [
+ "auto-complete",
+ "racer"
+ ],
+ "commit": "4408c2d652dec0432e20c05e001db8222d778c6b",
+ "sha256": "01154kqzh3pjy57vxhv27nm69p85a1fwl7r95c7pzmzxgxigfz1p"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "auto-complete",
+ "racer"
+ ],
+ "commit": "4408c2d652dec0432e20c05e001db8222d778c6b",
+ "sha256": "01154kqzh3pjy57vxhv27nm69p85a1fwl7r95c7pzmzxgxigfz1p"
+ }
+ },
+ {
+ "ename": "ac-rtags",
+ "commit": "3dea16daf0d72188c8b4043534f0833fe9b04e07",
+ "sha256": "1w9v32di9135mm598c4506gxf0xr5jyz8dyd9dhga5d60q7g9641",
+ "fetcher": "github",
+ "repo": "Andersbakken/rtags",
+ "unstable": {
+ "version": [
+ 20181117,
+ 1949
+ ],
+ "deps": [
+ "auto-complete",
+ "rtags"
+ ],
+ "commit": "3c071313d743b07a2ea4a02655f23cdc7010f0c2",
+ "sha256": "15gji4c4q19n7df7vsxigcyfc4pi95cq3arrcckmmm6r7ckb4y4w"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 23
+ ],
+ "deps": [
+ "auto-complete",
+ "rtags"
+ ],
+ "commit": "7169ed577d676690a3c6f0025b54e8477d80eacf",
+ "sha256": "1i94dizg3wvkvq8c2pf5bzkx8zwzcfi4p3l73c779y145bygssnq"
+ }
+ },
+ {
+ "ename": "ac-skk",
+ "commit": "1d9d8268d2db4b38ca18156964483b0b067f6f5d",
+ "sha256": "0iycyfgv8v15ygngvyx66m3w3sv8p9h6q6j1hbpzwd8azl8fzj5z",
+ "fetcher": "github",
+ "repo": "myuhe/ac-skk.el",
+ "unstable": {
+ "version": [
+ 20141230,
+ 119
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "ddskk",
+ "tinysegmenter"
+ ],
+ "commit": "d25a265930430d080329789fb253d786c01dfa24",
+ "sha256": "1nvz0jfz4x99xc5ywspl8fdpyqns5zd0j7i4bwzlwplmy3qakjwm"
+ }
+ },
+ {
+ "ename": "ac-slime",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0mk3k1lcbqa16xvsbgk28x09vzqyaidqaqpq934xdbrwhdgwgckg",
+ "fetcher": "github",
+ "repo": "purcell/ac-slime",
+ "unstable": {
+ "version": [
+ 20171027,
+ 2100
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "slime"
+ ],
+ "commit": "6c80cb602ddad46486288f94ad7546396c6e4b1a",
+ "sha256": "11w1z653klghi6inv9n92cigz8m3c67j3r18mdk39inc3izwplkj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "slime"
+ ],
+ "commit": "df6c4e88b5ba2d15d47a651ecf7edc0986624112",
+ "sha256": "13yghv7p6c91fn8mrxbwrb6ldk5n3b6nj6a7pwsvks1q73i1pl88"
+ }
+ },
+ {
+ "ename": "ac-sly",
+ "commit": "bb26741e841d4886c14f0a059a52805732f179b1",
+ "sha256": "1ng81b5f8w2s9mm9s7h5kwyx8fdwndnlsbzx50slmqyaz2ad15mx",
+ "fetcher": "github",
+ "repo": "qoocku/ac-sly",
+ "unstable": {
+ "version": [
+ 20170728,
+ 1027
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "sly"
+ ],
+ "commit": "bf69c687c4ecf1994349d20c182e9b567399912e",
+ "sha256": "09g6v2yp3wl566488zsb79lklqpai9dgz6xwv1y5h6zkghxvkhpy"
+ }
+ },
+ {
+ "ename": "academic-phrases",
+ "commit": "fe4323043fb875c0252861800e61fdd0a51ed453",
+ "sha256": "18y6lff7xwg6hczwgavwp32848gnlmc30afra9x7m8wmdddps1bh",
+ "fetcher": "github",
+ "repo": "nashamri/academic-phrases",
+ "unstable": {
+ "version": [
+ 20180723,
+ 1021
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "s"
+ ],
+ "commit": "25d9cf67feac6359cb213f061735e2679c84187f",
+ "sha256": "0m32jpg6n0azz2f4y57y92zfvzm54ankx5cm06gli2zw2v1218fw"
+ }
+ },
+ {
+ "ename": "ace-flyspell",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1zgywb90cg64nllbbk0x9ipm6znyc5yh7vkajrrnw06r5vabyp9y",
+ "fetcher": "github",
+ "repo": "cute-jumper/ace-flyspell",
+ "unstable": {
+ "version": [
+ 20170309,
+ 509
+ ],
+ "deps": [
+ "avy"
+ ],
+ "commit": "538d4f8508d305262ba0228dfe7c819fb65b53c9",
+ "sha256": "1yplf5klgjjzx3cb1ihqb9f9cwn898l0vhasc3cwiqz6ldyq2na8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "deps": [
+ "avy"
+ ],
+ "commit": "044d38fb8eb390ef1f51cf92cfe5c4ffd103044c",
+ "sha256": "0yy7g2903v78a8pavhxi8c7vqbmifn2sjk84zhw5aygihp3d6vf0"
+ }
+ },
+ {
+ "ename": "ace-isearch",
+ "commit": "344f0cf784a027cde196b7d766024fb415fa1968",
+ "sha256": "0n8qf08z9n8c2sp5ks29nxcfks5mil1jj6wq348apda8safk36hm",
+ "fetcher": "github",
+ "repo": "tam17aki/ace-isearch",
+ "unstable": {
+ "version": [
+ 20190630,
+ 1552
+ ],
+ "commit": "e296077a5f74782a2d103b08551e0d673217393f",
+ "sha256": "05cd35rnglz5a1z03s7iqa4sbar1b35mwrx821y7pg7mxl5xbb14"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "deps": [
+ "ace-jump-mode",
+ "avy",
+ "helm-swoop"
+ ],
+ "commit": "7e041d058492c5c35ec70de0e7c5586043e7e5ec",
+ "sha256": "0233ai62zhsy5yhv72016clygwp2pcg80y6kr4cjm2k1k2wwy7m9"
+ }
+ },
+ {
+ "ename": "ace-jump-buffer",
+ "commit": "31100b5b899e942de7796bcbf6365625d1b62574",
+ "sha256": "0hkxa0ps0v1hwmjafqbnyr6rc4s0w95igk8y3w53asl7f5sj5mpi",
+ "fetcher": "github",
+ "repo": "waymondo/ace-jump-buffer",
+ "unstable": {
+ "version": [
+ 20171031,
+ 1550
+ ],
+ "deps": [
+ "avy",
+ "dash"
+ ],
+ "commit": "0d335064230caf3efdd5a732e8fbd67e3948ed6a",
+ "sha256": "04rlg8mlx3kggn04krvi3zgx263j1ysbgfccawaarzixas2r9gd9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "deps": [
+ "avy",
+ "dash"
+ ],
+ "commit": "02797c22c10a817dbbdfbd8fddceeba6c4f0499a",
+ "sha256": "13wq92ia18q9vyhmvnz1grl1l18hxnaisb7hv13dhfc06alcsrw2"
+ }
+ },
+ {
+ "ename": "ace-jump-helm-line",
+ "commit": "8925f3daa92ff39776b55642aa9ec0e49245c0c7",
+ "sha256": "04q8wh6jskvbiq6y2xsp2ir23vgz5zw09rm127sgiqrmn0jc61b9",
+ "fetcher": "github",
+ "repo": "cute-jumper/ace-jump-helm-line",
+ "unstable": {
+ "version": [
+ 20160918,
+ 1836
+ ],
+ "deps": [
+ "avy",
+ "helm"
+ ],
+ "commit": "1483055255df3f8ae349f7520f05b1e43ea3ed37",
+ "sha256": "191a2g1if1jliikbxkpwmvlp4v1sp541j71xrlymili8ygm0idq5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "avy",
+ "helm"
+ ],
+ "commit": "8779050e4794279946892b6a156d0086554a9c9e",
+ "sha256": "1d4bxxcnjbdr6cjr3jmz2zrnzjv5pwrypbp4xqgqyv9rz02n7ac1"
+ }
+ },
+ {
+ "ename": "ace-jump-mode",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0yk0kppjyblr5wamncrjm3ym3n8jcl0r0g0cbnwni89smvpngij6",
+ "fetcher": "github",
+ "repo": "winterTTr/ace-jump-mode",
+ "unstable": {
+ "version": [
+ 20140616,
+ 815
+ ],
+ "commit": "8351e2df4fbbeb2a4003f2fb39f46d33803f3dac",
+ "sha256": "17axrgd99glnl6ma4ls3k01ysdqmiqr581wnrbsn3s4gp53mm2x6"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0
+ ],
+ "commit": "a62a6867811cd739dd98a5e00a2d2e17edfb5b71",
+ "sha256": "1bwvzh056ls2v7y26a0s4j5mj582dmds04lx4x6iqihs04ss74bb"
+ }
+ },
+ {
+ "ename": "ace-jump-zap",
+ "commit": "3b435db3b79333a20aa27a72f33c431f0a019ba1",
+ "sha256": "07bkmly3lvlbby2m13nj3m1q0gcnwy5sas7d6ws6vr9jh0d36byb",
+ "fetcher": "github",
+ "repo": "waymondo/ace-jump-zap",
+ "unstable": {
+ "version": [
+ 20170717,
+ 1849
+ ],
+ "deps": [
+ "ace-jump-mode",
+ "dash"
+ ],
+ "commit": "52b5d4c6c73bd0fc833a0dcb4e803a5287d8cae8",
+ "sha256": "1iw90mk6hdrbskxgv67xj27qd26w5dlh4s6a6xqqsj8ld56nzbvr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "ace-jump-mode",
+ "dash"
+ ],
+ "commit": "1a9bf779d8f9225ede9ec482b840942bb58111df",
+ "sha256": "0r875w4aq3p091hcrpkpqsivn1q9hmq2ppa1rvxzdaq0rhl9kfz4"
+ }
+ },
+ {
+ "ename": "ace-link",
+ "commit": "68032f40c0ce4170a22db535be4bfa7099f61f85",
+ "sha256": "1jl805r2s3wa0xyhss1q28rcy6y2fngf0yfcrcd9wf8kamhpajk5",
+ "fetcher": "github",
+ "repo": "abo-abo/ace-link",
+ "unstable": {
+ "version": [
+ 20190716,
+ 920
+ ],
+ "deps": [
+ "avy"
+ ],
+ "commit": "9b6d02564650e963ce05d124f83ced17e0027d7f",
+ "sha256": "06jac3nlmnsbw9hiyqjxmf7igjs8xxcvdih6nf63lbnvm0qnazyn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "avy"
+ ],
+ "commit": "7b9bc8d916b60a501c32b63ce81f315486ad44e9",
+ "sha256": "147dz79vg4ym5wg3d544bw2khdb2j3hr73rw4qfm64wf0q2dj0vk"
+ }
+ },
+ {
+ "ename": "ace-mc",
+ "commit": "62e3a5f23ce219b16081cb0bba9fc4699e11fafa",
+ "sha256": "1kca6ha2glhv7lkamqx3sxp7dy05c7f6xxy3lr3v2bik8r50jss8",
+ "fetcher": "github",
+ "repo": "mm--/ace-mc",
+ "unstable": {
+ "version": [
+ 20190206,
+ 749
+ ],
+ "deps": [
+ "ace-jump-mode",
+ "dash",
+ "multiple-cursors"
+ ],
+ "commit": "6877880efd99e177e4e9116a364576def3da391b",
+ "sha256": "180licc7w5b6f42ifwvllbnmf3aq8cbr8jhkbk37lzick4sv10d2"
+ }
+ },
+ {
+ "ename": "ace-pinyin",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1b3asvzm3k66lsdkmlsgmnf8xlyic8zv294j1iahzkwm6bzqj8wd",
+ "fetcher": "github",
+ "repo": "cute-jumper/ace-pinyin",
+ "unstable": {
+ "version": [
+ 20190123,
+ 402
+ ],
+ "deps": [
+ "avy",
+ "pinyinlib"
+ ],
+ "commit": "4915b2413359d85002918e322dbc90c4984b4277",
+ "sha256": "1yv3445p6w10wj310ffla2ghh81fynwgmxpsfkwgbcsbcjx9hmsl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 5
+ ],
+ "deps": [
+ "ace-jump-mode",
+ "avy",
+ "pinyinlib"
+ ],
+ "commit": "c444d8d6861dafd06dd41e694dc9db32652e3b7c",
+ "sha256": "1d2g873zwq78ggs47954lccmaky20746wg0gafyj93d1qyc3m8rn"
+ }
+ },
+ {
+ "ename": "ace-popup-menu",
+ "commit": "53742e2242101c4b3b3901f5c74e24facf62c7d6",
+ "sha256": "1cq1mpv7v98bqrpsm598krq1741b6rwih71cx3yjifpbagrv4m5s",
+ "fetcher": "github",
+ "repo": "mrkkrp/ace-popup-menu",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1337
+ ],
+ "deps": [
+ "avy-menu"
+ ],
+ "commit": "708e160747870657ea46815e3913f2c4805737e1",
+ "sha256": "186464acrg1k80s4mnmi2dj9fjn03a6knb9hzm85prk65wigy2cs"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "avy-menu"
+ ],
+ "commit": "e7cc8bace9dda5c9fbe545c6fbd41c12679c3d7d",
+ "sha256": "1khqh5b9c7ass3q2gc04ayc8idanabkyfpaqvfnag063x16fv40c"
+ }
+ },
+ {
+ "ename": "ace-window",
+ "commit": "42fe131d3c2ea498e4df30ba539a6b91c00f5b07",
+ "sha256": "1k0x8m1phmvgdxb5aj841iai9q96a5lfq8i4b5vnlbc3w888n3xa",
+ "fetcher": "github",
+ "repo": "abo-abo/ace-window",
+ "unstable": {
+ "version": [
+ 20190708,
+ 933
+ ],
+ "deps": [
+ "avy"
+ ],
+ "commit": "a5344925e399e1f015721cda6cf5db03c90ab87a",
+ "sha256": "18jm8gfgnf6ja9aarws5650lw2zfi3wdwc5j8r5ijn5fcqhfy7rc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 0
+ ],
+ "deps": [
+ "avy"
+ ],
+ "commit": "eef897e590c4ce63c28fd29ebff3c97aec8a69ae",
+ "sha256": "07mcdzjmgrqdvjs94f2n5bkrf5vrq2fwzz256wbm3wzqxqkfy1q6"
+ }
+ },
+ {
+ "ename": "achievements",
+ "commit": "83ec19a4ebac6b2d0fd84939b393848f82620978",
+ "sha256": "1pwlibq87ph20z2pssk5hbgs6v8kdym9193jjdx2rxp0nic4k0cr",
+ "fetcher": "bitbucket",
+ "repo": "gvol/emacs-achievements",
+ "unstable": {
+ "version": [
+ 20150530,
+ 1826
+ ],
+ "deps": [
+ "keyfreq"
+ ],
+ "commit": "18a422131c12aff723dde17bae08989efd93232e",
+ "sha256": "0nk1zhqx0lvckjc98b36125148zgx1l2axln8gvkdwlhrd2cc6vj"
+ }
+ },
+ {
+ "ename": "ack-menu",
+ "commit": "8ff331ed45e5b7697e4862e723408602ecc98bc7",
+ "sha256": "1d2kw04ndxji2qjcm1b65qnxpp08zx8gbia8bl6x6mnjb2isc2d9",
+ "fetcher": "github",
+ "repo": "chumpage/ack-menu",
+ "unstable": {
+ "version": [
+ 20150504,
+ 2022
+ ],
+ "deps": [
+ "mag-menu"
+ ],
+ "commit": "f77be93a4697926ecf3195a355eb69580f695f4d",
+ "sha256": "02ba4d8qkvgy52g0zcbyfvsnhr9685gq569nkwa2as30xdcq3khm"
+ }
+ },
+ {
+ "ename": "actionscript-mode",
+ "commit": "2c11e74f2156f109b713380cebf83022d7159d4a",
+ "sha256": "1dkiay9jmizvslji5kzab4dxm1dq0jm8ps7sjq6710g7a5aqdvwq",
+ "fetcher": "github",
+ "repo": "austinhaas/actionscript-mode",
+ "unstable": {
+ "version": [
+ 20180527,
+ 1701
+ ],
+ "commit": "65abd58e198458a8e46748c5962c41d80d60c4ea",
+ "sha256": "0cb8kkhh43wg63abjx6d4x55f0l3r6ziqcaz8rz1zr12jffnac8z"
+ },
+ "stable": {
+ "version": [
+ 7,
+ 2,
+ 2
+ ],
+ "commit": "fddd7220342d29e7eca734f6b798b7a2849717a5",
+ "sha256": "0zybch8hz3mj63i0pxynb4d76ywqcy7b4fsa4hh71c2kb0bnczb3"
+ }
+ },
+ {
+ "ename": "activity-watch-mode",
+ "commit": "9780c413da8001651191fb8f9708fe9691d714cf",
+ "sha256": "0k0ai6658gb43c4ylrq66zqzrfh6ksvkf0kxj2qx8a5a1aw9bd4d",
+ "fetcher": "github",
+ "repo": "pauldub/activity-watch-mode",
+ "unstable": {
+ "version": [
+ 20190423,
+ 1529
+ ],
+ "deps": [
+ "cl",
+ "json",
+ "projectile",
+ "request"
+ ],
+ "commit": "c2ad321952524d88dd34842a6989b6e2d8acb646",
+ "sha256": "1fan25w5zb33i8mbd06iwz8vjac0alcv1r73h9hyzdkn8ivl6k3s"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "deps": [
+ "projectile",
+ "request"
+ ],
+ "commit": "27a0841b32dfd2b691a1dcf3a4a50d74660676b1",
+ "sha256": "1hfmll3g33529pshzvh2gxqr0h53p1v68wq0zlq2h2wfml89bzr9"
+ }
+ },
+ {
+ "ename": "adafruit-wisdom",
+ "commit": "18483af52c26f719fbfde626db84a67750bf4754",
+ "sha256": "0ckh420cirspwg2yd5q9y1az03j2l1jzd67g8dpvqjkgdp485gad",
+ "fetcher": "github",
+ "repo": "gonewest818/adafruit-wisdom.el",
+ "unstable": {
+ "version": [
+ 20180225,
+ 52
+ ],
+ "commit": "aafc01726f1b3160321d40160298a0e1b054b382",
+ "sha256": "18p55zghycsx88dn0iw610fklkhi5chzycrpjb4xzs5x1l5l2v08"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "commit": "2b353f9029f359eb4eb4f0364bd2fbbedf081e42",
+ "sha256": "0zyqnwmrj7yigk1z9baqxmzxnwhpxfjz9r1gl090harl69hdp67d"
+ }
+ },
+ {
+ "ename": "add-hooks",
+ "commit": "901f846aef46d512dc0a1770bab7f07c0ae330cd",
+ "sha256": "09a5b3prznibkb5igfn8x3vsjrlkh3534zycs8g25g4li87mcb6p",
+ "fetcher": "github",
+ "repo": "nickmccurdy/add-hooks",
+ "unstable": {
+ "version": [
+ 20171217,
+ 123
+ ],
+ "commit": "1845137703461fc44bd77cf24014ba58f19c369d",
+ "sha256": "02s9mv26ycypn4qfshrh17v1hsys2q9vffxj3g4lgq0lykplvkkm"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 1,
+ 1
+ ],
+ "commit": "a1043b7cdb1ea98055a2c99f8d37584a553ca362",
+ "sha256": "1jv9fpcsm572zg0j1mbpbfkqgdlqapy89xhhj19pswkhjns1y2wl"
+ }
+ },
+ {
+ "ename": "add-node-modules-path",
+ "commit": "63e99d8fc0678d7b1831cae8940e9e6547780861",
+ "sha256": "0gbl875fgqr5np6r4cs8njs6fil1qmy8a5wir88x78ybdwwxsmbl",
+ "fetcher": "github",
+ "repo": "codesuki/add-node-modules-path",
+ "unstable": {
+ "version": [
+ 20180710,
+ 2342
+ ],
+ "commit": "f31e69ccb681f882aebb806ce6e9478e3ac39708",
+ "sha256": "0p106bqmvdr8by5iv02bshm339qbrjcch2d15mrm4h3nav03v306"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 0
+ ],
+ "commit": "6f7801b2c41e3711406b7e1654257ad5557f5bb3",
+ "sha256": "1pfgy1k7vp34k4zb9835y3x4jmf81na60vsf80wlgvfafwk170z6"
+ }
+ },
+ {
+ "ename": "addressbook-bookmark",
+ "commit": "a497aec6e27efa627068542cae5a16c01c3c6d3c",
+ "sha256": "15p00v4ndrsbadal0ss176mks4ynj39786bmrnil29b6sqibd43r",
+ "fetcher": "github",
+ "repo": "thierryvolpiatto/addressbook-bookmark",
+ "unstable": {
+ "version": [
+ 20190612,
+ 1638
+ ],
+ "commit": "d8e502fc2f3d3ab1508ce9e50ebf8a9addc6e5b3",
+ "sha256": "1bgx4vn7q3nqfawip2m4a8wdm91vjnz1nv8957c748707x7rlkrr"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "ad3c73369b804a48803fdfdf2ab613e6220260de",
+ "sha256": "012kfqkmpagn8jrp09acpx631qmjim7b33j0pahv1fcqhin89pn6"
+ }
+ },
+ {
+ "ename": "adoc-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0jd3zr4zpb4qqn504azl0y02cryv7n9wphv64b0fbpipr7w5hm2c",
+ "fetcher": "github",
+ "repo": "sensorflo/adoc-mode",
+ "unstable": {
+ "version": [
+ 20160314,
+ 2130
+ ],
+ "deps": [
+ "markup-faces"
+ ],
+ "commit": "745884359a1b8826ede2c4cfd2f0b5478953ac40",
+ "sha256": "199da15f6p84809z33w3m35lrk9bgx8qpgnxsxgisli373mpzvd8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 6
+ ],
+ "deps": [
+ "markup-faces"
+ ],
+ "commit": "995785538489e573ad208f73c4e833ba60c5cfdb",
+ "sha256": "0kp2aafjhqxz3mjr9hkkss85r4n51chws5a2qj1xzb63dh36liwm"
+ }
+ },
+ {
+ "ename": "aes",
+ "commit": "33ca3106852f82624b36c7e3f03f5c0c620f304f",
+ "sha256": "11vl9x3ldrv7q7rd29xk4xmlvfxs0m6iys84f6mlgf00190l5r5v",
+ "fetcher": "github",
+ "repo": "Sauermann/emacs-aes",
+ "unstable": {
+ "version": [
+ 20171029,
+ 623
+ ],
+ "commit": "b7d5da89c3443292e4f0b1c9d254d459933cf5af",
+ "sha256": "0nz1lf77qr3vm90rm02d4inw8glav722rxsiqds76m4xsjrq02m7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9
+ ],
+ "commit": "b7d5da89c3443292e4f0b1c9d254d459933cf5af",
+ "sha256": "0nz1lf77qr3vm90rm02d4inw8glav722rxsiqds76m4xsjrq02m7"
+ }
+ },
+ {
+ "ename": "afternoon-theme",
+ "commit": "583256b7fa48501c8bfad305d76d2e16b6441539",
+ "sha256": "13xgdw8px58sxpl7nyhkcdxwqdpp13i8wghvlb3l4471plw3vqgj",
+ "fetcher": "github",
+ "repo": "osener/emacs-afternoon-theme",
+ "unstable": {
+ "version": [
+ 20140104,
+ 1859
+ ],
+ "commit": "89b1d778a1f8b385775c122f2bd1c62f0fbf931a",
+ "sha256": "19d5d6qs5nwmpf26rsb86ranb5p4236qp7p2b4i88cimcmzspylb"
+ }
+ },
+ {
+ "ename": "ag",
+ "commit": "67f410ac3a58a038e194bcf174bc0a8ceceafb9a",
+ "sha256": "1r4ai09vdckkg4h4i7dp781qqmm4kky53p4q8azp3n2c78i1vz6g",
+ "fetcher": "github",
+ "repo": "Wilfred/ag.el",
+ "unstable": {
+ "version": [
+ 20190726,
+ 9
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "s"
+ ],
+ "commit": "bd81d68466e44301505629454dfc689b6c17d94b",
+ "sha256": "1p918y24vcn2pdliaymd210xp9fvhd4a1srqbv2lfiqrh59yjidx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 47
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "s"
+ ],
+ "commit": "f2cfea210b165564e8d44f4c980b2fedac2462c1",
+ "sha256": "15kp99vwyi7hb1jkq3lwvqzw3v62ycixsq6y4pd1x0nn2v5p5m5r"
+ }
+ },
+ {
+ "ename": "aggressive-fill-paragraph",
+ "commit": "982f5936f2d83222263df2886ca0b629076366bb",
+ "sha256": "1df4bk3ks09805y67af6z1gpfln0lz773jzbbckfl0fy3yli0dja",
+ "fetcher": "github",
+ "repo": "davidshepherd7/aggressive-fill-paragraph-mode",
+ "unstable": {
+ "version": [
+ 20180910,
+ 816
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "2d65d925318006e2f6fa261ad192fbc2d212877b",
+ "sha256": "0x4630lz9s59hidpf4pqc3697fgd09ac3zjax0xq3kk1993hrpa2"
+ }
+ },
+ {
+ "ename": "aggressive-indent",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "1qi8jbr28gax35siim3hnnkiy8pa2vcrzqzc6axr98wzny46x0i2",
+ "fetcher": "github",
+ "repo": "Malabarba/aggressive-indent-mode",
+ "unstable": {
+ "version": [
+ 20190218,
+ 2331
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3803f24020ef0a656dc5345713c4964073aec9a8",
+ "sha256": "0dbg4lmzq0r7pvqx0wqxdcnmqz76nk9sdbwg276cmflqj9m0q7z1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 9,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d6778ae89cd2d40949aa076a43e327f7acff59c3",
+ "sha256": "0xya19w1bwpqrrqvmms0lfhqb168iv7j6kvnn49zbynnf9dhgr9w"
+ }
+ },
+ {
+ "ename": "agtags",
+ "commit": "eb6677262303a0cad2d844db77693c00d9bc575a",
+ "sha256": "07kpdbchplkbspid8gnjsprbdwf244nr2q596pw6jl17bysbbbk7",
+ "fetcher": "github",
+ "repo": "vietor/agtags",
+ "unstable": {
+ "version": [
+ 20190709,
+ 950
+ ],
+ "commit": "f81b70412216277f4a3a78a9ad9042279d624e6f",
+ "sha256": "0481zjrmg834d2ik0vpdan9l083q17ln13rcg4hnbhl1dmzz960p"
+ }
+ },
+ {
+ "ename": "ahg",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "0kw138lfzwp54fmly3jzzml11y7fhcjp3w0irmwdzr68lc206lr4",
+ "fetcher": "bitbucket",
+ "repo": "agriggio/ahg",
+ "unstable": {
+ "version": [
+ 20190708,
+ 1358
+ ],
+ "commit": "f5ffd8f592ce9038f1dd30594124ad83e2976fdf",
+ "sha256": "06k7hyvizhg8xrlckxcgsd5lmlqk2skhah4z914n21759yhzvf61"
+ }
+ },
+ {
+ "ename": "ahk-mode",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "0jx5vhlfw5r6l4125bjjbf7dl1589ac6j419swx26k3p8p58d93r",
+ "fetcher": "github",
+ "repo": "ralesi/ahk-mode",
+ "unstable": {
+ "version": [
+ 20190323,
+ 623
+ ],
+ "commit": "66e02a3b44d672787b1f13a30008801a9efca65b",
+ "sha256": "15x1hwar0i89y2vbjrfp7d0b2fj48zqribfm4323k1fc18hbzrb7"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 6
+ ],
+ "commit": "bf3205efe7b7a40f3c8978f68f14ea3a939cffa8",
+ "sha256": "02nkcin0piv7s93c9plhy361dbqr78m0gd19myc7qb7gnm36kzpn"
+ }
+ },
+ {
+ "ename": "ahungry-theme",
+ "commit": "520295978fd7de3f4266dd69cc30d0b4fdf09db0",
+ "sha256": "0fhim0qscpqx9siprp3ax1azxzmqkzvrjx517d9bnd68z7xxbpqy",
+ "fetcher": "github",
+ "repo": "ahungry/color-theme-ahungry",
+ "unstable": {
+ "version": [
+ 20180131,
+ 328
+ ],
+ "commit": "a038d91ec593d1f1b19ca66a0576d59bbc24c523",
+ "sha256": "0f86xp7l8bv4z5dgf3pamjgqyiq3kfx9gbi9wcw0m6lbza8db15a"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 10,
+ 0
+ ],
+ "commit": "45bf75f17752c8e8dd4c8a4531c0aa419cdccb84",
+ "sha256": "03xypgq6vy7819r42g23kgn7p775bc0v9blzhi0zp5c61p4cw8v3"
+ }
+ },
+ {
+ "ename": "aio",
+ "commit": "95744cc13e7ac8d9acd794004d951f62e5880fa4",
+ "sha256": "0sd8g2w4n9r2ndmp353v89xvky8043vmd92v2ggbl45chhpjl5zw",
+ "fetcher": "github",
+ "repo": "skeeto/emacs-aio",
+ "unstable": {
+ "version": [
+ 20190601,
+ 753
+ ],
+ "commit": "0e8a18f1bbb5f7be0f88d8e02ef13494736d63bc",
+ "sha256": "1aikvka4s97p5s26vclrnamgj8agx1j8ls6q3x7mxf8mhpv4ghqz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "077722896e649e7a33dcafbc4585686a29423979",
+ "sha256": "1y7j10j74r3fy0rcb8g3cm9nlls34qb0pz9xkia7psp77syrlz54"
+ }
+ },
+ {
+ "ename": "airline-themes",
+ "commit": "addeb923176132a52807308fa5e71d41c9511802",
+ "sha256": "0jkhb6nigyjmwqny7g59h4ssfy64vl3qnwcw46wnx5k9i73cjyih",
+ "fetcher": "github",
+ "repo": "AnthonyDiGirolamo/airline-themes",
+ "unstable": {
+ "version": [
+ 20180411,
+ 406
+ ],
+ "deps": [
+ "powerline"
+ ],
+ "commit": "8b528fbae0e557461315bed82883275d58df41f2",
+ "sha256": "1xydgf9w0i2anpmjhy8m0zv1hql4gb37i11xfn6xzwna572z1ml9"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7
+ ],
+ "deps": [
+ "powerline"
+ ],
+ "commit": "bd9624a94618f4144762032a93549f53ffc1e7b3",
+ "sha256": "1rlszg7z5k8c6fmjk4sjgrc9xgcjc1jah6c7kdl9kypha7y8s4bq"
+ }
+ },
+ {
+ "ename": "airplay",
+ "commit": "b7f9d8229e4c91f4e3e8925b07e59d2a81cc745e",
+ "sha256": "095nibgs197iplphk6csvkgsrgh1fcfyy33py860v6qmihvk538f",
+ "fetcher": "github",
+ "repo": "gongo/airplay-el",
+ "unstable": {
+ "version": [
+ 20130212,
+ 1226
+ ],
+ "deps": [
+ "deferred",
+ "request",
+ "simple-httpd"
+ ],
+ "commit": "bd690aafcae3a887946e1bba8327597932d964ad",
+ "sha256": "1lxpfswp1bjrz192px79f155dycf2kazpr7dfrcr1gyshlgxkpf7"
+ }
+ },
+ {
+ "ename": "alan-mode",
+ "commit": "6e52314db81dad3517ab400099b032260c3e3e6f",
+ "sha256": "1528rh26kr9zj43djbrfb7vmq78spfay3k3ps5apc580ipx1a4hg",
+ "fetcher": "github",
+ "repo": "M-industries/AlanForEmacs",
+ "unstable": {
+ "version": [
+ 20190407,
+ 555
+ ],
+ "deps": [
+ "flycheck",
+ "s"
+ ],
+ "commit": "a5a705b64230bb14ad1d19bcc0613e3261e8cbe5",
+ "sha256": "1jhsrb26fpm9yykp974rx77ika76zq3gq7pcjgixw4d4ga737d95"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "0089e7c874c6d35e55be6ecd479ada2b97688a1f",
+ "sha256": "0mw9ja0f2jsj0vqk1zqwpzxm9j2yfahiibd8xkhx0wan0dggx592"
+ }
+ },
+ {
+ "ename": "alarm-clock",
+ "commit": "440fe05fa0d10d54e9c52e2e54e71a1321325376",
+ "sha256": "1cgrj6dzpx0q15qzr9d342wg8w92c2r4zmk7rif2h87qxr66fbrg",
+ "fetcher": "github",
+ "repo": "wlemuel/alarm-clock",
+ "unstable": {
+ "version": [
+ 20190212,
+ 507
+ ],
+ "deps": [
+ "f"
+ ],
+ "commit": "5fb19ed061d6ee92ac0df1f1ec766c155d50867d",
+ "sha256": "0w43s1rh7j2qnm32db6pzqr04z7jm2lfbdz0lzrx4j61hnwmsx9g"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "f"
+ ],
+ "commit": "2621d3a492d7f4e10a34d9d1d4af015df55a2b1b",
+ "sha256": "1l1q9hkip9yikvppxscf6vy6wls16ryhgyp1x8640v81xh1jy8jb"
+ }
+ },
+ {
+ "ename": "alchemist",
+ "commit": "6616dc61d17c5bd89bc4d226baab24a1f8e49b3e",
+ "sha256": "18jxw0zb7y34qbm4bcpfpb2656f0h9grmrbfskgp4ra4q5q3n369",
+ "fetcher": "github",
+ "repo": "tonini/alchemist.el",
+ "unstable": {
+ "version": [
+ 20180312,
+ 1304
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "elixir-mode",
+ "pkg-info",
+ "s"
+ ],
+ "commit": "6f99367511ae209f8fe2c990779764bbb4ccb6ed",
+ "sha256": "12f95rwxs11sqf1w9pnf6cxc2lh2jz4nqkq33p8b5yamnl8cq9kg"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8,
+ 2
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "elixir-mode",
+ "pkg-info"
+ ],
+ "commit": "34caeed1bd231c7dfa8d2b9aa5c5de2b2a059601",
+ "sha256": "1cci0sq568ghx6x7my96m0iiwvqz2f4dh6k3gn3mmfyvi7bmrpww"
+ }
+ },
+ {
+ "ename": "alda-mode",
+ "commit": "848cb17d871287c401496e4483e400b44696e89d",
+ "sha256": "0qvaxh4392rpxikylcnn31z13wabaydj5aa4jyn499ggqdz7liw9",
+ "fetcher": "gitlab",
+ "repo": "jgkamat/alda-mode",
+ "unstable": {
+ "version": [
+ 20180608,
+ 605
+ ],
+ "commit": "1692b9003d2c3de403251ec452c6ce43ec819c84",
+ "sha256": "0kz0b2c1np088wbmnlvznizsv8nwiidgs67cn4dz46k66g9yg3g5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "97c20b1fd9ad3f138e1100e3a837d05108c4c564",
+ "sha256": "1wsvs756cbwbxlaxij352kman7196m39684m6sqnfb685cfrwzdj"
+ }
+ },
+ {
+ "ename": "alect-themes",
+ "commit": "84c25a290ae4bcc4674434c83c66ae128e4c4282",
+ "sha256": "04fq65qnxlvl5nc2q037c6yb4nf422dfw2913gv6zfh9rdmxsks8",
+ "fetcher": "github",
+ "repo": "alezost/alect-themes",
+ "unstable": {
+ "version": [
+ 20190506,
+ 1440
+ ],
+ "commit": "da7305075d292cc1909bf26dc5634bc3cc8d2603",
+ "sha256": "06nsfmydlcdqi4fp3nn6yz4xys38f3q196pf3bmmdqgg7pbcm259"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9
+ ],
+ "commit": "a24065dc780738e914140d617bfe119c889d9c78",
+ "sha256": "0nffxpdm0sa7bynwi0rmlwpc4qmvbda5ankhzz7fmk4ap9fkjxv9"
+ }
+ },
+ {
+ "ename": "alert",
+ "commit": "113953825ac4ff98d90a5375eb48d8b7bfa224e7",
+ "sha256": "0x3cvczq09jvshz435jw2fjm69457x2wxdvvbbjq46nfnybhi118",
+ "fetcher": "github",
+ "repo": "jwiegley/alert",
+ "unstable": {
+ "version": [
+ 20190607,
+ 1635
+ ],
+ "deps": [
+ "cl-lib",
+ "gntp",
+ "log4e"
+ ],
+ "commit": "ee1326aa8f1a0146ea10dc6f91d0a72584fa8b18",
+ "sha256": "1h7b606wcmasqxcfbgxfq1m06zns9yi1vi3smp1qgj5rpkrlhxz0"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "gntp",
+ "log4e"
+ ],
+ "commit": "9f329be87820474925f29b52a1131084c8ea95b9",
+ "sha256": "0lc0p5cl4hfrzw1z2ghb11k1lvljn5m08jw5fmgwgxv667kwh49r"
+ }
+ },
+ {
+ "ename": "alert-termux",
+ "commit": "d43e98a7142cf0edc89fa9e2f2817787c073667f",
+ "sha256": "19dfxbpp1kn1ara0fj9xr0ishpk1yiykg2al8g43rcy615vkpk8j",
+ "fetcher": "github",
+ "repo": "gergelypolonkai/alert-termux",
+ "unstable": {
+ "version": [
+ 20181119,
+ 951
+ ],
+ "commit": "47c414285c2f5971f3be52aaf0a4066ea6989238",
+ "sha256": "1gxw730b865zlaz0fdh95y7jhfwjpc3j2pkw0s3zz2xah9y0751b"
+ }
+ },
+ {
+ "ename": "align-cljlet",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "0pnhhv33rvlmb3823xpy9v5h6q99fa7fn38djbwry4rymi4jmlih",
+ "fetcher": "github",
+ "repo": "gstamp/align-cljlet",
+ "unstable": {
+ "version": [
+ 20160112,
+ 2101
+ ],
+ "deps": [
+ "clojure-mode"
+ ],
+ "commit": "602d72a7ad52788a0265e3c6da519464a98166b8",
+ "sha256": "0l2rgs0rd4nmv4v7m10zhf2znzfvdifv1vlhpa3zbppg0fj8zph1"
+ }
+ },
+ {
+ "ename": "all-ext",
+ "commit": "f8e4328cae9b4759a75da0b26ea8b68821bc71af",
+ "sha256": "0vmpa5p7likg2xgck18sa0jvmvnhjs9v1fbl82sxx7qy2f3cggql",
+ "fetcher": "github",
+ "repo": "rubikitch/all-ext",
+ "unstable": {
+ "version": [
+ 20170115,
+ 205
+ ],
+ "deps": [
+ "all"
+ ],
+ "commit": "9f4ef84a147cf4e0af6ef45826d6cb3558db6b88",
+ "sha256": "0gdrsi9n9i1ibijkgk5kyjdjdmnsccfbpifpv679371glap9f68b"
+ }
+ },
+ {
+ "ename": "all-the-icons",
+ "commit": "604c01aa15927bd122260529ff0f4bb6a8168b7e",
+ "sha256": "00ba4gkfvg38l4s0gsb4asvv1hfw9yjl2786imybzy7bkg9f9x3q",
+ "fetcher": "github",
+ "repo": "domtronn/all-the-icons.el",
+ "unstable": {
+ "version": [
+ 20190320,
+ 1809
+ ],
+ "deps": [
+ "memoize"
+ ],
+ "commit": "f996fafa5b2ea072d0ad1df9cd98acc75820f530",
+ "sha256": "0yc07xppgv78l56v7qwqp4sf3p44znkv5l0vlvwg8x1dciksxgqw"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 2,
+ 0
+ ],
+ "deps": [
+ "memoize"
+ ],
+ "commit": "52d1f2d36468146c93aaf11399f581401a233306",
+ "sha256": "1sdl33117lccznj38021lwcdnpi9nxmym295q6y460y4dm4lx0jn"
+ }
+ },
+ {
+ "ename": "all-the-icons-dired",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1qj639z24ln29hv6c51g1vsa2jsy4qrlhf8c7d5w9bxcrcn2fnr9",
+ "fetcher": "github",
+ "repo": "jtbm37/all-the-icons-dired",
+ "unstable": {
+ "version": [
+ 20170418,
+ 2131
+ ],
+ "deps": [
+ "all-the-icons"
+ ],
+ "commit": "980b7747d6c4a7992a1ec56afad908956db0a519",
+ "sha256": "1pvbgyxfj4j205nj1r02045f1y4wgavdsk7f45hxkkhms1rj8jyy"
+ }
+ },
+ {
+ "ename": "all-the-icons-gnus",
+ "commit": "f8ed74d39d165343c81c2a21aa47e3d3895d8119",
+ "sha256": "0vdqhpa49p8vzbad426gl0dvniapyk73kbscvjv7mdl4bwhcr309",
+ "fetcher": "github",
+ "repo": "nlamirault/all-the-icons-gnus",
+ "unstable": {
+ "version": [
+ 20180511,
+ 654
+ ],
+ "deps": [
+ "all-the-icons",
+ "dash"
+ ],
+ "commit": "27f78996da0725943bcfb2d18038e6f7bddfa9c7",
+ "sha256": "0yi3nbhx7cdxq2192kh5ra2n0a3qg20p342prz3a0bm3w7q2ym11"
+ }
+ },
+ {
+ "ename": "all-the-icons-ivy",
+ "commit": "9496e6bb6f03f35444fb204860bc50e5e1b36214",
+ "sha256": "1xv67gxd2sqj6zld4i3qcid0x5qsbd7baz55m93y1ivdqi7x7gr2",
+ "fetcher": "github",
+ "repo": "asok/all-the-icons-ivy",
+ "unstable": {
+ "version": [
+ 20190508,
+ 1803
+ ],
+ "deps": [
+ "all-the-icons",
+ "ivy"
+ ],
+ "commit": "babea626db20773de4c408acb2788e2b9c8277e3",
+ "sha256": "03fssygwia1gv35y6mzifnkg5cb4klaq240jfqmyfji9jq95jzrd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "all-the-icons",
+ "ivy"
+ ],
+ "commit": "b768b83716100701a5cda9c071da2bcac34bd6a4",
+ "sha256": "03fssygwia1gv35y6mzifnkg5cb4klaq240jfqmyfji9jq95jzrd"
+ }
+ },
+ {
+ "ename": "almost-mono-themes",
+ "commit": "71ca87a0dd28f911dd988e1c208896b1ec5bfcc7",
+ "sha256": "1lv7c63lii8463mmsmxnldkwark2c6n46j9zvf990dhacwl4q1mg",
+ "fetcher": "github",
+ "repo": "cryon/almost-mono-themes",
+ "unstable": {
+ "version": [
+ 20190527,
+ 654
+ ],
+ "commit": "c3a85c1a665530a5d830665969725cdba8eceb75",
+ "sha256": "034k32xkr5ma415hlkbl35z0jxc4sa1inf87hg3y6lrlfl83fyjh"
+ }
+ },
+ {
+ "ename": "alt-codes",
+ "commit": "693e11e8a99697ff8da1fe7cd9209af4e415fecb",
+ "sha256": "0kh6fz38bzvqh78b17qa6riwnz6xvkw5w8rrlj413j4ypm464zxq",
+ "fetcher": "github",
+ "repo": "elpa-host/alt-codes",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1246
+ ],
+ "commit": "7dcd9cdcc41cfb991801ea1e2f5b3c925a5309ee",
+ "sha256": "19xg4ng3p49zvn1y7vagrfiiwvc2fynwibr6cmj7qam1y64lw90c"
+ }
+ },
+ {
+ "ename": "amd-mode",
+ "commit": "e4d6e9935e4935c9de769c7bf1c1b6dd256e10da",
+ "sha256": "17ry6vm5xlmdfs0mykdyn05cik38yswq5axdgn8hxrvvb6f58d06",
+ "fetcher": "github",
+ "repo": "NicolasPetton/amd-mode.el",
+ "unstable": {
+ "version": [
+ 20180111,
+ 1402
+ ],
+ "deps": [
+ "f",
+ "js2-mode",
+ "js2-refactor",
+ "makey",
+ "projectile",
+ "s",
+ "seq"
+ ],
+ "commit": "01fd19e0d635ccaf8e812364d8720733f2e84126",
+ "sha256": "040g07k2hcwqspansjqfpng0lxzkmip26ipz26q6mvkpwm2wilv4"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 8
+ ],
+ "deps": [
+ "f",
+ "js2-mode",
+ "js2-refactor",
+ "makey",
+ "projectile",
+ "s",
+ "seq"
+ ],
+ "commit": "977b53e28b3141408fff4814be8b67ee23650cac",
+ "sha256": "0m80bwar80qsga735cqrn6rbvfz4w9a036zh8inhsigylv3vwqjv"
+ }
+ },
+ {
+ "ename": "ameba",
+ "commit": "043b5acb0552272c523d642fd9f9dca438087068",
+ "sha256": "1c2bmv04g30108qhcr0a67s1acmwzaz39dbvb03b7llhgmn5s92y",
+ "fetcher": "github",
+ "repo": "crystal-ameba/ameba.el",
+ "unstable": {
+ "version": [
+ 20190720,
+ 1845
+ ],
+ "commit": "8383f07d760a31a0737be9b7bdaff2f1cff67bfd",
+ "sha256": "066ccpaszidjvwy18bvkrf37ws60363cnbvcl1sfd7k6nynbdar6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "ca5faaa0d5115dc2c301e06e062e653a7b9cb927",
+ "sha256": "07207h1643amlairnmpf8lnnkgf69kc04z3ri9k6fm4gmh6c9dy0"
+ }
+ },
+ {
+ "ename": "ammonite-term-repl",
+ "commit": "cf0ece0efb1fcf0ea7364df0d35fca69862f5e9a",
+ "sha256": "004cvhyh4afgpb31m1q31g98x8c9m6lmsb5fzc4a1r5pb4p3iimp",
+ "fetcher": "github",
+ "repo": "zwild/ammonite-term-repl",
+ "unstable": {
+ "version": [
+ 20190618,
+ 1517
+ ],
+ "deps": [
+ "s",
+ "scala-mode"
+ ],
+ "commit": "9b3fe36654f03f6ab461bbec413f9ea014829a49",
+ "sha256": "09n9b1zkhaq0ikbgklnlxpgyyjf8hs9f7dcpgx5jjwi4pj0wzvi9"
+ }
+ },
+ {
+ "ename": "ample-regexps",
+ "commit": "6a5c72dfb52d55b2b22c91f115b32fff14f2f61e",
+ "sha256": "00y07pd438v7ldkn5f1w84cpxa1mvcnzjkj6sf5l5pm97xqiz7j2",
+ "fetcher": "github",
+ "repo": "immerrr/ample-regexps.el",
+ "unstable": {
+ "version": [
+ 20151023,
+ 1000
+ ],
+ "commit": "cbe91e148cac1ee8e223874dc956ed4cf607f046",
+ "sha256": "1mm4icrwx4mscp7kbbmlc34995r164dhrfczn5ybkyxjzzf76jn1"
+ }
+ },
+ {
+ "ename": "ample-theme",
+ "commit": "d448c03202137a461ed814ce87acfac23faf676e",
+ "sha256": "055c6jy2q761za4cl1vlqdskcd3mc1j58k8b4418q7h2lv2zc0ry",
+ "fetcher": "github",
+ "repo": "jordonbiondo/ample-theme",
+ "unstable": {
+ "version": [
+ 20180207,
+ 1745
+ ],
+ "commit": "536966adf882446165a1f756830028faa792c7a9",
+ "sha256": "07bpv8dag40qjnm5000pgzpazj4whfxf93x2vprz26sg3mjfx0nf"
+ }
+ },
+ {
+ "ename": "ample-zen-theme",
+ "commit": "b3b8c21f5dfbe9d4845a01548c8b7d9ddfe172a7",
+ "sha256": "0xygk80mh05qssrbfj4h6k50pg557dyj6kzc2pdlmnr5r4gnzdn3",
+ "fetcher": "github",
+ "repo": "mjwall/ample-zen",
+ "unstable": {
+ "version": [
+ 20150119,
+ 2154
+ ],
+ "commit": "b277bb7abd4b6624e8d59f02474b79af50a007bd",
+ "sha256": "18z9jl5d19a132k6g1dvwqfbbdh5cx66b2qxlcjsfiqxlxglc2sa"
+ }
+ },
+ {
+ "ename": "amx",
+ "commit": "c55bfad05343b2b0f3150fd2b4adb07a1768c1c0",
+ "sha256": "1ikhjvkca0lsb9j719yf6spg6nwc0qaydkd8aax162sis7kp9fap",
+ "fetcher": "github",
+ "repo": "DarwinAwardWinner/amx",
+ "unstable": {
+ "version": [
+ 20190419,
+ 330
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "b46e77d8ef9d1edf225e67055001f7e85048f842",
+ "sha256": "0hrgq6kmfqx21y0dpvhwd82rap75lnn2lzlhria893yvqc7phzn5"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 2
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "260e7c013690d412ec8d965c282572505596636d",
+ "sha256": "0bb8y1dmzyqkrb4mg6zndcsxppby3glridv2aap2pv05gv8kx7mj"
+ }
+ },
+ {
+ "ename": "anaconda-mode",
+ "commit": "e03b698fd3fe5b80bdd24ce01f7fba28e9da0da8",
+ "sha256": "0gz16aam4zrm3s9ms13h4qcdflf55506kgkpyncq3bi54cvv8n1r",
+ "fetcher": "github",
+ "repo": "proofit404/anaconda-mode",
+ "unstable": {
+ "version": [
+ 20190616,
+ 1019
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "pythonic",
+ "s"
+ ],
+ "commit": "24aa81ba62f13d7bb505a03fe244181c461fec68",
+ "sha256": "166szgnm8mkw4gqcn87b6k4f2s1fv2k20zc9fkwif2mr2bk88c1v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 12
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "pythonic",
+ "s"
+ ],
+ "commit": "6be586123f606317c51e62239490af9843ba2d13",
+ "sha256": "1vydyyxd5n0pz0jlib3yvw8vnklp15nvyyj7qkm4wcyssi70q1rf"
+ }
+ },
+ {
+ "ename": "anaphora",
+ "commit": "8505db1945071a15ba0f2bb74b58d4a6875ca7d6",
+ "sha256": "1wb7fb3pc4gxvpjlm6gjbyx0rbhjiwd93qwc4vfw6p865ikl19y2",
+ "fetcher": "github",
+ "repo": "rolandwalker/anaphora",
+ "unstable": {
+ "version": [
+ 20180618,
+ 2200
+ ],
+ "commit": "3b2da3f759b244975852e79721c4a2dbad3905cf",
+ "sha256": "11fgiy029sqz7nvdm7dcal95lacryz9zql0x5h05z48nrrcl4bib"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 4
+ ],
+ "commit": "3b2da3f759b244975852e79721c4a2dbad3905cf",
+ "sha256": "11fgiy029sqz7nvdm7dcal95lacryz9zql0x5h05z48nrrcl4bib"
+ }
+ },
+ {
+ "ename": "android-env",
+ "commit": "570ad0e94736d9fd16f3909bcfa928a9153ea703",
+ "sha256": "1gfxrfg42rn2rzh5fr4w6h8ngczhl56jghfgrffz9x8wcxxmqgpr",
+ "fetcher": "github",
+ "repo": "fernando-jascovich/android-env.el",
+ "unstable": {
+ "version": [
+ 20190720,
+ 1927
+ ],
+ "commit": "dcb0bff0e77257266201cf1ccf17e7ca94e67fb1",
+ "sha256": "132fshzb4f0miqn3ijvwfdigldrvx7dsx06dczr9z9v9xw61ar8j"
+ }
+ },
+ {
+ "ename": "android-mode",
+ "commit": "77633aa340803a433570327943fbe31b396f4355",
+ "sha256": "1nqrvq411yg4b9xb5cvc7ai7lfalwc2rfhclzprvymc4vxh6k4cc",
+ "fetcher": "github",
+ "repo": "remvee/android-mode",
+ "unstable": {
+ "version": [
+ 20190109,
+ 1014
+ ],
+ "commit": "d60c88bfbd2dc5122bd2fde7dc11ec1e6848a5db",
+ "sha256": "1hd7wxp8f67cnbyjs4bv9x18nvzn16qjy4pi7bkbcymfpwj33r38"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 1
+ ],
+ "commit": "f8cabafaa266b56fcf4b3c6942b3ae062735251a",
+ "sha256": "0npx54w565mkxkgkpv02dgmfc44i1256p0w331pf3nfxq145xh27"
+ }
+ },
+ {
+ "ename": "angry-police-captain",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "00r3dx33h0wjxj0687ln8nbl1ff2badm3mk3r3bplfrd61z2qzld",
+ "fetcher": "github",
+ "repo": "rolpereira/angry-police-captain-el",
+ "unstable": {
+ "version": [
+ 20120829,
+ 1252
+ ],
+ "commit": "d11931c5cb63368dcc4a48797962428cca6d3e9d",
+ "sha256": "1m0c7ns7aiycg86cgglir8bkw730fslyg1n15m9ki0da4cnmm97a"
+ }
+ },
+ {
+ "ename": "angular-mode",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "0pq4lyhppzi806n1k07n0gdhr8z8z71ri12my0pl81rl5j2z69l2",
+ "fetcher": "github",
+ "repo": "rudolfolah/angularjs-mode",
+ "unstable": {
+ "version": [
+ 20151201,
+ 2127
+ ],
+ "commit": "8720cde86af0f1859ccc8580571e8d0ad1c52cff",
+ "sha256": "04kg2x0lif91knmkkh05mj42xw3dkzsnysjda6ian95v57wfg377"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "7c0fb37f59dfd9e69f00b50e90a0e88c4e25d8c2",
+ "sha256": "1798nv4djhxzbin68zf6w7dbfm9sc39d0kygky52ii36arg5r1zp"
+ }
+ },
+ {
+ "ename": "angular-snippets",
+ "commit": "96a0ad5fdbc52f803846e580856fb9c58181c020",
+ "sha256": "057phgizn1c6njvdfigb23ljs31knq247gr0rcpqfrdaxsnnzm5c",
+ "fetcher": "github",
+ "repo": "magnars/angular-snippets.el",
+ "unstable": {
+ "version": [
+ 20140514,
+ 523
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "af5ae0a4a8603b040446c28afcf6ca01a8b4bd7b",
+ "sha256": "0hdm1a323mzxjfdply8ri3addk146f21d8cmpd18r7dw3j3cdfrn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 3
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "8f737c2cf5fce758a7a3833ebad2952b5398568d",
+ "sha256": "0h9i0iimanbvhbqy0cj9na335rs961pvhxjj4k8y53qc73xm102a"
+ }
+ },
+ {
+ "ename": "anki-editor",
+ "commit": "8155d649e4b129d0c72da6bb2b1aac66c8483491",
+ "sha256": "18c5p82llq11vg1svqvbjrcnm7695nbbc6pwwl9jdjplasar585l",
+ "fetcher": "github",
+ "repo": "louietan/anki-editor",
+ "unstable": {
+ "version": [
+ 20190608,
+ 1621
+ ],
+ "deps": [
+ "dash",
+ "request"
+ ],
+ "commit": "3e9f957ac59c19f1ca8c06d16c98a280a0c0474a",
+ "sha256": "1gkxpl4r4j547rwifp5597424arlya0k676sdkcz625b9jk65ypn"
+ }
+ },
+ {
+ "ename": "anki-mode",
+ "commit": "fc02d06e7c7e9230e4b082923b889e1e83676263",
+ "sha256": "1d429ws6kmswcyk0dnb303z01kq475n60a520hj258x23vp8802q",
+ "fetcher": "github",
+ "repo": "davidshepherd7/anki-mode",
+ "unstable": {
+ "version": [
+ 20181106,
+ 1837
+ ],
+ "deps": [
+ "dash",
+ "markdown-mode",
+ "request",
+ "s"
+ ],
+ "commit": "365fcfff45ed543f3df0d4110415f6f818ec2727",
+ "sha256": "021wvz0vxbpiigrdhgilbpkbxmwwjy127g1lrp0wmnqg5m3rl5rg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "markdown-mode",
+ "request",
+ "s"
+ ],
+ "commit": "06dd1bd49b7a2b43cf9b744dd5caf67809f39d74",
+ "sha256": "0ryyyihvvrcipj2bkx24cx1ibgcymnsbn79ibvmhb3wbad3hr072"
+ }
+ },
+ {
+ "ename": "annotate",
+ "commit": "3aae88b8e3b080501195d291012deab31aaf35f7",
+ "sha256": "1ajykgara2m713blj2kfmdz12fzm8jw7klyakkyi6i3c3a9m44jy",
+ "fetcher": "github",
+ "repo": "bastibe/annotate.el",
+ "unstable": {
+ "version": [
+ 20190519,
+ 706
+ ],
+ "commit": "09d0cd89e458779ca375ac28bc664ee2e20db530",
+ "sha256": "141pqfrrzbqaxxcr6m6ri9r6k1mg5i3cv8v2kili365cypnjdg1y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 7
+ ],
+ "commit": "e6af7f8ef7d241fdc9f866d57dce24beb4bb6b87",
+ "sha256": "19a419rnqqsmvrcl2vwy3gl7mvbfg669vyin2h2xpm56rxsinvy1"
+ }
+ },
+ {
+ "ename": "annotate-depth",
+ "commit": "bb37bd77aea642ca72d74112bdd8a02eab8d1a80",
+ "sha256": "1j1pwnj7k6gl1p4npxsgrib0j1rzisq40pkm2wchjh86j3ybv2l4",
+ "fetcher": "github",
+ "repo": "netromdk/annotate-depth",
+ "unstable": {
+ "version": [
+ 20160520,
+ 2040
+ ],
+ "commit": "fcb24fa36287250e40d195590c4ca4a8a696277b",
+ "sha256": "18cav5wl3d0yq15273rqmdwvrgw96lmqiq9x5fxhf3wjb543mifl"
+ }
+ },
+ {
+ "ename": "annoying-arrows-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1vswlfypn6ijn0wwa3dsqkz5n3pillpmli2ha4q9snhd3a667vyh",
+ "fetcher": "github",
+ "repo": "magnars/annoying-arrows-mode.el",
+ "unstable": {
+ "version": [
+ 20161024,
+ 646
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3c42e9807d7696da2da2a21b63beebf9cdb3f5dc",
+ "sha256": "06gs5ln3w1xvq8f8k9225rwiipbh9cs0dzyyb7z05717rmqixcc4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "fe59f3fd464e7a87cc43fb8a1f135b3bdf8a2fb3",
+ "sha256": "1ppq3kszzj2fgr7mwj565bjs8bs285ymy384cnnw7paddgcr9z02"
+ }
+ },
+ {
+ "ename": "ansi",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0b5xnv6z471jm53g37njxin6l8yflsgm80y4wxahfgy8apipcq89",
+ "fetcher": "github",
+ "repo": "rejeep/ansi.el",
+ "unstable": {
+ "version": [
+ 20150703,
+ 826
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "12b4c5d91b3da1902838f421e5af6d40e2cd57dd",
+ "sha256": "19k71dj83kvc8mks6zhl45vsrsb61via53dqxjv9bny1ybh2av85"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "a042c5954453bab9a74177e2b78ad17a824caebc",
+ "sha256": "1hbddxarr40ygvaw4pwaivq2l4f0brszw73w1r50lkjlggb7bl3g"
+ }
+ },
+ {
+ "ename": "ansible",
+ "commit": "8e45bf58b980ff542a5e887707a6361eb5ac0492",
+ "sha256": "1xdc05fdglqfbizra6s1zl6knnvaq526dkxqnw9g7w269j8f4z8g",
+ "fetcher": "github",
+ "repo": "k1LoW/emacs-ansible",
+ "unstable": {
+ "version": [
+ 20190619,
+ 1255
+ ],
+ "deps": [
+ "f",
+ "s"
+ ],
+ "commit": "2d35aa1280ace3cae404ea9e1231a8b26c7b9eb4",
+ "sha256": "1yv33bw2q87am4bi2dasrbya28l6p3y4nr8rs0yl5nsvdbk4vbpg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "f",
+ "s"
+ ],
+ "commit": "8a097176d6772b6667254dbbe19c5fb64527bf5d",
+ "sha256": "1m2cb88jb1wxa9rydkbn5llx2gql453l87b4cgzsjllha6j1488k"
+ }
+ },
+ {
+ "ename": "ansible-doc",
+ "commit": "1daaaa7462f0b83c15ed9d9e7e6d0ee94434b8e9",
+ "sha256": "03idvnn79fr9id81aivkm7g7cmlsg0c520wcq4da8g013xvi342w",
+ "fetcher": "github",
+ "repo": "lunaryorn/ansible-doc.el",
+ "unstable": {
+ "version": [
+ 20160924,
+ 824
+ ],
+ "commit": "86083a7bb2ed0468ca64e52076b06441a2f8e9e0",
+ "sha256": "0lap404ch74w99n3xip176jr42b38xhyzkfnkyqg0g3wk2cd3aq8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "bc8128a85a79b14f4a121105d87a5eddc33975ad",
+ "sha256": "0z3y69sfzka764wjbx31dywdq4d6bfsafv2gmmbpmxqmwfmy8sz4"
+ }
+ },
+ {
+ "ename": "ansible-vault",
+ "commit": "2bff0da29a9b883e53a3d211c5577a3e0bc263a0",
+ "sha256": "0pmsvpc866rgcajb2ihhb62g3rwhda7vvq2kxkvr566y609vv021",
+ "fetcher": "github",
+ "repo": "zellio/ansible-vault-mode",
+ "unstable": {
+ "version": [
+ 20190126,
+ 1936
+ ],
+ "commit": "4fe490f524b79748c9f23026bb88d8f516b4ef40",
+ "sha256": "17kbjlssxa9b2fcp8vf2xs2k5y6jgpw277mj2gbv173b0i7v1fjd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 4
+ ],
+ "commit": "57cf7e6da30250587c28ebf592d7bca9a3bae1df",
+ "sha256": "1m9r3vicmljypq6mhgr86lzgi26dnnlp7g0jbl9bjdk48xfg79wb"
+ }
+ },
+ {
+ "ename": "ant",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "06028xjic14yv3rfqyc3k6jyjgm6fqfrf1mv8lvbh2sri2d5ifqa",
+ "fetcher": "github",
+ "repo": "apg/ant-el",
+ "unstable": {
+ "version": [
+ 20160211,
+ 1543
+ ],
+ "commit": "510b5a3f57ee4b2855422d88d359a28922c1ab70",
+ "sha256": "0jb5vl3cq5m3r23fjhcxgxl4g011zkjkkyn5mqqxx22a1sydsvab"
+ }
+ },
+ {
+ "ename": "anti-zenburn-theme",
+ "commit": "6f6f803dc99a1b1fdb5b4e79f1c9cf72b702d091",
+ "sha256": "1sp9p6m2jy4m9fdn1hz25cmasy0mwwgn46qmvm92i56f5x6jlzzk",
+ "fetcher": "github",
+ "repo": "m00natic/anti-zenburn-theme",
+ "unstable": {
+ "version": [
+ 20180712,
+ 1838
+ ],
+ "commit": "dbafbaa86be67c1d409873f57a5c0bbe1e7ca158",
+ "sha256": "1h4lachmrpjiblah4rjd2cpvz6n6qh3i5cdp4wra2dk177h7kj6h"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 5,
+ 1
+ ],
+ "commit": "c80cc51bb1aaf11dd53b9d08e01d61bc9b32622f",
+ "sha256": "1c97d2jkh7iawgsbcg19gha9ffnxypbcfz0sgcsgf9vy4bvnc350"
+ }
+ },
+ {
+ "ename": "anx-api",
+ "commit": "2e3b329ff11818a1553c74a02475cb4110173076",
+ "sha256": "1vzg3wsqyfb9rsfxrpz8k2gazjlz2nwnf4gnn1dypsjspjnzcb8r",
+ "fetcher": "github",
+ "repo": "rmloveland/emacs-appnexus-api",
+ "unstable": {
+ "version": [
+ 20140208,
+ 1514
+ ],
+ "commit": "b2411ebc966ac32c3ffc61bc22bf183834df0fa0",
+ "sha256": "0fzxzar8m9qznfxv3wr7vfj9y2110wf6mm5cj55k3sd5djdjhmf1"
+ }
+ },
+ {
+ "ename": "anybar",
+ "commit": "5516e309df9ac8bf0fafb9ec9037094d82913b67",
+ "sha256": "0prnr8wjhishpf2zmn4b7054vfahk10w05nzsg2p6whaxywcachm",
+ "fetcher": "github",
+ "repo": "tie-rack/anybar-el",
+ "unstable": {
+ "version": [
+ 20160816,
+ 1421
+ ],
+ "commit": "7a0743e0d31bcb36ab1bb2e351f3e7139c422ac5",
+ "sha256": "1s7vnp2xzffdj4pqdqn6mrirw33ms0yqlpxzz5pwj6xrbp2x5r6s"
+ }
+ },
+ {
+ "ename": "anyins",
+ "commit": "a367da2cb71fc0b144f9e608dc4857624991f19c",
+ "sha256": "0ncf3kn8rackcidkgda2zs60km3hx87rwr9daj7ksmbb6am09s7c",
+ "fetcher": "github",
+ "repo": "antham/anyins",
+ "unstable": {
+ "version": [
+ 20131229,
+ 1041
+ ],
+ "commit": "83844c17ac9b5b6c7655ee556b75689e4c8ea663",
+ "sha256": "05lq0bllgn44zs85mgnfdcyjasm6j8m70jdcxksf798i0qdqnk7n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "1ff4673ca197c9bf64c65f718573bf7d478fc562",
+ "sha256": "1z6l72dn98icqsmxb3rrj6l63ijc3xgfa3vdl19yqa2rfy6ya721"
+ }
+ },
+ {
+ "ename": "anzu",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "181hzwy9bc0zfhax26p20q9cjibrmi9ngps5fa3ja5g6scxfs9g1",
+ "fetcher": "github",
+ "repo": "syohex/emacs-anzu",
+ "unstable": {
+ "version": [
+ 20190303,
+ 1701
+ ],
+ "commit": "592f8ee6d0b1bc543943b36a30063c2d1aac4b22",
+ "sha256": "123zbnl36vi0gkffd6m6mkskhmjmm0am23j45w1mbmfyq03r1d8b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 62
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3328619fec138862302bbe1b9acf2eea624a4c5e",
+ "sha256": "1lzvc0ihcbplir4hqfyxfqpsd78arz15gk92kmq4f8ggbkl37fan"
+ }
+ },
+ {
+ "ename": "aozora-view",
+ "commit": "c6c13f8a0dd90c1c1f39711a5de69c1e0b785601",
+ "sha256": "0pd2574a6dkhrfr0jf5gvv34ganp6ddylyb6cfpg2d4znwbc2r2w",
+ "fetcher": "github",
+ "repo": "kawabata/aozora-view",
+ "unstable": {
+ "version": [
+ 20140310,
+ 1317
+ ],
+ "commit": "b0390616d19e45f15f9a2f5d5688274831e721fd",
+ "sha256": "0528z3axjmplg2fdbv4jxgy1p39vr4rnsm4a3ps2fanf8bwsyx3l"
+ }
+ },
+ {
+ "ename": "apache-mode",
+ "commit": "eb13cb0dba1696cc51132cd1ff723fa17f892a7c",
+ "sha256": "0wzfx3kaiwvya30ihq3vpdhy6znkzf25w5x43x457ifdn2vrh9zi",
+ "fetcher": "github",
+ "repo": "emacs-php/apache-mode",
+ "unstable": {
+ "version": [
+ 20190711,
+ 1111
+ ],
+ "commit": "a66dc1f246cd4ce0960773989bc43188f0394948",
+ "sha256": "0d0wc2zhwxy6ag8hh6g6k7dqpxf5yilxkaziy26pp5khryb7j7p9"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2,
+ 0
+ ],
+ "commit": "354f9302a8d805ac80d846adcd1cef10830b3d51",
+ "sha256": "1grs2x51k8pa6sgfa82s5pwwdfv7zw46ccw0zvd2rvzbhpq21p2z"
+ }
+ },
+ {
+ "ename": "apel",
+ "commit": "4976446a8ae40980d502186615902fc05c15ec7c",
+ "sha256": "0zrm8m66p3aqr0108s3cj6z4xqbg2hx37z1pam4c65bqlhh74s8y",
+ "fetcher": "github",
+ "repo": "wanderlust/apel",
+ "unstable": {
+ "version": [
+ 20190407,
+ 1056
+ ],
+ "commit": "d146ddbf8818e81d3577d5eee7825d377bec0c73",
+ "sha256": "04ic76gzn3m4rnmm2xjc72vrxazxjvsjabd3lbxvwj6c1fb11fnw"
+ }
+ },
+ {
+ "ename": "apib-mode",
+ "commit": "dc2ebb04f975d8226a76260895399c937d6a1940",
+ "sha256": "0y3n0xmyc4gkypq07v4sp0i6291qaj2m13zkg6mxp61zm669v2fb",
+ "fetcher": "github",
+ "repo": "w-vi/apib-mode",
+ "unstable": {
+ "version": [
+ 20170520,
+ 1358
+ ],
+ "deps": [
+ "markdown-mode"
+ ],
+ "commit": "6cc7c6f21b8e415b1718bb6a07ab2182e9e9dde6",
+ "sha256": "1717f78kaqkmbhfwb9kzsv5wi2zabcbwb4wh1jklhcaalvmk3z7d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "deps": [
+ "markdown-mode"
+ ],
+ "commit": "6cc7c6f21b8e415b1718bb6a07ab2182e9e9dde6",
+ "sha256": "1717f78kaqkmbhfwb9kzsv5wi2zabcbwb4wh1jklhcaalvmk3z7d"
+ }
+ },
+ {
+ "ename": "apiwrap",
+ "commit": "0197fd3657e65e3826375d9b6f19da3058366c91",
+ "sha256": "0n50n1n5pvcgcp1gmna3ci36pnbanjdbjpgv7zyarlb80hywbiyw",
+ "fetcher": "github",
+ "repo": "vermiculus/apiwrap.el",
+ "unstable": {
+ "version": [
+ 20180602,
+ 2231
+ ],
+ "commit": "e4c9c57d6620a788ec8a715ff1bb50542edea3a6",
+ "sha256": "0xpb8mmssajy42r2h1m9inhv1chx19wkp5p0p63nwpk7mhjj8bis"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "commit": "e4c9c57d6620a788ec8a715ff1bb50542edea3a6",
+ "sha256": "0xpb8mmssajy42r2h1m9inhv1chx19wkp5p0p63nwpk7mhjj8bis"
+ }
+ },
+ {
+ "ename": "apples-mode",
+ "commit": "5ca765a6a2f312f585624ec8b82dc9eb6b9bbc0c",
+ "sha256": "05ssnxs9ybc26jhr69xl9jpb41bz1688minmlc9msq2nvyfnj97s",
+ "fetcher": "github",
+ "repo": "tequilasunset/apples-mode",
+ "unstable": {
+ "version": [
+ 20110121,
+ 418
+ ],
+ "commit": "83a9ab0d6ba82496e2f7df386909b1a55701fccb",
+ "sha256": "0br0jl6xnajdx37s5cvs13srn9lldg58y9587a11s3s651xjdq0z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "commit": "fac47b6255e79a373c5d5e1abe66ea5d74588e9f",
+ "sha256": "13j2r4nx2x6j3qx50d5rdnqd8nl5idxdkhizsk7ccz3v2607fbyy"
+ }
+ },
+ {
+ "ename": "applescript-mode",
+ "commit": "576e42b33a5245e1aae0f0d879fd18762342db32",
+ "sha256": "0rj03xw8yx79xj9ahdwfxicxna0a0lykn2n39xng5gnm4bh2n6z4",
+ "fetcher": "github",
+ "repo": "ieure/applescript-mode",
+ "unstable": {
+ "version": [
+ 20090321,
+ 632
+ ],
+ "commit": "8f888cd80af1e0902b5609143facd3051bc94892",
+ "sha256": "0d3bqx6346vmniv001jgd6wggp80kv1kqc38sdgd88862gkqnqyg"
+ }
+ },
+ {
+ "ename": "aproject",
+ "commit": "de10c48976352f273e8363c2f6fa60602ee86c9b",
+ "sha256": "0v3gx2mff2s7knm69y253pm1yr4svy8w00pqbn1chrvymb62jhp2",
+ "fetcher": "github",
+ "repo": "vietor/aproject",
+ "unstable": {
+ "version": [
+ 20190724,
+ 600
+ ],
+ "commit": "a044d8e612a8973f958b6a4e03cefca2194874de",
+ "sha256": "1gpwx704bvza8ccly1vph9b3c146pxry2rldln8g66hfp3v49fw0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "702caf5392288dfd821b1e744fef0bb4fd9f9281",
+ "sha256": "18n3gsghj7sxxd6kpp21b2p7qwv93giwyr1zfvgbs8pzsbc8i9rx"
+ }
+ },
+ {
+ "ename": "apropospriate-theme",
+ "commit": "1da33013f15825ab656260ce7453b8127e0286f4",
+ "sha256": "10bj2bsi7b104m686z8mgvbh493liidsvivxfvfxzbndc8wyjsw9",
+ "fetcher": "github",
+ "repo": "waymondo/apropospriate-theme",
+ "unstable": {
+ "version": [
+ 20190724,
+ 1729
+ ],
+ "commit": "c46432a5559630380abee9ead387eba2db28ad15",
+ "sha256": "102i0qq3p28rgc870j4nviw7ns5ldxxybq3lg4y723idrim71ypc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "0d918da74a7a225fe5a586e26f5d834e579c5323",
+ "sha256": "0hqsq7y89crcmqcfbgn885dlvj7f7b0zd9q6adbhyscphk7kasjw"
+ }
+ },
+ {
+ "ename": "apt-sources-list",
+ "commit": "141a22e593415302d64cf8ebd2635a1baf35eb38",
+ "sha256": "1gnl6zqv6imk2qpv4lj7qyjgf1ldxib3k14gsmwqm0c1zwjsid3j",
+ "fetcher": "git",
+ "url": "https://git.korewanetadesu.com/apt-sources-list.git",
+ "unstable": {
+ "version": [
+ 20180527,
+ 1241
+ ],
+ "commit": "5289443ceff230dfc8a2c1c6b524c90560eb08a5",
+ "sha256": "1svicgmiibnim47fhlik3fgs0d6427and5h61s3rhvfj3352d9li"
+ }
+ },
+ {
+ "ename": "arc-dark-theme",
+ "commit": "f8c9060669b262f0588643bd8758edac578834bc",
+ "sha256": "0a61kxdyzm6gf8gf8fniqz5mqkxk24k8hpxww3996v9mqs1bn05s",
+ "fetcher": "github",
+ "repo": "cfraz89/arc-dark-theme",
+ "unstable": {
+ "version": [
+ 20190314,
+ 1632
+ ],
+ "commit": "ee17dcca35dd0304145efc468b3f25af6907a59d",
+ "sha256": "0cfj5c6rz68095wxs8m733lwc5ymbgi5v82drxhjqcascvrdr1v1"
+ }
+ },
+ {
+ "ename": "arch-packer",
+ "commit": "6d1796688ed0d6957557d960ca28e450f9bcb6cf",
+ "sha256": "04kv22vpcpjhc047yz6k6dizmwwdjk6vcm8imri76gi9ns1w5n5z",
+ "fetcher": "github",
+ "repo": "brotzeit/arch-packer",
+ "unstable": {
+ "version": [
+ 20170730,
+ 1321
+ ],
+ "deps": [
+ "async",
+ "dash",
+ "s"
+ ],
+ "commit": "940e96f7d357c6570b675a0f942181c787f1bfd7",
+ "sha256": "0m80ka51m7a1797q6br41x96znvqfmpwzh3vk4mz66mdx2r4xk77"
+ }
+ },
+ {
+ "ename": "archive-region",
+ "commit": "f8e4328cae9b4759a75da0b26ea8b68821bc71af",
+ "sha256": "1aiz6a0vdc2zm2q5r80cj5xixqfhsgmr7ldj9ff40k4sf3z5xny3",
+ "fetcher": "github",
+ "repo": "rubikitch/archive-region",
+ "unstable": {
+ "version": [
+ 20140201,
+ 2342
+ ],
+ "commit": "0d357d4c42a6a248c457f358f81b20fd20fede2f",
+ "sha256": "03pmwgvlxxlp4wh0sg5czpx1i88i43lz8lwdbfa6l28g1sv0f264"
+ }
+ },
+ {
+ "ename": "archive-rpm",
+ "commit": "e5f5653e62afdc022eac30bda3d21bd2d2625d2e",
+ "sha256": "0s53zbn71lb008gw3f0b5w4q0pw0vgiqbffgnyib24sh03ijl7z7",
+ "fetcher": "github",
+ "repo": "legoscia/archive-rpm",
+ "unstable": {
+ "version": [
+ 20180706,
+ 1232
+ ],
+ "commit": "59f83caebbd2f92fd634f6968e6d17b50ffa3dc7",
+ "sha256": "11ssqaax4jl7r3z5agzmc74sjsfvl0m3xvp015ncqzpzysla47g3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "59f83caebbd2f92fd634f6968e6d17b50ffa3dc7",
+ "sha256": "11ssqaax4jl7r3z5agzmc74sjsfvl0m3xvp015ncqzpzysla47g3"
+ }
+ },
+ {
+ "ename": "arduino-mode",
+ "commit": "2db785f52c2facc55459e945ccb4d4b088506747",
+ "sha256": "1amqah0sx95866ikdlc7h7n9hmrwaqizc0rj0gliv15kjjggv55v",
+ "fetcher": "github",
+ "repo": "stardiviner/arduino-mode",
+ "unstable": {
+ "version": [
+ 20180509,
+ 36
+ ],
+ "deps": [
+ "cl-lib",
+ "spinner"
+ ],
+ "commit": "23ae47c9f28f559e70b790b471f20310e163a39b",
+ "sha256": "08vnbz9gpah1l93fzfd87aawrhcnh2v1kyfxgsn88pdwg8awz8rx"
+ }
+ },
+ {
+ "ename": "aria2",
+ "commit": "89a55e7c313066ae1bc0db0af5c289814c85fcb1",
+ "sha256": "1gsqdqs3q86k7q88rf7qamc0sp5ca00xn9kr1r717vf6qq6a0c3c",
+ "fetcher": "gitlab",
+ "repo": "ukaszg/aria2",
+ "unstable": {
+ "version": [
+ 20141107,
+ 2317
+ ],
+ "commit": "7a944c5100812269369225af7aa9580fedab175f",
+ "sha256": "1pwnx6k7b35xhwqvzd3rl6rf5ydvbrrdmbadns8w0iyz2yafdxji"
+ }
+ },
+ {
+ "ename": "ariadne",
+ "commit": "89635cd11621b04a8575629ec1bf196fb3ea5d43",
+ "sha256": "0lfhving19wcfr40gjb2gnginiz8cncixiyyxhwx08lm84qb3a7p",
+ "fetcher": "github",
+ "repo": "manzyuk/ariadne-el",
+ "unstable": {
+ "version": [
+ 20131117,
+ 1711
+ ],
+ "deps": [
+ "bert"
+ ],
+ "commit": "6fe401c7f996bcbc2f685e7971324c6f5e5eaf15",
+ "sha256": "0vh9wfc3657sd12ybjcrxpg6f757x2ghkcl1lw01szmyy5vmj27h"
+ }
+ },
+ {
+ "ename": "arjen-grey-theme",
+ "commit": "ed9804061cfadd26c69bb1bfe63dbe22f916f723",
+ "sha256": "18q66f7hhys2ab9ljsdp9013mp7d6v6d1lrb0d1bb035r1b4pfj7",
+ "fetcher": "github",
+ "repo": "credmp/arjen-grey-theme",
+ "unstable": {
+ "version": [
+ 20170522,
+ 2047
+ ],
+ "commit": "4cd0be72b65d42390e2105cfdaa408a1ead8d8d1",
+ "sha256": "1n5axwn498ahb6984ir1zfl8vvwgbvq9bbrdfzydkmjljhgrp0rd"
+ }
+ },
+ {
+ "ename": "artbollocks-mode",
+ "commit": "22b237ab91ddd3c17986ea12e6a32f2ce62d3a79",
+ "sha256": "0dlnxicn6nzyiz44y92pbl4nzr9jxfb9a99wacjrwq2ahdrwhhjp",
+ "fetcher": "github",
+ "repo": "sachac/artbollocks-mode",
+ "unstable": {
+ "version": [
+ 20170524,
+ 422
+ ],
+ "commit": "33a41ca4f8206f57e5498a526d3b0ea18d08bb93",
+ "sha256": "06a2dp6nwy8xjr01k6d2c611qr2n9m7hdkrz9fci9r4rv1ikx5xv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "commit": "583c7048a1b09cd79554423d5115f5ddd129d190",
+ "sha256": "133c1n4ra7z3vb6y47400y71a6ac19pyji0bgd4kr9fcbx0flx91"
+ }
+ },
+ {
+ "ename": "arview",
+ "commit": "31574cd756f4f93e2c6bcad5eca33a3294cccd54",
+ "sha256": "0d935lj0x3rbar94l7288xrgbcp1wmz6r2l0b7i89r5piczyiy1y",
+ "fetcher": "github",
+ "repo": "afainer/arview",
+ "unstable": {
+ "version": [
+ 20160419,
+ 2109
+ ],
+ "commit": "5437b4221b64b238c273a651d4792c577dba6d45",
+ "sha256": "1yvirfmvf6v5khl7zhx2ddv9bbxnx1qhwfzi0gy2nmbxlykb6s2j"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "5437b4221b64b238c273a651d4792c577dba6d45",
+ "sha256": "1yvirfmvf6v5khl7zhx2ddv9bbxnx1qhwfzi0gy2nmbxlykb6s2j"
+ }
+ },
+ {
+ "ename": "asilea",
+ "commit": "858e673c66e876d80f41d47d307c944d7bdb147d",
+ "sha256": "1lb8nr6r6yy06m4pxg8w9ja4zv8k5xwhl95v2wv95y1qwhgnwg3j",
+ "fetcher": "github",
+ "repo": "Fanael/asilea",
+ "unstable": {
+ "version": [
+ 20150105,
+ 1525
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2aab1cc63b64ef08d12e84fd7ba5c94065f6039f",
+ "sha256": "1s973vzivibaqjb8acn4ylrdasxh17jcfmmvqp4wm05nwhg75597"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2aab1cc63b64ef08d12e84fd7ba5c94065f6039f",
+ "sha256": "1s973vzivibaqjb8acn4ylrdasxh17jcfmmvqp4wm05nwhg75597"
+ }
+ },
+ {
+ "ename": "asn1-mode",
+ "commit": "b694baceceb54810be8f8c7152b2ac0b4063f01c",
+ "sha256": "0iswisb08dqz7jc5ra4wcdhbmglildgyrb547dm5362xmvm9ifmy",
+ "fetcher": "github",
+ "repo": "kawabata/asn1-mode",
+ "unstable": {
+ "version": [
+ 20170729,
+ 226
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "d5d4a8259daf708411699bcea85d322f18beb972",
+ "sha256": "067khpi4ghzyifrk1vhi57n3alp67qks4k4km11hasiavi5gsjmp"
+ }
+ },
+ {
+ "ename": "assess",
+ "commit": "6f917a34506193f2674b195569dfd3c13ba62c1d",
+ "sha256": "0xj3f48plwxmibax00qn15ya7s0h560xzwr8nkwl5r151v1mc9rr",
+ "fetcher": "github",
+ "repo": "phillord/assess",
+ "unstable": {
+ "version": [
+ 20190102,
+ 1011
+ ],
+ "deps": [
+ "m-buffer"
+ ],
+ "commit": "0781fd79c4040dbceed42dc79edab4ec661c2593",
+ "sha256": "15ismdk8fl6xjgkjh9nkn8kgg7rpy2ra7924r1iddlfs2q8l8p4w"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "deps": [
+ "m-buffer"
+ ],
+ "commit": "0781fd79c4040dbceed42dc79edab4ec661c2593",
+ "sha256": "15ismdk8fl6xjgkjh9nkn8kgg7rpy2ra7924r1iddlfs2q8l8p4w"
+ }
+ },
+ {
+ "ename": "async",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0s2qrmkqqfgi1ilzbj0rfk27f89p4dycdl1lqkbsm23j0zya53w4",
+ "fetcher": "github",
+ "repo": "jwiegley/emacs-async",
+ "unstable": {
+ "version": [
+ 20190503,
+ 656
+ ],
+ "commit": "bd68cc1ab1ac6af890e250bdaa12ffb1cb9649be",
+ "sha256": "02n46dqbpdjlj65s1aka6ky49rgv2rpn06lzpfxwxl7kkzclc5f8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 9,
+ 3
+ ],
+ "commit": "caad15ce64c1aac5e17d480c59ee6c85ebcb6bb2",
+ "sha256": "1zsnb6dy8p6y68xgidv3dfxaga4biramfw8fq7wac0sc50vc98vq"
+ }
+ },
+ {
+ "ename": "async-await",
+ "commit": "9d74ecf94e5dbb46a939d26833b7cd0efd159ca1",
+ "sha256": "1534rhr4j74qbndafdj9q2wggcn8gphhjn3id8p27wyxr5sh93ms",
+ "fetcher": "github",
+ "repo": "chuntaro/emacs-async-await",
+ "unstable": {
+ "version": [
+ 20170208,
+ 1150
+ ],
+ "deps": [
+ "promise"
+ ],
+ "commit": "56ab90e4019ed1f81fd4ad9e8701b5cec7ffa795",
+ "sha256": "1k6wisls6dqn63r4f4brnhrjbvzqpigw2zxdl9v8g1qcw49spk5s"
+ }
+ },
+ {
+ "ename": "atom-dark-theme",
+ "commit": "d1f565871559d6ea4ca4bb2fbaebce58f2f383eb",
+ "sha256": "1ci61blm7wc83wm2iyax017ai4jljyag5j1mvw86rimmmjzr0v8f",
+ "fetcher": "github",
+ "repo": "whitlockjc/atom-dark-theme-emacs",
+ "unstable": {
+ "version": [
+ 20181022,
+ 1602
+ ],
+ "commit": "5c8610d0b45a536b8f7f9777297c86362685a357",
+ "sha256": "15mjn5z7f7x8k4lbab5xv2r88s9ch9b58znv6vwpqakp63rx8hsx"
+ }
+ },
+ {
+ "ename": "atom-one-dark-theme",
+ "commit": "3ba1c4625c9603372746a6c2edb69d65f0ef79f5",
+ "sha256": "0wwnkhq7vyysqiqcxc1jsn98155ri4mf4w03k7inl1f8ffpwahvw",
+ "fetcher": "github",
+ "repo": "jonathanchu/atom-one-dark-theme",
+ "unstable": {
+ "version": [
+ 20190705,
+ 554
+ ],
+ "commit": "623fc08252e30174401750a09168279571288c7f",
+ "sha256": "09y4zh0i07vq8njvi4y1vmjqip057y3w2rhd7qzz6326bjz75cxk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "commit": "c2ae343971f8cda7f5b5392552ce9281f52e53de",
+ "sha256": "1xyn8qiikng6vf5rbpfqz9ac10c69aip0w6v9l46w0qxsy8svyaj"
+ }
+ },
+ {
+ "ename": "atomic-chrome",
+ "commit": "35785773942a5510e2317ded5bdf872ffe434e8c",
+ "sha256": "0dx12mjdc4vhbvrcl61a7j247mgs71vvy0qqj6czbpfawfl46am9",
+ "fetcher": "github",
+ "repo": "alpha22jp/atomic-chrome",
+ "unstable": {
+ "version": [
+ 20180617,
+ 724
+ ],
+ "deps": [
+ "let-alist",
+ "websocket"
+ ],
+ "commit": "a505f638866f9e7b913784be0dc84f338e9ad449",
+ "sha256": "081465ahis2rvlklzn2vakbwn5dgr43ks4csp3arnlj11b43f3ai"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "deps": [
+ "let-alist",
+ "websocket"
+ ],
+ "commit": "38ce9127285e1ff45f0f39b9da36a682103bdb96",
+ "sha256": "01zwpdmq13iy3hsgijnqsg0yahjxngfbrnn1dd2x1bzpmr8hpxnz"
+ }
+ },
+ {
+ "ename": "attrap",
+ "commit": "b7420eca80a8c1776d68b1f121511cc265cc70dc",
+ "sha256": "1gxnrlsn9xcnnx0nhjxnhrz9bdpk2kpzjhj8jhjmwws9y361fimh",
+ "fetcher": "github",
+ "repo": "jyp/attrap",
+ "unstable": {
+ "version": [
+ 20190805,
+ 1829
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "flycheck",
+ "s"
+ ],
+ "commit": "25d34a6c5f13ee6de5da60f3dae25d7e4961d991",
+ "sha256": "0bvymi8cfalv64a5zh1ln641qfgrdmqvsfd0d9c82xjrz19ffnpm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "flycheck",
+ "s"
+ ],
+ "commit": "a971acb251e343d4c6b0253f69dcce0c2cee0fac",
+ "sha256": "0p93y151730ga7v9xa5gkp306s32qw53086i829fcbxf83c2wslv"
+ }
+ },
+ {
+ "ename": "auctex-latexmk",
+ "commit": "3f48af615c56f093dff417a5d3b705f9993c518f",
+ "sha256": "1rdlgkiwlgm06i1gjxcfciz6wgdskfhln8qhixyfxk7pnz0ax327",
+ "fetcher": "github",
+ "repo": "tom-tan/auctex-latexmk",
+ "unstable": {
+ "version": [
+ 20170618,
+ 1636
+ ],
+ "deps": [
+ "auctex"
+ ],
+ "commit": "4d353522650d7685acbf1d38f7dbc504f734bd84",
+ "sha256": "0qvscgffmzqk8lkcg3yk91vciim5ygk2m4crk02qn72ipkw5q13m"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "deps": [
+ "auctex"
+ ],
+ "commit": "4d353522650d7685acbf1d38f7dbc504f734bd84",
+ "sha256": "0qvscgffmzqk8lkcg3yk91vciim5ygk2m4crk02qn72ipkw5q13m"
+ }
+ },
+ {
+ "ename": "auctex-lua",
+ "commit": "102c7b05f5bfff12ac2820cae58c0205ca450559",
+ "sha256": "0v999jvinljkvhbn205p36a6jfzppn0xvflvzr8mid1hnqlrpjhf",
+ "fetcher": "github",
+ "repo": "vermiculus/auctex-lua",
+ "unstable": {
+ "version": [
+ 20151121,
+ 1610
+ ],
+ "deps": [
+ "auctex",
+ "lua-mode"
+ ],
+ "commit": "799cd8ac10c96991bb63d9aa60528ae5d8c786b5",
+ "sha256": "0lgfgvnaln5rhhwgcrzwrhbj0gz8sgaf6xxdl7njf3sa6bfgngsz"
+ }
+ },
+ {
+ "ename": "audio-notes-mode",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "0q88xmi7jbrx47nvbbmwggbm6i7agzpnv5y7cpdh73lg165xsz2h",
+ "fetcher": "github",
+ "repo": "Malabarba/audio-notes-mode",
+ "unstable": {
+ "version": [
+ 20170611,
+ 2159
+ ],
+ "commit": "fa38350829c7e97257efc746a010471d33748a68",
+ "sha256": "1srg6rg3j9ri2cyr4g78dfqq3fhpn6hf3mq4iz2jfqjayppfv38b"
+ }
+ },
+ {
+ "ename": "aurel",
+ "commit": "d1612acd2cf1fea739739608113923ec51d307e9",
+ "sha256": "13zyi55ksv426pcksbm3l9s6bmp102w7j1xbry46bc48al6i2nnl",
+ "fetcher": "github",
+ "repo": "alezost/aurel",
+ "unstable": {
+ "version": [
+ 20170114,
+ 937
+ ],
+ "deps": [
+ "bui",
+ "dash"
+ ],
+ "commit": "fc7ad208f43f8525f84a18941c9b55f956df8961",
+ "sha256": "0mcbw8p4wrnnr39wzkfz9kc899w0k1jb00q1926mchf202cmnz94"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9
+ ],
+ "deps": [
+ "bui",
+ "dash"
+ ],
+ "commit": "fc7ad208f43f8525f84a18941c9b55f956df8961",
+ "sha256": "0mcbw8p4wrnnr39wzkfz9kc899w0k1jb00q1926mchf202cmnz94"
+ }
+ },
+ {
+ "ename": "aurora-config-mode",
+ "commit": "10a44bed8edee646bf68abf7dffbe352a137a278",
+ "sha256": "1hpjwidqmjxanijsc1imc7ww9abbylmkin1p0846fbz1hz3a603c",
+ "fetcher": "github",
+ "repo": "bdd/aurora-config-mode.el",
+ "unstable": {
+ "version": [
+ 20180216,
+ 2302
+ ],
+ "commit": "8273ec7937a21b469b9dbb6c11714255b890f410",
+ "sha256": "1dlhf35hhjgkd9bqbpwrb825g1z6nh14mg31jg2avv55s28j0riy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "commit": "0a7ca7987c3a0824e25470389c7d25c337a81593",
+ "sha256": "0ns1xhpk1awbj3kv946dv11a99p84dhm54vjk72kslxwx42nia28"
+ }
+ },
+ {
+ "ename": "auth-source-pass",
+ "commit": "5e268441634a6e58a00e577d6e2292fa226c11b8",
+ "sha256": "0icwdwz2zy3f9ynksr81pgq482iapsbx8lpyssiklyw0xgd1k8ak",
+ "fetcher": "github",
+ "repo": "DamienCassou/auth-password-store",
+ "unstable": {
+ "version": [
+ 20190812,
+ 936
+ ],
+ "commit": "2039468bb800d676ff02a76c8fabda168696b564",
+ "sha256": "07q7hjk40rz0cji1ygmybkwn6pm86m8fzkisdv920qpi6i2jhgvz"
+ },
+ "stable": {
+ "version": [
+ 5,
+ 0,
+ 0
+ ],
+ "commit": "df074612114c3cc2fa1c3023f26ff182f9b1190a",
+ "sha256": "0qnqqdpbfr06nqw4hq7c1s7yh7zyrv4gqjj06v70cavjml7pagp6"
+ }
+ },
+ {
+ "ename": "auto-async-byte-compile",
+ "commit": "f8e4328cae9b4759a75da0b26ea8b68821bc71af",
+ "sha256": "0ks6xsxzayiyd0jl8m36xlc5p57p21qbhgq2mmz50a2lhpxxfiyg",
+ "fetcher": "github",
+ "repo": "rubikitch/auto-async-byte-compile",
+ "unstable": {
+ "version": [
+ 20160916,
+ 454
+ ],
+ "commit": "8681e74ddb8481789c5dbb3cafabb327db4c4484",
+ "sha256": "1g98gla9qdqmifsxakhkbxlljy2ln1s3wfahk9zycrwgzfjlsdf4"
+ }
+ },
+ {
+ "ename": "auto-auto-indent",
+ "commit": "2ad2ea105b895cb958ce0ab2bf2fad2b40d41b2f",
+ "sha256": "08s73pnyrmklb660jl5rshncpq31z3m9fl55v7453ch8syp7gzh7",
+ "fetcher": "github",
+ "repo": "sabof/auto-auto-indent",
+ "unstable": {
+ "version": [
+ 20131106,
+ 1903
+ ],
+ "deps": [
+ "cl-lib",
+ "es-lib"
+ ],
+ "commit": "0139378577f936d34b20276af6f022fb457af490",
+ "sha256": "1whbvqylwnxg8d8gn55kcky39rgyc49rakyxlbkplh813lk6lxb7"
+ }
+ },
+ {
+ "ename": "auto-compile",
+ "commit": "57a2fb9524df3fdfdc54c403112e12bd70888b23",
+ "sha256": "08k9wqk4yysps8n5n50v7lpadwsnm553pv9p7m242fwbgbsgz6nf",
+ "fetcher": "github",
+ "repo": "emacscollective/auto-compile",
+ "unstable": {
+ "version": [
+ 20181230,
+ 2216
+ ],
+ "deps": [
+ "packed"
+ ],
+ "commit": "f043133f37fe6d707fa03a1ec4ba619da24c2f35",
+ "sha256": "0h41vykrdn1jrwzn5db9idw5j3d77xhn616kwfv1syka7hvmyaq4"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 1
+ ],
+ "deps": [
+ "packed"
+ ],
+ "commit": "e6bbb1371324c8884af3b201e9adbc9296eb2ff4",
+ "sha256": "1jyn7yvbvk7cydy3pzwqlb0yxf5cxdiipa1gnigdk9wdbj68wjjk"
+ }
+ },
+ {
+ "ename": "auto-complete",
+ "commit": "083fb071191bccd6feb3fb84569373a597440fb1",
+ "sha256": "1c4ij5bnclg94jdzhkqvq2vxwv6wvs051mbki1ibjm5f2hlacvh3",
+ "fetcher": "github",
+ "repo": "auto-complete/auto-complete",
+ "unstable": {
+ "version": [
+ 20170125,
+ 245
+ ],
+ "deps": [
+ "cl-lib",
+ "popup"
+ ],
+ "commit": "2e83566ddfa758c69afe50b8a1c62a66f47471e3",
+ "sha256": "1rkqjq7wr4aavg08i8mq13w85z14xdhfmpbipj5mhwlpyrrci4bk"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "popup"
+ ],
+ "commit": "0655b7f1e6c0f8475adc55f2b86404a877f26a77",
+ "sha256": "04i9b11iksg6acn885wl3qgi5xpsm3yszlqmd2x21yhprndlz7gb"
+ }
+ },
+ {
+ "ename": "auto-complete-auctex",
+ "commit": "77167fb2e84bed32ace9490c1ed4148719e4cf8e",
+ "sha256": "00npvryds5wd3d5a13r9prlvw6vvjlag8d32x5xf9bfmmvs0fgqh",
+ "fetcher": "github",
+ "repo": "monsanto/auto-complete-auctex",
+ "unstable": {
+ "version": [
+ 20140223,
+ 1758
+ ],
+ "deps": [
+ "auto-complete",
+ "yasnippet"
+ ],
+ "commit": "855633f668bcc4b9408396742a7cb84e0c4a2f77",
+ "sha256": "1wri8q5llpy1q1h4ac4kjnnkgj6fby8i9vrpr6mrb13d4gnk4gr2"
+ }
+ },
+ {
+ "ename": "auto-complete-c-headers",
+ "commit": "0174b70fec45ddec9c1e9555adc82fef59054135",
+ "sha256": "02pkrxvzrpyjrr2fkxnl1qw06aspzv8jlp2c1piln6zcjd92l3j7",
+ "fetcher": "github",
+ "repo": "mooz/auto-complete-c-headers",
+ "unstable": {
+ "version": [
+ 20150912,
+ 323
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "52fef720c6f274ad8de52bef39a343421006c511",
+ "sha256": "12mzi6bwg702sp0f0wd1ag555blbpk252rr9rqs03bn8pkw89h4n"
+ }
+ },
+ {
+ "ename": "auto-complete-chunk",
+ "commit": "306e2528638d97c28372df55a9376750d3fde1d4",
+ "sha256": "1937j1xm20vfcqm9ig4nvciqfkz7rpw0nsfhlg69gkmv0nqszdr3",
+ "fetcher": "github",
+ "repo": "tkf/auto-complete-chunk",
+ "unstable": {
+ "version": [
+ 20140225,
+ 946
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "a9aa77ffb84a1037984a7ce4dda25074272f13fe",
+ "sha256": "1zhbpxpl443ghpkl9i68jcjfcw1vnf8ky06pf5qjjmqbxlcyd9li"
+ }
+ },
+ {
+ "ename": "auto-complete-clang",
+ "commit": "eab7d88a893fdf76c22f0aa5ac3577efd60fc9b4",
+ "sha256": "1rnmphl7ml5ryjl5ka2l58hddir8b34iz1rm905wdwh164piljva",
+ "fetcher": "github",
+ "repo": "brianjcj/auto-complete-clang",
+ "unstable": {
+ "version": [
+ 20140409,
+ 752
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "a195db1d0593b4fb97efe50885e12aa6764d998c",
+ "sha256": "12y6f47xbjl4gy14j2f5wlisy5vl6rhx74n27w61pjv38m0a7mi1"
+ }
+ },
+ {
+ "ename": "auto-complete-clang-async",
+ "commit": "23aa24b025216359c5e600eee2f2cd4ecc7556e3",
+ "sha256": "1jj0jn1v3070g7g0j5gvpybv145kki8nsjxqb8fjf9qag8ilfkjh",
+ "fetcher": "github",
+ "repo": "Golevka/emacs-clang-complete-async",
+ "unstable": {
+ "version": [
+ 20130526,
+ 1514
+ ],
+ "commit": "5d9c5cabbb6b31e0ac3637631c0c8b25184aa8b4",
+ "sha256": "1sw0wxrjcjqk0w1llfj376g6axa5bnk2lq2vv66746bkz14h0s8f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "commit": "a5114e3477793ccb9420acc5cd6a1cb26be65964",
+ "sha256": "1kp2l1cgzlg2g3wllz4gl1ssn4lnx2sn26xqigfrpr8y5rj2bsfj"
+ }
+ },
+ {
+ "ename": "auto-complete-distel",
+ "commit": "90fff35dd9709b06802edef89d1fe6a96b7115a6",
+ "sha256": "0ca242gl8dl4rmg8qqyhgxvf46fprl2npbq2w8f6s546s9nql4jk",
+ "fetcher": "github",
+ "repo": "sebastiw/distel-completion",
+ "unstable": {
+ "version": [
+ 20180827,
+ 1344
+ ],
+ "deps": [
+ "auto-complete",
+ "distel-completion-lib"
+ ],
+ "commit": "acc4c0a5521904203d797fe96b08e5fae4233c7e",
+ "sha256": "0yvp3dwa9mwfyrqla27ycwyjad4bp1267bxv0chxcr4528hnygl3"
+ }
+ },
+ {
+ "ename": "auto-complete-exuberant-ctags",
+ "commit": "1cc9786ed8cea2461b592f860d8e2a0897c57068",
+ "sha256": "1i2s3ycc8jafkzdsz3kbvx1hh95ydi5s6rq6n0wzw1kyy3km35gd",
+ "fetcher": "github",
+ "repo": "k1LoW/auto-complete-exuberant-ctags",
+ "unstable": {
+ "version": [
+ 20140320,
+ 724
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "ff6121ff8b71beb5aa606d28fd389c484ed49765",
+ "sha256": "1fqgyg986fg1dzac5wa97bx82mfddqb6qrfnpr3zksmw3vgykxr0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 7
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "ff6121ff8b71beb5aa606d28fd389c484ed49765",
+ "sha256": "1fqgyg986fg1dzac5wa97bx82mfddqb6qrfnpr3zksmw3vgykxr0"
+ }
+ },
+ {
+ "ename": "auto-complete-nxml",
+ "commit": "c89dcbf03a802a4361e44174a332a312e352be36",
+ "sha256": "0viscr5k1carn9vhflry16kgihr6fvh6h36b049pgnk6ww085k6a",
+ "fetcher": "github",
+ "repo": "aki2o/auto-complete-nxml",
+ "unstable": {
+ "version": [
+ 20140221,
+ 458
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "ac7b09a23e45f9bd02affb31847263de4180163a",
+ "sha256": "18bf1kw85mab0zp7rn85cm1nxjxg5c1dmiv0j0mjwzsv8an4px5y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "ac7b09a23e45f9bd02affb31847263de4180163a",
+ "sha256": "18bf1kw85mab0zp7rn85cm1nxjxg5c1dmiv0j0mjwzsv8an4px5y"
+ }
+ },
+ {
+ "ename": "auto-complete-pcmp",
+ "commit": "f5c53a8aeaaab23e032a8e7cb5cad7e531a1662c",
+ "sha256": "1mpgkwj8jwpvxphlm6iaprwjrldmihbgg97jav0fbm1kjnm4azna",
+ "fetcher": "github",
+ "repo": "aki2o/auto-complete-pcmp",
+ "unstable": {
+ "version": [
+ 20140227,
+ 651
+ ],
+ "deps": [
+ "auto-complete",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "2595d3dab1ef3549271ca922f212928e9d830eec",
+ "sha256": "1hf2f903hy9afahrgy2fx9smgn631drs6733188zgqi3nkyizj26"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "auto-complete",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "2595d3dab1ef3549271ca922f212928e9d830eec",
+ "sha256": "1hf2f903hy9afahrgy2fx9smgn631drs6733188zgqi3nkyizj26"
+ }
+ },
+ {
+ "ename": "auto-complete-rst",
+ "commit": "4c948dc47f67aa47a1607cbdacdc95241d1a658f",
+ "sha256": "0dazkpnzzr0imb2a01qq8l60jxhhlknzjx7wccnbm7d2rk3338m6",
+ "fetcher": "github",
+ "repo": "tkf/auto-complete-rst",
+ "unstable": {
+ "version": [
+ 20140225,
+ 944
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "4803ce41a96224e6fa54e6741a5b5f40ebed7351",
+ "sha256": "107svb82cgfns9kcrmy3hh56cab81782jkbz5i9959ms81xizfb8"
+ }
+ },
+ {
+ "ename": "auto-complete-sage",
+ "commit": "f1cd78dcd58d559c47873f8fcfcab089a8493dd6",
+ "sha256": "02sxbir3arvmnkvxgndlkln9y05jnlv6i8czd6a0wcxk4nj43lq1",
+ "fetcher": "github",
+ "repo": "stakemori/auto-complete-sage",
+ "unstable": {
+ "version": [
+ 20160514,
+ 751
+ ],
+ "deps": [
+ "auto-complete",
+ "sage-shell-mode"
+ ],
+ "commit": "51b8e3905196d266e1f8aa47881189833151b398",
+ "sha256": "139in1jgxg43v7ji4i1qmxbgspr71h95lzlz0fvdk78vkxc5842b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "deps": [
+ "auto-complete",
+ "sage-shell-mode"
+ ],
+ "commit": "a61a4e58b14134712e0737280281c0b10e56da93",
+ "sha256": "0l49ciic7g30vklxq6l1ny3mz87l5p8qc30rmkjvkzvg8r52ksn3"
+ }
+ },
+ {
+ "ename": "auto-dictionary",
+ "commit": "1711d710ac09fe407fde89ee351ccdcb78555d35",
+ "sha256": "1va485a8lxvb3507kr83cr6wpssxnf8y4l42mamn9daa8sjx3q16",
+ "fetcher": "github",
+ "repo": "nschum/auto-dictionary-mode",
+ "unstable": {
+ "version": [
+ 20150410,
+ 1610
+ ],
+ "commit": "b364e08009fe0062cf0927d8a0582fad5a12b8e7",
+ "sha256": "0rfjx0x2an28821shgb4v5djza4kwn5nnrsl2cvh3px4wrvw3izp"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "0e3567a81f7bb0ad53ed9f20c7d3d1ac40c26ad1",
+ "sha256": "191294k92qp8gmfypf0q8j8qrym96aqikzvyb9p03wqvbr3r1dsk"
+ }
+ },
+ {
+ "ename": "auto-dim-other-buffers",
+ "commit": "acc9b816796b9f142c53f90593952b43c962d2d8",
+ "sha256": "0n9d23sfcmkjfqlm80vrgf856wy08ak4n4rk0z7vadq07yj46zxh",
+ "fetcher": "github",
+ "repo": "mina86/auto-dim-other-buffers.el",
+ "unstable": {
+ "version": [
+ 20180612,
+ 2341
+ ],
+ "commit": "ec74b4803adeadf06296c84595fb6ccf4e1b4a3f",
+ "sha256": "0l08kx12k97nag8khb63rz5fl1r9gahgmjg5073h25lypl74895n"
+ }
+ },
+ {
+ "ename": "auto-highlight-symbol",
+ "commit": "fdf73ee62f0a4e762e3a1aa94284abea8da8ce7c",
+ "sha256": "02mkji4sxym07jf5ww5kgv1c18x0xdfn8cmvgns5h4gij64lnr66",
+ "fetcher": "github",
+ "repo": "gennad/auto-highlight-symbol",
+ "unstable": {
+ "version": [
+ 20130313,
+ 943
+ ],
+ "commit": "26573de912d760e04321b350897aea70958cee8b",
+ "sha256": "0jfiax1qqnyznhlnqkjsr9nnv7fpjywvfhj9jq59460j0nbrgs5c"
+ }
+ },
+ {
+ "ename": "auto-indent-mode",
+ "commit": "49af78177278e7072c70fde0eaa5bb82490ebe9d",
+ "sha256": "1nk78p8lqs8cx90asfs8iaqnwwyy8fi5bafaprm9c0nrxz299ibz",
+ "fetcher": "github",
+ "repo": "mattfidler/auto-indent-mode.el",
+ "unstable": {
+ "version": [
+ 20171222,
+ 506
+ ],
+ "commit": "28069360a7f89ad0286fd6a53db550752ec58488",
+ "sha256": "14sqmv320ryfljpxbjw9xphj6bz1ccjk3ih4cm1r8aryyhxiacii"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 126
+ ],
+ "commit": "ad7032ee058a74405d04d775b0b384351536bc53",
+ "sha256": "1hlsgsdxpx42kmqkjgy9b9ldz5i4dbi879v87pjd2qbkj8iywb6y"
+ }
+ },
+ {
+ "ename": "auto-minor-mode",
+ "commit": "b3ab5f048034777551e344101d8415cac92362c8",
+ "sha256": "1dpdylrpw1pvlmhh229b3lqs07drx9kdhw4vcv5a48qah14dz6qa",
+ "fetcher": "github",
+ "repo": "joewreschnig/auto-minor-mode",
+ "unstable": {
+ "version": [
+ 20180527,
+ 1123
+ ],
+ "commit": "e0e2ceb471a14a3e1763b47619fa4b8faef0be07",
+ "sha256": "1m96gs55jsjxj4mbx1wv080b809fjw53by67jv3ny70i4xjk36kp"
+ },
+ "stable": {
+ "version": [
+ 20180527,
+ 1
+ ],
+ "commit": "c62f4e04c7b73835c399f0348bea0ade2720bcbb",
+ "sha256": "0vqqy6nbb884h8qhzqvjycvfqbm9pbhqxr3dlxrhfx8m6c3iasq1"
+ }
+ },
+ {
+ "ename": "auto-org-md",
+ "commit": "39f934f86b5dc04078c204bcbd268af60857e268",
+ "sha256": "1yh9g8407kym6r0b8kr18qshxlrkw47ac17a9lvql0ksshfmnqvk",
+ "fetcher": "github",
+ "repo": "jamcha-aa/auto-org-md",
+ "unstable": {
+ "version": [
+ 20180213,
+ 2343
+ ],
+ "commit": "9318338bdb7fe8bd698d88f3af89b2d6413efdd2",
+ "sha256": "1dzxc1f4yvj8xww5drcpzmn3fyi8ziimh1cmy6l3i399l1zl0njj"
+ }
+ },
+ {
+ "ename": "auto-package-update",
+ "commit": "78f549a299a06941edce13381f597f3a61e8c723",
+ "sha256": "0fdcniq5mrwbc7yvma4088r0frdfvc2ydfil0s003faz0nrjcp8k",
+ "fetcher": "github",
+ "repo": "rranelli/auto-package-update.el",
+ "unstable": {
+ "version": [
+ 20180712,
+ 2045
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "55870d313fbe9db40b1a2b59dbc420ba66a9297e",
+ "sha256": "06hnr7id7w774adip0yffxh6c2xk27j2kch03r8y0v19mnfrvb39"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6,
+ 1
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "cdef79f9fc6f8347fdd05664978fb9a948ea0410",
+ "sha256": "05llpa6g4nb4qswmcn7j3bs7hnmkrkax7hsk7wvklr0wrljyg9a2"
+ }
+ },
+ {
+ "ename": "auto-pause",
+ "commit": "275d1b1bf1eb47cd9c769286c03b2b9aff9d74dd",
+ "sha256": "0cdak2kicxylj5f161kia0bzzqad426y8cj4zf04gcl0nndijyrc",
+ "fetcher": "github",
+ "repo": "lujun9972/auto-pause",
+ "unstable": {
+ "version": [
+ 20160426,
+ 1216
+ ],
+ "commit": "a4d778de774ca3895542cb559a953e0d98657338",
+ "sha256": "1pxhqwvg059pslin6z87jd8d0q44ljwvdn6y23ffrz9kfpn3m5m2"
+ }
+ },
+ {
+ "ename": "auto-read-only",
+ "commit": "189e394eb9fac09783c75ff1b64facdd745a0454",
+ "sha256": "1cvh2c7pgdxgnl0fr1lymz9pf573hj6dn8cjcb64wdczkrci7yk5",
+ "fetcher": "github",
+ "repo": "zonuexe/auto-read-only.el",
+ "unstable": {
+ "version": [
+ 20170306,
+ 443
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "79654f8fc024f383ae7af05487c1345738236500",
+ "sha256": "123822s9xkzw25swn1h1szxmmajnn9rq85vasygvy5cn2l6lar3l"
+ }
+ },
+ {
+ "ename": "auto-rename-tag",
+ "commit": "ec27ae185c0308c445e461dc84f398483ca08c5a",
+ "sha256": "0ysm559b2p2v2v39cssx5cviy2qb78cjvhmy76hih09qimg2azrz",
+ "fetcher": "github",
+ "repo": "elpa-host/auto-rename-tag",
+ "unstable": {
+ "version": [
+ 20190525,
+ 628
+ ],
+ "commit": "4bd41b3107d3971c9533f9d0c8718c299669cb78",
+ "sha256": "1g6kllnl625h6vmnps15a7ivpxq3k6s4vdxj50dj2i76g19wi2cn"
+ }
+ },
+ {
+ "ename": "auto-save-buffers-enhanced",
+ "commit": "d221a217e9f6a686fa2a8b120a1f0b43c4482ce6",
+ "sha256": "123vf6nnvdhrrfjn8n8h8a11mkqmy2zm3w3yn99np0zj31x8z7bb",
+ "fetcher": "github",
+ "repo": "kentaro/auto-save-buffers-enhanced",
+ "unstable": {
+ "version": [
+ 20161109,
+ 710
+ ],
+ "commit": "461e8c816c1b7c650be5f209078b381fe55da8c6",
+ "sha256": "0ckjijjpqpbv9yrqfnl3x9hcdwwdgvm5r2vyx1a9nk4d3i0hd9i5"
+ }
+ },
+ {
+ "ename": "auto-shell-command",
+ "commit": "ea710bfa77fee7c2688eea8258ca9d2105d1896e",
+ "sha256": "1i78fh72i8yv91rnabf0vs78r43qrjkr36hndmn5ya2xs3b1g41j",
+ "fetcher": "github",
+ "repo": "ongaeshi/auto-shell-command",
+ "unstable": {
+ "version": [
+ 20180817,
+ 1502
+ ],
+ "deps": [
+ "deferred",
+ "popwin"
+ ],
+ "commit": "a8f9213e3c773b5687b81881240e6e648f2f56ba",
+ "sha256": "1b0kgqh521y16cx84rbsr244i4fs3l8h4wqjy2zdpwbpbikx1hxk"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "deps": [
+ "deferred",
+ "popwin"
+ ],
+ "commit": "59d4abce779a3ce3e920592bf5696b54b2e192c7",
+ "sha256": "1h8zsgw30axprs7a5kkygbhvilillzazxgqz01ng36il65fi28s6"
+ }
+ },
+ {
+ "ename": "auto-sudoedit",
+ "commit": "7cf6bc8bb7b618d74427622b9b2812daa79a3767",
+ "sha256": "1clp52fqxsilyi62p1cabhan55lbwax6fqlhccyjbl36yrdig3fh",
+ "fetcher": "github",
+ "repo": "ncaq/auto-sudoedit",
+ "unstable": {
+ "version": [
+ 20190809,
+ 735
+ ],
+ "deps": [
+ "f"
+ ],
+ "commit": "4d7aeeeff339683a5d4eed05de357058a11f2e02",
+ "sha256": "10zbillf66bnhni08x159w4nrd08x8zsagam3c7c7555p1ccf5rk"
+ }
+ },
+ {
+ "ename": "auto-virtualenv",
+ "commit": "ccb91515d9a8195061429ed8df3471867d211f9a",
+ "sha256": "0xv51g74l5pxa3s185867dpc98m6y26xbj5wgz7f9177qchvdbhk",
+ "fetcher": "github",
+ "repo": "marcwebbie/auto-virtualenv",
+ "unstable": {
+ "version": [
+ 20170125,
+ 1917
+ ],
+ "deps": [
+ "cl-lib",
+ "pyvenv",
+ "s"
+ ],
+ "commit": "3826db66b417788e2b2eb138717255b1f52a55c3",
+ "sha256": "12691m4z0zr3prmdhmjlpcx0ajj1ddrbj9gy827xmgr0vaqbr7b2"
+ }
+ },
+ {
+ "ename": "auto-virtualenvwrapper",
+ "commit": "02a209ae8f9fc68feb3bb64d32d129fedef2b80b",
+ "sha256": "1v82z922d9sadwvyrl4iddsa19f5k43s6iwn8w146jcl0v42bkmd",
+ "fetcher": "github",
+ "repo": "robert-zaremba/auto-virtualenvwrapper.el",
+ "unstable": {
+ "version": [
+ 20181006,
+ 937
+ ],
+ "deps": [
+ "cl-lib",
+ "s",
+ "virtualenvwrapper"
+ ],
+ "commit": "72cc9168db475e8328019f9592493560dab832a5",
+ "sha256": "1cvc2k5x0ircnpppwwmm813h7c59pyswz4dfgwqqrk325zcnp80f"
+ }
+ },
+ {
+ "ename": "auto-yasnippet",
+ "commit": "d33c0aee6a5d27217bbae28fc8f448c3badc8a4b",
+ "sha256": "02281gyy07cy72a29fjsixg9byqq3izb9m1jxv98ni8pcy3bpsqa",
+ "fetcher": "github",
+ "repo": "abo-abo/auto-yasnippet",
+ "unstable": {
+ "version": [
+ 20190326,
+ 958
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "624b0d9711222073a2a3f2186e2605eb99fc83c9",
+ "sha256": "15g8wi067f345xhpi0c12w0h04p4f4lpccwmdjdfj8hzfl4gyxy9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "5cc54edbe03c0061bf69883a3e39d3bb16019e0f",
+ "sha256": "0n3r7j83csby2s7284hy5pycynazyrkljxkn6xqn08gvxbbbdpdq"
+ }
+ },
+ {
+ "ename": "autobookmarks",
+ "commit": "e40e6ebeb30b3f23ad37a695e011431a48c5a62e",
+ "sha256": "11zhg3y9fb5mq67fwsnjrql9mnwkp3hwib7fpllb3yyf2yywc8zp",
+ "fetcher": "github",
+ "repo": "Fuco1/autobookmarks",
+ "unstable": {
+ "version": [
+ 20180531,
+ 1906
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "e971aa49d97da9f7ed760b37e0b674e45f1c5673",
+ "sha256": "04453h3s9g7ka028s4f97z606czq3vsvphrmba533jkl8lk3hpi8"
+ }
+ },
+ {
+ "ename": "autodisass-java-bytecode",
+ "commit": "a094845521d76754a29435012af5fba9f7975a8e",
+ "sha256": "1k19nkbxnysm3qkpdhz4gv2x9nnrp94xl40x84q8n84s6xaan4dc",
+ "fetcher": "github",
+ "repo": "gbalats/autodisass-java-bytecode",
+ "unstable": {
+ "version": [
+ 20151005,
+ 1612
+ ],
+ "commit": "3d61dbe266133c950b39e880f78d142751c7dc4c",
+ "sha256": "1pf2mwnicj5x2kksxwmrzz2vfxj9y9r6rzgc1fl8028mfrmrmg8s"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "commit": "3d61dbe266133c950b39e880f78d142751c7dc4c",
+ "sha256": "1pf2mwnicj5x2kksxwmrzz2vfxj9y9r6rzgc1fl8028mfrmrmg8s"
+ }
+ },
+ {
+ "ename": "autodisass-llvm-bitcode",
+ "commit": "657e8f6bd0e44f11db8480ca42fb29d85fc3ec29",
+ "sha256": "0bh73nzll9jp7kiqfnb5dwkipw85p3c3cyq58s0nghig02z63j01",
+ "fetcher": "github",
+ "repo": "gbalats/autodisass-llvm-bitcode",
+ "unstable": {
+ "version": [
+ 20150411,
+ 125
+ ],
+ "commit": "d2579e3a1427af2dc947c343e49eb3434078bf04",
+ "sha256": "1fq4h5fmamyh7z8nq6pigx74p5v8k3qfm64k66vwsm8bl5jdkw17"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "14bb1bfe2be3b04d6e0c87a7a9d1e88ce15506d0",
+ "sha256": "1hyp49bidwc53cr25wwwyzcd0cbbqzxkfcpnccimphv24qfsai85"
+ }
+ },
+ {
+ "ename": "automargin",
+ "commit": "0937e63ec686cc3e183bddb029a514c64934fc81",
+ "sha256": "0llqz01wmacc0f8j3h7r0j57vkmzksl9vj1h0igfxzpm347mm9q8",
+ "fetcher": "github",
+ "repo": "zk-phi/automargin",
+ "unstable": {
+ "version": [
+ 20131112,
+ 814
+ ],
+ "commit": "4901d969ad69f5244e6300baab4ba04efed800c3",
+ "sha256": "02nnyncfh6g0xizy7wa8721ahpnwk451kngd6n0y0249f50p3962"
+ }
+ },
+ {
+ "ename": "autopair",
+ "commit": "4150455d424326667390f72f6edd22b274d9fa01",
+ "sha256": "0l2ypsj3dkasm0lj9jmnaqjs3rv97ldfw8cmayv77mzfd6lhjmh3",
+ "fetcher": "github",
+ "repo": "joaotavora/autopair",
+ "unstable": {
+ "version": [
+ 20160304,
+ 1237
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2b6d72bccb0ebba6e7e711528872b898b0c65b0a",
+ "sha256": "09p56vi5zgm2djglimwyhv4n4gyydjndzn46vg9qzzlxvvmw66i1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2d1eb81d12f71248ad305e70cceddf08d4fe2b39",
+ "sha256": "0g6kd1r0wizamw26bhp5jkvpsd98rcybkfchc622b9v5b89a07nq"
+ }
+ },
+ {
+ "ename": "autotest",
+ "commit": "5fc2c4a590cbeccfb43003972a78f5d76ec4a9e7",
+ "sha256": "0f46m5pc40i531dzfnhkcn192dcs1q20y083c1c0wg2zhjcdr5iy",
+ "fetcher": "github",
+ "repo": "zenspider/elisp",
+ "unstable": {
+ "version": [
+ 20190331,
+ 2230
+ ],
+ "commit": "ef0c6b84d92eecd05aa5cd4a35b73652f21b311a",
+ "sha256": "0wh0fwl2mimb48g2sf2nhmr3xxwvgkgr3566187x3kw8zxgh1nv7"
+ }
+ },
+ {
+ "ename": "autotetris-mode",
+ "commit": "4c5c698b7dfb179f43b9fdf4652b96e2d7f8e7c6",
+ "sha256": "0k4yq4pvrs1zaf9aqxmlb6l2v4k774zbxj4zcx49w3l1h8gwxpbb",
+ "fetcher": "github",
+ "repo": "skeeto/autotetris-mode",
+ "unstable": {
+ "version": [
+ 20141114,
+ 1646
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0c3a746dcc304a67d2a6e7ad4ef93f512486343a",
+ "sha256": "055kzs1qgx8jbwsxrnnqzbl8hgmaigkz3mqll2i0fdac5a605vxc"
+ }
+ },
+ {
+ "ename": "autothemer",
+ "commit": "9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7",
+ "sha256": "0wahmbihyr3dx4lgiwi7041gvmmqlzlv7ss25fw90srs9n2h05gj",
+ "fetcher": "github",
+ "repo": "jasonm23/autothemer",
+ "unstable": {
+ "version": [
+ 20180920,
+ 923
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "69488c71dfc182cf2e7be2d745037f230ade678e",
+ "sha256": "0l3xsnp5j46jcjc1nkfbfg0pyzdi94rn0h5idfpqikj6f3ralh10"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "8c467f57571c154129d660dfccebd151c998f2d9",
+ "sha256": "0cd2pqh6k32sjidkcd8682y4l6mx52xw4a05f38kk8nsrk28m74k"
+ }
+ },
+ {
+ "ename": "autumn-light-theme",
+ "commit": "52a7598dc550c76f4e081fe1c4a6d8697bd30561",
+ "sha256": "0g3wqv1yw3jycq30mcj3w4sn9nj6i6gyd2ljzimf547ggcai536a",
+ "fetcher": "github",
+ "repo": "aalpern/emacs-color-theme-autumn-light",
+ "unstable": {
+ "version": [
+ 20150515,
+ 1447
+ ],
+ "commit": "1e3b2a43a3001e4a97a5ff073ba3f0d2ea3888f9",
+ "sha256": "1lip7282g41ghn64dvx2ab437s83cj9l8ps1rd8rbhqyz4bx5wb9"
+ }
+ },
+ {
+ "ename": "avandu",
+ "commit": "e1344e49e6a41ce390a047cb8d48090160b37b50",
+ "sha256": "174bd3vbvh0l9282bg8575nqc71zkg90bwbxbv1b7dz8qaaczhcy",
+ "fetcher": "github",
+ "repo": "ryuslash/avandu",
+ "unstable": {
+ "version": [
+ 20170101,
+ 1903
+ ],
+ "commit": "f44588d8e747fa880411cb4542cc39962252b90a",
+ "sha256": "097wls9k6qrf12nn8mpszfbqsaqc81956yqxns1sjs6dmjqi0c7z"
+ }
+ },
+ {
+ "ename": "avk-emacs-themes",
+ "commit": "ef362a76a3881c7596dcc2639df588227b3713c0",
+ "sha256": "0yimnfm50qsq505fc67b3qnxx2aiyz5a7bw87zkjrdnar12vv144",
+ "fetcher": "github",
+ "repo": "avkoval/avk-emacs-themes",
+ "unstable": {
+ "version": [
+ 20181128,
+ 745
+ ],
+ "commit": "cadbfb4c9cd6812d63b69076a9d90514bfd2db66",
+ "sha256": "07isy168fnvyy25z1wwyr6740bmwmff6c3yfcdy7dnypcj9whllr"
+ }
+ },
+ {
+ "ename": "avy",
+ "commit": "77fac7a702d4086fb860514e377037acedc60412",
+ "sha256": "0gjq79f8jagbngp0shkcqmwhisc3hpgwfk34kq30nb929nbnlmag",
+ "fetcher": "github",
+ "repo": "abo-abo/avy",
+ "unstable": {
+ "version": [
+ 20190630,
+ 1538
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "66886e265cf41c6061dc70440eb5b61fad8f48e0",
+ "sha256": "101qbj6cx3358r1hr0jj8y1bsz24ci5qbc8k4lcw35llcsdvaivw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f2cf43b5372a6e2a7c101496c47caaf03338de36",
+ "sha256": "09qdni1s74i5pv8741szl5g4ynj8fxn0x65qmwa9rmfkbimnc0fs"
+ }
+ },
+ {
+ "ename": "avy-flycheck",
+ "commit": "05755bed49219072d2ec98f0be5ecba4deda7cd1",
+ "sha256": "0xvgysbx8yxhypms6639kk3cn0x6y6njnhnn9lf6hxsi96wd9y96",
+ "fetcher": "github",
+ "repo": "magicdirac/avy-flycheck",
+ "unstable": {
+ "version": [
+ 20160720,
+ 1500
+ ],
+ "deps": [
+ "avy",
+ "flycheck",
+ "seq"
+ ],
+ "commit": "5522f3bbbed1801d9278ed696ec0cbba38352985",
+ "sha256": "1nwc8xid0k6bnnpgsrrlwx71a04llkiapjsbchp9jgcf11l5mghw"
+ }
+ },
+ {
+ "ename": "avy-menu",
+ "commit": "2f0b4cfb30c405d44803b36ebcaccef0cf87fe2d",
+ "sha256": "1g2bsm0jpig51jwn9f9mx6z5glb0bn4s21194xam768qin0rf4iw",
+ "fetcher": "github",
+ "repo": "mrkkrp/avy-menu",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1348
+ ],
+ "deps": [
+ "avy"
+ ],
+ "commit": "e1d0097edbfc7c1b056323732e341482551ca660",
+ "sha256": "0kc98ksm7cfpsf21b3hb2xfkiq0y1hnk1i8900gch7gws2q2fml8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "avy"
+ ],
+ "commit": "71b71e64900d0637e17013781042e086e9bf56e7",
+ "sha256": "1mxrq2fpx3qa9vy121wnv02r43sb7djc2j8z7c2vh8x56h8bpial"
+ }
+ },
+ {
+ "ename": "avy-migemo",
+ "commit": "6a02db29eb3e4b76b4a9cdbc966df5a1bd35dec0",
+ "sha256": "1zvgkhma445gj1zjl8j25prw95bdpjbvfy8yr0r5liay6g2hf296",
+ "fetcher": "github",
+ "repo": "momomo5717/avy-migemo",
+ "unstable": {
+ "version": [
+ 20180716,
+ 1455
+ ],
+ "deps": [
+ "avy",
+ "migemo"
+ ],
+ "commit": "922a6dd82c0bfa316b0fbb56a9d4dd4ffa5707e7",
+ "sha256": "1a4421h15ba7lsnbh8kqm3hvs06fp830wb1nvwgpsk7vmqqi2qgl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 2
+ ],
+ "deps": [
+ "avy",
+ "migemo"
+ ],
+ "commit": "ce87777bea76c45be5f185e9fe356a8efe5c2d16",
+ "sha256": "0s6m44b49jm5cnrx1pvk7rfw3zhwiw5xasdlgmlvv7wws7m5snd9"
+ }
+ },
+ {
+ "ename": "avy-zap",
+ "commit": "10a2a57c78ac1d8ab621031caa21e8574daeb9a0",
+ "sha256": "1zbkf21ggrmg1w0xaw40i3swgc1g4fz0j8p0r9djm9j120d94zkx",
+ "fetcher": "github",
+ "repo": "cute-jumper/avy-zap",
+ "unstable": {
+ "version": [
+ 20190801,
+ 329
+ ],
+ "deps": [
+ "avy"
+ ],
+ "commit": "7c8d1f40e43d03e2f6c1696bfa547526528ce8cb",
+ "sha256": "1b9yc8wkcddd81060r03myxcdxas6vdhgybl44da412p0hx4bccb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "deps": [
+ "avy"
+ ],
+ "commit": "67fed60d0dfe9087ca4fe3332f4a78e775b8d239",
+ "sha256": "0lmv34pi9qdh76fi3w4lrfyfhzr824nsiif4nyjvpnmrabxgk309"
+ }
+ },
+ {
+ "ename": "aws-ec2",
+ "commit": "90ac00160cbf692baa1f3953122ac828356944e0",
+ "sha256": "040c69g8rhpcmrdjjg4avdmqarxx3dfzylmz62yxhfpn02qh48xd",
+ "fetcher": "github",
+ "repo": "Yuki-Inoue/aws.el",
+ "unstable": {
+ "version": [
+ 20161007,
+ 1914
+ ],
+ "deps": [
+ "dash",
+ "tblui"
+ ],
+ "commit": "5601d4f268fc34b86a02ca90cde7d3771619a368",
+ "sha256": "15idbbxsghzn737s9jppnx820nnm1srcl1418458hwfy3wqhq38g"
+ }
+ },
+ {
+ "ename": "aws-snippets",
+ "commit": "485aa401a6a14cd4a916474d9a7df12cdf45d591",
+ "sha256": "1p2il4ig3nafsapa87hgghw6ri9d5qqi0hl8zjyypa06rcnag9g9",
+ "fetcher": "github",
+ "repo": "baron42bba/aws-snippets",
+ "unstable": {
+ "version": [
+ 20190207,
+ 1047
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "9cb1edaaa86609b51a7fbf39ec643cc5ae80eaa1",
+ "sha256": "1rzfzb19h5d0ikysxi0xcbyvv733kdmcmydpc7wwq9qkb31wck56"
+ }
+ },
+ {
+ "ename": "axiom-environment",
+ "commit": "8b4c6b03c5ff78ce327dcf66b175e266bbc53dbf",
+ "sha256": "1hzfxdwhgv0z9136k7bdjhqjrkawsjmvqch6za6p7nkpd9ikr2zb",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/pdo/axiom-environment",
+ "unstable": {
+ "version": [
+ 20190323,
+ 1924
+ ],
+ "commit": "505d85ffc051a7725344c960b1255597dab17780",
+ "sha256": "1251xc58nc2h6n4dibfdp7z85y609dkpc499ga8j9s0nwif009fs"
+ }
+ },
+ {
+ "ename": "babel",
+ "commit": "b0d748fa06b3cbe336cb01a7e3ed7b0421d885cc",
+ "sha256": "0sdpp4iym61ni32zv75n48ylj4jib8ca6n9hyqwj1b7nqg76mm1c",
+ "fetcher": "github",
+ "repo": "juergenhoetzel/babel",
+ "unstable": {
+ "version": [
+ 20181201,
+ 919
+ ],
+ "commit": "c25dedb5c7f2465b122102f02cd9845668818c20",
+ "sha256": "1ydb8zbg8n56wf5hb8i3i2s40mspqfkszfdd8v8jjqb5wm8q32rc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "commit": "65b55ad89017c9b3a1c8c241ac4b4541eabdaf5f",
+ "sha256": "0px1xggk6qyrwkma1p3d7b4z2id2gbrsxkliw3nwc1q4zndg1zr7"
+ }
+ },
+ {
+ "ename": "babel-repl",
+ "commit": "dfd4ac01ea16fcbc6e9343a953a2f278c5874d3d",
+ "sha256": "0h11i8w8s4ia1x0lm5n7bnc3db4bv0a7f7hzl27qrg38m3c7dl6x",
+ "fetcher": "github",
+ "repo": "hung-phan/babel-repl",
+ "unstable": {
+ "version": [
+ 20160504,
+ 2201
+ ],
+ "commit": "e619c16e349a1ee7bd0ee0d7f3650d33bff73fc3",
+ "sha256": "1174r0gjpn5z3pnf32qlpqhmdfvskcd2vqgicvmqzjsrysj3fypn"
+ }
+ },
+ {
+ "ename": "back-button",
+ "commit": "c9db386ab3910940addae6e925b2ac17e64e0f87",
+ "sha256": "0vyhvm445d0rs14j5xi419akk5nd88d4hvm4251z62fmnvs50j85",
+ "fetcher": "github",
+ "repo": "rolandwalker/back-button",
+ "unstable": {
+ "version": [
+ 20150804,
+ 2004
+ ],
+ "deps": [
+ "list-utils",
+ "nav-flash",
+ "pcache",
+ "persistent-soft",
+ "smartrep",
+ "ucs-utils"
+ ],
+ "commit": "98d92984a740acd1547bd7ed05cca0affdb21c3e",
+ "sha256": "0rj6a8rdwa0h2ckz7h4d91hnxqcin98l4ikbfyak2whfb47z909l"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 6
+ ],
+ "deps": [
+ "nav-flash",
+ "pcache",
+ "persistent-soft",
+ "smartrep",
+ "ucs-utils"
+ ],
+ "commit": "c7b50a3e087a8dc5588d7292379cd387a1afff87",
+ "sha256": "0hmn3jlsqgpc602lbcs9wzw0hgr5qpjdcxi2hjlc1cp27ilyscnf"
+ }
+ },
+ {
+ "ename": "backlight",
+ "commit": "4b33ef75760ff02983d8c4c6f98621bb441751c3",
+ "sha256": "0gzshxs9vw5wrb6pnxdaw5q4c8i0vsmc7wb0y2jyhxsr81mlxdpi",
+ "fetcher": "github",
+ "repo": "mschuldt/backlight.el",
+ "unstable": {
+ "version": [
+ 20180629,
+ 2159
+ ],
+ "commit": "096e632bf100d318754d6c961c90ebb0ef29dce5",
+ "sha256": "0w9ng4rhsawcf96mnpy71h50j4mankmvjnfknxlmwiwlmx4sp0f1"
+ }
+ },
+ {
+ "ename": "backline",
+ "commit": "f252e45e8bd6e8af1267755d108f378a974ddaf1",
+ "sha256": "0y5y048s6r3mcgjfxpmwarnhn6lh00j9cla6qjsd83f79hw5cq4y",
+ "fetcher": "github",
+ "repo": "tarsius/backline",
+ "unstable": {
+ "version": [
+ 20181111,
+ 832
+ ],
+ "deps": [
+ "outline-minor-faces"
+ ],
+ "commit": "cfaaaed812674d7e474a8800a7452b4a5ba6d637",
+ "sha256": "12n4401sbwxq08ifidmxmbpg5877n308lwhwz4f8xbx9yijd0sas"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "deps": [
+ "outline-minor-faces"
+ ],
+ "commit": "ac58abcf0fa818392f5810ffba1243416caf0ae6",
+ "sha256": "0pzz7dr46k0b0i7f3vi9y3jgx83kcx3shsvaizccg83wz1rhz505"
+ }
+ },
+ {
+ "ename": "backup-each-save",
+ "commit": "caa478356d20b5b0e9a450f7b4a8b25937e583a4",
+ "sha256": "1l7lx3vd27qypkxa0cdm8zbd9fv08xn1bf6xj6g9c49ql95xbyiv",
+ "fetcher": "github",
+ "repo": "conornash/backup-each-save",
+ "unstable": {
+ "version": [
+ 20180227,
+ 557
+ ],
+ "commit": "3c414b9d6b278911c95c5b8b71819e6af6f8a02a",
+ "sha256": "13pliz2ra020hhxcidkyhfa0767n188l1w5r0vpvv6zqyc2p414i"
+ }
+ },
+ {
+ "ename": "backup-walker",
+ "commit": "9428a70292cf6b796d7d994ad6b73d7d45970c19",
+ "sha256": "0hfr27yiiblrd0p3zhpapbj4vijfdk7wqh406xnlwf2yvnfsqycd",
+ "fetcher": "github",
+ "repo": "lewang/backup-walker",
+ "unstable": {
+ "version": [
+ 20130720,
+ 1516
+ ],
+ "commit": "934a4128c122972ac32bb9952addf279a60a94da",
+ "sha256": "0z4d8x9lkad50720lgvr8f85p1ligv07865i30lgr9ck0q04w68v"
+ }
+ },
+ {
+ "ename": "backward-forward",
+ "commit": "cb44d7b604c50d4e07404c0dff071fbc66ea903d",
+ "sha256": "0kpy761xdk2s21s92cw03fgw5xq9glybrhnjv2v89xrg16vdvamf",
+ "fetcher": "gitlab",
+ "repo": "vancan1ty/emacs-backward-forward",
+ "unstable": {
+ "version": [
+ 20161229,
+ 550
+ ],
+ "commit": "58489957a62a0da25dfb5df902624d2548d800b4",
+ "sha256": "14v9q58vd0iggs8x8hjh24cv58g2pbwnr6zghd2anaygbj74ij24"
+ }
+ },
+ {
+ "ename": "badger-theme",
+ "commit": "298e43769c6cd855526d847e8e3b237912360777",
+ "sha256": "01h5bsqllgn6gs0wpl0y2h041007mn3ldjswkz6f3mayrgl4c6yf",
+ "fetcher": "github",
+ "repo": "ccann/badger-theme",
+ "unstable": {
+ "version": [
+ 20140717,
+ 232
+ ],
+ "commit": "493d672d5a5478976da7d5ca752008cc7837c57f",
+ "sha256": "0mrn3sl1xq19k6v4mw98zqgs11fidnarvidmxayx805k21pana6v"
+ }
+ },
+ {
+ "ename": "badwolf-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "15n33l0iaq2pk70rpw7qdm8dlwcinfclpnlr3bs7vcb1dknp4g9v",
+ "fetcher": "github",
+ "repo": "bkruczyk/badwolf-emacs",
+ "unstable": {
+ "version": [
+ 20161004,
+ 715
+ ],
+ "commit": "ea01a3d9358e968f75e3ed15dec6a2a96ce3d9a1",
+ "sha256": "0a6adsxvmw3mgji17is75jrq3ifmzpch8rwqqyfgc99xzndvab7l"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "24a557f92a702f632901a5b7bee59945a0a8cde9",
+ "sha256": "1plh7i4zhs5p7qkv7p7lnfrmkszn8b3znwvbxgp7wpxay5safc5j"
+ }
+ },
+ {
+ "ename": "bang",
+ "commit": "d9830cce42339243091f4463490954a8a955c65f",
+ "sha256": "1dx1130095ij09ix20jyqradkjw9gpdfpw0d9f3krrx6xjqfn2sk",
+ "fetcher": "git",
+ "url": "https://git.sr.ht/~zge/bang",
+ "unstable": {
+ "version": [
+ 20190727,
+ 2122
+ ],
+ "commit": "55f3e2a7fc240bf7754dc3de47514095c76f89be",
+ "sha256": "1mcyvwzbbghz3k9ww0iml55awkkndk57bdvl6apcljwgjqd6rkrb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "253d4bc87ec6beb12e5c6f5569a354907adb8679",
+ "sha256": "0gjzzqj46fc2ifzrp33cy4q0wbqdjmwmnc6mq042n1imdg5s0hg3"
+ }
+ },
+ {
+ "ename": "banner-comment",
+ "commit": "4bb69f15cb6be38a86abf4d15450a29c9a819068",
+ "sha256": "0i5nkfdwfr9mcir2ijdhw563azmr5p7hyl6rfy1r04fzs8j7w2pc",
+ "fetcher": "github",
+ "repo": "WJCFerguson/banner-comment",
+ "unstable": {
+ "version": [
+ 20190606,
+ 1809
+ ],
+ "commit": "35d3315683d3f97605207691b77e9f447af18fe2",
+ "sha256": "0f48mvzy5wxx5f975hsqp00p9vmjda2wlxsprws5jgmpn95hbbs8"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 7
+ ],
+ "commit": "ac52f6b24e590787a385c08cc3751d6f2ddca815",
+ "sha256": "1630py97ldh3w71s26jbcxk58529g03sl0padnzqj0rbqy82yw8w"
+ }
+ },
+ {
+ "ename": "bap-mode",
+ "commit": "05b1b5885a9d5e3bda38bc8a2f987bffd9353cc0",
+ "sha256": "1n0sv6d6vnv40iks18vws16psbv83v401pdd8w2d2cfhhsmmi4ii",
+ "fetcher": "github",
+ "repo": "fkie-cad/bap-mode",
+ "unstable": {
+ "version": [
+ 20190401,
+ 1546
+ ],
+ "commit": "9f493b4ec852ec126c80afefa784f8a8d020e309",
+ "sha256": "0q4grzhrg52i2a3hq9dgsp9i38wi7jcsr09a6k4sxszrf90n030d"
+ }
+ },
+ {
+ "ename": "bar-cursor",
+ "commit": "932e7b128f092ec724ebf18c9c5ca84e16edc82c",
+ "sha256": "0f7z3mlnh3p28pmn1bnqbszcy1j68dwm8xra1wz8jgykvrdlyf2s",
+ "fetcher": "github",
+ "repo": "ajsquared/bar-cursor",
+ "unstable": {
+ "version": [
+ 20180227,
+ 45
+ ],
+ "commit": "20cb59bedc3532a712fe7feeff3660ebd72a8107",
+ "sha256": "06b0nkcp8yjixps72nrgk2zmljc9f71cdr96jdpgssydfhn4pcdf"
+ }
+ },
+ {
+ "ename": "bart-mode",
+ "commit": "8f9cb09c07cb9fdef15de3e8dbfb6725d97dff6f",
+ "sha256": "0wyfsf7kqfghnci9rlk9x0rkai6x7hy3vfzkgh7s2yz081p1kfam",
+ "fetcher": "github",
+ "repo": "mschuldt/bart-mode",
+ "unstable": {
+ "version": [
+ 20190601,
+ 1004
+ ],
+ "commit": "f70b6c42452e47c0c6b3ebd4c90e555a9bedeec7",
+ "sha256": "0s47ijlnspndia6f1116g6nr6hnirmba6fkvdcvw4qm7mhn5xrc9"
+ }
+ },
+ {
+ "ename": "base16-theme",
+ "commit": "30862f6be74882cfb57fb031f7318d3fd15551e3",
+ "sha256": "115dhr3gfvdz5wv76fwpv3b4dywiwbk69qrhkfhij8vpcfybrpzx",
+ "fetcher": "github",
+ "repo": "belak/base16-emacs",
+ "unstable": {
+ "version": [
+ 20190722,
+ 1950
+ ],
+ "commit": "6e7d80859c364c74b6848c3f7679de53620daf43",
+ "sha256": "1dr1f9w1ysz40m0vra2ig6sr0wh6jbpcwwgnwf5rf5qi3d8g5nxi"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2
+ ],
+ "commit": "10180e88d6d9434cec367b6c91222dd2fc3bd8ae",
+ "sha256": "01w89g413s1da6rf94y1xnhw79cjy2bqb01yfjs58cy492cm0vr6"
+ }
+ },
+ {
+ "ename": "bash-completion",
+ "commit": "8b528544841995045fb1f8344aaaa38946bb3915",
+ "sha256": "0l41yj0sb87i27hw6dh35l32hg4qkka6r3bpkckjnfm0xifrd9hj",
+ "fetcher": "github",
+ "repo": "szermatt/emacs-bash-completion",
+ "unstable": {
+ "version": [
+ 20190516,
+ 1854
+ ],
+ "commit": "61592a1ce11efdff1d18bb7675c651a8f914c10d",
+ "sha256": "09chkvcwy12h24wlb92hjyanrsfc1nc735h8bpi0ffy1i8lxmlfm"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 0
+ ],
+ "commit": "6aedd690006e07199b2fcd319b9b840a527650e5",
+ "sha256": "1a1wxcqzh0javjmxwi3lng5i99xiylm8lm04kv4q1lh9bli6vmv0"
+ }
+ },
+ {
+ "ename": "basic-c-compile",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0g595d1vd97b5qqydpb6cr3ibgcm08cw8c154h35vz3cl4w86mwd",
+ "fetcher": "github",
+ "repo": "nick96/basic-c-compile",
+ "unstable": {
+ "version": [
+ 20170302,
+ 1112
+ ],
+ "deps": [
+ "cl-lib",
+ "f"
+ ],
+ "commit": "0129786aeee50d7bb0020d9fc2b7508875d403e8",
+ "sha256": "0q6scyva1psyam7jzygqcr1wayf70vrp237hm01q5i9cin8j4j1z"
+ }
+ },
+ {
+ "ename": "basic-mode",
+ "commit": "71801bdc0720f150edeab6796487c753c6e7c3f5",
+ "sha256": "1l0ylzww7jg6l804fdrklhay4is0wx1drfi9l9wn7gcdjh76mr6g",
+ "fetcher": "github",
+ "repo": "dykstrom/basic-mode",
+ "unstable": {
+ "version": [
+ 20180919,
+ 1752
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "812f078240f9de09491701853569335ba6d9b5ff",
+ "sha256": "1492klgbkxb46x02kmhngccx4p9fmjvf6m4ay89j7pyaixvcqj8v"
+ }
+ },
+ {
+ "ename": "basic-theme",
+ "commit": "451d1b67fefec5d3a346b1261d1284e8df6927a0",
+ "sha256": "16rgff1d0s65alh328lr93zc06zmgbzgwx1rf3k3l4d10ki4cc27",
+ "fetcher": "github",
+ "repo": "fgeller/basic-theme.el",
+ "unstable": {
+ "version": [
+ 20160817,
+ 827
+ ],
+ "commit": "e2a855bd39f4b78296228d4b790f9123156f7d7e",
+ "sha256": "1dfk73bkyhmhxnizbcp5zky8qyrgl7cf0dl9y6drqqc1lrcgz3jl"
+ }
+ },
+ {
+ "ename": "bats-mode",
+ "commit": "d742fb825e163beb33c3873aa48a1c411711e312",
+ "sha256": "1l5winy30w8fs3f5cylc3a3j3mfkvchwanlgsin7q76jivn87h7w",
+ "fetcher": "github",
+ "repo": "dougm/bats-mode",
+ "unstable": {
+ "version": [
+ 20160514,
+ 615
+ ],
+ "commit": "d519f7c89f5ae17dfc33400596df4564b478315f",
+ "sha256": "1ikb4rb20ng1yq95g3ydwpk37axmiw38rjzn1av9m4cs81qby4jv"
+ }
+ },
+ {
+ "ename": "battle-haxe",
+ "commit": "75781ee881a8f3215ab40d47273c8a9d1fed7949",
+ "sha256": "02x7hchk3jninas4mybn98m09wn1bfqqdjfq45b6rgw1am6mvvwz",
+ "fetcher": "github",
+ "repo": "AlonTzarafi/battle-haxe",
+ "unstable": {
+ "version": [
+ 20190729,
+ 1219
+ ],
+ "deps": [
+ "async",
+ "cl-lib",
+ "company",
+ "dash",
+ "dash-functional",
+ "f",
+ "helm",
+ "s"
+ ],
+ "commit": "8c6760969fdc2de0598e22b48c7f14202e08519f",
+ "sha256": "0vrbayhrsb5rvlbrh7wkbgzzx9iwf0cqh04k330diibh9jcn76f4"
+ }
+ },
+ {
+ "ename": "bazel-mode",
+ "commit": "3945f7eba7d5f248cace11a7946262ac2500b01a",
+ "sha256": "10590pbpg6mwkcwlm01nxf0ypw694h1b57frvn5rnc53al87i586",
+ "fetcher": "github",
+ "repo": "codesuki/bazel-mode",
+ "unstable": {
+ "version": [
+ 20190606,
+ 800
+ ],
+ "commit": "f07e75fc2dd97ba20e40806927409357aaad2496",
+ "sha256": "0grbvzqy4x6wh2951jsh5mmbhwbd6j5figqj7v9q5px5alprjqsl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "6103da2dd9c9461e35a45fc0544ddf33410baa25",
+ "sha256": "0lbiih6lj7qf2h1l2nxcwfkhdzccrs01lcdqsyhp5hysp0zdcr66"
+ }
+ },
+ {
+ "ename": "bbcode-mode",
+ "commit": "57c307eecfc0fccfdc525ce6ff63a69ff3b78874",
+ "sha256": "0rrhvwb4hrg2sbjbpgdghcgrc6gwpq3vax28r5mlacn5w5x31qjb",
+ "fetcher": "github",
+ "repo": "lassik/emacs-bbcode-mode",
+ "unstable": {
+ "version": [
+ 20190304,
+ 2122
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e16619c80ea21154b4a4ccc2e13d0077e97c9caf",
+ "sha256": "0l7jygskxmbckf3xhbjzgwzkrj2m6z1n3i2l7qc9ii4i3mhpx0ai"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e16619c80ea21154b4a4ccc2e13d0077e97c9caf",
+ "sha256": "0l7jygskxmbckf3xhbjzgwzkrj2m6z1n3i2l7qc9ii4i3mhpx0ai"
+ }
+ },
+ {
+ "ename": "bbdb",
+ "commit": "caaa21f235c4864f6008fb454d0a970a2fd22a86",
+ "sha256": "0mm8n3dbi8lap3pjr97n2f675iy7sg476sm1vxygbc3j67rq1zb2",
+ "fetcher": "git",
+ "url": "https://git.savannah.nongnu.org/git/bbdb.git",
+ "unstable": {
+ "version": [
+ 20190609,
+ 316
+ ],
+ "commit": "1d26869d2787803672dd412cf658158d6bef0c7b",
+ "sha256": "1l503z8fklrxxawxf00xbwbw1wyx7bsn2mhm5249h49ckxnqhgcx"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 2
+ ],
+ "commit": "f18720ff5cd963a0bf6fc0e41293e50c0172b8ae",
+ "sha256": "1s5qi8njiqdpgnzlik36islzh13zfhybnynqisr61p602pn4ghk7"
+ }
+ },
+ {
+ "ename": "bbdb-",
+ "commit": "01e7a8cc1dde506cb2fcfd9270f15dc61c43ec17",
+ "sha256": "1vzbalcchay4pxl9f1sxg0zclgc095f59dlj15pj0bqq61sbl9jf",
+ "fetcher": "github",
+ "repo": "aki2o/bbdb-",
+ "unstable": {
+ "version": [
+ 20140221,
+ 2354
+ ],
+ "deps": [
+ "bbdb",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "2839e84c894de2513af41053e80a277a1b483d22",
+ "sha256": "17nbnkg0zn6p89r27mk9hl6qhv6xscwdsq8iyikdw03svpr16lnp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "bbdb",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "2839e84c894de2513af41053e80a277a1b483d22",
+ "sha256": "17nbnkg0zn6p89r27mk9hl6qhv6xscwdsq8iyikdw03svpr16lnp"
+ }
+ },
+ {
+ "ename": "bbdb-csv-import",
+ "commit": "76ac7178ee5381e08ae881f3fc6061106eeb1c1d",
+ "sha256": "0r7pc2ypd1ydqrnvcqmsg69rm047by7k0zhm563538ra82597wnm",
+ "fetcher": "gitlab",
+ "repo": "iankelling/bbdb-csv-import",
+ "unstable": {
+ "version": [
+ 20180122,
+ 49
+ ],
+ "deps": [
+ "bbdb",
+ "dash",
+ "pcsv"
+ ],
+ "commit": "dbc2e0fe9e8ae65e494011044d905ae79b3cee3e",
+ "sha256": "0n52arydcsmarkpqqwxvw686cypl7iz73kzizirdjhcqmzimx9pl"
+ }
+ },
+ {
+ "ename": "bbdb-ext",
+ "commit": "b1ba0575cb6f0270bab8bf00726842b2a4d0bef3",
+ "sha256": "0fnxcvzdyh0602rdfz3lz3vmvza4s0syz1vn2fgsn2lg3afqq7li",
+ "fetcher": "github",
+ "repo": "vapniks/bbdb-ext",
+ "unstable": {
+ "version": [
+ 20151220,
+ 2013
+ ],
+ "deps": [
+ "bbdb"
+ ],
+ "commit": "fee97b1b3faa83edaea00fbc5ad3cbca5e791a55",
+ "sha256": "1ydf89mmp3zjfqdymnrwg18wclyf7psarz9f2k82pl58h0khh71g"
+ }
+ },
+ {
+ "ename": "bbdb-vcard",
+ "commit": "dd5d9027c49beae89f78d2a30dfa4bd070dff1bd",
+ "sha256": "1kn98b7mh9a28933r4yl8qfl9p92rpix4vkp71sar9cka0m71ilj",
+ "fetcher": "github",
+ "repo": "tohojo/bbdb-vcard",
+ "unstable": {
+ "version": [
+ 20190410,
+ 2054
+ ],
+ "deps": [
+ "bbdb"
+ ],
+ "commit": "853cbcd882be137a5488c70328c25f5982aca657",
+ "sha256": "0r8xcxvzalf5g12mqy6w7yv34nxd8n2wcqa5ib06nf40n162nrwg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "9e11fafef1a94bc6395bd1eeacd00f94848ac560",
+ "sha256": "0fg72qnb40djyciy4gzj359lqlcbbrq0indbkzd0dj09zipkx0df"
+ }
+ },
+ {
+ "ename": "bbdb2erc",
+ "commit": "04867a574773e8794335a2664d4f5e8b243f3ec9",
+ "sha256": "0k1f6mq9xd3568vg01dqqvcdbdshbdsi4ivkjyxis6dqfnqhlfdd",
+ "fetcher": "github",
+ "repo": "unhammer/bbdb2erc",
+ "unstable": {
+ "version": [
+ 20170221,
+ 1354
+ ],
+ "deps": [
+ "bbdb"
+ ],
+ "commit": "15db2bd29df0f6ee32c499fdeffb960b6a7f97a0",
+ "sha256": "0jlm6qffhh84vy5wmkxmsm5i4dp87cfh7zr5kvrw72zyww986kn4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "deps": [
+ "bbdb"
+ ],
+ "commit": "f39a36351e1e6f1105c9e32970e7502b77b0dbcd",
+ "sha256": "1zkh7dcas80wwjvigl27wj8sp4b5z6lh3qj7zkziinwamwnxbdbs"
+ }
+ },
+ {
+ "ename": "bbyac",
+ "commit": "92c10c13a1bd19c8bdbca128852d1c91b76f7002",
+ "sha256": "1pb12b8xrcgyniwqc90z3kr3rq9kkzxjawwcz7xwzymq39fx0897",
+ "fetcher": "github",
+ "repo": "baohaojun/bbyac",
+ "unstable": {
+ "version": [
+ 20180206,
+ 1441
+ ],
+ "deps": [
+ "browse-kill-ring",
+ "cl-lib"
+ ],
+ "commit": "9f0de9cad13801891ffb590dc09f51ff9a7cb225",
+ "sha256": "0q0i1j8ljfd61rk6d5fys7wvdbym9pz5nhwyfvmm0ijmy19d1ppz"
+ }
+ },
+ {
+ "ename": "bdo",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1n2kpaps6992nxl0v1003czcbw1k4xq906an56694wkh05az505j",
+ "fetcher": "github",
+ "repo": "chrisdone/bdo",
+ "unstable": {
+ "version": [
+ 20140126,
+ 901
+ ],
+ "commit": "c96cb6aa9e97fa3491185c50dee0f77a13241010",
+ "sha256": "0d5b7zyl2vg621w1ll2lw3kjz5hx6lqxc0jivh0i449gckk5pzkm"
+ }
+ },
+ {
+ "ename": "beacon",
+ "commit": "d09cfab21be800831644218e9c8c4433087951c0",
+ "sha256": "1pwxvdfzs9qjd44wvgimipi2hg4qw5sh5wlsl8h8mq2kyx09s7hq",
+ "fetcher": "github",
+ "repo": "Malabarba/beacon",
+ "unstable": {
+ "version": [
+ 20190104,
+ 1931
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "bde78180c678b233c94321394f46a81dc6dce1da",
+ "sha256": "19m90jjbsjzhzf7phlg79l8d2kxgrqnrrg1ipa3sf7vzxxkmsdld"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 4
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "729338b02a0e331a4faf475da9f54771a3470106",
+ "sha256": "0mypzfasclq7bmw0i8hfyp8c1ycd3kdgd5h1faygzh9r0phh7ciy"
+ }
+ },
+ {
+ "ename": "beeminder",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1cb8xmgsv23b464hpchm9f9i64p3fyf7aillrwk1aa2l1008kyww",
+ "fetcher": "github",
+ "repo": "Sodaware/beeminder.el",
+ "unstable": {
+ "version": [
+ 20180413,
+ 1929
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "3fcee7a7003a37171ddb59171c7f4b5dd4b34349",
+ "sha256": "0phiyv4n5y052fgxngl3yy74akb378sr6manx21s360gnxzcblwd"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "3e95a669474e27cd51a16caea030456377f83062",
+ "sha256": "1bj9yzjvglnb0f4glh8fg478xlm5nqmd9jqm1casdj5m30i4kafn"
+ }
+ },
+ {
+ "ename": "beginend",
+ "commit": "31c1157d4fd9e47a780bbd91075252acdc7899dd",
+ "sha256": "1y81kr9q0zrsr3c3s14rm6l86y5wf1a0kia6d98112fy4fwdm7kq",
+ "fetcher": "github",
+ "repo": "DamienCassou/beginend",
+ "unstable": {
+ "version": [
+ 20190708,
+ 1856
+ ],
+ "commit": "66e9fbf77fbe248e15a17bd095645a48d40560b4",
+ "sha256": "0d373cfc6wkb4b5aq42vwr12i47ravhhsyi5zdq90wlqm6c7fbvj"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "commit": "a06a479c2279da9e852cf42628b6dfa466fff0bd",
+ "sha256": "1jbhg73g1rrkbwql5vi2b0ys9avfazmwzwgd90gkzwavw0ch9cvl"
+ }
+ },
+ {
+ "ename": "belarus-holidays",
+ "commit": "6987c5fbafc602ff6b48c347b4e3e7c4471681e8",
+ "sha256": "0ls4y0bjdz37zvzp2xppsa4qdgmpwkz2l6ycjf9134brdnhm9gqy",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/EugeneMakei/belarus-holidays.el",
+ "unstable": {
+ "version": [
+ 20190102,
+ 1343
+ ],
+ "commit": "35a18273e19edc3b4c761030ffbd11116483b83e",
+ "sha256": "1mddjgv2q0sr5v4gxvrzz8y0ybj2bjb5klqsrjajcpbpgbim1qgf"
+ }
+ },
+ {
+ "ename": "benchmark-init",
+ "commit": "54b9ae6fc10b0c56fcc7a0ad73743ffc85a3e9a0",
+ "sha256": "0dknch4b1j7ff1079z2fhqng7kp4903b3v7mhj15b5vzspbp3wal",
+ "fetcher": "github",
+ "repo": "dholm/benchmark-init-el",
+ "unstable": {
+ "version": [
+ 20150905,
+ 938
+ ],
+ "commit": "7a0f263282bbc86b01b662636306f22813082647",
+ "sha256": "1kyn1izm5sbqbp9whnhk9dn3yc7zy8bz5san5w3ivi3rpx15fh94"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "7a0f263282bbc86b01b662636306f22813082647",
+ "sha256": "1kyn1izm5sbqbp9whnhk9dn3yc7zy8bz5san5w3ivi3rpx15fh94"
+ }
+ },
+ {
+ "ename": "benchstat",
+ "commit": "d9180fbedf95f9b1f5810bbf4929dfee513f89e3",
+ "sha256": "0h2zi4gh23bas1zfj7j2x994lwgd3xyys96ipg1vq7z2b06572k9",
+ "fetcher": "github",
+ "repo": "Quasilyte/benchstat.el",
+ "unstable": {
+ "version": [
+ 20171014,
+ 312
+ ],
+ "commit": "a5b67cf7972ca2bbc9f5bc6a0f521ab02b76d4f0",
+ "sha256": "02v5l9qvzcr58qr973phgj1c846pqp3cj16khn4h9v3f3gb180n1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "b39a97f3072c2d3c1d3f86790b9e134d05b8d7e6",
+ "sha256": "0j508n860dp4in1psnkcriqck6by1jvnscalyff5na8hx6xgyysm"
+ }
+ },
+ {
+ "ename": "bert",
+ "commit": "89635cd11621b04a8575629ec1bf196fb3ea5d43",
+ "sha256": "1zhz1dcy1nf84p244x6lc4ajancv5fgmqmbrm080yhb2ral1z8x7",
+ "fetcher": "github",
+ "repo": "manzyuk/bert-el",
+ "unstable": {
+ "version": [
+ 20131117,
+ 1014
+ ],
+ "commit": "a3eec6980a725aa4abd2019e4c00246450260490",
+ "sha256": "06izbc0ksyhgh4gsjiifhj11v0gx9x5xjx9aqci5mc4kc6mg05sf"
+ }
+ },
+ {
+ "ename": "better-defaults",
+ "commit": "7bb729c1ad8602a5c0c27e81c9442981a54a924a",
+ "sha256": "13bqcmx2gagm2ykg921ik3awp8zvw5d4lb69rr6gkpjlqp7nq2cm",
+ "fetcher": "github",
+ "repo": "technomancy/better-defaults",
+ "unstable": {
+ "version": [
+ 20190224,
+ 1816
+ ],
+ "commit": "0937ac9a813632c48d114cf959768cda9676db3a",
+ "sha256": "0zwixak4aysj6hckg7h7qj6ha6n7fb9v66drfpgjcg4ylg500anr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "commit": "90df5752a0a0602feb47aadfd3542aa7fc841bd8",
+ "sha256": "1rxznx2l0cdpiz8mad8s6q17m1fngpgb1cki7ch6yh18r3qz8ysr"
+ }
+ },
+ {
+ "ename": "better-jumper",
+ "commit": "b08970e3bd5d64e640158d98d7e3ab5031d82895",
+ "sha256": "0javbi799yijc3lb4dzkjwj4f4wxxrga9iixik544z98412ia8an",
+ "fetcher": "github",
+ "repo": "gilbertw1/better-jumper",
+ "unstable": {
+ "version": [
+ 20190510,
+ 1647
+ ],
+ "commit": "2c04d4bc09da88c5b8b276c87d3f9f56e517144e",
+ "sha256": "1gzmhgr17mvxj1qvcisfq74dbb2rsgzx2wrbjf36jrwfzx7sdjxw"
+ }
+ },
+ {
+ "ename": "better-shell",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0si8nj18i3jlhdb8m6f21rmi0lxians34vhw4xhvxw2yr9l85lj6",
+ "fetcher": "github",
+ "repo": "killdash9/better-shell",
+ "unstable": {
+ "version": [
+ 20180625,
+ 1316
+ ],
+ "commit": "cfcd9d57f87ad68cd72bf4935fd1aaa1d9f059a9",
+ "sha256": "1z2c2w7p9clijzsfjhcghl76ycy6s0lyymxglzzk7js5np8idmdr"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "f231404b6f8efce33b48e31e5b1566108d0ba000",
+ "sha256": "1g5bljvigga856ksyvgix9hk0pp9nzic088kp0bqx0zqvcl82v0b"
+ }
+ },
+ {
+ "ename": "bf-mode",
+ "commit": "f7fe1763891c7343c0ad0c7970b8a3c9035b4e8a",
+ "sha256": "0b1yf9bx1ldkzry7v5qvcnl059rq62a50dvpa10i2f5v0y96n1q9",
+ "fetcher": "github",
+ "repo": "emacs-jp/bf-mode",
+ "unstable": {
+ "version": [
+ 20130403,
+ 1442
+ ],
+ "commit": "7cc4d09aed64d9db6be95646f5f5067de68f8895",
+ "sha256": "02b2m0cq04ynjcmr4j8gpdzjv9mpf1fysn736xv724xgaymj396n"
+ }
+ },
+ {
+ "ename": "bfbuilder",
+ "commit": "3e77dd911b850846f1719b2ee943b74028d94f04",
+ "sha256": "16ckybqd0a8l75ascm3k4cdzp969lzq7m050aymdyjhwif6ld2r7",
+ "fetcher": "github",
+ "repo": "zk-phi/bfbuilder",
+ "unstable": {
+ "version": [
+ 20150924,
+ 1650
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "49560bdef131fa5672dab660e0c62376dbdcd906",
+ "sha256": "1y9fxs1nbf0xsn8mw45m9ghmji3h64wdbfnyr1npmf5fb27rmd17"
+ }
+ },
+ {
+ "ename": "bibclean-format",
+ "commit": "a96cc66b22e7ec145ffa3031089a3d60e77b8c42",
+ "sha256": "1lvi1r612jb6w0j6mbq93gk9f7hmb1pn42lfs47gvf0prmjf1zyb",
+ "fetcher": "github",
+ "repo": "peterwvj/bibclean-format",
+ "unstable": {
+ "version": [
+ 20190302,
+ 2017
+ ],
+ "deps": [
+ "reformatter"
+ ],
+ "commit": "b4003950a925d1c659bc359ab5e88e4441775d77",
+ "sha256": "1x5hbs9j4ms93p080267kjyqpk81il3x7q87awf6qzz5xhc20d3b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "reformatter"
+ ],
+ "commit": "b4003950a925d1c659bc359ab5e88e4441775d77",
+ "sha256": "1x5hbs9j4ms93p080267kjyqpk81il3x7q87awf6qzz5xhc20d3b"
+ }
+ },
+ {
+ "ename": "biblio",
+ "commit": "c5fbaa8c59b0e64d13beb0e0f18b0734afa84f51",
+ "sha256": "0ym7xvcfd7hh3qdpfb8zpa7w8s4lpg0vngh9d0ns3s3lnhz4mi0g",
+ "fetcher": "github",
+ "repo": "cpitclaudel/biblio.el",
+ "unstable": {
+ "version": [
+ 20190624,
+ 1408
+ ],
+ "deps": [
+ "biblio-core"
+ ],
+ "commit": "efeeab720cb8e3f95ddb4298d0cc62393cf237e9",
+ "sha256": "1ikp1899sn8v46ng561nfj7j7vg234l3n8l8xx3gg7yxp2l9g8ms"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "biblio-core"
+ ],
+ "commit": "a5a68fcf677f286f205f32dc7486f6c9f66aa6af",
+ "sha256": "1gxjind6r235az59dr8liv03d8994mqb8a7m28j3c12q7p70aziz"
+ }
+ },
+ {
+ "ename": "biblio-bibsonomy",
+ "commit": "e4867fd81cf56c8a74dcc71774790aa602b068a7",
+ "sha256": "0xfycxsslmr5si636l9pv9w5s5hmlk3253wq2vg8dm7b7ag5gr4s",
+ "fetcher": "github",
+ "repo": "andreasjansson/biblio-bibsonomy.el",
+ "unstable": {
+ "version": [
+ 20190105,
+ 1200
+ ],
+ "deps": [
+ "biblio-core"
+ ],
+ "commit": "778cc944db3c6dababe2e7fec5877fba42e8c00d",
+ "sha256": "0141nphan49br71bx89ias78wvchfsir3snssn3kf6l97ha1afgn"
+ }
+ },
+ {
+ "ename": "biblio-core",
+ "commit": "f4f086d3e8fd6a95ce198e148cd3ede35dd73fb8",
+ "sha256": "0zpfamrb2gka41h834a05hxdbw4h55777kh6rhjikjfmy765nl97",
+ "fetcher": "github",
+ "repo": "cpitclaudel/biblio.el",
+ "unstable": {
+ "version": [
+ 20190624,
+ 1408
+ ],
+ "deps": [
+ "dash",
+ "let-alist",
+ "seq"
+ ],
+ "commit": "efeeab720cb8e3f95ddb4298d0cc62393cf237e9",
+ "sha256": "1ikp1899sn8v46ng561nfj7j7vg234l3n8l8xx3gg7yxp2l9g8ms"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "let-alist",
+ "seq"
+ ],
+ "commit": "a5a68fcf677f286f205f32dc7486f6c9f66aa6af",
+ "sha256": "1gxjind6r235az59dr8liv03d8994mqb8a7m28j3c12q7p70aziz"
+ }
+ },
+ {
+ "ename": "bibliothek",
+ "commit": "8b8308e72c4437237fded29db1f60b3eba0edd26",
+ "sha256": "011wnya65vfnn17fn1vhq0sk8c1mli81x0nb44yi6zl1hwxivb55",
+ "fetcher": "github",
+ "repo": "cadadr/elisp",
+ "unstable": {
+ "version": [
+ 20190124,
+ 1828
+ ],
+ "deps": [
+ "a",
+ "pdf-tools"
+ ],
+ "commit": "1c4b082f6f19c2563dbfbc48b996a915843624bb",
+ "sha256": "10ys10m6mxyh7hblsqcpjmglnh9lwzl9b6bmbcankpvrl0zh094z"
+ }
+ },
+ {
+ "ename": "bibretrieve",
+ "commit": "e548e0cf8babaf32f1db58099599a72cebdbb84d",
+ "sha256": "1mf884c6adx7rq5c2z5wrnjpb6znljy30mscxskwqiyfs8c62mii",
+ "fetcher": "github",
+ "repo": "pzorin/bibretrieve",
+ "unstable": {
+ "version": [
+ 20190725,
+ 1539
+ ],
+ "deps": [
+ "auctex"
+ ],
+ "commit": "3a21f5b349b7c83fc9dcaf8773ee7b4749599f0d",
+ "sha256": "0ppaajc559lv9aqk3jlcjm2id2wj6qiby9hq9kmc1avfns25cp30"
+ }
+ },
+ {
+ "ename": "bibslurp",
+ "commit": "67f473e839d6325f193c641792671f43fbf83b6d",
+ "sha256": "178nhng87bdi8s0r2bdh2gk31w9mmjkyi6ncnddk3v7p8fsh4jjp",
+ "fetcher": "github",
+ "repo": "mkmcc/bibslurp",
+ "unstable": {
+ "version": [
+ 20151202,
+ 2346
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "aeba96368f2a06959e4fe945375ce2a54d34b189",
+ "sha256": "077shjz9sd0k0akvxzzgjd8a626ck650xxlhp2ws4gs7rjd7a823"
+ }
+ },
+ {
+ "ename": "bibtex-utils",
+ "commit": "5764b6a880e8143db66e9011cc1c2bf0bcd61082",
+ "sha256": "13llsyyvy0xc9s51cqqc1rz13m3qdqh8jw07gwywfbixlma59z8l",
+ "fetcher": "github",
+ "repo": "plantarum/bibtex-utils",
+ "unstable": {
+ "version": [
+ 20190703,
+ 2117
+ ],
+ "commit": "26a8f0909b6adbf545a2b5e57ce7f779bf7a65af",
+ "sha256": "19p9v49j7yq41wifw34nwxhqnv18zjqzy6z8xbwm1j7fn78lafk3"
+ }
+ },
+ {
+ "ename": "bicycle",
+ "commit": "ec9b4138ffaf81b556e01b85ce4b112e77909260",
+ "sha256": "16ikqbmsjyknj3580wdnp8ffs85bq9idf9hvxm0ihgw5gy469xqj",
+ "fetcher": "github",
+ "repo": "tarsius/bicycle",
+ "unstable": {
+ "version": [
+ 20180909,
+ 2126
+ ],
+ "commit": "ab81d259a71827ff54872c64d13d56aedc9a212e",
+ "sha256": "1hjd7syqvg13yji2w5a6fjgg4gjka2rk7lc7m1d7w05dw1ad76jh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "42a5db3514019d539500a67f913411f5533a1eb3",
+ "sha256": "1nanf0dp7kqzs2mc8gzr9qzn9v6q86sdr35pzysdl41xqydxpsrd"
+ }
+ },
+ {
+ "ename": "bifocal",
+ "commit": "79e71995bd8452bad2e717884f148ec74c9735fc",
+ "sha256": "07qrxsby611l3cwsmw3d53h1n7cd1vg53j4vlc2isg56l2m4qks5",
+ "fetcher": "github",
+ "repo": "riscy/bifocal-mode",
+ "unstable": {
+ "version": [
+ 20190623,
+ 2236
+ ],
+ "commit": "c354fc32b0a666203f5c546bb2d2c397cb003391",
+ "sha256": "0wzsbrj1rhfl6qgjnphbh6ijfbjdr2wid7mqzz49ykcb9ldm7kjj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "commit": "add30c678488cec04976a85ba8cda20805938a01",
+ "sha256": "01j8s6c3qm4scxy1dk07l41y0n55gz83zzfi254kc2vyx02vqg7f"
+ }
+ },
+ {
+ "ename": "binclock",
+ "commit": "95dfa38d795172dca6a09cd02e21630747723949",
+ "sha256": "1s0072kcd1xp8355j8aph94gb3a1wqmzx1hhfp9d6bzqf6cij8gk",
+ "fetcher": "github",
+ "repo": "davep/binclock.el",
+ "unstable": {
+ "version": [
+ 20170802,
+ 1116
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "87042230d7f3fe3e9a77fae0dbab7d8f7e7794ad",
+ "sha256": "0bbcn3aif3qvmgbga7znivcbgn1n79278x7xvbha52zpj584xp8d"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 11
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b964e437311e5406a31c0ec7038b3bf1fd02b876",
+ "sha256": "0ljxb70vx7x0yn8y1ilf4phk0hamprl43dh23fm3njqqgw60hzbk"
+ }
+ },
+ {
+ "ename": "bind-chord",
+ "commit": "6240afa625290187785e4b7535ee7b0d7aad8969",
+ "sha256": "1hyhs3iypyg5730a20axcfzrrglm4nbgdz8x1ifkaa0iy5zc9hb0",
+ "fetcher": "github",
+ "repo": "jwiegley/use-package",
+ "unstable": {
+ "version": [
+ 20171204,
+ 2010
+ ],
+ "deps": [
+ "bind-key",
+ "key-chord"
+ ],
+ "commit": "1d5ffb2e0d1427066ced58febbba68c1328bf001",
+ "sha256": "1a8zpi9pkgp8qkm6qxyzaj3k1s25z3x034mgjqp2mpd7ij76mk8v"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 4
+ ],
+ "deps": [
+ "bind-key",
+ "key-chord"
+ ],
+ "commit": "39a8b8812c2c9f6f0b299e6a04e504ef393694ce",
+ "sha256": "1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y"
+ }
+ },
+ {
+ "ename": "bind-key",
+ "commit": "d39d33af6b6c9af9fe49bda319ea05c711a1b16e",
+ "sha256": "1qw2c27016d3yfg0w10is1v72y2jvzhq07ca4h6v17yi94ahj5xm",
+ "fetcher": "github",
+ "repo": "jwiegley/use-package",
+ "unstable": {
+ "version": [
+ 20180513,
+ 430
+ ],
+ "commit": "1d5ffb2e0d1427066ced58febbba68c1328bf001",
+ "sha256": "1a8zpi9pkgp8qkm6qxyzaj3k1s25z3x034mgjqp2mpd7ij76mk8v"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 4
+ ],
+ "commit": "39a8b8812c2c9f6f0b299e6a04e504ef393694ce",
+ "sha256": "1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y"
+ }
+ },
+ {
+ "ename": "bind-map",
+ "commit": "f58800af5965a6e7c9314aa00e971196ea0d036e",
+ "sha256": "1jzkp010b4vs1bdhccf5igmymfxab4vxs1pccpk9n5n5a4xaa358",
+ "fetcher": "github",
+ "repo": "justbur/emacs-bind-map",
+ "unstable": {
+ "version": [
+ 20161207,
+ 1511
+ ],
+ "commit": "bf4181e3a41463684adfffc6c5c305b30480e30f",
+ "sha256": "0vrk17yg3jbww92p433p64ijmjf7cjg2wmzi9w418235w1xdfzz8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "bf4181e3a41463684adfffc6c5c305b30480e30f",
+ "sha256": "0vrk17yg3jbww92p433p64ijmjf7cjg2wmzi9w418235w1xdfzz8"
+ }
+ },
+ {
+ "ename": "bing-dict",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1cqjndq8xm2bwjvdj95dn377bp9r6rrkp1z4a45faj408mipahli",
+ "fetcher": "github",
+ "repo": "cute-jumper/bing-dict.el",
+ "unstable": {
+ "version": [
+ 20190723,
+ 122
+ ],
+ "commit": "52718ae3a3abfa5e5457239ee7ddf8f0c23a79a7",
+ "sha256": "1kn8kmljn0pj0hz7dj7r7nxw43xd6acndaqq92d02mla12hiqayz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 4
+ ],
+ "commit": "52718ae3a3abfa5e5457239ee7ddf8f0c23a79a7",
+ "sha256": "1kn8kmljn0pj0hz7dj7r7nxw43xd6acndaqq92d02mla12hiqayz"
+ }
+ },
+ {
+ "ename": "birds-of-paradise-plus-theme",
+ "commit": "3932853232c269f158806aebe416b456c752a9bb",
+ "sha256": "0vdv2siy30kf1qhzrc39sygjk17lwm3ix58pcs3shwkg1y5amj3m",
+ "fetcher": "github",
+ "repo": "jimeh/birds-of-paradise-plus-theme.el",
+ "unstable": {
+ "version": [
+ 20130419,
+ 2129
+ ],
+ "commit": "bb9f9d4ef7f7872a388ec4eee1253069adcadb6f",
+ "sha256": "1n5icy29ks5rxrxp7v4sf0523z7wxn0fh9lx4y6jb7ppdjnff12s"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "ba2c4443388a73f2c5e2de0c24d3106676aeb6fa",
+ "sha256": "1r3f5d67x257g8kvdbdsl4w3y1dvc1d6s9x8bygbkvyahfi5m5hn"
+ }
+ },
+ {
+ "ename": "bison-mode",
+ "commit": "d08592cabbc0779c67c260f9648d2273c0dd9e3e",
+ "sha256": "097gimlzmyrsfnl76cbzyyi9dm0d2y3f9107672h56ncri35mh66",
+ "fetcher": "github",
+ "repo": "Wilfred/bison-mode",
+ "unstable": {
+ "version": [
+ 20160617,
+ 552
+ ],
+ "commit": "314af3b7af7eb897fd3932616cb8600a85228cea",
+ "sha256": "0ymjgwyi73vl81i7v1g2ad09lxp4mhp47r6zcijqa5hbx9l1skik"
+ }
+ },
+ {
+ "ename": "bitbake",
+ "commit": "da099b66180ed537f8962ab4ca727d2441f9691d",
+ "sha256": "1k2n1i8g0jc78sp1icm64rlhi1q0vqar2a889nldp134a1l7bfah",
+ "fetcher": "github",
+ "repo": "canatella/bitbake-el",
+ "unstable": {
+ "version": [
+ 20190107,
+ 1155
+ ],
+ "deps": [
+ "dash",
+ "mmm-mode",
+ "s"
+ ],
+ "commit": "4896ff48712a6be37009605ba697a7104462e2fd",
+ "sha256": "0hrqgi3xck8sfs56igxhmvb3vpwm8kj00sqi6f13r7szpxy6cnrq"
+ }
+ },
+ {
+ "ename": "bitbucket",
+ "commit": "9cf87389e6a5d868850d27e077202e1e52eaf4aa",
+ "sha256": "1d0v6hvmxky3k2m89b7xm1igx9fmzvhdpn1bi8zln61m4zgr3yz0",
+ "fetcher": "github",
+ "repo": "tjaartvdwalt/bitbucket.el",
+ "unstable": {
+ "version": [
+ 20170405,
+ 446
+ ],
+ "deps": [
+ "request",
+ "s"
+ ],
+ "commit": "5e663da1bd38a14c1ecf4d66a79d4321ac833bcf",
+ "sha256": "1sikayb6i1k40zdl4j9n04xcmsf74py5vmcjbvli7k8b3ar7l5l5"
+ }
+ },
+ {
+ "ename": "bitlbee",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1lmbmlshr8b645qsb88rswmbbcbbawzl04xdjlygq4dnpkxc8w0f",
+ "fetcher": "github",
+ "repo": "pjones/bitlbee-el",
+ "unstable": {
+ "version": [
+ 20151203,
+ 0
+ ],
+ "commit": "3a92a4119e0c007df2c7dcf1b1c3a5f23ee40e05",
+ "sha256": "0mccvpf8f87i7rqga3s4slrqz80rp3kyj071rrimhzpx8pnsrxx9"
+ }
+ },
+ {
+ "ename": "blackboard-bold-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "08fmzm5lblkk503zr4d6hkp45075pwwd8zinngasrsf1r01isksj",
+ "fetcher": "github",
+ "repo": "grettke/blackboard-bold-mode",
+ "unstable": {
+ "version": [
+ 20160813,
+ 206
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5299cb064ba71baa3e331b8560bf8dd38cbbc4ed",
+ "sha256": "00xbcgx4snz4sd7q7ys24rsnf5wdxjn402v8y5dgn4ayx88y1rrj"
+ }
+ },
+ {
+ "ename": "blackboard-theme",
+ "commit": "eca8cbcc1282bb061f769daf86b1938d1f30f704",
+ "sha256": "19cnfxrm85985ic55y5x7nwxdynjp7djyd33dhj8r7s92cs25fn7",
+ "fetcher": "github",
+ "repo": "don9z/blackboard-theme",
+ "unstable": {
+ "version": [
+ 20161216,
+ 656
+ ],
+ "commit": "d8b984f2541bb86eb4363a2b4c94631e49843d4a",
+ "sha256": "1jh2960yab6rhdq7ci1slpmnr43619cza0g8bfbq759yz5b7xryh"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "d8b984f2541bb86eb4363a2b4c94631e49843d4a",
+ "sha256": "1jh2960yab6rhdq7ci1slpmnr43619cza0g8bfbq759yz5b7xryh"
+ }
+ },
+ {
+ "ename": "blacken",
+ "commit": "69d9802996a338be937d61678f2cadf3497f6b85",
+ "sha256": "16lbs76jkhcq0vg09x1n8mrd4pgz5bdjsprr9260xr7g3dx8xacc",
+ "fetcher": "github",
+ "repo": "proofit404/blacken",
+ "unstable": {
+ "version": [
+ 20190521,
+ 841
+ ],
+ "commit": "1874018ae242176d0780cdcd0109e8f9a123a914",
+ "sha256": "1zgx7j4cp51r2cdlyf744jgfpid4lz7fwwjxbm6cvcp9hv57v7wz"
+ }
+ },
+ {
+ "ename": "blgrep",
+ "commit": "e78ed9dc4a7ff57524e79213973157ab364ae14d",
+ "sha256": "0w7453vh9c73hdfgr06693kwvhznn9xr1hqa65izlsx2fjhqc9gm",
+ "fetcher": "github",
+ "repo": "ataka/blgrep",
+ "unstable": {
+ "version": [
+ 20150401,
+ 1416
+ ],
+ "deps": [
+ "clmemo"
+ ],
+ "commit": "605beda210610a5829750a987f5fcebea97af546",
+ "sha256": "1pslwyaq18d1z7fay2ih3n27i6b49ss62drqqb095l1jxk42xxm0"
+ }
+ },
+ {
+ "ename": "blimp",
+ "commit": "4fe28626950659c5ba4aa9cc7ba6126ce4737fb7",
+ "sha256": "1k70x0gs9ns7652ahq2b8fhmichsmajzqmm46v1imji238zr7kb1",
+ "fetcher": "github",
+ "repo": "walseb/blimp",
+ "unstable": {
+ "version": [
+ 20180903,
+ 2240
+ ],
+ "deps": [
+ "eimp"
+ ],
+ "commit": "a4c538c52f2371f4a184e4c905584c6decf7b407",
+ "sha256": "1vzpigvkzcglanardsy0pi8ficsdxrfgwnh1jyx12pnxzqyb879m"
+ }
+ },
+ {
+ "ename": "bliss-theme",
+ "commit": "641d1959bd31598fcdacd39a3d1bb077dcccfa5c",
+ "sha256": "1kzvi6zymfgirr41l8r2kazfz1y4xkigbp5qa1fafcdmw81anmdh",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-bliss-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1307
+ ],
+ "commit": "c3cf6d8a666ab26909b7da158f9e94df71a5fbbf",
+ "sha256": "1bpyhsjfdjfa1iw9kv7fsl30vz48qllqgjg1rsxdl3vcripcbc9z"
+ }
+ },
+ {
+ "ename": "bln-mode",
+ "commit": "ee12ef97df241b7405feee69c1e66b3c1a67204b",
+ "sha256": "0w4abaqx9gz04ls1hn1qz8qg9jpvi80b9jb597ddjcbnwqq9z83r",
+ "fetcher": "github",
+ "repo": "mgrachten/bln-mode",
+ "unstable": {
+ "version": [
+ 20181121,
+ 918
+ ],
+ "commit": "a601b0bf975dd1432f6552ab6afe3f4f71133b4a",
+ "sha256": "19y1fs5bzp2sqvh6svmj0cpvgq13zmsn852027hi11zvwi6dzqz8"
+ }
+ },
+ {
+ "ename": "blockdiag-mode",
+ "commit": "2a0adb94f2a435e846944a1c544e6591b131a10e",
+ "sha256": "0v48w4slzx8baxrf10jrzcpqmcv9d3z2pz0xqn8czlzm2f6id3ya",
+ "fetcher": "github",
+ "repo": "xcezx/blockdiag-mode",
+ "unstable": {
+ "version": [
+ 20160427,
+ 524
+ ],
+ "commit": "f3b21ba433d60327cebd103ae4492200750e24a9",
+ "sha256": "111i897dnkbx4xq62jfkqq4li4gm16lxbgkgg2gn13zv0f0lzgvy"
+ }
+ },
+ {
+ "ename": "blog-admin",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "03wnci5903c6jikkvlzc2vfma9h9qk673cc3wm756rx94jxinmyk",
+ "fetcher": "github",
+ "repo": "CodeFalling/blog-admin",
+ "unstable": {
+ "version": [
+ 20170923,
+ 1409
+ ],
+ "deps": [
+ "cl-lib",
+ "ctable",
+ "f",
+ "names",
+ "s"
+ ],
+ "commit": "b5f2e1dad7d68ec903619f7280bb0bcb7e398a1e",
+ "sha256": "0fgzmmjxhl8i9yqx1bvb7hgkk9w4ylx73xy990qf1bl7fg21v636"
+ }
+ },
+ {
+ "ename": "blog-minimal",
+ "commit": "56217a33b0669a782621dd65d83419ae371ed60a",
+ "sha256": "1qj25b6n3slvmbqvzfd37v4xmy1vvz37686jdr29bw5qk4prgxff",
+ "fetcher": "github",
+ "repo": "thiefuniverse/blog-minimal",
+ "unstable": {
+ "version": [
+ 20181021,
+ 849
+ ],
+ "deps": [
+ "ht",
+ "mustache",
+ "org",
+ "s",
+ "simple-httpd"
+ ],
+ "commit": "356c878322258159021eecdd15757e11cf02e335",
+ "sha256": "1phiraki6l6bp7mw90spw0r99wahl47ycpz0lxr3zljb5ip8jddp"
+ }
+ },
+ {
+ "ename": "bm",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "07459r7m12j2nsb7qrb26bx32alylhaaq3z448n42lz02a8dc63g",
+ "fetcher": "github",
+ "repo": "joodland/bm",
+ "unstable": {
+ "version": [
+ 20190807,
+ 1217
+ ],
+ "commit": "8129428182e1b8a647d16fceb2d08cc0a2a5f3c7",
+ "sha256": "048n596psrnvz5hi7i7vs0dyk6i6m9krzfh8fld95yggyyikf0iw"
+ },
+ "stable": {
+ "version": [
+ 201905
+ ],
+ "commit": "637dacf4cb9112fdfb949706a704dd53cbe79c7e",
+ "sha256": "180b3rc13asrmsdh7v405d54jkrininvaj52xhp71vw91ng51dkn"
+ }
+ },
+ {
+ "ename": "bmx-mode",
+ "commit": "7f456d2b2b8f5a33bcb0f2ffd19e6e0276950f24",
+ "sha256": "04g8l4cw20k3yhbija9mz1l4nx3bzhzj7nb35s0xdyvwbc2mhrwb",
+ "fetcher": "github",
+ "repo": "josteink/bmx-mode",
+ "unstable": {
+ "version": [
+ 20180929,
+ 1132
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "dash",
+ "s"
+ ],
+ "commit": "536b332edc3b98cc97588c937c7368803ba5961c",
+ "sha256": "0hbkh4fb1cb1fd7fq1999i9rffr2xc0l16b0m5sajcrsir3gq4nr"
+ }
+ },
+ {
+ "ename": "bnf-mode",
+ "commit": "217bde4ccd2d68dc14b1bfee22fbc99cd4109952",
+ "sha256": "027pn2lvqsxyj9ii5svql2sw4xm9wrd9zy7ms8vayv737w5xd3n1",
+ "fetcher": "github",
+ "repo": "sergeyklay/bnf-mode",
+ "unstable": {
+ "version": [
+ 20190611,
+ 519
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "eb1a2edb2d798e9fb84fcefb7b646f1c5edc18e9",
+ "sha256": "0s7rq0mhc2kxczs3v2k71zq9imndxw8b4aw1m8zzgbbnq9qn0q3f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2f217ecf76fa775da4b28de7dd2b615460d9f8ad",
+ "sha256": "17nhy9mwaji230d3dhi3d40wibqviapa5h60mlm20mc5b2vb0vyd"
+ }
+ },
+ {
+ "ename": "bnfc",
+ "commit": "7871b6372a391ace76edea40c6f92ceb10b70bf9",
+ "sha256": "0h6qhyi7vcikg7zhv8lywdz033kp27a8z1ymq5wgs4aqs184igm6",
+ "fetcher": "github",
+ "repo": "jmitchell/bnfc-mode",
+ "unstable": {
+ "version": [
+ 20160605,
+ 1927
+ ],
+ "commit": "1b58df1dd0cb9b81900632fb2843a03b94f56fdb",
+ "sha256": "0lmqrcy80nw6vmf81kh6q39x8pwhzrj6lbk31xpl8mvwnpqaykmn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "1b58df1dd0cb9b81900632fb2843a03b94f56fdb",
+ "sha256": "0lmqrcy80nw6vmf81kh6q39x8pwhzrj6lbk31xpl8mvwnpqaykmn"
+ }
+ },
+ {
+ "ename": "bog",
+ "commit": "19fd0bf2f8e52c79120c492a6dcabdd51b465d35",
+ "sha256": "1ci8xxca7dclmi5v37y5k45qlmzs6a9hi6m7czgiwxii902w5pkl",
+ "fetcher": "github",
+ "repo": "kyleam/bog",
+ "unstable": {
+ "version": [
+ 20180815,
+ 2213
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b5df3647f55359f8546dcfa991a351673a069a49",
+ "sha256": "1rfv036wzlrbqbki5i24871a9f2h6zk7yqd1lq6gnqrc4y7m477c"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "6ed4d3edbe771e586d873b826330f3ef23aa1611",
+ "sha256": "0s4jwlaq3mqyzkyg3x4nh4nx7vw825jhz7ggakay7a2cfvpa4i2j"
+ }
+ },
+ {
+ "ename": "bolt-mode",
+ "commit": "ec9e35f0e37db90d906fccd08fb25b673c88d3b8",
+ "sha256": "03x89k8v0m9kv1fhyys2gwympb70qlmg7gdib8wsmdxs34ys5igz",
+ "fetcher": "github",
+ "repo": "mpontus/bolt-mode",
+ "unstable": {
+ "version": [
+ 20180310,
+ 810
+ ],
+ "commit": "85a5a752bfbebb4aed884326c25db64c000e9934",
+ "sha256": "03nxcmpm5n8jcca39ivrl7cjqz3gzsl3w6qc30hcp278qf2jq6va"
+ }
+ },
+ {
+ "ename": "bongo",
+ "commit": "692428769cd792dc0644641682c2793103dd00c6",
+ "sha256": "07i9gw067r2igp6s2g2iakm1ybvw04q6zznna2cfdf08nax64ghv",
+ "fetcher": "github",
+ "repo": "dbrock/bongo",
+ "unstable": {
+ "version": [
+ 20190722,
+ 1644
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "9afbf269d33cd3196962423a2c261824611cffe4",
+ "sha256": "1nszph9mn98flyhn1jq3y6mdh6jymjkvj5ng36ql016dj92apvhv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "9afbf269d33cd3196962423a2c261824611cffe4",
+ "sha256": "1nszph9mn98flyhn1jq3y6mdh6jymjkvj5ng36ql016dj92apvhv"
+ }
+ },
+ {
+ "ename": "bonjourmadame",
+ "commit": "34c4cfd7bbf5b442a9304598ba0a23ba9b8dfae4",
+ "sha256": "0d36yradh37359fjk59s54hxkbh4qcc17sblj2ylcdyw7181iwfn",
+ "fetcher": "github",
+ "repo": "pierre-lecocq/bonjourmadame",
+ "unstable": {
+ "version": [
+ 20170919,
+ 1134
+ ],
+ "commit": "d3df185fce78aefa689fded8e56a654f0fde4ac0",
+ "sha256": "1acn63hd7s2z8viy52hmhncdic7m86rcqczxnz9aivikqy4hfnsi"
+ }
+ },
+ {
+ "ename": "boogie-friends",
+ "commit": "5bdd06b82d002677c046876642efe1dc01bc3e77",
+ "sha256": "0cfs7gvjxsx2027dbzh4yypz500nmk503ikiiprbww8jyvc8grk7",
+ "fetcher": "github",
+ "repo": "boogie-org/boogie-friends",
+ "unstable": {
+ "version": [
+ 20190710,
+ 2300
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "dash",
+ "flycheck",
+ "yasnippet"
+ ],
+ "commit": "a7536291e4ef1e97d369b1b76b6a31906ef5e348",
+ "sha256": "1cq2dg71lavn4xp2pmvz784ir0lqyb4hhsj2893kllvm912hw3a6"
+ }
+ },
+ {
+ "ename": "bool-flip",
+ "commit": "f56377a7c3f4b75206ad9ba570c35dbf752079e9",
+ "sha256": "1xfspqxshx7m8gh6g1snkaahka9f71fnq7hx81nik4s9s8pmxj9c",
+ "fetcher": "github",
+ "repo": "michaeljb/bool-flip",
+ "unstable": {
+ "version": [
+ 20161215,
+ 1539
+ ],
+ "commit": "f58a9a7b9ab875bcfbd57c8262697ae404eb4485",
+ "sha256": "06q86a6dhc7jvq25yqqq3dsmrbm67h0ayb6nhd0q5l90yrmfqfjh"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "0f7cc9b387429239fb929896511727d4e49a795b",
+ "sha256": "1051gy7izy25jwh079231d4lh9azchbqc6nvfrkv8s9ck407a65a"
+ }
+ },
+ {
+ "ename": "boon",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "0gryw7x97jd46jgrm93cjagj4p7w93cjc36i2ps9ajf0d8m4gajb",
+ "fetcher": "github",
+ "repo": "jyp/boon",
+ "unstable": {
+ "version": [
+ 20190802,
+ 959
+ ],
+ "deps": [
+ "dash",
+ "expand-region",
+ "multiple-cursors"
+ ],
+ "commit": "a1df9a6d8d01ead25583ec086de71e3d5840eba9",
+ "sha256": "0ak04sh49zkgz66hbgwvjmdxnxs4zsx1aw5yx79r0fd5rpxscxfi"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "expand-region",
+ "multiple-cursors"
+ ],
+ "commit": "d9f0545708bbbbe3df23b2b91cdd2824beb0df56",
+ "sha256": "0crqwyhzkwpi7c0rqcgmgqx6g4f8fw9gd9nh0ii6p5agiw140yj8"
+ }
+ },
+ {
+ "ename": "borg",
+ "commit": "878ab90d444f3a1fd2c9f9068ca7b477e218f1da",
+ "sha256": "0gn4hf7hn190gl0kg59nr6jzjnb39c0hy9b3brrsfld9hyxga9jr",
+ "fetcher": "github",
+ "repo": "emacscollective/borg",
+ "unstable": {
+ "version": [
+ 20190802,
+ 2023
+ ],
+ "deps": [
+ "dash",
+ "epkg",
+ "magit"
+ ],
+ "commit": "b338e13e8de7bb2e0eef093fdb79fb763910c7e8",
+ "sha256": "0ydj3xs856gbm559f20zrnag5rbhy9s60qs2x5kwwdn921mdcsgj"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "epkg",
+ "magit"
+ ],
+ "commit": "940af3d437b299ef81ce73da4e4ec8c2f52d7a79",
+ "sha256": "0lg2inxzfz6pcblynna4fyi5lxnmbrpl095d6574d0pnn22zdx5a"
+ }
+ },
+ {
+ "ename": "borland-blue-theme",
+ "commit": "f2ff5916fd2caee778479bc2ad3ef13ee514052c",
+ "sha256": "1sc8qngm40bwdym8k1dgbahg48i73c00zxd99kqqwm9fnd6nm7qx",
+ "fetcher": "github",
+ "repo": "fourier/borland-blue-theme",
+ "unstable": {
+ "version": [
+ 20160117,
+ 1321
+ ],
+ "commit": "db74eefebbc89d3c62575f8f50b319e87b4a3470",
+ "sha256": "0yzfxxv2bw4x320268bixfc7yf97851804bz3829vbdhnr4kp6y5"
+ }
+ },
+ {
+ "ename": "boron-theme",
+ "commit": "641d1959bd31598fcdacd39a3d1bb077dcccfa5c",
+ "sha256": "1rrqlq08jnh9ihb99ji1vvmamj742assnm4a7xqz6gp7f248nb81",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-boron-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1308
+ ],
+ "commit": "87ae1a765e07429fec25d2f29b004f84b52d2e0a",
+ "sha256": "1kdf71af1s67vshgwkdgi7swxx942i605awhmhrhdjbkra29v4yn"
+ }
+ },
+ {
+ "ename": "boxquote",
+ "commit": "d2148f8f17b16154bfc337df69a5ad31e25a9b05",
+ "sha256": "0s6cxb8y1y8w9vxxhj1izs8d0gzk4z2zm0cm9gkw1h7k2kyggx6s",
+ "fetcher": "github",
+ "repo": "davep/boxquote.el",
+ "unstable": {
+ "version": [
+ 20170802,
+ 1117
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "7e47e0e2853bc1215739b2e28f260e9eed93b2c5",
+ "sha256": "1aqhg24gajvllbqxb0zxrnx6sddas37k2ldfinqyszd856sjhsg3"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b6a4ad3ee5b327bd3b1bf65f8733bd301fe59883",
+ "sha256": "1f61k3sw9zvn6jq60ygi6p66blr52497fadimzcaspa79k9y1cfm"
+ }
+ },
+ {
+ "ename": "bpe",
+ "commit": "1a99263c2672d4c2433835cf948101130126e14b",
+ "sha256": "08zfqcgs7i2ram2qpy8vrzksx5722aahr66vdi4d9bcxm03s19fm",
+ "fetcher": "github",
+ "repo": "yuutayamada/bpe",
+ "unstable": {
+ "version": [
+ 20141228,
+ 2205
+ ],
+ "commit": "7b5b25f83506e6c9f4075d3803fa32404943a189",
+ "sha256": "0chmarbpqingdma54d6chbr6v6jg8lapbw56cpvcpbl04fz980r0"
+ }
+ },
+ {
+ "ename": "bpftrace-mode",
+ "commit": "560a126db20ff4da100eeb3edaa0716d7a27eb94",
+ "sha256": "1p1d5xnypfq1lbrkn9i9sdwkyxyrg92f069r21f7nf6a4r2dlf9s",
+ "fetcher": "gitlab",
+ "repo": "jgkamat/bpftrace-mode",
+ "unstable": {
+ "version": [
+ 20190608,
+ 2201
+ ],
+ "commit": "587b39ea7a1d786df5c04796d51bf2a5a4eda0d7",
+ "sha256": "0bvg2vpak2bv3s7wc0zzrqb3pys5s7vi6rs7k7l4fmaj5amaq9vb"
+ }
+ },
+ {
+ "ename": "bpr",
+ "commit": "05eed39bae37cc8359d2cc678052cbbcc946e379",
+ "sha256": "0rjxn40n4s4xdq51bq0w3455g9pli2pvcf1gnbr96zawbngrw6x2",
+ "fetcher": "github",
+ "repo": "ilya-babanov/emacs-bpr",
+ "unstable": {
+ "version": [
+ 20180220,
+ 1844
+ ],
+ "commit": "7f3c787ed80ac0e83447192ac5450dfa7110ade1",
+ "sha256": "1jb14vd1d35jk3mnb2ja293p2l57yvi7w1idrajapz41ggvfyqbb"
+ }
+ },
+ {
+ "ename": "bracketed-paste",
+ "commit": "6446db573d97ceb21cd39ce05fb39627113bbd74",
+ "sha256": "1v7zwi29as0218vy6ch21iqqcxfhyh373m3dbcdzm2pb8bpcg58j",
+ "fetcher": "github",
+ "repo": "hchbaw/bracketed-paste.el",
+ "unstable": {
+ "version": [
+ 20160407,
+ 2348
+ ],
+ "commit": "843ce3bbb63d560face889e13a57a2f7543957d5",
+ "sha256": "1l6j2zs12psc15cfhqq6hm1bg012jr49zd2i36cmappbsiax1l8m"
+ }
+ },
+ {
+ "ename": "brainfuck-mode",
+ "commit": "279ae8faabbfa2f894999e1534a964606722a150",
+ "sha256": "08jzx329mrr3c2pifs3hb4i79dsw606b0iviagaaja8s808m40cd",
+ "fetcher": "github",
+ "repo": "tom-tan/brainfuck-mode",
+ "unstable": {
+ "version": [
+ 20150113,
+ 842
+ ],
+ "deps": [
+ "langdoc"
+ ],
+ "commit": "36e69552bb3b97a4f888d362c59845651bd0d492",
+ "sha256": "1nzgjgzidyrplfs4jl8nikd5wwvb4rmrnm51qxmw9y2if0hpq0jd"
+ }
+ },
+ {
+ "ename": "broadcast",
+ "commit": "6ed51896112e702a8b853059884aad50d37738c2",
+ "sha256": "1h2c3mb49q3vlpalrsrx8q3rmy1zg0y45ayvzbvzdkfgs8idgbib",
+ "fetcher": "github",
+ "repo": "killdash9/broadcast.el",
+ "unstable": {
+ "version": [
+ 20151205,
+ 212
+ ],
+ "commit": "f6f9cd2e0e3f8c31d6b8e7446c27eb0e50b25f16",
+ "sha256": "0w6b9rxdciy1365kgf6fh3vgrjr8xd5ar6xcn0g4h56f2zg9hdmj"
+ }
+ },
+ {
+ "ename": "browse-at-remote",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0s088ba047azba60rlfn3jbqr321vnm953i7dqw2gj9xml90kbm4",
+ "fetcher": "github",
+ "repo": "rmuslimov/browse-at-remote",
+ "unstable": {
+ "version": [
+ 20190213,
+ 1929
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "s"
+ ],
+ "commit": "1a9392e9d1fad4e1aafb25b68b4e6857fde8f564",
+ "sha256": "1shpkzyg0lf3s5199qhy7kcanx55yk27sgbsc1pbkv0crkh8dv14"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 10,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "s"
+ ],
+ "commit": "47bab994640f086939c30cc6416e770ad067e950",
+ "sha256": "0vhia7xmszcb3lxrb8wh93a3knjfzj48h8nhj4fh8zj1pjz6args"
+ }
+ },
+ {
+ "ename": "browse-kill-ring",
+ "commit": "294dc32a672e6b6b0ebfc46cdf0ff9ceacf73e89",
+ "sha256": "1d97ap0vrg5ymp96z7y6si98fspxzy02jh1i4clvw5lggjfibhq4",
+ "fetcher": "github",
+ "repo": "browse-kill-ring/browse-kill-ring",
+ "unstable": {
+ "version": [
+ 20171219,
+ 1908
+ ],
+ "commit": "8debc43e41d7e51532698331c6f283905890b904",
+ "sha256": "18yg35raks0kbzg5wjay6liingdcv4glyzl9n14sgr9vzc7h96f9"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "commit": "2a7acf98c348c4f405a6b2ab216224ca14915be8",
+ "sha256": "0y9m6cv70pzcm0v2v8nwmyh1xx40831chx72m85h5ic5db03gy7b"
+ }
+ },
+ {
+ "ename": "browse-url-dwim",
+ "commit": "a082c2dc0458e3007a947923f5b97e88217199e8",
+ "sha256": "13bv2ka5pp9k4kwrxfqfawwxzsqlakvpi9a32gxgx7qfi0dcb1rf",
+ "fetcher": "github",
+ "repo": "rolandwalker/browse-url-dwim",
+ "unstable": {
+ "version": [
+ 20140731,
+ 1922
+ ],
+ "deps": [
+ "string-utils"
+ ],
+ "commit": "3d611dbb167c286109ac53995ad68286d87aafb9",
+ "sha256": "1rcihwdxrzhgcz573rh1yp3770ihkwqjqvd39yhic1d3sgwxz2hy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 8
+ ],
+ "deps": [
+ "string-utils"
+ ],
+ "commit": "11f1c53126619c7ef1bb5f5d6914ce0b3cce0e30",
+ "sha256": "08qz9l0gb7fvknzkp67srhldzkk8cylnbn0qwkflxgcs6ndfk95y"
+ }
+ },
+ {
+ "ename": "brutalist-theme",
+ "commit": "ec889956a5685c3a60003ad2bfa04b03b57aa8e8",
+ "sha256": "0dg0432r3cpjgdlpz583vky4hj5vld9d25dvaj6nxlir2ph9g9hn",
+ "fetcher": "git",
+ "url": "https://git.madhouse-project.org/algernon/brutalist-theme.el.git",
+ "unstable": {
+ "version": [
+ 20181023,
+ 1222
+ ],
+ "commit": "8899f4f4a7faf0080977cd137e0ad7b00c40f1e8",
+ "sha256": "0ghq8n0lnidjz5m0i2wsmdrk2nwbwh6l8imxfhkva7qpaha4jqyq"
+ }
+ },
+ {
+ "ename": "bshell",
+ "commit": "cf0ed51304f752af3e1f56caf2856d1521d782a4",
+ "sha256": "1ds8xvh74i6wqswjp8i30knr74l4gbalkb2jil8qjb9wp9l1gw9z",
+ "fetcher": "github",
+ "repo": "plandes/bshell",
+ "unstable": {
+ "version": [
+ 20190617,
+ 238
+ ],
+ "deps": [
+ "buffer-manage"
+ ],
+ "commit": "5cdffa393ec3f923736bc6459bc958829a321327",
+ "sha256": "0nfj00fgg7lsd5201qds7pniyn9lbnmmdbps5lkiqmbp6phksba9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9
+ ],
+ "deps": [
+ "buffer-manage"
+ ],
+ "commit": "8d359f8a76749dcd5ca046b280a11fdb3f87cd23",
+ "sha256": "10nidam7zyqxc085v6f4mzz5d62p92k88vvcrv95i1sbzma7lz4f"
+ }
+ },
+ {
+ "ename": "btc-ticker",
+ "commit": "f78796a8835ec44f4d13c99559fd4d113c6f4f29",
+ "sha256": "1vfnx114bvnly1k3fmcpkqq4m9558wqr5c9k9yj8f046dgfh8dp1",
+ "fetcher": "github",
+ "repo": "niedbalski/emacs-btc-ticker",
+ "unstable": {
+ "version": [
+ 20151113,
+ 1459
+ ],
+ "deps": [
+ "json",
+ "request"
+ ],
+ "commit": "845235b545f070d0812cd1654cbaa4997565824f",
+ "sha256": "022j0gw5qkxjz8f70vqjxysifv2mz6cigf9n5z03zmpvwwvxmx2z"
+ }
+ },
+ {
+ "ename": "bts",
+ "commit": "0d2f9c2f465b06c97cd03c5644155cd6c7fade24",
+ "sha256": "1i1lbjracrgdxr52agxhxxgkra4w291dmz85s195lcx38rva7ib3",
+ "fetcher": "github",
+ "repo": "aki2o/emacs-bts",
+ "unstable": {
+ "version": [
+ 20151109,
+ 1333
+ ],
+ "deps": [
+ "dash",
+ "log4e",
+ "pos-tip",
+ "s",
+ "widget-mvc",
+ "yaxception"
+ ],
+ "commit": "df42d58a36447697f93b56e69f5e700b2baef1f9",
+ "sha256": "1qgasaqhqm0birjmb6k6isd2f5pn58hva8db8qfhva9g5kg1f38w"
+ }
+ },
+ {
+ "ename": "bts-github",
+ "commit": "6f3e87699181877e50d75a89e2ee76e403fc9317",
+ "sha256": "03lz12bbkjqbs82alc97k6s1pmk721qip3h9cifq8a5ww5cbq9ln",
+ "fetcher": "github",
+ "repo": "aki2o/emacs-bts-github",
+ "unstable": {
+ "version": [
+ 20170401,
+ 1249
+ ],
+ "deps": [
+ "bts",
+ "gh"
+ ],
+ "commit": "ef2cf9202dc2128e5efdb613bfde9276a8cd95ad",
+ "sha256": "173i9n4c8mg93gpc7ljxh3nhm4lq2c04yhrvjz6fwwwqvmnkha5f"
+ }
+ },
+ {
+ "ename": "bubbleberry-theme",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "1mjygck5ra30j44msccqas8v6gkpyv74p6y6hidm8v4f8n6m8dcz",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-bubbleberry-theme",
+ "unstable": {
+ "version": [
+ 20141017,
+ 944
+ ],
+ "commit": "22e9adf4586414024e4592972022ec297321b320",
+ "sha256": "1aha8rzilv4k300rr4l9qjfygydfwllkbw17lhm8jz0kh9w6bd28"
+ }
+ },
+ {
+ "ename": "buckwalter",
+ "commit": "7dd38487731cc978e104afa39f8954cfc33ba27f",
+ "sha256": "08pnmfy910n5l00kmkn4533x48m3scsxzyra0nl6iry2n39y2kr1",
+ "fetcher": "github",
+ "repo": "joehakimrahme/buckwalter.el",
+ "unstable": {
+ "version": [
+ 20190204,
+ 1451
+ ],
+ "commit": "d4a7785eef05491ac4eb3150b75c473480bb51cb",
+ "sha256": "1i0kkn2qziakpy0ax8rc1pjdb6r881gybqhl5dwmwsd8gkfhddy5"
+ }
+ },
+ {
+ "ename": "buffer-buttons",
+ "commit": "d518e81c8342a93455108e769c8b42747982c924",
+ "sha256": "1p0ydbrff9197sann3s0d7hpav7r9g461w4llncafmy31w7m1dn6",
+ "fetcher": "github",
+ "repo": "rpav/buffer-buttons",
+ "unstable": {
+ "version": [
+ 20150106,
+ 1439
+ ],
+ "commit": "2feb8494fa7863b98256bc85da670d74a3a8a975",
+ "sha256": "1p5a29bpjqr1gs6sb6rr7y0j06nlva23wxkwfskap25zvjpgwbvq"
+ }
+ },
+ {
+ "ename": "buffer-flip",
+ "commit": "3924870cac1392a7eaeeda34b92614c26c674d63",
+ "sha256": "0ka9ynj528yp1p31hbhm89627v6dpwspybly806n92vxavxrn098",
+ "fetcher": "github",
+ "repo": "killdash9/buffer-flip.el",
+ "unstable": {
+ "version": [
+ 20180307,
+ 2251
+ ],
+ "commit": "e093360e05164c78255866c1ac8f966aa38ba514",
+ "sha256": "1s35llycdhhclf9kl1q9l7zzzfqrnnvbiqv5csfw0mngfj0lz77f"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1
+ ],
+ "commit": "e093360e05164c78255866c1ac8f966aa38ba514",
+ "sha256": "1s35llycdhhclf9kl1q9l7zzzfqrnnvbiqv5csfw0mngfj0lz77f"
+ }
+ },
+ {
+ "ename": "buffer-manage",
+ "commit": "28f8f376df810e6ebebba9fb2c93eabbe3526cc9",
+ "sha256": "0fwri332faybv2apjh8zajqpryi0g4kk3and8djibpvci40l42jb",
+ "fetcher": "github",
+ "repo": "plandes/buffer-manage",
+ "unstable": {
+ "version": [
+ 20190622,
+ 317
+ ],
+ "deps": [
+ "choice-program",
+ "dash"
+ ],
+ "commit": "e6b896aca7f62a6587b593c500b31624d4414eca",
+ "sha256": "10mkss1dmnx1qzgra4xf1jl7gjv61rjdrszkcwwnhf65wa2pjhbk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 10
+ ],
+ "deps": [
+ "choice-program",
+ "dash"
+ ],
+ "commit": "f21bac39b3c890704a7b1b50e8d6bc39e6417a3d",
+ "sha256": "0hs3glwwp1b0i1gxp0ypyjwaw8pyi26a66y9dqv7sz0xsvnm3zbs"
+ }
+ },
+ {
+ "ename": "buffer-move",
+ "commit": "e30e053eab078a8bef73e42b90299231ea0997ee",
+ "sha256": "0wysywff2bggrha7lpl83c8x6ln7zgdj9gsqmjva6gramqb260fg",
+ "fetcher": "github",
+ "repo": "lukhas/buffer-move",
+ "unstable": {
+ "version": [
+ 20160615,
+ 1803
+ ],
+ "commit": "cb517ecf8409b5fdcda472d7190c6021f0c49751",
+ "sha256": "0gxy58v8nyv6pmzfn8552m8a14f5lzcbkndp5xpzq4g9qvmifmj6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 2
+ ],
+ "commit": "9bf3ff940011c7af3fdd172fa3ea2511c7a8a190",
+ "sha256": "0xdks4jfqyhkh34y48iq3gz8swp0f526kwnaai5mhgvazvs4za8c"
+ }
+ },
+ {
+ "ename": "buffer-sets",
+ "commit": "61d07bbe7201fc991c7ab7ee6299a89d63ddb5e5",
+ "sha256": "1xj9fn2x4kbx8kp999wvz1j68znp7j81zl6rnbaipbx7hjpqrsin",
+ "fetcher": "git",
+ "url": "https://git.flintfam.org/swf-projects/buffer-sets.git",
+ "unstable": {
+ "version": [
+ 20170718,
+ 340
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "4a4ccb0d6916c3e9fba737bb7b48e8aac921954e",
+ "sha256": "1rg6iwswi82w8938pavwhvvr2z3ismb42asam2fkad47h2sgn0gz"
+ }
+ },
+ {
+ "ename": "buffer-utils",
+ "commit": "a082c2dc0458e3007a947923f5b97e88217199e8",
+ "sha256": "0cfipdn4fc4fvz513mwiaihvbdi05mza3z5z1379wlljw6r539z2",
+ "fetcher": "github",
+ "repo": "rolandwalker/buffer-utils",
+ "unstable": {
+ "version": [
+ 20140512,
+ 1400
+ ],
+ "commit": "685b13457e3a2085b7584e41365d2aa0779a1b6f",
+ "sha256": "1mnf0dgr6g58k0jyia7985jsinrla04vm5sjl2iajwphbhadjk8p"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "b4d325543e25518d725a2122b49cd72a0d6a079a",
+ "sha256": "0rp9hiysy13c4in7b420r7yjza2knlmvphj7l01xbxphbilplqk5"
+ }
+ },
+ {
+ "ename": "buffer-watcher",
+ "commit": "c8681776d467951d14d8247e6939bd9a6f2a80ec",
+ "sha256": "0v096021xk7k821bxb5zddw6sljqa6fs8f7s8j0w3pv6lmhra1ln",
+ "fetcher": "github",
+ "repo": "NicolasPetton/buffer-watcher",
+ "unstable": {
+ "version": [
+ 20170913,
+ 839
+ ],
+ "deps": [
+ "cl-lib",
+ "f"
+ ],
+ "commit": "b32c67c8a5d724257d759f4c903d0dedc32246ef",
+ "sha256": "0mygs48mk2z8cw1csz2wfyn7kln9662d16hwpmbxs5x8k71aq8jx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "f"
+ ],
+ "commit": "353d76882c65d44341b6f28bd86279dda00c3440",
+ "sha256": "0x9bcnya47pf78p6ksdvs1ca5arvbgyi1q8b9yxq55fg3k9523ln"
+ }
+ },
+ {
+ "ename": "bufshow",
+ "commit": "543a734795eed11aa47a8e1348d14e362b341af0",
+ "sha256": "027cd0jzb8yxm66q1bhyi75f2m9f2pq3aswgav1d18na3ybwg65h",
+ "fetcher": "github",
+ "repo": "pjones/bufshow",
+ "unstable": {
+ "version": [
+ 20130726,
+ 1838
+ ],
+ "commit": "d60a554e7239e6f7520d9c3436d5ecdbc9cf6957",
+ "sha256": "1rh848adjqdl42rw8yf1fqbr143m0pnbrlznx0d97v4vszvbby2s"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "d8424e412d63dcc721c64fbd2ddd2420a03b4e8b",
+ "sha256": "0x9q4amsmawi8jqj9xxg81khvb3gyyf9hjvb0w6vhrgjwpxiq8sy"
+ }
+ },
+ {
+ "ename": "bug-reference-github",
+ "commit": "5dfce86371692dddef78a6c1d772138b487b82cb",
+ "sha256": "18yzxwanbrxsab6ba75z1196x0m6dapdhbvy6df5b5x5viz99cf6",
+ "fetcher": "github",
+ "repo": "arnested/bug-reference-github",
+ "unstable": {
+ "version": [
+ 20180128,
+ 1314
+ ],
+ "commit": "f570a0532bfb44f095b42cf68ab1f69799101137",
+ "sha256": "09rbxgrk7jp9xajya6nccj0ak7fc48wyxq4sfmjmy3q1qfszdsc3"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "f570a0532bfb44f095b42cf68ab1f69799101137",
+ "sha256": "09rbxgrk7jp9xajya6nccj0ak7fc48wyxq4sfmjmy3q1qfszdsc3"
+ }
+ },
+ {
+ "ename": "bui",
+ "commit": "38b7c9345de75a707b4a73e8bb8e2f213e4fd739",
+ "sha256": "0a4g55k02hi3cwvk4d35lk2x5kc4fabskl2025i83hx0rqw4w3f1",
+ "fetcher": "github",
+ "repo": "alezost/bui.el",
+ "unstable": {
+ "version": [
+ 20181218,
+ 1830
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "508577a7225b3d07eaefa9444064410af2518675",
+ "sha256": "0d9s0gdy5wda86jn8hjs1rq9rbwz5syvr8jxdks3iy27k4hp4wil"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 1
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "9162c24b75799857d54838d961c60776ffcd657e",
+ "sha256": "0sszdl4kvqbihdh8d7mybpp0d8yw2p3gyiipjcxz9xhvvmw3ww4x"
+ }
+ },
+ {
+ "ename": "build-farm",
+ "commit": "bc97bf56ea50788ecbbbb1f46e188e8487370936",
+ "sha256": "0dbq3sc1x0cj06hv3mlk0zw0cijdwjszicylv14m1wahal33xjrw",
+ "fetcher": "github",
+ "repo": "alezost/build-farm.el",
+ "unstable": {
+ "version": [
+ 20181218,
+ 2002
+ ],
+ "deps": [
+ "bui",
+ "magit-popup"
+ ],
+ "commit": "5c268a3c235ace0d79ef1ec82c440120317e06f5",
+ "sha256": "0i0bwbav5861j2y15j9nd5m9rdqg9q97zgcbld8pivr9nyxy63lz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "deps": [
+ "bui",
+ "magit-popup"
+ ],
+ "commit": "5c268a3c235ace0d79ef1ec82c440120317e06f5",
+ "sha256": "0i0bwbav5861j2y15j9nd5m9rdqg9q97zgcbld8pivr9nyxy63lz"
+ }
+ },
+ {
+ "ename": "build-helper",
+ "commit": "af56cde18ae0efb0ae91c818e6804c55cdb3b8c2",
+ "sha256": "1asgpf2k4i7p88ask1i6ra4krhsxr6j2d2qv0gfxlsa5p330mmgh",
+ "fetcher": "github",
+ "repo": "afonso360/build-helper",
+ "unstable": {
+ "version": [
+ 20161009,
+ 1755
+ ],
+ "deps": [
+ "projectile"
+ ],
+ "commit": "7a6fe71125a26ed1c492dab77cc688a7fe1d68ac",
+ "sha256": "0pipdzjf7arli6b88fp21as5d4v8ylsy19hixywhfgb7917qsrkv"
+ }
+ },
+ {
+ "ename": "build-status",
+ "commit": "23bbe012f313cf0cf4c45a66eb0bee9361ced564",
+ "sha256": "0ckyf0asll50gifx1v0qqzpimjms8i1rgw9bnqiyj861qn5hch92",
+ "fetcher": "github",
+ "repo": "sshaw/build-status",
+ "unstable": {
+ "version": [
+ 20190807,
+ 1231
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1a1d2473aa62f2fdda47d8bfeb9fe352d2579b48",
+ "sha256": "03mxvqiknca5dzcr5j3xdwfyjpq172rbj3dgdfjms8lbgxgm4kgw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c29a0146c5d0be274f5e17921e01698f572c23a1",
+ "sha256": "03f0h7sp0sr9kjyhvcx7i34lvc26f5x8nikfidihgzhrqpprv2b6"
+ }
+ },
+ {
+ "ename": "bundler",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "1jvcrxwsf9yd5vhirfdmjl52n6hffr1vikd386qbn32vgqcsba7a",
+ "fetcher": "github",
+ "repo": "endofunky/bundler.el",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1013
+ ],
+ "deps": [
+ "cl-lib",
+ "inf-ruby"
+ ],
+ "commit": "05a91d68e21e129b6c4d5462c888ea249c2ea001",
+ "sha256": "0x37bilxl3shx5mdm00d3m2z5srfsy3y588w9971i8r7y2sfngna"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "inf-ruby"
+ ],
+ "commit": "4cb4fafe092d587cc9e58ff61cf900fb7f409adf",
+ "sha256": "18d74nwcpk1i8adxzfwz1lgqqcxsc4wkrb490v64pph79dxsi80h"
+ }
+ },
+ {
+ "ename": "bury-successful-compilation",
+ "commit": "f66e2e23c7a1fa0ce6fa8a0e814242b7c46c299c",
+ "sha256": "1gkq4r1573m6m57fp7x69k7kcpqchpcqfcz3792v0wxr22zhkwr3",
+ "fetcher": "github",
+ "repo": "EricCrosson/bury-successful-compilation",
+ "unstable": {
+ "version": [
+ 20181106,
+ 403
+ ],
+ "commit": "674644c844184605a1bb4f9487a60f7a780a6fe7",
+ "sha256": "13ilv4zbzwb5rz0gf69z8pvxazvwlmb5shkb055l42ksxslp49hh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "commit": "064817b44a431476305099301311def0a2d9d543",
+ "sha256": "13ilv4zbzwb5rz0gf69z8pvxazvwlmb5shkb055l42ksxslp49hh"
+ }
+ },
+ {
+ "ename": "buster-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0nylkxy9qlj1h5v0pja4g315xcj5qzvkys4dsnzbh3xq4xzyj6xj",
+ "fetcher": "github",
+ "repo": "magnars/buster-mode",
+ "unstable": {
+ "version": [
+ 20140928,
+ 1213
+ ],
+ "commit": "de6958ef8369400922618b8d1e99abfa91b97ac5",
+ "sha256": "1viq7cb41r8klr8i38c5zjrhdnww31gh4j51xdgy4v2lc3z321zi"
+ }
+ },
+ {
+ "ename": "buster-snippets",
+ "commit": "67dabf33096113e68fe282309246094711751e1f",
+ "sha256": "0k36c2k7wwix10rgmjxipc77fkn9jahjyvl191af6w41wla47x4x",
+ "fetcher": "github",
+ "repo": "magnars/buster-snippets.el",
+ "unstable": {
+ "version": [
+ 20151125,
+ 1010
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "bb8769dae132659858e74d52f3f4e8790399423a",
+ "sha256": "11djqlw4qf3qs2rwiz7dn5q2zw5i8sykwdf4hg4awsgv8g0bbxn6"
+ }
+ },
+ {
+ "ename": "busybee-theme",
+ "commit": "36e2089b998d98575aa6dd3cc79fb7f6847f7aa3",
+ "sha256": "0w0z5x2fbnalv404av3mapfkqbfgyk81a1mzvngll8x0pirbyi10",
+ "fetcher": "github",
+ "repo": "mswift42/busybee-theme",
+ "unstable": {
+ "version": [
+ 20170719,
+ 928
+ ],
+ "commit": "66b2315b030582d0ebee605cf455d386d8c30fcd",
+ "sha256": "1cvj5m45f5ky3w86khh6crvdqrdjxg2z6b34jlm32qpgmn0s5g45"
+ }
+ },
+ {
+ "ename": "butler",
+ "commit": "c86e3f5083e59568afac69eed9aa8c1a0bd76e2e",
+ "sha256": "1jv74l9jy55qpwf5np9nlj6a1wqsm3xirm7wm89d1h2mbsfcr0mq",
+ "fetcher": "github",
+ "repo": "AshtonKem/Butler",
+ "unstable": {
+ "version": [
+ 20150812,
+ 8
+ ],
+ "deps": [
+ "deferred",
+ "json"
+ ],
+ "commit": "8ceb35737107572455cca9a61ff46b3ff78f1016",
+ "sha256": "0pp604r2gzzdpfajw920607pklwflk842difdyl4hy9w87fgc0jg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 4
+ ],
+ "deps": [
+ "deferred",
+ "json"
+ ],
+ "commit": "0e91e0f01ac9c09422f076a096ee567ee138e7a4",
+ "sha256": "1pii9dw4skq7nr4na6qxqasl36av8cwjp71bf1fgppqpcd9z8skj"
+ }
+ },
+ {
+ "ename": "buttercup",
+ "commit": "d4b187cb5b3cc5b546bfa6b94b6792e6363242d1",
+ "sha256": "1grrrdk5pl9l1jvnwzl8g0102gipvxb5qn6k2nmv28jpl57v8dkb",
+ "fetcher": "github",
+ "repo": "jorgenschaefer/emacs-buttercup",
+ "unstable": {
+ "version": [
+ 20181202,
+ 1607
+ ],
+ "commit": "810fa6fb8dab06610dbf2b5ccbc64b4d0ecc7485",
+ "sha256": "0dckgcyzsav6ld78bcyrrygy1cz1jvqgav6vy8f6klpmk3r8xrl1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 16
+ ],
+ "commit": "810fa6fb8dab06610dbf2b5ccbc64b4d0ecc7485",
+ "sha256": "0dckgcyzsav6ld78bcyrrygy1cz1jvqgav6vy8f6klpmk3r8xrl1"
+ }
+ },
+ {
+ "ename": "buttercup-junit",
+ "commit": "f1030960afe994da338d78607233319b3f7f0c8b",
+ "sha256": "1v848vbwxqrw9sdsvjaggkspavmbwkmqshf321m4n8srvi51383w",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/olanilsson/buttercup-junit",
+ "unstable": {
+ "version": [
+ 20190802,
+ 2258
+ ],
+ "deps": [
+ "buttercup"
+ ],
+ "commit": "6bc28b6b0f36fb71b0915c9e45963c840c64a8df",
+ "sha256": "1rayxq1va7jpikfr37p8nq2pv339mhq7zqy082kzwvj5q6qfw88s"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "deps": [
+ "buttercup"
+ ],
+ "commit": "6bc28b6b0f36fb71b0915c9e45963c840c64a8df",
+ "sha256": "1rayxq1va7jpikfr37p8nq2pv339mhq7zqy082kzwvj5q6qfw88s"
+ }
+ },
+ {
+ "ename": "button-lock",
+ "commit": "83459421dd2eb3d60ec668c3d5bb38d99ee64aff",
+ "sha256": "1arrdmb3nm570hgs18y9sz3z9v0wlkr3vwa2zgfnc15lmf0y34mp",
+ "fetcher": "github",
+ "repo": "rolandwalker/button-lock",
+ "unstable": {
+ "version": [
+ 20150223,
+ 1354
+ ],
+ "commit": "f9082feb329432fcf2ac49a95e64bed9fda24d58",
+ "sha256": "06qjvybf65ffrcnhhbqs333lg51fawaxnva3jvdg7zbrsv4m9acl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "commit": "cd0bf4a3c2f224d851e6ed8a54a6e80c129b225f",
+ "sha256": "1kqcc1d56jz107bswlzvdng6ny6qwp93yck2i2j921msn62qvbb2"
+ }
+ },
+ {
+ "ename": "buttons",
+ "commit": "3b8f9437268a51654b2bebdd024c35060b078962",
+ "sha256": "0pp7x4z6vzdfav5ljxsk1q6xby7gcxnkyl5fcbsd4r98ja4zmyq4",
+ "fetcher": "github",
+ "repo": "erjoalgo/emacs-buttons",
+ "unstable": {
+ "version": [
+ 20190319,
+ 41
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a14d0c21cc30d33b57481f535f2a838d65b2032f",
+ "sha256": "17b6km8qvkh43g276fmv552lffd2jq5x863fc7zm7xf2khwmpwbh"
+ }
+ },
+ {
+ "ename": "c-c-combo",
+ "commit": "da105eab0e7a5a3a1fc562973d99cbbbe9019b5f",
+ "sha256": "09rvh6n2hqls7qki5dc34s2hmcmlvdsbgzcxgglhcmrhwx5w4vxn",
+ "fetcher": "github",
+ "repo": "CestDiego/c-c-combo.el",
+ "unstable": {
+ "version": [
+ 20151224,
+ 255
+ ],
+ "commit": "a261a833499a7fdc29610863b3aafc74818770ba",
+ "sha256": "040mcq2cwzbrf96f9mghb4314cd8xwp7ki2ix9fxpmbwiy323ld5"
+ }
+ },
+ {
+ "ename": "c-eldoc",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "13grkww14w39y2x6mrbfa9nzljsnl5l7il8dnj6sjdyv0hz9x8vm",
+ "fetcher": "github",
+ "repo": "nflath/c-eldoc",
+ "unstable": {
+ "version": [
+ 20181109,
+ 439
+ ],
+ "commit": "e35c0e40f71c25804919f6c01fd27e95c2e2adb7",
+ "sha256": "0rwxlq8w6507lkvvj0krwvg4ai1wyj466nhns1f857kry7cssnzy"
+ }
+ },
+ {
+ "ename": "c0-mode",
+ "commit": "268115452d9c22a6f2627cec1eb122b47e85b88c",
+ "sha256": "0s3h4b3lpz4jsk222yyfdxh780dvykhaqgyv6r3ambz95vrmmpl4",
+ "fetcher": "github",
+ "repo": "catern/c0-mode",
+ "unstable": {
+ "version": [
+ 20151110,
+ 1852
+ ],
+ "commit": "c214093c36864d6208fcb9e6a72413ed17ed5d60",
+ "sha256": "10k90r4ckkkdjn9pqcbfyp6ynvrd5k0ngqcn5d0v1qvkn6jifxjx"
+ }
+ },
+ {
+ "ename": "cabledolphin",
+ "commit": "0c8bd2715aec4793abc37d6899adabd568955a08",
+ "sha256": "04slrx0vkcm66q59158limn0cpxn18ghlqyx7z8nrn7frrc03z03",
+ "fetcher": "github",
+ "repo": "legoscia/cabledolphin",
+ "unstable": {
+ "version": [
+ 20160204,
+ 938
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "fffc192cafa61558e924323d6da8166fe5f2a6f9",
+ "sha256": "1h395hvia7r76zlgr10qdr9q2159qyrs89znhkp2czikwm8kjiqk"
+ }
+ },
+ {
+ "ename": "cache",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "15pj7f4n0lk8qqsfafdj19iy0hz4xpfcf2fnby7ziq2dldyqrax9",
+ "fetcher": "github",
+ "repo": "nflath/cache",
+ "unstable": {
+ "version": [
+ 20111019,
+ 2300
+ ],
+ "commit": "7499586b6c8224df9f5c5bc4dec96b008258d580",
+ "sha256": "1hp6dk84vvgkmj5lzghvqlpq3axwzgx9c7gly2yx6497fgf9jlby"
+ }
+ },
+ {
+ "ename": "cacoo",
+ "commit": "2bd55f5c29876c2483001cd9deaca68cab5054b9",
+ "sha256": "0kri4vi6dpsf0zk24psm16f3aa27cq5b54ga7zygmr02csq24a6z",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-cacoo",
+ "unstable": {
+ "version": [
+ 20120319,
+ 2359
+ ],
+ "deps": [
+ "concurrent"
+ ],
+ "commit": "c9fa04fbe97639b24698709530361c2bb5f3273c",
+ "sha256": "07kzhyqr8ycjvkknijqhsfr26zd5jc8wxm9sl8bp6pzn4jbs1dmx"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 2
+ ],
+ "deps": [
+ "concurrent"
+ ],
+ "commit": "c2e6a8830144810cd4e51de3646cb8200bcebbc6",
+ "sha256": "1k2hmc87ifww95k3m8ksiswkk2z0y8grssba7381g8dnlp6jgprx"
+ }
+ },
+ {
+ "ename": "caddyfile-mode",
+ "commit": "ec771222056dcb6c67e133cd6aa6b4e4d03ac264",
+ "sha256": "12d57xcpp78lmcr95nfp0r9g7lkw8kfxf9c3rc7g53kh5xaaj4i2",
+ "fetcher": "github",
+ "repo": "Schnouki/caddyfile-mode",
+ "unstable": {
+ "version": [
+ 20181204,
+ 858
+ ],
+ "deps": [
+ "loop"
+ ],
+ "commit": "976ad0664c3f44bfa11cb9b8787ddfb094d0a666",
+ "sha256": "1k9nkqgnighwj0jj4yl8v2vncy5cnlayx3vw4884hf9amkbv6bg1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "b0371063adc18d3cbd6dd673ea4fe39d27825d1b",
+ "sha256": "1w0jfh8z9q2b0av66gckmb9d9dvx0wqmjf54avgynlmh3a7gv7lz"
+ }
+ },
+ {
+ "ename": "cake-inflector",
+ "commit": "77c46238b632047160d6dfac9b257f57b0c4283b",
+ "sha256": "04mrqcm1igb638skaq2b3nr5yzxnck2vwhln61rnh7lkfxq7wbwf",
+ "fetcher": "github",
+ "repo": "k1LoW/emacs-cake-inflector",
+ "unstable": {
+ "version": [
+ 20140415,
+ 858
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "a1d338ec4840b1b1bc14f7f9298c07e2c1d2d8fc",
+ "sha256": "0m8ss9aky24f5i6b8fyy8mhv9ygj158crjyddnj9xx73vsjf96bs"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "40bf11890842ba305954528694e1c39a8b73737b",
+ "sha256": "1w7yq35gzzwyf480d8gc5r6jbnawg09l6663q068ir6zr9pp4far"
+ }
+ },
+ {
+ "ename": "cakecrumbs",
+ "commit": "c970907affeb4a21fa1b7c350edf171dbdcd8de5",
+ "sha256": "1s5j8w0y47qpdq4f34l7hmdhxp560wg1lgzqz6p3p3lg1l89sv47",
+ "fetcher": "github",
+ "repo": "kuanyui/cakecrumbs.el",
+ "unstable": {
+ "version": [
+ 20180929,
+ 139
+ ],
+ "commit": "cf8c1df885eee004602f73c4f841301e200e5850",
+ "sha256": "0s5ga39dpn9rjxjk5inkylqh56w3qgaq2wmwwgv5gsydqdyil31f"
+ }
+ },
+ {
+ "ename": "cal-china-x",
+ "commit": "c1098d34012fa72f8c8c30d5f0f495fdbe1d3d65",
+ "sha256": "06mh2p14m2axci8vy1hr7jpy53jj215z0djyn8h7zpr0k62ajhka",
+ "fetcher": "github",
+ "repo": "xwl/cal-china-x",
+ "unstable": {
+ "version": [
+ 20190518,
+ 1057
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "177f60e011606126f23c8ffed69458439f1c12e0",
+ "sha256": "1a0qdiihyc5qwz5j68hnpfp0fx3qbzgvzflrbfv072r7ldxzfi57"
+ }
+ },
+ {
+ "ename": "calendar-norway",
+ "commit": "c5d01230027d5cec9da2545a9ce9270a611f6567",
+ "sha256": "1i23ks0bnq62bvn3szvqf0ikcam4s92yvr998mkjxhdhc94zd19c",
+ "fetcher": "github",
+ "repo": "unhammer/calendar-norway.el",
+ "unstable": {
+ "version": [
+ 20180906,
+ 1502
+ ],
+ "commit": "8d1fda8268caa74ba5e712c7675ed3c34e46e2d4",
+ "sha256": "011c8pz1g805a7c3djai39yasd2idfp4c2dcrvf7kbls27ayrl6d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 4
+ ],
+ "commit": "8d1fda8268caa74ba5e712c7675ed3c34e46e2d4",
+ "sha256": "011c8pz1g805a7c3djai39yasd2idfp4c2dcrvf7kbls27ayrl6d"
+ }
+ },
+ {
+ "ename": "calfw",
+ "commit": "cc64274abdc7c8fb904b43d2d036aac98e738131",
+ "sha256": "0am1nafc16zax8082gjlz0pi85lryjhrx0v80nzgr23iybj5mfx4",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-calfw",
+ "unstable": {
+ "version": [
+ 20180118,
+ 45
+ ],
+ "commit": "03abce97620a4a7f7ec5f911e669da9031ab9088",
+ "sha256": "0wiggihw9ackjdssqgp2cqccd3sil13n3pfn33d3r320fmxfjbch"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6
+ ],
+ "commit": "c538d3746449b4f0e16b16aad3073d4f7379d805",
+ "sha256": "0r42cagvmvvib76kd15nd9ix55ys6i549vxnls4z16s864695zpa"
+ }
+ },
+ {
+ "ename": "calfw-cal",
+ "commit": "cc64274abdc7c8fb904b43d2d036aac98e738131",
+ "sha256": "1wylkd7jl1ifq56jj04l5b9wfrjkhwncxzrjgnbgg1cl2klf6v4m",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-calfw",
+ "unstable": {
+ "version": [
+ 20170320,
+ 1206
+ ],
+ "commit": "03abce97620a4a7f7ec5f911e669da9031ab9088",
+ "sha256": "0wiggihw9ackjdssqgp2cqccd3sil13n3pfn33d3r320fmxfjbch"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6
+ ],
+ "commit": "c538d3746449b4f0e16b16aad3073d4f7379d805",
+ "sha256": "0r42cagvmvvib76kd15nd9ix55ys6i549vxnls4z16s864695zpa"
+ }
+ },
+ {
+ "ename": "calfw-gcal",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0pzjs8kvf9vxdzziq7zd59vniq21k4a6yygpv4fz2by3s3bvnrid",
+ "fetcher": "github",
+ "repo": "myuhe/calfw-gcal.el",
+ "unstable": {
+ "version": [
+ 20120111,
+ 1000
+ ],
+ "commit": "14aab20687d6cc9e6c5ddb9e11984c4e14c3d870",
+ "sha256": "14n5rci4bkbl7037xvkd69gfxnjlgvd2j1xzciqcgz92f06ir3xi"
+ }
+ },
+ {
+ "ename": "calfw-howm",
+ "commit": "cc64274abdc7c8fb904b43d2d036aac98e738131",
+ "sha256": "08cv16cq211sy2v1i0gk7d81f0gyywv0i9szmamnrbjif3rrv2m0",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-calfw",
+ "unstable": {
+ "version": [
+ 20170704,
+ 4
+ ],
+ "commit": "03abce97620a4a7f7ec5f911e669da9031ab9088",
+ "sha256": "0wiggihw9ackjdssqgp2cqccd3sil13n3pfn33d3r320fmxfjbch"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6
+ ],
+ "commit": "c538d3746449b4f0e16b16aad3073d4f7379d805",
+ "sha256": "0r42cagvmvvib76kd15nd9ix55ys6i549vxnls4z16s864695zpa"
+ }
+ },
+ {
+ "ename": "calfw-ical",
+ "commit": "cc64274abdc7c8fb904b43d2d036aac98e738131",
+ "sha256": "1bh9ahwp9b5knjxph79kl19fgs48x3w7dga299l0xvbxq2jhs95q",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-calfw",
+ "unstable": {
+ "version": [
+ 20150703,
+ 819
+ ],
+ "commit": "03abce97620a4a7f7ec5f911e669da9031ab9088",
+ "sha256": "0wiggihw9ackjdssqgp2cqccd3sil13n3pfn33d3r320fmxfjbch"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6
+ ],
+ "commit": "c538d3746449b4f0e16b16aad3073d4f7379d805",
+ "sha256": "0r42cagvmvvib76kd15nd9ix55ys6i549vxnls4z16s864695zpa"
+ }
+ },
+ {
+ "ename": "calfw-org",
+ "commit": "cc64274abdc7c8fb904b43d2d036aac98e738131",
+ "sha256": "1cfpjh08djz3k067w3580yb15p1csks3gzch9c4cbrbcjvg8inh5",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-calfw",
+ "unstable": {
+ "version": [
+ 20160303,
+ 258
+ ],
+ "commit": "03abce97620a4a7f7ec5f911e669da9031ab9088",
+ "sha256": "0wiggihw9ackjdssqgp2cqccd3sil13n3pfn33d3r320fmxfjbch"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6
+ ],
+ "commit": "c538d3746449b4f0e16b16aad3073d4f7379d805",
+ "sha256": "0r42cagvmvvib76kd15nd9ix55ys6i549vxnls4z16s864695zpa"
+ }
+ },
+ {
+ "ename": "call-graph",
+ "commit": "a6acf099e2510c82b4b03e2f35051afc3d28af45",
+ "sha256": "0cklr79gqqrb94jq8aq65wqriamay78vv9sd3jrvp86ixl3ig5xc",
+ "fetcher": "github",
+ "repo": "beacoder/call-graph",
+ "unstable": {
+ "version": [
+ 20190709,
+ 444
+ ],
+ "deps": [
+ "anaconda-mode",
+ "cl-lib",
+ "hierarchy",
+ "ivy",
+ "tree-mode"
+ ],
+ "commit": "ef4845e7bd8ae577f9b919b6a74380493bca5de8",
+ "sha256": "1sypqnlwsv5gmrvcfz7dgfc81b24672njjw2va3yycvpv68pbii7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "hierarchy",
+ "ivy",
+ "tree-mode"
+ ],
+ "commit": "0bbe292b1b9c7ba1d8a65ed5e475f6a53f5f9f27",
+ "sha256": "0kckjs7yg8d04nir5z3f00k05272kgma98794g0ycgfn1vrck0h0"
+ }
+ },
+ {
+ "ename": "calmer-forest-theme",
+ "commit": "edb51491e575ef64a705cd0b972de07993f185cf",
+ "sha256": "0riz5n8fzvxdnzgg650xqc2zwc4xvhwjlrrzls5h0pl5adaxz96p",
+ "fetcher": "github",
+ "repo": "caldwell/calmer-forest-theme",
+ "unstable": {
+ "version": [
+ 20130926,
+ 510
+ ],
+ "commit": "87ba7bae389084d13fe3bc34e0c923017eda6ba0",
+ "sha256": "0n6y4z3qg04qnlsrjysf8ldxl2f2bk7n8crijydwabyy672qxd9h"
+ }
+ },
+ {
+ "ename": "camcorder",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "1kbnpz3kn8ycpy8nlp8bsnnd1k1h7m02h7w5f7raw97sk4cnpvbi",
+ "fetcher": "github",
+ "repo": "Malabarba/camcorder.el",
+ "unstable": {
+ "version": [
+ 20190317,
+ 2138
+ ],
+ "deps": [
+ "cl-lib",
+ "names"
+ ],
+ "commit": "b11ca61491a27681bb3131b72b51c105fd996bed",
+ "sha256": "11p42cmk9sj2ilpx6nnlbzff85qi0m27wk49da2ipal28wcx2452"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "names"
+ ],
+ "commit": "b11ca61491a27681bb3131b72b51c105fd996bed",
+ "sha256": "11p42cmk9sj2ilpx6nnlbzff85qi0m27wk49da2ipal28wcx2452"
+ }
+ },
+ {
+ "ename": "caml",
+ "commit": "42667ee0d64bce19ad9081a4fae163a9655641d4",
+ "sha256": "0hpxvvgq9nxcbxq9dm1sia3ph2h7p07pp48jz77pr786lrw67la0",
+ "fetcher": "github",
+ "repo": "ocaml/caml-mode",
+ "unstable": {
+ "version": [
+ 20190413,
+ 1205
+ ],
+ "commit": "38ebde12d3d529e6ef8078967997d32226e69e82",
+ "sha256": "13gz0s7bnjsnab7wn8mk0zva7756hf68izqp9agd8vqnm0c75nlp"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 7,
+ 1
+ ],
+ "commit": "9803cf37ac52bbfa5130fde0f228dc51c4590c2d",
+ "error": [
+ "exited abnormally with code 1\n",
+ "",
+ "error: unable to download 'https://github.com/ocaml/caml-mode/archive/9803cf37ac52bbfa5130fde0f228dc51c4590c2d.tar.gz': HTTP error 404\n"
+ ]
+ }
+ },
+ {
+ "ename": "cangjie",
+ "commit": "ed79fc972f7fe69d7bad5d1cdde3a276885a9fe8",
+ "sha256": "0gdp6dlkzkkd8r3cmwakwxlxsbysb351n1lr9sq4d60gbbskklln",
+ "fetcher": "github",
+ "repo": "kisaragi-hiu/cangjie.el",
+ "unstable": {
+ "version": [
+ 20190322,
+ 1134
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "f4dcb691e3bda6971cb89b07f368dd285179a8ff",
+ "sha256": "0hvwaj1g1szyhjvyxhwflq45bbcvvgv391wa7qkwlxmrvvfhp9k2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "f4dcb691e3bda6971cb89b07f368dd285179a8ff",
+ "sha256": "0hvwaj1g1szyhjvyxhwflq45bbcvvgv391wa7qkwlxmrvvfhp9k2"
+ }
+ },
+ {
+ "ename": "capture",
+ "commit": "bdfe43be6c5f77845e82745534a1b1a9eb190466",
+ "sha256": "1hxrvyq8my5886q7wj5w3mhyja7d6cf19gyclap492ci7kmrkdk2",
+ "fetcher": "github",
+ "repo": "pashinin/capture.el",
+ "unstable": {
+ "version": [
+ 20130828,
+ 1644
+ ],
+ "commit": "1bb26060311da76767f70096218313fc93b0c806",
+ "sha256": "08cp45snhyir5w8gyp6xws1q7c54pz06q099l0m3zmwn9277g68z"
+ }
+ },
+ {
+ "ename": "carbon-now-sh",
+ "commit": "b79bb8af3c149b2d131813c5308141e0e06adccf",
+ "sha256": "1casq1b71rlwanayixs6rrn96jn1w7bzkq77lg0ini5hrfd3w18p",
+ "fetcher": "github",
+ "repo": "veelenga/carbon-now-sh.el",
+ "unstable": {
+ "version": [
+ 20180331,
+ 1735
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "71dee6bc4f2a2cb02b9b7b5e643c4c92b880e6a4",
+ "sha256": "1aij3590c7fqga7sla5f4hibyq7m77kxfyiiviv6xrdzwrd98w37"
+ }
+ },
+ {
+ "ename": "cargo",
+ "commit": "e997b356b009b3d2ab467fe49b79d728a8cfe24b",
+ "sha256": "06zq657cxfk5l4867qqsvhskcqc9wswyl030wj27a43idj8n41jx",
+ "fetcher": "github",
+ "repo": "kwrooijen/cargo.el",
+ "unstable": {
+ "version": [
+ 20190729,
+ 708
+ ],
+ "deps": [
+ "markdown-mode",
+ "rust-mode"
+ ],
+ "commit": "626fd89986eab229e2fe36b38ac60697ed7a805b",
+ "sha256": "0aa57v2gxmj67i7dlqhg934nj023ldfn32pzjs2hnqnq3w3srnfv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "deps": [
+ "rust-mode"
+ ],
+ "commit": "b0487f95a7de7a1d6f03cdd05220f633977d65a2",
+ "sha256": "0r9v7q7hkdw2q3iifyrb6n9jrssz2rcv2xcc7n1nmg1v40av3ijd"
+ }
+ },
+ {
+ "ename": "caroline-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "178nxcz73lmvnjcr6x6as25d8m5knc21jpr66b4rg0rmlmhchkal",
+ "fetcher": "github",
+ "repo": "xjackk/caroline-theme",
+ "unstable": {
+ "version": [
+ 20160318,
+ 520
+ ],
+ "commit": "222fd483db304509f9e422dc82883d808e023ceb",
+ "sha256": "055w1spba0q9rqqg4rjds0iakr9d8xg66959xahxq8268mq5446n"
+ }
+ },
+ {
+ "ename": "caseformat",
+ "commit": "ba158fbeebcda6b6122b18c97ab8042b1c0a0bc0",
+ "sha256": "1qwyr74jbx4jpfcw8sccg47q1vdg094rr06m111gsz2yaj9m0gfk",
+ "fetcher": "github",
+ "repo": "HKey/caseformat",
+ "unstable": {
+ "version": [
+ 20160115,
+ 1615
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "s"
+ ],
+ "commit": "92a31f6a7cae0b4e2af106cd6f2b0abe6c2d8921",
+ "sha256": "1cp9i69npvyn72fqv0w8q1hlkcawkhbah4jblc341ycxwxb48mkl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "s"
+ ],
+ "commit": "72707c9f0f0819b4e2aa45876432a293aa07f814",
+ "sha256": "0mg49rpz362ipn5qzqhyfs3d6fpb51rfa73kna3gxdw0wxq2sa7g"
+ }
+ },
+ {
+ "ename": "cask",
+ "commit": "69e996727e40fa28cb5356f664ffdc3d5aca21b2",
+ "sha256": "0c1fxikcba3xcd3xpspnjhaahyl5n3r91c2b40xvadyjarkhxhgc",
+ "fetcher": "github",
+ "repo": "cask/cask",
+ "unstable": {
+ "version": [
+ 20190718,
+ 2055
+ ],
+ "deps": [
+ "ansi",
+ "cl-lib",
+ "dash",
+ "epl",
+ "f",
+ "package-build",
+ "s",
+ "shut-up"
+ ],
+ "commit": "1d031f77d3dcd540038e24151dbaf0a91de01db5",
+ "sha256": "1wz57lqmn9vzh8dlvb639lmfxh2h6m3f6kr9bglr2mf1hc3zrij1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 4
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "epl",
+ "f",
+ "package-build",
+ "s",
+ "shut-up"
+ ],
+ "commit": "ba5f6eb78178deb954ab9ac02e0e370315097ebe",
+ "sha256": "1p37lq8xpyq0rc7phxgsw3b73h8vf9rkpa5959rb5k46w6ps9686"
+ }
+ },
+ {
+ "ename": "cask-mode",
+ "commit": "2d8bc1afaf69b4f29ba1bb0243c25574bc1197cc",
+ "sha256": "0fs9zyihipr3klnh3w22h43qz0wnxplm62x4kx7pm1chq9bc9kz6",
+ "fetcher": "github",
+ "repo": "Wilfred/cask-mode",
+ "unstable": {
+ "version": [
+ 20160410,
+ 1449
+ ],
+ "commit": "7c6719d3bb4fe552958634bd5a11abc56681f3a7",
+ "sha256": "0gywc2mzdzq3ny0jjffa3151vi7zb9i8ddy5d63x4yhicf5sxlh1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "5203b1beac4dd2ee07a6e993bc86719f5f35dbbf",
+ "sha256": "09y4cr32i2cw06lnq698lajxmqyzq2ah426f4dm176xfbrim89d5"
+ }
+ },
+ {
+ "ename": "cask-package-toolset",
+ "commit": "ed71e45389626e700b93b29d5e2659b6706274d8",
+ "sha256": "13ix093c0a58rjqj7zfp3914xj3hvj276gb2d8zhvrx9vvs1345g",
+ "fetcher": "github",
+ "repo": "AdrieanKhisbe/cask-package-toolset.el",
+ "unstable": {
+ "version": [
+ 20170921,
+ 2256
+ ],
+ "deps": [
+ "ansi",
+ "cl-lib",
+ "commander",
+ "dash",
+ "f",
+ "s",
+ "shut-up"
+ ],
+ "commit": "2c74cd827e88c7f8360581a841e45f0b794510e7",
+ "sha256": "1hk5q6p1j7cqg5srr3v21xfyy7aas4hfj1a66h21c2xvfjra3hxw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 2
+ ],
+ "deps": [
+ "ansi",
+ "cl-lib",
+ "commander",
+ "dash",
+ "f",
+ "s",
+ "shut-up"
+ ],
+ "commit": "2c74cd827e88c7f8360581a841e45f0b794510e7",
+ "sha256": "1hk5q6p1j7cqg5srr3v21xfyy7aas4hfj1a66h21c2xvfjra3hxw"
+ }
+ },
+ {
+ "ename": "caskxy",
+ "commit": "1d61aea505e4913879f68081497e85542e9fd786",
+ "sha256": "0x4s3c8m75zxsvqpgfc5xwll0489zzdnngmnq048z9gkgcd7pd2s",
+ "fetcher": "github",
+ "repo": "aki2o/caskxy",
+ "unstable": {
+ "version": [
+ 20140513,
+ 1539
+ ],
+ "deps": [
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "dc18dcab7ed526070ab76de071c9c5272e6ac40e",
+ "sha256": "15sq5vrkhb7c5j6ny6wy4bkyl5pggch4l7zw46an29rzni3pffr3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "deps": [
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "279f3ab79bd77fe69cb3148a79896b9bf118a9b3",
+ "sha256": "1j1lw5zifp7q1ykm6si0nzxfp7n3z2lzla2njkkxmc2s6m7w4x1a"
+ }
+ },
+ {
+ "ename": "catmacs",
+ "commit": "e62e45ea234a574ed602f27c3c6bc240bcd4fa43",
+ "sha256": "0ym1szmq9ib75yiyy5jw647fcs7gg0d5dkskqc293pg81qf3im50",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/pymaximus/catmacs",
+ "unstable": {
+ "version": [
+ 20170826,
+ 1157
+ ],
+ "commit": "65d3e0563abe6ff9577202cf2278074d4130fbdd",
+ "sha256": "0954qck9j417c17niy28ccrhmsbjyh95z4dbqc5j4mib06j37587"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "c6e8277bd2aab3f5fbf10d419111110f3b33564f",
+ "sha256": "0kdlmmqgpgmhbbvafywllqdwkkd5a41rf8zhfmxhs3ydza86hmlg"
+ }
+ },
+ {
+ "ename": "cbm",
+ "commit": "f28dbc97dc23cdb0b4c74f8805775c787635871e",
+ "sha256": "02ch0gdw610c8dfxxjxs7ijsc9lzbhklj7hqgwfwksnyc36zcjmn",
+ "fetcher": "github",
+ "repo": "akermu/cbm.el",
+ "unstable": {
+ "version": [
+ 20171116,
+ 1240
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5b41c936ba9f6d170309a85ffebc9939c1050b31",
+ "sha256": "091ln3d0jhdgahbwfdm1042b19886n3kwipw5gk8d0jnq5vwrkws"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5b41c936ba9f6d170309a85ffebc9939c1050b31",
+ "sha256": "091ln3d0jhdgahbwfdm1042b19886n3kwipw5gk8d0jnq5vwrkws"
+ }
+ },
+ {
+ "ename": "cc-cedict",
+ "commit": "368aaef30c5c4f38d9d2dd09f966e3dcc2463e11",
+ "sha256": "1h8i9nfd66ayka5vkm1lp5crr4nm1bzi4sak0xid85fzgmx364vr",
+ "fetcher": "github",
+ "repo": "xuchunyang/cc-cedict.el",
+ "unstable": {
+ "version": [
+ 20181217,
+ 1112
+ ],
+ "commit": "0dd9bcd5337c8f16fc9c8d27daba4a9362695c99",
+ "sha256": "16qp0r413lqrym2xh2vpx0hg295g8mr428fg6q07w1hnzz10dpc2"
+ }
+ },
+ {
+ "ename": "ccc",
+ "commit": "7375cab750a67ede1a021b6a4371b678a7b991b0",
+ "sha256": "0fckhmz4svcg059v4acbn13yf3ijs09fxmq1axc1b9bm3xxig2cq",
+ "fetcher": "github",
+ "repo": "skk-dev/ddskk",
+ "unstable": {
+ "version": [
+ 20151205,
+ 1343
+ ],
+ "commit": "ad61579af269291b4446f4bab0a58522cc454f1c",
+ "sha256": "0aisilp9wl9w8l6nsiy963wvja38pp57g3skdf6qbm5ak8bb3244"
+ }
+ },
+ {
+ "ename": "ccls",
+ "commit": "be27a4022d58860917a659fce2b7d7791fbea4e2",
+ "sha256": "0kiv0n6pdpa75wjcimpwccwbjbhga4gjnphjrkpj4qz5qv42rbnm",
+ "fetcher": "github",
+ "repo": "MaskRay/emacs-ccls",
+ "unstable": {
+ "version": [
+ 20190720,
+ 935
+ ],
+ "deps": [
+ "dash",
+ "lsp-mode",
+ "projectile"
+ ],
+ "commit": "9061ebbf9d5ec3ee7e88dbd226c77017cf0447b1",
+ "sha256": "106jh25ivq0ydiz37p51agk5zbpai7fv91pwn6dpqzsq5g281ls7"
+ }
+ },
+ {
+ "ename": "cd-compile",
+ "commit": "bca4c9e8b071497ac50a85741bf46be6eaae2135",
+ "sha256": "1a24rv1jbb883vwhjkw6qxv3h3qy039iqkhkx3jkq1ydidr9f0hv",
+ "fetcher": "github",
+ "repo": "jamienicol/emacs-cd-compile",
+ "unstable": {
+ "version": [
+ 20141108,
+ 1957
+ ],
+ "commit": "10284ccae86afda4a37b09ba90acd1e2efedec9f",
+ "sha256": "1a93cim1w96aaj81clhjv25r7v9bwqm9a818mn8lk4aj1bmhgc4c"
+ }
+ },
+ {
+ "ename": "cdb",
+ "commit": "b48fe069ecd95ea0f9768ecad969e0838344e45d",
+ "sha256": "1gx34062h25gqsl3j1fjlklha19snvmfaw068q6bv6x9r92niqnf",
+ "fetcher": "github",
+ "repo": "skk-dev/ddskk",
+ "unstable": {
+ "version": [
+ 20151205,
+ 1343
+ ],
+ "commit": "ad61579af269291b4446f4bab0a58522cc454f1c",
+ "sha256": "0aisilp9wl9w8l6nsiy963wvja38pp57g3skdf6qbm5ak8bb3244"
+ }
+ },
+ {
+ "ename": "cdlatex",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "021gj0jw93r8gk0cacw1ldfibpwr6fpkcrnign7b4nqqnb3135k9",
+ "fetcher": "github",
+ "repo": "cdominik/cdlatex",
+ "unstable": {
+ "version": [
+ 20190130,
+ 1419
+ ],
+ "commit": "90d785a94c0db7aa0043ea62f5807af3df155438",
+ "sha256": "1yhry3wrqh1ijc0n7140pnbwcamrgi89a75pg03zx0cqb5g6c8i6"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 7
+ ],
+ "commit": "b7183c2200392b6d85fca69390f4a65fac7a7b19",
+ "sha256": "1jj9vmhc4s3ych08bjm1c2xwi81z1p20rj7bvxrgvb5aga2ghi9d"
+ }
+ },
+ {
+ "ename": "cdnjs",
+ "commit": "66e4ce4e2c7e4aaac9dc0ce476c4759b000ff5d6",
+ "sha256": "1clm86n643z1prxrlxlg59jg43l9wwm34x5d88bj6yvix8g6wkb7",
+ "fetcher": "github",
+ "repo": "yasuyk/cdnjs.el",
+ "unstable": {
+ "version": [
+ 20161031,
+ 1522
+ ],
+ "deps": [
+ "dash",
+ "deferred",
+ "f",
+ "pkg-info"
+ ],
+ "commit": "ce19880d3ec3d81e6c665d0b1dfea99cc7a3f908",
+ "sha256": "02j45ngddx7n5gvy42r8y3s22bmxlnvg2pqjfh0li8m599fnd11h"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "deferred",
+ "f",
+ "pkg-info"
+ ],
+ "commit": "ce19880d3ec3d81e6c665d0b1dfea99cc7a3f908",
+ "sha256": "02j45ngddx7n5gvy42r8y3s22bmxlnvg2pqjfh0li8m599fnd11h"
+ }
+ },
+ {
+ "ename": "cedit",
+ "commit": "0de4796054f0c616849904bacf05c74c7d2cdcf6",
+ "sha256": "169sy7a1bgczwfxkkzjiggb7vdjxhrx7i3a39g6zv9f1zs6byk6m",
+ "fetcher": "github",
+ "repo": "zk-phi/cedit",
+ "unstable": {
+ "version": [
+ 20141231,
+ 1614
+ ],
+ "commit": "0878d851b6307c162bfbddd2bb02789e5e27bc2c",
+ "sha256": "1f8gdj3p54q3410c66716y3l7i7nnkmq6hqz0dg1a1sc6jwdij3v"
+ }
+ },
+ {
+ "ename": "celery",
+ "commit": "4b896b2b89d990a7ce2f4bf4ce0aee0d126f3e55",
+ "sha256": "0m3hmvp6xz2m7z1kbb0ii0j3c95zi19652gfixq5a5x23kz8y59h",
+ "fetcher": "github",
+ "repo": "ardumont/emacs-celery",
+ "unstable": {
+ "version": [
+ 20170225,
+ 924
+ ],
+ "deps": [
+ "dash-functional",
+ "deferred",
+ "s"
+ ],
+ "commit": "51197d74f5eaa8ae09144af7663a2f4277f07d16",
+ "sha256": "1845qz0ih30z1jgm1zi11q4gvw9gy6w3vyj2mc1aiv5r170qj8as"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "deps": [
+ "dash-functional",
+ "deferred",
+ "s"
+ ],
+ "commit": "163ebede3f6a7f59202ff319675b0873dd1de365",
+ "sha256": "07h5g905i1jglsryl0dnqxz8yya5kkyjjggzbk4nl3rcj41lyas7"
+ }
+ },
+ {
+ "ename": "celestial-mode-line",
+ "commit": "cdb1d057f76166ba32d5028f18eec7d09857f990",
+ "sha256": "1s6vn71mxfvvafjs25j12z1gnmxnkvnw716zy5ifx1bs8s5960kq",
+ "fetcher": "github",
+ "repo": "ecraven/celestial-mode-line",
+ "unstable": {
+ "version": [
+ 20180518,
+ 822
+ ],
+ "commit": "3f5794aca99b977f1592cf1ab4516ae7922196a1",
+ "sha256": "01kdpfjnfnjll40n1zdp641gw8pk2vnv93a59lyx1mw1f30yvfr6"
+ }
+ },
+ {
+ "ename": "centaur-tabs",
+ "commit": "6685b1fa14f8b0b2ca1eacb426ca6856ada72190",
+ "sha256": "1dxngm93k6jaf6nvr8wwyh5y1yxlki8y0b8ls02x7lb7nfgdgj7n",
+ "fetcher": "github",
+ "repo": "ema2159/centaur-tabs",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1915
+ ],
+ "deps": [
+ "cl-lib",
+ "powerline"
+ ],
+ "commit": "de3738c14b8e73e135c16e26ca405f18459fbb20",
+ "sha256": "11w5nhiaz7wrb8kgkv832xg0fmm0251wy6klxrk5gsdjh2c5qf26"
+ }
+ },
+ {
+ "ename": "centered-cursor-mode",
+ "commit": "9a7a28caba49a20413dec3c3d0cc9c36b859834d",
+ "sha256": "1yy50p3xprkqiak3vfly5s5kpbbdmxmw6fhgz13fw97553hr3w5x",
+ "fetcher": "github",
+ "repo": "andre-r/centered-cursor-mode.el",
+ "unstable": {
+ "version": [
+ 20190306,
+ 1006
+ ],
+ "commit": "90e6d68a74d134f67c32d0621d64db90703c46eb",
+ "sha256": "05x1hppnmhinb92zblkwdpwkf0bhk7jsj2mms8mi1gl27pn7zg14"
+ }
+ },
+ {
+ "ename": "centered-window",
+ "commit": "58bfd795d4d620f0c83384fb03008e129c71dc09",
+ "sha256": "0w6na4ld79bpmkiv6glbrphc32v6g2rcrpi28259i94jhgy1kxqk",
+ "fetcher": "github",
+ "repo": "anler/centered-window-mode",
+ "unstable": {
+ "version": [
+ 20171127,
+ 949
+ ],
+ "commit": "24f7c5be9def20879f46659082d497e67b55d7af",
+ "sha256": "0387x0z2l0yvbhkvh3rf3h2ddk7bvwgkpvpngwhhsjbc4hh4k3hz"
+ }
+ },
+ {
+ "ename": "centimacro",
+ "commit": "de048d6e5d11a42d92de1938fd74fd37146a5a89",
+ "sha256": "1qbyfi6s4hdp5sv394w3sib8g2kx06i06q8gh6hdv5pis5kq9fx6",
+ "fetcher": "github",
+ "repo": "abo-abo/centimacro",
+ "unstable": {
+ "version": [
+ 20140306,
+ 1427
+ ],
+ "commit": "1b97a9b558ed9c49d5da1bfbf29b2506575c2742",
+ "sha256": "0zqrpaq9c3lm12jxnvysh8f3m3193k22zaj0ycscdqd1jpq4wcgh"
+ }
+ },
+ {
+ "ename": "cerbere",
+ "commit": "4145e270a2113f30f8bb4d0f6c335f1c76f77b1c",
+ "sha256": "1g3svmh5dlh5mvyag3hmiy90dfkk6f7ppd9qpwckxqyll9vl7r06",
+ "fetcher": "github",
+ "repo": "nlamirault/cerbere",
+ "unstable": {
+ "version": [
+ 20181113,
+ 1641
+ ],
+ "deps": [
+ "pkg-info"
+ ],
+ "commit": "c667c165d9c1657f13d2d46f09ba21b61f9402cc",
+ "sha256": "0kqwcy96fy9mdhwsxh1zj2zn5qr7wvss22qq2ij2kpyh3jh8gxya"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "f",
+ "go-mode",
+ "pkg-info",
+ "s"
+ ],
+ "commit": "11de1e7ec5126083ae697f5a9993facdb9895f9d",
+ "sha256": "08hqgsjvs62l1cfzshbpj80xd8365qmx2b5r5jq20d5cj68s36wl"
+ }
+ },
+ {
+ "ename": "ceylon-mode",
+ "commit": "09cd1a2ccf33b209a470780a66d54e1b1d597a86",
+ "sha256": "0dgqmmb8qmvzn557h0fw1mx4y0p96870l8f8glizkk3fifg7wgq4",
+ "fetcher": "github",
+ "repo": "lucaswerkmeister/ceylon-mode",
+ "unstable": {
+ "version": [
+ 20180606,
+ 1324
+ ],
+ "commit": "948515672bc596dc118e8e3ede3ede5ec6a3c95a",
+ "sha256": "1a9f9h5kywfy8c2kmaxc9vf5zcykbhghpi3ra2l3z5hm0knq54ay"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "00f790b3ed5ec48e2461e20a4d466ba45c634e13",
+ "sha256": "08zk6aspy59gv3989zxz0ibxxwkbjasa83ilpzvpcwszrzq8x640"
+ }
+ },
+ {
+ "ename": "cfengine-code-style",
+ "commit": "c737839aeda583e61257ad40157e24df7f918b0f",
+ "sha256": "1ny8xvdnz740qmw9m81xnwd0gh0a516arpvl3nfimglaai5bfc9a",
+ "fetcher": "github",
+ "repo": "cfengine/core",
+ "unstable": {
+ "version": [
+ 20171115,
+ 2108
+ ],
+ "commit": "2a473e3acb297086c988a84972ab37f77fabaaa9",
+ "sha256": "0piak5l66al28xg9m7ypv83l12q3v9fcndvnnarqvpmh5db1alp1"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 14,
+ 0
+ ],
+ "commit": "44c447317b7ab87f973f21170a9c17a58b1c75c8",
+ "sha256": "0fk4x7qn7dsc7jqgbr3bpnphq7a1s4faqjci1j08cnigb3b5x585"
+ }
+ },
+ {
+ "ename": "cff",
+ "commit": "c4e056132be11481aa26e89d5af1cd03925f92d1",
+ "sha256": "04b2ck1jkhsrka6dbyn6rpsmmc2bn13kpyhzibd781hj73d93jgc",
+ "fetcher": "github",
+ "repo": "fourier/cff",
+ "unstable": {
+ "version": [
+ 20160118,
+ 2018
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b6ab2a28e64ef06f281ec74cfe3114e450644dfa",
+ "sha256": "019vqjmq6hb2f5lddqy0ya5q0fd47xix29cashlchz0r034rc32r"
+ }
+ },
+ {
+ "ename": "cfml-mode",
+ "commit": "0d28507e1109195004a371fa201d914b995c2b4e",
+ "sha256": "0q88lxhkzzab4jjihk0livdpn6lsmd8l2s4brcbl8402m285sylp",
+ "fetcher": "github",
+ "repo": "am2605/cfml-mode",
+ "unstable": {
+ "version": [
+ 20190617,
+ 1130
+ ],
+ "commit": "b06d7cee2af0ed5d55a94f0db80fc1f429a1829a",
+ "sha256": "0gzkjyai3njllbifm66mjwndy8xl06ph1957l75il9797jzxw4sc"
+ }
+ },
+ {
+ "ename": "cframe",
+ "commit": "6e39555b2538cc8a955766c5533871396e8fe712",
+ "sha256": "0pngdaflk1pk2xmwbij4b520b3mlacnjab4r3jby0phah44ziv4l",
+ "fetcher": "github",
+ "repo": "plandes/cframe",
+ "unstable": {
+ "version": [
+ 20190616,
+ 1946
+ ],
+ "deps": [
+ "buffer-manage",
+ "dash"
+ ],
+ "commit": "38026cbd004231c5525bea31723ced39311bb408",
+ "sha256": "1j5g1gdd1fhqfwxgjjvy7ywhb3cfvdl5rxlklacy5qfs4dva8z06"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "buffer-manage",
+ "dash"
+ ],
+ "commit": "bb99672502046e87c8f029ce98c637f762a4fc54",
+ "sha256": "088px3wlvr4km913y7hajrjqnxnv6n325rk6353bkbah2d75vxq4"
+ }
+ },
+ {
+ "ename": "cfrs",
+ "commit": "3ce16d27a9d73a5eaffebf7b0ff36d90c292248f",
+ "sha256": "03mi5iz0yny2ddvp41l3yc49583zw0wqsv33rkycjfj562903syx",
+ "fetcher": "github",
+ "repo": "Alexander-Miller/cfrs",
+ "unstable": {
+ "version": [
+ 20190618,
+ 1458
+ ],
+ "deps": [
+ "dash",
+ "posframe",
+ "s"
+ ],
+ "commit": "de83b587affe374d1cf6e6c2d747696e6c33a817",
+ "sha256": "130g09i38k77y2kyirg54dglksl6vrypdhh4h2j8hzy1mipc5a43"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "deps": [
+ "dash",
+ "posframe",
+ "s"
+ ],
+ "commit": "de83b587affe374d1cf6e6c2d747696e6c33a817",
+ "sha256": "130g09i38k77y2kyirg54dglksl6vrypdhh4h2j8hzy1mipc5a43"
+ }
+ },
+ {
+ "ename": "cg",
+ "commit": "be27e728327016b819535ef8cae10020e5a07c2e",
+ "sha256": "1xffjilr9f2s3w7j8f3clq7qvsnr0lr8gadlybpzzy8x5fbmk4n3",
+ "fetcher": "github",
+ "repo": "emacsmirror/cg",
+ "unstable": {
+ "version": [
+ 20190316,
+ 2206
+ ],
+ "commit": "9349600829ca1758306e703a649874f8c63955fa",
+ "sha256": "1s3s37g99x19zxnq0xbiy95kjhm2hb09saxic2basapcp0sdfbwh"
+ }
+ },
+ {
+ "ename": "challenger-deep-theme",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "02k0irp27wv1b5g2a6g86zp7cdprv17c0mlhkjsq2brls274ch3y",
+ "fetcher": "github",
+ "repo": "challenger-deep-theme/emacs",
+ "unstable": {
+ "version": [
+ 20181205,
+ 1834
+ ],
+ "commit": "96b7b1e2a9a3f8ffcbc36a1f37251b1232539d89",
+ "sha256": "1wvxblnn9qp75r33w3mlbjgqlq8dbh6m38snwkc45071vdqfkyk0"
+ }
+ },
+ {
+ "ename": "change-inner",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "09y076vhhvp21jsvw9f5z4yk6cnmmjavg7600flxg5g27ydgix57",
+ "fetcher": "github",
+ "repo": "magnars/change-inner.el",
+ "unstable": {
+ "version": [
+ 20150707,
+ 1544
+ ],
+ "deps": [
+ "expand-region"
+ ],
+ "commit": "52c543a4b9808c0d15b565fcdf646c9779de33e8",
+ "sha256": "1m9sq93bwajbld3lnlzkjbsby5zlm9sxjzqynryyvsb9zr1d0a9z"
+ }
+ },
+ {
+ "ename": "chapel-mode",
+ "commit": "ff32db72ad55a7191b5105192480e17535c7edde",
+ "sha256": "0hmnsv8xf85fc4jqkaqz5j3sf56hgib4jp530vvyc2dl2sps6vzz",
+ "fetcher": "github",
+ "repo": "russel/Emacs-Chapel-Mode",
+ "unstable": {
+ "version": [
+ 20160504,
+ 808
+ ],
+ "commit": "6e095edd7639f5f0a81e14d6412410b49466697e",
+ "sha256": "0r3yja2ak3z62lav2s8vimmjyi4rd5s82fbs8r6p2k0shm6lj7hz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "936a76a26bdc4f9570c4d54369f74bcd1cb0a698",
+ "sha256": "0n93qz5hzsnrs6c3y5yighfpdpkkmabxyi5i755hfcs5007v199v"
+ }
+ },
+ {
+ "ename": "char-menu",
+ "commit": "f6676747e853045b3b19e7fc9524c793c6a08303",
+ "sha256": "11jkwghrmmvpv7piznkpa0wilwjdsps9rix3950pfabhlllw268l",
+ "fetcher": "github",
+ "repo": "mrkkrp/char-menu",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1343
+ ],
+ "deps": [
+ "avy-menu"
+ ],
+ "commit": "e73949b26406a397a70624f6086183cb41ce1353",
+ "sha256": "1v3zqazw89i0v68ga262s1ljf3g7s838vx6hirdy1xc2qxfqqmlk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "avy-menu"
+ ],
+ "commit": "f4d8bf8fa6787e2aaca2ccda5223646541d7a4b2",
+ "sha256": "0zyi1ha17jk3zz7nirasrrx43j3jkrsfz7ypbc4mk44w7hsvx2hj"
+ }
+ },
+ {
+ "ename": "charmap",
+ "commit": "11c549fca81c4276054f614d86d17fa7af4ab32e",
+ "sha256": "1j7762d2i17ysn9ys8j7wfv989avmax8iylml2hc26mwbpyfpm84",
+ "fetcher": "github",
+ "repo": "lateau/charmap",
+ "unstable": {
+ "version": [
+ 20160309,
+ 946
+ ],
+ "commit": "bd4b3e466d7a9433cf35167e3a68ec74fe631bb2",
+ "sha256": "0vqsfk83lg3gvcv62jsgxxwz7icpkpswgg30hmcq0qfg0dfwwcl9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "commit": "165193d91ef96f563ae8366ed4c1a2df5a4eaed2",
+ "sha256": "0crnd64cnsnaj5mcy55q0sc1rnamxa1xbpwpmirhyhxz780klww6"
+ }
+ },
+ {
+ "ename": "chatwork",
+ "commit": "77ae72e62b8771e890525c063522e7091ca8f674",
+ "sha256": "0p71swcpfqbx2zmp5nh57f0m30cn68g3019005wa5x4fg7dx746p",
+ "fetcher": "github",
+ "repo": "ataka/chatwork",
+ "unstable": {
+ "version": [
+ 20170511,
+ 442
+ ],
+ "commit": "fea231d479f06bf40dbfcf45de143eecc9ed744c",
+ "sha256": "163xr18lm4awfgh4lcp7pr04jirpvlk8w1g4445zbxbpjfvv268z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "fea231d479f06bf40dbfcf45de143eecc9ed744c",
+ "sha256": "163xr18lm4awfgh4lcp7pr04jirpvlk8w1g4445zbxbpjfvv268z"
+ }
+ },
+ {
+ "ename": "cheat-sh",
+ "commit": "ebac62fb3828d81e30145b9948d60e781e20eda2",
+ "sha256": "0f6wqyh3c3ap0l6khikqlw8sqqi6fsl468gn157faza4x63j9z80",
+ "fetcher": "github",
+ "repo": "davep/cheat-sh.el",
+ "unstable": {
+ "version": [
+ 20170802,
+ 1118
+ ],
+ "commit": "e90445124f3f145a047779e42d070a3c5e150f70",
+ "sha256": "06avap8w833syhz7pdpsm73nbsgbwzmpagd7f3khzaf6r6c90jmn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7
+ ],
+ "commit": "6409bb66241255cc9a0362f2acdcb0b34344f9f2",
+ "sha256": "1nmsja1s45fs93v2vbalfralixvzp88rgv47vf9p80i7x6w2149m"
+ }
+ },
+ {
+ "ename": "cheatsheet",
+ "commit": "0d2cd657fcadb2dd3fd12864fe94a3465f8c9bd7",
+ "sha256": "11z3svlzvmhdy0pkxbx9qz9bnq056cgkbfyw9z34aq1yxazi2cpq",
+ "fetcher": "github",
+ "repo": "darksmile/cheatsheet",
+ "unstable": {
+ "version": [
+ 20170126,
+ 2150
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e4f8e0110167ea16a17a74517d1f10cb7ff805b8",
+ "sha256": "1vy2qmx9872hfrfcycpsmy0si481rwv4q4gwiy8f2w04zb92szbn"
+ }
+ },
+ {
+ "ename": "checkbox",
+ "commit": "81c4a9d10238836865716f5ea45f8e0e625a87c6",
+ "sha256": "17gw6w1m6bs3sfx8nqa8nzdq26m8w85a0fca5qw3bmd18bcmknqa",
+ "fetcher": "github",
+ "repo": "camdez/checkbox.el",
+ "unstable": {
+ "version": [
+ 20141117,
+ 58
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "335afa4404adf72973195a580458927004664d98",
+ "sha256": "0660ix17ksxy5a5v8yqy7adr9d4bs6p1mnkc6lpyw96k4pn62h45"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2afc2011fa35ccfa0ce9ef46cb1896911fa340d1",
+ "sha256": "09ypxhfad3v1pz0xhw4xgxvfj7ad2kb3ff9zy1mnw7fzsa7gw6nj"
+ }
+ },
+ {
+ "ename": "chee",
+ "commit": "25b445a1dea5e8f1042bed6b5372471c25129fd8",
+ "sha256": "1sw84qaca2cwgrw332wfqjp3kg3axgi9n6wx5a6h2n3liq5yr1wj",
+ "fetcher": "github",
+ "repo": "eikek/chee",
+ "unstable": {
+ "version": [
+ 20171123,
+ 2233
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "669ff9ee429f24c3c2d03b83d9cb9aec5f86bb8b",
+ "sha256": "1k64mjzqmjirsld40dvmpq4llpb7ggx80r1hvsjqazc4mr16pbri"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "beeaa5bb2ce92f1a745440c7ff7468e5f6524701",
+ "sha256": "1n0n6rnhms2mgh9yjc5whhf3n37y5lp9jk3ban6f6hn55f8p1gmk"
+ }
+ },
+ {
+ "ename": "cheerilee",
+ "commit": "da435df8d78b7c8d4834e00e35c69248a7043c0a",
+ "sha256": "15igjlnq35cg9nslyqa63i1inqipx3y8g7zg4r26m69k25simqrv",
+ "fetcher": "github",
+ "repo": "Vannil/cheerilee.el",
+ "unstable": {
+ "version": [
+ 20160313,
+ 1835
+ ],
+ "deps": [
+ "xelb"
+ ],
+ "commit": "41bd81b5b0bb657241ceda5be6af5e07254d7376",
+ "sha256": "1jdlp5cnsiza55vx4kxacqgk7yqg9fvd9swhwdxkczadb2d5l9p1"
+ }
+ },
+ {
+ "ename": "chef-mode",
+ "commit": "4044056af824d552a2852ef1f2e7166899f56d8c",
+ "sha256": "1pz82s82d4z3vkm8mpmwdxb9pd11kq09g23mg461lzqxjjw734rr",
+ "fetcher": "github",
+ "repo": "mpasternacki/chef-mode",
+ "unstable": {
+ "version": [
+ 20180628,
+ 1453
+ ],
+ "commit": "048d691cb63981ae235763d4a6ced4af5c729924",
+ "sha256": "1niin51xwkd8q3wbwcgb0gyk3sw1829qj2p2zv7fm8ljy1jicn2d"
+ }
+ },
+ {
+ "ename": "cherry-blossom-theme",
+ "commit": "401ae22f11f7ee808eb696a4c1f869cd824702c0",
+ "sha256": "1i3kafj3m7iij5mr0vhg45zdnkl9pg9ndrq0b0i3k3mw7d5siq7w",
+ "fetcher": "github",
+ "repo": "inlinestyle/emacs-cherry-blossom-theme",
+ "unstable": {
+ "version": [
+ 20150622,
+ 342
+ ],
+ "commit": "eea7653e00f35973857ee23b27bc2fae5e753e50",
+ "sha256": "0m97xr6lddy2jdmd4bl4kbp2568p4n110yfa9k7fqc20ihq8jkyd"
+ }
+ },
+ {
+ "ename": "chicken-scheme",
+ "commit": "03f4992471185bf41720ff6fc725fd5fa1291a41",
+ "sha256": "0ns49p7nsifpi7wrzr02ljrr0p6hxanrg54zaixakvjkxwcgfabr",
+ "fetcher": "github",
+ "repo": "dleslie/chicken-scheme.el",
+ "unstable": {
+ "version": [
+ 20141116,
+ 1939
+ ],
+ "commit": "19b0b08b5592063e852cae094b394c7d1f923639",
+ "sha256": "0j61lvr99viaharg4553whcppp7lxhimkk5lps0izz9mnd8y2wm5"
+ }
+ },
+ {
+ "ename": "chinese-conv",
+ "commit": "a798158829f8fd84dd3e5e3ec5987d98ff54e641",
+ "sha256": "1lqpq7pg0nqqqj29f8is6c724vl75wscmm1v08j480pfks3l8cnr",
+ "fetcher": "github",
+ "repo": "gucong/emacs-chinese-conv",
+ "unstable": {
+ "version": [
+ 20170807,
+ 2128
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b56815bbb163d642e97fa73093b5a7e87cc32574",
+ "sha256": "1bc3yn8y60y6a4vpqv39arn1pkcpl4s4n0sz9446f6m1lcal4c3r"
+ }
+ },
+ {
+ "ename": "chinese-number",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "0cjfxhd5izahkncs2nzpdv8brsxlwr2dx4hi07ymr62cr0hh0jgy",
+ "fetcher": "github",
+ "repo": "zhcosin/chinese-number",
+ "unstable": {
+ "version": [
+ 20161008,
+ 509
+ ],
+ "commit": "7311c2a0c5eea5f016a90d733dfe75144c302fb2",
+ "sha256": "01i7nycjnx4cpfgwakj14jv9dwybjl5jnslcxic9pr1n77mz53wk"
+ }
+ },
+ {
+ "ename": "chinese-wbim",
+ "commit": "3b6b1d100ddf29d6936569d61bf4be19a24d002d",
+ "sha256": "1pax3kpmvg170mpvfrjbpj9czq0xykmfbany2f7vbn96jb5xfmsb",
+ "fetcher": "github",
+ "repo": "zilongshanren/chinese-wbim",
+ "unstable": {
+ "version": [
+ 20190727,
+ 854
+ ],
+ "commit": "5d496364b0b6bbaaf0f9b37e5a6d260d4994f260",
+ "sha256": "1gmdklcldnzngki0rwa7f7lc71wb6qbyxcwlyqdw908ppkk40vbl"
+ }
+ },
+ {
+ "ename": "chinese-word-at-point",
+ "commit": "c9b7785eca577218feade982c979694389f37ec3",
+ "sha256": "0pjs4ckncv84qrdj0pyibrbiy86f1gmjla9n2cgh10xbc7j9y0c4",
+ "fetcher": "github",
+ "repo": "xuchunyang/chinese-word-at-point.el",
+ "unstable": {
+ "version": [
+ 20170811,
+ 941
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8223d7439e005555b86995a005b225ae042f0538",
+ "sha256": "13gva1ld4f9wwb2m4fpk6bd9342qvvmaf5i1r3x3h84czmk0nq1r"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "36a03cce32fe059d2b581cb2e029715c0be81074",
+ "sha256": "1jsy43avingxxccs0zw2qm5ysx8g76xhhh1mnyypxskl9m60qb4j"
+ }
+ },
+ {
+ "ename": "chinese-yasdcv",
+ "commit": "b6d727c30d2ec0f885a927a16a442fe220a740d5",
+ "sha256": "1y2qywldf8b8b0km1lcf74p0w6rd8gr86qcj7ikwhhbvd19dfglm",
+ "fetcher": "github",
+ "repo": "tumashu/chinese-yasdcv",
+ "unstable": {
+ "version": [
+ 20171015,
+ 144
+ ],
+ "deps": [
+ "cl-lib",
+ "pyim"
+ ],
+ "commit": "5ab830daf1273d5a5cddcb94b56a9737f12d996f",
+ "sha256": "1mv1n6m73aamxj18i851ww53q7p4ydiqgaapxyvjbm6sx8ddz9ak"
+ }
+ },
+ {
+ "ename": "chocolate-theme",
+ "commit": "77ad3eb92e1f7016ed703705697b3cdfe811c387",
+ "sha256": "14slzm0c1lwclmk73ivhflf2kkwmxr3fxy3c2h9r6x7p1z4l32d7",
+ "fetcher": "github",
+ "repo": "SavchenkoValeriy/emacs-chocolate-theme",
+ "unstable": {
+ "version": [
+ 20190811,
+ 1414
+ ],
+ "deps": [
+ "autothemer"
+ ],
+ "commit": "7b005d9ef522ccde84fc9488fa6ea3cc429f9c48",
+ "sha256": "176f7gcpzzsr74cspcm0f44bxpb8a4244zzljlqfpksfg8qpf23d"
+ }
+ },
+ {
+ "ename": "choice-program",
+ "commit": "6e39555b2538cc8a955766c5533871396e8fe712",
+ "sha256": "0a21yd3b8sb15vms9mclaa7xnnk0as08p6q38mwdwjp9sgcfyh1b",
+ "fetcher": "github",
+ "repo": "plandes/choice-program",
+ "unstable": {
+ "version": [
+ 20190721,
+ 1854
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "215e8ab6acc47f240b12bd11ab387da7f5de885d",
+ "sha256": "14sp47l7j7sv3bsrnwzqz6mzn3wwv4s75r5my6vjh39pn0qshfh1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "215e8ab6acc47f240b12bd11ab387da7f5de885d",
+ "sha256": "14sp47l7j7sv3bsrnwzqz6mzn3wwv4s75r5my6vjh39pn0qshfh1"
+ }
+ },
+ {
+ "ename": "chronometer",
+ "commit": "b20fa4885e2cdc0429d988c76b365bf34d9343db",
+ "sha256": "1kgfq9srch0amdgb4cvizlrg5xqq0hkkdq85yjr2xwsljh09m83k",
+ "fetcher": "github",
+ "repo": "marcelotoledo/chronometer",
+ "unstable": {
+ "version": [
+ 20190304,
+ 1528
+ ],
+ "commit": "8457b296ef87be339cbe47730b922757d60bdcd5",
+ "sha256": "1apzb0jccw91gdynqa1722bbalzj4kp9fq25zzw1rxsrgh3mgmc5"
+ }
+ },
+ {
+ "ename": "chronos",
+ "commit": "53648c5699fc03e50774270f9560c727e2c22873",
+ "sha256": "1fwpll0mk6pc37qagbq3b3z32d2qwz993nxp9pjw4qbmlnq6sy9d",
+ "fetcher": "github",
+ "repo": "dxknight/chronos",
+ "unstable": {
+ "version": [
+ 20150602,
+ 1529
+ ],
+ "commit": "b360d9dae57aa553cf2a14ffa0756a51ad71de09",
+ "sha256": "1mqdz3rvx0jm80fgzw3s3lqn448kqrlrifdwcg36cqq4qmkpalq4"
+ }
+ },
+ {
+ "ename": "chruby",
+ "commit": "1989a3c6fa4cd7aaf6b0b202f197eb7db51936b9",
+ "sha256": "0pk6vdvmifiq52n452lbrkklxa69c40bfyzra9qhrghxr2q5v3mk",
+ "fetcher": "github",
+ "repo": "plexus/chruby.el",
+ "unstable": {
+ "version": [
+ 20180114,
+ 1652
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "42bc6d521f832eca8e2ba210f30d03ad5529788f",
+ "sha256": "06pvjw40qk017py9km26vjrh90acycnkr5r04nxf664qqkjlg2mc"
+ }
+ },
+ {
+ "ename": "chyla-theme",
+ "commit": "5c55eebf8df165360ce1e5d18e484c90f296fe52",
+ "sha256": "1mgr6483bjjwk8bi6kijyw61s52nq6g2svhy5n1jnffi3gaw7hl5",
+ "fetcher": "github",
+ "repo": "chyla/ChylaThemeForEmacs",
+ "unstable": {
+ "version": [
+ 20180302,
+ 1658
+ ],
+ "commit": "ae5e7ecace2ab474151eb0ac5ef07fba2dc32f8a",
+ "sha256": "1gqzwwr3fnhd9iqn7zmqpxgxvmrhq7g849ndjwizksk0bfj3b596"
+ }
+ },
+ {
+ "ename": "cider",
+ "commit": "55a937aed818dbe41530037da315f705205f189b",
+ "sha256": "1a6hb728a3ir18c2dn9zfd3jn79fi5xjn5gqr7ljy6qb063xd4qx",
+ "fetcher": "github",
+ "repo": "clojure-emacs/cider",
+ "unstable": {
+ "version": [
+ 20190811,
+ 1423
+ ],
+ "deps": [
+ "clojure-mode",
+ "parseedn",
+ "pkg-info",
+ "queue",
+ "seq",
+ "sesman",
+ "spinner"
+ ],
+ "commit": "31f83dfadbf0d180a6273f8b19429e12bc23ef3a",
+ "sha256": "0bwjg4fgn9l9xjk4q7mkn56nlvygfjg5hzfdy3hy2k6a2w4s9ka0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 21,
+ 0
+ ],
+ "deps": [
+ "clojure-mode",
+ "pkg-info",
+ "queue",
+ "seq",
+ "sesman",
+ "spinner"
+ ],
+ "commit": "200c88adb1314b5811ba749af42ffb6817c1ca1b",
+ "sha256": "0lbrwj67fnvynkdkzvnzp3p8vqlz0ldrcs317vg60bqfhx7hvqkj"
+ }
+ },
+ {
+ "ename": "cider-decompile",
+ "commit": "0b7f7f23bb15922ce7a7dad1ae23093db72aa10c",
+ "sha256": "0jhsm31zcfwkbpsdh1lvmjm1fv2m7y849930sjvf5nxv3ffhx3b4",
+ "fetcher": "github",
+ "repo": "clojure-emacs/cider-decompile",
+ "unstable": {
+ "version": [
+ 20151122,
+ 537
+ ],
+ "deps": [
+ "cider",
+ "javap-mode"
+ ],
+ "commit": "5d87035f3c3c14025e8f01c0c53d0ce2c8f56651",
+ "sha256": "1w4y65s3m2irga4iqfqqkcmvl6ss24zmaxqzbfib8jmi84r4lpac"
+ }
+ },
+ {
+ "ename": "cider-eval-sexp-fu",
+ "commit": "947f4d106d70f95ca8aac124ab0d90b2975208df",
+ "sha256": "1n4sgv042qd9560pllabysx0c5snly6i22bk126y8f8rn0zj58iq",
+ "fetcher": "github",
+ "repo": "clojure-emacs/cider-eval-sexp-fu",
+ "unstable": {
+ "version": [
+ 20190311,
+ 2152
+ ],
+ "deps": [
+ "eval-sexp-fu"
+ ],
+ "commit": "7fd229f1441356866aedba611fd0cf4e89b50921",
+ "sha256": "01gky548v3758fyr317lkwsc9aacab6m9d9vk1mrr3qyvmciwd51"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "eval-sexp-fu"
+ ],
+ "commit": "7fd229f1441356866aedba611fd0cf4e89b50921",
+ "sha256": "01gky548v3758fyr317lkwsc9aacab6m9d9vk1mrr3qyvmciwd51"
+ }
+ },
+ {
+ "ename": "cider-hydra",
+ "commit": "51d5e6471f88337c478ee5c189f037aaec937f56",
+ "sha256": "1qjgfrj3ck70vkyc9c00mif0jq5hc2yan2hql31qzbpqzg3pi2r7",
+ "fetcher": "github",
+ "repo": "clojure-emacs/cider-hydra",
+ "unstable": {
+ "version": [
+ 20181015,
+ 727
+ ],
+ "deps": [
+ "cider",
+ "hydra"
+ ],
+ "commit": "5956c3909cd9beae11f64973e4f0d830cea7860d",
+ "sha256": "1hnari85c4y5sc8cdv2idkg2qv058crz54xdidnphr1wgw5zhvpk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cider",
+ "hydra"
+ ],
+ "commit": "5956c3909cd9beae11f64973e4f0d830cea7860d",
+ "sha256": "1hnari85c4y5sc8cdv2idkg2qv058crz54xdidnphr1wgw5zhvpk"
+ }
+ },
+ {
+ "ename": "ciel",
+ "commit": "9c70c007a557ea9fb9eb4d3f8b7adbe4dac39c8a",
+ "sha256": "0rz7z3shhsvky91b581nn3hw760nlsc94fl35flm1973kvm9lvdp",
+ "fetcher": "github",
+ "repo": "cs14095/ciel.el",
+ "unstable": {
+ "version": [
+ 20180914,
+ 815
+ ],
+ "commit": "429773a3c551691a463ecfddd634b8bae2f48503",
+ "sha256": "0xykdwsjgx44c0l5v9swkjjv0xa673krzlc71b1sc4dw9l526s4m"
+ }
+ },
+ {
+ "ename": "cil-mode",
+ "commit": "ccbf4a7c9df3c85207c7160ee68ecc4ba4f3801a",
+ "sha256": "1h18r086bqspyn5n252yzw8x2zgyaqzdd8pbcf5gqlh1w8kapq4y",
+ "fetcher": "github",
+ "repo": "ForNeVeR/cil-mode",
+ "unstable": {
+ "version": [
+ 20160622,
+ 1430
+ ],
+ "commit": "a78a88ca9a66a82f069329a96e34b67478ae2d9b",
+ "sha256": "06p6hz6jrnvnlbxdr1pjgf5wh4n34kf6al4589qg1s88r2lf86bl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "a78a88ca9a66a82f069329a96e34b67478ae2d9b",
+ "sha256": "06p6hz6jrnvnlbxdr1pjgf5wh4n34kf6al4589qg1s88r2lf86bl"
+ }
+ },
+ {
+ "ename": "cinspect",
+ "commit": "1e5b5bdbfeb59ed8e98e50d0cc773d78c72d1699",
+ "sha256": "0djh61mrfgcm3767ll1l5apw6646j4fdcaripksrmvn5aqfn8rjj",
+ "fetcher": "github",
+ "repo": "inlinestyle/cinspect-mode",
+ "unstable": {
+ "version": [
+ 20150716,
+ 233
+ ],
+ "deps": [
+ "cl-lib",
+ "deferred",
+ "python-environment"
+ ],
+ "commit": "4e199a90f89b335cccda1518aa0963e0a1d4fbab",
+ "sha256": "190n4kdcqdwglhnawnj9mqjarmcaqylxipc07whmrii0jv279kjw"
+ }
+ },
+ {
+ "ename": "circadian",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1xxrhifw371yc4i2cddzcdmqh5dfc905wyl88765098685q8k4bp",
+ "fetcher": "github",
+ "repo": "guidoschmidt/circadian.el",
+ "unstable": {
+ "version": [
+ 20181024,
+ 1256
+ ],
+ "commit": "414127acad8e2e0092ca60918e6a7cb89da6e28a",
+ "sha256": "08cfhk33xawj0jbgywfn1w0j7gjyj9bcghbrwn96fd7wwj3wh5j2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 2
+ ],
+ "commit": "9894361dcd6ffb6d4629b4cbbabda2153699eb8e",
+ "sha256": "0wpsykmai3idz0bgfl07hwl9nr4x9sgprvqgw8jln4dz2wf5gdic"
+ }
+ },
+ {
+ "ename": "circe",
+ "commit": "a2b295656d53fddc76cacc86b239e5648e49e3a4",
+ "sha256": "1f54d8490gfx0r0cdvgmcjdxqpni43msy0k2mgqd1qz88a4b5l07",
+ "fetcher": "github",
+ "repo": "jorgenschaefer/circe",
+ "unstable": {
+ "version": [
+ 20190322,
+ 1242
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "6ccd4b494cbae9d28091217654f052eaea321007",
+ "sha256": "0cr9flk310yn2jgvj4hbqw9nj5wlfi0fazdkqafzidgz6iq150wd"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 11
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "6ccd4b494cbae9d28091217654f052eaea321007",
+ "sha256": "0cr9flk310yn2jgvj4hbqw9nj5wlfi0fazdkqafzidgz6iq150wd"
+ }
+ },
+ {
+ "ename": "circe-notifications",
+ "commit": "76c0408423c4e0728789de7b356b2971d6c446c7",
+ "sha256": "06y525x5yc0xgbw0cf16mc72ca9bv8j8z4gpgznbad2qp7psf53c",
+ "fetcher": "github",
+ "repo": "eqyiel/circe-notifications",
+ "unstable": {
+ "version": [
+ 20180102,
+ 2318
+ ],
+ "deps": [
+ "alert",
+ "circe"
+ ],
+ "commit": "291149ac12877bbd062da993479d3533a26862b0",
+ "sha256": "18mva5nn919c86sgk6kdh437vdnlh9bk7fg10xqcpics1yv3viaw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "alert",
+ "circe"
+ ],
+ "commit": "80c44441ecd3ae04ae63760aa20afa837c1ed05b",
+ "sha256": "0s0iw5vclciziga78f1lvj6sdg84a132in39k4vz0pj598ypin1w"
+ }
+ },
+ {
+ "ename": "citeproc",
+ "commit": "20aa56e9a4809cee1082224b1b4e65921a48bda1",
+ "sha256": "1qphg2bg7vvjzgvnsscbyf40llxxh4aa2s2ffk8vsbfd4p8208cq",
+ "fetcher": "github",
+ "repo": "andras-simonyi/citeproc-el",
+ "unstable": {
+ "version": [
+ 20190422,
+ 2017
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "org",
+ "queue",
+ "s",
+ "string-inflection"
+ ],
+ "commit": "abab214473b7486f662c147f1c36b2a6b4b0302d",
+ "sha256": "0x4pjmjvi53ysfz1c0l1vi8fvd49fsdmn1j9g8zdry5b2kv36siw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "queue",
+ "s",
+ "string-inflection"
+ ],
+ "commit": "6d68f52ebd150e035b33dcaa59d9e2aceab69b84",
+ "sha256": "04xz3y3j8k1pv5v6v9wqscqlpmgqi85fs3igrv8c9y0xagild29k"
+ }
+ },
+ {
+ "ename": "cl-format",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "09jwy0fgaz2f04dvcdns6w859s6izvrkp8ib4lws3x8kx8z918fy",
+ "fetcher": "github",
+ "repo": "alvinfrancis/cl-format",
+ "unstable": {
+ "version": [
+ 20160413,
+ 45
+ ],
+ "commit": "4380cb8009c47cc6d9098b383082b93b1aefa460",
+ "sha256": "108s96viral3s62a77jfgvjam08hdk97frfmxjg3xpp2ifccjs7h"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "4380cb8009c47cc6d9098b383082b93b1aefa460",
+ "sha256": "108s96viral3s62a77jfgvjam08hdk97frfmxjg3xpp2ifccjs7h"
+ }
+ },
+ {
+ "ename": "cl-lib-highlight",
+ "commit": "696c79669478b0d1c9769cc6f0fe581ee056cf32",
+ "sha256": "13qdrvpxq928p27b1xdcbsscyhqk042rwfa17037gp9h02fd42j8",
+ "fetcher": "github",
+ "repo": "skeeto/cl-lib-highlight",
+ "unstable": {
+ "version": [
+ 20140127,
+ 2112
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fd1b308e6e989791d1df14438efa6b77d20f7c7e",
+ "sha256": "1mc8kayw8fmvpl0z09v6i68s2lharlwpzff0cvcsfn0an2imj2d0"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c117451df8455769701af6c8e92a8fb29c05e1fa",
+ "sha256": "12vgi5dicx3lxzngjcg9g3nflrhfy9wdw6ldm72zarp1h96jy5cw"
+ }
+ },
+ {
+ "ename": "cl-libify",
+ "commit": "22088f8779652072871d5c472c67f34bd0470129",
+ "sha256": "0p3b57vfzhk348hb7bcnkq4ihi4qzsy4hcdvwa1h85i84vwyzk5d",
+ "fetcher": "github",
+ "repo": "purcell/cl-libify",
+ "unstable": {
+ "version": [
+ 20181130,
+ 230
+ ],
+ "commit": "e205b96f944a4f312fd523804cbbaf00027a3c8b",
+ "sha256": "03xmpgpd4zw9x4shkz9aa744ifnwfblnq369qsp3r1awjacksrg3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "f7df5d868ada173bc81860ef81ece359f13ae4e4",
+ "sha256": "1xp0zajp4rsnxkfzrmz0m5bihk0n1hgwc1cm9q163b2azsvixxmw"
+ }
+ },
+ {
+ "ename": "clang-format",
+ "commit": "be27e728327016b819535ef8cae10020e5a07c2e",
+ "sha256": "0v8nvgjadzmsz088q6cgli5s99z45bz9qb508qln1yips42zn258",
+ "fetcher": "github",
+ "repo": "emacsmirror/clang-format",
+ "unstable": {
+ "version": [
+ 20180406,
+ 1514
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1469728c61dcba8fa09c456e841f97e9eb75fa85",
+ "sha256": "0w6pd47pfs8jna076xjz0xz1f7bxdgvyglpllkm62fifiy2n994l"
+ }
+ },
+ {
+ "ename": "clean-aindent-mode",
+ "commit": "ee9dac7c10e652f026643620418dfea9237a0d23",
+ "sha256": "1whzbs2gg2ar24kw29ffv94dgvrlfy2v4zdn0g7ksjjmmdr8ahh4",
+ "fetcher": "github",
+ "repo": "pmarinov/clean-aindent-mode",
+ "unstable": {
+ "version": [
+ 20171017,
+ 2043
+ ],
+ "commit": "a97bcae8f43a9ff64e95473e4ef0d8bafe829211",
+ "sha256": "07dgx09j6nn5dl9vpqfcs5yqm79kza3h3r1lb7r09wpkmrg0c2cr"
+ }
+ },
+ {
+ "ename": "clean-buffers",
+ "commit": "7fcabd17d7de9af443198ac9c2996bfbd94324de",
+ "sha256": "025sxrqxm24yg1wpfncrjw1nm91h0h7jy2xd5g20xqlinqqvdihj",
+ "fetcher": "github",
+ "repo": "lujun9972/clean-buffers",
+ "unstable": {
+ "version": [
+ 20160529,
+ 2259
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1be6c54e3095761b6b64bf749faae3dfce94e72a",
+ "sha256": "1h7kmj53fqwfzam3ywz3yn4abl2n94v0lxnyv7x4qzwi2ggizc3l"
+ }
+ },
+ {
+ "ename": "clear-text",
+ "commit": "d2ae86a3001587ba753fcd0ca5137cb65d38910d",
+ "sha256": "1cx2lbcbhd024pq9njan7xrlvj3k4c3wdsvgbz5qyna0k06ix8dv",
+ "fetcher": "github",
+ "repo": "xuchunyang/clear-text.el",
+ "unstable": {
+ "version": [
+ 20160406,
+ 2043
+ ],
+ "commit": "b50669b6077d6948f72cb3c649281d206e0c2f2b",
+ "sha256": "0y5z2pfhzpv67w2lnw1q06mflww90sfcilj89kqx2jhhrnrnn2ka"
+ }
+ },
+ {
+ "ename": "clevercss",
+ "commit": "ec88232feb9d0a04278d5f615bb0ee0833ecb8ca",
+ "sha256": "189f2l4za1j9ds0bhxrzyp7da9p6svh5dx2vnzf4vql7qhjk3gf0",
+ "fetcher": "github",
+ "repo": "jschaf/CleverCSS-Mode",
+ "unstable": {
+ "version": [
+ 20131229,
+ 155
+ ],
+ "commit": "b8a3c0dd674367c62b1a1ffec84d88fe0c0219bc",
+ "sha256": "19q6zbnl9fg4cwgi56d7p4qp6y3g0fdyihinpakby49xv2n2k8dx"
+ }
+ },
+ {
+ "ename": "click-mode",
+ "commit": "1859bb26e3efd66394d7d9f4d2296cbeeaf5ba4d",
+ "sha256": "1p5dz4a74w5zxdlw17h5z9dglapia4p29880liw3bif2c7dzkg0r",
+ "fetcher": "github",
+ "repo": "bmalehorn/click-mode",
+ "unstable": {
+ "version": [
+ 20180611,
+ 44
+ ],
+ "commit": "b94ea8cce89cf0e753b2ab915202d49ffc470fb6",
+ "sha256": "0bz0wp40khha96k74g9vgnzm7xzsrh0wh4vks205pjhaxabhb5vh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "commit": "c074e7b5b0a88434d0d3411f18884d1f6e288b33",
+ "sha256": "0w34ixzk8vs2nv5xr7l1b3k0crl1lqvbq6gs5r4b8rhsx9b6c1mb"
+ }
+ },
+ {
+ "ename": "cliphist",
+ "commit": "82d86dae4ad8efc8ef342883c164c56e43079171",
+ "sha256": "0mg6pznijba3kvp3r57pi54v6mgih2vfwj2kg6qmcy1abrc0xq29",
+ "fetcher": "github",
+ "repo": "redguardtoo/cliphist",
+ "unstable": {
+ "version": [
+ 20181229,
+ 1411
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "232ab0b3f6d502de61ebe76681a6a04d4223b877",
+ "sha256": "0is772r0b7i8rvra9zb94g9aczv8b6q0dmdk67wbli5rv5drfjyq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 6
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "232ab0b3f6d502de61ebe76681a6a04d4223b877",
+ "sha256": "0is772r0b7i8rvra9zb94g9aczv8b6q0dmdk67wbli5rv5drfjyq"
+ }
+ },
+ {
+ "ename": "clipmon",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "0qhav3scmk3zsa7v3hg3zczps0as3mzrz3cl34n3xlvf4f6ifd9k",
+ "fetcher": "github",
+ "repo": "bburns/clipmon",
+ "unstable": {
+ "version": [
+ 20180129,
+ 1054
+ ],
+ "commit": "95dc56c7ed84a654ec90f4740eb6df1050de8cf1",
+ "sha256": "0mfb4k0i71y49hn0xk5a1mv4zaj249qcan0y0nzvgf7mmvr32n9w"
+ }
+ },
+ {
+ "ename": "clippy",
+ "commit": "e3743596c4b6387351684b1bf00f17275b8e59e8",
+ "sha256": "0nqmc8f2qrsp25vzc66xw6b232n7fyw6g06mwn2cdpm3d2pgb7rg",
+ "fetcher": "github",
+ "repo": "Fuco1/clippy.el",
+ "unstable": {
+ "version": [
+ 20161028,
+ 1954
+ ],
+ "deps": [
+ "pos-tip"
+ ],
+ "commit": "e77f6b63e54d74e243be98accad474e38f7e2a86",
+ "sha256": "052xqscb63kjj6z9m0kk5jlfsy84g848lnpcn5yhz3km2r6nigqm"
+ }
+ },
+ {
+ "ename": "clips-mode",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "1ckk8ajr1x8y2h8jx2q233xs69nip3kjn0wp3xgfbwx7hjcbk7kr",
+ "fetcher": "github",
+ "repo": "clips-mode/clips-mode",
+ "unstable": {
+ "version": [
+ 20170909,
+ 823
+ ],
+ "commit": "dd38e2822640a38f7d8bfec4f69d8dd24be27074",
+ "sha256": "1q2jz72wi8d2pdrjic9kwqixp5sczjkkx8rf67rgaz37ysjpcbf6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "commit": "a3ab4a3e958d54a16544ec38fe6338f27df20817",
+ "sha256": "0i6sj5rs4b9v8aqq9l6wr15080qb101hdxspx6innhijhajgmssd"
+ }
+ },
+ {
+ "ename": "clj-refactor",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "05x0820x34pidcz03z96qs685y2700g7ha0dx4vy1xr7fg356c3z",
+ "fetcher": "github",
+ "repo": "clojure-emacs/clj-refactor.el",
+ "unstable": {
+ "version": [
+ 20190618,
+ 716
+ ],
+ "deps": [
+ "cider",
+ "clojure-mode",
+ "edn",
+ "hydra",
+ "inflections",
+ "multiple-cursors",
+ "paredit",
+ "seq",
+ "yasnippet"
+ ],
+ "commit": "50d2d8aad5e0bd8002173b300f8419d72ceab7af",
+ "sha256": "012mck2bqngx7s11d37q1h8ig5c167bn5b5rg40jn4vsybhyp2f5"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 4,
+ 0
+ ],
+ "deps": [
+ "cider",
+ "clojure-mode",
+ "edn",
+ "hydra",
+ "inflections",
+ "multiple-cursors",
+ "paredit",
+ "s",
+ "seq",
+ "yasnippet"
+ ],
+ "commit": "3d5d1fbf28bfcc00f917cd96d6784968dcbbc962",
+ "sha256": "1z9278syijnzxfwlghz7bps3jp4cdl0fxg6igwpjfl8ln56hxazk"
+ }
+ },
+ {
+ "ename": "cljr-helm",
+ "commit": "d99b67e295ef59916211bf22b57b4d093e3d53ab",
+ "sha256": "108a1xgnc6qy088vs41j3npwk25a5vny0xx4r3yh76jsmpdpcgnc",
+ "fetcher": "github",
+ "repo": "philjackson/cljr-helm",
+ "unstable": {
+ "version": [
+ 20160913,
+ 828
+ ],
+ "deps": [
+ "cl-lib",
+ "clj-refactor",
+ "helm-core"
+ ],
+ "commit": "f2fc7b698a56e4a44d5dfbc6a55d77a93c0fa9a4",
+ "sha256": "0jy6hkz8sr1bplymwxnjg4q408cw2dgfrv70chlw3y5ddc4cingj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 11
+ ],
+ "deps": [
+ "cl-lib",
+ "clj-refactor",
+ "helm-core"
+ ],
+ "commit": "f2fc7b698a56e4a44d5dfbc6a55d77a93c0fa9a4",
+ "sha256": "0jy6hkz8sr1bplymwxnjg4q408cw2dgfrv70chlw3y5ddc4cingj"
+ }
+ },
+ {
+ "ename": "cljsbuild-mode",
+ "commit": "d801a2e0ba5ae7c65b5d312fbf41261278a8b1ba",
+ "sha256": "0qvb990dgq4v75lwnd661wxszbdbhlgxpsyv4zaj6h10gp1vi214",
+ "fetcher": "github",
+ "repo": "kototama/cljsbuild-mode",
+ "unstable": {
+ "version": [
+ 20160402,
+ 1700
+ ],
+ "commit": "fa2315660cb3ce944b5e16c679dcf5afd6a97f4c",
+ "sha256": "0flnfivz6w3pkham3g08m3xzy3jg1rzvxfa00vkr7ll8iyv4ypqc"
+ }
+ },
+ {
+ "ename": "clmemo",
+ "commit": "e98b438990dc0dbda264fb4bf7a3237a2661baab",
+ "sha256": "03qa79ip0gqinj1kk898lcvixk98hf6gknz0yc2fnqcrm642k2vs",
+ "fetcher": "github",
+ "repo": "ataka/clmemo",
+ "unstable": {
+ "version": [
+ 20160326,
+ 1623
+ ],
+ "commit": "846a81b984d71edf8278a4d9f9b886e44d5b8365",
+ "sha256": "152qf7i5bf7xvr35gyawl8abkh7v5dsz957zxslrbbnc8bb1k6bz"
+ }
+ },
+ {
+ "ename": "cloc",
+ "commit": "0dd7a641efd13aa0bd7509d8a5b0a28e3a0493c8",
+ "sha256": "1ny5wixa9x4fq5jvhs01jmyvwkfvwwi9aamrcqsl42s9sx6ygz7a",
+ "fetcher": "github",
+ "repo": "cosmicexplorer/cloc-emacs",
+ "unstable": {
+ "version": [
+ 20170728,
+ 1824
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f30f0472e465cc8d433d2473e9d3b8dfe2c94491",
+ "sha256": "0g8hklc0914dsi3ks7g251w58ixa78qsh87dx914cc8sahpc0ws2"
+ }
+ },
+ {
+ "ename": "clocker",
+ "commit": "dadd3f5abad2e1f7863c4d654ff065f641395f64",
+ "sha256": "0cckrk40k1labiqjh7ghzpx5zi136xz70j3ipp117x52qf24k10k",
+ "fetcher": "github",
+ "repo": "roman/clocker.el",
+ "unstable": {
+ "version": [
+ 20190214,
+ 1833
+ ],
+ "deps": [
+ "dash",
+ "projectile",
+ "spaceline"
+ ],
+ "commit": "c4d76968a49287ce3bac0832bb5d5d076054c96f",
+ "sha256": "1wp74fmnk21n5lrpmyk9j25dc79jffbmmhbgg5avzv63az6ffkdk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 11
+ ],
+ "deps": [
+ "dash",
+ "projectile"
+ ],
+ "commit": "4a4831ed4e42e18976edd16b844cb16cb78f3c17",
+ "sha256": "0hz6a7gj0zfsdaifkhwf965c96rkjc3kivvqlf50zllsw0ysbnn0"
+ }
+ },
+ {
+ "ename": "clojars",
+ "commit": "7f766319c3e18a41017684ea503b0382e96ab31b",
+ "sha256": "1skvd29347hwapgdqznbzwfcp2nf077qkdzknxc8ylmqa32yf5w1",
+ "fetcher": "github",
+ "repo": "joshuamiller/clojars.el",
+ "unstable": {
+ "version": [
+ 20180825,
+ 1951
+ ],
+ "deps": [
+ "request-deferred"
+ ],
+ "commit": "696c5b056e45067512a7d6dcce2515f3c639f61b",
+ "sha256": "0qkkdlifii6wkfxaj95zphiw3psmf9qnds3whmp6jq2lq9wpd74f"
+ }
+ },
+ {
+ "ename": "clojure-mode",
+ "commit": "5e3cd2e6ee52692dc7b2a04245137130a9f521c7",
+ "sha256": "11n0rjhs1mmlzdqy711g432an5ybdka5xj0ipsk8dx6xcyab70np",
+ "fetcher": "github",
+ "repo": "clojure-emacs/clojure-mode",
+ "unstable": {
+ "version": [
+ 20190725,
+ 654
+ ],
+ "commit": "f23eb209a8bedec95e0ad0542762bd13998ba048",
+ "sha256": "1ighmb00qxk8fzc6g2n5pg4x7l079w9wazsd8kbvk6z09lpip5cs"
+ },
+ "stable": {
+ "version": [
+ 5,
+ 11,
+ 0
+ ],
+ "commit": "721287c7a756678d5fe8fa0dcb2d8dc846d239a2",
+ "sha256": "1x1yszp6waa778ki6sw66w1pzcz389wd01gkcldfxxnd7z89ad5d"
+ }
+ },
+ {
+ "ename": "clojure-mode-extra-font-locking",
+ "commit": "5e3cd2e6ee52692dc7b2a04245137130a9f521c7",
+ "sha256": "00nff9mkj61i76dj21x87vhz0bbkzgvkx1ypkxcv6yf3pfhq7r8n",
+ "fetcher": "github",
+ "repo": "clojure-emacs/clojure-mode",
+ "unstable": {
+ "version": [
+ 20190712,
+ 639
+ ],
+ "deps": [
+ "clojure-mode"
+ ],
+ "commit": "f23eb209a8bedec95e0ad0542762bd13998ba048",
+ "sha256": "1ighmb00qxk8fzc6g2n5pg4x7l079w9wazsd8kbvk6z09lpip5cs"
+ },
+ "stable": {
+ "version": [
+ 5,
+ 11,
+ 0
+ ],
+ "deps": [
+ "clojure-mode"
+ ],
+ "commit": "721287c7a756678d5fe8fa0dcb2d8dc846d239a2",
+ "sha256": "1x1yszp6waa778ki6sw66w1pzcz389wd01gkcldfxxnd7z89ad5d"
+ }
+ },
+ {
+ "ename": "clojure-quick-repls",
+ "commit": "e618430057eb3ac235ab4a44767524919c870036",
+ "sha256": "10glzyd4y3918pwp048pc1y7y7fa34fkqckn1nbys841dbssmay0",
+ "fetcher": "github",
+ "repo": "symfrog/clojure-quick-repls",
+ "unstable": {
+ "version": [
+ 20150814,
+ 736
+ ],
+ "deps": [
+ "cider",
+ "dash"
+ ],
+ "commit": "730311dd3ac4e0aceb0204f818b422017873467f",
+ "sha256": "1qxhgqldvzzbpr3cxkj3a1zhpjck04pcqli9nnnb75hawi7vi8si"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cider",
+ "dash"
+ ],
+ "commit": "90f82e294cfdfb65231adc456177580cd69bfc00",
+ "sha256": "0sw34yjp8934xd2n76lbwyvxkbyz5pxszj6gkflas8lfjvms9z7d"
+ }
+ },
+ {
+ "ename": "clojure-snippets",
+ "commit": "4898fc6746b30b0d0453b3b56d02479bfb0f70b9",
+ "sha256": "15622mdd6b3fpwp22d32p78yap08pyscs2vc83sv1xz4338i0lij",
+ "fetcher": "github",
+ "repo": "mpenet/clojure-snippets",
+ "unstable": {
+ "version": [
+ 20180314,
+ 1308
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "6068dca90467a0f4ebc2cd39338a173d6f5ddc04",
+ "sha256": "0vvadcydpsz4b17dlm1jd4fbddzfqibh3mlzv3k4gvp67vv10cqy"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "83785faa607884308a42b81f160854f2cecfd098",
+ "sha256": "1sdgf1avfw7w3m3i7nqb9m9nhqk8lr0bri686lrkq23ds2b44454"
+ }
+ },
+ {
+ "ename": "clomacs",
+ "commit": "345f9797e87e3f5f957c167a5e3d33d1e31b50a3",
+ "sha256": "1vfjzrzp58ap75i0dh5bwnlkb8qbpfmrd3fg9n6aaibvvd2m3hyh",
+ "fetcher": "github",
+ "repo": "clojure-emacs/clomacs",
+ "unstable": {
+ "version": [
+ 20190313,
+ 1517
+ ],
+ "deps": [
+ "cider",
+ "s",
+ "simple-httpd"
+ ],
+ "commit": "461be59e5f480af292c84fd6f7d88f1f885371a5",
+ "sha256": "1kglhcid32vxs8nc7j2jjbd0cbwxx2rc0y2wlhmcxpd3gsk2lwp3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "deps": [
+ "cider",
+ "s",
+ "simple-httpd"
+ ],
+ "commit": "d9783d42dbab9710afff5654bf931b00e9df4ac1",
+ "sha256": "0jwnsyg0vi9ghn9yfd97rjj9j9ja3ig8h63n4zjw71ww3bcdldc6"
+ }
+ },
+ {
+ "ename": "closql",
+ "commit": "2df16abf56e53d4a1cc267a78797419520ff8a1c",
+ "sha256": "13ybna20w2d1b3n0y5p1ybhkw0j0zh5nd43p1yvf8h1haj983l87",
+ "fetcher": "github",
+ "repo": "emacscollective/closql",
+ "unstable": {
+ "version": [
+ 20190731,
+ 1450
+ ],
+ "deps": [
+ "emacsql-sqlite"
+ ],
+ "commit": "70b98dbae53611d10a461d9b4a6f71086910dcef",
+ "sha256": "1wvhrihg663f61yzc7f0vha2abjdnlwbk0gjcwakdfk1bhwf5ikh"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "emacsql-sqlite"
+ ],
+ "commit": "012b94f8695e194455111fd54eff0b94dd0dd0db",
+ "sha256": "1xhpfjjkjqfc1k2rj77cscclz5r7gpvv3hi202x178vdcpipjwar"
+ }
+ },
+ {
+ "ename": "closure-lint-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "11kxgvfwngdjryrrihlpn0509axwv4zwkxzs4h1pw5vi7sv1n6xd",
+ "fetcher": "github",
+ "repo": "r0man/closure-lint-mode",
+ "unstable": {
+ "version": [
+ 20101118,
+ 2124
+ ],
+ "commit": "bc3d2fd5c35580bf1b8af43b12484c95a343b4b5",
+ "sha256": "0v0wdq0b5jz4x0d7dl3ilgf3aqp2hk375db366ij6gxwd0b9i3na"
+ }
+ },
+ {
+ "ename": "cloud-theme",
+ "commit": "2b003217d0d518b23385e9486c84db7036a479ad",
+ "sha256": "1q0y04rx4xj251fbnv01shk0l7xvqqsr4xm3m2m5q5gf18s66hrp",
+ "fetcher": "github",
+ "repo": "vallyscode/cloud-theme",
+ "unstable": {
+ "version": [
+ 20190811,
+ 1842
+ ],
+ "commit": "195ef1d55cf0e9aa25a257c93f1cff5ecf807374",
+ "sha256": "011f7x1qdjpz9vz76nd743fzlk2lp696286x2q3gmdhrmg7h3csc"
+ }
+ },
+ {
+ "ename": "cloud-to-butt-erc",
+ "commit": "b12354152cce6e9a281dc26018c763b6f93e3cee",
+ "sha256": "061mmw39dq8sqzi2589lf7svy15n2iyiwbfiram48r2yhma5dd0f",
+ "fetcher": "github",
+ "repo": "leathekd/cloud-to-butt-erc",
+ "unstable": {
+ "version": [
+ 20130627,
+ 2308
+ ],
+ "commit": "6710c03d1bc91736435cbfe845924940cae34e5c",
+ "sha256": "07kvnb6p35swkyj92c4wymsqq4r2885wdpqhv7nhicvi6n658kpf"
+ }
+ },
+ {
+ "ename": "clues-theme",
+ "commit": "6f26b8281f9bd05e3c8f2ef21838275711e622c9",
+ "sha256": "0b0gypmxx8qjd8hgxf4kbvci1nwacsxl7rm5s1bcnk9cwc6k2jpr",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-clues-theme",
+ "unstable": {
+ "version": [
+ 20161213,
+ 1127
+ ],
+ "commit": "abd61f2b7f3e98de58ca26e6d1230e70c6406cc7",
+ "sha256": "118k5bnlk9sc2n04saaxjncmc1a4m1wlf2y7xyklpffkazbd0m72"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "abd61f2b7f3e98de58ca26e6d1230e70c6406cc7",
+ "sha256": "118k5bnlk9sc2n04saaxjncmc1a4m1wlf2y7xyklpffkazbd0m72"
+ }
+ },
+ {
+ "ename": "cm-mode",
+ "commit": "42dda804ec0c7338c39c57eec6ba479609a38555",
+ "sha256": "1rgfpxbnp8wiq9j8aywm2n07rxzkhqljigwynrkyvrnsgxlq2a9x",
+ "fetcher": "github",
+ "repo": "joostkremers/criticmarkup-emacs",
+ "unstable": {
+ "version": [
+ 20170203,
+ 2107
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "276d49c859822265070ae5dfbb403fd7d8d06436",
+ "sha256": "0mqbjw9wiaq735v307hd7g0g6i3a4k7h71bi4g9rr2jbgiljmql4"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "276d49c859822265070ae5dfbb403fd7d8d06436",
+ "sha256": "0mqbjw9wiaq735v307hd7g0g6i3a4k7h71bi4g9rr2jbgiljmql4"
+ }
+ },
+ {
+ "ename": "cmake-font-lock",
+ "commit": "383a7f191c10916ad40284fba94f967765ffeb7e",
+ "sha256": "0ws4kd94m8fh55d7whsf3rj9qrxjp1wsgxh0valsjxyp2ck9zrz0",
+ "fetcher": "github",
+ "repo": "Lindydancer/cmake-font-lock",
+ "unstable": {
+ "version": [
+ 20190728,
+ 1901
+ ],
+ "deps": [
+ "cmake-mode"
+ ],
+ "commit": "e0ceaaae19c13b66f781512e3295bfc6707b56f4",
+ "sha256": "03gsyn95dlmsn15bl353bphi3qy7ccn5bss3f7n97kf38bllh0yf"
+ }
+ },
+ {
+ "ename": "cmake-ide",
+ "commit": "17e8a8a5205d222950dc8e9245549a48894b864a",
+ "sha256": "0xvy7l80zw67jgvk1rkhwzjvsqjqckmd8zj6s67rgbm56z6ypmcg",
+ "fetcher": "github",
+ "repo": "atilaneves/cmake-ide",
+ "unstable": {
+ "version": [
+ 20190731,
+ 1009
+ ],
+ "deps": [
+ "cl-lib",
+ "levenshtein",
+ "s",
+ "seq"
+ ],
+ "commit": "e3aa1ded10c079337826b40586111df7114f6379",
+ "sha256": "1s1z3m3qaf6ayp69w7h95ad3k4bs2iqqzsvjf94h5wd233mqlp2v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "deps": [
+ "cl-lib",
+ "levenshtein",
+ "seq"
+ ],
+ "commit": "a2e476ad42e61075cae9beb35fb83e3c1bf8619e",
+ "sha256": "0n169i4y2c450bk5r284bakjk3hsg74pply5fqxvdm6p5p1z2vr1"
+ }
+ },
+ {
+ "ename": "cmake-mode",
+ "commit": "9b95a562119259839dcaa08d27871282a5ca5391",
+ "sha256": "1nhnrkyfd8f2vgxvl5y78vvmjjhqjjpxqcdl7i7kwm243l2zy5g3",
+ "fetcher": "git",
+ "url": "https://gitlab.kitware.com/cmake/cmake.git",
+ "unstable": {
+ "version": [
+ 20190710,
+ 1319
+ ],
+ "commit": "7d194f7d8331a127e0b2b921dc6bc0abfe21a0f5",
+ "sha256": "0gqpm4cgcx176kamgx8p3vxxf9r41ckxy20gdw153fqbba2prsip"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 15,
+ 2
+ ],
+ "commit": "40bbe50e23c06232ccf1c49589dde5dd84e1ac31",
+ "sha256": "006ziv2imzxpq646f3vq30ylbpp84l2hf7ki0l7s521g1ikh1dy0"
+ }
+ },
+ {
+ "ename": "cmake-project",
+ "commit": "0857c4db1027981ea73bc32bcaa15e5df53edea3",
+ "sha256": "13n6j9ljvzjzkknbm9zkhxljcn12avl39gxqq95hah44dr11rns3",
+ "fetcher": "github",
+ "repo": "alamaison/emacs-cmake-project",
+ "unstable": {
+ "version": [
+ 20171121,
+ 1115
+ ],
+ "commit": "d3f408f226eff3f77f7e00dd519f4efc78fd292d",
+ "sha256": "1r8a3arpkkn91k619z4b6ywnq15glc4n1ji33l0q2m59f5sfk8mp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "commit": "ec61f687772cccdb699f64ebe1e8dc8ba83f790f",
+ "sha256": "10xlny2agxjknvnjdnw41cyb3d361yy0wvpc8l1d0xwnmmfh3bxk"
+ }
+ },
+ {
+ "ename": "cmd-to-echo",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1b4mw1ips4695ixgw2hyinq9ry3bx4d1842kr7k6155a1v34s4zh",
+ "fetcher": "github",
+ "repo": "mallt/cmd-to-echo",
+ "unstable": {
+ "version": [
+ 20161203,
+ 2133
+ ],
+ "deps": [
+ "s",
+ "shell-split-string"
+ ],
+ "commit": "e0e874fc0e1ad6d291e39ed76023445297ad438a",
+ "sha256": "0wi097yk9p1xcfmps1g58xvvlv60akwky4y0pxdz6pa31w9jd1q8"
+ }
+ },
+ {
+ "ename": "cmm-mode",
+ "commit": "07579854200302cf69e120648f4983961e628f7d",
+ "sha256": "184b8x19cnvx8z4dr9alv62wchzc7vr7crzz8jiyqw9d544zs50h",
+ "fetcher": "github",
+ "repo": "bgamari/cmm-mode",
+ "unstable": {
+ "version": [
+ 20150225,
+ 746
+ ],
+ "commit": "c3ad514dff3eb30434f6b20d953276d4c00de1ee",
+ "sha256": "0xdcw329d2gssx86iajwrgpr7yv69b9nflmzjgb4jvg4pskj4pgx"
+ }
+ },
+ {
+ "ename": "cnfonts",
+ "commit": "0d5787ffeeee68ffa41f3e777071815084e0ed7a",
+ "sha256": "1pryn08fkdrdj7w302205nj1qhfbk1jzqxx6717crrxakkdqmn9w",
+ "fetcher": "github",
+ "repo": "tumashu/cnfonts",
+ "unstable": {
+ "version": [
+ 20190314,
+ 1132
+ ],
+ "commit": "c31d13cc3c320fd5bf24bf8309c6d982a25c49ee",
+ "sha256": "0c50xacgcbk3kbkxbg713bmaidpmkhnsb89pn9v8p8rk5nz06b89"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 1
+ ],
+ "commit": "cbe1ddd49e33b790a568c55351146aa5b909f173",
+ "sha256": "11d44lf0m0kbzq1mvyqkl4aprys0xqaarp08nij57xnynin1rynx"
+ }
+ },
+ {
+ "ename": "cobalt",
+ "commit": "b2435d98e7564d333c8224b67ac6ad9c95debda1",
+ "sha256": "0r3fx1xx24x4qapbj2p8krc67rjmrjm88y89baf1x2swk7xdza92",
+ "fetcher": "github",
+ "repo": "cobalt-org/cobalt.el",
+ "unstable": {
+ "version": [
+ 20180304,
+ 1155
+ ],
+ "commit": "634ace275697e188746ca22a30ff94380ec756be",
+ "sha256": "1mrydmzldgabkkdpmlwfrfb6iddj4by7scc14k9bak5y6hj6ix7l"
+ }
+ },
+ {
+ "ename": "cobra-mode",
+ "commit": "e986942c391f50fb633097f2f31969a8aeecb99e",
+ "sha256": "11jscpbclxlq2xqy2nsfa4y575bp8h0kpkp8cfjqb05lm5ybcp89",
+ "fetcher": "github",
+ "repo": "Nekroze/cobra-mode",
+ "unstable": {
+ "version": [
+ 20140116,
+ 2116
+ ],
+ "commit": "acd6e53f6286af5176471d01f25257e5ddb6dd01",
+ "sha256": "1sx8grp3j7zcma3nb7zj6kijkdqx166vw1qgmm29hvx48bys6vlp"
+ }
+ },
+ {
+ "ename": "code-archive",
+ "commit": "a8d0832eff966874d90e1d5ac1043c03e96b1c25",
+ "sha256": "0rj7cvwzhgam25jxjw5aqx9cxa86008gx2mwcyjlbnjrkhcbi97a",
+ "fetcher": "github",
+ "repo": "mschuldt/code-archive",
+ "unstable": {
+ "version": [
+ 20190612,
+ 308
+ ],
+ "commit": "1ad9af6679d0294c3056eab9cad673f29c562721",
+ "sha256": "0s0zakrmbx9gr7ippnyqngc09xj9f7bsv0mv11p062a8pkilg219"
+ }
+ },
+ {
+ "ename": "code-library",
+ "commit": "197bdc508c4fd9712125553a108ca6c9fedcaefc",
+ "sha256": "0gi8lz2q0vis4nyziykq15jp3m3vykfwycbk6amhf1ybkn9k3ywj",
+ "fetcher": "github",
+ "repo": "lujun9972/code-library",
+ "unstable": {
+ "version": [
+ 20160426,
+ 1218
+ ],
+ "deps": [
+ "gist"
+ ],
+ "commit": "32d59c5c845d6dbdda18f9bd1c03a58d55417fc5",
+ "sha256": "1n00bb39jgx02zdgla85zx0a338xir0zh0af6xca14kg5bx07vsv"
+ }
+ },
+ {
+ "ename": "code-stats",
+ "commit": "20af5580926e9975605c0a245f6ac15c25f4921e",
+ "sha256": "0mwjlhpmrbh3mbw3hjlsbv1fr4mxh068c9g0zcxq7wkksxx707if",
+ "fetcher": "github",
+ "repo": "xuchunyang/code-stats-emacs",
+ "unstable": {
+ "version": [
+ 20190407,
+ 236
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "15242297279cb0dee01fbb93ef7536e337e20bb7",
+ "sha256": "1f2fmxpijggk804pa2m86z2n9kp11n4w5k83a7l2qw6c855ax8lx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "20d60ded0743f01206c3c2e92ab73788def9adcb",
+ "sha256": "0g8pqqpwmc646krdpfkri8q7pwnj8sb3pma5mfkwg8lvj6ddcx27"
+ }
+ },
+ {
+ "ename": "codebug",
+ "commit": "35cd654bd7b390518eb5ddca8842bdfcc9e9e6f1",
+ "sha256": "1cb2wvawp3wqslhgbmbw9xwcqgwfscqg0jfgqzi3nr42mjp9zgqj",
+ "fetcher": "github",
+ "repo": "shano/emacs-codebug",
+ "unstable": {
+ "version": [
+ 20140929,
+ 2137
+ ],
+ "commit": "ac0e4331ba94ccb5203fa492570e1ca6b90c3d52",
+ "sha256": "11v671c4338bsizbmm7ypp4x9s5hiwyddsg2ig6h157gfv2597pp"
+ }
+ },
+ {
+ "ename": "codesearch",
+ "commit": "0da1c6971ac2d3e9ee67731d00a9e8ca2d169826",
+ "sha256": "1zm7fqwiknk07c8aks1silnkxifkfbdzvbzg77wrap48k8mnw03l",
+ "fetcher": "github",
+ "repo": "abingham/emacs-codesearch",
+ "unstable": {
+ "version": [
+ 20181006,
+ 1431
+ ],
+ "deps": [
+ "log4e"
+ ],
+ "commit": "f6eb96f034a925444412cfa03e45e0ccbbafe3f2",
+ "sha256": "1xdkm1f04z1h3ivd6zm8hckf3n3fbi5rwybg4dwi5mim6w84i7j9"
+ }
+ },
+ {
+ "ename": "codic",
+ "commit": "acc9b816796b9f142c53f90593952b43c962d2d8",
+ "sha256": "0fq2qfqhkd6injgl66vcpd61j67shl9xj260aj6cgb2nriq0jxgn",
+ "fetcher": "github",
+ "repo": "syohex/emacs-codic",
+ "unstable": {
+ "version": [
+ 20150926,
+ 1127
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "52bbb6997ef4ab9fb7fea43bbfff7f04671aa557",
+ "sha256": "14jcxrs3b02pbppvdsabr7c74i3c6d1lmd6l1p9dj8gv413pghsz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "52bbb6997ef4ab9fb7fea43bbfff7f04671aa557",
+ "sha256": "14jcxrs3b02pbppvdsabr7c74i3c6d1lmd6l1p9dj8gv413pghsz"
+ }
+ },
+ {
+ "ename": "coffee-fof",
+ "commit": "9024e5a71c992509a1dea5f673a31b806d5e175e",
+ "sha256": "02cqza46qp8y69jd33cg4nmcgvrpwz23vyxqnmzwwvlmnbky96yc",
+ "fetcher": "github",
+ "repo": "yasuyk/coffee-fof",
+ "unstable": {
+ "version": [
+ 20131012,
+ 1230
+ ],
+ "deps": [
+ "coffee-mode"
+ ],
+ "commit": "211529594bc074721c6cbc4edb73a63cc05f89ac",
+ "sha256": "010v886ak0rbbhqwxwj6m0mkgh19s232igy7wwbv07l2pdqszf3p"
+ }
+ },
+ {
+ "ename": "coffee-mode",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1px50hs0x30psa5ljndpcc22c0qwcaxslpjf28cfgxinawnp74g1",
+ "fetcher": "github",
+ "repo": "defunkt/coffee-mode",
+ "unstable": {
+ "version": [
+ 20170324,
+ 940
+ ],
+ "commit": "86ab8aae8662e8eff54d3013010b9c693b16eac5",
+ "sha256": "0hf06wp6cpsm7fivwkph6xvc2r39xww8q3aibp4nprlrwcmmv2al"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "adfb7ae73d6ee2ef790c780dd3c967e62930e94a",
+ "sha256": "0yhmg5j051mviqp5laz7y1zjs1w9ykbbxqm7vrgf2py0hpd1kcrg"
+ }
+ },
+ {
+ "ename": "coin-ticker",
+ "commit": "fd783998658b69159e39d9440da7a0dd04135e49",
+ "sha256": "0v4zyswhghknlsal9xfsgwf8ckjwrjkjrg8w7p6yjqrxmfsbw93b",
+ "fetcher": "github",
+ "repo": "eklitzke/coin-ticker-mode",
+ "unstable": {
+ "version": [
+ 20170611,
+ 727
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "9efab90fe4e6f29464af14e0d8fd1e20c0147b80",
+ "sha256": "0xnrh6v4s2s3fgvw0v9fl48dlk4r2p6axp7xf41gzb1ai81yczhv"
+ }
+ },
+ {
+ "ename": "colemak-evil",
+ "commit": "0f0750a3f9537782ee61d6e56c51ce7b86def12e",
+ "sha256": "1bfzs5px1k6g3cnwjdaq2m78bbnfy3lxhjzkcch7zdv3nyacwl5z",
+ "fetcher": "github",
+ "repo": "patbl/colemak-evil",
+ "unstable": {
+ "version": [
+ 20171015,
+ 2307
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "192c779281ae1fbf2405dcdb55b3c5b2a1d0b3d1",
+ "sha256": "1clnvr7n6mx5b8pq1c6zchq7n1g8ip8hwgzc61ywrmiyv0v8rnc6"
+ }
+ },
+ {
+ "ename": "colonoscopy-theme",
+ "commit": "641d1959bd31598fcdacd39a3d1bb077dcccfa5c",
+ "sha256": "0x9bfr4j0sp41jkgnyjlaxnnjjrc102x6sznn6cgcmqk5qhswl4q",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-colonoscopy-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1309
+ ],
+ "commit": "64bbb322b13dae91ce9f1e3581f836f94f800ead",
+ "sha256": "1r0is6zjkzikm565fvmj0gx8ms5ig9l5xihnka4fig7jy6ak33z5"
+ }
+ },
+ {
+ "ename": "color-identifiers-mode",
+ "commit": "5c735755e414fdf169aca5ec6f742533d21472e0",
+ "sha256": "1hxp8lzn7kfckn5ngxic6qiz3nbynilqlxhlq9k1n1llfg216gfq",
+ "fetcher": "github",
+ "repo": "ankurdave/color-identifiers-mode",
+ "unstable": {
+ "version": [
+ 20190805,
+ 1455
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "58fc8706a8f44e8df4678eec8ce15636fd4db758",
+ "sha256": "04splp4nvfva2cv87gwmga9ak4fk1x8z087lbz0x46qy9sj0dpz4"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "536151410dbb198b328dc62b829d9692cec0b1bd",
+ "sha256": "1zwgyp65jivds9zvbp5k5q3gazffh3w0mvs739ddq93lkf165rwh"
+ }
+ },
+ {
+ "ename": "color-moccur",
+ "commit": "19105272fd8def5c7b22bfe5eeed5212e6ccae9c",
+ "sha256": "17b9walfc5c9qfdvl9pcwb2gjikc3wxk1d3v878ckypmxd38vciq",
+ "fetcher": "github",
+ "repo": "myuhe/color-moccur.el",
+ "unstable": {
+ "version": [
+ 20141223,
+ 35
+ ],
+ "commit": "4f1c59ffd1ccc2ab1a171cd6b721e8cb9e002fb7",
+ "sha256": "1p1f30qz4nd5a8ym2iwrgp6vhws0dls2qlc0apblj9nj3b0ziv0x"
+ }
+ },
+ {
+ "ename": "color-theme",
+ "commit": "90fc6a19838f8e5ffe3b96747784d2f5628f7434",
+ "sha256": "0sgjyiqi65ylvd926ywfjzh752bpch3szvx4z3la1r9gpkrnwspd",
+ "fetcher": "github",
+ "repo": "emacsattic/color-theme",
+ "unstable": {
+ "version": [
+ 20190220,
+ 1115
+ ],
+ "commit": "3a2f6b615f5e2401e30d93a3e0adc210bbb4b7aa",
+ "sha256": "09imx996afh3j207163kg8sc92hd7wljkpban1pnn6f67bgyrvlv"
+ }
+ },
+ {
+ "ename": "color-theme-approximate",
+ "commit": "f10631b740eea56e7209d7e84f0da8613274ef1d",
+ "sha256": "1wdnia9q42x7vky3ks555iic5s50g4mx7ss5ppaljvgxvbxyxqh1",
+ "fetcher": "github",
+ "repo": "tungd/color-theme-approximate",
+ "unstable": {
+ "version": [
+ 20140228,
+ 436
+ ],
+ "commit": "f54301ca39bc5d2ffb000f233f8114184a3e7d71",
+ "sha256": "1b0ymwszqsjcihcbfp7s4fjam983ixh3yb7sdc0rmqlyric1zwxq"
+ }
+ },
+ {
+ "ename": "color-theme-buffer-local",
+ "commit": "e43060d80b3345ef4e8df9f5a9d66af8a44a9c41",
+ "sha256": "1448rffyzn5k5mr31hwd28wlj7if7rp5sjlqcsvbxd2mnbgkgjz0",
+ "fetcher": "github",
+ "repo": "vic/color-theme-buffer-local",
+ "unstable": {
+ "version": [
+ 20170126,
+ 601
+ ],
+ "deps": [
+ "color-theme"
+ ],
+ "commit": "e606dec66f16a06140b9aad625a4fd52bca4f936",
+ "sha256": "0c04fy3hc8wc0aabilqx9mcipmd41rmshqjxc3z8m1w0bm4288g1"
+ }
+ },
+ {
+ "ename": "color-theme-modern",
+ "commit": "2db82e101916d8709b711034da5ca6e4072e1077",
+ "sha256": "0f662ham430fgxpqw96zcl1whcm28cv710g6wvg4fma60sblaxcm",
+ "fetcher": "github",
+ "repo": "emacs-jp/replace-colorthemes",
+ "unstable": {
+ "version": [
+ 20161219,
+ 1144
+ ],
+ "commit": "42a79266f1d7b473e9328e67a455e505e6c3eff5",
+ "sha256": "0mw5rnzzc4yfcflg59viy81ziws680r44xr05qg032b5x02l8ar9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "commit": "7107540d22e8ff045e0707de84c8b179fd829302",
+ "sha256": "0apvqrva3f7valjrxpslln8460kpr82z4zazj3lg3j82k102zla9"
+ }
+ },
+ {
+ "ename": "color-theme-sanityinc-solarized",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0xg79hgb893f1nqx6q4q6hp4w6rvgp1aah1v2r3scg2jk057qxkf",
+ "fetcher": "github",
+ "repo": "purcell/color-theme-sanityinc-solarized",
+ "unstable": {
+ "version": [
+ 20190206,
+ 59
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "54daf1e5a0fbee6682cade1f59171daf185239e3",
+ "sha256": "0z9p9lbngrv8yx9asmz6x89183gw2v75l990hr8m0aydfbfn6gnz"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 29
+ ],
+ "commit": "554e941131d009c0a5d7129ed96796182b4cc590",
+ "sha256": "13jmg05skv409z8pg5m9rzkajj9knyln0ff8a3i1pbpyrnpngmmc"
+ }
+ },
+ {
+ "ename": "color-theme-sanityinc-tomorrow",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1k8iwjc7iidq5sxybs47rnswa6c5dwqfdzfw7w0by2h1id2z6nqd",
+ "fetcher": "github",
+ "repo": "purcell/color-theme-sanityinc-tomorrow",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1314
+ ],
+ "commit": "025cda606860800fe32a81e25e81e18e2d841069",
+ "sha256": "0c6ibf29gxnm53q1xsrnfcl8r93apqpcljgj4m9knzswizxb2mqs"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 17
+ ],
+ "commit": "81d8990085960824f700520d08027e6aca58feaa",
+ "sha256": "1x3aq6hadp158vh8mf9hmj5rikq0qz7a1frv7vbl39xr3wcnjj23"
+ }
+ },
+ {
+ "ename": "color-theme-x",
+ "commit": "321900baf4149f8b58b075b9fb27716cf708f2a2",
+ "sha256": "0nb2hqmmj1rhqjcbv5m8r9g2bf993lp45ka9rrxqp0pkmyd9fvs2",
+ "fetcher": "github",
+ "repo": "ajsquared/color-theme-x",
+ "unstable": {
+ "version": [
+ 20180227,
+ 46
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "6c2264aa6c5d9a72caeae67ebaa4472090e70350",
+ "sha256": "1fyz8bampcqzpbyg0l1g0nvv2m5n8000xy5yl05217dlxb448nnd"
+ }
+ },
+ {
+ "ename": "colorless-themes",
+ "commit": "996d2a04de493d6ce8f5638df4500774010dcfe9",
+ "sha256": "1f3yz20379hx7gb5621apd1qvfv8kapgkcpni06p870w5p7ppmcl",
+ "fetcher": "git",
+ "url": "https://git.sr.ht/~lthms/colorless-themes.el",
+ "unstable": {
+ "version": [
+ 20190802,
+ 725
+ ],
+ "commit": "4f9d0ec5a078ab8442abdba0c35eb748728f3052",
+ "sha256": "1h8ggaqvrdj8cyknps9anh2xz08ar94137gydvxy8xgrmpa3jnc1"
+ }
+ },
+ {
+ "ename": "colormaps",
+ "commit": "f4c795d9e323b08bc8354a6933a061644705a2ec",
+ "sha256": "16plhgpfz1wb58p6h8wxjhplhgv0mbj3f2xj34p6vydh44l8w8q2",
+ "fetcher": "github",
+ "repo": "lepisma/colormaps.el",
+ "unstable": {
+ "version": [
+ 20171008,
+ 2224
+ ],
+ "commit": "19fbb64a6288d505b9cf45c9b5a3eed0bfb135e2",
+ "sha256": "0kbhy8bpxqdr1kjczz2vm7chfpjprx2frpbh1gh9i1gwwx5k4myp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "commit": "3a88961ba66b09a49ea5aa92b2b8776b2c92d68c",
+ "sha256": "083hks2zzalizdsgabiwc1kd114r748v5i3w3kfk8pv37i2gay35"
+ }
+ },
+ {
+ "ename": "column-enforce-mode",
+ "commit": "91bebef8e97665a5d076c557d559367911a25ea2",
+ "sha256": "1qh7kwr65spbbnzvq744gkksx50x04zs0nwn5ly60swc05d05lcg",
+ "fetcher": "github",
+ "repo": "jordonbiondo/column-enforce-mode",
+ "unstable": {
+ "version": [
+ 20171030,
+ 1900
+ ],
+ "commit": "2341a2b6a33d4b8b74c35062ec9cfe1bffd61944",
+ "sha256": "0rcxb7daxxrp5f1i5cbv25viwawbbsn4ij1mnlclp5wz7ilcy2rs"
+ }
+ },
+ {
+ "ename": "com-css-sort",
+ "commit": "ec27ae185c0308c445e461dc84f398483ca08c5a",
+ "sha256": "153yhyqrlmarz8rpcvb0rr7f388fhyb2val4qx2pzpsimklrwrcb",
+ "fetcher": "github",
+ "repo": "elpa-host/com-css-sort",
+ "unstable": {
+ "version": [
+ 20190723,
+ 1714
+ ],
+ "deps": [
+ "cl-lib",
+ "s"
+ ],
+ "commit": "e3c6a3a88c8f7e3ce7a5c6756b47a7aba7ffe149",
+ "sha256": "0c3pcgr95nhf2yx66hxiwwl6k2fqz8cpmr0y0fxzahkmvc4c9zi6"
+ }
+ },
+ {
+ "ename": "comb",
+ "commit": "1b236a1f3953475cbd7eb5c4289b092818ae08cf",
+ "sha256": "0n4pkigr07hwj5nb0ngs6ay80psqv7nppp82rg5w38qf0mjs3pkp",
+ "fetcher": "github",
+ "repo": "cyrus-and/comb",
+ "unstable": {
+ "version": [
+ 20180831,
+ 721
+ ],
+ "commit": "69d59284e19428794b5c0aaa9be0e7d2770cc846",
+ "sha256": "17kcj0bkarr9biyjf1kkj4l1n9qfh6lkhwfd32qlr5k7pnwnbirb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "8a68d313bf429763eb8aa78ece00230a668f2a1f",
+ "sha256": "1hh1lkan1ch5xyzrpfgzibf8dxmvaa1jfwlxyyhpnfs5h69h3245"
+ }
+ },
+ {
+ "ename": "comint-intercept",
+ "commit": "7d38188ec2d6e16714de9bb24ebd1ea89c7df3da",
+ "sha256": "1m2fn02n7aphlqmiaxgwp8jqg60sq4001cnkdxn5wb3w1hxy5qvq",
+ "fetcher": "github",
+ "repo": "hying-caritas/comint-intercept",
+ "unstable": {
+ "version": [
+ 20170317,
+ 1228
+ ],
+ "commit": "a329abf01fa8e0c6b02b46b29bcb421a21120dc5",
+ "sha256": "0qswlafav415fh1dwqjsjmqlbnsjdl9gl3nzzya76ql5f0gb7svb"
+ }
+ },
+ {
+ "ename": "command-log-mode",
+ "commit": "8426ca3c543178018f7feae6f0076af67a898483",
+ "sha256": "11jq6055bvpwvrm0b8cgab25wa2mcyylpz4j56h1nqj7cnhb6ppj",
+ "fetcher": "github",
+ "repo": "lewang/command-log-mode",
+ "unstable": {
+ "version": [
+ 20160413,
+ 447
+ ],
+ "commit": "af600e6b4129c8115f464af576505ea8e789db27",
+ "sha256": "06hll2frlx4sg9fj13a7ipq9y24isbjkjm6034xswhak40m7g1ii"
+ }
+ },
+ {
+ "ename": "command-queue",
+ "commit": "8fd6a70036e88039c850d280fbac782d04790a5f",
+ "sha256": "1jaywdg8vcf1v6ayy1zd5mjs0x3s96845ig9ssb08397lfqasx1k",
+ "fetcher": "github",
+ "repo": "Yuki-Inoue/command-queue",
+ "unstable": {
+ "version": [
+ 20160328,
+ 1725
+ ],
+ "commit": "f327c6f852592229a755ec6de0c62c6aeafd6659",
+ "sha256": "0216hzdl4h1jssw5g2y95z4yx7abqsaxpk1s78r35w5cnx7kplrc"
+ }
+ },
+ {
+ "ename": "commander",
+ "commit": "8b308e05dd85856addbc04a9438f5026803cebd7",
+ "sha256": "17y0hg6a90hflgwn24ww23qmvc1alzivpipca8zvpf0nih4fl393",
+ "fetcher": "github",
+ "repo": "rejeep/commander.el",
+ "unstable": {
+ "version": [
+ 20140120,
+ 1852
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "c93985dc318fe89e5a29abc21d19fb41e2fd14d2",
+ "sha256": "0mlabiraagqwl17payils5589fr2mivvkzrfic6ndsipryab6rfc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "2c8a57b9c619e29ccbe2d5a85921b9c689e95bf9",
+ "sha256": "1j6hhyzww7wfwk6bllbb5mk4hw4qs8hsgfbfdifsam9c6i4spm45"
+ }
+ },
+ {
+ "ename": "comment-dwim-2",
+ "commit": "4ac6ac97875117013515a36c9a4452fbd6c0d74c",
+ "sha256": "1w9w2a72ygsj5w47vjqcljajmmbz0mi8dhz5gjnpwxjwsr6fn6lj",
+ "fetcher": "github",
+ "repo": "remyferre/comment-dwim-2",
+ "unstable": {
+ "version": [
+ 20190105,
+ 1653
+ ],
+ "commit": "3dfdd58495c46a37708344a57c5c52beca6b2c1c",
+ "sha256": "08pi3y12i6wx69aj09nk5qd6lplwxq5wz3m7w5701988q39x62xl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 0
+ ],
+ "commit": "3dfdd58495c46a37708344a57c5c52beca6b2c1c",
+ "sha256": "08pi3y12i6wx69aj09nk5qd6lplwxq5wz3m7w5701988q39x62xl"
+ }
+ },
+ {
+ "ename": "comment-or-uncomment-sexp",
+ "commit": "d1e87e59e1a7c7c7d6eab7dd6b37114e567e5c13",
+ "sha256": "150gg1i593wgfzy0bg8jwgfc7a6hjnz84m2digjf3fpggvwv0rf8",
+ "fetcher": "github",
+ "repo": "Malabarba/comment-or-uncomment-sexp",
+ "unstable": {
+ "version": [
+ 20190225,
+ 1122
+ ],
+ "commit": "bec730d3fc1e6c17ff1339eb134af16c034a4d95",
+ "sha256": "1jhyr854qraza75hjza8fjz2s06iydmdsa61vf5bf2kj5g1bfqkj"
+ }
+ },
+ {
+ "ename": "comment-tags",
+ "commit": "6ac71f4ffc19bce4f571001f9270d5be855dfc3c",
+ "sha256": "13slv150zch0b7zpxa2dbqjzpqh0iy559m6rc0zs0dwdagzryp3i",
+ "fetcher": "github",
+ "repo": "vincekd/comment-tags",
+ "unstable": {
+ "version": [
+ 20170910,
+ 1735
+ ],
+ "commit": "7d914097f0a03484af71e621db533737fc692f58",
+ "sha256": "0s86a7078arck9z4gzkp2hnxyklprl0zh5hsw7nkyyscjydly80i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "pkg-info"
+ ],
+ "commit": "293a30026d7750f6657d6c2e6d6428abf1d7db5a",
+ "sha256": "06s0phgqpzkkv81gl0cm6x8rjs53lhs8b2j56xamflqiydq0fz7n"
+ }
+ },
+ {
+ "ename": "commentary-theme",
+ "commit": "852b5f83c9870209080d2ed39fede3215ae43e64",
+ "sha256": "1s3g40f0r0v8m1qqldvw64vs43i5xza7rwkvhxqcqmj6p1a7mqqw",
+ "fetcher": "github",
+ "repo": "pzel/commentary-theme",
+ "unstable": {
+ "version": [
+ 20181213,
+ 1045
+ ],
+ "commit": "9a825ae98166c9dbbf106e7be62ee69dd9f0342f",
+ "sha256": "1x30iyvvxggbh7xvp8lwpirvpqijchqf2fdaw4xrlbw5vajlaxcx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "commit": "9a825ae98166c9dbbf106e7be62ee69dd9f0342f",
+ "sha256": "1x30iyvvxggbh7xvp8lwpirvpqijchqf2fdaw4xrlbw5vajlaxcx"
+ }
+ },
+ {
+ "ename": "commenter",
+ "commit": "437afab17b22c0c559617afa06923b5bc73a3ae8",
+ "sha256": "01bm8jbj6xw23nls4fps6zwjkgvcsjhmn3l3ncqd764kwhxdx8q3",
+ "fetcher": "github",
+ "repo": "yuutayamada/commenter",
+ "unstable": {
+ "version": [
+ 20160219,
+ 1627
+ ],
+ "deps": [
+ "let-alist"
+ ],
+ "commit": "6d1885419434ba779270c6fda0e30d390bb074bd",
+ "sha256": "1jwd3whag39qhzhbsfivzdlcr6vj37dv5ychkhmilw8v6dfdnpdb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 2
+ ],
+ "deps": [
+ "let-alist"
+ ],
+ "commit": "6d1885419434ba779270c6fda0e30d390bb074bd",
+ "sha256": "1jwd3whag39qhzhbsfivzdlcr6vj37dv5ychkhmilw8v6dfdnpdb"
+ }
+ },
+ {
+ "ename": "commify",
+ "commit": "fec4b048e1dc78a07acce7d2e6527b9f417d06d5",
+ "sha256": "1jc6iqa4hna3277hx13scfcqzkr43yv6gndbxv7qf4ydi01ysd0m",
+ "fetcher": "github",
+ "repo": "ddoherty03/commify",
+ "unstable": {
+ "version": [
+ 20161106,
+ 2334
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "78732c2fa6c1a10288b7436d7c561ec9ebdd41be",
+ "sha256": "1kb3cbjp69niq8ravh273dma0mnkf1v2ja372ahxfsq1janrkkm6"
+ }
+ },
+ {
+ "ename": "common-lisp-snippets",
+ "commit": "48d0166ccd3dcdd3df4719349778c6c5ab6872ca",
+ "sha256": "0ig8cz00cbfx0jckqk1xhsvm18ivl2mjvcn65s941nblsywfvxjl",
+ "fetcher": "github",
+ "repo": "mrkkrp/common-lisp-snippets",
+ "unstable": {
+ "version": [
+ 20180226,
+ 1523
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "c82ebf18f4ad49f390dd96ffcc59f8683c1a868b",
+ "sha256": "0xz4jv0l7vgq7rivx8c1m3hahyyk7cj9cadrq3rg9rybhzski57d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "fc5c2683952328927a6d1c1f2694b85ddf7e9053",
+ "sha256": "1835kg05794p1wdi7fsmpzlnnqy79dgfnfrxjfjj2j1gzcwmynsw"
+ }
+ },
+ {
+ "ename": "company",
+ "commit": "96e7b4184497d0d0db532947f2801398b72432e4",
+ "sha256": "0v4x038ly970lkzb0n8fbqssfqwx1p46xldr7nss32jiqvavr4m4",
+ "fetcher": "github",
+ "repo": "company-mode/company-mode",
+ "unstable": {
+ "version": [
+ 20190430,
+ 1852
+ ],
+ "commit": "ad6ff0eecca99dc5ac8b6a8a6174df7d2ad88ae7",
+ "sha256": "0cps5sl9iij1wrpcnhi7xqv58cqsrswhc8r7hj1c00w8288z978w"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 10
+ ],
+ "commit": "3eda0ba23921d43b733f7975e56d490a34b9f30b",
+ "sha256": "0shmv48bq9l5xm60dwx9lqyq6b39y3d7qjxdlah7dpipv5vhra42"
+ }
+ },
+ {
+ "ename": "company-anaconda",
+ "commit": "0eb23a75c8b57b4af1737c0508f03e66430e6076",
+ "sha256": "1s7y47ghy7q35qpfqavh4p9wr91i6r579mdbpvv6h5by856yn4gl",
+ "fetcher": "github",
+ "repo": "proofit404/company-anaconda",
+ "unstable": {
+ "version": [
+ 20181025,
+ 1305
+ ],
+ "deps": [
+ "anaconda-mode",
+ "cl-lib",
+ "company",
+ "dash",
+ "s"
+ ],
+ "commit": "0ab70de1740e67cee451abcf3685c7525ff9e95a",
+ "sha256": "182cijh6l82jj1r7iwd93h3np9c8fvcibjhv7860rk9ik41n7wil"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "anaconda-mode",
+ "cl-lib",
+ "company",
+ "dash",
+ "s"
+ ],
+ "commit": "182a8fdabc01630f255beeb2708728c0cd5c6316",
+ "sha256": "1rqf9i4l32njpwx4aiwxqr994g3jzispwprs6nwjfvg70xkvm4m0"
+ }
+ },
+ {
+ "ename": "company-ansible",
+ "commit": "7b44cd4bd9f9a7c942ca3f3bd88b2ce61ffff130",
+ "sha256": "084l9dr2hvm00952y4m3jhchzxjhcd61sfn5ywj9b9a1d4sr110d",
+ "fetcher": "github",
+ "repo": "krzysztof-magosa/company-ansible",
+ "unstable": {
+ "version": [
+ 20190301,
+ 2111
+ ],
+ "deps": [
+ "company"
+ ],
+ "commit": "c31efced8a9b461de5982ed94c234fda3df96f10",
+ "sha256": "0d2c3ckmwn36fwhvwfvqg86hfd2jwkg2n301chhxzs03v0mc03mx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 1
+ ],
+ "deps": [
+ "company"
+ ],
+ "commit": "c6dc714e3a15f89671ae5e8fe668858b20ef63e8",
+ "sha256": "01nly13i2bs77lrvkm26i96vrrigbxpb9cakski9fv3xrvfxq9bv"
+ }
+ },
+ {
+ "ename": "company-arduino",
+ "commit": "45350f816c4f5249792d29f97ef91f8c0685b983",
+ "sha256": "1bch447lllikip1xd90kdgssgc67sl04a70fxqkqlrc1bs6gkkws",
+ "fetcher": "github",
+ "repo": "yuutayamada/company-arduino",
+ "unstable": {
+ "version": [
+ 20160306,
+ 1739
+ ],
+ "deps": [
+ "arduino-mode",
+ "cl-lib",
+ "company",
+ "company-c-headers",
+ "company-irony",
+ "irony"
+ ],
+ "commit": "d7e369702b8eee63e6dfdeba645ce28b6dc66fb1",
+ "sha256": "06v7y7gxlxrxdaqy8c93niy1di80r738cq7rkghnhqi174pwl1wv"
+ }
+ },
+ {
+ "ename": "company-auctex",
+ "commit": "189e1a60894db0787a4468b120fbab84be1b5d59",
+ "sha256": "1jia80sqmm83kzjcf1h1d9iz2k4k9albzvfka5hx6hpa4h8nm5q4",
+ "fetcher": "github",
+ "repo": "alexeyr/company-auctex",
+ "unstable": {
+ "version": [
+ 20180725,
+ 1912
+ ],
+ "deps": [
+ "auctex",
+ "company",
+ "yasnippet"
+ ],
+ "commit": "48c42c58ce2f0e693301b0cb2d085055410c1b25",
+ "sha256": "10qn7frn5wcmrlci3v6iliqzj7r9dls87h9zp3xkgrgn4bqprfp8"
+ }
+ },
+ {
+ "ename": "company-axiom",
+ "commit": "8b4c6b03c5ff78ce327dcf66b175e266bbc53dbf",
+ "sha256": "061n8zn11r5a9m96sqnw8kx252n1m401cmcyqla8n9valjbnvsag",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/pdo/axiom-environment",
+ "unstable": {
+ "version": [
+ 20171024,
+ 2010
+ ],
+ "deps": [
+ "axiom-environment",
+ "company"
+ ],
+ "commit": "505d85ffc051a7725344c960b1255597dab17780",
+ "sha256": "1251xc58nc2h6n4dibfdp7z85y609dkpc499ga8j9s0nwif009fs"
+ }
+ },
+ {
+ "ename": "company-bibtex",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1b96p5qyxl6jlq0kz0dbma5pwvgqcy4x4gmpknjqrjabafbq1ynn",
+ "fetcher": "github",
+ "repo": "gbgar/company-bibtex",
+ "unstable": {
+ "version": [
+ 20171105,
+ 644
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "parsebib"
+ ],
+ "commit": "da67faf3a6faba8e7f1b222dedfc5521b02c7655",
+ "sha256": "0p1kwcpjd2rya6dlp1w48pxd5x0qxyyamrfzwha5wbd5y7m2lh62"
+ }
+ },
+ {
+ "ename": "company-box",
+ "commit": "a54879f4dd4dcb6867680567731547d604ad02bb",
+ "sha256": "0v39gja3jp8b2xfn9da93xsh8mihizwbg0gqp2yyczaxjm8ga23i",
+ "fetcher": "github",
+ "repo": "sebastiencs/company-box",
+ "unstable": {
+ "version": [
+ 20190311,
+ 1745
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "dash-functional"
+ ],
+ "commit": "8fc6168f2d3a0275156dd3fdf46ba496adbab226",
+ "sha256": "0mmn7lzl69hmy8rlzhwqb2ffgk29mb2ybb149cdpk7ydv1h63hqn"
+ }
+ },
+ {
+ "ename": "company-c-headers",
+ "commit": "d97b5c53967e0ff767b3654c52622f4b5ddf1985",
+ "sha256": "1715vnjr5cjiq8gjcd3idnpnijg5cg3sw3f8gr5x2ixcrip1hx3a",
+ "fetcher": "github",
+ "repo": "randomphrase/company-c-headers",
+ "unstable": {
+ "version": [
+ 20180814,
+ 1730
+ ],
+ "deps": [
+ "company"
+ ],
+ "commit": "41331192b3961c8e3a51540678e1d11eaa346f03",
+ "sha256": "1hl14pv8splirzr9riak8m48ngxy1c6wa2q6ds6aq849zx9dafqh"
+ }
+ },
+ {
+ "ename": "company-cabal",
+ "commit": "ee888b1ba57b6af3a3330607898810cd248862db",
+ "sha256": "0pbjidj88c9qri6xw8023yqwnczad5ig224cbsz6vsmdla2nlxra",
+ "fetcher": "github",
+ "repo": "iquiw/company-cabal",
+ "unstable": {
+ "version": [
+ 20170917,
+ 1317
+ ],
+ "deps": [
+ "cl-lib",
+ "company"
+ ],
+ "commit": "62112a7259e24bd6c08885629a185afe512b7d3d",
+ "sha256": "1gf45xwjzdm8i4q6c6khk4dbg1mmp2r0awz2sjr4dcr2dbd1n7mg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "company"
+ ],
+ "commit": "f458de88cad16ed48a605e8347e56433e73dcef8",
+ "sha256": "0ll9dxzsgrpy4psz3dqhzny990lfccn63swcyfvl8mnqgwbrq8k0"
+ }
+ },
+ {
+ "ename": "company-coq",
+ "commit": "7f89e3097c654774981953ef125679fec0b5b7c9",
+ "sha256": "1iagm07ckf60kg4i8m4n0gfmv0brqc4dcn7lkcz229r3f4kyqksa",
+ "fetcher": "github",
+ "repo": "cpitclaudel/company-coq",
+ "unstable": {
+ "version": [
+ 20190425,
+ 1851
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "company-math",
+ "dash",
+ "yasnippet"
+ ],
+ "commit": "779dabd2925fc786dc278270a20f2ff05a3c673c",
+ "sha256": "00rn79i2vackrxhqmbf0miw0k2z6s6gmqb1nj9dj0pfml5yac875"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "company-math",
+ "dash",
+ "yasnippet"
+ ],
+ "commit": "a4e0625725e4f54d202e746bb41b8bc14c14ddef",
+ "sha256": "0dxi4h8xqq5647k7h89s4pi8nwyj3brlhsckrv3p3b1g4dr6mk3b"
+ }
+ },
+ {
+ "ename": "company-dcd",
+ "commit": "ad5be8c53911271fba03a88da7e9d518c6508ffe",
+ "sha256": "03849k4jzs23iglk9ghcq6283c9asffcq4dznypcjax7y4x113vd",
+ "fetcher": "github",
+ "repo": "tsukimizake/company-dcd",
+ "unstable": {
+ "version": [
+ 20190116,
+ 256
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "flycheck-dmd-dub",
+ "ivy",
+ "popwin",
+ "yasnippet"
+ ],
+ "commit": "11e90949e546fcff1b1cd40887ad7b6701aa1653",
+ "sha256": "1n4f2hqmvwysbb1l6c5ah58b1bq8vxznk3ysszz8rs5gpqsizqd4"
+ }
+ },
+ {
+ "ename": "company-dict",
+ "commit": "212c077def5b4933c6001056132181e1a5850a7c",
+ "sha256": "1377b40f1j4rmw7lnhy1zsm6r234ds5zsn02v1ajm3bzrpkkmin0",
+ "fetcher": "github",
+ "repo": "hlissner/emacs-company-dict",
+ "unstable": {
+ "version": [
+ 20190302,
+ 5
+ ],
+ "deps": [
+ "company",
+ "parent-mode"
+ ],
+ "commit": "cd7b8394f6014c57897f65d335d6b2bd65dab1f4",
+ "sha256": "11whnjmy5dyg4wkwabpip8hqsmqys193m7aqbd7jl4hmq24hrwsw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 8
+ ],
+ "deps": [
+ "company",
+ "parent-mode"
+ ],
+ "commit": "cd7b8394f6014c57897f65d335d6b2bd65dab1f4",
+ "sha256": "11whnjmy5dyg4wkwabpip8hqsmqys193m7aqbd7jl4hmq24hrwsw"
+ }
+ },
+ {
+ "ename": "company-distel",
+ "commit": "90fff35dd9709b06802edef89d1fe6a96b7115a6",
+ "sha256": "1jklxwkm2dvpcasmy9vl48dxq3q9s4dlk159ica39z0kqpkpzmgw",
+ "fetcher": "github",
+ "repo": "sebastiw/distel-completion",
+ "unstable": {
+ "version": [
+ 20180827,
+ 1344
+ ],
+ "deps": [
+ "distel-completion-lib"
+ ],
+ "commit": "acc4c0a5521904203d797fe96b08e5fae4233c7e",
+ "sha256": "0yvp3dwa9mwfyrqla27ycwyjad4bp1267bxv0chxcr4528hnygl3"
+ }
+ },
+ {
+ "ename": "company-edbi",
+ "commit": "5d881ff0927d5bd7f8192f58927ceabb9bad4beb",
+ "sha256": "067ff1xdyqy4qzgk5pmqf4kksfjk1glkrslcj3rk4zmhcalwrfrm",
+ "fetcher": "github",
+ "repo": "proofit404/company-edbi",
+ "unstable": {
+ "version": [
+ 20160221,
+ 1923
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "edbi",
+ "s"
+ ],
+ "commit": "ffaeff75d0457285d16d11db772881542a6026ad",
+ "sha256": "16v4wzb9sp9ryfhgl3rk108pqvam2v6rh6hl6008083g557nmhq1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "edbi",
+ "s"
+ ],
+ "commit": "08dc69ccfbcf10ca83f7075e9b735c6885cd7e11",
+ "sha256": "0n2hvrfbybsp57w6m9mm7ywjq30fwwx9bzc2rllfr06d2ms7naai"
+ }
+ },
+ {
+ "ename": "company-emacs-eclim",
+ "commit": "1e9d3075587fbd9ca188535fd945a7dc451c6d7e",
+ "sha256": "1l56hcy0y3cr38z1pjf0ilsdqdzvj3zwd40markm6si2xhdr8xig",
+ "fetcher": "github",
+ "repo": "emacs-eclim/emacs-eclim",
+ "unstable": {
+ "version": [
+ 20180911,
+ 1121
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "eclim"
+ ],
+ "commit": "23f5b294f833ce58516d7b9ae08a7792d70022a1",
+ "sha256": "17q972354nkkynfjmwih4vp7s5dzdvr3nf7ni3ci095lzb0zzf4g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "eclim"
+ ],
+ "commit": "8203fbf8544e65324a948a67718f7a16ba2d52e6",
+ "sha256": "10bbbxhvlwm526g1wib1f87grnayirlg8jbsvmpzxr9nmdjgikz3"
+ }
+ },
+ {
+ "ename": "company-emoji",
+ "commit": "5733dccdffe97911a30352fbcda2900c33d79810",
+ "sha256": "1mflqqw9gnfcqjb6g8ivdfl7s4mdyjg7j0457hamgyvgvpxsh8x3",
+ "fetcher": "github",
+ "repo": "dunn/company-emoji",
+ "unstable": {
+ "version": [
+ 20180925,
+ 2008
+ ],
+ "deps": [
+ "cl-lib",
+ "company"
+ ],
+ "commit": "f0d91d5be0077b20b418a3ba37d36f431fae322f",
+ "sha256": "0aqqi1ksyglx7w347a99flpfa9pm1jakdvsgk4jr2ahv6j13nawg"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 5,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "company"
+ ],
+ "commit": "271909be44f86bcc294739ca45992cdc3caee39f",
+ "sha256": "1rihgld1wxwfdpqv7d9gcgd8xpnms5kpw61z30y18fmkxhhmid3c"
+ }
+ },
+ {
+ "ename": "company-erlang",
+ "commit": "ca96ed0b5d6f8aea4de56ddeaa003b9c81d96219",
+ "sha256": "0qlc89c05523kjzsb7j3yfi022la47kgixl74ggkafhn60scwdm7",
+ "fetcher": "github",
+ "repo": "s-kostyaev/company-erlang",
+ "unstable": {
+ "version": [
+ 20170123,
+ 538
+ ],
+ "deps": [
+ "company",
+ "ivy-erlang-complete"
+ ],
+ "commit": "bc0524a16f17b66c7397690e4ca0e004f09ea6c5",
+ "sha256": "04wm3i65fpzln7sdcny88hfjfm0n7wy44ffsr3697x4l95d0bnyh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "company",
+ "ivy-erlang-complete"
+ ],
+ "commit": "bc0524a16f17b66c7397690e4ca0e004f09ea6c5",
+ "sha256": "04wm3i65fpzln7sdcny88hfjfm0n7wy44ffsr3697x4l95d0bnyh"
+ }
+ },
+ {
+ "ename": "company-flow",
+ "commit": "63d346c14af1c5c138d14591a4d6dbc44d9bc429",
+ "sha256": "07brjfgiwv4dxjf0sca84allcy3qlp4jrkz7ki1qc5wmb5sd209l",
+ "fetcher": "github",
+ "repo": "aaronjensen/company-flow",
+ "unstable": {
+ "version": [
+ 20180225,
+ 2159
+ ],
+ "deps": [
+ "company",
+ "dash"
+ ],
+ "commit": "76ef585c70d2a3206c2eadf24ba61e59124c3a16",
+ "sha256": "0zs9cblnbkxa0dxw4lyllmybqizxcdx96gv8jlhx20nrjpi78piw"
+ }
+ },
+ {
+ "ename": "company-flx",
+ "commit": "f27d718ee67f8c91b208a35adbbcdac67bbb89ce",
+ "sha256": "1r4jcfzrhdpclblfrmi4qbl8dnhc2d7d4c1425xnslg7bhwd2vxn",
+ "fetcher": "github",
+ "repo": "PythonNut/company-flx",
+ "unstable": {
+ "version": [
+ 20180103,
+ 518
+ ],
+ "deps": [
+ "company",
+ "flx"
+ ],
+ "commit": "16ca0d2f84e8e768bf2db8c5cfe421230a00bded",
+ "sha256": "09zaaqi8587n1fv5pxnrdmdll319s8f66xkc41p51gcs2p7qa5w1"
+ }
+ },
+ {
+ "ename": "company-ghc",
+ "commit": "28f6a983444f796c81df7e5ee94d74c480b21298",
+ "sha256": "07adykza4dqs64bk8vjmgryr54khxmcy28hms5z8i1qpsk9vmvnn",
+ "fetcher": "github",
+ "repo": "iquiw/company-ghc",
+ "unstable": {
+ "version": [
+ 20170918,
+ 833
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "ghc"
+ ],
+ "commit": "8b264b5c3c0e42c0d0c4e9315559896c9b0edfdc",
+ "sha256": "0cmyrz251ls6ygyas455mj4pnmzfdqag1sp8v5zggw74wsl5wm23"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "ghc"
+ ],
+ "commit": "64e4f9d0cf9377138a8dee34c69e7d578fd71090",
+ "sha256": "0y9i0q37xjbnlnlxq7xjvnpn6ykzbd55g6nbw10z1wg0m2v7f96r"
+ }
+ },
+ {
+ "ename": "company-ghci",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "11sygcn8jb4rcc1hfiadhsyanbhsmnalpz2qvh5iaba0l165bsgg",
+ "fetcher": "github",
+ "repo": "orimh/company-ghci",
+ "unstable": {
+ "version": [
+ 20190707,
+ 311
+ ],
+ "deps": [
+ "company",
+ "haskell-mode"
+ ],
+ "commit": "a1d25652583ab4666c5a78cac18cd8039776b50d",
+ "sha256": "0sbkmsrvjikf6y53nsd5n0zhdp4hms7cw88w9qln136xjp5vgxqj"
+ }
+ },
+ {
+ "ename": "company-glsl",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1wzfdp6xz4nydfdcba8vs1za60lbfa0v4b8007dzn2fyg26rl326",
+ "fetcher": "github",
+ "repo": "guidoschmidt/company-glsl",
+ "unstable": {
+ "version": [
+ 20171015,
+ 1749
+ ],
+ "deps": [
+ "company",
+ "glsl-mode"
+ ],
+ "commit": "a262c12c3bcd0807718c4edcaf2b054e30ef0e26",
+ "sha256": "0338bym8ifvkgpbc4vyzf3nmlp6rc8lihyxcbym5m08612ln78mk"
+ }
+ },
+ {
+ "ename": "company-go",
+ "commit": "ef45683cbfe82bf8a9d6f3f1c59e3cf340accbe3",
+ "sha256": "1zhdckq1c9jzi5cf90w2m77fq6l67rjri4lnf8maq82gxqzk6wa5",
+ "fetcher": "github",
+ "repo": "mdempsky/gocode",
+ "unstable": {
+ "version": [
+ 20190203,
+ 19
+ ],
+ "deps": [
+ "company",
+ "go-mode"
+ ],
+ "commit": "7fb65232883f19a8305706b4b4ff32916ffbcaf5",
+ "sha256": "09yqziccv9mg5jlmhw8gslpcwwiiah0hs05nq0qnsbdnvc8bs4lr"
+ },
+ "stable": {
+ "version": [
+ 20150303
+ ],
+ "deps": [
+ "company"
+ ],
+ "commit": "eef10fdde96a12528a6da32f51bf638b2863a3b1",
+ "sha256": "03snnra31b5j6iy94gql240vhkynbjql9b4b5j8bsqp9inmbsia3"
+ }
+ },
+ {
+ "ename": "company-inf-ruby",
+ "commit": "ec0f597ceed00c68faa030ff0bc5676c513919f1",
+ "sha256": "0cb1w0sxgb5jf0p2a5s2i4d511lsjjhyaqkqlwjz8nk4w14n0zxm",
+ "fetcher": "github",
+ "repo": "company-mode/company-inf-ruby",
+ "unstable": {
+ "version": [
+ 20140805,
+ 2054
+ ],
+ "deps": [
+ "company",
+ "inf-ruby"
+ ],
+ "commit": "fe3e4863bc971fbb81edad447efad5795ead1b17",
+ "sha256": "0fnv4rvvs9rqzrs86g23jcrpg0rcgk25299hm6jm08ia0kjjby1m"
+ }
+ },
+ {
+ "ename": "company-irony",
+ "commit": "d2b6a8d57b192325dcd30fddc9ff8dd1516ad680",
+ "sha256": "15adamk1b9y1i6k06i5ahf1wn70cgwlhgk0x6fk8pl5izg05z1km",
+ "fetcher": "github",
+ "repo": "Sarcasm/company-irony",
+ "unstable": {
+ "version": [
+ 20190124,
+ 2346
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "irony"
+ ],
+ "commit": "b44711dfce445610c1ffaec4951c6ff3882b216a",
+ "sha256": "0s8v6kfgngpz6ic0g0l6xi6j9692xpmcamidmbk3l2blb172mggr"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "irony"
+ ],
+ "commit": "52aca45bcd0f2cb0648fcafa2bbb4f8ad4b2fee7",
+ "sha256": "1qgyam2vyjw90kpxns5cd6bq3qiqjhzpwrlvmi18vyb69qcgqd8a"
+ }
+ },
+ {
+ "ename": "company-irony-c-headers",
+ "commit": "9f9f62d8ef438a9ba4872bd7731768eddc5905de",
+ "sha256": "0kiag5ggmc2f5c3gd8nn40x16i686jpdrfrflgrz2aih8p3g6af8",
+ "fetcher": "github",
+ "repo": "hotpxl/company-irony-c-headers",
+ "unstable": {
+ "version": [
+ 20151018,
+ 909
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "irony"
+ ],
+ "commit": "72c386aeb079fb261d9ec02e39211272f76bbd97",
+ "sha256": "1f462v8xq2hdsr4ks4i79icpfz6fjpb4q7khnx6si55agxj3rvaq"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "irony"
+ ],
+ "commit": "ba304fe7eebdff90bbc7dea063b45b82638427fa",
+ "sha256": "1x2dfjmy86icyv2g1y5bjlr87w8rixqdcndkwm1sba6ha277wp9i"
+ }
+ },
+ {
+ "ename": "company-jedi",
+ "commit": "bded1840a39fbf1e014c01276eb2f9c5a4fc218f",
+ "sha256": "1krrgrjq967c3j02y0i345yx6w4crisnj1k3bhih6j849fvy3fvj",
+ "fetcher": "github",
+ "repo": "syohex/emacs-company-jedi",
+ "unstable": {
+ "version": [
+ 20151217,
+ 321
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "jedi-core"
+ ],
+ "commit": "2f54e791e10f5dc0ff164bfe97f1878359fab6f6",
+ "sha256": "0bpqswcc6a65wms0pdk9rsad9jiigmx2l1jaqr8bz4va945qdlhg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "jedi-core"
+ ],
+ "commit": "ad49407451c7f28fe137f9c8f3a7fc89e8693a1b",
+ "sha256": "1ihqapp4dv92794rsgyq0rmhwika60cmradqd4bn9b72ss6plxs1"
+ }
+ },
+ {
+ "ename": "company-lean",
+ "commit": "42f4d6438c8aeb94ebc1782f2f5e2abd17f0ffde",
+ "sha256": "1hqkn7w5dyznf7i3r3132q8x31r74q188jsm5kdrjqgbwak2p91a",
+ "fetcher": "github",
+ "repo": "leanprover/lean-mode",
+ "unstable": {
+ "version": [
+ 20171102,
+ 1454
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "dash-functional",
+ "f",
+ "lean-mode",
+ "s"
+ ],
+ "commit": "9d6b8471e2044310b4cd7cd3213b1fc8f78ec499",
+ "sha256": "0r8vfklrdw3f11cpk279jg3mnfbqm60m6klisqndkvir7vsrshni"
+ }
+ },
+ {
+ "ename": "company-lsp",
+ "commit": "5125f53307c1af3d9ccf2bae3c25e7d23dfe1932",
+ "sha256": "09nbi6vxw8l26gfgsc1k3bx4m8i1px1b0jxaywszky5bv4fdy03l",
+ "fetcher": "github",
+ "repo": "tigersoldier/company-lsp",
+ "unstable": {
+ "version": [
+ 20190612,
+ 1553
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "lsp-mode",
+ "s"
+ ],
+ "commit": "f921ffa0cdc542c21dc3dd85f2c93df4288e83bd",
+ "sha256": "0dd2plznnnc2l1gqhsxnvrs8n1scp6zbcd4457wrq9z2f7pb5ig2"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 0
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "lsp-mode",
+ "s"
+ ],
+ "commit": "4eb6949f19892be7bf682381cde005791a48583a",
+ "sha256": "1hy1x2w0yp5brm7714d1hziz3rpkywb5jp3yj78ibmi9ifny9vri"
+ }
+ },
+ {
+ "ename": "company-lua",
+ "commit": "c8191ab2aaa72041be46091e363d216cf1b73fde",
+ "sha256": "13sm7ya2ndqxwdjarhxbmg7fvr3413c7p3n6yf1i4rabbliqsf2c",
+ "fetcher": "github",
+ "repo": "ptrv/company-lua",
+ "unstable": {
+ "version": [
+ 20171108,
+ 2306
+ ],
+ "deps": [
+ "company",
+ "f",
+ "lua-mode",
+ "s"
+ ],
+ "commit": "29f6819de4d691e5fd0b62893a9f4fbc1c6fcb52",
+ "sha256": "0ny2dcc7c585p7v3j6q0rpkbj1qmf2ismy8a5020jpr585xvz0hh"
+ }
+ },
+ {
+ "ename": "company-math",
+ "commit": "fadff01600d57f5b9ea9c0c47ed109e058114998",
+ "sha256": "0chig8k8l65bnd0a6734fiy0ikl20k9v2wlndh3ckz5a8h963g87",
+ "fetcher": "github",
+ "repo": "vspinu/company-math",
+ "unstable": {
+ "version": [
+ 20190507,
+ 2006
+ ],
+ "deps": [
+ "company",
+ "math-symbol-lists"
+ ],
+ "commit": "600e49449644f6835f9dc3501bc58461999e8ab9",
+ "sha256": "1ps2lpkzn8mjbpcbvvy1qz3xbgrh6951x8y9bsd1fm32drdph9lh"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "deps": [
+ "company",
+ "math-symbol-lists"
+ ],
+ "commit": "7e7f8c71f57b12f9bcbbf01f2bbcc59343ad76d4",
+ "sha256": "0akqhhjvzsg0lbqx4bbkfkzijidwgi3bb32sxl3yxz7zfm9pbhn2"
+ }
+ },
+ {
+ "ename": "company-nand2tetris",
+ "commit": "90421372b3f60b59762279ac805c61a984606d11",
+ "sha256": "1g2i33jjh7kbpzk835kbnqicf0w4cq5rqv934bqzz5kavj9cg886",
+ "fetcher": "github",
+ "repo": "CestDiego/nand2tetris.el",
+ "unstable": {
+ "version": [
+ 20171201,
+ 1813
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "nand2tetris"
+ ],
+ "commit": "33acee34d24b1c6a87db833b7d23449cf858f64f",
+ "sha256": "0sfa674g1qm280s0pc3n6qiiphj5i9ibknckx5capkrkxb5cwpkw"
+ }
+ },
+ {
+ "ename": "company-nginx",
+ "commit": "fb8843cddfa9133ea9e2790e8a1d8051cd4dabea",
+ "sha256": "15pxz0v3zpshwri0v15yh995k7ih9h46y81n4xywlyyh34wys3sj",
+ "fetcher": "github",
+ "repo": "stardiviner/company-nginx",
+ "unstable": {
+ "version": [
+ 20180604,
+ 2
+ ],
+ "commit": "3074a5d322562f36867ef67bffeb25f1c0d8aca9",
+ "sha256": "04nq6cihb5kymi3rjfx53337fx4g042cw1jxiv016sq88z24lznx"
+ }
+ },
+ {
+ "ename": "company-ngram",
+ "commit": "937e6a23782450525c4a90392c414173481e101b",
+ "sha256": "1y9k9s8c248m91xld4f5l75j4swml333rpwq590bsx7mrsq131xx",
+ "fetcher": "github",
+ "repo": "kshramt/company-ngram",
+ "unstable": {
+ "version": [
+ 20170129,
+ 1913
+ ],
+ "deps": [
+ "cl-lib",
+ "company"
+ ],
+ "commit": "09a68b802e64799e95f205b438d469bbd78cd2e6",
+ "sha256": "0qg1ws7xi418lbnx130xqkwgpsl0p218gqxwy0fpwky01iahwcw9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "company"
+ ],
+ "commit": "d15182df3eac72b29772802759b77c9eafef5066",
+ "sha256": "05108s2a3c857n9j3c34hdni3fyq149pva4m3f51lis4wqrm4zv7"
+ }
+ },
+ {
+ "ename": "company-nixos-options",
+ "commit": "6846c7d86e70a9dd8300b89b61435aa7e146be96",
+ "sha256": "1yrqqdadmf7qfxpqp8wwb325zjnwwjmn2hhnl7i3j0ckg6hqyqf0",
+ "fetcher": "github",
+ "repo": "travisbhartwell/nix-emacs",
+ "unstable": {
+ "version": [
+ 20160215,
+ 857
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "nixos-options"
+ ],
+ "commit": "45c8d90748304c90e1503c9fa8db0443f3d4bd89",
+ "sha256": "0hsr8acsvfb42drb8f2wkpgqyh3csny7l82qv4k2l83xf022cs1d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "nixos-options"
+ ],
+ "commit": "5fc8fa29bea9dd8e9c822af92f9bc6ddc223635f",
+ "sha256": "1lm7rkgf7q5g4ji6v1masfbhxdpwni8d77dapsy5k9p73cr2aqld"
+ }
+ },
+ {
+ "ename": "company-php",
+ "commit": "ac283f1b65c3ba6278e9d3236e5a19734e42b123",
+ "sha256": "1gnhklfkg17vxfx7fw65lr4nr07jx71y84mhs9zszwcr9p840hh5",
+ "fetcher": "github",
+ "repo": "xcwen/ac-php",
+ "unstable": {
+ "version": [
+ 20190424,
+ 222
+ ],
+ "deps": [
+ "ac-php-core",
+ "cl-lib",
+ "company"
+ ],
+ "commit": "19b34b56ebc0eaabf9b1f4a8ac6819bde9855d2b",
+ "sha256": "02j0dwzbvi744ybdqwx8dan1ahl2yar7cw20n619vbmxn0r6pml2"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 1
+ ],
+ "deps": [
+ "ac-php-core",
+ "cl-lib",
+ "company"
+ ],
+ "commit": "710aca14d2d5035f338b8e76ed042d3bc7524e95",
+ "sha256": "01hrsxq1m9rxmsn1xfmj8k8w19gf9xj4hqy0aqrqs0cx2f74rxrw"
+ }
+ },
+ {
+ "ename": "company-phpactor",
+ "commit": "dc6edd22befea0aee9b11bc8df7d42c400e12f43",
+ "sha256": "1a6szs85hmxm2xpkmc3dyx2daap7bjvpnrl4gcmbq26zbz2f0z0a",
+ "fetcher": "github",
+ "repo": "emacs-php/phpactor.el",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1454
+ ],
+ "deps": [
+ "company",
+ "phpactor"
+ ],
+ "commit": "01ced487c673e027332ecb99c444f819b05ab40b",
+ "sha256": "0ish3kvzn1j1arg6n1mglzsb46sc7hr7gqgnw2084kj56y5q6rjp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "company"
+ ],
+ "commit": "61e4eab638168b7034eef0f11e35a89223fa7687",
+ "sha256": "0dsa1mygb96nlz5gppf0sny3lxaacvmvnkg84c0cs6x223s6zfx8"
+ }
+ },
+ {
+ "ename": "company-plsense",
+ "commit": "9cf9d671d81e07c704676c557a9f0d686067ce5c",
+ "sha256": "0k8k2vpkknd4nyxzwdj7698lgm5d85byxd49x7w5nrxmh2h1w3c7",
+ "fetcher": "github",
+ "repo": "CeleritasCelery/company-plsense",
+ "unstable": {
+ "version": [
+ 20180118,
+ 58
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "dash",
+ "s"
+ ],
+ "commit": "b48e3181e08ec597269621d621aa06636f02d883",
+ "sha256": "14rawd5xfgnkhdpp43mz4a5mf480949ny5hr5w6v5djmsibqxw5s"
+ }
+ },
+ {
+ "ename": "company-pollen",
+ "commit": "97bda0616abe3bb632fc4231e5317d9472dfd14f",
+ "sha256": "1pz5d8j7scrv2ci9mxvyikwsk8badkrbp8dznnb5qq1ycqv24bl1",
+ "fetcher": "github",
+ "repo": "lijunsong/pollen-mode",
+ "unstable": {
+ "version": [
+ 20160812,
+ 1510
+ ],
+ "deps": [
+ "company",
+ "pollen-mode"
+ ],
+ "commit": "819edf830e9519f8ca57e9cef31211e3f444d11a",
+ "sha256": "0c06kfbyk2g0kxwlh6g3r7ij06ip6x9ni0bin24drwr0qj2vis2d"
+ }
+ },
+ {
+ "ename": "company-posframe",
+ "commit": "68c1203ae710e5f7af3f0e5e2877aba6deaf1ac8",
+ "sha256": "1pd68m3hcn6wggw8a026x5kxn73f3zs278vs96q6cb5gbxyyhirs",
+ "fetcher": "github",
+ "repo": "tumashu/company-posframe",
+ "unstable": {
+ "version": [
+ 20190626,
+ 759
+ ],
+ "deps": [
+ "company",
+ "posframe"
+ ],
+ "commit": "849867a05efdc1a93ef989e3a0f8944522bf16b3",
+ "sha256": "1q1iflh9sx90g53hl5hkgv5g09jm3am87mg3nysq1rjkm40d1nc1"
+ }
+ },
+ {
+ "ename": "company-prescient",
+ "commit": "b92c34e493bbefab1d7747b0855d1ab2f984cb7c",
+ "sha256": "0cp918ihbjqxfgqnifknl5hphmvq5bl42dhp5ylvijsfa8kvbsb9",
+ "fetcher": "github",
+ "repo": "raxod502/prescient.el",
+ "unstable": {
+ "version": [
+ 20190706,
+ 1917
+ ],
+ "deps": [
+ "company",
+ "prescient"
+ ],
+ "commit": "ea8e9fea4385272924d09c91220c7f2e9ac95b3f",
+ "sha256": "1apb9v31ajq586f7mqachv238yv40gacrjmh2s8mnk45xil72swy"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 2
+ ],
+ "deps": [
+ "company",
+ "prescient"
+ ],
+ "commit": "653ca4b66954b7f1b6e4635a574234dd316c11a3",
+ "sha256": "0d60h4rfm5jcf8cf11z91wjqp0xcrviskqzyqhfliqvy2i2yl6ks"
+ }
+ },
+ {
+ "ename": "company-qml",
+ "commit": "5b53477eaba4ef62f8317c9454e15ac015442fed",
+ "sha256": "0sva7i93dam8mc2z3cp785vmgcg7cphrpkwyvqyqhq8w51qg8mxx",
+ "fetcher": "github",
+ "repo": "cute-jumper/company-qml",
+ "unstable": {
+ "version": [
+ 20170428,
+ 1708
+ ],
+ "deps": [
+ "company",
+ "qml-mode"
+ ],
+ "commit": "4af4f32a7ad86d86bb9293fb0b675aec513b5736",
+ "sha256": "09d733r07gr4cxp7npyhi93xchvirxh1v00fr487v4a0mdaahpxf"
+ }
+ },
+ {
+ "ename": "company-quickhelp",
+ "commit": "022cc4fee54bb0194822947c70058145e2980b94",
+ "sha256": "042bwv0wd4hksbm528zb7pbllzk83p8qjq5f8z46p84c8mmxfp9g",
+ "fetcher": "github",
+ "repo": "expez/company-quickhelp",
+ "unstable": {
+ "version": [
+ 20180525,
+ 1003
+ ],
+ "deps": [
+ "company",
+ "pos-tip"
+ ],
+ "commit": "479676cade80a9f03802ca3d956591820ed5c537",
+ "sha256": "0hbqpnaf4hnin3nmdzmfj3v22kk9a97b6zssqs96ns36d9h52xcp"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 0
+ ],
+ "deps": [
+ "company",
+ "pos-tip"
+ ],
+ "commit": "b2953c725654650677e3d66eaeec666826d5f65f",
+ "sha256": "08ccsfvwdpzpj0gai3xrdb2bv1nl6myjkxsc5774pbvlq9nkfdvr"
+ }
+ },
+ {
+ "ename": "company-racer",
+ "commit": "c4671a674dbc1620a41e0ff99508892a25eec2ad",
+ "sha256": "0zc8dzvsjz5qsrwhv7x9f7djzvb9awacc3pgjirsv8f8sp7p3am4",
+ "fetcher": "github",
+ "repo": "emacs-pe/company-racer",
+ "unstable": {
+ "version": [
+ 20171205,
+ 310
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "deferred"
+ ],
+ "commit": "a00381c9d416f375f783fcb6ae8d40669ce1f567",
+ "sha256": "13m3yzn4xbyl13z7h1cl6vqjbzikjycy7wydpy4a44yhr466zjr5"
+ }
+ },
+ {
+ "ename": "company-reftex",
+ "commit": "84c938612d46d45b5bb05ee35178eaa2284023e0",
+ "sha256": "0xfl8cfpd2bdk91aj0nygp5gm808pnbi7zjdp4z6l21dsrawhbxz",
+ "fetcher": "github",
+ "repo": "TheBB/company-reftex",
+ "unstable": {
+ "version": [
+ 20181222,
+ 906
+ ],
+ "deps": [
+ "company",
+ "s"
+ ],
+ "commit": "33935e96540201adab43f3a765d62289eba9e286",
+ "sha256": "1sp4109fbj6cxq6v9lmkpkrlr6is340ibaqpslkkjyacjv6sv4cm"
+ }
+ },
+ {
+ "ename": "company-restclient",
+ "commit": "3dd063bc3789772fdcc6a8555817588962e60825",
+ "sha256": "1md0n4k4wmbh9rmbwqh3kg2fj0c34rzqfd56jsq8lcdg14k0kdcb",
+ "fetcher": "github",
+ "repo": "iquiw/company-restclient",
+ "unstable": {
+ "version": [
+ 20190426,
+ 1312
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "know-your-http-well",
+ "restclient"
+ ],
+ "commit": "e5a3ec54edb44776738c13e13e34c85b3085277b",
+ "sha256": "0yp0hlrgcr6yy1xkjvfckys2k24x9xg7y6336ma61bdwn5lpv0x0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "know-your-http-well",
+ "restclient"
+ ],
+ "commit": "e5a3ec54edb44776738c13e13e34c85b3085277b",
+ "sha256": "0yp0hlrgcr6yy1xkjvfckys2k24x9xg7y6336ma61bdwn5lpv0x0"
+ }
+ },
+ {
+ "ename": "company-rtags",
+ "commit": "3dea16daf0d72188c8b4043534f0833fe9b04e07",
+ "sha256": "0dicxbp3xn02pflrpfndj7hs494prvz64llsk1xpc2z23kfarp6f",
+ "fetcher": "github",
+ "repo": "Andersbakken/rtags",
+ "unstable": {
+ "version": [
+ 20180730,
+ 338
+ ],
+ "deps": [
+ "company",
+ "rtags"
+ ],
+ "commit": "3c071313d743b07a2ea4a02655f23cdc7010f0c2",
+ "sha256": "15gji4c4q19n7df7vsxigcyfc4pi95cq3arrcckmmm6r7ckb4y4w"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 23
+ ],
+ "deps": [
+ "company",
+ "rtags"
+ ],
+ "commit": "7169ed577d676690a3c6f0025b54e8477d80eacf",
+ "sha256": "1i94dizg3wvkvq8c2pf5bzkx8zwzcfi4p3l73c779y145bygssnq"
+ }
+ },
+ {
+ "ename": "company-shell",
+ "commit": "bbaa05d158f3806b9f79a2c826763166dbee56ca",
+ "sha256": "0my9jghf3s4idkgrpki8mj1lm5ichfvznb09lfwf07fjhg0q1apz",
+ "fetcher": "github",
+ "repo": "Alexander-Miller/company-shell",
+ "unstable": {
+ "version": [
+ 20170518,
+ 541
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "dash"
+ ],
+ "commit": "6ae625f80d90e0779c79de38e8f83a336c1d00fa",
+ "sha256": "0da9y7x1xvaahsslcmgji6hr3cbn779i504cfrmsabbr3wmkn3fy"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "dash"
+ ],
+ "commit": "acdbf8cba6ad9831d81a77bab7bbfd50f19edd86",
+ "sha256": "1dk927da7g4a39sva9bda978bx6hpiz5kf341fj8sb7xhryvh5r2"
+ }
+ },
+ {
+ "ename": "company-solidity",
+ "commit": "e561d869f4e32bad5d1a8678f67e591ff586d6de",
+ "sha256": "1rkja48j2m0g0azc34i715ckkqwjkb44y3b4a9vlxs8cjqza4w7q",
+ "fetcher": "github",
+ "repo": "ethereum/emacs-solidity",
+ "unstable": {
+ "version": [
+ 20181117,
+ 1518
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "solidity-mode"
+ ],
+ "commit": "47f15b2663a6cf92ae6ebf655841a9509ad79017",
+ "sha256": "0zhr5fcv8vlkcnya36y9smpgw7ylb0fkx0px8zr0zhr2f9xgjmph"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 9
+ ],
+ "deps": [
+ "cl-lib",
+ "company"
+ ],
+ "commit": "d0ff4dea49540f37301d869f2797fca2492f55d5",
+ "sha256": "1wcy5z4wggn3zs9h1kyvm0ji51ppjcqdmym3mmxbrhan6a0kq724"
+ }
+ },
+ {
+ "ename": "company-sourcekit",
+ "commit": "45969cd5cd936ea61fbef4722843b0b0092d7b72",
+ "sha256": "0hr5j1ginf43h4qf3fvsh3z53z0c7w5a9lhrvdwmlzj396qhqmzs",
+ "fetcher": "github",
+ "repo": "nathankot/company-sourcekit",
+ "unstable": {
+ "version": [
+ 20170126,
+ 1153
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "dash-functional",
+ "sourcekit"
+ ],
+ "commit": "abf9bc5a0102eb666d3aa6d6bf22f6efcc852781",
+ "sha256": "1g8a4fgy2c5nqk8gysbnzn5jvfw6ynmfhc6j3hkrbswgf9188v5n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "dash-functional",
+ "sourcekit"
+ ],
+ "commit": "8ba62ac25bf533b7f148f333bcb5c1db799f749b",
+ "sha256": "01dh0wdaydiai4v13r8g05rpiwqr5qqi34wif8vbk2mrr25wc7i9"
+ }
+ },
+ {
+ "ename": "company-statistics",
+ "commit": "89d05b43f31ec157ce8e7bfba4b7c9119bda6dd2",
+ "sha256": "1fl4ldj17m3xhi6xbw3bp9c2jir34xv3jh9daiw8g912fv2l5dcj",
+ "fetcher": "github",
+ "repo": "company-mode/company-statistics",
+ "unstable": {
+ "version": [
+ 20170210,
+ 1933
+ ],
+ "deps": [
+ "company"
+ ],
+ "commit": "e62157d43b2c874d2edbd547c3bdfb05d0a7ae5c",
+ "sha256": "12mwviz1mwx4ywks2lkmybbgh1wny67wkzlq5y3ml8gvyc288n3i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "deps": [
+ "company"
+ ],
+ "commit": "906d8137224c1a5bd1dc913940e0d32ffecf5523",
+ "sha256": "0c98kfg7gimjx9cf8dmbk9mdsrybhphshrdl8dhif3zqvn6gxyd7"
+ }
+ },
+ {
+ "ename": "company-suggest",
+ "commit": "9579e3366db055364829e20d3ce228bf17060b0a",
+ "sha256": "1w5fp4mydc4av14sjb8di6jjvzfqwnasnxpf9720pk0rsj05i972",
+ "fetcher": "github",
+ "repo": "juergenhoetzel/company-suggest",
+ "unstable": {
+ "version": [
+ 20180527,
+ 1631
+ ],
+ "deps": [
+ "company"
+ ],
+ "commit": "e1fa663b48639c76d91d1f5ac3b23215aa3dabc3",
+ "sha256": "0jn7rx4m3121lx6hhabvnfq73vd0rj2364hbvza2myylw4f4qav9"
+ }
+ },
+ {
+ "ename": "company-tabnine",
+ "commit": "94476897a71a271b985967334632836252eb131b",
+ "sha256": "1x37xacrscmh9hq9mljbgdcl3pwfn2kmn567qv0jqys8ihbzi3v7",
+ "fetcher": "github",
+ "repo": "TommyX12/company-tabnine",
+ "unstable": {
+ "version": [
+ 20190811,
+ 2013
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "dash",
+ "s",
+ "unicode-escape"
+ ],
+ "commit": "df5e5fbfdb2ac174c031b75576a059429c6fb3a3",
+ "sha256": "0vxj9dm7h082i4jj8h8nh164jgdyxqr2fdavn2biwxijmdykp63p"
+ }
+ },
+ {
+ "ename": "company-tern",
+ "commit": "acc9b816796b9f142c53f90593952b43c962d2d8",
+ "sha256": "17pw4jx3f1hymj6sc0ri18jz9ngggj4a41kxx14fnmmm8adqn6wh",
+ "fetcher": "github",
+ "repo": "proofit404/company-tern",
+ "unstable": {
+ "version": [
+ 20161004,
+ 1847
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "dash",
+ "dash-functional",
+ "s",
+ "tern"
+ ],
+ "commit": "10ac058b065ae73c1f30e9fb7d969dd1a79387be",
+ "sha256": "1pjyiy95axv92yxzks4ac871vcqxjnp7n2116nkdrdzzpmlb1x9h"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "dash",
+ "dash-functional",
+ "s",
+ "tern"
+ ],
+ "commit": "b20b3e490bf277c8480712210e3c92ea489859ef",
+ "sha256": "1l4b54rqwsb32r8zwwrag7s35zc3kpviafdrqkq8r1nyshg2yccm"
+ }
+ },
+ {
+ "ename": "company-terraform",
+ "commit": "1d9732da975dcf59d3b311b19e20abbb29c33656",
+ "sha256": "198ppqn6f7y9bg582z5s4cl9gg1q9ibsr7mmn68b50zvma7ankzh",
+ "fetcher": "github",
+ "repo": "rafalcieslak/emacs-company-terraform",
+ "unstable": {
+ "version": [
+ 20190607,
+ 1037
+ ],
+ "deps": [
+ "company",
+ "terraform-mode"
+ ],
+ "commit": "2d11a21fee2f298e48968e479ddcaeda4d736e12",
+ "sha256": "0hxilq7289djrn6kgw7n926zpz0pr7iyd1wm6cy8yfhxf546a4px"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "deps": [
+ "company",
+ "terraform-mode"
+ ],
+ "commit": "2d11a21fee2f298e48968e479ddcaeda4d736e12",
+ "sha256": "0hxilq7289djrn6kgw7n926zpz0pr7iyd1wm6cy8yfhxf546a4px"
+ }
+ },
+ {
+ "ename": "company-try-hard",
+ "commit": "d65c26aee15a27cbf27fa81110b607bf38099079",
+ "sha256": "1rwn521dc8kxh43vcd3rf0h8jc53d4gmid3szj2msi0da1sk0mmj",
+ "fetcher": "github",
+ "repo": "Wilfred/company-try-hard",
+ "unstable": {
+ "version": [
+ 20150902,
+ 2206
+ ],
+ "deps": [
+ "company",
+ "dash"
+ ],
+ "commit": "70b94cfc40c576af404e743133979048e1bd2610",
+ "sha256": "1isnk2i64kppsr23nr6qm5kwxxwcp4xazjwvm2chyzl4vbvp03p2"
+ }
+ },
+ {
+ "ename": "company-web",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1q2am684l4d038a3ymyy6gg2ds9lq5mcfc4in8dmvap5grdhia4b",
+ "fetcher": "github",
+ "repo": "osv/company-web",
+ "unstable": {
+ "version": [
+ 20180402,
+ 1155
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "dash",
+ "web-completion-data"
+ ],
+ "commit": "f0cc9187c9c34f72ad71f5649a69c74f996bae9a",
+ "sha256": "1xcwwcy2866vzaqgn7hrl7j8k48mk74i4shm40v7ybacws47s9nr"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "company",
+ "dash",
+ "web-completion-data"
+ ],
+ "commit": "f0cc9187c9c34f72ad71f5649a69c74f996bae9a",
+ "sha256": "1xcwwcy2866vzaqgn7hrl7j8k48mk74i4shm40v7ybacws47s9nr"
+ }
+ },
+ {
+ "ename": "company-ycm",
+ "commit": "44e168f757cb51249db2deb9f781eff99cf6fb7c",
+ "sha256": "1q4d63c7nr3g7q0smd55pp636vqa9lf1pkwjn9iq265369npvina",
+ "fetcher": "github",
+ "repo": "neuromage/ycm.el",
+ "unstable": {
+ "version": [
+ 20140904,
+ 1817
+ ],
+ "deps": [
+ "ycm"
+ ],
+ "commit": "4da8a14abcd0f4fa3235042ade2e12b5068c0601",
+ "sha256": "0znchya89zzk30mwl4qfm0q9sfa5m3jspapb892ydj0mck5n4nyj"
+ }
+ },
+ {
+ "ename": "company-ycmd",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1dycbp2q8grvv94mwp9n8s7xpz2zjs05l3lf471j3nlbk6xfsn5d",
+ "fetcher": "github",
+ "repo": "abingham/emacs-ycmd",
+ "unstable": {
+ "version": [
+ 20180520,
+ 1053
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "deferred",
+ "f",
+ "let-alist",
+ "s",
+ "ycmd"
+ ],
+ "commit": "6f4f7384b82203cccf208e3ec09252eb079439f9",
+ "sha256": "1bl86x8nqw4jqzb8pfm6hm316hmk1bx8v3qz7wq9z92hb67ck2kn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "deferred",
+ "f",
+ "let-alist",
+ "s",
+ "ycmd"
+ ],
+ "commit": "d042a673b4d717c3ca9d641f120bfe16c994c740",
+ "sha256": "0rxw86xi9xgr0fp6wmd6hgqgqr9flk7p4lcr0052jhlwknj1nrx0"
+ }
+ },
+ {
+ "ename": "composable",
+ "commit": "1fc0f076198e4be46a33a26eea9f2d273dda12b8",
+ "sha256": "1fs4pczjn9sv12sladf6zbkz0cmzxr0jaqkiwryydal1l5nqqxcy",
+ "fetcher": "github",
+ "repo": "paldepind/composable.el",
+ "unstable": {
+ "version": [
+ 20190728,
+ 1527
+ ],
+ "commit": "b2139cd6f4434197ae0c678091c78b72fd022fed",
+ "sha256": "043g55gzvxvdplgxz1w1gl367k0nnblmi6ifdg98gl4z4xlqfc1j"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "commit": "4739b6a730498e7526d06222810c3ccf3723d509",
+ "sha256": "1mii790r6gaz0nidlaib50wj4vryfvw7ls6b4mg1nw5km7hplpgq"
+ }
+ },
+ {
+ "ename": "composer",
+ "commit": "eb13cb0dba1696cc51132cd1ff723fa17f892a7c",
+ "sha256": "01w9cywhfngkrl9az8kfpzm12nc0zwmax01pyxlbi2l2icmvp5s1",
+ "fetcher": "github",
+ "repo": "emacs-php/composer.el",
+ "unstable": {
+ "version": [
+ 20180923,
+ 1140
+ ],
+ "deps": [
+ "f",
+ "php-runtime",
+ "request",
+ "s",
+ "seq"
+ ],
+ "commit": "6c1578b2352c81cc9a22616a70db2a14b7d2b67f",
+ "sha256": "0fijw3kcl4vyc5x7a1syqslsj13mwkq1k3bs4p60v2jg1fxqarrb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "f",
+ "php-runtime",
+ "request",
+ "s",
+ "seq"
+ ],
+ "commit": "d88741009cf7cae0a75e3cc7a19dd9143fcc92f9",
+ "sha256": "0iqm8997pl3pni7a49igj8q6sp37bjdshjwl6d95bqrjkjf9ll08"
+ }
+ },
+ {
+ "ename": "concurrent",
+ "commit": "8bc29a8d518ce7a584277089bd4654f52ac0f358",
+ "sha256": "09wjw69bqrr3424h0mpb2kr5ixh96syjjsqrcyd7z2lsas5ldpnf",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-deferred",
+ "unstable": {
+ "version": [
+ 20161229,
+ 330
+ ],
+ "deps": [
+ "deferred"
+ ],
+ "commit": "2239671d94b38d92e9b28d4e12fd79814cfb9c16",
+ "sha256": "0vz59lm7pfz0gbsgrb44y555js85wbdjn0zm6p8wfqjiqf63ds3i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 1
+ ],
+ "deps": [
+ "deferred"
+ ],
+ "commit": "d012a1ab50edcc2c44e3e49006f054dbff47cb6c",
+ "sha256": "0xy9zb6wwkgwhcxdnslqk52bq3z24chgk6prqi4ks0qcf2bwyh5h"
+ }
+ },
+ {
+ "ename": "conda",
+ "commit": "fcf762e34837975f5440a1d81a7f09699778123e",
+ "sha256": "1hi292h6ccl7vkvyxcwwcdxw8q2brv3hy0mnlikzj2qy5pbnfg4y",
+ "fetcher": "github",
+ "repo": "necaris/conda.el",
+ "unstable": {
+ "version": [
+ 20190607,
+ 1625
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "pythonic",
+ "s"
+ ],
+ "commit": "d65f6d2a47c96e1ff1c7af0e83aee1f5acfe858e",
+ "sha256": "1bx60bipglviphxd9cj0q8jvml2ibd38daz44l2bwkcrp8jznf94"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 9
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "pythonic",
+ "s"
+ ],
+ "commit": "64b804c33f2667e8232689770a9f2e332c2dd0ab",
+ "sha256": "1w1p1m2d0mwi3frkah5cnphyqsix7fp1li8glhlwf923cg48cxfq"
+ }
+ },
+ {
+ "ename": "config-general-mode",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1pqivnyb1yljzs3fd554s0971wr9y6g1dx3lgym9gi5jhpyza38z",
+ "fetcher": "github",
+ "repo": "TLINDEN/config-general-mode",
+ "unstable": {
+ "version": [
+ 20171024,
+ 1840
+ ],
+ "commit": "b4a8e6ba0bb027a77e4a0f701409f3e57bb2e4c0",
+ "sha256": "115sk0h6i1bfnxw1v11719926cvnq7gyisjcysvkam40hp3d5fx5"
+ }
+ },
+ {
+ "ename": "config-parser",
+ "commit": "8fc040eebe72b278e3bd69212b207446cf4a5f06",
+ "sha256": "0wncg1v4wccb9j16rcmwz8fcmrscj7knfisq0r4qqx3skrmpccah",
+ "fetcher": "github",
+ "repo": "lujun9972/el-config-parser",
+ "unstable": {
+ "version": [
+ 20160426,
+ 1219
+ ],
+ "commit": "85d559e7889d8f5b98b8794b79426ae25ec3caa5",
+ "sha256": "09vq7hcsw4027whn3xrnfz9hkgkakva619hyz0zfgpvppqah9n1p"
+ }
+ },
+ {
+ "ename": "confluence",
+ "commit": "30de78c9cf83de30093a5647976eeaf552d4b2cb",
+ "sha256": "0xa2g168mm31kh5h7smhx35cjsk1js88nzs19yakjljf56b1khlf",
+ "fetcher": "github",
+ "repo": "emacsorphanage/confluence",
+ "unstable": {
+ "version": [
+ 20151021,
+ 128
+ ],
+ "deps": [
+ "xml-rpc"
+ ],
+ "commit": "4518d270a07760644c4204985c83d234ece4738b",
+ "sha256": "1lrq23cxlp2vkyv7g56r06bp7chhw10kii3ymkydf24y4pyn1zpg"
+ }
+ },
+ {
+ "ename": "conkeror-minor-mode",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "1ch108f20k7xbf79azsp31hh4wmw7iycsxddcszgxkbm7pj11933",
+ "fetcher": "github",
+ "repo": "Malabarba/conkeror-minor-mode",
+ "unstable": {
+ "version": [
+ 20150114,
+ 1604
+ ],
+ "commit": "476e81c27b056e21c192391fe674a2bf875466b0",
+ "sha256": "0sz3qx1bn0lwjhka2l6wfl4b5486ji9dklgjs7fdlkg3dgpp1ahx"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6,
+ 2
+ ],
+ "commit": "476e81c27b056e21c192391fe674a2bf875466b0",
+ "sha256": "0sz3qx1bn0lwjhka2l6wfl4b5486ji9dklgjs7fdlkg3dgpp1ahx"
+ }
+ },
+ {
+ "ename": "conllu-mode",
+ "commit": "444f943baddfeafe29708d6d68aeeeedbb7aa7bd",
+ "sha256": "1wffvvs8d0xcnz6mcm9rbr8imyj4npyc148yh0gzfzlgjm0fiz1v",
+ "fetcher": "github",
+ "repo": "odanoburu/conllu-mode",
+ "unstable": {
+ "version": [
+ 20190215,
+ 2043
+ ],
+ "deps": [
+ "cl-lib",
+ "flycheck",
+ "hydra",
+ "s"
+ ],
+ "commit": "1eb5ab3bad5cf36d30a557e64dc218b5fee735bf",
+ "sha256": "092wvxkscmpfrkpaw33r9qxrp4b2vcah3x61r7wry4f6v7jhd9hw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "flycheck",
+ "hydra",
+ "s"
+ ],
+ "commit": "d1b5b682e0a481ab74caed20bbca6177edb83080",
+ "sha256": "1n98aqh3pyvaz1lwsqpcpv1nzrij79r342iiw2h90v4mf2r665dy"
+ }
+ },
+ {
+ "ename": "connection",
+ "commit": "5b08ed7b90e3283e177eff57cb02b12a093dc258",
+ "sha256": "1y68d2kay8p5vapailxhrc5dl7b8k8nkvp7pa54md3fsivwp1d0q",
+ "fetcher": "github",
+ "repo": "myrkr/dictionary-el",
+ "unstable": {
+ "version": [
+ 20140718,
+ 329
+ ],
+ "commit": "6edc1d0a4156d33c3da0c1649c308b809fda46e1",
+ "sha256": "0g95q3yggzxr8d2gjxamfwx8xbzf182naxpb265r7v9awd35bqk5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 10
+ ],
+ "commit": "9ef1672ecd367827381bbbc9af93685980083c5c",
+ "sha256": "05xfgn9sabi1ykk8zbk2vza1g8pdrg08j5cb58f50nda3q8ndf4s"
+ }
+ },
+ {
+ "ename": "constant-theme",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "13m4r37gscnqg3qmb0rs2r8sslp0irm7n4p6p496mmvljvjmpv6b",
+ "fetcher": "github",
+ "repo": "Jannis/emacs-constant-theme",
+ "unstable": {
+ "version": [
+ 20180921,
+ 1012
+ ],
+ "commit": "23543a09729569b566175abe1efbe774048d3fa8",
+ "sha256": "1456kydn5k5sq8dgaf45nzqaw1035945dhwkh07vz11ivvcrz3xs"
+ }
+ },
+ {
+ "ename": "contextual",
+ "commit": "de20db067590624bbd2ca5a7a537b7f11ada84f2",
+ "sha256": "1xwjjchmn3xqxbgvqishh8i75scc4kjgdzlp5j64d443pfgyr56a",
+ "fetcher": "github",
+ "repo": "e-user/contextual",
+ "unstable": {
+ "version": [
+ 20180726,
+ 800
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "e3c0de4a2e06757a0e8407c3c6e75930026191e3",
+ "sha256": "1nl2748s5x252f6sx4xpgzfdcas9ky38bnqfdx9l562agmcp9615"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "8134a2d8034c624f4fdbbb0b3893de12f4257909",
+ "sha256": "0s4b7dkndhnh8q3plvg2whjx8zd7ffz4hnbn3xh86xd3k7sch7av"
+ }
+ },
+ {
+ "ename": "contextual-menubar",
+ "commit": "cba21d98f3abbf1f45d1fdd9164d4660b7d3e368",
+ "sha256": "0r9bsnvf45h7gsdfhsz7h02nskjvflfa2yjarjv9fcl7aipz8rr6",
+ "fetcher": "github",
+ "repo": "aaronjensen/contextual-menubar",
+ "unstable": {
+ "version": [
+ 20180205,
+ 709
+ ],
+ "commit": "f76f55232ac07df76ef9a334a0c527dfab97c40b",
+ "sha256": "0zks4w99nbhz1xvr67isgg6yjghpzbh5s5wd839zi0ly30x4riqf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "cc2e7c952b59401188b81d84be81dead9d0da3db",
+ "sha256": "01mk5xzsg52vfqjri1my193y6jczg2dp3pa2d0v0vw11m1k433h3"
+ }
+ },
+ {
+ "ename": "contrast-color",
+ "commit": "7a13602e10a5fa889d0e094eff5b74a39023a477",
+ "sha256": "0pa88mfla7g7wpia0q1lkv2dncw63ivvh83hf73f75a22rvl8jcx",
+ "fetcher": "github",
+ "repo": "yuutayamada/contrast-color-el",
+ "unstable": {
+ "version": [
+ 20160903,
+ 1807
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c5fb77a211ebbef3185ada37bea7420534c33f94",
+ "sha256": "06grlp93n50d7c5z43fia0d6r1hmfpnqa062fzrz8gypy5kqxi1f"
+ }
+ },
+ {
+ "ename": "control-mode",
+ "commit": "acc9b816796b9f142c53f90593952b43c962d2d8",
+ "sha256": "1biq4p2w8rqcbvr09gxbchjqlaixjf1fzv7xv8lpv81dlhi7dgz6",
+ "fetcher": "github",
+ "repo": "stephendavidmarsh/control-mode",
+ "unstable": {
+ "version": [
+ 20160624,
+ 1710
+ ],
+ "commit": "72d6179b60adc438aada74083b2bf4264b575de3",
+ "sha256": "0pqdh9bx2j9kla57sn349m90azk02wajapmazdm26cjdc2npw7jh"
+ }
+ },
+ {
+ "ename": "copy-as-format",
+ "commit": "42fe8a2113d1c15701abe7a7e0a68e939c3d789b",
+ "sha256": "1yij5mqm0dg6326yms0a2w8gs42kdxq0ih8dhkpdar54r0bk3m8k",
+ "fetcher": "github",
+ "repo": "sshaw/copy-as-format",
+ "unstable": {
+ "version": [
+ 20190523,
+ 258
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a0962b670e26b723ce304b14e3397da453aef84e",
+ "sha256": "0amgnl9d9sh69dh76vfb7ar6m995nka5zs3swa1pmqqnrmp8nr1w"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 8
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d2376c64334fe3de65d89d6d138a2187f9bf802f",
+ "sha256": "0i158bkra7zgq75j08knq2camvlhbs2v8zrsxiyp0mc4q949xysd"
+ }
+ },
+ {
+ "ename": "copy-file-on-save",
+ "commit": "eb13cb0dba1696cc51132cd1ff723fa17f892a7c",
+ "sha256": "1mcwgkhd241aijnmzrrqqn9f7hiq5k1w4fj83v50aixrcs049gc3",
+ "fetcher": "github",
+ "repo": "emacs-php/emacs-auto-deployment",
+ "unstable": {
+ "version": [
+ 20180604,
+ 1419
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "s"
+ ],
+ "commit": "5af6d5fcc35ddf9050eada96fd5f334bf0661b62",
+ "sha256": "1q9liby1dmwwmg2jz13gx2ld47bpcqb9c7vx4qgky75wb5c2q1xz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "s"
+ ],
+ "commit": "5af6d5fcc35ddf9050eada96fd5f334bf0661b62",
+ "sha256": "1q9liby1dmwwmg2jz13gx2ld47bpcqb9c7vx4qgky75wb5c2q1xz"
+ }
+ },
+ {
+ "ename": "copyit",
+ "commit": "69bd50fd1f3865d48cec9fe2680d260d746248e5",
+ "sha256": "1m28irqixzl44c683dxvc5x6l3qcqlpy6jzk6629paqkdi5mx1c0",
+ "fetcher": "github",
+ "repo": "zonuexe/emacs-copyit",
+ "unstable": {
+ "version": [
+ 20161126,
+ 1229
+ ],
+ "deps": [
+ "cl-lib",
+ "s"
+ ],
+ "commit": "f50d033b129d467fb517a351adf3f16cabd82a62",
+ "sha256": "1s1ddwxgvig7skibicm9j8jii651n1v5ivfj4j6d1kkc79lpq69n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c973d3650208a033aaf845989d023f9c6e572ddd",
+ "sha256": "1fwndjbzwhl4dzrw5jxbq66yggxkl81ga3cnnl7rm3s63pkb6l3w"
+ }
+ },
+ {
+ "ename": "copyit-pandoc",
+ "commit": "69bd50fd1f3865d48cec9fe2680d260d746248e5",
+ "sha256": "03v448gh6glq126r95w4y6s2p08jgjhkc6zgsplx0v9d5f2mwaqk",
+ "fetcher": "github",
+ "repo": "zonuexe/emacs-copyit",
+ "unstable": {
+ "version": [
+ 20160624,
+ 2028
+ ],
+ "deps": [
+ "copyit",
+ "pandoc"
+ ],
+ "commit": "f50d033b129d467fb517a351adf3f16cabd82a62",
+ "sha256": "1s1ddwxgvig7skibicm9j8jii651n1v5ivfj4j6d1kkc79lpq69n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "copyit",
+ "pandoc"
+ ],
+ "commit": "c973d3650208a033aaf845989d023f9c6e572ddd",
+ "sha256": "1fwndjbzwhl4dzrw5jxbq66yggxkl81ga3cnnl7rm3s63pkb6l3w"
+ }
+ },
+ {
+ "ename": "coq-commenter",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1d6a40f8b4r8x08sy7qs335c9z744xmll326qzsjmxiqdkjv7h2k",
+ "fetcher": "github",
+ "repo": "Ailrun/coq-commenter",
+ "unstable": {
+ "version": [
+ 20170822,
+ 2309
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "s"
+ ],
+ "commit": "7fe9a2cc0ebdb0b1e54a24eb7971d757fb588ac3",
+ "sha256": "1rq0j6ds9snv21k2lzyja96qxxz8nrai5aj1k1si9zshld28mapx"
+ }
+ },
+ {
+ "ename": "corral",
+ "commit": "7b0d7e326f0401de0488b77d39af7bd7b8e8fdd4",
+ "sha256": "1drccqk4qzkgvkgkzlrrfd1dcgj8ziqriijrjihrzjgjsbpzv6da",
+ "fetcher": "github",
+ "repo": "nivekuil/corral",
+ "unstable": {
+ "version": [
+ 20160502,
+ 701
+ ],
+ "commit": "e7ab6aa118e46b93d4933d1364bc273f57cd6911",
+ "sha256": "00055gzv032xxzqm1hffipljy8fzgsm58cbv8dzajh035jvdgpv7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 20
+ ],
+ "commit": "e7ab6aa118e46b93d4933d1364bc273f57cd6911",
+ "sha256": "00055gzv032xxzqm1hffipljy8fzgsm58cbv8dzajh035jvdgpv7"
+ }
+ },
+ {
+ "ename": "cosmo",
+ "commit": "3ab914dfefcddf6ecd65261bc11bd3eb12929c79",
+ "sha256": "1pk34d0kv1jm2fq72qa5lj0y39x1yf2nbkjjg8jcj8ari28h9vfk",
+ "fetcher": "gitlab",
+ "repo": "montanari/cosmo-el",
+ "unstable": {
+ "version": [
+ 20170922,
+ 744
+ ],
+ "commit": "dd83b09a49a2843606b28279b674b2207040b36b",
+ "sha256": "0phcg81g3dy67s1hfymvj0lkcpwygwql8iixf940nv31qllgzvd7"
+ }
+ },
+ {
+ "ename": "counsel",
+ "commit": "06c50f32b8d603db0d70e77907e36862cd66b811",
+ "sha256": "0y8cb2q4mqvzan5n8ws5pjpm7bkjcghg5q19mzc3gqrq9vrvyzi6",
+ "fetcher": "github",
+ "repo": "abo-abo/swiper",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1548
+ ],
+ "deps": [
+ "swiper"
+ ],
+ "commit": "20d604c139b82d98010aabbbc00ad487438bdf8e",
+ "sha256": "0clg04az8v5ia3z5fxcimprqp4kbf2g1z6na3js60gmi689ks8ll"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 12,
+ 0
+ ],
+ "deps": [
+ "swiper"
+ ],
+ "commit": "85d1e2e779ca92e6ef8e47d08f866b13d4d87aee",
+ "sha256": "0xgngn3jhmyn6mlkk9kmgfgh0w5i50b27syr4cgfgarg6p77j05w"
+ }
+ },
+ {
+ "ename": "counsel-bbdb",
+ "commit": "0ed9bcdb1f25a6dd743c1dac2bb6cda73a5a5dc2",
+ "sha256": "14d9mk44skpmyj0zkqwz97j80r630j7s5hfrrhlsafdpl5aafjxp",
+ "fetcher": "github",
+ "repo": "redguardtoo/counsel-bbdb",
+ "unstable": {
+ "version": [
+ 20181128,
+ 1320
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "df2890deb73b09f8055243bd91942ea887d9b7a1",
+ "sha256": "0bki658mvlchqf3prkzxz4217a95cxm58c1qmf84yp2n8h6gd0d8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "df2890deb73b09f8055243bd91942ea887d9b7a1",
+ "sha256": "0bki658mvlchqf3prkzxz4217a95cxm58c1qmf84yp2n8h6gd0d8"
+ }
+ },
+ {
+ "ename": "counsel-codesearch",
+ "commit": "d3404c3cdfa6654ad80378ab258f0df68a6beeb9",
+ "sha256": "0y547cfxjq59zvi36av0rd1wdydf8d96ma438ja0x726f53nxd3g",
+ "fetcher": "github",
+ "repo": "abingham/emacs-counsel-codesearch",
+ "unstable": {
+ "version": [
+ 20180925,
+ 803
+ ],
+ "deps": [
+ "codesearch",
+ "counsel",
+ "ivy"
+ ],
+ "commit": "b7989fad3e06f301c31d5e896c42b6cc549a0e0c",
+ "sha256": "1qv82nvj0kddmajm6pniadnz96mqz8rhl0g2w2z5834r48higxqv"
+ }
+ },
+ {
+ "ename": "counsel-css",
+ "commit": "519a05a9f0e43f3e1dfac75759346476bfc40772",
+ "sha256": "1sckfq8kv68q1anqmslrvhcf83m7b5r0clny6q33b9x0qypkv9xp",
+ "fetcher": "github",
+ "repo": "hlissner/emacs-counsel-css",
+ "unstable": {
+ "version": [
+ 20180302,
+ 1036
+ ],
+ "deps": [
+ "cl-lib",
+ "counsel"
+ ],
+ "commit": "0536af00236cdce1ed08b40dd46c917e8b4b8869",
+ "sha256": "04qm5dqxnl4s0axbrin7a7dpj3h8rx096q01bwzfs10qsdx3l7c0"
+ }
+ },
+ {
+ "ename": "counsel-dash",
+ "commit": "0f8af4d854f972bfed3d2122b4c089f72d8b5f2a",
+ "sha256": "0pzh8ww1p2jb859gdjr5ypya3rwhiyg3c79xhx8filxrqxgjv5fk",
+ "fetcher": "github",
+ "repo": "nathankot/counsel-dash",
+ "unstable": {
+ "version": [
+ 20190510,
+ 708
+ ],
+ "deps": [
+ "cl-lib",
+ "counsel",
+ "dash-docs"
+ ],
+ "commit": "5856b8766956428c183a2df911a05f845d014041",
+ "sha256": "1x0y6w5ivicckllznvljad42hgmbnilkrx9bz7rs4clr1baxzvyh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "deps": [
+ "counsel",
+ "dash",
+ "dash-functional",
+ "helm-dash"
+ ],
+ "commit": "a342340bbd8e50e4d1015e0b91d8ecd8f6cdf9f2",
+ "sha256": "1ma67lc4y9y3byrz8v6635w8q2scp6f2cqagq09k723k5nnwisfj"
+ }
+ },
+ {
+ "ename": "counsel-etags",
+ "commit": "87528349a3ab305bfe98f30c5404913272817a38",
+ "sha256": "1h3dlczm1m21d4h41vz9ngg5fi02g6f95qalfxdnsvz0d4w4yxk0",
+ "fetcher": "github",
+ "repo": "redguardtoo/counsel-etags",
+ "unstable": {
+ "version": [
+ 20190802,
+ 652
+ ],
+ "deps": [
+ "counsel",
+ "ivy"
+ ],
+ "commit": "fda1f77eb8548c4451894886ef5e99815dfc1bf8",
+ "sha256": "0rmdl93kgyydwa96yclds9vwly41bpk8v18cbqc1x266w6v77dr9"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8,
+ 9
+ ],
+ "deps": [
+ "counsel",
+ "ivy"
+ ],
+ "commit": "fda1f77eb8548c4451894886ef5e99815dfc1bf8",
+ "sha256": "0rmdl93kgyydwa96yclds9vwly41bpk8v18cbqc1x266w6v77dr9"
+ }
+ },
+ {
+ "ename": "counsel-ffdata",
+ "commit": "f91f760ed71543b9c11661ab8131206a13d2e6e3",
+ "sha256": "0pmlvlpz22j7jk96456j2l365sq47rq0i9k5byfmzvm1s2p8nqvl",
+ "fetcher": "github",
+ "repo": "cireu/counsel-ffdata",
+ "unstable": {
+ "version": [
+ 20190725,
+ 1630
+ ],
+ "deps": [
+ "counsel",
+ "emacsql"
+ ],
+ "commit": "33f37112b068d72d866011461c6a4e9a0d43fc12",
+ "sha256": "00svf7b3an4dfcl7w2xycn5a6ib78p5xip6wy675w9k6v16sag73"
+ }
+ },
+ {
+ "ename": "counsel-gtags",
+ "commit": "fe8fe6af7826a4b73ac784fde8859130b9ad7096",
+ "sha256": "1vxxcqijn3nab4146p06vhw6dn8zwb7arbk1610bajsvkyid428y",
+ "fetcher": "github",
+ "repo": "FelipeLema/emacs-counsel-gtags",
+ "unstable": {
+ "version": [
+ 20190422,
+ 1501
+ ],
+ "deps": [
+ "counsel",
+ "seq"
+ ],
+ "commit": "3ebfd4159856e9dbd9531b2a43410f72175a90bb",
+ "sha256": "08n11nvf7p6clmha8r50r2fzp9f4nmrcm8j6byvn99vazdvych7p"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "counsel"
+ ],
+ "commit": "8066dd4cd6eb157345fb43788bacf2c5d746b497",
+ "sha256": "07kxv56p340a913673h30q65814ji7lwc6gsn9vcr18rsdaj7qwi"
+ }
+ },
+ {
+ "ename": "counsel-notmuch",
+ "commit": "54fe0be4e8e8b90cd2dc3cc8b9c573694c8f773b",
+ "sha256": "1n4jp9fa5fbv55am0w1b832ncdih8gi6xflwabpwqqj4k5mj94p1",
+ "fetcher": "github",
+ "repo": "fuxialexander/counsel-notmuch",
+ "unstable": {
+ "version": [
+ 20181203,
+ 935
+ ],
+ "deps": [
+ "ivy",
+ "notmuch",
+ "s"
+ ],
+ "commit": "a4a1562935e4180c42524c51609d1283e9be0688",
+ "sha256": "01k1321d961kc2i660a5595bqk0d85f16snsxngsn5si6y83kqr7"
+ }
+ },
+ {
+ "ename": "counsel-org-capture-string",
+ "commit": "380d58ac9487f2fb1d4a791008fa60fb7165e7e3",
+ "sha256": "1jqp4qscv8shx1kfnrm6642a83ba3rpzm7v9hz46j3aw6f3psw9g",
+ "fetcher": "github",
+ "repo": "akirak/counsel-org-capture-string",
+ "unstable": {
+ "version": [
+ 20180816,
+ 724
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "0fd5d72397a9268a89dd26de2a6c355f127453ac",
+ "sha256": "19ijjiidxxysvkz9vnsgiymxd7w7zcs5bazn7dmahp5yaprlsjld"
+ }
+ },
+ {
+ "ename": "counsel-org-clock",
+ "commit": "d21e10ba82b4ae0f8101031be16bc5f7e80ba5d5",
+ "sha256": "16pai05qqaw31ghdy1h164qy56mqsdsf2925i0qhlhysslkki8gh",
+ "fetcher": "github",
+ "repo": "akirak/counsel-org-clock",
+ "unstable": {
+ "version": [
+ 20190407,
+ 348
+ ],
+ "deps": [
+ "dash",
+ "ivy"
+ ],
+ "commit": "ddf6b89652e4dbc0be5e8719213e7673c83959f1",
+ "sha256": "1fd8ll7jcfmy2dhhhsqh1l6wqfklma54bqpb4jnxmdn2w9p3ndmn"
+ }
+ },
+ {
+ "ename": "counsel-osx-app",
+ "commit": "926d0ab3d62d7114d6997944521b66ab969f6830",
+ "sha256": "0zc74szalyazbvi0lh3zy08kb8kzlwcwnc8d1sj5n23ymvvs5nn3",
+ "fetcher": "github",
+ "repo": "d12frosted/counsel-osx-app",
+ "unstable": {
+ "version": [
+ 20160821,
+ 809
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "b1c54cbc033c4939966910d85ce035503079e108",
+ "sha256": "0p3j60hjai3v8yny9zlzbxppy0pl9s3yf4x6z5rac6n86xx0iix8"
+ }
+ },
+ {
+ "ename": "counsel-projectile",
+ "commit": "389f16f886a385b02f466540f042a16eea8ba792",
+ "sha256": "1gshphxaa902kq878rnizn3k1zycakwqkciz92z3xxb3bdyy0hnl",
+ "fetcher": "github",
+ "repo": "ericdanan/counsel-projectile",
+ "unstable": {
+ "version": [
+ 20190724,
+ 1903
+ ],
+ "deps": [
+ "counsel",
+ "projectile"
+ ],
+ "commit": "90d3792ab90559a9de6ad419dbfb2435a36a224d",
+ "sha256": "0m1rcmk9qnwr5zlsw8wzyvs3an1jqy5nvlm7lcsvzfkvzpn52ad0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "counsel",
+ "projectile"
+ ],
+ "commit": "d64e5275c578a494102852c466a3696bde466739",
+ "sha256": "1inc4ndl0ysfwvxk4avbgpj4qi9rc93da6476a5c81xmwpsv8wmq"
+ }
+ },
+ {
+ "ename": "counsel-pydoc",
+ "commit": "110939c12b4e042a486e97be4c2a2426c5978ca6",
+ "sha256": "1a3vwh4jf5y03z95bd4blk75n6wjd24l6yw6vpr3991bi4qrxclz",
+ "fetcher": "github",
+ "repo": "co-dh/pydoc_utils",
+ "unstable": {
+ "version": [
+ 20171018,
+ 2042
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "1d8ff8ca3b9d69453cde423b1887fbb490a95c9e",
+ "sha256": "06kf93y8wb9nwvs70xi4lkd5x4g6sl8f83diy2wl7ha657dwx3m8"
+ }
+ },
+ {
+ "ename": "counsel-spotify",
+ "commit": "b386462518a5ebb6454f4d01582df98395239bcc",
+ "sha256": "1xs4km5vjhn6dnlmrscz7airip07n1ppybp8mr17hinb8scfpv47",
+ "fetcher": "github",
+ "repo": "Lautaro-Garcia/counsel-spotify",
+ "unstable": {
+ "version": [
+ 20190406,
+ 2025
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "f484e6efd3994704cfd16c87c298fbfa12d442cc",
+ "sha256": "0b5hykw3n96f0m50176hk639sbzdykhnp52xlp8g6l7p807x27w9"
+ }
+ },
+ {
+ "ename": "counsel-tramp",
+ "commit": "e1822b735b6bd533f658bd64ddccda29e19e9a5e",
+ "sha256": "1ga57v6whnpigciw54k3hs0idq4cbl35qrysarik72f46by859v5",
+ "fetcher": "github",
+ "repo": "masasam/emacs-counsel-tramp",
+ "unstable": {
+ "version": [
+ 20190616,
+ 122
+ ],
+ "deps": [
+ "counsel"
+ ],
+ "commit": "da451df4c5f0ba32056ec600e8eb6a2c7ca4df08",
+ "sha256": "18qlwyjqxap2qfbz14ma6yqp4p3v4q2y8idc355s4szjdd2as2lr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 5
+ ],
+ "deps": [
+ "counsel"
+ ],
+ "commit": "da451df4c5f0ba32056ec600e8eb6a2c7ca4df08",
+ "sha256": "18qlwyjqxap2qfbz14ma6yqp4p3v4q2y8idc355s4szjdd2as2lr"
+ }
+ },
+ {
+ "ename": "counsel-world-clock",
+ "commit": "7d9da8c45e7d06647f9591d80e83f851a7f3af85",
+ "sha256": "151vm7g7g0jwjlp0wrwlxrjnh9qsckc10whkfgaz9czzvvmsf4cv",
+ "fetcher": "github",
+ "repo": "kchenphy/counsel-world-clock",
+ "unstable": {
+ "version": [
+ 20190709,
+ 2211
+ ],
+ "deps": [
+ "ivy",
+ "s"
+ ],
+ "commit": "674e4c6b82a92ea765af97cc5f017b357284c7dc",
+ "sha256": "1wm6g6g5jlk3k2h2zb6mjzdnl95yr3x7hk8x1ikpbpfd4xdc64kb"
+ }
+ },
+ {
+ "ename": "countdown",
+ "commit": "ce30233b21be706ab3aaeeb61d5110143fa47c89",
+ "sha256": "0rjhc54f5dj55442b44yhvpicg98jg1jj1n0bv6alx699575vmym",
+ "fetcher": "github",
+ "repo": "xuchunyang/countdown.el",
+ "unstable": {
+ "version": [
+ 20190626,
+ 244
+ ],
+ "deps": [
+ "stream"
+ ],
+ "commit": "139dea91fc818d65944aca5f16c9626abbdfbf04",
+ "sha256": "0khwqwwsp2zhz7x2w7qcsdh5vmk3ybshj9isa6zr2ygag8aag13h"
+ }
+ },
+ {
+ "ename": "cov",
+ "commit": "d0f35ce436ac157955d6f92de96e14bef9ad69e3",
+ "sha256": "02wk8ikanl5lcwqb9wqc8xx5vwzhn2hpqpxdchg5mdi7fifa1rni",
+ "fetcher": "github",
+ "repo": "AdamNiederer/cov",
+ "unstable": {
+ "version": [
+ 20180415,
+ 2031
+ ],
+ "deps": [
+ "elquery",
+ "f",
+ "s"
+ ],
+ "commit": "7c72a949b9628296af97cc7e4df0af6c3824d66e",
+ "sha256": "0rddchwanrshfpjiigmz6a0zz1sz9kxbbgvszvja2r4w0m6irb80"
+ }
+ },
+ {
+ "ename": "coverage",
+ "commit": "cd70e138534551dd12ba4d165ba56fbd1e033241",
+ "sha256": "0ja7wsx2sj0h01sk1l3c0aidbs1ld4gj3kiwq6brs7r018sz45pm",
+ "fetcher": "github",
+ "repo": "trezona-lecomte/coverage",
+ "unstable": {
+ "version": [
+ 20180227,
+ 457
+ ],
+ "deps": [
+ "cl-lib",
+ "ov"
+ ],
+ "commit": "c73d984168955ca0f47f44b0464aa45282df42b6",
+ "sha256": "1kn61j91x4r4kc498y2jas5il4pc4qzhkj8392g2qiq5m3lbv4vl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "ov"
+ ],
+ "commit": "c73d984168955ca0f47f44b0464aa45282df42b6",
+ "sha256": "1kn61j91x4r4kc498y2jas5il4pc4qzhkj8392g2qiq5m3lbv4vl"
+ }
+ },
+ {
+ "ename": "coverlay",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1n0fblacwps94mhbdwpi22frhqp3pxg4323ghb79rvszb7in9i8j",
+ "fetcher": "github",
+ "repo": "twada/coverlay.el",
+ "unstable": {
+ "version": [
+ 20190414,
+ 940
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0beae208d0e7d746a94385428bd61aa5cd7ea828",
+ "sha256": "1qf1s0997n6bfx50bd0jln25p7z6y8pfibijnbqcg2011xmv5dqh"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0beae208d0e7d746a94385428bd61aa5cd7ea828",
+ "sha256": "1qf1s0997n6bfx50bd0jln25p7z6y8pfibijnbqcg2011xmv5dqh"
+ }
+ },
+ {
+ "ename": "cp5022x",
+ "commit": "761fcb0ff07d9746d68e9946c8b46e50c67cd1d8",
+ "sha256": "0v1jhkix01l299m67jag43rnps68m19zy83vvdglxa8dj3naz5dl",
+ "fetcher": "github",
+ "repo": "awasira/cp5022x.el",
+ "unstable": {
+ "version": [
+ 20120323,
+ 2335
+ ],
+ "commit": "ea7327dd75e54539576916f592ae1be98179ae35",
+ "sha256": "1z67x4a0aricd9q6i2w33k74alddl6w0rijjhzyxwml7ibhbvphz"
+ }
+ },
+ {
+ "ename": "cpanfile-mode",
+ "commit": "673e828a076ad806cdb69102a9d55f80ace45670",
+ "sha256": "1sflykfrhx9sn5dqlaa4s7w34nczh4xqwcig5rmlpwj9yl2mk2dm",
+ "fetcher": "github",
+ "repo": "zakame/cpanfile-mode",
+ "unstable": {
+ "version": [
+ 20161001,
+ 710
+ ],
+ "commit": "eda675703525198df1f76ddf250bffa40217ec5d",
+ "sha256": "07xivp1i9f884gs17lhp5jm0zk916c7gwazxnkm6m8rl3z2mcq0l"
+ }
+ },
+ {
+ "ename": "cpp-auto-include",
+ "commit": "5323c0ab6d3e471951738a00ce7036e6ff2665d2",
+ "sha256": "1a1zv7zbd1l2vbgi42zd60mqnsv7a35is4drf2dmp5dw1nh08z73",
+ "fetcher": "github",
+ "repo": "syohex/emacs-cpp-auto-include",
+ "unstable": {
+ "version": [
+ 20160426,
+ 412
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f3b9bfa668fcd38da8a9dbef0e33a536be239468",
+ "sha256": "1qnmmk97963j92d4h7vjf27dmiwnjk6q2ls0xy0xx5rg0y7firjf"
+ }
+ },
+ {
+ "ename": "cpp-capf",
+ "commit": "7a456977e00708d2a0b764553048f3be11d96ebc",
+ "sha256": "0gc5grf9viiqsjwydyv3q3qgjwkla4n54d48dc7m6mq6fl8f3p23",
+ "fetcher": "git",
+ "url": "https://git.sr.ht/~zge/cpp-capf",
+ "unstable": {
+ "version": [
+ 20190723,
+ 1158
+ ],
+ "commit": "ca6d50f3853e1226a0ccad435aa8fbd7852c2149",
+ "sha256": "19vhayxy3ha3kkncz8vy5as2pdc17k4mycqszi2g0wywllnirhvv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "bee4a7d5e9a52d955325396121a901a7679295b2",
+ "sha256": "0lk6q8jy53iqn9gzh7nd1qpfn5lmsc1h1qn8b6br82v0i1wd96gb"
+ }
+ },
+ {
+ "ename": "cpputils-cmake",
+ "commit": "9b84a159e97f7161d0705da5dd5e8c34ae5cb848",
+ "sha256": "0fswmmmrjv897n51nidmn8gs8yp00595g35vwjafsq6rzfg58j60",
+ "fetcher": "github",
+ "repo": "redguardtoo/cpputils-cmake",
+ "unstable": {
+ "version": [
+ 20181006,
+ 328
+ ],
+ "commit": "64b2b05eff5398b4cd522e66efaf14553ab18ff4",
+ "sha256": "0kmqk0ba9cacss3m34a8sdnmdir4ci7mv3j176ylm5af0x9yqc45"
+ },
+ "stable": {
+ "version": [
+ 5,
+ 5
+ ],
+ "commit": "55e5c69554379632692a0fa20bfadeef9194fbdd",
+ "sha256": "1rk0bwdvfrp24z69flh7jg3c8vgvwk6vciixmmmldnrlwhpnbh6i"
+ }
+ },
+ {
+ "ename": "cql-mode",
+ "commit": "1084dd0ec0f2e8fe6fa8e97b322833c14e8e59d1",
+ "sha256": "0wdal8w0i73xjak2g0wazs54z957f4lj4n8qdmzpcylzpl1lqd88",
+ "fetcher": "github",
+ "repo": "Yuki-Inoue/cql-mode",
+ "unstable": {
+ "version": [
+ 20190315,
+ 225
+ ],
+ "commit": "d400c046850d3cf404778b2c47d6be4ff84ca04b",
+ "sha256": "016fs984fbn9k6q17mpxq8gbpspai71r52da8aq31f3jijxmrh5a"
+ }
+ },
+ {
+ "ename": "cquery",
+ "commit": "3cd3bffff0d2564c39735f844f9a02a660272caa",
+ "sha256": "01mw6aqiazpzcn6h5h5xcnra8a04yg1ibvpfajx70m5iw9f5w6l6",
+ "fetcher": "github",
+ "repo": "cquery-project/emacs-cquery",
+ "unstable": {
+ "version": [
+ 20190118,
+ 542
+ ],
+ "deps": [
+ "dash",
+ "lsp-mode"
+ ],
+ "commit": "555e50984ebda177421fdcdc8c76cb29235d9694",
+ "sha256": "1d1m1lgc93fkg7dxb8d6ch68vh6w1zp3yy31bv78vaz8siqrmk16"
+ }
+ },
+ {
+ "ename": "crappy-jsp-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "17m404kdz9avihz52xd7hn5qx06a6k74gmn0gbhly4gl84w3zc6y",
+ "fetcher": "github",
+ "repo": "magnars/crappy-jsp-mode",
+ "unstable": {
+ "version": [
+ 20140311,
+ 931
+ ],
+ "commit": "6c45ab92b452411cc0fab9bcee2f456276b4fc40",
+ "sha256": "12g6l6xlbs9h24q5lk8yjgk91xqd7r3v7r6czy10r09cmfjmkxbb"
+ }
+ },
+ {
+ "ename": "creamsody-theme",
+ "commit": "488f95b9e425726d641120130d894babcc3b3e85",
+ "sha256": "0l3mq43bszxrz0bxmxb76drp4c8721cw8akgk3l5a800wqbfp2l7",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-theme-creamsody",
+ "unstable": {
+ "version": [
+ 20170222,
+ 1058
+ ],
+ "deps": [
+ "autothemer"
+ ],
+ "commit": "32fa3f4e461da92700523b1b20e7b28974c19a26",
+ "sha256": "01q1l8ajw6lpp1bb4yp8r70d86hcl4hy0mz7x1hzqsvb7flhppp0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 7
+ ],
+ "deps": [
+ "autothemer"
+ ],
+ "commit": "32fa3f4e461da92700523b1b20e7b28974c19a26",
+ "sha256": "01q1l8ajw6lpp1bb4yp8r70d86hcl4hy0mz7x1hzqsvb7flhppp0"
+ }
+ },
+ {
+ "ename": "creds",
+ "commit": "81b032049ccc3837e8693f010b39716912f76bba",
+ "sha256": "0n11xxaf93bbc9ih25wj09zzw4sj32wb99qig4zcy8bpkl5y3llk",
+ "fetcher": "github",
+ "repo": "ardumont/emacs-creds",
+ "unstable": {
+ "version": [
+ 20140510,
+ 1706
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "b059397a7d59481f05fbb1bb9c8d3c2c69226482",
+ "sha256": "0l4bvk3m355b25d7pdnhczn3fckbq0rg2l4r0a0d94004ksvylqa"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 6,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "00ebefd10005c170b790a01380cb6a98f798ce5c",
+ "sha256": "169ai0xkh3988racnhaapxw0v1pbxvcaq470x1qacdzdpka4a7bs"
+ }
+ },
+ {
+ "ename": "creole",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1q1c6f953g39xal1p7rj8dlcx2crk5cz1q07zp8bgp5jx4nd2z9n",
+ "fetcher": "github",
+ "repo": "nicferrier/elwikicreole",
+ "unstable": {
+ "version": [
+ 20140924,
+ 1500
+ ],
+ "deps": [
+ "kv",
+ "noflet"
+ ],
+ "commit": "7d5cffe93857f6c75ca09ac79c0e47b8d4410e53",
+ "sha256": "18c4jfjnhb7asdhwj41g06cp9rz5xd7bbx2s1xvk6gahay27rlrv"
+ }
+ },
+ {
+ "ename": "creole-mode",
+ "commit": "f04f93ab9482dbabfdbe3f0c8186c62a9a80c8b3",
+ "sha256": "1lj9a0bgn7lmc2wyjzzvmpaz1f1spj02l51ki2wydjbfhxq61k0s",
+ "fetcher": "github",
+ "repo": "nicferrier/creole-mode",
+ "unstable": {
+ "version": [
+ 20130722,
+ 50
+ ],
+ "commit": "b5e79b2ec5f19fb5aacf689b5febc3e0b61515c4",
+ "sha256": "0japww5x89vd1ahjm2bc3biz6wxv94vvqq5fyyzkqsblgk5bys0h"
+ }
+ },
+ {
+ "ename": "cricbuzz",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "18nmr7rpbylqgfx5q3ps38wx9q1ndj06msgyjyc8lqpipbsz0pip",
+ "fetcher": "github",
+ "repo": "lepisma/cricbuzz.el",
+ "unstable": {
+ "version": [
+ 20180804,
+ 2254
+ ],
+ "deps": [
+ "dash",
+ "enlive",
+ "f",
+ "s"
+ ],
+ "commit": "0b95d45991bbcd2fa58d96ce921f6a57ba42c153",
+ "sha256": "1s77a2lfy7nnaxm3ai9dg8lbdxp0892z4gr0yxqrgzawc4qcbb3x"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 6
+ ],
+ "deps": [
+ "dash",
+ "enlive",
+ "f",
+ "s"
+ ],
+ "commit": "0b95d45991bbcd2fa58d96ce921f6a57ba42c153",
+ "sha256": "1s77a2lfy7nnaxm3ai9dg8lbdxp0892z4gr0yxqrgzawc4qcbb3x"
+ }
+ },
+ {
+ "ename": "crm-custom",
+ "commit": "5e0752ba601a8d518d3c7fb54fd008602e7dc19f",
+ "sha256": "14w15skxr44p9ilhpswlgdbqfw8jghxi69l37yk4m449m7g9694c",
+ "fetcher": "github",
+ "repo": "DarwinAwardWinner/crm-custom",
+ "unstable": {
+ "version": [
+ 20160117,
+ 6
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f1aaccf64306a5f99d9bf7ba815d7ea41c15518d",
+ "sha256": "1kl6blr4dlz40gfc845071nhfms4fm59284ja2177bhghy3wmw6r"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f1aaccf64306a5f99d9bf7ba815d7ea41c15518d",
+ "sha256": "1kl6blr4dlz40gfc845071nhfms4fm59284ja2177bhghy3wmw6r"
+ }
+ },
+ {
+ "ename": "crontab-mode",
+ "commit": "0831d0f869cad4681b22296225307aa5bf185f3f",
+ "sha256": "1lwkj5c8435xgqi9d4zgnp9dzi06byibf69fv9p3x79kv565g3gd",
+ "fetcher": "github",
+ "repo": "emacs-pe/crontab-mode",
+ "unstable": {
+ "version": [
+ 20190304,
+ 1423
+ ],
+ "commit": "090ed61e919df6391df45a7645a0d8d5b0dae1cb",
+ "sha256": "1yz9vvh2x6s2y02n1z8aqgb40bxgs2s2mxmy1vmp2piffq81d09y"
+ }
+ },
+ {
+ "ename": "crux",
+ "commit": "575e3442a925500a5806e0b900208c1e6bfd11ae",
+ "sha256": "10lim1sngqbdqqwyq6ksqjjqpkm97aj1jk550sgwj28338lnw73c",
+ "fetcher": "github",
+ "repo": "bbatsov/crux",
+ "unstable": {
+ "version": [
+ 20181108,
+ 827
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "308f17d914e2cd79cbc809de66d02b03ceb82859",
+ "sha256": "0rf84finwlvmy0xpgyljjvnrijlmkzjyw9rh97svgxp9c1rzfk0x"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "5b3c8155a9e9fe6f189645d175976026a2dc7b8d",
+ "sha256": "0809pb8626i6z1dics3i1cs30p4qd8bzqcgr20lx9k3yq2abq2k7"
+ }
+ },
+ {
+ "ename": "cryptol-mode",
+ "commit": "de12333bb429d84b2c214ac7ebb0219f67838f4f",
+ "sha256": "08iq69gqmps8cckybhj9065b8a2a49p0rpzgx883qxnypsmjfmf2",
+ "fetcher": "github",
+ "repo": "thoughtpolice/cryptol-mode",
+ "unstable": {
+ "version": [
+ 20190531,
+ 2051
+ ],
+ "commit": "81ebbde83f7cb75b2dfaefc09de6a1703068c769",
+ "sha256": "1y24hssckqi8bapm24b6zw7lagdsh3gaacvq5pscgnjbqpk2rlvp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "a54d000d24757fad2a91ae2853b16a97ebe52771",
+ "sha256": "00wgbcw09xn9xi52swi4wyi9dj9p9hyin7i431xi6zkhxysw4q7w"
+ }
+ },
+ {
+ "ename": "crystal-mode",
+ "commit": "d4b9b47d7deecf0cf24a42b26d50021cb1219a69",
+ "sha256": "1fgpz7zab6nc6kvjzjsbvrbg8shf4by0f20cvjvyky8kym72q0hk",
+ "fetcher": "github",
+ "repo": "crystal-lang-tools/emacs-crystal-mode",
+ "unstable": {
+ "version": [
+ 20190604,
+ 1254
+ ],
+ "commit": "34124f546ff5c1136aed95bf0059015f9f6a1d60",
+ "sha256": "09cmbw190w6aiwwc2bg349xx6vcv9b9ajw8m70ajb3653qnq3mw4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "0fe6815201bebe4c5ff6857bd541d95b05132b10",
+ "sha256": "0r75dvc0jqcqi1qjns8zj132dnm0s6mvqlqynkis16nigbawix8m"
+ }
+ },
+ {
+ "ename": "crystal-playground",
+ "commit": "3e8d3a41e3307f415a144ff55e7a5fa95216cd6c",
+ "sha256": "0789x443qrvxgrcha6rag11fwyr0aj1ixw6xc0l4d34fsy76ppwh",
+ "fetcher": "github",
+ "repo": "jasonrobot/crystal-playground",
+ "unstable": {
+ "version": [
+ 20180830,
+ 501
+ ],
+ "deps": [
+ "crystal-mode"
+ ],
+ "commit": "fb3691b1281207b459c5be50015a626f356dc40d",
+ "sha256": "19bla2xhvr34vi33cibr2pc8jgasbwjj24vwnwx25w9471sbaszi"
+ }
+ },
+ {
+ "ename": "csgo-conf-mode",
+ "commit": "2298e3f840da549707ec3270c8303f4f63a674dc",
+ "sha256": "0djx6jraqlh9da2jqagj72vjnc8n3px2jp23jdy9rk40z10m5sbr",
+ "fetcher": "github",
+ "repo": "wynro/emacs-csgo-conf-mode",
+ "unstable": {
+ "version": [
+ 20161209,
+ 1619
+ ],
+ "commit": "57e7224f87a3ccc76b5564cc95fa0ff43bb6807c",
+ "sha256": "14wzh3rlq7xb8djncbjkfiq9hl5frp7gp42sz2ic7aky4qajbcdv"
+ }
+ },
+ {
+ "ename": "csharp-mode",
+ "commit": "736716bbcfd9c9fb1d10ce290cb4f66fe1c68f44",
+ "sha256": "17j84qrprq492dsn103dji8mvh29mbdlqlpsszbgfdgnpvfr1rv0",
+ "fetcher": "github",
+ "repo": "josteink/csharp-mode",
+ "unstable": {
+ "version": [
+ 20190717,
+ 1024
+ ],
+ "commit": "e7e96e3b0cb69d98b4e12eda269719c9b23453ed",
+ "sha256": "0zpq404x8022rybfsmp5s1kvxfalfih6i9jjp9fnq0g8j6869qp8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 2
+ ],
+ "commit": "5e47b7764b3f4c97c260a902e8072d444dbd0f1b",
+ "sha256": "1dnhpxcinrwc7dmwgzbg4lnly05h38f00zrfsjincvii6d8rjiw0"
+ }
+ },
+ {
+ "ename": "csound-mode",
+ "commit": "c940d29de11e43b4abf2901c466c94d426a21818",
+ "sha256": "047a78nhkn6qycsz8w9a0r1xyz5wyf4rds3z5yx9sn5wkv54w95d",
+ "fetcher": "github",
+ "repo": "hlolli/csound-mode",
+ "unstable": {
+ "version": [
+ 20190321,
+ 1559
+ ],
+ "deps": [
+ "multi",
+ "shut-up"
+ ],
+ "commit": "f4bc9236bbc5a696f7ff32d9402749536a332546",
+ "sha256": "0ds6cigm3pncsa5blqzfgisjn9v898ayj6nq2va6ssg73k0qfx1r"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "multi",
+ "shut-up"
+ ],
+ "commit": "5a892e6ad72e7844e8e14c0da04fcb6bc125fe5e",
+ "sha256": "1gzg2r7agllz2asp7dbxykydpnw3861whs2pfhr3fwwb39xf1pva"
+ }
+ },
+ {
+ "ename": "csproj-mode",
+ "commit": "49823bd653c3599bbc6662c99d0406e9886f1bab",
+ "sha256": "08w22bfk6fs6cxyqxrcv3314vwmh868200axss5fsdfgbggs4vy1",
+ "fetcher": "github",
+ "repo": "omajid/csproj-mode",
+ "unstable": {
+ "version": [
+ 20190514,
+ 1858
+ ],
+ "commit": "889334f8cd08dc79d133149b4504e0e001f5a769",
+ "sha256": "0j330rrj6abr7xay1h2kajwa22npij0fdh30fk5z7zgas7jz735h"
+ }
+ },
+ {
+ "ename": "css-autoprefixer",
+ "commit": "122e3813a5b8a57303345e9cd855f4d85eced6f0",
+ "sha256": "0q40k8jvs4nc57kcljsx5qzylz9ms0kbr3dic3mr3bj0w062b1qg",
+ "fetcher": "github",
+ "repo": "kkweon/emacs-css-autoprefixer",
+ "unstable": {
+ "version": [
+ 20180311,
+ 1600
+ ],
+ "commit": "386a5defc8543a3b87820f1761c075c7d1d93b38",
+ "sha256": "0ymba9bhzfi7kkrha4d4sn0hrc3sid4b5k8lhakwwdwafhym0jjb"
+ }
+ },
+ {
+ "ename": "css-comb",
+ "commit": "0afc24de7f847feaa128168d0fd8b2110242cca6",
+ "sha256": "1axwrvbc3xl1ixhh72bii3hhbi9d96y6i1my1rpvwqyd6f7wb2cf",
+ "fetcher": "github",
+ "repo": "channikhabra/css-comb.el",
+ "unstable": {
+ "version": [
+ 20160416,
+ 559
+ ],
+ "commit": "6fa45e5af8a8bd3af6c1154cde3540e32c4206ee",
+ "sha256": "0nvl6y90p9crk12j7aw0cqdjhli7xbrx3hqckxsnvrnxy4zax7nk"
+ }
+ },
+ {
+ "ename": "css-eldoc",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0k0yzpqwfh5rg8sbv60simdslag514768i0naimm8vyrvv87fzny",
+ "fetcher": "github",
+ "repo": "zenozeng/css-eldoc",
+ "unstable": {
+ "version": [
+ 20150125,
+ 323
+ ],
+ "commit": "c558ac4c470742c98a37290e6b409db28183df30",
+ "sha256": "1mgc6bd0dzrp1dq1yj8m2qxjnpysd8ppdk2yp96d3zd07zllw4rx"
+ }
+ },
+ {
+ "ename": "cssh",
+ "commit": "da3fcf6252f83d80de8a3ec564244e6cd22391eb",
+ "sha256": "10yvvyzqr06jvijmzis9clb1slzp2mn80yclis8wvrmg4p8djljk",
+ "fetcher": "github",
+ "repo": "dimitri/cssh",
+ "unstable": {
+ "version": [
+ 20150810,
+ 1709
+ ],
+ "commit": "2fe2754235225a59b63f08b130cfd4352e2e1c3f",
+ "sha256": "1xf2hy077frfz8qf91c0l0qppcjxzr4bsbb622bx6fidqkpa3a1a"
+ }
+ },
+ {
+ "ename": "csv",
+ "commit": "233f9de5f65fd8374f2c1912503c30905aa6691d",
+ "sha256": "1rvi5p27lsb284zqgv4cdqkbqc9r92axmvg7sv52rm7qcj8njwqd",
+ "fetcher": "gitlab",
+ "repo": "u11/csv.el",
+ "unstable": {
+ "version": [
+ 20161113,
+ 1510
+ ],
+ "commit": "aa1dfa1263565d5fac3879c21d8ddf5f8915e411",
+ "sha256": "1vmazjrfcsa9aa9aw8bq5sazdhqvhxyj837dyw5lmh8gk7z0xdaa"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1
+ ],
+ "commit": "aa1dfa1263565d5fac3879c21d8ddf5f8915e411",
+ "sha256": "1vmazjrfcsa9aa9aw8bq5sazdhqvhxyj837dyw5lmh8gk7z0xdaa"
+ }
+ },
+ {
+ "ename": "ctable",
+ "commit": "8bc29a8d518ce7a584277089bd4654f52ac0f358",
+ "sha256": "040qmlgfvjc1f908n52m5ll2fizbrhjzbd0kgrsw37bvm3029rx1",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-ctable",
+ "unstable": {
+ "version": [
+ 20171006,
+ 11
+ ],
+ "commit": "b8830d1ca95abb100a81bc32011bd17d5ecba000",
+ "sha256": "0pg303pnqscrsbx9579hc815angszsgf9vpd2z2f8p4f4ka6a00h"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "commit": "08a017bde6d24ea585e39ce2637bebe28774d316",
+ "sha256": "13zq8kym1y6bzrpxbcdz32323a6azy5px4ridff6xh8bfprwlay3"
+ }
+ },
+ {
+ "ename": "ctags-update",
+ "commit": "e5d0c347ff8cf6e0ade80853775fd6b84f387fa5",
+ "sha256": "07548jjpx4var2817y47i6br8iicjlj66n1b33h0av6r1h514nci",
+ "fetcher": "github",
+ "repo": "jixiuf/ctags-update",
+ "unstable": {
+ "version": [
+ 20190609,
+ 613
+ ],
+ "commit": "67faf248b92388442958a069263c62a345425a1b",
+ "sha256": "0442jdxvn33i0bnb4fspvpdn66gxqyazyc6n3wqjmpn3fqvzwsrp"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "67faf248b92388442958a069263c62a345425a1b",
+ "sha256": "0442jdxvn33i0bnb4fspvpdn66gxqyazyc6n3wqjmpn3fqvzwsrp"
+ }
+ },
+ {
+ "ename": "ctl-mode",
+ "commit": "38d2279fd05bb48f0d0e2276c605cd92892d0196",
+ "sha256": "0fydq779b0y6hmh8srfdimr5rl9mk3sj08rbvlljxv3kqv5ajczj",
+ "fetcher": "github",
+ "repo": "yyr/emacs-grads",
+ "unstable": {
+ "version": [
+ 20151202,
+ 1006
+ ],
+ "commit": "1a13051db21b999c7682a015b33a03096ff9d891",
+ "sha256": "1d89gxyzv0z0nk7v1aa4qa0xfms2g2dsrr07cw0d99xsnyxfky31"
+ }
+ },
+ {
+ "ename": "ctune",
+ "commit": "927ecd888bc00abff13f5fc335a88dffc2bf6779",
+ "sha256": "1ymy508h19w6c7z93nww9fzirzk84w24j3dpbj08d08bifndhj1q",
+ "fetcher": "github",
+ "repo": "maurooaranda/ctune",
+ "unstable": {
+ "version": [
+ 20190709,
+ 1309
+ ],
+ "commit": "ae298d617237c65ddebc52d236230be11fd4126d",
+ "sha256": "1w6rljq4aqr7m9j18s7zaw7alllxmk819938pzmgl9pkjscmva0k"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "5633024d14957cd6eff03574b2044bb8e9b55710",
+ "sha256": "1gxhjgh4rs1gnva3a33wr2si594r4qywv20087hfbjlgli7114n0"
+ }
+ },
+ {
+ "ename": "ctxmenu",
+ "commit": "6fc4f51bb6ce8fa9e37c0aeb51696b1980aece0c",
+ "sha256": "03g9px858mg19wapqszwav3599slljdyam8bvn1ri85fpa5ydvdp",
+ "fetcher": "github",
+ "repo": "aki2o/emacs-ctxmenu",
+ "unstable": {
+ "version": [
+ 20140303,
+ 2142
+ ],
+ "deps": [
+ "log4e",
+ "popup",
+ "yaxception"
+ ],
+ "commit": "5c2376859562b98c07c985d2b483658e4c0e888e",
+ "sha256": "1jlr2miwqsg06hk2clvsrw9fa98m2n76qfq8qv5svrb8dpil04wb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "log4e",
+ "popup",
+ "yaxception"
+ ],
+ "commit": "5c2376859562b98c07c985d2b483658e4c0e888e",
+ "sha256": "1jlr2miwqsg06hk2clvsrw9fa98m2n76qfq8qv5svrb8dpil04wb"
+ }
+ },
+ {
+ "ename": "cubicaltt",
+ "commit": "1be42b49c206fc4f0df6fb50fed80b3d9b76710b",
+ "sha256": "1wgy6965cnw201wx4a2pn71sa40mh2712y0d0470klr156krj0n9",
+ "fetcher": "github",
+ "repo": "mortberg/cubicaltt",
+ "unstable": {
+ "version": [
+ 20171108,
+ 1402
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a5c6f94bfc0da84e214641e0b87aa9649ea114ea",
+ "sha256": "1jwyqc86fyrxx9vkirgg97v6d1zdyg2f1l9nhvpjzm7zf77vmb98"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3257eadf70826fb3ef060c46f85b7a4d60464b1d",
+ "sha256": "1c5nfzsj4bi2rk3d3r2iw03kkpc5dg9p3q3xzj7cxfg2wmg1xaxk"
+ }
+ },
+ {
+ "ename": "cubicle-mode",
+ "commit": "81c29c912b83cbb536d30ba04130b39c0e5e5969",
+ "sha256": "0xcmd0s6dfryl1ihfaqq0pfqc906yzzwk3d3nv8g6b6w78pv1lzv",
+ "fetcher": "github",
+ "repo": "cubicle-model-checker/cubicle",
+ "unstable": {
+ "version": [
+ 20171009,
+ 1957
+ ],
+ "commit": "c2fba597da83b9ddc1195f1c8710d5330db24735",
+ "sha256": "0gprqhm38y5dcpkmhy1i6rv7pa5l8271b71284p1g90p2iyvm89g"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "commit": "b043b0247bf9b144a5c3360e5096a4b141dd1fb6",
+ "sha256": "0zsfz1h68xpbgdb1ln8l081vwrgd7i01ap4rjlyrsk8j3q3ry5wz"
+ }
+ },
+ {
+ "ename": "cucumber-goto-step",
+ "commit": "d78d7abccfd9bcebf6888032639923327ad25309",
+ "sha256": "1ydsd455dvaw6a180b6570bfgg0kxn01sn6cb57smqj835am6gx8",
+ "fetcher": "github",
+ "repo": "gstamp/cucumber-goto-step",
+ "unstable": {
+ "version": [
+ 20131210,
+ 519
+ ],
+ "deps": [
+ "pcre2el"
+ ],
+ "commit": "f2713ffb26ebe1b757d1f2ea80e900b55e5895aa",
+ "sha256": "184plai32sn0indvi1dma6ykz907zgnrdyxdw6f5mghwca96g5kx"
+ }
+ },
+ {
+ "ename": "cuda-mode",
+ "commit": "d21cf17a4a9ae391e2e9cf9be3399095fa23ef55",
+ "sha256": "0ip4vax93x72bjrh6prik6ddmrvszpsmgm0fxfz772rp24smc300",
+ "fetcher": "github",
+ "repo": "chachi/cuda-mode",
+ "unstable": {
+ "version": [
+ 20151214,
+ 321
+ ],
+ "commit": "9ae9eacfdba3559b5456342d0d03296290df8ff5",
+ "sha256": "1ms0z5zplcbdwwdbgsjsbm32i57z9i2i8j9y3wm0pwzyz4zr36zy"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "c8cf7d92b8039cdd0bd525c258ab42f49a0f91cf",
+ "sha256": "1y685qfdkjyl7dwyvivlgc2lwp102vy6hvcb9zynw84c49f726sn"
+ }
+ },
+ {
+ "ename": "cursor-test",
+ "commit": "6439f7561cfab4f6f3beb132d2a65e94b3deba9e",
+ "sha256": "1c1d5xq4alamlwyqxjx557aykz5dw87acp0lyglsrzzkdynbwlb1",
+ "fetcher": "github",
+ "repo": "ainame/cursor-test.el",
+ "unstable": {
+ "version": [
+ 20131207,
+ 1732
+ ],
+ "commit": "e09956e048b88fd2ee8dd90b5678baed8b04d31b",
+ "sha256": "0wmnhizv4jfcl1w9za4ydxf6xwxgm5vwmn1zi5vn70zmv4d6r49l"
+ }
+ },
+ {
+ "ename": "cwl-mode",
+ "commit": "2309764cd56d9631dd97981a78b50b9fe793a280",
+ "sha256": "0x8akxxmphpgsc2m78h6b0fs6vvcfvmi1q2jrz8hwlmai8f7zi9j",
+ "fetcher": "github",
+ "repo": "tom-tan/cwl-mode",
+ "unstable": {
+ "version": [
+ 20171205,
+ 945
+ ],
+ "deps": [
+ "yaml-mode"
+ ],
+ "commit": "bdeb9c0734126f940db80bfb8b1dc735dab671c7",
+ "sha256": "0x9rvyhgy7ijq2r9pin94jz7nisrw6z91jch7d27lkhrmyb1rwk3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 5
+ ],
+ "deps": [
+ "yaml-mode"
+ ],
+ "commit": "bdeb9c0734126f940db80bfb8b1dc735dab671c7",
+ "sha256": "0x9rvyhgy7ijq2r9pin94jz7nisrw6z91jch7d27lkhrmyb1rwk3"
+ }
+ },
+ {
+ "ename": "cyberpunk-2019-theme",
+ "commit": "1821a436d3d9f7c46cbd198f93951aa35bbf6ad7",
+ "sha256": "09bg3avrsca308y3g86mrzi6klzr4ky8k5y2nbsmwarrarv29qyy",
+ "fetcher": "github",
+ "repo": "the-frey/cyberpunk-2019",
+ "unstable": {
+ "version": [
+ 20190722,
+ 1332
+ ],
+ "commit": "5b30794c4f906da6e48600ffc56443151cae45d1",
+ "sha256": "1vb04zff9231yvlxflgp6qicpjxqp40gzgpp70b4rrffbfk6hays"
+ }
+ },
+ {
+ "ename": "cyberpunk-theme",
+ "commit": "4c632d1e501d48dab54432ab111ce589aa229125",
+ "sha256": "0l2bwb5afkkhrbh99v2gns1vil9s5911hbnlq5w35nmg1wvbmbc9",
+ "fetcher": "github",
+ "repo": "n3mo/cyberpunk-theme.el",
+ "unstable": {
+ "version": [
+ 20190717,
+ 1509
+ ],
+ "commit": "9779fc4c9f89b14c8c8bb238dd4ed6428ed30ba9",
+ "sha256": "1pgam947hcan24s2p0vswvjvg3kn39z8qmzpz433ilxd4wd2qz1c"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 21
+ ],
+ "commit": "17f68f8ac70b712d2870ecb6adb3841b992074fa",
+ "sha256": "05mfgr9aj7knn7niadv9p6z3qrfpq2lbbi2wxxx62xywim9maw2y"
+ }
+ },
+ {
+ "ename": "cycbuf",
+ "commit": "39f1919271df023898e60f5e7635928dc905083f",
+ "sha256": "0gyj48h5wgjawqq3j4hgk5a8d23nffmhd1q53kg7b9vfsda51hbw",
+ "fetcher": "github",
+ "repo": "martinp26/cycbuf",
+ "unstable": {
+ "version": [
+ 20131203,
+ 2037
+ ],
+ "commit": "1079b41c3eb27d65b66d4399959bb6253f84858e",
+ "sha256": "1d5i8sm1xrsp4v4myidfyb40hm3wp7hgva7dizg9gbb7prmn1p5w"
+ }
+ },
+ {
+ "ename": "cycle-resize",
+ "commit": "8806af6662c8250c7533f643fe1c277ff0466651",
+ "sha256": "0vp57plwqx4nf3pbv5g4frjriq8niiia9xc3bv6c3gzd4a0zm7xi",
+ "fetcher": "github",
+ "repo": "pierre-lecocq/cycle-resize",
+ "unstable": {
+ "version": [
+ 20160521,
+ 1557
+ ],
+ "commit": "7d255d6fe85f12c967a0f7fcfcf18633be194c88",
+ "sha256": "1bmdjr99g50dzr4y1jxixfjhqmhrzblmpiyjhh5l5gqmdhammm4k"
+ }
+ },
+ {
+ "ename": "cycle-themes",
+ "commit": "f24c358fd616a86f6594001deddee4d62dbb0bc6",
+ "sha256": "1whp9q26sgyf59wygbrvdf9gc94bn4dmhr2f2qivpajx550fjfbc",
+ "fetcher": "github",
+ "repo": "toroidal-code/cycle-themes.el",
+ "unstable": {
+ "version": [
+ 20150403,
+ 309
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "6e125d11fdbc6b78fc9f219eb2609a5e29815898",
+ "sha256": "125s6vwbb9zpx6h3vrxnn7nr8pb45vhxd70ba2r3f87dlxah93am"
+ }
+ },
+ {
+ "ename": "cyphejor",
+ "commit": "ad7cacfa39d8f85e26372ef21898663aebb68e43",
+ "sha256": "18l5km4xm5j3vv19k3fxs8i3rg4qnhrvx7b62vmyfcqmpiasrh6g",
+ "fetcher": "github",
+ "repo": "mrkkrp/cyphejor",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1339
+ ],
+ "commit": "f72f6a564ff32ec9af83df5c474de0374e29a266",
+ "sha256": "0vr44v674nsv7jsglmxvwcdm254rmvz4bxkak99rv39lkq2rvc09"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "commit": "d7842388a1872b165489624a1a68f536de97e28d",
+ "sha256": "1gi7rp0vf3iahljzjhs3rj9c0rvfcfs93hr8a3hl0ch3h9qq8ng2"
+ }
+ },
+ {
+ "ename": "cypher-mode",
+ "commit": "ef558e7425adfe87202475babfbc1a679dc4cde5",
+ "sha256": "174rfbm7yzkznkfjmh9bdnm5fgqv9bjwm85h39317pv1g8c3mgv0",
+ "fetcher": "github",
+ "repo": "fxbois/cypher-mode",
+ "unstable": {
+ "version": [
+ 20151110,
+ 1142
+ ],
+ "commit": "ce8543d7877c736c574a17b49874c9dcdc7a06d6",
+ "sha256": "0vbcq807jpjssabmyjcdkpp6nnx1288is2c6x79dkrviw2xxw3qf"
+ }
+ },
+ {
+ "ename": "cython-mode",
+ "commit": "be9bfabe3f79153cb859efc7c3051db244a63879",
+ "sha256": "0asai1f1pncrfxx296fn6ky09hj1qam5j0dpxxkzhy0a34xz0k2i",
+ "fetcher": "github",
+ "repo": "cython/cython",
+ "unstable": {
+ "version": [
+ 20190111,
+ 2150
+ ],
+ "commit": "8cf109c0f19ad8c36b8a5368d138912495963387",
+ "sha256": "07wmv5hgi7db1cx6xrjsa8r337frm3cx38l1jglr9kf5qkw917q1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 29,
+ 13
+ ],
+ "commit": "d4610f39a43a658cee1862c899a9696d8a9c9f5f",
+ "sha256": "0ljf2rhyhzih28x2rp95xyajvvjsmk6lirfshf6h6nlcwbh5i9c7"
+ }
+ },
+ {
+ "ename": "czech-holidays",
+ "commit": "7224fd77b3d8a37fac2fe0cf832e3487513afd8c",
+ "sha256": "10c0zscbn7pr9xqdqksy4kh0cxjg9bhw8p4qzlk18fd4c8rhqn84",
+ "fetcher": "github",
+ "repo": "hydandata/czech-holidays",
+ "unstable": {
+ "version": [
+ 20160113,
+ 1752
+ ],
+ "commit": "d136fa09a152b3cd80db6d55c7b4ddfe07b90fbf",
+ "sha256": "1ck1a61m0kjynqwzbw9hnc7y2a6gd6l1430wm7mw3qqsq959qwm6"
+ }
+ },
+ {
+ "ename": "d-mode",
+ "commit": "3c13e9ccc358743de660b1f0e89d6bb709c42bff",
+ "sha256": "060k9ndjx0n5vlpzfxlv5zxnizx72d7y9vk7gz7gdvpm6w2ha0a2",
+ "fetcher": "github",
+ "repo": "Emacs-D-Mode-Maintainers/Emacs-D-Mode",
+ "unstable": {
+ "version": [
+ 20181205,
+ 607
+ ],
+ "commit": "b5d936dfd4c1d0b68a0d911aadd4ba25df7af0e4",
+ "sha256": "0915kb9jcaixgindhj85fmykkhvj31ckp1yg6746fznwdgfrlifv"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 9
+ ],
+ "commit": "98af62e67026fee1dda9155e1a463917fc83802e",
+ "sha256": "0fzplvi1sm8k2sabfdvrd7j2xypwqh0g9v1mxa75dajdmcd85zpj"
+ }
+ },
+ {
+ "ename": "dactyl-mode",
+ "commit": "72d503380511d2d6580b9522b6e0bd2d800bdebe",
+ "sha256": "0ppcabddcpwshfd04x42nbrbkagbyi1bg4vslysnlxn4kaxjs7pm",
+ "fetcher": "github",
+ "repo": "luxbock/dactyl-mode",
+ "unstable": {
+ "version": [
+ 20140906,
+ 1725
+ ],
+ "commit": "cc55fe6b987271d9647492b8df4c812d884f661f",
+ "sha256": "0fp40cyamchc9qq5vbpxgq3yp6vs8p3ncg46mjzr54psy3fc86dm"
+ }
+ },
+ {
+ "ename": "dad-joke",
+ "commit": "484d571b2737f7c613816333afdde6460c64e635",
+ "sha256": "1cg8iaq79w5zx1s3dirdl7ymcp162mmsy5c4vly90v20yrijblad",
+ "fetcher": "github",
+ "repo": "davep/dad-joke.el",
+ "unstable": {
+ "version": [
+ 20170928,
+ 658
+ ],
+ "commit": "bee47e7b746b403228fa7d7361cb095de19ac9ba",
+ "sha256": "14snnnjs28jg6k8x6g90m3dbcx10306ipcd256d3l6czk9p17vpd"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "commit": "bee47e7b746b403228fa7d7361cb095de19ac9ba",
+ "sha256": "14snnnjs28jg6k8x6g90m3dbcx10306ipcd256d3l6czk9p17vpd"
+ }
+ },
+ {
+ "ename": "daemons",
+ "commit": "1f780485e72ae2885f698fdab0156855f70831f1",
+ "sha256": "14givkrw9p0m261hawahzi0n8jarapb63kv1s62faq57mqnq23jr",
+ "fetcher": "github",
+ "repo": "cbowdon/daemons.el",
+ "unstable": {
+ "version": [
+ 20190202,
+ 1528
+ ],
+ "commit": "fd7925b0c113e5bad2e4692430ce049405794910",
+ "sha256": "07l8k41ly92m3wkzlzyb9nmq4pd34xkpn7cjrdap7zfppd3iiq2r"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "commit": "dcf42cb3178d7245d6d49de346d5e2b44e5b7498",
+ "sha256": "00bkzfaw3bqykcks610vk9wlpa2z360xn32bpsrycacwfv29j7g4"
+ }
+ },
+ {
+ "ename": "dakrone-light-theme",
+ "commit": "f3a88022a5f68d2fe01e08c2e99cfe380e3697b7",
+ "sha256": "1njlpvfa4ar14zn51fdmby55vjgfkpskizg5rif2f3zn6y4np2xw",
+ "fetcher": "github",
+ "repo": "dakrone/dakrone-light-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 2140
+ ],
+ "commit": "06f198dc8b4ca7421990b30a23d89c8e0b8c5de4",
+ "sha256": "01vqlsv44h2ah79c8jqv8vkqvgmhqx2w3qbq07l7fx3zkpgjfmpy"
+ }
+ },
+ {
+ "ename": "dakrone-theme",
+ "commit": "dcc07077b47d7c710c7f2d4919d791ed16ed5b26",
+ "sha256": "0ma4rfmgwd6k24jzn6pgk46b88jfix7mz0ib7c7r90h5vmpiq814",
+ "fetcher": "github",
+ "repo": "dakrone/dakrone-theme",
+ "unstable": {
+ "version": [
+ 20170801,
+ 1933
+ ],
+ "commit": "232ad1be5f3572dcbdf528f1655109aa355a6937",
+ "sha256": "0p51zni42hv090vv6mk9v0v88achmgxlsmlr40y8y6ng57w51r4s"
+ }
+ },
+ {
+ "ename": "danneskjold-theme",
+ "commit": "557244a3b60c7cd3ca964ff843aa1e9d5a1e32ec",
+ "sha256": "0cwab7qp293g92n9mjjz2vpg1pz2q3d40hfszf29rci89wsf3yxl",
+ "fetcher": "github",
+ "repo": "rails-to-cosmos/danneskjold-theme",
+ "unstable": {
+ "version": [
+ 20190731,
+ 917
+ ],
+ "commit": "f88bf1d8c3d26ad03b3faf0d91c1ad8521c7feef",
+ "sha256": "0biv8aglzj2g77dq1y6pad7k1nihgzb54am4wslvh2b3d6r25rnd"
+ }
+ },
+ {
+ "ename": "dante",
+ "commit": "5afa8226077cbda4b76f52734cf8e0b745ab88e8",
+ "sha256": "1j0qwjshh2227k63vd06bvrsccymqssx26yfzams1xf7bp6y0krs",
+ "fetcher": "github",
+ "repo": "jyp/dante",
+ "unstable": {
+ "version": [
+ 20190629,
+ 652
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "f",
+ "flycheck",
+ "haskell-mode",
+ "lcr",
+ "s"
+ ],
+ "commit": "8090286a5dd498de281ce1b1c14a47b9913198c8",
+ "sha256": "0yq03jk34if8qzxxbxvgszw0rly0l3k13rkc2msq0hx5j98z0yrj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "f",
+ "flycheck",
+ "haskell-mode",
+ "lcr",
+ "s"
+ ],
+ "commit": "3bd1bfdd775a309565a850e37dfbd42f1b33068e",
+ "sha256": "0f76snwsy735r7pl3gdzvajsmpd12qkj03lyjxq1x44a79a1gfwk"
+ }
+ },
+ {
+ "ename": "dap-mode",
+ "commit": "67942b34975015dd6f2b5f6b43829cc13b1832c6",
+ "sha256": "041mmla70ld5783gn8g360klk3cw39pir5d41544zf3yssk12qpn",
+ "fetcher": "github",
+ "repo": "emacs-lsp/dap-mode",
+ "unstable": {
+ "version": [
+ 20190810,
+ 1131
+ ],
+ "deps": [
+ "bui",
+ "dash",
+ "dash-functional",
+ "f",
+ "lsp-mode",
+ "s",
+ "tree-mode"
+ ],
+ "commit": "f01c7d2a32ce04d6643771a6e4d38fd1fb3bfbe6",
+ "sha256": "1nv7h16wy60rhylbc5zd79i4mf5gy76j7h6qgq0jql607pqkrjxr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "bui",
+ "dash",
+ "dash-functional",
+ "f",
+ "lsp-mode",
+ "s",
+ "tree-mode"
+ ],
+ "commit": "240da34149e2d8893b647f15ff30f217aba4ac89",
+ "sha256": "1y3s28xb66w8yynwlavn6d7ysjv0d5ziyga5fjyj0jk1037mjg6y"
+ }
+ },
+ {
+ "ename": "darcsum",
+ "commit": "be27e728327016b819535ef8cae10020e5a07c2e",
+ "sha256": "1qr3jh05awxxh2qi1sv542vkryfja44zswa5wxwj7g2dr6ck9jr1",
+ "fetcher": "github",
+ "repo": "emacsmirror/darcsum",
+ "unstable": {
+ "version": [
+ 20190316,
+ 2215
+ ],
+ "commit": "6a8b690539d133c5e3d17cb23fe4365fbb6fb493",
+ "sha256": "1ajdm0p8rdyaqy0wwfslb1mqj9b2dpk8xkljjw6ddacph5hflhcm"
+ }
+ },
+ {
+ "ename": "darcula-theme",
+ "commit": "23c8f10205187babb17e3abc3dc40eb1938e6640",
+ "sha256": "1n9mpkdyf5jpxc5azfs38ccp9p0b5ii87sz4c7z4khs94y0gxqh3",
+ "fetcher": "gitlab",
+ "repo": "fommil/emacs-darcula-theme",
+ "unstable": {
+ "version": [
+ 20171227,
+ 1845
+ ],
+ "commit": "d9b82b58ded9014985be6658f4ab17e26ed9e93e",
+ "sha256": "1y8rsc63nl4n43pvn283f1vcpqyjnv6xl60fwyscwrqaz19bsnl1"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0
+ ],
+ "commit": "2ecd466ffa7a3157b9ddcd7545b6fb8ad308c976",
+ "sha256": "1h5lssnc1am54hkprnp61bsj5fnm8j556q2gbhljfjgrdwnqv8ky"
+ }
+ },
+ {
+ "ename": "dark-krystal-theme",
+ "commit": "641d1959bd31598fcdacd39a3d1bb077dcccfa5c",
+ "sha256": "056aql35502sgvdpbgphpqdxzbjf4ay01rra6pm11c1dya8avv0j",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-dark-krystal-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1300
+ ],
+ "commit": "79084b99665dc9ffb0ec62cc092349a5ecebebbc",
+ "sha256": "1d3cdsaba71qxdqrbj1jrlq8a0iw3h50l5grcdjvxixdnf5nsa4c"
+ }
+ },
+ {
+ "ename": "dark-mint-theme",
+ "commit": "de74e734ae75df051475e60e79d4f5ad5bc128ae",
+ "sha256": "0rljpwycarbn8rnac9vz7n23j69wmx35gn5dx77v0f0ws8ni4k9m",
+ "fetcher": "github",
+ "repo": "shaunvxc/dark-mint-theme",
+ "unstable": {
+ "version": [
+ 20160302,
+ 642
+ ],
+ "commit": "95c30a26de31549cd341184ba9ab2be8fdc67eba",
+ "sha256": "052k8mqxx8lkadxyz6rwa7l741rwbd1blk2ggpsj2s1g6p9l68a1"
+ }
+ },
+ {
+ "ename": "dark-souls",
+ "commit": "535577ce57bd772aca9f66e27485b0f58a7d35c5",
+ "sha256": "1ilsn657mpl7v8vkbzqf3gp0gmvy0dgynfsn8w4cb49qaiy337xc",
+ "fetcher": "github",
+ "repo": "tomjakubowski/dark-souls.el",
+ "unstable": {
+ "version": [
+ 20140314,
+ 1128
+ ],
+ "commit": "94122b1215423e58dcf18584a2bd022029d54d4b",
+ "sha256": "1w0y2j0j9n107dbk7ksr9bipshjfs9dk08qbs9m6h5aqh4hmwa4r"
+ }
+ },
+ {
+ "ename": "darkburn-theme",
+ "commit": "a04dd517e02bc4b4a62d956aa901a727354202b0",
+ "sha256": "18hwdnwmkf640vcyx8d66i424wwazbzjq3k0w0xjmwsn2mpyhm9w",
+ "fetcher": "github",
+ "repo": "gorauskas/darkburn-theme",
+ "unstable": {
+ "version": [
+ 20170423,
+ 1652
+ ],
+ "commit": "0af794ff7fac19778ac8a7efb92455c6f6c2158f",
+ "sha256": "0nv917r8pbj6mfncjl8d7hq4763c69q491d4iwnff1n3wzlcp42s"
+ }
+ },
+ {
+ "ename": "darkmine-theme",
+ "commit": "e527d1335f5fd2aba5b00255a7d69adbc20585ff",
+ "sha256": "06vzldyqlmfd11g8dqrqh5x244ikfa20qwpsmbgsiry3041k8iw5",
+ "fetcher": "github",
+ "repo": "pierre-lecocq/darkmine-theme",
+ "unstable": {
+ "version": [
+ 20160406,
+ 624
+ ],
+ "commit": "7f7e82ca03bcad52911fa41fb3e204e32d6ee63e",
+ "sha256": "0d2g4iyp8gyfrcc1gkvl40p1shlw1sadswzhry0m1lgbyxiiklrz"
+ }
+ },
+ {
+ "ename": "darkokai-theme",
+ "commit": "81387a5a70f7c42fbae16b52db765136795a37e1",
+ "sha256": "0jw71xl4ihkyq4m0w8c35x5hr8ic07wcabmvpwmvspnj8hkfccwf",
+ "fetcher": "github",
+ "repo": "sjrmanning/darkokai",
+ "unstable": {
+ "version": [
+ 20190603,
+ 1919
+ ],
+ "commit": "a53815fbfb06604d7f51519c62cc11e507204a70",
+ "sha256": "01jd3y3kr4fplvdv32smbaxqa2dafs8vvp967jma7xm7r1frnbdw"
+ }
+ },
+ {
+ "ename": "darktooth-theme",
+ "commit": "b7f62ac1566ced7332e83253f79078dc30cb7889",
+ "sha256": "1vss0mg1vz4wvsal1r0ya8lid2c18ig11ip5v9nc80b5slbixzvs",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-theme-darktooth",
+ "unstable": {
+ "version": [
+ 20190412,
+ 142
+ ],
+ "deps": [
+ "autothemer"
+ ],
+ "commit": "5cc7fbfb08d2f1a33b85eac92b6450407b915119",
+ "sha256": "164y8hrdz46gg1b6sfi7gdv7pj54hrin0lcmhxp6gc9x5dg3l354"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 10
+ ],
+ "deps": [
+ "autothemer"
+ ],
+ "commit": "ae14a9be19b6fbd287e0f5ad156e7942cd6a5bc6",
+ "sha256": "1jisiz0blksjl6d8q7bnvnlfrwalqfpd93fs66i8pgllhf5z7j19"
+ }
+ },
+ {
+ "ename": "dart-mode",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "0zpvp86067a6l63wrpqxsm9fhv3n4ggbq8pg21vgiz54hk4x1xpp",
+ "fetcher": "github",
+ "repo": "bradyt/dart-mode",
+ "unstable": {
+ "version": [
+ 20190808,
+ 2226
+ ],
+ "commit": "9b65aae8c79132275733ee4324948446c88a6b93",
+ "sha256": "0149axzm52f2j80qpcafb6db2knzrmp43ln0zcx4dj1qsrmq5mbj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 5
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "flycheck",
+ "s"
+ ],
+ "commit": "d414a5faf22f7fafbb0a8208b88cecd6324704bf",
+ "sha256": "1qmdlwjmmqyyb65sqvfpygifai5m0llc815vp0jqwp8ldd8ls172"
+ }
+ },
+ {
+ "ename": "dash",
+ "commit": "57eed8767c3e98614259c408dc0b5c54d3473883",
+ "sha256": "0azm47900bk2frpjsgy108fr3p1jk4h9kmp4b5j5pibgsm26azgz",
+ "fetcher": "github",
+ "repo": "magnars/dash.el",
+ "unstable": {
+ "version": [
+ 20190424,
+ 1804
+ ],
+ "commit": "77f3bf40c9c85386a50f2dab3dc950513f6f88bd",
+ "sha256": "1h1v12f94i4a4kbcqi3njlf60p8n0601pp3vyahg0k06ms2aj46i"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 16,
+ 0
+ ],
+ "commit": "258c324d9840901db83b2cabef3fa75bba57c1ba",
+ "sha256": "150k48llqz2mb66vbznpyj47r6g16amfl7hbg8q46djq8mp7zc2v"
+ }
+ },
+ {
+ "ename": "dash-alfred",
+ "commit": "5c93798af21ba97773ccb761841a54650ffec6d7",
+ "sha256": "10s7gfzpzdhvr5v3w4mqkaqjr2xs9j6p8n4mqwi4xw4aps8p0mnr",
+ "fetcher": "github",
+ "repo": "xuchunyang/dash-alfred.el",
+ "unstable": {
+ "version": [
+ 20190720,
+ 415
+ ],
+ "commit": "ec8d9970fa00ee38bca798673c10cae44419541d",
+ "sha256": "1asa3cmncl2jvc89jzlvb4karpc4zdihsjvig0zjia6nbj46pqsr"
+ }
+ },
+ {
+ "ename": "dash-at-point",
+ "commit": "0b2b0c544a76802df5ff3b1bf68a0418a653ea98",
+ "sha256": "0x4nq42nbh2qgbg111lgbknc7w7m7lxd14mp9s8dcrpwsaxz960m",
+ "fetcher": "github",
+ "repo": "stanaka/dash-at-point",
+ "unstable": {
+ "version": [
+ 20180710,
+ 1356
+ ],
+ "commit": "4d795a23a8428c421d5107f1b005c9d8e0d1816c",
+ "sha256": "09rxyr22qxc9pdrkg0c4smifh2r797ggz5hg74q8j8jybvixsbls"
+ }
+ },
+ {
+ "ename": "dash-docs",
+ "commit": "2f597ec52f4bf55a748231751b6e51328e8f6f59",
+ "sha256": "0vms4yr67l95rybvavd34a9gm57j7524swlf1c0rj8fff1wrmhn0",
+ "fetcher": "github",
+ "repo": "gilbertw1/dash-docs",
+ "unstable": {
+ "version": [
+ 20190516,
+ 1702
+ ],
+ "deps": [
+ "async",
+ "cl-lib"
+ ],
+ "commit": "111fd9b97001f1ad887b45e5308a14ddd68ce70a",
+ "sha256": "0sckb7z0ylflva212bns7iq9mfnffgjghi0qspsbfwra35zb9xng"
+ }
+ },
+ {
+ "ename": "dash-functional",
+ "commit": "57eed8767c3e98614259c408dc0b5c54d3473883",
+ "sha256": "0hx36hs12mf4nmskaaqrqpcgwrfjdqj6qcxn6bwb0s5m2jf9hs8p",
+ "fetcher": "github",
+ "repo": "magnars/dash.el",
+ "unstable": {
+ "version": [
+ 20180107,
+ 1618
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "77f3bf40c9c85386a50f2dab3dc950513f6f88bd",
+ "sha256": "1h1v12f94i4a4kbcqi3njlf60p8n0601pp3vyahg0k06ms2aj46i"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 16,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "258c324d9840901db83b2cabef3fa75bba57c1ba",
+ "sha256": "150k48llqz2mb66vbznpyj47r6g16amfl7hbg8q46djq8mp7zc2v"
+ }
+ },
+ {
+ "ename": "dashboard",
+ "commit": "ef3c6af6ff5d880e6336f8db32b22b64b182794e",
+ "sha256": "19l7mv57ra3i8bz35zfq0wrrp8mk0bzhng6wqpbf9dax4pq3pnp9",
+ "fetcher": "github",
+ "repo": "emacs-dashboard/emacs-dashboard",
+ "unstable": {
+ "version": [
+ 20190721,
+ 504
+ ],
+ "deps": [
+ "page-break-lines"
+ ],
+ "commit": "7a71e6ca4c32fdadde0c8624ea4e2e7c11474e7d",
+ "sha256": "09fgzw93x90bhq918p4i8hrfy8yxyp236rc118cr6hma9bh05hii"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6,
+ 0
+ ],
+ "deps": [
+ "page-break-lines"
+ ],
+ "commit": "5b66b65c4c7536f43e8e58b3f7055e5bd6381cda",
+ "sha256": "1g6g8vad1kdmv1zxp95a8sn70idl26isqjb3xk1r95pqnx1cn591"
+ }
+ },
+ {
+ "ename": "dashboard-hackernews",
+ "commit": "a5ba74a9b76458bfd53e9cea7bd704d1488c9c98",
+ "sha256": "0j5ai05g84cl6dhzw1cjvvhchg0sy7zwv355x87c5mg1kx0mrdpk",
+ "fetcher": "github",
+ "repo": "hyakt/emacs-dashboard-hackernews",
+ "unstable": {
+ "version": [
+ 20190109,
+ 205
+ ],
+ "deps": [
+ "dashboard",
+ "request"
+ ],
+ "commit": "b71814716d8f78181b9d1990f06072460de0797e",
+ "sha256": "1dvv10xn2mh0nh85cd78y23cn8p9ygdhj4k7xs4fa6r7bhp0xvqm"
+ }
+ },
+ {
+ "ename": "dashboard-project-status",
+ "commit": "dfc05873c6532c866d89c4cc07eb84b447a25c70",
+ "sha256": "1r25xmscz3lrjm6jjix416py26za5l1ck3xa77qbyrr4rf1gsakg",
+ "fetcher": "github",
+ "repo": "functionreturnfunction/dashboard-project-status",
+ "unstable": {
+ "version": [
+ 20190202,
+ 1354
+ ],
+ "deps": [
+ "dashboard",
+ "git"
+ ],
+ "commit": "7675c138e9df8fe2c626e7ba9bbb8b6717671a41",
+ "sha256": "1sbjrc1l57q2ifmw6pf3n105qk3q7rskqy9811qijpsbcl1m819d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "dashboard",
+ "git"
+ ],
+ "commit": "42fc624937b965d05c9f9d017661fa0420164df7",
+ "sha256": "07n1xqwgmsdiv55fg2vwbg17nyq5jij1ml6mrbzjn726bm88zz4w"
+ }
+ },
+ {
+ "ename": "date-at-point",
+ "commit": "a6dbeddd236f312fac1d5542dfd2edf81df8fad2",
+ "sha256": "0r26df6px6q5jlxj29nhl3qbp6kzy9hs5vd72kpiirgn4wlmagp0",
+ "fetcher": "github",
+ "repo": "alezost/date-at-point.el",
+ "unstable": {
+ "version": [
+ 20150308,
+ 1243
+ ],
+ "commit": "38df823d05df08ec0748a4185113fae5f99090e9",
+ "sha256": "024jx6q0dik4w2wb8nrk1q73asvjgrsl5mslns0ci3zsya343rch"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "662f8350a83311503dc0aae47a28752f9f1270c9",
+ "sha256": "06aprbhhxb6bbzmf0r5yq2ry6x7708vp4d94ja3ir6zcwc96wn0k"
+ }
+ },
+ {
+ "ename": "date-field",
+ "commit": "fe790729a67d2210cbccefce43805daa20db647d",
+ "sha256": "0fmw13sa4ajs1xkrkdpcjpbp0jl9d81cgvwh93myg8yjjn7wbmvk",
+ "fetcher": "github",
+ "repo": "aki2o/emacs-date-field",
+ "unstable": {
+ "version": [
+ 20141129,
+ 105
+ ],
+ "deps": [
+ "dash",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "11c9170d1f7b343233f7716d4c0a62be024c1654",
+ "sha256": "1lmwnj2fnvijj9qp4rjggl7c4x91vnpb47rqaam6m2wmr5wbrx3w"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "11c9170d1f7b343233f7716d4c0a62be024c1654",
+ "sha256": "1lmwnj2fnvijj9qp4rjggl7c4x91vnpb47rqaam6m2wmr5wbrx3w"
+ }
+ },
+ {
+ "ename": "date2name",
+ "commit": "b62dc50387e7f432ca470042f10c9a310981f64d",
+ "sha256": "0xlhq0k8ww7br3xqzn7wkscnsf1d948x3x4li60a9r4287ngjj3l",
+ "fetcher": "github",
+ "repo": "DerBeutlin/date2name.el",
+ "unstable": {
+ "version": [
+ 20190630,
+ 933
+ ],
+ "commit": "ca8e3bd421ac59adf5bdd279ccf007f04dd61c1e",
+ "sha256": "1mx295zh3mf5arj63bswkm8ypjrdiwfxm27746nr2kblwjliy9px"
+ }
+ },
+ {
+ "ename": "datetime",
+ "commit": "91ef4352603cc69930ab3d63f0a90eee63f5f328",
+ "sha256": "0c000fnqg936dhjw5qij4lydzllw1x1jgnyy960zh6r61pk062xj",
+ "fetcher": "github",
+ "repo": "doublep/datetime",
+ "unstable": {
+ "version": [
+ 20190404,
+ 1837
+ ],
+ "deps": [
+ "extmap"
+ ],
+ "commit": "8c6d6fc991766e6bf9cefc4ea4b04eeae8116a84",
+ "sha256": "0c5y304pvns8jhy4fpz4jmbfxdgz8ms04hgrnsb0g168szc9g0s9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 4
+ ],
+ "deps": [
+ "extmap"
+ ],
+ "commit": "8c6d6fc991766e6bf9cefc4ea4b04eeae8116a84",
+ "sha256": "0c5y304pvns8jhy4fpz4jmbfxdgz8ms04hgrnsb0g168szc9g0s9"
+ }
+ },
+ {
+ "ename": "datetime-format",
+ "commit": "eb13cb0dba1696cc51132cd1ff723fa17f892a7c",
+ "sha256": "19qccjz2lzh01glgkixya7bxd6pvyjqgmw8bmqlwag6cb68bwsyv",
+ "fetcher": "github",
+ "repo": "emacs-php/emacs-datetime",
+ "unstable": {
+ "version": [
+ 20160612,
+ 1715
+ ],
+ "commit": "e6427538b547cbe02e1bd6ed4b765c73620bdae8",
+ "sha256": "1573z8wq5m8qzbzmnsz2fmbwrj9c0ava0jjfchzmwm2b3jyvqh5r"
+ }
+ },
+ {
+ "ename": "datomic-snippets",
+ "commit": "4da8ec133ec5e1204966c1b12c9bc0ca1b50d643",
+ "sha256": "0lax0pj4k9c9n0gmrvil240pc9p25535q3n5m8nb2ar4sli8dn8r",
+ "fetcher": "github",
+ "repo": "magnars/datomic-snippets",
+ "unstable": {
+ "version": [
+ 20180817,
+ 1045
+ ],
+ "deps": [
+ "dash",
+ "s",
+ "yasnippet"
+ ],
+ "commit": "4a14228840d5252e13d2bf6209670f26345bbb84",
+ "sha256": "1nvng479sy7ykwy9a86qq48yzv8n0903g724srhf42v9c81fc9s7"
+ }
+ },
+ {
+ "ename": "dayone",
+ "commit": "a7c34ae046b75994cf04d16642bf28d4645d1821",
+ "sha256": "0hi09dj00h6g5r84jxglwkgbijhfxknx4mq5gcl5jzjis5affk8l",
+ "fetcher": "github",
+ "repo": "mori-dev/emacs-dayone",
+ "unstable": {
+ "version": [
+ 20160105,
+ 1240
+ ],
+ "deps": [
+ "ht",
+ "mustache",
+ "uuid"
+ ],
+ "commit": "ab628274f0806451f23bce16f62a6a11cbf91a2b",
+ "sha256": "1j0mk8vyr6sniliq0ix77jldx8vzl73nd5yhh82klzgyymal58ms"
+ }
+ },
+ {
+ "ename": "db",
+ "commit": "79ac40439b65c217e1caaa7175d26556b6a6c889",
+ "sha256": "05jhga9n6gh1bmj8gda14sb703gn7jgjlvy55mlr5kdb2z3rqw1n",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-db",
+ "unstable": {
+ "version": [
+ 20140421,
+ 2111
+ ],
+ "deps": [
+ "kv"
+ ],
+ "commit": "b3a423fb8e72f9013009cbe033d654df2ce31438",
+ "sha256": "0syv4kr319d34yqi4q61b8jh5yy22wvd148x1m3pc511znh2ry5k"
+ }
+ },
+ {
+ "ename": "db-pg",
+ "commit": "c4eb90ea7b8ed5c529c74c3faeaf3eac3955eb31",
+ "sha256": "06nfibw01ijv7nr0m142y80jbbpg9kk1dh19s5wq7i6fqf7g08xg",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-db-pg",
+ "unstable": {
+ "version": [
+ 20130131,
+ 1902
+ ],
+ "deps": [
+ "db",
+ "pg"
+ ],
+ "commit": "7d5ab86b74b05fe003b3b434d4835f37f3f3eded",
+ "sha256": "15r0qwjkl33p8kh2k5kxz9wnbkv1k470b1h0i6svvljkx9ynk68a"
+ }
+ },
+ {
+ "ename": "ddskk",
+ "commit": "6eccccb79881eaa04af3ed6395cd2ab981d9c894",
+ "sha256": "01pb00p126q7swsl12yjrhghln2wgaj65jhjr0k7dkk64x4psyc9",
+ "fetcher": "github",
+ "repo": "skk-dev/ddskk",
+ "unstable": {
+ "version": [
+ 20190423,
+ 1234
+ ],
+ "deps": [
+ "ccc",
+ "cdb"
+ ],
+ "commit": "ad61579af269291b4446f4bab0a58522cc454f1c",
+ "sha256": "0aisilp9wl9w8l6nsiy963wvja38pp57g3skdf6qbm5ak8bb3244"
+ }
+ },
+ {
+ "ename": "ddskk-posframe",
+ "commit": "24a819d5032b4f0c72a68ef05a2dd1d0272decea",
+ "sha256": "1b98pkwxmmgngzsqmlmlyr1llml67alkanl34dfvhyyqvmm6p5v2",
+ "fetcher": "github",
+ "repo": "conao3/ddskk-posframe.el",
+ "unstable": {
+ "version": [
+ 20190623,
+ 1529
+ ],
+ "deps": [
+ "ddskk",
+ "posframe"
+ ],
+ "commit": "3505204b7bb96872312055bdc8ee5fb419b247e3",
+ "sha256": "0gn0vfi2pi0wykl2p3cjck89aprw659fgfwn3jm4dc8baqidip4c"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "ddskk"
+ ],
+ "commit": "322a9ef8cdb7416dd137e7d2b1be1120126c05fc",
+ "sha256": "0d8ng5m8y88zda286qdjmj0m0wdm3xnv1jzl6m7yv8z8967lj1az"
+ }
+ },
+ {
+ "ename": "deadgrep",
+ "commit": "93389fae7233b83ea904e17bdaf83f8247cda3d8",
+ "sha256": "01m5ds7lic9g11a5iwzw86k6xcv56wbbzjm1343ckbbi255h9i09",
+ "fetcher": "github",
+ "repo": "Wilfred/deadgrep",
+ "unstable": {
+ "version": [
+ 20190807,
+ 2125
+ ],
+ "deps": [
+ "dash",
+ "s",
+ "spinner"
+ ],
+ "commit": "329119c65126f7917d3910bc584f4191ba8f21ac",
+ "sha256": "0fxf7gq9sjfkgpdfqx10w3l3nd4rwa8kv9plyxk1fqacb3s5m6ai"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "deps": [
+ "dash",
+ "s",
+ "spinner"
+ ],
+ "commit": "094ad453e8bc0451a2c062d06db3079f003566d2",
+ "sha256": "18prsg8kyngz8f0l9kjhaz23al9fna2naazy324bjj0sn9yiqgd4"
+ }
+ },
+ {
+ "ename": "debian-el",
+ "commit": "1a381ec81eb160365f478c6a3af638c14558d7d6",
+ "sha256": "0x74a4nm2p4w82kzrdqy90969sminsrhdzppld2mg63jg0wxb8ga",
+ "fetcher": "git",
+ "url": "https://salsa.debian.org/emacsen-team/debian-el.git",
+ "unstable": {
+ "version": [
+ 20181020,
+ 1513
+ ],
+ "commit": "a499822afc2154ca83edf6a605ed22c5a932fa12",
+ "sha256": "0bfgh6v0q93lfd0q628r11jd45cys89z4874a19w61cb0mfpvks0"
+ },
+ "stable": {
+ "version": [
+ 37,
+ 4
+ ],
+ "commit": "9690c4adb71e0fc7d00fea24b49ba944f913f4f5",
+ "sha256": "118yyhmfwpdlqvz5xjqfr4mmpjznkja3jn63n43z66q0apfhhk61"
+ }
+ },
+ {
+ "ename": "debpaste",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0h3hx3vgdhchmndabmzprddq3bxd80jnv4xvma9v6k1v07bl721v",
+ "fetcher": "github",
+ "repo": "alezost/debpaste.el",
+ "unstable": {
+ "version": [
+ 20160113,
+ 2347
+ ],
+ "deps": [
+ "xml-rpc"
+ ],
+ "commit": "6f2a400665062468ebd03a2ce1de2a73d9084958",
+ "sha256": "1wi70r56pd5z0x4dp4m58p9asq03j74kdm4fi9vai83vsl2z9amq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 5
+ ],
+ "deps": [
+ "xml-rpc"
+ ],
+ "commit": "6f2a400665062468ebd03a2ce1de2a73d9084958",
+ "sha256": "1wi70r56pd5z0x4dp4m58p9asq03j74kdm4fi9vai83vsl2z9amq"
+ }
+ },
+ {
+ "ename": "debug-print",
+ "commit": "aaaaa43f6ce7db654b651969797978164143b269",
+ "sha256": "01dsqq2qdsbxny6j9dhvg770493awxjhk1m85c14ysgh6sl199rm",
+ "fetcher": "github",
+ "repo": "kenoss/debug-print",
+ "unstable": {
+ "version": [
+ 20140126,
+ 19
+ ],
+ "commit": "d817fd9ea2d3f8d2c1ace4d8af155684f3a99dc5",
+ "sha256": "1n99nrp42slmyp5228d1nz174bysjn122jgs8fn1x0qxywg7jyxp"
+ }
+ },
+ {
+ "ename": "decide",
+ "commit": "6adcd300e2ac2c718989cf855fd7b3eef654df00",
+ "sha256": "1gjkays48lhrifi9jwja5n2dpxjbl7f9rmka1nsqg9vf7s59vhhc",
+ "fetcher": "github",
+ "repo": "lifelike/decide-mode",
+ "unstable": {
+ "version": [
+ 20190201,
+ 2137
+ ],
+ "commit": "4bfcc826dd5b1c30caec455d8baa4f363159eac6",
+ "sha256": "07rwflgqlsgqrw2v7rbshrbcr1qkgsx59y904jspvj310s8bsczg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "commit": "90133687118c236142b8110571c463304b3192f9",
+ "sha256": "04yakjnh9c165ssmcwkkm03lnlhgfx5bnk0v3cm73kmwdmfd2q7s"
+ }
+ },
+ {
+ "ename": "decl",
+ "commit": "8c2ecd46180643a0c493e05ec86fe50bc1e55146",
+ "sha256": "0wdhmp226wmrjvjgpbz8ihvhxxv3rrxh97sdqm3mgsav3n071n6k",
+ "fetcher": "github",
+ "repo": "preetpalS/decl.el",
+ "unstable": {
+ "version": [
+ 20171212,
+ 1458
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "ff7f8a4f1225cbdf141c86172104e67a4cf58c86",
+ "sha256": "1ns1ni6aalr541df3a0ylqy0gj68fcsxdfvm4m1ga5532kxnswnj"
+ }
+ },
+ {
+ "ename": "dedicated",
+ "commit": "5f2a50f62475639af011c99c6cc38928b74b3b0a",
+ "sha256": "1ka8n02r3nd2ksbid23g2qd6707c7xsjx7lbbdi6pcmwam5mglw9",
+ "fetcher": "github",
+ "repo": "emacsorphanage/dedicated",
+ "unstable": {
+ "version": [
+ 20151202,
+ 110
+ ],
+ "commit": "f47b504c0c56fa5ab9d1028417ca1f65a713a2f0",
+ "sha256": "08ggrfdx8j7zqbid35ph0k8jramm4yf95rjilycywb82n3y6wynz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "8275fb672f9cc4ba6682ebda0ef91db827e32992",
+ "sha256": "0pba9s0h37sxyqh733vi6k5raa4cs7aradipf3826inw36jcw414"
+ }
+ },
+ {
+ "ename": "dedukti-mode",
+ "commit": "767a685fbe8ae86177e90a17dac3815d41d74df4",
+ "sha256": "17adfmrhfks5f45ddr6ygjq870ac50vfzc5872ycv414zg0w4sa9",
+ "fetcher": "github",
+ "repo": "rafoo/dedukti-mode",
+ "unstable": {
+ "version": [
+ 20171103,
+ 1212
+ ],
+ "commit": "d7c3505a1046187de3c3aeb144455078d514594e",
+ "sha256": "1842wikq24c8rg0ac84vb1qby9ng1nssxswyyni4kq85lng5lcrp"
+ }
+ },
+ {
+ "ename": "default-text-scale",
+ "commit": "db5e0b70e2d9c80aa41ae2c397f822789c2d3cc2",
+ "sha256": "18r90ic38fnlsbg4gi3r962vban398x2bf3rqhrc6z4jk4aiv3mi",
+ "fetcher": "github",
+ "repo": "purcell/default-text-scale",
+ "unstable": {
+ "version": [
+ 20190615,
+ 247
+ ],
+ "commit": "dc7e2004be736544149643de2673a5506c83dbaf",
+ "sha256": "15y3yxv6r8480cir4i97f6j5z2yxx002w9h73xng37w24s105l5w"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "f425d3765c4dea3f2e550720278f9d424579ee5d",
+ "sha256": "0h42jiwxrxjmk7ccwh3h25n7dy2rq61ncm5wx27jhkncc5jdm4h6"
+ }
+ },
+ {
+ "ename": "deferred",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1i8jfapzmw86iqwhnnlqmcj6zh4hyhizdcwjxcnxdj6kvxmwyysm",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-deferred",
+ "unstable": {
+ "version": [
+ 20170901,
+ 1330
+ ],
+ "commit": "2239671d94b38d92e9b28d4e12fd79814cfb9c16",
+ "sha256": "0vz59lm7pfz0gbsgrb44y555js85wbdjn0zm6p8wfqjiqf63ds3i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 1
+ ],
+ "commit": "d012a1ab50edcc2c44e3e49006f054dbff47cb6c",
+ "sha256": "0xy9zb6wwkgwhcxdnslqk52bq3z24chgk6prqi4ks0qcf2bwyh5h"
+ }
+ },
+ {
+ "ename": "define-word",
+ "commit": "e318b30d8b2b89981f4b89d78e5a46e77d3de412",
+ "sha256": "035fdfwnxw0mir1dyvrimygx2gafcgnvlcsmwmry1rsfh39n5b9a",
+ "fetcher": "github",
+ "repo": "abo-abo/define-word",
+ "unstable": {
+ "version": [
+ 20190506,
+ 1525
+ ],
+ "commit": "11bfee628aee082a9a3a2fd5f083cbdb05d5d00a",
+ "sha256": "1yrhrvqiyp4cv6bpvdrkc5zfwflb1jx8kmivjkpv6765pnr11zp8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "38e2f94779652fc6280a51b68dc910431513a8e1",
+ "sha256": "1lyqd9cgj7cb2lasf6ycw5j8wnsx2nrfm8ra4sg3dgcspm01a89g"
+ }
+ },
+ {
+ "ename": "defproject",
+ "commit": "86465b351e668d6c19a6fc8e1b1a4aa7904cd139",
+ "sha256": "1gld2fkssrjh4smpp54017549d6aw3n1zisp5s4kkb6cmszwj5gm",
+ "fetcher": "github",
+ "repo": "kotfic/defproject",
+ "unstable": {
+ "version": [
+ 20151201,
+ 2219
+ ],
+ "commit": "674d48a5e34cb4bba76faa38ee901322ec649086",
+ "sha256": "07jzr571q02l0lg5d40rnmzg16hmybi1nkjgslmvlx46z3c4xvyr"
+ }
+ },
+ {
+ "ename": "defrepeater",
+ "commit": "f0d9cf994233ad098826c6933dfd57665044f598",
+ "sha256": "1zlp206dy5qipb7m3m77j4har258rxgwxg5ipflym4jj183maa39",
+ "fetcher": "github",
+ "repo": "alphapapa/defrepeater.el",
+ "unstable": {
+ "version": [
+ 20180830,
+ 410
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "9c027a2561fe141dcfb79f75fcaee36cd0386ec1",
+ "sha256": "1fync4i8ds718pdr2v25ily71jng0506hw5k9qpa0a533nsh7p30"
+ }
+ },
+ {
+ "ename": "deft",
+ "commit": "1e2a0e4698d4e71ec28656594f6a83504a823490",
+ "sha256": "0f6z9hsigbwdsmg0abk1ddl9j19d0rpj4gzkl0d5arcpqbla26hp",
+ "fetcher": "github",
+ "repo": "jrblevin/deft",
+ "unstable": {
+ "version": [
+ 20181226,
+ 1534
+ ],
+ "commit": "f54e8a65a7e75a029657364055420374df45656d",
+ "sha256": "1vas6jgwli0jcxmxmcwvzwv4414q8kkmhqfz5m96r7l4lpgcrhdr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "commit": "c4b30d780bfa732ff52d85f0311e4a045f44a7b4",
+ "sha256": "0z7cilgiz6krvl5h2z72hkch43qxmypb0k6p5vxn5lx1p6v0mrf2"
+ }
+ },
+ {
+ "ename": "delim-kill",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1pplc456771hi52ap1p87y7pabxlvm6raszcxjvnxff3xzw56pig",
+ "fetcher": "github",
+ "repo": "thomas11/delim-kill",
+ "unstable": {
+ "version": [
+ 20100517,
+ 620
+ ],
+ "commit": "1dbe47344f2d2cbc8c54beedf0cf0bf10fd203c1",
+ "sha256": "06a20sd8nc273azrgha40l1fbqvv9qmxsmkjiqbf6dcf1blkwjyf"
+ }
+ },
+ {
+ "ename": "demangle-mode",
+ "commit": "6ced9f4ffb051a8474d3f72695156416cf2dd8be",
+ "sha256": "0ky0bb6rc99vrdli4lhs656qjndnla9b7inc2ji9l4n1zki5qxzk",
+ "fetcher": "github",
+ "repo": "liblit/demangle-mode",
+ "unstable": {
+ "version": [
+ 20190528,
+ 306
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "06903d731dfde110e10b979dcc7624ef6dbb5ac8",
+ "sha256": "1j0fszql941kmbd3sf3rjynm4g01cgpkq20lvy9ayj3f2cy46ad4"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "06903d731dfde110e10b979dcc7624ef6dbb5ac8",
+ "sha256": "1j0fszql941kmbd3sf3rjynm4g01cgpkq20lvy9ayj3f2cy46ad4"
+ }
+ },
+ {
+ "ename": "demo-it",
+ "commit": "1dec5877db00c29d81d76be0ee2504399bad9cc4",
+ "sha256": "063v115xy9mcga4qv16v538k12rn9maz92khzwa35wx56bwz4gg7",
+ "fetcher": "github",
+ "repo": "howardabrams/demo-it",
+ "unstable": {
+ "version": [
+ 20180404,
+ 332
+ ],
+ "commit": "2760d2eed88ef854ce489a5f77627aa641af12bf",
+ "sha256": "1acfpkdwx8pvfhsqa7dp1n4q3cz5vks7b4gj5nc9rgvlmkv10j5c"
+ }
+ },
+ {
+ "ename": "describe-number",
+ "commit": "d5ed9063f7e9f540bc90c1df4e3604d4af9bcfe5",
+ "sha256": "0gvriailni2ppz69g0bwnb1ik1ghjkj341k45vllz30j0frp9iji",
+ "fetcher": "github",
+ "repo": "netromdk/describe-number",
+ "unstable": {
+ "version": [
+ 20151101,
+ 55
+ ],
+ "deps": [
+ "yabin"
+ ],
+ "commit": "40618345a37831804b29589849a785ef5aa5ac24",
+ "sha256": "13fasbhdjwc4jh3cy25gm5sbbg56hq8la271098qpx6dhqm2wycq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "yabin"
+ ],
+ "commit": "40618345a37831804b29589849a785ef5aa5ac24",
+ "sha256": "13fasbhdjwc4jh3cy25gm5sbbg56hq8la271098qpx6dhqm2wycq"
+ }
+ },
+ {
+ "ename": "desktop+",
+ "commit": "0b009b42c73490d56d4613dcf5a57447fb4ccab4",
+ "sha256": "0w7i6k4814hwb19l7ly9yq59674xiw57ylrwxq7yprwx52sgs2r8",
+ "fetcher": "github",
+ "repo": "ffevotte/desktop-plus",
+ "unstable": {
+ "version": [
+ 20170107,
+ 2132
+ ],
+ "deps": [
+ "dash",
+ "f"
+ ],
+ "commit": "88055cee526a000056201898499cebbd35e3ea76",
+ "sha256": "1nkljslx8cwmm4z18mhnwrc1lmd6lxdyhk8bwhzms7g1p6yi99d8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "f"
+ ],
+ "commit": "a9cb8dd0af5071d9f148211b408c54306239381c",
+ "sha256": "10f5dkrwfd6a1ab98j2kywkh1h01pnanvj2i7fv9a9vxnmiywrcf"
+ }
+ },
+ {
+ "ename": "desktop-environment",
+ "commit": "dfe988e0dd4a1272ecf7b2fe758ef0c81e2acad2",
+ "sha256": "0iai1awpkv4n8k263854mx95c8yh2vvif6z91mgn6hck8774v9zp",
+ "fetcher": "github",
+ "repo": "DamienCassou/desktop-environment",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1306
+ ],
+ "commit": "a3707e9fcf4371fe586e0d35a79331d1cf7309c9",
+ "sha256": "01xd5hhk66firnnmc18fa87ialcn1cr8b1vhgjrfa1p87hf496s1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "commit": "284c38fcb5b10746255ee4123eaa549e028df0c8",
+ "sha256": "14ija2rrz3zjhjbzxg84j5fq6xph4ah7w9bkqnq37by040cydvhw"
+ }
+ },
+ {
+ "ename": "desktop-registry",
+ "commit": "0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f",
+ "sha256": "1sfj0w6hlrx37js63fn1v5xc9ngmahv07g42z68717md6w3c8g0v",
+ "fetcher": "github",
+ "repo": "ryuslash/desktop-registry",
+ "unstable": {
+ "version": [
+ 20140119,
+ 2143
+ ],
+ "commit": "244c2e7f9f0a1050aa8a47ad0b38f4e4584682dd",
+ "sha256": "11qvhbz7149vqh61fgqqn4inw0ic6ib9lz2xgr9m54pdw9a901mp"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 0
+ ],
+ "commit": "244c2e7f9f0a1050aa8a47ad0b38f4e4584682dd",
+ "sha256": "11qvhbz7149vqh61fgqqn4inw0ic6ib9lz2xgr9m54pdw9a901mp"
+ }
+ },
+ {
+ "ename": "detour",
+ "commit": "010af7946b10ded846225a19d375434b5d9427a8",
+ "sha256": "0w63vqlzkvx54y8y71gzzdyxzm4430bqfyapzyrzrsmxh773hnmn",
+ "fetcher": "github",
+ "repo": "ska2342/detour",
+ "unstable": {
+ "version": [
+ 20181122,
+ 2138
+ ],
+ "commit": "1ff23c236e18971ed1077840daf047cde79a45ee",
+ "sha256": "0pi0r443yh8xspqbjy2splksws38j8mwrgzjlsp6fizx2warn6y6"
+ }
+ },
+ {
+ "ename": "devdocs",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "14vab71fy5i1ccmzgfdg37lfs1ix3qwhcyk9lvbahcmwnbnimlzm",
+ "fetcher": "github",
+ "repo": "xuchunyang/DevDocs.el",
+ "unstable": {
+ "version": [
+ 20170731,
+ 850
+ ],
+ "commit": "a2d51e824f0cc48a9dd611cc740bc8b86143e611",
+ "sha256": "0nzh7pgvj4cs5d29lrrmbas29xdslgqzsqjmpapzqzbnrgprnbx8"
+ }
+ },
+ {
+ "ename": "dfmt",
+ "commit": "a343a752d25185b30b10805c4012f3b21a03651e",
+ "sha256": "06g9yimw6q4wl2prspr8vjyv2pxk8bb0451wplpp70h5ajfwy3dz",
+ "fetcher": "github",
+ "repo": "qsimpleq/elisp-dfmt",
+ "unstable": {
+ "version": [
+ 20170728,
+ 1023
+ ],
+ "commit": "21b9094e907b7ac53f5ecb4ff4539613a9d12434",
+ "sha256": "11r1i8nlz98z49fqb447abg1pv6838q54ly19wyg82k52875ms7m"
+ }
+ },
+ {
+ "ename": "dhall-mode",
+ "commit": "c7ab435077b2f47d75ddc0ff10c64ee2b46044e2",
+ "sha256": "1zkspjwllcw9k4nlnif6jdwzl08ki39vmx90apw029n87xhvx7mp",
+ "fetcher": "github",
+ "repo": "psibi/dhall-mode",
+ "unstable": {
+ "version": [
+ 20190526,
+ 2113
+ ],
+ "deps": [
+ "reformatter"
+ ],
+ "commit": "1b71e8e7123647761d8f35916c06b7280b2929ea",
+ "sha256": "12xpzaby75fczxj885ij9wgrc9pn05mg5s7abgfr1irvkq7s467n"
+ }
+ },
+ {
+ "ename": "dianyou",
+ "commit": "059b003c74acdfdd917ecb6fecb782a0f54d155b",
+ "sha256": "1mz3nvr62gfkhbayw7784c8kn8drbiq9hlqv1g5vd9pdfhxqs8jl",
+ "fetcher": "github",
+ "repo": "redguardtoo/dianyou",
+ "unstable": {
+ "version": [
+ 20190604,
+ 1215
+ ],
+ "commit": "46d3328998ed20b37c4b52722d52d4d579e4f5d3",
+ "sha256": "1n437mjk9j4jdn0jzrra1m5q6x3wmk1r54rcafhbfnl6b8ji81jl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "commit": "1a1fe6da3196f91db7b76b6c552ca4f2629e36bf",
+ "sha256": "1bgyq4zrhzlqmfgv3az4csgsrqidlshwjbx4r9l2rydk3k3gl78n"
+ }
+ },
+ {
+ "ename": "diary-manager",
+ "commit": "a014f4d862a2480f7edb1266f79ce0801cca13c2",
+ "sha256": "1sk0pvadx4jmv93dj796ysn3jh2wvywayd7dd20v22kdvnlii73d",
+ "fetcher": "github",
+ "repo": "raxod502/diary-manager",
+ "unstable": {
+ "version": [
+ 20190702,
+ 2148
+ ],
+ "commit": "97f37cfb27ca85eec2f30c630ed356f2fd1f65e3",
+ "sha256": "0xqag57bmgwxvkz1k458xlrxnp3vg1kvaaapxpr3zb1dwqvvcyn8"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 2
+ ],
+ "commit": "919f724bb58e36b8626dd8d7c8475f71c0c54443",
+ "sha256": "12zg022bhfn4gsclb5wk8wh0bqyy0v5j37369haq6rb5jcc6x5fb"
+ }
+ },
+ {
+ "ename": "dic-lookup-w3m",
+ "commit": "30de78c9cf83de30093a5647976eeaf552d4b2cb",
+ "sha256": "1kwbmzzf8sj4bn5kicmlp2hzv8ydcikwmdy7s40ggkgf1mk9zvqr",
+ "fetcher": "github",
+ "repo": "emacsorphanage/dic-lookup-w3m",
+ "unstable": {
+ "version": [
+ 20180526,
+ 1621
+ ],
+ "deps": [
+ "stem",
+ "w3m"
+ ],
+ "commit": "3254ab10cbf0078c7162557dd1f68dac28459cf9",
+ "sha256": "0g8kzaxjka7n9jdldh45m22nizgv0m0v94ns7vmmhf1hpsf3zfxz"
+ }
+ },
+ {
+ "ename": "dictcc",
+ "commit": "5e867df96915a0c4f22fdccd4e2096878895bda6",
+ "sha256": "0x1y742hb3dm7xmh5810dlqki38kybw68rmg9adcchm2rn86jqlm",
+ "fetcher": "github",
+ "repo": "cqql/dictcc.el",
+ "unstable": {
+ "version": [
+ 20190807,
+ 1504
+ ],
+ "deps": [
+ "cl-lib",
+ "ivy"
+ ],
+ "commit": "33df7c64ee5bb9faf77a4b80cd123d35a15ad706",
+ "sha256": "1dxn41p4bmi7l8lz6kp56qhb4v2qi7x8wijyicd3715amsagl2jc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "ivy"
+ ],
+ "commit": "33df7c64ee5bb9faf77a4b80cd123d35a15ad706",
+ "sha256": "1dxn41p4bmi7l8lz6kp56qhb4v2qi7x8wijyicd3715amsagl2jc"
+ }
+ },
+ {
+ "ename": "dictionary",
+ "commit": "5b08ed7b90e3283e177eff57cb02b12a093dc258",
+ "sha256": "0zr9sm5rmr0frxdr0za72wiffip9391fn9dm5y5x0aj1z4c1n28w",
+ "fetcher": "github",
+ "repo": "myrkr/dictionary-el",
+ "unstable": {
+ "version": [
+ 20190403,
+ 1918
+ ],
+ "deps": [
+ "connection",
+ "link"
+ ],
+ "commit": "6edc1d0a4156d33c3da0c1649c308b809fda46e1",
+ "sha256": "0g95q3yggzxr8d2gjxamfwx8xbzf182naxpb265r7v9awd35bqk5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 10
+ ],
+ "commit": "9ef1672ecd367827381bbbc9af93685980083c5c",
+ "sha256": "05xfgn9sabi1ykk8zbk2vza1g8pdrg08j5cb58f50nda3q8ndf4s"
+ }
+ },
+ {
+ "ename": "diff-hl",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "135jgjfaiq6kj72ji5k22v4pqc8gjjmcv80r5rkjbjigzlvcvvj2",
+ "fetcher": "github",
+ "repo": "dgutov/diff-hl",
+ "unstable": {
+ "version": [
+ 20190707,
+ 2243
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "374b1d4b34876219218da7a539e7301259b56958",
+ "sha256": "0i7x6qgr3nydcwhw72sbc8z9x9dfhgkf0dqj9nakvx36vn1bblbq"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8,
+ 7
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "374b1d4b34876219218da7a539e7301259b56958",
+ "sha256": "0i7x6qgr3nydcwhw72sbc8z9x9dfhgkf0dqj9nakvx36vn1bblbq"
+ }
+ },
+ {
+ "ename": "difflib",
+ "commit": "df1924ddff6fd1b5fa32481d3b3d6fbe89a127d3",
+ "sha256": "07bm5hib3ihrrx0lhfsl6km9gfckl73qd4cb37h93zw0hc9xwhy6",
+ "fetcher": "github",
+ "repo": "dieggsy/difflib.el",
+ "unstable": {
+ "version": [
+ 20171227,
+ 1518
+ ],
+ "deps": [
+ "cl-generic",
+ "ht",
+ "s"
+ ],
+ "commit": "b08850251812d71e62fd6956081299590acdf37b",
+ "sha256": "03k5iy610f1m2nmkdk69p49fcfqfyxmy3h6fqvqsr2v1hix8i54a"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 8
+ ],
+ "deps": [
+ "cl-generic",
+ "ht",
+ "s"
+ ],
+ "commit": "b08850251812d71e62fd6956081299590acdf37b",
+ "sha256": "03k5iy610f1m2nmkdk69p49fcfqfyxmy3h6fqvqsr2v1hix8i54a"
+ }
+ },
+ {
+ "ename": "diffscuss-mode",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "1mycjis38gqwha7jgj05fzv0041ghk6khy5d2dlcyy2nh3bb68rb",
+ "fetcher": "github",
+ "repo": "tomheon/diffscuss",
+ "unstable": {
+ "version": [
+ 20141014,
+ 2357
+ ],
+ "commit": "e0aacd8b3d9f886f27222c1397f0655e849e0af7",
+ "sha256": "14ccak3cmv36pd085188lypal9gd3flyikcrxn0wi6hn60w2dgvr"
+ }
+ },
+ {
+ "ename": "diffview",
+ "commit": "0ea5dd4c9c114618ac20f565c878f509ce8d9872",
+ "sha256": "0vlzmykvxjwjww313brl1nr13kz41jypsk0s3l8q3rbsnkpfic5k",
+ "fetcher": "github",
+ "repo": "mgalgs/diffview-mode",
+ "unstable": {
+ "version": [
+ 20150929,
+ 511
+ ],
+ "commit": "031b70913e755c5e55222680f80185032a7d1728",
+ "sha256": "0diw887x4q7kbgdvxbbnxdw51z33kqwxw3v9m45fczxbywyi4cxf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "471dc36af93e68849bf2da0db991e186283b3546",
+ "sha256": "1ci2gmyl0i736b2sxh77fyg4hs2pkn6rn9z7v2hzv6xlgqd6j3z6"
+ }
+ },
+ {
+ "ename": "digistar-mode",
+ "commit": "851fa17152b664df99b80a654e5c055bb5227181",
+ "sha256": "0khzxlrm09h31i1nqz6rnzhrdssb3kppc4klpxza612l306fih0s",
+ "fetcher": "github",
+ "repo": "retroj/digistar-mode",
+ "unstable": {
+ "version": [
+ 20160218,
+ 1955
+ ],
+ "commit": "15288b1e1a04b79b5ab7097fdd26d48b2ff41076",
+ "sha256": "0qxdfv1p0140fqcxh677hhxwpx1fihvwhvh76pysn4q4pcfr6ldr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "0dcde58ec6e473042e55d4f283b223554546de5b",
+ "sha256": "0jzwaivsqh66py9hd3dg1ys5rc3p6pn8ndpwpvgyivk4pg6zhhj6"
+ }
+ },
+ {
+ "ename": "digit-groups",
+ "commit": "eea9d435c7c1889b16549a0ef3f66483b2de3605",
+ "sha256": "1wy1hf15qi9v0wz2rykpf40v3g2n4mha6h207m0zn8l8rb79hwjq",
+ "fetcher": "bitbucket",
+ "repo": "adamsmd/digit-groups",
+ "unstable": {
+ "version": [
+ 20160817,
+ 226
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "ee1d6de372600cb9e1aa481b7ed0eb7ca37c5246",
+ "sha256": "0rkajjlw820gfx1kclkcvdq7milhiid2yzvn9hd275ydskrhhwlp"
+ }
+ },
+ {
+ "ename": "digitalocean",
+ "commit": "bc81950b42e4fdc9e6710ba1b859f0fba98be3fa",
+ "sha256": "086v4wrzkjgjks6lfp2hn97pcbplxmc7y7bbiriw4gixgqds6yx9",
+ "fetcher": "gitlab",
+ "repo": "olymk2/emacs-digitalocean",
+ "unstable": {
+ "version": [
+ 20190607,
+ 726
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "6c32d3593286e2a62d9afab0057c829407b0d1e8",
+ "sha256": "08708nfqfgcd6hzh91li0yhr4kz9lxw6i80brlnis9bfk3cs4m9x"
+ }
+ },
+ {
+ "ename": "digitalocean-helm",
+ "commit": "bc81950b42e4fdc9e6710ba1b859f0fba98be3fa",
+ "sha256": "0q1ir6i9x1ql5c8vg1bff9px2jpwb0rxfiavk9fj3mqbjdifrz0w",
+ "fetcher": "gitlab",
+ "repo": "olymk2/emacs-digitalocean-helm",
+ "unstable": {
+ "version": [
+ 20180610,
+ 746
+ ],
+ "deps": [
+ "digitalocean",
+ "helm"
+ ],
+ "commit": "b125c9882eded7d73ec109d152b26625f333440b",
+ "sha256": "072v1800gjv566fqjxp8dvzkilwhbvl7lc5fqc0mr4xw8lpldkx9"
+ }
+ },
+ {
+ "ename": "dim",
+ "commit": "3a740ab40cab3a1890f56df808f41a2d541aa77c",
+ "sha256": "0gsyily47g3g55qmhp1wzfz319l1pkgjz4lbigafjzlzqxyclz52",
+ "fetcher": "github",
+ "repo": "alezost/dim.el",
+ "unstable": {
+ "version": [
+ 20160818,
+ 949
+ ],
+ "commit": "79b81724b951fedffdd3113f473c18990af837a9",
+ "sha256": "1fclhpcrsi09z2np7q3dq3hhb3pqxsvv1l2dqis27afxnb1zshr3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "0c19a510580ebdc77e6db536f0f8ed2840b9b33e",
+ "sha256": "1vrd74vmm60gb69a4in412mjncnhkjbfpakpaa6w9rj7w4kyfiz1"
+ }
+ },
+ {
+ "ename": "dim-autoload",
+ "commit": "66b1a81dfd09a2859ae996d5d8e3d704857a340f",
+ "sha256": "0lhzzjrgfvbqnzwhjywrk3skdb7x10xdq7d21q6kdk3h5r0np9f9",
+ "fetcher": "github",
+ "repo": "tarsius/dim-autoload",
+ "unstable": {
+ "version": [
+ 20180318,
+ 2027
+ ],
+ "commit": "2d879932741ac8e3afd4dd03071b61170eae353d",
+ "sha256": "0nw9q569771z6y8zkpmcg5flr71732s6kckywjvpixqnxxa579iy"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 1
+ ],
+ "commit": "788320fe089fafbdf1cb09d2ab4d29d64a804e21",
+ "sha256": "0iyhjww7p274x418n1iw1xj2fkmn5k9icav0jyzbwmy83a2nmr52"
+ }
+ },
+ {
+ "ename": "diminish",
+ "commit": "1bfb4acb381cada46458cf60eae9b88d007294d5",
+ "sha256": "1h6a31jllypk47akjflz89xk6h47na96pim17d6g4rpqcafc2k43",
+ "fetcher": "github",
+ "repo": "myrjola/diminish.el",
+ "unstable": {
+ "version": [
+ 20170419,
+ 1736
+ ],
+ "commit": "565a983a39d2e2cffab5df13b34f3b6116723208",
+ "sha256": "173lzj9l7a4wcfvdq6akvfyyyriy5c30b4vhhv51hs051dmn02d0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 45
+ ],
+ "commit": "0211de96b7cfba9c9dc8d2d392dbd4ccdb22bc65",
+ "sha256": "0qpgfgp8hrzz4vdifxq8h25n0a0jlzgf7aa1fpy6r0080v5rqbb6"
+ }
+ },
+ {
+ "ename": "dimmer",
+ "commit": "8ae80e9202d69ed3214325dd15c4b2f114263954",
+ "sha256": "0w8n5svckk1jp8856pg2gkws9798prqjjkdqf8ili2hjcqnd1a3r",
+ "fetcher": "github",
+ "repo": "gonewest818/dimmer.el",
+ "unstable": {
+ "version": [
+ 20180218,
+ 411
+ ],
+ "commit": "d033fdda154e688e45cca35902dbff9915351b98",
+ "sha256": "1d457029zyabfjhzrgayibdmxfmia5yr7rqn50kc16k3aavw32f7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "commit": "12fc52a6570ec25020281735f5a0ca780a9105af",
+ "sha256": "1jv9rrv15nb5hpwcaqlpjj932gyisrkwbv11czkg3v0bn7qn6yif"
+ }
+ },
+ {
+ "ename": "dionysos",
+ "commit": "890445eca3c555acd2639a6f509c8e83b687f2bd",
+ "sha256": "1wjgj74dnlwd79gc3l7ymbx75jka8rw9smzbb10dsfppw3rrzfmz",
+ "fetcher": "github",
+ "repo": "nlamirault/dionysos",
+ "unstable": {
+ "version": [
+ 20160810,
+ 1056
+ ],
+ "deps": [
+ "alert",
+ "cl-lib",
+ "dash",
+ "libmpdee",
+ "pkg-info",
+ "s"
+ ],
+ "commit": "0aac21caadabc5a7f09e18a9dcb02f3dec26588b",
+ "sha256": "1g6p9cr3p85i7ay3jmvn7f8c5k8d49fcynb3ymns7rgsf3ypvpyc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 0
+ ],
+ "deps": [
+ "alert",
+ "cl-lib",
+ "dash",
+ "libmpdee",
+ "pkg-info",
+ "s"
+ ],
+ "commit": "98bc789d20e41020d6e62d63d3c78f8032fa4bf2",
+ "sha256": "1hma72dyn3w6cwd3vrgg4hdlrxgwqs55cjyxb05vs9csz7r42208"
+ }
+ },
+ {
+ "ename": "dircmp",
+ "commit": "b146db5977003cb48bc37317f3df19b8a8c7fc30",
+ "sha256": "0cnj7b0s8vc83sh9sai1cldw54krk5qbz1qmlvvd1whryf2pc95c",
+ "fetcher": "github",
+ "repo": "matthewlmcclure/dircmp-mode",
+ "unstable": {
+ "version": [
+ 20141204,
+ 1756
+ ],
+ "commit": "558ee0b601c2de9d247612085aafe2926f56a09f",
+ "sha256": "0mcsfsybpsxhzkd2m9bzc0np49azm6qf5x4x9h9lbxc8vfgh4z8s"
+ }
+ },
+ {
+ "ename": "dired-atool",
+ "commit": "0fe7b0857828a041ee06b30edd2cd488cc3394c7",
+ "sha256": "0qljx6fmz1hal9r2smjyc957wcvcpg16vp5mv65ip6d26k5qsj0w",
+ "fetcher": "github",
+ "repo": "HKey/dired-atool",
+ "unstable": {
+ "version": [
+ 20181228,
+ 1422
+ ],
+ "commit": "09dbb769fe02f546da470369a12468ab4a0cceb2",
+ "sha256": "0j2dz4vy4i22185hhlwg2kprpis97xb12qvfdhvdcnz2vwy61sxa"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 0
+ ],
+ "commit": "09dbb769fe02f546da470369a12468ab4a0cceb2",
+ "sha256": "0j2dz4vy4i22185hhlwg2kprpis97xb12qvfdhvdcnz2vwy61sxa"
+ }
+ },
+ {
+ "ename": "dired-avfs",
+ "commit": "568e524b7bdf91b31655bdbb30fe9481d7a0ffbf",
+ "sha256": "1q42pvrpmd525887iicd3m5gw4w2a78xb72v7fjfl30ay1kir4bm",
+ "fetcher": "github",
+ "repo": "Fuco1/dired-hacks",
+ "unstable": {
+ "version": [
+ 20161012,
+ 1104
+ ],
+ "deps": [
+ "dash",
+ "dired-hacks-utils"
+ ],
+ "commit": "886befe113fae397407c804f72c45613d1d43535",
+ "sha256": "1cvibg90ggyrivpjmcfprpi2fx7dpa68f8kzg08s88gw5ib75djl"
+ }
+ },
+ {
+ "ename": "dired-collapse",
+ "commit": "6aab23df1451682ff18d9ad02c35cb7ec612bc38",
+ "sha256": "1k8h5cl8r68rnr1a3jnbc0ydflzm5mad7v7f1q60wks5hv61dsd1",
+ "fetcher": "github",
+ "repo": "Fuco1/dired-hacks",
+ "unstable": {
+ "version": [
+ 20190515,
+ 1210
+ ],
+ "deps": [
+ "dash",
+ "dired-hacks-utils",
+ "f"
+ ],
+ "commit": "886befe113fae397407c804f72c45613d1d43535",
+ "sha256": "1cvibg90ggyrivpjmcfprpi2fx7dpa68f8kzg08s88gw5ib75djl"
+ }
+ },
+ {
+ "ename": "dired-dups",
+ "commit": "6d01ad74959e17b5708ba9fa6a4958d4cda4e232",
+ "sha256": "05s02gw8b339yvsr7vvka1r2140y7mbjzs8px4kn4acgb5y7rk71",
+ "fetcher": "github",
+ "repo": "vapniks/dired-dups",
+ "unstable": {
+ "version": [
+ 20130527,
+ 2125
+ ],
+ "commit": "694ad128c822c59348ced16c4a0c1356d43da47a",
+ "sha256": "1lcmpzwj43gix2q56bh2gw3gfqh8vl5j3mqr8s7v3k0aw816j0ni"
+ }
+ },
+ {
+ "ename": "dired-efap",
+ "commit": "5669ca2adc48f3349eb59276850e6174e37f9de7",
+ "sha256": "01j5v6584qi8ia7zmk03kx3i3kmm6hn6ycfgqlh5va6lp2h9sr00",
+ "fetcher": "github",
+ "repo": "juan-leon/dired-efap",
+ "unstable": {
+ "version": [
+ 20140122,
+ 1656
+ ],
+ "commit": "624757b2e54d9a13e2183118d6c113e37684b90c",
+ "sha256": "0jj9da880b4zwxba140fldai1x9p2sxc6hdf3wz6lnbvz1pyn1mv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "commit": "2b849bc5c09d0b752a177495ea1b851ee821f5bf",
+ "sha256": "1m0nx8wd6q56qbp5mbp9n466kyglrz34nflwvgd1qnmi08jwswgv"
+ }
+ },
+ {
+ "ename": "dired-explorer",
+ "commit": "acd40e02185847dfdcd70b3cacea703133e4356d",
+ "sha256": "12mymmcl663ci543vqzg8jai8kgfbb3gw5wsbcm4ln3j8d5fgzd9",
+ "fetcher": "github",
+ "repo": "jidaikobo-shibata/dired-explorer",
+ "unstable": {
+ "version": [
+ 20180607,
+ 221
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3ade0a31b5340271d05e9bf443f2504960f6c6dd",
+ "sha256": "0lbm326na005k3pa11rqq5nbhvm55dydi2a7fzs3bzlqwbx7d6fq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3ade0a31b5340271d05e9bf443f2504960f6c6dd",
+ "sha256": "0lbm326na005k3pa11rqq5nbhvm55dydi2a7fzs3bzlqwbx7d6fq"
+ }
+ },
+ {
+ "ename": "dired-fdclone",
+ "commit": "8a0ddc10b11772d72a473e8d24ab4641bf4239a4",
+ "sha256": "11aikq2q3m9h4zpgl24f8npvpwd98jgh8ygjwy2x5q8as8i89vf9",
+ "fetcher": "github",
+ "repo": "knu/dired-fdclone.el",
+ "unstable": {
+ "version": [
+ 20180403,
+ 608
+ ],
+ "commit": "903d7a736d240ef7352989a4e5d0ff9129c2ee3c",
+ "sha256": "0vkdsm29g1cvvv1j8xgjwr94x20zx8k2wvmncrpakcwq6d47cfxw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 4
+ ],
+ "commit": "903d7a736d240ef7352989a4e5d0ff9129c2ee3c",
+ "sha256": "0vkdsm29g1cvvv1j8xgjwr94x20zx8k2wvmncrpakcwq6d47cfxw"
+ }
+ },
+ {
+ "ename": "dired-filetype-face",
+ "commit": "4e6c8015af3d5f013272308a97e089a4e3ca847d",
+ "sha256": "1g9wzkkqmlkxlxwx43446q9mlam035zwq0wzpf7m6394rw2xlwx6",
+ "fetcher": "github",
+ "repo": "jixiuf/dired-filetype-face",
+ "unstable": {
+ "version": [
+ 20180907,
+ 1339
+ ],
+ "commit": "7ade7f7e8c2d7518c65f3f0343a10c272da0f47e",
+ "sha256": "0s8mqz331iw2bk4xdvj9zljklqj8dxv0yaw100lddg37qmdf7lgl"
+ }
+ },
+ {
+ "ename": "dired-filter",
+ "commit": "568e524b7bdf91b31655bdbb30fe9481d7a0ffbf",
+ "sha256": "1mw94210i57wrqfyif6rh689xbwbpv1qp6bgc0j7z6g4xypvd52p",
+ "fetcher": "github",
+ "repo": "Fuco1/dired-hacks",
+ "unstable": {
+ "version": [
+ 20190211,
+ 2020
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "dired-hacks-utils",
+ "f"
+ ],
+ "commit": "886befe113fae397407c804f72c45613d1d43535",
+ "sha256": "1cvibg90ggyrivpjmcfprpi2fx7dpa68f8kzg08s88gw5ib75djl"
+ }
+ },
+ {
+ "ename": "dired-hacks-utils",
+ "commit": "568e524b7bdf91b31655bdbb30fe9481d7a0ffbf",
+ "sha256": "1vgl0wqf7gc2nbiqjn0rkrdlnxfm3wrgspx5b3cixv2n8rqx8kyi",
+ "fetcher": "github",
+ "repo": "Fuco1/dired-hacks",
+ "unstable": {
+ "version": [
+ 20190522,
+ 950
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "886befe113fae397407c804f72c45613d1d43535",
+ "sha256": "1cvibg90ggyrivpjmcfprpi2fx7dpa68f8kzg08s88gw5ib75djl"
+ }
+ },
+ {
+ "ename": "dired-hide-dotfiles",
+ "commit": "ba64a50f85fdb0ad54149dfed4051b4c1a719cbb",
+ "sha256": "0yy131cvj9a9sz02ari7pzwf22r5y7acyg757h3jvih317v6jyp0",
+ "fetcher": "github",
+ "repo": "mattiasb/dired-hide-dotfiles",
+ "unstable": {
+ "version": [
+ 20170314,
+ 2039
+ ],
+ "commit": "b715f643ec805b3b8aca334595e6589320f04a49",
+ "sha256": "1n6l25lrhp1x8nhc54kqal96wq96kkfyvz5yzvlw1qd3yk4s567i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "32cf3b6f90dc56f6ff271c28d827aab303bc6221",
+ "sha256": "1fpzgmvbgfgl6wdrynlpvvdlbm8npgrmnzfz2133zvf5x3zfzq6r"
+ }
+ },
+ {
+ "ename": "dired-icon",
+ "commit": "8a96249947cba52cd75515b3dc83b0842fedf624",
+ "sha256": "0nyiqcywc1p8kw3psisl4zxwmf2g0x82kanka85zxxdz15s509j1",
+ "fetcher": "gitlab",
+ "repo": "xuhdev/dired-icon",
+ "unstable": {
+ "version": [
+ 20170223,
+ 526
+ ],
+ "commit": "f60e10757a5011235b519231ad35974ff25963ed",
+ "sha256": "0r9qmr2l5kjwh1frp0k87nyaf13f7f9fjjf9yf9z92djqapfm9dd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "commit": "dbace8d2250f84487d31b39050fcdc260fcde804",
+ "sha256": "1d9105ibaw858gqp19rx2m6xm3hl57vzsmdqir883cy46qpvwhki"
+ }
+ },
+ {
+ "ename": "dired-imenu",
+ "commit": "e346de86b7f7fd5dad548f0936cde54ac11e3f79",
+ "sha256": "09yix4fkr03jq6j2rmvyg6gkmcnraw49a8m9649r3m525qdnhxs1",
+ "fetcher": "github",
+ "repo": "DamienCassou/dired-imenu",
+ "unstable": {
+ "version": [
+ 20140109,
+ 1610
+ ],
+ "commit": "610e21fe0988c85931d34894d3eee2442c79ab0a",
+ "sha256": "088h9yn6wndq4pq6f7q4iz17f9f4ci29z9nh595idljp3vwr7qid"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "commit": "610e21fe0988c85931d34894d3eee2442c79ab0a",
+ "sha256": "088h9yn6wndq4pq6f7q4iz17f9f4ci29z9nh595idljp3vwr7qid"
+ }
+ },
+ {
+ "ename": "dired-k",
+ "commit": "7f8a828b2fbfa11c4b74192d9d0cfa0ad34b3da7",
+ "sha256": "0lghdmy9qcjykscfxvfrz8cpp87qc0vfd03vw8nfpvwcs2sd28i8",
+ "fetcher": "github",
+ "repo": "syohex/emacs-dired-k",
+ "unstable": {
+ "version": [
+ 20170313,
+ 1503
+ ],
+ "commit": "c50e8f73358060a448bff66db2d330b52bbeffc1",
+ "sha256": "14yvsv7cvfviszii0bj0qf094rmnwzssinrqrkpxg4jil2n4bb9d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 19
+ ],
+ "commit": "3f0b9315f87b0f930d51089e311d41282d5f8b15",
+ "sha256": "09xh097v3fd0mjxqlmbfwjlr1v4a99mj4rvwdb6kqgajmlhgi9hx"
+ }
+ },
+ {
+ "ename": "dired-launch",
+ "commit": "31c9a4945d65aa6afc371c447a572284d38d4d71",
+ "sha256": "0vhf0iai60mp8sp7snishz6nrw0bcriq4cx64f41lk1adjb2mqaw",
+ "fetcher": "github",
+ "repo": "thomp/dired-launch",
+ "unstable": {
+ "version": [
+ 20180607,
+ 1841
+ ],
+ "commit": "ad45940f76ef2f6c3bb55e998829b311de191dae",
+ "sha256": "057nqlvqnq30gxfidmynp33040bgdq4gbwk0qdm294c5ap2af5yj"
+ }
+ },
+ {
+ "ename": "dired-narrow",
+ "commit": "8994330f90a925df17ae425ccdc87865df8e19cd",
+ "sha256": "1rgqiscbizalh78jwc53zbj599dd13a6vzdgf75vzllc1w7jsg6d",
+ "fetcher": "github",
+ "repo": "Fuco1/dired-hacks",
+ "unstable": {
+ "version": [
+ 20181114,
+ 1723
+ ],
+ "deps": [
+ "dash",
+ "dired-hacks-utils"
+ ],
+ "commit": "886befe113fae397407c804f72c45613d1d43535",
+ "sha256": "1cvibg90ggyrivpjmcfprpi2fx7dpa68f8kzg08s88gw5ib75djl"
+ }
+ },
+ {
+ "ename": "dired-open",
+ "commit": "568e524b7bdf91b31655bdbb30fe9481d7a0ffbf",
+ "sha256": "0a4ksz2jkva4gvhprywjc1fzrbf95xdk8gn25nv1h1c1ckhr91qx",
+ "fetcher": "github",
+ "repo": "Fuco1/dired-hacks",
+ "unstable": {
+ "version": [
+ 20180922,
+ 1113
+ ],
+ "deps": [
+ "dash",
+ "dired-hacks-utils"
+ ],
+ "commit": "886befe113fae397407c804f72c45613d1d43535",
+ "sha256": "1cvibg90ggyrivpjmcfprpi2fx7dpa68f8kzg08s88gw5ib75djl"
+ }
+ },
+ {
+ "ename": "dired-quick-sort",
+ "commit": "4d278178128deb03a7b1d2e586dc38da2c7af857",
+ "sha256": "01vrk3wqq2zmcblyp9abi2lvrzr2a5ca8r8gjjnr5223037ppl3l",
+ "fetcher": "gitlab",
+ "repo": "xuhdev/dired-quick-sort",
+ "unstable": {
+ "version": [
+ 20161208,
+ 2112
+ ],
+ "deps": [
+ "hydra"
+ ],
+ "commit": "1845f978d313f750a5b70b832457ed803c4ffbdb",
+ "sha256": "014frvpszixn8cx7rdx704glmjbslv3py3kw0pb0xqf50k4scynf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "hydra"
+ ],
+ "commit": "fe39cfb2d4a7ba6b30f98134548b4e4bac67c469",
+ "sha256": "1a9r1kz5irpvb2byabbf27sy7rjzaygfpqimpag41sj955wlgy9a"
+ }
+ },
+ {
+ "ename": "dired-rainbow",
+ "commit": "568e524b7bdf91b31655bdbb30fe9481d7a0ffbf",
+ "sha256": "1b9yh8p2x1dg7dyqhjhnqqiiymyl6bwsam65j0lpvbdx8r4iw882",
+ "fetcher": "github",
+ "repo": "Fuco1/dired-hacks",
+ "unstable": {
+ "version": [
+ 20190722,
+ 1109
+ ],
+ "deps": [
+ "dash",
+ "dired-hacks-utils"
+ ],
+ "commit": "886befe113fae397407c804f72c45613d1d43535",
+ "sha256": "1cvibg90ggyrivpjmcfprpi2fx7dpa68f8kzg08s88gw5ib75djl"
+ }
+ },
+ {
+ "ename": "dired-ranger",
+ "commit": "c03f6f8c779c8784f52adb20b266404cb537113a",
+ "sha256": "19lbbzqflqda5b0alqfzdhpbgqssghqb4n4viq8x4l1fac8mby6h",
+ "fetcher": "github",
+ "repo": "Fuco1/dired-hacks",
+ "unstable": {
+ "version": [
+ 20180401,
+ 2206
+ ],
+ "deps": [
+ "dash",
+ "dired-hacks-utils"
+ ],
+ "commit": "886befe113fae397407c804f72c45613d1d43535",
+ "sha256": "1cvibg90ggyrivpjmcfprpi2fx7dpa68f8kzg08s88gw5ib75djl"
+ }
+ },
+ {
+ "ename": "dired-recent",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1qvw7m6wzahc0xmf37cyl9lv1k9442j0kkzx6dl6f0wclw0v6hgs",
+ "fetcher": "github",
+ "repo": "Vifon/dired-recent.el",
+ "unstable": {
+ "version": [
+ 20180921,
+ 2238
+ ],
+ "commit": "7c5a818ab88fdfa779674931cc6d9466308fcd86",
+ "sha256": "1pxa17rxc43yam0j8xi7ji8kxv0jq96jk0j3p3brj9nss2gfw48f"
+ }
+ },
+ {
+ "ename": "dired-rifle",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1x6i68i7f1c3k0w3w4zph16s046ccajyb2641fx0j8dl5367qgbc",
+ "fetcher": "github",
+ "repo": "Vifon/dired-rifle.el",
+ "unstable": {
+ "version": [
+ 20181012,
+ 2131
+ ],
+ "commit": "a4f7b1e798397688b9c00d3507fcd395ece17a40",
+ "sha256": "09jp54drbx1hb4fj6bzh8ava7nk56pp500xsa9712vscg1f38fpz"
+ }
+ },
+ {
+ "ename": "dired-rmjunk",
+ "commit": "75d501ae9b64d9aa083f43358881a467a7cd2a04",
+ "sha256": "1m07z6gcsd5i1xshgfxqrpcrqpl0ffa9ls2443za5wkgbalhxx47",
+ "fetcher": "git",
+ "url": "https://git.sr.ht/~jakob/dired-rmjunk",
+ "unstable": {
+ "version": [
+ 20190526,
+ 2029
+ ],
+ "commit": "6a9fa6a35498e53e8c57282e3b08dedc896d880d",
+ "sha256": "0kpkd7qasrb303d0b01d62r82prhrmaasxqa14nf5lh01c213nr4"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "6a9fa6a35498e53e8c57282e3b08dedc896d880d",
+ "sha256": "0kpkd7qasrb303d0b01d62r82prhrmaasxqa14nf5lh01c213nr4"
+ }
+ },
+ {
+ "ename": "dired-rsync",
+ "commit": "ce9f41ad832cef527dde97f829a8b8339e6ac48b",
+ "sha256": "0lykj7nfpaspwn90macvr7iir4jlrx88i0s9spii7iic2fnm51ql",
+ "fetcher": "github",
+ "repo": "stsquad/dired-rsync",
+ "unstable": {
+ "version": [
+ 20190508,
+ 1605
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "d7eb558c4efa73d9e1f50709dbd2374041c0f1a9",
+ "sha256": "074xy2wipdn2lvm7kxyf7rpsgp7hc62f7h1n77am7p4i7j5alw1f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "9233e7c2afe0ff654a63ce6a0546a06c3e921494",
+ "sha256": "0jzbn0izxqgz719gb6fpr60zbcb6w1ama13ngpvrig82nlhs37fv"
+ }
+ },
+ {
+ "ename": "dired-sidebar",
+ "commit": "30e15c8361b01195f198197e704828fbcac0e8d6",
+ "sha256": "19a4gsx9wmpc94jd992c7dj5mxfnnij2nc6qnb2lhk8ad69h1lmc",
+ "fetcher": "github",
+ "repo": "jojojames/dired-sidebar",
+ "unstable": {
+ "version": [
+ 20190516,
+ 159
+ ],
+ "deps": [
+ "dired-subtree"
+ ],
+ "commit": "2c742326a6b7a76e36666586809aaf5efa150b3f",
+ "sha256": "0s2d8lirv8s9az8a7g97yzg7na2n1340a8vg6zja315d43qljis9"
+ }
+ },
+ {
+ "ename": "dired-single",
+ "commit": "41669decbb7ad5c4dbe152a863f16d87e7bba493",
+ "sha256": "13h8dsn7bkz8ji2rrb7vyrqb2znxarpiynqi65mfli7dn5k086vf",
+ "fetcher": "github",
+ "repo": "crocket/dired-single",
+ "unstable": {
+ "version": [
+ 20180824,
+ 312
+ ],
+ "commit": "b0ccca83df0542c5525c047ae283c0eadf500f5c",
+ "sha256": "14q8lp1x1b78ra9mk90n6dyrm1j9ny5pr7valgpkg8agqyqn7xmn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "commit": "5b002927fd8c7f954eec187227ac59dcaa8edfa3",
+ "sha256": "0mfvyjbx7l7a1sfq47m6rb507xxw92nykkkpzmi2mpwv30f1c22j"
+ }
+ },
+ {
+ "ename": "dired-subtree",
+ "commit": "d6a947ac9476f10b95a3c153ec784d2a8330dd4c",
+ "sha256": "1vqcnkh3g6dwi2hwfkb534q0j19pkqzqk3yb7ah8ck4z4ln4ppfk",
+ "fetcher": "github",
+ "repo": "Fuco1/dired-hacks",
+ "unstable": {
+ "version": [
+ 20180922,
+ 1615
+ ],
+ "deps": [
+ "dash",
+ "dired-hacks-utils"
+ ],
+ "commit": "886befe113fae397407c804f72c45613d1d43535",
+ "sha256": "1cvibg90ggyrivpjmcfprpi2fx7dpa68f8kzg08s88gw5ib75djl"
+ }
+ },
+ {
+ "ename": "dired-toggle",
+ "commit": "17ae4c5ff42e0c48e53d93c88853f649f59034e6",
+ "sha256": "18v571kp440n5g1d7pj86rr8dgbbm324f9vblkdbdvn13c5dczf5",
+ "fetcher": "github",
+ "repo": "fasheng/dired-toggle",
+ "unstable": {
+ "version": [
+ 20190616,
+ 303
+ ],
+ "commit": "b694ba91a45d0762bd032ff1bb4109e4c62ca686",
+ "sha256": "0kcyd6a3c46dz54c2h74bxm62c0shl85rgi1dhy9gmjshlmwn24k"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 5
+ ],
+ "commit": "5bcdd9f13c0b0149c5125004e93bc2dfd22f3fce",
+ "sha256": "0dghbrx364fihzp5r8ar6vxkavd7mn74qjkijy1wvy34vl0b4911"
+ }
+ },
+ {
+ "ename": "dired-toggle-sudo",
+ "commit": "5cdee2d52c0c53566fdd77a5d42edf365764acff",
+ "sha256": "0fy05af9aq9791ij4j9pscdk5j44pbg0kmhpqli41qiazjw7v2va",
+ "fetcher": "github",
+ "repo": "renard/dired-toggle-sudo",
+ "unstable": {
+ "version": [
+ 20151109,
+ 1006
+ ],
+ "commit": "02449dbda4e168f99fe5352c9628df5d39e11483",
+ "sha256": "0ajj8d6k5in2hclcrqckinfh80ylddplva0ryfbkzsjkfq167cv2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "02449dbda4e168f99fe5352c9628df5d39e11483",
+ "sha256": "0ajj8d6k5in2hclcrqckinfh80ylddplva0ryfbkzsjkfq167cv2"
+ }
+ },
+ {
+ "ename": "diredfl",
+ "commit": "3da86e18d423198766455929da1dcb3a9a3be381",
+ "sha256": "0cybq15yq07x2mnrnwapy020d598yymcy8y9wwf1m7f59p3h9hvn",
+ "fetcher": "github",
+ "repo": "purcell/diredfl",
+ "unstable": {
+ "version": [
+ 20190629,
+ 231
+ ],
+ "commit": "ec17789d2f72355e0fb6e31029c6ffa686337e2e",
+ "sha256": "1blnib2ckljdxqpn0fnihyn9akc1pm8zbfw4hqy0xz2xqmyfqxi1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "45e9c46f58c655694758d4986b9195c8bb40ddf3",
+ "sha256": "1zb2lz7rp58zqvpniqcsmqabi7nqg2d8bfd0hgmq68bn2hd25b5z"
+ }
+ },
+ {
+ "ename": "diredful",
+ "commit": "76f3d178e7c3982b53c7ee0096c839397534d732",
+ "sha256": "0y8x6q1yfsk0srxsh4g5nbsms1g9pk9d103jx7cfdac79mcigw7x",
+ "fetcher": "github",
+ "repo": "thamer/diredful",
+ "unstable": {
+ "version": [
+ 20160529,
+ 2017
+ ],
+ "commit": "c08e163d9d6c62f7b07e94d54c96c2e364e67e0e",
+ "sha256": "1h2hnm8r3anfbk5x7d2dnv38bdllsbwaam6ivpbgzn12r23wrsr2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 10
+ ],
+ "commit": "b17b3087e0084a5571a9ac4d47ccfc36d96b109e",
+ "sha256": "1d8n8wj5k82a1sfg93kn3ajci804mpp9j206x5f185zd48wb25z8"
+ }
+ },
+ {
+ "ename": "direnv",
+ "commit": "5419809ee62b920463e359c8e1314cd0763657c1",
+ "sha256": "0zzmi5m6fh42kyf8dyjrjyrl03pkbipnh4mnssrhp83ljczxkyhd",
+ "fetcher": "github",
+ "repo": "wbolster/emacs-direnv",
+ "unstable": {
+ "version": [
+ 20190622,
+ 1853
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "fcec20c52fc37008d40a07c6dd0818c69e8be5f2",
+ "sha256": "0r1ryz1swafl1s1bwcwnc1wm5nga2kma0059x132rsglm4bla41n"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "468f2fb20d825dd7134e4efbaff3666917cd4ec3",
+ "sha256": "005ibyzsx1fdyrl5iyhqpb1bg83mphzahq7zvw58x00syyqi2z49"
+ }
+ },
+ {
+ "ename": "direx",
+ "commit": "a4b0903466d63b1c87abc002b0e064e36a8cddd3",
+ "sha256": "1x3rnrhhyrrvgry9n7kc0734la1zp4gc4bpy50f2qpfd452jwqdm",
+ "fetcher": "github",
+ "repo": "m2ym/direx-el",
+ "unstable": {
+ "version": [
+ 20170422,
+ 1327
+ ],
+ "commit": "a79bfdb5980cf6ed7bfb3b41ddc471a7b6c0ede4",
+ "sha256": "0fl9hdnrq54awx43635p6pmc8bqyppa02gs1d76nifi0q4g9v4m7"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "423caeed13249e37afc937dc8134cb3c53e0f111",
+ "sha256": "0p8c2hjgr81idm1psv3i3v5hr5rv0875ig8app2yqjwzvl0nn73f"
+ }
+ },
+ {
+ "ename": "direx-grep",
+ "commit": "6a88a29090a0d6c636f4aeb5214433db66367d9e",
+ "sha256": "0y2wrzq06prm55akwgaqjg56znknyvbayav13asirqzg258skvm2",
+ "fetcher": "github",
+ "repo": "aki2o/direx-grep",
+ "unstable": {
+ "version": [
+ 20140515,
+ 1506
+ ],
+ "deps": [
+ "direx"
+ ],
+ "commit": "1109a512a80b2673a70b18b8568514049017faad",
+ "sha256": "0swdh0qynpijsv6a2d308i42hfa0jwqsnmf4sm8vrhaf3vv25f5h"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "direx"
+ ],
+ "commit": "1109a512a80b2673a70b18b8568514049017faad",
+ "sha256": "0swdh0qynpijsv6a2d308i42hfa0jwqsnmf4sm8vrhaf3vv25f5h"
+ }
+ },
+ {
+ "ename": "dirtree",
+ "commit": "ae489be43b1aee93614e40f492ebdf0b98a3fbc1",
+ "sha256": "1fm003rix3sdfx8fq3ab5s8b2q65gbkjsn1j3fg5qmhv56p7lrs9",
+ "fetcher": "github",
+ "repo": "emacsorphanage/dirtree",
+ "unstable": {
+ "version": [
+ 20140129,
+ 832
+ ],
+ "deps": [
+ "tree-mode",
+ "windata"
+ ],
+ "commit": "ba55f1e716e386fdd37cb8e7f48616e405dc7251",
+ "sha256": "0abs3r4zzfnf4igiakrv3bpyxz7qlnw26l57rynsk7c3w3s5ya29"
+ }
+ },
+ {
+ "ename": "dirtree-prosjekt",
+ "commit": "6d359ec827573dd8c871c4f23df5d1737f1830e7",
+ "sha256": "0pyb6c0gvc16z5rc5h0kpl8021hz2hzv86cmjsd20gbhz7imrqwk",
+ "fetcher": "github",
+ "repo": "abingham/prosjekt",
+ "unstable": {
+ "version": [
+ 20140129,
+ 904
+ ],
+ "deps": [
+ "dirtree",
+ "prosjekt"
+ ],
+ "commit": "a864a8be5842223043702395f311e3350c28e9db",
+ "sha256": "1m8zvrv5aws7b0dffk8y6b5mncdk2c4k90mx69jys10fs0gc5hb3"
+ }
+ },
+ {
+ "ename": "disable-mouse",
+ "commit": "dbbc396373212fdf731e135cde391f27708ff015",
+ "sha256": "0c0ps39s6wg3grspvgck0cwxnas73nfaahfa87l0mmgsrsvas5m7",
+ "fetcher": "github",
+ "repo": "purcell/disable-mouse",
+ "unstable": {
+ "version": [
+ 20181225,
+ 2206
+ ],
+ "commit": "74f520e8e8064d5e3f4cb33149f840fe59839c38",
+ "sha256": "1rj4qw34rzc085d1sra0hnc01dkj1xaxd1xyds45mxh41407zzfl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "81639930bcaeedadbcc19728e91719afcac84613",
+ "sha256": "0l6mai68ns3qw3rlvjvzsnqwdy7bxqiy0vdwflq0l1plxb1vazyc"
+ }
+ },
+ {
+ "ename": "disaster",
+ "commit": "a4654b3646b96f967e2c75440e664a417cd0f517",
+ "sha256": "1ad8q81n0s13cwmm216wqx3s92195pda1amc4wxvpb3lq7dbd3yn",
+ "fetcher": "github",
+ "repo": "jart/disaster",
+ "unstable": {
+ "version": [
+ 20171016,
+ 2152
+ ],
+ "commit": "10a785facc60d89d78e0d5177985ab1af1741bb4",
+ "sha256": "0iz43jdkh5qdllqdchliys84gn9bpj6688rpc4jnycp64141m6cx"
+ }
+ },
+ {
+ "ename": "discourse",
+ "commit": "f5e64fc3fa3fc7d0ac14e7e5d324ee1ca77ea4c3",
+ "sha256": "0j11pyly7qni3gqgywd9bkzfm1dfvhbfjc7pls9n9s26nbqdzcw9",
+ "fetcher": "github",
+ "repo": "lujun9972/discourse-api",
+ "unstable": {
+ "version": [
+ 20160911,
+ 819
+ ],
+ "deps": [
+ "cl-lib",
+ "request",
+ "s"
+ ],
+ "commit": "a86c7e608851e186fe12e892a573994f08c8e65e",
+ "sha256": "1p4crd7v94hmqzqh8bc7jx1pfhallmj4kn36f8l22z4r2mkyycxc"
+ }
+ },
+ {
+ "ename": "discover",
+ "commit": "688e32e98758aa6fd31218e98608bd54a76c3e83",
+ "sha256": "1hf57p90jn1zzhjl63zv9ascbgkcbr0p0zmd3fvzpjsw84235dga",
+ "fetcher": "github",
+ "repo": "mickeynp/discover.el",
+ "unstable": {
+ "version": [
+ 20140103,
+ 2139
+ ],
+ "deps": [
+ "makey"
+ ],
+ "commit": "7b0044bbb3b3bd5d811fdfb0f5ac6ec8de1239df",
+ "sha256": "0f7h2rhh37lrs6xclj182li6s1fawv5m8w3hgy6qgm06dam45lka"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "makey"
+ ],
+ "commit": "bbfda2b4e429985a8fa7971d264c942767cfa816",
+ "sha256": "0qxw30zrlcxhxb0alrgyiclrk44dysal8xsbz2mvgrb6jli8wg18"
+ }
+ },
+ {
+ "ename": "discover-clj-refactor",
+ "commit": "3311371cadf00b00bfbece4e4b2f96c226f0e27d",
+ "sha256": "08bz60fxcgzab77690mmv0f7wdxcpygmasazcss427k37z9ysm7r",
+ "fetcher": "github",
+ "repo": "maio/discover-clj-refactor.el",
+ "unstable": {
+ "version": [
+ 20150328,
+ 1459
+ ],
+ "deps": [
+ "clj-refactor",
+ "discover"
+ ],
+ "commit": "3fbd5c1162739e606d7cf5d4f5d7426547d99647",
+ "sha256": "0l2g58f55p8zmzv2q2hf163ggm9p0wk8hg93wlkyldrgyb94dgf4"
+ }
+ },
+ {
+ "ename": "discover-js2-refactor",
+ "commit": "b84129a8a90f8f66a513c11c299e0acb5f3fbd3a",
+ "sha256": "139zq66cpcn4dnidf22h7x88p812ywrrz4c3c62w3915b75f71ki",
+ "fetcher": "github",
+ "repo": "NicolasPetton/discover-js2-refactor",
+ "unstable": {
+ "version": [
+ 20140129,
+ 1552
+ ],
+ "deps": [
+ "discover",
+ "js2-refactor"
+ ],
+ "commit": "3812abf61f39f3e73a9f3daefa6fed4f21a429ba",
+ "sha256": "1vnbn4asz3lifscvy4shzisl6r0gkgq0qsa3kpgif3853wcd2rvn"
+ }
+ },
+ {
+ "ename": "discover-my-major",
+ "commit": "f0a8eb0eefe88b4ea683a4743c0f8393506e014b",
+ "sha256": "1b10bwhls5bx83hzhqq1ylc2civ3bsivd6db46f3s5hpgvr4q17n",
+ "fetcher": "git",
+ "url": "https://framagit.org/steckerhalter/discover-my-major.git",
+ "unstable": {
+ "version": [
+ 20180606,
+ 511
+ ],
+ "deps": [
+ "makey"
+ ],
+ "commit": "c592e5e67454f0d1b68669ac0c270073164b16b3",
+ "sha256": "1lhjrknxw928vmw5h59q98sarh5pwjn0fpdyr38sql5zyv0ikc6w"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "makey"
+ ],
+ "commit": "57d76fd21ec54706289cf9396fc871250569951e",
+ "sha256": "1wlqyl03hhnflbyay3qlvdzqzvv5rbybcjpfddggda7ias9h0pr4"
+ }
+ },
+ {
+ "ename": "disk",
+ "commit": "e6e75695594ce17b618ad8786c8a04e283f68b11",
+ "sha256": "1jzkqgjw8xl0jc6ssl5bsdjp2dxw88nss6szvjv7frrhsncaq28h",
+ "fetcher": "github",
+ "repo": "kensanata/disk",
+ "unstable": {
+ "version": [
+ 20171116,
+ 731
+ ],
+ "commit": "283e54e3be7d08f959076240b2ab324e25632137",
+ "sha256": "15fkfl9kjlpsg9p5g0xhm384ipvrzclwxvqk8vz1zixq0wam2ajm"
+ }
+ },
+ {
+ "ename": "dispass",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "09c9v41rh63hjpdh377rbfvpial33r41dn5bss3632fi34az5l9n",
+ "fetcher": "github",
+ "repo": "ryuslash/dispass.el",
+ "unstable": {
+ "version": [
+ 20140202,
+ 1531
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "b6e8f89040ebaaf0e7609b04bc27a8979f0ae861",
+ "sha256": "075gj81rnhrvv061wnldixpfmlsyfbnvacnk107z6f9v3m2m3vl1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "commit": "38b880e72cfe5e65179b16791903b0900c73eff4",
+ "sha256": "1b1a1bwc6nv6wkd8jg1cqmjb9m9pxi5i2wbrz97fgii23dwfmlnl"
+ }
+ },
+ {
+ "ename": "display-theme",
+ "commit": "4dd76f49f1c10656ea0004a654d73666e1d188db",
+ "sha256": "07nqscmfa6iykll1m6gyiqca1g5ncx3rx468iyf2ahygpvqvnbxa",
+ "fetcher": "github",
+ "repo": "kawabata/emacs-display-theme",
+ "unstable": {
+ "version": [
+ 20140115,
+ 1556
+ ],
+ "commit": "b180b3be7a74ae4799a14e7e4bc2fe10e3ff7a15",
+ "sha256": "0r560bpgw5p2pfcgkgcrlpp1bprv1f23dl4y5fjk06dg93fgaysa"
+ }
+ },
+ {
+ "ename": "dist-file-mode",
+ "commit": "dd10fbed2810a642600dba9dfe320fa6299e6d34",
+ "sha256": "1gbnkb0537gw8flv4gdi4jzb7y9dnbf9cfj2jw8y84axyfzbb4mf",
+ "fetcher": "github",
+ "repo": "emacs-php/dist-file-mode.el",
+ "unstable": {
+ "version": [
+ 20180830,
+ 418
+ ],
+ "deps": [
+ "cl-lib",
+ "s"
+ ],
+ "commit": "e1ce8f592bc5d4d86d2f09e334728ac0d524c761",
+ "sha256": "09rp83d81y9mm81isrwvacl21vgah7nhi5r4j2xbp13kgdn7my1w"
+ }
+ },
+ {
+ "ename": "distel-completion-lib",
+ "commit": "90fff35dd9709b06802edef89d1fe6a96b7115a6",
+ "sha256": "0b06z3k30b4x5zpzk0jgcs7kcaix64xx81iskm1kys57r3gskzpa",
+ "fetcher": "github",
+ "repo": "sebastiw/distel-completion",
+ "unstable": {
+ "version": [
+ 20180827,
+ 1344
+ ],
+ "commit": "acc4c0a5521904203d797fe96b08e5fae4233c7e",
+ "sha256": "0yvp3dwa9mwfyrqla27ycwyjad4bp1267bxv0chxcr4528hnygl3"
+ }
+ },
+ {
+ "ename": "distinguished-theme",
+ "commit": "8d969e91bbba522a31d6ae7a81c7783034c15b9b",
+ "sha256": "0h03aqgijrmisbgqga42zlb5yz4x3jn9jgr29rq8canyhayr3rk4",
+ "fetcher": "github",
+ "repo": "Lokaltog/distinguished-theme",
+ "unstable": {
+ "version": [
+ 20151216,
+ 2015
+ ],
+ "commit": "9b1d25ac59465a5016d187ea84b7614c95a29b3b",
+ "sha256": "03d8zb2is7n2y2z0k6j37cijjc3ndgasxsm9gqyq7drlq9bqwzsm"
+ }
+ },
+ {
+ "ename": "ditz-mode",
+ "commit": "02e2a2a25f42929626d7237511136ba6826dad33",
+ "sha256": "0shzm9l31n4ffjs1d26ykxsycd478lhlpl8xcwzbjryywg4gf5nd",
+ "fetcher": "bitbucket",
+ "repo": "zondo/ditz-mode",
+ "unstable": {
+ "version": [
+ 20150729,
+ 940
+ ],
+ "commit": "beac4c1f3b7ef82014bb77ad8752dace482897da",
+ "sha256": "1cbsy4lchl41zmyxfq828cjpl3h2dwvn8xf1qgf2lbscdb6cwbwb"
+ }
+ },
+ {
+ "ename": "dix",
+ "commit": "149eeba213b82aa0bcda1073aaf1aa02c2593f91",
+ "sha256": "0c5fmknpy6kwlz7nx0csbbia1maz0szj7yha1p7wq28s3a5426xq",
+ "fetcher": "github",
+ "repo": "unhammer/dix",
+ "unstable": {
+ "version": [
+ 20181210,
+ 1200
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b973de948deb7aa2995b1895e1e62bbe3129b5a5",
+ "sha256": "1bjxyidcp7y309asbk4pfb4mzgb8j62fmp3w3zl2nahdgv1rja45"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b973de948deb7aa2995b1895e1e62bbe3129b5a5",
+ "sha256": "1bjxyidcp7y309asbk4pfb4mzgb8j62fmp3w3zl2nahdgv1rja45"
+ }
+ },
+ {
+ "ename": "dix-evil",
+ "commit": "d9dcceb57231bf2082154cab394064a59d84d3a5",
+ "sha256": "1jscaksnl5qmpqgkjkv6sx56llz0w4p5h7j73c4a1hld94gwklh3",
+ "fetcher": "github",
+ "repo": "unhammer/dix",
+ "unstable": {
+ "version": [
+ 20170105,
+ 1423
+ ],
+ "deps": [
+ "dix",
+ "evil"
+ ],
+ "commit": "b973de948deb7aa2995b1895e1e62bbe3129b5a5",
+ "sha256": "1bjxyidcp7y309asbk4pfb4mzgb8j62fmp3w3zl2nahdgv1rja45"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "deps": [
+ "dix",
+ "evil"
+ ],
+ "commit": "b973de948deb7aa2995b1895e1e62bbe3129b5a5",
+ "sha256": "1bjxyidcp7y309asbk4pfb4mzgb8j62fmp3w3zl2nahdgv1rja45"
+ }
+ },
+ {
+ "ename": "dizzee",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "14y10k8s65cyn86m1z77817436m89l0xpwd1wr4d7qp3x2mmn215",
+ "fetcher": "github",
+ "repo": "davidmiller/dizzee",
+ "unstable": {
+ "version": [
+ 20171201,
+ 916
+ ],
+ "commit": "e3cf1c2ea5d0fc00747524b6f3c5b905d0a8c8e1",
+ "sha256": "1i32msin8ra963w7af6612d038gxb25m1gj97kbjymjq1r8zbdrv"
+ }
+ },
+ {
+ "ename": "django-commands",
+ "commit": "fd217a23a9670c7eb826360b34df1a06ab3e450f",
+ "sha256": "17k9bnig2cfnxbbz6k9vdk5k5gzhvn1h5j9wvww7n137c9vv0qmk",
+ "fetcher": "github",
+ "repo": "muffinmad/emacs-django-commands",
+ "unstable": {
+ "version": [
+ 20190320,
+ 722
+ ],
+ "commit": "1b19436a1160d1552207d4356d5e78793dabe100",
+ "sha256": "1zb8mf0dgdr83n61a54m5grhdr6nz75zrgwczpzfl3f66xkvfci9"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 2
+ ],
+ "commit": "1b19436a1160d1552207d4356d5e78793dabe100",
+ "sha256": "1zb8mf0dgdr83n61a54m5grhdr6nz75zrgwczpzfl3f66xkvfci9"
+ }
+ },
+ {
+ "ename": "django-manage",
+ "commit": "66f88d30a1ab9b7f9281a2b5939c7ab2711b966a",
+ "sha256": "0j95g7fps28xhlrikkg61xgpbpf52xb56swmns2qdib6x1xzd6rh",
+ "fetcher": "github",
+ "repo": "gopar/django-manage",
+ "unstable": {
+ "version": [
+ 20160819,
+ 212
+ ],
+ "deps": [
+ "hydra"
+ ],
+ "commit": "876fb2cb627d465adfdc905841279784bcdd7ee8",
+ "sha256": "0yi38aif1n0s9yp87wimdbnq7vr7k5gbshfprj9ansibrjxnb6xk"
+ }
+ },
+ {
+ "ename": "django-mode",
+ "commit": "bdc46811612ff96cb1e09552b9f095d68528dcb3",
+ "sha256": "1rdkzqvicjpfh9k66m31ky6jshx9fqw7pza7add36bk6xg8lbara",
+ "fetcher": "github",
+ "repo": "myfreeweb/django-mode",
+ "unstable": {
+ "version": [
+ 20170522,
+ 714
+ ],
+ "deps": [
+ "helm-make",
+ "projectile",
+ "s"
+ ],
+ "commit": "a71b8dd984e7f724b8321246e5c353a4ae5c986e",
+ "sha256": "0xf33ri5phy2mrb1dwvqb8waba33gj9bwmf6jhl6n0ksm43x0z40"
+ }
+ },
+ {
+ "ename": "django-snippets",
+ "commit": "bdc46811612ff96cb1e09552b9f095d68528dcb3",
+ "sha256": "1qs9fw104kidbr5zbxc1q71yy033nq3wxh98vvzk4z4fppnd29sw",
+ "fetcher": "github",
+ "repo": "myfreeweb/django-mode",
+ "unstable": {
+ "version": [
+ 20131229,
+ 1611
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "a71b8dd984e7f724b8321246e5c353a4ae5c986e",
+ "sha256": "0xf33ri5phy2mrb1dwvqb8waba33gj9bwmf6jhl6n0ksm43x0z40"
+ }
+ },
+ {
+ "ename": "django-theme",
+ "commit": "4ede3b4fb214b915a8230e7f220ffe71c73ad7c4",
+ "sha256": "1rydl857zfpbvd7aziz6h7n3rrh584z2cbfxlss3wgfclzmbyhgf",
+ "fetcher": "github",
+ "repo": "andrzejsliwa/django-theme.el",
+ "unstable": {
+ "version": [
+ 20131022,
+ 902
+ ],
+ "commit": "86c8142b3eb1addd94a43aa6f1d98dab06401af0",
+ "sha256": "1azf4p6salga7269l0kf13bqlxf9idp0ys8mm20qpyjpj79p5g9w"
+ }
+ },
+ {
+ "ename": "djangonaut",
+ "commit": "0c1281f59add99abf57bc858d6e0f9b2ae5b3c5c",
+ "sha256": "0038zqazzhxz82q8l1phxc3aiiwmzksz9c15by9v0apzwpmdkj38",
+ "fetcher": "github",
+ "repo": "proofit404/djangonaut",
+ "unstable": {
+ "version": [
+ 20180727,
+ 1544
+ ],
+ "deps": [
+ "f",
+ "magit-popup",
+ "pythonic",
+ "s"
+ ],
+ "commit": "3e154709def09020a9b9eb29d330fb1f833a8250",
+ "sha256": "0lfh55disvc1ngysljvcccv5hl3k2xj3czy6h3chwqp7py33i1kc"
+ }
+ },
+ {
+ "ename": "djinni-mode",
+ "commit": "e6e88f64e21275c6755f2589d1afa16eb4e575b8",
+ "sha256": "19222702dr7hfl7ffqp5z4sslg949p88rwvmg2al82i1a0wkgc98",
+ "fetcher": "github",
+ "repo": "danielmartin/djinni-mode",
+ "unstable": {
+ "version": [
+ 20190303,
+ 139
+ ],
+ "commit": "6f84bc60d078725cc8b922a259ec5f4c7de83681",
+ "sha256": "1x77f0a0gz9xfmlma6bdvm0x5rn4w08fkmdbjqvllqvca1630s12"
+ }
+ },
+ {
+ "ename": "dkdo",
+ "commit": "2d4f75f6f6349b81ddbaaf35fb5d7ddeb4cde622",
+ "sha256": "0p7ybgldjs046jrkkbpli1iicfmblpxfz9lql8m8sz7lpjn7h300",
+ "fetcher": "github",
+ "repo": "davidkeegan/dkdo",
+ "unstable": {
+ "version": [
+ 20131110,
+ 1119
+ ],
+ "deps": [
+ "dkmisc"
+ ],
+ "commit": "fd6bb105e8331fafb6385c5238c988c4c5bbe2da",
+ "sha256": "1nbvdnw9g3zbbb0n2sn2kxfzs5wichhl9qid3qjp8dsiq1wpv459"
+ }
+ },
+ {
+ "ename": "dkl",
+ "commit": "e8bd9cf21473f676aa54e142b6f0bf0427f40d29",
+ "sha256": "0bcv4ld8bfj2sk3sh4j1m9qqybw3l0a6b3d12qwy8lc3b8197lr0",
+ "fetcher": "github",
+ "repo": "flexibeast/dkl",
+ "unstable": {
+ "version": [
+ 20161005,
+ 7
+ ],
+ "commit": "6b4584f86037bda3383960c678d51f340229fb91",
+ "sha256": "1xpidgj5xk0g4ajpglhbhi02s5il8qqcvh2ccf4ac9daa1r34kxp"
+ }
+ },
+ {
+ "ename": "dklrt",
+ "commit": "71f980fdb2180df2429c898e1507dd3b989a5a2c",
+ "sha256": "11ss5x9sxgxp1wx2r1m0vsp5z5qm8m4ww20ybr6bqjw0a1gax561",
+ "fetcher": "github",
+ "repo": "davidkeegan/dklrt",
+ "unstable": {
+ "version": [
+ 20131110,
+ 1341
+ ],
+ "deps": [
+ "dkmisc",
+ "ledger-mode"
+ ],
+ "commit": "5d6c99f8018335256ab934b4c1049708ae2d48ba",
+ "sha256": "063nnln5m42qf190vr2z0ibacyn7n0xkxm3v5vaa4gxdvdwzhshs"
+ }
+ },
+ {
+ "ename": "dkmisc",
+ "commit": "71f980fdb2180df2429c898e1507dd3b989a5a2c",
+ "sha256": "0nnbl272hldcmhyj47r463yvj7b06rjdkpkl5xk0gw9ikyja7w0z",
+ "fetcher": "github",
+ "repo": "davidkeegan/dkmisc",
+ "unstable": {
+ "version": [
+ 20131110,
+ 1115
+ ],
+ "commit": "fe3d49c6f8322b6f89466361acd97585bdfe0608",
+ "sha256": "1nz71g8pb19aqjcb4s94hhn6j30cc04q05kmwvcbxpjb11qqrv49"
+ }
+ },
+ {
+ "ename": "dmenu",
+ "commit": "98bcdd71a160b9c04f83cc5b939031c9e7b5eb59",
+ "sha256": "1w1pgaj2yasfhsd1ibvrwy11ykq8v17h913g298h3ycsvqv8gic0",
+ "fetcher": "github",
+ "repo": "lujun9972/el-dmenu",
+ "unstable": {
+ "version": [
+ 20190706,
+ 951
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "93c09c04441ad96902ba2aab2bdb556f7e34a53b",
+ "sha256": "0dm9z05980l7z2k4p0j5n6f4sis1va5am3hk1zsaa9z7fvhpbci3"
+ }
+ },
+ {
+ "ename": "dna-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "06vprwv1v4jzqzi2nj9hbhnypnvqxmixls8yf91hzwlk3fdkdywf",
+ "fetcher": "github",
+ "repo": "jhgorrell/dna-mode-el",
+ "unstable": {
+ "version": [
+ 20170804,
+ 814
+ ],
+ "commit": "471d374de22c33eaddd8e41dd8ae29753fab2f6a",
+ "sha256": "05zsaypyavyn7gs0jk63chkxkm2rl4nbrqgv6zxrbqcar7gv86am"
+ }
+ },
+ {
+ "ename": "docbook-snippets",
+ "commit": "07b832b72773ab41f9cbdefabd30dc1aa29d04c5",
+ "sha256": "1ipqfylgiw9iyjc1nckbay890clfkhda81nr00cq06sjmm71iniq",
+ "fetcher": "github",
+ "repo": "jhradilek/emacs-docbook-snippets",
+ "unstable": {
+ "version": [
+ 20150714,
+ 1625
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "b06297fdec039a541aaa6312cb328a11062cfab4",
+ "sha256": "1nbm3wzd12rsrhnwlcc6b72b1ala328mfpcp5bwlfcdshw6mfcrq"
+ }
+ },
+ {
+ "ename": "docean",
+ "commit": "d4827fa337d7d25f2aaf67aca3081fbdaeacbcbf",
+ "sha256": "1mqmn2i9axnv5vnkg9gwfdjpzr6gxx4ia9mcdpm200ix297dg7x9",
+ "fetcher": "github",
+ "repo": "emacs-pe/docean.el",
+ "unstable": {
+ "version": [
+ 20180605,
+ 1744
+ ],
+ "deps": [
+ "cl-lib",
+ "request"
+ ],
+ "commit": "bbe2298fd21f7876fc2d5c52a69b931ff59df979",
+ "sha256": "1fzs6k76nyz2xjvydks6v6d2ib7qqj181s7c8r57w9ylr2zqfacj"
+ }
+ },
+ {
+ "ename": "docker",
+ "commit": "6c74bf8a41c17bc733636f9e7c05f3858d17936b",
+ "sha256": "10x05vli7lg1w3fdbkrl34y4mwbhp2c7nqdwnbdy53i81jisw2lk",
+ "fetcher": "github",
+ "repo": "Silex/docker.el",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1155
+ ],
+ "deps": [
+ "dash",
+ "docker-tramp",
+ "json-mode",
+ "magit-popup",
+ "s",
+ "tablist"
+ ],
+ "commit": "55635cb15b1dc3945174de04f4bab22129e675e8",
+ "sha256": "0wv36b7w5cya6yr0phvg8ws3kc138ya1b4vimjf6chzhx3r6mhy7"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "docker-tramp",
+ "json-mode",
+ "magit-popup",
+ "s",
+ "tablist"
+ ],
+ "commit": "e127a157f8d0d9ffd465075ecf6558f36d2d3b24",
+ "sha256": "1g8r1faqp0z0vqp9qrl8m84pa0v2ddvc91klphdkfmldwv7rfipw"
+ }
+ },
+ {
+ "ename": "docker-api",
+ "commit": "3924914124370fc028a7b1ecdc154a53e73037a7",
+ "sha256": "1giqiapm4hf4dhfm3x69qqpir3jg7qz3parhbx88xxqrd1z18my0",
+ "fetcher": "github",
+ "repo": "Silex/docker-api.el",
+ "unstable": {
+ "version": [
+ 20160525,
+ 720
+ ],
+ "deps": [
+ "dash",
+ "request",
+ "s"
+ ],
+ "commit": "206144346b7fa4165223349cfeb64a75d47ddd1b",
+ "sha256": "0phmpranrgdi2gi89nxr1ii9xbr7h2ccpx1mkpnfxnjlzkdzq2fb"
+ }
+ },
+ {
+ "ename": "docker-cli",
+ "commit": "5664de22600c428b7931085985e6fe779e8876b2",
+ "sha256": "1pyrnxa9iwzp0a810250xy191xcbaq68c76fc5plh70c37gzribp",
+ "fetcher": "github",
+ "repo": "bosko/docker-cli",
+ "unstable": {
+ "version": [
+ 20190524,
+ 1624
+ ],
+ "commit": "c4b02894466d8642ad3d49df4c4a80e023a672aa",
+ "sha256": "0q1c943m0ncxbwi5mb1vf7lavkcz0dbx14m3i8a981pqkaksl1lw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "328429219574555c5fb831a421b4b5d9a2338561",
+ "sha256": "15jsp1jsb13qv394js9pd6407ya7dgqk7blzbnyf9i9abyyr0v67"
+ }
+ },
+ {
+ "ename": "docker-compose-mode",
+ "commit": "37dd4c1fc11d22598c6faf03ccc860503a68b950",
+ "sha256": "1hldddl86h0i1ysxklkr1kyz44lzic1zr68x3vb0mha4n5d6bl5g",
+ "fetcher": "github",
+ "repo": "meqif/docker-compose-mode",
+ "unstable": {
+ "version": [
+ 20180324,
+ 1752
+ ],
+ "deps": [
+ "dash",
+ "yaml-mode"
+ ],
+ "commit": "c9f131d2c90d652435d407fd36c40feebfed1dad",
+ "sha256": "0d5d46i6hplmy7q2ihbvcrnk9jrwa2mswgbf8yca3m4k44wgk6la"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "yaml-mode"
+ ],
+ "commit": "7f4cd0b1718df2ab93d51bd395b2f37df9482265",
+ "sha256": "1fbcxwfvm33xcdj3cs26d9i1zyrryyjjkv7sc3mfxd45nq8d3ivj"
+ }
+ },
+ {
+ "ename": "docker-tramp",
+ "commit": "6c74bf8a41c17bc733636f9e7c05f3858d17936b",
+ "sha256": "19kky80qm68n2izpjfyiy4gjywav7ljcmp101kmziklpqdldgh1w",
+ "fetcher": "github",
+ "repo": "emacs-pe/docker-tramp.el",
+ "unstable": {
+ "version": [
+ 20170207,
+ 325
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8e2b671eff7a81af43b76d9dfcf94ddaa8333a23",
+ "sha256": "1lgjvrss25d4hwgygr1amsbkh1l4kgpsdjpxxpyfgil1542haan1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d8b510365d8e65551f4f792f251e7212411708c3",
+ "sha256": "0lxvzmfg52fhxrhbvp92zwp7cv4i1rlxnkyyzgngj3sjm7y60yvg"
+ }
+ },
+ {
+ "ename": "dockerfile-mode",
+ "commit": "1406f5a24115d29e3b140c360a51b977a369e4f9",
+ "sha256": "1dxvzn35a9qd3x8pjvrvb2g71yf84404g6vz81y0p353rf2zknpa",
+ "fetcher": "github",
+ "repo": "spotify/dockerfile-mode",
+ "unstable": {
+ "version": [
+ 20190505,
+ 1807
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "ed73e82dcc636dad00d1a8c3b32a49136d25ee60",
+ "sha256": "0lri2rnx4lr23vqfphkpq39cd4xfgzkvz1xsz7ccdvl4qj0k7fdl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "9a75fcd119c5b2a1d723d440bbe4b1db56df90cc",
+ "sha256": "1cmh8pwwa6dhl4w66wy8s5yqxs326mnaalg1ig2yhl4bjk8gi4m2"
+ }
+ },
+ {
+ "ename": "dokuwiki",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "0d92il37z1m1hgcgb6c6zaifllznzk1na4yv4bfsfqg25l0mid75",
+ "fetcher": "github",
+ "repo": "accidentalrebel/emacs-dokuwiki",
+ "unstable": {
+ "version": [
+ 20180102,
+ 59
+ ],
+ "deps": [
+ "xml-rpc"
+ ],
+ "commit": "594c4d4904dcc2796bbbd2c0845d9e7c09ccf6f7",
+ "sha256": "0vqx8npw0i02dhw2yb7s4z7njw60r3xyncw4z8l6fj99pp6pfh15"
+ }
+ },
+ {
+ "ename": "dokuwiki-mode",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1jc3sn61mipkhgr91wp74s673jk2w5991p54jlw05qqpf5gmxd7v",
+ "fetcher": "github",
+ "repo": "kai2nenobu/emacs-dokuwiki-mode",
+ "unstable": {
+ "version": [
+ 20170223,
+ 1301
+ ],
+ "commit": "e4e116f6fcc373e3f5937c1a7daa5c2c9c6d3fa1",
+ "sha256": "0bmcm7lvzm8sg2l1j7bg02jasxb8g81q9ilycblmsl1ckbfwq0yp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "e4e116f6fcc373e3f5937c1a7daa5c2c9c6d3fa1",
+ "sha256": "0bmcm7lvzm8sg2l1j7bg02jasxb8g81q9ilycblmsl1ckbfwq0yp"
+ }
+ },
+ {
+ "ename": "dollaro",
+ "commit": "b8195000cffa1913060266b17801eb7c1e472a83",
+ "sha256": "06kaqzb0nh8sndhk7p5n4acn5nc27dyxw3ldgcbp81wj6ipii26h",
+ "fetcher": "github",
+ "repo": "laynor/dollaro",
+ "unstable": {
+ "version": [
+ 20151123,
+ 1302
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "500127f0172ac7a1eec627e026b59136580a74ac",
+ "sha256": "1xyqsnymgdd8ic3az2lgwv7s7vld6d4pcycb234bxm4in9fixgdj"
+ }
+ },
+ {
+ "ename": "doneburn-theme",
+ "commit": "7fc483d5f487f462567bba22d611f90fc8a1a709",
+ "sha256": "0j8fyb6wcjrfhfjp06w0bzp5vrcvydhjwkzg4c4s4j54xaw6laxx",
+ "fetcher": "github",
+ "repo": "manuel-uberti/doneburn-theme",
+ "unstable": {
+ "version": [
+ 20181110,
+ 1857
+ ],
+ "commit": "6421d9e28d57cb73212c61ab7304abfe6f950ec9",
+ "sha256": "1j9ibjg6fx5iqlhxjqjcr9j9jy1n75cwcqslddzlp80p4qz9ms1k"
+ }
+ },
+ {
+ "ename": "doom",
+ "commit": "0960deb3b1d106ad2ffa95a44f34cb9efc026f01",
+ "sha256": "1ji2fdiw5b13n76nv2wvkz6v155b0qgh1rxwmv3m5nnrbmklfjh5",
+ "fetcher": "github",
+ "repo": "kensanata/doom",
+ "unstable": {
+ "version": [
+ 20180301,
+ 2308
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e59040aefc92dd9b3134eb623624307fb9e4327b",
+ "sha256": "14lwq30m0s7pkwkbn6vm5gdlkww7sszc6pdhxyinkhj67b0bxpin"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5e2d3f54e5b84eaa533cbdb6cf17b1b6009f0730",
+ "sha256": "04h1hlsc83w4dppw9m44jq7mkcpy0bblvnzrhvsh06pibjywdd73"
+ }
+ },
+ {
+ "ename": "doom-modeline",
+ "commit": "f4f610757f85fb01bd9b1dd212ddbea8f34f3ecd",
+ "sha256": "0pscrhhgk4wpz1f2r94ficgan4f9blbhqzvav1wjahwp7fn5m29j",
+ "fetcher": "github",
+ "repo": "seagle0128/doom-modeline",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1448
+ ],
+ "deps": [
+ "all-the-icons",
+ "dash",
+ "shrink-path"
+ ],
+ "commit": "a6145d435ae380dbbff4d148e3c200b89a60d010",
+ "sha256": "0mny8zz3l4bqgbshmfgrf5y7zn0jkgawfgzn189bw68x87i8fwp3"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 5,
+ 0
+ ],
+ "deps": [
+ "all-the-icons",
+ "dash",
+ "shrink-path"
+ ],
+ "commit": "eb3258b50399ae7a2ed2edea797238a21352ea22",
+ "sha256": "1xx2zjksh93z6px89w4grycry9m8vh864m0p471q0g77r16z2prn"
+ }
+ },
+ {
+ "ename": "doom-themes",
+ "commit": "c5084bc2c3fe378af6ff39d65e40649c6359b7b5",
+ "sha256": "0plqhis9ki3ck1pbv4hiqk4x428fps8qsfx72mamdayyx2nncdrs",
+ "fetcher": "github",
+ "repo": "hlissner/emacs-doom-themes",
+ "unstable": {
+ "version": [
+ 20190812,
+ 2115
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ae18b84e01496c4ebd572cad00a89516af089a94",
+ "sha256": "0zcsk2z5z0hh9plbig4ba1ywzbdy0mar1jfm0c5mi46vl0vb29i7"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 6
+ ],
+ "deps": [
+ "all-the-icons",
+ "cl-lib"
+ ],
+ "commit": "39e6971e81181b86a57f65cd0ea31376203a9756",
+ "sha256": "042pzcdhxi2z07jcscgjbaki9nrrm0cbgbbrnymd1r4q8ckkn8l9"
+ }
+ },
+ {
+ "ename": "dot-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "039ylmbvw0wb3i2w4qn3dhckz7y3swbid4hwjcxljy4szc709p6k",
+ "fetcher": "github",
+ "repo": "wyrickre/dot-mode",
+ "unstable": {
+ "version": [
+ 20180312,
+ 2300
+ ],
+ "commit": "6ca22b73bcdae2363ee9641b822a60685df16a3e",
+ "sha256": "10lmwra48ihxqxyl54m3yn1zy0q5w6cxqd2n5pbs4lva1yck0z4w"
+ }
+ },
+ {
+ "ename": "dotenv-mode",
+ "commit": "9fc022c54b90933e70dcedb6a85167c2d9d7ba79",
+ "sha256": "1lwfzfri6vywcjkc9wassrz0rdrg0kvljxsm6b4smlnphp6pdbbs",
+ "fetcher": "github",
+ "repo": "preetpalS/emacs-dotenv-mode",
+ "unstable": {
+ "version": [
+ 20180207,
+ 1914
+ ],
+ "commit": "f4c52bcd5313379b9f2460db7f7a33119dfa96ea",
+ "sha256": "1fplkhxnsgdrg10iqsmw162zny2idz4vvv35spsb9j0hsk8imclc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 4
+ ],
+ "commit": "f4c52bcd5313379b9f2460db7f7a33119dfa96ea",
+ "sha256": "1fplkhxnsgdrg10iqsmw162zny2idz4vvv35spsb9j0hsk8imclc"
+ }
+ },
+ {
+ "ename": "dotnet",
+ "commit": "6ef473594ec57a747ad7d9d57d7287bcacf4b446",
+ "sha256": "06k1ikwg9bis9kk4r41bm0a0d8a31wscqyr6n99d7836p1h4jfki",
+ "fetcher": "github",
+ "repo": "julienXX/dotnet.el",
+ "unstable": {
+ "version": [
+ 20190415,
+ 1237
+ ],
+ "commit": "932d776ed739d20d57dbd6ba49f61d1b450571fc",
+ "sha256": "1h7y9vz64bv4slz9mpd7cjyyaxgqk92jn11y5ycfyncq70wyd3j4"
+ }
+ },
+ {
+ "ename": "double-saber",
+ "commit": "19f5c0195ad9b278a7aaa3fd8e70c0004cc03500",
+ "sha256": "0zsmyvlxm3my3xbj7m38539vk2dl7azi1v7jb41kdiavj2cc55zg",
+ "fetcher": "github",
+ "repo": "dp12/double-saber",
+ "unstable": {
+ "version": [
+ 20190325,
+ 1917
+ ],
+ "commit": "22937754c6c4f3cfc432175de86f70e826ae7470",
+ "sha256": "1pjmj0mkh0xiaggzp1xq84ckzq8hkvvmsxpvlnbsxngbz6k34sa5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "commit": "5555dc28cbaa228fa8f9390738a4200e071380b8",
+ "sha256": "06ykn84hp4yvf6z2457jqgyck70y30361l8617ilb7g337hk15xl"
+ }
+ },
+ {
+ "ename": "download-region",
+ "commit": "7801d9fac121f213609a802fe9d88bdc5364d1f3",
+ "sha256": "1mrl2x6j708nchyh9y5avbf2cq10kpnhfj553l6akarvl5n5pvkl",
+ "fetcher": "github",
+ "repo": "zk-phi/download-region",
+ "unstable": {
+ "version": [
+ 20180124,
+ 133
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bbba3ecd80818d5d940d41fe89a6e2ec5dd2c53c",
+ "sha256": "1cwlbdmdils5rzhjpc3fqjmd3dhalk6i7bxskpahbrr9xxfq0iw4"
+ }
+ },
+ {
+ "ename": "downplay-mode",
+ "commit": "50d67ea3c4d92b4093373d5e4ff07b7d5a3dc537",
+ "sha256": "1v6nga101ljzza8qj3lkmkzzl0vvzj4lsh1m69698s8prnczxr9b",
+ "fetcher": "github",
+ "repo": "tobias/downplay-mode",
+ "unstable": {
+ "version": [
+ 20151125,
+ 2009
+ ],
+ "commit": "4a2c3addc73c8ca3816345c3c11c08af265baedb",
+ "sha256": "0s7swvfd7h8r0n3cjmkps6ary9vwg61jylfm4qrkp3idsz6is548"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "225a4b3ca09e6f463dfdd54941c98b02be8d574c",
+ "sha256": "13czcxmmvy4g9ysfjr6lb91c0fqv1xv8ppd27wbfsrgxm3aaqimb"
+ }
+ },
+ {
+ "ename": "dpaste",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0wrfy9w0yf5m15vmhg4l880v92cy557g332xniqs77ab0sga4vgc",
+ "fetcher": "github",
+ "repo": "gregnewman/dpaste.el",
+ "unstable": {
+ "version": [
+ 20160303,
+ 2112
+ ],
+ "commit": "5ebabb466a6ae70882549855b6b2194fc32189f8",
+ "sha256": "03n3k6a40lw9m1ycf62g6vll4gr2kr2509vjp1dkfq722xwrw7zk"
+ }
+ },
+ {
+ "ename": "dpaste_de",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0022dd8l7jsyl0lv9x6iz882ln71js8brqcbiqz001zv45yrgvy0",
+ "fetcher": "github",
+ "repo": "theju/dpaste_de.el",
+ "unstable": {
+ "version": [
+ 20131015,
+ 1225
+ ],
+ "deps": [
+ "web"
+ ],
+ "commit": "f0c39e8864299f735642f7d9fa490689398ce39d",
+ "sha256": "1avpg0cgzk8d6g1q0ryx41lkcdgkm0mkzr5xr32xm28dzrfmgd4z"
+ }
+ },
+ {
+ "ename": "dpkg-dev-el",
+ "commit": "3e057df3608780a6191f761b9a81262c2eaa053c",
+ "sha256": "1cgfzxlw4m3wsl5fhck08pc2w7fw91mxk58yaprk9lkw4jxd1yjy",
+ "fetcher": "git",
+ "url": "https://salsa.debian.org/emacsen-team/dpkg-dev-el.git",
+ "unstable": {
+ "version": [
+ 20181022,
+ 8
+ ],
+ "deps": [
+ "debian-el"
+ ],
+ "commit": "a80f8ac5d81720cce90cf3bc5fbb45d50b1953d7",
+ "sha256": "0358c6gvyb85zr5r79ar3q46c83gz39rawyhgcg1h1hqxgj6a2lx"
+ },
+ "stable": {
+ "version": [
+ 37,
+ 1
+ ],
+ "deps": [
+ "debian-el"
+ ],
+ "commit": "54b137309b078ec39f4b982368c500df04d4bd5f",
+ "sha256": "03yawrzds5jc5ckck3w7l9rszv4vcibydi15hqnxwfcszyp8wrdn"
+ }
+ },
+ {
+ "ename": "dr-racket-like-unicode",
+ "commit": "6e612ede00c4b44ace741d2b6baabc61571af15c",
+ "sha256": "0cqcbn4hmv99d8z03xc0rqw4yh5by6g09y33h75dhl9nh95rybgf",
+ "fetcher": "github",
+ "repo": "david-christiansen/dr-racket-like-unicode",
+ "unstable": {
+ "version": [
+ 20161021,
+ 1211
+ ],
+ "commit": "4953f1c8a68472e157a0dcd0a7e35a4ec2577133",
+ "sha256": "1i7k7d2gnzd2izplhdmjbkcxvkwnc3y3y0hrcp2rq60bjpkcl1gv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "4953f1c8a68472e157a0dcd0a7e35a4ec2577133",
+ "sha256": "1i7k7d2gnzd2izplhdmjbkcxvkwnc3y3y0hrcp2rq60bjpkcl1gv"
+ }
+ },
+ {
+ "ename": "dracula-theme",
+ "commit": "d63cb8906726f106e65f7d9895b49a38ffebf8d5",
+ "sha256": "1px162v7h7136rasafq875yzw0h8n6wvzbyh73c3w093kd30bmh8",
+ "fetcher": "github",
+ "repo": "dracula/emacs",
+ "unstable": {
+ "version": [
+ 20190107,
+ 2016
+ ],
+ "commit": "66e429f4d576346661ae3a111bafaa06febc1d94",
+ "sha256": "0lyy8vjzzcfcj4hm7scxl4cg4qm67rprzdj7dmyc3907yad4n023"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 1
+ ],
+ "commit": "66e429f4d576346661ae3a111bafaa06febc1d94",
+ "sha256": "0lyy8vjzzcfcj4hm7scxl4cg4qm67rprzdj7dmyc3907yad4n023"
+ }
+ },
+ {
+ "ename": "draft-mode",
+ "commit": "cbfefacda071c0f5ee698a4c345a2d6fea6a0d24",
+ "sha256": "19lq1a3rj6fck3xq2vcz8fk30hpx25kyfz6c7hmq36kx4lv0mjpa",
+ "fetcher": "gitlab",
+ "repo": "gaudecker/draft-mode",
+ "unstable": {
+ "version": [
+ 20140609,
+ 1456
+ ],
+ "commit": "4779fb32daf53746459da2def7e08004492d4f18",
+ "sha256": "0z3w58zplm5ks195zfsaq8kwbc944p3kbzs702jgz02wcrm4c28y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "4779fb32daf53746459da2def7e08004492d4f18",
+ "sha256": "0z3w58zplm5ks195zfsaq8kwbc944p3kbzs702jgz02wcrm4c28y"
+ }
+ },
+ {
+ "ename": "drag-stuff",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1q67q20gfhixzkmddhzp6fd8z2qfpsmyyvymmaffjcscnjaz21w4",
+ "fetcher": "github",
+ "repo": "rejeep/drag-stuff.el",
+ "unstable": {
+ "version": [
+ 20161108,
+ 749
+ ],
+ "commit": "6d06d846cd37c052d79acd0f372c13006aa7e7c8",
+ "sha256": "1fsj88n1j50cxjzx62khzxrajsvf33si8iwgbaz6z7z8pwh91qcd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "commit": "d49fe376d24f0f8ac5ade67b6d7fccc2487c81db",
+ "sha256": "1jrr59iazih3imkl9ja1lbni9v3xv6b8gmqs015g2mxhlql35jka"
+ }
+ },
+ {
+ "ename": "drawille",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "0nkhy00jx06a7899dgyajidah29p9536mvjr7cyqm99ari70m7y9",
+ "fetcher": "github",
+ "repo": "josuah/drawille-el",
+ "unstable": {
+ "version": [
+ 20160418,
+ 1838
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d914845725719d8293e2f0dea3c9c7e0a1e0e62a",
+ "sha256": "1ynjxfvx8b6rq6d4gm1sl96rmlk5pi8j5s1rd1y0p8x2lwqcfv77"
+ }
+ },
+ {
+ "ename": "drill-instructor-AZIK-force",
+ "commit": "fb5ee8a113b98e8df8368c5e17c6d762decf8f5b",
+ "sha256": "1bb698r11m58csd2rm17fmiw691p25npphzqgjiiqbn4vx35ja7f",
+ "fetcher": "github",
+ "repo": "myuhe/drill-instructor-AZIK-force.el",
+ "unstable": {
+ "version": [
+ 20151123,
+ 514
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "008cea202dc31d7d6fb1e7d8e6334d516403b7a5",
+ "sha256": "0lzq0mkhhj3s5yrcbs576qxkd8h0m2ikc4iplk97ddpzh4nz4127"
+ }
+ },
+ {
+ "ename": "drone",
+ "commit": "3b62e697798627b07000ac72c19ecd1d89c22229",
+ "sha256": "0wjbmgic715i4nxk90nasfamk04lskl8dll9y5klk32w1lsj546q",
+ "fetcher": "github",
+ "repo": "olymk2/emacs-drone",
+ "unstable": {
+ "version": [
+ 20161106,
+ 918
+ ],
+ "commit": "1d4ee037ad3208847a4235426edf0c4a3e7b1899",
+ "sha256": "1dwxgzf32cvfi7b6zw3qzamj82zs2c0ap6i1w0jqqgzmkz20dqvf"
+ }
+ },
+ {
+ "ename": "dropbox",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1dqjsn7wkjjvbwq3kgdd7bvwrirappwnhcwkj2ai19dpx6jd8wym",
+ "fetcher": "github",
+ "repo": "pavpanchekha/dropbox.el",
+ "unstable": {
+ "version": [
+ 20190714,
+ 1721
+ ],
+ "deps": [
+ "json",
+ "oauth"
+ ],
+ "commit": "2a143087aff0a69a8ff4df40f87335501945346e",
+ "sha256": "0xf6lsrrv4n9acbglhccikv5lrgfqmkqvz7bbw91rmwx5wvjs1f7"
+ }
+ },
+ {
+ "ename": "drupal-mode",
+ "commit": "13e16af340868048eb1f51f9865dfc707e57abe8",
+ "sha256": "14jvk4phq3wcff3yvhygix0c9cpbphh0dvm961i93jpsx7g9awgn",
+ "fetcher": "github",
+ "repo": "arnested/drupal-mode",
+ "unstable": {
+ "version": [
+ 20171120,
+ 2309
+ ],
+ "deps": [
+ "php-mode"
+ ],
+ "commit": "47fda0a38a5b197f4606137d9c3b7d44aaeaa886",
+ "sha256": "1rg46prsymxc9lyhk7cbr53089p970mmmybiir2qsyx2s4m6mnfl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 3
+ ],
+ "deps": [
+ "php-mode"
+ ],
+ "commit": "49ce63c659aa0af7a2daf0c9e74e58fbce6deb71",
+ "sha256": "1l2xc24y037b3z62yxmq2bx1x3qqv56d15bf3qmb3mpgm4gh85j6"
+ }
+ },
+ {
+ "ename": "drupal-spell",
+ "commit": "bb859d9755bde3fd852bc7d08f2fab2429ba31b3",
+ "sha256": "117rr2bfnc99g3qsr127grxwaqp54cxjaj3nl2nr6z78nja0fij3",
+ "fetcher": "github",
+ "repo": "arnested/drupal-spell",
+ "unstable": {
+ "version": [
+ 20130520,
+ 1655
+ ],
+ "commit": "cddf1dbc71fb4c5c4c50317db6830467fa97cff0",
+ "sha256": "0fr275b7k66widp0mmbm7mjmk76hgxk89h3rcfva4wwkflhymhhl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "commit": "a69f5e3b62c4c0da74ce26c1d00d5b8f7395e4ae",
+ "sha256": "156cscpavrp695lp8pgjg5jnq3b8n9c2h8qg8w89dd4vfkc3iikd"
+ }
+ },
+ {
+ "ename": "dsvn",
+ "commit": "be27e728327016b819535ef8cae10020e5a07c2e",
+ "sha256": "189navhhakmkhfc2afsls1jiaxg62wxvpmmn00jlnwlgjm97gdk3",
+ "fetcher": "github",
+ "repo": "emacsmirror/dsvn",
+ "unstable": {
+ "version": [
+ 20190316,
+ 2201
+ ],
+ "commit": "c37d2412ba92aad647bcf5aeb151e620e8069f8d",
+ "sha256": "1bv4ivv9j5r0ax4vay1kmwv753y44qj6qprr38yh7ky0fpsml34c"
+ }
+ },
+ {
+ "ename": "dtk",
+ "commit": "39333468fb6e9493deb86511f0032610a412ec8a",
+ "sha256": "005x3j5q8dhphhh4c48l6qx7qi3jz9k02m86ww1bzwfzji55p9sp",
+ "fetcher": "github",
+ "repo": "dtk01/dtk",
+ "unstable": {
+ "version": [
+ 20190803,
+ 2120
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "s",
+ "seq"
+ ],
+ "commit": "cc5807cc38417060725f1f5ab2efca8baf074053",
+ "sha256": "0vwx0s3hli1ql2rfkqcv4y7n6ln4yrp3h2a7x8vrp99h6rb6xxg0"
+ }
+ },
+ {
+ "ename": "dtrace-script-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "00ar2qahgqpf4an6v9lbzgj73ylbavvigsm8kqdq94ghm4awxi4z",
+ "fetcher": "github",
+ "repo": "dotemacs/dtrace-script-mode",
+ "unstable": {
+ "version": [
+ 20150214,
+ 623
+ ],
+ "commit": "801af1ef16075d31a19830ebb8404bbf3a322f10",
+ "sha256": "1blfx3r2xd3idbfjrx44ma3x1d83xp67il2s2bmdwa8qz92z99lf"
+ }
+ },
+ {
+ "ename": "dtrt-indent",
+ "commit": "61bcbcfa6c0f38a1d87f5b6913b8be6c50ef2994",
+ "sha256": "1npn2jngy1wq0jpwmg1hkn8lx6ncbqsi587jl38lyp2xwchshfk5",
+ "fetcher": "github",
+ "repo": "jscheid/dtrt-indent",
+ "unstable": {
+ "version": [
+ 20190128,
+ 2101
+ ],
+ "commit": "9ab9cb9d7f391fb09f61c9289c51c36374ddbcbb",
+ "sha256": "0pgf0pvqd8k4yzhdn2df9lp0y8hmlm2ccrh07jivwlccs95pcz7z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "commit": "9ab9cb9d7f391fb09f61c9289c51c36374ddbcbb",
+ "sha256": "0pgf0pvqd8k4yzhdn2df9lp0y8hmlm2ccrh07jivwlccs95pcz7z"
+ }
+ },
+ {
+ "ename": "dts-mode",
+ "commit": "864a7ec64c46a0357710bc80ad4880dd35b2fda1",
+ "sha256": "1k8cbiayajbzwkm0s0kyin0qpq9yhymidz0srs4hbvsnb6hvp234",
+ "fetcher": "github",
+ "repo": "bgamari/dts-mode",
+ "unstable": {
+ "version": [
+ 20161103,
+ 1223
+ ],
+ "commit": "9ee0854446dcc6c53d2b8d2941051768dba50344",
+ "sha256": "1k8lljdbc90nd29xrhdrsscxavzdq532wq2mg7ljc94krj7538b1"
+ }
+ },
+ {
+ "ename": "ducpel",
+ "commit": "2d64adac965e1dac0f29dab9a587cd6ce9c3bb3a",
+ "sha256": "1cqrkgg7n9bhjswnpl7yc6w6yjs4gfbliaqsimmf9z43wk2ml4pc",
+ "fetcher": "github",
+ "repo": "alezost/ducpel",
+ "unstable": {
+ "version": [
+ 20140702,
+ 1154
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b53b935ab95c02b82ccf38f63c89e39e99477a55",
+ "sha256": "07cgwkfi69xjjxx9hs5rdblsil1h3bpbx9k7hwyv1dg3ivihm04s"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ece785baaa102bd2e9d54257af3a92bacc5757bc",
+ "sha256": "17yldk76mxakhb90bma7r4z9jgx02wankgk17r2di196mc04bj7b"
+ }
+ },
+ {
+ "ename": "dumb-diff",
+ "commit": "cf7fa0b4235247d82569ed078f92774f10afa45c",
+ "sha256": "1h1dvxbj85kgi04lxh0bpx81f6sl1fd56lhjmq1cw9biwqw0sm0c",
+ "fetcher": "github",
+ "repo": "jacktasia/dumb-diff",
+ "unstable": {
+ "version": [
+ 20171211,
+ 2122
+ ],
+ "commit": "1a2331d283049b71a07c1b06b1e0627a950d55f4",
+ "sha256": "05gmpp4s9y2ql27vb5vpqn3xh35qjfxgq9gzyvg86df43qfl8wvl"
+ }
+ },
+ {
+ "ename": "dumb-jump",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1j90n8gydsp2v07rysz1k5vf6hspybcl27214sib1iz3hbimid1w",
+ "fetcher": "github",
+ "repo": "jacktasia/dumb-jump",
+ "unstable": {
+ "version": [
+ 20190804,
+ 533
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "popup",
+ "s"
+ ],
+ "commit": "7ffa63cdc8481158a2dbfe4acc6719ebe7fff056",
+ "sha256": "1l682xjish7v8mdkfdjqbdz464hnif15xlyrq8il6pgcq12g2hl6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "popup",
+ "s"
+ ],
+ "commit": "260054500d4731c36574b6cbc519de29fdd22f43",
+ "sha256": "00ph85vp8sa3k99qrdxfz4l8zx121q9xf47vvspzg26bk9l4nwin"
+ }
+ },
+ {
+ "ename": "dummyparens",
+ "commit": "e1f6199a9afece4d6eb581dc8e513601d55a5833",
+ "sha256": "1yah8kpqkk9ygm73iy51fzwc8q5nw0xlwqir2qld1fc5y1lkb7dk",
+ "fetcher": "github",
+ "repo": "snosov1/dummyparens",
+ "unstable": {
+ "version": [
+ 20141009,
+ 1024
+ ],
+ "commit": "9798ef1d0eaa24e4fe66f8aa6022a8c62714cc89",
+ "sha256": "0g72nnz0j6dvllyxyrw20z1vg6p7sy46yy0fq017pa77sgqm0xzh"
+ }
+ },
+ {
+ "ename": "dune",
+ "commit": "06648d1d37767cbdc7588d7a8f709d679d478a3b",
+ "sha256": "1lqza4fjm9xxmdn8040bvsl467qzjy709dlmiq2241gfhxpmvvr7",
+ "fetcher": "github",
+ "repo": "ocaml/dune",
+ "unstable": {
+ "version": [
+ 20190808,
+ 345
+ ],
+ "commit": "0f9863467c7a2dbacc41e62adc858765474c4ff0",
+ "sha256": "0ddhg3qbs4z6wkc680m5vmp2q6wdjs863h375rl1k114z4qdwn4z"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 11,
+ 1
+ ],
+ "commit": "2f40f29f8eab3f7ae044f1c522f3e34036a16d9d",
+ "sha256": "1ax0lf7h191l772s0pr2xyy1kxpzjalm44ck265jihiga07dk0m5"
+ }
+ },
+ {
+ "ename": "duplicate-thing",
+ "commit": "be28db1bfbd663af5b5c24bad50372fddd341982",
+ "sha256": "1jx2b6h23dj561xhizzbpxp3av69ic8zdw4kkf0py1jm3gnrmlm4",
+ "fetcher": "github",
+ "repo": "ongaeshi/duplicate-thing",
+ "unstable": {
+ "version": [
+ 20181031,
+ 1500
+ ],
+ "commit": "9d8fd05e3e5caa35d3f2a0c0032c92f0c0908e21",
+ "sha256": "05lflc0r84c95vb81wbn44kh11cbgm42zn3y4ss0ychbf13mzdb5"
+ }
+ },
+ {
+ "ename": "dut-mode",
+ "commit": "ecf49ceab8b25591fab2ed6574cba0e6634d1539",
+ "sha256": "0hlr5qvqcqdh2k1nyq621z6vq2yiflj4jy0pgg6lbiy3j6819mai",
+ "fetcher": "github",
+ "repo": "dut-lang/dut-mode",
+ "unstable": {
+ "version": [
+ 20170729,
+ 2111
+ ],
+ "commit": "9235c7acaa6690942e9de8b7acd1e4be0c859dc1",
+ "sha256": "0fpqsm6y23anyx57gp4c6whzxrn8x03cp76iwx27c4gkq6ph1z8n"
+ }
+ },
+ {
+ "ename": "dyalog-mode",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "0w61inyfvxiyihx5z9fk1ckawcd3cr6xiradbbwzmn25k99gkbgr",
+ "fetcher": "bitbucket",
+ "repo": "harsman/dyalog-mode",
+ "unstable": {
+ "version": [
+ 20190721,
+ 1411
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "47f53d844b0862f7474714e1ed8f2fea5001e3f2",
+ "sha256": "03qz5mrq2i52lrj045fwk1l06ax6yl2dyj271p2zp5kv1fcbph6a"
+ }
+ },
+ {
+ "ename": "dylan-mode",
+ "commit": "94481ba3ebba6a99f11efab5a33e8bc6ea2d857a",
+ "sha256": "0kimvz8vmcvgxi0wvf7dqv6plj31xlksmvgip8h3bhyy7slxj3yy",
+ "fetcher": "github",
+ "repo": "dylan-lang/dylan-mode",
+ "unstable": {
+ "version": [
+ 20190109,
+ 300
+ ],
+ "commit": "9a6ad5ff83f2dfc25ce3deee9d3ef71ed53964b5",
+ "sha256": "1d6krgiabkrj3mryaz79vmiqy0vkr5s8ji34yjd14v73ikzwxwkp"
+ }
+ },
+ {
+ "ename": "dynamic-fonts",
+ "commit": "c9db386ab3910940addae6e925b2ac17e64e0f87",
+ "sha256": "0a210ca41maa755lv1n7hhpxp0f7lfxrxbi0x34icbkfkmijhl6q",
+ "fetcher": "github",
+ "repo": "rolandwalker/dynamic-fonts",
+ "unstable": {
+ "version": [
+ 20140731,
+ 1226
+ ],
+ "deps": [
+ "font-utils",
+ "pcache",
+ "persistent-soft"
+ ],
+ "commit": "ab0c65accbdb59acaed5b263327e22ec019b3e82",
+ "sha256": "150dj1g49q9x9zx9wkymq30l5gc8c4mhsq91fm6q0yj6ip7hlfxh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 4
+ ],
+ "deps": [
+ "font-utils",
+ "pcache",
+ "persistent-soft"
+ ],
+ "commit": "d318498b377d8941c7420f51616c78e3440d00f5",
+ "sha256": "1ppwlill1z4vqd566h9zi6zx5jb7hggmnmqrga84j5n7fwqvgz7f"
+ }
+ },
+ {
+ "ename": "dynamic-ruler",
+ "commit": "926c43867120db429807ff5aaacc8af65a1738c8",
+ "sha256": "13jc3xbsyc3apkdfy0iafmsfvgqs0zfa5w8jxp7zj4dhb7pxpnmc",
+ "fetcher": "github",
+ "repo": "rocher/dynamic-ruler",
+ "unstable": {
+ "version": [
+ 20160602,
+ 808
+ ],
+ "commit": "c9c0de6fe5721f06b50e01d9b4684b519c71b367",
+ "sha256": "09skp2d5likqjlrsfis3biqw59sjkgid5249fld9ahqm5f1wq296"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 6
+ ],
+ "commit": "c9c0de6fe5721f06b50e01d9b4684b519c71b367",
+ "sha256": "09skp2d5likqjlrsfis3biqw59sjkgid5249fld9ahqm5f1wq296"
+ }
+ },
+ {
+ "ename": "dynamic-spaces",
+ "commit": "e0b59ce66132cbe2b1f41b665dcb30bdd04bc48b",
+ "sha256": "0l4hwqivzv51j7h5sgd91dxb5slylmrfrvf7r6w0k04bhld6ry0c",
+ "fetcher": "github",
+ "repo": "Lindydancer/dynamic-spaces",
+ "unstable": {
+ "version": [
+ 20171027,
+ 1851
+ ],
+ "commit": "97ae8480c257ba573ca3d06dbf602f9b23c41d38",
+ "sha256": "0qs7gqjl6ilwwmd21663345az6766j7h1pv7wvd2kyh24yfs1xkj"
+ }
+ },
+ {
+ "ename": "e2ansi",
+ "commit": "5e655a3fdfae80ea120cdb2ce84dd4fd36f9a71e",
+ "sha256": "0ns1sldipx5kyqpi0bw79kdmhi1ry5glwxfzfx8r01hbbkf0cc94",
+ "fetcher": "github",
+ "repo": "Lindydancer/e2ansi",
+ "unstable": {
+ "version": [
+ 20190517,
+ 1902
+ ],
+ "deps": [
+ "face-explorer"
+ ],
+ "commit": "6e1bb4e4e27885d1786db08b091cfa13b184fb54",
+ "sha256": "1rbbwz8a6gqyxkkh5fapzlbnny816yzqj4170fzrswhib610mcvz"
+ }
+ },
+ {
+ "ename": "e2wm",
+ "commit": "8da85815c39f58552a968ae68ee07c08c53b0f61",
+ "sha256": "0dp360jr3fgxqywkp7g88cp02g37kw2hdsc0f70hjak9n3sy03la",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-window-manager",
+ "unstable": {
+ "version": [
+ 20170215,
+ 36
+ ],
+ "deps": [
+ "window-layout"
+ ],
+ "commit": "4353d3394c77a49f8f0291c239858c8c5e877549",
+ "sha256": "12midsrx07pdrsr1qbl2rpi7xyhxqx08bkz7n7gf8vsmqkpfp56s"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "deps": [
+ "window-layout"
+ ],
+ "commit": "4353d3394c77a49f8f0291c239858c8c5e877549",
+ "sha256": "12midsrx07pdrsr1qbl2rpi7xyhxqx08bkz7n7gf8vsmqkpfp56s"
+ }
+ },
+ {
+ "ename": "e2wm-R",
+ "commit": "9a3ba9843bdf275815b149e4c4b0a947bbc5e614",
+ "sha256": "09v4fz178lch4d6m801ipclfxm2qrap5601aysnzyvc2apvyr3sh",
+ "fetcher": "github",
+ "repo": "myuhe/e2wm-R.el",
+ "unstable": {
+ "version": [
+ 20151230,
+ 926
+ ],
+ "deps": [
+ "e2wm",
+ "ess",
+ "inlineR"
+ ],
+ "commit": "4350601ee1a96bf89777b3f09f1b79b88e2e6e4d",
+ "sha256": "1g77gf24abwcvf7z52vs762s6jp978pnvza8zmzwkwfvp1mkx233"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "e2wm"
+ ],
+ "commit": "fe17906bf48324032a1beaec9af32b9b49ea9125",
+ "sha256": "1yf081rac0chvkjha9z9xi1p983gmhjph0hai6ppsz5hzf2vikpp"
+ }
+ },
+ {
+ "ename": "e2wm-bookmark",
+ "commit": "45488849da42ac775e532f30f588bfabb7af3cae",
+ "sha256": "1myaqxzrgff5gxcn3zn1bsmyf5122ql1mwr05wamd450lq8nmbw5",
+ "fetcher": "github",
+ "repo": "myuhe/e2wm-bookmark.el",
+ "unstable": {
+ "version": [
+ 20151123,
+ 521
+ ],
+ "deps": [
+ "e2wm"
+ ],
+ "commit": "bad816b6d8049984d69bcd277b7d325fb84d55eb",
+ "sha256": "121vd44f42bxqvdjswmjlghf1jalbs974b6cip2i049k1n08xgh0"
+ }
+ },
+ {
+ "ename": "e2wm-direx",
+ "commit": "8320cf626050cf455c97ef22e7a8ccfb253e3243",
+ "sha256": "0nv8aciq0swxi9ahwc2pvk9c7i3rmlp7vrzqcan58ml0i3nm17wg",
+ "fetcher": "github",
+ "repo": "aki2o/e2wm-direx",
+ "unstable": {
+ "version": [
+ 20170509,
+ 1301
+ ],
+ "deps": [
+ "direx",
+ "e2wm"
+ ],
+ "commit": "b47f19d15436cc28233a812a1150689f61d11046",
+ "sha256": "0lihc02b0792kk61vcmhi0jwb7c4w2hi19g6a0q1598b3rci82nf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "deps": [
+ "direx",
+ "e2wm"
+ ],
+ "commit": "f319625b56c44e601af7c17fc6dbb88e5d70ebae",
+ "sha256": "09i7d2rc9zd4s3nqrhd3ggs1ykdpxf0pyhxixxw2xy0q6nbswjia"
+ }
+ },
+ {
+ "ename": "e2wm-pkgex4pl",
+ "commit": "8f84b421cb1673d2a9fe820cee11dc4a6e72adad",
+ "sha256": "0hgdbqfw3015fr929m36kfiqqzsid6afs3222iqq0apg7gfj7jil",
+ "fetcher": "github",
+ "repo": "aki2o/e2wm-pkgex4pl",
+ "unstable": {
+ "version": [
+ 20140525,
+ 1047
+ ],
+ "deps": [
+ "e2wm",
+ "plsense-direx"
+ ],
+ "commit": "7ea994450727190c4f3cb46cb429ba41b692ecc0",
+ "sha256": "1vrlfzy1wynm7x4m7pl8vim7ykqd6qkcilwz7sjc1lbckz11ig0d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "e2wm",
+ "plsense-direx"
+ ],
+ "commit": "7ea994450727190c4f3cb46cb429ba41b692ecc0",
+ "sha256": "1vrlfzy1wynm7x4m7pl8vim7ykqd6qkcilwz7sjc1lbckz11ig0d"
+ }
+ },
+ {
+ "ename": "e2wm-svg-clock",
+ "commit": "784f5598910ecf208a68fa97448e148a8ebefa32",
+ "sha256": "0q02lksrbn43s8d9rzpglqybalglpi6qi9lix0cllag6i7fzcbms",
+ "fetcher": "github",
+ "repo": "myuhe/e2wm-svg-clock.el",
+ "unstable": {
+ "version": [
+ 20150106,
+ 1306
+ ],
+ "deps": [
+ "e2wm",
+ "svg-clock"
+ ],
+ "commit": "d425925e3afffcbe2ff74edc80b714e4319d4c94",
+ "sha256": "0h1fnlpvy2mqfxjv64znghmiadh9qimj9q9a60cxhyc0bq0prz6f"
+ }
+ },
+ {
+ "ename": "e2wm-sww",
+ "commit": "cc873e8271e9f372e08da5d0e4b77c8ba0e3a8cb",
+ "sha256": "0x45j62cjivf9v7jp1b41yya3f9akp92md6cbv0v7bwz98g2vsk8",
+ "fetcher": "github",
+ "repo": "aki2o/e2wm-sww",
+ "unstable": {
+ "version": [
+ 20140524,
+ 858
+ ],
+ "deps": [
+ "e2wm"
+ ],
+ "commit": "1063f9854bd34db5ac771cd1036cecc89834729d",
+ "sha256": "0mz43mwcgyc1c9p9b7nflnjxdxjm2nxbhl0scj6llzphikicr35g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "e2wm"
+ ],
+ "commit": "1063f9854bd34db5ac771cd1036cecc89834729d",
+ "sha256": "0mz43mwcgyc1c9p9b7nflnjxdxjm2nxbhl0scj6llzphikicr35g"
+ }
+ },
+ {
+ "ename": "e2wm-term",
+ "commit": "c9a800f5af893cb670cedb47e4a723c407be8429",
+ "sha256": "0wrq06yap80a96l9l0hs7x7rng7sx6vi1hz778kknb6il4f2f45g",
+ "fetcher": "github",
+ "repo": "aki2o/e2wm-term",
+ "unstable": {
+ "version": [
+ 20141009,
+ 1308
+ ],
+ "deps": [
+ "e2wm",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "65b5ac88043d5c4048920a048f3599904ca55981",
+ "sha256": "0qv3kh6q3q7vgfsd8x25x8agi3fp96dkpjnxdidkwk6k8h9n0jzw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "deps": [
+ "e2wm",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "65b5ac88043d5c4048920a048f3599904ca55981",
+ "sha256": "0qv3kh6q3q7vgfsd8x25x8agi3fp96dkpjnxdidkwk6k8h9n0jzw"
+ }
+ },
+ {
+ "ename": "eacl",
+ "commit": "8223bec7eed97f0bad300af9caa4c8207322d39a",
+ "sha256": "16afsf3diz498jb63q85lm5ifvm487clfl838qzagl1l4aywhlwr",
+ "fetcher": "github",
+ "repo": "redguardtoo/eacl",
+ "unstable": {
+ "version": [
+ 20190801,
+ 213
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "8b54294af9c0ad8d6e40932b2b384fe760e56209",
+ "sha256": "1iyw3gs0ab6vi5x2r6m0caf984yg0fqbn3mmsqmnap2pk1cr259w"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 1
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "ba6a95838422ec33191beaa12b3e43b67c105abc",
+ "sha256": "0ksn11sm3g1ja5lpjz3hrzzw8b480mfcb3q589m52qjgvvn5iyfv"
+ }
+ },
+ {
+ "ename": "easy-after-load",
+ "commit": "384ffc463cc6edb4806f8da68bd251e662718e65",
+ "sha256": "1mn4hpx82nifphzx71yw3rbixbgis8bhvl3iyxcgcd88n5hqwvys",
+ "fetcher": "github",
+ "repo": "pd/easy-after-load",
+ "unstable": {
+ "version": [
+ 20170817,
+ 1231
+ ],
+ "commit": "29e20145da49ac9ea40463c552130777408040de",
+ "sha256": "00xgd39qc760lmxpbggzn98aks5nad08b5ry54pkszjlmh37yqj7"
+ }
+ },
+ {
+ "ename": "easy-escape",
+ "commit": "c39e3b867fa3143e9dc7c2fefa57b5755f70b433",
+ "sha256": "1zspb79x6s151wwiian45j1nh0xps8y8yd98byyn5lbwbj2pp2gk",
+ "fetcher": "github",
+ "repo": "cpitclaudel/easy-escape",
+ "unstable": {
+ "version": [
+ 20161209,
+ 1544
+ ],
+ "commit": "a6449f22cb97160ee1c90121968de89e193268df",
+ "sha256": "1spbavcs4a3vn1ggdcgwgb2wvq4lbk74xyfagr4y5b5w2azlkh51"
+ }
+ },
+ {
+ "ename": "easy-hugo",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1m7iw6njxxsk82agyqay277iql578b3wz6z9wjs8ls30ps8s2b8g",
+ "fetcher": "github",
+ "repo": "masasam/emacs-easy-hugo",
+ "unstable": {
+ "version": [
+ 20190729,
+ 454
+ ],
+ "deps": [
+ "popup",
+ "request"
+ ],
+ "commit": "2e2eb5720792512bb8a2ab2a7d9eb9ce86de8df9",
+ "sha256": "0zram35da92gvv72fdj1mpyxasagvv0i20rrqilawyvah7kr1njg"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 8,
+ 42
+ ],
+ "deps": [
+ "popup",
+ "request"
+ ],
+ "commit": "2e2eb5720792512bb8a2ab2a7d9eb9ce86de8df9",
+ "sha256": "0zram35da92gvv72fdj1mpyxasagvv0i20rrqilawyvah7kr1njg"
+ }
+ },
+ {
+ "ename": "easy-jekyll",
+ "commit": "c3f281145bad12c27bdbef32ccc07b6a5f13b577",
+ "sha256": "16jj70fr23z5qsaijv4d4xfiiypny2cama8rsaci9fk9haq19lxv",
+ "fetcher": "github",
+ "repo": "masasam/emacs-easy-jekyll",
+ "unstable": {
+ "version": [
+ 20190609,
+ 146
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "8b83e491b0db4aa75a07662577a2526a698adc21",
+ "sha256": "1y8d90b2nh6l9cxyddhdggmhl913fhlzzgqa0pabqry6fqfz51la"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2,
+ 22
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "9b065ac1bc5a85c6ad41a7b97553eeaa9e30c791",
+ "sha256": "1pj2hafyx1lq8ifahfg0j90z72swixi1pma52j6701vrn8a5aqw6"
+ }
+ },
+ {
+ "ename": "easy-kill",
+ "commit": "7d0a74c2a7d8859e9311bc8d71f5e6cf5a8063b6",
+ "sha256": "10jcv7a4vcnaj3wkabip2xwzcwlmvdlqkl409a9lnzfasxcpf32i",
+ "fetcher": "github",
+ "repo": "leoliu/easy-kill",
+ "unstable": {
+ "version": [
+ 20181114,
+ 2330
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2a6309d98aa6b71df6bbbcdf15cab3187c521a6b",
+ "sha256": "1j8hl0f52fqb21775xn94sf9g12yqyg6z0ibgmxzmnl02ir4xr86"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e3b2442e2096cefff94ea8656e49af07fee58f47",
+ "sha256": "0r56nqrj6iaz57ys6hqdq5qkyliv7dj6dv274l228r7x0axrwd9m"
+ }
+ },
+ {
+ "ename": "easy-kill-extras",
+ "commit": "7b55d93f78fefde47a2bd4ebbfd93c028fab1f40",
+ "sha256": "0xzlzv57nvrc142saydwfib51fyqcdzjccc1hj6xvgcdbwadlnjy",
+ "fetcher": "github",
+ "repo": "knu/easy-kill-extras.el",
+ "unstable": {
+ "version": [
+ 20180920,
+ 1334
+ ],
+ "deps": [
+ "easy-kill"
+ ],
+ "commit": "b8ce8350cc86e0229f195082557970cd51def960",
+ "sha256": "1f8db92zzk8g8yyj0g334mdbgqmzrs8xamm1d24jai1289hm29xa"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 6
+ ],
+ "deps": [
+ "easy-kill"
+ ],
+ "commit": "b8ce8350cc86e0229f195082557970cd51def960",
+ "sha256": "1f8db92zzk8g8yyj0g334mdbgqmzrs8xamm1d24jai1289hm29xa"
+ }
+ },
+ {
+ "ename": "easy-repeat",
+ "commit": "f1f5e0d19043f6a24ab4069c9c850e96cbe61a8f",
+ "sha256": "1vx57gpw0nbxh976s18va4ali1nqxqffhaxv1c5rhf4pwlk2fa06",
+ "fetcher": "github",
+ "repo": "xuchunyang/easy-repeat.el",
+ "unstable": {
+ "version": [
+ 20150516,
+ 848
+ ],
+ "commit": "060f0e6801c82c40c06961dc0528a00e18947a8c",
+ "sha256": "18bm5ns1qrxq0rrz9sylshr62wkymh1m6b7ch2y74f8rcwdwjgnq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "060f0e6801c82c40c06961dc0528a00e18947a8c",
+ "sha256": "18bm5ns1qrxq0rrz9sylshr62wkymh1m6b7ch2y74f8rcwdwjgnq"
+ }
+ },
+ {
+ "ename": "ebal",
+ "commit": "629aa451162a0085488caad4052a56366b7ce392",
+ "sha256": "1kqnlp5n1aig1qbqdq9q50wgqkzd1l6h9wi1gv43cif8qa1kxhwg",
+ "fetcher": "github",
+ "repo": "mrkkrp/ebal",
+ "unstable": {
+ "version": [
+ 20180101,
+ 616
+ ],
+ "deps": [
+ "f"
+ ],
+ "commit": "1740118125ae7aa6ba82d36e1fe0e69065a6fcaa",
+ "sha256": "1i5r8m34zf7ya1kzgm8hsx707phq5smf2x6y2a1ykbnfkk39gmbf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "f"
+ ],
+ "commit": "4d19565516785348894c4911e757e33a270b3efd",
+ "sha256": "1wj9h8ypi70az387c7pcrpc59lpf89dkp2q4df2ighxw3l648mb7"
+ }
+ },
+ {
+ "ename": "ebf",
+ "commit": "22e2f6383f2a7a01778c0524af19a68af57796ae",
+ "sha256": "072w1hczzb4z0dadvqy8px9zfnfd2z0w8nwa7q2qm5njg30rrqpb",
+ "fetcher": "github",
+ "repo": "rexim/ebf",
+ "unstable": {
+ "version": [
+ 20160211,
+ 1758
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "dash-functional"
+ ],
+ "commit": "4cd9c26354d8be6571354b2954d21fba882e78a2",
+ "sha256": "1pgn6fcg5cnbpk93hc2vw95sna07x0s1v2i6lq9bmij2msvar611"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "dash-functional"
+ ],
+ "commit": "d0bd4fe1abbe327e7d9228eff09927fec57e8378",
+ "sha256": "16hiwz8a1hyyiflzn53v97704v783pg18yxapn7pqk90fbcf7czw"
+ }
+ },
+ {
+ "ename": "ebib",
+ "commit": "4e39cd8e8b4f61c04fa967def6a653bb22f45f5b",
+ "sha256": "1kdqf5nk9l6mr3698nqngrkw5dicgf7d24krir5wrcfbrsqrfmid",
+ "fetcher": "github",
+ "repo": "joostkremers/ebib",
+ "unstable": {
+ "version": [
+ 20190718,
+ 2011
+ ],
+ "deps": [
+ "parsebib"
+ ],
+ "commit": "603451582c3471c90fbf795baa2f53043ce5ddb0",
+ "sha256": "01s1aghyc83372nkccjfx3yn65hqx5hrxbsj1dcbb6z1y5aqbwdj"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 16,
+ 5
+ ],
+ "deps": [
+ "parsebib"
+ ],
+ "commit": "eb6e7bf8cc525c41150bf5913d965e89e1fbf48d",
+ "sha256": "0jys32kvbcjrc65dwgfzz21g4fnycdhm0pybgk3akb80rv00x1vf"
+ }
+ },
+ {
+ "ename": "ecb",
+ "commit": "4db5183f35bedbc459843ad9f442f9cb6608c5fc",
+ "sha256": "0z61p9zgv7gcx04m4jv16a3mn9kjvnw0rdd65kpvbmzkgls0nk8d",
+ "fetcher": "github",
+ "repo": "ecb-home/ecb",
+ "unstable": {
+ "version": [
+ 20170728,
+ 1921
+ ],
+ "commit": "1330a44cf3c171781083b0b926ab7622f64e6e81",
+ "sha256": "0nx1blkvnzrxd2l7ckdihm9fvq5vkcghf6qccagkjzk4zbdalz30"
+ }
+ },
+ {
+ "ename": "eclim",
+ "commit": "1e9d3075587fbd9ca188535fd945a7dc451c6d7e",
+ "sha256": "1n60ci6kjmzy2khr3gs7s8gf21j1f9zjaj5a1yy2dyygsarbxw7b",
+ "fetcher": "github",
+ "repo": "emacs-eclim/emacs-eclim",
+ "unstable": {
+ "version": [
+ 20181108,
+ 1134
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "json",
+ "popup",
+ "s",
+ "yasnippet"
+ ],
+ "commit": "23f5b294f833ce58516d7b9ae08a7792d70022a1",
+ "sha256": "17q972354nkkynfjmwih4vp7s5dzdvr3nf7ni3ci095lzb0zzf4g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "json",
+ "popup",
+ "s",
+ "yasnippet"
+ ],
+ "commit": "8203fbf8544e65324a948a67718f7a16ba2d52e6",
+ "sha256": "10bbbxhvlwm526g1wib1f87grnayirlg8jbsvmpzxr9nmdjgikz3"
+ }
+ },
+ {
+ "ename": "eclipse-theme",
+ "commit": "81fcf3536ead18a91400f6936b3f789b4b594b9c",
+ "sha256": "0mww0jysxqky1zkkhvhj7fn20w970n2w6501rdm5jwqfb58ivxfx",
+ "fetcher": "github",
+ "repo": "abo-abo/eclipse-theme",
+ "unstable": {
+ "version": [
+ 20190716,
+ 916
+ ],
+ "commit": "0239fa7bbbb5fb61ac1e96fc772974240d2a8996",
+ "sha256": "1dldf1qsf2j62i0gi9r3ax7w749yaj09q0vw5xlk49m4qpi50ga3"
+ }
+ },
+ {
+ "ename": "ecukes",
+ "commit": "14cf66e6929db2a0f377612e786aaed9eb12b799",
+ "sha256": "0ava8hrc7r1mzv6xgbrb84qak5xrf6fj8g9qr4i4g0cr7843nrw0",
+ "fetcher": "github",
+ "repo": "ecukes/ecukes",
+ "unstable": {
+ "version": [
+ 20190731,
+ 1558
+ ],
+ "deps": [
+ "ansi",
+ "commander",
+ "dash",
+ "espuds",
+ "f",
+ "s"
+ ],
+ "commit": "73f1b07dace22eff692568b9d29f9755d4138f30",
+ "sha256": "0w6ja73a3gnpnf58v3dmk04sb22gnwxdsn3wpvp5hlhsvkxrar6j"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 17
+ ],
+ "deps": [
+ "ansi",
+ "commander",
+ "dash",
+ "espuds",
+ "f",
+ "s"
+ ],
+ "commit": "3a77ba9f1064c2bca47b401974c009e65727c46e",
+ "sha256": "1isscwz4h3nx62lwfrj899lp2yc27zk1ndgr441d848495ccmshn"
+ }
+ },
+ {
+ "ename": "edbi",
+ "commit": "238a11afa52d2c01d69eb16ffd7d07ccd6dff403",
+ "sha256": "0qq0j16n8lyvkqqlcsrq1m7r7f0in6b92d74mpx5c6siv6z2vxlr",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-edbi",
+ "unstable": {
+ "version": [
+ 20160225,
+ 141
+ ],
+ "deps": [
+ "concurrent",
+ "ctable",
+ "epc"
+ ],
+ "commit": "6f50aaf4bde75255221f2292c7a4ad3fa9d918c0",
+ "sha256": "0x0igyvdcm4863n7zndvcv6wgzwgn7324cbfjja6xd7r0k936zdy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "concurrent",
+ "ctable",
+ "epc"
+ ],
+ "commit": "39b833d2e51ae5ce66ebdec7c5425ff0d34e02d2",
+ "sha256": "0xy3q68i47a3s81jwr0rdvc1722bp78ng56xm53pri05g1z0db9s"
+ }
+ },
+ {
+ "ename": "edbi-database-url",
+ "commit": "e25bf3d65ef2fb09eb0802cfd3e3faee86a5cfdb",
+ "sha256": "018rxijmy0lvisy281d501ra9lnh5xi0wmvz5avbjpb0fi4q1zdn",
+ "fetcher": "github",
+ "repo": "proofit404/edbi-database-url",
+ "unstable": {
+ "version": [
+ 20160221,
+ 1923
+ ],
+ "deps": [
+ "edbi"
+ ],
+ "commit": "d56c580268cd93651998c4c6b1c5558e6b6ca90f",
+ "sha256": "1nkfl8jngkdz8h951jig39af1wh5vrc5lqk58l2i4lc2znprj9lx"
+ }
+ },
+ {
+ "ename": "edbi-django",
+ "commit": "10dd853022ab93e345761b04d760b3763f4d2384",
+ "sha256": "02vcbqgkvhlw9msf65777f85c8myxr95g2dz199nlfmz4vpqrkgq",
+ "fetcher": "github",
+ "repo": "proofit404/edbi-django",
+ "unstable": {
+ "version": [
+ 20190212,
+ 1417
+ ],
+ "deps": [
+ "edbi",
+ "pythonic"
+ ],
+ "commit": "9b73db66c02a222fc62dc3bc590962f58c5b43d8",
+ "sha256": "1yinm4qzwpdmr4a0isbkiw6ny23gllajcppwh7g0d62di3v242dm"
+ }
+ },
+ {
+ "ename": "edbi-minor-mode",
+ "commit": "5fb878b60c7ecbb1e3a47aef1d9765061c510644",
+ "sha256": "0p7vdf9cp6i7mhjxj82670pfflf1kacalmakb7ssgigs1nsf3spi",
+ "fetcher": "github",
+ "repo": "proofit404/edbi-minor-mode",
+ "unstable": {
+ "version": [
+ 20160706,
+ 1447
+ ],
+ "deps": [
+ "edbi"
+ ],
+ "commit": "566a2141a6eb9d9d5d7e1bd7c251d1c5e8f0d2ec",
+ "sha256": "1g6mlmrwl8p5ffj9q298vymd9xi2kpp7mhbmz4by4f6a3g831c88"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "edbi"
+ ],
+ "commit": "566a2141a6eb9d9d5d7e1bd7c251d1c5e8f0d2ec",
+ "sha256": "1g6mlmrwl8p5ffj9q298vymd9xi2kpp7mhbmz4by4f6a3g831c88"
+ }
+ },
+ {
+ "ename": "edbi-sqlite",
+ "commit": "acc9b816796b9f142c53f90593952b43c962d2d8",
+ "sha256": "1w53ypz3pdqaml3vq9j3f1w443n8s9hb2ys090kxvjqnb8x8v44y",
+ "fetcher": "github",
+ "repo": "proofit404/edbi-sqlite",
+ "unstable": {
+ "version": [
+ 20160221,
+ 1923
+ ],
+ "deps": [
+ "edbi"
+ ],
+ "commit": "52cb9ca1af7691b592f2cfd2f007847e7a4ccd5f",
+ "sha256": "1vll81386fx90lq5sy4rlxcik6mvw7zx5cc51f0yaca9bkcckp51"
+ }
+ },
+ {
+ "ename": "ede-compdb",
+ "commit": "3b70138b7d82aec2d60f4a7c0cd21e734a1fc52a",
+ "sha256": "1ypi7rxbgg2qck1b571hcw5m4ipllb48g6sindpdf180kbfbfpn7",
+ "fetcher": "github",
+ "repo": "randomphrase/ede-compdb",
+ "unstable": {
+ "version": [
+ 20150920,
+ 2033
+ ],
+ "deps": [
+ "cl-lib",
+ "ede",
+ "semantic"
+ ],
+ "commit": "d6d8466cd62876fc90adeff5875a1a584fd846cd",
+ "sha256": "1cfjw9b1lm29s5cbh0qqmkchbq2382s71w4rpb0gyf603s0yg13m"
+ }
+ },
+ {
+ "ename": "ede-php-autoload",
+ "commit": "afc7ddfcf16e92889e54f30599b576a24823f60d",
+ "sha256": "1255a1drpb50650i0yijahbp97chpw89mi9fvdrk3vf64xlysamq",
+ "fetcher": "github",
+ "repo": "emacs-php/ede-php-autoload",
+ "unstable": {
+ "version": [
+ 20180901,
+ 1255
+ ],
+ "commit": "8a4eeeaa93b8d87b65a107c4ebcbeb14528d9449",
+ "sha256": "109cys3d4pfaa2c6gb33p5b40cd6wmisx63w20cxpj86drx8iabf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "28a989232c276ee7fc5112c9050b1c29f628be9f",
+ "sha256": "0kc51bb5jxrsra9ycg43n35dd8kngby321qbcixaj68cksf0whrm"
+ }
+ },
+ {
+ "ename": "ede-php-autoload-composer-installers",
+ "commit": "6e0e9058593b32b8d9fd7873d4698b4dd516930f",
+ "sha256": "0s7dv81niz4h8kj0648x2nbmz47hqxchfs2rjmjpy2lcbifvj268",
+ "fetcher": "github",
+ "repo": "xendk/ede-php-autoload-composer-installers",
+ "unstable": {
+ "version": [
+ 20170221,
+ 2026
+ ],
+ "deps": [
+ "ede-php-autoload",
+ "f",
+ "s"
+ ],
+ "commit": "7840439802c7d11ee086bbf465657f3da12f9f66",
+ "sha256": "1dkq0py1sybmpy59h3szafa59g5g3jp8l9az22l15qgmkpbqydh4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "ede-php-autoload",
+ "f",
+ "s"
+ ],
+ "commit": "f9942e07d0773444040084ac84652e69f0fd46d5",
+ "sha256": "04gw8ma5c898ai7haxvdagmxx8zw9ncc9v0cv8a5ddg6arvzkl1z"
+ }
+ },
+ {
+ "ename": "ede-php-autoload-drupal",
+ "commit": "532fec4788350cc11893c32e3895f06510a39d35",
+ "sha256": "139sr7jy5hb8h5zmw5mw01r0dy7yvbbyaxzj62m1a589n8w6a964",
+ "fetcher": "github",
+ "repo": "xendk/ede-php-autoload-drupal",
+ "unstable": {
+ "version": [
+ 20170316,
+ 2158
+ ],
+ "deps": [
+ "ede-php-autoload",
+ "f",
+ "s"
+ ],
+ "commit": "54a04241d94fabc4f4d16ae4dc8ba4f0c6e3b435",
+ "sha256": "1ckfja95zk4f7fgvycia7nxhxjgz4byrz30ic63f6kcq4dx78scs"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "ede-php-autoload",
+ "f",
+ "s"
+ ],
+ "commit": "6b62ffa7a69f52aab79067eaed80b2720f7e3fc2",
+ "sha256": "001yhxngr6h7v1sjz0wskd5dv6fiby7m1mbc8vdz1h93150wzahp"
+ }
+ },
+ {
+ "ename": "edebug-x",
+ "commit": "204e40cd450f4223598be1f385f08ec82b44f70c",
+ "sha256": "0mzrip6y346mix4ny1xj8rkji1w531ix24k3cczmlmm4hm7l29ql",
+ "fetcher": "github",
+ "repo": "ScottyB/edebug-x",
+ "unstable": {
+ "version": [
+ 20130616,
+ 625
+ ],
+ "commit": "a2c2c42553d3bcbd5ac11898554865acbed1bc46",
+ "sha256": "1zgiifi1k2d9g8sarfpjzamk8g1yx4ilgn60mqhy2pznp30b5qb2"
+ }
+ },
+ {
+ "ename": "edit-at-point",
+ "commit": "a63b22f357b2d08b12fb86c27261ab4d687c5f7f",
+ "sha256": "1mijasr4ww6vcjfyk7jdv4mh7w2rrspqbbmqayiy2918qg2x01df",
+ "fetcher": "github",
+ "repo": "enoson/edit-at-point.el",
+ "unstable": {
+ "version": [
+ 20150716,
+ 1324
+ ],
+ "commit": "3b800c11685102e1eab62ec71c5fc1589ebb81a7",
+ "sha256": "0crwdgng377sy1zbq7kqkz24v697mlzgdsvkdp1m8r7ympikkj6w"
+ }
+ },
+ {
+ "ename": "edit-color-stamp",
+ "commit": "2ad2ea105b895cb958ce0ab2bf2fad2b40d41b2f",
+ "sha256": "1f8v8w3w7vb8jv29w06mplah8yfcs5qfjz2w4irv0rg7dwzy3zk8",
+ "fetcher": "github",
+ "repo": "sabof/edit-color-stamp",
+ "unstable": {
+ "version": [
+ 20130529,
+ 1733
+ ],
+ "deps": [
+ "cl-lib",
+ "es-lib"
+ ],
+ "commit": "32dc1ca5bcf3dcf83fad5e39b55dc5b77becb3d3",
+ "sha256": "0vk954f44m2bq7qb122pzlb8fibrisx47ihvn3h96m8nmx0fv32r"
+ }
+ },
+ {
+ "ename": "edit-indirect",
+ "commit": "acc9b816796b9f142c53f90593952b43c962d2d8",
+ "sha256": "0q5jjmrvx5kaajllmhaxihsab2kr1vmcsfqrhxdhw3x3nf41s439",
+ "fetcher": "github",
+ "repo": "Fanael/edit-indirect",
+ "unstable": {
+ "version": [
+ 20180422,
+ 1807
+ ],
+ "commit": "de645d8144e8a08f039a9c88185121ec81d957ef",
+ "sha256": "0xg6p3ccch9k920xhhpyhn5mkgc0sfyxsn8l1wsc6vbbp5h7wlad"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 5
+ ],
+ "commit": "032ac0ec690d4999d564fd882588c7a197efe8dd",
+ "sha256": "0by1x53pji39fjrj5bd446kz831nv0vdgw2jqasbym4pc1p2947r"
+ }
+ },
+ {
+ "ename": "edit-indirect-region-latex",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0ys0fpfk259g14wvg0nnkc3wk1dbjjd2n4a636jblgq63w6g3h79",
+ "fetcher": "github",
+ "repo": "niitsuma/edit-indirect-region-latex",
+ "unstable": {
+ "version": [
+ 20161129,
+ 645
+ ],
+ "deps": [
+ "edit-indirect",
+ "ht"
+ ],
+ "commit": "05043f2c0c9838947d3ca4b51b695deb7c47612e",
+ "sha256": "0dgac0nk9x4sz4lisxb5badrzpcjqjwgi79hhl1y6mafzm0ncqs2"
+ }
+ },
+ {
+ "ename": "edit-list",
+ "commit": "6c8aa348ce5289a8b1238f186affac1d544af755",
+ "sha256": "0mi12jfgx06i0yr8k5nk80xryqszjv0xykdnri505862rb90xakv",
+ "fetcher": "github",
+ "repo": "emacsmirror/edit-list",
+ "unstable": {
+ "version": [
+ 20100930,
+ 1443
+ ],
+ "commit": "f460d3f9e208a4e606fe6ded307f1b011916ca71",
+ "sha256": "0981hy1n50yizc3k06vbxqrpfml817a67kab1hkgkw5v6ymm1hc9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "f460d3f9e208a4e606fe6ded307f1b011916ca71",
+ "sha256": "0981hy1n50yizc3k06vbxqrpfml817a67kab1hkgkw5v6ymm1hc9"
+ }
+ },
+ {
+ "ename": "edit-server",
+ "commit": "d98d69008b5ca8b92fa7a6045b9d1af86f269386",
+ "sha256": "0ffxcgmnz0f2c1i3vfwm8vlm6jyd7ibf4kq5z8c6n50zkwfdmns0",
+ "fetcher": "github",
+ "repo": "stsquad/emacs_chrome",
+ "unstable": {
+ "version": [
+ 20181016,
+ 1125
+ ],
+ "commit": "af46de40e2991b046f04856c18a6483badce38aa",
+ "sha256": "1lfdfnc7cx3lqa69mpn72jhsz4dwmfnrfpzrnk6lfh10h65yfdiw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 15
+ ],
+ "commit": "4e959de2f78268b348d2eaac4e43c846792d345f",
+ "sha256": "0xxby3ghs38i1l7kag12rnzlzcg9297pm8k6kqq3aqzsg9d2950y"
+ }
+ },
+ {
+ "ename": "edit-server-htmlize",
+ "commit": "219b037401a81ce70bd2106dabffa16d8b0c7cef",
+ "sha256": "007lv3698a88wxan7kplz2117azxxpzzgshin9c1aabg059hszlj",
+ "fetcher": "github",
+ "repo": "frobtech/edit-server-htmlize",
+ "unstable": {
+ "version": [
+ 20130329,
+ 2248
+ ],
+ "deps": [
+ "edit-server"
+ ],
+ "commit": "e7f8dadfabe869c77ca241cd6fbd4c52bd908392",
+ "sha256": "174xq45xc632zrb916aw7q4bch96pbi6zgy3dk77qla3ky9cfpl3"
+ }
+ },
+ {
+ "ename": "editorconfig",
+ "commit": "50d4f2ed288ef38153a7eab44c036e4f075b51d0",
+ "sha256": "0zv96m07ml8i3k7zm7sdci4hn611n3ypna7zppfkwbdyr7d5k2gc",
+ "fetcher": "github",
+ "repo": "editorconfig/editorconfig-emacs",
+ "unstable": {
+ "version": [
+ 20190703,
+ 336
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f24f651245344f5f97c348246ce035843419b322",
+ "sha256": "0djicwnbz7awzsnr6z1xggb9d7l83mf2h3xw3l1f9pv87m7mgndn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "4b6c34d5d77025a11ae68462af9bf0a822a13242",
+ "sha256": "1b2cpqz75pivl323bs60j5rszwi787x6vy68csycikqz9mhpmjn9"
+ }
+ },
+ {
+ "ename": "editorconfig-charset-extras",
+ "commit": "62f27dad806fa135209289933f2131ee4ce8f8bf",
+ "sha256": "15p9qpdwradcnjr0nf0ibhy94yi73l18xz7zxf6khmdirsirpwgh",
+ "fetcher": "github",
+ "repo": "10sr/editorconfig-charset-extras-el",
+ "unstable": {
+ "version": [
+ 20180223,
+ 457
+ ],
+ "deps": [
+ "editorconfig"
+ ],
+ "commit": "ddf60923c6f4841cb593b2ea04c9c710a01d262f",
+ "sha256": "1v5a6s4x7cm6i0bxaqdpsg8vqj479lp5h45glx4ipk0icdq8cvd9"
+ }
+ },
+ {
+ "ename": "editorconfig-custom-majormode",
+ "commit": "fcd47bf4630442ad1a941ad432cef64c7746aa71",
+ "sha256": "0ykvjg3gwxky6w5cm0y5s63q9820b7d25fy9plw8sarxwy2a5lxy",
+ "fetcher": "github",
+ "repo": "10sr/editorconfig-custom-majormode-el",
+ "unstable": {
+ "version": [
+ 20180816,
+ 244
+ ],
+ "deps": [
+ "editorconfig"
+ ],
+ "commit": "13ad1c83f847bedd4b3a19f9df7fd925853b19de",
+ "sha256": "1zagd6cliwm8xyhzfvpi7n7m58k78wv4ihc2snq00v7321jjh9bp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "deps": [
+ "editorconfig"
+ ],
+ "commit": "ae613f0a56364afbbab19d4377c108406d5cfc7c",
+ "sha256": "0sm3xdysnqzc6nc2n7rcnr478l7qdy7bv8rhq500240aprzv63y4"
+ }
+ },
+ {
+ "ename": "editorconfig-domain-specific",
+ "commit": "831a7dd7ef853ca44709eabfd48ee97113705319",
+ "sha256": "1rkan6q7z0qfq28zg114iik71nghd7fbs4g8qppzhgr3pwbpn73q",
+ "fetcher": "github",
+ "repo": "lassik/editorconfig-emacs-domain-specific",
+ "unstable": {
+ "version": [
+ 20180505,
+ 924
+ ],
+ "deps": [
+ "cl-lib",
+ "editorconfig"
+ ],
+ "commit": "e9824160fb2e466afa755240ee3ab7cc5657fb04",
+ "sha256": "0gkwhvywfpnay7rxb2bmsnywcd89qw710bsp53sk5fvilgfwfpkj"
+ }
+ },
+ {
+ "ename": "editorconfig-generate",
+ "commit": "dc1cfe5ce6bc3d247c5b7730ac6cb2d6c6198a0c",
+ "sha256": "1xfm3vnr5ngi1vihs7cack8a6zyipvdq260v43cr0y8dqg3sn89i",
+ "fetcher": "github",
+ "repo": "10sr/editorconfig-generate-el",
+ "unstable": {
+ "version": [
+ 20190513,
+ 433
+ ],
+ "commit": "47a31f928f46d2a0188db8e2cffa5d6354a81573",
+ "sha256": "01bv064rzxjpqvcs0x62qfqn51js51wmkbg04v28pvmwlmnigkg0"
+ }
+ },
+ {
+ "ename": "edn",
+ "commit": "305dd770d9db86d5ee602e6bd571b7c4f6c4ddbe",
+ "sha256": "00cy8axhy2p3zalzl8k2083l5a7s3aswb9qfk9wsmf678m8pqwqg",
+ "fetcher": "github",
+ "repo": "expez/edn.el",
+ "unstable": {
+ "version": [
+ 20160215,
+ 1219
+ ],
+ "deps": [
+ "cl-lib",
+ "peg"
+ ],
+ "commit": "be9e32d1b49e35247b263b0243df7cfdc8d413ab",
+ "sha256": "1xp2hjhn52k6l1g6ypva6dsklpawni7gvjafbz6404f9dyxflh7l"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "peg",
+ "s"
+ ],
+ "commit": "bb035dcbeccccdb2c899d2cce8e81486764d0ad7",
+ "sha256": "06v34l9dkykrrdfpnm3zi5wjm0fdvy76pbkfnk92wqkjp8fqimhd"
+ }
+ },
+ {
+ "ename": "edts",
+ "commit": "782db7fba2713bfa17d9305ae15b0a9e1985445b",
+ "sha256": "0f0rbd0mqqwn743qmr1g5mmi1sbmlcglclww8jxvbvb61jq8vspr",
+ "fetcher": "github",
+ "repo": "tjarvstrand/edts",
+ "unstable": {
+ "version": [
+ 20171030,
+ 709
+ ],
+ "deps": [
+ "auto-complete",
+ "auto-highlight-symbol",
+ "dash",
+ "erlang",
+ "f",
+ "popup",
+ "s"
+ ],
+ "commit": "6ef4bdf571235ee1b078db321402270cabff7fda",
+ "sha256": "1nzf8wdv0hs4kp69cy3blwxh18c2bkxr4d4y6ggdp0vmwv41j3zi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "61855db6f1315ea45f97ed95b47a3f182ec4c6be",
+ "sha256": "1a1apa48n24yisd2zw5k4lfkngx3016x6y11qi80hg75vrnmg7f1"
+ }
+ },
+ {
+ "ename": "efire",
+ "commit": "4150455d424326667390f72f6edd22b274d9fa01",
+ "sha256": "0dhgms6s0c889xx75khn1mqfn8i32z4rjlx2w7i0chm2abxbgd3m",
+ "fetcher": "github",
+ "repo": "joaotavora/efire",
+ "unstable": {
+ "version": [
+ 20151009,
+ 2031
+ ],
+ "deps": [
+ "circe"
+ ],
+ "commit": "91a644662afb352475efad0b377713656f131e5c",
+ "sha256": "1c2iyv392ap35nss4j901h33d3lx9lmq5v43flf2rid1766pam6v"
+ }
+ },
+ {
+ "ename": "eg",
+ "commit": "3d2b6b92b2a71486f260571885bf149ad6afc551",
+ "sha256": "1ic6qzk0zmay3vvbb8jg35irqkc0k68dmgbq4j9isiawy449zvp7",
+ "fetcher": "github",
+ "repo": "davep/eg.el",
+ "unstable": {
+ "version": [
+ 20170830,
+ 815
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1c7f1613d2aaae728ef540305f6ba030616f86bd",
+ "sha256": "1g2ha6q9k6dmi63i2p4aypwf5mha699wr7yy5dsck39mqk15hx0f"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0791452498719afb7409d1f723dbea2ec26d56f1",
+ "sha256": "1y16pah8f4jp117vihvlcwvsw2i85gdk45h9y9r1w9mslb24faac"
+ }
+ },
+ {
+ "ename": "egalgo",
+ "commit": "904fac56b9acc8218d0a61ce9953a29f146bb57a",
+ "sha256": "1dhy3m546grpmxwfnvkgpd0hbh9iydag7n5a6arm7ik7sglb9jvd",
+ "fetcher": "github",
+ "repo": "ROCKTAKEY/egalgo",
+ "unstable": {
+ "version": [
+ 20190706,
+ 1611
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "d98524799f95c6c6bd972e52790e7e6b9003725c",
+ "sha256": "1zyni0z4bnns37f7ylxm99pdgggd8942lkwjkl8x4qglpb9ibiri"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "85c8c01c3424e69528f4111a384092dfa721196a",
+ "sha256": "0fdqzv111d37cbl5wzasrppkhkxqgk3aslac7bjpq7jpj5gabwr2"
+ }
+ },
+ {
+ "ename": "egg",
+ "commit": "a1c97870c2641d73685f07a12f010530cc186544",
+ "sha256": "144g1fvs2cmn3px0a98nvxl5cz70kx30v936k5ppyi8gvbj0md5i",
+ "fetcher": "github",
+ "repo": "byplayer/egg",
+ "unstable": {
+ "version": [
+ 20181126,
+ 500
+ ],
+ "commit": "00e768a78ac3d25f457eed667d02cac568480bf9",
+ "sha256": "1ak23v9gqj6x104mzgihn0hi7w0kr76q1sl929wmbb9h8s3a54q8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 4
+ ],
+ "commit": "00e768a78ac3d25f457eed667d02cac568480bf9",
+ "sha256": "1ak23v9gqj6x104mzgihn0hi7w0kr76q1sl929wmbb9h8s3a54q8"
+ }
+ },
+ {
+ "ename": "egison-mode",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "0bch4863l9wxrss63fj46gy3nx3hp635709xr4c2arw0j7n82lzd",
+ "fetcher": "github",
+ "repo": "egison/egison",
+ "unstable": {
+ "version": [
+ 20190714,
+ 236
+ ],
+ "commit": "ba135b498cfa92e60634c4318fa0073bd60ba230",
+ "sha256": "1fxnvrqxdyqr7d88fdvr8hiwfrc3nrxddg6zpbqjw2jc3ijmzq0p"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 9,
+ 0
+ ],
+ "commit": "6ddf45cb589c6a191df21f8debb3a6b8d0fa41ee",
+ "sha256": "1krkba41vczhghz31dww1dw41r1l2h3di5564pqhs6c00shmds01"
+ }
+ },
+ {
+ "ename": "eglot",
+ "commit": "6c644530eca56f93d94fac2c9d7663c35c2b8c01",
+ "sha256": "17w39hcgv4p49g841qaicjdx7xac72yxvsc83jf1rrakg713pj7y",
+ "fetcher": "github",
+ "repo": "joaotavora/eglot",
+ "unstable": {
+ "version": [
+ 20190812,
+ 2013
+ ],
+ "deps": [
+ "flymake",
+ "jsonrpc"
+ ],
+ "commit": "6a7ce6634fcf79853a6bd89cf1c81bad2ac25540",
+ "sha256": "0qxkpn4mx2xjp98gwps0wric7c8c2g1ixdjy4jypya6alyc5b28x"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "deps": [
+ "flymake",
+ "jsonrpc"
+ ],
+ "commit": "35597d262b53bde52faa46ee6ae8c597d93114e8",
+ "sha256": "1qx3ixaaaffhmbh3ifi5041lp7xp4ab4x4n1mal3wcpp70asxvdp"
+ }
+ },
+ {
+ "ename": "ego",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "09k33ggc6n7wgykaawbmh6hyrl9dqp0azaq9zcjhjbc88nszj7fj",
+ "fetcher": "github",
+ "repo": "emacs-china/EGO",
+ "unstable": {
+ "version": [
+ 20180301,
+ 104
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "htmlize",
+ "mustache",
+ "org",
+ "simple-httpd"
+ ],
+ "commit": "719809679c1a60887735db41abae53b61f08ef59",
+ "sha256": "10f179kl53la4dyikzl1xysccx4gk04skzwaw3w1pgr8f5fjppxc"
+ }
+ },
+ {
+ "ename": "eide",
+ "commit": "a42244392719c620b47bc43a7a8501dab4b6f74e",
+ "sha256": "1962shxcfn3v1ljann7182ca6ciy5xfbcd6l9l8rc8gikp55qv8m",
+ "fetcher": "git",
+ "url": "https://framagit.org/eide/eide.git",
+ "unstable": {
+ "version": [
+ 20190501,
+ 2122
+ ],
+ "commit": "0554252de694d01210e40cf071f212b6ca45e88e",
+ "sha256": "1ac8408m0rqyhda22b1c6jcn62mrmpvcn5d3nr2miiv7akvykvl9"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 3
+ ],
+ "commit": "7e4f101923d1aaa4ad4626ff60375ece8dd13e1d",
+ "sha256": "0j343hdarrlgznc4f59gbix20zlpr4wv5b8db6m0262ajc5q5zfb"
+ }
+ },
+ {
+ "ename": "eimp",
+ "commit": "0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f",
+ "sha256": "00g77bg49m38cjfbh17ccnmksz05qx7yvgl6i4i4hysbr2d8pgxd",
+ "fetcher": "github",
+ "repo": "nicferrier/eimp",
+ "unstable": {
+ "version": [
+ 20120826,
+ 2039
+ ],
+ "commit": "2e7536fe6d8f7faf1bad7a8ae37faba0162c3b4f",
+ "sha256": "154d57yafxbcf39r89n5j43c86rp2fki3lw3gwy7ww2g6qkclcra"
+ }
+ },
+ {
+ "ename": "ein",
+ "commit": "215e163755fe391ce1f049622e7b9bf9a8aea95a",
+ "sha256": "14blq1cbrp00rq0ilk7z9qppqfj0r4n3jidw3abcpchvh5ln086r",
+ "fetcher": "github",
+ "repo": "millejoh/emacs-ipython-notebook",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1512
+ ],
+ "deps": [
+ "auto-complete",
+ "dash",
+ "deferred",
+ "markdown-mode",
+ "polymode",
+ "request",
+ "s",
+ "skewer-mode",
+ "websocket"
+ ],
+ "commit": "52f304d038019f3eed6e1afbccc31878e161183a",
+ "sha256": "0wds8xddp4v1i4rimzp5gva2v5wvhx4hdjhxl6m7lih95vlpnq6v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 16,
+ 1
+ ],
+ "deps": [
+ "auto-complete",
+ "dash",
+ "deferred",
+ "markdown-mode",
+ "polymode",
+ "request",
+ "s",
+ "skewer-mode",
+ "websocket"
+ ],
+ "commit": "43107fc5c85722899534700daa7f5e73fe59a933",
+ "sha256": "05ns2ddr012dmw3x651lr4bhn9x0vrphivymdmhzc4bsxsisbd32"
+ }
+ },
+ {
+ "ename": "ein-mumamo",
+ "commit": "bd8fcf7f6332f94dc37697f9412c8043da8d4f76",
+ "sha256": "029sk90xz9fhv2s56f5hp0aks1d6ybz517009vv4892bbzkpjv1w",
+ "fetcher": "github",
+ "repo": "millejoh/ein-mumamo",
+ "unstable": {
+ "version": [
+ 20150302,
+ 28
+ ],
+ "deps": [
+ "ein"
+ ],
+ "commit": "028fefec499598add1a87b92ed991891f38f0c7b",
+ "sha256": "1w0b3giy9ca35pp2ni4afnqas64a2vriilab7jiw9anp3ryh6570"
+ }
+ },
+ {
+ "ename": "eink-theme",
+ "commit": "a1349c3f93ab60983f77c28f97048fa258b612a6",
+ "sha256": "0z437cpf1b8bqyi7bv0w0dnc52q4f5g17530lwdcxjkr38s9b1zn",
+ "fetcher": "github",
+ "repo": "maio/eink-emacs",
+ "unstable": {
+ "version": [
+ 20190219,
+ 858
+ ],
+ "commit": "326b07523dcb076d6209cdbc7fdbb73df296dbdb",
+ "sha256": "1s5w45p0in2ljrbhc7nsc0ppff5wybzwrwv60z1a6dnd8d679qfj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "93d25c097b105594472c4f99d693f439b4b709f0",
+ "sha256": "0m7qsk378c30fva2n2ag99rsdklx5nsqc395msg1ab11sbpxvis0"
+ }
+ },
+ {
+ "ename": "ejc-sql",
+ "commit": "e01655679087504db1206b22435ba8eb7050aa23",
+ "sha256": "13i55l6hwsxbmdxmvh6aajayivgskw4iagmj9in1qkd9rnrykhn9",
+ "fetcher": "github",
+ "repo": "kostafey/ejc-sql",
+ "unstable": {
+ "version": [
+ 20190812,
+ 2255
+ ],
+ "deps": [
+ "auto-complete",
+ "clomacs",
+ "dash",
+ "direx",
+ "spinner"
+ ],
+ "commit": "524a00d23c60c4718e39f4b963086fcc497afc25",
+ "sha256": "0qw12rk3cw1f2i0s2fm5630w5dnn6z0f1fxif1lrkky4yjp9ybxi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 3
+ ],
+ "deps": [
+ "auto-complete",
+ "clomacs",
+ "dash",
+ "direx",
+ "spinner"
+ ],
+ "commit": "ad6473ba40bcc0b300baa83eda13523b9cd2cd2c",
+ "sha256": "18ik1r18yc904048l1yalqm9m7ll4vln73q483yqqywda9hm8saq"
+ }
+ },
+ {
+ "ename": "ejson-mode",
+ "commit": "f932205e18fa8955ecaf439306a0bf3c411ee8d4",
+ "sha256": "1mimixdaldkd8kswhrrvs4v126nyf7zhh1j5ynyrdmg33m0mir1m",
+ "fetcher": "github",
+ "repo": "dantecatalfamo/ejson-mode",
+ "unstable": {
+ "version": [
+ 20190720,
+ 2138
+ ],
+ "commit": "9630dfac9549779711dbe89e621f516bb4b3a354",
+ "sha256": "1j4v34m7jfiivbpps2pdvzl9q2gwj7rzcna9x93pj0qkw1xaqc3l"
+ }
+ },
+ {
+ "ename": "el-autoyas",
+ "commit": "cc4845343dbb8f8294394f6850788e4f1fe6b99b",
+ "sha256": "0hh5j79f3z82nmb3kqry8k8lgc1qswk6ni3g9jg60pasc3wkbh6c",
+ "fetcher": "github",
+ "repo": "mattfidler/el-autoyas.el",
+ "unstable": {
+ "version": [
+ 20120918,
+ 1317
+ ],
+ "commit": "bde0251ecb504f585dfa27c205c8e312655310cc",
+ "sha256": "0dbp2zz993cm7mrd58c4iflbzqwg50wzgn2cpwfivk14w1mznh4n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "commit": "bde0251ecb504f585dfa27c205c8e312655310cc",
+ "sha256": "0dbp2zz993cm7mrd58c4iflbzqwg50wzgn2cpwfivk14w1mznh4n"
+ }
+ },
+ {
+ "ename": "el-fly-indent-mode",
+ "commit": "237311b98eec4b577409f55e16d8e640936d41a2",
+ "sha256": "00iqiawbzijm515lswbkzxf1m6ys242xrg6lzf8k40g2ygyd1q1r",
+ "fetcher": "github",
+ "repo": "jiahaowork/el-fly-indent-mode.el",
+ "unstable": {
+ "version": [
+ 20180422,
+ 243
+ ],
+ "commit": "4917f486a7be7482dedfea0a7ac3d01cab4ce21c",
+ "sha256": "19ap5l2i0ydkl2whzy44rxc8cgjgrrwi4w7i429ga3pjkac9170g"
+ }
+ },
+ {
+ "ename": "el-get",
+ "commit": "1c61197a2b616d6d3c6b652248cb166196846b44",
+ "sha256": "1438v2sw5n67q404c93y2py226v469nagqwp4w9l6yyy40h4myhz",
+ "fetcher": "github",
+ "repo": "dimitri/el-get",
+ "unstable": {
+ "version": [
+ 20181006,
+ 225
+ ],
+ "commit": "e8bdc7be1a61faf61787d4a3c0b80dafc37d2ef4",
+ "sha256": "09mb43cdl711dva0hv7jln35nz0r4q0m6r3zbv563s8wnqpza7ig"
+ },
+ "stable": {
+ "version": [
+ 5,
+ 1
+ ],
+ "commit": "bfffd553f4c72b818e9ee94f05458eae7a16056b",
+ "sha256": "1awyh9ffd6a4cia239s89asb88ddqlnrv757d76vcb701pq412bz"
+ }
+ },
+ {
+ "ename": "el-init",
+ "commit": "f0c18cc62ffaaf839284ed7b261cc6f375fab813",
+ "sha256": "121n6z8p9kzi7axp4i2kyi621gw20635w4j81i1bryblaqrv5kl5",
+ "fetcher": "github",
+ "repo": "HKey/el-init",
+ "unstable": {
+ "version": [
+ 20150728,
+ 920
+ ],
+ "deps": [
+ "anaphora",
+ "cl-lib"
+ ],
+ "commit": "65c48ec47fea84d16ff2d1ef7015b4d220fcf5ff",
+ "sha256": "0awx7ry9xnzw7n9aqiy7i2lfj453jkj15wfy38nlgw9qxv9bri9j"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "anaphora",
+ "cl-lib"
+ ],
+ "commit": "25fd21d820bca1cf576b8f70c8d5a3bc76792597",
+ "sha256": "1mzla7ijmq1mgzr6bf16mjdycbf8ylsf4zdk4j6fh5kw5n4k6c5n"
+ }
+ },
+ {
+ "ename": "el-init-viewer",
+ "commit": "f90e6be757783352c4a7732177ff2e2c0a066247",
+ "sha256": "0kkmsml9xf2n8nlrcicfg2l78s3dlhd6ssx0s62v77v4wdpl297m",
+ "fetcher": "github",
+ "repo": "HKey/el-init-viewer",
+ "unstable": {
+ "version": [
+ 20150303,
+ 828
+ ],
+ "deps": [
+ "anaphora",
+ "cl-lib",
+ "ctable",
+ "dash",
+ "el-init"
+ ],
+ "commit": "8a2ab457586962bde0da2a1c56a37ce6363ae690",
+ "sha256": "08ni8hmszryf75h1c13q3yrrxgh41as6r8r4vq4gih0jbiz0wx8w"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "anaphora",
+ "cl-lib",
+ "ctable",
+ "dash",
+ "el-init"
+ ],
+ "commit": "dcc595ba51b5aff972292278aa528c7ddb46f1b5",
+ "sha256": "1488wv0f9ihzzf9fl8cki044k61b0kva604hdwpb2qk9gnjr4g1l"
+ }
+ },
+ {
+ "ename": "el-mock",
+ "commit": "b1989beb927657c0ff7e79fe448f62ac58c11be7",
+ "sha256": "07m7w7n202nijnxidy0j0r4nbcvlnbkm9b0n8qb2bwi3d4cfp77l",
+ "fetcher": "github",
+ "repo": "rejeep/el-mock.el",
+ "unstable": {
+ "version": [
+ 20170824,
+ 1954
+ ],
+ "commit": "5df1d3a956544f1d3ad0bcd81daf47fff33ab8cc",
+ "sha256": "06ldnrpqvbdxfzr8v7pj9xacgvkp36xjlhvjkpxldmqj1l5v8a6w"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 25,
+ 1
+ ],
+ "commit": "3069931de75bb6704ecf565af5390009dc4dae00",
+ "sha256": "13mv1rhgkwiww2wh5w926jz7idppp492wir1vdl245c5x50dh4f7"
+ }
+ },
+ {
+ "ename": "el-patch",
+ "commit": "2f4f57e0edbae35597aa4a7744d22d2f971d5de5",
+ "sha256": "1imijmsni8c8fxjrzprnanf94c1pma3h5w9p75c4y99l8l3xmj7g",
+ "fetcher": "github",
+ "repo": "raxod502/el-patch",
+ "unstable": {
+ "version": [
+ 20190702,
+ 2147
+ ],
+ "commit": "1ea0645280f8e3d9a6858ec9050f4e260b52f6ce",
+ "sha256": "025yglv0wkm2gx4yncyqwgvl9h5zcnap3508qb824jncla5jnb92"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2,
+ 3
+ ],
+ "commit": "ef56cbc6950dffd91de93009bafe51efb81eb84f",
+ "sha256": "18djslz177q6q33y82zmg2v6n9236a76kiqfvxdk4vbqzjbq82f7"
+ }
+ },
+ {
+ "ename": "el-pocket",
+ "commit": "ef362a76a3881c7596dcc2639df588227b3713c0",
+ "sha256": "0fgylpfixsx5l1nrgz6n1c2ayf52p60f9q290hmkn36siyx5hixw",
+ "fetcher": "github",
+ "repo": "pterygota/el-pocket",
+ "unstable": {
+ "version": [
+ 20170922,
+ 1249
+ ],
+ "deps": [
+ "web"
+ ],
+ "commit": "a80abfb67efe68ada1d7d0a73aecee57e763baaa",
+ "sha256": "0q4nsgqpjmmxml5pcb6im1askk6q7c3ykzv6fgf1w8jgkvdifa6f"
+ }
+ },
+ {
+ "ename": "el-spec",
+ "commit": "407e344bf4e4b3885ebb7df02ebb37feee5e2515",
+ "sha256": "017syizs8qw5phwvpzzffzdnj6rh9q4n7s51qjvj8qfb3088igkh",
+ "fetcher": "github",
+ "repo": "uk-ar/el-spec",
+ "unstable": {
+ "version": [
+ 20121018,
+ 704
+ ],
+ "commit": "1dbc465401d4aea5560318c4f13ff30920a0718d",
+ "sha256": "1lsq7980pwcwlg7z37hrig8ddm9nyvaqrlczv1w0vy631vc5z2az"
+ }
+ },
+ {
+ "ename": "el-spice",
+ "commit": "4666eee9f6837d6d9dba77e04aa4c8c4a93b47b5",
+ "sha256": "0i0l3y9w1q9pf5zhvmsq4h427imix67jgcfwq21b6j82dzg5l4hg",
+ "fetcher": "github",
+ "repo": "vedang/el-spice",
+ "unstable": {
+ "version": [
+ 20180128,
+ 1721
+ ],
+ "commit": "4e0852ebf5d8e9cbb3eaaa6ae9c53d126b53f58c",
+ "sha256": "08mkn4qfxax3fgppw79117phm05hihifwj4pgll9ivrilbf75lb8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "commit": "972dace20ec61cd27b9322432d0c7a688c6f061a",
+ "sha256": "1wrb46y4s4v0lwwyriz2qn1j1l804jyb4dmadf462jxln85rml70"
+ }
+ },
+ {
+ "ename": "el-sprunge",
+ "commit": "547209532faf45b35b55350783ccee532ce2bcbb",
+ "sha256": "0rb1cr7zrfl1s5prxy3xwdqgnm8ddw33pcvk049km2qbccb08v6a",
+ "fetcher": "github",
+ "repo": "eschulte/el-sprunge",
+ "unstable": {
+ "version": [
+ 20140107,
+ 139
+ ],
+ "deps": [
+ "htmlize",
+ "web-server"
+ ],
+ "commit": "37855ec60aeb4d565c49a4d711edc7341e9a22cb",
+ "sha256": "04k1fz0ypmfzgwamncp2vz0lq54bq6y7c8k9nm39csp2564vmbbc"
+ }
+ },
+ {
+ "ename": "el-spy",
+ "commit": "7a90318a38c35e648152ec5fb2dd86c432af9553",
+ "sha256": "1bgv4mgsnkmjdyay7lhkqdszvnwpjy4dxxw11kq45w866ba8645n",
+ "fetcher": "github",
+ "repo": "uk-ar/el-spy",
+ "unstable": {
+ "version": [
+ 20131226,
+ 2008
+ ],
+ "commit": "b1dead9d1877660856ada22d906ac4e54695aec7",
+ "sha256": "016l3inzb7dby0w58najj2pvymwk6gllsxvqj2fkz3599i36p1pn"
+ }
+ },
+ {
+ "ename": "el-x",
+ "commit": "0346f6349cf39a0414cd055b06d8ed193f4972d4",
+ "sha256": "1721d9mljlcbdwb5b9934q7a48y30x6706pp4bjvgys0r64dml5g",
+ "fetcher": "github",
+ "repo": "sigma/el-x",
+ "unstable": {
+ "version": [
+ 20140111,
+ 2201
+ ],
+ "commit": "e7c333d4fc31a90f4dca951efe21129164b42605",
+ "sha256": "00wp2swrmalcifx9fsvhz9pgbf6ixvn8dpz1lq6k6pj9h24pq7wh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "commit": "e96541c1f32e0a3aca4ad0a0eb382bd898250163",
+ "sha256": "1i6j44ssxm1xdg0mf91nh1lnprwsaxsx8vsrf720nan7mfr283h5"
+ }
+ },
+ {
+ "ename": "el2markdown",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1bpfddcvg9wgc5g14clj6wyiw8rsh45rgibvlmyan2m0gmwvmqx6",
+ "fetcher": "github",
+ "repo": "Lindydancer/el2markdown",
+ "unstable": {
+ "version": [
+ 20170630,
+ 1858
+ ],
+ "commit": "368d99313683cd943c99feaffca356be60bdb636",
+ "sha256": "1h0cr8qcvj9r3acb6bf5nyglvi5gdglwflkfl5jbzp0nm1p9iqcg"
+ }
+ },
+ {
+ "ename": "el2org",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "02kyvzpjws2mrp414i4zm4fmrnzgkaax6bnrlyhp17a8aqaggbnh",
+ "fetcher": "github",
+ "repo": "tumashu/el2org",
+ "unstable": {
+ "version": [
+ 20190504,
+ 1114
+ ],
+ "commit": "fbb2c5bff78564111ff1826976101555314bfc53",
+ "sha256": "17d85fdckbzj551j98j0hrhdj0ag8ba2kpk2ix8fmvdnssxdnvm0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 0
+ ],
+ "commit": "4a33469cd305e581603d7ef63bc2a1f2156f2e2e",
+ "sha256": "0mzddqny6wpg1fv99xrvlv7rxmaifvmy5bvj4in4pldhm4cx4q1b"
+ }
+ },
+ {
+ "ename": "elbank",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1i1cdywcbdj9ykfczbagrqdpgf3c88f1kc0mdlj8mzyvjixx7mhk",
+ "fetcher": "github",
+ "repo": "NicolasPetton/elbank",
+ "unstable": {
+ "version": [
+ 20180316,
+ 1343
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "fa9bc7dec0a8fd489e90b9f178719344cc8d315a",
+ "sha256": "08jxxkbgn2z4kvqkhbimf3lj999yxmyi14wpq8wgbhgcf6q6zx8a"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "f494716105b1a9f4f52f43bc3dd37c9cd0309bf5",
+ "sha256": "0bvx6nq0gjjbjs0mzd1x1ajyjpa181z0n4kv4aknh3is210gbpbb"
+ }
+ },
+ {
+ "ename": "elcontext",
+ "commit": "12bcb0bfc89c1f235e4ac5d7e308e41905725dc6",
+ "sha256": "1firdsrag7r02qb3kjxc3j8l9psvh117z3qwycazhxdz82z0isw7",
+ "fetcher": "github",
+ "repo": "rollacaster/elcontext",
+ "unstable": {
+ "version": [
+ 20180526,
+ 1304
+ ],
+ "deps": [
+ "f",
+ "ht",
+ "hydra",
+ "osx-location",
+ "uuidgen"
+ ],
+ "commit": "f434ffc655e6349a4dd52285ff68a9194bcfc949",
+ "sha256": "0gbbnx969asq73ypc5lp4qpi4iwwfzm1mmxb1fdifl2lf18p8qwv"
+ }
+ },
+ {
+ "ename": "elcord",
+ "commit": "cf2c52366a8f60b68a33a40ea92cc96e7f0933d2",
+ "sha256": "0a1f99mahaixx6j3lylc7w2zlq8f614m6xhd0x927afv3a6n50l6",
+ "fetcher": "github",
+ "repo": "Mstrodl/elcord",
+ "unstable": {
+ "version": [
+ 20190713,
+ 2309
+ ],
+ "commit": "1e1cf35cd9f0a5d6f4a3757860e066d7ac482c39",
+ "sha256": "0mfsd4f7494k9p9wm6wn7abcacxv8lxsfjnj6cbin7b8992rgq01"
+ }
+ },
+ {
+ "ename": "elcouch",
+ "commit": "b5d9a35dd5a272a592d248993ea7e5dda8fdf0ab",
+ "sha256": "1dp7chvnz6gadqgyqbvdxpva3hm3sx60izsa690mp2rifjyxgqf1",
+ "fetcher": "github",
+ "repo": "DamienCassou/elcouch",
+ "unstable": {
+ "version": [
+ 20180809,
+ 936
+ ],
+ "deps": [
+ "json-mode",
+ "libelcouch"
+ ],
+ "commit": "ae9b6261c5167d538914bfdbc4d34a36e50b5bc2",
+ "sha256": "0z9ypk2f0q38cxq6fb53kbi0flq7bi09yhzs5mkd65kxgcsicl43"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "json-mode",
+ "libelcouch"
+ ],
+ "commit": "d22e8cab9328966b2e2d5bc4fc17a4abbb222736",
+ "sha256": "0l9ah3ijlidjshwkazfcdasm3hmigw8dcyqgi9pmpv0kw9096y64"
+ }
+ },
+ {
+ "ename": "eldoc-box",
+ "commit": "aac2e64f9e0d06b95bdf0dece214263f75470ea8",
+ "sha256": "11720hi2gvjwc4x2yrxnrhh76wf3sj3yd0vaa3sc22xa5g1wi40r",
+ "fetcher": "github",
+ "repo": "casouri/eldoc-box",
+ "unstable": {
+ "version": [
+ 20190711,
+ 1226
+ ],
+ "commit": "8aa2b6d35a557864ff64762774fd5b4960cbeff0",
+ "sha256": "08h42a3mrhcn4qi77fz2s8yz5sbsfcm8vxyc707lhj8cvl8qp9c2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 9,
+ 1
+ ],
+ "commit": "8aa2b6d35a557864ff64762774fd5b4960cbeff0",
+ "sha256": "08h42a3mrhcn4qi77fz2s8yz5sbsfcm8vxyc707lhj8cvl8qp9c2"
+ }
+ },
+ {
+ "ename": "eldoc-cmake",
+ "commit": "e19f92097e6003a893907aa46a2df755d2bf0b87",
+ "sha256": "1y47zhxgisvsk0kgvlwrlspmjb2a6wrxwkiahxp9fkdc58r9w7v0",
+ "fetcher": "github",
+ "repo": "ikirill/eldoc-cmake",
+ "unstable": {
+ "version": [
+ 20190419,
+ 2244
+ ],
+ "commit": "4453c03b5c95ff32842f13db2fc317fb0fe2f79e",
+ "sha256": "01jhfglj1v4p3qmhiri4k05p0dg10k59pj5608hjls6zsmxf2wbg"
+ }
+ },
+ {
+ "ename": "eldoc-eval",
+ "commit": "63ba2004d3db4c5a71676dca82ad880328cf6073",
+ "sha256": "0z4scgi2xgrgd47aqqmyv1ww8alh43s0qny5qmh3f1nnppz3nd7c",
+ "fetcher": "github",
+ "repo": "thierryvolpiatto/eldoc-eval",
+ "unstable": {
+ "version": [
+ 20190423,
+ 1858
+ ],
+ "commit": "a67fe3637378dcb6c5f9e140acc8131f0d2346b3",
+ "sha256": "0504yyzxp1rk0br6f25395n4aa4w8ixf59vqxxb55a7agxplfpjc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "deca5e39f31282a06531002d289258cd099433c0",
+ "sha256": "1fh9dx669czkwy4msylcg64azz3az27akx55ipnazb5ghmsi7ivk"
+ }
+ },
+ {
+ "ename": "eldoc-overlay",
+ "commit": "f865b248002d6d3ba9653c2221072a4aa54cd740",
+ "sha256": "0nn6i89xbw8vkd5ybsnc1zpnf3ra4s8pf01jdj2i59ayjs64s28x",
+ "fetcher": "github",
+ "repo": "stardiviner/eldoc-overlay",
+ "unstable": {
+ "version": [
+ 20190223,
+ 543
+ ],
+ "deps": [
+ "inline-docs",
+ "quick-peek"
+ ],
+ "commit": "cfec077d9a699c88265af2e9480d5e76a3b3f833",
+ "sha256": "0c16i6y7675rzif5gj9s6rz3nc59339yp4fn27a56sly42qfnh9f"
+ }
+ },
+ {
+ "ename": "electric-case",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1ch108ljzg5xkk4pkfpfxm8v2yzqk79q3h2zhzzqhsydq7r07bdn",
+ "fetcher": "github",
+ "repo": "zk-phi/electric-case",
+ "unstable": {
+ "version": [
+ 20150417,
+ 1112
+ ],
+ "commit": "bac64e772107e3dc721a9819f63b9ebdc28a81f7",
+ "sha256": "0s4y1319sr4xc0k6h2zhzzxsx2kc3pc2m6saah18y4kip0hjyhr8"
+ }
+ },
+ {
+ "ename": "electric-operator",
+ "commit": "906cdf8647524bb76f644373cf8b65397d9053a5",
+ "sha256": "043bkpvvk42lmkll5jnz4q8i0m44y4wdxvkz6hiqhqcp1rv03nw2",
+ "fetcher": "github",
+ "repo": "davidshepherd7/electric-operator",
+ "unstable": {
+ "version": [
+ 20190710,
+ 858
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "97f600ccd9244f99ac802bf8cbd4a8241fbcb892",
+ "sha256": "08dpn776jcypibi3x7mlkxcpsd0i65dws206zwjc19nl3qan4a11"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "names"
+ ],
+ "commit": "21e6b84754118912768263a393442a7aefb4742b",
+ "sha256": "1bgz5vn4piax8jm0ixqlds0qj5my26zczaxs21fah11pwbdc0xyk"
+ }
+ },
+ {
+ "ename": "electric-spacing",
+ "commit": "a78c0044f8b7a0df1af1aba407be4d7865c98c59",
+ "sha256": "0fcsz9wmibqp6ci0pa5r4gzlrsyj5klajxpgfksa0nfj3dc94cvg",
+ "fetcher": "github",
+ "repo": "xwl/electric-spacing",
+ "unstable": {
+ "version": [
+ 20161209,
+ 1957
+ ],
+ "commit": "9d0f8a213133f2619a4e9dfbba3b00d4348c07b0",
+ "sha256": "1wzf8q2k2iwnm9b5kj16bwif7g0qc7ll3cjs20gbmcnq5xmhwx9f"
+ }
+ },
+ {
+ "ename": "elein",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "01y5yrmm3biyrfgnl3qjfpn1xvjk2nabwjr8cls53ds697qpz5x2",
+ "fetcher": "github",
+ "repo": "remvee/elein",
+ "unstable": {
+ "version": [
+ 20120120,
+ 1116
+ ],
+ "commit": "d4c0c0491dbb7c90e953d7a16172107c37103605",
+ "sha256": "1ijrhm9vrzh5wl1rr9ayl11dwm05bh1i43fnbz3ga58l6whgkfpw"
+ }
+ },
+ {
+ "ename": "elf-mode",
+ "commit": "368d1ff91f310e5ffe68f872ab0a91584a41a66e",
+ "sha256": "0xwpaqg4mc0a0d8a4dxbd1sqzvi01gfhwr75f7i3sjzx0fj8vcwd",
+ "fetcher": "github",
+ "repo": "abo-abo/elf-mode",
+ "unstable": {
+ "version": [
+ 20161009,
+ 748
+ ],
+ "commit": "cd280d683cd3341d8bb31af6db7e3b74a133e6ab",
+ "sha256": "0cbvjbk2893ag1iy8ggixpirfiyhssm7fii96hb9jqdz874cdl0k"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "cd280d683cd3341d8bb31af6db7e3b74a133e6ab",
+ "sha256": "0cbvjbk2893ag1iy8ggixpirfiyhssm7fii96hb9jqdz874cdl0k"
+ }
+ },
+ {
+ "ename": "elfeed",
+ "commit": "407ae027fcec444622c2a822074b95996df9e6af",
+ "sha256": "1psga7fcjk2b8xjg10fndp9l0ib72l5ggf43gxp62i4lxixzv8f9",
+ "fetcher": "github",
+ "repo": "skeeto/elfeed",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1358
+ ],
+ "commit": "87433438e10d851d57d76bea4403cbde936647e9",
+ "sha256": "1spyrvq0zsfnhckci5kprkzy6yh4vx2fafx43dih92ccsi513hw5"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 1,
+ 0
+ ],
+ "commit": "3d1c6ecbe585f9fe6ca5a97a3fc352d68f303f9e",
+ "sha256": "1bzpl6lc7kq9bph4bfz1fn19207blrnhjr2g7yinhn0nnnjmxi8i"
+ }
+ },
+ {
+ "ename": "elfeed-goodies",
+ "commit": "e6ebb8d23961fd9bfe101f7917caa3b405493f31",
+ "sha256": "0zpk6nx757hasgzcww90fzkcdn078my33p7yax7xslvi4msm37bi",
+ "fetcher": "github",
+ "repo": "algernon/elfeed-goodies",
+ "unstable": {
+ "version": [
+ 20190128,
+ 1631
+ ],
+ "deps": [
+ "ace-jump-mode",
+ "cl-lib",
+ "elfeed",
+ "noflet",
+ "popwin",
+ "powerline"
+ ],
+ "commit": "95b4ea632fbd5960927952ec8f3394eb88da4752",
+ "sha256": "0mfigkp77acqlnkj07vjzbcamwxp37zqxramp1qdf95psnz177q7"
+ }
+ },
+ {
+ "ename": "elfeed-org",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0rnxr2q2ib6xrdx41ams1z2ivw5zhcsmqdylyvbw62h20rlmlgm8",
+ "fetcher": "github",
+ "repo": "remyhonig/elfeed-org",
+ "unstable": {
+ "version": [
+ 20181015,
+ 1100
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "elfeed",
+ "org",
+ "s"
+ ],
+ "commit": "77b6bbf222487809813de260447d31c4c59902c9",
+ "sha256": "0a2ibka82xq1dhy2z7rd2y9zhcj8rna8357881yz49wf55ccgm53"
+ }
+ },
+ {
+ "ename": "elfeed-protocol",
+ "commit": "3f1eef8add7cd2cfefe6fad6d8e69d65696e9677",
+ "sha256": "1gd2ny764qsnnqf3j7rbdqhh7hqd5c0fzwxx6wacd0dpbq4w56qi",
+ "fetcher": "github",
+ "repo": "fasheng/elfeed-protocol",
+ "unstable": {
+ "version": [
+ 20190616,
+ 301
+ ],
+ "deps": [
+ "cl-lib",
+ "elfeed"
+ ],
+ "commit": "92961499adfdef3c038af3dff24b435e9fb4bc1a",
+ "sha256": "0sybvs9wwf8bvf9615pvhgswz3g6d34hic22smcy7byrlq8hrba5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 9
+ ],
+ "deps": [
+ "cl-lib",
+ "elfeed"
+ ],
+ "commit": "c5faca15ccfe7e03dc4ee1372a07671c20015737",
+ "sha256": "1cdg111dgpphlpv2csv9nr5p2zjk3qss7bf0y8485nnzcin4ip9f"
+ }
+ },
+ {
+ "ename": "elfeed-web",
+ "commit": "62459d16ee44d5fcf170c0ebc981ca2c7d4672f2",
+ "sha256": "14ydwvjjc6wbhkj4g4xdh0c3nh4asqsz8ln7my5vjib881vmaq1n",
+ "fetcher": "github",
+ "repo": "skeeto/elfeed",
+ "unstable": {
+ "version": [
+ 20180829,
+ 1716
+ ],
+ "deps": [
+ "elfeed",
+ "simple-httpd"
+ ],
+ "commit": "87433438e10d851d57d76bea4403cbde936647e9",
+ "sha256": "1spyrvq0zsfnhckci5kprkzy6yh4vx2fafx43dih92ccsi513hw5"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 1,
+ 0
+ ],
+ "deps": [
+ "elfeed",
+ "simple-httpd"
+ ],
+ "commit": "3d1c6ecbe585f9fe6ca5a97a3fc352d68f303f9e",
+ "sha256": "1bzpl6lc7kq9bph4bfz1fn19207blrnhjr2g7yinhn0nnnjmxi8i"
+ }
+ },
+ {
+ "ename": "elgrep",
+ "commit": "0d9ab623b2d634936a79ff6f4b98b31825d44b6d",
+ "sha256": "0b8dma52zv57sh1jbrabfy6k5lzixs7f541s8dsqyrg0fzlq460j",
+ "fetcher": "github",
+ "repo": "TobiasZawada/elgrep",
+ "unstable": {
+ "version": [
+ 20190729,
+ 811
+ ],
+ "deps": [
+ "async"
+ ],
+ "commit": "7a4e8f3c99c8a50b92881f0bf0f29a3cd6098324",
+ "sha256": "0v6f91y43q4hfd4rhwgwh5wqw2hmzdf1rc4rkngg1qh554ml5glz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "c2c5858f335ac1d0013dc631e5bc2dc16d9b3198",
+ "sha256": "1rlj9cniwk8fzfn1i4apffrikv08r9c2dmwxhqc6nmrhfjr2rf1k"
+ }
+ },
+ {
+ "ename": "elhome",
+ "commit": "527cc08a3424f87fe2e99119b931530840ad07ba",
+ "sha256": "1k7936wxgslr29511dz9az38i9vi35rcxk68gzv35v9lpj89lalh",
+ "fetcher": "github",
+ "repo": "demyanrogozhin/elhome",
+ "unstable": {
+ "version": [
+ 20161025,
+ 2042
+ ],
+ "deps": [
+ "initsplit"
+ ],
+ "commit": "e789e806469af3e9705f72298683c21f6c3a516d",
+ "sha256": "1q9glli1czbfp62aalblaak55j8rj2nl8bm8nifnnb8jrzj1qrn0"
+ }
+ },
+ {
+ "ename": "elisp-def",
+ "commit": "1f027b844efdc5946d2ad80d7052a8f3b96aac3d",
+ "sha256": "1y29nsgjv9nb03g0jc5hb1a8k23r54ivdlv9h0a384cig8i91hsz",
+ "fetcher": "github",
+ "repo": "Wilfred/elisp-def",
+ "unstable": {
+ "version": [
+ 20180806,
+ 723
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "368b04da68783601b52e3169312183381871cf9e",
+ "sha256": "0l1kj7xd4332xk821z24c14lhkpcmca5gmivpb8shlk10cvjvxjw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "5e0d766a5db537f4e7145c2053c22829d736ceba",
+ "sha256": "0l9az09yw40rr2xrvf01c3idfqplddr1kk880qscnzj8v9p06l4x"
+ }
+ },
+ {
+ "ename": "elisp-demos",
+ "commit": "e1bd1c7a4576d4874a8c5fc8ab2dbc65f0e5bc8c",
+ "sha256": "1571l826x8ixlqd3nkqgizkzrq37af13ihrm1rvgaf5gl0va9ik8",
+ "fetcher": "github",
+ "repo": "xuchunyang/elisp-demos",
+ "unstable": {
+ "version": [
+ 20190720,
+ 1301
+ ],
+ "commit": "8a517e8457c42735538c38555c6ac799f33855ef",
+ "sha256": "1wrq69sqkzkmlfrjci7wiwlfsnpwmc100hhg9a419w121kljsabc"
+ },
+ "stable": {
+ "version": [
+ 2019,
+ 7,
+ 20
+ ],
+ "commit": "8a517e8457c42735538c38555c6ac799f33855ef",
+ "sha256": "1wrq69sqkzkmlfrjci7wiwlfsnpwmc100hhg9a419w121kljsabc"
+ }
+ },
+ {
+ "ename": "elisp-depend",
+ "commit": "7ea159f0cc8c6e4b8483401a6e6687ab4ed73b7f",
+ "sha256": "0zpafwnm52g6v867f1ghfb492nnmm66imcwlhm5v9hhgwy3z17jm",
+ "fetcher": "github",
+ "repo": "emacsorphanage/elisp-depend",
+ "unstable": {
+ "version": [
+ 20190325,
+ 1114
+ ],
+ "commit": "6679da9a6be5a845bb4804224c8394a9bc62168f",
+ "sha256": "09xbrk1li76fwa85kvd5xpr0zswrkh51p7a62sb8g422wpaqxiwx"
+ }
+ },
+ {
+ "ename": "elisp-docstring-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0mdh3ikn6zfd3fbmifvivqih2fsijvlzalljdvm32crs9cy6fa96",
+ "fetcher": "github",
+ "repo": "Fuco1/elisp-docstring-mode",
+ "unstable": {
+ "version": [
+ 20170304,
+ 1615
+ ],
+ "commit": "f512e509dd690f65133e55563ebbfd2dede5034f",
+ "sha256": "0al8m75p359h4n82rf0dsl22qfdg9cwwywn5pn7x6gb96c7qrqaa"
+ }
+ },
+ {
+ "ename": "elisp-format",
+ "commit": "ff353f4228529c51577f7104cdf52c677be8a500",
+ "sha256": "1l0596y4yjn3jdyy6pgws1pgz6i12fxfy27566lmxklbxp8sxgy8",
+ "fetcher": "github",
+ "repo": "Yuki-Inoue/elisp-format",
+ "unstable": {
+ "version": [
+ 20160508,
+ 952
+ ],
+ "commit": "03cc293eb2f78ec58fc1d84279af06816a04b979",
+ "sha256": "17l2xsixx3p93dmx9jsg0a3xqdg19nwp1di2pymlg41pw0kdf3x3"
+ }
+ },
+ {
+ "ename": "elisp-lint",
+ "commit": "61595c78ac7f15eef47bf28636ad796f74741509",
+ "sha256": "13cxcn0qp63f2nkv37c3w47dby9cqm4l1f8xilgpczdaxd86kd63",
+ "fetcher": "github",
+ "repo": "gonewest818/elisp-lint",
+ "unstable": {
+ "version": [
+ 20180224,
+ 2042
+ ],
+ "commit": "04b0d36ec0e4dc1bb54c2bf4c2d16b2af8cf6a39",
+ "sha256": "04hxpfgvkh4ivaxqbhnp3j68i1kqzg1v19bssnvcagll2mm4r3xg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "9d894e99377859171ee54cb7d2b2e7f2cc7c267c",
+ "sha256": "11pvqskjhxxsyxmy8wllqwa0qg0j9280h0m5rzjghgsdcnlisyvq"
+ }
+ },
+ {
+ "ename": "elisp-refs",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "1pj3dm2z6m24179ibl7zhr8lhan2v2rjnm3abfciwp228piz1sfz",
+ "fetcher": "github",
+ "repo": "Wilfred/elisp-refs",
+ "unstable": {
+ "version": [
+ 20190323,
+ 1331
+ ],
+ "deps": [
+ "dash",
+ "loop",
+ "s"
+ ],
+ "commit": "0a254e6a4dc7fa12857f8334fe6eefa72e49d1c9",
+ "sha256": "05lw10c11svqp5bi5pfga9iian7c3ikrsxzcr1qwcnhs3c5qjq9c"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "deps": [
+ "dash",
+ "loop",
+ "s"
+ ],
+ "commit": "0b6fcdee29d8156ef37477f4e128a148e295c62b",
+ "sha256": "0w7k91xf69zc0zkjrw8h8sjdjf9xq9qs5zhvajhd718lzf93564b"
+ }
+ },
+ {
+ "ename": "elisp-sandbox",
+ "commit": "4b0e7c52ff8034a1c0d1e5d7bc0c58f166986b28",
+ "sha256": "1bazm1cf9ghh9b7jzqqgyfcalnrfg7vmxqbn4fiy2c76gbzlr2bp",
+ "fetcher": "github",
+ "repo": "joelmccracken/elisp-sandbox",
+ "unstable": {
+ "version": [
+ 20131116,
+ 1842
+ ],
+ "commit": "d894d68934ef09c42f72ac4e1173a0bedc23f139",
+ "sha256": "0r70axda1piwxznksygby9vid49q4lzjwcrhx7gl5midjs961531"
+ }
+ },
+ {
+ "ename": "elisp-slime-nav",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "009zgp68i4naprpjr8lcp06lh3i5ickn0nh0lgvrqs0niprnzh8c",
+ "fetcher": "github",
+ "repo": "purcell/elisp-slime-nav",
+ "unstable": {
+ "version": [
+ 20160128,
+ 1909
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "34938422929800839e2f935aca890cd4a229ca99",
+ "sha256": "00v8iqlf6pk8a0656s14jd0gv5msqy6q2af15q21f2nl4j0gl9qj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0e96d9f1f0d334f09414b509d44d5c000b51f432",
+ "sha256": "11vyy0bvzbs1h1kggikrvhd658j7c730w0pdp6qkm60rigvfi1ih"
+ }
+ },
+ {
+ "ename": "elixir-mode",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "0d25p6sal1qg1xsq5yk343afnrxa0lzpx5gsh72khnx2i8pi40vz",
+ "fetcher": "github",
+ "repo": "elixir-editors/emacs-elixir",
+ "unstable": {
+ "version": [
+ 20190422,
+ 155
+ ],
+ "deps": [
+ "pkg-info"
+ ],
+ "commit": "694d133e847e9a6db6abd1c19850cec6d867ccce",
+ "sha256": "0fl3i8cxnrn70l68328jyhabgccmqbislkgp4k4ih5yll3plz31n"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 1
+ ],
+ "deps": [
+ "pkg-info"
+ ],
+ "commit": "a1f4d60ec555574c945201359d2e32b183c69f4b",
+ "sha256": "06bi68x49v6f7flpz279mm4jpg31ll3s274givm3pvr8slcxs6xg"
+ }
+ },
+ {
+ "ename": "elixir-yasnippets",
+ "commit": "6c37a13d56e9a0a4e7e2c11349ed87610a0f6b2c",
+ "sha256": "0vmkcd88wfafv31lyw0983p4qjj387qf258q7py1ij47fcmfp579",
+ "fetcher": "github",
+ "repo": "hisea/elixir-yasnippets",
+ "unstable": {
+ "version": [
+ 20150417,
+ 1239
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "980ca7626c14ef0573bec0035ec7942796062783",
+ "sha256": "1sdq4372i19wdxpdp3347a1rf5zf5w6sa0da6lr511m7ri0lj6hd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "6b55c88ce483932f226b6bca0212b589d1d393ea",
+ "sha256": "0dx5h3sfccc2bp1jxnqqki95x5hp1skw8n5n4lnh703yjga5gkrz"
+ }
+ },
+ {
+ "ename": "ellocate",
+ "commit": "fac47d8b4937c714df7b61ce4914831bfd7fcd20",
+ "sha256": "1i31gr3hdl1mjqwkkrfb7x1dpddyxnl1n9l7p7jiqbg3nn85gsxx",
+ "fetcher": "github",
+ "repo": "walseb/ellocate",
+ "unstable": {
+ "version": [
+ 20190811,
+ 1123
+ ],
+ "deps": [
+ "f",
+ "s"
+ ],
+ "commit": "10845fc5722d833f20944ecc5586b429974e383b",
+ "sha256": "01wy71gdkiwglbndc96jx3hm0w6pia18cr76810hffrfkbsywgd8"
+ }
+ },
+ {
+ "ename": "elm-mode",
+ "commit": "5d1a4d786b137f61ed3a1dd4ec236d0db120e571",
+ "sha256": "1gw9szkyr1spcx7qijddhxlm36h0hmfd53b4yzp1336yx44mlnd1",
+ "fetcher": "github",
+ "repo": "jcollard/elm-mode",
+ "unstable": {
+ "version": [
+ 20190222,
+ 2125
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "let-alist",
+ "reformatter",
+ "s",
+ "seq"
+ ],
+ "commit": "b59b66a5369816c3a6d47b3702b9007431b7b4cf",
+ "sha256": "13y4xhf4czir4fdl36lk9zhn6292x0lbxhdywpq55fy9ivz4pk6q"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 20,
+ 3
+ ],
+ "deps": [
+ "f",
+ "let-alist",
+ "s"
+ ],
+ "commit": "29f50a940113d793a21998f3bb414fdd9b0c5daa",
+ "sha256": "02c7xl9w81140l7p9kywr5qwsdyv92nxdhzqcxjk0r09x7s0cvsk"
+ }
+ },
+ {
+ "ename": "elm-test-runner",
+ "commit": "064db8f60438927255458a7fbd8ae871f8264d67",
+ "sha256": "1axzp93a0xmbprskql4bdfnxnmcpfnq6xf7c4x7cgn5pbd1p6inz",
+ "fetcher": "github",
+ "repo": "juanedi/elm-test-runner",
+ "unstable": {
+ "version": [
+ 20190105,
+ 1923
+ ],
+ "commit": "a31d567a64d86d36e3675347abd696824a731e0c",
+ "sha256": "15kgz44ylni4anz461hihrhvg24jvd7jzykqdjacsznyphfv94m9"
+ }
+ },
+ {
+ "ename": "elm-yasnippets",
+ "commit": "340664dd1c57b539de191dd6faa9eb8ed9ae6914",
+ "sha256": "0nnr0sxkxviw2i7b5s8jgvsv7lgqxqvirmvmband84q9gxlz24zb",
+ "fetcher": "github",
+ "repo": "abingham/elm-yasnippets",
+ "unstable": {
+ "version": [
+ 20160401,
+ 524
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "45a11a0cef0c36633fb3477d3dc4167e82779ba4",
+ "sha256": "1zb5yra6znkr7yaq6wqlmlr054wkv9cy1dih8h4j2gp2wnfwg968"
+ }
+ },
+ {
+ "ename": "elmacro",
+ "commit": "566cc5bc0f71c5a4191ad93b917dc268f6e1a2da",
+ "sha256": "0644rgwawivrq1shsjx1x2p53z7jgr6bxqgn2smzql8pp6azy7xz",
+ "fetcher": "github",
+ "repo": "Silex/elmacro",
+ "unstable": {
+ "version": [
+ 20180628,
+ 1411
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "89b9b0feabafd01fee48111d67131c4c9b5fed9a",
+ "sha256": "06wkzafh6vbcjf0m3sl253mgcq32p8cdv7vsfmyx51baa36938ha"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "9ed19a362b63d9c7436a78feb91bc694194cfefe",
+ "sha256": "00qqa9p9z50gxna4qrsvph4nj41gldl1qj210ywk3lgwn0jjm0k9"
+ }
+ },
+ {
+ "ename": "elmine",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1xkx1wwrzd2dl13z8n4qh3gl202j0i9crab5b3788z8mq0g4v4bn",
+ "fetcher": "github",
+ "repo": "leoc/elmine",
+ "unstable": {
+ "version": [
+ 20190212,
+ 1740
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "2f020e41940b182deeca39786a3092a2d68b5eb7",
+ "sha256": "0x2av6zjd4kkyzxm2hcwjx9x8j2fzqg85pka57hqpk2fhfhsmy3s"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "091f61c70c9e7630a74b7b127488051d143a35e7",
+ "sha256": "080nnw6ddsczbm7gk50x4dkahi77fsybfiki5iyp39fjpa7lfzq3"
+ }
+ },
+ {
+ "ename": "elnode",
+ "commit": "987a93afa134fdda466fbdc6dd9c48a572b0be61",
+ "sha256": "11avrs18cjlk6v2y4y202ay38375pdzh49lizy7w1w2mwy0q40am",
+ "fetcher": "github",
+ "repo": "jcaw/elnode",
+ "unstable": {
+ "version": [
+ 20190702,
+ 1509
+ ],
+ "deps": [
+ "creole",
+ "dash",
+ "db",
+ "fakir",
+ "kv",
+ "noflet",
+ "s",
+ "web"
+ ],
+ "commit": "29ef0f51a65a24fca7fdcdb4140d2e4556e4bb29",
+ "sha256": "1bks7aakhvdab56gbsa44ca9kbilajisdd9bns485d9wr62d2lgj"
+ }
+ },
+ {
+ "ename": "elog",
+ "commit": "4f3d560bf56b1b4e7540dc5ae16258895c106f1f",
+ "sha256": "0hixsi60nf0khm9xmya3saf95ahn1gydp0l5wxawsc491qwg4vqd",
+ "fetcher": "github",
+ "repo": "lujun9972/elog",
+ "unstable": {
+ "version": [
+ 20160724,
+ 2255
+ ],
+ "deps": [
+ "eieio"
+ ],
+ "commit": "a67237d9813c7591614d95e2ef31cc5e5ed3f31b",
+ "sha256": "0alg5nbmq56zsc032pvah92h5fw155fbfjc275k9vbh915hs6y0w"
+ }
+ },
+ {
+ "ename": "elogcat",
+ "commit": "4855c75dc22a7089cf9e4fa80dbe0ccd2830fe83",
+ "sha256": "0sqdqlpg4firswr742nrb6b8sz3bpijf6pbxvandq3ddpm0rx9ia",
+ "fetcher": "github",
+ "repo": "youngker/elogcat.el",
+ "unstable": {
+ "version": [
+ 20151121,
+ 41
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "4f311b7a07565b0d060334bc68edb36f2bff703f",
+ "sha256": "1jcr8bxffvnfs0ym6zkgs79hd6a0m81r4x4jr3v5l9zwxw04sy15"
+ }
+ },
+ {
+ "ename": "eloud",
+ "commit": "f1e80fba9bc541594129756f5c668f3192919bc8",
+ "sha256": "1h8wd5mfi1cn9bzrckgc5mdrr5jkqsx92ay008p650wvjl689rn2",
+ "fetcher": "github",
+ "repo": "smythp/eloud",
+ "unstable": {
+ "version": [
+ 20190706,
+ 1707
+ ],
+ "commit": "b8f4af1f652268d73281de91fb333b5984970847",
+ "sha256": "0sdzn8546ww3x4q4c9h69i9wdr51mjq19vi6r3bbba8iwl2rf67w"
+ }
+ },
+ {
+ "ename": "elpa-audit",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "18a8n22g53d8fxzr3snb2px28gvxbkx44grrx8lywaprz1f1lwdi",
+ "fetcher": "github",
+ "repo": "purcell/elpa-audit",
+ "unstable": {
+ "version": [
+ 20141023,
+ 1331
+ ],
+ "commit": "727da50e626977351aff2675b6540a36818bbbe6",
+ "sha256": "0wlhdzsrlj266jfvp925zrgzg2mxfba93klgky0hc8zialmmb50b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "a7a1806278c73ea6cb6d235714e7bc8088971df5",
+ "sha256": "1q4krfrc2dy0vr7q148msfpkcwj55mlsrn4n5xjnya4xj0134ib7"
+ }
+ },
+ {
+ "ename": "elpa-clone",
+ "commit": "11861edd9c7f9deebd44fd1f8ef648e7a04caf2b",
+ "sha256": "172gpmpwf75y41n3v05l47w34x83vy63bqk97fd8a6b4dkj91lqa",
+ "fetcher": "github",
+ "repo": "dochang/elpa-clone",
+ "unstable": {
+ "version": [
+ 20190109,
+ 2340
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5dddbab4c27ec6aca541a1f8e9792617f10fc325",
+ "sha256": "17lbdgwg97x8q8dbghylr2j0nwb72mpfl679qb0pl9184ih27qfc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 7
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5dddbab4c27ec6aca541a1f8e9792617f10fc325",
+ "sha256": "17lbdgwg97x8q8dbghylr2j0nwb72mpfl679qb0pl9184ih27qfc"
+ }
+ },
+ {
+ "ename": "elpa-mirror",
+ "commit": "d64ce7042c45f29fb394be25ce415912182bac8b",
+ "sha256": "1jnviav2ybr13cgllg26kfjrwrl25adggnqiiwyjwgbbzxfycah8",
+ "fetcher": "github",
+ "repo": "redguardtoo/elpa-mirror",
+ "unstable": {
+ "version": [
+ 20190622,
+ 730
+ ],
+ "commit": "468adfff8dedb024b90af0e66434dc50de259714",
+ "sha256": "0cr8pqbbjaxx48zal8cmmjddhapzjg4mvaspn8d3pygz4q7z5lba"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 1
+ ],
+ "commit": "83a38b5721c459d311833522903de96f874e1a4e",
+ "sha256": "0j2nk1nhbihfqajkmzp3501mhv5617qhb7qbj46qz8azs8a1dvri"
+ }
+ },
+ {
+ "ename": "elpher",
+ "commit": "df2162816fed4d5da7ee5adafbf547eed8815418",
+ "sha256": "1csy26ra6kgm2rnf1s6bj254r18zkaf6y7kb3rrjm1msw3vjvvr2",
+ "fetcher": "github",
+ "repo": "tgvaughan/elpher",
+ "unstable": {
+ "version": [
+ 20190710,
+ 755
+ ],
+ "commit": "f0b76ab6fa09b0e29ff68ff72a7d5c73dcca6adb",
+ "sha256": "0aryai4m2ngffgwbr3dvi27jqcdnzj48w7f54wh5lr703wjmqpig"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4,
+ 6
+ ],
+ "commit": "0e8eb2e0c919a07aa5db733d02e7669ccfb4276d",
+ "sha256": "07xansmhn4l0b9ghzf56vyx8cqg0q01aq3pz5ikx2i19v5f0rc66"
+ }
+ },
+ {
+ "ename": "elpl",
+ "commit": "b1e3a1b614f6ad19bcfaa414d9faf0b70236aa3d",
+ "sha256": "0lzxl19mr56p28jh99k1sp1f1r9idl32im6b847sbw6mqx47p5mx",
+ "fetcher": "github",
+ "repo": "twlz0ne/elpl",
+ "unstable": {
+ "version": [
+ 20190704,
+ 1130
+ ],
+ "commit": "341dd89aa2a0315ec63d476d79057be8b5f5386f",
+ "sha256": "04m9dinhgwgqry7yblc9wryv8sikprqflijjfdk8319c7kiddl3h"
+ }
+ },
+ {
+ "ename": "elpy",
+ "commit": "1d8fcd8745bb15402c9f3b6f4573ea151415237a",
+ "sha256": "1ri3dwnkw005plj1g5grmmq9np41sqk4s2v18pwsvr18ysnq6nnr",
+ "fetcher": "github",
+ "repo": "jorgenschaefer/elpy",
+ "unstable": {
+ "version": [
+ 20190725,
+ 2259
+ ],
+ "deps": [
+ "company",
+ "find-file-in-project",
+ "highlight-indentation",
+ "pyvenv",
+ "s",
+ "yasnippet"
+ ],
+ "commit": "7acdd14eaec4b123ae1c16ead59c91adcf7f9775",
+ "sha256": "182zs3b7s0n4wsz0k1wybmd3fa4x9m7q5j8n7jpbwa3m0v3vvyk7"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 29,
+ 1
+ ],
+ "deps": [
+ "company",
+ "find-file-in-project",
+ "highlight-indentation",
+ "pyvenv",
+ "s",
+ "yasnippet"
+ ],
+ "commit": "d98ee26f564e33c9acf233862734e72200bd3703",
+ "sha256": "19sd5p03rkp5yibq1ilwisq8jlma02ks2kdc3swy6r27n4hy90xf"
+ }
+ },
+ {
+ "ename": "elpygen",
+ "commit": "e670bd79a85c4e2a9ca3355feb8aaefa709f49cb",
+ "sha256": "01fak1dz9mna3p4c2r0scb0j10qk3lvpq270jy6rvzlcbwri4akl",
+ "fetcher": "github",
+ "repo": "vkazanov/elpygen",
+ "unstable": {
+ "version": [
+ 20171225,
+ 1736
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "21929c997a05968f9eefe52b85a76ceaab3b0d81",
+ "sha256": "093ck4dkdvbgafb1bmkmszg1ba81ns5kjbk2iq2b5p9dvfcjjr3k"
+ }
+ },
+ {
+ "ename": "elquery",
+ "commit": "121f7d2091b83143402b44542db12e8f78275103",
+ "sha256": "19yik9w4kcj7i9d3bwwdszznwcrh75hxd0540iqk5by861z5f3zr",
+ "fetcher": "github",
+ "repo": "AdamNiederer/elquery",
+ "unstable": {
+ "version": [
+ 20180917,
+ 2217
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "eac429d8550fbf1582c57d5e16fed9f320d6eb30",
+ "sha256": "1jkbrv5r5vzqjhadb4dcgks47gaj7aavzdkzc5gjn5zv5fmm1in2"
+ }
+ },
+ {
+ "ename": "elsa",
+ "commit": "f126c49fe01a1c21aca0f45643d44ecf4c3ad95b",
+ "sha256": "0g8l61fg9krqakp6fjvm6jr1lss3mll707rknhm5d2grr6ik3lvl",
+ "fetcher": "github",
+ "repo": "emacs-elsa/Elsa",
+ "unstable": {
+ "version": [
+ 20190331,
+ 1558
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "f",
+ "trinary"
+ ],
+ "commit": "eb88fb357e14777cf4ae71054791d1482aaeef29",
+ "sha256": "0lh30zm5k7x7sq6yyzf91f5ajp71bi0nqqb0f6ns25bjpc6vz45l"
+ }
+ },
+ {
+ "ename": "elscreen",
+ "commit": "e6140694c1dea0a573586d23d1f63d46c9b22936",
+ "sha256": "1mlqbw14ilk6d3ba38kfw50pnlhb9f6sm5hy9dw58gp59siark5s",
+ "fetcher": "github",
+ "repo": "knu/elscreen",
+ "unstable": {
+ "version": [
+ 20181009,
+ 451
+ ],
+ "commit": "cc58337faf5ba1eae7e87f75f6ff3758675688f2",
+ "sha256": "15kffci7qlhjwz1rlr0zg0z9rq0vlsxy295dvg96wiiz4fvs4jk2"
+ },
+ "stable": {
+ "version": [
+ 20180321
+ ],
+ "commit": "cc58337faf5ba1eae7e87f75f6ff3758675688f2",
+ "sha256": "15kffci7qlhjwz1rlr0zg0z9rq0vlsxy295dvg96wiiz4fvs4jk2"
+ }
+ },
+ {
+ "ename": "elscreen-buffer-group",
+ "commit": "9c6fedb7b6ef58089da4b35ad115f699b4b24ff2",
+ "sha256": "1clmhpk9zp6hsgz6a4jpmbrr9fr6k8b324s0x61n5yi4yzgdmc0v",
+ "fetcher": "github",
+ "repo": "jeffgran/elscreen-buffer-group",
+ "unstable": {
+ "version": [
+ 20190621,
+ 225
+ ],
+ "deps": [
+ "cl-lib",
+ "elscreen"
+ ],
+ "commit": "c78fc19b8a80415997b191fc08bf6768449ea12e",
+ "sha256": "1g8dm3vqgws9grhl435s7f1n26vpgyp5kvfryv98idqa7aqj3wvq"
+ }
+ },
+ {
+ "ename": "elscreen-fr",
+ "commit": "18730986df5eb9816eec7ad479abe1e338d3c66f",
+ "sha256": "1kmga1zz9mb3hxd2sxja2vz45pix5a52yl0g9z4vmak32x9rgqrm",
+ "fetcher": "github",
+ "repo": "rocher/elscreen-fr",
+ "unstable": {
+ "version": [
+ 20160920,
+ 953
+ ],
+ "deps": [
+ "elscreen",
+ "seq"
+ ],
+ "commit": "6dc77e1d3f17b3f76da5ccf92b715572aa55fb85",
+ "sha256": "18d4mz6sk1zvcl80115fy0ar358dqkwb3khgxsn71a67yxg9db15"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "deps": [
+ "elscreen",
+ "seq"
+ ],
+ "commit": "b9c11f80d277086d5d5bf88623e15fc7adbbbe3c",
+ "sha256": "1dz8jqd2agh06hya59vbybrmgyhyz2rk6c9panrm49w37v0bwksb"
+ }
+ },
+ {
+ "ename": "elscreen-mew",
+ "commit": "47404ea3cfb591b780ca7e31095951a708b0a6b7",
+ "sha256": "06g4wcfjs036nn64ac0zsvr08cfmak2hyj83y7a0r35yxr1853w4",
+ "fetcher": "github",
+ "repo": "masutaka/elscreen-mew",
+ "unstable": {
+ "version": [
+ 20160504,
+ 1835
+ ],
+ "deps": [
+ "elscreen"
+ ],
+ "commit": "c90a23441d836da14a1cb12788432308ba58e2b6",
+ "sha256": "167kgbnh5q3pqirv0f7wpjn7yc76k8mz9qx45i7d4scmx8952d2g"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "deps": [
+ "elscreen"
+ ],
+ "commit": "89871fad690ae161dc076e16ef481b1965612077",
+ "sha256": "14hwl5jzmm43qa4jbpsyswbz4hk1l2iwqh3ank6502bz58877k6c"
+ }
+ },
+ {
+ "ename": "elscreen-multi-term",
+ "commit": "7a24477cf83df7da931fa33c622ef720839529d2",
+ "sha256": "1zwrzblkag1d18xz450b7khsdssvsxyl1x6a682vy0dkn1y5qh1n",
+ "fetcher": "github",
+ "repo": "wamei/elscreen-multi-term",
+ "unstable": {
+ "version": [
+ 20151022,
+ 233
+ ],
+ "deps": [
+ "elscreen",
+ "multi-term"
+ ],
+ "commit": "7b6048a0dd80f69460a62bbc6f1af8856141a5ea",
+ "sha256": "1cninrbgxzg0gykkpjx0i8pk2yc7sgr2kliqd35lgcxz2q4jlr51"
+ }
+ },
+ {
+ "ename": "elscreen-separate-buffer-list",
+ "commit": "9f5e5c8e2cd45a25e47c74bef59b9114aa7685eb",
+ "sha256": "1d8kc137cd8i3wglir1rlvk7w8mrdhd3xvcihi2f2f2g5nh2n5jk",
+ "fetcher": "github",
+ "repo": "wamei/elscreen-separate-buffer-list",
+ "unstable": {
+ "version": [
+ 20161107,
+ 358
+ ],
+ "deps": [
+ "elscreen"
+ ],
+ "commit": "7652d827aa1b8c1b04303c5b4b0bda5e8f85565e",
+ "sha256": "1cpmpms3r9lywmxgciz4xq7vjw2c1mxmpd89shssqck16563zwxf"
+ }
+ },
+ {
+ "ename": "elscreen-tab",
+ "commit": "06a8348c6911936e16a98cf216578ea148e20e5d",
+ "sha256": "18krbs462cwi3pf72kn1zf1jf4gv9n3ffdg4v5bgb19i69sq7spi",
+ "fetcher": "github",
+ "repo": "aki-s/elscreen-tab",
+ "unstable": {
+ "version": [
+ 20190203,
+ 1619
+ ],
+ "deps": [
+ "dash",
+ "elscreen"
+ ],
+ "commit": "da79fb0b9ead2402662ff8e163039635aaae2413",
+ "sha256": "18zzp7ziawb2qb5qlmn9b85pfx4h6ldfxdhv9nr72njgrfp1q5al"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "elscreen"
+ ],
+ "commit": "29d7a65c3e134dd476049c9aebc8d029238e71f7",
+ "sha256": "0303i61m1qg65d3i3hsy7pzdhw0icpx3im99qkfmy6lxi4h9nd0p"
+ }
+ },
+ {
+ "ename": "elvish-mode",
+ "commit": "0fc724072702a565af471f9ae523a1e6e48e3f04",
+ "sha256": "1f5pyadmbh2ldd51srvlhbjq2849f1f0s8qmpjnsz9bc986yga34",
+ "fetcher": "github",
+ "repo": "ALSchwalm/elvish-mode",
+ "unstable": {
+ "version": [
+ 20180809,
+ 1612
+ ],
+ "commit": "c3a7e31564256b9755b1ab9fb40d32ad78cd1ad2",
+ "sha256": "0dxa8g49fq4h1ab3sawnbgy1fxaxxsdac3l6im34qfw4km8brp9y"
+ }
+ },
+ {
+ "ename": "elwm",
+ "commit": "0eb45a6141b797243973695be4c0582c9ad6965d",
+ "sha256": "0rf663ih3lfg4n4pj4dpp133967zha5m1wr46riaxpha7xr59al9",
+ "fetcher": "github",
+ "repo": "Fuco1/elwm",
+ "unstable": {
+ "version": [
+ 20150817,
+ 1007
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "c33b183f006ad476c3a44dab316f580f8b369930",
+ "sha256": "1k7npf93xbmrsq607x8zlgrpzqvplgia3ixz5w1lr1jlv1m2m8x2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "c33b183f006ad476c3a44dab316f580f8b369930",
+ "sha256": "1k7npf93xbmrsq607x8zlgrpzqvplgia3ixz5w1lr1jlv1m2m8x2"
+ }
+ },
+ {
+ "ename": "elx",
+ "commit": "57a2fb9524df3fdfdc54c403112e12bd70888b23",
+ "sha256": "008nwa2gn3d2ayr8023pxyvph52gh9m56f77h41hp8hcw6hbdwrz",
+ "fetcher": "github",
+ "repo": "emacscollective/elx",
+ "unstable": {
+ "version": [
+ 20190710,
+ 1415
+ ],
+ "commit": "457fca9d4bb0429b08c8f4e675f8b1f3e48297e3",
+ "sha256": "0vpvdnmg95nk9bmrjysbpfwbyzxhipdqh9xfphxi2n63sd0vzk7z"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 8
+ ],
+ "commit": "457fca9d4bb0429b08c8f4e675f8b1f3e48297e3",
+ "sha256": "0vpvdnmg95nk9bmrjysbpfwbyzxhipdqh9xfphxi2n63sd0vzk7z"
+ }
+ },
+ {
+ "ename": "emacs-setup",
+ "commit": "abb7101b2d48af56af09d1dc85c540300dba7b3c",
+ "sha256": "1x4rh8vx6fsb2d6dz2g9j6jamin1vmpppwy3yzbl1dnf7w4hx4kh",
+ "fetcher": "github",
+ "repo": "echosa/emacs-setup",
+ "unstable": {
+ "version": [
+ 20120727,
+ 1426
+ ],
+ "commit": "c783ec13e3b39093fffb6f6d64dccdce8ce4d375",
+ "sha256": "1crpjcxwanbrd1yd4lbb5lmqwvx1mczya7ff2qr3phk497czpsqm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "cc36ad5318c6c0e65d1b9ff8dff5ea2437675de2",
+ "sha256": "15l3ab11vcmzqibkd6h5zqw5a83k8dmgcp4n26px29c0gv6bkpy8"
+ }
+ },
+ {
+ "ename": "emacsagist",
+ "commit": "07612d46faebb28e1eeb8ddae2ac20e2dc0175f6",
+ "sha256": "1cyz7nf0zxa21979jf5kdmkgwiyd17vsmpcmrw1af37ly27l8l64",
+ "fetcher": "github",
+ "repo": "echosa/emacsagist",
+ "unstable": {
+ "version": [
+ 20140331,
+ 1830
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "aba342ba59c254a88017f25e9fb7a8cd6f2fda83",
+ "sha256": "0ciqxyahlzaxq854jm25zbrbmrhcaj5csdhxa0az9crwha8wkmw2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "aba342ba59c254a88017f25e9fb7a8cd6f2fda83",
+ "sha256": "0ciqxyahlzaxq854jm25zbrbmrhcaj5csdhxa0az9crwha8wkmw2"
+ }
+ },
+ {
+ "ename": "emacsc",
+ "commit": "acc9b816796b9f142c53f90593952b43c962d2d8",
+ "sha256": "1fbf9al3yds0il18jz6hbpj1fsjlpb1kgp450gb6r09lc46x77mk",
+ "fetcher": "github",
+ "repo": "knu/emacsc",
+ "unstable": {
+ "version": [
+ 20161028,
+ 1706
+ ],
+ "commit": "421e0c567358769e32f670ae8e949d99abae0c28",
+ "sha256": "0zmb1qdbdlrycari1r1g65c9px357wz4f2gvmcacg83504mmf3d8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 20131027
+ ],
+ "commit": "69607bdc3a0c070e924a3bcac93180f917992368",
+ "sha256": "1r6cpb7fck5znb7q7zrxcsjn7d3xiqhq8dp1ar1rsd6k4h05by4j"
+ }
+ },
+ {
+ "ename": "emacsist-view",
+ "commit": "d2157e14d68fa2875c6d5c40c20a39b9a2431c10",
+ "sha256": "0lf280ppi3zksqvx81y8mm9479j26kd5wywfghhwk36kz410hk99",
+ "fetcher": "github",
+ "repo": "lujun9972/emacsist-view",
+ "unstable": {
+ "version": [
+ 20160426,
+ 1223
+ ],
+ "commit": "f67761259ed779a9bc95c9a4e0474522990c5c6b",
+ "sha256": "1vhs9725fyl2j65lk014qz76iv4hsvyim06361h4lai634hp7ck6"
+ }
+ },
+ {
+ "ename": "emacsql",
+ "commit": "9c3b6175b5c64f03b0b9dfdc10f393081d681309",
+ "sha256": "0c2d0kymzr53wh87fq1wy2x5ahfsymz0cw8qbrqx0k613l3mpr38",
+ "fetcher": "github",
+ "repo": "skeeto/emacsql",
+ "unstable": {
+ "version": [
+ 20190625,
+ 1859
+ ],
+ "commit": "a118b6c95af1306f0288a383d274b5dd93efbbda",
+ "sha256": "1qz74rk2pskpc1k6kdpqv823i5zc39i885rww05n8lrqw456cpn0"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 0
+ ],
+ "commit": "8c5f095458aa37e4146b80d9319ee63571734127",
+ "sha256": "1c84gxr1majqj4b59wgdy3lzm3ap66w9qsrnkx8hdbk9895ak81g"
+ }
+ },
+ {
+ "ename": "emacsql-mysql",
+ "commit": "9cc47c05fb0d282531c9560252090586e9f6196e",
+ "sha256": "1c20zhpdzfqjds6kcjhiq1m5ch53fsx6n1xk30i35kkg1wxaaqzy",
+ "fetcher": "github",
+ "repo": "skeeto/emacsql",
+ "unstable": {
+ "version": [
+ 20171219,
+ 227
+ ],
+ "deps": [
+ "emacsql"
+ ],
+ "commit": "a118b6c95af1306f0288a383d274b5dd93efbbda",
+ "sha256": "1qz74rk2pskpc1k6kdpqv823i5zc39i885rww05n8lrqw456cpn0"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 0
+ ],
+ "deps": [
+ "emacsql"
+ ],
+ "commit": "8c5f095458aa37e4146b80d9319ee63571734127",
+ "sha256": "1c84gxr1majqj4b59wgdy3lzm3ap66w9qsrnkx8hdbk9895ak81g"
+ }
+ },
+ {
+ "ename": "emacsql-psql",
+ "commit": "9cc47c05fb0d282531c9560252090586e9f6196e",
+ "sha256": "1aa1g9jyjmz6w0lmi2cf67926ad3xvs0qsg7lrccnllr9k0flly3",
+ "fetcher": "github",
+ "repo": "skeeto/emacsql",
+ "unstable": {
+ "version": [
+ 20171219,
+ 227
+ ],
+ "deps": [
+ "emacsql"
+ ],
+ "commit": "a118b6c95af1306f0288a383d274b5dd93efbbda",
+ "sha256": "1qz74rk2pskpc1k6kdpqv823i5zc39i885rww05n8lrqw456cpn0"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 0
+ ],
+ "deps": [
+ "emacsql"
+ ],
+ "commit": "8c5f095458aa37e4146b80d9319ee63571734127",
+ "sha256": "1c84gxr1majqj4b59wgdy3lzm3ap66w9qsrnkx8hdbk9895ak81g"
+ }
+ },
+ {
+ "ename": "emacsql-sqlite",
+ "commit": "3cfa28c7314fa57fa9a3aaaadf9ef83f8ae541a9",
+ "sha256": "1y81nabzzb9f7b8azb9giy23ckywcbrrg4b88gw5qyjizbb3h70x",
+ "fetcher": "github",
+ "repo": "skeeto/emacsql",
+ "unstable": {
+ "version": [
+ 20190727,
+ 1710
+ ],
+ "deps": [
+ "emacsql"
+ ],
+ "commit": "a118b6c95af1306f0288a383d274b5dd93efbbda",
+ "sha256": "1qz74rk2pskpc1k6kdpqv823i5zc39i885rww05n8lrqw456cpn0"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 0
+ ],
+ "deps": [
+ "emacsql"
+ ],
+ "commit": "8c5f095458aa37e4146b80d9319ee63571734127",
+ "sha256": "1c84gxr1majqj4b59wgdy3lzm3ap66w9qsrnkx8hdbk9895ak81g"
+ }
+ },
+ {
+ "ename": "emacsshot",
+ "commit": "d94b48f1d01c6f0e7bb2169a4a3181eae3f79c23",
+ "sha256": "1v5cd278fls5hib6f4arv0g5mzjhv22lslbb9s2p274dk4pn1ggc",
+ "fetcher": "gitlab",
+ "repo": "marcowahl/emacsshot",
+ "unstable": {
+ "version": [
+ 20190715,
+ 1808
+ ],
+ "commit": "1b5c080135b963c9a7f2d34230b3134a9fb3d345",
+ "sha256": "0bklypf31y374xqhq3b24srfbr95bi3km9nrxy2wwcak8ia20pg5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "f2f8996d877ece5469c459c9bb7f33fe43c95822",
+ "sha256": "00q344vgihl2s0snibfwsjvxqkbvy2jlqnnid7qw5gcni673b2hl"
+ }
+ },
+ {
+ "ename": "emamux",
+ "commit": "6de1ed3dfccb9f7e7b8586e8334af472a4988840",
+ "sha256": "1pg0gzi8rn0yafssrsiqdyj5dbfy984srq1r4dpp8p3bi3n0fkfz",
+ "fetcher": "github",
+ "repo": "syohex/emacs-emamux",
+ "unstable": {
+ "version": [
+ 20170227,
+ 337
+ ],
+ "commit": "39f57786b2cdd3844888df42d71c7bd251f07158",
+ "sha256": "184669qynz1m93s9nv5pdc8m4bnvqa56wz472nsq4xhixz44jjsv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 14
+ ],
+ "commit": "573dd1cf18584a1fd240efb16c7726b6fd790b73",
+ "sha256": "19y69qw79miim9cz5ji54gwspjkcp9g2c1xr5s7jj2fiabnxax6b"
+ }
+ },
+ {
+ "ename": "emamux-ruby-test",
+ "commit": "f11759710881bdf5a77bd309acb03a6699cc7fd6",
+ "sha256": "1l1hp2dggjlc287qkfyj21w9lri4agh91g5x707qqq8nicdlv3xm",
+ "fetcher": "github",
+ "repo": "syohex/emamux-ruby-test",
+ "unstable": {
+ "version": [
+ 20130812,
+ 1639
+ ],
+ "deps": [
+ "emamux",
+ "projectile"
+ ],
+ "commit": "23b73c650573b340351a919da3da416acfc2ac84",
+ "sha256": "1idsvilsvlxh72waalhl8vrsmh0vfvz56qcv56fc2c0pb1i90icn"
+ }
+ },
+ {
+ "ename": "emaps",
+ "commit": "4faeda02aabc0b6c5003cdf5d1fdfca0fd71b0d7",
+ "sha256": "151rh6lyqi0ps2w022shzjj67nkg6y4m1nfj90qyc7jgl64qb9qw",
+ "fetcher": "github",
+ "repo": "GuiltyDolphin/emaps",
+ "unstable": {
+ "version": [
+ 20180712,
+ 1916
+ ],
+ "commit": "823b8f72e6459c9f1a5dd62451ee4005ef71d955",
+ "sha256": "1g9637j8f65q3l6k4aw5p847m891irh74kg3pa2p9w0ppsa6n3jm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "823b8f72e6459c9f1a5dd62451ee4005ef71d955",
+ "sha256": "1g9637j8f65q3l6k4aw5p847m891irh74kg3pa2p9w0ppsa6n3jm"
+ }
+ },
+ {
+ "ename": "ember-mode",
+ "commit": "9ac1eef4ad87b1b6b6d8e63d340ba03dc013425b",
+ "sha256": "0fwd34cim29dg802ibsfd120px9sj54d4wzp3ggmjjzwkl9ky7dx",
+ "fetcher": "github",
+ "repo": "madnificent/ember-mode",
+ "unstable": {
+ "version": [
+ 20190403,
+ 1652
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3510afc5023d760a66aef260ba601c15a31dc878",
+ "sha256": "06y5nd2fs0xskjxhd1dn4g9y03i7xamv7jiwq8cm0c2mli5pjpr1"
+ }
+ },
+ {
+ "ename": "ember-yasnippets",
+ "commit": "6c37a13d56e9a0a4e7e2c11349ed87610a0f6b2c",
+ "sha256": "1jwkzcqcpy7ykdjhsqmg8ds6qyl4jglyjbgg7v301x068dsxkja6",
+ "fetcher": "github",
+ "repo": "ronco/ember-yasnippets.el",
+ "unstable": {
+ "version": [
+ 20160526,
+ 1658
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "3b5bd01569646237bf1b540d097e12f9118b67f4",
+ "sha256": "0g7hp1aq0zznbhd234dpbblnagn34fxdasc5v4lfhm5ykw5xyb5x"
+ }
+ },
+ {
+ "ename": "embrace",
+ "commit": "e8f07e3b5ba4ec4b0b79fba5a2cca5a3986218b6",
+ "sha256": "1w9zp9n91703d6jd4adl2xk574wsr7fm2a9v32b1i9bi3hr0hdjc",
+ "fetcher": "github",
+ "repo": "cute-jumper/embrace.el",
+ "unstable": {
+ "version": [
+ 20171031,
+ 1833
+ ],
+ "deps": [
+ "cl-lib",
+ "expand-region"
+ ],
+ "commit": "dd5da196e5bcc5e6d87e1937eca0c21da4334ef2",
+ "sha256": "1m0qyipkp5ydgcav8d0m58fbj1gilipbj7g8mg40iajr8wfqcjdc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "deps": [
+ "cl-lib",
+ "expand-region"
+ ],
+ "commit": "dd5da196e5bcc5e6d87e1937eca0c21da4334ef2",
+ "sha256": "1m0qyipkp5ydgcav8d0m58fbj1gilipbj7g8mg40iajr8wfqcjdc"
+ }
+ },
+ {
+ "ename": "emidje",
+ "commit": "5d64b3b42b4b9acd3e9d84921df287f3217db83e",
+ "sha256": "1p2aa4wl2465gm7ljgr5lbvxfgx0g1w1170zdv3596hi07mccabs",
+ "fetcher": "github",
+ "repo": "nubank/emidje",
+ "unstable": {
+ "version": [
+ 20190209,
+ 1726
+ ],
+ "deps": [
+ "cider",
+ "magit-popup",
+ "seq"
+ ],
+ "commit": "7e92f053964d925c97dc8cca8d4d70a3030021db",
+ "sha256": "0xg2bw9vzwvkx6xh4k2n6qhyhqg5iifl6aa0s7svvdnw35x00hv2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cider",
+ "seq"
+ ],
+ "commit": "e8577698bade8a8ea6bf394ab9a441e982058f19",
+ "sha256": "1yz84dnd7jmnhgyssk405mw1c4p55fvfxwx03libj4ik1wq8nj8i"
+ }
+ },
+ {
+ "ename": "emlib",
+ "commit": "46b3738975c8082d9eb6da9fe733edb353aa7069",
+ "sha256": "02l135v3pqpf6ngfq11h4rc843iwh3dgi4rr3gcc63pjl4ws2w2c",
+ "fetcher": "github",
+ "repo": "narendraj9/emlib",
+ "unstable": {
+ "version": [
+ 20161126,
+ 1523
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "dea2af00f551ea580c641d86dd69219f7d4f3685",
+ "sha256": "0p52pkq3wvnhg0l7cribhc39zl1cjjxgw9qzpmwd0jw1g1lslwbm"
+ }
+ },
+ {
+ "ename": "emmet-mode",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0wjv4hqddjvbdrmsxzav5rpwnm2n6lr86jzkrnav8f2kyzypdsnr",
+ "fetcher": "github",
+ "repo": "smihica/emmet-mode",
+ "unstable": {
+ "version": [
+ 20180613,
+ 341
+ ],
+ "commit": "1acb821e0142136344ccf40c1e5fb664d7db2e70",
+ "sha256": "1p25h191bm0h5b3w5apg7wks51k7pb7h4dlww4jbl9ri4d33fzcl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 8
+ ],
+ "commit": "bf76d717c60f33d223cdac35513105e9f9244885",
+ "sha256": "1dsa85bk33j90h1ypaz1ylqh9yp2xvlga237h3kwa5y3sb0d5ydi"
+ }
+ },
+ {
+ "ename": "emms",
+ "commit": "caaa21f235c4864f6008fb454d0a970a2fd22a86",
+ "sha256": "1xpry8h96gvjnc0v8x0vk5dnmlq1r7m3ljpampdwv9pfwl95fh94",
+ "fetcher": "git",
+ "url": "https://git.savannah.gnu.org/git/emms.git",
+ "unstable": {
+ "version": [
+ 20190620,
+ 1526
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e70459caaadeb715116abb45ddf5e98921d46c14",
+ "sha256": "1b5krxc55ac5jsvbsikczh1shl5jgra58b306lhhsidmbmlisyx6"
+ },
+ "stable": {
+ "version": [
+ 5,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2253146e5607e12f62b0c1c474fded1219da2d5d",
+ "sha256": "0r0ai788mn5f3kf5wrp6jywncl2z3gpjif41pm5m0892y7l0vh9i"
+ }
+ },
+ {
+ "ename": "emms-bilibili",
+ "commit": "533f96d1e68eda20b2d2e7f8eb3e7fa118904970",
+ "sha256": "1mx3fn2x526np8awjn0ydsqh59b4aznf3sig410fbr6wk6pa6y47",
+ "fetcher": "github",
+ "repo": "0xDEATHCODE/emms-bilibili",
+ "unstable": {
+ "version": [
+ 20180103,
+ 418
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "294bca3dfc42fe3a55fb326ab39bc0fcfc8c5090",
+ "sha256": "0q8z3q1agwgb3d0kpvac7a98p3q4ljjnv404cf9kihjjfxvh4vm5"
+ }
+ },
+ {
+ "ename": "emms-info-mediainfo",
+ "commit": "d08c28c6ff4caf14f0bf4b0f40f16660dac2d5d9",
+ "sha256": "17x8vvfhx739hcj9j1nh6j4r6zqnwa5zq9zpi9b6lxc8979k3m4w",
+ "fetcher": "github",
+ "repo": "fgallina/emms-info-mediainfo",
+ "unstable": {
+ "version": [
+ 20131223,
+ 1300
+ ],
+ "deps": [
+ "emms"
+ ],
+ "commit": "bce16eae9eacd38719fea62a9755225a888da59d",
+ "sha256": "07qbbs2i05bqndr4dxb84z50wav8ffbc56f6saw6pdx6n0sw6n6n"
+ }
+ },
+ {
+ "ename": "emms-mark-ext",
+ "commit": "36b7292160d3dab1a684d09c848a6b0f68b31add",
+ "sha256": "13h6hy8y0as0xfc1cg8balw63as81fzar32q9h4zhnndl3hc1081",
+ "fetcher": "github",
+ "repo": "vapniks/emms-mark-ext",
+ "unstable": {
+ "version": [
+ 20130529,
+ 327
+ ],
+ "deps": [
+ "emms"
+ ],
+ "commit": "ec68129e3e9e469e5bf160c6a1b7030e322f3541",
+ "sha256": "03a7sn8pl0pnr05rmrrbw4hjyi8vpjqbvkvh0fqnij913a6qc64l"
+ }
+ },
+ {
+ "ename": "emms-mode-line-cycle",
+ "commit": "dab676acd774616a32a0373f30647f3cb4522afc",
+ "sha256": "1jdmfh1i9v84iy7bj2dbc3s2wfzkrby3pabd99gnqzd9gn1cn8ca",
+ "fetcher": "github",
+ "repo": "momomo5717/emms-mode-line-cycle",
+ "unstable": {
+ "version": [
+ 20160221,
+ 1120
+ ],
+ "deps": [
+ "emms"
+ ],
+ "commit": "2c2f395e484a1d345050ddd61ff5fab71a92a6bc",
+ "sha256": "0q80f0plch6k4lhs8c9qm3mfycfbp3kn5sjrk9zxgxwnn901y9mp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 5
+ ],
+ "deps": [
+ "emms"
+ ],
+ "commit": "2c2f395e484a1d345050ddd61ff5fab71a92a6bc",
+ "sha256": "0q80f0plch6k4lhs8c9qm3mfycfbp3kn5sjrk9zxgxwnn901y9mp"
+ }
+ },
+ {
+ "ename": "emms-player-mpv-jp-radios",
+ "commit": "09ba6da5057061f055d4a3212d167f9666618d4f",
+ "sha256": "0gdap5cv08pz370fl92v9lyvgkbbyjhp9wsc4kyjm4f4pwx9fybv",
+ "fetcher": "github",
+ "repo": "momomo5717/emms-player-mpv-jp-radios",
+ "unstable": {
+ "version": [
+ 20180325,
+ 1117
+ ],
+ "deps": [
+ "cl-lib",
+ "emms",
+ "emms-player-simple-mpv"
+ ],
+ "commit": "f6b37f5878c741124d5fca43c5b80af873541edd",
+ "sha256": "1sxzh1bhdwln7kcn07agayyhmgyrbmmhgc3f85336xybc6ljpqs8"
+ }
+ },
+ {
+ "ename": "emms-player-simple-mpv",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1lv1rhd5vya068mnnaysfh56raar79hf2g413ysrk3yhyajk6316",
+ "fetcher": "github",
+ "repo": "momomo5717/emms-player-simple-mpv",
+ "unstable": {
+ "version": [
+ 20180316,
+ 1549
+ ],
+ "deps": [
+ "cl-lib",
+ "emms"
+ ],
+ "commit": "101d120ccdee1c2c213fd2f0423c858b21649c00",
+ "sha256": "1i6rxkm0ra0jbkkwgkwxg3vk5xfl794h1gkgnlpscynz0v94b6ll"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "emms"
+ ],
+ "commit": "bcc056364df5f405716006a8b7bb90102a57f62f",
+ "sha256": "0kz31qsn3nrpi8r31nlxlkkkah0qcdkq9a9i9ypv4ky7pvnzx6m5"
+ }
+ },
+ {
+ "ename": "emms-soundcloud",
+ "commit": "19e423525255371cf479842885eca07e801f6d00",
+ "sha256": "0nf1f719m4pvxn0mf4qyx8mzwhrhv6kchnrpiy9clx520y8x3dqi",
+ "fetcher": "github",
+ "repo": "osener/emms-soundcloud",
+ "unstable": {
+ "version": [
+ 20131221,
+ 1145
+ ],
+ "deps": [
+ "emms",
+ "json"
+ ],
+ "commit": "87e5cbf9609d1f26c24dc834fdeb78b33d453c2b",
+ "sha256": "0nx5bb5fjmaa1nhkbfnhd1aydqrq390x4rl1vfh11ilnf52wzzld"
+ }
+ },
+ {
+ "ename": "emms-state",
+ "commit": "8f2798e22c6ccbadf73e65d8a8d901e47f55cb83",
+ "sha256": "080y02hxxqfn0a0dhq5vm0r020v2q3h1612a2zkq5fxi8ssvhp9i",
+ "fetcher": "github",
+ "repo": "alezost/emms-state.el",
+ "unstable": {
+ "version": [
+ 20160504,
+ 805
+ ],
+ "deps": [
+ "emms"
+ ],
+ "commit": "77930300222333b71eafd495cc1fee3a3585eb23",
+ "sha256": "1kipxa9ax8zi9qqk19mknpg7nnlzgr734kh9bnklydipwnsy00pi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "emms"
+ ],
+ "commit": "77930300222333b71eafd495cc1fee3a3585eb23",
+ "sha256": "1kipxa9ax8zi9qqk19mknpg7nnlzgr734kh9bnklydipwnsy00pi"
+ }
+ },
+ {
+ "ename": "emoji-cheat-sheet-plus",
+ "commit": "ffbfae9577673ef8d50b55624f94288e315deba4",
+ "sha256": "1ciwlbw0ihm0p5gnnl3safcj7dxwiy53bkj8cmw3i334al0gjnnv",
+ "fetcher": "github",
+ "repo": "syl20bnr/emacs-emoji-cheat-sheet-plus",
+ "unstable": {
+ "version": [
+ 20150617,
+ 1331
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "96a003127d646a2683d81ca906a17eace0a6413e",
+ "sha256": "1rk7am0xvpnv98yi7a62wlyh576md4n2ddj7nm201bjd4wdl2yxk"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 1
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "96a003127d646a2683d81ca906a17eace0a6413e",
+ "sha256": "1rk7am0xvpnv98yi7a62wlyh576md4n2ddj7nm201bjd4wdl2yxk"
+ }
+ },
+ {
+ "ename": "emoji-display",
+ "commit": "2c34abbda5acbd52f4e79ce9f87f9ae0fa1e48d5",
+ "sha256": "04cf18z26d64l0sv8qkbxjixi2wbw23awd5fznvg1cs8ixss01j9",
+ "fetcher": "github",
+ "repo": "ikazuhiro/emoji-display",
+ "unstable": {
+ "version": [
+ 20140117,
+ 1013
+ ],
+ "commit": "bb4217f6400151a9cfa6d4524b8427f01feb5193",
+ "sha256": "0sh4q4sb4j58ryvvmlsx7scry9inzgv2ssa87vbyzpxq0435l229"
+ }
+ },
+ {
+ "ename": "emoji-fontset",
+ "commit": "60df435eb82fcc9a8a02a0a271bb6a2d5a161bc4",
+ "sha256": "19affsvlm1rzrzdh1k6xsv79icdkzx4izxivrd2ia6y2wcg9wc5d",
+ "fetcher": "github",
+ "repo": "zonuexe/emoji-fontset.el",
+ "unstable": {
+ "version": [
+ 20160726,
+ 1924
+ ],
+ "commit": "10be897fa5165fd40fd35a89e38c759e008fa775",
+ "sha256": "1aanl5dd2m8jlyq27ymhc6l9i00cpi30wwhpaf67dlvk9gk89f64"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "e460c9a08e48ec4103e38a7a04acae20880149a9",
+ "sha256": "0xdlqsrwdf0smi5z9rjj46nwrrfpl0gzanf0jmdg8zzn62l6ldck"
+ }
+ },
+ {
+ "ename": "emoji-recall",
+ "commit": "8f03b34d3e8e5edf9888c71b6e4bd2e1a5aec016",
+ "sha256": "06cahk2h6q3vlw2p4jmjrpzycxpm884p31yhbp77lagkqhs2fzbk",
+ "fetcher": "github",
+ "repo": "lujun9972/emoji-recall.el",
+ "unstable": {
+ "version": [
+ 20160723,
+ 2208
+ ],
+ "commit": "d9122f8fb1467309260109a1985cd14f18fdf631",
+ "sha256": "13ajzafm9wmddch8ipjjkv2p13fmyd0ghdr479lll5c7xff2051x"
+ }
+ },
+ {
+ "ename": "emojify",
+ "commit": "488d2751b5fd3bf00f5a6f0545530f44563b86d7",
+ "sha256": "1sgd32qm43hwby75a9q2pz1yfzj988i35d8p9f18zvbxypy7b2yp",
+ "fetcher": "github",
+ "repo": "iqbalansari/emacs-emojify",
+ "unstable": {
+ "version": [
+ 20190809,
+ 959
+ ],
+ "deps": [
+ "ht",
+ "seq"
+ ],
+ "commit": "782ac307f37239e90c56810323db4263a6469219",
+ "sha256": "1x6ds9aj8yd5phkfw29jdlklqdxjl7g2gqwlm7ngb60nsk02vjvf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "ht",
+ "seq"
+ ],
+ "commit": "302d16e9bac72faf94984e0c48ecd0e4b8d66738",
+ "sha256": "1fqnj5x7ivjkm5y927dqqnm85q5hzczlb0hrfpjalrhasa6ijsrm"
+ }
+ },
+ {
+ "ename": "emojify-logos",
+ "commit": "114d5596a7b36f47c150c413c6ecc74de36ca239",
+ "sha256": "0kgci1svi80xnz44bvh19si8bcjllrkm9rbd8761h77iylkqs3q5",
+ "fetcher": "github",
+ "repo": "mxgoldstein/emojify-logos",
+ "unstable": {
+ "version": [
+ 20180814,
+ 917
+ ],
+ "deps": [
+ "emojify"
+ ],
+ "commit": "a3e78bcbdf863092d4c9b026ac08bf7d1c7c0e8b",
+ "sha256": "1fhxf3nky9wlcn54q60f9254iawcccsrxw370q7cgpsrl1gj3dgp"
+ }
+ },
+ {
+ "ename": "empos",
+ "commit": "461f7849e7be986994dd1e7cf109b66e8c37c719",
+ "sha256": "0wbrszl9rq4is0ymxq9lxpqzlfg93gljh6almjy0hp3cs7pkzyl4",
+ "fetcher": "github",
+ "repo": "dimalik/empos",
+ "unstable": {
+ "version": [
+ 20151011,
+ 1916
+ ],
+ "commit": "7b99ad30e56937adb7e6349777e5a2045597d564",
+ "sha256": "0bm0cxnv7g2dzfvfhkyy16kzn6shvy9gzypiqyjj42ng54xmhs0n"
+ }
+ },
+ {
+ "ename": "emr",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "02a7yzv6vxdazi26wk1ijadrjffd4iaf1abhpv642xib86pgpfd6",
+ "fetcher": "github",
+ "repo": "Wilfred/emacs-refactor",
+ "unstable": {
+ "version": [
+ 20190810,
+ 2133
+ ],
+ "deps": [
+ "cl-lib",
+ "clang-format",
+ "dash",
+ "iedit",
+ "list-utils",
+ "paredit",
+ "popup",
+ "projectile",
+ "s"
+ ],
+ "commit": "ed430d55bd7504cb51d9f2b9e1b3c4b4ca93dafc",
+ "sha256": "154vzwxw3mlxxjmvi8aqxmpww6b4gvrcq6aw7w1gi3yb048pgkyy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "cl-lib",
+ "clang-format",
+ "dash",
+ "iedit",
+ "list-utils",
+ "paredit",
+ "popup",
+ "projectile",
+ "s"
+ ],
+ "commit": "2b3606252d2dd29898d0ef702918eb13081b6c1a",
+ "sha256": "1yky7vlv91501xb43xk19rr8mxlvrsxhawsc98jivf64nad5dqay"
+ }
+ },
+ {
+ "ename": "enclose",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1bkrv3cwhbiydgfjhmyjr96cvsgr9zi8n0ir1akgamccm2ln73d6",
+ "fetcher": "github",
+ "repo": "rejeep/enclose.el",
+ "unstable": {
+ "version": [
+ 20121008,
+ 1614
+ ],
+ "commit": "2747653e84af39017f503064bc66ed1812a77259",
+ "sha256": "0dz5xm05d7irh1j8iy08jk521p19cjai1kw68z2nngnyf1az7cim"
+ }
+ },
+ {
+ "ename": "encourage-mode",
+ "commit": "1e90146c03a3f85313e3d338c48547ccfb73f605",
+ "sha256": "0fwn6w7s61c08z0d8z3awclqrhszia9is30gm2kx4hwr9dhhwh63",
+ "fetcher": "github",
+ "repo": "halbtuerke/encourage-mode.el",
+ "unstable": {
+ "version": [
+ 20151128,
+ 905
+ ],
+ "commit": "99edacf2d94d168d3da0609860dc7253db7c9815",
+ "sha256": "0k5ns40s5nskn0zialwq96qll1v5k50lfa5xh8hxbpcamsfym6h8"
+ }
+ },
+ {
+ "ename": "engine-mode",
+ "commit": "ea1b5dfb6628cf17e77369f25341835aad425f54",
+ "sha256": "1gg7i93163m7k7lr3pnal1svymnhzwrfpfcdc0798d7ybv26gg8c",
+ "fetcher": "github",
+ "repo": "hrs/engine-mode",
+ "unstable": {
+ "version": [
+ 20181222,
+ 2027
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "117a9c0cbc1ff8ade7f17cd40d1d2f5eb24f51a3",
+ "sha256": "1pm6xi0bcab3mpmvy8g449d5iv8s3cjqqvm2rcnlz1d6223pszh0"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "commit": "243d04691475b47a4453ad7106d8268ca14d9f28",
+ "sha256": "02xas46nl28mascqsyr1zcd4hn15bh0fjv2xlxv1kmrj0pis94ml"
+ }
+ },
+ {
+ "ename": "enh-ruby-mode",
+ "commit": "cd1ac1ce69b77b11f34c4175611a852e7ec0806c",
+ "sha256": "0r486yajjf7vsaz92ypxpfmz2nsvw9giffpxb9szj7fcry3nfdns",
+ "fetcher": "github",
+ "repo": "zenspider/enhanced-ruby-mode",
+ "unstable": {
+ "version": [
+ 20190513,
+ 254
+ ],
+ "commit": "f334c42986e93c60fba144d732becfcbdb13bb7d",
+ "sha256": "0xfdiajm2blkddxillnvn0mnik2i1q5zwgb5zc60i7p5dg1fj176"
+ },
+ "stable": {
+ "version": [
+ 20190408
+ ],
+ "commit": "5c5ea7532bfff3c12c2a554d68c5def1dd984a40",
+ "sha256": "1asr52rg3230avq2bwl06nnrgkym98i7gas0xrs2vqyyaxbcpb1h"
+ }
+ },
+ {
+ "ename": "enlive",
+ "commit": "388fa2580e687d9608b11cdc069841831b414b29",
+ "sha256": "1dyayk37zik12qfh8zbjmhsch64yqsx3acrlm7hcnavx465hmhnz",
+ "fetcher": "github",
+ "repo": "zweifisch/enlive",
+ "unstable": {
+ "version": [
+ 20170725,
+ 1417
+ ],
+ "commit": "604a8ca272b6889f114e2b5a13adb5b1dc4bae86",
+ "sha256": "1iwfb5hxhnp4rl3rh5yayik0xl2lg82klxkvqf29536pk8ip710m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "commit": "60facaf8bc48b660d209551c0ce4d17e5c907ab8",
+ "sha256": "08j6b79vy8ry4ad1abk3hvxjbb4ylrhkvrbrnq1gcikl4h1p2v63"
+ }
+ },
+ {
+ "ename": "eno",
+ "commit": "a63b22f357b2d08b12fb86c27261ab4d687c5f7f",
+ "sha256": "1pcbvka3g32j1a2j7slw4jm80qpsk3ldziy5n4l02xpnqw6iwy6q",
+ "fetcher": "github",
+ "repo": "enoson/eno.el",
+ "unstable": {
+ "version": [
+ 20160110,
+ 1034
+ ],
+ "deps": [
+ "dash",
+ "edit-at-point"
+ ],
+ "commit": "40075bb1ed9e62f42c5799f3d3721734742ed417",
+ "sha256": "1qimqrvk0myqfi2l3viigkx1ld90qpjgi1gs6xhw2g51r8x4i3in"
+ }
+ },
+ {
+ "ename": "enotify",
+ "commit": "f10631b740eea56e7209d7e84f0da8613274ef1d",
+ "sha256": "0mii6m6zw9y8njgzi79rcf1n251iw7qz3yqjjij3c19rk3zpm5qi",
+ "fetcher": "github",
+ "repo": "laynor/enotify",
+ "unstable": {
+ "version": [
+ 20130407,
+ 1348
+ ],
+ "commit": "7fd2f48ef4ff32c8f013c634ea2dd6b1d1409f80",
+ "sha256": "0v5p97dvzrk3j59yjc6iny71j3fdw9bb8737wnnzm098ff42dfmd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "commit": "75c84b53703e5d52cb18acc9251b87ffa400f388",
+ "sha256": "1in4wbwkxn8qfcsfjbczzk73z74w4ixlml61wk666dw0kpscgbs5"
+ }
+ },
+ {
+ "ename": "ensime",
+ "commit": "502faab70af713f50dd8952be4f7a5131075e78e",
+ "sha256": "1d8y72l7bh93x9zdj3d3qjhrrzr804rgi6kjifyrin772dffjwby",
+ "fetcher": "github",
+ "repo": "ensime/ensime-emacs",
+ "unstable": {
+ "version": [
+ 20180615,
+ 1330
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "popup",
+ "s",
+ "sbt-mode",
+ "scala-mode",
+ "yasnippet"
+ ],
+ "commit": "34eb11dac3ec9d1c554c2e55bf056ece6983add7",
+ "sha256": "0hgbxd538xjzna97843014xkbpgs20nz7xpb6smls7rdxp5a1fpd"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 2
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "popup",
+ "s",
+ "sbt-mode",
+ "scala-mode",
+ "yasnippet"
+ ],
+ "commit": "3d3ab18436ad6089496b3bce1d49c64a86965431",
+ "sha256": "0p821zwpiznjh736af5avnx9abssx0zbb9xhs74yhh1mcdi1whq7"
+ }
+ },
+ {
+ "ename": "envdir",
+ "commit": "79c1497f709f6d23e4886359e09ab0456ed61777",
+ "sha256": "085bfm4w7flrv8jvzdnzbdg3j5n29xfzbs1wlrr29mg9dja6s8g8",
+ "fetcher": "github",
+ "repo": "proofit404/envdir-mode",
+ "unstable": {
+ "version": [
+ 20160221,
+ 1923
+ ],
+ "deps": [
+ "dash",
+ "f"
+ ],
+ "commit": "f29346c55ccf11d8c75628edc6d430ed63c36917",
+ "sha256": "1jyhr9gv3d0rxv5iks2g9x6xbxqv1bvf1fnih96h4pgsfxz8wrp6"
+ }
+ },
+ {
+ "ename": "eopengrok",
+ "commit": "2b87ea158a6fdbc6b4e40fd7c0f6814d135f8545",
+ "sha256": "0756x78113286hwk1i1m5s8xq04gh7zxb4fkmw58lg2ssff8q6av",
+ "fetcher": "github",
+ "repo": "youngker/eopengrok.el",
+ "unstable": {
+ "version": [
+ 20160904,
+ 659
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "magit",
+ "s"
+ ],
+ "commit": "78f734328aaf19c52720415c037708ece1944c4c",
+ "sha256": "1c5kzq3h7gr0459z364dyq5m8vq0ydclw5wphqj9fyg28mxjj6ns"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "magit",
+ "s"
+ ],
+ "commit": "11c99f7e1e2c1c7d70cbda496cb5b6c7f6e4082a",
+ "sha256": "1c5kzq3h7gr0459z364dyq5m8vq0ydclw5wphqj9fyg28mxjj6ns"
+ }
+ },
+ {
+ "ename": "epc",
+ "commit": "8bc29a8d518ce7a584277089bd4654f52ac0f358",
+ "sha256": "1l9rcx07pa4b9z5654gyw6b64c95lcigzg15amphwr56v2g3rbzx",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-epc",
+ "unstable": {
+ "version": [
+ 20140610,
+ 534
+ ],
+ "deps": [
+ "concurrent",
+ "ctable"
+ ],
+ "commit": "e1bfa5ca163273859336e3cc89b4b6460f7f8cda",
+ "sha256": "15nkrjgi64f829isfd6xrhl4zw8jirr8pkas7nisrbk1av868hx0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "concurrent",
+ "ctable"
+ ],
+ "commit": "16e975efad63093a1f1f7b59f8fda5a3cf34f2a0",
+ "sha256": "0smk23f23jdnvmrisj5d4isna36sr15bbvh53dq5261y8ddxlkvw"
+ }
+ },
+ {
+ "ename": "epic",
+ "commit": "7c7162791d560846fe386746c00a9fe88c8007bb",
+ "sha256": "0gfl8if83jbs0icz6gcjkwxvcz5v744k1kvqnbx3ga481kds9rqf",
+ "fetcher": "github",
+ "repo": "yoshinari-nomura/epic",
+ "unstable": {
+ "version": [
+ 20170210,
+ 23
+ ],
+ "deps": [
+ "htmlize"
+ ],
+ "commit": "a41826c330eb0ea061d58a08cc861b0c4ac8ec4e",
+ "sha256": "0mvg52f2y3725hlzqcn2mh8jihnbg68wlqmq951sa3qfma7m40pp"
+ }
+ },
+ {
+ "ename": "epkg",
+ "commit": "2df16abf56e53d4a1cc267a78797419520ff8a1c",
+ "sha256": "0vvkjjaffvwvsvld3c6hwd18icmp2lc7f9yqvclifpadi98dhpww",
+ "fetcher": "github",
+ "repo": "emacscollective/epkg",
+ "unstable": {
+ "version": [
+ 20190807,
+ 846
+ ],
+ "deps": [
+ "closql",
+ "dash"
+ ],
+ "commit": "80098a45909d50aa089d344c6e24cbbae1481513",
+ "sha256": "0r5h8wdw58maqmda2ldg5j3fmjsih95ikzg34gxfk18sw7r50rpv"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 2,
+ 1
+ ],
+ "deps": [
+ "closql",
+ "dash"
+ ],
+ "commit": "1aaa64402bf91575ee81bf240c4c52320f68088d",
+ "sha256": "0ij44yp72y1flcjp2q6yfbrnr4bnzjflgcsksl3djr9nhb73cd5a"
+ }
+ },
+ {
+ "ename": "epl",
+ "commit": "9c6cf24e86d8865bd2e4b405466118de1894851f",
+ "sha256": "0zr3r2hn9jaxscrl83hyixznb8l5dzfr6fsac76aa8x12xgsc5hn",
+ "fetcher": "github",
+ "repo": "cask/epl",
+ "unstable": {
+ "version": [
+ 20180205,
+ 2049
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "78ab7a85c08222cd15582a298a364774e3282ce6",
+ "sha256": "0ksilx9gzdazngxfni5i632jpb1nprcxplsbhgqirs2xdl53q8v8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fd906d3f92d58ecf24169055744409886ceb06ce",
+ "sha256": "0d3z5z90ln8ipk1yds1n1p8fj9yyh2kpspqjs7agl38indra3nb4"
+ }
+ },
+ {
+ "ename": "epm",
+ "commit": "e12e8ae2e8e8aff7cbd75a951dd328cb9ccf58b0",
+ "sha256": "0k94qhzxjzw5d0c53jnyx1xfciwr9qib845awyjaybzzs34s8r08",
+ "fetcher": "github",
+ "repo": "xuchunyang/epm",
+ "unstable": {
+ "version": [
+ 20190509,
+ 443
+ ],
+ "deps": [
+ "epl"
+ ],
+ "commit": "6375ddbf93c5f25647f6ebb25b54045b3c93a5be",
+ "sha256": "1m0l0szrwljzsch4xj9a42nflpqfii68g8clizsjwv323h6xff4n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "epl"
+ ],
+ "commit": "6375ddbf93c5f25647f6ebb25b54045b3c93a5be",
+ "sha256": "1m0l0szrwljzsch4xj9a42nflpqfii68g8clizsjwv323h6xff4n"
+ }
+ },
+ {
+ "ename": "epresent",
+ "commit": "150487558ecda0520c637ffed1ffe2fbf2dc5811",
+ "sha256": "176d1nwsafi6fb0dnv35bfskp0xczyzf2939gi4bz69zh0161jg8",
+ "fetcher": "github",
+ "repo": "dakrone/epresent",
+ "unstable": {
+ "version": [
+ 20160411,
+ 201
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "6c8abedcf46ff08091fa2bba52eb905c6290057d",
+ "sha256": "1qa1nq63kax767gs53s75ihspirvh69l4xdm89mj57qvrbpz36z5"
+ }
+ },
+ {
+ "ename": "eprime-mode",
+ "commit": "37b4f3dce033fa18d23202ca4c36bc85754d547d",
+ "sha256": "0vswjcs24f3mdyw6ai7p21ab8pdn327lr2d6css0a5nrg539cn2g",
+ "fetcher": "github",
+ "repo": "AndrewHynes/eprime-mode",
+ "unstable": {
+ "version": [
+ 20140513,
+ 1816
+ ],
+ "commit": "17a481af26496be91c07139a9bfc05cfe722506f",
+ "sha256": "1wwg46xdb488wxvglwvsy08vznrnmdmmbcvm9vb60dy3gqjmz7cw"
+ }
+ },
+ {
+ "ename": "eproject",
+ "commit": "d7e82668617a9b599f8994c720f3f123ba1e008a",
+ "sha256": "0kpg4r57khbyinc73v9kj32b9m3b4nb5014r5fkl5mzzpzmd85b4",
+ "fetcher": "github",
+ "repo": "jrockway/eproject",
+ "unstable": {
+ "version": [
+ 20180312,
+ 1642
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "068218d2cf2138cb2e8fc29b57e773a0097a7e8b",
+ "sha256": "110b8gn47m5kafmvxr8q9zzrj0pdn6ikw9xsx4z1rc58i02jy307"
+ }
+ },
+ {
+ "ename": "equake",
+ "commit": "2a4a0ec11a9c720d7ed90addcb31d0a9d5594f5b",
+ "sha256": "17r10d3acmhixbi24k19rx720qi8ss4v53n107arqmr04rkd1v2y",
+ "fetcher": "gitlab",
+ "repo": "emacsomancer/equake",
+ "unstable": {
+ "version": [
+ 20190630,
+ 319
+ ],
+ "deps": [
+ "dash",
+ "tco"
+ ],
+ "commit": "7eddc025ee61b83029363e22219af228b8c20681",
+ "sha256": "1c55pbqak3d02sw6z1139baxzy401b90g0gxzcc3j6sgplz6sc6w"
+ }
+ },
+ {
+ "ename": "erc-colorize",
+ "commit": "e69214e89ec0e00b36609fce3efe22b5c1add1f9",
+ "sha256": "1m941q7ql3yb71s71783nvz822bwhn1krmin18fvh0fbsbbnck2a",
+ "fetcher": "github",
+ "repo": "thisirs/erc-colorize",
+ "unstable": {
+ "version": [
+ 20170107,
+ 1339
+ ],
+ "commit": "d026a016dcb9d63d9ac66d30627a92a8f1681bbd",
+ "sha256": "1zzmsrlknrpw26kizd4dm1g604y9nkgh85xal9la70k94qcgv138"
+ }
+ },
+ {
+ "ename": "erc-crypt",
+ "commit": "a1a71b46c0370d2ed25aa3f39983048a04576ad5",
+ "sha256": "1mzzqcxjnll4d9r9n5z80zfb3ywkd8jx6b49g02vwf1iak9h7hv3",
+ "fetcher": "github",
+ "repo": "atomontage/erc-crypt",
+ "unstable": {
+ "version": [
+ 20190318,
+ 2350
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "043b109409ee5b17bf06956fa46e1beb66d06ca4",
+ "sha256": "1k4y203m7d7cbgdyin3yq70ai9yw0rfln2v61xd7xa5zxvgvj2v2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1c8b1caed52a5994aab8bd4dd196881ed537d3aa",
+ "sha256": "0w1b4pqipzdlkak9807k8xgzlc6vvni86ab92snm07909kby9xd0"
+ }
+ },
+ {
+ "ename": "erc-hipchatify",
+ "commit": "b60e01e7064ce486fdac3d1b39fd4a1296b0dac5",
+ "sha256": "1a4gl05i757vvap0rzrfwms7mhw80sa84gvbwafrvj3x11rja24x",
+ "fetcher": "bitbucket",
+ "repo": "seanfarley/erc-hipchatify",
+ "unstable": {
+ "version": [
+ 20170314,
+ 1637
+ ],
+ "deps": [
+ "alert",
+ "request",
+ "s"
+ ],
+ "commit": "a532275136920aa1a66a1817cfc5880a01974dab",
+ "sha256": "0av0y65hz7fbiiqzmk5mmw6jv7fivhcd1w3s2xn5y5jpgps56mrc"
+ }
+ },
+ {
+ "ename": "erc-hl-nicks",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "03hxsknf31vrja2amfa317ig4c34i5jpdq35zczrp00ap0s31nbq",
+ "fetcher": "github",
+ "repo": "leathekd/erc-hl-nicks",
+ "unstable": {
+ "version": [
+ 20180415,
+ 1946
+ ],
+ "commit": "756c4438a8245ccd3e389bf6c9850ee8453783ec",
+ "sha256": "0c82rxpl5v7bbxirf1ksg06xv5xcddh8nkrpj7i6nvfarwdfnk4f"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 3
+ ],
+ "commit": "756c4438a8245ccd3e389bf6c9850ee8453783ec",
+ "sha256": "0c82rxpl5v7bbxirf1ksg06xv5xcddh8nkrpj7i6nvfarwdfnk4f"
+ }
+ },
+ {
+ "ename": "erc-image",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1k5llh2jg2wxy9v03qrhwqa6g7apkqiqa47jm24z0ydqinm6zl83",
+ "fetcher": "github",
+ "repo": "kidd/erc-image.el",
+ "unstable": {
+ "version": [
+ 20180522,
+ 1424
+ ],
+ "commit": "82fb3871f02e24b1e880770b9a3d187aab43d0f0",
+ "sha256": "1q8mkf612fb4fjp8h4kbr107wn083iqfdgv8f80pcmil8y33dw9i"
+ }
+ },
+ {
+ "ename": "erc-scrolltoplace",
+ "commit": "848cb17d871287c401496e4483e400b44696e89d",
+ "sha256": "0632i1p26z3f633iinkqka0x2dd55x02xidk9qr66jh0dzfs6q3i",
+ "fetcher": "gitlab",
+ "repo": "jgkamat/erc-scrolltoplace",
+ "unstable": {
+ "version": [
+ 20180608,
+ 606
+ ],
+ "deps": [
+ "switch-buffer-functions"
+ ],
+ "commit": "feb0fbf1fd4bdf220ae2d31ea7c066d8e62089f9",
+ "sha256": "1wb3xm45g77daw2ncs8a8w0m8d2hi591jmzwy5xli1zgrr5mm8h3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "switch-buffer-functions"
+ ],
+ "commit": "7539654e4a72edcc5bba07a101961e5bf0a9d449",
+ "sha256": "11zpqwh1mlfifbgnvhc63bvnhg340jgxssm3m43hr1sxsyb52lh6"
+ }
+ },
+ {
+ "ename": "erc-social-graph",
+ "commit": "9f347636c417aaf91728e56fd32313854fde3684",
+ "sha256": "07arn3k89cqxab5x5lczv8bpgrbirmlw9p6c37fgrl3df6f46h4h",
+ "fetcher": "github",
+ "repo": "vibhavp/erc-social-graph",
+ "unstable": {
+ "version": [
+ 20150508,
+ 1204
+ ],
+ "commit": "e6ef3416a1c5064054bf054d9f0c1c7bf54a9cd0",
+ "sha256": "0k3gp4c74g5awk7v9lzb6py3dvf59nggh6dw7530cswxb6kg2psa"
+ }
+ },
+ {
+ "ename": "erc-status-sidebar",
+ "commit": "29631de8ec4140a8e35cc500902b58115faa3955",
+ "sha256": "04qh70ih74vbavq7ccwj1ixpd8s3g8rck9bxv6zhm1yv34bslw5d",
+ "fetcher": "github",
+ "repo": "drewbarbs/erc-status-sidebar",
+ "unstable": {
+ "version": [
+ 20171223,
+ 2124
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "ea4189a1dbfe60117359c36e681ad7c389e2968c",
+ "sha256": "1hwlhzgx03z8891sblz56zdp8zj0izh72kxykgcnz5rrkyc3vfi3"
+ }
+ },
+ {
+ "ename": "erc-terminal-notifier",
+ "commit": "f2ba978b1ba63fac3b7f1e9776ddc3b054455ac4",
+ "sha256": "0vrxkg62qr3ki8n9mdn02sdni5fkj79fpkn0drx0a4kqp0nrrj7c",
+ "fetcher": "github",
+ "repo": "julienXX/erc-terminal-notifier.el",
+ "unstable": {
+ "version": [
+ 20140115,
+ 1024
+ ],
+ "commit": "a3dacb935845e4a20031212bbd82b2170f68d2a8",
+ "sha256": "0cfqbqskh260zfq1lx1s8jz2351w2ij9m73rqim16fy7zr0s0670"
+ }
+ },
+ {
+ "ename": "erc-track-score",
+ "commit": "671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f",
+ "sha256": "19wjwah2n8ri6gyrsbzxnrvxwr5cj48sxrar1226n9miqvgj5whx",
+ "fetcher": "github",
+ "repo": "jd/erc-track-score.el",
+ "unstable": {
+ "version": [
+ 20130328,
+ 1215
+ ],
+ "commit": "5b27531ea6b1a4c4b703b270dfa9128cb5bfdaa3",
+ "sha256": "0n107d77z04ahypa7hn2165kkb6490v4vkzdm5zwm4lfhvlmp0x2"
+ }
+ },
+ {
+ "ename": "erc-tweet",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0nmh3r8s69hfmkz0jycn7w2icb5gnw2qbf8xjd52kigkdb2s646c",
+ "fetcher": "github",
+ "repo": "kidd/erc-tweet.el",
+ "unstable": {
+ "version": [
+ 20150920,
+ 1258
+ ],
+ "commit": "91fed61e139fa788d66a7358f0d50acc896414b8",
+ "sha256": "118q4zj9dh5xnimcsi229j5pflhcd8qz0p212kc4p9dmyrx2iw0n"
+ }
+ },
+ {
+ "ename": "erc-twitch",
+ "commit": "46f8640b24bade45cc729eeb370adf959f99526f",
+ "sha256": "08vlwcxrzc2ndm52112z1r0qnz6jlmjhiwq2j3j59fbw82ys61ia",
+ "fetcher": "github",
+ "repo": "vibhavp/erc-twitch",
+ "unstable": {
+ "version": [
+ 20170427,
+ 606
+ ],
+ "deps": [
+ "erc",
+ "json"
+ ],
+ "commit": "53c6af0cb72e56d897d30a40e7e5066668d6b5ec",
+ "sha256": "0qirx38czv8m7sgj3rm1zncmyd8z6k4xhd8ixwxl7nigfpqvvv4c"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "erc",
+ "json"
+ ],
+ "commit": "6938191c787d66fef4c13674e0a98a9d64eff364",
+ "sha256": "1xsxykmhz34gmyj4jb26qfai7j95kzlc7vfydrajc6is7xlrwhfk"
+ }
+ },
+ {
+ "ename": "erc-view-log",
+ "commit": "0c0176d8e26014f7b62d14ac3adffa21a84b5741",
+ "sha256": "1k6fawblz0d7kz1y7sa3q43s7ci28jsmzkp9vnl1nf55p9xvv4cf",
+ "fetcher": "github",
+ "repo": "Niluge-KiWi/erc-view-log",
+ "unstable": {
+ "version": [
+ 20140227,
+ 2039
+ ],
+ "commit": "c5a25f0cbca84ed2e4f72068c02b66bd0ea3b266",
+ "sha256": "0bzi2sh2fhrz49j5y53h6jgf41av6rx78smb3bbk6m74is8vim2y"
+ }
+ },
+ {
+ "ename": "erc-youtube",
+ "commit": "a80ee9617a30a8ad1d457a0b0c7f35e6ec1c0bb2",
+ "sha256": "12ylxkskkgfv5x7vlkib963ichb3rlmdzkf4zh8a39cgl8wsmacx",
+ "fetcher": "github",
+ "repo": "kidd/erc-youtube.el",
+ "unstable": {
+ "version": [
+ 20150603,
+ 2136
+ ],
+ "commit": "97054ba8475b442e2aa81e5a291f668b7f28697f",
+ "sha256": "0kh4amx3l3a14qaiyvjyak1jbybs6n49mdvzjrd1i2vd1y74zj5w"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "97054ba8475b442e2aa81e5a291f668b7f28697f",
+ "sha256": "0kh4amx3l3a14qaiyvjyak1jbybs6n49mdvzjrd1i2vd1y74zj5w"
+ }
+ },
+ {
+ "ename": "erc-yt",
+ "commit": "ece0a6185a36d52971c35a35f5aa76ddafec3ced",
+ "sha256": "0yrwvahv4l2s1aavy6y6mjlrw8l11i00a249825ab5yaxrkzz7xc",
+ "fetcher": "github",
+ "repo": "yhvh/erc-yt",
+ "unstable": {
+ "version": [
+ 20150426,
+ 1249
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "43e7d49325b17a3217a6ffb4a9daf75c5ff4e6f8",
+ "sha256": "1dlw34kaslyvnsrahf4rm76r2b7qqqn589i4mmhr23prl8xbz9z9"
+ }
+ },
+ {
+ "ename": "ercn",
+ "commit": "a12f264653d79224adeb5d0ae76518dc408ff1e9",
+ "sha256": "0yvis02bypw6v1zv7i326y8s6j0id558n0bdri52hr5pw85imnlp",
+ "fetcher": "github",
+ "repo": "leathekd/ercn",
+ "unstable": {
+ "version": [
+ 20150523,
+ 1503
+ ],
+ "commit": "79a4df5609046ae2e2e3375998287be6dda80615",
+ "sha256": "0xw3d9fz4kmn1myrsy44ki4bgg0aclv41wldl6r9nhvkrnri41cv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "73b00dadf83b97dd9edd8381a4b27f583c08b7f6",
+ "sha256": "19jninbf0dhdw3kn4d38bxmklg0v7sh3m9dwj6z69w99r5pcw480"
+ }
+ },
+ {
+ "ename": "ereader",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1ai27lyb9xcmjjcnppzzhb6ilsvq9d9g9z7h79lp7axq761vind4",
+ "fetcher": "github",
+ "repo": "bddean/emacs-ereader",
+ "unstable": {
+ "version": [
+ 20170810,
+ 501
+ ],
+ "deps": [
+ "dash",
+ "s",
+ "xml+"
+ ],
+ "commit": "f3bbd3f13195f8fba3e3c880aab0e4c60430dcf3",
+ "sha256": "18yqqqxsivnq2m8mxz7ifp0bfmn3q9m11w3abryxg2snh4vb5sy6"
+ }
+ },
+ {
+ "ename": "eredis",
+ "commit": "63f06713d06911f836fe2a4bf199b0794ac89cf0",
+ "sha256": "087lln2izn5bv7bprmbaciivf17vv4pz2cjl91hy2f0sww6nsiw8",
+ "fetcher": "github",
+ "repo": "justinhj/eredis",
+ "unstable": {
+ "version": [
+ 20181119,
+ 131
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "07ae21ff7102a8d2c2f088387e114d5b49ff9b34",
+ "sha256": "1mlzgn53ngswjn7vdinnrmhji9jxs5nyqlvb6xm6cznkn97xiy2a"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 6
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "cfbfc25832f6fbc507bdd56b02e3a0b851a3c368",
+ "sha256": "1f2f57c0bz3c6p11hr69aar6z5gg33zvfvsm76ma11vx21qilz6i"
+ }
+ },
+ {
+ "ename": "erefactor",
+ "commit": "18063e16a6f556b1871e1a5b74e353a85a794e63",
+ "sha256": "0ma9sbrq4n8y5w7vvbhhgmw25aiykbq5yhxzm0knj32bgpviprw7",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-erefactor",
+ "unstable": {
+ "version": [
+ 20160121,
+ 959
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bf68085e5635eb94fd85709f8e1355c1f5534745",
+ "sha256": "1v8x6qmhywfxs7crzv7hfl5n4zq5y3ar40l873946l4wyk0wclng"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fde3fd42c815c76e8015f69518a92f6bfcfde990",
+ "sha256": "17i567nfm0rykimh6bpcc5f2l7wsf8zcdy2jzd7sgrl54dvb0g9i"
+ }
+ },
+ {
+ "ename": "ergoemacs-mode",
+ "commit": "02920517987c7fc698de9952cbb09dfd41517c40",
+ "sha256": "0h99m0n3q41lw5fm33pc1405lrxyc8rzghnc6c7j4a6gr1d82s62",
+ "fetcher": "github",
+ "repo": "ergoemacs/ergoemacs-mode",
+ "unstable": {
+ "version": [
+ 20190527,
+ 348
+ ],
+ "deps": [
+ "cl-lib",
+ "undo-tree"
+ ],
+ "commit": "7d3656541a00cc04ba4cefa31c0d127adb5a260a",
+ "sha256": "1rw237xiw5nz736l5jdmlsa11l14qvzdac0wqymi80a0rfwqikga"
+ },
+ "stable": {
+ "version": [
+ 5,
+ 16,
+ 10,
+ 12
+ ],
+ "deps": [
+ "cl-lib",
+ "undo-tree"
+ ],
+ "commit": "ac70b2563fb6e3d69ea382fddc87b5721c20c292",
+ "sha256": "0ydxyylijdd6da4n9by441352shphrpfyk2631ld5aq3gz27z9gi"
+ }
+ },
+ {
+ "ename": "ergoemacs-status",
+ "commit": "f4af9606cfe09cdd294fae6b4b1f477f7861fdb7",
+ "sha256": "065pw31s8dmqpag7zj40iv6dbl0qln7c65gcyp7pz9agg9rp6vbb",
+ "fetcher": "github",
+ "repo": "ergoemacs/ergoemacs-status",
+ "unstable": {
+ "version": [
+ 20160318,
+ 538
+ ],
+ "deps": [
+ "mode-icons",
+ "powerline"
+ ],
+ "commit": "d952cc2361adf6eb4d6af60950ad4ab699c81320",
+ "sha256": "06pdwrhflpi5rkigqnr5h3jzv3dm1p9nydpvql9w33ixm6qhjj71"
+ }
+ },
+ {
+ "ename": "erlang",
+ "commit": "d9cd526f43981e0826af59cdc4bb702f644781d9",
+ "sha256": "1cs768xxbyrr78ln50k4yknmpbcc1iplws3k07r0gx5f3ca73iaq",
+ "fetcher": "github",
+ "repo": "erlang/otp",
+ "unstable": {
+ "version": [
+ 20190404,
+ 928
+ ],
+ "commit": "65449e9e54fd765abdbe546590e4da044f36c2a4",
+ "sha256": "0yj4vfpz6vjxsraiab45c4lw313yd7c88sa10fsr974h0wfp9rnv"
+ },
+ "stable": {
+ "version": [
+ 22,
+ 0,
+ 7
+ ],
+ "commit": "3967d28c05dae77db30b15e56eb4ececf4f1afef",
+ "sha256": "1jk78b674cvi6fh6fj5jqqnqv4452x9bn6h79yrdm5nws1nh84am"
+ }
+ },
+ {
+ "ename": "erlstack-mode",
+ "commit": "6ee61c1c5f116082b37fb13d15052ed9bbbc1dac",
+ "sha256": "0b7mj0rs8k3hdv4v3v5vmdqs0y26mss7dzc0sjjxj4d095yddqqf",
+ "fetcher": "github",
+ "repo": "k32/erlstack-mode",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1117
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "d0a67fb6f91cef02376e71b4b4669b071ebd9737",
+ "sha256": "10b77q2qwwlvj56g9yd6d9lkmk184mjf6x3067vvqs40xiv9bsgl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "07398e929978b0eaf2bf119e97cba7b9f9e90d2a",
+ "sha256": "1gf9k3z9v1s7d01s551ys87j05xh3lpnvv86dq86rz8xinc09kac"
+ }
+ },
+ {
+ "ename": "eros",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0l79bn72x5m2lzglrwwngz3hax9pf8wv7ci86y5pkwaa8frxycww",
+ "fetcher": "github",
+ "repo": "xiongtx/eros",
+ "unstable": {
+ "version": [
+ 20180415,
+ 618
+ ],
+ "commit": "dd8910279226259e100dab798b073a52f9b4233a",
+ "sha256": "08chj3a0lw4ygi2sv7wj0i6ihfbi8jhylr8p92inif8b88r6wg3k"
+ }
+ },
+ {
+ "ename": "ert-async",
+ "commit": "2ec669e3fc73b0b499b84cec87d0f8621274732e",
+ "sha256": "004798ckri5j72j0xvzkyciss1iz4lw9gya2749hkjxlamg14cn5",
+ "fetcher": "github",
+ "repo": "rejeep/ert-async.el",
+ "unstable": {
+ "version": [
+ 20151011,
+ 1359
+ ],
+ "commit": "f64a7ed5b0d2900c9a3d8cc33294bf8a79bc8526",
+ "sha256": "0hn9i405nfhjd1h9vnwj43nxbbz00khrwkjq0acfyxjaz1shfac9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "commit": "f64a7ed5b0d2900c9a3d8cc33294bf8a79bc8526",
+ "sha256": "0hn9i405nfhjd1h9vnwj43nxbbz00khrwkjq0acfyxjaz1shfac9"
+ }
+ },
+ {
+ "ename": "ert-expectations",
+ "commit": "84f836338818946a6bb31d35d6ae959571128ed5",
+ "sha256": "07mp0azb6wsa1z4s6q8jyh7dpzils0wh2bamfmxzy4gjqjwv8ncn",
+ "fetcher": "github",
+ "repo": "emacsorphanage/ert-expectations",
+ "unstable": {
+ "version": [
+ 20121009,
+ 734
+ ],
+ "commit": "aed70e002c4305b66aed7f6d0d48e9addd2dc1e6",
+ "sha256": "0qgi3rj49k0hz4azg7ghcj6385p5s9gakqjhrjnhih7dxvihcgxi"
+ }
+ },
+ {
+ "ename": "ert-junit",
+ "commit": "27c627eacab54896a1363dbabc56250a65343dd8",
+ "sha256": "0bv22mhh1ahbjwi6s1csxkh11dmy0srabkddjd33l4havykxlg6g",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/olanilsson/ert-junit",
+ "unstable": {
+ "version": [
+ 20190802,
+ 2232
+ ],
+ "deps": [
+ "ert"
+ ],
+ "commit": "65f91c35b088b87943dbbbe7e1ce354bc9bc0992",
+ "sha256": "1srmkffzj7xf8iickhyhw1fpg4nxbkp45aiz9w784ra9p99a366y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "deps": [
+ "ert"
+ ],
+ "commit": "65f91c35b088b87943dbbbe7e1ce354bc9bc0992",
+ "sha256": "1srmkffzj7xf8iickhyhw1fpg4nxbkp45aiz9w784ra9p99a366y"
+ }
+ },
+ {
+ "ename": "ert-modeline",
+ "commit": "3b3a301889d6eea2470017519b080519efbe1bec",
+ "sha256": "06pc50q9ggin20cbfafxd53x35ac3kh85dap0nbws7514f473m7b",
+ "fetcher": "github",
+ "repo": "chrisbarrett/ert-modeline",
+ "unstable": {
+ "version": [
+ 20140115,
+ 1015
+ ],
+ "deps": [
+ "dash",
+ "projectile",
+ "s"
+ ],
+ "commit": "e7be2b81191afb437b70368a819770f8f750e4af",
+ "sha256": "08yfq3qzscxvzyxvyvdqpkrm787278yhkdd9prbvrgjj80p8n7vq"
+ }
+ },
+ {
+ "ename": "ert-runner",
+ "commit": "0a1acc68f296e80b6ed99a1783e9f67be54ffac9",
+ "sha256": "0fnb8rmjr5lvc3dq0fnyxhws8ync1lj5xp8ycs63z4ax6gmdqr48",
+ "fetcher": "github",
+ "repo": "rejeep/ert-runner.el",
+ "unstable": {
+ "version": [
+ 20180831,
+ 1145
+ ],
+ "deps": [
+ "ansi",
+ "commander",
+ "dash",
+ "f",
+ "s",
+ "shut-up"
+ ],
+ "commit": "90b8fdd5970ef76a4649be60003b37f82cdc1a65",
+ "sha256": "04nxmyzncacj2wmzd84vv9wkkr2dk9lcb10dvygqmg3p1gadnwzz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 0
+ ],
+ "deps": [
+ "ansi",
+ "commander",
+ "dash",
+ "f",
+ "s",
+ "shut-up"
+ ],
+ "commit": "00056c37817f15b1870ccedd13cedf102e3194dd",
+ "sha256": "0rdgdslspzb4s0n4a68hnwfm8vm8baasa8nzrdinf0nryn7rrhbf"
+ }
+ },
+ {
+ "ename": "es-lib",
+ "commit": "f10631b740eea56e7209d7e84f0da8613274ef1d",
+ "sha256": "0mwvgf5385qsp91zsdw75ipif1h90xy277xdmrpwixsxd7abbn0n",
+ "fetcher": "github",
+ "repo": "sabof/es-lib",
+ "unstable": {
+ "version": [
+ 20141111,
+ 1830
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "753b27363e39c10edc9e4e452bdbbbe4d190df4a",
+ "sha256": "0jq4yp80wiphlpsc0429rg8n50g8l4lf78q0l3nywz2p93smjy9b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "753b27363e39c10edc9e4e452bdbbbe4d190df4a",
+ "sha256": "0jq4yp80wiphlpsc0429rg8n50g8l4lf78q0l3nywz2p93smjy9b"
+ }
+ },
+ {
+ "ename": "es-mode",
+ "commit": "9912193f73c4beae03b295822bf41cb2298756e2",
+ "sha256": "0zp84k5idqkrvc9qci49ains0b86kpk97lk1jcwyj75s4xsfyp1y",
+ "fetcher": "github",
+ "repo": "dakrone/es-mode",
+ "unstable": {
+ "version": [
+ 20190512,
+ 1216
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "request",
+ "s",
+ "spark"
+ ],
+ "commit": "8de1452e1b9181a4f6778c0aaefc011aef58b25d",
+ "sha256": "0p9k30a1ar9hpw63cxr46afk7l3b7j79jpgrjcpsicd17rhjbcs8"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "spark"
+ ],
+ "commit": "996730ebce57d810d2c275c7fadb11c2b1134dea",
+ "sha256": "1qhfnd5anp5qrmravv7ks5ix763xnki2f5jwcyj70qyxwr0l60cg"
+ }
+ },
+ {
+ "ename": "es-windows",
+ "commit": "944d4cd54e040d2a58e1778cb282727deee83f92",
+ "sha256": "112ngkan0hv3y7m71479f46x5gwdmf0vhbqrzs5kcjwlacqlrahx",
+ "fetcher": "github",
+ "repo": "sabof/es-windows",
+ "unstable": {
+ "version": [
+ 20140211,
+ 904
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "239e30408cb1adb4bc8bd63e2df34711fa910b4f",
+ "sha256": "14rsifcx2kwdmwq9zh41fkb848l0f4igp5v9pk3x4jd2yw9gay7m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "7ebe6c6e0831373847d7adbedeaa2e506b54b2af",
+ "sha256": "0cjchwrhk7bw87bg10zgcwkga50rvs0jn5v2jf6bbsxbcqx2nfc9"
+ }
+ },
+ {
+ "ename": "esa",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0y4mbq0z6vp0faxq6dq5hhxnsbi685amxqbvpxkxahl1nckp76lb",
+ "fetcher": "github",
+ "repo": "nabinno/esa.el",
+ "unstable": {
+ "version": [
+ 20180403,
+ 1525
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "417e0ac55abe9b17e0b7165d0df26bc018aff42e",
+ "sha256": "0hib8q9fslvw02i1y19z78fv6yy88q09lhfdfmbdyn6yal21855q"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 13
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0f69f9f45ac15018c48853509ac38e68286f9c0e",
+ "sha256": "0cairmqsaghl2ddb2v8zhcwy5ik756m7gkair8xrbigz4jklpcv9"
+ }
+ },
+ {
+ "ename": "esh-autosuggest",
+ "commit": "dc3776068d6928fc1661a27cccaeb8fb85577099",
+ "sha256": "1rcng1dhy4yw95qg909ck33svpdxhv9v5k7226d29gp4y54dwyrx",
+ "fetcher": "github",
+ "repo": "dieggsy/esh-autosuggest",
+ "unstable": {
+ "version": [
+ 20190228,
+ 401
+ ],
+ "deps": [
+ "company"
+ ],
+ "commit": "972094808d231a86dc6e43862191167b1997d840",
+ "sha256": "1nkf3n20bc8fhdw8vmmnrwhaddhmqpjsrxm304ci6r6b4zz71nq6"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 1
+ ],
+ "deps": [
+ "company"
+ ],
+ "commit": "a6d5eb3337d010bd2a2d677ff304cd53adc291a0",
+ "sha256": "0l2nnlr3b6df1xn0qjf5d5ryy1wcs1jczyfy795vsasd5gm3g0xh"
+ }
+ },
+ {
+ "ename": "esh-buf-stack",
+ "commit": "61e8f75aa0d5446c61aadc7ac22371e44a3761b8",
+ "sha256": "0zmwlsm98m9vbjk9mldfj2nf6cip7mlvb71j33ddix76yqggp4qg",
+ "fetcher": "github",
+ "repo": "tom-tan/esh-buf-stack",
+ "unstable": {
+ "version": [
+ 20140107,
+ 1018
+ ],
+ "commit": "ce0ea5aadca3150eaa9d2e6ec20296add4e99176",
+ "sha256": "1k8k9hl9m4vjqdw3x9wg04cy2lb9x64mq0mm0i3i6w59zrsnkn4q"
+ }
+ },
+ {
+ "ename": "esh-help",
+ "commit": "ab94c66d1ed7cfdbc437ee239984ba70408fd28a",
+ "sha256": "1k925wmn8jy9rxxsxxawasxq6r4yzwl116digdx314gd3i04sh3w",
+ "fetcher": "github",
+ "repo": "tom-tan/esh-help",
+ "unstable": {
+ "version": [
+ 20170830,
+ 411
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "8a8a9d4d9852f8bd96da3b94e95ff57097ac8ec6",
+ "sha256": "02fybhmqm2qmy5qdig7xvwxazqi499pw32kh5mrsbdr14srg9fhs"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "8a8a9d4d9852f8bd96da3b94e95ff57097ac8ec6",
+ "sha256": "02fybhmqm2qmy5qdig7xvwxazqi499pw32kh5mrsbdr14srg9fhs"
+ }
+ },
+ {
+ "ename": "eshell-autojump",
+ "commit": "68bd1a8ec9d17eff2d23e15b3686f7c0b8723126",
+ "sha256": "09l2680hknmdbwr4cncv1v4b0adik0c3sm5i9m3qbwyyxm8m41i5",
+ "fetcher": "github",
+ "repo": "coldnew/eshell-autojump",
+ "unstable": {
+ "version": [
+ 20150927,
+ 724
+ ],
+ "commit": "c6a8b81a16576df9875e721fbbfe6690d04e7e43",
+ "sha256": "13crzgkx1lham1nfsg6hj2zg875majvnig0v4ydg691zk1qi4hc2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "c0866d7f2789831665ebb01b812bae89d085bff0",
+ "sha256": "0nkmwwx224r50y2xnrz3v26l3ngqshvy5hs861gy4zagwllqfmvc"
+ }
+ },
+ {
+ "ename": "eshell-bookmark",
+ "commit": "e7bf4702a907727990fcc676980f2b219e22ab0c",
+ "sha256": "1bybxlq1h5chrjxqjb23kq8dmgw2xrjwkrnvpbphblqzpdy5ck0s",
+ "fetcher": "github",
+ "repo": "Fuco1/eshell-bookmark",
+ "unstable": {
+ "version": [
+ 20170922,
+ 1514
+ ],
+ "commit": "99a491c77e27ecc4626bdd4ad453ac71aa2654d4",
+ "sha256": "0imn9x7lylnzprg54mdmf21nxld1cq3r1037jzix0pq39bgz0vk7"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "commit": "deda4b848b2fb979dbe73ead2cb866610e3596ed",
+ "sha256": "14dmsnixf9vqdhsixw693sml0fn80zcf0b37z049fb40cmppqxdw"
+ }
+ },
+ {
+ "ename": "eshell-did-you-mean",
+ "commit": "a7649eca21a21ddbbc7131f29cbbd91a00a84060",
+ "sha256": "1z1wpn3sj1gi5nn0a71wg0i3av0dijnk79dc32zh3qlh500kz8mz",
+ "fetcher": "github",
+ "repo": "xuchunyang/eshell-did-you-mean",
+ "unstable": {
+ "version": [
+ 20150915,
+ 1952
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "7cb6ef8e2274d0a50a9e114d412307a6543533d5",
+ "sha256": "0v0wshck5n4hspcv1zk1g2nm6xiigcjp16lx0dc8wzkl6ymljvbg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "7cb6ef8e2274d0a50a9e114d412307a6543533d5",
+ "sha256": "0v0wshck5n4hspcv1zk1g2nm6xiigcjp16lx0dc8wzkl6ymljvbg"
+ }
+ },
+ {
+ "ename": "eshell-fixed-prompt",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0mhrfxf19p4qqnlnnfc0z70324c7qiiv63riaz4cn5jj1ps3v0iy",
+ "fetcher": "github",
+ "repo": "mallt/eshell-fixed-prompt-mode",
+ "unstable": {
+ "version": [
+ 20190111,
+ 2235
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "2c860029354bf1f69edc1f12e4a0d9aeb9054f5d",
+ "sha256": "1j1m661rgbfr04357wq2a7vhm04s3vrbw4r6y1k2cx2ap9amkb25"
+ }
+ },
+ {
+ "ename": "eshell-fringe-status",
+ "commit": "9efd9fefab5d449b9f70d9f548aadfea52d66bc0",
+ "sha256": "1vavidnijxzhr4v39q4bxi645vsfcj6vp0wnlhznpxagshr950lg",
+ "fetcher": "github",
+ "repo": "ryuslash/eshell-fringe-status",
+ "unstable": {
+ "version": [
+ 20170117,
+ 2316
+ ],
+ "commit": "adc6997c68e39c0d52a2af1b2fd5cf2057783797",
+ "sha256": "1cwn4cvjjd4l5kk7s6cxzafjmdv3s7k78i73fvscmsnpwx9p2wj0"
+ }
+ },
+ {
+ "ename": "eshell-git-prompt",
+ "commit": "5272280b19579c302ba41b53c77e42bc5e8ccbda",
+ "sha256": "0a8pyppqvnavvb8rwsjxagb76hra9zhs5gwa0ylyznmql83f8w8s",
+ "fetcher": "github",
+ "repo": "xuchunyang/eshell-git-prompt",
+ "unstable": {
+ "version": [
+ 20170909,
+ 1452
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "b6bb2d7bd4e393b4170b29891cfefb72ae020aab",
+ "sha256": "02i00an9wa8ns66xq900la68m7pd4hwv95g83cvf22bypivx7p2y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "b6bb2d7bd4e393b4170b29891cfefb72ae020aab",
+ "sha256": "02i00an9wa8ns66xq900la68m7pd4hwv95g83cvf22bypivx7p2y"
+ }
+ },
+ {
+ "ename": "eshell-prompt-extras",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "0zkdb9a8dibk832b5hzb6wjich3l0lah5p64805rgd4qskzj10gx",
+ "fetcher": "github",
+ "repo": "kaihaosw/eshell-prompt-extras",
+ "unstable": {
+ "version": [
+ 20181229,
+ 1418
+ ],
+ "commit": "5a328e1b9112c7f31ce2da7cde340f96626546b6",
+ "sha256": "0fwlvrzjygs12dcp89wy3rb3wa03mrvbzpmpvmz4x6dfpr7csznk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 96
+ ],
+ "commit": "7581c109673c40aceff278cd524273f50ffe170d",
+ "sha256": "1m1jisjz974cfz89i6l2zq666yzhsqipc6dmqlrm8mw81fxsfm1h"
+ }
+ },
+ {
+ "ename": "eshell-toggle",
+ "commit": "b7a3cf4c5ed3bb0995eac9dcce939b518a0ef987",
+ "sha256": "06cxjh0cqcafb4skw317f8wria9gv77wbwpc62a276s3zrv961qf",
+ "fetcher": "github",
+ "repo": "4DA/eshell-toggle",
+ "unstable": {
+ "version": [
+ 20190526,
+ 1452
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "2eb91974047f5caf8df3bf3af5014be2cc95ddac",
+ "sha256": "1iblhp0jvki2lm1jg1g93r3zvxvpjv3pi0xssivypq3bpy22v6cr"
+ }
+ },
+ {
+ "ename": "eshell-up",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1jyaaw950isissjjgqflfn2bllgdfcyphpbi7il06mv9p0dzpwvy",
+ "fetcher": "github",
+ "repo": "peterwvj/eshell-up",
+ "unstable": {
+ "version": [
+ 20170425,
+ 1737
+ ],
+ "commit": "9c100bae5c3020e8d9307e4332d3b64e7dc28519",
+ "sha256": "00zdbcncjabgj5mp47l1chymx5na18v2g4kj730dgmj3rnl3iz2q"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "commit": "653121392acd607d5dfbca0832927e06806a2d39",
+ "sha256": "05mfwp8zira7p2ip1rmqa08arlbkv7w1mbx7s5saj655scg7jaq3"
+ }
+ },
+ {
+ "ename": "eshell-z",
+ "commit": "8079cecaa59ad2ef22812960838123effc46a9b3",
+ "sha256": "14ixazj0nscyqsdv7brqnfr0q8llir1pwb91yhl9jdqypmadpm6d",
+ "fetcher": "github",
+ "repo": "xuchunyang/eshell-z",
+ "unstable": {
+ "version": [
+ 20170117,
+ 438
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c9334cbc1552234df3437f35d98e32f4d18446b8",
+ "sha256": "1zja4hb2lj4m5w4j9mpc7xyqgg2ivpslllffjsg8x1w8xsxpj8fh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "96ec3f5f8a801c893d2c6a6b140e333ef2bfd8b5",
+ "sha256": "1aac4m814jgxwpz7lbyx5r4z5dmawp4sk7pwbx0zqpnbcsaq5wwc"
+ }
+ },
+ {
+ "ename": "eslint-fix",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0ry271jlv95nhdqx6qxmvkpa10lpwkg1q6asnliviwplq2mxw2da",
+ "fetcher": "github",
+ "repo": "codesuki/eslint-fix",
+ "unstable": {
+ "version": [
+ 20180514,
+ 700
+ ],
+ "commit": "f81f3b47a47460611fbdbdae1d23275ec78f2f8d",
+ "sha256": "0k3asz3mdz4nm8lq37x9rgx4wb8hsfyr0hlfyhzwdb10x57jfzns"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "be90d1e78b1dfd43b6b3b1c06868539e2ac27d3a",
+ "sha256": "1l7pm0ywjby0giilyn6qsz1zh54sgmvmii7y9jhrva13c5kgg9an"
+ }
+ },
+ {
+ "ename": "eslintd-fix",
+ "commit": "c72d2b3ee9b8066d51d09e165e58e9846ca879cc",
+ "sha256": "0lv4xpp9bm1yyn9mj7hpgw1v46yyxr0nlwggbav78jbg4v7ai04v",
+ "fetcher": "github",
+ "repo": "aaronjensen/eslintd-fix",
+ "unstable": {
+ "version": [
+ 20180429,
+ 1455
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "90e451af4daa190d6c0e29fb714b0501a7cce89a",
+ "sha256": "01jysgdd4im4kf4afzwd4mm8x9vlpibb1w4yi2jvc0hglqddnr2g"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "97e8aa9b106e3e4b3a44c775ca972bdd2feda9ec",
+ "sha256": "1g6bv58m1052x2f5ffs17ryyqv0ay8vii5bwqs7dyfhlpppsn6c8"
+ }
+ },
+ {
+ "ename": "esonify",
+ "commit": "8a05dadbf515af6202d1cb96d4fdceb07bb7a6da",
+ "sha256": "0facvhl6p4v1h3magvp6lzahdzbgg7a15hbj9rgfncvfzfjzlq5a",
+ "fetcher": "github",
+ "repo": "oflatt/esonify",
+ "unstable": {
+ "version": [
+ 20190110,
+ 1621
+ ],
+ "deps": [
+ "cl-lib",
+ "deferred"
+ ],
+ "commit": "bdc79d4ab2e3c449b5bef46e5cabc552beeed5c6",
+ "sha256": "03xl6a49pg3y1g3dl7fglrn956ynzj2vlviwlv08ngflvbn5shai"
+ }
+ },
+ {
+ "ename": "espresso-theme",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "1njc1ppi1jvb3mdckr19kbk7g0a3dx8j4d6j101ygszzrr24ycmv",
+ "fetcher": "github",
+ "repo": "dgutov/espresso-theme",
+ "unstable": {
+ "version": [
+ 20181025,
+ 826
+ ],
+ "commit": "d2fa034eb833bf37cc6842017070725e0da9b046",
+ "sha256": "0fds36w6l2aaa88wjkd2ck561i0wwpxgz5ldadhbi5lvfwj9386m"
+ }
+ },
+ {
+ "ename": "espuds",
+ "commit": "14cf66e6929db2a0f377612e786aaed9eb12b799",
+ "sha256": "16yzw9l64ahf5v92jzb7vyb4zqxxplq6qh0y9rkfmvm59s4nhk6c",
+ "fetcher": "github",
+ "repo": "ecukes/espuds",
+ "unstable": {
+ "version": [
+ 20160905,
+ 1300
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "78fc53feaf77a98d63894cd410faee2a18107b00",
+ "sha256": "04479z1397vaz48bxx3f1xdvxnq1p01gg1y5f3hcbswjl8j3ahmr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 3
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "1405972873339e056517217136de4ad3202d744a",
+ "sha256": "16r4j27j9yfdiy841w9q5ykkc6n3wrm7hvfacagb32mydk821ijg"
+ }
+ },
+ {
+ "ename": "espy",
+ "commit": "184718ee62f25b2bfed7d5126e02bce3290c50c4",
+ "sha256": "1icyiygw7brn4lrp28szmk4kk94n5q1zlrzrl6z7y0hdhdsjflgg",
+ "fetcher": "github",
+ "repo": "walseb/espy",
+ "unstable": {
+ "version": [
+ 20180929,
+ 1602
+ ],
+ "commit": "b64a99185c96c20d4d4caa3daf1f5510b039bd6a",
+ "sha256": "1i8wc55rihah39i95w0rryp5scq8v3zyk4cayw5pz8g5bbl8w4zb"
+ }
+ },
+ {
+ "ename": "esqlite",
+ "commit": "bbec16cd1682ac15a81304f351f9c4e6b3b70fa9",
+ "sha256": "1dny5qjzl9gaj90ihzbhliwk0n0x7jz333hzf6gaw7wsjmx91wlh",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-esqlite",
+ "unstable": {
+ "version": [
+ 20151206,
+ 1206
+ ],
+ "deps": [
+ "pcsv"
+ ],
+ "commit": "bc4047e09b8f6c34802db86095cd465935670dce",
+ "sha256": "05f8n24yvzm3zjvc1523ib44wv76ms5sn6mv8s1wrjsl190av0rn"
+ }
+ },
+ {
+ "ename": "esqlite-helm",
+ "commit": "bbec16cd1682ac15a81304f351f9c4e6b3b70fa9",
+ "sha256": "00y2nwyx13xlny40afczr31lvbpnw1cgmj5wc3iycyznizg5kvhq",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-esqlite",
+ "unstable": {
+ "version": [
+ 20151116,
+ 850
+ ],
+ "deps": [
+ "esqlite",
+ "helm"
+ ],
+ "commit": "bc4047e09b8f6c34802db86095cd465935670dce",
+ "sha256": "05f8n24yvzm3zjvc1523ib44wv76ms5sn6mv8s1wrjsl190av0rn"
+ }
+ },
+ {
+ "ename": "ess",
+ "commit": "678b5515b5194da6ca605c2070ce1f3ed730f008",
+ "sha256": "0nw56mjp17xw7ay2ka10rxa0sa764spsvzjrh5hscn7x02qychy9",
+ "fetcher": "github",
+ "repo": "emacs-ess/ESS",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1459
+ ],
+ "deps": [
+ "julia-mode"
+ ],
+ "commit": "d625e9ccdb612812b90fe427563db4b910da7159",
+ "sha256": "0fnfcxlngc7rwnkhs1fwir1ax7hi9qhl7zlalbl5m7yfly84dl4p"
+ },
+ "stable": {
+ "version": [
+ 18,
+ 10,
+ 2
+ ],
+ "deps": [
+ "julia-mode"
+ ],
+ "commit": "0728c6fdf8e13f10ee50b27fb3f39e7c229f05b1",
+ "sha256": "1yq41l2bicwjrc0b731iic20cpcnz6ppigri1jn621qv2qv22vy3"
+ }
+ },
+ {
+ "ename": "ess-R-data-view",
+ "commit": "492c90bd0ee97c0b895efa0c5e647b2becc6db11",
+ "sha256": "0r2fzwayf3yb7fqk6f31x4xfqiiczwik8qw4rrvkqx2h3s1kz7i0",
+ "fetcher": "github",
+ "repo": "myuhe/ess-R-data-view.el",
+ "unstable": {
+ "version": [
+ 20130509,
+ 1158
+ ],
+ "deps": [
+ "ctable",
+ "ess",
+ "popup"
+ ],
+ "commit": "d6e98d3ae1e2a2ea39a56eebcdb73e99d29562e9",
+ "sha256": "1ya2ay52gkrd31pmw45ban8kkxgnzhhwkzkypwdhjfccq3ys835x"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "ctable",
+ "ess",
+ "popup"
+ ],
+ "commit": "d6e98d3ae1e2a2ea39a56eebcdb73e99d29562e9",
+ "sha256": "1ya2ay52gkrd31pmw45ban8kkxgnzhhwkzkypwdhjfccq3ys835x"
+ }
+ },
+ {
+ "ename": "ess-smart-equals",
+ "commit": "4403cf87e05311d7fe0360f35f9634b9fdfc6f81",
+ "sha256": "0mfmxmsqr2byj56psx4h08cjc2j3aac3xqr04yd47k2mlivnyrxp",
+ "fetcher": "github",
+ "repo": "genovese/ess-smart-equals",
+ "unstable": {
+ "version": [
+ 20190204,
+ 449
+ ],
+ "deps": [
+ "ess"
+ ],
+ "commit": "746cf9e78c3b86cbbf78d69c335a8a4ff3da79d6",
+ "sha256": "1by8bzw3yl86mqzh7lwz5dca243n956jnd2rz4vilpgbh5cka2l3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "ess"
+ ],
+ "commit": "746cf9e78c3b86cbbf78d69c335a8a4ff3da79d6",
+ "sha256": "1by8bzw3yl86mqzh7lwz5dca243n956jnd2rz4vilpgbh5cka2l3"
+ }
+ },
+ {
+ "ename": "ess-smart-underscore",
+ "commit": "b4d6166f5c80cf37c79256402fa633ad2274d065",
+ "sha256": "01pki1xa8zpgvldcbjwg6vmslj7ddf44hsx976xipc95vrdk15r2",
+ "fetcher": "github",
+ "repo": "mattfidler/ess-smart-underscore.el",
+ "unstable": {
+ "version": [
+ 20190309,
+ 101
+ ],
+ "deps": [
+ "ess"
+ ],
+ "commit": "aa871c5b0448515db439ea9bed6a8574e82ddb47",
+ "sha256": "0knb4zfva2m0vd8awcfy5kyd21rjdhxnc1n74qazr9y82l5w7i9b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 81
+ ],
+ "deps": [
+ "ess"
+ ],
+ "commit": "ed4b37e8976124a182196a721068a8e334b6aa97",
+ "sha256": "00hkq5q1ra9mqjj08f357m1lg1wx1sj4nm0rb382vhf31mlj15m7"
+ }
+ },
+ {
+ "ename": "ess-view",
+ "commit": "96960a8799138187b748a47ac007dc25d739fe10",
+ "sha256": "1zx5sbxmbs6ya349ic7yvnx56v3km2cb27p8kan5ygisnwwq2wc4",
+ "fetcher": "github",
+ "repo": "GioBo/ess-view",
+ "unstable": {
+ "version": [
+ 20181001,
+ 1730
+ ],
+ "deps": [
+ "ess",
+ "f",
+ "s"
+ ],
+ "commit": "d4e5a340b7bcc58c434867b97923094bd0680283",
+ "sha256": "1yzki5f2k7gmj4m0871h4h46zalv2x71rbpa6glkfx7bm9kyc193"
+ }
+ },
+ {
+ "ename": "esup",
+ "commit": "b9d2948a42da5d4864404d2d11a924a4f235fc3b",
+ "sha256": "0cv3zc2zzm38ki3kxq58g9sp4gsk3dffa398wky6z83a3zc02zs0",
+ "fetcher": "github",
+ "repo": "jschaf/esup",
+ "unstable": {
+ "version": [
+ 20180727,
+ 342
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0877d7831d0bf60e33097df135a889da153243c8",
+ "sha256": "0c9g9nhszxzyab57y48vj95wqzdjj441vvm2pnx1dyij7g0abqpl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "53355b13dc9f1636ba681ffff830162ebbd3b223",
+ "sha256": "1a4b8390azimlrr5ayxvaks1w7009vfbm56q11ybx00xxrd26v43"
+ }
+ },
+ {
+ "ename": "esxml",
+ "commit": "db6556fe1b2403d1bcdade263986fd0faf0d9087",
+ "sha256": "1375gryii984l33gc8f8yhl3vncjmw1w9k6xpvjgmnpx2fwr1vbq",
+ "fetcher": "github",
+ "repo": "tali713/esxml",
+ "unstable": {
+ "version": [
+ 20171129,
+ 807
+ ],
+ "commit": "5548ceba17deae0c3c6d0092672edc4de3c75ce3",
+ "sha256": "00vv8a75wdklygdyr4km9mc2ismxak69c45jmcny41xl44rp9x8m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 4
+ ],
+ "commit": "5548ceba17deae0c3c6d0092672edc4de3c75ce3",
+ "sha256": "00vv8a75wdklygdyr4km9mc2ismxak69c45jmcny41xl44rp9x8m"
+ }
+ },
+ {
+ "ename": "etable",
+ "commit": "afee0fed80f4fa444116b12653c034d760f5f1fb",
+ "sha256": "0m4h24mmhp680wfhb90im228mrcyxapzyi4kla8xdmss83gc0c32",
+ "fetcher": "github",
+ "repo": "Fuco1/ETable",
+ "unstable": {
+ "version": [
+ 20161028,
+ 2009
+ ],
+ "deps": [
+ "dash",
+ "interval-list"
+ ],
+ "commit": "d502141f0c69bf95256ba5cb9cd15350c7e942d2",
+ "sha256": "0k0g58qzkkzall715k0864v3b7p5jnfwxqgmkj087x34frcf388k"
+ }
+ },
+ {
+ "ename": "eterm-256color",
+ "commit": "e556383f7e18c0215111aa720d4653465e91eff6",
+ "sha256": "1mxc2hqjcj67jq5k4621a7f089qahcqw7f0dzqpaxn7if11w333b",
+ "fetcher": "github",
+ "repo": "dieggsy/eterm-256color",
+ "unstable": {
+ "version": [
+ 20190123,
+ 401
+ ],
+ "deps": [
+ "f",
+ "xterm-color"
+ ],
+ "commit": "0f0dab497239ebedbc9c4a48b3ec8cce4a47e980",
+ "sha256": "00ins8n92p5aspr6bjrvn5y5w0ximakk22yklsfmkav4h10al4as"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 13
+ ],
+ "deps": [
+ "f",
+ "xterm-color"
+ ],
+ "commit": "dab96af559deb443c4c9c00e23389926e1607192",
+ "sha256": "0ysxblc90kjcz84siprnyxwh94scflivqbxylzkvjm7hbx93rsh1"
+ }
+ },
+ {
+ "ename": "ethan-wspace",
+ "commit": "9454f3a58e3416fa60d8411b0db19c408935408f",
+ "sha256": "0k4kqkf5c6ysyhh1vpi9v4220yxm5ir3ippq2gmvvhnk77pg6hws",
+ "fetcher": "github",
+ "repo": "glasserc/ethan-wspace",
+ "unstable": {
+ "version": [
+ 20190522,
+ 1448
+ ],
+ "commit": "0f110fc26b829093c352e8dc9e50ba51a4e483ac",
+ "sha256": "1w26cczq58xyzgmpsks11dnl58kvzk0av2y4bg46cgma4fdg9pb1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 1
+ ],
+ "commit": "e055ee6730c0b03525d32e67511ef6c51e4c29e4",
+ "sha256": "0ik3y60xd3ap1pg5dr5ab6bq4qh8gblpgz1iiprmv7acr3ckzc41"
+ }
+ },
+ {
+ "ename": "euslisp-mode",
+ "commit": "b04fffe5e52f26e92930a112a64531228f94e340",
+ "sha256": "0v92lry9ynkvsvx060njaw1j5lj9sb1i3srs2hfqqwyqni5ldkri",
+ "fetcher": "github",
+ "repo": "iory/euslisp-mode",
+ "unstable": {
+ "version": [
+ 20170830,
+ 1929
+ ],
+ "deps": [
+ "exec-path-from-shell",
+ "helm-ag",
+ "s"
+ ],
+ "commit": "db62a2d148482317794727982576494596365a55",
+ "sha256": "187ij4s7mzppgmh0ifny70mw8w31nq86rhsrmnflz26iywnkp8x2"
+ }
+ },
+ {
+ "ename": "eval-expr",
+ "commit": "f56c5312cc8ffc1a8b31fc342e8e2b8827eff846",
+ "sha256": "0zkphbx7ph4p7qkfxqyr6p8420j9qkvx5wghd1sza6y0kb456872",
+ "fetcher": "github",
+ "repo": "jwiegley/eval-expr",
+ "unstable": {
+ "version": [
+ 20120619,
+ 647
+ ],
+ "commit": "a0e69e83de41df8dbccefc1962ab4f02206a3328",
+ "sha256": "08zw3qrhqmnv2wxmbf74svk2cx5by4831kyw6rx13imkc4x8kngx"
+ }
+ },
+ {
+ "ename": "eval-in-repl",
+ "commit": "0bee5fb7a7874dd20babd1de7f216c5bda3e0115",
+ "sha256": "10h5vy9wdiqf9dgk1d1bsvp93y8sfcxghzg8zbhhn7m5cqg2wh63",
+ "fetcher": "github",
+ "repo": "kaz-yos/eval-in-repl",
+ "unstable": {
+ "version": [
+ 20171122,
+ 1343
+ ],
+ "deps": [
+ "ace-window",
+ "dash",
+ "paredit"
+ ],
+ "commit": "fea05a5b81d74ac53cb2a83aa83a73d9526bcc42",
+ "sha256": "0xm1ggdaihy1cyg4b3b9x1n93bp4qiv30p1mfzmmqm6w89z1agf0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 6
+ ],
+ "deps": [
+ "ace-window",
+ "dash",
+ "paredit"
+ ],
+ "commit": "7e2b42570b449b2a3c2922f3036a027d1e393a60",
+ "sha256": "0x97flv356kd7j6wbhacz0lmsrdd9as87b0n6nliq5n0y30my8dy"
+ }
+ },
+ {
+ "ename": "eval-sexp-fu",
+ "commit": "4b1a896521cac1f54f7571ad5837ff215d01044d",
+ "sha256": "17cazf81z4cszflnfp66zyq2cclw5sp9539pxskdf267cf7r0ycs",
+ "fetcher": "github",
+ "repo": "hchbaw/eval-sexp-fu.el",
+ "unstable": {
+ "version": [
+ 20190109,
+ 809
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e1d7165383c941b3f11c2715707adc3d91d129a0",
+ "sha256": "01mpnpgmlnfbi2yw9dxz5iw72mw3lk223bj172i4fnx3xdrrxbij"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e1d7165383c941b3f11c2715707adc3d91d129a0",
+ "sha256": "01mpnpgmlnfbi2yw9dxz5iw72mw3lk223bj172i4fnx3xdrrxbij"
+ }
+ },
+ {
+ "ename": "evalator",
+ "commit": "544a503d72c0a501f9ca854cd11181a7783294a3",
+ "sha256": "0k6alxwg89gc4v5m2bxmzmj7l6kywhbh4036xgz19q28xnlbr9xk",
+ "fetcher": "github",
+ "repo": "seanirby/evalator",
+ "unstable": {
+ "version": [
+ 20160213,
+ 128
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "f30da4da48c0b3f3cfa1fc1c7cfdb53ffe79df36",
+ "sha256": "1llxxdprs8yw2hqj4dhrkrrzmkl25h7p4rcaa2cw544fmg3kvlz1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "edf3840f5aa025cf38d0c2677b2f88f59079409e",
+ "sha256": "1a3y69s7lb24zdivxcpsjh9l6adxyjqxbpgradnj0q1n6kdyq679"
+ }
+ },
+ {
+ "ename": "evalator-clojure",
+ "commit": "5f57089f3e5c8342092128d44451b338af8a769f",
+ "sha256": "10mxlgirnsq3z7l1izrf2v1l1yr4sbdjsaszz7llqv6l80y4bji3",
+ "fetcher": "github",
+ "repo": "seanirby/evalator-clojure",
+ "unstable": {
+ "version": [
+ 20160208,
+ 2148
+ ],
+ "deps": [
+ "cider",
+ "evalator"
+ ],
+ "commit": "caa4e0a137bdfada86593128a654e16aa617ad50",
+ "sha256": "1q5s1ffmfh5dby92853xm8kjhgjfd5vbvcg1xbf8lswc1i41k7n7"
+ }
+ },
+ {
+ "ename": "eve-mode",
+ "commit": "e0f197adfe64ef88d90d24dfd6532bf52a5bce0d",
+ "sha256": "1ch50bm452g8k1xnqcbpmpwkmg8amzv7bq0hphk3y0kiqkwd1gdh",
+ "fetcher": "github",
+ "repo": "witheve/emacs-eve-mode",
+ "unstable": {
+ "version": [
+ 20170822,
+ 2231
+ ],
+ "deps": [
+ "markdown-mode",
+ "polymode"
+ ],
+ "commit": "a4661114d9c18725691b76321d72167ca5a9070a",
+ "sha256": "19s6cid42q0lm2w94a7f6sxvmy3zpjdj5r5dbwcxxp5n3qfs7nip"
+ }
+ },
+ {
+ "ename": "evil",
+ "commit": "440482c0edac8ee8bd4fe22f6bc5c1607f34c7ad",
+ "sha256": "1d36r6mi5nvrwnk4a9338wmhr72fcbrwj0r8gmvivpjdngjy4k39",
+ "fetcher": "github",
+ "repo": "emacs-evil/evil",
+ "unstable": {
+ "version": [
+ 20190729,
+ 704
+ ],
+ "deps": [
+ "cl-lib",
+ "goto-chg",
+ "undo-tree"
+ ],
+ "commit": "874beba2cb243c325eca08fb7badff567f3c9494",
+ "sha256": "1h7s3bapv7g1z87ygmrsisbjjzpwhbsds5ywj2srpifd4llrxa4m"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 14
+ ],
+ "deps": [
+ "cl-lib",
+ "goto-chg",
+ "undo-tree"
+ ],
+ "commit": "3766a521a60e6fb0073220199425de478de759ad",
+ "sha256": "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"
+ }
+ },
+ {
+ "ename": "evil-anzu",
+ "commit": "06b0609b56016d938b28d56d9eeb6305116b38af",
+ "sha256": "19cmc61l370mm4h2m6jw5pdcsvj4wcv9zpa8z7k1fjg57mwmmn70",
+ "fetcher": "github",
+ "repo": "syohex/emacs-evil-anzu",
+ "unstable": {
+ "version": [
+ 20170124,
+ 718
+ ],
+ "deps": [
+ "anzu",
+ "evil"
+ ],
+ "commit": "9bca6ca14d865e7e005bc02a28a09b4ae74facc9",
+ "sha256": "1y0jiglcazxnvggs5ljys2iizljsihlgr46svbbwgf45ibdrw392"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "anzu",
+ "evil"
+ ],
+ "commit": "64cc08a3546373f28cd7bfd76a3e93bd78efa251",
+ "sha256": "0lw7fg4gqwj30r0l6k2ni36sxqkf65zf0d0z3rxnpwbxlf8dlkrr"
+ }
+ },
+ {
+ "ename": "evil-args",
+ "commit": "0976c82a22f1a8701b9da0b8ba4753ed48191376",
+ "sha256": "1bwdvf1i3jc77bw2as1wr1djm8z3a7wms60694xkyqh0m909hs2w",
+ "fetcher": "github",
+ "repo": "wcsmith/evil-args",
+ "unstable": {
+ "version": [
+ 20180908,
+ 2157
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "758ad5ae54ad34202064fec192c88151c08cb387",
+ "sha256": "0k35glgsirc3cph8v5hhjrqfh4ndwh8a28qbr03y3jl8s453xcj7"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "2a88b4d19953a11227cc1e91973b92149116f44c",
+ "sha256": "1nh7wa4ynr7ln42x32znzqsmh7ijzy5ymd7rszf49l8677alvazq"
+ }
+ },
+ {
+ "ename": "evil-avy",
+ "commit": "f86bccc9f2190cfa5487cf8e9c9b7938774533ed",
+ "sha256": "1hc96dd78yxgr8cs9sk9y1i5h1qnyk110vlb3wnlxv1hwn92qvrd",
+ "fetcher": "github",
+ "repo": "louy2/evil-avy",
+ "unstable": {
+ "version": [
+ 20150908,
+ 748
+ ],
+ "deps": [
+ "avy",
+ "cl-lib",
+ "evil"
+ ],
+ "commit": "2dd955cc3ecaa7ddeb67b295298abdc6d16dd3a5",
+ "sha256": "1q6znbnshk45mdglx519qlbfhb7g47qsm245i93ka4djsjy55j9l"
+ }
+ },
+ {
+ "ename": "evil-better-visual-line",
+ "commit": "c46640394c29643eea4e59066bab9963db67b8d7",
+ "sha256": "00l6gd66apf0gphlx5hk9lcl7rmj7ag8kf558psyzcyvhpmff2bq",
+ "fetcher": "github",
+ "repo": "YourFin/evil-better-visual-line",
+ "unstable": {
+ "version": [
+ 20181026,
+ 1028
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "15f77e67fcc3c48db323ccd8c8c4bc249e2911b8",
+ "sha256": "05wzq663p3irrmd5b2yg001qf8m9wmaj3mnsc76fad184m03g81r"
+ }
+ },
+ {
+ "ename": "evil-cleverparens",
+ "commit": "e3b3637d6527b16ea0d606fd87b01004be446b09",
+ "sha256": "10zkyaxy52ixh26hzm9v1y0gakcn5sdwz4ny8v1vcmjqjphnk799",
+ "fetcher": "github",
+ "repo": "luxbock/evil-cleverparens",
+ "unstable": {
+ "version": [
+ 20170718,
+ 413
+ ],
+ "deps": [
+ "dash",
+ "evil",
+ "paredit",
+ "smartparens"
+ ],
+ "commit": "8c45879d49bfa6d4e414b6c1df700a4a51cbb869",
+ "sha256": "0lhnybpnk4n2yhlcnj9zxn0vi5hpjfaqfhvyfy7ckzz74g8v7iyw"
+ }
+ },
+ {
+ "ename": "evil-colemak-basics",
+ "commit": "945417d19faf492fb678aee3ba692d14e7518d85",
+ "sha256": "1sbbli0hdmpc23f3g5n95svqfdg3rlvf71plyvpv1a6va9jhi83k",
+ "fetcher": "github",
+ "repo": "wbolster/evil-colemak-basics",
+ "unstable": {
+ "version": [
+ 20170425,
+ 1209
+ ],
+ "deps": [
+ "evil",
+ "evil-snipe"
+ ],
+ "commit": "7844079b47f47bb1dc24c885b0ac2e67524fa960",
+ "sha256": "0phspmd31pcxana2lp6mqywmghhdpj6ydsrl1bjn4b1gcp1fqsy2"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 0
+ ],
+ "deps": [
+ "evil",
+ "evil-snipe"
+ ],
+ "commit": "7844079b47f47bb1dc24c885b0ac2e67524fa960",
+ "sha256": "0phspmd31pcxana2lp6mqywmghhdpj6ydsrl1bjn4b1gcp1fqsy2"
+ }
+ },
+ {
+ "ename": "evil-colemak-minimal",
+ "commit": "828c744062069027f19fe5f2f233179f9149dc16",
+ "sha256": "0qi5k17b9k227zz9binbrd22cwmlqxkay98by9yxcbyhl4hjhdyy",
+ "fetcher": "github",
+ "repo": "bmallred/evil-colemak-minimal",
+ "unstable": {
+ "version": [
+ 20171006,
+ 1317
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "6d98b6da60f414524a0d718f76024c26dce742b3",
+ "sha256": "0pd05jq4qkw5xx7xqzxzx62fsm77vjz0ry9ayaqgqw5831rbp553"
+ }
+ },
+ {
+ "ename": "evil-collection",
+ "commit": "fbc35279115f6fdf1ce7d1ecef3b413c7ca9c4f1",
+ "sha256": "1l6x782ix873n90k9g00i9065h31dnhv07bgzrp28l7y7bivqwl7",
+ "fetcher": "github",
+ "repo": "emacs-evil/evil-collection",
+ "unstable": {
+ "version": [
+ 20190807,
+ 214
+ ],
+ "deps": [
+ "cl-lib",
+ "evil"
+ ],
+ "commit": "d226a50061a5033846ae819472e3c86fb54cc5f1",
+ "sha256": "155ajm7h9wpjg9ca60a4ib5fyp1sk4i54m5825595n43laqyd5p9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "evil"
+ ],
+ "commit": "733f8d0d289fcbb58705acd1049b618826a3c011",
+ "sha256": "01hr5wf693s2djs6l83nfpq6wyyws99c5nwil6hpqhvrwp4f5h95"
+ }
+ },
+ {
+ "ename": "evil-commentary",
+ "commit": "fe5b05152c919d49ddd920b1bd5ffc351141fa0d",
+ "sha256": "151iiimmkpn58pl9zn40qssfahbrqy83axyl9dcd6kx2ywv5gcxz",
+ "fetcher": "github",
+ "repo": "linktohack/evil-commentary",
+ "unstable": {
+ "version": [
+ 20170413,
+ 1451
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "395f91014b69844b81660c155f42eb9b1b3d199d",
+ "sha256": "0zjs9zyqfygnpxapvf0ymmiid40i06cxbhjzd81zw33nafgkf6r4"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 1
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "395f91014b69844b81660c155f42eb9b1b3d199d",
+ "sha256": "0zjs9zyqfygnpxapvf0ymmiid40i06cxbhjzd81zw33nafgkf6r4"
+ }
+ },
+ {
+ "ename": "evil-dvorak",
+ "commit": "69abca9985339c59ee0e2334cabf3c99e1ba1349",
+ "sha256": "1iq9wzcb625vs942khja39db1js8r46vrdiqcm47yfji98g39gsn",
+ "fetcher": "github",
+ "repo": "jbranso/evil-dvorak",
+ "unstable": {
+ "version": [
+ 20160416,
+ 1841
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "824f7c56980d72a0ff04c662223540cd66f13754",
+ "sha256": "15rnxhqc56g4ydr8drvcgzvjp8blxsarm86dqc36rym7g5gnxr20"
+ }
+ },
+ {
+ "ename": "evil-easymotion",
+ "commit": "e67955ead0b9d69acab40d66d4e0b821229d635c",
+ "sha256": "0zixgdhc228y6yqr044cbyls0pihzacqsgvybhhar916p4h8izgv",
+ "fetcher": "github",
+ "repo": "PythonNut/evil-easymotion",
+ "unstable": {
+ "version": [
+ 20180114,
+ 654
+ ],
+ "deps": [
+ "avy",
+ "cl-lib"
+ ],
+ "commit": "79c13ed3bce018ac09d358e642e5bd7025e93603",
+ "sha256": "0496dnbciq8gbivihas1y58gwd4nbfz767rr98zpwgkz8l2jvy73"
+ }
+ },
+ {
+ "ename": "evil-ediff",
+ "commit": "b3eff8cd4bedff3e2111d96743d94be5053826f1",
+ "sha256": "0yglhxm670996hd7305q38y5f47y87n75hh0q7qlm2vra2m2wa5s",
+ "fetcher": "github",
+ "repo": "emacs-evil/evil-ediff",
+ "unstable": {
+ "version": [
+ 20170724,
+ 1923
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "50d26cb0654fca8f8fd7227410e5cbf0b8f681cf",
+ "sha256": "0x81ws1kaiklqnsywvjyv5pifsj5hd3wsl1wq11aqik34kjxfy2g"
+ }
+ },
+ {
+ "ename": "evil-embrace",
+ "commit": "d4886f068766514deab5673b4366d6bdd311e3b6",
+ "sha256": "10cfkksh3llyfk26x36b7ri0x6a6hrcv275pxk7ckhs1pyhb14y7",
+ "fetcher": "github",
+ "repo": "cute-jumper/evil-embrace.el",
+ "unstable": {
+ "version": [
+ 20160519,
+ 1829
+ ],
+ "deps": [
+ "embrace",
+ "evil-surround"
+ ],
+ "commit": "4379adea032b25e359d01a36301b4a5afdd0d1b7",
+ "sha256": "0rj1ippc6yi560xalhd91r7a00lk3d0jk13w464myznkpnasfw3a"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "embrace",
+ "evil-surround"
+ ],
+ "commit": "4379adea032b25e359d01a36301b4a5afdd0d1b7",
+ "sha256": "0rj1ippc6yi560xalhd91r7a00lk3d0jk13w464myznkpnasfw3a"
+ }
+ },
+ {
+ "ename": "evil-escape",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0jiwsgcqw8m6z4z82gx0m0r0vbvkcxc0czhn4mqjwkhhglwzgi8l",
+ "fetcher": "github",
+ "repo": "syl20bnr/evil-escape",
+ "unstable": {
+ "version": [
+ 20180910,
+ 1234
+ ],
+ "commit": "f4e9116bfbaac8c9d210c17ad488e0982291245f",
+ "sha256": "1whppnlzkjig1yrz0fjvp8cy86215gjahgh88166nzk95wlc3pvf"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 14
+ ],
+ "deps": [
+ "cl-lib",
+ "evil"
+ ],
+ "commit": "b4d44fc5015341e484495fc86b73d09b2ac062ec",
+ "sha256": "0s8lmmm25qabicwaj9jybpbd8mkc62yl7jnhk1lpablydjkv3w2i"
+ }
+ },
+ {
+ "ename": "evil-ex-fasd",
+ "commit": "8ebdddebb0272765ebbf72073da8c2158a05f624",
+ "sha256": "1zljsrpbsimldpc1wviw87vgm6941zz4wy8vhpplwkfbnywiwnp7",
+ "fetcher": "github",
+ "repo": "yqrashawn/evil-ex-fasd",
+ "unstable": {
+ "version": [
+ 20180903,
+ 612
+ ],
+ "deps": [
+ "evil",
+ "fasd"
+ ],
+ "commit": "ed8fbbe23a8a268d9dcbf1a6132e928ba2c655c5",
+ "sha256": "0fr57nlg7m65gzhnrwnqi5bgy4vzl0l0mxk63sr3561r8fnm8hbc"
+ }
+ },
+ {
+ "ename": "evil-ex-shell-command",
+ "commit": "6d4205a35cc0c4518ab1424d91bbc627e8cdae42",
+ "sha256": "1lbk31l7g6n6lqm8rvsfqbagqvhkp0s2v6wz8x4fnrjj0ymd4syf",
+ "fetcher": "github",
+ "repo": "yqrashawn/evil-ex-shell-command",
+ "unstable": {
+ "version": [
+ 20181226,
+ 226
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "a6ca6d27c07f6a0807abfb5b8f8865f1d17f54aa",
+ "sha256": "0jx2cj6p8wag7aphbgf3ij5v71prxkbxpfia8nmcpmrpvjqpsb74"
+ }
+ },
+ {
+ "ename": "evil-exchange",
+ "commit": "9b06397c032d24a8da4074ad97cdb30d0c468e20",
+ "sha256": "1mvw7w23yfbfmhzj6wimslbryb0gppryw24ac0wh4fzl9rdcma4r",
+ "fetcher": "github",
+ "repo": "Dewdrops/evil-exchange",
+ "unstable": {
+ "version": [
+ 20170511,
+ 259
+ ],
+ "deps": [
+ "cl-lib",
+ "evil"
+ ],
+ "commit": "47691537815150715e64e6f6ec79be7746c96120",
+ "sha256": "0bjpn4yqig17ddym6wqq5fm1b294q74hzcbj9a6gs97fqiwf88xa"
+ }
+ },
+ {
+ "ename": "evil-expat",
+ "commit": "f08f6396e66479eb9510727968c5bb01ac239476",
+ "sha256": "03niji6wymhlfkvdg90gasccs4683djxcj925c8k0vdgmfr8sx32",
+ "fetcher": "github",
+ "repo": "edkolev/evil-expat",
+ "unstable": {
+ "version": [
+ 20190521,
+ 714
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "f4fcd0aa3edc359adb5c986b5dd9188d220d84e2",
+ "sha256": "0872ix682hkdz0k8pn6sb54rqkx00rz5fxpd5j2snx406yagpaxz"
+ }
+ },
+ {
+ "ename": "evil-extra-operator",
+ "commit": "fc0b157c3adf8a2899c4dd2ce98e8a81e4f403a3",
+ "sha256": "066apin0yrjx7zr007p2h9p2nq58lz7qikzjzg0spqkb8vy7vkc5",
+ "fetcher": "github",
+ "repo": "Dewdrops/evil-extra-operator",
+ "unstable": {
+ "version": [
+ 20161213,
+ 403
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "e16a9b36f9901254da9af8a73871061616410fc3",
+ "sha256": "116srvfck3b244shxm9cmw3yvpprjgr840fvcv6jwwpfaphafxw4"
+ }
+ },
+ {
+ "ename": "evil-find-char-pinyin",
+ "commit": "8755d2fca519f23f11c5cbb53443a2ad4340220e",
+ "sha256": "0n52ijdf5hy7mn0rab4493zs2nrf7r1qkmvf0algqaj7bfjscs79",
+ "fetcher": "github",
+ "repo": "cute-jumper/evil-find-char-pinyin",
+ "unstable": {
+ "version": [
+ 20160514,
+ 2041
+ ],
+ "deps": [
+ "evil",
+ "pinyinlib"
+ ],
+ "commit": "04e277946d658f1a73c68dcbbadea9c21097a31c",
+ "sha256": "1bsy2bynzxr1ibyidv2r21xnfnxbzr0xh5m3h05s5igbmajxr12d"
+ }
+ },
+ {
+ "ename": "evil-fringe-mark",
+ "commit": "70dcc07c389d5454de64fb08cd666d489d6d5483",
+ "sha256": "1ahlbp31ll24vzah4bv1xx58gn8y8fsjb0n9a135zwb3fjla9drb",
+ "fetcher": "github",
+ "repo": "Andrew-William-Smith/evil-fringe-mark",
+ "unstable": {
+ "version": [
+ 20190320,
+ 453
+ ],
+ "deps": [
+ "evil",
+ "fringe-helper",
+ "goto-chg"
+ ],
+ "commit": "a1689fddb7ee79aaa720a77aada1208b8afd5c20",
+ "sha256": "0pf8bl7bmcn1l0dlxkgbgwb1n2fxpzxwcr4jf06gzyrrmmwah526"
+ }
+ },
+ {
+ "ename": "evil-god-state",
+ "commit": "46b8586e9a821efb67539155f783a32867084bfa",
+ "sha256": "1g547d58zf11qw0zz3fk5kmrzmfx1rhawyh5d2h8bll8hwygnrxf",
+ "fetcher": "github",
+ "repo": "gridaphobe/evil-god-state",
+ "unstable": {
+ "version": [
+ 20141117,
+ 255
+ ],
+ "deps": [
+ "evil",
+ "god-mode"
+ ],
+ "commit": "3d44197dc0a1fb40e7b7ff8717f8a8c339ce1d40",
+ "sha256": "1cv24qnxxf6n1grf4n5969v8y9xll5zb9mbfdnq9iavdvhnndk2h"
+ }
+ },
+ {
+ "ename": "evil-goggles",
+ "commit": "811b1261705b4c525e165fa9ee23ae191727a623",
+ "sha256": "151xvawyhcjp98skaif08wbxqaw602f51zgwm604hp25a111qmnq",
+ "fetcher": "github",
+ "repo": "edkolev/evil-goggles",
+ "unstable": {
+ "version": [
+ 20181123,
+ 1946
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "78454a7e8bd609edf0d93cb0a7f9ed576dd33546",
+ "sha256": "1yn72wmrda670h0bz3gdqh6k44ja60wkk9f4hijh9w1hw0vazk20"
+ }
+ },
+ {
+ "ename": "evil-iedit-state",
+ "commit": "b0b6b7d09c023cfe34da65fa1eb8f3fdbe7b1290",
+ "sha256": "1dihyh7vqcp7kvfic613k7v33czr93hz04d635awrsyzgy8savhl",
+ "fetcher": "github",
+ "repo": "syl20bnr/evil-iedit-state",
+ "unstable": {
+ "version": [
+ 20180607,
+ 558
+ ],
+ "deps": [
+ "evil",
+ "iedit"
+ ],
+ "commit": "f75cff4ecbd5beaa9ca64a6c157c4105f078daec",
+ "sha256": "0f6m5wi1q6ac9mkvalm62rlnlkjz1c315a4sa93p6iw9x12llkgw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "evil",
+ "iedit"
+ ],
+ "commit": "eab7d5e3e7d25c4a852fedb6c0c7f50dd9e9bd7c",
+ "sha256": "0r9gif2sgf84z8qniz6chr32av9g2i38rlyms81m8ssghf0j86ss"
+ }
+ },
+ {
+ "ename": "evil-indent-plus",
+ "commit": "992ea3d372fa3569ad9f838aa2818eaee8b8033a",
+ "sha256": "15vnvch0qsaram22d44k617bqhr9rrf8qc86sf20yvdyy3gi5j12",
+ "fetcher": "github",
+ "repo": "TheBB/evil-indent-plus",
+ "unstable": {
+ "version": [
+ 20151109,
+ 1906
+ ],
+ "deps": [
+ "cl-lib",
+ "evil"
+ ],
+ "commit": "0c7501e6efed661242c3a20e0a6c79a6455c2c40",
+ "sha256": "1g6r1ydscwjvmhh1zg4q3nap4avk8lb9msdqrh7dff6pla0r2qs6"
+ }
+ },
+ {
+ "ename": "evil-indent-textobject",
+ "commit": "63cfc9c2962780dd5d27da670d5540a0441e7ca2",
+ "sha256": "172a3krid5lrx1w9xcifkhjnvlxg1nbz4w102d99d0grr9465r09",
+ "fetcher": "github",
+ "repo": "cofi/evil-indent-textobject",
+ "unstable": {
+ "version": [
+ 20130831,
+ 2219
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "70a1154a531b7cfdbb9a31d6922482791e20a3a7",
+ "sha256": "0nghisnc49ivh56mddfdlcbqv3y2vqzjvkpgwv3zp80ga6ghvdmz"
+ }
+ },
+ {
+ "ename": "evil-leader",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "154s2nb170hzksmc87wnzlwg3ic3w3ravgsfvwkyfi2q285vmra6",
+ "fetcher": "github",
+ "repo": "cofi/evil-leader",
+ "unstable": {
+ "version": [
+ 20140606,
+ 1243
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "39f7014bcf8b36463e0c7512c638bda4bac6c2cf",
+ "sha256": "10xrlimsxk09z9cw6rxdz8qvvn1i0vhc1gdicwxri0j10p0hacl3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 3
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "753b01eb4958370ae2226b3780ff31fe157c2852",
+ "sha256": "1k2zinchs0jjllp8zkpggckyy63dkyi5yig3p46vh4w45jdzysk5"
+ }
+ },
+ {
+ "ename": "evil-ledger",
+ "commit": "500e99a1b92f0a0c144f843cd7645872034d9fbb",
+ "sha256": "13idy2kbzhckzfwrjnzjrf8h2881w3v8pmhlcj26xcyf4ch0dq9r",
+ "fetcher": "github",
+ "repo": "atheriel/evil-ledger",
+ "unstable": {
+ "version": [
+ 20180802,
+ 1612
+ ],
+ "deps": [
+ "evil",
+ "ledger-mode"
+ ],
+ "commit": "7a9f9f5d39c42fffdba8004f8982642351f2b233",
+ "sha256": "010r1qn9l3clqqrlia0y25bqjbrixvf8i409v10yxqb949jvw1vk"
+ }
+ },
+ {
+ "ename": "evil-lion",
+ "commit": "8a7a0691775afec6d2c7be3d6739b55bd1d2053d",
+ "sha256": "1rwmpc5ifblb41c1yhhv26ayff4nk9iza7w0wb5ganny2r82fg2v",
+ "fetcher": "github",
+ "repo": "edkolev/evil-lion",
+ "unstable": {
+ "version": [
+ 20170811,
+ 614
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "6b03593f5dd6e7c9ca02207f9a73615cf94c93ab",
+ "sha256": "1a162hynp0jcsn50c1w5a02mrw9w3q05c7lkqzqd25px3d0p772q"
+ }
+ },
+ {
+ "ename": "evil-lisp-state",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "16h6zi0kkq2zlrwqiz6avnw2ady3h9gmxyinvk5gbkskxf12d1pz",
+ "fetcher": "github",
+ "repo": "syl20bnr/evil-lisp-state",
+ "unstable": {
+ "version": [
+ 20160404,
+ 248
+ ],
+ "deps": [
+ "bind-map",
+ "evil",
+ "smartparens"
+ ],
+ "commit": "3c65fecd9917a41eaf6460f22187e2323821f3ce",
+ "sha256": "1n6r8xs670r5qp4b5f72nr9g8nlqcrx1v7yqqlbkgv8gns8n5xgh"
+ },
+ "stable": {
+ "version": [
+ 8,
+ 2
+ ],
+ "deps": [
+ "bind-map",
+ "evil",
+ "smartparens"
+ ],
+ "commit": "3c65fecd9917a41eaf6460f22187e2323821f3ce",
+ "sha256": "1n6r8xs670r5qp4b5f72nr9g8nlqcrx1v7yqqlbkgv8gns8n5xgh"
+ }
+ },
+ {
+ "ename": "evil-lispy",
+ "commit": "377d43f3717b8e17c3adce886aaf3e579383ec64",
+ "sha256": "17z830b0x6lhmqkk07hfbrg63c7q7mpn4zz1ppjd1smv4mcqzyld",
+ "fetcher": "github",
+ "repo": "sp3ctum/evil-lispy",
+ "unstable": {
+ "version": [
+ 20190502,
+ 739
+ ],
+ "deps": [
+ "evil",
+ "hydra",
+ "lispy"
+ ],
+ "commit": "ed317f7fccbdbeea8aa04a91b1b1f48a0e2ddc4e",
+ "sha256": "0izgd9zwfwykmznv6wjrq9czmjqc1hkw41szrjmrcxy5kbz1p5c0"
+ }
+ },
+ {
+ "ename": "evil-magit",
+ "commit": "50315ec837d2951bf5b2bb75809a35dd7ffc8fe8",
+ "sha256": "02ncki7qrl22804576h76xl4d5lvvk32lzn9gvxn63hb19r0s980",
+ "fetcher": "github",
+ "repo": "emacs-evil/evil-magit",
+ "unstable": {
+ "version": [
+ 20190620,
+ 153
+ ],
+ "deps": [
+ "evil",
+ "magit"
+ ],
+ "commit": "6a32e4359cbd2803bafb7134cb6df312644ac986",
+ "sha256": "0i8xpa6vr30vjy3iilcx9g65srrprg1igk3f4xp6lwcc6pkc2mbj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 2
+ ],
+ "deps": [
+ "evil",
+ "magit"
+ ],
+ "commit": "a24186be7cc2cdab24b56f6dcc4665eeb8349c1a",
+ "sha256": "12hr2w5r2hgagb3hqbi59v73rxpjml5prc3m7dw3wzsm0rf1rwh3"
+ }
+ },
+ {
+ "ename": "evil-mark-replace",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "14j2d46288shlixb57nh5vlqdi3aiv20djvcbhiw1cm9ar2c3y4v",
+ "fetcher": "github",
+ "repo": "redguardtoo/evil-mark-replace",
+ "unstable": {
+ "version": [
+ 20150424,
+ 718
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "56cf191724a3e82239ca47a17b071c20aedb0617",
+ "sha256": "01hccc49xxb6lnzr0lwkkwndbk4sv0jyyz3khbcxsgkpzjiydihv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "56cf191724a3e82239ca47a17b071c20aedb0617",
+ "sha256": "01hccc49xxb6lnzr0lwkkwndbk4sv0jyyz3khbcxsgkpzjiydihv"
+ }
+ },
+ {
+ "ename": "evil-matchit",
+ "commit": "aeab4a998bffbc784e8fb23927d348540baf9951",
+ "sha256": "01z69n20qs4gngd28ry4kn825cax5km9hn96i87yrvq7nfa64swq",
+ "fetcher": "github",
+ "repo": "redguardtoo/evil-matchit",
+ "unstable": {
+ "version": [
+ 20190808,
+ 1056
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "43be86d8c41841a20733718d177e8299d5379218",
+ "sha256": "04kllxd7vvziwqiff3vx60a0r6805wynsla73j8xkcz4yzk8q91r"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 3
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "43be86d8c41841a20733718d177e8299d5379218",
+ "sha256": "04kllxd7vvziwqiff3vx60a0r6805wynsla73j8xkcz4yzk8q91r"
+ }
+ },
+ {
+ "ename": "evil-mc",
+ "commit": "96770d778a03ab012fb82a3a0122983db6f9b0c4",
+ "sha256": "0cq4xg6svb5gz4ra607wy768as2igla4h1xcrfnxldknk476fqqs",
+ "fetcher": "github",
+ "repo": "gabesoft/evil-mc",
+ "unstable": {
+ "version": [
+ 20190321,
+ 1606
+ ],
+ "deps": [
+ "cl-lib",
+ "evil"
+ ],
+ "commit": "5205fe671803465149e578849bbbe803c23a8e4e",
+ "sha256": "03pxpjjxbai4dwp84bgxh52ahh0f6ac58xi2mds1kl4v93nm7v42"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "evil"
+ ],
+ "commit": "be2259b8cedd62011b25ddbcc1774bbbe9a66c61",
+ "sha256": "0p435ykkq41nksd40qczlhz6kvs2zpkxch661wy0w93wffwnq3b9"
+ }
+ },
+ {
+ "ename": "evil-mc-extras",
+ "commit": "cd7c9aa0f4c17e7f27836e75a0b83c44a68ad744",
+ "sha256": "1px4akqaddqgfd03932d03d3rrvjr5lv5nc94xc448kqcbfn7yjk",
+ "fetcher": "github",
+ "repo": "gabesoft/evil-mc-extras",
+ "unstable": {
+ "version": [
+ 20170202,
+ 1649
+ ],
+ "deps": [
+ "cl-lib",
+ "evil",
+ "evil-mc",
+ "evil-numbers"
+ ],
+ "commit": "8c1af3232dd1e15b2ea38360b8cd1e857e11c416",
+ "sha256": "0f67ky9w2qapah0l0ym2c6x1j3ngf8whp1ls42f3kzb9gfi36fpn"
+ }
+ },
+ {
+ "ename": "evil-mu4e",
+ "commit": "332f3f9c6dc106e58345abbc2d8fd99056d518c0",
+ "sha256": "1ks4vnga7dkz27a7gza5hakzbcsiqgkq1ysc0lcx7g82ihpmrrcq",
+ "fetcher": "github",
+ "repo": "JorisE/evil-mu4e",
+ "unstable": {
+ "version": [
+ 20180613,
+ 1039
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "5b22c1e30246318f233264506272d770f63897ca",
+ "sha256": "17qppyw9sx8y6caiwraxnbs4fkhvjsfk4brda7jy9wd0i074mwk4"
+ }
+ },
+ {
+ "ename": "evil-multiedit",
+ "commit": "997f5a6999d1add57fae33ba8eb3e3bc60d7bb56",
+ "sha256": "0p02q9skqw2zhx7sfadqgs7vn518s72856962dam0xw4sqasplfp",
+ "fetcher": "github",
+ "repo": "hlissner/evil-multiedit",
+ "unstable": {
+ "version": [
+ 20190103,
+ 715
+ ],
+ "deps": [
+ "cl-lib",
+ "evil",
+ "iedit"
+ ],
+ "commit": "cb35914ffabb4f65d22ab2f812ff6e7622cc5c26",
+ "sha256": "19h3kqylqzbjv4297wkzzxdmn9yxbg6z4ga4ssrqri90xs7m3rw3"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 9
+ ],
+ "deps": [
+ "cl-lib",
+ "evil",
+ "iedit"
+ ],
+ "commit": "cb35914ffabb4f65d22ab2f812ff6e7622cc5c26",
+ "sha256": "19h3kqylqzbjv4297wkzzxdmn9yxbg6z4ga4ssrqri90xs7m3rw3"
+ }
+ },
+ {
+ "ename": "evil-nerd-commenter",
+ "commit": "a3e1ff69e7cc95a5b5d628524ad836833f4ee736",
+ "sha256": "1pa5gh065hqn5mhs47qvjllwdwwafl0clk555mb6w7svq58r6i8d",
+ "fetcher": "github",
+ "repo": "redguardtoo/evil-nerd-commenter",
+ "unstable": {
+ "version": [
+ 20190801,
+ 148
+ ],
+ "commit": "7132693a4cc684dff232839fed45a8a54d832646",
+ "sha256": "0kw9ikdax8b55g19c61n8aznavzms61rqr6lwiw37dsc1589nr3k"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 3,
+ 8
+ ],
+ "commit": "f510a491c17192ce235bb7ce7589cacf99db8482",
+ "sha256": "0qd5a89mzvdyhd8lm13iwp220vzpd6dajwx54frlc5bzsxdmg6vc"
+ }
+ },
+ {
+ "ename": "evil-nl-break-undo",
+ "commit": "a43ea989f52cebadc68c8e9c0f87f8f2e23b0974",
+ "sha256": "0q6b459z06h4l47b5lcxlqbksf8sbazkk569r3h2577zpc56prfn",
+ "fetcher": "github",
+ "repo": "VanLaser/evil-nl-break-undo",
+ "unstable": {
+ "version": [
+ 20181125,
+ 2054
+ ],
+ "commit": "4a8f2bf99c978a109eeb92965a72a17bedb68762",
+ "sha256": "0xnjzdbn0rzzr1vkd31swdhxj2vm7xijhn5s5gigmsm3i0n4k0sa"
+ }
+ },
+ {
+ "ename": "evil-numbers",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1lpmkklwjdf7ayhv99g9zh3l9hzrwm0hr0ijvbc7yz3n398zn1b2",
+ "fetcher": "github",
+ "repo": "cofi/evil-numbers",
+ "unstable": {
+ "version": [
+ 20140606,
+ 1251
+ ],
+ "commit": "6ea1c8c3a9b37bed63d48f1128e9a4910e68187e",
+ "sha256": "1aq95hj8x13py0pwsnc6wvd8cc5yv5qin8ym9js42y5966vwj4np"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "8834eb2e8bd93561a706363946701d0d90546a9f",
+ "sha256": "13jg2xbh4p02x1nj77b6csb93hh56c1nv8kslcq2hjj3caipk4m8"
+ }
+ },
+ {
+ "ename": "evil-opener",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0cld853pyzlaa306rpypw2wm4953i6y06irlk96bql9aa1zx977g",
+ "fetcher": "github",
+ "repo": "0robustus1/opener.el",
+ "unstable": {
+ "version": [
+ 20161207,
+ 1810
+ ],
+ "deps": [
+ "evil",
+ "opener"
+ ],
+ "commit": "c384f67278046fdcd220275fdd212ab85672cbeb",
+ "sha256": "0gci909a2rbx5i8dyzyrcddwdic7nvpk6y6djvn521yaag4sq87h"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "deps": [
+ "evil",
+ "opener"
+ ],
+ "commit": "c384f67278046fdcd220275fdd212ab85672cbeb",
+ "sha256": "0gci909a2rbx5i8dyzyrcddwdic7nvpk6y6djvn521yaag4sq87h"
+ }
+ },
+ {
+ "ename": "evil-org",
+ "commit": "1768558ed0a0249421437b66fe45018dd768e637",
+ "sha256": "18glpsnpxap4dvnvkl59h9pnwlp20libsfbbkmvrbzsvbdyspg6z",
+ "fetcher": "github",
+ "repo": "Somelauw/evil-org-mode",
+ "unstable": {
+ "version": [
+ 20180323,
+ 2306
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "b6d652a9163d3430a9e0933a554bdbee5244bbf6",
+ "sha256": "176hrw7y7nczffbyhsa167b8rvfacsmcafm2gpkrdjqlrikbmrhl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "evil",
+ "org"
+ ],
+ "commit": "2d7c58dbeca0d4ac7b4eab5f47b77946951f27e9",
+ "sha256": "09l0ph9rc941kr718zq0dw27fq6l7rb0h2003ihw7q0a5yr8fpk7"
+ }
+ },
+ {
+ "ename": "evil-paredit",
+ "commit": "88db86e1351410bcff6f3ed80681946afcec9959",
+ "sha256": "0xvxxa3gjgsrv10a61y0591bn3gj8v1ff2wck8s0svwfl076gyfy",
+ "fetcher": "github",
+ "repo": "roman/evil-paredit",
+ "unstable": {
+ "version": [
+ 20150413,
+ 2048
+ ],
+ "deps": [
+ "evil",
+ "paredit"
+ ],
+ "commit": "e058fbdcf9dbf7ad6cc77f0172d7517ef233d55f",
+ "sha256": "0b08y4spapl4g2292j3l4cr84gjlvm3rpma3gqld4yb1sxd7v78p"
+ }
+ },
+ {
+ "ename": "evil-python-movement",
+ "commit": "130e6d17735ff86b962859528d7e50869f683251",
+ "sha256": "1qs0z93rpi9dz6hy64816afdr4k5gssyw2dhaxcn152ylg1yzkg3",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/FelipeLema/evil-python-movement.el",
+ "unstable": {
+ "version": [
+ 20180724,
+ 1420
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "evil",
+ "s"
+ ],
+ "commit": "9936b3b7f8d96415d517c1f3604637889484a637",
+ "sha256": "11ivb95ilsw3svpna9n07yf8s9q3w36ia6js2qv6wf0d0dp2xb9r"
+ }
+ },
+ {
+ "ename": "evil-quickscope",
+ "commit": "ec118caf243c74d243f533c9e12f7de0d6c43bc4",
+ "sha256": "0xym1mh4p68i00l1lshywf5fdg1vw3szxp3fk9fwfcg04z6vd489",
+ "fetcher": "github",
+ "repo": "blorbx/evil-quickscope",
+ "unstable": {
+ "version": [
+ 20160202,
+ 1924
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "37a20e4c56c6058abf186ad4013c155e695e876f",
+ "sha256": "1ja9ggj70wf0nmma4xnc1zdzg2crq9h1cv3cj7cgwjmllflgkfq7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "37a20e4c56c6058abf186ad4013c155e695e876f",
+ "sha256": "1ja9ggj70wf0nmma4xnc1zdzg2crq9h1cv3cj7cgwjmllflgkfq7"
+ }
+ },
+ {
+ "ename": "evil-rails",
+ "commit": "ff526fe800b0535067431f1ae78c4a4b5594b23d",
+ "sha256": "0ah0nvzl30z19566kacyrsznsdm3cpij8n3bw3dfng7263rh60gj",
+ "fetcher": "github",
+ "repo": "antono/evil-rails",
+ "unstable": {
+ "version": [
+ 20190512,
+ 1517
+ ],
+ "deps": [
+ "evil",
+ "projectile-rails"
+ ],
+ "commit": "b0f1c5de6720714febeb76c4b569b71bb891938c",
+ "sha256": "0mypsbf0mg2b4746r9b9ybj51qkrlxz48lf9g53kzbk3wdf6p5vi"
+ }
+ },
+ {
+ "ename": "evil-replace-with-char",
+ "commit": "0ac1b487e0fe193cc46c8b489686972ed6db3973",
+ "sha256": "0lgazw53j44rc72czwqxs6yaz67l9i1v52wbi7l9w958fnjra84r",
+ "fetcher": "github",
+ "repo": "ninrod/evil-replace-with-char",
+ "unstable": {
+ "version": [
+ 20180324,
+ 2206
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "ed4a12d5bff11163eb03ad2826c52fd30f51a8d3",
+ "sha256": "1nhnwl39wsi7akzcjqszxxw2b6j9i5y4qabcd8p387zajjpgscwk"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "dddbbafdd620cc48dd0a257baf4010e1b415ebe8",
+ "sha256": "0gcmva2q1bxqp3p8cl1nf19kh4nkgfdm64havyzhnkwq18q84pxi"
+ }
+ },
+ {
+ "ename": "evil-replace-with-register",
+ "commit": "b1bd98aebefc13da5a129d1d3f1c8878e4a70654",
+ "sha256": "0qyym6vwjs0aqf2p28rh96v30pgxg060pxyij0vrfj469wzmlrj9",
+ "fetcher": "github",
+ "repo": "Dewdrops/evil-ReplaceWithRegister",
+ "unstable": {
+ "version": [
+ 20170713,
+ 925
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "91cc7bf21a94703c441cc9212214075b226b7f67",
+ "sha256": "14rpn76qrf287s3y2agmddcxi27r226i53ixjvd694ss039g0r11"
+ }
+ },
+ {
+ "ename": "evil-rsi",
+ "commit": "24f438b47e8ede0ef84261424c122d2ac28b90cb",
+ "sha256": "0mc39n72420n36kwyf9zpw1pgyih0aigfnmkbywb0yxgj7myc345",
+ "fetcher": "github",
+ "repo": "linktohack/evil-rsi",
+ "unstable": {
+ "version": [
+ 20160221,
+ 2104
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "65ae60866be494e4622fe383e23975e04d2a42a3",
+ "sha256": "0cc2yxck5brnicllcadb4m5zlzczvdy6v38q34hj8bri1kxfzslz"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "236bf6ed1e2285698db808463e5f2f69f5f5e7c0",
+ "sha256": "1xz629qv1ss1fap397k48piawcwl8lrybraq5449bw1vvn1a4d9f"
+ }
+ },
+ {
+ "ename": "evil-ruby-text-objects",
+ "commit": "ba500b9f3df067e57e84654561091897e39623ef",
+ "sha256": "0icvmrcj2lslill2a26vzb71598l7c2fl2fi1971z8r1vhmckwmq",
+ "fetcher": "github",
+ "repo": "porras/evil-ruby-text-objects",
+ "unstable": {
+ "version": [
+ 20190729,
+ 1653
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "781f134d9484481b0b4ad32f9cfe90dc00219902",
+ "sha256": "00ybb6y5lnfsk44cy6dks46n2cl1ms4010vfqqrji64i19wd1riq"
+ }
+ },
+ {
+ "ename": "evil-search-highlight-persist",
+ "commit": "f2e91974ddb219c88229782b70ade7e14f20c0b5",
+ "sha256": "08l8ymrp9vkpwprq9gp4562yvcnd4hfc3z7n4n5lz7h6ffv3zym3",
+ "fetcher": "github",
+ "repo": "naclander/evil-search-highlight-persist",
+ "unstable": {
+ "version": [
+ 20170523,
+ 334
+ ],
+ "deps": [
+ "highlight"
+ ],
+ "commit": "979d2dec58d3b9c5ca5fdf4bb802a0209913794e",
+ "sha256": "0ak8r7cgz5xnjyfg3w9mwxhvaw8ny3hy0i2bqn3vf5dps649iy7i"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8
+ ],
+ "deps": [
+ "highlight"
+ ],
+ "commit": "0e2b3d4e3dec5f38ae95f62519eb2736f73c0b85",
+ "sha256": "1jfi2k9dm0cc9bx8klppm965ydhdw17a2n664199vhxrap6g27yk"
+ }
+ },
+ {
+ "ename": "evil-smartparens",
+ "commit": "850898fbfc8e0aeb779e8feae56476d989110e79",
+ "sha256": "1viwrd6gfqmwhlil80pk68dikn3cjf9ddsy0z781z3qfx0j35qza",
+ "fetcher": "github",
+ "repo": "expez/evil-smartparens",
+ "unstable": {
+ "version": [
+ 20171210,
+ 1513
+ ],
+ "deps": [
+ "evil",
+ "smartparens"
+ ],
+ "commit": "026d4a3cfce415a4dfae1457f871b385386e61d3",
+ "sha256": "05habba44zls2d20kgzshrq2psagay16cnvcnkqgrbhvj1rxfmrk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "deps": [
+ "evil",
+ "smartparens"
+ ],
+ "commit": "9fe4eed1c6327197afe6c13bb0771e18908aff00",
+ "sha256": "1di4qz5fbrlwbg16c2j0m7y8zqfxw027qd7zqmc3rwk9znbhg7wl"
+ }
+ },
+ {
+ "ename": "evil-snipe",
+ "commit": "6748f3febbe2f098761e967b4dc67791186d0aa7",
+ "sha256": "0gcmpjw3iw7rjk86b2k6clfigp48vakfjd1a9n8qramhnc85rgkn",
+ "fetcher": "github",
+ "repo": "hlissner/evil-snipe",
+ "unstable": {
+ "version": [
+ 20180731,
+ 1731
+ ],
+ "deps": [
+ "cl-lib",
+ "evil"
+ ],
+ "commit": "8dd076cc56eb9b04494e4e303b86a959b048350b",
+ "sha256": "05zlmkyl1gms7pk2izh67j7xk4mb5y94jpyx63lg59yc391p5p07"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 8
+ ],
+ "deps": [
+ "cl-lib",
+ "evil"
+ ],
+ "commit": "dc62ac317fd29f018e9785c1b3b7dd7ad57b3938",
+ "sha256": "18j33smlajj7ynigfgm64z3kfys5idbxin2gd93civ2564n85r33"
+ }
+ },
+ {
+ "ename": "evil-space",
+ "commit": "4e5a4b9427038f90898ac0e237e71ba7152501f5",
+ "sha256": "1asvh873r1xgffvz3nr653yn8h5ifaphnafp6wf1b1mja6as7f23",
+ "fetcher": "github",
+ "repo": "linktohack/evil-space",
+ "unstable": {
+ "version": [
+ 20151208,
+ 1228
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "a9c07284d308425deee134c9d88a2d538dd229e6",
+ "sha256": "1x4nphjq8lvg8qsm1pj04mk9n59xc6jlxiv5s3bih1nl4xkssrxy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 6
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "f77860fa00662e2def3e1885adac777f051e1e61",
+ "sha256": "1rchanv0vq9rx6x69608dlpdybvkn8a9ymx8wzm7gqpz9qh6xqrk"
+ }
+ },
+ {
+ "ename": "evil-string-inflection",
+ "commit": "0720a0f5b775fcee8d1cfa0defe80048e2dd0972",
+ "sha256": "0w9x49c0gmv4waspa9fvbhf2adm19cixkwx7a7la9v4qy7da6akh",
+ "fetcher": "github",
+ "repo": "ninrod/evil-string-inflection",
+ "unstable": {
+ "version": [
+ 20180313,
+ 1755
+ ],
+ "deps": [
+ "evil",
+ "string-inflection"
+ ],
+ "commit": "008b74a9b2994abfb4ff5b679b8a5a26fd45e98a",
+ "sha256": "0lwwrd9n0ha2xn5a053s8a1l05zya4smf61yc5c1s4fqv0xai9fj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "evil",
+ "string-inflection"
+ ],
+ "commit": "f6a3eca0f0fa8e56e6938e1dd48537eef1fae05f",
+ "sha256": "1akk0yylwcw4f91hprrrsijhbdcmrx1nnpgfyzpl4k5d4b30y8d5"
+ }
+ },
+ {
+ "ename": "evil-surround",
+ "commit": "2c9dc47a4c837c44429a74fd998fe468c00639f2",
+ "sha256": "0aphv5zinb0lzdx22qbzcr7fn6jbpkdczar7py3df6mzxw5wvcm1",
+ "fetcher": "github",
+ "repo": "emacs-evil/evil-surround",
+ "unstable": {
+ "version": [
+ 20190403,
+ 418
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "5ad01dfa86424c4b22cd1dfa375f13bd8c656f43",
+ "sha256": "1ajsi6xn8mliwzl24h6pp9rd91z7f20yvkphr9q7k6zpjrd7fb9q"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 4
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "5ad01dfa86424c4b22cd1dfa375f13bd8c656f43",
+ "sha256": "1ajsi6xn8mliwzl24h6pp9rd91z7f20yvkphr9q7k6zpjrd7fb9q"
+ }
+ },
+ {
+ "ename": "evil-swap-keys",
+ "commit": "2abff8e3d54ac13c4fe90692a56437844accca25",
+ "sha256": "12cx95mjm4ymggidvf41gh3a364z32h655jmhk417v0ga9jk9fv6",
+ "fetcher": "github",
+ "repo": "wbolster/evil-swap-keys",
+ "unstable": {
+ "version": [
+ 20170726,
+ 1820
+ ],
+ "commit": "56bc201e265a6bd482a7c41a7c81d2238341ef3a",
+ "sha256": "0n0hl0plaghz9rjssabxwfzm46kr6564hpfh6hn8lzla4rf1q5zs"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "56bc201e265a6bd482a7c41a7c81d2238341ef3a",
+ "sha256": "0n0hl0plaghz9rjssabxwfzm46kr6564hpfh6hn8lzla4rf1q5zs"
+ }
+ },
+ {
+ "ename": "evil-tabs",
+ "commit": "61eea3ae1c89163736b806aa8ca4f44d17daaba3",
+ "sha256": "0qgvpv5hcai8wmkv2fp6i2vdy7qp4gwidwpzz8j6vl9519x73s62",
+ "fetcher": "github",
+ "repo": "krisajenkins/evil-tabs",
+ "unstable": {
+ "version": [
+ 20160217,
+ 1520
+ ],
+ "deps": [
+ "elscreen",
+ "evil"
+ ],
+ "commit": "53d3314a810017b6056ab6796aef671f5ea1c063",
+ "sha256": "1qklx0j3fz3mp87v64yqbyyq5csfymbjfwvy2s4nk634wbnrra93"
+ }
+ },
+ {
+ "ename": "evil-terminal-cursor-changer",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "16p9a1dybbqr8r717c5ssfd3p5392bqxxzqs4n0xc7v7g8v1m0cd",
+ "fetcher": "github",
+ "repo": "7696122/evil-terminal-cursor-changer",
+ "unstable": {
+ "version": [
+ 20170401,
+ 842
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "b49ca4393d2f3cc6014174950059b36a5cb22949",
+ "sha256": "1zra2h0x20whshbc4sfyj6w73jv6ak435mr9n6r6s7brqqqgpa36"
+ }
+ },
+ {
+ "ename": "evil-test-helpers",
+ "commit": "87da8c50f9167ad9c3844b23becb6904f809611d",
+ "sha256": "0l4skyznzgr76z518q22lf90ymlsfcs02w8vqkg8az1nfl3ch7fs",
+ "fetcher": "github",
+ "repo": "emacs-evil/evil",
+ "unstable": {
+ "version": [
+ 20190104,
+ 1026
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "874beba2cb243c325eca08fb7badff567f3c9494",
+ "sha256": "1h7s3bapv7g1z87ygmrsisbjjzpwhbsds5ywj2srpifd4llrxa4m"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 14
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "3766a521a60e6fb0073220199425de478de759ad",
+ "sha256": "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"
+ }
+ },
+ {
+ "ename": "evil-text-object-python",
+ "commit": "0d0893b07bc4a057561a1c1a85b7520c50f31e12",
+ "sha256": "0jdzs1yn8nrxq890427yjrxdvnzj8jy7bs3jj4w4c0fik26ngqhm",
+ "fetcher": "github",
+ "repo": "wbolster/evil-text-object-python",
+ "unstable": {
+ "version": [
+ 20181126,
+ 1324
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "9a064fe6475429145cbcc3b270fcc963b67adb15",
+ "sha256": "074zpm6mmr1wfl6d5xdf8jk1fs4ccpbzf4ahhkwga9g71xiplszv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "3b3fb01e7ad7eeeeae1143695547fe75148cc44f",
+ "sha256": "1alin2rmx1xa1w3b1nb76bplmg10il55jxxm6jj7qs6z1izzllci"
+ }
+ },
+ {
+ "ename": "evil-textobj-anyblock",
+ "commit": "36b734960313d4cb484cebaac0f112781436631c",
+ "sha256": "03vk30s2wkcszcjxmh5ww39rihnag9cp678wdzq4bnqy0c6rnjwa",
+ "fetcher": "github",
+ "repo": "noctuid/evil-textobj-anyblock",
+ "unstable": {
+ "version": [
+ 20170905,
+ 1907
+ ],
+ "deps": [
+ "cl-lib",
+ "evil"
+ ],
+ "commit": "ff00980f0634f95bf2ad9956b615a155ea8743be",
+ "sha256": "0wn5lp7kh3ip1bmqi12c9ivpjj0x602h8d7ag39qw36smv4jqvnb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "evil"
+ ],
+ "commit": "068d26a625cd6202aaf70a8ff399f9130c0ffa68",
+ "sha256": "0vsf7yzlb2j7c5c7cnk81y1979psy6a9v7klg6c2j9lkcn3cqpvj"
+ }
+ },
+ {
+ "ename": "evil-textobj-column",
+ "commit": "de7d6dc0d9c42a89be2959d015efa30960df2de7",
+ "sha256": "13q3nawx05rn3k6kzq1889vxjznr454cib96pc9lmrq7h65lym2h",
+ "fetcher": "github",
+ "repo": "noctuid/evil-textobj-column",
+ "unstable": {
+ "version": [
+ 20170905,
+ 1905
+ ],
+ "deps": [
+ "evil",
+ "names"
+ ],
+ "commit": "835d7036d0bc9a6e44fc9b7c54ccf2a7c01428cd",
+ "sha256": "0g9d62sgcpzvhbrdk4hf3phphfss74mjz6xv4wd9895rzjsziwkf"
+ }
+ },
+ {
+ "ename": "evil-textobj-entire",
+ "commit": "e1da0063a17d53f30e041e08161ad8fbc9942270",
+ "sha256": "0hkdnkv03b31330pnkijhhbyw00m7bxfvs3cgzfazsvvcsha4gmi",
+ "fetcher": "github",
+ "repo": "supermomonga/evil-textobj-entire",
+ "unstable": {
+ "version": [
+ 20150422,
+ 1254
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "5b3a98f3a69edc3a788f539f6ffef4a0ef5e853d",
+ "sha256": "0m3krfmc9llpywr0lbya36b2jbnzx1pylvhj0p1ss5rh735m00jy"
+ }
+ },
+ {
+ "ename": "evil-textobj-line",
+ "commit": "24bf766525ffdaded519ac9f78ae89d8ab5108ef",
+ "sha256": "158w524qzj0f03ihid2fisxyf1g7vwpv3ckfkzi7c2l549jnsdsa",
+ "fetcher": "github",
+ "repo": "syohex/evil-textobj-line",
+ "unstable": {
+ "version": [
+ 20150729,
+ 1522
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "3d401b6831bdbeec967ec8e64177a8950251e812",
+ "sha256": "1vnk27bizzi321mdq3k39zxv8w20ifxbhxabiy685nyk89cq3mbj"
+ }
+ },
+ {
+ "ename": "evil-textobj-syntax",
+ "commit": "0dba37e5a2ba5ef1f397b37d6845acdc4872e5f2",
+ "sha256": "0d0fg71xmbqhx91ljnkxmakcc0qn3341wjjmzax33qilz5syp3m9",
+ "fetcher": "github",
+ "repo": "laishulu/evil-textobj-syntax",
+ "unstable": {
+ "version": [
+ 20181210,
+ 1213
+ ],
+ "deps": [
+ "evil",
+ "names"
+ ],
+ "commit": "2d9ba8c75c754b409aea7469f46a5cfa52a872f3",
+ "sha256": "031p5i3274dazp7rz6m5y38shfgszm1clmkcf58qfqlvy978ammc"
+ }
+ },
+ {
+ "ename": "evil-traces",
+ "commit": "29f1f13a99b065f4510f6967d0cfce37eaa59178",
+ "sha256": "1h8mi0qa5aaahhlkaf91ynsddj5fm11yimkqj14xmjyig1m98yyd",
+ "fetcher": "github",
+ "repo": "mamapanda/evil-traces",
+ "unstable": {
+ "version": [
+ 20190810,
+ 2054
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "b1c64532ad754591c472e0615a10c9a9f8ad3df0",
+ "sha256": "0d7ijy067rb6wf1hzyyrk1nqh891b95fs0f39lbgawc0hkqk9bzw"
+ }
+ },
+ {
+ "ename": "evil-tutor",
+ "commit": "4b7bfffdc34e181893b8cf4d1cc091f6c3f91126",
+ "sha256": "1hvc2w5ykrgh62n4sxqqqcdk5sd7nmh6xzv4mir5vf9y2dgqcvsn",
+ "fetcher": "github",
+ "repo": "syl20bnr/evil-tutor",
+ "unstable": {
+ "version": [
+ 20150103,
+ 650
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "4e124cd3911dc0d1b6817ad2c9e59b4753638f28",
+ "sha256": "00yfq8aflxvp2nnz7smgq0c5wlb7cips5irj8qs6193ixlkpffvx"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "909273bac88b98a565f1b89bbb13d523b7edce2b",
+ "sha256": "1rskvkmz30xyy8xfjf2i35f3dxh663gb3plfy3f0j6z17i086jl2"
+ }
+ },
+ {
+ "ename": "evil-tutor-ja",
+ "commit": "2c98605fd21b38aaa200c6a0ec4c18f8575b0d7a",
+ "sha256": "1yd8aij9q1jdmb387f1zjiq5mf68jvbgbyp5b49hmag4hw5h7vm2",
+ "fetcher": "github",
+ "repo": "kenjimyzk/evil-tutor-ja",
+ "unstable": {
+ "version": [
+ 20160917,
+ 132
+ ],
+ "deps": [
+ "evil",
+ "evil-tutor"
+ ],
+ "commit": "99af7d82e02ce3bcdfaff47c5c80b57327a7ea8d",
+ "sha256": "1cms98cy4p5dxwfc1zhgdaln8vr2nxzcj0d31imyabb4mwliabfw"
+ }
+ },
+ {
+ "ename": "evil-vimish-fold",
+ "commit": "fcd51e24f88ebbbd3fddfc7c6f3b667d5104cf2b",
+ "sha256": "01wp4h97hjyzbpd7iighjj26m79499wp5pn8m4pa7v59f6r3sdk6",
+ "fetcher": "github",
+ "repo": "alexmurray/evil-vimish-fold",
+ "unstable": {
+ "version": [
+ 20171030,
+ 1151
+ ],
+ "deps": [
+ "evil",
+ "vimish-fold"
+ ],
+ "commit": "c617fecb91303f8c63f85a6101a503fdc88aae84",
+ "sha256": "05zm0gngdamfs5cqnjq4lh7253hdj0lggdgfphl56ynblhf8qf36"
+ }
+ },
+ {
+ "ename": "evil-visual-mark-mode",
+ "commit": "293cdd3387f26e4c8f21582d75a194963ac9cff7",
+ "sha256": "1qgr2dfhfz6imnlznicl7lplajd1s8wny7mlxs1bkms3xjcjfi48",
+ "fetcher": "github",
+ "repo": "roman/evil-visual-mark-mode",
+ "unstable": {
+ "version": [
+ 20190116,
+ 1557
+ ],
+ "deps": [
+ "dash",
+ "evil"
+ ],
+ "commit": "ac5997971972a9251f140b5542d82790ca4a43b4",
+ "sha256": "1gh5614l4zf15109zc64pnnc5rp5ilah9mavgr2rbv2874k3vs4n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "deps": [
+ "dash",
+ "evil"
+ ],
+ "commit": "094ee37599492885ff3144918fcdd9b74dadaaa0",
+ "sha256": "07cmql8zsqz1qchq2mp3qybbay499dk1yglisig6jfddcmrbbggz"
+ }
+ },
+ {
+ "ename": "evil-visual-replace",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1dq3bd9aqpk3jq1c9yzlpjyw6mi8l428l111vrmfg156k1w22v01",
+ "fetcher": "github",
+ "repo": "troyp/evil-visual-replace",
+ "unstable": {
+ "version": [
+ 20171016,
+ 613
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "163fc827a1ffc106475da470c37fb26f4cc9b008",
+ "sha256": "1gfyrq7xfzmzh3x8k5f08n027dlbwi0pkkxf9c39fkxp4jngibsz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "163fc827a1ffc106475da470c37fb26f4cc9b008",
+ "sha256": "1gfyrq7xfzmzh3x8k5f08n027dlbwi0pkkxf9c39fkxp4jngibsz"
+ }
+ },
+ {
+ "ename": "evil-visualstar",
+ "commit": "578d33f3f8e68ef1b3ca3fb8af9b9ff77b649bd3",
+ "sha256": "135l9hjfbpn0a6p53picnpydi9qs5vrk2rfn64gxa5ag2apcyycy",
+ "fetcher": "github",
+ "repo": "bling/evil-visualstar",
+ "unstable": {
+ "version": [
+ 20160223,
+ 48
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "06c053d8f7381f91c53311b1234872ca96ced752",
+ "sha256": "0mkbzw12fav945icibc2293m5haxqr3hzkyli2cf4ssk6yvn0x4c"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "eb996eca0081b6e8bab70b2c0a86ef1c71087bf6",
+ "sha256": "11y2jrwbsw4fcx77zkhj1cn2hl1zcdqy00bv3mpbcrs03jywssrk"
+ }
+ },
+ {
+ "ename": "evm",
+ "commit": "bbcead697f745d197459f90ee05b172e35af2411",
+ "sha256": "19l6cs5schbnph0pwhhj66gkxsswd4bmjpy79l9kxzpjf107wc03",
+ "fetcher": "github",
+ "repo": "rejeep/evm.el",
+ "unstable": {
+ "version": [
+ 20141007,
+ 1156
+ ],
+ "deps": [
+ "dash",
+ "f"
+ ],
+ "commit": "d0623b2355436a5fd9f7238b419782080c79196b",
+ "sha256": "0739v0m9vj70a55z0canslyqgafzys815i7a0r6bxj2f9iwq6rhb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "f"
+ ],
+ "commit": "d0623b2355436a5fd9f7238b419782080c79196b",
+ "sha256": "0739v0m9vj70a55z0canslyqgafzys815i7a0r6bxj2f9iwq6rhb"
+ }
+ },
+ {
+ "ename": "ewal",
+ "commit": "33592edc97154b396b469e2352779721d5df670b",
+ "sha256": "1i6j8dgbgj64wa08wl4kzf26q2x73zy2n4zfa4dzvdspm2bn0ddr",
+ "fetcher": "gitlab",
+ "repo": "jjzmajic/ewal",
+ "unstable": {
+ "version": [
+ 20190807,
+ 240
+ ],
+ "commit": "9807c3d7bb3bab3676ef15b1b438eb9ea8c419f8",
+ "sha256": "10dprjijh10npgh0k3vxcmcdsxg8yx32ly5106p8rqjipfdva0ka"
+ }
+ },
+ {
+ "ename": "ewal-evil-cursors",
+ "commit": "ee7f9833a1dda00e12bcf45c7194ebc38e26168b",
+ "sha256": "177f5m1a3cvgjkgqz61w8gz3q272sk2cafq2z29rk88gcfbm2iqc",
+ "fetcher": "gitlab",
+ "repo": "jjzmajic/ewal",
+ "unstable": {
+ "version": [
+ 20190807,
+ 240
+ ],
+ "deps": [
+ "ewal"
+ ],
+ "commit": "9807c3d7bb3bab3676ef15b1b438eb9ea8c419f8",
+ "sha256": "10dprjijh10npgh0k3vxcmcdsxg8yx32ly5106p8rqjipfdva0ka"
+ }
+ },
+ {
+ "ename": "ewal-spacemacs-themes",
+ "commit": "5aebe80668479c02a694fef153cea0e9f9ca7eb0",
+ "sha256": "0a0xpjlw3yfqfn2wcyqzpdisyr5pm1x35k8rpcjhwn5lhh7njlfc",
+ "fetcher": "gitlab",
+ "repo": "jjzmajic/ewal",
+ "unstable": {
+ "version": [
+ 20190720,
+ 829
+ ],
+ "deps": [
+ "ewal",
+ "spacemacs-theme"
+ ],
+ "commit": "9807c3d7bb3bab3676ef15b1b438eb9ea8c419f8",
+ "sha256": "10dprjijh10npgh0k3vxcmcdsxg8yx32ly5106p8rqjipfdva0ka"
+ }
+ },
+ {
+ "ename": "ewmctrl",
+ "commit": "b2a7679f0961b171bf23080e628ae80f50c446e4",
+ "sha256": "1w60pb7szai1kh06jd3qvgpzq3z1ci4a77ysnpqjfk326s6zv7hl",
+ "fetcher": "github",
+ "repo": "flexibeast/ewmctrl",
+ "unstable": {
+ "version": [
+ 20170922,
+ 217
+ ],
+ "commit": "3d0217c4d6cdb5c308b6cb4293574f470d4faacf",
+ "sha256": "0ilwvx0qryv3v6xf0gxqwnfm6pf96gxap8h9g3f6z6lk9ff4n1wi"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "3d0217c4d6cdb5c308b6cb4293574f470d4faacf",
+ "sha256": "0ilwvx0qryv3v6xf0gxqwnfm6pf96gxap8h9g3f6z6lk9ff4n1wi"
+ }
+ },
+ {
+ "ename": "eww-lnum",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1hhc6q8zlj335v27j4dq6ms7frqpivfabs9w3vkaly5kjr60fw7c",
+ "fetcher": "github",
+ "repo": "m00natic/eww-lnum",
+ "unstable": {
+ "version": [
+ 20150102,
+ 1512
+ ],
+ "commit": "4b0ecec769919ecb05ca4fb15ec51911ba589929",
+ "sha256": "1i6zf17rwa390c33cbspz81dz86vwlphyhjjsia4gp205nfk3s20"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "daef49974446ed4c1001e0549c3f74679bca6bd3",
+ "sha256": "0gs6bi3s2sszc6v2b26929azmn5513kvyin99n4d0ark1jdbjmv2"
+ }
+ },
+ {
+ "ename": "exato",
+ "commit": "939efbcb9b40a2df5ef14e653fb242a8e37c72f9",
+ "sha256": "1h2dd3yhv1n0sznznw8ncx98g53hgi1rg1zkd0nmldih2rd5qisn",
+ "fetcher": "github",
+ "repo": "ninrod/exato",
+ "unstable": {
+ "version": [
+ 20180305,
+ 1042
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "88266fa7fcfbef704032f671b94f756f2f98bd4f",
+ "sha256": "0nmm7pvs81429a4zpal6aidfd1n58yavv3skscrav5r0wnlbz773"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 6
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "70f7ca2a4c6de0392e5e54ac4f16c96daa106be6",
+ "sha256": "0ns43whqcq3cv9vh8wbakj5fgs0lsn8f3q1rgl4rw4mfgbvv85pm"
+ }
+ },
+ {
+ "ename": "exec-path-from-shell",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "014bfcs7znds4if1njyq4s5zrfnr6b3wj6722b4l5r58gh9mlrr5",
+ "fetcher": "github",
+ "repo": "purcell/exec-path-from-shell",
+ "unstable": {
+ "version": [
+ 20190426,
+ 2227
+ ],
+ "commit": "3cfedb8791397ed50ee66bc0a7cbee5b9d78245c",
+ "sha256": "1mrwsc12j44q9cv9sjz3hhr7pd4z4vj30ha320zlh7pcacs973js"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 12
+ ],
+ "commit": "76cd6e3fa8a7dac937af7e40507843dfae4f9184",
+ "sha256": "1ga8bpxngd3ph2hdiik92c612ki71qxw818i6rgx6f6a5r0sbf3p"
+ }
+ },
+ {
+ "ename": "execline",
+ "commit": "118862adbbd26616a5fe110c29296f5ae53b199a",
+ "sha256": "1wjj826vglnxccyl95k7kqnsa185w8qirvimzqldp6j53asrd0vy",
+ "fetcher": "gitlab",
+ "repo": "KAction/emacs-execline",
+ "unstable": {
+ "version": [
+ 20190711,
+ 2010
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "c75dd9b2c54d8e59fc35fd4bd98d8e213948a3f5",
+ "sha256": "02q531c9wvdwflhggflnci4a36h2bb90bq25bbhw6i2lvrd9sk55"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "c75dd9b2c54d8e59fc35fd4bd98d8e213948a3f5",
+ "sha256": "02q531c9wvdwflhggflnci4a36h2bb90bq25bbhw6i2lvrd9sk55"
+ }
+ },
+ {
+ "ename": "exiftool",
+ "commit": "4835a76909d020781021e747fbc341111a94dbfa",
+ "sha256": "1zvcps64yvz8lsjhi1j0808983fv2s7kx67yjr8ps454mcl8bpab",
+ "fetcher": "git",
+ "url": "https://git.systemreboot.net/exiftool.el/",
+ "unstable": {
+ "version": [
+ 20190520,
+ 1106
+ ],
+ "commit": "e043df1bcef40cd5934a74c210e1e35d5eb0e5a6",
+ "sha256": "0am4g25mlmm1iqcm2kxzskrzhrm1f09cdwcqmvk4lidid5xcb6xc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 2
+ ],
+ "commit": "c1058d99c34e62b99dbfca13ada47519fb51bf73",
+ "sha256": "0bv58is66cz21yhc0qqkp1z4nk13zfi2l7i6pjbhyi0g1n88qqyv"
+ }
+ },
+ {
+ "ename": "exotica-theme",
+ "commit": "9182f92dd62e2f1775a76699a6c8f9c3e71e9030",
+ "sha256": "1fzf1zpllkddkq02hvabbi2bh6rnanlyinb6fjwsyh39wvzhsfhs",
+ "fetcher": "github",
+ "repo": "jbharat/exotica-theme",
+ "unstable": {
+ "version": [
+ 20180212,
+ 2329
+ ],
+ "commit": "ff3ef4f6fa38c93b99becad977c7810c990a4d2f",
+ "sha256": "1kp6q55g3dcya4y79x877vqwxa4z2rkkvhs49pkwr3wljf4af2pd"
+ }
+ },
+ {
+ "ename": "expand-line",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "0bzz7zrpfdxhjxs7nzlmzjb9jfajhxkivzr5sm87mg3zx8b6gjyi",
+ "fetcher": "github",
+ "repo": "zhangkaiyulw/expand-line",
+ "unstable": {
+ "version": [
+ 20151006,
+ 207
+ ],
+ "commit": "75a5d0241f35dd0748ab8ecb4ff16891535be372",
+ "sha256": "0wz4h5hrr5ci0w8pynd2nr1b2zl5hl4pa8gc16mcabik5927rf7z"
+ }
+ },
+ {
+ "ename": "expand-region",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1c7f1nqsqdc75h22fxxnyg0m4yxj6l23sirk3c71fqj14paxqnwg",
+ "fetcher": "github",
+ "repo": "magnars/expand-region.el",
+ "unstable": {
+ "version": [
+ 20190416,
+ 538
+ ],
+ "commit": "1c31447730443d98f90f65dfcb752f347d46ad1b",
+ "sha256": "07jm8hm3zsm556l10gw83dw0mpm2d9d8x5blqbdmmp5zsf0y5kqb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 11,
+ 0
+ ],
+ "commit": "0bc14fc7fbbcca5da4fdd9695cfd7cbd36eb3b96",
+ "sha256": "0h40dhc3kn8fq86xnwi5lz7ql8my8737y7wkqr897p15y90swr35"
+ }
+ },
+ {
+ "ename": "express",
+ "commit": "9a97f5f81af13c49f5bea31455d7da0bf2c12e4f",
+ "sha256": "0lhisy4ds96bwpc7k8w9ws1zi1qh0d36nhxsp36bqzfi09ig0nb9",
+ "fetcher": "github",
+ "repo": "rolandwalker/express",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "deps": [
+ "string-utils"
+ ],
+ "commit": "93dae7377eace4a5413ba99aecb6f26f90798725",
+ "sha256": "0ah8zayipwp760909llb9whcdvmbsdgkg0x5y4qlcicm1r9kwcc7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 0
+ ],
+ "deps": [
+ "string-utils"
+ ],
+ "commit": "e6dc9abdc395ef537408befebeb4fd3ed4ee5c60",
+ "sha256": "106yh793scbyharsk1dvrirkj3c6666w8jqilpkaz78vwyw3zs5y"
+ }
+ },
+ {
+ "ename": "exsqlaim-mode",
+ "commit": "7f660d7629bc27144c99ebcba45f1b06b14c5745",
+ "sha256": "0ssn48wcn3x066nsl8y78y57ndasqv5x6ifxbifdxl3f5vjhyvg7",
+ "fetcher": "github",
+ "repo": "ahmadnazir/exsqlaim-mode",
+ "unstable": {
+ "version": [
+ 20170607,
+ 1003
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "a2e0a62ec8b87193d8eaa695774bfd689324b06c",
+ "sha256": "1gj1q2h1ja30jizkjql12cxlppj07ykr4wxqca9msy043zdhqnkk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "a2e0a62ec8b87193d8eaa695774bfd689324b06c",
+ "sha256": "1gj1q2h1ja30jizkjql12cxlppj07ykr4wxqca9msy043zdhqnkk"
+ }
+ },
+ {
+ "ename": "extempore-mode",
+ "commit": "7bd3e57171f5283604e9375613a7a94416ee99a7",
+ "sha256": "1z8nzpcj27s74kxfjz7wyr3848jpd6mbyjkssd06ri5p694j9php",
+ "fetcher": "github",
+ "repo": "extemporelang/extempore-emacs-mode",
+ "unstable": {
+ "version": [
+ 20180105,
+ 621
+ ],
+ "commit": "ae5f40d4b0883a4519e460cd7720e5fcc3a68fa5",
+ "sha256": "1f888h7xv6zz6kq38ak1vpwjrjr2sqgwpfxwb9x0ldf3kkx4wf1w"
+ }
+ },
+ {
+ "ename": "extend-dnd",
+ "commit": "f2d866ca12cb997b7fad878808c0966f3413b73d",
+ "sha256": "0rknpvp8yw051pg3blvmjpp3c9a82jw7f10mq67ggbz98w227417",
+ "fetcher": "github",
+ "repo": "mattfidler/extend-dnd",
+ "unstable": {
+ "version": [
+ 20151122,
+ 1850
+ ],
+ "commit": "80c966c93b82c9bb5c6225a432557c39144fc602",
+ "sha256": "15dwl1rb3186k328a83dz9xmslc0px60ah16fifvmr3migis9hwz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "commit": "a1923d57f8f5e862cc66c189b5e6627bc84a2119",
+ "sha256": "1k2j8szavyq2wy5c0skvs03a88cr9njy7y63b7knh2m92nw4830d"
+ }
+ },
+ {
+ "ename": "extmap",
+ "commit": "91ef4352603cc69930ab3d63f0a90eee63f5f328",
+ "sha256": "0c12gfd3480y4fc22ik02n7h85k6s70i5jv5i872h0yi68cgd01j",
+ "fetcher": "github",
+ "repo": "doublep/extmap",
+ "unstable": {
+ "version": [
+ 20181028,
+ 1645
+ ],
+ "commit": "1139b57d8f4276fe56b8416fdaf4745f2cdfe7c3",
+ "sha256": "0jgyscjfparnby0whrmbgvsab2a7qkaqhysmh3s3jh635fndm253"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "1139b57d8f4276fe56b8416fdaf4745f2cdfe7c3",
+ "sha256": "0jgyscjfparnby0whrmbgvsab2a7qkaqhysmh3s3jh635fndm253"
+ }
+ },
+ {
+ "ename": "exunit",
+ "commit": "94e4fd4cf58b280d08d22aff4dd9c47201a29e72",
+ "sha256": "1wyxxy1hd50p17widf31sysp28adr09n8ksyd3hn6pnvyn2m0k81",
+ "fetcher": "github",
+ "repo": "ananthakumaran/exunit.el",
+ "unstable": {
+ "version": [
+ 20190511,
+ 614
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "7aa008cb54e7935183a19d6b81d218de7ec38ca4",
+ "sha256": "0zp0sdnrb5mm6k1z6zqs7s042f6n24sg1y0wx6bw35za6r5f36cr"
+ }
+ },
+ {
+ "ename": "exwm-edit",
+ "commit": "f247915e02e59ebd6a2a219e55870e034d41c938",
+ "sha256": "0bydkznywma0x293m105amppx4qx1iyjpqdfq6np73176xfy6kc5",
+ "fetcher": "github",
+ "repo": "agzam/exwm-edit",
+ "unstable": {
+ "version": [
+ 20180905,
+ 743
+ ],
+ "commit": "961c0f3ea45766b888c73d7353da13d329538034",
+ "sha256": "087pk5ckx753qrn6xpka9khhlp7iqlz76w7861x90av2f5cgy6fw"
+ }
+ },
+ {
+ "ename": "exwm-firefox-core",
+ "commit": "745a2b98c48b00cd794dfb97be4072813ee67ada",
+ "sha256": "1d6j8nrlb7lsyki796vpfidj8y2cz5lnqf8zzfqsbqf92kj5v9zd",
+ "fetcher": "github",
+ "repo": "walseb/exwm-firefox-core",
+ "unstable": {
+ "version": [
+ 20190812,
+ 2110
+ ],
+ "deps": [
+ "exwm"
+ ],
+ "commit": "e2fe2a895e8f973307ef52f8c9976b26e701cbd0",
+ "sha256": "0k5jkjzx6f8nfmbkc61raj585p9pymycgzv7rr3fhv2drgkaa4yi"
+ }
+ },
+ {
+ "ename": "exwm-firefox-evil",
+ "commit": "09fa63c7bd639c0b7dda540504c74cdbbe4f9875",
+ "sha256": "0wg3jydgj2fi5gxv3kwm1dvpxvc3ypn28kxlzfp801xrrfc241ml",
+ "fetcher": "github",
+ "repo": "walseb/exwm-firefox-evil",
+ "unstable": {
+ "version": [
+ 20190608,
+ 2230
+ ],
+ "deps": [
+ "evil",
+ "exwm",
+ "exwm-firefox-core"
+ ],
+ "commit": "69e8eff0e5443183713213386c450ebfef3b4d0a",
+ "sha256": "1h8h7v1cwbqbdk168vqz8ndb4zgxlkx28dyy0b315vib226vkxq6"
+ }
+ },
+ {
+ "ename": "exwm-surf",
+ "commit": "4fc27fae2b58c7af87dadba9217cc05f8ab4890c",
+ "sha256": "066qbn1w63irh9b03qs0fv77x71cind22kdj6wygaznrpgwr0kny",
+ "fetcher": "github",
+ "repo": "ecraven/exwm-surf",
+ "unstable": {
+ "version": [
+ 20171204,
+ 1140
+ ],
+ "deps": [
+ "exwm"
+ ],
+ "commit": "6c17e2c1597fe4b7b454a1dac23b9127ac951e94",
+ "sha256": "0rb921fq3pyzv0w1s6n0zx4j7cvv68mb50hfa8nqnppz5ii1k0lb"
+ }
+ },
+ {
+ "ename": "exwm-x",
+ "commit": "a0e6e23bcffdcd1e17c70599c563609050e5de40",
+ "sha256": "1d9q57vz63sk3h1g5gvp9xnmqkpa73wppmiy2bv8mxk11whl6xa3",
+ "fetcher": "github",
+ "repo": "tumashu/exwm-x",
+ "unstable": {
+ "version": [
+ 20190224,
+ 1152
+ ],
+ "deps": [
+ "bind-key",
+ "cl-lib",
+ "counsel",
+ "exwm",
+ "ivy",
+ "swiper",
+ "switch-window"
+ ],
+ "commit": "02ec31cd8996b1b3fe305405fef7334c4d08e72b",
+ "sha256": "18cgfnh7bp152gi4zv2skrkjbxs0v2zn6jk35rc48y8nfivps2f4"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 9,
+ 0
+ ],
+ "deps": [
+ "bind-key",
+ "cl-lib",
+ "counsel",
+ "exwm",
+ "ivy",
+ "swiper",
+ "switch-window"
+ ],
+ "commit": "88c8b70be678ce0e9fa31e191ffd3f76bbfee61f",
+ "sha256": "03l3dl7s1qys1kkh40rm1sfx7axy1b8sf5f6nyksj9ps6d30p5i4"
+ }
+ },
+ {
+ "ename": "eyebrowse",
+ "commit": "90d052bfc0b94cf177e33b2ffc01a45d254fc1b1",
+ "sha256": "09fkzm8z8nkr4s9fbmfcjc80h50051f48v6n14l76xicglr5p861",
+ "fetcher": "github",
+ "repo": "wasamasa/eyebrowse",
+ "unstable": {
+ "version": [
+ 20190322,
+ 933
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "52e160997a1c4b1d463e8b9cc2ba3e27408c2a89",
+ "sha256": "0y2n08ykfc3hga5m969syysa2r4h3d2i1xfi0jjhpw3h7qrisbw8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 7
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "7294ed5fbf5f38407b599a10a335b8c4ec15a8d5",
+ "sha256": "1lhpf88042mg9q328w2d328ka9pild4ppdynbn3rsib9zgxp8waq"
+ }
+ },
+ {
+ "ename": "eyuml",
+ "commit": "b09a8d723e357da67441e65047759ccfa9cb7ef6",
+ "sha256": "0ada2gcl8bw9nn0fz8g9lbqy8a8w1554q03fzd7lv8qla33ri3wx",
+ "fetcher": "github",
+ "repo": "antham/eyuml",
+ "unstable": {
+ "version": [
+ 20141028,
+ 2227
+ ],
+ "deps": [
+ "request",
+ "s"
+ ],
+ "commit": "eb29c37316e44a14741f16e894fbcfcb7537dc80",
+ "sha256": "19n2dzr3m56g76igh57cvvhqwpbcicwr7r6r4i3l8vsjch99kp6m"
+ }
+ },
+ {
+ "ename": "ez-query-replace",
+ "commit": "c40808c7687ace84e4c59bf8c25332c94b6fdd76",
+ "sha256": "1h9ijr1qagwp9vvikh7ajby0dqgfypjgc45s7d93zb9jrg2n5cgx",
+ "fetcher": "github",
+ "repo": "Wilfred/ez-query-replace.el",
+ "unstable": {
+ "version": [
+ 20170814,
+ 1321
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "f5dbd2d3e5e62e6b7e7cc1a98fc4d0cd411e5afa",
+ "sha256": "14mikpxrsmjwdpya45cf47v2gjwxmql10xjk907x27iqqxmfif74"
+ }
+ },
+ {
+ "ename": "eziam-theme",
+ "commit": "4e0411583bd4fdbe425eb07de98851136fa1eeb0",
+ "sha256": "0iz3r4r54ai8y4qhnix291ra7qfmk8dbr06f52pgmz3gzin1cqpb",
+ "fetcher": "github",
+ "repo": "thblt/eziam-theme-emacs",
+ "unstable": {
+ "version": [
+ 20190720,
+ 1720
+ ],
+ "commit": "a0cafce1c49f3830fe96dacd49f4732b53166603",
+ "sha256": "0vhmv47i07zrnvy5b6gd3ws2gnnviifv04b6dafa96xr3063n2cp"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "a0cafce1c49f3830fe96dacd49f4732b53166603",
+ "sha256": "0vhmv47i07zrnvy5b6gd3ws2gnnviifv04b6dafa96xr3063n2cp"
+ }
+ },
+ {
+ "ename": "f",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "18qax8i24gpccif4xcxccclpwl00plxjf3zbq9dry37b1r4mj57s",
+ "fetcher": "github",
+ "repo": "rejeep/f.el",
+ "unstable": {
+ "version": [
+ 20190109,
+ 906
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "8191672377816a1975414cc1f116fd3b94b30bd0",
+ "sha256": "1b9wq6r6v44y11ldcj8czmah4ciibkm2261q4z9awd7v7iqlzf07"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 20,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "de6d4d40ddc844eee643e92d47b9d6a63fbebb48",
+ "sha256": "1a47xk3yp1rp17fqg7ldl3d3fb888h0fz3sysqfdz1bfdgs8a9bk"
+ }
+ },
+ {
+ "ename": "f3",
+ "commit": "5b40de62a82d6895a37ff795d56f7d0f783461e6",
+ "sha256": "099wibgp9k6sgglaqigic5ay6qg7aqijnis5crwjl7b81ddqp610",
+ "fetcher": "github",
+ "repo": "cosmicexplorer/f3",
+ "unstable": {
+ "version": [
+ 20180130,
+ 1158
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "000009ce4adf7a57eae80512f29c4ec2a1391ce5",
+ "sha256": "0q3ylw0i1bg7pzsv4gj72jcfjjfh57vsb3fnfnhhh5i5vladiqsf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "19120dda2d760d3dd6c6aa620121d1de0a40932d",
+ "sha256": "1qg48zbjdjqimw4516ymrsilz41zkib9321q0caf9474s9xyp2bi"
+ }
+ },
+ {
+ "ename": "fabric",
+ "commit": "83939d2a4d5874244a4916eee9ae6b327af18b5d",
+ "sha256": "1mkblsakdhvi10b67bv3j0jsf7hr8lf9sibmprvx8smqsih7l88m",
+ "fetcher": "github",
+ "repo": "nlamirault/fabric.el",
+ "unstable": {
+ "version": [
+ 20171116,
+ 656
+ ],
+ "commit": "df79be341d0b34ed23850f9894136092fa5fea8c",
+ "sha256": "1mnz81k1jz2sa3zj68ihzgq66l9fcxvzb67ad62p8bvi2aksxx7z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "004934318f63d8cf955022f87b2c33eb97ada280",
+ "sha256": "0crhkdbxz1ldbrvppi95g005ni5zg99z1271rkrnk5i6cvc4hlq5"
+ }
+ },
+ {
+ "ename": "face-explorer",
+ "commit": "2370fdf6421dc518337e04bd2453a5f74e2df2b2",
+ "sha256": "1jfidkkizgwhkkrgvrmq5vrx5ir4zjw4zzc2alw9gkjn1ddq22q7",
+ "fetcher": "github",
+ "repo": "Lindydancer/face-explorer",
+ "unstable": {
+ "version": [
+ 20190517,
+ 1857
+ ],
+ "commit": "ad1300e13e5643e4c246cabfd91f833d39113052",
+ "sha256": "0nq36h6kwyi2sv1fklm42spfkllm6jlz0alh2qlpgy4ixq5sp2pv"
+ }
+ },
+ {
+ "ename": "faceup",
+ "commit": "a10bf2928b93c3908e89ca8ad9649bb468ebca05",
+ "sha256": "0l41xp38iji55dv20lk7r187ywcz8s1g2jmwbjwkspzmcf763xvx",
+ "fetcher": "github",
+ "repo": "Lindydancer/faceup",
+ "unstable": {
+ "version": [
+ 20170925,
+ 1946
+ ],
+ "commit": "6c92dad56a133e14e7b27831e1bcf9b3a71ff154",
+ "sha256": "1yzmy7flrhrh0i10bdszx8idx6r8h6czm4vm4q0z6fp5fw94zwrx"
+ }
+ },
+ {
+ "ename": "factlog",
+ "commit": "9075a42edee1ac7de0812d2eefcba5681859eb6e",
+ "sha256": "163482vfpa52b5ya5xps4qnclbaql1x0q54gqdwwmm04as8qbfz7",
+ "fetcher": "github",
+ "repo": "tkf/factlog",
+ "unstable": {
+ "version": [
+ 20130210,
+ 140
+ ],
+ "deps": [
+ "deferred"
+ ],
+ "commit": "6503d77ea882c995b051d22e72db336fb28770fc",
+ "sha256": "19zm9my7fl1r3q48axjv2f8x9hcjk6qah4y4r92b90bzfmcdc30y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "commit": "c834fdab81ec5b1bdc0ee2721a12cecb48a319bf",
+ "sha256": "01l8dlfpyy97b17djbza46rq11xlbkhd5kn2r26r2xac8klj4pka"
+ }
+ },
+ {
+ "ename": "faff-theme",
+ "commit": "0b35c169fe56a5612ff5a4242140f617fdcae14f",
+ "sha256": "1dmwbkp94zsddy0brs3mkdjr09n69maw2mrdfhriqcdk56qpwp4g",
+ "fetcher": "github",
+ "repo": "WJCFerguson/emacs-faff-theme",
+ "unstable": {
+ "version": [
+ 20190711,
+ 1511
+ ],
+ "commit": "49710f7bf8bebf6cd82e67f0ca3a718cff3b504d",
+ "sha256": "0ba1ayc1ccs1ygr66zpihm4wmnrhbvb48rrhha6lidyvmbxrxsa6"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 5
+ ],
+ "commit": "bb331f755f44f8d6db1b35c476948a080a4a40cf",
+ "sha256": "0llhsn79fp8c42hv57539k3zcyaqx0gc27hg21vq9nh8aa0jb6h2"
+ }
+ },
+ {
+ "ename": "fakespace",
+ "commit": "778dbe1fd1d2ecebb499ad66bc950e586f231c52",
+ "sha256": "09dsmrqax4wfcw8fd5jf07bjxm5dizpc2qvjkqwg74j2n352wv27",
+ "fetcher": "github",
+ "repo": "skeeto/elisp-fakespace",
+ "unstable": {
+ "version": [
+ 20120818,
+ 6
+ ],
+ "commit": "d1bd1f4b14b2690d7a67f9a52622ec51ed84813a",
+ "sha256": "11fm0h9rily5731s137mgv8rdbfqi99s6f36bgr0arwbq3f2j3fs"
+ }
+ },
+ {
+ "ename": "fakir",
+ "commit": "d0a8abd5fd77a14b957f53b5bc8474403cc1e18f",
+ "sha256": "07bicglgpm6qkcsxwj6rswhx4hgh27rfg8s1cki7g8qcvk2f7b25",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-fakir",
+ "unstable": {
+ "version": [
+ 20140729,
+ 1652
+ ],
+ "deps": [
+ "dash",
+ "kv",
+ "noflet"
+ ],
+ "commit": "1fca406ad7de80fece6319ff75d4230b648534b0",
+ "sha256": "1w5apzbzr1jd983b0rzsy9ldb0z0zcq6mpyb5r8czl5wd4vvj69h"
+ }
+ },
+ {
+ "ename": "fancy-battery",
+ "commit": "eae3af4145c534992d1c1ee5bb6420651c7c5d82",
+ "sha256": "03rkfdkrzyal9abdiv8c73w10sm974hxf3xg5015hibfi6kzg8ii",
+ "fetcher": "github",
+ "repo": "lunaryorn/fancy-battery.el",
+ "unstable": {
+ "version": [
+ 20150101,
+ 1204
+ ],
+ "commit": "9b88ae77a01aa3edc529840338bcb2db7f445822",
+ "sha256": "1k6prddw277iszh9hq145yqidwiiy9iqz656rpmqwn5hmr1vakhk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "5b8115bbeb67c52d4202a12dcd5726fb66e0a1ff",
+ "sha256": "05lwcwf412m717yhwpjrswqkm8c3i7391rmiwv2k8xc1vk6dpp4g"
+ }
+ },
+ {
+ "ename": "fancy-narrow",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "15i86jz6rdpva1az7gqp1wbm8kispcfc8h6v9fqsbag9sbzvgcyv",
+ "fetcher": "github",
+ "repo": "Malabarba/fancy-narrow",
+ "unstable": {
+ "version": [
+ 20171031,
+ 16
+ ],
+ "commit": "c9b3363752c09045b8ce7a2635afae42d2ae63c7",
+ "sha256": "1icc43dlb38w9ip2077a4n8xk102f4l1wfy4c04vpjykxpda4sxv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 5
+ ],
+ "commit": "c0f70b4333d4764323b7154e37a378adb1610ab7",
+ "sha256": "0vcr1gnqawvc1yclqs23jvxm6bqix8kpflf1c7znb0wzxmz9kx7y"
+ }
+ },
+ {
+ "ename": "farmhouse-theme",
+ "commit": "3b0d427db8ab66d2fe323366b0837595b3b59afa",
+ "sha256": "0hbqdrw6x25b331qhbg3yaaa45c2b896wknsjm0a1kg142klq229",
+ "fetcher": "github",
+ "repo": "mattly/emacs-farmhouse-theme",
+ "unstable": {
+ "version": [
+ 20160713,
+ 2244
+ ],
+ "commit": "7ddc1ff13b4a3d5466bd0d33ecb86100352e83a7",
+ "sha256": "09k6agh205kr2lif354m38l3967b0jajm14rgpl7l1vlajh8wzfd"
+ }
+ },
+ {
+ "ename": "fasd",
+ "commit": "f0a8eb0eefe88b4ea683a4743c0f8393506e014b",
+ "sha256": "0ssb1bbw3cwd4zdy08a0fymwjwgdnx0kil5x3x1b7k8kan942436",
+ "fetcher": "git",
+ "url": "https://framagit.org/steckerhalter/emacs-fasd.git",
+ "unstable": {
+ "version": [
+ 20180606,
+ 505
+ ],
+ "commit": "020c6a4b5fd1498a84ae142d2e32c7ff678fb029",
+ "sha256": "142zq0zz38j3akgc1gipqhgs05krlkig1i97pgzmi4jcqdgm3lx9"
+ }
+ },
+ {
+ "ename": "fastdef",
+ "commit": "f6effb2fbccc71e8a44c53138e3c21f10dc55fbc",
+ "sha256": "1cf4slxhcp2z7h9k3l31h06nnqsyb4smwnj55ivil2lm0fa0vlzj",
+ "fetcher": "github",
+ "repo": "redguardtoo/fastdef",
+ "unstable": {
+ "version": [
+ 20160713,
+ 1329
+ ],
+ "deps": [
+ "ivy",
+ "w3m"
+ ],
+ "commit": "0696f41dc150d35ce31fe8d2ea74f4173818bb55",
+ "sha256": "1p5vmbx7zdzxnyjzcp2vxscd3dwf7xk82wk9dfiv99svwqv2ki3w"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "ivy",
+ "w3m"
+ ],
+ "commit": "0696f41dc150d35ce31fe8d2ea74f4173818bb55",
+ "sha256": "1p5vmbx7zdzxnyjzcp2vxscd3dwf7xk82wk9dfiv99svwqv2ki3w"
+ }
+ },
+ {
+ "ename": "fastnav",
+ "commit": "d2a7dce6617bf4ed250dba150e6787bf48891c64",
+ "sha256": "08hg256w8k9f5nzgpyl1jykbf28vmvv09kkhzs0s2zhwbl2158a5",
+ "fetcher": "github",
+ "repo": "gleber/fastnav.el",
+ "unstable": {
+ "version": [
+ 20120211,
+ 1457
+ ],
+ "commit": "1019ba2b61d1a070204099b23da347278a61bc89",
+ "sha256": "0y95lrdqd9i2kbb266s1wdiim4m8vrn3br19d8s55ib6xlywf8cx"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 7
+ ],
+ "commit": "54626e9e7cc7be5bc2bd01732e95ed2afc2312a1",
+ "sha256": "0h32w63vv451797zi6206j529fd4j8l3fp7rqip3s8xn8d4728x1"
+ }
+ },
+ {
+ "ename": "faust-mode",
+ "commit": "b362e7daeabd07c726ad9770d7d4941dfffd5b19",
+ "sha256": "0l8cbf5i6lv6i5vyqp6ngfmrm2y6z2070b8m10w4376kbbnr266z",
+ "fetcher": "github",
+ "repo": "rukano/emacs-faust-mode",
+ "unstable": {
+ "version": [
+ 20180205,
+ 926
+ ],
+ "commit": "7c31b22bdbfd2f8c16ec117d2975d56dd61ac15c",
+ "sha256": "0a3p69ay88da13cz2cqx00r3qs2swnn7vkcvchcqyrdybfjs7y4z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "commit": "7c31b22bdbfd2f8c16ec117d2975d56dd61ac15c",
+ "sha256": "0a3p69ay88da13cz2cqx00r3qs2swnn7vkcvchcqyrdybfjs7y4z"
+ }
+ },
+ {
+ "ename": "faustine",
+ "commit": "8b4c6b03c5ff78ce327dcf66b175e266bbc53dbf",
+ "sha256": "1blmz993xrwkyr7snj7rm07s07imgpdlfqi6wxkm4ns6iwa2q60s",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/yphil/faustine",
+ "unstable": {
+ "version": [
+ 20171122,
+ 1202
+ ],
+ "deps": [
+ "faust-mode"
+ ],
+ "commit": "07a38963111518f86123802f9d477be0d4689a3f",
+ "sha256": "0dj35hwkm5v8758c4ssl873vkvplba5apjsh7l23nsmnzdji99zg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "faust-mode"
+ ],
+ "commit": "f186461e2bc38ec8ae38bd5ab727cc769218a168",
+ "sha256": "16p7qmljjki4svci3mxzydmvpxaprbnfq6794b3adyyixkmgr6k7"
+ }
+ },
+ {
+ "ename": "fcitx",
+ "commit": "e8c40f09d9397b3ca32a7ed37203f490497dc984",
+ "sha256": "0a8wd588c26p3czfp5hn2n46f2vwyg5v301sv0y07b55b1i3ynmx",
+ "fetcher": "github",
+ "repo": "cute-jumper/fcitx.el",
+ "unstable": {
+ "version": [
+ 20190806,
+ 1923
+ ],
+ "commit": "12dc2638ddd15c8f6cfaecb20e1f428ab2bb5624",
+ "sha256": "0ahw2pi6i693s4mdjdkisy94yvg0wgmd3c6zi0z4yi60b6irskdn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 3
+ ],
+ "commit": "6d552ab44234ed78ce9a50f2412f56197266bc9f",
+ "sha256": "08l859rw1lwj6hdxrlxqlxf1cfxv8yv9h1jsgs5zfis3hp7nq39j"
+ }
+ },
+ {
+ "ename": "fcopy",
+ "commit": "f9afd35b7c7075bef9ed878b7122ff9783fdd9fd",
+ "sha256": "13337ymf8vlbk8c4jpj6paqi06xdmk39yf72s40kmfrbvgmi8qy1",
+ "fetcher": "github",
+ "repo": "ataka/fcopy",
+ "unstable": {
+ "version": [
+ 20150304,
+ 1403
+ ],
+ "commit": "e355f6ec889d8ecbdb096019c2dc660b1cec4941",
+ "sha256": "0c56j8ip2fyma9yvwaanz89jyzgi9k11xwwkflzlzc4smnvgfibr"
+ }
+ },
+ {
+ "ename": "fd-dired",
+ "commit": "1217e0d4f42df68cc22de9b4f27a36c0377509e3",
+ "sha256": "0g8zvg6b9hcxkmqn254y9khjm7jz2lz4mh7dhsxfcy64inaj0481",
+ "fetcher": "github",
+ "repo": "yqrashawn/fd-dired",
+ "unstable": {
+ "version": [
+ 20180731,
+ 1049
+ ],
+ "commit": "fd4c3f490b0b6727592b85f1635e57638dec8f91",
+ "sha256": "0vgwbdrs2f4lwpciwv4j544nqfqwdgli9fsr3ldr01wd4ghjib9m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "d90ec902f417c194e44697f73a9d6cbfd0cf7216",
+ "sha256": "1fas0fpvym2lyzybwm44gly9jz6a2fpp72yxnwfbqqjkfgk9910y"
+ }
+ },
+ {
+ "ename": "feature-mode",
+ "commit": "0a70991695f9ff305f12cfa45e0a597f4a782ba3",
+ "sha256": "0ryinmpqb3c91qcna6gbijcmqv3skxdc947dlr5s1w623z9nxgqg",
+ "fetcher": "github",
+ "repo": "michaelklishin/cucumber.el",
+ "unstable": {
+ "version": [
+ 20190801,
+ 1137
+ ],
+ "commit": "11ae1671629bfedaa553c7b819676d64eb320992",
+ "sha256": "0yd4gkxz9xcbgibfgr8apsid3f83nmg5jgqk5nql0linj5gymc28"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "4bd8f19da816115094beb4b0e085822eb298ac37",
+ "sha256": "1cxjygg05v8s96c8z6plk3hl34jaiwg7s7dl7dsk20rj5f54kgw7"
+ }
+ },
+ {
+ "ename": "feebleline",
+ "commit": "782295d8c530878bd0e20cde7e7f7f8f640953dd",
+ "sha256": "0c604ahhv9c89r3hj7091zhhfpbykh4c23sn6ymqw4pp0dq4pgkj",
+ "fetcher": "github",
+ "repo": "tautologyclub/feebleline",
+ "unstable": {
+ "version": [
+ 20190711,
+ 713
+ ],
+ "commit": "fe971abb6e0142513a8c6e453e9d3b2eac6a3f08",
+ "sha256": "0zisc4sf2fi0fspfzkvs8crlrvzrzrc72b379p5ngv53hmdmvkhy"
+ }
+ },
+ {
+ "ename": "fennel-mode",
+ "commit": "cda0732050a17b2dc70b80afd6fc6bb9cf8bb60f",
+ "sha256": "0lg69rjvbg7zl4jxc88m12r4rgv2mg2xdyz591mdmgvxwr2hfrv9",
+ "fetcher": "gitlab",
+ "repo": "technomancy/fennel-mode",
+ "unstable": {
+ "version": [
+ 20190807,
+ 17
+ ],
+ "commit": "7f146605feeeebdf5452450662e2f3bc1e435e6f",
+ "sha256": "0yr6f2gzgprkqhc22mq64mn119aljihziix712kk1vq59yx2l22f"
+ }
+ },
+ {
+ "ename": "fetch",
+ "commit": "7e808952551936dd8eaf0158d6ca929d10712dc5",
+ "sha256": "1jqc6pspgcrdzm7ij46r1q6vpjq7il5dy2xyxwn2c1ky5a80paby",
+ "fetcher": "github",
+ "repo": "crshd/fetch.el",
+ "unstable": {
+ "version": [
+ 20131201,
+ 730
+ ],
+ "commit": "3f2793afcbbc32f320e572453166f9354ecc6d06",
+ "sha256": "0pjw9fb3n08yd38680ifdn2wlnw2k6q97lzhqb2259mywsycyqy8"
+ }
+ },
+ {
+ "ename": "fic-mode",
+ "commit": "0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f",
+ "sha256": "0yy1zw0b0s93qkzyq0n17gzn33ma5h56mh40ysz6adwsi68af84c",
+ "fetcher": "github",
+ "repo": "lewang/fic-mode",
+ "unstable": {
+ "version": [
+ 20180603,
+ 2035
+ ],
+ "commit": "a05fc36ed54ba0c6dc22ac216a6a72cf191ca13d",
+ "sha256": "074dfwdir2dx5cpbjk1ac8d3hkjkrylivy7agir5mnmzjm3bs9gw"
+ }
+ },
+ {
+ "ename": "fifo-class",
+ "commit": "1b4fa87f7d5592bc264805760d191df2a3539cf1",
+ "sha256": "0yyjrvdjiq5166vrys13c3dqy5807a3x99597iw5v6mcxg37jg3h",
+ "fetcher": "github",
+ "repo": "mola-T/fifo-class",
+ "unstable": {
+ "version": [
+ 20160425,
+ 558
+ ],
+ "commit": "8fe4cf690727f4ac7b67f29c55f845df023c3f21",
+ "sha256": "0dkng4zkd5xdyvqy67bnfp4z6w8byx66bssq1zl7bhga45vihfjg"
+ }
+ },
+ {
+ "ename": "figlet",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "1m7hw56awdbvgzdnjysb3wqkhkjqy68jxsxh9f7fx266wjqhp6yj",
+ "fetcher": "bitbucket",
+ "repo": "jpkotta/figlet",
+ "unstable": {
+ "version": [
+ 20160218,
+ 2237
+ ],
+ "commit": "70ca269d706eedd34838fe2435073c6860be470b",
+ "sha256": "1c18b1h154sdxkksqwk8snyk8n43bwzgavi75l8mnz8dnl1ciaxs"
+ }
+ },
+ {
+ "ename": "filelock",
+ "commit": "bda76dfbf37eaa17bebb4b8c34006704862db433",
+ "sha256": "13ra697y0fhkjwsaqqlphcyfqkaiix5z59qw4q6rgix4k8ypj8db",
+ "fetcher": "github",
+ "repo": "DarwinAwardWinner/emacs-filelock",
+ "unstable": {
+ "version": [
+ 20180524,
+ 2215
+ ],
+ "deps": [
+ "cl-lib",
+ "f"
+ ],
+ "commit": "17a5ca6e0dee14d2e7d92c84be91143bca9d9663",
+ "sha256": "1smiad56626bc7q6vgj5gc710hnx814d4xlpxdlfzqlmj08y9dyk"
+ }
+ },
+ {
+ "ename": "filetags",
+ "commit": "eabd1c808758bb46fbc25e124bd4532764b8d7da",
+ "sha256": "06qvwhg884plz0bk7lhnp3sb6qv5rypkb0jqq53vmnbw7nz0dlyv",
+ "fetcher": "github",
+ "repo": "DerBeutlin/filetags.el",
+ "unstable": {
+ "version": [
+ 20190706,
+ 804
+ ],
+ "commit": "504cb41eabded459de6990da6cddb3cb24474b39",
+ "sha256": "191ahvir06xv9ql3ynsx0nc884rlnxzdk1rvr2lp7vhxv7x0vgqw"
+ }
+ },
+ {
+ "ename": "fill-column-indicator",
+ "commit": "4ea0c00a7784621fcca0391a9c8ea85e9dd43852",
+ "sha256": "0w8cmijv7ihij9yyncz6lixb6awzzl7n9qpjj2bks1d5rx46blma",
+ "fetcher": "github",
+ "repo": "alpaker/Fill-Column-Indicator",
+ "unstable": {
+ "version": [
+ 20171209,
+ 1924
+ ],
+ "commit": "a284bb50789c97d7ef9021214260b3ce7cc220e3",
+ "sha256": "0cjnqw22vq760nzzq4pn9vf89s5w0kl877c5f9ks03c617q656nn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 90
+ ],
+ "commit": "f7b3f99b41ff017f50a21ad53eed16f8ef5ab7ee",
+ "sha256": "0snjznxdwwfdgccdcvrnk467416r244r2r5qcm2sga8l0ha9gw9z"
+ }
+ },
+ {
+ "ename": "fill-function-arguments",
+ "commit": "b78eab67517b19516e5d265018afcbff0acfa9ec",
+ "sha256": "1gigzzz2csl3a55jmjx391a5k3ymixnwpblsn0pfgkkk4p3674q0",
+ "fetcher": "github",
+ "repo": "davidshepherd7/fill-function-arguments",
+ "unstable": {
+ "version": [
+ 20190710,
+ 929
+ ],
+ "commit": "295d55d6056e6f79b68283f7631f6438ea8a7b5f",
+ "sha256": "0nx3krpqn1c0xvr81504m4s84bkxpq42s97igmg6jfsjy7dphp2k"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9
+ ],
+ "commit": "e819fca19a138ae67201220e41fe1d4384fb2a42",
+ "sha256": "102aalb7bfvjgf1klqsx6mn5a4vfjq63kwn7wqs9cmlib1mp8vnf"
+ }
+ },
+ {
+ "ename": "fillcode",
+ "commit": "85eb403503aa83799a6072bfe21bf66c8177ca73",
+ "sha256": "0bfsw55vjhx88jpy6npnzfwinvggivbvkk7fa3iwzq19005fkag2",
+ "fetcher": "github",
+ "repo": "snarfed/fillcode",
+ "unstable": {
+ "version": [
+ 20171029,
+ 1625
+ ],
+ "commit": "d0a9e20f5fcc24a786d09ea19bfb9237681ba823",
+ "sha256": "1mf2gfcjaqbw523vkfbzs2nl1y9bn9gbgmbvn2phbyj78gzq18za"
+ }
+ },
+ {
+ "ename": "finalize",
+ "commit": "1b55869b5183644de02687d2e56f9b68854ccda3",
+ "sha256": "1n0w4kdzc4hv4pprv13lr88gh46slpxdvsc162nqm5mrqp9giqqq",
+ "fetcher": "github",
+ "repo": "skeeto/elisp-finalize",
+ "unstable": {
+ "version": [
+ 20170418,
+ 1945
+ ],
+ "deps": [
+ "cl-generic",
+ "cl-lib",
+ "eieio"
+ ],
+ "commit": "846731531e7d1d80451787992e07bfe7dedbe9ff",
+ "sha256": "0kqsqmfvnh0slx0hmrsw66rh62sgzyhzck7ii9zylkq72wj60fgl"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-generic",
+ "cl-lib",
+ "eieio"
+ ],
+ "commit": "0f7d47c4d50f1c76fc3b43bfc2d4886dd3e8ca27",
+ "sha256": "1gvlm4i62af5jscwz0jccc8ra0grprxpg2rlq91d5nn8dn5lpy79"
+ }
+ },
+ {
+ "ename": "find-by-pinyin-dired",
+ "commit": "0aa68b4603bf4071d7d12b40de0138ecab1989d7",
+ "sha256": "150hvih3mdd1dqffgdcv3nn4qhy86s4lhjkfq0cfzgngfwif8qqq",
+ "fetcher": "github",
+ "repo": "redguardtoo/find-by-pinyin-dired",
+ "unstable": {
+ "version": [
+ 20180210,
+ 218
+ ],
+ "deps": [
+ "pinyinlib"
+ ],
+ "commit": "3b4781148dddc84a701ad76c0934ed991ecd59d5",
+ "sha256": "03fw1si115padxss6zb9fr0dsyq1bxlhxikgh4i5swp4jd4331k5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "deps": [
+ "pinyinlib"
+ ],
+ "commit": "2c48434637bd63840fca4d2c6cf9ebd5dd44658f",
+ "sha256": "0ial0lbvg0xbrwn8cm68xc5wxj3xgp110y2zgypkdpak8gkv8b5h"
+ }
+ },
+ {
+ "ename": "find-file-in-project",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0aznnv82xhnilc9j4cdmcgh6ksv7bhjjm3pa76hynnyrfn7kq7wy",
+ "fetcher": "github",
+ "repo": "technomancy/find-file-in-project",
+ "unstable": {
+ "version": [
+ 20190720,
+ 313
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "85f0fc4ab29e4339732c19be314a4920888803b2",
+ "sha256": "1skjbh7m0cck2rwmgzrrds51gipqf1jqghyfx15drc1n6kwivx3h"
+ },
+ "stable": {
+ "version": [
+ 5,
+ 7,
+ 7
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "85f0fc4ab29e4339732c19be314a4920888803b2",
+ "sha256": "1skjbh7m0cck2rwmgzrrds51gipqf1jqghyfx15drc1n6kwivx3h"
+ }
+ },
+ {
+ "ename": "find-file-in-repository",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "02rihpfpckppnf5a2zgd5s3dspdhq4mr6qchlrzg2fd4byjxra9s",
+ "fetcher": "github",
+ "repo": "h/find-file-in-repository",
+ "unstable": {
+ "version": [
+ 20190404,
+ 828
+ ],
+ "commit": "b44d78682082270dc6b59cdc911333d0d3e7edaa",
+ "sha256": "1icsxp2b3grvdbv6bh9hpxz1hrqa7vvjzajjwi2knvjbq41d99bn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "8b888f85029a2ff9159a724b42aeacdb051c3420",
+ "sha256": "0wbmmrd7brf4498pdyilz17rzv7221cj8sd4h11gac2r72f1q2md"
+ }
+ },
+ {
+ "ename": "find-temp-file",
+ "commit": "c01efd0cb3e3bab4661a358c084b645dc7e31736",
+ "sha256": "0c98zm94958rb9kdvqr3pad744nh63y3vy3lshfm0lsg85k9j62p",
+ "fetcher": "github",
+ "repo": "thisirs/find-temp-file",
+ "unstable": {
+ "version": [
+ 20170107,
+ 1339
+ ],
+ "commit": "513005d19d72d71f34481ee00158dd57bd93206f",
+ "sha256": "129jnn16vxmp6r9gx8k4rvv6spag5q0if52b5fhsybicnsl35mrz"
+ }
+ },
+ {
+ "ename": "find-things-fast",
+ "commit": "3b63336dd150e791f3139d675af735b60054eb2b",
+ "sha256": "1fs3wf61lzm1hxh5sx8pr74g7g9np3npdwg7xmk81b5f2jx2vy6m",
+ "fetcher": "github",
+ "repo": "eglaysher/find-things-fast",
+ "unstable": {
+ "version": [
+ 20150519,
+ 2226
+ ],
+ "commit": "efc7c189019ed65430e2f9e910e8e0a5ca9d2d03",
+ "sha256": "1r6cs7p43pi6n2inbrv9q924m679izxwxqgyr4sjjj3lg6an4cnx"
+ }
+ },
+ {
+ "ename": "findr",
+ "commit": "ae489be43b1aee93614e40f492ebdf0b98a3fbc1",
+ "sha256": "0pw72bdpmc0ymlgjmwwrslhynij5a5b9sc3rx6vyprpv1ad4ac2c",
+ "fetcher": "github",
+ "repo": "emacsorphanage/findr",
+ "unstable": {
+ "version": [
+ 20130127,
+ 2032
+ ],
+ "commit": "1ddbc0464bb05dcda392b62666ad17239a2152d3",
+ "sha256": "0wx4hd4agrfvk0igyash658cbf7v3bv01rlspllsvzr59fl3faqq"
+ }
+ },
+ {
+ "ename": "fingers",
+ "commit": "f2afd4983d1a5820daafb31e96d54b214a79849f",
+ "sha256": "1r8fy6q6isjxz9mvaa8in4imdghzla3gg1l93dfm1v2rlr7bhzbg",
+ "fetcher": "github",
+ "repo": "fgeller/fingers.el",
+ "unstable": {
+ "version": [
+ 20160817,
+ 829
+ ],
+ "commit": "fed0f742afb1d72eaef29d8da394467550a030fa",
+ "sha256": "1mx05zfdrkwb50l7f0iycsqw23b1gxzacfnssclb42xdjxxmyhdj"
+ }
+ },
+ {
+ "ename": "fiplr",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1a4w0yqdkz477lfyin4lb9k9qkfpx4350kfxmrqx6dj3aadkikca",
+ "fetcher": "github",
+ "repo": "grizzl/fiplr",
+ "unstable": {
+ "version": [
+ 20140724,
+ 645
+ ],
+ "deps": [
+ "cl-lib",
+ "grizzl"
+ ],
+ "commit": "3f50159fd42125440d5b0eb9d6398560461f030b",
+ "sha256": "1m5rcyvfwfqslqn9km413s8wqpzc9z68qpz3584g9sqp37mp6clp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 4
+ ],
+ "deps": [
+ "grizzl"
+ ],
+ "commit": "100dfc33f43da8c49e50e8a2222b9d95532f6e24",
+ "sha256": "0lwgbd9zwdv7qs39c3fp4hrc17d9wrwwjgba7a14zwrhb27m7j07"
+ }
+ },
+ {
+ "ename": "firecode-theme",
+ "commit": "641d1959bd31598fcdacd39a3d1bb077dcccfa5c",
+ "sha256": "10lxd93lkrvz8884dv4sh6fzzg355j7ab4p5dpvwry79rhs7f739",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-firecode-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1311
+ ],
+ "commit": "8b7b03ecdd41e70dab145b98906017e1392eaef4",
+ "sha256": "1vrpnv7555mbsksflgdkg7hc65fjcyzvzv2261y043rlh2qrn0sy"
+ }
+ },
+ {
+ "ename": "firefox-controller",
+ "commit": "70a69c20f8dcf73c878f2172dcc9f1796fdc0408",
+ "sha256": "03y96b3l75w9al8ylijnlb8pcfkwddyfnh8xwig1b6k08zxfgal6",
+ "fetcher": "github",
+ "repo": "cute-jumper/emacs-firefox-controller",
+ "unstable": {
+ "version": [
+ 20160320,
+ 1847
+ ],
+ "deps": [
+ "cl-lib",
+ "moz",
+ "popwin"
+ ],
+ "commit": "a8af8cbf70afaf6b89a26d6ac69af8e92afc181f",
+ "sha256": "0icgl88pwizwzkdqsxbwhnc6pdyqsfd7wgjnkvg3206i7hcqwpsp"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "moz",
+ "popwin"
+ ],
+ "commit": "a8af8cbf70afaf6b89a26d6ac69af8e92afc181f",
+ "sha256": "0icgl88pwizwzkdqsxbwhnc6pdyqsfd7wgjnkvg3206i7hcqwpsp"
+ }
+ },
+ {
+ "ename": "fireplace",
+ "commit": "4c1ac52c1cfe7ccf46092c2d299ebbffdc1b7609",
+ "sha256": "1apcypznq23fc7xgy4xy1c5hvfvjx1xhyq3aaq1lf59v99zchciw",
+ "fetcher": "github",
+ "repo": "johanvts/emacs-fireplace",
+ "unstable": {
+ "version": [
+ 20181211,
+ 1927
+ ],
+ "commit": "571ffa7dd0ce46edca838df74d055aaa83da4d78",
+ "sha256": "1iw17rkihsn50p3zljag82v09zyav8bzgfn6mfa267fkf4f1fgjy"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "commit": "2b966ed65b714c613f79e9144d004dfa3b28f1ed",
+ "sha256": "1f5053bbvjdmm64zv6r2qkswkpwvx0s3qz4bwm9zya583a6g0nv8"
+ }
+ },
+ {
+ "ename": "firestarter",
+ "commit": "5b046eb3b63220b937e1b70f633cb5424dc782a1",
+ "sha256": "1cpx664hyrdnpb1jps1x6lm7idwlfjblkfygj48cjz9pzd6ld5mp",
+ "fetcher": "github",
+ "repo": "wasamasa/firestarter",
+ "unstable": {
+ "version": [
+ 20161219,
+ 1323
+ ],
+ "commit": "4d6b106f325ac1802eabce3c8a7cd0a4c7a32864",
+ "sha256": "13daz15v0sshl7lxcg1xcbpl64gklgh50pzk0qxmn5ygw7nlifn0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 5
+ ],
+ "commit": "4d6b106f325ac1802eabce3c8a7cd0a4c7a32864",
+ "sha256": "13daz15v0sshl7lxcg1xcbpl64gklgh50pzk0qxmn5ygw7nlifn0"
+ }
+ },
+ {
+ "ename": "firrtl-mode",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "19r7wbw9pr05p8fywcnbbpdpklic2vd2bsy80r7xrzgs4fcl12as",
+ "fetcher": "github",
+ "repo": "IBM/firrtl-mode",
+ "unstable": {
+ "version": [
+ 20190224,
+ 344
+ ],
+ "commit": "e55c555809037b7aaf2367ad2255f0a27addd23a",
+ "sha256": "1nsihyx9znblc4kxyk06r7alhd4wh67312zwp9discgyf4ksm572"
+ }
+ },
+ {
+ "ename": "fish-completion",
+ "commit": "6d17ca0213ba5ef9dce92002e281e6f08c3492be",
+ "sha256": "1y7vwh7w0shnrnp8x1m1sa0p7kdyz5mg1mfs263gm38in2biym9i",
+ "fetcher": "gitlab",
+ "repo": "Ambrevar/emacs-fish-completion",
+ "unstable": {
+ "version": [
+ 20190429,
+ 822
+ ],
+ "commit": "e5b9b65a077319dfdb2faca9ef847db3ef55d0db",
+ "sha256": "1pjqnbyjmj64q5nwq1mrdxcls4fp5y0b6zqs785i0s6wdvrm4021"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "e5b9b65a077319dfdb2faca9ef847db3ef55d0db",
+ "sha256": "1pjqnbyjmj64q5nwq1mrdxcls4fp5y0b6zqs785i0s6wdvrm4021"
+ }
+ },
+ {
+ "ename": "fish-mode",
+ "commit": "efac97c0f54a3300251020c4626056526c18b441",
+ "sha256": "0l6k06bs0qdhj3h8vf5fv8c3rbhiqfwszrpb0v2cgnb6xhwzmq14",
+ "fetcher": "github",
+ "repo": "wwwjfy/emacs-fish",
+ "unstable": {
+ "version": [
+ 20180827,
+ 303
+ ],
+ "commit": "35fc7c1e243a7410823088a571ecf378e9f3efa6",
+ "sha256": "0rn08dm4gn0g0nz080zxm0am1z6hfkinvzqwqszv96qkxy250ghp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "commit": "bac709ac1235751952d6022dddc6307d9135d096",
+ "sha256": "0a74ghmjjrxfdhk4mvq6lar4w6l6lc4iilabs99smqr2fn5rsslq"
+ }
+ },
+ {
+ "ename": "fix-input",
+ "commit": "7d31f907997d1d07ec794a4f09824f43818f035c",
+ "sha256": "03xpr7rlv0xq1d9126j1fk0c2j7ssf366n0yc8yzm9vq32n9pp4p",
+ "fetcher": "github",
+ "repo": "mrkkrp/fix-input",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1349
+ ],
+ "commit": "d4199bd1e2c4d4e1ff120fc683c526fda0877266",
+ "sha256": "18wbclnqwzgnab6jr32mfsldr1373ivf6v84f4xbj5j6k7n8b6q6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "a70edfa7880ff9b082f358607d2a9ad6a8dcc8f3",
+ "sha256": "121m0h0nwxr27f9d2llbgl63ni1makcg66lnvg24wx07wggf0n8z"
+ }
+ },
+ {
+ "ename": "fix-muscle-memory",
+ "commit": "c6b0501714a6d82657b88d11e3f79d75eea17d8e",
+ "sha256": "0qhasnjw0bj5hzw27r8vj6shhwc3zxcp3wmxijh1rpdw4773f7n8",
+ "fetcher": "github",
+ "repo": "jonnay/fix-muscle-memory",
+ "unstable": {
+ "version": [
+ 20160823,
+ 439
+ ],
+ "commit": "a123e04f8a1d2982cbf930efb909cad9522ac884",
+ "sha256": "0mm6dl7017x5l43jf89w4nn5hcyi4fm160d2rcqx5w6dwb6f0v27"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 93
+ ],
+ "commit": "df687aea23c6eac4b751f993893c2fd56e5a8a3b",
+ "sha256": "02nl4vz6fnbjc7w1lk1y9z0qw5bsxr407ww0b2wqw6h8spmcpcrc"
+ }
+ },
+ {
+ "ename": "fix-word",
+ "commit": "22636390e8a15c09293a1506a901286dd72e565f",
+ "sha256": "0a8w09cx8p5pkkd4533nd199axkhdhs2a7blp7syfn40bkscx6xc",
+ "fetcher": "github",
+ "repo": "mrkkrp/fix-word",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1338
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "53f8d77bfdb8087949a80a62e90a17ebefc9ce98",
+ "sha256": "1kwvjmp88yrbi2psnlv1kcg9gqxnx85qbhgnz8izpic0qnv76f1g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b3b3a3c8e33e425f9a8d0ec653adb6897c8efc03",
+ "sha256": "1nw9ih0knaqaban5nqp3anvr37mivylqs8sc8l3v1i9srlqnsj1m"
+ }
+ },
+ {
+ "ename": "fixmee",
+ "commit": "f5d06db82e237e6c6babd92a1fd2b58c29662e4f",
+ "sha256": "0wnp6h8f547fsi1lkk4ajny7g21dnr76qfhxl82n0l5h1ps4w8mp",
+ "fetcher": "github",
+ "repo": "rolandwalker/fixmee",
+ "unstable": {
+ "version": [
+ 20150223,
+ 1355
+ ],
+ "deps": [
+ "back-button",
+ "button-lock",
+ "nav-flash",
+ "smartrep",
+ "string-utils",
+ "tabulated-list"
+ ],
+ "commit": "1b8b3460f1e3c3c1784b2a63fb9f4fb3bb4dc084",
+ "sha256": "1x4k8890pzdcizzl0p6v96ylrx5xid9ykgrmggx0b3y0gx0vhwic"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 6
+ ],
+ "deps": [
+ "back-button",
+ "button-lock",
+ "nav-flash",
+ "smartrep",
+ "string-utils",
+ "tabulated-list"
+ ],
+ "commit": "aa3be8ad9fcc9c0c7ff15f70cda4ba77de96dd74",
+ "sha256": "1hnxdmzqmnp3dr7mpr58pjmigykb3cxwphxzia013kfi37ipf5a0"
+ }
+ },
+ {
+ "ename": "flame",
+ "commit": "b7a14c14368de722855286c088020a5657f7cf8b",
+ "sha256": "1br9c48anscq9vbssr0gq8f5kbq755hjaglbljwwh9nd5riycv5v",
+ "fetcher": "github",
+ "repo": "mschuldt/flame",
+ "unstable": {
+ "version": [
+ 20180303,
+ 2016
+ ],
+ "commit": "a749b2a77b87e505572d0f1f5d59fac76348bb73",
+ "sha256": "1l9jbzavyi75li64jqfs000s1m8iw9xvsv8mg0bw1div6bc7vq7s"
+ }
+ },
+ {
+ "ename": "flappymacs",
+ "commit": "a63b22f357b2d08b12fb86c27261ab4d687c5f7f",
+ "sha256": "1rp4r5ldhm8nrj26y1vm5d5fj3kl7v45cj1naxczrqbcgkd0r404",
+ "fetcher": "github",
+ "repo": "taksatou/flappymacs",
+ "unstable": {
+ "version": [
+ 20171023,
+ 1004
+ ],
+ "commit": "27f3e21acb22f786606481e3f4e5dc1edbaaaed4",
+ "sha256": "0zcwsbz93p1l2jb1fs6m4s5y9klcr5qg5nw10qg30j9l2bc1hda8"
+ }
+ },
+ {
+ "ename": "flash-region",
+ "commit": "bf26329a30ec6e39b052e5815d3f113c05e72f84",
+ "sha256": "1rgg7j34ka0nj1yjl688asim07bbz4aavh67kly6dzzwndr0nw8c",
+ "fetcher": "github",
+ "repo": "Fuco1/flash-region",
+ "unstable": {
+ "version": [
+ 20130923,
+ 1817
+ ],
+ "commit": "261b3597b23cdd40e5c14262a5687bcc6c1d0901",
+ "sha256": "0z77lm6jv2w5z551pwarcx6xg9kx8fgms9dlskngfvnzbqkldj1f"
+ }
+ },
+ {
+ "ename": "flatland-black-theme",
+ "commit": "641d1959bd31598fcdacd39a3d1bb077dcccfa5c",
+ "sha256": "0cl2qbry56nb4prbsczffx8h35x91pgicw5pld0ndw3pxid9h2da",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-flatland-black-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1312
+ ],
+ "commit": "348c5d5fe615e6ea13cadc17f046e506e789ce07",
+ "sha256": "1g5jqxdk35ahx8qk4vi7whhcpi1qp7rbbjgiih974fs59cg5iki0"
+ }
+ },
+ {
+ "ename": "flatland-theme",
+ "commit": "0a081fd0c5598fdf5bc0ab92f4d009f32132a29e",
+ "sha256": "14drqwcp9nv269aqm34d426a7gx1a7kr9ygnqa2c8ia1fsizybl3",
+ "fetcher": "github",
+ "repo": "gchp/flatland-emacs",
+ "unstable": {
+ "version": [
+ 20171113,
+ 1521
+ ],
+ "commit": "a98a6f19ad4dff0fa3fad1ea487b7d0ef634a19a",
+ "sha256": "02gbzxd1v003aaj5rn3vr00n4390bhdx2jhpa7nb430fg3s1ppdy"
+ }
+ },
+ {
+ "ename": "flatui-dark-theme",
+ "commit": "5f9dc5abeb37422c63cac74f9a006d54c4a7c5a5",
+ "sha256": "1mswmkhi43fm0cmdgf0ywpy9lmapy0syl65kqh68sa3jqbznhm6y",
+ "fetcher": "github",
+ "repo": "theasp/flatui-dark-theme",
+ "unstable": {
+ "version": [
+ 20170513,
+ 1422
+ ],
+ "commit": "5b959a9f743f891e4660b1b432086417947872ea",
+ "sha256": "0nz4ql7qf49cwsgjb7dg0jhipr5d472r4fddy6fhr1h17s1cd9qy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "commit": "af5c84e2a2810748cc71a68ec7ba333097cc1f63",
+ "sha256": "0c0pm67d8w9jdraap0sswvx7ywly9ifimij2c5w9p4hiph8gisr9"
+ }
+ },
+ {
+ "ename": "flatui-theme",
+ "commit": "96dc9a8b1f6e5cdd46fc94fc2979f2a1787f4d21",
+ "sha256": "0s88xihw44ks4b07wcb9swr52f3l1ls0jn629mxvfkv4a6hn7rmz",
+ "fetcher": "github",
+ "repo": "john2x/flatui-theme.el",
+ "unstable": {
+ "version": [
+ 20160619,
+ 127
+ ],
+ "commit": "9c15db5526c15c8dba55023f5698372b19c2a780",
+ "sha256": "0ybgpnbq3b0ml3lzgkispn667acpjww7z6cr7hgwg3j1zrqpwi75"
+ }
+ },
+ {
+ "ename": "flex-autopair",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0w3l236psqxl7wqdi2aisz8wcv279kw6gdja72viiscrbcm78xh0",
+ "fetcher": "github",
+ "repo": "uk-ar/flex-autopair",
+ "unstable": {
+ "version": [
+ 20120809,
+ 1218
+ ],
+ "commit": "4bb757f2556a4a51828e2fed8fb81e31e83052cb",
+ "sha256": "187ah7yhmr3ckw23bf4fivx8v79yj0zmilrkjj7k6l198w8wmvql"
+ }
+ },
+ {
+ "ename": "flex-compile",
+ "commit": "259caeebc317e81ab9d532a371ea85656c2b1619",
+ "sha256": "1hlh4k7qgln87xajnjjhf1yyg6bgdwd0iczhlfw8gdwfj5xpjd38",
+ "fetcher": "github",
+ "repo": "plandes/flex-compile",
+ "unstable": {
+ "version": [
+ 20190707,
+ 2000
+ ],
+ "deps": [
+ "buffer-manage",
+ "dash"
+ ],
+ "commit": "21f992b502309cb047d91a64de48958d565f751f",
+ "sha256": "1fqnaclmvv46ij5q8nmj571cjynsbgyp40idg8lcv1fvx56hj44c"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "deps": [
+ "buffer-manage",
+ "dash"
+ ],
+ "commit": "29caf6573eb9bb730a851dec2a234a7cfe912a13",
+ "sha256": "17s1v4xwgq98jfa3i57dbmy9ls29xsdhp5ng7bz46dhgmkrksbj5"
+ }
+ },
+ {
+ "ename": "flex-isearch",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "1msgrimi2a0xm5h23p78jflh00bl5bx44xpc3sc9pspznjv1d0k3",
+ "fetcher": "bitbucket",
+ "repo": "jpkotta/flex-isearch",
+ "unstable": {
+ "version": [
+ 20170308,
+ 2010
+ ],
+ "commit": "8b934ea6f1e4324088f055454a2e8b714961854a",
+ "sha256": "0xbwrzkfv4i91qxs80p0pfjlvj5pyigvidby8m5lammm8idwx9dh"
+ }
+ },
+ {
+ "ename": "flim",
+ "commit": "94faf56ff9bf94f51ef5253e4c4244faec5eecfd",
+ "sha256": "1gkaq549svflx8qyqrk0ccb52b7wp17wmd5jgzkw1109bpc4k6jc",
+ "fetcher": "github",
+ "repo": "wanderlust/flim",
+ "unstable": {
+ "version": [
+ 20190526,
+ 1034
+ ],
+ "deps": [
+ "apel"
+ ],
+ "commit": "e4bd54fd7d335215b54f7ef27ed974c8cd68d472",
+ "sha256": "0sl3skyqqzanjrp34hd1rh8wvdgsj2cm7k7hx5kc5ipggp77720r"
+ }
+ },
+ {
+ "ename": "flimenu",
+ "commit": "0ffc67a266de3d58553b27325b7fc6937df425be",
+ "sha256": "1xr28kprkq9xwy2f7b3wnjr25a8avm2lfcyi8853jygkm2vmnsx1",
+ "fetcher": "github",
+ "repo": "IvanMalison/flimenu",
+ "unstable": {
+ "version": [
+ 20170418,
+ 147
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "9351201d89b05cbdaec312a6ebd7fd10c38d6112",
+ "sha256": "1qb08j66a9mvybqhc2vyywwn16w3kkjb06k50rfqf6sbcmndz8va"
+ }
+ },
+ {
+ "ename": "fliptext",
+ "commit": "e36776cbed8eab151f69d0edd5217a7bba7c2451",
+ "sha256": "1wbrvqrvrpk2lx7b6y30rrshr7a25b2191bnx4v8lm3cv16gv8p7",
+ "fetcher": "github",
+ "repo": "andre-r/fliptext.el",
+ "unstable": {
+ "version": [
+ 20171124,
+ 2056
+ ],
+ "commit": "fd821f645ffebae6ae3894afa7ba7fc06f91afc6",
+ "sha256": "1jf63kp1myxihv6r13cddxgr8cchxcnnmylj5dx50y42595ia4yh"
+ }
+ },
+ {
+ "ename": "floobits",
+ "commit": "95c859e8440049579630b4c2bcc31e7eaa13b1f1",
+ "sha256": "1jpk0q4mkf9ag1rqyai993nz5ngzfvxq9n9avmaaq59gkk9cjraf",
+ "fetcher": "github",
+ "repo": "Floobits/floobits-emacs",
+ "unstable": {
+ "version": [
+ 20180801,
+ 524
+ ],
+ "deps": [
+ "highlight",
+ "json"
+ ],
+ "commit": "489b294a7f30ecd2af2edc0823dead8102f27af6",
+ "sha256": "1pw88qn6s8ln626c8mgxgpfax39h7ww4m930dp7gg4aklxjbspkn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 9,
+ 3
+ ],
+ "deps": [
+ "highlight",
+ "json"
+ ],
+ "commit": "489b294a7f30ecd2af2edc0823dead8102f27af6",
+ "sha256": "1pw88qn6s8ln626c8mgxgpfax39h7ww4m930dp7gg4aklxjbspkn"
+ }
+ },
+ {
+ "ename": "flow-js2-mode",
+ "commit": "3487c252f013f6937c6731b57f2a9c1e5227a81d",
+ "sha256": "05wx7z5f4mkiab8ahhhr3fi6awmsdl253fwapad5ag3kaimnmxv7",
+ "fetcher": "github",
+ "repo": "Fuco1/flow-js2-mode",
+ "unstable": {
+ "version": [
+ 20190627,
+ 1240
+ ],
+ "deps": [
+ "flow-minor-mode",
+ "js2-mode"
+ ],
+ "commit": "c7a300d7fbe5d14b55deed11e31175ea3237c85d",
+ "sha256": "0x00472q6vz9i1zc9wplqcjis0xdn7a58jbggzvns9fbnva5b7pl"
+ }
+ },
+ {
+ "ename": "flow-minor-mode",
+ "commit": "66504f789069922ea56f268f4da90fac52b601ff",
+ "sha256": "190dv225sb37jawzrasd7qkbznrmkrdnb90l44il63vrlmjv3r1s",
+ "fetcher": "github",
+ "repo": "an-sh/flow-minor-mode",
+ "unstable": {
+ "version": [
+ 20180315,
+ 1824
+ ],
+ "commit": "d1b32a7dd0d33c6a00a106da5f4b2323602cbd3e",
+ "sha256": "169r4ib9qg9q6fm3p0p23qs1qx4pa9pg1qvyq4ysr85i7kwygppl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "50dded94ad201fdc9453656a8b15179981cd5acd",
+ "sha256": "1vaqml0ypbc14mnwycgm9slkds3bgg6x5qz99kck98acbcfijxk6"
+ }
+ },
+ {
+ "ename": "flower",
+ "commit": "c8a731715d360aea9af2b898242fd4eee5419d14",
+ "sha256": "1cb9ppgspdrg4yrrlq4sfajpa6s7xiwvdf9b3947rmmxizgqgynd",
+ "fetcher": "github",
+ "repo": "PositiveTechnologies/flower",
+ "unstable": {
+ "version": [
+ 20190215,
+ 1746
+ ],
+ "deps": [
+ "clomacs"
+ ],
+ "commit": "6ef1affa2d7090714ccc4494823de28cfc11da35",
+ "sha256": "1dp3g52j1i49bv802g27b7yszpxz0i28i4j74qp39qlld3k0gys0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 6
+ ],
+ "deps": [
+ "clomacs"
+ ],
+ "commit": "6ef1affa2d7090714ccc4494823de28cfc11da35",
+ "sha256": "1dp3g52j1i49bv802g27b7yszpxz0i28i4j74qp39qlld3k0gys0"
+ }
+ },
+ {
+ "ename": "flucui-themes",
+ "commit": "77d06aa7405f0badf5ab425ddeeb7a754c17d2af",
+ "sha256": "0ki2vxjhccyi6w2y9qj6xbfqgvjd91wqkzn6qq8ig6ggqir7wc6a",
+ "fetcher": "github",
+ "repo": "MetroWind/flucui-theme",
+ "unstable": {
+ "version": [
+ 20190321,
+ 2313
+ ],
+ "commit": "ec4b20dd5471ee20d5dd6d2e140225ad607550dc",
+ "sha256": "0bazkkdv3gyyxv3ci9wgwnm3mn9yzb1l8h2mjap5xzy4hm6zj627"
+ }
+ },
+ {
+ "ename": "flutter",
+ "commit": "edfe2d6078e8e6231feb614f28a248f3a7b3d94c",
+ "sha256": "0dabx2jsdvbzic282b8q3m9nb44f4lcdyqj5011y2yk97gsg7vf7",
+ "fetcher": "github",
+ "repo": "amake/flutter.el",
+ "unstable": {
+ "version": [
+ 20190729,
+ 444
+ ],
+ "commit": "a5de449cd10f98e7ea4340940b7726f299a0854a",
+ "sha256": "0v20yirkg04szaw0l7abq8qpqnhqlhgpm5hg5i8dks01dlczw29h"
+ }
+ },
+ {
+ "ename": "flutter-l10n-flycheck",
+ "commit": "6714760b205a2da8727229a4f8d4b656877890cb",
+ "sha256": "13symbzw16h0sl0j6q4n47vwgaifbmj9572n2ihfz0ml5iww1vyy",
+ "fetcher": "github",
+ "repo": "amake/flutter.el",
+ "unstable": {
+ "version": [
+ 20190729,
+ 401
+ ],
+ "deps": [
+ "flutter",
+ "flycheck"
+ ],
+ "commit": "a5de449cd10f98e7ea4340940b7726f299a0854a",
+ "sha256": "0v20yirkg04szaw0l7abq8qpqnhqlhgpm5hg5i8dks01dlczw29h"
+ }
+ },
+ {
+ "ename": "fluxus-mode",
+ "commit": "a3396e0da67153ad051b8551bf34630d32f974f4",
+ "sha256": "1xn2aw9gxwkmr1miam63lrdx6n0qxsgph3rlaqy9cbs0vkb254an",
+ "fetcher": "github",
+ "repo": "defaultxr/fluxus-mode",
+ "unstable": {
+ "version": [
+ 20170210,
+ 1941
+ ],
+ "deps": [
+ "osc"
+ ],
+ "commit": "3661d4dfdaf249138e7f215f15f291c9391ede8d",
+ "sha256": "1dp974qs80agx9qcq5k5awdsr8p8smv8cdwkjz2d8xfd5wq2vhh9"
+ }
+ },
+ {
+ "ename": "flx",
+ "commit": "63bdf3ae2f861e333a8f9c5997f5cc52869d3b3a",
+ "sha256": "04plfhrnw7jx2jaxhbhw4ypydfcb8v0x2m5hyacvrli1mca2iyf9",
+ "fetcher": "github",
+ "repo": "lewang/flx",
+ "unstable": {
+ "version": [
+ 20151030,
+ 1812
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "46040d0b096a0340d91235561f27a959a61d0fef",
+ "sha256": "0zysqnxa6kgnyfgknsin7pk25a8dy8208qw2yzan93cabplgqszy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "7fce6a4cdb65ac1b52e2b409ba548767581ce34c",
+ "sha256": "0sjybrcnb2sl33swy3q664vqrparajcl0m455gciiih2j87hwadc"
+ }
+ },
+ {
+ "ename": "flx-ido",
+ "commit": "63bdf3ae2f861e333a8f9c5997f5cc52869d3b3a",
+ "sha256": "00wcwbvfjbcx8kyap7rl1b6nsgqdwjzlpv6al2cdpdd19rm1vgdc",
+ "fetcher": "github",
+ "repo": "lewang/flx",
+ "unstable": {
+ "version": [
+ 20180117,
+ 1519
+ ],
+ "deps": [
+ "cl-lib",
+ "flx"
+ ],
+ "commit": "46040d0b096a0340d91235561f27a959a61d0fef",
+ "sha256": "0zysqnxa6kgnyfgknsin7pk25a8dy8208qw2yzan93cabplgqszy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "flx"
+ ],
+ "commit": "7fce6a4cdb65ac1b52e2b409ba548767581ce34c",
+ "sha256": "0sjybrcnb2sl33swy3q664vqrparajcl0m455gciiih2j87hwadc"
+ }
+ },
+ {
+ "ename": "flx-isearch",
+ "commit": "2cd1438cc0821b8ae1d01e2a3bc8f07ca8a79134",
+ "sha256": "14cshv5xb57ch5g3m3hfhawnnabdnbacp4kx40d0pw6jxw677gqd",
+ "fetcher": "github",
+ "repo": "PythonNut/flx-isearch",
+ "unstable": {
+ "version": [
+ 20180103,
+ 514
+ ],
+ "deps": [
+ "cl-lib",
+ "flx"
+ ],
+ "commit": "f132fd6367e369885ab3a865fbfe20eee989bc0b",
+ "sha256": "1dcvfl4fyhgw0rhfhixzlzjfr99fisa83f7lmlwzz2zs96myhhkz"
+ }
+ },
+ {
+ "ename": "flycheck",
+ "commit": "649f9c3576e81409ae396606798035173cc6669f",
+ "sha256": "045k214dq8bmrai13da6gwdz97a2i998gggxqswqs4g52l1h6hvr",
+ "fetcher": "github",
+ "repo": "flycheck/flycheck",
+ "unstable": {
+ "version": [
+ 20190807,
+ 813
+ ],
+ "deps": [
+ "dash",
+ "let-alist",
+ "pkg-info",
+ "seq"
+ ],
+ "commit": "37c1f9d65c4a16c58aff9f2fa210ccf070a97c86",
+ "sha256": "1yqrb7r6ykjzmflk3259xpasmz2xgxxazvvhhjcy36krhwwj825x"
+ },
+ "stable": {
+ "version": [
+ 31
+ ],
+ "deps": [
+ "dash",
+ "let-alist",
+ "pkg-info",
+ "seq"
+ ],
+ "commit": "401b115d10e202a1b31f57340438420081af21ce",
+ "sha256": "141i6wzqlb0dslmca6930cal7q4y5wbwzmxrpjk3hgm6nxz483p8"
+ }
+ },
+ {
+ "ename": "flycheck-ameba",
+ "commit": "043b5acb0552272c523d642fd9f9dca438087068",
+ "sha256": "0ix0rfsasnifn1l1m31242fyyg7ms251hd3k0mj1mgwrsjibyq3c",
+ "fetcher": "github",
+ "repo": "crystal-ameba/ameba.el",
+ "unstable": {
+ "version": [
+ 20190720,
+ 1845
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "8383f07d760a31a0737be9b7bdaff2f1cff67bfd",
+ "sha256": "066ccpaszidjvwy18bvkrf37ws60363cnbvcl1sfd7k6nynbdar6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "ca5faaa0d5115dc2c301e06e062e653a7b9cb927",
+ "sha256": "07207h1643amlairnmpf8lnnkgf69kc04z3ri9k6fm4gmh6c9dy0"
+ }
+ },
+ {
+ "ename": "flycheck-apertium",
+ "commit": "7f6cec0d312f0e86e17829e6fd8f87acabc0174f",
+ "sha256": "1cc15sljqs6gvb3wiw7n1wkd714qkvfpw6l1kg4lfx9r4jalcvw7",
+ "fetcher": "github",
+ "repo": "unhammer/flycheck-apertium",
+ "unstable": {
+ "version": [
+ 20181211,
+ 1038
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "22b60a17836477ac1edd15dc85b14f88ca871ba9",
+ "sha256": "0313h4yh85xndzvy3yzznar79ys0ng3rdsz0xa237xqsf71ypg4z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "e146ab1b929c50450ba0708e1bdd9fed85606964",
+ "sha256": "1g1m7pm84mkmjx7hdspb5k6n8aqphphxb5gya725qy1wqi950jqz"
+ }
+ },
+ {
+ "ename": "flycheck-ats2",
+ "commit": "2d3605bdc402e6b13f53910eafb7f1428a5f749f",
+ "sha256": "0xm7zzz6hs5qnqkmv7hwxpvp3jjca57agx71sj0m12v0h53gbzhr",
+ "fetcher": "github",
+ "repo": "drvink/flycheck-ats2",
+ "unstable": {
+ "version": [
+ 20170225,
+ 1636
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "9f77add8408462af35bdddf87e37a661880255e3",
+ "sha256": "1fv3r49i8dgszaq5rs8dwnwcj6rgx922ww01ikrq3b4c9y17srpz"
+ }
+ },
+ {
+ "ename": "flycheck-bashate",
+ "commit": "54fd062e4ad012d846260c96801d3415756ce981",
+ "sha256": "1c8hf4893zb74g61afr02wqhmdaswxr3nwsnzzwmb8nrrygvfa8j",
+ "fetcher": "github",
+ "repo": "alexmurray/flycheck-bashate",
+ "unstable": {
+ "version": [
+ 20160630,
+ 440
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "77fa03dbc578c34fe71ca44926bac2aff8f2b021",
+ "sha256": "1jcay4gncpr0fap6qlm6k4r5b94s18zj8j56w462hvxydaxxiql6"
+ }
+ },
+ {
+ "ename": "flycheck-cask",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0d2m7mg91k1nazysayryxagql1vi975n7iv0snknhbw4wisqp82f",
+ "fetcher": "github",
+ "repo": "flycheck/flycheck-cask",
+ "unstable": {
+ "version": [
+ 20160928,
+ 926
+ ],
+ "deps": [
+ "dash",
+ "flycheck"
+ ],
+ "commit": "c3a51147eddeb7347de81f6a498fc96538bac499",
+ "sha256": "1jw8n6df2hpnjrsqzdd70j0ya3yjzkcy5gm6zx9acqfx88zlgb9m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "dash",
+ "flycheck"
+ ],
+ "commit": "b4667500dcf52f96ec7e0fa10dd07edf191cbf5b",
+ "sha256": "1wm5saf29gw0gp0qq5glf9qq3iras99npc2rip7bsnn0czr2mscy"
+ }
+ },
+ {
+ "ename": "flycheck-checkbashisms",
+ "commit": "f5678ea5aef4dc8a517d6d9381a64f182645d344",
+ "sha256": "1rq0ymlr1dl39v0sfyjmdv4pq3q9116cz9wvgpvfgalq8759q5sz",
+ "fetcher": "github",
+ "repo": "Gnouc/flycheck-checkbashisms",
+ "unstable": {
+ "version": [
+ 20190403,
+ 218
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "2e386775f1a0eb5d80e5d70e98474ee32ecafb24",
+ "sha256": "1ai4p0s6wh4sp972fxkjlc4mn6ai1zc27zh4vm63rfrayri1g31z"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "39362240b8e38e6ddc1da2e2c2229e3fecdf6057",
+ "sha256": "1s2zq97d7ryif6rlbvriz36dh23wmwi67v4q6krl77dfzcs705b3"
+ }
+ },
+ {
+ "ename": "flycheck-checkpatch",
+ "commit": "193aaae5640434559cd479df1463ee44eab14d86",
+ "sha256": "1apjn26n663rjddv5iagfs65fdf22049ykmzggybbnprvnmasf55",
+ "fetcher": "github",
+ "repo": "zpp0/flycheck-checkpatch",
+ "unstable": {
+ "version": [
+ 20170217,
+ 1025
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "6461fc7b0d493eb9863814055f8bce5fa35739de",
+ "sha256": "1651xmw01n5h7x81y3cvsamdmb67jcf385ax52dkp8miyq1a090r"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "aca98ea79f8b26a95f9dbdd4142b01fdd2def866",
+ "sha256": "0bs36dp1jy2z9zfq4mnrin9ik0ffl7023h6dx3qbfya1gcxs07py"
+ }
+ },
+ {
+ "ename": "flycheck-clang-analyzer",
+ "commit": "8de7b717a1b0caf30f8f29d3e764b4756b93aeff",
+ "sha256": "0wby4vilvcmmncr6l6abh3v4wznx9m0zbk30vllj8bq98awfcy3a",
+ "fetcher": "github",
+ "repo": "alexmurray/flycheck-clang-analyzer",
+ "unstable": {
+ "version": [
+ 20190724,
+ 542
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "223faa244502150d08a34898858a0b4806c92d4c",
+ "sha256": "1di3d9y0p8g8mndwkzkiiq2svsgk05rnzf7bzfnhig2fchg7ipap"
+ }
+ },
+ {
+ "ename": "flycheck-clang-tidy",
+ "commit": "a289ac549a7735a12eec85521c32f915b9194b85",
+ "sha256": "0lhf5byydmd380y7qx5x34r0sq7gzrj286pcaxhl388p6j58cb4p",
+ "fetcher": "github",
+ "repo": "ch1bo/flycheck-clang-tidy",
+ "unstable": {
+ "version": [
+ 20171024,
+ 808
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "b8ebd49693f67e08e420ba847cc88f6721ef9e3e",
+ "sha256": "0fnn1baw64f7x1zjb95adryr3mfynbblwppcd6ywh7pk0sq18b80"
+ }
+ },
+ {
+ "ename": "flycheck-clangcheck",
+ "commit": "b42dd133e4fd5579dd1c6cdcbf733571bc890899",
+ "sha256": "1316cj3ynl80j39ha0371ss7cqw5hcr3m8944pdacdzbmp2sak2m",
+ "fetcher": "github",
+ "repo": "kumar8600/flycheck-clangcheck",
+ "unstable": {
+ "version": [
+ 20150712,
+ 710
+ ],
+ "deps": [
+ "cl-lib",
+ "flycheck",
+ "seq"
+ ],
+ "commit": "24a9424c484420073a24443a829fd5779752362b",
+ "sha256": "1ckzs32wzqpnw89rrw3l7i4gbyn25wagbadsc4mcrixml5nf0mck"
+ }
+ },
+ {
+ "ename": "flycheck-clj-kondo",
+ "commit": "20dca546bbad0fa7b713dc015d1b9a9b7caf5370",
+ "sha256": "0a61jq6g0arrsa97rl3frns8k9l9qxazb96ir99y9kskim4njl6r",
+ "fetcher": "github",
+ "repo": "borkdude/flycheck-clj-kondo",
+ "unstable": {
+ "version": [
+ 20190619,
+ 1743
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "353e3481a20fbd577ad79db8bbc6113ce179c195",
+ "sha256": "1xgvz2mdacyr7jszrpxs9lm30y0p72ahin98lr385gvsa8gknmhm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "353e3481a20fbd577ad79db8bbc6113ce179c195",
+ "sha256": "1xgvz2mdacyr7jszrpxs9lm30y0p72ahin98lr385gvsa8gknmhm"
+ }
+ },
+ {
+ "ename": "flycheck-clojure",
+ "commit": "c9c642a234f93ed4cf5edcf27a552a8916984946",
+ "sha256": "1b20gcs6fvq9pm4nl2qwsf34sg6wxngdql921q2pyh5n1xsxhm28",
+ "fetcher": "github",
+ "repo": "clojure-emacs/squiggly-clojure",
+ "unstable": {
+ "version": [
+ 20190611,
+ 2351
+ ],
+ "deps": [
+ "cider",
+ "flycheck",
+ "let-alist"
+ ],
+ "commit": "1dc8fdd691bcf950e95a0f00b71b53854923543e",
+ "sha256": "12abxdr75rjf9qas3q0wk220l3413cmddj45habz2ml9a9f7i41y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 5
+ ],
+ "deps": [
+ "cider",
+ "flycheck",
+ "let-alist"
+ ],
+ "commit": "fc0f1473c85b5287c8a62c1eee86894c98fbb84c",
+ "sha256": "0dqnv7l82h09janakq2b3ncz3jj99418pb91w0gabvfylww3pm21"
+ }
+ },
+ {
+ "ename": "flycheck-clolyze",
+ "commit": "69fb1a2c590eb1a9a7cae09a7080b24185e49c74",
+ "sha256": "1181g7ni0xihq0mbk6g6h7wh31hrg9q2xxsyrg6gb1zf4qqp2zyv",
+ "fetcher": "github",
+ "repo": "DLaps/flycheck-clolyze",
+ "unstable": {
+ "version": [
+ 20190422,
+ 2134
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "c8b27602dd505aeae6486feb6f584754079baf51",
+ "sha256": "163qlcjwzg8yg7ygg8h99484basz76fsqwdgv8s7v7kyfsclbjq8"
+ }
+ },
+ {
+ "ename": "flycheck-color-mode-line",
+ "commit": "02b5b60b74581ff0d1815155223e0c6e94a851a1",
+ "sha256": "0hw19nsh5h2l8qbp7brqmml2fhs8a0x850vlvq3qfd7z248gvhrq",
+ "fetcher": "github",
+ "repo": "flycheck/flycheck-color-mode-line",
+ "unstable": {
+ "version": [
+ 20171122,
+ 707
+ ],
+ "deps": [
+ "dash",
+ "flycheck"
+ ],
+ "commit": "cc474804d4e8088a627485faaf4217a5781aec7d",
+ "sha256": "0lk8p0wb7g9lvxjv9rl59hd9f0m0ksw9rgspis8qshpz8pj5785f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "dash",
+ "flycheck"
+ ],
+ "commit": "c85319f8d2579e770c9060bfef11bedc1370d8be",
+ "sha256": "11xc08xld758xx9myqjsiqz8vk3gh4d9c4yswswvky6mrx34c0y5"
+ }
+ },
+ {
+ "ename": "flycheck-coverity",
+ "commit": "55e8df91adbcf8b059096e02aba2781424250381",
+ "sha256": "1knd1sqgjkgb5zs8hgsi6lyvkqmrcrdjgx81f26nhg40qv5m2p5l",
+ "fetcher": "github",
+ "repo": "alexmurray/flycheck-coverity",
+ "unstable": {
+ "version": [
+ 20170704,
+ 59
+ ],
+ "deps": [
+ "dash",
+ "flycheck"
+ ],
+ "commit": "cb211e3dd50413a5042eb20175be518214591c9d",
+ "sha256": "17c5lppa5axw6wga3k8zqmn5f2syadlqbavrqgsi8k8nlcckxy1x"
+ }
+ },
+ {
+ "ename": "flycheck-credo",
+ "commit": "88dfffe034135cc46d661f8173e8b14e0fb7f240",
+ "sha256": "0xmnbib7lx6v10pd3pkr69c4jb4sn3nmjk16qzvscwjgf2dypyax",
+ "fetcher": "github",
+ "repo": "aaronjensen/flycheck-credo",
+ "unstable": {
+ "version": [
+ 20170526,
+ 1545
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "e88f11ead53805c361ec7706e44c3dfee1daa19f",
+ "sha256": "04i7fbqpkjpsfa8vjpkdhg1sj5isczxwncdp4vr9x3vll3svblm7"
+ }
+ },
+ {
+ "ename": "flycheck-crystal",
+ "commit": "c718f809af30226611358f9aaed7519e52923fd3",
+ "sha256": "04avxav2rayprm09xkphs1ni10j1kk10j7m77afcac0gnma5rwyn",
+ "fetcher": "github",
+ "repo": "crystal-lang-tools/emacs-crystal-mode",
+ "unstable": {
+ "version": [
+ 20180627,
+ 242
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "34124f546ff5c1136aed95bf0059015f9f6a1d60",
+ "sha256": "09cmbw190w6aiwwc2bg349xx6vcv9b9ajw8m70ajb3653qnq3mw4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "0fe6815201bebe4c5ff6857bd541d95b05132b10",
+ "sha256": "0r75dvc0jqcqi1qjns8zj132dnm0s6mvqlqynkis16nigbawix8m"
+ }
+ },
+ {
+ "ename": "flycheck-css-colorguard",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "16qgn12jdps61mlbvhji5l8qrqigv382wyiv79rj2bwvdzbl653f",
+ "fetcher": "github",
+ "repo": "Simplify/flycheck-css-colorguard",
+ "unstable": {
+ "version": [
+ 20161031,
+ 1122
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "ae94fa0396acd99f9ec36d9572459df793f37fe8",
+ "sha256": "1vy5yjf98b7dk9lniz3rgk33agg8f1x8488lvm28ljdq3jfdgcfw"
+ }
+ },
+ {
+ "ename": "flycheck-cstyle",
+ "commit": "5970f4f0967dc3a10dc9554a8f5f06b703872878",
+ "sha256": "0p3lzpcgwk4nkq1w0iq40njz8ll2h3vi9z5fbvv1ar4r80fqd909",
+ "fetcher": "github",
+ "repo": "alexmurray/flycheck-cstyle",
+ "unstable": {
+ "version": [
+ 20160905,
+ 2341
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "207285140a353d08cf1fc450cacab158bc98ba82",
+ "sha256": "19wwv4r3nh79bdfcqp55qmknl0gwicy7dcaz28hm3sswbjpfv3rw"
+ }
+ },
+ {
+ "ename": "flycheck-cython",
+ "commit": "2d963eb1b8f8f863b37a96803b00d395e9d85e94",
+ "sha256": "1mbrwhpbs8in11mp79cnl4bd3m33qdgrvnbvi1mqvrsvz1ay28g4",
+ "fetcher": "github",
+ "repo": "lbolla/emacs-flycheck-cython",
+ "unstable": {
+ "version": [
+ 20170724,
+ 958
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "ecc4454d35ab5317ab66a04406f36f0c1dbc0b76",
+ "sha256": "1v17skw0wn7a7nkc1vrs0bbzihnjw0dwvyyd0lydsihzxl5z2r5g"
+ }
+ },
+ {
+ "ename": "flycheck-d-unittest",
+ "commit": "b86c666ee9b0620390a250dddd42b17cbec2409f",
+ "sha256": "0n4m4f0zqcx966582af1nqff5sla7jcr0wrmgzzxnn97yjrlnzk2",
+ "fetcher": "github",
+ "repo": "flycheck/flycheck-d-unittest",
+ "unstable": {
+ "version": [
+ 20160522,
+ 417
+ ],
+ "deps": [
+ "dash",
+ "flycheck"
+ ],
+ "commit": "3e614f23cb4a5566fd7988dbcaaf254af81c7718",
+ "sha256": "0lrxyrvdkj88qh78jmamrnji770vjsr6h01agl7hvd4n2xvlxcym"
+ }
+ },
+ {
+ "ename": "flycheck-dedukti",
+ "commit": "732832e88a65a8866fa3872ff5f29eb8a26438f2",
+ "sha256": "00nc18w4nsi6vicpbqqpr4xcdh48g95vnay3kirb2xp5hc2rw3x8",
+ "fetcher": "github",
+ "repo": "rafoo/flycheck-dedukti",
+ "unstable": {
+ "version": [
+ 20171103,
+ 1212
+ ],
+ "deps": [
+ "dedukti-mode",
+ "flycheck"
+ ],
+ "commit": "3dbff5646355f39d57a3ec514f560a6b0082a1cd",
+ "sha256": "1ffpxnwl3wx244n44mbw81g00nhnykd0lnid29f4aw1av7w6nw8l"
+ }
+ },
+ {
+ "ename": "flycheck-demjsonlint",
+ "commit": "9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7",
+ "sha256": "0bcfkc9fch1h6gva64j71kb9l8fc9rz6wk0s9w1c1chx1z4nlill",
+ "fetcher": "github",
+ "repo": "uqix/flycheck-demjsonlint",
+ "unstable": {
+ "version": [
+ 20161115,
+ 718
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "a3dfe1df8ecdea76c076c0849901427567356228",
+ "sha256": "0zra3rl0kn70kn30wx1lqh9218k06mq3j8jadax61nnynw7bzsa5"
+ }
+ },
+ {
+ "ename": "flycheck-dialyxir",
+ "commit": "fa49551b8f726c235e03ea377bb09a8be37b9f32",
+ "sha256": "0pacxidpgwp7wij17c5r0fm5w3nga3lp4mcim365k3y5r4ralc0c",
+ "fetcher": "github",
+ "repo": "aaronjensen/flycheck-dialyxir",
+ "unstable": {
+ "version": [
+ 20170515,
+ 1525
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "adfb73374cb2bee75724822972f405f2ec371199",
+ "sha256": "1kzvq99f052mdj4ml1m6nvxhv0kqqblmpdgnwcm89krf0qfl4gjg"
+ }
+ },
+ {
+ "ename": "flycheck-dialyzer",
+ "commit": "bc84fb9fabfac4c008fe0eecb0b59933bfbf95c6",
+ "sha256": "0bn81yzijmnfg5xcnvcvxvqxz995iaafhgbfckgcal974s229kd2",
+ "fetcher": "github",
+ "repo": "lbolla/emacs-flycheck-dialyzer",
+ "unstable": {
+ "version": [
+ 20160326,
+ 1430
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "a5df0db95ac69f397b5f85d325a6d88cf8974f64",
+ "sha256": "1i5wm2r6rck6864a60mm6kv31vgvqnq49hi9apvhyywfn6sycwkf"
+ }
+ },
+ {
+ "ename": "flycheck-dmd-dub",
+ "commit": "a812594901c1099283bdf51fbea1aa077cfc588d",
+ "sha256": "0pg3sf7h6xqv65yqclhlb7fx1mp2w0m3qk4vji6m438kxy6fhzqm",
+ "fetcher": "github",
+ "repo": "atilaneves/flycheck-dmd-dub",
+ "unstable": {
+ "version": [
+ 20180625,
+ 1635
+ ],
+ "deps": [
+ "f",
+ "flycheck"
+ ],
+ "commit": "d7df2895d7d27cc39916816e3c32a60ce0e1d2d9",
+ "sha256": "11p1r8gfii7mbh65nrm5hzrz50bmfgx5c4a0zmy6wr219syiggnl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 12
+ ],
+ "deps": [
+ "f",
+ "flycheck"
+ ],
+ "commit": "41a839e18eb7159175c59a2f8b2f5f283191e33f",
+ "sha256": "0a78np6nb9ciz440n9ks6kybwggkq99knzv7swbmvngvhg96khbx"
+ }
+ },
+ {
+ "ename": "flycheck-dogma",
+ "commit": "1dd7601c55206fd0b9b59f98e861c52b9d640278",
+ "sha256": "0mpmmz0ssdd3a4fnqzy5kf9r3ddcs9kcl0chhilkw5k8480j3dcy",
+ "fetcher": "github",
+ "repo": "aaronjensen/flycheck-dogma",
+ "unstable": {
+ "version": [
+ 20170125,
+ 721
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "eea1844a81e87e2488b05e703a93272d0fc3bc74",
+ "sha256": "0wmp4q1jzb6giwrv8ajgqriy155mcc7jnj5sycpfk3hw6q74js66"
+ }
+ },
+ {
+ "ename": "flycheck-dtrace",
+ "commit": "cdcdd10fbcd58a5c67e4d07632212e7dedf42dbe",
+ "sha256": "14sg7zkq9f5zbcfn8app8m9mdc8cnwcxh7h4glsz32yaqc1dj7h8",
+ "fetcher": "github",
+ "repo": "juergenhoetzel/flycheck-dtrace",
+ "unstable": {
+ "version": [
+ 20180903,
+ 1630
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "951fab3a15c11d92b9fac1ea4791a80dfe034a00",
+ "sha256": "1qkzir3lzz4lc5kn55qb52cm5y7iy8w1ljq6xxzcjxfbk9980y0y"
+ }
+ },
+ {
+ "ename": "flycheck-elixir",
+ "commit": "da2ab73ab1426f71ea2b2bea2b418941856b3454",
+ "sha256": "0f78fai6q15smh9rvsliv8r0hh3kpwn1lz37yvqkkbx9vl7rlwld",
+ "fetcher": "github",
+ "repo": "lbolla/emacs-flycheck-elixir",
+ "unstable": {
+ "version": [
+ 20180810,
+ 642
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "11998d7e3e63a33453e934d25b3673f7c558e579",
+ "sha256": "1hdbg0hvb6hwzjma9mxy0h888c8j2z4g38gwixrdixzbw5727r75"
+ }
+ },
+ {
+ "ename": "flycheck-elm",
+ "commit": "78bdcdaa660beda29acecb51761b95d8664d28ac",
+ "sha256": "06dpv19wgbw48gbf701c77vw1dkpddx8056wpim3zbvwwfwk8ra4",
+ "fetcher": "github",
+ "repo": "bsermons/flycheck-elm",
+ "unstable": {
+ "version": [
+ 20181107,
+ 146
+ ],
+ "deps": [
+ "flycheck",
+ "let-alist",
+ "seq"
+ ],
+ "commit": "debd0af563cb6c2944367a691c7fa3021d9378c1",
+ "sha256": "1vl0lss2n50pz5wscqj6vhjwb4hbg8xx2chh5vafsrnn0a3fryrd"
+ }
+ },
+ {
+ "ename": "flycheck-elsa",
+ "commit": "2a15c49d2fc800a6b69304edd6dbad90aaa5053f",
+ "sha256": "07a07hmy7cibm7263dw4x8kkv17g5hby8isaks7n2814ifblf30r",
+ "fetcher": "github",
+ "repo": "emacs-elsa/flycheck-elsa",
+ "unstable": {
+ "version": [
+ 20190211,
+ 1921
+ ],
+ "deps": [
+ "cask",
+ "seq"
+ ],
+ "commit": "c0a226d2520681bb0c16cd31504b620e43ee743c",
+ "sha256": "07605v5insay9jgj274ysdksk4cck49y5gsqzjz7js8f6p526k75"
+ }
+ },
+ {
+ "ename": "flycheck-ensime",
+ "commit": "c8d1ef354566c7f337c62accbd1d2f86ffcbd98a",
+ "sha256": "11h7xwm8vwi8nca7yy9q0y30jcj77s07aa45xqz7n8rsqp6wdp3z",
+ "fetcher": "github",
+ "repo": "ncaq/flycheck-ensime",
+ "unstable": {
+ "version": [
+ 20190212,
+ 1042
+ ],
+ "deps": [
+ "ensime",
+ "flycheck"
+ ],
+ "commit": "9fe000e7004725bc8c3b7554237d717bca9cd9ac",
+ "sha256": "0fl6p2hvcm1f5snx8a82h53kkfnbgycik0d5a7krcjgiby6w7wam"
+ }
+ },
+ {
+ "ename": "flycheck-flawfinder",
+ "commit": "e67a84d1a8c890ea56bd842549d70d9841d1e7a7",
+ "sha256": "1nabj00f5p1klzh6509ywnazxx2m017isdjdzzixg94g5mp0kv5i",
+ "fetcher": "github",
+ "repo": "alexmurray/flycheck-flawfinder",
+ "unstable": {
+ "version": [
+ 20170116,
+ 327
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "7d964d38023b088adf3ffc2fddeead81f4491a45",
+ "sha256": "0y023brz8adwa6gdaaixk6dnrq4kj2i5h56rj54cxrjkagyklfxl"
+ }
+ },
+ {
+ "ename": "flycheck-flow",
+ "commit": "4d18fb21d8ef9b33aa84bc26f5918e636c5771e5",
+ "sha256": "0p4vvk09vjgk98dwzr2qzldvij3v6af56pradssi6sm3shbqhkk3",
+ "fetcher": "github",
+ "repo": "lbolla/emacs-flycheck-flow",
+ "unstable": {
+ "version": [
+ 20190304,
+ 1459
+ ],
+ "deps": [
+ "flycheck",
+ "json"
+ ],
+ "commit": "9e8e52cfc98af6a23fd906f9cb5d5d470d8cf82d",
+ "sha256": "14qldlisbmxzammr500gyha2hiv2xgyzfc6mysqii06kbcqn1ik1"
+ }
+ },
+ {
+ "ename": "flycheck-ghcmod",
+ "commit": "b6ed620e038f361c41115430a1fc119a04cf4f20",
+ "sha256": "0mqxg622lqnkb52a0wff7h8b0k6mm1k7fhkfi95fi5sahclja0rp",
+ "fetcher": "github",
+ "repo": "scturtle/flycheck-ghcmod",
+ "unstable": {
+ "version": [
+ 20150114,
+ 632
+ ],
+ "deps": [
+ "dash",
+ "flycheck"
+ ],
+ "commit": "6bb7b7d879f05bbae54e99eb04806c877adf3ccc",
+ "sha256": "0q1m1f3vhw1wy0pa3njy55z28psznbw2xwmwk2v1p5c86n74ns8d"
+ }
+ },
+ {
+ "ename": "flycheck-golangci-lint",
+ "commit": "fffbecd6cb43866fc9f37ba2d2c998ef6186c6d5",
+ "sha256": "1vg80q4axbzb147fglli2w19n70bc934hb3hfl1r4shhpbfjlcgj",
+ "fetcher": "github",
+ "repo": "weijiangan/flycheck-golangci-lint",
+ "unstable": {
+ "version": [
+ 20190330,
+ 1412
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "8e446c68311048f0b87febf8ef0379e29d358851",
+ "sha256": "0xxxqk8ag082nwwq3dvhzvnbgn9c90mbda7qvi2y4qbh1p1nccqc"
+ }
+ },
+ {
+ "ename": "flycheck-gometalinter",
+ "commit": "8bfe9f2d030c04fb292297eb9226072bfea2ac64",
+ "sha256": "1bnvj5kwgbh0dv989rsjcvmcij1ahwcz0vpr6a8f2p6wwvksw1h2",
+ "fetcher": "github",
+ "repo": "favadi/flycheck-gometalinter",
+ "unstable": {
+ "version": [
+ 20180424,
+ 941
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "422f6e4b77b27fd7370f0c88437ac5072c9d3413",
+ "sha256": "16117njpia9046snp1y2yapqmnzgbsan5dvaw3ih5pqmnqjjqdkd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "2e863429cc953cf4c14783e249df56d1ae669868",
+ "sha256": "07r2csy2psflvg0pl6n9scfwhnp9mv7hs02hz861v5kbkfx0ajzw"
+ }
+ },
+ {
+ "ename": "flycheck-gradle",
+ "commit": "382d9afd2bbb0c137719c308a67d185b86d84331",
+ "sha256": "0zd92lx0mqjqwzclvvhfwwahq80qspyv9k7qcxjc0bl3avjk6a47",
+ "fetcher": "github",
+ "repo": "jojojames/flycheck-gradle",
+ "unstable": {
+ "version": [
+ 20190315,
+ 234
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "1ca08bbc343362a923cbdc2010f66e41655e92ab",
+ "sha256": "14zvx7f2nszf8p14aibqa4pdg3ly7yw66a58bw2whjw9zfi9rnr0"
+ }
+ },
+ {
+ "ename": "flycheck-grammalecte",
+ "commit": "fdd82aa0568d998a3d176b5ee47b8a227438ea09",
+ "sha256": "0xqg995a42cl6mvmpi68ay56fgs636cbzg65q5si5yc1yzgl74nv",
+ "fetcher": "git",
+ "url": "https://git.deparis.io/flycheck-grammalecte/",
+ "unstable": {
+ "version": [
+ 20190801,
+ 1813
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "0ca2659c18f1e7e4963afbff8dcb9e5fef238f3b",
+ "sha256": "056hs0abyisqh9wsnykj1y05rw8qn8n6j1wgijy2k97yvg3rq7x3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "8ba9d41dad0c9c96760614ce7594ceb823f560de",
+ "sha256": "1l2n3vi7krd61bgwj7dg7qpkccimwfx3m0946fmxgrp0k6q41fn0"
+ }
+ },
+ {
+ "ename": "flycheck-haskell",
+ "commit": "6ca601613788ae830655e148a222625035195f55",
+ "sha256": "12lgirz3j6n5ns2ikq4n41z0d33qp1lb5lfz1q11qvpbpn9d0jn7",
+ "fetcher": "github",
+ "repo": "flycheck/flycheck-haskell",
+ "unstable": {
+ "version": [
+ 20181207,
+ 1646
+ ],
+ "deps": [
+ "dash",
+ "flycheck",
+ "haskell-mode",
+ "let-alist",
+ "seq"
+ ],
+ "commit": "32ddff87165a7d3a35e7318bee997b5b4bd41278",
+ "sha256": "10pgsbagq6qj4mshq5sypv0q0khck92b30sc793b4g1pfpsxvgjn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "deps": [
+ "dash",
+ "flycheck",
+ "haskell-mode",
+ "let-alist",
+ "seq"
+ ],
+ "commit": "ee3401d97cc5e8edc216f2369e9dea3d363e462c",
+ "sha256": "0yryd346cp5zir3icldkhjzwjb0bkq8rlidbr62dry1cw9bic6z0"
+ }
+ },
+ {
+ "ename": "flycheck-hdevtools",
+ "commit": "9e210eb2405cc85dd1d03e9119d2249178950398",
+ "sha256": "0ahvai1q4x59ryiyccvqvjisgqbaiahx4gk8ssaxhblhj0sqga93",
+ "fetcher": "github",
+ "repo": "flycheck/flycheck-hdevtools",
+ "unstable": {
+ "version": [
+ 20160926,
+ 702
+ ],
+ "deps": [
+ "dash",
+ "flycheck"
+ ],
+ "commit": "eab1fc184854341a56154623a131cab6ff0ce18c",
+ "sha256": "0prmrix9a95zr39ybajp7fha03wknxyhrf1kfxsms1brxsc8bqim"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "fbf90b9a7d2d90f69ac55b57d18f0f4a47afed61",
+ "sha256": "136mdg21a8sqxhijsjsvpli7r7sb40nmf80p6gmgb1ghwmhlm8k3"
+ }
+ },
+ {
+ "ename": "flycheck-indicator",
+ "commit": "25d59829ca2f4fbedfee500885b45bc358faf47b",
+ "sha256": "1h2d7dw94agrdrks41npjdmf5m628n1jg060pv1mrjysj4xm2n45",
+ "fetcher": "github",
+ "repo": "gexplorer/flycheck-indicator",
+ "unstable": {
+ "version": [
+ 20190729,
+ 1501
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "937f93afc0605c8e6c7cc56041a52b1312fff0fe",
+ "sha256": "1r7da45kmypz1qvpj07m7q9z2bjbx6ds5cx055gq5v03gzyg6n7i"
+ }
+ },
+ {
+ "ename": "flycheck-ini-pyinilint",
+ "commit": "c2a1d0b4be0dd3e238ad2e3a157b11ecc82c0639",
+ "sha256": "028ksrlrrsn2wsz7kqf3qk4pp3scs7zvp74c4xj52rm4hh7ycbl7",
+ "fetcher": "gitlab",
+ "repo": "danieljrmay/flycheck-ini-pyinilint",
+ "unstable": {
+ "version": [
+ 20190312,
+ 1931
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "e1c3adfc148caf721691a55cae686b5f31209204",
+ "sha256": "0b8hs7cdywqblbf5dkgck00x18xirlxi7kqd21cqfd276wvn8wyp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "54744a78d06373404933fedc3ca836916e83de51",
+ "sha256": "1zdvan6l2s97s7swnccq21z1ja8vl64l757j3hg50ipq8j5yy9dl"
+ }
+ },
+ {
+ "ename": "flycheck-inline",
+ "commit": "a9ecc3a4696d2b3b0f0b8b1ca6e5285380ac046a",
+ "sha256": "14ph2f5aj2mpyxbbq4v0rk5zdz7773lf2m83m30h3r1cbh5jmddj",
+ "fetcher": "github",
+ "repo": "flycheck/flycheck-inline",
+ "unstable": {
+ "version": [
+ 20190320,
+ 1611
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "cf9eceabff8370f3b834b943a5777b9f914583f9",
+ "sha256": "1sk8r90iqxpzrg0lpq4vd8ywdi08i0bbmgdivmr510jw2bpi3wp4"
+ }
+ },
+ {
+ "ename": "flycheck-irony",
+ "commit": "1e367afce9a792c168ef1e7e20cc5903f7b570d8",
+ "sha256": "0qk814m5s7mjba659llml0gy1g3045w8l1g73w2pnm1pbpqdfn3z",
+ "fetcher": "github",
+ "repo": "Sarcasm/flycheck-irony",
+ "unstable": {
+ "version": [
+ 20180604,
+ 2152
+ ],
+ "deps": [
+ "flycheck",
+ "irony"
+ ],
+ "commit": "42dbecd4a865cabeb301193bb4d660e26ae3befe",
+ "sha256": "00ggn7v1nj2zb7rvwmjrhybd1vcp07n74krdy28z9xwh7w59wyq7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "flycheck",
+ "irony"
+ ],
+ "commit": "34940ae5ab8f4c721d9c1118ebfc3496d7e67a84",
+ "sha256": "0qa5a8wzvzxwqql92ibc9s43k8sj3vwn7skz9hfr8av0skkhx996"
+ }
+ },
+ {
+ "ename": "flycheck-jest",
+ "commit": "31e2ac9de5f28ee9d847097cdeb60afa99476a51",
+ "sha256": "19dg8v0xzni7x6zn472n4ach1c1jv4syzarfi8ba8r6n26vz9ss4",
+ "fetcher": "github",
+ "repo": "jojojames/flycheck-jest",
+ "unstable": {
+ "version": [
+ 20180411,
+ 328
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "08f27c5ed97c83c445f99fab58f0b6c826f14449",
+ "sha256": "1ipr1yyk5vf2i8q7923r18a216sgf759x5f6j5776jcjkhp98c98"
+ }
+ },
+ {
+ "ename": "flycheck-joker",
+ "commit": "599bf33a5d4a4a590b355001e532cab4e1ee9ef6",
+ "sha256": "0war80zdljpjhfihqrind8471ic7l4z7j74zmrysybxvnd5nr7l3",
+ "fetcher": "github",
+ "repo": "candid82/flycheck-joker",
+ "unstable": {
+ "version": [
+ 20180913,
+ 504
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "51e99e697761ee8dab863930910abdba7607c1bd",
+ "sha256": "07pxfvnrgp7f3rb27j1zrq04pncvga4291krqqy3dzwazsjplz48"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 0
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "51e99e697761ee8dab863930910abdba7607c1bd",
+ "sha256": "07pxfvnrgp7f3rb27j1zrq04pncvga4291krqqy3dzwazsjplz48"
+ }
+ },
+ {
+ "ename": "flycheck-julia",
+ "commit": "4e964e3c6f737d0102b4fd7440fa9d434e6382bf",
+ "sha256": "0340bv0lifs8pajk7gh7rngdjg62vaggn5biyysng642dlg5fwqs",
+ "fetcher": "github",
+ "repo": "gdkrmr/flycheck-julia",
+ "unstable": {
+ "version": [
+ 20170729,
+ 2141
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "213b60a5a9a1cb7887260e1d159b5bb27167cbb6",
+ "sha256": "0wk8mc8j67dmc3mxzrhypgxmyywwrjh5q5llj4m2mgf0j7yp2576"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "213b60a5a9a1cb7887260e1d159b5bb27167cbb6",
+ "sha256": "0wk8mc8j67dmc3mxzrhypgxmyywwrjh5q5llj4m2mgf0j7yp2576"
+ }
+ },
+ {
+ "ename": "flycheck-kotlin",
+ "commit": "f158727cc8892aadba0a613dd08e65e2fc791b48",
+ "sha256": "0vh4f3ap1ciddf2fvfnjz668d6spyx49xs2wfp1hrzxn5yqpnra5",
+ "fetcher": "github",
+ "repo": "whirm/flycheck-kotlin",
+ "unstable": {
+ "version": [
+ 20190808,
+ 630
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "5104ee9a3fdb7f0a0a3d3bcfd8dd3c45a9929310",
+ "sha256": "193l9amk45b0bkrqqm6cxx8y4a6jvm0mcncwq6kvhq2kj9slw7g2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "5104ee9a3fdb7f0a0a3d3bcfd8dd3c45a9929310",
+ "sha256": "193l9amk45b0bkrqqm6cxx8y4a6jvm0mcncwq6kvhq2kj9slw7g2"
+ }
+ },
+ {
+ "ename": "flycheck-ledger",
+ "commit": "dc715e6849aa5d6017e2478514c4a0d84c7ddbe5",
+ "sha256": "0807pd2km4r60wgd6jakscbx63ab22d9kvf1cml0ad8wynsap7jl",
+ "fetcher": "github",
+ "repo": "purcell/flycheck-ledger",
+ "unstable": {
+ "version": [
+ 20180819,
+ 321
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "8d7f52a4c7f80ca396ef0fc6c7d8e9f005778dfc",
+ "sha256": "0m5zhyzrh4lx7vzwdgdwcfkipdvi3y8kavhckbd7vd9zwx539ij1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "9401b6c83f60bfd29edfc62fee76f75e17a3a41e",
+ "sha256": "1pdssw5k88ym5fczllfjv26sp4brlyrywnlzq5baha5pq91h9cb6"
+ }
+ },
+ {
+ "ename": "flycheck-lilypond",
+ "commit": "da99de90193c9ad362afdbbae28dfba52ef3676e",
+ "sha256": "0yx0jbilr8z58df13wcssp3p95skcvl8mnhhr6lijak44sd7klbf",
+ "fetcher": "github",
+ "repo": "hinrik/flycheck-lilypond",
+ "unstable": {
+ "version": [
+ 20171203,
+ 1332
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "cc1b7677a932c42e5dab1661ad7b923d4aae744c",
+ "sha256": "1yfsg52z4nhbh33fbsig24c9s0mc4xm72ll36h6ibld9fvqsgv6k"
+ }
+ },
+ {
+ "ename": "flycheck-liquidhs",
+ "commit": "d5921fde4068ff1bb288f6f9e2fe03f4a7fdbbda",
+ "sha256": "07dn2ifj49z2jj9zw0f0ydp5rxx9wfmah4fh4vx8slnpjby367yh",
+ "fetcher": "github",
+ "repo": "ucsd-progsys/flycheck-liquidhs.el",
+ "unstable": {
+ "version": [
+ 20170412,
+ 2326
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "c27252ac24d77f4b6eec76a4ba9cd61761a3fba9",
+ "sha256": "1v5s252w2ai0rrci0rkq6wsx110pw8hp60n67990jg6l6lpvir2s"
+ }
+ },
+ {
+ "ename": "flycheck-mercury",
+ "commit": "a775d12d9b9b6f27a44aeffbbb18de46a9e1b532",
+ "sha256": "1z2y6933f05yv9y2aapmn876jnsydh642zqid3j88bb9kqi67x0h",
+ "fetcher": "github",
+ "repo": "flycheck/flycheck-mercury",
+ "unstable": {
+ "version": [
+ 20181118,
+ 1952
+ ],
+ "deps": [
+ "dash",
+ "flycheck",
+ "s"
+ ],
+ "commit": "b6807a8db70981e21a91a93324c31e49de85c89f",
+ "sha256": "15pjqglpcwm4wy0cxk1man3ar0n56qi1bjrr1fxfjq2xwsgsfagh"
+ }
+ },
+ {
+ "ename": "flycheck-mix",
+ "commit": "fd2a4d71b7f4c0082b687a23fd367d55186625a9",
+ "sha256": "1wp8lp45lc519w3xsws2c91jlbfmc0pc8764kxsifk74akwcizfl",
+ "fetcher": "github",
+ "repo": "tomekowal/flycheck-mix",
+ "unstable": {
+ "version": [
+ 20190714,
+ 958
+ ],
+ "deps": [
+ "elixir-mode",
+ "flycheck"
+ ],
+ "commit": "04681608e52ac660f74989a045579da75bc489f2",
+ "sha256": "0lszvz83xkzna349vmks7p63v5r7039lmk22m796gd7ynhw7k7qy"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "elixir-mode",
+ "flycheck"
+ ],
+ "commit": "c565ebb12a48fcd49cc65656d79295c3288fcb84",
+ "sha256": "1yncail979sfljmib7b1m9aw376xd4b76apz4d50hj83lrfy169c"
+ }
+ },
+ {
+ "ename": "flycheck-mmark",
+ "commit": "2fd10423ab80e32245bb494005c8f87a8987fffb",
+ "sha256": "0lnw7pz40hijcpi9b92vjxvvyh9v50ww2f2r8z9pyhl9mjy2245x",
+ "fetcher": "github",
+ "repo": "mmark-md/flycheck-mmark",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1323
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "c796a2f18884bfc2afeec1fb2060da0f4044ddee",
+ "sha256": "09q676m4izyr50c49rsk8dsq7bys227d782x9r2kdld0fr7c7hpd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "b73b40cb9c5cf6bc6fa501aa87a4c30b210c0c5f",
+ "sha256": "1w75accl67i0qwadwp7dgpxaj0i8zwckvv5isyn93vknzw5dz66x"
+ }
+ },
+ {
+ "ename": "flycheck-mypy",
+ "commit": "b1f5ad8263ee33b8950ff68e39dca5b1f1748c1b",
+ "sha256": "1w418jm6x3vcg2x31nzc8a3b8asx6gznl6m76ip8w98riz7vy02f",
+ "fetcher": "github",
+ "repo": "lbolla/emacs-flycheck-mypy",
+ "unstable": {
+ "version": [
+ 20180907,
+ 1016
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "6f99166f5229c7b4298cff1818b7eaece1c9c8bd",
+ "sha256": "06rdwjljhficbdf74qzlxsy02xhd8msp79fx75nwbxbd84q6dr5w"
+ }
+ },
+ {
+ "ename": "flycheck-nim",
+ "commit": "68747db46761f28aa2fdf13494d7cecc334cb604",
+ "sha256": "0w6f6998rqx8a3i4xhga7mrmvhxrm690wkqwfzspidid2z7v71az",
+ "fetcher": "github",
+ "repo": "ALSchwalm/flycheck-nim",
+ "unstable": {
+ "version": [
+ 20160715,
+ 428
+ ],
+ "deps": [
+ "dash",
+ "flycheck"
+ ],
+ "commit": "6d27349b66e44578851e6148299709d64d2bde41",
+ "sha256": "08rjrh7rjx71fsxf931hhfcga7m6a8sd6bvvr4qbsmhldnzd1aa7"
+ }
+ },
+ {
+ "ename": "flycheck-nimsuggest",
+ "commit": "cb4170f002dbcd1906e81836f3ce035b1e81c379",
+ "sha256": "099mlzramm6z66zyjb6ypn7qb0hpvwbbgk9ydsanj8sni0dd66hv",
+ "fetcher": "github",
+ "repo": "yuutayamada/flycheck-nimsuggest",
+ "unstable": {
+ "version": [
+ 20171027,
+ 2208
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "dc9a5de1cb3ee05db5794d824610959a1f603bc9",
+ "sha256": "1bf65hrz0s6f180kn2ir8l5qn7in789w8pyy96b9gqn21z50vb9d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 1
+ ],
+ "deps": [
+ "flycheck",
+ "nim-mode"
+ ],
+ "commit": "8b1c69e9aa924368bc4dadd4cde818ff158cd3f0",
+ "sha256": "0vnwy7b3xs2smbr6ah6yk8hq7vvsciq7d6m1qr91nfnazdgvxmvg"
+ }
+ },
+ {
+ "ename": "flycheck-objc-clang",
+ "commit": "4ff4412f507371b93cfb85fc744e54110cd87338",
+ "sha256": "07mzwd04a69d7xpkjmhfmf95j69h6accnf9bb9br7jb1hi9vdalp",
+ "fetcher": "github",
+ "repo": "GyazSquare/flycheck-objc-clang",
+ "unstable": {
+ "version": [
+ 20190421,
+ 1049
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "b46ad43637cebf8467cf596d3e7b5f5d371789e9",
+ "sha256": "0qiva3sfxy0ilf062yd5kyirmimlc5nnl6954ijmf7r31z57n64z"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 0
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "b46ad43637cebf8467cf596d3e7b5f5d371789e9",
+ "sha256": "0qiva3sfxy0ilf062yd5kyirmimlc5nnl6954ijmf7r31z57n64z"
+ }
+ },
+ {
+ "ename": "flycheck-ocaml",
+ "commit": "8ce9283eb1285953a2578eb7c4d280b4d98c801f",
+ "sha256": "1cv2bb66aql2kj1y1gsl4xji8yrzrq6rd8hxxs5vpfsk47052lf7",
+ "fetcher": "github",
+ "repo": "flycheck/flycheck-ocaml",
+ "unstable": {
+ "version": [
+ 20170730,
+ 2153
+ ],
+ "deps": [
+ "flycheck",
+ "let-alist",
+ "merlin"
+ ],
+ "commit": "8707a7bf545a8639a6a5c600a98d9a2ea1487dc9",
+ "sha256": "13vzxkjq6v1f1i9zgxgjbwpiba04k9frkcl2wx6a9h3vgd7jyay0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "flycheck",
+ "let-alist",
+ "merlin"
+ ],
+ "commit": "9b4cd83ad2a87cc94b5d4e1ac26ac235475f1e6c",
+ "sha256": "1phfarws2aajkgcl96hqa4ydmb1yncg10q2ldzf8ff6yd6mvk51l"
+ }
+ },
+ {
+ "ename": "flycheck-package",
+ "commit": "d17ec69c9f192625e74dfadf03b11d0d7dc575e7",
+ "sha256": "0068kpia17rsgjdmzsjnw0n6x5z9jvfxggxlzkszvwsx73mvcs2d",
+ "fetcher": "github",
+ "repo": "purcell/flycheck-package",
+ "unstable": {
+ "version": [
+ 20161111,
+ 2251
+ ],
+ "deps": [
+ "flycheck",
+ "package-lint"
+ ],
+ "commit": "6d99248b45eea1e5236062f38e524230efdb1a84",
+ "sha256": "00wyi2adiv9cb3x8bid2fhg3cjqlkc7z70i18vldbpmrpppjg4x5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 12
+ ],
+ "deps": [
+ "flycheck",
+ "package-lint"
+ ],
+ "commit": "afe8a49343d90d08ee72ac6f993d424dcc39cc38",
+ "sha256": "19pz8h01yacfqsyh5940pam6vigvavsqg6qd84994d7mmzl534qa"
+ }
+ },
+ {
+ "ename": "flycheck-pact",
+ "commit": "0ffc77b2ddcd4f9c27a2306459cf2fcde7880e3e",
+ "sha256": "1nxmh6p2id4cxzs7jxdrk88g8qmvk33nbzmrqhm7962iqizlvnrw",
+ "fetcher": "github",
+ "repo": "kadena-io/flycheck-pact",
+ "unstable": {
+ "version": [
+ 20180920,
+ 2052
+ ],
+ "deps": [
+ "flycheck",
+ "pact-mode"
+ ],
+ "commit": "0e10045064ef89ec8b6f5a473073d47b976a2ca3",
+ "sha256": "072jc0vrjg531ydk5bjrjpmbvdk81yw75jqjnvb7alkib6jn5f9r"
+ }
+ },
+ {
+ "ename": "flycheck-perl6",
+ "commit": "2f6ecdb2ce6bc74a27dca01ab4942778e986ac8f",
+ "sha256": "0czc0fqx7g543afzkbjyz4bhxfl4s3v5swn9xrkayv8cgk8acvp4",
+ "fetcher": "github",
+ "repo": "hinrik/flycheck-perl6",
+ "unstable": {
+ "version": [
+ 20180509,
+ 2201
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "b804702305d7a6e26f762ff98cfdeec2e9dd4cb7",
+ "sha256": "0gys38rlx9lx35bia6nj7kfhz1v5xfrirgf8adwk7b2hfjazrsib"
+ }
+ },
+ {
+ "ename": "flycheck-phpstan",
+ "commit": "5a2b6cc39957e6d7185bd2bdfa3755e5b1f474a6",
+ "sha256": "1dr0h6cnwxdjmhlackv4gpsljwzs27gk41p8q99r0m44dada9gaf",
+ "fetcher": "github",
+ "repo": "emacs-php/phpstan.el",
+ "unstable": {
+ "version": [
+ 20190626,
+ 1902
+ ],
+ "deps": [
+ "flycheck",
+ "phpstan"
+ ],
+ "commit": "e8d33c75f6ab466ac15406fac5f2db6666d79deb",
+ "sha256": "1n6f4ibjdzrgll5zvikxc5gcfbpypq9nc2dhfxv011kllj22hpyc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "flycheck",
+ "phpstan"
+ ],
+ "commit": "525792fc4a9ecb5dc577a7c416e298e0c45c6183",
+ "sha256": "02cgcqkgwl0rbxhndcyjd8fj57g84n8x4n9rkh671rg3r7p7c71j"
+ }
+ },
+ {
+ "ename": "flycheck-pkg-config",
+ "commit": "5b2e88f2f126c9ff8b4261d6adb4c0d8d3049f33",
+ "sha256": "0w7h4fa4mv8377sdbkilqcw4b9qda98c1k01nxic7a8i3iyq02d6",
+ "fetcher": "github",
+ "repo": "Wilfred/flycheck-pkg-config",
+ "unstable": {
+ "version": [
+ 20180430,
+ 2243
+ ],
+ "deps": [
+ "dash",
+ "flycheck",
+ "s"
+ ],
+ "commit": "e72e4c1b8153611ed82695673af84096f4d52795",
+ "sha256": "07zyrbib9qzy4kj3p7kljcfi53qhb28nf0sjhhkqzdj09iv2k9wf"
+ }
+ },
+ {
+ "ename": "flycheck-plantuml",
+ "commit": "65f050860a0efda8cf472c2945b79a0a57651556",
+ "sha256": "01l22isiym635471628b951n025ls3lm6gfhfp6f8n8w7v1sb986",
+ "fetcher": "github",
+ "repo": "alexmurray/flycheck-plantuml",
+ "unstable": {
+ "version": [
+ 20171018,
+ 111
+ ],
+ "deps": [
+ "flycheck",
+ "plantuml-mode"
+ ],
+ "commit": "183be89e1dbba0b38237dd198dff600e0790309d",
+ "sha256": "1fbdbpwrlkvbgv693ndr3zamkf3gp28v94jg911fsav8bk08f6pq"
+ }
+ },
+ {
+ "ename": "flycheck-pony",
+ "commit": "0ef333f9ea8ec691b65e7fbd286fb7f1ddbe5381",
+ "sha256": "0y5nwfjyb3cvyq7a22r5cwfasfnzalsqvbv61bvdirdamn290nc3",
+ "fetcher": "github",
+ "repo": "ponylang/flycheck-pony",
+ "unstable": {
+ "version": [
+ 20190227,
+ 235
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "43421fb43ab4fec759061a11e9d9166bb7da013d",
+ "sha256": "03byayxvhrkm88s7157cfzi91ziggs872yis9ys04ndk1pdf940f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "9356cbcd404eaf381ab0c4b0f9c47232f723fa7e",
+ "sha256": "1rzz3cl0pxn3hhrkxcdiy17wl4dzbn8kxm3hq90zmhag1gbfy4zz"
+ }
+ },
+ {
+ "ename": "flycheck-popup-tip",
+ "commit": "9b2269ee9532bb092756ae0c0693cb44b73820e8",
+ "sha256": "1j8pgljnxcbfh08qpbr9jkw56l7d6k8lmdcsjbi6jd7jmyqbqvnx",
+ "fetcher": "github",
+ "repo": "flycheck/flycheck-popup-tip",
+ "unstable": {
+ "version": [
+ 20170812,
+ 2351
+ ],
+ "deps": [
+ "flycheck",
+ "popup"
+ ],
+ "commit": "ef86aad907f27ca076859d8d9416f4f7727619c6",
+ "sha256": "1bi6f9nm4bylsbjv4qnkar35s6xzdf2cc2cxi3g691p9527apdz6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 12,
+ 2
+ ],
+ "deps": [
+ "flycheck",
+ "popup"
+ ],
+ "commit": "ef86aad907f27ca076859d8d9416f4f7727619c6",
+ "sha256": "1bi6f9nm4bylsbjv4qnkar35s6xzdf2cc2cxi3g691p9527apdz6"
+ }
+ },
+ {
+ "ename": "flycheck-pos-tip",
+ "commit": "698843f75e17b9e6160487c0153f9d6b4af288f6",
+ "sha256": "09i2jmwj8b915fhyczwdb1j7c551ggbva33avis77ga1s9v3nsf9",
+ "fetcher": "github",
+ "repo": "flycheck/flycheck-pos-tip",
+ "unstable": {
+ "version": [
+ 20180610,
+ 1615
+ ],
+ "deps": [
+ "flycheck",
+ "pos-tip"
+ ],
+ "commit": "909113977d37739387c7f099d74a724cfe6efcec",
+ "sha256": "0rfbhvl8n656a9d58bjyzki9r3si3ypylbyjn67rnla4jzzi22v8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "flycheck",
+ "pos-tip"
+ ],
+ "commit": "3f1d5297fdff44a14ee624160eefdc678e2bd0bd",
+ "sha256": "0qxx3xdgk5l793yg5ffbi5qhrxrf6akwdz93n2vibpkdjkvzyh2y"
+ }
+ },
+ {
+ "ename": "flycheck-posframe",
+ "commit": "124f2a7833e3386a0bf57c8111d782ae7a7ee02e",
+ "sha256": "02ym2isn761w2nsfxiqjh0jk4md9wy3hk9na2aw7pyycm5cgmfwp",
+ "fetcher": "github",
+ "repo": "alexmurray/flycheck-posframe",
+ "unstable": {
+ "version": [
+ 20190712,
+ 515
+ ],
+ "deps": [
+ "flycheck",
+ "posframe"
+ ],
+ "commit": "13f8c7c7b3b51c9e7e518ae47500755642315a0e",
+ "sha256": "0q66shznczxvbzhq4n88lyl9lsw5dlqxfbl5k4pf7li23q8qsn9v"
+ }
+ },
+ {
+ "ename": "flycheck-prospector",
+ "commit": "45475a408ff287f4f9d2a8bc729b995635579c84",
+ "sha256": "1z028qi40pk7jh0m8w332kr5qi6k6sw1kbymqdxxfakh1976fww9",
+ "fetcher": "github",
+ "repo": "chocoelho/flycheck-prospector",
+ "unstable": {
+ "version": [
+ 20180524,
+ 450
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "92f2680573290ba4a69a2d6e140f44680efce6a8",
+ "sha256": "00jlw18y68yq0fyvfzhvw89a4nmv1ah4c8h4d6g79rl5djnb48hk"
+ }
+ },
+ {
+ "ename": "flycheck-pycheckers",
+ "commit": "af36dca316b318d25d65c9e842f15f736e19ea63",
+ "sha256": "18ski3bp8x33589pc273i5ia3hffvlb4czrd97wkfgr4k59ww6yq",
+ "fetcher": "github",
+ "repo": "msherry/flycheck-pycheckers",
+ "unstable": {
+ "version": [
+ 20190715,
+ 1807
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "680ed9bc1bfb6dc043294b705f5b6d87ca5a1700",
+ "sha256": "1d2caskc87kdclj6gsymnf8bxhyn4n9r9816z76hx88pn16xxqh5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 13
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "680ed9bc1bfb6dc043294b705f5b6d87ca5a1700",
+ "sha256": "1d2caskc87kdclj6gsymnf8bxhyn4n9r9816z76hx88pn16xxqh5"
+ }
+ },
+ {
+ "ename": "flycheck-pyflakes",
+ "commit": "05e6f3041151006e44f91e5bcbaa7be3750fb403",
+ "sha256": "186h5ky48i1xmjbvvhn1i0rzhsy8bgdv1d8f7rlr2z4brb52f9c1",
+ "fetcher": "github",
+ "repo": "Wilfred/flycheck-pyflakes",
+ "unstable": {
+ "version": [
+ 20170330,
+ 2311
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "61b045939e3743b2162b7e4e73249c66fc2b8f65",
+ "sha256": "03p0666vpprp6ijkvx9ypaw58bdq42gh533270plv2k5l8r22cl1"
+ }
+ },
+ {
+ "ename": "flycheck-pyre",
+ "commit": "aca6199ebfbf93f844c8f7a3db785dec079ef8af",
+ "sha256": "0h7ccxw9ymlmr2vq3p61cbfxfcjs8pzm73654s13c18rbl6dzfxv",
+ "fetcher": "github",
+ "repo": "linnik/flycheck-pyre",
+ "unstable": {
+ "version": [
+ 20190215,
+ 1222
+ ],
+ "deps": [
+ "cl-lib",
+ "flycheck"
+ ],
+ "commit": "0560122caae207d99d8af1ac2b4e5d6f6a1ce444",
+ "sha256": "0f58127197q6yfylz53nigyn7v91pcsdd91ywfgq5lrl0f5fvmdy"
+ }
+ },
+ {
+ "ename": "flycheck-rtags",
+ "commit": "3dea16daf0d72188c8b4043534f0833fe9b04e07",
+ "sha256": "00v6shfs7piqapmyqyi0fk3182rcfa3p8wr2cm5vqlrana13kbw4",
+ "fetcher": "github",
+ "repo": "Andersbakken/rtags",
+ "unstable": {
+ "version": [
+ 20180619,
+ 824
+ ],
+ "deps": [
+ "flycheck",
+ "rtags"
+ ],
+ "commit": "3c071313d743b07a2ea4a02655f23cdc7010f0c2",
+ "sha256": "15gji4c4q19n7df7vsxigcyfc4pi95cq3arrcckmmm6r7ckb4y4w"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 23
+ ],
+ "deps": [
+ "flycheck",
+ "rtags"
+ ],
+ "commit": "7169ed577d676690a3c6f0025b54e8477d80eacf",
+ "sha256": "1i94dizg3wvkvq8c2pf5bzkx8zwzcfi4p3l73c779y145bygssnq"
+ }
+ },
+ {
+ "ename": "flycheck-rust",
+ "commit": "68d8cdf3d225b13ebbbe5ce81a01366f33266aed",
+ "sha256": "1k0n0y6lbp71v4465dwq7864vp1qqyx7zjz0kssszcpx5gl1596w",
+ "fetcher": "github",
+ "repo": "flycheck/flycheck-rust",
+ "unstable": {
+ "version": [
+ 20190319,
+ 1546
+ ],
+ "deps": [
+ "dash",
+ "flycheck",
+ "let-alist",
+ "seq"
+ ],
+ "commit": "a139cd53c5062697e9ed94ad80b803c37d999600",
+ "sha256": "1fh6j5w2387nh2fwwjphkhq17cgj5m2q5k0fhidvgc2w65lzbr1r"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "flycheck",
+ "let-alist",
+ "seq"
+ ],
+ "commit": "a139cd53c5062697e9ed94ad80b803c37d999600",
+ "sha256": "1fh6j5w2387nh2fwwjphkhq17cgj5m2q5k0fhidvgc2w65lzbr1r"
+ }
+ },
+ {
+ "ename": "flycheck-stack",
+ "commit": "b77f55989d11d1efacbad0fd3876dd27006f2679",
+ "sha256": "1r9zppqmp1i5i06jhkrgvwy1p3yc8kmcvgibricydqsij26lhpmf",
+ "fetcher": "github",
+ "repo": "chrisdone/flycheck-stack",
+ "unstable": {
+ "version": [
+ 20160520,
+ 944
+ ],
+ "deps": [
+ "flycheck",
+ "haskell-mode"
+ ],
+ "commit": "f04235e00998000ee2c305f5a3ee72bb5dbbc926",
+ "sha256": "139q43ldvymfxns8zv7gxasn3sg0rn4i9yz08wgk50psg5zq5mjr"
+ }
+ },
+ {
+ "ename": "flycheck-status-emoji",
+ "commit": "5abd6aaa8d2bf55ae75cd217820763531f91958b",
+ "sha256": "0p42424b1fsmfcjyl252vhblppmpjwd6br2yqh10fi60wmprvn2p",
+ "fetcher": "github",
+ "repo": "liblit/flycheck-status-emoji",
+ "unstable": {
+ "version": [
+ 20180330,
+ 2325
+ ],
+ "deps": [
+ "cl-lib",
+ "flycheck",
+ "let-alist"
+ ],
+ "commit": "4bd113ab42dec9544b66e0a27ed9008ce8148433",
+ "sha256": "0ldy9lhh6mirjz02pnrf7z235jz55k4sdysbqxjhfidsszvp9v6w"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "flycheck",
+ "let-alist"
+ ],
+ "commit": "4bd113ab42dec9544b66e0a27ed9008ce8148433",
+ "sha256": "0ldy9lhh6mirjz02pnrf7z235jz55k4sdysbqxjhfidsszvp9v6w"
+ }
+ },
+ {
+ "ename": "flycheck-swift",
+ "commit": "fd99bea06079c4231363c37e3361bd9e5b1ba490",
+ "sha256": "1s6rn4wyz9la6bw228jfxx8dxjyk5hf8r3vbmq0k808p772zki0z",
+ "fetcher": "github",
+ "repo": "swift-emacs/flycheck-swift",
+ "unstable": {
+ "version": [
+ 20170129,
+ 549
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "4c5ad401252400a78da395fd56a71e67ff8c2761",
+ "sha256": "094vpmpjq0skhkq634p3zgj3nmsiq1dl8k0z7hzafnaw2y157z1s"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "822d1415eabfd464adc52063f9c44da1c87f0ff9",
+ "sha256": "0gf7cxrsrf62kamm4xy1fi4v264szm6qk607ifg4bi5dmdc10b0k"
+ }
+ },
+ {
+ "ename": "flycheck-swift3",
+ "commit": "f1fb8c731c118327dc0bbb726e046fec46bcfb82",
+ "sha256": "05yfrn42svcvdkr8mx16ii8llhzn33lxdawksjqiqg671s6fgdpa",
+ "fetcher": "github",
+ "repo": "GyazSquare/flycheck-swift3",
+ "unstable": {
+ "version": [
+ 20190421,
+ 110
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "811a765a0106bbdc8d6a721b22a2a97f3527df7c",
+ "sha256": "0gsiisshqml1s56p9k8lw5fd3mlnk2i9j886ybc7ahkkpq8sfdwz"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 0
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "811a765a0106bbdc8d6a721b22a2a97f3527df7c",
+ "sha256": "0gsiisshqml1s56p9k8lw5fd3mlnk2i9j886ybc7ahkkpq8sfdwz"
+ }
+ },
+ {
+ "ename": "flycheck-swiftlint",
+ "commit": "7e2a979726507e974a0a19dfc2ca6884157025be",
+ "sha256": "1nwxv4l3ml9hlc8qf8a8x1bnnvdj80sb8nfbkcfiqwak315wihr4",
+ "fetcher": "github",
+ "repo": "jojojames/flycheck-swiftlint",
+ "unstable": {
+ "version": [
+ 20180830,
+ 340
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "8861ddbd9c1c2a951630d9ea29162ad0916580cb",
+ "sha256": "0v1n9q5kcncd9dyfl0xwr378in8law41ciazdfd38ks0xjjppqvh"
+ }
+ },
+ {
+ "ename": "flycheck-tcl",
+ "commit": "fafc86df6c15348711f16302bb86c0ee08c08454",
+ "sha256": "0rmc7rk0n4mgk11jgza1dn1nkjyi7rqs79d3p0cj1081znyj56f3",
+ "fetcher": "github",
+ "repo": "nwidger/flycheck-tcl",
+ "unstable": {
+ "version": [
+ 20180327,
+ 1259
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "7ca23f4673e178b9f5dcc8a82b86cf05b15d7236",
+ "sha256": "17mmj0yx7d7cwyq35ll1lw4j0yyha172375apvanrkpgpzjpnvrq"
+ }
+ },
+ {
+ "ename": "flycheck-tip",
+ "commit": "024f1e588e94014734fa252ee7bdb00b4991ede9",
+ "sha256": "0zab1zknrnsw5xh5pwzzcpz7p40bbywkf9zx99sgsd6b5j1jz656",
+ "fetcher": "github",
+ "repo": "yuutayamada/flycheck-tip",
+ "unstable": {
+ "version": [
+ 20171020,
+ 1048
+ ],
+ "deps": [
+ "flycheck",
+ "popup"
+ ],
+ "commit": "9b0072d92e6b4a52834bf5a34120a0f5e1c8c2fd",
+ "sha256": "1adcxz2chy0qcv5z79hhj05gdzk4l0jijy5iy9nd3sg8sclxf6nq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "flycheck",
+ "popup"
+ ],
+ "commit": "0bfddf52ae4ec48d970324f8336a5d62986bbc9e",
+ "sha256": "0azjr5mfb3hnb66m1b2319i035mn5i9qz24y7fj5crhnc9vp8w3s"
+ }
+ },
+ {
+ "ename": "flycheck-title",
+ "commit": "2996b70645cd6fd093e3b31b9586ce5acb036cf6",
+ "sha256": "1cxid9qmzy8pl8qkvr6kgvfqm05pjw8cxpz66x619hbkw2vr7sza",
+ "fetcher": "github",
+ "repo": "Wilfred/flycheck-title",
+ "unstable": {
+ "version": [
+ 20170216,
+ 2346
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "6faea67be8661faf8152217869d16e993cc2bc49",
+ "sha256": "08b2cq5bzmq9aa8b8glx5js2nhfpgdsd0r2sgvi0ij937yz8lf37"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "2b7a11c39420e517a07d0c95126455c1617f2c61",
+ "sha256": "07p3bwf4mvsdxvqwl9zd35rm6ax6ywqiy8gsh1ag3ygqbmd94cwy"
+ }
+ },
+ {
+ "ename": "flycheck-vale",
+ "commit": "7693eeb536e601589b49f96d0e2734cd08fad4f2",
+ "sha256": "1ny30q81hq62s178rj3jjwsf9f3988dd6pl82r0vq53z3asnsxyd",
+ "fetcher": "github",
+ "repo": "abingham/flycheck-vale",
+ "unstable": {
+ "version": [
+ 20190609,
+ 1533
+ ],
+ "deps": [
+ "flycheck",
+ "let-alist"
+ ],
+ "commit": "f08249535348d046d0974b9c20fe1b7dd3cd2660",
+ "sha256": "0xjaxckl5rajlxq9a4c9n8l4605n2xkkyd2sdj38kd9w9a428wvz"
+ }
+ },
+ {
+ "ename": "flycheck-vdm",
+ "commit": "f246b9dcf7915a845b9e2cd44cc1a0833b412c8f",
+ "sha256": "15ng1l8gfp8iz50yb5d39dy57763gd2x8j6z6rz0byiykgxhl9zg",
+ "fetcher": "github",
+ "repo": "peterwvj/vdm-mode",
+ "unstable": {
+ "version": [
+ 20190304,
+ 839
+ ],
+ "deps": [
+ "flycheck",
+ "vdm-mode"
+ ],
+ "commit": "89e7db6ee1a89b8c1f7ce36ce6800c32b5c4ba2d",
+ "sha256": "1vfqkfw39yg7379s6b28n8nyswv1jq7caljfbnyrndsag6z4j50k"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "flycheck",
+ "vdm-mode"
+ ],
+ "commit": "e131edb0d35de28bd47d6128dd70d9a6fc46e0fa",
+ "sha256": "090a0imk7dr6vqq4lf806pvajqc499x2gmi0k7rgc1696rbyzhb5"
+ }
+ },
+ {
+ "ename": "flycheck-xcode",
+ "commit": "5fc66203fdd1721bf1a6f8dcec51694c57d2e690",
+ "sha256": "0n86hn6rf0mrx1385pwxgkx28xrbnksarlzb07h9d63s0yb5shaa",
+ "fetcher": "github",
+ "repo": "jojojames/flycheck-xcode",
+ "unstable": {
+ "version": [
+ 20180122,
+ 651
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "b76f872c8985801951a095b8b3c1572b94189f9e",
+ "sha256": "1mihq4w8vbcrazx81svx81dnb84ba5h93jxyvaxly5nxxjw1i5bj"
+ }
+ },
+ {
+ "ename": "flycheck-yamllint",
+ "commit": "932ee0a1f13a52d53102b90911da79145208cbb5",
+ "sha256": "1q2sy0hsbnwdlwq99wk8n5gi9fd8bs4jvi859np8bylbhhb3kj8m",
+ "fetcher": "github",
+ "repo": "krzysztof-magosa/flycheck-yamllint",
+ "unstable": {
+ "version": [
+ 20170325,
+ 1735
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "c2b273d84f15bd03464d6722391e595d7c179a5c",
+ "sha256": "0snj6kkshk8bivwsnhp7kiyhzcn7x6952vw098wgzwqw2hgdkq97"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "aa211b1243168a4f752888c0014c5b9d2da178b1",
+ "sha256": "1dg2lymb53vp16isdc6k0gq1a43h7vjpksbacskyd4nwmsxaf2bm"
+ }
+ },
+ {
+ "ename": "flycheck-yang",
+ "commit": "e58b4f4294d11424918b399898c0044f5b76ab14",
+ "sha256": "0agfmirjwlz13aq1jh94agav0y1rxkyhj7mngdgys7mwjxy0ac9h",
+ "fetcher": "github",
+ "repo": "andaru/flycheck-yang",
+ "unstable": {
+ "version": [
+ 20180312,
+ 1831
+ ],
+ "deps": [
+ "flycheck",
+ "yang-mode"
+ ],
+ "commit": "47881fc42ef0163c47064b72b5d6dbef4f83d778",
+ "sha256": "0bkbl1pas44bl6s3xjdb5zjbd6bmfjk39md5ds1ix4wchnkjm3iy"
+ }
+ },
+ {
+ "ename": "flycheck-ycmd",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "114k5y3jy470g5zzhxy03036gcayc08n6g61cidlr2zlyq80glyr",
+ "fetcher": "github",
+ "repo": "abingham/emacs-ycmd",
+ "unstable": {
+ "version": [
+ 20181016,
+ 618
+ ],
+ "deps": [
+ "dash",
+ "flycheck",
+ "let-alist",
+ "ycmd"
+ ],
+ "commit": "6f4f7384b82203cccf208e3ec09252eb079439f9",
+ "sha256": "1bl86x8nqw4jqzb8pfm6hm316hmk1bx8v3qz7wq9z92hb67ck2kn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "flycheck",
+ "let-alist",
+ "ycmd"
+ ],
+ "commit": "d042a673b4d717c3ca9d641f120bfe16c994c740",
+ "sha256": "0rxw86xi9xgr0fp6wmd6hgqgqr9flk7p4lcr0052jhlwknj1nrx0"
+ }
+ },
+ {
+ "ename": "flymake-coffee",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1aig1d4fgjdg31vrg8k43z5hbqiydgfvxi45p1695s3kbdm8pr2d",
+ "fetcher": "github",
+ "repo": "purcell/flymake-coffee",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "dee295acf30820ed15fe0de17137d50bc27fc80c",
+ "sha256": "0706jbi3jcmffxmcpvh8w3007q8sh48kgrcjip5c9hhfqpagayld"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 12
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "d4ef325255ea36d1dd622f29284fe72c3fc9abc0",
+ "sha256": "1svj5n7mmzhq03azlv4n33rz0nyqb00qr8ihdbc8hh2xnp63j5rc"
+ }
+ },
+ {
+ "ename": "flymake-cppcheck",
+ "commit": "2a83d56c6e150de5d4fdbd89f271f18e5304afd8",
+ "sha256": "11brzgq2zl32a8a2dgj2imsldjqaqvxwk2jypf4bmfwa3mkcqh3d",
+ "fetcher": "github",
+ "repo": "senda-akiha/flymake-cppcheck",
+ "unstable": {
+ "version": [
+ 20140415,
+ 1257
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "7eac8c7b9c74ebb5e600686f1f3891767dc87bb2",
+ "sha256": "1xwpznllgz47f6h7mzwy601179sxdj6i8qvnfa6fn4cx4dz5z3iv"
+ }
+ },
+ {
+ "ename": "flymake-css",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0kqm3wn9symqc9ivnh11gqgq8ql2bhpqvxfm86d8vwm082hd92c5",
+ "fetcher": "github",
+ "repo": "purcell/flymake-css",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "de090163ba289910ceeb61b13368ce42d0f2dfd8",
+ "sha256": "18rqzah8p7mqwkddaav1d4r146amvn8jppazvsvc5vs01syj83m9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "3e56d47d3c53e39741aa4f702bb9fb827cce22ed",
+ "sha256": "054ws88fcfz3hf3cha7dvndm52v5n4jc4vzif1lif44xq0iggwqa"
+ }
+ },
+ {
+ "ename": "flymake-cursor",
+ "commit": "a02597edee67c84bef259d7fc5c5b61bd39a5b86",
+ "sha256": "0v5abg3h9kmybr0cyr7hqy4rn88h84snzxbsmqcbjw24s10v9p0s",
+ "fetcher": "github",
+ "repo": "flymake/emacs-flymake-cursor",
+ "unstable": {
+ "version": [
+ 20120322,
+ 1757
+ ],
+ "deps": [
+ "flymake"
+ ],
+ "commit": "ecc539082c3fc9e91bba33d72c26989217411593",
+ "sha256": "0cdf5m3rfwsim505qjyyml0r5zzqx7jrlc8ayfvix70f3bmxnibs"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "deps": [
+ "flymake"
+ ],
+ "commit": "5cac5045398b1436ceb143d48961b50d38ae1396",
+ "sha256": "0xaq8zfd90kqqwg8ik081jblrdyj6p3fh2xpf6a4sdj8826ry93v"
+ }
+ },
+ {
+ "ename": "flymake-diagnostic-at-point",
+ "commit": "b7ae169ca3b59d3b876d52148dac573b7f083ac3",
+ "sha256": "0cdxb9w5sq6z6wramj1bss5vwqzxkmdyzb1di39rghyh243cdrzx",
+ "fetcher": "github",
+ "repo": "meqif/flymake-diagnostic-at-point",
+ "unstable": {
+ "version": [
+ 20180815,
+ 1004
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "379616b1c6f5ebeaf08fbe54ae765008a78b3be7",
+ "sha256": "1wbzrxxz5z1xg2lwmqgglvixxf1xm3gl6mdyj9idsbym05azm3hg"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 0
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "379616b1c6f5ebeaf08fbe54ae765008a78b3be7",
+ "sha256": "1wbzrxxz5z1xg2lwmqgglvixxf1xm3gl6mdyj9idsbym05azm3hg"
+ }
+ },
+ {
+ "ename": "flymake-easy",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0y7nm2p5x1f0nqfj73zr6xzbpf4wrzx8sn8154yx0qm0qh3id39v",
+ "fetcher": "github",
+ "repo": "purcell/flymake-easy",
+ "unstable": {
+ "version": [
+ 20140818,
+ 755
+ ],
+ "commit": "de41ea49503f71f997e5c359a2ad08df696c0147",
+ "sha256": "1mylcsklnv3q27q1gvf7wrila39rmxab1ypmvjh5p56d91y6pszc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 10
+ ],
+ "commit": "2a24f260cdc3b9c8f9263b653a475d90efa1d392",
+ "sha256": "1j35k52na02b59yglfb48w6m5qzydvzqfsylb8ax5ks0f287yf0c"
+ }
+ },
+ {
+ "ename": "flymake-elixir",
+ "commit": "05dae578f0dd6b5185f666431b3f36aad3aeffa1",
+ "sha256": "15r3m58hnc75l3j02xdr8yg25fbn2sbz1295ac44widzis82m792",
+ "fetcher": "github",
+ "repo": "syl20bnr/flymake-elixir",
+ "unstable": {
+ "version": [
+ 20130810,
+ 1417
+ ],
+ "commit": "3810566cffe35d04cc3f01e27fe397d68d52f802",
+ "sha256": "04w6g4wixrpfidxbk2bwazhvf0cx3c2v2mxnycqqlqkg0m0sb0fn"
+ }
+ },
+ {
+ "ename": "flymake-eslint",
+ "commit": "1b607c3b859f4564e316532a256a299c73e5f6f0",
+ "sha256": "0avirxxgjk3k8hqpnhay83ij7s3xr4ha4wz5lji1zyx6f6im6gyb",
+ "fetcher": "github",
+ "repo": "orzechowskid/flymake-eslint",
+ "unstable": {
+ "version": [
+ 20190720,
+ 1501
+ ],
+ "commit": "5624f61c782c91710014620ebbaadab44a7e2b1f",
+ "sha256": "113hbdsgp950safyry3a2bpml3h2jjhypmfyjjyj3fibiigx9fmi"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 4
+ ],
+ "commit": "d4be92ea779ea333b599fd125817f943a676a63a",
+ "sha256": "1x0ipsg0gd5lflx7kyyaz7zv6xnjzmhh1k32f01qr69zarf31nw0"
+ }
+ },
+ {
+ "ename": "flymake-gjshint",
+ "commit": "b4673825b15519e9eb2204ade5cc045751771c52",
+ "sha256": "19jcd5z4883z3fzlrdn4fzmsvn16f4hfnhgw4vbs5b0ma6a8ka44",
+ "fetcher": "github",
+ "repo": "yasuyk/flymake-gjshint-el",
+ "unstable": {
+ "version": [
+ 20130327,
+ 1232
+ ],
+ "commit": "dc957c14cb060819585de8aedb330e24efa4b784",
+ "sha256": "14kbqyw4v1c51dx7pfgqbn8x4j8j3rgyyq2fa9klqzxpldcskl24"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 6
+ ],
+ "commit": "71495ee5303de18293decd57ab9f9abdbaabfa05",
+ "sha256": "002s01cymgx4z4l3j2pqirg7899pljdx2hmbz8k6cksdxlymzmkd"
+ }
+ },
+ {
+ "ename": "flymake-go",
+ "commit": "b42b8b34388803439c249f16fdf14257ef182ed6",
+ "sha256": "030m67d8g60ljm7ny3jh4vwj3cshypsklgbjpcvh32y109ga1hy1",
+ "fetcher": "github",
+ "repo": "robert-zaremba/flymake-go",
+ "unstable": {
+ "version": [
+ 20150714,
+ 733
+ ],
+ "commit": "ae83761aa908c1a50ff34af04f00dcc46bca2ce9",
+ "sha256": "03gh0y988pksghmmvb5av2vnlbcsncafvn4nwihsis0bhys8k28q"
+ }
+ },
+ {
+ "ename": "flymake-go-staticcheck",
+ "commit": "5c358f178a2debf621e11050334d5def87439230",
+ "sha256": "1rm63fgsn5iss1nbc33wc19g3lzzvrm97wgq9hgxvwq2j8m2y87i",
+ "fetcher": "github",
+ "repo": "s-kostyaev/flymake-go-staticcheck",
+ "unstable": {
+ "version": [
+ 20190708,
+ 1325
+ ],
+ "commit": "130079fcd29c3e2a72f8325f3041042bcc6286f1",
+ "sha256": "1wxsk6vy9hm8gi5cvhmxmqv9415q8k2yp8636s4fb1xcp1zalysk"
+ }
+ },
+ {
+ "ename": "flymake-google-cpplint",
+ "commit": "01f8e5c2b63e80f0411860fde38bf694df3bfc8f",
+ "sha256": "0q7v70xbprh03f1yabq216q4q82a58s2c1ykr6ig49cg1jdgzkf3",
+ "fetcher": "github",
+ "repo": "senda-akiha/flymake-google-cpplint",
+ "unstable": {
+ "version": [
+ 20140205,
+ 1325
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "426e56ae1278d7a078c368e9d495003825ada0bd",
+ "sha256": "1gckz68050pj9pg7yn3wwn13x2nrv6y4ggswkgcyijxi7x0sqana"
+ }
+ },
+ {
+ "ename": "flymake-gradle",
+ "commit": "7cccc8537324e0faf7fd35325e3ccd3b2e05771a",
+ "sha256": "00wpymzw2j2zx37nq8qf77pk04r0hxlmlwykcj6yzq9bfgi75wnf",
+ "fetcher": "github",
+ "repo": "jojojames/flymake-gradle",
+ "unstable": {
+ "version": [
+ 20190315,
+ 233
+ ],
+ "commit": "dbedd29b78d4828ef57d4de20867be5df3eaab99",
+ "sha256": "0g6h09lz68b4dvqv5sksr7gkab0599fbm07xnc2mk01lzbas43b0"
+ }
+ },
+ {
+ "ename": "flymake-haml",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0dmdhh12h4xrx6mc0qrwavngk2sx0l4pfqkjjyavabsgcs9wlgp1",
+ "fetcher": "github",
+ "repo": "purcell/flymake-haml",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "22a81e8484734552d461e7ae7305664dc244447e",
+ "sha256": "0pgp2gl3wdwrzcik5b5csn4qp8iv6pc51brx8p7jrwn7bz4lkb82"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "343449920866238db343d61343bc845cc8bc5e1b",
+ "sha256": "1b3lf5jwan03k7rb97g4bb982dacdwsfdddnwc0inx9gs3qq1zni"
+ }
+ },
+ {
+ "ename": "flymake-haskell-multi",
+ "commit": "e879eca5eb11b2ae77ee2cb8d8150d85e9e93ebd",
+ "sha256": "0cyzmmghwkkv6020s6n436lwymi6dr49i7gkci5n0hw5pdywcaij",
+ "fetcher": "github",
+ "repo": "purcell/flymake-haskell-multi",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "b564a94312259885b1380272eb867bf52a164020",
+ "sha256": "1h21hy5fjwa5qxl31rq3jjp3wwkipdwaliq0ci184rw48kw51xjh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "d2c9aeffd33440d360c1ea0c5aef6d1f171599f9",
+ "sha256": "0k1qc0r0gr7f9l5if2a67cv4k73z5yxd6vxd6l1bqw500y0aajxz"
+ }
+ },
+ {
+ "ename": "flymake-hlint",
+ "commit": "17820f32d46e845cc44b237d0bfd5c2d898721de",
+ "sha256": "0wq1ijhn3ypy31yk8jywl5hnz0r0vlhcxjyznzccwqbdc5vf7b2x",
+ "fetcher": "github",
+ "repo": "purcell/flymake-hlint",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "f910736b26784efc9a2fa29503f45c1f1dd0aa38",
+ "sha256": "157f2l6hllwl12h8f502rq2kl33s202k9bcyfy2cmnn6vhky1b8s"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "d540e250a80a09da3036c16bf86f9deb6d738c9c",
+ "sha256": "1ygg51r4ym4x7h4svizwllsvr72x9np6jvjqpk8ayv3w2fpb9l31"
+ }
+ },
+ {
+ "ename": "flymake-jshint",
+ "commit": "144511ce3378b468751b1ee627b77a2d22fe8dfc",
+ "sha256": "0j4djylz6mrq14qmbm35k3gvvsw6i9qc4gd9ma4fykiqzkdjsg7j",
+ "fetcher": "github",
+ "repo": "Wilfred/flymake-jshint.el",
+ "unstable": {
+ "version": [
+ 20140319,
+ 2200
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "79dd554c227883c487db38ac111306c8d5382c95",
+ "sha256": "0ywm9fpb7d7ry2fly8719fa41q97yj9za3phqhv6j1chzaxvcv3a"
+ }
+ },
+ {
+ "ename": "flymake-jslint",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1cq8fni4p0qhigx0qh34ypmcsbnilra1ixgnrn9mgg8x3cvcm4cm",
+ "fetcher": "github",
+ "repo": "purcell/flymake-jslint",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "8edb82be605542b0ef62d38d818adcdde335eecb",
+ "sha256": "0i6bqpbibsbqhpqfy9zl0awiqkmddi3q8xlrslcjd429f0g5f1ad"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 23
+ ],
+ "commit": "30693f75059bab53a9d2eb676c68751f4d8b091c",
+ "sha256": "00zkm3wqlss386qd6jiq0siga7c48n5ykh0vf9q5v83rmpd79yri"
+ }
+ },
+ {
+ "ename": "flymake-json",
+ "commit": "acb0a4d29159aa6d74f754911f63152dac3425bd",
+ "sha256": "1p5kajiycpqy2id664bs0fb1mbf73a43qqfdi4c57n6j9x7fxp4d",
+ "fetcher": "github",
+ "repo": "purcell/flymake-json",
+ "unstable": {
+ "version": [
+ 20180511,
+ 911
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "ae58795f948402e987cda4c15f10354f8ec2d0fd",
+ "sha256": "1hr35xxj6w34h7xs13n6sxs69j3z3i0r1qim3hgyiym797xjsa0p"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "ad8e482db1ad29e23bdd9d089b9bc3615649ce65",
+ "sha256": "0rzlw80mi39147yqnpzcvw9wvr5svksd3kn6s3w8191f2kc6xzzv"
+ }
+ },
+ {
+ "ename": "flymake-ktlint",
+ "commit": "7b2e630e5e16044fb8ffe251f4fa58fb8f3d6bb9",
+ "sha256": "07v90pkhmrz59m6hf1lzxq4h3kk4qblihw4qgz5phbj4l5pahivd",
+ "fetcher": "github",
+ "repo": "jojojames/flymake-ktlint",
+ "unstable": {
+ "version": [
+ 20180831,
+ 346
+ ],
+ "commit": "56aab6f2d22061999050783dbc3166cdb456d0bb",
+ "sha256": "1nri5rq28plaq69a5k5kx65rzk8yyppyqpjhjicr7dqaa00ibnwy"
+ }
+ },
+ {
+ "ename": "flymake-less",
+ "commit": "6d4eae8b7b7d81ebf4d85f38fc3a17b4bc918318",
+ "sha256": "05k5daphxy94164c73ia7f4l1gv2cmlw8xzs8xnddg7ly22gjhi0",
+ "fetcher": "github",
+ "repo": "purcell/flymake-less",
+ "unstable": {
+ "version": [
+ 20151111,
+ 738
+ ],
+ "deps": [
+ "flymake-easy",
+ "less-css-mode"
+ ],
+ "commit": "32d3c28a9a5c52b82d1741ff9d715013b6498421",
+ "sha256": "0ggi8a4j4glpsar0sqg8q06rscajjaziis5ann31wphx88rc5wd7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "less-css-mode"
+ ],
+ "commit": "8cbb5e41c8f4b988cee3ef4449cfa9aea3540893",
+ "sha256": "0ggvmsjj6p6a7cwr2bzhlcf8ab4v6a2bz5djsscd2ryy570p367z"
+ }
+ },
+ {
+ "ename": "flymake-lua",
+ "commit": "63889df90a8cd4a39871cc43ccc559eff7b8dd5f",
+ "sha256": "05q6bifr1ywirk6sdn0pr812nlrzsi79bpbgn6ay4jyzmhhfi9z0",
+ "fetcher": "github",
+ "repo": "sroccaserra/flymake-lua",
+ "unstable": {
+ "version": [
+ 20170129,
+ 154
+ ],
+ "commit": "84589f20066921a5b79cf3a1f914a223a2552d2a",
+ "sha256": "1f4nigl65g1g5w15ddf33ypk2b07xph964pkdq1bw81451vmvzhn"
+ }
+ },
+ {
+ "ename": "flymake-perlcritic",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "1i0bc81cby2nsala2mhghzv7clhbf1gpp54vdxiq2wdanqy25vmk",
+ "fetcher": "github",
+ "repo": "flymake/emacs-flymake-perlcritic",
+ "unstable": {
+ "version": [
+ 20120328,
+ 814
+ ],
+ "deps": [
+ "flymake"
+ ],
+ "commit": "edfaa86500ddfa8a6a6f51f5581a81a821277df6",
+ "sha256": "1f4l2r4gp03s18255jawc7s5abpjjrw54937wzygmvzvqvmaiikj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 3
+ ],
+ "deps": [
+ "flymake"
+ ],
+ "commit": "0692d6ad5495f6e5438bde0a10345829b8e1def8",
+ "sha256": "11r982h5fhjkmm9ld8wfdip0ghinw523nm1w4fmy830g0bbkgkrq"
+ }
+ },
+ {
+ "ename": "flymake-php",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "12ds2l5kvs7fz38syp4amasbjkpqd36rlpajnb3xxll0hbk6vffk",
+ "fetcher": "github",
+ "repo": "purcell/flymake-php",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "c045d01e002ba5e09b05f40e25bf5068d02126bc",
+ "sha256": "03fk8kzlwbs9k91ra91r7djxlpv5mhbha33dnyz50sqwa52cg8ck"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "91f867e209011af31a2ca2d8f6874b994403bcb2",
+ "sha256": "0dzyid0av9icp77wv0zcsygpw46z24qibq1ra0iwnkzl3kqvkyzh"
+ }
+ },
+ {
+ "ename": "flymake-phpcs",
+ "commit": "6e4d444198f593cfb03c7ca84f3e90db13ef5a01",
+ "sha256": "0zzxi3c203fiw6jp1ar9bb9f28x2lg23bczgy8n5cicrq59jfsn9",
+ "fetcher": "github",
+ "repo": "senda-akiha/flymake-phpcs",
+ "unstable": {
+ "version": [
+ 20140713,
+ 631
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "bba25dbda15955b609ceae0893cf3be74ec67230",
+ "sha256": "1z6m3bggd3gmxvx92j16jmqm5h9jjxnmsd7adyf12ziy5n5rqcbc"
+ }
+ },
+ {
+ "ename": "flymake-puppet",
+ "commit": "302dbe34e7949da9c65e9c7bf2ab924db91b968f",
+ "sha256": "1izq6s33p74dy4wzfnjii8wjs723bm5ggl0w6hkvzgbmyjc01hxv",
+ "fetcher": "github",
+ "repo": "benprew/flymake-puppet",
+ "unstable": {
+ "version": [
+ 20170801,
+ 554
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "8a772395f4ccc59d883712ab53a92a17c1d9a429",
+ "sha256": "00w87qa7r8rigmpv58vpjwpn9x13sv7db5m6z4cqh76qkgkghgqi"
+ }
+ },
+ {
+ "ename": "flymake-python-pyflakes",
+ "commit": "49091c0eca4158b80269b6ff5f7f3fc8e981420b",
+ "sha256": "0asbjxv03zkbcjayanv13qzbv4z7b6fi0z1j6yv7fl6q9mgvm497",
+ "fetcher": "github",
+ "repo": "purcell/flymake-python-pyflakes",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "1d65c26bf65a5dcbd29fcd967e2feb90e1e7a33d",
+ "sha256": "0hsvw6rxg3k1ymrav0bf5q3siqr9v2jp4c4h1f98szrj2lp200fm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "78806a25b0f01f03df4210a79a6eaeec59511d7a",
+ "sha256": "0l8qpcbzfi32h3vy7iwydx3hg2w60x9l3v3rabzjx412m5d00gsh"
+ }
+ },
+ {
+ "ename": "flymake-quickdef",
+ "commit": "8e9d6121472d6a82ac5371bef7dc2dbe5acfc63f",
+ "sha256": "08w8i5rr3g7rwmrr29rah1rh68mpvfbabsik81vxlzpq1c7hhqk5",
+ "fetcher": "github",
+ "repo": "karlotness/flymake-quickdef",
+ "unstable": {
+ "version": [
+ 20190727,
+ 2028
+ ],
+ "commit": "5b3980a7c1763171e8cdb28ebfd5f4eaad32f9f9",
+ "sha256": "0rhg29jcpa4314ld9shhvf81m1ar8xp2853hxm94bxpnnza5d8x7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "53bf206f1a71b2fc12f49741832a94f6498ae6a6",
+ "sha256": "0wqfn068ylb30f8988knrcd9v3r3xck5yb1fj9jnrw2bs6qxxc57"
+ }
+ },
+ {
+ "ename": "flymake-racket",
+ "commit": "67f2b469ea8df6d0db6b9ece91f544c0e7dd3ab2",
+ "sha256": "173dyn8bxggyh0g97gg5f0si3905116i3k6s3islsblgrz00gjcn",
+ "fetcher": "github",
+ "repo": "jojojames/flymake-racket",
+ "unstable": {
+ "version": [
+ 20180912,
+ 109
+ ],
+ "commit": "d20fa60d66db3f7c2df0133814564ee5b36d2aba",
+ "sha256": "0fdrlzvznpqfyzy6v7rz4cj83fhdcpyhy37l7jjbb91cqqk2hjc2"
+ }
+ },
+ {
+ "ename": "flymake-ruby",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1shr6d03vx85nmyxnysglzlc1pz0zy3n28nrcmxqgdm02g197bzr",
+ "fetcher": "github",
+ "repo": "purcell/flymake-ruby",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "6c320c6fb686c5223bf975cc35178ad6b195e073",
+ "sha256": "0hzyxhg6y1rknvgj2ycivwrlrw7fznw9jrin5n9z627mzpjpfcnk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "e14e8e2abda223bd3920dbad0eefd5af5973ae6d",
+ "sha256": "0d2vmpgr5c2cbpxcqm5x1ckfysbpwcbaa9frcnp2yfp8scvkvqj0"
+ }
+ },
+ {
+ "ename": "flymake-rust",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0fgpkz1d4y2ywizwwrhqdqncdmhdnbgf3mcv3hjpa82x44yb7j32",
+ "fetcher": "github",
+ "repo": "jxs/flymake-rust",
+ "unstable": {
+ "version": [
+ 20170729,
+ 2139
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "2f42d1f2dad73ec9de460eda6176e3ab25c446f0",
+ "sha256": "02fgkv9hxwrv8n5h6izb5jyjcpazlf86pjjj4zkv1ycpa6gyzzwn"
+ }
+ },
+ {
+ "ename": "flymake-sass",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0sz6n5r9pdphgvvaljg9zdwj3dqayaxzxmb4s8x4b05c8yx3ba0d",
+ "fetcher": "github",
+ "repo": "purcell/flymake-sass",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "2de28148e92deb93bff3d55fe14e7c67ac476056",
+ "sha256": "05v83l05knqv2inharmhjvzmjskjlany7dnwp5dz44bvy0jhnm39"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "1c7664818db539de7f3dab396c013528a3f5b8b4",
+ "sha256": "0c74qdgy9c4hv3nyjnbqdzypbg9399vq3p5ngp5lasc7iz6vi0h8"
+ }
+ },
+ {
+ "ename": "flymake-shell",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "13ff4r0k29yqgx8ybxz7hh50cjsadcjb7pd0075s9xcrzia5x63i",
+ "fetcher": "github",
+ "repo": "purcell/flymake-shell",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "a16cf453056b9849cc7c912bb127fb0b08fc6dab",
+ "sha256": "1ki0zk5ijfkf4blavl62b55jnjzxw2b7blaxg51arpvvbflqmmlh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "ec097bd77db5523a04ceb15a128e01689d36fb90",
+ "sha256": "0c2lz1p91yhprmlbmp0756d96yiy0w92zf0c9vlp0i9abvd0cvkc"
+ }
+ },
+ {
+ "ename": "flymake-shellcheck",
+ "commit": "8dccb106ff6c9cb4b14440be9026c3e427dddff2",
+ "sha256": "1gvm4sh1sga3gkkg0zi7ynvp9b09sx16cclj2qzawmgfv2c111vy",
+ "fetcher": "github",
+ "repo": "federicotdn/flymake-shellcheck",
+ "unstable": {
+ "version": [
+ 20181214,
+ 24
+ ],
+ "commit": "e22385a9e752e58b18d4c6371e6ff1602bb764f2",
+ "sha256": "0gfk2wsi72n4zkgjpqasdn83zrxlzm735q6c3gs1sfqd7h1jqnwq"
+ }
+ },
+ {
+ "ename": "flymake-solidity",
+ "commit": "3b13f57b77f6648336a049a8dda37757d4dafd90",
+ "sha256": "10d1g14y3l670lqgfdsnyxanzcjs2jpgnliih56n1xhcpyz551l3",
+ "fetcher": "github",
+ "repo": "kootenpv/flymake-solidity",
+ "unstable": {
+ "version": [
+ 20170805,
+ 644
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "48bfe9525f764d8a68cc0270905dbf45bfd00bb8",
+ "sha256": "0v8sf5m0mygqahjyadxgffdf7p59wb0qnghyxajhc69sbg58hnnd"
+ }
+ },
+ {
+ "ename": "flymake-vala",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1fs4alyf3dckdf1pm6vgh4wjpl22wrlhfx9nv072l0dg48zgyw16",
+ "fetcher": "github",
+ "repo": "daniellawrence/flymake-vala",
+ "unstable": {
+ "version": [
+ 20150326,
+ 531
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "c3674f461fc84fb0300cd3a562fb903a59782745",
+ "sha256": "0qpr0frcn3w0f6yz8vgavwbxvn6wb0qkfk653v4cfy57dvslr4wf"
+ }
+ },
+ {
+ "ename": "flymake-vnu",
+ "commit": "0cfb4c70ebb75088ef6fb39efde91429802b4671",
+ "sha256": "05i6sfylg716cr0k0hyvkmag25qcqh51plljv6sw8250fwxwn0xn",
+ "fetcher": "github",
+ "repo": "theneosloth/flymake-vnu",
+ "unstable": {
+ "version": [
+ 20181128,
+ 216
+ ],
+ "commit": "7c4ab9d12611756ad5a80d866890b2f9b73fb611",
+ "sha256": "1jzdypfbvdbm9z6ankl35bzlpf32iymzlvxmdykddzwzbhkj1npf"
+ }
+ },
+ {
+ "ename": "flymake-yaml",
+ "commit": "888bcbcb24866abd990abd5b467461a1e1fc13fa",
+ "sha256": "17wghm797np4hlidf3wwb47w4klwc6qyk6ry1z05psl3nykws1g7",
+ "fetcher": "github",
+ "repo": "yasuyk/flymake-yaml",
+ "unstable": {
+ "version": [
+ 20130423,
+ 1548
+ ],
+ "deps": [
+ "flymake-easy"
+ ],
+ "commit": "24cb5b744a1796e554e6dbfc6eeb237d06a00b10",
+ "sha256": "0mdam39a85csi9b90wak9j3zkd25lj6x54affwkg3fym8yphmplm"
+ }
+ },
+ {
+ "ename": "flymd",
+ "commit": "07e4121f4cfaf4c33828f84b6b06f9cf2b64a0a2",
+ "sha256": "16wq34xv7hswbxw5w9wnnsw2mhc9qzhmaa6aydhh32blcszhp4rk",
+ "fetcher": "github",
+ "repo": "mola-T/flymd",
+ "unstable": {
+ "version": [
+ 20160617,
+ 1214
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "84d5a68bcfed4a295952c33ffcd11e880978d9d7",
+ "sha256": "0j2mmr9f0d3zkhb92zc820iw4vkz958rm3ca7l9k3gx37cc4sn2l"
+ }
+ },
+ {
+ "ename": "flyparens",
+ "commit": "8c4565ae5b84eb8733cb7fd28cf6a087fd1fedab",
+ "sha256": "1mvbfq062qj8vmgzk6rymg3idlfc1makfp1scmjvpw98h30j2a0a",
+ "fetcher": "github",
+ "repo": "jiyoo/flyparens",
+ "unstable": {
+ "version": [
+ 20140723,
+ 1846
+ ],
+ "commit": "af9b8cfd647d0e5f97684d613dc2eea7cfc19398",
+ "sha256": "07hy1kyw4cbxydmhp4scsy3dcbk2s50rmdp8rch1vbcjk5lj4mvb"
+ }
+ },
+ {
+ "ename": "flyspell-correct",
+ "commit": "fa06fbe3bc40ae5e3f6d10dee93a9d49e9288ba5",
+ "sha256": "0d2205h234na9s942s83yvkq89l9w9jnl5yfrxkkdiq8pw0dvymd",
+ "fetcher": "github",
+ "repo": "d12frosted/flyspell-correct",
+ "unstable": {
+ "version": [
+ 20190408,
+ 1010
+ ],
+ "commit": "a0852074bab130a711ba6b4696a7cb8059dac8db",
+ "sha256": "088cnxz4gnm0ps5myns861cjdnskvbxj70p5bimwbb4cvlp3v322"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "commit": "a9b53c52ab350aead0851e140d813cfd7b1bd680",
+ "sha256": "1r9hmz7sihhy7npv6nxp04sy57glzmfax5d67mwn96fdnc0yhlnd"
+ }
+ },
+ {
+ "ename": "flyspell-correct-helm",
+ "commit": "ef7b9302d8f804c77eb81fee7ed27f13cb1176f6",
+ "sha256": "18s2bzszy6x31avqg7j2lsll2cf4asb8njwhmx4mm215agack976",
+ "fetcher": "github",
+ "repo": "d12frosted/flyspell-correct",
+ "unstable": {
+ "version": [
+ 20181205,
+ 1932
+ ],
+ "deps": [
+ "flyspell-correct",
+ "helm"
+ ],
+ "commit": "a0852074bab130a711ba6b4696a7cb8059dac8db",
+ "sha256": "088cnxz4gnm0ps5myns861cjdnskvbxj70p5bimwbb4cvlp3v322"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "deps": [
+ "flyspell-correct",
+ "helm"
+ ],
+ "commit": "a9b53c52ab350aead0851e140d813cfd7b1bd680",
+ "sha256": "1r9hmz7sihhy7npv6nxp04sy57glzmfax5d67mwn96fdnc0yhlnd"
+ }
+ },
+ {
+ "ename": "flyspell-correct-ivy",
+ "commit": "ef7b9302d8f804c77eb81fee7ed27f13cb1176f6",
+ "sha256": "1n5iyab6bj761w6vxncyqvqzwh9k60pzq5f2n00ifrz74pqs537i",
+ "fetcher": "github",
+ "repo": "d12frosted/flyspell-correct",
+ "unstable": {
+ "version": [
+ 20181205,
+ 1932
+ ],
+ "deps": [
+ "flyspell-correct",
+ "ivy"
+ ],
+ "commit": "a0852074bab130a711ba6b4696a7cb8059dac8db",
+ "sha256": "088cnxz4gnm0ps5myns861cjdnskvbxj70p5bimwbb4cvlp3v322"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "deps": [
+ "flyspell-correct",
+ "ivy"
+ ],
+ "commit": "a9b53c52ab350aead0851e140d813cfd7b1bd680",
+ "sha256": "1r9hmz7sihhy7npv6nxp04sy57glzmfax5d67mwn96fdnc0yhlnd"
+ }
+ },
+ {
+ "ename": "flyspell-correct-popup",
+ "commit": "ef7b9302d8f804c77eb81fee7ed27f13cb1176f6",
+ "sha256": "1fr8ajwldcl58i8xm31dz1mjwbi9f4q8s58x5jrqhqha0x4p4h9l",
+ "fetcher": "github",
+ "repo": "d12frosted/flyspell-correct",
+ "unstable": {
+ "version": [
+ 20181205,
+ 1932
+ ],
+ "deps": [
+ "flyspell-correct",
+ "popup"
+ ],
+ "commit": "a0852074bab130a711ba6b4696a7cb8059dac8db",
+ "sha256": "088cnxz4gnm0ps5myns861cjdnskvbxj70p5bimwbb4cvlp3v322"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "deps": [
+ "flyspell-correct",
+ "popup"
+ ],
+ "commit": "a9b53c52ab350aead0851e140d813cfd7b1bd680",
+ "sha256": "1r9hmz7sihhy7npv6nxp04sy57glzmfax5d67mwn96fdnc0yhlnd"
+ }
+ },
+ {
+ "ename": "flyspell-lazy",
+ "commit": "a082c2dc0458e3007a947923f5b97e88217199e8",
+ "sha256": "0lzazrhsfh5m7n57dzx0v46d5mg87wpwwkjzf5j9gpv1mc1xfg1y",
+ "fetcher": "github",
+ "repo": "rolandwalker/flyspell-lazy",
+ "unstable": {
+ "version": [
+ 20180224,
+ 2106
+ ],
+ "commit": "3ebf68cc9eb10c972a2de8d7861cbabbbce69570",
+ "sha256": "1n67y90vm041mz172gjqypw3b5za5f18sic54h7wz4a9naynwyb6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 10
+ ],
+ "commit": "31786fe04a4732d2f845e1c7e96fcb030182ef10",
+ "sha256": "1g09s57b773nm9xqslzbin5i2h18k55nx00s5nnkvx1qg0n0mzkm"
+ }
+ },
+ {
+ "ename": "flyspell-popup",
+ "commit": "186d00724137c055b521a5f5c54acf71c4b16c32",
+ "sha256": "0wp15ra1ry6xpwal6mb53ixh3f0s4nps0rdyfli7hhaiwbr9bhql",
+ "fetcher": "github",
+ "repo": "xuchunyang/flyspell-popup",
+ "unstable": {
+ "version": [
+ 20170529,
+ 815
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "29311849bfd253b9b689bf331860b4c4d3bd4dde",
+ "sha256": "0x7jilwb0fgzsr7ma59sgd0d4122cl0hwzr28vi3z5s8wdab7nc4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "29311849bfd253b9b689bf331860b4c4d3bd4dde",
+ "sha256": "0x7jilwb0fgzsr7ma59sgd0d4122cl0hwzr28vi3z5s8wdab7nc4"
+ }
+ },
+ {
+ "ename": "fm-bookmarks",
+ "commit": "1ca020aff7f19cc150cd6968ae7c441372e240c2",
+ "sha256": "12ami0k6rfwhrr6xgj0dls4mkk6dp0r9smwzhr4897dv0lw89bdj",
+ "fetcher": "github",
+ "repo": "kuanyui/fm-bookmarks.el",
+ "unstable": {
+ "version": [
+ 20170104,
+ 1716
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "11dacfd16a926bfecba96a94c6b13e162c7717f7",
+ "sha256": "0is4617ivga8qrw19y7fy883fgczzdxvrl15ja1dydzj2cbn5d97"
+ }
+ },
+ {
+ "ename": "fn",
+ "commit": "6d2929604b6dd21d6cf425643927a9c216801dc1",
+ "sha256": "0cb98rxdb6sd0kws6bc4pa536kiyw3yk0hlfqcm3ps81hcgqjhhn",
+ "fetcher": "github",
+ "repo": "troyp/fn.el",
+ "unstable": {
+ "version": [
+ 20170210,
+ 204
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "dash-functional"
+ ],
+ "commit": "f685fd0c08ec3b1d1b9974b37e62edd78a000cb8",
+ "sha256": "1k8pwlpcvlwr4pavg85ja8hdc7rrbafqs1mhhqr5gbq8cp822sja"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "dash-functional"
+ ],
+ "commit": "2842e3c6d1b5c96184fa638c37b25ce5b347a1a6",
+ "sha256": "0kxpy87f44gkfzrnhcrprca0irkpddpbw7wbrm4aidw0synpab91"
+ }
+ },
+ {
+ "ename": "focus",
+ "commit": "4e8f1217224514f9b048b7101c89e3b1a305821e",
+ "sha256": "0jw26j8npyl3dgsrs7ap2djxmkafn2hl6gfqvi7v76bccs4jkyv8",
+ "fetcher": "github",
+ "repo": "larstvei/Focus",
+ "unstable": {
+ "version": [
+ 20190318,
+ 242
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ab42b8779929beeb7878c7fb3d3ccd80d9327c7f",
+ "sha256": "079v1syid7h2vr2ya6hs6hl0pgj60qdsw60mqw4cj2zllmkrkwj4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "75202c9445f52eab6fb82f00006f37cd20dae6b2",
+ "sha256": "1v9y3dp7sd4rsm31myp3l1jxpwjw3madajb6yz9rw0yhdirfwgbg"
+ }
+ },
+ {
+ "ename": "focus-autosave-mode",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "10cd1x5b1w7apgxd2kq45lv0jlj7az4zmn2iz4iymf2r2hancrcd",
+ "fetcher": "github",
+ "repo": "Vifon/focus-autosave-mode.el",
+ "unstable": {
+ "version": [
+ 20160519,
+ 2116
+ ],
+ "commit": "2e0844fabb6f0dc9e0f31928e4785febf38b9e35",
+ "sha256": "08wibc6rzy5qj3anzd076ncjd8wwr4vpak7fdjv29aai1gkzsc9j"
+ }
+ },
+ {
+ "ename": "foggy-night-theme",
+ "commit": "65b3f5959241e601fdf9469e407d153cebcbe24c",
+ "sha256": "03x3dhkk81d2zh9nflq6wd7v3khpy9046v8qhq4i9dw6davvy9j4",
+ "fetcher": "github",
+ "repo": "mswift42/foggy-night-theme",
+ "unstable": {
+ "version": [
+ 20190123,
+ 1614
+ ],
+ "commit": "14894e06ee5c6e14db36f2cb07387ee971c1736f",
+ "sha256": "1rjhb8gjlnw002y8sjn2d976qdsjgvp9hsrlca1h5wmmkfha9knp"
+ }
+ },
+ {
+ "ename": "fold-dwim",
+ "commit": "62064e272a658d998b1ccf13dc3c2e3e454acade",
+ "sha256": "1k5186s69qahwbzvwq70af3bkcglls9a82c5jw5mdw3ic8k631sh",
+ "fetcher": "github",
+ "repo": "emacsattic/fold-dwim",
+ "unstable": {
+ "version": [
+ 20140208,
+ 1637
+ ],
+ "commit": "c46f4bb2ce91b4e307136320e72c28dd50b6cd8b",
+ "sha256": "1yz1wis31asw6xa5maliyd1ck2q02xnnh7dc6swgj9cb4wi7k6i1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "4764b0246a722d37eb8ec9f204ffaccaad1755d0",
+ "sha256": "1k8z30imlxvqm7lv12kgqdfgc5znxyvl9jxi8j2ymmwlgy11f726"
+ }
+ },
+ {
+ "ename": "fold-dwim-org",
+ "commit": "97d22d9feaf521ce576b80d2933ecbc166c1dbe7",
+ "sha256": "0812p351rzvqcfn00k92nfhlg3y772y4z4b9f0xqnpa935y6harn",
+ "fetcher": "github",
+ "repo": "mattfidler/fold-dwim-org",
+ "unstable": {
+ "version": [
+ 20131203,
+ 1351
+ ],
+ "deps": [
+ "fold-dwim"
+ ],
+ "commit": "c09bb2b46d65afbd1d0febc6fded7495be7a3037",
+ "sha256": "14jvbkahwvv4wb0s9vp8gqmlpv1d4269j5rsjxn79q5pawjzslxw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "deps": [
+ "fold-dwim"
+ ],
+ "commit": "c09bb2b46d65afbd1d0febc6fded7495be7a3037",
+ "sha256": "14jvbkahwvv4wb0s9vp8gqmlpv1d4269j5rsjxn79q5pawjzslxw"
+ }
+ },
+ {
+ "ename": "fold-this",
+ "commit": "9853fcb99bd8717c77fa2b3bafb6e85d0d5d491c",
+ "sha256": "1iri4a6ixw3q7qr803cj2ik7rvmww1b6ybj5q2pvkf1v25r8655d",
+ "fetcher": "github",
+ "repo": "magnars/fold-this.el",
+ "unstable": {
+ "version": [
+ 20190723,
+ 811
+ ],
+ "commit": "74752dc6b6c0e73826b33198a552bb440b04f275",
+ "sha256": "01lv0ibkcimlyg3g7ffzw0fqfmvbshj30gg8j7niq6m3rkphxk4a"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "commit": "90b41d7b588ab1c3295bf69f7dd87bf31b543a6a",
+ "sha256": "1cbabpyp66nl5j8yhyj2jih4mhaljxvjh9ij05clai71z4598ahn"
+ }
+ },
+ {
+ "ename": "folding",
+ "commit": "1912296b7879019bea5ba8353d511496e3a9ca2d",
+ "sha256": "0rb4f4llc4z502znmmc0hfi7n07lp01msx4y1iyqijvqzlq2i93y",
+ "fetcher": "github",
+ "repo": "jaalto/project-emacs--folding-mode",
+ "unstable": {
+ "version": [
+ 20190524,
+ 1632
+ ],
+ "commit": "a1361aa154b27bd4db2e1cfe6c3b81b4fc1fdc9a",
+ "sha256": "0ghj0nw2zlrppsgl6x2nda9fj4w04rz6647v9823wxhfirrgnd5z"
+ }
+ },
+ {
+ "ename": "font-lock-profiler",
+ "commit": "b372892a29376bc3f0101ea5865efead41e1df26",
+ "sha256": "089r74jgi5gwjk9w1bc600vkj0p5ac84rgcl7aqcpqfbh9ylwcp9",
+ "fetcher": "github",
+ "repo": "Lindydancer/font-lock-profiler",
+ "unstable": {
+ "version": [
+ 20170208,
+ 2008
+ ],
+ "commit": "6e096458416888a4f63cca0d6bc5965a052753c8",
+ "sha256": "186fvyfbakz54fr8j1l7cijvaklw96m1hfbjyw7nha08zc2m1hw5"
+ }
+ },
+ {
+ "ename": "font-lock-studio",
+ "commit": "f8046fef1ac09cac1113dd5d0a6e1bf8e0c77bb1",
+ "sha256": "0swwbfaypc78cg4ak24cc92kgxmr1x9vcpaw3jz4zgpm2wzbgmrq",
+ "fetcher": "github",
+ "repo": "Lindydancer/font-lock-studio",
+ "unstable": {
+ "version": [
+ 20170127,
+ 2051
+ ],
+ "commit": "12c35967b31233e06946c70627aa3152dacfe261",
+ "sha256": "0q0s6f5vi3sfifj7vq2nnsmgyyivp1sd3idk32858md5ri71qif0"
+ }
+ },
+ {
+ "ename": "font-utils",
+ "commit": "2af0a1644116e89c5a705ffe0885ffe3ee874eaf",
+ "sha256": "0k33jdchjkj7j211a23kfp5axg74cfsrrq4axsb1pfp124swh2n5",
+ "fetcher": "github",
+ "repo": "rolandwalker/font-utils",
+ "unstable": {
+ "version": [
+ 20150806,
+ 1751
+ ],
+ "deps": [
+ "pcache",
+ "persistent-soft"
+ ],
+ "commit": "9192d3f8ee6a4e75f34c3fed10378674cc2b11d3",
+ "sha256": "1k90w8v5rpswqb8fn1cc8sq5w12gf4sn6say5dhvqd63512b0055"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 8
+ ],
+ "deps": [
+ "pcache",
+ "persistent-soft"
+ ],
+ "commit": "9192d3f8ee6a4e75f34c3fed10378674cc2b11d3",
+ "sha256": "1k90w8v5rpswqb8fn1cc8sq5w12gf4sn6say5dhvqd63512b0055"
+ }
+ },
+ {
+ "ename": "fontawesome",
+ "commit": "93b92f10802ceffc353db3d220dccfd47ea7fa41",
+ "sha256": "07hn4s929xklc74j8s6pd61rxmxw3911dq47wql77vb5pijv6dr3",
+ "fetcher": "github",
+ "repo": "syohex/emacs-fontawesome",
+ "unstable": {
+ "version": [
+ 20170305,
+ 1356
+ ],
+ "commit": "a743f80bfd53767ca9ee32da34c5ca032172a480",
+ "sha256": "1mkyd2bbyd9avw2qaidkzkpv8i7lfiv9189bj49dxklg92823sip"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "72b4f2f83c7fdacd225aee58f93acefc53166626",
+ "sha256": "1icwjd1rbyr1g8ifyhvpi21wjff2qrddq2rmp5lmiajnwrlfli0d"
+ }
+ },
+ {
+ "ename": "fontify-face",
+ "commit": "72bd6750dd5a7d9ed6e408e690f76c260ffd7d9e",
+ "sha256": "1w7xlkladqkbh7gpnkbi53a7k9p5wzma4y9jgwbc58hng9ggm1k0",
+ "fetcher": "github",
+ "repo": "Fuco1/fontify-face",
+ "unstable": {
+ "version": [
+ 20180420,
+ 1624
+ ],
+ "commit": "30ec0134f04d2b156bbc772e94edfa1a31ef0a58",
+ "sha256": "1i7hc436230dn68q2r7das7rgg8x0j3h43sv23krrg4qr0n0v07y"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "fc3325c98427523d86f0b411e0515cec51ac3d8a",
+ "sha256": "1zfld9a17xhisfwhmfxvx1x63ksl6jg5g99kbivj4nq70sf26dpw"
+ }
+ },
+ {
+ "ename": "forecast",
+ "commit": "a7ea18a56370348715dec91f75adc162c800dd10",
+ "sha256": "0zng8xdficpfccq484pghzg8yylihcy8aq0vpxd1w6l40m2qf6zn",
+ "fetcher": "github",
+ "repo": "cadadr/elisp",
+ "unstable": {
+ "version": [
+ 20190124,
+ 1828
+ ],
+ "commit": "1c4b082f6f19c2563dbfbc48b996a915843624bb",
+ "sha256": "10ys10m6mxyh7hblsqcpjmglnh9lwzl9b6bmbcankpvrl0zh094z"
+ }
+ },
+ {
+ "ename": "foreign-regexp",
+ "commit": "d05514013948a520cf0dcaf1dc2ef2300dd55e98",
+ "sha256": "189cq8n759f28nx10fn3w4qbq7q49bb788kp9l70pj38jgnjn7n7",
+ "fetcher": "github",
+ "repo": "k-talo/foreign-regexp.el",
+ "unstable": {
+ "version": [
+ 20180224,
+ 1121
+ ],
+ "commit": "2ec5c44f27c2396ee487aa0ed77ae47d143fa5aa",
+ "sha256": "0zww0q8x99sfwzf05pk7blsi3v8xiw4xgmlwnv1qlf2qxjkz1xhb"
+ }
+ },
+ {
+ "ename": "foreman-mode",
+ "commit": "edeeb2b52ac70f8bdad38d3af62a7e434853c504",
+ "sha256": "0p3kwbld05wf3dwcv0k6ynz727fiy0ik2srx4js9wvagy57x98kv",
+ "fetcher": "github",
+ "repo": "zweifisch/foreman-mode",
+ "unstable": {
+ "version": [
+ 20170725,
+ 1422
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "f",
+ "s"
+ ],
+ "commit": "22b3bb13134b617870ed1e888af739f4818be929",
+ "sha256": "01qanhif24czcmhpdfkcjs019ss4r79f7y2wfbzmj6w4z7g3rikk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "f",
+ "s"
+ ],
+ "commit": "e90d2b56e83ab914f9ba9e78126bd7a534d5b8fb",
+ "sha256": "199kybf2bvywqfnwr5w893km82829k1j7sp079y6s2601hq8ylw9"
+ }
+ },
+ {
+ "ename": "forest-blue-theme",
+ "commit": "49b8686c31f863dde58d56cddf0baa7757a0c453",
+ "sha256": "1pcpwil883k4n5na7jpq7h8a8gw6mily1cj5n5rf25lqqnsz6fxa",
+ "fetcher": "github",
+ "repo": "olkinn/forest-blue-emacs",
+ "unstable": {
+ "version": [
+ 20160627,
+ 842
+ ],
+ "commit": "58096ce1a25615d2bae806c3775bae3e2775019d",
+ "sha256": "1qm74cfnc13wgv0c3657nd3xbgn492r24m5m2i0ipnpq49cddccf"
+ }
+ },
+ {
+ "ename": "forge",
+ "commit": "58c5ca46286712b2aa43e07bb5dcbc8b5eb321e8",
+ "sha256": "1ykpjgbi2yak9ww54wnm1gxj9zff2ggldg9msg3219r8frzjcnjv",
+ "fetcher": "github",
+ "repo": "magit/forge",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1808
+ ],
+ "deps": [
+ "closql",
+ "dash",
+ "emacsql-sqlite",
+ "ghub",
+ "let-alist",
+ "magit",
+ "markdown-mode",
+ "transient"
+ ],
+ "commit": "a60bd64056ec910fdbd1400dd8f583b8eec6145b",
+ "sha256": "1dhpsnb82mxpv3krf3apsbcirlcizw3g9gac9sfn0fad20qjwpgj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "closql",
+ "dash",
+ "emacsql-sqlite",
+ "ghub",
+ "graphql",
+ "let-alist",
+ "magit",
+ "magit-popup",
+ "markdown-mode"
+ ],
+ "commit": "f5fc99935e2059ddede9766ce4bb96d99dcd203b",
+ "sha256": "0jipyqj3r4gkdwpcy0m5ij7x510r2admi8fbzwfysqyrwahs60nv"
+ }
+ },
+ {
+ "ename": "form-feed",
+ "commit": "468503d8103766e8196e977325e3bcb696219f6b",
+ "sha256": "1abwjkzi3irw0jwpv3f584zc72my9n8iq8zp5s0354xk6iwrl1rh",
+ "fetcher": "github",
+ "repo": "wasamasa/form-feed",
+ "unstable": {
+ "version": [
+ 20160102,
+ 2253
+ ],
+ "commit": "799ca3e72b20a59a755a094b8cead57f654f3170",
+ "sha256": "0nj056x87gcpdqkgx3li5syp6wbj58a1mw2aqa48zflbqwyvs03i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "commit": "eac6724c093458745e9ae0e37221077fa2ad0ff6",
+ "sha256": "171jna631b2iqcimfsik9c66gii8nc0zdb58m077w00rn7rcxbh2"
+ }
+ },
+ {
+ "ename": "format-all",
+ "commit": "f53143ebd42ef5be793b86d50b23f0a57617d6cc",
+ "sha256": "1kmnv8ypxvgm3p79cc1wk8032fh7bl1pripys180vw89r2748qs9",
+ "fetcher": "github",
+ "repo": "lassik/emacs-format-all-the-code",
+ "unstable": {
+ "version": [
+ 20190721,
+ 1032
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "dbed2d1ea8ee9a86d6e5e5f2aab4e73aaa88e918",
+ "sha256": "1v12b067dca73qy4s3ladhrqdkhfiih1d1hkbgxh0x9q0yhci871"
+ }
+ },
+ {
+ "ename": "format-sql",
+ "commit": "085c03104aa5a809a112525547eec51100b6fb09",
+ "sha256": "0684xqzs933vj9d3n3lv7afk4gii41kaqykbb05cribaswapsanj",
+ "fetcher": "github",
+ "repo": "paetzke/format-sql.el",
+ "unstable": {
+ "version": [
+ 20150422,
+ 1333
+ ],
+ "commit": "97f475c245cd6c81a72a265678e2087cee66ac7b",
+ "sha256": "0mikksamljps1czacgqavlnzzhgs8s3f8q4jza6v3csf8kgp5zd0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "97f475c245cd6c81a72a265678e2087cee66ac7b",
+ "sha256": "0mikksamljps1czacgqavlnzzhgs8s3f8q4jza6v3csf8kgp5zd0"
+ }
+ },
+ {
+ "ename": "format-table",
+ "commit": "e307ead5e8a291cb5dfe316f3b13144e71b6a1b7",
+ "sha256": "1fwjilx0n9m8q0macq231i73zvridjfgqlhw7d1xblw4qp82rzvp",
+ "fetcher": "github",
+ "repo": "functionreturnfunction/format-table",
+ "unstable": {
+ "version": [
+ 20181223,
+ 1616
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "dfcae3a867e574577fc09a43b045889ff155b58f",
+ "sha256": "1z9l1qmv5hw7bgchi5f68nzsz9arjwsazvd6viq6k6jmjzncli6q"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "dfcae3a867e574577fc09a43b045889ff155b58f",
+ "sha256": "1z9l1qmv5hw7bgchi5f68nzsz9arjwsazvd6viq6k6jmjzncli6q"
+ }
+ },
+ {
+ "ename": "forth-mode",
+ "commit": "e46832079ee34c655835f06bf565ad5a5ab48ebd",
+ "sha256": "0j60abi5qyy94f4as90zhmkb12jdirysdbq4ajs5h91vi6gb1g3i",
+ "fetcher": "github",
+ "repo": "larsbrinkhoff/forth-mode",
+ "unstable": {
+ "version": [
+ 20170527,
+ 1930
+ ],
+ "commit": "522256d98d1a909983bcfd3ae20c65226d5929b6",
+ "sha256": "110ycl8zkimy2818rhp3hk3mn2y25m695shdsy6dwxnrv90agss6"
+ }
+ },
+ {
+ "ename": "fortpy",
+ "commit": "73b277e19f5f9f6605f3e9b7afac95152dac0599",
+ "sha256": "1nn5vx1rspfsijwhilnjhiy0mjw154ds3lwxvkpwxpchygirlyxj",
+ "fetcher": "github",
+ "repo": "rosenbrockc/fortpy-el",
+ "unstable": {
+ "version": [
+ 20150715,
+ 2032
+ ],
+ "deps": [
+ "auto-complete",
+ "epc",
+ "pos-tip",
+ "python-environment"
+ ],
+ "commit": "c614517e9396ef7a78be3b8786fbf303879cf43b",
+ "sha256": "1nqx2igxmwswjcrnzdjpx5qcjr60zjy3q9cadq5disms17wdcr6y"
+ }
+ },
+ {
+ "ename": "fortune-cookie",
+ "commit": "ab0d56626c9bf847c693b4d9ddb08acee636054f",
+ "sha256": "0xg0zk7hnyhnbhqpxnzrgqs5yz0sy6wb0n9982qc0pa6jqnl9z78",
+ "fetcher": "github",
+ "repo": "andschwa/fortune-cookie",
+ "unstable": {
+ "version": [
+ 20181223,
+ 842
+ ],
+ "commit": "6c1c08f5be83822c0b762872ab25e3dbee96f333",
+ "sha256": "0gnidiryappk9naazwv0dd3b1dyd284zkwnhy2b1z3zkc9i7awfq"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "bad99a2cd090f6646c7ee1125b95dd98744939c6",
+ "sha256": "1kiflisiabc39lxi5hcazfvcwrpasl01lqsi2sri6pyrcrjyh8mf"
+ }
+ },
+ {
+ "ename": "fraktur-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0hy2cncbgpp7ysp7qwfpj0r075rxrc77bmc70bw7hf8m1xiw124k",
+ "fetcher": "github",
+ "repo": "grettke/fraktur-mode",
+ "unstable": {
+ "version": [
+ 20160815,
+ 227
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "514baf5546aed12a0d9fa0fe66e87cdcc7843b08",
+ "sha256": "169d9j7jk3li96fkn2sr257835flkcpml24l4bmzp8j3q57a7wxw"
+ }
+ },
+ {
+ "ename": "frame-local",
+ "commit": "556179857e2b46f5a48b45e1b71cd460ffd9f7d7",
+ "sha256": "1lz4xmz67l99xbyg9gvgzl06yqh61xhr29vfhv68kq5pg5m881vs",
+ "fetcher": "github",
+ "repo": "sebastiencs/frame-local",
+ "unstable": {
+ "version": [
+ 20180330,
+ 940
+ ],
+ "commit": "7ee1106c3bcd4022f48421f8cb1ef4f995da816e",
+ "sha256": "0zfxsxdh3bd3fd566zl0byp13p5b8f4cgkwl637imvarvahczigp"
+ }
+ },
+ {
+ "ename": "frame-mode",
+ "commit": "1e83da89eeee834cc14c0b128d55ef3634f76fd0",
+ "sha256": "0ch58x07fnsx3v3r9cvcmqrqws121m8achjilhqk988hkg7y47c8",
+ "fetcher": "github",
+ "repo": "IvanMalison/frame-mode",
+ "unstable": {
+ "version": [
+ 20190710,
+ 2030
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "ae2366969927c9f89ea07c999bef382b0b47cac1",
+ "sha256": "0fr4rc6axgk98sinsmqr6zhd2ba4djijmbpkha2vs1qn31p1z4g7"
+ }
+ },
+ {
+ "ename": "frame-purpose",
+ "commit": "033bd36a2419f4521944ccbfe8ce1eb56af20472",
+ "sha256": "0mvzryfakz5g8smsg4ciaa0bs0jp692rnjbahp9vl62ml5dp62fz",
+ "fetcher": "github",
+ "repo": "alphapapa/frame-purpose.el",
+ "unstable": {
+ "version": [
+ 20190114,
+ 1403
+ ],
+ "deps": [
+ "dash",
+ "dash-functional"
+ ],
+ "commit": "78f978f13589ec5c5370187c008c8aa83e6e71b4",
+ "sha256": "0zd981jsbf8fj5a3s7agbg32f6x3s7g87jlz13msgpgmkfhpx3gx"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "dash-functional"
+ ],
+ "commit": "60778ef3c02cb09a7ccc323732c89bf374dfbffe",
+ "sha256": "0jq2aam1yvccw887ighd1wm2xkvk5bv53ffiz3crcl16a255aj4q"
+ }
+ },
+ {
+ "ename": "frame-tag",
+ "commit": "e69899b53c158903b9b147754021acf1a6136eda",
+ "sha256": "1n13xcc3ny9j9h1h4vslpjl6k9mqksr73kgmqrmkq301p8zps94q",
+ "fetcher": "github",
+ "repo": "liangzan/frame-tag.el",
+ "unstable": {
+ "version": [
+ 20170111,
+ 6
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "73d6163568c7d32952175e663318b872f995a4e5",
+ "sha256": "1ks8qw1vq30mjp7bpgrk3f11jhm9viibiap6zjk8r5rykjzl1ifv"
+ }
+ },
+ {
+ "ename": "frames-only-mode",
+ "commit": "1e628416ad9420b3ac5bbfacf930a86d98958ac8",
+ "sha256": "17p04l16ghz9kk096xk37yjpi4rmla86gp7c8ysjf6q6nyh0608h",
+ "fetcher": "github",
+ "repo": "davidshepherd7/frames-only-mode",
+ "unstable": {
+ "version": [
+ 20190524,
+ 1439
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "ce55b3ad3b3cb4c4253a0172bb8e9461814b2d64",
+ "sha256": "1sw1s2k4wch32h5r0z6bfyiw4qcwjz93lq36ix17r968r505djc2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "5a2947d797a5d6f74d3a9c97f8c0ab6cff115b28",
+ "sha256": "0y0sdjixaxvywrlp2sw51wnczhk51q1svl5aghbk9rkxpwv9ys9v"
+ }
+ },
+ {
+ "ename": "frameshot",
+ "commit": "e5cfaa4b5fda97054d45691fad9d79b559f2df14",
+ "sha256": "1z5f988m9s25miyxbhaxk6m4af9afvblb2p5mdidva04szjklr70",
+ "fetcher": "github",
+ "repo": "tarsius/frameshot",
+ "unstable": {
+ "version": [
+ 20181219,
+ 2100
+ ],
+ "commit": "d0b76e4a5d9d112690bf27155f7c34a1ae5548b4",
+ "sha256": "149v1lxxl6kz0pwb68x65vj0fghrsfyir00qrcsl90vc5yp76ra3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "commit": "3830aae976603ff4e41e09fdca7554594075694c",
+ "sha256": "1sbxr78gl822gl0ky7iz1wb558ch9gp7igg4aq63gjlq6wfx2v93"
+ }
+ },
+ {
+ "ename": "framesize",
+ "commit": "c53062af16b26b6f64bd63fa62d7e9db264768f3",
+ "sha256": "1rwiwx3n7gkpfihbf6ndl1lxza4zi2rlj5av6lfp5qypbw9wddkf",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-framesize",
+ "unstable": {
+ "version": [
+ 20131017,
+ 2132
+ ],
+ "deps": [
+ "key-chord"
+ ],
+ "commit": "f2dbf5d2513b2bc45f2085370a55c1754b6025da",
+ "sha256": "11h9xw6jnw7dacyv1jch2a77xp7hfb93690m7hhazy6l87xmm4dk"
+ }
+ },
+ {
+ "ename": "frecency",
+ "commit": "d7a6e855d01e0b1c9a23c006af67c487719c50bd",
+ "sha256": "033zhzwvh23igfqxbiy68cq6i1wflna19pbg81r0hh9kcfg2afpa",
+ "fetcher": "github",
+ "repo": "alphapapa/frecency.el",
+ "unstable": {
+ "version": [
+ 20170909,
+ 631
+ ],
+ "deps": [
+ "a",
+ "dash"
+ ],
+ "commit": "31ef9ff4af1a4fed3dcc24ea74037feea8795c87",
+ "sha256": "051aihjdg3x22svaxhwylpi8i6s2x9j8syvsj1jgilgjjdy15l6j"
+ }
+ },
+ {
+ "ename": "free-keys",
+ "commit": "55067e899ba618d4394ad9657322c92a667a0774",
+ "sha256": "0j9cfgy2nkbska4lm5z32p804i9n8pdgn50bs5zzk1ilwd5vbalj",
+ "fetcher": "github",
+ "repo": "Fuco1/free-keys",
+ "unstable": {
+ "version": [
+ 20160726,
+ 2050
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "edfd69dc369b2647447b7c28c7c1163b1ddf45b4",
+ "sha256": "0xgifa7s9n882f9ymyyz9gc11xfbj3vfpnxiq1fqfm5hmwx9pwbc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "edfd69dc369b2647447b7c28c7c1163b1ddf45b4",
+ "sha256": "0xgifa7s9n882f9ymyyz9gc11xfbj3vfpnxiq1fqfm5hmwx9pwbc"
+ }
+ },
+ {
+ "ename": "freeradius-mode",
+ "commit": "a93de3f3933441b94303cd6dd25dabbade04dcc5",
+ "sha256": "1lk7px2v5rpfg7kakqcsg31pg69pk64x9j0j9bjwpkxc49bnk1w2",
+ "fetcher": "github",
+ "repo": "VersBinarii/freeradius-mode",
+ "unstable": {
+ "version": [
+ 20190401,
+ 1743
+ ],
+ "commit": "cf8bf0359cf6c77848facbd24b764b3e111b4c2d",
+ "sha256": "0ggkflx4lhyxqr7sgf1f3z0i3glmqyvl4bn16clh9ybl14q22rli"
+ }
+ },
+ {
+ "ename": "fringe-current-line",
+ "commit": "eaaa6f7f2f753a7c8489415ae406c4169eda9fa8",
+ "sha256": "125yn0wbrrxrmdn7qfxj0f4538sb3xnqb3r2inz3gpblc1vxnqb8",
+ "fetcher": "github",
+ "repo": "kyanagi/fringe-current-line",
+ "unstable": {
+ "version": [
+ 20140111,
+ 411
+ ],
+ "commit": "0ef000bac76abae30601222e6f06c7d133ab4942",
+ "sha256": "0zwlnzbi91hkfz1jgj9s9pxwi21s21cwp6psdm687wj2a3wy4231"
+ }
+ },
+ {
+ "ename": "fringe-helper",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1i5wra4j0rvrsl9vbg7fzga8cadw43ka2rwdj1m11wq8m3cs8g7m",
+ "fetcher": "github",
+ "repo": "nschum/fringe-helper.el",
+ "unstable": {
+ "version": [
+ 20140620,
+ 2109
+ ],
+ "commit": "ef4a9c023bae18ec1ddd7265f1f2d6d2e775efdd",
+ "sha256": "0ra9rc53l1gvkqank8apasl3r7wz2yfjrcvmfk3wpxhh24ppxv9d"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "0f10a196c6e57222b8d4c94eafc40a96e7b20f1b",
+ "sha256": "1c3yx9j3q8fkfiay4nzcabsq9i4ydqf6vxk8vv80h78gg9afrzrj"
+ }
+ },
+ {
+ "ename": "frog-jump-buffer",
+ "commit": "8dbb470b4041c58650088b0a1d8af8bac498a573",
+ "sha256": "0nd59k8jnry2w3c32ww3494fnsqp01q570508bwqmg203lksdwf9",
+ "fetcher": "github",
+ "repo": "waymondo/frog-jump-buffer",
+ "unstable": {
+ "version": [
+ 20190810,
+ 1749
+ ],
+ "deps": [
+ "avy",
+ "dash",
+ "frog-menu"
+ ],
+ "commit": "2d7b342785ae27d45f5d252272df6eb773c78e20",
+ "sha256": "1z00by8hiss1r2lwmzrl8pnz6jykia2849dqqm4l3z5rf6lwvc0f"
+ }
+ },
+ {
+ "ename": "fsbot-data-browser",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "14d4d8lasvgj520rmqgnzk6mi16znzcdvja9p8164fr9l41wnzgd",
+ "fetcher": "github",
+ "repo": "Benaiah/fsbot-data-browser",
+ "unstable": {
+ "version": [
+ 20160921,
+ 1533
+ ],
+ "commit": "6bca4f7de63e31839d2542f6c678b79931dec344",
+ "sha256": "0lvpgfp89sz6f6rn576g1g88s0q3ibj5ghydjwfcg9w6h7vx5b5s"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "6bca4f7de63e31839d2542f6c678b79931dec344",
+ "sha256": "0lvpgfp89sz6f6rn576g1g88s0q3ibj5ghydjwfcg9w6h7vx5b5s"
+ }
+ },
+ {
+ "ename": "fsharp-mode",
+ "commit": "dc45611e2b629d8bc5f74555368f964420b79541",
+ "sha256": "07pkj30cawh0diqhrp3jkshgsd0i3y34rdnjb4af8mr7dsbsxb6z",
+ "fetcher": "github",
+ "repo": "rneatherway/emacs-fsharp-mode-bin",
+ "unstable": {
+ "version": [
+ 20190609,
+ 1317
+ ],
+ "deps": [
+ "company",
+ "company-quickhelp",
+ "dash",
+ "flycheck",
+ "popup",
+ "pos-tip",
+ "s"
+ ],
+ "commit": "e2a63296681d65969d9c21144a22c6fd2f9dd57d",
+ "sha256": "0llv82jhfmxnblhihnc07z343780dsd2167xjm4vrpcqvlpp50g8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 9,
+ 14
+ ],
+ "deps": [
+ "company",
+ "company-quickhelp",
+ "dash",
+ "flycheck",
+ "popup",
+ "pos-tip",
+ "s"
+ ],
+ "commit": "e2a63296681d65969d9c21144a22c6fd2f9dd57d",
+ "sha256": "0llv82jhfmxnblhihnc07z343780dsd2167xjm4vrpcqvlpp50g8"
+ }
+ },
+ {
+ "ename": "fstar-mode",
+ "commit": "c58ace42342c3d3ff5a56d86a16206f2ecb45f77",
+ "sha256": "1kwa6gqh91265vpp4gcady2brkizfkfjj0gnya9lar6x7rn4gj7s",
+ "fetcher": "github",
+ "repo": "FStarLang/fstar-mode.el",
+ "unstable": {
+ "version": [
+ 20190626,
+ 1238
+ ],
+ "deps": [
+ "company",
+ "company-quickhelp",
+ "dash",
+ "flycheck",
+ "quick-peek",
+ "yasnippet"
+ ],
+ "commit": "ddb653cb3d6ba6568ffaf531ca57c9ea3e7498f5",
+ "sha256": "0mr48y24p81srv2m4glif1d7iy6i7jpx98lbv9577xry22d3vvhb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 4,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "3a9be64827bbed8e34d38803b5c44d8d4f6cd688",
+ "sha256": "0manmkd66355g1fw2q1q96ispd0vxf842i8dcr6g592abrz5lhi7"
+ }
+ },
+ {
+ "ename": "fuel",
+ "commit": "1e2a0e4698d4e71ec28656594f6a83504a823490",
+ "sha256": "08hzzg5dhqkl5c5lfhwcwmx8m8z3k1nxshn2wlpqf5gch8f2nj6z",
+ "fetcher": "github",
+ "repo": "factor/factor",
+ "unstable": {
+ "version": [
+ 20190611,
+ 1350
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2f2cb869f19e1ab10931a2228ad02b2cfbf8fc0e",
+ "sha256": "1pg1i85cx1zk10k333qzmc8i9dmry7nz6h57p13ysa7pnyi6d521"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 98
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "7999e72aecc3c5bc4019d43dc4697f49678cc3b4",
+ "sha256": "0d8zs78xnk1wqh821hs8zyjv9lphj2xmxclnr969y1d9axcblaxj"
+ }
+ },
+ {
+ "ename": "fuff",
+ "commit": "4d0fc6d19559a9ea1bb7fce0c26a2dd65fc71603",
+ "sha256": "080a2lz6mv629c68z44qrrww080gy2iggfzajdq54rr8i23y14vf",
+ "fetcher": "github",
+ "repo": "joelmo/fuff",
+ "unstable": {
+ "version": [
+ 20170202,
+ 1503
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "278e849913df87bd8756c59382282d87474802c3",
+ "sha256": "12s25c0abvghkhfbxcf77d2dc20y3xn9df7mfk8mkfwnlwdss2ga"
+ }
+ },
+ {
+ "ename": "full-ack",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "09ikhyhpvkcl6yl6pa4abnw6i7yfsx5jkmzypib94w7khikvb309",
+ "fetcher": "github",
+ "repo": "nschum/full-ack",
+ "unstable": {
+ "version": [
+ 20140223,
+ 1732
+ ],
+ "commit": "761d846e105b150f8e6d13d7a8983f0248313a45",
+ "sha256": "0bjny4ryrs788myhiaf3ir99vadf2v4swa5gkz9i36a7j6wzpgk5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "0aef4be1686535f83217cafb1524818071bd8325",
+ "sha256": "0c3w3xs2jbdqgsqw0qmdbwii6p395qfznird4gg0hfr7lby2kmjq"
+ }
+ },
+ {
+ "ename": "fullframe",
+ "commit": "13d1dc5c39543b65c6bb4150c3690211872c00dc",
+ "sha256": "08sh8lmb6g8asv28fcb36ilcn0ka4fc6ka0pnslid0h4c32fxp2a",
+ "fetcher": "github",
+ "repo": "tomterl/fullframe",
+ "unstable": {
+ "version": [
+ 20170816,
+ 1003
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d6a5217f7f2a5a5edcb75140f3fa69b3a50f1cdd",
+ "sha256": "0m43qnhp6ibsskpjkxc86p3lrjsjc0ndqml3lbd65s79x4x7i3fi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d6a5217f7f2a5a5edcb75140f3fa69b3a50f1cdd",
+ "sha256": "0m43qnhp6ibsskpjkxc86p3lrjsjc0ndqml3lbd65s79x4x7i3fi"
+ }
+ },
+ {
+ "ename": "function-args",
+ "commit": "80688d85a34b77783140ad2b8a47ef60c762b084",
+ "sha256": "13yfscr993pll5yg019v9dwy71g123a166w114n2m78h0rbnzdak",
+ "fetcher": "github",
+ "repo": "abo-abo/function-args",
+ "unstable": {
+ "version": [
+ 20171031,
+ 1704
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "609b25305670fff08d5e357298e7128e4f4e3497",
+ "sha256": "1xymwk42n2l7c7iaigz23i4l580qpjgq8nqhgr4mnw6invdsgg2c"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 0
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "0b07db81c0c1fa88d1ec763219ee57640858f79d",
+ "sha256": "0lg9bhwn3za4jvz38zld389gdl48qf34nqqqrzj0r119g1jqdrg1"
+ }
+ },
+ {
+ "ename": "fuo",
+ "commit": "25fb625becf7f582d2a8d53726d6f01d9ea89ecc",
+ "sha256": "02mvgz2cxrdn5kp5dw0c57rl5nfavqli5yqbxczmbsih164ljdxf",
+ "fetcher": "github",
+ "repo": "cosven/emacs-fuo",
+ "unstable": {
+ "version": [
+ 20190812,
+ 927
+ ],
+ "commit": "0e4122f94a336a50c02bc96652d25ac3d74bedeb",
+ "sha256": "1cv30sgjngnl0274viaf42dw9sr0v1kdw31na7lzznqx6q8laz47"
+ }
+ },
+ {
+ "ename": "furl",
+ "commit": "0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f",
+ "sha256": "1z3yqx95qmvpi6vkkgcwvkmw96s24h8ssd5gc06988picw6vj76f",
+ "fetcher": "github",
+ "repo": "nex3/furl-el",
+ "unstable": {
+ "version": [
+ 20150509,
+ 316
+ ],
+ "commit": "014438271e0ef27333dfcd599cb247f12a20d870",
+ "sha256": "0wrmbvx0risdjkaxqmh4li6iwvg4635cdpjvw32k2wkdsyn2dlsb"
+ }
+ },
+ {
+ "ename": "futhark-mode",
+ "commit": "97210774b450b7611d2bfdf36e04a425835d86b9",
+ "sha256": "1sck984a8m0i9n07jnhpnin6k060756g73ix34ghzd65j5f0pvlw",
+ "fetcher": "github",
+ "repo": "diku-dk/futhark-mode",
+ "unstable": {
+ "version": [
+ 20190724,
+ 2151
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f7b674b549f19a0cf936fe56ddeac4502c7b980d",
+ "sha256": "1i6hhpdz5pyv07jr3wikrajnw270fm27nmrji2rz31z8b20nn4z0"
+ }
+ },
+ {
+ "ename": "fuzzy",
+ "commit": "9e0197df173fbd7ec1e7e35c47476fcf2aaa483f",
+ "sha256": "1hwdh9bx4g4vzzyc20vdwxsii611za37kc9ik40kwjjk62qmll8h",
+ "fetcher": "github",
+ "repo": "auto-complete/fuzzy-el",
+ "unstable": {
+ "version": [
+ 20150730,
+ 337
+ ],
+ "commit": "534d723ad2e06322ff8d9bd0ba4863d243f698e7",
+ "sha256": "0rzp8c2164w775ggm2fs4j5dz33vqcah84ysp81majirwfql1niv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "939f4e9a3f08d83925b41dd3d23b2321f3f6b09c",
+ "sha256": "1g7my9ha5cnwg3pjwa86wncg5gphv18xpnpmj3xc3vg7z5m45rss"
+ }
+ },
+ {
+ "ename": "fvwm-mode",
+ "commit": "ac39130f8a031d6fe7df4411a5f94f2cdf652449",
+ "sha256": "07y32cnp4qfhncp7s24gmlxljdrj5miicinfaf4gc7hihb4bkrkb",
+ "fetcher": "github",
+ "repo": "theBlackDragon/fvwm-mode",
+ "unstable": {
+ "version": [
+ 20160411,
+ 1138
+ ],
+ "commit": "6832a1c1f68bf6249c3fd6672ea8e27dc7a5c79e",
+ "sha256": "03zmk4v259pqx7gkwqq95lccn78rwmh7iq5j0d5jj4jf9h39rr20"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6,
+ 4
+ ],
+ "commit": "d48a309bb7db21f5404b6619c6ee861fe0457704",
+ "sha256": "0c3g0yfclczdh6nxmg9lljjf288zibqy51bhh1b1cgdmxcbpg8bv"
+ }
+ },
+ {
+ "ename": "fwb-cmds",
+ "commit": "fe40cdeb5e19628937820181479897acdad40200",
+ "sha256": "0wnjvi0v0l2h1mhwlsk2d8ggwh3nk7pks48l55gp18nmj00jxycx",
+ "fetcher": "github",
+ "repo": "tarsius/fwb-cmds",
+ "unstable": {
+ "version": [
+ 20180318,
+ 2219
+ ],
+ "commit": "90258a5c7dbbaa2ac227e0fb4ff6c7d5aec3628f",
+ "sha256": "1xwvv8wjgdaz96v1x1xc5w697bfvcanlcixd0n5qbx6ryakqrb72"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "90258a5c7dbbaa2ac227e0fb4ff6c7d5aec3628f",
+ "sha256": "1xwvv8wjgdaz96v1x1xc5w697bfvcanlcixd0n5qbx6ryakqrb72"
+ }
+ },
+ {
+ "ename": "fxrd-mode",
+ "commit": "796eb6b2126ec616c0de6af6abb7598900557c12",
+ "sha256": "17zimg64lqc1yh9gnp5izshkvviz996aym7q6n9p61a4kqq37z4r",
+ "fetcher": "github",
+ "repo": "msherry/fxrd-mode",
+ "unstable": {
+ "version": [
+ 20170728,
+ 1801
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "18a603474abb5a786a8d9f20c283d5f7beed3540",
+ "sha256": "1yprlpxxh7bbxg8filgb00lqqlavbz03h7hqf4280aiypkwi0y86"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "795b969346982b75e24b5c8619b46197982fbb4d",
+ "sha256": "0aha13vqj6ygyr7bflrxll837g4z6wrmrhh5rhcd0vphqg70frgn"
+ }
+ },
+ {
+ "ename": "fyure",
+ "commit": "27f4188f460060277ad2f5422bc2bde8e6fd3ff3",
+ "sha256": "0k5z2xqlrzp5lyvp2lr462x38kqdmqld845bvyvkfjd2k4yri71x",
+ "fetcher": "github",
+ "repo": "mooz/fyure",
+ "unstable": {
+ "version": [
+ 20130216,
+ 1314
+ ],
+ "commit": "b6977f1eb148e8b63259f7233b55bb050e44d9b8",
+ "sha256": "08x5li0mshrlamr7vswy7xh358bqhh3pngjr4ckswfi0l2r5fjbd"
+ }
+ },
+ {
+ "ename": "fzf",
+ "commit": "1671e17c99ef1932c6a2e83fc4fa2e4eb6674bc8",
+ "sha256": "0jjzm1gq85fx1gmj6nqaijnjws9bm8hmk40ws3x7fmsp41qq5py0",
+ "fetcher": "github",
+ "repo": "bling/fzf.el",
+ "unstable": {
+ "version": [
+ 20180619,
+ 145
+ ],
+ "commit": "521d18933cb586337c4e34281bdc71ac07202c98",
+ "sha256": "0fpzjslbhhwvs4nh5dxj9cyxyiw6n8qmg76mvq73k5mc8pk7d4ir"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "383a050920e9b99d37c21d041deb7f38b202485c",
+ "sha256": "14drm6b6rxbcdilcms1jlqyrqbipcqbdil6q06ni9pgafi7xp8hz"
+ }
+ },
+ {
+ "ename": "gams-ac",
+ "commit": "ca2681b39ac5a985c2f70b4b84ee3c10af1a7ca4",
+ "sha256": "03w9ffscwaaspwxmrqhrfws0qjk3xxzz63k5wkrhx37899w75qha",
+ "fetcher": "github",
+ "repo": "ShiroTakeda/gams-ac",
+ "unstable": {
+ "version": [
+ 20180423,
+ 926
+ ],
+ "deps": [
+ "auto-complete",
+ "gams-mode"
+ ],
+ "commit": "66d04ff36033f54205c19bc1d893e926d4dbf02e",
+ "sha256": "1hjbzwgzwqwpyfm8db1r1q14bbk42hrl5469gqfzjq0423wy7szw"
+ }
+ },
+ {
+ "ename": "gams-mode",
+ "commit": "c895a716636b00c2a158d33aab18f664a8601833",
+ "sha256": "0hx9mv4sqskz4nn7aks64hqd4vn3m7b34abzhy9bnmyw6d5zzfci",
+ "fetcher": "github",
+ "repo": "ShiroTakeda/gams-mode",
+ "unstable": {
+ "version": [
+ 20181112,
+ 601
+ ],
+ "commit": "210bd355dd2075bde3fd76c880aa489a25a54cb5",
+ "sha256": "1xvga0hjwcjvz9vpdn2pxq84wp6f3hrq8g55hhpr4gqxx7yg1bwj"
+ },
+ "stable": {
+ "version": [
+ 6,
+ 5
+ ],
+ "commit": "3022e9f8411628e6a210fb5843d858b15a7513f5",
+ "sha256": "06hc8yy1g2vyvib8yrhwzs8fvgxnrxlw6iyzi7phjp9fgr3cp504"
+ }
+ },
+ {
+ "ename": "gandalf-theme",
+ "commit": "4354bbc1ec16783dd286d69fd6e4682ae63e28f9",
+ "sha256": "0wkmsg3pdw98gyp3q508wsqkzw821qsqi796ynm53zd7a4jfap4p",
+ "fetcher": "github",
+ "repo": "ptrv/gandalf-theme-emacs",
+ "unstable": {
+ "version": [
+ 20130809,
+ 947
+ ],
+ "commit": "4e472fc851431458537d458d09c1f5895e338536",
+ "sha256": "0sn3y1ilbg532mg941qmzipvzq86q31x86ypaf0h0m4015r7l59v"
+ }
+ },
+ {
+ "ename": "gap-mode",
+ "commit": "83ec19a4ebac6b2d0fd84939b393848f82620978",
+ "sha256": "07whab3gi4b8gsvy5ijmjnj700lw0rm3bnr1769byhnpi7qpqin2",
+ "fetcher": "bitbucket",
+ "repo": "gvol/gap-mode",
+ "unstable": {
+ "version": [
+ 20180809,
+ 445
+ ],
+ "commit": "00f251070b10ba72d0548955ca125498fcaaf40c",
+ "sha256": "0rk5smpzpdqzpmb5cp2l40042i51z3f40fkd3hma40id0ql2gy2w"
+ }
+ },
+ {
+ "ename": "gather",
+ "commit": "595e40c7102294684badf86deb72d86bbc3c1426",
+ "sha256": "1f0cqqp1a7w8g1pfvzxxb0hjrxq4m79a4n85dncqj2xhjxrkm0xk",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-gather",
+ "unstable": {
+ "version": [
+ 20141230,
+ 1338
+ ],
+ "commit": "50809fbc22d70a1c724c2dd99ac5a1f818ffeb6b",
+ "sha256": "0j0dg7nl9kmanayvw0712x5c5x9h48qmqdsyi0pijvgmv8l5slg5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "303af57dd2ae0fc1363a3d1a84d475167f58c84a",
+ "sha256": "1q9bz294bc6bplwfrfzsczh444v9152wv7zm2l1pcpwv8n8581p6"
+ }
+ },
+ {
+ "ename": "gcmh",
+ "commit": "e478bee9aade9cdac22f9935b937978f3a3e1d3c",
+ "sha256": "0h5l02k01dv74n04ybnm1416dfhr5sm3h3maq0pypxqdfz1anhsg",
+ "fetcher": "gitlab",
+ "repo": "koral/gcmh",
+ "unstable": {
+ "version": [
+ 20190807,
+ 2023
+ ],
+ "commit": "f542908b9ae4405d70fa70f42bd62618c5de4b95",
+ "sha256": "0mpi6x06kg5a7dr13q69irv58j3rda62fbscm5b7d1b9vlp4vcqi"
+ }
+ },
+ {
+ "ename": "gdscript-mode",
+ "commit": "52f99eafb2e80a7fa13a98add98b03a147f35e8b",
+ "sha256": "0v4ab5xxpq1kya2is5qq61fmfgxgvbigyz7wp907z3mc00kg2818",
+ "fetcher": "github",
+ "repo": "AdamBark/gdscript-mode",
+ "unstable": {
+ "version": [
+ 20180118,
+ 456
+ ],
+ "commit": "31af5283eaec207bc864022a28e2824132471eaf",
+ "sha256": "0f24zsklkhhvj6qdyid2j1qcyhjnncxjma93zhr0klvn5j1z3aar"
+ }
+ },
+ {
+ "ename": "geben",
+ "commit": "6f8648609e160f7dcefe4a963e8b00475f2fff78",
+ "sha256": "1ai1qcx76m8xh80c8zixq9cqbhnqmj3jk3r7lj3ngbiwx4pnlnwf",
+ "fetcher": "github",
+ "repo": "ahungry/geben",
+ "unstable": {
+ "version": [
+ 20170801,
+ 1251
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ec3f5e9376cf1ea5615990bd8c212543d57f033b",
+ "sha256": "0860nnarbm76jp40v7p5d2wdnq12p03paiw17g3h5p27wnaj611d"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "003abd23a7468daa133dfbc7ef85d0d61a0410dc",
+ "sha256": "15ck23xv3dz9i4w5xd9lkg0c6rlsyxdz465xrpkr77fq9qw0c4dg"
+ }
+ },
+ {
+ "ename": "geben-helm-projectile",
+ "commit": "b7d28c45304a69e6ca78b3d00df2563171c027ee",
+ "sha256": "11zhapys6wx2cadflvjimsmilwvjpfd4ihwzzmap8shxpyllsq9r",
+ "fetcher": "github",
+ "repo": "ahungry/geben-helm-projectile",
+ "unstable": {
+ "version": [
+ 20160611,
+ 59
+ ],
+ "deps": [
+ "geben",
+ "helm-projectile"
+ ],
+ "commit": "31ce0faca5dcc71924884f03fd5a7a25d00ccd9b",
+ "sha256": "0a1srhwfbgkvndjfi9irg5s6snlxyqrw1vwyqg1sn8aqnbpgib04"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "geben",
+ "helm-projectile"
+ ],
+ "commit": "31ce0faca5dcc71924884f03fd5a7a25d00ccd9b",
+ "sha256": "0a1srhwfbgkvndjfi9irg5s6snlxyqrw1vwyqg1sn8aqnbpgib04"
+ }
+ },
+ {
+ "ename": "geeknote",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "03q0ca8m110qw8wczyyx94gwqymwnmamahw30j7fqkq6ry19yqsm",
+ "fetcher": "github",
+ "repo": "avendael/emacs-geeknote",
+ "unstable": {
+ "version": [
+ 20160717,
+ 1249
+ ],
+ "commit": "8ed607c76864afcc9c338972ab093caf4501cbf8",
+ "sha256": "1dadsyvkzf0rg6immjdjkb0k7iaqh3hm1w9qhap94j54j7v75w2q"
+ }
+ },
+ {
+ "ename": "geiser",
+ "commit": "67dc8d6e33f3522043f96761b23ea68c9c27084e",
+ "sha256": "1g7z6c3lfa7slwrxk7q8awqs39qibcv2kc4c2fwlwvgbcfhkw085",
+ "fetcher": "gitlab",
+ "repo": "jaor/geiser",
+ "unstable": {
+ "version": [
+ 20190806,
+ 149
+ ],
+ "commit": "8f801fbf01586e33bcf0060bd1d3172d4afb48cf",
+ "sha256": "0cxd8zjgzkxjsgv1wfb6afc75brvs6hal7if31cj5ip7z38qzksx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 10
+ ],
+ "commit": "775d1d734a677274fbbf4af780592bb3768d3f9b",
+ "sha256": "086qlii1w7sqxwnxwxvc4d6d71p829jabhgwvi0l0bjkxn7bx8pq"
+ }
+ },
+ {
+ "ename": "general",
+ "commit": "d86383b443622d78f6d8ff7b8ac74c8d72879d26",
+ "sha256": "104ywsfylfymly64p1i3hsy9pnpz3dkpmcq1ygafnld8zjd08gpc",
+ "fetcher": "github",
+ "repo": "noctuid/general.el",
+ "unstable": {
+ "version": [
+ 20190719,
+ 140
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1907358fed4ad1ee61fb2a2e1a353b27822a3edd",
+ "sha256": "1v3645sgpr5i7alh08ik2dmlc3bl6idpfgdgf8763l7x8r41wa55"
+ }
+ },
+ {
+ "ename": "genrnc",
+ "commit": "dd2d908ba5fa96d90643091573939e54d9165aaa",
+ "sha256": "1nwbdscl0yh9j1n421can93m6s8j9dkyb3xmpampr6x528g6z0lm",
+ "fetcher": "github",
+ "repo": "aki2o/emacs-genrnc",
+ "unstable": {
+ "version": [
+ 20140612,
+ 1237
+ ],
+ "deps": [
+ "concurrent",
+ "deferred",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "da75b1966a73ad215ec2ced4522c25f4d0bf1f9a",
+ "sha256": "08cw1fa25kbhbq2sp1cpn90bz38i9hjfdj93xf6wvki55b52s0nn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "concurrent",
+ "deferred",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "da75b1966a73ad215ec2ced4522c25f4d0bf1f9a",
+ "sha256": "08cw1fa25kbhbq2sp1cpn90bz38i9hjfdj93xf6wvki55b52s0nn"
+ }
+ },
+ {
+ "ename": "german-holidays",
+ "commit": "bf5b3807ff989b13f95e8d6fad2f26a42ff0643c",
+ "sha256": "0fgrxdgyl6va6axjc5l4sp90pyqaz5zha1g73xyhbxblshm5dwxn",
+ "fetcher": "github",
+ "repo": "rudolfochrist/german-holidays",
+ "unstable": {
+ "version": [
+ 20181213,
+ 644
+ ],
+ "commit": "a8462dffccaf2b665f2032e646b5370e993a386a",
+ "sha256": "1rf8p42pl7jmmdiibfcamlbr3kg6kslffv8vbpwn20xm2ii13rxz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "8388b3bf5b5c38f9b9fcc9216ca26ef0640c6edc",
+ "sha256": "0344w4sbd6wlgl13j163v0hzjw9nwhvpr5s7658xsdd90wp4i701"
+ }
+ },
+ {
+ "ename": "gerrit-download",
+ "commit": "18725e799efd1694ff2397b6c877f926ac5f4ce8",
+ "sha256": "1rlz0iqgvr8yxnv5qmk29xs1jwf0g0ckzanlyldcxvs7n6mhkjjp",
+ "fetcher": "github",
+ "repo": "chmouel/gerrit-download.el",
+ "unstable": {
+ "version": [
+ 20150714,
+ 1408
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "d568acc7c5935188c9bc19ba72719a6092d9f6fd",
+ "sha256": "1ch8yp0mgk57x0pny9bvkknsqj27fd1rcmpm9s7qpryrwqkp1ix4"
+ }
+ },
+ {
+ "ename": "gf",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "0vk866gy97zk8dbx48azjlpnrnf0snc50zlhbzv1is97d9frjici",
+ "fetcher": "github",
+ "repo": "GrammaticalFramework/gf-emacs-mode",
+ "unstable": {
+ "version": [
+ 20181028,
+ 1542
+ ],
+ "deps": [
+ "ht",
+ "s"
+ ],
+ "commit": "30b3127f229e0db522c7752f6957ca01b2ea2821",
+ "sha256": "1znskia2rvmpag8hs4z8d4m1yzn90ibaab94xd9qyk40f53nk4nl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "deps": [
+ "ht",
+ "s"
+ ],
+ "commit": "49fa46db67634530499be969ffd3c436a22d4404",
+ "sha256": "0q234wzzmq1r53dv7z798liwkcbpnvc8mnxvkyfxd94f6za9ylgz"
+ }
+ },
+ {
+ "ename": "ggo-mode",
+ "commit": "e055994c3c3042eab11f11ec916ad5b56689809f",
+ "sha256": "1403x530n90jlfz3lq2vfiqx84cxsrhgs6hhmniq960cjj31q35p",
+ "fetcher": "github",
+ "repo": "mkjunker/ggo-mode",
+ "unstable": {
+ "version": [
+ 20130524,
+ 1143
+ ],
+ "commit": "e326899d9ed8217c7a4ea6cfdc4dd7aea61d6c1b",
+ "sha256": "0bwjiq4a4f5pg0ngvc3lmkk7aki8n9zqfa1dym0lk4vy6yfhcbhp"
+ },
+ "stable": {
+ "version": [
+ 20130521
+ ],
+ "commit": "ea5097f87072309c7b77204888d459d084bf630f",
+ "sha256": "1m9ra9qp7bgf6anfqyn56n3xa9a25ran10k9wd355qknd5skq1zz"
+ }
+ },
+ {
+ "ename": "ggtags",
+ "commit": "b158bb1bc2fbe3de61a6b21174eac7b1457edda2",
+ "sha256": "1cmry4knxbx9257ivhfxsd09z07z3g3wjihi99nrwmhb9h4mpqyw",
+ "fetcher": "github",
+ "repo": "leoliu/ggtags",
+ "unstable": {
+ "version": [
+ 20190320,
+ 2208
+ ],
+ "commit": "4d9000034d352cd983ae6626f560e434d0b3e9ca",
+ "sha256": "1h89prfxdr50drsira3qqvh1mb7v09p4w8jpb7aapq2jl5fl2knc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 13
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "17a121af1b375a6a5c5acec52f2ffd2b9715d244",
+ "sha256": "10hryphjjyi13gvk8sy8r5y7nvs0hbw8ycjqj9snai0c1f9xrdsa"
+ }
+ },
+ {
+ "ename": "gh",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1141l8pas3m755yzby4zsan7p81nbnlch3kj1zh69qzjpgqp30c0",
+ "fetcher": "github",
+ "repo": "sigma/gh.el",
+ "unstable": {
+ "version": [
+ 20180308,
+ 2138
+ ],
+ "deps": [
+ "logito",
+ "marshal",
+ "pcache"
+ ],
+ "commit": "f029fc11f345ef04ab62ee91c38657e29c462fea",
+ "sha256": "1rgdpi8ld5hi2rp30p8sxbrl6z95nvq80jfp3zsr7cmsniwz0vv3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 10,
+ 0
+ ],
+ "deps": [
+ "logito",
+ "pcache"
+ ],
+ "commit": "d0471dd1ba279072cbf8caf6368f3008d7120f25",
+ "sha256": "099msgsxdqyjrd18jv2mfkpaylp2scq18782354lcpr3fbp8vbsl"
+ }
+ },
+ {
+ "ename": "gh-md",
+ "commit": "2794e59d5fea812ce5b376d3d9609f50f6bca40e",
+ "sha256": "0b72fl1hj7gkqlqrr8hklq0w3ryqqqfn5qpb7a9i6q0vh98652xm",
+ "fetcher": "github",
+ "repo": "emacs-pe/gh-md.el",
+ "unstable": {
+ "version": [
+ 20151207,
+ 1740
+ ],
+ "commit": "693cb0dcadff70e813e1a9d303d227aff7898557",
+ "sha256": "0g3bjpnwgqczw6ddh4mv7pby0zyqzqgywjrjz2ib6hwmdqzyp1s0"
+ }
+ },
+ {
+ "ename": "ghc",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "02nc7a9khqpd4ca2snam8dq72m53q8x7v5awx56bjq31z6vcmav5",
+ "fetcher": "github",
+ "repo": "DanielG/ghc-mod",
+ "unstable": {
+ "version": [
+ 20180121,
+ 1218
+ ],
+ "deps": [
+ "haskell-mode"
+ ],
+ "commit": "391e187a5dfef4421aab2508fa6ff7875cc8259d",
+ "sha256": "1z142vgv72yfly7nyknzlcpm51sx5zqi26by3c7g68dbb4dxhq57"
+ },
+ "stable": {
+ "version": [
+ 5,
+ 8,
+ 0,
+ 0
+ ],
+ "deps": [
+ "haskell-mode"
+ ],
+ "commit": "35690941aadbe44d9401102ab44a39753e0bb2b5",
+ "sha256": "0fcaxj2lhkhkm2h91d9fdqas2b99wblwl74l2y6ckpf05hrc4w1q"
+ }
+ },
+ {
+ "ename": "ghc-imported-from",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "063kbymk4r1yrg5ks660d2byrnia6gs6nimjzrvqfi2ib1psc7jc",
+ "fetcher": "github",
+ "repo": "david-christiansen/ghc-imported-from-el",
+ "unstable": {
+ "version": [
+ 20141124,
+ 1932
+ ],
+ "commit": "fcff08628a19f5d26151564659218cc677779b79",
+ "sha256": "1ywwyc2kz1c1s26c412nmzh55cinh84cfiazyyi3jsy5zzwhrbhi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "commit": "fcff08628a19f5d26151564659218cc677779b79",
+ "sha256": "1ywwyc2kz1c1s26c412nmzh55cinh84cfiazyyi3jsy5zzwhrbhi"
+ }
+ },
+ {
+ "ename": "ghci-completion",
+ "commit": "804aa2f9088dfc1b48b59aaa72a61f82fb5be971",
+ "sha256": "1a6k47z5kmacj1s5479393jyj27bjx0911yaqfmmwg2hr0yz7vll",
+ "fetcher": "github",
+ "repo": "manzyuk/ghci-completion",
+ "unstable": {
+ "version": [
+ 20151125,
+ 1257
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c47e23d585d2a3c7b13aac163693fdc4f2bb90e5",
+ "sha256": "17fl3k2sqiavbv3bp6rnp3p89j6pnpkkp7wi26pzzk4675r5k45q"
+ }
+ },
+ {
+ "ename": "gherkin-mode",
+ "commit": "82d80becedead8db441eed6f7856ca64d78815e2",
+ "sha256": "0dhrsz24hn0sdf22wpmzbkn66g4540vdkl03pc27kv21gwa9ixxv",
+ "fetcher": "github",
+ "repo": "candera/gherkin-mode",
+ "unstable": {
+ "version": [
+ 20171224,
+ 1353
+ ],
+ "commit": "0313492e7da152f0aa73ddf96c0287ded8f51253",
+ "sha256": "15m9a2dcxgmbj0ni2qcxg3vpxvs50pyjvlacm3xd2xhm9wd484hr"
+ }
+ },
+ {
+ "ename": "ghost-blog",
+ "commit": "4a906d461bcb2aa07050b72669feb5787414d809",
+ "sha256": "0c591cx5kkfmhhqh8jall470iicxdv01mm3m13irq5xhmp3i5kjy",
+ "fetcher": "github",
+ "repo": "javaguirre/ghost-blog-emacs",
+ "unstable": {
+ "version": [
+ 20171023,
+ 742
+ ],
+ "deps": [
+ "markdown-mode"
+ ],
+ "commit": "71b358643cc9a2db1bf752281ff94aba9b59e4cc",
+ "sha256": "1fkh7zslkdi7a4x2xrk73acmigbi7yx9k6iaj75zbjfd49gyqj13"
+ }
+ },
+ {
+ "ename": "ghq",
+ "commit": "a9daa3b0039f6b296b8176523cffbbe27506bb02",
+ "sha256": "0prvywcgwdhx5pw66rv5kkfriahal2mli2ibam5np3z6bwcq4ngh",
+ "fetcher": "github",
+ "repo": "rcoedo/emacs-ghq",
+ "unstable": {
+ "version": [
+ 20160803,
+ 1557
+ ],
+ "commit": "aae4b8cb22fd6c24d2c9e3962c7e8e9dac6d9825",
+ "sha256": "0rh2k93c3a0vl073a3s3a3h6gkw454v1lyd7y8l3pd24vw9hc628"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "commit": "aae4b8cb22fd6c24d2c9e3962c7e8e9dac6d9825",
+ "sha256": "0rh2k93c3a0vl073a3s3a3h6gkw454v1lyd7y8l3pd24vw9hc628"
+ }
+ },
+ {
+ "ename": "ghub",
+ "commit": "f403587f77380d1db214aa34933a9b5cce1ef2bd",
+ "sha256": "15kjyi8ialpr1zjqvw68w9pa5sigcwy2szq21yvcy295z7ylzy4i",
+ "fetcher": "github",
+ "repo": "magit/ghub",
+ "unstable": {
+ "version": [
+ 20190806,
+ 959
+ ],
+ "deps": [
+ "dash",
+ "let-alist",
+ "treepy"
+ ],
+ "commit": "7d59937d7782d0062216130a4d059b45e8396f82",
+ "sha256": "1ngb61nij9gznqplwg1fmr1vq1czry759hmdibzngl4wqhxpfsjq"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 2,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "graphql",
+ "let-alist",
+ "treepy"
+ ],
+ "commit": "b04c7d9a3318316ef67a5d360582d990dc9f6098",
+ "sha256": "0lp52qygyavddl1lrgsyb6mq7hcf9h89dy2pzya3mb2va49f0vvl"
+ }
+ },
+ {
+ "ename": "ghub+",
+ "commit": "03a412fd25218ff6f302734e078a699ff0234e36",
+ "sha256": "0xx7nwmjx3f7z6z164x1lb9arbb3m3d16mpn92v66w572rhbr34n",
+ "fetcher": "github",
+ "repo": "vermiculus/ghub-plus",
+ "unstable": {
+ "version": [
+ 20181113,
+ 32
+ ],
+ "deps": [
+ "apiwrap",
+ "ghub"
+ ],
+ "commit": "51ebffe549286b3c0b0565a373f44f4d64fc57af",
+ "sha256": "11fr6ri95a9wkc0mqrkhjxz1fm2cb52151fc88k73l93mggib3ak"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "apiwrap",
+ "ghub"
+ ],
+ "commit": "b4a9662f5a6562f8d1dfdda2f009ec78a107c9a2",
+ "sha256": "0xi7xhdla64xbcfqi8x8yzqc6v6rrqxd4q8lcrv7sw08ap5ykfas"
+ }
+ },
+ {
+ "ename": "gif-screencast",
+ "commit": "6d17ca0213ba5ef9dce92002e281e6f08c3492be",
+ "sha256": "05l46bsnjdnvcgwx5rc5y7ry9p0hvmkf09rlpalgnrp8qpy8xw0q",
+ "fetcher": "gitlab",
+ "repo": "Ambrevar/emacs-gif-screencast",
+ "unstable": {
+ "version": [
+ 20190326,
+ 849
+ ],
+ "commit": "248d1e158405e6cba2c65ecaed40e2c59b089cd8",
+ "sha256": "19xqi5mgalnnhb4hw0fh7py2s2dllldx1xxbhwhknkdpifai8hl8"
+ }
+ },
+ {
+ "ename": "gift-mode",
+ "commit": "c4c9081a60bdbf4e5fe1ccc4809c0f6f396d11e4",
+ "sha256": "0sybrjmcg90cjaax7lzzqvacirn5l23hqy9d843c660fsv98scg1",
+ "fetcher": "github",
+ "repo": "csrhodes/gift-mode",
+ "unstable": {
+ "version": [
+ 20180530,
+ 1235
+ ],
+ "commit": "b0441ae6e02f343be3b611a2d4b40495ecd932f0",
+ "sha256": "0dwpmvjsczcdzwhjvpfxrkfha513538z8wq3gr3l1zc1kdggx2bk"
+ }
+ },
+ {
+ "ename": "gildas-mode",
+ "commit": "f43d3aec955d31023056baba971805f0ebbb6702",
+ "sha256": "0bc3d8bnvg1w2chrr4rp9daq1x8p41qgklrniq0bbkr2h93cmkgv",
+ "fetcher": "github",
+ "repo": "smaret/gildas-mode",
+ "unstable": {
+ "version": [
+ 20181022,
+ 649
+ ],
+ "deps": [
+ "polymode"
+ ],
+ "commit": "d0c9e997e2aa0bcd9b8b7db082d69100448cb1b2",
+ "sha256": "11290b6daly9nn73iw0s6386hzjk3q2iywdhiazxscxaxzhx2c8c"
+ }
+ },
+ {
+ "ename": "gist",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "053fl8aw0ram9wsabzvmlm5w2klwd2pgcn2w9r1yqfs4xqja5sd3",
+ "fetcher": "github",
+ "repo": "defunkt/gist.el",
+ "unstable": {
+ "version": [
+ 20171128,
+ 406
+ ],
+ "deps": [
+ "gh"
+ ],
+ "commit": "314fe6ab80fae35b95f0734eceb82f72813b6f41",
+ "sha256": "0vbyzww9qmsvdpdc6d6wq6drlq1r9y92807fjhs0frgzmq6dg0rh"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4,
+ 0
+ ],
+ "deps": [
+ "gh"
+ ],
+ "commit": "a03f142455e8b39f77fbd57ee1c1e44478c1f9e2",
+ "sha256": "1xisjaxr54zrxzxj8cp8f90kzphd5v3j56d14534fm5r1f5343vp"
+ }
+ },
+ {
+ "ename": "git",
+ "commit": "ce19d2716416295966716db47241a0e37b412ab5",
+ "sha256": "1nd2yvfgin13m368gjn7xah99glspnam4g4fh348x4makxcaw8w5",
+ "fetcher": "github",
+ "repo": "rejeep/git.el",
+ "unstable": {
+ "version": [
+ 20140128,
+ 1041
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "a3396a7027a7d986598c6a2d6d5599bac918f3da",
+ "sha256": "10siqf21ay6vl1r1v2c93rajzyjc67m4wq9q88pbij0z18vkq2f0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "8b7f1477ef367b5b7de452589dd9a8ab30150d0a",
+ "sha256": "06ws3x5qa92drmn6rcp502jk2yil6q9gkzdmb2gww9gb2g695wl5"
+ }
+ },
+ {
+ "ename": "git-annex",
+ "commit": "9c91e16bb9e92db9dc9be6a7af3944c3290d2f14",
+ "sha256": "0194y24vq1w6m2cjgqgx9dqp99cq8y9licyry2zxa5brbrsxi94l",
+ "fetcher": "github",
+ "repo": "jwiegley/git-annex-el",
+ "unstable": {
+ "version": [
+ 20190625,
+ 2118
+ ],
+ "commit": "1324d3f23c534fe79391a2c256bb8803054e383b",
+ "sha256": "1lfky2nsrlndlbvk6vwbswnvbvkz1sxgg0n3r5q6xykdkjym0lrh"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "7d41775a1709b5754a7779e9f64f15d336ea5c8c",
+ "sha256": "0fm62lm29wp1ljgyi6pqqkzwzps53cjjbj5j3y0c2013ry7va6c5"
+ }
+ },
+ {
+ "ename": "git-attr",
+ "commit": "3417e4bc586df60b5e6239b1f7683b87953f5b7c",
+ "sha256": "084l3zdcgy1ka2wq1fz9d6ryhg38gxvr52njlv43gwibzvbqniyi",
+ "fetcher": "github",
+ "repo": "arnested/emacs-git-attr",
+ "unstable": {
+ "version": [
+ 20180925,
+ 2003
+ ],
+ "commit": "8f6290c76e7827d5a198e7dc04516bcfb2128c06",
+ "sha256": "0ns6m856i9j18fsg96mm66k0xwdxrnnmnzgr296f4f6gqvx7kia8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "3e43a0cf616b00a4bbd3c6b49fd2397f3103796f",
+ "sha256": "1alpr4gnkikwzljz0fdbrx5hs3zy5s2fz7qyxdz0nx9hv8zb5ir5"
+ }
+ },
+ {
+ "ename": "git-auto-commit-mode",
+ "commit": "5660fb76ce93e5fe56227698d079c6994ef3305f",
+ "sha256": "0nf4n63xnzcsizjk1yl8qvqj9wjdqy57kvn6r736xvsxwzd44xgl",
+ "fetcher": "github",
+ "repo": "ryuslash/git-auto-commit-mode",
+ "unstable": {
+ "version": [
+ 20190716,
+ 1936
+ ],
+ "commit": "e533166a228a4969cbd391734301957c9d4fe7b6",
+ "sha256": "1diw1mwqy5x92a7f01vzynxcs5f2pb17d2hwx83ny2gp7k2gwfha"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 4,
+ 0
+ ],
+ "commit": "075e5f9ded66c2035581a7b216896556cc586814",
+ "sha256": "0psmr7749nzxln4b500sl3vrf24x3qijp12ir0i5z4x25k72hrlh"
+ }
+ },
+ {
+ "ename": "git-blamed",
+ "commit": "87bc01218964a01cfd471ee068ed75976793a568",
+ "sha256": "08az5mwg8kv8xsivs63y4sym54l1n34zc9z6k0iwpfixv9f8bk9p",
+ "fetcher": "github",
+ "repo": "tsgates/git-emacs",
+ "unstable": {
+ "version": [
+ 20161028,
+ 1926
+ ],
+ "commit": "cef196abf398e2dd11f775d1e6cd8690567408aa",
+ "sha256": "1n6x69z1s3hk6m6w8gpmqyrb2cxfzhi9w7q94d46c3z6r75v18vz"
+ }
+ },
+ {
+ "ename": "git-command",
+ "commit": "8a55d697bc95a7026c7788c13e4765e1b71075e3",
+ "sha256": "1hsxak63y6648n0jkzl5ajxg45w84qq8vljvjh0bmwfrbb67kwbg",
+ "fetcher": "github",
+ "repo": "10sr/git-command-el",
+ "unstable": {
+ "version": [
+ 20190311,
+ 511
+ ],
+ "deps": [
+ "term-run",
+ "with-editor"
+ ],
+ "commit": "89169f4b8e8d2546cac81d38bf584764e630812e",
+ "sha256": "1dgy9c7q0lxx5k5vdjcil6405qjpqpyq3s0ndh8fn6ybbhap9jda"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "git-ps1-mode",
+ "term-run",
+ "with-editor"
+ ],
+ "commit": "6cc5c17ca3cc1967b5402bb9a0538fb90933428d",
+ "sha256": "0a3ws852ypi34ash39srkwzkfish4n3c5lma10d9xzddjrwapgj9"
+ }
+ },
+ {
+ "ename": "git-commit",
+ "commit": "cec5af50ae7634cc566adfbfdf0f95c3e2951c0c",
+ "sha256": "1i7122fydqga68cilgzir80xfq77hnrw75zrvn52mjymfli6aza2",
+ "fetcher": "github",
+ "repo": "magit/magit",
+ "unstable": {
+ "version": [
+ 20190717,
+ 29
+ ],
+ "deps": [
+ "dash",
+ "with-editor"
+ ],
+ "commit": "75d0810d131e2e61ae3c683797a10a2caca96073",
+ "sha256": "19ynyx1648riwnpiwzk1mk36z4fw4j4bggr7mf7pinsvv9191zmq"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 90,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "with-editor"
+ ],
+ "commit": "791901b2f1d26fa0a383147fe77948a9abc753da",
+ "sha256": "1kw94sdczswsyzn1zlk5s5aplpdv4qd7qcqc5zfxsmsfwm3jacl4"
+ }
+ },
+ {
+ "ename": "git-commit-insert-issue",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0xhlchr7dbm0hp4cjba3x1fdf7lnfc97id327i2fqgkdc4yn9fax",
+ "fetcher": "gitlab",
+ "repo": "emacs-stuff/git-commit-insert-issue",
+ "unstable": {
+ "version": [
+ 20171102,
+ 1841
+ ],
+ "deps": [
+ "bitbucket",
+ "github-issues",
+ "gitlab",
+ "projectile",
+ "s"
+ ],
+ "commit": "f986923b04b587206ce7ee8e0c456768600e8be7",
+ "sha256": "1gffjf6byasisa9jdcv9n4n5zqalvzfsxv7z75zl0g3ph7wc7bbm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "bitbucket",
+ "github-issues",
+ "gitlab",
+ "helm",
+ "projectile",
+ "s"
+ ],
+ "commit": "5f08c17bf93b17915415d435ee41923d924fe20b",
+ "sha256": "11my5apnyhdqh0pmq9wdjd1iah415a5nw87sk586cb3vxnbn5qas"
+ }
+ },
+ {
+ "ename": "git-dwim",
+ "commit": "f8e4328cae9b4759a75da0b26ea8b68821bc71af",
+ "sha256": "0xcigah06ak5wdma4ddcix58q2v5hszncb65f272m4lc2racgsfl",
+ "fetcher": "github",
+ "repo": "rubikitch/emacs-git-dwim",
+ "unstable": {
+ "version": [
+ 20170126,
+ 1214
+ ],
+ "commit": "485c732130686c2f28a026e385366006435394b9",
+ "sha256": "0rcrsjx4ifa9y3rd5l4498kvqkh58zx21gl7mqp053jdsqqq1yrx"
+ }
+ },
+ {
+ "ename": "git-gutter",
+ "commit": "81f0f525680fea98e804f39dbde1dada887e8821",
+ "sha256": "19s344i95piixlzq4mjgmgjw7cy8af02z6hg89jjjdbxrfl4i2fg",
+ "fetcher": "github",
+ "repo": "syohex/emacs-git-gutter",
+ "unstable": {
+ "version": [
+ 20161105,
+ 1356
+ ],
+ "commit": "00c05264af046b5ce248e5b0bc42f117d9c27a09",
+ "sha256": "1c7byzv27sqcal0z7113s1897prxhynk6y89mq1fjlxmr0g20vzb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 90
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a786465bd527c13e32c73c02b95086560c1be878",
+ "sha256": "1abagq0psip7cgsqbfjv72qy60ywsny0ibsfcn74ldj6a9v17mz5"
+ }
+ },
+ {
+ "ename": "git-gutter+",
+ "commit": "b2db25d23c2a1a4f38867aac25d687a150e95c2b",
+ "sha256": "1w78p5cz6kyl9kmndgvwnfrs80ha707s8952hycrihgfb6lixmp0",
+ "fetcher": "github",
+ "repo": "nonsequitur/git-gutter-plus",
+ "unstable": {
+ "version": [
+ 20151204,
+ 1723
+ ],
+ "deps": [
+ "dash",
+ "git-commit"
+ ],
+ "commit": "b7726997806d9a2da9fe84ff00ecf21d62b6f975",
+ "sha256": "0bhrrgdzzj8gwxjx7b2kibp1b6s0vgvykfg0n47iq49m6rqkgi5q"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "git-commit"
+ ],
+ "commit": "f8daebb6569bb116086d8653da3505382e03d940",
+ "sha256": "101hracd77mici778x3ixwrcicd6fqkcr9z76kapkr0dq5z42yjb"
+ }
+ },
+ {
+ "ename": "git-gutter-fringe",
+ "commit": "81f0f525680fea98e804f39dbde1dada887e8821",
+ "sha256": "10k07dzmkxsxzwc70vpv05rxjyps9494y6k7yhlv8d46x7xjyp0z",
+ "fetcher": "github",
+ "repo": "syohex/emacs-git-gutter-fringe",
+ "unstable": {
+ "version": [
+ 20170113,
+ 533
+ ],
+ "deps": [
+ "cl-lib",
+ "fringe-helper",
+ "git-gutter"
+ ],
+ "commit": "16226caab44174301f1659f7bf8cc67a76153445",
+ "sha256": "1y77gjl0yznamdj0f55d418zb75k22izisjg7ikvrfsl2yfqf3pm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 23
+ ],
+ "deps": [
+ "cl-lib",
+ "fringe-helper",
+ "git-gutter"
+ ],
+ "commit": "dfc93d1064df154a809aab350942830408051da3",
+ "sha256": "18jpa5i99x0gqizs2qbqr8c1jlza8x9vpb6wg9zqd4np1p6q4lan"
+ }
+ },
+ {
+ "ename": "git-gutter-fringe+",
+ "commit": "ad46c349d13f7d40db706b487319ede40b96b09c",
+ "sha256": "1zkjb8p08cq2nqskn79rjszlhp9mrblplgamgi66yskz8qb1bgcc",
+ "fetcher": "github",
+ "repo": "nonsequitur/git-gutter-fringe-plus",
+ "unstable": {
+ "version": [
+ 20140729,
+ 1103
+ ],
+ "deps": [
+ "fringe-helper",
+ "git-gutter+"
+ ],
+ "commit": "7a2f49d2455a3a872e90e5f7dd4e6b27f1d96cfc",
+ "sha256": "1rsj193zpblndki4khjjlwl2njxb329d42l75ki55msxifqrn4fi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "fringe-helper",
+ "git-gutter+"
+ ],
+ "commit": "ce9d594c0189e78d78df26a0c26bbcf886e373cd",
+ "sha256": "1c7ijbpa7xw831k55cdm2gl8r597rxnp22jcmqnfpwqkqmk48ln9"
+ }
+ },
+ {
+ "ename": "git-identity",
+ "commit": "ebad3a7a81fbf0293ac04ba319929c8b24bb98f5",
+ "sha256": "0kmpm5zp2x60r68in94x2bazq4wxx95n6zfc6mwiq8ln8m0164j0",
+ "fetcher": "github",
+ "repo": "akirak/git-identity.el",
+ "unstable": {
+ "version": [
+ 20190706,
+ 442
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "hydra"
+ ],
+ "commit": "9ef80401da9bfd8870888685e86330c864a2d554",
+ "sha256": "0hgsa8lm1f5a6c4k5gb93jg952p32kb5zm77rblrlrvjrmvrrp76"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "hydra"
+ ],
+ "commit": "fcfcb054c08b9a391add639123faf7f700b57af4",
+ "sha256": "1lyz4cwlskwfgh6jgvpbyc9c119znc651gwl4bchbqr97bgq2nqm"
+ }
+ },
+ {
+ "ename": "git-io",
+ "commit": "a713197f227e3c43de3609dd505cf7cd226d94b9",
+ "sha256": "1acwc9iqchvlvx98fxh4xf3xphv0xzrnxpv8kkl8qaly41izfj0v",
+ "fetcher": "github",
+ "repo": "tejasbubane/emacs-git-io",
+ "unstable": {
+ "version": [
+ 20180317,
+ 1752
+ ],
+ "commit": "48753acba73b48b997bb678fb5e2a938ae63b5d6",
+ "sha256": "1zw24j6l0ap761q1knxjaxzdfz11kmfq29aag5av4n87m86rxzr8"
+ }
+ },
+ {
+ "ename": "git-lens",
+ "commit": "a52b516b7b10bdada2f64499c8f43f85a236f254",
+ "sha256": "02a393b5y4vpmf9ixgyi3a4gbzk4146zql827ljlav3j0434ssw2",
+ "fetcher": "gitlab",
+ "repo": "pidu/git-lens",
+ "unstable": {
+ "version": [
+ 20190319,
+ 1342
+ ],
+ "commit": "f6cc0a37c9c5c422c49c32650e70bc4721707985",
+ "sha256": "05bkpg7xz8644np9imsj5ms821sbsb784ap5fjdnnn69kllz0d33"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 0
+ ],
+ "commit": "ea49e2e005af977a08331f8caa8f64d102b3b932",
+ "sha256": "0prx0xbnhhp46c09nnzpz07jgr3s5ngrw8zjksf48abr8acwywfv"
+ }
+ },
+ {
+ "ename": "git-link",
+ "commit": "1385443585e628e3d4efb3badb7611e9d653e0c9",
+ "sha256": "1vqabnmdw8pxd84c15ghh1rnglwb5i4zxicvpkg1ci8xalayn1c7",
+ "fetcher": "github",
+ "repo": "sshaw/git-link",
+ "unstable": {
+ "version": [
+ 20190309,
+ 2326
+ ],
+ "commit": "1dbabfed4c5c3c5ac6ffa9035a9c3d4c6cc7f885",
+ "sha256": "1b115d5rsb9m8lqjplg3qp0bxfc5cij5fgp0j21zspqwqvj7h0hq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 3
+ ],
+ "commit": "1dbabfed4c5c3c5ac6ffa9035a9c3d4c6cc7f885",
+ "sha256": "1b115d5rsb9m8lqjplg3qp0bxfc5cij5fgp0j21zspqwqvj7h0hq"
+ }
+ },
+ {
+ "ename": "git-messenger",
+ "commit": "e791293133f30e5d96c4b29e972f9016c06c476d",
+ "sha256": "1rnqsv389why13cy6462vyq12qc2zk58p01m3hsazp1gpfw2hfzn",
+ "fetcher": "github",
+ "repo": "syohex/emacs-git-messenger",
+ "unstable": {
+ "version": [
+ 20170102,
+ 440
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "83815915eb8c1cb47443ff34bca3fecf7d2edf3a",
+ "sha256": "1jkfzcn8gl3s5y2hwqkac7lm88q80hgcp66zvy7vnylka1scb6lz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 18
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "9297464c010dd8a2d584ac8e012876856655a8b5",
+ "sha256": "04fnby2nblk8l70gv09asxkmnn53fh1pdfs77ix44npp99fyw8ix"
+ }
+ },
+ {
+ "ename": "git-msg-prefix",
+ "commit": "bd37811d17beaa54e08eb4968791da960d37b391",
+ "sha256": "0vicaj91yhbzda76wrwmbfby2ikaja52bcm923jx8brjh1wd99wr",
+ "fetcher": "github",
+ "repo": "kidd/git-msg-prefix.el",
+ "unstable": {
+ "version": [
+ 20180118,
+ 1446
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "848f2c7475f5e4937b09f55e85ea89a3be5f8588",
+ "sha256": "0ab6qjq5nky15vj88j5s8sh7gp9lbwgxrfqsc08bg6gdf2rx2dvx"
+ }
+ },
+ {
+ "ename": "git-ps1-mode",
+ "commit": "ea177b5ea168828881bd8dcd29ef6b4cb81317f0",
+ "sha256": "15gswi9s0m3hrsl1qqyjnjgbglsai95klbdp51h3pcq7zj22wkn6",
+ "fetcher": "github",
+ "repo": "10sr/git-ps1-mode-el",
+ "unstable": {
+ "version": [
+ 20181115,
+ 349
+ ],
+ "commit": "b9188e26a64fa6f8678da6cbf5e3e865065f4f04",
+ "sha256": "0l9y6x53li7fqfrwb4037psn92xciylanj0fmmy8jy6n51dlzxyn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "commit": "288e5c4d0ff20a4e1ac9e72b6af632f67f1d7525",
+ "sha256": "1hyq3il03cm6apfawps60r4km8r6pw0vphzba30smsqfk50z3ya3"
+ }
+ },
+ {
+ "ename": "git-time-metric",
+ "commit": "7f6f8839be619d3eeb6ab83b630441bf8c0ca024",
+ "sha256": "1lwpj3z1i532v59vcpkcp1bkad7i2gmlk2yspjhvyvsgp1slsxl1",
+ "fetcher": "github",
+ "repo": "c301/gtm-emacs-plugin",
+ "unstable": {
+ "version": [
+ 20181116,
+ 2011
+ ],
+ "commit": "287108ed1d6885dc795eb3bad4476aa08c626186",
+ "sha256": "0cq4jn2vvcm8hyzmmnnvbmffygxnnv0v71kqlgjm8lcil0xsf84d"
+ }
+ },
+ {
+ "ename": "git-timemachine",
+ "commit": "a52b516b7b10bdada2f64499c8f43f85a236f254",
+ "sha256": "06xdzic7j3d3pqgwxp1q6fs8sf3mi02a9phjvhk90kyvbr8h94ck",
+ "fetcher": "gitlab",
+ "repo": "pidu/git-timemachine",
+ "unstable": {
+ "version": [
+ 20190730,
+ 849
+ ],
+ "deps": [
+ "transient"
+ ],
+ "commit": "391eb61050de321101e631fcf373fc70ec6e7700",
+ "sha256": "1pz4l1xnq6s67w5yq9107vm8dg7rqf8n9dmbn90jys97c722g70n"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 11
+ ],
+ "deps": [
+ "transient"
+ ],
+ "commit": "391eb61050de321101e631fcf373fc70ec6e7700",
+ "sha256": "1pz4l1xnq6s67w5yq9107vm8dg7rqf8n9dmbn90jys97c722g70n"
+ }
+ },
+ {
+ "ename": "git-wip-timemachine",
+ "commit": "81b5dd5765f52efdb88fdc14f48af641a18b3dcb",
+ "sha256": "02fi51k6l23cgnwjp507ylkiwb8azmnhc0fips68nwn9dghzp6dw",
+ "fetcher": "github",
+ "repo": "itsjeyd/git-wip-timemachine",
+ "unstable": {
+ "version": [
+ 20150408,
+ 1006
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "ed4c7931a5f5233bf3e358b1e81647d063526460",
+ "sha256": "1ivnf4vsqk6c7iw1cid7q1hxp7047ajd1mpg0fl002d7m7ginhyl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "7da7f2acec0b1d1252d7474b13190ae88e5b205d",
+ "sha256": "0igawn43i81icshimj5agv33ab120hd6182knlrn3i46p7lcs3lx"
+ }
+ },
+ {
+ "ename": "gitattributes-mode",
+ "commit": "4b4e2ddd2a80875afc0fc654052e6cbff2f3777f",
+ "sha256": "1gjs0pjh6ap0h54savamzx94lq6vqrg58jxqaq5n5qplrbg15a6x",
+ "fetcher": "github",
+ "repo": "magit/git-modes",
+ "unstable": {
+ "version": [
+ 20180318,
+ 1956
+ ],
+ "commit": "33c6a116a5b298e20eb39ebb154a51c4dd37c06d",
+ "sha256": "1l129z6hdqyzpmk6wcjlp9nxrlhfdgrq9ql8rqq57z28sa88abld"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 8
+ ],
+ "commit": "55468314a5f6b77d2c96be62c7005ac94545e217",
+ "sha256": "08hy7rbfazs6grkpk54i82bz0i0c74zcjk96cip8970h6jn3mj72"
+ }
+ },
+ {
+ "ename": "gitconfig",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0lqm04nfhhhsdagrjnnagkpg7vpswd8lkd3l52lmpdh0fy16kgrf",
+ "fetcher": "github",
+ "repo": "tonini/gitconfig.el",
+ "unstable": {
+ "version": [
+ 20130718,
+ 935
+ ],
+ "commit": "7612a37ca14009cac8fb8d6b6f54adad739a5741",
+ "sha256": "184q3vsxa9rvhc1n57ms47r73f3zap25wswzi66rm6rmfi2k7678"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "6c313a39e20702ddcebc12d146f69db1ce668901",
+ "sha256": "0j0w6ywhiapmx7dk20yw3zgf8803kmccnjsr664am3g85kbb644v"
+ }
+ },
+ {
+ "ename": "gitconfig-mode",
+ "commit": "44a37f59b87f59a587f6681e7aadfabf137c98d7",
+ "sha256": "0hqky40kcgxdnghnf56gpi0xp7ik45ssia1x84v0mvfwqc50dgn1",
+ "fetcher": "github",
+ "repo": "magit/git-modes",
+ "unstable": {
+ "version": [
+ 20180318,
+ 1956
+ ],
+ "commit": "33c6a116a5b298e20eb39ebb154a51c4dd37c06d",
+ "sha256": "1l129z6hdqyzpmk6wcjlp9nxrlhfdgrq9ql8rqq57z28sa88abld"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 8
+ ],
+ "commit": "55468314a5f6b77d2c96be62c7005ac94545e217",
+ "sha256": "08hy7rbfazs6grkpk54i82bz0i0c74zcjk96cip8970h6jn3mj72"
+ }
+ },
+ {
+ "ename": "github-browse-file",
+ "commit": "f8bca60348fc5e2ad55663e69b8690093cf861ca",
+ "sha256": "03xvgxlw7wmfby898din7dfcg87ihahkhlav1n7qklw6qi7skjcr",
+ "fetcher": "github",
+ "repo": "osener/github-browse-file",
+ "unstable": {
+ "version": [
+ 20160205,
+ 1427
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "9742a5183af853788c6ecb83fb7ee0b00d1675ac",
+ "sha256": "0i3dkm0j4gh21b7r5vxr6dddql5rj7lg8xlaairvild0ccf3bhdl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fa5cc00a40869430fb44596792961a4cddf9c265",
+ "sha256": "07vgnmfn0kbg3h3vhf3xk443yi1b55761x881xlmw9sr9nraa578"
+ }
+ },
+ {
+ "ename": "github-clone",
+ "commit": "ba11d6a5cc2fbc76037687c842f90dc815a6468e",
+ "sha256": "0ffrm4lmcj3d9kx3g2d5xbiih7hn4frs0prjrvcjq8acvsbc50q9",
+ "fetcher": "github",
+ "repo": "dgtized/github-clone.el",
+ "unstable": {
+ "version": [
+ 20160623,
+ 310
+ ],
+ "deps": [
+ "gh",
+ "magit"
+ ],
+ "commit": "467b40ca60a6c26257466ebc43c74414df7f19cc",
+ "sha256": "1gdx9sl509vn4bagqg8vi1wvj1h3ryfvd5ggs2mv9rry6x9dg823"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "gh",
+ "magit"
+ ],
+ "commit": "ab048cf49d9ebda73acae803bc44e731e629d540",
+ "sha256": "18c169nxvdl7iv18pyqx690ldg6pkc8njaxdg1cww6ykqzqnfxh7"
+ }
+ },
+ {
+ "ename": "github-elpa",
+ "commit": "81ec06e370f51b750ba3313b661d7386710cffb0",
+ "sha256": "1981dnz49l5r4qsn49i4dhy6x4ln0haff6gl2zx0p5p0zfkzbi7x",
+ "fetcher": "github",
+ "repo": "10sr/github-elpa",
+ "unstable": {
+ "version": [
+ 20180831,
+ 811
+ ],
+ "deps": [
+ "commander",
+ "git",
+ "package-build"
+ ],
+ "commit": "279b6c352859cfd519ea8726eafed84d6875c418",
+ "sha256": "0qhsi6qayjxg15wyjbj4sjhq4y6nhb9vd8nhc8qx26qlmvmnd0mg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "commander",
+ "git",
+ "package-build"
+ ],
+ "commit": "c5960375ed5d67465412be7eb0ac558082feebc7",
+ "sha256": "02710iy9zz4ymmb2ydrca5kbdc5i06fjg7212iyvpd58yfzxjj2m"
+ }
+ },
+ {
+ "ename": "github-explorer",
+ "commit": "e224d2272892fb6751a093b0306f399057e6098a",
+ "sha256": "0s7k9wspdmvgmyd5sws3asp3kjp5a4nnzvbyn6jp8bcwd7girmr0",
+ "fetcher": "github",
+ "repo": "TxGVNN/github-explorer",
+ "unstable": {
+ "version": [
+ 20190701,
+ 630
+ ],
+ "commit": "6a05025663789e6daab80a5dd47c3efbe607795f",
+ "sha256": "1mkdsg1pzwgyyxdlizwcspppvh6kb7z1s55bszxwrfasnpqk30jl"
+ }
+ },
+ {
+ "ename": "github-issues",
+ "commit": "f761e76236e9372d5fae6b5c5dcb1992c5d64d37",
+ "sha256": "12c6yb3v7xwkzc51binfgl4jb3sm3al5nlrklbsxhn44alazsvb0",
+ "fetcher": "github",
+ "repo": "inkel/github-issues.el",
+ "unstable": {
+ "version": [
+ 20160616,
+ 1841
+ ],
+ "commit": "816f7712b0eb05bffec0add3507302862d2629c4",
+ "sha256": "1x6jbnx9lwgy64nl9lpp01xcj9cbx5fq435iwhiarjdsm4kvixb5"
+ }
+ },
+ {
+ "ename": "github-modern-theme",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "07xv4psw34mrpb1f5fsvj8vcm9k3xlm43zxr6qmj00p46b35z25r",
+ "fetcher": "github",
+ "repo": "philiparvidsson/GitHub-Modern-Theme-for-Emacs",
+ "unstable": {
+ "version": [
+ 20171109,
+ 1251
+ ],
+ "commit": "a7e7b8e5e9c122138e79e837caf9b7299e748d44",
+ "sha256": "0agfy3wiznb2ksfa00g7066mb0vps4g74mj6nl9wkvx847dzg34h"
+ }
+ },
+ {
+ "ename": "github-notifier",
+ "commit": "c09f4e7e8a84a241881d214e8359f8a50ab14ddf",
+ "sha256": "1jqc2wx1pvkca8syj97ds32404szm0wn12b7zpa98265sg3n64nw",
+ "fetcher": "github",
+ "repo": "xuchunyang/github-notifier.el",
+ "unstable": {
+ "version": [
+ 20180421,
+ 316
+ ],
+ "commit": "274f3812926ea371346f639fcee98066f6e8c96f",
+ "sha256": "1qv66sdi8zm8nv1xc32lsmm2bgkxf03hb8sfz59mbvzhy6r7dxin"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "f8d011ebef9f626a94a27b5576c8ed06e6ff8987",
+ "sha256": "0glkn36fs93y2n1583k8v958qfhl212hbdk3cpkq432hj08wzjnr"
+ }
+ },
+ {
+ "ename": "github-pullrequest",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1p5mwpl59iwd1aqczf1b5shcpzhlqwrcy2vp46c276mhqx15r8fr",
+ "fetcher": "github",
+ "repo": "jakoblind/github-pullrequest",
+ "unstable": {
+ "version": [
+ 20170116,
+ 616
+ ],
+ "deps": [
+ "dash",
+ "magit",
+ "request"
+ ],
+ "commit": "6ae5c38b0fc15b638b5ba4490112d9822ce5e267",
+ "sha256": "1yr7v2wdrvwb1slks83bbh857qq1n207rdk48y8qwlcxbk4ygdr6"
+ }
+ },
+ {
+ "ename": "github-review",
+ "commit": "3b57420d20c799c0472dae4ab7e017d53dafb262",
+ "sha256": "1vh24bmvafv9px80gwgcgk7d9z6pjxaadzz7fba8r3m3fzhv4v58",
+ "fetcher": "github",
+ "repo": "charignon/github-review",
+ "unstable": {
+ "version": [
+ 20190803,
+ 1701
+ ],
+ "deps": [
+ "dash",
+ "ghub",
+ "s"
+ ],
+ "commit": "20b2e47f54587a39dbd8db9ec5ca33d5970dbcc1",
+ "sha256": "1slnggvsjzsqvdvm4nxnxba93hfjnz676bagmw79g7z6iswwz4sg"
+ }
+ },
+ {
+ "ename": "github-search",
+ "commit": "733a808400858513137e0e3d7d38b5b25e8ddc5a",
+ "sha256": "1pwrzbbwnq0il5494561fyvkr0vmm5jqlvpffgkk28c54vs7ms0b",
+ "fetcher": "github",
+ "repo": "IvanMalison/github-search",
+ "unstable": {
+ "version": [
+ 20190624,
+ 436
+ ],
+ "deps": [
+ "gh",
+ "magit"
+ ],
+ "commit": "b73efaf19491010522b09db35bb0f1bad1620e63",
+ "sha256": "19qmvwki9nfbd2pz5ld36mzcbj8plfls7snmzssgkpw06n0y68j9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "gh",
+ "magit"
+ ],
+ "commit": "1a5c1f8291f4d41e57367a8522699cb08eea8fc4",
+ "sha256": "1382hda3hgpx3c3d1kjzz8hs4l5hi3s7c485hsgihhr6xdd5wrgm"
+ }
+ },
+ {
+ "ename": "github-stars",
+ "commit": "58df7d536f9711e10ecaa6e0a37b9ad255e8fca5",
+ "sha256": "1vljmrjid5xxmq5yfmsaq09js7zd75nmm4gd0kwm3lf71pb3lp6f",
+ "fetcher": "github",
+ "repo": "xuchunyang/github-stars.el",
+ "unstable": {
+ "version": [
+ 20190517,
+ 1319
+ ],
+ "deps": [
+ "ghub"
+ ],
+ "commit": "a9f25ab2487c886f5d50d26693d49856bd51383b",
+ "sha256": "1wp1zfwa4ai0771pkmcsybw8z8zwbwmqazm9fszyg8dsdns5wz2f"
+ }
+ },
+ {
+ "ename": "github-theme",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "132jahd8vvhzhhkm71dzq6x46wmaakbbxg9s7r9779bfwbrms9j9",
+ "fetcher": "github",
+ "repo": "philiparvidsson/GitHub-Theme-for-Emacs",
+ "unstable": {
+ "version": [
+ 20170630,
+ 2201
+ ],
+ "commit": "29f00a51d949a248a5f6355a97131e216747c797",
+ "sha256": "16ldfz1k0hxc1b785gzrf70hg0q88ijjxp39hb62iax1k1aw9vlw"
+ }
+ },
+ {
+ "ename": "gitignore-mode",
+ "commit": "44a37f59b87f59a587f6681e7aadfabf137c98d7",
+ "sha256": "1i98ribmnxr4hwphd95f9hcfm5wfwgdbcxw3g0w17ws7z0ir61mn",
+ "fetcher": "github",
+ "repo": "magit/git-modes",
+ "unstable": {
+ "version": [
+ 20180318,
+ 1956
+ ],
+ "commit": "33c6a116a5b298e20eb39ebb154a51c4dd37c06d",
+ "sha256": "1l129z6hdqyzpmk6wcjlp9nxrlhfdgrq9ql8rqq57z28sa88abld"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 8
+ ],
+ "commit": "55468314a5f6b77d2c96be62c7005ac94545e217",
+ "sha256": "08hy7rbfazs6grkpk54i82bz0i0c74zcjk96cip8970h6jn3mj72"
+ }
+ },
+ {
+ "ename": "gitignore-templates",
+ "commit": "4c9aa71eac2e68eb1925ed00a2c659c4375bd39c",
+ "sha256": "17zx52pmpd4yqlnj39v7ym728i710mdl0by3lc8zk6ljfz77933w",
+ "fetcher": "github",
+ "repo": "xuchunyang/gitignore-templates.el",
+ "unstable": {
+ "version": [
+ 20180327,
+ 1326
+ ],
+ "commit": "b0705b8de4cbdd631c64c4e0024d62ba4ad68052",
+ "sha256": "1f0lcyw7yrdfmv0h8b87kz0pdrzhy28fzv688z4aaw964qn8jz0k"
+ }
+ },
+ {
+ "ename": "gitlab",
+ "commit": "1d012991188956f6e06c37d504b0d06ab31487b9",
+ "sha256": "0vxsqfnipgapnd2ijvdnkspk68dlnki3pkpkzg2h6hyazmzrsqnq",
+ "fetcher": "github",
+ "repo": "nlamirault/emacs-gitlab",
+ "unstable": {
+ "version": [
+ 20180312,
+ 1647
+ ],
+ "deps": [
+ "dash",
+ "pkg-info",
+ "request",
+ "s"
+ ],
+ "commit": "8c2324c02119500f094c2f92dfaba4c9977ce1ba",
+ "sha256": "056c4fb5sj2y4h94klx2g24n1g3qdi7ifzs8ksw5v6hcj9lrkb1n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "pkg-info",
+ "request",
+ "s"
+ ],
+ "commit": "a1c1441ff5ffb290e695eb9ac05431e9385578f4",
+ "sha256": "0ywjrgafpl4cnrykx9yysazr7hkd2pxk67h065f8z3mid6cgh1wa"
+ }
+ },
+ {
+ "ename": "gitlab-ci-mode",
+ "commit": "d7915ddcf21fdec539a86bb86c209cf0bbd378cb",
+ "sha256": "1jg6ihrgccrcwg30ysyqw9k7rmvfmsrp70skr2057hfamvccwn4f",
+ "fetcher": "gitlab",
+ "repo": "joewreschnig/gitlab-ci-mode",
+ "unstable": {
+ "version": [
+ 20190425,
+ 2058
+ ],
+ "deps": [
+ "yaml-mode"
+ ],
+ "commit": "dac4e5125c78aa3ae12d2e35a66196d709676236",
+ "sha256": "1jkp9mnbiccqnha9zs646znqyqvy5jjb81kah7ghbkzdqqk2avm0"
+ },
+ "stable": {
+ "version": [
+ 20190425,
+ 11,
+ 10
+ ],
+ "deps": [
+ "yaml-mode"
+ ],
+ "commit": "dac4e5125c78aa3ae12d2e35a66196d709676236",
+ "sha256": "1jkp9mnbiccqnha9zs646znqyqvy5jjb81kah7ghbkzdqqk2avm0"
+ }
+ },
+ {
+ "ename": "gitlab-ci-mode-flycheck",
+ "commit": "d7915ddcf21fdec539a86bb86c209cf0bbd378cb",
+ "sha256": "19ixd60yynsvmaj7mkppp6k73793x794vrnhx3hh6n7dap1rsjdh",
+ "fetcher": "gitlab",
+ "repo": "joewreschnig/gitlab-ci-mode-flycheck",
+ "unstable": {
+ "version": [
+ 20190323,
+ 1829
+ ],
+ "deps": [
+ "flycheck",
+ "gitlab-ci-mode"
+ ],
+ "commit": "eba81cfb7224fd1fa4e4da90d11729cc7ea12f72",
+ "sha256": "1w1simnlffg56j79gal1qf1nlav9f8fmr2zfswfrmcv6cac6fhj9"
+ },
+ "stable": {
+ "version": [
+ 20180304,
+ 1
+ ],
+ "deps": [
+ "flycheck",
+ "gitlab-ci-mode"
+ ],
+ "commit": "388fd05f3ea88ed3ebafb09868fc021f6ecc7625",
+ "sha256": "0idpg4265rfx5i0i8cgfs6w3gncc766mbg81ldxqjhzvq3n28z39"
+ }
+ },
+ {
+ "ename": "gitolite-clone",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0mv2bdfqqq47wgikkm5kwpr8gajylf1yzk2j6cxljz09amgq6c8q",
+ "fetcher": "github",
+ "repo": "IvanMalison/gitolite-clone",
+ "unstable": {
+ "version": [
+ 20160609,
+ 2355
+ ],
+ "deps": [
+ "dash",
+ "pcache",
+ "s"
+ ],
+ "commit": "d8a4c2875c984e51137c980b5773f42703602721",
+ "sha256": "11i9hxj76869w1z9xn7wq370v56hx5hm4d7msn4zgp64glpa66j9"
+ }
+ },
+ {
+ "ename": "gitpatch",
+ "commit": "e1746d87f65dc4b0d8f47c7d6ba4c7e0dfa35953",
+ "sha256": "0qaswkk06z24v40nkjkv7f6gfv0dlsjd6wchkn0ppqw95883vhv1",
+ "fetcher": "github",
+ "repo": "tumashu/gitpatch",
+ "unstable": {
+ "version": [
+ 20170722,
+ 410
+ ],
+ "commit": "577d5adf65c8133caa325c10e89e1e2fc323c907",
+ "sha256": "1jj12pjwza6cq8a3kr8nqnmm3vxs0wam8h983irry4xr4ifywsn4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 1
+ ],
+ "commit": "94d40a2ee2b7cd7b209546ea02568079176b0034",
+ "sha256": "1drf4fvmak7brf16axkh4nfz8pg44i7pjhfjz3dbkycbpp8y5vig"
+ }
+ },
+ {
+ "ename": "gitter",
+ "commit": "b8076c3b4d60e4c505bb6f4e426ecc4f69d74684",
+ "sha256": "1ad5abqgfh6x2fcqbbdvgbg8xin69j0h93z7bav1hs3jla7mgwnv",
+ "fetcher": "github",
+ "repo": "xuchunyang/gitter.el",
+ "unstable": {
+ "version": [
+ 20180122,
+ 856
+ ],
+ "deps": [
+ "let-alist"
+ ],
+ "commit": "11cb9b4b45f67bdc24f055a9bfac21d2bd19ea1a",
+ "sha256": "14ri86kxqz9qfhcr0bkgfyggy4bgg9imk9akhw6dfzqkl90gn2gy"
+ },
+ "stable": {
+ "version": [
+ 1
+ ],
+ "deps": [
+ "let-alist"
+ ],
+ "commit": "bd2ba457109dd5d3e4b419e3ef5cbd3b5c9498d6",
+ "sha256": "1fzl40bwdfbcq55p3kvbzjqr5w0703imzgrmqcf4f6jhav127zk6"
+ }
+ },
+ {
+ "ename": "gl-conf-mode",
+ "commit": "e3117e62d429e44506f7d82fc64252d41bc1a4b6",
+ "sha256": "0lf8xmq309aqyf16ymqlr8gj2qawlsqagbdndj0kgj72dnnw4cfm",
+ "fetcher": "github",
+ "repo": "llloret/gitolite-emacs",
+ "unstable": {
+ "version": [
+ 20170714,
+ 1310
+ ],
+ "commit": "9136a9b737e0a5b6471a91571d104c487c43f35b",
+ "sha256": "0wls3sfplrf7wkg7g7fxx4s87cvm3p7myxw6k91np6pbfh8p0s9q"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "1a53e548277eb9c669bbeda4bee9be32be7a82ec",
+ "sha256": "059m30vvp71y630pcam6qfv5bxc35ygj26wcg28p56pccxxyj3q9"
+ }
+ },
+ {
+ "ename": "glsl-mode",
+ "commit": "c416822d54df436f29dcf9a5f26398685fdc17a2",
+ "sha256": "0d05qb60k5f7wwpsp3amzghayfbwcha6rh8nrslhnklpjbg87aw5",
+ "fetcher": "github",
+ "repo": "jimhourihan/glsl-mode",
+ "unstable": {
+ "version": [
+ 20190514,
+ 145
+ ],
+ "commit": "eaea63a45d0dcb04ddbf069b4bcfd99f10919e44",
+ "sha256": "0fb6as099y1k8inc39n8hkmb63j1l4sd5q9cbyqz4shfczma3546"
+ }
+ },
+ {
+ "ename": "gmail-message-mode",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "0py0i7b893ihb8l1hmk3jfl0xil450znadcd18q7svr3zl2m0gkk",
+ "fetcher": "github",
+ "repo": "Malabarba/gmail-mode",
+ "unstable": {
+ "version": [
+ 20160627,
+ 1847
+ ],
+ "deps": [
+ "ham-mode"
+ ],
+ "commit": "ec36672a9dc93c09ebe2f77597b498d11883d008",
+ "sha256": "0xcdd3abcrqr7nabdmmh0kgfar64hhgnrhsiwg3q201cymhnv49p"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "deps": [
+ "ham-mode"
+ ],
+ "commit": "ec36672a9dc93c09ebe2f77597b498d11883d008",
+ "sha256": "0xcdd3abcrqr7nabdmmh0kgfar64hhgnrhsiwg3q201cymhnv49p"
+ }
+ },
+ {
+ "ename": "gmail2bbdb",
+ "commit": "fb3c88b20a7614504165cd5fb459b0a9d5c73f60",
+ "sha256": "03jhrk4vpjim3ybzjxy7s9r1cgjysj9vlc4criz5k0w7vqz3r28j",
+ "fetcher": "github",
+ "repo": "redguardtoo/gmail2bbdb",
+ "unstable": {
+ "version": [
+ 20170423,
+ 1144
+ ],
+ "commit": "a84fa385cfaec7fc5f1518c368e52722da139f99",
+ "sha256": "1qbf3r8a66xlrbni3hv5q5b5v3izis5aid06228rfpc2hwa97hr7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 6
+ ],
+ "commit": "181ef6039227bb30a02041d8cfdc435551a7d948",
+ "sha256": "0205ldrw1i7czq44pqdl374cl0rjp5w5zadrayw8brl7mmw92byn"
+ }
+ },
+ {
+ "ename": "gmpl-mode",
+ "commit": "c89a523f87db358c477e5840b0e043e9f253e640",
+ "sha256": "1f60xim8h85jmqpvgfg402ff8mjd66gla8fa0cwi7l18ijnjblpz",
+ "fetcher": "github",
+ "repo": "cute-jumper/gmpl-mode",
+ "unstable": {
+ "version": [
+ 20171031,
+ 2054
+ ],
+ "commit": "c5d362169819ee8b8e8954145daee7e260c54921",
+ "sha256": "00p2z6kbyc0bas21d1zygx7z49w6mf22y9kf1rcm9gqsnnadb4j9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "25d20f9d24594e85cb6f80d35d7c73b7e82cbc71",
+ "sha256": "0x0a94bfkk72kqyr5m6arx450qsg1axmp5r0c4r9m84z8j08r4v1"
+ }
+ },
+ {
+ "ename": "gn-mode",
+ "commit": "f5c6c27bce3d0aaf7e3791299a527d5f1fd69653",
+ "sha256": "1rn4xa1am1yd9k2hpi5b0zhs3pgq4hnhgxdgs258cmhszm8c6ii2",
+ "fetcher": "github",
+ "repo": "lashtear/gn-mode",
+ "unstable": {
+ "version": [
+ 20190428,
+ 1812
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fcf8e1e500d953364e97e7ebc5708a2c00fa3cd2",
+ "sha256": "0dz5kgzbgsssr38z2kg6m915cvfys42ag1k42bsra3la2pixywfx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fcf8e1e500d953364e97e7ebc5708a2c00fa3cd2",
+ "sha256": "0dz5kgzbgsssr38z2kg6m915cvfys42ag1k42bsra3la2pixywfx"
+ }
+ },
+ {
+ "ename": "gnome-calendar",
+ "commit": "8e497668d65f0eabd15e39b7492adb395a5a8e75",
+ "sha256": "00clamlm5b42zqggxywdqrf6s2dnsxir5rpd8mjpyc502kqmsfn6",
+ "fetcher": "github",
+ "repo": "NicolasPetton/gnome-calendar.el",
+ "unstable": {
+ "version": [
+ 20161110,
+ 1256
+ ],
+ "commit": "489f9f15f7bb35696b1cc19db75b554ae8328df2",
+ "sha256": "1aca65g4rfpsm4yk5k2bj6kbb2wrf6s14m8jgv1p94mqmzkj7rlq"
+ }
+ },
+ {
+ "ename": "gnomenm",
+ "commit": "dd98221d3498528efb0f2d943102d32ebd7b34b3",
+ "sha256": "01vmr64j6hcvdbzg945c5a2g4fiidl18dsk4px7mdf85cv45kzqm",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-nm",
+ "unstable": {
+ "version": [
+ 20150316,
+ 1918
+ ],
+ "deps": [
+ "dash",
+ "kv",
+ "s"
+ ],
+ "commit": "9065cda44ffc9e06239b8189a0154d31314c3b4d",
+ "sha256": "1svnvm9fqqx4mrk9jjn11pzqwk71w8kyyd9wwxam8gz22ykw5jb2"
+ }
+ },
+ {
+ "ename": "gntp",
+ "commit": "c69a148d3b72d1be6ea10100a8e0cbbd918baa9c",
+ "sha256": "1ywj3p082g54dcpy8q4jnkqfr12npikx8yz14r0njxdlr0janh4f",
+ "fetcher": "github",
+ "repo": "tekai/gntp.el",
+ "unstable": {
+ "version": [
+ 20141025,
+ 250
+ ],
+ "commit": "767571135e2c0985944017dc59b0be79af222ef5",
+ "sha256": "1nvyjjjydrimpxy4cpg90si7sr8lmldbhlcm2mx8npklp9pn5y3a"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "767571135e2c0985944017dc59b0be79af222ef5",
+ "sha256": "1nvyjjjydrimpxy4cpg90si7sr8lmldbhlcm2mx8npklp9pn5y3a"
+ }
+ },
+ {
+ "ename": "gnu-apl-mode",
+ "commit": "369a55301bba0c4f7ce27f6e141944a523beaa0f",
+ "sha256": "0971pzc14gw8f0b4lzvicxww1k3wc58gbr3fd0qvdra2jifk2is6",
+ "fetcher": "github",
+ "repo": "lokedhs/gnu-apl-mode",
+ "unstable": {
+ "version": [
+ 20181217,
+ 854
+ ],
+ "commit": "3b5b13abeb424e8ed399379fdefc168422664def",
+ "sha256": "0nhbfzfwl44ffvhzrnkjxaxz2nfrp1a7zcy6fg6cm13c2z40jslp"
+ }
+ },
+ {
+ "ename": "gnuplot",
+ "commit": "78be03893e4b0502ce999375e5630d32bda56ac1",
+ "sha256": "06c5gqf02fkra8c52xck1lqvf4yg45zfibyf9zqmnbwk7p2jxrds",
+ "fetcher": "github",
+ "repo": "bruceravel/gnuplot-mode",
+ "unstable": {
+ "version": [
+ 20141231,
+ 2137
+ ],
+ "commit": "21f9046e3f5caad41b750b5c9cee02fa4fd20fb9",
+ "sha256": "1gm116479gdwc4hr3nyv1id692dcd1sx7w2a80pvmgr35ybccn7c"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 0
+ ],
+ "commit": "aefd4f671485fbcea42511ce79a7a60e5e0110a3",
+ "sha256": "0bwri3cvm2vr27kyqkrddm28fs08axnd4nm9amfgp54xp20bn4yn"
+ }
+ },
+ {
+ "ename": "gnuplot-mode",
+ "commit": "d801a2e0ba5ae7c65b5d312fbf41261278a8b1ba",
+ "sha256": "1avpik06cmi4h6v6039c64b4zw1r1nsg3nrryl254gl881pysfxg",
+ "fetcher": "github",
+ "repo": "mkmcc/gnuplot-mode",
+ "unstable": {
+ "version": [
+ 20171013,
+ 1616
+ ],
+ "commit": "601f6392986f0cba332c87678d31ae0d0a496ce7",
+ "sha256": "14f0yh1rjqc3337j4sbqzfb7pjim2c8a7wk1a73xkrdkmjn82vgb"
+ }
+ },
+ {
+ "ename": "gnus-alias",
+ "commit": "6176257e00ca09e79fdff03c6dd450af8eb83666",
+ "sha256": "0mbq9v8fiqqyldpb66v9bc777mzxywaq2dabivabxjg6554s8chf",
+ "fetcher": "github",
+ "repo": "hexmode/gnus-alias",
+ "unstable": {
+ "version": [
+ 20150316,
+ 42
+ ],
+ "commit": "9447d3ccb4c0e75d0468899cccff7aa249657bac",
+ "sha256": "1i278npayv3kfxxd1ypi9n83q5l402sbc1zkm11pf8g006ifqsp4"
+ }
+ },
+ {
+ "ename": "gnus-desktop-notify",
+ "commit": "c1cf98dff029d494007fe25d29bd8bcfecc5b8e6",
+ "sha256": "1cfcmmq0ywgp41g0rf8s5fabh3yqbv9iacxi7v74kqh59bqdnz3x",
+ "fetcher": "gitlab",
+ "repo": "wavexx/gnus-desktop-notify.el",
+ "unstable": {
+ "version": [
+ 20180623,
+ 1538
+ ],
+ "deps": [
+ "gnus"
+ ],
+ "commit": "b438feb59136621a8ab979f0e2784f7002398d06",
+ "sha256": "0h7w5wrkrd0jw8nmgbkzq8wam7ynvy7flhjg4frphzmimlhysli2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "deps": [
+ "gnus"
+ ],
+ "commit": "210c70f0021ee78e724f1d8e00ca96e1e99928ca",
+ "sha256": "08j8x0iaz5s9q0b68d8h3153w0z6vak5l8qgw3dd1drz5p9xnvyw"
+ }
+ },
+ {
+ "ename": "gnus-recent",
+ "commit": "0b80d94cf1a8b8e2d4da5d45f65231aa4884a3a0",
+ "sha256": "14xac6bmn61bk0h6dby14111iijz0j254v4mh77lf0ydbz6wxjf1",
+ "fetcher": "github",
+ "repo": "unhammer/gnus-recent",
+ "unstable": {
+ "version": [
+ 20190423,
+ 1146
+ ],
+ "commit": "d9375cfad0054a05c910c1210f0f37aa601aebba",
+ "sha256": "19ggfisfxq2bk62axdi0nipwxymrvnnvmijcrwc9yglbnhiigdb5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "df85e5810c02f613bfa6e236674de969d6e00ae1",
+ "sha256": "0hvsp9y0vzcr9c2wglh0wdavjmp2n2hbhlsr1bfvnfxk97ka0y5r"
+ }
+ },
+ {
+ "ename": "gnus-select-account",
+ "commit": "e1746d87f65dc4b0d8f47c7d6ba4c7e0dfa35953",
+ "sha256": "1yini6kif7vp5msmhnnpfkab5m5px8y4wgvc0f0k79kdd17gvpsx",
+ "fetcher": "github",
+ "repo": "tumashu/gnus-select-account",
+ "unstable": {
+ "version": [
+ 20170722,
+ 511
+ ],
+ "commit": "ddc8c135eeaf90f5b6692a033af2badae36e68ce",
+ "sha256": "0csq8cqv028g3mrvk88l0nlj3dk5fh67c10hdjwvxbf7winv0391"
+ }
+ },
+ {
+ "ename": "gnus-summary-ext",
+ "commit": "5ca4a905b5f81991074c7d3e41d4422c7e6713d5",
+ "sha256": "0svyz8fy4k9ba6gpdymf4cf8zjjpgm71y48vlybxbv507xjm17qf",
+ "fetcher": "github",
+ "repo": "vapniks/gnus-summary-ext",
+ "unstable": {
+ "version": [
+ 20180113,
+ 1316
+ ],
+ "commit": "025fd853fe9280ae696a89ec2c2cac9befd010aa",
+ "sha256": "07ww2nc03daz70f2ajw7b2gin22xa306001zclhrxkm1cpjif2fi"
+ }
+ },
+ {
+ "ename": "gnus-summary-repo",
+ "commit": "0decb1e7d7fd32dc4ed7e07c751621eea0af0ab5",
+ "sha256": "0lwdhymayqs1cx76lnral2cs5dhrxwzlpc1ivchbyr1pj9x2nj6w",
+ "fetcher": "github",
+ "repo": "TxGVNN/gnus-summary-repo",
+ "unstable": {
+ "version": [
+ 20190617,
+ 1419
+ ],
+ "commit": "3968667bfded60fbbf33f2fba3170e2b6501ec43",
+ "sha256": "0rxaxc7b0dkhsd5547hngq24bdvnxig5a7xp9jir59fp2k8xd4aw"
+ }
+ },
+ {
+ "ename": "gnus-x-gm-raw",
+ "commit": "263b87e40e32421ae56a99971a7e1baca0484778",
+ "sha256": "1a5iccghzqmcndql2bppvr48535sf6jbvc83iypr1031z1b5k4wg",
+ "fetcher": "github",
+ "repo": "aki2o/gnus-x-gm-raw",
+ "unstable": {
+ "version": [
+ 20140610,
+ 731
+ ],
+ "deps": [
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "978bdfcecc8844465b71641c2e909fcdc66b22be",
+ "sha256": "1i3f67x2l9l5c5agspbkxr2mmh3rpq3009d8yzh6r1lih0b4hril"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "978bdfcecc8844465b71641c2e909fcdc66b22be",
+ "sha256": "1i3f67x2l9l5c5agspbkxr2mmh3rpq3009d8yzh6r1lih0b4hril"
+ }
+ },
+ {
+ "ename": "go",
+ "commit": "50e8d089f4e163eb459fc602cb90440b110b489f",
+ "sha256": "1mk1j504xwi3xswc0lfr3czs9j6wcsbrw2halr46mraiy8lnbz6h",
+ "fetcher": "github",
+ "repo": "eschulte/el-go",
+ "unstable": {
+ "version": [
+ 20161111,
+ 249
+ ],
+ "commit": "ff45fb44d9cb6579d8511d8b6156ed0b34d5ac97",
+ "sha256": "14av8zcxp9r4ka0h9x73i6gzwbf231wqkin65va3agrzwaf8swz1"
+ }
+ },
+ {
+ "ename": "go-add-tags",
+ "commit": "55d3b893bd68d3d2d86ecdbb4ed442edd256516a",
+ "sha256": "0nvas44rsvqzk2ay5bhzkbrnzql13vnxq9pk4lp4mvp86dda9qim",
+ "fetcher": "github",
+ "repo": "syohex/emacs-go-add-tags",
+ "unstable": {
+ "version": [
+ 20161123,
+ 1227
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "54879945e46a0884c5f93d7fd6c866a9cdf401ac",
+ "sha256": "1gr65skrd41pk46ilfsbxfdng4br6h9c6blf1q1wx6i9ylhs0ak5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "54879945e46a0884c5f93d7fd6c866a9cdf401ac",
+ "sha256": "1gr65skrd41pk46ilfsbxfdng4br6h9c6blf1q1wx6i9ylhs0ak5"
+ }
+ },
+ {
+ "ename": "go-autocomplete",
+ "commit": "ef45683cbfe82bf8a9d6f3f1c59e3cf340accbe3",
+ "sha256": "15ns1zzw6kblcbih7dmjvk1p0f6f3p2wpgx4gnd9ax0fcj65ghwi",
+ "fetcher": "github",
+ "repo": "mdempsky/gocode",
+ "unstable": {
+ "version": [
+ 20150904,
+ 240
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "7fb65232883f19a8305706b4b4ff32916ffbcaf5",
+ "sha256": "09yqziccv9mg5jlmhw8gslpcwwiiah0hs05nq0qnsbdnvc8bs4lr"
+ },
+ "stable": {
+ "version": [
+ 20150303
+ ],
+ "deps": [
+ "auto-complete"
+ ],
+ "commit": "eef10fdde96a12528a6da32f51bf638b2863a3b1",
+ "sha256": "03snnra31b5j6iy94gql240vhkynbjql9b4b5j8bsqp9inmbsia3"
+ }
+ },
+ {
+ "ename": "go-capf",
+ "commit": "be3dc9ae83c9d11a4f04f79775b17c5a2b86e96d",
+ "sha256": "0k6s65bf8iwkpr93agw9hqaxfckqi43lanffdic6j4vjrk4inlwz",
+ "fetcher": "git",
+ "url": "https://git.sr.ht/~zge/go-capf",
+ "unstable": {
+ "version": [
+ 20190629,
+ 727
+ ],
+ "commit": "728e290b182239260937efcf816d904122c423ca",
+ "sha256": "0s8hwpd882gpxnmlz3y6987gc5c2kawsdkqic5d4kfd8v9yc0psx"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "de3b668b83a73da5ce189c536a58aa1d4f5d492c",
+ "sha256": "1y1dscqyd2jx5irj5pcy7sspzzp0nsy2j4zaqhln2snffpqa3hmf"
+ }
+ },
+ {
+ "ename": "go-complete",
+ "commit": "4df81abbf3b16f06fa327c1626bef1245ea77758",
+ "sha256": "0dl0ibw145f84kd709r5i2kaw07z1sjzn3dmsiqn8dncspcf2vb4",
+ "fetcher": "github",
+ "repo": "vibhavp/go-complete",
+ "unstable": {
+ "version": [
+ 20190409,
+ 516
+ ],
+ "deps": [
+ "cl-lib",
+ "go-mode"
+ ],
+ "commit": "056294014f37a1004958ec17ebd6748deed63502",
+ "sha256": "021mc1lq4xvmj8dvnpr6hhfs08cd0r07d520h498b345y6a6ihdg"
+ }
+ },
+ {
+ "ename": "go-direx",
+ "commit": "032c0c3cd04f36f1bc66bb7d9d789d354c620a09",
+ "sha256": "0dq5d7fsld4hww8fl68c18qp6fl3781dqqwd98cg68bihw2wwni7",
+ "fetcher": "github",
+ "repo": "syohex/emacs-go-direx",
+ "unstable": {
+ "version": [
+ 20150316,
+ 143
+ ],
+ "deps": [
+ "cl-lib",
+ "direx"
+ ],
+ "commit": "8f2206469328ee932c7f1892f5e1fb02dec98432",
+ "sha256": "09rxz40bkr0l75v3lmf8lcwqsgjiv5c8zjmwzy2d4syj4qv69c5y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "cl-lib",
+ "direx"
+ ],
+ "commit": "aecb9fef4d56d04d230d37c75c260c8392b5ad9f",
+ "sha256": "05yc0nylg3457an5j7yp3x23157j0hbi21qhcpgsa01144mwnwln"
+ }
+ },
+ {
+ "ename": "go-dlv",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0lb5v9pmd6m8nvk4c9gcda5dmshrf5812gg1arq5p2g0nzg32mm8",
+ "fetcher": "github",
+ "repo": "benma/go-dlv.el",
+ "unstable": {
+ "version": [
+ 20190413,
+ 1623
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "df03ade331d8fb46acc57ef358e696bc36129e04",
+ "sha256": "0sfx84cbxn8d3gsjg0zjam4yc7pjlyp3g94xa3xv91k71ncnijs1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "df03ade331d8fb46acc57ef358e696bc36129e04",
+ "sha256": "0sfx84cbxn8d3gsjg0zjam4yc7pjlyp3g94xa3xv91k71ncnijs1"
+ }
+ },
+ {
+ "ename": "go-eldoc",
+ "commit": "6ce1190db06cc214746215dd27648eded5fe5140",
+ "sha256": "1k115dirfqxdnb6hdzlw41xdy2dxp38g3vq5wlvslqggha7gzhkk",
+ "fetcher": "github",
+ "repo": "syohex/emacs-go-eldoc",
+ "unstable": {
+ "version": [
+ 20170305,
+ 1427
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "cbbd2ea1e94a36004432a9ac61414cb5a95a39bd",
+ "sha256": "1029qg6ida3cw4ynxll6ykpnqkpbrbrx12nnzcplhc25vqpz7hik"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 30
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "f1ad302ec4073354801e613293be2f55ba770618",
+ "sha256": "0hkwhmgjyn5jxrd0k1nakrvy4d7cz7sxb1nw4hb1rqmz4yd14c8i"
+ }
+ },
+ {
+ "ename": "go-errcheck",
+ "commit": "c874f608a55cafcc6e57ca2c80bdae6b1c2e47e9",
+ "sha256": "11a75h32cd5h5xjv30x83k60s49k9fhgis31358q46y2gbvqp5bs",
+ "fetcher": "github",
+ "repo": "dominikh/go-errcheck.el",
+ "unstable": {
+ "version": [
+ 20160723,
+ 43
+ ],
+ "commit": "9db21eccecedc2490793f176246094167164af31",
+ "sha256": "1ngzgkmcbk6qa3p97hch75k446h15515arsdfv7mqb4m5va6429h"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "commit": "1b0cd6af048a8b2074ace14ab51fb6c987beb430",
+ "sha256": "1fm6xd3vsi8mqh0idddjpfxlsmz1ljmjppw3qkxl1vr0qz3598k3"
+ }
+ },
+ {
+ "ename": "go-fill-struct",
+ "commit": "0c03d2382efd20e248b27b5505cdeed67d000f73",
+ "sha256": "19xxqb836saxigvwdqf4xv0y9zrl7csv97x0facgyjyiqmwhx3x7",
+ "fetcher": "github",
+ "repo": "s-kostyaev/go-fill-struct",
+ "unstable": {
+ "version": [
+ 20171225,
+ 331
+ ],
+ "commit": "a613d0b378473eef39e8fd5724abe790aea84321",
+ "sha256": "16bgfykvqc61hlx1hj55z15y83zgpavhb853sblds75m8w7mndqg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "3c97c92e78f3629a7a1069404c7c641881c16d0e",
+ "sha256": "0ara9qqv31pr7dpcby6xp24llf79m0dmwrx4yv6w0bhxi197fmlx"
+ }
+ },
+ {
+ "ename": "go-gen-test",
+ "commit": "0861c126161a2674f0e115eac6f948490b142b44",
+ "sha256": "1pj8n8xj9ccq9ips4wy4v6hdxxgwv11pwi671l6jjrig38v13dzr",
+ "fetcher": "github",
+ "repo": "s-kostyaev/go-gen-test",
+ "unstable": {
+ "version": [
+ 20171023,
+ 358
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "44c202ac97e728e93a35cee028a0ea8dd6e4292c",
+ "sha256": "1vi5xsf0xbcbvapi20hsjangwyp38cbgi8kiccpmingnq2kp8ghs"
+ }
+ },
+ {
+ "ename": "go-gopath",
+ "commit": "1ca8d10b10b015c5bdafe1dbc8e53eb4c0d26d9c",
+ "sha256": "0jfy2r3axqpn2cnibp8f9vw36kmx0icixhj6zy43d9xa4znvdqal",
+ "fetcher": "github",
+ "repo": "iced/go-gopath",
+ "unstable": {
+ "version": [
+ 20160705,
+ 1034
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5172fc53f21edbf9347d5ee7d1d745da1ec88a15",
+ "sha256": "0gqb3k33y42gchc89rw3k1pvb7ai9ka50ljfd4avk31fdpr4dln5"
+ }
+ },
+ {
+ "ename": "go-guru",
+ "commit": "0cede3a468b6f7e4ad88e9fa985f0fdee7d195f5",
+ "sha256": "01f0gz65z8d0iv8k49xl2sp6q4qnsvwhd4g8fb2irp7iclb0xmvk",
+ "fetcher": "github",
+ "repo": "dominikh/go-mode.el",
+ "unstable": {
+ "version": [
+ 20181012,
+ 330
+ ],
+ "deps": [
+ "cl-lib",
+ "go-mode"
+ ],
+ "commit": "fdc1545d0ca494eb533d006b42c4bb4a6fb73d6e",
+ "sha256": "0scmn5vg6bprshcipkf09lif93al3wrx3y8fm2v09jfpz1wghgi5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "go-mode"
+ ],
+ "commit": "35f6826e435c3004dabf134d0f2ae2f31ea7b6a2",
+ "sha256": "1nd2h50yb0493wvf1h7fzplq45rmqn2w7kxpgnlxzhkvq99v8vzf"
+ }
+ },
+ {
+ "ename": "go-imenu",
+ "commit": "d602b6071787018e3e0a68b4852eb978b34acbea",
+ "sha256": "0s8rc7rkqlywrhnm2h8yygn87jhjc492wmsvnr1rxl62wf5cijms",
+ "fetcher": "github",
+ "repo": "brantou/go-imenu.el",
+ "unstable": {
+ "version": [
+ 20181029,
+ 1029
+ ],
+ "commit": "4f3f334ed0b6f6afaca6b9775636a52ad3843053",
+ "sha256": "1ar2fw7wnlxvdj61vhd9sfqrd0yrb65r7ldjvfdpp1jv9mg50vad"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "fc1566fbe396fc8c94f7de99d9c7191b47cd48d9",
+ "sha256": "0qygxqrzx009cd59b452ampakr9rwmj1skl8pic9an4wjz742qlg"
+ }
+ },
+ {
+ "ename": "go-impl",
+ "commit": "aa1a0845cc1a6970018b397d13394aaa8147e5d0",
+ "sha256": "09frwpwc080rfpwkb63yv47dyj741lrpyrp65sq2bn4sf03xw0cx",
+ "fetcher": "github",
+ "repo": "syohex/emacs-go-impl",
+ "unstable": {
+ "version": [
+ 20170125,
+ 1552
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "69f0d0ef05771487e15abec500cd06befd171abf",
+ "sha256": "1rmik6g3l9q1bqavmqx1fhcadz4pwswgfnkbaxl6c5b6g2sl26iq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 14
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "69f0d0ef05771487e15abec500cd06befd171abf",
+ "sha256": "1rmik6g3l9q1bqavmqx1fhcadz4pwswgfnkbaxl6c5b6g2sl26iq"
+ }
+ },
+ {
+ "ename": "go-imports",
+ "commit": "4118ebf0db84cc047fab311c789bfbffd6eb2d92",
+ "sha256": "0xxlh4rmyvfxiynsdqng6wd3js7h3azhb8ii0ch7n0hhqkcnda4x",
+ "fetcher": "github",
+ "repo": "yasushi-saito/go-imports",
+ "unstable": {
+ "version": [
+ 20190715,
+ 1647
+ ],
+ "commit": "55681e815da93b6f927213c4aa352ae33db97c37",
+ "sha256": "12xgkhc5nqrj5x306ninysyd78dwa3p3bvf69qqi2g0a9ngl8d3x"
+ }
+ },
+ {
+ "ename": "go-mode",
+ "commit": "0cede3a468b6f7e4ad88e9fa985f0fdee7d195f5",
+ "sha256": "0ghqm4lbkfla79plqiyb1lzf5kbz0380h9vf8px15zal00xrv0bl",
+ "fetcher": "github",
+ "repo": "dominikh/go-mode.el",
+ "unstable": {
+ "version": [
+ 20190808,
+ 2249
+ ],
+ "commit": "fdc1545d0ca494eb533d006b42c4bb4a6fb73d6e",
+ "sha256": "0scmn5vg6bprshcipkf09lif93al3wrx3y8fm2v09jfpz1wghgi5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 0
+ ],
+ "commit": "35f6826e435c3004dabf134d0f2ae2f31ea7b6a2",
+ "sha256": "1nd2h50yb0493wvf1h7fzplq45rmqn2w7kxpgnlxzhkvq99v8vzf"
+ }
+ },
+ {
+ "ename": "go-playground",
+ "commit": "900aabb7bc2350698f8740d72a5fad69c9219c33",
+ "sha256": "1rabwc80qwkafq833m6a199zfiwwmf0hha89721gc7i0myk9pac6",
+ "fetcher": "github",
+ "repo": "grafov/go-playground",
+ "unstable": {
+ "version": [
+ 20190625,
+ 1855
+ ],
+ "deps": [
+ "go-mode",
+ "gotest"
+ ],
+ "commit": "508294fbc22b22b37f587b2dbc8f3a48a16a07a6",
+ "sha256": "18vsrckkazfzksjpyx1lbwg5hdgd43ndaj3csy3i3hk7p26x98lm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6,
+ 1
+ ],
+ "deps": [
+ "go-mode",
+ "gotest"
+ ],
+ "commit": "508294fbc22b22b37f587b2dbc8f3a48a16a07a6",
+ "sha256": "18vsrckkazfzksjpyx1lbwg5hdgd43ndaj3csy3i3hk7p26x98lm"
+ }
+ },
+ {
+ "ename": "go-playground-cli",
+ "commit": "3af0a72ee1222c133ccfd76f004a346fd6110eee",
+ "sha256": "00h89rh8d7lq1di77nv609xbzxmjmffq6mz3cmagylxncflg81jc",
+ "fetcher": "github",
+ "repo": "kosh04/emacs-go-playground",
+ "unstable": {
+ "version": [
+ 20160503,
+ 914
+ ],
+ "deps": [
+ "cl-lib",
+ "deferred",
+ "f",
+ "let-alist",
+ "names",
+ "request",
+ "s"
+ ],
+ "commit": "60beebd98e3930641d41cee0189c579626f223bc",
+ "sha256": "1fcm65r1sy2fmcp2i7mwc7mxqiaf4aaxda4i2qrm8s25cxsffir7"
+ }
+ },
+ {
+ "ename": "go-projectile",
+ "commit": "3559a179be2a5cda71ee0a5a18bead4b3a1a8138",
+ "sha256": "07diik27gr82n11a8k62v1jxq8rhi16f02ybk548f6cn7iqgp2ml",
+ "fetcher": "github",
+ "repo": "dougm/go-projectile",
+ "unstable": {
+ "version": [
+ 20181023,
+ 2144
+ ],
+ "deps": [
+ "go-eldoc",
+ "go-guru",
+ "go-mode",
+ "go-rename",
+ "projectile"
+ ],
+ "commit": "7910884b4de560f3fc70b53752f658ef9cdc02cd",
+ "sha256": "03bh8k95qrc3q1sja05bbv3jszh6rgdv56jpi8g06yxk53457a1n"
+ }
+ },
+ {
+ "ename": "go-rename",
+ "commit": "d806abe90da9a8951fdb0c31e2167bde13183c5c",
+ "sha256": "1cd2nfgwnqzylbry11ahahdip8w66w5hnrndrs65ip10s08w2xki",
+ "fetcher": "github",
+ "repo": "dominikh/go-mode.el",
+ "unstable": {
+ "version": [
+ 20190805,
+ 2101
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "fdc1545d0ca494eb533d006b42c4bb4a6fb73d6e",
+ "sha256": "0scmn5vg6bprshcipkf09lif93al3wrx3y8fm2v09jfpz1wghgi5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 0
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "35f6826e435c3004dabf134d0f2ae2f31ea7b6a2",
+ "sha256": "1nd2h50yb0493wvf1h7fzplq45rmqn2w7kxpgnlxzhkvq99v8vzf"
+ }
+ },
+ {
+ "ename": "go-scratch",
+ "commit": "1713e6f02f8908b828ac2722a3185ea7cceb0609",
+ "sha256": "11ahvmxbh67wa39cymymxmcpkq0kcn5jz0rrvazjy2p1hx3x1ma5",
+ "fetcher": "github",
+ "repo": "shosti/go-scratch.el",
+ "unstable": {
+ "version": [
+ 20150810,
+ 440
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "3f68cbcce04f59eb8e83af109164731ec0454be0",
+ "sha256": "1a6vg2vwgnafb61pwrd837fwlq5gs80wawbzjsnykawnmcaag8pm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "3f68cbcce04f59eb8e83af109164731ec0454be0",
+ "sha256": "1a6vg2vwgnafb61pwrd837fwlq5gs80wawbzjsnykawnmcaag8pm"
+ }
+ },
+ {
+ "ename": "go-snippets",
+ "commit": "ca9f3022e7f4d5391be394cd56f6db75c9cff3b6",
+ "sha256": "1wcbnfzxailv18spxyv4a0nwlqh9l7yf5vxg0qcjcp5ajd2w12kn",
+ "fetcher": "github",
+ "repo": "toumorokoshi/go-snippets",
+ "unstable": {
+ "version": [
+ 20180113,
+ 611
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "d437df148879566ffe7f2e503a3cf2602aa9fb28",
+ "sha256": "0rs2yj9bh0snf13hfj9bvyawl16j8416naz6h52l21q72ymd4b0k"
+ }
+ },
+ {
+ "ename": "go-stacktracer",
+ "commit": "401996c585d2ccf97add1bc420250d96188b651a",
+ "sha256": "1laz2ggqydnyr7b36ggb7sphlib79dhp7nszw42wssmv212v94cy",
+ "fetcher": "github",
+ "repo": "samertm/go-stacktracer.el",
+ "unstable": {
+ "version": [
+ 20150430,
+ 2142
+ ],
+ "commit": "a2ac6d801b389f80ca4e2fcc1ab44513a9e55976",
+ "sha256": "0n5nsyfwx2pdlwx6bl35wrfyady5dwraimv92f58mhc344ajd70y"
+ }
+ },
+ {
+ "ename": "go-tag",
+ "commit": "fc4cd3fd8fb0707912e205b9d71789ea8126c442",
+ "sha256": "18ff41i0gr708fl4gzzspf9cc09nv4wy21wsn609yhwlh7w0vs1f",
+ "fetcher": "github",
+ "repo": "brantou/emacs-go-tag",
+ "unstable": {
+ "version": [
+ 20180227,
+ 411
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "59b243f2fa079d9de9d56f6e2d94397e9560310a",
+ "sha256": "0r72qk79q8yyidpxgq4r0295fm73id946p1r4s65bwyzii76rjyi"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "8dbcb7d42dccac046c7beb31bdf79bb09a0fef40",
+ "sha256": "1l20az4lhgbrh96sk6bpvp3w4bh29653fms4bimmiaqmhn2n14y2"
+ }
+ },
+ {
+ "ename": "gobgen",
+ "commit": "8c9fed22bb8dbfb359e4fdb0d802ed4b5781f50d",
+ "sha256": "0fb0q9x7wj8gs1iyr87q1vpxmfa2d43zy6cgxpzmv2wc26x96vi7",
+ "fetcher": "github",
+ "repo": "gergelypolonkai/gobgen.el",
+ "unstable": {
+ "version": [
+ 20161020,
+ 1523
+ ],
+ "commit": "ed2c2b0d217deae293096f3cf14aa492791ddd4f",
+ "sha256": "1isda941gzrl9r2xxaxbsqjxq146cmnhl04m634m8m0q2d751pwk"
+ }
+ },
+ {
+ "ename": "god-mode",
+ "commit": "2dff8dc08583048f9b7b4cb6d8f05a18dd4e8b42",
+ "sha256": "01xx2byjh6vlckaxamm2x2qzicd9qc8h6amyjg0bxz3932a4llaa",
+ "fetcher": "github",
+ "repo": "chrisdone/god-mode",
+ "unstable": {
+ "version": [
+ 20180117,
+ 1134
+ ],
+ "commit": "344167ed9b4c212273dd056e7481cf1373b461d0",
+ "sha256": "0y7phh7amrdphv9dkf0304z2knyas745ir59ybngh1a55dfc2mf4"
+ }
+ },
+ {
+ "ename": "godoctor",
+ "commit": "0e23e1362ff7d477ad9ce6cfff694db989dfb87b",
+ "sha256": "0k734hry9npsr6zhsplcvmcjqw6jdf79pv4k9dw0xvd598hkpazz",
+ "fetcher": "github",
+ "repo": "microamp/godoctor.el",
+ "unstable": {
+ "version": [
+ 20180710,
+ 2152
+ ],
+ "commit": "4b45ff3d0572f0e84056e4c3ba91fcc178199859",
+ "sha256": "12gga1ghc54r6f2adyaq30hm2yxspvgg54zd4k82c3d6cj51qwci"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 0
+ ],
+ "commit": "4b45ff3d0572f0e84056e4c3ba91fcc178199859",
+ "sha256": "12gga1ghc54r6f2adyaq30hm2yxspvgg54zd4k82c3d6cj51qwci"
+ }
+ },
+ {
+ "ename": "gold-mode",
+ "commit": "6d1991b63067c581c7576df4b69b509ab5a44d5a",
+ "sha256": "1b67hd1fp6xcj65xxp5jcpdjspxsbzxy26v6lqg5kiy8knls57kf",
+ "fetcher": "github",
+ "repo": "yuutayamada/gold-mode-el",
+ "unstable": {
+ "version": [
+ 20140607,
+ 206
+ ],
+ "deps": [
+ "sws-mode"
+ ],
+ "commit": "6d3aa59602b1b835495271c8c9741ac344c2eab1",
+ "sha256": "1k4i9z9h4m0h0y92mncr96jir63q5h1bix5bpnlfxhxl5w8pvk1q"
+ }
+ },
+ {
+ "ename": "golden-ratio",
+ "commit": "e87b2af052d0406431957d75aa3717899bdbc8ae",
+ "sha256": "15fkrv0sgpzmnw2h4fp2gb83d8s42khkfq1h76l241njjayk1f81",
+ "fetcher": "github",
+ "repo": "roman/golden-ratio.el",
+ "unstable": {
+ "version": [
+ 20150819,
+ 1120
+ ],
+ "commit": "72b028808b41d23fa3f7e8c0d23d2c475e7b46ae",
+ "sha256": "0wdw89n7ngxpcdigv8c01h4i84hsdh0y7xq6jdj1i6mnajl8gk92"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "79b1743fc1a2f3462445e9ddd0a869f30065bb6d",
+ "sha256": "00igv83hiyx7x3pf2grmjpd379brn33fm85f05k104mkkrhg99nm"
+ }
+ },
+ {
+ "ename": "golden-ratio-scroll-screen",
+ "commit": "af044c4a28149362347c2477f0d8d0f8d1dc8c0d",
+ "sha256": "1ygh104vr65s7frlkzyhrfi6shrbvp2b2j3ynj5dip253v85xki5",
+ "fetcher": "github",
+ "repo": "jixiuf/golden-ratio-scroll-screen",
+ "unstable": {
+ "version": [
+ 20170224,
+ 229
+ ],
+ "commit": "44e947194d3e5cbe0fd2f3c4886a4e6e1a0c0791",
+ "sha256": "1wd19jskpp9w0lrg0ky3hvnliq9l09kmxy59hdp06hsdmvr31jwv"
+ }
+ },
+ {
+ "ename": "goldendict",
+ "commit": "af87026905478d9134a4a036e792f6afd9c10768",
+ "sha256": "0zvrlz169pg9bj1bmks4lh5zn8cygqzwiyzg49na2a7wf2sk9m1f",
+ "fetcher": "github",
+ "repo": "stardiviner/goldendict.el",
+ "unstable": {
+ "version": [
+ 20180121,
+ 920
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1aac19daaec811deb9afe45eea4929309c09ac8b",
+ "sha256": "1il432f6ayj2whl4s804n5wykgs51jhbx4xkcbfgqra58cbjrjhi"
+ }
+ },
+ {
+ "ename": "golint",
+ "commit": "34f22d829257456abbc020c006b92da9c7a7860e",
+ "sha256": "1q4y6mgll8wyp0c7zx810nzsm0k4wvz0wkly1fbja9z63sjzzxwb",
+ "fetcher": "github",
+ "repo": "golang/lint",
+ "unstable": {
+ "version": [
+ 20180221,
+ 2015
+ ],
+ "commit": "959b441ac422379a43da2230f62be024250818b0",
+ "sha256": "1mgcv5f00pkzsbwnq2y7vqvd1b4lr5a3s47cphh2qv4indfk7pck"
+ }
+ },
+ {
+ "ename": "gom-mode",
+ "commit": "0a1e5f505e048b36c12de36b23b779beeaefc45f",
+ "sha256": "07zr38gzqb3ds9mpf94c1vhl1rqd0cjh4g4j2bz86q16c0rnmp7m",
+ "fetcher": "github",
+ "repo": "syohex/emacs-gom-mode",
+ "unstable": {
+ "version": [
+ 20131008,
+ 253
+ ],
+ "commit": "972e33df1d38ff323bc97de87477305826013701",
+ "sha256": "1anjzlg53kjdqfjcdahbxy8zk9hdha075c1f9nzrnnbbqvmirbbb"
+ }
+ },
+ {
+ "ename": "google",
+ "commit": "45237d37da807559498bb958184e05109f880070",
+ "sha256": "11a521cq5bj7afl7bqiilg0c81dy00lnhak7h3d9c9kwg7kfljiq",
+ "fetcher": "github",
+ "repo": "hober/google-el",
+ "unstable": {
+ "version": [
+ 20140416,
+ 1748
+ ],
+ "commit": "3b3189a8b201c8d36fed6e61496274e530dd40bd",
+ "sha256": "06p1dpnmg7lhdff1g7c04qq8f9srgkmnm42jlqy85k87j3p5ys2i"
+ }
+ },
+ {
+ "ename": "google-c-style",
+ "commit": "b4e7f5f641251e17add561991d3bcf1fde23467b",
+ "sha256": "10gsbg880jbvxs4291vi2ww30ird2f313lbgcb11lswivmhrmd1r",
+ "fetcher": "github",
+ "repo": "google/styleguide",
+ "unstable": {
+ "version": [
+ 20180130,
+ 1736
+ ],
+ "commit": "5beae3f4dacad9b0b86a8a4ab308459475feda0e",
+ "sha256": "0f1x1vjzlr0i41b7nqziw7yiawfw8sb1ssqwii7a5nfgzsv19z7w"
+ }
+ },
+ {
+ "ename": "google-contacts",
+ "commit": "671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f",
+ "sha256": "0wgi244zy2am90alimgzazshk2z756bk1hchphssfa4j15n16jgn",
+ "fetcher": "github",
+ "repo": "jd/google-contacts.el",
+ "unstable": {
+ "version": [
+ 20180919,
+ 1314
+ ],
+ "deps": [
+ "cl-lib",
+ "oauth2"
+ ],
+ "commit": "2273582713712a58e71156a8a29972d42e8e690e",
+ "sha256": "1iw5khd3mcgq7vmpm2xw1s713glc8c569n4mgrmmggg73sjnj4kf"
+ }
+ },
+ {
+ "ename": "google-maps",
+ "commit": "671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f",
+ "sha256": "0a0wqs3cnlpar2dzdi6h14isw78vgqr2r6psmrzbdl00s4fcyxwx",
+ "fetcher": "github",
+ "repo": "jd/google-maps.el",
+ "unstable": {
+ "version": [
+ 20181121,
+ 1532
+ ],
+ "commit": "2eb16ff609f5a9f8d02c15238a111fbb7db6c146",
+ "sha256": "1bl0dnksbf14d0xcnvdy9qpvzc5c8jwkxpmfvgayj6djikxnw2md"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "90151ab59e693243ca8da660ce7b9ce361ea5126",
+ "sha256": "183igr5lp20zcqi7rc01fk76sfxdhksd74i11v16gdsifdkjimd0"
+ }
+ },
+ {
+ "ename": "google-this",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "0hg9y1b03aiamyn3mam3hyxmxy21wygxrnrww91zcbwlzgp4dd2c",
+ "fetcher": "github",
+ "repo": "Malabarba/emacs-google-this",
+ "unstable": {
+ "version": [
+ 20170810,
+ 1215
+ ],
+ "commit": "8a2e3ca5da6a8c89bfe99a21486c6c7db125dc84",
+ "sha256": "1dbra309w8awmi0g0pp7r2dm9nwrj2j9lpl7md8wa89rnzazwahl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 12
+ ],
+ "commit": "8a2e3ca5da6a8c89bfe99a21486c6c7db125dc84",
+ "sha256": "1dbra309w8awmi0g0pp7r2dm9nwrj2j9lpl7md8wa89rnzazwahl"
+ }
+ },
+ {
+ "ename": "google-translate",
+ "commit": "e3c275e59cbfe6e40f9cd4c470fc66544c9a6d21",
+ "sha256": "1crgzdd32mk6hrawdypg496dwh51wzwfb5wqw4a2j5l8y958xf47",
+ "fetcher": "github",
+ "repo": "atykhonov/google-translate",
+ "unstable": {
+ "version": [
+ 20190620,
+ 1416
+ ],
+ "commit": "dc118de511c433750d4c98b9dd67350118c04fd6",
+ "sha256": "1kbiqisqyk31l94gxsirhnrdkj51ylgcb16fk2wf7zigmf13jqzp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 11,
+ 18
+ ],
+ "commit": "dc118de511c433750d4c98b9dd67350118c04fd6",
+ "sha256": "1kbiqisqyk31l94gxsirhnrdkj51ylgcb16fk2wf7zigmf13jqzp"
+ }
+ },
+ {
+ "ename": "goose-theme",
+ "commit": "e23a52e068ec0e6d457402254727673ea02bd407",
+ "sha256": "1nw948js678xc5vgrpdkykpcbn1b1id4k1clf87vfv7y5zssvd0x",
+ "fetcher": "github",
+ "repo": "tokenrove/goose-theme",
+ "unstable": {
+ "version": [
+ 20160828,
+ 1245
+ ],
+ "commit": "acd017b50ab25a75fd1331eb3de66467e2042e9c",
+ "sha256": "1mmdvjsgnwgs6akhyj96fgj30mz53djdq85dl5q4cmiznlbma7hy"
+ }
+ },
+ {
+ "ename": "gopher",
+ "commit": "8c01e1c5009e8a4fefe5169c8e97ead53f8f6621",
+ "sha256": "01b1mr8nn5yrq65y067slc7mvxigansbim0nha41ckyrkh8mw4fs",
+ "fetcher": "github",
+ "repo": "msnyder-info/gopher.el",
+ "unstable": {
+ "version": [
+ 20190512,
+ 1351
+ ],
+ "deps": [
+ "w3m"
+ ],
+ "commit": "6f4accac226698b22e8388e41ad5723b12553dde",
+ "sha256": "02093q9dwbqjyq47j05cmxmw12690f4qqpwsj7qnqz15m9n4b6xc"
+ }
+ },
+ {
+ "ename": "gore-mode",
+ "commit": "de09fcf14f778efe4247a93fb887b77050258f39",
+ "sha256": "0nljybh2pw8pbbajfsz57r11rs4bvzfxmwpbm5qrdn6dzzv65nq3",
+ "fetcher": "github",
+ "repo": "sergey-pashaev/gore-mode",
+ "unstable": {
+ "version": [
+ 20151123,
+ 1927
+ ],
+ "deps": [
+ "go-mode"
+ ],
+ "commit": "94d7f3e99104e06167967c98fdc201049c433c2d",
+ "sha256": "0l022aqpnb38q6kgdqpbxrc1r7fljwl7xq14yi5jb7qgzw2v43cz"
+ }
+ },
+ {
+ "ename": "gorepl-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0xcjjh9hf3pv5jgv089c6bb00s215fc9qwn72fav1xbm5f49nkaq",
+ "fetcher": "github",
+ "repo": "manute/gorepl-mode",
+ "unstable": {
+ "version": [
+ 20170905,
+ 945
+ ],
+ "deps": [
+ "f",
+ "hydra",
+ "s"
+ ],
+ "commit": "bbd27f6a0a77f484e2a3f082d70dc69da63ae52a",
+ "sha256": "01lqirxgw7svxy1fdv49mvcbhpslf64in6c4dk36b8xhngyqbilf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "17e025951f5964a0542a4b353ddddbc734c01eed",
+ "sha256": "1abb78xxsggawl43hspl0cr0f7i1b3jd9r6xl1nl5jg97i4byg0b"
+ }
+ },
+ {
+ "ename": "gotest",
+ "commit": "0670b42c0c998daa7bf01080757976ac3589ec06",
+ "sha256": "1kan3gykhci33jgg67jjiiz7rqlz5mpxp8sh6mb0n6kpfmgb4ly9",
+ "fetcher": "github",
+ "repo": "nlamirault/gotest.el",
+ "unstable": {
+ "version": [
+ 20180617,
+ 1333
+ ],
+ "deps": [
+ "f",
+ "go-mode",
+ "s"
+ ],
+ "commit": "36e09a6bf1face4c56d4a7707935c992786e0076",
+ "sha256": "1aqjyhp7qdss3iqfxamp45006fgfxdgvhf7lqjnjs2xqzvmvsq80"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 14,
+ 0
+ ],
+ "deps": [
+ "f",
+ "go-mode",
+ "s"
+ ],
+ "commit": "8a5ef7363f83edb3b77c5e23876f13dd8c23b2b9",
+ "sha256": "1ksi37kmy9mnrjr5lf9f0ga5nvi3r2kc85g6yvdfj0mbsjm1pnp7"
+ }
+ },
+ {
+ "ename": "gotham-theme",
+ "commit": "4b388de872be397864a1217a330ba80437c287c0",
+ "sha256": "0jars6rvf7hkyf71vq06mqki1r840i1dvv43dissqjg5i4lr79cl",
+ "fetcher": "github",
+ "repo": "wasamasa/gotham-theme",
+ "unstable": {
+ "version": [
+ 20171013,
+ 1916
+ ],
+ "commit": "5e97554d1f9639698faedb0660e63694be33bd84",
+ "sha256": "18x0b2qmyzf9sddsv9ps1059pi4ndzq44rm4yl87slq03y75nxi9"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 8
+ ],
+ "commit": "417d61978d139cb5d089c5365fc8d3166d76d3ac",
+ "sha256": "0rc40cfj2mby1q7bk1pp1fxdi72nh9ip80spjdm1csvjjc4dbkwr"
+ }
+ },
+ {
+ "ename": "goto-char-preview",
+ "commit": "b856d9304ba8814050634db54c8abb88e5dce772",
+ "sha256": "1h9lq9ka469day511nnv566kggja23pa8zhqxa805p6lp7132b4d",
+ "fetcher": "github",
+ "repo": "elpa-host/goto-char-preview",
+ "unstable": {
+ "version": [
+ 20190418,
+ 829
+ ],
+ "commit": "366cf84c30fc8e675e9cbab1091ead6f3cd0d399",
+ "sha256": "1y2ay0r0rqayvw8wlbf8advjbhvzz7sa16k272mxszxzp7xmnr71"
+ }
+ },
+ {
+ "ename": "goto-chg",
+ "commit": "cf1fc176430fe3ab55ce537a0efc59780bb812be",
+ "sha256": "1yd4jq4zql4av9nr1sdk4nsnnk54c3brgjhpczndy1ipiaxlnydy",
+ "fetcher": "github",
+ "repo": "emacs-evil/goto-chg",
+ "unstable": {
+ "version": [
+ 20190110,
+ 2114
+ ],
+ "deps": [
+ "undo-tree"
+ ],
+ "commit": "1829a13026c597e358f716d2c7793202458120b5",
+ "sha256": "1y603maw9xwdj3qiarmf1bp13461f9f5ackzicsbynl0i9la3qki"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7,
+ 3
+ ],
+ "commit": "16a63aae80db90713fb1f7d378c5d591c2ce15ff",
+ "sha256": "0kpalpssfrwcqrmp47i3j2x04m01fm7cspwsm6fks8pn71lagcwm"
+ }
+ },
+ {
+ "ename": "goto-gem",
+ "commit": "a52b516b7b10bdada2f64499c8f43f85a236f254",
+ "sha256": "0i79z1isdbnqmz5rlqjjys68l27nl90m1gzks4f9d6dsgfryhgwx",
+ "fetcher": "gitlab",
+ "repo": "pidu/goto-gem",
+ "unstable": {
+ "version": [
+ 20140729,
+ 1845
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "e3206f11f48bb7e798514a4ca2c2f60649613e5e",
+ "sha256": "0j2hdxqfsifm0d8ilwcw7np6mvn4xm58xglzh42gigj2fxv87g99"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "6f5bd405c096ef879fed1298c09d0daa0bae5dac",
+ "sha256": "188q7jr1y872as3w32m8lf6vwl2by1ibgdk6zk7dhpcjwd0ik7x7"
+ }
+ },
+ {
+ "ename": "goto-last-change",
+ "commit": "d68945f5845e5e44fb6c11726a56acd4dc56e101",
+ "sha256": "1yl9p95ls04bkmf4d6az72pycp27bv7q7wxxzvj8sj97bgwvwajx",
+ "fetcher": "github",
+ "repo": "camdez/goto-last-change.el",
+ "unstable": {
+ "version": [
+ 20150109,
+ 1823
+ ],
+ "commit": "58b0928bc255b47aad318cd183a5dce8f62199cc",
+ "sha256": "1f0zlvva7d7iza1v79yjp0bm7vd011q4cy14g1saryll32z115z5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 1
+ ],
+ "commit": "58b0928bc255b47aad318cd183a5dce8f62199cc",
+ "sha256": "1f0zlvva7d7iza1v79yjp0bm7vd011q4cy14g1saryll32z115z5"
+ }
+ },
+ {
+ "ename": "goto-last-point",
+ "commit": "20148869e301d236bbf335e8545131488ad57f27",
+ "sha256": "0lns0w7zvi8afsr64kcyn68arrjf7bqmpadw12zj100nnnvs40lh",
+ "fetcher": "github",
+ "repo": "manuel-uberti/goto-last-point",
+ "unstable": {
+ "version": [
+ 20190525,
+ 1855
+ ],
+ "commit": "7ea191df18ff4774cf1dc568e1726143dd54ea02",
+ "sha256": "1x8sr1xrarb7s7hxp4wg96ng7hb3li3ahixybkzcisz4ga9iwj8x"
+ }
+ },
+ {
+ "ename": "goto-line-preview",
+ "commit": "ec27ae185c0308c445e461dc84f398483ca08c5a",
+ "sha256": "1id3msndzav59ljwdp7xnh0glbzc8d12phpywlb89h5nclj0rzsl",
+ "fetcher": "github",
+ "repo": "elpa-host/goto-line-preview",
+ "unstable": {
+ "version": [
+ 20190308,
+ 736
+ ],
+ "commit": "772fb942777a321b4698add1b94cff157f23a93b",
+ "sha256": "16zil8kjv7lfmy11g88p1cm24j9db319fgkwzsgf2vzp1m15l0pc"
+ }
+ },
+ {
+ "ename": "govc",
+ "commit": "92d6391318021c63b06fe39b0ca38f667bb45ae9",
+ "sha256": "1ivgaziv25wlzg6y4zh8x7mv97pnyhi7p8jpvgh5fg5lnqpzhl4v",
+ "fetcher": "github",
+ "repo": "vmware/govmomi",
+ "unstable": {
+ "version": [
+ 20180524,
+ 2023
+ ],
+ "deps": [
+ "dash",
+ "json-mode",
+ "magit-popup",
+ "s"
+ ],
+ "commit": "7b40d3e162becb69c99f2b71a26e1966adb34384",
+ "sha256": "16yqh892rfpg6mbzqxc8isxh3z3s9h14n6chm1h2qxsa82wqrrk2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 21,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "json-mode",
+ "magit-popup",
+ "s"
+ ],
+ "commit": "a0fef816799db3e430bb7a5ac951e7835fe4d56b",
+ "sha256": "0mig8w0szxqcii3gihrsm8n8hzziq9l6axc5z32nw9kiy9bi4130"
+ }
+ },
+ {
+ "ename": "govet",
+ "commit": "7e4a5f5031c76056d8f1b64b27a39a512c7c59cd",
+ "sha256": "1rpgngixf1xnnqf0l2vvh6y9q3395qyj9ln1rh0xz5lm7d4pq4hy",
+ "fetcher": "github",
+ "repo": "meshelton/govet",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1724
+ ],
+ "commit": "1c05817cf8b96589076c7ac4e52ee58a860a0cbf",
+ "sha256": "1n223i87xmk8p8h8dswnhhvazy0z53dzl36gmk9y7ck8bd9vz706"
+ }
+ },
+ {
+ "ename": "gpastel",
+ "commit": "9b70e05ff0a074f9e2f1373e8495dc8df462deea",
+ "sha256": "0mjy4n26s89b481dby018l80glgfwfaacihmd7vhh2c75ns671a6",
+ "fetcher": "github",
+ "repo": "DamienCassou/gpastel",
+ "unstable": {
+ "version": [
+ 20181229,
+ 1404
+ ],
+ "commit": "d5fc55bc825203f998537c5834718e665bb87c29",
+ "sha256": "1ggyd2jy7j3kvqsdxbfcsk41r3d31b8bcyncwglm9m1dh4vx5qsr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "commit": "8a5522b274f79d55d7c9a0b2aaf062526f9253c7",
+ "sha256": "01pnnqcxni55xr7r2lxcnsqiszm2w5iwnjcwp748p1faq6ywhi19"
+ }
+ },
+ {
+ "ename": "grab-mac-link",
+ "commit": "e4cc8a72a9f161f024ed9415ad281dbea5f07a18",
+ "sha256": "1a4wyvx1mlgnd45nn99lwy3vaiwhi1nrphfln86pb6z939dxakj3",
+ "fetcher": "github",
+ "repo": "xuchunyang/grab-mac-link.el",
+ "unstable": {
+ "version": [
+ 20190419,
+ 1307
+ ],
+ "commit": "b52d29cd78a60cfe874667a8987ed10e8eb0f172",
+ "sha256": "15qznll0358cgqb9m9hpr2if2rsskr29mpsg7h32xb6njqnn741m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "8bf05a69758fd10a4303c5c458cd91a49ab8b1b2",
+ "sha256": "12x47k3mm5hvhgn7fmfi7bqfa3naz8w1sx6fl3rmnbzvldb89i1k"
+ }
+ },
+ {
+ "ename": "grab-x-link",
+ "commit": "64d4d4e6f9d6a3ea670757f248afd355baf1d933",
+ "sha256": "1kni49n1v716w4hjfm49mk25jshfc6idpby0k58qvngbfqk3kzy5",
+ "fetcher": "github",
+ "repo": "xuchunyang/grab-x-link",
+ "unstable": {
+ "version": [
+ 20180205,
+ 1146
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d19f0c0da0ddc55005a4c1cdc2b8c5de8bea1e8c",
+ "sha256": "1l9jg2w8ym169b5dhg3k5vksbmicg4n1a55x7ddjysf8n887cpid"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d19f0c0da0ddc55005a4c1cdc2b8c5de8bea1e8c",
+ "sha256": "1l9jg2w8ym169b5dhg3k5vksbmicg4n1a55x7ddjysf8n887cpid"
+ }
+ },
+ {
+ "ename": "gradle-mode",
+ "commit": "771cc597daebf9b4aa308f8b350af91a515b44c9",
+ "sha256": "0lx9qi93wmiy9pxjxqp68scbcb4bx88b6jiqk3y8jg5cajizh24g",
+ "fetcher": "github",
+ "repo": "jacobono/emacs-gradle-mode",
+ "unstable": {
+ "version": [
+ 20150313,
+ 1905
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "e4d665d5784ecda7ddfba015f07c69be3cfc45f2",
+ "sha256": "0xs2278gamzg0710bm1fkhjh1p75m2l1jcl98ldhyjhvaf9d0ysc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 5
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "579de06674551919cddac9cfe42129f4fb0155c9",
+ "sha256": "0k86lrb55d701nj6pvlw3kjp1dcd3lzfya0hv6q56c529y69d782"
+ }
+ },
+ {
+ "ename": "grails",
+ "commit": "be0196207245ea9d23fda09121d624db9ea6d83d",
+ "sha256": "177y6xv35d2dhc3pdx5qhpywlmlqgfnjpzfm9yxc8l6q2rgs8irw",
+ "fetcher": "github",
+ "repo": "lifeisfoo/emacs-grails",
+ "unstable": {
+ "version": [
+ 20160417,
+ 636
+ ],
+ "commit": "fa638abe5c37f3f8af4fcd32f212453185ce50b1",
+ "sha256": "1npsjniazaq20vz3kvwr8p30ivc6x24r9a16rfcwhr5wjx3nn91b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "commit": "fa638abe5c37f3f8af4fcd32f212453185ce50b1",
+ "sha256": "1npsjniazaq20vz3kvwr8p30ivc6x24r9a16rfcwhr5wjx3nn91b"
+ }
+ },
+ {
+ "ename": "grails-mode",
+ "commit": "3fe318b4e51a280a55c01fa30455e4a180df8bd6",
+ "sha256": "1zdlmdkwyaj2zns3xwmqpil83j7857aj2070kvx8xza66dxcnlm4",
+ "fetcher": "github",
+ "repo": "Groovy-Emacs-Modes/groovy-emacs-modes",
+ "unstable": {
+ "version": [
+ 20160504,
+ 911
+ ],
+ "commit": "aa531c659758b896ff8fbd307080ce0d1d04ebfb",
+ "sha256": "0jcqldpgx9b0xsvxvj7lgqrb39cwn7adggrlxfcm0pgc40dpfwb4"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0
+ ],
+ "commit": "d7b362e6186d263ec3eefc141dbb5b27a8773f24",
+ "sha256": "0c1d4cbnlny8gpcd20zr1wxx6ggf28jgh7sgd5r1skpsvjpbfqx2"
+ }
+ },
+ {
+ "ename": "grails-projectile-mode",
+ "commit": "35d49029c1f665ad40e543040d98d5a770bfea96",
+ "sha256": "0dy8v2mila7ccvb7j5jlfkhfjsjfk3bm3rcy84m0rgbqjai67amn",
+ "fetcher": "github",
+ "repo": "yveszoundi/grails-projectile-mode",
+ "unstable": {
+ "version": [
+ 20160327,
+ 1324
+ ],
+ "deps": [
+ "cl-lib",
+ "projectile"
+ ],
+ "commit": "8efca50ce92b556fe9d467b157d7aec635bcc017",
+ "sha256": "0xnj0wp0na53l0y8fiaah50ij4r80j8a29hbjbcicska21p5w1s1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "projectile"
+ ],
+ "commit": "8efca50ce92b556fe9d467b157d7aec635bcc017",
+ "sha256": "0xnj0wp0na53l0y8fiaah50ij4r80j8a29hbjbcicska21p5w1s1"
+ }
+ },
+ {
+ "ename": "grandshell-theme",
+ "commit": "f0a8eb0eefe88b4ea683a4743c0f8393506e014b",
+ "sha256": "1r0r0r0g116f4jp3rip8mjqqgdam4h5dr5qvdglr9xpirfcw6wq3",
+ "fetcher": "git",
+ "url": "https://framagit.org/steckerhalter/grandshell-theme.git",
+ "unstable": {
+ "version": [
+ 20180606,
+ 517
+ ],
+ "commit": "0ed8e4273607dd4fcaa742b4097259233b09eda6",
+ "sha256": "04vx5p1ffln5b9rxgfi15q735plxcjvskby3c5k4slgwf4p91bpq"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "commit": "22c8df52c0fb8899fa748fa2980947ab38b53380",
+ "sha256": "08556ci80iycm4qkvbnrci55wyv91b4fh6sjp0im0ywndmrq3yyc"
+ }
+ },
+ {
+ "ename": "graphene",
+ "commit": "0206d6adcb7855c2174c3cd506b71c21def1209b",
+ "sha256": "1wz3rvd8b7gx5d0k7yi4dd69ax5bybcm10vdc7xp4yn296lmyl9k",
+ "fetcher": "github",
+ "repo": "rdallasgray/graphene",
+ "unstable": {
+ "version": [
+ 20180529,
+ 1112
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "exec-path-from-shell",
+ "flycheck",
+ "graphene-meta-theme",
+ "ido-completing-read+",
+ "ppd-sr-speedbar",
+ "smartparens",
+ "smex",
+ "sr-speedbar",
+ "web-mode"
+ ],
+ "commit": "cc8477fcfb7771ea4e5bbaf3c01f9e679234c1c1",
+ "sha256": "0j0igcmfl61c4pakqmyxpwr4kjar9i81vkl84rw19phc7k9497nb"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "exec-path-from-shell",
+ "flycheck",
+ "graphene-meta-theme",
+ "ido-completing-read+",
+ "ppd-sr-speedbar",
+ "smartparens",
+ "smex",
+ "sr-speedbar",
+ "web-mode"
+ ],
+ "commit": "cc8477fcfb7771ea4e5bbaf3c01f9e679234c1c1",
+ "sha256": "0j0igcmfl61c4pakqmyxpwr4kjar9i81vkl84rw19phc7k9497nb"
+ }
+ },
+ {
+ "ename": "graphene-meta-theme",
+ "commit": "44af719ede73c9fe7787272d7868587ce8966e3d",
+ "sha256": "1cqdr93lccdpxkzgap3r3qc92dh8vqgdlnxvqkw7lrcbs31fvf3q",
+ "fetcher": "github",
+ "repo": "rdallasgray/graphene-meta-theme",
+ "unstable": {
+ "version": [
+ 20161204,
+ 1607
+ ],
+ "commit": "62cc73fee31f1bd9474027b83a249feee050271e",
+ "sha256": "1ydl6dlg5z4infq8j09izwgs6n97yza6nbq5rs1xfv00zd9gr63c"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 6
+ ],
+ "commit": "8e75528529f460b1b5910467c4fc1f516e1a57b9",
+ "sha256": "03wllxivl95gsknjkmljm3kgjkwixwxaksaxv8i9c0zjrb2wwm24"
+ }
+ },
+ {
+ "ename": "graphql",
+ "commit": "3e801ae56f11b64a5a3e52cf1a6c152940ab8c97",
+ "sha256": "139fng2psn535ymqa7c6hm1r7ja1gs5mdvb487jj6fh0bl9wq8la",
+ "fetcher": "github",
+ "repo": "vermiculus/graphql.el",
+ "unstable": {
+ "version": [
+ 20180912,
+ 31
+ ],
+ "commit": "e2b309689f4faf9225f290080f836e988c5a576d",
+ "sha256": "1hqvsr2s2lbdssbx3v8nqxdhhdvydx6hpbhh4rlnfcadhhs0f6nr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "672dd9ebd7e67d8089388b0c484cd650e76565f3",
+ "sha256": "0sp0skc1rnhi39szfbq1i99pdgd3bhn4c15cff05iqhjy2d4hniw"
+ }
+ },
+ {
+ "ename": "graphql-mode",
+ "commit": "3850073e6706d4d8151bc6ab12963a19deae8be9",
+ "sha256": "074dc8fgbrikb5inv837n9bpmz1ami7aaxsqcci1f94x3iw8i74i",
+ "fetcher": "github",
+ "repo": "davazp/graphql-mode",
+ "unstable": {
+ "version": [
+ 20190812,
+ 2240
+ ],
+ "commit": "3581ad03e04b11c67d4882cbaa9ab6af71eaf78d",
+ "sha256": "0mabd677yi7phzvvil9fyic5i9z4nyp224d0ifzp5mw0jpsvfxv1"
+ }
+ },
+ {
+ "ename": "graphviz-dot-mode",
+ "commit": "6e2f1e66b33fd95142be4622c996911e38d56281",
+ "sha256": "04rkynsrsk6w4sxn1pc0b9b6pij1p7yraywbrk7qvv05fv69kri2",
+ "fetcher": "github",
+ "repo": "ppareit/graphviz-dot-mode",
+ "unstable": {
+ "version": [
+ 20181118,
+ 551
+ ],
+ "commit": "243de72e09ddd5cdc4863613af8b749827a5e1cd",
+ "sha256": "10ss7mhlkqvxh7y2w7njzh3hiz3r7y49a3q9j41bwipia4yzq4n5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "7301cc276206b6995d265bcb9eb308bb83c760be",
+ "sha256": "1zk664ilyz14p11csmqgzs73gx08hy32h3pnyymzqkavmgb6h3s0"
+ }
+ },
+ {
+ "ename": "grapnel",
+ "commit": "dd482e4b2c45921b81c5fb3dfce53acfec3c3093",
+ "sha256": "019cdx1wdx8sc2ibqwgp1akgckzxxvrayyp2sv806gha0kn6yf6r",
+ "fetcher": "github",
+ "repo": "leathekd/grapnel",
+ "unstable": {
+ "version": [
+ 20131001,
+ 1534
+ ],
+ "commit": "fbd0f9a51139973d35e4014855964fa435e8ecaf",
+ "sha256": "0nvl8mh7jxailisq31h5bi64s9b74ah1465wiwh18x502swr2s3c"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 3
+ ],
+ "commit": "7387234eb3f0285a490fddb1e06a4bf029719fb7",
+ "sha256": "0xcj1kqzgxifhrhpl9j2nfpnkd6213ix5z7f97269v3inpzaiyf5"
+ }
+ },
+ {
+ "ename": "grass-mode",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "1lq6bk4bwgcy4ra3d9rlca3fk87ydg7xnnqcqjg0pw4m9xnr3f7v",
+ "fetcher": "bitbucket",
+ "repo": "tws/grass-mode.el",
+ "unstable": {
+ "version": [
+ 20170503,
+ 1500
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "1ae8eae881173ddff64982d1fd0e14d4e7793fc1",
+ "sha256": "1sl3d5759fjm98pb50ykz2c05czb2298ipccwj2qz2hdzq63hfv8"
+ }
+ },
+ {
+ "ename": "grayscale-theme",
+ "commit": "2993881c7285cfbfc590b4118db46bfd435817bc",
+ "sha256": "0jbzb1zxv5mg3pivii31d4kz75igm339nw4cmx9kgzia9zal5f1r",
+ "fetcher": "github",
+ "repo": "belak/emacs-grayscale-theme",
+ "unstable": {
+ "version": [
+ 20171005,
+ 802
+ ],
+ "commit": "53ad50e10e68f2f076ebfc96e10ecef7a932d38d",
+ "sha256": "034pa35cjl07bhqdyw3xrcl97xcdg7jg0jvgn034fs3hssmsyxgv"
+ }
+ },
+ {
+ "ename": "greek-polytonic",
+ "commit": "bf0e6206be0e6f416c59323cf10bf052882863f3",
+ "sha256": "0rp5iwiznp95r8srxvq72hna2hgcqj4q1dvg2ma86cqzgqwr4xnw",
+ "fetcher": "github",
+ "repo": "jhanschoo/greek-polytonic",
+ "unstable": {
+ "version": [
+ 20190303,
+ 1358
+ ],
+ "commit": "114cba0f57cc077871693c799b807df2292341ec",
+ "sha256": "09prvjnhvirip6s0rlsp7pyyaj9xswvvjskxb2977ymki8ijxmqf"
+ }
+ },
+ {
+ "ename": "green-is-the-new-black-theme",
+ "commit": "3e42528d5677fd90515cad47266c07ea3d4363fb",
+ "sha256": "03q0vj409icmawffy2kd9yl04r453q80cy1p9y4i3xk368z0362g",
+ "fetcher": "github",
+ "repo": "fredcamps/green-is-the-new-black-emacs",
+ "unstable": {
+ "version": [
+ 20190724,
+ 1252
+ ],
+ "commit": "34f0372878a07a23bf1d9418aa380c403d272457",
+ "sha256": "1gfp5n4lknbw2p5wik0kq5i80p90x9gwd1zif7sjz5g3ximmgg04"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "commit": "34f0372878a07a23bf1d9418aa380c403d272457",
+ "sha256": "1gfp5n4lknbw2p5wik0kq5i80p90x9gwd1zif7sjz5g3ximmgg04"
+ }
+ },
+ {
+ "ename": "green-phosphor-theme",
+ "commit": "c6770f5d800232c152833d32efb814005e65ffc6",
+ "sha256": "1p4l75lahmbjcx74ca5jcyc04828vlcahk7gzv5lr7z9mhvq6fbh",
+ "fetcher": "github",
+ "repo": "aalpern/emacs-color-theme-green-phosphor",
+ "unstable": {
+ "version": [
+ 20150515,
+ 1447
+ ],
+ "commit": "fa42f598626adfdc5450e5c380fa2d5df6110f28",
+ "sha256": "0rgv96caigcjffg1983274p4ff1icx1xh5bj7rcd53hai5ag16mp"
+ }
+ },
+ {
+ "ename": "green-screen-theme",
+ "commit": "821744ca106f1b74941524782e4581fc93800fed",
+ "sha256": "0a45xcl74kp3v39bl169sq46mqxiwvvis6jzwcy6yrl2vqqi4mab",
+ "fetcher": "github",
+ "repo": "rbanffy/green-screen-emacs",
+ "unstable": {
+ "version": [
+ 20180816,
+ 1502
+ ],
+ "commit": "774e8f6c033786406267f71ec07319d906a30b75",
+ "sha256": "0f12lqgfi1vlhq8p5ia04vlmvmyb4f40q7dm2nbh5y8r6k89hisg"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 26
+ ],
+ "commit": "774e8f6c033786406267f71ec07319d906a30b75",
+ "sha256": "0f12lqgfi1vlhq8p5ia04vlmvmyb4f40q7dm2nbh5y8r6k89hisg"
+ }
+ },
+ {
+ "ename": "gregorio-mode",
+ "commit": "34cdc536cd0509c5a151c16f44f4db2c5b44365f",
+ "sha256": "1x3z4gc88h13miz72a597lz9hcn2lxps9jvldl2j62s6nvr88pff",
+ "fetcher": "github",
+ "repo": "jsrjenkins/gregorio-mode",
+ "unstable": {
+ "version": [
+ 20170705,
+ 1451
+ ],
+ "commit": "736fd3d05fb67f707cca1a7ce24e3ee7ca5e9567",
+ "sha256": "1w13a3irak6i74kl7va8d2simd2kjvw5253s8jvapi1mg4ifw379"
+ }
+ },
+ {
+ "ename": "grep-a-lot",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1cbl4gl91dx73q3i2glsivfxd8jkanrcrzy35zf6rb7raj7rc1bw",
+ "fetcher": "github",
+ "repo": "ZungBang/emacs-grep-a-lot",
+ "unstable": {
+ "version": [
+ 20131006,
+ 1347
+ ],
+ "commit": "9f9f645b9e308a0d887b66864ff97d0fca1ba4ad",
+ "sha256": "1f8262mrlinzgnn4m49hbj1hm3c1mvzza24py4b37sasn49546lw"
+ }
+ },
+ {
+ "ename": "grep-context",
+ "commit": "41dbaf627ae4ef86c222d2b6b5d3523fdb9a4637",
+ "sha256": "175s9asbnk2wlgpzc5izcd3vlfvdj064n38myy9qf4awn12c2y1g",
+ "fetcher": "github",
+ "repo": "mkcms/grep-context",
+ "unstable": {
+ "version": [
+ 20181002,
+ 1654
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "5a4e3efdf775755c1bbefcfe4b461c1166d81d7d",
+ "sha256": "00q7l4a3c0ay6g5ff9bfa2qgkiswsyh4s6pqnpg0zpzhvv5710f5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "4c63d0f2654dee1e249c2054d118d674a757bd45",
+ "sha256": "0n2bc9q6bvbfpaqivp3ajy9ad1wr7hfdd98qhnspsap67p73kfn4"
+ }
+ },
+ {
+ "ename": "greymatters-theme",
+ "commit": "d13621f3033b180d06852d90bd3ebe03276031f5",
+ "sha256": "10cxajyws5rwk62i4vk26c1ih0dq490kcfx7gijw38q3b5r1l8nr",
+ "fetcher": "github",
+ "repo": "mswift42/greymatters-theme",
+ "unstable": {
+ "version": [
+ 20150621,
+ 1123
+ ],
+ "commit": "a7220a8c6cf18ccae2b76946b6f01188a7c9d5d1",
+ "sha256": "14c09m9p6556rrf0qfad4zsv7qxa5flamzg6fa83cxh0qfg7wjbp"
+ }
+ },
+ {
+ "ename": "grin",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0rak710fp9c7wx39qn4dc9d0xfjr5w7hwklxh99v1x1ihkla9378",
+ "fetcher": "bitbucket",
+ "repo": "dariusp686/emacs-grin",
+ "unstable": {
+ "version": [
+ 20110806,
+ 658
+ ],
+ "commit": "f541aa22da52b8ff2f7af79bc5e4b58b9f5db8be",
+ "sha256": "0rqpgc50z86j4waijfm6kw4zjmzqfii6nnvyix4rkd4y3ryny1x2"
+ }
+ },
+ {
+ "ename": "grizzl",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0354xskqzxc38l14zxqs31hadwh27v9lyx67y3hnd94d8abr0qcb",
+ "fetcher": "github",
+ "repo": "grizzl/grizzl",
+ "unstable": {
+ "version": [
+ 20160818,
+ 737
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1e917253ce2b846f0272b8356fad3dbff9cd513a",
+ "sha256": "1hw932zvhyxajdgd0h18vr3w0sr0vp4334phlr1aysv7rjfgnpkr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "c775de1c34d1e5a374e2f40c1ae2396b4b003fe7",
+ "sha256": "1bq73kcx744xnlm2yvccrzlbyx91c492sg7blx2a9z643v3gg1zs"
+ }
+ },
+ {
+ "ename": "groovy-imports",
+ "commit": "b18a6842805856062e9452dc32bf0fd458f7d51a",
+ "sha256": "09yjkwsm192lgala1pvxw47id4j7362sl3j1hn9ald2m8m3ddyfs",
+ "fetcher": "github",
+ "repo": "mbezjak/emacs-groovy-imports",
+ "unstable": {
+ "version": [
+ 20161003,
+ 851
+ ],
+ "deps": [
+ "pcache",
+ "s"
+ ],
+ "commit": "e56d7dda617555ec6205644d32ffddf2e1fa43d9",
+ "sha256": "060zxl2y4p50g5fwgplgx07h5akfplp49rkv5cx09rqlcyzqhqwa"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "pcache",
+ "s"
+ ],
+ "commit": "e56d7dda617555ec6205644d32ffddf2e1fa43d9",
+ "sha256": "060zxl2y4p50g5fwgplgx07h5akfplp49rkv5cx09rqlcyzqhqwa"
+ }
+ },
+ {
+ "ename": "groovy-mode",
+ "commit": "3fe318b4e51a280a55c01fa30455e4a180df8bd6",
+ "sha256": "1pxw7rdn56klmr6kw21lhzh7zhp338gyf54ypsml64ibzr1x9kal",
+ "fetcher": "github",
+ "repo": "Groovy-Emacs-Modes/groovy-emacs-modes",
+ "unstable": {
+ "version": [
+ 20190407,
+ 2314
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "aa531c659758b896ff8fbd307080ce0d1d04ebfb",
+ "sha256": "0jcqldpgx9b0xsvxvj7lgqrb39cwn7adggrlxfcm0pgc40dpfwb4"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "d7b362e6186d263ec3eefc141dbb5b27a8773f24",
+ "sha256": "0c1d4cbnlny8gpcd20zr1wxx6ggf28jgh7sgd5r1skpsvjpbfqx2"
+ }
+ },
+ {
+ "ename": "gruber-darker-theme",
+ "commit": "87ade74553c04cb9dcfe16d03f263cc6f1fed046",
+ "sha256": "0vn4msixb77xj6p5mlfchjyyjhzah0lcmp0z82s8849zd194fxqi",
+ "fetcher": "github",
+ "repo": "rexim/gruber-darker-theme",
+ "unstable": {
+ "version": [
+ 20180529,
+ 712
+ ],
+ "commit": "c7687ec0511941db1371dcd70b31061d74aa5668",
+ "sha256": "1dn4vb07wrnc6w94563isx8jfv6vbpp04kh0jfqjmc7nbmyzpaf2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "commit": "0c08d77e615aceb9e6e1ca66b1fbde275200cfe4",
+ "sha256": "14h0rcd3nkw3pmx8jwip20p6rzl9qdkip5g52gfjjbqfvaffsrkd"
+ }
+ },
+ {
+ "ename": "grunt",
+ "commit": "acc9b816796b9f142c53f90593952b43c962d2d8",
+ "sha256": "1qdzqcrff9x97kyy0d4j636d5i751qja10liw8i0lf4lk6n0lywz",
+ "fetcher": "github",
+ "repo": "gempesaw/grunt.el",
+ "unstable": {
+ "version": [
+ 20160316,
+ 1528
+ ],
+ "deps": [
+ "ansi-color",
+ "dash"
+ ],
+ "commit": "4c269e2738658643ec2ed9ef61a2a3d71b08d304",
+ "sha256": "1xd6gv9bkqnj7j5mcnwvl1mxjmzvxqhp135hxj0ijc0ybdybacf7"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 2
+ ],
+ "deps": [
+ "ansi-color",
+ "dash"
+ ],
+ "commit": "e27dbb6b3de9b36c7fb28f69aa06b4b2ea32d4b9",
+ "sha256": "0zpmhjwj64s72iv3dgsy07pfh20f25ngsy3pszmlrfkxk0926d8k"
+ }
+ },
+ {
+ "ename": "gruvbox-theme",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "12z89fjfqcp9rx2f2x9wcffgxxv3kjn1dabyk0cjf286hgvmgz88",
+ "fetcher": "github",
+ "repo": "greduan/emacs-theme-gruvbox",
+ "unstable": {
+ "version": [
+ 20190720,
+ 337
+ ],
+ "deps": [
+ "autothemer"
+ ],
+ "commit": "37548041b6c541b69ab6d18b53f7513781a1f2b3",
+ "sha256": "08cmwspkijrfr1k0p7ady44vxjv27yjp7kj3achp024j4g2jvybc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 28,
+ 0
+ ],
+ "deps": [
+ "autothemer"
+ ],
+ "commit": "69a6ddf6c7e8c84174b94900ba71ddd08ec0237f",
+ "sha256": "00qq92gp1g55pzm97rh7k0dgxy44pxziridl8kqm4rbpi31r7k9p"
+ }
+ },
+ {
+ "ename": "gs-mode",
+ "commit": "bc1aa5335810e3d6572ebe9cd8949932b74d0f46",
+ "sha256": "02ldd92fv1k28nygl34i8gv0b0i1v5qd7nl1l17cf5f3akdwc6iq",
+ "fetcher": "github",
+ "repo": "yyr/emacs-grads",
+ "unstable": {
+ "version": [
+ 20151202,
+ 1006
+ ],
+ "commit": "1a13051db21b999c7682a015b33a03096ff9d891",
+ "sha256": "1d89gxyzv0z0nk7v1aa4qa0xfms2g2dsrr07cw0d99xsnyxfky31"
+ }
+ },
+ {
+ "ename": "gscholar-bibtex",
+ "commit": "9fa546d3dce59b07a623ee83e3befe139dc10481",
+ "sha256": "0d41gr9amf9vdn9pl9lamhp2swqllxslv9r3wsgzqvjl7zayd1az",
+ "fetcher": "github",
+ "repo": "cute-jumper/gscholar-bibtex",
+ "unstable": {
+ "version": [
+ 20190130,
+ 555
+ ],
+ "commit": "3b651e3de116860eb1f1aef9b547a561784871fe",
+ "sha256": "0wwjz4k1hsc1z489ygz4kh3dh23d7pnkgg2js07as7038hmhkjcb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 3
+ ],
+ "commit": "ba4ce159e385d695d8560e8b06b3cbe48424861c",
+ "sha256": "0idnfhk17avp0r4706grjqqkz0xl98gs0bx7wrkvwym3y2gadlz2"
+ }
+ },
+ {
+ "ename": "gsettings",
+ "commit": "ebdd0285684c712748d6353bd2a4774bd97dd521",
+ "sha256": "168zq3gp874k66jv8k78i6b1cb9042763aj9wpmcs9bz437hhw32",
+ "fetcher": "github",
+ "repo": "wbolster/emacs-gsettings",
+ "unstable": {
+ "version": [
+ 20190513,
+ 1003
+ ],
+ "deps": [
+ "dash",
+ "gvariant",
+ "s"
+ ],
+ "commit": "3009335a077636347defd08d24fb092495d16d3e",
+ "sha256": "0xvj0p533laxvhv9jvgdzw5pix6zlai3jp43n2bi0kwmq21clwgz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "gvariant",
+ "s"
+ ],
+ "commit": "1dd9a6a3036d76d8e680b2764c35b31bf5e6aff7",
+ "sha256": "0bv6acy3b6pbjqm24yxgi7xdd3x0c2b7s5sq65sb3lxf8hy5gdf6"
+ }
+ },
+ {
+ "ename": "gtk-pomodoro-indicator",
+ "commit": "a58f1acaafc459e055d751acdb68427e4b11275e",
+ "sha256": "1lkz1bk3zl51jdgp7pg6sr57drdwz8mlvl9ryky3iv73kr5i0q6c",
+ "fetcher": "github",
+ "repo": "abo-abo/gtk-pomodoro-indicator",
+ "unstable": {
+ "version": [
+ 20171230,
+ 1640
+ ],
+ "commit": "eb59b229de0dde307b20654075a9bbac69899a66",
+ "sha256": "0dmaazcscg9mdsmij26873af5jl2np4q9xf2klw1jmcl61wzggb0"
+ }
+ },
+ {
+ "ename": "guess-language",
+ "commit": "6e78cb707943fcaaba0414d7af2af717efce84d0",
+ "sha256": "1p8j18hskvsv4pn3cal5s91l19hgshq8hpclmp84z9hlnj9g9fpm",
+ "fetcher": "github",
+ "repo": "tmalsburg/guess-language.el",
+ "unstable": {
+ "version": [
+ 20190325,
+ 1436
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e64d88f287a547198e4c96e2fff543e103f2b456",
+ "sha256": "0dmbr7gylnc1dsjaldfw51nmli66lizs1w5a8p1zacpf7w5kf7x2"
+ }
+ },
+ {
+ "ename": "guide-key",
+ "commit": "490b81308ae8132d8c3fd8c3951be88159719172",
+ "sha256": "0zjrdvppcg8b2k6hfdj45rswc1ks9xgimcr2yvgpc8prrwk1yjsf",
+ "fetcher": "github",
+ "repo": "kai2nenobu/guide-key",
+ "unstable": {
+ "version": [
+ 20150108,
+ 635
+ ],
+ "deps": [
+ "dash",
+ "popwin",
+ "s"
+ ],
+ "commit": "8f8b839f42edd53af13d588254f07727108ae312",
+ "sha256": "0awx1s5qsg92flha8i0j72zg4kax2h2vi62qikk19sniiwdlrv4i"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 5
+ ],
+ "deps": [
+ "popwin"
+ ],
+ "commit": "626f3aacfe4561eddc46617570426246b88e9cab",
+ "sha256": "1bmcvn8a7g9ahpv2fww673hx9pa7nnrj9kpljq65azf61vq2an2g"
+ }
+ },
+ {
+ "ename": "guide-key-tip",
+ "commit": "1f23db7563654ab58632d56e3b01d2f78276fc3e",
+ "sha256": "0h2vkkbxq361dkn6irm1v19qj7bkhxcjljiksd5wwlq5zsq6bd06",
+ "fetcher": "github",
+ "repo": "aki2o/guide-key-tip",
+ "unstable": {
+ "version": [
+ 20161011,
+ 823
+ ],
+ "deps": [
+ "guide-key",
+ "pos-tip"
+ ],
+ "commit": "02c5d4b0b65f3e91be5a47f0ff1ae5e86e00c64e",
+ "sha256": "1xkrfjmhprnj8i39a85wfcs5whm93fw8l57c606wdhiwqj719ciz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "guide-key",
+ "pos-tip"
+ ],
+ "commit": "e08b2585228529aeaae5e0ae0948f898e83a6200",
+ "sha256": "040mcfhj2gggp8w1pgip7rxb1bnb23rxlm02wl6x1qv5i0q7g5x3"
+ }
+ },
+ {
+ "ename": "guix",
+ "commit": "b3d8c73e8a946b8265487a0825d615d80aa3337d",
+ "sha256": "0h4jwc4h2jv09c6rngb614fc39qfy04rmvqrn1l54hn28s6q7sk9",
+ "fetcher": "github",
+ "repo": "alezost/guix.el",
+ "unstable": {
+ "version": [
+ 20190507,
+ 1711
+ ],
+ "deps": [
+ "bui",
+ "dash",
+ "edit-indirect",
+ "geiser",
+ "magit-popup"
+ ],
+ "commit": "11e0dbf6491300d250efb3dc09d634b01e86b35b",
+ "sha256": "0j60v0h850cwxik1mhlnmqms47dkkqcnfx53qs66hi1zyp7pax5z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 1,
+ 1
+ ],
+ "deps": [
+ "bui",
+ "dash",
+ "edit-indirect",
+ "geiser",
+ "magit-popup"
+ ],
+ "commit": "c4c96663fefe7e007c372e7d24d6e7016b70e4ee",
+ "sha256": "1730q2dm84f15ycjdf3dgl2j8770mhr6qnyzxgac3zzkjr8pyvq7"
+ }
+ },
+ {
+ "ename": "gulp-task-runner",
+ "commit": "34a2bede5ea70cf9df623c32e789d78205f9ebb0",
+ "sha256": "0211mws99bc9ipg7r3qqm1n7gszvwil31psinf0250wliyppjij7",
+ "fetcher": "github",
+ "repo": "NicolasPetton/gulp-task-runner",
+ "unstable": {
+ "version": [
+ 20170718,
+ 2041
+ ],
+ "commit": "877990e956b1d71e2d9c7c3e5a129ad199b9debb",
+ "sha256": "13qy4x4ap43qm5w2vrsy6w01z2s2kymfr9qvlj2yri4xk3r4vrps"
+ }
+ },
+ {
+ "ename": "guru-mode",
+ "commit": "e60af6ccb902d8ef00cfecbb13cafebbe3b00d89",
+ "sha256": "0j25nxs3ndybq1ik36qyqdprmhav4ba8ny7v2z61s23id8hz3xjs",
+ "fetcher": "github",
+ "repo": "bbatsov/guru-mode",
+ "unstable": {
+ "version": [
+ 20170730,
+ 731
+ ],
+ "commit": "c180e05ebc1484764aad245c85b69de779826e4e",
+ "sha256": "0qb6yr6vbic0rh8ayrpbz5byq7jxmwm1fc9l4alpz7dhyb11z07v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "62a9a0025249f2f8866b94683c4114c39f48e1fa",
+ "sha256": "1y46qd9cgkfb0wp2cvksjncyp77hd2jnr4bm4zafqirc3qhbysx0"
+ }
+ },
+ {
+ "ename": "gvariant",
+ "commit": "7a616ac75f77b1e61e1386bd905b6bcf3d8aaa3f",
+ "sha256": "1ycrnfq60z9fycgqmp1y8jna0l0c2b6mlg6ggimb0rml1ili6npm",
+ "fetcher": "github",
+ "repo": "wbolster/emacs-gvariant",
+ "unstable": {
+ "version": [
+ 20190513,
+ 1005
+ ],
+ "deps": [
+ "parsec"
+ ],
+ "commit": "b162867c03ead58784c47996ae329355ecea2869",
+ "sha256": "0yqgj3zcpmga9v085l98yr02k8bhgd4bzshmyjl1x98s50n207jp"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "parsec"
+ ],
+ "commit": "79c34d11ee6a34f190f1641a133d34b0808a1143",
+ "sha256": "18ld0wv8r5wlbicqym8vdw33la0bn59s7bxm2fw0w97qwjka8g8k"
+ }
+ },
+ {
+ "ename": "gvpr-mode",
+ "commit": "ab25afcf4232082dc0e48706734f141a308912a7",
+ "sha256": "19p6f06qdjvh2vmgbabajvkfxpn13j899jrivw9mqyssz0cyvzgw",
+ "fetcher": "github",
+ "repo": "rodw/gvpr-lib",
+ "unstable": {
+ "version": [
+ 20131208,
+ 1718
+ ],
+ "commit": "3d6cc6f4416faf2a1913821d12ba6eb624362af0",
+ "sha256": "0060qw4gr9fv6db20xf3spgl2fwg2iid5ckfjm3vj3ydyv62q13s"
+ }
+ },
+ {
+ "ename": "gxref",
+ "commit": "429b9150d4054fcadab8c5ca3b688921eeb19b78",
+ "sha256": "06qlfjclfx00m8pr7lk6baim3vjk5i0m75i1p4aihp2vflvgjaby",
+ "fetcher": "github",
+ "repo": "dedi/gxref",
+ "unstable": {
+ "version": [
+ 20170411,
+ 1753
+ ],
+ "commit": "380b02c3c3c2586c828456716eef6a6392bb043b",
+ "sha256": "1c5j28rwqx53qdsqglif8yblhm2bwm4qzpl2dg0l0g3pr8pk8zjk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "15723a9d910d7dd9ea18cab0336332cf988aeceb",
+ "sha256": "1l5d1kh2dy3w42i8c3z63c7mzarxixxiby2g7ay2i809yxj10y1n"
+ }
+ },
+ {
+ "ename": "habamax-theme",
+ "commit": "77386484ad0b31c2818fae52cd312821c4632cb8",
+ "sha256": "1rmir9gc1niwkshxg1826nkh8xxmpim5pbhp61wx1m273lfn2h69",
+ "fetcher": "github",
+ "repo": "habamax/habamax-theme",
+ "unstable": {
+ "version": [
+ 20181001,
+ 850
+ ],
+ "commit": "6e86a1b23b6e2aaf40d4374b5673da00a28be447",
+ "sha256": "0k96mdxg28bbm14d6rdlin8l4c75i9wicj3mxrd0bys0shxl9jm6"
+ }
+ },
+ {
+ "ename": "habitica",
+ "commit": "cf9543db3564f4806440ed8c5c30fecbbc625fa1",
+ "sha256": "0g7rb8ip5d6xvlsfk8cvf81hgzlq5p4kw9pkisjq9ri8mvkfmxf3",
+ "fetcher": "github",
+ "repo": "abrochard/emacs-habitica",
+ "unstable": {
+ "version": [
+ 20190721,
+ 1620
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "c45c602ddf9d6cbb0e3baf5cb3e1b7ef90f2759d",
+ "sha256": "0wgnzn3z98bl28jgqi7xklw9fwx2wwgihj3mq0jb8ah4vn70d0j3"
+ }
+ },
+ {
+ "ename": "hack-mode",
+ "commit": "27e238e5d2aaca810fd3fb6836ca49c9fa07cc87",
+ "sha256": "1zs7p6fczj526wz9kvyhmxqkgrkfkkrvm9ma4cg349sfpjpxwkbl",
+ "fetcher": "github",
+ "repo": "hhvm/hack-mode",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1810
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "6ccad0581775eb5a777382b37175c1ec230ae5cb",
+ "sha256": "0yixpz25bi7cbji7jk2azkpbnxvc56fymsg2zxvwjrb8dh6gwapk"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "4e50d9f46b044c0d885af3a486bf6275c121f29e",
+ "sha256": "1s06m8bam7wlhqw0gbc443lfrz51mj05pzvbmjzqadqn4240v4jw"
+ }
+ },
+ {
+ "ename": "hack-time-mode",
+ "commit": "6481dc9f487c5677f2baf1bffdf8f2297185345e",
+ "sha256": "0vz72ykl679a69sb0r2h9ymcr3xms7bij1w6vxndlfw5v9hg3hk5",
+ "fetcher": "gitlab",
+ "repo": "marcowahl/hack-time-mode",
+ "unstable": {
+ "version": [
+ 20190529,
+ 855
+ ],
+ "commit": "df8e86ab04beb655bf5b3860f8bea41cf1fbc3eb",
+ "sha256": "1n4kirb65r4s8k2kiga857fk8zylk14ibq0k2vdx5b8axbz71ggh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "95ed4c8a2410e1232453b3a49274a46afb740b1e",
+ "sha256": "083b9kwhh4bq0dwn6iskrrmsgxicqg08p8k6n1m1xadgs61lgkjb"
+ }
+ },
+ {
+ "ename": "hacker-typer",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "0vf18hylhszvplam6c4yynr53zc3n816p9k36gywm6awwblfpyfb",
+ "fetcher": "github",
+ "repo": "dieggsy/emacs-hacker-typer",
+ "unstable": {
+ "version": [
+ 20170206,
+ 1520
+ ],
+ "commit": "d5a23714a4ccc5071580622f278597d5973f40bd",
+ "sha256": "13wp7cg9d9ij44inxxyk1knczglxrbfaq50wyhc4x5zfhz5yw7wx"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 6
+ ],
+ "commit": "d5a23714a4ccc5071580622f278597d5973f40bd",
+ "sha256": "13wp7cg9d9ij44inxxyk1knczglxrbfaq50wyhc4x5zfhz5yw7wx"
+ }
+ },
+ {
+ "ename": "hackernews",
+ "commit": "c43a342e47e5ede468bcf51a60d4dea3926f51bd",
+ "sha256": "1x1jf5gkhmpiby5rmy0sziywh6c1f1n0p4f6dlz6ifbwns7har6a",
+ "fetcher": "github",
+ "repo": "clarete/hackernews.el",
+ "unstable": {
+ "version": [
+ 20190529,
+ 1120
+ ],
+ "commit": "2362d7b00e59da7caddc8c0adc24dccb42fddef9",
+ "sha256": "1hcc5b173yzcvvd2ls3jxrmsw2w9bi21m9hcpcirkn0nh93ywadv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "json"
+ ],
+ "commit": "916c3da8da45c757f5ec2faeed57fa370513d4ac",
+ "sha256": "09bxaaczana1cfvxyk9aagjvdszkj0j1yldl5r4xa60b59lxihsg"
+ }
+ },
+ {
+ "ename": "hal-mode",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "0nlan5f3llhn04p86a6l47dl9g83a51wzrchs2q8rvfcy4161nn4",
+ "fetcher": "github",
+ "repo": "machinekoder/hal-mode",
+ "unstable": {
+ "version": [
+ 20160704,
+ 1746
+ ],
+ "commit": "cd2f66f219ee520198d4586fb6b169cef7ad3f21",
+ "sha256": "0xibwmngijq0wv9hkahs5nh02qj3ma0bkczl07hx8wnl6j27f0nj"
+ }
+ },
+ {
+ "ename": "ham-mode",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "000qrdby7d6zmp5066vs4gjlc9ik0ybrgcwzcbfgxb16w1g9xpmz",
+ "fetcher": "github",
+ "repo": "Malabarba/ham-mode",
+ "unstable": {
+ "version": [
+ 20150811,
+ 1306
+ ],
+ "deps": [
+ "html-to-markdown",
+ "markdown-mode"
+ ],
+ "commit": "3a141986a21c2aa6eefb428983352abb8b7907d2",
+ "sha256": "0d3xmagl18pas19zbpg27j0lmdiry23df48z4vkjsrcllqg25v5g"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "deps": [
+ "html-to-markdown",
+ "markdown-mode"
+ ],
+ "commit": "3a141986a21c2aa6eefb428983352abb8b7907d2",
+ "sha256": "0d3xmagl18pas19zbpg27j0lmdiry23df48z4vkjsrcllqg25v5g"
+ }
+ },
+ {
+ "ename": "hamburg-theme",
+ "commit": "465ac6063c4f91652e59a8bbb493897109791728",
+ "sha256": "149ln7670kjyhdfj5j9akxch47dlff2hd58amla7j3297z1nhg4k",
+ "fetcher": "github",
+ "repo": "mswift42/hamburg-theme",
+ "unstable": {
+ "version": [
+ 20160123,
+ 740
+ ],
+ "commit": "aacefdf1501d97a5afc0e63c8ead4b2463323028",
+ "sha256": "1rnkzl51h263nck1bd0jyb7q58b54d764gcsh7wqxfgzs1jfr4am"
+ }
+ },
+ {
+ "ename": "hamburger-menu",
+ "commit": "e8017730403cc0e613e3939017f85074753c3778",
+ "sha256": "0ws9729i51arjqwpiywcpb7y3c5sm3c9wrq8q0k0m9hpq8h11wdb",
+ "fetcher": "gitlab",
+ "repo": "iain/hamburger-menu-mode",
+ "unstable": {
+ "version": [
+ 20160825,
+ 2031
+ ],
+ "commit": "3568159c693c30bed7f61580e4f3b6241253ad4e",
+ "sha256": "1nykpp8afa0c0wiax1qn8wf5hfjaixk5kn4yhcw40z00pb8i2z5f"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 5
+ ],
+ "commit": "fd37f013c2f2619a88d3ed5311a9d1308cc82614",
+ "sha256": "196ydb57h4mjagjaiflvb20my561i6mdc6v6694ibdik2yns2inm"
+ }
+ },
+ {
+ "ename": "haml-mode",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0ih0m7zr6kgn6zd45zbp1jgs1ydc5i5gmq6l080wma83v5w1436f",
+ "fetcher": "github",
+ "repo": "nex3/haml-mode",
+ "unstable": {
+ "version": [
+ 20190219,
+ 2102
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bf5b6c11b1206759d2b28af48765e04882dd1fc4",
+ "sha256": "1zh19b9az4ql87vjmjm0j7y6c4ir6w3rh0n4sxzqqpnv8xpd4b44"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 1,
+ 9
+ ],
+ "deps": [
+ "ruby-mode"
+ ],
+ "commit": "5e0baf7b795b9e41ac03b55f8feff6b51027c43b",
+ "sha256": "0fmr7ji8x5ki9fzybpbg3xbhzws6n7ffk7d0zf9jl1x3jd8d6988"
+ }
+ },
+ {
+ "ename": "hamlet-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "16cyfzv2yrf249jklxdahfmsy8rg6hargjpafy4fz4a532fcbw81",
+ "fetcher": "github",
+ "repo": "lightquake/hamlet-mode",
+ "unstable": {
+ "version": [
+ 20131208,
+ 724
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "s"
+ ],
+ "commit": "7362b955e556a3d007fa06945a27e5b99349527d",
+ "sha256": "1njrpb1s2v9skyfbgb28clrxyvyp8i4b8kwa68ynvq3vjb4fnws6"
+ }
+ },
+ {
+ "ename": "handlebars-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0wizasjihnabnqzn1226vh4gb571rs7s86bffhvkfvbk95zkiafq",
+ "fetcher": "github",
+ "repo": "danielevans/handlebars-mode",
+ "unstable": {
+ "version": [
+ 20150211,
+ 1749
+ ],
+ "commit": "81f6b73fea8f397807781a1b51568397af21a6ef",
+ "sha256": "0w443knp6kvjm2m79cni5d17plyhbsl0a4kip7yrpv5nmg370q3p"
+ }
+ },
+ {
+ "ename": "handlebars-sgml-mode",
+ "commit": "87aec68ed80545a61ad46b71e7bd9dbfc7634108",
+ "sha256": "10sxm7v94yxa92mqbwj3shqjs6f3zbxjvwgbvg9m2fh3b7xj617w",
+ "fetcher": "github",
+ "repo": "jacott/handlebars-sgml-mode",
+ "unstable": {
+ "version": [
+ 20130623,
+ 2333
+ ],
+ "commit": "c76df93a9a8c1b1b3efdcc4add32bf93304192a4",
+ "sha256": "1z37di9vk1l35my8kl8jnyqlkr1rnp0iz13hpc0r065mib67v58k"
+ }
+ },
+ {
+ "ename": "handoff",
+ "commit": "bbdb89413b3f5de680e3f9fa625039c73a377e97",
+ "sha256": "0iqqvygx50wi2vcbs6bfgqzhcz9a89zrwb7sg0ang9qrkiz5k36w",
+ "fetcher": "github",
+ "repo": "rejeep/handoff.el",
+ "unstable": {
+ "version": [
+ 20150917,
+ 600
+ ],
+ "commit": "75dc7a7e352f38679f65d0ca80ad158798e168bd",
+ "sha256": "0whn8rc98dhncgizzrb22nx6b6cm655q1cf2fpn6g3knq1c2471r"
+ }
+ },
+ {
+ "ename": "hardcore-mode",
+ "commit": "b929b3343cd5925944665e4e09b4524bca873c95",
+ "sha256": "1bgi1acpw4z7i03d0i8mrd2hpjn6hyvkdsk0ks9q380yp9mqmiwd",
+ "fetcher": "github",
+ "repo": "magnars/hardcore-mode.el",
+ "unstable": {
+ "version": [
+ 20151114,
+ 701
+ ],
+ "commit": "b1dda19692b4a7a58a689e81784a9b35be39e70d",
+ "sha256": "124k803pgxc7fz325yy6jcyam69f5fk9kdwfgmnwwca9ablq4cfb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "5ab75594a7a0ca236e2ac87882ee439ff6155d96",
+ "sha256": "08l6p9n2ggg4filad1k663qc2gjgfbia4knnnif4sw7h92yb31jl"
+ }
+ },
+ {
+ "ename": "hardhat",
+ "commit": "081aa3e1d50c2c9e5a9b9ce0716258a93279f605",
+ "sha256": "16pdbpm647ag9cadmdm75nwwyzrqsd9y1b4zgkl3pg669mi5vl5z",
+ "fetcher": "github",
+ "repo": "rolandwalker/hardhat",
+ "unstable": {
+ "version": [
+ 20160414,
+ 1413
+ ],
+ "deps": [
+ "ignoramus"
+ ],
+ "commit": "9038a49ab55cd4c502cf7f07ed0d1b9b6bc3626e",
+ "sha256": "0j9z46j777y3ljpai5czdlwl07f0irp4fsk4677n11ndyqm1amb5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 6
+ ],
+ "deps": [
+ "ignoramus"
+ ],
+ "commit": "9038a49ab55cd4c502cf7f07ed0d1b9b6bc3626e",
+ "sha256": "0j9z46j777y3ljpai5czdlwl07f0irp4fsk4677n11ndyqm1amb5"
+ }
+ },
+ {
+ "ename": "harvest",
+ "commit": "c97d3f653057eab35c612109792884334be556fe",
+ "sha256": "1r6brld6iq03wsr1b3jhdkxwrcxa6g6fwa1jiy1kgjsr9dq1m51c",
+ "fetcher": "github",
+ "repo": "kostajh/harvest.el",
+ "unstable": {
+ "version": [
+ 20170822,
+ 1746
+ ],
+ "deps": [
+ "hydra",
+ "s",
+ "swiper"
+ ],
+ "commit": "7acbc0564b250521b67131ee2a0a92720239454f",
+ "sha256": "0wzv67kkfyaw19ddw0ra45p6rja6bk6d1xi3ak5lkyzvgqvylr3b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 8
+ ],
+ "deps": [
+ "hydra",
+ "s",
+ "swiper"
+ ],
+ "commit": "69041907bdca68d3ab6802e08ec698c3448f28a1",
+ "sha256": "0rqxi668wra1mfzq4fqscjghis5gqnwpazgidgix13brybaxydx4"
+ }
+ },
+ {
+ "ename": "haskell-emacs",
+ "commit": "5daff329a96a6d10bca11d838bbc95d1c8bcfbd9",
+ "sha256": "1wkh7qws35c32hha0p9rpjz5pls2844920nh919lvp2wmq9l6jd6",
+ "fetcher": "github",
+ "repo": "knupfer/haskell-emacs",
+ "unstable": {
+ "version": [
+ 20160904,
+ 2026
+ ],
+ "commit": "a2c6a079175904689eed7c6c200754bfa85d1ed9",
+ "sha256": "1xpaqcj33vyzs5yv2w4dahw8a2vb6zcb3z7y2aqc5jdg3fx9ypam"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 0,
+ 3
+ ],
+ "commit": "a2c6a079175904689eed7c6c200754bfa85d1ed9",
+ "sha256": "1xpaqcj33vyzs5yv2w4dahw8a2vb6zcb3z7y2aqc5jdg3fx9ypam"
+ }
+ },
+ {
+ "ename": "haskell-emacs-base",
+ "commit": "5daff329a96a6d10bca11d838bbc95d1c8bcfbd9",
+ "sha256": "1fwkds6qyhbxxdgxfzmgd7dlcxr08ynrrg5jdp9r7f924pd536vb",
+ "fetcher": "github",
+ "repo": "knupfer/haskell-emacs",
+ "unstable": {
+ "version": [
+ 20150714,
+ 1559
+ ],
+ "deps": [
+ "haskell-emacs"
+ ],
+ "commit": "a2c6a079175904689eed7c6c200754bfa85d1ed9",
+ "sha256": "1xpaqcj33vyzs5yv2w4dahw8a2vb6zcb3z7y2aqc5jdg3fx9ypam"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 0,
+ 3
+ ],
+ "deps": [
+ "haskell-emacs"
+ ],
+ "commit": "a2c6a079175904689eed7c6c200754bfa85d1ed9",
+ "sha256": "1xpaqcj33vyzs5yv2w4dahw8a2vb6zcb3z7y2aqc5jdg3fx9ypam"
+ }
+ },
+ {
+ "ename": "haskell-emacs-text",
+ "commit": "5daff329a96a6d10bca11d838bbc95d1c8bcfbd9",
+ "sha256": "1j18fhhra6lv32xrq8jc6l8i56fgn68da81wymcimpmpbp0hl5fy",
+ "fetcher": "github",
+ "repo": "knupfer/haskell-emacs",
+ "unstable": {
+ "version": [
+ 20150713,
+ 1416
+ ],
+ "deps": [
+ "haskell-emacs"
+ ],
+ "commit": "a2c6a079175904689eed7c6c200754bfa85d1ed9",
+ "sha256": "1xpaqcj33vyzs5yv2w4dahw8a2vb6zcb3z7y2aqc5jdg3fx9ypam"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 0,
+ 3
+ ],
+ "deps": [
+ "haskell-emacs"
+ ],
+ "commit": "a2c6a079175904689eed7c6c200754bfa85d1ed9",
+ "sha256": "1xpaqcj33vyzs5yv2w4dahw8a2vb6zcb3z7y2aqc5jdg3fx9ypam"
+ }
+ },
+ {
+ "ename": "haskell-mode",
+ "commit": "7f18b4dcbad4192b0153a316cff6533272898f1a",
+ "sha256": "0wijvcpfdbl17iwzy47vf8brkj2djarfr8y28rw0wqvbs381zzwp",
+ "fetcher": "github",
+ "repo": "haskell/haskell-mode",
+ "unstable": {
+ "version": [
+ 20190801,
+ 50
+ ],
+ "commit": "56d67ee282294c786a92e2d83c5bebf1a6d919c1",
+ "sha256": "1wschs4ny2b40bg8z86vc73zq32bv9mcxkyvgbmza44zvhqpdkwp"
+ },
+ "stable": {
+ "version": [
+ 16,
+ 1
+ ],
+ "commit": "d2ea5239bf02f3917a78a5c2dcbc5b6f6dd1b359",
+ "sha256": "1qk36y0v9fzass6785il65c6wb5cfj4ihhwkvgnzmbafpa8p4dvq"
+ }
+ },
+ {
+ "ename": "haskell-snippets",
+ "commit": "b5534e58ea66fd90ba4a69262f0b303c7fb85af4",
+ "sha256": "10bvv7q694fahcpm83v8lpqihg1gvfzrp1hdzwiffxydfvdbalh2",
+ "fetcher": "github",
+ "repo": "haskell/haskell-snippets",
+ "unstable": {
+ "version": [
+ 20160919,
+ 22
+ ],
+ "deps": [
+ "cl-lib",
+ "yasnippet"
+ ],
+ "commit": "07b0f460b946fd1be26c29652cb0468b47782f3a",
+ "sha256": "0a7y3awi9hcyahggf0ghsdwvsmrhr9yq634wy9lkqjzrm2hqj0ci"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "bcf12cf33a67ddc2f023a55072859e637fe4fa25",
+ "sha256": "0b3d7rvqvvcsp51aqfhl0zg9zg8j0p6vlfvga6jp9xc7626vh6f6"
+ }
+ },
+ {
+ "ename": "haskell-tab-indent",
+ "commit": "371f9f45e441cdf4e95557d1e9692619fab3024a",
+ "sha256": "0vdfmy56w5yi202nbd28v1bzj97v1wxnfnb5z3dh9687p2abgnr7",
+ "fetcher": "git",
+ "url": "https://git.spwhitton.name/haskell-tab-indent",
+ "unstable": {
+ "version": [
+ 20170701,
+ 958
+ ],
+ "commit": "b921c076c10ba996bcfb3b38654363d30567bfa5",
+ "sha256": "046wiccc4kg81jcqmxzxh5karfbdg2z1d8i4nzcbz7q3n27x0l5f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "6d3b878765b9ef7a4b2c1f5dfd47309d4ab7c419",
+ "sha256": "07pcn244alqaiqwj9a5jcyh4hp5n71bsnhpilqy3xv0sn6ci1v2q"
+ }
+ },
+ {
+ "ename": "hasklig-mode",
+ "commit": "15a60278102de9e078b613456126945737718ce9",
+ "sha256": "0gz0k9ahk0jpdp893ckbby9ilkac1zp95kpfqdnpfy0a036xfwm7",
+ "fetcher": "github",
+ "repo": "minad/hasklig-mode",
+ "unstable": {
+ "version": [
+ 20181110,
+ 1859
+ ],
+ "commit": "386c098c93a744f6b30ad937d193eebf0fd79e1b",
+ "sha256": "0m1cn59fzsfqc6j1892yaaddh6g6mwiqnp1ssxhic5fcm2xk00rz"
+ }
+ },
+ {
+ "ename": "hasky-extensions",
+ "commit": "e3f73e3df8476fa231d04211866671dd74911603",
+ "sha256": "0ymigba1d0qkrk3ccd3cx754safzmx1v5d13976571rszgmkvr15",
+ "fetcher": "github",
+ "repo": "hasky-mode/hasky-extensions",
+ "unstable": {
+ "version": [
+ 20190204,
+ 2016
+ ],
+ "deps": [
+ "avy-menu"
+ ],
+ "commit": "e5eb3cb72a3e86be9a682169885194941ce8ef40",
+ "sha256": "0mhlp053s7j632pckzsj585wkda6akg1pq70r4wj78mwmcrbm6qh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "avy-menu"
+ ],
+ "commit": "65bf7bc3967cbda23789d6c505daf73eed9a43aa",
+ "sha256": "0r91hcm265xa8amdfi44pn0cqf4m9zigzqx1ldgg8qd6l9r2hbh7"
+ }
+ },
+ {
+ "ename": "hasky-stack",
+ "commit": "c3faf544872478c3bccf2fe7dc51d406031e4d80",
+ "sha256": "08ds0v5p829s47lbhibswnbn1aqfnwf6xx7p5bc5062wxdvqahw8",
+ "fetcher": "github",
+ "repo": "hasky-mode/hasky-stack",
+ "unstable": {
+ "version": [
+ 20190304,
+ 2248
+ ],
+ "deps": [
+ "f",
+ "magit-popup"
+ ],
+ "commit": "98bd4046a9fca6eb98a7466694871325d787ca57",
+ "sha256": "1jd69blrwafc3x3l663zwfck07nrvij1p8xsprzjvx3hzyci7bdb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 0
+ ],
+ "deps": [
+ "f",
+ "magit-popup"
+ ],
+ "commit": "a3176aece9a9ab0a36ae795965f83f4c1fa243bf",
+ "sha256": "1j9cvy95wnmssg68y7hcjr0fh117ix1ypa0k7rxqn84na7hyhdpl"
+ }
+ },
+ {
+ "ename": "haste",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "175kprxqbpmssjxavcm7lyzg1cwsxkrfg9pc72vgqyfmcmjyk34c",
+ "fetcher": "github",
+ "repo": "rlister/emacs-haste-client",
+ "unstable": {
+ "version": [
+ 20141030,
+ 2034
+ ],
+ "deps": [
+ "json"
+ ],
+ "commit": "22d05aacc3296ab50a7361222ab139fb4d447c25",
+ "sha256": "1gmh455ahd9if11f8mrqbfky24c784bb4fgdl3pj8i0n5sl51i88"
+ }
+ },
+ {
+ "ename": "haxe-imports",
+ "commit": "db7d2b08e914aab7719c6d3a951b142ec7252f34",
+ "sha256": "10xh57ir49f18pzw9ihpwffchm1mba0ck1zdqsfllh3p5gry1msg",
+ "fetcher": "github",
+ "repo": "accidentalrebel/emacs-haxe-imports",
+ "unstable": {
+ "version": [
+ 20170330,
+ 2304
+ ],
+ "deps": [
+ "pcache",
+ "s"
+ ],
+ "commit": "f104a641f3dfe698359d9aca1f28d9383cf43e04",
+ "sha256": "09crkm4ibi4m23qw4saqm0nm2i4cv40md3p768j2vniamby2q78f"
+ }
+ },
+ {
+ "ename": "haxe-mode",
+ "commit": "efc5f69915e5284b955c096d5128b4fbb1c5b64b",
+ "sha256": "17n94a12zzigq5bn3jxqrmy1h3vb3brc60j5ckhbp5pvlf906yr9",
+ "fetcher": "github",
+ "repo": "elpa-host/haxe-mode",
+ "unstable": {
+ "version": [
+ 20190703,
+ 619
+ ],
+ "commit": "ed99906a808ff4a00bf6b0e231c30c240a563954",
+ "sha256": "1lnx8qrqix2n3bvw8blqc7msghfy1w1dzyga9s8c9z5pawqrbm85"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 2
+ ],
+ "commit": "ed99906a808ff4a00bf6b0e231c30c240a563954",
+ "sha256": "1lnx8qrqix2n3bvw8blqc7msghfy1w1dzyga9s8c9z5pawqrbm85"
+ }
+ },
+ {
+ "ename": "haxor-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0ss0kkwjyc7z7vcb89qr02p70c6m2jarr34mxmdv6ipwil58jj1s",
+ "fetcher": "github",
+ "repo": "krzysztof-magosa/haxor-mode",
+ "unstable": {
+ "version": [
+ 20160618,
+ 1129
+ ],
+ "commit": "6fa25a8e6b6a59481bc0354c2fe1e0ed53cbdc91",
+ "sha256": "0pdfvqbz4wmjl15wi3k4h7myij8v63vmyiq8g9fai18f7ad2klp1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 0
+ ],
+ "commit": "6fa25a8e6b6a59481bc0354c2fe1e0ed53cbdc91",
+ "sha256": "0pdfvqbz4wmjl15wi3k4h7myij8v63vmyiq8g9fai18f7ad2klp1"
+ }
+ },
+ {
+ "ename": "hayoo",
+ "commit": "01c1b96a4d076323264b2762d2c5a61680e21cff",
+ "sha256": "1rqvnv5nxlsyvsa5my1wpfm82sw21s7kfbg80vrjmxh0mwlyv4p9",
+ "fetcher": "github",
+ "repo": "benma/hayoo.el",
+ "unstable": {
+ "version": [
+ 20140831,
+ 1221
+ ],
+ "deps": [
+ "json"
+ ],
+ "commit": "3ca2fb0c4d5f337d0410c21b2702dd147014e984",
+ "sha256": "0pjxyhh8a02i54a9jsqr8p1mcqfl6k9b8gv9lnzb242gy4518y3l"
+ }
+ },
+ {
+ "ename": "hc-zenburn-theme",
+ "commit": "01ccd40bd5fc2699a4756ebf503ac50f562cf600",
+ "sha256": "0jcddk9ppgcizyyciabj3sgk1pmingl97knf9nmr0mi89h7n2g5y",
+ "fetcher": "github",
+ "repo": "edran/hc-zenburn-emacs",
+ "unstable": {
+ "version": [
+ 20150928,
+ 1633
+ ],
+ "commit": "fd0024a5191cdce204d91c8f1db99ba31640f6e9",
+ "sha256": "0rgcj47h7a67qkw6696pcm1a4g4ryx8nrz55s69fw86958fp08hk"
+ }
+ },
+ {
+ "ename": "hcl-mode",
+ "commit": "66b441525dc300b364d9be0358ae1e0fa2a8b4fe",
+ "sha256": "1wrs9kj6ahsdnbn3fdaqhclq1ia6w4x726hjvl6pyk01sb0spnin",
+ "fetcher": "github",
+ "repo": "syohex/emacs-hcl-mode",
+ "unstable": {
+ "version": [
+ 20170107,
+ 827
+ ],
+ "commit": "0f2c5ec7e7bcf77c8548e8cac8721ea935ca1b5e",
+ "sha256": "0qggby20h8sir4cs5af9y6b2cibix3r067sadygsrvx9ml17indw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "6a6daf37522188a2f2fcdebc60949fc3bdabbc06",
+ "sha256": "0jqrgq15jz6pvx38pnwkizzfiih0d3nxqphyrc92nqpcyimg8b6g"
+ }
+ },
+ {
+ "ename": "headlong",
+ "commit": "826e9a8221d9378dd3b9fcc16ce5f50fd6ed2dce",
+ "sha256": "042ybplkqjb30qf5cpbw5d91j1rdc71b789v277h036bri7hgxz6",
+ "fetcher": "github",
+ "repo": "abo-abo/headlong",
+ "unstable": {
+ "version": [
+ 20150417,
+ 1526
+ ],
+ "commit": "f6830f87f236eee88263cb6976125f72422abe72",
+ "sha256": "06hq6p6a4fzprbj4r885vsvzddlvx0wxqk5kik06v5bm7hjmnyrq"
+ }
+ },
+ {
+ "ename": "heaven-and-hell",
+ "commit": "685edd63bf65520be304cbd564db7f5974fc5ae1",
+ "sha256": "19r0p78r9c78ly8awkgc33xa5b75zkkrb5kwvxbagirxdgkjv74r",
+ "fetcher": "github",
+ "repo": "valignatev/heaven-and-hell",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1830
+ ],
+ "commit": "e1febfd60d060c110a1e43c5f093cd8537251308",
+ "sha256": "1bgs638nsn9hyvc9wbc2jpqm5i3hblld1mhmf0h9z0j6fjr0aapx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "commit": "e1febfd60d060c110a1e43c5f093cd8537251308",
+ "sha256": "1bgs638nsn9hyvc9wbc2jpqm5i3hblld1mhmf0h9z0j6fjr0aapx"
+ }
+ },
+ {
+ "ename": "helm",
+ "commit": "7e8bccffdf69479892d76b9336a4bec3f35e919d",
+ "sha256": "03la01d0syikjgsjq0krlp3p894djwfxqfmd2srddwks7ish6xjf",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm",
+ "unstable": {
+ "version": [
+ 20190811,
+ 602
+ ],
+ "deps": [
+ "async",
+ "helm-core",
+ "popup"
+ ],
+ "commit": "b3ca0c03188afd173c7f8c6bb51a5aa0457e10c3",
+ "sha256": "1f5395949i6hb01cm932slxnqn3wlz8zrj51b1shqn0yiv0vqhvg"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 3
+ ],
+ "deps": [
+ "async",
+ "helm-core",
+ "popup"
+ ],
+ "commit": "12c50cf2a3748f44eb8c8ccad89ebd6e63fe99f6",
+ "sha256": "0fqhw7r9fcsja5d3pgbipw7pkw9nj534faav6hi45413hc3gyv92"
+ }
+ },
+ {
+ "ename": "helm-R",
+ "commit": "ce6eb840368f8cbee66dc061478d5096b9dacb68",
+ "sha256": "0zq9f2xhgap3ihnrlsrsaxaz0nx014k0820bfsq7lckwcnm0mng1",
+ "fetcher": "github",
+ "repo": "myuhe/helm-R.el",
+ "unstable": {
+ "version": [
+ 20120820,
+ 14
+ ],
+ "deps": [
+ "ess",
+ "helm"
+ ],
+ "commit": "b0eb9d5f6a483a9dbe6eb6cf1f2024d4f5938bc2",
+ "sha256": "0nip0zrmn944wy0x2dc5ryr0m7a948rn2a8cbaajghs7a7zai4cr"
+ }
+ },
+ {
+ "ename": "helm-ack",
+ "commit": "258d447778525c26c65a5819ba1edc00e2bb65e5",
+ "sha256": "1a8sc5gd2g57dl9g18wyydfmihy74yniwhjr27h7vxylnf2g3pni",
+ "fetcher": "github",
+ "repo": "syohex/emacs-helm-ack",
+ "unstable": {
+ "version": [
+ 20141030,
+ 1226
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "889bc225318d14c6e3be80e73b1d9d6fb30e48c3",
+ "sha256": "04rvbafa77blps7x7cmlsciys8fgmvhfhq4v51pk8z5q3j1lrgc5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 13
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "5982f3cb6ec9f460ebbe06ec0ce7b3590bca3118",
+ "sha256": "0ps86zpyywibjwcm9drmamla979ad61fyqr8d6bv71fr56k9ak21"
+ }
+ },
+ {
+ "ename": "helm-ad",
+ "commit": "b44ec4e059ab830a3708697fa95fada5f6a30a91",
+ "sha256": "0h2zjfj9hy7bkpmmjjs0a4a06asbw0yww8mw9rk2xi1gc2aqq4hi",
+ "fetcher": "github",
+ "repo": "tnoda/helm-ad",
+ "unstable": {
+ "version": [
+ 20151209,
+ 1015
+ ],
+ "deps": [
+ "dash",
+ "helm"
+ ],
+ "commit": "8ac044705d8620ee354a9cfa8cc1b865e83c0d55",
+ "sha256": "0hxfgdn56c7qr64r59g9hvxxwa4mw0ad9c9m0z5cj85bsdd7rlx4"
+ }
+ },
+ {
+ "ename": "helm-addressbook",
+ "commit": "4bb805b0f2d2055aa4e88bd41239d75ec34f5785",
+ "sha256": "1d8byi6sr5gz1rx3kglnkp47sn9dqdd83s12d84wyay06ix3cqqi",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-addressbook",
+ "unstable": {
+ "version": [
+ 20170903,
+ 728
+ ],
+ "deps": [
+ "addressbook-bookmark",
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "62497f72d46afd3a9f9f94b27d062a82fb232de4",
+ "sha256": "1lmq7j19qv3pabs5arapx3lv2xhf0sgn4b2hl0l0kzph52fvics7"
+ }
+ },
+ {
+ "ename": "helm-ag",
+ "commit": "81f0f525680fea98e804f39dbde1dada887e8821",
+ "sha256": "050qh5xqh8lwkgmz3jxm8gql5nd7bq8sp9q6mzm2z7367qy4qqyf",
+ "fetcher": "github",
+ "repo": "syohex/emacs-helm-ag",
+ "unstable": {
+ "version": [
+ 20170209,
+ 1545
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "2fc02c4ead29bf0db06fd70740cc7c364cb650ac",
+ "sha256": "1gnn0byywbld6afcq1vp92cjvy4wlag9d1wgymnqn86c3b1bcf21"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 58
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "39ed137823665fca2fa5b215f7c3e8701173f7b7",
+ "sha256": "0a6yls52pkqsaj6s5nsi70kzpvssdvb87bfnp8gp26q2y3syx4ni"
+ }
+ },
+ {
+ "ename": "helm-ag-r",
+ "commit": "6aa1cf029db913dafb561e4c8ccc1ca9099524de",
+ "sha256": "0ivh7f021lbmbaj6gs4y8m99s63js57w04q7cwx7v4i32cpas7r9",
+ "fetcher": "github",
+ "repo": "yuutayamada/helm-ag-r",
+ "unstable": {
+ "version": [
+ 20131123,
+ 1531
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "67de4ebafe9b088db950eefa5ef590a6d78b4ac8",
+ "sha256": "1rifdkhzvf7xd2npban0i8v3rjcji69063dw9rs1d32w4n7fzlfa"
+ }
+ },
+ {
+ "ename": "helm-aws",
+ "commit": "421182006b8af17dae8b5ad453cc11e2d990a053",
+ "sha256": "0sjgdjpznjxsf6nlv2ah45fw17j8j5apdphd1fp43rjv1lskkgc5",
+ "fetcher": "github",
+ "repo": "istib/helm-aws",
+ "unstable": {
+ "version": [
+ 20180514,
+ 1032
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "s"
+ ],
+ "commit": "b36c744b3f00f458635a91d1f5158fccbb5baef6",
+ "sha256": "11683s12dabgi9j6cyx0i147pgz4jdd240xviry7w3cxgarqki8y"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "172a4a3427d31c999e27e9ee06aa8e3822364a8c",
+ "sha256": "015p5sszd54x81qm96gx6xwjkvbi4f3j9i2nhcvlkk75s95w1ijv"
+ }
+ },
+ {
+ "ename": "helm-backup",
+ "commit": "5e6eba7b201e91211e43c39e501f6066f0afeb8b",
+ "sha256": "182jbm36yzayxi9y3vhpyn25ivrgay37sncqvah35vbw52lnjcn3",
+ "fetcher": "github",
+ "repo": "antham/helm-backup",
+ "unstable": {
+ "version": [
+ 20180911,
+ 614
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "s"
+ ],
+ "commit": "691fe542f38fc7c8cca409997f6a0ff5d76ad6c2",
+ "sha256": "0zi1md5f1haqcrclqfk4ilvr6hbm389kl3ajnyx230rq22vmb9ca"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "s"
+ ],
+ "commit": "45a86a41ac44f90d4db2c0e9339233ee7f0be0b8",
+ "sha256": "0pr4qd6mi9g91lndqnk4w26lq3w8pxcgxragxj3209dgwqsxps95"
+ }
+ },
+ {
+ "ename": "helm-bbdb",
+ "commit": "7025c319fcabc64576c0c6554d0d572cef697693",
+ "sha256": "1wlacbfs23shvyaq616r1p84h8321zz1k5nzir5qg8nr6lssi8vp",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-bbdb",
+ "unstable": {
+ "version": [
+ 20190728,
+ 1325
+ ],
+ "deps": [
+ "bbdb",
+ "helm"
+ ],
+ "commit": "db69114ff1af8bf48b5a222242e3a8dd6e101e67",
+ "sha256": "1yfz5s83589jazyfzyrzh84iv0db2akbwj796gadpb3yhn17pl4v"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "bbdb",
+ "helm"
+ ],
+ "commit": "20513422102fea4c08a0433d728a7783bb4968c8",
+ "sha256": "0ns537fimv774n1bq0r8k4qwdpapbw96linqyhx9mxp23zkhlg80"
+ }
+ },
+ {
+ "ename": "helm-bibtex",
+ "commit": "f4118a7721435240cf8489daa4dd39369208855b",
+ "sha256": "037pqgyyb2grg88yfxx1r8yp4lrgz2fyzz9fbbp34l8s6vk3cp4z",
+ "fetcher": "github",
+ "repo": "tmalsburg/helm-bibtex",
+ "unstable": {
+ "version": [
+ 20190708,
+ 909
+ ],
+ "deps": [
+ "biblio",
+ "cl-lib",
+ "dash",
+ "f",
+ "helm",
+ "parsebib",
+ "s"
+ ],
+ "commit": "8978ba5236af767023976c5b793a2b3e29e43c7a",
+ "sha256": "00fw8j3mjrq8y3qbcgj0baxnspq94a8qgxlyvrc6siraryppw65h"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "deps": [
+ "biblio",
+ "cl-lib",
+ "dash",
+ "f",
+ "helm",
+ "parsebib",
+ "s"
+ ],
+ "commit": "d6a98ac6f28d2a6a05e203115211c98333d40aca",
+ "sha256": "0arhy051945lxjqg77b275ny9nsv60cqj0qfpmvd8xkc07lqfn23"
+ }
+ },
+ {
+ "ename": "helm-bibtexkey",
+ "commit": "d35a2e5cb5232d16d5c98168706d8b6426fcfb44",
+ "sha256": "00i7ni4r73mmxavhfcm0fd7jhx6gxvxx7prax1yxmhs46fpz8jwj",
+ "fetcher": "github",
+ "repo": "kenbeese/helm-bibtexkey",
+ "unstable": {
+ "version": [
+ 20140214,
+ 1504
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "aa1637ea5c8c5f1817e480fc2a3750cafab3d99f",
+ "sha256": "10k7hjfz9jmfpbmsv20jy9vr6fqxx1yp8v115hprqvw057iifsl9"
+ }
+ },
+ {
+ "ename": "helm-bind-key",
+ "commit": "9ae8bfd320cdef6c65da2a00439f8108d7ffa7ce",
+ "sha256": "1yfj6mmxc165in1i85ccanssch6bg19ib1fcm7sa4i4hv0mgwaid",
+ "fetcher": "github",
+ "repo": "myuhe/helm-bind-key.el",
+ "unstable": {
+ "version": [
+ 20141109,
+ 515
+ ],
+ "deps": [
+ "bind-key",
+ "helm"
+ ],
+ "commit": "9da6ad8b7530e72fb4ac67be8c6a482898dddc25",
+ "sha256": "1wmcy7q4ys2sf8ya5l4n7a6bq5m9d6m19amjfwkmkh4ajkwl041y"
+ }
+ },
+ {
+ "ename": "helm-bitbucket",
+ "commit": "8df73e21dee5144147f9432efe95ee576ac5f435",
+ "sha256": "19bflbnavkwipf7mcrkg3i64iz50jmzm64nl7y1ka349mpy5sm04",
+ "fetcher": "github",
+ "repo": "dragonwasrobot/helm-bitbucket",
+ "unstable": {
+ "version": [
+ 20190422,
+ 1102
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "632495036c4a6ac30e408fc74ee9f209fd5ac429",
+ "sha256": "0rbgk982jlbqh1rhns3zmndfr3lpw7m2j9z7qylghkll4k8fcjpl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "632495036c4a6ac30e408fc74ee9f209fd5ac429",
+ "sha256": "0rbgk982jlbqh1rhns3zmndfr3lpw7m2j9z7qylghkll4k8fcjpl"
+ }
+ },
+ {
+ "ename": "helm-bm",
+ "commit": "115033d7b02d3ca42902195de933f62c5f927ae4",
+ "sha256": "1dnlcvn0zv4qv4ii4j0h9r8w6vhi3l0c5aa768kblh5r2rf4bjjh",
+ "fetcher": "github",
+ "repo": "yasuyk/helm-bm",
+ "unstable": {
+ "version": [
+ 20160321,
+ 1331
+ ],
+ "deps": [
+ "bm",
+ "cl-lib",
+ "helm",
+ "s"
+ ],
+ "commit": "d66341f5646c23178d4d8bffb6cfebe3fb73f1d7",
+ "sha256": "011k37p4vnzm1x8vyairllanvjfknskl20bdfv0glf64xgbdpfil"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "bm",
+ "cl-lib",
+ "helm",
+ "s"
+ ],
+ "commit": "d66341f5646c23178d4d8bffb6cfebe3fb73f1d7",
+ "sha256": "011k37p4vnzm1x8vyairllanvjfknskl20bdfv0glf64xgbdpfil"
+ }
+ },
+ {
+ "ename": "helm-books",
+ "commit": "acba3db40f37e74e1bf9e30f2abed431c259ff50",
+ "sha256": "0xh53vji7nsnpi0b38cjh97x26ryxk61mj7bd6m63qwh8dyhs3yx",
+ "fetcher": "github",
+ "repo": "grugrut/helm-books",
+ "unstable": {
+ "version": [
+ 20170325,
+ 631
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "625aadec1541a5ca36951e4ce1301f4b6fe2bf3f",
+ "sha256": "1d3nps765gxmadhbd1yqn4qvs23bczglwhxkciprky7ixm5lx53k"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "b4c57d2aed596faad41a753dccbcd0a31a717b76",
+ "sha256": "1yr5prp9xvd73balxbn4yn52zah2advq1186ba5aanj436pal0fh"
+ }
+ },
+ {
+ "ename": "helm-bundle-show",
+ "commit": "2f10f7387cca102696c38af1d8dc0fe5da5e366f",
+ "sha256": "1af5g233kjf04m2fryizk51a1s2mcmj36zip5nyb8skcsfl4riq7",
+ "fetcher": "github",
+ "repo": "masutaka/emacs-helm-bundle-show",
+ "unstable": {
+ "version": [
+ 20190526,
+ 1401
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "70f1ca7d1847c7d5cd5a3e488562cd4a295b809f",
+ "sha256": "12wz98fcs8v8w74ck4jqbh47pp5956xxh9ld5kpym9zrm39adpq2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 6
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "70f1ca7d1847c7d5cd5a3e488562cd4a295b809f",
+ "sha256": "12wz98fcs8v8w74ck4jqbh47pp5956xxh9ld5kpym9zrm39adpq2"
+ }
+ },
+ {
+ "ename": "helm-c-moccur",
+ "commit": "462a43341a5811822928bcac331d617a38b52e8a",
+ "sha256": "1i6a4jqjy9amlhdbj5d26wzagndfgszha09vs5qf4760vjl7kn4b",
+ "fetcher": "github",
+ "repo": "myuhe/helm-c-moccur.el",
+ "unstable": {
+ "version": [
+ 20151230,
+ 924
+ ],
+ "deps": [
+ "color-moccur",
+ "helm"
+ ],
+ "commit": "b0a906f85fa352db091f88b91a9c510de607dfe9",
+ "sha256": "0w4svbg32y63v049plvk7djc1m2amjzrr1v979d9s6jbnnpzlb5c"
+ }
+ },
+ {
+ "ename": "helm-c-yasnippet",
+ "commit": "2fc20598a2cd22efb212ba43159c6728f0249e5e",
+ "sha256": "0jwj4giv6lxb3h7vqqb2alkwq5kp0shy2nraik33956p4l8dfs90",
+ "fetcher": "github",
+ "repo": "emacs-jp/helm-c-yasnippet",
+ "unstable": {
+ "version": [
+ 20170128,
+ 1542
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "yasnippet"
+ ],
+ "commit": "65ca732b510bfc31636708aebcfe4d2d845b59b0",
+ "sha256": "1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 7
+ ],
+ "deps": [
+ "cl-lib",
+ "helm-core",
+ "yasnippet"
+ ],
+ "commit": "1fa400233ba8e990066c47cca1e2af64bd192d4d",
+ "sha256": "108584bmadgidqkdfvf333zkyb5v9f84pasz5h01fkh57ks8by9f"
+ }
+ },
+ {
+ "ename": "helm-catkin",
+ "commit": "c6e88d2a2fc07c8d25f4e1d973147805522a3261",
+ "sha256": "1yr62riiva55c341s9x0fn9wdrv1j05s9a82xm2925jsyh5xzaxy",
+ "fetcher": "github",
+ "repo": "gollth/helm-catkin",
+ "unstable": {
+ "version": [
+ 20190425,
+ 1520
+ ],
+ "deps": [
+ "helm",
+ "xterm-color"
+ ],
+ "commit": "d33c71cecd35616dfa7c3b81d8f51c128405977f",
+ "sha256": "0pggn78lxfq6gmvyxr9y1j5qbcnkfh5f8vavxjpnch6k9xq0591x"
+ }
+ },
+ {
+ "ename": "helm-charinfo",
+ "commit": "6667774bba495c45703ef75261f1f14d89684e3a",
+ "sha256": "04k6crcwhv2k69f5w75g0dg0f5qsbhyxl93qzxxdb5bnr56ad7f6",
+ "fetcher": "github",
+ "repo": "mandoku/helm-charinfo",
+ "unstable": {
+ "version": [
+ 20170810,
+ 1231
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "91798a49dc115342a7e01e48b264e9a0bf5ea414",
+ "sha256": "1ifj6zz5k7qjalg06fvfc7rdmlha0n9hll2hiq7mrcj7lfac6jga"
+ }
+ },
+ {
+ "ename": "helm-chrome",
+ "commit": "7f6ca33fe8ec8a0af8fb166451050f5502838deb",
+ "sha256": "0p3n2pna83mp4ym8x69lk4r3q4apbj5v2blg2mwcsd9zij153nxz",
+ "fetcher": "github",
+ "repo": "kawabata/helm-chrome",
+ "unstable": {
+ "version": [
+ 20160719,
+ 520
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "fd630ace4b4b4f33355a973743bbfe0c90ce4830",
+ "sha256": "0r8s85fs5lnwdn377z5zgi3d090k2n1mgiyxwgy49i8yirssgz51"
+ }
+ },
+ {
+ "ename": "helm-chrome-control",
+ "commit": "ef7ab4aa5a95d14ef9bbe22a53410eab5d64822f",
+ "sha256": "1544zlf95iwgizq0kq0kp70kaqfqiwci1hhl4vhah01jl3ifrdxa",
+ "fetcher": "github",
+ "repo": "xuchunyang/helm-chrome-control",
+ "unstable": {
+ "version": [
+ 20190707,
+ 1807
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "e6758763099959e961e218bb1122526323f7ee5e",
+ "sha256": "186m2zq978hzdixh4cbdjp6mfigdaiqhmx25895574vn3wv4xmj7"
+ }
+ },
+ {
+ "ename": "helm-chrome-history",
+ "commit": "2948c9e1c926fd061f1ee0e6a0f7e31ee788ac49",
+ "sha256": "1nf4bx1vf78bb7ig6wk68lhyp4acj6asxlh0846fgv01c0m8plh5",
+ "fetcher": "github",
+ "repo": "xuchunyang/helm-chrome-history",
+ "unstable": {
+ "version": [
+ 20190714,
+ 324
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "5c37ac3f1abdb02af80fc57878b22d872dfecc80",
+ "sha256": "0sjxjizcj4znhx64pvah6cdg5wy9v4zgrvj691y3fqw2ydb3467d"
+ }
+ },
+ {
+ "ename": "helm-chronos",
+ "commit": "b6f5eef6ac62ed8d035f4dd272695655d00a4180",
+ "sha256": "1a65b680741cx4cyyizyl2c3bss36x3j2m9sh9hjc87xrzarg0s3",
+ "fetcher": "github",
+ "repo": "dxknight/helm-chronos",
+ "unstable": {
+ "version": [
+ 20150528,
+ 2036
+ ],
+ "deps": [
+ "chronos",
+ "helm"
+ ],
+ "commit": "a14fc3d65dd96ce6616234b3f7b8b08b4c1817ef",
+ "sha256": "1dmj4f8pris1i7wvfplp4dbnyfm403l6rplxfrfi0cd9afg7m68i"
+ }
+ },
+ {
+ "ename": "helm-cider",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0ykhrvh6mix55sv4j8q6614sibksdlwaks736maamqwl3wk6826x",
+ "fetcher": "github",
+ "repo": "clojure-emacs/helm-cider",
+ "unstable": {
+ "version": [
+ 20180307,
+ 458
+ ],
+ "deps": [
+ "cider",
+ "helm-core"
+ ],
+ "commit": "9363cc537f06233345aa3af5cd46aa5681ad607b",
+ "sha256": "0vfn4smqba1vsshz48ggkj8gs94la0sxb1sq4shrb41qj2x3dci7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "deps": [
+ "cider",
+ "helm-core"
+ ],
+ "commit": "9a948b834dd31b3f60d4701d6dd0ecfab0adbb72",
+ "sha256": "0wssd9jv6xighjhfh3p8if1anz3rcrjr71a4j063v6gyknb7fv27"
+ }
+ },
+ {
+ "ename": "helm-cider-history",
+ "commit": "31a9c900d57f2eeed4f0101af73f8a59c20e9a99",
+ "sha256": "12l8jyl743zqk8m2xzcz75y1ybdkbkvcbvfkn1k88k09s31kdq4h",
+ "fetcher": "github",
+ "repo": "Kungi/helm-cider-history",
+ "unstable": {
+ "version": [
+ 20150719,
+ 2120
+ ],
+ "deps": [
+ "cider",
+ "helm"
+ ],
+ "commit": "c391fcb2e162a02001605a0b9449783575a831fd",
+ "sha256": "18j4ikb3q8ygdq74zqzm83wgb39x7w209n3186mm051n8lfmkaif"
+ }
+ },
+ {
+ "ename": "helm-circe",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "07559rg55b0glxiw787xmvxrhms14jz21bvprc5n24b4j827g9xw",
+ "fetcher": "github",
+ "repo": "lesharris/helm-circe",
+ "unstable": {
+ "version": [
+ 20160207,
+ 652
+ ],
+ "deps": [
+ "circe",
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "9091651d9fdd8d49d8ff6f9dcf3a2ae416c9f15a",
+ "sha256": "1gwg299s8ps0q97iw6p515gwn73rjk1icgl3j7cj1s143njjg122"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "circe",
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "9091651d9fdd8d49d8ff6f9dcf3a2ae416c9f15a",
+ "sha256": "1gwg299s8ps0q97iw6p515gwn73rjk1icgl3j7cj1s143njjg122"
+ }
+ },
+ {
+ "ename": "helm-clojuredocs",
+ "commit": "adb117e04c158b1c77a8c1174329477d7eaca838",
+ "sha256": "0yz0wlyay9286by8i30gs3ispswq8ayqlcnna1s7bgspjvb7scmk",
+ "fetcher": "github",
+ "repo": "mbuczko/helm-clojuredocs",
+ "unstable": {
+ "version": [
+ 20160405,
+ 723
+ ],
+ "deps": [
+ "edn",
+ "helm"
+ ],
+ "commit": "5a7f0f2cb401be0b09e73262a1c18265ab9a3cea",
+ "sha256": "015b8zxh91ljhqvn6z43gy08di54xcw9skw0i7frj3d7gk984qhl"
+ }
+ },
+ {
+ "ename": "helm-cmd-t",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1w870ldq029wgicgv4cqm31zw2i8vkap3m9hsr9d0i3gv2virnc6",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-cmd-t",
+ "unstable": {
+ "version": [
+ 20170125,
+ 1459
+ ],
+ "commit": "7fa3d4a9f7271512e54c5de999079b27c9eec6bf",
+ "sha256": "06jdvkgnmwrgsdh9y2bwzdng7hy4331v3lh11jvdy4704w4khmak"
+ }
+ },
+ {
+ "ename": "helm-codesearch",
+ "commit": "0a992824e46a4170e2f0915f7a507fcb8a9ef0a6",
+ "sha256": "1v21zwcyx73bc1lcfk60v8xim31bwdk4p06g9i4qag3cijdlli9q",
+ "fetcher": "github",
+ "repo": "youngker/helm-codesearch.el",
+ "unstable": {
+ "version": [
+ 20190412,
+ 1153
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "helm",
+ "s"
+ ],
+ "commit": "72f1d1de746115ab7e861178b49fa3c0b6b58d90",
+ "sha256": "1qxpx8jmkvg59k4rx99bn9asnh4nl5rwkjvbhprdlqaicglm153q"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "helm",
+ "s"
+ ],
+ "commit": "a6bac6b8a063b91b444a72318b163b266742db9b",
+ "sha256": "0xmplh7q5wvrkfha8qc9hx7sjyc8dsms0wrvj2y7zg35siw1561l"
+ }
+ },
+ {
+ "ename": "helm-commandlinefu",
+ "commit": "7eaf1e41ef2fa90b6bb6a80891ef1bf52ef1029b",
+ "sha256": "150nqib0sr4n35vdj1xrxcja8gkv3chzhdbgkjxqgkz2yq10xxnd",
+ "fetcher": "github",
+ "repo": "xuchunyang/helm-commandlinefu",
+ "unstable": {
+ "version": [
+ 20150611,
+ 545
+ ],
+ "deps": [
+ "helm",
+ "json",
+ "let-alist"
+ ],
+ "commit": "9ee7e018c5db23ae9c8d1c8fa969876f15b7280d",
+ "sha256": "0fxrmvb64lav4aqs61z3a4d2mcp9s2nw7fvysyjn0r1291pkzk9j"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "helm",
+ "json",
+ "let-alist"
+ ],
+ "commit": "e11cd3e961c1c4c973b51d8d12592e7235a4971b",
+ "sha256": "1l61csd1gqz7kg5zjx60cfy824g42p682z7pk0rqzlrz8498wvkh"
+ }
+ },
+ {
+ "ename": "helm-company",
+ "commit": "8acf7420f2ac8a36474594bc34316f187b43d771",
+ "sha256": "1wl1mzm1h9ig351y77yascdv4z0cka1gayi8cnnlayk763is7q34",
+ "fetcher": "github",
+ "repo": "Sodel-the-Vociferous/helm-company",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1429
+ ],
+ "deps": [
+ "company",
+ "helm"
+ ],
+ "commit": "6eb5c2d730a60e394e005b47c1db018697094dde",
+ "sha256": "1ci37w6ahnqrfpb284gjvxmimlf61sdxb9k192yy9q983cksv2hx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 5
+ ],
+ "deps": [
+ "company",
+ "helm"
+ ],
+ "commit": "6eb5c2d730a60e394e005b47c1db018697094dde",
+ "sha256": "1ci37w6ahnqrfpb284gjvxmimlf61sdxb9k192yy9q983cksv2hx"
+ }
+ },
+ {
+ "ename": "helm-core",
+ "commit": "ef7a700c5665e6d72cb4cecf7fb5a2dd43ef9bf7",
+ "sha256": "1dyv8rv1728vwsp6vfdq954sp878jbp3srbfxl9gsgjnv1l6vjda",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1008
+ ],
+ "deps": [
+ "async"
+ ],
+ "commit": "b3ca0c03188afd173c7f8c6bb51a5aa0457e10c3",
+ "sha256": "1f5395949i6hb01cm932slxnqn3wlz8zrj51b1shqn0yiv0vqhvg"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 3
+ ],
+ "deps": [
+ "async"
+ ],
+ "commit": "12c50cf2a3748f44eb8c8ccad89ebd6e63fe99f6",
+ "sha256": "0fqhw7r9fcsja5d3pgbipw7pkw9nj534faav6hi45413hc3gyv92"
+ }
+ },
+ {
+ "ename": "helm-cscope",
+ "commit": "3d2e3460df1ec750053bc8402ad6eb822c10c697",
+ "sha256": "13a76wc1ia4c0v701dxqc9ycbb43d5k09m5pfsvs8mccisfzk9y4",
+ "fetcher": "github",
+ "repo": "alpha22jp/helm-cscope.el",
+ "unstable": {
+ "version": [
+ 20190615,
+ 41
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "xcscope"
+ ],
+ "commit": "af1d9e7f4460a88d7400b5a74d5da68084089ac1",
+ "sha256": "1ynn49ngx3y4m9y820sf3rbyzw3k5gs0xf1bsxi3h8hdvyqd7j9p"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "xcscope"
+ ],
+ "commit": "b82db54071bd2d1c77db2e648f8b4e61b1abe288",
+ "sha256": "0xnqkc4z22m41v5lgf87dd8xc4gmf932zbnbdhf9xic1gal1779c"
+ }
+ },
+ {
+ "ename": "helm-css-scss",
+ "commit": "7a4e84530b4607a277fc3b678fe7b34b1c5e3b4f",
+ "sha256": "14k29g4zm302r00n49k8b6p4bz115s0jcidiaf6nrhba9y40i0wz",
+ "fetcher": "github",
+ "repo": "emacsorphanage/helm-css-scss",
+ "unstable": {
+ "version": [
+ 20140627,
+ 25
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "ab8348aa98e0daa2f1b771e35bdb06bfacbe5016",
+ "sha256": "01a3pahpsxb7d15dkfgxypl7gzqb4dy4f36lmid1w77b9rhs6nph"
+ }
+ },
+ {
+ "ename": "helm-ctest",
+ "commit": "1cc85ff5554df10fc2066eec4d90de3b25536923",
+ "sha256": "1mphc9fsclbw19p5i1xf52qg6ljljbajvbcsl95hisrnvhg89vpm",
+ "fetcher": "github",
+ "repo": "danlamanna/helm-ctest",
+ "unstable": {
+ "version": [
+ 20180821,
+ 1005
+ ],
+ "deps": [
+ "dash",
+ "helm-core",
+ "s"
+ ],
+ "commit": "0c73689692a290f56080e95325c15362e90d529b",
+ "sha256": "143vyd64w3gycc68jcsji474nz2ggda58hgwq6hyiwb7s0gm1gd3"
+ }
+ },
+ {
+ "ename": "helm-dash",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "032hwwq4r72grzls5ww7bjyj39c82wkcgf3k7myfcrqd3lgblrwb",
+ "fetcher": "github",
+ "repo": "areina/helm-dash",
+ "unstable": {
+ "version": [
+ 20190527,
+ 1118
+ ],
+ "deps": [
+ "cl-lib",
+ "dash-docs",
+ "helm"
+ ],
+ "commit": "6c76c794fec95586028633f24773451812af5df4",
+ "sha256": "0ajkflf6fzpxxgv2nzpxnc1d2rp32ba1lz9x4s2bini71krai88s"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "9a230125a7a11f5fa90aa048b61abd95eb78ddfe",
+ "sha256": "0xs3nq86qmvkiazn5w564npdgbcfjlnpw2f48g2jd43yznblz7ly"
+ }
+ },
+ {
+ "ename": "helm-descbinds",
+ "commit": "447610a05422cd2f35399e43d98bf46410ff0408",
+ "sha256": "1890ss4pimjxskzzllf57fg07xbs8zqcrp6r8r6x989llrfvd1h7",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-descbinds",
+ "unstable": {
+ "version": [
+ 20190501,
+ 935
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "b72515982396b6e336ad7beb6767e95a80fca192",
+ "sha256": "1bp2n32lvb1fhnwzk8s782i928m8mklv77jz5rq0ag1q7y740r31"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 13
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "6d5ddc11e6cef86548bd6b3e0d840112d602659c",
+ "sha256": "03b79wdcp4im0fwadzhyc8jxl2wqvg8gmpflnznrwz3l71bi4sqq"
+ }
+ },
+ {
+ "ename": "helm-describe-modes",
+ "commit": "23f0b2025073850c477ba4646c3821b3c7de6c42",
+ "sha256": "0ajy9kwspm8rzafl0df57fad5867s86yjqj29shznqb12r91lpqb",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-describe-modes",
+ "unstable": {
+ "version": [
+ 20160212,
+ 518
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "11fb36af119b784539d31c6160002de1957408aa",
+ "sha256": "1d5b85m33hsdb4wswh9wpid0ghsr2zrj3f6ky587lc32s4bs0w0z"
+ }
+ },
+ {
+ "ename": "helm-dictionary",
+ "commit": "b8cc457b06ce271f7c19729cde7728286bb85528",
+ "sha256": "1pak8qn0qvbzyclhzvr5ka3pl370i4kiykypfkwbfgvqqwczhl3n",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-dictionary",
+ "unstable": {
+ "version": [
+ 20160817,
+ 2033
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "805ce850d4cbe811227d9c9b16cc51f652198f3f",
+ "sha256": "0ambb6i8ipz5y0mnc8jd07j3iiwb7ah87pw8x8pi3phv1r80l0k1"
+ }
+ },
+ {
+ "ename": "helm-directory",
+ "commit": "d0c066d6f285ab6d572dab4549781101547cb704",
+ "sha256": "01c5a08v6rd867kdyrfwdvj05z4srzj9g6xy4scirlbwbff0q76n",
+ "fetcher": "github",
+ "repo": "masasam/emacs-helm-directory",
+ "unstable": {
+ "version": [
+ 20170706,
+ 402
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "51bd7cd6e40a84a7efda894283ec76a0107830ad",
+ "sha256": "18lv8s7lw6zw97v4q5810f9cn43ybiygl139i2hf5p37p48d8fyy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 4
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "2c6d45404506ba744888dcdb65e9f63878f2da16",
+ "sha256": "1a5j4zzn249jdm4kcri64x1dxazhhk7g5dmgnhflrnbrc2kdwm8h"
+ }
+ },
+ {
+ "ename": "helm-dired-history",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0qciafa42rbw0dxgkp5mbbwbrcziswmwdj2lszm0px1bip4x7yb8",
+ "fetcher": "github",
+ "repo": "jixiuf/helm-dired-history",
+ "unstable": {
+ "version": [
+ 20170524,
+ 1046
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "281523f9fc46cf00fafd670ba5cd16552a607212",
+ "sha256": "1bqavj5ljr350dckyf39i9plkb0rbhyd17ka94n2g6daapgpq0x6"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "281523f9fc46cf00fafd670ba5cd16552a607212",
+ "sha256": "1bqavj5ljr350dckyf39i9plkb0rbhyd17ka94n2g6daapgpq0x6"
+ }
+ },
+ {
+ "ename": "helm-dired-recent-dirs",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "1rm47if91hk6hi4xil9vb6rs415s5kvhwc6zkrmcvay9hiw9vrpw",
+ "fetcher": "github",
+ "repo": "yynozk/helm-dired-recent-dirs",
+ "unstable": {
+ "version": [
+ 20131228,
+ 1414
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "3bcd125b44f5a707588ae3868777d91192351523",
+ "sha256": "14sifdrfg8ydvi9mj8qm2bfphbffglxrkb5ky4q5b3j96bn8v110"
+ }
+ },
+ {
+ "ename": "helm-dirset",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1bwgv1pm047xafidq23mdqj3sdc5bvqlw74s80dj88ybp3vrpvlk",
+ "fetcher": "github",
+ "repo": "k1LoW/helm-dirset",
+ "unstable": {
+ "version": [
+ 20151209,
+ 12
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "helm",
+ "s"
+ ],
+ "commit": "eb30810cd26e1ee73d84a863e6b2667700e9aead",
+ "sha256": "183vj5yi575aqkak19hl8k4mw38r0ki9p1fnpa8nny2srjyy34yb"
+ }
+ },
+ {
+ "ename": "helm-elscreen",
+ "commit": "dfe42a7fe2dc051c6c49aa75bce89bfe1b5fdbbb",
+ "sha256": "186k66kf2ak2ihha39989cz1aarqrvbgp213y1fwh9qsn1kxclnd",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-elscreen",
+ "unstable": {
+ "version": [
+ 20170709,
+ 914
+ ],
+ "deps": [
+ "cl-lib",
+ "elscreen",
+ "helm"
+ ],
+ "commit": "b8212866939dc4a1e1dc23ad572407b688e130e3",
+ "sha256": "0gy6lbdngiwfl9vfw32clagbmv70f93slc9zkm3dz3mca37435kz"
+ }
+ },
+ {
+ "ename": "helm-emmet",
+ "commit": "acbc5e9fab159ad2d63b10c0fa6ac18636bb2379",
+ "sha256": "1dkn9qa3dv2im11lm19wfh5jwwwp42sv7jc0p6qg35rhzwdpfg03",
+ "fetcher": "github",
+ "repo": "yasuyk/helm-emmet",
+ "unstable": {
+ "version": [
+ 20160713,
+ 1231
+ ],
+ "deps": [
+ "emmet-mode",
+ "helm"
+ ],
+ "commit": "f0364e736b10cf44232053a78de04133a88185ae",
+ "sha256": "1zl6vhzbf29864q97q5v7c318x36y1a4cjm0i7kgj3hc6qla5j88"
+ }
+ },
+ {
+ "ename": "helm-emms",
+ "commit": "db836b671705607f6cd9bce8229884b1f29b4a76",
+ "sha256": "1vq7cxnacmhyczsa4s5h1nnzc08m66harfnxsqxyrdsnggv9hbf5",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-emms",
+ "unstable": {
+ "version": [
+ 20190422,
+ 1522
+ ],
+ "deps": [
+ "cl-lib",
+ "emms",
+ "helm"
+ ],
+ "commit": "89ec04e6548f16c5848cc49ad506e0561cea87ab",
+ "sha256": "0cn1amwgf5nm73yjxnhjsl6dvfcvh8qb2j2rhsyd6i8kzzkyplf2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "emms",
+ "helm"
+ ],
+ "commit": "d7da090af0f63b92c5d735197992c732adbeef3d",
+ "sha256": "0fs0i33di3liyx1f55xpg5nmac1b750n37g3pkxw2mil7fx7dz32"
+ }
+ },
+ {
+ "ename": "helm-esa",
+ "commit": "5813ef34f178c7549749b7440764b8aa8b142ade",
+ "sha256": "0bqj4lbh0q4g21xb35q2yqy0kzmm8rp1nmlcg2v9hagpx7996z0g",
+ "fetcher": "github",
+ "repo": "masutaka/emacs-helm-esa",
+ "unstable": {
+ "version": [
+ 20190721,
+ 1429
+ ],
+ "deps": [
+ "helm",
+ "request"
+ ],
+ "commit": "d93b4af404346870cb2cf9c257d055332ef3f577",
+ "sha256": "1lqih8qadk1miwi8fv7syfd7i2rzbg669b96my177g0i57sah4mw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "helm",
+ "request"
+ ],
+ "commit": "d93b4af404346870cb2cf9c257d055332ef3f577",
+ "sha256": "1lqih8qadk1miwi8fv7syfd7i2rzbg669b96my177g0i57sah4mw"
+ }
+ },
+ {
+ "ename": "helm-etags-plus",
+ "commit": "e5d0c347ff8cf6e0ade80853775fd6b84f387fa5",
+ "sha256": "0lw21yp1q6iggzlb1dks3p6qdfppnqf50f3rijjs18lisp4izp99",
+ "fetcher": "github",
+ "repo": "jixiuf/helm-etags-plus",
+ "unstable": {
+ "version": [
+ 20170113,
+ 1414
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "704f0991ee4a2298b01c33aafc224eef322e15e3",
+ "sha256": "03n7c9jlpqkz5z1gygx2s3yf46caav2l11d9xnmqhyhbvyimjqf9"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "99512856918e485862ceb21460476adb0349f525",
+ "sha256": "08ddxp1hm0ckx6gq9yl6dhh0jrfb6f747snchykl3z5p0ayknvlm"
+ }
+ },
+ {
+ "ename": "helm-evil-markers",
+ "commit": "71e3618dc6a9f614397d251398c6304345949d9b",
+ "sha256": "12r5adwl9qanfvf3558niqdql67csg2lvyb6b6z3khdr34ac0sr6",
+ "fetcher": "github",
+ "repo": "xueeinstein/helm-evil-markers",
+ "unstable": {
+ "version": [
+ 20190719,
+ 539
+ ],
+ "deps": [
+ "evil",
+ "helm"
+ ],
+ "commit": "bb04e3a25920c2fd676132703970c6879dade802",
+ "sha256": "1g944dv3ak064kxkbl30q1kaap0nzyh2v3klhyxmj8f6jc9x2wh8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "evil",
+ "helm"
+ ],
+ "commit": "29f9288a73370f26fe431db1472ed948bd63190d",
+ "sha256": "13jd7kdb6qi4dkl2fr7132ijargjb2fcqhkfb72gr101a44xxg5p"
+ }
+ },
+ {
+ "ename": "helm-eww",
+ "commit": "455a32c1d4642dc6752408c4f5055f5f4d1288eb",
+ "sha256": "0pl8s7jmk1kak13bal43kp2awjji9lgr3npq9m09zms121rh709w",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-eww",
+ "unstable": {
+ "version": [
+ 20190315,
+ 907
+ ],
+ "deps": [
+ "helm",
+ "seq"
+ ],
+ "commit": "76ba59fda8dd6f32a1bc7c6df0b43c6f76169911",
+ "sha256": "0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "helm",
+ "seq"
+ ],
+ "commit": "76ba59fda8dd6f32a1bc7c6df0b43c6f76169911",
+ "sha256": "0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"
+ }
+ },
+ {
+ "ename": "helm-ext",
+ "commit": "1ee74cb0aa3445bc9ae4226c2043ee4de3ac6cd3",
+ "sha256": "0la2i0b7nialib4wq26cxcak8nq1jzavsw8f0mvbavsb7hfwkpgw",
+ "fetcher": "github",
+ "repo": "cute-jumper/helm-ext",
+ "unstable": {
+ "version": [
+ 20180526,
+ 350
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "90b788aced21ec467a234b6b77b5a6ebae6de75f",
+ "sha256": "11a27556slh95snzqyvy0rlf6p7f51nx8rxglnv0d34529h72508"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "c8ac56918b200239b3f73a4e6a031deecc2c5646",
+ "sha256": "08c6n4zr6s3h7y0kk6g51xqs6hs29hkfmn55jfjw6hpimbk3vi1j"
+ }
+ },
+ {
+ "ename": "helm-exwm",
+ "commit": "8ecdf9e00cf19fabbeade12a66d66cd010561366",
+ "sha256": "0g15c4bg794vqigafl9g2w85jbs1lbw9qplaf8ffx0az4qwhnvqz",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-exwm",
+ "unstable": {
+ "version": [
+ 20180827,
+ 837
+ ],
+ "deps": [
+ "exwm",
+ "helm"
+ ],
+ "commit": "e21c6ffabadd2fe8d6c7805b6027cc59a6f914e9",
+ "sha256": "11fyqk3h9cqynifc2zzqn0czrcj082wkdg1qhbj97nl4gcj787rl"
+ }
+ },
+ {
+ "ename": "helm-file-preview",
+ "commit": "bf60b4c17c866cd89ff68b99aeb2941c6bc6d940",
+ "sha256": "0y3wkj98nj5nnf5v5iqaihipyx9p902i152gbcrsqcjbpgw3wlhz",
+ "fetcher": "github",
+ "repo": "elpa-host/helm-file-preview",
+ "unstable": {
+ "version": [
+ 20190630,
+ 839
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "6c67cc9a17f6e951dd79cfcdc6997b6357f5bf3b",
+ "sha256": "0fvmdhhkpa079zrz15h1adrff01c1csxwww5im8kqn2hk4qdycv2"
+ }
+ },
+ {
+ "ename": "helm-filesets",
+ "commit": "71c0d98ede6119e838e3db146dea5c16d8ba8ed8",
+ "sha256": "1yhhchksi0r4r5c5q1mggz2hykkvk93baq91b5hkaflqi30d1v8f",
+ "fetcher": "github",
+ "repo": "gcla/helm-filesets",
+ "unstable": {
+ "version": [
+ 20140929,
+ 1835
+ ],
+ "deps": [
+ "filesets+",
+ "helm"
+ ],
+ "commit": "b352910af4c3099267a8aa0169c7f743b35bb1fa",
+ "sha256": "00yhmpv5xjlw1gwbcrznz83gkaby8zlqv74d3p7plca2cwjll1g9"
+ }
+ },
+ {
+ "ename": "helm-firefox",
+ "commit": "257e452d37768d2f3a6e0a5ccd062d128b2bc867",
+ "sha256": "0677nj0zsk11vvp3q3xl9nk8dhz3ki9yl3kfb57wgnmprp109wgs",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-firefox",
+ "unstable": {
+ "version": [
+ 20161202,
+ 1317
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "0ad34b7b5abc485a86cae6920c14de861cbeb085",
+ "sha256": "08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "0ad34b7b5abc485a86cae6920c14de861cbeb085",
+ "sha256": "08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"
+ }
+ },
+ {
+ "ename": "helm-flx",
+ "commit": "f1418d260f34d698cec611978001c7fd1d1a8a89",
+ "sha256": "03vxr5f5m4s6k6rm0976w8h3s4c3b5mrdqgmkd281hmyh9q3cslq",
+ "fetcher": "github",
+ "repo": "PythonNut/helm-flx",
+ "unstable": {
+ "version": [
+ 20180103,
+ 516
+ ],
+ "deps": [
+ "flx",
+ "helm"
+ ],
+ "commit": "6640fac5cb16bee73c95b8ed1248a4e5e113690e",
+ "sha256": "1fh1dy6xpc476hs87mn9fwxhxi97h7clfnnm7dxb7hg43xmgsjjs"
+ }
+ },
+ {
+ "ename": "helm-flycheck",
+ "commit": "9cce1662d4ca7b7d868685084294d22ebf6c39e9",
+ "sha256": "038f9294qc0jnkzrrjxm97hyhwa4sca3wdsjbaya50cf0g4cmk7b",
+ "fetcher": "github",
+ "repo": "yasuyk/helm-flycheck",
+ "unstable": {
+ "version": [
+ 20160710,
+ 829
+ ],
+ "deps": [
+ "dash",
+ "flycheck",
+ "helm-core"
+ ],
+ "commit": "3cf7d3bb194acacc6395f88360588013d92675d6",
+ "sha256": "1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "dash",
+ "flycheck",
+ "helm-core"
+ ],
+ "commit": "a15e62a6432c165c4f2c17388686873383400d7d",
+ "sha256": "0q9yksx66ry4x3vkcyyj437il225s2ad5h6vkxpyz04p62g3ysnx"
+ }
+ },
+ {
+ "ename": "helm-flymake",
+ "commit": "d8547036dceaa466957f4c5a07eb0461f313b924",
+ "sha256": "0h87yd56nhxpahrcpk6hin142hzv3sdr5bvz0injbv8a2lwnny3b",
+ "fetcher": "github",
+ "repo": "tam17aki/helm-flymake",
+ "unstable": {
+ "version": [
+ 20160610,
+ 2
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "72cf18a1a1f843db9bb5d58301739ea9ccb1655b",
+ "sha256": "05wpclg4ibp0ida692m3s8nknx4aizfcdgxgfzlwczgdgw0922kn"
+ }
+ },
+ {
+ "ename": "helm-flyspell",
+ "commit": "f8c5b91762d47a4d3024f1ed7f19666c6f2d5ce5",
+ "sha256": "1g6xry2y6396pg7rg8hc0l84z5r3j2df7dpd1jgffxa8xa3i661f",
+ "fetcher": "github",
+ "repo": "pronobis/helm-flyspell",
+ "unstable": {
+ "version": [
+ 20170210,
+ 1901
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "8d4d947c687cb650cb149aa2271ad5201ea92594",
+ "sha256": "0q0xcgg8w9rrlsrrnk0l7qd8q7jc6x1agm2i769j21wpyfv1nbns"
+ }
+ },
+ {
+ "ename": "helm-frame",
+ "commit": "febb2599e50518dadb30088bc9576aea2af092a7",
+ "sha256": "18wbwm4r3ra9214whhdbxnjrxzra4pn12wqgq5lxli1khylihm3i",
+ "fetcher": "gitlab",
+ "repo": "chee/helm-frame",
+ "unstable": {
+ "version": [
+ 20170515,
+ 1950
+ ],
+ "commit": "389e6461a423d649b7062ba99a2234bef7770059",
+ "sha256": "1z7iwgl1v8nkwyz3h610l97amgq9slrfxxiicsnigc9vgsqlh987"
+ }
+ },
+ {
+ "ename": "helm-fuzzier",
+ "commit": "51dc6f01e0e5ee0593bea6616894bc0163878cd0",
+ "sha256": "0qdgf0phs3iz29zj3qjhdgb3i4xvf5r2vi0709pwxx2s6r13pvcc",
+ "fetcher": "github",
+ "repo": "EphramPerdition/helm-fuzzier",
+ "unstable": {
+ "version": [
+ 20160605,
+ 2145
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "8798dcf3583b863df5b9dea7fe3b0179ba1c35bc",
+ "sha256": "1250mh0ydap0sifcyrgs32dnr6c8d723v4c55yvwm23dzvzwycp8"
+ }
+ },
+ {
+ "ename": "helm-fuzzy-find",
+ "commit": "34f76bb377ed31aa42663858c407cc5476e6fe1f",
+ "sha256": "0lczlrpd5jy2vhy9jl3rjcdyiwr136spqm8k2rj8m9s8wpn0v75i",
+ "fetcher": "github",
+ "repo": "xuchunyang/helm-fuzzy-find",
+ "unstable": {
+ "version": [
+ 20171106,
+ 400
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "de2abbf7ca13609587325bacd4a1ed4376b5c927",
+ "sha256": "1dacvnkqqiax02c627z9qi61iyqgr0j3qqmjp29h0v494czvrdbs"
+ }
+ },
+ {
+ "ename": "helm-ghc",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0bv0sfpya1jyay9p80lv0w6h9kdp96r8lnp6nj15w660p1b51c0d",
+ "fetcher": "github",
+ "repo": "david-christiansen/helm-ghc",
+ "unstable": {
+ "version": [
+ 20141105,
+ 1459
+ ],
+ "deps": [
+ "cl-lib",
+ "ghc",
+ "helm"
+ ],
+ "commit": "e5ee7b8d3b745d162553aecfbd41381c4de85f35",
+ "sha256": "16p1gisbza48qircsvrwx020n96ss1c6s68d7cgqqfc0bf2467is"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "ghc",
+ "helm"
+ ],
+ "commit": "d3603ee18299b789be255297dc42af16dd431869",
+ "sha256": "00ls9v3jdpz3wka90crd193z3ipwnf1b0slmldn4vb9ivrndh6wn"
+ }
+ },
+ {
+ "ename": "helm-ghq",
+ "commit": "e94eec646def7c77b15f6a6ac1841200848e62c7",
+ "sha256": "14f3cbsj7jhlhrp561d8pasllnx1cmi7jk6v2fja7ghzj76dnvq6",
+ "fetcher": "github",
+ "repo": "masutaka/emacs-helm-ghq",
+ "unstable": {
+ "version": [
+ 20190526,
+ 1409
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "d0d6aa0f407388e7012f0443df8ae657ece01779",
+ "sha256": "08884pk0d6xplsn1z9slaf4b9mmam6s9dg4dcxi1na1inpi6y082"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8,
+ 0
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "d0d6aa0f407388e7012f0443df8ae657ece01779",
+ "sha256": "08884pk0d6xplsn1z9slaf4b9mmam6s9dg4dcxi1na1inpi6y082"
+ }
+ },
+ {
+ "ename": "helm-ghs",
+ "commit": "0f8d37030806905344a2ca56bfc469f5a238cd69",
+ "sha256": "0bzy2vr2h9c886cm4gd161n7laym952bzy5fhcibafhzm4abl4sh",
+ "fetcher": "github",
+ "repo": "iory/emacs-helm-ghs",
+ "unstable": {
+ "version": [
+ 20170715,
+ 541
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "17a70bf16255d90d67c8350e88200ec8bfd47563",
+ "sha256": "1jc51anmkr44db4kbcwza17x3ln78ihpslrf2v9xs0sq0ggw1rva"
+ }
+ },
+ {
+ "ename": "helm-git",
+ "commit": "707696fbec477027e675ff01c502e0b81096025c",
+ "sha256": "1ib73p7cmkw96csxxpkqwn6m60k1xrd46z6vyp29gj85cs4fpsb8",
+ "fetcher": "github",
+ "repo": "maio/helm-git",
+ "unstable": {
+ "version": [
+ 20120630,
+ 2103
+ ],
+ "commit": "cb96a52b5aecadd3c27aba7749d14e43ab128d55",
+ "sha256": "1yfy4a52hx44r32i0b75bka8gfcn5lp61jl86lzrsi2cr9wg10pn"
+ }
+ },
+ {
+ "ename": "helm-git-files",
+ "commit": "23bfa0b94f242f9da06366b4aefdf6ece72561e7",
+ "sha256": "02109r956nc1dmqh4v082vkr9wdixh03xhl7icwkzl7ipr5453s6",
+ "fetcher": "github",
+ "repo": "kenbeese/helm-git-files",
+ "unstable": {
+ "version": [
+ 20141212,
+ 1317
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "43193960774069369ac6964bbf7c026900206fa8",
+ "sha256": "157b525h0kiaknn12fsw67fg26lzb20apx8sssmvlcicqcd51iaw"
+ }
+ },
+ {
+ "ename": "helm-git-grep",
+ "commit": "338d28c3fe201a7b2f15793be6d540f44819f4d8",
+ "sha256": "1ww6a4q78w5hnwikq7y93ic2b7x070c27r946lh6p8cz1k4b8vqi",
+ "fetcher": "github",
+ "repo": "yasuyk/helm-git-grep",
+ "unstable": {
+ "version": [
+ 20170614,
+ 1411
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "744cea07dba6e6a5effbdba83f1b786c78fd86d3",
+ "sha256": "172m7wbgx9qnv9n1slbzpd9j24p6blddik49z6bq3zdg1vlnf3dv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 10,
+ 1
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "744cea07dba6e6a5effbdba83f1b786c78fd86d3",
+ "sha256": "172m7wbgx9qnv9n1slbzpd9j24p6blddik49z6bq3zdg1vlnf3dv"
+ }
+ },
+ {
+ "ename": "helm-github-stars",
+ "commit": "2e77f4a75504ca3e1091cdc757e91fb1ae361fa7",
+ "sha256": "1r4mc4v71171sq9rbbhm346s92fb7jnvvl91y2q52jqmrnzzl9zy",
+ "fetcher": "github",
+ "repo": "Sliim/helm-github-stars",
+ "unstable": {
+ "version": [
+ 20190428,
+ 1047
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "c891690218b0d8b957ea6cb45b1b6cffd15a6950",
+ "sha256": "0050i3apv72klqi3s0zw5sv4r4sizx4vlw07l52i39ij7bzjhkzz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 7
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "c891690218b0d8b957ea6cb45b1b6cffd15a6950",
+ "sha256": "0050i3apv72klqi3s0zw5sv4r4sizx4vlw07l52i39ij7bzjhkzz"
+ }
+ },
+ {
+ "ename": "helm-gitignore",
+ "commit": "3146b9309e8cbe464330dcd1f5b8a9fd8788ad6f",
+ "sha256": "01l7mx8g1m5qnwz973hzrgds4gywm56jgl4hcdxqvpi1n56md3x6",
+ "fetcher": "github",
+ "repo": "jupl/helm-gitignore",
+ "unstable": {
+ "version": [
+ 20170211,
+ 8
+ ],
+ "deps": [
+ "cl-lib",
+ "gitignore-mode",
+ "helm",
+ "request"
+ ],
+ "commit": "2a2e7da7855a6db0ab3bb6a6a087863d7abd4391",
+ "sha256": "07770qhy56cf5l69mk6aq882sryjbfjd05kdk78v65mgmlwv806a"
+ }
+ },
+ {
+ "ename": "helm-gitlab",
+ "commit": "1d012991188956f6e06c37d504b0d06ab31487b9",
+ "sha256": "010ihx3yddhb8j3jqcssc49qnf3i7xlz0s380mpgrdxgz6yahsmd",
+ "fetcher": "github",
+ "repo": "nlamirault/emacs-gitlab",
+ "unstable": {
+ "version": [
+ 20180312,
+ 1647
+ ],
+ "deps": [
+ "dash",
+ "gitlab",
+ "helm",
+ "s"
+ ],
+ "commit": "8c2324c02119500f094c2f92dfaba4c9977ce1ba",
+ "sha256": "056c4fb5sj2y4h94klx2g24n1g3qdi7ifzs8ksw5v6hcj9lrkb1n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "gitlab",
+ "helm",
+ "s"
+ ],
+ "commit": "a1c1441ff5ffb290e695eb9ac05431e9385578f4",
+ "sha256": "0ywjrgafpl4cnrykx9yysazr7hkd2pxk67h065f8z3mid6cgh1wa"
+ }
+ },
+ {
+ "ename": "helm-go-package",
+ "commit": "449d272b94c189176305ca17652d76adac087ce5",
+ "sha256": "102yhn1xg83l67yaq3brn35a03fkvqqhad10rq0h39n4i1slq3z6",
+ "fetcher": "github",
+ "repo": "yasuyk/helm-go-package",
+ "unstable": {
+ "version": [
+ 20161103,
+ 153
+ ],
+ "deps": [
+ "deferred",
+ "go-mode",
+ "helm-core"
+ ],
+ "commit": "e42c563936c205ceedb930a687c11b4bb56447bc",
+ "sha256": "1169q25paz7x3hia5px4vmn06zzss179q9179x95vx8vfr43ny08"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "deferred",
+ "go-mode",
+ "helm-core"
+ ],
+ "commit": "7db5ea9ce97502152a6bb1fe38f8fabb5a49abd2",
+ "sha256": "08llqkswilzsigh28w9qjbqi5g5z0ylfabz5sqia7c18gjshvz0h"
+ }
+ },
+ {
+ "ename": "helm-google",
+ "commit": "f0a8eb0eefe88b4ea683a4743c0f8393506e014b",
+ "sha256": "0hv7wfrahjn8j4914dp2p4fl2cj85pmxnyxf5cnmv6p97yis0ham",
+ "fetcher": "git",
+ "url": "https://framagit.org/steckerhalter/helm-google.git",
+ "unstable": {
+ "version": [
+ 20180606,
+ 520
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "48e91a73d5f48c39d7a219022a24440cff548e1a",
+ "sha256": "05xj6bkr330glh56n8c63297zqh1cmlhxlyxpr04srjraifyzba1"
+ }
+ },
+ {
+ "ename": "helm-grepint",
+ "commit": "26446d6a2215bfa622d86837b30f2754dd25eb4c",
+ "sha256": "00wr3wk41sbpamxbjkqlby49g8y5z9n79p51sg7ginban4qy91gf",
+ "fetcher": "github",
+ "repo": "kopoli/helm-grepint",
+ "unstable": {
+ "version": [
+ 20161001,
+ 1413
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "a62ca27515ff6a366b89b420500eb16d380cc653",
+ "sha256": "1v87v6a34zv998z1dwwcqx49476pvy9g5zml7w5vzfkms0l8l28w"
+ }
+ },
+ {
+ "ename": "helm-growthforecast",
+ "commit": "7d92e66cad586d4dc6b1de12d1b41b818b5232c2",
+ "sha256": "1qlyp263rl0892hr53kgc16jlx3jylw2pplbzlx05a60k5348jjv",
+ "fetcher": "github",
+ "repo": "daichirata/helm-growthforecast",
+ "unstable": {
+ "version": [
+ 20140120,
+ 344
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "0f94ac090d6c354058ad89a86e5c18385c136d9b",
+ "sha256": "0p0mk44y2z875ra8mzcb6vlf4rbkiq9yank5hdxvg2x2sxsaambk"
+ }
+ },
+ {
+ "ename": "helm-gtags",
+ "commit": "81f0f525680fea98e804f39dbde1dada887e8821",
+ "sha256": "1kbpfqhhbxmp3f70h91x2fws9mhx87zx4nzjjl29lpl93vf8xckl",
+ "fetcher": "github",
+ "repo": "syohex/emacs-helm-gtags",
+ "unstable": {
+ "version": [
+ 20170116,
+ 529
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "108e93d0d099ebb7b98847388f368311cf177033",
+ "sha256": "0hfshcnzrrvf08yw4xz5c93g9pw6bvjp2bmv0s6acrsjqgwhx158"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 6
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "dbe0d2d9d08058d469ad2d729bd782515b5b3b62",
+ "sha256": "0zyspn9rqfs3hkq8qx0q1w5qiv30ignbmycyv0vn3a6q7a5fsnhx"
+ }
+ },
+ {
+ "ename": "helm-hatena-bookmark",
+ "commit": "3e9335ad16d4151dd4970c4a3ad1fee9a84404fa",
+ "sha256": "14091zrp4vj7752rb5s3pkyvrrsdl7iaj3q9ys8rjmbsjwcv30id",
+ "fetcher": "github",
+ "repo": "masutaka/emacs-helm-hatena-bookmark",
+ "unstable": {
+ "version": [
+ 20190609,
+ 1455
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "10b8bfbd7fc4c3f503b2bc01f0c062dac128059e",
+ "sha256": "17f7y7bw15y3x30j7b3ymp3gpnszfvnf8hmlgc1mkwafxvzv06i1"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 4,
+ 3
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "10b8bfbd7fc4c3f503b2bc01f0c062dac128059e",
+ "sha256": "17f7y7bw15y3x30j7b3ymp3gpnszfvnf8hmlgc1mkwafxvzv06i1"
+ }
+ },
+ {
+ "ename": "helm-hayoo",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "06nbilb6vfa8959ss5d06zbcwqxlbyi3cb5jnbdag0jnpxvv1hqb",
+ "fetcher": "github",
+ "repo": "markus1189/helm-hayoo",
+ "unstable": {
+ "version": [
+ 20151014,
+ 651
+ ],
+ "deps": [
+ "haskell-mode",
+ "helm",
+ "json"
+ ],
+ "commit": "dd4c0c8c87521026edf1b808c4de01fa19b7c693",
+ "sha256": "08pfzs030d8g5s7vkpgicz4srp5cr3xpd84lhrr24ncrhbszxar9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "deps": [
+ "haskell-mode",
+ "helm",
+ "json"
+ ],
+ "commit": "f49a77e8b8704bb7eb0d1097eefb8010a6617664",
+ "sha256": "1imfzz6cfdq7fgrcgrafy2nln929mgh31vybk9frm7a9jpamqdxp"
+ }
+ },
+ {
+ "ename": "helm-helm-commands",
+ "commit": "f8bd33d5d5c8653df5373984d01c3ec87b30c51b",
+ "sha256": "0dq9p37i5rrp2nb1vhqzzqfmdg11va2xr3yz8hdxpwykm1ldqdcf",
+ "fetcher": "github",
+ "repo": "vapniks/helm-helm-commands",
+ "unstable": {
+ "version": [
+ 20130902,
+ 1748
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "3a05aa19c976501343ad9ae630a36810921a85f6",
+ "sha256": "05ksfx54ar2j4mypzwh0gfir8r26s4f1i4xw319q5pa1y2100cpn"
+ }
+ },
+ {
+ "ename": "helm-hoogle",
+ "commit": "8ccc21c2acc76a6794aee94902b1bc4c14119901",
+ "sha256": "0vhk4vwqfirdm5d0pppplfpqyc2sfj6jybhzp9n1w8xgrh2d1c0x",
+ "fetcher": "github",
+ "repo": "jwiegley/helm-hoogle",
+ "unstable": {
+ "version": [
+ 20161027,
+ 534
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "73969a9d46d2121a849a01a9f7ed3636d01f7bbc",
+ "sha256": "043bddm6lldl6wkifr1plqip7laai771z1a1l0x2h35l3g8c64h0"
+ }
+ },
+ {
+ "ename": "helm-hunks",
+ "commit": "d61cbe53ad42f2405a66de9f551f5b870a60709f",
+ "sha256": "1fhb9sf7fpz3f3ylc906w5xa4zzfr0gix6m7zc4c8qmz33zbhbp5",
+ "fetcher": "github",
+ "repo": "torgeir/helm-hunks.el",
+ "unstable": {
+ "version": [
+ 20171217,
+ 1933
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "6392bf716f618eac23ce81140aceb0dfacb9c6d0",
+ "sha256": "1ih2pgyhshv8nl7hhchd4h0pbjgj45irp5dy1fq2gy05v4rn7wi4"
+ }
+ },
+ {
+ "ename": "helm-idris",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "04f1963ksbjdza1syajb5vkwwsc9gzk0az6c1m1zgvsianrq4rd9",
+ "fetcher": "github",
+ "repo": "david-christiansen/helm-idris",
+ "unstable": {
+ "version": [
+ 20141202,
+ 1757
+ ],
+ "deps": [
+ "helm",
+ "idris-mode"
+ ],
+ "commit": "a2f45d6817974f318b55ad9b7fd19d5df132d47e",
+ "sha256": "0128nrhwyzslzl0l7wcjxn3dlx3h1sjmwnbbnp2fj4bjk7chc59q"
+ }
+ },
+ {
+ "ename": "helm-img",
+ "commit": "e0ea97a55f8f4183d375424c94705f372189d6ed",
+ "sha256": "0sq9l1wgm97ppfc45w3bdcv0qq5m85ygnanv1bdcp8bxbdl4vg0q",
+ "fetcher": "github",
+ "repo": "l3msh0/helm-img",
+ "unstable": {
+ "version": [
+ 20151224,
+ 2321
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "aa3f8a5dce8d0413bf07584f07153a39015c2bfc",
+ "sha256": "0py4xs27z2jvg99i6qaf2ccz0mvk6bb9cvdyz8v8ngmnj3rw2vla"
+ }
+ },
+ {
+ "ename": "helm-img-tiqav",
+ "commit": "f6a948f91dc58ce565e54967ab75fe572f37f616",
+ "sha256": "1m083hiih2rpyy8i439745mj4ldqy85fpnvms8qnv3042b8x35y0",
+ "fetcher": "github",
+ "repo": "l3msh0/helm-img-tiqav",
+ "unstable": {
+ "version": [
+ 20151224,
+ 2322
+ ],
+ "deps": [
+ "helm-img"
+ ],
+ "commit": "33a7e9508bc8f37d53320b56c92b53d321a57bb0",
+ "sha256": "04vdin0n3514c8bycdjrwk3l6pkarrwanlklnm75315b91nkkbcp"
+ }
+ },
+ {
+ "ename": "helm-ispell",
+ "commit": "edc42b26027dcd7daf0d6f2bd19ca4736fc12d6d",
+ "sha256": "0qyj6whgb2p0v231wn6pvx4awvl1wxppppqqbx5255j8r1f3l1b0",
+ "fetcher": "github",
+ "repo": "syohex/emacs-helm-ispell",
+ "unstable": {
+ "version": [
+ 20151231,
+ 853
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "cb735695ab3a0e66c123c2f3f3e8911fb1c2d5fc",
+ "sha256": "04ddjdia09y14gq4h6m8g6aiwkqvdxp66yjx3j5dh2xrkyxhlxpz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "640723ace794d21b8a5892012db99f963149415b",
+ "sha256": "0bz2ngw816jvpw1a10j31y5hf1knz0mzz60l073h33qci11jbwid"
+ }
+ },
+ {
+ "ename": "helm-itunes",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0zi4wyraqkjwp954pkng8b23giv1q9618apd9v3dczsvlmaar9hf",
+ "fetcher": "github",
+ "repo": "anschwa/helm-itunes",
+ "unstable": {
+ "version": [
+ 20151013,
+ 648
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "966de755a5aadbe02311a6cef77bd4790e84c263",
+ "sha256": "1czgf5br89x192g3lh3x2n998f79hi1n2f309ll264qnl35kv14w"
+ }
+ },
+ {
+ "ename": "helm-j-cheatsheet",
+ "commit": "681b43eb224942155b97181bbb78bcd295347d04",
+ "sha256": "0lppzk60vl3ps9fqnrh020awiy5w46gwlb6d91pr889x24ryphmm",
+ "fetcher": "github",
+ "repo": "abo-abo/helm-j-cheatsheet",
+ "unstable": {
+ "version": [
+ 20170217,
+ 829
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "6c47e7162b9ba2de4b41221d01180146973d860b",
+ "sha256": "0ayv6aqmwjy95gc9cpyx0s71486rvlmn04iwgfn43mr192c38y9p"
+ }
+ },
+ {
+ "ename": "helm-jira",
+ "commit": "b91a22c2117403e278a8116ea1180bed736ae1e3",
+ "sha256": "1fb2hk97zlr30gzln8b5x7xc3v119ki8kbiyh7shxnaqx7dy1ihs",
+ "fetcher": "github",
+ "repo": "DeX3/helm-jira",
+ "unstable": {
+ "version": [
+ 20180802,
+ 815
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "75d6ed5bd7a041fa8c1adb21cbbbe57b5a7c7cc7",
+ "sha256": "08cczc4jnkdgvzs0s3wq2dqmhnsvyhpl65dydmi7pmayl7zg6jir"
+ }
+ },
+ {
+ "ename": "helm-js-codemod",
+ "commit": "dd005bfb170df2f0c992043130a5e9588dcf4d77",
+ "sha256": "1m07xh97fjyah8di363yalg9f5g5rfr3k5mbjql3n67lfwgxrz94",
+ "fetcher": "github",
+ "repo": "torgeir/helm-js-codemod.el",
+ "unstable": {
+ "version": [
+ 20171106,
+ 1044
+ ],
+ "deps": [
+ "helm-core",
+ "js-codemod"
+ ],
+ "commit": "18503d94e64418e8ea5c5854f197ae9f3009cdbf",
+ "sha256": "0d5fsvfa017gda0jryjdvva1q04nry6grc1433gvgrqqp6vxayxc"
+ }
+ },
+ {
+ "ename": "helm-jstack",
+ "commit": "a92ffbc4de86248729773dd8729e6487bf56fbb0",
+ "sha256": "0giix1rv2jrmdxyg990w90ivl8bvgbbvah6nkpj7gb6vbnm15ldz",
+ "fetcher": "github",
+ "repo": "raghavgautam/helm-jstack",
+ "unstable": {
+ "version": [
+ 20150603,
+ 422
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "2064f7215dcf4ccbd6a7b8784223251507746da4",
+ "sha256": "0vhqpcv8xi6a6q7n6xxahdzijr1x5s40fvk9nc44q55psbyv627g"
+ }
+ },
+ {
+ "ename": "helm-kythe",
+ "commit": "dd1a6d0b08ad750a0e44ebdf76109d29ab226bd3",
+ "sha256": "1yybpic3jzp3yy8xlfdn2jj12h087vn0lj3mqx6xxj2nxd9q4949",
+ "fetcher": "github",
+ "repo": "MaskRay/emacs-helm-kythe",
+ "unstable": {
+ "version": [
+ 20170709,
+ 726
+ ],
+ "deps": [
+ "dash",
+ "helm"
+ ],
+ "commit": "eabbef4948f8ec7c7b2fac498e9145dfdb10ca82",
+ "sha256": "1ws7vl0pvznmxb7yj77kfv4l52xkzblhsl68lfkf9cdxcj9g6177"
+ }
+ },
+ {
+ "ename": "helm-lastpass",
+ "commit": "a39f1b0a5b22e91eb9e298949def6c29e7bc5755",
+ "sha256": "0zgq3szds5l3ah39wiacqcc1j0dlbhwm0cjx64j28jx93300kx57",
+ "fetcher": "github",
+ "repo": "xuchunyang/helm-lastpass",
+ "unstable": {
+ "version": [
+ 20180722,
+ 806
+ ],
+ "deps": [
+ "csv",
+ "helm"
+ ],
+ "commit": "82e1ffb6ae77d9d9e29c398eb013cd20ce963f77",
+ "sha256": "0pri9zsjg0zii7dpsr56dy5204q0mld5wi22iay3kqpiyxghhssv"
+ }
+ },
+ {
+ "ename": "helm-lean",
+ "commit": "42f4d6438c8aeb94ebc1782f2f5e2abd17f0ffde",
+ "sha256": "0j5ax14lhlyd9mpqk1jwh7nfp090kj71r045v2qjfaw2fa23b7si",
+ "fetcher": "github",
+ "repo": "leanprover/lean-mode",
+ "unstable": {
+ "version": [
+ 20171102,
+ 1454
+ ],
+ "deps": [
+ "dash",
+ "helm",
+ "lean-mode"
+ ],
+ "commit": "9d6b8471e2044310b4cd7cd3213b1fc8f78ec499",
+ "sha256": "0r8vfklrdw3f11cpk279jg3mnfbqm60m6klisqndkvir7vsrshni"
+ }
+ },
+ {
+ "ename": "helm-lib-babel",
+ "commit": "d6718da5d8849a8c3ec17188b89a1273cf963047",
+ "sha256": "0ddj6xrhz4n0npplkjmblqb43jnd6fmr4i4vv1cigrgb7zj6bjx4",
+ "fetcher": "github",
+ "repo": "dfeich/helm-lib-babel",
+ "unstable": {
+ "version": [
+ 20180510,
+ 1324
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "41bc0cdea8a604c6c8dc83ed5066644d33688fad",
+ "sha256": "1jrpaip5v9kzk0rf8wivsq8irdfd39svxd7p3v80cwgrrl7546xj"
+ }
+ },
+ {
+ "ename": "helm-lines",
+ "commit": "b0aee0be5f388a6d778cb22ce5ad930d21c6f521",
+ "sha256": "110y0vdmab4zr3ab6cpf93b6iidxhanq4rh1cfrzqjf7a7xik78h",
+ "fetcher": "github",
+ "repo": "torgeir/helm-lines.el",
+ "unstable": {
+ "version": [
+ 20180601,
+ 2033
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "3bfe15a60c6405682085ab289de3eb364624c4e9",
+ "sha256": "1fi0khqx35v48s14jr59jp06bpnhx9dy2rdasj2wn1a34jwgd49i"
+ }
+ },
+ {
+ "ename": "helm-lobsters",
+ "commit": "6247e3786131e5b2a7824804e49927ed65d266d5",
+ "sha256": "0dkb78n373kywxj8zba2s5a2g85vx19rdswv9i78xjwv1lqh8cpp",
+ "fetcher": "github",
+ "repo": "julienXX/helm-lobste.rs",
+ "unstable": {
+ "version": [
+ 20150213,
+ 1546
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "53c5b42baf72776dcba891fc3d7cd7d47721e9b0",
+ "sha256": "1ic0pcr7cfrfalb7760viixz5gfdg5hfazzwfhhw08vx44xx0jk4"
+ }
+ },
+ {
+ "ename": "helm-ls-git",
+ "commit": "b487b4c0db9092bb7e32aad9265b79a9d18c8478",
+ "sha256": "08rsy9479nk03kinjfkxddrq6wi4sx2a0wrz37cl2q517qi7sibj",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-ls-git",
+ "unstable": {
+ "version": [
+ 20190630,
+ 737
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "ab825ea050f88babf6f8d340424f9359f3c6036f",
+ "sha256": "1i71q2d7bv7hc6793is7c1qcykadad5ggpabspac8wg9db360g2b"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 9,
+ 1
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "7b7b6dc2554603ad98412927f84a803625069ab3",
+ "sha256": "1s748a5abj58hd7cwzfggfnnmyzhj04gpbqqwqmskn8xlsq5qcdi"
+ }
+ },
+ {
+ "ename": "helm-ls-hg",
+ "commit": "03a22c9ec281330c4603aec6feb04cf580dee340",
+ "sha256": "0ca0xn7n8bagxb504xgkcv04rpm1vxhx2m77biqrx5886pwl25bh",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-ls-hg",
+ "unstable": {
+ "version": [
+ 20150909,
+ 543
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "61b91a22fcfb62d0fc56e361ec01ce96973c7165",
+ "sha256": "1msrsqiwk7bg5gry5cia8a6c7ifymfyn738hk8g2qwzzw4vkxxcs"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8,
+ 0
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "61b91a22fcfb62d0fc56e361ec01ce96973c7165",
+ "sha256": "1msrsqiwk7bg5gry5cia8a6c7ifymfyn738hk8g2qwzzw4vkxxcs"
+ }
+ },
+ {
+ "ename": "helm-ls-svn",
+ "commit": "be27e728327016b819535ef8cae10020e5a07c2e",
+ "sha256": "10rbplwagmwp8lvhandzlinnzl1vcsvdlnjk9jpj3nw42x9wahx4",
+ "fetcher": "github",
+ "repo": "emacsmirror/helm-ls-svn",
+ "unstable": {
+ "version": [
+ 20190316,
+ 2203
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "a6043e1187282f649e2cb9f0e722a42daf41294b",
+ "sha256": "0jh3q2nx3hn6v1qvip5sbfsvf9zy74ppn1rl037d0hlssh6qir9j"
+ }
+ },
+ {
+ "ename": "helm-lsp",
+ "commit": "67942b34975015dd6f2b5f6b43829cc13b1832c6",
+ "sha256": "0hzwz243n45xcm3rnzmd6z8zrqy9660fy0l8mb940960cjzsxf3m",
+ "fetcher": "github",
+ "repo": "emacs-lsp/helm-lsp",
+ "unstable": {
+ "version": [
+ 20190423,
+ 548
+ ],
+ "deps": [
+ "dash",
+ "helm",
+ "lsp-mode"
+ ],
+ "commit": "3a58ca4cfd94b9ab1e15e819d3b16ef568e8889b",
+ "sha256": "0wh5zai3s17ss2q8wcdd6d87hv1h3nbyrxxs4js9cas8m6y2ssjv"
+ }
+ },
+ {
+ "ename": "helm-lxc",
+ "commit": "7a7717154a657bb7c27b25579ea2c1b31b5c0b5f",
+ "sha256": "0mhxbs99isbvls34g0415iy3fry7kanala6624gp5l5isbmn95rm",
+ "fetcher": "github",
+ "repo": "montag451/helm-lxc",
+ "unstable": {
+ "version": [
+ 20190116,
+ 2050
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "lxc-tramp"
+ ],
+ "commit": "a4e17dda329ec39a3dac5751ddcef1145b3d91c1",
+ "sha256": "1z6d752682b21ydp7s5a9jkhjqw7nbascv21qcs9418ydisl8q8d"
+ }
+ },
+ {
+ "ename": "helm-make",
+ "commit": "0f25f066c60d4caff1fbf885bc944cac47515ec8",
+ "sha256": "1r6jjy1rlsii6p6pinbz7h6gcw4vmcycd3vj338bfbnqp5rrf2mc",
+ "fetcher": "github",
+ "repo": "abo-abo/helm-make",
+ "unstable": {
+ "version": [
+ 20190729,
+ 1221
+ ],
+ "commit": "6f3d9a0feed47c1d6a9b82baef2e2663ac496514",
+ "sha256": "0xgx1qr3ypnqnv38850zxak7rga9mn3d428szz80r6438nl8hlb0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "helm",
+ "projectile"
+ ],
+ "commit": "6558a79d20d04465419b312da198190be6832647",
+ "sha256": "17ls0bplnja2qvg3129x2irgsgs7l4bjj0qi7b9z16i6knjkwfya"
+ }
+ },
+ {
+ "ename": "helm-migemo",
+ "commit": "ce6eb840368f8cbee66dc061478d5096b9dacb68",
+ "sha256": "1cjvb1lm1fsg5ky63fvrphwl5a7r7xf6qzb4mvl06ikj8hv2h33x",
+ "fetcher": "github",
+ "repo": "emacs-jp/helm-migemo",
+ "unstable": {
+ "version": [
+ 20151010,
+ 356
+ ],
+ "deps": [
+ "cl-lib",
+ "helm-core",
+ "migemo"
+ ],
+ "commit": "66c6a19d07c6a385daefd2090d0709d26b608b4e",
+ "sha256": "0gzlprf5js4y3vzkf7si2xc7ai5j97b5cqrs002hyjj5ij4f2vix"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 22
+ ],
+ "deps": [
+ "cl-lib",
+ "helm-core",
+ "migemo"
+ ],
+ "commit": "2d964309a5415cf47f5154271e6fe7b6a7fffec7",
+ "sha256": "03588hanfa20pjp9w1bqy8wsf5x6az0vfq0bmcnr4xvlf6fhkyxs"
+ }
+ },
+ {
+ "ename": "helm-mode-manager",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "04yhqbb9cliv1922b0abpc1wrladvhyfmwn8ifqfkzaks4067rhl",
+ "fetcher": "github",
+ "repo": "istib/helm-mode-manager",
+ "unstable": {
+ "version": [
+ 20151124,
+ 938
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "5d9c3ca4f8205d07ff4e03c4c3e88f596751c1fc",
+ "sha256": "1lbxb4vnnv6s46m90qihkj99qdbdylwncwaijjfd7i2kap2ayawh"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "1fc1d65a27bc57d3a5bbd359f3eb77a6353fa4a5",
+ "sha256": "1srx5f0s9x7zan7ayqd6scxfhcvr3nkd4yzs96hphd87rb18apzk"
+ }
+ },
+ {
+ "ename": "helm-mt",
+ "commit": "e726bf0b9b3f371b21f1f0d75175e0dda62f6fb0",
+ "sha256": "04hx8cg8wmm2w8g942nc9mvm12ammmjnx4k61ljrq76smd8s3x2a",
+ "fetcher": "github",
+ "repo": "dfdeshom/helm-mt",
+ "unstable": {
+ "version": [
+ 20160918,
+ 452
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "multi-term"
+ ],
+ "commit": "d2bff4100118483bc398c56d0ff095294209265b",
+ "sha256": "1wci63y0vjvrvrylkhhrz8p9q0ml6la5cpj4rx5cwin9rkmislm6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "multi-term"
+ ],
+ "commit": "d2bff4100118483bc398c56d0ff095294209265b",
+ "sha256": "1wci63y0vjvrvrylkhhrz8p9q0ml6la5cpj4rx5cwin9rkmislm6"
+ }
+ },
+ {
+ "ename": "helm-mu",
+ "commit": "63ee2e2aa622c96993c1b705d0fd223d6b36fd0f",
+ "sha256": "0pydp6scj5icaqfp3dp5h0q1y2i7z9mfyw1ll6iphsz9qh3x2bj2",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-mu",
+ "unstable": {
+ "version": [
+ 20190410,
+ 1718
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "7793d96694505380c470cb7b31b4bd8a2781e529",
+ "sha256": "01410wi46ljpy1040wk9dp2k21nyhc3k6kwxpy35874bqhqn5r3i"
+ }
+ },
+ {
+ "ename": "helm-navi",
+ "commit": "e5ffbc25c0eb30b9c96594d50f47cd0383aa8ebc",
+ "sha256": "0v3amm15pwja2y7zg92hsfhp3scmswwl0q0slg33g11rvj26iiks",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-navi",
+ "unstable": {
+ "version": [
+ 20181226,
+ 29
+ ],
+ "deps": [
+ "helm",
+ "navi-mode",
+ "s"
+ ],
+ "commit": "3b9abcc39ce7c657bc2dcc054b850dc2a7cf0448",
+ "sha256": "1kxv8qx7s51fnzrslwqrgayqvyq30ycnb84p5qy7jf0rf69hxxjh"
+ }
+ },
+ {
+ "ename": "helm-nixos-options",
+ "commit": "6846c7d86e70a9dd8300b89b61435aa7e146be96",
+ "sha256": "1nsi4hfw53iwn29fp33dkri1c6w8kdyn4sa0yn2fi6144ilmq933",
+ "fetcher": "github",
+ "repo": "travisbhartwell/nix-emacs",
+ "unstable": {
+ "version": [
+ 20151013,
+ 2309
+ ],
+ "deps": [
+ "helm",
+ "nixos-options"
+ ],
+ "commit": "45c8d90748304c90e1503c9fa8db0443f3d4bd89",
+ "sha256": "0hsr8acsvfb42drb8f2wkpgqyh3csny7l82qv4k2l83xf022cs1d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "helm",
+ "nixos-options"
+ ],
+ "commit": "5fc8fa29bea9dd8e9c822af92f9bc6ddc223635f",
+ "sha256": "1lm7rkgf7q5g4ji6v1masfbhxdpwni8d77dapsy5k9p73cr2aqld"
+ }
+ },
+ {
+ "ename": "helm-notmuch",
+ "commit": "98667b3aa43d3e0f6174eeef82acaf71d7019aac",
+ "sha256": "1ixdc1ba4ygxl0lpg6ijk06dgj2hfv5p5k6ivq60ss0axyisnnv0",
+ "fetcher": "github",
+ "repo": "xuchunyang/helm-notmuch",
+ "unstable": {
+ "version": [
+ 20190320,
+ 1048
+ ],
+ "deps": [
+ "helm",
+ "notmuch"
+ ],
+ "commit": "97a01497e079a7b6505987e9feba6b603bbec288",
+ "sha256": "1k038dbdpaa411gl4071x19fklhnizhr346plxw23lsnxir9dhqc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "helm",
+ "notmuch"
+ ],
+ "commit": "97a01497e079a7b6505987e9feba6b603bbec288",
+ "sha256": "1k038dbdpaa411gl4071x19fklhnizhr346plxw23lsnxir9dhqc"
+ }
+ },
+ {
+ "ename": "helm-open-github",
+ "commit": "81f0f525680fea98e804f39dbde1dada887e8821",
+ "sha256": "1wqlwg21s9pjgcrwr8kdrppinmjn235nadkp4003g0md1d64zxpx",
+ "fetcher": "github",
+ "repo": "syohex/emacs-helm-open-github",
+ "unstable": {
+ "version": [
+ 20170220,
+ 159
+ ],
+ "deps": [
+ "gh",
+ "helm-core"
+ ],
+ "commit": "2f03d97552a1233db7694116d5f80ecde7612756",
+ "sha256": "1nzi2m23mqvxkpa7wsd2j0rwvlv5pj0mcaz2ypgfd023k2vh9is1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 15
+ ],
+ "deps": [
+ "gh",
+ "helm-core"
+ ],
+ "commit": "553f3ab0fe0a028015e9b6cb7c35fb139ec222fc",
+ "sha256": "1xj5b44nkdvbxhk1bnllqm2qq393w22ccy708prrhiq8fmk53aa8"
+ }
+ },
+ {
+ "ename": "helm-org",
+ "commit": "5c14f6b048ec9983e31fcd3e7cdea45ebe806ce8",
+ "sha256": "02zyc7nssl4zvbbw03fl0nbf4d6qmqxywa2hnfyiwfzn5jzxkl95",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-org",
+ "unstable": {
+ "version": [
+ 20190813,
+ 604
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "7926896aa1195db7ca6394c1ce60152b98f5fca1",
+ "sha256": "0cxxjxh89qhxfxc5gwqm5jwvdcnmsyipzwibvmqmq800ims09fka"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "3a20d0eca0e95943cd9fdd40882cec65628f4a67",
+ "sha256": "0j3xz59hl84asv332fk94j5c06w3ix6b14zrkhxr8vb5ci1b2b1k"
+ }
+ },
+ {
+ "ename": "helm-org-rifle",
+ "commit": "f39cc94dde5aaf0d6cfea5c98dd52cdb0bcb1615",
+ "sha256": "0hx764vql2qgw9i8qrr3kkn23lw6jx3x604dm1y33ig6a15gy3a3",
+ "fetcher": "github",
+ "repo": "alphapapa/helm-org-rifle",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1831
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "helm",
+ "s"
+ ],
+ "commit": "dbda48031bad6fec1e130ee6e0d1a3bfea8ad8b8",
+ "sha256": "058zvh7cdall7dl3xay9ibcjvs13fbqp8fli3lz980pinmsds3r2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "helm",
+ "s"
+ ],
+ "commit": "dbda48031bad6fec1e130ee6e0d1a3bfea8ad8b8",
+ "sha256": "058zvh7cdall7dl3xay9ibcjvs13fbqp8fli3lz980pinmsds3r2"
+ }
+ },
+ {
+ "ename": "helm-orgcard",
+ "commit": "ce6eb840368f8cbee66dc061478d5096b9dacb68",
+ "sha256": "1a56y8fny7qxxidc357n7l3yi7h66hidhvwhkam8y5wk6k61460p",
+ "fetcher": "github",
+ "repo": "emacs-jp/helm-orgcard",
+ "unstable": {
+ "version": [
+ 20151001,
+ 1524
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "9655ac340d1ccc5f3d1c0f7c49be8dd3556d4d0d",
+ "sha256": "1zyjxrrda7nxxjqczv2p3sfimxy2pq734kf51j6v2y0biclc4bk3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "9655ac340d1ccc5f3d1c0f7c49be8dd3556d4d0d",
+ "sha256": "1zyjxrrda7nxxjqczv2p3sfimxy2pq734kf51j6v2y0biclc4bk3"
+ }
+ },
+ {
+ "ename": "helm-osx-app",
+ "commit": "fe3d52e2f699d68dfbcdbc2f9a3e3cfd99b79be8",
+ "sha256": "1qxh7hs8z7sp8dnpxirnjnyjynij9j6w5vq9l1w1sy4zbhr49l31",
+ "fetcher": "github",
+ "repo": "xuchunyang/helm-osx-app",
+ "unstable": {
+ "version": [
+ 20190717,
+ 958
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "634ed5d721a20af265825a018e9df3ee6640daee",
+ "sha256": "04p2fp7mp2q1ava457cg1vm6ycag0ig11nmr23fybixdsp1j646j"
+ }
+ },
+ {
+ "ename": "helm-pages",
+ "commit": "7a33cb19b6e71240896bbe5da07ab25f2ee11f0b",
+ "sha256": "1v3w8100invb5wsmm3dyl41pjs7s889s3b1rlr6vlcspa1ncv3wj",
+ "fetcher": "github",
+ "repo": "david-christiansen/helm-pages",
+ "unstable": {
+ "version": [
+ 20161121,
+ 226
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "51dcb9374d1df9feaae85e60cfb39b970554ecba",
+ "sha256": "0znmj13nshzspysnzrn2x6k9fym21n9ywkpjibljy0s05m36nbs5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "e334ca3312e51d6fdfa989df5d3ebe683d673c0e",
+ "sha256": "1r2ndmrw5ivawb940j8jnmqzxv46qrzd3cqh9fvxx5yicf020fjf"
+ }
+ },
+ {
+ "ename": "helm-pass",
+ "commit": "4a34e0ab66491540dd0c5b62c7f60684056b16d5",
+ "sha256": "153cj58x2xcmjs2n4fl1jsv8zir4z9jwg1w00ghv70k5j3rwsjkp",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-pass",
+ "unstable": {
+ "version": [
+ 20190315,
+ 1335
+ ],
+ "deps": [
+ "auth-source-pass",
+ "helm",
+ "password-store"
+ ],
+ "commit": "ed5798f2d83937575e8f23fde33323bca9e85131",
+ "sha256": "0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "auth-source-pass",
+ "helm",
+ "password-store"
+ ],
+ "commit": "ed5798f2d83937575e8f23fde33323bca9e85131",
+ "sha256": "0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv"
+ }
+ },
+ {
+ "ename": "helm-perldoc",
+ "commit": "81f0f525680fea98e804f39dbde1dada887e8821",
+ "sha256": "1qx0g81qcqanjiz5fxysagjhsxaj31g6nsi2hhdgq4x4nqrlmrhb",
+ "fetcher": "github",
+ "repo": "syohex/emacs-helm-perldoc",
+ "unstable": {
+ "version": [
+ 20160918,
+ 556
+ ],
+ "deps": [
+ "deferred",
+ "helm-core"
+ ],
+ "commit": "1979f9f67814c11ec9498502237c89a5e1153100",
+ "sha256": "0fvjw8sqnwnjx978y7fghvgp5dznx31hx0pjp4iih01xa1hcwbnc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "deps": [
+ "cl-lib",
+ "deferred",
+ "helm"
+ ],
+ "commit": "18645f2065a07acce2c6b50a2f9d7a2554e532a3",
+ "sha256": "01cj2897hqz02mfz32nxlyyp59iwm0gz1zj11s8ll7pwy9q3r90g"
+ }
+ },
+ {
+ "ename": "helm-perspeen",
+ "commit": "1ee26a57aacbd571da0cfaca2c31eec6ea86a543",
+ "sha256": "07cnsfhph807fqyai3by2c5ml9a40gxkq280f27disf8sc45rg1y",
+ "fetcher": "github",
+ "repo": "jimo1001/helm-perspeen",
+ "unstable": {
+ "version": [
+ 20170228,
+ 1345
+ ],
+ "deps": [
+ "helm",
+ "perspeen"
+ ],
+ "commit": "7fe2922d85608bfa9e18269fc44181428b8849ff",
+ "sha256": "1m89c95vzmhsvrg5g7ixz5a5ckw2n983x58cwh8rkmaklavacgsy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "helm",
+ "perspeen"
+ ],
+ "commit": "aec145d5196aed1689563d138a2aa37b139e1759",
+ "sha256": "1wv13mvm9149nl9p93znl3d2yfnq4rph440ja07w804cd61qjhq9"
+ }
+ },
+ {
+ "ename": "helm-phpunit",
+ "commit": "96470d7190199bfb13dd54e7e8f5ea50cf0a5039",
+ "sha256": "0anbrzlpmashcklifyvnnf2rwv5fk4x0kbls2dp2db1bliw3rdh6",
+ "fetcher": "github",
+ "repo": "eric-hansen/helm-phpunit",
+ "unstable": {
+ "version": [
+ 20160513,
+ 853
+ ],
+ "deps": [
+ "helm",
+ "phpunit"
+ ],
+ "commit": "739f26204ad2ba76c25f45e8eab1e5216f7c3518",
+ "sha256": "0wirqnzprfxbppdawfx6ah5rdawgyvl8b4zn2r3zm9mnj9jci4dw"
+ }
+ },
+ {
+ "ename": "helm-posframe",
+ "commit": "a99c37bc50c371aae8ccc27de8120d4773981cf7",
+ "sha256": "16mhi17kl3cgwk7ymzg8crakwrwrzsg5p9ijgrdawa7px2z9ym78",
+ "fetcher": "github",
+ "repo": "tumashu/helm-posframe",
+ "unstable": {
+ "version": [
+ 20180610,
+ 1748
+ ],
+ "deps": [
+ "helm",
+ "posframe"
+ ],
+ "commit": "d28f96ea92ee9393658901bb552723db10f40dc3",
+ "sha256": "1ycf5m06n32axqpm2vkvszff6gxdps1y8gm46682nf8mk2i3xa6f"
+ }
+ },
+ {
+ "ename": "helm-proc",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "11mh8ny8mhdmp16s21vy9yyql56zxcgmj2aapqs5jy4yad5q62rz",
+ "fetcher": "github",
+ "repo": "markus1189/helm-proc",
+ "unstable": {
+ "version": [
+ 20161006,
+ 305
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "576d31c2d74ba3897d56e2acd2b0993f52c2547c",
+ "sha256": "11xahzybwh02ds19y6h5hbpqdj278kcb4239vyykdl3wx8p048a7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "0a75a86e4f381143134e0cdcd8c84c5b5b0fb2d6",
+ "sha256": "0bgpd50ningqyzwhfinfrn6gqacard5ynwllhg9clq0f683sbck2"
+ }
+ },
+ {
+ "ename": "helm-project-persist",
+ "commit": "98780edaf8b1d97aec9e25d07d93289c90fd5069",
+ "sha256": "1n87kn1n3453mpdj6amyrgivslskmnzdafpspvkz7b0smf9mv2ld",
+ "fetcher": "github",
+ "repo": "Sliim/helm-project-persist",
+ "unstable": {
+ "version": [
+ 20151210,
+ 1543
+ ],
+ "deps": [
+ "helm",
+ "project-persist"
+ ],
+ "commit": "357950fbac18090985a750e40d5d8b10ee9dcd53",
+ "sha256": "0j54c1kzsjgr05qx25rg3ylawvyw6n6liypiwaas47vpyfswbxhv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "helm",
+ "project-persist"
+ ],
+ "commit": "df63a21b9118f9639f0f4a336127b4fb8ec6deec",
+ "sha256": "1q7hfj8ldwivhjp9ns5pvsn0ds6pyvl2zhl366c22s6q8jmbr8ik"
+ }
+ },
+ {
+ "ename": "helm-projectile",
+ "commit": "8bc4e3a5af7ba86d277c73a1966a91c87d3d855a",
+ "sha256": "18y7phrvbpdi3cnghwyhh0v1bwm95nwq1lymzf8lrcbmrwcvh36a",
+ "fetcher": "github",
+ "repo": "bbatsov/helm-projectile",
+ "unstable": {
+ "version": [
+ 20190731,
+ 1538
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "projectile"
+ ],
+ "commit": "5328b74dddcee8d1913803ca8167868831a07463",
+ "sha256": "0a811cblrvc8llpv771b8dppgxs6bwjyvjy3qn2xns4nigvn93s0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 14,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "helm",
+ "projectile"
+ ],
+ "commit": "1a90f93732f1a1e8080098d65eadd6a1cd799e31",
+ "sha256": "0lph38p112fridighqcizpsyzjbv7qr3d8prbfj6w6q6gfl6cna4"
+ }
+ },
+ {
+ "ename": "helm-prosjekt",
+ "commit": "6d359ec827573dd8c871c4f23df5d1737f1830e7",
+ "sha256": "019rya3bf13cnval8iz680wby3sqlmqg4nbn0a13l1pkhlnv9fvm",
+ "fetcher": "github",
+ "repo": "abingham/prosjekt",
+ "unstable": {
+ "version": [
+ 20140129,
+ 717
+ ],
+ "deps": [
+ "helm",
+ "prosjekt"
+ ],
+ "commit": "a864a8be5842223043702395f311e3350c28e9db",
+ "sha256": "1m8zvrv5aws7b0dffk8y6b5mncdk2c4k90mx69jys10fs0gc5hb3"
+ }
+ },
+ {
+ "ename": "helm-pt",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "1pvipzjw9h668jkbwwkmphvp806fs9q4mb2v2bjxpb0f3kn2qk3n",
+ "fetcher": "github",
+ "repo": "ralesi/helm-pt",
+ "unstable": {
+ "version": [
+ 20160214,
+ 2342
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "8acc52911dad1ed0c3975f134a468762afe0b76b",
+ "sha256": "03ys40rr0pvgp35j5scw9c28j184f1c9m58a3x0c8f0lgyfpssjk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "03e35e2bb5b683d79897d07acb57ee67009cc6cd",
+ "sha256": "0jm6nnnjyd4kmm1knh0mq3xhnw2hvs3linwlynj8yaliqvlv6brv"
+ }
+ },
+ {
+ "ename": "helm-purpose",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "16c9if636v7l8z5df011vdj4a3ci5kf3rdfk4g9hdbbl639yca79",
+ "fetcher": "github",
+ "repo": "bmag/helm-purpose",
+ "unstable": {
+ "version": [
+ 20170114,
+ 1636
+ ],
+ "deps": [
+ "helm",
+ "window-purpose"
+ ],
+ "commit": "9ff4c21c1e9ebc7afb851b738f815df7343bb287",
+ "sha256": "1xh6v5xlf1prgk6mrvkc6qa0r0bz74s5f4z3dl7d00chsi7i2m5v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "helm",
+ "window-purpose"
+ ],
+ "commit": "115a9d612aa07bb6f7f7b18f42b34918699660b9",
+ "sha256": "1jy9l4an2aqynj86pw2qxpzw446xm376n2ykiz17qlimqbxhwkgz"
+ }
+ },
+ {
+ "ename": "helm-pydoc",
+ "commit": "81f0f525680fea98e804f39dbde1dada887e8821",
+ "sha256": "1sh7gqqiwk85kx89l1sihlkb8ff1g9n460nwj1y1bsrpfl6if4j7",
+ "fetcher": "github",
+ "repo": "syohex/emacs-helm-pydoc",
+ "unstable": {
+ "version": [
+ 20160918,
+ 542
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "85480a29b56dacde425655bc8f5a597c785afdf5",
+ "sha256": "1wrs2d84xzjnsmw255bmnd1wcpwd36m0vyni48aa7661d4dh10x3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "deps": [
+ "cl-lib",
+ "helm-core"
+ ],
+ "commit": "30f1814b5b16db0413ffe74b0d0420b38e153df9",
+ "sha256": "1ik0vllakh73kc2zbgii4sm33n9pj388gaz69j4drz2mik307zvs"
+ }
+ },
+ {
+ "ename": "helm-qiita",
+ "commit": "37331f6cc8a95fd2b2ed5b20be0bcb604ea66dee",
+ "sha256": "1iz2w1901zz3zk9zazikmnkzng5klnvqn4ph1id7liksrcdpdmpm",
+ "fetcher": "github",
+ "repo": "masutaka/emacs-helm-qiita",
+ "unstable": {
+ "version": [
+ 20190526,
+ 1359
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "5f82010c595f8e122aa3f68148ba8d8ccb1333d8",
+ "sha256": "1vkm2h0ia0gqqjw6cnbyik0fv37zzjwwdzk1cnh7a3s5hsg60i68"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 3
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "5f82010c595f8e122aa3f68148ba8d8ccb1333d8",
+ "sha256": "1vkm2h0ia0gqqjw6cnbyik0fv37zzjwwdzk1cnh7a3s5hsg60i68"
+ }
+ },
+ {
+ "ename": "helm-rage",
+ "commit": "84f831fdc5a0e90c23ac11c79f193f4d3c1ebb04",
+ "sha256": "02pdmkzwnqhf1r0v7b498z5b2il3ng75ykdwgmwd60k6hiygj70x",
+ "fetcher": "github",
+ "repo": "bomgar/helm-rage",
+ "unstable": {
+ "version": [
+ 20180118,
+ 1532
+ ],
+ "deps": [
+ "dash",
+ "helm",
+ "s"
+ ],
+ "commit": "5d0aefb53d859186181d4bdcfeff7d315339c7b8",
+ "sha256": "0msj3rrv9bwhhwz7r1ayr6qvnxjsq7374j0xfhqbrx49pix4qf3q"
+ }
+ },
+ {
+ "ename": "helm-rails",
+ "commit": "3af52fd266364a81ff42eb6d08389fa549bd6c2c",
+ "sha256": "1iihfsmnkpfp08pldghf3w5k8v5dlmy5ns0l4niwdwp5w8lyjcd6",
+ "fetcher": "github",
+ "repo": "asok/helm-rails",
+ "unstable": {
+ "version": [
+ 20130424,
+ 1519
+ ],
+ "deps": [
+ "helm",
+ "inflections"
+ ],
+ "commit": "506d9948d45dfbc575c9c4c0d102c1ad2f511e82",
+ "sha256": "0i5ps5yds21bsrx86piy9bdgca95l1farsrbjpqz88ad8pq6xa9c"
+ }
+ },
+ {
+ "ename": "helm-rb",
+ "commit": "7ba8e94755f5a96881bbf4c4ffbff67bec9b804a",
+ "sha256": "14pkrj1rpi2ihpb7c1hx6xwzvc1x7l41lwr9znp5vn7z93i034fr",
+ "fetcher": "github",
+ "repo": "yuutayamada/helm-rb",
+ "unstable": {
+ "version": [
+ 20131123,
+ 1639
+ ],
+ "deps": [
+ "helm",
+ "helm-ag-r"
+ ],
+ "commit": "4949d646420a9849af234dacdd8eb34a77c662fd",
+ "sha256": "1b74jsr28ldz80mrqz3d1bmykpcprdbhf3fzhc0awd5i5xdnfaid"
+ }
+ },
+ {
+ "ename": "helm-rdefs",
+ "commit": "e1c7a20847513dc1153d54a3a700bc120f71dc6b",
+ "sha256": "0z3nrqrz63j9nxkbxdsjj3z8zhsqlik28iry3j1plgsxq1mhrn0y",
+ "fetcher": "github",
+ "repo": "saidie/emacs-helm-rdefs",
+ "unstable": {
+ "version": [
+ 20161130,
+ 536
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "cd3a6b3af3015ee58ef30cb7c81c79ebe5fc867b",
+ "sha256": "0ji7ak9pkmw0wxzmw5a1amvn3pkj90v9jv1yi12w388njxn7qsvj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "cd3a6b3af3015ee58ef30cb7c81c79ebe5fc867b",
+ "sha256": "0ji7ak9pkmw0wxzmw5a1amvn3pkj90v9jv1yi12w388njxn7qsvj"
+ }
+ },
+ {
+ "ename": "helm-recoll",
+ "commit": "0a0d168f96470753c22b92ad863be98d8c421ccd",
+ "sha256": "0pr2pllplml55k1xx9inr3dm90ichg2wb62dvgvmbq2sqdf4606b",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-recoll",
+ "unstable": {
+ "version": [
+ 20190729,
+ 453
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "219e517dd79a7879414ca36e8de28a159a49c78a",
+ "sha256": "0yjz8g8v839fs42lmmjbm5l4yzkq9npjlb6jxz6nv5j71xvz5lbf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "8548b157f40f5e7a4940a54abe5ca0016fd9bdee",
+ "sha256": "1a3ja8j9nvddlyr04q1wn60r6pp83fcwmmn54dn0c3m3w5icflcw"
+ }
+ },
+ {
+ "ename": "helm-rg",
+ "commit": "958fbafdcb214f1ec89fd0d84c6600c89890e0cf",
+ "sha256": "0gfq59540q9s6mr04q7dz638zqmqbqmbl1qaczddgmjn4vyjmf7v",
+ "fetcher": "github",
+ "repo": "cosmicexplorer/helm-rg",
+ "unstable": {
+ "version": [
+ 20190130,
+ 1734
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "helm"
+ ],
+ "commit": "785a80fe5cc87e27c5ea3d00a70049028d9e2847",
+ "sha256": "1cfdnwlgwil7fp228p5sb3jkwrgnhnad4p2m1vl2wn0fjb89dppp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "helm"
+ ],
+ "commit": "96dcbeb366caa0b158668384113458ee5f7c4dfd",
+ "sha256": "1k9yv9iw694alf5w7555ygk2i1b26i90rqq7ny63a4nd3y5cbs5f"
+ }
+ },
+ {
+ "ename": "helm-rhythmbox",
+ "commit": "8a81c43958308ad8035a9d0b2422fd094adc72f0",
+ "sha256": "0pnm7yvas0q3b38ch5idm7v4ih2fjyfai8217j74xhkpcc2w4g4a",
+ "fetcher": "github",
+ "repo": "mrBliss/helm-rhythmbox",
+ "unstable": {
+ "version": [
+ 20160524,
+ 1158
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "c92e1ded34ddd4e62e7e9a558259c232e05193fa",
+ "sha256": "1ng73dmligj38xbfdfr8sb69czppks7wfvh5q5xcm2pha828kcwm"
+ }
+ },
+ {
+ "ename": "helm-robe",
+ "commit": "e7018f57f6f0e4bd71e172ae23c050b44276581b",
+ "sha256": "1gi4nkm9xvnxv0frmhiiw8dkmnmhfpr9n0b6jpidlvr8xr4s5kyw",
+ "fetcher": "github",
+ "repo": "syohex/emacs-helm-robe",
+ "unstable": {
+ "version": [
+ 20151209,
+ 355
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "6e69543b4ee76c5f8f3f2510c76e6d9aed17a370",
+ "sha256": "1qcx036pgrg4xc1y74amd8jkjylnc0g1c4841cc3fbknnn1ap54g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "7348d0bc0251b51979554ea678b970fd01c0efe9",
+ "sha256": "163ljqar3vvbavzc8sk6rnf8awyc2rhh2g117fglswich3c8lnqg"
+ }
+ },
+ {
+ "ename": "helm-ros",
+ "commit": "2c9ddf53b4060c33550a445f877aef37dffaeb7e",
+ "sha256": "1q9qqjchkj6anikaamhw998f5aaampc1z7085v9pigg3x11vv9fm",
+ "fetcher": "github",
+ "repo": "davidlandry93/helm-ros",
+ "unstable": {
+ "version": [
+ 20160812,
+ 1752
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "xterm-color"
+ ],
+ "commit": "92b0b215f6a017f0f57f1af15466cc0b2a5a0135",
+ "sha256": "1fgph8wsm2nakn53zj19r59mirzn25r601rljmdv2xpw5h3axywg"
+ }
+ },
+ {
+ "ename": "helm-rtags",
+ "commit": "3dea16daf0d72188c8b4043534f0833fe9b04e07",
+ "sha256": "1vv6wnniplyls344qzgcf1ivv25c8qilax6sbhvsf46lvrwnr48n",
+ "fetcher": "github",
+ "repo": "Andersbakken/rtags",
+ "unstable": {
+ "version": [
+ 20170813,
+ 411
+ ],
+ "deps": [
+ "helm",
+ "rtags"
+ ],
+ "commit": "3c071313d743b07a2ea4a02655f23cdc7010f0c2",
+ "sha256": "15gji4c4q19n7df7vsxigcyfc4pi95cq3arrcckmmm6r7ckb4y4w"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 23
+ ],
+ "deps": [
+ "helm",
+ "rtags"
+ ],
+ "commit": "7169ed577d676690a3c6f0025b54e8477d80eacf",
+ "sha256": "1i94dizg3wvkvq8c2pf5bzkx8zwzcfi4p3l73c779y145bygssnq"
+ }
+ },
+ {
+ "ename": "helm-rubygems-local",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "134qyqnh9l05lfj0vizlx35631q8ih6cdblrvka3p8i571300ikh",
+ "fetcher": "github",
+ "repo": "hadashiA/helm-rubygems-local",
+ "unstable": {
+ "version": [
+ 20130712,
+ 111
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "289cb33d41c703af9791d6da46b55f070013c2e3",
+ "sha256": "0s4hb1fvwr9za5gkz8s5w1kh9qjyygz6g59w7vmrg2d8ds2an03d"
+ }
+ },
+ {
+ "ename": "helm-rubygems-org",
+ "commit": "655be547d57d358eff968f42c13dcf4371529a72",
+ "sha256": "04ni03ak53z3rggdgf68qh7ksgcf3s0f2cv6skwjqw7v8qhph6qs",
+ "fetcher": "github",
+ "repo": "neomantic/helm-rubygems-org",
+ "unstable": {
+ "version": [
+ 20140826,
+ 1156
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "6aaed984f698cbdf9f9aceb0221404563e28764d",
+ "sha256": "1sff8kagyhmwcxf9062il1077d4slvr2kq76abj496610gpb75i0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "6aaed984f698cbdf9f9aceb0221404563e28764d",
+ "sha256": "1sff8kagyhmwcxf9062il1077d4slvr2kq76abj496610gpb75i0"
+ }
+ },
+ {
+ "ename": "helm-safari",
+ "commit": "553e27a3523ade9dc4951086d9340e8240d5d943",
+ "sha256": "0lvwghcl5w67g0lc97r7hfvca7ss0mysy2mxj9axxbpyiq6fmh0y",
+ "fetcher": "github",
+ "repo": "xuchunyang/helm-safari",
+ "unstable": {
+ "version": [
+ 20160404,
+ 324
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "664c7f4488829228eed7e90cd53002e14bec555b",
+ "sha256": "1ws5zxanaiaaxpgkcb2914qa8wxp6ml019hfnfcp7amjnajq9pyz"
+ }
+ },
+ {
+ "ename": "helm-sage",
+ "commit": "09760a7f7b3cff6551c394fc7b2298567ca88eb0",
+ "sha256": "1vnq15fjaap0ai7dadi64sm4415xssmahk2j7kx45sasy4qaxlbj",
+ "fetcher": "github",
+ "repo": "stakemori/helm-sage",
+ "unstable": {
+ "version": [
+ 20160514,
+ 745
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "sage-shell-mode"
+ ],
+ "commit": "f14e9281d8f2162df7d8f9c2ad9ad1248a24803b",
+ "sha256": "0padb6mncgc52wib3dgvdc9r4dp591gf8nblbfnsnxx4zjrcwawb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "sage-shell-mode"
+ ],
+ "commit": "b42b4ba5fd1b17c4b54c30376a053281686beeb8",
+ "sha256": "1s6aw1viyzhhrfiazzi82n7bkvshp7clwi6539660m72lfwc5zdl"
+ }
+ },
+ {
+ "ename": "helm-selected",
+ "commit": "acc087661e614d9f30c23fe4a65c020bd3656a29",
+ "sha256": "0ksyh0r59y4abwls6v6v519yxmcjnaryfnxlam48fqqfrsxv1j0h",
+ "fetcher": "github",
+ "repo": "takaxp/helm-selected",
+ "unstable": {
+ "version": [
+ 20171223,
+ 210
+ ],
+ "deps": [
+ "helm",
+ "selected"
+ ],
+ "commit": "a9c769998bc56373d19f0ec9cbbbb4bd89a43c2d",
+ "sha256": "1n6sp6bhlz01b1d87cgrgxhap0ch1bkh7fl45dzidx5fjz9lccdf"
+ }
+ },
+ {
+ "ename": "helm-sheet",
+ "commit": "010c5c5e6ad6e7b05e63936079229739963bf970",
+ "sha256": "0lx70l5gq43hckgdfna8s6wx287sw5ms9l1z3n6vg2x8nr9m61kc",
+ "fetcher": "github",
+ "repo": "yasuyk/helm-sheet",
+ "unstable": {
+ "version": [
+ 20130630,
+ 1239
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "d360b68d0ddb09aa1854e7b2f3cb39caeee26463",
+ "sha256": "00wnqcgpf4hqdnqj5zrizr4s0pffb93xwya8k5c3rp4plncrcdzx"
+ }
+ },
+ {
+ "ename": "helm-slime",
+ "commit": "c35d43a7a8219de4a7f675147f598966aaecb9db",
+ "sha256": "0qv4c1dd28zqbjxpshga967szrh75a4k51n4x86xkbax7ycca4hh",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-slime",
+ "unstable": {
+ "version": [
+ 20190703,
+ 714
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "slime"
+ ],
+ "commit": "e51f756f2a6e00231a34f2b46aba6c746a112624",
+ "sha256": "1aam9zxx7j3g2kp6n62hjrcw6rkdnyk90anihbm1z89kb2b00bgw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "helm-core",
+ "slime"
+ ],
+ "commit": "ebe80eebd1dfba1f1c837876c8f73cefc8c4db87",
+ "sha256": "1qhb9446rpj17pm0hi3miy5gs5k3ld43bq29kzy0y26bf7ivfcjv"
+ }
+ },
+ {
+ "ename": "helm-smex",
+ "commit": "85568bd732da952053148e07b95e53f7caf5f62c",
+ "sha256": "02jvq2hyq4wwc9v8gaxr9vkjldc60khdbjf71p8w2iny5w3k0jbj",
+ "fetcher": "github",
+ "repo": "ptrv/helm-smex",
+ "unstable": {
+ "version": [
+ 20171004,
+ 2008
+ ],
+ "deps": [
+ "helm",
+ "smex"
+ ],
+ "commit": "2269375dfa452b88b5170d1a5d5849ebb2c1e413",
+ "sha256": "0n2ki7g0hygsq4bi5zkhp3v772ld7niiajfznxmv11dgn949a52s"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "helm",
+ "smex"
+ ],
+ "commit": "2269375dfa452b88b5170d1a5d5849ebb2c1e413",
+ "sha256": "0n2ki7g0hygsq4bi5zkhp3v772ld7niiajfznxmv11dgn949a52s"
+ }
+ },
+ {
+ "ename": "helm-spaces",
+ "commit": "8c2ffb50643223b68a62fab348cd5aba24ce92e6",
+ "sha256": "0hdvkk173k98iycvii5xpbiblx044125pl7jyz4kb8r1vvwcv791",
+ "fetcher": "github",
+ "repo": "yasuyk/helm-spaces",
+ "unstable": {
+ "version": [
+ 20161001,
+ 1409
+ ],
+ "deps": [
+ "helm-core",
+ "spaces"
+ ],
+ "commit": "877e2b5178926308d6a7c2a37477bb12c33a96d4",
+ "sha256": "1cz8aw6zprzfalagma7jmbycwll2chk2l4n5hkgqyhakdfm2ryzm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "helm-core",
+ "spaces"
+ ],
+ "commit": "877e2b5178926308d6a7c2a37477bb12c33a96d4",
+ "sha256": "1cz8aw6zprzfalagma7jmbycwll2chk2l4n5hkgqyhakdfm2ryzm"
+ }
+ },
+ {
+ "ename": "helm-spotify",
+ "commit": "1bf9eda57cba4742656f37a621b6d394483ff638",
+ "sha256": "1rzvxnaqh8bm78qp0rhpqs971pc855qrq589r3s8z3gpqzmwlnmf",
+ "fetcher": "github",
+ "repo": "krisajenkins/helm-spotify",
+ "unstable": {
+ "version": [
+ 20160905,
+ 2147
+ ],
+ "deps": [
+ "helm",
+ "multi"
+ ],
+ "commit": "f7a62d1ff88e3127de9be7cd3e818b0a92268ab3",
+ "sha256": "0q3h84zj63b1rnlvmsznrpmvvf0qbic5yb9xkdjcz4jz4h8p3h1w"
+ }
+ },
+ {
+ "ename": "helm-spotify-plus",
+ "commit": "306aa9fd29f1495eef71476dfcba3b494223b0a9",
+ "sha256": "1f39g2kgx4jr7ahhhswkrj0m5rbsykvkgh00d7jy8czpp8r4dl20",
+ "fetcher": "github",
+ "repo": "wandersoncferreira/helm-spotify-plus",
+ "unstable": {
+ "version": [
+ 20190807,
+ 2115
+ ],
+ "deps": [
+ "helm",
+ "multi"
+ ],
+ "commit": "e52233523917596dd3862e1151a027ce89a80a38",
+ "sha256": "0h4lj18rvhwcsb0k7ckp81h1aank9pf0dsa3qb578n10i9p6bb4y"
+ }
+ },
+ {
+ "ename": "helm-sql-connect",
+ "commit": "58347c583dcf4a915c1af1262a5348755f28fe03",
+ "sha256": "1av42580c68iq694yr532hhcq0jn7m58x3cib4ix5c8b4ljvnnvd",
+ "fetcher": "github",
+ "repo": "eric-hansen/helm-sql-connect",
+ "unstable": {
+ "version": [
+ 20170319,
+ 1251
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "5aead55b6f8636140945714d8c332b287ab9ef10",
+ "sha256": "037gri2r9y135av8gbgi9d8k90qs8jlax0bimzcbwdkyhibhzrcp"
+ }
+ },
+ {
+ "ename": "helm-swoop",
+ "commit": "7a4e84530b4607a277fc3b678fe7b34b1c5e3b4f",
+ "sha256": "0dbn0mzzsjhpxh0dpxrrzqam9hl2sjsp1izq2qv3z11iv2hylzx4",
+ "fetcher": "github",
+ "repo": "emacsorphanage/helm-swoop",
+ "unstable": {
+ "version": [
+ 20190813,
+ 920
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "8ae7c47365d3cef4b81abe97af1532340821a21b",
+ "sha256": "06rfhd38fvfnzjxk119pwwddszv1sczxn5dn6r7qki39wwxcsqww"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7,
+ 4
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "c66336b8245ddc51c4206f19c119f1081920985c",
+ "sha256": "0b23j1bkpg4pm310hqdhgnl4mxsj05gpl08b6kb2ja4fzrg6adsk"
+ }
+ },
+ {
+ "ename": "helm-system-packages",
+ "commit": "0c46cfb0fcda0500e15d04106150a072a1a75ccc",
+ "sha256": "01mndx2zzh7r7gmpn6gd1vy1w3l6dnhvgn7n2p39viji1r8b39s4",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-system-packages",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1508
+ ],
+ "deps": [
+ "helm",
+ "seq"
+ ],
+ "commit": "427c40d18ae1b5593df6bef72aa1d62ce89fc652",
+ "sha256": "0msil7niva1fy1lw5h7jwzfn398c5msml4vshplz13ry1ip33vih"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 10,
+ 1
+ ],
+ "deps": [
+ "helm",
+ "seq"
+ ],
+ "commit": "2b4636dc861ffe2c4a2025b67ab40460f85b9563",
+ "sha256": "01by0c4lqi2cw8xmbxkjw7m9x78zssm31sx4hdpw5j35s2951j0f"
+ }
+ },
+ {
+ "ename": "helm-systemd",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1m1by9i37ban3zkznyamp5vxizj8zsz06fdscdhmky1grf6ri4r8",
+ "fetcher": "github",
+ "repo": "Lompik/helm-systemd",
+ "unstable": {
+ "version": [
+ 20180131,
+ 434
+ ],
+ "deps": [
+ "helm",
+ "with-editor"
+ ],
+ "commit": "96f5cd3ee3412539c2f8d145201f47c4f8e53b4f",
+ "sha256": "0wyabh76q2lighd7qxpkzp35fkblxlz8g7p4lpgfwvjid0ixmnvq"
+ }
+ },
+ {
+ "ename": "helm-tail",
+ "commit": "74b235c2ecf8c8f8206670bca3b915deb4b77c2b",
+ "sha256": "0sw97fzpnrk335l3vjaj3nw87cajhzwsjsxx16r0x6npbiv51wd4",
+ "fetcher": "github",
+ "repo": "akirak/helm-tail",
+ "unstable": {
+ "version": [
+ 20181124,
+ 439
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "1f5a6355aa3bdb00b9b0bc93db29c17f0d6701e3",
+ "sha256": "1ad0khw26m22xpdv0iyg5gac92i8m455sznsfh16vxaa98gq0c4q"
+ }
+ },
+ {
+ "ename": "helm-taskswitch",
+ "commit": "3602b1f7b9a75cc82c4bde9ea12b2509465db30f",
+ "sha256": "01yvdbwlixif670f4lffpsk9kvlhgrmh95jw0vc568x0bd3j2a02",
+ "fetcher": "github",
+ "repo": "bdc34/helm-taskswitch",
+ "unstable": {
+ "version": [
+ 20190304,
+ 1414
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "59f7cb99defa6e6bf6e7d599559fa8d5786cf8a9",
+ "sha256": "0bx9fvw0jv1f4xdvf94lgxdzhvx2lpab4gyx71w6dg5wvd5cxzq0"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 4
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "de494738f8e5f7d6e681199dd3aad91e5bdb7691",
+ "sha256": "01a4z0x5p94hglcnakxdgi4cq0cvz48c3dg58b7y2cq1nwjdw8d7"
+ }
+ },
+ {
+ "ename": "helm-themes",
+ "commit": "81f0f525680fea98e804f39dbde1dada887e8821",
+ "sha256": "0r7kyd0i0spwi7xkjrpm2kyphrsl3hqm5pw96nd3ia0jiwp8550j",
+ "fetcher": "github",
+ "repo": "syohex/emacs-helm-themes",
+ "unstable": {
+ "version": [
+ 20160918,
+ 545
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "1160af42590b0d845a55e65e1e782d9e4027fd6e",
+ "sha256": "0856h8rnbgrxp3v3jpfmwq7kcdm1ymd4gcfvh0h27mk05113vz53"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "8c979f4efc6174eed7df5f3b62db955246202818",
+ "sha256": "0rzbdrs5d5a0icpxrqik2iaz8i5bacw6nm2caf75s9w9j0j6s9li"
+ }
+ },
+ {
+ "ename": "helm-tramp",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0wqnabaywkhj1fnc3wpx7czrqbja1hsqwcpixmvv0fyrflmza517",
+ "fetcher": "github",
+ "repo": "masasam/emacs-helm-tramp",
+ "unstable": {
+ "version": [
+ 20190616,
+ 125
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "924b5516270b3933e847562e8e14e3888dd24184",
+ "sha256": "19y97ia4zl50wd22gkb7kkhj713imd5jc92l2xnpw04b59b60di1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 9
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "924b5516270b3933e847562e8e14e3888dd24184",
+ "sha256": "19y97ia4zl50wd22gkb7kkhj713imd5jc92l2xnpw04b59b60di1"
+ }
+ },
+ {
+ "ename": "helm-unicode",
+ "commit": "f720b9f9b667bf9ff3080938beab36aa0036dc92",
+ "sha256": "1j95qy2zwdb46dl30ankfx7013l0akc61m14s473j93w320j5224",
+ "fetcher": "github",
+ "repo": "bomgar/helm-unicode",
+ "unstable": {
+ "version": [
+ 20180608,
+ 1407
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "fbeb0c5e741a6f462520884b744d43a9acbe1d34",
+ "sha256": "1aqwjw0jky07swagxnaqcn28inckavvpnlrwj62fljglip87zrc2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "3b2a61dd9d4c9e85946567e07d8e70e276c5136b",
+ "sha256": "1247ghg1jkslgvwbffzsaxabz5l6qszw14vrwgln9smsc42cxjy2"
+ }
+ },
+ {
+ "ename": "helm-w32-launcher",
+ "commit": "fa678329a5081e1affa460c00239dabfd1b9dd82",
+ "sha256": "0bzn2vhspn6lla815qxwsl9gwfyiwgwmnysr6rjpyacmi17d73ri",
+ "fetcher": "github",
+ "repo": "Fanael/helm-w32-launcher",
+ "unstable": {
+ "version": [
+ 20141223,
+ 2014
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "3e59ad62b89dd21d334af0203d445a83eb25dc5b",
+ "sha256": "0xlz9rxx7y9pkrzvxmv42vgys5iwx75zv9g50k8ihwc08z80dhcq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 6
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "01aa370a32900e7521330fba495474f2aa435e19",
+ "sha256": "0s8zp3kx2kxlfyd26yr3lphwcybhbm8qa9vzmxr3kaylwy6jpz5q"
+ }
+ },
+ {
+ "ename": "helm-w3m",
+ "commit": "f683fc9c7990e9ecb8a94808a7d03eb90c5569b1",
+ "sha256": "1rr83ija93iqz74k236hk3v75jk0iwcccwqpqgys7spvrld0b9pz",
+ "fetcher": "github",
+ "repo": "emacs-helm/helm-w3m",
+ "unstable": {
+ "version": [
+ 20181029,
+ 726
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "w3m"
+ ],
+ "commit": "c15d926631198d6d759ec8881837bcca5a64963b",
+ "sha256": "0qaqcwhwmckfmg3axiad35azn0l74k1niw4ix0v1bn2vqrxanqcw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "w3m"
+ ],
+ "commit": "280673470672c9fbc57fd6a91defeb9f6641fc8a",
+ "sha256": "0d47mqib4zkfadq26vpy0ih7j18d6n5v4c21wvr4hhg6hg205iiz"
+ }
+ },
+ {
+ "ename": "helm-wordnet",
+ "commit": "11626120951afc589beac4cf5a0f49bffa752349",
+ "sha256": "0di8gxsa9r8mzja4akhz0wpgrhlidqyn1s1ix5szplwxklwf2r2f",
+ "fetcher": "github",
+ "repo": "raghavgautam/helm-wordnet",
+ "unstable": {
+ "version": [
+ 20160128,
+ 1507
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "a36dbc6fcb570b812870bc1e190f203e0a0042fc",
+ "sha256": "03a5hzgqak8wg6i2h2p3fr9ij55lqarcsblml8qrnrj27ghcvzzh"
+ }
+ },
+ {
+ "ename": "helm-xcdoc",
+ "commit": "e3352ce89039fb48827b74f22fcf543722a27738",
+ "sha256": "1ikphlnj053i4g1l8r2pqaljvdqglj1yk0xx4vygnw98qyzdsx4v",
+ "fetcher": "github",
+ "repo": "fujimisakari/emacs-helm-xcdoc",
+ "unstable": {
+ "version": [
+ 20160116,
+ 1018
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "a85612149a6d8e18ab309b3db2d222ce39c42049",
+ "sha256": "1yqr5z5sw7schvaq9pmwg79anp806gikm28s6xvrayzyn4idz2n6"
+ }
+ },
+ {
+ "ename": "helm-xref",
+ "commit": "6d1796688ed0d6957557d960ca28e450f9bcb6cf",
+ "sha256": "1wyh25gxqgsc151bv4j5l050z1cz0n3yq174m62ihi1fy1pkra4l",
+ "fetcher": "github",
+ "repo": "brotzeit/helm-xref",
+ "unstable": {
+ "version": [
+ 20190721,
+ 1455
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "cc90ed9e04f848b252ba50951f332f4c4208651b",
+ "sha256": "0gzfmnnvjc42r0pk1jxlcacl0bmr3jqav6rnj7cfk2g05af10xli"
+ }
+ },
+ {
+ "ename": "helm-youtube",
+ "commit": "7537f732091b96b6c1b96c0174895278eba6776a",
+ "sha256": "1qal5q83p06ghn482rflcfklr17mir582r0mvchxabb5ql60dy0b",
+ "fetcher": "github",
+ "repo": "maximus12793/helm-youtube",
+ "unstable": {
+ "version": [
+ 20190101,
+ 1733
+ ],
+ "deps": [
+ "cl-lib",
+ "helm",
+ "request"
+ ],
+ "commit": "e7272f1648c7fa836ea5ac1a61770b4931ab4709",
+ "sha256": "062i1gkwa1rmxaw5mf20vc3nqsj6g6hfbggcglgd3wfn9rckvlqb"
+ }
+ },
+ {
+ "ename": "helm-z",
+ "commit": "48c9b83fff8fc428d9d1ecf0005d47f2adb8cb00",
+ "sha256": "1m268zsr4z7a9l5wj0i8qpimv0kyl8glgm0yb3f08959538nlmd1",
+ "fetcher": "github",
+ "repo": "yynozk/helm-z",
+ "unstable": {
+ "version": [
+ 20171204,
+ 325
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "37212220bebea8b9c238cb1bbacd8332b7f26c03",
+ "sha256": "1vz958yiva01yl1qj2pz84savcx8jgkvbywhcp4c3a8x3fikf0yl"
+ }
+ },
+ {
+ "ename": "helm-zhihu-daily",
+ "commit": "27246ec2bad3c85f8bb76aa26ebcd800edfe0d70",
+ "sha256": "0hkgail60s9qhxl0pskqxjvfz93iq1qh1kcmcq0x5kq7d08b911r",
+ "fetcher": "github",
+ "repo": "xuchunyang/helm-zhihu-daily",
+ "unstable": {
+ "version": [
+ 20160625,
+ 1145
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "be27dcc6be1eb97663b65581a9a5c0fc81cfaba7",
+ "sha256": "1s8q97pra27bacvm5knj0sjgj7iqljlhxqiniaw8ij8w4fhcdh93"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "helm"
+ ],
+ "commit": "be27dcc6be1eb97663b65581a9a5c0fc81cfaba7",
+ "sha256": "1s8q97pra27bacvm5knj0sjgj7iqljlhxqiniaw8ij8w4fhcdh93"
+ }
+ },
+ {
+ "ename": "help-find-org-mode",
+ "commit": "572003398d1bba572fa9f6332b25ade9306bf718",
+ "sha256": "149rd61bcvgrwhnhlqriw6fn6fr4pwr4ynmj2bwcp558nwf0py0b",
+ "fetcher": "github",
+ "repo": "EricCrosson/help-find-org-mode",
+ "unstable": {
+ "version": [
+ 20181204,
+ 234
+ ],
+ "commit": "aeda7f92c086dab9d8dfcd580fe80b332887a548",
+ "sha256": "18qj0ssmysfr5hlrayhw8m7a1nr1fpzsd5hn15kzbi7kzdnmc18w"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "c6fa2c8a8e9381572190010a9fa01f2be78f2790",
+ "sha256": "1szjqaw31r5070wpbj5rcai124c66bs32x35w1hsxyvzs5k85wg9"
+ }
+ },
+ {
+ "ename": "helpful",
+ "commit": "889d34b654de13bd413d46071a5ff191cbf3d157",
+ "sha256": "17w9j5v1r2c8ka1fpzbr295cgnsbiw8fxlslh4zbjqzaazamchn2",
+ "fetcher": "github",
+ "repo": "Wilfred/helpful",
+ "unstable": {
+ "version": [
+ 20190807,
+ 2141
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "elisp-refs",
+ "f",
+ "s"
+ ],
+ "commit": "69474e9c49076ce82cea4eff237933b6cec0b5cf",
+ "sha256": "1jf0rj5k9aa1gbsvwwhnj5vkwpv1am5ya1xw5sxhzl3iabqz680i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 17
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "elisp-refs",
+ "f",
+ "s"
+ ],
+ "commit": "429f1fb5f588cc6124513335e8eca3b4ef15735a",
+ "sha256": "0v2y0x9pwi08y2mgjjiw5brfb5haa7pbmy4540glw904ffxxcblj"
+ }
+ },
+ {
+ "ename": "hemera-theme",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "00d8dmmn7mhzj6ai0qgdkj4hy1qpdcyiriky97prydibjvljq239",
+ "fetcher": "github",
+ "repo": "guidoschmidt/emacs-hemera-theme",
+ "unstable": {
+ "version": [
+ 20180916,
+ 924
+ ],
+ "commit": "b67c902b210b37b00cac68726822404543147ba8",
+ "sha256": "1q31kz5p97pby26lyb6r0jfcx5pdyax3sfba4lp8dzmxpisz2g2p"
+ }
+ },
+ {
+ "ename": "hemisu-theme",
+ "commit": "bb4dd85ccbd2c8936e59ca5c5e6234290b8bdf1b",
+ "sha256": "0byzrz74yvk12m8dl47kkmkziwrrql193q72qx974zbqdj8h2sph",
+ "fetcher": "github",
+ "repo": "andrzejsliwa/hemisu-theme",
+ "unstable": {
+ "version": [
+ 20130508,
+ 1844
+ ],
+ "commit": "5c206561aa2c844ecdf3e3b672c3235e559ddd7f",
+ "sha256": "178dvigiw162m01x7dm8pf61w2n3bq51lvk5q7jzpb9s35pz1697"
+ }
+ },
+ {
+ "ename": "heroku",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1wavsymviybfcmwdfrffbkdwbiydggx55jqg6ql79wf9bx7agacp",
+ "fetcher": "github",
+ "repo": "technomancy/heroku.el",
+ "unstable": {
+ "version": [
+ 20120629,
+ 1813
+ ],
+ "commit": "92af1c073b593c4def99c8777c869992aa4d0b3a",
+ "sha256": "0c45pib8qpwgyr271g5ddnsn7hzq68mqflv0yyc8803ni06w9vhj"
+ }
+ },
+ {
+ "ename": "heroku-theme",
+ "commit": "348f0e7aec86c3efd87ab06849a5f1ce90ba23e2",
+ "sha256": "0mchh9y3pqwamry6105qrv1bp1qg1g0jmz7rzc5svz9giynypwf9",
+ "fetcher": "github",
+ "repo": "jonathanchu/heroku-theme",
+ "unstable": {
+ "version": [
+ 20150523,
+ 219
+ ],
+ "commit": "8083643fe92ec3a1c3eb82f1b8dc2236c9c9691d",
+ "sha256": "15hk0v6ck076mahsz4spq75jcnv587fx4d3w50c7bdh423fl0xvx"
+ }
+ },
+ {
+ "ename": "hexo",
+ "commit": "21de1b7db0fa4af4fc0014207d41893a0713d738",
+ "sha256": "0fgrxf6gdw0kzs6x6y8qr511cazaaiyk7licgkgznngj4w6g7jyn",
+ "fetcher": "github",
+ "repo": "kuanyui/hexo.el",
+ "unstable": {
+ "version": [
+ 20180815,
+ 219
+ ],
+ "commit": "6bca18f911f6b2cd5c055ed73ddec98c385f9f86",
+ "sha256": "1zawz3nry832rhx80hyfqfs0gfw3hyrn96060zj3n75avx13rr8j"
+ }
+ },
+ {
+ "ename": "hfst-mode",
+ "commit": "e324bb114997f9cc57d76d8a66fec4ff4d1d71fe",
+ "sha256": "1w342n5k9ak1m5znysvrplpr9dhmi7hxbkr4d1dx51dn0azbpjh7",
+ "fetcher": "github",
+ "repo": "unhammer/hfst-mode",
+ "unstable": {
+ "version": [
+ 20160708,
+ 1202
+ ],
+ "commit": "ac1bb9dd92545d3e7fdc05c83996c227cc15c6b8",
+ "sha256": "0zsz8542kh51clzy8j7g29bwm8zcnfxm9sjzh3xjpqk2ziqf4ii6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "commit": "ac1bb9dd92545d3e7fdc05c83996c227cc15c6b8",
+ "sha256": "0zsz8542kh51clzy8j7g29bwm8zcnfxm9sjzh3xjpqk2ziqf4ii6"
+ }
+ },
+ {
+ "ename": "hg-histedit",
+ "commit": "ce252397ab16ff9cbb965a036710d8b843db267f",
+ "sha256": "0c09p4pvv53wpm68sn251x52lqz0zfxq98aazhwbpp7i3jxbzq2b",
+ "fetcher": "github",
+ "repo": "jojojames/hg-histedit",
+ "unstable": {
+ "version": [
+ 20190707,
+ 11
+ ],
+ "deps": [
+ "with-editor"
+ ],
+ "commit": "2448d00bc390fed3e53091d968ec1222c8e7e35b",
+ "sha256": "0qp29yiyplv8h0z2yk5h0473a7nj401h14gi3fqsxqq9brx3s9jy"
+ }
+ },
+ {
+ "ename": "hgignore-mode",
+ "commit": "f3e325c84d0a30789fab7e897b4fe5040c5093ba",
+ "sha256": "0ja71l3cghhn1c6w2pff80km8h8xgzf0j9gcldfyc72ar6ifhjkj",
+ "fetcher": "github",
+ "repo": "omajid/hgignore-mode",
+ "unstable": {
+ "version": [
+ 20160501,
+ 7
+ ],
+ "commit": "7aa9f3b8a9c610dbd80b952061b40194e1d9c5bd",
+ "sha256": "0l22sqi9lmy25idh231p0hgq22b3dxwb9wq60yxk8dck9zlkv7rr"
+ }
+ },
+ {
+ "ename": "hgrc-mode",
+ "commit": "31a24d95efce2f04f0b555ed16b8d3d5a3aa255a",
+ "sha256": "18400dhdackdpndkz6shjmd4klfh6b4vlccnnqlzf3a93alw6vqf",
+ "fetcher": "github",
+ "repo": "omajid/hgrc-mode",
+ "unstable": {
+ "version": [
+ 20150409,
+ 2043
+ ],
+ "commit": "314e8320b82cc1ce74b1bd372f296252e7a23090",
+ "sha256": "1ky5s7hzqbxgasdz285q3rnvzh3irwsq61rlivjrcxyfdxdjbbvp"
+ }
+ },
+ {
+ "ename": "hi2",
+ "commit": "ba880f0130707098e5b648f74d14e151b0110e4e",
+ "sha256": "1wxkjg1jnw05lqzggi20jy2jl20d8brvv76vmrf6lnz62g6jv9h2",
+ "fetcher": "github",
+ "repo": "nilcons/hi2",
+ "unstable": {
+ "version": [
+ 20141005,
+ 1931
+ ],
+ "commit": "c9d199727b5cdcb9e36a972b38131ce4611fd6c8",
+ "sha256": "1s08sgbh5v59lqskd0s1dscs6dy7z5mkqqkabs3gd35agbfvbmlf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "c9d199727b5cdcb9e36a972b38131ce4611fd6c8",
+ "sha256": "1s08sgbh5v59lqskd0s1dscs6dy7z5mkqqkabs3gd35agbfvbmlf"
+ }
+ },
+ {
+ "ename": "hide-lines",
+ "commit": "ae489be43b1aee93614e40f492ebdf0b98a3fbc1",
+ "sha256": "18h5ygi6idpb5wjlmjjvjmwcw7xiljkfxdvq7pm8wnw75p705x4d",
+ "fetcher": "github",
+ "repo": "emacsorphanage/hide-lines",
+ "unstable": {
+ "version": [
+ 20151127,
+ 1840
+ ],
+ "commit": "331122bf19361130351cfe55968c2a7820329eb3",
+ "sha256": "183l0sx8zn3jv1fqa3xj7a6fd792sp50jyhm50j3hy7c54m4capf"
+ },
+ "stable": {
+ "version": [
+ 20130623,
+ 1701
+ ],
+ "commit": "4bfb4c6f4769bd6c637e4c18bbf65506832fc9f0",
+ "sha256": "01cy7v9ql70bsvjz3idq23jpyb8jb61bs9ff8vf5y3fj45pc32ps"
+ }
+ },
+ {
+ "ename": "hide-mode-line",
+ "commit": "2af28365f9fbc6ae71043a67966490c5d18a6095",
+ "sha256": "0yl6aicpib5h1ckqi3gyilh2nwvp8gf1017n1w1755j01gw1p9hl",
+ "fetcher": "github",
+ "repo": "hlissner/emacs-hide-mode-line",
+ "unstable": {
+ "version": [
+ 20180302,
+ 1910
+ ],
+ "commit": "86b9057391edad75467261c2e579603567e608f9",
+ "sha256": "0qmjmwhmlm008r22n2mv7lir4v1lpfz1c3yvqlwjgv0glbyvqd88"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "86b9057391edad75467261c2e579603567e608f9",
+ "sha256": "0qmjmwhmlm008r22n2mv7lir4v1lpfz1c3yvqlwjgv0glbyvqd88"
+ }
+ },
+ {
+ "ename": "hideshow-org",
+ "commit": "3de48eee24a5cca9c8b7dba2d6d01dfbc679d8d6",
+ "sha256": "1bzx5ii06r64nra92zv1dvw5zv3im7la2dd3md801hxyfrpb74gc",
+ "fetcher": "github",
+ "repo": "shanecelis/hideshow-org",
+ "unstable": {
+ "version": [
+ 20120223,
+ 2250
+ ],
+ "commit": "16419e52e6cdd2f46f755144c0ab11ce00d1a626",
+ "sha256": "1dr06b9njzih8z97k62l9w3x0a801x4bp043zvk7av9qkz8izl2r"
+ }
+ },
+ {
+ "ename": "hierarchy",
+ "commit": "7aea238a2d14e9f58c0474251984b6c617b6854d",
+ "sha256": "0fh1a590pdq21b4mwh9wrfsmm2lw2faw18r35cdzy8fgyf89yimp",
+ "fetcher": "github",
+ "repo": "DamienCassou/hierarchy",
+ "unstable": {
+ "version": [
+ 20190425,
+ 842
+ ],
+ "commit": "a1d13c40102e833192c3bd6acf930013bdcbc819",
+ "sha256": "1hg3hvz11ncsh7xhsgv0id4szypj7cv2cffqnk3hphyl073dyic6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 0
+ ],
+ "commit": "4ab1372c252847c316f8978a81e2fe92ff79579e",
+ "sha256": "1kykbb1sil5cycfa5aj8dhsxc5yrx1641i2np5kwdjid6ahdlz5r"
+ }
+ },
+ {
+ "ename": "highlight",
+ "commit": "f0a8eb0eefe88b4ea683a4743c0f8393506e014b",
+ "sha256": "11icn6f46synw6xvs2a266g43fvpnz8i7d7dyr0iywzjpbpyhsd2",
+ "fetcher": "git",
+ "url": "https://framagit.org/steckerhalter/highlight.el.git",
+ "unstable": {
+ "version": [
+ 20181002,
+ 1151
+ ],
+ "commit": "ea733e17884aeae19172407e20559fc693fdd3a7",
+ "sha256": "13ajbhpwvdmk0mzaffj45gxqmq13b57d81iqdpg9q2l2wjk95jq7"
+ }
+ },
+ {
+ "ename": "highlight-blocks",
+ "commit": "eaf524488c408483ea8f2c3a71174b1b5fc3f5da",
+ "sha256": "1a32iv5kgf6g6ygbs559w156dh578k45m860czazfx0d6ap3k5m1",
+ "fetcher": "github",
+ "repo": "Fanael/highlight-blocks",
+ "unstable": {
+ "version": [
+ 20190318,
+ 1557
+ ],
+ "commit": "33cf3d36662faa36c86c8d53e4d5a3922efa3eb8",
+ "sha256": "04v5y04v4n06ig8zld6axrxpz07s70sn5ckxcy8gnz5qm0zvr7mx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 17
+ ],
+ "commit": "33cf3d36662faa36c86c8d53e4d5a3922efa3eb8",
+ "sha256": "04v5y04v4n06ig8zld6axrxpz07s70sn5ckxcy8gnz5qm0zvr7mx"
+ }
+ },
+ {
+ "ename": "highlight-context-line",
+ "commit": "00df721571ff67fe158251fa843c8f515ded3469",
+ "sha256": "0zmqcfsr2j0m2l76c8h6lmdqwrd1b38gi6yp5sdib0m4vj9d0pnd",
+ "fetcher": "github",
+ "repo": "ska2342/highlight-context-line",
+ "unstable": {
+ "version": [
+ 20181122,
+ 2203
+ ],
+ "commit": "6b334e8207c780835a05b6909b4d826898c33d26",
+ "sha256": "0pzb6pnshcglbjpfk7y2s8qissmldr27phyh1v3mvq2q09pyskb6"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0
+ ],
+ "commit": "c3257c0ca9dba76167bbd7e0718a65ecd26ef26f",
+ "sha256": "10mv1hd33msafp3r62p9zhwivy0l876ci9xjh7nqc9621qxxd5rw"
+ }
+ },
+ {
+ "ename": "highlight-defined",
+ "commit": "acc9b816796b9f142c53f90593952b43c962d2d8",
+ "sha256": "1vjxm35wf4c2qphpkjh57hf03a5qdssdlmfj0n0gwxsdw1q5rpms",
+ "fetcher": "github",
+ "repo": "Fanael/highlight-defined",
+ "unstable": {
+ "version": [
+ 20181106,
+ 1718
+ ],
+ "commit": "8e05be23e555ab05edc6fb188f5ce28ef495c946",
+ "sha256": "1xqs8shzka47ns4a60ba2i2kgjcq9vl9w1518ffhb4x2x41lr4ri"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 5
+ ],
+ "commit": "9cc03c7136b56c04ea053fbe08a3a4a6af26b90e",
+ "sha256": "08czwa165rnd5z0dwwdddn7zi5w63sdk31l47bj0598kbly01n7r"
+ }
+ },
+ {
+ "ename": "highlight-doxygen",
+ "commit": "0153353e5abfa7513e74485049eaa384aaddbd58",
+ "sha256": "0jkzf2mqn7y465c77vglaj3mr0cpfy2z810mywd1q21d71lsqmbl",
+ "fetcher": "github",
+ "repo": "Lindydancer/highlight-doxygen",
+ "unstable": {
+ "version": [
+ 20180829,
+ 1818
+ ],
+ "commit": "53f2250018725fa19548e1771ee79fcc23641694",
+ "sha256": "0l6zh5cmp771h30i16bv3qvcq40pz9fxn3j7a8yx708vanb4d7kc"
+ }
+ },
+ {
+ "ename": "highlight-escape-sequences",
+ "commit": "cd087f2c5a9524986b0f2c7fd7efd1f296363101",
+ "sha256": "0938b29cqapid9v9q4w2jwh8kdb0p70qwzy9xm2nxaairm7436d6",
+ "fetcher": "github",
+ "repo": "dgutov/highlight-escape-sequences",
+ "unstable": {
+ "version": [
+ 20171117,
+ 1237
+ ],
+ "commit": "08d846a7aa748209d65fecead2b6a766c3e5cb41",
+ "sha256": "05mc3w1f8ykf80914a1yddw6j8cmh0h57llm07xh89s53821v2is"
+ }
+ },
+ {
+ "ename": "highlight-function-calls",
+ "commit": "2d1eed3f9af218d21ea8db37ee91888e23e59bd5",
+ "sha256": "0wmxijkhx74da3ygnvzsdvbh2iii4f7424wmm01b5skbr7qva690",
+ "fetcher": "github",
+ "repo": "alphapapa/highlight-function-calls",
+ "unstable": {
+ "version": [
+ 20170908,
+ 500
+ ],
+ "commit": "f7a1eaf95fc64cc0db4d0567f9ff79ec4ae04787",
+ "sha256": "1gbj1awjp69352a5p49ldimvij5mj8cngjp2sh45qw1cm5dpq653"
+ }
+ },
+ {
+ "ename": "highlight-indent-guides",
+ "commit": "c8acca65a5c134d4405900a43b422c4f4e18b586",
+ "sha256": "00ghp677qgb5clxhdjarfl8ab3mbp6v7yfsldm9bn0s14lyaq5pm",
+ "fetcher": "github",
+ "repo": "DarthFennec/highlight-indent-guides",
+ "unstable": {
+ "version": [
+ 20190108,
+ 3
+ ],
+ "commit": "0b10f38c54ffc099861ce8463e16a1b07ddbb203",
+ "sha256": "0fa41y9gdci60417zksj9bgjx1knwh781i3dfphkgr7qbx25iky7"
+ }
+ },
+ {
+ "ename": "highlight-indentation",
+ "commit": "31c443de5088410c0fe1b1c18f664b33ad259277",
+ "sha256": "0iblrrbssjwfn71n8xxjcl98pjv1qw1igf3hlz6mh8740fsca3d6",
+ "fetcher": "github",
+ "repo": "antonj/Highlight-Indentation-for-Emacs",
+ "unstable": {
+ "version": [
+ 20181204,
+ 839
+ ],
+ "commit": "d03803f2c06749c430443a3d24e039cbafc9c58f",
+ "sha256": "1jq0gf4kcx9hvrw40rnw5c2qynjpjw1vsjbi2i4lqjbsnfnxn4wz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 0
+ ],
+ "commit": "cd6d8168ccb04c6c0394f42e9512c58f23c01689",
+ "sha256": "00l54k75qk24a0znzl4ij3s3nrnr2wy9ha3za8apphzlm98m907k"
+ }
+ },
+ {
+ "ename": "highlight-leading-spaces",
+ "commit": "74a4af76be764896cef169e24994630498cf19c1",
+ "sha256": "0h2ww2vqmarghf4zg0wbwn0wgndmkcjy696mc885rwavck2dav4p",
+ "fetcher": "github",
+ "repo": "mrBliss/highlight-leading-spaces",
+ "unstable": {
+ "version": [
+ 20151216,
+ 1222
+ ],
+ "commit": "840db19d863dd97993fd9f893f5be501627b6354",
+ "sha256": "1vy6j63jp83ljdqkrqglpys74yfh7p61sd0lqiwczgr5nqyc60rl"
+ }
+ },
+ {
+ "ename": "highlight-numbers",
+ "commit": "882e3a4877ddd22cc52f56f0ce3d55b6e4831c7a",
+ "sha256": "1bywrjv9ybr65mwkrxggb52jdqn16z8acgs5vqm0faq43an8i5yv",
+ "fetcher": "github",
+ "repo": "Fanael/highlight-numbers",
+ "unstable": {
+ "version": [
+ 20181013,
+ 1744
+ ],
+ "deps": [
+ "parent-mode"
+ ],
+ "commit": "8b4744c7f46c72b1d3d599d4fb75ef8183dee307",
+ "sha256": "075ip8h7bdin0yvvhn5nkwnz58arlaw1imr866ghp12q5rl4shmc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 3
+ ],
+ "deps": [
+ "parent-mode"
+ ],
+ "commit": "b7adef0286aaa5bca8e98a12d0ffed3a880e25aa",
+ "sha256": "1r07mpyr7rhd7bkg778hx6vbhb4n9ixgzkpszhgks7ri6ia38pj8"
+ }
+ },
+ {
+ "ename": "highlight-operators",
+ "commit": "e7bd74b7a3484e437c6db4f18613744ebae030f5",
+ "sha256": "00agrwp2i3mkacnp4qhqcnpwn5qlbj9qv97zrw7a7ldqga0vwvhn",
+ "fetcher": "bitbucket",
+ "repo": "jpkotta/highlight-operators",
+ "unstable": {
+ "version": [
+ 20170213,
+ 2220
+ ],
+ "commit": "3938e88e78c592936fc8fc6eabbfaf7205a967c8",
+ "sha256": "1h5whrc1iphzq0g8x9mmkhjkbmbdg9i9bvr1y8zrwrs8za8k127y"
+ }
+ },
+ {
+ "ename": "highlight-parentheses",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1d38wxk5bwblddr74crzwjwpgyr8zgcl5h5ilywg35jpv7n66lp5",
+ "fetcher": "github",
+ "repo": "tsdh/highlight-parentheses.el",
+ "unstable": {
+ "version": [
+ 20180704,
+ 1102
+ ],
+ "commit": "f0bd58c8dadd2db703b7bfd09e911b5fda05b3df",
+ "sha256": "14jzh0vr2sig2ql1iq2x7svvk8ayvy9ahz04y407f53h70ifbmdl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "5aa800a68e3795716de1e7f2722e836781190f31",
+ "sha256": "08ld4wjrkd77cghmrf1n2hn2yzid7bdqwz6b1rzzqaiwxl138iy9"
+ }
+ },
+ {
+ "ename": "highlight-quoted",
+ "commit": "93b5ba18e4bc31ca60aee9cb4674586cd8523bcf",
+ "sha256": "0x6gxi0jfxvpx7r1fm43ikxlxilnbk2xbhdy9xivhgmmdyqiqqkl",
+ "fetcher": "github",
+ "repo": "Fanael/highlight-quoted",
+ "unstable": {
+ "version": [
+ 20140916,
+ 1822
+ ],
+ "commit": "24103478158cd19fbcfb4339a3f1fa1f054f1469",
+ "sha256": "1gq8inxfni9zgz2brqm4nlswgr8b0spq15wr532xfrgr456g10ks"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "cdd7164f9ad3a9929387c08af641ef6f5f013f4f",
+ "sha256": "1ahg9qzss67jpw0wp2izys6lyss4nqjy9320fpa4vdx39msdmjjb"
+ }
+ },
+ {
+ "ename": "highlight-refontification",
+ "commit": "d6c59f2b5cf1594248e8365b6ce3324f493c5647",
+ "sha256": "0cm9p4d7yhkz5a88m0y4646a6b9lb2ha7q12fcrdikyckpmbkqss",
+ "fetcher": "github",
+ "repo": "Lindydancer/highlight-refontification",
+ "unstable": {
+ "version": [
+ 20170211,
+ 2024
+ ],
+ "commit": "32632897d88c4611fadb08517ca00ef5cbc989b6",
+ "sha256": "1k6af947h70ivkj31mk3nv2vkxlfpqvpwq8za53n2l7adsjdlf73"
+ }
+ },
+ {
+ "ename": "highlight-stages",
+ "commit": "46884aa6588f55d6f688477a5e9f528f57673131",
+ "sha256": "0r4kmjmrpi38q3y0q9h5xkxh7x728ha2nbnc152lzw6zfsxnm4x4",
+ "fetcher": "github",
+ "repo": "zk-phi/highlight-stages",
+ "unstable": {
+ "version": [
+ 20161212,
+ 1457
+ ],
+ "commit": "29cbc5b78261916da042ddb107420083da49b271",
+ "sha256": "0r6nbcrr0dqpgm8dir8ahzjy7rw4nrac48byamzrq96r7ajlxlv0"
+ }
+ },
+ {
+ "ename": "highlight-symbol",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "01zw7xrkpgc89m55d60dx3s3kjajh5c164f64s2fzrgl9xj92h0r",
+ "fetcher": "github",
+ "repo": "nschum/highlight-symbol.el",
+ "unstable": {
+ "version": [
+ 20160102,
+ 2009
+ ],
+ "commit": "7a789c779648c55b16e43278e51be5898c121b3a",
+ "sha256": "19cgyk0sh8nsmf3jbi92i8qsdx4l4yilfq5jj9zfdbj9p5gvwx96"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "commit": "6136dac6d4328c19077a838dfbae2efc4caa4db2",
+ "sha256": "09z13kv2g21kjjkkm3iyaz93sdjmdy2d563r8n7r7ng94acrn7f6"
+ }
+ },
+ {
+ "ename": "highlight-thing",
+ "commit": "84b6cb403ff9a588771d051e472596f4e3cc974d",
+ "sha256": "0rvdb1lx9xn9drqw0sw9ih759n10g7k0af39w6n8g0wfr67p96w1",
+ "fetcher": "github",
+ "repo": "fgeller/highlight-thing.el",
+ "unstable": {
+ "version": [
+ 20181229,
+ 1301
+ ],
+ "commit": "561d08a26f78f18d405d4f371f1c813db094e2f3",
+ "sha256": "1mqxkcdac8qqzxi1jhnqqr98zj272rkk28m6r29v6x34hgdyjwdz"
+ }
+ },
+ {
+ "ename": "highlight-unique-symbol",
+ "commit": "78b7caccef56cd2f1a9d8001417af52cc06d6573",
+ "sha256": "0lwl8pkmq0q4dvyflarggnn8vzpvk5hhcnk508r6xml2if1sg9zx",
+ "fetcher": "github",
+ "repo": "hitode909/emacs-highlight-unique-symbol",
+ "unstable": {
+ "version": [
+ 20130612,
+ 542
+ ],
+ "deps": [
+ "deferred"
+ ],
+ "commit": "4141bf86a94e30d94d9af9c29d40b16886226e1c",
+ "sha256": "0hhc2l4pz6q8injpplv6b5l08l8q2lnjdpwabp7gwmhraq54rhjx"
+ }
+ },
+ {
+ "ename": "highlight2clipboard",
+ "commit": "87afa08061dc406528e7666cd4ee16995839b2d9",
+ "sha256": "19r7abbpm31b0azf2v3xn0rjagg9h01i8g72qapp8dhqb4d9n9r0",
+ "fetcher": "github",
+ "repo": "Lindydancer/highlight2clipboard",
+ "unstable": {
+ "version": [
+ 20151020,
+ 1840
+ ],
+ "deps": [
+ "htmlize"
+ ],
+ "commit": "6ce58a060d9c5843ccb8c79ec2bba7858c68ac15",
+ "sha256": "06nnqry36ncqacfzd8yvc4q59bwk3vgf9a14rkpph2hk2rfvq2m6"
+ }
+ },
+ {
+ "ename": "hindent",
+ "commit": "9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7",
+ "sha256": "0az2zhdi73sa3h1q1c0bayqdk22a7ngrvsg9fr8b0i39sn3w8y07",
+ "fetcher": "github",
+ "repo": "commercialhaskell/hindent",
+ "unstable": {
+ "version": [
+ 20180518,
+ 902
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1583be4a8a01b765841f7306284528ae713abb7b",
+ "sha256": "1l8v3vq3yw7zr1yxyscfw8lggcf0klnyszhv18505c6myybp2dkp"
+ },
+ "stable": {
+ "version": [
+ 5,
+ 3,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1583be4a8a01b765841f7306284528ae713abb7b",
+ "sha256": "1l8v3vq3yw7zr1yxyscfw8lggcf0klnyszhv18505c6myybp2dkp"
+ }
+ },
+ {
+ "ename": "hippie-exp-ext",
+ "commit": "f8e4328cae9b4759a75da0b26ea8b68821bc71af",
+ "sha256": "142s7cmgjnqdmac21yps3b071sv18lw068kmxchyxb0zsa067g9l",
+ "fetcher": "github",
+ "repo": "rubikitch/hippie-exp-ext",
+ "unstable": {
+ "version": [
+ 20160502,
+ 2326
+ ],
+ "commit": "4eda13f90da51ab217d024701f4c30f91ffcb90e",
+ "sha256": "141ikpyns1gd6kjply8m9jy9gifx5xdw5bn4p29hrxgiw994a78d"
+ }
+ },
+ {
+ "ename": "hippie-expand-slime",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0kxyv1lpkg33qgfv1jfqx03640py7525bcnc9dk98w6y6y92zf4m",
+ "fetcher": "github",
+ "repo": "purcell/hippie-expand-slime",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "commit": "39bbae94896a62854d31754debdfae71d35fec62",
+ "sha256": "1l2j5k4jk8jpm1vdf0z5zwa287859afsgd3gda778sdsiy38l6r7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "de31fbc9f9d55891a006463bcee7670b47084015",
+ "sha256": "0mzk4agkcaaw7gryi0wrxv0blqndqsjf1ivdvr2nrnqi798sdhbr"
+ }
+ },
+ {
+ "ename": "hippie-namespace",
+ "commit": "c9db386ab3910940addae6e925b2ac17e64e0f87",
+ "sha256": "1bzjhq116ci9c9f0aw121fn3drmg2pw5ny1w6wcasa4p30syxxf0",
+ "fetcher": "github",
+ "repo": "rolandwalker/hippie-namespace",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "commit": "d0d0f15c67ab8bef5e9d1e29a89ecd3613a60b49",
+ "sha256": "0b5wrid428s11afc48d6mdifmd31gmzyrj9zcpd3jwk63ydiihdc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 8
+ ],
+ "commit": "79a662dfe9e61341e071b879f4f9101ca027ad10",
+ "sha256": "0nfr8ad0klqwi97fjchvwx9mfc672lhv3ll166sr8vn6jlh7rkv0"
+ }
+ },
+ {
+ "ename": "historian",
+ "commit": "f16dacf64c52767c0c8aef653ac5d1a7a3bd0883",
+ "sha256": "00cghcyb3liz2prgygjwsw82d9h70zjddnbf7dvglmj7ph9wn9ab",
+ "fetcher": "github",
+ "repo": "PythonNut/historian.el",
+ "unstable": {
+ "version": [
+ 20190111,
+ 313
+ ],
+ "commit": "64f4ef8cd4e417dfa090138a2d4ea1e72fd4456a",
+ "sha256": "0py43kml7fcf1k28pali7n9nhsjp003j02cpynqcz6hmk8zr7b48"
+ }
+ },
+ {
+ "ename": "history",
+ "commit": "f51d4cc6521546c99197adeb35459fcd53bd67d4",
+ "sha256": "0s8pcz53bk1w4h5847204vb6j838vr8za66ni1b2y4pas76zjr5g",
+ "fetcher": "github",
+ "repo": "boyw165/history",
+ "unstable": {
+ "version": [
+ 20160821,
+ 1602
+ ],
+ "commit": "5317663fb45bbd5e96d258cb0807dcc266ce67ff",
+ "sha256": "1ghbpfmmp5p0wvivd79165dx5kia8qkmac3a6asg2d6l1h9y58n1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "adef53ecc2f6067bb61f020a2b66c5185a51632d",
+ "sha256": "0dy98sg92xvnr4algm2v2bnjcdwzv0b0vqk0312b0ziinkzisas1"
+ }
+ },
+ {
+ "ename": "historyf",
+ "commit": "a67279875c19475433fa13625c95ee5855962a59",
+ "sha256": "15pcaqfjpkfwcy46yqqw10q8kpw7aamcg0gr4frbdgzbv0yld08s",
+ "fetcher": "github",
+ "repo": "k1LoW/emacs-historyf",
+ "unstable": {
+ "version": [
+ 20151124,
+ 159
+ ],
+ "commit": "196c058ceb092fdd56b0e4ce85b7e714d6f72224",
+ "sha256": "0fgm1m9mq1zn5gnrynf332hamif05qhh8haqci7gii7crzy47c0g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 9
+ ],
+ "commit": "64ab6c9d2cd6dec6982622bf675326e011373cd2",
+ "sha256": "1mxicha6m61qxz1mv9z76x4g9fpqk4ch9i6jf7nnpxd6x4xz3f7z"
+ }
+ },
+ {
+ "ename": "hive",
+ "commit": "b167265dff60950823a5e98a299462b2b535b9a9",
+ "sha256": "1marz8gmk824hb0nkhaw48d4qw1xjk1aad27gviya7f5ilypxrya",
+ "fetcher": "github",
+ "repo": "r0man/hive-el",
+ "unstable": {
+ "version": [
+ 20131217,
+ 1512
+ ],
+ "deps": [
+ "sql"
+ ],
+ "commit": "11b5172e081ad8079fc78758bef6f306f82ae32b",
+ "sha256": "097lrj9lgfa7szww324hlqywwkbi31n1pxfqyg0zbfj45djkp9bx"
+ }
+ },
+ {
+ "ename": "hiwin",
+ "commit": "5f050fd2b1038dce05a1302d3670933546f86525",
+ "sha256": "0klhxwxsz7xan2vsknw79r1dj4qhhjbfpddr67mk9qzccp8q0w8g",
+ "fetcher": "github",
+ "repo": "yoshida-mediba/hiwin-mode",
+ "unstable": {
+ "version": [
+ 20150825,
+ 827
+ ],
+ "commit": "6ee8ed051405653bd9b7332d7e9fbb591d954051",
+ "sha256": "177blksgncxpxd1zi9kmbcfjnpd3ll1szjxiyc4am8a6hs1dyyqk"
+ }
+ },
+ {
+ "ename": "hl-anything",
+ "commit": "f38d26ede4e2e1d495a02c68e3b5041702b032e8",
+ "sha256": "0czpc82j5hbzprc66aall72lqnk38dxgpzx4rs8sbx95cag12dxa",
+ "fetcher": "github",
+ "repo": "hl-anything/hl-anything-emacs",
+ "unstable": {
+ "version": [
+ 20160422,
+ 1708
+ ],
+ "commit": "8696bc55a8cba408f0fc83a907a9ec529d79e558",
+ "sha256": "10ps1rb5fqwaw4lz3nz2rbsry4y81asmi5557g229h8xjhp6gpnm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 9
+ ],
+ "commit": "de631c87d3a6602cdbf84c1623558334fda354fa",
+ "sha256": "0889dzrwizpkyh3wms13k8zx27ipsrsxfa4j4yzk4cwk3aicckcr"
+ }
+ },
+ {
+ "ename": "hl-block-mode",
+ "commit": "d2fbba8cc73a5d567b525ce2c0a15f35379f29e8",
+ "sha256": "16z49k1rn8n1f64fidff0jyhn3h4pmklys9plr96nbd4lvm80msj",
+ "fetcher": "github",
+ "repo": "ideasman42/emacs-hl-block-mode",
+ "unstable": {
+ "version": [
+ 20190520,
+ 30
+ ],
+ "commit": "fcefe78a1df2dccb85821d23e6c6ea2a60eedcbc",
+ "sha256": "1r9p7lz0bidr499f7l3w5c9q2ypzhqxn7n1k95wmdmbg8l5jnxxd"
+ }
+ },
+ {
+ "ename": "hl-fill-column",
+ "commit": "68c40d7b6af664e01083b78c60b6a8e66b278a4e",
+ "sha256": "1kv77zfz1rd60cajjgljn8b04j6szqwwc3ialfxf6wdzh1w28jd3",
+ "fetcher": "github",
+ "repo": "laishulu/hl-fill-column",
+ "unstable": {
+ "version": [
+ 20190608,
+ 203
+ ],
+ "deps": [
+ "names"
+ ],
+ "commit": "612441e69772c24f9ce67ae73e47c84f29ee653d",
+ "sha256": "0b7770prp5sj4yinrdgzvblqky05vm245i40d38frcbghwqr2jl4"
+ }
+ },
+ {
+ "ename": "hl-indent",
+ "commit": "3aa6ce8f3d1349e28dd9dea8396c38257e3cea2f",
+ "sha256": "1z42kcwcyinjay65mv042ijh4xfaaiyri368g0sjw0fflsg0ikcr",
+ "fetcher": "github",
+ "repo": "ikirill/hl-indent",
+ "unstable": {
+ "version": [
+ 20170429,
+ 2104
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bdb2e0177a7c8b29af26998e688b856adc6ded93",
+ "sha256": "0fwb64ja5ij97308pnd7g6l5mascavcp7jcar8igxv9yyqnw6pfi"
+ }
+ },
+ {
+ "ename": "hl-sentence",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "16sjfs0nnpwzj1cqfna9vhmxgznwwhb2qdmjci25hlgrdxwwyahs",
+ "fetcher": "github",
+ "repo": "milkypostman/hl-sentence",
+ "unstable": {
+ "version": [
+ 20171018,
+ 1519
+ ],
+ "commit": "86ae38d3103bd20da5485cbdd59dfbd396c45ee4",
+ "sha256": "1rzc74ckj06qs8kq2bd1cgqvgjd2qc3zxmk7bvgg6dy2m9nj52cm"
+ },
+ "stable": {
+ "version": [
+ 3
+ ],
+ "commit": "f88882772f1a29fabb54194cc8aacd80d7f5b085",
+ "sha256": "1hgigbgppdhmr7rc901r95kyydjk05dck8mwbryh7kpglns365fa"
+ }
+ },
+ {
+ "ename": "hl-todo",
+ "commit": "7c262f6a1a10e8b3cc30151cad2e34ceb66c6ed7",
+ "sha256": "1iyh68xwldj1r02blar5zi01wnb90dkbmi67vd6h78ksghl3z9j4",
+ "fetcher": "github",
+ "repo": "tarsius/hl-todo",
+ "unstable": {
+ "version": [
+ 20190807,
+ 1831
+ ],
+ "commit": "be57dbc5a4667e4a60b8249b53fa176db1019c8e",
+ "sha256": "12swld4a723wqkh5h9jf3l4lj5rsidgmna53n8g48w8qvi2gz8l8"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 0
+ ],
+ "commit": "487d349b7b8d6738223d5dd10957dd10b45eb9f3",
+ "sha256": "07xcc04ivpl5sbgb55qz84mz6wa500h0awzw1zq1ba5mfjjq8hls"
+ }
+ },
+ {
+ "ename": "hledger-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "15s8rqc94z70jzv13961nvcm9a9qadq04pf0m6xrzf8qqk71zn52",
+ "fetcher": "github",
+ "repo": "narendraj9/hledger-mode",
+ "unstable": {
+ "version": [
+ 20190725,
+ 2115
+ ],
+ "deps": [
+ "async",
+ "htmlize",
+ "popup"
+ ],
+ "commit": "7b4921f67074bf759c9a83ce227802ed627c7cdf",
+ "sha256": "19g1ps1ljmm9d7805pilxzy92fvbgzzamqlxx8gqj1q55hccflp2"
+ }
+ },
+ {
+ "ename": "hlint-refactor",
+ "commit": "384ffc463cc6edb4806f8da68bd251e662718e65",
+ "sha256": "1311z6y7ycwx0mj67bya7a39j5hiypg72y6yg93dhgpk23wk7frq",
+ "fetcher": "github",
+ "repo": "mpickering/hlint-refactor-mode",
+ "unstable": {
+ "version": [
+ 20190115,
+ 900
+ ],
+ "commit": "c4307f86aad6d02e32e9b30cb6edc115584c791c",
+ "sha256": "1c71w9s34n0i7mm4njchxn6s3ri1y6mh3akgbg4nq41d42h8iap3"
+ }
+ },
+ {
+ "ename": "hlinum",
+ "commit": "41bca7b89a7ce52d4c9381b9a4046b7103996c4f",
+ "sha256": "04b6m0njr7yrbcbpkhqz4hmqpfacmyca3lw75dyw3vpjpsj2g0iv",
+ "fetcher": "github",
+ "repo": "tom-tan/hlinum-mode",
+ "unstable": {
+ "version": [
+ 20180422,
+ 412
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f17360fe93de6df99a05b4b64b0a1ca4ee45abb6",
+ "sha256": "01sfba4sd3mjc7bs1y4qdzryfawg1xzg3hbwy9afwfaz0w5czni8"
+ }
+ },
+ {
+ "ename": "hmac",
+ "commit": "7cabf363dbdfc87f29ab3dcf63bfe39b9e0920f7",
+ "sha256": "0am8pbjwf43nvhqa2mppdgiyd7kil7jxnaq7hhi5214bsrqgxk31",
+ "fetcher": "github",
+ "repo": "grimnebulin/emacs-hmac",
+ "unstable": {
+ "version": [
+ 20180429,
+ 2010
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "30132cd3fee7d3d91a9f04709d49ca0dcb96d565",
+ "sha256": "0l4msj1i8amcn10dk1shcyh6hn49iphma1q03kp2h84ga79xdpi3"
+ }
+ },
+ {
+ "ename": "hoa-mode",
+ "commit": "f8b91f35d06f9e7e17c9aaf2fb9ee43a77257113",
+ "sha256": "06rfqn7sqvmgpvwhfmk17qqs4q0frfzhm597z3p1q7kys2035kiv",
+ "fetcher": "git",
+ "url": "https://gitlab.lrde.epita.fr/spot/emacs-modes.git",
+ "unstable": {
+ "version": [
+ 20151203,
+ 1650
+ ],
+ "commit": "3c608e15b655d2375c5f81323ac561c7848dc029",
+ "sha256": "19360wx1i7lkr8igddm7zl9yh5hlm3r013rkd512cs18iz1y753x"
+ }
+ },
+ {
+ "ename": "hoa-pp-mode",
+ "commit": "0c0d707dad9dc86bb3d6a829a60e21e92a5f3160",
+ "sha256": "01ijfn0hd645j6j88rids5dsanmzwmky37slf50yqffnv69jwvla",
+ "fetcher": "github",
+ "repo": "hoaproject/Contributions-Emacs-Pp",
+ "unstable": {
+ "version": [
+ 20151027,
+ 736
+ ],
+ "deps": [
+ "names"
+ ],
+ "commit": "925b79930a3f4377b0fb2a36b3c6d5566d4b9a8e",
+ "sha256": "0g2r4d0ivbadqw1k8jsv0jwv8krpfahsg0qmzyi909p2yfddqk1l"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "names"
+ ],
+ "commit": "a72104a191214fba502653643a0d166a8f5341d9",
+ "sha256": "1wg6vc9swwspi6s6jpig3my83i2pq8vkq2cy1q3an87rczacmfzp"
+ }
+ },
+ {
+ "ename": "holiday-pascha-etc",
+ "commit": "4108926b1fee78e54c9fa68445c7a2b1b20404ea",
+ "sha256": "0v2mhga1db6qy1160i730pzzrzisvhl3fjkazj4cjbkpjlshfc5j",
+ "fetcher": "github",
+ "repo": "hexmode/holiday-pascha-etc",
+ "unstable": {
+ "version": [
+ 20160822,
+ 58
+ ],
+ "commit": "eb198656f63cb8679fb0e3a8248782df071a0f3c",
+ "sha256": "1dd0k7r5kx15sph12vzakhq27zh7vy9r541qdp8w5051k6apw3pw"
+ }
+ },
+ {
+ "ename": "home-end",
+ "commit": "f67c9cf33e0f11a9bd6e1521af86d180177111c4",
+ "sha256": "0xnpb0n4kd7b0m80g2a88ylfk5gbvkcgwb78nig98dmgjg48z2ly",
+ "fetcher": "github",
+ "repo": "Boruch-Baum/emacs-home-end",
+ "unstable": {
+ "version": [
+ 20180817,
+ 855
+ ],
+ "deps": [
+ "keypress-multi-event"
+ ],
+ "commit": "30676ceec0d4ad84038cd0d65ee45ae810ab185c",
+ "sha256": "0czvnk74988p6gqz5jz83gkvvqdrdmzn4qz6cc8dmbyxk1zg6l8y"
+ }
+ },
+ {
+ "ename": "homebrew-mode",
+ "commit": "1e4007f6d15574098722fb427b6a9903f77afb21",
+ "sha256": "088wc5fq4r5yj1nbh7mriyqf0xwqmbxvblj9d2wwrkkdm5flc8mj",
+ "fetcher": "github",
+ "repo": "dunn/homebrew-mode",
+ "unstable": {
+ "version": [
+ 20160615,
+ 1320
+ ],
+ "deps": [
+ "dash",
+ "inf-ruby"
+ ],
+ "commit": "d422307aee2f897d1a92e3b959c3214bc54cbe38",
+ "sha256": "1z4d0niz8q24f2z8rnfnc2rlmkffkf7qc57qn4695jbkzb7galfz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 6
+ ],
+ "deps": [
+ "dash",
+ "inf-ruby"
+ ],
+ "commit": "d422307aee2f897d1a92e3b959c3214bc54cbe38",
+ "sha256": "1z4d0niz8q24f2z8rnfnc2rlmkffkf7qc57qn4695jbkzb7galfz"
+ }
+ },
+ {
+ "ename": "honcho",
+ "commit": "76487b6776d148325c0200d2f788815f115feac9",
+ "sha256": "1ywx67dmvackfx19p4fvrb8mm27a7pri3m3bwr2acwd29lrrid2x",
+ "fetcher": "github",
+ "repo": "emacs-pe/honcho.el",
+ "unstable": {
+ "version": [
+ 20190623,
+ 2120
+ ],
+ "deps": [
+ "sudo-edit"
+ ],
+ "commit": "d5e6206dd23ff9305d976c52845c750a064aca4b",
+ "sha256": "0nh8n9rbd640rjpb3qz1mq3mgwj4dw5m98v4xypxpd954pr90afc"
+ }
+ },
+ {
+ "ename": "hookify",
+ "commit": "aa04ccd0ac05beed5de8d51ed96ccbf0071fdea1",
+ "sha256": "0prls539ifk2fsqklcxmbrwmgbm9hya50z486d7sw426lh648qmy",
+ "fetcher": "github",
+ "repo": "Silex/hookify",
+ "unstable": {
+ "version": [
+ 20141216,
+ 2209
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "21baae7393b07257de5796402fde0ca72fb00d77",
+ "sha256": "0sg4h0m1ds3f6kpzd3vk30g6x2xl74r5j9bidw658f3mmai7m1l8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "e76127230716f7fab6662410c03c3872d17a172b",
+ "sha256": "1yvz9d5h7npxhsdf6s9fgxpmqk5ixx91iwivbhzcz935gs2886hc"
+ }
+ },
+ {
+ "ename": "horoscope",
+ "commit": "180248c19160940a208b32fa7a9660a838f68de5",
+ "sha256": "1y2nzhdl7ghi5l3iyzb04xics7gr5981jmb5z5y8y1z04xhqpfs6",
+ "fetcher": "github",
+ "repo": "mschuldt/horoscope.el",
+ "unstable": {
+ "version": [
+ 20180409,
+ 641
+ ],
+ "commit": "f4c683e991adce0a8f9023f15050f306f9b9a9ed",
+ "sha256": "17k4j4q19l4ahxlzzic1jlbbh7l378j9vgnrcrvpm0lxa9ipclk0"
+ }
+ },
+ {
+ "ename": "hound",
+ "commit": "90cfc34eb4e8be7bf887533b85feba91131a435b",
+ "sha256": "0qri6bddd3c4sqvaqvmqw6xg46vwlfi1by3gc9i3izpq4xl1cr1v",
+ "fetcher": "github",
+ "repo": "ryoung786/hound.el",
+ "unstable": {
+ "version": [
+ 20170627,
+ 1959
+ ],
+ "deps": [
+ "cl-lib",
+ "request"
+ ],
+ "commit": "0c5a250ef82870dca737a429b6e9b9db93874ed3",
+ "sha256": "0kf2nhp5k3gk82ad1k9qi4aysqhw36x4mcdhg6kjckmcakfjw3g6"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "request"
+ ],
+ "commit": "28cb804d99f9240d690d60098644e4300336b5fa",
+ "sha256": "1zyd6350mbah7wjz7qrwyh9pr4jpk5i1v8p7cfmdlja92fpqj9rh"
+ }
+ },
+ {
+ "ename": "howdoi",
+ "commit": "d08f4d6c8bdf16f47d2474f92273fd214179cb18",
+ "sha256": "12vgbypawxhhrnjp8dgh0wrcp7pvjccfaxw4yhq7msai7ik3h83b",
+ "fetcher": "github",
+ "repo": "atykhonov/emacs-howdoi",
+ "unstable": {
+ "version": [
+ 20150204,
+ 43
+ ],
+ "commit": "5fbf7069ee160c597a328e5ce5fb32920e1ca88f",
+ "sha256": "01sj9c8mxqaif8wh6zz9v2czjaq7vcdi66drldyjmifkln6rg2v8"
+ }
+ },
+ {
+ "ename": "howm",
+ "commit": "0099a1f9b0efb3fc3a1420cfe71a647ec6458998",
+ "sha256": "07wx3wmc51vm42s81km5sdbm600ax2pv83xg0116xsyn05za3bfn",
+ "fetcher": "git",
+ "url": "https://scm.osdn.net/gitroot/howm/howm.git",
+ "unstable": {
+ "version": [
+ 20180929,
+ 1214
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "374525133b96a801d7612cb65a026740a6d0361d",
+ "sha256": "06nwgwl165b5y7w5v6lgz0njapgn65fxbdxi0biw2qaswnz8vcwx"
+ }
+ },
+ {
+ "ename": "hsluv",
+ "commit": "b74189f827ed54760c758f0364e573809ab32a22",
+ "sha256": "1g7g8434q2a4vpzxa4y5vrplzjali89px3gr8vhzfhscxg6mdcki",
+ "fetcher": "github",
+ "repo": "hsluv/hsluv-emacs",
+ "unstable": {
+ "version": [
+ 20181127,
+ 1206
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "c3bc5228e30d66e7dee9ff1a0694c2b976862fc0",
+ "sha256": "19q8qlq4s2kfydpadkq1zd92611dvq7dr8vlhlbd9gplzpx7dhfd"
+ }
+ },
+ {
+ "ename": "ht",
+ "commit": "6c7589bca1c1dfcc0fe76779f6847fda946ab981",
+ "sha256": "16vmxksannn2wyn8r44jbkdp19jvz1bg57ggbs1vn0yi7nkanwbd",
+ "fetcher": "github",
+ "repo": "Wilfred/ht.el",
+ "unstable": {
+ "version": [
+ 20190611,
+ 2131
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "5650a8cd190badb49d28d21e72a2f55c9380de7b",
+ "sha256": "1hgd6nrj69283k240ngz7422776lw4fc9mvgwg7nvh41qb70vwgg"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "a23a72342fda1eb3cc8d792f86efabe45eb0d1fd",
+ "sha256": "1p3qa7g0wa0wbviv2f8bda39cjys3naayk5xjm3nxxmqsyy8papx"
+ }
+ },
+ {
+ "ename": "html-check-frag",
+ "commit": "a53c9877f6f4c4e72c565fb8bd7cbe81ddbc565c",
+ "sha256": "0drancb9ryifiln44b40l6cal0c7nyp597a6q26288s3v909yk2a",
+ "fetcher": "github",
+ "repo": "TobiasZawada/html-check-frag",
+ "unstable": {
+ "version": [
+ 20160131,
+ 535
+ ],
+ "commit": "feb89765eafd69dfcf07afeebded8985dc456e7c",
+ "sha256": "10lbxf56gvy26grzrhhx2p710fzs0h866jd2zmmgkisvyb0vaiay"
+ }
+ },
+ {
+ "ename": "html-script-src",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0pdyc2a9wxxc9rivjm2kgh4ysdxmdp73wg37nfy2nzka1m7qni7j",
+ "fetcher": "github",
+ "repo": "rejeep/html-script-src.el",
+ "unstable": {
+ "version": [
+ 20120403,
+ 1815
+ ],
+ "commit": "66460f8ab1b24656e6f3ce5bd50cff6a81be8422",
+ "sha256": "0k9ga0qi6h33akip2vrpclfp4zljnbw5ax40lxyxc1813hwkdrmh"
+ }
+ },
+ {
+ "ename": "html-to-hiccup",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0gyghgdil14i4p0yv5mb6la1ajzf8xcgdm1si5i5w7cn72vfapmz",
+ "fetcher": "github",
+ "repo": "plexus/html-to-hiccup",
+ "unstable": {
+ "version": [
+ 20161028,
+ 1401
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "99217a5058626d253ed8ada51a7642071fe54ba5",
+ "sha256": "1cvlh1iqjdmgwbw254g0rfdshsj7dhqjjp56gwqhn2fqkga44a7i"
+ }
+ },
+ {
+ "ename": "html-to-markdown",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "1gjh9ndqsb3nfb7w5h7carjckkgy6qh63b4mg141j19dsyx9rrjv",
+ "fetcher": "github",
+ "repo": "Malabarba/html-to-markdown",
+ "unstable": {
+ "version": [
+ 20151105,
+ 840
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "60c5498c801be186478cf7c05be05b4430c4a144",
+ "sha256": "09n3zm9ivln8ng80fv5vwwzh9mj355ni685axda3m85xfxgai8gi"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 1
+ ],
+ "commit": "0fa0effd71acd8981a425ef11e0e63d53aea3199",
+ "sha256": "0c648dl5zwjrqx9n6zr6nyzx2zcnv05d5i4hvhjpl9q3y011ncns"
+ }
+ },
+ {
+ "ename": "html2org",
+ "commit": "771e6604edc90182697bbd4827c8c46c34b48289",
+ "sha256": "1lj4dwmjkc43dfmsc7z4nvydmmf6wrk5v9ms23zf0llnk9h3hvnk",
+ "fetcher": "github",
+ "repo": "lujun9972/html2org.el",
+ "unstable": {
+ "version": [
+ 20170418,
+ 501
+ ],
+ "commit": "6904aed40259ad8afccff079ebd8a07bff319ebc",
+ "sha256": "0dryk622fz0yj939pbs0fbb9i4m8qjnmkcxjsssws8f90plk06af"
+ }
+ },
+ {
+ "ename": "htmlize",
+ "commit": "075aa00a0757c6cd1ad392f0300bf5f1b937648d",
+ "sha256": "16nvvsi4nxi0zzk5a6mwmp43p0ls20zdx9r18mxz6bsaw6jangh2",
+ "fetcher": "github",
+ "repo": "hniksic/emacs-htmlize",
+ "unstable": {
+ "version": [
+ 20180923,
+ 1829
+ ],
+ "commit": "8db0aa6aab77475a732b7363f0d57bd3933c18fd",
+ "sha256": "19hwcqla1mnp5k8mll4in1pimqpa8zmqd8yfmxkikldmwwsilaq0"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 54
+ ],
+ "commit": "a8b73f1393b2d73541ba4a8fd716c0d07ce50276",
+ "sha256": "1d5hj8wibp1lxs697y7i4yrpv9gqq821gxmpqqkn2jwrb70nsngl"
+ }
+ },
+ {
+ "ename": "htmltagwrap",
+ "commit": "ec27ae185c0308c445e461dc84f398483ca08c5a",
+ "sha256": "19vav9mpqfg6x017b2f4fkhixfw9fslhs03n780qq2n79abp77n9",
+ "fetcher": "github",
+ "repo": "elpa-host/htmltagwrap",
+ "unstable": {
+ "version": [
+ 20190517,
+ 511
+ ],
+ "commit": "3260d9267b51019328c30a6317f28e4a2dd7d522",
+ "sha256": "15rfg4z8lhwadgnr58r3skmzmkxs5phnqr1ap4bjd9pq618amdbn"
+ }
+ },
+ {
+ "ename": "http",
+ "commit": "c7c63aaf27240706d84e464881d40cfb7cbe9ee3",
+ "sha256": "1176jhm8m7s1pzp0zv1sqawcgn4m5zvxghypmsrjyyb5p7m6dalm",
+ "fetcher": "github",
+ "repo": "emacs-pe/http.el",
+ "unstable": {
+ "version": [
+ 20181008,
+ 2121
+ ],
+ "deps": [
+ "edit-indirect",
+ "request"
+ ],
+ "commit": "1bbfff5994e16ffc185c4ac28d792cb040da3351",
+ "sha256": "0bs2l487mn8zkx3h7zgynm5cq54w8wlr150izaxynqddcpkrr44h"
+ }
+ },
+ {
+ "ename": "http-post-simple",
+ "commit": "ae489be43b1aee93614e40f492ebdf0b98a3fbc1",
+ "sha256": "0z3zphaqywbm7vn2g1f7fkrdamgsc26i8zydm9y53v9z9fmzch5s",
+ "fetcher": "github",
+ "repo": "emacsorphanage/http-post-simple",
+ "unstable": {
+ "version": [
+ 20170715,
+ 940
+ ],
+ "commit": "f53697fca278c741051aeb668b00466b5e0fd3fe",
+ "sha256": "0krdbvvvzn323vx554yw7947nddl3icfjk4wf5kfx7fim5v3mdn6"
+ }
+ },
+ {
+ "ename": "http-twiddle",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1d8xnwhb8lp4p4xnnkryx5c6isd8ckalp0smx66lbi1pa4g6iqsh",
+ "fetcher": "github",
+ "repo": "hassy/http-twiddle",
+ "unstable": {
+ "version": [
+ 20160801,
+ 1911
+ ],
+ "commit": "4d0c73b7dcbde8b483d4f3a75c49c74d2fe3ca45",
+ "sha256": "0fxmk5b4ggi92n5gi2nim08a2gx1yg7jlp4hj4m0qazxqdcy38i1"
+ }
+ },
+ {
+ "ename": "httpcode",
+ "commit": "906da23e26d44f8c71ba57ab59bb089caea673a9",
+ "sha256": "05k1al1j119x6zf03p7jn2r9qql33859583nbf85k41bhicknpgh",
+ "fetcher": "github",
+ "repo": "rspivak/httpcode.el",
+ "unstable": {
+ "version": [
+ 20121002,
+ 345
+ ],
+ "commit": "a45e735082b09477cd704a99294d336cdbeb12ba",
+ "sha256": "02jz8qwxl69zhwvpmlqc15znr8x4f30paqszmm7xrrrz5x1c1rn4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "2c8eb3b5455254ba70fb71f7178886bfc2d3af90",
+ "sha256": "1h9n388fi17nbyfciqywgrq3n165kpiildbimx59qyk2ac3v7rqk"
+ }
+ },
+ {
+ "ename": "httprepl",
+ "commit": "c49824f6e2dc2f3482e607c2d3a1e2d7685bf688",
+ "sha256": "0899qb1yfnsyf04hhvnk47qnq4d1f4vd5ghj43x4743wd2b9qawh",
+ "fetcher": "github",
+ "repo": "gregsexton/httprepl.el",
+ "unstable": {
+ "version": [
+ 20141101,
+ 1734
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "cfa3693267a8ed1c96a86a126823f37dbfe077d8",
+ "sha256": "0wd4wmy99mx677x4sdbp57bxxll1fsnnf8hk97r85xdmmjsmrkld"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "d2de8a676544deed1a5e084631a7799e487dbe55",
+ "sha256": "0dd257988bdar9hl2711ch5qshx9jc11fqxcvbrd7rc1va5cshs9"
+ }
+ },
+ {
+ "ename": "hugsql-ghosts",
+ "commit": "969fd5e51bf93b5eff6919956c43c041a3b24d1e",
+ "sha256": "1v1iypis5iyimdr9796qpqw0qmhzijap0nbr0mhhyp4001kakkwz",
+ "fetcher": "github",
+ "repo": "rkaercher/hugsql-ghosts",
+ "unstable": {
+ "version": [
+ 20180425,
+ 1129
+ ],
+ "deps": [
+ "cider",
+ "dash",
+ "s"
+ ],
+ "commit": "f3ebc60c66204ad39058cb84eb4bd5facce091df",
+ "sha256": "0pcr39x8yxl5aa0sz20gw20ixz5imw5m19bzhzbzyn7slr65hlqn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "deps": [
+ "cider",
+ "dash",
+ "s"
+ ],
+ "commit": "f3ebc60c66204ad39058cb84eb4bd5facce091df",
+ "sha256": "0pcr39x8yxl5aa0sz20gw20ixz5imw5m19bzhzbzyn7slr65hlqn"
+ }
+ },
+ {
+ "ename": "hungarian-holidays",
+ "commit": "0c2dc20ce4b878a32c540744016a40f6cc2a657a",
+ "sha256": "1bdl0ynlni1i19hq4h48k8j9b2davv2kfgrpd2mrl2xqmjvhm1m2",
+ "fetcher": "github",
+ "repo": "gergelypolonkai/hungarian-holidays",
+ "unstable": {
+ "version": [
+ 20161020,
+ 1138
+ ],
+ "commit": "653108769279499d84a79267c90e640d98823872",
+ "sha256": "0jjparw5axydjf2lj8asccmksbbj9zgdiv2kc211h122q5712gvm"
+ }
+ },
+ {
+ "ename": "hungry-delete",
+ "commit": "e33960d9b7e24f830ebe4e5a26a562422d52fe97",
+ "sha256": "0hcsm3yndkyfqzb77ibx7df6bjppc34x5yabi6nd389pdscp9rpz",
+ "fetcher": "github",
+ "repo": "nflath/hungry-delete",
+ "unstable": {
+ "version": [
+ 20170412,
+ 102
+ ],
+ "commit": "0434458d3f6b2b585f332271feaa054bf4ec96d7",
+ "sha256": "04g8gdfqpzdhxf5rnl2k49f2klmzxwys79aib7xs30i0n8c8qb7d"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 5
+ ],
+ "commit": "78a787a87aceb821818bbe2a322fbf2e5cbf80c3",
+ "sha256": "171s7akqcpj0jcbm8w19b4n9kdzw0acf7cv0ymwdz5mmgmfiy292"
+ }
+ },
+ {
+ "ename": "hy-mode",
+ "commit": "fc9ab5cf16b61bb27559cd8ec5cf665a5aab2154",
+ "sha256": "1vxrqla3p82x7s3kn7x4h33vcdfms21srxgxzidr02k37f0vi82m",
+ "fetcher": "github",
+ "repo": "hylang/hy-mode",
+ "unstable": {
+ "version": [
+ 20190620,
+ 1804
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "s"
+ ],
+ "commit": "8699b744c03e0399c049757b7819d69768cac3bc",
+ "sha256": "0axh3i1fga7znk466nqifkjf45ri7qkb9xvnkc9b5zl4f0z9b5gy"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 3
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "s"
+ ],
+ "commit": "27a9e6bee0df741f2699e00e64ea2c7a279b401d",
+ "sha256": "1jxximiznz7fw9ys5k6plw85zrbzvxidql7py1fdi425fdp4058z"
+ }
+ },
+ {
+ "ename": "hyai",
+ "commit": "1dd9bd1cfd2f3b760b664a4677b0e4e617cbdfa6",
+ "sha256": "00ns7q5b11c5amwkq11fs4p5vrmdfmjljfrcxbwb39gc12yrhn7s",
+ "fetcher": "github",
+ "repo": "iquiw/hyai",
+ "unstable": {
+ "version": [
+ 20170301,
+ 1447
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "9efad2ac6a57059b3be624588f649e276a96fdd4",
+ "sha256": "0fw6qh0aajsyxrp5gg4wnwf61h112k73vvdn14x0zvd8i4fkm6hw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "7c644d31f62943c75ccf5a772e43450b462cc08f",
+ "sha256": "1b8992vzq5bh01pjlj181nzqjrqs4fbjpwvv8h7gjq42sf8w59sm"
+ }
+ },
+ {
+ "ename": "hydandata-light-theme",
+ "commit": "51edfd2eed17b79058bbef836bc3edff50defa6e",
+ "sha256": "1x4hf3ysjq3nwzr8jg0zs5lgalgxriyby4rww24w9xi3jc1bx5f1",
+ "fetcher": "github",
+ "repo": "chkhd/hydandata-light-theme",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1925
+ ],
+ "commit": "180c3797fa7ef3e4bb679baaf5b492c33bbb9b8b",
+ "sha256": "157s8lssp6b4sjlm84qjg5wzgvgsgzqzpdh4y6g042xpgaz8b8nw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 0
+ ],
+ "commit": "3b9bb5f213029a8331818b1d670194ef26d9505a",
+ "sha256": "11vgz64f8vs8vqp4scj9qvrfdshag7bs615ly9zvzzlk68jivdya"
+ }
+ },
+ {
+ "ename": "hyde",
+ "commit": "151f5c1097e5020dbc13e41f2657aae781c5942b",
+ "sha256": "18kjcxm7qmv9bfh4crw37zgax8khjqs9zkp4lrb490zlad2asbs3",
+ "fetcher": "github",
+ "repo": "nibrahim/Hyde",
+ "unstable": {
+ "version": [
+ 20160508,
+ 308
+ ],
+ "commit": "a8cd6ed00ecd8d7de0ded2f4867015b412b15b76",
+ "sha256": "14sk9gai7sscvwgbl7y3dzz8fdhrqynilscmdimlncpm15w56m6i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "181f9d2f91c2678a22243c5485162fa7999fd893",
+ "sha256": "0nwsmc4c3v0wbfy917ik9k7yz8yclfac695p7p9sh9y354k3maw4"
+ }
+ },
+ {
+ "ename": "hydra",
+ "commit": "82d9e1bfd501ed2d1cd11319c5e1eb17482e8922",
+ "sha256": "1s1hj70jjbira054q8ly1pcr0818hh91qnhj0zwbv7milmvv2wwd",
+ "fetcher": "github",
+ "repo": "abo-abo/hydra",
+ "unstable": {
+ "version": [
+ 20190617,
+ 859
+ ],
+ "deps": [
+ "cl-lib",
+ "lv"
+ ],
+ "commit": "a91dd72529aadd2d3cc14e132a3e0545eb2975a6",
+ "sha256": "1bbyj0l6176277qp20034lgs8ghx01fasnikkc76fndn3v4vsljn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 15,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "lv"
+ ],
+ "commit": "f27fce1b2f0a9162e159557bdeb2c0c94defb4d2",
+ "sha256": "0fapvhmhgc9kppf3bvkgry0cd7gyilg7sfvlscfrfjxpx4xvwsfy"
+ }
+ },
+ {
+ "ename": "hyperspace",
+ "commit": "0696a12acba676015640de63fc6e011128bca71c",
+ "sha256": "0ya41c9bxvspj81n5209p9b4c9p1i6jcp710n9i9jawpahwpqlkw",
+ "fetcher": "github",
+ "repo": "ieure/hyperspace-el",
+ "unstable": {
+ "version": [
+ 20190702,
+ 2331
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "6441da7a816b4bf6faba21cb7b8cc1a1db6f35d5",
+ "sha256": "10l82fzp7m57bkzbqgmz1sp42mqkcmz4i6w9rv2hpzdp7ccgfr9v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 4
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "5fdd680dc2e7b8a064cfdf93d6948546ff51afc2",
+ "sha256": "1r5h55zcm5n2vx126q16ndhgdchcj59qqcybhsqw69vk02x96arg"
+ }
+ },
+ {
+ "ename": "i2b2-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1jnlisdnp9sz54p444vlq00y3080i4ljcvclri9fy382g1s5ags5",
+ "fetcher": "github",
+ "repo": "danlamanna/i2b2-mode",
+ "unstable": {
+ "version": [
+ 20140710,
+ 104
+ ],
+ "commit": "db10efcfc8bed369a516bbf7526ede41f98cb95a",
+ "sha256": "17k41rah17l9kf7bvlm83x71nzz4aizgn7254cl5sb59mdhcm8pm"
+ }
+ },
+ {
+ "ename": "i3wm",
+ "commit": "2e12638554a13ef49ab24da08fe20ed2a53dbd11",
+ "sha256": "11246d71g82iv9zrd44013zwkmnf32m1x8zbrbb656dnzx7ps4rl",
+ "fetcher": "git",
+ "url": "https://git.flintfam.org/swf-projects/emacs-i3.git",
+ "unstable": {
+ "version": [
+ 20170822,
+ 1438
+ ],
+ "commit": "71391dc61063fee77ad174f3b2ca25c60b41009e",
+ "sha256": "16rwqfg517ask3y6mqxw689w8xx4i51nq8js5wnzbz9a55aj776n"
+ }
+ },
+ {
+ "ename": "ialign",
+ "commit": "072f1f7ce17e2972863bce10af9c52b3c6502eab",
+ "sha256": "070a0fa2vbdfvbnpbzv4z0c7311lf8sy2zw2ifn9k548n4l8k62j",
+ "fetcher": "github",
+ "repo": "mkcms/interactive-align",
+ "unstable": {
+ "version": [
+ 20181202,
+ 1146
+ ],
+ "commit": "e1308c8f6aea05ad6dbcaa33b9bee4eb7e05ee39",
+ "sha256": "0b7a2z4v1nyyaw0lvql9xrakpsi1a6kflqr74k56ndm3ivmqwx09"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 2
+ ],
+ "commit": "7ad88c8f7922adc616b8f060b65fa1add8952ea1",
+ "sha256": "0bh03w91i622hbar5dcq631ndxx1y8kd3h655pgw1g0lqkv1mlnc"
+ }
+ },
+ {
+ "ename": "iasm-mode",
+ "commit": "5c230ec10eb62d1b3f6df10c05c5dbc2e25d4507",
+ "sha256": "09xh41ayaha07fi5crk3c6pn17gwm3samsf6h71ldkywvz74kipv",
+ "fetcher": "github",
+ "repo": "RAttab/iasm-mode",
+ "unstable": {
+ "version": [
+ 20171023,
+ 1422
+ ],
+ "commit": "abbec7f308f9ce97beeb57e459fff35f559b4c18",
+ "sha256": "0hvpcckhlxab5f7w4s6iw5lhdbjrqn0l8gayg1w42rn6gssr3rap"
+ }
+ },
+ {
+ "ename": "ibuffer-git",
+ "commit": "d341da1b9bac782c75ab931fd53a9525a85c702e",
+ "sha256": "048888y07bzmi9x5i43fg6bgqbzdqi3nfjfnn6zr29jvlx366r5z",
+ "fetcher": "github",
+ "repo": "jrockway/ibuffer-git",
+ "unstable": {
+ "version": [
+ 20110508,
+ 731
+ ],
+ "commit": "d326319c05ddb8280885b31f9094040c1b365876",
+ "sha256": "1s5qvlf310b0z7q9k1xhcf4qmyfqd37jpqd67ciahaxk7cp224rd"
+ }
+ },
+ {
+ "ename": "ibuffer-project",
+ "commit": "895d692a678322e2d082ead155b679fa24a3a82d",
+ "sha256": "14lpjf9lsjzvkbp5ai95ymgl6h8waq80623hnamg6mv83vg7w135",
+ "fetcher": "github",
+ "repo": "muffinmad/emacs-ibuffer-project",
+ "unstable": {
+ "version": [
+ 20181216,
+ 2125
+ ],
+ "commit": "7424e71062f2cb969c3e9951203022414dea37fb",
+ "sha256": "02rr81ddpand0hb3yaskklhpknnqfjkcqaa2w77xi4xlzjdima01"
+ }
+ },
+ {
+ "ename": "ibuffer-projectile",
+ "commit": "363a6a888945f2c8b02f5715539439ba744d737d",
+ "sha256": "1qh4krggmsc6lx5mg60n8aakmi3f6ppl1gw094vfcsni96jl34fk",
+ "fetcher": "github",
+ "repo": "purcell/ibuffer-projectile",
+ "unstable": {
+ "version": [
+ 20181202,
+ 352
+ ],
+ "deps": [
+ "projectile"
+ ],
+ "commit": "76496214144687cee0b5139be2e61b1e400cac87",
+ "sha256": "0vv9xwb1qd5x8zhqmmsn1nrpd11cql9hxb7483nsdhcfwl4apqav"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "projectile"
+ ],
+ "commit": "8b225dc779088ce65b81d8d86dc5d394baa53e2e",
+ "sha256": "1zcnp61c9cp2kvns3v499hifk072rxm4rhw4pvdv2mm966vcxzvc"
+ }
+ },
+ {
+ "ename": "ibuffer-rcirc",
+ "commit": "d8bcf68d54fce13fcb0fb0ae0b6aa975e8127a1f",
+ "sha256": "1y6pyc6g8j42hs103yynjsdkkxvcq0q4xsz4r93rqwsr3za3wcmc",
+ "fetcher": "github",
+ "repo": "fgallina/ibuffer-rcirc",
+ "unstable": {
+ "version": [
+ 20150215,
+ 2118
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8a4409b1c679d65c819dee4085faf929840e79f8",
+ "sha256": "15lapyj7qkkw1i1g1aizappm7gxkfnxhvd4fq66lghkzb76clz2m"
+ }
+ },
+ {
+ "ename": "ibuffer-sidebar",
+ "commit": "19c7c36af8e30b9a9ccc4afda2a7b7e39e8d32ff",
+ "sha256": "0rzdybkqaf8r6v19isgw4wv0mwdqxvf55gq1ig4shscjc7ys22wp",
+ "fetcher": "github",
+ "repo": "jojojames/ibuffer-sidebar",
+ "unstable": {
+ "version": [
+ 20180219,
+ 131
+ ],
+ "commit": "7ddf1b5a158b33e9a7d3fe5dad7ea626a464d2bc",
+ "sha256": "18rl379bfilzvyi4f4kmy74l4vq2q8hhy5i8kflcgvn0ibipwqjz"
+ }
+ },
+ {
+ "ename": "ibuffer-tramp",
+ "commit": "a1a7449b15cb2a89cf06ea3de2cfdc6bc387db3b",
+ "sha256": "11a9b9g1jk2r3fldi012zka4jzy68kfn4991xp046qm2fbc7la32",
+ "fetcher": "github",
+ "repo": "svend/ibuffer-tramp",
+ "unstable": {
+ "version": [
+ 20151118,
+ 1739
+ ],
+ "commit": "bcad0bda3a67f55d1be936bf8fa9ef735fe1e3f3",
+ "sha256": "1ry7nbhqhjy6gkxd10s97nbm6flk5nm0l5q8071fprx8xxphqj8f"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "bcad0bda3a67f55d1be936bf8fa9ef735fe1e3f3",
+ "sha256": "1ry7nbhqhjy6gkxd10s97nbm6flk5nm0l5q8071fprx8xxphqj8f"
+ }
+ },
+ {
+ "ename": "ibuffer-vc",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0bn5qyiq07cgzci10xl57ss5wsk7bfhi3hjq2v6yvpy9v704dvla",
+ "fetcher": "github",
+ "repo": "purcell/ibuffer-vc",
+ "unstable": {
+ "version": [
+ 20181225,
+ 2227
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "64cb03887bcae6127e80f0d9342c33206e21d2d2",
+ "sha256": "1ayqa7l5ny7g01pb3917w2phnsdfw69scw3lk6bpa773pq00n2vi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 10
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b2bac7aa69335933ebb2e6f34259fa96d2c8d46a",
+ "sha256": "0bqdi5w120256g74k0j4jj81x804x1gcg4dxa74w3mb6fl5xlvs8"
+ }
+ },
+ {
+ "ename": "icsql",
+ "commit": "bf2a7e6572418d2f252d63068edd82c21eab874e",
+ "sha256": "1lsh5nfw7xki4cjln492b92v37k093633sl4fs4254qfpi25n94a",
+ "fetcher": "github",
+ "repo": "plandes/icsql",
+ "unstable": {
+ "version": [
+ 20190710,
+ 306
+ ],
+ "deps": [
+ "buffer-manage",
+ "choice-program"
+ ],
+ "commit": "3d66e588556686563b8fb72d7654f840d88046c5",
+ "sha256": "0r6654zddbxsbqbrjdd9rbhvfvvdffbh4ggg67b3kcwmzwwjp92p"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "buffer-manage",
+ "choice-program"
+ ],
+ "commit": "415cfb7473537ea5a0f156c35f4dce0d2c49d124",
+ "sha256": "078cgskyzdx6sbyry20p6f3y5idd8fi8jhgm5bcyrj626nkf60f2"
+ }
+ },
+ {
+ "ename": "id-manager",
+ "commit": "64a61b3801a0cafec87b1875eaec5950746f716d",
+ "sha256": "13g5fi06hvx0x2wn1d1d8rkfq5n6wbk9g5bhx2b5sar2yw0akmwm",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-id-manager",
+ "unstable": {
+ "version": [
+ 20170320,
+ 1246
+ ],
+ "commit": "14ebc35db298aac4dedc8aa188bc46bacab81f3b",
+ "sha256": "0k9b12gzvjw06y5ycjkigkj8vcmj4rz57d4hyzip27g1v93vvimc"
+ }
+ },
+ {
+ "ename": "idea-darkula-theme",
+ "commit": "abf27cce70443010f996b5577d71fe78f7eab6fb",
+ "sha256": "0lanhwlhd7pbzjc047vd5sgsmi2bx66gr3inr8y57swgrfw3l8sk",
+ "fetcher": "github",
+ "repo": "fourier/idea-darkula-theme",
+ "unstable": {
+ "version": [
+ 20160416,
+ 2303
+ ],
+ "commit": "52602d9b91883e1f297d000951aeed48bf60176e",
+ "sha256": "1hknhbm3b5rsba2s84iwspylhzjsm91zdckz22j9gyrq37wjgyrr"
+ }
+ },
+ {
+ "ename": "identica-mode",
+ "commit": "812b7c1fbc435f0530b7f66a1e65f62f5f00da01",
+ "sha256": "1r69ylykjap305g23cry4wajiqhpgw08nw3b5d9i1y3mwx0j253q",
+ "fetcher": "github",
+ "repo": "gabrielsaldana/Emacs-Identica-mode",
+ "unstable": {
+ "version": [
+ 20130204,
+ 2253
+ ],
+ "commit": "cf9183ee11ac922e85c7c908f04e2d00b03111b3",
+ "sha256": "047gzycr49cs8wlmm9j4ry7b7jxmfhmbayx6rbbxs49lba8dgwlk"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 1
+ ],
+ "commit": "cf9183ee11ac922e85c7c908f04e2d00b03111b3",
+ "sha256": "047gzycr49cs8wlmm9j4ry7b7jxmfhmbayx6rbbxs49lba8dgwlk"
+ }
+ },
+ {
+ "ename": "idle-highlight-in-visible-buffers-mode",
+ "commit": "b5a533be3b8dea556438d93ac48853dd3a9690f1",
+ "sha256": "0kv06qlv1zp5hwaya0l90z6d5lhxcg69qac6x24ky6kf97vcdq72",
+ "fetcher": "github",
+ "repo": "ignacy/idle-highlight-in-visible-buffers-mode",
+ "unstable": {
+ "version": [
+ 20181027,
+ 1531
+ ],
+ "commit": "8d8de309d5bd4b035c01bf7f0cfc6e079c79d898",
+ "sha256": "194r7f4ngwx03n74rs26hqn9wypn9idjizvmffpsjpxfr7wr9z7l"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "8d8de309d5bd4b035c01bf7f0cfc6e079c79d898",
+ "sha256": "194r7f4ngwx03n74rs26hqn9wypn9idjizvmffpsjpxfr7wr9z7l"
+ }
+ },
+ {
+ "ename": "idle-highlight-mode",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1i5ky61bq0dpk71yasfpjhsrv29mmp9nly9f5xxin7gz3x0f36fc",
+ "fetcher": "github",
+ "repo": "nonsequitur/idle-highlight-mode",
+ "unstable": {
+ "version": [
+ 20120920,
+ 1648
+ ],
+ "commit": "c466f2a9e291f9da1167dc879577b2e1a7880482",
+ "sha256": "0x4w1ksrw7dicl84zpf4d4scg672dyan9g95jkn6zvri0lr8xciv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 3
+ ],
+ "commit": "c466f2a9e291f9da1167dc879577b2e1a7880482",
+ "sha256": "0x4w1ksrw7dicl84zpf4d4scg672dyan9g95jkn6zvri0lr8xciv"
+ }
+ },
+ {
+ "ename": "idle-org-agenda",
+ "commit": "de55ad7d9b8b3bed6a646f526a7b20c272eb4e26",
+ "sha256": "12g18gqwb520iqvs4v6jv0fjxsa3m6an1lq13saa4gwqixja1rrv",
+ "fetcher": "github",
+ "repo": "enisozgen/idle-org-agenda",
+ "unstable": {
+ "version": [
+ 20190106,
+ 1844
+ ],
+ "commit": "8e6052fc4923c30132052d67d794b76c92851c20",
+ "sha256": "0s9rql5izfc9bxg7xpv8406mirvj1r4djd8crknqsvc6gr0m1b1b"
+ }
+ },
+ {
+ "ename": "idle-require",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "03z8d06ifzaf81h8b3h16ab69cp3ssky3my07spy81rbhbjl5nn3",
+ "fetcher": "github",
+ "repo": "nschum/idle-require.el",
+ "unstable": {
+ "version": [
+ 20090715,
+ 2203
+ ],
+ "commit": "33592bb098223b4432d7a35a1d65ab83f47c1ec1",
+ "sha256": "0f8rxvc3dk2hi4x524l18fx73xrxy0qqwbybdma4ca67ck9n6xam"
+ }
+ },
+ {
+ "ename": "ido-at-point",
+ "commit": "6ffbfa66c4284a134265efc606fdc7652b0a7f75",
+ "sha256": "0jpgq2iiwgqifwdhwhqv0cd3lp846pdqar6rxqgw9fvvb8bijqm0",
+ "fetcher": "github",
+ "repo": "katspaugh/ido-at-point",
+ "unstable": {
+ "version": [
+ 20151021,
+ 757
+ ],
+ "commit": "e5907bbe8a3d148d07698b76bd994dc3076e16ee",
+ "sha256": "1bii7vj8pmmijcpvq3a1scky4ais7k6d7zympb3m9dmz355m9rpp"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "e5907bbe8a3d148d07698b76bd994dc3076e16ee",
+ "sha256": "1bii7vj8pmmijcpvq3a1scky4ais7k6d7zympb3m9dmz355m9rpp"
+ }
+ },
+ {
+ "ename": "ido-clever-match",
+ "commit": "add68b4815cdfe83402b217595a4a46068f83a2a",
+ "sha256": "081i6cjvqyfpgj0nvzc94zrl2v3l6nv6mhfda4zf7c8qqbvx1m8m",
+ "fetcher": "github",
+ "repo": "Bogdanp/ido-clever-match",
+ "unstable": {
+ "version": [
+ 20151011,
+ 1726
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f173473e99c8b0756f12e4cc8f67e68fa59eadd3",
+ "sha256": "14nmldahr0pj2x4vkzpnpx0bsxafmiihgjylk5j5linqvy8q6wk6"
+ }
+ },
+ {
+ "ename": "ido-complete-space-or-hyphen",
+ "commit": "59e11094068d3a0c0e4edc1f82158c43d3b15e0e",
+ "sha256": "1wk0cq5gjnprmpyvhh80ksz3fash42hckvmx8m95crbzjg9j0gbc",
+ "fetcher": "github",
+ "repo": "doitian/ido-complete-space-or-hyphen",
+ "unstable": {
+ "version": [
+ 20180929,
+ 150
+ ],
+ "commit": "ed60ebed113e4e1552efeab0c416f7c88428268e",
+ "sha256": "15h0alwi7qfqyi7w7gdl06ykxvafbx1p4614rg81kmzgs4dpqgy3"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "ad9baaec10e06be3f85db97b6c8fd970cf20df77",
+ "sha256": "1ffmsmi31jc0gqnbdxrd8ipsy790bn6hgq3rmayylavmdpg3qfd5"
+ }
+ },
+ {
+ "ename": "ido-completing-read+",
+ "commit": "6104efc035bcf469d133ab9a2caf42c9d4482334",
+ "sha256": "0rxdv3cd0bg0p8c1bck5vichdq941dki934k23qf5p6cfgw8gw4z",
+ "fetcher": "github",
+ "repo": "DarwinAwardWinner/ido-completing-read-plus",
+ "unstable": {
+ "version": [
+ 20190719,
+ 4
+ ],
+ "deps": [
+ "cl-lib",
+ "memoize",
+ "s"
+ ],
+ "commit": "41b42779e22c064192b95e4de855ff7ebad45af6",
+ "sha256": "088b50iajgj602wsm1280gn5pqirycazndhs27r1li5d84fm1nvj"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 12
+ ],
+ "deps": [
+ "cl-lib",
+ "memoize",
+ "s"
+ ],
+ "commit": "d56125deac540a2ab396d6d71f7c1eeae7f37588",
+ "sha256": "11wn2xf7dbgfhwdrjazshf4c5im1yxnqpyvq8633fjc1cn9s7vxw"
+ }
+ },
+ {
+ "ename": "ido-describe-bindings",
+ "commit": "31b8e255630f1348a5b5730f7b624ad550d219ad",
+ "sha256": "1lsa09h025vd908r9q571iq2ia0zdpnq04mlihb3crpp5v9n9ws2",
+ "fetcher": "github",
+ "repo": "danil/ido-describe-bindings",
+ "unstable": {
+ "version": [
+ 20161023,
+ 1102
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "a142ff1c33df23ed9665497d0dcae2943b3c706a",
+ "sha256": "0967709jyp9s04i6gi90axgqzhz03cdf1j1w39yrkds6q1b6v7jw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 11
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "a142ff1c33df23ed9665497d0dcae2943b3c706a",
+ "sha256": "0967709jyp9s04i6gi90axgqzhz03cdf1j1w39yrkds6q1b6v7jw"
+ }
+ },
+ {
+ "ename": "ido-exit-target",
+ "commit": "b815e7492eb0bd39c5d1be5a95784f9fe5612b62",
+ "sha256": "17vmg47xwk6yjlbcsswirl8s2q565k291ajzjglnz7qg2fwx6spi",
+ "fetcher": "github",
+ "repo": "waymondo/ido-exit-target",
+ "unstable": {
+ "version": [
+ 20170717,
+ 1851
+ ],
+ "commit": "e56fc6928649c87ccf39d56d84ab53ebaced1f73",
+ "sha256": "1a1bcvmihf22kr8rpv6kyp4b7x79hla5qdys48d6kl06m53gyckp"
+ }
+ },
+ {
+ "ename": "ido-flex-with-migemo",
+ "commit": "1647d1ae7400ddbc8367c355ade16b5c360b42fc",
+ "sha256": "1w8f1r17l4r7w5bacckv9zfl9qynv2ivsw639rzr5acg2ndxagv7",
+ "fetcher": "github",
+ "repo": "ROCKTAKEY/ido-flex-with-migemo",
+ "unstable": {
+ "version": [
+ 20190408,
+ 350
+ ],
+ "deps": [
+ "flx-ido",
+ "migemo"
+ ],
+ "commit": "aa93aa05947eb6c106bb9523ff3163b8574c4eac",
+ "sha256": "0k6zidi0ch4z9fg74k968pz7r0hzj56kccbf48k0is0fnzl4isxq"
+ }
+ },
+ {
+ "ename": "ido-gnus",
+ "commit": "3c5cd46d72a3f99ef1344b5f1156f5bf7a5b9adc",
+ "sha256": "14ijb8q4s846984h102h72ij713v5bj3k2vfdvr94gw1f0iya2yg",
+ "fetcher": "github",
+ "repo": "vapniks/ido-gnus",
+ "unstable": {
+ "version": [
+ 20140216,
+ 1646
+ ],
+ "deps": [
+ "gnus"
+ ],
+ "commit": "f5fe3f6aa8086f675ba216abace9e3d5f2e3a089",
+ "sha256": "0ifdwd5vnjv2iyb5bnz8pij35lc0ymmyx8j8zhpkbgjigz8f05ip"
+ }
+ },
+ {
+ "ename": "ido-grid-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0sq1d2fwvv247rr9lqg9x87d5h910k5ifqr9cjyskc74mvhrcsr3",
+ "fetcher": "github",
+ "repo": "larkery/ido-grid-mode.el",
+ "unstable": {
+ "version": [
+ 20160122,
+ 1139
+ ],
+ "commit": "7cfca3988a6dc3ad18e28abe114218095ff2366f",
+ "sha256": "1ip8g0r0aimhc4a1f06m711zmbs0krxn8hmayk99gk5kkz12igkb"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 5
+ ],
+ "commit": "8bbd66e365d4f6f352bbb17673be5869ab26d7ab",
+ "sha256": "0f1p6cnl0arcc2y1h99nqcflp7byvyf6hj6fmv5xqggs66qc72lb"
+ }
+ },
+ {
+ "ename": "ido-hacks",
+ "commit": "4ac3074d28e76133835366273219e180c6e75b18",
+ "sha256": "05f9pdkqppnp7wafka2d2yj84gqchjd7vnrl5rcywy1l47gbxiw0",
+ "fetcher": "github",
+ "repo": "scottjad/ido-hacks",
+ "unstable": {
+ "version": [
+ 20190206,
+ 2153
+ ],
+ "commit": "d2153a3e8d23436ee07ecae2a106f434361a10c5",
+ "sha256": "0rq5jmij691cccv4x8h8aiclnzx04v08axgz30prp6p71dxlrdms"
+ }
+ },
+ {
+ "ename": "ido-load-library",
+ "commit": "baa49e7d2d5c07ebf77e7941c240b88fcfd0fc8b",
+ "sha256": "13f83gqh39p3yjy7r7qc7kzgdcmqh4b5c07zl7rwzb8y9rz59lhj",
+ "fetcher": "github",
+ "repo": "rolandwalker/ido-load-library",
+ "unstable": {
+ "version": [
+ 20140611,
+ 1600
+ ],
+ "deps": [
+ "pcache",
+ "persistent-soft"
+ ],
+ "commit": "e03b55957c93aa1a7dd190e173e16ec59dbb2ba7",
+ "sha256": "0l69sr3g1n2x61j6sv6hnbiyk8a2qra6y2kh413qp0sfpx4fzchv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "pcache",
+ "persistent-soft"
+ ],
+ "commit": "8589cb1e4303066eb333f1cfc789835d1cbe21df",
+ "sha256": "1z7az7h90v72llxvdclcywvf1qd0nhkfa45bp99xi7cy7sqsqssf"
+ }
+ },
+ {
+ "ename": "ido-migemo",
+ "commit": "8550601b8989f9838dfa7848977b2509b8e16175",
+ "sha256": "02hbwchwx2bcwdxz7gz555699l7n9wisfikax1j6idn167n4wdpi",
+ "fetcher": "github",
+ "repo": "myuhe/ido-migemo.el",
+ "unstable": {
+ "version": [
+ 20150921,
+ 2244
+ ],
+ "deps": [
+ "migemo"
+ ],
+ "commit": "e71114a92dd69cb46abf3fb71a09ce27506fcf77",
+ "sha256": "15iajhrgy989pn91ijcd1mq2015bkaacaplm79rmb0ggxhh8vq38"
+ }
+ },
+ {
+ "ename": "ido-occasional",
+ "commit": "ed49d07aa36dfc742ca3fbfa83a6d624bf2fa525",
+ "sha256": "1vdh5i9qznzd9r148a6jw9v47swf7ykwyciqfzc3ismv5q909bl2",
+ "fetcher": "github",
+ "repo": "abo-abo/ido-occasional",
+ "unstable": {
+ "version": [
+ 20150214,
+ 1248
+ ],
+ "commit": "d405f1795e1e0c63be411ee2825184738d29c33a",
+ "sha256": "0zlkq29wxd3a4vg0w6ds2jad5h1pja7ccd3l6ppl0kz1b1517qlr"
+ }
+ },
+ {
+ "ename": "ido-occur",
+ "commit": "8a576d8569bf82be01e7d50defcc99a90aab1436",
+ "sha256": "058l2pklg12wkvyyshk8va6shphpbc508fv9a8x25pw857a28pji",
+ "fetcher": "github",
+ "repo": "danil/ido-occur",
+ "unstable": {
+ "version": [
+ 20160820,
+ 1440
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "522af5d55b3d4cd6885f3b4100913566c202cec4",
+ "sha256": "0yh8px5ffx4pjmy97v1z9nwxb3qgzc5pdaj9nn6lsdxv9z7w5p3v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "b0e67fe4835c162cbcf8a982bdf377955b9ac5ae",
+ "sha256": "13f21vx3q1qbnl13n3lx1rnr8dhq3zwch22pvy53h8q6sdf7r73a"
+ }
+ },
+ {
+ "ename": "ido-select-window",
+ "commit": "775c8361322c2ba9026130dd60083e0255170b8f",
+ "sha256": "03xqfpnagy2sk67yq7n7s6ma3im37d558zzx8sdzd9pbfxy9ij23",
+ "fetcher": "github",
+ "repo": "pjones/ido-select-window",
+ "unstable": {
+ "version": [
+ 20131220,
+ 2047
+ ],
+ "commit": "a64707d8d154664d50d12e26417d586e4c3dd78b",
+ "sha256": "1iifpgdpa98si0g2ykr0xbxcbqrvzqfl6r1dv9zihmxhdr7hs9c8"
+ }
+ },
+ {
+ "ename": "ido-skk",
+ "commit": "6da9bd69a646a8edfaf9dc7f2e31e5f057f44b6b",
+ "sha256": "1fyzjkw9xp126bzfv1254bvyakh323iw3wdzrkd9gb4ir39k5jzw",
+ "fetcher": "github",
+ "repo": "tsukimizake/ido-skk",
+ "unstable": {
+ "version": [
+ 20151111,
+ 950
+ ],
+ "deps": [
+ "ddskk"
+ ],
+ "commit": "89a2e62799bff2841ff634517c86084c4ce69246",
+ "sha256": "149cznbybwj0gkjyvpnh4kn258kxw449m7cn95n9jbh1r45vljvy"
+ }
+ },
+ {
+ "ename": "ido-sort-mtime",
+ "commit": "36d2f7f1bb0d0694a25c1e83340781e08bee814b",
+ "sha256": "1dkny9y3x49dv1vjwz78x2qhb6kdq3fa8qh1xkm30jyapvgiwdg2",
+ "fetcher": "github",
+ "repo": "pkkm/ido-sort-mtime",
+ "unstable": {
+ "version": [
+ 20171121,
+ 859
+ ],
+ "commit": "f638ff0c922af862f5211779f2311a27fde428eb",
+ "sha256": "0isy3rmw69664fsypg58rs42ql43drf27l90yvplnbcqd7nnnb21"
+ }
+ },
+ {
+ "ename": "ido-springboard",
+ "commit": "409d847fb464a320e626fae56521a81a8e862a3e",
+ "sha256": "04jqnag8jiyfbwvc3vd9ikrsmf6cajld7dz2gz9y0zkj1k4gs7zv",
+ "fetcher": "github",
+ "repo": "jwiegley/springboard",
+ "unstable": {
+ "version": [
+ 20170106,
+ 755
+ ],
+ "commit": "687d1e5898a880878995dc9bffe93b4598366203",
+ "sha256": "0fn8c4hqblfjvcpg68kj2dmdjqsdnxddqbzgvakl43zckjg8pi01"
+ }
+ },
+ {
+ "ename": "ido-vertical-mode",
+ "commit": "d4bbd212ea4606b9871cf583d06b5cee2f6ce0a9",
+ "sha256": "1vg5s6nd6v2g8ychz1q9cdqvsdw6vag7d9w68sn7blpmlr0nqhfm",
+ "fetcher": "github",
+ "repo": "creichert/ido-vertical-mode.el",
+ "unstable": {
+ "version": [
+ 20180618,
+ 2101
+ ],
+ "commit": "16c4c1a112796ee0bcf401ea39d3e2643a89feaf",
+ "sha256": "10cfm765qwba0bnablwy8c4mjxvb1lwm89d16svwhp1pn20an6a8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 6
+ ],
+ "commit": "c3e0514405ba5c15b5527e7f8e2d42dff259788f",
+ "sha256": "1lv82q639xjnmvby56nwqn23ijh6f163bk675s33dkingm8csj8k"
+ }
+ },
+ {
+ "ename": "ido-yes-or-no",
+ "commit": "e575f46b8597a34523df6b6a75da5a640f4c5a2e",
+ "sha256": "0glag4yb9xyf1lxxbdhph2nq6s1vg44i6f2z1ii8bkxpambz2ana",
+ "fetcher": "github",
+ "repo": "DarwinAwardWinner/ido-yes-or-no",
+ "unstable": {
+ "version": [
+ 20161108,
+ 2351
+ ],
+ "deps": [
+ "ido-completing-read+"
+ ],
+ "commit": "c55383b1fce5879e87e7ca6809fc60534508e182",
+ "sha256": "1p50ycsn1mcq5nqa16w10hm8v2pixibvandc91mj5l7s8zspanik"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "deps": [
+ "ido-completing-read+"
+ ],
+ "commit": "9ddee9e878ad62d58c9f4b3a7685f22b8e36e420",
+ "sha256": "046ns1nqisz830f6xwlly1qgmi4v2ikw6vmj0f93jprv4vkjylpq"
+ }
+ },
+ {
+ "ename": "idomenu",
+ "commit": "f856045bc5ab2aee4dd4ad9806917e27e56ec64c",
+ "sha256": "0mg601ak9mhp2fg5n13npcfzphgyms4vkqd18ldmv098z2z1412h",
+ "fetcher": "github",
+ "repo": "birkenfeld/idomenu",
+ "unstable": {
+ "version": [
+ 20141123,
+ 2120
+ ],
+ "commit": "4b0152d606360c70204fb4c27f68de79ca885386",
+ "sha256": "1vx2g1xgxpcabr49mkl6ggzrpa3k2zhm479j6262vb64swzx33jw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "5daaf7e06e4704ae43c825488109d7eb8c049321",
+ "sha256": "0bq0kx0889rdy8aasxbpmb0a4awpk2b24zv6x1dmhacmc5rj11i0"
+ }
+ },
+ {
+ "ename": "idris-mode",
+ "commit": "17a86efca3bdebef7c92ba6ece2de214d283c627",
+ "sha256": "0hiiizz976hz3z3ciwg1gs9y10qhxbs8givhz89kvyn4s4861a1s",
+ "fetcher": "github",
+ "repo": "idris-hackers/idris-mode",
+ "unstable": {
+ "version": [
+ 20190427,
+ 1539
+ ],
+ "deps": [
+ "cl-lib",
+ "prop-menu"
+ ],
+ "commit": "acc8835449475d7cd205aba213fdd3d41c38ba40",
+ "sha256": "0n9xbknc68id0mf8hbfmawi8qpvrs47ix807sk9ffv2g3ik32kk6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 19
+ ],
+ "deps": [
+ "cl-lib",
+ "prop-menu"
+ ],
+ "commit": "314a0baea5752069de08e814bb134a9643fb675d",
+ "sha256": "0iwgbaq2797k1f7ql86i2pjfa67cha4s2v0mgmrd0qcgqkxsdq92"
+ }
+ },
+ {
+ "ename": "ids-edit",
+ "commit": "ca17de8cdd53bb32a9d3faaeb38f19f92b18ee38",
+ "sha256": "1n4gpcl3qj65cmaq9cdljsmrf84570z4chfvga6slsqjz5him8d1",
+ "fetcher": "github",
+ "repo": "kawabata/ids-edit",
+ "unstable": {
+ "version": [
+ 20170818,
+ 1502
+ ],
+ "commit": "8562a6cbfb3f2d44bc6f62ab15081a80f8fee502",
+ "sha256": "10h64c5n9piq9ly7ipqq33ji8x8vwh9j1h7r05yab8a2sn0h8587"
+ }
+ },
+ {
+ "ename": "iedit",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0bh8ir6kspxjsvjww5y3b5hl3flbm2cc77jh8vnnva3z086f18mh",
+ "fetcher": "github",
+ "repo": "victorhge/iedit",
+ "unstable": {
+ "version": [
+ 20190419,
+ 803
+ ],
+ "commit": "e2c100cdd67b7d82835d281ac2cd1bf4f374bc8f",
+ "sha256": "0wr3w2id95wx2rma8n1ifjrv9rx37ly26ijc5zi58id0yrip3hnc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 9,
+ 9
+ ],
+ "commit": "39919478f9472ce7a808ca601f4c19261ecc2f99",
+ "sha256": "1pwkrm98vlpzsy5iwwfksdaz3zzyi7bvdf5fglhsn4ssf47p787g"
+ }
+ },
+ {
+ "ename": "ietf-docs",
+ "commit": "cedfdfe2c282d0484ea8239726f46a4861ef07ea",
+ "sha256": "0wnk36z9g7lksmynd04hb2m6rx45wpxnxj1lhrlpjnzsrknhf4k3",
+ "fetcher": "github",
+ "repo": "choppsv1/ietf-docs",
+ "unstable": {
+ "version": [
+ 20190420,
+ 851
+ ],
+ "commit": "ae157549eae5ec78dcbf215c2f48cb662b73abd0",
+ "sha256": "050c6fpf41xzx5kdpqcpa2rb0fk1a3h3009fdz77v0dp3bxv3a5d"
+ }
+ },
+ {
+ "ename": "iflipb",
+ "commit": "fad6fc8bc3c0be0d5789a0d7626ebc3f298b4318",
+ "sha256": "1nfrrxgi9nlhn477z8ay7jxycpcghhhmmg9dagdhrlrr20fx697d",
+ "fetcher": "github",
+ "repo": "jrosdahl/iflipb",
+ "unstable": {
+ "version": [
+ 20190427,
+ 1809
+ ],
+ "commit": "47d310a4576ae2195777d755cf86d5ea7525ef74",
+ "sha256": "0s35iiki06302q7bn2p5gdfv03y7w3d8rkk84hxr5azwhw1v2hcg"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "commit": "a5ad1fbd1173cff5228dab265515c92c0778f86a",
+ "sha256": "0gyxd5d57j0x93mqnfwwdf28plp102xh0ag2d2iws7y1d5m99wm2"
+ }
+ },
+ {
+ "ename": "ignoramus",
+ "commit": "ac5439afe2f9a902e615f0cf919ef7138559c0f0",
+ "sha256": "1czqdmlrds1l5afi8ldg7nrxcwav86538z2w1npad3dz8xk67da9",
+ "fetcher": "github",
+ "repo": "rolandwalker/ignoramus",
+ "unstable": {
+ "version": [
+ 20160414,
+ 1409
+ ],
+ "commit": "b37dc7c07edd9d152436f9019c14df158b599be3",
+ "sha256": "1b4r4h8yrs8zkyr1hnnx2wjrmm39wbqxfhyxpjb5pxi4zk3fh4rj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 4
+ ],
+ "commit": "00385fcd0d42de3a470f61c1fdbe7e19fbef9c5b",
+ "sha256": "1ca2n6vv2z7c3550w0jzwmp6xp0rmrrbljr1ik2ijign62r35a3q"
+ }
+ },
+ {
+ "ename": "igv",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0vjqdyj9j26y0hhzmip6lpwc8g1c9vnmgya1p7v77bkgdicgl659",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/sbarbit/eigv",
+ "unstable": {
+ "version": [
+ 20141210,
+ 1227
+ ],
+ "commit": "47ac6ceede252f451348a2c696398c0cb5279555",
+ "sha256": "11pss3hfxkfkyi273zfajdj43shdl6pn739zfv9jbm75v7m9bz6f"
+ }
+ },
+ {
+ "ename": "image+",
+ "commit": "02d7400477a993b7a3cae327501dbf8db97dfa28",
+ "sha256": "1a9dxswnqn6cvx28180kclpjc0vc6fimzp7n91gpdwnmy123x6hg",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-imagex",
+ "unstable": {
+ "version": [
+ 20150707,
+ 1616
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "6834d0c09bb4df9ecc0d7a559bd7827fed48fffc",
+ "sha256": "0v66wk9nh0raih4jhrzmmyi5lbysjnmbv791vm2230ffi2hmwxnd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "967508a6c151e6ab6e97d3ac332dc5599011830d",
+ "sha256": "0k69xbih0273xvmj035vcmm67l6hgjb99pb1jbva5x0pnszb1vdv"
+ }
+ },
+ {
+ "ename": "image-archive",
+ "commit": "17464f31b07f64da0e9db187cd6f5facee3ad7ce",
+ "sha256": "0x0lv5dr1gc9bnr3dn26bc9s1ccq2rp8c4a1licbi929f0jyxxfp",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-image-archive",
+ "unstable": {
+ "version": [
+ 20150621,
+ 132
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8d29535bd832329ffeeac780aae7aa8919af1175",
+ "sha256": "068z3ygq9p139ikm04xqhhqhc994an5isba5c7kpqs009y09xw3w"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 7
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "699e967fa7b1dfcce2bf2ec878e74f4238bb6e45",
+ "sha256": "0imvxzcja91cd19zm2frqfpxm8j0bc89w9s7q0pkpvyjz44kjbq8"
+ }
+ },
+ {
+ "ename": "image-dired+",
+ "commit": "98f83f450804f1dc496a7bda17818cdae3f52151",
+ "sha256": "0hhwqfn490n7p12n7ij4xbjh15gfvicmn21fvwbnrmfqc343pcdy",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-image-diredx",
+ "unstable": {
+ "version": [
+ 20150430,
+ 544
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b68094625d963056ad64e0e44af0e2266b2eadc7",
+ "sha256": "1n2ya9s0ld257a8iryjd0dz0z2zs1xhzfiwsdkq4l4azwxl54m29"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b68094625d963056ad64e0e44af0e2266b2eadc7",
+ "sha256": "1n2ya9s0ld257a8iryjd0dz0z2zs1xhzfiwsdkq4l4azwxl54m29"
+ }
+ },
+ {
+ "ename": "imakado",
+ "commit": "ca131089c823065852f58347a88bd49217a22072",
+ "sha256": "18mj0vpv3dybfpa8hl9jwlagsivbhgqgz8lwb8cswsq9hwv3jgd3",
+ "fetcher": "github",
+ "repo": "imakado/emacs-imakado",
+ "unstable": {
+ "version": [
+ 20141024,
+ 923
+ ],
+ "commit": "00a1e7eea2cb9e9066343a23927d6c747707902f",
+ "sha256": "0f3xdqhq9nprvl8bnmgrx20h08ddkfak0is29bsqwckkfgn7pmqp"
+ }
+ },
+ {
+ "ename": "imake",
+ "commit": "28de8f7f5302b27c7c6600ad65a998119518be43",
+ "sha256": "0j732fi6999n9990w4l28raw140fvqfbynyh4x65yilhw95r7c34",
+ "fetcher": "github",
+ "repo": "tarsius/imake",
+ "unstable": {
+ "version": [
+ 20180318,
+ 2259
+ ],
+ "commit": "a61f409c517ec274e1ec81f3f00c178108c226fb",
+ "sha256": "0l75z8i0zpl7jwbmv3jqh896dikdvjh1l8qgwn7xh2hi1zjwybwh"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "7df5fb9684a0288313ef5f64594078d477105959",
+ "sha256": "0xc19ir5ak1bfq0ag48ql5rj58zd565csgxhpa30s9lvvkc8kvr5"
+ }
+ },
+ {
+ "ename": "imapfilter",
+ "commit": "2415894afa3404fbd73c84c58f8b8267187d6d86",
+ "sha256": "0i893kqj6yzadhza800r6ri7fihl01r57z8yrzzh3d09qaias5vz",
+ "fetcher": "github",
+ "repo": "tarsius/imapfilter",
+ "unstable": {
+ "version": [
+ 20180318,
+ 2027
+ ],
+ "commit": "79bbbe918319bc1e8f42a0bef53dc7c77fe868ea",
+ "sha256": "0lqhwh8kav7f526a40rjdy2hzarzph1i3ig2dmbf02gp32sl7rg9"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 3
+ ],
+ "commit": "79bbbe918319bc1e8f42a0bef53dc7c77fe868ea",
+ "sha256": "0lqhwh8kav7f526a40rjdy2hzarzph1i3ig2dmbf02gp32sl7rg9"
+ }
+ },
+ {
+ "ename": "imenu-anywhere",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1ylqzdnd3nzcpyyd6rh6i5q9mvf8c99rvpk51fzfm3yq2kyw4dbq",
+ "fetcher": "github",
+ "repo": "vspinu/imenu-anywhere",
+ "unstable": {
+ "version": [
+ 20190512,
+ 1939
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "88b0e120284058b32252e4b0ed1a07c9fe44092f",
+ "sha256": "1w0n4hx29zc6n06qfq3ryc4dcfmk7wx3lw083yv7fi12hjj255vm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 4
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fc7f0fd2f19e5ebee70156a99bf87393123893e3",
+ "sha256": "0g2gb7jrys81kphmhlvhvzwl8l75j36y6pqjawh9wmzzwad876q5"
+ }
+ },
+ {
+ "ename": "imenu-list",
+ "commit": "86dea881a5b2d0458449f08b82c2614ad9abd068",
+ "sha256": "092fsn7hnbfabcyakbqyk20pk62sr8xrs45aimkv1l91681np98s",
+ "fetcher": "github",
+ "repo": "bmag/imenu-list",
+ "unstable": {
+ "version": [
+ 20190115,
+ 2130
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "46008738f8fef578a763c308cf6695e5b4d4aa77",
+ "sha256": "14l3yw9y1nk103s7z5i1fmd6kvlb2p6ayi6sf9l1x1ydg9glrpl8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "27170d27c9594989587c03c23f753a809f6a0e10",
+ "sha256": "13xh9bdl3k6ccfq83wjmkpi4269qahv4davki4wq18dr4amrzhlx"
+ }
+ },
+ {
+ "ename": "imenus",
+ "commit": "cc571105a8d7e2ea85391812f1fa639787fa7563",
+ "sha256": "1q0j6r2n5vjlbgchkz9zdglmmbpd8agawzcg61knqrgzpc4lk82r",
+ "fetcher": "github",
+ "repo": "alezost/imenus.el",
+ "unstable": {
+ "version": [
+ 20180505,
+ 1717
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "149cfa579ee231014d3341a0e05add69759757a5",
+ "sha256": "00licvs457wzqq06a8cx7vw22kyqky20i7yq7a2nzf3cfl7vaya7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ee1bbd2228dbb86df2865dc9004d375421b171ba",
+ "sha256": "1y57xp0w0c6hg3gn4f1l3612a18li4gwhfa4dy18fy94gr54ycpx"
+ }
+ },
+ {
+ "ename": "imgbb",
+ "commit": "89d363862890aa7f25db1a5fc5e209bccbadf0bf",
+ "sha256": "0p29pasq0f0b5x7yig4g4n1k0y82aiapxazz359pm7n4kjy2s6qp",
+ "fetcher": "github",
+ "repo": "ecraven/imgbb.el",
+ "unstable": {
+ "version": [
+ 20180609,
+ 1649
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "a524a46263835aa474f908827ebab4e8fa586001",
+ "sha256": "1fhhpz29x9vkhzms2qkxblic96kqzg0rqsxj71vgz6fpwdb4f9gy"
+ }
+ },
+ {
+ "ename": "immaterial-theme",
+ "commit": "9a95d88bb00b1313da82929bc2733d726d2041d7",
+ "sha256": "15gwqjfpls7lqc37s70vnhycnry5g9grn6shk2wpijrxfnmyqjhj",
+ "fetcher": "github",
+ "repo": "petergardfjall/emacs-immaterial-theme",
+ "unstable": {
+ "version": [
+ 20190412,
+ 1115
+ ],
+ "commit": "176178a57c5b342b04bebd3107c29c6d12086cf5",
+ "sha256": "0bsx0dh802x58vza9whgkkj6j16c6pcz7gdpvan50dmzs0h0pfz6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "commit": "176178a57c5b342b04bebd3107c29c6d12086cf5",
+ "sha256": "0bsx0dh802x58vza9whgkkj6j16c6pcz7gdpvan50dmzs0h0pfz6"
+ }
+ },
+ {
+ "ename": "immortal-scratch",
+ "commit": "1f9f4a59d88106ddfee740653abd28e305f6dfe0",
+ "sha256": "0rxhaqivvjij59hhv3mh4wwrc0bl0xv144j1i237xhlvhxk6nnn6",
+ "fetcher": "bitbucket",
+ "repo": "jpkotta/immortal-scratch",
+ "unstable": {
+ "version": [
+ 20160517,
+ 2118
+ ],
+ "commit": "b354aba33d91a16a1878c87a931564505f6a0ee1",
+ "sha256": "1mx9f8pwnbrm6q9ngdyv64aqkw1izj83m0mf7zqlpww7yfhv1q9b"
+ }
+ },
+ {
+ "ename": "immutant-server",
+ "commit": "d6e906492f9982e2cebd1e4838d7b7c81a295efa",
+ "sha256": "15vcxag1ni41ja4b3q0444sq5ysrisis59la7li6h3617wy8r02i",
+ "fetcher": "github",
+ "repo": "leathekd/immutant-server.el",
+ "unstable": {
+ "version": [
+ 20140311,
+ 2208
+ ],
+ "commit": "2a21e65588acb6a976f2998e30b21fdabdba4dbb",
+ "sha256": "0rbamm9qvipgswxng8g1d7rbdbcj7sgwrccg7imcfapwwq7xhj4h"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 0
+ ],
+ "commit": "6f3d303354a229780a33e6bae64460a95bfefe60",
+ "sha256": "1pf7pqh8yzyvh4gzvp5npfq8kcfjcbzra0kkw7zmz769xxc8v84x"
+ }
+ },
+ {
+ "ename": "impatient-mode",
+ "commit": "aaa64c4d43139075d77f4518de94bcbe475d21fc",
+ "sha256": "07z5ds3zgzkxvxwaalp9i5x2rl5sq4jjk8ygk1rfmsl52l5y1z6j",
+ "fetcher": "github",
+ "repo": "skeeto/impatient-mode",
+ "unstable": {
+ "version": [
+ 20181002,
+ 1231
+ ],
+ "deps": [
+ "cl-lib",
+ "htmlize",
+ "simple-httpd"
+ ],
+ "commit": "96f6a05f8de74e19d570217fe83f0734623ddb0c",
+ "sha256": "1qddy3b3fmxgkpl10p0hvmgrzhkrxyxg72sxxg5ndfwvjpf2rf91"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "htmlize",
+ "simple-httpd"
+ ],
+ "commit": "96c068d5add95595dc5be42115d100cf99f908ba",
+ "sha256": "18fawpnqcm1yv7f83sz05pjihwydmafmccfmizyg0hlgayhj0izf"
+ }
+ },
+ {
+ "ename": "import-js",
+ "commit": "6f26b8281f9bd05e3c8f2ef21838275711e622c9",
+ "sha256": "00b2qv1y8879cf8ayplmwqd36w7sppx57myi2wjhy9i2rnvdbmgn",
+ "fetcher": "github",
+ "repo": "Galooshi/emacs-import-js",
+ "unstable": {
+ "version": [
+ 20180709,
+ 1833
+ ],
+ "deps": [
+ "grizzl"
+ ],
+ "commit": "fb1f167e33c388b09a2afd32fbda90a67bfb2e40",
+ "sha256": "0if117lia2ykd6ai0cf5z4ddhsm9icijigwbrn079v7m9s8yl43p"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "deps": [
+ "grizzl"
+ ],
+ "commit": "0a1032894445062b87dbe4e2c8cdba35ac25c250",
+ "sha256": "0vx2k4k8ig1k74ifxaxvhbkmfmba683qza7f9pp08daa43mgr1r3"
+ }
+ },
+ {
+ "ename": "import-popwin",
+ "commit": "a6f0629515f36e2e98839a6894ca8c0f58862dc2",
+ "sha256": "0vkw6y09m68bvvn1wzah4gzm69z099xnqhn359xfns2ljm74bvgy",
+ "fetcher": "github",
+ "repo": "syohex/emacs-import-popwin",
+ "unstable": {
+ "version": [
+ 20170218,
+ 1407
+ ],
+ "deps": [
+ "popwin"
+ ],
+ "commit": "bb05a9e226f8c63fe7b18a3e92010357049ab5ba",
+ "sha256": "0jjm214zfq2kk8vzf67vala46lbbkjyms7qm27qv3yhcbc7ricvn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 10
+ ],
+ "deps": [
+ "popwin"
+ ],
+ "commit": "6a21efc7fd44f8c2484d22eadf298e4bfd4bc003",
+ "sha256": "1h4c3cib87hvgp37c30lx7cpyxvgdsb9hp7z0nfrkbbif0acrj2i"
+ }
+ },
+ {
+ "ename": "importmagic",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1kpmgpll0zz3zlr3q863v1fq6wmwdwx7mn676x0r7g4iy1bdslmv",
+ "fetcher": "github",
+ "repo": "anachronic/importmagic.el",
+ "unstable": {
+ "version": [
+ 20180520,
+ 303
+ ],
+ "deps": [
+ "epc",
+ "f"
+ ],
+ "commit": "bbc131278f8cd62f3e71b6f4a86b0c91792a3524",
+ "sha256": "19p4nrpk4g8lxh2rhkgsjrf4xaqi9yp4p2pxrf69lygb54rzbdly"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "epc",
+ "f"
+ ],
+ "commit": "c0360a8146ca65565a7fa66c6d72986edd916dd5",
+ "sha256": "0s6hp62kmhvmgj3m5jr3cfqc8yv3p8jfxk0piq8xbf2chr1hp6l5"
+ }
+ },
+ {
+ "ename": "indent-guide",
+ "commit": "5d7110054801e3af5e5ef710a29f73116a2bc746",
+ "sha256": "029fj9rr9vfmkysi6lzpwra92j6ppw675qpj3sinfq7fqqlicvp7",
+ "fetcher": "github",
+ "repo": "zk-phi/indent-guide",
+ "unstable": {
+ "version": [
+ 20170221,
+ 1127
+ ],
+ "commit": "d64f43011c72068e008621e620009ec592b35913",
+ "sha256": "1zjxfwbbmg95llpkvgbwdgk6cx7g9x48y3i4v75r8d4iy2xndgq8"
+ },
+ "stable": {
+ "version": [
+ 20160630
+ ],
+ "commit": "feb207cb5610f351c7cdcf266e0c99117b2f786c",
+ "sha256": "0ykddzily3b6c6k7fvq274pqdjf3934n8p3nrmnsw6c93i1ndd4f"
+ }
+ },
+ {
+ "ename": "indent-info",
+ "commit": "1274c0d871c51e358b3de577372dae8e3a04ead0",
+ "sha256": "0fa6p5fvyxib1iz025kqak7navb11jlfxw5x2jr47180vv9a1373",
+ "fetcher": "github",
+ "repo": "terlar/indent-info.el",
+ "unstable": {
+ "version": [
+ 20180423,
+ 1912
+ ],
+ "commit": "d218b4cb3726476caee91db6f6c920856ab992bc",
+ "sha256": "0z427rvvhw5raql5391sajm4rk1n2y8khsy2wqr7r66fdv5hg2mg"
+ }
+ },
+ {
+ "ename": "indent-tools",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "12rawl9qaihgyascy53yxpkknp95wh8fiqygb5cgl7d761qizvp6",
+ "fetcher": "gitlab",
+ "repo": "emacs-stuff/indent-tools",
+ "unstable": {
+ "version": [
+ 20190606,
+ 1642
+ ],
+ "deps": [
+ "hydra",
+ "s",
+ "yafolding"
+ ],
+ "commit": "c419874e6fb296ecdba94b2f4b73c9eecdd5329d",
+ "sha256": "1dwhn9ssirr7i08rfd97mih629cxc9jwnvncb74dxdbgn1bi2b9k"
+ }
+ },
+ {
+ "ename": "indian-ext",
+ "commit": "04e29d1a745d46ff32ccd9ee787ce1fe92786ec6",
+ "sha256": "07mny5rd2bmj1v260zfs4imp795lw4gnwr06pcx0s1ml2km1a2k2",
+ "fetcher": "github",
+ "repo": "paddymcall/indian-ext",
+ "unstable": {
+ "version": [
+ 20190424,
+ 1547
+ ],
+ "commit": "a5450fe467393194bc2458c0d5e0a06c91bf117a",
+ "sha256": "0phbs9cx73vg9k9gp60vhlrn065skpva6gx0abp0g6rbzys2qx0b"
+ }
+ },
+ {
+ "ename": "indicators",
+ "commit": "72c96bad0d0b5a4f738fd1b2afe5d302eded440d",
+ "sha256": "1rhmz8sfi2gnv72sbw6kgyzidk43mnp05wnscw9vjvz9v0vwirss",
+ "fetcher": "github",
+ "repo": "Fuco1/indicators.el",
+ "unstable": {
+ "version": [
+ 20161211,
+ 1126
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "f62a1201f21453e3aca93f48483e65ae8251432e",
+ "sha256": "0n933jigp0awba2hxg3kwscmfmmqn3jwbrxcw3vw9aj0a5rg5bq6"
+ }
+ },
+ {
+ "ename": "indium",
+ "commit": "4292058cc6e31cabc0de575134427bce7fcef541",
+ "sha256": "024ljx7v8xahmr8jm41fiy8i5jbg48ybqp5n67k4jwg819cz8wvl",
+ "fetcher": "github",
+ "repo": "NicolasPetton/Indium",
+ "unstable": {
+ "version": [
+ 20190715,
+ 1457
+ ],
+ "deps": [
+ "company",
+ "js2-mode",
+ "js2-refactor",
+ "seq"
+ ],
+ "commit": "971e310b8eec87afbf1f9bf927e12848deb1c058",
+ "sha256": "1rllgalxa73dcgmakbly23m8iwhszq44hnjpkwx5hn11zfdgx0wx"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 2
+ ],
+ "deps": [
+ "company",
+ "js2-mode",
+ "js2-refactor",
+ "seq"
+ ],
+ "commit": "a55f3c2eaa6620c4ce2e61f1d1897db4080a2cd4",
+ "sha256": "07iah188fzmqyb3ag0rjygq68m317grpyibsgy64v8lzdrax0fbs"
+ }
+ },
+ {
+ "ename": "indy",
+ "commit": "e997b356b009b3d2ab467fe49b79d728a8cfe24b",
+ "sha256": "118n3n07h1vx576fdv6v5a94aa004q0gmy9hlsnrswpxa30ahnw7",
+ "fetcher": "github",
+ "repo": "kwrooijen/indy",
+ "unstable": {
+ "version": [
+ 20190807,
+ 625
+ ],
+ "commit": "abc5bee424780ad2de5520f8fefbf8e120c0d9ed",
+ "sha256": "1mvmd8vm9w6vhr7ablxk5pylwrga6knhjjbin9l1xlgrpdh2pglp"
+ }
+ },
+ {
+ "ename": "inf-clojure",
+ "commit": "5d6112e06d1efcb7cb5652b0bec8d282d7f67bd9",
+ "sha256": "0n8w0vx1dnbfz88j45a57z9bsmkxr2zyh6ld72ady8asanf17zhl",
+ "fetcher": "github",
+ "repo": "clojure-emacs/inf-clojure",
+ "unstable": {
+ "version": [
+ 20190531,
+ 1511
+ ],
+ "deps": [
+ "clojure-mode"
+ ],
+ "commit": "0fc23509a1e66bcc3e694066f5067fdbd7b7961d",
+ "sha256": "0w42ms5p5f1f7ir745srj73pj9jy1rfkbh3nf85ms05jgrs10fw9"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 0
+ ],
+ "deps": [
+ "clojure-mode"
+ ],
+ "commit": "247ca70f8ba5104be292aea20fbde6adb37e359f",
+ "sha256": "11hyva006bc4hbhzjwb4brilm6fb7qfm5h66nl0gmmyva40y6412"
+ }
+ },
+ {
+ "ename": "inf-crystal",
+ "commit": "ff84c742eebb84577f362b2739f4bcf1434d58ac",
+ "sha256": "09ssq7i5c2fxxbrsp3nn1f1ah1yv2nb19n5s1iqyykkk316k2q26",
+ "fetcher": "github",
+ "repo": "brantou/inf-crystal.el",
+ "unstable": {
+ "version": [
+ 20180119,
+ 211
+ ],
+ "deps": [
+ "crystal-mode"
+ ],
+ "commit": "02007b2a2a3bea44902d7c83c4acba1e39d278e3",
+ "sha256": "18627gvpgw2ay7zcbglw6gwpslgh69hbvynwcyqln4c17fk9h0kw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "crystal-mode"
+ ],
+ "commit": "71a330f2d29e2fb4f51d223cf6230b88620a80af",
+ "sha256": "0vija33n2j4j5inzm29qk1bjzaxjm97zn263j15258pqxwkbddv3"
+ }
+ },
+ {
+ "ename": "inf-mongo",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "0f12yb3dgkjnpr4d36jwfnncqzz7kl3bnnrmjw7hv223p2ryzwpx",
+ "fetcher": "github",
+ "repo": "endofunky/inf-mongo",
+ "unstable": {
+ "version": [
+ 20180408,
+ 1338
+ ],
+ "commit": "2e498d1c88bd1904eeec18ed06b1a0cf8bdc2a92",
+ "sha256": "1m6skisj6r3fbxadpwwgf3a3934b2qvwb7zj975qksxq56ij0wkq"
+ }
+ },
+ {
+ "ename": "inf-ruby",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "02f01vwzr6j9iqcdns4l579bhia99sw8hwdqfwqjs9gk3xampfpp",
+ "fetcher": "github",
+ "repo": "nonsequitur/inf-ruby",
+ "unstable": {
+ "version": [
+ 20190609,
+ 1126
+ ],
+ "commit": "928b1dd2c24c62be1900476cb4b7219eb2350856",
+ "sha256": "0rm0ns3kqq0y05gskfkplbq0bz6lb1j92fx3hjgr340fm72ixb1c"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 5,
+ 2
+ ],
+ "commit": "d2cc45ac1a035286decb12c4f49c696ad5f03d27",
+ "sha256": "0a1hhvfbl6mq8rjsi77fg9fh5a91hi5scjrg9rjqc5ffbql67y0v"
+ }
+ },
+ {
+ "ename": "inflections",
+ "commit": "392c7616d27bf12b29ef3c2ea71e42ffaea81cc6",
+ "sha256": "0f02bhm2a5xiaxnf2c2hlpa4p121xfyyj3c59fy0yldipdxhvw70",
+ "fetcher": "github",
+ "repo": "eschulte/jump.el",
+ "unstable": {
+ "version": [
+ 20170913,
+ 916
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e4f1372cf22e811faca52fc86bdd5d817498a4d8",
+ "sha256": "0354b64drvv8v5g13xy5nc1klwx4hldz1b5mf1frhna7h2dqz0j9"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 5
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "40a7ffdf734ffe7d1968909663146255d7ba69c8",
+ "sha256": "1ig1wdjg914p9ng1nir2fid4mb3xz2dbpmkdnfy1klq2zp0xw2s3"
+ }
+ },
+ {
+ "ename": "info-beamer",
+ "commit": "e9da9aac33df6e53a8cbabcffd8e3a363298b9f3",
+ "sha256": "0jlwvn96diwnngjbabq6wzp5q6rvmwa6p36d80nv8r7x7ch0740q",
+ "fetcher": "github",
+ "repo": "dakra/info-beamer.el",
+ "unstable": {
+ "version": [
+ 20180604,
+ 2122
+ ],
+ "commit": "af443795af20481af91ac54a489b20f6a9d90b0a",
+ "sha256": "0r938pp10szrqiv37ryzfir4h5pg68farm56cpnh9hh8cnix6nrh"
+ }
+ },
+ {
+ "ename": "info-buffer",
+ "commit": "3c44a1d69725b687444329d8af43c9799112b407",
+ "sha256": "1vkgkwgwym0j5xip7mai11anlpa2h7vd5m9i1xga1b23hcs9r1w4",
+ "fetcher": "github",
+ "repo": "llvilanova/info-buffer",
+ "unstable": {
+ "version": [
+ 20170112,
+ 1422
+ ],
+ "commit": "d35dad6e766c6e2ddb8dc6acb4ce5b6e10fbcaa7",
+ "sha256": "0czkp7cf7qmdm1jdn67gxyxz8b4qj2kby8if50d450xqwbx0da7x"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "d35dad6e766c6e2ddb8dc6acb4ce5b6e10fbcaa7",
+ "sha256": "0czkp7cf7qmdm1jdn67gxyxz8b4qj2kby8if50d450xqwbx0da7x"
+ }
+ },
+ {
+ "ename": "info-colors",
+ "commit": "d671ae8dc27439eea427e1848fc11c96ec5aee64",
+ "sha256": "1mbabrfdy9xn7lpqivqm8prp83qmdv5r0acijwvxqd3a52aadc2x",
+ "fetcher": "github",
+ "repo": "ubolonton/info-colors",
+ "unstable": {
+ "version": [
+ 20180205,
+ 1150
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a8ebb7b8efa314c08ea8110d8b1876afb562bb45",
+ "sha256": "0wvyf2w5s184kwacs6lbpjryx6hziayvdrl3crxir8gmg2kcv07m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "13dd9b6a7288e6bb692b210bcb9cd72016658dae",
+ "sha256": "1h2q19574sc1lrxm9k78668pwcg3z17bnbgykmah01zlmbs264sx"
+ }
+ },
+ {
+ "ename": "inherit-local",
+ "commit": "08b978724ff26b3ea7a134d307d888c80e2a92a9",
+ "sha256": "1v3q3s6qq64k1f4ck6rfgsy1arnf9cxg2kw6d1ahfrwr4ixsqm87",
+ "fetcher": "github",
+ "repo": "shlevy/inherit-local",
+ "unstable": {
+ "version": [
+ 20170409,
+ 1649
+ ],
+ "commit": "b1f4ff9c41f9d64e4adaf5adcc280b82f084cdc7",
+ "sha256": "1fargashyqn4ga420k3ikc1akf7mw3zcarpg24gh2591p4swa0ih"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "b1f4ff9c41f9d64e4adaf5adcc280b82f084cdc7",
+ "sha256": "1fargashyqn4ga420k3ikc1akf7mw3zcarpg24gh2591p4swa0ih"
+ }
+ },
+ {
+ "ename": "ini-mode",
+ "commit": "000cca577d000bafe7bf5711d0bfe7593fb6975a",
+ "sha256": "0f6fbmg4wmlzghcibfbcx3z124b2017rhsasi5smgx9i2vkydzrm",
+ "fetcher": "github",
+ "repo": "Lindydancer/ini-mode",
+ "unstable": {
+ "version": [
+ 20170424,
+ 909
+ ],
+ "commit": "2194cfa2fd13196a37350ec20b3f00dcf6162b7c",
+ "sha256": "0s3dcqywrbggrcn9j5nibhcl4xbnhdndz5sibcp26qswd18jyrdk"
+ }
+ },
+ {
+ "ename": "init-loader",
+ "commit": "e46e6ec79ff4c76fc85e13321e6dabd5797c5f45",
+ "sha256": "0rq7759abp0ml0l8dycvdl0j5wsxw9z5y9pyx68973a4ssbx2i0r",
+ "fetcher": "github",
+ "repo": "emacs-jp/init-loader",
+ "unstable": {
+ "version": [
+ 20160528,
+ 1315
+ ],
+ "commit": "5d3cea1004c11ff96b33020e337b03b925c67c42",
+ "sha256": "17bg4s8yz7yz28m04fp2ff6ld0y01yl99wkn2k5rkg4j441xg3n2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "128ee76adbf431f0b8c30a3a29cb20c9c5100cde",
+ "sha256": "031vb7ndz68x0119v4pyizz0ykd341ywcp5s7i4z35zx1vcqj8az"
+ }
+ },
+ {
+ "ename": "init-open-recentf",
+ "commit": "4db8b6eced50726c788d7343137f6b4558575abf",
+ "sha256": "0xlmfxhxb2car8vfx7krxmxb3d56x0r3zzkj8ds7yqvr65z85x2r",
+ "fetcher": "github",
+ "repo": "zonuexe/init-open-recentf.el",
+ "unstable": {
+ "version": [
+ 20161206,
+ 1445
+ ],
+ "commit": "7d8fb124806291f7f6ef2ec3a664ea25899b6d68",
+ "sha256": "0vswa7304s7m6cirbaky9rmrxjb2aylvif2vg2p6l274k37c4jyh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "commit": "a4f5338a14302d44fa5aebb1ddc7aff3dc9abbe3",
+ "sha256": "0iph5cpz2dva1rnvp5xynmkndny87z308pziadk1qgf05mc0i61d"
+ }
+ },
+ {
+ "ename": "initsplit",
+ "commit": "5a908c8fad08cd4d7dbb586570d0f0b384bf9071",
+ "sha256": "0n9dk3x62vgxfn39jkmdg8wxsik0xqkprifgvqzyvn8xcx1blyyq",
+ "fetcher": "github",
+ "repo": "dabrahams/initsplit",
+ "unstable": {
+ "version": [
+ 20160919,
+ 1818
+ ],
+ "commit": "c941d436eb2b10b01c76a582c5a2b23fb30751aa",
+ "sha256": "0vz0pfm2m3v0zk65b4ikk6yfpk282nzbm99fbzj8w76yfg240dfn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6
+ ],
+ "commit": "950bdc568e3fd08e6106170953caf98ac582a431",
+ "sha256": "1rfw38a63bvzglqx7mb8wlnzjvlmkhkn35hn66snqqgvnmnvi54g"
+ }
+ },
+ {
+ "ename": "ink-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "02q95xay6z56i4l0j24dszxnfpjbxijlj4150nsadbv55m7nnjcf",
+ "fetcher": "github",
+ "repo": "Kungsgeten/ink-mode",
+ "unstable": {
+ "version": [
+ 20160814,
+ 1116
+ ],
+ "commit": "e35f26abbaf8ea23c5aa0a0c7ef15334cdfb7b48",
+ "sha256": "0ixqgk101gnm2q6f2bjk2pnqlrj41krqz56lss6fmf81xhxavmpp"
+ }
+ },
+ {
+ "ename": "inkpot-theme",
+ "commit": "dd3e02aaf8865d8038b9c590c8545e7a1b21d620",
+ "sha256": "1m3iygb8vbqcnsxsnwr7g2mq1n2a9r7qxp3pgm1fpwz1lngvaagf",
+ "fetcher": "github",
+ "repo": "ideasman42/emacs-inkpot-theme",
+ "unstable": {
+ "version": [
+ 20181119,
+ 706
+ ],
+ "commit": "054c125b49247a08af5a391992817776fd0e8af6",
+ "sha256": "06g4xsirag4gjd9khii4yhca29g5z9507lyyxxk35k36ckarg07i"
+ }
+ },
+ {
+ "ename": "inline-crypt",
+ "commit": "b04fffe5e52f26e92930a112a64531228f94e340",
+ "sha256": "04mcyyqa9h6g6wrzphzqalpqxsndmzxpavlpdc24z4a2c5s3yz8n",
+ "fetcher": "github",
+ "repo": "Sodel-the-Vociferous/inline-crypt-el",
+ "unstable": {
+ "version": [
+ 20170824,
+ 900
+ ],
+ "commit": "281385b383f850fd2e895926b1cef804dd052633",
+ "sha256": "0hjmq8j7y4wnjgk6z92w4ci0ag9fm6rn63z9mi3krvdv154vz2n0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "commit": "497ce9dc29a8ccac0b6dd6854f5d120514350282",
+ "sha256": "0jipds844432a8m4d5gxbbkk2h1rsq9fg748g6bxy2q066kyzfz6"
+ }
+ },
+ {
+ "ename": "inline-docs",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1imjcx4qgrs5llindgmnvkb73fagnlxfg04s72kckgcy47c4352p",
+ "fetcher": "github",
+ "repo": "stardiviner/inline-docs.el",
+ "unstable": {
+ "version": [
+ 20170523,
+ 450
+ ],
+ "commit": "b57f1681be6147f999cdc12abff414a0442e8897",
+ "sha256": "0ji8qgscs4fxp2i29l3v8z9y6i2glga6bysbcsn855pqsn00xkcv"
+ }
+ },
+ {
+ "ename": "inlineR",
+ "commit": "3a7228e5f23a4e66f4510b2f6fc41c36aa791991",
+ "sha256": "1fflq2gkpfn3jkv4a6yywzmxsq6qszfid1ri85ass1ppw6scdvzw",
+ "fetcher": "github",
+ "repo": "myuhe/inlineR.el",
+ "unstable": {
+ "version": [
+ 20120520,
+ 1432
+ ],
+ "commit": "29357186beca825e3d0451b700ec09b9ed65e37b",
+ "sha256": "15nasjknmzy57ilj1gaz3w5sj8b3ijcpgwcd6w2r9xhgcl86m40q"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "29357186beca825e3d0451b700ec09b9ed65e37b",
+ "sha256": "15nasjknmzy57ilj1gaz3w5sj8b3ijcpgwcd6w2r9xhgcl86m40q"
+ }
+ },
+ {
+ "ename": "insert-kaomoji",
+ "commit": "216fcef758036cf466fa5b52599394709eed48b3",
+ "sha256": "1ip61cigz6b6hsj8ahgb6fxf7yab24r0rjjl11i10ykq7sb49k00",
+ "fetcher": "git",
+ "url": "https://git.sr.ht/~zge/kaomoji",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1823
+ ],
+ "commit": "b144e48f02f29bb25651a63d9691e9de10f0171b",
+ "sha256": "0i5wx60hvkriyas6g0599x35xnln77v0136z2k1rp332m9450299"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "110186d2ebfae303b05d2d33a6939d30ce3ac995",
+ "sha256": "0cy2kj33lnb4d2bzjmgj216l1f63hsz4ssdq7hkb4d7jngb29g09"
+ }
+ },
+ {
+ "ename": "insert-shebang",
+ "commit": "c257f4f5011cd7d0b2a5ef3adf13f9871bf0be92",
+ "sha256": "0z88l1q925v9lwzr6nas9qjy0f57qxilg6smgpx9wj6lll3f7p5v",
+ "fetcher": "github",
+ "repo": "psachin/insert-shebang",
+ "unstable": {
+ "version": [
+ 20180403,
+ 1214
+ ],
+ "commit": "7bfea92ba1dae9d13d442e2f84f9fb6c05a0a9bd",
+ "sha256": "01f2p58qsny7p9l6vrra0i2m2g1k05p39m0bzi906zm5awx7l0rr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 6
+ ],
+ "commit": "adfa473f07443b231914d277c20a3419b30399b6",
+ "sha256": "10zy3vg5fr30hhv0q3jldffhjacg1yrv5d9gfkdz55ry277l3xz1"
+ }
+ },
+ {
+ "ename": "insfactor",
+ "commit": "c9a76a6498c2a0b0d471d3df7ae3d510d027f08c",
+ "sha256": "0c6q1d864qc78sqk9iadjpd01xc7myipgnf89pqa2z75yprndvyn",
+ "fetcher": "github",
+ "repo": "duelinmarkers/insfactor.el",
+ "unstable": {
+ "version": [
+ 20141117,
+ 2
+ ],
+ "commit": "7ef5446cebb08a17d4106d2e6f3c053e49e1e829",
+ "sha256": "112s3c0ii8zjc6vlj2im2qd2pl3hb95pq4zibm86gjpw428wd8iy"
+ }
+ },
+ {
+ "ename": "instapaper",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "1yibdpj3lx6vr33s75s1y415lxqljrk7pqc901f8nfa01kca7axn",
+ "fetcher": "bitbucket",
+ "repo": "jfm/emacs-instapaper",
+ "unstable": {
+ "version": [
+ 20130104,
+ 1421
+ ],
+ "commit": "8daa0058ede70025e9f020656abe0e0d01cd8f89",
+ "sha256": "0krscid3yz2b7kv75gd9fs92zgfl7pnl77dbp5gycv5rmw5mivp8"
+ }
+ },
+ {
+ "ename": "intel-hex-mode",
+ "commit": "f1bf82134671b1383f5f4d4a3c180081bea66814",
+ "sha256": "02ffbrkr3zajqhrxc3grmqm632ji4fmgnfabn42islpcfq12q3i4",
+ "fetcher": "github",
+ "repo": "mschuldt/intel-hex-mode",
+ "unstable": {
+ "version": [
+ 20180423,
+ 31
+ ],
+ "commit": "e83c94e1c31a8435a88b3ae395f2bc842ef83217",
+ "sha256": "0jpc6wh3agdh38wdjr1x880iiaj6698nr8dkgx114fsfj1la6f7v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "commit": "e83c94e1c31a8435a88b3ae395f2bc842ef83217",
+ "sha256": "0jpc6wh3agdh38wdjr1x880iiaj6698nr8dkgx114fsfj1la6f7v"
+ }
+ },
+ {
+ "ename": "intellij-theme",
+ "commit": "cfe86071b2e84929476a771da99341f4a73cfd06",
+ "sha256": "1g8cninmq840sl8fmhq2hcsmz7nccbjmprzcl8w1zdavfp86b97g",
+ "fetcher": "gitlab",
+ "repo": "fommil/emacs-intellij-theme",
+ "unstable": {
+ "version": [
+ 20171017,
+ 1415
+ ],
+ "commit": "1bbfff8e6742d18e9b77ed796f44da3b7bd10606",
+ "sha256": "0ml1gi2cn6h3xm5c78vxwv327r0rgimia1vqqi9jb09yb6lckbgj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "commit": "1bbfff8e6742d18e9b77ed796f44da3b7bd10606",
+ "sha256": "0ml1gi2cn6h3xm5c78vxwv327r0rgimia1vqqi9jb09yb6lckbgj"
+ }
+ },
+ {
+ "ename": "interaction-log",
+ "commit": "b72951c339c601350a7f10aee05a7fb94bac37ea",
+ "sha256": "1r9qbvgssc2zdwgwmmwv5kapvmg1y3px7268gkiakkfanw3kqk6j",
+ "fetcher": "github",
+ "repo": "michael-heerdegen/interaction-log.el",
+ "unstable": {
+ "version": [
+ 20160305,
+ 1301
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a49a06746d4df6bcfceec3c48dece065d635f9f9",
+ "sha256": "1vmaj14k5idx1ykkp1yl0b9qr4fimwagz7p6c00xi9klvjsx566y"
+ }
+ },
+ {
+ "ename": "interleave",
+ "commit": "6c43d4aaaf4fca17f2bc0ee90a21c51071886ae2",
+ "sha256": "18b3fpxn07y5abkcnaw9is9ihdhik7xjdj6kzl1pz958lk9f4hfy",
+ "fetcher": "github",
+ "repo": "rudolfochrist/interleave",
+ "unstable": {
+ "version": [
+ 20171004,
+ 624
+ ],
+ "commit": "87549df30cbc681baf86b238bd14c7cf7ec11fc4",
+ "sha256": "07430hsyq9q90rjzxq7ifq4mlfc8k8b7l6b31s7xk1xm2snbky6b"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "6b28363eac939227c6cdc8a73a1d3ea5b002442d",
+ "sha256": "1qs6j9cz152wfy54c5d1a558l0df6wxv3djlvfl2mx58wf0sk73h"
+ }
+ },
+ {
+ "ename": "intero",
+ "commit": "1b56ca344ad944e03b669a9974e9b734b5b445bb",
+ "sha256": "15n7ipsq8ylmq4blsycpszkx034j9sb92vqvaz30j5v307fmvs99",
+ "fetcher": "github",
+ "repo": "commercialhaskell/intero",
+ "unstable": {
+ "version": [
+ 20190530,
+ 1308
+ ],
+ "deps": [
+ "company",
+ "flycheck",
+ "haskell-mode"
+ ],
+ "commit": "61caa798bd385acf918b3639cf03f336b618e78b",
+ "sha256": "0s6ik53anwljd858xs69awx42v70ifl3pcq8njx0msfqd4qalhlx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 40
+ ],
+ "deps": [
+ "company",
+ "flycheck",
+ "haskell-mode"
+ ],
+ "commit": "107640cc3a3ea12db24ae674ff7a820f6073f3d5",
+ "sha256": "0yr6g2f35rmym6nkdgm6wdczirc5b9f7sza2sad0mx02b81qmaci"
+ }
+ },
+ {
+ "ename": "interval-list",
+ "commit": "afee0fed80f4fa444116b12653c034d760f5f1fb",
+ "sha256": "0926z3lxkmpxalpq7hj355cjzbgpdiw7z4s8xdrpa1pi818d35zf",
+ "fetcher": "github",
+ "repo": "Fuco1/interval-list",
+ "unstable": {
+ "version": [
+ 20150327,
+ 1718
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "38af7ecf0a493ad8f487074938a2a115f3531177",
+ "sha256": "1zv6m24ryls9hvla3hf8wzp6r7fzbxa1lzr1mb0wz0s292l38wjz"
+ }
+ },
+ {
+ "ename": "interval-tree",
+ "commit": "ca0f4b62aee7ff7c4457da29fd25860a5c768319",
+ "sha256": "13zynac3h50x68f1ja72kqdrapjks2zmgqd4g7qwscq92mmh60i9",
+ "fetcher": "github",
+ "repo": "Fuco1/interval-tree",
+ "unstable": {
+ "version": [
+ 20130325,
+ 1407
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "301302f480617091cf3ab6989caac385d52543dc",
+ "sha256": "0fqnn9xhrc9hkaiziafjgg288l6m05416z9kz8l5845fnqsb7pb3"
+ }
+ },
+ {
+ "ename": "inverse-acme-theme",
+ "commit": "1c44dbc8d3ca29d8715af755b845af7236e95406",
+ "sha256": "03g6h8dpn42qnr593ryhj22lj1h2nx4rdr1knhkvxygfv3c4lgh5",
+ "fetcher": "github",
+ "repo": "dcjohnson/inverse-acme-theme",
+ "unstable": {
+ "version": [
+ 20170823,
+ 254
+ ],
+ "deps": [
+ "autothemer",
+ "cl-lib"
+ ],
+ "commit": "74d6f3e2f6534371509dd2d77006435156c276d6",
+ "sha256": "15fk60ky8kbj665yjylmgc4nn4qsk57fvarqzwv3fns64yfshkv3"
+ }
+ },
+ {
+ "ename": "io-mode",
+ "commit": "29ac993c86f992a452784c75c1511d15c4718c91",
+ "sha256": "1fpiml7lvbl4s2xw4wk2y10iifvfza24kd9j8qvi1bgd85qkx42q",
+ "fetcher": "github",
+ "repo": "superbobry/io-mode",
+ "unstable": {
+ "version": [
+ 20161004,
+ 756
+ ],
+ "commit": "fd65ae769093defcf554d6d637eba6e6dfc29f56",
+ "sha256": "1x3j4asbczfr9vrqd7bms57ngqzaik73sm2njcgjshf9c3js3aa9"
+ }
+ },
+ {
+ "ename": "io-mode-inf",
+ "commit": "df121fc9f71af1d060c83555ec611c422cbe8d0d",
+ "sha256": "0hwhvf1qwkmzzlzdda1flw6p1jjh9rzxsfwm2sc4795ac2xm6dhc",
+ "fetcher": "github",
+ "repo": "slackorama/io-emacs",
+ "unstable": {
+ "version": [
+ 20140128,
+ 1934
+ ],
+ "commit": "6dd2bac3fd87484bb7d97e135b06c29d70b444b6",
+ "sha256": "1ard88kc13c57y9zdkyr012w8rdrwahz8a3fb5v6hwqymg16m20s"
+ }
+ },
+ {
+ "ename": "ioccur",
+ "commit": "308c27227795560adf8c979ba1d046286549843d",
+ "sha256": "1a9iy6x4lkm4wgkcb0pv86c2kvpq8ymrc4ssp109r67kwqw7lrr6",
+ "fetcher": "github",
+ "repo": "thierryvolpiatto/ioccur",
+ "unstable": {
+ "version": [
+ 20130822,
+ 548
+ ],
+ "commit": "4c0ef992a6fcd2aed62e3866d56650463108ab5a",
+ "sha256": "1rz5wf19lg1lnm0h73ynhb0vl3c99k7vpipay2f8jls24pv60bra"
+ }
+ },
+ {
+ "ename": "iodine-theme",
+ "commit": "6893ce6309f1e3b3457c99e84611044e653b827a",
+ "sha256": "05mnq0bgcla0pxsgywpvcdgd4sk2xr7bjlp87l0dx8j121vqripj",
+ "fetcher": "github",
+ "repo": "srdja/iodine-theme",
+ "unstable": {
+ "version": [
+ 20151031,
+ 1639
+ ],
+ "commit": "02fb780e1d8d8a6b9c709bfac399abe1665c6999",
+ "sha256": "14zfxa8fc7h4rkz1hyplwf4q2lga3l5dd7a2xq5kk0kvf2fs4mk3"
+ }
+ },
+ {
+ "ename": "ipcalc",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0hw5g30pnqwzvbhf6kggyj6wij5iw7d8jgmr88pyw63kxach8vkv",
+ "fetcher": "github",
+ "repo": "dotemacs/ipcalc.el",
+ "unstable": {
+ "version": [
+ 20170926,
+ 805
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2720f7e3e662e04e195f8338b81a499cf321296a",
+ "sha256": "1kmqbb9ca3sca59462ha21grbgxkl4wynz2lr4yqb4qk7cijgd6g"
+ }
+ },
+ {
+ "ename": "iplayer",
+ "commit": "6e9a97667365f1c30f53a6aeeb7b909a78888eb1",
+ "sha256": "0wnxvdlnvlmspqsaqx0ldw8j03qjckkqzvx3cbpc2yfs55pm3p7r",
+ "fetcher": "github",
+ "repo": "csrhodes/iplayer-el",
+ "unstable": {
+ "version": [
+ 20161120,
+ 2120
+ ],
+ "commit": "b788fffa4b36bbd558047ffa6be51b1f0f462f23",
+ "sha256": "0x82mxbc6f5azzg7c4zrxz1q763k8i3y1kfb79xfspb2i64dgg5g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "48b664e36e1a8e37eeb3eee80b91ff7126ed449a",
+ "sha256": "043dnij48zdyg081sa7y64lm35z7zvrv8gcymv3l3a98r1yhy3v6"
+ }
+ },
+ {
+ "ename": "ipretty",
+ "commit": "f0a8eb0eefe88b4ea683a4743c0f8393506e014b",
+ "sha256": "0nlp7xmgqsipdq8xjld0xpw3q3qlxm31r2k52hxs32rx044y6c71",
+ "fetcher": "git",
+ "url": "https://framagit.org/steckerhalter/ipretty.git",
+ "unstable": {
+ "version": [
+ 20180606,
+ 522
+ ],
+ "commit": "042f5cc4e6f81d59115e8335c582bb5c571c2585",
+ "sha256": "0vk8k4zfqa0869fg1kzbzzgz65xg7six5m4jm8088pb2nvfn1lrr"
+ }
+ },
+ {
+ "ename": "ipython-shell-send",
+ "commit": "9d3513d38f94de4d86124b5d5a33be8d5f0bfa43",
+ "sha256": "07im2f3890yxpcy4qz1bihi68aslam7qir4vqf05bhqlgaqzamv8",
+ "fetcher": "github",
+ "repo": "jackkamm/ipython-shell-send-el",
+ "unstable": {
+ "version": [
+ 20190220,
+ 2246
+ ],
+ "commit": "0faed86faff02a361f23ce5fc923d0e9b09bb2da",
+ "sha256": "1nx92rmxgrxy9hfi7f2ny3q4zqrzy6jalr85lall7r74aifprrkv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "0faed86faff02a361f23ce5fc923d0e9b09bb2da",
+ "sha256": "1nx92rmxgrxy9hfi7f2ny3q4zqrzy6jalr85lall7r74aifprrkv"
+ }
+ },
+ {
+ "ename": "iqa",
+ "commit": "a9bd2e952d98f7ac2dc823581b07b65e951e9e45",
+ "sha256": "02yrkizk4ssip44s6r62finsrf45hxj9cpil1xrvh8g4jbsmfsw4",
+ "fetcher": "github",
+ "repo": "a13/iqa.el",
+ "unstable": {
+ "version": [
+ 20181024,
+ 2253
+ ],
+ "commit": "b45614f5204ed851de0abe93907aa94de5e37379",
+ "sha256": "11wrmiwlp91x59cn9k2j2pqgvzbrnzvf81dqgm9l5ph5fym0jqsd"
+ }
+ },
+ {
+ "ename": "ir-black-theme",
+ "commit": "5e725582bc322d03c9dca2b22e8606444fd8753c",
+ "sha256": "1qpq9zbv63ywzk5mlr8x53g3rn37k0mdv6x1l1hcd90gka7vga9v",
+ "fetcher": "github",
+ "repo": "jmdeldin/ir-black-theme.el",
+ "unstable": {
+ "version": [
+ 20130303,
+ 755
+ ],
+ "commit": "36e930d107604b5763c80294a6f92aaa02e6c272",
+ "sha256": "1cy9xwhswj9vahg8zr16r2crm2mm3vczqs73gc580iidasb1q1i2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "b1ca1d0778e3e6228ff756e7fdaf5f5982000fa2",
+ "sha256": "036q933yw7pimnnq43ydaqqfccgf4iwvjhjmsavp7l6y1w16rvmy"
+ }
+ },
+ {
+ "ename": "iregister",
+ "commit": "a12a51873444b84765758e18c9cf24d85a200e44",
+ "sha256": "0iq1nlj5czi4nblrszfv3grkl1fni7blh8bhcfccidms8v9r3mdm",
+ "fetcher": "github",
+ "repo": "atykhonov/iregister.el",
+ "unstable": {
+ "version": [
+ 20150515,
+ 2107
+ ],
+ "commit": "6a48c66187289de5f300492be11c83e98410c018",
+ "sha256": "1ch610b3d0x3nxglp749305syliivamc108rgv9if4ihb67gp8b5"
+ }
+ },
+ {
+ "ename": "irony",
+ "commit": "d2b6a8d57b192325dcd30fddc9ff8dd1516ad680",
+ "sha256": "1xcxrdrs7imi31nxpszgpaywq4ivni75hrdl4zzrf103xslqpl8a",
+ "fetcher": "github",
+ "repo": "Sarcasm/irony-mode",
+ "unstable": {
+ "version": [
+ 20190703,
+ 1732
+ ],
+ "deps": [
+ "cl-lib",
+ "json"
+ ],
+ "commit": "c7cca52b197babd023fd4745704ae4b695af0d10",
+ "sha256": "0iqjcgb2bg8g7fwsqigiifla8rc3air6ywvbpsrm91cb8a732mrc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "json"
+ ],
+ "commit": "79d5fc6152659f62b0f2e4df75665f5b625e9642",
+ "sha256": "09i2f99ysisv2d4a0cpn75c0azhbashvz6ja5xy09i2a5svzgzpx"
+ }
+ },
+ {
+ "ename": "irony-eldoc",
+ "commit": "fc42459d5c1671bd478d781339f2572b3de2e7d0",
+ "sha256": "03m0h13jd37vfvn4mavaq3vbzx4x0lklbs0mbc29zaz8pwqlcwz6",
+ "fetcher": "github",
+ "repo": "ikirill/irony-eldoc",
+ "unstable": {
+ "version": [
+ 20170502,
+ 1908
+ ],
+ "deps": [
+ "cl-lib",
+ "irony"
+ ],
+ "commit": "0df5831eaae264a25422b061eb2792aadde8b3f2",
+ "sha256": "1l5qpr66v1l12fb50yh73grb2rr85xxmbj19mm33b5rdrq2bqmmd"
+ }
+ },
+ {
+ "ename": "isearch-dabbrev",
+ "commit": "b9dfc7c1112bac8744910c58f77a98a901fd8065",
+ "sha256": "1hl7zl5vjcsk3z452874g4nfcnmna8m2242dc9cgpl5jddzwqa7x",
+ "fetcher": "github",
+ "repo": "Dewdrops/isearch-dabbrev",
+ "unstable": {
+ "version": [
+ 20141224,
+ 622
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1efe7abba4923015cbc2462395deaec5446a9cc8",
+ "sha256": "17d0816awadvsw1qc7r0p6ira75jmgxaj9hsk9ypayxsaf6ynyrb"
+ }
+ },
+ {
+ "ename": "isearch-project",
+ "commit": "5c4f0a2f3080e9f4db82fb2bb9279418e4b9a7e2",
+ "sha256": "0f6f3lm5p4h8z9bnhbl27pzgwdjj58pp8lsvc5dic0yzykx7j2y8",
+ "fetcher": "github",
+ "repo": "elpa-host/isearch-project",
+ "unstable": {
+ "version": [
+ 20190505,
+ 819
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "462b8100451b947367aed2970c2669ea6d15edbd",
+ "sha256": "0b8ncpi6kps7fx3fmgfwd2czaal52laf2k6pn46yh110sz6dl30m"
+ }
+ },
+ {
+ "ename": "isearch-symbol-at-point",
+ "commit": "5733de00a1800645674e83c5e21c80f2890c4e7c",
+ "sha256": "0j5fr7qdvpd5b096h5a83fz8sh9wybdnsgix6v94gv8lkzdsqkr8",
+ "fetcher": "github",
+ "repo": "re5et/isearch-symbol-at-point",
+ "unstable": {
+ "version": [
+ 20130728,
+ 2221
+ ],
+ "commit": "51a1029bec1ec414885f9edb7e5947603dffdab2",
+ "sha256": "09z49850c32x0rchxg203cxg504xi2b6cjgnd0i4axcs5fmq7gv9"
+ }
+ },
+ {
+ "ename": "isend-mode",
+ "commit": "8ef6e4dab78a4c333647a85ed07a81da8083ec0c",
+ "sha256": "0sk80a08ny9vqw94klqfgii297qm633000wlcldha76ip8viikdv",
+ "fetcher": "github",
+ "repo": "ffevotte/isend-mode.el",
+ "unstable": {
+ "version": [
+ 20190201,
+ 832
+ ],
+ "commit": "38ace354d579eb364d4f95b9ea16081c171ea604",
+ "sha256": "19k09bxlq5a8ba3xb68cajv66qad5vh12k391kq9wcj4gjlniyjv"
+ }
+ },
+ {
+ "ename": "isgd",
+ "commit": "d5ff75b269fd57c5822277b9ed850c69b626f1a5",
+ "sha256": "0yc9mkjzj3w64f48flnjvd193mk9gndrrqbxz3cvmvq3vgahhzyi",
+ "fetcher": "github",
+ "repo": "chmouel/isgd.el",
+ "unstable": {
+ "version": [
+ 20150414,
+ 936
+ ],
+ "commit": "764306dadd5a9213799081a48aba22f7c75cca9a",
+ "sha256": "09hx28lmldm7z3x22a0qx34id09fdp3z61pdr61flgny213q1ach"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "764306dadd5a9213799081a48aba22f7c75cca9a",
+ "sha256": "09hx28lmldm7z3x22a0qx34id09fdp3z61pdr61flgny213q1ach"
+ }
+ },
+ {
+ "ename": "isolate",
+ "commit": "c8091f8d72c24a103f6dcaadc18bbec745c1c3d3",
+ "sha256": "1ldyvw01nq2ynxaaqmw9ihk9kwfss9rqpaydn9f41bqj15xrypjc",
+ "fetcher": "github",
+ "repo": "casouri/isolate",
+ "unstable": {
+ "version": [
+ 20190808,
+ 731
+ ],
+ "commit": "e93cb652f150705347480a2ee13b63fa625b1edf",
+ "sha256": "0fa4z1mm62s1x4fd6d4pwl6zvksx1xiv6id9fy7rdbs0vznsjgqb"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "700aa3c7945580c876d29c3c064282c33ebb365c",
+ "sha256": "0j96rzfabn6lgv9xxyndpq3d2nys5z1brrrd7bga786zzwlp78a9"
+ }
+ },
+ {
+ "ename": "isortify",
+ "commit": "9d4ad18492e7f4a56a1515873bc0b66fa49829bb",
+ "sha256": "0nlpjd6mrhv8iccdny0x5lb41dpyp6l7kiax4xqra0rb2vq0chcs",
+ "fetcher": "github",
+ "repo": "proofit404/isortify",
+ "unstable": {
+ "version": [
+ 20190315,
+ 2004
+ ],
+ "deps": [
+ "pythonic"
+ ],
+ "commit": "4d8ecfcadf58ea51368e66ecf6f2a95a95953fcf",
+ "sha256": "0gslib1r9d9dqd9r89dfg8npkybjw2bjdrbs0z2qcnfa82x4fq4z"
+ }
+ },
+ {
+ "ename": "iss-mode",
+ "commit": "ecc9f618b9f065f593b91c1c1221a550ab752bae",
+ "sha256": "1my4vi1x07hg0dva97i685lx6m6fcbfk16j1zy93zriyd7z5plkc",
+ "fetcher": "github",
+ "repo": "rasmus-toftdahl-olesen/iss-mode",
+ "unstable": {
+ "version": [
+ 20141001,
+ 1913
+ ],
+ "commit": "3b517aff31529bab33f8d7b562bd17aff0107fd1",
+ "sha256": "0992lzgar0kz9i1sk5vz17q9qzfgl8fkyxa1q0hmhgnpjf503cnj"
+ }
+ },
+ {
+ "ename": "itail",
+ "commit": "6b810bf1deeb79064144d8b684fab336686018ef",
+ "sha256": "0mcyly88a3c15hl3wll56agpdsyvd26r501h0v64lasfr4k634m7",
+ "fetcher": "github",
+ "repo": "re5et/itail",
+ "unstable": {
+ "version": [
+ 20171112,
+ 804
+ ],
+ "commit": "6e43c20da03be3b9c6ece93b7dc3495975ec1888",
+ "sha256": "044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv"
+ }
+ },
+ {
+ "ename": "itasca",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0j0lvs9x2j3z5yyhbgmymccswi40vv1gz3sl56bl857m1hlxzshz",
+ "fetcher": "github",
+ "repo": "jkfurtney/itasca-emacs",
+ "unstable": {
+ "version": [
+ 20170601,
+ 1622
+ ],
+ "commit": "3d15dd1b70d6db69b0f4758a3e28b8b506cc84ca",
+ "sha256": "0mfcl7ka7r5mx52xvf13i3799ddkdi9sq2q4p2rkgb96r37ia221"
+ }
+ },
+ {
+ "ename": "iter2",
+ "commit": "d94316660051ee0ba0c12e380e6203986440368f",
+ "sha256": "0kl3z2wwpvk2ddsb3798g41pv0xycsf9dclhv00snpzsr61d9v65",
+ "fetcher": "github",
+ "repo": "doublep/iter2",
+ "unstable": {
+ "version": [
+ 20190113,
+ 1424
+ ],
+ "commit": "fc1fcea5379bc7728a25dd81546886213e3db6fa",
+ "sha256": "1gvm5gfgmcw4mibi8899x9ry1zqm3ij6yl0dnmdqmv9dbv1zlqp2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 10
+ ],
+ "commit": "fc1fcea5379bc7728a25dd81546886213e3db6fa",
+ "sha256": "1gvm5gfgmcw4mibi8899x9ry1zqm3ij6yl0dnmdqmv9dbv1zlqp2"
+ }
+ },
+ {
+ "ename": "iterator",
+ "commit": "66aa4c3b43083a0098ee3163005dcc36d7251146",
+ "sha256": "17q10fw6y0icsv6vv9n968bwmbjlihrpkkyw62d1kfxhs9yw659z",
+ "fetcher": "github",
+ "repo": "thierryvolpiatto/iterator",
+ "unstable": {
+ "version": [
+ 20170207,
+ 838
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "9da54f9aed945b46866782cdf962c9e530419297",
+ "sha256": "0r50hdyr9s18p7ggiyv36g011jgg47bgszvjgcmpp23rz131mxyw"
+ }
+ },
+ {
+ "ename": "ivariants",
+ "commit": "ca17de8cdd53bb32a9d3faaeb38f19f92b18ee38",
+ "sha256": "00fgcm62g4fw4306lw9ld2k7w0c358fcbkxn969k5p009g7pk5bw",
+ "fetcher": "github",
+ "repo": "kawabata/emacs-ivariants",
+ "unstable": {
+ "version": [
+ 20170823,
+ 224
+ ],
+ "deps": [
+ "ivs-edit"
+ ],
+ "commit": "ca0b74d32b5d2d77a45cc6ad6edc00be0ee85284",
+ "sha256": "16hygfx9gla6yhc3kaiy4m6g910m1hak3v86fnpf12kzvjjs9zfx"
+ }
+ },
+ {
+ "ename": "ivs-edit",
+ "commit": "ca17de8cdd53bb32a9d3faaeb38f19f92b18ee38",
+ "sha256": "0gzhvzrfk17j2vwlg82f5ifk4dcfc1yv7barcij38ckran8cqmb2",
+ "fetcher": "github",
+ "repo": "kawabata/ivs-edit",
+ "unstable": {
+ "version": [
+ 20170818,
+ 1441
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "5db39c234aa7393b591168a4fd0a9a4cbbca347d",
+ "sha256": "1sdl83cf87zbv0ynvb6qlgbpm4d3dqhdn84jhhs5j247r5qzhmz6"
+ }
+ },
+ {
+ "ename": "ivy",
+ "commit": "06c24112a5e17c423a4d92607356b25eb90a9a7b",
+ "sha256": "0xf5p91r2ljl93wbr5wbgnb4hzhs00wkaf4fmdlf31la8xwwp5ci",
+ "fetcher": "github",
+ "repo": "abo-abo/swiper",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1551
+ ],
+ "commit": "20d604c139b82d98010aabbbc00ad487438bdf8e",
+ "sha256": "0clg04az8v5ia3z5fxcimprqp4kbf2g1z6na3js60gmi689ks8ll"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 12,
+ 0
+ ],
+ "commit": "85d1e2e779ca92e6ef8e47d08f866b13d4d87aee",
+ "sha256": "0xgngn3jhmyn6mlkk9kmgfgh0w5i50b27syr4cgfgarg6p77j05w"
+ }
+ },
+ {
+ "ename": "ivy-bibtex",
+ "commit": "c23c09225c57a9b9abe0a0a770a9184ae2e58f7c",
+ "sha256": "0qni48s09lgzqr98r49dhrzpfqp9yfwga11h7vhqclscjvlalpc2",
+ "fetcher": "github",
+ "repo": "tmalsburg/helm-bibtex",
+ "unstable": {
+ "version": [
+ 20190708,
+ 909
+ ],
+ "deps": [
+ "biblio",
+ "cl-lib",
+ "dash",
+ "f",
+ "parsebib",
+ "s",
+ "swiper"
+ ],
+ "commit": "8978ba5236af767023976c5b793a2b3e29e43c7a",
+ "sha256": "00fw8j3mjrq8y3qbcgj0baxnspq94a8qgxlyvrc6siraryppw65h"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "deps": [
+ "biblio",
+ "cl-lib",
+ "dash",
+ "f",
+ "parsebib",
+ "s",
+ "swiper"
+ ],
+ "commit": "d6a98ac6f28d2a6a05e203115211c98333d40aca",
+ "sha256": "0arhy051945lxjqg77b275ny9nsv60cqj0qfpmvd8xkc07lqfn23"
+ }
+ },
+ {
+ "ename": "ivy-dired-history",
+ "commit": "ad37f6b04ff45fbffeadefc94db16baa27bcc2ac",
+ "sha256": "1vj073k5m0l8rx9iiisikzl053ad9mlhvbk30f5zmw9sw7b9blyl",
+ "fetcher": "github",
+ "repo": "jixiuf/ivy-dired-history",
+ "unstable": {
+ "version": [
+ 20170626,
+ 556
+ ],
+ "deps": [
+ "cl-lib",
+ "counsel",
+ "ivy"
+ ],
+ "commit": "c9c67ea1ee5e68443f0e6006ba162d6c8d868b69",
+ "sha256": "1lim9zi57w011df5zppb18yjkaxkgfy796pc6i01p4dl32x0rpfv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "counsel",
+ "ivy"
+ ],
+ "commit": "3604840f85e4ff2d7ecab6233e820cb2ec5c8733",
+ "sha256": "0slisbnfcdx8jv0p67ag6s4l0m0jmrwcpm5a2jm6sai9x67ayn4l"
+ }
+ },
+ {
+ "ename": "ivy-erlang-complete",
+ "commit": "ac1b9e350d3f066e4e56202ebb443134d5fc3669",
+ "sha256": "00fqjgrhvcn3ibpgiy4b0sr4x9p6ym5r1rvi4rdzsw2i3nxmgf3a",
+ "fetcher": "github",
+ "repo": "s-kostyaev/ivy-erlang-complete",
+ "unstable": {
+ "version": [
+ 20190406,
+ 1736
+ ],
+ "deps": [
+ "async",
+ "counsel",
+ "erlang",
+ "ivy"
+ ],
+ "commit": "f3a7088ba62746932ac0084e254e4235b93febcc",
+ "sha256": "0sdxcx1ihb51khi5chdm80mzwh8ygfs86pndgh5gq8dzbqpi2ax4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "async",
+ "counsel",
+ "erlang",
+ "ivy"
+ ],
+ "commit": "62e2b14ff25b0c143c882cb38d029b216acc3dd6",
+ "sha256": "0sbxmj3ap0navgi7lxlgwb9ykfb8khgh7nl1hmqfh2jn9vx2s568"
+ }
+ },
+ {
+ "ename": "ivy-explorer",
+ "commit": "8b590a6e0d11fda3d93e4d92f847138f8968b332",
+ "sha256": "088ciy051b3kcd6anm66fnkg510c72hrfgdbgdf4mb9z4d9bk056",
+ "fetcher": "github",
+ "repo": "clemera/ivy-explorer",
+ "unstable": {
+ "version": [
+ 20190722,
+ 845
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "cb41a9e5df1cfad5877ab5429b9250e7ba082e4e",
+ "sha256": "0svlix3sr2jlr5awdvism1akmnca0vn0mq072s38w1q19q461cii"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 2
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "14adb6164f1d1646f503c3e4bd9aa559805f93d7",
+ "sha256": "0ffajyl21vz4662738dgga140yrkkcfynhhnk42fzrn5z5zqlwp1"
+ }
+ },
+ {
+ "ename": "ivy-feedwrangler",
+ "commit": "cf1c112939545f6d157111eabcb573738b09ef7c",
+ "sha256": "1mxm37biix8c0s32gfv4pidffvlgdz5i9325zk71fhgfzqwkf5vx",
+ "fetcher": "github",
+ "repo": "asimpson/ivy-feedwrangler",
+ "unstable": {
+ "version": [
+ 20180618,
+ 1522
+ ],
+ "commit": "051eac49cae32b16fab2e06ff0115cd8fb5dc499",
+ "sha256": "1irp76kbg8d7wmgvfjbb4c3wmd29bdrl503jkq4w52fl57g94cvj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 2
+ ],
+ "commit": "051eac49cae32b16fab2e06ff0115cd8fb5dc499",
+ "sha256": "1irp76kbg8d7wmgvfjbb4c3wmd29bdrl503jkq4w52fl57g94cvj"
+ }
+ },
+ {
+ "ename": "ivy-gitlab",
+ "commit": "35d4d4f22e4c567954287b2a1cabcb595497095a",
+ "sha256": "0gbwsmb6my0327f9j96s20mybnjaw9yaiwhs3sy3vav0qww91z1y",
+ "fetcher": "github",
+ "repo": "nlamirault/emacs-gitlab",
+ "unstable": {
+ "version": [
+ 20181228,
+ 826
+ ],
+ "deps": [
+ "dash",
+ "gitlab",
+ "ivy",
+ "s"
+ ],
+ "commit": "8c2324c02119500f094c2f92dfaba4c9977ce1ba",
+ "sha256": "056c4fb5sj2y4h94klx2g24n1g3qdi7ifzs8ksw5v6hcj9lrkb1n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "gitlab",
+ "ivy",
+ "s"
+ ],
+ "commit": "a1c1441ff5ffb290e695eb9ac05431e9385578f4",
+ "sha256": "0ywjrgafpl4cnrykx9yysazr7hkd2pxk67h065f8z3mid6cgh1wa"
+ }
+ },
+ {
+ "ename": "ivy-historian",
+ "commit": "fb79cbc9af6cd443b9de97817d24bcc9050d5940",
+ "sha256": "0yzq3rr51q5d64pfc7x5jszz77x6nwpbjj0g74x5ga3bsw3i67d9",
+ "fetcher": "github",
+ "repo": "PythonNut/historian.el",
+ "unstable": {
+ "version": [
+ 20190111,
+ 313
+ ],
+ "deps": [
+ "flx",
+ "historian",
+ "ivy"
+ ],
+ "commit": "64f4ef8cd4e417dfa090138a2d4ea1e72fd4456a",
+ "sha256": "0py43kml7fcf1k28pali7n9nhsjp003j02cpynqcz6hmk8zr7b48"
+ }
+ },
+ {
+ "ename": "ivy-hydra",
+ "commit": "06c24112a5e17c423a4d92607356b25eb90a9a7b",
+ "sha256": "1xv8nfi6dzhx868h44ydq4f5jmsa7rbqfa7jk8g0z0ifv477hrvx",
+ "fetcher": "github",
+ "repo": "abo-abo/swiper",
+ "unstable": {
+ "version": [
+ 20190731,
+ 1602
+ ],
+ "deps": [
+ "hydra",
+ "ivy"
+ ],
+ "commit": "20d604c139b82d98010aabbbc00ad487438bdf8e",
+ "sha256": "0clg04az8v5ia3z5fxcimprqp4kbf2g1z6na3js60gmi689ks8ll"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 12,
+ 0
+ ],
+ "deps": [
+ "hydra",
+ "ivy"
+ ],
+ "commit": "85d1e2e779ca92e6ef8e47d08f866b13d4d87aee",
+ "sha256": "0xgngn3jhmyn6mlkk9kmgfgh0w5i50b27syr4cgfgarg6p77j05w"
+ }
+ },
+ {
+ "ename": "ivy-lobsters",
+ "commit": "d9774fbf133ce8db3ce996b1a40c586309a2fec6",
+ "sha256": "1g8bwlh4nls21k16r1pmqmb633j19h3jnjbfl2vixyrh2na8ff1w",
+ "fetcher": "github",
+ "repo": "julienXX/ivy-lobsters",
+ "unstable": {
+ "version": [
+ 20171202,
+ 2041
+ ],
+ "deps": [
+ "cl-lib",
+ "ivy"
+ ],
+ "commit": "4364df4b3685fd1b50865ac9360fb948c0288dd1",
+ "sha256": "1cfcy2ks0kb04crwlfp02052zcwg384cgz7xjyafwqynm77d35l0"
+ }
+ },
+ {
+ "ename": "ivy-mpdel",
+ "commit": "bb25443752e18e47afc63d5497cc5052c388a607",
+ "sha256": "1v9xiy4bs7r24li6fwi5dfqav8dfr3dy0xhj3wnzvcgwxp5ji56r",
+ "fetcher": "github",
+ "repo": "mpdel/ivy-mpdel",
+ "unstable": {
+ "version": [
+ 20190428,
+ 920
+ ],
+ "deps": [
+ "ivy",
+ "libmpdel",
+ "mpdel"
+ ],
+ "commit": "a42dcc943914c71975c115195d38c739f25e475c",
+ "sha256": "0zf007j3i9prlsqjaf0xw7ylaim463f867nfc63fpsr508xsn5rd"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "ivy",
+ "libmpdel",
+ "mpdel"
+ ],
+ "commit": "a42dcc943914c71975c115195d38c739f25e475c",
+ "sha256": "0zf007j3i9prlsqjaf0xw7ylaim463f867nfc63fpsr508xsn5rd"
+ }
+ },
+ {
+ "ename": "ivy-omni-org",
+ "commit": "4eaad7323462d6c7fd343ede0d2df8c67885e542",
+ "sha256": "1mxdglp0frplv75bik2fl2ybbl0yqfd5r70alcgx1zmba18kaj20",
+ "fetcher": "github",
+ "repo": "akirak/ivy-omni-org",
+ "unstable": {
+ "version": [
+ 20190620,
+ 1210
+ ],
+ "deps": [
+ "dash",
+ "ivy"
+ ],
+ "commit": "155acae1aa08d305731b292d62530e52711895f2",
+ "sha256": "0i2v3wj0s8mwx69iw7lgdamdi2p41gy5iaaphk6hvb1r4shhhw8k"
+ }
+ },
+ {
+ "ename": "ivy-pages",
+ "commit": "93f1183beb74aa4a96de8cd043a2a8eefdd7ad7e",
+ "sha256": "0zz8nbjma8r6r7xxbg7xfz13202d77k1ybzpib41slmljzh7xgwv",
+ "fetcher": "github",
+ "repo": "igorepst/ivy-pages",
+ "unstable": {
+ "version": [
+ 20160728,
+ 1920
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "47b03a1f9384502cf22369ff31a2898c863d3aff",
+ "sha256": "0jv74s8jn1sdwdhxkx11gnaqcc49369gld1g6a1hl62521j897rc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "428a901f94c9625c8407fd2bf76f9d7714d40d87",
+ "sha256": "11lcv8dqlmfqvhn7n3wfp9idr5hf30312p213y5pvs4m70lbc9k2"
+ }
+ },
+ {
+ "ename": "ivy-pass",
+ "commit": "7bfef855e071442d2b9d1e0ce9b5706937bffc53",
+ "sha256": "1sb29q22fsjqfxqznf73xcqhzy132bjd45w7r27sfmf825vcysci",
+ "fetcher": "github",
+ "repo": "ecraven/ivy-pass",
+ "unstable": {
+ "version": [
+ 20170812,
+ 1955
+ ],
+ "deps": [
+ "ivy",
+ "password-store"
+ ],
+ "commit": "5b523de1151f2109fdd6a8114d0af12eef83d3c5",
+ "sha256": "18crb4zh2pjf0cmv3b913m9vfng27girjwfqc3mk7vqd1r5a49yk"
+ }
+ },
+ {
+ "ename": "ivy-phpunit",
+ "commit": "93822c5588f81683e3d43f690785b80c207d331d",
+ "sha256": "1spvcf41lvjdmiwp6058wrpp0hfg1cjld6b7zm28m2ys6mn35ycs",
+ "fetcher": "github",
+ "repo": "12pt/ivy-phpunit",
+ "unstable": {
+ "version": [
+ 20180219,
+ 915
+ ],
+ "deps": [
+ "ivy",
+ "phpunit"
+ ],
+ "commit": "ffedb0138d36564e8e36a28fd9bc71ea8944681f",
+ "sha256": "0kf1k3jqg2r20x985h6brg92sg7y47c5vkfjky8xp11gqyqw47bi"
+ }
+ },
+ {
+ "ename": "ivy-posframe",
+ "commit": "9e7c6f7ca439683abf11dcaa38672ac139c0da4f",
+ "sha256": "1sv4xvdvb1g8g5m4f1f159lxbxaz96drsmvhh0k43hp1dh3bhj3b",
+ "fetcher": "github",
+ "repo": "tumashu/ivy-posframe",
+ "unstable": {
+ "version": [
+ 20190727,
+ 959
+ ],
+ "deps": [
+ "ivy",
+ "posframe"
+ ],
+ "commit": "8ad466802de90d47992024394ea5f864c1cf0ac1",
+ "sha256": "013nsykqp50hdfady8j650lp3bfpmcl1ingf8b4pcwp6mcz2vg0w"
+ }
+ },
+ {
+ "ename": "ivy-prescient",
+ "commit": "a92495d09689932ab9f0b716078ceeeb9cc154e0",
+ "sha256": "017ibpbj390q5d051k3wn50774wvcixzbwikvi5ifzqkhgixqk9c",
+ "fetcher": "github",
+ "repo": "raxod502/prescient.el",
+ "unstable": {
+ "version": [
+ 20190728,
+ 1607
+ ],
+ "deps": [
+ "ivy",
+ "prescient"
+ ],
+ "commit": "ea8e9fea4385272924d09c91220c7f2e9ac95b3f",
+ "sha256": "1apb9v31ajq586f7mqachv238yv40gacrjmh2s8mnk45xil72swy"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 2
+ ],
+ "deps": [
+ "ivy",
+ "prescient"
+ ],
+ "commit": "653ca4b66954b7f1b6e4635a574234dd316c11a3",
+ "sha256": "0d60h4rfm5jcf8cf11z91wjqp0xcrviskqzyqhfliqvy2i2yl6ks"
+ }
+ },
+ {
+ "ename": "ivy-purpose",
+ "commit": "1fa2a37a1a6492eddf638216acec4b9d54d3498d",
+ "sha256": "0c5n7x3sa57wslwnldvc0i315xhyi1zndyhr07rzka1rhj8v1c4v",
+ "fetcher": "github",
+ "repo": "bmag/ivy-purpose",
+ "unstable": {
+ "version": [
+ 20160724,
+ 1003
+ ],
+ "deps": [
+ "ivy",
+ "window-purpose"
+ ],
+ "commit": "0495f2f3aed64d7e0028125e76a9a68f8fc4107e",
+ "sha256": "1hiw7mnrr0cnnp0a2mh837pzdaknadwv0sk82vya6blx0a7m691g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "ivy",
+ "window-purpose"
+ ],
+ "commit": "0495f2f3aed64d7e0028125e76a9a68f8fc4107e",
+ "sha256": "1hiw7mnrr0cnnp0a2mh837pzdaknadwv0sk82vya6blx0a7m691g"
+ }
+ },
+ {
+ "ename": "ivy-rich",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1il1lhxxg694j9w65qwzjm4p4l3q1h1hfndybj6z1cb72ijw27fr",
+ "fetcher": "github",
+ "repo": "Yevgnen/ivy-rich",
+ "unstable": {
+ "version": [
+ 20190707,
+ 107
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "e78fc4b9d467da338471f234393a1c791a6b0e6b",
+ "sha256": "1y8lrzn24vg2pwck6l36w3s8qlpx1cpv54i6gf0jjncp6z9iwh4v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "25e36b10eff7fd299fcc03f15288b4fff33974e4",
+ "sha256": "070y28ldp5dvh12b7qv27mqdgxiq2dll7fx432hb2i6mk8lz5hpp"
+ }
+ },
+ {
+ "ename": "ivy-rtags",
+ "commit": "3dea16daf0d72188c8b4043534f0833fe9b04e07",
+ "sha256": "18f0jak643dd8lmx701wgk95miajabd8190ls35831slr28lqxsq",
+ "fetcher": "github",
+ "repo": "Andersbakken/rtags",
+ "unstable": {
+ "version": [
+ 20170523,
+ 454
+ ],
+ "deps": [
+ "ivy",
+ "rtags"
+ ],
+ "commit": "3c071313d743b07a2ea4a02655f23cdc7010f0c2",
+ "sha256": "15gji4c4q19n7df7vsxigcyfc4pi95cq3arrcckmmm6r7ckb4y4w"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 23
+ ],
+ "deps": [
+ "ivy",
+ "rtags"
+ ],
+ "commit": "7169ed577d676690a3c6f0025b54e8477d80eacf",
+ "sha256": "1i94dizg3wvkvq8c2pf5bzkx8zwzcfi4p3l73c779y145bygssnq"
+ }
+ },
+ {
+ "ename": "ivy-todo",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "06mn430zkisnqrmad81gn88pl7lz0m8rm1yvpngpakwwnhwm0q96",
+ "fetcher": "github",
+ "repo": "Kungsgeten/ivy-todo",
+ "unstable": {
+ "version": [
+ 20171208,
+ 1609
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "964e347cea1a6097854d7113f5b07f6c5ef81df0",
+ "sha256": "07208qdk1a77dgh9qmpn164x5mgkzvprsdvb7y35ax12r2q541b8"
+ }
+ },
+ {
+ "ename": "ivy-xcdoc",
+ "commit": "d2fd855c098ca65293d84c3b526b0c39f7b07ade",
+ "sha256": "1my45325ys2m2l5y8pmi5jnbplqm16b1n7zll37163vv16zwnd53",
+ "fetcher": "github",
+ "repo": "hex2010/emacs-ivy-xcdoc",
+ "unstable": {
+ "version": [
+ 20160917,
+ 1055
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "5ea22af36c4c2737fb0bec53432c233482d8b314",
+ "sha256": "1m5ljx395yw70fx643pnf7pk709s9v5b77zvvv3j21d0cjnppqz5"
+ }
+ },
+ {
+ "ename": "ivy-xref",
+ "commit": "a4cd8724e8a4119b61950a97b88219bf56ce3945",
+ "sha256": "1p5a0x83b0bc7b654j1d207s7vifffgwmp26pya2mz0czd68ywy8",
+ "fetcher": "github",
+ "repo": "alexmurray/ivy-xref",
+ "unstable": {
+ "version": [
+ 20190611,
+ 1305
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "1a35fc0f070388701b05b0a455cbe262e924d547",
+ "sha256": "0d71nm9d9ajp5i6dnl8h1hw9jqp8gd1ajgninb1h13i80rplzl9k"
+ }
+ },
+ {
+ "ename": "ivy-yasnippet",
+ "commit": "8c76857d716afab46f5efe46e353935921d5f217",
+ "sha256": "180q6hrsnkssbf9x9bj74dyy26kym4akbsjlj81x4193nnmc5w67",
+ "fetcher": "github",
+ "repo": "mkcms/ivy-yasnippet",
+ "unstable": {
+ "version": [
+ 20181002,
+ 1655
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "ivy",
+ "yasnippet"
+ ],
+ "commit": "32580b4fd23ebf9ca7dde96704f7d53df6e253cd",
+ "sha256": "1wfg6mmd5gl1qgvayyzpxlkh9s7jgn20y8l1vh1zbj1czvv51xp8"
+ }
+ },
+ {
+ "ename": "ivy-ycmd",
+ "commit": "22e925d1b66f53d25eb1b3a2746dea82e8555783",
+ "sha256": "0vlf75qv9m84gx83rxz0acnlx5lspq92d94q82ba2p4cc6yjyvj3",
+ "fetcher": "github",
+ "repo": "abingham/emacs-ivy-ycmd",
+ "unstable": {
+ "version": [
+ 20180909,
+ 1225
+ ],
+ "deps": [
+ "dash",
+ "ivy",
+ "ycmd"
+ ],
+ "commit": "25bfee8f676e4ecbb645e4f30b47083410a00c58",
+ "sha256": "1ywrkx8ddncy4qhv5gh4qf1cpapyvny42i51p91j9ip7xmihy6lm"
+ }
+ },
+ {
+ "ename": "ivy-youtube",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1masw9qc33valx55klfhzx0bg1hfazmn5yd9wh12q2gjsz8nxyw4",
+ "fetcher": "github",
+ "repo": "squiter/ivy-youtube",
+ "unstable": {
+ "version": [
+ 20181126,
+ 1039
+ ],
+ "deps": [
+ "cl-lib",
+ "ivy",
+ "request"
+ ],
+ "commit": "849b6db7ef02b080a86c1b887488e2935c31059a",
+ "sha256": "0f90dq8qhmsnm2hvnvzyb20nq0vmgnqzqa693scq69dv5rdjgwyj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "ivy",
+ "request"
+ ],
+ "commit": "23e1089d4c4fc32db20df14ba10078aabf117e87",
+ "sha256": "0m70vxjj49kf8bzni2qchgzgx808z1fcfh02cflkhjcb77dkq8d6"
+ }
+ },
+ {
+ "ename": "ix",
+ "commit": "3a9d68fcf5bddbf07909b77682474dc592077051",
+ "sha256": "1fl76dk8vgw3mrh5iz99lrsllwya6ij9d1lj3szcrs4qnj0b5ql3",
+ "fetcher": "github",
+ "repo": "theanalyst/ix.el",
+ "unstable": {
+ "version": [
+ 20131027,
+ 1629
+ ],
+ "deps": [
+ "grapnel"
+ ],
+ "commit": "aea4c54a5cc5a6f26637353c16a3a0e70fc76963",
+ "sha256": "069alh9vs6is3hvbwxbwr9g8qq9md5c92wg5bfswi99yciqdvc4i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "deps": [
+ "grapnel"
+ ],
+ "commit": "498dac674f4f1910d39087b1457c5da5465a0614",
+ "sha256": "0rpxh1jv98dl9b5ldjkljk70z4hkl61kcmvy1lhpj3lxn8ysv87a"
+ }
+ },
+ {
+ "ename": "iy-go-to-char",
+ "commit": "0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f",
+ "sha256": "10szn9y7gl8947p3f9w6p6vzjf1a9cjif9mbj3qdqx4vbsl9mqpz",
+ "fetcher": "github",
+ "repo": "doitian/iy-go-to-char",
+ "unstable": {
+ "version": [
+ 20141029,
+ 1546
+ ],
+ "commit": "04ab4f5f3a241cbbc9b8c178a22b412a62f632f9",
+ "sha256": "0bcm3y3qvsrk7gd23xfzz5bgcnm3h4l63w9hv8cr9n86sm8475m1"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 2,
+ 1
+ ],
+ "commit": "77b40d64eef9dad11eca59f4e3fbc6e849de7434",
+ "sha256": "1mb0k4lmbkbpn6qzzg8n14pybhd5zla77ppqac6a9kw89fj2qj4i"
+ }
+ },
+ {
+ "ename": "j-mode",
+ "commit": "410134ab2145adad3648b1024bfe4f6801df82c9",
+ "sha256": "0f9lsr9hjhdvmzx565ivlncfzb4iq4rjjn6a41053cjy50bl066i",
+ "fetcher": "github",
+ "repo": "zellio/j-mode",
+ "unstable": {
+ "version": [
+ 20171224,
+ 1856
+ ],
+ "commit": "e8725ac8af95498faabb2ca3ab3bd809a8f148e6",
+ "sha256": "0icrwny3cif0iwgyf9i25sj9i5gy056cn9ic2wwwbzqjqb4xg6dd"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "caa55dfaae01d1875380929826952c2b3ef8a653",
+ "sha256": "07kbicf760nw4qlb2lkf1ns8yzqy0r5jqqwqjbsnqxx4sm52hml9"
+ }
+ },
+ {
+ "ename": "jabber",
+ "commit": "ef7dbf3c2ffee5a4d71466ce037c618e0434a346",
+ "sha256": "04d2jdzs3c790ms70px8xvyip1liqvd3jy2mbs8qqbwyiccb74xx",
+ "fetcher": "git",
+ "url": "https://github.com/legoscia/emacs-jabber.git",
+ "unstable": {
+ "version": [
+ 20180927,
+ 2325
+ ],
+ "deps": [
+ "fsm",
+ "srv"
+ ],
+ "commit": "fff33826f42e040dad7ef64ea312d85215d3b0a1",
+ "sha256": "1fif38qhiaxskfmqin82n9334bzrkgd1h5ip1djcm571i670gj74"
+ }
+ },
+ {
+ "ename": "jabber-otr",
+ "commit": "9219f685c18c8e799cae3dc43cc1c740c0f67733",
+ "sha256": "114z5bwhkza03yvfa4nmicaih2jdq83lh6micxjimpddsc8fjgi0",
+ "fetcher": "github",
+ "repo": "legoscia/emacs-jabber-otr",
+ "unstable": {
+ "version": [
+ 20150918,
+ 1144
+ ],
+ "deps": [
+ "jabber"
+ ],
+ "commit": "2692b1530234e0ba9a0d6c1eaa1cbe8679f193c0",
+ "sha256": "0yv86nadp6dfzl05vhk8c1kahg2pcrhfmd3mnfjrngp7ksac5lyf"
+ }
+ },
+ {
+ "ename": "jack-connect",
+ "commit": "c0f5c5f8051f3046baebb08f41b0ca0bf0d73c85",
+ "sha256": "1ssl126wihaf8m2f6ms0l5ai6pz5wn348a09k6l0h3jfww032g1q",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/sbarbit/jack-connect",
+ "unstable": {
+ "version": [
+ 20190311,
+ 1920
+ ],
+ "commit": "3be5f03ba39ffab65e974cf1624cf38588639dcb",
+ "sha256": "1lb7z060jrbr0ijzif5p3qg70lg21h1a6jyzyfqfhwf2iwa3mkcj"
+ }
+ },
+ {
+ "ename": "jade-mode",
+ "commit": "877b5a3e612e1b1d6d51e60c66b0b79f231abdb2",
+ "sha256": "156j0d9wx6hrhph0nsjsi1jha4h65rcbrbff1j2yr8vdsszjrs94",
+ "fetcher": "github",
+ "repo": "brianc/jade-mode",
+ "unstable": {
+ "version": [
+ 20160525,
+ 1441
+ ],
+ "commit": "4dbde92542fc7ad61df38776980905a4721d642e",
+ "sha256": "0p6pfxbl98kkwa3lgx82h967w4p0wbd9s96gvs72d74ryan07ij1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "4e7a20db492719062f40b225ed730ed50be5db56",
+ "sha256": "0krbd1qa2408a97pqhl7fv0x8x1n2l3qq33zzj4w4vv0c55jk43n"
+ }
+ },
+ {
+ "ename": "jammer",
+ "commit": "cb82a6e936e2d5d1dd5930b600ede52dac3ceb33",
+ "sha256": "01c4bii7gswhp6z9dgx4bhvsywiwbbdv7mg1zj6vp1530l74zx6z",
+ "fetcher": "github",
+ "repo": "wasamasa/jammer",
+ "unstable": {
+ "version": [
+ 20160310,
+ 859
+ ],
+ "commit": "48aa795df6df7ae6484518bcd0398293ca49d7c6",
+ "sha256": "1gnj8vmpxds2wdkz49swiby5vq2hvbf64q5hhvwymfdvwlk54v55"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "1ba232b71507b468c60dc53c2bc8888bef36c858",
+ "sha256": "0x0vz7m9kn7b2aiqvrdqx8qh84ynbpzy2asz2b18l47bcwa7r5bh"
+ }
+ },
+ {
+ "ename": "janet-mode",
+ "commit": "c94abb076bf1f3fd6654cc1857b7b3cfe5bf5e58",
+ "sha256": "1kr5ldrgqrl0hfpkf6x5a0kr0l4psykw771n5dx6ably6mnlpphh",
+ "fetcher": "github",
+ "repo": "ALSchwalm/janet-mode",
+ "unstable": {
+ "version": [
+ 20190605,
+ 443
+ ],
+ "commit": "d5555cc83c1893a1c0ea04d48857d5e71b138c06",
+ "sha256": "1lzs5zh4ipvyxi5vzbcpxrdjrrb0vddbcajzcbsi0784cs3ndzkk"
+ }
+ },
+ {
+ "ename": "japanese-holidays",
+ "commit": "80088028a1322e99e5fc50bebe08fcb6d1a2a44d",
+ "sha256": "0pxpkikkn2ys0kgf3lbrdxv8iym50h5ik2xzza0qk7cw1v93jza9",
+ "fetcher": "github",
+ "repo": "emacs-jp/japanese-holidays",
+ "unstable": {
+ "version": [
+ 20190317,
+ 1220
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "45e70a6eaf4a555fadc58ab731d522a037a81997",
+ "sha256": "041rww8ngvjmgkiviqwq6wci8wgh4bs0wjjc8v8lqpwqhbzf65jy"
+ }
+ },
+ {
+ "ename": "japanlaw",
+ "commit": "6192e1db76f017c3b1315453144cffc47cdd495d",
+ "sha256": "1pxss1mjk5660k80r1xqgslnbrsr6r4apgp9abjwjfxpg4f6d0sa",
+ "fetcher": "github",
+ "repo": "mhayashi1120/japanlaw.el",
+ "unstable": {
+ "version": [
+ 20160615,
+ 643
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1bbdef942f28c61a0adb89d1b3c2cca5b10ca2dc",
+ "sha256": "1vj5b551383acp77lawvlw5cfvnqidjhd52sig3kz8v4bzz73cch"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 1
+ ],
+ "commit": "d90b204b018893d5d75286c92948c0bddf94cce2",
+ "sha256": "08gkxxaw789g1r0dql11skz6i8bdrrz4wp87fzs9f5rgx99xxr6h"
+ }
+ },
+ {
+ "ename": "jape-mode",
+ "commit": "b034024bd31c4be96c478a951b0ef63d8f89a1b7",
+ "sha256": "1gd685r86h0kr36msw81gfgwv7d35hihz6h0jkc6vd22wf6qc3ly",
+ "fetcher": "github",
+ "repo": "tanzoniteblack/jape-mode",
+ "unstable": {
+ "version": [
+ 20140903,
+ 1506
+ ],
+ "commit": "85b9182850707b5d107391f6caee5bd401507a7d",
+ "sha256": "0xmv7gw5xms6nhjcl51cw33yvjgw0c6bpnlyca3195x7g34sg1zj"
+ }
+ },
+ {
+ "ename": "jar-manifest-mode",
+ "commit": "ed68a9120d4f1e2895606938d1a117fb01abd1bc",
+ "sha256": "0kx358m3p23r8m7z45454i62ijmdlf4mljlbqc20jkihfanr6wqd",
+ "fetcher": "github",
+ "repo": "omajid/jar-manifest-mode",
+ "unstable": {
+ "version": [
+ 20160501,
+ 26
+ ],
+ "commit": "270dae14c481300f75ed96dad3a5ae42ca928a1d",
+ "sha256": "1p7w3hq2cyn1245q0zn8m7hpjs8nbp7kqfmd2gzi2k209czipy21"
+ }
+ },
+ {
+ "ename": "jasminejs-mode",
+ "commit": "8e58e8c102f6110f9a8bda47a4601197db47e743",
+ "sha256": "1a70j3aglrwmaw9g8m99sxad2vs53y4swxh97gqjsgx1rrx03g52",
+ "fetcher": "github",
+ "repo": "stoltene2/jasminejs-mode",
+ "unstable": {
+ "version": [
+ 20150527,
+ 5
+ ],
+ "commit": "9f8044bf81ab5b4841a30b0bd099916e1b7ff54a",
+ "sha256": "1zcrxijcwqfs6r1cd6w4jq8g3ly0a69nf0cbx93w5v86x2kjpz0l"
+ }
+ },
+ {
+ "ename": "jastadd-ast-mode",
+ "commit": "32d59dd9e796438f1752d36a30d4e062abbb6dd1",
+ "sha256": "1cwqxzmqx5wxaax12rq0hy0whpaivqncykym43p3an2sl9s6ngva",
+ "fetcher": "github",
+ "repo": "rudi/jastadd-ast-mode",
+ "unstable": {
+ "version": [
+ 20161219,
+ 926
+ ],
+ "commit": "a29fdb470cbf0a398164950a3b0d2217de48e0c0",
+ "sha256": "01fv0ixkshy7i6wzcgq6xvijvh3n402vyhmh3qzjwi9p0vxvdyxv"
+ }
+ },
+ {
+ "ename": "java-imports",
+ "commit": "5f6f4e4c14c422c2066f2200bb9b8f35e2ecc896",
+ "sha256": "1waz6skyrm1n8wpc0pwa652l11wz8qz1m89mqxk27k3lwyd84n98",
+ "fetcher": "github",
+ "repo": "dakrone/emacs-java-imports",
+ "unstable": {
+ "version": [
+ 20170913,
+ 1410
+ ],
+ "deps": [
+ "pcache",
+ "s"
+ ],
+ "commit": "e96ff44ed48b362ab6227b8b802b84d84f78bcaa",
+ "sha256": "0nryawj8v6gj6hnb81yf6966kjnydcz49zsg2k355gldryqf4v5p"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "pcache",
+ "s"
+ ],
+ "commit": "275f354c245df741b45e88d085660722e81a12be",
+ "sha256": "1bngn6v6w60qb3zz7s3px7v3wk99a3hfvzrg9l06dz1q7xgyvsi1"
+ }
+ },
+ {
+ "ename": "java-snippets",
+ "commit": "ec561bb8ee3d6df0d493c20497dd8c5897bf1e5e",
+ "sha256": "0bsmp6sc3khdadkmwqy8khz8kzqijcsv70gimm2cs1kwnbyj6pfp",
+ "fetcher": "github",
+ "repo": "nekop/yasnippet-java-mode",
+ "unstable": {
+ "version": [
+ 20160627,
+ 252
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "6d0e2768823be27dbe07448f4cb244cd657a7136",
+ "sha256": "1mgpb7g28ppbrl6sbyyswz9brrx8b7xjxmv576ija2qlh3whv5gs"
+ }
+ },
+ {
+ "ename": "javadoc-lookup",
+ "commit": "3d7d5f55c7d90181cc4eff68bb472f772f070a93",
+ "sha256": "1fffs0iqkk9rg5vbxifvn09j4i2751p81bzcvy5fslr3r1r2nv79",
+ "fetcher": "github",
+ "repo": "skeeto/javadoc-lookup",
+ "unstable": {
+ "version": [
+ 20160214,
+ 31
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "507a2dd443d60b537b8f779c1847e2cd0ccd1382",
+ "sha256": "16gywcma1s8kslwznlxwlx0xj0gs5g31637kb74vfdplk48f04zj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "507a2dd443d60b537b8f779c1847e2cd0ccd1382",
+ "sha256": "16gywcma1s8kslwznlxwlx0xj0gs5g31637kb74vfdplk48f04zj"
+ }
+ },
+ {
+ "ename": "javap-mode",
+ "commit": "009ce356c410d980613f21fa7c9f1c97ee9af76f",
+ "sha256": "19p39l4nwgxm52yimy4j6l43845cpk8g5qdrldlwfxd7dvay09ay",
+ "fetcher": "github",
+ "repo": "hiredman/javap-mode",
+ "unstable": {
+ "version": [
+ 20120223,
+ 2208
+ ],
+ "commit": "864c1130e204b2072e1d19cd027b6fce8ebe6629",
+ "sha256": "070r4mg4v937n4h2bmzdbn3vsmmq7ijz69nankqs761jxv5gcwlg"
+ }
+ },
+ {
+ "ename": "jaword",
+ "commit": "00fe123ddc7fbcb9fd2b97e8a9fc8a8c5fabbf7f",
+ "sha256": "05pzh99zfl8n3p6lxdd9abr52m24hqcb105458i1cy0ra840bf4d",
+ "fetcher": "github",
+ "repo": "zk-phi/jaword",
+ "unstable": {
+ "version": [
+ 20170426,
+ 627
+ ],
+ "deps": [
+ "tinysegmenter"
+ ],
+ "commit": "ac062b0e5ab4bd3270497e80aa0f3ac033a0493f",
+ "sha256": "05kbscympb59njfrs94w4b2lwkc3057wzib65kq0l93bx4pcw2iy"
+ }
+ },
+ {
+ "ename": "jazz-theme",
+ "commit": "da25345df9d8d567541ed6b0ec832310cde67115",
+ "sha256": "0ad8kvrmd3gyb8wfghcl4r3kwzplk5gxlw3p23wsbx6c2xq6xr7g",
+ "fetcher": "github",
+ "repo": "donderom/jazz-theme",
+ "unstable": {
+ "version": [
+ 20170411,
+ 1411
+ ],
+ "commit": "b1cb78a97cc4050f19d88a89e455c3e52d98240e",
+ "sha256": "0q9gfa40qh9wypvzg3xrv4kh6l51az9swb39133961dc8zrrrinm"
+ }
+ },
+ {
+ "ename": "jbeans-theme",
+ "commit": "6dd4bd78795ec7509d8744fec1e80426ce0557ec",
+ "sha256": "0y7ccycfnpykgzr88968w7dl45qazf8b9zlf7ydw3ghkl4f6lbwl",
+ "fetcher": "github",
+ "repo": "synic/jbeans-emacs",
+ "unstable": {
+ "version": [
+ 20180309,
+ 1625
+ ],
+ "commit": "3caa95998d8492a2ca6c17971de499ca15609871",
+ "sha256": "0k8bd5j09753czl55dcwijs4j1vxir4zwcwlgsxli4b4f8sl2z8r"
+ }
+ },
+ {
+ "ename": "jdecomp",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1vgjmz7rxvgy9lprzr5b018lzqy3h0zg8913la1bzgwlm3mr68y5",
+ "fetcher": "github",
+ "repo": "xiongtx/jdecomp",
+ "unstable": {
+ "version": [
+ 20170224,
+ 2200
+ ],
+ "commit": "692866abc83deedce62be8d6040cf24dda7fb7a8",
+ "sha256": "00l6mc643na97jrb0k595kwmfg8wc7m5iqjd9l9vvf3dal6389b8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "1590b06f139f036c1041e1ce5c0acccaa24b31a7",
+ "sha256": "0sb9vzn6cycys31r98kxwgpn7v9aw5ck86nkskmn9hhhkrfsabii"
+ }
+ },
+ {
+ "ename": "jdee",
+ "commit": "a6d2c98f3bf2075e33d95c7befe205df802e798d",
+ "sha256": "15n76w0ygjmsa2bym59bkmbbh0kpqx6nacp4zz32hlg48kgz1dx4",
+ "fetcher": "github",
+ "repo": "jdee-emacs/jdee",
+ "unstable": {
+ "version": [
+ 20190418,
+ 1626
+ ],
+ "deps": [
+ "dash",
+ "flycheck",
+ "memoize",
+ "s"
+ ],
+ "commit": "b9ce633d68ece00dac03d3eeddc4477de53e5e38",
+ "sha256": "0gwcl9c0y2s9xyrajwrwiaklfd8as9hmmq0lbrd7fy4q0l0vpr98"
+ }
+ },
+ {
+ "ename": "jedi",
+ "commit": "bded1840a39fbf1e014c01276eb2f9c5a4fc218f",
+ "sha256": "1777060q25k9n2g6h1lm5lkki900pmjqkxq72mrk3j19jr4pk9m4",
+ "fetcher": "github",
+ "repo": "tkf/emacs-jedi",
+ "unstable": {
+ "version": [
+ 20160426,
+ 456
+ ],
+ "deps": [
+ "auto-complete",
+ "jedi-core"
+ ],
+ "commit": "d9b53d2ca103c46686f6fb4aa92d8af403107982",
+ "sha256": "0rcmcc8d1mfwb8c9bqk8pa1smrdyn7vjcvi7s9cp71p070d2hvqm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 7
+ ],
+ "deps": [
+ "auto-complete",
+ "jedi-core"
+ ],
+ "commit": "8da022c8cda511428c72a6dc4c5be3c0a0c88584",
+ "sha256": "0xbp9fcxgbf298w05hvf52z41kk7r52975ailgdn8sg60xc98fa7"
+ }
+ },
+ {
+ "ename": "jedi-core",
+ "commit": "bded1840a39fbf1e014c01276eb2f9c5a4fc218f",
+ "sha256": "0pzi32zdb4g9n4kvpmkdflmqypa7nckmnjq60a3ngym4wlzbb32f",
+ "fetcher": "github",
+ "repo": "tkf/emacs-jedi",
+ "unstable": {
+ "version": [
+ 20190620,
+ 1820
+ ],
+ "deps": [
+ "cl-lib",
+ "epc",
+ "python-environment"
+ ],
+ "commit": "d9b53d2ca103c46686f6fb4aa92d8af403107982",
+ "sha256": "0rcmcc8d1mfwb8c9bqk8pa1smrdyn7vjcvi7s9cp71p070d2hvqm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 7
+ ],
+ "deps": [
+ "cl-lib",
+ "epc",
+ "python-environment"
+ ],
+ "commit": "8da022c8cda511428c72a6dc4c5be3c0a0c88584",
+ "sha256": "0xbp9fcxgbf298w05hvf52z41kk7r52975ailgdn8sg60xc98fa7"
+ }
+ },
+ {
+ "ename": "jedi-direx",
+ "commit": "a058c3007e63b2b651689fd17c789f7d69348f83",
+ "sha256": "1y4n4c2imnm3f1q129bvbi4gzk0iazd8qq959gvq9j9fl1aziiz1",
+ "fetcher": "github",
+ "repo": "tkf/emacs-jedi-direx",
+ "unstable": {
+ "version": [
+ 20140310,
+ 936
+ ],
+ "deps": [
+ "direx",
+ "jedi"
+ ],
+ "commit": "7a2e677400717ed12b959cb5988e7b3fb1c12117",
+ "sha256": "1pgi5vnwz5agrpvy7nwg3gv2nfbbmimhk8dxkg81k6yf1iiqxcap"
+ }
+ },
+ {
+ "ename": "jeison",
+ "commit": "cd3a1dd8dc83c0fa8824036818a6a9b59adebb6c",
+ "sha256": "0day982ayqavwa91p3ng8a1wkkh49pzi3if4ddqm1xysldf5w9xg",
+ "fetcher": "github",
+ "repo": "SavchenkoValeriy/jeison",
+ "unstable": {
+ "version": [
+ 20190721,
+ 1651
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "66e276c1f2f08ca54d2cd60f2c9f974c662aae8b",
+ "sha256": "11k0g077893pd831vbkyiakmvkxzcwgr1g6inx10cscl0yvciq62"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "4b68ba9e001594f3e33d98cf89580d0aee02b258",
+ "sha256": "0ixr51wmq0w89430070bb05dmd9ip29f6bpry05hs0pc6qzh8wj9"
+ }
+ },
+ {
+ "ename": "jekyll-modes",
+ "commit": "6667529d56dc35c5c56e4b4a4d1f06b6172df677",
+ "sha256": "1305f1yg1mamyw3bkzrk5q3q58ihs8f5k9vjknsww5xvrzz3r1si",
+ "fetcher": "github",
+ "repo": "fred-o/jekyll-modes",
+ "unstable": {
+ "version": [
+ 20141117,
+ 1314
+ ],
+ "deps": [
+ "polymode"
+ ],
+ "commit": "7cb10b50fd2883e3f7b10fdfd98f19f2f0b2381c",
+ "sha256": "0rx72rid7922mhw21j85kxmx0fhpkmkv9jvxmj9izy01xnjbk00c"
+ }
+ },
+ {
+ "ename": "jemdoc-mode",
+ "commit": "49a8c0f885df0b91d758b4d7c92bd67368da8a56",
+ "sha256": "1bl8a9fcilrqjzh92q7nvd16pxjiwmbnj157q2bx36y7bxm60acv",
+ "fetcher": "github",
+ "repo": "drdv/jemdoc-mode",
+ "unstable": {
+ "version": [
+ 20170704,
+ 2027
+ ],
+ "commit": "529b4d4681e1198b9892f340fdd6c3f1592a047a",
+ "sha256": "1f8nn8mv18q3x3k32i6kjis9f3g1ybdjcfaw8hywqwy6k8dr734m"
+ }
+ },
+ {
+ "ename": "jenkins",
+ "commit": "2ed2da33db5eaea1a37f86057da174a45cd37ea5",
+ "sha256": "0ji42r7p3f3hh643839xf74gb231vr7anycr2xhkga8qy2vwa53s",
+ "fetcher": "github",
+ "repo": "rmuslimov/jenkins.el",
+ "unstable": {
+ "version": [
+ 20190521,
+ 400
+ ],
+ "deps": [
+ "dash",
+ "json"
+ ],
+ "commit": "9c7b9d4cb39eff7d6ac4d0cbd5ebc103dc86cac2",
+ "sha256": "1s49xmpc975q1ffb5c7cjrcwpa4a7kcakri26f5vqy3hn1h0c2v7"
+ }
+ },
+ {
+ "ename": "jenkins-watch",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1mdmh62rq3b8p23xgaf4i0kzpgq3ldljdxsnk07wa8bp3p7jxvgs",
+ "fetcher": "github",
+ "repo": "ataylor284/jenkins-watch",
+ "unstable": {
+ "version": [
+ 20121004,
+ 2326
+ ],
+ "commit": "37b84dfbd98240a57ff798e1ff8bc7dba2913577",
+ "sha256": "0jayhv8j7b527dimhvcs0d7ax25x7v50dk0k6apisqc23psvkq66"
+ }
+ },
+ {
+ "ename": "jest",
+ "commit": "a656c058c423ea6396b831d45c6dbb9bce6c4881",
+ "sha256": "10xsqcjskh2s6mlh07vf10whaas3aqm18hk3w309r3n1qmqihf75",
+ "fetcher": "github",
+ "repo": "emiller88/emacs-jest",
+ "unstable": {
+ "version": [
+ 20181216,
+ 459
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "dash-functional",
+ "js2-mode",
+ "magit-popup",
+ "projectile",
+ "s"
+ ],
+ "commit": "4c3b718b6a6fd4bf1d6209be1beffa33f6156b90",
+ "sha256": "18hqsk81f846nrx5wcbm4c0v8a500aag9ki435ls4axsv0ka7n2b"
+ }
+ },
+ {
+ "ename": "jetbrains",
+ "commit": "00dd4626e261d9831fc62d866d50b7257ee418c4",
+ "sha256": "0254dkzf2x5dj3j549xjash0lsadkn0bdcyjkjlrv8hqvdr1f1m7",
+ "fetcher": "github",
+ "repo": "emacs-php/jetbrains.el",
+ "unstable": {
+ "version": [
+ 20180301,
+ 502
+ ],
+ "deps": [
+ "cl-lib",
+ "f"
+ ],
+ "commit": "56f71a17d455581c10d48f6dbb31d9e2126227bf",
+ "sha256": "0v948k7xjm66px20ad331pskc7svpcrcffh3hbkjsksd4k0pggds"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "f"
+ ],
+ "commit": "38e136079f3f2ddbe0e8b7dec01cf6b515e897d8",
+ "sha256": "1ji64qip5raf0lbv7fv36rd4fwa33zn0xi7sa0zrgf0kcsr0qasb"
+ }
+ },
+ {
+ "ename": "jg-quicknav",
+ "commit": "0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f",
+ "sha256": "1pxyv1nbnqb0s177kczy6b6q4l8d2r52xqhx2rdb0wxdmp6m5x9c",
+ "fetcher": "github",
+ "repo": "jeffgran/jg-quicknav",
+ "unstable": {
+ "version": [
+ 20170809,
+ 130
+ ],
+ "deps": [
+ "cl-lib",
+ "s"
+ ],
+ "commit": "c8d53e774d63e68a944092c08a026b57da741038",
+ "sha256": "0rdrryfppgj5smrds5gyyhc4z8x36aq3gxdpckq80rbl4s729chy"
+ }
+ },
+ {
+ "ename": "jinja2-mode",
+ "commit": "b79196cf0dc0b436ff75eabea369a62f92825d9f",
+ "sha256": "0480fh719r4v7xdwyf4jlg1k36y54i5zrv7gxlhfm66pil75zafx",
+ "fetcher": "github",
+ "repo": "paradoxxxzero/jinja2-mode",
+ "unstable": {
+ "version": [
+ 20141128,
+ 1007
+ ],
+ "commit": "cfaa7bbe7bb290cc500440124ce89686f3e26f86",
+ "sha256": "0l26wcy496k6xk7q5sf905xir0p73ziy6c44is77854lv3y0z381"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "cfaa7bbe7bb290cc500440124ce89686f3e26f86",
+ "sha256": "0l26wcy496k6xk7q5sf905xir0p73ziy6c44is77854lv3y0z381"
+ }
+ },
+ {
+ "ename": "jira-markup-mode",
+ "commit": "e7e0349bff91ed27ad14dfc12178719453a8df55",
+ "sha256": "0f3sw41b4wl0aajq0ap66942rb2015d9iks0ss016jgzashw7zsp",
+ "fetcher": "github",
+ "repo": "mnuessler/jira-markup-mode",
+ "unstable": {
+ "version": [
+ 20150601,
+ 2109
+ ],
+ "commit": "4fc534c47df26a2f402bf835ebe2ed89474a4062",
+ "sha256": "1ack7dmapva3wc2gm22prd5wd3cmq19sl4xl9f04a3nk2msr6ksx"
+ }
+ },
+ {
+ "ename": "jiralib2",
+ "commit": "11b76e144ba79e2b8424b5ed6cea860173efa7e0",
+ "sha256": "14npnf2mdx75i2r9b4n4xph43b9skx0wla0gq541qj6ffd5a7z46",
+ "fetcher": "github",
+ "repo": "nyyManni/jiralib2",
+ "unstable": {
+ "version": [
+ 20190720,
+ 1329
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "9e3c238d96a98d6d156dbb38dcbaecf1450b9d2e",
+ "sha256": "1332jnn63wl00l9701qvjx9z6sxisygvn9bz366yhiq2racfrgb4"
+ }
+ },
+ {
+ "ename": "jist",
+ "commit": "898bfa0b315240ef9335fde24ff0386a4c6c6595",
+ "sha256": "11m9li1016cfkm4931h69d7g1dc59lwjl83wy3yipswdg3zlw0ar",
+ "fetcher": "github",
+ "repo": "emacs-pe/jist.el",
+ "unstable": {
+ "version": [
+ 20161229,
+ 1721
+ ],
+ "deps": [
+ "dash",
+ "let-alist",
+ "magit",
+ "request",
+ "seq"
+ ],
+ "commit": "da0692452e312a99bb27d8708504b521798aca48",
+ "sha256": "13dic7bmj7a8vvjz47s1fnz8p5m22d2m2h2vlkmlq7322qwxxw6p"
+ }
+ },
+ {
+ "ename": "jknav",
+ "commit": "3673aebf53a7a3d54aee4e979b9dc7e37842f4db",
+ "sha256": "0c0a8plqrlsw8lhmyj9c1lfkj2b48cjkbw9pna8qcizvwgym9089",
+ "fetcher": "github",
+ "repo": "aculich/jknav.el",
+ "unstable": {
+ "version": [
+ 20121006,
+ 2025
+ ],
+ "commit": "861245715c728503dad6573278fdd75c271dbf8b",
+ "sha256": "1idby2rjkslw85593qd4zy6an9zz71yzwqc6rck57r54xyfs8mij"
+ }
+ },
+ {
+ "ename": "jonprl-mode",
+ "commit": "d26b6aea2b0567b971c4f013b58b598e9eb76af6",
+ "sha256": "0763ad65dmpl2l5lw91mlppfdvrjg6ym45brhi8sdwwri1xnyv9z",
+ "fetcher": "github",
+ "repo": "david-christiansen/jonprl-mode",
+ "unstable": {
+ "version": [
+ 20160819,
+ 59
+ ],
+ "deps": [
+ "cl-lib",
+ "yasnippet"
+ ],
+ "commit": "6059bb64891fae45827174e044d6a87ac07172d8",
+ "sha256": "0v4xiq3xf7c52rmyymw8a4ws85ij0xy7pr7625gf15359cs5chs9"
+ }
+ },
+ {
+ "ename": "jpop",
+ "commit": "2a52a3cf909d12201196b92685435f9fa338b7ba",
+ "sha256": "00chh1aqnkkkhdp44sapdjx37cbn92g42wapdq7kcl8v1v0xmnjr",
+ "fetcher": "github",
+ "repo": "domtronn/jpop.el",
+ "unstable": {
+ "version": [
+ 20170410,
+ 1250
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "7628b03260be96576b34459d45959ee77d8b2110",
+ "sha256": "1x7qha7xyn2j225h7axhskngc8icjhgm3f451iq3qysj22q8g4d6"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 2,
+ 3
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "f3eed65e54dc2daaa7678e6eb169d35c4a7d1e63",
+ "sha256": "17wiv1b8c56c2zi9b9mjm37kl7yc735nk3188wnmq3fqjgdpwpwg"
+ }
+ },
+ {
+ "ename": "jq-format",
+ "commit": "ce800af0c5dd7f1e4ab7ade92a863ce500c12fce",
+ "sha256": "1ljbpgcs1s1if9s5c10k12f23rad7172k7y3s38ipn7vl7wmarw0",
+ "fetcher": "github",
+ "repo": "wbolster/emacs-jq-format",
+ "unstable": {
+ "version": [
+ 20190428,
+ 1434
+ ],
+ "deps": [
+ "reformatter"
+ ],
+ "commit": "47e1c5adb89b37b4d53fe01302d8c675913c20e7",
+ "sha256": "1g9chp1b3lkrg46b39swrkvp5willi0ay3i177jdp6knbzhj4mq3"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "reformatter"
+ ],
+ "commit": "47e1c5adb89b37b4d53fe01302d8c675913c20e7",
+ "sha256": "1g9chp1b3lkrg46b39swrkvp5willi0ay3i177jdp6knbzhj4mq3"
+ }
+ },
+ {
+ "ename": "jq-mode",
+ "commit": "318705966e26e58f87b53c115c519db95874ac1c",
+ "sha256": "1xvh641pdkvbppb2nzwn1ljdk7sv6laq29kdv09kxaqd89vm0vin",
+ "fetcher": "github",
+ "repo": "ljos/jq-mode",
+ "unstable": {
+ "version": [
+ 20190718,
+ 913
+ ],
+ "commit": "a439bd395e0ad6b6110789b8f10d0efbe1fe889d",
+ "sha256": "18r9igkxy7ymj5xran806f6cy099gb19mg8minchs98jsjjmka9g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "commit": "d6bbd83baf0746f22564f7ae92db44e06da6e08c",
+ "sha256": "1sk603258gvnfrvl641xfmgapg67z44wnlx6qba73wn3f2055765"
+ }
+ },
+ {
+ "ename": "jquery-doc",
+ "commit": "504d8cfac08f3fcd856610bc2caeb4d4178aeedf",
+ "sha256": "0pyg90izdrb9mvpbz9nx21mp8m3svqjnz1jr8i7wqgfjxsxdklxj",
+ "fetcher": "github",
+ "repo": "ananthakumaran/jquery-doc.el",
+ "unstable": {
+ "version": [
+ 20150812,
+ 758
+ ],
+ "commit": "24032284919b942ec27707d929bdd8bf48420062",
+ "sha256": "0gh2bgmsbi9lby89ssvl49kpz07jqrfnyg47g6b9xmf5rw42s1z9"
+ }
+ },
+ {
+ "ename": "js-auto-beautify",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0hpp6im24xy4g5l1n9kvpmpj26rnxxnf4snf7xgh5gxx6wsiicy1",
+ "fetcher": "github",
+ "repo": "Qquanwei/auto-beautify.el",
+ "unstable": {
+ "version": [
+ 20161031,
+ 509
+ ],
+ "deps": [
+ "web-beautify",
+ "web-mode"
+ ],
+ "commit": "180d15af7b5dfaab4ee1954cca2fdc797932f9de",
+ "sha256": "0xwkjq41v32dqc5gq8hcmcvdjg2y38xq6hkw5pja0kyvyk92c82d"
+ }
+ },
+ {
+ "ename": "js-auto-format-mode",
+ "commit": "2d3be16771b5b5fde639da3ee97890620354ee7a",
+ "sha256": "1gxf7xz1j3ga2pk5w8cgny7l8kid59zap2a97lhb50w1qczfqqzs",
+ "fetcher": "github",
+ "repo": "ybiquitous/js-auto-format-mode",
+ "unstable": {
+ "version": [
+ 20180807,
+ 1352
+ ],
+ "commit": "4c184256c4ccee3451357d3277c3e1bb16de2d98",
+ "sha256": "1mlqpzy5xg3wni1dchnmbs01dmlqimy167fknd6bsfb7ydf6ilqg"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "29d245b4d126a5fc5153a4d8f17396be4165b4a6",
+ "sha256": "1d0q59rk44jf87ppnn5bwr14p2vgcnfdr7pf6hdqkhb8gzr8bh7c"
+ }
+ },
+ {
+ "ename": "js-codemod",
+ "commit": "81670a2467fa846a3f0e6c81e870e8ae140dd54e",
+ "sha256": "1m5wbyx12sc5qwbrh948ikskck10p6j05ahrrvmmflvfb3q4vpcj",
+ "fetcher": "github",
+ "repo": "torgeir/js-codemod.el",
+ "unstable": {
+ "version": [
+ 20171104,
+ 1154
+ ],
+ "commit": "014e56c846487d1eeaf8a91dd503b9d96eb1510a",
+ "sha256": "0s07ypjlqsx2pgq89wmr69w9p7ybc62abqp53kzf5gmdl6fdzgxq"
+ }
+ },
+ {
+ "ename": "js-comint",
+ "commit": "bc9d20b95e369e5a73c85a4a9385d3a8f9edd4ca",
+ "sha256": "0jvkjb0rmh87mf20v6rjapi2j6qv8klixy0y0kmh3shylkni3an1",
+ "fetcher": "github",
+ "repo": "redguardtoo/js-comint",
+ "unstable": {
+ "version": [
+ 20190606,
+ 6
+ ],
+ "commit": "ab8953bdf0176b1fadd7a3bb621f848ec5dc1f0c",
+ "sha256": "0li5za8zamwpr6cdz4b171wa0njana0ddmclrkbw1imkarb4yhp5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "83e932e4a83d1a69098ee87e0ab911d299368e60",
+ "sha256": "1r2fwsdfkbqnm4n4dwlp7gc267ghj4vd0naj431w7pl529dmrb6x"
+ }
+ },
+ {
+ "ename": "js-doc",
+ "commit": "5621f60b3f580db652c347719d004d7168944caa",
+ "sha256": "0nafqgb4kf8jgrb7ijfcvigq8kf043ki89h61izda4hccm3c42pk",
+ "fetcher": "github",
+ "repo": "mooz/js-doc",
+ "unstable": {
+ "version": [
+ 20160715,
+ 434
+ ],
+ "commit": "f0606e89d5aa89146f96edb38cf69af0068a9d1e",
+ "sha256": "1ffayl6hca9zanbznh6rkql7fbr53id1lyrj2vllx8zakfac4dyv"
+ }
+ },
+ {
+ "ename": "js-format",
+ "commit": "0d6deaa93f7deaba9f5f36f1963522b6dc5c673a",
+ "sha256": "112zqb3q1gjlaa9zkmhx7vamh0g97dwp9j55215i1sx66lmp18iq",
+ "fetcher": "github",
+ "repo": "futurist/js-format.el",
+ "unstable": {
+ "version": [
+ 20170119,
+ 102
+ ],
+ "deps": [
+ "js2-mode"
+ ],
+ "commit": "544bda9be72b74ec2d442543ba60cff727d96669",
+ "sha256": "18wr2z2w2fqgy51f5m5izrnywarxn6w4qs04lsgbwlsc6ahpwwpf"
+ }
+ },
+ {
+ "ename": "js-import",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0r653ls1a4kr7i7249afgfj7vz365gadfm8bc1vmqfabxn8mysd4",
+ "fetcher": "github",
+ "repo": "jakoblind/js-import",
+ "unstable": {
+ "version": [
+ 20190218,
+ 1319
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "projectile"
+ ],
+ "commit": "2ab3b120cc94ebf4bee2d959c8869440bc4c7484",
+ "sha256": "1fv8lpjanyn6chf502lz0j438hfxhqz1b0z2kxsd4jgy20ixchmg"
+ }
+ },
+ {
+ "ename": "js2-closure",
+ "commit": "61bf3e70ae38a78184f0b373ff6f0db234f51cb2",
+ "sha256": "19732bf98lk2ah2ssgkr1ngxx7rz3nhsiw84lsfmydb0vvm4fpk7",
+ "fetcher": "github",
+ "repo": "jart/js2-closure",
+ "unstable": {
+ "version": [
+ 20170816,
+ 1918
+ ],
+ "deps": [
+ "js2-mode"
+ ],
+ "commit": "f59db386d7d0693935d0bf52babcd2c203c06d04",
+ "sha256": "09zfmxi9m883lzsafnws06ifpq92b2i9q05pxk085vgkdpq35nss"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2,
+ 1
+ ],
+ "deps": [
+ "js2-mode"
+ ],
+ "commit": "74a75f001a8bc2b9c02b9e8b4557f7ee3c5f84fb",
+ "sha256": "1gapx656s4ngy8s8y1p56xxnclwf4qqg83l3jizknxky7yhayyl9"
+ }
+ },
+ {
+ "ename": "js2-highlight-vars",
+ "commit": "5f4a7c90be2e032277ae87b8de36d2e3f6146f09",
+ "sha256": "07bq393g2jy8ydvaqyqn6vdyfvyminvgi239yvwzg5g9a1xjc475",
+ "fetcher": "github",
+ "repo": "unhammer/js2-highlight-vars.el",
+ "unstable": {
+ "version": [
+ 20170418,
+ 1829
+ ],
+ "deps": [
+ "js2-mode"
+ ],
+ "commit": "e3bb177e50f76b272e8073a94d4f46be6512a163",
+ "sha256": "0yy8sqkn6c7r377qr2id4z550vw1x70xjd4i7yg0g1rj7q1kg98l"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "js2-mode"
+ ],
+ "commit": "bf38d12cf65eebc8b81866fd03f6a0389bb2a9ed",
+ "sha256": "0r2szaxr3q0gvxqd9asn03q8jf3nclxv4mqdsjn96s98n45x388l"
+ }
+ },
+ {
+ "ename": "js2-mode",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0f9cj3n55qnlifxwk1yp8n1kfd319jf7qysnkk28xpvglzw24yjv",
+ "fetcher": "github",
+ "repo": "mooz/js2-mode",
+ "unstable": {
+ "version": [
+ 20190606,
+ 1008
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "999c0e7d96f4d5be0950b6506d732dc3d7c53635",
+ "sha256": "0nwhw0qw1hbdh0jrdbsgzv4z9yc93x9yjfpan93cbcw0i9qfai8h"
+ },
+ "stable": {
+ "version": [
+ 20190219
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ed955e7f1608cfd2d2713129d65f5fd734842ae4",
+ "sha256": "0766bbr4piia9vfr4ivd2gwi8dxah654adv6h28ylz4q8xmfzm1b"
+ }
+ },
+ {
+ "ename": "js2-refactor",
+ "commit": "8935264dfea9bacc89fef312215624d1ad9fc437",
+ "sha256": "09dcfwpxxyw0ffgjjjaaxbsj0x2nwfrmxy1a05h8ba3r3jl4kl1r",
+ "fetcher": "github",
+ "repo": "magnars/js2-refactor.el",
+ "unstable": {
+ "version": [
+ 20190630,
+ 2108
+ ],
+ "deps": [
+ "dash",
+ "js2-mode",
+ "multiple-cursors",
+ "s",
+ "yasnippet"
+ ],
+ "commit": "d4c40b5fc86d3edd7c6a7d83ac86483ee1cb7a28",
+ "sha256": "08b25y3raz0p98zxk9xdd8nj9shqd6mzrqhbq1gg4cwsmi7h7ly1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "js2-mode",
+ "multiple-cursors",
+ "s",
+ "yasnippet"
+ ],
+ "commit": "089c7800e3e7b0a89ee2392037ac07851bcee298",
+ "sha256": "1iwblf5i7k1i1ax9pjv7n8zv9q157krirdn0gwcib6dwza2i30jp"
+ }
+ },
+ {
+ "ename": "js3-mode",
+ "commit": "805a7c7fee2bafd8785813963bf91ac1ca417fd1",
+ "sha256": "12s5qf6zfcv4m5kqxvh9b4zgwf433x39a210d957gjjp5mywbb1r",
+ "fetcher": "github",
+ "repo": "thomblake/js3-mode",
+ "unstable": {
+ "version": [
+ 20160515,
+ 1550
+ ],
+ "commit": "229aeb374f1b1f3ee5c59b8ba3eebb6385c232cb",
+ "sha256": "0yd2lck1kq01pxk86jpxff5ih6fxx1a1wvl7v8b5ys7gi33fjqz2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "5ccda46ba39998a74bd724fdffb34634be5b6563",
+ "sha256": "17d0nf1kz7mgv5qz57q6khy4w5vrmsliqirggahk9s6nnsx1j56n"
+ }
+ },
+ {
+ "ename": "jscs",
+ "commit": "f59d039a199ff93d7280669511a752f12a74f0bd",
+ "sha256": "1yw251f6vpj2bikjw79arywprk8qnmmfcki99mvwnqhsqlv1a8iv",
+ "fetcher": "github",
+ "repo": "papaeye/emacs-jscs",
+ "unstable": {
+ "version": [
+ 20151015,
+ 1749
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "9d39d0f2355e69a020bf76242504f3a33e013ccf",
+ "sha256": "1bqsv2drhcs8ia7nxss33f80p2mhcl4mr1nalphzw6s1f4mq2sgy"
+ }
+ },
+ {
+ "ename": "jsfmt",
+ "commit": "4ddc99843dec18a295dfc36e7b429f0e1ab7fb71",
+ "sha256": "1syy32sv2d57b3gja0ly65h36mfnyq6hzf5lnnl3r58yvbdzngqd",
+ "fetcher": "github",
+ "repo": "brettlangdon/jsfmt.el",
+ "unstable": {
+ "version": [
+ 20180920,
+ 1008
+ ],
+ "commit": "ca141a135c7700eaedef92561d334e1fb7dc28a1",
+ "sha256": "13b2y6q6hqgdf32vyph407jlgki8xf5kflqz8zi0hcrmb8wkrd5x"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "c5d9742872509143db0250a77db705ef78f02cd0",
+ "sha256": "0pjmslxwmlb9cb3j5qfsyxq1lg1ywzw1p9dvj330c2m7nla1j70x"
+ }
+ },
+ {
+ "ename": "json-mode",
+ "commit": "03d0ff6c8d724cf39446fa27f52aa5cc1a3cefb6",
+ "sha256": "014j10wgxsqy6d6aksnkz2dr5cmpsi8c7v4a825si1vgb4622a70",
+ "fetcher": "github",
+ "repo": "joshwnj/json-mode",
+ "unstable": {
+ "version": [
+ 20190123,
+ 422
+ ],
+ "deps": [
+ "json-reformat",
+ "json-snatcher"
+ ],
+ "commit": "0e819e519ae17a2686e0881c4ca51fa873fa9b83",
+ "sha256": "0m4i6b5qmakdc0h8npsyajdp06jq03cb1c5rkj6x0khnjw9fv2fl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7,
+ 0
+ ],
+ "deps": [
+ "json-reformat",
+ "json-snatcher"
+ ],
+ "commit": "9ba01b868a6b138feeff82b9eb0abd331d29325f",
+ "sha256": "0i79lqzdg59vkqwjd3q092xxn9vhxspb1vn4pkis0vfvn46g01jy"
+ }
+ },
+ {
+ "ename": "json-navigator",
+ "commit": "62d4d68bd473652b80988a68250e9190b886ad6e",
+ "sha256": "0yfl31cg0mkgsbpgx00m9h2cxnhsavcf7zlspb0qr4g2zq6ya1wx",
+ "fetcher": "github",
+ "repo": "DamienCassou/json-navigator",
+ "unstable": {
+ "version": [
+ 20190131,
+ 1031
+ ],
+ "deps": [
+ "hierarchy"
+ ],
+ "commit": "f4cde60c4203fc70cc7ff22ed1d6579159ce2598",
+ "sha256": "0xrjbx6rkm8a6pmzhdph0r6l468hj827dvvq2hxhcm8v5gk6m690"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "hierarchy"
+ ],
+ "commit": "f4cde60c4203fc70cc7ff22ed1d6579159ce2598",
+ "sha256": "0xrjbx6rkm8a6pmzhdph0r6l468hj827dvvq2hxhcm8v5gk6m690"
+ }
+ },
+ {
+ "ename": "json-reformat",
+ "commit": "f8c7976237f327fdfa58eea26ac8679f40ef3163",
+ "sha256": "1m5p895w9qdgb8f67xykhzriribgmp20a1lvj64iap4aam6wp8na",
+ "fetcher": "github",
+ "repo": "gongo/json-reformat",
+ "unstable": {
+ "version": [
+ 20160212,
+ 853
+ ],
+ "commit": "8eb6668ed447988aea06467ba8f42e1f2178246f",
+ "sha256": "11y11yybhb8wfj8qcj4gw8rhhly7kjs7ylyxwsh7qnfgq6f771qh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 6
+ ],
+ "commit": "b9bd375ec1deb10d2ba09c409bdcf99c56d7a716",
+ "sha256": "0qp4n2k6s69jj4gwwimkpadjv245y54wk3bxb1x96f034gkp81vs"
+ }
+ },
+ {
+ "ename": "json-rpc",
+ "commit": "82c6b97cdfe2970f028a00146b01e5734710291b",
+ "sha256": "1v1pfmm9g18p6kgn27q1m1bjgwbzvwfm0jbsxp8gdsssaygky71k",
+ "fetcher": "github",
+ "repo": "skeeto/elisp-json-rpc",
+ "unstable": {
+ "version": [
+ 20180104,
+ 1528
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0992ae71964055230aa5d4d934a1b93b5dfd7eb4",
+ "sha256": "0nfccwxss3dz1ig6i3dig703xpsy90m7i96bm3pysrw2jfp4by9s"
+ }
+ },
+ {
+ "ename": "json-rpc-server",
+ "commit": "c9b2ed94451c49997a0895cacdd177dc3534e4e3",
+ "sha256": "1cmpxg07n9x266q0j6d0ywlywrwkjxkn863npyh75mhixx361674",
+ "fetcher": "github",
+ "repo": "jcaw/json-rpc-server.el",
+ "unstable": {
+ "version": [
+ 20190714,
+ 1521
+ ],
+ "commit": "1623346b308dc8f593346dc947fdc4092d674834",
+ "sha256": "1kkn4xjn9i207x580902jfpcrhpkvpyzxk4jh1bclbryki9602zv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "1623346b308dc8f593346dc947fdc4092d674834",
+ "sha256": "1kkn4xjn9i207x580902jfpcrhpkvpyzxk4jh1bclbryki9602zv"
+ }
+ },
+ {
+ "ename": "json-snatcher",
+ "commit": "990de179e20c169aa02ffec42c89f18ce02239c8",
+ "sha256": "0f6j9g3c5fz3wlqa88706cbzinrs3dnfpgsr2d3h3117gic4iwp4",
+ "fetcher": "github",
+ "repo": "Sterlingg/json-snatcher",
+ "unstable": {
+ "version": [
+ 20150512,
+ 347
+ ],
+ "commit": "c4cecc0a5051bd364373aa499c47a1bb7a5ac51c",
+ "sha256": "05zsgnk7grgw9jzwl80h5sxfpifxlr37b4mkbvx7mjq4z14xc2jw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "c4cecc0a5051bd364373aa499c47a1bb7a5ac51c",
+ "sha256": "05zsgnk7grgw9jzwl80h5sxfpifxlr37b4mkbvx7mjq4z14xc2jw"
+ }
+ },
+ {
+ "ename": "jsonl",
+ "commit": "7b74404824208b80bfd47478d105e1f17235b36b",
+ "sha256": "1gng6jm4wnb7m11lcpc2rb239raskcjlbya0myzfb8cfr2v6z6h6",
+ "fetcher": "github",
+ "repo": "ebpa/jsonl.el",
+ "unstable": {
+ "version": [
+ 20190623,
+ 509
+ ],
+ "commit": "3dd0b7bb2b4bce9f9de7367941f0cc78f82049c9",
+ "sha256": "0c69yldiyg8q7dhqdcchkz20l44ckpmg8nri2740jg9wkwkj4wiz"
+ }
+ },
+ {
+ "ename": "jsonnet-mode",
+ "commit": "ba17372732723f73e8eeb6e7c47abc0edeb20da4",
+ "sha256": "1aadys887szlc924qr645lby9f8vzvxkwhq6byhppk1b01h911ia",
+ "fetcher": "github",
+ "repo": "mgyucht/jsonnet-mode",
+ "unstable": {
+ "version": [
+ 20181211,
+ 1853
+ ],
+ "commit": "2b90b4e12a11c42df0f1e5db327a50555b6ff023",
+ "sha256": "0j1dggxq1rm47cbi7khask40sj1wrcd0jki4m7j15qaxw7ryihhm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "commit": "efe768fdcff25d746674fbbf229b9e1a7efea4f1",
+ "sha256": "1a52266y83z9i3sg7hhc8sw7rhjy5i9wdy2bv7s2fv00lnngaj29"
+ }
+ },
+ {
+ "ename": "jss",
+ "commit": "e3dc3607f512df378ba141327802820da4991a97",
+ "sha256": "050hskqcjz5kc8nni255vj3hc9m936w1rybvg5kqyz4p4lpzj00k",
+ "fetcher": "github",
+ "repo": "segv/jss",
+ "unstable": {
+ "version": [
+ 20130508,
+ 1423
+ ],
+ "deps": [
+ "js2-mode",
+ "websocket"
+ ],
+ "commit": "41749257aecf13c7bd6ed489b5ab3304d06e40bc",
+ "sha256": "07yd7sxb5f2mbm2nva7b2nwyxxkmsi2rdd5qig0bq1b2mf3g5l83"
+ }
+ },
+ {
+ "ename": "jst",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "1kxf8ckhsh0sgc4xqkkyh7ghk17farqqz35ibvmyrkl9s19ydj1q",
+ "fetcher": "github",
+ "repo": "zhangkaiyulw/jst-mode",
+ "unstable": {
+ "version": [
+ 20150604,
+ 1138
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "pcache",
+ "s"
+ ],
+ "commit": "2a3fd16c992f7790dc67134ef06a814c3d20579c",
+ "sha256": "16jgmabcqrjb3v9c6q711jqn9dna88bmzm4880mdry69ixwcydxy"
+ }
+ },
+ {
+ "ename": "jsx-mode",
+ "commit": "7dea24e922f18c1f7e1b97da07ba2e4f33170557",
+ "sha256": "1lnjnyn8qf3biqr92z443z6b58dly7glksp1g986vgqzdprq3n1b",
+ "fetcher": "github",
+ "repo": "jsx/jsx-mode.el",
+ "unstable": {
+ "version": [
+ 20130908,
+ 1724
+ ],
+ "commit": "47213429c09259126cddb5742482cfc444c70d50",
+ "sha256": "1g648r0wrd8m5ggl5jrplmj7jmr68bh2ykyii5wv30zfba97r1sh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 10
+ ],
+ "commit": "1ca260b76f6e6251c528ed89501597a5b456c179",
+ "sha256": "1wx28rr5dk238yz07xn95v88qmv10c1gz9pcxard2kszpnmrn6dx"
+ }
+ },
+ {
+ "ename": "jtags",
+ "commit": "caaa21f235c4864f6008fb454d0a970a2fd22a86",
+ "sha256": "1f3dw9fr31lcqmida14d9rsvy1r1b5d6ihqwdj9hbx5kv7d8jyj7",
+ "fetcher": "git",
+ "url": "https://git.code.sf.net/p/jtags/code",
+ "unstable": {
+ "version": [
+ 20160211,
+ 2029
+ ],
+ "commit": "b50daa48510f71e74ce0ec2eb85030896a79cf96",
+ "sha256": "03w5y9c1109kpsn6xnxdaz3maiwbvxywqshc1l5wngfc85jwiv8y"
+ }
+ },
+ {
+ "ename": "julia-mode",
+ "commit": "3416586d4d782cdd61a56159c5f80a0ca9b3ddf4",
+ "sha256": "1f26j3nxspwrvnsk3kmam8rw4jwikwmi9a5zwsx9aa1rrasg58w3",
+ "fetcher": "github",
+ "repo": "JuliaEditorSupport/julia-emacs",
+ "unstable": {
+ "version": [
+ 20190407,
+ 2119
+ ],
+ "commit": "1eacdc608b6ce1947db0a86e61f2061f00a96bc1",
+ "sha256": "01bz57d8hnlr9g9xm987zaziyssgd5iacxcbgmg9lynksjgnpwsz"
+ }
+ },
+ {
+ "ename": "julia-repl",
+ "commit": "9a2a494969a9caf2f4513b12504379c9685047dc",
+ "sha256": "1k8a54s7g64zasmmnywygr0ra3s3din5mkqb7b5van2l0d4hcmzn",
+ "fetcher": "github",
+ "repo": "tpapp/julia-repl",
+ "unstable": {
+ "version": [
+ 20190420,
+ 1455
+ ],
+ "commit": "71380e8139e28ea527a85ddb9146f2980d62c1f8",
+ "sha256": "1kmmk5wf0ifyn894qadqxfpwy2j6m397r0lg14sa73r01ql2j010"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "6eb58ef8b2e922e042fb0aee399547291fce06a4",
+ "sha256": "05siwlyafga6ihksmd4v7dlhn1c3f6vg4ns255apm7vnmfryzvkf"
+ }
+ },
+ {
+ "ename": "julia-shell",
+ "commit": "a812c6a8498949d8bd9828a95433c539da87c1c8",
+ "sha256": "0182irlvk6nn71zk4j8xjgcqp4bxi7a2dbj44frrssy6018cd410",
+ "fetcher": "github",
+ "repo": "dennisog/julia-shell-mode",
+ "unstable": {
+ "version": [
+ 20161125,
+ 1910
+ ],
+ "deps": [
+ "julia-mode"
+ ],
+ "commit": "583a0b2ca20461ab4356929fd0f2212c22341b69",
+ "sha256": "182r7x7w3xnx7c54izz3rlz0khcwh7v21m89qpq99f9dvcs6273k"
+ }
+ },
+ {
+ "ename": "jumblr",
+ "commit": "b47000c35a181c03263e85e8955eb4b4c9e69e4d",
+ "sha256": "1wnawz1m6x95iyzac453p55h7hlr5q0ry5437aqqx0bw7gdwg3dp",
+ "fetcher": "github",
+ "repo": "mkmcc/jumblr",
+ "unstable": {
+ "version": [
+ 20170727,
+ 2043
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "34533dfb9db8538c005f4eaffafeff7ed193729f",
+ "sha256": "0nn2m27c70nykin4iakrna0c61qd1hr09czrfmfpk06k70iifjky"
+ }
+ },
+ {
+ "ename": "jump",
+ "commit": "f0c791aebccc08b770b3969ce5d2e82cbe26f80e",
+ "sha256": "18g0fa9g8m9jscsm6pn7jwdq94l4aj0dfhrv2hqapq1q1x537364",
+ "fetcher": "github",
+ "repo": "eschulte/jump.el",
+ "unstable": {
+ "version": [
+ 20161127,
+ 128
+ ],
+ "deps": [
+ "cl-lib",
+ "findr",
+ "inflections"
+ ],
+ "commit": "e4f1372cf22e811faca52fc86bdd5d817498a4d8",
+ "sha256": "0354b64drvv8v5g13xy5nc1klwx4hldz1b5mf1frhna7h2dqz0j9"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 5
+ ],
+ "deps": [
+ "cl-lib",
+ "findr",
+ "inflections"
+ ],
+ "commit": "40a7ffdf734ffe7d1968909663146255d7ba69c8",
+ "sha256": "1ig1wdjg914p9ng1nir2fid4mb3xz2dbpmkdnfy1klq2zp0xw2s3"
+ }
+ },
+ {
+ "ename": "jump-char",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1r6d1vhm87zafi7rr7z8jwyz3yy7i7s4774n84jsql24j1rzzwd4",
+ "fetcher": "github",
+ "repo": "lewang/jump-char",
+ "unstable": {
+ "version": [
+ 20180601,
+ 1348
+ ],
+ "commit": "1e31a3c687f2b3c71bbfab881c6d75915534bb9e",
+ "sha256": "1nzln2l6sy67qz30107sgyhhfacy85im9vdlbv1hp4fzdmxxkx84"
+ }
+ },
+ {
+ "ename": "jump-to-line",
+ "commit": "4b6c700a28b65cbbad36a9bbaf88cc36c8191eb0",
+ "sha256": "09ifhsggl5mrb6l8nqnl38yph0v26v30y98ic8hl23i455hqkkdr",
+ "fetcher": "github",
+ "repo": "ongaeshi/jump-to-line",
+ "unstable": {
+ "version": [
+ 20130122,
+ 1653
+ ],
+ "commit": "01ef8c3529d85e6c59cc20840acbc4a8e8325bc8",
+ "sha256": "1s9plmg323m1p625xqnks0yqz0zlsjacdj7pv8f783r0d9jmfq3s"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "01ef8c3529d85e6c59cc20840acbc4a8e8325bc8",
+ "sha256": "1s9plmg323m1p625xqnks0yqz0zlsjacdj7pv8f783r0d9jmfq3s"
+ }
+ },
+ {
+ "ename": "jump-tree",
+ "commit": "fe6b08848929c83e3cdea623b331176c0f20cbe9",
+ "sha256": "1gknpwd1vjpd1jqpi2axhyi6sg4clarr32rfrfz6hi6kmzr848mj",
+ "fetcher": "github",
+ "repo": "yangwen0228/jump-tree",
+ "unstable": {
+ "version": [
+ 20171014,
+ 1551
+ ],
+ "commit": "282267dc6305889e31d46b405b7ad4dfe5923b66",
+ "sha256": "0r6cwpks4aylndvq5lcny3799fag05zm36gd11043wca7sgr90fz"
+ }
+ },
+ {
+ "ename": "jumplist",
+ "commit": "b2b7c688b881615c5f0b00f3879b9469d380a4e6",
+ "sha256": "06xjg1q8b2fwfhfmdkb76bw2id8pgqc61fmwlgri5746jgdmd7nf",
+ "fetcher": "github",
+ "repo": "ganmacs/jumplist",
+ "unstable": {
+ "version": [
+ 20151120,
+ 345
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c482d137d95bc5e1bcd790cdbde25b7f729b2502",
+ "sha256": "0ykzvy8034mchq6ffyi7vqnwyrj6gnqqgn39ki81pv97qh8hh8yl"
+ }
+ },
+ {
+ "ename": "jupyter",
+ "commit": "a63a933e193a52e60950331ec982c5f5cdfaa5d9",
+ "sha256": "0p83mkvip1gn5ag2j6s68wzfgg2sf15iyxh7ylads3yw44h26wvi",
+ "fetcher": "github",
+ "repo": "dzop/emacs-jupyter",
+ "unstable": {
+ "version": [
+ 20190809,
+ 349
+ ],
+ "deps": [
+ "cl-lib",
+ "simple-httpd",
+ "websocket",
+ "zmq"
+ ],
+ "commit": "c4dc513c52c57a6f67d3c25c09079365dd2b06f5",
+ "sha256": "1bfxv5y8w0c3n81yb59f74014sdvdqf294kw01bq68kcg0xk6bx8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "simple-httpd",
+ "websocket",
+ "zmq"
+ ],
+ "commit": "6650dd35887e0e987385a4fb74b0a3c1661e149b",
+ "sha256": "152g22bm970px2mi3bfr6f59mvvbk2p8prv5vs5b9n0cmviqm50w"
+ }
+ },
+ {
+ "ename": "jvm-mode",
+ "commit": "7cdb7d7d7b955405eb6357277b5d049df8aa85ce",
+ "sha256": "1r283b4s0pzq4hgwcz5cnhlvdvq4gy0x51g3vp0762s8qx969a5w",
+ "fetcher": "github",
+ "repo": "martintrojer/jvm-mode.el",
+ "unstable": {
+ "version": [
+ 20150422,
+ 708
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "3355dbaf5b0185aadfbad24160399abb32c5bea0",
+ "sha256": "0k91cdjlpil8npc4d3zsgx2gk41crl7qgm9r85khcgxs59kmkniw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "16d84c8c80bb214367bae6ed30b08756521c27d6",
+ "sha256": "1785nsv61m51lpykai2wxrv6zmwbm5654v937fgw177p37054s83"
+ }
+ },
+ {
+ "ename": "k8s-mode",
+ "commit": "44085c3f730315a5fc2a9a003ffa16d5df9f9a52",
+ "sha256": "14m4s0l61a2h38pdq6iczva24cl3mqdkw99k1q0drisdrvy57f33",
+ "fetcher": "github",
+ "repo": "TxGVNN/emacs-k8s-mode",
+ "unstable": {
+ "version": [
+ 20181231,
+ 741
+ ],
+ "deps": [
+ "yaml-mode"
+ ],
+ "commit": "1580ffd6ec7749ec6d069ccea95f8c926ca5db15",
+ "sha256": "0sl8xyhfjnpg46l9f8c3wwwwnl551ly03sghi9a4mx42xpb1g5k0"
+ }
+ },
+ {
+ "ename": "kaesar",
+ "commit": "201fac8639e59dc923ea31da1f84a99f83d51b47",
+ "sha256": "0zhi1dv1ay1azh7afq4x6bdg91clwpsr13nrzy7539yrn9sglj5l",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-kaesar",
+ "unstable": {
+ "version": [
+ 20160128,
+ 1008
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d087075cb1a46c2c85cd075220e09b2eaef9b86e",
+ "sha256": "1pl0514rj99b1j3y33x2bnhjbdbv9bfxgqn9498bf4ns8zayc6y9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "4fa74851cd928f30e9f2ee1aa27ee6074ad253ea",
+ "sha256": "03l9w238a5kyfin3v1fy1q2pl0gvmb87j0v89g6nk114s7m4y3r8"
+ }
+ },
+ {
+ "ename": "kaesar-file",
+ "commit": "201fac8639e59dc923ea31da1f84a99f83d51b47",
+ "sha256": "0dcizg82maad98mbqqw5lamwz7n2lpai09jsrc66x3wy8k784alc",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-kaesar",
+ "unstable": {
+ "version": [
+ 20160128,
+ 1008
+ ],
+ "deps": [
+ "kaesar"
+ ],
+ "commit": "d087075cb1a46c2c85cd075220e09b2eaef9b86e",
+ "sha256": "1pl0514rj99b1j3y33x2bnhjbdbv9bfxgqn9498bf4ns8zayc6y9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 0
+ ],
+ "deps": [
+ "kaesar"
+ ],
+ "commit": "4fa74851cd928f30e9f2ee1aa27ee6074ad253ea",
+ "sha256": "03l9w238a5kyfin3v1fy1q2pl0gvmb87j0v89g6nk114s7m4y3r8"
+ }
+ },
+ {
+ "ename": "kaesar-mode",
+ "commit": "201fac8639e59dc923ea31da1f84a99f83d51b47",
+ "sha256": "0yqnlchbpmhsqc8j531n08vybwa32cy0v9sy4f9fgxa90rfqczry",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-kaesar",
+ "unstable": {
+ "version": [
+ 20160128,
+ 1008
+ ],
+ "deps": [
+ "cl-lib",
+ "kaesar"
+ ],
+ "commit": "d087075cb1a46c2c85cd075220e09b2eaef9b86e",
+ "sha256": "1pl0514rj99b1j3y33x2bnhjbdbv9bfxgqn9498bf4ns8zayc6y9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "kaesar"
+ ],
+ "commit": "4fa74851cd928f30e9f2ee1aa27ee6074ad253ea",
+ "sha256": "03l9w238a5kyfin3v1fy1q2pl0gvmb87j0v89g6nk114s7m4y3r8"
+ }
+ },
+ {
+ "ename": "kakapo-mode",
+ "commit": "a43f0f1f6a0773240a51d379ec786c20a9389e7b",
+ "sha256": "0a99cqflpzasl4wcmmf99aj8xgywkym37j7mvnsajrsk5wawdlss",
+ "fetcher": "github",
+ "repo": "listx/kakapo-mode",
+ "unstable": {
+ "version": [
+ 20171004,
+ 451
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "292e07203c676361a1d918deb5acf2123cd70eaf",
+ "sha256": "00rl5y7wra7kyp867ps2inx0vng9jrmym0sm4jhnk6pqj50c8i9y"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fe3d579867f7465cd3ad04f29b4b2b3b820edc01",
+ "sha256": "0b6af8hnrn0v4z1xpahjfpw5iga2bmgd3qwfn3is2rygsn5rkm40"
+ }
+ },
+ {
+ "ename": "kakoune",
+ "commit": "f7e554f20c378aabd9736fdd606e513d2cbf951f",
+ "sha256": "0ps904m3vb2v5jykc6mk9cb974imiac0pw6b7q1p9x5swk8h4jh5",
+ "fetcher": "github",
+ "repo": "jmorag/kakoune.el",
+ "unstable": {
+ "version": [
+ 20190803,
+ 1525
+ ],
+ "deps": [
+ "expand-region",
+ "multiple-cursors",
+ "ryo-modal"
+ ],
+ "commit": "fe8f8a02c38538f5f7776df3402b270639281ad8",
+ "sha256": "15wnwjlh333c3aykk6w4xxy93ic6lzb7wmxaigxahg37a9qlp3hs"
+ }
+ },
+ {
+ "ename": "kaleidoscope",
+ "commit": "148d47626879be1608f35827ef82a28274ff4de3",
+ "sha256": "0nfz207rzpnni7jyzvdvz5lr0zcpzy278a86821cmw8d5l81a3yp",
+ "fetcher": "github",
+ "repo": "algernon/kaleidoscope.el",
+ "unstable": {
+ "version": [
+ 20170808,
+ 817
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "52b5be3277f65cb5ca657973e9bd7f914b996356",
+ "sha256": "0g2n73habz844f64p1x66kxpvadv9zh34qmxhql34c3w2sm9mmwf"
+ }
+ },
+ {
+ "ename": "kaleidoscope-evil-state-flash",
+ "commit": "148d47626879be1608f35827ef82a28274ff4de3",
+ "sha256": "17a4nmdi6h0z4va3kiw4ivaywiisblz6cicypk9d3g9sl92drcvq",
+ "fetcher": "github",
+ "repo": "algernon/kaleidoscope.el",
+ "unstable": {
+ "version": [
+ 20170728,
+ 1020
+ ],
+ "deps": [
+ "evil",
+ "kaleidoscope",
+ "s"
+ ],
+ "commit": "52b5be3277f65cb5ca657973e9bd7f914b996356",
+ "sha256": "0g2n73habz844f64p1x66kxpvadv9zh34qmxhql34c3w2sm9mmwf"
+ }
+ },
+ {
+ "ename": "kanban",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1j4qv3xcg0gk07yx3b4kayiy1n3w8yq1r78h07613iljx2ny91fz",
+ "fetcher": "bitbucket",
+ "repo": "ArneBab/kanban.el",
+ "unstable": {
+ "version": [
+ 20170418,
+ 810
+ ],
+ "commit": "dd11d722b20ae720f29b8aa93a3b1cad87650b33",
+ "sha256": "07g0spi9jf48vap76f9rgl61sg3jqy03qdxnmchzwlia8wvcsscb"
+ }
+ },
+ {
+ "ename": "kanji-mode",
+ "commit": "c9f1fb16f2f7f677d0817fd63633dd071ba2cf12",
+ "sha256": "0nnkv7lp7ks9qhkbhz15ixm53grc2q0xfspzykxi9c4b59kypcq5",
+ "fetcher": "github",
+ "repo": "wsgac/kanji-mode",
+ "unstable": {
+ "version": [
+ 20160826,
+ 1139
+ ],
+ "commit": "eda4f8666486689d36317db7dbda54fb73d3e3d2",
+ "sha256": "1m0s1kdgz1psiidpxcrzm8qmvmrmk5g2k8lz1lq357z482l4i7ll"
+ }
+ },
+ {
+ "ename": "kaolin-themes",
+ "commit": "043a4e3bd5301ef8f4df2cbda0b3f4111eb399e4",
+ "sha256": "1pd2v54d578f1wbwvqzplkdz1qvy8w8s6na511b0v5y9sksgm2xw",
+ "fetcher": "github",
+ "repo": "ogdenwebb/emacs-kaolin-themes",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1835
+ ],
+ "deps": [
+ "autothemer",
+ "cl-lib"
+ ],
+ "commit": "9bc8dc1b69e6d858a523b98603201f60a51825fa",
+ "sha256": "0jb0z1p1n3fdmqlwrv7x0ndcccijdw6025gw6sm6qdyj09a241vw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 2
+ ],
+ "deps": [
+ "autothemer",
+ "cl-lib"
+ ],
+ "commit": "6b335f4cb203e40c7ee331ecc91f7d95feb23acb",
+ "sha256": "052lyf5dc6p70dla6ggb24941aaz7lsdzgmkyc7rqxvm0xhm8d2d"
+ }
+ },
+ {
+ "ename": "kaomoji",
+ "commit": "140c65cb3cdf6c197b085ccf8ba079e1efd15f38",
+ "sha256": "1p61pbqf2lnwr6ryxxc4jkd5bmlgknrc27lg89h3b4pw7k39cqy1",
+ "fetcher": "github",
+ "repo": "kuanyui/kaomoji.el",
+ "unstable": {
+ "version": [
+ 20171227,
+ 440
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "90a1490743b2a30762f5454c9d9309018eff83dd",
+ "sha256": "1jc796nyrck3k50x6jb1wsaawk396y4gk87gkwb8yd5qks7ci35q"
+ }
+ },
+ {
+ "ename": "kapacitor",
+ "commit": "db1f8cfcda2fa2b9be74a6cd9f95608e8b3f50bb",
+ "sha256": "108b3y71p7s3lcwbqxp7hy2l304yj4hxm2nq8iv7ljr8av1q7kn6",
+ "fetcher": "github",
+ "repo": "Manoj321/kapacitor-el",
+ "unstable": {
+ "version": [
+ 20190414,
+ 1908
+ ],
+ "deps": [
+ "magit",
+ "magit-popup"
+ ],
+ "commit": "e3300d8b4017a2f66b0d929cb85bcc7ee2612072",
+ "sha256": "05vrfii2n2g2q60dzgw23ck6gxxm3d7fsabi4z0g3k9gc6wrsl5l"
+ }
+ },
+ {
+ "ename": "karma",
+ "commit": "681e12556c3ab3e2a8376d5c7c33ee5a213de650",
+ "sha256": "19wl7js7wmw7jv2q3l4r5zl718lhy2a0jhl79k57ihwhxdc58fwc",
+ "fetcher": "github",
+ "repo": "tonini/karma.el",
+ "unstable": {
+ "version": [
+ 20160220,
+ 1245
+ ],
+ "deps": [
+ "pkg-info"
+ ],
+ "commit": "31d3e7708246183d7ed0686be92bf23140af348c",
+ "sha256": "12v242kfcx849j8w95v2g7djh9xqbx8n033iaxyavfxnz0pp7zdl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "f4ee856e7f59649e9d9021c46f872f9b4f5b7e6e",
+ "sha256": "0avcg307r4navvgj3hjkggk4gr7mzs4mljhxh223r8g69l9bm6m8"
+ }
+ },
+ {
+ "ename": "kdeconnect",
+ "commit": "c363866d30fb86ae636d30def8c3847711ada762",
+ "sha256": "1bcwpnwmm1l2jzc5znw8z6f5knysinidsbm12v4r1j8v6v80ydw6",
+ "fetcher": "github",
+ "repo": "carldotac/kdeconnect.el",
+ "unstable": {
+ "version": [
+ 20180126,
+ 2340
+ ],
+ "commit": "ca0cbf9a628ba7b519b43fa85e0d988ca26bf853",
+ "sha256": "07aqzfg2nn35bkikrmk1lszqkc6h8vn2551m22mwc19lmdx94p2i"
+ }
+ },
+ {
+ "ename": "kerl",
+ "commit": "166afdc776689b0da93576dbeaa71ff6dfb627db",
+ "sha256": "0f8n7cm5c432pwj28bcpv2jj5z3br3k164xj6nwfis3dvijwsgss",
+ "fetcher": "github",
+ "repo": "correl/kerl.el",
+ "unstable": {
+ "version": [
+ 20150424,
+ 2005
+ ],
+ "commit": "1732ee26213f021bf040919c45ad276aafcaae14",
+ "sha256": "1kkzs7nrcr74qn1m456vaj52a9j3ah4biakimz06hls415l56yk9"
+ }
+ },
+ {
+ "ename": "key-chord",
+ "commit": "ae489be43b1aee93614e40f492ebdf0b98a3fbc1",
+ "sha256": "1g0jqmnn575h5n4figxbc5xs76zl8b1cdqa6wbi3d1p2rn3g8scr",
+ "fetcher": "github",
+ "repo": "emacsorphanage/key-chord",
+ "unstable": {
+ "version": [
+ 20160227,
+ 1238
+ ],
+ "commit": "72443e9ff3c4f1c3ccaced3130236801efde3d83",
+ "sha256": "15jfpysyydcvqlvdannxg2s4bh4i9z6i950fad1qlq43jfmq7k55"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "commit": "8468998946367157830df19a1e92785d22a34178",
+ "sha256": "10ldhwp9a21r9g72hzaig1h5yh2zblny0r36nf5nz6gzikfcq0cd"
+ }
+ },
+ {
+ "ename": "key-combo",
+ "commit": "99b422ef5f7b9dda894207e3133791fb9963a092",
+ "sha256": "1v8saw92jphvjkyy7j9jx7cxzgisl4zpf4wjzdjfw3la5lz11waf",
+ "fetcher": "github",
+ "repo": "uk-ar/key-combo",
+ "unstable": {
+ "version": [
+ 20150324,
+ 1439
+ ],
+ "commit": "2fb5c65bc82d5bd2964e2b163822429ab45d90a1",
+ "sha256": "1d445784mar1jrmrlswwxh3w52l3aym8kx3k4lgqwqa1p0i0pjqz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6
+ ],
+ "commit": "0bc0cf6466a4257047a21a6d01913e92e6862165",
+ "sha256": "14ijniyvcfmj4y77yhiplsclincng2r3jbdnmmdnwzliv65f7l6q"
+ }
+ },
+ {
+ "ename": "key-intercept",
+ "commit": "ad758d865bde8c97d27c0d57cabe1606f8b36974",
+ "sha256": "1z776jbpjks5bir6bd0748mlrmz05nf0jy9l4hlmwgyn72dcbx16",
+ "fetcher": "github",
+ "repo": "tarao/key-intercept-el",
+ "unstable": {
+ "version": [
+ 20140211,
+ 749
+ ],
+ "commit": "d9a60edb4ce893f2d3d94f242164fdcc62d43cf2",
+ "sha256": "143nfs8pgi5yy3mjq7nirffplk4vb8kik4q7zypynh2pddip30a4"
+ }
+ },
+ {
+ "ename": "key-leap",
+ "commit": "8b56e18063e6292bb2aca2acc7077b32f3d62262",
+ "sha256": "0z1fhpf8g0c4rh3bf8dfmdgyhj5w686kavjr214czaga0x7mwlwj",
+ "fetcher": "github",
+ "repo": "MartinRykfors/key-leap",
+ "unstable": {
+ "version": [
+ 20160831,
+ 1447
+ ],
+ "commit": "b3f6ef15c8a13870475d5af159fa24b30f97dea0",
+ "sha256": "1f2k7jpxfvjirxzjc5c4s4lpg1hdgw8k7lfchx362jqijny1ipfp"
+ }
+ },
+ {
+ "ename": "key-quiz",
+ "commit": "e87df606bf768e3a731234c444077a11601ecc4a",
+ "sha256": "0zcs4nm9jis60ghm0xi84yc945xm45n0q1xp8ic1ix48wf7jq7a0",
+ "fetcher": "github",
+ "repo": "federicotdn/key-quiz",
+ "unstable": {
+ "version": [
+ 20190721,
+ 1357
+ ],
+ "commit": "a243f0e0fdc9ee2b22ee19594de0c3b966b2445f",
+ "sha256": "0pzppcxzspx1k6r7vd88fn56r21d0g1jvq4w0ymlzm63vwda4p6i"
+ }
+ },
+ {
+ "ename": "key-seq",
+ "commit": "0d54ab1b6973a44362e50559dd91344d0b17f513",
+ "sha256": "166k6hl9vvsnnksvhrv5cbhv9bdiclnbfv7qf67q4c1an9xzqi74",
+ "fetcher": "github",
+ "repo": "vlevit/key-seq.el",
+ "unstable": {
+ "version": [
+ 20150907,
+ 756
+ ],
+ "deps": [
+ "key-chord"
+ ],
+ "commit": "e29b083a6427d061638749194fc249ef69ad2cc0",
+ "sha256": "05vpydcgiaya35b62cdjxna9y02vnwzzg6p8jh0dkr9k44h4iy3f"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "key-chord"
+ ],
+ "commit": "e29b083a6427d061638749194fc249ef69ad2cc0",
+ "sha256": "05vpydcgiaya35b62cdjxna9y02vnwzzg6p8jh0dkr9k44h4iy3f"
+ }
+ },
+ {
+ "ename": "keycast",
+ "commit": "aaaf62c586818f2493667ad6ec8877234a58da53",
+ "sha256": "19qq5y1zjp3029kfq0c59xl9xnxqmdn2pd04sblznchcr9jdy5id",
+ "fetcher": "github",
+ "repo": "tarsius/keycast",
+ "unstable": {
+ "version": [
+ 20190317,
+ 135
+ ],
+ "commit": "7bbebe6442720031e4f5d1fd909c5be2fbb1c1dc",
+ "sha256": "19a8vdzbfwk5klac5800aywlmrl41kfb7ansmfg4938i4gwnbak0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "commit": "fe416461b15543138ad4fef8ef5e2c364a6b5b2c",
+ "sha256": "15q2kc7mlmr856ldh6bkba26zq8fwia26cv1gsqwj3jmhml6mlq1"
+ }
+ },
+ {
+ "ename": "keychain-environment",
+ "commit": "4382c9e7e8dee2cafea9ee49965d0952ca359dd5",
+ "sha256": "1w77cg00bwx68h0d6k6r1fzwdwz97q12ch2hmpzjnblqs0i4sv8v",
+ "fetcher": "github",
+ "repo": "tarsius/keychain-environment",
+ "unstable": {
+ "version": [
+ 20180318,
+ 2223
+ ],
+ "commit": "d3643196de6dc79ea77f9f4805028350fd76100b",
+ "sha256": "0wzs77nwal6apinc39d4arj3lralv2cb9aw9gkikk46fgk404hwj"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 4,
+ 1
+ ],
+ "commit": "d3643196de6dc79ea77f9f4805028350fd76100b",
+ "sha256": "0wzs77nwal6apinc39d4arj3lralv2cb9aw9gkikk46fgk404hwj"
+ }
+ },
+ {
+ "ename": "keydef",
+ "commit": "5f2a50f62475639af011c99c6cc38928b74b3b0a",
+ "sha256": "0yb2vgj7abyg8j7qmv74nsanv50lf350q1m58rjv8wm31yykg992",
+ "fetcher": "github",
+ "repo": "emacsorphanage/keydef",
+ "unstable": {
+ "version": [
+ 20090428,
+ 1931
+ ],
+ "commit": "dff2be9f58d12d8c6a490ad0c1b2b10b55528dc0",
+ "sha256": "0dkc51bmix4b8czs2wg6vz8vk32qlll1b9fjmx6xshrxm85cyhvv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 15
+ ],
+ "commit": "dff2be9f58d12d8c6a490ad0c1b2b10b55528dc0",
+ "sha256": "0dkc51bmix4b8czs2wg6vz8vk32qlll1b9fjmx6xshrxm85cyhvv"
+ }
+ },
+ {
+ "ename": "keyfreq",
+ "commit": "cd7157bad0f3039321b5b279a88e7e4fce895543",
+ "sha256": "1rw6hzmw7h5ngvndy7aa41pq911y2hr9kqc9w4gdd5v2p4ln1qh7",
+ "fetcher": "github",
+ "repo": "dacap/keyfreq",
+ "unstable": {
+ "version": [
+ 20160516,
+ 1416
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "9c665c8c219d18866403897936427bb408e3d6b9",
+ "sha256": "1dhdk4f6q340n0r9n8jld2n2fykp7m40x23n7sw4wpm8g151gxin"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8
+ ],
+ "commit": "f3a96693e2e4c6893198a0223e3f3c648ae09cec",
+ "sha256": "1x87mbnzkggx5llh0i0s3sj1nfw7liwnlqc9csya517w4x5mhl8i"
+ }
+ },
+ {
+ "ename": "keymap-utils",
+ "commit": "c03acebf1462dea36c81d4b9ab41e2e5739be3c3",
+ "sha256": "0nbcwz4nls0pva79lbx91bpzkl38g98yavwkvg2rxbhn9vjbhzs9",
+ "fetcher": "github",
+ "repo": "tarsius/keymap-utils",
+ "unstable": {
+ "version": [
+ 20180318,
+ 2237
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1ad766dbc111ec78b1a292da97b9bd4856cd2ff7",
+ "sha256": "0imx8zp21bm066bzdynvasylrlhw0gr8mpk2bwkz8j1y5lsp54v8"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1ad766dbc111ec78b1a292da97b9bd4856cd2ff7",
+ "sha256": "0imx8zp21bm066bzdynvasylrlhw0gr8mpk2bwkz8j1y5lsp54v8"
+ }
+ },
+ {
+ "ename": "keypress-multi-event",
+ "commit": "fd02baaf1d49d55b066695d8fa9887c454bb1750",
+ "sha256": "07va7w6vgjf6jqrfzpsq8732b8aka07g29h661yh1xn4x6464hyp",
+ "fetcher": "github",
+ "repo": "Boruch-Baum/emacs-keypress-multi-event",
+ "unstable": {
+ "version": [
+ 20190109,
+ 530
+ ],
+ "commit": "9de65a27e10d8ae47aa6d28c02c3eb82ee8c0b2e",
+ "sha256": "1ybbayxfix63rwc8p5kl4wxxlk6vg53abw40fqrlkbc6qrr7nm5c"
+ }
+ },
+ {
+ "ename": "keyset",
+ "commit": "7bad8a1f1b94fbfbde5d8035f7e22431e64a9eec",
+ "sha256": "1kfw0pfb6qm2ji1v0kb8xgz8q2yd2k9kxmaz5vxcdixdlax3xiqg",
+ "fetcher": "github",
+ "repo": "HKey/keyset",
+ "unstable": {
+ "version": [
+ 20150220,
+ 530
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "41bbfc4dbed5de6ecf3ec1dba634c7c26241ca84",
+ "sha256": "0cm6naqlwk65xy9lwnn5r7m6nc1l7ims2ckydmyzny5ak8y5jbws"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "25658ef79d26971ce41d9df207dff58d38daa091",
+ "sha256": "0z6sgz8nywsd00zaayafwy5hfi7kzxfifjkfr5cn1l7wlypyksfv"
+ }
+ },
+ {
+ "ename": "keystore-mode",
+ "commit": "7870d808fc19096ed6ecde5e9297b28254466210",
+ "sha256": "1r1my7jgjv2zvkhdwd8ml6489x48gzanz4lvdiw5m2hymb53fdg6",
+ "fetcher": "github",
+ "repo": "peterpaul/keystore-mode",
+ "unstable": {
+ "version": [
+ 20190409,
+ 1946
+ ],
+ "deps": [
+ "origami",
+ "s",
+ "seq"
+ ],
+ "commit": "43bd5926348298d077c7221f37902c990df3f951",
+ "sha256": "06cznkqkm04zz5lqfb514aqvsr2p13arzysixv0ss0bqpvdq7cv7"
+ }
+ },
+ {
+ "ename": "keyswap",
+ "commit": "ed8303f5009604ae3d83769063d38749e37fc5d8",
+ "sha256": "0ck9w2jr4vdk3yjlcdzblsbgw5w5x1cxbx7h1am5vkr6fhxh2hdi",
+ "fetcher": "github",
+ "repo": "hardenedapple/keyswap.el",
+ "unstable": {
+ "version": [
+ 20160813,
+ 957
+ ],
+ "commit": "cd682a7c4a8d64d6bae6a005db5045232e5e7b95",
+ "sha256": "191i2b2xx6180sly0dd6b1z6npsrzjqhxrbak9wm6yblx7alsgn2"
+ }
+ },
+ {
+ "ename": "keyword-search",
+ "commit": "8ecdc51938f2300bf005e2d1b1819e0fa59e0bd7",
+ "sha256": "0wvci1v8pblfbdslfzpi46c149y8pi49kza9jf33jzhj357lp5qa",
+ "fetcher": "github",
+ "repo": "keyword-search/keyword-search",
+ "unstable": {
+ "version": [
+ 20180424,
+ 1102
+ ],
+ "commit": "f8475ecaddb8804a9be6bee47678207c86ac8dee",
+ "sha256": "1ymqnpm9his2bkchq23vwazprwyw0d2sdgza7zjxvs3q0f4nj0vx"
+ }
+ },
+ {
+ "ename": "kfg",
+ "commit": "2990f45632697ce23e7cd9db807d8ae2d3bf61d2",
+ "sha256": "0kj79wwj2ih2ba57y3hl2l9pwjpsqns5waa8vi5g7agmqva0mh5b",
+ "fetcher": "github",
+ "repo": "czipperz/kfg",
+ "unstable": {
+ "version": [
+ 20140909,
+ 538
+ ],
+ "deps": [
+ "f"
+ ],
+ "commit": "d2c9dd26618fb2f7bf1e7b6eae193b1cceba3c97",
+ "sha256": "0xq835xzywks4b4kaz5i0pp759i23kibs5gkvvxasw0dncqh7j5c"
+ }
+ },
+ {
+ "ename": "kibit-helper",
+ "commit": "f7fee551ca9ed226f1285dffe87027e1e1047f65",
+ "sha256": "15viybjqksylvm5ash2kzsil0cpdka56wj1rryixa8y1bwlj8y4s",
+ "fetcher": "github",
+ "repo": "brunchboy/kibit-helper",
+ "unstable": {
+ "version": [
+ 20150508,
+ 1533
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "16bdfff785ee05d8e74a5780f6808506d990cef7",
+ "sha256": "0s2hb2lvfmcvm3n1fg4biaafc1p7j7w990d7w15gicaw6rr2j4nr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "ec5f154db3bb0c838e86f527353f08644cede926",
+ "sha256": "0ky167xh1hrmqsldybzjhyqjizgjzs1grn5mf8sm2j9qwcvjw2zv"
+ }
+ },
+ {
+ "ename": "kill-or-bury-alive",
+ "commit": "25016ed09b6333bd79b989a8f6b7b03cd92e08b3",
+ "sha256": "0mm0m8hpy5v98cap4f0s38dcviirm7s6ra4l94mknyvnx0f73lz8",
+ "fetcher": "github",
+ "repo": "mrkkrp/kill-or-bury-alive",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1340
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fec16e7e5bf603c6971230f344882ce7a0d04e90",
+ "sha256": "0p1zd1kyw48xf40zvbssmkf8cj6gb0lln4xdnx3v2hh1m2mr3xs5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "51daf55565034b8cb6aa3ca2aa0a827e31751041",
+ "sha256": "1qbdxjni1brhsw6m4cvd2jjaf3y8v3fkbxxf0pvsb089mkpi7mpq"
+ }
+ },
+ {
+ "ename": "kill-ring-search",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1jggi6r5j2dr9y17v4cyskc0wydfdpqgp1pib5dr2kg6n6w0s5xl",
+ "fetcher": "github",
+ "repo": "nschum/kill-ring-search.el",
+ "unstable": {
+ "version": [
+ 20140422,
+ 1555
+ ],
+ "commit": "23535b4a01a1cb1574604e36c49614e84e85c883",
+ "sha256": "0yrc09k64rv5is4wvss938mkj2pkvbr98lr3ahsi7p0aqn7s444v"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "3a5bc1767f742c91aa788df79ecec836a0946edb",
+ "sha256": "0axvhikhg4fikiz4ifg0p4a5ygphbpjs0wd0gcbx29n0y54d1i93"
+ }
+ },
+ {
+ "ename": "killer",
+ "commit": "bd8c3ec8fa272273128134dea96c0c999a524549",
+ "sha256": "10z4vqwrpss7mk0gq8xdsbsl0qibpp7s1g0l8wlmrsgn6kjkr2ma",
+ "fetcher": "github",
+ "repo": "tarsius/killer",
+ "unstable": {
+ "version": [
+ 20190128,
+ 10
+ ],
+ "commit": "ace0547944933440384ceeb5876b1f68c082d540",
+ "sha256": "06nzxd9nc1d569354xj7w88i0y5l99pyag691aribsh771rxbfz4"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "ace0547944933440384ceeb5876b1f68c082d540",
+ "sha256": "06nzxd9nc1d569354xj7w88i0y5l99pyag691aribsh771rxbfz4"
+ }
+ },
+ {
+ "ename": "kite",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "17bpk9ycx2xkwm3j1dxi5216lbzf5lgnscs8i4y0pkpicdn0wyr6",
+ "fetcher": "github",
+ "repo": "jscheid/kite",
+ "unstable": {
+ "version": [
+ 20130201,
+ 1938
+ ],
+ "deps": [
+ "json",
+ "websocket"
+ ],
+ "commit": "7ed74d1147a6ddd152d3da65dc30df3517d53144",
+ "sha256": "1cr4i66lws6yhyxmyx5jw6d5x7i75435mafkkych4nfa0mv4vicd"
+ }
+ },
+ {
+ "ename": "kite-mini",
+ "commit": "a9b76d0ee09efc6652d0541cf72c9623760dda66",
+ "sha256": "1g644406zm3db0fjyv704aa8dbd20v1apmysb3mmh2vldbch4iyh",
+ "fetcher": "github",
+ "repo": "tungd/kite-mini.el",
+ "unstable": {
+ "version": [
+ 20160508,
+ 1106
+ ],
+ "deps": [
+ "dash",
+ "websocket"
+ ],
+ "commit": "a68619dbc109c7989f3448426d8c1ee9e797c11f",
+ "sha256": "1qmg5mdf3zhmpa4kdvkh62y6if6mj4ag885dg7y6461dg2y6ymlh"
+ }
+ },
+ {
+ "ename": "kivy-mode",
+ "commit": "688e2a114073958c413e56e1d117d48db9d16fb8",
+ "sha256": "02l230rwivr7rbiqm4vg70458z35f9v9w3mdapcrqd5d07y5mvi1",
+ "fetcher": "github",
+ "repo": "kivy/kivy",
+ "unstable": {
+ "version": [
+ 20180702,
+ 2029
+ ],
+ "commit": "3ab5fde4ba63865333766685e025aae01933dbaf",
+ "sha256": "1k5qnrih9y8w49cbgi6prg98qqxrrn106g7h71azgpbav1mlfyk7"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 11,
+ 1
+ ],
+ "commit": "39c17457bae91baf8fe710dc989791e45879f136",
+ "sha256": "1rl56b7j3d6d57hx4c155brfv988ngcvc342ma09i630lh7gxpf5"
+ }
+ },
+ {
+ "ename": "kiwix",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0x5ld557kxzx5s8ziy5axgvm1fxlq81l9gvinfgs8f257vjlki07",
+ "fetcher": "github",
+ "repo": "stardiviner/kiwix.el",
+ "unstable": {
+ "version": [
+ 20190811,
+ 1116
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d2ae3386b52a25c080d8502fc19207d997676cd2",
+ "sha256": "0fsndh8nwpmnbv505r26cxxgxx8wlvx9h8pgb95im6q6pj2g7p9x"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c662f3dc5d924a4b64b7af4af28f15f27b7cea1e",
+ "sha256": "0i11sfnqvjqqb625cgfzibs6yszx891y4dy7fd6wzmdpclcyzr8z"
+ }
+ },
+ {
+ "ename": "kixtart-mode",
+ "commit": "672cfc166209b6c2ffcb0e549fd2416be7212a5a",
+ "sha256": "079bw4lgxbmk65rrfyy8givs8j5wsyhpcjjw915ifkg577gj87qp",
+ "fetcher": "github",
+ "repo": "ryrun/kixtart-mode",
+ "unstable": {
+ "version": [
+ 20150611,
+ 1604
+ ],
+ "commit": "1c2356797e7b766bbaaa2b341176a8b10499cd79",
+ "sha256": "1ld3ccg8q7hmjrj60rxvmmfy4dpm2lvlshjqdf9ifgjzp221g4vb"
+ }
+ },
+ {
+ "ename": "klere-theme",
+ "commit": "07a3e348d69738ae59fce3570a61b0cdc565fdb8",
+ "sha256": "1lgvk6q2853rpk15i91zf917r8wmrb7bnagp4x02fws49x83hqrs",
+ "fetcher": "github",
+ "repo": "WammKD/emacs-klere-theme",
+ "unstable": {
+ "version": [
+ 20180415,
+ 1823
+ ],
+ "commit": "c064f9e5c44173c239fce239a62c8d5e61827672",
+ "sha256": "1rfdk35k1cj1z5gnsckcy93mqgj1amqzb13b89k11bnzc2m6r7zl"
+ }
+ },
+ {
+ "ename": "know-your-http-well",
+ "commit": "2ab50ae6278022281b2b7297c086089e5e669c7a",
+ "sha256": "0k2x0ajxkivim8nfpli716y7f4ssrmvwi56r94y34x4j3ib3px3q",
+ "fetcher": "github",
+ "repo": "for-GET/know-your-http-well",
+ "unstable": {
+ "version": [
+ 20160208,
+ 2304
+ ],
+ "commit": "3cc5ab6d2764ab7aacb1b6e026abaccbeb6c37f2",
+ "sha256": "0hni9xvv0759nqwhngijiqkvpiz7alyd4ydf0mvi2vkmbxkci8n1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "commit": "c381a9735f3ea86ebc9667e35cdfeab0b67fefb7",
+ "sha256": "1lppggnii2r9fvlhh33gbdrwb50za8lnalavlq9s86ngndn4n94k"
+ }
+ },
+ {
+ "ename": "kodi-remote",
+ "commit": "08f06dd824e67250afafdecc25128ba794ca971f",
+ "sha256": "0f3n7b3plsw28xpz07lf5pv71b6s2xjhq2h23gpyg0r69v99chh5",
+ "fetcher": "github",
+ "repo": "spiderbit/kodi-remote.el",
+ "unstable": {
+ "version": [
+ 20190622,
+ 1325
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "json",
+ "let-alist",
+ "request"
+ ],
+ "commit": "f5e932036c16e2b61a63020e006fc601e38d181e",
+ "sha256": "1gck7lvqxcr9ikrzlpvcf4408cq6i4s8ijgb0kdsbkfzv0w86934"
+ }
+ },
+ {
+ "ename": "kolon-mode",
+ "commit": "b18f38d291303ff362e11ca711bb00bf411e2180",
+ "sha256": "0wcg8ph3mk4zcmzqpvl2w6rfgvrfvhmgwb14y8agh9b7v5d9xwj3",
+ "fetcher": "github",
+ "repo": "samvtran/kolon-mode",
+ "unstable": {
+ "version": [
+ 20140122,
+ 1134
+ ],
+ "commit": "5af0955e280ae991862189ebecd3937c5fc8fb9f",
+ "sha256": "0yr4yxwxgxp5pm9f8gaqlikxp26inv01inq0ya42dzam5yphkafw"
+ }
+ },
+ {
+ "ename": "kooten-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1zhrjli65pn5nshz8pqn5vbsndzk2h8mhbcldq9k0mc7ki2rrdlv",
+ "fetcher": "github",
+ "repo": "kootenpv/emacs-kooten-theme",
+ "unstable": {
+ "version": [
+ 20161023,
+ 905
+ ],
+ "commit": "d10197b4dd7af02cd14aeab2573c273a294798c3",
+ "sha256": "1vc97d3i7jh4fbpan7lfnmsm32c4gwgrg11j2vq7z3rwm42wkkyr"
+ }
+ },
+ {
+ "ename": "korean-holidays",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1yf0z9vpiwhlsnyb0fy9wf5rz6f2fzzign96zgj0zd5hwmznbmyr",
+ "fetcher": "github",
+ "repo": "tttuuu888/korean-holidays",
+ "unstable": {
+ "version": [
+ 20190102,
+ 1558
+ ],
+ "commit": "3f90ed86f46f8e5533f23baa40e2513ac497ca2b",
+ "sha256": "0y88b4mr73qcshr87750jkjzz1mc2wwra6ca3y8spv4qc6cadwls"
+ }
+ },
+ {
+ "ename": "kosmos-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0vj1z69hz0j7kxnzj13c4vck1qj5j1glr9lymk5ns2v8l56gakwb",
+ "fetcher": "github",
+ "repo": "habamax/kosmos-theme",
+ "unstable": {
+ "version": [
+ 20170502,
+ 1850
+ ],
+ "commit": "616456d2376a75dc31190ad65137d179fbad4336",
+ "sha256": "193zwgwfnj0lyk0msa16y0dfg7asp953p3jm56d9wdacggbcraj9"
+ }
+ },
+ {
+ "ename": "kotlin-mode",
+ "commit": "9f2560e913b215821221c96069a1385fe4e19c3e",
+ "sha256": "08jn8r4nhhlck0f7n5agibwh049rigdiy12lpmijbwk1zmcvsqws",
+ "fetcher": "github",
+ "repo": "Emacs-Kotlin-Mode-Maintainers/kotlin-mode",
+ "unstable": {
+ "version": [
+ 20190116,
+ 2055
+ ],
+ "commit": "0e542ae2f78420618df8b0123dfe168a37dce333",
+ "sha256": "1rv3vxw3dx477sapfd0hj3pkl3x0sihdsyl671azbcr02z67xl6p"
+ }
+ },
+ {
+ "ename": "kpm-list",
+ "commit": "6b7065d016e2da49277b165edf565bef5819d483",
+ "sha256": "0022bhy1mzngjmjydyqnmlgnhww05v4dxsfav034r8nyyc7677z0",
+ "fetcher": "github",
+ "repo": "KMahoney/kpm-list",
+ "unstable": {
+ "version": [
+ 20170924,
+ 1352
+ ],
+ "commit": "e0f5112e5ce8ec1b603f4428fa51681c68bb28f5",
+ "sha256": "1achcr3v0d85narnxqpbfxy9qfk537kl83wiq5lyfy3lwqqf7dmp"
+ }
+ },
+ {
+ "ename": "kroman",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "0rcy3343pmlqzqzhmz2c3r0b44pn8fsyp39mvn9nmdnaxsn6q3k8",
+ "fetcher": "github",
+ "repo": "zhangkaiyulw/kroman-el",
+ "unstable": {
+ "version": [
+ 20150827,
+ 2340
+ ],
+ "commit": "90402b6ae40383e75d8ba97d66eee93eebf40f70",
+ "sha256": "11axxmhdpwgrcyjz200pf5bqzjw9wz4085r8p1n2vr5gx98374fr"
+ }
+ },
+ {
+ "ename": "ksp-cfg-mode",
+ "commit": "d49db5938fa4e3ab1176a955a4788b15c63d9e69",
+ "sha256": "0azcn4qvziacbw1qy33fwdaldw7xpzr672vzjsqhr0b2vg9m2ipi",
+ "fetcher": "github",
+ "repo": "lashtear/ksp-cfg-mode",
+ "unstable": {
+ "version": [
+ 20190414,
+ 2348
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "faec8bd8456c67276d065eb68c88a30efcef59ef",
+ "sha256": "192s6hz71i0d8bwxn2pdl9yggs2l5fd6jxlxmry8fpk04qg3lqrg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "faec8bd8456c67276d065eb68c88a30efcef59ef",
+ "sha256": "192s6hz71i0d8bwxn2pdl9yggs2l5fd6jxlxmry8fpk04qg3lqrg"
+ }
+ },
+ {
+ "ename": "kubel",
+ "commit": "f1c7ff1c44946f232730066d6c8c25d5b41ffda7",
+ "sha256": "1rm85bwpsqj600jvri508nn5i17ynyd84aanf8cqqxk5d2wf9x1n",
+ "fetcher": "github",
+ "repo": "abrochard/kubel",
+ "unstable": {
+ "version": [
+ 20190627,
+ 246
+ ],
+ "deps": [
+ "transient"
+ ],
+ "commit": "4e5009540bb3305c9a0a298ffff25b933d6bbbdf",
+ "sha256": "08qshza3ph800n2wll4mdrgjv9mv41vq9aq7sa5v73ys3ghm4g7s"
+ }
+ },
+ {
+ "ename": "kubernetes",
+ "commit": "16850227ea48f6f38102b9cdf80e0758766a24d2",
+ "sha256": "06357a8y3rpvid03r9vhmjgq97hmiah5g8gff32dij9424vidil9",
+ "fetcher": "github",
+ "repo": "chrisbarrett/kubernetes-el",
+ "unstable": {
+ "version": [
+ 20190813,
+ 239
+ ],
+ "deps": [
+ "dash",
+ "magit",
+ "magit-popup"
+ ],
+ "commit": "e0eff360c83c61d531bf0a0032efa6b963ce2b57",
+ "sha256": "09zqayzl05yszxh619i2ri12g3c0lbbvbh4m4isyxvancxk88igs"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 12,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "magit"
+ ],
+ "commit": "d4ce5eb5da1ea0879b7d3266d97aecc8aee2807c",
+ "sha256": "1asjmxw24bvaapjaljj37pv9cbvqqw7577q1mds4lnicvnbdsxzi"
+ }
+ },
+ {
+ "ename": "kubernetes-evil",
+ "commit": "16850227ea48f6f38102b9cdf80e0758766a24d2",
+ "sha256": "12ygfs6g9aivf2ws3lxwjm5xnd2kidhli889icpygd5v7gnk9pg8",
+ "fetcher": "github",
+ "repo": "chrisbarrett/kubernetes-el",
+ "unstable": {
+ "version": [
+ 20171123,
+ 219
+ ],
+ "deps": [
+ "evil",
+ "kubernetes"
+ ],
+ "commit": "e0eff360c83c61d531bf0a0032efa6b963ce2b57",
+ "sha256": "09zqayzl05yszxh619i2ri12g3c0lbbvbh4m4isyxvancxk88igs"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 12,
+ 0
+ ],
+ "deps": [
+ "evil",
+ "kubernetes"
+ ],
+ "commit": "d4ce5eb5da1ea0879b7d3266d97aecc8aee2807c",
+ "sha256": "1asjmxw24bvaapjaljj37pv9cbvqqw7577q1mds4lnicvnbdsxzi"
+ }
+ },
+ {
+ "ename": "kubernetes-helm",
+ "commit": "269c73e26b3d0cc51bbac8b63bb3782f7428ab40",
+ "sha256": "0rik7qz5m2hxylmdsjdnrlj52sm7c669milxxp5i1a1c44621xa6",
+ "fetcher": "github",
+ "repo": "abrochard/kubernetes-helm",
+ "unstable": {
+ "version": [
+ 20190201,
+ 320
+ ],
+ "deps": [
+ "yaml-mode"
+ ],
+ "commit": "bdf9280899b5efab6d55ffd96bad716c5f8e75bc",
+ "sha256": "05fsxknp2jpmchvz49hpvh8xvkwl70ksar6ccjqrp7nqcn7cvz2j"
+ }
+ },
+ {
+ "ename": "kubernetes-tramp",
+ "commit": "8ea4b15e64a9dc33b9977650488693cacadd1ab1",
+ "sha256": "15nlx3w2v0gky0zgbx7n0w1mdr6yaj4dh028ay2k19wg8wbsckjq",
+ "fetcher": "github",
+ "repo": "gruggiero/kubernetes-tramp",
+ "unstable": {
+ "version": [
+ 20181228,
+ 922
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8713571b66940f8f3f496b55baa23cdf1df7a869",
+ "sha256": "05xbpdgxglqw7s2chay32s5kmglpd446dg3vh02d1462lh474snf"
+ }
+ },
+ {
+ "ename": "kurecolor",
+ "commit": "58a5ebdbf82e83e6602161bca049d468887abe02",
+ "sha256": "0q0q0dfv376h7j3sgwxqwfpxy1qjbvb6i5clsxz9xp4ly89w4d4f",
+ "fetcher": "github",
+ "repo": "emacsfodder/kurecolor",
+ "unstable": {
+ "version": [
+ 20180401,
+ 1221
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "a27153f6a01f38226920772dc4917b73166da5e6",
+ "sha256": "04av67q5841jli6rp39hav3a5gr2vcf3db4qsv553i23ffplb955"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 6
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "a27153f6a01f38226920772dc4917b73166da5e6",
+ "sha256": "04av67q5841jli6rp39hav3a5gr2vcf3db4qsv553i23ffplb955"
+ }
+ },
+ {
+ "ename": "kv",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0c10r7mhg517p62lc87ccqypsjrm28xh3bgv4f01fnx569jqgzgp",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-kv",
+ "unstable": {
+ "version": [
+ 20140108,
+ 1534
+ ],
+ "commit": "721148475bce38a70e0b678ba8aa923652e8900e",
+ "sha256": "0r0lz2s6gvy04fwnafai668jsf4546h4k6zd6isx5wpk0n33pj5m"
+ }
+ },
+ {
+ "ename": "kwin",
+ "commit": "04e6d622a1f1cb765c33297a99f06ed513985498",
+ "sha256": "1pxnyj81py3ygadmyfrqndb0jkk6xlbf0rg3857hsy3ccblzm7ki",
+ "fetcher": "github",
+ "repo": "reactormonk/kwin-minor-mode",
+ "unstable": {
+ "version": [
+ 20150308,
+ 1812
+ ],
+ "commit": "d4f8f3593598b71ee596e0a87b2c1d6a912a9566",
+ "sha256": "0irbfgip493hyh45msnb7climgfwr8f05nvc97bzaqggnay88scy"
+ }
+ },
+ {
+ "ename": "lab-themes",
+ "commit": "c5817cb4cb3a573f93bacfb8ef340bef0e1c5df4",
+ "sha256": "10gvrrbqp6rxc9kwk8315pa1ldmja42vwr31xskjaq0l4fd28kx0",
+ "fetcher": "github",
+ "repo": "MetroWind/lab-theme",
+ "unstable": {
+ "version": [
+ 20190320,
+ 1827
+ ],
+ "commit": "d32477943ff6a2ea158c560a7b0c67537432bc2b",
+ "sha256": "1mlpdma7s4q54k54740q7r0ykkhkr3avxq8h5zmirc3lib7rrxv0"
+ }
+ },
+ {
+ "ename": "labburn-theme",
+ "commit": "b1bfc9870fbe61f58f107b72fd7f16efba22c902",
+ "sha256": "09qqb62hfga88zka0pc27rc8i43cxi84cv1x8wj0vvzx6mvic1lm",
+ "fetcher": "github",
+ "repo": "ksjogo/labburn-theme",
+ "unstable": {
+ "version": [
+ 20170502,
+ 907
+ ],
+ "commit": "e95334acd8a73fbe8e156f70e047014a87e92e66",
+ "sha256": "0ai8gr4an4d44lgin7kdzydn2d0a98jb8mv0n9b93bq160lbmkwj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "bfa1d9f1c7e107cb45754fe57e4e72a9be70e9d1",
+ "sha256": "1r221fwfigr6fk4p3xh00wgw9wxm2gpzvj17jf5pgd7cvyspchsy"
+ }
+ },
+ {
+ "ename": "laguna-theme",
+ "commit": "58566386032a017c26ab07c551e72fbe1c20117d",
+ "sha256": "15ip30ssvp4sqy70998dkkik099mblx4gdsclwh17yc0vi03cg11",
+ "fetcher": "github",
+ "repo": "HenryNewcomer/laguna-theme",
+ "unstable": {
+ "version": [
+ 20190714,
+ 1830
+ ],
+ "commit": "66c613692b9f0c71050a236e98dbc54cb410946b",
+ "sha256": "0kms0m65mpmk9j5i1f4ag8a8hja1msn73z2f2gby440l07c8hcjy"
+ }
+ },
+ {
+ "ename": "lammps-mode",
+ "commit": "8f5471a8e17977c17ad84b12a77fe80f37eda25e",
+ "sha256": "06i48pxp9vq4z7hffna0cndr6iblapim169659pmhidbc4pp7bm4",
+ "fetcher": "github",
+ "repo": "HaoZeke/lammps-mode",
+ "unstable": {
+ "version": [
+ 20180801,
+ 1319
+ ],
+ "commit": "a5b68d7a59975770b56ee8f6e66fa4f703a72ffe",
+ "sha256": "1ma33bszv7d6am47n5r74ja4ks7n46m8xfkkr3vcqymlfhbdpq73"
+ }
+ },
+ {
+ "ename": "lang-refactor-perl",
+ "commit": "6bbbf89b71364720dd39e2cf902271108151b5ca",
+ "sha256": "02fv25d76rvxqzxs48j4lkrifdhqayyb1in05ryyz2pk9x5hbax9",
+ "fetcher": "github",
+ "repo": "jplindstrom/emacs-lang-refactor-perl",
+ "unstable": {
+ "version": [
+ 20131122,
+ 2127
+ ],
+ "commit": "691bd69639de6b7af357e3b7143563ececd9c497",
+ "sha256": "135k7inkvdz51j7al3nndaamrkyn989vlv1mxcp8lwx8cgq0rqfj"
+ }
+ },
+ {
+ "ename": "langdoc",
+ "commit": "defe78f12dbd7137bed7b1a309caa579e220f7dc",
+ "sha256": "19i6ys58wswl5ckf33swl6lsfzg4znx850br4icik15yrry65yj7",
+ "fetcher": "github",
+ "repo": "tom-tan/langdoc",
+ "unstable": {
+ "version": [
+ 20150218,
+ 645
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2c7223bacb116992d700ecb19a60df5c09c63424",
+ "sha256": "0svci7xs4iysv8ysf93g382arip0xpgi0fllw8xx2vrd70sz7lff"
+ }
+ },
+ {
+ "ename": "langtool",
+ "commit": "503845e79e67c921f1fde31447f3dd4da2b6f993",
+ "sha256": "1xq70jyhzg0qmvialy015crbdk9rdibhwpl36khab9hi2999wxyw",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-langtool",
+ "unstable": {
+ "version": [
+ 20190303,
+ 2227
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "81f2b8a07b29bbdd558db4b68dd904f4c0eb10a4",
+ "sha256": "01w765n5bib060f0hci34f0vchf90b4r8gr1ng2c4yx20dvdjnqh"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d93286722cff3fecf8641a4a6c3b0691f30362fe",
+ "sha256": "17xa055705n4jb7nafqvqgl0a6fdaxp3b3q8q0gsv5vzycsc74ga"
+ }
+ },
+ {
+ "ename": "language-detection",
+ "commit": "ed2b68d0a11e5db0e7f2f5cbb2eb93c298bcb765",
+ "sha256": "1c613dj6j05idqyjd6ix7llw04d0327aicac04cicrb006km3r51",
+ "fetcher": "github",
+ "repo": "andreasjansson/language-detection.el",
+ "unstable": {
+ "version": [
+ 20161123,
+ 1813
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "54a6ecf55304fba7d215ef38a4ec96daff2f35a4",
+ "sha256": "0p8kim8idh7hg9398kpgjawkxq9hb6fraxpamdkflg8gjk0h5ppa"
+ }
+ },
+ {
+ "ename": "language-id",
+ "commit": "d03af6375bc7ba4612c43dea805d7f392f046f87",
+ "sha256": "0p7hg005bmzy38sv2881fq1x2i7yjdhfjbki4y2av485c418rqz8",
+ "fetcher": "github",
+ "repo": "lassik/emacs-language-id",
+ "unstable": {
+ "version": [
+ 20190207,
+ 1057
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "9145c75eaa41a7a9deda928f704b99db056d3e9d",
+ "sha256": "10dwrb610jdal6ifpj34mmy8qqbca2sgfmvn4p4qpcc967sv4f1r"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "9145c75eaa41a7a9deda928f704b99db056d3e9d",
+ "sha256": "10dwrb610jdal6ifpj34mmy8qqbca2sgfmvn4p4qpcc967sv4f1r"
+ }
+ },
+ {
+ "ename": "lastpass",
+ "commit": "46e5e8735baab7728bddce2693cea6bcee0e6360",
+ "sha256": "0x4c9c110nqv3v6kzcxdg9a9zcg7yn1hj6ffgrbsd8c3wbrdxrlj",
+ "fetcher": "github",
+ "repo": "storvik/emacs-lastpass",
+ "unstable": {
+ "version": [
+ 20171208,
+ 1016
+ ],
+ "deps": [
+ "cl-lib",
+ "seq"
+ ],
+ "commit": "a4529ce70b8187ed9ac4972997df152af58ef2eb",
+ "sha256": "1h4h7swww2is7qblqi5r1vh26a9lfl52c0yq7rgwd1pqclffgc8m"
+ }
+ },
+ {
+ "ename": "latex-extra",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "1w98ngxymafigjpfalybhs12jcf4916wk4nlxflfjcx8ryd9wjcj",
+ "fetcher": "github",
+ "repo": "Malabarba/latex-extra",
+ "unstable": {
+ "version": [
+ 20170817,
+ 147
+ ],
+ "deps": [
+ "auctex",
+ "cl-lib"
+ ],
+ "commit": "82d99b8b0c2db20e5270749582e03bcc2443ffb5",
+ "sha256": "15m7zvdhg5z7d8alrw66p703wdp5r57lxrgq3zz7xc4hscwghlb1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 14
+ ],
+ "deps": [
+ "auctex",
+ "cl-lib"
+ ],
+ "commit": "82d99b8b0c2db20e5270749582e03bcc2443ffb5",
+ "sha256": "15m7zvdhg5z7d8alrw66p703wdp5r57lxrgq3zz7xc4hscwghlb1"
+ }
+ },
+ {
+ "ename": "latex-math-preview",
+ "commit": "9e413b7684e9199510b00035825aa861d670e072",
+ "sha256": "14bn0q5czrrkb1vjdkwx6f2x4zwjkxgrc0bcncv23l13qls1gkmr",
+ "fetcher": "gitlab",
+ "repo": "latex-math-preview/latex-math-preview",
+ "unstable": {
+ "version": [
+ 20190123,
+ 802
+ ],
+ "commit": "90fd86da2d9514882146a5db40cb916fc533cf55",
+ "sha256": "063vnjhnxm2z9shkdv1j8kwyf37syczfkzxzh5z7w7aidvx55jzj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 3
+ ],
+ "commit": "90fd86da2d9514882146a5db40cb916fc533cf55",
+ "sha256": "063vnjhnxm2z9shkdv1j8kwyf37syczfkzxzh5z7w7aidvx55jzj"
+ }
+ },
+ {
+ "ename": "latex-pretty-symbols",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "1f2s2f64bmsx89a3crm4skhdi4pq9w18z9skxw3i3ydaj15s8jgl",
+ "fetcher": "bitbucket",
+ "repo": "mortiferus/latex-pretty-symbols.el",
+ "unstable": {
+ "version": [
+ 20151112,
+ 1044
+ ],
+ "commit": "ef4ea64c09ea182f38ecb88dfb31d58ed5e6063e",
+ "sha256": "0h9hncf2ghfkd3i3342ajj1niykhfr0aais3j6sjg1vkm16xbr3b"
+ }
+ },
+ {
+ "ename": "latex-preview-pane",
+ "commit": "bb3227f2e35d701915a8d3479d20581dcbe3a778",
+ "sha256": "1id1l473azmc9hm5vq5wba8gad9np7sv38x94qd2zkf8b78pzkbw",
+ "fetcher": "github",
+ "repo": "jsinglet/latex-preview-pane",
+ "unstable": {
+ "version": [
+ 20181008,
+ 1822
+ ],
+ "commit": "5297668a89996b50b2b62f99cba01cc544dbed2e",
+ "sha256": "1m4f5p53275k8i9p0y105kkrp9nx1bwn6726my9s5dwnjhr5dnp2"
+ }
+ },
+ {
+ "ename": "latex-unicode-math-mode",
+ "commit": "9c021dfad8928c1a352e0ef5526eefa6c0a9cb37",
+ "sha256": "1p9gpp28vylibv1s95bzfgscznw146ybgk6f3qdbbnafrcrmifcr",
+ "fetcher": "github",
+ "repo": "Christoph-D/latex-unicode-math-mode",
+ "unstable": {
+ "version": [
+ 20170123,
+ 1816
+ ],
+ "commit": "eb4a5c9f9b00a58d2ca80f90782a851f4c8497b8",
+ "sha256": "1bsqaz14mb092cvq8fk4kkcgifhbpmnndlvvz8qhyfh8i5i92i8b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "commit": "3b82347291edcb32e4062b0048c367a3079b3e8c",
+ "sha256": "1xylfg8xpyb2m0qnysf58cl05ibbg4drhgq7msiiql2qrdzvpx9f"
+ }
+ },
+ {
+ "ename": "latexdiff",
+ "commit": "d164cf118a2c928c04e4d5cbfd47ac732e626fe0",
+ "sha256": "002frvk31q3plrqa6lldadchck51bch4n126y5l33fyfs0ipspfa",
+ "fetcher": "github",
+ "repo": "galaunay/latexdiff.el",
+ "unstable": {
+ "version": [
+ 20180521,
+ 2232
+ ],
+ "commit": "024ee7a4fd235695dacd9f53594fef3d79bee88b",
+ "sha256": "17xpkbrwfck0m6zp5d1b9b4slkgyvm8d92nzilb4s1rf9nqf9mvw"
+ }
+ },
+ {
+ "ename": "launch",
+ "commit": "8e46ed1761fa2e69f0dc2f58e422ea1de8a8cb49",
+ "sha256": "043gwz583pa1wv84fl634p1v86lcsldsw7qkjbm6y678q5mms0m6",
+ "fetcher": "github",
+ "repo": "sfllaw/emacs-launch",
+ "unstable": {
+ "version": [
+ 20130619,
+ 2204
+ ],
+ "commit": "e7c3b573fc05fe4d3d322389079909311542e799",
+ "sha256": "0ciycsqzyj6ld60c7sfqjq59ln3jvk3w9vy606kqzpcvj01ihmv1"
+ }
+ },
+ {
+ "ename": "launch-mode",
+ "commit": "876755fff14914b10a26d15f0c7ff32be7c51aa3",
+ "sha256": "1za0h16z84ls7da17qzqady0simzy5pk1mlw3mb0nhlg2cfmn060",
+ "fetcher": "github",
+ "repo": "iory/launch-mode",
+ "unstable": {
+ "version": [
+ 20170106,
+ 512
+ ],
+ "commit": "25ebd4ba77afcbe729901eb74923dbe9ae81c313",
+ "sha256": "1pjb4gwzkk6djzyfqqxf6y5xvrsh4bi5ijg60zrdlnhivggnfbvn"
+ }
+ },
+ {
+ "ename": "launchctl",
+ "commit": "66d0d8c6f7cb66e56328a9cfe9cdef6dffc3c1be",
+ "sha256": "07fq445cjpv4ndi7hnjmsrmskm2rlp6ghq0k3bcbjxl21smd9vs9",
+ "fetcher": "github",
+ "repo": "pekingduck/launchctl-el",
+ "unstable": {
+ "version": [
+ 20150518,
+ 1309
+ ],
+ "commit": "73f8f52a5aa9a0be9bdcf68c29ad0fa2b4a115a4",
+ "sha256": "154z7bhb7qagvl3dlgrlsxdg4chz2863ijglg47xs3yhjp5ypanj"
+ }
+ },
+ {
+ "ename": "lavender-theme",
+ "commit": "641d1959bd31598fcdacd39a3d1bb077dcccfa5c",
+ "sha256": "1x7mk3dpk44fkzll6xmh2dw270cgb3a9qs3h8bmiq2dw0wrcwcd1",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-lavender-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1313
+ ],
+ "commit": "ef5e959b95d7fb8152137bc186c4c24e986c1e3c",
+ "sha256": "0pbpns387fmalkakbdl2q7d2y720m7ai7mnydsinjwlkdrshvj4g"
+ }
+ },
+ {
+ "ename": "lcb-mode",
+ "commit": "fd1380a9ba363f62f297e3ab2995341258b51fd1",
+ "sha256": "184vd5ll0ms2lspzv8zz2zbairsr8i9p3gs28hrnnwm6mrpx4n18",
+ "fetcher": "github",
+ "repo": "peter-b/lcb-mode",
+ "unstable": {
+ "version": [
+ 20160816,
+ 540
+ ],
+ "commit": "be0768e9aa6f9b8e76f2230f4f7f4d152a766b9a",
+ "sha256": "0mgcqqhjadm8ckp6x37f9j4xcs61g73m9v8qr4zbw115yci2d0xk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "be0768e9aa6f9b8e76f2230f4f7f4d152a766b9a",
+ "sha256": "0mgcqqhjadm8ckp6x37f9j4xcs61g73m9v8qr4zbw115yci2d0xk"
+ }
+ },
+ {
+ "ename": "lcr",
+ "commit": "29374d3da932675b7b3e28ab8906690dad9c9cbe",
+ "sha256": "07syirjlrw8g95zk273953mnmg9x4bv8jpyvvzghhin4saiiiw3k",
+ "fetcher": "github",
+ "repo": "jyp/lcr",
+ "unstable": {
+ "version": [
+ 20180902,
+ 1919
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "c14f40692292d59156c7632dbdd2867c086aa75f",
+ "sha256": "0mc55icihxqpf8b05990q1lc2nj2792wcgyr73xsiqx0963sjaj8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "c14f40692292d59156c7632dbdd2867c086aa75f",
+ "sha256": "0mc55icihxqpf8b05990q1lc2nj2792wcgyr73xsiqx0963sjaj8"
+ }
+ },
+ {
+ "ename": "leaf",
+ "commit": "24afe5b39979e2f17e104ae97d840645d2a5c2f1",
+ "sha256": "0h4v3fswbwa40hws8l29mmnka5wl9kyj6f01dnvadc725a34az38",
+ "fetcher": "github",
+ "repo": "conao3/leaf.el",
+ "unstable": {
+ "version": [
+ 20190728,
+ 1307
+ ],
+ "commit": "7868e13bc2b10259245dd4bfc4b830ddc136b4bd",
+ "sha256": "15899b2fpck7k7ksm1x2v5gcq6y3rb9l4xi5i8myj356lgk8ycv9"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 3,
+ 0
+ ],
+ "commit": "cecaaed04bd0f756b3ac98922768d61229ed2322",
+ "sha256": "1d70dfqlr5j2d5ns16dbdibhyfm6ss0khcj7hang3rhyiyrhpkra"
+ }
+ },
+ {
+ "ename": "leaf-keywords",
+ "commit": "dfe671ccd5a87ba4157f55e2a16a39dfaa10c027",
+ "sha256": "0i5hn1051hfbppbsv2m5p7h1rrn9pbvsps6vsk84ssqvhj7ryvyb",
+ "fetcher": "github",
+ "repo": "conao3/leaf-keywords.el",
+ "unstable": {
+ "version": [
+ 20190716,
+ 2321
+ ],
+ "deps": [
+ "leaf"
+ ],
+ "commit": "4191bab8346313c17a151bf98007781fb5f894df",
+ "sha256": "0f09d112fsj2gy5nfwsp39llpwl113y0f2jhfhhs20slxqi3hfcm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "9352716f153582cdf801a13e17dc04cfcd2bb951",
+ "sha256": "146h2n71f22gsqgh221ghx56qb9cq9qac3p77gxji535l2s9hbvk"
+ }
+ },
+ {
+ "ename": "lean-mode",
+ "commit": "42f4d6438c8aeb94ebc1782f2f5e2abd17f0ffde",
+ "sha256": "0rdraxsirkrzbinjwg4qam15iy3qiixqgwsckngzw8d9a4s9l6sj",
+ "fetcher": "github",
+ "repo": "leanprover/lean-mode",
+ "unstable": {
+ "version": [
+ 20180906,
+ 1645
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "f",
+ "flycheck",
+ "s"
+ ],
+ "commit": "9d6b8471e2044310b4cd7cd3213b1fc8f78ec499",
+ "sha256": "0r8vfklrdw3f11cpk279jg3mnfbqm60m6klisqndkvir7vsrshni"
+ }
+ },
+ {
+ "ename": "leanote",
+ "commit": "b00b806ae4562ca5a74f41c12ef35bfa597bcfa8",
+ "sha256": "1xnfv7bpkw3ir402962zbp856d56nas098nkf7bamnsnax6kkqw7",
+ "fetcher": "github",
+ "repo": "aborn/leanote-emacs",
+ "unstable": {
+ "version": [
+ 20161223,
+ 139
+ ],
+ "deps": [
+ "async",
+ "cl-lib",
+ "let-alist",
+ "pcache",
+ "request",
+ "s"
+ ],
+ "commit": "d499e7b59bb1f1a2fabc0e4c26fb101ed62ebc7b",
+ "sha256": "1lg4zml26q97bx9jrmjikhnm3d74b12q2li5h8gpxx9m35wc360c"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "deps": [
+ "async",
+ "cl-lib",
+ "let-alist",
+ "pcache",
+ "request",
+ "s"
+ ],
+ "commit": "1bd49fdf13ef707bae7edaa724a1592aa7fb002f",
+ "sha256": "1k58rhk5p819cvfa6zg7j3ysvzhq6dc433fzhh1ff0gwga2vrqbz"
+ }
+ },
+ {
+ "ename": "ledger-import",
+ "commit": "4a1e2a9546b8b40f5f880197cb8166a6a715451f",
+ "sha256": "1lcibmjk2d49vsa89wri7bbf695mjq2ikddz3nlzb6ljywsnqzm4",
+ "fetcher": "github",
+ "repo": "DamienCassou/ledger-import",
+ "unstable": {
+ "version": [
+ 20190502,
+ 456
+ ],
+ "deps": [
+ "ledger-mode"
+ ],
+ "commit": "6911708e373e2cbdb3868df7711ef07925ed36bf",
+ "sha256": "15vz5fy5yr4m3b77nikqln3y5bihjdmrzgxbp56hz83dqkkcnc4l"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "ledger-mode"
+ ],
+ "commit": "2c199fcc8671c2ec82e62cea7716289426b7407c",
+ "sha256": "0szi5k05qja28nx0rnl3amh3qf2f470sycdjgmpazgqh4zpkngsp"
+ }
+ },
+ {
+ "ename": "ledger-mode",
+ "commit": "1549048b6f57fbe9d1f7fcda74b78a7294327b7b",
+ "sha256": "10asbcb5syv3b75bngsab3c84dp2xmc0q7s29im6kf4mzv5zcfcf",
+ "fetcher": "github",
+ "repo": "ledger/ledger-mode",
+ "unstable": {
+ "version": [
+ 20190811,
+ 2340
+ ],
+ "commit": "0114525803860b18a34624339825219bb6b8943e",
+ "sha256": "04di2f51i0gqvwj8x2wn1f85a4iyg6gf8hkig4z244j8jv489v6d"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 1,
+ 1
+ ],
+ "commit": "96c4e81eed52e0ef514dc15a6ea6d877b3409a2a",
+ "sha256": "12q6wblwnb6y5c1882jz14742fqbm6p5jpzlvz7p90ylqfl7h989"
+ }
+ },
+ {
+ "ename": "leerzeichen",
+ "commit": "5de7033e75bc28de6e50b2146511cdaac4542ad6",
+ "sha256": "0h7zpskcgkswr110vckfdbxggz5b3g9grk1j1cbd98pmrpgfqrvp",
+ "fetcher": "github",
+ "repo": "fgeller/leerzeichen.el",
+ "unstable": {
+ "version": [
+ 20170422,
+ 1313
+ ],
+ "commit": "5acf9855ecb2b2cd5da4402bb48df149e7525cc5",
+ "sha256": "1bx4pv51a9x8f51pjrms8jkfrpa3glwkh308svz05gnyi2g0r8hw"
+ }
+ },
+ {
+ "ename": "leetcode",
+ "commit": "f1f35b9b63f3f04dfca7c5fe62d3530b47006d8f",
+ "sha256": "094klmrh2adj9fcpykswdbbxm714cfws1lqgz64b7gdf82m5nm8x",
+ "fetcher": "github",
+ "repo": "kaiwk/leetcode.el",
+ "unstable": {
+ "version": [
+ 20190706,
+ 1622
+ ],
+ "deps": [
+ "graphql",
+ "request-deferred",
+ "spinner"
+ ],
+ "commit": "90324e6b57660c55f5c9fbf7bbb19e9855304206",
+ "sha256": "013bli8q39d280z1kknc29dsacq4g8wzk0119dhsl3acah5a168k"
+ }
+ },
+ {
+ "ename": "legalese",
+ "commit": "0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f",
+ "sha256": "18rkvfknaqwkmhsjpgrf2hknrb2zj61aw8rb4907gsbs9rciqpdd",
+ "fetcher": "github",
+ "repo": "jorgenschaefer/legalese",
+ "unstable": {
+ "version": [
+ 20150820,
+ 1724
+ ],
+ "commit": "ec23e69d18329456beed9546a1d6c72f96db91cf",
+ "sha256": "05zpc8b2pyjz76fvmgr7zkl56g6nf6hi4nmxdg6gkw8fx6p8i19f"
+ }
+ },
+ {
+ "ename": "lemon-mode",
+ "commit": "6163d4cf36031349480039b82de8cdc75c2db169",
+ "sha256": "0jdf3556kmv55jh85ljqh2gdx0jl2b8zgvpz9a4kf53xifk3lqz5",
+ "fetcher": "github",
+ "repo": "mooz/lemon-mode",
+ "unstable": {
+ "version": [
+ 20130216,
+ 1304
+ ],
+ "commit": "155bfced6c9afc8072a0133d3d1baa54c6d67430",
+ "sha256": "0n6jrm5ilm5wzfrh7yjxn3sr5m10hwdm55b179ild32lh4795zj7"
+ }
+ },
+ {
+ "ename": "lenlen-theme",
+ "commit": "47d5b3c931cdbc2351e01d15e2b98c78081c9506",
+ "sha256": "1bddkcl9kzj3v071qpzmxzjwywqfj5j6cldz240qgp5mx685r0a9",
+ "fetcher": "github",
+ "repo": "zk-phi/lenlen-theme",
+ "unstable": {
+ "version": [
+ 20170329,
+ 245
+ ],
+ "deps": [
+ "color-theme-solarized"
+ ],
+ "commit": "b8a6412c81633b10fb98ba0930f55b25071c084a",
+ "sha256": "177fqqhd498v2h6wki6pgg982rp4jxhn4wrzajcqppjz4nidb1b7"
+ }
+ },
+ {
+ "ename": "lentic",
+ "commit": "cbb6f9cc3c1040b80fbf3f2df2ac2c3c8d18b6b1",
+ "sha256": "0y94y1qwj23kqp491b1fzqsrjak96k1dmmzmakbl7q8vc9bncl5m",
+ "fetcher": "github",
+ "repo": "phillord/lentic",
+ "unstable": {
+ "version": [
+ 20190102,
+ 2124
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "m-buffer",
+ "s"
+ ],
+ "commit": "e6d013bf570bb235817f6c8f0abdd31d3b456d53",
+ "sha256": "0ksmb5mvcpa699bw62fkhrx1i8adgrzsbc2fivfsimq54y25rdd7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 11
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "m-buffer",
+ "s"
+ ],
+ "commit": "8655ecd51e189bbdd6a4d8405dc3ea2e689c709a",
+ "sha256": "04h6vk7w25yp4kzkwqnsmc59bm0182qqkyk5nxm3a1lv1v1590lf"
+ }
+ },
+ {
+ "ename": "lentic-server",
+ "commit": "10b8cc0b4612d7d02be3a74c21b762cbf7613bd6",
+ "sha256": "1y9idhf9qcsw3dbdj7rwa7bdrn1q0m3bg3r2jzwdnvkq8aas1w56",
+ "fetcher": "github",
+ "repo": "phillord/lentic-server",
+ "unstable": {
+ "version": [
+ 20160717,
+ 2052
+ ],
+ "deps": [
+ "lentic",
+ "web-server"
+ ],
+ "commit": "8e809fafbb27a98f815b544d9d9ee15843eb6a36",
+ "sha256": "1wc1c6hqhbb5x4fi7lp30bsrfww9g12c41lphswy92qzlij4zbww"
+ }
+ },
+ {
+ "ename": "less-css-mode",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "188iplnwwhawq3dby3388kimy0jh1k9r8v9nxz52hy9rhh9hykf8",
+ "fetcher": "github",
+ "repo": "purcell/less-css-mode",
+ "unstable": {
+ "version": [
+ 20161001,
+ 453
+ ],
+ "commit": "c7fa3d56d83206b28657f2e56439dc62280a2bf2",
+ "sha256": "0nz2vhkpmishlx4gga6lljyjrz7lmnwj3vmvml9jykhiqgvnaf70"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 21
+ ],
+ "commit": "59bf174c4e9f053ec2a7ef8c8a8198490390f6fb",
+ "sha256": "1rkjamdy2a80w439vb2hhr7vqjj47wi2azlr7yq2xdz9851xsx9f"
+ }
+ },
+ {
+ "ename": "letcheck",
+ "commit": "d6a0937f704e33bbb9ea8f101cd87c44e8050afb",
+ "sha256": "1sjwi1ldg6b1qvj9cvfwxq3qlkfas6pm8zasf43baljmnz38mxh2",
+ "fetcher": "github",
+ "repo": "Fuco1/letcheck",
+ "unstable": {
+ "version": [
+ 20160202,
+ 1948
+ ],
+ "commit": "edf188ca2f85349e971b83f164c6484264e79426",
+ "sha256": "06hggcbz98qhfbvp0fxn89j98d0mmki4wc4k8kfzp5fhg071chbi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "e85b185993a2eaeec6490709f4c131fde2edd672",
+ "sha256": "1l9qjmyb4a3f6i2iimpmjczbx890cd1p24n941s13sg67xfbm7hn"
+ }
+ },
+ {
+ "ename": "letterbox-mode",
+ "commit": "1512e20962ea354e4311c0a2696a22576a099ba9",
+ "sha256": "117dj5xzf6givwjyqsciz6axhlcj7xbx0zj91ximm81kb5fswgda",
+ "fetcher": "github",
+ "repo": "pacha64/letterbox-mode",
+ "unstable": {
+ "version": [
+ 20170702,
+ 125
+ ],
+ "commit": "88c67a51d67216d569a28e8423200883fde096dd",
+ "sha256": "1xzzfr525pn2mj7x6xnvccxhls79bfpi5mqhl9ivisnlgj1bvdjw"
+ }
+ },
+ {
+ "ename": "leuven-theme",
+ "commit": "b09451f4eb2be820e94d3fecbf4ec7cecd2cabdc",
+ "sha256": "0pm5majr9cmj6g4zr7vb55ypk9fmfbvxx78mgmgignknbasq9g9a",
+ "fetcher": "github",
+ "repo": "fniessen/emacs-leuven-theme",
+ "unstable": {
+ "version": [
+ 20190308,
+ 1534
+ ],
+ "commit": "916c0f3b562b5b0e4f4294b83decda941fb183b1",
+ "sha256": "1garn9rkn1jmv1w329qdw0mbn11j467kfp64902ncajl3590x2ly"
+ }
+ },
+ {
+ "ename": "levenshtein",
+ "commit": "ae489be43b1aee93614e40f492ebdf0b98a3fbc1",
+ "sha256": "1vdbgzs7gfy89a1dzf6z5l3f5jmly1i8lb2fqi2d08qyl5rhb8bl",
+ "fetcher": "github",
+ "repo": "emacsorphanage/levenshtein",
+ "unstable": {
+ "version": [
+ 20090830,
+ 1040
+ ],
+ "commit": "070925197ebf6b704e6e00c4f2d2ec783f3df38c",
+ "sha256": "1w6rhp723kn1ns7r0gcblp5q8bvncicnjjsgdangbib1a4l2xw79"
+ }
+ },
+ {
+ "ename": "lexbind-mode",
+ "commit": "f3a493e642cc90bbe1c70a2d918793f0734464c9",
+ "sha256": "1hs9wg45mwp3fwi827rc4g0gjx4fk87zlibq3id9fcqic8q7nrnl",
+ "fetcher": "github",
+ "repo": "spacebat/lexbind-mode",
+ "unstable": {
+ "version": [
+ 20141027,
+ 1429
+ ],
+ "commit": "fa0a6848c1cfd3fbf45db43dc2deef16377d887d",
+ "sha256": "167ayfl1k8dnajw173hh67nbwbk4frmjc4fzc515q67m9d7m5932"
+ }
+ },
+ {
+ "ename": "lfe-mode",
+ "commit": "c44bdb00707c9ef90160e0a44f7148b480635132",
+ "sha256": "0smncyby53ipm8yqslz88sqjafk0x6r8d0qwk4wzk0pbgfyklhgs",
+ "fetcher": "github",
+ "repo": "rvirding/lfe",
+ "unstable": {
+ "version": [
+ 20170121,
+ 1254
+ ],
+ "commit": "0775432025f43cafbb7063b5923286bbd700cdf0",
+ "sha256": "0q6svybyd73zadr0ymq0a6qydsrg547c5ax4f8kpgla0mc086w9m"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "commit": "af14b1439097850ffa39935419ed83f5bcaa6d09",
+ "sha256": "0pgwi0h0d34353m39jin8dxw4yykgfcg90k6pc4qkjyrg40hh4l6"
+ }
+ },
+ {
+ "ename": "libelcouch",
+ "commit": "209d5c507cfe42b152c21a4534c3ba549186420f",
+ "sha256": "1zfjyfyjd59z0ns32v2b0r5g9ypjxrlmkx3djmxsmzd4an8ciq3p",
+ "fetcher": "github",
+ "repo": "DamienCassou/libelcouch",
+ "unstable": {
+ "version": [
+ 20180604,
+ 753
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "1faa877fd83c31f612eacb1d12645b2b4cfb57ed",
+ "sha256": "01b72d98h00rkkrpdimm1c64f7470z92yjb46y8gv1r76n6zcfy8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 0
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "1396144ebbb9790d4c744db0d4aacc0211b8e8e6",
+ "sha256": "1r0wrqiqar3jw5xbp1qv7kj7m1fdzciyy9690hwiq99dcm8nlri3"
+ }
+ },
+ {
+ "ename": "libgit",
+ "commit": "993a5abe3a9e8b160f0d68283eeca6af033abc79",
+ "sha256": "05yys8cjli2zhmhdh9w5qz287ibzplqabx5vyyjv9rpk6wgzkzik",
+ "fetcher": "github",
+ "repo": "magit/libegit2",
+ "unstable": {
+ "version": [
+ 20190810,
+ 1757
+ ],
+ "commit": "60e1e7d360b376534c4b6258ddf7d5b5f0a68133",
+ "sha256": "18y3wdfy6pnyv0slggagdyy41mjwsprnr57ab1qmyz5dd8ryfwwn"
+ }
+ },
+ {
+ "ename": "libmpdee",
+ "commit": "fc91db6f80463a1baea9759f9863b551ae21e180",
+ "sha256": "0z4d8y8jlsjw20b31akkaikh5xl0c05lj77d2i1xbgzam4iixma0",
+ "fetcher": "github",
+ "repo": "andyetitmoves/libmpdee",
+ "unstable": {
+ "version": [
+ 20160117,
+ 2301
+ ],
+ "commit": "a6ca3b7d6687f3ba60996b9b5044ad1d3b228290",
+ "sha256": "039awlam3nrgkxrarcapfyc2myvc77aw7whrkcsjjybzylpzv0pr"
+ }
+ },
+ {
+ "ename": "libmpdel",
+ "commit": "bb25443752e18e47afc63d5497cc5052c388a607",
+ "sha256": "0qi9g3czwzi9hhp7gjczpzjx9vgzz52xi91332l0sxcxmwbawjp1",
+ "fetcher": "github",
+ "repo": "mpdel/libmpdel",
+ "unstable": {
+ "version": [
+ 20190427,
+ 528
+ ],
+ "commit": "38633ef7a1a40740d1a9528c4f0f0d40d489d9fe",
+ "sha256": "1fk4irsx916q81qpy6d6iarg8q30r1xm9syz63i8pfdf08l6wphj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "38633ef7a1a40740d1a9528c4f0f0d40d489d9fe",
+ "sha256": "1fk4irsx916q81qpy6d6iarg8q30r1xm9syz63i8pfdf08l6wphj"
+ }
+ },
+ {
+ "ename": "lice",
+ "commit": "2508699ebfc846742940c5e4356b095b540e2405",
+ "sha256": "1hv2hz3153x0gk7f2js18dbx5pyprfdf2pfxb658fj16vxpp7y6x",
+ "fetcher": "github",
+ "repo": "buzztaiki/lice-el",
+ "unstable": {
+ "version": [
+ 20170220,
+ 943
+ ],
+ "commit": "4339929927c62bd636f89bb39ea999d18d269250",
+ "sha256": "0879z761b7gajkhq176ps745xpdrivch349crransv8fnsc759yb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "69f2d87984f3f3d469db35e241fbbe979384cd03",
+ "sha256": "0hi8s20vw4a5i5n5jlm5dzgsl1qpfyqbpskqszjls1xrrf3dd4zl"
+ }
+ },
+ {
+ "ename": "light-soap-theme",
+ "commit": "053be1123bb934d80b4d6db0e7e39b59771be035",
+ "sha256": "09p4w51d5szhi81a6a3l0r4zd4ixkrkzxldr938bcmj0qmj62iyk",
+ "fetcher": "github",
+ "repo": "mswift42/light-soap-theme",
+ "unstable": {
+ "version": [
+ 20150607,
+ 1445
+ ],
+ "commit": "76a787bd40c6b567ae68ced7f5d9f9f10725e00d",
+ "sha256": "04dik8z2mg6qr4d3fkd26kg29b4c5crvbnc1lfsrzyrik7ipvsi8"
+ }
+ },
+ {
+ "ename": "line-reminder",
+ "commit": "ec27ae185c0308c445e461dc84f398483ca08c5a",
+ "sha256": "0cm9cv7ak1ibm68d2xrz26smh80g79dxjlwxj5qd9zc3yjyksdvi",
+ "fetcher": "github",
+ "repo": "elpa-host/line-reminder",
+ "unstable": {
+ "version": [
+ 20190807,
+ 440
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "707dc65001778e6476085fd7c30e1a1a3f84563a",
+ "sha256": "07fd1gw1fwzc1ynfp59b06hm9hz93fnjhgkgxmhk464ri0nv0l60"
+ }
+ },
+ {
+ "ename": "line-up-words",
+ "commit": "28ac7764a19fee2e1e2a89d95569815f1940c5e4",
+ "sha256": "0agsrrkwwfmbiy4z3g4hkrpfr3nqgd5lwfn18qrdxynijd5rqs79",
+ "fetcher": "github",
+ "repo": "janestreet/line-up-words",
+ "unstable": {
+ "version": [
+ 20180219,
+ 1024
+ ],
+ "commit": "4abfd658dd0985b960da08a3ec426cd860d57d2a",
+ "sha256": "1fqgwydk5cw98nb7m9rq7cmmmmh3qfhwvq2b4lvv47ahk9113402"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "54d2c51c1c3da7e06be47b829bf465bf467ab53f",
+ "sha256": "0qda9i5yjjf2x5cpg6nxkzqwa8fzzjxk0yyc4295kbawwd83vglr"
+ }
+ },
+ {
+ "ename": "lines-at-once",
+ "commit": "513d0f0c6976f685fc0df6b6bb0da3162f58f537",
+ "sha256": "1hiij6i47i9px82ll87dvx5pgp5jzz8qis7hdm8n6hd3c9rnabma",
+ "fetcher": "github",
+ "repo": "jiahaowork/lines-at-once.el",
+ "unstable": {
+ "version": [
+ 20180422,
+ 247
+ ],
+ "commit": "a018ba90549384d52ec58c2685fd14a0f65252be",
+ "sha256": "0bwc4d2gnfhaqzn455nzrvd9lys7z7ay2v1hxgwp99ndqq93ws6i"
+ }
+ },
+ {
+ "ename": "lingr",
+ "commit": "bf5d29710ab17b1a98f9b559344e4dd40a2b9c08",
+ "sha256": "1445bxiirsxl9kgm0j86xc9d0pbaa5f07c1i66pw2vl40bvhrjff",
+ "fetcher": "github",
+ "repo": "lugecy/lingr-el",
+ "unstable": {
+ "version": [
+ 20100807,
+ 1731
+ ],
+ "commit": "4215a8704492d3c860097cbe2649936c22c196df",
+ "sha256": "0rkx0hk3y79rwhjqs3wvgxhg1rj83mxbqkhhm3jfawp8c1av4f40"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "c9c20dd9b4967aa2f8873d6890d6797e6a498d23",
+ "sha256": "11sw43z5b0vypmhi0yysf2bxjy8fqpzl61y503jb7nhcfywmfkys"
+ }
+ },
+ {
+ "ename": "linguistic",
+ "commit": "aedc03a846b873edf2426c422abb8c75732158f8",
+ "sha256": "0yhyrr7yknvky6fb6js0lfxbl13i6a218kya7cpj2dpzdckcbhca",
+ "fetcher": "github",
+ "repo": "andcarnivorous/linguistic",
+ "unstable": {
+ "version": [
+ 20181129,
+ 2116
+ ],
+ "commit": "23e47e98cdb09ee61883669b6d8a11bf6449862c",
+ "sha256": "1bz2w43v1w5xlkbmhmb423nisyhja6qkgwhl68r5vjxqj1gxn2xj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "18e28a7e54efb140c17e16836bc5dac766c9522e",
+ "sha256": "12b9i3rdh16pq9q88bsg771y11rrbj9w74v2qr2bfymbp358qk17"
+ }
+ },
+ {
+ "ename": "link",
+ "commit": "5b08ed7b90e3283e177eff57cb02b12a093dc258",
+ "sha256": "17jpsg3f2954b740vyj37ikygrg5gmp0bjhbid8bh8vbz7xx9zy8",
+ "fetcher": "github",
+ "repo": "myrkr/dictionary-el",
+ "unstable": {
+ "version": [
+ 20140718,
+ 329
+ ],
+ "commit": "6edc1d0a4156d33c3da0c1649c308b809fda46e1",
+ "sha256": "0g95q3yggzxr8d2gjxamfwx8xbzf182naxpb265r7v9awd35bqk5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 10
+ ],
+ "commit": "9ef1672ecd367827381bbbc9af93685980083c5c",
+ "sha256": "05xfgn9sabi1ykk8zbk2vza1g8pdrg08j5cb58f50nda3q8ndf4s"
+ }
+ },
+ {
+ "ename": "link-hint",
+ "commit": "d24b48fe0bc127ae6ac4084be8059aacb8445afd",
+ "sha256": "12fb2zm9jnh92fc2nzmzmwjlhi64rhakwbh9lsydx9svsvkgcs89",
+ "fetcher": "github",
+ "repo": "noctuid/link-hint.el",
+ "unstable": {
+ "version": [
+ 20190721,
+ 1844
+ ],
+ "deps": [
+ "avy",
+ "cl-lib"
+ ],
+ "commit": "4db4e6fb82bfffd00f540e3a489013f6a8173871",
+ "sha256": "0rphww249vqk7lassihapw836h6f9w7qnz45qhb07j7d82bxy7pr"
+ }
+ },
+ {
+ "ename": "linphone",
+ "commit": "c0ea68b186c813faceb6fc663633cb81df666f0e",
+ "sha256": "0q7mw1npxq24szhwswc93qz5h6magcxw63ymba7hwhif6my65zx7",
+ "fetcher": "github",
+ "repo": "zabbal/emacs-linphone",
+ "unstable": {
+ "version": [
+ 20130524,
+ 1109
+ ],
+ "commit": "99af3db941b7f4e5272bb48bff96c1ce4ceac302",
+ "sha256": "01yv6239z90hvncwmm9g5nh4xvyxv2ig3h4hsmxdn4kacfxvc84n"
+ }
+ },
+ {
+ "ename": "linum-off",
+ "commit": "c3774ed0cf6fb8c6d08553dc709c7e76a745b2e0",
+ "sha256": "1yilsdsyxlzmh64dpzirzga9c7lhp1phps9cdgp2898zpnzaclay",
+ "fetcher": "github",
+ "repo": "mattfidler/linum-off",
+ "unstable": {
+ "version": [
+ 20160217,
+ 2137
+ ],
+ "commit": "116e66ac259b183e0763b85616888316ab196822",
+ "sha256": "1pvgp76n2qnm01l5f9mkb9yqwfxag9x23wwqbsna66rmvsag69w0"
+ }
+ },
+ {
+ "ename": "linum-relative",
+ "commit": "97ae01be4892a7c35aa0f82213433a2944041d87",
+ "sha256": "0s1lc3lppazv0481dxknm6qrxhvkv0r9hw8xmdrpjc282l91whkj",
+ "fetcher": "github",
+ "repo": "coldnew/linum-relative",
+ "unstable": {
+ "version": [
+ 20180124,
+ 1047
+ ],
+ "commit": "c74a6981b688a5e1e6b8e0809363963ff558ce4d",
+ "sha256": "0svxi1l3s4rg1k1apfw25gzi127rsks56b5yfg79a48b5rf1xmkh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "commit": "896df4b40c1e1eb59f55fcee48a1543f0ccd724e",
+ "sha256": "0b3n1gk2w1p72x0zfdz9l70winq2fnjpjrgq0awxx730xk7ypp5n"
+ }
+ },
+ {
+ "ename": "liquid-types",
+ "commit": "d5921fde4068ff1bb288f6f9e2fe03f4a7fdbbda",
+ "sha256": "1g7zyak69l4lcsq952j2jy692xxnill9nqb1xfa17yzp547cgvf2",
+ "fetcher": "github",
+ "repo": "ucsd-progsys/liquid-types.el",
+ "unstable": {
+ "version": [
+ 20151202,
+ 735
+ ],
+ "deps": [
+ "button-lock",
+ "dash",
+ "flycheck",
+ "flycheck-liquidhs",
+ "popup",
+ "pos-tip"
+ ],
+ "commit": "cc4bacbbf204ef9cf0756f78dfebee2c6ae14d7b",
+ "sha256": "06rnma2xj2vnbvy1bnls59cagk6qsf862bj1zp6xbmpr1a5l9m4z"
+ }
+ },
+ {
+ "ename": "liso-theme",
+ "commit": "27b849f3a41a5ae3d497cef02a95c92fd479b93b",
+ "sha256": "014a71dnhnr0dr36sl2h8ffp6il9nasij31ahqz0bjgn4r16s5gy",
+ "fetcher": "github",
+ "repo": "caisah/liso-theme",
+ "unstable": {
+ "version": [
+ 20160410,
+ 2029
+ ],
+ "commit": "844688245eb860d23043455e165ee24503454c81",
+ "sha256": "01ycjy3amzbplp3zf0x5fahsja92gyg2252xhzcyiazmhaz7gkrd"
+ }
+ },
+ {
+ "ename": "lisp-extra-font-lock",
+ "commit": "13e01d4faf9ecb4dde8b6eb4acdb0e48e3e5b6ea",
+ "sha256": "1xchqwhav9x7b02787ghka567fihdc14aamx92jg549c6d14qpwk",
+ "fetcher": "github",
+ "repo": "Lindydancer/lisp-extra-font-lock",
+ "unstable": {
+ "version": [
+ 20181008,
+ 1921
+ ],
+ "commit": "4605eccbe1a7fcbd3cacf5b71249435413b4db4f",
+ "sha256": "152vcp3mdlv33jf5va4rinl1d0k960gnfhbrqqrafazgx9j3ya8w"
+ }
+ },
+ {
+ "ename": "lispxmp",
+ "commit": "ad10a684b4b2f01bc65883374f36fef156ff55d2",
+ "sha256": "1a641v5cx4wy2v8a2swxzn1y9cz4g2bp4mn9q290n3ifpn5356dl",
+ "fetcher": "github",
+ "repo": "rubikitch/lispxmp",
+ "unstable": {
+ "version": [
+ 20170926,
+ 23
+ ],
+ "commit": "7ad077b4ee91ce8a42f84eeddb9fc7ea4eac7814",
+ "sha256": "1156jynii783v9sjj3a7s20ysa26mqaq22zk5nbia949hwbibx16"
+ }
+ },
+ {
+ "ename": "lispy",
+ "commit": "e23c062ff32d7aeae486c01e29c56a74727dcf1d",
+ "sha256": "12qk2gpwzz7chfz7x3wds39r4iiipvcw2rjqncir46b6zzlb1q0g",
+ "fetcher": "github",
+ "repo": "abo-abo/lispy",
+ "unstable": {
+ "version": [
+ 20190802,
+ 1214
+ ],
+ "deps": [
+ "ace-window",
+ "counsel",
+ "hydra",
+ "iedit",
+ "zoutline"
+ ],
+ "commit": "beb939a1afaf8ee39955b7bc0bc65326df817f48",
+ "sha256": "101hqw794a8hcrcwvjjzxydcdlwdvxxfhbablcafpiqj1dr4vn9m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 27,
+ 0
+ ],
+ "deps": [
+ "ace-window",
+ "hydra",
+ "iedit",
+ "swiper",
+ "zoutline"
+ ],
+ "commit": "9c41bc011ae570283cb286659f75d12d38d437ea",
+ "sha256": "1cm7f4pyl73f3vhkb7ah6bbbrj2sa7n0p31g09k7dy4zgx04bgw6"
+ }
+ },
+ {
+ "ename": "lispyscript-mode",
+ "commit": "bf912fa20edc9cff12645381b303e37f2de14976",
+ "sha256": "02biai45l5xl2m9l1drphrlj6r01msmadhyg774ijdk1x4gm5nhr",
+ "fetcher": "github",
+ "repo": "krisajenkins/lispyscript-mode",
+ "unstable": {
+ "version": [
+ 20170720,
+ 1917
+ ],
+ "commit": "def632e3335b0c481fbcf5a17f18b0a8c58dd12f",
+ "sha256": "042nndsrv7kyq20v3lahrpr0x89xyayvhx59i0hx6pvkc9wgk5b6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 5
+ ],
+ "commit": "9a4200085e2a15725a58616d131a56f5edce214b",
+ "sha256": "0qyj04p63fdh3iasp5cna1z5fhibmfyl9lvwyh22ajzsfbr3nhnk"
+ }
+ },
+ {
+ "ename": "lispyville",
+ "commit": "b5d96d3603dc328467fcce29d3ac1b0a02833d51",
+ "sha256": "1pj41pd51x399gmy0j3qn9hr3ayw31pcg0h9pzbviqpnwmv2in6b",
+ "fetcher": "github",
+ "repo": "noctuid/lispyville",
+ "unstable": {
+ "version": [
+ 20190719,
+ 141
+ ],
+ "deps": [
+ "cl-lib",
+ "evil",
+ "lispy"
+ ],
+ "commit": "e5e6cddb2cff93ee19f34d5dde8f46d010a90dad",
+ "sha256": "1v07s2l3pww30rsmq4dp4nxwmkz7cvdgfbjsyfxkny4i87v5figz"
+ }
+ },
+ {
+ "ename": "list-environment",
+ "commit": "696cd1647731eb1a22afb95f558c96a1b4aa5121",
+ "sha256": "1zdhrlp8vk8knjwh56pws6dyn003r6avjzvhghlkgnw9nfrdk57h",
+ "fetcher": "github",
+ "repo": "dgtized/list-environment.el",
+ "unstable": {
+ "version": [
+ 20151227,
+ 256
+ ],
+ "commit": "b7ca30b05905047be2e55199a6475f8d98ce318b",
+ "sha256": "1szbs16jlxfj71986dbg0d3j5raaxcwz0xq5ar352731r5mdcqw4"
+ }
+ },
+ {
+ "ename": "list-packages-ext",
+ "commit": "71c217d98c6967d979f57f89ca26200304b0fc37",
+ "sha256": "15m4888fm5xv697y7jspghg1ra49fyrny4y2x7h8ivcbslvpglvk",
+ "fetcher": "github",
+ "repo": "laynor/list-packages-ext",
+ "unstable": {
+ "version": [
+ 20151115,
+ 1716
+ ],
+ "deps": [
+ "ht",
+ "persistent-soft",
+ "s"
+ ],
+ "commit": "b4dd644e4369c9aa66f5bb8895ea49ebbfd0a27a",
+ "sha256": "02l7q5376ydz6a8i9x74bsx5bbxz8xkasmv1lzvf79d3jbg28l1s"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "ht",
+ "persistent-soft",
+ "s"
+ ],
+ "commit": "344719b313c208c644490f8f1130e21405402f05",
+ "sha256": "197cqkiwxgamhfwbc8h492cmjll3fypkwzcphj26dfnr22v63kwq"
+ }
+ },
+ {
+ "ename": "list-unicode-display",
+ "commit": "0c8e2a974a56665b97d7622b0428994edadc88a0",
+ "sha256": "01x9i5k5vhjscmkx0l6r27w1cdp9n6xk1pdjf98z3y88dnsmyfha",
+ "fetcher": "github",
+ "repo": "purcell/list-unicode-display",
+ "unstable": {
+ "version": [
+ 20181121,
+ 2316
+ ],
+ "commit": "0ecc2402b258990e7a0cf7e60847712c69444070",
+ "sha256": "008xa52pibd1z3cqz1sh83wldwwj5f11l5pl4pb5hwj60fh383b8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "59770cf3572bd36c3e9ba044846dc420c0dca09b",
+ "sha256": "05nn4db8s8h4mn3fxhwsa111ayvlq1raf6bifh7jciyw7a2c3aww"
+ }
+ },
+ {
+ "ename": "list-utils",
+ "commit": "f9fcd716cbb9f5a4de82a49e57bcb20c483d05f6",
+ "sha256": "0bknprr4jb1d20i9lj2aa17vpg1kqwdyzzwmy1kfydnkpf5scnr3",
+ "fetcher": "github",
+ "repo": "rolandwalker/list-utils",
+ "unstable": {
+ "version": [
+ 20160414,
+ 1402
+ ],
+ "commit": "acf18aca1131a90f8d673974673e3c5d8fdc6a86",
+ "sha256": "0ql159v7sxs33yh2l080kchrj52vk34knz50cvqi3ykpb7djg3sz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 4
+ ],
+ "commit": "acf18aca1131a90f8d673974673e3c5d8fdc6a86",
+ "sha256": "0ql159v7sxs33yh2l080kchrj52vk34knz50cvqi3ykpb7djg3sz"
+ }
+ },
+ {
+ "ename": "lit-mode",
+ "commit": "7a6a1c79c9bba7b17c150ea0663bc61936f15d83",
+ "sha256": "05rf7ki060nqnvircn0dkpdrg7xbh7phb8bqgsab89ycc7l9vv59",
+ "fetcher": "github",
+ "repo": "HectorAE/lit-mode",
+ "unstable": {
+ "version": [
+ 20141123,
+ 1736
+ ],
+ "commit": "c61c403afc8333a5649c5421ab1a6341dc1c7d92",
+ "sha256": "0mr0king5dj20vdycpszxnfs9ch808fhcz3q7svxfngj3d3671wd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "c61c403afc8333a5649c5421ab1a6341dc1c7d92",
+ "sha256": "0mr0king5dj20vdycpszxnfs9ch808fhcz3q7svxfngj3d3671wd"
+ }
+ },
+ {
+ "ename": "litable",
+ "commit": "74f2190b653907985e49a96ded986ab11b4946d7",
+ "sha256": "073yw3ivkl093xxppn5vqyh69jhfc97al505mnyn34fwdj5v8fji",
+ "fetcher": "github",
+ "repo": "Fuco1/litable",
+ "unstable": {
+ "version": [
+ 20160922,
+ 1559
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "b0278f3f8dcff424bfbdfdefb545b1fbff33206f",
+ "sha256": "0bny40hv9a024n01clxns351cs4j4ifhgcc7m4743xncqf612p7g"
+ }
+ },
+ {
+ "ename": "litecoin-ticker",
+ "commit": "4976446a8ae40980d502186615902fc05c15ec7c",
+ "sha256": "14pjizgdckqhm31ihbz35j8g95jdpmf1rd4l5zz38fyx12zbcpx5",
+ "fetcher": "github",
+ "repo": "llcc/btcbox-ticker",
+ "unstable": {
+ "version": [
+ 20160612,
+ 11
+ ],
+ "deps": [
+ "json"
+ ],
+ "commit": "3d8047c736e4ee0b8638953f8cc63eaefad34106",
+ "sha256": "03iggfi3r5xjh9yhhpr1pgyayriycyybf8qnrhqkqcamh77kq21f"
+ }
+ },
+ {
+ "ename": "literal-string",
+ "commit": "6519bb53f409eeb0d557809b338849e473c193c4",
+ "sha256": "0ylv9dpw17w272f92vn5cldklyz1d8daihi1fsh5ylvxqpinyrkn",
+ "fetcher": "github",
+ "repo": "joodie/literal-string-mode",
+ "unstable": {
+ "version": [
+ 20170301,
+ 1530
+ ],
+ "deps": [
+ "markdown-mode"
+ ],
+ "commit": "2ca4fc08b8e19e6183b1f1db747bb0a4aa4f98eb",
+ "sha256": "0wcz0lid05gnlmxpxm4ckw07cnxwjkyw6960nq7pylbjpg76g5ng"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "markdown-mode"
+ ],
+ "commit": "46dd2b620df70d681261616f1a26afa4a032e2d5",
+ "sha256": "02a1jvxk2m1lb21p3281cr9xyhzix31cn8a9la53w90sz569i66r"
+ }
+ },
+ {
+ "ename": "literate-coffee-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "18fdgay7xfgza75z3xma666f414m9dn7d50w94wzzmv7ja74sp64",
+ "fetcher": "github",
+ "repo": "syohex/emacs-literate-coffee-mode",
+ "unstable": {
+ "version": [
+ 20170211,
+ 1515
+ ],
+ "deps": [
+ "coffee-mode"
+ ],
+ "commit": "55ce0305495f4a38c8063c4bd63deb1e1252373d",
+ "sha256": "1gm89azjgsdg0c7z9yprpjbph211c5jnqv11pkf1i1r1wzx0wanj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "coffee-mode"
+ ],
+ "commit": "39fe3bfa1f68a7b8b91160875589219b214a2cd6",
+ "sha256": "1fh9wrw5irn0g3dy8gkk63csdcxgi3w2038mxx3sk6ki3r2bmhw8"
+ }
+ },
+ {
+ "ename": "literate-elisp",
+ "commit": "fd4c1c4da2a5571babda9a29a56b8972ad0687c0",
+ "sha256": "10vc3m54jp2wqjrmn9plq6lb5zfiy6jy0acpp09q3z325z0sql9j",
+ "fetcher": "github",
+ "repo": "jingtaozf/literate-elisp",
+ "unstable": {
+ "version": [
+ 20190804,
+ 602
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1dd1aad8c4049423d1a7980191c25b4120681296",
+ "sha256": "07gp0l2y7ysl13n368jaqnj52fpqcirj0faz95rrzrysq9ap8xn8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1dd1aad8c4049423d1a7980191c25b4120681296",
+ "sha256": "07gp0l2y7ysl13n368jaqnj52fpqcirj0faz95rrzrysq9ap8xn8"
+ }
+ },
+ {
+ "ename": "literate-starter-kit",
+ "commit": "812860589cd92759fd2ae02d27f287de88f26863",
+ "sha256": "1n2njf007fmrmsb8zrgxbz1cpxmr5nsp8w41yxa934iqc7qygkjy",
+ "fetcher": "github",
+ "repo": "eschulte/emacs24-starter-kit",
+ "unstable": {
+ "version": [
+ 20150730,
+ 1854
+ ],
+ "commit": "6dce1d01781966c14558aa553cfc85008c06e115",
+ "sha256": "1v37bii372w2g3pl09n5dcrk6y7glhpg8qiv17zsk9jy3ps2xm1b"
+ }
+ },
+ {
+ "ename": "live-code-talks",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1ji4lww71dqxnn5c9inix8xqcmgc76wbps0ylxhhgs44ki4hlyrm",
+ "fetcher": "github",
+ "repo": "david-christiansen/live-code-talks",
+ "unstable": {
+ "version": [
+ 20180907,
+ 1647
+ ],
+ "deps": [
+ "cl-lib",
+ "narrowed-page-navigation"
+ ],
+ "commit": "97f16a9ee4e6ff3e0f9291eaead772c66e3e12ae",
+ "sha256": "1clcm1yps38wdyj415hh7bl20fcpfin92hh5njsldqbvgcpndaqi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "narrowed-page-navigation"
+ ],
+ "commit": "3a2ecdb49b2651d87999d4cad56ba8f1004c7a99",
+ "sha256": "1cwydbhhbs5v9y2s872zxc5lflqmfrdvnc8xz0qars52d7lg4br5"
+ }
+ },
+ {
+ "ename": "live-preview",
+ "commit": "d4f928dd7c043fba36a48f0bb31693f0ec67d3ec",
+ "sha256": "17sayv5l3ihhs370c1qg6377rkph0ailkh1ara1xpj40ljjf158j",
+ "fetcher": "github",
+ "repo": "lassik/emacs-live-preview",
+ "unstable": {
+ "version": [
+ 20190415,
+ 2214
+ ],
+ "commit": "bc3f79b58c4e428485b2cf800278004220f7433d",
+ "sha256": "1xlaq07wsgwzh3c0x50wgpj9i13nyk5ig45w1fx4156kmc69vjk8"
+ }
+ },
+ {
+ "ename": "live-py-mode",
+ "commit": "49697a8cf6258b80490789c277cceae4f57148af",
+ "sha256": "1abn2r81200nawyjrc8391sh64gf6j083n9p3h0yc7pl5z9w5zbx",
+ "fetcher": "github",
+ "repo": "donkirkby/live-py-plugin",
+ "unstable": {
+ "version": [
+ 20190614,
+ 433
+ ],
+ "commit": "4c378e4afdffb09ab3ca338d3b37d9a2b69d9584",
+ "sha256": "1rchbqcpvdlrz3f95l5ldivh1hnf8hk67k8rpdi9zs7zva1hkdzv"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 25,
+ 1
+ ],
+ "commit": "b0e4f264c464ece407be9b8ccaf2f82c026f7c47",
+ "sha256": "1fpkfplpgvacwl7jiziqlh46dasnh8j7d2aihrghac7kkqnrhk2c"
+ }
+ },
+ {
+ "ename": "lively",
+ "commit": "3e4b01286dbc84f01b43955b693ca08e675ffa07",
+ "sha256": "1q8cbl3sr3dpvzk57985giy4xmz4lvg94jcw7shbhz1v9q05dr5g",
+ "fetcher": "github",
+ "repo": "purcell/lively",
+ "unstable": {
+ "version": [
+ 20171005,
+ 754
+ ],
+ "commit": "348675828c6a81bfa1ac311ca465aad813542c1b",
+ "sha256": "1j8w63hhk1wcxcfqz0wimqijp7p1m8a2n947gwqv8nk1wm40aqg3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "6ec648fcde85e81393db1ed1364860f960179c92",
+ "sha256": "06sdaj2akwjg1a7yvmm3gsip66iaq9bhm3gr45szwg6z622q4gvf"
+ }
+ },
+ {
+ "ename": "livereload",
+ "commit": "330731804c442226fa2faaa3da408e9253a1c051",
+ "sha256": "1z0dbg82l6znz1b03v19a8fnq6b1smikpvaplpxlgny82xrs9als",
+ "fetcher": "github",
+ "repo": "joaotavora/emacs-livereload",
+ "unstable": {
+ "version": [
+ 20170629,
+ 650
+ ],
+ "deps": [
+ "websocket"
+ ],
+ "commit": "1e501d7e46dbd476c2c7cc9d20b5ac9d41fb1955",
+ "sha256": "1z1v2panxrqpam5ysnilx83y6b4dwxmxqhmbgjwfyd1bdmr4iya4"
+ }
+ },
+ {
+ "ename": "livescript-mode",
+ "commit": "1727cd154c841219b1dff1c8714cb09692e2730f",
+ "sha256": "1fdfhp39zr2mhy5rd6mwqv5fwd8xaypdqig7v3ksv77m5zq7cmmj",
+ "fetcher": "github",
+ "repo": "yhisamatsu/livescript-mode",
+ "unstable": {
+ "version": [
+ 20140613,
+ 421
+ ],
+ "commit": "90a918d9686e256e6d4d439cc20f24dad8d3b804",
+ "sha256": "0kqjz0i0zapyhh8z57cvc8ifiizngix3ca01mjnvyq3zxg1bqrsg"
+ }
+ },
+ {
+ "ename": "livid-mode",
+ "commit": "b14068485afbd888bf0d124aea089fe5fbd5038c",
+ "sha256": "0jy16m6injqznx4gmxzvhys480pclw9g07z4qll2dna37177ww9d",
+ "fetcher": "github",
+ "repo": "pandeiro/livid-mode",
+ "unstable": {
+ "version": [
+ 20131116,
+ 1344
+ ],
+ "deps": [
+ "s",
+ "skewer-mode"
+ ],
+ "commit": "dfe5212fa64738bc4138bfebf349fbc8bc237c26",
+ "sha256": "178ldzpk8a9m9abn8xlplxn5jgcca71dpkp82bs5g7bsccp3rx6p"
+ }
+ },
+ {
+ "ename": "lms",
+ "commit": "b8be8497494b8543a8257c9ea92444baf7674951",
+ "sha256": "1ckrh6qbh5y2y3yzl2iyq8nqlpy4qp6vzc72ijcgayvcflb01vr1",
+ "fetcher": "bitbucket",
+ "repo": "inigoserna/lms.el",
+ "unstable": {
+ "version": [
+ 20181216,
+ 2246
+ ],
+ "commit": "38302acf2aa3718ce62cc4c5f1fde96feb25a2ed",
+ "sha256": "0da14qr7lgkfxksnhf37ss5w6wxkw9qv5hvxk7z76jyzwqdc6w4x"
+ }
+ },
+ {
+ "ename": "load-bash-alias",
+ "commit": "063fa99446bb54fadbbad1af90427462afe8bd8d",
+ "sha256": "1maq7wykhn3cvxl8fiws3d2d63zlkzgpd3d9jz3rhyi9rcjcjzak",
+ "fetcher": "github",
+ "repo": "daviderestivo/load-bash-alias",
+ "unstable": {
+ "version": [
+ 20181220,
+ 1755
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "50df445bace7896318f10c58d26b673635704215",
+ "sha256": "0m84ylx4j4bp898xc43yrkrk3csr2ppv3c51nirx5gdc5hnhykxj"
+ }
+ },
+ {
+ "ename": "load-env-vars",
+ "commit": "93835267005c49095a02fc1688b2b449f5acfb86",
+ "sha256": "0yc05qqhbva2zn2rrl4spp38jxblk4gh64q9fd7mgl7i50f2kk00",
+ "fetcher": "github",
+ "repo": "diasjorge/emacs-load-env-vars",
+ "unstable": {
+ "version": [
+ 20180511,
+ 2210
+ ],
+ "commit": "3808520efaf9492033f6e11a9bffd68eabf02a0f",
+ "sha256": "0yw1ihns914k8va5mhphch1zix09x22cpgrbw968mh8hviknyvzr"
+ }
+ },
+ {
+ "ename": "load-relative",
+ "commit": "f052f201f7c308325c27cc2423e85cf6b9b67b4e",
+ "sha256": "0j8ybbjzhzgjx47pqqdbsqi8n6pzqcf6zqc38x7cf1kkklgc87ay",
+ "fetcher": "github",
+ "repo": "rocky/emacs-load-relative",
+ "unstable": {
+ "version": [
+ 20190601,
+ 1221
+ ],
+ "commit": "dbcd7cbcca6503ef93f4b8d19bf7a9efd7f6bf9b",
+ "sha256": "010f2mhvlzkxarw298850khqc6srzb01l2vay0jsp46dh3jfmdhf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 1
+ ],
+ "commit": "5055bfd80644e306aef4e7a7e3e9e5d765b691a4",
+ "sha256": "1w2xvnihk607vnmlmqz7zsjksd3mscjx2igdadxsfz398bjwl0qd"
+ }
+ },
+ {
+ "ename": "load-theme-buffer-local",
+ "commit": "ca7bf43ef8893bf04e9658390e306ef69e80a156",
+ "sha256": "13829yrh36qac7gpxanizlk4n7av99ngvv06y6mmi5rq06a4hjx4",
+ "fetcher": "github",
+ "repo": "vic/color-theme-buffer-local",
+ "unstable": {
+ "version": [
+ 20120702,
+ 2036
+ ],
+ "commit": "e606dec66f16a06140b9aad625a4fd52bca4f936",
+ "sha256": "0c04fy3hc8wc0aabilqx9mcipmd41rmshqjxc3z8m1w0bm4288g1"
+ }
+ },
+ {
+ "ename": "loc-changes",
+ "commit": "a5ce68d573d19f26ecfd190f8e6cd1f384ca3e8a",
+ "sha256": "1akgij61b2ixpkchrriabwvx68cg4v5r5w9ncjrjh91hskjprfxh",
+ "fetcher": "github",
+ "repo": "rocky/emacs-loc-changes",
+ "unstable": {
+ "version": [
+ 20160801,
+ 1708
+ ],
+ "commit": "4d1dcdf7631c23b1259ad4f72bf9686cf95fb46c",
+ "sha256": "0a81933l3rrsbi9vkvfb1g94vkhl5n3fkffpy4icis97q7qh08mc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "8447baff7cb4839ef8d1d747a14e5da85d0cee5b",
+ "sha256": "1089sbx20r30sis39vwy29fxhb2n3hh35rdv09lpzdxdq01s8wwp"
+ }
+ },
+ {
+ "ename": "loccur",
+ "commit": "72550b043794331e85bc4b124f6d8ab70d969eff",
+ "sha256": "06pv2i05yzjzal4q21krbnp9rp4bsainxcwvpc98020vsmms0z8h",
+ "fetcher": "github",
+ "repo": "fourier/loccur",
+ "unstable": {
+ "version": [
+ 20181203,
+ 2038
+ ],
+ "commit": "194d70e6be82c4622b7460ca46ced38109ac0507",
+ "sha256": "136ixa0w94imwacdjispcn81v5i7pb0qqzy6bzgjw2cr9z9539bx"
+ }
+ },
+ {
+ "ename": "lockfile-mode",
+ "commit": "12a383eb6c29acb007dae9dc777ace3ba84edac9",
+ "sha256": "13nr983xldja8m02a1rdnyqxc8g045hxjh6649wmqmqk4mk0m310",
+ "fetcher": "github",
+ "repo": "preetpalS/emacs-lockfile-mode",
+ "unstable": {
+ "version": [
+ 20170625,
+ 507
+ ],
+ "commit": "fcfef88460cb3cd67c4d83a1801d0326d282feac",
+ "sha256": "1dh41a8dj8h3lrhjajaz886vsimflshk6bc08w71rwvjyy2k8xil"
+ }
+ },
+ {
+ "ename": "lodgeit",
+ "commit": "c82e72535aefade20e23e38931ca573e3459401e",
+ "sha256": "1ax2w5yxscycjz90g4jdbhd64g9sipzxpfjs7gq3na77s5dcjzsq",
+ "fetcher": "github",
+ "repo": "ionrock/lodgeit-el",
+ "unstable": {
+ "version": [
+ 20190802,
+ 1308
+ ],
+ "commit": "442637194d48a7105b7747b8d98772f5899f9e21",
+ "sha256": "1lw9d6908si7rw5802vwpnfklpahqsabkl21nzg77a4pp3pgy80v"
+ }
+ },
+ {
+ "ename": "log4e",
+ "commit": "90d0e451c5a8eb25db95990b058964a9acea4b89",
+ "sha256": "1klj59dv8k4r0hily489dp12ra5hq1jnsdc0wcakh6zirmakhs34",
+ "fetcher": "github",
+ "repo": "aki2o/log4e",
+ "unstable": {
+ "version": [
+ 20170401,
+ 1304
+ ],
+ "commit": "c69424e407be0d9d0e54b427d8b18b1ac5a607e2",
+ "sha256": "1ng2cgqb83dhxm1hvsfdgzhfl80q9qkf07cr9hp7sxldy36hvxw8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "commit": "6592682ab7de0e3d1915aa4d3c53e083be79fbeb",
+ "sha256": "1l28n7a0v2zkknc70i1wn6qb5i21dkhfizzk8wcj28v44cgzk022"
+ }
+ },
+ {
+ "ename": "log4j-mode",
+ "commit": "caaa21f235c4864f6008fb454d0a970a2fd22a86",
+ "sha256": "0311jb47fjji8dqy98anr487f7vnvi85p4mn5ymqvxs5c6972gms",
+ "fetcher": "git",
+ "url": "https://git.code.sf.net/p/log4j-mode/code",
+ "unstable": {
+ "version": [
+ 20160108,
+ 1918
+ ],
+ "commit": "26171b1e723502055e085393b0ecdcb6db406010",
+ "sha256": "15x6368pk4bbvhbd6cqnazcxfdz0b3f70029x0884a5797janln5"
+ }
+ },
+ {
+ "ename": "logalimacs",
+ "commit": "ef9833a5ca4d455f1d33b9367860e2051d60662f",
+ "sha256": "0ai7a01bdi3a0amgi63pwgdp8wgcgx10an4nhc627wgb1cqxb7p6",
+ "fetcher": "github",
+ "repo": "logaling/logalimacs",
+ "unstable": {
+ "version": [
+ 20131021,
+ 1829
+ ],
+ "deps": [
+ "popup",
+ "popwin",
+ "stem"
+ ],
+ "commit": "8286e39502250fc6c3c6656a7f46a8eee8e9a713",
+ "sha256": "0lj3i9i3mg17xws13gzx8myc6d7djgsj47yx4kaq5hycgkni1p7q"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "cfd7aaa925934f876eee6e8c550cf6e7a239a2ac",
+ "sha256": "0g5vq9xy9lwczs77lr91c1srhhfmasnnnmjvgc55hbl6iwmbizbm"
+ }
+ },
+ {
+ "ename": "logito",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0xi7zbxpialsn4pknj8aqmkbiwwsbapwynrrjb8avhli2hd4s3fl",
+ "fetcher": "github",
+ "repo": "sigma/logito",
+ "unstable": {
+ "version": [
+ 20120225,
+ 2055
+ ],
+ "deps": [
+ "eieio"
+ ],
+ "commit": "824acb89d2cc18cb47281a4fbddd81ad244a2052",
+ "sha256": "0jpyd2f33pk984kg0q9hxdl4615jb7sxsggnb30mpz7a2ws479xr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "eieio"
+ ],
+ "commit": "824acb89d2cc18cb47281a4fbddd81ad244a2052",
+ "sha256": "0jpyd2f33pk984kg0q9hxdl4615jb7sxsggnb30mpz7a2ws479xr"
+ }
+ },
+ {
+ "ename": "lognav-mode",
+ "commit": "ad86b93f4982a0c6291c771e12c8f42ace3b88f9",
+ "sha256": "1941scifg3nn7gmnki3sa9zvwsbb84w5lw2xjmdx0sh8rbxaw8gb",
+ "fetcher": "bitbucket",
+ "repo": "ellisvelo/lognav-mode",
+ "unstable": {
+ "version": [
+ 20190217,
+ 1632
+ ],
+ "commit": "bec9f3eba66e1b58153f3d74ea21e6022d735791",
+ "sha256": "19axhlcny5i4hfrhxivalxrhpghy2czj92cflq0gb5b6ar6zgkyg"
+ }
+ },
+ {
+ "ename": "logpad",
+ "commit": "5148207367bf236223e952a1e4fd600f90571b5e",
+ "sha256": "1r688z3y98wnr15fg6zzcs4c4yw0l6ygah07gjhblj8b7q7i2qgg",
+ "fetcher": "bitbucket",
+ "repo": "tux_/logpad.el",
+ "unstable": {
+ "version": [
+ 20180607,
+ 1915
+ ],
+ "commit": "506ace0e996f4d130ba9ccbc323caada7d516ff5",
+ "sha256": "0z9dq37hsrzjkd3pynqmm8gbiv1sbqnjxlqkyq6lpps5fd9n5vsz"
+ }
+ },
+ {
+ "ename": "logstash-conf",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0djf2kl6jypxlfss4x8ij670v733vid1vbyg6yd96pc9781v3zrm",
+ "fetcher": "github",
+ "repo": "Wilfred/logstash-conf.el",
+ "unstable": {
+ "version": [
+ 20170524,
+ 1929
+ ],
+ "commit": "4e127f9aec190786613445aa88efa307ff7c6748",
+ "sha256": "119yb1wk1n5ycfzgpffcwy7yx8ar8k1gza0gvbq3r61ha5a9qijs"
+ }
+ },
+ {
+ "ename": "logview",
+ "commit": "1df3c11ed7738f32e6ae457647e62847701c8b19",
+ "sha256": "0gks3j5avx8k3427a36lv7gr95id3cylaamgn5qwbg14s54y0vsh",
+ "fetcher": "github",
+ "repo": "doublep/logview",
+ "unstable": {
+ "version": [
+ 20181027,
+ 1757
+ ],
+ "deps": [
+ "datetime",
+ "extmap"
+ ],
+ "commit": "bd662d467dbd7c93cfe1e3058e4f11c49314fd6a",
+ "sha256": "03s4q5xdz84cjn4qkfhsc3l9y3v5avrl2i5dby4bgsg2zj7n7f73"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 12
+ ],
+ "deps": [
+ "datetime",
+ "extmap"
+ ],
+ "commit": "bd662d467dbd7c93cfe1e3058e4f11c49314fd6a",
+ "sha256": "03s4q5xdz84cjn4qkfhsc3l9y3v5avrl2i5dby4bgsg2zj7n7f73"
+ }
+ },
+ {
+ "ename": "lolcat",
+ "commit": "38e720f524b23b5742764186a695d143f983e179",
+ "sha256": "044y0s1wiwjwfw58nhx5zvrli527nim3d81dix2h60d8qwx0566a",
+ "fetcher": "github",
+ "repo": "xuchunyang/lolcat.el",
+ "unstable": {
+ "version": [
+ 20190527,
+ 1145
+ ],
+ "commit": "4855e587a3b9681c077dac4b9f166dd860f439a4",
+ "sha256": "0nbrc3wjmmy70ggwmzagkh5j1my7x6y67fyqgddkdrbnw543gly0"
+ }
+ },
+ {
+ "ename": "lolcode-mode",
+ "commit": "572d31a0bd8627d8b5f6bab021c953a1fee31d2c",
+ "sha256": "0dxdqr3z5bw0vcfxhhhc1499vrfk1xqwxshr0kvlhdalpf59rqiw",
+ "fetcher": "github",
+ "repo": "bodil/lolcode-mode",
+ "unstable": {
+ "version": [
+ 20111002,
+ 847
+ ],
+ "commit": "1914f1ba87587ecf5f175eeb2144c28e9f039317",
+ "sha256": "0pyfgywmmnlz1arvdxwyw96gr6xcg2sp3bqjli8xfcl8i0nww4kb"
+ }
+ },
+ {
+ "ename": "look-dired",
+ "commit": "ef66b97b2e9034cb0c62dd1e37b2577ffef60834",
+ "sha256": "0dddx5nxr519wqdgrbglh0pqjl3alg4ddmank42g4llzycy61wsd",
+ "fetcher": "github",
+ "repo": "vapniks/look-dired",
+ "unstable": {
+ "version": [
+ 20160729,
+ 2323
+ ],
+ "deps": [
+ "look-mode"
+ ],
+ "commit": "9bfa4e5e6f3810705b6426c88493ea0bf6b15640",
+ "sha256": "1yagp35ylznrh3a5ahpzrrxi6ma69ppwqsab3cwss54bi4f02ihn"
+ }
+ },
+ {
+ "ename": "look-mode",
+ "commit": "bf3107730d959dc28b22760aca48bf8a7db35a23",
+ "sha256": "1b3s756k6r60p3bk5ldr0lawaqviwbvjw0db9r20982pcqgda8y9",
+ "fetcher": "github",
+ "repo": "petermao/look-mode",
+ "unstable": {
+ "version": [
+ 20190212,
+ 2346
+ ],
+ "commit": "d686e4cfafeac24e07e3efdb9763472f78d878f4",
+ "sha256": "1qh21z83qsvw1s9vhqcmwbvhd0q0lgj8hvpjb2rmn4kqkcvqbn2a"
+ }
+ },
+ {
+ "ename": "loop",
+ "commit": "ba481ca96469b3bd518e4fd8f24947338c8af014",
+ "sha256": "0pav16kinzljmzx84vfz63fvi39af4628vk1jw79jk0pyg9rjbar",
+ "fetcher": "github",
+ "repo": "Wilfred/loop.el",
+ "unstable": {
+ "version": [
+ 20160813,
+ 1407
+ ],
+ "commit": "e22807f83a0890dc8a904c51ee0742c34efccc6c",
+ "sha256": "1c89hsi0h783s96d322mvqwlf00ndm2qnrc165wpxrdbns38kbbv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "commit": "c3598bd3ad0677f66e061b3ba51a05d05275283e",
+ "sha256": "1gs95xnmnn8aa4794k7h8mw1sz1nfdh9v0caqj6yvnsdnwy74n5x"
+ }
+ },
+ {
+ "ename": "lorem-ipsum",
+ "commit": "0c09f9b82430992d119d9148314c758f067832cd",
+ "sha256": "0p62yifbrknjn8z0613wy2aaknj44liyrgbknhpa0qn0d4fcrp4h",
+ "fetcher": "github",
+ "repo": "jschaf/emacs-lorem-ipsum",
+ "unstable": {
+ "version": [
+ 20140911,
+ 2108
+ ],
+ "commit": "4b39f6fed455d67f635b3837cf5668bf74d0f6cd",
+ "sha256": "0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir"
+ }
+ },
+ {
+ "ename": "love-minor-mode",
+ "commit": "0f224c4c7519b3668b1270c957227e486896b7b6",
+ "sha256": "1skg039h2hn8dh47ww6n9l776s2yda8ariab4v9f56kb21bncr4m",
+ "fetcher": "github",
+ "repo": "ejmr/love-minor-mode",
+ "unstable": {
+ "version": [
+ 20170727,
+ 536
+ ],
+ "deps": [
+ "lua-mode"
+ ],
+ "commit": "3ca8f3405338f2d6f4fbcdd5e89342a46378543a",
+ "sha256": "1hwm7yxbwvb27pa35cgcxyjfjdjhk2a33i417q2akc7vppdbcmzh"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "lua-mode"
+ ],
+ "commit": "3ca8f3405338f2d6f4fbcdd5e89342a46378543a",
+ "sha256": "1hwm7yxbwvb27pa35cgcxyjfjdjhk2a33i417q2akc7vppdbcmzh"
+ }
+ },
+ {
+ "ename": "lsp-elixir",
+ "commit": "c875a05e68d09ecf37f7e13149f2624c70164ea3",
+ "sha256": "0mimb67swcq2yis0s6w2bkk7sgqv7lyvz1hrh48h2q6qr3ywmq0n",
+ "fetcher": "github",
+ "repo": "elixir-lsp/lsp-elixir.el",
+ "unstable": {
+ "version": [
+ 20190105,
+ 2059
+ ],
+ "deps": [
+ "lsp-mode"
+ ],
+ "commit": "9fd091c092144a09c0df2d477257c1f4c37bb985",
+ "sha256": "0m5hxlx0cnx4rdcz5chxqp074z9h1wj1nvg8dzmilsnmg3kmsshx"
+ }
+ },
+ {
+ "ename": "lsp-haskell",
+ "commit": "1a7b69312e688211089a23b75910c05efb507e35",
+ "sha256": "0pdcxnfp8ng24bfk695wpx5wcdqnjrjsfpks0xicih3mcdm1x9l8",
+ "fetcher": "github",
+ "repo": "emacs-lsp/lsp-haskell",
+ "unstable": {
+ "version": [
+ 20190602,
+ 825
+ ],
+ "deps": [
+ "haskell-mode",
+ "lsp-mode"
+ ],
+ "commit": "8f2dbb6e827b1adce6360c56f795f29ecff1d7f6",
+ "sha256": "00j6d5rpsi7h5jz54zpjmbpg38fda4xy67xc4x67r834493ldzlq"
+ }
+ },
+ {
+ "ename": "lsp-intellij",
+ "commit": "9d72cbb85fe4e0c6bea9a704dc1545f88efa56d2",
+ "sha256": "0l2ffxqsdzvddypdl3w9rd7qxy2kzw2iwfkr2w7czglyfbnyyg2b",
+ "fetcher": "github",
+ "repo": "Ruin0x11/lsp-intellij",
+ "unstable": {
+ "version": [
+ 20180831,
+ 2051
+ ],
+ "deps": [
+ "lsp-mode"
+ ],
+ "commit": "cf30f0ac63bd0140e758840b8ab070e8313697b2",
+ "sha256": "0ghw2as9fbnfhrr1nbqk97jcl7yb451xpmfbksxh7mvjm3lhmyvz"
+ }
+ },
+ {
+ "ename": "lsp-java",
+ "commit": "c03cb07862c5f35487fb4fb3cc44623774724717",
+ "sha256": "0rrl9mh25w1avvyww840d3yh8nw0shirspxl2nxqwwdaymbkg2wr",
+ "fetcher": "github",
+ "repo": "emacs-lsp/lsp-java",
+ "unstable": {
+ "version": [
+ 20190726,
+ 817
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "f",
+ "ht",
+ "lsp-mode",
+ "markdown-mode",
+ "request"
+ ],
+ "commit": "f407a9a7742fb3890bf9e2d8b8a83a0b9b39ee78",
+ "sha256": "0yyvbw398fn7dpjq3hj7hpc79fi1xzq9ggwldrfmb3717b4ba680"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "f",
+ "ht",
+ "lsp-mode",
+ "markdown-mode",
+ "request"
+ ],
+ "commit": "527e7b7abc11b51516b9bb52051201c2cdcd4a39",
+ "sha256": "0hcnvbyaqyypgby1bfj4zbrbq97amk8hfx0sj4w73rl46yf4jk3j"
+ }
+ },
+ {
+ "ename": "lsp-javacomp",
+ "commit": "6b8a1c034554579a7e271409fa72020cfe441f68",
+ "sha256": "1gp8dlcpik2lmpicccq2kya498pmw9m8vz9m1fbd725p7wk58fhi",
+ "fetcher": "github",
+ "repo": "tigersoldier/lsp-javacomp",
+ "unstable": {
+ "version": [
+ 20190124,
+ 1755
+ ],
+ "deps": [
+ "lsp-mode",
+ "s"
+ ],
+ "commit": "82aa4ad6ca03a74565c35e855b318b1887bcd89b",
+ "sha256": "0r0ig73hsa0gyx8s6hr1mbdgf9m1n2zh2v7yhq3405l4if08s5m6"
+ }
+ },
+ {
+ "ename": "lsp-mode",
+ "commit": "1a7b69312e688211089a23b75910c05efb507e35",
+ "sha256": "0cklwllqxzsvs4wvvvsc1pqpmp9w99m8wimpby6v6wlijfg6y1m9",
+ "fetcher": "github",
+ "repo": "emacs-lsp/lsp-mode",
+ "unstable": {
+ "version": [
+ 20190813,
+ 451
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "f",
+ "ht",
+ "markdown-mode",
+ "spinner"
+ ],
+ "commit": "e4efbab6704e6b1241cccfa0992dbcc4ba08cdcb",
+ "sha256": "0by7frvvf1swarswa7vfv1pgq2pirvx5jl61nxdw3q2l1ak4v7mr"
+ },
+ "stable": {
+ "version": [
+ 6,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "f",
+ "ht",
+ "spinner"
+ ],
+ "commit": "789b672500dcbb2350bb5b667ffc0fd037a8b2e3",
+ "sha256": "1v1mq6ixzlgiazj8fmg4xaqhsqn3l89iqy74yndhvzh2rdf0pbkl"
+ }
+ },
+ {
+ "ename": "lsp-origami",
+ "commit": "68b7cf8ce2eb256db9affb2126e895aa5ad1db15",
+ "sha256": "0pzccbglwwv73x3iyfidiwhwfs1dd9krvyjyqkbl5w734z3aaqqk",
+ "fetcher": "github",
+ "repo": "emacs-lsp/lsp-origami",
+ "unstable": {
+ "version": [
+ 20190331,
+ 1723
+ ],
+ "deps": [
+ "lsp-mode",
+ "origami"
+ ],
+ "commit": "c7653602a2f2396b1a42d6053fd2be55fce8e0a2",
+ "sha256": "02qxqjiqfi82j0bqfr22a9ynxnbdw470whfky7405x90nis50k7l"
+ }
+ },
+ {
+ "ename": "lsp-p4",
+ "commit": "53f0da8b3d2903adeffdbc3d8df7d630bfd9ff71",
+ "sha256": "0cd3n17lqwz08zfkm9g5cr1cj2asznlbhxrym2a7b7shdmn3yx5f",
+ "fetcher": "github",
+ "repo": "dmakarov/p4ls",
+ "unstable": {
+ "version": [
+ 20190127,
+ 1049
+ ],
+ "deps": [
+ "lsp-mode"
+ ],
+ "commit": "156ba380cd6adc5df663420ae25c45046faeb68e",
+ "sha256": "0flp7a4lw9bfjw1g57kl6amnf0hzv7arnhjasibm1nq4w0p10pvr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "lsp-mode"
+ ],
+ "commit": "9ebc597ba37e6f8fccbc08327cf57ca8ec793ffe",
+ "sha256": "0dd4n0c1rbqcy7hl6gb9nqjj7hfv4566d6ipdlnxjma0zjs84sjf"
+ }
+ },
+ {
+ "ename": "lsp-pyre",
+ "commit": "5b243c6ab0a441531e02dc8fdd88c023ba505d25",
+ "sha256": "1v8yx062cv5wmpg3lalah5cy8hvhslvyrd4f3185gmc0ynz71fpi",
+ "fetcher": "github",
+ "repo": "jra3/lsp-pyre",
+ "unstable": {
+ "version": [
+ 20190406,
+ 335
+ ],
+ "deps": [
+ "lsp-mode"
+ ],
+ "commit": "e177b8f5efd1a955b5753aeb5d1894e6d21be35a",
+ "sha256": "0g9vijpq7n38b7rvgbshh4s46m1387d7k2lcvy4md17sak5ivxrg"
+ }
+ },
+ {
+ "ename": "lsp-python-ms",
+ "commit": "dd67aefa5a6df2d1388a7516e529e388615c8fe0",
+ "sha256": "1aifydzz7jv3bf9qfxj37isq40wirfgvd9h40cb5c9wq4v44j8ps",
+ "fetcher": "github",
+ "repo": "emacs-lsp/lsp-python-ms",
+ "unstable": {
+ "version": [
+ 20190809,
+ 640
+ ],
+ "deps": [
+ "cl-lib",
+ "json",
+ "lsp-mode",
+ "python"
+ ],
+ "commit": "8b18a98ad68373aa4d7ef24ec728a250ca570a2a",
+ "sha256": "1mz6hy1k0g3m5x4cvyqb68811aa2iabmjw4v2qbjfwd5jbmyvy21"
+ }
+ },
+ {
+ "ename": "lsp-scala",
+ "commit": "fd494da0c0c2e2e58afc26d8e79aeeea41c6ee09",
+ "sha256": "1r8ha0q9gphcs6ihqswgvbhs9b6v6n1pvlqxwjnjwpdhsr5fsw1p",
+ "fetcher": "github",
+ "repo": "rossabaker/lsp-scala",
+ "unstable": {
+ "version": [
+ 20190604,
+ 1237
+ ],
+ "deps": [
+ "lsp-mode",
+ "sbt-mode"
+ ],
+ "commit": "06f189aa5cafe93cecbdaa234bccd900def7bc68",
+ "sha256": "05l563j1wz01rqwd4r639i88ln3bkn0m4swvj3hs11d70brlw981"
+ }
+ },
+ {
+ "ename": "lsp-sourcekit",
+ "commit": "a1e15078916dc053ca2413a6afae51df22321e9e",
+ "sha256": "1n3lkpyk2mb8a5qc2h00d6dgbp4ws8pwzqljplnnm35sqg6an76k",
+ "fetcher": "github",
+ "repo": "emacs-lsp/lsp-sourcekit",
+ "unstable": {
+ "version": [
+ 20181216,
+ 1450
+ ],
+ "deps": [
+ "lsp-mode"
+ ],
+ "commit": "04d75b6a0be5894fea4a55fec0b2ccedf5b3be58",
+ "sha256": "09vvjb215qz4l31bs2pvwdnnahmyhh34zhf1ghymcr2d34zqiqn0"
+ }
+ },
+ {
+ "ename": "lsp-treemacs",
+ "commit": "e1a78ef1dcec4ca9794002e6420108a7621efcfd",
+ "sha256": "0nq51n1h69mc4bn9pjimx12afba3k89cfsrbkcdmfypi433k1ga5",
+ "fetcher": "github",
+ "repo": "emacs-lsp/lsp-treemacs",
+ "unstable": {
+ "version": [
+ 20190724,
+ 1649
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "f",
+ "ht",
+ "lsp-mode",
+ "treemacs"
+ ],
+ "commit": "e3e049cb441ec5a8f43730da93996f73f6a6db95",
+ "sha256": "14v8lww136np4pmaq1hqlrpqi6kkpi367cjvfy0s92m3dv7yywsf"
+ }
+ },
+ {
+ "ename": "lsp-ui",
+ "commit": "b7c78c9b07ede9949d14df74b188d4c1a3365196",
+ "sha256": "0fylav8b54g020z039zm1mx26d257715bfn9nnpw9i0b97539lqi",
+ "fetcher": "github",
+ "repo": "emacs-lsp/lsp-ui",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1907
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "lsp-mode",
+ "markdown-mode"
+ ],
+ "commit": "1cfff2135ffbf7ac52d9c2ece3f2bd157ac51167",
+ "sha256": "1pbqjrhdv3n73p785fj3gl11rpaim0my78gp530239w10q5i7g9z"
+ },
+ "stable": {
+ "version": [
+ 6,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "lsp-mode",
+ "markdown-mode"
+ ],
+ "commit": "a8c50a93952afae3cd8948fecf4c1a3dc7f3e094",
+ "sha256": "1r4327fd8cvjxfwkddp5c4bdskyncbs4sx9m3z2w4d773y2jrakc"
+ }
+ },
+ {
+ "ename": "lua-mode",
+ "commit": "5f3938b668cd3f362016dc7ba0acdaf39e96fb64",
+ "sha256": "12m9s7axj7cp2i1qqv3kqa3banvyxw3yd8y30r8fc2d0jcq75234",
+ "fetcher": "github",
+ "repo": "immerrr/lua-mode",
+ "unstable": {
+ "version": [
+ 20190113,
+ 1050
+ ],
+ "commit": "95c64bb5634035630e8c59d10d4a1d1003265743",
+ "sha256": "0cawb544qylifkvqads307n0nfqg7lvyphqbpbzr2xvr5iyi4901"
+ },
+ "stable": {
+ "version": [
+ 20151025
+ ],
+ "commit": "bdf121b2c05bc74d3d7961a91d7afeb6176e0f45",
+ "sha256": "1qawjd0nbj1c142van7r01pmq74vkzcvnn27jgn79wwhplp9gm99"
+ }
+ },
+ {
+ "ename": "luarocks",
+ "commit": "d5abd2b52a071ab206d40057dc85c891183204ea",
+ "sha256": "05srrk9gmv1vhq7m5bjhh2hl2siis04j15b31x0sgknxh3ybr33x",
+ "fetcher": "github",
+ "repo": "emacs-pe/luarocks.el",
+ "unstable": {
+ "version": [
+ 20170430,
+ 2305
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "cee27ba0716edf338077387969883226dd2b7484",
+ "sha256": "0rdsjmmi95agb859997qdhbk0dns2jyx2mlg8rync58wna70nmbn"
+ }
+ },
+ {
+ "ename": "lush-theme",
+ "commit": "8b29b2f36852e711ce3520d71e83921a1dcb9ccf",
+ "sha256": "03kqws8dzm0ay5k86f4v7g2g2ygwk4fzmz2vyzhzhbsj8hrniq9p",
+ "fetcher": "github",
+ "repo": "andre-richter/emacs-lush-theme",
+ "unstable": {
+ "version": [
+ 20180816,
+ 2200
+ ],
+ "commit": "7cfc993709d712f75c51b505078608c9e1c11466",
+ "sha256": "0v17srm3l8p556d4j5im2bn7brxv7v0g2crlm4gb8x1cwjrbajzf"
+ }
+ },
+ {
+ "ename": "lusty-explorer",
+ "commit": "efedaa3b1de5f6406c7dcd842eee42eefaf8ab50",
+ "sha256": "0xqanmmkyvzcg2g4zvascq5j004bqz7vmz1a19c25g9cs3rdh0ps",
+ "fetcher": "github",
+ "repo": "sjbach/lusty-emacs",
+ "unstable": {
+ "version": [
+ 20180628,
+ 1346
+ ],
+ "commit": "fc4b2f0f8a07db107234490fdfbf72f8b76a6643",
+ "sha256": "014fivh9shi7p3x31bl22x48agrgygp0pf2lgzzflrxcynmprbnp"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0
+ ],
+ "commit": "fc4b2f0f8a07db107234490fdfbf72f8b76a6643",
+ "sha256": "014fivh9shi7p3x31bl22x48agrgygp0pf2lgzzflrxcynmprbnp"
+ }
+ },
+ {
+ "ename": "lv",
+ "commit": "5114349617617673d5055fe28cb8f8c86cf41f83",
+ "sha256": "1lkm40rwpj9hmckng9bz5g4jbx9g9i3wlqgl6rq0m6i14syr69v4",
+ "fetcher": "github",
+ "repo": "abo-abo/hydra",
+ "unstable": {
+ "version": [
+ 20190716,
+ 1741
+ ],
+ "commit": "a91dd72529aadd2d3cc14e132a3e0545eb2975a6",
+ "sha256": "1bbyj0l6176277qp20034lgs8ghx01fasnikkc76fndn3v4vsljn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 15,
+ 0
+ ],
+ "commit": "f27fce1b2f0a9162e159557bdeb2c0c94defb4d2",
+ "sha256": "0fapvhmhgc9kppf3bvkgry0cd7gyilg7sfvlscfrfjxpx4xvwsfy"
+ }
+ },
+ {
+ "ename": "lxc",
+ "commit": "7c16c08c388e3280f617d0768bc1cd75c5897768",
+ "sha256": "1rv1ybmbjx7n3cavx21nzmvckw63q3jmjsfdr2pcgavrr2ck6lka",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-lxc",
+ "unstable": {
+ "version": [
+ 20140410,
+ 2022
+ ],
+ "commit": "88bed56c954d1edd9ff5ce0ced2c02dcf9f71835",
+ "sha256": "090gk0il4yyypzjbh2qrjdaldwf90fi30impmh4zcfl73bic5q9q"
+ }
+ },
+ {
+ "ename": "lxc-tramp",
+ "commit": "2464020a5b3d89bddcd122cad81fed84ded9b117",
+ "sha256": "0rksh7k30kh3i23c98qinffz2zj6h1bshaw994hwy8qwgm38vx61",
+ "fetcher": "github",
+ "repo": "montag451/lxc-tramp",
+ "unstable": {
+ "version": [
+ 20180523,
+ 2024
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1aab85fef50df2067902bff13e1bac5e6366908b",
+ "sha256": "066qwyk38r42xriifg1ik2f0am0m57wlfrk5278sycr8vbag6fc9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "17fc5962e7c27ac4f0bcc4ed7312dd5709063341",
+ "sha256": "03h6aw98mbwwqj08bzpg147hanx97r8fr8jv790zw7iqqjp46hsm"
+ }
+ },
+ {
+ "ename": "lxd-tramp",
+ "commit": "ef7778f5961eaaa356e5e383ef2323c5713e5bf2",
+ "sha256": "0i611z4pksrf4zf0h8wnradqbcad5f43dq8bg3dsik0jdcjlvg5p",
+ "fetcher": "github",
+ "repo": "onixie/lxd-tramp",
+ "unstable": {
+ "version": [
+ 20181023,
+ 7
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f335c76245f62b02cf67a9376eca6f3863c8a75a",
+ "sha256": "0byhafxcc4qw08b16fd00nkyqz1jmq7js0l5q4lda4xdpfgl1a65"
+ }
+ },
+ {
+ "ename": "lyrics",
+ "commit": "b04c8f3dfa9fc07cc0ff3df5c4069f864b6db92e",
+ "sha256": "0kj8v8cg4yqnz0v1nhq41jxjgd4ivqd6lsr1v5cqhg4m0r7f2nzc",
+ "fetcher": "github",
+ "repo": "emacs-pe/lyrics.el",
+ "unstable": {
+ "version": [
+ 20180812,
+ 1841
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "d0b920be634a5be81ad49418cfaada0f0a57d6cd",
+ "sha256": "0926avnlxi8qkr1faplk1aj4lji0ixa4lv81badi5zsmpyyrwmm7"
+ }
+ },
+ {
+ "ename": "m-buffer",
+ "commit": "c34d02682e87c9978a3583bd903dcac5da5b41d5",
+ "sha256": "17smq7wlidsls870hla5b94xq2pwk24b88jvrbbcqw6f5z3ypf94",
+ "fetcher": "github",
+ "repo": "phillord/m-buffer-el",
+ "unstable": {
+ "version": [
+ 20170407,
+ 2141
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "8681342aaffa187e5c54945ab91b812965a96d19",
+ "sha256": "040g7l0r4bxz4ynp4zxy80jsa6x2f48z8rylc41fqxiblasmh0af"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 15
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "6eb1d2535a82707a83733173bc400a0d8e520c80",
+ "sha256": "1sx76i59razwccvn6x7rx5a124bfyjw9fcbxf4gj7nsg33qiq809"
+ }
+ },
+ {
+ "ename": "mac-pseudo-daemon",
+ "commit": "6104efc035bcf469d133ab9a2caf42c9d4482334",
+ "sha256": "12fwrcnwzsfms42rzv4wif5yzx3gnsz8yzdcgkpl37kkx85iy8v0",
+ "fetcher": "github",
+ "repo": "DarwinAwardWinner/mac-pseudo-daemon",
+ "unstable": {
+ "version": [
+ 20170728,
+ 1940
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d235680a72677f11925b912428ad1a57b664e3e8",
+ "sha256": "0gqknrwhfzr7cf5pgs33a5xh79y0yzxghs6wsvavvqkmf4cvck40"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "4d10e327cd8ee5bb7f006d68744be21c7097c1fc",
+ "sha256": "0rjdjddlkaps9cfyc23kcr3cdh08c12jfgkz7ca2j141mm89pyp2"
+ }
+ },
+ {
+ "ename": "maces-game",
+ "commit": "2c9f33b926ecec48a43ba4f0484c687a7349ce50",
+ "sha256": "0wz91dsa0w4xlkl5lbdr8k4pgkgalsqcy27sd0i8xswq3wwiy0ip",
+ "fetcher": "github",
+ "repo": "pawelbx/maces-game",
+ "unstable": {
+ "version": [
+ 20170903,
+ 1551
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "c0fb795f5642467ea528d2f04d904547e8a77ecd",
+ "sha256": "1sf1h5660fd3mfcca3h1fqk3xssgigkil26wz1kp1kvxfx9lm31m"
+ }
+ },
+ {
+ "ename": "macro-math",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "072ycszl4cjc9nvv4axsgyfzz9djpgh4y1xqfr1nxi41nsdfc9kn",
+ "fetcher": "github",
+ "repo": "nschum/macro-math.el",
+ "unstable": {
+ "version": [
+ 20130328,
+ 1604
+ ],
+ "commit": "216e59371e9ee39c34117ba79b9acd78bb415750",
+ "sha256": "119c77s3qp1vqc5m2yf7m4s81aphkhsvsnwqmpq6xl08r3592zxz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "105e03c80290d1b88984b2d265a149a13d722920",
+ "sha256": "0dgsl1x6r8m9vvff1ia0kmz21h0dji2jl5cqlpx1m947zh45dahj"
+ }
+ },
+ {
+ "ename": "macrostep",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1h1gag21x05a14j0wbg0lg502fq2hbqfhjlg05kysw9f870whfq2",
+ "fetcher": "github",
+ "repo": "joddie/macrostep",
+ "unstable": {
+ "version": [
+ 20161120,
+ 2106
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "424e3734a1ee526a1bd7b5c3cd1d3ef19d184267",
+ "sha256": "1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1e2593279f3722e31d8a8f07e297a5c546586cba",
+ "sha256": "0g9bnq4p3ffvva30hpll80dn3i41m51mcvw3qf787zg1nmc5a0j6"
+ }
+ },
+ {
+ "ename": "madhat2r-theme",
+ "commit": "44a382a388821908306c0b8350fba91218515e1b",
+ "sha256": "0y588skd6c2ykyp54d38ibwrqglnaanr15d45d51cvcvp9k7x508",
+ "fetcher": "github",
+ "repo": "madhat2r/madhat2r-theme",
+ "unstable": {
+ "version": [
+ 20170203,
+ 30
+ ],
+ "commit": "6b387f09de055cfcc15d74981cd4f32f8f9a7323",
+ "sha256": "1nnjdqqbarzv62ic3ddc2z9wmh93zjia4nvfjmji8213dngrrf88"
+ }
+ },
+ {
+ "ename": "mag-menu",
+ "commit": "00043412ffa4e434de9679204b9b3d2602e76ae0",
+ "sha256": "1r1yisjnqxl9llpf91rwqp4q47jc4qp32xnkl8wzsgr0r2qf5yk2",
+ "fetcher": "github",
+ "repo": "chumpage/mag-menu",
+ "unstable": {
+ "version": [
+ 20150505,
+ 1850
+ ],
+ "deps": [
+ "splitter"
+ ],
+ "commit": "9b9277021cd09fb1dba64b1d2a00705d20914bd6",
+ "sha256": "1flamyk7z3r723cczqra0f4yabc6kmgwjaw2bvs3kisppqmmz72g"
+ }
+ },
+ {
+ "ename": "magic-filetype",
+ "commit": "eb13cb0dba1696cc51132cd1ff723fa17f892a7c",
+ "sha256": "0f0j8fgh2gpkarz9308pns0d89wc2dchyim6hbixkdpqzg9gskc3",
+ "fetcher": "github",
+ "repo": "emacs-php/magic-filetype.el",
+ "unstable": {
+ "version": [
+ 20180219,
+ 1552
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "019494add5ff02dd36cb3f500142fc51125522cc",
+ "sha256": "1hw77d4wgqrms8rvkv3xd50v4y9qjvm7cpz5rkgmvizs34pjqy22"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "019494add5ff02dd36cb3f500142fc51125522cc",
+ "sha256": "1hw77d4wgqrms8rvkv3xd50v4y9qjvm7cpz5rkgmvizs34pjqy22"
+ }
+ },
+ {
+ "ename": "magic-latex-buffer",
+ "commit": "07e240ebe71d389d314c4a27bbcfe1f88b215c3b",
+ "sha256": "0xm4vk4aggyfw96cgya5cp97jzx5ha0xwpf2yfh7c3m8d9cca4y8",
+ "fetcher": "github",
+ "repo": "zk-phi/magic-latex-buffer",
+ "unstable": {
+ "version": [
+ 20170531,
+ 5
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c03277d5619d9adcd871f3e6480a1a27985810cb",
+ "sha256": "065xfj6asw7px4xmh5isbfs0y6m6818lrds1ca45rhkyfw98d2sb"
+ }
+ },
+ {
+ "ename": "magik-mode",
+ "commit": "291cce8e8e3475348b446ba38833eb1e37d4db65",
+ "sha256": "1d6n7mpwavrajcgai6j0y5khhgc4jaag1ig1xx8w04mr48xrjxqk",
+ "fetcher": "github",
+ "repo": "roadrunner1776/magik",
+ "unstable": {
+ "version": [
+ 20190730,
+ 1911
+ ],
+ "commit": "e7e32dc29382e1a59bb8963315d70fcc30473d6e",
+ "sha256": "1nhmd94x3h047r08wnl7nlrx0g6d17zwnj0km0gxlli9m61qwczs"
+ }
+ },
+ {
+ "ename": "magit",
+ "commit": "9f963950d69a944443d9b6a1658799f7860d0f93",
+ "sha256": "13fipghvlzbx2d4dwxmm1hhnnd28davdp8rjqhq8g4g0lcn3h8b1",
+ "fetcher": "github",
+ "repo": "magit/magit",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1330
+ ],
+ "deps": [
+ "async",
+ "dash",
+ "git-commit",
+ "transient",
+ "with-editor"
+ ],
+ "commit": "75d0810d131e2e61ae3c683797a10a2caca96073",
+ "sha256": "19ynyx1648riwnpiwzk1mk36z4fw4j4bggr7mf7pinsvv9191zmq"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 90,
+ 1
+ ],
+ "deps": [
+ "async",
+ "dash",
+ "ghub",
+ "git-commit",
+ "magit-popup",
+ "with-editor"
+ ],
+ "commit": "791901b2f1d26fa0a383147fe77948a9abc753da",
+ "sha256": "1kw94sdczswsyzn1zlk5s5aplpdv4qd7qcqc5zfxsmsfwm3jacl4"
+ }
+ },
+ {
+ "ename": "magit-annex",
+ "commit": "cec5af50ae7634cc566adfbfdf0f95c3e2951c0c",
+ "sha256": "1ri58s1ly416ksmb7mql6vnmx7hq59lmhi7qijknjarw7qs3bqys",
+ "fetcher": "github",
+ "repo": "magit/magit-annex",
+ "unstable": {
+ "version": [
+ 20190421,
+ 241
+ ],
+ "deps": [
+ "cl-lib",
+ "magit"
+ ],
+ "commit": "d5d819c609256a3b7b11ccaf6664be61aa3597b6",
+ "sha256": "0bwbvwbnyp01vvp76fvn6capk17692c6ippw3z6pknlfiqcz3z0y"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "magit"
+ ],
+ "commit": "21cb2927d672cc6bf631d8373a361b1766ccf004",
+ "sha256": "07r0d2i1hws63wfv1jys63r3lmrl4ywwi76gi7srwhzhqdr1af0n"
+ }
+ },
+ {
+ "ename": "magit-circleci",
+ "commit": "b633d8ce52f85517f87ed00a65398af50058286b",
+ "sha256": "05aq0bnai8swpwh53p3a8a52n81friksjflssl0k1w7f5ffq84ya",
+ "fetcher": "github",
+ "repo": "abrochard/magit-circleci",
+ "unstable": {
+ "version": [
+ 20190722,
+ 1533
+ ],
+ "deps": [
+ "magit",
+ "transient"
+ ],
+ "commit": "a423b12d3158982cccf39a3d72f6fa00c4c6f387",
+ "sha256": "00xwfqdnajrykj0l3kzh4y3hp4rrbmyaj8wrwffswyylsacf9kca"
+ }
+ },
+ {
+ "ename": "magit-diff-flycheck",
+ "commit": "a5d28982425519157a6116c077fbc4be7cfa53be",
+ "sha256": "1gnjvhxy48ah84cglq6653wgb07g0gry0672334ad3cwc5b45kdk",
+ "fetcher": "github",
+ "repo": "ragone/magit-diff-flycheck",
+ "unstable": {
+ "version": [
+ 20190524,
+ 551
+ ],
+ "deps": [
+ "flycheck",
+ "magit",
+ "seq"
+ ],
+ "commit": "28acf74f59e385865746cccf4b1e4c4025ae9433",
+ "sha256": "178yby09swm3hlj300vkk3366wjwwf6zijlvphn6drsiw7dmccqm"
+ }
+ },
+ {
+ "ename": "magit-filenotify",
+ "commit": "ca5541d2ce3553e9ade2c1ec1c0d78103dfd0c4d",
+ "sha256": "1ihk5yi6psqkccpi2bq2h70kn7k874zl7wcinjaq21lirk4z7bvn",
+ "fetcher": "github",
+ "repo": "ruediger/magit-filenotify",
+ "unstable": {
+ "version": [
+ 20151116,
+ 2340
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "c0865b3c41af20b6cd89de23d3b0beb54c8401a4",
+ "sha256": "0nkxxhxkhy314jv1l3hza84vigl8q7fc8hjjvrx58gfgsfgifx6r"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "575c4321f61fb8f25e4779f9ffd4514ac086ae96",
+ "sha256": "1vn6x53kpwv3zf2b5xjswyz6v853r8b9dg88qhwd2h480hrx6kal"
+ }
+ },
+ {
+ "ename": "magit-find-file",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1y66nsq1hbv1sb4n71gdxv7p1rz37vd9lkf7zl7avy0dchs499ik",
+ "fetcher": "github",
+ "repo": "bradwright/magit-find-file.el",
+ "unstable": {
+ "version": [
+ 20150702,
+ 830
+ ],
+ "deps": [
+ "dash",
+ "magit"
+ ],
+ "commit": "c3ea91bab37d10a814a829728ec972811f728d60",
+ "sha256": "1j3jsrp0qpaa2xd98d1g9z0zc4b93knwajrlnlsc7l6g0vlfsddb"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "magit"
+ ],
+ "commit": "035da838b1a19e7a5ee135b4ca8475f4e235b61e",
+ "sha256": "1jlww053s580d7rlvmr1dl79wxasa0hhh2jnwb1ra353d6h3a73w"
+ }
+ },
+ {
+ "ename": "magit-gerrit",
+ "commit": "f7cc000debed666ad6800e31c114eedb7384317c",
+ "sha256": "1iwvg10ly6dlf8llz9f8d4qfdbvd3s28wf48qgn1wjlxpka6zrd4",
+ "fetcher": "github",
+ "repo": "terranpro/magit-gerrit",
+ "unstable": {
+ "version": [
+ 20160226,
+ 930
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "ece6f369694aca17f3ac166ed2801b432acfe20d",
+ "sha256": "0mms0gxv9a3ns8lk5k2wjibm3088y1cmpr3axjdh6ppv7r5wdvii"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "699c5c39c6dbdc8d730721eaf1491f982dd78142",
+ "sha256": "0ym24gjd6c04zry08abcb09zvjbgj8nc1j12q0r51fhzzadxcxbb"
+ }
+ },
+ {
+ "ename": "magit-gh-pulls",
+ "commit": "9b54fe4f51820c2f707e1f5d8a1128fff19a319c",
+ "sha256": "0qn9vjxi33pya9s8v3g95scmhwrn2yf5pjm7d24frq766wigjv8d",
+ "fetcher": "github",
+ "repo": "sigma/magit-gh-pulls",
+ "unstable": {
+ "version": [
+ 20180716,
+ 1636
+ ],
+ "deps": [
+ "gh",
+ "magit",
+ "pcache",
+ "s"
+ ],
+ "commit": "6949e973f3e951cb0bfe75d889e0fcccc33ba733",
+ "sha256": "0djr5lkv2wjs2c4dvb41xjkpjk9w6q888r4dlgw9w35z7h30b5vi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 3
+ ],
+ "deps": [
+ "gh",
+ "magit",
+ "pcache",
+ "s"
+ ],
+ "commit": "d526f4c9ee1709c79f8a4630699ce1f25ae054e7",
+ "sha256": "11fd3c7wnqy08khj6za8spbsm3k1rqqih21lbax2iwvxl8jv4dv0"
+ }
+ },
+ {
+ "ename": "magit-gitflow",
+ "commit": "dfaeb33dec2c75d21733b6e51d063664c6544e4d",
+ "sha256": "0wsqq3xpqqfak4aqwsh5sxjb1m62z3z0ysgdmnrch3qsh480r8vf",
+ "fetcher": "github",
+ "repo": "jtatarik/magit-gitflow",
+ "unstable": {
+ "version": [
+ 20170929,
+ 824
+ ],
+ "deps": [
+ "magit",
+ "magit-popup"
+ ],
+ "commit": "cc41b561ec6eea947fe9a176349fb4f771ed865b",
+ "sha256": "0jz69wrrzvqadaphmjrr146nzvmphsbl7rmc3ccnpw1gw6gnz81f"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2,
+ 3
+ ],
+ "deps": [
+ "magit",
+ "magit-popup"
+ ],
+ "commit": "cc41b561ec6eea947fe9a176349fb4f771ed865b",
+ "sha256": "0jz69wrrzvqadaphmjrr146nzvmphsbl7rmc3ccnpw1gw6gnz81f"
+ }
+ },
+ {
+ "ename": "magit-imerge",
+ "commit": "e78a5c27eedfc9b1d79e37e8d333c5d253f31a3c",
+ "sha256": "0rycmbsi2s7rjqfpcv794vhkybav7d8ikzdaxai36szxpg9pzhj4",
+ "fetcher": "github",
+ "repo": "magit/magit-imerge",
+ "unstable": {
+ "version": [
+ 20190219,
+ 553
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "54f2e25eb5f9e9763a60808ecfc1edef7f276ce0",
+ "sha256": "0i16s3kc5k1sr2fgq72n0nmrwqphrg5zppmvri653120nga7b5lx"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "5b45efa65317886640c339d1c71d2b9e00e98b77",
+ "sha256": "02597aq00fq7b9284kq7s55ddrjb6xhh1l280gq3czi75658d3db"
+ }
+ },
+ {
+ "ename": "magit-lfs",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1xc32f2k3dwpqncnrr3xyr2963ywa0006z3c01nypxgs1xkfsbdx",
+ "fetcher": "github",
+ "repo": "Ailrun/magit-lfs",
+ "unstable": {
+ "version": [
+ 20190504,
+ 1909
+ ],
+ "deps": [
+ "dash",
+ "magit"
+ ],
+ "commit": "5ff5648158413aec01ba178f349c33862e6e140a",
+ "sha256": "1g1hawsmx2j69n25n2ip1lb8x3lshcyrn7f5w83dw56i5ywmyr0v"
+ }
+ },
+ {
+ "ename": "magit-libgit",
+ "commit": "0580362be495894c61b99b7efb4cfa435cc0dd72",
+ "sha256": "0fi3w2f79qn3hf5rw5jp8128xbk5r0xwwwb56zcjn2na02dynfb1",
+ "fetcher": "github",
+ "repo": "magit/magit",
+ "unstable": {
+ "version": [
+ 20190419,
+ 1545
+ ],
+ "deps": [
+ "libgit",
+ "magit"
+ ],
+ "commit": "75d0810d131e2e61ae3c683797a10a2caca96073",
+ "sha256": "19ynyx1648riwnpiwzk1mk36z4fw4j4bggr7mf7pinsvv9191zmq"
+ }
+ },
+ {
+ "ename": "magit-org-todos",
+ "commit": "84480cad490cab2f087a484ed7b9d3d3064bbd29",
+ "sha256": "0yywgzm2jzvsccm9h0a0s1q8fag9dfajnznwk6iqz5pywq5mxijr",
+ "fetcher": "github",
+ "repo": "danielma/magit-org-todos.el",
+ "unstable": {
+ "version": [
+ 20180709,
+ 1950
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "9ffa3efb098434d837cab4bacd1601fdfc6fe999",
+ "sha256": "0kxz5q8q5np4zm1ls4hx1h53vlnhj0mnmbq12p5nzk5zcxycbcpz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "0bfa36bbc50e62de0a3406031cb93e2f57dcdc55",
+ "sha256": "07r5x256k1fjjxs1yfg41kc94nwvnjlk2vvknkra3j8v9p0j88m7"
+ }
+ },
+ {
+ "ename": "magit-p4",
+ "commit": "440d47ca465845eaa601ca8a6e4b15fc197e522b",
+ "sha256": "19p7h3a21jjr2h52ika14lyczdv6z36gl7hk1v17bffffac8q069",
+ "fetcher": "github",
+ "repo": "qoocku/magit-p4",
+ "unstable": {
+ "version": [
+ 20170414,
+ 1246
+ ],
+ "deps": [
+ "cl-lib",
+ "magit",
+ "magit-popup",
+ "p4"
+ ],
+ "commit": "01e8bb24830861c50109878812550b4265cba82b",
+ "sha256": "169a6aq3m2xq2mvf5v8yix0052j2va78a3c4lirzc2ypbvch3fys"
+ }
+ },
+ {
+ "ename": "magit-popup",
+ "commit": "0263ca6aea7bf6eae26a637454affbda6bd106df",
+ "sha256": "1pv5slspcfmi10bnnw6acpijn7vkn2h9iqww3w641v41d3p37jmv",
+ "fetcher": "github",
+ "repo": "magit/magit-popup",
+ "unstable": {
+ "version": [
+ 20190223,
+ 2234
+ ],
+ "deps": [
+ "async",
+ "dash"
+ ],
+ "commit": "4250c3a606011e3ff2477e3b5bbde2b493f3c85c",
+ "sha256": "073x1yf96b623yphylnf0ysannr91vawzgjdv1smkcrgd4451hr3"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 13,
+ 0
+ ],
+ "deps": [
+ "async",
+ "dash"
+ ],
+ "commit": "4250c3a606011e3ff2477e3b5bbde2b493f3c85c",
+ "sha256": "073x1yf96b623yphylnf0ysannr91vawzgjdv1smkcrgd4451hr3"
+ }
+ },
+ {
+ "ename": "magit-rbr",
+ "commit": "10427817a1fc2fa8aaf11897719cbb851d9e4b15",
+ "sha256": "086vb7xrgyrazc3a7bpyhy219szvrvl59l8wlqakimx0mav7qipr",
+ "fetcher": "github",
+ "repo": "fanatoly/magit-rbr",
+ "unstable": {
+ "version": [
+ 20181009,
+ 2016
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "029203b3e48537205052a058e964f058cd802c3c",
+ "sha256": "1z48m0al8bb4ppic483jvika9q47c67g7fazk25431sr5rv9h4d2"
+ }
+ },
+ {
+ "ename": "magit-reviewboard",
+ "commit": "f3715fa1df69350205e4269b7090c46b343d8bf0",
+ "sha256": "1sxqij3370vn6ap52lf4hdlcxfj9mj17sb5r4kk5msjbw3bzdmzr",
+ "fetcher": "github",
+ "repo": "jtamagnan/magit-reviewboard",
+ "unstable": {
+ "version": [
+ 20190211,
+ 2244
+ ],
+ "deps": [
+ "magit",
+ "request",
+ "s"
+ ],
+ "commit": "f3d5ed914243e3930f9c06f59021305e7e43e67d",
+ "sha256": "0xlhy328h2wxklpy71dhy1fk7zv6hs2v4jrl1mm9x5mnrbrdfvxx"
+ }
+ },
+ {
+ "ename": "magit-stgit",
+ "commit": "72a38bbc5bba53dfb971f17213287caf0d190db0",
+ "sha256": "1spli6yq258zwx95y16s27hr7hlc2h0kc9mjnvjjl13y2l6shm0i",
+ "fetcher": "github",
+ "repo": "emacsorphanage/magit-stgit",
+ "unstable": {
+ "version": [
+ 20190313,
+ 1158
+ ],
+ "commit": "8294f34e4927798d9db883cafe946a9041b7e331",
+ "sha256": "16i67h0f2w6gaf34w6v50ahmb3358wqhgnijfmzyd6j19zw39d3d"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2,
+ 0
+ ],
+ "commit": "8294f34e4927798d9db883cafe946a9041b7e331",
+ "sha256": "16i67h0f2w6gaf34w6v50ahmb3358wqhgnijfmzyd6j19zw39d3d"
+ }
+ },
+ {
+ "ename": "magit-svn",
+ "commit": "a1ff188d509aec104e9d21a640cf5bc3addedf00",
+ "sha256": "1dww5fc5phai3wk9lp85h6y08ai3vxgggsqj78a3mlcn2adwwc01",
+ "fetcher": "github",
+ "repo": "emacsorphanage/magit-svn",
+ "unstable": {
+ "version": [
+ 20190324,
+ 1459
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "f7dad9b0f6b81b23550ea5cca0f3219f184b746c",
+ "sha256": "1dpljj5l0jf28xsynj9wsgbn6wh6llx0wxvigrv37ccvrz4k2fgg"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2,
+ 1
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "c833903732a14478f5c4cfc561bae7c50671b36c",
+ "sha256": "01kcsc53q3mbhgjssjpby7ypnhqsr48rkl1xz3ahaypmlp929gl9"
+ }
+ },
+ {
+ "ename": "magit-tbdiff",
+ "commit": "ad97eea866c8732e3adc17551d37a6d1ae511e6c",
+ "sha256": "1wydmw4f1072k8frk8mi8aaky7dndinq8n7kn10q583bjlxgw80r",
+ "fetcher": "github",
+ "repo": "magit/magit-tbdiff",
+ "unstable": {
+ "version": [
+ 20190808,
+ 1639
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "49faa9b94c338c0d5aa064f41b3acd50e5943421",
+ "sha256": "0wznf26l8hvdp8p6nbvwbwg2v33yrms72nsw0gvyvnn5mqiw4v7b"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "4273bfab1d2b620d68d890fbaaa78c56cf210059",
+ "sha256": "0d1cn0nshxnvgjvl9j7wsai75pvsxmrmkdj57xdpyggwxgcpl1m4"
+ }
+ },
+ {
+ "ename": "magit-todos",
+ "commit": "b4544ab55d2c8b8c3b7eb739b9fb90ebb246d68b",
+ "sha256": "0vqmbw0qj8a5wf4ig9hgc0v3l1agdkvgprzjv178hs00297br2s8",
+ "fetcher": "github",
+ "repo": "alphapapa/magit-todos",
+ "unstable": {
+ "version": [
+ 20190805,
+ 552
+ ],
+ "deps": [
+ "async",
+ "dash",
+ "f",
+ "hl-todo",
+ "magit",
+ "pcre2el",
+ "s"
+ ],
+ "commit": "8a88171b2785acce59081d8b12649731e6cf20c0",
+ "sha256": "09pjb4k409gc0h51vb5az1shx02c1hx8cnvhi529n7dm4maildg5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "deps": [
+ "async",
+ "dash",
+ "f",
+ "hl-todo",
+ "magit",
+ "pcre2el",
+ "s"
+ ],
+ "commit": "8a88171b2785acce59081d8b12649731e6cf20c0",
+ "sha256": "09pjb4k409gc0h51vb5az1shx02c1hx8cnvhi529n7dm4maildg5"
+ }
+ },
+ {
+ "ename": "magit-topgit",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "1194hdcphir4cmvzg9cxrjiyg70hr9zmml2rljih94vl7zrw7335",
+ "fetcher": "github",
+ "repo": "greenrd/magit-topgit",
+ "unstable": {
+ "version": [
+ 20160313,
+ 1954
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "11489ea798bc88d0ea5244bbf725285eedfefbef",
+ "sha256": "1y7ss475ibjx354m73jn5dxd98g33jcijx48b30p45rbm6ha3i8q"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 2
+ ],
+ "deps": [
+ "magit"
+ ],
+ "commit": "11489ea798bc88d0ea5244bbf725285eedfefbef",
+ "sha256": "1y7ss475ibjx354m73jn5dxd98g33jcijx48b30p45rbm6ha3i8q"
+ }
+ },
+ {
+ "ename": "magithub",
+ "commit": "e555b46f5de7591aa8e10a7cf67421e26a676db8",
+ "sha256": "11par5rncsa866gazdw98d4902rvyjnnwbiwpndlyh06ak0lryab",
+ "fetcher": "github",
+ "repo": "vermiculus/magithub",
+ "unstable": {
+ "version": [
+ 20190512,
+ 2316
+ ],
+ "deps": [
+ "ghub+",
+ "git-commit",
+ "magit",
+ "markdown-mode",
+ "s"
+ ],
+ "commit": "9fb9c653d0dad3da7ccff3ae321fa6e54c08f41b",
+ "sha256": "047dyiysdhf81qfcmmaxzixgxy35fjm9wyhwwv9630s5b83fh094"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 7
+ ],
+ "deps": [
+ "ghub+",
+ "git-commit",
+ "magit",
+ "markdown-mode",
+ "s"
+ ],
+ "commit": "81e75cbbbac820a3297e6b6a1e5dc6d9cfe091d0",
+ "sha256": "1iq8c939c0a6v8gq31vcjw6nxwnz4fpavcd6xf4h2rb6rkmxmhvl"
+ }
+ },
+ {
+ "ename": "magma-mode",
+ "commit": "59764a0aab7c3f32b5a872a3d10a7e144f273a7e",
+ "sha256": "1gq6yi51h1h7ivrm1xr6nfrpabx8ylbk0waaw04gnw3bb54dmmvc",
+ "fetcher": "github",
+ "repo": "ThibautVerron/magma-mode",
+ "unstable": {
+ "version": [
+ 20181205,
+ 1708
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "f"
+ ],
+ "commit": "9b734abbdf15fddecb58dc9eed1cbc39b78be2e1",
+ "sha256": "0nmakba9gszi251z962jlggw9mbsk8jxyynangsd1yj4bdfs6sgg"
+ }
+ },
+ {
+ "ename": "magnatune",
+ "commit": "6dfd5ae62718a32f8c5af4048af06cb53961d7df",
+ "sha256": "0fmxlrq5ls6fpbk5fv67aan8gg1c61i1chfw5lhf496pwqzq901d",
+ "fetcher": "github",
+ "repo": "eikek/magnatune.el",
+ "unstable": {
+ "version": [
+ 20151030,
+ 1935
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "605b01505ba30589c77ebb4c96834b5072ccbdd4",
+ "sha256": "1hqz26zm4bdz5wavna4j9yia3ns4z19dnszl7k0lcpgbgmb0wh8y"
+ }
+ },
+ {
+ "ename": "majapahit-theme",
+ "commit": "c9b793878de4107bb646652d09d8799aef8b97e8",
+ "sha256": "04k2smrya27rrjlzvnl3a6llg8vj8x4mm9qyk4kwrmckhd6jd68s",
+ "fetcher": "gitlab",
+ "repo": "franksn/majapahit-theme",
+ "unstable": {
+ "version": [
+ 20160817,
+ 1848
+ ],
+ "commit": "77c96df7619666b2102d90d452eeadf04adc89a6",
+ "sha256": "0wnhfdk2zwxqfh8d74xmszqgibcgxiq825pq8381zg4nkz5cckfb"
+ }
+ },
+ {
+ "ename": "major-mode-hydra",
+ "commit": "865917fcc75c4118afc89b8bcc20ebdb6302f15d",
+ "sha256": "0654wnsw38sca97kvp8p3k1h6r91iqs873gcjaaxd7a96sisvafd",
+ "fetcher": "github",
+ "repo": "jerrypnz/major-mode-hydra.el",
+ "unstable": {
+ "version": [
+ 20190715,
+ 937
+ ],
+ "deps": [
+ "dash",
+ "pretty-hydra"
+ ],
+ "commit": "854827d0585a4fc9310708bfae2514957f4dc341",
+ "sha256": "0649wrm5zb68yfqxmim6rcg6ykv2dqxishjpas3hj3x62xn44qrb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "pretty-hydra"
+ ],
+ "commit": "854827d0585a4fc9310708bfae2514957f4dc341",
+ "sha256": "0649wrm5zb68yfqxmim6rcg6ykv2dqxishjpas3hj3x62xn44qrb"
+ }
+ },
+ {
+ "ename": "major-mode-icons",
+ "commit": "c8f551bec8bdc5dee4b31edea0c2f92b3c77ec56",
+ "sha256": "02p5h9q2j7z3wcmvkbqbbzzk3lyfdq43psppy9x9ypic9fij8j95",
+ "fetcher": "github",
+ "repo": "stardiviner/major-mode-icons",
+ "unstable": {
+ "version": [
+ 20170301,
+ 714
+ ],
+ "deps": [
+ "all-the-icons",
+ "powerline"
+ ],
+ "commit": "e6117a236b2ad52e948576550b183053321dfc91",
+ "sha256": "0gpp9x23qz7ll8d7hlbvynv891hw907k38i7v0b08s8zh1ilvnwa"
+ }
+ },
+ {
+ "ename": "make-color",
+ "commit": "bb765469c65589ae9d7dbc420a8edcf44c3be5d1",
+ "sha256": "0mrv8b67lpid5m8rfbhcik76bvnjlw4xmcrd2c2iinyl02y07r5k",
+ "fetcher": "github",
+ "repo": "alezost/make-color.el",
+ "unstable": {
+ "version": [
+ 20140625,
+ 1150
+ ],
+ "commit": "5ca1383ca9228bca82120b238bdc119f302b75c0",
+ "sha256": "1wmpy1d966zzxwar2ng825zlch5fwsslsi1706ss9v7zl7i9wggd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "b19cb40c0619e267f2948ed37aff67b712a6deed",
+ "sha256": "0fp5gbin1sgsdz39spk74vadkzig3ydwhpzx9vg7f231kk5f6wzx"
+ }
+ },
+ {
+ "ename": "make-it-so",
+ "commit": "aad592089ed2200e2f8c5191e8adeac1db4bce54",
+ "sha256": "0a8abz54mb60mfr0bl9ry8yawq99vx9hjl4fm2sivns58qjgfy73",
+ "fetcher": "github",
+ "repo": "abo-abo/make-it-so",
+ "unstable": {
+ "version": [
+ 20190625,
+ 1036
+ ],
+ "deps": [
+ "swiper"
+ ],
+ "commit": "b73dfb640588123c9eece230ad72b37604f5c126",
+ "sha256": "0p6xhyinzzkrwzbpxqfm8hlii0ikvmmylya240bwsa77w0g1k6xq"
+ }
+ },
+ {
+ "ename": "makefile-executor",
+ "commit": "08f8b4d680e4907dbd8ea46a75d98aa0e93c2bb9",
+ "sha256": "0889rq2a7ks2ynyq91xsa2kpzgd72kzbjxx0b34w8faknpj3b6hi",
+ "fetcher": "github",
+ "repo": "thiderman/makefile-executor.el",
+ "unstable": {
+ "version": [
+ 20180720,
+ 832
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "9a7d78f814a4b372d8f8179819cb1b37b83b1973",
+ "sha256": "1sw8zqxzrcxs4v211bmlxz5xfrpckrawnbhf1fiji0971cv3hx0r"
+ }
+ },
+ {
+ "ename": "makey",
+ "commit": "688e32e98758aa6fd31218e98608bd54a76c3e83",
+ "sha256": "06xgrlkqvg288yd4lyhx4vi80jlfarhblxk5m5zzs5as7n08cvk4",
+ "fetcher": "github",
+ "repo": "mickeynp/makey",
+ "unstable": {
+ "version": [
+ 20131231,
+ 1430
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a61781e69d3b451551e269446e1c5f624ab81137",
+ "sha256": "1rr7vpm3xxzcaam3m8xni3ajy8ycyljix07n2jzczayri9sd8csy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a61781e69d3b451551e269446e1c5f624ab81137",
+ "sha256": "1rr7vpm3xxzcaam3m8xni3ajy8ycyljix07n2jzczayri9sd8csy"
+ }
+ },
+ {
+ "ename": "malinka",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1zmnlgy9k1s1s2wgkhlwfsnknmhggy0rx3l495a5x1kqsx6i0c9y",
+ "fetcher": "github",
+ "repo": "LefterisJP/malinka",
+ "unstable": {
+ "version": [
+ 20171202,
+ 1021
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "f",
+ "projectile",
+ "rtags",
+ "s"
+ ],
+ "commit": "d4aa517c7a9022eae16c758c7efdb3a0403542d7",
+ "sha256": "1rnzvx1nc01sw9fklm36lyllqm6dizj64gnlqbs4nammx7z0spi1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "f",
+ "projectile",
+ "rtags",
+ "s"
+ ],
+ "commit": "81cf7dd81fbf124ceda31ee963cce8c3616f28f1",
+ "sha256": "0hwxwwjzjxv2mmkxmalr2hp3x8apwcyvn2bz4d4yd4wrzcscay97"
+ }
+ },
+ {
+ "ename": "mallard-mode",
+ "commit": "19c5543664ca685a70e53baa1357842e83cbf8f7",
+ "sha256": "0y2ikjgy107kb85pz50vv7ywslqgbrrkcfsrd8gsk1jky4qn8izd",
+ "fetcher": "github",
+ "repo": "jhradilek/emacs-mallard-mode",
+ "unstable": {
+ "version": [
+ 20131204,
+ 425
+ ],
+ "commit": "c48170c1ace4959abcc5fb1df0d4cb149cff44c1",
+ "sha256": "18x3cssfn81k8hg4frj7dhzphg784321z51wbbvn3bjhq7s6j3a2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "commit": "152cd44d53c881457fe57c1aba77e8e2fca4d1b0",
+ "sha256": "1272fsjzsza9dxm8s64b7x2jzr3ks8wjpwvgcxha2dnsjzklcdcj"
+ }
+ },
+ {
+ "ename": "mallard-snippets",
+ "commit": "57a31a6ac93a864cb5212c925fdfb0961d36b24a",
+ "sha256": "0437qd7q9i32pmhxaz3vi2dnfpj4nddmzgnqpwsgl28slhjw2hv8",
+ "fetcher": "github",
+ "repo": "jhradilek/emacs-mallard-snippets",
+ "unstable": {
+ "version": [
+ 20131023,
+ 1851
+ ],
+ "deps": [
+ "mallard-mode",
+ "yasnippet"
+ ],
+ "commit": "70c5293f10722f2ace73bdf74d9a18f95b040edc",
+ "sha256": "0qk7i47nmyp4llwp6x0i1i5dk82ck26iyz1sjvvlihaw8a5akny2"
+ }
+ },
+ {
+ "ename": "malyon",
+ "commit": "54b3785cfcdb3b54307f60ee634a101e8bcd9989",
+ "sha256": "050kj4c1vp9f3fiskf8hld7w46092n4jipdga226x97igx575g3r",
+ "fetcher": "github",
+ "repo": "speedenator/malyon",
+ "unstable": {
+ "version": [
+ 20161208,
+ 2125
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0d9882650720b4a791556f5e2d917388965d6fc0",
+ "sha256": "0an1yvp0p624rxd8n5phiwvznw35ripqhlwzwyv2bw7lc1rscllr"
+ }
+ },
+ {
+ "ename": "man-commands",
+ "commit": "cefd80c8f65e1577ba36ea665b36c3a3d4032b4b",
+ "sha256": "1yl7y0k24gydldfs406v1n523q46m9x6in6pgljgjnjravc67wnq",
+ "fetcher": "github",
+ "repo": "nflath/man-commands",
+ "unstable": {
+ "version": [
+ 20151221,
+ 2221
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f4ba0c3790855d7544dff92d470d212f24de1d9d",
+ "sha256": "1lfq4hsq2n33l58ja5kzy6bwk9jxbcdsg6y8gqlk71lcslzqldrk"
+ }
+ },
+ {
+ "ename": "manage-minor-mode",
+ "commit": "7a4e84530b4607a277fc3b678fe7b34b1c5e3b4f",
+ "sha256": "1y5a4r92b8zb2kvmsg6s3drg4q4g35jqj8nmfx4z5rrnck1r31ym",
+ "fetcher": "github",
+ "repo": "emacsorphanage/manage-minor-mode",
+ "unstable": {
+ "version": [
+ 20140310,
+ 1600
+ ],
+ "commit": "1bed33b0752380b548b822fe72e6858c5fe70c8e",
+ "sha256": "10wl7kc76dyijrmdlcl5cx821jg7clsj35r22955mbbgh7zl1x07"
+ }
+ },
+ {
+ "ename": "mandm-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0mvzn29ljd3az6axyqq88vkkf1vpcvslc1svlnbyrpdfinphd0mx",
+ "fetcher": "github",
+ "repo": "choppsv1/emacs-mandm-theme",
+ "unstable": {
+ "version": [
+ 20180915,
+ 1940
+ ],
+ "commit": "b560aa0129c55a2f4fcc5e67a7d6c66ee4dc3124",
+ "sha256": "17af3bs55c6bxf1izvfgg0kag5az64ncbabgbh6ry14nv3r9lwy6"
+ }
+ },
+ {
+ "ename": "mandoku",
+ "commit": "1aac4ae2c908de2c44624fb22a3f5ccf0b7a4912",
+ "sha256": "1pg7ir3y6yk92kfs5agbxapcxf7gy60m353rjv8g3kfkx5zyh3mv",
+ "fetcher": "github",
+ "repo": "mandoku/mandoku",
+ "unstable": {
+ "version": [
+ 20180403,
+ 1106
+ ],
+ "deps": [
+ "git",
+ "github-clone",
+ "magit",
+ "org"
+ ],
+ "commit": "d65dbaa329ecf931f4142be72862972ea6a24e63",
+ "sha256": "1iqwgzjy2vlrx0kdkjjfxxm097m17ay9r6966gyi8iiip99hjn50"
+ }
+ },
+ {
+ "ename": "mandoku-tls",
+ "commit": "c97d3f653057eab35c612109792884334be556fe",
+ "sha256": "0zny1l548rvjsbbzj47wysz6gk1sqxvpj215r3w84vw5dyrn78bz",
+ "fetcher": "github",
+ "repo": "mandoku/mandoku-tls",
+ "unstable": {
+ "version": [
+ 20171118,
+ 240
+ ],
+ "deps": [
+ "github-clone",
+ "helm",
+ "helm-charinfo",
+ "hydra",
+ "mandoku",
+ "org"
+ ],
+ "commit": "ffeebf5bd451ac1806ddfe1744fbbd036a56f902",
+ "sha256": "16399qifjj4hnfw4a62jwxfwnc7k8lmiy3bz8iwzlc91jjic7zdc"
+ }
+ },
+ {
+ "ename": "map-progress",
+ "commit": "5ed3335eaf0be7368059bcdb52c46f5e47c0c1a5",
+ "sha256": "0zc5vii72gbfwbb35w8m30c8r9zck971hwgcn1a4wjczgn4vkln7",
+ "fetcher": "github",
+ "repo": "tarsius/map-progress",
+ "unstable": {
+ "version": [
+ 20190128,
+ 16
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1fb916159cd054c233ce3c80d9d01adfae640297",
+ "sha256": "1hbk35l9aljp4jqg8cv67q6b2jbcx0g665j90fygxqibrf6r52a8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1fb916159cd054c233ce3c80d9d01adfae640297",
+ "sha256": "1hbk35l9aljp4jqg8cv67q6b2jbcx0g665j90fygxqibrf6r52a8"
+ }
+ },
+ {
+ "ename": "map-regexp",
+ "commit": "927314443ecc00d94e7125de669e82832c5a125c",
+ "sha256": "0yiif0033lhaqggywzfizfia3siggwcz7yv4z7przhnr04akdmbj",
+ "fetcher": "github",
+ "repo": "tarsius/map-regexp",
+ "unstable": {
+ "version": [
+ 20190128,
+ 18
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ae2d1c22f786ad987aef3e319925e80160a887a0",
+ "sha256": "1ybhizafdhzm7fg8s6gm13fbrz1vnrc7ifq8gvrrm89wl3qi5z7f"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ae2d1c22f786ad987aef3e319925e80160a887a0",
+ "sha256": "1ybhizafdhzm7fg8s6gm13fbrz1vnrc7ifq8gvrrm89wl3qi5z7f"
+ }
+ },
+ {
+ "ename": "marcopolo",
+ "commit": "936a1cff601594575c5b550c5eb16e7dafc8a5ab",
+ "sha256": "1nbck1m7lhync7n474578d2g1zc72c841hi236xjbdd2lnxz3zz0",
+ "fetcher": "github",
+ "repo": "nlamirault/marcopolo",
+ "unstable": {
+ "version": [
+ 20160421,
+ 1004
+ ],
+ "deps": [
+ "dash",
+ "pkg-info",
+ "request",
+ "s"
+ ],
+ "commit": "9193aabdf12223087b5ed58f1507d5d8a24a4381",
+ "sha256": "1yc0sgzh1qprhdrzjqc88d6g4xvw80fblcvjl6yn6kihv1ymz091"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "pkg-info",
+ "request",
+ "s"
+ ],
+ "commit": "ce6ad40d7feab0568924e3bd9659b76e3eecd55e",
+ "sha256": "0y4b69r2l6kvh7g8f1y9v1pdall3n668ci24lp04lcms6rxcrsnh"
+ }
+ },
+ {
+ "ename": "mark-multiple",
+ "commit": "7efe1814aa552d44c3db2cd7304569f2aae66287",
+ "sha256": "179wd9g0smm76k92n7j2vgg8gz5wn9lczrns5ggq2yhbc77j0gn4",
+ "fetcher": "github",
+ "repo": "magnars/mark-multiple.el",
+ "unstable": {
+ "version": [
+ 20121118,
+ 1554
+ ],
+ "commit": "f6a53c7c5283d640ae718f4548b0fda78877a375",
+ "sha256": "1x3anvy3hlmydxyfzr1rhaiy502yi1yz3v54sg8wc1w7jrvwaj29"
+ }
+ },
+ {
+ "ename": "mark-tools",
+ "commit": "9ca36020392807aca9658d13481868d8b6c23d51",
+ "sha256": "1688y7lnzhwdva2ildjabzi10i87klfsgvs947i7gfgxl7jwhisq",
+ "fetcher": "github",
+ "repo": "stsquad/emacs-mark-tools",
+ "unstable": {
+ "version": [
+ 20130614,
+ 1025
+ ],
+ "commit": "a11b61effa90bd0abc876d12573674d36fc17f0c",
+ "sha256": "0k4zvbs09mkr8vdffv18s55rn9cyxldzav9vw04lm7v296k94ivz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "0e7ac2522ac84155cab341dc49f7f0b81067133c",
+ "sha256": "0fcyspz7n97n84d9203mxgn8ar4rn52qa49s3vayfrbkn038j5qw"
+ }
+ },
+ {
+ "ename": "markdown-mode",
+ "commit": "74610ec93d4478e835f8b3b446279efc0c71d644",
+ "sha256": "0gfb3hp87kpcrvxax3m5hsaclwwk1qmxc73cg26smzd1kjfwgz14",
+ "fetcher": "github",
+ "repo": "jrblevin/markdown-mode",
+ "unstable": {
+ "version": [
+ 20190802,
+ 2215
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f3c54e34cc5228001af36a5301883325319f21d4",
+ "sha256": "1zvpryra1sr63192j6v62kc9mvhc9wsvm7haj2maxmv2v3akhlil"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "cde5c5d2bcce470c494b76e23cfe1364b6291c20",
+ "sha256": "1zm1j4w0f3h01bmmpsv4j4mh6i13nnl8fcqlj2hsa1ncy1lgi8q7"
+ }
+ },
+ {
+ "ename": "markdown-mode+",
+ "commit": "ca7bf43ef8893bf04e9658390e306ef69e80a156",
+ "sha256": "1535kcj9nmcgmk2448jxc0jmnqy7f50cw2ngffjq5w8bfhgf7q00",
+ "fetcher": "github",
+ "repo": "milkypostman/markdown-mode-plus",
+ "unstable": {
+ "version": [
+ 20170320,
+ 2104
+ ],
+ "deps": [
+ "markdown-mode"
+ ],
+ "commit": "411d079f4430a33c34ec0bbcb1535fe1145a2509",
+ "sha256": "0427cxvykmz8kz1gnn27yc9c4z8djyy6m9qz6wbd4np1cgqlmly2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "deps": [
+ "markdown-mode"
+ ],
+ "commit": "f35e63284c5caed19b29501730e134018a78e441",
+ "sha256": "1adl36fj506kgfw40gpagzsd7aypfdvy60141raggd5844i6y96r"
+ }
+ },
+ {
+ "ename": "markdown-preview-eww",
+ "commit": "d9b3ad97a193c41068ca184b4835fa7a7a0ebc9c",
+ "sha256": "0j6924f84is41dspib68y5lnz1f8nm7pqyhv47alxra50cjrpxnx",
+ "fetcher": "github",
+ "repo": "niku/markdown-preview-eww",
+ "unstable": {
+ "version": [
+ 20160111,
+ 1502
+ ],
+ "commit": "5853f836425c877c8a956501f0adda137ef1d3b7",
+ "sha256": "1i5gr3j9dq41p2zl4bfyvzv6i5z7hgrxzrycmbdc3s7nja36k9z4"
+ }
+ },
+ {
+ "ename": "markdown-preview-mode",
+ "commit": "d3c5d222cf0d7eca6a4e3eb914907f8ca58e40f0",
+ "sha256": "1cam5wfxca91q3i1kl0qbdvnfy62hr5ksargi4430kgaz34bcbyn",
+ "fetcher": "github",
+ "repo": "ancane/markdown-preview-mode",
+ "unstable": {
+ "version": [
+ 20181213,
+ 1339
+ ],
+ "deps": [
+ "cl-lib",
+ "markdown-mode",
+ "web-server",
+ "websocket"
+ ],
+ "commit": "f98d9114ca87e3e8e5ce70e601d13061eda15415",
+ "sha256": "1d1id99gagymvzdfa1mwqh8y3szm8ii47rpijkfi1qnifjg5jaq9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "markdown-mode",
+ "web-server",
+ "websocket"
+ ],
+ "commit": "f98d9114ca87e3e8e5ce70e601d13061eda15415",
+ "sha256": "1d1id99gagymvzdfa1mwqh8y3szm8ii47rpijkfi1qnifjg5jaq9"
+ }
+ },
+ {
+ "ename": "markdown-toc",
+ "commit": "4db1e90be8e34d5ad0c898be10dfa5cd95ccb921",
+ "sha256": "0slky735yzmbfi4ld264vw64b4a4nllhywp19ya0sljbsfycbihv",
+ "fetcher": "github",
+ "repo": "ardumont/markdown-toc",
+ "unstable": {
+ "version": [
+ 20170711,
+ 1949
+ ],
+ "deps": [
+ "dash",
+ "markdown-mode",
+ "s"
+ ],
+ "commit": "7038f4f6d5c2bc7e4aea89699a607ac2b7dd16a8",
+ "sha256": "1kvf30ib1kxp29k1xwixkq6l4jjr3q3g1wpvh9yfzk5ld97zmry1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "markdown-mode",
+ "s"
+ ],
+ "commit": "15587c76bec43dd778a2034035f98a79ad29e96a",
+ "sha256": "00rvpbfcdy1npddxa7yynqpzwrx1h2bm69x9yh42dv6ss3vk1sjs"
+ }
+ },
+ {
+ "ename": "markdownfmt",
+ "commit": "16cee5fe003e3afc7daf6858ed83843b52e44901",
+ "sha256": "1wzsw90z988bm94cw4jw5gzjcicgiz4qgn1nsdm8nim9rp43bj17",
+ "fetcher": "github",
+ "repo": "nlamirault/emacs-markdownfmt",
+ "unstable": {
+ "version": [
+ 20160609,
+ 1241
+ ],
+ "commit": "187a74eb4fd9e8520ce08da42d1d292b9af7f2b7",
+ "sha256": "01rxl997rb7f71mbvygavsxaq2vr17f2nnpbg7i551lg82xrsbb4"
+ }
+ },
+ {
+ "ename": "markless",
+ "commit": "5542e142d47f6f52839a44b8ee16327f88869f50",
+ "sha256": "1a5kp46xj4b5kgcypacxcwhjjwi4m7f6shdda8l8my3s3x8ji5bj",
+ "fetcher": "github",
+ "repo": "shirakumo/markless.el",
+ "unstable": {
+ "version": [
+ 20190306,
+ 1002
+ ],
+ "commit": "75fdef45df96978e9326ea4d9bf4e534a250c4c0",
+ "sha256": "0fxvpd4gij78d53czyzskfly3wljnad84vnjv6lv14pcz2w9z3y0"
+ }
+ },
+ {
+ "ename": "markup",
+ "commit": "a75c955ad6b2f68b8933329e545625d948f6f8f4",
+ "sha256": "0yw4b42nc2n7nanqvj596hwjf0p4qc7x6g2d9g5cwi7975iak8pf",
+ "fetcher": "github",
+ "repo": "leoc/markup.el",
+ "unstable": {
+ "version": [
+ 20170420,
+ 1129
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "876da2d3f23473475bb0fd0a1480ae11d2671291",
+ "sha256": "0rggadka5aqgrik3qky6s75s5yb5bfj6fcpxjz1iyrwi0fka0akd"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "876da2d3f23473475bb0fd0a1480ae11d2671291",
+ "sha256": "0rggadka5aqgrik3qky6s75s5yb5bfj6fcpxjz1iyrwi0fka0akd"
+ }
+ },
+ {
+ "ename": "markup-faces",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "06fawlv4ih2lsmk7x6h9p5rppl8vw2w3nvlss95kb8fj5fwf7mw9",
+ "fetcher": "github",
+ "repo": "sensorflo/markup-faces",
+ "unstable": {
+ "version": [
+ 20141110,
+ 817
+ ],
+ "commit": "98a807ed82473eb41c6a201ed7ef816d6bcd67b0",
+ "sha256": "1w6i1m7xdr9cijnmdj35cl99r12vl83qws0qlfhrgvisilshnr27"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "c43612633c6c161857a3bab5752ae192bb03f5f3",
+ "sha256": "0nk2rm14ccwrh1aaxzm80rllsz8g38h9w52m0pf3nnwh6sa757nk"
+ }
+ },
+ {
+ "ename": "marmalade-client",
+ "commit": "834d6d8444169e1e9b66c963a4c2e03ff658e154",
+ "sha256": "0llwqwwxrf7qdkpdb03ij0iinll0vc9qr557zyr3bn5zb4fad1sq",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-marmalade-upload",
+ "unstable": {
+ "version": [
+ 20141231,
+ 2007
+ ],
+ "deps": [
+ "gh",
+ "kv",
+ "web"
+ ],
+ "commit": "f315dea57e4fbebd9ee0668c0bafd4c45c7b754a",
+ "sha256": "017k109nfif5mzkj547py8pdnzlr4sxb74yqqsl944znflq67blr"
+ }
+ },
+ {
+ "ename": "marquee-header",
+ "commit": "7fad3e54df480d61e5f83aab053e834e6ef72cc7",
+ "sha256": "09yb1ds1r54xw2hsvb1w9i33a5qm0p79vgmj5ikw18zh68pnmzza",
+ "fetcher": "github",
+ "repo": "elpa-host/marquee-header",
+ "unstable": {
+ "version": [
+ 20190805,
+ 140
+ ],
+ "commit": "ac33b04c5a50de95c937fce1d80001a3c3c9b26d",
+ "sha256": "1cq6v8wdmvi90fc3mnqpsscnv1m19cp9iv6ba1dv7y32fh1d95my"
+ }
+ },
+ {
+ "ename": "marshal",
+ "commit": "203f2061c5c7d4aefab3175de5e0538f12158ee3",
+ "sha256": "17ikd8f1k42f28d4v5dn83zb44bsx7g336db60q068w6z8d4jbgl",
+ "fetcher": "github",
+ "repo": "sigma/marshal.el",
+ "unstable": {
+ "version": [
+ 20180124,
+ 1239
+ ],
+ "deps": [
+ "eieio",
+ "ht",
+ "json"
+ ],
+ "commit": "f038689cbd5b3680b80b44edd0c7a63ca3038e26",
+ "sha256": "1n79im1r7h1ilvppn9alqwl96zhyxbm5hk7kbmqh022dggw0cx15"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 2
+ ],
+ "deps": [
+ "eieio",
+ "ht",
+ "json"
+ ],
+ "commit": "d714219aeb388ded88582c47940f2c6febae333c",
+ "sha256": "1mr5p2yiad1k15byrlk0a784kj7rvibpn4li5phk4rnm0zg1xy9s"
+ }
+ },
+ {
+ "ename": "maruo-macro-mode",
+ "commit": "d0c17243b6c62e179aefc25d5f2ca43e5f6c66c1",
+ "sha256": "1h7pclpqkkgi8z9yp5n79ffna809yf336bz6082l541xc06pmvcv",
+ "fetcher": "github",
+ "repo": "zonuexe/maruo-macro-mode.el",
+ "unstable": {
+ "version": [
+ 20160616,
+ 1349
+ ],
+ "commit": "8fc9a38ad051eafa8eb94038711acc52c5d1d8d5",
+ "sha256": "0r005yap50jf6b5jc7314ds17g1nn2irn1agidi74fbrwfbndxgm"
+ }
+ },
+ {
+ "ename": "mastodon",
+ "commit": "809d963b69b154325faaf61e54ca87b94c1c9a90",
+ "sha256": "1bsyf4j6zs9gin0k7p22yv5gaqd6m3vdc2fiagfbs7gxsmhb6p4i",
+ "fetcher": "github",
+ "repo": "jdenen/mastodon.el",
+ "unstable": {
+ "version": [
+ 20190305,
+ 344
+ ],
+ "commit": "5095797ef32b922d2a624fa6beb970b5e9cf5ca0",
+ "sha256": "0hwax6y9dghqwsbnb6f1bnc7gh8xsh5cvcnayk2sn49x8b0zi5h1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 0
+ ],
+ "commit": "5095797ef32b922d2a624fa6beb970b5e9cf5ca0",
+ "sha256": "0hwax6y9dghqwsbnb6f1bnc7gh8xsh5cvcnayk2sn49x8b0zi5h1"
+ }
+ },
+ {
+ "ename": "material-theme",
+ "commit": "d31ababaa50061e767605c979a3f327a654e564b",
+ "sha256": "1d259avldc5fq121xrqv53h8s4f4bp6b89nz2rvjhygz7f8hargq",
+ "fetcher": "github",
+ "repo": "cpaulik/emacs-material-theme",
+ "unstable": {
+ "version": [
+ 20171123,
+ 1840
+ ],
+ "commit": "b66838d220ad380a16da1d8878936974b26f815d",
+ "sha256": "128zn4078b2av3vs8vrqa73fb53vrm64lqg0ks6kymnnmyvcz8v2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "b66838d220ad380a16da1d8878936974b26f815d",
+ "sha256": "128zn4078b2av3vs8vrqa73fb53vrm64lqg0ks6kymnnmyvcz8v2"
+ }
+ },
+ {
+ "ename": "math-symbol-lists",
+ "commit": "fadff01600d57f5b9ea9c0c47ed109e058114998",
+ "sha256": "01j11k29acj0b1pcapmgi2d2s3p50bkms21i2qcj0cbqgz8h6s27",
+ "fetcher": "github",
+ "repo": "vspinu/math-symbol-lists",
+ "unstable": {
+ "version": [
+ 20190605,
+ 2058
+ ],
+ "commit": "dc7531cff0c845d5470a50c24d5d7309b2ced7eb",
+ "sha256": "094m21i9rns6m59cmhxcivxxafbg52w8f8na4y3v47aq67zmhhqm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 1
+ ],
+ "commit": "499986959356f7a905fd4f2a1609c17d7ff067c3",
+ "sha256": "1h6fwj2w77gm4wafqll5bd6r8xafh6f4a0piqmgjvcwxy2sxrk0q"
+ }
+ },
+ {
+ "ename": "math-symbols",
+ "commit": "d7b0799bddbbbecd12bc1589b56a6250acf76407",
+ "sha256": "0sx9cgyk56npjd6z78y9cldbvjl5ipl7k1nc1sylg1iggkbwxnqx",
+ "fetcher": "github",
+ "repo": "kawabata/math-symbols",
+ "unstable": {
+ "version": [
+ 20170818,
+ 1459
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "3f8b466f002e1b28ddbe9a6f236c9a1352adb17d",
+ "sha256": "0r63acgicb43p05gsiz98m7077sj72c1miz18fi8qbzi02p9qjr7"
+ }
+ },
+ {
+ "ename": "matlab-mode",
+ "commit": "6f78cff288077e04f8c9e4c2e5be9f3c33d8ff49",
+ "sha256": "1q3sdmahf915ix4lrv65cxsfh6hrs91c8pmyixbqmbhifqi33d0q",
+ "fetcher": "git",
+ "url": "https://git.code.sf.net/p/matlab-emacs/src",
+ "unstable": {
+ "version": [
+ 20180928,
+ 1526
+ ],
+ "commit": "3fbca4259b2584bde08df07ba51944d7e3e2b4f4",
+ "sha256": "1diqx2k16iyj5a7kcc58kyl6mzw05cyq6ia4z3fciz716gkspgpi"
+ }
+ },
+ {
+ "ename": "maude-mode",
+ "commit": "9c33b8bd62391767a63f57786750e38cbc262bda",
+ "sha256": "1w5v3r905xkwchkm2gzvzpswba5p2m7hqpyg9fzq2ldlr8kk7ah3",
+ "fetcher": "github",
+ "repo": "rudi/maude-mode",
+ "unstable": {
+ "version": [
+ 20160222,
+ 1607
+ ],
+ "commit": "c9543bb8a172fa77af592388e7f520a4a6d38987",
+ "sha256": "1sn9bdaq3mf2vss5gzmxhnp9fz43cakxh36qjdgqrvx302nlnv52"
+ }
+ },
+ {
+ "ename": "maven-test-mode",
+ "commit": "bdc7f677c53431542cb8d7c95666d021dead2b98",
+ "sha256": "1k9w51rh003p67yalzq1w8am40nnr2khyyb5y4bwxgpms8z391fm",
+ "fetcher": "github",
+ "repo": "rranelli/maven-test-mode",
+ "unstable": {
+ "version": [
+ 20141220,
+ 557
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "a19151861df2ad8ae4880a2e7c86ddf848cb569a",
+ "sha256": "1xn2yyr8mr90cynbxgv0h5v180pzf0ydnjr9spg34mrdicqlki6c"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 5
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "f79409907375591283291eb96af4754b1ccc0e6f",
+ "sha256": "0x92b1qrhyrdh0z0xriyjc12h0wpk16x4yawj5i828ca6mz0qh5g"
+ }
+ },
+ {
+ "ename": "maxframe",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1lxj60qcvv8vakdq79k1brzv3ki74kajrx8620dzx76bnfkryxk8",
+ "fetcher": "github",
+ "repo": "rmm5t/maxframe.el",
+ "unstable": {
+ "version": [
+ 20170120,
+ 1705
+ ],
+ "commit": "daeb5c35bb677a23df69336b4843ea59517e57ed",
+ "sha256": "1qpzha7j7g5fw1lazw5l6mspgrnsnqybqgpq48icbx2vvil9y3q7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "commit": "4f1dbbe68048864037eae277b9280b90fd701ff1",
+ "sha256": "08gbkd8wln89j9yxp0zzd539hbwy1db31gca3vxxrpszixx8280y"
+ }
+ },
+ {
+ "ename": "mb-url",
+ "commit": "dd9a8ff6e094b061a7b9d790df1fd4086c5d0a9d",
+ "sha256": "1nf8ssan00qsn3d4dc6h6qzdwqzh977qb5d2m33kiwi6qb98988h",
+ "fetcher": "github",
+ "repo": "dochang/mb-url",
+ "unstable": {
+ "version": [
+ 20181225,
+ 1724
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "23078f2e59808890268401f294d860ba51bc71d9",
+ "sha256": "07b9w9vd22ma4s3qhplmg84sylihz920byyi9qa7dwj7b59d4avf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "23078f2e59808890268401f294d860ba51bc71d9",
+ "sha256": "07b9w9vd22ma4s3qhplmg84sylihz920byyi9qa7dwj7b59d4avf"
+ }
+ },
+ {
+ "ename": "mbe",
+ "commit": "0a8a16e485d608dbd59151d77e252048a49f9d25",
+ "sha256": "0h18mbcjy8nh4gl12kg2v8x6ps320yk7sbgq5alqnx2shp80kri3",
+ "fetcher": "github",
+ "repo": "ijp/mbe.el",
+ "unstable": {
+ "version": [
+ 20151126,
+ 1134
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bb10aa8f26bb7e9b1d5746934c94edb00402940c",
+ "sha256": "1zywygdgnp2zr8fxqhl0cbrgbl43931k936b9imhqi96p6622pb6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b022030d6e26198bb8a93a5b0bfe7aa891cd59ec",
+ "sha256": "00gwd2jf5ncgyay5w2jc2mhv18jf4ydnzpfkxaxw9zjbdxg4ym2i"
+ }
+ },
+ {
+ "ename": "mbo70s-theme",
+ "commit": "b8d0c1050b3319e136fe75903ae3612a52790189",
+ "sha256": "1abx2rw09xxp122ff7i9sry5djd4l6vn4lfzxs92rknjzkyc40pb",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-mbo70s-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1315
+ ],
+ "commit": "bed3db8965708ed4e9482b224a9b084765c052f2",
+ "sha256": "19hha9xwfqvdgsws69x0mcm93yfllp44hdl1xw9zlhj8f4ihizh5"
+ }
+ },
+ {
+ "ename": "mbsync",
+ "commit": "3ef6ffa53bb0ce2ba796555e39f59534fc134aa5",
+ "sha256": "1q5g76mspi24zwbs7h4m8bmkhab4drskha4d9b516w1f1cyg6hb6",
+ "fetcher": "github",
+ "repo": "dimitri/mbsync-el",
+ "unstable": {
+ "version": [
+ 20181002,
+ 640
+ ],
+ "commit": "f549eccde6033449d24cd5b6148599484850c403",
+ "sha256": "1pdj41rq3pq4jdb5pma5j495xj7w7jgn8pnz1z1zwg75pn7ydfp0"
+ }
+ },
+ {
+ "ename": "mc-extras",
+ "commit": "12747bb8603ebc09ce0873f3317a99e34d818313",
+ "sha256": "0b110x6ygc95v5pb9lk1i731x5s6dagl5afzv37l1qchys36xrym",
+ "fetcher": "github",
+ "repo": "knu/mc-extras.el",
+ "unstable": {
+ "version": [
+ 20181109,
+ 1735
+ ],
+ "deps": [
+ "multiple-cursors"
+ ],
+ "commit": "053abc52181b8718559d7361a587bbb795faf164",
+ "sha256": "16y48qrd20m20vypvys5jp4v4gc1qrqlkm75s1pk1r68i9zrw481"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 4
+ ],
+ "deps": [
+ "multiple-cursors"
+ ],
+ "commit": "f0ba639e9b18cc56e80ae45bbb2b694dbad9171a",
+ "sha256": "0d6ncj6zd0lfsdpffbh3l25ycjw5hn0rwi5znp5hpl06b1ycyk4s"
+ }
+ },
+ {
+ "ename": "md-readme",
+ "commit": "5408d7c12c189d2b5ab9fbb02276de334851e3c8",
+ "sha256": "1krq0f79jjrlihr2aqq87pxdqixv2zdjw4hm732sz79g996yxyw3",
+ "fetcher": "github",
+ "repo": "thomas11/md-readme",
+ "unstable": {
+ "version": [
+ 20160811,
+ 1646
+ ],
+ "commit": "bf818dd847c8b06b3b5100c5d3cf24cf96662528",
+ "sha256": "0gyjadkv572v3zilxivbiz28pvqh0jmi5bh5la1hyim0qnxymli8"
+ }
+ },
+ {
+ "ename": "md4rd",
+ "commit": "48d4a3b3337e16e68631409d1de0ce67ae22b837",
+ "sha256": "0ayr5qw0cz7bd46djfhm8slr2kfgssi5bsnzqcasr8n4lyg9jvfc",
+ "fetcher": "github",
+ "repo": "ahungry/md4rd",
+ "unstable": {
+ "version": [
+ 20190313,
+ 240
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "hierarchy",
+ "request",
+ "s",
+ "tree-mode"
+ ],
+ "commit": "443c8059af4925d11c93a1293663165c52472f08",
+ "sha256": "1n6g6k4adzkkn1g7z4j27s35xy12c1fg2r08gv345ddr3wplq4ri"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "hierarchy",
+ "request",
+ "s",
+ "tree-mode"
+ ],
+ "commit": "443c8059af4925d11c93a1293663165c52472f08",
+ "sha256": "1n6g6k4adzkkn1g7z4j27s35xy12c1fg2r08gv345ddr3wplq4ri"
+ }
+ },
+ {
+ "ename": "mediawiki",
+ "commit": "865e0ba1dbace58784181d214000d090478173bd",
+ "sha256": "17cbrzfdp6jbbf74mn2fi1cwv7d1hvdbw9j84p43jzscnaa5ikx6",
+ "fetcher": "github",
+ "repo": "hexmode/mediawiki-el",
+ "unstable": {
+ "version": [
+ 20170813,
+ 555
+ ],
+ "commit": "8473e12d1839f5287a4227586bf117dad820f867",
+ "sha256": "03rpj3yrk3i1l9yjnamnx38idn6y4zi9zg53bc83sx3g2b4m5v04"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2,
+ 9
+ ],
+ "commit": "8473e12d1839f5287a4227586bf117dad820f867",
+ "sha256": "03rpj3yrk3i1l9yjnamnx38idn6y4zi9zg53bc83sx3g2b4m5v04"
+ }
+ },
+ {
+ "ename": "meghanada",
+ "commit": "4c75c69b2f00be9a93144f632738272c1e375785",
+ "sha256": "10f1fxma3lqcyv78i0p9mjpi79jfjd5lq5q60ylpxqp18nrql1s4",
+ "fetcher": "github",
+ "repo": "mopemope/meghanada-emacs",
+ "unstable": {
+ "version": [
+ 20190526,
+ 548
+ ],
+ "deps": [
+ "company",
+ "flycheck",
+ "yasnippet"
+ ],
+ "commit": "24813cf364f1c857c2ee412d0a088f0ceff53842",
+ "sha256": "1ripap7is2amk3i2mavwiiv5mfsx9k3gxpy9nyaz58pzgvyjqplc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 0
+ ],
+ "deps": [
+ "company",
+ "flycheck",
+ "yasnippet"
+ ],
+ "commit": "64518b54148092ceff58d45f062558a7dbfd3a03",
+ "sha256": "1ripap7is2amk3i2mavwiiv5mfsx9k3gxpy9nyaz58pzgvyjqplc"
+ }
+ },
+ {
+ "ename": "melancholy-theme",
+ "commit": "8b8f708d1300d401697c099709718fcb70d5db1f",
+ "sha256": "1wihbv44234lwsgp5w4hmmi3pgxbcfjvs1nclv0yg600z9s8sn8w",
+ "fetcher": "github",
+ "repo": "techquila/melancholy-theme",
+ "unstable": {
+ "version": [
+ 20190620,
+ 1001
+ ],
+ "commit": "3140860d0b310b6ff51b0df11de992cd65135692",
+ "sha256": "1hp2ndbiqlb1p86m437r34rvrzsy8ag0bzvkiz4zf5rgvm8y48sk"
+ }
+ },
+ {
+ "ename": "mellow-theme",
+ "commit": "641d1959bd31598fcdacd39a3d1bb077dcccfa5c",
+ "sha256": "0kl1psykx7akxwabszk4amszh3zil8ia4bfbjjvr6h9phgx66pb0",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-mellow-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1317
+ ],
+ "commit": "2bdf18f05f5212b6f269d9a94afe2cf201766891",
+ "sha256": "0cj9lkqgiaq1s2k9ky93jgv5pfbmjznsd54r3iqkiy1zshpkir68"
+ }
+ },
+ {
+ "ename": "melpa-upstream-visit",
+ "commit": "c110538a1ae2419505ea8f144ef7de2d67cad568",
+ "sha256": "0j4afy9ipzr7pwkij8ab207mabd7srganlyyif9h1hvclj9svdmf",
+ "fetcher": "github",
+ "repo": "laynor/melpa-upstream-visit",
+ "unstable": {
+ "version": [
+ 20130720,
+ 1033
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "7310c74fdead3c0f86ad6eff76cf989e63f70f66",
+ "sha256": "12cp56ppmwpdgf5afx7hd2qb8d1qq8z27191fbbf5zqw8cq5zkpd"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "7310c74fdead3c0f86ad6eff76cf989e63f70f66",
+ "sha256": "12cp56ppmwpdgf5afx7hd2qb8d1qq8z27191fbbf5zqw8cq5zkpd"
+ }
+ },
+ {
+ "ename": "memento-mori",
+ "commit": "a2561f33ee4f19fe191b9ac2662ac931a5b91395",
+ "sha256": "0k7gird1v7vgjbbldpjkdvgs55v7kb8bpr2kkvawm3kswh1sw11v",
+ "fetcher": "github",
+ "repo": "lassik/emacs-memento-mori",
+ "unstable": {
+ "version": [
+ 20190628,
+ 2147
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b99c5ff526079fc5a1e1be097534855da176bc2b",
+ "sha256": "15l993g6ihx3m634y3wdzx0wl4546qdr1xr723qxcvxi0ph16kbx"
+ }
+ },
+ {
+ "ename": "memoize",
+ "commit": "6cc9be5bbcff04de5e6d3bb8c47d202fd350989b",
+ "sha256": "0mzz3hghnbkmxf9wgjqv3sbyxyqqzvvscazq9ybb0b41qrzm73s6",
+ "fetcher": "github",
+ "repo": "skeeto/emacs-memoize",
+ "unstable": {
+ "version": [
+ 20180614,
+ 1930
+ ],
+ "commit": "9a561268ffb550b257a08710489a95cd087998b6",
+ "sha256": "1hsw7pjdy3mksg343v400068b6x7s45gzg0l74h5i4nq8bacv8km"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "636defefa9168f90bce6fc27431352ac7d01a890",
+ "sha256": "04qgnlg4x6va7x364dhj1wbjmz8p5iq2vk36mn9198k2vxmijwzk"
+ }
+ },
+ {
+ "ename": "memolist",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0nvp38qbzcl6dcayjndw32d3r9h8vf2n29i678s1yr280ll8xw6w",
+ "fetcher": "github",
+ "repo": "mikanfactory/memolist.el",
+ "unstable": {
+ "version": [
+ 20150804,
+ 1721
+ ],
+ "deps": [
+ "ag",
+ "markdown-mode"
+ ],
+ "commit": "c437a32d3955f859d9bbcbadf0911bbe27d877ff",
+ "sha256": "0avpjmymjwqnaim96c637wb6ch3iyanwdvmn6x83iynvkpr2nm9l"
+ }
+ },
+ {
+ "ename": "mentor",
+ "commit": "083de4bd25b6b013a31b9d5ecdffad139a4ba91e",
+ "sha256": "0nkf7f90m2qf11l97zwvb114yrpbqk1xxr2bh2nvbx8m1c8nad9s",
+ "fetcher": "github",
+ "repo": "skangas/mentor",
+ "unstable": {
+ "version": [
+ 20190511,
+ 1638
+ ],
+ "deps": [
+ "async",
+ "cl-lib",
+ "seq",
+ "xml-rpc"
+ ],
+ "commit": "b5e441b7dc077d5532a3818b5441e52baefad839",
+ "sha256": "1xrhg1jwmzlcqdk2w92s7ghbma1pfzjc48akl3d2cixxz3ha2ca2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 4
+ ],
+ "deps": [
+ "async",
+ "cl-lib",
+ "seq",
+ "xml-rpc"
+ ],
+ "commit": "9415472470ff23ee9600d94123c51c455d63018d",
+ "sha256": "05gfprcrh9p06arsni58nf60inlf1zbd18i678r9xd4q0v35k491"
+ }
+ },
+ {
+ "ename": "merlin",
+ "commit": "9338298a79b7f2d654df90b0f553aeed1428de13",
+ "sha256": "0r4wc5ann6239bagj364yyzw4y3lcpkl5nnn0vmx4hgkwdg509fn",
+ "fetcher": "github",
+ "repo": "ocaml/merlin",
+ "unstable": {
+ "version": [
+ 20190718,
+ 1023
+ ],
+ "commit": "bd94d345bf19e612c11737de2d7d401bcc4348a6",
+ "sha256": "167bh65vjpmqvfn6wvi8dd2c4n3dd1zw3m5y96wcgpiqvwjb01gm"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 3,
+ 2
+ ],
+ "commit": "ddf678dd937bc7375f618ad5898caa53a7107319",
+ "sha256": "1z9mcxflraj15sbz6q7f84n31n9fsialw7z8bi3r1biz68nypva9"
+ }
+ },
+ {
+ "ename": "merlin-eldoc",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "0bx383nxd97as0d362n1jn62k2rypxvxhcjasgwf0cr8vxr244fp",
+ "fetcher": "github",
+ "repo": "Khady/merlin-eldoc",
+ "unstable": {
+ "version": [
+ 20190314,
+ 806
+ ],
+ "deps": [
+ "merlin"
+ ],
+ "commit": "09760346e34ac22f2b55f43f0e36a2865c3b8026",
+ "sha256": "12bba6f6qxi6azlafzhymqyaf57qi479n34crixmk8v69ivdch8y"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "deps": [
+ "merlin"
+ ],
+ "commit": "bbb1a10f2131c09a7f7f844d4da98efd77f927ae",
+ "sha256": "11gggay8srycpckclqvcmad6ym3lx2sxgj670z89br91jdwmkr2f"
+ }
+ },
+ {
+ "ename": "mermaid-mode",
+ "commit": "8729575400003db47638b4c45c425608e15c333d",
+ "sha256": "1r9dv10p2bahygz1f151bp481289b184d80jbh575pdmlxkqd79f",
+ "fetcher": "github",
+ "repo": "abrochard/mermaid-mode",
+ "unstable": {
+ "version": [
+ 20190503,
+ 1726
+ ],
+ "deps": [
+ "f"
+ ],
+ "commit": "6b3cc82cf68528d9056dd3803dc5fab62300a44a",
+ "sha256": "1zkayx8bafadkwsllbmj5whfy3kvcb39llkhbx821mbwl5cwkijv"
+ }
+ },
+ {
+ "ename": "meson-mode",
+ "commit": "4702a31ffd6b9c34f96d151f2611a1bfb25baa88",
+ "sha256": "16yg217ghx6pvlxha2swznkg12c2a9hhyi0hnsbqdj2ijcdzca80",
+ "fetcher": "github",
+ "repo": "wentasah/meson-mode",
+ "unstable": {
+ "version": [
+ 20181115,
+ 2125
+ ],
+ "commit": "b507a87455af906e6c49aa4af70eba5b1d1af9ef",
+ "sha256": "046kf04vqq1wf9ncxq40fcjcgl18hk4vii5wl3m08rpvdwbnmfwr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "212d9f38a08074f1cb6e914e12b60bc52dcb8bee",
+ "sha256": "1kv7413y5530frs1nrp0nl40h9j0idwp7vlg761r260200m8sl3v"
+ }
+ },
+ {
+ "ename": "messages-are-flowing",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0v74b7cjj87kncndxfpfs6dcc4jcl18wpbirffl7dw6mac2anw6m",
+ "fetcher": "github",
+ "repo": "legoscia/messages-are-flowing",
+ "unstable": {
+ "version": [
+ 20170219,
+ 120
+ ],
+ "commit": "ef879726957c850c3a5afd7f1118604991e37e32",
+ "sha256": "1mryk48z92r4j8f3qg0j0q5iygv7vnk1k0wgza5pq6bhrl5w13hq"
+ }
+ },
+ {
+ "ename": "meta-presenter",
+ "commit": "b73e9424515b3ddea220b786e91c57ee22bed87f",
+ "sha256": "0f70cfa91wavchlx8d9hdlgq90cmnylhbg2dbw603rzjkyvslp5d",
+ "fetcher": "github",
+ "repo": "myTerminal/meta-presenter",
+ "unstable": {
+ "version": [
+ 20190414,
+ 1720
+ ],
+ "commit": "704a2e0f2a3e6bb72578e00eccb772dfcf0670fc",
+ "sha256": "1hka4c87zdgqjawlmsfd7wi6rbc03qfp996ydrj84kz8saq7gf89"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "3d8c762a7dd7ac39032a3601bd6a717f206e670d",
+ "sha256": "0r9zzmglmkkmxcqh0pdlg279mpd524k2rwn56kyvj5i3i8zw9rpl"
+ }
+ },
+ {
+ "ename": "metalheart-theme",
+ "commit": "204dd67b24bf4f2305a14efb925c8fe004026694",
+ "sha256": "1xqql1mcwp52plm1gp6q4m9zij2w360y15lnjsz9xgjqvslr7gy5",
+ "fetcher": "github",
+ "repo": "mswift42/MetalHeart-Emacs",
+ "unstable": {
+ "version": [
+ 20160710,
+ 641
+ ],
+ "commit": "ec98ea2c11dc1213dae8cbe1fe0cee73ca138bb2",
+ "sha256": "0pc86qh74i6vr0ap2j2sn4nl2c0vv15m4m1myyjmggfxx2f27nnc"
+ }
+ },
+ {
+ "ename": "metamorph",
+ "commit": "741982c7ce83a77d0b43d196eeac6e949dc5fd81",
+ "sha256": "0mqzqwwzb4x2j6jh6acx5ni9z5k56586jv4n88d3fi4vry9k4mv3",
+ "fetcher": "github",
+ "repo": "AdamNiederer/metamorph",
+ "unstable": {
+ "version": [
+ 20180930,
+ 2028
+ ],
+ "commit": "d9dc7037b7eed7b3fe85ea50e91f332e3f831514",
+ "sha256": "1zprgjh1wyqbpy1qvng57r6jm10k6vffpb6znm47fm8xx1h0s8k4"
+ }
+ },
+ {
+ "ename": "metascript-mode",
+ "commit": "90c03167b5fb4f4edc8a76240b3668203261bc58",
+ "sha256": "1kgs4ki0s6bxx2ri6zxmsy2b2w56gnr9hjkr6302wcmp3qy7clwn",
+ "fetcher": "github",
+ "repo": "metascript/metascript-mode",
+ "unstable": {
+ "version": [
+ 20150709,
+ 57
+ ],
+ "commit": "edb361c7b0e5de231e5334a17b90652fb1df78f9",
+ "sha256": "1rascpmv17dksyn9y0llmjb8r4484x5ax54w6r83k1x7ha1iacx5"
+ }
+ },
+ {
+ "ename": "metaweblog",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "0qgmcvq1fhgljia9ncjgvgrv0mzih0l9mglwbwcszn613wmx8bkg",
+ "fetcher": "github",
+ "repo": "org2blog/metaweblog",
+ "unstable": {
+ "version": [
+ 20190212,
+ 238
+ ],
+ "deps": [
+ "xml-rpc"
+ ],
+ "commit": "ec85ea7ec97347573613a578d2e91d5f8be74bae",
+ "sha256": "0qlk90qdjhakxklv4n0m7p6n1ykgp1v4xj453jd15mm7dj8bnc5m"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "xml-rpc"
+ ],
+ "commit": "aa14380eb7e7b879a0c16c96866b20a987cd3f2a",
+ "sha256": "146w9laysdqbikpzr2gc9vnjrdsa87d8i13f2swlh1kvq2dn3rz5"
+ }
+ },
+ {
+ "ename": "mew",
+ "commit": "362dfc4d0fdb3e5cb39564160de62c3440ce182e",
+ "sha256": "0423xxn3cw6jmsd7vrw30hx9phga5chxzi6x7cvpswg1mhcyn9fk",
+ "fetcher": "github",
+ "repo": "kazu-yamamoto/Mew",
+ "unstable": {
+ "version": [
+ 20190415,
+ 338
+ ],
+ "commit": "70d6da044a4f6ac8e40e489d4963b8a3d530b8a9",
+ "sha256": "0j569nski5f3z26qa1scpzbsx3xdvmw9sxhm1m9wj3ac5kvgk9hn"
+ },
+ "stable": {
+ "version": [
+ 6,
+ 8
+ ],
+ "commit": "6a5d6bb11e5e1a239ee7db114a0e76b40e5a247e",
+ "sha256": "03sin2l8g8npz3j6019xv5r71j9gzmczb16cyvd5304kibwrwa0w"
+ }
+ },
+ {
+ "ename": "mexican-holidays",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "0an6kkr2vwkqc9219rgn74683h7f4cmd1g74lirn0qhqcfcb5yrc",
+ "fetcher": "github",
+ "repo": "sggutier/mexican-holidays",
+ "unstable": {
+ "version": [
+ 20190506,
+ 245
+ ],
+ "commit": "663633be1d693f6081d7d000e05d15ddbf71aa10",
+ "sha256": "09b0292d87xm5mrhfhv7j11ljl4j9hv8h5dibzrrlh1b3vsg2xkj"
+ }
+ },
+ {
+ "ename": "mgmtconfig-mode",
+ "commit": "4cf3dd70ae73c2b049e201a3547bbeb9bb117983",
+ "sha256": "0bdjaqfk68av4lfc4cpacrl2mxvimplfkbadi9l6wb65vlqz6sil",
+ "fetcher": "github",
+ "repo": "purpleidea/mgmt",
+ "unstable": {
+ "version": [
+ 20190324,
+ 1908
+ ],
+ "commit": "b18648118144c0a3f7c1d74aad3e98ff16402e2e",
+ "sha256": "0i8gc4n691fhfn4p99k08bcd5sddn9wjh3cr5djbfh3x78gm4m32"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 20
+ ],
+ "commit": "da2a5f72bd68daab4bb29bca5b4661535948a105",
+ "sha256": "0njxgpqmk0rraf1l7i5s6i4lyrrq5fm3h13m9bsdcffz0jnyc9dx"
+ }
+ },
+ {
+ "ename": "mhc",
+ "commit": "d8d3efa0fcd6cd4af94bc99b35614ef6402cbdba",
+ "sha256": "02ikn9hx0kcfc2xrx4f38zpkfi6vgz7chcxk6q5d0vcsp93b4lql",
+ "fetcher": "github",
+ "repo": "yoshinari-nomura/mhc",
+ "unstable": {
+ "version": [
+ 20190807,
+ 513
+ ],
+ "deps": [
+ "calfw"
+ ],
+ "commit": "56e58bb8f22d621d271ada64b98eb6e09595e462",
+ "sha256": "1bz5s7y7jb00acgk140rbd2rr1i6ajnqvxbgs3yp19cxfnspbcj5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 3
+ ],
+ "deps": [
+ "calfw"
+ ],
+ "commit": "37898db4902cd644a0d3e8d9d02426d54fb8984a",
+ "sha256": "0c9kshs17b8fn8la8hlzf05vf5pajf3ksx7bsjri3m78s6bd3h4z"
+ }
+ },
+ {
+ "ename": "mic-paren",
+ "commit": "6f0e54eac31fbbce9a778fb654f07e11aaaa46ca",
+ "sha256": "17j0b8jyr0zx6zds2dz5fzvarm2wh8l5hxds2s90kh5z0kk23r07",
+ "fetcher": "github",
+ "repo": "emacsattic/mic-paren",
+ "unstable": {
+ "version": [
+ 20170731,
+ 1907
+ ],
+ "commit": "d0410c7d805c9aaf51a1bcefaaef092bed5824c4",
+ "sha256": "0f24ibzgra94bwal8b0dpjxa11n42gkmanqswfnjhlvx052v9dxr"
+ }
+ },
+ {
+ "ename": "micgoline",
+ "commit": "2219768cf62b52bcbe73cec291eb74c3fedcc862",
+ "sha256": "0xixcy006my2s0wn0isiag0b4rm38kswa5m0xnhg5n30qjjfzf4i",
+ "fetcher": "github",
+ "repo": "yzprofile/micgoline",
+ "unstable": {
+ "version": [
+ 20160415,
+ 326
+ ],
+ "deps": [
+ "powerline"
+ ],
+ "commit": "837504263bb1711203b0f7efecd6b7b5f272fae0",
+ "sha256": "0r6l6iqn5z9wp4w58flnls7kk6300qlxyy04fw0np00nvwsy4qvp"
+ }
+ },
+ {
+ "ename": "midje-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "16g57mwkm3ypnyqniy1lj9nfn5wj7cyndb5fhl3fym773ywn6hip",
+ "fetcher": "github",
+ "repo": "dnaumov/midje-mode",
+ "unstable": {
+ "version": [
+ 20170809,
+ 403
+ ],
+ "deps": [
+ "cider",
+ "clojure-mode"
+ ],
+ "commit": "10ad5b6084cd03d5cd268b486a7c3c246d85535f",
+ "sha256": "0nag9ks7qbg40h9z954v42x8zi65wbgfhviwvxvb2bmbzv4m4pbs"
+ }
+ },
+ {
+ "ename": "migemo",
+ "commit": "2424b0328a0198a03359455abdb3024a8067c857",
+ "sha256": "0y49imdwygv5zd7cyh9ngda4gyb2mld2a4s7zh4yzlh7z5ha9qkr",
+ "fetcher": "github",
+ "repo": "emacs-jp/migemo",
+ "unstable": {
+ "version": [
+ 20190112,
+ 516
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f42832c8ac462ecbec9a16eb781194f876fba64a",
+ "sha256": "0yasamfvad4azyby8mqyr2laap3ppknwb7i9w84zw14qq7g7pq5w"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 9,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f42832c8ac462ecbec9a16eb781194f876fba64a",
+ "sha256": "0yasamfvad4azyby8mqyr2laap3ppknwb7i9w84zw14qq7g7pq5w"
+ }
+ },
+ {
+ "ename": "milkode",
+ "commit": "29fffbec2d3067c046c456602779af8c04bf898f",
+ "sha256": "07v6xgalx7vcw5sghckwvz584746cba05ql8flv8n556glm7hibh",
+ "fetcher": "github",
+ "repo": "ongaeshi/emacs-milkode",
+ "unstable": {
+ "version": [
+ 20140927,
+ 529
+ ],
+ "commit": "ba97e2aeefa1d9d0b3835bf08edd0de248b0c513",
+ "sha256": "1qg64mxsm2cswk52mlj7sx7k6gfnrsdwnf68i7cachri0i8aq4ap"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "ba97e2aeefa1d9d0b3835bf08edd0de248b0c513",
+ "sha256": "1qg64mxsm2cswk52mlj7sx7k6gfnrsdwnf68i7cachri0i8aq4ap"
+ }
+ },
+ {
+ "ename": "minesweeper",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "1n6r3a3rl09pv4jvb7ald1gaipqylfchggza973qv9rgh5g90nag",
+ "fetcher": "bitbucket",
+ "repo": "zck/minesweeper.el",
+ "unstable": {
+ "version": [
+ 20150414,
+ 522
+ ],
+ "commit": "d29af12fc6115399c11bdf7461a74cb810c97336",
+ "sha256": "1b2kn4c90hl07lzdg10wamd4lq8f24wmaj4zvr728pwyga99b2av"
+ }
+ },
+ {
+ "ename": "mingus",
+ "commit": "6699927f1ded5c97f2ce1861f8e54a5453264cca",
+ "sha256": "0vw09qk56l792706vvp465f40shf678mcmdh7iw8wsjix4401bzi",
+ "fetcher": "github",
+ "repo": "pft/mingus",
+ "unstable": {
+ "version": [
+ 20190106,
+ 1443
+ ],
+ "deps": [
+ "libmpdee"
+ ],
+ "commit": "4223be618f57f10f18114a74393a71955b568884",
+ "sha256": "14i06i999wfpr0a0lvhnh6g4mm5xmawscjd9d7ibc055h94h3i2a"
+ }
+ },
+ {
+ "ename": "mini-header-line",
+ "commit": "122db5436ff9061713c0d3d8f44c47494067843e",
+ "sha256": "1yg8i7gsmiv8zwl1wqvgrh2xl2hm5nn3q11rz4hpyxw26355i817",
+ "fetcher": "github",
+ "repo": "ksjogo/mini-header-line",
+ "unstable": {
+ "version": [
+ 20170621,
+ 1221
+ ],
+ "commit": "73b6724e0a26c4528d93768191c8aa59e6bce2e5",
+ "sha256": "187xynmpgkx498an246ywrqdhyyp2ag1l7yxnm0x0rbfgw67q5j1"
+ }
+ },
+ {
+ "ename": "minibuf-isearch",
+ "commit": "ebfd2f3f6a2dbd251c321738a4efaacc2200164b",
+ "sha256": "0n36d152lc53zj9jy38b0c7hlww0z6hx94y3x2njy6cmh3p5g8nh",
+ "fetcher": "github",
+ "repo": "knagano/minibuf-isearch",
+ "unstable": {
+ "version": [
+ 20151226,
+ 1943
+ ],
+ "commit": "2846c6ac369ee623dad4cd3c8a7a6d9078965516",
+ "sha256": "1n4b039448826w2jcsv4r2iw3v2vlrsxw8dbci8wcfigmkbfc879"
+ }
+ },
+ {
+ "ename": "minibuffer-complete-cycle",
+ "commit": "afac2cf41fe57efa8d313fdbab0b0b795ec144e4",
+ "sha256": "0y1mxs6q9a8lzprrlb22qff6x5mvkw4gp2l6p2js2r0j9jzyffq2",
+ "fetcher": "github",
+ "repo": "knu/minibuffer-complete-cycle",
+ "unstable": {
+ "version": [
+ 20130813,
+ 1645
+ ],
+ "commit": "3df80135887d0169e02294a948711f6dfeca4a6f",
+ "sha256": "1zyb6c3xwdzk7dpn7xi0mvbcjdfxvzz1a0zlbs053pfar8iim5fk"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 25,
+ 20130814
+ ],
+ "commit": "3df80135887d0169e02294a948711f6dfeca4a6f",
+ "sha256": "1zyb6c3xwdzk7dpn7xi0mvbcjdfxvzz1a0zlbs053pfar8iim5fk"
+ }
+ },
+ {
+ "ename": "minibuffer-cua",
+ "commit": "f3b0f1f260b02c14da4d584b6af08b2fa3adf39c",
+ "sha256": "1ragvr73ykbvpgynnq3z0z4yzrlfhfqlwc1vbxclb8x2xmxq7pzw",
+ "fetcher": "github",
+ "repo": "knu/minibuffer-cua.el",
+ "unstable": {
+ "version": [
+ 20130906,
+ 1134
+ ],
+ "commit": "adc4979a64f8b36e05960e9afa0746dfa9e2e4c7",
+ "sha256": "011kg76zr4hfhi2gngnc7jlmp0l0nvhmlgyc0y9bir2jbjf4yyvz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "e8dcddc24d4f2e8d7987336fb58259e3cc78bbcb",
+ "sha256": "07nbn2pwlp33kr136xsm6lzddhjs538xkz0fbays89psblmy4kwj"
+ }
+ },
+ {
+ "ename": "miniedit",
+ "commit": "5f2a50f62475639af011c99c6cc38928b74b3b0a",
+ "sha256": "10s407q7igdi2hsaaahbw8vckalrl7z3s6l9cflf51q16xh2ih87",
+ "fetcher": "github",
+ "repo": "emacsorphanage/miniedit",
+ "unstable": {
+ "version": [
+ 20100419,
+ 1745
+ ],
+ "commit": "e12bf659c3eb92dd8a4cb77642dc0865c54667a3",
+ "sha256": "1850z96gly0jnr50472idqz1drzqarr0n23bbasslrc501xkg0bq"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0
+ ],
+ "commit": "e12bf659c3eb92dd8a4cb77642dc0865c54667a3",
+ "sha256": "1850z96gly0jnr50472idqz1drzqarr0n23bbasslrc501xkg0bq"
+ }
+ },
+ {
+ "ename": "minimal-session-saver",
+ "commit": "c9db386ab3910940addae6e925b2ac17e64e0f87",
+ "sha256": "1ay7wvriga28bdmarpfwagqzmmk93ri9f3idhr6z6iivwggwyy2i",
+ "fetcher": "github",
+ "repo": "rolandwalker/minimal-session-saver",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "commit": "cf654ac549850746dc21091746e4bcc1aef7668e",
+ "sha256": "1sj5sq932w079y3vy55q5b6wybwrzz30y092iq1mpfg5xvl42sbm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 2
+ ],
+ "commit": "aaba48a8525e1310b221eeb96763304c22e9a4b4",
+ "sha256": "0kjhn48sf2ps3k5pv06gqmqc4hlk6di9ld3ssw6vwfh8313x1fc5"
+ }
+ },
+ {
+ "ename": "minimal-theme",
+ "commit": "6f26b8281f9bd05e3c8f2ef21838275711e622c9",
+ "sha256": "01dar95l7wjjqhbsknvsfbpvv41ka7iqd1fssckz18lgfqpb54bs",
+ "fetcher": "github",
+ "repo": "anler/minimal-theme",
+ "unstable": {
+ "version": [
+ 20190113,
+ 2132
+ ],
+ "commit": "063b4d8ca33d55d04c341f0b2b777ec241a3e201",
+ "sha256": "0lvg7iym6sxhgl4ab9a6x8c2mh2d32vkf0033bs3vphx657gra6l"
+ }
+ },
+ {
+ "ename": "minions",
+ "commit": "769a2167d7f6dfdbbfda058ddea036f80b97d230",
+ "sha256": "0ximlj93yp6646bh99r2vnayk15ky26sibrmrqqysfw1pzs4a940",
+ "fetcher": "github",
+ "repo": "tarsius/minions",
+ "unstable": {
+ "version": [
+ 20181030,
+ 2101
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "62f1d60a0852b4f83f64e6fc4c199eea967a34f7",
+ "sha256": "0q8py0v06sq9yy7f3w6m45q3nflnd3vppf3i53s0xib3izxl2vca"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "d36d2445420460c81bcd4822d0bfcbafaec2c682",
+ "sha256": "0q2y37zfxlbfvgdn70ikg3abp8vljna4ir9nyqlz1awmz5i1c43s"
+ }
+ },
+ {
+ "ename": "minitest",
+ "commit": "41b2e55c0fe48267dc4f55924c782c6f934d8ca4",
+ "sha256": "0x6nd4kkhiw8hh79r69861pf41j8p1y39kzf2rl61zlmyjz9zpmw",
+ "fetcher": "github",
+ "repo": "arthurnn/minitest-emacs",
+ "unstable": {
+ "version": [
+ 20160628,
+ 1820
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "1aadb7865c1dc69c201cecee275751ecec33a182",
+ "sha256": "1l18zqpdzbnqj2qawq8hj7z7pl8hr8z9d8ihy8jaiqma915hmhj1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "2bed01262b0d888473468b5c7bd7d73694d31320",
+ "sha256": "0nd0jl5r5drnh98wdpqj2i7pgs7zvcizsh4qbvh8n0iw0c3f0pwh"
+ }
+ },
+ {
+ "ename": "minizinc-mode",
+ "commit": "fc86b4ba54fca6f1ebf1ae3557fe564e05c1e382",
+ "sha256": "1blb6mbyqvmdvwp477p1ggs3n6rzi9sdfvi0v1wfzmd7k749b10c",
+ "fetcher": "github",
+ "repo": "m00nlight/minizinc-mode",
+ "unstable": {
+ "version": [
+ 20180201,
+ 1450
+ ],
+ "commit": "2512521ba7f8e263a06db88df663fc6b3cca7e16",
+ "sha256": "1yrawvvn3ndzzrllh408v4a5n0y0n5p1jczdm9r8pbxqgyknbk1n"
+ }
+ },
+ {
+ "ename": "minor-mode-hack",
+ "commit": "ad10a684b4b2f01bc65883374f36fef156ff55d2",
+ "sha256": "07ga48xvbi641i053bykv9v4wxhka6jhhg76b1ll24rys02az526",
+ "fetcher": "github",
+ "repo": "rubikitch/minor-mode-hack",
+ "unstable": {
+ "version": [
+ 20170926,
+ 34
+ ],
+ "commit": "9688994e23ccb2de568225ef125b41c46e5667c3",
+ "sha256": "0f6kafr7zqgdlw914bxh2390a1bjz5zy3h30yrfpavz283ycvrrw"
+ }
+ },
+ {
+ "ename": "mip-mode",
+ "commit": "cbfefacda071c0f5ee698a4c345a2d6fea6a0d24",
+ "sha256": "0jr8lzs1qzp2ki7xmm5vrdc6vmzagy8zsil0217vyl89pdfmxnyr",
+ "fetcher": "gitlab",
+ "repo": "gaudecker/mip-mode",
+ "unstable": {
+ "version": [
+ 20151127,
+ 617
+ ],
+ "commit": "7c88c383b4c7ed0a4c1dc397735f365c1fcb461c",
+ "sha256": "12k9ii4090dn03xvgqisl4zl4qi33054zxyfkqzzpa9wv72h4knc"
+ }
+ },
+ {
+ "ename": "mips-mode",
+ "commit": "024a76b83efce47271bcb0ce3bde01b88349f391",
+ "sha256": "0gg18v80lbndi2yyr5nl37mz0zpamwv9ha4clajkf0bc0vplxkj7",
+ "fetcher": "github",
+ "repo": "hlissner/emacs-mips-mode",
+ "unstable": {
+ "version": [
+ 20180502,
+ 1457
+ ],
+ "commit": "75152fc78baa762af4f83602f6cb3c8b9bcebca3",
+ "sha256": "1bk1jfqwwrq3jr6zasyjaz16rjjqbihrn7kakgfk3szv6grvsd7p"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "e6c25201a3325b555e64388908d584f3f81d9e32",
+ "sha256": "0ai4ff6hinajvnp8r86s5pv0rrv8h68ncdz4k98kka1ws2f79zdf"
+ }
+ },
+ {
+ "ename": "mixed-pitch",
+ "commit": "7d3c7af03e0bca3f834c32827cbcca29e29ef4db",
+ "sha256": "1gda4jl946qlbf8rqm0mk493kwy8yqldr21cr583l6b6gl1nb4qf",
+ "fetcher": "gitlab",
+ "repo": "jabranham/mixed-pitch",
+ "unstable": {
+ "version": [
+ 20190307,
+ 2210
+ ],
+ "commit": "15bb9ec6d8be0812a46917205be6c3a1c78f68ff",
+ "sha256": "1458sy5b6bis1i0k23jdqk6hfqg0ghk637r3ajql2g19ym48rf58"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "15bb9ec6d8be0812a46917205be6c3a1c78f68ff",
+ "sha256": "1458sy5b6bis1i0k23jdqk6hfqg0ghk637r3ajql2g19ym48rf58"
+ }
+ },
+ {
+ "ename": "mkdown",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "034bwwgh0w1dwawdx2nwn4d6wj65i58aqlvi60kflijfn8l3inr3",
+ "fetcher": "github",
+ "repo": "ajtulloch/mkdown.el",
+ "unstable": {
+ "version": [
+ 20140517,
+ 1418
+ ],
+ "deps": [
+ "markdown-mode"
+ ],
+ "commit": "8e23de82719af6c5b53b52b3308a02b3a1fb872e",
+ "sha256": "1d08i2cfn1q446nyyji0hi9vlw7bzkpxhn6653jz2k77vd2y0wmk"
+ }
+ },
+ {
+ "ename": "mmm-jinja2",
+ "commit": "721b9a6f16fb8efd4d339ac7953cc07d7a234b53",
+ "sha256": "0zg4psrgikb8644x3vmsns0id71ni9fcpm591zn16b4j64llvgsi",
+ "fetcher": "github",
+ "repo": "glynnforrest/mmm-jinja2",
+ "unstable": {
+ "version": [
+ 20170313,
+ 1420
+ ],
+ "deps": [
+ "mmm-mode"
+ ],
+ "commit": "c8cb763174fa2fb61b9a0e5e0ff8cb0210f8492f",
+ "sha256": "0big2i3bg4cm14f68ncaiz2h6dk6zqiisrz4l0bv10q9kaa9q2sj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "mmm-mode"
+ ],
+ "commit": "c8cb763174fa2fb61b9a0e5e0ff8cb0210f8492f",
+ "sha256": "0big2i3bg4cm14f68ncaiz2h6dk6zqiisrz4l0bv10q9kaa9q2sj"
+ }
+ },
+ {
+ "ename": "mmm-mako",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "0a4af5q9wxafrid8visp30cz6073ig0c961b78vmmgqrwvvxd3kn",
+ "fetcher": "bitbucket",
+ "repo": "pjenvey/mmm-mako",
+ "unstable": {
+ "version": [
+ 20121020,
+ 651
+ ],
+ "deps": [
+ "mmm-mode"
+ ],
+ "commit": "5c9ff92137b547569264eeca1ab2a86e4ba12f55",
+ "sha256": "0rpp748ym79sxccp9pyrwri14m7624zzb80srfgjfdpysrrs0jrr"
+ }
+ },
+ {
+ "ename": "mmt",
+ "commit": "d1137bb53ecd92b1a8537abcd2635602c5ab3277",
+ "sha256": "0hal3qcw6x9658xpdaw6q9l2rr2z107pvg5bdzshf67p1b3lf9dq",
+ "fetcher": "github",
+ "repo": "mrkkrp/mmt",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1347
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "753f6dc888acbd932c4fbd7c73ff750381058561",
+ "sha256": "0smamgvl6qlvzyc4119szxllx5ydw6pmix0g4zfjqf47lwxdd2yi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f7db836a10720ee50217012e7e2597ebcf624f90",
+ "sha256": "13vbfc5597v0gd87qyhn10f93nb477vjpg3jlpphbax9fvkf4gav"
+ }
+ },
+ {
+ "ename": "mo-git-blame",
+ "commit": "a784f931849ca836557390999b179ef9f6e775f3",
+ "sha256": "14ngwwgzrnnysq1k1k681b5i06ad8r3phhgpvn5alp2fj3il03l3",
+ "fetcher": "gitlab",
+ "repo": "mbunkus/mo-git-blame",
+ "unstable": {
+ "version": [
+ 20160129,
+ 1759
+ ],
+ "commit": "254a675eb794cdbbdef9fa2b4b7bb510b70089c0",
+ "sha256": "1dh92hzpicfvrlg6swrw4igwb771xbsmsf7hxp1a4iry4w8dk398"
+ }
+ },
+ {
+ "ename": "mo-vi-ment-mode",
+ "commit": "85487df36bab0a4d2ea034dbe01c8f095a7efddc",
+ "sha256": "1pg889mgpv0waccm135mlvag7q13gzfkzchv2532jngwrn6amqc7",
+ "fetcher": "github",
+ "repo": "AjayMT/mo-vi-ment",
+ "unstable": {
+ "version": [
+ 20181217,
+ 206
+ ],
+ "commit": "e8b525ffc5faa31d36ecc5496b40f0f5c3603c08",
+ "sha256": "16ic8yhjfk0ijlcw7a270p7953w750qza3xdbf4vygkiqqkxiv84"
+ }
+ },
+ {
+ "ename": "mobdebug-mode",
+ "commit": "25a48680d9f0d2b86ee64cc2415626a5283136a8",
+ "sha256": "19k0c7igqsqvib6hx0nssig4l5f959dlr4wijd1hp5h1hmcb5vv8",
+ "fetcher": "github",
+ "repo": "deftsp/mobdebug-mode",
+ "unstable": {
+ "version": [
+ 20140110,
+ 346
+ ],
+ "deps": [
+ "lua-mode"
+ ],
+ "commit": "e1d483bc4e341c762bc5c0a8c52306a8d01ea0da",
+ "sha256": "04hbd7mv29v3fv4ld0b3skrir0wp9dix2n5nbqp63fj6n5i4cyyz"
+ }
+ },
+ {
+ "ename": "mocha",
+ "commit": "39c26134ba95f277a4e9400e506433d96a695aa4",
+ "sha256": "0kjgrl5iy7cd3b9csgpjg3y0wp0q6c7c8cvf0mx8gdbsj7296kyx",
+ "fetcher": "github",
+ "repo": "scottaj/mocha.el",
+ "unstable": {
+ "version": [
+ 20180321,
+ 2322
+ ],
+ "deps": [
+ "f",
+ "js2-mode"
+ ],
+ "commit": "33e1b521a8a8d0225df353b51f1e8a4588ee32d0",
+ "sha256": "1ln6wz452sfxy7ii211ha9p0n3pygxyzyk0raczfla3ln8dh989q"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "js2-mode"
+ ],
+ "commit": "4ca9495d4b00b753f055152bd4256c07d7b208f4",
+ "sha256": "0yj9kc59c227727kh1zjxwrhijzd7rdhix7qqm4na1z6s4ycpxbm"
+ }
+ },
+ {
+ "ename": "mocha-snippets",
+ "commit": "93c472e3d7f318373342907ca7253253ef12dab8",
+ "sha256": "0dbsdk4jpzxv2sxx0nia9zhd0a0wmkz1qcqmbd15m1909ccdwxds",
+ "fetcher": "github",
+ "repo": "cowboyd/mocha-snippets.el",
+ "unstable": {
+ "version": [
+ 20190417,
+ 1931
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "361a3809f755577406e109b9e44d473dfa7c08e0",
+ "sha256": "0xcybq0cwd0c33bi1jf7h098a4anc4gkj3m1c97gc8mz9x4fjksy"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "361a3809f755577406e109b9e44d473dfa7c08e0",
+ "sha256": "0xcybq0cwd0c33bi1jf7h098a4anc4gkj3m1c97gc8mz9x4fjksy"
+ }
+ },
+ {
+ "ename": "mocker",
+ "commit": "16a4fe34a6f354d396c24ff13e15157510202259",
+ "sha256": "1g90jp1czrrzrmn7n4linby3q4fb4gcflzv2amjv0sdimw1ln1w3",
+ "fetcher": "github",
+ "repo": "sigma/mocker.el",
+ "unstable": {
+ "version": [
+ 20150917,
+ 154
+ ],
+ "deps": [
+ "eieio",
+ "el-x"
+ ],
+ "commit": "6a1d7c9189bd721debd1a60707526e43a733f537",
+ "sha256": "0i96fn5ji1z78in4nr316sgfp2mc8lmxijslw3k9q1v50j91bcya"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "eieio",
+ "el-x"
+ ],
+ "commit": "55b078b53ea49e48bd1821d96f0fb86f794fdc6c",
+ "sha256": "1lav7am41v63xgavq8pr88y828jmd1cxd4prjq7jlbxm6nvrwxh2"
+ }
+ },
+ {
+ "ename": "modalka",
+ "commit": "fa0a02da851a603b81e183f461da55bf4c71f0e9",
+ "sha256": "0bkjykvl6sw797h7j76dzn1viy598asly98gcl5wrq13n4w1md4c",
+ "fetcher": "github",
+ "repo": "mrkkrp/modalka",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1335
+ ],
+ "commit": "0a641093f5edb1e0849b82f90a1464623bb14a2f",
+ "sha256": "0fv03frlcqfa4sfnvv5v6qg9k79jpnv4pbwifzdafqwgpd34jgy1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 5
+ ],
+ "commit": "1259afa084f58d143d133aac56a6c0c10bc460f2",
+ "sha256": "0ggj8q92sb6wp3hs1vhpmy56id0p3i9zwnw24g2v7xa7w8ac9s7l"
+ }
+ },
+ {
+ "ename": "mode-icons",
+ "commit": "0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f",
+ "sha256": "1dqcry27rz7afyvjg7345wysp6wmh8fpj32ysk5iw5i7v5scf6kf",
+ "fetcher": "github",
+ "repo": "ryuslash/mode-icons",
+ "unstable": {
+ "version": [
+ 20190627,
+ 2121
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f16969f053f43bf706257673d0800de438d4e33b",
+ "sha256": "0lvpvmc1fhhjg9rgh8gy6c0nqfn89v9cxy5pjpy0c8bdnwys2x7q"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "37581ed911e4469f773ddfb7b40a85592d323b76",
+ "sha256": "1ykj68d4h92i4qv90zgwrf9jhy1n22l2h9k5f1zsn8hvz9mhj1av"
+ }
+ },
+ {
+ "ename": "mode-line-bell",
+ "commit": "26f19808655b0242a1e9e5e5d41f7f794542e243",
+ "sha256": "1ri771hb91b7hd203f8zp83h5hcndh8ccc1y8shhqmak6a6l04wk",
+ "fetcher": "github",
+ "repo": "purcell/mode-line-bell",
+ "unstable": {
+ "version": [
+ 20181029,
+ 516
+ ],
+ "commit": "4985ba42f5a19f46ddbf9b3622453a9694995ce5",
+ "sha256": "13n3di05lgqfm4f8krn3p36yika5znhymp5vr2d747x54hqmgh7y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "4985ba42f5a19f46ddbf9b3622453a9694995ce5",
+ "sha256": "13n3di05lgqfm4f8krn3p36yika5znhymp5vr2d747x54hqmgh7y"
+ }
+ },
+ {
+ "ename": "mode-line-debug",
+ "commit": "b0080ab9ef1eca5dd19b3fd9af536d8aa17773a2",
+ "sha256": "0ppj14bm3rx3xgg4mfxa5zcm2r129jgmsx817wq3h7akjngcbfkd",
+ "fetcher": "github",
+ "repo": "tarsius/mode-line-debug",
+ "unstable": {
+ "version": [
+ 20180318,
+ 2225
+ ],
+ "commit": "a0fcc394b07d2414bd6f722da10f1c7567333f6b",
+ "sha256": "04vsb0lniy90bhnqb590dap9y4wac64xz0lc2rlfczic0nrqd1aa"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 3
+ ],
+ "commit": "a0fcc394b07d2414bd6f722da10f1c7567333f6b",
+ "sha256": "04vsb0lniy90bhnqb590dap9y4wac64xz0lc2rlfczic0nrqd1aa"
+ }
+ },
+ {
+ "ename": "modern-cpp-font-lock",
+ "commit": "4bfc2386049adfe7a8e20da9b69fb73d6cb71387",
+ "sha256": "0h43icb5rqbkc5699kdy2mrjs5448phl18jch45ylp2wy2r8c2qj",
+ "fetcher": "github",
+ "repo": "ludwigpacifici/modern-cpp-font-lock",
+ "unstable": {
+ "version": [
+ 20190331,
+ 1528
+ ],
+ "commit": "02f104701bc34c146d22e3143ae59ef362999098",
+ "sha256": "14vxxvvm12jnq4llb759h8y4w3cv71d3xic1mbp0jmyd0j4dkqzp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "commit": "3e9c18b5a2ade485565f5191f12a724f1969dbb0",
+ "sha256": "0jg5yix4c18gvy5n4wsi7zg2sb7r0bw0xlmq0w15g3z63nhy69vc"
+ }
+ },
+ {
+ "ename": "modtime-skip-mode",
+ "commit": "486a675ca4898f99133bc18202e123fb58af54c0",
+ "sha256": "1drafwf4kqp83jp47j2ddl2n4a92zf1589fnp6c72hmjqcxv3l28",
+ "fetcher": "github",
+ "repo": "jordonbiondo/modtime-skip-mode",
+ "unstable": {
+ "version": [
+ 20140128,
+ 2201
+ ],
+ "commit": "c0e49523aa26b2263a8693691ac775988015f592",
+ "sha256": "0ri841cwx2mx8ri50lhvifmxnysdc022421mlmklql0252kn775l"
+ }
+ },
+ {
+ "ename": "moe-theme",
+ "commit": "4efefd7edacf90620436ad4ef9ceb470618a8018",
+ "sha256": "1nqvj8spvffgjvqlf25rcm3dc6w1axb6qlwwsjhq401a6xhw67f6",
+ "fetcher": "github",
+ "repo": "kuanyui/moe-theme.el",
+ "unstable": {
+ "version": [
+ 20180617,
+ 200
+ ],
+ "commit": "6e086d855d6bb446bbd1090742815589a81a915f",
+ "sha256": "0xj4wfd7h4jqnr193pizm9frf6lmwjr0dsdv2l9mqh9k691z1dnc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "b8f0206614ab40ffb75e50ce6c38675fb9c7cf2e",
+ "sha256": "0pn3a1rrj7ycxh91x3q008b6rmq7rbl8ir6diqzqfp6y465pn2w2"
+ }
+ },
+ {
+ "ename": "molecule",
+ "commit": "7421b67dc51abf13bb028e467bb4c83f857a342e",
+ "sha256": "0kdwmn4gb382igy979y7x2fdqcnfxlb4dvqvm6w7ghs564grzgj4",
+ "fetcher": "git",
+ "url": "https://git.daemons.it/drymer/molecule.el/",
+ "unstable": {
+ "version": [
+ 20180527,
+ 743
+ ],
+ "commit": "2ef72b81d9aa24ea782b71a061a3abdad6cae162",
+ "sha256": "0fn16jlpdfy35mz0n27bzdiwgvv8l9nfxf8j4pypgpqarnxzpsgc"
+ }
+ },
+ {
+ "ename": "molokai-theme",
+ "commit": "b1fdc89f0c52231f238096a1d42c2c330cb50d2c",
+ "sha256": "0srdh3yx7j6xs7rgpzmsyzz6ds00kq887rs2sfa0nvk0j0ga6baf",
+ "fetcher": "github",
+ "repo": "alloy-d/color-theme-molokai",
+ "unstable": {
+ "version": [
+ 20151016,
+ 1545
+ ],
+ "commit": "04a44f21184b6a26caae4f2c92db9019d883309c",
+ "sha256": "1hqa59pdrnwfykyl58lr8pfbh2f13sygvmrh707hbwc2aii0jjv2"
+ }
+ },
+ {
+ "ename": "mongo",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0jb5m611m7w26wgfwijgy0dn65s7p1y6fdcfpfgpxa7j5vrcxasc",
+ "fetcher": "github",
+ "repo": "m2ym/mongo-el",
+ "unstable": {
+ "version": [
+ 20150315,
+ 1219
+ ],
+ "commit": "595529ddd70ecb9fab8b11daad2c3929941099d6",
+ "sha256": "0z8mcfhj425hb91fkj1pyg3apw1kf4mgy8lx6n1sc8zmib38py0x"
+ }
+ },
+ {
+ "ename": "monitor",
+ "commit": "b9df614e8e7b9dfdbd7eec552a2b13e0f5acfc22",
+ "sha256": "11n4nv6vkjw434yrwqjw20229m2sxqxxdp7sg99gzrd5gjyab643",
+ "fetcher": "github",
+ "repo": "GuiltyDolphin/monitor",
+ "unstable": {
+ "version": [
+ 20161018,
+ 1144
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "63f4643a0ee81616dbb692b8b03bae21df2283e2",
+ "sha256": "1hl7nzxvjwv9kknyjikkbxw1gbi5kx4hkkq7sw6jnj06192n93yg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "8c67c06f60a89b2583bae90afc91a7e7d73260fd",
+ "sha256": "1r2sns49f5fw4f122s165sa41nkrkq2qs20n98g2pfd1whflqfnb"
+ }
+ },
+ {
+ "ename": "monky",
+ "commit": "9b33d35e3004f3cc8a5c17aa1ee07dd21d2d46dc",
+ "sha256": "1m7hy3ijwgxqjk3vjvqkxqj8b5bqnd201bmf302k45n0dpjmhshz",
+ "fetcher": "github",
+ "repo": "ananthakumaran/monky",
+ "unstable": {
+ "version": [
+ 20190619,
+ 1637
+ ],
+ "commit": "9d379a2306a8b7cd9c4faba20490480acdc1d763",
+ "sha256": "0dvywqas1vx0f0qlly8259772zj64sygv3hnmm9yqzy4v725qbhp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "099f1af9d3f6f6143f5e98a9b844f965a011a120",
+ "sha256": "1fgn7al4zwz2k5wb5dy3byqg9lsrjk9fra341mxh5ma2pfwxjgps"
+ }
+ },
+ {
+ "ename": "monochrome-theme",
+ "commit": "d00b78ead693e844e35c760fe2c39b8ed6cb0d81",
+ "sha256": "0cq2clliwcwnn1spz1w6y5qw1lgqznw212rcc4q6f1kslq0jyk5x",
+ "fetcher": "github",
+ "repo": "fxn/monochrome-theme.el",
+ "unstable": {
+ "version": [
+ 20140326,
+ 1050
+ ],
+ "commit": "bfca67fe7365310bc47ae9ca96c417caada54896",
+ "sha256": "0jvsss38rgry37dnshxbqxcj7qh1q6iyza58kix47h5wbnrpvszn"
+ }
+ },
+ {
+ "ename": "monokai-alt-theme",
+ "commit": "6ff05515c2f3bd80cb8d7de9afc8fd983e62ad91",
+ "sha256": "135bli9vhgl898526q6znjvck356bja1ylsfi95d9445jd136c4v",
+ "fetcher": "github",
+ "repo": "dawidof/emacs-monokai-theme",
+ "unstable": {
+ "version": [
+ 20170630,
+ 2048
+ ],
+ "commit": "f342b6afc31f929be0626eca2d696ee9fab78011",
+ "sha256": "1lgsqrwf21b0rh4x8nmj08a46ld7dkq4jhwxi1fi7a9xhmi2yd4i"
+ }
+ },
+ {
+ "ename": "monokai-pro-theme",
+ "commit": "0d5fbd76a40d84dd2d91a1022f59c15e6db6b90a",
+ "sha256": "05ya47cmry2fprssjx3adwij9zd218rcnikpw9hximwlklmzjvb3",
+ "fetcher": "github",
+ "repo": "belak/emacs-monokai-pro-theme",
+ "unstable": {
+ "version": [
+ 20190425,
+ 2303
+ ],
+ "commit": "747556c0cb38993c83ea8b6665869f42249d885a",
+ "sha256": "1xfc3v1bwxpn3j42h6b1vy6knjrlmskq95c9vgdlia9ffz5pg7r3"
+ }
+ },
+ {
+ "ename": "monokai-theme",
+ "commit": "2bc9ce95a02fc4bcf7bc7547849c1c15d6db5089",
+ "sha256": "13mv4vgsmdbf3v748lqi7b42hvr3yp86n97rb6792bcgd3kbdx7a",
+ "fetcher": "github",
+ "repo": "oneKelvinSmith/monokai-emacs",
+ "unstable": {
+ "version": [
+ 20190801,
+ 1701
+ ],
+ "commit": "e407f51d34b0c30cfe9d815f80a0c3539b998b08",
+ "sha256": "0psz6z59v0fdl846vaydqrhmy4swxcvz6swa523rcpjxlp3w2vyq"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 5,
+ 3
+ ],
+ "commit": "1143c072f5153ae1a69807e5e8af163069b947d2",
+ "sha256": "0dy8c3349j7fmp8052hbgvk0b7ldlv5jqpg0paq1i0hlypivd30i"
+ }
+ },
+ {
+ "ename": "monotropic-theme",
+ "commit": "38222d109ece0030b0bfafb242aa100694b2bfcf",
+ "sha256": "129yqjh4gaab1kjijzkzbw50alzdiwmpv9cl3lsy04m8zk02shl8",
+ "fetcher": "github",
+ "repo": "caffo/monotropic-theme",
+ "unstable": {
+ "version": [
+ 20181015,
+ 1230
+ ],
+ "commit": "36df566aa8225e303f6c9d90c00740dd678a415e",
+ "sha256": "05n8s3719f6yrh4fi5xyzzlhpsgpbc60mmfmzycxlb4sinq9bfks"
+ }
+ },
+ {
+ "ename": "monroe",
+ "commit": "590e5e784c5a1c12a241d90c9a0794d2737a61ef",
+ "sha256": "04rhninxppvilk7s90g0wwa0g9vfcg7mk8mrb2m2c7cb9vj6wyig",
+ "fetcher": "github",
+ "repo": "sanel/monroe",
+ "unstable": {
+ "version": [
+ 20190109,
+ 1347
+ ],
+ "commit": "2f472fdc09c1b36c291ddb5ed9aecc331fd7e082",
+ "sha256": "1g9v7z2bk2vcknpff31y9pf6cw8xrb5hxsh8cjci7i5w2abp7qbj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "commit": "0b9b043f042145bf62969add7ec476ea51da7cbd",
+ "sha256": "101lfrykdbv37spkbw7zihhx26bc1lhjyxbanrcp9880bxj04jiy"
+ }
+ },
+ {
+ "ename": "mood-line",
+ "commit": "b10524f105943648ecf52f007f363b7b5534865e",
+ "sha256": "0wj8rdgsqsdd2ps3w7sj8a7yhhz0iczwgnalalzws42x8s9yn4j0",
+ "fetcher": "gitlab",
+ "repo": "jessieh/mood-line",
+ "unstable": {
+ "version": [
+ 20190606,
+ 1046
+ ],
+ "commit": "3560d8aafd8c856a218ff8fab5a30e1aa0db25b6",
+ "sha256": "08qh8x0gd7byvfp03jpkd95h70djh8vrwpm451932zwf66j7fnay"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "commit": "3560d8aafd8c856a218ff8fab5a30e1aa0db25b6",
+ "sha256": "08qh8x0gd7byvfp03jpkd95h70djh8vrwpm451932zwf66j7fnay"
+ }
+ },
+ {
+ "ename": "mood-one-theme",
+ "commit": "44fbe8c54e4052e6c38849a12425db8f7c04fcc1",
+ "sha256": "1ar3vsc0d838m2k54f4v8a4mc0g21qa9rmgr2wb763vb7vpcznmi",
+ "fetcher": "gitlab",
+ "repo": "jessieh/mood-one-theme",
+ "unstable": {
+ "version": [
+ 20190606,
+ 1111
+ ],
+ "commit": "47fc825547664c3e3eb8f47f1a9cf74b23efc2c6",
+ "sha256": "17zz3nc3r2cm4w99frzqxnh768vnmzs71p9zz9bj03wc222n1kv6"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 3
+ ],
+ "commit": "47fc825547664c3e3eb8f47f1a9cf74b23efc2c6",
+ "sha256": "17zz3nc3r2cm4w99frzqxnh768vnmzs71p9zz9bj03wc222n1kv6"
+ }
+ },
+ {
+ "ename": "moody",
+ "commit": "63521fe6a1e540544a07231cc94144439e8caea7",
+ "sha256": "095241sjw330fb5lk48aa4zx8xbzk8s4ml22n6a8bzr99nkhn5jy",
+ "fetcher": "github",
+ "repo": "tarsius/moody",
+ "unstable": {
+ "version": [
+ 20190203,
+ 1747
+ ],
+ "commit": "58af7973742bf381f5980413dfb21bf5f21b44f8",
+ "sha256": "11kahx0gzchmn3yh5n0cms58cmsbrhd2kj380qcnlqv390cknqvy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "commit": "e0975e844876f0962b2e9481c26739397bd23541",
+ "sha256": "0jci21ycsyf1mblcv8vbii4wisw1zcs15q5xwld7ai24kgj70269"
+ }
+ },
+ {
+ "ename": "moom",
+ "commit": "c55081230ee02346ed02e0ab19ee2302e7b9ffa7",
+ "sha256": "11l4yc8fhxsrsjfksqj4cxr13jln0khhd2dn09i94n71dx7lybh1",
+ "fetcher": "github",
+ "repo": "takaxp/moom",
+ "unstable": {
+ "version": [
+ 20180910,
+ 438
+ ],
+ "commit": "a8820f19a8168ab395ba835872606280ad96916d",
+ "sha256": "1lpkmbabw9n50hf7yr6n4aim8x0km1wa15mpf7mv9w91ca2blg5d"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 0
+ ],
+ "commit": "536eac1dd2b187f65ed85ad8efc95f7e2bcaadb2",
+ "sha256": "12v2m66dlvnggmraxgmcfq4ycv6wdc56dv63gggrcy7zhlxwi9vp"
+ }
+ },
+ {
+ "ename": "moonscript",
+ "commit": "3046afee95277024830d7d372f2f1c84a0adcb00",
+ "sha256": "1fi4hg5gk5zpfkrk0hqghghkzbbi33v48piq2i085i4nc6m3imp0",
+ "fetcher": "github",
+ "repo": "k2052/moonscript-mode",
+ "unstable": {
+ "version": [
+ 20170831,
+ 2226
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "56f90471e2ced2b0a177aed4d8c2f854797e9cc7",
+ "sha256": "1v2phdpfngrb01x4qygpfgxdzpgvbprki2kbmpc83vlqxlmkvvjk"
+ }
+ },
+ {
+ "ename": "morganey-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "18cbmx8lnypgxkisxa3lrh88v8l9k0q8fnai5ps8ngvfgz42rlqp",
+ "fetcher": "github",
+ "repo": "morganey-lang/morganey-mode",
+ "unstable": {
+ "version": [
+ 20170118,
+ 934
+ ],
+ "commit": "5cf3870432a2aeb69d373abe63b3be1f325f6d21",
+ "sha256": "04xv4v2n03axjlpm9pg3j4zjapqjb7is3anx6laa90zbw3z2iv9z"
+ }
+ },
+ {
+ "ename": "morlock",
+ "commit": "b6ef53bbc80edda12a90a8a9705fe14415972833",
+ "sha256": "0693jr1k8mzd7hwp52azkl62c1g1p5yinarjcmdksfyqblqq5jna",
+ "fetcher": "github",
+ "repo": "tarsius/morlock",
+ "unstable": {
+ "version": [
+ 20180318,
+ 2023
+ ],
+ "commit": "b883d48024ddfffebe2d0dd69f5ed54c617f8834",
+ "sha256": "0xns4f39x012n7piiv6kgb45n932wxs5fp4yyq44p1mnr0m8v4y8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "commit": "b883d48024ddfffebe2d0dd69f5ed54c617f8834",
+ "sha256": "0xns4f39x012n7piiv6kgb45n932wxs5fp4yyq44p1mnr0m8v4y8"
+ }
+ },
+ {
+ "ename": "mosey",
+ "commit": "76a9a43eea68db9f82c07677235c481a6f243aa2",
+ "sha256": "0zprzr5aqv77kmg1ki9w6fw1nc2ap6yqjl4ak05a1i9cq8g6nf3m",
+ "fetcher": "github",
+ "repo": "alphapapa/mosey.el",
+ "unstable": {
+ "version": [
+ 20180614,
+ 1649
+ ],
+ "commit": "2e3ac9d334fa2937ed5267193dfd25d8e1f14dc2",
+ "sha256": "1yxy6m5igvsy37vn93ijs0b479v50vsnsyp8zi548iy2ribr0qr5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "2e3ac9d334fa2937ed5267193dfd25d8e1f14dc2",
+ "sha256": "1yxy6m5igvsy37vn93ijs0b479v50vsnsyp8zi548iy2ribr0qr5"
+ }
+ },
+ {
+ "ename": "mote-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0ccsyl0wvf0nbsw57sxad7w0c0i5al5s5mjrjjq8bnfh4dyj2x0y",
+ "fetcher": "github",
+ "repo": "inkel/mote-mode",
+ "unstable": {
+ "version": [
+ 20160123,
+ 29
+ ],
+ "deps": [
+ "ruby-mode"
+ ],
+ "commit": "666c6641addbd3b337a7aa01fd2742ded2f41b83",
+ "sha256": "10mf96r75558scn71pri71aa8nhp6hmnb5rwjxlh5dlf80r5dfd7"
+ }
+ },
+ {
+ "ename": "motion-mode",
+ "commit": "c1e3a2091a73c7d725c929313290566f5ca19404",
+ "sha256": "1lfsc8ayiz2v3dfn8c0mmfch8vpzqyddxw8kscan2lzl2lcj50h0",
+ "fetcher": "github",
+ "repo": "ainame/motion-mode",
+ "unstable": {
+ "version": [
+ 20140920,
+ 156
+ ],
+ "deps": [
+ "flymake-cursor",
+ "flymake-easy"
+ ],
+ "commit": "4c94180e3ecea611a61240a0c0cd48f1032c4a55",
+ "sha256": "17570labnwdnwca2cg4ga0mrrm00n0h3wlxry823k5yn3k93rnj1"
+ }
+ },
+ {
+ "ename": "mouse-slider-mode",
+ "commit": "8fa747999bb928c3836400a43d8ab63939381673",
+ "sha256": "0aqxjm78k7i8c59w6mw9wsfw3rail1pg40ac1dbcjkm62fjbh5hy",
+ "fetcher": "github",
+ "repo": "skeeto/mouse-slider-mode",
+ "unstable": {
+ "version": [
+ 20161021,
+ 1914
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b3c19cd231edecce76787c5a9bbe5e4046d91f88",
+ "sha256": "1qkbrwicp3gaknnmfrajf1qdyhj5s0c09cx62869rp2721p8rqaw"
+ }
+ },
+ {
+ "ename": "move-dup",
+ "commit": "3ea1f7f015a366192492981ff75672fc363c6c18",
+ "sha256": "0b0lmiisl9yckblwf7619if88qsmbka3bl4qiaqam7fka7psxs7f",
+ "fetcher": "github",
+ "repo": "wyuenho/move-dup",
+ "unstable": {
+ "version": [
+ 20190408,
+ 1246
+ ],
+ "commit": "19f1c075d939084279b190c38412b4cfda96840d",
+ "sha256": "0rb9x00dygf0v5xk6gljdn0lvkgzyl129b5i4jpxz0ylccckd0xn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "dae61de7aa5e2bf56a7bab1fa36fa3a39520a3c0",
+ "sha256": "1mrrxx2slxi1qgf483nnxv3y8scfsc844sfnzn4b7hjpfpali0r8"
+ }
+ },
+ {
+ "ename": "move-text",
+ "commit": "82bfd0f41e42eed1d4c2361ec1d1685edebbac1b",
+ "sha256": "04bfrkanafmbrdyw06ciw9kiyn7h3kpikxk3clx2gc04jl67hzgy",
+ "fetcher": "github",
+ "repo": "emacsfodder/move-text",
+ "unstable": {
+ "version": [
+ 20170909,
+ 330
+ ],
+ "commit": "7cbc941a9150468609010a93c429117da2523903",
+ "sha256": "1irrcbqi1m6pcsjkbd3nqri158qhl0bcynciwwxdfqb45i67a1m9"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 8
+ ],
+ "commit": "bdaf3e3a0d33cd528cad1d10facbdf0635232e4d",
+ "sha256": "06jxk5g23822gfmwrxhc34zand3dr8p2wjh1zs3j61ibz6n0nmz1"
+ }
+ },
+ {
+ "ename": "mowedline",
+ "commit": "86f7df6b8df3398ef476c0ed31722b03f16b2fec",
+ "sha256": "0c2hvvwa7s5iyz517jaskshdcq9zs15zr6xsvrcb3biahrh4bmfb",
+ "fetcher": "github",
+ "repo": "retroj/mowedline",
+ "unstable": {
+ "version": [
+ 20161122,
+ 235
+ ],
+ "commit": "6121b7d4aacd18f7b24da226e61dbae054e50a7c",
+ "sha256": "16j3y4hffnv2rg97p49hqz3x1icp7qkpcjxhalny5l4gysx9mfqg"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 3,
+ 0
+ ],
+ "commit": "c17501b48ded8261d815ab60bf14cddf7040be72",
+ "sha256": "1k3b018xq2qqq30v0ik13imy9c84241kyavj5ascxhywx956v18g"
+ }
+ },
+ {
+ "ename": "moz",
+ "commit": "6839c5e52364fb32f6d8a351e5c2f21fbd6669a1",
+ "sha256": "0ar2xgsi7csjj6fgiamrjwjc58j942dm32j3f3lz21yn2c4pnyxi",
+ "fetcher": "github",
+ "repo": "bard/mozrepl",
+ "unstable": {
+ "version": [
+ 20150805,
+ 1706
+ ],
+ "commit": "ab3e79914445039ceb62f7f2dc342358fec3492e",
+ "sha256": "1c7dsip5wmlf7x2hziwil5n3igvpnh17d7yg8lsg001y5sjl3mjv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "646208b67e6c9c56d188db1eba999846d518935f",
+ "sha256": "13bf5jn1kgqg59j5czlzvajq2fw1rz4h5jqfc7x8w1a067nymf2c"
+ }
+ },
+ {
+ "ename": "moz-controller",
+ "commit": "fcc20337594a76a547f696adece121ae592c6917",
+ "sha256": "18gca1csl9dfi9995mky8cbgi3xzf1if8pzdjiz5404gzcqk0rfd",
+ "fetcher": "github",
+ "repo": "RenWenshan/emacs-moz-controller",
+ "unstable": {
+ "version": [
+ 20151209,
+ 206
+ ],
+ "deps": [
+ "moz"
+ ],
+ "commit": "46f665c03574fa922de767fc29795e0db4a7c5c6",
+ "sha256": "0fssn33ld6xhjlwg1dbrjg8sa0pjmglq0dw792yrmvm4fj0zjph8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "moz"
+ ],
+ "commit": "42fd842039620de7fb122f7e4ffc1ab802ee97c5",
+ "sha256": "1w1i1clkjg9mj1g4i2y3xw3hyj8s7h9gr04qgyb9c1q8vh11z8d0"
+ }
+ },
+ {
+ "ename": "mozc",
+ "commit": "30fef77e1d7194ee3c3c1d4775c349a4a9f6af2c",
+ "sha256": "0nslh4xyqpvzdxcgrd1bzaqcdz77bghizh6n2w6wk46cflir8xba",
+ "fetcher": "github",
+ "repo": "google/mozc",
+ "unstable": {
+ "version": [
+ 20180101,
+ 800
+ ],
+ "commit": "afb03ddfe72dde4cf2409863a3bfea160f7a66d8",
+ "sha256": "0w2dy2j9x5nc7x3g95j17r3m60vbfyn5j617h7js9xryv33yzpgx"
+ }
+ },
+ {
+ "ename": "mozc-im",
+ "commit": "4b651b7f1c15b44577b3c2b7493264ed802cf073",
+ "sha256": "1gqzmm712npj36qfi506zgl0ycd6k7l5m46c7zz2z2lb6jpssw10",
+ "fetcher": "github",
+ "repo": "d5884/mozc-im",
+ "unstable": {
+ "version": [
+ 20160412,
+ 22
+ ],
+ "deps": [
+ "mozc"
+ ],
+ "commit": "df614a1076c28a11551fb3e822868bae47e855a5",
+ "sha256": "0cpcldizgyr125j7lzkl8l6jw1hc3fb12cwgkpjrl6pjpr80vb15"
+ }
+ },
+ {
+ "ename": "mozc-popup",
+ "commit": "49bdcf035b9f885a689b9dc21817aecdcd09768b",
+ "sha256": "1n43lwflxzzyskxgzg19rg3hiqqkf5l7vfgaydryf4sk8480x687",
+ "fetcher": "github",
+ "repo": "d5884/mozc-popup",
+ "unstable": {
+ "version": [
+ 20150224,
+ 34
+ ],
+ "deps": [
+ "mozc",
+ "popup"
+ ],
+ "commit": "f0684b875a7427ec08f8df13939a486e5d5cf420",
+ "sha256": "1mbpkjc6sk7qqmgsmr5a5l2ycwnqp8bkwgikdavgs6hnal10bkmn"
+ }
+ },
+ {
+ "ename": "mozc-temp",
+ "commit": "e0c77275d759bf73df11fa151b4e737d7cb15adf",
+ "sha256": "0x1bsa1py0kn73hzbsb4ijl0bqng8nib191vgn6xq8f5cx55044d",
+ "fetcher": "github",
+ "repo": "HKey/mozc-temp",
+ "unstable": {
+ "version": [
+ 20160228,
+ 840
+ ],
+ "deps": [
+ "dash",
+ "mozc"
+ ],
+ "commit": "01f09b6c0b308e9f7057fb2aa80171e2ce328bb8",
+ "sha256": "0vgyx7v79224mg3ci8i5kjasnh1w0c48jzwgxbjj270lrra3gfsr"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "mozc"
+ ],
+ "commit": "7f5dd5fc8ceeca9b1822f7e056a4be67e2e74959",
+ "sha256": "1gdi2pz8450h11aknz3hbgjlx09w6c4l8d8sz0zv3pb1z8cqkgqv"
+ }
+ },
+ {
+ "ename": "mpages",
+ "commit": "b535c2862c4fad568324466883f23ba9f39e787f",
+ "sha256": "11scjjwwrpgaz6i4jq9y7m864nfak46vnbfb0w15625znz926jcs",
+ "fetcher": "github",
+ "repo": "slevin/mpages",
+ "unstable": {
+ "version": [
+ 20150710,
+ 1404
+ ],
+ "commit": "39a72a0931ab1cdbfdf0ab9f412dc12d43a3829f",
+ "sha256": "11c8pr3s77aq34ic32lnsialwh8bw3m78kj838xl2aab2pgrlny2"
+ }
+ },
+ {
+ "ename": "mpdel",
+ "commit": "bb25443752e18e47afc63d5497cc5052c388a607",
+ "sha256": "1py6zk16yl7pyql2qxzd770clzszw7c769hw70n963kns1qmpif8",
+ "fetcher": "github",
+ "repo": "mpdel/mpdel",
+ "unstable": {
+ "version": [
+ 20190507,
+ 1339
+ ],
+ "deps": [
+ "libmpdel"
+ ],
+ "commit": "1eb87264b6955235348880904378c199d65e3fa7",
+ "sha256": "0y43i4bngjnzv457kx7f6k38jsmsk4izfwx57pfp8bqz6f2yssb6"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "libmpdel"
+ ],
+ "commit": "a2da2f2fe2357641909514da788f7c6cbe5801f4",
+ "sha256": "0pyyvbzskr44dxbmlp3y0r6s459fd51cvwjmnjaqxfxflr5v891g"
+ }
+ },
+ {
+ "ename": "mpmc-queue",
+ "commit": "30511f1e5eaf45b5f43fbacdd6c7254cb39b1d2c",
+ "sha256": "08jcmhfl87nsg6zgv582yfs152bqihbcssh085gxxqn2x99li354",
+ "fetcher": "github",
+ "repo": "smizoe/mpmc-queue",
+ "unstable": {
+ "version": [
+ 20180303,
+ 2029
+ ],
+ "deps": [
+ "queue"
+ ],
+ "commit": "df07d6bef7468edb1d73ef73b8331b94d0e5d0ca",
+ "sha256": "17817l3afghg9z8jxkj61yg85plmr74ki3wf4hz685llx8fr69w0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "queue"
+ ],
+ "commit": "4775ddcb120528828ef1fcb7ee761524a0907a31",
+ "sha256": "0fbrx288vpd0vx2cph7kfclr7hhplqjgynr6csmkh8jaskv26p79"
+ }
+ },
+ {
+ "ename": "mpv",
+ "commit": "2392c1d1042ac6a42bbf9aa7e394c03e178829d0",
+ "sha256": "1vq308ac6jj1h8qa2b2sypisb38hbvwjimqndhpfir06fghkw94l",
+ "fetcher": "github",
+ "repo": "kljohann/mpv.el",
+ "unstable": {
+ "version": [
+ 20180602,
+ 1014
+ ],
+ "deps": [
+ "cl-lib",
+ "json",
+ "org"
+ ],
+ "commit": "9dedf3b7c1bfd778284df7f394207ce0447ea7aa",
+ "sha256": "15z62wi47pwvkbh4qgvz06yk4cyy570pjz1276sd9frdwgd4kc19"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "json",
+ "names",
+ "org"
+ ],
+ "commit": "059135de3979e044f14503806047476d9be9f0e8",
+ "sha256": "1pjhch8vah0kf73fl2fk6khhrx1kflggd3zlxrf7w4fxr0qn8la3"
+ }
+ },
+ {
+ "ename": "mqr",
+ "commit": "0023747e8173fab8e88143ee95a31540a079c6bf",
+ "sha256": "1nw713sha29q1zgsxxfrkggkrk6q8vvk9sdi1s539r8h35bc3jx0",
+ "fetcher": "github",
+ "repo": "calancha/multi-replace",
+ "unstable": {
+ "version": [
+ 20180527,
+ 1204
+ ],
+ "commit": "4ade19d4620b8b61340290bf63fa56d5e493859f",
+ "sha256": "0pkxmv0rla9f2ly9fq3i3mrsa2q8rsrs4pk6w7wpi3v5fbj1jmd6"
+ }
+ },
+ {
+ "ename": "mqtt-mode",
+ "commit": "b85c84ff9523026620e5b3cf864bbc7b9f81d57a",
+ "sha256": "1zbnhd65c9wz9yr29j37c8z7vz3axpfwkzx0z8xjplp40mafpz1z",
+ "fetcher": "github",
+ "repo": "andrmuel/mqtt-mode",
+ "unstable": {
+ "version": [
+ 20180605,
+ 1731
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "36d1d4296d79e17b8f35e8e14f2708980eb502db",
+ "sha256": "1116xvwpavg7icm263s0clgxhw3qqm4aqiw4ky94w9a8ydazx51l"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "613e70e9b9940e635e779994b5c83f86eb62c8e6",
+ "sha256": "1ci1w4yma6axiigz55b2ip0r7zy8v215532jc0rkb3wyn14nsrh7"
+ }
+ },
+ {
+ "ename": "msvc",
+ "commit": "69939b85353a23f374cab996ede879ab315a323b",
+ "sha256": "04gq2klana557qvsi3bv6416l0319jsqb6bdfs7y6729qd94hlq3",
+ "fetcher": "github",
+ "repo": "yaruopooner/msvc",
+ "unstable": {
+ "version": [
+ 20190426,
+ 1045
+ ],
+ "deps": [
+ "ac-clang",
+ "cedet",
+ "cl-lib"
+ ],
+ "commit": "c3b86fb517e95c9ae4d6b851984f4f4ed1864c06",
+ "sha256": "0mn12za94ciqfagia3ga7azl86abxa41191vlczh8kwspwci4x1h"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4,
+ 1
+ ],
+ "deps": [
+ "ac-clang",
+ "cedet",
+ "cl-lib"
+ ],
+ "commit": "c3b86fb517e95c9ae4d6b851984f4f4ed1864c06",
+ "sha256": "0mn12za94ciqfagia3ga7azl86abxa41191vlczh8kwspwci4x1h"
+ }
+ },
+ {
+ "ename": "mtg-deck-mode",
+ "commit": "425fa66cffe7bfda71de4ff2b49e951456bdeae1",
+ "sha256": "07hszf33nawhp218f90qr4s713yyjdd7zzkq0s8q0fb6aai5iiih",
+ "fetcher": "github",
+ "repo": "mattiasb/mtg-deck-mode",
+ "unstable": {
+ "version": [
+ 20180613,
+ 2010
+ ],
+ "commit": "8265b8ed17fcd4406760c19aa6ee9c76068b1ab0",
+ "sha256": "04qdcqpkic2nhqy6nf15j3zp5hmrfzs2kndvmg5v4vjac2vfmzfb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "7774641630ef85999ab2f6d57eebddbc7c1e7244",
+ "sha256": "12ajrlgyj14jf66if7bdgj69jm72wzrmiclx7x8dpsz4zpj38m20"
+ }
+ },
+ {
+ "ename": "mu-cite",
+ "commit": "a80bc6e626f4bc6edfe6560833d12d31ecfd7a51",
+ "sha256": "0ap21sw4r2x774q2np6rhrxh2m2rf3f6ak3k71iar159chx32y6q",
+ "fetcher": "github",
+ "repo": "ksato9700/mu-cite",
+ "unstable": {
+ "version": [
+ 20190803,
+ 439
+ ],
+ "deps": [
+ "flim"
+ ],
+ "commit": "b2c83bbce4646d100b942f0f0de0877a8d47298c",
+ "sha256": "1kg4l88k4gwv7zczmbgxzpmifkbklf3yzlk849igs01z4jvh2bkc"
+ }
+ },
+ {
+ "ename": "mu2tex",
+ "commit": "e55964077f23a9d3ec4b53cb5add6d7166f385e0",
+ "sha256": "1h146xscvlkjgp4wqw11cb1z6gjr1s0ysamcz4ii5gfv82rrjgyc",
+ "fetcher": "github",
+ "repo": "cdominik/mu2tex",
+ "unstable": {
+ "version": [
+ 20190520,
+ 503
+ ],
+ "commit": "9467076ee4115d7fc19abaeadecc603e9115bf8d",
+ "sha256": "1acyynjrr5pxn15g59hd3cq1yvx989ks1b79g1kmhb1cqfpz58b8"
+ }
+ },
+ {
+ "ename": "mu4e-alert",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0b74ky51nx75vcrrbabr5cj2cx4yax5kgaq479hjp5yc5mq2q46r",
+ "fetcher": "github",
+ "repo": "iqbalansari/mu4e-alert",
+ "unstable": {
+ "version": [
+ 20190418,
+ 558
+ ],
+ "deps": [
+ "alert",
+ "ht",
+ "s"
+ ],
+ "commit": "91f0657c5b245a9de57aa38391221fb5d141d9bd",
+ "sha256": "0qr5ww2xj8dibglh175qcq4bdgzs8lylv28hkbijykjshr3pkzn9"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "alert",
+ "ht",
+ "s"
+ ],
+ "commit": "3453e25ff6c07c1b768b2a79fdb9fc5c97100e76",
+ "sha256": "1nvsfbfsma59ilf7c3vjngnmx3aapwvvvaafdy5szm5r6lkicqvg"
+ }
+ },
+ {
+ "ename": "mu4e-conversation",
+ "commit": "7638aecc7a2cd4b1646c6e32fe83e18ef212bbaa",
+ "sha256": "16vhjaxjhshw7ch9ihk35r99549xlbmvybwjx0p9mzyqi30dn3s6",
+ "fetcher": "gitlab",
+ "repo": "ambrevar/mu4e-conversation",
+ "unstable": {
+ "version": [
+ 20190609,
+ 812
+ ],
+ "commit": "98110bb9c300fc9866dee8e0023355f9f79c9b96",
+ "sha256": "080s96jkcw2p288sp1vgds91rgl693iz6hi2dv56p2ih0nnivwlg"
+ }
+ },
+ {
+ "ename": "mu4e-jump-to-list",
+ "commit": "c1cf98dff029d494007fe25d29bd8bcfecc5b8e6",
+ "sha256": "0yl1vi62pjgklwa7ifvr35fciiqqc5zkrc0m4yxjiv0c0dn50b7n",
+ "fetcher": "gitlab",
+ "repo": "wavexx/mu4e-jump-to-list.el",
+ "unstable": {
+ "version": [
+ 20190419,
+ 1442
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "358bba003543b49ffa266e503e54aebd0ebe614b",
+ "sha256": "00y9nap61q1z2cdql4k9g7fgi2gdgd9iy5s5lzrd9a4agbx6r7sv"
+ }
+ },
+ {
+ "ename": "mu4e-maildirs-extension",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0bisxm0rph5q1p3zjr7vyyr0jqr3ihs6ihiwyfr8d3dvba1zhffc",
+ "fetcher": "github",
+ "repo": "agpchil/mu4e-maildirs-extension",
+ "unstable": {
+ "version": [
+ 20180606,
+ 812
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "3ef4c48516be66e73d24fe764aadbcfc126b7964",
+ "sha256": "04nf947sxkir3gni67jc5djhywkmay1l8cqkicayimrh3vd5cy05"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "commit": "8b384b0bbda46c473dea3ee7dc68c2b3f2548528",
+ "sha256": "1lyd8pcawn106zwlbq6gdq05i2zhry1qh9cdyjiw61nvgbbfi0yx"
+ }
+ },
+ {
+ "ename": "mu4e-overview",
+ "commit": "ec240f0f9bc43c5abca557607b0b89a24696744e",
+ "sha256": "076lpfj6zrg2ivgbslg9whm4mci278kg45a3km7iadilwipiaxsk",
+ "fetcher": "github",
+ "repo": "mkcms/mu4e-overview",
+ "unstable": {
+ "version": [
+ 20190421,
+ 612
+ ],
+ "commit": "eb2d1e39c77c4725a8ee36dc68917aaf7b717b46",
+ "sha256": "08mchv8q8q3mnpm69vc888jlv4iik4vlkxqpmkrsgimq1gyb80pj"
+ }
+ },
+ {
+ "ename": "mu4e-query-fragments",
+ "commit": "c1cf98dff029d494007fe25d29bd8bcfecc5b8e6",
+ "sha256": "1gckwfgw7jvr6dbikcmy07i07wjhlvq66swhac2laaj6w567vc7w",
+ "fetcher": "gitlab",
+ "repo": "wavexx/mu4e-query-fragments.el",
+ "unstable": {
+ "version": [
+ 20170923,
+ 1322
+ ],
+ "commit": "34ddad4e6785f575333efcc66153d892daa1c884",
+ "sha256": "0l5i3a88j9il2y0jq2sfzwi9q3czc1wi8n9nvgdysj5db5m4xsw6"
+ }
+ },
+ {
+ "ename": "muban",
+ "commit": "3576c6b7d79ce6d4df40ce83400fa2468f8fbcdf",
+ "sha256": "1njphxx6sgw952p7v2qkbjwa8sb2mwrxrzv35bzp0d4c84ny2sa0",
+ "fetcher": "github",
+ "repo": "jiahaowork/muban.el",
+ "unstable": {
+ "version": [
+ 20180415,
+ 1219
+ ],
+ "commit": "7078e439ee0433a8fbd1cb174464496f9a9d00fa",
+ "sha256": "1wpcv4wdk735w701d9bm9qqji98mmzg7l7qkq1jmjw1hbpqhnwl2"
+ }
+ },
+ {
+ "ename": "multi",
+ "commit": "c9fea5cf529bcdf412af2926e55b8d77edc07eca",
+ "sha256": "1c240d1c1g8wb2ld944344zklnv86d9rycmya4z53b2ai10642ig",
+ "fetcher": "github",
+ "repo": "kurisuwhyte/emacs-multi",
+ "unstable": {
+ "version": [
+ 20131013,
+ 1544
+ ],
+ "commit": "0987ab71692717ed457cb3984de184db9185806d",
+ "sha256": "0f5hc6mgq0hg1wwnvqd4fp7ck58lcavvgqjggz9zlhrjgkmynjxx"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 1
+ ],
+ "commit": "884203b11fdac8374ec644cca975469aab263404",
+ "sha256": "11zabs7qpdhri6n90ck7pgwcbz46d813nyl73h5m1i8jvz1wzx7v"
+ }
+ },
+ {
+ "ename": "multi-compile",
+ "commit": "b312434c6c8e23ded2b74bf8f144ad0b3170adae",
+ "sha256": "16fv0hpwcjw1771zlbgznph0fix9fbm6yqj2rcz1f9l26iih6apz",
+ "fetcher": "github",
+ "repo": "ReanGD/emacs-multi-compile",
+ "unstable": {
+ "version": [
+ 20160306,
+ 2223
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "bd0331854774e7a269ce8a7dd49580cd397c0ec2",
+ "sha256": "1aswpv1m02n26620hgkcfd38f06bzmmijlr9rs5krv6snq5gdb8g"
+ }
+ },
+ {
+ "ename": "multi-line",
+ "commit": "0f8eee6798a0ba71d437a1cbf82e360a5b60eafb",
+ "sha256": "1aadmijnjr029s1qq4gk8xyl9m8xb5x5774b8i3jyfixyjqvhvwp",
+ "fetcher": "github",
+ "repo": "IvanMalison/multi-line",
+ "unstable": {
+ "version": [
+ 20170822,
+ 226
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "s",
+ "shut-up"
+ ],
+ "commit": "d5ae863ced0adeb7032ada398005f27a6c669d79",
+ "sha256": "0hj2afqw36pxc091k4w4rk110y076lghnap51x3w53k9xfcfwhwa"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 5
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "s",
+ "shut-up"
+ ],
+ "commit": "778c7510b7f066f53cf1f96a6ad1079fda5dc1f7",
+ "sha256": "0lr1i2a4fw40iz8qz2zqch63ci9pwvrri219phv22kn76jqn39mh"
+ }
+ },
+ {
+ "ename": "multi-project",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "19dy2wl5ad1xldiznlw2vjvr9ja8h9wiv6igcggixq56fhngp40x",
+ "fetcher": "bitbucket",
+ "repo": "ellisvelo/multi-project",
+ "unstable": {
+ "version": [
+ 20190710,
+ 947
+ ],
+ "commit": "88e5e67fd58cfb6643f8ec28d3d432c3ba95afdd",
+ "sha256": "0sfdcrfhjia8vv3lb9kqddyfdsb4ryzy1r4fmdi9mlk0jjqjqda9"
+ }
+ },
+ {
+ "ename": "multi-run",
+ "commit": "e05ad99477bb97343232ded7083fddb810ae1781",
+ "sha256": "1iv4a49czdjl0slp8590f1ya0vm8g2ycnkwrdpqi3b55haaqp91h",
+ "fetcher": "github",
+ "repo": "sagarjha/multi-run",
+ "unstable": {
+ "version": [
+ 20190507,
+ 2349
+ ],
+ "deps": [
+ "window-layout"
+ ],
+ "commit": "c6256b0cc2876c29faf381d8324b31b911045a27",
+ "sha256": "07nd7lwrnz9j54hq33c8ii1pipd472qfsdifg6fid7kca0rychif"
+ },
+ "stable": {
+ "version": [
+ 1
+ ],
+ "deps": [
+ "window-layout"
+ ],
+ "commit": "87d9eed414999fd94685148d39e5308c099e65ca",
+ "sha256": "0m4wk6sf01b7bq5agmyfcm9kpmwmd90wbvh7fkhs61mrs86s2zw8"
+ }
+ },
+ {
+ "ename": "multi-term",
+ "commit": "7868b41da793d973baaaa3351739d3d61066cce4",
+ "sha256": "1wynpis5wzlqd76lp6qq6khxvl30d66w26nc6a2xjgg9fvmhzcas",
+ "fetcher": "github",
+ "repo": "manateelazycat/multi-term",
+ "unstable": {
+ "version": [
+ 20190624,
+ 1147
+ ],
+ "commit": "0804b11e52b960c80f5cd0712ee1e53ae70d83a4",
+ "sha256": "0apvidmvb7rv05qjnjhax42ma8wrimik5vxx620dlbv17svz7iyf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "c9e67edb772f2d9f9da8d887dc746459cfbce244",
+ "sha256": "1bn6zx931vz2fa72ab999r33bxv8brn3cqmalvq25x7s4z3q1lyi"
+ }
+ },
+ {
+ "ename": "multi-web-mode",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0vi4yvahr10aqpcz4127c8pcqpr5srwc1yhgipnbnm86qnh34ql5",
+ "fetcher": "github",
+ "repo": "fgallina/multi-web-mode",
+ "unstable": {
+ "version": [
+ 20130824,
+ 354
+ ],
+ "commit": "ad1c8d1c870334052d244c7ae3636cb7b9357b7c",
+ "sha256": "0mc4kkgwnwfk27wwc21nw5ly7qcsl7y5bd8wf2y8r6pxhvwran4n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "commit": "0517b9e2b3052533ac0cb71eba7073ed309fce06",
+ "sha256": "1d9y3dw27pgzgv6wk575d5ign55xdqgbl3ycyq1z7sji1477lz6b"
+ }
+ },
+ {
+ "ename": "multicolumn",
+ "commit": "f37a999b0583a0ebc842c2f9fad8d08cb6c9dabf",
+ "sha256": "1ylnc3s4ixvnqn7g2p6nzz8x29ggqc703waci430f1rp1lsd3q09",
+ "fetcher": "github",
+ "repo": "Lindydancer/multicolumn",
+ "unstable": {
+ "version": [
+ 20150202,
+ 2251
+ ],
+ "commit": "c7a3afecd470859b2e60aa7c554d6e4d436df7fa",
+ "sha256": "1ispa0wxpkydm0cyj4scyyacfrbilrip5v8bsrcqfc6qs597z8rf"
+ }
+ },
+ {
+ "ename": "multifiles",
+ "commit": "8b528544841995045fb1f8344aaaa38946bb3915",
+ "sha256": "0m0pi2qjis9p6z9cd8hlxm1r88ynwmd2ks8wg65sffffwsdbg4kz",
+ "fetcher": "github",
+ "repo": "magnars/multifiles.el",
+ "unstable": {
+ "version": [
+ 20130615,
+ 2133
+ ],
+ "commit": "dddfe64b8e1c1cd1f9ccc1f03405477fc0d53897",
+ "sha256": "065l04ylplng1vgykkbn2vnkcs3sn1k2cikx1ha2q8wmgx6bkvai"
+ }
+ },
+ {
+ "ename": "multiple-cursors",
+ "commit": "a5f015e6b88be2a5ded363bd882a558e94d1f391",
+ "sha256": "0mky5p9wpd3270wr5vfna8rkk2ff81wk7vicyxli39195m0qgg0x",
+ "fetcher": "github",
+ "repo": "magnars/multiple-cursors.el",
+ "unstable": {
+ "version": [
+ 20190317,
+ 1211
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5ffb19af48bf8a76ddc9f81745be052f050bddef",
+ "sha256": "11cnwg0szk0fk6nf853pc1gisjh6gcq6ic0673qggg03ly77p87c"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b3bd49c756cd959c0fb998d27eaf3d273570b05e",
+ "sha256": "1ijgvzv5r44xqvz751fd5drbvrspapw6xwv47582w255j363r6ss"
+ }
+ },
+ {
+ "ename": "multitran",
+ "commit": "d665759fa6491b77103920a75c18a561f6800c1c",
+ "sha256": "0nxrzzlinl5310zfrb4z5j0553cmg11m9y2gaf990j61afaw8f32",
+ "fetcher": "github",
+ "repo": "zevlg/multitran.el",
+ "unstable": {
+ "version": [
+ 20190714,
+ 1049
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "eea1e4a57870dd6ee6c6f0a85e53cb66af8954de",
+ "sha256": "0gvijqs0n3n98fpx61qvzx0akpzfyxhik70dvxp15skr2rvnh17j"
+ }
+ },
+ {
+ "ename": "mustache",
+ "commit": "d1bcf9599ca6d2c29333071a80f96808d4ab52e2",
+ "sha256": "1pjr00xx77mlfw1myxaz6i3y2gbivhbiq5hyjxxbjlfrkm1vxc8g",
+ "fetcher": "github",
+ "repo": "Wilfred/mustache.el",
+ "unstable": {
+ "version": [
+ 20170923,
+ 1233
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "s"
+ ],
+ "commit": "5e39654b933a18131146a0f3b3e3dc55c5058124",
+ "sha256": "0ilsdrvqy9zn0yb1c8zh1zidag32rfb9xhm43qpfcg6n5w6c7r82"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 23
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "s"
+ ],
+ "commit": "b0ea352813592424164520a49e86c04600242752",
+ "sha256": "1n2ymd92qpvsby6ms0l3kjhdzzc47rri2aiscc6bs07hm4mjpr9q"
+ }
+ },
+ {
+ "ename": "mustache-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1xmqh663r5i42a586xn0wzw6h1jkvhbnw5iwvjv96w452slhkr36",
+ "fetcher": "github",
+ "repo": "mustache/emacs",
+ "unstable": {
+ "version": [
+ 20141024,
+ 1432
+ ],
+ "commit": "bf9897eb287ca47ced65d7d4e07ea61ea0aec39f",
+ "sha256": "15gw4d0hp15rglsj8hzd290li4p0kadj2dsz0dgfcxld7hnimihk"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "commit": "bf9897eb287ca47ced65d7d4e07ea61ea0aec39f",
+ "sha256": "15gw4d0hp15rglsj8hzd290li4p0kadj2dsz0dgfcxld7hnimihk"
+ }
+ },
+ {
+ "ename": "mustang-theme",
+ "commit": "2ed3691edd1cba6abc0c30d2aab732e2ba51bf00",
+ "sha256": "0771l3x6109ki914nwpfz3fj7pbvpcg9vf485mrccq2wlxymr5dr",
+ "fetcher": "github",
+ "repo": "mswift42/mustang-theme",
+ "unstable": {
+ "version": [
+ 20170719,
+ 946
+ ],
+ "commit": "dda6d04803f1c9b196b620ef564e7768fee15de2",
+ "sha256": "0pg3iay0iinf361v4ay8kizdxs5rm23ir556cwwgz3m3gbs0mgsh"
+ }
+ },
+ {
+ "ename": "mustard-theme",
+ "commit": "641d1959bd31598fcdacd39a3d1bb077dcccfa5c",
+ "sha256": "0izxhivhmv49dja4wy9n0ipd41xdzdza2ql7pfa7ny35ji5hskik",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-mustard-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1319
+ ],
+ "commit": "3b15d992c79590d7ea2503004e2a863b57e274b5",
+ "sha256": "01ak4ayk46jqawlbb9cqliiqhnn68cq27kryamibdpds8sq0ch83"
+ }
+ },
+ {
+ "ename": "mutant",
+ "commit": "0fc72d1f18eba7501a040d450a85d8dee4e3070f",
+ "sha256": "0m5l5r37zb0ig96757ldyl9hbb01lknzqf08ap6dsmdwr1zayvp1",
+ "fetcher": "github",
+ "repo": "p-lambert/mutant.el",
+ "unstable": {
+ "version": [
+ 20160124,
+ 1353
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "de9cdefe48c880128a8f62c6699d7416e9c8ced1",
+ "sha256": "0w9blrm3596hmip8jg2hlz9sl31ci89b90jglmg4ipldgrgj3ly6"
+ }
+ },
+ {
+ "ename": "mutt-mode",
+ "commit": "7d9da58f247dee4f06cbcf6ed532134bc474d309",
+ "sha256": "0k1r2lsh8s054aapyf7diki00sxf1wdm01cavlqxbvv3zg2gym8d",
+ "fetcher": "gitlab",
+ "repo": "flexw/mutt-mode",
+ "unstable": {
+ "version": [
+ 20190302,
+ 1515
+ ],
+ "commit": "92763c5ff9abbf4ef91ce15fa7cc6b23da1cfa2d",
+ "sha256": "0n04500kr4d3qg6g98nzmdjcdy7qqs5r7f9cbi50r15jr9ihsjvx"
+ }
+ },
+ {
+ "ename": "mvn",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0bpg9zpyfdyn9xvrbmq4gb10hd701mc49np8arlmnilphb3fdgzs",
+ "fetcher": "github",
+ "repo": "apg/mvn-el",
+ "unstable": {
+ "version": [
+ 20181002,
+ 1617
+ ],
+ "commit": "ffa40235b7dabb6c6c165f64f32a963cde8031f0",
+ "sha256": "0ximk0aan7jqn5x7fk4pj35bxhi6zaspvyxrmac9kxaiz8znwffr"
+ }
+ },
+ {
+ "ename": "mw-thesaurus",
+ "commit": "53e4a552b8a7527433b11c377e1257fabceb8049",
+ "sha256": "10v3a09sz31ndj0ldpz0c3s45s62gyvdw0iq0c0dkg4da2rvicww",
+ "fetcher": "github",
+ "repo": "agzam/mw-thesaurus.el",
+ "unstable": {
+ "version": [
+ 20190620,
+ 2330
+ ],
+ "deps": [
+ "dash",
+ "request"
+ ],
+ "commit": "8327bae11588bcad5d73dcfbeb5e8d10f623d6b6",
+ "sha256": "0snv5v4c5f0hnixrii16xp55w0faw3hirmaj19fnf76shnpg4kwy"
+ }
+ },
+ {
+ "ename": "mwim",
+ "commit": "b7e1aa2fa1294b27ed7b6c5bdd5844fa5c37df72",
+ "sha256": "0bsibwplvyv96y5i5svm2b0jwzs5a7jr2aara7v7xnpj0nqaxm8k",
+ "fetcher": "github",
+ "repo": "alezost/mwim.el",
+ "unstable": {
+ "version": [
+ 20181110,
+ 1900
+ ],
+ "commit": "b4f3edb4c0fb8f8b71cecbf8095c2c25a8ffbf85",
+ "sha256": "0l3k611gp9g2x2vfmh92wnhnda81dslpwwpb8mxmzk308man77ya"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "462207227b98a6a4356d51419f5ad5ba9356e5cf",
+ "sha256": "06lw6064i82daasgm87gm58d142pypqc1q3cnx1cm35hyj4skd32"
+ }
+ },
+ {
+ "ename": "mxf-view",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "1a8hlp0r04p1cww3dmsqdxlm3ll522wjb0rnmj80d7mqizkbf52p",
+ "fetcher": "github",
+ "repo": "t-suwa/mxf-view",
+ "unstable": {
+ "version": [
+ 20180501,
+ 740
+ ],
+ "commit": "6ca3cc93d995fac5fc4d72275e1e984e9857ffcb",
+ "sha256": "0n0142kc7q4vy0n7winbvnc8zv4janlr2x4mi97f8v70drl4b18h"
+ }
+ },
+ {
+ "ename": "myanmar-input-methods",
+ "commit": "76093af2bba82159784994ec9e17a69cd22bf868",
+ "sha256": "1yg8zy2z18pbyr507ms2b162c0819rna1ilwyp6hb3iv2zjw45sd",
+ "fetcher": "github",
+ "repo": "yelinkyaw/emacs-myanmar-input-methods",
+ "unstable": {
+ "version": [
+ 20160106,
+ 1537
+ ],
+ "commit": "9d4e0d6358c61bde7a2274e430ef71683faea32e",
+ "sha256": "0cf0c9g9k2lk1ifi2dlw7c601sh1ycxf3fgl2hy5wliyd6l9rf86"
+ }
+ },
+ {
+ "ename": "mykie",
+ "commit": "e10504a19e052c080be2ccc9b1b8fd2e73a852e0",
+ "sha256": "12ram39fp3m9ar6q184rsnpkxb14y0ajibng7ia2ck54ck7n36cj",
+ "fetcher": "github",
+ "repo": "yuutayamada/mykie-el",
+ "unstable": {
+ "version": [
+ 20150808,
+ 2205
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "7676f0e883af1d1054e404e97691f3c13aba196f",
+ "sha256": "0a9a6hmv8vjmp6h9mnzin9vc0sncg79v5z72pasvbrplfxijzan0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ab8f7549f9018c26278d101af1b90997c9e5e0b3",
+ "sha256": "0550k0rfm0zai306642v689mcpsw9pbd5vs0il82cihwvrxjifc5"
+ }
+ },
+ {
+ "ename": "mynt-mode",
+ "commit": "22eaeb5041155d56483d2ac6b32098456411442b",
+ "sha256": "17s0wdwgh2dcpww6h3qszc9dcs7ki00xkyisvsfn4xqajrmmp75b",
+ "fetcher": "github",
+ "repo": "crshd/mynt-mode",
+ "unstable": {
+ "version": [
+ 20150512,
+ 2049
+ ],
+ "deps": [
+ "virtualenvwrapper"
+ ],
+ "commit": "23d4489167bfa899634548cb41ed32fdeb3600c9",
+ "sha256": "18ml0qz3iipm9w36zvwz77cbbrg885jgvzk6z4a33xcfp524xhma"
+ }
+ },
+ {
+ "ename": "myrddin-mode",
+ "commit": "224cd200f2f399f25865b6f5b9bf5ec8b957bf35",
+ "sha256": "1gz126gnwgrvkxd3n7xwqfzpk9lvcll3g8v4pa2w9hsz98crwwgl",
+ "fetcher": "git",
+ "url": "https://git.sr.ht/~jakob/myrddin-mode",
+ "unstable": {
+ "version": [
+ 20190804,
+ 2205
+ ],
+ "commit": "b996da5e3bae842eacba4b3e429899bb841b077e",
+ "sha256": "0gylwdq81s89civrlwsg4zrvyjkjw37jdp1mvsihx8xpq38w4r65"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "b996da5e3bae842eacba4b3e429899bb841b077e",
+ "sha256": "0gylwdq81s89civrlwsg4zrvyjkjw37jdp1mvsihx8xpq38w4r65"
+ }
+ },
+ {
+ "ename": "mysql-to-org",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0jjdv6ywdn1618l36bw3xa3mdgg3rc8r0rdv9xdqx8mmg648a7gj",
+ "fetcher": "github",
+ "repo": "mallt/mysql-to-org-mode",
+ "unstable": {
+ "version": [
+ 20181012,
+ 2034
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "7c986065adcbe13a525e1da5db8aa4c80b0ef7a3",
+ "sha256": "15zalc1rciawf5v2nkhf0qnn16c6fdaxs3m8aard3yhyag05ic3d"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "0f51b174a0ee6c9820baf9d79783923b270f3ffc",
+ "sha256": "1gxp1a26sna0p3xq6by8bk4yphhh32bvll0sdm2p3wkpdaci7hyz"
+ }
+ },
+ {
+ "ename": "mysql2sqlite",
+ "commit": "9841d3cfd1ee954eb0ab9b2ca3a3f605eb0fd22a",
+ "sha256": "1jblrbw4rq2jwpb8d1dyna0fiv52b9va3sj881cb17rqx200y3nd",
+ "fetcher": "github",
+ "repo": "echosa/emacs-mysql2sqlite",
+ "unstable": {
+ "version": [
+ 20170725,
+ 2216
+ ],
+ "commit": "8e6e74451c942e2e92f90dc13222b95a7dbb285e",
+ "sha256": "18jriaj391n4wr0qiva68jf482yx9v9l4xagbzl9vw125lszkngb"
+ }
+ },
+ {
+ "ename": "myterminal-controls",
+ "commit": "4a82a45d9fcafea0795f832bce1bdd7bc83667e2",
+ "sha256": "0ipk5s2whf3l68q0dydm1j6rcb6jhk61hgjwxygdphifvih7c5y2",
+ "fetcher": "github",
+ "repo": "myTerminal/myterminal-controls",
+ "unstable": {
+ "version": [
+ 20190426,
+ 421
+ ],
+ "commit": "733cdd7ab4f172b6dca09720fc5ae7dbc248c822",
+ "sha256": "1z89d3dx77c4v1zz4ngn689ay6m2x04jznnbc6bdqsaanz9znwlz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "df144b269bc274162602e50c692be20ac9b90547",
+ "sha256": "02bd47rx2ykz5hhrf1szcqz7s9r5fxz7n3hnwlqap2r6xcv6cpvk"
+ }
+ },
+ {
+ "ename": "n4js",
+ "commit": "82157dfd975635c49ef75eae83e2bdf5fe4ae5c2",
+ "sha256": "0x7smxs91ffriyxx2df61fh1abpl39gqy4m62k77h7xb6fg7af6m",
+ "fetcher": "github",
+ "repo": "tmtxt/n4js.el",
+ "unstable": {
+ "version": [
+ 20150714,
+ 231
+ ],
+ "deps": [
+ "cypher-mode"
+ ],
+ "commit": "3991ed8975151d5e8d568e952362df810f7ffab7",
+ "sha256": "1pd6c0jc1zxx3i3nk4qdx7gdf1qn8sc9jgqd72pkkpzvdwv998cp"
+ }
+ },
+ {
+ "ename": "name-this-color",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "15x3dp135p45gv4qn4ll3pd6zqi4glcpv6fzvjxnx0dcval9z4d8",
+ "fetcher": "github",
+ "repo": "knl/name-this-color.el",
+ "unstable": {
+ "version": [
+ 20151014,
+ 2030
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "e37cd1291d5d68d4c8d6386eab9cb9d94fd3bcfa",
+ "sha256": "0amhw630hgc0j8wr8m6aav399ixi3vbwrck79hhlr3pmyh91vv7n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "e37cd1291d5d68d4c8d6386eab9cb9d94fd3bcfa",
+ "sha256": "0amhw630hgc0j8wr8m6aav399ixi3vbwrck79hhlr3pmyh91vv7n"
+ }
+ },
+ {
+ "ename": "named-timer",
+ "commit": "3e8248bab40fddc97fe48dbd103bc2aa51eb287f",
+ "sha256": "1k2gkm193fh02vsj8h9kn0y1azispcz1b3ywwmb3cbif51l956g3",
+ "fetcher": "github",
+ "repo": "DarwinAwardWinner/emacs-named-timer",
+ "unstable": {
+ "version": [
+ 20181120,
+ 2224
+ ],
+ "commit": "670b81e3eddef2e7353a4eedc9553a85306445db",
+ "sha256": "1inbizxlfgndwxsn8cwnpf4vm42rby7pkjqxyzl7ldq4qln7q8v1"
+ }
+ },
+ {
+ "ename": "nameframe",
+ "commit": "bd314150b3f8ce529a2ae39a71e03bebedfdc6b9",
+ "sha256": "0iq8cfii39ha8sxn9w7kyfvys8kwyax8g4l0pkl05q0a0s95padp",
+ "fetcher": "github",
+ "repo": "john2x/nameframe",
+ "unstable": {
+ "version": [
+ 20171107,
+ 56
+ ],
+ "commit": "aafb8c5c5fbe0510e2f5d5b6b6b5dd0b73abe5d8",
+ "sha256": "1ivklkz3j722wg038bh3hmycp9j64zjrig49vl42mkj6d3ggwilg"
+ }
+ },
+ {
+ "ename": "nameframe-perspective",
+ "commit": "2543af5579d37a3eb52e6fea41da315f5590331e",
+ "sha256": "0wgr90m2pazc514slgdl1lin4mr3xxizasc82k7qinvdvdja515x",
+ "fetcher": "github",
+ "repo": "john2x/nameframe",
+ "unstable": {
+ "version": [
+ 20170406,
+ 119
+ ],
+ "deps": [
+ "nameframe",
+ "perspective"
+ ],
+ "commit": "aafb8c5c5fbe0510e2f5d5b6b6b5dd0b73abe5d8",
+ "sha256": "1ivklkz3j722wg038bh3hmycp9j64zjrig49vl42mkj6d3ggwilg"
+ }
+ },
+ {
+ "ename": "nameframe-projectile",
+ "commit": "bc17af8ff1694120d12a0cdbfccec78834810acd",
+ "sha256": "11z64wy8mnnrjmgfs2sjbv3mh136aki8r5f89myx861nfx18hc3k",
+ "fetcher": "github",
+ "repo": "john2x/nameframe",
+ "unstable": {
+ "version": [
+ 20160928,
+ 403
+ ],
+ "deps": [
+ "nameframe",
+ "projectile"
+ ],
+ "commit": "aafb8c5c5fbe0510e2f5d5b6b6b5dd0b73abe5d8",
+ "sha256": "1ivklkz3j722wg038bh3hmycp9j64zjrig49vl42mkj6d3ggwilg"
+ }
+ },
+ {
+ "ename": "nameless",
+ "commit": "8e4ee4dae5f32a8d445dc0cc2455c1f7075c9b3d",
+ "sha256": "14agx54h2vqfb0656n12z761ywyxsdskd6xa1ccar70l9vwj85vq",
+ "fetcher": "github",
+ "repo": "Malabarba/Nameless",
+ "unstable": {
+ "version": [
+ 20190429,
+ 1202
+ ],
+ "commit": "a3a1ce3ec0c5724bcbfe553d831bd4f6b3fe863a",
+ "sha256": "0pxfn81bc8smik0qksfjbrdjkzy0cbjzbc3ik47zl2i9blmx5krv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "commit": "ab1a5c589378334eafca105af1a17f73b9065423",
+ "sha256": "107q1rximjnag9r9vgwh0iv687i3rsscbdnjc46f8l16j6vi4n7d"
+ }
+ },
+ {
+ "ename": "names",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "1q784606jlakw1z6sx2g2x8hz8c8arywrm2r626wj0v105v510vg",
+ "fetcher": "github",
+ "repo": "Malabarba/names",
+ "unstable": {
+ "version": [
+ 20180321,
+ 1155
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d8baba5360e5253938a25d3e005455b6d2d86971",
+ "sha256": "11wyha2q8y7bzqq3jrzix8n97ywvsibvddrahqcps1a1yqk4hzfz"
+ },
+ "stable": {
+ "version": [
+ 20151201,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "00862c57ae6363ba86d1e5ce138929a1b6d5c7e6",
+ "sha256": "0m82g27gwf9mvicivmcilqghz5b24ijmnw0jf0wl2skfbbg0sydh"
+ }
+ },
+ {
+ "ename": "namespaces",
+ "commit": "de404e9ad3d1e27af24e868e84218d872d5fc795",
+ "sha256": "02pb7762khxpah4q6xg8r7dmlv1kwyzinffi7pcaps6ycj29q2fr",
+ "fetcher": "github",
+ "repo": "chrisbarrett/elisp-namespaces",
+ "unstable": {
+ "version": [
+ 20130326,
+ 2250
+ ],
+ "commit": "3d02525d9b9a5ae6e7be3adefd880121436e6270",
+ "sha256": "157hhb253m6a9l5wy6x8w5ar3x0qz1326l7a0npxif6pma0dd140"
+ }
+ },
+ {
+ "ename": "nand2tetris",
+ "commit": "90421372b3f60b59762279ac805c61a984606d11",
+ "sha256": "1zg9xx7mj8334m2v2zqqfkr5vkj4dzqbj8y13qk6xhzb7qkppyqd",
+ "fetcher": "github",
+ "repo": "CestDiego/nand2tetris.el",
+ "unstable": {
+ "version": [
+ 20171201,
+ 1813
+ ],
+ "commit": "33acee34d24b1c6a87db833b7d23449cf858f64f",
+ "sha256": "0sfa674g1qm280s0pc3n6qiiphj5i9ibknckx5capkrkxb5cwpkw"
+ }
+ },
+ {
+ "ename": "nand2tetris-assembler",
+ "commit": "90421372b3f60b59762279ac805c61a984606d11",
+ "sha256": "1761kgrflipxba8894cnx90ks7f3ba4nj6ci515zzxcx9s45mfyy",
+ "fetcher": "github",
+ "repo": "CestDiego/nand2tetris.el",
+ "unstable": {
+ "version": [
+ 20171201,
+ 1813
+ ],
+ "deps": [
+ "nand2tetris"
+ ],
+ "commit": "33acee34d24b1c6a87db833b7d23449cf858f64f",
+ "sha256": "0sfa674g1qm280s0pc3n6qiiphj5i9ibknckx5capkrkxb5cwpkw"
+ }
+ },
+ {
+ "ename": "nanowrimo",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "1nhyj38qyn1x6a5rbrwhcxwfwzyqqjm3dvksdnmam6vfwn3s2r31",
+ "fetcher": "bitbucket",
+ "repo": "gvol/nanowrimo.el",
+ "unstable": {
+ "version": [
+ 20151105,
+ 228
+ ],
+ "commit": "25e2ca20ed3486e3241a1b9a6cbca77f0d4bac61",
+ "sha256": "1nzkamy53kl1g4y1jm7j5zgpkdsyg5ykp8zp1f0bg5mhy8mmf75w"
+ }
+ },
+ {
+ "ename": "naquadah-theme",
+ "commit": "671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f",
+ "sha256": "1aml1f2lgn530i86218nrc1pk3zw5n3qd2gw4gylwi7g75i0cqn1",
+ "fetcher": "github",
+ "repo": "jd/naquadah-theme",
+ "unstable": {
+ "version": [
+ 20190225,
+ 1427
+ ],
+ "commit": "430c3b7bd51922cb616b3f60301f4e2604816ed8",
+ "sha256": "0z2dn05xgbdfw6rwgsq31rm5dr098dk411qk83fbx2bkdxxfr60w"
+ }
+ },
+ {
+ "ename": "narrow-reindent",
+ "commit": "73c7f01a009dc7ac1b9da8ce41859695a97b7878",
+ "sha256": "0fybal70kk62zlra63x4jb72694m0mzv4cx746prx9anvq1ss2i0",
+ "fetcher": "github",
+ "repo": "emallson/narrow-reindent.el",
+ "unstable": {
+ "version": [
+ 20150722,
+ 1906
+ ],
+ "commit": "87466aac4dbeb79597124dd077bf5c704872fd3d",
+ "sha256": "10yn215xb4s6kshk108y75im1xbdp0vwc9kah5bbaflp9234i0zh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "87466aac4dbeb79597124dd077bf5c704872fd3d",
+ "sha256": "10yn215xb4s6kshk108y75im1xbdp0vwc9kah5bbaflp9234i0zh"
+ }
+ },
+ {
+ "ename": "narrowed-page-navigation",
+ "commit": "e37e993fec280428f094b6c8ec418fe5ba8c6d49",
+ "sha256": "1yrmih60dd69qnin505jlmfidm2svzpdrz46286r7nm6pk7s4pb7",
+ "fetcher": "github",
+ "repo": "david-christiansen/narrowed-page-navigation",
+ "unstable": {
+ "version": [
+ 20150109,
+ 519
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b215adbac4873f56fbab65772062f0f5be8058a1",
+ "sha256": "0ydxj6dc10knambma2hpimqrhfz216nbj96w1dcwgjixs4cd4nax"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b215adbac4873f56fbab65772062f0f5be8058a1",
+ "sha256": "0ydxj6dc10knambma2hpimqrhfz216nbj96w1dcwgjixs4cd4nax"
+ }
+ },
+ {
+ "ename": "nash-mode",
+ "commit": "c8bd080c81b163a6ddcfffc710316b9711935b4a",
+ "sha256": "1d6nfxn7fc2qv78bf5277sdwfqflag2gihgic8vxrbjlpnizxn1p",
+ "fetcher": "github",
+ "repo": "tiago4orion/nash-mode.el",
+ "unstable": {
+ "version": [
+ 20160830,
+ 1212
+ ],
+ "commit": "2cd96535eb7d669a94306183e95ee37333872c1a",
+ "sha256": "0wdkl56pgm6qlgqjs4kqjglnxzjsfjd0y4fiffhxc893gm0psrpg"
+ }
+ },
+ {
+ "ename": "nasm-mode",
+ "commit": "a1a832b3bd7c2f2d3cee8bcfb5421d22acf5523e",
+ "sha256": "1626yf9mmqlsw8w01vzqsyb5ipa56259d4kl6w871k7rvhxwff17",
+ "fetcher": "github",
+ "repo": "skeeto/nasm-mode",
+ "unstable": {
+ "version": [
+ 20190410,
+ 342
+ ],
+ "commit": "65ca6546fc395711fac5b3b4299e76c2303d43a8",
+ "sha256": "00rv6m004hcsn71hv3p3rxmrpwajdy02qpi2ymhxx2w3r49ba562"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "d990ed94d902b74a5c834fb567e03307607cee45",
+ "sha256": "1dyc50a1zskx9fqxl2iy2x74f3bkb2ccz908v0aj13rqfqqnns9j"
+ }
+ },
+ {
+ "ename": "nav",
+ "commit": "0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f",
+ "sha256": "0ly1fk4ak1p8gkz3qmmxyslcjgicnfm8bpqqgndvwcznp8pvpjml",
+ "fetcher": "github",
+ "repo": "ijt/emacs-nav",
+ "unstable": {
+ "version": [
+ 20120507,
+ 707
+ ],
+ "commit": "c5eb234c063f435dbdcd1f8bdc46cfc68c973ebe",
+ "sha256": "0kfqpji6z3ra8sc951vmm1bzyhkws7vb5q6djvl45wlf1wrgkc4p"
+ }
+ },
+ {
+ "ename": "nav-flash",
+ "commit": "c9db386ab3910940addae6e925b2ac17e64e0f87",
+ "sha256": "0936kr0s6zxxmjwaqm7ywdw2im4dxai1xb7j6xa2gp7c70qvvsx3",
+ "fetcher": "github",
+ "repo": "rolandwalker/nav-flash",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "commit": "53f5bc59e3f32c1192d15637d3979732dacb2c35",
+ "sha256": "07wjicbvzg7cz983hv0p2qw1qlln07djigkmbqfpwvg3fk50fdyg"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "9054a0f9b51da9e5207672efc029ba265ba28f34",
+ "sha256": "119hy8rs83f17d6zizdaxn2ck3sylxbyz7adszbznjc8zrbaw0ic"
+ }
+ },
+ {
+ "ename": "navi-mode",
+ "commit": "8edf78a0ecd2ff8e6e066b80751a31e11a068c3f",
+ "sha256": "0pc52iq8lng2g0vpnrhdfxmibc1dx9ksmrjg0303as1yv41fnc69",
+ "fetcher": "github",
+ "repo": "alphapapa/navi",
+ "unstable": {
+ "version": [
+ 20190720,
+ 2003
+ ],
+ "deps": [
+ "outorg",
+ "outshine"
+ ],
+ "commit": "7eb7cf0c4a6ee537ec462f5ec90f00d12e3ca9c2",
+ "sha256": "0ajmbsdz825v5fidnp30yv1jwl415vc67hlm05a65f92bhs6m3zq"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0
+ ],
+ "commit": "5c979b3b3873b0e67751a1321a9e271d066f2022",
+ "sha256": "15jh1lsgqfnpbmrikm8kdh5bj60yb96f2as2anppjjsgl6w96glh"
+ }
+ },
+ {
+ "ename": "navi2ch",
+ "commit": "36bea1eca58de15d6106cbd293d941d12ee3d21c",
+ "sha256": "13xwvyy27dz1abjkkazm3s1p6cw32l2klr1bnln02w0azkbdy7x3",
+ "fetcher": "github",
+ "repo": "naota/navi2ch",
+ "unstable": {
+ "version": [
+ 20150330,
+ 216
+ ],
+ "commit": "f39d93c32acd5b9c3a7fb1a9fe14c5e1c4b5288e",
+ "sha256": "0i0icyaa2zzzl0cr9n1zv44pg2lric8gic58dkjxjv8yyk6y01cn"
+ }
+ },
+ {
+ "ename": "navorski",
+ "commit": "9246cef94029d2da2211345c076ed55deb91e8fa",
+ "sha256": "0dnzpsm0ya8rbcik5wp378hc9k7gjb3gwmkqqj889c38q5cdwsx7",
+ "fetcher": "github",
+ "repo": "roman/navorski.el",
+ "unstable": {
+ "version": [
+ 20141203,
+ 1824
+ ],
+ "deps": [
+ "dash",
+ "multi-term",
+ "s"
+ ],
+ "commit": "698c1c62da70164aebe9a7a5d034778fbc30ea5b",
+ "sha256": "0g7rmvfm0ldv0d2x7f8k761mgmi47siyspfi1ns40ijhkpc15x8l"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 7
+ ],
+ "deps": [
+ "dash",
+ "multi-term",
+ "s"
+ ],
+ "commit": "4546d4e4dfbec20ee8c423c045408a3388a9eab9",
+ "sha256": "09cb07f98aclgq8jf5419305zydkk1hz4nvzrwqz7syrlpvx8xi5"
+ }
+ },
+ {
+ "ename": "naysayer-theme",
+ "commit": "bc3ed48e21b13998b77dd0f28ea02a6224abd367",
+ "sha256": "1mlbhq2x1676cgsrl2l4kd9r7im9cjzk9lww02p7p1pdfp8k01qf",
+ "fetcher": "github",
+ "repo": "nickav/naysayer-theme.el",
+ "unstable": {
+ "version": [
+ 20190704,
+ 201
+ ],
+ "commit": "8eed91b268403cb9043e0c9d9aaf324db1ab7d7e",
+ "sha256": "00gwj4dw0ky94fhgy6zckmh2s5lfphvc0hkcqvcvvqcwy8a03ynv"
+ }
+ },
+ {
+ "ename": "ncl-mode",
+ "commit": "2eea3936b8a3a7546450d1d7399e0f86d855fefd",
+ "sha256": "1niy0w24q6q6j7s0l9fcaqai7zz2gg1qlk2s9sxb8j79jc41y47k",
+ "fetcher": "github",
+ "repo": "yyr/ncl-mode",
+ "unstable": {
+ "version": [
+ 20180129,
+ 703
+ ],
+ "commit": "602292712a9e6b7e7c25155978999e77d06b7338",
+ "sha256": "0sv44hn2ylick7ywpcbij8h2vxdj06zridjdmcfgpv5d090dbl9n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 99,
+ 2
+ ],
+ "commit": "164e504e25cec1812fbae5c3dae164d9f6018ece",
+ "sha256": "1m3llm87qgd7sr6ci22nd835vdg0qprs5m9lqcx74k689jl89cni"
+ }
+ },
+ {
+ "ename": "nclip",
+ "commit": "f03f254afbe561e0a6dd6c287dcc137da05376cd",
+ "sha256": "016jp1rqrf1baxlxbi3476m88a0l3r405dh6pmly519wm2k8pipw",
+ "fetcher": "github",
+ "repo": "maio/nclip.el",
+ "unstable": {
+ "version": [
+ 20130617,
+ 2015
+ ],
+ "commit": "af88e38b1f04be02bf2e57affc662dbd0f828e67",
+ "sha256": "178gjv7kq97p9i4naxql7xabvmchw5x8idkpyjqqky3b24v5wkis"
+ }
+ },
+ {
+ "ename": "neato-graph-bar",
+ "commit": "49c5bd4e1506a28ada9856e5f70e520890123d16",
+ "sha256": "1p4jmla75ny443cv7djk3nvl3ikchllnsivxx9yds14ynk4jxhgb",
+ "fetcher": "gitlab",
+ "repo": "RobertCochran/neato-graph-bar",
+ "unstable": {
+ "version": [
+ 20181130,
+ 1649
+ ],
+ "commit": "a7ae35afd67911e8924f36e646bce0d3e3c1bbe6",
+ "sha256": "0sx2m2j00xhcb8l7fw595zsn9wjhcj4xb163rjqd3d1wjrk6fpn8"
+ }
+ },
+ {
+ "ename": "nemerle",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1rbalq3s2inwz9cf6bfmnxgqd9ylba3crflfjs6b4mnp33z4swny",
+ "fetcher": "github",
+ "repo": "rsdn/nemerle",
+ "unstable": {
+ "version": [
+ 20161029,
+ 2023
+ ],
+ "commit": "f7ebf8f2cff477c3d9b8abdb6470e7b8d80f51ce",
+ "sha256": "0nfj072wvvyzbc6xfw2m9fmfx19rv65s4l3hy2faa4d4skw425zz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "556270ce8b97668a65e9ec20a05f78c3dffeac60",
+ "sha256": "19xxg4ya6vndk2ljdnl284zs8qf9dkq4ghr7pmsclp9n7zh46v48"
+ }
+ },
+ {
+ "ename": "neon-mode",
+ "commit": "c6b2a4898bf21413c4d9e6714af129bbb0a23e1a",
+ "sha256": "0kgyc0rkxvvks5ykizfv82f2cx7ck17sk63plj7bld6khlcgv0y6",
+ "fetcher": "github",
+ "repo": "Fuco1/neon-mode",
+ "unstable": {
+ "version": [
+ 20180406,
+ 1156
+ ],
+ "commit": "99d15e46beaf1e7d71e39a00cce810df1f33229d",
+ "sha256": "07vsi07m5q070fvkqhz32qa2y7dgnyi1kggairimbiwbn98bh642"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 0
+ ],
+ "commit": "99d15e46beaf1e7d71e39a00cce810df1f33229d",
+ "sha256": "07vsi07m5q070fvkqhz32qa2y7dgnyi1kggairimbiwbn98bh642"
+ }
+ },
+ {
+ "ename": "neotree",
+ "commit": "9caf2e12762d334563496d2c75fae6c74cfe5c1c",
+ "sha256": "05smm1xsn866lsrak0inn2qw6dvzy24lz6h7rvinlhk5w27xva06",
+ "fetcher": "github",
+ "repo": "jaypei/emacs-neotree",
+ "unstable": {
+ "version": [
+ 20181121,
+ 2026
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c2420a4b344a9337760981c451783f0ff9df8bbf",
+ "sha256": "1wfx37kvsfwrql8zs2739nx7wb51m26vwlcz1jygbrb62n6wq14k"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5e1271655170f4cdc6849258e383c548a4e6e3d0",
+ "sha256": "0hx72fq10772bbyqrj7mhhp02k26cccjxdadiqm1ykainhfmn1x0"
+ }
+ },
+ {
+ "ename": "nerdtab",
+ "commit": "59bc273db1d34997ea5d51cc6adc33ec785bc7f3",
+ "sha256": "0q7dyqxq058195pgb1pjy27gcrr96096xcvvrapkarym7jsa2wy3",
+ "fetcher": "github",
+ "repo": "casouri/nerdtab",
+ "unstable": {
+ "version": [
+ 20180811,
+ 339
+ ],
+ "commit": "74ccc14d7956712e477a34b4a733284e8b3832a6",
+ "sha256": "1cpdarxw9pida7pg7lgq4p4lnq2l3ny2y96j0ckxx7r04p24q611"
+ }
+ },
+ {
+ "ename": "netease-music",
+ "commit": "ca3d4a8f8d9080e26a8fe2c38c0001d5cfc3c88c",
+ "sha256": "1vb81f1l45v6rny91rcqvnhzqh5ybdr0r39yrcaih8zhvamk685z",
+ "fetcher": "github",
+ "repo": "nicehiro/netease-music",
+ "unstable": {
+ "version": [
+ 20190708,
+ 215
+ ],
+ "deps": [
+ "names"
+ ],
+ "commit": "39a7d7a15f63435d9efaf469ea7c971069c07acb",
+ "sha256": "01wkd8ifsa5l6jh4xdmj40xfx0hyxv4c0a8s6z5ynmqvmbxvbw5n"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "f3bba59664e1c4c4ed47f16fa786151272d99a70",
+ "sha256": "1a6r7cmxvg83fa285drli2nac9a56kyd2pn4y1vfcg7jiy6czhiw"
+ }
+ },
+ {
+ "ename": "netherlands-holidays",
+ "commit": "abdbce47cb5c623696b5d6fcb3bef2d995d90195",
+ "sha256": "181linsbg5wrx1z7zbj3in2d3d4zd2v7drspkj0b6l0c5yfxwayf",
+ "fetcher": "github",
+ "repo": "abo-abo/netherlands-holidays",
+ "unstable": {
+ "version": [
+ 20150202,
+ 1617
+ ],
+ "commit": "26236178cdd650df9958bf5a086e184096559f00",
+ "sha256": "1kkflj2qnrn6kzh1l6bjl5n5507qilb22pqj3h0f2m6hfyn0sw5z"
+ }
+ },
+ {
+ "ename": "netrunner",
+ "commit": "a8b1d8c31383b6ec3788ad6c9adf0117190484c9",
+ "sha256": "1lk5acbv1fw7q9jwpk0l5hqb9wnscg2kj3qn6b4pwn9ggf8axkpv",
+ "fetcher": "github",
+ "repo": "Kungsgeten/netrunner",
+ "unstable": {
+ "version": [
+ 20160910,
+ 2332
+ ],
+ "deps": [
+ "company",
+ "helm",
+ "popup"
+ ],
+ "commit": "c64672992175c8c1073c0f56c2e471839db71a0f",
+ "sha256": "1jj8qsq4xa93h3srskhw1l6igzf9jhwl8hfa73zvqr8dhqhp149k"
+ }
+ },
+ {
+ "ename": "network-watch",
+ "commit": "e129679b3e2074af3e3de1b2ccce53a2fa5e9f65",
+ "sha256": "0y3vjrh9vlfg44c01ylkszisliwfy5zb8c5z3qrmf3yj4q096f42",
+ "fetcher": "github",
+ "repo": "jamiguet/network-watch",
+ "unstable": {
+ "version": [
+ 20171123,
+ 1146
+ ],
+ "commit": "958dd0d419e4f9402648a86b754091ba346e01b8",
+ "sha256": "1xqp7aghc8xd1733azl27mjf57qvm0036qbkqmaks2ip8s8c6arj"
+ }
+ },
+ {
+ "ename": "never-comment",
+ "commit": "ef3f8e712c10d63fea009951d7916fe376267cbe",
+ "sha256": "0sn8y57895bfpgiynnj4m9b3x3dbb9v5fwkcwmf9jr39dbf98v6s",
+ "fetcher": "github",
+ "repo": "To1ne/never-comment",
+ "unstable": {
+ "version": [
+ 20140104,
+ 2207
+ ],
+ "commit": "74ded8f1e7f23240f5f6032d0451fb0a51733bc4",
+ "sha256": "0p00mmid04pfsna4ify3cy0b9lx431q1r5h772hihsg4f1rs2ppy"
+ }
+ },
+ {
+ "ename": "newlisp-mode",
+ "commit": "e5c79c56bddfeb498d28f2575184434fbb93465d",
+ "sha256": "0i2d2gyzzvpr5qm2cqzbn9my21lfb66315hg9fj86ac5pkc25zrd",
+ "fetcher": "github",
+ "repo": "kosh04/newlisp-mode",
+ "unstable": {
+ "version": [
+ 20160226,
+ 1545
+ ],
+ "commit": "ac23be40c81a360988ab803d365f1510733f6db4",
+ "sha256": "1zzsfyqwj1k4zh30gl491ipavr9pp9djwjq3zz2q3xh7jys68w8r"
+ }
+ },
+ {
+ "ename": "nexus",
+ "commit": "80d3665e9a31aa3098df456dbeb07043054e42f5",
+ "sha256": "1mdphgsqg6n4hryr53rk42z58vfv0g5wkar5ipanr4h4iclkf5vd",
+ "fetcher": "github",
+ "repo": "juergenhoetzel/emacs-nexus",
+ "unstable": {
+ "version": [
+ 20140114,
+ 1305
+ ],
+ "commit": "c46f499951b90839aa8683779fe43d8f01672a60",
+ "sha256": "1xnx6v49i6abzbhq4fl4bp9d0pp9gby40splpcj211xsb8yiry27"
+ }
+ },
+ {
+ "ename": "ng2-mode",
+ "commit": "a856ecd8aca2d9232bb20fa7019de9e1dbbb19f4",
+ "sha256": "0sr4yh5nkgqb1qciq9mzzhr64350bi2wjm6z9d616nkjw72saz1r",
+ "fetcher": "github",
+ "repo": "AdamNiederer/ng2-mode",
+ "unstable": {
+ "version": [
+ 20190524,
+ 1912
+ ],
+ "deps": [
+ "typescript-mode"
+ ],
+ "commit": "52fdfe27247548b46f6171eebaf887a90dd67463",
+ "sha256": "1g8za385clky1waba4ggi5bl2q4h26gz00lkzghn3zvxg5nbh47d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "deps": [
+ "typescript-mode"
+ ],
+ "commit": "57e6e4e388624853bc3b79bf5b17d2663ce26fa5",
+ "sha256": "08dm8clw3xm0c3xcbl3q4dm9n7cxhpldnwxjaxs1glc5l21qdg4q"
+ }
+ },
+ {
+ "ename": "nginx-mode",
+ "commit": "a6da3640b72496e2b32e6ed21aa39df87af9f7f3",
+ "sha256": "07k17m64zhv6gik8v4n73d8l1k6fsp4qp8cl94r384ny0187y65c",
+ "fetcher": "github",
+ "repo": "ajc/nginx-mode",
+ "unstable": {
+ "version": [
+ 20170612,
+ 437
+ ],
+ "commit": "a2bab83c2eb233d57d76b236e7c141c2ccc97005",
+ "sha256": "17dh5pr3gh6adrbqx588gimxbb2fr7iv2qrxv6r48w2727l344xs"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 9
+ ],
+ "commit": "a2bab83c2eb233d57d76b236e7c141c2ccc97005",
+ "sha256": "17dh5pr3gh6adrbqx588gimxbb2fr7iv2qrxv6r48w2727l344xs"
+ }
+ },
+ {
+ "ename": "niceify-info",
+ "commit": "0b2a923da7363d904eb848eb335736974e05dba1",
+ "sha256": "1s9c8yxbab9zl5jx38alwa2hpp4zj5cb9a5gfm3x09jf3iw768bl",
+ "fetcher": "github",
+ "repo": "aaron-em/niceify-info.el",
+ "unstable": {
+ "version": [
+ 20160416,
+ 1244
+ ],
+ "commit": "38df5062bc3b99d1074cab3e788b5ed66732111c",
+ "sha256": "0hgrf628ris94pmvmgibkq6zmwrqkv9q70c5a2gsbdpqmfikj8m1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "66b45916f1994e16ee023d29fa7cf8fec48078f1",
+ "sha256": "0dzcaa88l7yjc7fhyhkvbzs7bmhi6bb6rx41wsnnidlnpzbgdrk7"
+ }
+ },
+ {
+ "ename": "niconama",
+ "commit": "ad8e7189e9c4c5d86cef268f45be0dda2d702805",
+ "sha256": "1v4cvcxrl254jhfl1q5ld0gn4598fcvv0pfhilh2jy76w5acqx81",
+ "fetcher": "github",
+ "repo": "NOBUTOKA/niconama.el",
+ "unstable": {
+ "version": [
+ 20170910,
+ 1501
+ ],
+ "deps": [
+ "cl-lib",
+ "request"
+ ],
+ "commit": "96e7553e50e6bf7b58aac50f52c9b0b8edb41c56",
+ "sha256": "1gihjzwl6309vgav5z7jzi8jb7is8vx8lr23kb6h373gwws4bi10"
+ }
+ },
+ {
+ "ename": "night-owl-theme",
+ "commit": "77fe194a0e58bdb9789c85f3c50895eb886b4016",
+ "sha256": "121jc59ry60h1ml1vxx4a6l4a6jcxk7fc4wz32fqv5pr03rzgs7h",
+ "fetcher": "github",
+ "repo": "aaronjensen/night-owl-emacs",
+ "unstable": {
+ "version": [
+ 20190808,
+ 2050
+ ],
+ "commit": "16fdaa15593cd86daf1100852045cdbd5c242d49",
+ "sha256": "0w4q9ar0kn0fgp554dwwb488za8kf80mi1dl0fh748b54m70j2c4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "3d1b6b319173c2f0aaf42a294ab01fba473f11c4",
+ "sha256": "157zdnpy18ca9biv5bxv3qvg62sh3qmpp2lv9q8sgasg0wvb9vpk"
+ }
+ },
+ {
+ "ename": "nikola",
+ "commit": "8ef4f7c2f1c48edd7b4a6fdcda51908d216c631c",
+ "sha256": "1d0a80y910klayb9jf0ahn5lj9l6xdhwcp2in3ridmqislavrcnv",
+ "fetcher": "git",
+ "url": "https://git.daemons.it/drymer/nikola.el/",
+ "unstable": {
+ "version": [
+ 20170703,
+ 2021
+ ],
+ "deps": [
+ "async"
+ ],
+ "commit": "964715ac30943c9d6976999cad208dc60d09def0",
+ "sha256": "0b0bpw9r2xi1avzq76pl58bbk1shb57d3bmzd9d53d07gj5c9399"
+ }
+ },
+ {
+ "ename": "nim-mode",
+ "commit": "dc2ccb5f24b9d55c77eaa7952a9e6a2e0ed7be24",
+ "sha256": "1kzn3kkkj7jzs7fqhvib196sl3vp7kbhb4icqzmvvmv366lkaib6",
+ "fetcher": "github",
+ "repo": "nim-lang/nim-mode",
+ "unstable": {
+ "version": [
+ 20190710,
+ 2254
+ ],
+ "deps": [
+ "commenter",
+ "epc",
+ "flycheck-nimsuggest",
+ "let-alist"
+ ],
+ "commit": "0d46c05cdfa65d37f8cb5da860ff3052782f6bbd",
+ "sha256": "1lzrfllmcya7l2aqbh0j5wly3dx3wvag3b8gbmpjzd7cm4m6nax7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "deps": [
+ "commenter",
+ "epc",
+ "flycheck",
+ "let-alist"
+ ],
+ "commit": "86abed21b9b718ac65cc167f208e0bd5b92c79ed",
+ "sha256": "0h1paf9z6xvkay97ns74w2w9plwi46md5f2kik4jvjy74p57gxal"
+ }
+ },
+ {
+ "ename": "nimbus-theme",
+ "commit": "fc0e6b456b76e2379c64a86ad844362c58146dc6",
+ "sha256": "1hy4rc1v5wg7n6nazdq09gadirb0qvn887mmdavwjnnac45xyi18",
+ "fetcher": "github",
+ "repo": "m-cat/nimbus-theme",
+ "unstable": {
+ "version": [
+ 20190810,
+ 1848
+ ],
+ "commit": "0bbdedd23361ffbd7199c70481803b708fb65d59",
+ "sha256": "1v4cisqlqh2lqql29459lb475r4k95gz8qdvsn89hl58s27iq420"
+ }
+ },
+ {
+ "ename": "ninja-mode",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "1v6wy9qllbxl37fp9h47000lwp557qss6fdjb3a1f20msg8f70av",
+ "fetcher": "github",
+ "repo": "ninja-build/ninja",
+ "unstable": {
+ "version": [
+ 20181024,
+ 1439
+ ],
+ "commit": "bd17f236231a58c44f1f5f09ff925aa666d672b7",
+ "sha256": "0xgb954shsahj8vm0mncl85cmy74xxxdqh4fp4bjv10gl8z2p8hf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 9,
+ 0
+ ],
+ "commit": "b25c08bda4949192c69cea4cee057887341a2ffc",
+ "sha256": "1q0nld3g0d210zmdjyjzjz2xb2bw1s58gj6zsx7p8q30yh0wg610"
+ }
+ },
+ {
+ "ename": "nix-buffer",
+ "commit": "08b978724ff26b3ea7a134d307d888c80e2a92a9",
+ "sha256": "1fjkf88345v9l2v2mk8a057mw0p0rckf6rjf00y5464dyhh58vcd",
+ "fetcher": "github",
+ "repo": "shlevy/nix-buffer",
+ "unstable": {
+ "version": [
+ 20180212,
+ 1518
+ ],
+ "deps": [
+ "f"
+ ],
+ "commit": "db57cda36e7477bdc7ef5a136357b971b1d4d099",
+ "sha256": "0b01b4l9c70sad5r5py5hvg7s6k6idwwp0pv3rn8rj0fq5wlyixj"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 1,
+ 1
+ ],
+ "deps": [
+ "f"
+ ],
+ "commit": "db57cda36e7477bdc7ef5a136357b971b1d4d099",
+ "sha256": "0b01b4l9c70sad5r5py5hvg7s6k6idwwp0pv3rn8rj0fq5wlyixj"
+ }
+ },
+ {
+ "ename": "nix-haskell-mode",
+ "commit": "aeb879e2e8b017d3e1ccdc8d19f17d09b2ad5f1b",
+ "sha256": "1rygqmq01p27gbda6hgnzisng7xqf63x462a3x31ym67ivxsyqz3",
+ "fetcher": "github",
+ "repo": "matthewbauer/nix-haskell-mode",
+ "unstable": {
+ "version": [
+ 20190615,
+ 135
+ ],
+ "deps": [
+ "haskell-mode",
+ "nix-mode"
+ ],
+ "commit": "68efbcbf949a706ecca6409506968ed2ef928a20",
+ "sha256": "1zv3sj3pgc2chv3880nyixvdmpw9sm4h153xw7gm26v2yhhkfdnn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "flycheck",
+ "haskell-mode",
+ "nix-mode"
+ ],
+ "commit": "1622924f0f6668f9b42f135323087ba94b1bf252",
+ "sha256": "09x4b939y0w4irnkvpxhn1jkzy4id9vhfkl5b9f14jjdny2d6l3a"
+ }
+ },
+ {
+ "ename": "nix-mode",
+ "commit": "e1870d786dbfac3b14386c8030e06f2d13ab9da6",
+ "sha256": "10f3ly4860lkxzykw4fbvhn3i0c2hgj77jfjbhlk2c1jz9x4yyy5",
+ "fetcher": "github",
+ "repo": "NixOS/nix-mode",
+ "unstable": {
+ "version": [
+ 20190703,
+ 526
+ ],
+ "commit": "ddf091708b9069f1fe0979a7be4e719445eed918",
+ "sha256": "0s8ljr4d7kys2xqrhkvj75l7babvk60kxgy4vmyqfwj6xmcxi3ad"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4,
+ 1
+ ],
+ "commit": "2f4bd0f09c829c2c5f49be2c5455352eaa4c2e3d",
+ "sha256": "04xpgg9nba5m1bl7ci5l456whcb8nfhsbvgxyx89bp0zqgr005q7"
+ }
+ },
+ {
+ "ename": "nix-sandbox",
+ "commit": "66be755a6566e8c0cfb5aafa50de29b434023c7a",
+ "sha256": "13zr0jbc6if2wvyiplay2gkd5548imfm38x1qy1dw6m2vhbzwp0k",
+ "fetcher": "github",
+ "repo": "travisbhartwell/nix-emacs",
+ "unstable": {
+ "version": [
+ 20171004,
+ 1706
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "45c8d90748304c90e1503c9fa8db0443f3d4bd89",
+ "sha256": "0hsr8acsvfb42drb8f2wkpgqyh3csny7l82qv4k2l83xf022cs1d"
+ }
+ },
+ {
+ "ename": "nix-update",
+ "commit": "c59e828d4cad3d75344b34b9666349250e53b6ea",
+ "sha256": "0if83pvjvr0347301j553bsxrrxniyykq20457cdkzlvva52c0b3",
+ "fetcher": "github",
+ "repo": "jwiegley/nix-update-el",
+ "unstable": {
+ "version": [
+ 20190124,
+ 1935
+ ],
+ "commit": "fc6c39c2da3fcfa62f4796816c084a6389c8b6e7",
+ "sha256": "01cpl4w49m5dfkx7l8g1q183s341iz6vkjv2q4fbx93avd7msjgi"
+ }
+ },
+ {
+ "ename": "nixos-options",
+ "commit": "6846c7d86e70a9dd8300b89b61435aa7e146be96",
+ "sha256": "1m3jipidk10zj68rzjbacgjlal31jf80gqjxlgj4qs8lm671gxmm",
+ "fetcher": "github",
+ "repo": "travisbhartwell/nix-emacs",
+ "unstable": {
+ "version": [
+ 20160209,
+ 1841
+ ],
+ "commit": "45c8d90748304c90e1503c9fa8db0443f3d4bd89",
+ "sha256": "0hsr8acsvfb42drb8f2wkpgqyh3csny7l82qv4k2l83xf022cs1d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "json"
+ ],
+ "commit": "5fc8fa29bea9dd8e9c822af92f9bc6ddc223635f",
+ "sha256": "1lm7rkgf7q5g4ji6v1masfbhxdpwni8d77dapsy5k9p73cr2aqld"
+ }
+ },
+ {
+ "ename": "nlinum-hl",
+ "commit": "b13a886535a5c33fe389a6b616988b7377249625",
+ "sha256": "17lcp1ira7yhch9npg9sf3npwg06yh9zyhg0lnb22xg09lbndj0x",
+ "fetcher": "github",
+ "repo": "hlissner/emacs-nlinum-hl",
+ "unstable": {
+ "version": [
+ 20190301,
+ 2117
+ ],
+ "deps": [
+ "cl-lib",
+ "nlinum"
+ ],
+ "commit": "dc6b365a58e06c7d637a76a31c71a40b20da8b56",
+ "sha256": "1fvvyc77iggil9mzy8hd4vx8xw96bkfx6pmlb9ami428qp8r45g7"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 6
+ ],
+ "deps": [
+ "cl-lib",
+ "nlinum"
+ ],
+ "commit": "dc6b365a58e06c7d637a76a31c71a40b20da8b56",
+ "sha256": "1fvvyc77iggil9mzy8hd4vx8xw96bkfx6pmlb9ami428qp8r45g7"
+ }
+ },
+ {
+ "ename": "nlinum-relative",
+ "commit": "eb418a464b112f9bb1bbd050e9602b60c0fcce1c",
+ "sha256": "15ifh5bfsarkifx6m7d5rhx6hqlnm231plkf623885kar7i85ia4",
+ "fetcher": "github",
+ "repo": "CodeFalling/nlinum-relative",
+ "unstable": {
+ "version": [
+ 20160526,
+ 708
+ ],
+ "deps": [
+ "nlinum"
+ ],
+ "commit": "5b9950c97ba79a6f0683e38b13da23f39e01031c",
+ "sha256": "0h00ghr5sipayfxz7ykzy7bg1p1vkbwxl5xch3x0h8j2cp1dqc3d"
+ }
+ },
+ {
+ "ename": "nm",
+ "commit": "cdad6565e83dd79db538d3b6a45e932864246da2",
+ "sha256": "004rjbrkc7jalbd8ih170sy97w2g16k3whqrqwywh09pzrzb05kw",
+ "fetcher": "github",
+ "repo": "tjim/nevermore",
+ "unstable": {
+ "version": [
+ 20151110,
+ 1910
+ ],
+ "deps": [
+ "company",
+ "notmuch",
+ "peg"
+ ],
+ "commit": "5a3f29174b3a4b2b2e7a700a862f3b16a942687e",
+ "sha256": "1skbjmyikzyiic470sngskggs05r35m8vzm69wbmrjapczginnak"
+ }
+ },
+ {
+ "ename": "nnir-est",
+ "commit": "ca17de8cdd53bb32a9d3faaeb38f19f92b18ee38",
+ "sha256": "04ih47pipph8sl84nv6ka4xlpd8vhnpwhs5cchgk5k1zv3l5scxv",
+ "fetcher": "github",
+ "repo": "kawabata/nnir-est",
+ "unstable": {
+ "version": [
+ 20180710,
+ 2103
+ ],
+ "commit": "6d0d5c8e33f4e4ccbc22350324c0990d2676fb5a",
+ "sha256": "1xmv2mddhvcvnyndpyv42gl8zn5dx7lvd03pl43bjp38srn4aj6g"
+ }
+ },
+ {
+ "ename": "nnreddit",
+ "commit": "4581c76fee699eb9f41eb0f00e4ccd4a008b8399",
+ "sha256": "0pfb57pwdyhsrmgzbf83xrq10xjhm6sk6xyz8rd15gjqka2mc8c2",
+ "fetcher": "github",
+ "repo": "dickmao/nnreddit",
+ "unstable": {
+ "version": [
+ 20190812,
+ 2056
+ ],
+ "deps": [
+ "anaphora",
+ "dash",
+ "json-rpc",
+ "request",
+ "virtualenvwrapper"
+ ],
+ "commit": "3e6c4a5cd073d3d02aad0620cb00201e1f659fa5",
+ "sha256": "0k85hvp88i4rmv4igwhflw1rf307wxqk7l0qipybgbccs2zca5hc"
+ }
+ },
+ {
+ "ename": "no-emoji",
+ "commit": "af6b04c1f95468254f2cf361964df9fd25d23586",
+ "sha256": "1lr6bzjxwn3yzw0mq36h2k2h8bqb1ngin42swhv022yx6a022zn2",
+ "fetcher": "github",
+ "repo": "ecraven/no-emoji",
+ "unstable": {
+ "version": [
+ 20180515,
+ 1837
+ ],
+ "commit": "ebceeab50dbfe4d60235180a57633745dbc18c77",
+ "sha256": "19wni50073dwspppx0xlryagg2fgg0jiz5kqf1b1wmaq8xn5b8r9"
+ }
+ },
+ {
+ "ename": "no-littering",
+ "commit": "57a2fb9524df3fdfdc54c403112e12bd70888b23",
+ "sha256": "15w784ir48v8biiaar8ip19s9y3wn5831m815kcw02mgzy3bfjmh",
+ "fetcher": "github",
+ "repo": "emacscollective/no-littering",
+ "unstable": {
+ "version": [
+ 20190730,
+ 2037
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b36e1d28b97693850da258e103f24c40ec882753",
+ "sha256": "17y0m1n8vn6p0qykphbpbjbm3gzd2wprw6i2nwfd4g718hbsrkwi"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "99ae007ead688689b5b25a9482f98ec67663bb61",
+ "sha256": "0sg4qh9a6k1m24qamsf7ldpghjcawbdgh114gy08jnw478nf05kv"
+ }
+ },
+ {
+ "ename": "no-spam",
+ "commit": "77315d545c4df63a1e7f9c90e80a36746da4d986",
+ "sha256": "1rg9c53izvpsyrvn0lpfkmw4lbz5vhh501zjljz65d01pf8zmkkl",
+ "fetcher": "github",
+ "repo": "mamapanda/no-spam",
+ "unstable": {
+ "version": [
+ 20190724,
+ 1854
+ ],
+ "commit": "860860e4a0d59bd15c8e092dc42f5f7f769a428e",
+ "sha256": "00xrbgh0pw6apm51lyvwdlc8rlkb2i713cclibaqffi18qz5z6kf"
+ }
+ },
+ {
+ "ename": "noaa",
+ "commit": "1272203f85375e50d951451bd5fd3baffd57bbfa",
+ "sha256": "11hzpmgapmf6dc5imvj5jvzcy7hfddyz74lqmrq8128i72q1sj0v",
+ "fetcher": "github",
+ "repo": "thomp/noaa",
+ "unstable": {
+ "version": [
+ 20190202,
+ 1634
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "request"
+ ],
+ "commit": "532eb14328027ee29e124768feec23a8ef7ee798",
+ "sha256": "1qc9im01fw7k9907a9d2a87hndyyn3sk1kw31cylsvrzsb7ss9f9"
+ }
+ },
+ {
+ "ename": "noccur",
+ "commit": "41f15b8298390310e95cbe137ea1516c0be10b94",
+ "sha256": "0a8l50v09bgap7rsls808k9wyjpjbcxaffsvz7hh9rw9s7m5fz5g",
+ "fetcher": "github",
+ "repo": "NicolasPetton/noccur.el",
+ "unstable": {
+ "version": [
+ 20150514,
+ 2120
+ ],
+ "commit": "6cc02ce07178a61ae38a849f80472c01969272bc",
+ "sha256": "0wk86gm0by9c8mfbvydz5va07qd30n6wx067inqfa7wjffaq0xr7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "6cc02ce07178a61ae38a849f80472c01969272bc",
+ "sha256": "0wk86gm0by9c8mfbvydz5va07qd30n6wx067inqfa7wjffaq0xr7"
+ }
+ },
+ {
+ "ename": "nocomments-mode",
+ "commit": "d88074771b581d21f48b707f93949f7224a28633",
+ "sha256": "1qhalhs29fb3kv5ckk8ny9fbqn2c4r4lwnc566j3bb1caqf2j7g0",
+ "fetcher": "github",
+ "repo": "Lindydancer/nocomments-mode",
+ "unstable": {
+ "version": [
+ 20170213,
+ 2037
+ ],
+ "commit": "5a41a20cc44dfe4a9ea584354ed6dbc15dd92f46",
+ "sha256": "0jwwnypa0lx812p3dqqn9c05g27qavnvr23pzphydx9i15nz80g0"
+ }
+ },
+ {
+ "ename": "noctilux-theme",
+ "commit": "c0a18df34c105da8c5710643cd8027402bb07c95",
+ "sha256": "15ymyv3rq0n31d8h0ry0l4w4r5a8as0q63ajm9wb6yrxxjl1imfp",
+ "fetcher": "github",
+ "repo": "sjrmanning/noctilux-theme",
+ "unstable": {
+ "version": [
+ 20161113,
+ 1442
+ ],
+ "commit": "a3265a1be7f4d73f44acce6d968ca6f7add1f2ca",
+ "sha256": "12xx0v8d97kjvlkj0ii78vxxvzgmcfc4hzv4yvxymg50rsy0zzqi"
+ }
+ },
+ {
+ "ename": "node-resolver",
+ "commit": "60537705dc922bd50220d378a2992cf36464eb0c",
+ "sha256": "1ng4rgm8f745fajqnbjhi2rshvn6icwdpbh5dzpzhim1w9kb3bhh",
+ "fetcher": "github",
+ "repo": "meandavejustice/node-resolver.el",
+ "unstable": {
+ "version": [
+ 20140930,
+ 1723
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ef9d0486907a746a80b02ffc6208a09c168a9f7c",
+ "sha256": "1cgmq00ackabwcl4h0n2bb8y08wz0ir5rzca2q3sk4asly6d02m7"
+ }
+ },
+ {
+ "ename": "nodejs-repl",
+ "commit": "14f22f97416111fcb02e299ff2b20c44fb75f049",
+ "sha256": "0rvhhrsw87kfrwdhm8glq6b3nr0v90ivm7fcc0da4yc2jmcyk907",
+ "fetcher": "github",
+ "repo": "abicky/nodejs-repl.el",
+ "unstable": {
+ "version": [
+ 20190616,
+ 1753
+ ],
+ "commit": "d43b8b276a90ccf980150a7d6fbb1f4d2a7cbe20",
+ "sha256": "1kkj888k9x5n0i7xkia177gzsa84my3g8n0n7v65281cc4f1yhk5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "commit": "0deb44e6c800daf061d9f8c07760b1e381382766",
+ "sha256": "1kkj888k9x5n0i7xkia177gzsa84my3g8n0n7v65281cc4f1yhk5"
+ }
+ },
+ {
+ "ename": "nodemcu-mode",
+ "commit": "a414f8b30954a50d74e4ae42abcf436cfca8d2b4",
+ "sha256": "0xx5dys8vifgaf3hb4q762xhhn1jybc4xwajqj98iban4nrakb3a",
+ "fetcher": "github",
+ "repo": "andrmuel/nodemcu-mode",
+ "unstable": {
+ "version": [
+ 20180501,
+ 2225
+ ],
+ "commit": "8effd9f3df40b6b92a2f05e4d54750b624afc4a7",
+ "sha256": "1s19sshsm4cdx8kj5prmsq8ryz4843xcqmdayvlfl99jxsp9j4pm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "8effd9f3df40b6b92a2f05e4d54750b624afc4a7",
+ "sha256": "1s19sshsm4cdx8kj5prmsq8ryz4843xcqmdayvlfl99jxsp9j4pm"
+ }
+ },
+ {
+ "ename": "nodenv",
+ "commit": "272df58a1112c8c082c740d54bd37469af513d4a",
+ "sha256": "15wqlpswp4m19widnls21rm5n0ijfhmw3vyx0ch5k2bhi4a5rip6",
+ "fetcher": "github",
+ "repo": "twlz0ne/nodenv.el",
+ "unstable": {
+ "version": [
+ 20181023,
+ 1543
+ ],
+ "commit": "832fb0cbac4513edde7ebd6d1ab971c54313be36",
+ "sha256": "0hn29y8gv9y9646yacnhirx2iz1z7h0p3wrzjn5axbhw0y382qhq"
+ }
+ },
+ {
+ "ename": "noflet",
+ "commit": "df33a7230e0e4a67ce75e5cce6a436e2a0d205e8",
+ "sha256": "0vzamqb52n330mi6rydrd4ls8nbwh5s42fc2gs5y15zakp6mvhr3",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-noflet",
+ "unstable": {
+ "version": [
+ 20141102,
+ 1454
+ ],
+ "commit": "7ae84dc3257637af7334101456dafe1759c6b68a",
+ "sha256": "0g70gnmfi8n24jzfci9nrj0n9bn1qig7b8f9f325rin8h7x32ypf"
+ }
+ },
+ {
+ "ename": "nofrils-acme-theme",
+ "commit": "c59ddaa5e41d3c25c446b1ed1905d7f88b448e0a",
+ "sha256": "01xqsn8whczv34lfa9vbm5rpvrvsrlpav8pzng10jvax1a9wdp3a",
+ "fetcher": "gitlab",
+ "repo": "esessoms/nofrils-theme",
+ "unstable": {
+ "version": [
+ 20180620,
+ 1248
+ ],
+ "commit": "98ad7bfaff1d85b33dc162645670285b067c6f92",
+ "sha256": "0f8s7mhcs1ym4an8d4dabfvhin30xs2d0c5gv875hsgz8p3asgxs"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "7825f88cb881a84eaa5cd1689772819a18eb2943",
+ "sha256": "009did3i3i8yi0virq606l02w1mw0gdyiqablqg7m368gx0gfvh5"
+ }
+ },
+ {
+ "ename": "nord-theme",
+ "commit": "31cb60069825abe3998c8b43bc9177b39a7f3659",
+ "sha256": "0p4fqg4i2ayimd8kxsqnb1xkapzhhxf7szxi1skva4dcym3z67cc",
+ "fetcher": "github",
+ "repo": "arcticicestudio/nord-emacs",
+ "unstable": {
+ "version": [
+ 20190616,
+ 1757
+ ],
+ "commit": "52756cdc909b29691eef228897b3de561cd99f43",
+ "sha256": "02nyczvdj0xnzq8vcyknr862dq3mj82djha5v44n1hs2dwipfdjf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "commit": "ba8f9b98a5028d3ec8c44e43889e7edda9a3b8dd",
+ "sha256": "02nyczvdj0xnzq8vcyknr862dq3mj82djha5v44n1hs2dwipfdjf"
+ }
+ },
+ {
+ "ename": "nordless-theme",
+ "commit": "d16babc1f37d62cb8e9e983dfd92dabb83c8b9b3",
+ "sha256": "0nf9pkyrv0qvbpmp2kqdqmli6cg0bvn9q815p9pdpvacmjsnfpvj",
+ "fetcher": "git",
+ "url": "https://git.sr.ht/~lthms/colorless-themes.el",
+ "unstable": {
+ "version": [
+ 20190802,
+ 725
+ ],
+ "deps": [
+ "colorless-themes"
+ ],
+ "commit": "4f9d0ec5a078ab8442abdba0c35eb748728f3052",
+ "sha256": "1h8ggaqvrdj8cyknps9anh2xz08ar94137gydvxy8xgrmpa3jnc1"
+ }
+ },
+ {
+ "ename": "northcode-theme",
+ "commit": "25dcd4dd8189ad0fbf6c31874daa618bf1957863",
+ "sha256": "0x4dryx174kcjzm11z9q5qqlzr1c9zr0p32zwgbvgypgnvjy6i4g",
+ "fetcher": "github",
+ "repo": "Northcode/northcode-theme.el",
+ "unstable": {
+ "version": [
+ 20180423,
+ 1649
+ ],
+ "commit": "4d3750461ba25ec45321318b5f1af4e8fdf16147",
+ "sha256": "1yin5i38jdp47k6b7mc0jkv9ihl8nk5rpqin4qmwbhb871zxn7ma"
+ }
+ },
+ {
+ "ename": "nose",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1xdqsxq06x2m9rcfn1qh89g0mz1rvzl246d3sfmciwcyl932x682",
+ "fetcher": "bitbucket",
+ "repo": "durin42/nosemacs",
+ "unstable": {
+ "version": [
+ 20140520,
+ 1648
+ ],
+ "commit": "194d7789bf797f31ea0adc45f08beb66ae9ea98e",
+ "sha256": "07bhzddaxdjd591xmg59yd657a1is0q515291jd83mjsmgq258bm"
+ }
+ },
+ {
+ "ename": "notmuch",
+ "commit": "d05fbde3aabfec4efdd19a33fd2b1297905acb5a",
+ "sha256": "0pznpl0aqybdg4b2qypq6k4jac64sssqhgz6rvk9g2nkqhkds1x7",
+ "fetcher": "git",
+ "url": "https://git.notmuchmail.org/git/notmuch",
+ "unstable": {
+ "version": [
+ 20190525,
+ 1602
+ ],
+ "commit": "17806ecc955ce0375146ea1df51eae061a72bef8",
+ "sha256": "1ishc13x25c4gxkgb9h1c7s16b5h2wrsxn1pk8vpykziippkjwxs"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 29,
+ 1
+ ],
+ "commit": "20842dfb6d64f4469c554525ab4c27c6571fbdfe",
+ "sha256": "0mw3bxmbjc5wwadf7v7vj5zf4i40c9wvschxqklxxg11qy5lhfis"
+ }
+ },
+ {
+ "ename": "notmuch-labeler",
+ "commit": "2e9940e66bbf70ec868dbdaaeaa1fbd4f076a2e1",
+ "sha256": "1c0cbkk5k8ps01xl63a0xa2adkqaj0znw8qs8ca4ai8v1420bpl0",
+ "fetcher": "github",
+ "repo": "DamienCassou/notmuch-labeler",
+ "unstable": {
+ "version": [
+ 20131230,
+ 1719
+ ],
+ "deps": [
+ "notmuch"
+ ],
+ "commit": "d65d1129555d368243df4770ecc1e7ccb88efc58",
+ "sha256": "1ss87vlp7625lnn2iah3rc1xfxcbpx4kmiww9n16jx073fs2rj18"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "notmuch"
+ ],
+ "commit": "d65d1129555d368243df4770ecc1e7ccb88efc58",
+ "sha256": "1ss87vlp7625lnn2iah3rc1xfxcbpx4kmiww9n16jx073fs2rj18"
+ }
+ },
+ {
+ "ename": "nov",
+ "commit": "cf543955ba2d5d0074fa2a5ba176f9415f6e006d",
+ "sha256": "0hlcncpdazi4rn5yxd0zq85v7gpjhw7a6dl2i99zf4ymsan97lhq",
+ "fetcher": "github",
+ "repo": "wasamasa/nov.el",
+ "unstable": {
+ "version": [
+ 20190611,
+ 922
+ ],
+ "deps": [
+ "dash",
+ "esxml"
+ ],
+ "commit": "b57fae0814502496796ce5b8170d779b64df42a9",
+ "sha256": "15s0r64w37m7a8kbcm47svvadaz6amqb9zirmyv7placbrfyaqzp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 8
+ ],
+ "deps": [
+ "dash",
+ "esxml"
+ ],
+ "commit": "b57fae0814502496796ce5b8170d779b64df42a9",
+ "sha256": "15s0r64w37m7a8kbcm47svvadaz6amqb9zirmyv7placbrfyaqzp"
+ }
+ },
+ {
+ "ename": "nova-theme",
+ "commit": "16457166c17fb1cc074a34c61e52ebc285c0eacc",
+ "sha256": "1d2271qd5z48x71pxjg4lngsc5ddw5iqh496p04f63sm08cgaky4",
+ "fetcher": "github",
+ "repo": "muirmanders/emacs-nova-theme",
+ "unstable": {
+ "version": [
+ 20190724,
+ 2019
+ ],
+ "commit": "f5eec6957ad814bba64c340c14a9e82b972bb477",
+ "sha256": "19c8324l5nnkk3rg6pkd0s4fakdkd1318wm9xj32jcpfpqgjdwnp"
+ }
+ },
+ {
+ "ename": "noxml-fold",
+ "commit": "13d2af88b292293cb5ab50819c63acfe936630c8",
+ "sha256": "11dninxxwhflf2qrmvwmrryspd9j6m95kdlmyx59ykqvw8j0siqc",
+ "fetcher": "github",
+ "repo": "paddymcall/noXML-fold",
+ "unstable": {
+ "version": [
+ 20170823,
+ 1357
+ ],
+ "commit": "46c7f6a008672213238a9f8d7a416ce80916aa62",
+ "sha256": "0axr7n4wdrd009lz6sg4y9ggf4f5svgrsclwhs0hyn2ld34rvrax"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "commit": "56fbc44b25cee9f8719edb3c7f8b1c4327dc1051",
+ "sha256": "00h6nwbx2l0rp2i7n0328w6ckp4gkspqk3q91ciixb4lkhh20cz2"
+ }
+ },
+ {
+ "ename": "npm-mode",
+ "commit": "22dd6b2f8a94f56a61f4b70bd7e44b1bcf96eb18",
+ "sha256": "1aym4jfr6im6hdc5d7995q6myhgig286fk9hpaxdf418h1s17rqr",
+ "fetcher": "github",
+ "repo": "mojochao/npm-mode",
+ "unstable": {
+ "version": [
+ 20190616,
+ 2025
+ ],
+ "commit": "3ee7c0bad5b7a041d4739ef3aaa06a3dc764e5eb",
+ "sha256": "06axwqxdj3damn93l6asn6mnzqrfndc10s7wp1z3nbv9j5yjm35x"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 0
+ ],
+ "commit": "84b35211cba4f2d5f03b8dc2b60ae4b03d90bf8a",
+ "sha256": "1mh6nbffciw4yhv049kdhh796ysj1x21ndm3fwymhskb3dy0w1ss"
+ }
+ },
+ {
+ "ename": "nrepl-eval-sexp-fu",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1mz7a6aa4x23khlfqhhn9ycs3yxg44h5cckg4v4rc6lbif1jzzf8",
+ "fetcher": "github",
+ "repo": "samaaron/nrepl-eval-sexp-fu",
+ "unstable": {
+ "version": [
+ 20140311,
+ 1041
+ ],
+ "deps": [
+ "highlight",
+ "smartparens",
+ "thingatpt"
+ ],
+ "commit": "3a24b7d4bca13e87c987a4ddd212da914ff59191",
+ "sha256": "1nwj1ax2qmmlab4lik0b7japhqd424d0rb995dfv89p99gp8vmvc"
+ }
+ },
+ {
+ "ename": "nrepl-sync",
+ "commit": "2059ab6f2a3adc5af4f0876546e344e806e22ee5",
+ "sha256": "01b504b4d8rrhlf3sfq3kk9i222fch6jd5jbm02kqw20fgv6q3jd",
+ "fetcher": "github",
+ "repo": "phillord/lein-sync",
+ "unstable": {
+ "version": [
+ 20140807,
+ 1554
+ ],
+ "deps": [
+ "cider"
+ ],
+ "commit": "bab53a2361526d63a24cda176d07a1247bf5b399",
+ "sha256": "1129r3rzmfbl8nxjz71xnlyaszhhldawj467zbl36brdadp014n1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "cider"
+ ],
+ "commit": "471a08df87687a3eab61b3b8bf25a2e0962b5d5b",
+ "sha256": "1l07nrlfd5qj8jnqacjba7mb6prapg8d8h3881l3kb66sn02ahgy"
+ }
+ },
+ {
+ "ename": "ns-auto-titlebar",
+ "commit": "d22ebb5ef16df0c56d6031cb1c7f312dca514482",
+ "sha256": "1wk4y2jwl65z18cv57m8zkcg31wp9by74z2zvccxzl7mwlhy7kqg",
+ "fetcher": "github",
+ "repo": "purcell/ns-auto-titlebar",
+ "unstable": {
+ "version": [
+ 20181022,
+ 2154
+ ],
+ "commit": "b16092e8058af63ad2bc222f166b0aa3cb66bf9d",
+ "sha256": "0m1ih8ca4702zrkhl3zdvwbci96wyjlxhpfx95w372k25rca87dq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "b16092e8058af63ad2bc222f166b0aa3cb66bf9d",
+ "sha256": "0m1ih8ca4702zrkhl3zdvwbci96wyjlxhpfx95w372k25rca87dq"
+ }
+ },
+ {
+ "ename": "nsis-mode",
+ "commit": "e9b169a80c7afdeb0c6e17cd289114b5d3d97266",
+ "sha256": "0pc047ryw906sz5mv0awvl67kh20prsgx6fbh0j1qm0cali2792l",
+ "fetcher": "github",
+ "repo": "mattfidler/nsis-mode",
+ "unstable": {
+ "version": [
+ 20190615,
+ 1827
+ ],
+ "commit": "0a2e6ece2fe682dced4d31688b38bb472a877cdf",
+ "sha256": "0i1h452iqa5g0c0783dynnli3fldinasb9xl24x1i36nlq9dxkd4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 44
+ ],
+ "commit": "f1bf701c37680553c8f51462e0829d0dd6c53187",
+ "sha256": "0c4qfbb345yna5c30czq8nhcx283z1fnpp6h16p7vjqs6y37czsl"
+ }
+ },
+ {
+ "ename": "nswbuff",
+ "commit": "c0f7e952f3fbec691df51d19224f701e6530f16e",
+ "sha256": "1fq2dp9jlhfl9rqw6ldh0xnm0hx9ama2wf87s51qgqxxdn9ngk8x",
+ "fetcher": "github",
+ "repo": "joostkremers/nswbuff",
+ "unstable": {
+ "version": [
+ 20190320,
+ 740
+ ],
+ "commit": "362da7f3687e2eb5bb11667347de85f4a9d002bc",
+ "sha256": "0l2xfz8z5qd4hz3kv6zn7h6qq3narkilri8a071y1n8j31jps4ma"
+ }
+ },
+ {
+ "ename": "nu-mode",
+ "commit": "230d5f8fdd965a24b8ff3cc94acf378d04815fca",
+ "sha256": "0nzv3p62k8yyyww6idlxyi94q4d07nis7ydypar8d01jfqlrybkn",
+ "fetcher": "github",
+ "repo": "pyluyten/emacs-nu",
+ "unstable": {
+ "version": [
+ 20190404,
+ 2032
+ ],
+ "deps": [
+ "ace-window",
+ "avy",
+ "lv",
+ "transpose-frame",
+ "undo-tree",
+ "which-key"
+ ],
+ "commit": "d5fb4d26d1b0bb383ea2827cc5af5dfb2a269d2b",
+ "sha256": "0nd7ypin9kl784iqffznld6kknghdjywqnjw5nwinfgkwhcrjpdd"
+ }
+ },
+ {
+ "ename": "nubox",
+ "commit": "725948568b8a067762b63475bc400f089f478a36",
+ "sha256": "0snzfsd765i363ykdhqkn65lqy97c79d20lalszrwcl2snm96n1f",
+ "fetcher": "github",
+ "repo": "martijnat/nubox",
+ "unstable": {
+ "version": [
+ 20170619,
+ 910
+ ],
+ "commit": "1ccb8035ae42727ba6bdd5c1106fbceddeeed370",
+ "sha256": "02yh99rcgxdq6jn4xs8782nl6bjccmal8j78qslvpkrzrrxjajx6"
+ }
+ },
+ {
+ "ename": "number",
+ "commit": "49d56b297ab729695249143dd65d3c67543cfcc6",
+ "sha256": "1nwcdv5ibirxx3sqadh6mnpj40ni3wna7wnjh343mx38dk2dzncf",
+ "fetcher": "github",
+ "repo": "chrisdone/number",
+ "unstable": {
+ "version": [
+ 20170901,
+ 1312
+ ],
+ "commit": "bbc278d34dbcca83e70e3be855ec98b23debfb99",
+ "sha256": "0a1r352zs58mdwkq58561qxrz3m5rwk3xqcaaqhkxc0h9jqs4a9r"
+ }
+ },
+ {
+ "ename": "number-lock",
+ "commit": "3c107adabe2e4c5b35ebb6b21db076cdea0e9c24",
+ "sha256": "13xqn4bcjm01zl0rgbwzad58x35230lm2qiipbyqkh2ma0a9pqn4",
+ "fetcher": "github",
+ "repo": "Liu233w/number-lock.el",
+ "unstable": {
+ "version": [
+ 20160830,
+ 200
+ ],
+ "commit": "74417b1238953bf485961a0dd7d20f5c36ae25ea",
+ "sha256": "0xmd4q2k0psd53cg71vsyc54iiq0wp9bs00ch68561lrnbjg043w"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "846e86e2b3b07410f69e70d3ba7afb072b5585da",
+ "sha256": "12gza7lxpwrp191gi9gm61wpvgwsrda52zva9bz3ncqfp7w0y32i"
+ }
+ },
+ {
+ "ename": "numbers",
+ "commit": "5c77353d3a2b0d360bb28e528ef2707227081c72",
+ "sha256": "02cx19fi34yvc0icajnwrmb8lr2g8y08kis08v9xxalfxz06kb3h",
+ "fetcher": "github",
+ "repo": "davep/numbers.el",
+ "unstable": {
+ "version": [
+ 20170802,
+ 1134
+ ],
+ "commit": "dd02508b788a13b7d4dbcc4923fa23134b783ab3",
+ "sha256": "0bgha85j5f9lpk1h3siiw28v5sy6z52n7d7xi3m301r9hdlccc39"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "commit": "74be68b94143f042ce461b2a69202f515acaf20c",
+ "sha256": "0b4bgc4hkndia8zg4d23l1w78iwzj1l46ifrhz5z1p97qldalb0x"
+ }
+ },
+ {
+ "ename": "nummm-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1gdq00f3x0rxxj917x9381v2x7cl9yabj7559zr5vj1clwza8jn4",
+ "fetcher": "github",
+ "repo": "agpchil/nummm-mode",
+ "unstable": {
+ "version": [
+ 20131117,
+ 1014
+ ],
+ "commit": "81951e12032274543c5f7a585b29bd93961e94e4",
+ "sha256": "1i0yymsx8kin28bkrgwkk9ngsmjh0gh5j4hb0k03bq4fy799f2xx"
+ }
+ },
+ {
+ "ename": "nv-delete-back",
+ "commit": "7542fa39060b507a6f455225367e45e89d3e2f92",
+ "sha256": "13izzym4alda05k7ra67lyjx6dx23fjqz2dqk7mrzhik9x552hsr",
+ "fetcher": "gitlab",
+ "repo": "nivaca/nv-delete-back",
+ "unstable": {
+ "version": [
+ 20170224,
+ 1249
+ ],
+ "commit": "44d506105989873dc1725e0cfc675925b35c9c98",
+ "sha256": "0lgz0sknnrxmc7iy4lniday1nwpz4q841c3w2hm72aiwn5z21h22"
+ }
+ },
+ {
+ "ename": "nvm",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0md1ybc2r2fxykwk21acjhdzy2kw326bdwa1d15c6f48lknzvg4w",
+ "fetcher": "github",
+ "repo": "rejeep/nvm.el",
+ "unstable": {
+ "version": [
+ 20190601,
+ 813
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "f",
+ "s"
+ ],
+ "commit": "4aeb672d543ce2372dcca289719092aa4c38a6cd",
+ "sha256": "0phillz5dxpvhsi9rlah4988ksx2rcgagfw5iqf5lmfn7kp4604p"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "f",
+ "s"
+ ],
+ "commit": "d18b13e8275a57ee6c55dc71b671f02a8e6522ad",
+ "sha256": "1624jj922l0bbav1v8szdr0lpyx0ng959fg3sspg1j15kgkir8kf"
+ }
+ },
+ {
+ "ename": "nyan-mode",
+ "commit": "4d8c3000df5f2ee2493a54dee6f9b65008add753",
+ "sha256": "1z2wnsbjllqa533g1ab5cgbv3d9hjix7fsd7z9c45nqh5cmadmyv",
+ "fetcher": "github",
+ "repo": "TeMPOraL/nyan-mode",
+ "unstable": {
+ "version": [
+ 20170423,
+ 740
+ ],
+ "commit": "a85ac925367ddc542827182a2d9f0133b421c41b",
+ "sha256": "1178zinzaq0hj1n57yhbpakgky952jhj7dfwhwvsvfclmk9dlrr1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "commit": "4195cd368aca8f05a71cbff4e60cfa9dde10319a",
+ "sha256": "1bnfxw6cnhsqill3n32j9bc6adl437ia9ivbwvwjpz1ay928yxm7"
+ }
+ },
+ {
+ "ename": "nyx-theme",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "11629h7jfnq2sahwiiqx01qpv3xb0iqvcqm5k9w1zhg01jhjfmw2",
+ "fetcher": "github",
+ "repo": "guidoschmidt/emacs-nyx-theme",
+ "unstable": {
+ "version": [
+ 20170910,
+ 1307
+ ],
+ "commit": "afe2b8c3b5421b4c292d182dcf77079b278e93d8",
+ "sha256": "1qamw4x3yrygy8qkicy6smxksnsfkkp76hlnivswh7dm3fr23v6m"
+ }
+ },
+ {
+ "ename": "nz-holidays",
+ "commit": "4dfbe628247fc73d9a0963b7e9b92b07854817c9",
+ "sha256": "0h6dnwpinm3bxir1l69ggf483gjfglpi46z3ffiac3yl3h00j5m6",
+ "fetcher": "github",
+ "repo": "techquila/nz-holidays",
+ "unstable": {
+ "version": [
+ 20190415,
+ 703
+ ],
+ "commit": "afc875cf40789fa45a4a811685b0a7c4f239392f",
+ "sha256": "1bk00pv7ylbrmf42papp6z2bhnp5fbnd4wy3gdzd18j7f2g0196v"
+ }
+ },
+ {
+ "ename": "o-blog",
+ "commit": "d5f24e70260f46445b119817bc1326f29b367c4b",
+ "sha256": "08grkyvg27wd5232q3y8p0v7higfq7bmsdzmvhja96v6qy2xsbja",
+ "fetcher": "github",
+ "repo": "renard/o-blog",
+ "unstable": {
+ "version": [
+ 20151202,
+ 2339
+ ],
+ "commit": "e466c59478feddc8126c43c1b98550474af484c0",
+ "sha256": "0xs6787a4v7djgd2zz2v1pk14x27mg2ganz30j9f0gdiai7da6ch"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0
+ ],
+ "commit": "5db9594c6e3439c000b183551d7975c2e29131f4",
+ "sha256": "0r12023yy8j96bp8z2ml6ffyr2c9rcd5abkh6vqnkwsdxkzx6wrs"
+ }
+ },
+ {
+ "ename": "oauth",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0vgxvscb9cr07g3lzpi269kamgzhpac6dir1rlr4qd2wdv0nifl9",
+ "fetcher": "github",
+ "repo": "psanford/emacs-oauth",
+ "unstable": {
+ "version": [
+ 20130128,
+ 151
+ ],
+ "commit": "ee4744ad76a1560281b0c4944575a3bd598c6458",
+ "sha256": "058dyk1c3iw0ip8n8rfpskvqiriqilpclkzc18x73msp5svrh3lj"
+ }
+ },
+ {
+ "ename": "ob-ammonite",
+ "commit": "508358506a6994baf120be2acba86762f5727c6c",
+ "sha256": "0wr7p3sfn9m8vz87lzas943zcm8vkzgfki9pbs3rh3fxvdc197lb",
+ "fetcher": "github",
+ "repo": "zwild/ob-ammonite",
+ "unstable": {
+ "version": [
+ 20190813,
+ 59
+ ],
+ "deps": [
+ "ammonite-term-repl",
+ "s",
+ "xterm-color"
+ ],
+ "commit": "39937dff395e70aff76a4224fa49cf2ec6c57cca",
+ "sha256": "0aibvrhwj2swv9ixl6hx4b2yicbpi095mvs0fib7i1nhlg0zciqd"
+ }
+ },
+ {
+ "ename": "ob-applescript",
+ "commit": "23b075774be913539c3f057dcb7f24fbc05c37a4",
+ "sha256": "1gk8cgscj9wbl5k8ahh1a61p271xpk5vk2w64a8y3njnwrwxm9jc",
+ "fetcher": "github",
+ "repo": "stig/ob-applescript.el",
+ "unstable": {
+ "version": [
+ 20190709,
+ 1607
+ ],
+ "commit": "2b07b77b75bd02f2102f62e6d52ffdd0f921439a",
+ "sha256": "0ya3ab4qcpm95bw50srf0p0673lzyvwyp0ccqy3akmqz9apsd4rs"
+ }
+ },
+ {
+ "ename": "ob-async",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0k7kv71nnibp53lav774c61w9pzhq8qvch9rvpyyrwbyd67ninl8",
+ "fetcher": "github",
+ "repo": "astahlman/ob-async",
+ "unstable": {
+ "version": [
+ 20190220,
+ 710
+ ],
+ "deps": [
+ "async",
+ "dash",
+ "org"
+ ],
+ "commit": "73e57a9297849bb50336799ae7858777b6b386ee",
+ "sha256": "1g2agc6qwklg5cxfgm28fc5swlw54sn66lqk7q0hjn1gdq9rdqdm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "async",
+ "dash",
+ "org"
+ ],
+ "commit": "5984d6172c179528adf9aeba414598604dfb5c9a",
+ "sha256": "10x4hxrjm4pr6vg42a961h9ilqzyd0l0fv7fsbq9clxi439f1nd6"
+ }
+ },
+ {
+ "ename": "ob-axiom",
+ "commit": "8b4c6b03c5ff78ce327dcf66b175e266bbc53dbf",
+ "sha256": "17qh4hsr3aw4d0p81px3qcbax6dv2zjhyn5n9pxqwcp2skm5vff5",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/pdo/axiom-environment",
+ "unstable": {
+ "version": [
+ 20190623,
+ 2052
+ ],
+ "deps": [
+ "axiom-environment"
+ ],
+ "commit": "505d85ffc051a7725344c960b1255597dab17780",
+ "sha256": "1251xc58nc2h6n4dibfdp7z85y609dkpc499ga8j9s0nwif009fs"
+ }
+ },
+ {
+ "ename": "ob-blockdiag",
+ "commit": "261b77a3fd07644d1c250b16857de70cc1bbf478",
+ "sha256": "1lmawbgrlp6qd7p664jcl98y1xd2yqw9np6j52bh9i6s3cz6628g",
+ "fetcher": "github",
+ "repo": "corpix/ob-blockdiag.el",
+ "unstable": {
+ "version": [
+ 20190720,
+ 1858
+ ],
+ "commit": "272fafcf3bc37f9de41b11beb6a33e0dbf0a1909",
+ "sha256": "0gi7vnh5fchbjb7hp7yi08z2vqkmhjrg64ssir358qxqambxvrxb"
+ },
+ "stable": {
+ "version": [
+ 20170728,
+ 113
+ ],
+ "commit": "634fcf64a4ae735afe7001d865b03f5d71e23046",
+ "sha256": "0xr3bv4wxz13b1grfyl2qnrszzab3n9735za837nf4lxh527ksaj"
+ }
+ },
+ {
+ "ename": "ob-browser",
+ "commit": "c51529213c15d42a7a7b76771f07dd73c036a51f",
+ "sha256": "1yqbzmmazamgf8fi8ipq14ffm8h1pp5d2lkflbxjsagdq61hirxm",
+ "fetcher": "github",
+ "repo": "krisajenkins/ob-browser",
+ "unstable": {
+ "version": [
+ 20170720,
+ 1918
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "a347d9df1c87b7eb660be8723982c7ad2563631a",
+ "sha256": "0q2amf2kh2gkn65132q9nvn87pws5mmnr3wm1ajk23c01kcjf29c"
+ }
+ },
+ {
+ "ename": "ob-cfengine3",
+ "commit": "d068233c438e76cbcc6e9a97cbec9b2550a18ed6",
+ "sha256": "1pp3mykc5k629qlqixpl2900m1j604xpp6agrngwagsvf7qkhnvl",
+ "fetcher": "github",
+ "repo": "nickanderson/ob-cfengine3",
+ "unstable": {
+ "version": [
+ 20190520,
+ 1929
+ ],
+ "commit": "4d4cd53ceaf8a756f48c02cb2e10476f3cda37c4",
+ "sha256": "0gmgx4ynbk6fvahaglj9m1gpz8d3b038zag4m7g7pmz0xv5s4p1w"
+ }
+ },
+ {
+ "ename": "ob-clojurescript",
+ "commit": "0c9ccc0d2d034944cb9688d5e184fa5df95f6b31",
+ "sha256": "0h4qjz65k8m1ms7adrm5ypmjcjxx1nws1jmda88c4jjwjyz40jjf",
+ "fetcher": "gitlab",
+ "repo": "statonjr/ob-clojurescript",
+ "unstable": {
+ "version": [
+ 20180406,
+ 1828
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "17ee1558aa94c7b0246fd03f684884122806cfe7",
+ "sha256": "1an4m7mpr345xw4fanyf2vznxm1dxbv35987caq1wq9039mzfaxr"
+ }
+ },
+ {
+ "ename": "ob-coffee",
+ "commit": "e23d7f1d021b07053acb57e2668ece0eaed0f817",
+ "sha256": "16k8r9rqz4mayxl85pjdfsrz43k2hwcf8k7aff8wnic0ldzp6ivf",
+ "fetcher": "github",
+ "repo": "zweifisch/ob-coffee",
+ "unstable": {
+ "version": [
+ 20170725,
+ 1424
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "7f0b330273e8af7777de87a75fe52a89798e4548",
+ "sha256": "1w3fw3ka46d7vcsdq03l0wlviwsk52asfjiy9zfk4qabhpqwj9mz"
+ }
+ },
+ {
+ "ename": "ob-coffeescript",
+ "commit": "ba1a808c77653bac1948d6c44bd1db09301ffeff",
+ "sha256": "05q1wnabw52kd3fpcpinpxs9z6xmi4n1p19jbcz0bgjpnw05s27p",
+ "fetcher": "github",
+ "repo": "brantou/ob-coffeescript",
+ "unstable": {
+ "version": [
+ 20180126,
+ 719
+ ],
+ "commit": "5a5bb04aea9c2a6eab5b05f90f5c7cb6de7b4261",
+ "sha256": "0yy20w1127xmz0mx2swbr294vg0jh8g0ibj5bpdf55xwdnv6im2l"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "b70f3d822c707cb02333fcb739ba4874614cad2a",
+ "sha256": "0284v3km41427q7dr0wmvf3zhbsgzj0j2r9zny0g3n85qvyk0rgd"
+ }
+ },
+ {
+ "ename": "ob-crystal",
+ "commit": "b9a7d43199a83ab6f672aaa69ef4e158c868f180",
+ "sha256": "11mk2spwlddbrvcimhzw43b6d3gxzmi8br58bily1x4qkvl6zy4n",
+ "fetcher": "github",
+ "repo": "brantou/ob-crystal",
+ "unstable": {
+ "version": [
+ 20180126,
+ 718
+ ],
+ "commit": "d84c1adee4b269cdba06a97caedb8071561a09af",
+ "sha256": "1fny4fj4407lcp4k3379gbixk3wd171snw49p1kny2mvxrliz22h"
+ }
+ },
+ {
+ "ename": "ob-cypher",
+ "commit": "dc05c833f64e7974cf5a2ad60a053a04267251cb",
+ "sha256": "1ygmx0rjvxjl8hifkkwrkk9gpsmdsk6ndb6pg7y78p8hfp5jpyq3",
+ "fetcher": "github",
+ "repo": "zweifisch/ob-cypher",
+ "unstable": {
+ "version": [
+ 20170725,
+ 1420
+ ],
+ "deps": [
+ "cypher-mode",
+ "dash",
+ "dash-functional",
+ "s"
+ ],
+ "commit": "114bdf6db20ee0ade060bb5df379ddee48ff4f26",
+ "sha256": "142d91jvf7nr7q2sj61njy5hv6ljhsq2qkvkdbkfqj07rgpwfgn3"
+ }
+ },
+ {
+ "ename": "ob-dao",
+ "commit": "6284c73f1d0797fa2ed4d9a11d3198076cc5fff9",
+ "sha256": "0nj1qyac0lj5ljrqfqi9g2z0d7z5yihajkvjhlx5kg9zs3lgs5rs",
+ "fetcher": "github",
+ "repo": "xuchunyang/ob-dao",
+ "unstable": {
+ "version": [
+ 20170816,
+ 1558
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "fa92f62a63c684d689f57e790e5dd614c5bba270",
+ "sha256": "18i2qwxcn5p1hj32svl54n0dv2j551n3nmgb4h8gbvs39rl49qkq"
+ }
+ },
+ {
+ "ename": "ob-dart",
+ "commit": "bb3219b9623587365f56e9eeb4bd97f3dc449a11",
+ "sha256": "1lqi4pazkjcxvmm2bdpd9vcakmdclkamb69xwxdl44p68wsq2gn8",
+ "fetcher": "github",
+ "repo": "mzimmerm/ob-dart",
+ "unstable": {
+ "version": [
+ 20170106,
+ 1624
+ ],
+ "commit": "04d63b922a5469506560ca0c00678e57131e0269",
+ "sha256": "1r0r0dqsr44kcbj2w96rbx8alvkkfzc98ac35zb4ncy1bf71jhfb"
+ }
+ },
+ {
+ "ename": "ob-diagrams",
+ "commit": "fbb31def39fef108ecf7be105a901abfa6845f76",
+ "sha256": "1r1p9l61az1jb5m4k2dwnkp9j8xlcb588gq4mcg796vnbdscfcy2",
+ "fetcher": "github",
+ "repo": "bergey/org-babel-diagrams",
+ "unstable": {
+ "version": [
+ 20160407,
+ 1237
+ ],
+ "commit": "ed6649616325ca5b2d2109f74aded8bcb8aa5186",
+ "sha256": "0kx95lvkvg6h6lhs9knlp8rwi05y8y0i8w8vs7mwm378syls0qk0"
+ }
+ },
+ {
+ "ename": "ob-elixir",
+ "commit": "287e4758f6f1df0152d68577abd91478c4a3f4ab",
+ "sha256": "1l5b9hww2vmqnjlsd6lbjpz9walck82ngang1amfnk4xn6d0gdhi",
+ "fetcher": "github",
+ "repo": "zweifisch/ob-elixir",
+ "unstable": {
+ "version": [
+ 20170725,
+ 1419
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "8990a8178b2f7bd93504a9ab136622aab6e82e32",
+ "sha256": "19awvfbjsnd5la14ad8cfd20pdwwlf3d2wxmz7kz6x6rf48x38za"
+ }
+ },
+ {
+ "ename": "ob-elvish",
+ "commit": "90e979025f56061bc960f630945b09320a3dd28e",
+ "sha256": "1rpn3dabwgray1w55jib4ixr3l1afz9j7nyn0ha2r602hs02x1ya",
+ "fetcher": "github",
+ "repo": "zzamboni/ob-elvish",
+ "unstable": {
+ "version": [
+ 20180427,
+ 1900
+ ],
+ "commit": "369181ceae1190bf971c71aebf9fc6133bd98c39",
+ "sha256": "170bw9qryhzjzmyi84qc1jkzy1y7i8sjz6vmvyfc264ia4j51m9w"
+ }
+ },
+ {
+ "ename": "ob-fsharp",
+ "commit": "89bc8c5fe6db0573109e82b3d1350d33d6d8aff5",
+ "sha256": "1b9052lvr03vyizkjz3qsa8cw3pjml4kb3yy13jwh09jz5q87qbf",
+ "fetcher": "github",
+ "repo": "juergenhoetzel/ob-fsharp",
+ "unstable": {
+ "version": [
+ 20170618,
+ 1429
+ ],
+ "deps": [
+ "fsharp-mode"
+ ],
+ "commit": "0b2fdd9bb4f38af8b5cf4914627af52f5b43d9f7",
+ "sha256": "1z1m2dqnvyyv9ff289p8x1hajnz9n0mmfkrkyl1zvipaqd9mgljw"
+ }
+ },
+ {
+ "ename": "ob-go",
+ "commit": "3afb687d6d3d1e52336ca9a7343278a9f37c3d54",
+ "sha256": "09d8jrzijf8gr08615rdmf366zgip43dxvyihy0yzhk7j0p3iahj",
+ "fetcher": "github",
+ "repo": "pope/ob-go",
+ "unstable": {
+ "version": [
+ 20190201,
+ 2040
+ ],
+ "commit": "2067ed55f4c1d33a43cb3f6948609d240a8915f5",
+ "sha256": "069w9dymiv97cvlpzabf193nyw174r38lz5j11x23x956ladvpbw"
+ }
+ },
+ {
+ "ename": "ob-html-chrome",
+ "commit": "ac4380b5ea63c5296e517fccafa4d6a69dc73d0d",
+ "sha256": "1z3bi5i9n6dqvarl32syb6y36px3pf0pppqxn02rrx1rwvg81iql",
+ "fetcher": "github",
+ "repo": "nikclayton/ob-html-chrome",
+ "unstable": {
+ "version": [
+ 20181219,
+ 1042
+ ],
+ "deps": [
+ "f",
+ "s"
+ ],
+ "commit": "7af6e4a24ed0aaf67751bdf752c7ca0ba02bb8d4",
+ "sha256": "0h33y11921ajw60b4hqpg0nvdvx3w3cia90wf53c5zg2bckcrfjh"
+ }
+ },
+ {
+ "ename": "ob-http",
+ "commit": "950b02f76a04f453992b8720032e8c4cec9a039a",
+ "sha256": "0b7ghz9pqbyn3b52cpmnwa2wnd4svj23p6gc48ybwzwiid42wiss",
+ "fetcher": "github",
+ "repo": "zweifisch/ob-http",
+ "unstable": {
+ "version": [
+ 20180707,
+ 1448
+ ],
+ "deps": [
+ "cl-lib",
+ "s"
+ ],
+ "commit": "b1428ea2a63bcb510e7382a1bf5fe82b19c104a7",
+ "sha256": "11fx9c94xxhl09nj9z5b5v6sm0xwkqawgjnnm7bg56vvj495n6h7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "s"
+ ],
+ "commit": "20393dd8130d21a3f06d8514da14c5ffdd88ae44",
+ "sha256": "0xa7rgsb0d1d96h5bb0n0sy1hgmd2fg6r6g2aqp1c29ld4hpi7r7"
+ }
+ },
+ {
+ "ename": "ob-hy",
+ "commit": "12a7a7dba169010a3a047f961010236a203c16c2",
+ "sha256": "18a8fpda0f28wxmjprhd9dmz7bpk1j3iayl20lqffrcal6m4f1h7",
+ "fetcher": "github",
+ "repo": "brantou/ob-hy",
+ "unstable": {
+ "version": [
+ 20180702,
+ 540
+ ],
+ "commit": "a42ecaf440adc03e279afe43ee5ef6093ddd542a",
+ "sha256": "0kv92r6j0dcqcg1s0g4iq1xvanscg6crwniysbrq6ifvmc4lvfdj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "a42ecaf440adc03e279afe43ee5ef6093ddd542a",
+ "sha256": "0kv92r6j0dcqcg1s0g4iq1xvanscg6crwniysbrq6ifvmc4lvfdj"
+ }
+ },
+ {
+ "ename": "ob-ipython",
+ "commit": "557c36e86844c211f2d2ee097ce51ee9db92ea8b",
+ "sha256": "06llf365k8m81ljmlajqvxlh84qg6h0flp3m6gb0zx71xilvw186",
+ "fetcher": "github",
+ "repo": "gregsexton/ob-ipython",
+ "unstable": {
+ "version": [
+ 20180224,
+ 953
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "f",
+ "s"
+ ],
+ "commit": "7147455230841744fb5b95dcbe03320313a77124",
+ "sha256": "1a10fc2jk37ni5sjjvf87s5nyaz2a6h2mlj5dxh4dhv5sd3bb85p"
+ }
+ },
+ {
+ "ename": "ob-kotlin",
+ "commit": "7aa74d349eb55aafddfc4327b6160ae2da80d689",
+ "sha256": "19g4s9dnipg9aa360mp0affmnslm6h7byg595rnaz6rz25a3qdpx",
+ "fetcher": "github",
+ "repo": "zweifisch/ob-kotlin",
+ "unstable": {
+ "version": [
+ 20180823,
+ 1321
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "96e420cbd2e9ea8a77043e5dcaebdfc6da17492a",
+ "sha256": "0ganip7077rsi681kdsrmvpjhinhgsrla34mll0daiqid7flnk4g"
+ }
+ },
+ {
+ "ename": "ob-lfe",
+ "commit": "d595d3b93e6b25ece1cdffc9d1502e8a868eb538",
+ "sha256": "11cpaxk9wb27b9zhyns75dqpds4gh3cbjcvia4p2bnvmbm8lz4y8",
+ "fetcher": "github",
+ "repo": "zweifisch/ob-lfe",
+ "unstable": {
+ "version": [
+ 20170725,
+ 1420
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "f7780f58e650b4d29dfd834c662b1d354b620a8e",
+ "sha256": "1ricvb2wxsmsd4jr0301pk30mswx41msy07fjgwhsq8dimxzmngp"
+ }
+ },
+ {
+ "ename": "ob-mermaid",
+ "commit": "4df483806a4caaeb99fdac42f83bfe648d2e4165",
+ "sha256": "0fp57m80ksnb6zs1gndwsqhrphkv9lfysq0h7h8g3parizh2idzs",
+ "fetcher": "github",
+ "repo": "arnm/ob-mermaid",
+ "unstable": {
+ "version": [
+ 20180522,
+ 1659
+ ],
+ "commit": "5deaea757b3a5de874d94e40c03116fbc8195308",
+ "sha256": "0vyqxqkkyb2dychg3i5vbik5cf58ls5f95ynq88myfpn0sivfbz4"
+ }
+ },
+ {
+ "ename": "ob-ml-marklogic",
+ "commit": "edce412552d4798450493e0a3dbe768f38f77cc7",
+ "sha256": "1y5cgba7gzlmhdrs0k7clgrxixdl4najj5271x1m023jch7bz7xl",
+ "fetcher": "github",
+ "repo": "ndw/ob-ml-marklogic",
+ "unstable": {
+ "version": [
+ 20190312,
+ 1314
+ ],
+ "commit": "d5660ad14f29e17cd26ae92eeb585b24030e9570",
+ "sha256": "1aqllsn965km3796q92w3a3z92hkpm5i0l6p4fm3va9xq7j79cyc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "d5660ad14f29e17cd26ae92eeb585b24030e9570",
+ "sha256": "1aqllsn965km3796q92w3a3z92hkpm5i0l6p4fm3va9xq7j79cyc"
+ }
+ },
+ {
+ "ename": "ob-mongo",
+ "commit": "e020ea3ef89a3787d498c2f698c82c5073c9ee32",
+ "sha256": "1cgmqsl5dzi8xy3sh5xsfkczl555fpd4q6kgsh9xkn74sz227907",
+ "fetcher": "github",
+ "repo": "krisajenkins/ob-mongo",
+ "unstable": {
+ "version": [
+ 20170720,
+ 1919
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "371bf19c7c10eab2f86424f8db8ab685997eb5aa",
+ "sha256": "02k4gvh1nqhn0h36h77vvms7xwwak8rdddibbidsrwwspbr4qr1s"
+ }
+ },
+ {
+ "ename": "ob-nim",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "0j8mk12d29jyhhj4dlc0jykqmqy8g0yrbv7f2sqig83wj531bwza",
+ "fetcher": "github",
+ "repo": "Lompik/ob-nim",
+ "unstable": {
+ "version": [
+ 20170809,
+ 1830
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bf1642cb93f0a898804dc13fd9408d2964403bd2",
+ "sha256": "1xgi863wn1pvlsajmldd706k1dk7d7pa6b9nbgsh34kzchvhd75s"
+ }
+ },
+ {
+ "ename": "ob-prolog",
+ "commit": "fb87868cd74325f0a4a38c5542c264501000951d",
+ "sha256": "0ki8yd20yk5xwn0zpk06zjxzgrsf8paydif9n98svb9s2l9wrh1s",
+ "fetcher": "github",
+ "repo": "ljos/ob-prolog",
+ "unstable": {
+ "version": [
+ 20190410,
+ 2130
+ ],
+ "commit": "149abd3832fc5a6a1cb01a586a1622a8f25887dc",
+ "sha256": "033pqfm3hj2585ibmqjhf7s1imckf615s6zg38jsq21wxv5fx8nc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "commit": "efa86bb70fd1907806f3e43705aff54d35582442",
+ "sha256": "0g25nn2h7djgc9rp59spx9096jdypsizd0vfzwj96cpq90lkysjx"
+ }
+ },
+ {
+ "ename": "ob-restclient",
+ "commit": "28c1d3af3f8b2f598b80b03b64de5d15cbb3f13d",
+ "sha256": "0nv2wsqmpschym6ch8fr4a79hlnpz31jc8y2flsygaqj0annjkfk",
+ "fetcher": "github",
+ "repo": "alf/ob-restclient.el",
+ "unstable": {
+ "version": [
+ 20190626,
+ 1824
+ ],
+ "deps": [
+ "restclient"
+ ],
+ "commit": "53376667eeddb1388fd6c6976f3222e7c8adcd46",
+ "sha256": "1djg53cp7y83gic2v71y6r5z76kwrbkp0r69hl25rs99dx6p89dy"
+ }
+ },
+ {
+ "ename": "ob-rust",
+ "commit": "843affc2fd481647c5377bf9a96b636b39718034",
+ "sha256": "1syzwh399wcwqhg1f3fvl12978dr574wji7cknqvll3hyh0zwd65",
+ "fetcher": "github",
+ "repo": "micanzhang/ob-rust",
+ "unstable": {
+ "version": [
+ 20180911,
+ 1535
+ ],
+ "commit": "6a82587598cd097e9642be916243c31f1231b24a",
+ "sha256": "041mvlwnkxa93fjbln0yc6pgykh6k7fwg1nigr6njgaxlfnssmlm"
+ }
+ },
+ {
+ "ename": "ob-sagemath",
+ "commit": "dc074af316a09906a26ad957a56e3dc272cd813b",
+ "sha256": "02ispac1y4g7p7iyscf5p8lvp92ncrn6281jm9igyiny1w6hivy7",
+ "fetcher": "github",
+ "repo": "stakemori/ob-sagemath",
+ "unstable": {
+ "version": [
+ 20170131,
+ 233
+ ],
+ "deps": [
+ "s",
+ "sage-shell-mode"
+ ],
+ "commit": "68d3e516c712bc7aa5042f305f3eb5bbb6d656c2",
+ "sha256": "1yr7d3ayrdnycapnhc08zyf6b9gp7xw0pngz90h75s6j33pisx30"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "s",
+ "sage-shell-mode"
+ ],
+ "commit": "450d510a5eb1fd644d0037e9f02271ca33639fb0",
+ "sha256": "00i7jszlfh67xzvqnp137aaia68rkk4ri5v0fs32ym10pcj8l4dp"
+ }
+ },
+ {
+ "ename": "ob-sml",
+ "commit": "d1b0fbe1198fa624771c2f61249db502de57942a",
+ "sha256": "04qvzhwjr8ipvq3znnhn0wbl4pbb1rwxi90iidavzk3phbkpaskn",
+ "fetcher": "github",
+ "repo": "swannodette/ob-sml",
+ "unstable": {
+ "version": [
+ 20130829,
+ 1843
+ ],
+ "deps": [
+ "sml-mode"
+ ],
+ "commit": "958165c92b6cff6cada5c85c8ae5887806b8451b",
+ "sha256": "0gymna48igcixrapjmg842pnlsshhw8zplxwyyn0x2yrma9fjyyg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "sml-mode"
+ ],
+ "commit": "5dc966acbe65e9e158bfa90018035bf52d4dafd4",
+ "sha256": "1xx6hyq3gk4bavcx6i9bhipbn4mn5rv2ga9lryq09qgq2l9znclk"
+ }
+ },
+ {
+ "ename": "ob-sql-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "143agagkmwqwdqc0mbdsqp6v02y12q437v4x6dlh81yihif56rdk",
+ "fetcher": "github",
+ "repo": "nikclayton/ob-sql-mode",
+ "unstable": {
+ "version": [
+ 20190421,
+ 1539
+ ],
+ "commit": "b31a016585324ad91f1742ff6205bcb76f3ece6e",
+ "sha256": "1k2cfxaq38wv8s2x1c52v0bw55c12n399614l0dx1aqy2wh1afgi"
+ }
+ },
+ {
+ "ename": "ob-swift",
+ "commit": "b401383966398d3223032c59baa920ce594e5fef",
+ "sha256": "19mcjfmijbajldm3jz8ij1x2p7d164mbq2ln6yb6iihxmdqnn2q4",
+ "fetcher": "github",
+ "repo": "zweifisch/ob-swift",
+ "unstable": {
+ "version": [
+ 20170921,
+ 1325
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "ed478ddbbe41ce5373efde06b4dd0c3663c9055f",
+ "sha256": "1vwg10d33mwb32bpdbpghfihy3ryiqbc4yydpb5hfv3v5k83vs0x"
+ }
+ },
+ {
+ "ename": "ob-tmux",
+ "commit": "a3f47fbfe745972e690e8028f893bb38ba30978d",
+ "sha256": "12c0m2xxd75lbc98h7cwprmdn823mh2ii59pxr6fgnq7araqkz20",
+ "fetcher": "github",
+ "repo": "ahendriksen/ob-tmux",
+ "unstable": {
+ "version": [
+ 20190708,
+ 1202
+ ],
+ "deps": [
+ "s",
+ "seq"
+ ],
+ "commit": "3687ed7b874bdfe14617f5d14492887cb0836a85",
+ "sha256": "057gnjgn6g7qpf8hpidp302s2bv5lkijx6b35knvg266czda6fra"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 5
+ ],
+ "deps": [
+ "s",
+ "seq"
+ ],
+ "commit": "8886f31291e979b41215f3eb97670732efffea34",
+ "sha256": "0j77n1lawkx94hyv89xsvmrbqhd8x19ycrvxrwhc0mzlxh7rxjcy"
+ }
+ },
+ {
+ "ename": "ob-translate",
+ "commit": "4d89e4006afc51bd44e23f87a1d1ef1140489ab3",
+ "sha256": "1hi0rxbyxvk9sbk2fy3kqw7l4lgri921vya1mn4i1q2i1979r2gz",
+ "fetcher": "github",
+ "repo": "krisajenkins/ob-translate",
+ "unstable": {
+ "version": [
+ 20170720,
+ 1919
+ ],
+ "deps": [
+ "google-translate",
+ "org"
+ ],
+ "commit": "9d9054a51bafd5a29a8135964069b4fa3a80b169",
+ "sha256": "143dq3wp3h1zzk8ihj8yjw9ydqnf48q7y8yxxa0ly7f2v1li84bc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "google-translate",
+ "org"
+ ],
+ "commit": "6b39cc1a94a1071107a4391684b1bffb5b9826f3",
+ "sha256": "10hm20dzhkxk61ass3bd5gdn1bs2l60y3zjnpkxinzn7m6aaniia"
+ }
+ },
+ {
+ "ename": "ob-typescript",
+ "commit": "11733cd33add89b541dcc1f90a732833861b10d9",
+ "sha256": "1wpy928ndvc076jzi14f6k5fsw8had0pz7f1yjdqql4icszhqa0p",
+ "fetcher": "github",
+ "repo": "lurdan/ob-typescript",
+ "unstable": {
+ "version": [
+ 20150804,
+ 1230
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "9dcbd226cbfb75e790dd9de91d9401dde85a889a",
+ "sha256": "1ycqdjqn5361pcnc95hxhjqd3y96cjjnaylrnzwhmacl38jm3vai"
+ }
+ },
+ {
+ "ename": "ob-uart",
+ "commit": "5334f1a48b8ea6b7a660db27910769093c76113d",
+ "sha256": "1dkbyk8da0zw784dgwi8njnz304s54341dyfzvlb0lhcn41dmkz7",
+ "fetcher": "github",
+ "repo": "andrmuel/ob-uart",
+ "unstable": {
+ "version": [
+ 20170521,
+ 858
+ ],
+ "commit": "90daeac90a9e75c20cdcf71234c67b812110c50e",
+ "sha256": "1syxxq411izmyfrhlywasax7n5c3yjy487mvfdjzjg8csmmk0m9v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "90daeac90a9e75c20cdcf71234c67b812110c50e",
+ "sha256": "1syxxq411izmyfrhlywasax7n5c3yjy487mvfdjzjg8csmmk0m9v"
+ }
+ },
+ {
+ "ename": "oberon",
+ "commit": "5f2a50f62475639af011c99c6cc38928b74b3b0a",
+ "sha256": "1wna7ld670r6ljdg5yx0ga0grbq1ma8q92gkari0d5czr7s9lggv",
+ "fetcher": "github",
+ "repo": "emacsorphanage/oberon",
+ "unstable": {
+ "version": [
+ 20120715,
+ 909
+ ],
+ "commit": "fb57d18ce13835a8a69b6bafecdd9193ca9a59a3",
+ "sha256": "16462cgq91jg7i97h440zss5vw2qkxgdy7gm148ns4djr2fchnf6"
+ }
+ },
+ {
+ "ename": "obfusurl",
+ "commit": "201fe11682cb06b26775a52c81b6a1258b74b4d0",
+ "sha256": "0xx2zsjbkd17iy7xzqc66f9xgc97f9js3nz656yhmmxakjk2krra",
+ "fetcher": "github",
+ "repo": "davep/obfusurl.el",
+ "unstable": {
+ "version": [
+ 20170809,
+ 1524
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "7a5a41905000ce2ec1fd72509a5567e5fd9f47e5",
+ "sha256": "0jbrxlpx0cxg8jzqrssk3y3ab7v62ymi6ys24542a8vpk522vqxk"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "7a5a41905000ce2ec1fd72509a5567e5fd9f47e5",
+ "sha256": "0jbrxlpx0cxg8jzqrssk3y3ab7v62ymi6ys24542a8vpk522vqxk"
+ }
+ },
+ {
+ "ename": "objc-font-lock",
+ "commit": "f6f93d328e137d2ca069328932b60c3bf60b0a4e",
+ "sha256": "0njslpgdcph3p3gamrbd6pc04szks07yv4ij3p1l7p5dc2p06rs6",
+ "fetcher": "github",
+ "repo": "Lindydancer/objc-font-lock",
+ "unstable": {
+ "version": [
+ 20141021,
+ 1822
+ ],
+ "commit": "34b457d577f97ca94b8792d025f9a909c7610612",
+ "sha256": "138c1nm579vr37dqprqsakfkhs2awm3klzyyd6bv9rhkrysrpbqk"
+ }
+ },
+ {
+ "ename": "objed",
+ "commit": "4abc6d927a2bf238d23256adcc9f09a751c90374",
+ "sha256": "0iqvwa664fzklajqgnss7igjh7jr9v9i8dp9acm42g8ingp9zf7b",
+ "fetcher": "github",
+ "repo": "clemera/objed",
+ "unstable": {
+ "version": [
+ 20190717,
+ 853
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fea114824e11fdae7871fb3b5ddf4ed2472cbda0",
+ "sha256": "0lf88ivfsl5la075jg1y56kf0v96hp2539b54lwyabz0rpc0c7in"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "4798b5b9fd531562ac17d6148e86cd8cdc1bc985",
+ "sha256": "16ans9pmzfjqdz0gi92yaah0vv6g4vmjbq3g1jqhcykin6ba8lpg"
+ }
+ },
+ {
+ "ename": "obsidian-theme",
+ "commit": "e90227252eb69d3eac81f5a6bd5e3a582d33f335",
+ "sha256": "17ckshimdma6fqiis4kxczxkbrsfpm2a0b41m5f3qz3qlhcw2xgr",
+ "fetcher": "github",
+ "repo": "mswift42/obsidian-theme",
+ "unstable": {
+ "version": [
+ 20170719,
+ 948
+ ],
+ "commit": "f45efb2ebe9942466c1db6abbe2d0e6847b785ea",
+ "sha256": "1d36mdq8b1q1x84a2nb93bwnzlpdldiafh7q7qfjjm9dsgbij73b"
+ }
+ },
+ {
+ "ename": "occidental-theme",
+ "commit": "736fd0b7865cc800800fa6467019a365ddf1c412",
+ "sha256": "1ra5p8k96wvb04v69xm87jl4jlgi57v4jw2xxzkwbwxbydncnv0b",
+ "fetcher": "github",
+ "repo": "olcai/occidental-theme",
+ "unstable": {
+ "version": [
+ 20130312,
+ 1958
+ ],
+ "commit": "fd2db7256d4f78c43d99c3cddb1c39106d479816",
+ "sha256": "0pnliw02crqw8hbg088klz54z6s1ih8q2lcn9mq5f12xi752hxm8"
+ }
+ },
+ {
+ "ename": "occur-context-resize",
+ "commit": "a2425d82b365784b17ab56af5f77c6095664c784",
+ "sha256": "0sp5v4rwqgqdj26gdkrmjvkmbp4g6jq4lrn2c3zm8s2gq0s3l6ri",
+ "fetcher": "github",
+ "repo": "dgtized/occur-context-resize.el",
+ "unstable": {
+ "version": [
+ 20170904,
+ 2309
+ ],
+ "commit": "cdee5a631ceed9337579d4090e0acf8140747f80",
+ "sha256": "0h7ypw45h5rcbwx4c4mn2ps9hp84dpjp3iay2nc9zaavv05n7ysa"
+ }
+ },
+ {
+ "ename": "occur-x",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "04nydxp4syd0chfnfrz8v1vkx2qasfh86b98qv8719cily1jw76p",
+ "fetcher": "github",
+ "repo": "juan-leon/occur-x",
+ "unstable": {
+ "version": [
+ 20130610,
+ 1343
+ ],
+ "commit": "352f5fab207d8a1d3dd048073ff127a83e97c82b",
+ "sha256": "1zj0xhvl5qx42injv0av4lyzd3jsjls1m368dqd2qnswhfw8wfn6"
+ }
+ },
+ {
+ "ename": "oceanic-theme",
+ "commit": "b9d85588df4e2057ef1c822ff177572054ed979b",
+ "sha256": "1i69dy9hfqwfyiykvnqzkqim0lv1p5z5fjsdk84068si4b029gzv",
+ "fetcher": "github",
+ "repo": "terry3/oceanic-theme",
+ "unstable": {
+ "version": [
+ 20161015,
+ 819
+ ],
+ "commit": "a92ee9b470843c923e6cdcafdd65106ff994d04d",
+ "sha256": "1bj4l88546gmlfmwyg1zsqfz9g2l87hsa9jlrf8s4c907di736ir"
+ }
+ },
+ {
+ "ename": "ocodo-svg-modelines",
+ "commit": "5b9651865f4f8009c9b31fa1e5561de97a5ad8de",
+ "sha256": "0fa88ns70wsr9i9gf4zx3fvmn1a32mrjsda105n0cx6c965kfmay",
+ "fetcher": "github",
+ "repo": "ocodo/ocodo-svg-modelines",
+ "unstable": {
+ "version": [
+ 20150516,
+ 1419
+ ],
+ "deps": [
+ "svg-mode-line-themes"
+ ],
+ "commit": "c7b0789a177219f117c4de5659ecfa8622958c40",
+ "sha256": "155gmls6cz3zf4lcj89kzb96y7k0glx0f659jg5z0skgxq79hf48"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "deps": [
+ "svg-mode-line-themes"
+ ],
+ "commit": "a6c5b9a7536c7a8fa3bd9d9dafdebc8d99903018",
+ "sha256": "05ay599nc6jdw2fjss4izz1ynv2wc4svff932n8j9hvrhygipb2w"
+ }
+ },
+ {
+ "ename": "ocp-indent",
+ "commit": "e1af061328b15360ed25a232cc6b8fbce4a7b098",
+ "sha256": "0wc4z9dsnnyr24n3vg1npvc3rm53av8bpbvrl8kldxxdiwgnbkjw",
+ "fetcher": "github",
+ "repo": "OCamlPro/ocp-indent",
+ "unstable": {
+ "version": [
+ 20190726,
+ 1452
+ ],
+ "commit": "bdd84a71da8eac87447e35b55782ec07f0d2aead",
+ "sha256": "0cvfzz1i3lh9q5fl26sp98cqpv3mqjxlzlflv8hc3cdr8ascjm4g"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7,
+ 0
+ ],
+ "commit": "6e6ff005fc1692489fa80767a23bc381ebc987e1",
+ "sha256": "006x3fsd61vxnxj4chlakyk3b2s10pb0bdl46g0ghf3j8h33x7hc"
+ }
+ },
+ {
+ "ename": "octicons",
+ "commit": "c62867eae1a254eb5fe820d4387dd4e8a0ff9be2",
+ "sha256": "02f37bvnc5qvkvfbyx5wp54nz71bqm747mq1p5361sx091lllkxk",
+ "fetcher": "github",
+ "repo": "syohex/emacs-octicons",
+ "unstable": {
+ "version": [
+ 20151101,
+ 340
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a61e561966ffd8faa3b48ce5b3a4eec10c59708b",
+ "sha256": "0w98ii2ny57al94a4h927xx1hn99df5if543v2gh36zqdlwc7xci"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "77bb1a49045f89b3eaf9bcffeefbb9e1abaee556",
+ "sha256": "19fg6r7aiirfsbp2h1a824476sn1ln4nz8kvpdzkzvyf1hzx68gw"
+ }
+ },
+ {
+ "ename": "octo-mode",
+ "commit": "899ec190515d33f706e5279c8e3628514f733a12",
+ "sha256": "1xvpykdrkmxlk302kbqycasrq89f72xvhqlm14qrcd2lqnwhbi07",
+ "fetcher": "github",
+ "repo": "cryon/octo-mode",
+ "unstable": {
+ "version": [
+ 20161008,
+ 1229
+ ],
+ "commit": "bd4db7e5e3275b24c74e6a23c11d04f54e9feca5",
+ "sha256": "1blr664h8bq8bs1wr82nhhb9y7ggrlxp6x203i5bv542zm4a5rba"
+ }
+ },
+ {
+ "ename": "octopress",
+ "commit": "7205d3d43797755077f19f57f531b4b39e77bae3",
+ "sha256": "0zsir6chjvn5i1irmf5aj6mmb401c553r5wykq796sz7jnjhrjg0",
+ "fetcher": "github",
+ "repo": "aaronbieber/octopress.el",
+ "unstable": {
+ "version": [
+ 20190123,
+ 107
+ ],
+ "commit": "f2c92d5420f14fc9167c7de1873836510e652de2",
+ "sha256": "0s5sv685h350zky46fr95bs1w814g8ksjndxwmgarldklxilsyji"
+ }
+ },
+ {
+ "ename": "oer-reveal",
+ "commit": "5982e377cd4cc2e72bfe4650c473c9f6b71085e3",
+ "sha256": "1j43in64p0janfr48v2llh888c337cv66yl6xswidnqysndfg6pg",
+ "fetcher": "gitlab",
+ "repo": "oer/oer-reveal",
+ "unstable": {
+ "version": [
+ 20190731,
+ 811
+ ],
+ "deps": [
+ "org-re-reveal"
+ ],
+ "commit": "e6cd154de8cfa0382495a047804e3b1ac90b431c",
+ "sha256": "1kf7daxs7p58lw7m09ygisyhm8hnzsdp74f1wqwb5fbl5zxhhmpq"
+ }
+ },
+ {
+ "ename": "offlineimap",
+ "commit": "671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f",
+ "sha256": "0nza7lrz7cn06njcblwh9hy3050j8ja4awbxx7jzv6nazjg7201b",
+ "fetcher": "github",
+ "repo": "jd/offlineimap.el",
+ "unstable": {
+ "version": [
+ 20150916,
+ 1158
+ ],
+ "commit": "cc3e067e6237a1eb7b21c575a41683b1febb47f1",
+ "sha256": "1bjrgj8klg7ly63vx90jpaih9virn02bhqi16p6z0mw36q1q7ysq"
+ },
+ "stable": {
+ "version": [
+ 1
+ ],
+ "commit": "646482203aacdf847d57d0a96263fddcfc33fb61",
+ "sha256": "0az4llfgva4wvpljyc5s2m7ggfnj06ssp32x8bncr5fzksha3r7b"
+ }
+ },
+ {
+ "ename": "old-norse-input",
+ "commit": "84780a6ebd1b2294b86ae8c6df5bd6521cf4e85a",
+ "sha256": "1g00h6ykf61ckr6f3r17j72w3h04p5q65aa3rhr5llk3jk1wv331",
+ "fetcher": "github",
+ "repo": "david-christiansen/emacs-old-norse-input",
+ "unstable": {
+ "version": [
+ 20170816,
+ 1842
+ ],
+ "commit": "c2e21ee72c3768e9152aff6baf12a19cde1d0c53",
+ "sha256": "0zybr1v91884p4ncrpr962pr02qsns6hf7kc4c5gyad8sg4pbvxh"
+ }
+ },
+ {
+ "ename": "oldlace-theme",
+ "commit": "b6b11187b012744771380dfabab607cf7e073c45",
+ "sha256": "1pxiqqh5x4wsayqgwplzvsbalbj44zvby7x0pijdvwcnsh74znj8",
+ "fetcher": "github",
+ "repo": "mswift42/oldlace-theme",
+ "unstable": {
+ "version": [
+ 20150705,
+ 1300
+ ],
+ "commit": "5c6f437203b0783b36a7aff4a578de4a0c8c4ee6",
+ "sha256": "0y9fxrsxp1158fyjp4f69r7g2s7b6nbxlsmsb8clwqc8pmmg2z82"
+ }
+ },
+ {
+ "ename": "om-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0bnlnxmzch9j39l8sf85npi89xlnkcnkmy4fihmwhrm86mnmayrb",
+ "fetcher": "github",
+ "repo": "danielsz/om-mode",
+ "unstable": {
+ "version": [
+ 20140915,
+ 2110
+ ],
+ "commit": "cdc0c2912321f8438b0f3449ba8aca50ec150bba",
+ "sha256": "03szb2i2xk3nq578cz1drsddsbld03ryvykdfzmfvwcmlpaknvzb"
+ }
+ },
+ {
+ "ename": "omni-kill",
+ "commit": "c24df34d2fa5d908223379e909148423ba327ae2",
+ "sha256": "03kydl16rd9mnc1rnan2byqa6f70891fhcj16wkavl2r68rfj75k",
+ "fetcher": "github",
+ "repo": "AdrieanKhisbe/omni-kill.el",
+ "unstable": {
+ "version": [
+ 20171016,
+ 2140
+ ],
+ "commit": "904549c8fd6ac3cf22b5d7111ca8944e179cffea",
+ "sha256": "1mlnh5pdqdv1qb8jvi0wvkgbpy74zq807gmp04bp6cpxdns9j63f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 0
+ ],
+ "commit": "904549c8fd6ac3cf22b5d7111ca8944e179cffea",
+ "sha256": "1mlnh5pdqdv1qb8jvi0wvkgbpy74zq807gmp04bp6cpxdns9j63f"
+ }
+ },
+ {
+ "ename": "omni-log",
+ "commit": "47bb19bb7b4713c3fd82c1035a2fe66588c069e3",
+ "sha256": "0c29243zq8r89ax4rxlmb8imag12icnldcb0q0xsnhjccw8lyw1r",
+ "fetcher": "github",
+ "repo": "AdrieanKhisbe/omni-log.el",
+ "unstable": {
+ "version": [
+ 20170930,
+ 1235
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "s"
+ ],
+ "commit": "11e959473c1bd9415d0cda785940c36ba6ad44ab",
+ "sha256": "081vq3wzl8w9yz1356np6h27d7yi5j8i3va9sc2flfwylmw1y9gr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 6
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "s"
+ ],
+ "commit": "20021eb788cbeec0371145468430b259686f519d",
+ "sha256": "1sf2zbhjaz5b9xmz6632338cga7d326ibgw8b8c6c6b4vk16yhqc"
+ }
+ },
+ {
+ "ename": "omni-quotes",
+ "commit": "3402524f79381c99fdeb81a6a5a9241c918811be",
+ "sha256": "0dqki0ibabs9cpcjvnh8lc2114x46i1xmnyjc6qqblfxa3ggdygs",
+ "fetcher": "github",
+ "repo": "AdrieanKhisbe/omni-quotes.el",
+ "unstable": {
+ "version": [
+ 20170425,
+ 1832
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "ht",
+ "omni-log",
+ "s"
+ ],
+ "commit": "454116c1dd6581baaeefd6b9310b1b6b7a5c36d0",
+ "sha256": "1h8lrpi5wizi5vncdz83cxlx7c71xw3sw89sfg462zfbz2sq8afl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "ht",
+ "omni-log",
+ "s"
+ ],
+ "commit": "454116c1dd6581baaeefd6b9310b1b6b7a5c36d0",
+ "sha256": "1h8lrpi5wizi5vncdz83cxlx7c71xw3sw89sfg462zfbz2sq8afl"
+ }
+ },
+ {
+ "ename": "omni-scratch",
+ "commit": "6ba3e128a7fe4476d82266506b18ba9984c37944",
+ "sha256": "190dkqcw8xywzrq8a99w4rqi0y1h2aj23s84g2ln1sf7jaf6d6n9",
+ "fetcher": "github",
+ "repo": "AdrieanKhisbe/omni-scratch.el",
+ "unstable": {
+ "version": [
+ 20171009,
+ 2151
+ ],
+ "commit": "9eee3161e5cb6df58618548a2173f4da7d194814",
+ "sha256": "1cppy9p5k8737jjgjlmfqqfdx048kpjn5cx7iw0dxal180y3i39g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 0
+ ],
+ "commit": "636374c59c7d33c2f72c97ad8ba9fb4854f2324d",
+ "sha256": "0w62bk2m0gs4b605s691z4iap9baz1z6c8z4v9vb05917qlsx5xb"
+ }
+ },
+ {
+ "ename": "omni-tags",
+ "commit": "c77e57f41484c08cae9f47c4379d1752ccf43ce2",
+ "sha256": "133ww1jf14jbw02ssbx2a46mp52j18a2wwzb6x77azb0akmf1lzl",
+ "fetcher": "github",
+ "repo": "AdrieanKhisbe/omni-tags.el",
+ "unstable": {
+ "version": [
+ 20170426,
+ 2109
+ ],
+ "deps": [
+ "cl-lib",
+ "pcre2el"
+ ],
+ "commit": "8f0f6c302fab900b7681e5c039f90850cbbabd33",
+ "sha256": "0cqj4h4bdhmb0r6f2xx9g6cs3599m4j3snkrvsgddaq8c6mg47w0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "pcre2el"
+ ],
+ "commit": "a7078bfbc9a6256efd0e57530df9fd7808bc2185",
+ "sha256": "0c34rci5793hd674x2srhqvnj46llrbkrw1xpzf73s4ib5zhh7xi"
+ }
+ },
+ {
+ "ename": "omnibox",
+ "commit": "bf274ff47f167edd214e667249356de281522802",
+ "sha256": "05jc9hhr3gnjfyjpdx79ij9b5qwfrsmdf8h2s5ldxbw82q8a0z02",
+ "fetcher": "github",
+ "repo": "sebastiencs/omnibox",
+ "unstable": {
+ "version": [
+ 20180423,
+ 49
+ ],
+ "deps": [
+ "dash",
+ "frame-local"
+ ],
+ "commit": "8ee75c71c20c438ebc43ba24ef6f543633d118f3",
+ "sha256": "19d7djf942dagxsz0c0lnfra4fk09qm6grkc0nihpsw4afjbj01a"
+ }
+ },
+ {
+ "ename": "omnisharp",
+ "commit": "e327c483be04de32638b420c5b4e043d12a2cd01",
+ "sha256": "0gh0wwdpdx2cjf95pcagj52inf7mrmiq7x8p0x5c7lvl4pfzhh87",
+ "fetcher": "github",
+ "repo": "OmniSharp/omnisharp-emacs",
+ "unstable": {
+ "version": [
+ 20190809,
+ 341
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "csharp-mode",
+ "dash",
+ "f",
+ "flycheck",
+ "popup",
+ "s"
+ ],
+ "commit": "b5afa053c8d3771d5567538bae89a03cc66e826c",
+ "sha256": "0vhjfig0yx2ihqbq9ah6w7vs84lbnn5zlkjlda63kfs5cwwi43vp"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 2
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "csharp-mode",
+ "dash",
+ "f",
+ "flycheck",
+ "popup",
+ "s",
+ "shut-up"
+ ],
+ "commit": "588b8482685adedbc56933cb13c58d9cc6a82456",
+ "sha256": "1iqwxc19jvcb2gsm2aq59zblg1qjmbxgb2yl3h3aybqp968j3i00"
+ }
+ },
+ {
+ "ename": "omtose-phellack-theme",
+ "commit": "478b1e07ed9010408c12598640ec8d154f9eb18d",
+ "sha256": "0aj0sw611w13xryn762ws63dfalczxixa5rv3skglmfy9axg3v3b",
+ "fetcher": "github",
+ "repo": "franksn/omtose-phellack-theme",
+ "unstable": {
+ "version": [
+ 20161111,
+ 2120
+ ],
+ "commit": "66f99633e199e65bd28641626435e8e59246529a",
+ "sha256": "0imf2pcf93srm473nvaksw5pw5i4caqxb6aqfbq6xww8gdbqfazy"
+ }
+ },
+ {
+ "ename": "on-parens",
+ "commit": "2ea1eb5eb5a40e95ba06b0a4ac89ad8843c9cc2c",
+ "sha256": "19kyzpkgfl0ipbcgnl8fbfbapnfdxr8w9i7prfkm6rjp6amxyqab",
+ "fetcher": "github",
+ "repo": "willghatch/emacs-on-parens",
+ "unstable": {
+ "version": [
+ 20180202,
+ 2241
+ ],
+ "deps": [
+ "dash",
+ "evil",
+ "smartparens"
+ ],
+ "commit": "7a41bc02bcffd265f8a69ed4b4e0df3c3009aaa4",
+ "sha256": "0pkc05plbjqfxrw54amlm6pzg9gcsz0nvqzprplr6rhh7ss419zn"
+ }
+ },
+ {
+ "ename": "on-screen",
+ "commit": "628f43fdfdb41174800fb8171e71134c27730f6f",
+ "sha256": "104jisc2bckzrajxlvj1cfx1drnjj7jhqjblvm89ry32xdnjxmqb",
+ "fetcher": "github",
+ "repo": "michael-heerdegen/on-screen.el",
+ "unstable": {
+ "version": [
+ 20160302,
+ 950
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "206468aa4de299ad26c2db12b757f5ad7290912f",
+ "sha256": "1rrby3mbh24qd43nsb3ymcrjxh1cz6iasf1gv0a8fmivmb4f7dyz"
+ }
+ },
+ {
+ "ename": "one-themes",
+ "commit": "504fb2fa2fe17eb008f7e9b8f7fb394f4a3ebd28",
+ "sha256": "11c6py5vani2cv4qjvizlzz9xvr5v57qxy1chcxy2lq3jlz1q5w0",
+ "fetcher": "github",
+ "repo": "balajisivaraman/emacs-one-themes",
+ "unstable": {
+ "version": [
+ 20190424,
+ 740
+ ],
+ "commit": "e62e4ebef7ef8ccb1e90781d613638d30cf24d7a",
+ "sha256": "13vjlgac3ikd5xr6cjqb3aaj8qr201lc3ndvwhj3k617474312jh"
+ }
+ },
+ {
+ "ename": "one-time-pad-encrypt",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0xl74vxq9dzl84b6wsw8flykxcsxggpd4s47a2ph3irr64mbbgq5",
+ "fetcher": "github",
+ "repo": "garvinguan/emacs-one-time-pad",
+ "unstable": {
+ "version": [
+ 20160329,
+ 1513
+ ],
+ "commit": "87cc1f124024ce3d277299ca0ac703f182937d9f",
+ "sha256": "0g2hvpnmgyy1k393prv97nqwlqc58nqf71hkrmaijw0cyy9q03nz"
+ }
+ },
+ {
+ "ename": "opam",
+ "commit": "fc4e2076ebaefe7e241607ff6920fe243d10ccd0",
+ "sha256": "004r93nn1ranvxkcc0y5m3p8gh4axgghgnsvim38nc1sqda5h6xa",
+ "fetcher": "github",
+ "repo": "lunaryorn/opam.el",
+ "unstable": {
+ "version": [
+ 20150719,
+ 1220
+ ],
+ "commit": "4d589de5765728f56af7078fae328b6792de8600",
+ "sha256": "1yqrp9icci5snp1485wb6y8mr2hjp9006ahch58lvmnq98bn7j45"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "83fb2850d29ec792754e0af18b015e089aad2695",
+ "sha256": "119pk7gg4fw5bdvir8077ra603b5nbqvd7ph9cqrwxa056jzvry8"
+ }
+ },
+ {
+ "ename": "open-in-msvs",
+ "commit": "09a462fac31a7ceda4ee84a8550ff1db6d11140f",
+ "sha256": "0cng0brxjdriyhwsbn85pfrgqg56chzk24lvkx91rzgz15fbpnv5",
+ "fetcher": "github",
+ "repo": "evgeny-panasyuk/open-in-msvs.el",
+ "unstable": {
+ "version": [
+ 20170123,
+ 2228
+ ],
+ "commit": "e0d071c83188ad5db8f3297d6ce784b4ed554a04",
+ "sha256": "0aiccdcll5zjy11fandd9bvld8p8srmhrh3waqc33yp4x8pjkjpd"
+ }
+ },
+ {
+ "ename": "open-junk-file",
+ "commit": "f8e4328cae9b4759a75da0b26ea8b68821bc71af",
+ "sha256": "0r1v9m8a5blv70fzq5miv5i57jx0bm1p0jxh0lwklam0m99znmcj",
+ "fetcher": "github",
+ "repo": "rubikitch/open-junk-file",
+ "unstable": {
+ "version": [
+ 20161210,
+ 1114
+ ],
+ "commit": "558bec7372b0fed4c4cb6074ab906535fae615bd",
+ "sha256": "0kcgkxn5v9bsbkcvpjxjqhj1w3c29bfb33bmiw32gzbfphmrvhh1"
+ }
+ },
+ {
+ "ename": "opencc",
+ "commit": "71bc5476b3670a9f5c3d3682c2e7852fc6c5fe60",
+ "sha256": "1dd62x0h3imil4g3psndxykp45jf83fm4afxcvvyayj45z099f4r",
+ "fetcher": "github",
+ "repo": "xuchunyang/emacs-opencc",
+ "unstable": {
+ "version": [
+ 20170722,
+ 816
+ ],
+ "commit": "8c539f72669ba9a99d8b5198db5ea930897ad1b9",
+ "sha256": "140s88z0rsiylm8g1mzgc50ai38x79j004advin6lil5zcggxq3i"
+ }
+ },
+ {
+ "ename": "opencl-mode",
+ "commit": "d97575fdae88d55b55686aa6814f858813cad171",
+ "sha256": "1g351wiaycwmg1bnf4s2mdnc3lb2ml5l54g19184xqssfqlx7y79",
+ "fetcher": "github",
+ "repo": "salmanebah/opencl-mode",
+ "unstable": {
+ "version": [
+ 20190615,
+ 1957
+ ],
+ "commit": "55cb49c8243e6420961d719faced035bc547c1ef",
+ "sha256": "0rsf49dj0q5i14b3nfhld9da7d9cx01l8gxf35ya7nw4fw07aan1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "14109a4bb56105a9c052ae49ad4c638b4cc210b2",
+ "sha256": "0n64l1jrrk60g192nn0240qcv2p9r138mi9gb38qq5k65wffbc21"
+ }
+ },
+ {
+ "ename": "opener",
+ "commit": "c5a448f1936f46176bc2462eb03955a0c19efb9e",
+ "sha256": "0fhny4m7x19wnlnr19s4rkl04dkx95yppd51jzrkr96xiznw97s7",
+ "fetcher": "github",
+ "repo": "0robustus1/opener.el",
+ "unstable": {
+ "version": [
+ 20161207,
+ 1810
+ ],
+ "deps": [
+ "cl-lib",
+ "request"
+ ],
+ "commit": "c384f67278046fdcd220275fdd212ab85672cbeb",
+ "sha256": "0gci909a2rbx5i8dyzyrcddwdic7nvpk6y6djvn521yaag4sq87h"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "request"
+ ],
+ "commit": "c384f67278046fdcd220275fdd212ab85672cbeb",
+ "sha256": "0gci909a2rbx5i8dyzyrcddwdic7nvpk6y6djvn521yaag4sq87h"
+ }
+ },
+ {
+ "ename": "opensource",
+ "commit": "ec4255a403e912a14a7013ea96f554d3588dfc30",
+ "sha256": "17gi20s2vi7m75qqaff907x1g8ja5ny90klldpqmj258m2j6a6my",
+ "fetcher": "github",
+ "repo": "OpenSourceOrg/el-opensourceorg",
+ "unstable": {
+ "version": [
+ 20160926,
+ 1616
+ ],
+ "deps": [
+ "dash",
+ "pkg-info",
+ "request",
+ "s"
+ ],
+ "commit": "13499b7ae602c735e40c1c494bda6252a2f1c98f",
+ "sha256": "14vb47y5cq3j80aah8fjjf5aw343p9p7bhlxnpz5fr8r9a883dka"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "pkg-info",
+ "request",
+ "s"
+ ],
+ "commit": "27d06be45c852e84e47c33cbd0f4c344fd9a0370",
+ "sha256": "1rjf78vki4xp8y856v95877093p3zgfc9mx92npscsi1g93dxn80"
+ }
+ },
+ {
+ "ename": "openstack-cgit-browse-file",
+ "commit": "bd7035e1ea63d7d8378f8bfda6a5402a5b6bb9e4",
+ "sha256": "05dl28a4npnnzzipypfcqb21sdww715lwji2xnsabx3fb1h1w5jl",
+ "fetcher": "github",
+ "repo": "chmouel/openstack-cgit-browse-file",
+ "unstable": {
+ "version": [
+ 20130819,
+ 927
+ ],
+ "commit": "244219288b9aef41155044697bb114b7af83ab8f",
+ "sha256": "0086pfk4pq6xmknk7a42fihcjgzkcplqqc1rk9fhwmn9j7djbq70"
+ }
+ },
+ {
+ "ename": "openwith",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0l3grbnn349cv26ap2phlmp2h94s68gqznh5zdqwc2cp7lf699sx",
+ "fetcher": "bitbucket",
+ "repo": "jpkotta/openwith",
+ "unstable": {
+ "version": [
+ 20120531,
+ 2136
+ ],
+ "commit": "aeb78782ec87680ea9f082a3f20a3675b3770cf9",
+ "sha256": "1wl6gnxsyhaad4cl9bxjc0qbc5jzvlwbwjbajs0n1s6qr07d6r01"
+ }
+ },
+ {
+ "ename": "operate-on-number",
+ "commit": "aec74eff8ca3d5e381d7a6d61c73f1a0716f1c60",
+ "sha256": "1rw3fqbzfizgcbz3yaf99rr2546msna4z7dyfa8dbi8h7yzl4fhk",
+ "fetcher": "github",
+ "repo": "knu/operate-on-number.el",
+ "unstable": {
+ "version": [
+ 20150707,
+ 623
+ ],
+ "commit": "ceb3be565a29326c1098244fac0c50606723a56e",
+ "sha256": "0iw3c8sn702ziki59mvd5gxm484i7f0bwsy8fz95y08s9gknjjf9"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "6a17272e2b6e23260edb1b5eeb01905a1f37e0a6",
+ "sha256": "12q09kdcgv6hl1hmgarl73j4g9gi4h7sj865655mdja0ns9n1pdb"
+ }
+ },
+ {
+ "ename": "orca",
+ "commit": "f4d9cf89c58a9b36b7c2a42de2aecb3b60001908",
+ "sha256": "012ndbrgm58r09snhvi476rw0lq4m913y0slc0cxb688p9wgz5w3",
+ "fetcher": "github",
+ "repo": "abo-abo/orca",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1127
+ ],
+ "commit": "b07b69ba0052a0dd4ef59a20ec0e54f3c8cf137e",
+ "sha256": "12ahmqqvnl1vaf8qc4smsk6727bzmv3qja79kb00g3yf4k1r0nhk"
+ }
+ },
+ {
+ "ename": "ordinal",
+ "commit": "ea3dd6fe4cacc229dd1371cb66dd1cfd07321bf4",
+ "sha256": "19s27mv7kqcg9qxa844al7q1hk0qbiqh93g1n54r3b6s980dlgcv",
+ "fetcher": "github",
+ "repo": "zonuexe/ordinal.el",
+ "unstable": {
+ "version": [
+ 20190104,
+ 1421
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "75af95abbac3e30c4dd804411cb3e867c741a747",
+ "sha256": "04zhw4a3l8a8sz4w5l04hjr63hdrq9icjcc2mn893rixrw1i7l9m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "75af95abbac3e30c4dd804411cb3e867c741a747",
+ "sha256": "04zhw4a3l8a8sz4w5l04hjr63hdrq9icjcc2mn893rixrw1i7l9m"
+ }
+ },
+ {
+ "ename": "org-ac",
+ "commit": "adf598f8dae69ff286ae78d353a2a5d4363b4480",
+ "sha256": "059jr3v3558cgw626zbqfwmwwv5f4637ai26h7b6psqh0x9sf3mr",
+ "fetcher": "github",
+ "repo": "aki2o/org-ac",
+ "unstable": {
+ "version": [
+ 20170401,
+ 1307
+ ],
+ "deps": [
+ "auto-complete-pcmp",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "41e3ef8e4039619d0370c23c66730b3b2e9e32ed",
+ "sha256": "1l3fn8vjdqq7rrn1b7l2i238bhjni13mg9v25dydin0sfb697abk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "auto-complete-pcmp",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "9cbbda79e2fe964ded3f39cf7a2e74f1be3d6b9a",
+ "sha256": "1xckin2d6s40kgr2293g72ipc57f8gp6y63303kmqcv3qm8q13ca"
+ }
+ },
+ {
+ "ename": "org-agenda-property",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "0zsjzjw52asl609q7a2s4jcsm478p4cxzhnd3azyr9ypxydjf6qk",
+ "fetcher": "github",
+ "repo": "Malabarba/org-agenda-property",
+ "unstable": {
+ "version": [
+ 20140626,
+ 2116
+ ],
+ "commit": "3b469f3e93de0036547f3631cd0366d53f7584c8",
+ "sha256": "15xgkm5p30qfghyhkjivh5n4770794qf4pza462vb0xl5v6kffbm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 1
+ ],
+ "commit": "2ff628a14a3e758863bbd88fba4db9f77fd2c3a8",
+ "sha256": "0gkxxzdk8bd1yi5x9217pkq9d01ccq8znxc7h8qcw0p1336rigfc"
+ }
+ },
+ {
+ "ename": "org-alert",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "01bb0s22wa14lyr9wi58cvk4b03xqq268y3dvxbrhymw1ld97zk2",
+ "fetcher": "github",
+ "repo": "spegoraro/org-alert",
+ "unstable": {
+ "version": [
+ 20180524,
+ 133
+ ],
+ "deps": [
+ "alert",
+ "dash",
+ "s"
+ ],
+ "commit": "f87bff4acbd839acb4d2245b56b2c3d21f950911",
+ "sha256": "05xhp1ggpcgd48vcrxf9l43aasxfjw1ypgzpq3gp7031x83m9rr6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "alert",
+ "dash",
+ "s"
+ ],
+ "commit": "685c18aa5ce994360c7f9e8bbf49590c412187ac",
+ "sha256": "0gkv2sfl9nb64qqh5xhgq68r9kfmsny3vpcmnzk2mqjcb9nh657s"
+ }
+ },
+ {
+ "ename": "org-attach-screenshot",
+ "commit": "f545cd8d1da39e7fbd61020e178de30053ba774b",
+ "sha256": "0108kahyd499q87wzvirv5d6p7jrb7ckz8r96pwqzgflj3njbnmn",
+ "fetcher": "github",
+ "repo": "dfeich/org-screenshot",
+ "unstable": {
+ "version": [
+ 20180420,
+ 525
+ ],
+ "commit": "6b1edbd2384191122a30788ac72f2233c2df0294",
+ "sha256": "0vyxpc28b9b0cn02a9p48q6iy61qw7gj7gzk37ijdmzg8dzy6hxv"
+ }
+ },
+ {
+ "ename": "org-autolist",
+ "commit": "ca8e2cdb282674b20881bf6b4fc49af42a5d09a7",
+ "sha256": "1jvspxhxlvd7h1srk9dbk1v5dykmf8jsjaqicpll7ial6i0qgikj",
+ "fetcher": "github",
+ "repo": "calvinwyoung/org-autolist",
+ "unstable": {
+ "version": [
+ 20170924,
+ 1901
+ ],
+ "commit": "c82d1e83e982b5f0c106b8800e5b0cfd5f73fdc1",
+ "sha256": "0ykiafbdjb2iy0s1gr6l51gddjbk08iwj4v13hgm8b675bl0cw56"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 14
+ ],
+ "commit": "c82d1e83e982b5f0c106b8800e5b0cfd5f73fdc1",
+ "sha256": "0ykiafbdjb2iy0s1gr6l51gddjbk08iwj4v13hgm8b675bl0cw56"
+ }
+ },
+ {
+ "ename": "org-babel-eval-in-repl",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0brqp0w9s28ibws4idlm1rw09lsfa98l5wbpwm64rvlixhs6zlnx",
+ "fetcher": "github",
+ "repo": "diadochos/org-babel-eval-in-repl",
+ "unstable": {
+ "version": [
+ 20170511,
+ 1214
+ ],
+ "deps": [
+ "ess",
+ "eval-in-repl",
+ "matlab-mode"
+ ],
+ "commit": "bfa72c582ac1531ad42aba23e2b1267ab68e31f6",
+ "sha256": "1jm56zxa99s163jv02vhfrshmykvld7girq7gmj1x60g3wjzhn5k"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "deps": [
+ "ess",
+ "eval-in-repl",
+ "matlab-mode"
+ ],
+ "commit": "3f26e3cf8bed9ec8e025e4143e708e6e470258d4",
+ "sha256": "0g2057v6qjqi5xl2m1sa2k046lmis83c3g80d13h6plv0rrsvwz2"
+ }
+ },
+ {
+ "ename": "org-beautify-theme",
+ "commit": "f55f1ee9890f720e058401a052e14c7411252967",
+ "sha256": "0rrlyn61xh3szw8aihxpbmg809xx5ac66xqzj895dn1raz129h2w",
+ "fetcher": "github",
+ "repo": "jonnay/org-beautify-theme",
+ "unstable": {
+ "version": [
+ 20170908,
+ 2218
+ ],
+ "commit": "df6a1114fda313e1689363e196c8284fbe2a2738",
+ "sha256": "1lkz7736swimad12khwbbqc4gxjydgr1k45p4mx03s25pv1w920y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "commit": "7b7a7cbd4f25f77e8bd81783f517b2b182220fd9",
+ "sha256": "0nqw4apv642vqbjjqbi960zim9lkbnaszrlasf25c9fnzdg1m134"
+ }
+ },
+ {
+ "ename": "org-board",
+ "commit": "d8063ee17586d9b1e7415f7b924239826b81ab08",
+ "sha256": "00jsrxc8f85cvrh7364n7337frdj12yknlfp28fhdgk2ph6d7bp4",
+ "fetcher": "github",
+ "repo": "scallywag/org-board",
+ "unstable": {
+ "version": [
+ 20190203,
+ 1424
+ ],
+ "commit": "2e01e801abc04b8fb718ca4bc19636242ac0cb52",
+ "sha256": "044nqxrg11qk0lnipzvhvdyd37vjkklaksyasrn6k1ifcfdx2qp8"
+ },
+ "stable": {
+ "version": [
+ 1018
+ ],
+ "commit": "405bfd630f1b31bd77158bc8e79aab86812cba65",
+ "sha256": "066shdqp0bca2xlds1m0c5ml3yxqfyzsyyy7sy72ybv41n5b11x3"
+ }
+ },
+ {
+ "ename": "org-bookmark-heading",
+ "commit": "eaadbd149399c6e3c48ac5cbeedeb29a3f5791f1",
+ "sha256": "1q92rg9d945ypcpb7kig2r0cr7nb7avsylaa7nxjib25advx80n9",
+ "fetcher": "github",
+ "repo": "alphapapa/org-bookmark-heading",
+ "unstable": {
+ "version": [
+ 20180904,
+ 1709
+ ],
+ "deps": [
+ "f"
+ ],
+ "commit": "eba5ef7a3c992c4a9da86f64d12fca0c1158208a",
+ "sha256": "1amq48yldydg9prcxvxn5yi0k8xk87h1azscr9hh9phnll2yys1d"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "70b014e09977371a8c9bad03085c116693062b19",
+ "sha256": "0j765rb2yfwnc0ri53jb8d6lxj6knpmy495bk3sd63492kdrxf93"
+ }
+ },
+ {
+ "ename": "org-brain",
+ "commit": "47480fbae06e4110d50bc89db7df05fa80afc7d3",
+ "sha256": "0c05c6lbr740nnjp9p34padrbrc3q1x2pgylkyhsxadm4mfsvj0c",
+ "fetcher": "github",
+ "repo": "Kungsgeten/org-brain",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1315
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "0f984e01a982ded563df9fab5355a29f781b2430",
+ "sha256": "09m4vsfmqfni5jdwxpkhfg3jzbd69d3di1z9wdc9bvbxrrd03a3a"
+ }
+ },
+ {
+ "ename": "org-bullets",
+ "commit": "fe60fc3c60d87b5fd7aa24e858c79753d5f7d2f6",
+ "sha256": "0yrfgd6r71rng3qipp3y9i5mpm6510k4xsfgyidcn25v27fysk3v",
+ "fetcher": "github",
+ "repo": "emacsorphanage/org-bullets",
+ "unstable": {
+ "version": [
+ 20190802,
+ 927
+ ],
+ "commit": "c19b13be00df8d8dc596e4f1aef4a094b08ac801",
+ "sha256": "1rvhinwnz660mfz4wkr2wa51ss5cm4gzpwfvwc0s0srk14s2h66h"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 4
+ ],
+ "commit": "b70ac2ec805bcb626a6e39ea696354577c681b36",
+ "sha256": "10nr4sjffnqbllv6gmak6pviyynrb7pi5nvrq331h5alm3xcpq0w"
+ }
+ },
+ {
+ "ename": "org-caldav",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1wzb5garpxg8p7zaqp6z5q0l2x8n9m7fjg5xy3vg9878njnqr9kc",
+ "fetcher": "github",
+ "repo": "dengste/org-caldav",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1918
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "1fd520490303d9a3e45187f2fe56f00ac403c214",
+ "sha256": "1m1ics2pd7x07ylbkmm1darbqdzrp29x3jlckr1bwizk9dwaz0r4"
+ }
+ },
+ {
+ "ename": "org-capture-pop-frame",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "1k0njip25527nkn8w11yl7dbk3zv9p9lhx0a9xx293havjxygvyi",
+ "fetcher": "github",
+ "repo": "tumashu/org-capture-pop-frame",
+ "unstable": {
+ "version": [
+ 20160518,
+ 1008
+ ],
+ "commit": "b16fd712de62cf0d1f9befd03be6ab5983cb3301",
+ "sha256": "01ffkk79wz2qkh9h9cjl59j34wvbiqzzxbbc9a06lh2rc946wgis"
+ }
+ },
+ {
+ "ename": "org-category-capture",
+ "commit": "6760daac1ef9d9d7ba07e2fc9668873020f901f1",
+ "sha256": "0l5n71h9lc8q9k0sb5ghzwb81lah4l1ykc06shfl9zw5lqqvahav",
+ "fetcher": "github",
+ "repo": "IvanMalison/org-projectile",
+ "unstable": {
+ "version": [
+ 20180601,
+ 242
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "de37d0094791ab1146276904f3a37eba699e0b60",
+ "sha256": "05h9scvnd9ggfwbbl1m124k6sdn5kp9mv2695cril2m4dkr1kyqz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "48f621b595e748c5e03431f237facf258ffc9443",
+ "sha256": "00n2msmwcjjiibrhrvpawzgz6qcjjfy9qnii1iaass0038g4bd89"
+ }
+ },
+ {
+ "ename": "org-chef",
+ "commit": "23b9e64887a290fca7c7ab2718f627f8d728575f",
+ "sha256": "1xzbdrv5z31lxnzzgbp50l10lzlvx6j7kc7ssg76fma49wfpnra5",
+ "fetcher": "github",
+ "repo": "Chobbes/org-chef",
+ "unstable": {
+ "version": [
+ 20190807,
+ 1453
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "f42d75a9787f9644f03b6f9a379bbc40f6397605",
+ "sha256": "0ra8ky67i2f4saqv265dby0r1x9n4lv8vn607g0z7c9myff6bxnf"
+ }
+ },
+ {
+ "ename": "org-cliplink",
+ "commit": "7ddb13c59441fdf4eb1ba3816e147279dea7d429",
+ "sha256": "19l3k9w9csgvdr7n824bzg7jja0f28dmz6caldxh43vankpmlg3p",
+ "fetcher": "github",
+ "repo": "rexim/org-cliplink",
+ "unstable": {
+ "version": [
+ 20190608,
+ 2134
+ ],
+ "commit": "82402cae7e118d67de7328417fd018a18f95fac2",
+ "sha256": "0cx0bmpsniazpl420cck9pgvmyfznrvl5bgrjnfyvkmqgpz9nyzv"
+ }
+ },
+ {
+ "ename": "org-clock-convenience",
+ "commit": "a80ed929181cdd28886ca598a0c387a31d239b2e",
+ "sha256": "1zis0fp7q253qfxypm7a69zb3w8jb4cbrbj2rk34d1jisvnn4irw",
+ "fetcher": "github",
+ "repo": "dfeich/org-clock-convenience",
+ "unstable": {
+ "version": [
+ 20190130,
+ 1610
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "7d14699a15ad6c5b9a63246a11188c77f8800e94",
+ "sha256": "05r6jgh8ys4ihpns7g64n4zbnvyy5fvndf9v7zinq2nk6grb393q"
+ }
+ },
+ {
+ "ename": "org-clock-csv",
+ "commit": "e023cb898699f76f6c3d9ffe8162aacfc6a8c34f",
+ "sha256": "02spjrzdf1kmvyvqkzg7nnmq9kqv75zwxn5ifqmg0f7a1gw28f0l",
+ "fetcher": "github",
+ "repo": "atheriel/org-clock-csv",
+ "unstable": {
+ "version": [
+ 20190418,
+ 1505
+ ],
+ "deps": [
+ "org",
+ "s"
+ ],
+ "commit": "e2fbaa1ad1a1be40fceecde603a600b292b76acc",
+ "sha256": "1fpjga40v2wlkvq4ap75hd844m47gm55dkraznqz078k5f8fx8kk"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "org",
+ "s"
+ ],
+ "commit": "e2fbaa1ad1a1be40fceecde603a600b292b76acc",
+ "sha256": "1fpjga40v2wlkvq4ap75hd844m47gm55dkraznqz078k5f8fx8kk"
+ }
+ },
+ {
+ "ename": "org-clock-split",
+ "commit": "dc8517485e39093a3be387213f766d1df7d50061",
+ "sha256": "1ihqp4ilz4a3qs2lrc3j0lqkjh782510m2nbzba89pasgl4c4jhw",
+ "fetcher": "github",
+ "repo": "justintaft/org-clock-split",
+ "unstable": {
+ "version": [
+ 20180909,
+ 2047
+ ],
+ "commit": "b2f1497b62e7f4a767be02e249e4ac95d4f8f21c",
+ "sha256": "099jxkyx7ikfqz99sx632a6c0mc630qkix3c307sm7y317jcdz8l"
+ }
+ },
+ {
+ "ename": "org-clock-today",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1x9hplz9w2kpa239rz6y02hsl4fgzxlkwr9hhwjy12x1f88x0k73",
+ "fetcher": "github",
+ "repo": "mallt/org-clock-today-mode",
+ "unstable": {
+ "version": [
+ 20161014,
+ 920
+ ],
+ "commit": "02b8fd541a01040405a9a1400c46dcb68b7c2a3a",
+ "sha256": "1gbkrgbpsrwkjd199giffim8jvx1n4dqrsyk53sz1swj9dlhxgp9"
+ }
+ },
+ {
+ "ename": "org-commentary",
+ "commit": "3e0a40d9ea5849b9c22378a84ac8122e4eb2737d",
+ "sha256": "0ym1rq2zhyhc6hkk40wsa9jni2h1z5dkaisldqzg8ggl7iv3v4fx",
+ "fetcher": "github",
+ "repo": "smaximov/org-commentary",
+ "unstable": {
+ "version": [
+ 20160802,
+ 637
+ ],
+ "deps": [
+ "dash",
+ "org"
+ ],
+ "commit": "821ccb994811359c42f4e3d459e0e88849d42b75",
+ "sha256": "0ixhyn8s7l2caq0qpv9zlq9fzm3z8b81755c3yffnk5camnij6py"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "org"
+ ],
+ "commit": "2eeeb0f506e30ef82263e67279d837a79cbde021",
+ "sha256": "02an98pc52yfxsxmz1kib692yx93rqdi1q3lpvblzyd3hhd51rlr"
+ }
+ },
+ {
+ "ename": "org-context",
+ "commit": "f33b6157eb172719a56c3e86233708b1e545e451",
+ "sha256": "19y8aln7wix9p506ajvfkl641147c5mdmjm98jnq68cx2r4wp6zz",
+ "fetcher": "github",
+ "repo": "thisirs/org-context",
+ "unstable": {
+ "version": [
+ 20170107,
+ 1337
+ ],
+ "commit": "a3b4a4ce6d15e3c2d45eb5dcb78bea81913f3e21",
+ "sha256": "18swz38q8z1nga6l8f1l27b7ba3y5y3ikk0baplmich3hxav58xj"
+ }
+ },
+ {
+ "ename": "org-cua-dwim",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0ib3m41b4lh0p0xxhsmfv42qs00xm2cfwwl2cgfdjjp1s57p19xy",
+ "fetcher": "github",
+ "repo": "mattfidler/org-cua-dwim.el",
+ "unstable": {
+ "version": [
+ 20120203,
+ 534
+ ],
+ "commit": "a55d6c7009fc0b22f1110c07de629acc955c85e4",
+ "sha256": "0nrfvmqb70phnq0k4wbdj6z666wq6xvabg4pgv8qn62rbrw4yyhm"
+ }
+ },
+ {
+ "ename": "org-d20",
+ "commit": "98bf91038196dfb59c491c9ed96c6b6a0cb311a9",
+ "sha256": "158n900ifb1mfckd0gjmb9gpzibh8a2x56flbn2r035gcdbb7wc5",
+ "fetcher": "git",
+ "url": "https://git.spwhitton.name/org-d20",
+ "unstable": {
+ "version": [
+ 20190628,
+ 1356
+ ],
+ "deps": [
+ "dash",
+ "s",
+ "seq"
+ ],
+ "commit": "0ca1b0a8d9ab0a7d687a9f2edb6eae2e57851129",
+ "sha256": "0wg95wirq964klpihhgv2flnkyjwwpdqiafn2b2l1785906csrcg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "dash",
+ "s",
+ "seq"
+ ],
+ "commit": "e0fb2c04a55c55cbf59a85a0b2e23ef18370ca61",
+ "sha256": "1q5s2gj1968z23qf7ds2ychvvnzmlayh1v16krf0lf3zj7a3k20s"
+ }
+ },
+ {
+ "ename": "org-dashboard",
+ "commit": "11ce0ba772672d9cbae5713ebaf3798eec5fdb3c",
+ "sha256": "1hvhhbmyx12wsf2n1hd0hg5cy05zyspd82xxcdh04g4s9r3ikqj5",
+ "fetcher": "github",
+ "repo": "bard/org-dashboard",
+ "unstable": {
+ "version": [
+ 20171223,
+ 1924
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "02c0699771d199075a286e4502340ca6e7c9e831",
+ "sha256": "0zi23xgv5fq827dljhzp6m2v7ggr3pdw3fpgq8515gs9q4f12v1r"
+ }
+ },
+ {
+ "ename": "org-doing",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "10vg0wl8dsy12r51178qi4rzi94img692z5x3zv8dxa29lmn26xs",
+ "fetcher": "github",
+ "repo": "rudolfolah/org-doing",
+ "unstable": {
+ "version": [
+ 20161017,
+ 1620
+ ],
+ "commit": "07ddbfc238cba31e4990c9b52e9a2757b39111da",
+ "sha256": "1d9gf6wf3jp07bn2h6bbc75iy0wwdvzdlj9n4nwbc46nf3k154pa"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "e099514cfc162f8fe3d383456a7964743b0455d5",
+ "sha256": "1hvnrw0y3chlfv6zxsczmm8zybrnakn3x13ykv2zblw96am9kd2s"
+ }
+ },
+ {
+ "ename": "org-dotemacs",
+ "commit": "4c1847184312c8c95e7e81e5b3b73e5621cc2509",
+ "sha256": "1vc391fdkdqd4g0piq66zhrlgqx5s2ijv7qd1rc3a235sjb9i2n4",
+ "fetcher": "github",
+ "repo": "vapniks/org-dotemacs",
+ "unstable": {
+ "version": [
+ 20190116,
+ 2155
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "5f504f36af6bcb9dbe9869c7ed54851d3db742e7",
+ "sha256": "0pxphad9qxssqxr50g0mf20b7247xjp9a6fmb494bj8yv6wnn9m9"
+ }
+ },
+ {
+ "ename": "org-download",
+ "commit": "edab283bc9ca736499207518b4c9f5e71e822bd9",
+ "sha256": "19yjx0qqpmrdwagp3d6lwwv7dcb745m9ccq3m29sin74f5p4svsi",
+ "fetcher": "github",
+ "repo": "abo-abo/org-download",
+ "unstable": {
+ "version": [
+ 20190604,
+ 1340
+ ],
+ "deps": [
+ "async"
+ ],
+ "commit": "ac72bf8fce3e855da60687027b6b8601cf1de480",
+ "sha256": "0ax5wd44765wnwabkam1g2r62gq8crx2qq733s2mg1z72cfvwxqb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "async"
+ ],
+ "commit": "a57beffd0f09b218a9487d1750960878c1d5b12c",
+ "sha256": "1disqqfwjl366kv6xgc28w7zbc4xl9a0jmdj7w27mb00sxzfk3vb"
+ }
+ },
+ {
+ "ename": "org-dp",
+ "commit": "7f337375082da316ed07b8ce9c775b484b8cdbf6",
+ "sha256": "0fnrzpgw8l0g862j20yy4mw1wfcm2i04r6dxi4yd7yay8bw2i4yq",
+ "fetcher": "github",
+ "repo": "tj64/org-dp",
+ "unstable": {
+ "version": [
+ 20180311,
+ 923
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e720f1c155a795a5b65a04790ad195c413449716",
+ "sha256": "1d9fzgmg1hhr0nvas799filymhm6k6acm970gl444x4428fq03l7"
+ },
+ "stable": {
+ "version": [
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d740c2065120f71762c48877da1a31dea881e98e",
+ "sha256": "0cxccxz17pj67wgmyxr74n381mknqgqkyav3jkxs4ghg59g5nygl"
+ }
+ },
+ {
+ "ename": "org-drill",
+ "commit": "c26e11c52c8bb5c88df348cc15df6e0386bf8e1b",
+ "sha256": "16r8v2blqf0s1j6csp0mw0radm6bjkbdw18lr7zwx8ja1sjl48ws",
+ "fetcher": "gitlab",
+ "repo": "phillord/org-drill",
+ "unstable": {
+ "version": [
+ 20190727,
+ 1930
+ ],
+ "deps": [
+ "org",
+ "persist",
+ "seq"
+ ],
+ "commit": "7dece4a5e4b37ff32a7733e407d19ba67422008b",
+ "sha256": "0m5lv0hm5wd5v9ghk5sp1hvdm11hq6aj5kkymr76z6zx7q29jsn3"
+ }
+ },
+ {
+ "ename": "org-drill-table",
+ "commit": "3347da186765877826b224e1f5d1b585ebd3692c",
+ "sha256": "1gb5b4hj4xr8nv8bxfar145i38zcic6c34gk98wpshvwzvb43r69",
+ "fetcher": "github",
+ "repo": "chrisbarrett/org-drill-table",
+ "unstable": {
+ "version": [
+ 20180115,
+ 1009
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "org",
+ "s"
+ ],
+ "commit": "2729aaa42c1e2720d9bf7bcc125e92dcf48b7f7d",
+ "sha256": "0rqjzn3n42jcnwa5vg2731vxrnj6vy2bacfxmg0hlh3rkhhn0r53"
+ }
+ },
+ {
+ "ename": "org-dropbox",
+ "commit": "cd613fbe42c41b125a25dfa0206666446dc5fa40",
+ "sha256": "0qfvdz13ncqn7qaz03lwabzsnk62z6wqzlxlvdqv5xyllcy9m6ln",
+ "fetcher": "github",
+ "repo": "heikkil/org-dropbox",
+ "unstable": {
+ "version": [
+ 20150114,
+ 509
+ ],
+ "deps": [
+ "dash",
+ "names"
+ ],
+ "commit": "75dab6d6f0438a7a8a18ccf3a5d55f50bf531f6e",
+ "sha256": "0jjdsng7fm4wbhvd9naqzdfsmkvj1sf1d9rikprg1pd58azv6idx"
+ }
+ },
+ {
+ "ename": "org-easy-img-insert",
+ "commit": "512db70609fc451972405acb4b186a9b3c6944fa",
+ "sha256": "0gpb9f66gn8dbhwrlw7z2a5rpphbh1fv845wz8yy4v7nv2j3sf54",
+ "fetcher": "github",
+ "repo": "tashrifsanil/org-easy-img-insert",
+ "unstable": {
+ "version": [
+ 20160915,
+ 2008
+ ],
+ "commit": "9f8aaa7f68ff1f0d8d7b1e9b618abb15002f971e",
+ "sha256": "1p0hzfzlcdmd8d01a4xqg27n7qcnv7a03n8wiicv0dnicx179952"
+ }
+ },
+ {
+ "ename": "org-edit-latex",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0nkiz4682qgk5dy4if3gij98738482ys8zwm8yx834za38xxbwry",
+ "fetcher": "github",
+ "repo": "et2010/org-edit-latex",
+ "unstable": {
+ "version": [
+ 20170908,
+ 1522
+ ],
+ "deps": [
+ "auctex"
+ ],
+ "commit": "1f228310ef2f3f2959a527f6d99e42ce977384c8",
+ "sha256": "1zfimgnmn7nqaq8aglyly55k5dr548467masr2g4x3m0z1by1z6b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 3
+ ],
+ "deps": [
+ "auctex"
+ ],
+ "commit": "39cbc9a99acb030f537c7269ab93958187321871",
+ "sha256": "1w0lyz71dq8x28ira4hig1b70bqn1dr53w3k5dgch9szcf6xa86y"
+ }
+ },
+ {
+ "ename": "org-ehtml",
+ "commit": "7f68028b3f4d2455da6d657e90abcab6181db284",
+ "sha256": "0n82fbd7aircqg2c9m138qfv8csrv0amhya3xlwswdkqn51vn3gw",
+ "fetcher": "github",
+ "repo": "eschulte/org-ehtml",
+ "unstable": {
+ "version": [
+ 20150506,
+ 2358
+ ],
+ "deps": [
+ "web-server"
+ ],
+ "commit": "9df85de1a0fe1e7b2d6c000777c1a0c0217f92d0",
+ "sha256": "0kqvwqmwnwg2h7r38fpjg6qlkcj9v8011df8nmsgs1w1mfdvnjsq"
+ }
+ },
+ {
+ "ename": "org-elisp-help",
+ "commit": "b0a9bf5046a4c3be8a83004d506bd258a6f7ff15",
+ "sha256": "0a4wvz52hkcw5nrml3h1yp8w97vg5jw22wnpfbb827zh7iwb259h",
+ "fetcher": "github",
+ "repo": "tarsius/org-elisp-help",
+ "unstable": {
+ "version": [
+ 20161122,
+ 55
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "3e33ab1a2933dd7f2782ef91d667a37f12d633ab",
+ "sha256": "088pbafz1x4z7qi70cjbrvfrcdrjp4zy0yl115klbidshqhxycmj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "3e33ab1a2933dd7f2782ef91d667a37f12d633ab",
+ "sha256": "088pbafz1x4z7qi70cjbrvfrcdrjp4zy0yl115klbidshqhxycmj"
+ }
+ },
+ {
+ "ename": "org-emms",
+ "commit": "4fa5c221790acca40316510fd495951f418c8e15",
+ "sha256": "0g7d2y1dgy2hgiwaxz9crxf3nv8aqzxhyf2jmnmhphdv2s9ipvjw",
+ "fetcher": "gitlab",
+ "repo": "jagrg/org-emms",
+ "unstable": {
+ "version": [
+ 20181010,
+ 1114
+ ],
+ "commit": "07a8917f3d628c32e5de1dbd118ac08203772533",
+ "sha256": "1sqsm5sv311xfdk4f4rsnvprdf2v2vm7l1b3vqi7pc0g8adlnw1d"
+ }
+ },
+ {
+ "ename": "org-evil",
+ "commit": "17a4772d409aa5dbda5fb84d86c237fd2653c70b",
+ "sha256": "0wvd201k9b9ghg39rwbah6rw8b7hyyd27vvqjynjwbk3v8rp5zyn",
+ "fetcher": "github",
+ "repo": "GuiltyDolphin/org-evil",
+ "unstable": {
+ "version": [
+ 20180620,
+ 1517
+ ],
+ "deps": [
+ "dash",
+ "evil",
+ "monitor",
+ "org"
+ ],
+ "commit": "3b4620edc606412ef75c0b5aa637af22486eb126",
+ "sha256": "0aqya9l9s55h5wd728iz15f53p5xajrfk8pn9gjxnw0i8m4d09sd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "evil",
+ "monitor",
+ "org"
+ ],
+ "commit": "3b4620edc606412ef75c0b5aa637af22486eb126",
+ "sha256": "0aqya9l9s55h5wd728iz15f53p5xajrfk8pn9gjxnw0i8m4d09sd"
+ }
+ },
+ {
+ "ename": "org-fancy-priorities",
+ "commit": "712902ae1cf967ceb2052266ed3244e92998f8a7",
+ "sha256": "13rljgi5fbzlc16cxqj49yg47a5qpyxzj0lswhdyhgzncp1fyq7p",
+ "fetcher": "github",
+ "repo": "harrybournis/org-fancy-priorities",
+ "unstable": {
+ "version": [
+ 20180328,
+ 2331
+ ],
+ "commit": "819bb993b71e7253cefef7047306ab4e0f9d0a86",
+ "sha256": "13cyzlx0415i953prq6ch7r5iy23c1pz116bdxi5yqags4igh4wv"
+ }
+ },
+ {
+ "ename": "org-gcal",
+ "commit": "d97c701819ea8deaa8a9664db1f391200ee52c4f",
+ "sha256": "014h67ba0cwi4i1llngypscyvyrm74ljh067i3iapx5a18q7xw5v",
+ "fetcher": "github",
+ "repo": "kidd/org-gcal.el",
+ "unstable": {
+ "version": [
+ 20190812,
+ 951
+ ],
+ "deps": [
+ "alert",
+ "cl-lib",
+ "org",
+ "request-deferred"
+ ],
+ "commit": "f0f9dc2ba7a5075b4f6755f96399c9dfee299ac7",
+ "sha256": "0s6bcyhg059409s0w191m1hpd8nfi1478jsilnby5fn1jhgdjmga"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "alert",
+ "cl-lib",
+ "org",
+ "request-deferred"
+ ],
+ "commit": "badd3629e6243563c30ff1dd0452b7601f6cc036",
+ "sha256": "1pxfcyf447h18220izi8qlnwdr8rlwn5kds8gr5i1v90s6hpa498"
+ }
+ },
+ {
+ "ename": "org-gnome",
+ "commit": "4f7ebd2d2312954d098fe4afd07c3d02b4df475d",
+ "sha256": "0c37gfs6xs0jbvg6ypd4z5ip1khm26wr5lxgmv1dzcc383ynzg0v",
+ "fetcher": "github",
+ "repo": "NicolasPetton/org-gnome.el",
+ "unstable": {
+ "version": [
+ 20150614,
+ 1457
+ ],
+ "deps": [
+ "alert",
+ "gnome-calendar",
+ "telepathy"
+ ],
+ "commit": "122e14cf6f8104150a65246a9a7c10e1d7939862",
+ "sha256": "0jd5zwykc6fkkaj8qhg7wgmrjn47054x242b5s03w8ylyczqbcg3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "alert",
+ "gnome-calendar",
+ "telepathy"
+ ],
+ "commit": "1012d47886cfd30eed25b73d9f18e475e0155f88",
+ "sha256": "0b57ik05iax2h3nrj96kysbk4hxmxlaabd0n6lv1xsayrlli3sj1"
+ }
+ },
+ {
+ "ename": "org-grep",
+ "commit": "5ed0682fb9130a62e628d4e64747bb9c70456681",
+ "sha256": "0kpgizy0zxnlmyh0prwdll62ri2c1l4sb0yrkl7yw17cr4gxmkkz",
+ "fetcher": "github",
+ "repo": "emacsorphanage/org-grep",
+ "unstable": {
+ "version": [
+ 20151202,
+ 1229
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5bdd04c0f53b8a3d656f36ea17bba3df7f0cb684",
+ "sha256": "10jwqzs431mnwz717qdmcn0v8raklw41sbxbnkb36yrgznk8c09c"
+ }
+ },
+ {
+ "ename": "org-if",
+ "commit": "09df84b60c46678ad40d8dabc08fcfe518f5ad79",
+ "sha256": "0h0jdyawz2j4mp33w85z8q77l37qid8palvw5n4z379qa0wr5h96",
+ "fetcher": "gitlab",
+ "repo": "elzair/org-if",
+ "unstable": {
+ "version": [
+ 20150920,
+ 1513
+ ],
+ "commit": "fab602cc1bbee7a4e99c0083e129219d3f9ed2e8",
+ "sha256": "1iyqv34b7q2k73srshcnpvfzcadq47w4rzkqp6m1d3ajk8x2vypq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "fab602cc1bbee7a4e99c0083e129219d3f9ed2e8",
+ "sha256": "1iyqv34b7q2k73srshcnpvfzcadq47w4rzkqp6m1d3ajk8x2vypq"
+ }
+ },
+ {
+ "ename": "org-index",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "092q92hwvknwm3v2shp8dm59qdamfivx9z9v23msysy7x2mhg98f",
+ "fetcher": "github",
+ "repo": "marcIhm/org-index",
+ "unstable": {
+ "version": [
+ 20190703,
+ 1328
+ ],
+ "commit": "eeed0584b1ebcc29bdbfd354e23141fe9f94b945",
+ "sha256": "0bfxl3ab1xpbpyvcr0qx6nk4lc1xm9ci29klqnr9msy5i94i6b8k"
+ },
+ "stable": {
+ "version": [
+ 5,
+ 12,
+ 0
+ ],
+ "commit": "fc9635edd4bf394059e53a1fa16cdd8ab5b7b468",
+ "sha256": "0qzqlfnrc2x4mm40wrsmpbh61129ww2a2sk4s1px49fi8552vqyq"
+ }
+ },
+ {
+ "ename": "org-iv",
+ "commit": "e7db0c34f0f6fb9c3b9e581a74304cc9a26ed342",
+ "sha256": "1akhabp6mdw1h7zms6ahlfvwizl07fwsizwxpdzi4viggfccsfwx",
+ "fetcher": "github",
+ "repo": "kuangdash/org-iv",
+ "unstable": {
+ "version": [
+ 20171001,
+ 1022
+ ],
+ "deps": [
+ "cl-lib",
+ "impatient-mode",
+ "org"
+ ],
+ "commit": "7f2bb1b32647655fd9d6684f6f09dcc66b61b0cd",
+ "sha256": "0s3fi8sk7jm5vr0fz20fbygm4alhpirv0j20jfi1pab14yhhf34h"
+ }
+ },
+ {
+ "ename": "org-jira",
+ "commit": "e0a2fae6eecb6b4b36fe97ad99691e2c5456586f",
+ "sha256": "1sbypbz00ki222zpm47yplyprx7h2q076b3l07qfilk0sr8kf4ql",
+ "fetcher": "github",
+ "repo": "ahungry/org-jira",
+ "unstable": {
+ "version": [
+ 20190712,
+ 443
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "request"
+ ],
+ "commit": "d1d2ff6155c6259a066110ed13d1850143618f7b",
+ "sha256": "064pxsf5kkv69bs1f6lhqsvqwxx19jwha3s6vj8rnk8smawv0w9r"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 3,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "request",
+ "s"
+ ],
+ "commit": "3a6c9fd6886f9dbd11b055fb3bf54513fa278940",
+ "sha256": "1l80r2a9zzbfk2c78i40h0ww79vm9v4j6xi2h5i4w9kqh10rs6h2"
+ }
+ },
+ {
+ "ename": "org-journal",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1npzqxn1ssigq7k1nrxz3xymxaazby0ddgxq6lgw2a1zjmjm4h2b",
+ "fetcher": "github",
+ "repo": "bastibe/org-journal",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1600
+ ],
+ "commit": "eb7f9ab2f3e322586551c2f94c548868f8fb7aa2",
+ "sha256": "1h2w608a5r841bjcbacy2z5ph4mhykrg1zphrflz91ypsygn0qnj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 15,
+ 1
+ ],
+ "commit": "af2819c41b34fc88e2aee473fbdf695451ba167c",
+ "sha256": "05kxs63ssgc6h47cjldxxmx9ggy1fyaxxrxzaq078gj56411gmld"
+ }
+ },
+ {
+ "ename": "org-journal-list",
+ "commit": "7c0186e507b6b309a35abb076988da740cee8f84",
+ "sha256": "1aw6pf747n3z00xg8viakckm0bb6m9hnrkxphhhsfvqqgwfpzkb9",
+ "fetcher": "github",
+ "repo": "huytd/org-journal-list",
+ "unstable": {
+ "version": [
+ 20190221,
+ 2052
+ ],
+ "commit": "2b26d00181bb49bff64b31ad020490acd1b6ae02",
+ "sha256": "0bcj9b7c4pyyvxlgnysl5lhs9ndp60xwizd85zrkd2mh2m8sbq9v"
+ }
+ },
+ {
+ "ename": "org-kanban",
+ "commit": "a9f3a10c126fa43a6fa60ee7f8e50c7a9661dbc1",
+ "sha256": "1flgqa2pwzw6b2zm3j09i9bvz1i8k03mbwj6l75yrk29lh4njq41",
+ "fetcher": "github",
+ "repo": "gizmomogwai/org-kanban",
+ "unstable": {
+ "version": [
+ 20190802,
+ 2107
+ ],
+ "deps": [
+ "dash",
+ "org",
+ "s"
+ ],
+ "commit": "1f9e420fd0030049714690c3d98cc75da83255bb",
+ "sha256": "0m9l4xsalavwm82wvlyfphi65lb65mkyp5dvpyjf86ijc9w8crvf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 13
+ ],
+ "deps": [
+ "dash",
+ "org",
+ "s"
+ ],
+ "commit": "03387a779167c4acbc04d4970cd33c52a2ca0bcd",
+ "sha256": "0arjx1a7skdlmagyy0bbxwc134dn951y99yv4jg6l64j1f31y0yg"
+ }
+ },
+ {
+ "ename": "org-kindle",
+ "commit": "29d08205620d51d4d76e3a4a6124884b5a6b9db7",
+ "sha256": "17sxvyh3z5pn2353iz2v6xjxp98yxwd4n7wkqsa9nwihsw5mmrrw",
+ "fetcher": "github",
+ "repo": "stardiviner/org-kindle",
+ "unstable": {
+ "version": [
+ 20190315,
+ 439
+ ],
+ "deps": [
+ "cl-lib",
+ "seq"
+ ],
+ "commit": "612a2894bbbff8a6cf54709d591fee86005755de",
+ "sha256": "1h3pbjiy5v8lp3p6dry4jk3pvdp7hpkc517d3w9ldhz6nmaiccgg"
+ }
+ },
+ {
+ "ename": "org-link-minor-mode",
+ "commit": "b1d2add7baf96c9a18671766d61c8aa028756796",
+ "sha256": "1akb670mzzhmldw2202x3k6b7vwfcn0rs55znpxsrc4iqihdgka3",
+ "fetcher": "github",
+ "repo": "seanohalpin/org-link-minor-mode",
+ "unstable": {
+ "version": [
+ 20170805,
+ 1852
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "7b92df60f3fee7f609d649d80ef243b45771ebea",
+ "sha256": "1lz7qj57s391ssawmccvhgxv1w99fj1m9rg3g4pymdl3sgdcz4g4"
+ }
+ },
+ {
+ "ename": "org-link-travis",
+ "commit": "52c7f9539630e5ac7748fe36fd27c3486649ab74",
+ "sha256": "0hj4x7cw7a3ry8xislkz9bnavy77z4cpmnvns02yi3gnib53mlfs",
+ "fetcher": "github",
+ "repo": "aki2o/org-link-travis",
+ "unstable": {
+ "version": [
+ 20140405,
+ 2327
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "596615ad8373d9090bd4138da683524f0ad0bda5",
+ "sha256": "1797pd264zn19zk93nifyw6pwk2a7wrpfir373qclk601yv2g5h8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "596615ad8373d9090bd4138da683524f0ad0bda5",
+ "sha256": "1797pd264zn19zk93nifyw6pwk2a7wrpfir373qclk601yv2g5h8"
+ }
+ },
+ {
+ "ename": "org-linkany",
+ "commit": "df82cf95e34775b22da0a8bb29750f603c58f259",
+ "sha256": "0arjj3c23yqm1ljvbnl7v9cqvd9lbz4381g8f3jyqbafs25bdc3c",
+ "fetcher": "github",
+ "repo": "aki2o/org-linkany",
+ "unstable": {
+ "version": [
+ 20160207,
+ 411
+ ],
+ "deps": [
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "8cfe2f1a46e6654a79f56505349d1396263cecb3",
+ "sha256": "0lqxzmjxs80z3z90f66f3zfrdajiamdcwpvfv5j2w40js9xz4x37"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "ed4a6614b56c9baef31647ea728b3d5fae6ed3a2",
+ "sha256": "1bggz782ci0z6aw76v51ykbmfzh5g6cxh43w798as1152sn7im3p"
+ }
+ },
+ {
+ "ename": "org-listcruncher",
+ "commit": "5bed5078a3e56a825be61d158ca8321763b92f7c",
+ "sha256": "05vi7a03gj1waaqcjnkgpij4r45r2087xg7kgfs6ki8zhsyws23q",
+ "fetcher": "github",
+ "repo": "dfeich/org-listcruncher",
+ "unstable": {
+ "version": [
+ 20180815,
+ 603
+ ],
+ "deps": [
+ "cl-lib",
+ "seq"
+ ],
+ "commit": "50bd8c22cde3b9b091889861e44a5043b53556f7",
+ "sha256": "01xz10xicsq07cyd6b42q3r8wnmsn91zjqkrh014d54alakkwhjj"
+ }
+ },
+ {
+ "ename": "org-lookup-dnd",
+ "commit": "77a8cd0ff954ab87fa57cc6544146b5937779a3b",
+ "sha256": "06g2w75nyk354fpg8b8w1v4xzsiwx3sglwxk3azrn2g4sdlammmz",
+ "fetcher": "gitlab",
+ "repo": "maltelau/org-lookup-dnd",
+ "unstable": {
+ "version": [
+ 20190622,
+ 2224
+ ],
+ "deps": [
+ "org-pdfview"
+ ],
+ "commit": "af09bdf2c83499be9f7c271bb3c0cc3c46ed95f4",
+ "sha256": "0bm8i4bfa76igzzjlv9qx9fh3diplmvhn99bz1clq1ifr4i53sv0"
+ }
+ },
+ {
+ "ename": "org-make-toc",
+ "commit": "df87749128bcfd27ca93a65084a2e88cd9ed5c3f",
+ "sha256": "0xaw3d1axvln4pr7p0jnqf0j6fd1g6cra1gykvf6y12zx02xkchh",
+ "fetcher": "github",
+ "repo": "alphapapa/org-make-toc",
+ "unstable": {
+ "version": [
+ 20190104,
+ 512
+ ],
+ "deps": [
+ "dash",
+ "org",
+ "s"
+ ],
+ "commit": "9adeaf9da23fd3f7600821526f7e41f4ed17dd4a",
+ "sha256": "122fvv6waq70qcccgwnmyfmci48k8zc7vzmagadypmw8grgdjdx2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "dash",
+ "org",
+ "s"
+ ],
+ "commit": "f1a51017b0f85e0cb9ae7d0d8240f2115f57886c",
+ "sha256": "0syhj8q4pv33xgl5qa6x27yhwqvfhffw5xqp819hj4qs1ddlc7j5"
+ }
+ },
+ {
+ "ename": "org-mime",
+ "commit": "521678fa13884dae69c2b4b7a2af718b2eea4b28",
+ "sha256": "14154pajl2bbawdd8iqfwgc67pcjp2lxl6f92c62nwq12wkcnny6",
+ "fetcher": "github",
+ "repo": "org-mime/org-mime",
+ "unstable": {
+ "version": [
+ 20190805,
+ 57
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "4bd5d55ba9bca84ffd938b477c72d701cf3736df",
+ "sha256": "0a9vjlg5rz3c61wvy0wsj9l5y3p6b1v8hz84ksh97xnmmzclp1nx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 6
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f8eac8ccdec2ebf1dec87d4f5f01b4b53f86c67c",
+ "sha256": "0gjdhhri2fm93phvv3fnw6iz5agpafryacj521j80jf1dmj2bj5h"
+ }
+ },
+ {
+ "ename": "org-mind-map",
+ "commit": "3c8683ee547a6a99f8d258561c3ae157b1f427f2",
+ "sha256": "07wffzf4dzfj8bplwhr9yscm6l9wbz8y01j0jc8cw943z5b8pdgs",
+ "fetcher": "github",
+ "repo": "theodorewiles/org-mind-map",
+ "unstable": {
+ "version": [
+ 20180826,
+ 2340
+ ],
+ "deps": [
+ "dash",
+ "org"
+ ],
+ "commit": "16a8aac5462c01c4e7b6b7915381fde42fd3caf6",
+ "sha256": "0ipkmws7r8dk2p65m9jri90s8pgxhzidz7g2fmh7d6cz97jbk3v7"
+ }
+ },
+ {
+ "ename": "org-mobile-sync",
+ "commit": "f0a8eb0eefe88b4ea683a4743c0f8393506e014b",
+ "sha256": "152mswykbz3m9w1grpsvb6wi9rg1vf3clnrl8qy6v911c0hy1s9c",
+ "fetcher": "git",
+ "url": "https://framagit.org/steckerhalter/org-mobile-sync.git",
+ "unstable": {
+ "version": [
+ 20180606,
+ 524
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "06764b943a528827df1e2acc6bc7806cc2c1351f",
+ "sha256": "0qdgs965ppihsz2ihyykdinr4n7nbb89d384z7kn985b17263lvn"
+ }
+ },
+ {
+ "ename": "org-mru-clock",
+ "commit": "b36bf1c1faa4d7e38254416a293e56af96214136",
+ "sha256": "1arww5x6vdyyn1bwxry91w88phbr9l6nk8xxrw40iqmmbhggahgm",
+ "fetcher": "github",
+ "repo": "unhammer/org-mru-clock",
+ "unstable": {
+ "version": [
+ 20190610,
+ 2005
+ ],
+ "commit": "1547191254f6fc58b62864d0224356e72bd7d933",
+ "sha256": "0j3gscmf8i05ixj31ipdc88kbb7zqs5sdhbd3ipqpahakmg6axhh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "commit": "1547191254f6fc58b62864d0224356e72bd7d933",
+ "sha256": "0j3gscmf8i05ixj31ipdc88kbb7zqs5sdhbd3ipqpahakmg6axhh"
+ }
+ },
+ {
+ "ename": "org-msg",
+ "commit": "6aec5f72baa870fe57df0fd366696329651a221f",
+ "sha256": "0pznyvjks4ga204nv9v1rn7y7ixki437gknp2h854kpf6pdlb2jy",
+ "fetcher": "github",
+ "repo": "jeremy-compostella/org-msg",
+ "unstable": {
+ "version": [
+ 20190710,
+ 2230
+ ],
+ "deps": [
+ "htmlize"
+ ],
+ "commit": "2e01080507e2276d5c52140f2c66f692e8e62f47",
+ "sha256": "18l8rjzkrrqmfq86s0m23xry8c92mls8bw019drbqix5g7ijw2gv"
+ }
+ },
+ {
+ "ename": "org-multiple-keymap",
+ "commit": "0a22beed723d149282e70e3411b79e8ce9f5ab2b",
+ "sha256": "16iv5575634asvn1b2k535ml8g4lqgy8z5w6ykma5f9phq5idb9f",
+ "fetcher": "github",
+ "repo": "myuhe/org-multiple-keymap.el",
+ "unstable": {
+ "version": [
+ 20150329,
+ 106
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "8ebc532df7f0dd6e6c3aa7c380a51d4166c668e8",
+ "sha256": "0zbpzm9lni6z180s7n52x8s5by5zkq2nlhx82l2h9i7in9y4r6c3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "20eb3be6be9f0abbad9f0d007e40cb00c8109201",
+ "sha256": "0yxfhzygiki8sha1dddac4g72r51yi4jnga2scmk51f9jgwqbihp"
+ }
+ },
+ {
+ "ename": "org-notebook",
+ "commit": "04149b1f158e857ea824fe120372ac52a000adcf",
+ "sha256": "045xqmrik1s83chl7l7fnlav2p76xrfj21kacpjj215saz1f8nld",
+ "fetcher": "github",
+ "repo": "Rahi374/org-notebook",
+ "unstable": {
+ "version": [
+ 20170322,
+ 452
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "86042d866bf441e2c9bb51f995e5994141b78517",
+ "sha256": "0znxn6zzc9645m3wmkryf4xwjskf7gwylrg6z2kmr1wpjlpfwb01"
+ }
+ },
+ {
+ "ename": "org-noter",
+ "commit": "4a2bc0d95dc2744277d6acbba1f7483b4c14d75c",
+ "sha256": "0vsc2b1yz9lw0zv1vnm722pl35kxpwhcdi7h6mijhnw8vv7rhixf",
+ "fetcher": "github",
+ "repo": "weirdNox/org-noter",
+ "unstable": {
+ "version": [
+ 20190807,
+ 1809
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "d3df267a7432ecf0fb287a645e06dee7e7b80671",
+ "sha256": "0hj2h88zcg6vp3h1dash91gg2k1dqw2bib2glv0cp39b0xaspcsf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "8fb007c329fee8cceca97338ae0e88aaafcb8535",
+ "sha256": "0qcdw1px07ggnp74gb3hibd69cq8np9bdpcpvlkm5k32qxhsnwjy"
+ }
+ },
+ {
+ "ename": "org-octopress",
+ "commit": "fba6c3c645ba903f636814b5a2bb1baca0b5283b",
+ "sha256": "0r6ms9j4xxsrik4206g7gz4wz41wr4ylpal6yfqs4hhz88yhxrhw",
+ "fetcher": "github",
+ "repo": "yoshinari-nomura/org-octopress",
+ "unstable": {
+ "version": [
+ 20170821,
+ 415
+ ],
+ "deps": [
+ "ctable",
+ "org",
+ "orglue"
+ ],
+ "commit": "38598ef98d04076a8eb78d549907ddfde8d3a652",
+ "sha256": "0bmj5wkwidj1v3b8ipligr0nkfdaxm82717nz8fqidz967q4xbk6"
+ }
+ },
+ {
+ "ename": "org-onenote",
+ "commit": "7705ee9a8733733664b6214bf4eec15d640c6895",
+ "sha256": "0qgmizzryb6747yd80d3nic3546f4h8vjd6c30jr99vv2ildjsfk",
+ "fetcher": "github",
+ "repo": "ifree/org-onenote",
+ "unstable": {
+ "version": [
+ 20171008,
+ 500
+ ],
+ "deps": [
+ "oauth2",
+ "org",
+ "request"
+ ],
+ "commit": "5ce5cf4edb143180e0b185ac26826d39ae5bc929",
+ "sha256": "1jlnnb04ichcl155lklvjw91l8j1dvg77bv1815chak226aq4xqj"
+ }
+ },
+ {
+ "ename": "org-outline-numbering",
+ "commit": "6dbd71c2176c1160e8418631d69f4bcba75845fd",
+ "sha256": "131cpvfsiv92bbicq5n7dlr6k643sk7xw31xs0lwmw4pxq44m8sg",
+ "fetcher": "gitlab",
+ "repo": "andersjohansson/org-outline-numbering",
+ "unstable": {
+ "version": [
+ 20180705,
+ 1501
+ ],
+ "deps": [
+ "cl-lib",
+ "org",
+ "ov"
+ ],
+ "commit": "b95b6a7ed9289637cb512232470633b330ca9713",
+ "sha256": "03x3n2ywgk2x7slpzy26bw3l9l000pd964z0yifvf9fqhpbk5d0r"
+ }
+ },
+ {
+ "ename": "org-outlook",
+ "commit": "804a4b6802d2cf53e5415d956f0b4772853f4c69",
+ "sha256": "0cn8h6yy67jr5h1yxsfqmr8q7ii4f99pgghfp821m01pj55qyjx9",
+ "fetcher": "github",
+ "repo": "mattfidler/org-outlook.el",
+ "unstable": {
+ "version": [
+ 20160705,
+ 1338
+ ],
+ "commit": "ec32d8d9d8ffd17e6de4de0b52fc3f5ad9b4cc0d",
+ "sha256": "1la7g9qzn8wbfzc2zd6gddi1zl145b35311l66sjyffidmhgfw8d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 11
+ ],
+ "commit": "070c37d017ccb71d94c3c69c99632fa6570ec2cc",
+ "sha256": "15fy6xpz6mk4j3nkrhiqal2dp77rhxmk8a7xiw037xr1jgq9sd9a"
+ }
+ },
+ {
+ "ename": "org-page",
+ "commit": "97287dd40d3ebd80c9804589e93626faad88fb91",
+ "sha256": "0680fbcq0vv1w4kyk99crrcx5rhm8qpz7bgaab2gxndw1za7nxfm",
+ "fetcher": "github",
+ "repo": "sillykelvin/org-page",
+ "unstable": {
+ "version": [
+ 20170807,
+ 224
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "git",
+ "ht",
+ "htmlize",
+ "mustache",
+ "org",
+ "simple-httpd"
+ ],
+ "commit": "d539731d7a38899ef034b905f834f383ed102881",
+ "sha256": "1g8ins9kp0sl19dgk697xhh9vnxbryz74zc4qk61gbmfd5farg7y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 41
+ ],
+ "deps": [
+ "ht",
+ "htmlize",
+ "mustache",
+ "org"
+ ],
+ "commit": "09febf89d8dcb226aeedf8164169b31937b64439",
+ "sha256": "0zc20m63a1iz9aziid5jsvcbl86k9dg9js4k3almchh55az4a0i3"
+ }
+ },
+ {
+ "ename": "org-parser",
+ "commit": "28d55005cbce276cda21021a8d9368568cb4bcc6",
+ "sha256": "06yb78mf486b986dhvqg3avflfyi271vykyars465qpk0v8ahq8h",
+ "fetcher": "bitbucket",
+ "repo": "zck/org-parser.el",
+ "unstable": {
+ "version": [
+ 20190207,
+ 521
+ ],
+ "deps": [
+ "dash",
+ "ht"
+ ],
+ "commit": "8610aef8dc878fc001975780bcbcbab30dc929b7",
+ "sha256": "0vqh37y2b0dc8p9c04ici1h9n9ghd1jizcr1c2zvp75cyqsz09wv"
+ }
+ },
+ {
+ "ename": "org-password-manager",
+ "commit": "fba84d698f7d16ffc0dc16618efcd1cdc0b39d79",
+ "sha256": "0wxvl6ypgn6ky1z3dh33ya3rh73znkh5f8qhqwfmwp7hy2mbl4la",
+ "fetcher": "git",
+ "url": "https://github.com/leafac/org-password-manager",
+ "unstable": {
+ "version": [
+ 20180227,
+ 1810
+ ],
+ "deps": [
+ "dash",
+ "org",
+ "s"
+ ],
+ "commit": "4b30a36e71182553a02e4dd415369290d98ec03a",
+ "sha256": "1a6i3g032c5xzsnaf7rprn22kk68y1ay3w21p3q52p3lvlzhnfis"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "org",
+ "s"
+ ],
+ "commit": "d3a33ddfe583180bdb76cfb8bbd772e0078b24a3",
+ "sha256": "0pqmnhd3qdg06agj6h8v8lm4m5q8px0qmd7a1bfn6i5g2bq9zrck"
+ }
+ },
+ {
+ "ename": "org-pdfview",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1qhlmzf2ffcrjnx4yghv7n6rsry8bcwnkw489spgraq9vxvqklah",
+ "fetcher": "github",
+ "repo": "markus1189/org-pdfview",
+ "unstable": {
+ "version": [
+ 20180225,
+ 1006
+ ],
+ "deps": [
+ "org",
+ "pdf-tools"
+ ],
+ "commit": "8b71f313634b95a1fac42fc701934fd796565f3b",
+ "sha256": "1gd4ari970vb4631f9a4czvql8gafaqh7iir75n4wxqdcnglnymw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "org",
+ "pdf-tools"
+ ],
+ "commit": "3a96bfb57cb158ac02cfb4225512699c66f5221d",
+ "sha256": "0lrcj3mcdfcdrndivhj5ds386zrsy78sfg0i8126wwwc5lfh48vq"
+ }
+ },
+ {
+ "ename": "org-pivotal",
+ "commit": "c1257d38bbd3a9944135b000e962f30ab28f5464",
+ "sha256": "1gv4968akh2wx92d7q1i1mpl9ndygkq8ssdwg6cf19wp8mk18088",
+ "fetcher": "github",
+ "repo": "org-pivotal/org-pivotal",
+ "unstable": {
+ "version": [
+ 20181216,
+ 1436
+ ],
+ "deps": [
+ "a",
+ "dash",
+ "dash-functional",
+ "request"
+ ],
+ "commit": "84b026741a3f06ac4979b970a04f5c9bc38b8be1",
+ "sha256": "1dvr40i6zxkyimypk9m3p8jl2ff0xkp9pxdiggi5s6kkcrdw3cl7"
+ }
+ },
+ {
+ "ename": "org-pomodoro",
+ "commit": "e54e77c5619b56e9b488b3fe8761188b6b3b4198",
+ "sha256": "1vdi07hrhniyhhvg0hcr5mlixy6bjynvwm89z2lvfyvnnxpx0r27",
+ "fetcher": "github",
+ "repo": "lolownia/org-pomodoro",
+ "unstable": {
+ "version": [
+ 20190530,
+ 1445
+ ],
+ "deps": [
+ "alert",
+ "cl-lib"
+ ],
+ "commit": "aa07c11318f91219336197e62c47bc7a3d090479",
+ "sha256": "0nbprh2nhnmb7ngp9ndr6zr37ashcsvpi5slv7a37x1dl7j6w1k4"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 0
+ ],
+ "deps": [
+ "alert",
+ "cl-lib"
+ ],
+ "commit": "a6d867865f1a033fb5a09cca6643045d7ebac49c",
+ "sha256": "0r5shgikm34d66i2hblyknbblpg92lb2zc9x4bcb28xkh7m9d0xv"
+ }
+ },
+ {
+ "ename": "org-present",
+ "commit": "aba18f15fbaab115456e6afc9433074558a379f5",
+ "sha256": "09h0cjqjwhqychyrdv1hmiyak677vgf1b94392sdsq3ns70zyjk7",
+ "fetcher": "github",
+ "repo": "rlister/org-present",
+ "unstable": {
+ "version": [
+ 20180303,
+ 2330
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "d13acd70eff6a1608bc991920232146a0de76b21",
+ "sha256": "0jz8xiny3rv9ql0p623byz32pip1b82j2c2nyfz2wd114kiabb6q"
+ }
+ },
+ {
+ "ename": "org-present-remote",
+ "commit": "66b092084565634cac8dd07b7b1694d0ddb236ba",
+ "sha256": "06xxxa8hxfxx47bs6wxi8nbgqc8nm82c3h0yv1ddlm35qfscggks",
+ "fetcher": "gitlab",
+ "repo": "duncan-bayne/org-present-remote",
+ "unstable": {
+ "version": [
+ 20181001,
+ 2141
+ ],
+ "deps": [
+ "elnode",
+ "org-present"
+ ],
+ "commit": "d0f96dd57c152e7aa311ecbe03e7be287fd5979f",
+ "sha256": "1n0cafvpc8vqhh34d4kicw6a5qn1jpnczjh67nvwd2iw48pii5rk"
+ }
+ },
+ {
+ "ename": "org-pretty-tags",
+ "commit": "9ad60399420764d4ef5d6acddae9241205937e78",
+ "sha256": "19cxfjl6c0yhsc7kfjd6imckcvzdsaws3yd1s3nazhnkm3kan3h4",
+ "fetcher": "gitlab",
+ "repo": "marcowahl/org-pretty-tags",
+ "unstable": {
+ "version": [
+ 20190715,
+ 1843
+ ],
+ "commit": "8249601b6c75ac26254f3f12e38f5cb51e22bfdd",
+ "sha256": "0ws9b473b0dh8sp4qaj8v8p1qvfi0xxmgwnv1biydjwm50mzlran"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "commit": "8249601b6c75ac26254f3f12e38f5cb51e22bfdd",
+ "sha256": "0ws9b473b0dh8sp4qaj8v8p1qvfi0xxmgwnv1biydjwm50mzlran"
+ }
+ },
+ {
+ "ename": "org-preview-html",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1dnr046mk5ngmic2yqcmrnn7pzrrx3sg22rk2pc3vgdxs8bhvhf9",
+ "fetcher": "github",
+ "repo": "lujun9972/org-preview-html",
+ "unstable": {
+ "version": [
+ 20180625,
+ 619
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "8ba7ecd7ac624f33b3e2395f477bbff4f1ec4efe",
+ "sha256": "1h46v0ckhfzv3fixcfxk7pkmh56c5lana8kpwiknm447q1wmlbx4"
+ }
+ },
+ {
+ "ename": "org-projectile",
+ "commit": "9d7a7ab98f364d3d5e93f83f0cb3d80a95f28689",
+ "sha256": "0xdkd5pkyi6yfqi4przgp5mpklyxfxv0cww285zdlh00rzl935cw",
+ "fetcher": "github",
+ "repo": "IvanMalison/org-projectile",
+ "unstable": {
+ "version": [
+ 20190130,
+ 1439
+ ],
+ "deps": [
+ "dash",
+ "org-category-capture",
+ "projectile",
+ "s"
+ ],
+ "commit": "de37d0094791ab1146276904f3a37eba699e0b60",
+ "sha256": "05h9scvnd9ggfwbbl1m124k6sdn5kp9mv2695cril2m4dkr1kyqz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "org-category-capture",
+ "projectile",
+ "s"
+ ],
+ "commit": "48f621b595e748c5e03431f237facf258ffc9443",
+ "sha256": "00n2msmwcjjiibrhrvpawzgz6qcjjfy9qnii1iaass0038g4bd89"
+ }
+ },
+ {
+ "ename": "org-projectile-helm",
+ "commit": "6760daac1ef9d9d7ba07e2fc9668873020f901f1",
+ "sha256": "0x79j5yr9wsgzjf1dpp7d4xiji8hgyhr79vb973an5z2r02vnaf4",
+ "fetcher": "github",
+ "repo": "IvanMalison/org-projectile",
+ "unstable": {
+ "version": [
+ 20180601,
+ 1822
+ ],
+ "deps": [
+ "helm",
+ "org-projectile"
+ ],
+ "commit": "de37d0094791ab1146276904f3a37eba699e0b60",
+ "sha256": "05h9scvnd9ggfwbbl1m124k6sdn5kp9mv2695cril2m4dkr1kyqz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "helm",
+ "org-projectile"
+ ],
+ "commit": "48f621b595e748c5e03431f237facf258ffc9443",
+ "sha256": "00n2msmwcjjiibrhrvpawzgz6qcjjfy9qnii1iaass0038g4bd89"
+ }
+ },
+ {
+ "ename": "org-protocol-jekyll",
+ "commit": "6d1ee7c75da91fcf303ea89d148a05ac1e58e23e",
+ "sha256": "18wg489n2d1sx9jk00ki6p2rxkqz67kqwnmy2kb1ga1rmb6x9wfs",
+ "fetcher": "github",
+ "repo": "vonavi/org-protocol-jekyll",
+ "unstable": {
+ "version": [
+ 20170328,
+ 1639
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "dec064a42d6dfe81dfde7ba59ece5ca103ac6334",
+ "sha256": "1pgc0lfbz6q2x8b5qkk766i5qylql4p0ng732rcqr7rzg6j31gm7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "c1ac46793eb9bf22b1a601e841947428be5c9766",
+ "sha256": "1cxjzj955rvp0ijbp7ifpmkxdhimz8hqjw5c9gv6zwjqb5iih9ry"
+ }
+ },
+ {
+ "ename": "org-ql",
+ "commit": "4de0a516e002ad0f7475d35258dc4e2d4350696a",
+ "sha256": "19mb7yjffi6m4xa70w3dz4kcg8j3vvwkxmvhiid75sslb8jsss3w",
+ "fetcher": "github",
+ "repo": "alphapapa/org-ql",
+ "unstable": {
+ "version": [
+ 20190813,
+ 146
+ ],
+ "deps": [
+ "dash",
+ "org",
+ "s",
+ "ts"
+ ],
+ "commit": "5174aca4e8fe956abae7161d15058702bc8874c1",
+ "sha256": "1r2a1j4cdkw7rf981r06c3qc30c2irs3gawzkwxiflslkimpav42"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "org",
+ "s"
+ ],
+ "commit": "eb281fe34569901d84b502c1734d01cdb09246d8",
+ "sha256": "1nvzirn1lmgmgl7irbsc1n391a2cw8gmvwm3pa228l2c1gcx8kd8"
+ }
+ },
+ {
+ "ename": "org-radiobutton",
+ "commit": "105043d8cfcb62ed89ddf9870f615519e6f415e7",
+ "sha256": "16ly42iyfh7d34yz4bvdpj3zrlwkw3kmh82gwr25a05mlsdc1d93",
+ "fetcher": "github",
+ "repo": "Fuco1/org-radiobutton",
+ "unstable": {
+ "version": [
+ 20180612,
+ 1028
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "4182aafbe5ae1bdfb0b07efa435bdba8bbd7199d",
+ "sha256": "0jm5ijs4pjzvlzpqk3k9qqcvaza2lmz2c0fcxf1g357v643bmaj4"
+ }
+ },
+ {
+ "ename": "org-random-todo",
+ "commit": "80fad6244ea3e5bdf7f448c9f62374fae45bae78",
+ "sha256": "0yflppdbkfn2phd21zkjdlidzasfm846mzniay83v3akz0qx31lr",
+ "fetcher": "github",
+ "repo": "unhammer/org-random-todo",
+ "unstable": {
+ "version": [
+ 20190214,
+ 2057
+ ],
+ "deps": [
+ "alert"
+ ],
+ "commit": "4f7677af740e8f3f7cfaf630ae2e594a125af760",
+ "sha256": "1xk4vp2138p58jdxn51vnmpnij5bzc2jbpq7y8avdcv0p7618fdc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 3
+ ],
+ "deps": [
+ "alert"
+ ],
+ "commit": "09228e55f1cc702053d305fdea2b094b548e6dbe",
+ "sha256": "0msgsbz39zc9zqgy1s5kmgcqggamnxr98j6bghyqpkxc96zyvp73"
+ }
+ },
+ {
+ "ename": "org-randomnote",
+ "commit": "d92cb392b23701948176ba12516df5ae6608e950",
+ "sha256": "06i42ig7icap1i1mqzv5cqwhnmsrzpjmjbjjn49nv26ljr3mjw0b",
+ "fetcher": "github",
+ "repo": "mwfogleman/org-randomnote",
+ "unstable": {
+ "version": [
+ 20190403,
+ 1633
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "org"
+ ],
+ "commit": "f35a9d948751ad409aa057bfb68f1d008fdf9442",
+ "sha256": "01nf3h5sg74lph1hjj7q77pxn6xxv4zq9cjnd97a7bfbpilq86a0"
+ }
+ },
+ {
+ "ename": "org-re-reveal",
+ "commit": "c3e6c90a6b9004fbf0fbc08556f8effbcde8b468",
+ "sha256": "05p8iml0fapi4yf7ky45kf7m0ksz917lxg7c4pdd9hjkjmz29xn9",
+ "fetcher": "gitlab",
+ "repo": "oer/org-re-reveal",
+ "unstable": {
+ "version": [
+ 20190802,
+ 642
+ ],
+ "deps": [
+ "htmlize",
+ "org"
+ ],
+ "commit": "dcbfcb80a3c6fd0f5af25d1fd17d8e0c6582e791",
+ "sha256": "0nm87rmbljw9mjv7fc6ivpqxnwak4xs0wjc903ihwd3y9vmc36p8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 10
+ ],
+ "deps": [
+ "htmlize",
+ "org"
+ ],
+ "commit": "dcbfcb80a3c6fd0f5af25d1fd17d8e0c6582e791",
+ "sha256": "0nm87rmbljw9mjv7fc6ivpqxnwak4xs0wjc903ihwd3y9vmc36p8"
+ }
+ },
+ {
+ "ename": "org-re-reveal-ref",
+ "commit": "391ef29288507aa2b0ad5d568419b66e5a883b2f",
+ "sha256": "0dd5b4g8ih98ma25jwlvdwgfadc75qcxr9zm74x5r6pr87amcb7n",
+ "fetcher": "gitlab",
+ "repo": "oer/org-re-reveal-ref",
+ "unstable": {
+ "version": [
+ 20190804,
+ 846
+ ],
+ "deps": [
+ "org-re-reveal",
+ "org-ref"
+ ],
+ "commit": "094fd1d320c64ac361a57402501f0e43787b357c",
+ "sha256": "0r1ns3fm22yxc6zf4p5rvbk49r6966fqfl1caf0w3fyqgvwvllxi"
+ }
+ },
+ {
+ "ename": "org-recent-headings",
+ "commit": "668b79c179cbdb77c4049e7c620433255f63d808",
+ "sha256": "0b51pyxdk8fdbksx7h1c88sw1liwng8wkjfb1q7w7lglw6f8sjsa",
+ "fetcher": "github",
+ "repo": "alphapapa/org-recent-headings",
+ "unstable": {
+ "version": [
+ 20190807,
+ 1016
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "frecency",
+ "org",
+ "s"
+ ],
+ "commit": "c1984fe70322c35ee48b2d8bc410dd0a13ffbbc5",
+ "sha256": "13kcrki9v0w594g8q6rdzfx4002xzs8sz7c5fg7rvrm03sp93dqa"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "frecency",
+ "org"
+ ],
+ "commit": "01633b51ac3958b41cc6c79e6d3714047a91c1e9",
+ "sha256": "0gsrzmg3mssh9s28yjm9m866fnhm1pcligssz1q6brga6dm6f2yy"
+ }
+ },
+ {
+ "ename": "org-recur",
+ "commit": "cbdf8c9a3c7c289ce13542a12769a7f3d7f53d72",
+ "sha256": "0qlpwia2dg4l00jahc3si0mi27gv6zlvkbdx0rq37dh61dabgkiq",
+ "fetcher": "github",
+ "repo": "m-cat/org-recur",
+ "unstable": {
+ "version": [
+ 20190719,
+ 846
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "23c3c3a85d9042dc09ed6147b274f4043cfa50f7",
+ "sha256": "1sw9h6543zgsyss5ns3bjviz0nblsr077hp8b15pva0ch2836vg5"
+ }
+ },
+ {
+ "ename": "org-redmine",
+ "commit": "017a9dd8029d083ca0c1307f2b83be187c7615e5",
+ "sha256": "0y2pm18nnyzm9wjc0j15v46nf3xi7a0wvspfzi360qv08i54skqv",
+ "fetcher": "github",
+ "repo": "gongo/org-redmine",
+ "unstable": {
+ "version": [
+ 20160711,
+ 1114
+ ],
+ "commit": "e77d013bc3784947c46a5c53f03cd7d3c68552fc",
+ "sha256": "06miv3mf2a39vkf6mmm5ssc47inqh7dq82khsyc03anz4d4lj822"
+ }
+ },
+ {
+ "ename": "org-ref",
+ "commit": "550e4dcef2f74fbd96474561c1cb6c4fd80091fe",
+ "sha256": "087isxf3z8cgmmniaxr3lpq9jg3sriw88dwp4f0ky286hlvgzw08",
+ "fetcher": "github",
+ "repo": "jkitchin/org-ref",
+ "unstable": {
+ "version": [
+ 20190802,
+ 1327
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "helm",
+ "helm-bibtex",
+ "htmlize",
+ "hydra",
+ "ivy",
+ "key-chord",
+ "pdf-tools",
+ "s"
+ ],
+ "commit": "9ab74270c1543e4743ca0436de567d8205403b43",
+ "sha256": "0ma9zaxzrd1dzmk8633bkw6wrp03wrm9bjhrgsp9qp7vhm597fdq"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "helm",
+ "helm-bibtex",
+ "hydra",
+ "ivy",
+ "key-chord",
+ "pdf-tools",
+ "s"
+ ],
+ "commit": "db6c52f41faba686a378a8c57356a563f5cef496",
+ "sha256": "0kx6w3zz5gmlmr9bx1mdq1k8ykkbnll6m91z90p6f2xm96j627j6"
+ }
+ },
+ {
+ "ename": "org-repo-todo",
+ "commit": "d17b602004628e17dae0f46f2b33be0afb05f729",
+ "sha256": "0l5ns1hs3i4dhrpmvzl34zc9zysgjkfa7j8apbda59n9jdvml5v1",
+ "fetcher": "github",
+ "repo": "waymondo/org-repo-todo",
+ "unstable": {
+ "version": [
+ 20171228,
+ 119
+ ],
+ "commit": "f73ebd91399c5760ad52c6ad9033de1066042003",
+ "sha256": "0c74zwmac8x1y8jimdx473v0falpky2kfig8pnaxavz415gb315q"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "commit": "cba6145c6821fd2bbd96a1c9ef2346c281b76ad2",
+ "sha256": "0b57qy87sa8qcki16rgh16ldziay57yd7f98cpinaq0adcrqywy0"
+ }
+ },
+ {
+ "ename": "org-reverse-datetree",
+ "commit": "a08612af18bb620955f7b5450eba3f44cdb60673",
+ "sha256": "0fiwba8hh9617d1zqvxxz2l8p2iq56lkv5c16q7prc69m0s5zhjb",
+ "fetcher": "github",
+ "repo": "akirak/org-reverse-datetree",
+ "unstable": {
+ "version": [
+ 20190806,
+ 1412
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "0c70a06474921638eba3c287472879ce903ee8b7",
+ "sha256": "0fdndpy7j8idbrqpn85hnwj8caf737hcind00blbvc5rka85vaq4"
+ }
+ },
+ {
+ "ename": "org-review",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1v7p7pmrjjyj0my9xw55gsn9vvr9aq5x53x13nmspvqg47z6bd98",
+ "fetcher": "github",
+ "repo": "brabalan/org-review",
+ "unstable": {
+ "version": [
+ 20160907,
+ 537
+ ],
+ "commit": "058e75b7f28d2ad2390290fe17a63d98ef5ab763",
+ "sha256": "1j917zblg5ncls9lbvpzhqal55mx27d3kpvhzvjw2h7x47ji6iym"
+ }
+ },
+ {
+ "ename": "org-rich-yank",
+ "commit": "1261823d88459b6ac42d6c55c157a326173663df",
+ "sha256": "1v0sc90g5sl6b9ylxbk2y8s3pvxkf4v7k2rkzpgpbp4nrq0miy4y",
+ "fetcher": "github",
+ "repo": "unhammer/org-rich-yank",
+ "unstable": {
+ "version": [
+ 20181120,
+ 1354
+ ],
+ "commit": "d2f350c5296cf05d6c84b02762ba44f09a02b4e3",
+ "sha256": "0gxb0fnh5gxjmld0hnk5hli0cvdd8gjd27m30bk2b80kwldxlq1z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "commit": "d2f350c5296cf05d6c84b02762ba44f09a02b4e3",
+ "sha256": "0gxb0fnh5gxjmld0hnk5hli0cvdd8gjd27m30bk2b80kwldxlq1z"
+ }
+ },
+ {
+ "ename": "org-rtm",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1hdcwmiv2qivdr2g78xz9fl38wn45vj0bn55dbsdj3qx7k7wgfx6",
+ "fetcher": "github",
+ "repo": "pmiddend/org-rtm",
+ "unstable": {
+ "version": [
+ 20160214,
+ 1236
+ ],
+ "deps": [
+ "rtm"
+ ],
+ "commit": "adc42ad1fbe92ab447ccc9553780f4456f2508d2",
+ "sha256": "1hn8y9933x5x6lxpijcqx97p3hln69ahabqdsl2bmzda3mxm4bn2"
+ }
+ },
+ {
+ "ename": "org-seek",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "04ay4abm03kn15cn45ldrzh2rw6gr6ia3qrj7hn5crd75ppwvln7",
+ "fetcher": "github",
+ "repo": "stardiviner/org-seek.el",
+ "unstable": {
+ "version": [
+ 20161217,
+ 502
+ ],
+ "deps": [
+ "ag"
+ ],
+ "commit": "1f51e6634e3b9a6a29d335d0d14370a6ffef2265",
+ "sha256": "0aq3af6fd16lm9iirzya6hmc8g48kfp8pc4dx51mgb5d6jjiizkv"
+ }
+ },
+ {
+ "ename": "org-shoplist",
+ "commit": "49b2c70cc503df5c2981a560b7b5e3262ba7c2e1",
+ "sha256": "0x94hic4w6xmycrr7p72il5hv3r92dbzhpp4mm4vd0jypjm5r32q",
+ "fetcher": "github",
+ "repo": "lordnik22/org-shoplist",
+ "unstable": {
+ "version": [
+ 20190809,
+ 2156
+ ],
+ "commit": "9591a4747eb2e5cab53203a120f9b854c75e629b",
+ "sha256": "1b721xp6dn54x2j73ysnzw9qxd9fxpvnqiy2y0issmz6xmccgzac"
+ }
+ },
+ {
+ "ename": "org-snooze",
+ "commit": "fd04816fb53fe01fa9924ec928c1dd41f2219d6a",
+ "sha256": "00iwjj249vzqnfvbmlzrjig1sfhzbpv9kcpz95i3ir1w1qhw5119",
+ "fetcher": "github",
+ "repo": "xueeinstein/org-snooze.el",
+ "unstable": {
+ "version": [
+ 20181229,
+ 1424
+ ],
+ "commit": "8799adc14a20f3489063d279ff69312de3180bf9",
+ "sha256": "0ni5vm6b8c09ybn9rg3smdsxq1mxyqvndi00wn718my7939g82kb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "6d30b0dcdfe9538e4400e49046291b7d07274164",
+ "sha256": "0qxk6gldgcc0fbraa0l85nk4rpvn5b5nbgzkh1p8d2bkjcxjcm4g"
+ }
+ },
+ {
+ "ename": "org-sql",
+ "commit": "012573a35a302e9bb6f127cf28ac04f93796400e",
+ "sha256": "15alnx74pmr6jc2yx2c1dbpk0fbdzil8bffj7cfj7ywj2xadmzpg",
+ "fetcher": "github",
+ "repo": "ndwarshuis/org-sql",
+ "unstable": {
+ "version": [
+ 20190621,
+ 2111
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "e1bcfd7d648ce60bc2dd24b6e2144199af03563a",
+ "sha256": "0a0g60bbi3lfzj9gg0l0a068p8c8lqln4qcsf1rk879i70g365fv"
+ }
+ },
+ {
+ "ename": "org-starter",
+ "commit": "6deeab4833e76d3dadff056626a98dbbb80d1345",
+ "sha256": "02biskn1m397jpwa3i0wsh6z7zdq3hvjqf6ggy9ngjz9pgpahy18",
+ "fetcher": "github",
+ "repo": "akirak/org-starter",
+ "unstable": {
+ "version": [
+ 20190720,
+ 1012
+ ],
+ "deps": [
+ "dash",
+ "dash-functional"
+ ],
+ "commit": "cf99a57ec95773a765e71b764abaff974d7fa278",
+ "sha256": "0ipqzbc3az4mayz49kc504kw0q3pcy6izbcdg8fmqrckgv79x54y"
+ }
+ },
+ {
+ "ename": "org-starter-swiper",
+ "commit": "068f494ff402884d9242bb8ced804e38c8c39172",
+ "sha256": "0mzxb77s0k36ql8k8zd9xwv3fbixaqd34br2qx1ix2gfkzc0cq7a",
+ "fetcher": "github",
+ "repo": "akirak/org-starter",
+ "unstable": {
+ "version": [
+ 20190812,
+ 215
+ ],
+ "deps": [
+ "org-starter",
+ "swiper"
+ ],
+ "commit": "cf99a57ec95773a765e71b764abaff974d7fa278",
+ "sha256": "0ipqzbc3az4mayz49kc504kw0q3pcy6izbcdg8fmqrckgv79x54y"
+ }
+ },
+ {
+ "ename": "org-static-blog",
+ "commit": "e0768d41a3de625c04ac8644ef2e05f17ee99908",
+ "sha256": "07vh2k7cj0cs1yzfmrrz9p03x5mbfh0bigbl93s72h1wf7i05rkw",
+ "fetcher": "github",
+ "repo": "bastibe/org-static-blog",
+ "unstable": {
+ "version": [
+ 20190619,
+ 635
+ ],
+ "commit": "a269b23e1b258b1cb9d80dfdc1d1d4c126f8241a",
+ "sha256": "019m07j6nfq18kv4gxsk99wb2wpisw0rywbx4xx63s8p3aaizv62"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 1
+ ],
+ "commit": "f69d2fd6671fb250fbd87df5efa898a7bf5b9bda",
+ "sha256": "1h9c96rbxxk1jypib5f9pfi5zkimkvhxi61j0sps6r39435dd3w7"
+ }
+ },
+ {
+ "ename": "org-sticky-header",
+ "commit": "bc9a600bd156eb766ba5ce37e16f3e8253f37ee8",
+ "sha256": "0ign3vjckmxp7n3625wb53qlch07c3s4l67jsvk38dhhcsg1rhnj",
+ "fetcher": "github",
+ "repo": "alphapapa/org-sticky-header",
+ "unstable": {
+ "version": [
+ 20190406,
+ 2313
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "32c13a56a78a4de239010031fea4b9583bac2512",
+ "sha256": "1vngxj8d946qmi65x9yiz4pihqrim8fl1sbxfjzp8fkykx0ybiy1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "2847035ec559a46bd7b555f220f819c88371d538",
+ "sha256": "0g6hdg11jzzpw7h0f6p795l5aj6pag2nhhfbx90cg28j61d28vwh"
+ }
+ },
+ {
+ "ename": "org-super-agenda",
+ "commit": "fd27b2df7594a867529de4b84c8107f82dabe2e9",
+ "sha256": "1h3kqvpjq2w0n8qiqwb8wcpdy2g4ac7j6kin0943g7p5gm5yf0ra",
+ "fetcher": "github",
+ "repo": "alphapapa/org-super-agenda",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1550
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "org",
+ "s"
+ ],
+ "commit": "4ad333643276ba1a604e8bec4a72ab68bafb8a94",
+ "sha256": "1rbivi5xjpbs4rbfldhrf0lw7q1nh99nlf8yi11kxf76z6d75vik"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "org",
+ "s"
+ ],
+ "commit": "9bb6326e269b97673e023ba71fe05cc36bfbb235",
+ "sha256": "1ghwap34y4gvwssqv3sfqa8wn9jh6pawc7xnkhm1qxmvs53gxbg6"
+ }
+ },
+ {
+ "ename": "org-sync",
+ "commit": "923ddbaf1a158caac5e666a396a8dc66969d204a",
+ "sha256": "0n8fz2d1vg9r8dszgasbnb6pgaxr2i8mqrp953prf1nhmfpjpxad",
+ "fetcher": "github",
+ "repo": "arbox/org-sync",
+ "unstable": {
+ "version": [
+ 20181204,
+ 23
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "e34a385fa9e658c8341a0a6e6bc3472d4d536bb8",
+ "sha256": "1xk0wqr66wjh00wgbr4f0q02zchmzdgpz2inz316zfjm4cik8y5c"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "8c65dceaa2f3d436f83ed591916f22556a6e7f91",
+ "sha256": "0zx9gpvm5gy9k45lbhaks9s935id727lszsh40gmpdp5zxf3rjk1"
+ }
+ },
+ {
+ "ename": "org-sync-snippets",
+ "commit": "96aff3f39adfa0c68aca8ff8d3b11fbfd889327e",
+ "sha256": "0kv15zqva2cgx7jscp02x9gx20b5ckf525h546hyca86vfaakfbp",
+ "fetcher": "github",
+ "repo": "abrochard/org-sync-snippets",
+ "unstable": {
+ "version": [
+ 20190318,
+ 1744
+ ],
+ "deps": [
+ "f",
+ "org"
+ ],
+ "commit": "50cefe5a37196ed1af3d330d6871c3b37fa90d41",
+ "sha256": "13d1adymxn3b579syyaszgg98h3kh3hwn97pdfzghfli1cd9fb9y"
+ }
+ },
+ {
+ "ename": "org-table-comment",
+ "commit": "2c1f08c41969bc8a7104fb914564b4f6cab667e2",
+ "sha256": "1d40vl8aa1x27z4gwnkzxgrqp7vd3ln2pc445ijjxp1wr8bjxvdz",
+ "fetcher": "github",
+ "repo": "mattfidler/org-table-comment.el",
+ "unstable": {
+ "version": [
+ 20120209,
+ 1851
+ ],
+ "commit": "33b9966c33ecbc3e27cca67c2f2cdea04364d74e",
+ "sha256": "1qx3kd02sxs9k7adlvdlbmyhkc5kr7ni5lw4gxjw3nphnc536bkb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "33b9966c33ecbc3e27cca67c2f2cdea04364d74e",
+ "sha256": "1qx3kd02sxs9k7adlvdlbmyhkc5kr7ni5lw4gxjw3nphnc536bkb"
+ }
+ },
+ {
+ "ename": "org-table-sticky-header",
+ "commit": "5dd0e18bf4c3f3263eff8aff6d7c743a554243b5",
+ "sha256": "1rk41279rcsdma39zpr1ka5p47gh1d0969wahd0jbm5xlmx5gz2m",
+ "fetcher": "github",
+ "repo": "cute-jumper/org-table-sticky-header",
+ "unstable": {
+ "version": [
+ 20190703,
+ 405
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "2b0b36a075043ff426cca077bf4099b6ee4bf187",
+ "sha256": "08xd5qc19cc2000qgs5a5ywz5ykiwb0zhc0mghx599phvpprdfwz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "4dba2dc9a3ed63f58aa946aeec84a52d46ca4043",
+ "sha256": "0az4lzd9qk4cx7jjfj36r2fvlkwyrhn3xqhha5d1pydglnhd9amy"
+ }
+ },
+ {
+ "ename": "org-tfl",
+ "commit": "d9e97f2fee577c7e3fb42e4ca9d4f422c8907faf",
+ "sha256": "1rqmmw0222vbxfn5wxq9ni2j813x92lpv99jjszqjvgnf2rkhjhf",
+ "fetcher": "github",
+ "repo": "storax/org-tfl",
+ "unstable": {
+ "version": [
+ 20170923,
+ 1218
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "f0d7d39106a1de5457f5160cddd98ab892b61066",
+ "sha256": "1rwdibiq0w4nzccmvdkpwnmfga70y35lfg2xlkqxd02x7bfl7j3m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "f0d7d39106a1de5457f5160cddd98ab892b61066",
+ "sha256": "1rwdibiq0w4nzccmvdkpwnmfga70y35lfg2xlkqxd02x7bfl7j3m"
+ }
+ },
+ {
+ "ename": "org-themis",
+ "commit": "60e0efe4f201ed96e90c437e3e7205e0344d4676",
+ "sha256": "08rajz5y7h88fh94s2ad0f66va4vi31k9hwdv8p212bs276rp7ln",
+ "fetcher": "github",
+ "repo": "zellio/org-themis",
+ "unstable": {
+ "version": [
+ 20160122,
+ 404
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "78aadbbe22b1993be5c4accd0d3f91a4e85c9a3c",
+ "sha256": "1apd5yyr12skagma7xpzrh22rhplmhhv0pma4zf5b0i6nkxy06j2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "4b4bf1fa1e853664bf006dda8afe2db00e522aaa",
+ "sha256": "12fksqi9flf84h1lbmbcjnqxa7dairp50wvlwfhbp1hbb8l9z63a"
+ }
+ },
+ {
+ "ename": "org-time-budgets",
+ "commit": "776b58b433ab7dde5870300d288c3e6734fc32c0",
+ "sha256": "0r8km586n6xdnjha7xnzlh03nw1dp066hydaz8kxfmhvygl9cpah",
+ "fetcher": "github",
+ "repo": "leoc/org-time-budgets",
+ "unstable": {
+ "version": [
+ 20151111,
+ 801
+ ],
+ "deps": [
+ "alert",
+ "cl-lib"
+ ],
+ "commit": "baa1ce6333157fed3b3799a80e6cf8c73c9e2c18",
+ "sha256": "04adkz950vvwyzy3da468nnqsknpr5kw5369w2yqhnph16cwwfxb"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "alert",
+ "cl-lib"
+ ],
+ "commit": "f2a8fe3d9d6104f3dd61fabbb385a596363b360b",
+ "sha256": "09iw2jffb2qrx5r07zd1j8sk5wafamjkc2khqyfwc5kx6xyp1f46"
+ }
+ },
+ {
+ "ename": "org-timeline",
+ "commit": "298bd714f6cefd83d594b0eea731a01fb2faf1ad",
+ "sha256": "0zlhjzjc7jwqh6wcys17hraz76n2hnjwffis02x71maclrf2cfdd",
+ "fetcher": "github",
+ "repo": "Fuco1/org-timeline",
+ "unstable": {
+ "version": [
+ 20190612,
+ 1759
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "f628519a12ce3d534b9aa5043b0273880cf29790",
+ "sha256": "16qjbw5l39j3kc4lfpm18ba81w9bhy9cdd3fii1n7dwyx76av73i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "aed995c1db6c8bfd9db0a75a978f5e261aab38e5",
+ "sha256": "1jz44lag1j4rawqjpcgb9zrs88vfi7vjgdh756hs2ln7i1cnvgh5"
+ }
+ },
+ {
+ "ename": "org-toodledo",
+ "commit": "4956fb6c5f1076a02f07d0f953e846fee39bfaa6",
+ "sha256": "0c7qr0jsc4iyrwkc22xp9nmk6984v7q1k0rvpd62m07lb5gvbiq3",
+ "fetcher": "github",
+ "repo": "myuhe/org-toodledo",
+ "unstable": {
+ "version": [
+ 20150301,
+ 1113
+ ],
+ "deps": [
+ "cl-lib",
+ "request-deferred"
+ ],
+ "commit": "2c91a92bd07ae4a546771b018a6faa0e06399968",
+ "sha256": "014337wimvzy0rxh2p2c647ly215zcyhgym2hcljkdriv15cafna"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 0
+ ],
+ "commit": "5473c1a2762371b198862aa8fd83fd3ec57485a4",
+ "sha256": "0qqa62fsmra6v4061kpki8wbhfcwkgnb2gzxwvnaqlcmhivksg6v"
+ }
+ },
+ {
+ "ename": "org-tracktable",
+ "commit": "57263d996e321f842d0741898370390146606c63",
+ "sha256": "0mngf9q2ffxq32cgng0xl30661mj15wmr9y4hr3xddj626kxrp00",
+ "fetcher": "github",
+ "repo": "tty-tourist/org-tracktable",
+ "unstable": {
+ "version": [
+ 20161118,
+ 1329
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8e0e60a582a034bd66d5efb72d513140b7d4d90a",
+ "sha256": "1aq7qv5jyc2x2a4iphnzmmsvak6dbi7nwdcf3m8nly8w75vrl5lj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8e0e60a582a034bd66d5efb72d513140b7d4d90a",
+ "sha256": "1aq7qv5jyc2x2a4iphnzmmsvak6dbi7nwdcf3m8nly8w75vrl5lj"
+ }
+ },
+ {
+ "ename": "org-transform-tree-table",
+ "commit": "afca0e652a993848610606866609edbf2f5f76ae",
+ "sha256": "0n68cw769nk90ms6w1w6cc1nxjwn1navkz56mf11bsiqvsk3km7r",
+ "fetcher": "github",
+ "repo": "jplindstrom/emacs-org-transform-tree-table",
+ "unstable": {
+ "version": [
+ 20150110,
+ 1433
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "0a9bf07f01bc5fc3b349aff64e83999a8de83b52",
+ "sha256": "1h15fr16kgbyrxambmk4hsmha6hx4c4yqkccb82g3wlvzmnqj5x3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "0a9bf07f01bc5fc3b349aff64e83999a8de83b52",
+ "sha256": "1h15fr16kgbyrxambmk4hsmha6hx4c4yqkccb82g3wlvzmnqj5x3"
+ }
+ },
+ {
+ "ename": "org-tree-slide",
+ "commit": "6160c259bc4bbcf3b98c220222430f798ee6463f",
+ "sha256": "0v857zplv0wdbg4li667v2p5pn5zcf9fgbqcwa75x8babilkl6jn",
+ "fetcher": "github",
+ "repo": "takaxp/org-tree-slide",
+ "unstable": {
+ "version": [
+ 20190729,
+ 1550
+ ],
+ "commit": "036a36eec1cf712d3db155572aed325daa372eb5",
+ "sha256": "1r8ncx25xmxicgciyv5przp68y8qgy40fm10ba55awvql4xcm0yk"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 8,
+ 4
+ ],
+ "commit": "dccd80418a4444df5e8301695ff0d0dfe86a3c21",
+ "sha256": "0aacxxwhwjzby0f9r4q0lra5lqcrw5snnm1yc63jrs6c0ifakk45"
+ }
+ },
+ {
+ "ename": "org-trello",
+ "commit": "188ed8dc1ce2704838f7a2883c41243598150a46",
+ "sha256": "14lq8nn1x6qb3jx518zaaz5582m4npd593w056igqhahkfm0qp8i",
+ "fetcher": "github",
+ "repo": "org-trello/org-trello",
+ "unstable": {
+ "version": [
+ 20190304,
+ 900
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "deferred",
+ "request-deferred",
+ "s"
+ ],
+ "commit": "94539558343ff109030e20ebba6a282af41a5eb9",
+ "sha256": "10pdr3pgshnbk2g3srn2ja5a1z37fxvjr4xz5r1zni109m8x98mp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "deferred",
+ "request-deferred",
+ "s"
+ ],
+ "commit": "c38c36159cdeb2348c4e9ca75246aa9cc1dfd76c",
+ "sha256": "02gx3kv4mkij69ln8x8wf9n28x17pbb4kv85v78d3lxph7ykqimc"
+ }
+ },
+ {
+ "ename": "org-variable-pitch",
+ "commit": "9632b7e98772b584d6420f8d0f9652d67118e05e",
+ "sha256": "1xci5zq1bpwnm3adlcsxzpskxywzalb1n3n14lvf787f77ib602c",
+ "fetcher": "github",
+ "repo": "cadadr/elisp",
+ "unstable": {
+ "version": [
+ 20190409,
+ 1815
+ ],
+ "commit": "1c4b082f6f19c2563dbfbc48b996a915843624bb",
+ "sha256": "10ys10m6mxyh7hblsqcpjmglnh9lwzl9b6bmbcankpvrl0zh094z"
+ }
+ },
+ {
+ "ename": "org-vcard",
+ "commit": "df860814a09c376c9a6a2c5e7f528bbae29810b2",
+ "sha256": "0l6azshvzl1wws582njqr3qx4h73gwrdqwa3jcic1qbs9hg2l4yl",
+ "fetcher": "github",
+ "repo": "flexibeast/org-vcard",
+ "unstable": {
+ "version": [
+ 20190810,
+ 124
+ ],
+ "commit": "df5e2d3bc0c3970e5fd553ee9d55878c4f9a163d",
+ "sha256": "0x862pqya2q4pg8448qlp5267x8ycqq1zmkbvcyrzanag3983d8v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "a6ab82ab28fa78f7c985d3ea9c9fafdd17f7ea8b",
+ "sha256": "14l3xqahqmnfl3sskqcr33xpcsic8dm9cr9wmbv5la3xv14n10k7"
+ }
+ },
+ {
+ "ename": "org-wc",
+ "commit": "852e0a5cee285cc9b5e2cd9e18061fc0fe91d5a6",
+ "sha256": "1yk2py4bzm2yr8vw6rbgl2hfpd21hf4fga0d5q6y779631klp6wl",
+ "fetcher": "github",
+ "repo": "tesujimath/org-wc",
+ "unstable": {
+ "version": [
+ 20180610,
+ 253
+ ],
+ "commit": "0716c1e8276f6953e139e357e97566e792c8be19",
+ "sha256": "0wx4z6y3wn6948bz2pgrpffd4jzwgplvjkh0rnra4gihrapg1bv8"
+ }
+ },
+ {
+ "ename": "org-web-tools",
+ "commit": "f082bfb480649d21f586b7eb331c19d57e7a84cf",
+ "sha256": "19zpspap85fjqg5a20ps34rcigb0ws986pj6dzd7xik8s6ia29s7",
+ "fetcher": "github",
+ "repo": "alphapapa/org-web-tools",
+ "unstable": {
+ "version": [
+ 20190709,
+ 1124
+ ],
+ "deps": [
+ "dash",
+ "esxml",
+ "org",
+ "request",
+ "s"
+ ],
+ "commit": "993dca7f8afe7afffa0d62983fb7018481d886fc",
+ "sha256": "1sfa3wb051cv5qj44ldp76fql5sjfhccqgjm96c85i0zn4i19plf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "esxml",
+ "org",
+ "request",
+ "s"
+ ],
+ "commit": "ca87319cd42eaa2eb02213e81dec19b7bd2918f7",
+ "sha256": "0v4qad54r0z7dr7kg5lpfdsazi44qvrbybx9aciyl4w9grfajphb"
+ }
+ },
+ {
+ "ename": "org-wild-notifier",
+ "commit": "114552a24f73f13b253e3db4885039b680f6ef33",
+ "sha256": "1lmpa614jnkpmfg3m1d2wjn9w0zig3gwd02n3dyjn23n71fiyhkp",
+ "fetcher": "github",
+ "repo": "akhramov/org-wild-notifier.el",
+ "unstable": {
+ "version": [
+ 20190608,
+ 410
+ ],
+ "deps": [
+ "alert",
+ "async",
+ "dash",
+ "dash-functional"
+ ],
+ "commit": "6e194d0f0a21b7d2b09ebdef5ffcd5ffe3633339",
+ "sha256": "0vh8hhb0d5y3bgp0i9msk5c6rpn1mzj9bzqmbk6xwl4qr07hgnxx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "alert",
+ "async",
+ "dash",
+ "dash-functional"
+ ],
+ "commit": "6e194d0f0a21b7d2b09ebdef5ffcd5ffe3633339",
+ "sha256": "0vh8hhb0d5y3bgp0i9msk5c6rpn1mzj9bzqmbk6xwl4qr07hgnxx"
+ }
+ },
+ {
+ "ename": "org-wunderlist",
+ "commit": "44019e5d9e3d0f3e2cf76fa5828e1f953fd5e60b",
+ "sha256": "08zg3wgr80rp89c53ffqzz22ws9bp62a1m74xvxa74x6nq9i4xl0",
+ "fetcher": "github",
+ "repo": "myuhe/org-wunderlist.el",
+ "unstable": {
+ "version": [
+ 20150818,
+ 213
+ ],
+ "deps": [
+ "alert",
+ "cl-lib",
+ "org",
+ "request-deferred",
+ "s"
+ ],
+ "commit": "f7f1ca73661356b9fa072efd73431592ff1182e1",
+ "sha256": "169wzfjc9bbk2ydgq1zghrwkfp2fjwsrnwsw86npslj4c4bz41mm"
+ }
+ },
+ {
+ "ename": "org2blog",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "15nr6f45z0i265llf8xs87958l5hvafh518k0s7jan7x1l6w5q33",
+ "fetcher": "github",
+ "repo": "org2blog/org2blog",
+ "unstable": {
+ "version": [
+ 20190309,
+ 442
+ ],
+ "deps": [
+ "htmlize",
+ "hydra",
+ "metaweblog",
+ "org",
+ "xml-rpc"
+ ],
+ "commit": "bd6dd6b1b3ce57a72e7c229d3f035fc7c0d3860b",
+ "sha256": "0c7viqq8cxkd6xxbvq53dbp1slsjjxs2fb2lyi3njfg18v5c6fks"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 3
+ ],
+ "deps": [
+ "htmlize",
+ "hydra",
+ "metaweblog",
+ "org",
+ "xml-rpc"
+ ],
+ "commit": "55dbed00ebe5c841c43800b39764682759ecf326",
+ "sha256": "1fncgiwyigvmkc40bm1nr4nlkm828a04jv33jsnzjzyi2n00mbgx"
+ }
+ },
+ {
+ "ename": "org2ctex",
+ "commit": "8f77fe537ca8ee2ddb6e3efe71f3b3c560c52c7d",
+ "sha256": "0049zf3ls7vbbcz1hdwai57ih9gppk2j0gzwijzwkb23ccwaf64a",
+ "fetcher": "github",
+ "repo": "tumashu/org2ctex",
+ "unstable": {
+ "version": [
+ 20181012,
+ 151
+ ],
+ "commit": "2143992462594ce63733305f75f7c7d08123710a",
+ "sha256": "0xrg66yx4xrmkswbapaz21q4i6qm2199zvxqvgaxd8qyk19fc46c"
+ }
+ },
+ {
+ "ename": "org2elcomment",
+ "commit": "8af13650de8b4a814832638d4182bf8ce576244c",
+ "sha256": "0jv8sskw55rzxw578l6nm4arsycrw1si80ds7gr8i0x352fdydyp",
+ "fetcher": "github",
+ "repo": "cute-jumper/org2elcomment",
+ "unstable": {
+ "version": [
+ 20170324,
+ 945
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "c88a75d9587c484ead18f7adf08592b09c1cceb0",
+ "sha256": "19r7rxnd2cl0vc8bbf86mh5b779pl5z917657ymlc74bqq140m3x"
+ }
+ },
+ {
+ "ename": "org2issue",
+ "commit": "ad1759854c3bd302aa353dea92cf462e981aff2f",
+ "sha256": "1qd5l9ga26smgp1gkc8r9ja2n974kq1jf2z876s5v0489ipa59bz",
+ "fetcher": "github",
+ "repo": "lujun9972/org2issue",
+ "unstable": {
+ "version": [
+ 20190531,
+ 941
+ ],
+ "deps": [
+ "gh",
+ "org",
+ "ox-gfm",
+ "s"
+ ],
+ "commit": "910b98c858762fd14b11d261626c5e979dde0833",
+ "sha256": "0xgrrbkfqkhj15n7mbmh61g8i535ykhxh5y71054p3kikgnrh290"
+ }
+ },
+ {
+ "ename": "org2jekyll",
+ "commit": "48a1e5bd5e338bd3593f004f95b6fbb12595bfb7",
+ "sha256": "1j9d6xf5nsakifxwd4zmjc29lbj46ffn3z109k2y2yhz7q3r9hzv",
+ "fetcher": "github",
+ "repo": "ardumont/org2jekyll",
+ "unstable": {
+ "version": [
+ 20170225,
+ 915
+ ],
+ "deps": [
+ "dash-functional",
+ "deferred",
+ "kv",
+ "s"
+ ],
+ "commit": "52a19a5d372116262b9d613f4ec8490a3b49e329",
+ "sha256": "14ld8ip487282if2sil96lfg5wx7632kg71sxhafygphbdl9vxd4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 9
+ ],
+ "deps": [
+ "dash-functional",
+ "deferred",
+ "s"
+ ],
+ "commit": "35e11ffa24b140d2e247df195489fca344bd0c08",
+ "sha256": "089nqbda5mg1ippqnsl5wcx9n1gpnaqhl6kz54n47kivb400bidh"
+ }
+ },
+ {
+ "ename": "org2web",
+ "commit": "2864959163442165b9b1cd5471dc2649508decde",
+ "sha256": "0lcqf0pgkd7jilasw1485fy45k269jxvyl7hl7qrcs94s6fy2vaf",
+ "fetcher": "github",
+ "repo": "tumashu/org2web",
+ "unstable": {
+ "version": [
+ 20171005,
+ 2317
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "el2org",
+ "ht",
+ "htmlize",
+ "mustache",
+ "org",
+ "simple-httpd"
+ ],
+ "commit": "5243b399927a4c474bb3b8d1c8a00799df1f27d7",
+ "sha256": "0wsvfn409a2ivbich8b8zqza78sprirg4bl7igx536ydqclmi0n7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "el2org",
+ "ht",
+ "htmlize",
+ "mustache",
+ "org",
+ "simple-httpd"
+ ],
+ "commit": "5243b399927a4c474bb3b8d1c8a00799df1f27d7",
+ "sha256": "0wsvfn409a2ivbich8b8zqza78sprirg4bl7igx536ydqclmi0n7"
+ }
+ },
+ {
+ "ename": "organic-green-theme",
+ "commit": "9383ef5f0372724b34f4bb9173ef8ccbb773e19e",
+ "sha256": "1fdj3dpcdqx0db5q8dlxag6pr2qn4yiz1hmg3c7dkmh51n85ssw2",
+ "fetcher": "github",
+ "repo": "kostafey/organic-green-theme",
+ "unstable": {
+ "version": [
+ 20180522,
+ 1620
+ ],
+ "commit": "200ac4a636eeb6faf1793d1937e62a343debc437",
+ "sha256": "18a04grh4k9npf566xki9fiivy5qvpvv5v8mpj66wfx919fwa44c"
+ }
+ },
+ {
+ "ename": "organize-imports-java",
+ "commit": "ec27ae185c0308c445e461dc84f398483ca08c5a",
+ "sha256": "1n91qd9il2sq5wkcc2ag8mvgr1jkgwygrw9kpq7j16qch420i3fj",
+ "fetcher": "github",
+ "repo": "elpa-host/organize-imports-java",
+ "unstable": {
+ "version": [
+ 20190807,
+ 1218
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "s"
+ ],
+ "commit": "df209ce7f8055bd9fbd93e7a03b42f1705a1933d",
+ "sha256": "1fx05xn22zj5dgdyxrz0ifzxwfpf1s5gcszkjyhzfg1g2r8kmf0v"
+ }
+ },
+ {
+ "ename": "orgbox",
+ "commit": "b1948eca5a18f35b61b9a0baf532753fd105ba3a",
+ "sha256": "12wfqlpjh9nr7zgqs4h8kmfsk825n68qcbn8z2fw2mpshg3nj7l8",
+ "fetcher": "github",
+ "repo": "yasuhito/orgbox",
+ "unstable": {
+ "version": [
+ 20180827,
+ 218
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "3982f56efd67ec016389cad82ce5a44f619b36a9",
+ "sha256": "1vr00ql7izfxswrnbyzq0avlhqy3p0jyw16gnjhczqhg09iln6rw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "ecaf5a064431cf92922338c974df8fce1a8f1734",
+ "sha256": "02mxp17p7bj4xamg0m6zk832hmpqcgzc7bjbjcnvbvrawhc255hy"
+ }
+ },
+ {
+ "ename": "orgit",
+ "commit": "73b5f7c44c90540e4cbdc003d9881f0ac22cc7bc",
+ "sha256": "0askccb3h98v8gmylwxaph3gbyv5b1sp4slws76aqz1kq9x0jy7w",
+ "fetcher": "github",
+ "repo": "magit/orgit",
+ "unstable": {
+ "version": [
+ 20190717,
+ 1526
+ ],
+ "deps": [
+ "dash",
+ "magit",
+ "org"
+ ],
+ "commit": "1e578f8cf97b07835f02858f05a094ae9a5e99bb",
+ "sha256": "0y8s7w12j39q6fj7adb1018gj3av88dwg894fa5drwzjzh7cgc0k"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 3
+ ],
+ "deps": [
+ "dash",
+ "magit",
+ "org"
+ ],
+ "commit": "ea79e0567ae65fc922fcb05da0f7f4af8eae1973",
+ "sha256": "1ywavzki510rslsgfm0cnn3mlh644p61ha2nfb715xhkg7cd3j9g"
+ }
+ },
+ {
+ "ename": "orglink",
+ "commit": "be9b8e97cda6af91d54d402887f225e3a0caf055",
+ "sha256": "0ldrvvqs3hlazj0dch162gsbnbxcg6fgrxid8p7w9gj19vbcl52b",
+ "fetcher": "github",
+ "repo": "tarsius/orglink",
+ "unstable": {
+ "version": [
+ 20190630,
+ 1437
+ ],
+ "deps": [
+ "dash",
+ "org"
+ ],
+ "commit": "30e27843fbe916c26b4fe15948415b9c44e9d153",
+ "sha256": "0dqm4i2ykzaxairbralz6b1h3gga7falvg5nvw3180mkkrkcjbx2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 3
+ ],
+ "deps": [
+ "dash",
+ "org"
+ ],
+ "commit": "e9e90e16ddaceaf99c9b251a215d6338b9762b4d",
+ "sha256": "0vqyidi54rbpqwqi6iv1xaqkr9gfr0pfhr1msxckh8jy6avgy319"
+ }
+ },
+ {
+ "ename": "orglue",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1kj62y3cf3as2d5s207s6kg5alm09jmw0aag1z6lblrjlzbi1p2j",
+ "fetcher": "github",
+ "repo": "yoshinari-nomura/orglue",
+ "unstable": {
+ "version": [
+ 20171220,
+ 1226
+ ],
+ "deps": [
+ "epic",
+ "org"
+ ],
+ "commit": "ae2a45c19b52e45db7891093a3ff17ba2e51c507",
+ "sha256": "0h3b37wz4hlk022c0sq7c9p5z3v4n6cljhy8g1qjhnxac8y7mkr0"
+ }
+ },
+ {
+ "ename": "orgnav",
+ "commit": "a41436df126d7ef2c0a8b56d90afb942fe47dc59",
+ "sha256": "0z04n5rzv5c0lvn658nrfj6rg3a31n369h5rjgi5bap06qm427ix",
+ "fetcher": "github",
+ "repo": "facetframer/orgnav",
+ "unstable": {
+ "version": [
+ 20170608,
+ 1713
+ ],
+ "deps": [
+ "dash",
+ "helm",
+ "s"
+ ],
+ "commit": "9e2cac9c1a67af5f0080e60022e821bf7b70312d",
+ "sha256": "0764dg3dcsdy4i6syv9aqqmr47civn9dl3638g4lsqdikghw7lvv"
+ }
+ },
+ {
+ "ename": "orgtbl-aggregate",
+ "commit": "bf64b53c9d49718a8ffc39b14c90539b36840280",
+ "sha256": "0gnyjwn6jshs8bzdssm2xppg2s9p2x3rrhp523q39aydskc6ggc9",
+ "fetcher": "github",
+ "repo": "tbanel/orgaggregate",
+ "unstable": {
+ "version": [
+ 20190812,
+ 604
+ ],
+ "commit": "1a13f7f70357f369e16bfa3038a9fb760cbffb46",
+ "sha256": "11qygmgvjqc53gy5f3pz0hh5zsam1li8vbyr42wflfkv6cwxypdb"
+ }
+ },
+ {
+ "ename": "orgtbl-ascii-plot",
+ "commit": "21b02596ac4b48e592ebe966475b164866bb9d6e",
+ "sha256": "1ssjbdprbn34nsfx1xjc382l2195rbh8mybpn31d4kcjx6fqf78h",
+ "fetcher": "github",
+ "repo": "tbanel/orgtblasciiplot",
+ "unstable": {
+ "version": [
+ 20151215,
+ 2151
+ ],
+ "commit": "cd91f6ae26a7402e192a1f4fd6248f5797edf19e",
+ "sha256": "1vbnp37xz0nrpyi0hah345928zsb1xw915mdb0wybq1fzn93mp1z"
+ }
+ },
+ {
+ "ename": "orgtbl-join",
+ "commit": "e43ae8aaa54113f53b51aea3fb2656d608d1032c",
+ "sha256": "1kq2h0lb521z8q2xb9bsi37xzzdsa0hw4mm3qkzidi5j9fi3apf1",
+ "fetcher": "github",
+ "repo": "tbanel/orgtbljoin",
+ "unstable": {
+ "version": [
+ 20150121,
+ 2246
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ccf5e0d96e053dc289da39a048715fcf36835ff2",
+ "sha256": "06nc82wiha11i79izqil53dkd95fl55nb5m739gyyzvx3sksb0dg"
+ }
+ },
+ {
+ "ename": "orgtbl-show-header",
+ "commit": "9c5ea906b1d642405ca532d89dbb32cf79f53582",
+ "sha256": "1xgqjg3lmcczdblxaka47cc1ad8p8jhyb2nqwq0qnbqw46fqjp3k",
+ "fetcher": "github",
+ "repo": "DamienCassou/orgtbl-show-header",
+ "unstable": {
+ "version": [
+ 20141023,
+ 837
+ ],
+ "commit": "112d54a44682f065318ed0c9c89a8f5b8907342a",
+ "sha256": "1s2bgsm4s33w5275qghw1axdpmz6bbyhki53jr2giyk4f90822gi"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "f0f48ccc0f96d4aa2a676ff609d9dddd71748e6f",
+ "sha256": "0zfiq9d5jqzpmscngb1s2jgfiqmbi4dyw0fqa59v2g84gxjg793x"
+ }
+ },
+ {
+ "ename": "origami",
+ "commit": "b816be227dfc7330292a50346c4bb37394d3e998",
+ "sha256": "0rkb55zcvsgxzp190vrnbzdfbcjd8zi6vhbhwpqxi0qmyq6a08pr",
+ "fetcher": "github",
+ "repo": "gregsexton/origami.el",
+ "unstable": {
+ "version": [
+ 20180101,
+ 1553
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "s"
+ ],
+ "commit": "1f38085c8f9af7842765ed63f7d6dfe4dab59366",
+ "sha256": "0ha1qsz2p36pqa0sa2sp83lspbgx5lr7930qxnwd585liajzdd9x"
+ }
+ },
+ {
+ "ename": "osx-browse",
+ "commit": "081aa3e1d50c2c9e5a9b9ce0716258a93279f605",
+ "sha256": "06rfzq2hxhzg6jh2zs28r7ffxwlq40nz954j13ly8403c7rmbrfm",
+ "fetcher": "github",
+ "repo": "rolandwalker/osx-browse",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "deps": [
+ "browse-url-dwim",
+ "string-utils"
+ ],
+ "commit": "44ded7cc3a7ee426c1c3257fae534c121f7e752e",
+ "sha256": "1iybrhp607a5rb3ynlaf8w2x9wdgdbril702z44dgcg3wxih2zy1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 8
+ ],
+ "deps": [
+ "browse-url-dwim",
+ "string-utils"
+ ],
+ "commit": "6186a6020e143e90d557c8d062c44fcdba0516c7",
+ "sha256": "0g1xhh88a65vcq6rlh7ii16pra4pv519ajcws0h93ldbbjiy7p0m"
+ }
+ },
+ {
+ "ename": "osx-clipboard",
+ "commit": "71b85cd2b2122a2742f919d10bfcb054b681e61e",
+ "sha256": "0gjgr451v6rlyarz96v6h8kfbvkk7npvhgvkgwdi0bjighrhlv4f",
+ "fetcher": "github",
+ "repo": "joddie/osx-clipboard-mode",
+ "unstable": {
+ "version": [
+ 20141012,
+ 717
+ ],
+ "commit": "e46dd31327a3f92f77b013b4c9b1e5fdd0e5c73d",
+ "sha256": "1ykn48src7qhx9cmpjkaqsz7h36p75kkq1h9wlcpv5fhaky2d4n4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "e46dd31327a3f92f77b013b4c9b1e5fdd0e5c73d",
+ "sha256": "1ykn48src7qhx9cmpjkaqsz7h36p75kkq1h9wlcpv5fhaky2d4n4"
+ }
+ },
+ {
+ "ename": "osx-dictionary",
+ "commit": "ae4467ad646d663f0266f39a76f9764004903424",
+ "sha256": "13033fxc5vjd1f7mm6znmprcp3mwxbvblb2d25shr8d4imqqhv82",
+ "fetcher": "github",
+ "repo": "xuchunyang/osx-dictionary.el",
+ "unstable": {
+ "version": [
+ 20171026,
+ 734
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b16630ecf69f87ac873486d8b9c8c03e6c9ea7fa",
+ "sha256": "06qsg8hlw1b725pzpsg5f194pxqcg1pjncsi8j0815yrlzfcg6sp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0e5e5f1b0077a62673855889d529dd4f0cc8f665",
+ "sha256": "1zpr50q7i4wg1x7vsj69rh1b8xvk9r0591y4fvvs3a2l1llca2mq"
+ }
+ },
+ {
+ "ename": "osx-lib",
+ "commit": "b42ae666e3511752f5138927e7bf7965bd9f7ee5",
+ "sha256": "12wvki8jhzqsanxv5yqzjmfx6ifwz9ab9zh6r8nss86bk8864ix4",
+ "fetcher": "github",
+ "repo": "raghavgautam/osx-lib",
+ "unstable": {
+ "version": [
+ 20160920,
+ 0
+ ],
+ "commit": "fdbbb41e07ba64d6a09b54bd142a7c7b83bfd09f",
+ "sha256": "0n03yca62znrri1pg0cl4xzm4lkmdqyf1p9sm1vfjwlwxk552z5x"
+ }
+ },
+ {
+ "ename": "osx-location",
+ "commit": "8673dafb02a8d70c278bfd2c063f40992defe3a3",
+ "sha256": "1p12mmrw70p3b04zlprkdxdfnb7m3vkm6gci3fwhr5zyfvwxvn0c",
+ "fetcher": "github",
+ "repo": "purcell/osx-location",
+ "unstable": {
+ "version": [
+ 20150613,
+ 917
+ ],
+ "commit": "8bb3a94cc9f04b922d2d730fe08596cc6ee12bf2",
+ "sha256": "09hjcpmh0fxhsx63vcaz05w94xcc8q35vgffggjqaybs7hyzlx69"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "110aee945b53ea550e4debe69bf3c077d940ec8c",
+ "sha256": "1csnxpsfnv9lv07kgvc60qx5c33sshmnz60p3qjz7ym7rnjy9b5x"
+ }
+ },
+ {
+ "ename": "osx-org-clock-menubar",
+ "commit": "cade09308a6b8c998800f2ad2592ad6ea79f65ca",
+ "sha256": "1y5qxslxl0d93f387nyj8zngz5nh1p4rzdfx0lnbvya6shfaxaf6",
+ "fetcher": "github",
+ "repo": "jordonbiondo/osx-org-clock-menubar",
+ "unstable": {
+ "version": [
+ 20150205,
+ 2111
+ ],
+ "commit": "9964d2a97cc2fb6570dc4116da44f73bd8eb7cb3",
+ "sha256": "1rgykby1ysbapq53lnk9yy04r9q4qirnzs2abgvz7g2qjq5fyzag"
+ }
+ },
+ {
+ "ename": "osx-pseudo-daemon",
+ "commit": "6104efc035bcf469d133ab9a2caf42c9d4482334",
+ "sha256": "1sch7bb8hl96fji2ayw2ah5cjgsga08wj44vddjxskyway8ykf0z",
+ "fetcher": "github",
+ "repo": "DarwinAwardWinner/mac-pseudo-daemon",
+ "unstable": {
+ "version": [
+ 20170722,
+ 607
+ ],
+ "commit": "d235680a72677f11925b912428ad1a57b664e3e8",
+ "sha256": "0gqknrwhfzr7cf5pgs33a5xh79y0yzxghs6wsvavvqkmf4cvck40"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1
+ ],
+ "commit": "4d10e327cd8ee5bb7f006d68744be21c7097c1fc",
+ "sha256": "0rjdjddlkaps9cfyc23kcr3cdh08c12jfgkz7ca2j141mm89pyp2"
+ }
+ },
+ {
+ "ename": "osx-trash",
+ "commit": "1f4c86e5b86df6c5c2c484f041fa3e434bbfbbb1",
+ "sha256": "1f6pi53mhp2pvrfjm8544lqqj36gzpzxq245lzvv91lvqkxr9ysj",
+ "fetcher": "github",
+ "repo": "lunaryorn/osx-trash.el",
+ "unstable": {
+ "version": [
+ 20160520,
+ 1300
+ ],
+ "commit": "0f1dc052d0a750b8c75f14530a4897f5d4324b4e",
+ "sha256": "0f4md49175iyrgzv4pijf7qbxyddcm2yscrrlh91pg410la7fysk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "529619b84d21e18a38ec5255eb40f6b8ede38b2a",
+ "sha256": "1n44wdffkw14si9kb7bpkp6d9cjwjrvksfh22y9549dhs1vav6qq"
+ }
+ },
+ {
+ "ename": "otama",
+ "commit": "53b1eaef5c8b408eb8fff838af1e0249c4fe9444",
+ "sha256": "04ffyscldb2sn2n26ixrnc07ybvl7iclv2hi1kmhr5hdgxwpyjq9",
+ "fetcher": "github",
+ "repo": "yoshinari-nomura/otama",
+ "unstable": {
+ "version": [
+ 20160404,
+ 1032
+ ],
+ "commit": "c114fd8006762f891bc120a7c0ea213872e7ab31",
+ "sha256": "1jzyfvc25ls0l4kpxg6857ccynl1pzgxfif7bppz2nfmf99z4534"
+ }
+ },
+ {
+ "ename": "other-emacs-eval",
+ "commit": "75b6391726b0d5069e036930c2c5fa177c4e3422",
+ "sha256": "07sr5bb6x9w450cvfg32darg6jlwg11n7c1qhhk0ijcrnlsm09n7",
+ "fetcher": "github",
+ "repo": "xuchunyang/other-emacs-eval",
+ "unstable": {
+ "version": [
+ 20180408,
+ 1348
+ ],
+ "deps": [
+ "async"
+ ],
+ "commit": "8ace5acafef65daabf0c6619eff60733d7f5d792",
+ "sha256": "1pry1xw2p01b18ks5n0xs895qqqci7v2nrwjiil2vr3m1ys92ymc"
+ }
+ },
+ {
+ "ename": "outline-magic",
+ "commit": "a98ad2ef680eef541ee82e8a65ed73e524df98a1",
+ "sha256": "085yayzph3y7fh6pd5sdjdkhdcvwfzcyqd6y3xlbz7wni5ac6b5f",
+ "fetcher": "github",
+ "repo": "tj64/outline-magic",
+ "unstable": {
+ "version": [
+ 20180619,
+ 1819
+ ],
+ "commit": "2a5f07417b696cf7541d435c43bafcc64817636b",
+ "sha256": "1iyslhk2zvhn4ip27apkjzkqw56lfakp2jzwz106jm45f3kllpc8"
+ }
+ },
+ {
+ "ename": "outline-minor-faces",
+ "commit": "f252e45e8bd6e8af1267755d108f378a974ddaf1",
+ "sha256": "1728imdqmmfqw5f67w8xsailn2b09y4xgdr769pd6kx8z6lsi8zb",
+ "fetcher": "github",
+ "repo": "tarsius/outline-minor-faces",
+ "unstable": {
+ "version": [
+ 20181122,
+ 1121
+ ],
+ "commit": "38cb0c5ce6bee61a8fbc1040e102792725735bfa",
+ "sha256": "0zbvxwdgghckqrn5w1j2p1vp0ajsls062l491zx2v50h6pzpmk71"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "8788f3e6f922f54b4eccfb80e4c246203a7e81c3",
+ "sha256": "1ms4mgh8jlvyhdsx5166jqfjdx6rqfbhaqzfrzplgcn6v37097l4"
+ }
+ },
+ {
+ "ename": "outline-toc",
+ "commit": "64b07ee55e87c4a1125ce18a8ae0a44661380ffe",
+ "sha256": "13hy9ahla68qcbfbm7b5d0yy774qfc3byb6pn9c66k2wg4xh6pxb",
+ "fetcher": "github",
+ "repo": "abingham/outline-toc.el",
+ "unstable": {
+ "version": [
+ 20170730,
+ 1130
+ ],
+ "commit": "31f04bea19cfcfb01a94d1fd2b72391cb02b7463",
+ "sha256": "1pqz2ynw51n3f7d9hknz80d42017lccsggkg13zqmn51wkjpc48j"
+ }
+ },
+ {
+ "ename": "outlined-elisp-mode",
+ "commit": "ae918c301e1c0ae39574ae76d70059718724293b",
+ "sha256": "165sivmv5h4nvh08ampq95x6b0bkzxgrdjbxjxlq6rv00vaidn7v",
+ "fetcher": "github",
+ "repo": "zk-phi/outlined-elisp-mode",
+ "unstable": {
+ "version": [
+ 20131108,
+ 1127
+ ],
+ "commit": "c16cb02b540448919ad148f2be6a41523ee5489c",
+ "sha256": "0d9hfr4kb6rkhwacdn70bkfchgam26gj92zfyaqw77a2sgwcmwwv"
+ }
+ },
+ {
+ "ename": "outlook",
+ "commit": "c5ce3e6800213b117578a1022f25407f2ec1604f",
+ "sha256": "0yq9zl7dr8kkm4rps5np4dwvjfhzsxq9wd1af7zwcmms4l3qry6k",
+ "fetcher": "github",
+ "repo": "asavonic/outlook.el",
+ "unstable": {
+ "version": [
+ 20180428,
+ 1430
+ ],
+ "commit": "359683aff91b38bd1398a6ed4058a06f09a02d65",
+ "sha256": "1kdqwyghrrmwcqkjjr2wq4ig1gsv7mr8fy2y6ddy4zmygblqi6si"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "5847c6f13b106cb54529080e9050be5b8b5be867",
+ "sha256": "13wlfklk342gv5fmzpnz69mc07vm8x6xmh7li1w7f13ci3v4s045"
+ }
+ },
+ {
+ "ename": "outorg",
+ "commit": "8edf78a0ecd2ff8e6e066b80751a31e11a068c3f",
+ "sha256": "10jh64d1nalfig69nnsib46915jinv37lvmxa0aj91zymq2szdm9",
+ "fetcher": "github",
+ "repo": "alphapapa/outorg",
+ "unstable": {
+ "version": [
+ 20190720,
+ 2002
+ ],
+ "commit": "ef0f86f4b893b30be8bcf8b43a5ec357a6c70f07",
+ "sha256": "1dpqr339n2pjc2fdd7sjzy6lyxaxx8yq507rjwn7vk8k1bdwri83"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0
+ ],
+ "commit": "e946cda497bae53fca6fa1579910237e216170bf",
+ "sha256": "1v9kx5xr7xcr6i664h2g6j8824yjsjdn5pvgmawvxrrplbjmiqnp"
+ }
+ },
+ {
+ "ename": "outrespace",
+ "commit": "2659a78181b8fe98ca4a80c75ec8c9b6dff44bb5",
+ "sha256": "13xasp9vjb3n0smdhrh9pq1yhhrg3p6z14fmlvf6xqip52rx89hl",
+ "fetcher": "github",
+ "repo": "articuluxe/outrespace",
+ "unstable": {
+ "version": [
+ 20190724,
+ 1553
+ ],
+ "commit": "d8c1619ec81fd3f4e728212a3526cd13bc2b0147",
+ "sha256": "0rcr85slklpaqhx5j8agd8yz6lg66qisniqlbz6zm4vvszqh0r4a"
+ }
+ },
+ {
+ "ename": "outshine",
+ "commit": "8edf78a0ecd2ff8e6e066b80751a31e11a068c3f",
+ "sha256": "1qqmvs17hq5s047nqplg4sa09xg5ck6zwqyg91xmbh71bx80v28v",
+ "fetcher": "github",
+ "repo": "alphapapa/outshine",
+ "unstable": {
+ "version": [
+ 20190717,
+ 1147
+ ],
+ "deps": [
+ "cl-lib",
+ "outorg"
+ ],
+ "commit": "4c6107da8fd6119ba1b2379cd2f68c8c7374e8d5",
+ "sha256": "0i2mhb78d0rcvqv94h4qa98rm1nm11ag8l90v3z819bwph3f44d6"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "outorg"
+ ],
+ "commit": "3edf0c61e94d36d174120c8080a98023e30a58a2",
+ "sha256": "1lh9f5dgdbwfyzxk6nsg1xwdjs8gc6p9mbyyhp6f8fnk3h0y88cg"
+ }
+ },
+ {
+ "ename": "ov",
+ "commit": "7a4e84530b4607a277fc3b678fe7b34b1c5e3b4f",
+ "sha256": "0brwf4xng72ybdjz253r3bld5crbi76y341rnhz4l9jg26k2b3hx",
+ "fetcher": "github",
+ "repo": "emacsorphanage/ov",
+ "unstable": {
+ "version": [
+ 20150312,
+ 528
+ ],
+ "commit": "fae7215b3dedba2a9ced145284332e4609bfdc38",
+ "sha256": "1rk5pzm5wmdq68d99hhhbq8pq37bnph0dip5j2jnfj6zsw70whr2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 6
+ ],
+ "commit": "4e1c254d74bc1773c92f1613c3865cdcb4bc7095",
+ "sha256": "0qxk2rf84j86syxi8xknsq252irwg7sz396v3bb4wqz4prpj0kzc"
+ }
+ },
+ {
+ "ename": "overcast-theme",
+ "commit": "d86691c61fc880954a05502a6474cc2fa0d0a43b",
+ "sha256": "1v8hdnvc4pfmadkvdm6b8z0cy20pminvhjdlr13q5m9immr88a4r",
+ "fetcher": "github",
+ "repo": "myTerminal/overcast-theme",
+ "unstable": {
+ "version": [
+ 20190326,
+ 1646
+ ],
+ "commit": "afb8098ad2234a65ec614f4028f7cf2555134f46",
+ "sha256": "1fp8awdhpr92fygp6pbx9bdnkc1amngbwsr6c2haj7xb8717zckj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 0
+ ],
+ "commit": "769078cb4a6ea87a31fcea0218c06e1ec689b97c",
+ "sha256": "044g4y8ykh41b3ybxsgsrqvnkq8i1q8q8livh64b2qqrrjzq6mxg"
+ }
+ },
+ {
+ "ename": "overseer",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0zbh0j21h6wsqnqvnzai6y6rpccdciksb7g64qw7fx0cpg5x2ms8",
+ "fetcher": "github",
+ "repo": "tonini/overseer.el",
+ "unstable": {
+ "version": [
+ 20180226,
+ 619
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "pkg-info"
+ ],
+ "commit": "02d49f582e80e36b4334c9187801c5ecfb027789",
+ "sha256": "0q4ai7ividy8xv09s342y49s97ismhfdfsjk70zif60fp0ajfzfn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "pkg-info"
+ ],
+ "commit": "cf532a4e373e3da2077ccbaa48d4bfacd14661ba",
+ "sha256": "0jz8p6bwpfncxwi6ssmi6ngx8sjjica565i6ln0gsr5i11zfb7nx"
+ }
+ },
+ {
+ "ename": "ovpn-mode",
+ "commit": "16430ce0597c18925d7fdf83acfca996e8ad6457",
+ "sha256": "1p0gk3yiq7srpjcqhy0h2402m9ijb3nl9yz2lhnxvc41n9fj65gd",
+ "fetcher": "github",
+ "repo": "anticomputer/ovpn-mode",
+ "unstable": {
+ "version": [
+ 20190811,
+ 2200
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "dce04d9f35fd203afd098ba413595db6c2cbc051",
+ "sha256": "0ix53rlwzi1mh35msh6gahfnip67p53jc3qxkbaxji7hlxi130fb"
+ }
+ },
+ {
+ "ename": "owdriver",
+ "commit": "f3f9c1bb19345c6027a945e7f265632da1a391cb",
+ "sha256": "0j8z7ynan0zj581x50gsi9lljkbi6bwmzpfyha3i6q8ch5qkdxfd",
+ "fetcher": "github",
+ "repo": "aki2o/owdriver",
+ "unstable": {
+ "version": [
+ 20170401,
+ 1312
+ ],
+ "deps": [
+ "log4e",
+ "smartrep",
+ "yaxception"
+ ],
+ "commit": "d934f182bafe29aa16c173440eff3fef08b0ec10",
+ "sha256": "0yy5sah7vcjxcik3sp2cxp9gvcryyzw799h8zf4wbvjxv74kd17c"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 6
+ ],
+ "deps": [
+ "log4e",
+ "smartrep",
+ "yaxception"
+ ],
+ "commit": "0479389d9df9e70ff9ce69dff06252d3aa40fc86",
+ "sha256": "0f2psx4lq98l3q3fnibsfqxp2hvvwk7b30zjvjlry3bffg3l7pfk"
+ }
+ },
+ {
+ "ename": "ox-asciidoc",
+ "commit": "3b268064f09ae5c3d15064b7d197c7af767fb278",
+ "sha256": "07b549dqyh1gk226d7zbls1mw6q4mas7kbfwkansmyykax0r2zyr",
+ "fetcher": "github",
+ "repo": "yashi/org-asciidoc",
+ "unstable": {
+ "version": [
+ 20181230,
+ 620
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "e931362e641f97d17dc738d22bb461e54045786d",
+ "sha256": "045kci7xvlp0kg8gmplnybc7ydv66hkl88dxgd113ac7ipf9zir7"
+ }
+ },
+ {
+ "ename": "ox-bibtex-chinese",
+ "commit": "6c09c708c4372451502923cd3cb756f4f98ba97b",
+ "sha256": "0f3xigrkhc86vv23f76fdd4rjsspsd2ck5c65biq2ds247f4gm61",
+ "fetcher": "github",
+ "repo": "tumashu/ox-bibtex-chinese",
+ "unstable": {
+ "version": [
+ 20170723,
+ 309
+ ],
+ "commit": "2ad2364399229144110db7ef6365ad0461d6a38c",
+ "sha256": "06lp56na1fv87296hhaxgb6gfnzln39p4v245gfxhk0k27589vxj"
+ }
+ },
+ {
+ "ename": "ox-clip",
+ "commit": "6d9ae1e58a1f214a9b88627a2d3254ce7de50740",
+ "sha256": "1sm0ivd8rypnl0z901anjsnbfjwhxqcaagqav82ybdb1z6x1qicv",
+ "fetcher": "github",
+ "repo": "jkitchin/ox-clip",
+ "unstable": {
+ "version": [
+ 20180306,
+ 340
+ ],
+ "deps": [
+ "htmlize",
+ "org"
+ ],
+ "commit": "594c90953a91948505bb394350adf110e041f19a",
+ "sha256": "1alm6hh7qg8sv50cm5p03icx47za2g7b2nvbwzx6kxkrgmgqfq6c"
+ }
+ },
+ {
+ "ename": "ox-epub",
+ "commit": "c3ac31dfef00e83fa6b716ea006f35afb5dc6cd5",
+ "sha256": "15q6vsmgv76c0qfdxa3prqvgmr6n7k4rd4bpi05574ibi23y0ynh",
+ "fetcher": "github",
+ "repo": "ofosos/ox-epub",
+ "unstable": {
+ "version": [
+ 20181101,
+ 1854
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "c9629ef4b4bc40d51afefd8c0bb2c683931e6409",
+ "sha256": "0z1a447v4fy5x6ib8lm4w8m9n2nx41ksbdsjz2xm8iy70is13yd2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "3d958203e169cbfb2204c43cb4c5543befec0b9d",
+ "sha256": "057sqmvm8hwkhcg3yd4i8zz2xlqsqrpyiklyiw750s3i5mxdn0k7"
+ }
+ },
+ {
+ "ename": "ox-gfm",
+ "commit": "10e90430f29ce213fe57c507f06371ea0b29b66b",
+ "sha256": "065ngmzfd3g2h8n903hc4d363hz4z5rrdgizh2xpz03kf3plca6q",
+ "fetcher": "github",
+ "repo": "larstvei/ox-gfm",
+ "unstable": {
+ "version": [
+ 20170628,
+ 2102
+ ],
+ "commit": "99f93011b069e02b37c9660b8fcb45dab086a07f",
+ "sha256": "0drdypmgxk3238hmkqw9s3cw9wv94cyfqar5ar0bv0k69s92pxj8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "99f93011b069e02b37c9660b8fcb45dab086a07f",
+ "sha256": "0drdypmgxk3238hmkqw9s3cw9wv94cyfqar5ar0bv0k69s92pxj8"
+ }
+ },
+ {
+ "ename": "ox-haunt",
+ "commit": "94b0a0a20d25dbe10333bb167d81f036b9fd03e0",
+ "sha256": "00fbljwkinx50b57srziw51k16kbzq2k0xylgjxg9ayy3hqqn5j1",
+ "fetcher": "git",
+ "url": "https://git.sr.ht/~jakob/ox-haunt",
+ "unstable": {
+ "version": [
+ 20190720,
+ 2352
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "9d25ec4fc66fccbae23489abd4b9e8933c5b7dbd",
+ "sha256": "10kpz2qns0q92qh3hdwv1s8c9n4yb9iz9s7zas0h61rjqx22cz9n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "9d25ec4fc66fccbae23489abd4b9e8933c5b7dbd",
+ "sha256": "10kpz2qns0q92qh3hdwv1s8c9n4yb9iz9s7zas0h61rjqx22cz9n"
+ }
+ },
+ {
+ "ename": "ox-html5slide",
+ "commit": "a7a7fd72c9bbb5d90e0e096b791971f2b64b8463",
+ "sha256": "0nqk6chg0ky98ap2higa74786prj7dbwx2a3l67m0llmdajw76qn",
+ "fetcher": "github",
+ "repo": "coldnew/org-html5slide",
+ "unstable": {
+ "version": [
+ 20131228,
+ 606
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "4703dfbd9d79161509def673d2c1e118d722a58f",
+ "sha256": "19h3w3fcas60jv02v7hxjmh05804sb7bif70jssq3qwisj0j09xm"
+ }
+ },
+ {
+ "ename": "ox-hugo",
+ "commit": "1e1240bb7b5bb8773f804b987901566a20e3e8a9",
+ "sha256": "1niarxj2y4a14lrv2nqcc36msw7k61h8fbjpcdrfbaw3n0kchd40",
+ "fetcher": "github",
+ "repo": "kaushalmodi/ox-hugo",
+ "unstable": {
+ "version": [
+ 20190802,
+ 1755
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "470a708152c4a17eca80c49e042d4eeb57645539",
+ "sha256": "0dv068ghbci85y88zcqp6w4qkc8xpgwayh1van05r1k6krms8jms"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "9751d34e1133b89a533a978c085b0715f85db648",
+ "sha256": "11h464cyc28ld0b0zridgm4drydc1qjxbm1y24zrwlkyqqjk6yr7"
+ }
+ },
+ {
+ "ename": "ox-impress-js",
+ "commit": "e5e79b4b897daca80f26440107abaddf0a480db9",
+ "sha256": "0p0cc51lmxgl0xv951ybdg5n8gbzv8qf0chfgigijizzjypxc21l",
+ "fetcher": "github",
+ "repo": "kinjo/org-impress-js.el",
+ "unstable": {
+ "version": [
+ 20150412,
+ 1716
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "91c6d2af6af308ade352a03355c4fb551b238c6b",
+ "sha256": "1kf2si2lyy0xc971bx5zd2j9mnz1smc9s8l0dwc6iksh2v9q8cy9"
+ }
+ },
+ {
+ "ename": "ox-ioslide",
+ "commit": "b960abca4d642c47e640300876eefee1851e6b86",
+ "sha256": "0z0qnvpw64wxbgz8203rphswlh9hd2i11pz2mlay8l3bzz4gx4vc",
+ "fetcher": "github",
+ "repo": "coldnew/org-ioslide",
+ "unstable": {
+ "version": [
+ 20161015,
+ 1338
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "makey",
+ "org"
+ ],
+ "commit": "6555680be5364c8ddd2bf446865cb1a82adb6b9e",
+ "sha256": "05d1bykgj454g0vq2k2sd36pd9hmcwr9a8033dagkqc625h7wj4h"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "org"
+ ],
+ "commit": "e81f7a6dab512da7eaa8c2c50c673538b97db267",
+ "sha256": "047fcvpvwzaqisw4q3p6hxgjyqsi2n9nms1qx9w4znvxrnjq8jz3"
+ }
+ },
+ {
+ "ename": "ox-jekyll-md",
+ "commit": "4e7ddae7938158d9da24bee861a88d4875235269",
+ "sha256": "0lfnrikrismcd2zyfb0sf3pwwx12cyki7kzs2mjlswq3sap8w544",
+ "fetcher": "github",
+ "repo": "gonsie/ox-jekyll-md",
+ "unstable": {
+ "version": [
+ 20180831,
+ 1732
+ ],
+ "commit": "ff7b81733354c2b427293e531bb51647fa84fc88",
+ "sha256": "1fb08c1f9rky0akv9y2brbd38d7s36wcc7z9yvvk343p1kxfipid"
+ }
+ },
+ {
+ "ename": "ox-jira",
+ "commit": "e8a77d9c903acd6d7fdcb53f63384144e85589c9",
+ "sha256": "088ks14d7slgs2qsqp1kkxvqzzhdkwphdvpg27ix686dz1krxxib",
+ "fetcher": "github",
+ "repo": "stig/ox-jira.el",
+ "unstable": {
+ "version": [
+ 20171001,
+ 916
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "db2ec528f46c9e611624ba28611c440a99bff255",
+ "sha256": "04zz6359xkn4w7jmmadxyvjd8pw21gw12mqwch1l9yxc4m9q474l"
+ }
+ },
+ {
+ "ename": "ox-json",
+ "commit": "c648b95620bc7194e18f37fc7bb526e5578d883a",
+ "sha256": "0v0hn0fd6jx2009na1y18bnah7qvmng9riidng0kglkx208a04ay",
+ "fetcher": "github",
+ "repo": "jlumpe/ox-json",
+ "unstable": {
+ "version": [
+ 20190802,
+ 350
+ ],
+ "deps": [
+ "org",
+ "s"
+ ],
+ "commit": "ce99a8a7cb2e2a483d23ebc2f821f3a183cf4b50",
+ "sha256": "0lgcrd4ckjfph4h0ias6cr83bnj903xiyak6pcvskp3wfgwg09wa"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "org",
+ "s"
+ ],
+ "commit": "aba3face2786d53380ee29459c04d16c999e72ac",
+ "sha256": "1y1l7in0fxlyrbd6fz4ixydc6kihfx42n7yh5glpjxahhbzqg9b3"
+ }
+ },
+ {
+ "ename": "ox-latex-subfigure",
+ "commit": "cf83b7597bd6a23b82b88b0927424c9aeb49a03d",
+ "sha256": "19nglrlg4q350vgi13x6yg97nrgav5d51z7jrqg8vim7mbafq7fg",
+ "fetcher": "github",
+ "repo": "linktohack/ox-latex-subfigure",
+ "unstable": {
+ "version": [
+ 20190718,
+ 1529
+ ],
+ "commit": "2e5b679212c33064eb25a8887e19a74897545389",
+ "sha256": "0mfjwwymlbyzppqicakyfl2yimlk48xvbr7sy2maip358898m5rj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "commit": "b7445849ae1f16b4b28f7a080301a0a61edf1c83",
+ "sha256": "15wxyzsfp4gilnravs2h4h8vwk0rf8ylzsxzdzlqx0i62wbb79l9"
+ }
+ },
+ {
+ "ename": "ox-mdx-deck",
+ "commit": "13d1a86dfe682f65daf529f9f62dd494fd860be9",
+ "sha256": "1k41sbqcfrj485ps11f6xdb1kxp7kh22k0zhn9vrjb5mxwdilfyl",
+ "fetcher": "github",
+ "repo": "WolfeCub/ox-mdx-deck",
+ "unstable": {
+ "version": [
+ 20181115,
+ 1847
+ ],
+ "deps": [
+ "ox-hugo"
+ ],
+ "commit": "2e46ac76f7ac279c371474cbbf39634bbe40f4c7",
+ "sha256": "1vhfyfdc83js33sm498fm3wmn80wmqnvn5dkabhdbk5gd9a9zdis"
+ }
+ },
+ {
+ "ename": "ox-mediawiki",
+ "commit": "24244d146306ce965df382c8958c7574c74313f2",
+ "sha256": "0lijj2n4saw0xd3jaghbvx9v6a4ldl5gd8wy7s7hfcm30wb75cdb",
+ "fetcher": "github",
+ "repo": "tomalexander/orgmode-mediawiki",
+ "unstable": {
+ "version": [
+ 20180105,
+ 2154
+ ],
+ "deps": [
+ "cl-lib",
+ "s"
+ ],
+ "commit": "a9327150293e370e500ba55bddfe5fc435c6bf9b",
+ "sha256": "0dsq86hli24imdkgsf45asx23kriw9di3d0cf5z8axfpkcbkn770"
+ }
+ },
+ {
+ "ename": "ox-minutes",
+ "commit": "162d0dacbb7252508147edb52fe33b1927a6bd69",
+ "sha256": "13rwcp0k9h7l5g8xw2s2r1xhsmkibhfqyq6hlicvddv232g724sj",
+ "fetcher": "github",
+ "repo": "kaushalmodi/ox-minutes",
+ "unstable": {
+ "version": [
+ 20180202,
+ 1734
+ ],
+ "commit": "27c29f3fdb9181322ae56f8bace8d95e621230e5",
+ "sha256": "10rw12gmg3d6fvkqijmjnk5bdpigvm8fy34435mwg7raw0gmlq75"
+ }
+ },
+ {
+ "ename": "ox-nikola",
+ "commit": "4e3fa1b0728ad3058376800ec5e2e9e3847c1d2f",
+ "sha256": "13k5wggz8bhnfgpsc09jnisk7xdb226d6imp7v6vmd1ax9m2xb0w",
+ "fetcher": "github",
+ "repo": "msnoigrs/ox-nikola",
+ "unstable": {
+ "version": [
+ 20151114,
+ 1116
+ ],
+ "deps": [
+ "org",
+ "ox-rst"
+ ],
+ "commit": "5bcbc1a38f6619f62294194f13ca0cd4ca14dd48",
+ "sha256": "0cc14p6c3d4djfmrkac0abb2jq128vlmayv2a8cyvnyjffyvjbk7"
+ }
+ },
+ {
+ "ename": "ox-pandoc",
+ "commit": "ca17de8cdd53bb32a9d3faaeb38f19f92b18ee38",
+ "sha256": "0wy6yvwd4vyq6xalkrshnfjjxlh1p24y52z49894nz5fl63b74xc",
+ "fetcher": "github",
+ "repo": "kawabata/ox-pandoc",
+ "unstable": {
+ "version": [
+ 20180510,
+ 1338
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "ht",
+ "org"
+ ],
+ "commit": "aa37dc7e94213d4ebedb85c384c1ba35007da18e",
+ "sha256": "0iibxplgdp34bpq1yll2gmqjd8d8lnqn4mqjvx6cdf0y438yr4jz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 150707
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "org"
+ ],
+ "commit": "035f1d60a0139349232c382cfd23a96902b7003d",
+ "sha256": "0h49pfl97vl796sm7r62rpv3slj0z5krm4zrqkgz0q6zlyrjay29"
+ }
+ },
+ {
+ "ename": "ox-pukiwiki",
+ "commit": "cd4043336e54c6ae3976068a1af5cfe58713e408",
+ "sha256": "10sfbri5hv5hyx9jc1bzlk4qmzfmpfgfy8wkjkpv7lv2x0axqd8a",
+ "fetcher": "github",
+ "repo": "yashi/org-pukiwiki",
+ "unstable": {
+ "version": [
+ 20150124,
+ 1716
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "bdbde2c294f5d3de11f08a3fe19f01175d2e011a",
+ "sha256": "0adj6gm39qw4ivb7csfh21qqqipcnw1sgm1xdqvrk86kbs9k1b2g"
+ }
+ },
+ {
+ "ename": "ox-qmd",
+ "commit": "e71826e8a8c30b0eb535cce7a379740011b79534",
+ "sha256": "1i2kdpp6prgphc1l42nz7q6vdfsbcn2vvlf10s7dfhhr8jzcyyy7",
+ "fetcher": "github",
+ "repo": "0x60df/ox-qmd",
+ "unstable": {
+ "version": [
+ 20170402,
+ 1657
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "3a24c7a0b3ec80e494b977e14a3dfb94c9f1d8ec",
+ "sha256": "030nay81c49ings96akzzy108a6agg91rvpmg0pf05qmjysfysmf"
+ }
+ },
+ {
+ "ename": "ox-reveal",
+ "commit": "8c2f267bb13a2fe5e1af49fd70d831a07d83b7d5",
+ "sha256": "1lsq9xx95nhz1914wx7781fajfs84m27iwv980hqq29lyn2lzbl6",
+ "fetcher": "github",
+ "repo": "yjwen/org-reveal",
+ "unstable": {
+ "version": [
+ 20190810,
+ 1655
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "4abd898da3b24530a80336327ec29d3ae6ad4ec9",
+ "sha256": "0ik5r99hv407yalvdwba62rppaf9g0r9qzyp4iz0i3n1mhcnv0h1"
+ }
+ },
+ {
+ "ename": "ox-rfc",
+ "commit": "d3f49159d6a379bf435e2af8920176fd84693a60",
+ "sha256": "0vqh923223rmhy39p4lwmdv6azba7cddkc1zi5pp3zpcijmhxzk4",
+ "fetcher": "github",
+ "repo": "choppsv1/org-rfc-export",
+ "unstable": {
+ "version": [
+ 20190429,
+ 1133
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "4cac33c387bc10e32f18940298aa5095d060ed3e",
+ "sha256": "0y442swdsh8fl3471bz9276r2srv6dp7j12y09s82xx5nm668nmb"
+ }
+ },
+ {
+ "ename": "ox-rst",
+ "commit": "85770d6e235217e98dda9d8b9f027a4ba3ebba96",
+ "sha256": "0447q0gvasii57rp391la9prz0w228jnzgi59s785vzswdryww0n",
+ "fetcher": "github",
+ "repo": "msnoigrs/ox-rst",
+ "unstable": {
+ "version": [
+ 20190813,
+ 427
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "25ea7a8a7ff1f57a9cd4f65b53899da3487bad8a",
+ "sha256": "0b7ybvpj1m48s2zdqk3xjyyzqxa9hjcaz29pgbsd9zg8q9mrnmas"
+ }
+ },
+ {
+ "ename": "ox-slack",
+ "commit": "55fda67a19f8799f00c8304a14ab88dde236aa48",
+ "sha256": "0ggw64lx93crfzm1sfwqhsfhaprkbyrjay88nyn43frf7c5l4a63",
+ "fetcher": "github",
+ "repo": "titaniumbones/ox-slack",
+ "unstable": {
+ "version": [
+ 20181119,
+ 1131
+ ],
+ "deps": [
+ "org",
+ "ox-gfm"
+ ],
+ "commit": "96d90914e6df1a0141657fc51f1dc5bb8f1da6bd",
+ "sha256": "1cda5c35wm7aqyj7yj80wkwb79dgzlzis1dlpysdxv30ahcf4w8p"
+ }
+ },
+ {
+ "ename": "ox-slimhtml",
+ "commit": "6fae8e3c4abd37a651d4cbdb337a74f1a7c7366a",
+ "sha256": "16jrw8n26iy69ibr29bp3pqp4lm66alihks37qipd2g5grqqfdnd",
+ "fetcher": "github",
+ "repo": "balddotcat/ox-slimhtml",
+ "unstable": {
+ "version": [
+ 20181219,
+ 850
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a5070cb2c67425aa33da8503c83361e8814a86ec",
+ "sha256": "13adpcgsd4153yd0097iady2dy6pa9w02rp97whkl4hjmhdik71i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 5
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a764ef64235845e4f5cfd73244d6cf1e7fee903b",
+ "sha256": "14h0kks7i2k53fwbsqb4giafacm58inppqpr5mbj904cy146g29f"
+ }
+ },
+ {
+ "ename": "ox-spectacle",
+ "commit": "f441e1b3ee30065f8a68c9b0b45d9db0cac8a289",
+ "sha256": "1nf4765dihlcjbifhb9dinqin27ivqj2s8wzh1hj4vc3n8mdx5pr",
+ "fetcher": "github",
+ "repo": "lorniu/ox-spectacle",
+ "unstable": {
+ "version": [
+ 20181211,
+ 953
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "9d3ec9a6326289074d8620e97d65e3105307ff51",
+ "sha256": "1gm8wwpsq10cfppzl104g3x2g9bha1209p2n8mj9azv71b9mszqx"
+ }
+ },
+ {
+ "ename": "ox-textile",
+ "commit": "02a68a7a99ecce8f1afa03e72ff1f636edaf5868",
+ "sha256": "01kri7vh16xhy8x5qd6s5z08xr0q964rk6xrligdb3i6x78wfvi4",
+ "fetcher": "github",
+ "repo": "yashi/org-textile",
+ "unstable": {
+ "version": [
+ 20180502,
+ 947
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "b179abaa6616604c6efe32cb509e62ad46e7374e",
+ "sha256": "1hwrnnrhrdp5cjn81wipzi5j8zr82kpwlvr6hna2cj2zr3r7a6m8"
+ }
+ },
+ {
+ "ename": "ox-tiddly",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1rpbnz152af588r8kafqpg9aq3ngwjfkrsjqk6w90l5rh280yi39",
+ "fetcher": "github",
+ "repo": "dfeich/org8-wikiexporters",
+ "unstable": {
+ "version": [
+ 20180626,
+ 2052
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "99d0c25d56dbf75ce894a84e776ba4459208dbc2",
+ "sha256": "1812sp7z4241da1mfg4wxm1wcax59cqyy2n0xfd67a1mphihsniz"
+ }
+ },
+ {
+ "ename": "ox-trac",
+ "commit": "4b73753ef9229d0fdfbe237acc63126f1786a494",
+ "sha256": "0f8b3i83vzxzfa91p4ahlqz6njql18xy5nk265sjxpy9zr898rsa",
+ "fetcher": "github",
+ "repo": "JalapenoGremlin/ox-trac",
+ "unstable": {
+ "version": [
+ 20171026,
+ 1823
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "03cc31efb1aa06991918f1071e250a9d58f96cfb",
+ "sha256": "0knrmq0sc8s9c6j0967jmrp2hq8jcwg281qqk89y8j9rpbmhbaj6"
+ }
+ },
+ {
+ "ename": "ox-tufte",
+ "commit": "0e1592b788ef7218cfb4b3da8599b6cd23eef357",
+ "sha256": "15b7aml9nl1kh8gbc086nb155f5mzlh8dmq41zi9frn6gskzjnfk",
+ "fetcher": "github",
+ "repo": "dakrone/ox-tufte",
+ "unstable": {
+ "version": [
+ 20160926,
+ 1607
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "49d7ea78fde063b407ce6fa57739f90c83500682",
+ "sha256": "1hb5s8m8r5nbz2kii1g975m3p4lnfkwraxhd71zhfvagf13wfkxd"
+ }
+ },
+ {
+ "ename": "ox-twbs",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "050rv270jlkc1v7wp47cv9cwr9pz3n840dd4jxxhfs6s47b9ln73",
+ "fetcher": "github",
+ "repo": "marsmining/ox-twbs",
+ "unstable": {
+ "version": [
+ 20161103,
+ 2016
+ ],
+ "commit": "2414e6b1de7deb6dd2ae79a7be633fdccb9c2f28",
+ "sha256": "0kd45p8y7ykadmai4jn1x1pgpafyqggwb1ccbjzalxw4k9wmd45f"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "2414e6b1de7deb6dd2ae79a7be633fdccb9c2f28",
+ "sha256": "0kd45p8y7ykadmai4jn1x1pgpafyqggwb1ccbjzalxw4k9wmd45f"
+ }
+ },
+ {
+ "ename": "ox-twiki",
+ "commit": "084da2cc725cc23b02657e7adb14ec31532ad25a",
+ "sha256": "1p1k0yg5fxcjgwpq2ix9ckh2kn69m7d5rnz76h14hw9p72cb54r0",
+ "fetcher": "github",
+ "repo": "dfeich/org8-wikiexporters",
+ "unstable": {
+ "version": [
+ 20170803,
+ 2039
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "99d0c25d56dbf75ce894a84e776ba4459208dbc2",
+ "sha256": "1812sp7z4241da1mfg4wxm1wcax59cqyy2n0xfd67a1mphihsniz"
+ }
+ },
+ {
+ "ename": "ox-wk",
+ "commit": "0947993df2d9bee493c2c25760f1ac5bcc1136ac",
+ "sha256": "0rb4xkkqb65ly01lb1gl3gyz4yj9hzv4ydbdzsbvmpj0hrdw5nv3",
+ "fetcher": "github",
+ "repo": "w-vi/ox-wk.el",
+ "unstable": {
+ "version": [
+ 20190526,
+ 1024
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "3da2213be1874d9d3e8a9337b09003d9c102b943",
+ "sha256": "0aw6ykcgyn6p7hhggyd7jfyx9b25pr0vgnlfvcwhjc3w0lm94yi1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "3da2213be1874d9d3e8a9337b09003d9c102b943",
+ "sha256": "0aw6ykcgyn6p7hhggyd7jfyx9b25pr0vgnlfvcwhjc3w0lm94yi1"
+ }
+ },
+ {
+ "ename": "p4",
+ "commit": "a7e2fa7af647e0dbf5ade5c32d1984b133156b6f",
+ "sha256": "0215li17gn35wmvd84gnp4hkwa2jd81wz4frb1cba2b5j33rlprc",
+ "fetcher": "github",
+ "repo": "gareth-rees/p4.el",
+ "unstable": {
+ "version": [
+ 20150721,
+ 1937
+ ],
+ "commit": "eff047caa75dbe4965defca9d1212454cdb755d5",
+ "sha256": "12jsnfppif4l548wymvakx0f2zlm63xs6kfrb49hicmk668cq4ra"
+ }
+ },
+ {
+ "ename": "pabbrev",
+ "commit": "c032b0d126e0196b4526ee04f5103582610681ea",
+ "sha256": "1mbfa40pbzbi00sp155zm43sj6nw221mcayc2rk3ppin9ps95hx3",
+ "fetcher": "github",
+ "repo": "phillord/pabbrev",
+ "unstable": {
+ "version": [
+ 20160320,
+ 2101
+ ],
+ "commit": "56400d5d256b42ffe45c229ea9827f026b650cf5",
+ "sha256": "09bn19ydyz1hncmvyyh87gczp3lmlczpm352p0107z1gw6xmpjil"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 1
+ ],
+ "commit": "127a8b10cf352b0491fefd2f4178ba78ee587564",
+ "sha256": "073qpa223ja673p63mhvy4l6yyv3k7z05ifwvn7bmq4b5fq42hw6"
+ }
+ },
+ {
+ "ename": "pacfiles-mode",
+ "commit": "bec20443188d9218235c4b31840544a7b1e0690d",
+ "sha256": "08yc3w7zvckg8s1g707hvbbkvi2k52jrk2iwlj0sk22ih3q3yaa9",
+ "fetcher": "github",
+ "repo": "UndeadKernel/pacfiles-mode",
+ "unstable": {
+ "version": [
+ 20181028,
+ 1744
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ff58f387e0f85ca20c4c9f119bf13303bf8b5a76",
+ "sha256": "1my9qhnla61wgrhf0izjx0kyjrxwyz3cfh3xp80mmnxhxrrf21kl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "180eea7ba33dc4fa5c116b01649c4e9ba3f43276",
+ "sha256": "07ki2dz459nv4jshmgk2gq1b8c0x3iqy3nf9rwv0w3b3qm70gn3f"
+ }
+ },
+ {
+ "ename": "pack",
+ "commit": "96f55c1f15ca24134da378a1ea31f7bb31c84ea9",
+ "sha256": "0lwdhfrpqwpqqg3yhcyj11jv2mm8k9k54qdxlhdi8sxj1fdxmanw",
+ "fetcher": "github",
+ "repo": "10sr/pack-el",
+ "unstable": {
+ "version": [
+ 20190613,
+ 425
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e0ab7ea1115451b229fae663a110854ab998d8c0",
+ "sha256": "1aqpcain6bi96laa3w1hx4jx75lqzvba0jvyj0jnb19zsa6k3xha"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "2aaf19931c508b78edd53e63d9819dd0a6f9b97d",
+ "sha256": "0mqznvisfrar7j5x1plj2xgnbz4znnzikyq3j3gpssq4wv3kqq7g"
+ }
+ },
+ {
+ "ename": "package+",
+ "commit": "49cfbbc4535aa7e175aa819d67b8aa52a6f94384",
+ "sha256": "1mbsxr4llz8ny7n7w3lykld9yvbaywlfqnvr9l0aiv9rvmdv03bn",
+ "fetcher": "github",
+ "repo": "zenspider/package",
+ "unstable": {
+ "version": [
+ 20190702,
+ 253
+ ],
+ "commit": "2a99b8e27be1702d94ce077ecd75e1089fa18a32",
+ "sha256": "0cf5rnk96wyl3xkqabnsw5ampcr645y43rlj9rcm0s09pqbpr0z8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "4a9618a44ec4f26a14e0136cd9d3c4855fceb25b",
+ "sha256": "1xv0ra130qg0ksgqi4npspnv0ckq77k7f5kcibavj030h578kj97"
+ }
+ },
+ {
+ "ename": "package-build",
+ "commit": "948fb86b710aafe6bc71f95554655dfdfcab0cca",
+ "sha256": "0kr82j9rbvmapsph0jdxy24p0b8mcnj01sg1myywf428nf30cgbh",
+ "fetcher": "github",
+ "repo": "melpa/package-build",
+ "unstable": {
+ "version": [
+ 20190805,
+ 1628
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "64a6ac2343c791092ec2e43bab0c91293509c230",
+ "sha256": "0ac6kq9k6n3mznl0x5sgpalfa3v4cx9m0b7jc3s89dnyw6m4wp6h"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "385cd427ce15ca1715f3dd758b6aa408bf0186b1",
+ "sha256": "1412pjghyvzkdlsrrs0ql30vw591bhyk1wlbf49f15dzjbspx3w0"
+ }
+ },
+ {
+ "ename": "package-filter",
+ "commit": "89312eaf69f3d7ac46647255c847fcb45415e78d",
+ "sha256": "0am73zch2fy1hfjwzk8kg0j3lgbcz3hzxjrdf0j0a9w0myp0mmjm",
+ "fetcher": "github",
+ "repo": "milkypostman/package-filter",
+ "unstable": {
+ "version": [
+ 20161122,
+ 719
+ ],
+ "commit": "bc73b41aea1d65ca44ef1593ca13126df9bbb39e",
+ "sha256": "0fq31zcz5j0n29p3zmx2k2w0xvay24zs34mbq8nb0y0jr7ycm184"
+ }
+ },
+ {
+ "ename": "package-lint",
+ "commit": "dbfb0250a58b2e31c32ff1496ed66a3c5439bd67",
+ "sha256": "05akg9cgcqbgja966iv2j878y14d5wvky6m9clkfbw5wyg66xpr0",
+ "fetcher": "github",
+ "repo": "purcell/package-lint",
+ "unstable": {
+ "version": [
+ 20190807,
+ 1837
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c5ba20dead0df743a699f502f5d034d03b367f65",
+ "sha256": "0pshjm6swgm6pfpx8ri8zfixazc7bjhdvy7md905lf8a8byr7zk2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "4c90df4919f7b96921a939b3bd88bedfd08d041e",
+ "sha256": "0nhznvsl3l3v7w5x2afw0ay31r6jrdvgr1ys9mhcmd1fsk57bj2r"
+ }
+ },
+ {
+ "ename": "package-lint-flymake",
+ "commit": "dbfb0250a58b2e31c32ff1496ed66a3c5439bd67",
+ "sha256": "076v3xvbxym7dwwl95j8kynj9kj2xw3gzq6qv6qkm0xls7df4yjz",
+ "fetcher": "github",
+ "repo": "purcell/package-lint",
+ "unstable": {
+ "version": [
+ 20181117,
+ 856
+ ],
+ "deps": [
+ "package-lint"
+ ],
+ "commit": "c5ba20dead0df743a699f502f5d034d03b367f65",
+ "sha256": "0pshjm6swgm6pfpx8ri8zfixazc7bjhdvy7md905lf8a8byr7zk2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "deps": [
+ "package-lint"
+ ],
+ "commit": "4c90df4919f7b96921a939b3bd88bedfd08d041e",
+ "sha256": "0nhznvsl3l3v7w5x2afw0ay31r6jrdvgr1ys9mhcmd1fsk57bj2r"
+ }
+ },
+ {
+ "ename": "package-safe-delete",
+ "commit": "61b961211276bd95655b6a0967eda5037a3d240b",
+ "sha256": "12ss5yjhnyxsif4vlbgxamn5jfa0wxkkphffxnv6drhvmpq226jw",
+ "fetcher": "github",
+ "repo": "Fanael/package-safe-delete",
+ "unstable": {
+ "version": [
+ 20150116,
+ 1607
+ ],
+ "deps": [
+ "epl"
+ ],
+ "commit": "138171e4fc03c0ef05a8260cbb5cd2e114c1c194",
+ "sha256": "1pdv6d6bm5jmpgjqf9ycvzasxz1205zdi0zjrmkr33c03azwz7rd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 7
+ ],
+ "deps": [
+ "epl"
+ ],
+ "commit": "138171e4fc03c0ef05a8260cbb5cd2e114c1c194",
+ "sha256": "1pdv6d6bm5jmpgjqf9ycvzasxz1205zdi0zjrmkr33c03azwz7rd"
+ }
+ },
+ {
+ "ename": "package-utils",
+ "commit": "a1bb884a0299408daa716eba42cb39f79622766c",
+ "sha256": "02hgh7wg68ysfhw5hckrpshzv4vm1vnm395d34x6vpgl4ccx7v9r",
+ "fetcher": "github",
+ "repo": "Silex/package-utils",
+ "unstable": {
+ "version": [
+ 20180514,
+ 1415
+ ],
+ "deps": [
+ "restart-emacs"
+ ],
+ "commit": "5621b95c56b55499f0463fd8b29501da25d861bd",
+ "sha256": "1mhsf0l0253d9b7n3c68mw5kwnsk7wf217y7m2fiybh51bdgjfnd"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "restart-emacs"
+ ],
+ "commit": "5621b95c56b55499f0463fd8b29501da25d861bd",
+ "sha256": "1mhsf0l0253d9b7n3c68mw5kwnsk7wf217y7m2fiybh51bdgjfnd"
+ }
+ },
+ {
+ "ename": "packed",
+ "commit": "57a2fb9524df3fdfdc54c403112e12bd70888b23",
+ "sha256": "103z6fas2fkvlhvwbv1rl6jcij5pfsv5vlqqsb4dkq1b0s7k11jd",
+ "fetcher": "github",
+ "repo": "emacscollective/packed",
+ "unstable": {
+ "version": [
+ 20180318,
+ 1729
+ ],
+ "commit": "f350cc446c65b85bcc213265cd6dcadee1568762",
+ "sha256": "018vv0riqc571sanmfz82l1n322kfa4p4g9x2wf4m3h1819n53ky"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 0
+ ],
+ "commit": "c41c3dfda86ae33832ffc146923e2a4675cbacfa",
+ "sha256": "1272xmb3l8ddfijqzci3x0kxwibqb0sbkci4rbcv9ba9hpxp4d1v"
+ }
+ },
+ {
+ "ename": "pacmacs",
+ "commit": "52ce427e046267655dd9f836e57176d59f23e601",
+ "sha256": "0w0r6z365jrglpbifb94w6c22wqi9x93qgkss9pn820hrndqbqxy",
+ "fetcher": "github",
+ "repo": "codingteam/pacmacs.el",
+ "unstable": {
+ "version": [
+ 20160131,
+ 832
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "dash-functional",
+ "f"
+ ],
+ "commit": "d813e9c62c2540fe619234824fc60e128c786442",
+ "sha256": "0zx72qbqy2n1r6mjylw67zb6nnchp2b49vsdyl0k5bdaq2xyqv6i"
+ }
+ },
+ {
+ "ename": "pact-mode",
+ "commit": "b8e11b488c937ac9290f2e6acde92a87024a9012",
+ "sha256": "1awmczhz4cl2vxrn0h1wqkrhy1n9p4j3ayksvgifr4cfhqlsxk6v",
+ "fetcher": "github",
+ "repo": "kadena-io/pact-mode",
+ "unstable": {
+ "version": [
+ 20190710,
+ 1817
+ ],
+ "commit": "5df7032cf9b61ae5aff36ac7d2a23b2ab0e00904",
+ "sha256": "0hdg5b3mnld8pcfiawn51dc65dfws6gr7j4fvjc2gnhypy36l8xl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "commit": "5df7032cf9b61ae5aff36ac7d2a23b2ab0e00904",
+ "sha256": "0hdg5b3mnld8pcfiawn51dc65dfws6gr7j4fvjc2gnhypy36l8xl"
+ }
+ },
+ {
+ "ename": "paganini-theme",
+ "commit": "d6fbb609b411df4fe6f66a7afe27eda7d297f140",
+ "sha256": "1kypkf52hjlfj75pcmjf2a60m6iwj0y1dspjwqynzz3l48i6ippm",
+ "fetcher": "github",
+ "repo": "onurtemizkan/paganini",
+ "unstable": {
+ "version": [
+ 20180815,
+ 1921
+ ],
+ "commit": "255c5a2a8abee9c5935465ec42b9c3604c178c3c",
+ "sha256": "0qhmj8dyy722ds8cmwghhxknwwis1w64wix2hdmzs21c5pa5hgkw"
+ }
+ },
+ {
+ "ename": "page-break-lines",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0i5kx191wnq9763jyqxbyh33hvdaqbd98a1rhgqd97zhvg0hslz1",
+ "fetcher": "github",
+ "repo": "purcell/page-break-lines",
+ "unstable": {
+ "version": [
+ 20190519,
+ 2238
+ ],
+ "commit": "6f19d894bda6a981c10a58df5e23419f4d2ba353",
+ "sha256": "0b9jlqf5hk5m5zywwfcgxjb88aqhij73fxwkp16psfm4bv0zy78p"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 11
+ ],
+ "commit": "67b5928a7f14568baf2716b5741e13659a86b9ea",
+ "sha256": "1wp974716ih2cz9kdmdz7xwjy1qnnfzdzlfr9kchknagw8d9nn12"
+ }
+ },
+ {
+ "ename": "pager",
+ "commit": "5f2a50f62475639af011c99c6cc38928b74b3b0a",
+ "sha256": "0s5zwimkbsivbwlyd7g8dpnjyzqcfc5plg53ij4sljiipgjh5brl",
+ "fetcher": "github",
+ "repo": "emacsorphanage/pager",
+ "unstable": {
+ "version": [
+ 20151202,
+ 120
+ ],
+ "commit": "5c791ed23f1136e04040d6f4bc9b4ca5b6dc919f",
+ "sha256": "198zlh7zrql1185b9qjim44a09kbbgs9zyahak9nhv1gxqn7mrdf"
+ }
+ },
+ {
+ "ename": "pager-default-keybindings",
+ "commit": "87faee8c9820dd47feccdfbce7fd57dbe2800405",
+ "sha256": "0vqb3s1fxkl1fxxspq89344s55sfcplz26z0pbh347l1681h3pci",
+ "fetcher": "github",
+ "repo": "nflath/pager-default-keybindings",
+ "unstable": {
+ "version": [
+ 20130719,
+ 2057
+ ],
+ "deps": [
+ "pager"
+ ],
+ "commit": "dbbd49c2ac5906d1dabf9e9c832bfebc1ab405b3",
+ "sha256": "11msqs8v9wn8sj45dw1fl0ldi3sw33v0xclynbxgmawyabfq3bqm"
+ }
+ },
+ {
+ "ename": "palimpsest",
+ "commit": "14f6d011a0314637a2f4c1b00efa4912e67b7fa4",
+ "sha256": "18kklfdlcg982pdrslh0xqa42h28f91bdm7q2zn890d6dcivp6bk",
+ "fetcher": "github",
+ "repo": "danielsz/Palimpsest",
+ "unstable": {
+ "version": [
+ 20170119,
+ 2032
+ ],
+ "commit": "e6d5944393c260ceb724462c84046cc62c9ae916",
+ "sha256": "0vw3lv02rf8f9vm379zff4l85psjwxsrvba4xcpdkqi1w4rbsnxr"
+ }
+ },
+ {
+ "ename": "pallet",
+ "commit": "bf977287e9bd668efbd972c9937906384ee832c6",
+ "sha256": "0q50cdwnn2w1n5h4bappncjjyi5yaixxannwgy23fngdrz1mxwd7",
+ "fetcher": "github",
+ "repo": "rdallasgray/pallet",
+ "unstable": {
+ "version": [
+ 20150512,
+ 702
+ ],
+ "deps": [
+ "cask",
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "b8d0df1883224a371ac0a3bc9b9c1c4dc61e6ac0",
+ "sha256": "0j87yq8rycklk8df4rlwx0bp2n94pyhaz4yv8vacbqrzchpa1bb0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 2
+ ],
+ "deps": [
+ "cask",
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "0e1ae11e1ebfe644cbf832df62ac2dbf6ecd0501",
+ "sha256": "03mlg6dmpjw8fq2s3c4gpqj20kjhzldz3m51bf6s0mxq9bclx2xw"
+ }
+ },
+ {
+ "ename": "pamparam",
+ "commit": "03de45e491e970cc5733950a825b98545b5ac24b",
+ "sha256": "01n35a3fnwbb7w2qpk8b5f9wwmr6d5jcjzcv6gnc1768a43p9yzf",
+ "fetcher": "github",
+ "repo": "abo-abo/pamparam",
+ "unstable": {
+ "version": [
+ 20190630,
+ 1842
+ ],
+ "deps": [
+ "hydra",
+ "lispy",
+ "worf"
+ ],
+ "commit": "ef33bf4a84fa6fdd045e6e3d182429952f240c88",
+ "sha256": "07nlp4wfr7d856jjhxb8zqb9wsb425d6h48k2isy7jm4h7ksfm70"
+ }
+ },
+ {
+ "ename": "panda",
+ "commit": "69800de45dda180450ed9d47a24181b659d9d1ae",
+ "sha256": "04app7ni9q04v7pi1ppi5qgx5klcpawflmbsj58y33gz29di1zjk",
+ "fetcher": "github",
+ "repo": "sebasmonia/panda",
+ "unstable": {
+ "version": [
+ 20190801,
+ 1622
+ ],
+ "commit": "30dac32f9b18fb225ade8e56f7d9242d6c8efb35",
+ "sha256": "1d6wykf2k5b0494l2l8p9p0hmq52jvcq534dz4piwgnngrjcbq8n"
+ }
+ },
+ {
+ "ename": "panda-theme",
+ "commit": "a90ca1275ceab8e1ea4fdfa9049fbd24a5fd0bf5",
+ "sha256": "1q3zp331hz8l54p8ym9jrs4f36aj15r8aka6bqqnalnk237xqxl7",
+ "fetcher": "github",
+ "repo": "jamiecollinson/emacs-panda-theme",
+ "unstable": {
+ "version": [
+ 20181128,
+ 1738
+ ],
+ "commit": "60aa47c7a930377807da0d601351ad91e8ca446a",
+ "sha256": "169khnipnxv0y412wc2r5nsh9d9zwpdyip0l9ayyzb19zdjl1l47"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "ae24179e7a8a9667b169f00dbd891257530c1d22",
+ "sha256": "05vv4idl9h59jd089hpd09xcy1ix30bq0c4fif2b66170aychvii"
+ }
+ },
+ {
+ "ename": "pandoc",
+ "commit": "d6c21ff09d67fad2658e0de08bc2edb7588c504a",
+ "sha256": "0x81anxam7agr2v2zqgc331zs5s5zxcw54kzpanndda23n51h5cc",
+ "fetcher": "github",
+ "repo": "zonuexe/pandoc.el",
+ "unstable": {
+ "version": [
+ 20161128,
+ 1157
+ ],
+ "commit": "198d262d09e30448f1672338b0b5a81cf75e1eaa",
+ "sha256": "0njc6xlwa8hihyqrk0hs12sb6rs7jma2wpjfr8xsj9p8jld4y359"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "commit": "0f59533bbd8494fea3172551efb6ec49f61ba285",
+ "sha256": "0xqd64k8liaywsf65apj5xmf7ip6sikjmpc4740nld8iywhq8gf4"
+ }
+ },
+ {
+ "ename": "pandoc-mode",
+ "commit": "4e39cd8e8b4f61c04fa967def6a653bb22f45f5b",
+ "sha256": "0qvc6cf87h1jqf590kd68jfg25snxaxayfds634wj4z6gp70l781",
+ "fetcher": "github",
+ "repo": "joostkremers/pandoc-mode",
+ "unstable": {
+ "version": [
+ 20190711,
+ 2122
+ ],
+ "deps": [
+ "dash",
+ "hydra"
+ ],
+ "commit": "7b9a19d8777a21431a819281a14201bfdf1dfdc1",
+ "sha256": "04bqc7mhgkfks3nsvimd3rrriv4nqbksmv5ahlbbd03aqa2b0vrv"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 27,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "hydra"
+ ],
+ "commit": "7b9a19d8777a21431a819281a14201bfdf1dfdc1",
+ "sha256": "04bqc7mhgkfks3nsvimd3rrriv4nqbksmv5ahlbbd03aqa2b0vrv"
+ }
+ },
+ {
+ "ename": "pangu-spacing",
+ "commit": "c0b00eda1d20ff2cbffe3ac606e5fd60d915a5d6",
+ "sha256": "082qh26vlk7kifz1800lyai17yvngwjygrfrsh1dsd8dxhk6l9j8",
+ "fetcher": "github",
+ "repo": "coldnew/pangu-spacing",
+ "unstable": {
+ "version": [
+ 20190422,
+ 514
+ ],
+ "commit": "3a741c1b669c7194fb766b784c10d52a8de9b87f",
+ "sha256": "12980pwsk4pvvya2x9nbwzkyxy75qfqzs0jxl4jdblgrhh104bs0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "034b4ef8a1b29bf7bfed6a916380941506ed26ed",
+ "sha256": "0gmdzagyg0p7q1gyj2a3aqp2g4asljpib3n67nikr0v99c2mki5y"
+ }
+ },
+ {
+ "ename": "paper-theme",
+ "commit": "a7ea18a56370348715dec91f75adc162c800dd10",
+ "sha256": "1ph6c6g907cnxzl74byc754119qia8rs8y7wvaj8i6q3fz2658zr",
+ "fetcher": "github",
+ "repo": "cadadr/elisp",
+ "unstable": {
+ "version": [
+ 20190124,
+ 1828
+ ],
+ "commit": "1c4b082f6f19c2563dbfbc48b996a915843624bb",
+ "sha256": "10ys10m6mxyh7hblsqcpjmglnh9lwzl9b6bmbcankpvrl0zh094z"
+ }
+ },
+ {
+ "ename": "paperless",
+ "commit": "500be17952ffb6b8d1e524b5b3d316878202fabc",
+ "sha256": "182arnx2fz0dww6bvg6m70a1picqd3czmzwv92x0rb4ghwrnq2dq",
+ "fetcher": "github",
+ "repo": "atgreen/paperless",
+ "unstable": {
+ "version": [
+ 20180224,
+ 1245
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "s"
+ ],
+ "commit": "b3b6c05da393f6b1292a3d5937bc4499baabd0b6",
+ "sha256": "1b2gm823qd6bllgp9qg2vgskzg4rpdvh8bgic8708hkq6lwpdv70"
+ }
+ },
+ {
+ "ename": "paradox",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "1xq14nfvprsq18464qr4mhphq7cl1f570lji5n8z6j9vpfm9a4p2",
+ "fetcher": "github",
+ "repo": "Malabarba/paradox",
+ "unstable": {
+ "version": [
+ 20190624,
+ 41
+ ],
+ "deps": [
+ "hydra",
+ "let-alist",
+ "seq",
+ "spinner"
+ ],
+ "commit": "1b9e4b198e0a02773b52f6fe4fd03a82340c6cbc",
+ "sha256": "0ja7sxnpm71fvmly53hnb08bgdb9c69yfzzsmdh2h9na82qdjvk5"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 5,
+ 4
+ ],
+ "deps": [
+ "hydra",
+ "let-alist",
+ "seq",
+ "spinner"
+ ],
+ "commit": "d24fe4a329a939ffa1983886d77a6937e05149e4",
+ "sha256": "1v78nmqyx60ki64wql7faq6ihv2qbk72sb19cy6hnypi546d81yp"
+ }
+ },
+ {
+ "ename": "parchment-theme",
+ "commit": "f2302f512053b22e5abbd6a654cf94e4d5c7f5ca",
+ "sha256": "1dkl1f0zmnkw8xd89m5kd42rk4pg6a6wnm52g4p1b4yqqq27h6zm",
+ "fetcher": "github",
+ "repo": "ajgrf/parchment",
+ "unstable": {
+ "version": [
+ 20190703,
+ 1531
+ ],
+ "commit": "30eedd346175072e013b7bcf6ae1795f022fee0b",
+ "sha256": "01yiz4zkbmb95whgpg6n0mmjsi2fvnakvpg1cnx68k1nmd8waiv2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "commit": "7d48ae9b39c37eeef7ab5bf7ee049d2edf0411a6",
+ "sha256": "071k34i48dsmlgpi8mpdff1fgcnz29dj2ci52c1i3alp9yc7s67a"
+ }
+ },
+ {
+ "ename": "paredit",
+ "commit": "caaa21f235c4864f6008fb454d0a970a2fd22a86",
+ "sha256": "01qh8kfb5hyfi0jfl1kq3inkyzr0rf3wncmzgxlkfdc8zlq4v653",
+ "fetcher": "git",
+ "url": "https://mumble.net/~campbell/git/paredit.git",
+ "unstable": {
+ "version": [
+ 20171127,
+ 205
+ ],
+ "commit": "acbe10fdd85d2e91831adf70b6a828bc7e900da0",
+ "sha256": "1c7ag0cvd6rl5fsj3dpfcjpyb8xjd26d864z98a74cirn8pc8f7l"
+ },
+ "stable": {
+ "version": [
+ 24
+ ],
+ "commit": "82bb75ceb2ddc272d6618d94874b7fc13181a409",
+ "sha256": "13wzz5fahbz5svc4ql3ajzzpd1fv0ynwpa5widklbcp5yqncv1vm"
+ }
+ },
+ {
+ "ename": "paredit-everywhere",
+ "commit": "593890222d074c6a308eb1b809077c6861e1af30",
+ "sha256": "0gbkwk8mrbjr2l8pz3q4y6j8q4m12zmzl31c88ngs1k5d86wav36",
+ "fetcher": "github",
+ "repo": "purcell/paredit-everywhere",
+ "unstable": {
+ "version": [
+ 20180506,
+ 849
+ ],
+ "deps": [
+ "paredit"
+ ],
+ "commit": "653d7a58fb370d5f7df367464d8d05e23a70b29d",
+ "sha256": "0q6a3cvanjh3j0kdpqa812yql2axgga45g6nljvxijm8i9ba2hqf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "paredit"
+ ],
+ "commit": "72b7cd5dcdc02233a32e9f1a6c2d21dc30532170",
+ "sha256": "0jbjwjl92pf0kih3p2x20ms2kpyzzam8fir661nimpmk802ahgkj"
+ }
+ },
+ {
+ "ename": "paredit-menu",
+ "commit": "8a6379588b373fca2769b8761de4ba13545c082c",
+ "sha256": "05jp4cc548x5f07k096dgizhivdpaajxq38hin831sm0p9cibm4p",
+ "fetcher": "github",
+ "repo": "phillord/paredit-menu",
+ "unstable": {
+ "version": [
+ 20160128,
+ 1733
+ ],
+ "deps": [
+ "paredit"
+ ],
+ "commit": "cc0ae85bd819f9ebfa4f2a419ab3b2d70e39c9c8",
+ "sha256": "15xkanrwxh3qqay3vkfqvhzs88g7nnfv9bqk509qflyhqnvc9sxr"
+ }
+ },
+ {
+ "ename": "paren-completer",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1k71nmsf155b4pvzcsymsc1bn42h9apypapkvc1kxyr6zm29zcr4",
+ "fetcher": "github",
+ "repo": "MatthewBregg/paren-completer",
+ "unstable": {
+ "version": [
+ 20160501,
+ 1052
+ ],
+ "commit": "74183a8e13fa1266271bdcbcb4bfb29a4f915f0a",
+ "sha256": "1il0gbyjnlxhk04z3lgxmvlmlhgc94rmxdf8nl5sk3gblqmr8v3b"
+ }
+ },
+ {
+ "ename": "paren-face",
+ "commit": "d398398d1d5838dc4985a06515ee668f0f566aab",
+ "sha256": "0dmzk66m3rd8x0rb925pyrfpc2qsvayks4kmhpb2ccdrx68pg8gf",
+ "fetcher": "github",
+ "repo": "tarsius/paren-face",
+ "unstable": {
+ "version": [
+ 20180318,
+ 2025
+ ],
+ "commit": "6d9358295911f1b44efe81054c535eb2c2bb5a2e",
+ "sha256": "0lr6z90kbgi85bchk247cr91q5ryk73sqp5cvsiph4ryxpy9isyl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 4
+ ],
+ "commit": "a45d111153a76c481fa0b36d6172ac90e073dfc4",
+ "sha256": "1cr0vnm57lxs48z17ddcv7qlfvks7wdsp01zsw0c7i3h5ajl8myp"
+ }
+ },
+ {
+ "ename": "parent-mode",
+ "commit": "9736d8f6c3065c46b8c4e0056e9d592d3ec973e9",
+ "sha256": "1ndn6m6aasmk9yrml9xqj8141100nw7qi1bhnlsss3v8b6njwwig",
+ "fetcher": "github",
+ "repo": "Fanael/parent-mode",
+ "unstable": {
+ "version": [
+ 20150824,
+ 2300
+ ],
+ "commit": "db692cf08deff2f0e973e6e86e26662b44813d1b",
+ "sha256": "0i5bc7lyyrx6swqlrp9l5x72yzwi53qn6ldrfs99gh08b3yvsnni"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3
+ ],
+ "commit": "db692cf08deff2f0e973e6e86e26662b44813d1b",
+ "sha256": "0i5bc7lyyrx6swqlrp9l5x72yzwi53qn6ldrfs99gh08b3yvsnni"
+ }
+ },
+ {
+ "ename": "parinfer",
+ "commit": "470ab2b5cceef23692523b4668b15a0775a0a5ba",
+ "sha256": "05w4w7j6xyj19dm63073amd4n7fw4zm3qnn4x02fk2011iw8fq7i",
+ "fetcher": "github",
+ "repo": "DogLooksGood/parinfer-mode",
+ "unstable": {
+ "version": [
+ 20180904,
+ 844
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "a7c041454e05ec2b88333a73e72debaa671ed596",
+ "sha256": "14ld7r2867aqa1rzk75bzf6qivqd1va4ilawggnxbbx5j2d82r1d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 10
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "5b3b247d68eeaf7404598cbcbf2158e07f16e65d",
+ "sha256": "0v97ncb0w1slb0x8861l3yr1kqz6fgw1fwl1z9lz6hh8p2ih34sk"
+ }
+ },
+ {
+ "ename": "parrot",
+ "commit": "b1b393ffb9b7691e8fc99bee5fc676463038a68d",
+ "sha256": "0m67b80vc3qivcxs4w6fpzdg6h9d8s75251rlhnbc0xp7271zgnk",
+ "fetcher": "github",
+ "repo": "dp12/parrot",
+ "unstable": {
+ "version": [
+ 20190311,
+ 2325
+ ],
+ "commit": "4d77eafc6bfacfe45dae805ceca101331d3d08d0",
+ "sha256": "0lqcw0scn2jcs15vybd1x7k7hiykrcsvimqj58s45m2pnaia57ql"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "e9fe686408214884b20c65284a6a595e1c755794",
+ "sha256": "079k4j0lcaj0lff1llp29bj5ah2b59byw9lw3jjw9wkl9px87r0m"
+ }
+ },
+ {
+ "ename": "parse-csv",
+ "commit": "010a182f7424928036231774c2fe17b857e3ca40",
+ "sha256": "0khpfxbarw0plx8kka357d8wl1vvdih5797xlld9adc0g3cng0zz",
+ "fetcher": "github",
+ "repo": "mrc/el-csv",
+ "unstable": {
+ "version": [
+ 20160512,
+ 1723
+ ],
+ "commit": "96bef1ffbc89ea12d13311c9fa239c5c3e864890",
+ "sha256": "06xg6f74697zmn042wg259qlik2l21k4al08a06xz4gv9a83nsx6"
+ }
+ },
+ {
+ "ename": "parsebib",
+ "commit": "c39633957475dcd6a033760ba20a957716cce59c",
+ "sha256": "07br2x68scsxykdk2ajc4mfqhdb7vjkcfgz3vnpy91sirxzgfjdd",
+ "fetcher": "github",
+ "repo": "joostkremers/parsebib",
+ "unstable": {
+ "version": [
+ 20181219,
+ 928
+ ],
+ "commit": "9a5f1730b8ef1fb6c29262a8ba79f8136e5548d4",
+ "sha256": "1d9x57njgl16yyjmscmai5ml9wrqfh35ilcz2s674s8fa4krqw72"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 3
+ ],
+ "commit": "683c970a6fb51591bc88ee80e295fedee876e044",
+ "sha256": "0mpgyy9qfb5x4fvlmb274hgayjbwf0bgk65dxyx31zikjwpcd56p"
+ }
+ },
+ {
+ "ename": "parsec",
+ "commit": "248aaf5ff9c98cd3e439d0a26611cdefe6b6c32a",
+ "sha256": "1p3364sv5r868xjj1411xqj4acxqmbzcdl900sd03585ql5wbypj",
+ "fetcher": "github",
+ "repo": "cute-jumper/parsec.el",
+ "unstable": {
+ "version": [
+ 20180730,
+ 16
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2cbbbc2254aa7bcaa4fb5e07c8c1bf2f381dba26",
+ "sha256": "1g1s8s45g3kkbi3h7w0pmadmzdswb64mkdvdpg2lihg341kx37gm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8f0c266d8b9b0ee5fcf9b80c518644b2849ff3b3",
+ "sha256": "1zwdh3dwqvw9z79mxgf9kf1l2c0pb32sknhrs7ppca613nk9c58j"
+ }
+ },
+ {
+ "ename": "parseclj",
+ "commit": "e2a977779a7ee49f57b849b14e581210a7f47d61",
+ "sha256": "077qigx0qyjyvm3437ffnv05rmnpqxvpxf69yyfdgnay1xclv172",
+ "fetcher": "github",
+ "repo": "clojure-emacs/parseclj",
+ "unstable": {
+ "version": [
+ 20190531,
+ 711
+ ],
+ "deps": [
+ "a"
+ ],
+ "commit": "b34d3e13a249d4b92f1a008cdc1df20a92f866c5",
+ "sha256": "1bnlqkmpqpnmmsyhx49mryhkrkaq6v68x7a4kg2pn19ycf9xz6ds"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "a"
+ ],
+ "commit": "93a0f43529598984835f88e64b62fa68bebda89b",
+ "sha256": "03bm5dm4hmkqimv4wqxjjh5814pxysmm7z54bv2rf7zwv1x7dggr"
+ }
+ },
+ {
+ "ename": "parseedn",
+ "commit": "462a022a83186b8c70e888cc8df42601777504dd",
+ "sha256": "0lb0qkvsga90ysa3a1pn8ydf108lsq2azxzzm7xvxbgk0d1xzhjp",
+ "fetcher": "github",
+ "repo": "clojure-emacs/parseedn",
+ "unstable": {
+ "version": [
+ 20190331,
+ 1058
+ ],
+ "deps": [
+ "a",
+ "parseclj"
+ ],
+ "commit": "ddf824bc1df1585867cb7f27f2dd8ca8df760569",
+ "sha256": "11wi3hwcgmy54p6ivpijqm7v0hj6j75a19qk5z779bqfrp79b4pc"
+ }
+ },
+ {
+ "ename": "pasp-mode",
+ "commit": "f3c1bbfc6b3a60f8bb4f0ee77ec4108e9d3f458b",
+ "sha256": "0aix8siyd5yhgxq94k1sl64a9q2xlfrz6cj9y5mcqhb6qjgmrnva",
+ "fetcher": "github",
+ "repo": "santifa/pasp-mode",
+ "unstable": {
+ "version": [
+ 20180404,
+ 1700
+ ],
+ "commit": "59385eb0e8ebcfc8c11dd811fb145d4b0fa3cc92",
+ "sha256": "1ar4vws3izzmir7m870mccci620ns3c5j26dcmwaxavhgw45wcmf"
+ }
+ },
+ {
+ "ename": "pass",
+ "commit": "428c2d53db69bed8938ec3486dfcf7fc048cd4e8",
+ "sha256": "1vvyvnqf6k7wm0p45scwi6ny86slkrcbr36lnxdlkf96cqyrqzfr",
+ "fetcher": "github",
+ "repo": "NicolasPetton/pass",
+ "unstable": {
+ "version": [
+ 20190715,
+ 1509
+ ],
+ "deps": [
+ "f",
+ "password-store",
+ "password-store-otp"
+ ],
+ "commit": "ba6a3f695acb380e1457a29a0d13b22641f72c4f",
+ "sha256": "14g50fywwgf9bpqnl6bvq2k1czl9m2da43xcdrng2gpyrz3ns1w3"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8
+ ],
+ "deps": [
+ "f",
+ "password-store",
+ "password-store-otp"
+ ],
+ "commit": "cd79375005a1c1d8b45d38fefa91eef0bd23182c",
+ "sha256": "05h4hacv3yygyjcjj004qbyqjpkl4pyhwgp25gsz8mw5c66l70cx"
+ }
+ },
+ {
+ "ename": "passmm",
+ "commit": "8ae2a1e10375f9cd55d19502c9740b2737eba209",
+ "sha256": "0p6qps9ww7s6w5x7p6ha26xj540pk4bjkr629lcicrvnfr5jsg4b",
+ "fetcher": "github",
+ "repo": "pjones/passmm",
+ "unstable": {
+ "version": [
+ 20181130,
+ 1612
+ ],
+ "deps": [
+ "password-store"
+ ],
+ "commit": "b25a92048c788a8477cc5ffe14c0c4a4df19d79a",
+ "sha256": "1jg2rs010fmw10ld0bfl6x7af3v9yqfy9ga5ixmam3qpilc8c4fw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "deps": [
+ "password-store"
+ ],
+ "commit": "b25a92048c788a8477cc5ffe14c0c4a4df19d79a",
+ "sha256": "1jg2rs010fmw10ld0bfl6x7af3v9yqfy9ga5ixmam3qpilc8c4fw"
+ }
+ },
+ {
+ "ename": "passthword",
+ "commit": "a52b516b7b10bdada2f64499c8f43f85a236f254",
+ "sha256": "19zv80kidb6a3985n3zij507hvffcxhcvlfxd01gwx64wvfc0c3c",
+ "fetcher": "gitlab",
+ "repo": "pidu/passthword",
+ "unstable": {
+ "version": [
+ 20141201,
+ 923
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "30bace842eaaa6b48cb2251fb84868ebca0467d6",
+ "sha256": "0yckh61v9a798gpyk8x2z9990h3b61lwsw0kish571pygfyqhjkq"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "58a91defdbeec9014b4e46f909a7411b3a627285",
+ "sha256": "1g0mvg9i8f2qccb4b0m4d74zkjx9gjfv47x57by6cdaf9yywqryi"
+ }
+ },
+ {
+ "ename": "password-generator",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1ziiz4x4slfadlm7fjpmwvq4a9fi3ird74b6v5na499ylqnzrl59",
+ "fetcher": "github",
+ "repo": "zargener/emacs-password-genarator",
+ "unstable": {
+ "version": [
+ 20150222,
+ 2040
+ ],
+ "commit": "904cdb591a04305ba882ce19e1d117f5fa60f7d3",
+ "sha256": "1qgvn79qz1h8ykm5i1qv2fja4v2y0g2i0n5sf7byhnqhqlwn63nv"
+ }
+ },
+ {
+ "ename": "password-mode",
+ "commit": "28dafa392a378e7de2c6992fe17b33f6379dc6b8",
+ "sha256": "1rxh6jg99qxagc6i2xgvswvw93h4ma7j8lhjr4ln44vbgyhzph11",
+ "fetcher": "github",
+ "repo": "juergenhoetzel/password-mode",
+ "unstable": {
+ "version": [
+ 20170412,
+ 629
+ ],
+ "commit": "ed764a4ec1011526457c71b7c37fa9a659a866ab",
+ "sha256": "102zydbkr2zrr7w0j11n7pivnsdmq3c6lykf3qc84jifp7j58pgr"
+ }
+ },
+ {
+ "ename": "password-store",
+ "commit": "207f8ec84572176749d328cb2bbc4e87c36f202c",
+ "sha256": "03r8j14l12yc42b51fzvn1jh8j85nyl1rg6c80r0a7ihwkj27jv6",
+ "fetcher": "github",
+ "repo": "zx2c4/password-store",
+ "unstable": {
+ "version": [
+ 20190804,
+ 2004
+ ],
+ "deps": [
+ "f",
+ "s",
+ "with-editor"
+ ],
+ "commit": "e93e03705fb5b81f3af85f04c07ad0ee2190b6aa",
+ "sha256": "0sxwz6awr60xh27q3ng90mmgjs9dpcjkags9dyvr3kc45dmdb931"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7,
+ 3
+ ],
+ "deps": [
+ "f",
+ "s",
+ "with-editor"
+ ],
+ "commit": "74fdfb5022f317ad48d449e29543710bdad1afda",
+ "sha256": "0nixbsyckkp1qjszgac74m00vj10vc3vyw2wic1zgc2rx795k228"
+ }
+ },
+ {
+ "ename": "password-store-otp",
+ "commit": "fc89d02554a6ff150ad42634879073892f3e88be",
+ "sha256": "0m3n4gjf6hmcs2kg80h1whzbl74zsj79ihliyqfcdfc4v31m32sg",
+ "fetcher": "github",
+ "repo": "volrath/password-store-otp.el",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1748
+ ],
+ "deps": [
+ "password-store",
+ "s"
+ ],
+ "commit": "04998c8578a060ab4a4e8f46f2ee0aafad4ab4d5",
+ "sha256": "1c9lvxi0yf0x3ywciv58zkn9ss6n41305g5rp4l32a33sq51s567"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 5
+ ],
+ "deps": [
+ "password-store",
+ "s"
+ ],
+ "commit": "a39a64a91de36e87b852339635bd3c5fb0e32441",
+ "sha256": "0gb48blvnn6ci2wl45z81p41ny7vbgl610hqy6b2hyr2171qjd60"
+ }
+ },
+ {
+ "ename": "password-vault",
+ "commit": "71ad3fa96afa18b5002faf9272732c7d09826493",
+ "sha256": "17i556xwq6yaxv9v18l1abcpbaz6hygsa4vf4b68fc98vcy7396a",
+ "fetcher": "github",
+ "repo": "PuercoPop/password-vault",
+ "unstable": {
+ "version": [
+ 20160126,
+ 1820
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "dc56e6c2f5da66f1ab63736cecf08fb2c6c2b30f",
+ "sha256": "0921xwg3d3345hiqz4c1iyqwvfyg8rv0wggcnig7xh9qivspag4c"
+ }
+ },
+ {
+ "ename": "paste-of-code",
+ "commit": "b29a5101bb6fc01b8b6e1b798ce6f73bc6d34944",
+ "sha256": "0wjcchpp1689arfz6s7gfq4bxn0svz6qj5azvjwwsyzais1bicdi",
+ "fetcher": "github",
+ "repo": "spebern/paste-of-code.el",
+ "unstable": {
+ "version": [
+ 20170709,
+ 2355
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "92d258e8ec98598d847ecab82903f9224c7c2050",
+ "sha256": "1bf2d0i726psjwnqdp0w4h0qk7fnwcbwf1a66q7p8vczavqygfan"
+ }
+ },
+ {
+ "ename": "pastebin",
+ "commit": "0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f",
+ "sha256": "0ff01vzslgdmsj1jp1m2lvnan6immd4l7vz466g1glb5nkb7qfcr",
+ "fetcher": "github",
+ "repo": "nicferrier/elpastebin",
+ "unstable": {
+ "version": [
+ 20101125,
+ 2002
+ ],
+ "commit": "8e9a829298ce0f747ab80758aa26caeb2af6cb30",
+ "sha256": "1hjzpza8zmzb83sacmqcnh9a52m4x5d8xbwvcqvld1ajglv4y124"
+ }
+ },
+ {
+ "ename": "pastehub",
+ "commit": "bb8645a9880c586ef2ad16f3a4e61ba76176c224",
+ "sha256": "1slvqn5ay6gkbi0ai1gy1wmc02h4g3n6srrh4fqn72y7b9nv5i0v",
+ "fetcher": "github",
+ "repo": "kiyoka/pastehub",
+ "unstable": {
+ "version": [
+ 20140615,
+ 620
+ ],
+ "commit": "37b045c67659c078f1517d0fbd5282dab58dca23",
+ "sha256": "0m6qjsq6qfwwszm95lj8c58l75vbmx9r5hm9bfywyympfgy0fa1n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 2
+ ],
+ "commit": "37b045c67659c078f1517d0fbd5282dab58dca23",
+ "sha256": "0m6qjsq6qfwwszm95lj8c58l75vbmx9r5hm9bfywyympfgy0fa1n"
+ }
+ },
+ {
+ "ename": "pastelmac-theme",
+ "commit": "a7151773de39fe570e3e9b351daad89db9dd267f",
+ "sha256": "168zzqhp2dbfcnknwfqxk68rgmibfw71ksghvi6h2j2c1m08l23f",
+ "fetcher": "github",
+ "repo": "bmastenbrook/pastelmac-theme-el",
+ "unstable": {
+ "version": [
+ 20151031,
+ 236
+ ],
+ "commit": "bead21741e3f46f6506e8aef4469d4240a819389",
+ "sha256": "1v5mpjb8kavbqhvg4rizwg8cypgmi6ngdiy8qp9pimmkb56y42ly"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "bead21741e3f46f6506e8aef4469d4240a819389",
+ "sha256": "1v5mpjb8kavbqhvg4rizwg8cypgmi6ngdiy8qp9pimmkb56y42ly"
+ }
+ },
+ {
+ "ename": "pastery",
+ "commit": "6058218450071db0af9a5b8ce8ec09a735c4ab66",
+ "sha256": "006qawjc86spbbs2pxvhg9w94rcsxap577cndqwaiw1k0cc8vkhp",
+ "fetcher": "github",
+ "repo": "diasbruno/pastery.el",
+ "unstable": {
+ "version": [
+ 20171114,
+ 349
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "4493be98b743b4d062cb4e00760125e394a55022",
+ "sha256": "0bmm18d84lrkclg4md46k1ma03w7a97s10hrvjcm9yj8xbrjqqsc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "4493be98b743b4d062cb4e00760125e394a55022",
+ "sha256": "0bmm18d84lrkclg4md46k1ma03w7a97s10hrvjcm9yj8xbrjqqsc"
+ }
+ },
+ {
+ "ename": "path-headerline-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0yw2i3cp20v8nd2wj1rs1qad8abghzzasf2sjyla90q06wlna98w",
+ "fetcher": "github",
+ "repo": "7696122/path-headerline-mode",
+ "unstable": {
+ "version": [
+ 20140423,
+ 1332
+ ],
+ "commit": "b5b2725c6a8b1cb592fc242b7dbbd54b4dff2e69",
+ "sha256": "1ffnkw8djs8kvfjd1crnaqram1vl4w3g1zhsqp74ds0mccsd6830"
+ }
+ },
+ {
+ "ename": "path-helper",
+ "commit": "a70b1a41e45d215be27d392429dcd4f82904295f",
+ "sha256": "0fff3l88jgflqpxlcfxfyp2prc2ichajvm7c8i19qhvw70sbasny",
+ "fetcher": "github",
+ "repo": "arouanet/path-helper",
+ "unstable": {
+ "version": [
+ 20181208,
+ 2229
+ ],
+ "commit": "34538affb3f341b3c56a875bb094ddb2b859a8ef",
+ "sha256": "0qzsalbxksb44f0x7fndl2qyp1yf575qs56skfzmpnpa82dck88g"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "34538affb3f341b3c56a875bb094ddb2b859a8ef",
+ "sha256": "0qzsalbxksb44f0x7fndl2qyp1yf575qs56skfzmpnpa82dck88g"
+ }
+ },
+ {
+ "ename": "pathify",
+ "commit": "459460c977b9cf033e22937899ad380e01efcf11",
+ "sha256": "1z970xnzbhmfikj1rkfx24jvwc7f1xxw6hk7kmahxvphjxrvgc2f",
+ "fetcher": "github",
+ "repo": "alezost/pathify.el",
+ "unstable": {
+ "version": [
+ 20160423,
+ 846
+ ],
+ "commit": "401b184c743694a60b3bc4273fc43de05cd5ac4b",
+ "sha256": "0wsq11qffw1lx9x79law7jrz0sxm6km83gh891ic9ak2y6j5shxf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "335332a900717ae01bde5ccb8f3dc97a5350f123",
+ "sha256": "1brdyrp2sz1pszdfr6f4w94qxk5lrd6kphc1xa5pywfns14c9386"
+ }
+ },
+ {
+ "ename": "paxedit",
+ "commit": "106b272c2f0741d21d31a0ddfa4f521c575559c1",
+ "sha256": "06ymilr0zrwfpyzql7dcpg48lhkx73f2jlaw3caxgsjaz7x3n4ic",
+ "fetcher": "github",
+ "repo": "promethial/paxedit",
+ "unstable": {
+ "version": [
+ 20160730,
+ 1727
+ ],
+ "deps": [
+ "cl-lib",
+ "paredit"
+ ],
+ "commit": "09f3d5aeb108937a801e77ef413e29eaa4ecc4be",
+ "sha256": "1yd5wh8fsxh3v2fgpxm2cd7h9xz9zfj2d8g4bh4gzqjwrmn5rlgl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 8
+ ],
+ "deps": [
+ "cl-lib",
+ "paredit"
+ ],
+ "commit": "644eb7036a475fbcba4de5d46d6940b1e8ef33cd",
+ "sha256": "0jmhr658cczblag8knr8j77q58yj268rkhh5dmga66l0sb30wb21"
+ }
+ },
+ {
+ "ename": "pbcopy",
+ "commit": "2bbde7950ad5b3b801ca6a2a27c0f5294c8b7746",
+ "sha256": "1989pkhaha6s2rmgyswnzps92x9hhzymjz4ng4a5jda1b9snp60q",
+ "fetcher": "github",
+ "repo": "emacsfodder/pbcopy.el",
+ "unstable": {
+ "version": [
+ 20150225,
+ 459
+ ],
+ "commit": "338f7245746b5de1bb96c5cc2b32bfd9b5d83272",
+ "sha256": "138w0dlp3msjmr2x09kfcnxwhdldbz9xjfy7l6lig1x9ima0z5w6"
+ }
+ },
+ {
+ "ename": "pc-bufsw",
+ "commit": "5f2bbd34d673935846c286e73a1e2efaa00ab01a",
+ "sha256": "01d7735ininlsjkql7dy57irgwgk4k9br8bl18wq51vgkg90i5k5",
+ "fetcher": "github",
+ "repo": "ibukanov/pc-bufsw",
+ "unstable": {
+ "version": [
+ 20181221,
+ 856
+ ],
+ "commit": "762d47b2f278c072643cf2a1ddc785516483d74a",
+ "sha256": "1by9p0j6c21y04cc4ls7f87gks631lv1mxk0aqhh41rml5kj4l22"
+ }
+ },
+ {
+ "ename": "pcache",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0wwx20x6gzlli3hh4zd9pfv2cmqfm38xbl9p4vsgy08q1rm5agva",
+ "fetcher": "github",
+ "repo": "sigma/pcache",
+ "unstable": {
+ "version": [
+ 20170105,
+ 2214
+ ],
+ "deps": [
+ "eieio"
+ ],
+ "commit": "1f8086077d770e524492e6fa59b07856e85a6fea",
+ "sha256": "09z5295f8051ag13ndq8rhxgg2m0gim45yfpjv4xkbmdcfkfinc2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 2
+ ],
+ "deps": [
+ "eieio"
+ ],
+ "commit": "025ef2411fa1bf82a9ac61dfdb7bd4cedaf2d740",
+ "sha256": "1jkdyacpcvbsm1g2rjpnk6hfr01r3j5ibgh09441scz41v6xk248"
+ }
+ },
+ {
+ "ename": "pcap-mode",
+ "commit": "44f4cb526556a4b58b7e67314002e73413a59a76",
+ "sha256": "1p6lnr7yr8i3yp63xc8r1hnx8a4v0mz1s7q89zxx7aprk7i9kpv6",
+ "fetcher": "github",
+ "repo": "orgcandman/pcap-mode",
+ "unstable": {
+ "version": [
+ 20161025,
+ 1448
+ ],
+ "commit": "52780669af0ade136f84d73f21b4dbb7ab655416",
+ "sha256": "1v218cjs0qy3ac0rbzm22y1x388nxnf0pslh9jrvlymkn227pjs8"
+ }
+ },
+ {
+ "ename": "pcmpl-args",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "10mgci1rk6sr7wk46mnp5l37v3qxdc6yy5zfvy9mzwzh3va1pw31",
+ "fetcher": "github",
+ "repo": "JonWaltman/pcmpl-args.el",
+ "unstable": {
+ "version": [
+ 20190223,
+ 1613
+ ],
+ "commit": "0b8a05fc6e370fa9c466250659619f8d6b53d446",
+ "sha256": "1zhjpgnd8n95fv2z5d9360cx2vhw88yqz7gyc0qc563p6l3xmffg"
+ }
+ },
+ {
+ "ename": "pcmpl-git",
+ "commit": "6a51c16bed8d0a2fecad0ae9580d58cd44cc8930",
+ "sha256": "12y9pg1g4i1ghnjvgfdpa6p84h4bcqrr23y9bazwl9n6aj20cmxk",
+ "fetcher": "github",
+ "repo": "leoliu/pcmpl-git-el",
+ "unstable": {
+ "version": [
+ 20170121,
+ 59
+ ],
+ "commit": "9472ac70baeda025ef7becd1cf141d72aec93f32",
+ "sha256": "17y3rdp7fgyg4i9hwyzgpv1d19i5c6rqdf1gm5bdm2csk12vfg9n"
+ }
+ },
+ {
+ "ename": "pcmpl-homebrew",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "1mfkg9i2hqq8mkhnc8yzc9br9wlhjv17vdvjzwhkybcbmhqf2qkm",
+ "fetcher": "github",
+ "repo": "kaihaosw/pcmpl-homebrew",
+ "unstable": {
+ "version": [
+ 20190213,
+ 318
+ ],
+ "commit": "39f2e8faf4d866410a625bbcf88f2504940c8982",
+ "sha256": "0p5iynpg9c7zw7717m2mj1lmzcawc8sz4r2di3f8jc8qkng3avns"
+ }
+ },
+ {
+ "ename": "pcmpl-pip",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "17nmgq4wgv4yl2rsdf32585hfa58j0825mzzajrlwgmjiqx9i778",
+ "fetcher": "github",
+ "repo": "kaihaosw/pcmpl-pip",
+ "unstable": {
+ "version": [
+ 20181229,
+ 1420
+ ],
+ "deps": [
+ "f",
+ "s",
+ "seq"
+ ],
+ "commit": "bc79228674ad5c1bc458c90dd8839790fb0a09e8",
+ "sha256": "017fwacc3vqvvxx4mn0a1glcsxccjyfai0rymyf3yfy4rgd7w0p4"
+ }
+ },
+ {
+ "ename": "pcomplete-extension",
+ "commit": "6cb8a938418f84a5b0ede92e84a516f38e4b1011",
+ "sha256": "0m0c9ir44p21rj93fkisvpvi08936717ljmzsr4qdf69b3i54cwc",
+ "fetcher": "github",
+ "repo": "thierryvolpiatto/pcomplete-extension",
+ "unstable": {
+ "version": [
+ 20180707,
+ 455
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bb941272b54f49f780819f7ce4fd2c802de9a0da",
+ "sha256": "0bwbxnnw760i6mi7h9pyx3gaasrcja7dj3bfrlia07gw8jgl81ad"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "839740c90de857e18db2f578d6660951522faab5",
+ "sha256": "0h0p4c08z0dqxmg55fzch1d2f38rywfk1j0an2f4sc94lj7ckbm6"
+ }
+ },
+ {
+ "ename": "pcre2el",
+ "commit": "f04a25e467cc4c7d9a263330a7a1a53d67c6eb9b",
+ "sha256": "1l72hv9843qk5p8gi9ibr15wczm804j3ws2v1x7nx4dr7pc5c7l3",
+ "fetcher": "github",
+ "repo": "joddie/pcre2el",
+ "unstable": {
+ "version": [
+ 20161120,
+ 2103
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0b5b2a2c173aab3fd14aac6cf5e90ad3bf58fa7d",
+ "sha256": "14br6ad138qx1z822wqssswqiihxiynz1k69p6mcdisr2q8yyi1z"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "166a10472002010692dbc35f323ffb8110a294c5",
+ "sha256": "1dpfhrxbaqpgjzac3m9hclbzlnrxq9b8bx6za53aqvml72yzxc6i"
+ }
+ },
+ {
+ "ename": "pcsv",
+ "commit": "80ffaf99b2a4566a3f9d0309cd7b63f563f3826e",
+ "sha256": "1zphndkbva59g1fd319a240yvq8fjk315b1fyrb8zvmqpgk9n0dl",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-pcsv",
+ "unstable": {
+ "version": [
+ 20150220,
+ 1131
+ ],
+ "commit": "798e0933f8d0818beb17aebf3b1056bbf74e03d0",
+ "sha256": "0aaprjczjf3al5vcypw1fsnz5a0xnnlhmvy0lc83i9aqbsa2y8af"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 6
+ ],
+ "commit": "91599aaba70a8e8593fa2f36165af82cbd35e41e",
+ "sha256": "03k3xhrim4s3yvbnl8g8ci5g7chlffycdw7d6a1pz3077mxf1f1z"
+ }
+ },
+ {
+ "ename": "pdb-mode",
+ "commit": "6aee132aa24322fe1ac88ae17ee6e77ae1ec8d11",
+ "sha256": "1ihkxd15kx5m5xb9yxwz8wqbmyk9iaskry9szzdz1j4gjlczb6hy",
+ "fetcher": "github",
+ "repo": "sixpi/pdb-mode",
+ "unstable": {
+ "version": [
+ 20150128,
+ 1751
+ ],
+ "commit": "855fb18ebb73b5df30c8d7677c2bcd0f361b138a",
+ "sha256": "1xkkyz7y08jr71rzdacb9v7gk95qsxlsshkdsxq8jp70irq51099"
+ }
+ },
+ {
+ "ename": "pdf-tools",
+ "commit": "8e3d53913f4e8a618e125fa9c1efb3787fbf002d",
+ "sha256": "1hnc8cci00mw78h7d7gs8smzrgihqz871sdc9hfvamb7iglmdlxw",
+ "fetcher": "github",
+ "repo": "politza/pdf-tools",
+ "unstable": {
+ "version": [
+ 20190701,
+ 202
+ ],
+ "deps": [
+ "let-alist",
+ "tablist"
+ ],
+ "commit": "db7de3901ae0e55f6ab8cf9baec257f706c3d16e",
+ "sha256": "1vvhgxxg5lpmh0kqjgy8x1scdaah3wb76h2zj7x99ayym2bxyigv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 90
+ ],
+ "deps": [
+ "let-alist",
+ "tablist"
+ ],
+ "commit": "af1a5949c2dae59ffcbcf21cc4299fa2fc57ce72",
+ "sha256": "0iv2g5kd14zk3r5dzdw7b7hk4b5w7qpbilcqkja46jgxbb6xnpl9"
+ }
+ },
+ {
+ "ename": "pdf-view-restore",
+ "commit": "66f0d3e9c7eea64f23191a3f7ac05158e3ae68bc",
+ "sha256": "1n3l7iyv5w937n0ihng8mzkaz09ngwclg5fv2s576d36b6jwm2k8",
+ "fetcher": "github",
+ "repo": "007kevin/pdf-view-restore",
+ "unstable": {
+ "version": [
+ 20190423,
+ 1625
+ ],
+ "deps": [
+ "pdf-tools"
+ ],
+ "commit": "12d9734d2133dead548497193016c86ab28e9477",
+ "sha256": "1z5483jclfn1xrcdrvrw2c94fpnb1skv6c2ppi3w5nj4myny6nsv"
+ }
+ },
+ {
+ "ename": "pdfgrep",
+ "commit": "55b0c24f883fe589d1159ce3845cf250a0f47feb",
+ "sha256": "0q511l57xv1s6z496jrlz6j2nf0fync0dlbm4r800p49lbh4abl3",
+ "fetcher": "github",
+ "repo": "jeremy-compostella/pdfgrep",
+ "unstable": {
+ "version": [
+ 20181007,
+ 1728
+ ],
+ "commit": "e251cd5c88a4ba5cb69008ba412d329f4d59e1d2",
+ "sha256": "0fy6h8ys490kw63l9jigsa0cf1psybyd9gcljpddnjd3nhkdwikw"
+ }
+ },
+ {
+ "ename": "peacock-theme",
+ "commit": "641d1959bd31598fcdacd39a3d1bb077dcccfa5c",
+ "sha256": "0jpdq090r37d07bm52yx3x9y3gsip6fyxxq1ax1k5k0r0js45kq9",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-peacock-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1320
+ ],
+ "commit": "9e46fbfb562b6e26c6e3d6d618b044b3694da4c8",
+ "sha256": "0w4dzdsv2cdldss5jwmdbjb5a62k5j1szwdim4gv8ldifhj7fy22"
+ }
+ },
+ {
+ "ename": "peek-mode",
+ "commit": "08384964d8c1f5f60c84c044d26a79105973ab21",
+ "sha256": "07wcnh3jmp2gi9xhd3d8i2n0pr2g9kav497nnz94i85awhzf8fi4",
+ "fetcher": "github",
+ "repo": "erikriverson/peek-mode",
+ "unstable": {
+ "version": [
+ 20130620,
+ 1946
+ ],
+ "deps": [
+ "elnode"
+ ],
+ "commit": "55a7dd011375330c7d57322257a5167516702c71",
+ "sha256": "11nv6pll0zj9dkgzlzgav39a6x3sfi7kvfhwm96fa3iy4v8bixrb"
+ }
+ },
+ {
+ "ename": "peep-dired",
+ "commit": "e8e06a916ac18053e34821673d1cf7936b15c2ac",
+ "sha256": "16k5y3h2ip96k071vhx83avg4r4nplnd973b1271vvxbx2bly735",
+ "fetcher": "github",
+ "repo": "asok/peep-dired",
+ "unstable": {
+ "version": [
+ 20160321,
+ 2237
+ ],
+ "commit": "c88a9a3050197840edfe145f11e0bb9488de32f4",
+ "sha256": "1wy5qpnfri1gha2cnl6q20qar8dbl2mimpb43bnhmm2g3wgjyad6"
+ }
+ },
+ {
+ "ename": "peg",
+ "commit": "9b9b55a02e903ae7e75f8b636fdb1cf907c5db7c",
+ "sha256": "0nxy9xn99myz0p36m4jflfj48qxhhn1sspbfx8d90030xg3cc2gm",
+ "fetcher": "github",
+ "repo": "ellerh/peg.el",
+ "unstable": {
+ "version": [
+ 20150708,
+ 641
+ ],
+ "commit": "081efeca91d790c7fbc90871ac22c40935f4833b",
+ "sha256": "0kjz7ch4bn0m4v9zgqyqcrsasnqc5c5drv2hp22j7rnbb7ny0q3n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "commit": "081efeca91d790c7fbc90871ac22c40935f4833b",
+ "sha256": "0kjz7ch4bn0m4v9zgqyqcrsasnqc5c5drv2hp22j7rnbb7ny0q3n"
+ }
+ },
+ {
+ "ename": "pelican-mode",
+ "commit": "aede5994c2e76c7fd860661c1e3252fb741f9228",
+ "sha256": "0z6w5j3qwb58pndqbmpsvy1l77w9jv90bss9qq9hicil8nlk4pvi",
+ "fetcher": "git",
+ "url": "https://git.korewanetadesu.com/pelican-mode.git",
+ "unstable": {
+ "version": [
+ 20190124,
+ 2336
+ ],
+ "commit": "65d7caf5d926599a5007eb7bc279215908aa5252",
+ "sha256": "1mmvsf1g2ym76ipgs7nl2fshw0rg1qij495rixga13qbkwb02hpl"
+ },
+ "stable": {
+ "version": [
+ 20170808
+ ],
+ "commit": "8b13c30c4ec38dd535eadf26e463f8616d5c089c",
+ "sha256": "0rghcyp09ga95ag0pjbk4hdxxlsnr93dr6706z0xvfgmninbn5aw"
+ }
+ },
+ {
+ "ename": "pepita",
+ "commit": "e9a393b11eaa29dbd0bf966fa0ab290b08ac7f39",
+ "sha256": "0xyy137hl8g74grhj8ipij4c80xrga1afjvzz5hf8hpx4zqbljpx",
+ "fetcher": "github",
+ "repo": "sebasmonia/pepita",
+ "unstable": {
+ "version": [
+ 20190731,
+ 1610
+ ],
+ "deps": [
+ "csv"
+ ],
+ "commit": "1d67dad08cb994dd2fa637ea591db14cbb00d644",
+ "sha256": "09lqjssg72bq437cvg15dxmy7j446raaknvkp7pl5357vgmqcdy0"
+ }
+ },
+ {
+ "ename": "per-buffer-theme",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "1czcaybpfmx4mwff7hs07iayyvgvlhifkickccap6kpd0cp4n6hn",
+ "fetcher": "bitbucket",
+ "repo": "inigoserna/per-buffer-theme.el",
+ "unstable": {
+ "version": [
+ 20190703,
+ 2014
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b4133c09b6ea8bd97ac513442448ea1ec5254587",
+ "sha256": "0qwdsiflsg8xjlypcna0rv7sjcjjlyp39f4qlqbjyk52kw01qxiv"
+ }
+ },
+ {
+ "ename": "perfect-margin",
+ "commit": "8b8cd6a81d46da6beff2754f69b1d74ff9cc1d49",
+ "sha256": "0bn9bjz1bbl07z3wzhjplp0n5zla3yqc8phr3maap6mch3q0jc1y",
+ "fetcher": "github",
+ "repo": "mpwang/perfect-margin",
+ "unstable": {
+ "version": [
+ 20190722,
+ 126
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "94b055c743b1859098870c8aca3e915bd6e67d9d",
+ "sha256": "02k379nig43j85wfm327pw6sh61kxrs1gwz0vgcbx9san4dp83bk"
+ }
+ },
+ {
+ "ename": "perl6-mode",
+ "commit": "4e912dccdee12f745272d26ea10d5f106a27cabc",
+ "sha256": "0r5q2nggb9kbjcdfv81d7sm41jqz040j9z52fnck4b9mlz2dy6d0",
+ "fetcher": "github",
+ "repo": "perl6/perl6-mode",
+ "unstable": {
+ "version": [
+ 20180619,
+ 1159
+ ],
+ "deps": [
+ "pkg-info"
+ ],
+ "commit": "88de065795d6863b23b6042576b9e90f8cbf8798",
+ "sha256": "0m8kc8j1rwy30439k4l5f351jkfjjp38mjm891ax8ghp9zk5pr7h"
+ }
+ },
+ {
+ "ename": "perlbrew",
+ "commit": "24bd9c2cd848f5003a244a7127e8fc5ef46bdca4",
+ "sha256": "1qadwkcic2qckqy8hgrnj08ajhxayknhpyxkc6ir15vfqjk5crr8",
+ "fetcher": "github",
+ "repo": "kentaro/perlbrew.el",
+ "unstable": {
+ "version": [
+ 20161109,
+ 709
+ ],
+ "commit": "3a3406c3307c92aa30f9400d430925c434a3b6f0",
+ "sha256": "0kxz8ljc7w69ywp0bb15010sgrr13i1p05hcvhfr9c35l0n62r6p"
+ }
+ },
+ {
+ "ename": "persistent-overlays",
+ "commit": "d3673c87c5ca883b4f713efeae912c3ad991c667",
+ "sha256": "136acbxqykvsw8a5il1zgpxr7llxmc3347847vf0jnmbzb1b472a",
+ "fetcher": "github",
+ "repo": "mneilly/Emacs-Persistent-Overlays",
+ "unstable": {
+ "version": [
+ 20161128,
+ 700
+ ],
+ "commit": "f563c8b966edc78c9d806661c4eb80e4781c4eab",
+ "sha256": "0csllpkpjf4csw3zfaw8k05jg078najfmjz6pz1jcl6b4sxjdfqa"
+ }
+ },
+ {
+ "ename": "persistent-scratch",
+ "commit": "f1e32702bfa15490b692d5db59e22d2c07b292d1",
+ "sha256": "0iai65lsg3zxj07hdb9201w3rwrvdb3wffr6k2jdl8hzg5idghn1",
+ "fetcher": "github",
+ "repo": "Fanael/persistent-scratch",
+ "unstable": {
+ "version": [
+ 20190128,
+ 1843
+ ],
+ "commit": "71371a7ce9846754276350fd577dc7543eb52878",
+ "sha256": "0n638krbrs2hx97cgkb5nc0fbrd8wsbmb7mz3ym5mx5pvdyxnlgv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 3
+ ],
+ "commit": "71371a7ce9846754276350fd577dc7543eb52878",
+ "sha256": "0n638krbrs2hx97cgkb5nc0fbrd8wsbmb7mz3ym5mx5pvdyxnlgv"
+ }
+ },
+ {
+ "ename": "persistent-soft",
+ "commit": "c9db386ab3910940addae6e925b2ac17e64e0f87",
+ "sha256": "0a4xiwpgyyynjf69s8p183mqd3z53absv544ggvhb2gkpm6jravc",
+ "fetcher": "github",
+ "repo": "rolandwalker/persistent-soft",
+ "unstable": {
+ "version": [
+ 20150223,
+ 1853
+ ],
+ "deps": [
+ "list-utils",
+ "pcache"
+ ],
+ "commit": "a1e0ddf2a12a6f18cab565dee250f070384cbe02",
+ "sha256": "14p20br8vzxs39d4hswzrrkgwql5nnmn5j17cpbabzjvck42rixc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 10
+ ],
+ "deps": [
+ "list-utils",
+ "pcache"
+ ],
+ "commit": "a1e0ddf2a12a6f18cab565dee250f070384cbe02",
+ "sha256": "14p20br8vzxs39d4hswzrrkgwql5nnmn5j17cpbabzjvck42rixc"
+ }
+ },
+ {
+ "ename": "persp-fr",
+ "commit": "8e09213dddf003a1275eafb767431a507ecf7639",
+ "sha256": "0p4379yr1b32l8ghq1axyb8qhp28gnq5qxxvbk3mdzgbwwj8y4b2",
+ "fetcher": "github",
+ "repo": "rocher/persp-fr",
+ "unstable": {
+ "version": [
+ 20180801,
+ 727
+ ],
+ "deps": [
+ "dash",
+ "persp-mode"
+ ],
+ "commit": "3f536440b120499464106fd25f182d7580192870",
+ "sha256": "0bnplxv6igry7ak3wvn2b88zm4aarv35z4z5q38x52k4zac94rl8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "dash",
+ "persp-mode"
+ ],
+ "commit": "3f536440b120499464106fd25f182d7580192870",
+ "sha256": "0bnplxv6igry7ak3wvn2b88zm4aarv35z4z5q38x52k4zac94rl8"
+ }
+ },
+ {
+ "ename": "persp-mode",
+ "commit": "caad63d14f770f07d09b6174b7b40c5ab06a1083",
+ "sha256": "1bgni7y5xsn4a21494npr90w3320snfzw1hvql30xrr57pw3765w",
+ "fetcher": "github",
+ "repo": "Bad-ptr/persp-mode.el",
+ "unstable": {
+ "version": [
+ 20190511,
+ 1402
+ ],
+ "commit": "e330e6240bbb82589077f30472b05b95d1ff430d",
+ "sha256": "0gy0h9mrgig0d2gjs2z949ld1ccgfhmp0dfd8g33g2kxgzp7wnv2"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 9,
+ 6
+ ],
+ "commit": "1dfea0de788f6d25ee47b5c62ddbeaf9e8e92f06",
+ "sha256": "11ww8hg9p8qlmr8zpir0m5xzzbvd1faiqjx6vn4b05d4ll03rnhm"
+ }
+ },
+ {
+ "ename": "persp-mode-projectile-bridge",
+ "commit": "2c049b0067b70577511114dc8abac0a00a9e0588",
+ "sha256": "169mpikixa33ljmh2n9sm186yibrik3f5p8m1hcisnzdsc3wgxmp",
+ "fetcher": "github",
+ "repo": "Bad-ptr/persp-mode-projectile-bridge.el",
+ "unstable": {
+ "version": [
+ 20170315,
+ 1120
+ ],
+ "deps": [
+ "cl-lib",
+ "persp-mode",
+ "projectile"
+ ],
+ "commit": "f6453cd7b8b4352c06e771706f2c5b7e2cdff1ce",
+ "sha256": "1gyfn2fhx3bqzr9m1r4b8nyak8pmpcgj7yz2bagnjs21vfngr18c"
+ }
+ },
+ {
+ "ename": "persp-projectile",
+ "commit": "8bc4e3a5af7ba86d277c73a1966a91c87d3d855a",
+ "sha256": "10l2kqjyigg98qbbpf3qf4d5bm63kkk4vp7ip8fibgj1p9gqmnxm",
+ "fetcher": "github",
+ "repo": "bbatsov/persp-projectile",
+ "unstable": {
+ "version": [
+ 20180616,
+ 1944
+ ],
+ "deps": [
+ "cl-lib",
+ "perspective",
+ "projectile"
+ ],
+ "commit": "533808b3e4f8f95a1e3ed9c55d9aa720277ebd5f",
+ "sha256": "17i1srw1k771i3a5wlydbyasyd9z39ryf48mxfs0dsbx1zjbj0pg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "perspective",
+ "projectile"
+ ],
+ "commit": "7686633acf44402fa90429759cca6a155e4df2b9",
+ "sha256": "0rqyzsmg32sdr4k9i2lf3jfyr9bskkl7gfb5ndl16iip9py7403z"
+ }
+ },
+ {
+ "ename": "perspective",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "021ax1c2ys82dcjs5jl7b4nb83n6gax2imnpm030rcbihjl1lzm7",
+ "fetcher": "github",
+ "repo": "nex3/perspective-el",
+ "unstable": {
+ "version": [
+ 20181120,
+ 114
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2c8cf56d170c3eb1fcc1a8fe41026b780e0ffead",
+ "sha256": "0xlib2f8fjmwk8r0p6r8y5ni687xmixqp9s40rgxc15ikin54hhf"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8e2f122de408d7866136dd861d513a9575cf32e6",
+ "sha256": "0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h"
+ }
+ },
+ {
+ "ename": "perspeen",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0kwmllas9vnppsfaviy58d0nk4hmlqp566mfr4l53x46sybv1y04",
+ "fetcher": "github",
+ "repo": "seudut/perspeen",
+ "unstable": {
+ "version": [
+ 20171203,
+ 1021
+ ],
+ "deps": [
+ "powerline"
+ ],
+ "commit": "edb70c530bda50ff3d1756e32a703d5fef5e5480",
+ "sha256": "12h0kj96s4h8z4kqalp7hccnlnqn5lrax3df75gz16pskx2dwxqr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "30ee14339cf8fe2e59e5384085afee3f8eb58dda",
+ "sha256": "0mi7ipx0zg0vrm9da24i4j0300xj0dm3jjg35f466pm3a7xafrsg"
+ }
+ },
+ {
+ "ename": "pfuture",
+ "commit": "5fb70c9f56a58b5c7a2e8b69b191aa2fc7c9bcc8",
+ "sha256": "15fr9wkpv8v1p22wz7hsyihq7f807ck105c2crfs8y7capfvs53s",
+ "fetcher": "github",
+ "repo": "Alexander-Miller/pfuture",
+ "unstable": {
+ "version": [
+ 20190505,
+ 1006
+ ],
+ "commit": "368254ee30692c709400db413c347e18e76a8a55",
+ "sha256": "096raqpjx84njws85r7pqq1wi9w9bjwkr0ga1mbbhlna1mfn3mg4"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7
+ ],
+ "commit": "263227534e8bb98aedce18698c34db9fd4d6500b",
+ "sha256": "13r1f741rk5k35s413iyh1kng20zmp29qr4bzlxg8wjl7d8q6da2"
+ }
+ },
+ {
+ "ename": "pg",
+ "commit": "5c4d1bb21948da2b283a3a9d89d9e3aed11afa13",
+ "sha256": "0n0187ndvwza1nis9a12h584qdqkwqfzhdw21kz5d1i6c43g7gji",
+ "fetcher": "github",
+ "repo": "cbbrowne/pg.el",
+ "unstable": {
+ "version": [
+ 20130731,
+ 2142
+ ],
+ "commit": "4f6516ec3946d95dcef49abb6703cc89ecb5183d",
+ "sha256": "1zh7v4nnpzvbi8yj1ynlqlawk5bmlxi6s80b5f2y7hkdqb5q26k0"
+ }
+ },
+ {
+ "ename": "pgdevenv",
+ "commit": "73ae474fc4792b2c322a0d2b5fd5b7cfe8c2fd05",
+ "sha256": "0za35sdwwav81wpk4jjqh56icaswwxxyg3bqqp0qiz24llb5ln1w",
+ "fetcher": "github",
+ "repo": "dimitri/pgdevenv-el",
+ "unstable": {
+ "version": [
+ 20150105,
+ 2236
+ ],
+ "commit": "7f1d5bc734750aca98cf67a9491cdbd5615fd132",
+ "sha256": "0c9d4c24ic67y07y74bv5b7vc56b6l0lbh2fbzm870r1dl5zbzcj"
+ }
+ },
+ {
+ "ename": "ph",
+ "commit": "f62ca074ca2df780ab32aac50b2b828ee6a9934c",
+ "sha256": "0azx4cpfdn01yrqyn0q1gg9z7w0h0rn7zl39v3dx6yidd76ysh0l",
+ "fetcher": "github",
+ "repo": "gromnitsky/ph",
+ "unstable": {
+ "version": [
+ 20161029,
+ 1522
+ ],
+ "commit": "ed80dad9211583ed0db633448b3624c99b7fac23",
+ "sha256": "1pgz64zv9a0r16i958x53g7wnk0q7ngcd6z1maf7lxhlp57v015d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "ed45c371642e313810b56c45af08fdfbd71a7dfe",
+ "sha256": "1qxsc5wyk8l9gkgmqy3mzwxdhji1ljqw9s1jfxkax7fyv4d1v31p"
+ }
+ },
+ {
+ "ename": "phabricator",
+ "commit": "829010a578f34f0f2dfb36a0de01547c2950bb65",
+ "sha256": "07988f2xyp76xjs25b3rdblhmijs2piriz4p0q92jw69bdvkl14c",
+ "fetcher": "github",
+ "repo": "ajtulloch/phabricator.el",
+ "unstable": {
+ "version": [
+ 20160510,
+ 1425
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "projectile",
+ "s"
+ ],
+ "commit": "d09d6f059aea92d3b11c68664a5e80c901182ab8",
+ "sha256": "0cmfb5ns335nq27iw94qxvrldpwjga0hw40da9kpdcfg0in4ya0c"
+ }
+ },
+ {
+ "ename": "phan",
+ "commit": "eb13cb0dba1696cc51132cd1ff723fa17f892a7c",
+ "sha256": "17ar6nxy0plx5li49kgf4f0h99wwmnnp5kwmpf34jg9ygyhaglvb",
+ "fetcher": "github",
+ "repo": "emacs-php/phan.el",
+ "unstable": {
+ "version": [
+ 20190521,
+ 203
+ ],
+ "deps": [
+ "composer",
+ "f"
+ ],
+ "commit": "82c2d962cd5cab647e8f2f5636bc83511ea40cb4",
+ "sha256": "1bypr6d85xr623bqq9j4hl2q4jiw8hyjhx1mp7q4jcm7pibkbjci"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "composer",
+ "f"
+ ],
+ "commit": "6b077b3421a0b2c0b98a6906b8ab0d14d9d7bf50",
+ "sha256": "1af4pam149dgxqzwqkjklxxqq2n8fg3l1b9w6bmaw24lx1pdxcyv"
+ }
+ },
+ {
+ "ename": "phi-autopair",
+ "commit": "f26b586c0126699f3de65bf38dfbf9c4c0149c15",
+ "sha256": "1ya1bvh28qgz1zg9kdh2lzbsf0w0lx4xr42mdrjwaz3bbfa9asg4",
+ "fetcher": "github",
+ "repo": "zk-phi/phi-autopair",
+ "unstable": {
+ "version": [
+ 20170217,
+ 353
+ ],
+ "deps": [
+ "paredit"
+ ],
+ "commit": "3c7556779c3a53b045f5df33ae2a0c67469cbf60",
+ "sha256": "16gh2r1mhmirbq20kklym4l60rfcfn8dsj0vv3hx3fj8q81h8qc9"
+ }
+ },
+ {
+ "ename": "phi-grep",
+ "commit": "992655fa4bd209abdf1149572e95f853e595125e",
+ "sha256": "1y5lq6lq9qdydbypb1pjnxryh94a295nnqqh2x27whiwdiysirjj",
+ "fetcher": "github",
+ "repo": "zk-phi/phi-grep",
+ "unstable": {
+ "version": [
+ 20170606,
+ 807
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ab9bd8d25e751a9cbfa108b49839293230b6e8b5",
+ "sha256": "0p1i07dgaic0jnwdsnvsnib2913r9w8j98d1p5rx8db2nabjmzc0"
+ }
+ },
+ {
+ "ename": "phi-rectangle",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "111fqqa7h5cajq92sbiqhavm25l5bcapxhfh38y7irq4mv08xifw",
+ "fetcher": "github",
+ "repo": "zk-phi/phi-rectangle",
+ "unstable": {
+ "version": [
+ 20151208,
+ 654
+ ],
+ "commit": "0c12716afc71d803d1f39417469521dc465762d9",
+ "sha256": "0d2c579rg8wdfmn94nzaix9332jch4wlr939jszls330s38d0iv4"
+ }
+ },
+ {
+ "ename": "phi-search",
+ "commit": "2f0274300c33f19ca6f868e1d570ffee513dbdf7",
+ "sha256": "0nj06ixl76dd80zg83q4bi8k224mcwb612mr4gd1xppj5k8xl03g",
+ "fetcher": "github",
+ "repo": "zk-phi/phi-search",
+ "unstable": {
+ "version": [
+ 20180322,
+ 129
+ ],
+ "commit": "9a089b8271cb1cff9640848850298c9ec855286c",
+ "sha256": "1gr5plcbrfdc4pglfj905s89hf8x0kc083h30wcnd81bnw9jwz1x"
+ },
+ "stable": {
+ "version": [
+ 20160630
+ ],
+ "commit": "40b86bfe9ae15377fbee842b1de3d93c2eb7dd69",
+ "sha256": "10kyq3lkhmbmj1hl9awzc0w8073dn9mbjd5skh660ljg5mmi6x62"
+ }
+ },
+ {
+ "ename": "phi-search-dired",
+ "commit": "57c6dd518648f23927c5e6424210c157ed3cfd95",
+ "sha256": "1gf3vs3vrp5kbq4ixnj7adazmnqixi63qswgc2512p10gf7inf8p",
+ "fetcher": "github",
+ "repo": "zk-phi/phi-search-dired",
+ "unstable": {
+ "version": [
+ 20150405,
+ 714
+ ],
+ "deps": [
+ "phi-search"
+ ],
+ "commit": "162a5e4507c72512affae22744bb606a906d4193",
+ "sha256": "1b44947hncw4q42fxxrz6fm21habzp4pyp0569xdwysrx2rca2fn"
+ }
+ },
+ {
+ "ename": "phi-search-mc",
+ "commit": "83cf3fa3736eb2583dcf6bca16b9acb89e3408a3",
+ "sha256": "07hd80rbyzr5n3yd7hv1j51nl6pvcxmln20g6xvw8gh5yfl9k0m8",
+ "fetcher": "github",
+ "repo": "knu/phi-search-mc.el",
+ "unstable": {
+ "version": [
+ 20160324,
+ 1503
+ ],
+ "deps": [
+ "multiple-cursors",
+ "phi-search"
+ ],
+ "commit": "7aa671910f766437089aec26c3aa7814222d1356",
+ "sha256": "0wr86ad0yl52im6b9z0b9pzmhcn39qg5m9878yfv1nbxliw40lcd"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2,
+ 1
+ ],
+ "deps": [
+ "multiple-cursors",
+ "phi-search"
+ ],
+ "commit": "4c6d2d39feb502febb81fc98b7b5854d88150c69",
+ "sha256": "0r6cl1ng41s6wsy5syjlkaip0mp8h491diipdc1psbhnpk4vabsv"
+ }
+ },
+ {
+ "ename": "phi-search-migemo",
+ "commit": "b78e07146a4e954e050349a1798ac46ecba10bab",
+ "sha256": "0qk73s09sasm438w29j5z2bmlb60p1mgbv2ch43rgq8c6kjzg6h6",
+ "fetcher": "github",
+ "repo": "zk-phi/phi-search-migemo",
+ "unstable": {
+ "version": [
+ 20170618,
+ 921
+ ],
+ "deps": [
+ "migemo",
+ "phi-search"
+ ],
+ "commit": "308909ebfc8003d16673f97ca9eb26a667b72969",
+ "sha256": "07pi72jnd6k5xj9ypmxa0pbb03r07safpgf8vlp1m0xda5ixl0wf"
+ }
+ },
+ {
+ "ename": "phoenix-dark-mono-theme",
+ "commit": "87e3b036fbcc96b047bbb141345a7b51f19d6951",
+ "sha256": "15in299j170n0wxmkg3cx1zzx1n7r1ifraqqzfqhcnk8i8lmc939",
+ "fetcher": "github",
+ "repo": "j0ni/phoenix-dark-mono",
+ "unstable": {
+ "version": [
+ 20170729,
+ 1406
+ ],
+ "commit": "a54f515d162148bcb38676980bc2316adb3d7b8b",
+ "sha256": "1zr334qsjrajd2vrrlc1rfm4b4kdw15jfh5d102vj5bp7z7ajhb4"
+ }
+ },
+ {
+ "ename": "phoenix-dark-pink-theme",
+ "commit": "87e3b036fbcc96b047bbb141345a7b51f19d6951",
+ "sha256": "0bz6iw73d85bi12qqx6fdw3paqknrxvn0asbwjmgdcrlqrfczjlr",
+ "fetcher": "github",
+ "repo": "j0ni/phoenix-dark-pink",
+ "unstable": {
+ "version": [
+ 20170729,
+ 1403
+ ],
+ "commit": "4defbb76b00c1a29f060813898578152d6be623d",
+ "sha256": "03d7ak4ia3fifp0c8fm4qdydizsfsxvcvbzwfxlsk66s28p5wglc"
+ }
+ },
+ {
+ "ename": "php-auto-yasnippets",
+ "commit": "28b2d8802f98e339ff01ecf9733b71b6c631123e",
+ "sha256": "047i51ks2nn7ydrx2hjx9qvsh3lxnyxp8a6c3h3nb1acy84f5bd1",
+ "fetcher": "github",
+ "repo": "emacs-php/php-auto-yasnippets",
+ "unstable": {
+ "version": [
+ 20170331,
+ 114
+ ],
+ "deps": [
+ "php-mode",
+ "yasnippet"
+ ],
+ "commit": "03e1f0899c081813901ac15c2f7a675a37cca9f5",
+ "sha256": "0d7y6njsd1s2r5df2k8wvvwgxpwwyaqkhdd2b3p1php8rrbj3mg8"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 1
+ ],
+ "deps": [
+ "php-mode",
+ "yasnippet"
+ ],
+ "commit": "1950d83cbcc5c5d62cd3bc432e1595870fe8cabf",
+ "sha256": "0zs11811kx6x1zgc1icd8gw420saa7z6zshpzmrddnbznya4qql6"
+ }
+ },
+ {
+ "ename": "php-boris",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0kklwk8b98czsg567vgzzdfnv76yn1id3ah2q2qqdhaky1yzw7ak",
+ "fetcher": "github",
+ "repo": "tomterl/php-boris",
+ "unstable": {
+ "version": [
+ 20130527,
+ 821
+ ],
+ "commit": "f2faebf610c917f7091f7ec0cd97645629c4f819",
+ "sha256": "07lcibr55pk3sab9bbq2r4phadl5p28n63wkq5rkhkkjc7s9rayc"
+ }
+ },
+ {
+ "ename": "php-boris-minor-mode",
+ "commit": "f0a8eb0eefe88b4ea683a4743c0f8393506e014b",
+ "sha256": "06nzdvzjp6ywq0jf0v0cmcv77wj1vyas2r10kmxd45rzw12hqjd9",
+ "fetcher": "git",
+ "url": "https://framagit.org/steckerhalter/php-boris-minor-mode.git",
+ "unstable": {
+ "version": [
+ 20140209,
+ 1835
+ ],
+ "deps": [
+ "highlight",
+ "php-boris"
+ ],
+ "commit": "c70e176dd6545f2d42ca3427e87b469635616d8a",
+ "sha256": "1wk7vq80v97psxfg0pwy4mc6kdc61gm6h1vgl9p71ii6g6zvzcqg"
+ }
+ },
+ {
+ "ename": "php-cs-fixer",
+ "commit": "a3631c4b81c1784995ae9e74d832e301d79214e2",
+ "sha256": "1xvz6v1fwngi2rizrx5sf0wrs4cy8rb13467r26k8hb7z8h1rqmf",
+ "fetcher": "github",
+ "repo": "OVYA/php-cs-fixer",
+ "unstable": {
+ "version": [
+ 20190207,
+ 1126
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "6540006710daf2b2d47576968ea826a83a40a6bf",
+ "sha256": "089x26akvkfm772v8n3x3l5wpkhvlgad2byrcbh0a1vyhnjb2fvd"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ -2,
+ 4
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ca2c075a22ad156c336d2aa093fb6394c9f6c112",
+ "sha256": "1axjfsfasg7xyq5ax2bx7rh2mgf8caw5bh858hhp1gk9xvi21qhx"
+ }
+ },
+ {
+ "ename": "php-eldoc",
+ "commit": "7af452f42847a947e87edd6aa559f807d08920c1",
+ "sha256": "1q5fkl8crqrgxik2mxbkqv10qnqhqrazd66rgfw797s3jcchv58j",
+ "fetcher": "github",
+ "repo": "sabof/php-eldoc",
+ "unstable": {
+ "version": [
+ 20140202,
+ 1941
+ ],
+ "commit": "df05064146b884d9081e10657e32dc480f070cfe",
+ "sha256": "0hm6myvf91f4d2yfc7fs2xky9m8hfnimx1gkfzmn9f5pcc2l2p0i"
+ }
+ },
+ {
+ "ename": "php-mode",
+ "commit": "2e41dc09413eaa93704e7d9f55bd2bd01f658806",
+ "sha256": "1gqmcynz2wx09xjnk70db1a2pbnrh1vfm5vd6mks1s10y59bh0zq",
+ "fetcher": "github",
+ "repo": "emacs-php/php-mode",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1711
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "6969d273992fd49c730fcc3170f17771a272b67c",
+ "sha256": "0p1bqabzlxp56vgvz42salqfjv7h3ffmnjv76wbzpx1jx5hx8yqd"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 21,
+ 4
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a8ee6ce7c1c319b2b641865ebd599cc36d2dc10e",
+ "sha256": "1gqawn8bg9374swxb4bd2z015v16yjr96am1vwsbmgks3lhiw8ja"
+ }
+ },
+ {
+ "ename": "php-refactor-mode",
+ "commit": "ad4a9bb43e131e2eb0d8b09b13245bc268c524a5",
+ "sha256": "0gj0nv6ii7pya0hcxs8haz5pahj0sa12c2ls53c3j85in645zb3s",
+ "fetcher": "github",
+ "repo": "keelerm84/php-refactor-mode.el",
+ "unstable": {
+ "version": [
+ 20171124,
+ 635
+ ],
+ "commit": "7a794b0618df2882b1bd586fdd698dba0bc5130d",
+ "sha256": "12kjyzmicay7y37znk0znpn81lszmnydq5fkl5pk57bxblwwiivg"
+ }
+ },
+ {
+ "ename": "php-runtime",
+ "commit": "615c9ac208d8c20082a8ac83e49e93d99e2cbc89",
+ "sha256": "0dvnwajrjsgyqzglzpkx9vwx3f55mrag6dsbdjqc9vvpvxhmgfwb",
+ "fetcher": "github",
+ "repo": "emacs-php/php-runtime.el",
+ "unstable": {
+ "version": [
+ 20181212,
+ 1825
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "s"
+ ],
+ "commit": "017e0e70f07d6b25e37d5c5f4d271a914b677631",
+ "sha256": "1c74xd6p3hfanpd4920agvnar9rjbyvz33kwrzw9vywzrs68ncvh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "s"
+ ],
+ "commit": "017e0e70f07d6b25e37d5c5f4d271a914b677631",
+ "sha256": "1c74xd6p3hfanpd4920agvnar9rjbyvz33kwrzw9vywzrs68ncvh"
+ }
+ },
+ {
+ "ename": "php-scratch",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0sl9cccp4xjsidiyjf3sca8wlch3zd23zyac21xys11xm3rjxh9r",
+ "fetcher": "github",
+ "repo": "mallt/php-scratch",
+ "unstable": {
+ "version": [
+ 20161103,
+ 2217
+ ],
+ "deps": [
+ "php-mode",
+ "s"
+ ],
+ "commit": "3aa66d1d53b84b779374edff7a7e6b5f2cd7575d",
+ "sha256": "0iyb4y0wrd1yqm56p37riw6nwvrlcgxj1x0nhw8304p8hv76mzdi"
+ }
+ },
+ {
+ "ename": "phpactor",
+ "commit": "d67b98ecd541c227c011615f67d7a0890f5e1af3",
+ "sha256": "0w2iszi74y3s6rcn6p2ic545cg319y4jpy83npbh5m98y8jma84m",
+ "fetcher": "github",
+ "repo": "emacs-php/phpactor.el",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1454
+ ],
+ "deps": [
+ "cl-lib",
+ "composer",
+ "f",
+ "php-runtime"
+ ],
+ "commit": "01ced487c673e027332ecb99c444f819b05ab40b",
+ "sha256": "0ish3kvzn1j1arg6n1mglzsb46sc7hr7gqgnw2084kj56y5q6rjp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "f"
+ ],
+ "commit": "61e4eab638168b7034eef0f11e35a89223fa7687",
+ "sha256": "0dsa1mygb96nlz5gppf0sny3lxaacvmvnkg84c0cs6x223s6zfx8"
+ }
+ },
+ {
+ "ename": "phpcbf",
+ "commit": "77ef54e3fb2715a081786dc54f99ae74def5c77c",
+ "sha256": "1hf88ys4grffpqgavrbc72dn3m7crafgid2ygzx9c5j55syh8mfv",
+ "fetcher": "github",
+ "repo": "nishimaki10/emacs-phpcbf",
+ "unstable": {
+ "version": [
+ 20181228,
+ 423
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "fb0bc6073a57126cf1a8404723aa0a715dd761aa",
+ "sha256": "0k2wl137nippcfx3g35kfprz2fiv8rbbi7dcpxciwnbqmn6ry7rf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 2
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "b556b548ceb061b002389d6165d2cc63d8bddb5d",
+ "sha256": "09rinyx0621d7613xmbyvrrlav6d4ia332wkgg0m9dn265g3h56z"
+ }
+ },
+ {
+ "ename": "phpstan",
+ "commit": "43808f57146a395b92ed498803fa948a33e5f3c2",
+ "sha256": "1nx9d4mhxhvbgrxawkpkw03b75bg1xpli1x83g2bhs8ar8lypjik",
+ "fetcher": "github",
+ "repo": "emacs-php/phpstan.el",
+ "unstable": {
+ "version": [
+ 20190618,
+ 724
+ ],
+ "commit": "e8d33c75f6ab466ac15406fac5f2db6666d79deb",
+ "sha256": "1n6f4ibjdzrgll5zvikxc5gcfbpypq9nc2dhfxv011kllj22hpyc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "commit": "525792fc4a9ecb5dc577a7c416e298e0c45c6183",
+ "sha256": "02cgcqkgwl0rbxhndcyjd8fj57g84n8x4n9rkh671rg3r7p7c71j"
+ }
+ },
+ {
+ "ename": "phpt-mode",
+ "commit": "59a0e7aabf45c98b1ecf9db49f6420a6e051733b",
+ "sha256": "1isq3l6qhya5vafmcqbda7r0irdmgvmlmdg98n7h8yck5imi78yf",
+ "fetcher": "github",
+ "repo": "emacs-php/phpt-mode",
+ "unstable": {
+ "version": [
+ 20190512,
+ 1809
+ ],
+ "deps": [
+ "php-mode",
+ "polymode"
+ ],
+ "commit": "deb386f1a81003074c476f15e1975d445ff6df01",
+ "sha256": "0wv1q44f5hmpsrjvjb5y8c1gnjkazdghmgbzw6l30i3j3z36fy60"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "php-mode",
+ "polymode"
+ ],
+ "commit": "310579e5db57c344460f74239bd1a8fc0d6ddf33",
+ "sha256": "1zgnnzad0sr5qh665i3shcf18y121di8za99girkzgzjcv309r35"
+ }
+ },
+ {
+ "ename": "phpunit",
+ "commit": "0670b42c0c998daa7bf01080757976ac3589ec06",
+ "sha256": "0nj8ss1yjkcqnbnn4jgbp0403ljjk2xhipzikdrl3dbxlf14i4f8",
+ "fetcher": "github",
+ "repo": "nlamirault/phpunit.el",
+ "unstable": {
+ "version": [
+ 20180829,
+ 1438
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "pkg-info",
+ "s"
+ ],
+ "commit": "fe6bc91c3bd8b329c6d26ad883a025f06b5121ee",
+ "sha256": "1silbfmv85r73pbc7f5cm4znc6644ngihfnhibk1fgp9j0rf7ahc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 17,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "f",
+ "pkg-info",
+ "s"
+ ],
+ "commit": "4212307bbcfd8accd2abfa7e4ab55a6751a0b11b",
+ "sha256": "1silbfmv85r73pbc7f5cm4znc6644ngihfnhibk1fgp9j0rf7ahc"
+ }
+ },
+ {
+ "ename": "pianobar",
+ "commit": "b5659b4c7be20572aabe75caba866301393db012",
+ "sha256": "16vsf2cig9qjbh9s58zb5byjmyghxbsxpzpm5hyyrv251jap1jjn",
+ "fetcher": "github",
+ "repo": "agrif/pianobar.el",
+ "unstable": {
+ "version": [
+ 20180417,
+ 104
+ ],
+ "commit": "3154c4cb7401017fd441fcd6a7a0b669a4406882",
+ "sha256": "0dy51pi85i8ag47zmnhppllsbmxd0bp704azffddkg36pjh4inxk"
+ }
+ },
+ {
+ "ename": "pickle",
+ "commit": "4cb71882f074d3fef1f5a7b504dafcb6adff8ed4",
+ "sha256": "0fryzmrs6bn6r590qp08jyzx9g6jakf1pahxhcfglsv9k3jbfp13",
+ "fetcher": "github",
+ "repo": "ahungry/pickle-mode",
+ "unstable": {
+ "version": [
+ 20190122,
+ 1748
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0d0b1925b7b79e2c80a1877351e3c6ce52935c4b",
+ "sha256": "0hbymja9109fzw34ra5iyxvhfv0x8ffr8sayqihdfmrs2ymh045z"
+ }
+ },
+ {
+ "ename": "picolisp-mode",
+ "commit": "fe116998dadeef6e61c0791efb396f9b8befa5d6",
+ "sha256": "1n56knbapyfs8n23arzlz27y0q4846r64krwlwh8agfqkcdw9dp5",
+ "fetcher": "github",
+ "repo": "flexibeast/picolisp-mode",
+ "unstable": {
+ "version": [
+ 20190811,
+ 1431
+ ],
+ "commit": "bf358e5e75adb7cfa1b7cde24209428a88d86b56",
+ "sha256": "15zb3g6b3n9242p10frzcyxa9gasnbmdjplsvjibzhxrrnhapans"
+ }
+ },
+ {
+ "ename": "picpocket",
+ "commit": "e88dc89311d4bfe82dc15f22b84c4b76abb3fd69",
+ "sha256": "0p2mrjcd8ig0h7dk0zvyfma4nnfk2ic6gp2dwfqyqq6irb010f45",
+ "fetcher": "github",
+ "repo": "johanclaesson/picpocket",
+ "unstable": {
+ "version": [
+ 20180914,
+ 1819
+ ],
+ "commit": "6fd88b8711c4370662c0f9c462170187d092a046",
+ "sha256": "1mdzzxf7xm7zwrpnqqxa27d1cr31pd72d7ilbwljv13qp177a3yw"
+ }
+ },
+ {
+ "ename": "pig-mode",
+ "commit": "a0d7c07d28e2f229b281201a781ebaceed6465ed",
+ "sha256": "0gmvc4rrqkn0cx8fk1sxk6phfbpf8dcba3k6i24k3idcx8rxsw3x",
+ "fetcher": "github",
+ "repo": "motus/pig-mode",
+ "unstable": {
+ "version": [
+ 20180520,
+ 1400
+ ],
+ "commit": "4c6c6e1b1bb719d8adc6c47cc24665f6fe558959",
+ "sha256": "1vwnybyrzk8nw2cs27yrsipxb6hmx7cs5d60yf00h0wiv3l6v3rr"
+ }
+ },
+ {
+ "ename": "pig-snippets",
+ "commit": "a0d7c07d28e2f229b281201a781ebaceed6465ed",
+ "sha256": "1sqi0a2dsqgmabkrncxiyrhibyryyy25d11b15ybhlngd05wqbx2",
+ "fetcher": "github",
+ "repo": "motus/pig-mode",
+ "unstable": {
+ "version": [
+ 20130913,
+ 624
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "4c6c6e1b1bb719d8adc6c47cc24665f6fe558959",
+ "sha256": "1vwnybyrzk8nw2cs27yrsipxb6hmx7cs5d60yf00h0wiv3l6v3rr"
+ }
+ },
+ {
+ "ename": "pillar",
+ "commit": "bff55f1182f3bd0bc8a8773921f703168d87de21",
+ "sha256": "1lklky3shyvm1iygp621hbldpx37m0a9vd5l6mxs4y60ksj6z0js",
+ "fetcher": "github",
+ "repo": "pillar-markup/pillar-mode",
+ "unstable": {
+ "version": [
+ 20141112,
+ 1811
+ ],
+ "deps": [
+ "makey"
+ ],
+ "commit": "13a7f676544cc66005ccd8e6fc1c25e4ccd6f909",
+ "sha256": "19i8hgzr7kdj4skf0cnv6vlsklq9qcyxcv3p33k9vgq7y4f9mah8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "makey"
+ ],
+ "commit": "13a7f676544cc66005ccd8e6fc1c25e4ccd6f909",
+ "sha256": "19i8hgzr7kdj4skf0cnv6vlsklq9qcyxcv3p33k9vgq7y4f9mah8"
+ }
+ },
+ {
+ "ename": "pinboard",
+ "commit": "17af21be67f2c879b3ad109e529ca633fcdb4ff5",
+ "sha256": "19icd7xg7fwka3n2c9x4697dkji4mqivjc0gygic5bwh83dhbdav",
+ "fetcher": "github",
+ "repo": "davep/pinboard.el",
+ "unstable": {
+ "version": [
+ 20190623,
+ 1421
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "910d0fae61badd7e25e148d2ea84f0188b802fb1",
+ "sha256": "0v6gg472b6srsvn1p26dam7iqkjsqdnd7idl68fck1mchy3k39iw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "910d0fae61badd7e25e148d2ea84f0188b802fb1",
+ "sha256": "0v6gg472b6srsvn1p26dam7iqkjsqdnd7idl68fck1mchy3k39iw"
+ }
+ },
+ {
+ "ename": "pinboard-api",
+ "commit": "7a13787abe600b6f6355a475af573efa0064bf6f",
+ "sha256": "0yzvgnpkj2fhl01id36nc5pj8vyb05bllraiz3lwwcc66y98h9n0",
+ "fetcher": "github",
+ "repo": "danieroux/pinboard-api-el",
+ "unstable": {
+ "version": [
+ 20140324,
+ 1148
+ ],
+ "commit": "b7b5214d0c35178f8dca08cf22d6ef3c21f0fce4",
+ "sha256": "0wy9c37g6m5khchlp8qvfnjgkwq4r38659adcm5prvzjgzqhlfja"
+ }
+ },
+ {
+ "ename": "pinboard-popular",
+ "commit": "094f63e451622571aac832b14221a0d5a96de9c5",
+ "sha256": "0d9ng4mclnb9yfzh8wzz03fbhfxayns0dg31bdixkwvy2vk00rkf",
+ "fetcher": "github",
+ "repo": "asimpson/pinboard-popular",
+ "unstable": {
+ "version": [
+ 20180511,
+ 1726
+ ],
+ "deps": [
+ "loop"
+ ],
+ "commit": "c0bc76cd35f8ecf34723c64a702b82eec2751318",
+ "sha256": "1msvb5r6ixd886plpbss62q2nwrrsb6271bi922vlhr817lhsain"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "loop"
+ ],
+ "commit": "df6f5928f1e5a614fb770f6f4b9aefe0bf4d1c25",
+ "sha256": "1x3qaqj81w1wblkd4rd1b7nggmgnf6jahh3zh2p6nlr200fg52lq"
+ }
+ },
+ {
+ "ename": "pine-script-mode",
+ "commit": "287b781147fe41089fa8c76570bc30539e43e5bc",
+ "sha256": "0ihijbcx7m4vhxr1fnfkwjdk6ka1mqzxb8z164yh8yn73qs0saiq",
+ "fetcher": "github",
+ "repo": "EricCrosson/pine-script-mode",
+ "unstable": {
+ "version": [
+ 20181110,
+ 151
+ ],
+ "commit": "f7892d373e30df0b2e8d2191e4ddb2064a92dd3c",
+ "sha256": "1zxmc2l41h28rl058lrfr8c26hjzqmp37ii8r29mpsm03hsw30fh"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "f7892d373e30df0b2e8d2191e4ddb2064a92dd3c",
+ "sha256": "1zxmc2l41h28rl058lrfr8c26hjzqmp37ii8r29mpsm03hsw30fh"
+ }
+ },
+ {
+ "ename": "pinot",
+ "commit": "f75cd89811b4bb668c1e7a93246b93fbcf5d9c47",
+ "sha256": "1kjzq02pddnkia637xz2mnjjyglyh6qzragnf7nnxbw9ayiim58i",
+ "fetcher": "github",
+ "repo": "tkf/emacs-pinot-search",
+ "unstable": {
+ "version": [
+ 20140211,
+ 2026
+ ],
+ "commit": "67fda555a155b22bb2ce44ba618b4bd6fc5f144a",
+ "sha256": "1wc31r5fpcia4n4vbpg7vv3rzrnjzh18yygi3kp4wvl2wzx2azqh"
+ }
+ },
+ {
+ "ename": "pinyin",
+ "commit": "b16f0f7f86021bb0bece6c90878b0dba1657107f",
+ "sha256": "1afgz62zpar6d65q4h12s7ijhhl2r2vlrnk79vsjrl560jh7hgfm",
+ "fetcher": "github",
+ "repo": "xuchunyang/pinyin.el",
+ "unstable": {
+ "version": [
+ 20180620,
+ 1241
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a325e790e9dd7c5028c4c8d110b08e9d78227382",
+ "sha256": "0f715zsg6j9y22w55gjv7wk90660zzpv4bilc2mi69dv534d9qv9"
+ }
+ },
+ {
+ "ename": "pinyin-search",
+ "commit": "03da6f02778f7fae77a00cdc420cfbafead6dec4",
+ "sha256": "1si693nmmxgg0kp5mxvj5nq946kfc5cv3wfsl4znbqzps8qb2b7z",
+ "fetcher": "github",
+ "repo": "xuchunyang/pinyin-search.el",
+ "unstable": {
+ "version": [
+ 20160515,
+ 358
+ ],
+ "deps": [
+ "pinyinlib"
+ ],
+ "commit": "2e877a76851009d41bde66eb33182a03a7f04262",
+ "sha256": "0bp4raxqv34jyg3yvdcsh9lav28x376gngm9nn8vjgmq9wggzf3i"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "5895cccfa6b43263ee243c5642cc16dd9a69fb4e",
+ "sha256": "12jhdkgfck2a6d5jj65l9d98dm34gsyi0ya4h21dbbvz35zivz70"
+ }
+ },
+ {
+ "ename": "pinyinlib",
+ "commit": "f4aa27985dcfaf24f1863667b89e13df4710546f",
+ "sha256": "0kv67qa3825fw64qimkph2b65pilrsx5730y4c7f7c1f8giz5vxr",
+ "fetcher": "github",
+ "repo": "cute-jumper/pinyinlib.el",
+ "unstable": {
+ "version": [
+ 20170827,
+ 2142
+ ],
+ "commit": "45f05d3dbb4fe957f7ab332ca6f94675848b6aa3",
+ "sha256": "0pmgb4y06dbffs4442aa92vn8ydwl45zqwzxzwhk6md1318fppvd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "39943d226c2a42a9013421a0b4b6d5d3696bf234",
+ "sha256": "1nwj4c3y0kdlkf3jqd2dnibaiazrq6qcj533xk2qw4wmx072yij0"
+ }
+ },
+ {
+ "ename": "pip-requirements",
+ "commit": "5eaf6987f92070ccc33d3e28c6bb2b96f72ba1aa",
+ "sha256": "1wsjfyqga7pzp8gsm5x53qrkn40srairbjpifyrqbi2fpzmwhrnz",
+ "fetcher": "github",
+ "repo": "Wilfred/pip-requirements.el",
+ "unstable": {
+ "version": [
+ 20181027,
+ 1629
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "216cd1690f80cc965d4ae47b8753fc185f778ff6",
+ "sha256": "0da3q0n5nn0l96kk49kanw5knx3jmga439zbmiii76na16bg5y3i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "93e0595f037e3a95c1c1cd6f00f7e052a9a25912",
+ "sha256": "016r7y5nfnx6iws3hq4xnyrcv00y6zmd453psxhivi896wb8szfq"
+ }
+ },
+ {
+ "ename": "pipenv",
+ "commit": "d46738976f5dfaf899ee778b1ba6dcee455fd271",
+ "sha256": "110ddg6yjglp49rgn1ck41rl97q92nm6zx86mxjmcqq35cxmc6g1",
+ "fetcher": "github",
+ "repo": "pwalsh/pipenv.el",
+ "unstable": {
+ "version": [
+ 20190522,
+ 803
+ ],
+ "deps": [
+ "f",
+ "pyvenv",
+ "s"
+ ],
+ "commit": "03edaaa44a5a4212d2e5a14e3ae6303189d76703",
+ "sha256": "04y6p8gd20xhn7qkz2gp94yxizwl67yhi7qs0x6c8nrxpqd1y5y9"
+ }
+ },
+ {
+ "ename": "pippel",
+ "commit": "6d1796688ed0d6957557d960ca28e450f9bcb6cf",
+ "sha256": "1li4h0dff1n7njy2lk3d50ndrlw84fphmdg16j0srkbgy7xz90yn",
+ "fetcher": "github",
+ "repo": "brotzeit/pippel",
+ "unstable": {
+ "version": [
+ 20180710,
+ 856
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "21a5200e8e5ccaa1911abb4ebf090b76ca839756",
+ "sha256": "1amqjm6kn1xda058kdwq3xgk7raz6y9iw0mzrac78sgf57qaczyb"
+ }
+ },
+ {
+ "ename": "pivotal-tracker",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0yiyz11sd25ybgr2qmg62qqmcz96va1pq3q866cqmpl38xn7znpj",
+ "fetcher": "github",
+ "repo": "jxa/pivotal-tracker",
+ "unstable": {
+ "version": [
+ 20170720,
+ 1516
+ ],
+ "commit": "0311d117037c74512149a4a78b269c2e46d7dfba",
+ "sha256": "0g3xzh8jr9lbg6h2hk81cdyxkxx3l79qhxrp4g34rc0dml79rzf9"
+ }
+ },
+ {
+ "ename": "pixie-mode",
+ "commit": "a57300bfdae57c9996db0411d56a5fc7b35778c3",
+ "sha256": "16z15yh78837k548xk5widdmy6fv03vym6q54i40knmgf5cllsl8",
+ "fetcher": "github",
+ "repo": "johnwalker/pixie-mode",
+ "unstable": {
+ "version": [
+ 20180626,
+ 541
+ ],
+ "deps": [
+ "clojure-mode",
+ "inf-clojure"
+ ],
+ "commit": "a40c2632cfbe948852a5cdcfd44e6a65db11834d",
+ "sha256": "11c5gv88chh7sg2i0rzisbad0mkq1zc7dyi5md8hdi5gqm68704g"
+ }
+ },
+ {
+ "ename": "pixiv-novel-mode",
+ "commit": "92092c1c13c37520f98b952d40745aa062f062c1",
+ "sha256": "0f1rxvf9nrw984122i6dzsgik9axfjv6yscmg203s065n9lz17px",
+ "fetcher": "github",
+ "repo": "zonuexe/pixiv-novel-mode.el",
+ "unstable": {
+ "version": [
+ 20160220,
+ 1421
+ ],
+ "commit": "0d1ca524d92b91f20a7105402a773bc21779b434",
+ "sha256": "18rvnvm097ca4yc1nfswdv7dfqg36insnif5kfj19aa60m9qxl09"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "commit": "4dd9caf749190fab8f0b33862b3894b635de46c5",
+ "sha256": "1wg8pcwd70ixn2bxh01934zl12ry4pgx3l9dccpbjdi40gira00d"
+ }
+ },
+ {
+ "ename": "pkg-info",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1k23hmpcq534060qcxbrv4g6bw9nzcbjg192mbdp20kwidw7p81n",
+ "fetcher": "github",
+ "repo": "lunaryorn/pkg-info.el",
+ "unstable": {
+ "version": [
+ 20150517,
+ 1143
+ ],
+ "deps": [
+ "epl"
+ ],
+ "commit": "76ba7415480687d05a4353b27fea2ae02b8d9d61",
+ "sha256": "150xhsv695cchs5jc2hwk9gjgs0k8wkm966crvxxs6xvj5fg69xq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "deps": [
+ "epl"
+ ],
+ "commit": "f9bb471ee95d1c5fe9adc6b0e98db2ddff3ddc0e",
+ "sha256": "0nk12dcppdyhav6m6yf7abpywyd7amxd4237zsfd32w4zxsx39k1"
+ }
+ },
+ {
+ "ename": "pkgbuild-mode",
+ "commit": "ca7bf43ef8893bf04e9658390e306ef69e80a156",
+ "sha256": "1lp7frjahcpr4xnzxz77qj5hbpxbxm2g28apkixrnc1xjha66v3x",
+ "fetcher": "github",
+ "repo": "juergenhoetzel/pkgbuild-mode",
+ "unstable": {
+ "version": [
+ 20181216,
+ 1331
+ ],
+ "commit": "e30e37730b5f30bc0dd5b9328fbf4cb3e6f46fdd",
+ "sha256": "1ijx067hlbr4yz9b9h58pwlqd4rgjgm27f5s1f9f3rwb249s36s1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 14
+ ],
+ "commit": "6bb7cb3b0599ac0ae3c1d8d5014aefc1ecff7965",
+ "sha256": "0a8qb1ldk6bjs7fpxgxrf90md7q46fhl71gmay8yafdkh6hn0kqr"
+ }
+ },
+ {
+ "ename": "plain-theme",
+ "commit": "d4bd77883375b229e344384e42c3603ca096891c",
+ "sha256": "0igncivhnzzirglmz451czx69cwshjkigqvqddj0a77b1cwszfw8",
+ "fetcher": "github",
+ "repo": "yegortimoshenko/plain-theme",
+ "unstable": {
+ "version": [
+ 20171124,
+ 410
+ ],
+ "commit": "a3d5389a44326314da21f147bad2ede60e2cf986",
+ "sha256": "0qik5478z49fpn9b37fxkybglvsgzbapl1dkam5prg0sxns98xha"
+ },
+ "stable": {
+ "version": [
+ 8
+ ],
+ "commit": "2609a811335d58cfb73a65d6307c156fe09037d3",
+ "sha256": "0g5vl4xigdm2pn2mnkwgj1kxdjr66w7ynr77bchy3ij6qvzdzkqd"
+ }
+ },
+ {
+ "ename": "plan9-theme",
+ "commit": "cdc4c2bafaa09e38edd485a9091db689fbda2fe6",
+ "sha256": "0bvr877mc79s1shr82b33ipspz09jzc3809c6pkbw0jqpfid44cc",
+ "fetcher": "github",
+ "repo": "john2x/plan9-theme.el",
+ "unstable": {
+ "version": [
+ 20180804,
+ 1441
+ ],
+ "commit": "c2da2fcb241e9800d931a1ff19ecd9fd84d30382",
+ "sha256": "0rjxbk9fljnjmg00vdqcyynzg591cgknyy2d92xsxsyg4d28dvwi"
+ }
+ },
+ {
+ "ename": "planet-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1hr5m08qn51r9804jd0k95ryz3frzkk1dp6wpybil6bf67a2l5lr",
+ "fetcher": "github",
+ "repo": "cmack/emacs-planet-theme",
+ "unstable": {
+ "version": [
+ 20161031,
+ 217
+ ],
+ "commit": "b0a310ff36565fe22224c407cf59569986698a32",
+ "sha256": "1xdj59skmldq5dnarirhwq4qycipas86nbyqwl8zsv0bh20nl1rs"
+ }
+ },
+ {
+ "ename": "plantuml-mode",
+ "commit": "38e74bb9923044323f34473a5b13867fe39bed25",
+ "sha256": "03srbg34512vxcqn95q4r7h2aqbqq0sd5c9ffnbx2a75vsblqc6h",
+ "fetcher": "github",
+ "repo": "skuro/plantuml-mode",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1540
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "1e5f8beedd940458d043832c7d972dbfe492155e",
+ "sha256": "1pf9jpsbxqxd90y3md1h1fyd2v9swhf10kkknfln102k6chyy1jx"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 1
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "648feb5b12372bbf8ea37544c44ffcde0aceba69",
+ "sha256": "0xpnd9r2d2pb6dj3sj1b0bvhg6rm1m6y1ksvngc9yfpynrxgrxwv"
+ }
+ },
+ {
+ "ename": "plaster",
+ "commit": "7e363cffa021e649c052f38cedb7cc01dbe9e24a",
+ "sha256": "0vfixc0f5n4flsmdf1iqlbx03yv28w3nqm1ycz2fx6p5jvhkvfqk",
+ "fetcher": "github",
+ "repo": "Shirakumo/plaster",
+ "unstable": {
+ "version": [
+ 20180127,
+ 2050
+ ],
+ "commit": "f82f845ede3b48ca11934171b30effb523ba9fcf",
+ "sha256": "0y9n4z388vbpyarpqgfyybfiin1hbw25b4m72ahxmpc4zq7ilqwl"
+ }
+ },
+ {
+ "ename": "platformio-mode",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1v1pp3365wj19a5wmsxyyy5n548z3lmcbm2pwl914wip3ca7546f",
+ "fetcher": "github",
+ "repo": "ZachMassia/PlatformIO-Mode",
+ "unstable": {
+ "version": [
+ 20161210,
+ 1339
+ ],
+ "deps": [
+ "projectile"
+ ],
+ "commit": "1466aed132a77f48fcb31938d64abb1a1e58ec42",
+ "sha256": "1lfkp7df8as9gspynkyhz4dbm95kbngyba1ymg6ql67adyv79v1i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "deps": [
+ "projectile"
+ ],
+ "commit": "470a80c1d764a6e1680a2b41ca5a847869a07a27",
+ "sha256": "1nznbkl06cdq4pyqmvkp9jynsjibn0fd6ai4mggz6ggcwzcixbf0"
+ }
+ },
+ {
+ "ename": "play-crystal",
+ "commit": "92715977136afa731e85e894542dc88b664b3304",
+ "sha256": "1jqf36b1mhyf4j7fs386g6isy09q7k8zwdc4rb34mhjg1a56gcnf",
+ "fetcher": "github",
+ "repo": "veelenga/play-crystal.el",
+ "unstable": {
+ "version": [
+ 20180114,
+ 1024
+ ],
+ "deps": [
+ "dash",
+ "request"
+ ],
+ "commit": "0b4810a9025213bd11dbcbfd38b3ca928829e0a5",
+ "sha256": "15gqr11paz5qmx43qb0f95wc87nn2snr7my22b0n6jwbk5djf402"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "request"
+ ],
+ "commit": "86b54346e7c832c14f8e5654a462f6490a6b11d7",
+ "sha256": "0kvkr24f8r21pahm2lsvbr9bg53770wxwpdfmmjljs2zmgxf2c40"
+ }
+ },
+ {
+ "ename": "play-routes-mode",
+ "commit": "740cef8687232eb0e2186e8df956c2d4f39575cf",
+ "sha256": "17phqil2zf5rfvhs5v743dh4lix4v2azbf33z9n97ahs7j66y2gz",
+ "fetcher": "github",
+ "repo": "brocode/play-routes-mode",
+ "unstable": {
+ "version": [
+ 20170426,
+ 733
+ ],
+ "commit": "22d7b87e0eaf0330f2b2283872f8dc08a3258771",
+ "sha256": "0j61adh2lsh2zgz1v9i2jzh56ngnrpvsblipvc472k5dxa5qdxin"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "d7eb682cd474d90b3a3d005290cd6d4fe9f94cae",
+ "sha256": "0slfaclbhjm5paw8l7rr3y9xxjyhkizp9lwyvlgpkd38n4pgj2bx"
+ }
+ },
+ {
+ "ename": "playerctl",
+ "commit": "6db0d82c2eef7c5bef5f9f2c15969da4c404b62d",
+ "sha256": "1pix3hcsg6ymzajiixwcq4v3clvadpkl0rhplkhachv6wmci327x",
+ "fetcher": "github",
+ "repo": "thomasluquet/playerctl.el",
+ "unstable": {
+ "version": [
+ 20180301,
+ 1354
+ ],
+ "commit": "3eee541423c2e5eb9f23a26fa9aa88c9c5a19ad1",
+ "sha256": "16qvn1mss5j8vpf1qpq4lwl4hwng64caw3c3shixsncfmgw25z6f"
+ }
+ },
+ {
+ "ename": "playground",
+ "commit": "f062a74fe1746129879ad19c1735621f58509d33",
+ "sha256": "1xjmxkl8h4l87fvv1sr478r6mkmy9gkzw2fxmzqn5fcsahzkyg4d",
+ "fetcher": "github",
+ "repo": "akirak/emacs-playground",
+ "unstable": {
+ "version": [
+ 20180624,
+ 326
+ ],
+ "commit": "9212790026bea9ab5fb4ecf0da1163be8ab00776",
+ "sha256": "0g6d7z9sv7fdc918gay7rd71frzqn75mcwnljgmqksfh5890apa6"
+ }
+ },
+ {
+ "ename": "plenv",
+ "commit": "a0819979b9567ac5fab9ed6821eba8fe7ee6a299",
+ "sha256": "0dw9fy5wd9wm76ag6yyw3f9jnlj7rcdcxgdjm30h514qfi9hxbw4",
+ "fetcher": "github",
+ "repo": "karupanerura/plenv.el",
+ "unstable": {
+ "version": [
+ 20130707,
+ 616
+ ],
+ "commit": "ee937d0f3a1a7ba2d035f45be896d3ed8fefaee2",
+ "sha256": "11cbpgjsnw8fiqf1s12hbm9qxgjcw6y2zxx7wz4wg7idmi7m0b7g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 32
+ ],
+ "commit": "ee937d0f3a1a7ba2d035f45be896d3ed8fefaee2",
+ "sha256": "11cbpgjsnw8fiqf1s12hbm9qxgjcw6y2zxx7wz4wg7idmi7m0b7g"
+ }
+ },
+ {
+ "ename": "plim-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1nrqw5dvb3j5x3wkpsjbpv1d2s367icq9j4h1xv1cahfsn8nn4m9",
+ "fetcher": "github",
+ "repo": "dongweiming/plim-mode",
+ "unstable": {
+ "version": [
+ 20140813,
+ 13
+ ],
+ "commit": "92e39190286f172567ceb02c80e1df3b81abfa2d",
+ "sha256": "07hspp4bkb3f5dm0l1arm0w1m04cq4glg81x4a9kf7bl601wzki2"
+ }
+ },
+ {
+ "ename": "plsense",
+ "commit": "fb1025f146514e9c142cd96cac9f2989d6d1a8c5",
+ "sha256": "1ka06r4ashhjkfyzql9mfvs3gj7n684h4gaycj29w4nfqrhcw9va",
+ "fetcher": "github",
+ "repo": "aki2o/emacs-plsense",
+ "unstable": {
+ "version": [
+ 20151104,
+ 1445
+ ],
+ "deps": [
+ "auto-complete",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "d50f9dccc98f42bdb42f1d1c8142246e03879218",
+ "sha256": "1r2yxa7gqr0z9fwhx38siwjpg73a93rdmnhr4h6nm6lr32vviyxm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 7
+ ],
+ "deps": [
+ "auto-complete",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "f6fb22607a5252b2556d2e7fa14f1bcab5d9747a",
+ "sha256": "0f00dv5jwbhs99j4jc6lvr5n0mv1y80yg7zpp6yrmhww6829l5rg"
+ }
+ },
+ {
+ "ename": "plsense-direx",
+ "commit": "65fb1d8b4ed12f097958842d1b00dcdf3660b184",
+ "sha256": "0qd4b7gkmn5ydadhp70995rap3643s1aa8gfi5izgllzhg0i864j",
+ "fetcher": "github",
+ "repo": "aki2o/plsense-direx",
+ "unstable": {
+ "version": [
+ 20140520,
+ 2008
+ ],
+ "deps": [
+ "direx",
+ "log4e",
+ "plsense",
+ "yaxception"
+ ],
+ "commit": "8a2f465264c74e04524cc789cdad0190ace43f6c",
+ "sha256": "0s34nbqqy6aqi113xj452pbmqp43046wfbfbbfv1xwhybgq0c1j1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "direx",
+ "log4e",
+ "plsense",
+ "yaxception"
+ ],
+ "commit": "8a2f465264c74e04524cc789cdad0190ace43f6c",
+ "sha256": "0s34nbqqy6aqi113xj452pbmqp43046wfbfbbfv1xwhybgq0c1j1"
+ }
+ },
+ {
+ "ename": "plur",
+ "commit": "38f6f53fcd1186efd5e6752166da4e23b712cdb1",
+ "sha256": "0nf1dc7xf2zp316rssnz8sv374akcr54hp0rb219qvgyck9bdqiv",
+ "fetcher": "github",
+ "repo": "xuchunyang/plur",
+ "unstable": {
+ "version": [
+ 20160504,
+ 924
+ ],
+ "commit": "5bdd3b9a2f0624414bd596e798644713cd1545f0",
+ "sha256": "0qlxj19hj96l4lw81xh5r14ppf6kp63clikk060s9yw00q7gnl6a"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "5bdd3b9a2f0624414bd596e798644713cd1545f0",
+ "sha256": "0qlxj19hj96l4lw81xh5r14ppf6kp63clikk060s9yw00q7gnl6a"
+ }
+ },
+ {
+ "ename": "pmdm",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "1zmy6cbnqhsbwc5vx30mx45xn88d2186hgrl75ws7vvbl197j03b",
+ "fetcher": "bitbucket",
+ "repo": "inigoserna/pmdm.el",
+ "unstable": {
+ "version": [
+ 20151109,
+ 1836
+ ],
+ "commit": "f50a547741568cee40bdc80fa3223157a49896e4",
+ "sha256": "0x3s9fj41n6a21la762qm1si9ysv3zj5bbp6ykfskr73sxq6s9ff"
+ }
+ },
+ {
+ "ename": "po-mode",
+ "commit": "38e855cde9264bff67016d23e7e5e00f113c55bf",
+ "sha256": "1w06i709bb04pziygdn7y47gcci7gybg0p7ncdsm07d0w7q14v2z",
+ "fetcher": "github",
+ "repo": "emacsmirror/po-mode",
+ "unstable": {
+ "version": [
+ 20190511,
+ 1542
+ ],
+ "commit": "1916142f6a817c733d5ec37e3b4fbae3da67e499",
+ "sha256": "0nvpr5ry86by1dm7mp2w5p534qg4c9dpdich3x13gbbp9vazc7h6"
+ }
+ },
+ {
+ "ename": "pocket-api",
+ "commit": "04e3be76aef4d1b6d5bb3eda533b5deffcc8a5bc",
+ "sha256": "1f5j491wbqgbx6zlb0zdajca5il0628vr9a38y0n3x0h69wm0cx5",
+ "fetcher": "github",
+ "repo": "lujun9972/pocket-api.el",
+ "unstable": {
+ "version": [
+ 20180403,
+ 109
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "3eb9430b9db90bc02e736e433eb86389f7655189",
+ "sha256": "0k6a9zzdi02g677cc699llk04i06yb7ddnlnmxndap5jszfyqwfi"
+ }
+ },
+ {
+ "ename": "pocket-lib",
+ "commit": "71f17ce28f4fc8c2c100848be8aec15526ef8697",
+ "sha256": "0v619blifmvm36dr773wjf35fjji4dj3pyck9nkz0m8zmpz0fg78",
+ "fetcher": "github",
+ "repo": "alphapapa/pocket-lib.el",
+ "unstable": {
+ "version": [
+ 20190720,
+ 1957
+ ],
+ "deps": [
+ "dash",
+ "kv",
+ "request",
+ "s"
+ ],
+ "commit": "f794e3e619e1f6cad25bbfd5fe019a7e62820bf4",
+ "sha256": "0iv03wjwmz0di8n5bndmq5r18r1pq999v1scyay0jm1cxlksqafg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "kv",
+ "request",
+ "s"
+ ],
+ "commit": "ef3bcf452129b74e7b82265f6c08f9569fd19515",
+ "sha256": "0r2y6idzwkvaclsnaskdlzk9afvxnm9kkyy8y38cfwany3kbmyzj"
+ }
+ },
+ {
+ "ename": "pocket-mode",
+ "commit": "6aa3d04058bfc0bc1da3393d17429d517275e97c",
+ "sha256": "04zxll5yg021m13vr54w2pnrmqb87ykdbpa8nx2wn9myg2rywh0v",
+ "fetcher": "github",
+ "repo": "lujun9972/pocket-mode",
+ "unstable": {
+ "version": [
+ 20171201,
+ 1315
+ ],
+ "deps": [
+ "pocket-api"
+ ],
+ "commit": "229de7d35b7e5605797591c46aa8200d7efc363c",
+ "sha256": "0j3axac4lp7p00a7mf7frryqg1y3jwqaw0s475gz606642vg9l45"
+ }
+ },
+ {
+ "ename": "pocket-reader",
+ "commit": "835a7bf2f72987183e9d15ada7ae747fb5715c11",
+ "sha256": "0gcgmz4mhjgvqbh2gmv8v09sy80cnfccjym455m0fbl31b8dczhf",
+ "fetcher": "github",
+ "repo": "alphapapa/pocket-reader.el",
+ "unstable": {
+ "version": [
+ 20181219,
+ 930
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "kv",
+ "org-web-tools",
+ "ov",
+ "pocket-lib",
+ "rainbow-identifiers",
+ "s"
+ ],
+ "commit": "86c51c65d97819e11b3df403beea424f30125d30",
+ "sha256": "16dj1853qgd4farqb7wdpyyp1a4mxkasyb0j489h7saz9xn9q8xc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "kv",
+ "org-web-tools",
+ "ov",
+ "pocket-lib",
+ "rainbow-identifiers",
+ "s"
+ ],
+ "commit": "a7f080ec3e9522f942166de61b24a375b8f1c2bb",
+ "sha256": "0l7dln7qcrgzm73vk7jp8wr2kibg18973xmdzyyc162hdnlbrpb0"
+ }
+ },
+ {
+ "ename": "podcaster",
+ "commit": "2649dc294f40d00f3bf1b1cf09879c2ef0d3e43b",
+ "sha256": "1kzac0mhg8dk2vfk29ns36jl8vwg6ghbdb3n6kqfzci5ygn96yib",
+ "fetcher": "github",
+ "repo": "lujun9972/podcaster",
+ "unstable": {
+ "version": [
+ 20161020,
+ 1535
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "9854517025deb5d556168a68955fb7b662239f5c",
+ "sha256": "06ag0idz7cf6i9kg7kqr03js9b6cw6my1jzd1x3wkgazx5slqk4q"
+ }
+ },
+ {
+ "ename": "poe-lootfilter-mode",
+ "commit": "006f39eaf8a87822fe8becab1da2822ff6fc2beb",
+ "sha256": "0iw3a2lf0mnv3lamphy458nfyjjm1yvln1syfad49av3karca05z",
+ "fetcher": "github",
+ "repo": "jdodds/poe-lootfilter-mode",
+ "unstable": {
+ "version": [
+ 20190330,
+ 1117
+ ],
+ "commit": "5ef06684cb2b17b090ee1f303c2b789fa71bc106",
+ "sha256": "1lxfbsixvr0rjcck4h4v000yb0iscvk9fwyw322y2cv2hvgwvkdw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "5ef06684cb2b17b090ee1f303c2b789fa71bc106",
+ "sha256": "1lxfbsixvr0rjcck4h4v000yb0iscvk9fwyw322y2cv2hvgwvkdw"
+ }
+ },
+ {
+ "ename": "poet-client",
+ "commit": "a0b003773edaa728ed49f0de2ca64a00cb60d13a",
+ "sha256": "11yj57915ly8j2byp5c395lip73iv1chrzxdlxilhnll1brvmaw0",
+ "fetcher": "github",
+ "repo": "wailo/emacs-poet",
+ "unstable": {
+ "version": [
+ 20190124,
+ 654
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "32382057b3e4b8a02ec5ac3190dbe4b93d058741",
+ "sha256": "1p8x7g3hg6yw51c67kznvldrvwnp67l9b6drnmck8glwx0nxb6zr"
+ }
+ },
+ {
+ "ename": "poet-theme",
+ "commit": "40bbe29dee56f7989d8e87c03f4842e2b191acc3",
+ "sha256": "0pllyp4spj30g6ihzc91hzvnrvcg2zb49adj8wcmbzvq3hxnvls1",
+ "fetcher": "github",
+ "repo": "kunalb/poet",
+ "unstable": {
+ "version": [
+ 20190127,
+ 2220
+ ],
+ "commit": "d84f7b259cc9b6ff8d442cf4c38bd6c7065ff8f4",
+ "sha256": "0a84jdaj619mb59a46dmkk2sfs42rylqk9ryl1drgs8d3lia79mz"
+ }
+ },
+ {
+ "ename": "poetry",
+ "commit": "bdba6f313525b5cbc842a11cb63ea8dc1b9e72f9",
+ "sha256": "06ani15z1c07i9dxkkxlmwx9gd8if7fybpy1xmkg829l3sl5bz1j",
+ "fetcher": "github",
+ "repo": "galaunay/poetry.el",
+ "unstable": {
+ "version": [
+ 20190706,
+ 1141
+ ],
+ "deps": [
+ "pyvenv",
+ "transient"
+ ],
+ "commit": "0173c61dee6587d5898722df1e06d9c00bee4fd1",
+ "sha256": "1n3xzw204hy3l1kisjpgg01n12x1z01mxfqi3hyfw3w3hlxciw7b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl",
+ "transient",
+ "xterm-color"
+ ],
+ "commit": "6fb34742a66421c6104e02d65e8d391fc4494ab5",
+ "sha256": "0hdicdskf928s7qdlzxq25ibfmwi8llmyhy1bj2py56wr2qv3cfy"
+ }
+ },
+ {
+ "ename": "point-pos",
+ "commit": "23a1e835155fba51f595c10c46487a4c269f43ff",
+ "sha256": "1zv6hx8i8jwq52j4la1ff0ar0bpbs2pb4gcsh9hypghba11gnync",
+ "fetcher": "github",
+ "repo": "alezost/point-pos.el",
+ "unstable": {
+ "version": [
+ 20170421,
+ 1632
+ ],
+ "commit": "442bccb40791832cbc2d6f5c8f53be745aea2b73",
+ "sha256": "1p56h8ipgrd5433pc641xccdnsni51l58ll0hv2rp9aqjg9nlgcr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "4cd0f8c8d1296c5c64f708b6a5835e8520c51b68",
+ "sha256": "1l3mlz51wp729rm6wf72x2fk1fla2n2s1qh8h8z58inipdi2qydp"
+ }
+ },
+ {
+ "ename": "point-stack",
+ "commit": "bb3c9e6b3c583f098f75462b4d48cd137a1bcb76",
+ "sha256": "0201gka1izqgxyivan60jbg9x1mmsw5dscxacasg97ffsciwbfr9",
+ "fetcher": "github",
+ "repo": "dgutov/point-stack",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1658
+ ],
+ "commit": "76e17311e3a810314c7d31ac46dc55450ff30fa2",
+ "sha256": "1sp3djnyg3f5ci43m4pi0f6clblrz5lrnzc415r87csbavqqgv2z"
+ }
+ },
+ {
+ "ename": "pointback",
+ "commit": "5f2a50f62475639af011c99c6cc38928b74b3b0a",
+ "sha256": "198q511hixvzc13b3ih89xs9g47rdvbiixn5baqakpmpx3a12hz4",
+ "fetcher": "github",
+ "repo": "emacsorphanage/pointback",
+ "unstable": {
+ "version": [
+ 20100210,
+ 1552
+ ],
+ "commit": "e3a02c1784d81b5a1d2477338d049af581ed19f8",
+ "sha256": "016cjy5pnnqccjqb0njqc9jq6kf6p165nlki83b8c0sj75yxghav"
+ }
+ },
+ {
+ "ename": "pollen-mode",
+ "commit": "97bda0616abe3bb632fc4231e5317d9472dfd14f",
+ "sha256": "1kskvdh6rczlki724h5xym8s4iychqzm0i82qdj87x1cg1kx9i85",
+ "fetcher": "github",
+ "repo": "lijunsong/pollen-mode",
+ "unstable": {
+ "version": [
+ 20190310,
+ 538
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "819edf830e9519f8ca57e9cef31211e3f444d11a",
+ "sha256": "0c06kfbyk2g0kxwlh6g3r7ij06ip6x9ni0bin24drwr0qj2vis2d"
+ }
+ },
+ {
+ "ename": "poly-R",
+ "commit": "3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d",
+ "sha256": "1v2was6pdynwm22b4n2hkwyrr0c0iir9kp1wz4hjab8haqxz68ii",
+ "fetcher": "github",
+ "repo": "polymode/poly-R",
+ "unstable": {
+ "version": [
+ 20190605,
+ 2103
+ ],
+ "deps": [
+ "poly-markdown",
+ "poly-noweb",
+ "polymode"
+ ],
+ "commit": "0443c89b4d2bc2ed235a0c017109c2dbd342aa02",
+ "sha256": "1v5djxwgqksf84pxfpgbm7qaz3yq5ha7cac0792p62pj1ydzvghi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "poly-markdown",
+ "poly-noweb",
+ "polymode"
+ ],
+ "commit": "0443c89b4d2bc2ed235a0c017109c2dbd342aa02",
+ "sha256": "1v5djxwgqksf84pxfpgbm7qaz3yq5ha7cac0792p62pj1ydzvghi"
+ }
+ },
+ {
+ "ename": "poly-ansible",
+ "commit": "6d8beef5daa1804f68c30138cb03b5085a282c34",
+ "sha256": "158z3nbqgrh71myyp4l263lw1gn4iiwxv8pl7fdlyp80hz5zs60y",
+ "fetcher": "gitlab",
+ "repo": "mavit/poly-ansible",
+ "unstable": {
+ "version": [
+ 20181222,
+ 1517
+ ],
+ "deps": [
+ "ansible",
+ "ansible-doc",
+ "jinja2-mode",
+ "polymode",
+ "yaml-mode"
+ ],
+ "commit": "2cb970a0e27b41ae85bc51d24ef36fa2c7b34bbc",
+ "sha256": "04vf6zgcra47j3phxbb43q5sa5ldavnbiwwdlw1xipg44991j6md"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "ansible-doc",
+ "jinja2-mode",
+ "polymode",
+ "yaml-mode"
+ ],
+ "commit": "01c9ec1d8a933fa0b2711940d29331d58c27d2a7",
+ "sha256": "02ff0df8bn5cwvnpc2862wsii2xvjh0waymgiybm8j829x1awjp9"
+ }
+ },
+ {
+ "ename": "poly-erb",
+ "commit": "3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d",
+ "sha256": "01c1z2jll497k1y8835pp54n121y0gkyz1pdxcdjjqv7ia8jwfyy",
+ "fetcher": "github",
+ "repo": "polymode/poly-erb",
+ "unstable": {
+ "version": [
+ 20190605,
+ 2102
+ ],
+ "deps": [
+ "polymode"
+ ],
+ "commit": "304204f415b9e46ee36b64531b7d170540828335",
+ "sha256": "0v13ssv9fjardg5as832hkhlx7yhjcdkm3bdcdj0qy31cmvk6dzb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "polymode"
+ ],
+ "commit": "304204f415b9e46ee36b64531b7d170540828335",
+ "sha256": "0v13ssv9fjardg5as832hkhlx7yhjcdkm3bdcdj0qy31cmvk6dzb"
+ }
+ },
+ {
+ "ename": "poly-markdown",
+ "commit": "3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d",
+ "sha256": "0pxai5x2vz6j742s3bpcy82dxja6441fsgclhz1hbv2ykazbm141",
+ "fetcher": "github",
+ "repo": "polymode/poly-markdown",
+ "unstable": {
+ "version": [
+ 20190715,
+ 707
+ ],
+ "deps": [
+ "markdown-mode",
+ "polymode"
+ ],
+ "commit": "6fc4b26392f101494ceb176a8446b159c8a6ac29",
+ "sha256": "0jvn7l59z8ncbs6bwk3ka13gcmxq615w9qp9fam1fvmc3dykakn8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "markdown-mode",
+ "polymode"
+ ],
+ "commit": "b0de1a9f3e4d7191b1b23b65ebf03dd0ac007afc",
+ "sha256": "0b6wlmhrpcw9g8rbw7q7k5fr2lgcp1rpy7d9p9f0gzn52yvcr4dr"
+ }
+ },
+ {
+ "ename": "poly-noweb",
+ "commit": "3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d",
+ "sha256": "1692js29wdjpxvcbcaxysbsq6pxdqr38frqf88ksldlz35cmy62b",
+ "fetcher": "github",
+ "repo": "polymode/poly-noweb",
+ "unstable": {
+ "version": [
+ 20190605,
+ 2102
+ ],
+ "deps": [
+ "polymode"
+ ],
+ "commit": "4e65cb22d6bca901021205257f867f868989c665",
+ "sha256": "1pnjg615i5p9h5fppvn36vq2naz4r1mziwqjwwxka6kic5ng81h8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "polymode"
+ ],
+ "commit": "4e65cb22d6bca901021205257f867f868989c665",
+ "sha256": "1pnjg615i5p9h5fppvn36vq2naz4r1mziwqjwwxka6kic5ng81h8"
+ }
+ },
+ {
+ "ename": "poly-org",
+ "commit": "3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d",
+ "sha256": "1xrhdjmz3p5d3sgbfpmf6wksa1cpxqhy1wg17b5x8ah4w4yhpdca",
+ "fetcher": "github",
+ "repo": "polymode/poly-org",
+ "unstable": {
+ "version": [
+ 20190605,
+ 2103
+ ],
+ "deps": [
+ "polymode"
+ ],
+ "commit": "8b0de75b1f9b65c22f7e3fbc205c9408214c8a1f",
+ "sha256": "04x6apjad4kg30456z1j4ipp64yjgkcaim6hqr6bb0rmrianqhck"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "polymode"
+ ],
+ "commit": "8b0de75b1f9b65c22f7e3fbc205c9408214c8a1f",
+ "sha256": "04x6apjad4kg30456z1j4ipp64yjgkcaim6hqr6bb0rmrianqhck"
+ }
+ },
+ {
+ "ename": "poly-rst",
+ "commit": "d3fb89f58903245a8df75060ddd695a05cedb322",
+ "sha256": "08sdnjb5zvlynyxkmajn1j9gnjdjj81ycid9ziydvrb7hb88x2m4",
+ "fetcher": "github",
+ "repo": "polymode/poly-rst",
+ "unstable": {
+ "version": [
+ 20190605,
+ 2103
+ ],
+ "deps": [
+ "polymode"
+ ],
+ "commit": "1a7d38e1c1d35cf64e4dad408db486a8e1931e61",
+ "sha256": "1xzbznm43hsvmg2ibqa6a1rymfy85nagjsxadn5mj9r04ivhf2fd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "polymode"
+ ],
+ "commit": "1a7d38e1c1d35cf64e4dad408db486a8e1931e61",
+ "sha256": "1xzbznm43hsvmg2ibqa6a1rymfy85nagjsxadn5mj9r04ivhf2fd"
+ }
+ },
+ {
+ "ename": "poly-ruby",
+ "commit": "68213703359324d09553a2164f1f6ecca7c16854",
+ "sha256": "0d8s6bl5ynx0r5cwvfkd52rksiq5kdyrgbxds56r8ls6cfkwqngg",
+ "fetcher": "github",
+ "repo": "knu/poly-ruby.el",
+ "unstable": {
+ "version": [
+ 20180905,
+ 929
+ ],
+ "deps": [
+ "polymode"
+ ],
+ "commit": "794ebb926ace23e9c1398da934701951432dcea2",
+ "sha256": "1ffm81hg1gah7hb9x556hda5g4j3gk4c986q9gaacvfizqak3gyy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "polymode"
+ ],
+ "commit": "794ebb926ace23e9c1398da934701951432dcea2",
+ "sha256": "1ffm81hg1gah7hb9x556hda5g4j3gk4c986q9gaacvfizqak3gyy"
+ }
+ },
+ {
+ "ename": "poly-slim",
+ "commit": "3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d",
+ "sha256": "15nh0d8y79rwc24akxfpf346jypadfgjjn6vlgaj6xjnj7wsp7ax",
+ "fetcher": "github",
+ "repo": "polymode/poly-slim",
+ "unstable": {
+ "version": [
+ 20190605,
+ 2103
+ ],
+ "deps": [
+ "polymode",
+ "slim-mode"
+ ],
+ "commit": "a4fb8166d110b82eb3f1d0b4fc87045c3308bd7d",
+ "sha256": "06kwhmw5r5h4bsaqscr7dl3rfsa6wp642597zcmzdly94h26iwy9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "polymode",
+ "slim-mode"
+ ],
+ "commit": "a4fb8166d110b82eb3f1d0b4fc87045c3308bd7d",
+ "sha256": "06kwhmw5r5h4bsaqscr7dl3rfsa6wp642597zcmzdly94h26iwy9"
+ }
+ },
+ {
+ "ename": "poly-wdl",
+ "commit": "43e48725f64cb660e2d210a1b39ae9e68e5c5087",
+ "sha256": "0fj9rxh67aczzd4pyh56r0974b60ixmrb2cbwjmndj55agyw39xb",
+ "fetcher": "github",
+ "repo": "jmonlong/poly-wdl",
+ "unstable": {
+ "version": [
+ 20190712,
+ 529
+ ],
+ "deps": [
+ "polymode",
+ "wdl-mode"
+ ],
+ "commit": "963faa828d15d49cee5a63f619c3c30e162c2d0f",
+ "sha256": "0bihvkkq4v7wadwbsrgi7a0zmhqn2lp76pnq7vwwsvs1rm36pbvy"
+ }
+ },
+ {
+ "ename": "polymode",
+ "commit": "3058351c4500fdcbe7f40b4c96ac8d6de9bbeb1d",
+ "sha256": "15i9masklpy4iwskc7dzqjhb430ggn0496z4wb1zjj0b9xx4wj66",
+ "fetcher": "github",
+ "repo": "polymode/polymode",
+ "unstable": {
+ "version": [
+ 20190714,
+ 2017
+ ],
+ "commit": "01232ad3800e974938199c9ac07fad57fcec540c",
+ "sha256": "136d1mbk00c0pz10nvklh934yzs6q1i6brvp9xnv947aazsgwj4m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "82a0c3d71cc02e32a347033b3f42afeac4e43f66",
+ "sha256": "04v0gnzfsjb50bgly6kvpryx8cyzwjaq2llw4qv9ijw1l6ixmq3b"
+ }
+ },
+ {
+ "ename": "pomidor",
+ "commit": "4e0d4f313081594df23f357c40feb456847d8bd0",
+ "sha256": "0pdzipyza98dhnz6am8lrmz8fh3p1c21v2mhs56fb9lwyvcgv8fi",
+ "fetcher": "github",
+ "repo": "TatriX/pomidor",
+ "unstable": {
+ "version": [
+ 20190523,
+ 1414
+ ],
+ "deps": [
+ "alert"
+ ],
+ "commit": "590e64d316d9210bd00cb4eb39d2f07ddc16809a",
+ "sha256": "0001k4p09il5f20s0jgyi96wzslfcgv3y35wfxj771gixlacnrhi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "alert"
+ ],
+ "commit": "590e64d316d9210bd00cb4eb39d2f07ddc16809a",
+ "sha256": "0001k4p09il5f20s0jgyi96wzslfcgv3y35wfxj771gixlacnrhi"
+ }
+ },
+ {
+ "ename": "pomodoro",
+ "commit": "0b5c2c50eb87952d01c1b338b7d3e4b3a4546555",
+ "sha256": "075sbypas8xlhsw8wg3mgi3fn5yf7xb3klyjgyy8wfkgdz0269f8",
+ "fetcher": "github",
+ "repo": "baudtack/pomodoro.el",
+ "unstable": {
+ "version": [
+ 20190201,
+ 2152
+ ],
+ "commit": "6cd665ceeaca1f70954aa4caef6f085179f94c69",
+ "sha256": "08z2nja3bhjgg6k7bb0cr8v02y8gaxkmxmfcvvgiixw3kfrnkpwn"
+ }
+ },
+ {
+ "ename": "pony-mode",
+ "commit": "a1fd64317610fb6ef5b14e8bf15e727680d5ff09",
+ "sha256": "1hgiryhpxv30bjlgv9pywzqn2ypimwzdhx03znqvn56zrwn1frnl",
+ "fetcher": "github",
+ "repo": "davidmiller/pony-mode",
+ "unstable": {
+ "version": [
+ 20170807,
+ 1522
+ ],
+ "commit": "760684d30b6c234d1b88c9a4673a808f36f7f341",
+ "sha256": "1y4gxn25i2nszdhqq8jxf9h65mqfgcwbypx5p4wkan5i1v2i3yr1"
+ }
+ },
+ {
+ "ename": "pony-snippets",
+ "commit": "0ef333f9ea8ec691b65e7fbd286fb7f1ddbe5381",
+ "sha256": "0yl2jzc8yyvs93xh802gcnm8j2zharih3hnsiv1syr0g5ycgkd41",
+ "fetcher": "github",
+ "repo": "ponylang/pony-snippets",
+ "unstable": {
+ "version": [
+ 20160205,
+ 411
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "b921bd943b528f04d4293625b28fd2d4a013a1bf",
+ "sha256": "183vml7090w1fx99rz9d8qjfbf089wqilyflk0512xz8al3gcd8q"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "56018b23a11563c6766ed706024b22aa5a4556b4",
+ "sha256": "0xjvxfkrl6wl31s7rvbv9zczn6d6i9vf20waqlr3c2ff3zy55ygy"
+ }
+ },
+ {
+ "ename": "ponylang-mode",
+ "commit": "0ef333f9ea8ec691b65e7fbd286fb7f1ddbe5381",
+ "sha256": "06av5plxg7ry1dvmq87d8ja6slxfakrfadayz7gdkgni6z76ghs3",
+ "fetcher": "github",
+ "repo": "ponylang/ponylang-mode",
+ "unstable": {
+ "version": [
+ 20180804,
+ 1521
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "ea98ba541b4a439accc126f17120c5425f741b67",
+ "sha256": "0pl7hpsc3az2zd80r77qgxajbvwcmq7b5dcyphv7bfvlimgby7i3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 11
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "963abdcdb398b71fb13a4f7d2ffde23eb20e2a23",
+ "sha256": "1h0y6x4h7higwdq569h2lk0iddd23c3csqjk7y5phvc0lq812xs0"
+ }
+ },
+ {
+ "ename": "pophint",
+ "commit": "0055c2887acbbd8a2803bf3f81ac2cc444cc805a",
+ "sha256": "1chq2j79hg095jxw5z3pz4qicqrccw0gj4sxrin0a55hnprzzp72",
+ "fetcher": "github",
+ "repo": "aki2o/emacs-pophint",
+ "unstable": {
+ "version": [
+ 20170918,
+ 248
+ ],
+ "deps": [
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "909025c5a871ca4b9ec7aed7f1a27c819a94dba1",
+ "sha256": "0qbb36qijkzbzxlmqsvvddm7x2gk9rkafnyjbkxsl76rz1ajy6nz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 3
+ ],
+ "deps": [
+ "log4e",
+ "popup",
+ "yaxception"
+ ],
+ "commit": "28dc6a76e726f371bcca3160c27ae2017324399c",
+ "sha256": "18i0kivn6prh5pwdr7b4pxfxqsc8l4mks1h6cfs7iwnfn15g5k19"
+ }
+ },
+ {
+ "ename": "poporg",
+ "commit": "63502ec265a66d3f72ef93a2f6e7c2e517ff98a3",
+ "sha256": "08s42689kd78h2fmw230ja5dd3c3b4lx5mzadncwq0lj91y86kd8",
+ "fetcher": "github",
+ "repo": "QBobWatson/poporg",
+ "unstable": {
+ "version": [
+ 20170403,
+ 751
+ ],
+ "commit": "2c58d68c81ecca4140bf179f19ed153ec804b65a",
+ "sha256": "1ymqhy0sqd54z154s3cm6q1m4xnr9wkx9dl5f93845k11ay3kvln"
+ }
+ },
+ {
+ "ename": "popup",
+ "commit": "083fb071191bccd6feb3fb84569373a597440fb1",
+ "sha256": "151g00h9rkid76qf6c53n8bncsfaikmhj8fqcb3r3a6mbngcd5k2",
+ "fetcher": "github",
+ "repo": "auto-complete/popup-el",
+ "unstable": {
+ "version": [
+ 20160709,
+ 1429
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "80829dd46381754639fb764da11c67235fe63282",
+ "sha256": "05j7m6mqp6hr6225blsipnp2qcncwl09f52niya5334ibqzbvvlk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "46632ab9652dacad56fd961cd6def25a015170ae",
+ "sha256": "1y538siabcf1n00wr4iz5gbxfndw661kx2mn9w1g4lg7yi4n0h0h"
+ }
+ },
+ {
+ "ename": "popup-complete",
+ "commit": "b43b85f90c476a3b88f94927a7db90bdc72cd171",
+ "sha256": "04bpm31zx87j390r2xi1yl4kyqgalmyqc48xarsm67zfww9fw9c1",
+ "fetcher": "github",
+ "repo": "syohex/emacs-popup-complete",
+ "unstable": {
+ "version": [
+ 20141109,
+ 308
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "caa655a6d8472e9a4bfa1311126d90d7d1b07fca",
+ "sha256": "1q9zajv6g7mi6k98kzq3498nhmdkp1z9d2b8vgzbk7745d39gm9b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "e362d4a005b36646ffbaa6be604e9e31bc406ca9",
+ "sha256": "084hb3zn1aiabbyxgaalszb2qjf9z64z960ks5fvz8nh7n6y7ny4"
+ }
+ },
+ {
+ "ename": "popup-edit-menu",
+ "commit": "e824ae5bd9214f8de210059f8145f13a4e62e8a1",
+ "sha256": "1mqni09l1xfxv4g64hskpsla41r5d2xfbw81ncbszwqzlln6k5bf",
+ "fetcher": "github",
+ "repo": "debugfan/popup-edit-menu",
+ "unstable": {
+ "version": [
+ 20170404,
+ 1425
+ ],
+ "commit": "925600a6e29183841199e866cf55e566a6a1b002",
+ "sha256": "1dd0ss7cjdjs3c7vkq8p874408iysih80brc8vlfh1f43cnc5v92"
+ }
+ },
+ {
+ "ename": "popup-imenu",
+ "commit": "5ca5d65d6a9c7ef3fa2684271fe087dc132d3a61",
+ "sha256": "0lxwfaa9vhdn55dj3idp8c3fg1g26qsqq46y5bimfd0s89bjbaxn",
+ "fetcher": "github",
+ "repo": "ancane/popup-imenu",
+ "unstable": {
+ "version": [
+ 20170326,
+ 1040
+ ],
+ "deps": [
+ "dash",
+ "flx-ido",
+ "popup"
+ ],
+ "commit": "c5e2e69adbd3a630e4cb750965a1aee8c10c1f09",
+ "sha256": "0vn0jli0ya7xnapifkgzynbnh3rpnzb82j5k9bla2j4miqfc6cg8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "deps": [
+ "dash",
+ "flx-ido",
+ "popup"
+ ],
+ "commit": "c5e2e69adbd3a630e4cb750965a1aee8c10c1f09",
+ "sha256": "0vn0jli0ya7xnapifkgzynbnh3rpnzb82j5k9bla2j4miqfc6cg8"
+ }
+ },
+ {
+ "ename": "popup-kill-ring",
+ "commit": "0b745b067e5d68467b89e0dbade7a9a76de2946c",
+ "sha256": "1jfw669xi2983jj3hiw5lyhc0rc0318qrmqx03f7m4ylg70dgxip",
+ "fetcher": "github",
+ "repo": "waymondo/popup-kill-ring",
+ "unstable": {
+ "version": [
+ 20131020,
+ 1854
+ ],
+ "deps": [
+ "popup",
+ "pos-tip"
+ ],
+ "commit": "5773dfadc104a906c088a3ec62e8cdd3e01e57fa",
+ "sha256": "1zdwlmk3vr0mq0dxrnkqjncalnbmvpxc0lma2sv3a4czl8yv0inn"
+ }
+ },
+ {
+ "ename": "popup-switcher",
+ "commit": "ef7d1897c4c4a6f4b4527279e6dad976219d7b78",
+ "sha256": "1888xiqhrn7fcpjnr3smchmmqwfayfbbyvdkdb79c6drzjcvidp1",
+ "fetcher": "github",
+ "repo": "kostafey/popup-switcher",
+ "unstable": {
+ "version": [
+ 20171205,
+ 851
+ ],
+ "deps": [
+ "cl-lib",
+ "popup"
+ ],
+ "commit": "f5788a31918e37bb5c04139048c667bcec9f1b62",
+ "sha256": "0gfi8dlgynciv3q5a208c7gd66g2r99b3zn0i31ibpppjqy2vcsk"
+ }
+ },
+ {
+ "ename": "popwin",
+ "commit": "2b3d6a8b734e0820fd904c215a83fe5519496dc3",
+ "sha256": "1zp54nv8rh0b3g8y5aj4793miiw2r1ijwbzq31lkwmbdr09mixmf",
+ "fetcher": "github",
+ "repo": "m2ym/popwin-el",
+ "unstable": {
+ "version": [
+ 20150315,
+ 1300
+ ],
+ "commit": "95dea14c60019d6cccf9a3b33e0dec4e1f22c304",
+ "sha256": "0nips9npm4zmz3f37vvb4s0g1ci0p9cl6w0z4sc6agg4rybjhpdp"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "95dea14c60019d6cccf9a3b33e0dec4e1f22c304",
+ "sha256": "0nips9npm4zmz3f37vvb4s0g1ci0p9cl6w0z4sc6agg4rybjhpdp"
+ }
+ },
+ {
+ "ename": "portage-navi",
+ "commit": "0a467702b3ac3c8bdc723262e6919f67fd71d524",
+ "sha256": "1wjkh8xj5120v9fz1nrpkd6x4f22ni8h2lfkd82df7kjz6bzdfwg",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-portage-navi",
+ "unstable": {
+ "version": [
+ 20141208,
+ 1355
+ ],
+ "deps": [
+ "concurrent",
+ "ctable"
+ ],
+ "commit": "8016c3e99fe6cef101d479a3d69185796b22ca2f",
+ "sha256": "1pm4x74pw67m2izr9dir201dn5g9icgk6h2j8rqvasgx8v8krv3i"
+ }
+ },
+ {
+ "ename": "porthole",
+ "commit": "ba1c1a010faa762d371da6a896c6e236ef031302",
+ "sha256": "0kllq52jrmqrjsz0shi4aviz19m6pci216i5fassgf71ra8v15s7",
+ "fetcher": "github",
+ "repo": "jcaw/porthole",
+ "unstable": {
+ "version": [
+ 20190721,
+ 1428
+ ],
+ "deps": [
+ "elnode",
+ "f",
+ "json-rpc-server"
+ ],
+ "commit": "0e73b8e527cfc9ecba2fa4f88382f588fb4a300d",
+ "sha256": "06nf12cvxk2dxqljrga59vp8wkvsif1mm3ahvy1nbjsq6s8zryq4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 5
+ ],
+ "deps": [
+ "elnode",
+ "f",
+ "json-rpc-server"
+ ],
+ "commit": "481a3a247586417b7643d393113ff8faf95b327e",
+ "sha256": "1gdywyb1vq7i983d4bdhwdkk0vk0x09rms83xyk4j75qlqb05vp1"
+ }
+ },
+ {
+ "ename": "pos-tip",
+ "commit": "306e9978d2a071548cc9d8c531a1ce6c6c6b99aa",
+ "sha256": "13qjz112qlrnq34lr70087gshzq8m44knfl6694hfprzjgix84vh",
+ "fetcher": "github",
+ "repo": "pitkali/pos-tip",
+ "unstable": {
+ "version": [
+ 20150318,
+ 1513
+ ],
+ "commit": "051e08fec5cf30b7574bdf439f79fef7d42d689d",
+ "sha256": "168hl76rhj6f5ncmrij4rd3z55228h6kb23384h2phsjw0avgf23"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 6
+ ],
+ "commit": "1b81694d1dc29253db0e855b82563f84a32b38d4",
+ "sha256": "0w8bnspnk871qndp18hs0wk4x9x31xr9rwbvf5dc8mcbnj29ch33"
+ }
+ },
+ {
+ "ename": "posframe",
+ "commit": "fa3488f2ede1201faf4a147313456ed90271f050",
+ "sha256": "02chwkc7gn7fxaaxsz9msmrhrd62bji5hhb71kdm019x8d84z06w",
+ "fetcher": "github",
+ "repo": "tumashu/posframe",
+ "unstable": {
+ "version": [
+ 20190805,
+ 956
+ ],
+ "commit": "bfd2e55219e0911980f4ea97b5995ce8553dce60",
+ "sha256": "19vvhx9x6646va4s4yy77inll9d2mhipakvz4pyz4pjw8pjcd94x"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "commit": "fc90a1a558200e5c3688c65add9afdea695a2c10",
+ "sha256": "1fhjxj7gi2pj5rdnmf0gddiwd8iifgjgjp01c01npz1gwwixyqh3"
+ }
+ },
+ {
+ "ename": "postcss-sorting",
+ "commit": "9fae97430f211786f615f7450936f823e2a04ec4",
+ "sha256": "0730b2wddal15yi4k6wzhv9xv1k40iwrn3mivg9bkxabh3mgrl10",
+ "fetcher": "github",
+ "repo": "P233/postcss-sorting.el",
+ "unstable": {
+ "version": [
+ 20180211,
+ 956
+ ],
+ "commit": "deb0c935d2904c11a965758a9aee5a0e905f21fc",
+ "sha256": "03kng7i09px5vizvmmrar7rj3bk27y43bi8hlzxax0ja27k0c66c"
+ }
+ },
+ {
+ "ename": "pov-mode",
+ "commit": "89d6b4a3d7a5f3cc93e9d13d4c174b5d7de7bad1",
+ "sha256": "1xzdmlfi5ixdh08v0ca80zkh9n3gfn4ql5pnl3jh745wbj9azxp9",
+ "fetcher": "github",
+ "repo": "melmothx/pov-mode",
+ "unstable": {
+ "version": [
+ 20161115,
+ 743
+ ],
+ "commit": "9fc1db3aab7c27155674dd1a87ec62606035d074",
+ "sha256": "1399fxivy15y2k4vp7vqqgsi8l1mzxc8aa2mf2x1hksgiyq60acp"
+ }
+ },
+ {
+ "ename": "pow",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "13f3pk52f9lkkl3zi6448j9b39kn6ny9vmnlsvhwa6s0vaz8f220",
+ "fetcher": "github",
+ "repo": "yukihr/emacs-pow",
+ "unstable": {
+ "version": [
+ 20140420,
+ 806
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ea83986b8ca8e27cb996290d6463b111ec0966ce",
+ "sha256": "112s6qb80sn44b1cxggqfci89wymxvvwkwl7nknfnr2dzd58lzzy"
+ }
+ },
+ {
+ "ename": "powerline",
+ "commit": "f805053cd4dd9ed53ee0df17ad69429bc62325bb",
+ "sha256": "0gsffr6ilmckrzifsmhwd42vr85vs42pc26f1205pbxb7ma34dhx",
+ "fetcher": "github",
+ "repo": "milkypostman/powerline",
+ "unstable": {
+ "version": [
+ 20190323,
+ 213
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "6ef4a06c3c583045accbc957b6f449b7c0c57cd8",
+ "sha256": "1ybm5y03if4wbzhx5p05wwgf2d8l2c4vwi22d0ygvlwrzfk8n5dl"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 4
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d3dcfc57a36111d8e0b037d90c6ffce85ce071b2",
+ "sha256": "1hp3xp18943n0rlggz55150020ivw8gvi1vyxkr4z8xhpwq4gaar"
+ }
+ },
+ {
+ "ename": "powerline-evil",
+ "commit": "c1a92c8b5b92269773d314aa6cec4f0057291a68",
+ "sha256": "1x5hvnjdrpn3c8z6m7xfk30qd5y58p3jcyqr48qx91d0109gk342",
+ "fetcher": "github",
+ "repo": "johnson-christopher/powerline-evil",
+ "unstable": {
+ "version": [
+ 20190603,
+ 340
+ ],
+ "deps": [
+ "evil",
+ "powerline"
+ ],
+ "commit": "b77e2cf571e9990734f2b30d826f3a362b559fd1",
+ "sha256": "1hs9jvl5lmfwr9k6qcnxjhd61zsmzq53ania1w5616gqa4qnjzhn"
+ }
+ },
+ {
+ "ename": "powershell",
+ "commit": "7002c50f2734675134791916aa9d8b82b4582fcb",
+ "sha256": "162k8y9k2n48whaq93sqk86zy3p9qvsfxgyfv9n1nvk4l5wn70wk",
+ "fetcher": "github",
+ "repo": "jschaf/powershell.el",
+ "unstable": {
+ "version": [
+ 20190421,
+ 2038
+ ],
+ "commit": "87826777bd3ebd53740be99b4546bfc11ccc625d",
+ "sha256": "038pcb7hv05yja9fvrmps6vh096a5rrdmyx9l8nisxqnsqf97ghv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "7316f44d0b528552f5a0692f778e5f0efd964299",
+ "sha256": "010b151wblgxlfpy590yanbl2r8qhpbqgi02v0pyir340frm9ngn"
+ }
+ },
+ {
+ "ename": "powerthesaurus",
+ "commit": "04a7e6d2292e933e0318296107774e1248888f3c",
+ "sha256": "011kl3n1hfmz844w198gvh5anjyqj0m4pvryahslc0r1zavik7ni",
+ "fetcher": "github",
+ "repo": "SavchenkoValeriy/emacs-powerthesaurus",
+ "unstable": {
+ "version": [
+ 20190721,
+ 805
+ ],
+ "deps": [
+ "jeison",
+ "request",
+ "s"
+ ],
+ "commit": "81a262ec0c9294ad377bafc6cc4e6d91b461acb6",
+ "sha256": "0ffy2c56difdhgpwvvvgyvifldxlmijcs11hs6hx6gv3hndmym7i"
+ }
+ },
+ {
+ "ename": "ppd-sr-speedbar",
+ "commit": "f930f54048d06f6a97824b66fbb74649eed40b54",
+ "sha256": "1m2918hqvb9c6rgb5szs95ds99gdjdxggcbdfqzmbb5sz2936av8",
+ "fetcher": "github",
+ "repo": "rdallasgray/ppd-sr-speedbar",
+ "unstable": {
+ "version": [
+ 20151108,
+ 1224
+ ],
+ "deps": [
+ "project-persist-drawer",
+ "sr-speedbar"
+ ],
+ "commit": "d88d7f63f695824c435dd996405454d1e46d2aa3",
+ "sha256": "08ff4l6vlyzqpy6cv9wc714h3ia8cwy5gc3qk5zml1yijv8xvb75"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 6
+ ],
+ "deps": [
+ "project-persist-drawer",
+ "sr-speedbar"
+ ],
+ "commit": "19d3e924407f40a6bb38c8fe427a159af755adce",
+ "sha256": "0pv671j8g09pn61kkfb3pa9axfa9zd2jdrkgr81rm2gqb2vh1hsq"
+ }
+ },
+ {
+ "ename": "prassee-theme",
+ "commit": "15425b576045af1c508912e2091daf475b80b429",
+ "sha256": "1j0817hxxri6mq9pplgwf5jp2dagk6hay7g1a1lgz4qgkf5jnshs",
+ "fetcher": "github",
+ "repo": "prassee/prassee-emacs-theme",
+ "unstable": {
+ "version": [
+ 20180709,
+ 1004
+ ],
+ "commit": "81126f69cdbaab836c00ae7a49aaf89d4229fde1",
+ "sha256": "18yqsl8jsi3zxfcigvm6fjcx84hzb8b3j7ihiyzqmdhmvma3i08y"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "9850c806d39acffdef8e91e1a31b54a7620cbae3",
+ "sha256": "1agghimrmh4kh71y51l6lzampjl15ac6jxrrhdviw95c3rxfll4x"
+ }
+ },
+ {
+ "ename": "preproc-font-lock",
+ "commit": "582692267795c91bb7f2ec3bffc2b9c2be9f2a32",
+ "sha256": "1ra0lgjv6713zym2h8pblf2ryf0f658l1khbxbwnxl023gkyj9v4",
+ "fetcher": "github",
+ "repo": "Lindydancer/preproc-font-lock",
+ "unstable": {
+ "version": [
+ 20151107,
+ 2018
+ ],
+ "commit": "565fda9f5fdeb0598986174a07e9fb09f7604397",
+ "sha256": "0yrfd9qaz16nqcvjyjm9qci526qgkv6k51q5752h3iyqkxnss1pd"
+ }
+ },
+ {
+ "ename": "prescient",
+ "commit": "ec02349e31531c347e4a43fbde56ae4386898cc6",
+ "sha256": "04js3hblavfrc6kqp942x5yjdl3ndazf3n64p83423ldsmhbip6s",
+ "fetcher": "github",
+ "repo": "raxod502/prescient.el",
+ "unstable": {
+ "version": [
+ 20190727,
+ 2126
+ ],
+ "commit": "ea8e9fea4385272924d09c91220c7f2e9ac95b3f",
+ "sha256": "1apb9v31ajq586f7mqachv238yv40gacrjmh2s8mnk45xil72swy"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 2
+ ],
+ "commit": "653ca4b66954b7f1b6e4635a574234dd316c11a3",
+ "sha256": "0d60h4rfm5jcf8cf11z91wjqp0xcrviskqzyqhfliqvy2i2yl6ks"
+ }
+ },
+ {
+ "ename": "preseed-generic-mode",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "14vbx6y7h4vqc5kkgj4mbr9zj6gqf6ib3hh2917m203s8y87lsfl",
+ "fetcher": "github",
+ "repo": "suntong/preseed-generic-mode",
+ "unstable": {
+ "version": [
+ 20180210,
+ 500
+ ],
+ "commit": "3aa8806c4a659064baa01751400c53fbaf847f66",
+ "sha256": "02yb5xkgwqxpwghhjmxf2gx0faifi04w2jd8cvfsiwzwqmqyhmv7"
+ }
+ },
+ {
+ "ename": "presentation",
+ "commit": "747afd0339215528bf104f778a13edacbac510b7",
+ "sha256": "0zdpfvg6kbvi6b4lb7vbdjrkgk0j1q6gzyd0s2b0603fnyy4sqdg",
+ "fetcher": "github",
+ "repo": "zonuexe/emacs-presentation-mode",
+ "unstable": {
+ "version": [
+ 20180427,
+ 224
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f53f67aeab97e8eea6d1f12df5f7ce3b1b03b879",
+ "sha256": "0hv8z5wqfg8xkx590jm4c0fjhdxy8312bvbm16ifz2vflvl6gjb2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e9e402d05a8b6d9e1e7fe853503c92fea4cf65cb",
+ "sha256": "10pvjdnb48fk663232qvh4gapk2yiz4iawpffzjrbs3amxh50bi7"
+ }
+ },
+ {
+ "ename": "prettier-js",
+ "commit": "968ac7bb98b385f8542dc150486982c0ded73187",
+ "sha256": "0mf66sdsdbhf76pwkjkfjsnh26g4j3zb4y1qrbxc9jcvymccb3yq",
+ "fetcher": "github",
+ "repo": "prettier/prettier-emacs",
+ "unstable": {
+ "version": [
+ 20180109,
+ 726
+ ],
+ "commit": "e9b73e81d3e1642aec682195f127a42dfb0b5774",
+ "sha256": "0hj4fv3fgc60i6jrsx4a81s5c9fsxxafhhs3q2q1dypsscjci9ph"
+ }
+ },
+ {
+ "ename": "prettify-greek",
+ "commit": "23c8f10205187babb17e3abc3dc40eb1938e6640",
+ "sha256": "1izl6r6i3zbhd7r7lz2k42yyz6qcng11wfmb7lx4883dj00flsl7",
+ "fetcher": "gitlab",
+ "repo": "fommil/emacs-prettify-greek",
+ "unstable": {
+ "version": [
+ 20160603,
+ 908
+ ],
+ "commit": "698d07a6ffe85f6fb53f3bfec4f49380c25cfd90",
+ "sha256": "0g2bxa7mwfkc8navbi2w28rd4f4zqphxi13kwmd2p83g3wavd99v"
+ }
+ },
+ {
+ "ename": "pretty-hydra",
+ "commit": "865917fcc75c4118afc89b8bcc20ebdb6302f15d",
+ "sha256": "0gp4cbffpa17svs7fzxighyly7c8brsn3avv3hqvd590kkz3fkri",
+ "fetcher": "github",
+ "repo": "jerrypnz/major-mode-hydra.el",
+ "unstable": {
+ "version": [
+ 20190715,
+ 937
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "hydra",
+ "s"
+ ],
+ "commit": "854827d0585a4fc9310708bfae2514957f4dc341",
+ "sha256": "0649wrm5zb68yfqxmim6rcg6ykv2dqxishjpas3hj3x62xn44qrb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "hydra",
+ "s"
+ ],
+ "commit": "854827d0585a4fc9310708bfae2514957f4dc341",
+ "sha256": "0649wrm5zb68yfqxmim6rcg6ykv2dqxishjpas3hj3x62xn44qrb"
+ }
+ },
+ {
+ "ename": "pretty-mode",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "0zm6azbl70qmq2ybi576wfs3mx0ny54mf97b94ac501miv4fv0mq",
+ "fetcher": "github",
+ "repo": "pretty-mode/pretty-mode",
+ "unstable": {
+ "version": [
+ 20190615,
+ 2045
+ ],
+ "commit": "5154355e90fdd70d3647257280a89eeb725ef084",
+ "sha256": "0fq3v2ld7mk8nw81vgq2jgpk8wkddk74il3gs1p0zxkly0p155i3"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 3
+ ],
+ "commit": "4ba8fceb7dd733361ed975d80ac2caa3612fa78b",
+ "sha256": "013fig9i4fyx16krp2vfv953p3rwdzr38zs6i50af4pqz4vrcfvh"
+ }
+ },
+ {
+ "ename": "pretty-sha-path",
+ "commit": "6520d692662aaf92023623273597d966ca3cba9d",
+ "sha256": "0qqsg383391dnsk46xm8plq7xmdmnis3iv7h7dmchpzd99bkm9lq",
+ "fetcher": "github",
+ "repo": "alezost/pretty-sha-path.el",
+ "unstable": {
+ "version": [
+ 20141105,
+ 1826
+ ],
+ "commit": "a2b43dd9de423a38d67cda2e3bd9412f7d363257",
+ "sha256": "1n0594msgy53ia58gjfkm3z3cnmq52wrq5992fm28s4jgazbgdfd"
+ }
+ },
+ {
+ "ename": "pretty-symbols",
+ "commit": "ed01ef6333e4558877b0e357ff8bf601fb88b757",
+ "sha256": "0d1ad2x4md0n3fad3s2355wm8hl311qdhih1gkdqwdaj4i1d6gvb",
+ "fetcher": "github",
+ "repo": "drothlis/pretty-symbols",
+ "unstable": {
+ "version": [
+ 20140814,
+ 959
+ ],
+ "commit": "582cbe51ecfe1cc0a5b185bc06113c8a661e3956",
+ "sha256": "1f00l9f6an1mh8yhf629mw0p37m4jcpl8giz47xbdyw1k6bqn830"
+ }
+ },
+ {
+ "ename": "private",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "1mvma2xgjy9vkh468x80xlri6qfr7d494la1j6r1clkjsn5kg7hr",
+ "fetcher": "github",
+ "repo": "zhangkaiyulw/private",
+ "unstable": {
+ "version": [
+ 20150122,
+ 157
+ ],
+ "deps": [
+ "aes"
+ ],
+ "commit": "9266d01c095895cc3ee9de95bc20511e88353755",
+ "sha256": "0zng64f5vwnpkf9fk59yv1ndc646q608a6awr1y9qk0mhzbfzhqm"
+ }
+ },
+ {
+ "ename": "private-diary",
+ "commit": "ef39950941c522e64ea991c9eeecfb5f6f18f6a2",
+ "sha256": "0dgnf375c00nlkp66kbkzsf469063l03b9miiplbhd63zshlv1i1",
+ "fetcher": "github",
+ "repo": "cacology/private-diary",
+ "unstable": {
+ "version": [
+ 20151216,
+ 1657
+ ],
+ "commit": "0c86fb6150ad8ed14f94def3504f5a68f4147283",
+ "sha256": "1pxr5a9ik09k0f58lawhxiv179n5j8q24zhrs9vjk93yskl1ydwn"
+ }
+ },
+ {
+ "ename": "proc-net",
+ "commit": "4a518f37260084fa7e9221e9189aedc09a951f6d",
+ "sha256": "0562x2s3kk9vlaavak4lya1nlmn4mwlzlc7nw1l3687q023z4hmv",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-proc-net",
+ "unstable": {
+ "version": [
+ 20130322,
+ 12
+ ],
+ "commit": "10861112a1f3994c8e6374d6c5bb5d734cfeaf73",
+ "sha256": "0nly5h0d6w8dc08ifb2fiqcn4cqcn9crkh2wn0jzlz4zd2x75qrb"
+ }
+ },
+ {
+ "ename": "proced-narrow",
+ "commit": "7e1bb8de59729a6690f8423b5531380c8293bf0b",
+ "sha256": "1sqxp9jdhh8iy9pvgz0s9jm6p93ib12gn2gpkasxbx93b1jkdlbc",
+ "fetcher": "github",
+ "repo": "travisjeffery/proced-narrow",
+ "unstable": {
+ "version": [
+ 20190810,
+ 420
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "df5cce50b3d1219b23d28e23cbf68e0c7807a15c",
+ "sha256": "00b2g7prijad6q2zw0vhwq1xb49kcc8ym116zfj5r8wxz9cmpzpr"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 5
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "df5cce50b3d1219b23d28e23cbf68e0c7807a15c",
+ "sha256": "00b2g7prijad6q2zw0vhwq1xb49kcc8ym116zfj5r8wxz9cmpzpr"
+ }
+ },
+ {
+ "ename": "processing-mode",
+ "commit": "ba59561e8a2f259fde170a79844af5e1ef5ed34f",
+ "sha256": "184yg9z14ighz9djg53ji5dgnb98dnxkkwx55m8f0f879x31i89m",
+ "fetcher": "github",
+ "repo": "ptrv/processing2-emacs",
+ "unstable": {
+ "version": [
+ 20171022,
+ 2302
+ ],
+ "commit": "448aba82970c98322629eaf2746e73be6c30c98e",
+ "sha256": "1fv74k37yyrh6jzasgqj88lrbq152gs9gpbjpxn7fz424c38gq2q"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "228bc56369675787d60f637223b50ce3a1afebbd",
+ "sha256": "08ljf39jfmfpdk36nws2dnwpm7y8252zsdprsc85hr1h1ig5xy15"
+ }
+ },
+ {
+ "ename": "processing-snippets",
+ "commit": "ba59561e8a2f259fde170a79844af5e1ef5ed34f",
+ "sha256": "09vkm9asmjz1in0f63s7bf4amifspsqf5w9pxiy5y0qvmn28fr2r",
+ "fetcher": "github",
+ "repo": "ptrv/processing2-emacs",
+ "unstable": {
+ "version": [
+ 20140426,
+ 1428
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "448aba82970c98322629eaf2746e73be6c30c98e",
+ "sha256": "1fv74k37yyrh6jzasgqj88lrbq152gs9gpbjpxn7fz424c38gq2q"
+ }
+ },
+ {
+ "ename": "prodigy",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0lfxb80jqjnzssjs6l511jcsmhkpzb5rh5czrb16dkqcz0cl5b2p",
+ "fetcher": "github",
+ "repo": "rejeep/prodigy.el",
+ "unstable": {
+ "version": [
+ 20190714,
+ 1102
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "0a12eec1f001a4eef16b2c0c524f02f2647a4ff1",
+ "sha256": "02kysq57kqzg0zkhaf302ada9cp9spgp71z8vbdq4c7dl6x75h4g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "3bacca898db9b3493883c95f923a87eb1ce807eb",
+ "sha256": "1whnk1902f8q03clm9xlfl47gkpsywf3mx0ykp70c1q496ab39qj"
+ }
+ },
+ {
+ "ename": "professional-theme",
+ "commit": "bb79514b2afada80da82762890242de5ad88d8de",
+ "sha256": "1l8nisn2c124cpylyahr76hfpdim2125zrns2897p466l5wcxcx5",
+ "fetcher": "github",
+ "repo": "juanjux/emacs-professional-theme",
+ "unstable": {
+ "version": [
+ 20150315,
+ 1100
+ ],
+ "commit": "0927d1474049a193f9f366bde5eb1887b9ba20ed",
+ "sha256": "0hx7rxa3smdippcpj4j63k0r5l4wflllb0vpnwwknc9j93r7042b"
+ }
+ },
+ {
+ "ename": "prog-fill",
+ "commit": "90d680ed481688c9899adb28fbd9a22a17fa8943",
+ "sha256": "0wnqzkzhaywcyw93z86pngpycsrd1mi79psmck6qbhms1aia79p3",
+ "fetcher": "github",
+ "repo": "ahungry/prog-fill",
+ "unstable": {
+ "version": [
+ 20180607,
+ 132
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3fbf7da6dd826e95c9077d659566ee29814a31d8",
+ "sha256": "167is1hbv3nsskz26g9q3zdndqsw9d3rwhbasj0r7a3wabpr8j4r"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3fbf7da6dd826e95c9077d659566ee29814a31d8",
+ "sha256": "167is1hbv3nsskz26g9q3zdndqsw9d3rwhbasj0r7a3wabpr8j4r"
+ }
+ },
+ {
+ "ename": "prognth",
+ "commit": "db6d52b92317aa5ad5024131b62edb5f91f50033",
+ "sha256": "0hr5a3s0ij4hvn424v885z7pcs62yqm9mamw5b096hgjxgjf6ylm",
+ "fetcher": "github",
+ "repo": "Fuco1/prognth",
+ "unstable": {
+ "version": [
+ 20130920,
+ 1759
+ ],
+ "commit": "2f1ca4d34b1fd581163e1df122c85418137e8e62",
+ "sha256": "1szxsbk470fg3jp70r20va9hnnf4jj0mb7kxdkn6rd7ky6w34lwm"
+ }
+ },
+ {
+ "ename": "programmer-dvorak",
+ "commit": "89b0f4b5838aa3d4572ca91fe60cf28664368cb6",
+ "sha256": "1w8r35hkl6qy9a89l0m74x9q2vcc4h2hvmi3r2hqcy2ypkn5l5bv",
+ "fetcher": "github",
+ "repo": "yangchenyun/programmer-dvorak",
+ "unstable": {
+ "version": [
+ 20150427,
+ 137
+ ],
+ "commit": "3288a8f058eca4cab390a564babbbcb17cfa0350",
+ "sha256": "1yklm43d0ppyf4simhqab6m892z4mmxs2145lzw6kpizixavcv00"
+ }
+ },
+ {
+ "ename": "project-abbrev",
+ "commit": "ec27ae185c0308c445e461dc84f398483ca08c5a",
+ "sha256": "12d0w3b9fh7hdi1qwm13s535k574xfh3ck48zpsv3jlxr59q5bqw",
+ "fetcher": "github",
+ "repo": "elpa-host/project-abbrev",
+ "unstable": {
+ "version": [
+ 20190517,
+ 521
+ ],
+ "commit": "b94f829bb24570782b9f6bbcfdec4b391091b778",
+ "sha256": "0lkliz9hycag1gf5hxvh7mrgl5my2vbkn52g4pkh2x7hsdkxhxjy"
+ }
+ },
+ {
+ "ename": "project-explorer",
+ "commit": "c2e5d686b8a18c7a17965ff6c5af8f5817b7ab31",
+ "sha256": "076lzmyi1n7yrgdgyh9qinq271qk6k64x0msbzarihr3p4psrn8m",
+ "fetcher": "github",
+ "repo": "sabof/project-explorer",
+ "unstable": {
+ "version": [
+ 20150504,
+ 14
+ ],
+ "deps": [
+ "cl-lib",
+ "es-lib",
+ "es-windows"
+ ],
+ "commit": "589a09008706f5f4ef91393dc4306eede0d15ca9",
+ "sha256": "04l4m3kxbwvyw9xy6cwakrdxxdswrrs7sya8zn6m738aawbr1mcd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 14,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "es-lib",
+ "es-windows"
+ ],
+ "commit": "7c2cc86a81f679dda355110f916366b64893a5d4",
+ "sha256": "1hv8ifrpwn434sm41vkgbwni21ma5kfybkwasi6zp0f2b5i9ziw7"
+ }
+ },
+ {
+ "ename": "project-persist",
+ "commit": "bd81d1f8a30ed951ed94b9a4db13a2f7735ea878",
+ "sha256": "0csjwj0qaw0hz2qrj8kxgxlixh2hi3aqib98vm19sr3f1b8qab24",
+ "fetcher": "github",
+ "repo": "rdallasgray/project-persist",
+ "unstable": {
+ "version": [
+ 20180906,
+ 1302
+ ],
+ "commit": "26d9435bef44da2a1b0892eba822f9f487b98eec",
+ "sha256": "0ja2pnbw11a2gwywfyfbdpk8rkm8imy04wkshpnlh0nwn7lf0clm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "26d9435bef44da2a1b0892eba822f9f487b98eec",
+ "sha256": "0ja2pnbw11a2gwywfyfbdpk8rkm8imy04wkshpnlh0nwn7lf0clm"
+ }
+ },
+ {
+ "ename": "project-persist-drawer",
+ "commit": "23084af52d2243016eee73a5ee0cd3e945eec71d",
+ "sha256": "1jv2y2hcqakyvfibclzm7g4diw0bvsv3a8fa43yf19wb64jm8hdb",
+ "fetcher": "github",
+ "repo": "rdallasgray/project-persist-drawer",
+ "unstable": {
+ "version": [
+ 20151108,
+ 1222
+ ],
+ "deps": [
+ "project-persist"
+ ],
+ "commit": "35bbe132a4fab6a0fec15ce6c0fd2fe6a4aa9626",
+ "sha256": "1nq320ph8fs9a197ji4mnw2xa24dld0r1nka476yvkg4azmcc9x8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "project-persist"
+ ],
+ "commit": "35bbe132a4fab6a0fec15ce6c0fd2fe6a4aa9626",
+ "sha256": "1nq320ph8fs9a197ji4mnw2xa24dld0r1nka476yvkg4azmcc9x8"
+ }
+ },
+ {
+ "ename": "project-root",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "0xjir204zk254y2x70k9vqwirx2ljmrikpsgn5kn170d1bxvhwmb",
+ "fetcher": "bitbucket",
+ "repo": "piranha/project-root",
+ "unstable": {
+ "version": [
+ 20110206,
+ 2030
+ ],
+ "commit": "843ca1f4ab2bc9c25e0f7cd585ceb1f2693b23f2",
+ "sha256": "0nw02f5lmbqdfnw93d3383sdxx1d31szk23zvjlrmmdwv2124281"
+ }
+ },
+ {
+ "ename": "project-shells",
+ "commit": "becf54de5ae9582d7c76382dff16d40b04b1a464",
+ "sha256": "0mhifxcpgsfwrhbs7axg6ja4klgzzy9pc0nqa7w3qg45xgi9s4m8",
+ "fetcher": "github",
+ "repo": "hying-caritas/project-shells",
+ "unstable": {
+ "version": [
+ 20171107,
+ 851
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "d9401de750e444697c2eb9de1ff79f2a2eba4af8",
+ "sha256": "1x16l0gijirmj667s8l87nizsiww2wzjka9ydl4yxzchl7a486cp"
+ }
+ },
+ {
+ "ename": "projectile",
+ "commit": "ca7bf43ef8893bf04e9658390e306ef69e80a156",
+ "sha256": "1kf8hql59nwiy13q0p6p6rf5agjvah43f0sflflfqsrxbihshvdn",
+ "fetcher": "github",
+ "repo": "bbatsov/projectile",
+ "unstable": {
+ "version": [
+ 20190626,
+ 1315
+ ],
+ "deps": [
+ "pkg-info"
+ ],
+ "commit": "71a01f409a319d57eb3832e93e8a412fbc9d7a65",
+ "sha256": "1qsm4kwydi56h7p0mdm7m8r6nhm4l7lp7snamcgjyfmja2w424fl"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "deps": [
+ "pkg-info"
+ ],
+ "commit": "823c0aa9ffd1e8e03b20efe97c16cfb66e2c56c5",
+ "sha256": "16y0zcqydfag4igwcbljqymkwjgjxdh97ii616wgdsyjgk9xxd4h"
+ }
+ },
+ {
+ "ename": "projectile-codesearch",
+ "commit": "6b1b1d3e356c6b9bffdcf98848918efe2fdfa8c7",
+ "sha256": "1457dhmpgrq1qafr3v4ccw26ix10m60c5vlrpyqsfz8vh8lv0bb8",
+ "fetcher": "github",
+ "repo": "abingham/emacs-codesearch",
+ "unstable": {
+ "version": [
+ 20180508,
+ 1522
+ ],
+ "deps": [
+ "codesearch",
+ "projectile"
+ ],
+ "commit": "f6eb96f034a925444412cfa03e45e0ccbbafe3f2",
+ "sha256": "1xdkm1f04z1h3ivd6zm8hckf3n3fbi5rwybg4dwi5mim6w84i7j9"
+ }
+ },
+ {
+ "ename": "projectile-direnv",
+ "commit": "602485c251bc573e855dfd33e4e94052afbab93f",
+ "sha256": "1s5dapdcblcbcqyv8df26v8wxl8bhrs9ybl5h5qbzz49gigd8nqh",
+ "fetcher": "github",
+ "repo": "christianromney/projectile-direnv",
+ "unstable": {
+ "version": [
+ 20160306,
+ 138
+ ],
+ "deps": [
+ "dash",
+ "projectile",
+ "s"
+ ],
+ "commit": "d5d29e5228f840b7a25358a2fd50353ef2dc9b16",
+ "sha256": "1bq47a6lckgin93cqy5wj277rlrw2cgfywgmbdpxvmbhygpg5hqr"
+ }
+ },
+ {
+ "ename": "projectile-git-autofetch",
+ "commit": "7fdfdeb69fd78fc1bb2c62392f860a8c434f1762",
+ "sha256": "0m0raddsw5yvjrw2v6bdaswffmva8y9hxksdgf9axpvrd3rzlk9n",
+ "fetcher": "github",
+ "repo": "andrmuel/projectile-git-autofetch",
+ "unstable": {
+ "version": [
+ 20190417,
+ 1959
+ ],
+ "deps": [
+ "alert",
+ "projectile"
+ ],
+ "commit": "8d8d090fdff42671e9926f095deb3448d24730b1",
+ "sha256": "1x1x1hn8k6hpj1vljbgmgznvgnky75xg4scy5y57k937pvkmyg6j"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "alert",
+ "projectile"
+ ],
+ "commit": "da02069d906e6e7f28ea1dd6a9196529315a5cba",
+ "sha256": "106kj49rxsrdh6awvql3zyr3ramdcn0aaq4rmbmd45hz9ij7x1wh"
+ }
+ },
+ {
+ "ename": "projectile-hanami",
+ "commit": "9c0123322baee1e96afd055de3f44827574d2b5f",
+ "sha256": "0qi9i4wdggrmihf1j42fqrf38psmb33rlafg3y6da5r7lpn03j1a",
+ "fetcher": "github",
+ "repo": "avdgaag/projectile-hanami",
+ "unstable": {
+ "version": [
+ 20160505,
+ 1311
+ ],
+ "deps": [
+ "inf-ruby",
+ "projectile",
+ "rake"
+ ],
+ "commit": "c4b8e7d4dfec789ef8493a7c5d4ce0cf7937e579",
+ "sha256": "1pqmyfz0vil30x739r18zpw9n76297ckisimq2g0xl1irhynsvbk"
+ }
+ },
+ {
+ "ename": "projectile-rails",
+ "commit": "b16532bb8d08f7385bca4b83ab4e030d7b453524",
+ "sha256": "0fgvignqdqh0ma91z9385782l89mvwfn77rp1gmy8cbkwi3b7fkq",
+ "fetcher": "github",
+ "repo": "asok/projectile-rails",
+ "unstable": {
+ "version": [
+ 20190706,
+ 1231
+ ],
+ "deps": [
+ "f",
+ "inf-ruby",
+ "inflections",
+ "projectile",
+ "rake"
+ ],
+ "commit": "b0c88a381cc15b0aaba2629949e10ae6373d209a",
+ "sha256": "0p33gmykri30csv9b214rmmcxm59c0lcwhbwala78a28y63mfcri"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 17,
+ 0
+ ],
+ "deps": [
+ "f",
+ "inf-ruby",
+ "inflections",
+ "projectile",
+ "rake"
+ ],
+ "commit": "78f5cbe2c212ce19d4732212c46472d1c412659f",
+ "sha256": "09aby7yxk28rqz0vaps889idl5n41wj72pa0dr7bqmidq8i5jv4h"
+ }
+ },
+ {
+ "ename": "projectile-ripgrep",
+ "commit": "195f340855b403128645b59c8adce1b45e90cd18",
+ "sha256": "1iczizyayql40wcljvpc1mvfvn9r28b1dkrkcmdxif732gd01jjg",
+ "fetcher": "github",
+ "repo": "nlamirault/ripgrep.el",
+ "unstable": {
+ "version": [
+ 20180914,
+ 1500
+ ],
+ "deps": [
+ "projectile",
+ "ripgrep"
+ ],
+ "commit": "40e871dcc4519a70981e9f28acea304692a60978",
+ "sha256": "0snn12iibz5frsx6yk6c31hb8knvsd568ghw9jjka5vxdjzap7p9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "deps": [
+ "projectile",
+ "ripgrep"
+ ],
+ "commit": "73595f1364f2117db49e1e4a49290bd6d430e345",
+ "sha256": "1a5rdpmvsgsjlc9sywism9pq7jd6n9qbcdsvpbfkq1npwhpifkbj"
+ }
+ },
+ {
+ "ename": "projectile-sift",
+ "commit": "a730e1331b0486c4bd2d309b85d2f8810489eb47",
+ "sha256": "1wbgpwq9yy3v7hqidaczrvvsw5ajj7m3n4gsy3b169xv5h673a0i",
+ "fetcher": "github",
+ "repo": "nlamirault/sift.el",
+ "unstable": {
+ "version": [
+ 20160107,
+ 1015
+ ],
+ "deps": [
+ "projectile",
+ "sift"
+ ],
+ "commit": "33b2c9ff964fe53bb55b37429faaa4e903bead7a",
+ "sha256": "0cb8rcxl0jwpbgz9kk136l2ranficv8lk85fhvly1lpslbjljds9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "projectile",
+ "sift"
+ ],
+ "commit": "8c3f3d14a351a2394027d72ee0599aa73b9f0d13",
+ "sha256": "1ma6djvhvjai07v1g9a36lfa3nw8zsy6x5vliwcdnkf44gs287ra"
+ }
+ },
+ {
+ "ename": "projectile-speedbar",
+ "commit": "eda8cb5a175258404c347ffa30fca002504467a0",
+ "sha256": "0dli4gzsiycivh8dwa00lfpbimyg42qygfachzrhi8qy5413pwlp",
+ "fetcher": "github",
+ "repo": "anshulverma/projectile-speedbar",
+ "unstable": {
+ "version": [
+ 20190807,
+ 2010
+ ],
+ "deps": [
+ "projectile",
+ "sr-speedbar"
+ ],
+ "commit": "93320e467ee78772065e599a5dba94889a77db22",
+ "sha256": "1byk8ylm6c922jsaa8lg8wk17qjnhh7p26lp2h0nbl7qdz928ss8"
+ }
+ },
+ {
+ "ename": "projectile-trailblazer",
+ "commit": "f9c6f2f92ff99e7a3241003dc396f978f3916c8a",
+ "sha256": "18cijb5c1ym5kn2g2apbijbfd3aqhrraki8vv9bk8rvi7wmm6qj4",
+ "fetcher": "github",
+ "repo": "micdahl/projectile-trailblazer",
+ "unstable": {
+ "version": [
+ 20170928,
+ 1624
+ ],
+ "deps": [
+ "f",
+ "inf-ruby",
+ "inflections",
+ "projectile",
+ "rake"
+ ],
+ "commit": "a37a4f7b7f727d98e4c74c0256e059e84263553d",
+ "sha256": "1njs2aps4mlbnnfjkfwrb8vy8lg6lyxzxkxpscv91la7yf3wpc3g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "f",
+ "inf-ruby",
+ "inflections",
+ "projectile",
+ "rake"
+ ],
+ "commit": "79299498d74876f2ac3fe8075716b39a5bdd04cd",
+ "sha256": "1lkj9jdr3g7nl80fxvic6g5cn7vbkyxys7m3kcmd6xa9mq7nvci4"
+ }
+ },
+ {
+ "ename": "projectile-variable",
+ "commit": "eb13cb0dba1696cc51132cd1ff723fa17f892a7c",
+ "sha256": "15qc5n91nxyfvb100iyihfmrdr57qgw6098yv3nfqgw3zx1qchdw",
+ "fetcher": "github",
+ "repo": "emacs-php/projectile-variable",
+ "unstable": {
+ "version": [
+ 20170208,
+ 1718
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8d348ac70bdd6dc320c13a12941b32b38140e264",
+ "sha256": "0l38nldx6lwjb7mxixykiyj10xwb35249dxfg0k2wkmb2vy1fkxs"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8d348ac70bdd6dc320c13a12941b32b38140e264",
+ "sha256": "0l38nldx6lwjb7mxixykiyj10xwb35249dxfg0k2wkmb2vy1fkxs"
+ }
+ },
+ {
+ "ename": "projector",
+ "commit": "420ffea4549f59677a16c1ee89c77b866487e302",
+ "sha256": "0hrinplk607wcc2ibn05pl8ghikv9f3zvymncp6nz95jw9brdapf",
+ "fetcher": "github",
+ "repo": "waymondo/projector.el",
+ "unstable": {
+ "version": [
+ 20190703,
+ 1418
+ ],
+ "deps": [
+ "alert",
+ "cl-lib",
+ "projectile"
+ ],
+ "commit": "bad51a81fbcae9aabe47dafc2499ba27cd7308be",
+ "sha256": "0xiwn58wqm15kvbx0pi2zmh8gc1f06zncxki03bwry4nfpqxr2d0"
+ }
+ },
+ {
+ "ename": "projekt",
+ "commit": "e2a854ed4fef114861bcc7814cd064c16d3c074c",
+ "sha256": "1bhb24701flihl54w8xrj6yxhynpq4dk0fp5ciac7k28n4930lw8",
+ "fetcher": "github",
+ "repo": "tekai/projekt",
+ "unstable": {
+ "version": [
+ 20150324,
+ 848
+ ],
+ "commit": "a65e554e5d8b0def08c5d06f3fe34fec40bebd83",
+ "sha256": "0hvvlh24157qjxz82sbg22d4cbrf95xyx202cybp0n1vyxsmjcmw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "107232c191375b59d065354470d0af83062e2a4c",
+ "sha256": "1rw55w2fpb3rw7j136kclkhppz21f7d7di4cvlv7zj5zpdl5zz88"
+ }
+ },
+ {
+ "ename": "projmake-mode",
+ "commit": "df23138073d2416fa6522beca86b7a62eb4d42e3",
+ "sha256": "192gvmhcz1anl80hpmcjwwd08dljyrap9sk6qj0y85mcnaafm882",
+ "fetcher": "github",
+ "repo": "ericbmerritt/projmake-mode",
+ "unstable": {
+ "version": [
+ 20161031,
+ 1715
+ ],
+ "deps": [
+ "dash",
+ "indicators"
+ ],
+ "commit": "a897701f7e8f8cc11459ed44eb0e454db2a460c1",
+ "sha256": "0las0xl4af6sn5pbllq16abw2hj1kswwpkyi6lf31sbwr5wnq4qb"
+ }
+ },
+ {
+ "ename": "promise",
+ "commit": "3eaf5ac668008759677b9cc6f11406abd573012a",
+ "sha256": "1y1v3ikcmh9yp5fdwagcjg755bgkyqk714lb6s1hb2606m3ia03s",
+ "fetcher": "github",
+ "repo": "chuntaro/emacs-promise",
+ "unstable": {
+ "version": [
+ 20190711,
+ 328
+ ],
+ "deps": [
+ "async"
+ ],
+ "commit": "99fdb3b7efb813af41f825b24d0615d603baeede",
+ "sha256": "0yin7kj69g4zxs30pvk47cnfygxlaw7jc7chr3b36lz51yqczjsy"
+ }
+ },
+ {
+ "ename": "prompt-text",
+ "commit": "17d2bc3e53865fe8c98aabb6ef0ad1d10fcb1061",
+ "sha256": "1b9sj9kzx5ydq2zsfmkwsx78pzg0vsvrn92397js6b2cm24vrwwc",
+ "fetcher": "github",
+ "repo": "10sr/prompt-text-el",
+ "unstable": {
+ "version": [
+ 20190408,
+ 310
+ ],
+ "commit": "0a75ecd5058c9a006e02d1ecd3f1c84194881abd",
+ "sha256": "0y95awjmw9sasjac7s5b6zm42206szqvhr9xkg8zj0frrhnqsx8l"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "bb9265ebfada42d0e3c67c809665e1e5d980691e",
+ "sha256": "1hq8426i8rpb3qzkd5akv3i08pa4jsp9lwsskn38bfgp71pwild2"
+ }
+ },
+ {
+ "ename": "prompts",
+ "commit": "2395402e72d9b0f7ce2ca5fcb4497919f90a8fe2",
+ "sha256": "1fz5sbc45jiq64y89lm8nj6lsanq3lzyjzahxzrgqvr7655pphzm",
+ "fetcher": "github",
+ "repo": "GuiltyDolphin/prompts.el",
+ "unstable": {
+ "version": [
+ 20160916,
+ 1041
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "1cd5e732ff2a86b47836eb7252e5b59cd4b6ab26",
+ "sha256": "10y8x54p64zs1jlq4nf1kixpb42078n2gdf9s62b1siyb1vhl581"
+ }
+ },
+ {
+ "ename": "proof-general",
+ "commit": "135c8f2a04739145b500b8742a697907e398d270",
+ "sha256": "10zif9ax4d3m8sa9y2xqz7g24xa2r3m2x5l0zqa06wm4afq29p87",
+ "fetcher": "github",
+ "repo": "ProofGeneral/PG",
+ "unstable": {
+ "version": [
+ 20190727,
+ 1325
+ ],
+ "commit": "aa36785c6e7166da0720e05ba708cdf22687a9d9",
+ "sha256": "0a64z8h3mw3hyfiq0grpagmjj63bh6ix97f9zaximzin0q6zfxkk"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 4
+ ],
+ "commit": "771cab48b2f9ea2ae3fa8f944d0e36a805bf9f3b",
+ "sha256": "0bdfk91wf71z80mdfnl8hpinripndcjgdkz854zil6521r84nqk8"
+ }
+ },
+ {
+ "ename": "prop-menu",
+ "commit": "3d3a013cc9c489987fe689c8d73bbaa3445bdeb3",
+ "sha256": "0dhy52fxxpa058mhhx0slw3sly3dlxm9vkax6fd1sap6f6v00p5i",
+ "fetcher": "github",
+ "repo": "david-christiansen/prop-menu-el",
+ "unstable": {
+ "version": [
+ 20150728,
+ 1118
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "50b102c1c0935fd3e0c465feed7f27d66b21cdf3",
+ "sha256": "18ap2liz5r5a8ja2zz9182fnfm47jnsbyblpq859zks356k37iwc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "50b102c1c0935fd3e0c465feed7f27d66b21cdf3",
+ "sha256": "18ap2liz5r5a8ja2zz9182fnfm47jnsbyblpq859zks356k37iwc"
+ }
+ },
+ {
+ "ename": "propfont-mixed",
+ "commit": "3ccb401b60cb1128ba50a5afecd97feca6d00d7a",
+ "sha256": "19k0ydpkiviznsngwcqwn4k30r6j8w34pchgpjlsfwq1bndaai9y",
+ "fetcher": "github",
+ "repo": "ikirill/propfont-mixed",
+ "unstable": {
+ "version": [
+ 20150113,
+ 2211
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0b461ef4754a469610dba71874a34b6da42176bf",
+ "sha256": "0lch20njy248w7bnvgs7jz0zqasskf5dakmykxwpb48llm6kx95v"
+ }
+ },
+ {
+ "ename": "proportional",
+ "commit": "9e0a7f061df4cce44e5fe98f6e1c31bec4a7338f",
+ "sha256": "022lhbslzd67wyah8r0gl73vzxgjjwia08l3ssdd08jj3p56m3wx",
+ "fetcher": "github",
+ "repo": "ksjogo/proportional",
+ "unstable": {
+ "version": [
+ 20190806,
+ 1901
+ ],
+ "commit": "f600b7ed2ab19a3072adad3f47048a5bbdb82703",
+ "sha256": "03vyyi5n5rq2hcd5yz7yirsnrgs6cin2y8xhly5skqsv60zs15p1"
+ }
+ },
+ {
+ "ename": "prosjekt",
+ "commit": "6d359ec827573dd8c871c4f23df5d1737f1830e7",
+ "sha256": "1fn7ii1bq7bjkz27hihclpvx0aabgwy3kv47r9qibjl2jin97rck",
+ "fetcher": "github",
+ "repo": "abingham/prosjekt",
+ "unstable": {
+ "version": [
+ 20151127,
+ 1416
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "a864a8be5842223043702395f311e3350c28e9db",
+ "sha256": "1m8zvrv5aws7b0dffk8y6b5mncdk2c4k90mx69jys10fs0gc5hb3"
+ }
+ },
+ {
+ "ename": "protobuf-mode",
+ "commit": "b4e7f5f641251e17add561991d3bcf1fde23467b",
+ "sha256": "1hh0w93fg6mfwsbb9wvp335ry8kflj50k8hybchpjcn6f4x39xsj",
+ "fetcher": "github",
+ "repo": "google/protobuf",
+ "unstable": {
+ "version": [
+ 20170526,
+ 1650
+ ],
+ "commit": "c132a4aa165d8ce2b65af62d4bde4a7ce08d07c3",
+ "sha256": "06cqi10q6w07pshmfkzd40k40rm5slgsrbb6n0jdskhbw97wqk6h"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 9,
+ 1
+ ],
+ "commit": "655310ca192a6e3a050e0ca0b7084a2968072260",
+ "sha256": "0vv85xb65dx6fa76fsnyps13kaamvwfzd8hr6ii1payr73x4zy2h"
+ }
+ },
+ {
+ "ename": "protocols",
+ "commit": "9c9a75671a00e9196d00b08911232aac87fd8c83",
+ "sha256": "1wg3qh8a1ms82lkzz4i1bk787147a8agcj8rszj1zfvwg0ckqq1a",
+ "fetcher": "github",
+ "repo": "davep/protocols.el",
+ "unstable": {
+ "version": [
+ 20170802,
+ 1132
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d0f7c4acb05465f1a0d4be54363bbd2802647e77",
+ "sha256": "1xg3pwsnzn795bz299x273ral2jrz2v3p9r6gjm4dcx5pm3348mj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f5549f5d873a683af45a0e19c732524d5b964026",
+ "sha256": "0v9is6r307814gvrnch2d3mvikd7j8lnmsqb2c3gj6gvfj4p9y7r"
+ }
+ },
+ {
+ "ename": "proxy-mode",
+ "commit": "25224d3bcdb625314e931d5acc22f60c7192a84b",
+ "sha256": "0ldjfmxn8k8bzvdrlsfpijsmgn754aza54by5d59k7a1xn6d37mp",
+ "fetcher": "github",
+ "repo": "stardiviner/proxy-mode",
+ "unstable": {
+ "version": [
+ 20190130,
+ 8
+ ],
+ "commit": "a6c55e97dbe4ec4df9dc21d234cabe806dce3a29",
+ "sha256": "13xa19k0xyqq03ypih0lrkm97l2c5zha8mwl264h9vamn81i8vm2"
+ }
+ },
+ {
+ "ename": "psc-ide",
+ "commit": "9eb5ff1de1d207317df052ecbd65dbe0f8766f5d",
+ "sha256": "0gvq4cmmnbh4afzhmpqmizlvyr2fmd88jwdcac3w4b25fvhzr8hp",
+ "fetcher": "github",
+ "repo": "purescript-emacs/psc-ide-emacs",
+ "unstable": {
+ "version": [
+ 20190326,
+ 2110
+ ],
+ "deps": [
+ "company",
+ "dash",
+ "dash-functional",
+ "flycheck",
+ "let-alist",
+ "s",
+ "seq"
+ ],
+ "commit": "a10cc85565f330ee277698b27f3f715fef2e1ce2",
+ "sha256": "1nj8g31zys86p2kb1yrx9w0657qg3ckz5awfwz5wd5w1axxigk23"
+ }
+ },
+ {
+ "ename": "psci",
+ "commit": "3451719ce5096383db082917716a5ed8346fc186",
+ "sha256": "1iwkr58b910vrwwxyk00psy74vp201vmm3b0cm4k5fh3glr31vp9",
+ "fetcher": "github",
+ "repo": "purescript-emacs/emacs-psci",
+ "unstable": {
+ "version": [
+ 20190308,
+ 24
+ ],
+ "deps": [
+ "dash",
+ "purescript-mode"
+ ],
+ "commit": "3c10918a3a1d1dc613c222801deb465d4fbb2143",
+ "sha256": "14dj7jsyamkr05dqqlks8p12nb94gw0pj4dmnh1p771020b8drw0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 6
+ ],
+ "deps": [
+ "dash",
+ "deferred",
+ "f",
+ "purescript-mode",
+ "s"
+ ],
+ "commit": "8c2d5a0ba604ec593f83f632b2830a87f41f84d4",
+ "sha256": "0wgxrwl7dpy084sc76wiwpixycb171g7xwc66m5gnlrv79qyac73"
+ }
+ },
+ {
+ "ename": "psession",
+ "commit": "669342d2b3e6cb622f196571d776a98ec8f3b1d3",
+ "sha256": "18va6kvpia5an74vkzccs72z02vg4vq9mjzr5ih7xbcqxna7yv3a",
+ "fetcher": "github",
+ "repo": "thierryvolpiatto/psession",
+ "unstable": {
+ "version": [
+ 20190808,
+ 1626
+ ],
+ "deps": [
+ "async",
+ "cl-lib"
+ ],
+ "commit": "3e97267c92b164584e06a6c70ee7491714c7c12c",
+ "sha256": "15frl618393bc891d0yi3mdxzvbq790a86vfvp3dyd5riz4ddg95"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5
+ ],
+ "deps": [
+ "async",
+ "cl-lib"
+ ],
+ "commit": "702d20897c0839568201bc6921d5f0f80b8778c0",
+ "sha256": "0ynd69fyjpgs6rs3kkznpx19kmdmd25wb46bj9zq61gj138b6p33"
+ }
+ },
+ {
+ "ename": "psysh",
+ "commit": "eb13cb0dba1696cc51132cd1ff723fa17f892a7c",
+ "sha256": "00rzfw8nlbcmfbjnzbfl08136dhgvrrn9g1s9l623xgpbcay63sg",
+ "fetcher": "github",
+ "repo": "emacs-php/psysh.el",
+ "unstable": {
+ "version": [
+ 20190709,
+ 106
+ ],
+ "deps": [
+ "f",
+ "php-runtime",
+ "s"
+ ],
+ "commit": "21250984ad8137aa3440ac12e52475ef03f19fcb",
+ "sha256": "1r0aiwdmj0y96faqvbz39wgxw91i9bj6rnwlj3a277pzlhzmyyxl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "deps": [
+ "f",
+ "s"
+ ],
+ "commit": "4709a57cdcf7103c4a606be89849ea3ead2d38a5",
+ "sha256": "1apf6mnqp9bg5dfykgvsn02z0xpyx6k34sd2pvicicig7w09kzvb"
+ }
+ },
+ {
+ "ename": "pt",
+ "commit": "34c51783af154f203489f5f7df7012ca61932caa",
+ "sha256": "0zmz1hcr4ajc2ydvpdxhy1dlhp7hvlkv6y6w1b79ffvq6acdd5mj",
+ "fetcher": "github",
+ "repo": "bling/pt.el",
+ "unstable": {
+ "version": [
+ 20161226,
+ 1959
+ ],
+ "commit": "6d99b2aaded3ece3db19a20f4b8f1d4abe382622",
+ "sha256": "1vi97hgwrf7n8vsbkvvhn398m20755jnbbbz4kxgqfmcgpimc8nc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "commit": "a539dc11ecb2d69760ff50f76c96f49895ce1e1e",
+ "sha256": "1p0k770h96iw8bxm8ssi0a91m050s615q036870lrlsz35mzc5kw"
+ }
+ },
+ {
+ "ename": "pubmed",
+ "commit": "ee84560c15e7389e902fb4a4c548c08be231de82",
+ "sha256": "048kh442dnzgwz4wml2a5griav8zyrfzn5b43n9ky84pm7lgcxp3",
+ "fetcher": "gitlab",
+ "repo": "fvdbeek/emacs-pubmed",
+ "unstable": {
+ "version": [
+ 20190502,
+ 2121
+ ],
+ "deps": [
+ "deferred",
+ "esxml",
+ "s"
+ ],
+ "commit": "67fbb6e8834feda85e8301adc5c17d9e38395d6a",
+ "sha256": "15bwjxc7g43m5pi8z17anaqqkvi209r7kk1chmf175477gvrv7c0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "deferred",
+ "esxml",
+ "s"
+ ],
+ "commit": "67fbb6e8834feda85e8301adc5c17d9e38395d6a",
+ "sha256": "15bwjxc7g43m5pi8z17anaqqkvi209r7kk1chmf175477gvrv7c0"
+ }
+ },
+ {
+ "ename": "pug-mode",
+ "commit": "b3710aac9f3df3a23238af1f969c462b3692f260",
+ "sha256": "1njhr95y2rx7inpl9phxxz580844p2iadqlga1kj7xzvjz698x85",
+ "fetcher": "github",
+ "repo": "hlissner/emacs-pug-mode",
+ "unstable": {
+ "version": [
+ 20180513,
+ 2126
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "685fd3414d89736bf232f5d1a6bed9e0353b98fe",
+ "sha256": "06qy9bgizc68k57avrbcl2qd2kyb8s17gr6rvxdbjknk6i55dgp4"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 7
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "96718f802dad3acd5a3f770b1452b81e39f77d92",
+ "sha256": "1jqj3qfc4686v09am869ls1k3jwy397646cql4a8dg7crjdpf023"
+ }
+ },
+ {
+ "ename": "pulseaudio-control",
+ "commit": "7964f226e12c3a27ff856e28f4b030ebf304aea2",
+ "sha256": "1vdhg85lbdx7sj1xg2vhhfmhrrp5q2x560agnsb0gxi2akp6z9r0",
+ "fetcher": "github",
+ "repo": "flexibeast/pulseaudio-control",
+ "unstable": {
+ "version": [
+ 20190420,
+ 541
+ ],
+ "commit": "552206807c9af6ec150540bbdda5d08393196e0a",
+ "sha256": "1bb14xcglvamvlqsx3dz75zq5ws17774g32484x5ksfpajpibwas"
+ }
+ },
+ {
+ "ename": "punctuality-logger",
+ "commit": "76ac7178ee5381e08ae881f3fc6061106eeb1c1d",
+ "sha256": "0q9s74hkfqvcx67xpq9rlvh38nyjnz230bll6ks7y5yzxvl4qhcm",
+ "fetcher": "gitlab",
+ "repo": "elzair/punctuality-logger",
+ "unstable": {
+ "version": [
+ 20141120,
+ 2031
+ ],
+ "commit": "e09e5dd37bc92289fa2f7dc44aed51a7b5e04bb0",
+ "sha256": "1bkkgs2agy00wivilljkj3a9fsb2ba935icjmhbk46zjc6yf3y6q"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8
+ ],
+ "commit": "708cae8e67dbae293c7c4be0ca5e49d76fac6714",
+ "sha256": "1v48i37iqrrwbyy3bscicfq66vbbml4sg0f0n950bnk0qagjx8py"
+ }
+ },
+ {
+ "ename": "pungi",
+ "commit": "d504c6028c029268d380c0eac25b1c4886aa6e98",
+ "sha256": "1v9fsd764z5wdcips63z53rcipdz7bha4q6s4pnn114jn3a93ls1",
+ "fetcher": "github",
+ "repo": "mgrbyte/pungi",
+ "unstable": {
+ "version": [
+ 20150222,
+ 1246
+ ],
+ "deps": [
+ "jedi",
+ "pyvenv"
+ ],
+ "commit": "a2d4d439ea371be0b064a12248288903b8a521a0",
+ "sha256": "1viw95y6fha782n1jw7snr7xc00iyf94r4whsm1a2q11vm2d1h21"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "jedi",
+ "pyvenv"
+ ],
+ "commit": "41c9f8b7795e083bfd63ba0d06c789c250998723",
+ "sha256": "012lv7hrwlhvins81vw3yjkhdwbpi6g1dx55i101qyrpzv5ifngm"
+ }
+ },
+ {
+ "ename": "punpun-theme",
+ "commit": "77a9edbb36dc9474adb23d356e6c596789aab2a2",
+ "sha256": "1l7nphh8v7w5w790cwmnp6nw5rciwhgzkvynkrvpiv9chhacx0xg",
+ "fetcher": "github",
+ "repo": "wasamasa/punpun-theme",
+ "unstable": {
+ "version": [
+ 20161103,
+ 847
+ ],
+ "commit": "cce8b10b2df6f9187a9eaa0c3f21ff0dda175968",
+ "sha256": "1iz1qc9bphl2y2z7abc33fvyaccj733drkl7nzbr1jlpbknkmk2k"
+ }
+ },
+ {
+ "ename": "puppet-mode",
+ "commit": "1de94f0ab39ab18dfd0b050e337f502d894fb3ad",
+ "sha256": "1qn71j6fkwnrsq1s6fhfcxhic3rbspg5cy9n7jv451ji7ywyhakf",
+ "fetcher": "github",
+ "repo": "voxpupuli/puppet-mode",
+ "unstable": {
+ "version": [
+ 20180813,
+ 1947
+ ],
+ "deps": [
+ "pkg-info"
+ ],
+ "commit": "7dee1b5a5debac6e56f9107492a413b6c0edb94d",
+ "sha256": "01isn90h50p5c6cgzwhb1jq8yacj0fxw9ppfqrnynckg6ydpvg74"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "pkg-info"
+ ],
+ "commit": "d943149691abd7b66c85d58aee9657bfcf822c02",
+ "sha256": "0xr3s56p6fbm6wgw17galsl3kqvv8c7l1l1qvbhbay39yzs4ff14"
+ }
+ },
+ {
+ "ename": "purescript-mode",
+ "commit": "55462ed7e9bf353f26c5315015436b2a1b37f9bc",
+ "sha256": "1g30xbv3xvv52r873465a2lp6fnws9q8dz277697qm0mgxkpimbp",
+ "fetcher": "github",
+ "repo": "purescript-emacs/purescript-mode",
+ "unstable": {
+ "version": [
+ 20190522,
+ 2230
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8db1d0243c03da31adac4d7c5287407a4df6aff2",
+ "sha256": "07z5m8h5a1dhqlzf8wqyxqw2mz3kxzjfpb0p7az3bhs3xsxq6q1q"
+ }
+ },
+ {
+ "ename": "purp-theme",
+ "commit": "9e731ed27d812d822ebb1dbd639441ce59c4ecf7",
+ "sha256": "1ni8nnyfg4g49fw5m4pxa8fr147pyyvqa5gmydggv5r1xmldgsli",
+ "fetcher": "github",
+ "repo": "gnuvince/purp",
+ "unstable": {
+ "version": [
+ 20190629,
+ 1829
+ ],
+ "commit": "f821a7c30452d970ccb0ee08b68d56603860e31d",
+ "sha256": "170k5xkbqr0dbwcwhy75k88qjlnkw6l2ipaqlbr1hdnw17vp2qy9"
+ }
+ },
+ {
+ "ename": "purple-haze-theme",
+ "commit": "6f26b8281f9bd05e3c8f2ef21838275711e622c9",
+ "sha256": "1rvfpm3zkhdv3ikc8pqqngf9pi0niwyi52pg8dq8i056nwc5bk9z",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-purple-haze-theme",
+ "unstable": {
+ "version": [
+ 20141015,
+ 229
+ ],
+ "commit": "3e245cbef7cd09e6b3ee124963e372a04e9a6485",
+ "sha256": "15myw5rkbnnpgzpiipm5xl4cyzymv8hh66x9al4aalb5nf52dckc"
+ }
+ },
+ {
+ "ename": "purty-mode",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0gbbwl5kg74jf1i1zsr40zg3gw43qmz1l87k0r578v1xvyqmhm1i",
+ "fetcher": "github",
+ "repo": "jcatw/purty-mode",
+ "unstable": {
+ "version": [
+ 20131004,
+ 2259
+ ],
+ "commit": "8eef77317a3bab07ade212353a50fbd3f20f365a",
+ "sha256": "0qm2xv762cz196aqs445crqrmsks8hpwzpaykzn0chlvdk0m5cv1"
+ }
+ },
+ {
+ "ename": "pushbullet",
+ "commit": "a2649d60dd1ed3b3171ff1448b89967c5f7759a0",
+ "sha256": "1swzl25rcw7anl7q099qh14yhnwlbn3m20ib9kis0l1rv59kkarl",
+ "fetcher": "github",
+ "repo": "theanalyst/revolver",
+ "unstable": {
+ "version": [
+ 20140809,
+ 1232
+ ],
+ "deps": [
+ "grapnel",
+ "json"
+ ],
+ "commit": "73c59a0f1dc04875b3e5a2c8afbc26c32128e445",
+ "sha256": "03ivg3ddhy5zh410wgwxa17m98wywqhk62jgijhjd00b6l8i4aym"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 2
+ ],
+ "deps": [
+ "grapnel",
+ "json"
+ ],
+ "commit": "73c59a0f1dc04875b3e5a2c8afbc26c32128e445",
+ "sha256": "03ivg3ddhy5zh410wgwxa17m98wywqhk62jgijhjd00b6l8i4aym"
+ }
+ },
+ {
+ "ename": "pushover",
+ "commit": "e9553cd029bc0733c89d2c790cb173d9668a9eba",
+ "sha256": "0im5bf2r69s2jb6scm8xdk63y1xi5zm4kg9ghfixlvyvipfli4kl",
+ "fetcher": "git",
+ "url": "https://git.flintfam.org/swf-projects/emacs-pushover.git",
+ "unstable": {
+ "version": [
+ 20170818,
+ 2103
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bbe3ac8df3c532a72da4552615af960b8a577588",
+ "sha256": "187bisngi37n66ik2dq7rg4hy4nlxl9pifqgqq08kf9238y8hd11"
+ }
+ },
+ {
+ "ename": "px",
+ "commit": "326fc9b057a5016248ac36ca166e9a38f13babf6",
+ "sha256": "0xjmz18m2dslh6yq5z32r43zq3svfxn8mhrfbmihglyv2mkwxw44",
+ "fetcher": "github",
+ "repo": "aaptel/preview-latex",
+ "unstable": {
+ "version": [
+ 20170317,
+ 2330
+ ],
+ "commit": "0c52f7933eab3ca1642ab0df151db9950430c9e2",
+ "sha256": "0f741a2gpc2mdl85ivbiskga620b6ci2x0dwjs7m8c1vk6xrxbpi"
+ }
+ },
+ {
+ "ename": "py-autopep8",
+ "commit": "c400e0f3cfe70821e621fe85d239b4f6596d5171",
+ "sha256": "1argjdmh0x9c90zkb6cr4z3zkpgjp2mkpsw0dr4v6gg83jcggfpp",
+ "fetcher": "github",
+ "repo": "paetzke/py-autopep8.el",
+ "unstable": {
+ "version": [
+ 20160925,
+ 1052
+ ],
+ "commit": "68e12d8788c91c7ec53a68acf1d23adb2ffa4788",
+ "sha256": "16fmym6hvi2lx0mmbrrhld1vzki5iqfqx2m0xa9021gjjzb33lw6"
+ },
+ "stable": {
+ "version": [
+ 2016,
+ 1
+ ],
+ "commit": "68e12d8788c91c7ec53a68acf1d23adb2ffa4788",
+ "sha256": "16fmym6hvi2lx0mmbrrhld1vzki5iqfqx2m0xa9021gjjzb33lw6"
+ }
+ },
+ {
+ "ename": "py-gnitset",
+ "commit": "d00b78ead693e844e35c760fe2c39b8ed6cb0d81",
+ "sha256": "0f6ivq4ignb4gfxw2q8qvigvv3fbvvyr87x25wcaz6yipg1lr18r",
+ "fetcher": "github",
+ "repo": "quodlibetor/py-gnitset",
+ "unstable": {
+ "version": [
+ 20170821,
+ 1732
+ ],
+ "commit": "1e993cc29cbc31e06fe1e335dec198e21972fa55",
+ "sha256": "1hslq2bdk95cgza9qbskxf942ckhjb4bqi6nrhbmlnm9agmjqm59"
+ }
+ },
+ {
+ "ename": "py-import-check",
+ "commit": "abe81fe96790ceebcf0951595644ea6a82613890",
+ "sha256": "1261dki0q44sw9h0g1305i2fj1dg9xgwzry50jbn2idcrqg4xf7k",
+ "fetcher": "github",
+ "repo": "psibi/emacs-py-import-check",
+ "unstable": {
+ "version": [
+ 20130802,
+ 1111
+ ],
+ "commit": "9787f87745a4234cd9bed711860b707902bc8ae4",
+ "sha256": "1416hbc64gwn9c8g9lxfx58w60ysi0x8rbps6mfxalavdhbs20sv"
+ }
+ },
+ {
+ "ename": "py-isort",
+ "commit": "44377d11da07b49c8dc6887c948cc5ddfc065bd2",
+ "sha256": "0k5gn3bjn5pv6dn6p0m9xghn0sx3m29bj3pfrmyh6gd5ic0l00yb",
+ "fetcher": "github",
+ "repo": "paetzke/py-isort.el",
+ "unstable": {
+ "version": [
+ 20160925,
+ 1018
+ ],
+ "commit": "e67306f459c47c53a65604e4eea88a3914596560",
+ "sha256": "08i55gv392wc12x8v3dca0dmz8a8p9ljsqhyajsb6qv1k120wqhx"
+ },
+ "stable": {
+ "version": [
+ 2016,
+ 1
+ ],
+ "commit": "e67306f459c47c53a65604e4eea88a3914596560",
+ "sha256": "08i55gv392wc12x8v3dca0dmz8a8p9ljsqhyajsb6qv1k120wqhx"
+ }
+ },
+ {
+ "ename": "py-smart-operator",
+ "commit": "a7491a1825b7aaa5f76aafadb8f04721ab1b1cfe",
+ "sha256": "1n0bdr9z2s1ikhmfz642k94gjzb88anwlb61mh27ay8wqdgm74c4",
+ "fetcher": "github",
+ "repo": "rmuslimov/py-smart-operator",
+ "unstable": {
+ "version": [
+ 20170531,
+ 1209
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "0c8a66faca4b35158d0b5885472cb75286039167",
+ "sha256": "09pmkp24s7nwh6p4pzsjp1z65ksi9n3n2xv7d3igpa86l8qgcm2d"
+ }
+ },
+ {
+ "ename": "py-test",
+ "commit": "84690ba6b033027772c20bf20432427b32d3231a",
+ "sha256": "1mbwbzg606winf5af7qkg6a1hg79lc7k2miq4d3mwih496l5sinb",
+ "fetcher": "github",
+ "repo": "Bogdanp/py-test.el",
+ "unstable": {
+ "version": [
+ 20151117,
+ 622
+ ],
+ "deps": [
+ "dash",
+ "f"
+ ],
+ "commit": "3b2a0bdaacb54df6f2bee8317423e5c0d159d5cf",
+ "sha256": "1s39407z3rxz10r5sshv2vj7s23ylkhg59ixasgnpjk82gl4igpf"
+ }
+ },
+ {
+ "ename": "py-yapf",
+ "commit": "3306c6906d4b21868b9407de27fbebdaed3d00d5",
+ "sha256": "1381x0ffpllxwgkr2d8xxbv1nd4k475m1aff8l5qijw7d1fqga2f",
+ "fetcher": "github",
+ "repo": "paetzke/py-yapf.el",
+ "unstable": {
+ "version": [
+ 20160925,
+ 1122
+ ],
+ "commit": "a878304202ad827a1f3de3dce1badd9ca8731146",
+ "sha256": "1mmzqdigxx46my0h9497l25cjydy3vykg6slxkch4dzvhhlbap48"
+ },
+ "stable": {
+ "version": [
+ 2016,
+ 1
+ ],
+ "commit": "a878304202ad827a1f3de3dce1badd9ca8731146",
+ "sha256": "1mmzqdigxx46my0h9497l25cjydy3vykg6slxkch4dzvhhlbap48"
+ }
+ },
+ {
+ "ename": "pycarddavel",
+ "commit": "9b3d2cd943f26dcff322efb16d55dd3bd71dea07",
+ "sha256": "12k2mnzkd8yv17csfhclsnd479vcabawmac23yw6dsw7ic53jf1a",
+ "fetcher": "github",
+ "repo": "DamienCassou/pycarddavel",
+ "unstable": {
+ "version": [
+ 20150831,
+ 1216
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "a6d81ee4eb8309cd82f6082aeca68c5a015702a3",
+ "sha256": "09glwrb9q65qdm4yd0mbi5hwdy2434zm8699ywhs6hqpjacadlmi"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "6ead921066fa0156f20155b7126e5875ce11c328",
+ "sha256": "0qg1kjzsv2mcvlsivqy8ys3djbs5yala37r9h2zcxdicl88q0l11"
+ }
+ },
+ {
+ "ename": "pycoverage",
+ "commit": "eb0310bbe8427abdcba2b30414ec26475b0b7440",
+ "sha256": "1jaanmpnawk0r6zfzx18crqml7lv412l2l0iabp345xvfvsh8h1m",
+ "fetcher": "github",
+ "repo": "mattharrison/pycoverage.el",
+ "unstable": {
+ "version": [
+ 20190607,
+ 2004
+ ],
+ "commit": "01bd47171eefcab2e19d7cffd9a2dd3bd9bd6812",
+ "sha256": "1c7rdx5a7za0yg9c58255p4spq3zlc5pdgayrgv1mm80f3nc0sdk"
+ }
+ },
+ {
+ "ename": "pydoc",
+ "commit": "5c4988a66040ddf659492bdb0ae2b9617c342c69",
+ "sha256": "0sf52cb80yiridsl1pffdr3wpbgxrn2l8vnq03l70djckild477n",
+ "fetcher": "github",
+ "repo": "statmobile/pydoc",
+ "unstable": {
+ "version": [
+ 20181025,
+ 51
+ ],
+ "commit": "abb948e27efaf2452f339c62cd99a1c69930bbfe",
+ "sha256": "1da08x2hjjd9d832fwrd4rbd3h6f7m031kkxh53v9xdavkp0xqf1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "5392248e33d83ef05d3b2809b0c6b207786b2644",
+ "sha256": "1m0jb5pk1a1ww5jx2y5nz21by4dh7nlnhdn6bigz53ra449rrxii"
+ }
+ },
+ {
+ "ename": "pydoc-info",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "0l80g0rzkk3a1wrw2riiywz9wdyxwr5i64jb2h5r8alp9qq1k7mf",
+ "fetcher": "bitbucket",
+ "repo": "jonwaltman/pydoc-info",
+ "unstable": {
+ "version": [
+ 20110301,
+ 834
+ ],
+ "commit": "151d877c8fb8e418a573b1e879b1263c18e22776",
+ "sha256": "1mzyr6yznkyv99x9q8zx2f270ngjh8s94zvnhcbhidi57inpd1nh"
+ }
+ },
+ {
+ "ename": "pyenv-mode",
+ "commit": "acc9b816796b9f142c53f90593952b43c962d2d8",
+ "sha256": "00yqrk92knv9gq1m9xcg78gavv70jsjlwzkllzxl63iva9qrch59",
+ "fetcher": "github",
+ "repo": "proofit404/pyenv-mode",
+ "unstable": {
+ "version": [
+ 20170801,
+ 2348
+ ],
+ "deps": [
+ "pythonic"
+ ],
+ "commit": "eabb1c66f9e0c0500fef4d089508aad246d81dc0",
+ "sha256": "1zmgm24d6s56jc4ix61058p1k0h95vdvdllr7fh1k3bq4mw22qn3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "pythonic"
+ ],
+ "commit": "b96c15fa1b83cad855e472eda06319ad35e34513",
+ "sha256": "1y3q1k195wp2kgp00a1y34i20zm80wdv2kxigh6gbn2r6qzkqrar"
+ }
+ },
+ {
+ "ename": "pyenv-mode-auto",
+ "commit": "f3fcb707356bd16fd0b573c176023534cd69d0d7",
+ "sha256": "1l7h4fas1vshkh4skxzpw7v2a11s1hwnb20n6a81yh701pbikqnd",
+ "fetcher": "github",
+ "repo": "ssbb/pyenv-mode-auto",
+ "unstable": {
+ "version": [
+ 20180620,
+ 1252
+ ],
+ "deps": [
+ "f",
+ "pyenv-mode",
+ "s"
+ ],
+ "commit": "347b94cd5ad22e33cc41be661c102d4548767858",
+ "sha256": "1gz7145jnjcky1751pqrlhh3pq02ybsmz49ngx4ip2589nry7iyv"
+ }
+ },
+ {
+ "ename": "pyfmt",
+ "commit": "68d477025ae5af50bf8f7b37f2adfa9159502e13",
+ "sha256": "112kjsp763c2plhqlhydpngrabhc58ya7cszvi4119xqw2s699g6",
+ "fetcher": "github",
+ "repo": "aheaume/pyfmt.el",
+ "unstable": {
+ "version": [
+ 20150521,
+ 2056
+ ],
+ "commit": "cb92be2cf0804cc53142dc5edb36f8e0ef5cec32",
+ "sha256": "1rp8zchvclh29rl9a1i82pcqghnhpaqnppaydxc2qx23y9pdgz9i"
+ }
+ },
+ {
+ "ename": "pygen",
+ "commit": "e761724e52de6fa4d92950751953645dd439d340",
+ "sha256": "1ivg7a1ghg0bvz3idz7dzy5yb0ln3b2j7dfizg2g0fi4iwvc4czz",
+ "fetcher": "github",
+ "repo": "JackCrawley/pygen",
+ "unstable": {
+ "version": [
+ 20161121,
+ 506
+ ],
+ "deps": [
+ "dash",
+ "elpy",
+ "python-mode"
+ ],
+ "commit": "9019ff44ba49d7295b1476530feab91fdadb084b",
+ "sha256": "01gmggjv36jc8660xfpfy70cydabhymd17q3z16cjqvsxapbj7nf"
+ }
+ },
+ {
+ "ename": "pyim",
+ "commit": "151a0af91a58e27f724854d85d5dd9668229fe8d",
+ "sha256": "1ly4xhfr3irlrwvv20j3kyz98g7barridi9n8jppc0brh2dlv98j",
+ "fetcher": "github",
+ "repo": "tumashu/pyim",
+ "unstable": {
+ "version": [
+ 20190812,
+ 222
+ ],
+ "deps": [
+ "async",
+ "popup",
+ "pyim-basedict"
+ ],
+ "commit": "d096fc941f3844825415e2d3a3a627babe003428",
+ "sha256": "10i54v0v8x8ljh5h06cw3zljfi1g8bdkiprainn59ik8mc8rhhlw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8
+ ],
+ "deps": [
+ "async",
+ "popup",
+ "pyim-basedict"
+ ],
+ "commit": "8648d467d79b3bf1c3a99623f9329939cacc40da",
+ "sha256": "16rma4cv7xgky0g3x4an27v30jdi6i1sqw43cl99zhkqvp43l3f9"
+ }
+ },
+ {
+ "ename": "pyim-basedict",
+ "commit": "151a0af91a58e27f724854d85d5dd9668229fe8d",
+ "sha256": "1y8cmccli3im5bvws2h582z7k4nj6p8brgypl8h09y3na6yjy2z9",
+ "fetcher": "github",
+ "repo": "tumashu/pyim-basedict",
+ "unstable": {
+ "version": [
+ 20190719,
+ 1252
+ ],
+ "commit": "d499104189a9462cb80f8efd9713e4064dc7093d",
+ "sha256": "0k1afdknyham46z6fv001rnlsxzl50183fz9skw3y0wxxv2v04r4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "commit": "f71d0ffd9d2421f2b51cd0ccb89fd9eb43c09585",
+ "sha256": "0576r8ap9gp91ycjf1d47pn13kxp0f9fysn09zlq44hr0s1y2y5d"
+ }
+ },
+ {
+ "ename": "pyim-cangjie5dict",
+ "commit": "9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7",
+ "sha256": "1l2k8kfnfciacp1zps8j1g6ijzv1k3g9198079l8c8xlw789irlv",
+ "fetcher": "github",
+ "repo": "HesperusArcher/pyim-cangjie5dict",
+ "unstable": {
+ "version": [
+ 20170730,
+ 246
+ ],
+ "deps": [
+ "pyim"
+ ],
+ "commit": "c8618590780b818db1a67a29bc47c5d25903517a",
+ "sha256": "0p49h2kn8wy3b51zahzyc1cy24h3b44cg5yjpmv4w23dhsr4zlz8"
+ }
+ },
+ {
+ "ename": "pyim-wbdict",
+ "commit": "ab1cb8bc623d1f12f78fa42ce8b16514e5b07c51",
+ "sha256": "1s0i9xcnpy8kxqhsv7rqxabv5vnxsciyng398mn32mknib03315i",
+ "fetcher": "github",
+ "repo": "tumashu/pyim-wbdict",
+ "unstable": {
+ "version": [
+ 20190201,
+ 2300
+ ],
+ "deps": [
+ "pyim"
+ ],
+ "commit": "9799b689643052078f53d69342a82315251490f4",
+ "sha256": "1rqlckmlmwmnqvk8bbcyvwr54p6x9b1fph5f17anzlvwffdjsw5c"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "pyim"
+ ],
+ "commit": "114489ed97e825ae11a8d09da6e873820cf23106",
+ "sha256": "187wx418pj4h8p8baf4943v9dsb6mfbn0n19r8xiil1z2cmm4ygc"
+ }
+ },
+ {
+ "ename": "pyimport",
+ "commit": "71bc39b06cee37814960ef31c6a2056261b802fb",
+ "sha256": "1qwigplawknykw1kbm5babyyknzn43ddhbdpahvzh4wy3kycn6n8",
+ "fetcher": "github",
+ "repo": "Wilfred/pyimport",
+ "unstable": {
+ "version": [
+ 20180308,
+ 1752
+ ],
+ "deps": [
+ "dash",
+ "s",
+ "shut-up"
+ ],
+ "commit": "a6f63cf7ed93f0c0f7c207e6595813966f8852b9",
+ "sha256": "1q5gqhvh4zq5dy8vns694warcz48j1hdnxg16sjck4gsi9xivbvs"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "2c05712748f6b6624b15d524323f6391612683f4",
+ "sha256": "0p9fsbb7c1kr8916vlk1ngq7xmm158a47v6ja5j5n57b505ssy8q"
+ }
+ },
+ {
+ "ename": "pyimpsort",
+ "commit": "97eb7c0934298d393910419fd55d7d5f1b0cfc38",
+ "sha256": "0kdk3bmryfzvwf8vshfszbih8mwncf4xlb0n0n0yjn0p1n98q99k",
+ "fetcher": "github",
+ "repo": "emacs-pe/pyimpsort.el",
+ "unstable": {
+ "version": [
+ 20160130,
+ 453
+ ],
+ "commit": "d5c61d70896b642646dfd3c809c06174ae086c1a",
+ "sha256": "05qx1p19dw3nr264shihfn33k579hd0wf4cxki5cqrxi7xzpjgrc"
+ }
+ },
+ {
+ "ename": "pylint",
+ "commit": "a073c91d6f4d31b82f6bfee785044c4e3ae96d3f",
+ "sha256": "1138a8dn9y4ypbphs1zfvr8gr4vdjcy0adsl4xfbgsls4kcdwpxx",
+ "fetcher": "github",
+ "repo": "PyCQA/pylint",
+ "unstable": {
+ "version": [
+ 20170402,
+ 1255
+ ],
+ "commit": "a6b1e810df608430b04b65ad1ddc9ba1b8a22c89",
+ "sha256": "06cv6mah6wjbbwi196vn3fncf4drrhhr3gn1jndf2s14j98zpkh4"
+ }
+ },
+ {
+ "ename": "pynt",
+ "commit": "fdb297084188a957a46dcd036e65d9d893044bea",
+ "sha256": "07c0zc68r3pskn3bac3a8x5nrsykl90a1h22865g3i5vil76vvg3",
+ "fetcher": "github",
+ "repo": "ebanner/pynt",
+ "unstable": {
+ "version": [
+ 20180710,
+ 726
+ ],
+ "deps": [
+ "deferred",
+ "ein",
+ "epc"
+ ],
+ "commit": "86cf9ce78d34f92bfd0764c9cbb75427ebd429e6",
+ "sha256": "14x6blikgg5ndc9955hdziy3h9gjr27gpzmhbi4pgjvs8gffhf31"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "deferred",
+ "ein",
+ "epc",
+ "helm"
+ ],
+ "commit": "bc750cd244141005ea3b7bb87f75c6f6c5a5778f",
+ "sha256": "0mj8lkc40iv8d6afl4dba7gsbi0mgnx9ivanvczq6pxp5d4kgfsn"
+ }
+ },
+ {
+ "ename": "pyramid",
+ "commit": "f786a47c2a6243c693163680146606c71502d0be",
+ "sha256": "149p9k6wjlgamm3vrkkcdj4fqhdfsskv1jqflp1bccfkgqpi5096",
+ "fetcher": "github",
+ "repo": "dakra/pyramid.el",
+ "unstable": {
+ "version": [
+ 20181212,
+ 1204
+ ],
+ "deps": [
+ "pythonic",
+ "tablist"
+ ],
+ "commit": "277f7c623f489fd31c56d6e131c5481a71b6a926",
+ "sha256": "1xpb08m5zjyxpq45mmhfysxgaga2xj9r6nw6zs2rx0zkv6qjklnr"
+ }
+ },
+ {
+ "ename": "pytest",
+ "commit": "33a854a27adbaf57d344340199f90d52747b8450",
+ "sha256": "0ssib65wa20h8r6156f392l481vns5fcax6w70hcawmn84nficdh",
+ "fetcher": "github",
+ "repo": "ionrock/pytest-el",
+ "unstable": {
+ "version": [
+ 20181005,
+ 1524
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "1bfa7549001e61ecd59cd6eae7c6656a924d1ba4",
+ "sha256": "1ry0czn0qjjiw75v47jamxbfzh70jxai6lvf3pp5v87wp1xhnznh"
+ }
+ },
+ {
+ "ename": "pytest-pdb-break",
+ "commit": "4ed7d5d5e81818dad55edda73fbeca8c5021b932",
+ "sha256": "0dxn53y9zjlip0bjynjql984wrf39pmg5fsx1qgsrj1bw78xqw26",
+ "fetcher": "github",
+ "repo": "poppyschmo/pytest-pdb-break",
+ "unstable": {
+ "version": [
+ 20190308,
+ 655
+ ],
+ "commit": "ac969ae8cec2e3da250ce454e74f5b28f0e9649b",
+ "sha256": "0agrqlasx8ikvwk5c9rc2d4spj7bkhbwn46k3b8ind4pzzk4rxwd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "commit": "38840190dfbcb307778d079da5e2373525b3ac18",
+ "sha256": "0887620iq8xn28aajx7z2pkgh19778w494n8icibwlk2mj2m3gxl"
+ }
+ },
+ {
+ "ename": "python-cell",
+ "commit": "0549866c5e96f673ec9dec298e7ff9d5779d443b",
+ "sha256": "07i3vyci52jvslq28djwkgx1r157wvxd99rvqlxnmmsl5yj4k1jf",
+ "fetcher": "github",
+ "repo": "thisch/python-cell.el",
+ "unstable": {
+ "version": [
+ 20190217,
+ 1823
+ ],
+ "commit": "665725446b194dbaaff9645dd880524368dd710a",
+ "sha256": "1rjh16jacp98i0l78ij5lfp5f0b42qhfzms2x8zwr9j2aj1csy2h"
+ }
+ },
+ {
+ "ename": "python-django",
+ "commit": "29b2cd21e7b504222aed92ec062402f3e2a818fc",
+ "sha256": "02whx8g8r02mzng7d7bnbkz5n7gyzp5hcnmvd6a3lq106c0h7w9k",
+ "fetcher": "github",
+ "repo": "fgallina/python-django.el",
+ "unstable": {
+ "version": [
+ 20150822,
+ 404
+ ],
+ "commit": "fc54ad74f0309670359b939f64d0f1fff68aeac4",
+ "sha256": "1qckn5bi1ib54hgqbym5qqwzvbv70ria1w3c2x543xlr0l7zga6h"
+ }
+ },
+ {
+ "ename": "python-docstring",
+ "commit": "e159e59ba0b60326cca0e1ea68fac4b85d54cd24",
+ "sha256": "1vi30y71vflsbprp5j4phbp7x1j24vxn9d6sifaddari0g0zxpfw",
+ "fetcher": "github",
+ "repo": "glyph/python-docstring-mode",
+ "unstable": {
+ "version": [
+ 20190716,
+ 921
+ ],
+ "commit": "0d2f783f5a868ded8a37aa5881f8952aa36b053f",
+ "sha256": "1cqcxdg4bv8ybw5ds5av4id39fyk711bfadc779ilj5dn0mcd4h7"
+ }
+ },
+ {
+ "ename": "python-environment",
+ "commit": "283155ad56cd8eda416c83a9b7f8d43d4d1570c2",
+ "sha256": "1pq16rddw76ic5d02j5bswl9qcydi47hqmhs7r06jk46vsfzxpl7",
+ "fetcher": "github",
+ "repo": "tkf/emacs-python-environment",
+ "unstable": {
+ "version": [
+ 20150310,
+ 853
+ ],
+ "deps": [
+ "deferred"
+ ],
+ "commit": "401006584e32864a10c69d29f14414828909362e",
+ "sha256": "0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "deferred"
+ ],
+ "commit": "401006584e32864a10c69d29f14414828909362e",
+ "sha256": "0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk"
+ }
+ },
+ {
+ "ename": "python-info",
+ "commit": "2a30746451ec5ffab250e160c1d5bd29b8dc6b54",
+ "sha256": "0kvpz1r2si94rs1iajn1ffmx7a5bgyjnzri36ajdgd5gcgh41dhy",
+ "fetcher": "github",
+ "repo": "Wilfred/python-info",
+ "unstable": {
+ "version": [
+ 20151228,
+ 1852
+ ],
+ "commit": "306f15441b54b25757cdfd3b327b84024ea21ed7",
+ "sha256": "0zk6014dzfrb3y3nhs890x082xf044w0a8nmy6rlrj375lvhfn99"
+ }
+ },
+ {
+ "ename": "python-mode",
+ "commit": "82861e1ab114451af5e1106d53195afd3605448a",
+ "sha256": "1m7c6c97xpr5mrbyzhcl2cy7ykdz5yjj90mrakd4lknnsbcq205k",
+ "fetcher": "gitlab",
+ "repo": "python-mode-devs/python-mode",
+ "unstable": {
+ "version": [
+ 20190724,
+ 633
+ ],
+ "commit": "3bd6df77ddf41a3cfa10d8b634aeb8c65eb14b64",
+ "sha256": "07gai9b86cjsb9s0rh0601mznpsajmslp98sdig77qm9vvnj1x6q"
+ },
+ "stable": {
+ "version": [
+ 6,
+ 2,
+ 3
+ ],
+ "commit": "a0a534639bc6142c2c2f44bd7ca5878ad5f79518",
+ "sha256": "0sj2hfjwpcdg9djsgl3y5aa3gnvl4s87477x6a9d14m11db3p7ml"
+ }
+ },
+ {
+ "ename": "python-pytest",
+ "commit": "d95442748827911e082a55f4fd7c348a3757e274",
+ "sha256": "0n97akqq7dss7rsww311ljh9w1hyc4j64wjmpxjlc9lg5aqwjbh4",
+ "fetcher": "github",
+ "repo": "wbolster/emacs-python-pytest",
+ "unstable": {
+ "version": [
+ 20180725,
+ 1146
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "magit-popup",
+ "projectile",
+ "s"
+ ],
+ "commit": "09ad688df207ee9b02c990d3897a9e2841931d97",
+ "sha256": "18v7kxdhrayxg2pgbysm0y47xpdvwa15fmazpkfg0q8dfp2j3022"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "magit-popup",
+ "projectile",
+ "s"
+ ],
+ "commit": "6772ecfaa86f0f4a1a66bfd3a454c9b11956de70",
+ "sha256": "086jjygzdrcjfp7j70xs8jh8nq0xv496kza6iap7lyc3qf16b4kk"
+ }
+ },
+ {
+ "ename": "python-switch-quotes",
+ "commit": "d99fbd3d0c486bf89c9c0937e2ebf378be39293f",
+ "sha256": "1wc27q9ac8p7c5mfk3kznbmdd5ds4ray0csgba79n19g152y5jjc",
+ "fetcher": "github",
+ "repo": "werehuman/python-switch-quotes",
+ "unstable": {
+ "version": [
+ 20161228,
+ 809
+ ],
+ "commit": "93f1e9b40e061a6cea480139e8b1362b6404abd0",
+ "sha256": "1x04hnf3m8cgqp0i566q4n7kh59cayzfxka3g07kv0h543xbys4n"
+ }
+ },
+ {
+ "ename": "python-test",
+ "commit": "0ea68b3aa9c057e81a3e90a359a38ac16cb26c2f",
+ "sha256": "16grx9xzl48dcwflfmv64wigyxlw495a6q01b1ynkqj5sjdl3fkn",
+ "fetcher": "github",
+ "repo": "emacs-pe/python-test.el",
+ "unstable": {
+ "version": [
+ 20181018,
+ 29
+ ],
+ "commit": "f899975b133539e19ba822e4b0bfd1a28572967e",
+ "sha256": "0ww0qf9hsd8j31dc0p3fmsiqsir3mqbd4pwv4i29qidmbgrk3cv0"
+ }
+ },
+ {
+ "ename": "python-x",
+ "commit": "c1cf98dff029d494007fe25d29bd8bcfecc5b8e6",
+ "sha256": "03px1z27yhvc9084h9j2p0khvhkwmfxdskf0ndvz79ywp6nl7mb6",
+ "fetcher": "gitlab",
+ "repo": "wavexx/python-x.el",
+ "unstable": {
+ "version": [
+ 20190611,
+ 1303
+ ],
+ "deps": [
+ "cl-lib",
+ "folding",
+ "python"
+ ],
+ "commit": "b1f8eaccee210d7c0580dba6dc9bd361fcf3765d",
+ "sha256": "0vyipfsppissa87pdnbksamdby0yl2q8nzawqivv6smn33jp6vsn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "folding",
+ "python"
+ ],
+ "commit": "e606469aafec2e6beda8c589540b88a5a6f6f33f",
+ "sha256": "00i7cc4r7275l22k3708xi4hqw2j44yivdb1madzrpf314v3kabr"
+ }
+ },
+ {
+ "ename": "pythonic",
+ "commit": "5589c55d459f15717914061d0f0f4caa32caa13c",
+ "sha256": "1hq0r3vg8vmgw89wfjdqknwm76pimlk0dy56wmh9vffh06gqsb51",
+ "fetcher": "github",
+ "repo": "proofit404/pythonic",
+ "unstable": {
+ "version": [
+ 20190725,
+ 1258
+ ],
+ "deps": [
+ "f",
+ "s"
+ ],
+ "commit": "1ba07048cffa0f95d7d1c75eab2d2be175e67cb6",
+ "sha256": "12dhh11q16crhb6dffwx3s7ncgbqsvc2dvpkzgllr58iwd8hs2kk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "c59a158942634d3c07e506b2376d96e8d5d1466f",
+ "sha256": "0219s900kdpi3cxllvmwm8hb2lwqzikplq578f7pyxhzljjh2lma"
+ }
+ },
+ {
+ "ename": "pyvenv",
+ "commit": "e37236b89b9705ba7a9d134b1fb2c3c003953a9b",
+ "sha256": "0gai9idss1wvryxyqk3pv854mc2xg9hd0r55r2blql8n5rd2yv8v",
+ "fetcher": "github",
+ "repo": "jorgenschaefer/pyvenv",
+ "unstable": {
+ "version": [
+ 20181228,
+ 1722
+ ],
+ "commit": "fa6a028349733b0ecb407c4cfb3a715b71931eec",
+ "sha256": "1x052fsavb94x3scpqd6n9spqgzaahzbdxhg4qa5sy6hqsabn6zh"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 20
+ ],
+ "commit": "fa6a028349733b0ecb407c4cfb3a715b71931eec",
+ "sha256": "1x052fsavb94x3scpqd6n9spqgzaahzbdxhg4qa5sy6hqsabn6zh"
+ }
+ },
+ {
+ "ename": "q-mode",
+ "commit": "fff65433eff01d6239809df4c047f0e4349cc4a9",
+ "sha256": "1vv3hynd6k050nxln83l703ymzyh1kl69cdy4yabdvmkqw4gbshz",
+ "fetcher": "github",
+ "repo": "psaris/q-mode",
+ "unstable": {
+ "version": [
+ 20181216,
+ 1747
+ ],
+ "commit": "7a13fb68a0ad3d843c8cdc188cf0adb9723f42f7",
+ "sha256": "0di229ma7jr9jcck36qjrzilkbp428kkx53qs6c9xw9jhv6yklbz"
+ }
+ },
+ {
+ "ename": "qiita",
+ "commit": "d8065a58e297c50c031de97d2d80bce5857bd803",
+ "sha256": "1kzk7pc68ks9gxm2l2d28al23gxh56z0cmkl80qwg7sh4gsmhyxl",
+ "fetcher": "github",
+ "repo": "gongo/qiita-el",
+ "unstable": {
+ "version": [
+ 20140118,
+ 844
+ ],
+ "deps": [
+ "helm",
+ "markdown-mode"
+ ],
+ "commit": "93c697b97d540fd1601a13a3d9889fb939b19878",
+ "sha256": "0ggivlaj29rbbhkjpf3bf7vr96xjzffas0sf5m54qh6nyz6nnha5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "commit": "33b6d3450bb4b3d0186c2475f6c78269c71fd1ff",
+ "sha256": "110z27n3h7p2yalicfhnv832ikfcf7p0hrf5qkryz1sdmz79wb3f"
+ }
+ },
+ {
+ "ename": "ql",
+ "commit": "475bd8fd66c6d5b5c7e74aa2c4e094d313cc8303",
+ "sha256": "0wxjblqacs5nx2hyh7r6rlv1yngbhn6phn5rni4dw2dms98zj34z",
+ "fetcher": "github",
+ "repo": "ieure/ql-el",
+ "unstable": {
+ "version": [
+ 20180418,
+ 2020
+ ],
+ "commit": "d976414ba6aa576ad524b5ee5bfa620efd072258",
+ "sha256": "138h4ndnzpphsmi4b8yw53mxc3rnqrj1c3jp8njx5pkmiqkp1q00"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "d976414ba6aa576ad524b5ee5bfa620efd072258",
+ "sha256": "138h4ndnzpphsmi4b8yw53mxc3rnqrj1c3jp8njx5pkmiqkp1q00"
+ }
+ },
+ {
+ "ename": "qml-mode",
+ "commit": "f3abc88ddbb6b8ecafa45e75ceba9a1294ad88d4",
+ "sha256": "123mlibviplzra558x87da4zx0kpbhsgfigjjgjgp3mdg897084n",
+ "fetcher": "github",
+ "repo": "coldnew/qml-mode",
+ "unstable": {
+ "version": [
+ 20161016,
+ 31
+ ],
+ "commit": "6c5f33ba88ae010bf201a80ee8095e20a724558c",
+ "sha256": "1sncsvzjfgmhp4m8w5jd4y51k24n2jfpgvrkd64wlhhzbj3wb947"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "6c5f33ba88ae010bf201a80ee8095e20a724558c",
+ "sha256": "1sncsvzjfgmhp4m8w5jd4y51k24n2jfpgvrkd64wlhhzbj3wb947"
+ }
+ },
+ {
+ "ename": "qt-pro-mode",
+ "commit": "e9af710be77ccde8ffa5f22168d2c8a06b73dd6a",
+ "sha256": "1k3ph9bqvvg6i6n623qrwdpsffs8w9rv9nihmlggb4w30dwqc9nf",
+ "fetcher": "github",
+ "repo": "EricCrosson/qt-pro-mode",
+ "unstable": {
+ "version": [
+ 20170604,
+ 1841
+ ],
+ "commit": "7a2da323de834294b413cbbb3c92f42f54913643",
+ "sha256": "07054hzl7gd0wfibcqvij2wx9zji330gsryn53qad9gyalvlavpa"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "f4accdeba5d49b79f85f0f24f74ac25e8326d487",
+ "sha256": "1xprnq3y74hfm931a80wcj35faafzqc59j3vavx95wzv4z4yfgdm"
+ }
+ },
+ {
+ "ename": "quack",
+ "commit": "aa58bf19d4b65ec785677a36709794ae5aebded4",
+ "sha256": "18f3py9vr08589g9kvbcn2nvpd074rx45ni9k66cwl3hjb3hdkg5",
+ "fetcher": "github",
+ "repo": "emacsmirror/quack",
+ "unstable": {
+ "version": [
+ 20181106,
+ 1301
+ ],
+ "commit": "2146805ce2b5a9b155d73929986f11e713787e26",
+ "sha256": "005wkji4wjqqilgmqy81rjqr8zx4gl39mari2ahvr9mfps2ypmjz"
+ }
+ },
+ {
+ "ename": "quasi-monochrome-theme",
+ "commit": "a9c8498e4bcca19c4c24b2fd0db035c3da477e2a",
+ "sha256": "0h5pqrklyga40jg8qc47lwmf8khn0vcs5jx2sdycl2ipy0ikmfs0",
+ "fetcher": "github",
+ "repo": "lbolla/emacs-quasi-monochrome",
+ "unstable": {
+ "version": [
+ 20181213,
+ 827
+ ],
+ "commit": "68060dbbc0bbfe4924387392874186c5a29bb434",
+ "sha256": "0zp2xr0bjfqrpb0bqczzick1vvbjmipjavrdi70kw6a9caynvq22"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "68060dbbc0bbfe4924387392874186c5a29bb434",
+ "sha256": "0zp2xr0bjfqrpb0bqczzick1vvbjmipjavrdi70kw6a9caynvq22"
+ }
+ },
+ {
+ "ename": "quelpa",
+ "commit": "a496196d405c152600d44ef4aa28557f489c542c",
+ "sha256": "0qm4dxwlvaka6j8ismb4lhar4dzlhpvjsx6524w15ilcbdbyqqjl",
+ "fetcher": "git",
+ "url": "https://framagit.org/steckerhalter/quelpa.git",
+ "unstable": {
+ "version": [
+ 20190710,
+ 503
+ ],
+ "commit": "144b71e0f514b96cf19c39853cf08b2d957a8ed5",
+ "sha256": "0dv85f38r5jd369ihmpknbj2zv8wmabfdsjcny0j6mp7x1n37dy1"
+ }
+ },
+ {
+ "ename": "quelpa-use-package",
+ "commit": "a496196d405c152600d44ef4aa28557f489c542c",
+ "sha256": "1rdhnv7iz9clcy68j1gqv8cwq70ip4w12179v553lyikk9icrpp8",
+ "fetcher": "git",
+ "url": "https://framagit.org/steckerhalter/quelpa-use-package.git",
+ "unstable": {
+ "version": [
+ 20190210,
+ 1838
+ ],
+ "deps": [
+ "quelpa",
+ "use-package"
+ ],
+ "commit": "6f3cc87caa6cb8795079c5cab3c6665970859098",
+ "sha256": "129pigh1njn50s1lq81blcn54bkb6hwrlxg0sk7m1zsf6rybw0rf"
+ }
+ },
+ {
+ "ename": "quick-buffer-switch",
+ "commit": "30f167afc241f3ec24c092f2f06dbabd4dd11bcc",
+ "sha256": "1fsnha3x3pgq582libb3dmxb93aagv1avnc0rigpfd7hv6bagj40",
+ "fetcher": "github",
+ "repo": "renard/quick-buffer-switch",
+ "unstable": {
+ "version": [
+ 20151007,
+ 2208
+ ],
+ "commit": "d5fdd67b4c9f04b7a7122da2215e4ae076a03b1b",
+ "sha256": "0kh63nzdzwxksn2ar2i1ds7n96jga2dhhc9gg27p1g2ca66fs6h5"
+ }
+ },
+ {
+ "ename": "quick-peek",
+ "commit": "68f59a3048ec6196b138b6584a22ce70baa38284",
+ "sha256": "0ivg6v9c535bw2bv636wmkd4sy037j55054bfm31wvvxk99bndwq",
+ "fetcher": "github",
+ "repo": "cpitclaudel/quick-peek",
+ "unstable": {
+ "version": [
+ 20190208,
+ 1515
+ ],
+ "commit": "fd8a6c81422932539d221f39f18c90f2811f2dd9",
+ "sha256": "18jr3syd7jd809qq1j61zwaaclmqn24qyb0mv0q8sj6ac4vzl1c3"
+ }
+ },
+ {
+ "ename": "quick-preview",
+ "commit": "98270840568fa1fca2d92f26108444fb24609e83",
+ "sha256": "18janbmhbwb6a46fgc1sxl9ww591v60y3wgh2wqh62vdy4ix3bd9",
+ "fetcher": "github",
+ "repo": "myuhe/quick-preview.el",
+ "unstable": {
+ "version": [
+ 20150829,
+ 439
+ ],
+ "commit": "29c884c6ab385ef67d9aa656ebb7c94cabeb5c35",
+ "sha256": "1cp3z05qjy7qvjjv105ws1j9qykx8sl4s13xff0ijwvjza6ga44c"
+ }
+ },
+ {
+ "ename": "quick-shell-keybind",
+ "commit": "e9bf4d78da24d88476545f97b2af0527dde73600",
+ "sha256": "1f66wk2m0yykcbq6qbalgscpq8s53qshyyqdnimlmdi0g0glif1b",
+ "fetcher": "github",
+ "repo": "eyeinsky/quick-shell-keybind",
+ "unstable": {
+ "version": [
+ 20171023,
+ 613
+ ],
+ "commit": "5f4541a5a5554d108bf16b5fd1713e962161ca1b",
+ "sha256": "19hqywwf80q6ay886xmcjjpr4pghkw78hzdg0mrpkpkqn2vj06gk"
+ }
+ },
+ {
+ "ename": "quickref",
+ "commit": "acc9b816796b9f142c53f90593952b43c962d2d8",
+ "sha256": "0jahi84ra9g7h0cvz3c02zkbkknrzgv48zq32n72lkxl958swqn1",
+ "fetcher": "github",
+ "repo": "pd/quickref.el",
+ "unstable": {
+ "version": [
+ 20170817,
+ 1232
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "f368c8b8219bb90498c5ab84e26f00eedaa234cf",
+ "sha256": "0nalnfb816qk1dfxjk9j8r5lvzv2k4jf747xdjbj2mcvv07g2jd2"
+ }
+ },
+ {
+ "ename": "quickrun",
+ "commit": "81f0f525680fea98e804f39dbde1dada887e8821",
+ "sha256": "0f989d6niw6ghf9mq454kqyp0gy7gj34vx5l6krwc52agckyfacy",
+ "fetcher": "github",
+ "repo": "syohex/emacs-quickrun",
+ "unstable": {
+ "version": [
+ 20170223,
+ 115
+ ],
+ "commit": "55bbe5d54b80206ea5a60bf2f58eb6368b2c8201",
+ "sha256": "1skbd5q99d9rwfi954r9p7b7nhwcfijq30z0fpdhbi1iiabf7vqz"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2,
+ 8
+ ],
+ "commit": "70e93e06778f44113f405aedec6187b925311d57",
+ "sha256": "0swbgsidq11w7vyjhf06dn8vsj06j9scj8n2dm9m7fasj0yh3ghw"
+ }
+ },
+ {
+ "ename": "quiet",
+ "commit": "443425d9e4412a1e3e8117f97c255c8420223542",
+ "sha256": "1jq65jpx0rlkc0dzy55gs37ybpjzvcv06ahwiw1lk2n92g4pi96a",
+ "fetcher": "github",
+ "repo": "zzkt/quiet",
+ "unstable": {
+ "version": [
+ 20160508,
+ 1256
+ ],
+ "commit": "6f20309f99e26fcae2601d1544b342f044e54baf",
+ "sha256": "14q7x341gqcxn3bq72wmfxipqmj2dh35kxcrwjkyghbsbd43rv8n"
+ }
+ },
+ {
+ "ename": "quilt",
+ "commit": "28ad2d71574c1995287371cfd73648871b9271f0",
+ "sha256": "0fgni5khjbxy28i2vdwhcvs0z0yx43ll0c4s8br4w7q9s0nlcvmv",
+ "fetcher": "github",
+ "repo": "jstranik/emacs-quilt",
+ "unstable": {
+ "version": [
+ 20190304,
+ 540
+ ],
+ "commit": "161ce2d8ba225bccef0ea8ae4937251b8ccaa892",
+ "sha256": "0r9j71rc2jcwfr6yqg8qx4fwypqg1d7p31af258ixygs3qy69x14"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "commit": "161ce2d8ba225bccef0ea8ae4937251b8ccaa892",
+ "sha256": "0r9j71rc2jcwfr6yqg8qx4fwypqg1d7p31af258ixygs3qy69x14"
+ }
+ },
+ {
+ "ename": "quiz",
+ "commit": "23d547c0d69d8f5d1e9983e3669a63dffaede2b3",
+ "sha256": "0pcjfhk109ifi834jw8lndwhpfcv764wym1dhiqhp5qd2vf431kg",
+ "fetcher": "github",
+ "repo": "davep/quiz.el",
+ "unstable": {
+ "version": [
+ 20190525,
+ 1206
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "570bf53926d89282cdb9653bd5aa8fe968f92bbd",
+ "sha256": "1f752fsrk7z8q2dd40r46hzhhf1kyj0vid9g0vv5dkkzmabms59q"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "570bf53926d89282cdb9653bd5aa8fe968f92bbd",
+ "sha256": "1f752fsrk7z8q2dd40r46hzhhf1kyj0vid9g0vv5dkkzmabms59q"
+ }
+ },
+ {
+ "ename": "r-autoyas",
+ "commit": "3a095d3a687055c6ac43a4338826542d14a25127",
+ "sha256": "18zifadsgbwnga205jvpx61wa2dvjxmxs5v7cjqhny45a524nbv4",
+ "fetcher": "github",
+ "repo": "mattfidler/r-autoyas.el",
+ "unstable": {
+ "version": [
+ 20140101,
+ 1510
+ ],
+ "deps": [
+ "ess",
+ "yasnippet"
+ ],
+ "commit": "b4020ee7f5f895e0065b8b26da8a49c51432d530",
+ "sha256": "0dhljmdlg4p832w9s7rp8vznkpjkwpg8k9hj95cn2h76c0afwz3j"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 28
+ ],
+ "commit": "563254f01ce530ca4c9be1f23395e3fd7d520ff9",
+ "sha256": "02bddznlqys37fnhdpp2g9xa9m7kfgrj1vl0hc5kr42hggk9wwmg"
+ }
+ },
+ {
+ "ename": "racer",
+ "commit": "97b97037c19655a3ddffee9a86359961f26c155c",
+ "sha256": "1091y5pisbf73i6zg5d7yny2d5yckkjg0z6fpjpmz5qjs3xcm9wi",
+ "fetcher": "github",
+ "repo": "racer-rust/emacs-racer",
+ "unstable": {
+ "version": [
+ 20190610,
+ 800
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "pos-tip",
+ "rust-mode",
+ "s"
+ ],
+ "commit": "ea6a09c16f8ec646195f942c12fe3ed7d65cc971",
+ "sha256": "1r6g9jgbdidivjms62bvxkg0z3jif5j9sxfg51iq8hvc6m1nd352"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "rust-mode",
+ "s"
+ ],
+ "commit": "8ad54e7674e49735390d63e3aea828a4d4bcddd0",
+ "sha256": "0xj5iki10cg8j8vvqjlw6lfx97k3agwirhchcjnzbnkry48x9qi6"
+ }
+ },
+ {
+ "ename": "racket-mode",
+ "commit": "9af8dea03aba378f21c6109faf48278b4d2bf59f",
+ "sha256": "0cmlz314w5227br0vns5d7jhpspv1byzalgzv8f9v2qjyvk6jvsn",
+ "fetcher": "github",
+ "repo": "greghendershott/racket-mode",
+ "unstable": {
+ "version": [
+ 20190803,
+ 1820
+ ],
+ "deps": [
+ "faceup"
+ ],
+ "commit": "5300aa004f08535c3fac99f1af78462f129aca81",
+ "sha256": "1gkpm4fl1ybsm9qqgrkwyjbd9znddy438x266k27fs90lkxrfray"
+ }
+ },
+ {
+ "ename": "rails-log-mode",
+ "commit": "7ebbf4364759c8e38d550e66fd0ce193f4214e15",
+ "sha256": "0h7gfg0c5pwfh18qzg1mx7an9p958ygdfqb54s85mbkv8x3rh1a0",
+ "fetcher": "github",
+ "repo": "ananthakumaran/rails-log-mode",
+ "unstable": {
+ "version": [
+ 20140408,
+ 425
+ ],
+ "commit": "ff440003ad7d47cb0ac3300f2a632f4cfd36a446",
+ "sha256": "1fh8wsb0pa2isr1kgh3v9zmmxq1nlmqwqk4z34dw5wpaiyihmk84"
+ }
+ },
+ {
+ "ename": "railscasts-reloaded-theme",
+ "commit": "9817851bd06cbae30fb8f429401f1bbc0dc7be09",
+ "sha256": "1iy30mnm3s7p7qigrm3lvv7xjgwvinwg6yg0hry2aifwn88cnwmz",
+ "fetcher": "github",
+ "repo": "thegeorgeous/railscasts-reloaded-theme",
+ "unstable": {
+ "version": [
+ 20190308,
+ 759
+ ],
+ "commit": "c6a1cf13a164f22b026b0959527c3b98c2b1aa49",
+ "sha256": "00clkjrp2nfchhznilxjb56bcdv1an50cawnz6747ck22x0ycbfn"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "commit": "ae77bc04fe5a948f418ec8693f6ff2c9ea757c50",
+ "sha256": "1vn9cw343w9vvxhzqi85vyqnj6kxcv99qvva4xjvy1sf65i24wy4"
+ }
+ },
+ {
+ "ename": "railscasts-theme",
+ "commit": "a0366a9844f6c28dfc3d5ba26201865921981574",
+ "sha256": "1z5m8ccx2k18gbzqvg0051mp2myy2qncf4xvv47k80f83pk2hw6r",
+ "fetcher": "github",
+ "repo": "mikenichols/railscasts-theme",
+ "unstable": {
+ "version": [
+ 20150219,
+ 1525
+ ],
+ "commit": "1340c3f6c2717761cab95617cf8dcbd962b1095b",
+ "sha256": "021x1l5kzsbm0qj5a3bngxa7ickm4lbwsdz81a2ks9pi1ivmw205"
+ }
+ },
+ {
+ "ename": "rainbow-blocks",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1zf1z1hnp8q0s9za7nnpq83isbpmz26l8hxafz0h0b5dz1w2vlvs",
+ "fetcher": "github",
+ "repo": "istib/rainbow-blocks",
+ "unstable": {
+ "version": [
+ 20171025,
+ 1438
+ ],
+ "commit": "dd435d7bb34ff6f162a5f315df308b90b7e9f842",
+ "sha256": "06yfb3i7wzvqrhkb61zib9xvpb5i00s4frizkzff66im05k0n795"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "8335993563aadd4290c5fa09dd7a6a81691b0690",
+ "sha256": "02x5ciyafqwak06yk813kl8p92hq03wjsk1882q8axr9q231100c"
+ }
+ },
+ {
+ "ename": "rainbow-delimiters",
+ "commit": "d2cf11dbff76f0e3581b865f48bb44a307aa7f23",
+ "sha256": "132nslbnszvbgkl0819z811yar3lms1hp5na4ybi9gkmnb7bg4rg",
+ "fetcher": "github",
+ "repo": "Fanael/rainbow-delimiters",
+ "unstable": {
+ "version": [
+ 20170929,
+ 1132
+ ],
+ "commit": "e561cff4abf97d00d9b2b5f10256d417182e2772",
+ "sha256": "0j9wmri4zn72znq406n2j078q2h4f74qpcrqh2pkfw4f3ff3hf7c"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 3
+ ],
+ "commit": "93cd2dc873e7fedca7abc599cd97d46db4376ac7",
+ "sha256": "0vs9pf8lqq5p5qz1770pxgw47ym4xj8axxmwamn66br59mykdhv0"
+ }
+ },
+ {
+ "ename": "rainbow-identifiers",
+ "commit": "975aadd9fe1faf9ad617ba6200ca77185b87e7c0",
+ "sha256": "0lw790ymrgpyh0sxwmzinl2ik5vl5vggbg14cd0cx5yagkw5y3mp",
+ "fetcher": "github",
+ "repo": "Fanael/rainbow-identifiers",
+ "unstable": {
+ "version": [
+ 20141102,
+ 1526
+ ],
+ "commit": "19fbfded1baa98d12335f26f6d7b20e5ae44ce2e",
+ "sha256": "05i0jpmxzsj2lsj48cafn3v93z37l7k5kaza2ik3yirdpjdibyrh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "commit": "19fbfded1baa98d12335f26f6d7b20e5ae44ce2e",
+ "sha256": "05i0jpmxzsj2lsj48cafn3v93z37l7k5kaza2ik3yirdpjdibyrh"
+ }
+ },
+ {
+ "ename": "rake",
+ "commit": "bf0f84698dda02a5b84a244ee29a23a6faa9de68",
+ "sha256": "0cw47g6cjnkh3z4hbwwq1f8f5vrvs84spn06k53bx898brqdh8ns",
+ "fetcher": "github",
+ "repo": "asok/rake",
+ "unstable": {
+ "version": [
+ 20180212,
+ 1008
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "f"
+ ],
+ "commit": "9c204334b03b4e899fadae6e59c20cf105404128",
+ "sha256": "09k2fqkmqr6g19rvqr5x2kpj1cn3wkncxg50hz02vmsrbgmzmnja"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "f"
+ ],
+ "commit": "e680f1a8f2591af7c80cad188340601b101b5ddc",
+ "sha256": "1dk2clsnmjy3bfv6laxf8sslvdajjbwpk83ss8v9xm55dcxjvd7n"
+ }
+ },
+ {
+ "ename": "rally-mode",
+ "commit": "0914825c6d5ad26d2a8035fc33ad98df42df3c53",
+ "sha256": "1vzsh5855bzln3p3235yccl2azpndpc4rh95zrx6p1k62h2kv0y1",
+ "fetcher": "github",
+ "repo": "seanleblanc/rally-mode",
+ "unstable": {
+ "version": [
+ 20161114,
+ 354
+ ],
+ "deps": [
+ "popwin"
+ ],
+ "commit": "0f5e09a6abe2de7613f174b4f54863df93343134",
+ "sha256": "1vrsv8ph1v853ii0i3q889xlwxnjdqz4bs3ipi502rjx6g7y5gdz"
+ }
+ },
+ {
+ "ename": "rand-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0c2xs99jgrhk6f1s6pls8pigg6qwcr4imnwdlngwzr0jz8jhqvxa",
+ "fetcher": "github",
+ "repo": "gopar/rand-theme",
+ "unstable": {
+ "version": [
+ 20151219,
+ 2335
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "65a00e5c5150f857aa96803b68f50bc8da0215b7",
+ "sha256": "0fmajgqf9j21qn7h35sky5di8cnma432g0ki9d5m41byxp9y1bdl"
+ }
+ },
+ {
+ "ename": "random-splash-image",
+ "commit": "2bfbfe83143299b86f867c4d7faf6a0d7a070e1e",
+ "sha256": "1j454jy4ia2wrgi3fxzjfdqi3z8x13hq8kh62lnb84whs7a1nhik",
+ "fetcher": "github",
+ "repo": "kakakaya/random-splash-image",
+ "unstable": {
+ "version": [
+ 20151003,
+ 130
+ ],
+ "commit": "53a39ebfd8ac6be066a652a508a717870f94218a",
+ "sha256": "1mky9xhghzz34sswqm2v3jhfc25fdrjx4hh4a1hs4h45g1v58lm9"
+ }
+ },
+ {
+ "ename": "ranger",
+ "commit": "0207e754f424823fb48e9c065c3ed9112a0c445b",
+ "sha256": "14g4r4iaz0nzfsklslrswsik670pvfd0605xfjghvpngn2a8ych4",
+ "fetcher": "github",
+ "repo": "ralesi/ranger.el",
+ "unstable": {
+ "version": [
+ 20190412,
+ 624
+ ],
+ "commit": "c3f349e52f5c50926dc0f285c97676934f50bc18",
+ "sha256": "1yc5g631xrvfkdgxzzy9rzvnacnl87r504yr1mpggsw1inklhzkk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 8,
+ 5
+ ],
+ "commit": "584e4ae8cce1c54a44b40dd4c77fbb2f06d73ecb",
+ "sha256": "01rphv92g1r0cw5bwkbrh02s0na7fjrddxx1dckk2y7qr97s7l8j"
+ }
+ },
+ {
+ "ename": "rase",
+ "commit": "334419debe065c34665bb0207574d1d4dfb9e8ae",
+ "sha256": "1g7v2z7l4csl5by64hc3zg4kgrkvv81iq30mfqq4nvy1jc0xa6j0",
+ "fetcher": "github",
+ "repo": "m00natic/rase",
+ "unstable": {
+ "version": [
+ 20120928,
+ 2045
+ ],
+ "commit": "59b5f7e8102570b65040e8d55781c7ea28de7338",
+ "sha256": "1i16361klpdsxphcjdpxqswab3ing69j1wb9nygws7ghil85h0bx"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "59b5f7e8102570b65040e8d55781c7ea28de7338",
+ "sha256": "1i16361klpdsxphcjdpxqswab3ing69j1wb9nygws7ghil85h0bx"
+ }
+ },
+ {
+ "ename": "rats",
+ "commit": "a62cbae1b2d9af2322bb6a27949de8c8bfddc2b7",
+ "sha256": "0jhwiq9yzwpyqhk3c32vqx8nryingzh58psxbzjl3812b7xdqphr",
+ "fetcher": "github",
+ "repo": "ane/rats.el",
+ "unstable": {
+ "version": [
+ 20170818,
+ 1013
+ ],
+ "deps": [
+ "cl-lib",
+ "go-mode",
+ "s"
+ ],
+ "commit": "a6d55aebcc54f669c6c6ffedf84364c4097903cc",
+ "sha256": "0cskw05jb7wckhfs2qs9pn5icxa93ay2mw2i1brsmdd0igz34lg3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "go-mode",
+ "s"
+ ],
+ "commit": "8ad4023a4b9b00c1224b10b0060f6dc60b4814a4",
+ "sha256": "0rwgwz1x9w447y8mxy9hrx1rzi3ac9dwk2y5yg1p08z5b7dy6vcz"
+ }
+ },
+ {
+ "ename": "rbenv",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1skh1v8dgwl1f9m3pmy2s3rnzp8n3cydi3579fgjv4mzi81k3d5q",
+ "fetcher": "github",
+ "repo": "senny/rbenv.el",
+ "unstable": {
+ "version": [
+ 20141120,
+ 749
+ ],
+ "commit": "2ea1a5bdc1266caef1dd77700f2c8f42429b03f1",
+ "sha256": "0yd0rs6fnc6lsfi7pivw5sivh698055r8ifj9vrxb82dcx2y6v2h"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "commit": "a613ee1941efa48ef5321bad39ac1ed8ad1540b8",
+ "sha256": "09c6v4lnv6vm2cckbdpx2fdi9xkz9l68qvhx35vaawxhrkgvypzp"
+ }
+ },
+ {
+ "ename": "rbt",
+ "commit": "ca7241985be1e8a26a454b8136a537040b7ae801",
+ "sha256": "1mrb6v8zybvhh242vvq0kdvg6cvws7gabfhcydrw5g2njhyqkygm",
+ "fetcher": "github",
+ "repo": "joeheyming/rbt.el",
+ "unstable": {
+ "version": [
+ 20170202,
+ 2302
+ ],
+ "deps": [
+ "magit",
+ "popup"
+ ],
+ "commit": "32bfba9062a014e375451cf4203c29535b5efc1e",
+ "sha256": "0jzhyf42m9gqcnsz9gxc9wk8bbb9a7fj78swwyj0wqn9jm8jxbra"
+ }
+ },
+ {
+ "ename": "rc-mode",
+ "commit": "d8062b2e5b2744a6e614b389cca7e7f21b582f6f",
+ "sha256": "0p77mckw8jyxcwspj1ffm8mz0k01ddm67hh9j8rw812wddwnj7qf",
+ "fetcher": "github",
+ "repo": "mrhmouse/rc-mode.el",
+ "unstable": {
+ "version": [
+ 20160913,
+ 1918
+ ],
+ "commit": "fe2e0570bf9c19a292e16b18fd4b0a256df5d93f",
+ "sha256": "0skjg3l3ss8nlrpnpjjflmf7wjib4jfarkmx4438nc6vm6553fmn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 13
+ ],
+ "commit": "fe2e0570bf9c19a292e16b18fd4b0a256df5d93f",
+ "sha256": "0skjg3l3ss8nlrpnpjjflmf7wjib4jfarkmx4438nc6vm6553fmn"
+ }
+ },
+ {
+ "ename": "rcirc-alert",
+ "commit": "735aa2256660efffdaf6ecbd61a3e2818a48327f",
+ "sha256": "0lyd3gz1sflp93xb7xbvk1gh69w468ync1p144avyh2pybl40q4a",
+ "fetcher": "github",
+ "repo": "csantosb/rcirc-alert",
+ "unstable": {
+ "version": [
+ 20141127,
+ 1047
+ ],
+ "commit": "0adf8ff9c47023fec578f678424be62b0f49057f",
+ "sha256": "0xdyrp0zs2v2glpfwlajmj97wygwi0y492zbp6rp3caa5bj3j4z2"
+ }
+ },
+ {
+ "ename": "rcirc-alertify",
+ "commit": "d1559b0e19e571c83c25ac7104e269ebc42d8f14",
+ "sha256": "13448bykmy0jqcajhn2gjiar3m8cingyr8394vxybp2m1zvv0pws",
+ "fetcher": "github",
+ "repo": "fgallina/rcirc-alertify",
+ "unstable": {
+ "version": [
+ 20140407,
+ 119
+ ],
+ "deps": [
+ "alert"
+ ],
+ "commit": "ea5cafc55893f375eccbe013d12dbaa94bf6e259",
+ "sha256": "1mpk5rzsil298q3ppv5v9jrn274v71jffyz0jihrksh1wbjzwhlx"
+ }
+ },
+ {
+ "ename": "rcirc-groups",
+ "commit": "35b9c9e877c686df0ac9f96855d733a240063829",
+ "sha256": "1iws3f8vkwrflcj6ni8nmf1wcw1jrlnssm76kzzhag77ry3iswgx",
+ "fetcher": "github",
+ "repo": "dimitri/rcirc-groups",
+ "unstable": {
+ "version": [
+ 20170731,
+ 2101
+ ],
+ "commit": "b68ece9d219b909244d4e3c0d8bf6a746d6fead7",
+ "sha256": "196x3qg22rhh917diml1q0hszqrqwg0klzp96q1c7c744mlq82fx"
+ }
+ },
+ {
+ "ename": "rcirc-notify",
+ "commit": "009e2db47c9fe730fff1dc807e52c86b3ab26446",
+ "sha256": "0mwhzkbzhpq4jws05p7qp0kbay8kcblb9xikznm0i8drpdyc617v",
+ "fetcher": "github",
+ "repo": "nicferrier/rcirc-notify",
+ "unstable": {
+ "version": [
+ 20150219,
+ 2204
+ ],
+ "commit": "841a7b5a6cdb0c11a812df924d2c6a7d364fd455",
+ "sha256": "1k4knsrca626pikgaalqbqwy7im4wz1vrmzzhdrdb4lhdz6sq3q3"
+ }
+ },
+ {
+ "ename": "rcirc-styles",
+ "commit": "10771a996c8a9dc1eb211cddff53db7b2b01e00b",
+ "sha256": "01dxhnzsnljig769dk9axdi970b3lw2s6p1z3ljf29qlb5j4548r",
+ "fetcher": "github",
+ "repo": "aaron-em/rcirc-styles.el",
+ "unstable": {
+ "version": [
+ 20160207,
+ 250
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f313bf6a7470bed314b27c7a40558cb787d7bc67",
+ "sha256": "1kwn33rxaqik5jls66c2indvswhwmxdmd60n7a1h9siqm5qhy9d6"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f313bf6a7470bed314b27c7a40558cb787d7bc67",
+ "sha256": "1kwn33rxaqik5jls66c2indvswhwmxdmd60n7a1h9siqm5qhy9d6"
+ }
+ },
+ {
+ "ename": "rdf-prefix",
+ "commit": "a5f083bd629697038ea6391c7a4eeedc909a5231",
+ "sha256": "1vxgn5f2kws17ndfdv1vj5p9ks3rp6sikzpc258j07bhsfpjz5qm",
+ "fetcher": "github",
+ "repo": "simenheg/rdf-prefix",
+ "unstable": {
+ "version": [
+ 20190511,
+ 1212
+ ],
+ "commit": "6daf675d96aa4a0bc78adc93560b791a77651b22",
+ "sha256": "0mxzpbmaw8qz6ykyhdhq0jvxsnbgsb98psjy0w99jpxkg09fas17"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 11
+ ],
+ "commit": "6daf675d96aa4a0bc78adc93560b791a77651b22",
+ "sha256": "0mxzpbmaw8qz6ykyhdhq0jvxsnbgsb98psjy0w99jpxkg09fas17"
+ }
+ },
+ {
+ "ename": "rdp",
+ "commit": "e2dd8ef80d344c9801f7d0a26b0e3ea33a53bf89",
+ "sha256": "0lj3idwv4fxz8pi8mnxkbhwhzaa1gs6ib4nzly3fc6yiix9ampkz",
+ "fetcher": "github",
+ "repo": "skeeto/rdp",
+ "unstable": {
+ "version": [
+ 20120929,
+ 154
+ ],
+ "commit": "b620192afada04aec33b38cc130fef0765f41ca9",
+ "sha256": "08l96bhghmnckar4i6afj9csqglasmpmby1r7j38ic9bp37z2yqd"
+ }
+ },
+ {
+ "ename": "rdxmk",
+ "commit": "db54339795e0519f154328e54d47a7a0c80afc71",
+ "sha256": "14iavsgqp28y2ykgly8x69sny34r32dl4bpb47m921vk5n4y6zky",
+ "fetcher": "github",
+ "repo": "jsalzbergedu/rdxmk",
+ "unstable": {
+ "version": [
+ 20170630,
+ 134
+ ],
+ "commit": "e78749fb29738365ffa4d863ffabeb969ebb0bcf",
+ "sha256": "0gwlqjk84ih89c2ckx0rrw07jgwd32wfwj4mibchdrn0ai891md0"
+ }
+ },
+ {
+ "ename": "react-snippets",
+ "commit": "3720192fdfa45f9b83259ab39356f469c5ac85b4",
+ "sha256": "0chs0h41nb2fdz02hdsaynz7ma8fg66a8m1q1np0464skrsdaj73",
+ "fetcher": "github",
+ "repo": "johnmastro/react-snippets.el",
+ "unstable": {
+ "version": [
+ 20181002,
+ 1046
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "87ccb640d265fe799583ab55605b84d113223694",
+ "sha256": "0zs78mn37ngy86blmp2xfy7jr5p0s6r0qq6z3z924amrhy5bwdqc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "bfc4b68b81374a6a080240592641091a7e8a6d61",
+ "sha256": "1wna4v8l3j0ppjv4nj72lhp0yh6vbka6bvl1paqqfvay300kiqjb"
+ }
+ },
+ {
+ "ename": "read-aloud",
+ "commit": "20452bf3112276a7e1c880bfab259150fc70b47a",
+ "sha256": "01fd87k50x71w8qypbi7llgyc1xnmyxifxh4ni9pgbx2ryn72lzv",
+ "fetcher": "github",
+ "repo": "gromnitsky/read-aloud.el",
+ "unstable": {
+ "version": [
+ 20160923,
+ 500
+ ],
+ "commit": "c662366226abfb07204ab442b4f853ed85438d8a",
+ "sha256": "0wmfjbk3s45wj8j6xwfdldxwkrxsfcby2a242r2p88y3f8pp30i1"
+ }
+ },
+ {
+ "ename": "readability",
+ "commit": "7a4e84530b4607a277fc3b678fe7b34b1c5e3b4f",
+ "sha256": "06kykmf1yrk4jiazahk7qqf1ds34ppg9zbj9my5l52j3gjr7v9zq",
+ "fetcher": "github",
+ "repo": "emacsorphanage/readability",
+ "unstable": {
+ "version": [
+ 20140716,
+ 27
+ ],
+ "deps": [
+ "oauth",
+ "ov"
+ ],
+ "commit": "6c220ab8e0ca63946574ed892add5c8fd14002ce",
+ "sha256": "0kg18ybgwcxhv5fiya5d3wn5w9si4914q946gjannk67d6jcq08g"
+ }
+ },
+ {
+ "ename": "readline-complete",
+ "commit": "0cf3b56dae7669b34df9d2abe2d78164cbf064c9",
+ "sha256": "1qymk5ypv6ljk8x49z4jcifz7c2dqcg5181f4hqh67g1byvj2277",
+ "fetcher": "github",
+ "repo": "monsanto/readline-complete.el",
+ "unstable": {
+ "version": [
+ 20150708,
+ 1437
+ ],
+ "commit": "30c020c37b2741160cc37e656e13c85d826a0ebf",
+ "sha256": "1j5b5xapflwzh8a297gva0l12ralwa9vl5z3bb75c9ksjkhi4nm6"
+ }
+ },
+ {
+ "ename": "real-auto-save",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1li0b2d93ffxjq4jdyzyvjdy5h7q5xllys0w4748d2bhr8q35p3w",
+ "fetcher": "github",
+ "repo": "ChillarAnand/real-auto-save",
+ "unstable": {
+ "version": [
+ 20190224,
+ 1446
+ ],
+ "commit": "824ad04121493723b08838c8b96559947dca7ed9",
+ "sha256": "1szpjv04rp9x9ph44a5s56a2y96z5x474bccsjnmn6yhingh5qik"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "879144ca7e9bfa09a4fb57d5fe92a80250311f1e",
+ "sha256": "1ka5q2q18hgh7wl5yn04489121bq4nx369rz8nb7dr5l14cas0xm"
+ }
+ },
+ {
+ "ename": "realgud",
+ "commit": "7a21be3673962d5706f12efa5179a5426bdce82b",
+ "sha256": "14n6d3jfhpa29nf4ywdg3aw4i51lfkr99b4z8q4833pmpz1jbq2c",
+ "fetcher": "github",
+ "repo": "realgud/realgud",
+ "unstable": {
+ "version": [
+ 20190724,
+ 2001
+ ],
+ "deps": [
+ "load-relative",
+ "loc-changes",
+ "test-simple"
+ ],
+ "commit": "11c57cd2ea898c2167ad6c7f80eb1807109d8260",
+ "sha256": "0x5d2g18sywh36gp1l2pbjfx4qp3gpvgrkx8gvjsgjdfgmpiygag"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 1
+ ],
+ "deps": [
+ "load-relative",
+ "loc-changes",
+ "test-simple"
+ ],
+ "commit": "53938f04d5252677484e5c48513e1c138aafc756",
+ "sha256": "1d3s23jk0i34wpyxfajydgyyvsxnpbqrfl0mgydsq7zw2c75ylnq"
+ }
+ },
+ {
+ "ename": "realgud-byebug",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "1akv9raa6yb5h4lsvz7mxlnd9l7adg2rpgw7ski6036n6facn18a",
+ "fetcher": "github",
+ "repo": "realgud/realgud-byebug",
+ "unstable": {
+ "version": [
+ 20190520,
+ 1140
+ ],
+ "deps": [
+ "cl-lib",
+ "load-relative",
+ "realgud"
+ ],
+ "commit": "f8f20b92c6b13f75cc9797921c0e28d3def48b1c",
+ "sha256": "1f6g5ajimha2n45dykc2vrpdd25ylwrn98fijj3i9m8n0f7jyjrn"
+ }
+ },
+ {
+ "ename": "realgud-ipdb",
+ "commit": "c8182de5fceca3fc517a21abdb8d6e9c860e041b",
+ "sha256": "134b1n2fci0z85cyvqjq3i5wb3pm110src87la6kq2pin1nrdkcm",
+ "fetcher": "github",
+ "repo": "realgud/realgud-ipdb",
+ "unstable": {
+ "version": [
+ 20190604,
+ 209
+ ],
+ "deps": [
+ "load-relative",
+ "realgud"
+ ],
+ "commit": "3642767a286e0542bf03cbb240cf47b2a89ad3f5",
+ "sha256": "1lgqh80w4ksa4a3zyxdz812jn0yg5xn1z5z0c23sf5vqzzxkzx7h"
+ }
+ },
+ {
+ "ename": "realgud-jdb",
+ "commit": "4f03a731e4fbf2099b1ba0902ef514fd8c930d30",
+ "sha256": "02vlzv8lvm4vcw5c3ajn8lb499jdsrlg92kwib1hjwb2smjkb6ba",
+ "fetcher": "github",
+ "repo": "realgud/realgud-jdb",
+ "unstable": {
+ "version": [
+ 20190625,
+ 1911
+ ],
+ "deps": [
+ "cl-lib",
+ "load-relative",
+ "realgud"
+ ],
+ "commit": "8cfe452f5028f3ac0f6e0ae7fa03c2a31d197ded",
+ "sha256": "0yglfw7bc9lz9k7mi4v9n0yd1aslph0q3fjb241ji77gq67wh69r"
+ }
+ },
+ {
+ "ename": "realgud-lldb",
+ "commit": "e7e40b575cc22fa7b4773cf617862495e93565e4",
+ "sha256": "1l43h14a42cpgjcmbhk9vkk87z4ap9rdz7jrz8id666qxbza5xzg",
+ "fetcher": "github",
+ "repo": "realgud/realgud-lldb",
+ "unstable": {
+ "version": [
+ 20190604,
+ 702
+ ],
+ "deps": [
+ "load-relative",
+ "realgud"
+ ],
+ "commit": "f2f77d6ddfa42430ead400eaf81c605c3a04dead",
+ "sha256": "0n8nagjhgyg2l0qymx4rjzigxnhhks86s8flpndsfyhzh98b8qbm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "deps": [
+ "load-relative",
+ "realgud"
+ ],
+ "commit": "f2f77d6ddfa42430ead400eaf81c605c3a04dead",
+ "sha256": "0n8nagjhgyg2l0qymx4rjzigxnhhks86s8flpndsfyhzh98b8qbm"
+ }
+ },
+ {
+ "ename": "realgud-node-debug",
+ "commit": "50a3644b62f61622169c1aa109db80b1f53d3d8a",
+ "sha256": "0mw2sl9g8j08v40g5x2ai52i5ljvbxvcq37jwaz7vwdkafpnfyis",
+ "fetcher": "github",
+ "repo": "realgud/realgud-node-debug",
+ "unstable": {
+ "version": [
+ 20190525,
+ 1634
+ ],
+ "deps": [
+ "cl-lib",
+ "load-relative",
+ "realgud"
+ ],
+ "commit": "72e786359ce9dace1796b0d81a00e9340e9c90ad",
+ "sha256": "1zn465bikzv1aizjjcnzsx105pdwwarqmd1fij82rhrspc8p8zis"
+ }
+ },
+ {
+ "ename": "realgud-node-inspect",
+ "commit": "88388c61c0402534ccf9751b3cec318b62d72655",
+ "sha256": "1mfhvhww0w7mksfmgfjd2s8wa10k7q2sqm6s55nm71jyx5h48k07",
+ "fetcher": "github",
+ "repo": "realgud/realgud-node-inspect",
+ "unstable": {
+ "version": [
+ 20190523,
+ 1251
+ ],
+ "deps": [
+ "cl-lib",
+ "load-relative",
+ "realgud"
+ ],
+ "commit": "c3ed48cf3bc2b28f9fd23bcf60ea13a3cf019fc8",
+ "sha256": "00ywz4kp90wkfi1ncn9zj6vjw9igiv34gvx6fqfi8ha3q5xljzps"
+ }
+ },
+ {
+ "ename": "realgud-old-debuggers",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "14kig9yxss9nfc0cc54ph80pbdrmh1mdazypiwxbnj2nk1dk3qsv",
+ "fetcher": "github",
+ "repo": "realgud/realgud-old-debuggers",
+ "unstable": {
+ "version": [
+ 20190520,
+ 1150
+ ],
+ "deps": [
+ "cl-lib",
+ "load-relative",
+ "realgud"
+ ],
+ "commit": "0fad38283e885c452160232e01adf3f6ae51983b",
+ "sha256": "01x819j80yc5ybwaz5xglibv88r2aah5gqxwi1q9azd6f70zanvi"
+ }
+ },
+ {
+ "ename": "realgud-pry",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "1f8qap30r26gg33i76474zk6fs3r9qjf7jrxpm4xwpbjraggqy3z",
+ "fetcher": "github",
+ "repo": "realgud/realgud-pry",
+ "unstable": {
+ "version": [
+ 20190520,
+ 1139
+ ],
+ "deps": [
+ "cl-lib",
+ "load-relative",
+ "realgud"
+ ],
+ "commit": "fe04c0e1e1ce33361d12ad6f9bcf493f3fe228e0",
+ "sha256": "14b3104wlaxwbg3p2pmnxlap5q4msbhswpiq5cx5q1wwhzkjfp2a"
+ }
+ },
+ {
+ "ename": "realgud-rdb2",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "16pk034g26xnbsz0w9z8p76jiaraz8lvbf5hf0mmg1f5f4xlinz7",
+ "fetcher": "github",
+ "repo": "realgud/realgud-ruby-debugger2",
+ "unstable": {
+ "version": [
+ 20190520,
+ 1146
+ ],
+ "deps": [
+ "cl-lib",
+ "load-relative",
+ "realgud"
+ ],
+ "commit": "3594aa74f7afda3c3251bb2af7fe0e8ec6d621ae",
+ "sha256": "1nalr0yd1wvqdf81nidxmh9fr3ncqdjb706p6832fsmbpk7r9haw"
+ }
+ },
+ {
+ "ename": "realgud-trepan-ni",
+ "commit": "2464e03d11cd660c3c9c760e16b90911151cf184",
+ "sha256": "1p7sn1swmdyyzaaa5xza70md4pl2p15swyh7y3fbmpp35nabv9zi",
+ "fetcher": "github",
+ "repo": "realgud/realgud-trepan-ni",
+ "unstable": {
+ "version": [
+ 20190528,
+ 2211
+ ],
+ "deps": [
+ "load-relative",
+ "realgud"
+ ],
+ "commit": "4cd936edcc89324a819b21aa1afd331c02e6bd3e",
+ "sha256": "0h0d8566km6v7rgiqx54lwazwwl929npxicg8dx8qw12q13vkk31"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "load-relative",
+ "realgud"
+ ],
+ "commit": "ce008862ea33de0a9e6c06099b9ddff8f620f2e4",
+ "sha256": "14sd9d0jzr0iiy4hzssabp08wifbnb4hh6xs5b2v8ch348kcwpwv"
+ }
+ },
+ {
+ "ename": "reason-mode",
+ "commit": "f9f1a18c13601f3a4fd7b1bbfe7d5da07746e492",
+ "sha256": "07sirgj8bs9yv7pbx1lahwslvjd2aadkzkz7lsyw6xflj5fxpggr",
+ "fetcher": "github",
+ "repo": "reasonml-editor/reason-mode",
+ "unstable": {
+ "version": [
+ 20190710,
+ 1037
+ ],
+ "commit": "5e6205cfede8c10c6821dfd9f9757a9d8035ec04",
+ "sha256": "0w25z5v551w7fcjwk73dwxhp4lydjrn4rc99swd1ffxyzp5cap56"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "commit": "6b53815a0405be1f364a082d22fe5c900409a01a",
+ "sha256": "1433bgakbfyf5d5vq69rwj4zg1h0xwjy9qsryvd9r1ssax2hzi7r"
+ }
+ },
+ {
+ "ename": "reazon",
+ "commit": "77020b6ea36a4115bdddbc9599fe4f4193ecc29d",
+ "sha256": "1lymdc1lnwr7s8s15mnjcavxdyqncy2rkfdj571lf1a37y52jcj1",
+ "fetcher": "github",
+ "repo": "nickdrozd/reazon",
+ "unstable": {
+ "version": [
+ 20180921,
+ 1437
+ ],
+ "commit": "020be6467a83957adcbdcb192b61f2c76a94079b",
+ "sha256": "18la2g0srybr10vm1dajgbxi67j1l0cs08mr696hxb6m558yxdv5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "020be6467a83957adcbdcb192b61f2c76a94079b",
+ "sha256": "18la2g0srybr10vm1dajgbxi67j1l0cs08mr696hxb6m558yxdv5"
+ }
+ },
+ {
+ "ename": "rebecca-theme",
+ "commit": "19f40f30113c7dabd76a2d0e52898e6d6be69a35",
+ "sha256": "1m72jqyqx18i1vpj07v3vkbi0di9dks5sz46wb2h0f23xqyx00md",
+ "fetcher": "github",
+ "repo": "vic/rebecca-theme",
+ "unstable": {
+ "version": [
+ 20180324,
+ 821
+ ],
+ "commit": "9ac0c71c2858b76dc5499f62c7c7fb7f9e8f16bc",
+ "sha256": "0a0qf118gj2fag3j57zmli47939rn1jayvs2fwa4l280ipfvp2m7"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 1
+ ],
+ "commit": "239115183e0a354ccd5c2cb299893b558fbde05c",
+ "sha256": "0n6xf9s39frnyvchk40zzxbkn0hyga5ridkxbf50n7hr5j19yrmb"
+ }
+ },
+ {
+ "ename": "rebox2",
+ "commit": "fc9132290886694bd551681e32af26e9f4ebae57",
+ "sha256": "06ra50afjqac9ck1s9gaxy0sqxcb612wzd28s4q4imicqpgfxzjw",
+ "fetcher": "github",
+ "repo": "lewang/rebox2",
+ "unstable": {
+ "version": [
+ 20121113,
+ 1300
+ ],
+ "commit": "00634eca420cc48657b81e40e599ff8548083985",
+ "sha256": "1xh9nxqfg9abcl41ni69rnwjfgyfr0pbl55dzyxsbh6sb36r3h8z"
+ }
+ },
+ {
+ "ename": "recentf-ext",
+ "commit": "ad10a684b4b2f01bc65883374f36fef156ff55d2",
+ "sha256": "122kns45l75cdwxbfjznks3kvm5jc89ik714ij2qx14qyik0xmni",
+ "fetcher": "github",
+ "repo": "rubikitch/recentf-ext",
+ "unstable": {
+ "version": [
+ 20170926,
+ 35
+ ],
+ "commit": "450de5f8544ed6414e88d4924d7daa5caa55b7fe",
+ "sha256": "1jylpqgngbl594a1qvd305m9lda48cib4dsasimdqxp20d4c56iy"
+ }
+ },
+ {
+ "ename": "recentf-remove-sudo-tramp-prefix",
+ "commit": "0bf1761715ee4917ba0823adbda03859d5b8131a",
+ "sha256": "01kdpx7kqd39a5hjym5plcj5d8szzghigq9mq186mggayg8q44cr",
+ "fetcher": "github",
+ "repo": "ncaq/recentf-remove-sudo-tramp-prefix",
+ "unstable": {
+ "version": [
+ 20180205,
+ 556
+ ],
+ "commit": "6cb762efbd0aa323f96c687b6bebc9bf00a3ceb3",
+ "sha256": "0lnnh28qax4qk9n9sng7sgb0w0mnjc8abnch3bd0ba9g5x28z8bx"
+ }
+ },
+ {
+ "ename": "recently",
+ "commit": "bb8d1628e1787cba10fc612f3351e4085e9a3153",
+ "sha256": "1928v1897l1n42zrzqfwkq6nckf9y822qcwy99294rq0b4z83kxs",
+ "fetcher": "github",
+ "repo": "10sr/recently-el",
+ "unstable": {
+ "version": [
+ 20190317,
+ 1234
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "7b5d1128becb387d759a3a95f6afb9ef54be792a",
+ "sha256": "0wghawh47jd2j5s77h1b69fg5njff1yccx1xpvwmlj6ssh3p38xp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3a331936ba33875d0f2fa47abe056aadbc59150e",
+ "sha256": "0hdsv3whr2iqk6xirmfcjpbqjnckzqj54n5q04gh2z01bjxv3d7k"
+ }
+ },
+ {
+ "ename": "recompile-on-save",
+ "commit": "77805a854da76b105bd7589fd0960b1ef8868b8b",
+ "sha256": "0bg2p7pk4jlpqc7lg48mxd6zkwnx15r0r7lmsxgx9dv1ilfwrmgn",
+ "fetcher": "github",
+ "repo": "maio/recompile-on-save.el",
+ "unstable": {
+ "version": [
+ 20151126,
+ 1446
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "92e11446869d878803d4f3dec5d2101380c12bb2",
+ "sha256": "0wk28blnfks987iby0p3qpd4nxnz6sqn4fx8g59gyddjhav51lri"
+ }
+ },
+ {
+ "ename": "recover-buffers",
+ "commit": "43b33cfb794c35de78fde6eabb71ffe01049d23d",
+ "sha256": "0g40d7440hzlc9b45v63ng0anvmgip4dhbd9wcm2sn8qjfr4w11b",
+ "fetcher": "github",
+ "repo": "tripleee/recover-buffers",
+ "unstable": {
+ "version": [
+ 20171009,
+ 437
+ ],
+ "commit": "81a5cb53099955ebc2a411a44cba5a394ee3f2d1",
+ "sha256": "07dfdvz5rn5l13xdycd7h75zaq0pw2afb9n1yiq01fqk6gvrhc5b"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "a1db7f084977697081da3497628e3514e032b966",
+ "sha256": "114ssmby614xjs7mrpbbsdd4gj5ra6klfh8h6z8iij8xn3kii83q"
+ }
+ },
+ {
+ "ename": "rect+",
+ "commit": "c8c1cd81f0e764a7cfc2f3f96574898ff414beb4",
+ "sha256": "0vk0jwpl6yp2md9nh0ghp2qn883a8lr3cq8c9mgq0g552dwdiv5m",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-rectplus",
+ "unstable": {
+ "version": [
+ 20150621,
+ 44
+ ],
+ "commit": "299b742faa0bc4448e0d5fe9cb98ab1eb93b8dcc",
+ "sha256": "1vpsihrl03hkd6n6b7mrjccm0a023qf3154a8rw4chihikxw27pj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 10
+ ],
+ "commit": "299b742faa0bc4448e0d5fe9cb98ab1eb93b8dcc",
+ "sha256": "1vpsihrl03hkd6n6b7mrjccm0a023qf3154a8rw4chihikxw27pj"
+ }
+ },
+ {
+ "ename": "rectangle-utils",
+ "commit": "1852b75c82822e97c39b7c7caeb2a32246171be4",
+ "sha256": "1w5z2gykydsfp30ahqjihpvq04c5v0cfslbrrg429hycys8apws7",
+ "fetcher": "github",
+ "repo": "thierryvolpiatto/rectangle-utils",
+ "unstable": {
+ "version": [
+ 20190411,
+ 1757
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "46f7e73340fee40c1ab9a4e766a08ae3fce83ebe",
+ "sha256": "0dcga10lg2bl1p259s78jib7pd03v183hima8aksfr0c84s438yq"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "6fe38fdd48ef5305a908b94a043a966ac3f2053a",
+ "sha256": "08n3ah40gfgkbriwj2z3y0751vpvgz86qjdn6dxs4mghjrwr2545"
+ }
+ },
+ {
+ "ename": "recursive-narrow",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "15pzwxzyc3dl81v27gk7a4866cxbhzpmmcmfi9n4vrrxmf61h905",
+ "fetcher": "github",
+ "repo": "nflath/recursive-narrow",
+ "unstable": {
+ "version": [
+ 20190306,
+ 1521
+ ],
+ "commit": "5e3e2067d5a148d7e64e64e0355d3b6860e4c259",
+ "sha256": "1dxghz1fb2l7y7qphqk0kk732vazlk1n1fl6dlqhqhccj450h2qa"
+ }
+ },
+ {
+ "ename": "redis",
+ "commit": "10fbb970956ee19d812c17900f3c01c5fee0c3f2",
+ "sha256": "1awnilb8bk0izp6yw0187ybh9slf1hc51014xvvmj90darxby79a",
+ "fetcher": "github",
+ "repo": "emacs-pe/redis.el",
+ "unstable": {
+ "version": [
+ 20150531,
+ 1948
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2c33f3397bc14e7a8192867b55920492d4eead8c",
+ "sha256": "1rjpf23a8rggjmmxvm1997d3xz03kz84xams486b9ky0n2v02d57"
+ }
+ },
+ {
+ "ename": "redpen-paragraph",
+ "commit": "7e6b187bfc14f3affbe2d8d1cb854abe69deb15b",
+ "sha256": "0jr707ik6fhznq0q421l986w85ah0n9b4is91zrgbk1v6miqrhca",
+ "fetcher": "github",
+ "repo": "karronoli/redpen-paragraph.el",
+ "unstable": {
+ "version": [
+ 20160625,
+ 1050
+ ],
+ "deps": [
+ "cl-lib",
+ "json"
+ ],
+ "commit": "770ffb34b04bfa0ea8484fa1506e96c530168e13",
+ "sha256": "0cqln3d8yp9fdam984bwnngjl0hjnwi7yhcggdkjwribhr79cxhl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 42
+ ],
+ "deps": [
+ "cl-lib",
+ "json"
+ ],
+ "commit": "f9569bc8e2993dea0f83cba5738a35ce32f82424",
+ "sha256": "087dq9h8i8cjwm8x2s33xrwnnxjpjcmddy2624z00s1ip0dh5ham"
+ }
+ },
+ {
+ "ename": "redprl",
+ "commit": "06e7371d703ffdc5b6ea555f2ed289e57e71e377",
+ "sha256": "1zinzs3vzf2alsnxf5k71i7lp90fm26wv4y20ci52n0hnh5nz861",
+ "fetcher": "github",
+ "repo": "RedPRL/sml-redprl",
+ "unstable": {
+ "version": [
+ 20180418,
+ 1434
+ ],
+ "commit": "4b13acd64cf523442f87337f7c41261e1dfd37dd",
+ "sha256": "1f99xjskd9am3f8wcx3hdzjpp06y9rb10dr2l38z3015bjfpil5g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "d06d39486348a74981b2c4c4c2ed3af95b01d5ca",
+ "sha256": "0k3f7pa332d0fs1js8hi7zszcirir1943bhkgwfxzsqx17m26x3n"
+ }
+ },
+ {
+ "ename": "redshank",
+ "commit": "2677a5cf74ebace6510517f47eaa43b35f736683",
+ "sha256": "0p18rkn09qb4ssr6jix13kqc3jld407qr2z2k8z78i3xy4bfzr5f",
+ "fetcher": "github",
+ "repo": "emacsattic/redshank",
+ "unstable": {
+ "version": [
+ 20180730,
+ 407
+ ],
+ "deps": [
+ "paredit"
+ ],
+ "commit": "d059c5841044aa163664f8bf87c1d981bf0a04fe",
+ "sha256": "1545z1dd85zg8sg2r5r5gdnmgxbxwjvl5xklx5nvpd0gbxlwbpqk"
+ }
+ },
+ {
+ "ename": "redtick",
+ "commit": "3187bd436541e2a5c2b28de67c62f5d5165af737",
+ "sha256": "1a9rviz0hg6vlh2jc04g6vslyf9n89xglcz9cb79vf10hhr6igrb",
+ "fetcher": "github",
+ "repo": "ferfebles/redtick",
+ "unstable": {
+ "version": [
+ 20180424,
+ 2136
+ ],
+ "commit": "94b4cd43ac20c64dcac96edac2c1a3b9fcc59bb9",
+ "sha256": "1nqbhpxp79zvcxyr5c90b64lrrw5zh6blh91lwssy73zizkh2lcg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "14e3a07c229d1f660ca5129d6e8a52a8c68db94d",
+ "sha256": "0q4a4iznk6xk680xnvly69j8w1dac79qxlycwrfki6msnkagyn9p"
+ }
+ },
+ {
+ "ename": "redtt",
+ "commit": "8db65908885f753bf65849b89ebabe0c4df664f9",
+ "sha256": "0gnqik2p2rb8c1mp3vrz1xf7z89xfcx5pi4lqsdnwjhxjh2534zk",
+ "fetcher": "github",
+ "repo": "RedPRL/redtt",
+ "unstable": {
+ "version": [
+ 20181121,
+ 21
+ ],
+ "commit": "5069c89fb0cd8fc1936ac8aa1e5dd6f4c1691db4",
+ "sha256": "00l3zraignzlz5vmn7cqjizin8h0gbgvpyd3jbl5vza4r9bp1l2j"
+ }
+ },
+ {
+ "ename": "refine",
+ "commit": "b111879ea0685cda88c758b270304d9e913c1391",
+ "sha256": "1sk6rsd92pix7k8snnqm3hsimjzaihzjgac0g5h3a2zm9dabf4py",
+ "fetcher": "github",
+ "repo": "Wilfred/refine",
+ "unstable": {
+ "version": [
+ 20180315,
+ 2228
+ ],
+ "deps": [
+ "dash",
+ "list-utils",
+ "loop",
+ "s"
+ ],
+ "commit": "0a99439a0b4ed6f79b9a240ea1270140a9e328bc",
+ "sha256": "1scw449mbmr70kb0r2ymhph9j0s5ym77ijp5fpwph9bri46cad3g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "dash",
+ "list-utils",
+ "loop",
+ "s"
+ ],
+ "commit": "9760e56ab849a4827e6c9425fdef6f5a7784c967",
+ "sha256": "1b4n0mfplh6vj87p3124c2fw24fj0vm9jvcaxrvccfq3sida4sf3"
+ }
+ },
+ {
+ "ename": "reformatter",
+ "commit": "58de8cf8864867f7b3969f3a048a4844837078b4",
+ "sha256": "0z4wa0bmhz55c54vx7qxkl9x7ix20mmgygv91sqll68l10g63l0c",
+ "fetcher": "github",
+ "repo": "purcell/reformatter.el",
+ "unstable": {
+ "version": [
+ 20190529,
+ 2238
+ ],
+ "commit": "b29fdd346d0d06bef4cafc75adbde51a46392e90",
+ "sha256": "0ahi9z3qpbg9zcb1fzbxqd6gb8ip44zdf9assimch7yklg5ph2ca"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "b2963f51009948d5e4885237a148695008d4ccbc",
+ "sha256": "0hhy6x1bkwlhdlarsgm06g3am4yh02yqv8qs34szpzgy53x84qah"
+ }
+ },
+ {
+ "ename": "regex-dsl",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0c9mxsvmx6mgpq838qnjjr7ra4hafikv7hq4nfab7zw9mxrcr2f9",
+ "fetcher": "github",
+ "repo": "alk/elisp-regex-dsl",
+ "unstable": {
+ "version": [
+ 20100124,
+ 1028
+ ],
+ "commit": "ac89ab8b7691a165ef3007cb84417125cfc0632e",
+ "sha256": "1d34jd7is979vfgdy56zkd1m15ng3waiabfpak6dv6ak3cdh5fgx"
+ }
+ },
+ {
+ "ename": "regex-tool",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1s4clmy5r7w6aj2bh2vf2fmbcwnainzidj28mf3kc34x3qhybngq",
+ "fetcher": "github",
+ "repo": "jwiegley/regex-tool",
+ "unstable": {
+ "version": [
+ 20170104,
+ 1918
+ ],
+ "commit": "0b4a0111143c88ef94bec56624cb2e00c1a054e6",
+ "sha256": "03qm8s7nqsj0pjnnb0p84gk7hvad4bywn3rhr3ibzj6hxqvppbqj"
+ }
+ },
+ {
+ "ename": "region-bindings-mode",
+ "commit": "faba50ed3e8c22991bcb8968880f79fad1748705",
+ "sha256": "141q4x6rilidpnsm9s78qks9i1v6ng0ydhbzqi39xcaccfyyjb69",
+ "fetcher": "github",
+ "repo": "fgallina/region-bindings-mode",
+ "unstable": {
+ "version": [
+ 20140407,
+ 2214
+ ],
+ "commit": "3fa5dbdbd7c000bebff6d9d14a4be326ec24b6fc",
+ "sha256": "02kfi3c6ydnr7xw611ck66kfjyl5w86dr9vfjv3wjl6ad9jya4zy"
+ }
+ },
+ {
+ "ename": "region-convert",
+ "commit": "f6963fc11d697b95ebbdaf7fe27c91a6229d08b6",
+ "sha256": "16i1b83jms7djkyb3n0crfxgpz05m68f4nrlvzxjj7fb56mvf9j7",
+ "fetcher": "github",
+ "repo": "zonuexe/region-convert.el",
+ "unstable": {
+ "version": [
+ 20181221,
+ 528
+ ],
+ "commit": "a50a0828a989fc1788a32946249a3758793156b3",
+ "sha256": "07hbqc7ilhyhqa7hw8fxh76ma9qkr4djlc6gbz06c1hknbi1gxs9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "173c86b4b3fc187d54bcd85b4d7df27a5ee24965",
+ "sha256": "1paljjwr6sfl835m24vj2j4x3zdh3whwayj6dvyfarbhhcwbwphj"
+ }
+ },
+ {
+ "ename": "region-occurrences-highlighter",
+ "commit": "86c5c83a25fd632b41567c6ea4bc49cf0cfd8aa6",
+ "sha256": "1v0iwlkpdmmqi7qllaih6f5pjfjwqwlpyjdjlddvw4rsg6v5gh42",
+ "fetcher": "github",
+ "repo": "alvarogonzalezsotillo/region-occurrences-highlighter",
+ "unstable": {
+ "version": [
+ 20190804,
+ 1931
+ ],
+ "commit": "3e08d7bc123d6fbb84f7f8a5a6fc28aae4ec8c19",
+ "sha256": "0cwi5b89l7f21xq5cfms96vshz7swz0m2kjd5f71206f38rlcir3"
+ }
+ },
+ {
+ "ename": "region-state",
+ "commit": "716e82eb4ca0845f59a743556b37be8a1ecb29af",
+ "sha256": "1iq2x1w8lqjjiwjja7r3qki6drvydnk171k9fj9g6rk7wslknz8x",
+ "fetcher": "github",
+ "repo": "xuchunyang/region-state.el",
+ "unstable": {
+ "version": [
+ 20181205,
+ 1746
+ ],
+ "commit": "8c636b655eef45e0015684699737d31e15450000",
+ "sha256": "0dlamw4zbg3km7h5zk91f593qsk99q7ppvzsws00bc2rnnaplz5l"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "549c5f19e828f9dba3de611b40eba31ae96b0d1c",
+ "sha256": "16hnc0p72fkyqmwci2k2721dvmw8n1nld6qawiz3ghqz932w1kld"
+ }
+ },
+ {
+ "ename": "register-channel",
+ "commit": "ad44618ac36e96d04f5c44c77637ea6229e61b4c",
+ "sha256": "037i2fgxxsfb85vd6xk17wyh7ny6fqfixvb0a18lf8m1hib1gyhr",
+ "fetcher": "github",
+ "repo": "YangZhao11/register-channel",
+ "unstable": {
+ "version": [
+ 20180926,
+ 2349
+ ],
+ "commit": "9272923757402d177a0b2deab1d9c3c74601c48e",
+ "sha256": "0k9qgrbzbxx4sjffnr02qx5wm71i3m61w7mh2j4hq9jf8k6nbkq4"
+ }
+ },
+ {
+ "ename": "related",
+ "commit": "555932a7b9cf11b50a61c2a9dd2636fd6844fac8",
+ "sha256": "08cfr5qbm1h5j4v3vf3kjjwb9nxsrk74lx9gi1icdhqw631h3yxf",
+ "fetcher": "github",
+ "repo": "julien-montmartin/related",
+ "unstable": {
+ "version": [
+ 20190327,
+ 1024
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "546c7e811b290470288b617f2c27106bd83ccd33",
+ "sha256": "0kn07wgnz5bkkq66qfq16rvw9l7zgh0hzrsa705j1zbd6vc3wygs"
+ }
+ },
+ {
+ "ename": "relative-buffers",
+ "commit": "ab22cea99fbee937bbd6e8fbc8bd27967aeaa8a5",
+ "sha256": "131182yb0pr0d6jibqd8aag4w8hywdyi87ldp77b95gw4bqhr96i",
+ "fetcher": "github",
+ "repo": "proofit404/relative-buffers",
+ "unstable": {
+ "version": [
+ 20160221,
+ 1923
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "2547475084244d266b507e563c9b4034705cfeca",
+ "sha256": "16m4qyjg0ca1j944ra1qhhg9ks3sk0rv5ax59rqga20l8wf6k0jq"
+ }
+ },
+ {
+ "ename": "relax",
+ "commit": "67247451b39461db4a5fcff3827a09f53f9fc8ec",
+ "sha256": "0gfr4ym6aakawhkfz40ar2n0rfz503hq428yj6rbf7jmq3ajaysk",
+ "fetcher": "github",
+ "repo": "technomancy/relax.el",
+ "unstable": {
+ "version": [
+ 20131029,
+ 2134
+ ],
+ "deps": [
+ "json"
+ ],
+ "commit": "6e33892623ab87833082262321dc8e1977209626",
+ "sha256": "0lqbhwi1f8b4sv9p1rf0gyjllk0l7g6v6mlws496079wxx1n5j66"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "json"
+ ],
+ "commit": "6e33892623ab87833082262321dc8e1977209626",
+ "sha256": "0lqbhwi1f8b4sv9p1rf0gyjllk0l7g6v6mlws496079wxx1n5j66"
+ }
+ },
+ {
+ "ename": "remark-mode",
+ "commit": "161a45835a153c6ac81b99311482f5dd36507da1",
+ "sha256": "1zl8k3h4acbgb3hmjs2b4a14g0s0vl3xamrqxrr742zmqpr1h0w0",
+ "fetcher": "github",
+ "repo": "torgeir/remark-mode.el",
+ "unstable": {
+ "version": [
+ 20171218,
+ 756
+ ],
+ "deps": [
+ "markdown-mode"
+ ],
+ "commit": "e8a95f25d865d6165a7fdb1cadf5e6f0bb5ee73b",
+ "sha256": "01qdaby7mn5d8y95wcbqzwzcbjmf2329g6yjbvmdd1gn6s7qzs0b"
+ }
+ },
+ {
+ "ename": "remember-last-theme",
+ "commit": "26edcdddaf8dc8c9a18d6b007e0d49d04fe4ccca",
+ "sha256": "0pw36f9mchkl1qhaii39zd0vwrydjlijzanv706ai2bl8r7l0ppy",
+ "fetcher": "github",
+ "repo": "anler/remember-last-theme",
+ "unstable": {
+ "version": [
+ 20170619,
+ 2133
+ ],
+ "commit": "0973f1aa6b96355fa376fffe8b45733b6e963c51",
+ "sha256": "11kcqpw1wrhghbw2dx3pqndmq9a1rbqir3k71ggaj1x2y2arzvm7"
+ }
+ },
+ {
+ "ename": "renpy",
+ "commit": "cc928aed12275dc3780d7d8acc6ceca0f69ef63f",
+ "sha256": "1xfk3j13wzgxg56izbwad0kw4izg0hdzkh7h7cfdmdf4v6mxc7f0",
+ "fetcher": "github",
+ "repo": "billywade/renpy-mode",
+ "unstable": {
+ "version": [
+ 20190419,
+ 1749
+ ],
+ "commit": "943e1af71d23128ff100d41d178ccffe28f97944",
+ "sha256": "1l2dglkbpb3d6c6cnifhngcjc4yy726mq6yic8x9409c6r0apn2n"
+ }
+ },
+ {
+ "ename": "repeatable-motion",
+ "commit": "0dd56ebaea098715b9c201f07e6196c38977f8e3",
+ "sha256": "12z4z8apd8ksf6dfvqm54l71mx68j0yg4hrjypa9p77fpcd6p0zw",
+ "fetcher": "github",
+ "repo": "willghatch/emacs-repeatable-motion",
+ "unstable": {
+ "version": [
+ 20170620,
+ 1848
+ ],
+ "commit": "f29effdc4121c2dc7e3fec9b3a62debce29cda9d",
+ "sha256": "11s7r5g0djj0yc8ll7jfw5v3m9kyvaiscndnfnvvjw5lwgfyh0v3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "e664b0a4a3e39c4085378a28b5136b349a0afb22",
+ "sha256": "007lqahjbig6yygqik6fgbq114784z6l40a3vrc4qs9361zqizck"
+ }
+ },
+ {
+ "ename": "repeater",
+ "commit": "10e6c57937b7540f1fbf920765a63292784433ed",
+ "sha256": "07fq3d6w5ns5ryv4vd23iww2bz34f62syzbg8y643kdd0kp1m772",
+ "fetcher": "github",
+ "repo": "xuchunyang/repeater",
+ "unstable": {
+ "version": [
+ 20180418,
+ 1212
+ ],
+ "commit": "854b874542b186b2408cbc58ad0591fe8eb70b6c",
+ "sha256": "0cx6b8l9ssf56fz8xjsmbyhy8mdcj8l0rvsdx37qk86xq4nlz74p"
+ }
+ },
+ {
+ "ename": "repl-toggle",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "16k9fk1nl2llk9qli52kiirlx9rlz8yhjh3cy6v5y2b3k0y1cf0b",
+ "fetcher": "github",
+ "repo": "tomterl/repl-toggle",
+ "unstable": {
+ "version": [
+ 20190430,
+ 713
+ ],
+ "deps": [
+ "fullframe"
+ ],
+ "commit": "a36caac7649fbffbe30f7b06541c9efd723563fc",
+ "sha256": "12h3xxja3isnhvrqx7m2g7a5d8h68cc85pbqyhiipfxyafyl1yxd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 1
+ ],
+ "deps": [
+ "fullframe"
+ ],
+ "commit": "a36caac7649fbffbe30f7b06541c9efd723563fc",
+ "sha256": "12h3xxja3isnhvrqx7m2g7a5d8h68cc85pbqyhiipfxyafyl1yxd"
+ }
+ },
+ {
+ "ename": "replace-from-region",
+ "commit": "f8e4328cae9b4759a75da0b26ea8b68821bc71af",
+ "sha256": "1p77sajghqkjd7k83nma4qpz682la3zg716jdsnpcwcw0qk9ybcb",
+ "fetcher": "github",
+ "repo": "rubikitch/replace-from-region",
+ "unstable": {
+ "version": [
+ 20170227,
+ 2316
+ ],
+ "commit": "dc9318b9b2822da7b00ecc34d1dc965c8f96c9bb",
+ "sha256": "05l0wn1gqw2sbl65s1m7afmg3b1ps2qgqqrjkl9r2i26p95kqlq3"
+ }
+ },
+ {
+ "ename": "replace-pairs",
+ "commit": "2c578f574bc13edf45330a2836c02dece163688d",
+ "sha256": "0l9674rba25wh6fskvfwkhv99lwlszb177hsfzx39s6b4hshvlsb",
+ "fetcher": "github",
+ "repo": "davidshepherd7/replace-pairs",
+ "unstable": {
+ "version": [
+ 20160207,
+ 1251
+ ],
+ "commit": "acfb254dddffcee4250092fab9394ef2b42ffbc0",
+ "sha256": "0k7sngs124bk22hcxg1vx0w5p603v0rdh1bs2sbm1gfgvawfdia6"
+ }
+ },
+ {
+ "ename": "replace-symbol",
+ "commit": "377b6ff2b785f6d87adf1e23a5b0ce02881fc5c9",
+ "sha256": "07ljmw6aw9hsqffhwmiq2pvhry27acg6f4vgxgi91vjr8jj3r4ng",
+ "fetcher": "github",
+ "repo": "bmastenbrook/replace-symbol-el",
+ "unstable": {
+ "version": [
+ 20160518,
+ 12
+ ],
+ "commit": "baf949e528aee1881f455f9c84e67718bedcb3f6",
+ "sha256": "178y1cmpdb2r72igx8j4l7pyhs1idw56j6hg5h8r9a2p99lkgjjc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "baf949e528aee1881f455f9c84e67718bedcb3f6",
+ "sha256": "178y1cmpdb2r72igx8j4l7pyhs1idw56j6hg5h8r9a2p99lkgjjc"
+ }
+ },
+ {
+ "ename": "replace-with-inflections",
+ "commit": "7892eb506b8f4260bde4be2805bf3b2d594ab640",
+ "sha256": "1pqpin5ipm3g74zjh1kh6s1gh0aan6202p0y2q00d4ywbz9kn5s0",
+ "fetcher": "github",
+ "repo": "knu/replace-with-inflections.el",
+ "unstable": {
+ "version": [
+ 20180831,
+ 635
+ ],
+ "deps": [
+ "cl-lib",
+ "inflections",
+ "string-inflection"
+ ],
+ "commit": "d9201e047856492f282da65459b28aba25998dbb",
+ "sha256": "09yvn489z33hww7mi1flh344faxrpbkzqhm0i6xb2rridcj7acqh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "inflections",
+ "string-inflection"
+ ],
+ "commit": "d9201e047856492f282da65459b28aba25998dbb",
+ "sha256": "09yvn489z33hww7mi1flh344faxrpbkzqhm0i6xb2rridcj7acqh"
+ }
+ },
+ {
+ "ename": "repo",
+ "commit": "1729d4ea9498549fff3594b971fcde5f81592f84",
+ "sha256": "0z4lcswh0c6xnsxlv33bsxh0nh26ydzfl8sv8xabdp5a2gk6bhpb",
+ "fetcher": "github",
+ "repo": "canatella/repo-el",
+ "unstable": {
+ "version": [
+ 20190326,
+ 1644
+ ],
+ "commit": "c53c06169dec4e556982fb06ca780ca4708dc436",
+ "sha256": "1brsc8k590qc4x93qydiq8ylq26zbdv8565fz194zpik9d239mja"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "commit": "d7b87cd515bad8a67d3a892a46a23f5fe81e08de",
+ "sha256": "0rbvcvm7bfr6ncji7cllfxyyr6x7n9fx863byp243phsj3n93adz"
+ }
+ },
+ {
+ "ename": "req-package",
+ "commit": "aa5bc1909f807ec03ad441d78013ba8626cd410a",
+ "sha256": "1zjhc6f9qcb3j72k1llp6vym25lxnvq1jgqgmnrjxxwc4fhxx595",
+ "fetcher": "gitlab",
+ "repo": "edvorg/req-package",
+ "unstable": {
+ "version": [
+ 20180122,
+ 500
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "log4e",
+ "use-package"
+ ],
+ "commit": "0c0ac7451149dac6bfda2adfe959d1df1c273de6",
+ "sha256": "0sx3kw1gpliifbc0gh2z1lvig68v3gwqjbj0izgn77js8kqxad84"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "dash",
+ "ht",
+ "log4e",
+ "use-package"
+ ],
+ "commit": "0c0ac7451149dac6bfda2adfe959d1df1c273de6",
+ "sha256": "0sx3kw1gpliifbc0gh2z1lvig68v3gwqjbj0izgn77js8kqxad84"
+ }
+ },
+ {
+ "ename": "request",
+ "commit": "8d113615dde757a60ce91e156f0714a1394c4bfc",
+ "sha256": "0h4jqg98px9dqqvjp08vi2z1lhmk0ca59lnrcl96bi7gkkj3jiji",
+ "fetcher": "github",
+ "repo": "tkf/emacs-request",
+ "unstable": {
+ "version": [
+ 20190730,
+ 1014
+ ],
+ "commit": "f466ab1af578abd1942c3c70c101c585d9166bb0",
+ "sha256": "0jiqm701kn9xv9bxw4xd3qg9r2qkhws5qsly1749rs7zhbjfpzd2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "commit": "ef9f509b5579f2b529a20e43f7e0f061e641fec5",
+ "sha256": "0fhhd349l4iqkrjxqzpckfk2w45x2g4cccpm1dqzv9m49md1wphx"
+ }
+ },
+ {
+ "ename": "request-deferred",
+ "commit": "8d113615dde757a60ce91e156f0714a1394c4bfc",
+ "sha256": "1dcxqnzmvddk61dzmfx8vjbzd8m44lscr3pjdp3r7211zhwfk40n",
+ "fetcher": "github",
+ "repo": "tkf/emacs-request",
+ "unstable": {
+ "version": [
+ 20181129,
+ 317
+ ],
+ "deps": [
+ "deferred",
+ "request"
+ ],
+ "commit": "f466ab1af578abd1942c3c70c101c585d9166bb0",
+ "sha256": "0jiqm701kn9xv9bxw4xd3qg9r2qkhws5qsly1749rs7zhbjfpzd2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "deferred",
+ "request"
+ ],
+ "commit": "ef9f509b5579f2b529a20e43f7e0f061e641fec5",
+ "sha256": "0fhhd349l4iqkrjxqzpckfk2w45x2g4cccpm1dqzv9m49md1wphx"
+ }
+ },
+ {
+ "ename": "requirejs",
+ "commit": "a6a710c0d5ab34c52498c4154deebb779052aa01",
+ "sha256": "09z6r9wcag3gj075wq215zcslyknl1izap595rn48xvizxi06c6k",
+ "fetcher": "github",
+ "repo": "joeheyming/requirejs-emacs",
+ "unstable": {
+ "version": [
+ 20151204,
+ 719
+ ],
+ "deps": [
+ "cl-lib",
+ "js2-mode",
+ "popup",
+ "s",
+ "yasnippet"
+ ],
+ "commit": "4ea2a5fcbc76e4cbb6a7461e6f05f019b75865b1",
+ "sha256": "1bfj2zjn3x41jal6c136wnwkgmag27bmrwbfwdylafc7qqk6dflv"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "js2-mode",
+ "popup",
+ "s"
+ ],
+ "commit": "7d73453653b6b97cca59fcde8d529b5a228fbc01",
+ "sha256": "1b832r7779rmr6rhzj7klc0l5xzwc4rids87g2hczpb5dhqnchca"
+ }
+ },
+ {
+ "ename": "requirejs-mode",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "00bl5dz56f77hl9wy3xvjhq81641mv9jbskcd8mcgcz9ycj9g5k2",
+ "fetcher": "github",
+ "repo": "moricard/requirejs-mode",
+ "unstable": {
+ "version": [
+ 20130215,
+ 2104
+ ],
+ "commit": "bbb0c09f8eb2d6a33c17319be8137f68bb16bc92",
+ "sha256": "02wva5q8mvc0a5kms2wm1gyaag2x3zd6fkkpl4218nrbb0mbficv"
+ }
+ },
+ {
+ "ename": "resize-window",
+ "commit": "601a8d8f9046db6c4d50af983a11fa2501304028",
+ "sha256": "0h1hlj50hc97wxqpnmvg6w3qhdd9nbnb8r8v39ylv87zqjcmlp8l",
+ "fetcher": "github",
+ "repo": "dpsutton/resize-window",
+ "unstable": {
+ "version": [
+ 20180918,
+ 538
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "72018aa4d2401b60120588199d4cedd0dc1fbcfb",
+ "sha256": "1icjmnfxpc5zgnd4hwwwp0008iy1qv6igr5kyv5s062xd6rcs8a1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "dcbbd30f4f4435070a66a22c5a169b752ca9f904",
+ "sha256": "0x2kkf7bdj9s3993kdz74igi80rqma0w3hi7aggf0zwllqdcnzvk"
+ }
+ },
+ {
+ "ename": "restart-emacs",
+ "commit": "b9faeb6d910d686cbcafe7d12e0bcf62a85689bd",
+ "sha256": "03aabz7fmy99nwimvjn7qz6pvc94i470hfgiwmjz3348cw02k0n6",
+ "fetcher": "github",
+ "repo": "iqbalansari/restart-emacs",
+ "unstable": {
+ "version": [
+ 20180601,
+ 1031
+ ],
+ "commit": "9aa90d3df9e08bc420e1c9845ee3ff568e911bd9",
+ "sha256": "02x1a85k7r95z8091zgjiaj9nf0zvx1jy4xvl3hr12qbnrx1wfav"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "e9292fe88d8be7d0ecf9f4f30ed98ffbc6bd689b",
+ "sha256": "0y4ga1lj2x2f0r535ivs09m2l0q76iz72w42wknhsw9lmdsyl5nz"
+ }
+ },
+ {
+ "ename": "restclient",
+ "commit": "59303304fe1f724596245556dd90f6afffba425d",
+ "sha256": "0wzp8i89a4hwm7qyxvdk10frknbqcni0isnp8k63nhq7c30s7md4",
+ "fetcher": "github",
+ "repo": "pashky/restclient.el",
+ "unstable": {
+ "version": [
+ 20190502,
+ 2214
+ ],
+ "commit": "422ee8d8b077dffe65706a0f027ed700b84746bc",
+ "sha256": "067nin7vxkdpffxa0q61ybv7szihhvpdinivmci9qkbb86rs9kkz"
+ }
+ },
+ {
+ "ename": "restclient-helm",
+ "commit": "59303304fe1f724596245556dd90f6afffba425d",
+ "sha256": "0cpf02ippfr9w6kiw3kng8smabv256ff388322hhn8a8icyjl24j",
+ "fetcher": "github",
+ "repo": "pashky/restclient.el",
+ "unstable": {
+ "version": [
+ 20170314,
+ 1554
+ ],
+ "deps": [
+ "helm",
+ "restclient"
+ ],
+ "commit": "422ee8d8b077dffe65706a0f027ed700b84746bc",
+ "sha256": "067nin7vxkdpffxa0q61ybv7szihhvpdinivmci9qkbb86rs9kkz"
+ }
+ },
+ {
+ "ename": "restclient-test",
+ "commit": "82e3078fc1f96d276fd288c3d7b91df5df4717a6",
+ "sha256": "0g26z5p9fq7fm6bgrwaszya5xmhsgzcn1p7zqr83w74fbw6bcl39",
+ "fetcher": "github",
+ "repo": "simenheg/restclient-test.el",
+ "unstable": {
+ "version": [
+ 20180106,
+ 2046
+ ],
+ "deps": [
+ "restclient"
+ ],
+ "commit": "4518561bc9661fedacb6fb352e9677207f45c418",
+ "sha256": "0hbilpn77w0vykga9p4dkwaygipyna7mwn24y2kwfcahcr39pqjb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "restclient"
+ ],
+ "commit": "a21e41b905b423e762eeb4da3a236c8b1aea8c49",
+ "sha256": "1lan49723rpzg1q7w8x3iggazwl4zirq5l8nhpb8m5hmg21a4kih"
+ }
+ },
+ {
+ "ename": "reveal-in-osx-finder",
+ "commit": "2bf40285279b761b0efd6bc8542ae9aad4b329e1",
+ "sha256": "00jgrmh5s3vlpj1jjf8l3c3h4hjk5x781m95sidw6chimizvfmfc",
+ "fetcher": "github",
+ "repo": "kaz-yos/reveal-in-osx-finder",
+ "unstable": {
+ "version": [
+ 20150802,
+ 1657
+ ],
+ "commit": "5710e5936e47139a610ec9a06899f72e77ddc7bc",
+ "sha256": "1q13cgpz4wzhnqv84ablawy3y2wgdwy46sp7454mmfx9m77jzb2v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 3
+ ],
+ "commit": "5710e5936e47139a610ec9a06899f72e77ddc7bc",
+ "sha256": "1q13cgpz4wzhnqv84ablawy3y2wgdwy46sp7454mmfx9m77jzb2v"
+ }
+ },
+ {
+ "ename": "reverse-im",
+ "commit": "f282ebbed8ad01b63b0e708ab273db51bf65fdbb",
+ "sha256": "0c0dxxpa2s6gvhi14zfb0rnb4i7jaqw627a7ngm5fzyh0r9himcf",
+ "fetcher": "github",
+ "repo": "a13/reverse-im.el",
+ "unstable": {
+ "version": [
+ 20190428,
+ 1711
+ ],
+ "commit": "e30815653aa81eac097f27be14886806d9df4ea4",
+ "sha256": "0i34q5bj5y0xnvc8d82w5vpfscl1nvqv584sd9kqpi81gy3qphrw"
+ }
+ },
+ {
+ "ename": "reverse-theme",
+ "commit": "81f0f525680fea98e804f39dbde1dada887e8821",
+ "sha256": "163kk5qnz9bk3l2fam79n264s764jfxbwqbiwgid8kw9cmk0v776",
+ "fetcher": "github",
+ "repo": "syohex/emacs-reverse-theme",
+ "unstable": {
+ "version": [
+ 20141205,
+ 145
+ ],
+ "commit": "8319d0d5342890a3530ffa4daafdb7c35feda1ca",
+ "sha256": "002ywhjms8ybk7cma2p2i11z3fz6kb0w8mlafysm911rvcq2hg5f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "3105c950bcb51c662c79b59ca102ef662c2b0be0",
+ "sha256": "15xnz4fi22wsximimwmirlz11v4ksfj8nilyjfw6acd92yrhzg6h"
+ }
+ },
+ {
+ "ename": "review-mode",
+ "commit": "f2f9e2667389577d0703874ca69ebe4800ae3e01",
+ "sha256": "0wapicggkngpdzi0yxc0b24s526fs819rc2d6miv6ix3gnw11n0n",
+ "fetcher": "github",
+ "repo": "kmuto/review-el",
+ "unstable": {
+ "version": [
+ 20190728,
+ 1435
+ ],
+ "commit": "3066beb9f3b7ef64da870b829bec8fe73e84b07c",
+ "sha256": "1ql9ap1zil7hlv2vmqzcjvsky29cpgclbf32x88v9jx588ni2gwq"
+ }
+ },
+ {
+ "ename": "reykjavik-theme",
+ "commit": "10bf153e2b84050304ba2532f5eb41c7a4e7632f",
+ "sha256": "1f0q2gfzkmpd374jryrd1lgg8xj6rwdq181jhppj3rfjizgw4l35",
+ "fetcher": "github",
+ "repo": "mswift42/reykjavik-theme",
+ "unstable": {
+ "version": [
+ 20180823,
+ 1544
+ ],
+ "commit": "2cd0043ae6d046f812a95bb26398ea23141beccc",
+ "sha256": "0rk0fw5b1lz7if779h3bngc86iix8v9k8bz3zw8icwfwmjsgg1fh"
+ }
+ },
+ {
+ "ename": "rfc-mode",
+ "commit": "3a61d769cf7c61619a594337fe8a12ccc6a6fd6e",
+ "sha256": "0z7krcfdyr8hblz8dc7apqlpn6sj2zwrjw4wh86js8vf7fiv8svy",
+ "fetcher": "github",
+ "repo": "galdor/rfc-mode",
+ "unstable": {
+ "version": [
+ 20190525,
+ 1910
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "e7d9e2f4cb9ff302231efe57af6fdc201e5b48f0",
+ "sha256": "0hx3754ids3i40hl7cb3s5xi5gy676856h9y6aj50f4g8il16jq1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "5cdf7172e307c0e23bb5342c61263d4439292ede",
+ "sha256": "091yqk257z19rs9mcy6b52ll87s85s7fbsd235kzqmacfcqyjsmi"
+ }
+ },
+ {
+ "ename": "rg",
+ "commit": "9ce1f721867383a841957370946f283f996fa76f",
+ "sha256": "0i78qvqdznh1z3b0mnzihv07j8b9r86dc1lsa1qlzacv6a2i9sbm",
+ "fetcher": "github",
+ "repo": "dajva/rg.el",
+ "unstable": {
+ "version": [
+ 20190403,
+ 1533
+ ],
+ "deps": [
+ "cl-lib",
+ "s",
+ "wgrep"
+ ],
+ "commit": "450a1e54fb7c690166e61856b0d2002a71ccdf10",
+ "sha256": "01v5zz9psvkqw4cgq7b8r0b7wakxa5df4ki34g3nislrhmqp4n3x"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "s",
+ "wgrep"
+ ],
+ "commit": "77670a4bcdba138a0cef3fb12a20b1492dca902a",
+ "sha256": "0hpxkpyylzvzzvqc51ac0r89nv1jdymb8nmsb03sq1svsw5nyag9"
+ }
+ },
+ {
+ "ename": "rhtml-mode",
+ "commit": "f9e14e9d8df9c2ce13e290a5f3d3bf9b247037f4",
+ "sha256": "038j5jkcckmhlq3vz4h07s5y2scljh1fdn9r614hiyxwgk48lc35",
+ "fetcher": "github",
+ "repo": "eschulte/rhtml",
+ "unstable": {
+ "version": [
+ 20130422,
+ 1311
+ ],
+ "commit": "a6d71b38a3db867ccf82999c99805db1a3a33c33",
+ "sha256": "1qlpv5lzj4yfyjgdykhm6q9izg6g0z5pf5nmynj42vsx7v8bhy1x"
+ }
+ },
+ {
+ "ename": "rib-mode",
+ "commit": "c38c18f3eb75d559752fcd9956464fef890be728",
+ "sha256": "0qgbzrwbbgg4mzjb7yw85qs83b6hpldazip1cigywr46w7f81587",
+ "fetcher": "github",
+ "repo": "blezek/rib-mode",
+ "unstable": {
+ "version": [
+ 20170726,
+ 1448
+ ],
+ "commit": "97470158784c3c212e22e2c20b8471ee65ba59af",
+ "sha256": "0hln0hympmxmsci82ivc2rw289j1bmgdxns96m1ng1bl668bwag7"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "commit": "4172e902fd66f235184c0eb6db7fd4a73dbd0866",
+ "sha256": "0s9dyqv4yh0zxngay951g98g07029h51m4r2fc7ib2arw6srfram"
+ }
+ },
+ {
+ "ename": "rich-minority",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "11xd76w5k3b3q5bxqjb55vi6dsal9drvyc1nh7z83awm59hvgczc",
+ "fetcher": "github",
+ "repo": "Malabarba/rich-minority",
+ "unstable": {
+ "version": [
+ 20190419,
+ 1136
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a03e693f6f9232cf75363aaaf1cb041f21675c19",
+ "sha256": "0nr5lazllp5qphllnmwrwiywkc5zd3a51ciwb8k0h8zw5axhp0v7"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d33d2e357c8eb0b38624dbc51e8b953b08b0cc98",
+ "sha256": "1kn7c9qr9ykj68iqffzzmjsr6aazwac8cxb7j960sjb282rq0yyj"
+ }
+ },
+ {
+ "ename": "right-click-context",
+ "commit": "f6963fc11d697b95ebbdaf7fe27c91a6229d08b6",
+ "sha256": "189nkxkc7lr2fm5qgmylmz6xv6mpphslj4fgpmr8ynnx9z3nxms2",
+ "fetcher": "github",
+ "repo": "zonuexe/right-click-context",
+ "unstable": {
+ "version": [
+ 20190528,
+ 1832
+ ],
+ "deps": [
+ "cl-lib",
+ "ordinal",
+ "popup"
+ ],
+ "commit": "4b1a2cd2b3eaea2393d3696a36da8f42e386c23d",
+ "sha256": "1y0sa1k8pc8g6mzsqv3n34v2ziyvlr6l74409kh8673lp5r7cx1f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "popup"
+ ],
+ "commit": "db92245cc494c295afa7c23ef1e1d9f76c20a27e",
+ "sha256": "109l1qj3k87iz3g89j9xf5gdrflr63lagp1qz7cz1p1ji4lycb4k"
+ }
+ },
+ {
+ "ename": "rigid-tabs",
+ "commit": "c1cf98dff029d494007fe25d29bd8bcfecc5b8e6",
+ "sha256": "0623hhhykrxq702871s5p4vddkvx7jpj6hg5q0c9jkbvflz9n9y8",
+ "fetcher": "gitlab",
+ "repo": "wavexx/rigid-tabs.el",
+ "unstable": {
+ "version": [
+ 20170903,
+ 1559
+ ],
+ "commit": "eba84ceaba2e57e76ad2dfbb7a7154238a25d956",
+ "sha256": "18rba101m9vmjl4mf3x0k7wvbgn6qmay9la745vzpr3lx1f4nn98"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "c7c6b726806df7e8cb25a41b213a207850c91cb7",
+ "sha256": "0p044wg9d4i6f5x7bdshmisgwvw424y16lixac93q6v5bh3xmab5"
+ }
+ },
+ {
+ "ename": "rimero-theme",
+ "commit": "c6d07b0c021001195e6e0951c890566a5a784ce1",
+ "sha256": "0jbknrp9hc8s956cy2gqffxnx0fgnhmjqp2i4vyp0ywh45wrls5r",
+ "fetcher": "github",
+ "repo": "yveszoundi/emacs-rimero-theme",
+ "unstable": {
+ "version": [
+ 20180901,
+ 1348
+ ],
+ "commit": "a2e706c2b34f749019979a133f08a2d94a1104b3",
+ "sha256": "1kcvvaizggzi7s3dlh611bkirdf6y89kzddc273drdks705s01wh"
+ }
+ },
+ {
+ "ename": "rinari",
+ "commit": "4b243a909faa71e14ee7ca4f307df8e8136e5d7c",
+ "sha256": "0qknicg3vzl7zbkwsdvp10hrvlng6mbi8hgslx4ir522dflrf9p0",
+ "fetcher": "github",
+ "repo": "eschulte/rinari",
+ "unstable": {
+ "version": [
+ 20150709,
+ 640
+ ],
+ "deps": [
+ "inf-ruby",
+ "jump",
+ "ruby-compilation",
+ "ruby-mode"
+ ],
+ "commit": "134438af8fbdfa9c8077267c768d273a9792b484",
+ "sha256": "0ndrqj7qsf9rky4v928803ib66p37vyhxgyc42vshx86q73v4cyg"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 11
+ ],
+ "deps": [
+ "inf-ruby",
+ "jump",
+ "ruby-compilation",
+ "ruby-mode"
+ ],
+ "commit": "e2ed2fa55ac3435a86b1cf6a4f2d29aebc309135",
+ "sha256": "1wqhqv2fc5h10igv1php51bayx0s7qw4m9gzx9by80dab8lwa0vk"
+ }
+ },
+ {
+ "ename": "rings",
+ "commit": "113118947e33ab0c8004dbe9b188eba2ea282356",
+ "sha256": "1ncsb4jip07hbrf1l4j9yzn3l0kb63ylhzzsb4bb2yx6as4a66k7",
+ "fetcher": "github",
+ "repo": "konr/rings",
+ "unstable": {
+ "version": [
+ 20160531,
+ 2027
+ ],
+ "commit": "3590b222eb80652cbd27866f066bd3571d86edfc",
+ "sha256": "01mfiyq4cr2qdmvaxid8a094p20w97n2nsiy9vyng77vcmv36sd5"
+ }
+ },
+ {
+ "ename": "ripgrep",
+ "commit": "e8d789818876e959a1a59690f1dd7d4efa6d608b",
+ "sha256": "1j9c3mhcyhs4xf44z6fnlvmb81pps25bp43gdqvp0954i068mgah",
+ "fetcher": "github",
+ "repo": "nlamirault/ripgrep.el",
+ "unstable": {
+ "version": [
+ 20190215,
+ 841
+ ],
+ "commit": "40e871dcc4519a70981e9f28acea304692a60978",
+ "sha256": "0snn12iibz5frsx6yk6c31hb8knvsd568ghw9jjka5vxdjzap7p9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "commit": "73595f1364f2117db49e1e4a49290bd6d430e345",
+ "sha256": "1a5rdpmvsgsjlc9sywism9pq7jd6n9qbcdsvpbfkq1npwhpifkbj"
+ }
+ },
+ {
+ "ename": "riscv-mode",
+ "commit": "0853b4b678be7d1906a2f7946bfa1072590faf72",
+ "sha256": "0496b7xwshmk3gv6s5hggbm9qd60a05racj3xcsxwqzak359lk2b",
+ "fetcher": "github",
+ "repo": "AdamNiederer/riscv-mode",
+ "unstable": {
+ "version": [
+ 20170804,
+ 1521
+ ],
+ "commit": "99febf97d1fa9441e8dada94fe30c2aa439c9749",
+ "sha256": "119p926ypz525xdh82m2d1saky1qh5va224fxyqisfbwfrc17arh"
+ }
+ },
+ {
+ "ename": "rjsx-mode",
+ "commit": "b83be7efdef2457e1320fe3dec46484fbd20263c",
+ "sha256": "0w3ij8k8058pfw443chm1kn30ia0f5rfbg03w9ddw86xb3wa2q0b",
+ "fetcher": "github",
+ "repo": "felipeochoa/rjsx-mode",
+ "unstable": {
+ "version": [
+ 20190614,
+ 2215
+ ],
+ "deps": [
+ "js2-mode"
+ ],
+ "commit": "0e7fa6b4facdec4f85a7a8865bdf59dfd57217b5",
+ "sha256": "0s0871sx3ch09kgvbcp9na4zdrfrda62xjq8m9knbq5vnj8q8qpi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "deps": [
+ "js2-mode"
+ ],
+ "commit": "f7d31589acd8a2dfcf4ca8851d2384e4f90364d0",
+ "sha256": "057pgylflzd69ydqz41g8wisvixypdrfn8yv81mfixh3iyq740y8"
+ }
+ },
+ {
+ "ename": "rmsbolt",
+ "commit": "798e7978f3ee32b3667956da8dc2dc7f005b6996",
+ "sha256": "0mgzc4q9mmnqjafp2i9qp0plc7qnh4kmkgjs1c7frk9x07navscf",
+ "fetcher": "gitlab",
+ "repo": "jgkamat/rmsbolt",
+ "unstable": {
+ "version": [
+ 20190508,
+ 609
+ ],
+ "commit": "fcefc0509dd0a4ec2e02020c83e1c4a1101ef903",
+ "sha256": "1zbpp4ilf9kvjnxc0cgs90l02lmpp6pa905cahi441l2pn71kbld"
+ }
+ },
+ {
+ "ename": "robe",
+ "commit": "673f920d02fe761bc080b73db7d37dbf5b6d86d8",
+ "sha256": "19py2lwi7maya90kh1mgwqb16j72f7gm05dwla6xrzq1aks18wrk",
+ "fetcher": "github",
+ "repo": "dgutov/robe",
+ "unstable": {
+ "version": [
+ 20190521,
+ 58
+ ],
+ "deps": [
+ "inf-ruby"
+ ],
+ "commit": "8190cb7c7beb8385dd3abf6ea357f33d8981ae8a",
+ "sha256": "1lqckmfxm2csh0as22bwf4rvbn5rwqry18xx9m5nfhfl57360q75"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 2
+ ],
+ "deps": [
+ "inf-ruby"
+ ],
+ "commit": "1908afd42ce05fc8b8bbf3f38301680264b68d19",
+ "sha256": "0qw18wi54yg971n4wnjqkd8lqj5lbs9ra8bvmngif2bzhqlfdsbn"
+ }
+ },
+ {
+ "ename": "robots-txt-mode",
+ "commit": "eb13cb0dba1696cc51132cd1ff723fa17f892a7c",
+ "sha256": "00hxz4mygcxg7d8m2i4cm0bl82v3hw8wb4m8vv7g7fqkjp32c9qc",
+ "fetcher": "github",
+ "repo": "emacs-php/robots-txt-mode",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1858
+ ],
+ "commit": "8bf67285a25a6756607354d184e36583f2847e7d",
+ "sha256": "07255pn80w4742sz2h9vbmfxxd8ps2kcn73p7m2bgy02kgbzw42b"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 9
+ ],
+ "commit": "8bf67285a25a6756607354d184e36583f2847e7d",
+ "sha256": "07255pn80w4742sz2h9vbmfxxd8ps2kcn73p7m2bgy02kgbzw42b"
+ }
+ },
+ {
+ "ename": "roguel-ike",
+ "commit": "2db1979e039e466268ca7c264988792d3046e19a",
+ "sha256": "1a7sa6nhgi0s4gjh55bhk5cg6q6s7564fk008ibmrm05gfq9wlg8",
+ "fetcher": "github",
+ "repo": "stevenremot/roguel-ike",
+ "unstable": {
+ "version": [
+ 20160120,
+ 302
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c",
+ "sha256": "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c",
+ "sha256": "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z"
+ }
+ },
+ {
+ "ename": "rope-read-mode",
+ "commit": "7bf40e9d550fba9ded11b99032d78c69af21a6f3",
+ "sha256": "1xbbf3slgil19p34k5wsnvq60y64wkz40153sh8y1gxlssmy55fy",
+ "fetcher": "gitlab",
+ "repo": "marcowahl/rope-read-mode",
+ "unstable": {
+ "version": [
+ 20190715,
+ 1753
+ ],
+ "commit": "86938769fe8c4749ebd11b0fd839a871ce6544c6",
+ "sha256": "1n9p801sif4sn0n2wmwr63zfz9cx3637ail16844an7bw612wzlj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 4
+ ],
+ "commit": "71e475ab35555e0a1eca26d73acf1ced911e422e",
+ "sha256": "0x3mmf4gq4d0cqfqbkrrpwhayvmplacck0zc9nlzcn35y17jzpcz"
+ }
+ },
+ {
+ "ename": "ros",
+ "commit": "7df44ae0ba89a2c4089a39b212784a6a359f1521",
+ "sha256": "1frlg1zn9ip2s3ija20rkmf880smk01jz6jclqkygx6kd4fsbi9m",
+ "fetcher": "github",
+ "repo": "DerBeutlin/ros.el",
+ "unstable": {
+ "version": [
+ 20190720,
+ 1439
+ ],
+ "commit": "ef443866c2f9ad6b2099fe04552a71c654799808",
+ "sha256": "071k37019v7fx75ssw823rsgzgmicgpnm641qdfz47zagg9b1xg6"
+ }
+ },
+ {
+ "ename": "rotate",
+ "commit": "7d92e66cad586d4dc6b1de12d1b41b818b5232c2",
+ "sha256": "11a0svvfq29cb4630jq0hz19xk9jfhfjnssm7vg0dnlzpxqi3vif",
+ "fetcher": "github",
+ "repo": "daichirata/emacs-rotate",
+ "unstable": {
+ "version": [
+ 20160909,
+ 836
+ ],
+ "commit": "091b5ac4fc310773253efb317e3dbe8e46959ba6",
+ "sha256": "0msjn7ays71mcw6qmdk0mpjp1rvd7fwz917vmvlcd7cpmvkyfbds"
+ }
+ },
+ {
+ "ename": "roy-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1r49c1v0xjkrpxmq0k2l2nrx95n06b7hbpmr1n7nkil2bxdq275i",
+ "fetcher": "github",
+ "repo": "folone/roy-mode",
+ "unstable": {
+ "version": [
+ 20121208,
+ 1158
+ ],
+ "commit": "0416f561edbc6b4a29fced8be84d2527a9613d65",
+ "sha256": "04jbnm9is2cis75h40znqzjvyjq27ncr2vfank6zglzi4fhxsl0r"
+ }
+ },
+ {
+ "ename": "rpm-spec-mode",
+ "commit": "bb7e188fffda3d4e42690511775e5e32a11e1b34",
+ "sha256": "1ygk0pdhq1hvgzd173h79lxb04b9lmvq4hi70qf9244bqbm0m182",
+ "fetcher": "github",
+ "repo": "stigbjorlykke/rpm-spec-mode",
+ "unstable": {
+ "version": [
+ 20160710,
+ 1136
+ ],
+ "commit": "c1c38050c48ea330c7cea632b8785d66daeefb2b",
+ "sha256": "0427kcvf2ljhzwxskn3jzk0ncrl3f9zcz2sm83d9pmhh5jax2gch"
+ }
+ },
+ {
+ "ename": "rpn-calc",
+ "commit": "47d5b3c931cdbc2351e01d15e2b98c78081c9506",
+ "sha256": "04dj2r4035k0c3x6iyjydshzmq381d60pmscp2hg5m7sp7bqn5xs",
+ "fetcher": "github",
+ "repo": "zk-phi/rpn-calc",
+ "unstable": {
+ "version": [
+ 20181121,
+ 1154
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "27279f89c80eb3f28ff9f981eff06502056943e2",
+ "sha256": "0klzhscdvzwpcrfkq2v28in5fv01zqabgxdrziyhj666sly1scjq"
+ }
+ },
+ {
+ "ename": "rsense",
+ "commit": "e2149ce3baef9ac01d5b2e8b1a933a3e1206015f",
+ "sha256": "1901xqlpc8fg4sl9j58jn40i2djs8s0cdcqcrzrq02lvk8ssfdf5",
+ "fetcher": "github",
+ "repo": "m2ym/rsense",
+ "unstable": {
+ "version": [
+ 20100511,
+ 405
+ ],
+ "commit": "8b5ee58318747ca1dde84ee41d48c4f50175cf35",
+ "sha256": "0xkr1qn8fm3kv5c11janq5acp1q02abvxc463zijvm2qk735yl4d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "e4297052ef32d06237e8bd1534a0caf70a34ad28",
+ "sha256": "0mfkq8n28lal4lqwp6v0ilz8wrwgg61sbm0jggznwisjqqy3lzrh"
+ }
+ },
+ {
+ "ename": "rspec-mode",
+ "commit": "cd83e61b10da20198de990aa081b47d3b0b44d43",
+ "sha256": "0nyib9rx9w9cbsgkcjx9n8fp77xkzxg923z0rdm3f9kc7njcn0zx",
+ "fetcher": "github",
+ "repo": "pezra/rspec-mode",
+ "unstable": {
+ "version": [
+ 20190609,
+ 1123
+ ],
+ "deps": [
+ "cl-lib",
+ "ruby-mode"
+ ],
+ "commit": "bc2618a71e0bbef60258cf59bad0796f469a2685",
+ "sha256": "0ivcp2gvysr6lx0dv2d9g4bsc5sb6h6qjn5b0yr67lbs0r6wrvva"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 11
+ ],
+ "deps": [
+ "cl-lib",
+ "ruby-mode"
+ ],
+ "commit": "e289e52ec4b3aa1caf35957d721e5568eca2a3bb",
+ "sha256": "0hrn5n7aaymwimk511kjij44vqaxbmhly1gwmlmsrnbvvma7f2mp"
+ }
+ },
+ {
+ "ename": "rtags",
+ "commit": "3dea16daf0d72188c8b4043534f0833fe9b04e07",
+ "sha256": "0s5m4zjvnc1k4gkkizbs4ysvzzbfh45717pksg9bnyzwx5lcw5yd",
+ "fetcher": "github",
+ "repo": "Andersbakken/rtags",
+ "unstable": {
+ "version": [
+ 20190621,
+ 2006
+ ],
+ "commit": "3c071313d743b07a2ea4a02655f23cdc7010f0c2",
+ "sha256": "15gji4c4q19n7df7vsxigcyfc4pi95cq3arrcckmmm6r7ckb4y4w"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 23
+ ],
+ "commit": "7169ed577d676690a3c6f0025b54e8477d80eacf",
+ "sha256": "1i94dizg3wvkvq8c2pf5bzkx8zwzcfi4p3l73c779y145bygssnq"
+ }
+ },
+ {
+ "ename": "rtm",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1bwbaps76pawz73fs7nzkvbii9d57zmfdccpm18dwn6phaqxbhyc",
+ "fetcher": "github",
+ "repo": "pmiddend/emacs-rtm",
+ "unstable": {
+ "version": [
+ 20180329,
+ 1508
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3e3d09387cb84801343ecca8fb02e82f213e7bbe",
+ "sha256": "0cc07lhh27i1ra4alrwb6w322ddi6hw0498nkzf388arhn10h3wv"
+ }
+ },
+ {
+ "ename": "rubik",
+ "commit": "00946ed21b0f05b753c792863f6bcc99c26c32a3",
+ "sha256": "07bbh5vjw3jdxf06lxqm45y8ijcai391mf97xw5c29z33vhqs267",
+ "fetcher": "github",
+ "repo": "Kurvivor19/rubik-mode",
+ "unstable": {
+ "version": [
+ 20180222,
+ 2014
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c8dab1726463dbc9042a0b00186e4a8df02eb868",
+ "sha256": "13razzmk70h5sd69ms0a3ljr285zcad0wnrqkfxbgi5rnppqlkh1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "calc",
+ "cl-lib"
+ ],
+ "commit": "7ec955639865ca8e99a941843e19b12be5015a47",
+ "sha256": "0fdjg6gpg45m5myq517vkprmvh50xw10dqa8vwr9hfz2z8dy18ja"
+ }
+ },
+ {
+ "ename": "rubocop",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "07ma4fv015wzpj5j4rdb0ckwwmhkxs3k5vy33qxgwghqmn6xby6x",
+ "fetcher": "github",
+ "repo": "rubocop-hq/rubocop-emacs",
+ "unstable": {
+ "version": [
+ 20190326,
+ 1424
+ ],
+ "commit": "03bf15558a6eb65e4f74000cab29412efd46660e",
+ "sha256": "0bl1l2qbpdknn93wr95a49gdnpl3pwpjj3rka3s44hvihny9p8q0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "commit": "980bedb455e3551d35a212fae515c054888907c1",
+ "sha256": "152ara2p59imry2ymfnk5mycbc07rblcmfmqjgm5fijb2x94xv8p"
+ }
+ },
+ {
+ "ename": "rubocopfmt",
+ "commit": "ac01edffceea771d8fe41326e28dd9881f1661ab",
+ "sha256": "06ficv1r3axzi7q659pk1m3gbpf44nd2ir2ikmi8mr8rq44sqps0",
+ "fetcher": "github",
+ "repo": "jimeh/rubocopfmt.el",
+ "unstable": {
+ "version": [
+ 20181009,
+ 1703
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fc96145719a65b2551339d087ddd95b72e14646f",
+ "sha256": "12sfzvb5lf20d4kqa1fzhz8s48lgr8w0x7qimjcy5c75yjb123wl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "43ffa9d9c3dcc0574038bebd049102642f50b290",
+ "sha256": "0vzpfd9xv80ph9xz8psczz46blhsdnac8zh5i944klkxgqdw7x1x"
+ }
+ },
+ {
+ "ename": "ruby-compilation",
+ "commit": "ca7bf43ef8893bf04e9658390e306ef69e80a156",
+ "sha256": "1x1vpkjpx95sfcjhkx4cafypj0nkbd1i0mzxx3lmcrsmg8iv0rjc",
+ "fetcher": "github",
+ "repo": "eschulte/rinari",
+ "unstable": {
+ "version": [
+ 20150709,
+ 640
+ ],
+ "deps": [
+ "inf-ruby"
+ ],
+ "commit": "134438af8fbdfa9c8077267c768d273a9792b484",
+ "sha256": "0ndrqj7qsf9rky4v928803ib66p37vyhxgyc42vshx86q73v4cyg"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 11
+ ],
+ "deps": [
+ "inf-ruby"
+ ],
+ "commit": "e2ed2fa55ac3435a86b1cf6a4f2d29aebc309135",
+ "sha256": "1wqhqv2fc5h10igv1php51bayx0s7qw4m9gzx9by80dab8lwa0vk"
+ }
+ },
+ {
+ "ename": "ruby-electric",
+ "commit": "5fd5fa797a813e02a6433ecbe2bca1270a383753",
+ "sha256": "02xskivi917l8xyhrij084dmzwjq3knjcn65l2iwz34s767fbwl2",
+ "fetcher": "github",
+ "repo": "knu/ruby-electric.el",
+ "unstable": {
+ "version": [
+ 20170810,
+ 1130
+ ],
+ "commit": "3553448a780a1ea5c3b0e9becd820d4762876593",
+ "sha256": "0h47lfgxjcyyl8gb1w7l8j8h65s3lp1hsq742sl7a1gf5y6bbm3v"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 1
+ ],
+ "commit": "3553448a780a1ea5c3b0e9becd820d4762876593",
+ "sha256": "0h47lfgxjcyyl8gb1w7l8j8h65s3lp1hsq742sl7a1gf5y6bbm3v"
+ }
+ },
+ {
+ "ename": "ruby-end",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1cnmdlkhm8xsifbjs6ymvi92gdnxiaghb04h10qg41phj6v7m9mg",
+ "fetcher": "github",
+ "repo": "rejeep/ruby-end.el",
+ "unstable": {
+ "version": [
+ 20141215,
+ 1223
+ ],
+ "commit": "a136f75abb6d5577ce40d61dfeb778c2e9bb09c0",
+ "sha256": "1f530gaiy010qln51g83m1llazhyfi8ws0lvsb982fhi4dh1xfk5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "commit": "648b81af136a581bcef387744d93c011d9cdf54b",
+ "sha256": "1cpz9vkp57nk682c5xm20g7bfj5g2aq5ahpk4nhgx7pvd3xvr1ds"
+ }
+ },
+ {
+ "ename": "ruby-extra-highlight",
+ "commit": "73488b0aea4eb470a1f235fece0753797bfd7e35",
+ "sha256": "0dybf39yv0yzy8bsz9k5s64033id6hq4v268m11la4bp5fbv5r37",
+ "fetcher": "github",
+ "repo": "Lindydancer/ruby-extra-highlight",
+ "unstable": {
+ "version": [
+ 20171106,
+ 1933
+ ],
+ "commit": "83942d18eae361998d24c1c523b308eea821f048",
+ "sha256": "18mq0ap7f0b22cdp2wdj0y2fqsahm2ngf7fvdy0mkkfs3818awlp"
+ }
+ },
+ {
+ "ename": "ruby-factory",
+ "commit": "3ce422ccc34eb325ce432284e44af48607251da2",
+ "sha256": "0v8009pad0l41zh9r1wzcx1h6vpzhr5rgpq6rb002prxz2lcbd37",
+ "fetcher": "github",
+ "repo": "sshaw/ruby-factory-mode",
+ "unstable": {
+ "version": [
+ 20160102,
+ 721
+ ],
+ "deps": [
+ "inflections"
+ ],
+ "commit": "2bb7ccc2fccb5257376a989aa395bc7b9eb1d55d",
+ "sha256": "15b2rs6m4d511qqkc2gc8k15mbqzrgv6s3hpypajl8nvqa79xnyd"
+ }
+ },
+ {
+ "ename": "ruby-hash-syntax",
+ "commit": "c7d21a43a4bf267507bdc746ec9d0fd82049c0af",
+ "sha256": "0bvwyagfh7mn457iibrpv1ay75089gp8pg608gbm24m0ix82xvb5",
+ "fetcher": "github",
+ "repo": "purcell/ruby-hash-syntax",
+ "unstable": {
+ "version": [
+ 20190109,
+ 2227
+ ],
+ "commit": "577ab383c142e3a0697ce73480158a8b489038da",
+ "sha256": "06hm4pl3mzlyx4d3v94rm2w33q9wnwpdl7qas3fnks691d9apg7x"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "commit": "89fc364a837d7a78ecce34380f09c073a83e30e0",
+ "sha256": "1nwf3681fa6lfqr14n9wihckpi220hvamv1ppzmrhn4k49vxljy8"
+ }
+ },
+ {
+ "ename": "ruby-interpolation",
+ "commit": "ca7bf43ef8893bf04e9658390e306ef69e80a156",
+ "sha256": "07idndxw8vgfrk5zfmjjhmixza35mqxwjhsrbjrq5yy72i5ivznp",
+ "fetcher": "github",
+ "repo": "leoc/ruby-interpolation.el",
+ "unstable": {
+ "version": [
+ 20131112,
+ 1652
+ ],
+ "commit": "1978e337601222cedf00e117bf4b5cac15d1f203",
+ "sha256": "1r2f5jxi6wnkmr1ssvqgshi97gjvxvf3qqc0njg1s33cy39wpqq5"
+ }
+ },
+ {
+ "ename": "ruby-refactor",
+ "commit": "8d223ef5b9e51265c510f1cf7888b621e47bfdcf",
+ "sha256": "0nwinnnhy72h1ihjlnjl8k8z3yf4nl2z7hfv085gwiacr6nn2rby",
+ "fetcher": "github",
+ "repo": "ajvargo/ruby-refactor",
+ "unstable": {
+ "version": [
+ 20160214,
+ 1650
+ ],
+ "deps": [
+ "ruby-mode"
+ ],
+ "commit": "e6b7125878a08518bffec6942df0c606f748e9ee",
+ "sha256": "13008ih4hwa80bn2dbgj551knbvgpriz5sb241rkf7mifmlfzgsi"
+ }
+ },
+ {
+ "ename": "ruby-test-mode",
+ "commit": "f781a76a519afc0222cdf7255822a23e33745deb",
+ "sha256": "08x9pskxz1hvvqablx5mdp1g54n28kpmd10qwrasq2zjbdjghj48",
+ "fetcher": "github",
+ "repo": "ruby-test-mode/ruby-test-mode",
+ "unstable": {
+ "version": [
+ 20190412,
+ 909
+ ],
+ "deps": [
+ "pcre2el",
+ "ruby-mode"
+ ],
+ "commit": "e805a81c3ea787f3c82dbb252c21d747be20bc7a",
+ "sha256": "07j74hgq3d4y6m992y98y9n87ivk8a2wb3zlahkj32slkcqfz3kd"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "7d3c04b60721665af93ffb4abc2a7b3191926431",
+ "sha256": "008zj9rg2cmh0xd7g6kgx6snm5sspxs4jmfa8hd43wx5y9pmlb8f"
+ }
+ },
+ {
+ "ename": "ruby-tools",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0zpk55rkrqyangyyljxzf0n1icgqnpdzycwack5rji556h5grvjy",
+ "fetcher": "github",
+ "repo": "rejeep/ruby-tools.el",
+ "unstable": {
+ "version": [
+ 20151209,
+ 1615
+ ],
+ "commit": "6b97066b58a4f82eb2ecea6434a0a7e981aa4c18",
+ "sha256": "0jd9acycpbdd90hallrl0k5055rypp502qv4c6i286p7f9is4kvq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "commit": "6e7fb376085bfa7010ecd3dfad63adacc6e2b4ac",
+ "sha256": "1zvhq9l717rjgkm7bxz5gqkmh5i49cshwzlimb3h78kpjw3hxl2k"
+ }
+ },
+ {
+ "ename": "rufo",
+ "commit": "123b89e06a44ef45150ca7243afc41302dfb6c6e",
+ "sha256": "0pxsifcxic3q54rqj0jbj20hq7f2s4icl57lligf9g0w23qzj239",
+ "fetcher": "github",
+ "repo": "danielma/rufo.el",
+ "unstable": {
+ "version": [
+ 20170718,
+ 1416
+ ],
+ "commit": "85a6d80fb05fef396a8029b8f944c92a53faf8fe",
+ "sha256": "11klircrdc9z9jfksd6rjgwbb775mziss67mw74673b8iva8n1y7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "commit": "4e7413fafd0320f30190ae9835ab021cf7a9ebdc",
+ "sha256": "10gwr479q4kd6ndp9r2nzj7rzap21q3f0l3icrviah9l5xzdx2x0"
+ }
+ },
+ {
+ "ename": "rum-mode",
+ "commit": "0c9f8ce2dee376f1f34e89e9642c472a148fca77",
+ "sha256": "1838w8rk5pgp1hn7a0m83mfw9jin4qv5mkyl68hl3gj7g9lhn7sd",
+ "fetcher": "github",
+ "repo": "rumlang/rum-mode",
+ "unstable": {
+ "version": [
+ 20180127,
+ 22
+ ],
+ "commit": "893b1a26244ef6ea82833a9afbc13cb82c0cfb53",
+ "sha256": "0lgahv25a9b2dfgkcm9ipyziiqnr3sb9l2dvzm35khwf3m8dwxgq"
+ }
+ },
+ {
+ "ename": "run-stuff",
+ "commit": "0d6e9ce2acd859b887f7e161f4b9969be1a0b8ef",
+ "sha256": "0zx96m6cval5g4p0lhy9kpyycp2jygaq3y2njhkpij9gl4nb2ll2",
+ "fetcher": "github",
+ "repo": "ideasman42/emacs-run-stuff",
+ "unstable": {
+ "version": [
+ 20180209,
+ 748
+ ],
+ "commit": "ed42a7bc9a197ccf1ca87f9937bf98f0a9ed3f92",
+ "sha256": "1w49v868n3723q6887y4bc5q8spd7xync5d581vvxdpi75qgvr0z"
+ }
+ },
+ {
+ "ename": "runner",
+ "commit": "f3a4e051ab45b8036b91aa0c50bd3f93cd85e9d0",
+ "sha256": "09apmk22swj05z77ziij31jj6b3g221qv3mw3mymffzxn5ap2rbx",
+ "fetcher": "github",
+ "repo": "thamer/runner",
+ "unstable": {
+ "version": [
+ 20160524,
+ 743
+ ],
+ "commit": "a211d57ddc600410d07a8b534920ba905b093d87",
+ "sha256": "1ddf5jydpc43wgvw4a669wifij71b4r8zfazcqfdpyfh1j4m591b"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8
+ ],
+ "commit": "a211d57ddc600410d07a8b534920ba905b093d87",
+ "sha256": "1ddf5jydpc43wgvw4a669wifij71b4r8zfazcqfdpyfh1j4m591b"
+ }
+ },
+ {
+ "ename": "runtests",
+ "commit": "95c49160919d310256501d7c71102f8367aae5aa",
+ "sha256": "0m9rqjb5c0yqr2wv5dsdiba21knr63b5pxsqgbkbybi15zgxcicb",
+ "fetcher": "github",
+ "repo": "sunesimonsen/emacs-runtests",
+ "unstable": {
+ "version": [
+ 20150807,
+ 831
+ ],
+ "commit": "ed90249f24cc48290018df48b9b9b7172440be3e",
+ "sha256": "18w6gkpxp0g7rzvnrk8vvr267y768dfik447ssq8jpz3jlr5jnq6"
+ }
+ },
+ {
+ "ename": "russian-holidays",
+ "commit": "d4830900e371e7036225ea434c52204f4d2481a7",
+ "sha256": "0lawjwz296grbvb4a1mm1j754q7mpcanyfln1gqxr339kqx2aqd8",
+ "fetcher": "github",
+ "repo": "grafov/russian-holidays",
+ "unstable": {
+ "version": [
+ 20170109,
+ 2140
+ ],
+ "commit": "b285a30f29d85c48e3ea4eb93972d34a090c167b",
+ "sha256": "1mz842gvrscklg2w2r2q2wbj92qr31h895k700j3axqx6k30ni0h"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "commit": "b285a30f29d85c48e3ea4eb93972d34a090c167b",
+ "sha256": "1mz842gvrscklg2w2r2q2wbj92qr31h895k700j3axqx6k30ni0h"
+ }
+ },
+ {
+ "ename": "rust-auto-use",
+ "commit": "a9584d883934e36400ec1924755df34149ad2f9f",
+ "sha256": "0jdg8xgxry0h9nbb9m446gpw54rymw3152n84lvsg5bv51861114",
+ "fetcher": "github",
+ "repo": "vmalloc/rust-auto-use.el",
+ "unstable": {
+ "version": [
+ 20181125,
+ 637
+ ],
+ "commit": "d924505ecd954625dcb2d56dfba97111dc6a17fa",
+ "sha256": "1yw9l13dgkfsdv4kgpbvzx12g8bqycclgq2gk4b1r29mxy72wnpq"
+ }
+ },
+ {
+ "ename": "rust-mode",
+ "commit": "8f6e5d990d699d571dccbdeb13327b33389bb113",
+ "sha256": "1i1mw1v99nyikscg2s1m216b0h8svbzmf5kjvjgk9zjiba4cbqzc",
+ "fetcher": "github",
+ "repo": "rust-lang/rust-mode",
+ "unstable": {
+ "version": [
+ 20190517,
+ 2037
+ ],
+ "commit": "c62185ae1c6edf0335261f169241eb8ee9713ad5",
+ "sha256": "0jq8hb8j484vqnd743d2azw4zg1gn2j0l6h60bd0vcqd2hgag1nw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "commit": "106aeab800fb3404baf231845d3e3549ec235afa",
+ "sha256": "0bcrklyicxh032rrp585rl5mxd26nb61dp6r5bl935rlcmxzsczh"
+ }
+ },
+ {
+ "ename": "rust-playground",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0ml0zr9vz2vjd9wr0v706w4v4qqfzpa56rdzfak2kb5llx53j89v",
+ "fetcher": "github",
+ "repo": "grafov/rust-playground",
+ "unstable": {
+ "version": [
+ 20180807,
+ 1158
+ ],
+ "commit": "092c8b11d62dea23953a004744833092bac85fe1",
+ "sha256": "0n2c1pjbvy46ic0k84jd3ffwwb5hibjqc1wv7knzkldi5agigfsh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "092c8b11d62dea23953a004744833092bac85fe1",
+ "sha256": "0n2c1pjbvy46ic0k84jd3ffwwb5hibjqc1wv7knzkldi5agigfsh"
+ }
+ },
+ {
+ "ename": "rustic",
+ "commit": "716c14a2ed8f5817c09c1ff530a4980c17b44bb3",
+ "sha256": "13bwrdqmm6xb34k8r72c0r3b9aym5dwsalp63bkfh9k9kq9hic0n",
+ "fetcher": "github",
+ "repo": "brotzeit/rustic",
+ "unstable": {
+ "version": [
+ 20190721,
+ 1342
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "ht",
+ "let-alist",
+ "markdown-mode",
+ "projectile",
+ "s",
+ "seq",
+ "spinner",
+ "xterm-color"
+ ],
+ "commit": "af0c3b88cb2fc4fabd66209c4dd91a520d924ec9",
+ "sha256": "0g9z58cxq4qjmgil1kzsnmf0fyp07db77l2alp1f25cgdfd92nbs"
+ }
+ },
+ {
+ "ename": "rvm",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "08i7cmav2cz73jp88ww0ay2yjhk9dj8146836q4sij1bl1slbaf8",
+ "fetcher": "github",
+ "repo": "senny/rvm.el",
+ "unstable": {
+ "version": [
+ 20150402,
+ 1442
+ ],
+ "commit": "134497bc460990c71ab8fa75431156e62c17da2d",
+ "sha256": "1z5psj8mfp0fw8fx6v1sibf8cxhz30yyiwjw17w80f9c24g0j4ii"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4,
+ 0
+ ],
+ "commit": "8e45a9bad8e317ff195f384dab14d3402497dc79",
+ "sha256": "0iblk0vagjcg3c8q9hlpwk7426ms7aq0s80izgvascfmyqycv6qm"
+ }
+ },
+ {
+ "ename": "ryo-modal",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "06pm6grsdcldi1khbjfjp7lpi6f6x3pa5ikspp0xdwijnmi0xrrf",
+ "fetcher": "github",
+ "repo": "Kungsgeten/ryo-modal",
+ "unstable": {
+ "version": [
+ 20180331,
+ 818
+ ],
+ "commit": "42f874467dfdce59b511f883496ce2624b133dd7",
+ "sha256": "0k9nmi014vb9c8rymy3w8xbnj1q85xlslpblacz78iqn1kr6wy1z"
+ }
+ },
+ {
+ "ename": "s",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0dars9212z0yv97mj4615h23vd22vy8b6cw2n433z9jhif3aybqa",
+ "fetcher": "github",
+ "repo": "magnars/s.el",
+ "unstable": {
+ "version": [
+ 20180406,
+ 808
+ ],
+ "commit": "03410e6a7a2b11e47e1fea3b7d9899c7df26435e",
+ "sha256": "074ny8y68fhnknkjxvrijrk534xzdiwip8wkifxfbwv3va315x83"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 12,
+ 0
+ ],
+ "commit": "12f116d58ac03706496bd682c6449b452681874e",
+ "sha256": "1g8mqd13llj007al4nlxxx4z2lcsg3wk970mgjn0avwrhjjgdmmv"
+ }
+ },
+ {
+ "ename": "s-buffer",
+ "commit": "f1bf91527219e7afc8e113134a958f3adb862a5a",
+ "sha256": "07kivgzv24psjq1240gwj9wkndq4bhvjh38x552k90m9v6jz8l6m",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-s-buffer",
+ "unstable": {
+ "version": [
+ 20130605,
+ 2124
+ ],
+ "deps": [
+ "noflet",
+ "s"
+ ],
+ "commit": "f95d234282377f00a2c3a9846681080cb95bb1df",
+ "sha256": "06ng960fj2ivnwb0hrn0qic5x8hb0sswjzph01zmwhbfnwykhr85"
+ }
+ },
+ {
+ "ename": "s12cpuv2-mode",
+ "commit": "6c1b9bbdc4deb17636270c7f2be0b43b647c695a",
+ "sha256": "0mrcf5s7vmkyrsdka7qd2vfcmdy8hzf6a6g14la88rxrv4chv29s",
+ "fetcher": "github",
+ "repo": "AdamNiederer/s12cpuv2-mode",
+ "unstable": {
+ "version": [
+ 20171013,
+ 2051
+ ],
+ "commit": "b17d4cf848dec1e20e66458e5c7ff77a2c051a8c",
+ "sha256": "1fc132gv48xwrxiw139kc9f5wkhjgsgqdfm6b7v97xj5025zg6hr"
+ }
+ },
+ {
+ "ename": "s3ed",
+ "commit": "32ba78167bd6908b49f340f6da48643ac38f25f2",
+ "sha256": "08scv3aqnidz28rad5npz7b4pz9dx05rs72qkp3ybkk2vhqf2qwa",
+ "fetcher": "github",
+ "repo": "mattusifer/s3ed",
+ "unstable": {
+ "version": [
+ 20180204,
+ 1349
+ ],
+ "deps": [
+ "dash",
+ "seq"
+ ],
+ "commit": "13503cb057bed29cb00a14dffe4472b5cb7748ad",
+ "sha256": "1ak5nmay12s4ipmvm1a36kyny05xhzmj7wp6dry391db9n7g2wy0"
+ }
+ },
+ {
+ "ename": "sackspace",
+ "commit": "073e92e05c4bd6197a5ad24f470b21a97f5bb7b8",
+ "sha256": "1m10iw83k6m7v7sg2dxzdy83zxq6svk8h9fh4ankyn3baqrdxg5z",
+ "fetcher": "github",
+ "repo": "cofi/sackspace.el",
+ "unstable": {
+ "version": [
+ 20130719,
+ 956
+ ],
+ "commit": "fd0480eaaf6d3d11fd30ac5feb2da2f4f7572708",
+ "sha256": "06gqqbkn85l2p05whmr4wkg9axqyzb7r7sgm3r8wfshm99kgpxvl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 2
+ ],
+ "commit": "fd0480eaaf6d3d11fd30ac5feb2da2f4f7572708",
+ "sha256": "06gqqbkn85l2p05whmr4wkg9axqyzb7r7sgm3r8wfshm99kgpxvl"
+ }
+ },
+ {
+ "ename": "sage-shell-mode",
+ "commit": "eb875c50c2f97919fd0027869c5d9970e1eaf373",
+ "sha256": "0ivqiigmp9cf88j4xapzanjpbx692r70wb4i25mnppqsi3jlwxdv",
+ "fetcher": "github",
+ "repo": "sagemath/sage-shell-mode",
+ "unstable": {
+ "version": [
+ 20180215,
+ 835
+ ],
+ "deps": [
+ "cl-lib",
+ "deferred",
+ "let-alist"
+ ],
+ "commit": "9f07ff835e8d19afe571dbe414afb690c7b1cb5c",
+ "sha256": "07al41ir1ab0z2m2acvx63scr33bfp3asshjl05shs4j9d4bkmdp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "deferred",
+ "let-alist"
+ ],
+ "commit": "e8bc089e8dfd76f688160e2ac77aee985afeade7",
+ "sha256": "166plwg9ggivr3im0yfxw8k6m9ral37jzznnb06kb6g0zycb4aps"
+ }
+ },
+ {
+ "ename": "sailfish-scratchbox",
+ "commit": "e76261e7dffcb607839440843b085709c2c90b26",
+ "sha256": "1s0glsi4fm6is7fv9vy1h14frq8a4bgahkc8w08vqfnpiin2r567",
+ "fetcher": "github",
+ "repo": "vityafx/sailfish-scratchbox.el",
+ "unstable": {
+ "version": [
+ 20171202,
+ 1332
+ ],
+ "commit": "bb5ed0f0b0cd72f2eb1af065b7587ec81866b089",
+ "sha256": "1b53mdqgcmjay3i3fnxnycv8crqi20yvyv57ybgs2ikfl3v282h2"
+ }
+ },
+ {
+ "ename": "salesforce-utils",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0b70w92zghid6n0ba28dh5r3pckr8jsd1743qyi8vj04ih1dns5i",
+ "fetcher": "github",
+ "repo": "grimnebulin/emacs-salesforce",
+ "unstable": {
+ "version": [
+ 20160814,
+ 154
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "73328baf0fb94ac0d0de645a8f6d42e5ae27f773",
+ "sha256": "1zsznz9pn9dj672jii6wcvs47yqyxv3dsm5qy1dax1d6gvvbf4zq"
+ }
+ },
+ {
+ "ename": "salt-mode",
+ "commit": "9dcf1a93a06fc42581521c88cfd988b03bedc000",
+ "sha256": "1n7i9d6qpjsdcgbzmbf63y4c7ggxh5wsim8fd0casnrq9bl7ssym",
+ "fetcher": "github",
+ "repo": "glynnforrest/salt-mode",
+ "unstable": {
+ "version": [
+ 20181225,
+ 1157
+ ],
+ "deps": [
+ "mmm-jinja2",
+ "mmm-mode",
+ "yaml-mode"
+ ],
+ "commit": "5ed02dabe0c5c58f51959a48b559f7fc5425ea2c",
+ "sha256": "13xz5kfq4kgs94bx6ygl1b26j66l4bjhkvrcv40cvi5mpik2lp98"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "mmm-jinja2",
+ "mmm-mode",
+ "yaml-mode"
+ ],
+ "commit": "e14ed8f2ce0ab7a783c4341879ec8c003e2b5c81",
+ "sha256": "19gw35qv13f2r4wif5fgqfhrph2r320n81faxx8980zds28x2q0x"
+ }
+ },
+ {
+ "ename": "sane-term",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "08b8zlr8qzxfrpg9lqiyam3sb8a8rzak79ra4r6ljjppyj4zmwi7",
+ "fetcher": "github",
+ "repo": "adamrt/sane-term",
+ "unstable": {
+ "version": [
+ 20181130,
+ 101
+ ],
+ "commit": "ae0b3c024b66275f22809e2b41f428b01c259b96",
+ "sha256": "1468byxxd0ysqzmi9ssypfhfyqrjgj5w7sx42qgw66m57sis8ra3"
+ }
+ },
+ {
+ "ename": "sass-mode",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1byjk5zpzjlyiwkp780c4kh7s9l56y686sxji89wc59d19rp8800",
+ "fetcher": "github",
+ "repo": "nex3/sass-mode",
+ "unstable": {
+ "version": [
+ 20190502,
+ 53
+ ],
+ "deps": [
+ "cl-lib",
+ "haml-mode"
+ ],
+ "commit": "247a0d4b509f10b28e4687cd8763492bca03599b",
+ "sha256": "1nhk12lhvkwdk8s8fx33p6rssi0gcfx2zkanq23rz6k28v5zi5yp"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 18
+ ],
+ "deps": [
+ "haml-mode"
+ ],
+ "commit": "26a66e331b507fb420e3bb7d0a6a8fbb04294343",
+ "sha256": "0lxrq3mzabkwj5bv0mgd7fnx3dsx8vxd5kjgb79rjfra0m7pfgln"
+ }
+ },
+ {
+ "ename": "sauron",
+ "commit": "9d30dcc4715422133e1bb00ad7a8e25b060387e4",
+ "sha256": "01fk1xfh7r16fb1xg5ibbs7gci9dja49msdlf7964hiq7pnnhxgb",
+ "fetcher": "github",
+ "repo": "djcb/sauron",
+ "unstable": {
+ "version": [
+ 20181216,
+ 1200
+ ],
+ "commit": "e20eb21c93492a7c9e89579409ae5a07f77aa9fd",
+ "sha256": "0sm69gr05y44zxmdzyydbyf5yw4lhxszq3zgz4mflcnb544kkrj3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 10
+ ],
+ "commit": "a9877f0efa9418c41d25002b58d1c2f8c69ec975",
+ "sha256": "1mcag7qad1npjn096byakb8pmmi2g64nlf2vcc12irzmwia85fml"
+ }
+ },
+ {
+ "ename": "save-load-path",
+ "commit": "f8e4328cae9b4759a75da0b26ea8b68821bc71af",
+ "sha256": "1cl9kkv996m2irm9i5n7f020zqzvrsv9dyscc16ca9jsn16msww2",
+ "fetcher": "github",
+ "repo": "rubikitch/save-load-path",
+ "unstable": {
+ "version": [
+ 20140206,
+ 1214
+ ],
+ "commit": "6cb763a37e2b8af505bff2bcd11fd49c9ea04d66",
+ "sha256": "0rxcg60lxaabdx9gjj17sfxnr09694viphlhhk355dcc4v5ngbdm"
+ }
+ },
+ {
+ "ename": "save-visited-files",
+ "commit": "3f5979e2c2dbfc4e8e3b4d2881cf860c26f63db5",
+ "sha256": "1pmjz27dlp5yrihgsy8q1bwbhkkj3sn7d79ccvljvzxg5jn1grkd",
+ "fetcher": "github",
+ "repo": "nflath/save-visited-files",
+ "unstable": {
+ "version": [
+ 20190430,
+ 1508
+ ],
+ "commit": "7eb71a6c4f9cb770b387fcef80231d9a9f648188",
+ "sha256": "01ampk085k0rb0bw85imwbs44p4wp20giiwwpbrv6f97bh1065m2"
+ }
+ },
+ {
+ "ename": "savekill",
+ "commit": "f8e4328cae9b4759a75da0b26ea8b68821bc71af",
+ "sha256": "14hfqia7d2v1dn1wdwsphrrkq9hc57721irms9s9vinign0pqx7h",
+ "fetcher": "github",
+ "repo": "rubikitch/savekill",
+ "unstable": {
+ "version": [
+ 20140418,
+ 229
+ ],
+ "commit": "67fc94e3d8fe8ce3ca16f90518f6a46479b63e34",
+ "sha256": "0h8bl28p5xrs9daapcjkslm066a4hqlb764i5nz1db0lwrvr0csm"
+ }
+ },
+ {
+ "ename": "say-what-im-doing",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "0wi7318q7mms4wjbzhnsw298bjh7g957dnra0bvg87vv48pz3yfp",
+ "fetcher": "github",
+ "repo": "Benaiah/say-what-im-doing",
+ "unstable": {
+ "version": [
+ 20160706,
+ 1931
+ ],
+ "commit": "5b2ce6783b02805bcac1107a149bfba3852cd9d5",
+ "sha256": "0wy4hrc44ajl88krp6qy40szl2kl2wc3xjz3y4n250d1v81k25xi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "4acc16360a29646040b51db158ba7fdeb711449d",
+ "sha256": "1gkzgcnh5ib4j5206mx8gbwj5ykay19vqlfg9070m2r09d1a55qf"
+ }
+ },
+ {
+ "ename": "sayid",
+ "commit": "9a15a17a5aa78aed72958b2a1bde53f0c0ab5be7",
+ "sha256": "065mxb2la3dq2zqyb8dfksb18fpqym04nnax5rrp19izcw488qsm",
+ "fetcher": "github",
+ "repo": "clojure-emacs/sayid",
+ "unstable": {
+ "version": [
+ 20181223,
+ 835
+ ],
+ "deps": [
+ "cider"
+ ],
+ "commit": "559a335926c12b37ff2928097b3e7eaefb88920d",
+ "sha256": "02h1dkzgs6439l2fjflkgvq40gvb353y47zhlasfqxy9cjj76d22"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 17
+ ],
+ "deps": [
+ "cider"
+ ],
+ "commit": "56ec0343322cf30d689810a8f5cffee004bb8d07",
+ "sha256": "16dq2hg3k0vypb5rjyrz90abm7qxbjbs6pv0z9qvsyn0ahi65jn3"
+ }
+ },
+ {
+ "ename": "sbt-mode",
+ "commit": "364abdc3829fc12e19f00b534565227dbc30baad",
+ "sha256": "0v0n70czgkdijnw5jd4na41vlrmqcshvr8gdpv0bv55ilqhiihc8",
+ "fetcher": "github",
+ "repo": "ensime/emacs-sbt-mode",
+ "unstable": {
+ "version": [
+ 20180511,
+ 1622
+ ],
+ "commit": "e658af140547cbef495c33535c7f694a501d318c",
+ "sha256": "0lv9ridzk9x6rkf7lj21srnszypyq04vqg05vl10zhpz1yqlnbjd"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "commit": "e658af140547cbef495c33535c7f694a501d318c",
+ "sha256": "0lv9ridzk9x6rkf7lj21srnszypyq04vqg05vl10zhpz1yqlnbjd"
+ }
+ },
+ {
+ "ename": "scad-mode",
+ "commit": "2d27782b9ac8474fbd4f51535351207c9c84984c",
+ "sha256": "04b4y9jks8sslgmkx54fds8fba9xv54z0cfab52dy99v1301ms3k",
+ "fetcher": "github",
+ "repo": "openscad/openscad",
+ "unstable": {
+ "version": [
+ 20190413,
+ 1246
+ ],
+ "commit": "fc91c81ffafe07691cec7466399b18f267964328",
+ "sha256": "0i7jrxdfxin6aaz1v578vy50j0g5l3j9yj2pgn5dw5v04xk42822"
+ }
+ },
+ {
+ "ename": "scad-preview",
+ "commit": "18a043064223906510adbb837f1be329252dbd50",
+ "sha256": "0wcd2r60ibbc2mzpq8fvyfc1fy172rf9kzdj51p4jyl51r76i86z",
+ "fetcher": "github",
+ "repo": "zk-phi/scad-preview",
+ "unstable": {
+ "version": [
+ 20160206,
+ 1336
+ ],
+ "deps": [
+ "scad-mode"
+ ],
+ "commit": "fee011589671cc8f1296cb6aa81553e5bb699819",
+ "sha256": "13x00dls59zshz69260pnqmx6ydrjg8p2jdjn1rzgf5dsmwfy3sc"
+ }
+ },
+ {
+ "ename": "scala-mode",
+ "commit": "564aa1637485192a97803af46b3a1f8e0d042c9a",
+ "sha256": "12x377iw085fbkjb034dmcsbi7hma17zkkmbgrhkvfkz8pbgaic8",
+ "fetcher": "github",
+ "repo": "ensime/emacs-scala-mode",
+ "unstable": {
+ "version": [
+ 20170802,
+ 1132
+ ],
+ "commit": "56cba2903cf6e12c715dbb5c99b34c97b2679379",
+ "sha256": "13miqdn426cw9y1wqaz5smmf0wi3bzls95z6shcxzdz8cg50zmpg"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "56cba2903cf6e12c715dbb5c99b34c97b2679379",
+ "sha256": "13miqdn426cw9y1wqaz5smmf0wi3bzls95z6shcxzdz8cg50zmpg"
+ }
+ },
+ {
+ "ename": "scalariform",
+ "commit": "1912f795e5842be534160e3879bfb96f3440e163",
+ "sha256": "096y63j91910hqsy6qvz16c9lzyi7ni3r7h039z5zw2v97aggh9i",
+ "fetcher": "github",
+ "repo": "zwild/scalariform",
+ "unstable": {
+ "version": [
+ 20190114,
+ 215
+ ],
+ "deps": [
+ "f",
+ "s"
+ ],
+ "commit": "478a15ccb4f825aba73262bccd3e61ce7017f64b",
+ "sha256": "1c76jnj35bkcq2rhdq6d57b7vf6rvn8rpzpx49ywkxz4cx36svv6"
+ }
+ },
+ {
+ "ename": "scf-mode",
+ "commit": "376be7f8903dbea69643600ae14e934ee5e2a11b",
+ "sha256": "0acbrw94q6cr9b29mz1wcbwi1g90pbm7ly2xbaqb2g8081r5rgg0",
+ "fetcher": "github",
+ "repo": "lewang/scf-mode",
+ "unstable": {
+ "version": [
+ 20151122,
+ 248
+ ],
+ "commit": "dbfcdcd89034f208d65e181af58e0d73ad09f8b2",
+ "sha256": "0m7hanpc2skmsz783m0212xd10y31gkj5n6w8gx9s989l1y4i1b8"
+ }
+ },
+ {
+ "ename": "scheme-complete",
+ "commit": "0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f",
+ "sha256": "1mp9gssd2fx3ra2bjd7w311hwmflhybr5x574qb12603gjkgrp1h",
+ "fetcher": "github",
+ "repo": "ashinn/scheme-complete",
+ "unstable": {
+ "version": [
+ 20181029,
+ 1255
+ ],
+ "commit": "b86ee41d48664839181498313f4f3dc2fef17d6f",
+ "sha256": "1by7ky8za6idam4m4xgmf0f5ss0cacd7wv53glhmjb4nslxhgl7d"
+ }
+ },
+ {
+ "ename": "schrute",
+ "commit": "505fc4d26049d4e2973a54b24117ccaf4f2fb7e7",
+ "sha256": "1sr49wr3738sqfzix7v9rj6bvv7q2a46qdkimn9z7rnsjys9i7zy",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/shackra/dwight-k.-schrute",
+ "unstable": {
+ "version": [
+ 20170521,
+ 1840
+ ],
+ "commit": "59faa6c4232ae183cea93237301acad8c0763997",
+ "sha256": "1w5l1vf4cn4psrxgnq5n6j3zw644s70inpa17vsvng3sk5r8crcb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "commit": "08ab6565fa94f3a8016163fe6f7be1932af1156b",
+ "sha256": "0l1k6wjjr569lk5k8ydwq13041kn889g20qbzf79qj1ws96rim4m"
+ }
+ },
+ {
+ "ename": "scihub",
+ "commit": "93a89f2c198c29fa1b62839f51610eb881d1d0ed",
+ "sha256": "12m2yiwr1hkzwjykm400x549yzkrkqmypfip5xsarawnb87g9czy",
+ "fetcher": "github",
+ "repo": "emacs-pe/scihub.el",
+ "unstable": {
+ "version": [
+ 20190801,
+ 920
+ ],
+ "commit": "a32e8f47961d606c1315a972f2dab4d3a61945af",
+ "sha256": "06qcs7jq68ylmvw0kf1myhpgzci7i9qbb2h0hxh0g21mz8ssna3f"
+ }
+ },
+ {
+ "ename": "scion",
+ "commit": "faf180d15c3847fc6f832866338494dd99b6654d",
+ "sha256": "17qmc7fpvbamqkzyk8jspp2i0nw93iya4iwddvas7vdpjy7mk81d",
+ "fetcher": "github",
+ "repo": "nominolo/scion",
+ "unstable": {
+ "version": [
+ 20130315,
+ 1255
+ ],
+ "commit": "99b4589175665687181a932cd836850205625f71",
+ "sha256": "0ark720g0nrdqri5bjdpss6kn6k3hz3w3zdvy334wws05mkb17y4"
+ }
+ },
+ {
+ "ename": "sclang-extensions",
+ "commit": "f2095549944ca28d6a2d6a90d5ab3ba9c27997a8",
+ "sha256": "00nirxawsngvlx7bmf5hqg2wk0l1v5pi09r6phzd0q8gyq3kmbbn",
+ "fetcher": "github",
+ "repo": "chrisbarrett/sclang-extensions",
+ "unstable": {
+ "version": [
+ 20160509,
+ 338
+ ],
+ "deps": [
+ "auto-complete",
+ "dash",
+ "s"
+ ],
+ "commit": "e9cc79732f16fdb582129303110c163dcc0d6da0",
+ "sha256": "164dn5615bxvya4n58lly9r739va1xzm00wyfg4shcwgnwm3byqb"
+ }
+ },
+ {
+ "ename": "sclang-snippets",
+ "commit": "680e5757e074c16efd31084a7dc5dcea339597f5",
+ "sha256": "0q1bh316v737a0hm9afijk1spvg144cgrf45jm0bpd60zhiv7bb2",
+ "fetcher": "github",
+ "repo": "ptrv/sclang-snippets",
+ "unstable": {
+ "version": [
+ 20130513,
+ 751
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "c840a416b96f83bdd70491e3d1fbe2f1ae8b3f58",
+ "sha256": "0vbcghgapwdf3jgjnjdla17dhf5mkmwapz4a8fmlr7sw1wqvj857"
+ }
+ },
+ {
+ "ename": "scpaste",
+ "commit": "9007fb32097bc63731c3615dae9342fcef2558a2",
+ "sha256": "02dqmx6v3jxdn5yz1z74624sc6sz2bm4qjyi78w9akhp2jplwlk1",
+ "fetcher": "github",
+ "repo": "technomancy/scpaste",
+ "unstable": {
+ "version": [
+ 20190228,
+ 2151
+ ],
+ "deps": [
+ "htmlize"
+ ],
+ "commit": "568faaa70fa0413e2d165ad232cd4c6ec2815197",
+ "sha256": "160m4w0i9cj4zxmmsknmnvycscj9y8da39y1362kv7dpmwnxsxcp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 5
+ ],
+ "deps": [
+ "htmlize"
+ ],
+ "commit": "cca8f4ee5402bbf9a4bbb24e81372067cb21bba4",
+ "sha256": "13s8hp16wxd9fb8gf05dn0xr692kkgiqg7v49fgr00gas4xgpfpm"
+ }
+ },
+ {
+ "ename": "scratch",
+ "commit": "b46813f928eadfa08a1d4bf94ceeb96dbc2a7c72",
+ "sha256": "1an30pr64fz13s6lghlcb36b7hn3961vv0yipfp9s140ccygdvh7",
+ "fetcher": "github",
+ "repo": "ieure/scratch-el",
+ "unstable": {
+ "version": [
+ 20190314,
+ 614
+ ],
+ "commit": "4813d82b39a451f2a6d5b730cd7ec49a9bdabcca",
+ "sha256": "0yiwq2gc4gdgfhaagpawhb7yrzc4fsnyb10w5d0q4whv64cj8555"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "commit": "4813d82b39a451f2a6d5b730cd7ec49a9bdabcca",
+ "sha256": "0yiwq2gc4gdgfhaagpawhb7yrzc4fsnyb10w5d0q4whv64cj8555"
+ }
+ },
+ {
+ "ename": "scratch-ext",
+ "commit": "a142d336a57d075dfd5caf44fa1c1254b83ac728",
+ "sha256": "031wxz10k1q4bi5hywhcw1vzi41d5pv5hc09x8jk9s5nzyssvc0y",
+ "fetcher": "github",
+ "repo": "kyanagi/scratch-ext-el",
+ "unstable": {
+ "version": [
+ 20140104,
+ 516
+ ],
+ "commit": "388c53cddd0466b451264894667ed64a6947ad67",
+ "sha256": "0ng0by647r49mia7vmjqc97gwlwgs8kmaz0lw2y54jdz8m0bbngp"
+ }
+ },
+ {
+ "ename": "scratch-log",
+ "commit": "bec9692973db8853f9d329aebc0cc9e81bb34003",
+ "sha256": "1yp3p0dzhmqrd0krqii3x79k4zc3p59148cijhk6my4n1xqnhs69",
+ "fetcher": "github",
+ "repo": "mori-dev/scratch-log",
+ "unstable": {
+ "version": [
+ 20141115,
+ 743
+ ],
+ "commit": "1168f7f16d36ca0f4ddf2bb98881f8db62cc5dc0",
+ "sha256": "030mcq0cmamizvra8jh2x76f71g5apiavwb10c28j62rl0r5bisk"
+ }
+ },
+ {
+ "ename": "scratch-message",
+ "commit": "24c5ff6b643de9fb79334eff57b702281b20bc10",
+ "sha256": "1dl9d4gvicwnb662ir9azywjmmm7xv4d0sz42z7mmwy8hl9hi91b",
+ "fetcher": "github",
+ "repo": "thisirs/scratch-message",
+ "unstable": {
+ "version": [
+ 20170107,
+ 1336
+ ],
+ "commit": "3ecc7f5e3b8a597ebd1492fd426d3720a7f34302",
+ "sha256": "1kb664r3gbhv2ja8jyyzfw22db99ini8qbgzcy9xsl56lha4x4xi"
+ }
+ },
+ {
+ "ename": "scratch-palette",
+ "commit": "b737bd93008e10ff446b347f405541a6f4127716",
+ "sha256": "0m6hc2amwnnii4y189kkridhapl9jipkmadvrmwvspgy3lxhlafs",
+ "fetcher": "github",
+ "repo": "zk-phi/scratch-palette",
+ "unstable": {
+ "version": [
+ 20150225,
+ 842
+ ],
+ "deps": [
+ "popwin"
+ ],
+ "commit": "f6803b448079f4a81cc699cec7442ef543cd5818",
+ "sha256": "00b4r8bqlxc29k18vig0164d5c9fp5bp5q26d28lwr4f0s4a71d2"
+ }
+ },
+ {
+ "ename": "scratch-pop",
+ "commit": "420fb3408b64f1a3e42316262016728c483bf0c1",
+ "sha256": "0s7g1fbnc5hgz8gqmp1lynj5g7vvxisj7scxx5wil9qpn2zyggq1",
+ "fetcher": "github",
+ "repo": "zk-phi/scratch-pop",
+ "unstable": {
+ "version": [
+ 20170510,
+ 1458
+ ],
+ "deps": [
+ "popwin"
+ ],
+ "commit": "7f4172c792b10bd38898dd8963cf0ade91921869",
+ "sha256": "0mwjq7z0cpaqhqygzhfcpfqyx8376jsc1g2874np6ff49389bj4d"
+ }
+ },
+ {
+ "ename": "scratches",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "116bjy1m35h83r2c354i2xk1br87nmvd99kbzax0wgkkkcjff8c4",
+ "fetcher": "github",
+ "repo": "zhangkaiyulw/scratches",
+ "unstable": {
+ "version": [
+ 20151006,
+ 416
+ ],
+ "deps": [
+ "dash",
+ "f"
+ ],
+ "commit": "9441afe6396ca38f08029123fab5d87429cbf315",
+ "sha256": "10hmy0p4pkrzvvyisk4rjc6hqqyk2sir1rszqgmkhrdywl010vlc"
+ }
+ },
+ {
+ "ename": "scribble-mode",
+ "commit": "6469c2b389d757003da69da727905228eb564d50",
+ "sha256": "0idagikxhr86h2k6fb45zdzg73wpmpiszx0gi6d8jx7s1xqd6s50",
+ "fetcher": "github",
+ "repo": "emacs-pe/scribble-mode",
+ "unstable": {
+ "version": [
+ 20181204,
+ 325
+ ],
+ "commit": "217945d54de5e4bb207033f2116baa28f5c5ecf2",
+ "sha256": "1s5ccw1a5ack01wd94ywfcrar9j98agchwdh30q7iyxr0d2z4sii"
+ }
+ },
+ {
+ "ename": "scroll-on-drag",
+ "commit": "0cc172bb1b4194b66827bf5be0b6658fb330a11a",
+ "sha256": "1i4i19qkin19h2xc1r6a66rsll1rfbbvf2nsm75f9vvvrdi4sjyf",
+ "fetcher": "gitlab",
+ "repo": "ideasman42/emacs-scroll-on-drag",
+ "unstable": {
+ "version": [
+ 20190721,
+ 2218
+ ],
+ "commit": "e509c10ccdf6f4239d448da8aa6f8b9cc36bb340",
+ "sha256": "00yy0bx874ijg8s16bp13n0w5q2fmjiklz0kgbwh4wpb7fawk8vv"
+ }
+ },
+ {
+ "ename": "scrollkeeper",
+ "commit": "d9ad5b16ff61c1f8ba1e030ee0988aa51a437022",
+ "sha256": "16wqlyxznall4kmd8l68q4d11qyilj8vsji36h7llprxa2m9pg12",
+ "fetcher": "github",
+ "repo": "alphapapa/scrollkeeper.el",
+ "unstable": {
+ "version": [
+ 20190109,
+ 629
+ ],
+ "commit": "3c4ac6b6b44686d31c260ee0b19daaee59bdccd6",
+ "sha256": "18pp4k12g5dyma362461gdp4ds5d3lx9gky2ishsq39949pkz7qz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "3c4ac6b6b44686d31c260ee0b19daaee59bdccd6",
+ "sha256": "18pp4k12g5dyma362461gdp4ds5d3lx9gky2ishsq39949pkz7qz"
+ }
+ },
+ {
+ "ename": "scrooge",
+ "commit": "7e3623181fa771dc94a7026eb58ac81fe9d9fc68",
+ "sha256": "1gisyfzawrgg55jbwrbnri314f6zd38di19iwy0b2dim8in4sjpg",
+ "fetcher": "github",
+ "repo": "cosmicexplorer/emacs-scrooge",
+ "unstable": {
+ "version": [
+ 20180630,
+ 1022
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "thrift"
+ ],
+ "commit": "0a8c58e9e6708abe4ef7e415bc1e0472318bb1b0",
+ "sha256": "1my5yz9ppr7d90ad94mkqzkp20c8bym6mdi7jwab2yisbzykmwzc"
+ }
+ },
+ {
+ "ename": "scss-mode",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1g27xnp6bjaicxjlb9m0njc6fg962j3hlvvzmxvmyk7gsdgcgpkv",
+ "fetcher": "github",
+ "repo": "antonj/scss-mode",
+ "unstable": {
+ "version": [
+ 20180123,
+ 1708
+ ],
+ "commit": "cf58dbec5394280503eb5502938f3b5445d1b53d",
+ "sha256": "0raja19l0igwr0pn0ghr1pj1d8i9k3m3764ma4r8nwzxcj9qw4ja"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "commit": "d663069667d9b158d56e863b80dd4cc02984e49f",
+ "sha256": "0zpjf9cp8g4rgnwgmhlpwnanf9lzqm3rm1mkihf0gk5qzxvwsdh9"
+ }
+ },
+ {
+ "ename": "sdcv",
+ "commit": "173e233b2dacaaf54d92f3bcc06e54d068520dd4",
+ "sha256": "1bj3b17sjd9fha686g6w191l4p8a1p8sb9br65xf54n6nd9bmv7a",
+ "fetcher": "github",
+ "repo": "stardiviner/sdcv.el",
+ "unstable": {
+ "version": [
+ 20190610,
+ 732
+ ],
+ "deps": [
+ "cl-lib",
+ "popup",
+ "pos-tip",
+ "showtip"
+ ],
+ "commit": "943ae3e90cc9a0a88a37cc710acd7424fd4defc4",
+ "sha256": "0i1ylvw7p46pkf3yyyzcdmdhsspzymnnnvx8s0i7vynngr5x0vzh"
+ }
+ },
+ {
+ "ename": "sdlang-mode",
+ "commit": "691af79137015f15a3d383439e534e255ba4b36d",
+ "sha256": "1z6n374z55dr2c6xdwgvmpznd5gk9y23k136zmy29b68j2kswj6l",
+ "fetcher": "github",
+ "repo": "CyberShadow/sdlang-mode",
+ "unstable": {
+ "version": [
+ 20161201,
+ 711
+ ],
+ "commit": "d42a6eedefeb44919fbacf58d302b6df18f05bbc",
+ "sha256": "0r6sm7b15scmjcpdcqvm55hdsvyw5d2g7mrfhsx2hs8sqz64gkwc"
+ }
+ },
+ {
+ "ename": "search-web",
+ "commit": "1f1a3697649ccf69c8eb177c31ec4246b98f503b",
+ "sha256": "0qqx9l8dn1as4gqpq80jfacn6lz0132m91pjzxv0fx6al2iz0m36",
+ "fetcher": "github",
+ "repo": "tomoya/search-web.el",
+ "unstable": {
+ "version": [
+ 20150312,
+ 1103
+ ],
+ "commit": "c4ae86ac1acfc572b81f3d78764bd9a54034c331",
+ "sha256": "08yc67a4ji7z8s0zh500wiscziqsxi92i1d33fjla2mcr8sxxn0i"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "c4ae86ac1acfc572b81f3d78764bd9a54034c331",
+ "sha256": "08yc67a4ji7z8s0zh500wiscziqsxi92i1d33fjla2mcr8sxxn0i"
+ }
+ },
+ {
+ "ename": "searchq",
+ "commit": "9738c1be0511540bfd8f324334518c72c9c38c94",
+ "sha256": "0flsc07v887pm62mslrv7zqnhl62l6348nkm77mizm1592q3kjgr",
+ "fetcher": "github",
+ "repo": "boyw165/searchq",
+ "unstable": {
+ "version": [
+ 20150829,
+ 1211
+ ],
+ "commit": "dd510d55ad66a82c6ef022cfe7c4a73ad5365f82",
+ "sha256": "0zs08vxmjb3y4dnfq6djnrhmkgyhhwd5zylrjisrd4y7f089fyh4"
+ }
+ },
+ {
+ "ename": "seclusion-mode",
+ "commit": "b087d151b00f5251b15ebb071896995874afb274",
+ "sha256": "0ff10x6yr37vpp6ffbk1nb027lgmrydwjrb332fskwlf3xmy6v0m",
+ "fetcher": "github",
+ "repo": "dleslie/seclusion-mode",
+ "unstable": {
+ "version": [
+ 20121118,
+ 2353
+ ],
+ "commit": "9634e76c52bfb7200ff0f9f01404f743429e9ef0",
+ "sha256": "15cjhwjiwmrfzmr74hbw5s92si2qdb8i97nmkbsgkj3444rxg239"
+ }
+ },
+ {
+ "ename": "secretaria",
+ "commit": "3eeddbcf95315da40d021a6913ccf344849c4284",
+ "sha256": "04pcibzdljcfiha4yh10van8gsjrzn6bdkvkm2ahfcwrmscfn3hf",
+ "fetcher": "gitlab",
+ "repo": "shackra/secretaria",
+ "unstable": {
+ "version": [
+ 20190116,
+ 2000
+ ],
+ "deps": [
+ "alert",
+ "f",
+ "org",
+ "s"
+ ],
+ "commit": "40f2df829c8b858922559cd1dfbf13a9f78db3e8",
+ "sha256": "1kxr9cl6zkr20llivlwyra268kj7iy4mn0505w6kdakg1v8ba22f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 9
+ ],
+ "deps": [
+ "alert",
+ "f",
+ "s"
+ ],
+ "commit": "91c56311b48a26aa6ef5a113b0a828e174059b0a",
+ "sha256": "1iyq8m75gzyx2ww919i4zl63gajsaczgwax214a1jgf8x91j590k"
+ }
+ },
+ {
+ "ename": "see-mode",
+ "commit": "6ee64e846c471926194fcecc4824a06effc0aa5b",
+ "sha256": "1124x11vxci9mvx3zn56v5h9dhmy7bzd5pilqdgzp3hzjmyydnfi",
+ "fetcher": "github",
+ "repo": "marcelino-m/see-mode",
+ "unstable": {
+ "version": [
+ 20180511,
+ 41
+ ],
+ "deps": [
+ "language-detection"
+ ],
+ "commit": "b6e72ea90105b03816c334be9e43bb41dcc79abf",
+ "sha256": "1lh8dg02h64s7b18b4yn0jwxd3cid6agqiv17252r3lbgp743n68"
+ }
+ },
+ {
+ "ename": "seeing-is-believing",
+ "commit": "14bb6de5c051a68284ee1a7e25ecb2c7c19ffd3b",
+ "sha256": "05aja5xycb3kpmxyi234l50h98f5m1fil6ll4f2xkpxwv31ba5rb",
+ "fetcher": "github",
+ "repo": "jcinnamond/seeing-is-believing",
+ "unstable": {
+ "version": [
+ 20170214,
+ 1320
+ ],
+ "commit": "fbbe246c0fda87bb26227bb826eebadb418a220f",
+ "sha256": "1h1b48s2iirswdlvfz41jbflm4x09ksc2lycrc1awzlwd6r8hdhg"
+ }
+ },
+ {
+ "ename": "seethru",
+ "commit": "7945732d9789143b386603dd7c96ef14ba68ddaf",
+ "sha256": "1lcwslkki9s15xr2dmh2iic4ax8ia0j20hjnjmkv612wv04b806v",
+ "fetcher": "github",
+ "repo": "Benaiah/seethru",
+ "unstable": {
+ "version": [
+ 20150218,
+ 1829
+ ],
+ "deps": [
+ "shadchen"
+ ],
+ "commit": "d87e231f99313bea75b1e69e48c0f32968c82060",
+ "sha256": "0qd462qbqdx53xh3ddf76chiljxf6s43r28v2ix85gsig7nm5pgr"
+ }
+ },
+ {
+ "ename": "sekka",
+ "commit": "350bbb5761b5ba69aeb4acf6d7cdf2256dba95a6",
+ "sha256": "1jj4ly9p7m3xvb31nfn171lbpm9y70y8cbf8p24w0fhv665dx0cp",
+ "fetcher": "github",
+ "repo": "kiyoka/sekka",
+ "unstable": {
+ "version": [
+ 20170803,
+ 1247
+ ],
+ "deps": [
+ "cl-lib",
+ "concurrent",
+ "popup"
+ ],
+ "commit": "61840b57d9ae32bf8e297b175942590a1319c7e7",
+ "sha256": "05vj12l88s29wnkpvgzlbypv9hkmy1hqgv9hvav6v4kmdykl5w1b"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "concurrent",
+ "popup"
+ ],
+ "commit": "d1fd5d47aacba723631d5d374169a45ff2051c41",
+ "sha256": "035rx863cj3hs1lhayff0810cpp6kv8nwc1c0y54gvdk1bb333x0"
+ }
+ },
+ {
+ "ename": "select-themes",
+ "commit": "e4e7d01da10a1a1f7fe563031af5d3f9694cea33",
+ "sha256": "18ydv7240vcqppg1i7n8sy18hy0lhpxz17947kxs7mvj4rl4wd84",
+ "fetcher": "github",
+ "repo": "jasonm23/emacs-select-themes",
+ "unstable": {
+ "version": [
+ 20160221,
+ 106
+ ],
+ "commit": "236f54287519a3ea6dd7b3992d053e4f4ff5d0fe",
+ "sha256": "1c9yv1kjcd0jrzgw99q9p4kzj980f261mjcsggbcw806wb0iw1xn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "commit": "236f54287519a3ea6dd7b3992d053e4f4ff5d0fe",
+ "sha256": "1c9yv1kjcd0jrzgw99q9p4kzj980f261mjcsggbcw806wb0iw1xn"
+ }
+ },
+ {
+ "ename": "selected",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1zk9jvsiw30zqh68xjx2zcc71php68ryiwqmws52ghqiaifj50gf",
+ "fetcher": "github",
+ "repo": "Kungsgeten/selected.el",
+ "unstable": {
+ "version": [
+ 20170222,
+ 834
+ ],
+ "commit": "03edaeac90bc6000d263f03be3d889b4685e1bf7",
+ "sha256": "1d72vw1dcxnyir7vymr3cfxal5dndm1pmm192aa9bcyrcg7aq39g"
+ }
+ },
+ {
+ "ename": "selectric-mode",
+ "commit": "08922071b9854142eab726302e75f1db2d326ec5",
+ "sha256": "1k4l0lr68rqyi37wvqp1cnfci6jfkz0gvrd1hwbgx04cjgmz56n4",
+ "fetcher": "github",
+ "repo": "rbanffy/selectric-mode",
+ "unstable": {
+ "version": [
+ 20170216,
+ 1111
+ ],
+ "commit": "aed70015b29074b52a5d0c49b88b7a501d276dda",
+ "sha256": "0v2wfmi5y7jkg8wpc5fmhy1zpdckzlkvnwlz14ymylwpq62nl216"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4,
+ 1
+ ],
+ "commit": "a35cb3815caceaf273ad7d16ac3b2dd3c7a3003e",
+ "sha256": "04bj71080wqybznyx63dawhppq6x3p88x1j56gvl8kvxv2hwzgzf"
+ }
+ },
+ {
+ "ename": "semaphore",
+ "commit": "1cffd8c7720e5a262b8635a5fd1ca36766f4c824",
+ "sha256": "0g49ld0j962k66a96z6r6hw1p13r5bxs0wddpr9iciqgjra1jcl7",
+ "fetcher": "github",
+ "repo": "webnf/semaphore.el",
+ "unstable": {
+ "version": [
+ 20190607,
+ 1949
+ ],
+ "commit": "a069b69018b96d284ce7553cd63350a88ea3679c",
+ "sha256": "0dkqj2xcpqdwi4j99pbif8dypk0mlaxgn7aaw51kw98b52ng93gv"
+ }
+ },
+ {
+ "ename": "semaphore-promise",
+ "commit": "1cffd8c7720e5a262b8635a5fd1ca36766f4c824",
+ "sha256": "0dfwjl6z6k2qrflm19k2y4i69zps3h83an9r8l3lync2kjmgxfrs",
+ "fetcher": "github",
+ "repo": "webnf/semaphore.el",
+ "unstable": {
+ "version": [
+ 20190607,
+ 2115
+ ],
+ "deps": [
+ "promise",
+ "semaphore"
+ ],
+ "commit": "a069b69018b96d284ce7553cd63350a88ea3679c",
+ "sha256": "0dkqj2xcpqdwi4j99pbif8dypk0mlaxgn7aaw51kw98b52ng93gv"
+ }
+ },
+ {
+ "ename": "semi",
+ "commit": "e78849c2d1df187b7f0ef4c34985a341e640ad3e",
+ "sha256": "01wk3lgln5lac65hp6v83d292bdk7544z23xa1v6a756nhybwv25",
+ "fetcher": "github",
+ "repo": "wanderlust/semi",
+ "unstable": {
+ "version": [
+ 20190708,
+ 1302
+ ],
+ "deps": [
+ "flim"
+ ],
+ "commit": "16228dc2d147d6ba8762c10fb25c54a3757ee9b0",
+ "sha256": "1hccmz9g1rl3qz77214ybnai143zay48kai214gk43dw05bcfavc"
+ }
+ },
+ {
+ "ename": "seml-mode",
+ "commit": "01f8b8d877ba3164bf20f7f0e56ea564b88f493e",
+ "sha256": "0fmfnglxm57mhynzdsgs14qaxsw3nf83qbz3adknv63qymbfhgbw",
+ "fetcher": "github",
+ "repo": "conao3/seml-mode.el",
+ "unstable": {
+ "version": [
+ 20190623,
+ 1537
+ ],
+ "deps": [
+ "htmlize",
+ "simple-httpd",
+ "web-mode"
+ ],
+ "commit": "b9044a416694eb40550a17af678c0ac52b3e9f28",
+ "sha256": "0gsq0yvjp56y8h0hj3mpchf128b30azx2835phxiqkfkbwkpa9rd"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 0
+ ],
+ "deps": [
+ "htmlize",
+ "simple-httpd"
+ ],
+ "commit": "f62f7a9f5e18ef8f370444a1fce710770227b0f5",
+ "sha256": "037p2kiwkkbk921ik15jalcci0p87q3my9mxzyh6i0mnc6qsh4zf"
+ }
+ },
+ {
+ "ename": "sendto",
+ "commit": "31f7c2f97dd186cb77dc8a106baf5e087792c6ab",
+ "sha256": "00ifasqpmggr4bhdyymzr215840y0ayfnfp0mh7wj99mr6f3zfq0",
+ "fetcher": "github",
+ "repo": "lujun9972/sendto.el",
+ "unstable": {
+ "version": [
+ 20160425,
+ 1250
+ ],
+ "commit": "076b81d7a53f75b0a59b0ef3448f35570567054c",
+ "sha256": "13qqprxz87cv3sjlq5hj0jp0qcfm3djfgasga8cc84ykrcc47p9f"
+ }
+ },
+ {
+ "ename": "sensitive",
+ "commit": "5e5468ce136fabe59e1434f8a7f265f41c5e64c1",
+ "sha256": "0v988k0x3mdp7ank2ihghphh8sanvv96s4sg6pnszg5hczak1vr3",
+ "fetcher": "github",
+ "repo": "timvisher/sensitive.el",
+ "unstable": {
+ "version": [
+ 20170818,
+ 1251
+ ],
+ "deps": [
+ "sequences"
+ ],
+ "commit": "69dd6125a41d8b55f4b6ba61daa4d1aa1f716fa8",
+ "sha256": "0nj71ds4frfi16hsfswmp89rfxkvvdvhdlsqizzi9cbvr49s0l1f"
+ }
+ },
+ {
+ "ename": "sentence-navigation",
+ "commit": "3d097cf9b6c9c1606505d3988a2afdd7b066abc8",
+ "sha256": "1p3ch1ab06v038h130fsxpbq45d1yadl67i2ih4l4fh3xah5997m",
+ "fetcher": "github",
+ "repo": "noctuid/emacs-sentence-navigation",
+ "unstable": {
+ "version": [
+ 20180408,
+ 1619
+ ],
+ "deps": [
+ "ample-regexps",
+ "cl-lib"
+ ],
+ "commit": "7c5d2edeaed01196aec25031782e89adeaa089f0",
+ "sha256": "15za4fg7c8fsih86wz1npyx6gdmw0xhizklfsyfh84416dsmgswp"
+ }
+ },
+ {
+ "ename": "seoul256-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1nvhnyfvmpqg0a54nq73lhz3h9g94zkbix13bbzv9bp1lg8v6w1x",
+ "fetcher": "github",
+ "repo": "anandpiyer/seoul256-emacs",
+ "unstable": {
+ "version": [
+ 20180505,
+ 757
+ ],
+ "commit": "d28a9de73a5ffb1a1c9492db75a5c1efe5e9815f",
+ "sha256": "0jn3a7m8ld07280mc7nkyahagwhvhrcshrpsb8k1ycdwd1r3zqw5"
+ }
+ },
+ {
+ "ename": "sequences",
+ "commit": "4cf716df68fb2d6a41fe75fac0b41e356bddcf30",
+ "sha256": "12wnkywkmxfk2sx40h90k53d5qmc8hiky5vhlyf0ws3n39zvhplh",
+ "fetcher": "github",
+ "repo": "timvisher/sequences.el",
+ "unstable": {
+ "version": [
+ 20170818,
+ 1252
+ ],
+ "commit": "564ebbd93b0beea4e75acfbf824350e90b5d5738",
+ "sha256": "0ym2bl9dpsglz35is0iwxfw5w7zs9398bkln8lgv28nr6kw0ym4s"
+ }
+ },
+ {
+ "ename": "sequential-command",
+ "commit": "ad10a684b4b2f01bc65883374f36fef156ff55d2",
+ "sha256": "0qhrpwcgn89sqdj8yhgax0qk81ycdanlgwx25cxy8wnxkqqcvh9m",
+ "fetcher": "github",
+ "repo": "rubikitch/sequential-command",
+ "unstable": {
+ "version": [
+ 20170926,
+ 40
+ ],
+ "commit": "a48cbcbe273b33edd3ae56e68f44b4100fa3a48a",
+ "sha256": "1f05amz22klvs2yqyw7n5bmivgdn5zc7vkv5x6bgc9b5k977lggj"
+ }
+ },
+ {
+ "ename": "servant",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0h8xsg37cvc5r8vkclf7d3gbf6gh4k5pmbiyhwpkbrxwjyl1sl21",
+ "fetcher": "github",
+ "repo": "cask/servant",
+ "unstable": {
+ "version": [
+ 20140216,
+ 1219
+ ],
+ "deps": [
+ "ansi",
+ "commander",
+ "dash",
+ "epl",
+ "f",
+ "s",
+ "shut-up",
+ "web-server"
+ ],
+ "commit": "4d2aa8250b54b28e6e7ee4cd5ebd98a33db2c134",
+ "sha256": "15lx6qvmq3vp84ys8dzbx1nzxcnzlq41whawc2yhrnd1dbq4mv2d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "ansi",
+ "commander",
+ "dash",
+ "epl",
+ "f",
+ "s",
+ "shut-up",
+ "web-server"
+ ],
+ "commit": "4d2aa8250b54b28e6e7ee4cd5ebd98a33db2c134",
+ "sha256": "15lx6qvmq3vp84ys8dzbx1nzxcnzlq41whawc2yhrnd1dbq4mv2d"
+ }
+ },
+ {
+ "ename": "serverspec",
+ "commit": "5a4f4757d8886d178a85d4bc8ac9399a99d8c4d4",
+ "sha256": "001d57yd0wmz4d7qmhnanac8g29wls0sqw194003hrgirakg82id",
+ "fetcher": "github",
+ "repo": "k1LoW/emacs-serverspec",
+ "unstable": {
+ "version": [
+ 20150623,
+ 1155
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "helm",
+ "s"
+ ],
+ "commit": "b6dfe82af9869438de5e5d860ced196641f372c0",
+ "sha256": "1h58q41wixjlapia1ggf83jxcllq7492k55mc0fq7hbx3hw1q1y2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 7
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "helm",
+ "s"
+ ],
+ "commit": "b6dfe82af9869438de5e5d860ced196641f372c0",
+ "sha256": "1h58q41wixjlapia1ggf83jxcllq7492k55mc0fq7hbx3hw1q1y2"
+ }
+ },
+ {
+ "ename": "services",
+ "commit": "beb91b4397f6e35a1d5c73a127d8cd7fc9201935",
+ "sha256": "02lgmpbw52ps6z4p9gwzvh9iaxisq5mb0n9aml9ajxac1473vpcd",
+ "fetcher": "github",
+ "repo": "davep/services.el",
+ "unstable": {
+ "version": [
+ 20170802,
+ 1130
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "04c7986041a33dfa0b0ae57c7d6fbd600548c596",
+ "sha256": "0ycfkskkdlmc0l75z5a8f66wq5mvb24c4kz19a6kqs8rwm2ygz35"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "514e4095e8964c4d0f38c4f3ad6c692e86d12faa",
+ "sha256": "1k6w2ghi1iczh65bbln5ryxwnxmkkjm3p0p54s155q9sjidiqlwb"
+ }
+ },
+ {
+ "ename": "sesman",
+ "commit": "31110e9bd82ad9c817e6cb597fa9c26c4cdc93ed",
+ "sha256": "106jcdsp7rhkr4bbyprcld5fxcnimfcyx0cwcpzhd0b4vh3v3qvg",
+ "fetcher": "github",
+ "repo": "vspinu/sesman",
+ "unstable": {
+ "version": [
+ 20190623,
+ 1123
+ ],
+ "commit": "e8bfb0e37940bf5f370ae300b896dd04afbc63c8",
+ "sha256": "0p2hlrsy2s7pkqlsdicbv3jm2bg16nlrwpllqgnvbqss6jrasx17"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 4
+ ],
+ "commit": "3df33018f1c42f09db21cebe39a25b389fe35f02",
+ "sha256": "0z5jb4vpbjsi63w3wjy6d2lgz33qdfvrgfb3bszv4hcf6a96y7fc"
+ }
+ },
+ {
+ "ename": "session",
+ "commit": "5f2a50f62475639af011c99c6cc38928b74b3b0a",
+ "sha256": "0fghxbnf1d5iyrx1q8xd0lbw9nvkdgg2v2f89j6apnawisrsbhwx",
+ "fetcher": "github",
+ "repo": "emacsorphanage/session",
+ "unstable": {
+ "version": [
+ 20120511,
+ 0
+ ],
+ "commit": "19ea0806873daac3539a4b956e15655e99e3dd6c",
+ "sha256": "0sp952abz7dkq8b8kkzzmnwnkq5w15zsx5dr3h8lzxb92lnank9v"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 1
+ ],
+ "commit": "19ea0806873daac3539a4b956e15655e99e3dd6c",
+ "sha256": "0sp952abz7dkq8b8kkzzmnwnkq5w15zsx5dr3h8lzxb92lnank9v"
+ }
+ },
+ {
+ "ename": "seti-theme",
+ "commit": "088924b78575359996cf30745497b287cfb11f37",
+ "sha256": "1mwkx3hynabwr0a2rm1bh91h7xf38a11h1fb6ys8s3mnr68csd9z",
+ "fetcher": "github",
+ "repo": "caisah/seti-theme",
+ "unstable": {
+ "version": [
+ 20190201,
+ 1848
+ ],
+ "commit": "9d76db0b91d4f574dd96ac80fad41da35bffa109",
+ "sha256": "14fqkkvjbq2gj737k3yz3s0dkya33fi0dj4wds99zyzss2xp37f8"
+ }
+ },
+ {
+ "ename": "sexp-move",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0sdm3kr4594fy9hk8yljj2iwa40bgs8nqpwwl2a60r060spz54z9",
+ "fetcher": "gitlab",
+ "repo": "elzair/sexp-move",
+ "unstable": {
+ "version": [
+ 20150915,
+ 1730
+ ],
+ "commit": "117f7a91ab7c25e438413753e916570122011ce7",
+ "sha256": "11h5z2gmwq07c4gqzj2c9apksvqk3k8kpbb9kg78bbif2xfajr3m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 6
+ ],
+ "commit": "117f7a91ab7c25e438413753e916570122011ce7",
+ "sha256": "11h5z2gmwq07c4gqzj2c9apksvqk3k8kpbb9kg78bbif2xfajr3m"
+ }
+ },
+ {
+ "ename": "sexy-monochrome-theme",
+ "commit": "dfd5ae9a93e036d11899c7adffdf6b63c2b21381",
+ "sha256": "0rlx4029zxrnzzqspn8zrp3q6w0n46q24qk7za46hvxdsmgdpxbq",
+ "fetcher": "github",
+ "repo": "voloyev/sexy-monochrome-theme",
+ "unstable": {
+ "version": [
+ 20180526,
+ 808
+ ],
+ "commit": "036bc238e48dd21aae1c34e6971d376582d8281b",
+ "sha256": "1nfij1wzzs23aqbc7k6cc5a714bkywmmid95c8cj4wh3lwz2bpnh"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 1
+ ],
+ "commit": "f64714a176d9212c9fa82355dd8ec89587ce13f0",
+ "sha256": "17ahrdyk2v7vz13b4934xn8xjza4b7bfrkq8n42frq3pc8mgwqfd"
+ }
+ },
+ {
+ "ename": "shackle",
+ "commit": "806e7d00f763f3fc4e3b8ebd483070ac6c5d0f21",
+ "sha256": "159z0cwg7afrmym0xk902d8z093sqv39jig25ds7z4a224yrv5w6",
+ "fetcher": "github",
+ "repo": "wasamasa/shackle",
+ "unstable": {
+ "version": [
+ 20190201,
+ 1846
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "842a90b3ca04d9d886543f14ca5f04e8bd2a3d06",
+ "sha256": "08g72adgbhb1cj6897xrjmpbxcxs6pr8xha4868s293kn6dkh4ys"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "242bacc940c18b6f9c156e1912155d45537fd827",
+ "sha256": "0qqx8py21jaq1bdafkfqx18ns4zn305qg84zbmy65spiqnfq8hwk"
+ }
+ },
+ {
+ "ename": "shadchen",
+ "commit": "8a2a36fbfcf457eab05c1ff31cb9c2f68686094e",
+ "sha256": "1r1mfmv4cdlc8kzjiqz81kpqdrwbnyciwdgg6n5x0yi4apwpvnl4",
+ "fetcher": "github",
+ "repo": "VincentToups/shadchen-el",
+ "unstable": {
+ "version": [
+ 20141102,
+ 1839
+ ],
+ "commit": "35f2b9c304eec990c16efbd557198289dc7cbb1f",
+ "sha256": "0phivbhjdw76gzrx35rp0zybqfb0fdy2hjllf72qf1r0r5gxahl8"
+ }
+ },
+ {
+ "ename": "shader-mode",
+ "commit": "4396f3c10a38f91d5f98684efbeb02812e479209",
+ "sha256": "12y84fa1wc82js53rpadaysmbshhqf6wb97889qkksx19n3xmb9g",
+ "fetcher": "github",
+ "repo": "midnightSuyama/shader-mode",
+ "unstable": {
+ "version": [
+ 20180518,
+ 1157
+ ],
+ "commit": "d7dc8d0d6fe8914e8b6d5cf2081ad61e6952359c",
+ "sha256": "13scj6w3vsdcgmq7zak3pflqpq295wgzsng72rcafgkkr7r12rar"
+ }
+ },
+ {
+ "ename": "shadowenv",
+ "commit": "b2651055ab67448f90a93cf594342b8212202b82",
+ "sha256": "1qxnbvpnvk3666hwfrh4pnfgb2mrfha6hiri8zfdspdh8g535ygq",
+ "fetcher": "github",
+ "repo": "Shopify/shadowenv.el",
+ "unstable": {
+ "version": [
+ 20190731,
+ 1807
+ ],
+ "commit": "0e7c98455ef71be929005d1d6e2372712081de69",
+ "sha256": "025kyyyr4pd58lzm917dzlfk3l5z877rc97jp4mjknlf89idi7lk"
+ }
+ },
+ {
+ "ename": "shakespeare-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1sg8n4ifpi36zmf6b6s0swq7k3r038cmj8kxjm7hpgxq6f9qnk9x",
+ "fetcher": "github",
+ "repo": "CodyReichert/shakespeare-mode",
+ "unstable": {
+ "version": [
+ 20180704,
+ 2138
+ ],
+ "commit": "c442eeea9d585e1b1fbb8813e33d47feec348a57",
+ "sha256": "1ba9xy5jwn8ni8fi2k144j669jp95k2qf9ip77r16rsiy7divl0y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "commit": "c442eeea9d585e1b1fbb8813e33d47feec348a57",
+ "sha256": "1ba9xy5jwn8ni8fi2k144j669jp95k2qf9ip77r16rsiy7divl0y"
+ }
+ },
+ {
+ "ename": "shampoo",
+ "commit": "19f145113a0698466e706a6a4c55d63cec512706",
+ "sha256": "01ssgw4cnnx8d86g3r1d5hqcib4qyhmpqvcvx47xs7zh0jscps61",
+ "fetcher": "github",
+ "repo": "dmatveev/shampoo-emacs",
+ "unstable": {
+ "version": [
+ 20131230,
+ 1019
+ ],
+ "commit": "bc193c39636c30182159c5c91c37a9a4cb50fedf",
+ "sha256": "15a8gs4lrqxn0jyfw16rc6vm7z1i10pzzlnp30x6nly9a7xra47x"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "commit": "9bf488ad4025beef6eef63d2d5b72bc1c9b9e142",
+ "sha256": "11g9lsgakq8nf689k49p9l536ffi62g3bh11mh9ix1l058xamqw2"
+ }
+ },
+ {
+ "ename": "shell-command",
+ "commit": "ae489be43b1aee93614e40f492ebdf0b98a3fbc1",
+ "sha256": "01nviashfr64wm78zi3vrqrqdqgsamp76d9kasxv0b7fqmfx7yjk",
+ "fetcher": "github",
+ "repo": "emacsorphanage/shell-command",
+ "unstable": {
+ "version": [
+ 20090830,
+ 1040
+ ],
+ "commit": "7e22125f746ce9ffbe9b0282d62f4b4bbbe672bd",
+ "sha256": "1my2i26a03z8xyyacsnl5wdylnbhhvazn23bpy639d3l4x4l7jzw"
+ }
+ },
+ {
+ "ename": "shell-current-directory",
+ "commit": "edcb78c3491a5999b39a40087b7f991c2b737e30",
+ "sha256": "0bj2gs96ivm5x8l7gwvfckyalr1amh4cb1v2dbl323zmrqddhgkd",
+ "fetcher": "github",
+ "repo": "metaperl/shell-current-directory",
+ "unstable": {
+ "version": [
+ 20140101,
+ 2354
+ ],
+ "commit": "bf843771bf9a4aa05e054ade799eb8862f3be89a",
+ "sha256": "1w42j5cdddr0riz1xjq3wiz5i9f71i9jdzd1l92ir0mlj05wjyic"
+ }
+ },
+ {
+ "ename": "shell-here",
+ "commit": "88df6e04614547a59aefbeae88c301f3b8394039",
+ "sha256": "0csi70v89bqdpbsizji6c5z0jmkx4x4vk1zfclkpap4dalmxxcsh",
+ "fetcher": "github",
+ "repo": "ieure/shell-here",
+ "unstable": {
+ "version": [
+ 20150728,
+ 1704
+ ],
+ "commit": "251309141e18978d2b8014345acc6f5afcd4d509",
+ "sha256": "0z04z07r7p5p05zhaka37s48y82hg2dbk0ynap4inph3frn4yyfl"
+ }
+ },
+ {
+ "ename": "shell-history",
+ "commit": "ae489be43b1aee93614e40f492ebdf0b98a3fbc1",
+ "sha256": "1cmk8rymnj7dscxjq0p23jgwc16yvzw1804ya5wsg95v239gz1hy",
+ "fetcher": "github",
+ "repo": "emacsorphanage/shell-history",
+ "unstable": {
+ "version": [
+ 20100505,
+ 839
+ ],
+ "commit": "ee371a81f2d2bf5a308344078329ca1e9b5ed38c",
+ "sha256": "0jyz31j5a07shcf2ym5gnn16xk5r3s84ls8kxk5myvxi3wkpgdd4"
+ }
+ },
+ {
+ "ename": "shell-pop",
+ "commit": "44150bddc9b276ab9fb2ab6a92a11383a3ed03b0",
+ "sha256": "02s17ln0hbi9gy3di8fksp3mqc7d8ahhf5vwyz4vrc1bg77glxw8",
+ "fetcher": "github",
+ "repo": "kyagi/shell-pop-el",
+ "unstable": {
+ "version": [
+ 20170304,
+ 1416
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "4a3a9d093ad1add792bba764c601aa28de302b34",
+ "sha256": "1ybvg048jvijcg9jjfrbllf59pswmp0fd5zwq5x6nwg5wmggplzd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 64
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "4a3a9d093ad1add792bba764c601aa28de302b34",
+ "sha256": "1ybvg048jvijcg9jjfrbllf59pswmp0fd5zwq5x6nwg5wmggplzd"
+ }
+ },
+ {
+ "ename": "shell-split-string",
+ "commit": "84e20f4d02c69f8caf39cd20a581be3b9fa79931",
+ "sha256": "1yj1h7za4ylxh2nikj7s1qqlilpsk05x9571a2fymfyznm3iq77m",
+ "fetcher": "github",
+ "repo": "10sr/shell-split-string-el",
+ "unstable": {
+ "version": [
+ 20151224,
+ 1008
+ ],
+ "commit": "19f6f999c33cc66a4c91bacdcc3697c25d97bf5a",
+ "sha256": "16srngml5xmpaxb0wzhx91jil0r0dmn673bwai3lzxrkmjnl748l"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "6d01c9249853fe1f8fd925ee80f97232d4e3e5eb",
+ "sha256": "0mcxp74sk9bn36gbhhimgns07iqa4dgbq2pvpqy41igqwb84w306"
+ }
+ },
+ {
+ "ename": "shell-switcher",
+ "commit": "a16194f6ddc05350b9875f4e0a3a0383c79e650e",
+ "sha256": "07g9naiv2jk9jxwjywrbb05dy0pbfdx6g8pkra38rn3vqrjzvhyx",
+ "fetcher": "github",
+ "repo": "DamienCassou/shell-switcher",
+ "unstable": {
+ "version": [
+ 20161029,
+ 552
+ ],
+ "commit": "28a7f753dd7addd2933510526f52620cb5a22048",
+ "sha256": "1x7rrf56hjasciim8rj29vfngwis4pr3mhclvxd4sbmhz9y66wm0"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "commit": "2c5575ae859a82041a4bacd1793b844bfc24c34f",
+ "sha256": "0ia7sdip4hl27avckv3qpqgm3k4ynvp3xxq1cy53bqfzzx0gcria"
+ }
+ },
+ {
+ "ename": "shell-toggle",
+ "commit": "95873d90886d2db5cc1d83d4bcb8dd5c2e65bc3e",
+ "sha256": "1ai0ks7smr8b221j9hmsikswpxqraa9b13fpwv4wwagavnlah446",
+ "fetcher": "github",
+ "repo": "knu/shell-toggle.el",
+ "unstable": {
+ "version": [
+ 20150226,
+ 1411
+ ],
+ "commit": "0d01bd9a780fdb7fe6609c552523f4498649a3b9",
+ "sha256": "0ssaccdacabpja9nqzhr8x8ggfwmlian7y4p0fa6gvr7qsvjpgr9"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 1
+ ],
+ "commit": "9820b0ad6f22c700759555aae8a454a7dc5a46b3",
+ "sha256": "0wvaa5nrbblayjvzjyj6cd942ywg7xz5d8fqaffxcvwlcdihvm7q"
+ }
+ },
+ {
+ "ename": "shelldoc",
+ "commit": "551623175e55629be6cfe44a595f25f09bd889e8",
+ "sha256": "1xlp03aaidp7dp8349v8drzhl4lcngvxgdrwwn9cahfqlrvvbbbx",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-shelldoc",
+ "unstable": {
+ "version": [
+ 20151115,
+ 325
+ ],
+ "deps": [
+ "cl-lib",
+ "s"
+ ],
+ "commit": "5df2264eb60e45066f3633df4f34834751667346",
+ "sha256": "1mc7y79h5p9cxqwsl40b1j5la5bm8b70n6fn4rx9wr4bi7rwph5i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 5
+ ],
+ "deps": [
+ "cl-lib",
+ "s"
+ ],
+ "commit": "1d40c73969347586906ca1dde2adb50afcd73b1b",
+ "sha256": "1nli26llyfkj1cz2dwn18c5pz1pnpz3866hapfibvdmwrg4z6cax"
+ }
+ },
+ {
+ "ename": "shelltest-mode",
+ "commit": "af6dcd4fc0663a255bd85b247bbdf57d425efdb7",
+ "sha256": "1inb0vq34fbwkr0jg4dv2lljag8djggi8kyssrzhfawri50m81nh",
+ "fetcher": "github",
+ "repo": "rtrn/shelltest-mode",
+ "unstable": {
+ "version": [
+ 20180501,
+ 141
+ ],
+ "commit": "5fea8c9394380e822971a171905b6b5ab9be812d",
+ "sha256": "1np65a92n4y9i0nr8wymzn6md9xqmi9qyggya7sz0q4nzsh45wqg"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "fead97c7ff1b39715ec033a793de41176f1788f5",
+ "sha256": "0mn7bwvj1yv75a2531jp929j6ypckdfqdg6b5ig0kkbcrrwb7kxs"
+ }
+ },
+ {
+ "ename": "shen-elisp",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "045nawzyqaxd3g5f56fxfy680pl18x67w0wi28nrq4l4681w9xyq",
+ "fetcher": "github",
+ "repo": "deech/shen-elisp",
+ "unstable": {
+ "version": [
+ 20180915,
+ 2028
+ ],
+ "commit": "73b74c8d6e3a2ea34b667d177d9f130765bfe501",
+ "sha256": "1ym048cmkghx373fb7n5m6r73q5nfa62m10mqr4nzhsizgyzdbrn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "ffe17dee05f75539cf5e4c59395e4c7400ececaa",
+ "sha256": "10dq3qj1q8i6f604zws97xrvjxwrdcjj3ygh6xpna00cvf40llc2"
+ }
+ },
+ {
+ "ename": "shift-number",
+ "commit": "b06be6b25078ddfabc1ef1145c817552f679c41c",
+ "sha256": "1sbzkmd336d0dcdpk29pzk2b5bhlahrn083x62l6m150n2xzxn4p",
+ "fetcher": "github",
+ "repo": "alezost/shift-number.el",
+ "unstable": {
+ "version": [
+ 20170301,
+ 1459
+ ],
+ "commit": "cd099a5582fc996b800ac7607f6c38a004ce9740",
+ "sha256": "131by7z6303m81kjhy8rnfvwyzfbxglc19xb90jdks4vgczqkcah"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "ba3c1f2e6b01bf14aa1433c2a49098af1c025f7c",
+ "sha256": "0zlwmzsxkv4mkggylxfx2fkrwgz7dz3zbg2gkn2rxcpy2k2gla64"
+ }
+ },
+ {
+ "ename": "shift-text",
+ "commit": "2ad2ea105b895cb958ce0ab2bf2fad2b40d41b2f",
+ "sha256": "1v9zk7ycc8k1qk1cfs2y1knygl686msmlilqy5a7mh0w0z9f3a2i",
+ "fetcher": "github",
+ "repo": "sabof/shift-text",
+ "unstable": {
+ "version": [
+ 20130831,
+ 1655
+ ],
+ "deps": [
+ "cl-lib",
+ "es-lib"
+ ],
+ "commit": "1be9cbf994000022172ceb746fe1d597f57ea8ba",
+ "sha256": "13zsws8gq9a8nfk4yzlvfsvqjh9zbnanmw68rcna93yc5nc634nr"
+ }
+ },
+ {
+ "ename": "shimbun",
+ "commit": "c5a423647410357f0e63afba5b52bbe880fce969",
+ "sha256": "04d9kkj4fididhq220c1vjmlzmaqnii95c1ca86kzjbm2bqakkcd",
+ "fetcher": "github",
+ "repo": "emacs-w3m/emacs-w3m",
+ "unstable": {
+ "version": [
+ 20190808,
+ 238
+ ],
+ "commit": "8fd65dd9c7d2393ab66c65ee1de67a84dcc779ce",
+ "sha256": "1yqbw8ikfrwya59xa0a17f2wwgswkdqcxj9y64fb00syps09fv0m"
+ }
+ },
+ {
+ "ename": "shm",
+ "commit": "68a2fddb7e000487f022b3827a7de9808ae73e2a",
+ "sha256": "1qmp8cc83dcz25xbyqd4987i0d8ywvh16wq2wfs4km3ia8a2vi3c",
+ "fetcher": "github",
+ "repo": "chrisdone/structured-haskell-mode",
+ "unstable": {
+ "version": [
+ 20180327,
+ 57
+ ],
+ "commit": "7f9df73f45d107017c18ce4835bbc190dfe6782e",
+ "sha256": "1jcc30048j369jgsbbmkb63whs4wb37bq21jrm3r6ry22izndsqa"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 20
+ ],
+ "commit": "8abc5cd73e59ea85bef906e14e87dc388c4f350f",
+ "sha256": "1vf766ja8f4xp1f5pmwgz6a85km0nxvc5dn571lwidfrrdbr9rkk"
+ }
+ },
+ {
+ "ename": "shoulda",
+ "commit": "41497a876c80d81d9562ea4b2cc2a83dba98ae8a",
+ "sha256": "0lmlhx34nwvn636y2wvw3sprhhh6q3mdg7dzgpjj7ybibvhp1lzk",
+ "fetcher": "github",
+ "repo": "marcwebbie/shoulda.el",
+ "unstable": {
+ "version": [
+ 20140616,
+ 1833
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fbe8eb8efc6cfcca1713283a290882cfcdc8725e",
+ "sha256": "19p47a4hwl6h2w5ay09hjhl4kf7cydwqp8s2iyrx2i0k58az8i8i"
+ }
+ },
+ {
+ "ename": "show-css",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0sq15l58macy2affdgbimnchn491fnrqr3bbgn30k3l3xkvkmc7k",
+ "fetcher": "github",
+ "repo": "8cylinder/showcss-mode",
+ "unstable": {
+ "version": [
+ 20160210,
+ 1408
+ ],
+ "deps": [
+ "doom",
+ "s"
+ ],
+ "commit": "771daeddd4df7a7c10f66419a837145649bab63b",
+ "sha256": "11kzjm12hbcdzrshq20r20l29k3555np1sva7afqrhgvd239fdq1"
+ }
+ },
+ {
+ "ename": "show-eol",
+ "commit": "1ae308e8c251b7a6942f7d9f739830986f7315ea",
+ "sha256": "1k0ihimb4acc30qfmjj3hfpxknif3gzj0iikz23gizrsks7n5p1g",
+ "fetcher": "github",
+ "repo": "elpa-host/show-eol",
+ "unstable": {
+ "version": [
+ 20190517,
+ 257
+ ],
+ "commit": "ea4d5253d2a9ee61f0e76898f0ab760b5574df43",
+ "sha256": "1nmx1nxwb6fqkl5h988cjs3yi5cp65wm50w2lbffjd15pswd9kyg"
+ }
+ },
+ {
+ "ename": "showtip",
+ "commit": "ae489be43b1aee93614e40f492ebdf0b98a3fbc1",
+ "sha256": "1d5ckka2z0ffwyk9g3h91n3waijj2v7n8kvdks35gcr2yl3yk780",
+ "fetcher": "github",
+ "repo": "emacsorphanage/showtip",
+ "unstable": {
+ "version": [
+ 20090830,
+ 1040
+ ],
+ "commit": "930da302809a4257e8d69425455b29e1cc91949b",
+ "sha256": "01zak0zhha6dp7a2hm28d065gjnc462iwpsfyxhbxgfzcdlicqc7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "930da302809a4257e8d69425455b29e1cc91949b",
+ "sha256": "01zak0zhha6dp7a2hm28d065gjnc462iwpsfyxhbxgfzcdlicqc7"
+ }
+ },
+ {
+ "ename": "shpec-mode",
+ "commit": "dd1bfe85b430c3bbb5a7baf11bb9699dad417f60",
+ "sha256": "155hc1nym3fsvflps8d3ixaqw1cafqp97zcaywdppp47n7vj8zjl",
+ "fetcher": "github",
+ "repo": "shpec/shpec-mode",
+ "unstable": {
+ "version": [
+ 20150530,
+ 922
+ ],
+ "commit": "146adc8281d0f115df39a3a3f982ac59ab61b754",
+ "sha256": "1mizhbwvnsxxjz6m94qziibvhghhp8v8db3wxrq3z9gsaqqkcndn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "76bccd63e3b70233a6c9ca0798dd03550952cc76",
+ "sha256": "09454mcjd8n1090pjc5mk1dc6bn3bgh60ddpnv9hkajkzpcjxx4h"
+ }
+ },
+ {
+ "ename": "shr-tag-pre-highlight",
+ "commit": "7be3c139bee02e8bd9a9830026cbfdd17629ac4d",
+ "sha256": "1v8fqx8bd5504r2mflq6x8xs3k0py3bgsnadz3bjs68yhaxacj3v",
+ "fetcher": "github",
+ "repo": "xuchunyang/shr-tag-pre-highlight.el",
+ "unstable": {
+ "version": [
+ 20171113,
+ 914
+ ],
+ "deps": [
+ "language-detection"
+ ],
+ "commit": "6182f43a36b0f82ba6edcf6e423b5f69a46a814e",
+ "sha256": "0916bpzi6sw5gyn5xgi9czf35zrvl04w10wz6fvz0lc57giihil1"
+ },
+ "stable": {
+ "version": [
+ 2
+ ],
+ "deps": [
+ "language-detection"
+ ],
+ "commit": "63eb0b2a4c1caf1004bac8e002ff8b7477871e36",
+ "sha256": "14b398k7rd0c2ymvg8wyq65fhggkm0camgvqr7j6ia2y0kairxba"
+ }
+ },
+ {
+ "ename": "shrink-path",
+ "commit": "86b0d105e8a57d5f0bcde779441dc80b85e170ea",
+ "sha256": "0fq13c6g7qbq6f2ry9dzdyg1f6p41wimkjcdaj177rnilz77alzb",
+ "fetcher": "gitlab",
+ "repo": "bennya/shrink-path.el",
+ "unstable": {
+ "version": [
+ 20190208,
+ 1335
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "c14882c8599aec79a6e8ef2d06454254bb3e1e41",
+ "sha256": "1xnby24gpxij1z03wvx89s459jw0f8bwhgi80xvdq8gxhbbz2w7a"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "s"
+ ],
+ "commit": "9b8cfb59a2dcee8b39b680ab9adad5ecb1f53c0b",
+ "sha256": "0kx0c4syd7k6ff9j463bib32pz4wq0rzjlg6b0yqnymlzfr1mbki"
+ }
+ },
+ {
+ "ename": "shrink-whitespace",
+ "commit": "a403093706d57887111e0d012e85273addaf0d35",
+ "sha256": "12i6xlcgk27bsdfnlcdjww8vxbx1yilaqa0pkh5n0hxb66zi6x15",
+ "fetcher": "gitlab",
+ "repo": "jcpetkovich/shrink-whitespace.el",
+ "unstable": {
+ "version": [
+ 20181003,
+ 321
+ ],
+ "commit": "0407b89c142bd17e65edb666f35e2c6755bd0867",
+ "sha256": "1qxdi2jm3zl5f55c6irsbnxrmqw039pcm99jafn7hg5z5zc3xhbx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "commit": "0407b89c142bd17e65edb666f35e2c6755bd0867",
+ "sha256": "1qxdi2jm3zl5f55c6irsbnxrmqw039pcm99jafn7hg5z5zc3xhbx"
+ }
+ },
+ {
+ "ename": "shroud",
+ "commit": "2e4334a47a173e9cfb1e803d5781317da27702d7",
+ "sha256": "0s7gap41y2ncnlbj2cc6b2l7q7qc8psxpbznkc71y53ch1mc9isg",
+ "fetcher": "github",
+ "repo": "o-nly/emacs-shroud",
+ "unstable": {
+ "version": [
+ 20190623,
+ 126
+ ],
+ "deps": [
+ "bui",
+ "dash",
+ "dash-functional",
+ "epg",
+ "s"
+ ],
+ "commit": "1d5e83cfcd549a5f553fb123d3d783ae418f72c7",
+ "sha256": "1r0dyqmrg0skkmm0h7s0pw8sqblkrarimlgn45flyjcv5kmcfgmm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 83,
+ 4
+ ],
+ "deps": [
+ "bui",
+ "dash",
+ "dash-functional",
+ "epg",
+ "s"
+ ],
+ "commit": "c7ea92e8694060fa6236074cde79e1021f23edc1",
+ "sha256": "1yvdjx0kp4y8w5yz2cbqq9n6xl5splvmsyyx8ld1xv0q1c9872nf"
+ }
+ },
+ {
+ "ename": "shut-up",
+ "commit": "297d3d88a1dad694d5903072adb679f2194ce444",
+ "sha256": "1bcqrnnafnimfcg1s7vrgq4cb4rxi5sgpd92jj7xywvkalr3kh26",
+ "fetcher": "github",
+ "repo": "cask/shut-up",
+ "unstable": {
+ "version": [
+ 20180628,
+ 1830
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "081d6b01e3ba0e60326558e545c4019219e046ce",
+ "sha256": "1bnmrwrhra6cpc3jjgwwzrydj5ps7q2dlkh2ag4j7rkyv4dlk351"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "dccd8f7d6af2dde96718f557b37bc25adc61dd12",
+ "sha256": "103yvfgkj78i4bnv1fwk76izsa8h4wyj3vwj1vq7xggj607hkxzq"
+ }
+ },
+ {
+ "ename": "shx",
+ "commit": "7a2ff78ae3c4289ebf9e06cdfd8f8082c395a16f",
+ "sha256": "0h5ldglx4y85lm0pfilasnch2k82mlr7rb20qvarzwd41hb1az1k",
+ "fetcher": "github",
+ "repo": "riscy/shx-for-emacs",
+ "unstable": {
+ "version": [
+ 20190623,
+ 2154
+ ],
+ "commit": "ef084c66e66651bf93cd0065469e862b627c044b",
+ "sha256": "1alpp27b3mxw9ansfixdcp4kpj1mak1k1gm370b8fv2s45b3sacb"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "commit": "ef084c66e66651bf93cd0065469e862b627c044b",
+ "sha256": "1alpp27b3mxw9ansfixdcp4kpj1mak1k1gm370b8fv2s45b3sacb"
+ }
+ },
+ {
+ "ename": "sibilant-mode",
+ "commit": "de12c8a37d6d42103f437e6bd974a94924242e8f",
+ "sha256": "0jd6dsk93nvwi5yia3623hfc4v6zz4s2n8m1wx9bw8x6kv3h3qbq",
+ "fetcher": "github",
+ "repo": "jbr/sibilant-mode",
+ "unstable": {
+ "version": [
+ 20151119,
+ 2145
+ ],
+ "commit": "bc1b5d8cd597918bafc9b2880ee49024740e54ab",
+ "sha256": "0cjqh6qbbmgxd6zgqnikw6bh8wpjydydkkqs5wcmblpi5awqmnb6"
+ }
+ },
+ {
+ "ename": "sicp",
+ "commit": "1363d7b6e95375ac63f07eed2b3947f4f81bc9ba",
+ "sha256": "1q7pbhjk8qgwvj27ianrdbmj98pwf3xv10gmpchh7bypmbyir4wz",
+ "fetcher": "github",
+ "repo": "webframp/sicp-info",
+ "unstable": {
+ "version": [
+ 20180823,
+ 1222
+ ],
+ "commit": "33acfa10a058aa65b6b22084a5b86a82410d794e",
+ "sha256": "1l8isy8kicr4xa6iilxj0cf0f5rqmkidzr6pigql74204db56jhd"
+ }
+ },
+ {
+ "ename": "side-notes",
+ "commit": "67d23bdaefb563d88b206a9ed822316f3d5be9a2",
+ "sha256": "07hrrplgvp3fvl10fsmxifnim8wz34w7fhzzzkxpdj1zlwls6h83",
+ "fetcher": "github",
+ "repo": "rnkn/side-notes",
+ "unstable": {
+ "version": [
+ 20190715,
+ 504
+ ],
+ "commit": "aeaaeaffb9a6d6205f2230fdbc9a4afbc0088323",
+ "sha256": "00jkqzh2rnj4jb93lzfmasr75lxb25j3sfj4cgppdz24hzd2yznf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "2319ee180a4a67175b9e95322cd30b3ac70a9bdf",
+ "sha256": "05xaj5lhxaf07frzcayx5ybz778sgx8bplg5i75x24b7miqdcjl2"
+ }
+ },
+ {
+ "ename": "sift",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1kr5rxza5li3zrkfvs91y7dxmn213z0zf836rkwkmwg2b9rmqxvj",
+ "fetcher": "github",
+ "repo": "nlamirault/sift.el",
+ "unstable": {
+ "version": [
+ 20190521,
+ 823
+ ],
+ "commit": "33b2c9ff964fe53bb55b37429faaa4e903bead7a",
+ "sha256": "0cb8rcxl0jwpbgz9kk136l2ranficv8lk85fhvly1lpslbjljds9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "8c3f3d14a351a2394027d72ee0599aa73b9f0d13",
+ "sha256": "1ma6djvhvjai07v1g9a36lfa3nw8zsy6x5vliwcdnkf44gs287ra"
+ }
+ },
+ {
+ "ename": "signal",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1g8sbszh7cnhpfaql8jn22bsdjdyjdnjb00xr43krr6smc1dr2xq",
+ "fetcher": "github",
+ "repo": "mola-T/signal",
+ "unstable": {
+ "version": [
+ 20160816,
+ 1438
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "aa58327e2297df921d72a0370468b48663efd438",
+ "sha256": "1gzfdk3ks56h8q4xk69aaxkhkg9jhs55iqdicyvq7x9wmjn6b7xw"
+ }
+ },
+ {
+ "ename": "signature",
+ "commit": "a52b516b7b10bdada2f64499c8f43f85a236f254",
+ "sha256": "0y5xspcsjap662n1gp882kjripiz90wwbhsq27c0qwl1zcx5rrkj",
+ "fetcher": "gitlab",
+ "repo": "pidu/signature",
+ "unstable": {
+ "version": [
+ 20140730,
+ 1949
+ ],
+ "commit": "c47df2e1189a84505f9224aa78e87b6c65d13d37",
+ "sha256": "1g4rr7hpy9r3y4vdpv48xpmy8kqvs4j64kvnhnj2rw2wv1grw78j"
+ }
+ },
+ {
+ "ename": "silkworm-theme",
+ "commit": "9451d247693c3e991f79315868c73808c0a664d4",
+ "sha256": "1zbrjqmhf80qs3i910sixirrv42rxkqdrg2z03gnz1g885gpcn13",
+ "fetcher": "github",
+ "repo": "mswift42/silkworm-theme",
+ "unstable": {
+ "version": [
+ 20180301,
+ 1437
+ ],
+ "commit": "4a297f952401cfe894dcb24174f6eda05e00fada",
+ "sha256": "00kjibpn3ry7j1s6kqmakybialpcx4919344lxks7wij5l6qqxx0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "7951b53e5caf9daf6a5a15a57ae3a668cb78bd7b",
+ "sha256": "1q21886qsam8y3s60zlfh48w0jl67q14qg9pzda7j2jcbj1q6r91"
+ }
+ },
+ {
+ "ename": "simp",
+ "commit": "45ff5b788e12218f8e2df7e53444796ca4b929fc",
+ "sha256": "0x4lssjkj3fk9fw603f0sggvcj25iw0zbzsm5c949lhl4a3wvc9c",
+ "fetcher": "github",
+ "repo": "re5et/simp",
+ "unstable": {
+ "version": [
+ 20180607,
+ 254
+ ],
+ "commit": "d4d4b8547055347828bedccbeffdb4fd2d5a5d34",
+ "sha256": "1a60vk46haibzrm6zgssdw085wpssmmqc66bipvkq6xnp2cvchkc"
+ }
+ },
+ {
+ "ename": "simple-bookmarks",
+ "commit": "a60dd50c388a75ce21a5aec9acf938835d7afdbc",
+ "sha256": "0jn5wzm9y4054mr9czd3224s5kbrqpcpcfmj6fi62yhy3p1ys9rb",
+ "fetcher": "github",
+ "repo": "jtkDvlp/simple-bookmarks",
+ "unstable": {
+ "version": [
+ 20190204,
+ 1426
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "54e8d771bcdb0eb235b31c0aa9642171369500e5",
+ "sha256": "0i4yw341b7iml2j8mxclixsrdqlvixfxpabaxp4jh70aq2zfw1cf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 9
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "54e8d771bcdb0eb235b31c0aa9642171369500e5",
+ "sha256": "0i4yw341b7iml2j8mxclixsrdqlvixfxpabaxp4jh70aq2zfw1cf"
+ }
+ },
+ {
+ "ename": "simple-call-tree",
+ "commit": "316a5ffcb3080abd623bbe3065077809e6cbfb74",
+ "sha256": "1cbv4frsrwd8d3rg8r4sylwnc1hl3hgh595qwbpx0zd3dp5na2yl",
+ "fetcher": "github",
+ "repo": "vapniks/simple-call-tree",
+ "unstable": {
+ "version": [
+ 20180224,
+ 2056
+ ],
+ "deps": [
+ "anaphora"
+ ],
+ "commit": "20059eb5549408def76aeb03d0d20839903dedef",
+ "sha256": "0gvhn2r7h6jz7a3i3a8gwlmghv1xfzj0sdib25kz645iylazji4h"
+ }
+ },
+ {
+ "ename": "simple-httpd",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1g9m8dx62pql6dqz490pifcli96i5pv6sar18w4lwrfgpfisfz8c",
+ "fetcher": "github",
+ "repo": "skeeto/emacs-web-server",
+ "unstable": {
+ "version": [
+ 20190110,
+ 1505
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "08535d0fad6a32fdc03d725ec74e10a754bb9c7a",
+ "sha256": "14cajlr1a2dx8x511zb20l633xqa0kqx3nn73x4ph2wwb35njk76"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a5eb49a6567e33586fba15dd649d63ca6e964314",
+ "sha256": "0dpn92rg813c4pq7a1vzj3znyxzp2lmvxqz6pzcqi0l2xn5r3wvb"
+ }
+ },
+ {
+ "ename": "simple-mpc",
+ "commit": "62d762308c1ec0c1d8f7b4755b7deb285cbac018",
+ "sha256": "05x2xyys5mf6k7ndh0l6ykyiygaznb4f8bx3npbhvihrsz9ilf8r",
+ "fetcher": "github",
+ "repo": "jorenvo/simple-mpc",
+ "unstable": {
+ "version": [
+ 20180716,
+ 129
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "bee8520e81292b4c7353e45b193f9a13b482f5b2",
+ "sha256": "1ja06pv007cmzjjgka95jlg31k7d29jrih1yxyblsxv85s9sg21q"
+ }
+ },
+ {
+ "ename": "simple-paren",
+ "commit": "5e8886feb4a034fddd40d7381508b09db79f608f",
+ "sha256": "0bmw8pkh9864gymy36r3w5yw08pq894gb1n80wfqls4a78zyvkm3",
+ "fetcher": "github",
+ "repo": "andreas-roehler/simple-paren",
+ "unstable": {
+ "version": [
+ 20190603,
+ 1836
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8b03b71303070b05d5def3c8a2564e4b5e67098a",
+ "sha256": "1g508x8hf8zlvi6kz9r8jxavl11y47y2gjldjnc6z6ijiqisy3dm"
+ }
+ },
+ {
+ "ename": "simple-rtm",
+ "commit": "a784f931849ca836557390999b179ef9f6e775f3",
+ "sha256": "0v5f0vr8sh62yvb7znx00wgybb83dfnkvgl8afyk3ry8n9xkhf5b",
+ "fetcher": "gitlab",
+ "repo": "mbunkus/simple-rtm",
+ "unstable": {
+ "version": [
+ 20160222,
+ 1534
+ ],
+ "deps": [
+ "dash",
+ "rtm"
+ ],
+ "commit": "8c7cd96cf66ef112be5c363e3378e304f8f83999",
+ "sha256": "1kkhnsxr8zrb21k4ckyg69nsndwy4zdkvfw2drk4v1vnbgx8144f"
+ }
+ },
+ {
+ "ename": "simple-screen",
+ "commit": "02db9a649002ed9dec03661a518f74f3c7a176d9",
+ "sha256": "16zvsmqn882w320h26hjjz5lcyl9y0x4amkf2zfps77xxmkmi5n0",
+ "fetcher": "github",
+ "repo": "wachikun/simple-screen",
+ "unstable": {
+ "version": [
+ 20161009,
+ 920
+ ],
+ "commit": "596e3a451d9af24730ab31a8fe15c91a4264d09d",
+ "sha256": "0mqlwrkipgf977s0gx57fv5xrqli67hixprvra6q64isapr86yh1"
+ }
+ },
+ {
+ "ename": "simpleclip",
+ "commit": "7c921e27d6aafc1b82d37f6beb8407840034377a",
+ "sha256": "07qkfwlg8vw5kb097qbsv082hxir047q2bcvc8scbak2dr6pl12s",
+ "fetcher": "github",
+ "repo": "rolandwalker/simpleclip",
+ "unstable": {
+ "version": [
+ 20181105,
+ 1636
+ ],
+ "commit": "2468b08ad829aaf4a90246541978be3974c60ab8",
+ "sha256": "1pkv4mi0pmi3hwbl3yyzahin5xv4zkd0jw8xh1cdipymndga4iwq"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 8
+ ],
+ "commit": "63b1a5356e6ff839b1dbacdf22a5c7a275ec88e6",
+ "sha256": "0iic8r0q21gjhj0d1k5nin9abx3789j0a37n96a5sx6rb4ps4f2v"
+ }
+ },
+ {
+ "ename": "simplenote",
+ "commit": "8c1c3189da03541e3bee44847ac5d02c2a56ef98",
+ "sha256": "0rnvm3q2spfj15kx2c8ic1p8hxg7rwiqgf3x2zg34j1xxayn3h2j",
+ "fetcher": "github",
+ "repo": "dotemacs/simplenote.el",
+ "unstable": {
+ "version": [
+ 20141118,
+ 1440
+ ],
+ "commit": "e836fcdb5a6497a9ffd6bceddd19b4bc52189078",
+ "sha256": "0xq4vy3ggdjiycd3aa62k94kd43zcpm8bfdgi8grwkb1lpvwq9i9"
+ }
+ },
+ {
+ "ename": "simplenote2",
+ "commit": "1ac16abd2ce075a8bed4b7b52aed71cb12b38518",
+ "sha256": "1qdzbwhzmsga65wmrd0mb3rbs71nlyqqb6f4v7kvfxzyis50cswm",
+ "fetcher": "github",
+ "repo": "alpha22jp/simplenote2.el",
+ "unstable": {
+ "version": [
+ 20190321,
+ 933
+ ],
+ "deps": [
+ "request-deferred",
+ "unicode-escape",
+ "uuidgen"
+ ],
+ "commit": "760ffecda63bd218876b623f46d332e3ef079be6",
+ "sha256": "1swb6xvdw6dql6wdj8y5kaaicwrafiz5jwnfl5h1viw08b98q8dv"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 0
+ ],
+ "deps": [
+ "request-deferred"
+ ],
+ "commit": "070aa311b0a08b530394c53d0c52c6438efbc20c",
+ "sha256": "0zx49kd3wrqx6f52nk8rzqx3ay3qbcygibcidw6w7drvxnxjgd04"
+ }
+ },
+ {
+ "ename": "simplezen",
+ "commit": "eddd3de86e14f56b59fa6f9a08fc89288e0bdbc1",
+ "sha256": "13f2anhfsxmx1vdd209gxkhpywsi3nn6pazhc6bkswmn27yiig7j",
+ "fetcher": "github",
+ "repo": "magnars/simplezen.el",
+ "unstable": {
+ "version": [
+ 20130421,
+ 1000
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "119fdf2c6890a0c56045ae72cf4fce0071a81481",
+ "sha256": "0108q2b5h73rjxg9k2kmc8z6la9kgqdnz9z1x7rn61v3vbxlzqvn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "c0ddaefbb38fcc1c9775434f734f89227d246a30",
+ "sha256": "1p1771qm3jndnf4rdhb1bri5cjiksvxizagi7vfb7mjmsmx18w61"
+ }
+ },
+ {
+ "ename": "skeletor",
+ "commit": "1e63aefc869900c2af6f958dc138f9c72c63e2b8",
+ "sha256": "1vfvg5l12dzksr24dxwc6ngawsqzpxjs97drw48qav9dy1vyl10v",
+ "fetcher": "github",
+ "repo": "chrisbarrett/skeletor.el",
+ "unstable": {
+ "version": [
+ 20190212,
+ 339
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "f",
+ "let-alist",
+ "s"
+ ],
+ "commit": "47c5b761aee8452716c97a69949ac2f675affe13",
+ "sha256": "12bdgykfh4mwsqdazxjdvha62h3q3v33159ypy91f6x59y01fi0n"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "f",
+ "let-alist",
+ "s"
+ ],
+ "commit": "d986806559628623b591542143707de8d76347d0",
+ "sha256": "101xn4glqi7b5vhdqqahj2ib4pm30pzq8sad7zagxw9csihcri3q"
+ }
+ },
+ {
+ "ename": "skewer-less",
+ "commit": "fb63f7417f39bd718972f54e57360708eb48b977",
+ "sha256": "0fhv5cnp5bgw3krfmb0jl18kw2hzx2p81falj57lg3p8rn23dryl",
+ "fetcher": "github",
+ "repo": "purcell/skewer-less",
+ "unstable": {
+ "version": [
+ 20160828,
+ 2021
+ ],
+ "deps": [
+ "skewer-mode"
+ ],
+ "commit": "927d6848a1ea9428d4cc995f76bd42f7b8da6bc8",
+ "sha256": "11zaq1p04igg0hbmazsf5c0xz7aigx120rwg5iq7niaz2277j1k1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "skewer-mode"
+ ],
+ "commit": "593001930f1d68c85233f34c5f6fb04173fc98d6",
+ "sha256": "0g5sapd76pjnfhxlw149zj0fpn6l3pz3l8qlcn2c237vm8vn6qv3"
+ }
+ },
+ {
+ "ename": "skewer-mode",
+ "commit": "10fba4f7935c78c4fc5eee7dbb161173dea884ba",
+ "sha256": "1zp4myi9f7pw6zkgc0xg12585iihn7khcsf20pvqyc0vn4ajdwqm",
+ "fetcher": "github",
+ "repo": "skeeto/skewer-mode",
+ "unstable": {
+ "version": [
+ 20180706,
+ 1807
+ ],
+ "deps": [
+ "js2-mode",
+ "simple-httpd"
+ ],
+ "commit": "a381049acc4fa2087615b4b3b26c0865841386bd",
+ "sha256": "12fsp7mwmjxh5mhshriyxw8mlghzn3gfswf6hkz1hcb0yfd56d53"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8,
+ 0
+ ],
+ "deps": [
+ "js2-mode",
+ "simple-httpd"
+ ],
+ "commit": "a10955db9ef95b0243ee31bcd30a6fb07ce5302b",
+ "sha256": "1ha7jl7776pk1bki5zj2q0jy66450mn8xr3aqjc0m9kj3gc9qxgw"
+ }
+ },
+ {
+ "ename": "skewer-reload-stylesheets",
+ "commit": "aeaa2c89b995f1ab0b0f96493db0cda44cc851ee",
+ "sha256": "1hcz8q7rs5g7gbj6w72g8prry4niqjmyxvvc0ala83qw76x4cm7k",
+ "fetcher": "github",
+ "repo": "NateEag/skewer-reload-stylesheets",
+ "unstable": {
+ "version": [
+ 20160725,
+ 1220
+ ],
+ "deps": [
+ "skewer-mode"
+ ],
+ "commit": "b9cc5635230ac3c0603a6da690c6e632d0a7490a",
+ "sha256": "0c8dpbl0z45w1brllcysibmpbnk8yqjgi3iywmqnhrycb7lrda4g"
+ }
+ },
+ {
+ "ename": "skype",
+ "commit": "d3448698a35c9d5d25639f62024f89cac03d5830",
+ "sha256": "06p5s5agajbm9vg9xxpzv817xmjw2kmcahiw4iypn5yzwhv1aykl",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-skype",
+ "unstable": {
+ "version": [
+ 20160711,
+ 824
+ ],
+ "commit": "8e3b33e620ed355522aa36434ff41e3ced080629",
+ "sha256": "078gjgknsrm1n2f0diian9l056kqh1fj2w0y6ildsvzjipygdz1y"
+ }
+ },
+ {
+ "ename": "sl",
+ "commit": "7188a93d33e38f360930b5090c6ef872116f8a7c",
+ "sha256": "0h90ajikr6kclsy73vs9f50jg8z3d6kqbpanm9ryh2pw3sd4rnii",
+ "fetcher": "github",
+ "repo": "xuchunyang/sl.el",
+ "unstable": {
+ "version": [
+ 20161217,
+ 1404
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fceb2ae12a3065b2a265b921baca0891c5ea54dc",
+ "sha256": "0cfldhhmgbr55fvhq85hrksf9n8m27rd1p28lbib0bpghgnax0v7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "51d92f820f3e93776fff6cdb9690458816888bdc",
+ "sha256": "1faklr7jz1s6hs1xrzhvddlibhbjbqwxsb8iz6i5c8dg9sj3hw45"
+ }
+ },
+ {
+ "ename": "slack",
+ "commit": "f0258cc41de809b67811a5dde3d475c429df0695",
+ "sha256": "0mybjx08yskk9vi06ayiknl5ddyd8h0mnr8c0a3zr61p1x4s6anp",
+ "fetcher": "github",
+ "repo": "yuya373/emacs-slack",
+ "unstable": {
+ "version": [
+ 20190803,
+ 1406
+ ],
+ "deps": [
+ "alert",
+ "circe",
+ "emojify",
+ "oauth2",
+ "request",
+ "websocket"
+ ],
+ "commit": "ea89ac4291532a136d02bb8852b5dc641622ab73",
+ "sha256": "0gnmhlv3gzv5n8ydbg84n9m6i9d0akcvn032ipsyss6bqw1vzl1m"
+ }
+ },
+ {
+ "ename": "slideview",
+ "commit": "b250f977f44a08346ee9715b416c9706375227a1",
+ "sha256": "0zr08yrnrz49zds1651ysmgjqgbnhfdcqbg90sbsb086iw89rxl1",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-slideview",
+ "unstable": {
+ "version": [
+ 20150324,
+ 2240
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b6d170bda139aedf81b47dc55cbd1a3af512fb4c",
+ "sha256": "11p1pghx55a4gcn45cadw7c594134b21cdim723k2h99z14f89az"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 1
+ ],
+ "commit": "ec2340e7b0e74201206d14e3eaef1e77149f122d",
+ "sha256": "0rk12am1dq52khwkwrmg70zarhni2avj4sy44jqckb4x7sv7djfk"
+ }
+ },
+ {
+ "ename": "slim-mode",
+ "commit": "6a3b59bdbc53d7c0b4c4d6434689f7aab2546678",
+ "sha256": "1hip0r22irr9sah3b65ky71ic508bhqvj9hj95a81qvy1zi9rcac",
+ "fetcher": "github",
+ "repo": "slim-template/emacs-slim",
+ "unstable": {
+ "version": [
+ 20170728,
+ 1348
+ ],
+ "commit": "3636d18ab1c8b316eea71c4732eb44743e2ded87",
+ "sha256": "1sqylm6ipmlh9249mmwfb16b4pv94cvzdwvi3zakdpz713phyjw5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "fe8abb644b7b9cc0ed1e76d9ca8d6c01edccbdb8",
+ "sha256": "1cl8amk1kc7a953l1khjms04j40mfkpnbsjz3qa123msgachrsg7"
+ }
+ },
+ {
+ "ename": "slime",
+ "commit": "47609a81b81330820f6ddf717400dc7fa06aaabf",
+ "sha256": "1ds8iprxr04wdhnnw4129v5l3w3k5rjp5ax156ppqr5i7wxx1zac",
+ "fetcher": "github",
+ "repo": "slime/slime",
+ "unstable": {
+ "version": [
+ 20190724,
+ 1352
+ ],
+ "deps": [
+ "cl-lib",
+ "macrostep"
+ ],
+ "commit": "11c0d8349347ab91449306f2448f2a558e747e90",
+ "sha256": "1yawjp5gcj3ainrbmlwjgxddzdbsfyq37kv5fjkzj8dywggdv8qy"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 24
+ ],
+ "deps": [
+ "cl-lib",
+ "macrostep"
+ ],
+ "commit": "c1f15e2bd02fabe7bb468b05fe311cd9a932f14f",
+ "sha256": "0w7j835p9riyd6n4znj3x255lwsrmy0lj51hpc7bhk0vdz2cv2qm"
+ }
+ },
+ {
+ "ename": "slime-company",
+ "commit": "abe5036c6de996a723bc800e0f031314e1188660",
+ "sha256": "195s5fi2dl3h2jyy4d45q22jac35sciz81n13b4lgw94mkxx4rq2",
+ "fetcher": "github",
+ "repo": "anwyn/slime-company",
+ "unstable": {
+ "version": [
+ 20190117,
+ 1538
+ ],
+ "deps": [
+ "company",
+ "slime"
+ ],
+ "commit": "7290cbad711a62f76c28e5638d1a4d77197a358c",
+ "sha256": "0kslq8kq8dc192bpiaalyqisv3841h3dxy1wxk8hw3nyyww08mgx"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "company",
+ "slime"
+ ],
+ "commit": "6c244690c80387a32b0cb984843e00c8b75ad6bb",
+ "sha256": "1hl1hqkc1pxga9k2k8k15d7dip7sfsmwf4wm4sh346m6nj606q8g"
+ }
+ },
+ {
+ "ename": "slime-docker",
+ "commit": "15ec3f7208287161571c8fc3b29369ceabb44e5f",
+ "sha256": "13zkkrpww51ndsblpyz2msiwrjnaz6yrk61jbzrwp0r7a2v0djsa",
+ "fetcher": "github",
+ "repo": "daewok/slime-docker",
+ "unstable": {
+ "version": [
+ 20190430,
+ 157
+ ],
+ "deps": [
+ "cl-lib",
+ "docker-tramp",
+ "slime"
+ ],
+ "commit": "151cec4a11965cdc00d231900a50f2c9f455fce2",
+ "sha256": "1sp6qi2i1cl41ga9y6fwf7q855y0b59fcbxdiggdhigwd5zslzcv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "deps": [
+ "cl-lib",
+ "docker-tramp",
+ "slime"
+ ],
+ "commit": "1ba41c2d86540a84b47466b0b6957f8063f23aa8",
+ "sha256": "168s5xsf7l6s8x5hcmzmk5j9d8a3wpr4s3dlm697dg2n1717gl2z"
+ }
+ },
+ {
+ "ename": "slime-repl-ansi-color",
+ "commit": "07fd791e2674ce3c773e2c213e045d6c7d12d848",
+ "sha256": "187xs5gfwjpkg31zhrrivjkp0j8wrr2xbjszr1hayzx5c8d7yz39",
+ "fetcher": "gitlab",
+ "repo": "augfab/slime-repl-ansi-color",
+ "unstable": {
+ "version": [
+ 20190426,
+ 1414
+ ],
+ "deps": [
+ "slime"
+ ],
+ "commit": "fdd0c7a75a217abca2ff16ab9281d55f392bd841",
+ "sha256": "0d3q9js5vybddniyirvvabljmxasgdqimjdpy7pn48hh4rd875di"
+ }
+ },
+ {
+ "ename": "slime-theme",
+ "commit": "641d1959bd31598fcdacd39a3d1bb077dcccfa5c",
+ "sha256": "1b709cplxip48a6qjdnzcn5qcgsy0jq1m05d7vc8p5ywgr1f9a00",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-slime-theme",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1322
+ ],
+ "commit": "8e5880ac69e0b6a079103001cc3a90bdb688998f",
+ "sha256": "0g90ypwyvpdzilvhj0rgfrp78a5gflply3rix2wx8rncw569qb6g"
+ }
+ },
+ {
+ "ename": "slime-volleyball",
+ "commit": "853f47f469e372bdbae40f3cea60d9598e966fab",
+ "sha256": "1dzvj8z3l5l9ixjl3nc3c7zzi23zc2300r7jzw2l3bvg64cfbdg7",
+ "fetcher": "github",
+ "repo": "fitzsim/slime-volleyball",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1624
+ ],
+ "commit": "6c135ad18897c3566d4dadfe847061532600ba2e",
+ "sha256": "1k46a9apxk95hd98rip84f728sjq52qbv286sixy3l59k8vls53q"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "159b5c0f40b109e3854e94b89ec5383854c46ae3",
+ "sha256": "00v4mh04affd8kkw4rn51djpyga2rb8f63mgy86napglqnkz40r3"
+ }
+ },
+ {
+ "ename": "slirm",
+ "commit": "6407db0f265c49fdddaa6e8f85f295e2b90a077b",
+ "sha256": "061xjj3vjdkkvd979fhp7bc12g5zkxqxywvcz3z9dlkgdks41ld7",
+ "fetcher": "github",
+ "repo": "fbie/slirm",
+ "unstable": {
+ "version": [
+ 20160201,
+ 1425
+ ],
+ "commit": "9adfbe1fc67580e7d0d90f7e927a25d63a797464",
+ "sha256": "0srj0zcvzr0sjcs37zz11xz8w0yv94m69av9ny7mx8ssf4qp0pxa"
+ }
+ },
+ {
+ "ename": "slovak-holidays",
+ "commit": "d5c6b2208ef209dfe57c2c137a88ce08a4eae475",
+ "sha256": "1dcw8pa3r9b7n7dc8fgzijz7ywwxb3nlfg7n0by8dnvpjq2c30bg",
+ "fetcher": "github",
+ "repo": "Fuco1/slovak-holidays",
+ "unstable": {
+ "version": [
+ 20150418,
+ 855
+ ],
+ "commit": "effb16dfcd14797bf7448f5113085479db339c02",
+ "sha256": "1y1gay1h91c0690gly4qibx1my0l1zpb6s3x58lks8m21jdwfw28"
+ }
+ },
+ {
+ "ename": "slow-keys",
+ "commit": "5d16756967dd9077399b92cde2ddd7784739b693",
+ "sha256": "03p0qx8a3g8mapjhdf9pjp3n0ng2pxmizpqn87wk8mbc8cmlwk2w",
+ "fetcher": "github",
+ "repo": "manuel-uberti/slow-keys",
+ "unstable": {
+ "version": [
+ 20180831,
+ 459
+ ],
+ "commit": "b93ad77f9fc1d14e080d7d64864fc9cb222248b6",
+ "sha256": "1s4yk6w9fqf6hmimjcq8r7b54v7f2hz3isihiaidj3sv5zclhflw"
+ }
+ },
+ {
+ "ename": "slstats",
+ "commit": "fe7c8c241cc6920bbedb6711db63ea28ed633327",
+ "sha256": "0z5y2fmb3v16g5gf87c9gll04wbjp3d1cf7gm5cxi4w3y1kw4r7q",
+ "fetcher": "github",
+ "repo": "davep/slstats.el",
+ "unstable": {
+ "version": [
+ 20170823,
+ 849
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e9696066abf3f2b7b818a57c062530dfd9377033",
+ "sha256": "1mjzr6lqcyx3clp3bxq77k2rpkaglnq407xdk05xkaqissirpc83"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 10
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e9696066abf3f2b7b818a57c062530dfd9377033",
+ "sha256": "1mjzr6lqcyx3clp3bxq77k2rpkaglnq407xdk05xkaqissirpc83"
+ }
+ },
+ {
+ "ename": "sly",
+ "commit": "974d8812a4c5e45221ce3c32ae72c15ed29665c3",
+ "sha256": "000g5qpy45zqrh3g4mk70mh2lakadfq18djrq7cabagw1qmhqy41",
+ "fetcher": "github",
+ "repo": "joaotavora/sly",
+ "unstable": {
+ "version": [
+ 20190709,
+ 1511
+ ],
+ "commit": "249a94ca9560d7ac07607d9a23cfc5c5f487943a",
+ "sha256": "02snfrgqp9iwprg4was3njhskbvlypggcgzc58alp0nvlvpszs6g"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 22
+ ],
+ "commit": "8d9fdf34fe542ec280ee042ee7bdea16e512d3c0",
+ "sha256": "0zsliqfd92ivg2y2w1z6scn6i3w658x8bi1wd0rvf6mddc74lvj6"
+ }
+ },
+ {
+ "ename": "sly-asdf",
+ "commit": "09e59410bebffb8ab7e3236ee97f692665833f31",
+ "sha256": "1fn1gm439x1axmslgcxinj8lx2vh7jq2qjbxpyjgv5lj9wia0bzi",
+ "fetcher": "github",
+ "repo": "mmgeorge/sly-asdf",
+ "unstable": {
+ "version": [
+ 20190807,
+ 553
+ ],
+ "deps": [
+ "sly"
+ ],
+ "commit": "c387ba34a75b172e8a75747220c416462ae9de31",
+ "sha256": "1cr6p11vsplb6afh2avwb585q606npp692gb5vqs377nni5vx7km"
+ }
+ },
+ {
+ "ename": "sly-hello-world",
+ "commit": "4150455d424326667390f72f6edd22b274d9fa01",
+ "sha256": "0mry5r0qc2w9k31kifqfc9slmh8mp2pz44qb36f41i3znckf7xy4",
+ "fetcher": "github",
+ "repo": "joaotavora/sly-hello-world",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1443
+ ],
+ "deps": [
+ "sly"
+ ],
+ "commit": "355c94235afa9f79eefff1d22e97fcfa9c31d70c",
+ "sha256": "0aifmfw83bi0f761k1ppham0mc1b59w2bpas59355vrlbg7jm9vg"
+ }
+ },
+ {
+ "ename": "sly-macrostep",
+ "commit": "4150455d424326667390f72f6edd22b274d9fa01",
+ "sha256": "0gg9r5np2008593n1igq5chda1a3x1iblj0r4mqnnxa0r1hdsw3j",
+ "fetcher": "github",
+ "repo": "joaotavora/sly-macrostep",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1532
+ ],
+ "deps": [
+ "macrostep",
+ "sly"
+ ],
+ "commit": "6c4d8ef7b6d39d6ef10053fb6ac08bfbed519d4f",
+ "sha256": "1z88h5g0j0mxbqh3k56bl40sydy04jsw7cnhasiyrxyk2glsfm57"
+ }
+ },
+ {
+ "ename": "sly-named-readtables",
+ "commit": "4150455d424326667390f72f6edd22b274d9fa01",
+ "sha256": "0wy0z9m8632qlcxb4pw3csc52yaq7dj7gdf3pbg0wb67f32ihihz",
+ "fetcher": "github",
+ "repo": "joaotavora/sly-named-readtables",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1800
+ ],
+ "deps": [
+ "sly"
+ ],
+ "commit": "6b37ed2201174caa86a44e8ac3350dd09e91e606",
+ "sha256": "1if4ssv0s66gcz8pz55gark9imbw1pilxs1h7y094ygnjcm4m0li"
+ }
+ },
+ {
+ "ename": "sly-quicklisp",
+ "commit": "4150455d424326667390f72f6edd22b274d9fa01",
+ "sha256": "0j0qkvs2v563dz2rd70dfmd0qpdwicymx59zv3gn57z5a8m14866",
+ "fetcher": "github",
+ "repo": "joaotavora/sly-quicklisp",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1444
+ ],
+ "deps": [
+ "sly"
+ ],
+ "commit": "06d7281e70d71b9a37f488c8f63fd199e1fb0f97",
+ "sha256": "0ml3zshd9kkjspykiadi1nlq7mr5sjcmsvbbbcxrj2d2ki2skniv"
+ }
+ },
+ {
+ "ename": "sly-repl-ansi-color",
+ "commit": "981e01f562c40e02cb6d56dc1347e922fbad9c18",
+ "sha256": "0wz24kfjl6rp4qss0iq2ilav0mkg2spy2ziikypy7v0iqbssmssi",
+ "fetcher": "github",
+ "repo": "PuercoPop/sly-repl-ansi-color",
+ "unstable": {
+ "version": [
+ 20171020,
+ 1516
+ ],
+ "deps": [
+ "cl-lib",
+ "sly"
+ ],
+ "commit": "b9cd52d1cf927bf7e08582d46ab0bcf1d4fb5048",
+ "sha256": "0fgcn6bwgz8yyjza07kfi86siargvpq4kp4j20hs6b67ckxjxx0x"
+ }
+ },
+ {
+ "ename": "smart-backspace",
+ "commit": "88cd95cd623fb00d1bc6800c1dd3c665a0cce349",
+ "sha256": "152xdxzrr91qiyq25ghvjlbpc627cw4s120axmz2p2d48pinwir9",
+ "fetcher": "github",
+ "repo": "itome/smart-backspace",
+ "unstable": {
+ "version": [
+ 20171014,
+ 526
+ ],
+ "commit": "a10ec44ff325ec8c4c98b1a6e44e89e60a9aa4ac",
+ "sha256": "0p19qikalmvs9y1lws08mxvh2k8s219mpm3nyi9aqq62ryyfwf1n"
+ }
+ },
+ {
+ "ename": "smart-comment",
+ "commit": "798c3b42e568bea63edc0c1d3ce2c2d913e3440e",
+ "sha256": "0lbrasdrkyj7zybz0f3xick8p0bvci5bhb2kg6pqzz9pw2iaxw12",
+ "fetcher": "github",
+ "repo": "paldepind/smart-comment",
+ "unstable": {
+ "version": [
+ 20160322,
+ 1839
+ ],
+ "commit": "17ddbd83205818763e6d68aa7a1aa9aaf414cbd4",
+ "sha256": "0r181rdnymr96kj74c73212n6157cfiq1d6hk2lfc54yl6h76zf4"
+ }
+ },
+ {
+ "ename": "smart-compile",
+ "commit": "93562afd7b62d7535b8010179ba6ac7e8e6280d0",
+ "sha256": "1w3vyb6wz786ydrywkjmazyvgfl0qxamn0fgnqpn17d2c5jr9c4g",
+ "fetcher": "github",
+ "repo": "zenitani/elisp",
+ "unstable": {
+ "version": [
+ 20190522,
+ 1125
+ ],
+ "commit": "366a4cdab1ad20105910bc24c4f3e4f8734e4eae",
+ "sha256": "1kk7ya14p4vpw31rzcgwq0pmay0wm3pg2j70fv5mms9ala1jyhsy"
+ }
+ },
+ {
+ "ename": "smart-cursor-color",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "19ah55514ashkm4f49nlbnrpwxpwlfn6x3fbi4dv0x2b8v1828ss",
+ "fetcher": "github",
+ "repo": "7696122/smart-cursor-color",
+ "unstable": {
+ "version": [
+ 20141124,
+ 1719
+ ],
+ "commit": "1d190f49ca77734b55ac58f1b6276e42ada967b0",
+ "sha256": "1xbd42q60pmg0hw4bn2fndjwgrfgj6ggm757fyp8m08jqh0zkarn"
+ }
+ },
+ {
+ "ename": "smart-dash",
+ "commit": "98a2cf93cc41cb2bba14f91a83b6949267623198",
+ "sha256": "1n3lh0ximwrqawdg8q9ls6aabidrawqca5w67f8vsfmrvyfx48n4",
+ "fetcher": "bitbucket",
+ "repo": "malsyned/smart-dash",
+ "unstable": {
+ "version": [
+ 20110131,
+ 316
+ ],
+ "commit": "f8f23121ecb1b4b153e3561065cd0846d6722638",
+ "sha256": "069jwi74qh9hy152k19c7avdgb89zym989v92kgghbaaiyinng22"
+ }
+ },
+ {
+ "ename": "smart-forward",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "032yc45c19fl886jmi5q04r6q47xz5rphb040wjvpd4fnb06hr8c",
+ "fetcher": "github",
+ "repo": "magnars/smart-forward.el",
+ "unstable": {
+ "version": [
+ 20140430,
+ 713
+ ],
+ "deps": [
+ "expand-region"
+ ],
+ "commit": "7b6dbfdbd4b646376a567c70e1a161545431b72b",
+ "sha256": "19l47xqzjhhm9j3izik0imssip5ygg3lnflb9ixsz1js571aaxha"
+ }
+ },
+ {
+ "ename": "smart-hungry-delete",
+ "commit": "abbf52a856b95ab88cde1fdeeebebb81f7c61fa9",
+ "sha256": "03hw5p055dbayw5z43c1ippf2lnjgs77l7q969ng3fffqkazjq9b",
+ "fetcher": "github",
+ "repo": "hrehfeld/emacs-smart-hungry-delete",
+ "unstable": {
+ "version": [
+ 20170412,
+ 1343
+ ],
+ "commit": "7c1d56a92481594e14d40b5fdf6c48657a0108a0",
+ "sha256": "0mxaslx5823s68a8ggbbnmfk1jiswjvip5s4sg7ihfagnci72wni"
+ }
+ },
+ {
+ "ename": "smart-indent-rigidly",
+ "commit": "3083f497180d2f7d93bb9a4b98af6ae1bcbe57b9",
+ "sha256": "12qggg1m28mlvkdn52dig8bwv58pvipkvn1mlc4r7w569arar44x",
+ "fetcher": "github",
+ "repo": "re5et/smart-indent-rigidly",
+ "unstable": {
+ "version": [
+ 20141206,
+ 15
+ ],
+ "commit": "323d1fe4d0b81e598249aad01bc44adb180ece0e",
+ "sha256": "0q5hxg265ad9gpclv2kzikg6jvbf3zzb1mrykxn0n7mnvdfdlhsi"
+ }
+ },
+ {
+ "ename": "smart-jump",
+ "commit": "52f29e14e61b28cd1637ca5d6bd878d91a71251f",
+ "sha256": "14c7p6xqasd0fgn70zj1jlpwjxldzqx44bcdqdk6nmjihw0rk632",
+ "fetcher": "github",
+ "repo": "jojojames/smart-jump",
+ "unstable": {
+ "version": [
+ 20190423,
+ 158
+ ],
+ "deps": [
+ "dumb-jump"
+ ],
+ "commit": "7df77da872dc836dbf032388fc6de82dbc9fa22c",
+ "sha256": "0w8jfsm6k2ayk0hg0imsm2vv8y5im5crlij9zi18iwa1mrqkmhsp"
+ }
+ },
+ {
+ "ename": "smart-mark",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "0kx34983qqxkx2afql1daj155294dkbinw861lhx537614fq7wmn",
+ "fetcher": "github",
+ "repo": "zhangkaiyulw/smart-mark",
+ "unstable": {
+ "version": [
+ 20150912,
+ 210
+ ],
+ "commit": "04b522a23e3aae8381c6a976fc978532fcb2e7d0",
+ "sha256": "0sqvm7iwdjk057fwid4kz6wj71igiqhdarj59s17pzy6xz34afhg"
+ }
+ },
+ {
+ "ename": "smart-mode-line",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "0qmhzlkc6mfqyaw4jaw6195b8sw0wg9pfjcijb4p0mlywf5mh5q6",
+ "fetcher": "github",
+ "repo": "Malabarba/smart-mode-line",
+ "unstable": {
+ "version": [
+ 20190527,
+ 1156
+ ],
+ "deps": [
+ "rich-minority"
+ ],
+ "commit": "999be065b195f2eddb4e1b629f99038d832d44b7",
+ "sha256": "0jyvyn7pkqvyyv1rga3i10f4cwfbb0miacbib8lsrrhayrnal186"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 13
+ ],
+ "deps": [
+ "rich-minority"
+ ],
+ "commit": "9a6d821e0c78361ab35c6e403fc582b76558a1a7",
+ "sha256": "164b697xm1rwcggv37dymhf3npbyh2bs59z8b6m5x35lb4c3lf8b"
+ }
+ },
+ {
+ "ename": "smart-mode-line-atom-one-dark-theme",
+ "commit": "0a6f3addec8d8fa957bfbc81071d3a434e843cf0",
+ "sha256": "02hasm2vjvw3r9xkdnn2ddsval8vvhvx15dsac0jp3cc1y1qkm27",
+ "fetcher": "github",
+ "repo": "daviderestivo/smart-mode-line-atom-one-dark-theme",
+ "unstable": {
+ "version": [
+ 20181220,
+ 1756
+ ],
+ "deps": [
+ "smart-mode-line"
+ ],
+ "commit": "79261aeafa89664039201e3d3f405bc8b0a6aa8d",
+ "sha256": "06x1na621cm7183im2g2gxkvaqm0yfr9b9i0fbz9bwkcmijxrgmw"
+ }
+ },
+ {
+ "ename": "smart-mode-line-powerline-theme",
+ "commit": "60072b183151e519d141ec559b4902d20c87904c",
+ "sha256": "0hv3mx39m3l35xhz351zp98321ilr6qq9wzwn1f0ziiv814khcn4",
+ "fetcher": "github",
+ "repo": "Malabarba/smart-mode-line",
+ "unstable": {
+ "version": [
+ 20160706,
+ 38
+ ],
+ "deps": [
+ "powerline",
+ "smart-mode-line"
+ ],
+ "commit": "999be065b195f2eddb4e1b629f99038d832d44b7",
+ "sha256": "0jyvyn7pkqvyyv1rga3i10f4cwfbb0miacbib8lsrrhayrnal186"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 13
+ ],
+ "deps": [
+ "powerline",
+ "smart-mode-line"
+ ],
+ "commit": "9a6d821e0c78361ab35c6e403fc582b76558a1a7",
+ "sha256": "164b697xm1rwcggv37dymhf3npbyh2bs59z8b6m5x35lb4c3lf8b"
+ }
+ },
+ {
+ "ename": "smart-newline",
+ "commit": "3f729926f82d6b61f07f5c8a5e19d46afdcad568",
+ "sha256": "1kyk865vkgh05vzlggs3ii81v86fcbcxybfkv5rkyl3fyqpkza1w",
+ "fetcher": "github",
+ "repo": "ainame/smart-newline.el",
+ "unstable": {
+ "version": [
+ 20131208,
+ 340
+ ],
+ "commit": "0553a9e4be7188352de1a28f2eddfd28e7436f94",
+ "sha256": "0w0v3gzfg3cphz701g30sf7l92v3npsd7028pjp5g7rgv3pwkgsd"
+ }
+ },
+ {
+ "ename": "smart-region",
+ "commit": "cf011493ee3ebc38290ee0349c8475b0588ac928",
+ "sha256": "1bcvxf62bfi5lmhprma9rh670kka9p9ygbkgmv6dg6ajjfsplgwc",
+ "fetcher": "github",
+ "repo": "uk-ar/smart-region",
+ "unstable": {
+ "version": [
+ 20150903,
+ 1403
+ ],
+ "deps": [
+ "cl-lib",
+ "expand-region",
+ "multiple-cursors"
+ ],
+ "commit": "5a8017fd8e8dc3483865951c4942cab3f96f69f6",
+ "sha256": "0h559cdyln5f4ignx1r86ryi7wizys0gj03dj7lfzaxr7wkd0jaf"
+ }
+ },
+ {
+ "ename": "smart-semicolon",
+ "commit": "fe339b95636b02ceb157294055d2f5f4c4b0b8cf",
+ "sha256": "1vq6l3vc615w0p640wy226z5i7dky666sgzczkngv07kag0iwqp0",
+ "fetcher": "github",
+ "repo": "iquiw/smart-semicolon",
+ "unstable": {
+ "version": [
+ 20171008,
+ 133
+ ],
+ "commit": "bcea2aa37befa40abf8b24a2d2314904e6df43b3",
+ "sha256": "0c58ncxwf8wakql2pfiawkl3rlfxsf2zy937nvahf9ygiic8bl3y"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "commit": "c11096679dbed3875c37413337ee490ee7951b63",
+ "sha256": "1v6z3a1f6nxc62n7595qnji39ywdsz7xy5bkl2218v3y7gkbc518"
+ }
+ },
+ {
+ "ename": "smart-shift",
+ "commit": "79726ff0fbfa24a44d303cc9719f5962638b47e0",
+ "sha256": "0azahlflnh6sk081k5dcqal6nmwkjnj4dq8pv8ckwf8684zp23d3",
+ "fetcher": "github",
+ "repo": "hbin/smart-shift",
+ "unstable": {
+ "version": [
+ 20150203,
+ 725
+ ],
+ "commit": "a26ab2b240137e62ec4bce1698ed9c5f7b6d13ae",
+ "sha256": "0azhfffm1bkgjx4i3p9f6x2gmw8kc3fafzqj4vxxdibhn0nizqk8"
+ }
+ },
+ {
+ "ename": "smart-tab",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "0qi8jph2c9fdsv2mqgxd7wb3q4dax3g5x2hc53kbgkjxylagjvp5",
+ "fetcher": "github",
+ "repo": "genehack/smart-tab",
+ "unstable": {
+ "version": [
+ 20170902,
+ 2107
+ ],
+ "commit": "76a8ec13384975d39aa1b25e5384a02558dba574",
+ "sha256": "02mj2is05adq5v64aahivbkx2kzrxmmg2va650hsvl4izj3dr2x3"
+ }
+ },
+ {
+ "ename": "smart-tabs-mode",
+ "commit": "d712f0fb9538945713faf773772bb359fe6f509f",
+ "sha256": "1fmbi0ypzhsizzb1vm92hfaq23swiyiqvg0pmibavzqyc9lczhhl",
+ "fetcher": "github",
+ "repo": "jcsalomon/smarttabs",
+ "unstable": {
+ "version": [
+ 20160629,
+ 1452
+ ],
+ "commit": "9cc2594b82b03e7d68645a4878f9359f8b8c34c5",
+ "sha256": "0bjl3j047jh674vyfmh9izwak2yic8f7aqv832hn1inhnavsl3xx"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "8b196d596b331f03fba0efdb4e31d2fd0752c4a7",
+ "sha256": "1kfihh4s8578cwqyzn5kp3iib7f9vvg6rfc3klqzgads187ryd4z"
+ }
+ },
+ {
+ "ename": "smart-window",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0w24v7v0477yl5zchyk6713yqp8lyfz600myvv4dp3kgppxpgd3f",
+ "fetcher": "github",
+ "repo": "dryman/smart-window.el",
+ "unstable": {
+ "version": [
+ 20160717,
+ 130
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5996461b7cbc5ab4509ac48537916eb29a8e4c16",
+ "sha256": "0p1cqpdsp2vdx85i22shyzfhz22zwf1k1dxkqcmlgh3y7f4qq8ir"
+ }
+ },
+ {
+ "ename": "smartparens",
+ "commit": "bd98f85461ef7134502d4f2aa8ce1bc764f3bda3",
+ "sha256": "025nfrfw0992024i219jzm4phwf29smc5hib45s6h1s67942mqh6",
+ "fetcher": "github",
+ "repo": "Fuco1/smartparens",
+ "unstable": {
+ "version": [
+ 20190728,
+ 2037
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "7080e7fba9f478c2e5d4c18a325c3a5d60f6be76",
+ "sha256": "029hy609p74w36ivcnw40x6j2v6agjg5bha4k8wbch3wf9y823mz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 11,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "4873352b5d0a1c5142658122de1b6950b8fe7e4d",
+ "sha256": "0zij2f2rjjym98w68jkp10n1ckpfprlkk217c3fg16hz5nq4vnm6"
+ }
+ },
+ {
+ "ename": "smartrep",
+ "commit": "81cb649dc49767c21f79668d6bee950567b05aa0",
+ "sha256": "1ypls52d51lcqhz737rqg73c6jwl6q8b3bwb29z51swyamf37rbn",
+ "fetcher": "github",
+ "repo": "myuhe/smartrep.el",
+ "unstable": {
+ "version": [
+ 20150509,
+ 230
+ ],
+ "commit": "f0ff5a6d7b8603603598ae3045c98b011e58d86e",
+ "sha256": "1sjwqi8w83qxihqmcm7z0vwmrz1az0y266qgj2nwfv39bri6y4i6"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "0b73bf3d1a3c795671bfee0a36cecfaa54729446",
+ "sha256": "0j5lg9gryl8vbzw8d3r2fl0c9wxa0c193mcvdfidd25b98wccc3f"
+ }
+ },
+ {
+ "ename": "smartscan",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1q0lqms16g7avln1pbxzb49z3w96kv1r7lbh61ijlnz3jips098w",
+ "fetcher": "github",
+ "repo": "mickeynp/smart-scan",
+ "unstable": {
+ "version": [
+ 20170211,
+ 2033
+ ],
+ "commit": "234e077145710a174c20742de792b97ed2f965f6",
+ "sha256": "1nzkgfr1w30yi88h4kwgiwq4lcd0fpm1cd50gy0csjcpbnyq6ykf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "13c9fd6c0e38831f78dec55051e6b4a643963176",
+ "sha256": "1sd7dh9114mvr4xnp43xx4b7qmwkaj1a1fv7pwc28fhiy89d2md4"
+ }
+ },
+ {
+ "ename": "smarty-mode",
+ "commit": "5f2a50f62475639af011c99c6cc38928b74b3b0a",
+ "sha256": "06cyr2330asy2dlx81g3h9gq0yhd4pbnmzfvmla7amh4pfnjg14v",
+ "fetcher": "github",
+ "repo": "emacsorphanage/smarty-mode",
+ "unstable": {
+ "version": [
+ 20100703,
+ 1158
+ ],
+ "commit": "3dfdfe1571f5e9ef55a29c51e5a80046d4cb7568",
+ "sha256": "1vl3nx0y2skb8sibqxvmc3wrmmd6z88hknbry348d0ik3cbr0ijx"
+ }
+ },
+ {
+ "ename": "smbc",
+ "commit": "05b4f16cd8028edc758ada842432df11c8276fd3",
+ "sha256": "0aviqa8mk8dxxnddfskq9jgz3knqhf0frj7gq7nk6ckxkrxrgqn4",
+ "fetcher": "github",
+ "repo": "sakshamsharma/emacs-smbc",
+ "unstable": {
+ "version": [
+ 20171229,
+ 1808
+ ],
+ "commit": "10538e3d575ba6ef3c94d555af2744b42dfd36c7",
+ "sha256": "0b2fndvp9kzlr65b0gr0z5hmapa4y96a6zvc2nrlijffkgyk05nn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "commit": "c377b806118d82140197d9cb1095548477e00497",
+ "sha256": "16cj6jsy1psmcjshxb46i44sf1zb9s4mfiagl5cr22njy01ajq1h"
+ }
+ },
+ {
+ "ename": "smblog",
+ "commit": "6469537a11972509fa2bfb10eb3f8816cc98efed",
+ "sha256": "1byalkpc1bcb6p4j4g1cwc4q2i7irxjcphb0hqh1b2k1zixrw5rr",
+ "fetcher": "github",
+ "repo": "aaptel/smblog-mode",
+ "unstable": {
+ "version": [
+ 20170419,
+ 1021
+ ],
+ "commit": "5245e7aeac20915121946f59bba30899305d950b",
+ "sha256": "0i5q29b3hk644dnc0d98d613l065p0k846ljg13vgawpiic6ld6b"
+ }
+ },
+ {
+ "ename": "smeargle",
+ "commit": "c5b985b24a23499454dc61bf071073df325de571",
+ "sha256": "1dy87ah1w21csvrkq5icnx7g7g7nxqkcyggxyazqwwxvh2silibd",
+ "fetcher": "github",
+ "repo": "syohex/emacs-smeargle",
+ "unstable": {
+ "version": [
+ 20161212,
+ 2358
+ ],
+ "commit": "0665b1ff5109731898bc4a0ca6d939933b804777",
+ "sha256": "0p0kxmjdr02l9injlyyrnnzqdbb7mirz1xx79c3lw1rgpalf0jnf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "0665b1ff5109731898bc4a0ca6d939933b804777",
+ "sha256": "0p0kxmjdr02l9injlyyrnnzqdbb7mirz1xx79c3lw1rgpalf0jnf"
+ }
+ },
+ {
+ "ename": "smex",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1rwyi7gdzswafkwpfqd6zkxka1mrf4xz17kld95d2ram6cxl6zda",
+ "fetcher": "github",
+ "repo": "nonsequitur/smex",
+ "unstable": {
+ "version": [
+ 20151212,
+ 2209
+ ],
+ "commit": "55aaebe3d793c2c990b39a302eb26c184281c42c",
+ "sha256": "0xrbkpc3w7yadpjih169cpp75gilsnx4y9akgci5vfcggv4ffm26"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0
+ ],
+ "commit": "97b4a4d82a4449e3f1a3fa8a93387d6eb0ef9c26",
+ "sha256": "1hcjh577xz3inx28r8wb4g2b1424ccw8pffvgdmpf80xp1llldj5"
+ }
+ },
+ {
+ "ename": "smiles-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0wf02aj9bhl2m861342f5jfkx3xws1ggcyszfp9jphlykw6r0v9k",
+ "fetcher": "github",
+ "repo": "stardiviner/smiles-mode",
+ "unstable": {
+ "version": [
+ 20160717,
+ 1120
+ ],
+ "commit": "fbb381758adcb000a0c304be1b797f985f00e2de",
+ "sha256": "07lzr1p58v95a4n6zad8y0dpj7chbxlcmb6s144pvcxx8kjwd4dr"
+ }
+ },
+ {
+ "ename": "sml-modeline",
+ "commit": "4728fce21f03c95bcc2b562648e99c537fb09cd8",
+ "sha256": "00kz03ixkfnm4id8dd8aij2rhakzd4arzd790jdac1y3yyd5pp3y",
+ "fetcher": "github",
+ "repo": "emacsorphanage/sml-modeline",
+ "unstable": {
+ "version": [
+ 20170614,
+ 2111
+ ],
+ "commit": "d2f9f70174c4cf68c67eb3bb8088235735e34d9a",
+ "sha256": "18k2k213vgawxskp9m57r8qarg3pnza6nvbpyi6l03jnmf2kcw2b"
+ }
+ },
+ {
+ "ename": "smmry",
+ "commit": "ba2d4be4dd4d6c378eabd833f05a944afa21817b",
+ "sha256": "05ikcvyr74jy3digd0ad443h5kf11w29hgnmb71bclm3mfslh5wn",
+ "fetcher": "github",
+ "repo": "microamp/smmry.el",
+ "unstable": {
+ "version": [
+ 20161024,
+ 901
+ ],
+ "commit": "986a1b0aec8ab1ef17dbfb7886f47e5558cf738a",
+ "sha256": "1gq2066js1kf035217z0n6w0bf0dsyskykf56xycci5s1i7xv2vz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "commit": "b7ee765337fa627a6c59eb4f2a91df5d280ac6df",
+ "sha256": "0hzs8xi7n3bsqwm3nlm3vk8p2p33ydwxpwk9wp3325g03jl921in"
+ }
+ },
+ {
+ "ename": "smooth-scroll",
+ "commit": "4ad6411f76281232848c870e8f4f5bb78e6cf328",
+ "sha256": "1b0mjpd4dqgk7ij37145ry2jqbn1msf8rrvymn7zyckbccg83zsf",
+ "fetcher": "github",
+ "repo": "k-talo/smooth-scroll.el",
+ "unstable": {
+ "version": [
+ 20130322,
+ 414
+ ],
+ "commit": "02320f28abb5cae28b3a18f6b9ce93129bdbfc45",
+ "sha256": "1kkg7qhb2lmwr4siiazqny9w2z9nk799lzl5i159lfivlxcgixmk"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "02320f28abb5cae28b3a18f6b9ce93129bdbfc45",
+ "sha256": "1kkg7qhb2lmwr4siiazqny9w2z9nk799lzl5i159lfivlxcgixmk"
+ }
+ },
+ {
+ "ename": "smooth-scrolling",
+ "commit": "e156f146649a51f6ee636aef95214944a8079a27",
+ "sha256": "0zy2xsmr05l2narslfgril36d7qfb55f52qm2ki6fy1r18lfiyc6",
+ "fetcher": "github",
+ "repo": "aspiers/smooth-scrolling",
+ "unstable": {
+ "version": [
+ 20161002,
+ 1949
+ ],
+ "commit": "2462c13640aa4c75ab3ddad443fedc29acf68f84",
+ "sha256": "1h15gjq781i6fsz32qlh51knawdr8hcqvshsz6cszp752cibdcdg"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "commit": "6a1420be510decde0a5eabc56cff229ae554417e",
+ "sha256": "1dkqix0iyjyiqf34h3p8faqcpffc0pwkxqqn80ys9jvj4f27kkrg"
+ }
+ },
+ {
+ "ename": "smotitah",
+ "commit": "326c213450fc515573b963e794584b7b5ac995fa",
+ "sha256": "1m5qjl3r96riljp48il8k4rb6rwys1xf1pl93d4qjhprwvz57mv2",
+ "fetcher": "github",
+ "repo": "laynor/smotitah",
+ "unstable": {
+ "version": [
+ 20150218,
+ 1030
+ ],
+ "commit": "f9ab562128a5460549d016913533778e8c94bcf3",
+ "sha256": "1a097f1x9l0m4dizvnb742svlqsm6hlif73rk7qjar081sk1gjxx"
+ }
+ },
+ {
+ "ename": "smtpmail-multi",
+ "commit": "835315ec2781ac90785824630510b9eae80c115a",
+ "sha256": "0nc3k8ly4nx7fm3b2apga3p4svz5c9sldnlk86pz2lzra5h3b4ss",
+ "fetcher": "github",
+ "repo": "vapniks/smtpmail-multi",
+ "unstable": {
+ "version": [
+ 20160218,
+ 2349
+ ],
+ "commit": "83fa9d7a02e000be95cb282c8b48446646896ea1",
+ "sha256": "1x0dn9hd8b0mxdfw0nrsgj4bz4ljf7i9af566iv5fqym1c4wxkhf"
+ }
+ },
+ {
+ "ename": "smyx-theme",
+ "commit": "40a1aeabb75438252ebea0332fe1deaf028c956d",
+ "sha256": "1r85yxr864df5akqknl3hsrmzikr4085bqr6ijrbdj27nz00vl61",
+ "fetcher": "github",
+ "repo": "tacit7/smyx",
+ "unstable": {
+ "version": [
+ 20141127,
+ 828
+ ],
+ "commit": "6263f6b401bbabaed388c8efcfc0be2e58c51401",
+ "sha256": "1z2sdnf11wh5hz1rkrbg7fs4ha3zrbj9qnvfzq9005y89d7cs95x"
+ }
+ },
+ {
+ "ename": "snakemake-mode",
+ "commit": "c3a5b51fee1c9e6ce7e21555faa355d118d34b8d",
+ "sha256": "1xxd3dms5vgvpn18a70wjprka5xvri2pj9cw8qz09s640f5jf3r4",
+ "fetcher": "github",
+ "repo": "kyleam/snakemake-mode",
+ "unstable": {
+ "version": [
+ 20190412,
+ 228
+ ],
+ "deps": [
+ "cl-lib",
+ "magit-popup"
+ ],
+ "commit": "d49c6580e5e01a5e80198f4026caf1d5a717f8a0",
+ "sha256": "0lxxd0a735sy4igncf6f0ljk2wy38x2pm1yq90gxymwi26j75ram"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "magit-popup"
+ ],
+ "commit": "0cadd2bbd20aae1555561e81ed72fec43ec7296e",
+ "sha256": "1i4cwdyhfyawfx07i63iqdx524mlphgbrl44wqqnnxrbdqm0h534"
+ }
+ },
+ {
+ "ename": "snapshot-timemachine",
+ "commit": "69376b802f0687227a78838877d89163b2893c5b",
+ "sha256": "0pvh1ilzv0ambc5cridyhjcxs58wq92bxjkisqv42yar3h3z6f8p",
+ "fetcher": "github",
+ "repo": "mrBliss/snapshot-timemachine",
+ "unstable": {
+ "version": [
+ 20161221,
+ 929
+ ],
+ "commit": "99efcebab309b11ed512a8dc62555d3834df5efb",
+ "sha256": "18qibcyqxjwpvphmpghppb8ky1xcch1dd4pz91qj5f4h42684ips"
+ }
+ },
+ {
+ "ename": "snapshot-timemachine-rsnapshot",
+ "commit": "94358fb8d1486491903c331d9e90ba5198117aa8",
+ "sha256": "0fxijd94p961ab0p4ddmhja4bfrif2d87v32g4c41amc1klyf25r",
+ "fetcher": "github",
+ "repo": "NicolasPetton/snapshot-timemachine-rsnapshot",
+ "unstable": {
+ "version": [
+ 20170324,
+ 1213
+ ],
+ "deps": [
+ "seq",
+ "snapshot-timemachine"
+ ],
+ "commit": "72b0b700d80f1a0442e62bbbb6a0c8c59182f97f",
+ "sha256": "1bdy7p0bjfdlv6l6yih6fvvi7xpldal4rj8l2ajpc6sgby24h8bb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "seq",
+ "snapshot-timemachine"
+ ],
+ "commit": "72b0b700d80f1a0442e62bbbb6a0c8c59182f97f",
+ "sha256": "1bdy7p0bjfdlv6l6yih6fvvi7xpldal4rj8l2ajpc6sgby24h8bb"
+ }
+ },
+ {
+ "ename": "snazzy-theme",
+ "commit": "18c89a612418e0f49b7e6ae29a678d2fc1ffaf3d",
+ "sha256": "0srmhwhqrp1s01p1znhjzs254l3r2i6c91v7cnlwlvrls1sbh32k",
+ "fetcher": "github",
+ "repo": "weijiangan/emacs-snazzy",
+ "unstable": {
+ "version": [
+ 20170823,
+ 1832
+ ],
+ "deps": [
+ "base16-theme"
+ ],
+ "commit": "57a1763b49b4a776084c16bc70c219246fa5b412",
+ "sha256": "1y2l8b72jzcyarilj4j4q3rwcg0wkn2r3m01k0g2kg73zsffvhss"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "base16-theme"
+ ],
+ "commit": "578d7ebc4ed91c0a630b652c4b6fdd54d9ae16cd",
+ "sha256": "0gykymah4ap7zgjr7fkir21avcdhgy6n88nwxl1iynim3vkq441v"
+ }
+ },
+ {
+ "ename": "snippet",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1yld7y1hsrqs0f0iq7zfwknil5zqv65npm67nh548hbyy3rhgd68",
+ "fetcher": "github",
+ "repo": "pkazmier/snippet.el",
+ "unstable": {
+ "version": [
+ 20130210,
+ 2315
+ ],
+ "commit": "11d00dd803874b93836f2010b08bd2c97b0f3c63",
+ "sha256": "1nyrfbjrg74wrqlh8229rf7ym07k2a0wscjm0kbg3sam9ryc546y"
+ }
+ },
+ {
+ "ename": "snoopy",
+ "commit": "4a882cd92964ac195a09469006c9a44dc202f000",
+ "sha256": "1wa8jykqyj6rxqfhwbiyli6yh8s7n0pqv7fc9sfaymarda93zbgi",
+ "fetcher": "github",
+ "repo": "anmonteiro/snoopy-mode",
+ "unstable": {
+ "version": [
+ 20171008,
+ 2004
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ec4123bdebfe0bb7bf4feaac2dc02b59caffe386",
+ "sha256": "01l44lshw0zvykay9886s1vqryanagkd4ciw3ramchn0baqz11vl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ec4123bdebfe0bb7bf4feaac2dc02b59caffe386",
+ "sha256": "01l44lshw0zvykay9886s1vqryanagkd4ciw3ramchn0baqz11vl"
+ }
+ },
+ {
+ "ename": "soar-mode",
+ "commit": "818113ef6f93cc86fd30441d508012e5baa71893",
+ "sha256": "0jm4vllbppzs2vvkky96hwdv581142dxdfssrp6wsd56j38nr9sd",
+ "fetcher": "github",
+ "repo": "adeschamps/soar-mode",
+ "unstable": {
+ "version": [
+ 20190503,
+ 1843
+ ],
+ "commit": "13b6fca62ea6574d230516fddf359a61f6558ecd",
+ "sha256": "1y1z4lyv1b56sfimfpxzix5zww97hbci8a9q4cphx65hwkgbfa0d"
+ }
+ },
+ {
+ "ename": "socyl",
+ "commit": "774b3006f5b6b781594257f1d9819068becbbcc1",
+ "sha256": "00b7x247cyjh4gci101fq1j6708vbcz1g9ls3845w863wjf6m5sz",
+ "fetcher": "github",
+ "repo": "nlamirault/socyl",
+ "unstable": {
+ "version": [
+ 20170212,
+ 642
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "pkg-info",
+ "s"
+ ],
+ "commit": "1ef2da42f66f3ab31a34131e51648f352416f0ba",
+ "sha256": "0jks5dkxhhgh4gbli90p71s8354iywlwj2lq6n5fyqxbdxzk412d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "pkg-info",
+ "s"
+ ],
+ "commit": "fcc0deda5b6c39d25e48e7da2a0ae73295193ea8",
+ "sha256": "1a8qd9hcmp4xl6hyvlq116nr9cn392bmrrda8vqkvjpd8rm8i776"
+ }
+ },
+ {
+ "ename": "soft-charcoal-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1j9yd4kfh7ih5ipmwvxh9qqq6wxv6qk8a9vb5jiyk90dn8a2d7g5",
+ "fetcher": "github",
+ "repo": "mswift42/soft-charcoal-theme",
+ "unstable": {
+ "version": [
+ 20140420,
+ 1643
+ ],
+ "commit": "5607ab977fae6638e78b1495e02da8955c9ba19f",
+ "sha256": "07056pnjgsgw06c67776qp7jci96iqbzlprbavzz2l1j8ywz8cwm"
+ }
+ },
+ {
+ "ename": "soft-morning-theme",
+ "commit": "26f26cb5cd4ed288a042d37039da83b38b9923d0",
+ "sha256": "0lzg478ax6idzh6m5sf2ds4gbv096y0c0gn15dai19f58bs63xzr",
+ "fetcher": "github",
+ "repo": "mswift42/soft-morning-theme",
+ "unstable": {
+ "version": [
+ 20150918,
+ 2041
+ ],
+ "commit": "c0f9c70c97ef2be2a093cf839c4bfe27740a111c",
+ "sha256": "06q82v1hndvznsqg0r6jrxvgxhycg9m65kay4db4yy0gmc66v2xf"
+ }
+ },
+ {
+ "ename": "soft-stone-theme",
+ "commit": "e87cea74119e8239662607072a44e5314eeae7ea",
+ "sha256": "05jjw9z6hqln9yj8ya2xrmjnylp7psfdj9206n30m3lwnlwx399v",
+ "fetcher": "github",
+ "repo": "mswift42/soft-stone-theme",
+ "unstable": {
+ "version": [
+ 20140614,
+ 835
+ ],
+ "commit": "fb475514cfb02cf30ce358a61c48e46614344d48",
+ "sha256": "030mf8b0sf9mmzwhg85zh0ccvcg768kckwvbm0yzg7vmq1x46hjl"
+ }
+ },
+ {
+ "ename": "solaire-mode",
+ "commit": "52c69070eef3003eb53e1436c538779c74670ce6",
+ "sha256": "0pvgip12xl16rwz4wqmqjd8nhh3a299aknfsghazmxigamlmlsl5",
+ "fetcher": "github",
+ "repo": "hlissner/emacs-solaire-mode",
+ "unstable": {
+ "version": [
+ 20190721,
+ 1046
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "794245665c3374af74880cbc7b16b4da02ad0411",
+ "sha256": "0s63fxdznclqz5gy0vqvw50g92dgk452mqwx67akj68yl35apj8c"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 9
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fffdcc46f3956f415496342de7e24488b6e751c5",
+ "sha256": "011m4r7s6i9lgjymh7jgq5jwwrpz4vmpvp3c8d4ix96v5hi04kzg"
+ }
+ },
+ {
+ "ename": "solarized-theme",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "15d8k32sj8i11806byvf7r57rivz391ljr0zb4dx8n8vjjkyja12",
+ "fetcher": "github",
+ "repo": "bbatsov/solarized-emacs",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1202
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "55cd77b61b6968048c61e13358ba487d217f24c0",
+ "sha256": "15ql8xcixgm7mbs7rsbybwszanqibq057j5b5ds89a31dw7zxf1g"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "c42a932e5c467c1ce12c42276d35bfb8f666e96d",
+ "sha256": "1m6grd8ym4azxi09ya236vil9ylqalli99p9fafd5zmzq647l840"
+ }
+ },
+ {
+ "ename": "solidity-flycheck",
+ "commit": "e561d869f4e32bad5d1a8678f67e591ff586d6de",
+ "sha256": "1lx64y77q33a2lrg5sj5h56gicw1lk8qmxmva5bgc4zxxd8qwz6f",
+ "fetcher": "github",
+ "repo": "ethereum/emacs-solidity",
+ "unstable": {
+ "version": [
+ 20181117,
+ 1518
+ ],
+ "deps": [
+ "flycheck",
+ "solidity-mode"
+ ],
+ "commit": "47f15b2663a6cf92ae6ebf655841a9509ad79017",
+ "sha256": "0zhr5fcv8vlkcnya36y9smpgw7ylb0fkx0px8zr0zhr2f9xgjmph"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 9
+ ],
+ "commit": "d0ff4dea49540f37301d869f2797fca2492f55d5",
+ "sha256": "1wcy5z4wggn3zs9h1kyvm0ji51ppjcqdmym3mmxbrhan6a0kq724"
+ }
+ },
+ {
+ "ename": "solidity-mode",
+ "commit": "02d3fdae111b14a87aaa7a1b3f44e545c5e3d2ac",
+ "sha256": "15vz3ayl1p3dn2cavm68rqv901c1b7dxm2j8iazwzj3q15ln8xvn",
+ "fetcher": "github",
+ "repo": "ethereum/emacs-solidity",
+ "unstable": {
+ "version": [
+ 20190302,
+ 909
+ ],
+ "commit": "47f15b2663a6cf92ae6ebf655841a9509ad79017",
+ "sha256": "0zhr5fcv8vlkcnya36y9smpgw7ylb0fkx0px8zr0zhr2f9xgjmph"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 9
+ ],
+ "commit": "d0ff4dea49540f37301d869f2797fca2492f55d5",
+ "sha256": "1wcy5z4wggn3zs9h1kyvm0ji51ppjcqdmym3mmxbrhan6a0kq724"
+ }
+ },
+ {
+ "ename": "sonic-pi",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0j6n1qgdrma6vvi6f7xiy66qwsl8710pca4ga9i7srhxv0r47x68",
+ "fetcher": "github",
+ "repo": "repl-electric/sonic-pi.el",
+ "unstable": {
+ "version": [
+ 20171205,
+ 1205
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "highlight",
+ "osc"
+ ],
+ "commit": "3cf101b3b299735ed91658c7791ea4f04164e076",
+ "sha256": "1x2w7qcx9xcvagb47hlc5vsf5aj5mr0mzvnazyd7ajjilbzn48yr"
+ }
+ },
+ {
+ "ename": "soothe-theme",
+ "commit": "6f26b8281f9bd05e3c8f2ef21838275711e622c9",
+ "sha256": "124akv3a4q4vrmprdcjmq7rq6x73mz4wqxvnlczglh9vjl39ndbk",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-soothe-theme",
+ "unstable": {
+ "version": [
+ 20141027,
+ 1441
+ ],
+ "commit": "0786fe70c6c1b4ddcfb932fdc6862b9611cfc09b",
+ "sha256": "10gh1hvxq9gm29r6qzlnva7vjidd7n4kih4z2ihyvbvy9za20xqw"
+ }
+ },
+ {
+ "ename": "sort-words",
+ "commit": "0a4bd566392d7cebe8a891d787439512e8d34cf9",
+ "sha256": "1hvbq09byjdbqzbyashw3y1h65wins44jnqcdic7vqzd1p1mzwka",
+ "fetcher": "github",
+ "repo": "dotemacs/sort-words.el",
+ "unstable": {
+ "version": [
+ 20160929,
+ 1335
+ ],
+ "commit": "7b6e108f80237363faf7ec28b2c58dec270b8601",
+ "sha256": "18cwii9h2planb9bgrih4hkz2cqinbl8wq5sal4b8kwnaq07bbw7"
+ }
+ },
+ {
+ "ename": "sos",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "0d0n2h7lbif32qgz0z2c36536mrx36d22gq86xm7kmxday6iy19k",
+ "fetcher": "github",
+ "repo": "rudolfolah/emacs-sos",
+ "unstable": {
+ "version": [
+ 20141215,
+ 403
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "1573adca912b88b5010d99a25c83a5b2313bd39c",
+ "sha256": "19jwnny0v6ppakpaaxv9qhr6353mksh9kxiz61kp4h12n6sfrb7p"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "c3906ca6872f460c0bdd276410519308626313f1",
+ "sha256": "0b5w3vdr8llg3hqd22gnc6b6y089lq6vfk0ajkws6gfldz2gg2v1"
+ }
+ },
+ {
+ "ename": "sotclojure",
+ "commit": "3a2ccef8af91eada4449d9cd4bda6bd28272722e",
+ "sha256": "12byqjzg0pffqyq958265qq8yxxmf3iyy4m7zib492qcj8ccy090",
+ "fetcher": "github",
+ "repo": "Malabarba/speed-of-thought-clojure",
+ "unstable": {
+ "version": [
+ 20170922,
+ 8
+ ],
+ "deps": [
+ "cider",
+ "clojure-mode",
+ "sotlisp"
+ ],
+ "commit": "a480c887b53cb007b7b099c5ffcab89b9e59d7bc",
+ "sha256": "1gf5fsrjigzxabd9k47lb98y3wdjwpw02x9ldnjzrgxfjfbxgqm0"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 1
+ ],
+ "deps": [
+ "cider",
+ "clojure-mode",
+ "sotlisp"
+ ],
+ "commit": "ceac82aa691e8d98946471be6aaff9c9a4603c32",
+ "sha256": "1a6riq7ksk5m76dsgc75d8b992nyr50l48l8cpms9064m6b0r9jv"
+ }
+ },
+ {
+ "ename": "sotlisp",
+ "commit": "1e6aed365c42987d64d0cd9a8a6178339b1b39e8",
+ "sha256": "0zjnn6hhwy6cjvc5rhvhxcq5pmrhcyil14a48fcgwvg4lv7fbljk",
+ "fetcher": "github",
+ "repo": "Malabarba/speed-of-thought-lisp",
+ "unstable": {
+ "version": [
+ 20190211,
+ 2026
+ ],
+ "commit": "ed2356a325c7a4a88ec1bd31381c8666e8997e97",
+ "sha256": "1r7skjxiaqdkrhjrxh1sgzikip9sdr8apphgawvq4x6lir8g8jfz"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6,
+ 2
+ ],
+ "commit": "fffe8d0b42b143a2e7df0470d9049fa57b6ecac5",
+ "sha256": "0j5zwb1ypqps30126w2684lmjh8ia4qxg8inlajcbv8i3pbai7k6"
+ }
+ },
+ {
+ "ename": "sound-wav",
+ "commit": "8333470e3d84d5433be489a23e065c876bed2ab2",
+ "sha256": "1vrwzk6zqma7r0w5ivbx16shys6hsifj52fwlf5rxs6jg1gqdb4f",
+ "fetcher": "github",
+ "repo": "syohex/emacs-sound-wav",
+ "unstable": {
+ "version": [
+ 20181126,
+ 1726
+ ],
+ "deps": [
+ "cl-lib",
+ "deferred"
+ ],
+ "commit": "49a9f10334b914cf6429e49b5449e0711a3aa251",
+ "sha256": "1zg32gn0r06qcp6i5fxwns8xv5nqpc6hfzqajwj0hfvhkqdndv4j"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "deferred"
+ ],
+ "commit": "2a8c8a9bd797dfbf4a0aa1c023a464b803227ff8",
+ "sha256": "1ba1r359cb1dms24ajn0xfrqn8c9y08m6m7dwgxpylyyjwh1096y"
+ }
+ },
+ {
+ "ename": "soundcloud",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "06cbr1h03k5ixam6lsr82lx3nh2kkp0416mlig0zfkd4b8a9mf8c",
+ "fetcher": "github",
+ "repo": "thieman/soundcloud.el",
+ "unstable": {
+ "version": [
+ 20150502,
+ 326
+ ],
+ "deps": [
+ "deferred",
+ "emms",
+ "json",
+ "request",
+ "request-deferred",
+ "string-utils"
+ ],
+ "commit": "f998d4276ea90258909c698f6a5a51fccb667c08",
+ "sha256": "1m8wcm6y80gq5rrm4brd3f20kmk54s6ph26j4lz4cmilxk6gj56v"
+ }
+ },
+ {
+ "ename": "soundklaus",
+ "commit": "811d0f1d195a0c6533fd412f0e444100e0685f90",
+ "sha256": "0b63sbgwp99ff94dxrqqp2p99j268fjkkzx0g42g726hv80d4fxb",
+ "fetcher": "github",
+ "repo": "r0man/soundklaus.el",
+ "unstable": {
+ "version": [
+ 20160314,
+ 1231
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "emms",
+ "pkg-info",
+ "request",
+ "s"
+ ],
+ "commit": "09ec030843482594beae2664b8fe1e0ad1e66472",
+ "sha256": "0w5ac515ymj43p5j19nhfqk0c3251c7x3i97r550g780niby1nc5"
+ }
+ },
+ {
+ "ename": "sourcekit",
+ "commit": "45969cd5cd936ea61fbef4722843b0b0092d7b72",
+ "sha256": "1lvk3m86awlinivpg89h6zvrwrdqa5ljdp563k3i4h9384w82pks",
+ "fetcher": "github",
+ "repo": "nathankot/company-sourcekit",
+ "unstable": {
+ "version": [
+ 20180101,
+ 834
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "request"
+ ],
+ "commit": "abf9bc5a0102eb666d3aa6d6bf22f6efcc852781",
+ "sha256": "1g8a4fgy2c5nqk8gysbnzn5jvfw6ynmfhc6j3hkrbswgf9188v5n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "request"
+ ],
+ "commit": "8ba62ac25bf533b7f148f333bcb5c1db799f749b",
+ "sha256": "01dh0wdaydiai4v13r8g05rpiwqr5qqi34wif8vbk2mrr25wc7i9"
+ }
+ },
+ {
+ "ename": "sourcemap",
+ "commit": "557d18259543263932fccdbaf44c4e7986bd277b",
+ "sha256": "0cjg90y6a0l59a9v7d7p12pgmr21gwd7x5msil3h6xkm15f0qcc5",
+ "fetcher": "github",
+ "repo": "syohex/emacs-sourcemap",
+ "unstable": {
+ "version": [
+ 20161216,
+ 540
+ ],
+ "commit": "64c89d296186f48d9135fb8aad501de19f64bceb",
+ "sha256": "115g2mfpbfywp8xnag4gsb50klfvplqfh928a5mabb5s8v4a3582"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "64c89d296186f48d9135fb8aad501de19f64bceb",
+ "sha256": "115g2mfpbfywp8xnag4gsb50klfvplqfh928a5mabb5s8v4a3582"
+ }
+ },
+ {
+ "ename": "sourcerer-theme",
+ "commit": "8532e062b1830d8cf4e7f72518131a1f32762b37",
+ "sha256": "0xikcln8sz3cic5a77cdvq2aazy1csf1qfxgmcavpqz54ps14j1z",
+ "fetcher": "github",
+ "repo": "gilbertw1/sourcerer-emacs",
+ "unstable": {
+ "version": [
+ 20161014,
+ 1625
+ ],
+ "commit": "c7f8e665d53bb48fb72f95f706710d53d24bd407",
+ "sha256": "06bxsbjyrn4grp9i17p90cs4x50cmw62k6a2c6gapkw8f1xbv7xv"
+ }
+ },
+ {
+ "ename": "sourcetrail",
+ "commit": "9713bd8030657c8e867409a6aa8173219809173a",
+ "sha256": "0qa3iw82dbfc1b45505s39m99r0m2473312prws6hch0qhjyji7h",
+ "fetcher": "github",
+ "repo": "CoatiSoftware/emacs-sourcetrail",
+ "unstable": {
+ "version": [
+ 20170410,
+ 2137
+ ],
+ "commit": "b8d5557aa565ae979622312576db20515f65f977",
+ "sha256": "1aqkkbf0xw4kqsy1jjn4xhs5vk2vcsqzs7f4p2sf1plnzsqxflw8"
+ }
+ },
+ {
+ "ename": "spacebar",
+ "commit": "e4d1808eabdb9081441e01526efe81782ae0122f",
+ "sha256": "0kpmgirg3s57qkzrlbicz2jwgwlyg9jlxy6kxkqxixf1h0z5wy7n",
+ "fetcher": "github",
+ "repo": "matthias-margush/spacebar",
+ "unstable": {
+ "version": [
+ 20190719,
+ 334
+ ],
+ "deps": [
+ "eyebrowse"
+ ],
+ "commit": "2b2cd0e786877273103f048e62a06b0027deca2d",
+ "sha256": "08jfqvm8xfw0mhgfns6q2ysfwqr6g6iz8vc4g4svdbsimmfhf6ka"
+ }
+ },
+ {
+ "ename": "spacegray-theme",
+ "commit": "fada130a1e2927d98526f4629cc1101d93e787c5",
+ "sha256": "0khiddpsywpv9qvynpfdmybd80lbrhm68j3py6ranxlv7p79j9dx",
+ "fetcher": "github",
+ "repo": "bruce/emacs-spacegray-theme",
+ "unstable": {
+ "version": [
+ 20150719,
+ 1931
+ ],
+ "commit": "7f70ee36297e5ccf9bc90b1f81472024f5a7a749",
+ "sha256": "1a8jp7m9zarvljg5d9c8ydir3qcmwx05c3frs696p9nwvapf6lsb"
+ }
+ },
+ {
+ "ename": "spaceline",
+ "commit": "46e4c876aeeb0bb0d0e81dcbb8363a5db9c3ff61",
+ "sha256": "0jpcj0i8ckdylrisx9b4l9kam6kkjzhhv1s7mwwi4b744rx942iw",
+ "fetcher": "github",
+ "repo": "TheBB/spaceline",
+ "unstable": {
+ "version": [
+ 20181223,
+ 2024
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "powerline",
+ "s"
+ ],
+ "commit": "ae45a819ea7ae52febb4d7d82170af44dff10f19",
+ "sha256": "01dyi0s8yilkgs0ifi489004195l4zrm9dqbybip4136l9zmlini"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "powerline",
+ "s"
+ ],
+ "commit": "2d1a7bfb5bdaf24958f50b4bf93182847916af85",
+ "sha256": "1q8r95zfrh0vxna5ml2pq9b9f66clfqcl4d2qy2aizkvzyxg6skl"
+ }
+ },
+ {
+ "ename": "spaceline-all-the-icons",
+ "commit": "d039e057c1d441592da8f54e6d524b395b030375",
+ "sha256": "1h6clkr2f29k2vw0jcrmnfbjpphaxm7s3zai6pn6qag32bgm3jq6",
+ "fetcher": "github",
+ "repo": "domtronn/spaceline-all-the-icons.el",
+ "unstable": {
+ "version": [
+ 20190325,
+ 1602
+ ],
+ "deps": [
+ "all-the-icons",
+ "memoize",
+ "spaceline"
+ ],
+ "commit": "5afd48c10f1bd42d9b9648c5e64596b72f3e9042",
+ "sha256": "1chv6lv216qa88fm2wil45x19dzahcclr9p5vizcziq180dnmass"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4,
+ 0
+ ],
+ "deps": [
+ "all-the-icons",
+ "memoize",
+ "spaceline"
+ ],
+ "commit": "7eafe2d7a81f8d10e03498bdcc3bec0ea50f905d",
+ "sha256": "186v71d8n1iy73drayyf57pyzlz973q74mazkyvb8w3fj8bb3llm"
+ }
+ },
+ {
+ "ename": "spacemacs-theme",
+ "commit": "6c8ac39214856c1598beca0bd609e011b562346f",
+ "sha256": "0riiim6qb6x9g5hz0k3qgdymgikynlb9l07mrbfmybkv4919p992",
+ "fetcher": "github",
+ "repo": "nashamri/spacemacs-theme",
+ "unstable": {
+ "version": [
+ 20190801,
+ 1302
+ ],
+ "commit": "db328e2092bc56e7bf861ad294b8748fd35e16f1",
+ "sha256": "1cz3rcm5n90nf4qailyn6m544waknxngvm20pflbmzgj3q5cklgv"
+ }
+ },
+ {
+ "ename": "spaces",
+ "commit": "fa5d57074f73cf11607f2f1610f92a0c77367f2a",
+ "sha256": "152x7fzjnjjdk9d9h0hbixdp3haqn5vdx3bq1nfqfrkvzychyr06",
+ "fetcher": "github",
+ "repo": "chumpage/chumpy-windows",
+ "unstable": {
+ "version": [
+ 20170809,
+ 2208
+ ],
+ "commit": "6bdb51e9a346907d60a9625f6180bddd06be6674",
+ "sha256": "1wkyvfqmf24c8kb162pwi6wcm88bzf0x9mxljzkx0s8bq9aliny6"
+ }
+ },
+ {
+ "ename": "spark",
+ "commit": "f4d1529ab86de7c033579b1a1d0084899c16f454",
+ "sha256": "0dv7ixv9gw6xxhw5zm4gmv2ll4lja8hmn2pdizlqxaizpm245rkn",
+ "fetcher": "github",
+ "repo": "alvinfrancis/spark",
+ "unstable": {
+ "version": [
+ 20160415,
+ 201
+ ],
+ "commit": "0bf148c3ede3b31d56fd75f347cdd0b0eae60025",
+ "sha256": "1ykqr86j17mi95s08d9fp02d7ych1331b04dcqxzxnmpkhwngyj1"
+ }
+ },
+ {
+ "ename": "sparkline",
+ "commit": "7278ca31ee3c035c8ec754af152127776f04792e",
+ "sha256": "081jzaxjb32nydvr1kmyafxqxi610n0yf8lwz9vldm84famf3g7y",
+ "fetcher": "github",
+ "repo": "woudshoo/sparkline",
+ "unstable": {
+ "version": [
+ 20150101,
+ 1319
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a2b5d817d272d6363b67ed8f8cc75499a19fa8d2",
+ "sha256": "1fqd3ycywxxmln2kzqwflc69xmqlvi9gwvmf7frn0rfv73w09cvp"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e44498cf1a58fb165991198fe5104d51c92ea904",
+ "sha256": "1gmmmkzxxlpz2ml6qk24vndlrbyl55r5cba76jn342zrxvb357ny"
+ }
+ },
+ {
+ "ename": "sparql-mode",
+ "commit": "c3d729130a41903bb01465d0f01c34fbc508b56e",
+ "sha256": "1xicrfmgxpb31lz30qj450w8v7dl4ipjp7b2wz54s4kn88nsfj7d",
+ "fetcher": "github",
+ "repo": "ljos/sparql-mode",
+ "unstable": {
+ "version": [
+ 20180320,
+ 1802
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a00bb622c54086ac1ee96c265bf7fbef12c68089",
+ "sha256": "0f919alnqbp5dnc4krgmnc9acqg84xs64fmzjc78gpbmfn0kyi0m"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2837b97244111515c61fb3823c1479bc126a458b",
+ "sha256": "0hqp8r24wvzrkl630wbm0lynrcrnawv2yn2a3xgwqwwhwgva35rn"
+ }
+ },
+ {
+ "ename": "speech-tagger",
+ "commit": "db80aa5d95846ee02a9d762aa68325ab5e37dcf7",
+ "sha256": "0sqil949ny9qjxq7kpb4zmjd7770r0qvq4sz80agw6a27mqnaajc",
+ "fetcher": "github",
+ "repo": "cosmicexplorer/speech-tagger",
+ "unstable": {
+ "version": [
+ 20170728,
+ 1829
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "61955b40d4e8b09e66a3e8033e82893f81657c06",
+ "sha256": "07rgs1f9z2ayphv04jdjk9v1s2s47qvksf64z6qn1zss2alc0y0v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 0
+ ],
+ "commit": "e6595bd0eea93ede1534c536c1746c9cf763b73c",
+ "sha256": "1k6c7450v0ln6l9b8z1hib2s2b4rmjbskynvwwyilgdnvginfhi3"
+ }
+ },
+ {
+ "ename": "speechd-el",
+ "commit": "96669a664122c2fb69acd4cad2d7bf75d3e8272d",
+ "sha256": "0p8zih9s2x6l2xcfjbzriyhsicaiwxz54iq9h3c8szlzq708mayc",
+ "fetcher": "github",
+ "repo": "brailcom/speechd-el",
+ "unstable": {
+ "version": [
+ 20190616,
+ 1309
+ ],
+ "commit": "b3d62e62f9f23b08b62c1363e415c4f8a8f20029",
+ "sha256": "0nyh7v7qvwsayb1xdmbjagl3yxgs76fqm80w2r1xjmjzi0346qwb"
+ }
+ },
+ {
+ "ename": "speed-type",
+ "commit": "d6c33b5bd15875baea0fd2f24ee8ec9414a6f7aa",
+ "sha256": "0lsbi3b6v7fiwpvydgwcqx3y5i7bysfjammly22qpz3kcjmlvi06",
+ "fetcher": "github",
+ "repo": "parkouss/speed-type",
+ "unstable": {
+ "version": [
+ 20190526,
+ 953
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c98f9ebd4abf96db967f9c0dff9ccfa4b7f4035b",
+ "sha256": "1hjpxr5nb08g5vz7wmlf3zxazvj419528rfwdpkpbmdsjmy67fbf"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5d691f57743304db63b6afdc5bd79dabd282d390",
+ "sha256": "08qp2b80rh9k8h5vv141lfsg73rqqikhh7ygal789rr278ai1rjf"
+ }
+ },
+ {
+ "ename": "speeddating",
+ "commit": "01e23a3e2a2495e86aba60302dbd06f3b25768b4",
+ "sha256": "0b5lcb1inkcx94grib5ssv1qkbzxqryzm115qizlgfs04k8cwz09",
+ "fetcher": "github",
+ "repo": "xuchunyang/emacs-speeddating",
+ "unstable": {
+ "version": [
+ 20180319,
+ 723
+ ],
+ "commit": "df69db0560f19636a66a74f3d88c793bbb18b21e",
+ "sha256": "0mhzjia900irv0ndiw6w2vzin1gvyaf48pghi16r562ci4lr963w"
+ }
+ },
+ {
+ "ename": "sphinx-doc",
+ "commit": "a3b80d346ad4fb415970beddb5f02ae795fbf1b4",
+ "sha256": "00h3wx2p5hzbw6sggggdrzv4jrn1wc051iqql5y2m1hsh772ic5z",
+ "fetcher": "github",
+ "repo": "naiquevin/sphinx-doc.el",
+ "unstable": {
+ "version": [
+ 20160116,
+ 1117
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "s"
+ ],
+ "commit": "f39da2e6cae55d5d7c7ce887e69755b7529bcd67",
+ "sha256": "1wif9wf8hwxk0q09cdnrmyas7zjg8l5b8jd6sjxd40ypn6dmz2ch"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "s"
+ ],
+ "commit": "b3459ecb9e6d3fffdee3cb7342563a56a32ce666",
+ "sha256": "1q6v0xfdxm57lyj4zxyqv6n5ik5w9drk7yf9w8spb5r22jg0dg8c"
+ }
+ },
+ {
+ "ename": "sphinx-frontend",
+ "commit": "4cf72e71f159b9eaaa0834682d5dd4eb258616cf",
+ "sha256": "0hdn6zjnhzyka0lzdxqfzbj3lrj767ij406zha9zw8ibbkk7cmag",
+ "fetcher": "github",
+ "repo": "kostafey/sphinx-frontend",
+ "unstable": {
+ "version": [
+ 20161025,
+ 758
+ ],
+ "commit": "0cbb03361c245382d3e679dded30c4fc1713c252",
+ "sha256": "1ksjgd995pcb4lvwip08i8ay0xpin8dcam3hcgnbjjqjg9hja1cf"
+ }
+ },
+ {
+ "ename": "sphinx-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0f5xkaqsmxc4bfz80njlc395dcw2dbvmzx6h9fw31mylshzbmrys",
+ "fetcher": "github",
+ "repo": "Fuco1/sphinx-mode",
+ "unstable": {
+ "version": [
+ 20180620,
+ 915
+ ],
+ "deps": [
+ "dash",
+ "f"
+ ],
+ "commit": "b5ac514e213459dcc57184086f10b5b6be3cecd8",
+ "sha256": "06r50n159g18fi03xyxzkv7zr6cvs29ly1yyrmyjl9m6dn97m9mc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "3d6e3059350593dc077f06f54c33869b9e28f7bc",
+ "sha256": "0l3a8swmf3sm54ayk2ahh1i5j1hf0hd822dfmx50kgwi4wpv48sp"
+ }
+ },
+ {
+ "ename": "spice-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1my6dbdnf4scshjf299d4n7vsdq3cxhq9kmqvirs45y3qjm7pgpg",
+ "fetcher": "github",
+ "repo": "stardiviner/spice-mode",
+ "unstable": {
+ "version": [
+ 20190608,
+ 1033
+ ],
+ "commit": "e5e0644f03f9696f56dd69e2b6979da7f30ed600",
+ "sha256": "01905cdplj9icbxzr7sqb62x5qchzgvs8qjf5s4qga4x3vjh1dc4"
+ }
+ },
+ {
+ "ename": "spiral",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "074ymaksb3dgrsrdsi6xdlvigki5l2v66r8204xv50yc88z7l8qr",
+ "fetcher": "github",
+ "repo": "Unrepl/spiral",
+ "unstable": {
+ "version": [
+ 20180223,
+ 1140
+ ],
+ "deps": [
+ "a",
+ "avy",
+ "clojure-mode",
+ "highlight",
+ "treepy"
+ ],
+ "commit": "907b9792467139a942ba7b07ca0276b90770baf9",
+ "sha256": "1rggzzvya26abbzd8bc2kpv59kzgm75wqv1vwqnj9c8im1jvs1na"
+ }
+ },
+ {
+ "ename": "splitjoin",
+ "commit": "51e172f46045fbb71b6a13b3521b502339a4a02b",
+ "sha256": "0l1x98fvvia8qx8g125h4d76slv0xnb3h1zxiq9xb5qh7a1h069l",
+ "fetcher": "github",
+ "repo": "syohex/emacs-splitjoin",
+ "unstable": {
+ "version": [
+ 20150505,
+ 1432
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e2945ee269e6e90f0243d6f2a33e067bb0a2873c",
+ "sha256": "1qdy9nc2h7mwxh7zg2p1x7yg96hxkwxqimjp6zb1119jx0s8grjc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0eb91e7beec915065cd6c00ceaca180a64d85cda",
+ "sha256": "17qsmjsbk8aq3azjxid6h9fzz77bils74scp21sqn8vdnijx8991"
+ }
+ },
+ {
+ "ename": "splitter",
+ "commit": "129f0d20616226c449bdaf672c43a06e8f281869",
+ "sha256": "02vdhvipzwnh6mlj25lirzxkc0shfzqfs1p4gn3smkxqx6g7mdb2",
+ "fetcher": "github",
+ "repo": "chumpage/chumpy-windows",
+ "unstable": {
+ "version": [
+ 20170809,
+ 2208
+ ],
+ "commit": "6bdb51e9a346907d60a9625f6180bddd06be6674",
+ "sha256": "1wkyvfqmf24c8kb162pwi6wcm88bzf0x9mxljzkx0s8bq9aliny6"
+ }
+ },
+ {
+ "ename": "spotify",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "07y6d3cz3nziasza3znysvcnx3kw156ab78kw5y0pdll45nw210x",
+ "fetcher": "github",
+ "repo": "remvee/spotify-el",
+ "unstable": {
+ "version": [
+ 20181030,
+ 810
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "29577cf1188161f98b8358c149aaf47b2c137902",
+ "sha256": "0h6yhfvvyd9sd5d37d3ng3z56zfb546vl95qjq16kcvxq00hdn1v"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 4
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "29577cf1188161f98b8358c149aaf47b2c137902",
+ "sha256": "0h6yhfvvyd9sd5d37d3ng3z56zfb546vl95qjq16kcvxq00hdn1v"
+ }
+ },
+ {
+ "ename": "spotlight",
+ "commit": "26e0eba715c869c5bd295afb8971d490e80f6e2b",
+ "sha256": "0mmr1spr21pi8sfy95dsgqcxn8qfsphdkfjm5w5q97lh7496z65p",
+ "fetcher": "github",
+ "repo": "benmaughan/spotlight.el",
+ "unstable": {
+ "version": [
+ 20150929,
+ 755
+ ],
+ "deps": [
+ "counsel",
+ "swiper"
+ ],
+ "commit": "ab902900f22e7d1ea2dd8169441d2da7155aaa68",
+ "sha256": "05knlca2dvpyqp9lw8dc47fl5kh2jb04q57cygkzfjjkzvywdwq8"
+ }
+ },
+ {
+ "ename": "spray",
+ "commit": "e4f5053aa4e1af3f636febe9c3ce8c6ae20c090d",
+ "sha256": "1h8lngcqa343mlc091zs419frgsla65khfj93lv9fil3xbgrm7m9",
+ "fetcher": "gitlab",
+ "repo": "iankelling/spray",
+ "unstable": {
+ "version": [
+ 20160304,
+ 2220
+ ],
+ "commit": "00638bc916227f2f961013543d10e85a43a32e29",
+ "sha256": "1avbfr32dvff26kgvd5vgan99nb5c6al9kv5xbmy2rcls17py7r2"
+ }
+ },
+ {
+ "ename": "springboard",
+ "commit": "138b8a589725ead2fc1de9ea76c55e3eb2473872",
+ "sha256": "17rmsidsbb4p08vr07mfn25m17wnpadcwr4nxvp79glp5a0wyyib",
+ "fetcher": "github",
+ "repo": "jwiegley/springboard",
+ "unstable": {
+ "version": [
+ 20170106,
+ 755
+ ],
+ "deps": [
+ "helm"
+ ],
+ "commit": "687d1e5898a880878995dc9bffe93b4598366203",
+ "sha256": "0fn8c4hqblfjvcpg68kj2dmdjqsdnxddqbzgvakl43zckjg8pi01"
+ }
+ },
+ {
+ "ename": "sprintly-mode",
+ "commit": "8730956d3f00e030e06ef54c3f2aecc10bb40f9d",
+ "sha256": "15i3rrv27ccpn12wwj9raaxpj7nlnrrj3lsp8vdfwph6ydvnfza4",
+ "fetcher": "github",
+ "repo": "sprintly/sprintly-mode",
+ "unstable": {
+ "version": [
+ 20121006,
+ 534
+ ],
+ "deps": [
+ "furl"
+ ],
+ "commit": "6695892bae5860b5268bf3ae62be990ee9b63c11",
+ "sha256": "06rk07h92s5sljprs41y3q31q64cprx9kgs56c2j6v4c8cmsq5h6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "furl"
+ ],
+ "commit": "6695892bae5860b5268bf3ae62be990ee9b63c11",
+ "sha256": "06rk07h92s5sljprs41y3q31q64cprx9kgs56c2j6v4c8cmsq5h6"
+ }
+ },
+ {
+ "ename": "sproto-mode",
+ "commit": "ac2b4207c4eaa3a048e245242489462a69b4af67",
+ "sha256": "19l6si3sx2i542r5lyr9axby9hblx76m77f17vnsjf32n3r0qgma",
+ "fetcher": "github",
+ "repo": "m2q1n9/sproto-mode",
+ "unstable": {
+ "version": [
+ 20151115,
+ 1805
+ ],
+ "commit": "0583a88273204dccd884b7edaa3590cefd31e7f7",
+ "sha256": "11igl9n2zwwar1xg651g5v0r0w6xl0grm8xns9wg80351ijrci7x"
+ }
+ },
+ {
+ "ename": "sprunge",
+ "commit": "f7b9f8cc2f2f8f8e1cf80b3e76c89b9f12cacf95",
+ "sha256": "199vfl6i881aks8fi9d9w4w7mnc7n443h79p3s4srcpmbyfg6g3w",
+ "fetcher": "github",
+ "repo": "tomjakubowski/sprunge.el",
+ "unstable": {
+ "version": [
+ 20160301,
+ 243
+ ],
+ "deps": [
+ "cl-lib",
+ "request"
+ ],
+ "commit": "0fd386b8b29c4175022a04ad70ea5643185b6726",
+ "sha256": "03wjzk1ljclfjgqzkg6m7v8saaajgavyd0xskd8fg8rdkx13ki0l"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "request"
+ ],
+ "commit": "0fd386b8b29c4175022a04ad70ea5643185b6726",
+ "sha256": "03wjzk1ljclfjgqzkg6m7v8saaajgavyd0xskd8fg8rdkx13ki0l"
+ }
+ },
+ {
+ "ename": "spu",
+ "commit": "8f2ef1e83c924d5411b47a931432f129db95ff2c",
+ "sha256": "0g7j0rz6ga6x6akiijp4vg5iymvqx5d08d60cz6dccq120fi95v8",
+ "fetcher": "github",
+ "repo": "mola-T/SPU",
+ "unstable": {
+ "version": [
+ 20161214,
+ 324
+ ],
+ "deps": [
+ "signal",
+ "timp"
+ ],
+ "commit": "41eec86b595816e3852e8ad1a8e07e51a27fd065",
+ "sha256": "1j77h761vf74y9sfjpidgaznail95hsg9akjs55sz1xiyy7hkgyw"
+ }
+ },
+ {
+ "ename": "sql-clickhouse",
+ "commit": "a0ef23e6825924094eb69bd8526a95d8fab210c1",
+ "sha256": "083i9aaf69yk71mndl5x0pimn3bkkhp3mfppxvy0f5lzf2847q2j",
+ "fetcher": "github",
+ "repo": "leethargo/sql-clickhouse",
+ "unstable": {
+ "version": [
+ 20180302,
+ 1555
+ ],
+ "commit": "2edccd94145c55a040a3a87193793f06cf01f64f",
+ "sha256": "0zajd35i02h869mg6n2pn2fnb80ddny6ss1kap21b75p2gw79lb7"
+ }
+ },
+ {
+ "ename": "sql-impala",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1mh36ycqgr07r0hknkr6vb4k0r5b2h8bqd7m5faz9p56qbisgvvh",
+ "fetcher": "github",
+ "repo": "jterk/sql-impala",
+ "unstable": {
+ "version": [
+ 20181218,
+ 410
+ ],
+ "commit": "466e7c0c789ec3e5e8a276c8f6754f91bb584c3e",
+ "sha256": "02psgbm06wivdm2cmjnj2vy05lnljxn44hj2arw2fr7x2qwn9r35"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "466e7c0c789ec3e5e8a276c8f6754f91bb584c3e",
+ "sha256": "02psgbm06wivdm2cmjnj2vy05lnljxn44hj2arw2fr7x2qwn9r35"
+ }
+ },
+ {
+ "ename": "sql-presto",
+ "commit": "a21349775e018822a06bca3c3c338879548e286f",
+ "sha256": "1rjfgvwgl63xn047vmsmj1s31wvrd24v6ibf9nri6qmffhv9i9zb",
+ "fetcher": "github",
+ "repo": "kat-co/sql-prestodb",
+ "unstable": {
+ "version": [
+ 20190113,
+ 1742
+ ],
+ "commit": "bcda455e300a1af75c7bb805882329bc844703b2",
+ "sha256": "00whmsylr802fx87yqbr06rbymyln7kq7750pcz26xm1jgja7cax"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 4
+ ],
+ "commit": "bcda455e300a1af75c7bb805882329bc844703b2",
+ "sha256": "00whmsylr802fx87yqbr06rbymyln7kq7750pcz26xm1jgja7cax"
+ }
+ },
+ {
+ "ename": "sqlformat",
+ "commit": "6bdaa1ccae12f2ea779ac6989607d8027feac2c9",
+ "sha256": "07lf2gx629429b41qr04gl98gplb538gb5hw7idzrmi3higrmv8m",
+ "fetcher": "github",
+ "repo": "purcell/sqlformat",
+ "unstable": {
+ "version": [
+ 20190420,
+ 2256
+ ],
+ "deps": [
+ "reformatter"
+ ],
+ "commit": "f7f46be6f06b83642c312151f3b5276f8830d9d7",
+ "sha256": "00z60y08likwqfd27ibvzhy62qs29i4d4y4vq3p3slx43rfdgvxs"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "b70b05bf469a27c1a2940eeaa1a5c8cc93d805fd",
+ "sha256": "14n2yjmi4ls8rmpvvw6d7cz5f6dcg7laaljxnhwbagfd5j4sdfrm"
+ }
+ },
+ {
+ "ename": "sqlite",
+ "commit": "949556b57cea0fbbfc98b95d894de95257dfe1e5",
+ "sha256": "1c5dprdl8q09yd0kvpkm19z60m9rhkilj5zmj938wlj5bmdlydv8",
+ "fetcher": "gitlab",
+ "repo": "cnngimenez/sqlite.el",
+ "unstable": {
+ "version": [
+ 20180708,
+ 1711
+ ],
+ "commit": "dad42b8bbca4994be1871343dd18fd6528ee5797",
+ "sha256": "06ln4vijl8kii3nzc5cscgsadx1fqgxksflijd3ain83bn8g4wrd"
+ }
+ },
+ {
+ "ename": "sqlup-mode",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0ngs58iri3fwv5ny707kvb6xjq98x19pzak8c9nq4qnpw3nkr83b",
+ "fetcher": "github",
+ "repo": "Trevoke/sqlup-mode.el",
+ "unstable": {
+ "version": [
+ 20170610,
+ 1537
+ ],
+ "commit": "04970977b4abb4d44301651618bbf1cdb0b263dd",
+ "sha256": "14s66xrabj269z7f94iynsla96bka7zac011psrbcfyy4m8mlamz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 0
+ ],
+ "commit": "04970977b4abb4d44301651618bbf1cdb0b263dd",
+ "sha256": "14s66xrabj269z7f94iynsla96bka7zac011psrbcfyy4m8mlamz"
+ }
+ },
+ {
+ "ename": "sr-speedbar",
+ "commit": "ae489be43b1aee93614e40f492ebdf0b98a3fbc1",
+ "sha256": "1v90jbqdw39yrfcsnyqas8c5g09rcf1db65q2m2rw7rik8cgb052",
+ "fetcher": "github",
+ "repo": "emacsorphanage/sr-speedbar",
+ "unstable": {
+ "version": [
+ 20161025,
+ 831
+ ],
+ "commit": "77a83fb50f763a465c021eca7343243f465b4a47",
+ "sha256": "0sd12555hk7z721y00kv3crdybvcn1i08wmd148z5imayzibj153"
+ },
+ "stable": {
+ "version": [
+ 20140914,
+ 2339
+ ],
+ "commit": "4f816528a32eb421197a768d6dcf3a05de83f642",
+ "sha256": "1x9wizd0fzcmpf8ff7c3rcfxk64diy9jmzzvxa7d5a3k8vvpdhg3"
+ }
+ },
+ {
+ "ename": "srcery-theme",
+ "commit": "2654fc05f55c7fab7d550b7db1d187edc9ff0f42",
+ "sha256": "1bnvf9v7g2mpx8519lh73fphhr4cqd33qlw22qyxnqiz5cz93lsp",
+ "fetcher": "github",
+ "repo": "srcery-colors/srcery-emacs",
+ "unstable": {
+ "version": [
+ 20190526,
+ 1227
+ ],
+ "commit": "a47a40c7c5d39d251bf15e45f184565c5240b33e",
+ "sha256": "1i3c7y0a7dzvb3c8pk69gvh33945bhm00j0fwl49yh7hg2d9w118"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "96e2f46b7068b84702809163f4d9d379d22f0395",
+ "sha256": "12dg8bficlxc1nb30lz507lq3ywpvjj6f289hc754vslx6w6by0a"
+ }
+ },
+ {
+ "ename": "srefactor",
+ "commit": "e23115ab231ab108678608f2ad0a864f896cd0f2",
+ "sha256": "01cd40jm4h00c5q2ix7cskp7klbkcd3n5763y5lqfv59bjxwdqd2",
+ "fetcher": "github",
+ "repo": "tuhdo/semantic-refactor",
+ "unstable": {
+ "version": [
+ 20180703,
+ 1810
+ ],
+ "commit": "6f2c97d17fb70f4ca2112f5a2b99a8ec162004f5",
+ "sha256": "1lyz3zjkx2csh0xdy1zpx8s32qp1p3sig57mwi9xhgpqjyf0axmb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "commit": "ecd40713f736b243285c07f4cfd77113794d4f9f",
+ "sha256": "0wx8l8gkh8rbf2g149f35gpnmkk45s9x4r844aqw5by4zkvix4rc"
+ }
+ },
+ {
+ "ename": "srv",
+ "commit": "6b0b7f22631e7749da484ced9192d8ae5e1be941",
+ "sha256": "0xrgbi63vg0msxkcmcnvijkxa9y0s7613liqac7fs9514yvkbwin",
+ "fetcher": "github",
+ "repo": "legoscia/srv.el",
+ "unstable": {
+ "version": [
+ 20180715,
+ 1959
+ ],
+ "commit": "714387d5a5cf34d8d8cd96bdb1f9cb8ded823ff7",
+ "sha256": "1a8pqhdi7m3lis5ad2f74s1sy8zpxlwvfsvd80lw746235x2v06z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "714387d5a5cf34d8d8cd96bdb1f9cb8ded823ff7",
+ "sha256": "1a8pqhdi7m3lis5ad2f74s1sy8zpxlwvfsvd80lw746235x2v06z"
+ }
+ },
+ {
+ "ename": "ssass-mode",
+ "commit": "3137f98aaa871a52f477b63d9c3b7b63f7271344",
+ "sha256": "07aym4a7l70f1lb6yvwxkhsykrwbf0lcpwlwgcn5n44kavvdbzxm",
+ "fetcher": "github",
+ "repo": "AdamNiederer/ssass-mode",
+ "unstable": {
+ "version": [
+ 20190521,
+ 249
+ ],
+ "commit": "c2c610abd85fecd171466bf5a9a4943bd62ffda5",
+ "sha256": "0vbh0nqbc7j2xjksk0xdfsrqfxd64fcqyladgk2v3jw0qply6ydw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "5f36a169a1ad497f1d7a465be386ffb5e1f80bcf",
+ "sha256": "1n1q26p52i6c6i8svkr0bn91hliqm540y1fcz3jci8w2ws0s5x11"
+ }
+ },
+ {
+ "ename": "ssh",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1wlzagcg2fxqcbpd3z02wsil2n224kzmhcd54df80jypgq5fa6k3",
+ "fetcher": "github",
+ "repo": "ieure/ssh-el",
+ "unstable": {
+ "version": [
+ 20120904,
+ 2042
+ ],
+ "commit": "c17cf5b43df8ac4662a0580f85898e1f078df0d1",
+ "sha256": "1rdhdkwdhb727rj53xyxk6i00sjr58a48hfig14m12niy1k739vd"
+ }
+ },
+ {
+ "ename": "ssh-agency",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "1b25fl1kk4mwsd25pg9s0lazlpmaa6s9wnfgvlqk8k65d7p7idzz",
+ "fetcher": "github",
+ "repo": "magit/ssh-agency",
+ "unstable": {
+ "version": [
+ 20180508,
+ 26
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "d9dbedd773ad3a831e02e162c47936d6814a850a",
+ "sha256": "0895n7bss4wdydic1gflr03f2cwdyqywl16gvb599lpn288jhwvz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "d9dbedd773ad3a831e02e162c47936d6814a850a",
+ "sha256": "0895n7bss4wdydic1gflr03f2cwdyqywl16gvb599lpn288jhwvz"
+ }
+ },
+ {
+ "ename": "ssh-config-mode",
+ "commit": "750b16ee631b4c2014f2ebf767609bab4b8ee421",
+ "sha256": "1jlaf1bipmf51552jyp2ax6n4gwg38n2348kyxlwd7d8vwsibbpq",
+ "fetcher": "github",
+ "repo": "jhgorrell/ssh-config-mode-el",
+ "unstable": {
+ "version": [
+ 20190712,
+ 1840
+ ],
+ "commit": "4c1dfa57d452cb5654453bf186c8ff63e1e71b56",
+ "sha256": "0crglfdazzckizbwzmgl2rn6j85avfzkr1q7ijxd17rp2anvr9bd"
+ }
+ },
+ {
+ "ename": "ssh-deploy",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1ys3cc5fz8y4rsiq3daqgcpa14ssv1q4cw0pqbfscql6mps0mjdm",
+ "fetcher": "github",
+ "repo": "cjohansson/emacs-ssh-deploy",
+ "unstable": {
+ "version": [
+ 20190610,
+ 1256
+ ],
+ "commit": "e1507feccf581160daece98b436dfac63020bb68",
+ "sha256": "1bbs2k65fggab61pgl8p5jgg8jxsggqkfcs55k6kg4s78gj2rqma"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 1
+ ],
+ "commit": "20a87ab053b1d56fdb102b75b1c90658df756505",
+ "sha256": "1m0fav34wvak4k3ki92z5nvsyw6jdxnmhn5xzjiialgz9c3936v8"
+ }
+ },
+ {
+ "ename": "ssh-tunnels",
+ "commit": "b093a3a9a836bae8ce37a21188c64e9a878066e8",
+ "sha256": "0zlf22wg9adkhycsasv6bfim2h0cknsvihyi1q2l2l4pjdp9ypqj",
+ "fetcher": "github",
+ "repo": "death/ssh-tunnels",
+ "unstable": {
+ "version": [
+ 20190622,
+ 931
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d32e2072f50bcbde787196abb5862735837dc8be",
+ "sha256": "1i0wmdv0pglsz1pbhfjrpr1q6sxh1q74s41vnjxk5r2q8p1fh69n"
+ }
+ },
+ {
+ "ename": "stack-mode",
+ "commit": "1328a676140e4b8d01af126c4043bcfa8d1b2a8c",
+ "sha256": "0s0m2lj40php7bc2i3fy9ikd5rmx4v7zbxfkp9vadmlc5s7w25gf",
+ "fetcher": "github",
+ "repo": "commercialhaskell/stack-ide",
+ "unstable": {
+ "version": [
+ 20150923,
+ 1523
+ ],
+ "deps": [
+ "cl-lib",
+ "flycheck",
+ "haskell-mode"
+ ],
+ "commit": "f3481e239dde9817152ec00e32bfc3ebf5aaf2cb",
+ "sha256": "1f2dxlc3dsf9ay417h1l43fxjkrb0a4gg96zd3asx9v2alpzgcim"
+ }
+ },
+ {
+ "ename": "stan-mode",
+ "commit": "67a44a0abe675238b10decdd612b67e418caf34b",
+ "sha256": "17ph5khwwrcpyl96xnp3rsbmnk7mpwmgskxka3cfgkm190qihfqy",
+ "fetcher": "github",
+ "repo": "stan-dev/stan-mode",
+ "unstable": {
+ "version": [
+ 20190805,
+ 1427
+ ],
+ "commit": "e60fe0caecb8e84d0b8fc160a0cdf8343e33d905",
+ "sha256": "16wl8r1409v3cjfb91fkv42gf9cbzgcd1cvqpypj3jm3hdmlz9gz"
+ },
+ "stable": {
+ "version": [
+ 9,
+ 2,
+ 0
+ ],
+ "commit": "45b8242611fe0437fcff48f5f4f7d8f0552531ac",
+ "sha256": "14yv57grsw3zyjcqasaanx8g2skix0i3w1f5r1fng3sgwclwbkdw"
+ }
+ },
+ {
+ "ename": "stan-snippets",
+ "commit": "eda8539b7d8da3a458a38f7536ed03580f9088c3",
+ "sha256": "021skkvak645483s7haz1hsz98q3zd8hqi9k5zdzaqlabwdjwh85",
+ "fetcher": "github",
+ "repo": "stan-dev/stan-mode",
+ "unstable": {
+ "version": [
+ 20190805,
+ 1427
+ ],
+ "deps": [
+ "stan-mode",
+ "yasnippet"
+ ],
+ "commit": "e60fe0caecb8e84d0b8fc160a0cdf8343e33d905",
+ "sha256": "16wl8r1409v3cjfb91fkv42gf9cbzgcd1cvqpypj3jm3hdmlz9gz"
+ },
+ "stable": {
+ "version": [
+ 9,
+ 2,
+ 0
+ ],
+ "deps": [
+ "stan-mode",
+ "yasnippet"
+ ],
+ "commit": "45b8242611fe0437fcff48f5f4f7d8f0552531ac",
+ "sha256": "14yv57grsw3zyjcqasaanx8g2skix0i3w1f5r1fng3sgwclwbkdw"
+ }
+ },
+ {
+ "ename": "standoff-mode",
+ "commit": "98858a45f72c28eec552b119a66479ea99b60f93",
+ "sha256": "127bzpm1cz103f1pb860yqrh7mr0rdaivrm9p6ssd01kchl9nskp",
+ "fetcher": "github",
+ "repo": "lueck/standoff-mode",
+ "unstable": {
+ "version": [
+ 20171115,
+ 1731
+ ],
+ "commit": "cf84b14066d63694d931395c6026fd0245d8a62b",
+ "sha256": "0dbcaz3faw8knx91yjsrb988sn2d9k0i5byhs1bi1ww36y6hmgs6"
+ }
+ },
+ {
+ "ename": "start-menu",
+ "commit": "88d965f6789d3f5ba3856cbf10edbc46e37b12ae",
+ "sha256": "1k1lc9i9vcl2am9afq0ksrxwsy6kppl4i0v10h0w2fq5z374rdkv",
+ "fetcher": "github",
+ "repo": "lujun9972/el-start-menu",
+ "unstable": {
+ "version": [
+ 20160426,
+ 1225
+ ],
+ "deps": [
+ "cl-lib",
+ "config-parser"
+ ],
+ "commit": "f7d33fed7ad2dc61156f1c1cff9e1805366fbd69",
+ "sha256": "1w3l8ahal9hjisny382bcw9w1nh2swpb1jzf2djww5h0i4r2h36c"
+ }
+ },
+ {
+ "ename": "stash",
+ "commit": "d3837ac3f1ac82e08a5ad7193766074a4d1bfa3d",
+ "sha256": "116k40ispv7sq3jskwc1lvmhmk3jjz4j967r732s07f5h11vk1z9",
+ "fetcher": "github",
+ "repo": "vermiculus/stash.el",
+ "unstable": {
+ "version": [
+ 20151117,
+ 1427
+ ],
+ "commit": "c2e494d20c752b80ebbdffbf66687b3cdfc425ad",
+ "sha256": "0cl2y72iagmv87kg72a46a3kap2xigwnrbk2hjgvsbxv2ng5f9cr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "commit": "638ae8a4f6d33af54fe77d57c2c0eb1800dd2e19",
+ "sha256": "0igqifws73cayvjnhhrsqpy14sr27avymfhaqzrpj76m2fsh6fj4"
+ }
+ },
+ {
+ "ename": "state",
+ "commit": "82e955112089569c775e11888d9811119f84a4f8",
+ "sha256": "19y3n8wnbpgbpz4jxy2p7hjqxykg09arjp7s5v22yz7il3gn48l2",
+ "fetcher": "github",
+ "repo": "thisirs/state",
+ "unstable": {
+ "version": [
+ 20180627,
+ 1956
+ ],
+ "commit": "258fe1cba00bdc2c600f866bb0406c719661d0a6",
+ "sha256": "1miwmb4012a4pjxc0qi0qrs0aw7yf8fhiy72ndf80sj050wmpaqn"
+ }
+ },
+ {
+ "ename": "status",
+ "commit": "dca8976de7060fcfc37a1623280869e0cef7b0a2",
+ "sha256": "0a9lqa7a5nki5711bjrmx214kah5ndqpwh3i240gdd08mcm07ps3",
+ "fetcher": "github",
+ "repo": "tromey/emacs-status",
+ "unstable": {
+ "version": [
+ 20151230,
+ 1408
+ ],
+ "commit": "b62c74bf272566f82a68622f29fb9edafea0f241",
+ "sha256": "0jpxmzfvg4k5q3h3gn6lrg891wjzlcps2kkij1jbdjk4jkgq386i"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "b62c74bf272566f82a68622f29fb9edafea0f241",
+ "sha256": "0jpxmzfvg4k5q3h3gn6lrg891wjzlcps2kkij1jbdjk4jkgq386i"
+ }
+ },
+ {
+ "ename": "steam",
+ "commit": "25a45eb6297168cd0ce4c4db5574362addad5c69",
+ "sha256": "10k408spgbxi266jk8x57zwav989is16nvwg41dknz91l76v63gw",
+ "fetcher": "github",
+ "repo": "Kungsgeten/steam.el",
+ "unstable": {
+ "version": [
+ 20171109,
+ 13
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d6ca2a828b0824da51978397e198bf91c51ce793",
+ "sha256": "16cxws1b3iwm9aqbiip298zsjm6gwjihpvkia4p0zvzynwhflw8q"
+ }
+ },
+ {
+ "ename": "stem",
+ "commit": "8d9c38d0d4dac86848ad0fec0aeeced009c5eac7",
+ "sha256": "1625nbi2bmb7vzjz0s7y1cy7dp8lp83dayiib3nr2bfkv76fwkcq",
+ "fetcher": "github",
+ "repo": "yuutayamada/stem",
+ "unstable": {
+ "version": [
+ 20131102,
+ 1109
+ ],
+ "commit": "d74e6611d6ba5025e0276a2cc7c8a90f46bfa9ac",
+ "sha256": "1xc4v8a35c2vpfhza15j4f89x7vyg9bbgm7xnprij7814k8iy7p0"
+ }
+ },
+ {
+ "ename": "stem-english",
+ "commit": "5c8e97e70e7a86b9f5e55bdd2db492994e8abdd5",
+ "sha256": "15d13palwdwrki9p804cdls08ph7sxxzd44nl4bhfm3dxic4sw7x",
+ "fetcher": "github",
+ "repo": "kawabata/stem-english",
+ "unstable": {
+ "version": [
+ 20180109,
+ 358
+ ],
+ "commit": "c9fc4c6ed6bf82382e479dae80912f4ae17d31f4",
+ "sha256": "1bkmgjfp7xir6d0yf782xkjvf595blrqhr3hack26jg5zl8qsrya"
+ }
+ },
+ {
+ "ename": "stgit",
+ "commit": "726da64b7baea1735a916b826bdfb8f575860e21",
+ "sha256": "1gbr0pvvig2vg94svy1r6zp57rhyg6n9yp7qvlkfal1z2lhzhs0g",
+ "fetcher": "github",
+ "repo": "ctmarinas/stgit",
+ "unstable": {
+ "version": [
+ 20171130,
+ 1559
+ ],
+ "commit": "114bc99e7f65b6959d91b3a0452deca55c38dc32",
+ "sha256": "0w3fdbzscb7dc54q7qdp2k2kqvrqya1919qnj7nq4zsc6bw9v0x6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 19
+ ],
+ "commit": "d86a0c1ffd8db519a1e8d56b3d972fdd8a7f4818",
+ "sha256": "1dzl6cnyzwbzysp82x7w1yc03g25kwan3h0zpnzhhfhg6c904sis"
+ }
+ },
+ {
+ "ename": "sticky",
+ "commit": "ad10a684b4b2f01bc65883374f36fef156ff55d2",
+ "sha256": "0g98qagqchwq9j5nvdz315wak8fvdw1l972cfh0fr4yyg7gxi6xr",
+ "fetcher": "github",
+ "repo": "rubikitch/sticky",
+ "unstable": {
+ "version": [
+ 20170926,
+ 36
+ ],
+ "commit": "fec4e1af38f17f5cd80eca361d8e8ef8772db366",
+ "sha256": "126zs059snzpg83q9mrb51y0pqawwrj9smr3y7rza4q4qkdp1nk0"
+ }
+ },
+ {
+ "ename": "stickyfunc-enhance",
+ "commit": "e24454febf90ec18a587b2c187a2bd2101e1b7b5",
+ "sha256": "13dh19c3bljs83l847syqlg07g33hz6sapg6j4s4xv4skix8zfks",
+ "fetcher": "github",
+ "repo": "tuhdo/semantic-stickyfunc-enhance",
+ "unstable": {
+ "version": [
+ 20150429,
+ 1814
+ ],
+ "commit": "13bdba51fcd83ccbc3267959d23afc94d458dcb0",
+ "sha256": "16dxjsr5nj20blww4xpd4jzgjprzzh1nwvb810ggdmp9paf4iy0g"
+ }
+ },
+ {
+ "ename": "stock-ticker",
+ "commit": "75e654f7b3f785bdfead3c594fdc09730c5d33b9",
+ "sha256": "1slcjk2avybr4v9s7gglizmaxbb3yqg6s6gdbg12m3vvj3b72lfi",
+ "fetcher": "github",
+ "repo": "hagleitn/stock-ticker",
+ "unstable": {
+ "version": [
+ 20150204,
+ 1052
+ ],
+ "deps": [
+ "request",
+ "s"
+ ],
+ "commit": "f2e564142c9de84232839a5b01979cf95b04d6a9",
+ "sha256": "191sg32z1iagyxmbn49i1lpfihld9g9741cw2kj830s4vag4kinx"
+ }
+ },
+ {
+ "ename": "strace-mode",
+ "commit": "9b2003bee9992d9e79124d95d30b573c8a6bdbfe",
+ "sha256": "16v350nqdxmmk1r4z25bssm436xcm4cvnaxm7f3wxwvmg9z0gx8d",
+ "fetcher": "github",
+ "repo": "pkmoore/strace-mode",
+ "unstable": {
+ "version": [
+ 20171116,
+ 2039
+ ],
+ "commit": "2901baa968d5180ab985ac40ca22cc20914d01f5",
+ "sha256": "1jd930nc2g562n4cqq1ppl2d8dq7bxkr3fh9f0gjms7bcm106kz9"
+ }
+ },
+ {
+ "ename": "strie",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1ngvpbws7laqxk6mm023r5295msap12h8bh9zrsbr05yxfzhlx83",
+ "fetcher": "github",
+ "repo": "jcatw/strie.el",
+ "unstable": {
+ "version": [
+ 20160211,
+ 2222
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "eb7efb0cccc127c414f6a64db11454869d9c10a8",
+ "sha256": "1kcbkf0wbmqy9slxfqg7wsyw5n2rsaz832ibrxszb642j0l8s7pr"
+ }
+ },
+ {
+ "ename": "string-edit",
+ "commit": "20fd24f22ef734fe064c66692bf3e18eb896f1ac",
+ "sha256": "1l1hqsfyi6pp4x4g1rk4s7x9zjc03wfmhy16izia8nkjhzz88fi8",
+ "fetcher": "github",
+ "repo": "magnars/string-edit.el",
+ "unstable": {
+ "version": [
+ 20160411,
+ 656
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "c44b65b4c5e9f52be9c14d88ca2f402a18d9e1dd",
+ "sha256": "1xm7bb3cp99ahr5jrwi0p0258qcvlbddy98wmbq00kk5pihqbzsg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "9f9c9cd659156fd2217be814eb4e91da48d44647",
+ "sha256": "15gdcpbba3h84s7xnpk69nav6bixdixnirdh5n1rly010q0m5s5x"
+ }
+ },
+ {
+ "ename": "string-inflection",
+ "commit": "5c2e2b6dba8686236c2595475cfddac5fd700e60",
+ "sha256": "1vrjcg1fa5adw16s4v9dq0fid0gfazxk15z9cawz0kmnpyzz3fg2",
+ "fetcher": "github",
+ "repo": "akicho8/string-inflection",
+ "unstable": {
+ "version": [
+ 20180827,
+ 1301
+ ],
+ "commit": "e9a50855a4c718592c28a5a892f164ecf46e39a8",
+ "sha256": "03kvp5xrv9p46m4w25jr5nvi801yafq5vxzif42y0dav7ifmmdfp"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 10
+ ],
+ "commit": "9b08372301e3c5f91cb278ee0e00a48845a42cb6",
+ "sha256": "0j3ms2cxbv24kr27r2jhzxpdih6w43gjdkm3sqd28c28ycab8d4b"
+ }
+ },
+ {
+ "ename": "string-utils",
+ "commit": "c9db386ab3910940addae6e925b2ac17e64e0f87",
+ "sha256": "1vsvxc06fd3wardldb83i5hjfibvmiqnxvcgdns7i5i8qlsrsx4v",
+ "fetcher": "github",
+ "repo": "rolandwalker/string-utils",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "deps": [
+ "list-utils"
+ ],
+ "commit": "c2232d691617973ecf12a970c6008a161c21da14",
+ "sha256": "1frdspm1qgksa8cpx5gkj50xk9mgz8202pgp11lqir6l3yjcj3wq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 2
+ ],
+ "deps": [
+ "list-utils"
+ ],
+ "commit": "3ae530143899f533a9ef5e1f26f28b577ebe72ee",
+ "sha256": "03azfs6z0jg66ppalijcxl973vdbhj4c3g84sm5dm8xv6rnxrv2s"
+ }
+ },
+ {
+ "ename": "stripe-buffer",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1kjib1kf9xqdirryr16wlvc95701hq8s4h8hz4dqzg3wzyb8287b",
+ "fetcher": "github",
+ "repo": "sabof/stripe-buffer",
+ "unstable": {
+ "version": [
+ 20141208,
+ 1508
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c252080f55cb78c951b19ebab9687f6d00237baf",
+ "sha256": "0dxajh72wdcwdb9ydbcm19fmp0p1drmh1niq4r69jnbn8sah0zax"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 5
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d9f009b92cf16fe2c40cd92b8f842a3872e6c190",
+ "sha256": "035ym1c1vzg6hjsnd258z4dkrfc11lj4c0y4gpgybhk54dq3w9dk"
+ }
+ },
+ {
+ "ename": "stumpwm-mode",
+ "commit": "caaa21f235c4864f6008fb454d0a970a2fd22a86",
+ "sha256": "11yk7xmmccgv7hin5qd1ibcsm1za01xfwsxa25q7vqwk6svnb0sf",
+ "fetcher": "git",
+ "url": "https://git.savannah.nongnu.org/git/stumpwm.git",
+ "unstable": {
+ "version": [
+ 20140131,
+ 216
+ ],
+ "commit": "61a7cf27e49e0779a53c018b2342f5f1c5cc70b4",
+ "sha256": "03is0690p7aw77c30j4r2b5gi5rv5f70wvpixy5qhcchlaxhaw82"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 8
+ ],
+ "commit": "4d0603e52b5bab993b3be63e3654c74f641e677d",
+ "sha256": "0pn3xjz433b0djcys25a8fv775yqmj3qgg0hyghgxjpzsh6k2a4f"
+ }
+ },
+ {
+ "ename": "stupid-indent-mode",
+ "commit": "68cd648bde8028a39849f7beae8deae78bfb877b",
+ "sha256": "12y8qxxs04qzy09m734qg0857g4612qdswx2bh9jk7dp886fpd7p",
+ "fetcher": "git",
+ "url": "https://gist.github.com/5487564.git",
+ "unstable": {
+ "version": [
+ 20170525,
+ 1117
+ ],
+ "commit": "3295e7de5e2cfddc3bf0e462e852bf58972f5d70",
+ "sha256": "00js2jkzvmvh1gbraijknv48y86pqyk9zv264a5n3l4sw5q6kcvk"
+ }
+ },
+ {
+ "ename": "stylefmt",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "14ap3xklmxyqz61p7z3fwgxbwjqrcbijcmvsmhfbm102x1spgbhz",
+ "fetcher": "github",
+ "repo": "KeenS/stylefmt.el",
+ "unstable": {
+ "version": [
+ 20161025,
+ 824
+ ],
+ "commit": "7a38f26bf8ff947215f34f0a064c7ca80575ccbc",
+ "sha256": "0cx9llbmfjhaxb60mj483ihl78xb30ldvhd1hdldmc9d473xbvmz"
+ }
+ },
+ {
+ "ename": "stylus-mode",
+ "commit": "877b5a3e612e1b1d6d51e60c66b0b79f231abdb2",
+ "sha256": "152k74q6qn2xa38v2zyd5y7ya5n26nvai5v7z5fmq7jrcndp27r5",
+ "fetcher": "github",
+ "repo": "brianc/jade-mode",
+ "unstable": {
+ "version": [
+ 20150313,
+ 1512
+ ],
+ "deps": [
+ "sws-mode"
+ ],
+ "commit": "4dbde92542fc7ad61df38776980905a4721d642e",
+ "sha256": "0p6pfxbl98kkwa3lgx82h967w4p0wbd9s96gvs72d74ryan07ij1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "deps": [
+ "sws-mode"
+ ],
+ "commit": "4e7a20db492719062f40b225ed730ed50be5db56",
+ "sha256": "0krbd1qa2408a97pqhl7fv0x8x1n2l3qq33zzj4w4vv0c55jk43n"
+ }
+ },
+ {
+ "ename": "subatomic-theme",
+ "commit": "de7f6009bab3e9a5b14b7b96ab16557e81e7f078",
+ "sha256": "0mqas67qms492n3hn74c5nrkjpsgf9b42lp02s2dh366c075dpqc",
+ "fetcher": "github",
+ "repo": "cryon/subatomic",
+ "unstable": {
+ "version": [
+ 20190607,
+ 1022
+ ],
+ "commit": "a13cdac97a6d0488b13bc36d4c2f4d4102ff6a31",
+ "sha256": "1l7yvplvjfcv1d1ij0inijm47nx42d3r00w43xjqnyhk9rrvazh1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8,
+ 1
+ ],
+ "commit": "6a4086af748b1ecb27f6ba2aa2614988db16d594",
+ "sha256": "1j63rzxnrzzqizh7fpd99dcgsy5hd7w4d2lpwl5armmixlycl5m8"
+ }
+ },
+ {
+ "ename": "subatomic256-theme",
+ "commit": "06a6bdf12623847600d87a624c224b233fdf3536",
+ "sha256": "1whjlkpkkirpnvvjryhlpzwphr1syz5zfyg4pb66i0db03hxwwcy",
+ "fetcher": "github",
+ "repo": "d11wtq/subatomic256",
+ "unstable": {
+ "version": [
+ 20130621,
+ 210
+ ],
+ "commit": "326177d6f99cd2b1d30df695e67ee3bc441cd96f",
+ "sha256": "1w7mimyqc25phlww20l49wlafnxp6c7dwibvphg3vwl61g0llpq8"
+ }
+ },
+ {
+ "ename": "subemacs",
+ "commit": "18714a6b5ca4dcc51fa509fee1dc9afb0595c707",
+ "sha256": "0sqh80jhh3v37l5af7w6k9lqvj39bd91pn6a9rwdlfk389hp90zm",
+ "fetcher": "github",
+ "repo": "kbauer/subemacs",
+ "unstable": {
+ "version": [
+ 20170401,
+ 934
+ ],
+ "commit": "18d53939fec8968c08dfc5aff7240ca07efb1aac",
+ "sha256": "1k2lg7cxr98rq77sk0ypzlr3cyl20ld20jz8y21fdaa6ci8kdvdb"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "24f0896f1995a3ea42a58b0452d250dcc6802944",
+ "sha256": "189547d0g9ax0nr221bkdchlfcj60dsy8lgbbrvq3n3xrmlvl362"
+ }
+ },
+ {
+ "ename": "sublime-themes",
+ "commit": "648d250c7d341b31581c839f77c1084ac29d3163",
+ "sha256": "1nahcfcy831c7w3c69i2na0r8jsdgprffgfdvh4c41cnk4rkgdqj",
+ "fetcher": "github",
+ "repo": "owainlewis/emacs-color-themes",
+ "unstable": {
+ "version": [
+ 20170606,
+ 1844
+ ],
+ "commit": "60ee40af82eb55b79d5ed4026f1911326311603f",
+ "sha256": "17fcqvavgyl9cmv1hwcid2bw513vhawlsmac1w2adiz567594i6h"
+ }
+ },
+ {
+ "ename": "sublimity",
+ "commit": "c1e78cd1e5366a9b6d04237e9bf6a7e73424be52",
+ "sha256": "1xwggaalad65cxcfvmy30f141bxhpzc3fgvwziwbzi8fygbdv4nw",
+ "fetcher": "github",
+ "repo": "zk-phi/sublimity",
+ "unstable": {
+ "version": [
+ 20181121,
+ 1311
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "4c8d0280815978fc11e1c5f86266a11c717b0c89",
+ "sha256": "1618ba3m36crh2wmmisi3ls5ijdqrwr58yda810jik0b6fjzzacv"
+ },
+ "stable": {
+ "version": [
+ 20160629
+ ],
+ "commit": "ee9c9fbb92b8fc0c191e5e8640477e251b602bf9",
+ "sha256": "1kpq7kpmhgq3vjd62rr4qsc824qcyjxm50m49r7invgnmgd78h4x"
+ }
+ },
+ {
+ "ename": "sudden-death",
+ "commit": "3f20f389a2d7ddf49ca64d945b41584a7c120faf",
+ "sha256": "1wrhb3d27j07i64hvjggyajm752w4mhrhq09lfvyhz6ykp1ly3fh",
+ "fetcher": "github",
+ "repo": "yewton/sudden-death.el",
+ "unstable": {
+ "version": [
+ 20180217,
+ 23
+ ],
+ "commit": "791a63d3f4df192e71f4232a9a4c5588f4b43dfb",
+ "sha256": "0z3adwd6ymapkdniny3ax2i3wzxp11g6in4bghbcr9bfdxcsf7ps"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "commit": "791a63d3f4df192e71f4232a9a4c5588f4b43dfb",
+ "sha256": "0z3adwd6ymapkdniny3ax2i3wzxp11g6in4bghbcr9bfdxcsf7ps"
+ }
+ },
+ {
+ "ename": "sudo-edit",
+ "commit": "3b08d4bbdb23b988db5ed7cb5a2a925b7c2e242e",
+ "sha256": "10vz7q8m0l2dyhiy9r9nj17qlwyv032glshzljzhm1n20w8y1fq4",
+ "fetcher": "github",
+ "repo": "nflath/sudo-edit",
+ "unstable": {
+ "version": [
+ 20180731,
+ 1908
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "cc3d478937b1accd38742bfceba92af02ee9357d",
+ "sha256": "1qv58x5j5a3v1s2ylhck1ykbfclq0mbi0gsvaql3nyv8cxazqlwl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bcb12aaa0da0c56d851cfa2f1b3ea4afdd2a755b",
+ "sha256": "1k6sx8k304dw9dlidnxcln9ip9cj3b6i196z98g9n0kcd1js9f99"
+ }
+ },
+ {
+ "ename": "sudo-ext",
+ "commit": "f8e4328cae9b4759a75da0b26ea8b68821bc71af",
+ "sha256": "1zlnz68kzdrc7p90qmzs7fsr9ry4rl259xpyv55jh5icry290z4x",
+ "fetcher": "github",
+ "repo": "rubikitch/sudo-ext",
+ "unstable": {
+ "version": [
+ 20170126,
+ 1214
+ ],
+ "commit": "9d4580f304121ce7b8104bd4bd3b64e4dfa3c9b3",
+ "sha256": "1m9srlxavqg6yxmz6rz61saz1lj5hh029314dic8kh6g3bqdnh2w"
+ }
+ },
+ {
+ "ename": "sudoku",
+ "commit": "f9861d5d4cf18466b17ac8e53f3874df5312d3f3",
+ "sha256": "14nbidjnsm9lwknmqgfr721b484z5156j723kr1wbfv70j8h9kys",
+ "fetcher": "github",
+ "repo": "zevlg/sudoku.el",
+ "unstable": {
+ "version": [
+ 20161111,
+ 706
+ ],
+ "commit": "77c11b5041b58fc943cf1668b44b40bae039cb5b",
+ "sha256": "18nbs980y6cj6my208i80cb928rnkk5rn3zwc63prk5whjw4y77v"
+ }
+ },
+ {
+ "ename": "suggest",
+ "commit": "b9fd27e812549587dc2ec26bb58974177ff263ff",
+ "sha256": "12vvakqqzmmqq5yynpd4wf4lnb0yvcnz065kni996sy7rv7rh83q",
+ "fetcher": "github",
+ "repo": "Wilfred/suggest.el",
+ "unstable": {
+ "version": [
+ 20180916,
+ 1859
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "loop",
+ "s",
+ "spinner"
+ ],
+ "commit": "83a2679baf661ee834e9e75921fd546243a6d919",
+ "sha256": "11jqglwqi5q14rk44z02dffk6cqmhjgdda0y63095g8n1ll71jsb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7
+ ],
+ "deps": [
+ "dash",
+ "f",
+ "loop",
+ "s",
+ "spinner"
+ ],
+ "commit": "31ab6c956d17176affbbe9ca53c416920180ddbd",
+ "sha256": "01v8plska5d3g19sb1m4ph1i3ayprfzk8mi6mpabjy6zad397xjl"
+ }
+ },
+ {
+ "ename": "suggestion-box",
+ "commit": "5b59be8dc0a1850d3e245957fd170e1d01f4e284",
+ "sha256": "17yai0fh7rfjbp3wz5x5r4src8lxn6qrhf7brp2gjr6cgdv40iac",
+ "fetcher": "github",
+ "repo": "yuutayamada/suggestion-box-el",
+ "unstable": {
+ "version": [
+ 20170830,
+ 807
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "50af0776c8caf3c79c4d37fd51cbf304ea34b68e",
+ "sha256": "01lx20kzay5504xcq6m6yhvayyd7wpzaa1r6i67xqjnr25lqyajw"
+ }
+ },
+ {
+ "ename": "sunburn-theme",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "07nz7vr0yzf5746d8khlzl6ghaj44yfp0ar9ylbpdpfj7rdx17sa",
+ "fetcher": "github",
+ "repo": "mvarela/Sunburn-Theme",
+ "unstable": {
+ "version": [
+ 20180602,
+ 1929
+ ],
+ "commit": "ddb01b6f1f4f823398f7f8e08900c2b4a7811d3b",
+ "sha256": "18qfcrr4xlwwhhaq7dwh31bbl84a53akgrw2c6lynnyyi4vk2wpq"
+ }
+ },
+ {
+ "ename": "sunny-day-theme",
+ "commit": "11642803ccc5c8dde839508c91dea2728b2b78de",
+ "sha256": "1wsfnmmbzzyggzip66vr38yyzy27blxp91wx97bafj7jpg5cyhzw",
+ "fetcher": "github",
+ "repo": "mswift42/sunny-day-theme",
+ "unstable": {
+ "version": [
+ 20140413,
+ 2125
+ ],
+ "commit": "420e0a6eb33fcc9b75c2c9e88ab60a975d782a00",
+ "sha256": "0mhyhkjjwszwl5wzkys9pgvgx9sps9r46k1s1hpzzf4s3vi015mc"
+ }
+ },
+ {
+ "ename": "sunshine",
+ "commit": "4a0ff9a4ef4bbe8de722a4f77f4a56a851497ff1",
+ "sha256": "1lxiqw7k8cpq0v6p5whgxgzqrbx3sd9174r0d4qlkrpn6rcp44vv",
+ "fetcher": "github",
+ "repo": "aaronbieber/sunshine.el",
+ "unstable": {
+ "version": [
+ 20181029,
+ 1654
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "8959dea03377e61aaca0124ac8d2703daaae6b9a",
+ "sha256": "1shzhl5bi5dkmvc07mc7sknm5id89iivjkcxsrdcw004g08hr8y0"
+ }
+ },
+ {
+ "ename": "suomalainen-kalenteri",
+ "commit": "181adf1b16253481674663fd28b195172231b7da",
+ "sha256": "1wzijbgcr3jc47ccr7nrdkqha16s6gw0xiccnmdczi48cvnvvlkh",
+ "fetcher": "github",
+ "repo": "tlikonen/suomalainen-kalenteri",
+ "unstable": {
+ "version": [
+ 20190310,
+ 910
+ ],
+ "commit": "c8c03fe9bae57d4e15c287aef4f98911a3529240",
+ "sha256": "1n4nz309rr1cpx1c5aighakpcmrbzzg2xprh5hi4kln0rngggycp"
+ },
+ "stable": {
+ "version": [
+ 2017,
+ 8,
+ 1
+ ],
+ "commit": "c702e33cb6e13cb28bd761844e95be112a3c04f3",
+ "sha256": "13avc3ba6vhysmhrcxfpkamggfpal479gn7k9n7509dpwp06dv8h"
+ }
+ },
+ {
+ "ename": "super-save",
+ "commit": "9730b65787b26d3909952cf246a01bd349e5fbab",
+ "sha256": "0ikfw7n2rvm3xcgnj1si92ly8w75x26071ki551ims7a8sawh52p",
+ "fetcher": "github",
+ "repo": "bbatsov/super-save",
+ "unstable": {
+ "version": [
+ 20190806,
+ 915
+ ],
+ "commit": "279aa8e0103d6bd367619b7f57f9d60d7a3c5cfd",
+ "sha256": "14x3w6czyrw48bw7cfkdyv51jksf67nznv9wyp0hb4hrjdxaq1aq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "commit": "2a905b8bdfc93bee16e2d62a61c6211bbe009331",
+ "sha256": "066fyg4r4pksyandpd7s53hagpvm2rw90q5ks4jlpgy7x00hw09l"
+ }
+ },
+ {
+ "ename": "supergenpass",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "0ldy6j6l6rf72w0hl195rdnrabml2a5k91200s186k0r5aja4b95",
+ "fetcher": "github",
+ "repo": "ober/sgpass",
+ "unstable": {
+ "version": [
+ 20130329,
+ 548
+ ],
+ "commit": "549072ef7b5b82913cadd4758e8a0a9926f0a04a",
+ "sha256": "0m02snzka243adhwwgriml133n4312lhdia3wdqjcq8y2mlp3331"
+ }
+ },
+ {
+ "ename": "suscolors-theme",
+ "commit": "6f26b8281f9bd05e3c8f2ef21838275711e622c9",
+ "sha256": "0j8yfl3yglp9kfdpbmfj3jw7npc6nlqw48cchiczh4biry204lbw",
+ "fetcher": "github",
+ "repo": "TheSuspiciousWombat/SusColors-emacs",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1009
+ ],
+ "commit": "b4a979ee23e26e255b9a63525b0a28e810fab9ae",
+ "sha256": "0ddbksza42kywn7j78kidg6f1la9qajk3g6baf4758dibclkr5qd"
+ }
+ },
+ {
+ "ename": "sv-kalender-namnsdagar",
+ "commit": "f9327ea6ae9f4eaeeb6c0fb40bad77e403b4f55c",
+ "sha256": "1l89y6bjkw8px89qaw1ldfp6qmbm5nq09i6pr32n0k553670v4sr",
+ "fetcher": "github",
+ "repo": "matsl/sv-kalender-namnsdagar",
+ "unstable": {
+ "version": [
+ 20190421,
+ 1521
+ ],
+ "commit": "fff970f49c77abfc69e37817f25a939818420971",
+ "sha256": "0c6xjw1wh94llwh8qkf3bfzx05ksk0lsdrqdfqn3qkjnf3bkbbh2"
+ }
+ },
+ {
+ "ename": "svg-mode-line-themes",
+ "commit": "2ca54d78b5e87c3bb582b178e4892af2bf447d1e",
+ "sha256": "12lnszcb9bl32n9wir7vf8xiyyv7njw4xg21aj9x4dasmidyx506",
+ "fetcher": "github",
+ "repo": "sabof/svg-mode-line-themes",
+ "unstable": {
+ "version": [
+ 20150425,
+ 2006
+ ],
+ "deps": [
+ "xmlgen"
+ ],
+ "commit": "80a0e01839cafbd66899202e7764c33231974259",
+ "sha256": "14h40s0arc2i898r9yysn256z6l8jkrnmqvrdg7p7658c0klz5ic"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "deps": [
+ "xmlgen"
+ ],
+ "commit": "80a0e01839cafbd66899202e7764c33231974259",
+ "sha256": "14h40s0arc2i898r9yysn256z6l8jkrnmqvrdg7p7658c0klz5ic"
+ }
+ },
+ {
+ "ename": "svnwrapper",
+ "commit": "cb43431d7a7276cdf1ea741b2b218bc46c2722f9",
+ "sha256": "06nb7dql7fbaa9khhpxdl8jj6zmypi24bak52sfsa0js77v51pf2",
+ "fetcher": "github",
+ "repo": "Lindydancer/svnwrapper",
+ "unstable": {
+ "version": [
+ 20180414,
+ 1843
+ ],
+ "deps": [
+ "e2ansi"
+ ],
+ "commit": "de5069f5784e5d9e87a0af0159ba5f28a3716583",
+ "sha256": "08sg55cmjbk06622mzhv74f5b5dvbay7gb729zsckczxwrp1cayp"
+ }
+ },
+ {
+ "ename": "swagger-to-org",
+ "commit": "4d5a7f017593e73ea48c0e535ecf3809536bcde5",
+ "sha256": "1m40f5njxcxmc2snaz2q43b4scwgp51y761kq6klixjvafi0pv86",
+ "fetcher": "github",
+ "repo": "ahungry/swagger-to-org",
+ "unstable": {
+ "version": [
+ 20160611,
+ 56
+ ],
+ "deps": [
+ "cl-lib",
+ "json"
+ ],
+ "commit": "181357c71ea24bede263f5706d8781ad65e16877",
+ "sha256": "0x1mxxvlhhs34j869cy68gy5pgmvpfliyl9vlrlwm3z8apbip9gp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "json"
+ ],
+ "commit": "181357c71ea24bede263f5706d8781ad65e16877",
+ "sha256": "0x1mxxvlhhs34j869cy68gy5pgmvpfliyl9vlrlwm3z8apbip9gp"
+ }
+ },
+ {
+ "ename": "swap-buffers",
+ "commit": "2a0172aaebdf4e0b6f6dd3093482e3cf3eb796d4",
+ "sha256": "0ih5dhnqy3c9nlfz9m2zwy4q4jaam09ykbdqhsxx2hnwjk7p35bw",
+ "fetcher": "github",
+ "repo": "ekazakov/swap-buffers",
+ "unstable": {
+ "version": [
+ 20150506,
+ 2139
+ ],
+ "commit": "46ab31359b70d935add6c6e9533443116dc51103",
+ "sha256": "1kn70570r6x0h1xfs1vr8as27pjfanyhml140yms60gdjb4ssf9r"
+ }
+ },
+ {
+ "ename": "swap-regions",
+ "commit": "6805c7710618ed1178ffd3488295d4d6b33e8ebe",
+ "sha256": "0gl4vr7wjh5gjskrwbqypaqyfigpgh379bm4l2gvbsbhahsmbj67",
+ "fetcher": "github",
+ "repo": "xuchunyang/swap-regions.el",
+ "unstable": {
+ "version": [
+ 20180915,
+ 1346
+ ],
+ "commit": "f4fd9880cf690e003fcde88dcf2b46adbbbb03cd",
+ "sha256": "1d45yanqk4w0idqwkrwig1dl22wr820k11r3gynv7an643k4wngp"
+ }
+ },
+ {
+ "ename": "sweetgreen",
+ "commit": "63812707948e6dcc00e00ebc3c423469593e80fd",
+ "sha256": "1v75wk0gq5fkz8i1r8pl4gqnxbv1d80isyn48w2hxj2fmdn2xhpy",
+ "fetcher": "github",
+ "repo": "CestDiego/sweetgreen.el",
+ "unstable": {
+ "version": [
+ 20180605,
+ 335
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "helm",
+ "request"
+ ],
+ "commit": "e933fe466b5ef0e976967e203f88bd7a012469d1",
+ "sha256": "1pd13v3xma78xa0smxql4i2iax72kxqh7iwp3k16jwzrklmsdiyr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "helm",
+ "request"
+ ],
+ "commit": "e40d2821ff941695e50a9b003a8c96d32c19bfdc",
+ "sha256": "1gw09x5d4yqlmknjsrhgygp9bch315cnmyqp3679i3hza0l7fds6"
+ }
+ },
+ {
+ "ename": "swift-mode",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "103nix9k2agxgfpwyhsracixl4xvzqlgidd25r1fpj679hr42bg8",
+ "fetcher": "github",
+ "repo": "swift-emacs/swift-mode",
+ "unstable": {
+ "version": [
+ 20190609,
+ 507
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "be8d7700cdbf47576d7c4e0a7e0855cce0fe9ad8",
+ "sha256": "020jd4byxm8yh651symcs0v8zwrbm7cn9mn5ampjfwf1k43bq1bj"
+ },
+ "stable": {
+ "version": [
+ 8,
+ 0,
+ 1
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "86f8f62294aa5a6d44fa872278d75a4a41f403d4",
+ "sha256": "0sszk2nwp6h9qk7vgh5n05pzh264br3x3r1hyj97gwf8jdqzkr74"
+ }
+ },
+ {
+ "ename": "swift-playground-mode",
+ "commit": "9a516f729d6d85f26ec0309db702a16d0ba46c1c",
+ "sha256": "1nqr0ccll7nznh3ahvb699slz5ikjhci3m09j2qm5mxm2pii07kg",
+ "fetcher": "gitlab",
+ "repo": "michael.sanders/swift-playground-mode",
+ "unstable": {
+ "version": [
+ 20190730,
+ 1707
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "111cde906508824ee11d774b908df867142a8aec",
+ "sha256": "1fr3fkxpkd5dk35fx656cx3h62zi74mnlvixb0vqpkn1qm2iwm55"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "111cde906508824ee11d774b908df867142a8aec",
+ "sha256": "1fr3fkxpkd5dk35fx656cx3h62zi74mnlvixb0vqpkn1qm2iwm55"
+ }
+ },
+ {
+ "ename": "swift3-mode",
+ "commit": "0ca9071199230d3c4c1b2e3a501736df87095fd3",
+ "sha256": "14vm05p8ix09v73dkmf03i56yib8yk6h2r1zc9m4ym80fki4f520",
+ "fetcher": "github",
+ "repo": "taku0/swift3-mode",
+ "unstable": {
+ "version": [
+ 20160918,
+ 1250
+ ],
+ "commit": "4e51265c6905e17d8910e35b0b37cf51e20ecdfe",
+ "sha256": "0wqwjzr3z9gzsjiyyr0ds4c5zvgifb9hbjadb7vkbbpzdy6qd9s1"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 1
+ ],
+ "commit": "ea34d46bf9a4293e75ffdac9500d34989316d9e9",
+ "sha256": "1hwc3fxv87hmw0a0mgl8khfzf1p7yp2izkc02z8f1vbkaibmmawp"
+ }
+ },
+ {
+ "ename": "swiper",
+ "commit": "e64cad81615ef3ec34fab1f438b0c55134833c97",
+ "sha256": "0qaia5pgsjsmrfmcdj72jmj39zq82wg4i5l2mb2z6jlf1jpbk6y9",
+ "fetcher": "github",
+ "repo": "abo-abo/swiper",
+ "unstable": {
+ "version": [
+ 20190801,
+ 1110
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "20d604c139b82d98010aabbbc00ad487438bdf8e",
+ "sha256": "0clg04az8v5ia3z5fxcimprqp4kbf2g1z6na3js60gmi689ks8ll"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 12,
+ 0
+ ],
+ "deps": [
+ "ivy"
+ ],
+ "commit": "85d1e2e779ca92e6ef8e47d08f866b13d4d87aee",
+ "sha256": "0xgngn3jhmyn6mlkk9kmgfgh0w5i50b27syr4cgfgarg6p77j05w"
+ }
+ },
+ {
+ "ename": "swiper-helm",
+ "commit": "674c709490e13267e09417e08953ff76bfbaddb7",
+ "sha256": "011ln6vny7z5vw67cpzldxf5n6sk2hjdkllyf7v6sf4m62ws93ph",
+ "fetcher": "github",
+ "repo": "abo-abo/swiper-helm",
+ "unstable": {
+ "version": [
+ 20180131,
+ 1744
+ ],
+ "deps": [
+ "helm",
+ "swiper"
+ ],
+ "commit": "93fb6db87bc6a5967898b5fd3286954cc72a0008",
+ "sha256": "05n4h20lfyg1kis5rig72ajbz680ml5fmsy6l1w4g9jx2xybpll2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "helm",
+ "swiper"
+ ],
+ "commit": "93fb6db87bc6a5967898b5fd3286954cc72a0008",
+ "sha256": "05n4h20lfyg1kis5rig72ajbz680ml5fmsy6l1w4g9jx2xybpll2"
+ }
+ },
+ {
+ "ename": "switch-buffer-functions",
+ "commit": "d37ebd28f4a2f770958bd9a2669cce86cc76cbe7",
+ "sha256": "1b93p8q07zncqq3nw829gddc615rwaan1ds5vgfhdb1l7bh9f37l",
+ "fetcher": "github",
+ "repo": "10sr/switch-buffer-functions-el",
+ "unstable": {
+ "version": [
+ 20171011,
+ 1704
+ ],
+ "commit": "b8d8e01e21ae8c8c84234dddeb3cc8250814f7ba",
+ "sha256": "17bspkj4fxn9albjmj5g3gd5hi6x4d5rmv76qvyv3mdqws9x52j6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "commit": "e1bccfff2d123b6218efab16c486215cedb9a108",
+ "sha256": "0pq53b8wrjbrxd5hnrcdi0z7mffp4bax55hn90k9ca3j76lhbn1k"
+ }
+ },
+ {
+ "ename": "switch-window",
+ "commit": "7d2204e3b53ade1e400e143ac219f3c7ab63a1e9",
+ "sha256": "02f0zjvlzms66w1ryhk1cbr4rqwklzvgcjfiicj0lcnqqx61m2k2",
+ "fetcher": "github",
+ "repo": "dimitri/switch-window",
+ "unstable": {
+ "version": [
+ 20181104,
+ 340
+ ],
+ "commit": "204f9fc1a39868a2d16ab9370a142c8c9c7a0943",
+ "sha256": "0rci96asgamr6qp6nkyr5vwrnslswjxcjd96yccy4aivh0g66yfg"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6,
+ 2
+ ],
+ "commit": "204f9fc1a39868a2d16ab9370a142c8c9c7a0943",
+ "sha256": "0rci96asgamr6qp6nkyr5vwrnslswjxcjd96yccy4aivh0g66yfg"
+ }
+ },
+ {
+ "ename": "swoop",
+ "commit": "7a4e84530b4607a277fc3b678fe7b34b1c5e3b4f",
+ "sha256": "1hbldd9cqh3vfa3h7idf0rjjnib7ih44l1p4hzc8p36q5fqbh0xp",
+ "fetcher": "github",
+ "repo": "emacsorphanage/swoop",
+ "unstable": {
+ "version": [
+ 20160120,
+ 1715
+ ],
+ "deps": [
+ "async",
+ "ht",
+ "pcre2el"
+ ],
+ "commit": "a5e475db7a9f5db02ba3d08cd3c1c3594e2e01d7",
+ "sha256": "10ka6f86n07xlf0z7w35db0mzp2zk4xhr6jd19kjdrn2j0ynlcw5"
+ }
+ },
+ {
+ "ename": "sws-mode",
+ "commit": "877b5a3e612e1b1d6d51e60c66b0b79f231abdb2",
+ "sha256": "0b12dsad0piih1qygjj0n7rni0pl8cizbzwqm9h1dr8imy53ak4i",
+ "fetcher": "github",
+ "repo": "brianc/jade-mode",
+ "unstable": {
+ "version": [
+ 20150317,
+ 1945
+ ],
+ "commit": "4dbde92542fc7ad61df38776980905a4721d642e",
+ "sha256": "0p6pfxbl98kkwa3lgx82h967w4p0wbd9s96gvs72d74ryan07ij1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "4e7a20db492719062f40b225ed730ed50be5db56",
+ "sha256": "0krbd1qa2408a97pqhl7fv0x8x1n2l3qq33zzj4w4vv0c55jk43n"
+ }
+ },
+ {
+ "ename": "sx",
+ "commit": "f16958a09820233fbe2abe403561fd9a012d0046",
+ "sha256": "1ml1rkhhk3hkd16ij2zwng591rxs2yppsfq9gwd4ppk02if4v517",
+ "fetcher": "github",
+ "repo": "vermiculus/sx.el",
+ "unstable": {
+ "version": [
+ 20190114,
+ 1523
+ ],
+ "deps": [
+ "cl-lib",
+ "json",
+ "let-alist",
+ "markdown-mode"
+ ],
+ "commit": "49358eae36dd4bb5b9207313b30df085e7f25cef",
+ "sha256": "08x2bli821b47sp1jwgg8k8q292z4ryl052rfna0vkcjqv6l5bav"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "cl-lib",
+ "json",
+ "let-alist",
+ "markdown-mode"
+ ],
+ "commit": "4892f45746fb217d059f4fa074a237c5bac7dd6c",
+ "sha256": "02f63k8rzb3bcch6vj6w5c5ncccqg83siqnc8hyi0lhy1bfx240p"
+ }
+ },
+ {
+ "ename": "symbol-overlay",
+ "commit": "c2a468ebe1a3e5a35ef40c59a62befbf8960bd7b",
+ "sha256": "1al60x2mnjsv99jd10v5sd56zz185wsddiq7128phf1l35bkibis",
+ "fetcher": "github",
+ "repo": "wolray/symbol-overlay",
+ "unstable": {
+ "version": [
+ 20190608,
+ 442
+ ],
+ "commit": "e40a7c407f24158c45eaa5f54ed41f5e416a51dc",
+ "sha256": "0ibz3392d3jw1l8006h9kf8s7bg6vl7jc92bmqc031a433009ic7"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 1
+ ],
+ "commit": "d1464042783e252f5cac1fcac82fee16fc3534db",
+ "sha256": "0d5ir4f3xmz3kr0w93zw45ha4hzz4rvldiza3q9fmqm7m1w2c995"
+ }
+ },
+ {
+ "ename": "symbolword-mode",
+ "commit": "be2018e0206c3f39c1b67e83000b030d70a72ceb",
+ "sha256": "1fs1irnmlbrn76b4gdsy0v65nz8av85iqm0b7g9nm2rm8azcr050",
+ "fetcher": "github",
+ "repo": "ncaq/symbolword-mode",
+ "unstable": {
+ "version": [
+ 20180401,
+ 1427
+ ],
+ "deps": [
+ "f"
+ ],
+ "commit": "9bd33e73ecb2a0e3e3757c55c05f46b6937227e0",
+ "sha256": "193lq58mhkq0rrinkaxiyhkk60qf7q0gx03na2968zcrahrd8w75"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "273dece5b04f7abc4c35048b2f64f04b33774b87",
+ "sha256": "0gpm0zy1kwqxkakvfdgh1lylp99msyamwvi19c53g9jl01m9avyd"
+ }
+ },
+ {
+ "ename": "symex",
+ "commit": "bbe4ff01aa8c06093cd0e4ad0cce253c3fb52816",
+ "sha256": "0nx03kl4bwdbidhvb7zba9gr6pc2gplh6zbnlxjb3zsvdm4injh1",
+ "fetcher": "github",
+ "repo": "countvajhula/symex.el",
+ "unstable": {
+ "version": [
+ 20190809,
+ 443
+ ],
+ "deps": [
+ "cider",
+ "cl-lib",
+ "dash-functional",
+ "evil",
+ "evil-cleverparens",
+ "evil-surround",
+ "geiser",
+ "hydra",
+ "lispy",
+ "paredit",
+ "racket-mode",
+ "slime",
+ "smartparens"
+ ],
+ "commit": "163d54eb483a9986587c586cabfcaa15210a2b5d",
+ "sha256": "1y8va209v32f6rd7f420aqyh8fs9srxyc9hinb9q6i1bs92vkry9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "cider",
+ "cl-lib",
+ "dash-functional",
+ "evil",
+ "evil-cleverparens",
+ "evil-surround",
+ "geiser",
+ "hydra",
+ "lispy",
+ "paredit",
+ "racket-mode",
+ "slime",
+ "smartparens"
+ ],
+ "commit": "88d09bdae222ae4ad0e40fbb1a724d63d06af214",
+ "sha256": "0nd96apnmdi4iv4pcai1bp9s5zrq5nsqqq1k5kdjbpiybhjdzk98"
+ }
+ },
+ {
+ "ename": "symon",
+ "commit": "3f4bbc6b3d7b2e2a9fbe7ff7f1d47cda9c859cc0",
+ "sha256": "11llnvngyc3xz8nd6nj86ism0hhs8p54wkscvs4yycbakbyn61lz",
+ "fetcher": "github",
+ "repo": "zk-phi/symon",
+ "unstable": {
+ "version": [
+ 20170224,
+ 833
+ ],
+ "commit": "8dd8b6df49b03cd7d31b85aedbe9dd08fb922335",
+ "sha256": "1bbblz9qzc84h08010y48mjyciavl6lnxk2m19mwbc6b5y58vwpg"
+ },
+ "stable": {
+ "version": [
+ 20160630
+ ],
+ "commit": "7beeedd70dc37f5904c781fb697c8df056196ee9",
+ "sha256": "1q7di9s8k710nx98wnqnbkkhdimrn0jf6z4xkm4c78l6s5idjwlz"
+ }
+ },
+ {
+ "ename": "symon-lingr",
+ "commit": "936e9a83ed73d3b6090e5c401076b6cff5d9732d",
+ "sha256": "0kyhmw25cn10b4jv2yx7bvp8zkwcswiidpk4amyaisw25820gkv1",
+ "fetcher": "github",
+ "repo": "zk-phi/symon-lingr",
+ "unstable": {
+ "version": [
+ 20150719,
+ 1342
+ ],
+ "deps": [
+ "cl-lib",
+ "symon"
+ ],
+ "commit": "056d1a473e36992ff5881e5ce6fdc331cead975f",
+ "sha256": "030bglxnvrkf1f9grbhd8n11j4c6sxpabpjdr1ryx522v01fvx8j"
+ }
+ },
+ {
+ "ename": "sync-recentf",
+ "commit": "9858ea35f2a3faacab56b6ccba5672956560456b",
+ "sha256": "17aji2vcw6zfd823anzwj8pcgyxamxr87bnni085jvlz0vx6gh9c",
+ "fetcher": "github",
+ "repo": "ffevotte/sync-recentf",
+ "unstable": {
+ "version": [
+ 20160326,
+ 2001
+ ],
+ "commit": "0052561d5c5b5c2684faedc3eead776aec06c3ed",
+ "sha256": "006siydqxqds0qqds0zxn821dk4pw14wyymyp03n594wgqzw7m8q"
+ }
+ },
+ {
+ "ename": "syndicate",
+ "commit": "626bda1691d9c7a97fcf549f7a3f0d41d832cfde",
+ "sha256": "06nmldcw5dy2shhpk6nyix7gs57gsr5s9ksj57xgg8y2j3j0da95",
+ "fetcher": "github",
+ "repo": "KNX32542/syndicate",
+ "unstable": {
+ "version": [
+ 20160603,
+ 1523
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "90cee202a06f5bab48268ebf9f62c43334b69f50",
+ "sha256": "1w0na1p9drdmbci7adj20amrabcpny9fb2v4bd967ils4f2wly75"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "evil"
+ ],
+ "commit": "b839aaba0c8583a3254476b53976e3caac4f89a9",
+ "sha256": "01bymbsvbisnpb2wpqxhrvqx6cj57nh4xvpsbsr5rr1h4pm5jkzl"
+ }
+ },
+ {
+ "ename": "synonymous",
+ "commit": "ecf2c44c63e9f41f1733849bdef0d0c301485580",
+ "sha256": "0vawa9qwvv6z1i7vzhkjdl1l9r1yham48yn5y8w8g1xyhxxp6rs5",
+ "fetcher": "github",
+ "repo": "toroidal-code/synonymous.el",
+ "unstable": {
+ "version": [
+ 20180325,
+ 1817
+ ],
+ "deps": [
+ "cl-lib",
+ "request"
+ ],
+ "commit": "2cb9a674d84fddf3f1b00c9d6b13a853576acb87",
+ "sha256": "1l0skavpj96x5gdrx9l8dqj4mrb7zcilv3jj335ak11p2i4ckcq2"
+ }
+ },
+ {
+ "ename": "synosaurus",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "06a48ajpickf4qr1bc14skfr8khnjjph7c35b7ajfy8jw2zwavpn",
+ "fetcher": "github",
+ "repo": "hpdeifel/synosaurus",
+ "unstable": {
+ "version": [
+ 20190305,
+ 2206
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bc26f5c22b4d08dd09d0852435814977433c9521",
+ "sha256": "0hpcnslgs5qh3knapw1x7imia3b1yplicpddnzzpxnjsp7psypwh"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "56efdc38952b9bd56a445591fcdeb626aede8678",
+ "sha256": "0hi2jflrlpp7xkbj852vp9hcl8bfmf04jqw1hawxrw4bxdp95jh2"
+ }
+ },
+ {
+ "ename": "synquid",
+ "commit": "6ccd9f265d90a5f6a95942938532f556b223e4da",
+ "sha256": "10kmd9g3qbfnyfl2bdf2s70f5sd3pyzalq18dpgq5ijkwqi019k7",
+ "fetcher": "github",
+ "repo": "cpitclaudel/synquid-emacs",
+ "unstable": {
+ "version": [
+ 20160930,
+ 1550
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "28701ce1a15437202f53ab93a14bcba1de83fd2c",
+ "sha256": "0c0pi5w8xvir9gnbjp80g1c4i3rhid65zwh4i4vkyivkh2s29f6i"
+ }
+ },
+ {
+ "ename": "syntactic-close",
+ "commit": "f2c15c0c8ee37a1de042a974c6daddbfa7f33f1d",
+ "sha256": "19lrzxxyzdj1nrzdgzandjz3b8b4pw7akbv86yf0mdf023d9as1f",
+ "fetcher": "github",
+ "repo": "emacs-berlin/syntactic-close",
+ "unstable": {
+ "version": [
+ 20190513,
+ 947
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2bd46845b664ae828c8b973839ef454cde501028",
+ "sha256": "1r1ia1yw43vvyk62d6r1k55zcz185777s10ix9bg3fllczdbyzcz"
+ }
+ },
+ {
+ "ename": "syntactic-sugar",
+ "commit": "b32b9b3b3e820e498d7531a1f82da36e5e8f4e74",
+ "sha256": "12b2vpvz5h4wzxrk8jrbgc8v0w6bzzvxcyfs083fi1791qq1rw7r",
+ "fetcher": "github",
+ "repo": "rolandwalker/syntactic-sugar",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "commit": "7ddc4502c831abe1c4ad4c7d1ca628a2c9e13968",
+ "sha256": "0zi11540wwcl93xcgd2yf6b72zv01zkaqbf1jfbksg82k9038m2d"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 4
+ ],
+ "commit": "06d943c6ad9507603bb6ab6d37be2d359d0763a9",
+ "sha256": "1pn69f4w48jdj3wd1myj6qq2mhvygmlzbq2dws2qkjlp3kbwa6da"
+ }
+ },
+ {
+ "ename": "syntax-subword",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "1as89ffqz2h69fdwybgs5wibnrvskm7hd58vagfjkla9pjlpffpm",
+ "fetcher": "bitbucket",
+ "repo": "jpkotta/syntax-subword",
+ "unstable": {
+ "version": [
+ 20160519,
+ 1905
+ ],
+ "commit": "ad0db0fcb464652a1d3408f525dee9293ce2b70c",
+ "sha256": "1wcgr6scvwwfmhhjbpq3riq0gmp4g08ffbl91fpgp72j8zrc1c6x"
+ }
+ },
+ {
+ "ename": "sysctl",
+ "commit": "72ab5a8c1bc5901477b888a1abf8835a5af7cb41",
+ "sha256": "09h3z6mnsck82m8jhbgllx71wg1kmr5v57354xa2db6nfppp09rj",
+ "fetcher": "github",
+ "repo": "dantecatalfamo/sysctl.el",
+ "unstable": {
+ "version": [
+ 20190720,
+ 2028
+ ],
+ "commit": "0fc50305a96de059ad1ff4e6081c9b4089f5247f",
+ "sha256": "0v2andw08qawgbdzn0vplxd3drs41gqf2qbidhakmsssdd4nqiib"
+ }
+ },
+ {
+ "ename": "system-packages",
+ "commit": "7d3c7af03e0bca3f834c32827cbcca29e29ef4db",
+ "sha256": "13nk3m8gw9kqjllk7hgkmpxsx9y5h03f0l7zydg388wc7cxsiy3l",
+ "fetcher": "gitlab",
+ "repo": "jabranham/system-packages",
+ "unstable": {
+ "version": [
+ 20190614,
+ 1320
+ ],
+ "commit": "3ad6d52072f0bd043dced40ba7bd422fd9c00a7b",
+ "sha256": "0pxkyys2lgn16rhf4mzqlh27vs9aw6g083z2vr2agr7bmbavd2fp"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 11
+ ],
+ "commit": "3ad6d52072f0bd043dced40ba7bd422fd9c00a7b",
+ "sha256": "0pxkyys2lgn16rhf4mzqlh27vs9aw6g083z2vr2agr7bmbavd2fp"
+ }
+ },
+ {
+ "ename": "system-specific-settings",
+ "commit": "3f52c584d7435c836ba3c95c598306ba0f5c06da",
+ "sha256": "1ydmxi8aw2lf78wv4m39yswbqkmcadqg0wmzg9s8b5h9bxxwvppp",
+ "fetcher": "github",
+ "repo": "DarwinAwardWinner/emacs-system-specific-settings",
+ "unstable": {
+ "version": [
+ 20140818,
+ 1457
+ ],
+ "commit": "0050d85b2175095aa5ecf580a2fe43c069b0eef3",
+ "sha256": "1hixilnnybv2v3p1wpn7a0ybwah17grawszs3jycsjgzahpgckv7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "0050d85b2175095aa5ecf580a2fe43c069b0eef3",
+ "sha256": "1hixilnnybv2v3p1wpn7a0ybwah17grawszs3jycsjgzahpgckv7"
+ }
+ },
+ {
+ "ename": "systemd",
+ "commit": "ca810e512c357d1d0130aeeb9b46b38c595e3351",
+ "sha256": "1ykvm8mfi3fjvrkfcy9qn0sr9mhwm9x1svrmrd0gyqk418clk5i3",
+ "fetcher": "github",
+ "repo": "holomorph/systemd-mode",
+ "unstable": {
+ "version": [
+ 20180629,
+ 2106
+ ],
+ "commit": "401d71c2dd24e424216ae5e4275c830f2a9c6b0c",
+ "sha256": "06b8j64fk711fay0p4ifypvpdv2l2kz80rx1hhm6g9991h0x33bj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6
+ ],
+ "commit": "1e7567a9973bf80cab0d7e0355656a84bee7ca96",
+ "sha256": "0ylgnvpfindg4cxccbqy02ic7p0i9rygf1w16dm1filwhbqvjplq"
+ }
+ },
+ {
+ "ename": "systemtap-mode",
+ "commit": "b1df01b4cccfb234971933d24de21a2b5648fd8c",
+ "sha256": "1l2jx6mvph0q2pdlhq7p4vwfw72rfl8k1rwi504bbkr5n5xwhhhz",
+ "fetcher": "github",
+ "repo": "ruediger/systemtap-mode",
+ "unstable": {
+ "version": [
+ 20151122,
+ 1940
+ ],
+ "commit": "1a968c2b1f3a054bebf91ac49739d3a81ce050a9",
+ "sha256": "0343ss3y9i40y3i9rr7p7bb4k9dj950zyvdv44q1abw2xrfd2xwd"
+ }
+ },
+ {
+ "ename": "ta",
+ "commit": "847693b5952e99597bd77223e1058536d1beeb5c",
+ "sha256": "0kn2k4n0xfwsrniaqb36v3rxj2pf2sai3bmjksbn1g2kf5g156ll",
+ "fetcher": "github",
+ "repo": "kuanyui/ta.el",
+ "unstable": {
+ "version": [
+ 20160619,
+ 1645
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "668ad41e71f374f8c32c8d0532f3d8485b355d35",
+ "sha256": "1lk7hpdp6c74sdwkg2azfvj4qmbl1ghmhms3r0j4296dj8bl5k63"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "9226afbe7abbefb825844ef3ba4ca15f1934cfc2",
+ "sha256": "09nndx83ws5v2i9x0dzk6l1a0lq29ffzh3y05n0n64nf5j0a7zvk"
+ }
+ },
+ {
+ "ename": "tab-group",
+ "commit": "ad758d865bde8c97d27c0d57cabe1606f8b36974",
+ "sha256": "1i5lxpf3wmqnqj9mzgcn4gp1gjxp737awrzl1dml5wnarbbj4fs9",
+ "fetcher": "github",
+ "repo": "tarao/tab-group-el",
+ "unstable": {
+ "version": [
+ 20140306,
+ 1450
+ ],
+ "commit": "5a290ec2608e4100fb188fd60ecb77affcc3465b",
+ "sha256": "0lfvgbgvsm61kv5mcjnhnfjcnr7fy1015y0hndkf9xvdlw4hahr4"
+ }
+ },
+ {
+ "ename": "tab-jump-out",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "1p2hkj0d9hbiwbf746l3rad8a5x6hk97b0ajl6q6cwbmy2qm3cca",
+ "fetcher": "github",
+ "repo": "zhangkaiyulw/tab-jump-out",
+ "unstable": {
+ "version": [
+ 20151006,
+ 130
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "1c3fec1826d2891177ea78e4e7cce1dc67e83e51",
+ "sha256": "0h7sfbca1nzcjylwl7zp25yj6wxnlx8g8a50zc6sg6jg4rggi2fm"
+ }
+ },
+ {
+ "ename": "tabbar",
+ "commit": "806420d75561cbeffbc1b387345a56c21cc20179",
+ "sha256": "1y376nz1xmchwns4fz8dixbb7hbqh4mln78zvsh7y32il98wzvx9",
+ "fetcher": "github",
+ "repo": "dholm/tabbar",
+ "unstable": {
+ "version": [
+ 20180726,
+ 1735
+ ],
+ "commit": "82bbda31cbe8ef367dd6501c3aa14b7f2c835910",
+ "sha256": "01sw76wp8bvh21h30pkc3kjr98c8m6qid6misk1y7hkyld0bzxay"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2
+ ],
+ "commit": "82bbda31cbe8ef367dd6501c3aa14b7f2c835910",
+ "sha256": "01sw76wp8bvh21h30pkc3kjr98c8m6qid6misk1y7hkyld0bzxay"
+ }
+ },
+ {
+ "ename": "tabbar-ruler",
+ "commit": "1d69d1ef8dbab8394be01153cf9ebe8e49bf9912",
+ "sha256": "10dwjj6r74g9rzdd650wa1wxhqc0q6dmff4j0qbbhmjsxvsr3y0d",
+ "fetcher": "github",
+ "repo": "mattfidler/tabbar-ruler.el",
+ "unstable": {
+ "version": [
+ 20160802,
+ 307
+ ],
+ "deps": [
+ "cl-lib",
+ "mode-icons",
+ "powerline",
+ "tabbar"
+ ],
+ "commit": "535568189aa12a3eff7f977d2783e57b6a65ab6a",
+ "sha256": "1csj6qhwihdf4kfahcqhm163isiwac08w4nqid1hnca184bfk6xm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 45
+ ],
+ "deps": [
+ "tabbar"
+ ],
+ "commit": "7df2e4814018e84ef9261d04a2ade8168a44e3d7",
+ "sha256": "1xd67s92gyr49v73j7r7cbhsc40bkw8aqh21whgbypdgzpyc7azc"
+ }
+ },
+ {
+ "ename": "tablist",
+ "commit": "5fc0c6c02d609fb22710560337bd577f4b1e0c8f",
+ "sha256": "0c10g86xjhzpmc2sqjmzcmi393qskyw6d9bydqzjk3ffjzklm45p",
+ "fetcher": "github",
+ "repo": "politza/tablist",
+ "unstable": {
+ "version": [
+ 20190414,
+ 643
+ ],
+ "commit": "8079801527da1f596bc942162026328d7bdf6ad9",
+ "sha256": "11bm7z4kdxrq6pv93zwrmg729mnvqvhgmna9r2wqx2wyf87vdh00"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "f6b495d09494784163c3e6ba75b771b71fe226a8",
+ "sha256": "0pzsdg0rm59daw34ppss79cg05z9wnr8nkmdcc48nkd0p69ip2yy"
+ }
+ },
+ {
+ "ename": "tabula-rasa",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "14j92inssmm61bn475gyn0dn0rv8kvfnqyl1zq3xliy7a0jn58zz",
+ "fetcher": "github",
+ "repo": "idomagal/Tabula-Rasa",
+ "unstable": {
+ "version": [
+ 20141216,
+ 547
+ ],
+ "commit": "e85fff9de18dc31bc6a7aca726e34a95cc5459f5",
+ "sha256": "1dbjfq9a7a5s9c18nrp4kcda64jkg5cp8na31kxw0hjcn98dgqa8"
+ }
+ },
+ {
+ "ename": "tagedit",
+ "commit": "8968e2cd0bd49d54a5479b2467bd4f0a97d7a969",
+ "sha256": "0vfkbrxmrw4fwdz324s734zxdxm2nj3df6i8m6lgb9pizqyp2g6z",
+ "fetcher": "github",
+ "repo": "magnars/tagedit",
+ "unstable": {
+ "version": [
+ 20161121,
+ 855
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "b3a70101a0dcf85498c92b7fcfa7fdbac869746c",
+ "sha256": "0xq9i3axlq9wgsr27nbhi5k9hxr1wahygkb73xkvxlgmvkmikcrw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "3fcf54b824b75c5ad68f5438d5638103049a389f",
+ "sha256": "0kq40g46s8kgiafrhdq99h79rz9h5fvgz59k7ralmf86bl4sdmdb"
+ }
+ },
+ {
+ "ename": "take-off",
+ "commit": "3d129ad161d8538c9db022bbd4e90eacda998cf4",
+ "sha256": "05vlajmirbp62rpbdwa2bimpzyl9xc331gg0lhn2rkivc0hma2ar",
+ "fetcher": "github",
+ "repo": "tburette/take-off",
+ "unstable": {
+ "version": [
+ 20140531,
+ 917
+ ],
+ "deps": [
+ "web-server"
+ ],
+ "commit": "aa9ea45566fc74febbb6ee9c409ecc4b59246215",
+ "sha256": "13zwlb5805cpv0pbr7fj5b4crlg7lb0ibslvcpszm0cz6rlifcvf"
+ }
+ },
+ {
+ "ename": "tango-2-theme",
+ "commit": "ab432b0eac0bcf0d40c5b3c8a78475bc0fea47d2",
+ "sha256": "1a9qmz99h99gpd0sxqb71c08wr8pm3bzsg3p4cvf3vcirvav9lq6",
+ "fetcher": "git",
+ "url": "https://gist.github.com/2024464.git",
+ "unstable": {
+ "version": [
+ 20120312,
+ 2025
+ ],
+ "commit": "64e44c98e41ebbe3b827d54280e3b9615787daaa",
+ "sha256": "1lqkazis9pfcfdsb2lar4l1n4pd085v60xmnlkdrdllwamqachkk"
+ }
+ },
+ {
+ "ename": "tango-plus-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1p1b48fvmk7a8m3bnddkx2pp7kz5agac0v1ii2r6iqapdqsl22ng",
+ "fetcher": "github",
+ "repo": "tmalsburg/tango-plus-theme",
+ "unstable": {
+ "version": [
+ 20170214,
+ 1708
+ ],
+ "commit": "8ba8901397e3e9f1d53110487bfa0effc65015e7",
+ "sha256": "025dca4yqpai45s74nk41y075v8pv59fdna11c0qqz3ihyrdhbrq"
+ }
+ },
+ {
+ "ename": "tangotango-theme",
+ "commit": "ebfcfa3ba4ca77443667a9478d59214810cd8cc2",
+ "sha256": "05cnvyqmh5h5mqys7qs7d9knzxzmi2x0j1avp77x5l5njzzv59s2",
+ "fetcher": "github",
+ "repo": "juba/color-theme-tangotango",
+ "unstable": {
+ "version": [
+ 20170924,
+ 1509
+ ],
+ "commit": "e2f2ea9c35f06dfc43a29c91c14cf0cdb19f2144",
+ "sha256": "01gvsvha8z7pyr8c33gh3xmz47lh6b8g0nwf1gzdiw1gd0sfhs4z"
+ }
+ },
+ {
+ "ename": "tao-theme",
+ "commit": "94b70f11655944080507744fd06464607727ecef",
+ "sha256": "0gl6zzk5ha6vl2xxf5fcnv1k42cw4axdjdcirr1c4r8jwdq3nl3a",
+ "fetcher": "github",
+ "repo": "11111000000/tao-theme-emacs",
+ "unstable": {
+ "version": [
+ 20190204,
+ 1104
+ ],
+ "commit": "c5107fbe7e752f4e58c2d2147ff18a1ebb12937c",
+ "sha256": "07vvlglmkj87hpxz79s3bl2cjn71vain57fdxs7j9vlr5jkchxwn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 1
+ ],
+ "commit": "af142b423536b47bce67afda5108dbf3a9317521",
+ "sha256": "1fs4rhb4g7s7x3cvqv9d2x5f3079z2hkmp5lns7qfziszkc9fxia"
+ }
+ },
+ {
+ "ename": "taskpaper-mode",
+ "commit": "f969b1cd58dfd22041a8a2b116db0f48e321e546",
+ "sha256": "0gayhzakiwlrkysmh24499pyzdfy3rmf8d68vamih7igxpl57gim",
+ "fetcher": "github",
+ "repo": "saf-dmitry/taskpaper-mode",
+ "unstable": {
+ "version": [
+ 20190805,
+ 1153
+ ],
+ "commit": "3f5b0981a87f1c4895961f36e0a67b69ccbbb18d",
+ "sha256": "194m2rm1yv7jp6nb7mm3m4hyhj81i379ky7ifaisrvc1jm3dwp6n"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "169dab1eb632e5ac5e34608be2df4e9854368180",
+ "sha256": "0mwd9i6mm0h18z7fiqla95bx6c0zb8x4f6380842hgzi9zrnghxi"
+ }
+ },
+ {
+ "ename": "tawny-mode",
+ "commit": "ea9a114ff739f7d6f5d4c3167f5635ddf79bf60c",
+ "sha256": "1xaw1six1n6rw1283fdyl15xcf6m7ngvq6gqlz0xzpf232c4b0kr",
+ "fetcher": "github",
+ "repo": "phillord/tawny-owl",
+ "unstable": {
+ "version": [
+ 20170422,
+ 2202
+ ],
+ "deps": [
+ "cider"
+ ],
+ "commit": "1be07e047343a1bdbb1a8ca40ff6ed3fbb585dec",
+ "sha256": "1x6544hk87pxlvjv136wi3ixswpd621zjmv20c85bxj8zaasc80n"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "deps": [
+ "cider"
+ ],
+ "commit": "d13389f701fc96fdd98b73fd068c6838a1d8ed4e",
+ "sha256": "0gdbkvb6vk7vhchl29gqqg5paq2hrq9ijxgbbk8qbss7ipmfj4zz"
+ }
+ },
+ {
+ "ename": "tblui",
+ "commit": "f4dd6e9dcc73c57f93371ba16b15f2d98d805dae",
+ "sha256": "1m0zhk5zyialklnil5az974yz6g1zksw02453cxc0xpn5pf0a3xa",
+ "fetcher": "github",
+ "repo": "Yuki-Inoue/tblui.el",
+ "unstable": {
+ "version": [
+ 20161007,
+ 1912
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "magit-popup",
+ "tablist"
+ ],
+ "commit": "bb29323bb3e27093d50cb42db3a9329a096b6e4d",
+ "sha256": "1pja9v4h3abqc2iydm7wwjxrg7ni1pn94yb4azrgjq5qc0fsgn7a"
+ }
+ },
+ {
+ "ename": "tbx2org",
+ "commit": "d616cbf4ad7e49807afd2f7acf0a0fd2f2a0bac4",
+ "sha256": "1yvkw65la4w12c4w6l9ai73lzng170wv4b8gry99m2bakw3wr8m8",
+ "fetcher": "github",
+ "repo": "istib/tbx2org",
+ "unstable": {
+ "version": [
+ 20140224,
+ 1559
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "s"
+ ],
+ "commit": "08e9816ba6066f56936050b58d07ceb2187ae6f7",
+ "sha256": "1jp80qywcphql1ngd4fr24lqdfwrw0bw6q9hgq5vmzgjwfxwxwd4"
+ }
+ },
+ {
+ "ename": "tc",
+ "commit": "9fddfc79ed2c614c33e90ba80f300912fdab88a3",
+ "sha256": "05lnsaizlh4wqjkp0wqcm1756r9ia46as8zf01k8qsi0mm452g6q",
+ "fetcher": "github",
+ "repo": "kanchoku/tc",
+ "unstable": {
+ "version": [
+ 20181109,
+ 428
+ ],
+ "commit": "cb3403fb134dc62d8a48253027891785849cff31",
+ "sha256": "14q01mar66x3bv0ghfws0pv3qrpg9szgzb99ql3qfhbnkw0m859d"
+ }
+ },
+ {
+ "ename": "tco",
+ "commit": "ca33f97f0394585c8ccb31cab0ee776d1655907c",
+ "sha256": "0hfrzwjlgynk3mydrpmic9mckak37r22fdglrfas6zdihgrg152f",
+ "fetcher": "github",
+ "repo": "Wilfred/tco.el",
+ "unstable": {
+ "version": [
+ 20190309,
+ 55
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "482db5313f090b17ed22ccd856f0e141dc75afe6",
+ "sha256": "1z7xkbrqznk6ni687qqknp8labcyhl8y6576hjfri89fn21385y9"
+ }
+ },
+ {
+ "ename": "tdd-status-mode-line",
+ "commit": "25b445a1dea5e8f1042bed6b5372471c25129fd8",
+ "sha256": "1i0s7f4y4v8681mymcmjlcbq0jfghgmdzrs167c453mb5ssz8yxg",
+ "fetcher": "github",
+ "repo": "algernon/tdd-status-mode-line",
+ "unstable": {
+ "version": [
+ 20131123,
+ 1716
+ ],
+ "commit": "4c082e62f4915b573338a97efcc6854d132323dc",
+ "sha256": "1jyz6z5bk1gvmknphcnvjvbl329zm8m40yl0a1hfaj8fvhwyzdw5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "commit": "9b3c35b0a972772640e9fee653eab6a76e06416a",
+ "sha256": "0bvxc926kaxvqnppaw4y6gp814qc0krvidn5qg761z4qwz023rax"
+ }
+ },
+ {
+ "ename": "tea-time",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0qypwf0pgsixq6c5avbwp81i3ayy9dd2fngzdvq14pax913q8pg1",
+ "fetcher": "github",
+ "repo": "konzeptual/tea-time",
+ "unstable": {
+ "version": [
+ 20120331,
+ 820
+ ],
+ "commit": "1f6cf0bdd27c5eb3508989c5095427781f858eca",
+ "sha256": "0b4cwkwkc4i8lc4j30xc9d6xskm3gqrc2dij60ya75h92aj0lj40"
+ }
+ },
+ {
+ "ename": "teacode-expand",
+ "commit": "8b23b0f701627ed18886f29ffd33ef7fb1f82e04",
+ "sha256": "1hkh7mzzwrk7a8ihss7kyncw9mkwr4iw06gv5y6kg806qc4f1nn3",
+ "fetcher": "github",
+ "repo": "raguay/TeaCode-Expand",
+ "unstable": {
+ "version": [
+ 20181231,
+ 640
+ ],
+ "commit": "3aae07c71249de616d42fed7fa2585c4fa6f25c6",
+ "sha256": "0l3mhn8m96d9mxs9kkp6clj5qzns5dw9w628kf9ibwbbc5fq01aa"
+ }
+ },
+ {
+ "ename": "telega",
+ "commit": "e067f03ebe9dd8c90ceaa5a7983483087c74107f",
+ "sha256": "0n1n1fciwh7jbakdjkx36aq6k0is0c694j3n5dicwvfp7spca7p8",
+ "fetcher": "github",
+ "repo": "zevlg/telega.el",
+ "unstable": {
+ "version": [
+ 20190812,
+ 2131
+ ],
+ "deps": [
+ "visual-fill-column"
+ ],
+ "commit": "5444e2a02374c245769417148ccf2dad0a0c633a",
+ "sha256": "0byddvnkyabcxy64f2w64sqcki4zfxjwkvzvkrcan46san6hsn87"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "deps": [
+ "visual-fill-column"
+ ],
+ "commit": "529003333797fade89a04a8b3fba9099f6585c08",
+ "sha256": "1a5fxix2zvs461vn6zn36qgpg65bl38gfb3ivr24wmxq1avja5s1"
+ }
+ },
+ {
+ "ename": "telepathy",
+ "commit": "485ef1745f07f29c45bf0d489eeb4fcdfda80b33",
+ "sha256": "0c3d6vk7d6vqzjndlym2kk7d2zm0b15ac4142ir03p6f19rqq9pr",
+ "fetcher": "github",
+ "repo": "NicolasPetton/telepathy.el",
+ "unstable": {
+ "version": [
+ 20131209,
+ 1258
+ ],
+ "commit": "211d785b02a29ddc254422fdcc3db45262582f8c",
+ "sha256": "16kr1p4lzi1ysd5r2dh0mxk60zsm5fvwa9345nfyrgdic340yscc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "211d785b02a29ddc254422fdcc3db45262582f8c",
+ "sha256": "16kr1p4lzi1ysd5r2dh0mxk60zsm5fvwa9345nfyrgdic340yscc"
+ }
+ },
+ {
+ "ename": "telephone-line",
+ "commit": "9c998b70365fb0a210c3b9639db84034c7d45097",
+ "sha256": "0dyh9h1yk9y0217b6rxsm7m372n910vpfgw5w23lkkrwa8x8qpx3",
+ "fetcher": "github",
+ "repo": "dbordak/telephone-line",
+ "unstable": {
+ "version": [
+ 20190424,
+ 1934
+ ],
+ "deps": [
+ "cl-generic",
+ "cl-lib",
+ "seq"
+ ],
+ "commit": "408e05e105e8e521735221f4c98fc358e007df3b",
+ "sha256": "123fxr4pjm7z3pidrwgcalb99s0vq3d6imkwgla6fyqyyn9wvag2"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "cl-generic",
+ "cl-lib",
+ "seq"
+ ],
+ "commit": "a83dcda21b0f6e10e51c3cded7da9a5d2ead5f34",
+ "sha256": "1cg34l6jq75mcqnb3p93z0kv1arvnswm8nkk39fmryand2yygnl9"
+ }
+ },
+ {
+ "ename": "template-overlays",
+ "commit": "8856e67aae1f623714bc2a61a7b4773ed1fb2934",
+ "sha256": "0vmadkgzp4i0mh64la67k1anvmlmd4i7iibdlr9ly8z7i3cdsxqn",
+ "fetcher": "github",
+ "repo": "mmontone/template-overlays",
+ "unstable": {
+ "version": [
+ 20180706,
+ 1132
+ ],
+ "deps": [
+ "ov"
+ ],
+ "commit": "d32db58c044b2aca3720879003f55b1d57208b07",
+ "sha256": "1hfm0miqzym4fbj33hzh5iszp0i51imr1z54396vd81zjch9sxss"
+ }
+ },
+ {
+ "ename": "temporary-persistent",
+ "commit": "e608f40d00a3b2a80a6997da00e7d04f76d8ef0d",
+ "sha256": "0afjcad97pzbrjs1v80l6c98vi5asgaxcn2rq95gz1ld7nn0a9zh",
+ "fetcher": "github",
+ "repo": "kostafey/temporary-persistent",
+ "unstable": {
+ "version": [
+ 20161210,
+ 1133
+ ],
+ "deps": [
+ "dash",
+ "names",
+ "s"
+ ],
+ "commit": "ac66f3054fc701d53f11ada9d2d9ab18ea481dc0",
+ "sha256": "15mjcr9gwf1ijppvcxwddnxj84y9idwz7s3lcqr910xb4d3ai8nb"
+ }
+ },
+ {
+ "ename": "ten-hundred-mode",
+ "commit": "4a0534044ff9ce0740414bf5dc3b104bbdbdacce",
+ "sha256": "17v38h33ka70ynq72mvma2chvlnm1k2amyvk62c65iv67rwilky3",
+ "fetcher": "github",
+ "repo": "aaron-em/ten-hundred-mode.el",
+ "unstable": {
+ "version": [
+ 20161028,
+ 2236
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bdcfda49b1819e82d61fe90947e50bb948cf7933",
+ "sha256": "11nsh6dkd3i489lrqpd9xhr4c0ai51364rlrd6slm54720by9jql"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bdcfda49b1819e82d61fe90947e50bb948cf7933",
+ "sha256": "11nsh6dkd3i489lrqpd9xhr4c0ai51364rlrd6slm54720by9jql"
+ }
+ },
+ {
+ "ename": "term+",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "12lvfspqmyrapmbz3x997vf160927d325y50kxdx3s6p81r7n2n8",
+ "fetcher": "github",
+ "repo": "tarao/term-plus-el",
+ "unstable": {
+ "version": [
+ 20170509,
+ 17
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c3c9239b339c127231860de43abfa08c44c0201a",
+ "sha256": "1mpv9vvvl1sh35vsa5415rvdv57mmbfix8s435q676zvhz3nl8yx"
+ }
+ },
+ {
+ "ename": "term+key-intercept",
+ "commit": "ad758d865bde8c97d27c0d57cabe1606f8b36974",
+ "sha256": "1564a86950xdwsrwinrs118bjsfmbv8gicq0c2dfr827v5b6zrlb",
+ "fetcher": "github",
+ "repo": "tarao/term-plus-ki-el",
+ "unstable": {
+ "version": [
+ 20140211,
+ 750
+ ],
+ "deps": [
+ "key-intercept",
+ "term+"
+ ],
+ "commit": "fd0771fd66b8c7a909aaac972194485c79ba48c4",
+ "sha256": "1dql2w8xkdw52zlrc2p9x391zn8wv4dj8a6293p4s08if7gg260w"
+ }
+ },
+ {
+ "ename": "term+mux",
+ "commit": "ad758d865bde8c97d27c0d57cabe1606f8b36974",
+ "sha256": "129kzjpi5nzagqkjfikx9i7k6489dy7d3pd7ggn59p4cnh3r2rhh",
+ "fetcher": "github",
+ "repo": "tarao/term-plus-mux-el",
+ "unstable": {
+ "version": [
+ 20140211,
+ 749
+ ],
+ "deps": [
+ "tab-group",
+ "term+"
+ ],
+ "commit": "81b60e80cf008472bfd7fad9233af2ef722c208a",
+ "sha256": "12gfvcf7hl29xhg231cx76q04ll7cvfpvhkb0qs3qn1sqb50fs2q"
+ }
+ },
+ {
+ "ename": "term-alert",
+ "commit": "0d77aee0b1b2eb7834436bdfa339f95cb97da140",
+ "sha256": "02qvfhklysfk1fd4ibdngf4crp9k5ab11zgg90hi1sp429a53f3m",
+ "fetcher": "github",
+ "repo": "CallumCameron/term-alert",
+ "unstable": {
+ "version": [
+ 20161119,
+ 945
+ ],
+ "deps": [
+ "alert",
+ "f",
+ "term-cmd"
+ ],
+ "commit": "1166c39cc3fb1cb7808eb8955b7f9f6094a306cd",
+ "sha256": "1hbyiwqv9waynf8gm3c717mph0p9mfi2x1wfpvdzzr25r0fz8xr0"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "alert",
+ "f",
+ "term-cmd"
+ ],
+ "commit": "47af9e6fe483ef0d393098c145f499362a33292a",
+ "sha256": "1nv8ma8x9xkgsl95z7yysy8q1lb3xr0pd8a5sb01nlx8ks3clad4"
+ }
+ },
+ {
+ "ename": "term-cmd",
+ "commit": "e08ea89cf193414cce5073fc9c312f2b382bc842",
+ "sha256": "0pbz9fy9rjfpzspwq78ggf1wcvjslwvj8fvc05w4g56ydza0gqi4",
+ "fetcher": "github",
+ "repo": "CallumCameron/term-cmd",
+ "unstable": {
+ "version": [
+ 20160517,
+ 1045
+ ],
+ "deps": [
+ "dash",
+ "f"
+ ],
+ "commit": "552aa58965aab9b78e46934462bafe54c0396ffb",
+ "sha256": "0l5xk8npc23c716fjckd65xq83hjwnvpyxixc9brxfz4ybngzwhy"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "f"
+ ],
+ "commit": "6c9cbc659b70241d2ed1601eea34aeeca0646dac",
+ "sha256": "08qiipjsqc9dfbha6r2yijjbrg2s4i2mkn6zn5616086550v3kpj"
+ }
+ },
+ {
+ "ename": "term-manager",
+ "commit": "0b2f7d8c8fcbb535432f8e70729d69a572e49a1a",
+ "sha256": "0ab388ki7vr1wpz81bvbl2fskq9zz5bicdf5gqfg01qzv5l75iza",
+ "fetcher": "github",
+ "repo": "IvanMalison/term-manager",
+ "unstable": {
+ "version": [
+ 20190610,
+ 2032
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "eea7894350a4f31e1df0c666d3fb0bac822d34d2",
+ "sha256": "1rkivl5dy25haip62ybb10fd0gda9aacg9nafj6rkpa7n6mwkkqm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "0bca2e7e3b6e906ec67696bc0be952988ca7f733",
+ "sha256": "0ybmszjb2lrgqp3zixpxy0lp2l9axw3mz2d4n2kmajh8ckbr576v"
+ }
+ },
+ {
+ "ename": "term-projectile",
+ "commit": "5260876280148fae28a459f07932cebb059b560e",
+ "sha256": "1mzyzjxkdfvf1kq9m3c1f6y6xzj1qq53rixawmnzmil5cmznvwag",
+ "fetcher": "github",
+ "repo": "IvanMalison/term-manager",
+ "unstable": {
+ "version": [
+ 20190307,
+ 400
+ ],
+ "deps": [
+ "projectile",
+ "term-manager"
+ ],
+ "commit": "eea7894350a4f31e1df0c666d3fb0bac822d34d2",
+ "sha256": "1rkivl5dy25haip62ybb10fd0gda9aacg9nafj6rkpa7n6mwkkqm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "projectile",
+ "term-manager"
+ ],
+ "commit": "0bca2e7e3b6e906ec67696bc0be952988ca7f733",
+ "sha256": "0ybmszjb2lrgqp3zixpxy0lp2l9axw3mz2d4n2kmajh8ckbr576v"
+ }
+ },
+ {
+ "ename": "term-run",
+ "commit": "7cad6343104bfe5724e068660af79a6249010164",
+ "sha256": "1bx3s68rgr9slsw9k01gfg7sxd4z7sarg4pi2ivril7108mhg2cs",
+ "fetcher": "github",
+ "repo": "10sr/term-run-el",
+ "unstable": {
+ "version": [
+ 20190529,
+ 743
+ ],
+ "commit": "fe8bf58814b167f887aaef98a148b8d5d8a11d3f",
+ "sha256": "0jzk0b07rj5a7va6nc93sjd4zii228gg63v1q49wg0hz2x2yjmfl"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 5
+ ],
+ "commit": "54650dbbabb13cb2a6c0670ff6b24b29717a6a8b",
+ "sha256": "149pl3zxg5kriydk5h6j95jyly6i23w4w4g4a99s4zi6ljiny6c6"
+ }
+ },
+ {
+ "ename": "termbright-theme",
+ "commit": "a7151773de39fe570e3e9b351daad89db9dd267f",
+ "sha256": "14q88qdbnyzxr8sr8i5glj674sb4150b9y6nag0dqrxs629is6xj",
+ "fetcher": "github",
+ "repo": "bmastenbrook/termbright-theme-el",
+ "unstable": {
+ "version": [
+ 20151031,
+ 235
+ ],
+ "commit": "bec6ab14336c0611e85f45486276004f16d20607",
+ "sha256": "0gfsqpza8phvma5y3ck0n6p197x1i33w39m3c7jmja4ml121n73d"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "bec6ab14336c0611e85f45486276004f16d20607",
+ "sha256": "0gfsqpza8phvma5y3ck0n6p197x1i33w39m3c7jmja4ml121n73d"
+ }
+ },
+ {
+ "ename": "terminal-focus-reporting",
+ "commit": "19e7149a0a2db7df7f890a2c1ad22266e97694d7",
+ "sha256": "0iwq0rabq0sdn4apa5ibfp912j76w7hzg3q5lbxp7fspfwwynvg2",
+ "fetcher": "github",
+ "repo": "veelenga/terminal-focus-reporting.el",
+ "unstable": {
+ "version": [
+ 20180830,
+ 719
+ ],
+ "commit": "8b84bf18f4c5f1b59a11692eb706f13c3598d9a5",
+ "sha256": "0bbcl0mq62f22n2aipgzx93164x81bgybfd0x7gvsfva76qs8pc4"
+ }
+ },
+ {
+ "ename": "terminal-here",
+ "commit": "f8df6f7e23476eb52e7fdfbf9de277d3b44db978",
+ "sha256": "1w64r3y88lspxxcqcqfwhakk8p9vl7q3z610dykfbqwqx61a6adj",
+ "fetcher": "github",
+ "repo": "davidshepherd7/terminal-here",
+ "unstable": {
+ "version": [
+ 20180513,
+ 833
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bc7f3477133df0142d3e49e6eb8eaf4468b57865",
+ "sha256": "1i0pz5lfhgqzcqwi9wkiq8skj3hf00xn9vya890g1i9ix3bclq35"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "e176d1675dc5c41b6aebd05122fb2efc44b6cff0",
+ "sha256": "0dj3z8czvziszb20sizgf1yriv4im811rcfadm7ga9zs2al56kqy"
+ }
+ },
+ {
+ "ename": "terminal-toggle",
+ "commit": "673974fe768f88a7c67c929bb6b9b27fc028d4e2",
+ "sha256": "0l1gklcgas2g0kx5q59dzhv20pki5hxv4h3rsbrwbpq5rxkxymbx",
+ "fetcher": "github",
+ "repo": "mtekman/terminal-toggle.el",
+ "unstable": {
+ "version": [
+ 20190226,
+ 1510
+ ],
+ "deps": [
+ "popwin"
+ ],
+ "commit": "f824d634aef3600cb7a8e2ddf9e8444c6607c160",
+ "sha256": "150xvmr5vsydg0197m1k62mwy2810mzh1iwqj9yl9fg47fbzbg0i"
+ }
+ },
+ {
+ "ename": "tern",
+ "commit": "eaecd67af24050c72c5df73c3a12e717f95d5059",
+ "sha256": "1am97ssslkyijpvgk4nldi67ws48g1kpj6gisqzajrrlw5q93wvd",
+ "fetcher": "github",
+ "repo": "ternjs/tern",
+ "unstable": {
+ "version": [
+ 20181108,
+ 722
+ ],
+ "deps": [
+ "cl-lib",
+ "json"
+ ],
+ "commit": "9ddff4ca9bce7f46694b15c51799904ff41131b6",
+ "sha256": "1kbwaqhb86kidmygn9gcgskrkniqp3x71cl0qgrzgp1cjl0g9xcd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 24,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "json"
+ ],
+ "commit": "4ba411719279c62d9c0acd1243a03477ada1ac32",
+ "sha256": "1af614di6yb91ychi56i788n1qh3nsc2a8i8jyz1ram122dbf0jj"
+ }
+ },
+ {
+ "ename": "tern-auto-complete",
+ "commit": "eaecd67af24050c72c5df73c3a12e717f95d5059",
+ "sha256": "1i99b4awph50ygcqsnppm1h48hbf8cpq1ppd4swakrwgmcy2mn26",
+ "fetcher": "github",
+ "repo": "ternjs/tern",
+ "unstable": {
+ "version": [
+ 20170521,
+ 1935
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "tern"
+ ],
+ "commit": "9ddff4ca9bce7f46694b15c51799904ff41131b6",
+ "sha256": "1kbwaqhb86kidmygn9gcgskrkniqp3x71cl0qgrzgp1cjl0g9xcd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 24,
+ 0
+ ],
+ "deps": [
+ "auto-complete",
+ "cl-lib",
+ "tern"
+ ],
+ "commit": "4ba411719279c62d9c0acd1243a03477ada1ac32",
+ "sha256": "1af614di6yb91ychi56i788n1qh3nsc2a8i8jyz1ram122dbf0jj"
+ }
+ },
+ {
+ "ename": "tern-context-coloring",
+ "commit": "db2119d2c2d167d771ee02c2735b435d59991b93",
+ "sha256": "0wkb7gn2ma6mz495bgphcjs5p0c6a869zk4a8mnm0spq41xbw4gi",
+ "fetcher": "github",
+ "repo": "jacksonrayhamilton/tern-context-coloring",
+ "unstable": {
+ "version": [
+ 20161218,
+ 747
+ ],
+ "deps": [
+ "context-coloring",
+ "tern"
+ ],
+ "commit": "3a8e979d6cc83aabcb3dda3f5f31a6422532efba",
+ "sha256": "1rq5aqmsd7jqvwypafad9gmfcwjqjah00j7cws46k5f0dirjaa1y"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "context-coloring",
+ "tern"
+ ],
+ "commit": "3a8e979d6cc83aabcb3dda3f5f31a6422532efba",
+ "sha256": "1rq5aqmsd7jqvwypafad9gmfcwjqjah00j7cws46k5f0dirjaa1y"
+ }
+ },
+ {
+ "ename": "terraform-mode",
+ "commit": "93e06adf34bc613edf95feaca64c69a0a2a4b567",
+ "sha256": "1m3s390mn4pba7zk17xfk045dqr4rrpv5gw63jm18fyqipsi6scn",
+ "fetcher": "github",
+ "repo": "syohex/emacs-terraform-mode",
+ "unstable": {
+ "version": [
+ 20170112,
+ 517
+ ],
+ "deps": [
+ "hcl-mode"
+ ],
+ "commit": "6973d1acaba2835dfdf174f5a5e27de6366002e1",
+ "sha256": "12ww36g7mz4p4nslajcsdcm8xk6blwjwqjwhyp0n10ym6ssbh820"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "deps": [
+ "hcl-mode"
+ ],
+ "commit": "6286aa42132a7fcad49271d63be33deeeb8d4efc",
+ "sha256": "05hn8kskx9lcgn7bzgam99c629zlryir2pickwrqndacjrqpdykx"
+ }
+ },
+ {
+ "ename": "test-c",
+ "commit": "ef915dc2d3bc09ef79eb8edde02101c89733c0b2",
+ "sha256": "1gy5dxkd4fpzzm2sq9g7bmi1ylwvsgh6hlvjmc1c064wjkha9j9z",
+ "fetcher": "github",
+ "repo": "aaptel/test-c",
+ "unstable": {
+ "version": [
+ 20180423,
+ 1720
+ ],
+ "commit": "761a576f62c7021ba941f178f153c51289df1553",
+ "sha256": "04dxgg4jz8cnw19wxybjwd36z8i9j6an15k9pz3zh3v7m72qzw7c"
+ }
+ },
+ {
+ "ename": "test-case-mode",
+ "commit": "d2e0bf342713cbdf30cf98d0bbc7476b0abeb7f5",
+ "sha256": "1iba97yvbi5vr7gvc58gq2ah6jg2s7apc9ssq7mdzki823n8z2qi",
+ "fetcher": "github",
+ "repo": "ieure/test-case-mode",
+ "unstable": {
+ "version": [
+ 20130525,
+ 1434
+ ],
+ "deps": [
+ "fringe-helper"
+ ],
+ "commit": "6074df10ebc97ddfcc228c71c73db179e672dac3",
+ "sha256": "1r3fmb8cshgh9pppdvydfcrzlmb9cgz4m04rgv69c5xv8clwcmbr"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "fringe-helper"
+ ],
+ "commit": "26e397c0f930b7eb0be413ef7dd257b1da052bec",
+ "sha256": "108csr1d7w0105rb6brzgbksb9wmq1p573vxbq0miv5k894j447f"
+ }
+ },
+ {
+ "ename": "test-kitchen",
+ "commit": "420d18c76f593338fb28807fcbe3b884be5b1634",
+ "sha256": "1bl3yvj56dq147yplrcwphcxiwvmx5n97y4qpkm9imiv8cnjm1g0",
+ "fetcher": "github",
+ "repo": "jjasghar/test-kitchen-el",
+ "unstable": {
+ "version": [
+ 20171129,
+ 2035
+ ],
+ "commit": "0fc0ca4808425f03fbeb8125246043723e2a179a",
+ "sha256": "1pip15ysya8nsk1xgz6k6gcjm6g60922r0im2anq4j2gjzdja79k"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "commit": "ddbcb964ac4700973eaf30ae366f086e3319e51f",
+ "sha256": "004rd6jkaklsbgka9mf2zi5qzxsl2shwl1kw0vgb963xkmk9zaz8"
+ }
+ },
+ {
+ "ename": "test-simple",
+ "commit": "a4b76e053faee299f5b770a0e41aa615bf5fbf10",
+ "sha256": "1l6y77fqd0l0mh2my23psi66v5ya6pbr2hgvcbsaqjnpmfm90w3g",
+ "fetcher": "github",
+ "repo": "rocky/emacs-test-simple",
+ "unstable": {
+ "version": [
+ 20170527,
+ 1532
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "cfd383d36dc6853917acb753fdfa0eebf33856f3",
+ "sha256": "0rn3x0v92v3a2g58armazhg97bl72d90j5gwf1zdak75hzimmah2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "75eea25bae04d8e5e3e835a2770f02f0ff4602c4",
+ "sha256": "08g7fan1y3wi4w7cdij14awadqss6prqg3k7qzf0wrnbm13dzhmk"
+ }
+ },
+ {
+ "ename": "tex-smart-umlauts",
+ "commit": "be27e728327016b819535ef8cae10020e5a07c2e",
+ "sha256": "1bygl7fjm83j8lhkipczjs812837x9p3pqn8waykfbb7v05s81fr",
+ "fetcher": "github",
+ "repo": "emacsmirror/tex-smart-umlauts",
+ "unstable": {
+ "version": [
+ 20190316,
+ 2215
+ ],
+ "commit": "f15ed781b1fb38bf3e46c481dd602c3999920b99",
+ "sha256": "11ky141a33vm961jpj1spz9wxb4mfgw8drqxg2a6yk2rinkf0wcl"
+ }
+ },
+ {
+ "ename": "texfrag",
+ "commit": "756649bbe2dc6233c66c3d128a8096be12231078",
+ "sha256": "195vdpwqzypz35v8hc7ai9xpv1flrik60lgrk5m7xypnlp7mpr2x",
+ "fetcher": "github",
+ "repo": "TobiasZawada/texfrag",
+ "unstable": {
+ "version": [
+ 20190606,
+ 2049
+ ],
+ "deps": [
+ "auctex"
+ ],
+ "commit": "b3e137ed123cc077d77b056ca3e0f850a451d327",
+ "sha256": "0jj742sv5gb3zw8jnzlh0w5jlfzk58mdhc14zxhslvxm9hk6ghx8"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "auctex"
+ ],
+ "commit": "270a8a4b5dadddc5b226d9a9c6c7868ea6bfe86f",
+ "sha256": "18ahbksxg1i3gvsayx2mhkjd1p75c60x5f8d9a3abm4h50gs5mvf"
+ }
+ },
+ {
+ "ename": "textile-mode",
+ "commit": "3ebe5e52bc9bb8875ca390b34ac32eb47f4e1252",
+ "sha256": "0c1l7ml9b1zipk5fhmhirrh070h0qwwiagdk84i04yvdmmcjw2nf",
+ "fetcher": "github",
+ "repo": "juba/textile-mode",
+ "unstable": {
+ "version": [
+ 20170304,
+ 1716
+ ],
+ "commit": "c37aaab809503df008209390e31e19abf4e23630",
+ "sha256": "16543im5iymc5hfcix1lglbvpq4v0441vb7sk58nbnffqba83yzy"
+ }
+ },
+ {
+ "ename": "textmate",
+ "commit": "ad3923ac8948de75a159e916ecc22005a17458ad",
+ "sha256": "119w944pwarpqzcr9vys17svy1rkfs9hiln8903q9ff4lnjkpf1v",
+ "fetcher": "github",
+ "repo": "defunkt/textmate.el",
+ "unstable": {
+ "version": [
+ 20110816,
+ 2146
+ ],
+ "commit": "350918b070148f0ace6d9d3cd4ebcaf15c1a8781",
+ "sha256": "1b7xxz1i84azmbz8rqpxdn18avmnqlj87hfrpbngbf6pj5h9jqjh"
+ },
+ "stable": {
+ "version": [
+ 1
+ ],
+ "commit": "484845493a3c9b570799aea5195a5435a5a01b76",
+ "sha256": "1a0fzn66gv421by0x6wj3z6bvzv274a9p8c2aaax0dskncl5lgk1"
+ }
+ },
+ {
+ "ename": "textmate-to-yas",
+ "commit": "487c461bf658d50135428d72fbfbb2573a00eb7d",
+ "sha256": "04agz4a41h0givfdw88qjd3c7pd418qyigsij4la5f37j5rh338l",
+ "fetcher": "github",
+ "repo": "mattfidler/textmate-to-yas.el",
+ "unstable": {
+ "version": [
+ 20160409,
+ 1708
+ ],
+ "commit": "be3a768b7ac4c2e24b9d4aa6e9ac1d916cdc5a73",
+ "sha256": "1bz5ys36wd00clq9w3ahqpras368aj2b9d4bl32qc6dyp8jfknmz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 21
+ ],
+ "commit": "8805e5159329e1b74629b7b584373fc446f57d31",
+ "sha256": "0fjapb7naysf34g4ac5gsa90b2s2ss7qgpyd9mfv3mdqrsp2dyw7"
+ }
+ },
+ {
+ "ename": "textx-mode",
+ "commit": "dada0378af342e0798c418032a8dcc7dfd80d600",
+ "sha256": "10y95m6fskvdb2gh078ifa70nc48shkvw0223iyqbyjys35h53bn",
+ "fetcher": "github",
+ "repo": "novakboskov/textx-mode",
+ "unstable": {
+ "version": [
+ 20170516,
+ 911
+ ],
+ "commit": "72f9f0c5855b382024f0da8f56833c22a70a5cb3",
+ "sha256": "1lr9v7dk0pnmpvdvs4m5d9yvxlii0xzr8b3akknm25gvbw1y1q8k"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "commit": "72f9f0c5855b382024f0da8f56833c22a70a5cb3",
+ "sha256": "1lr9v7dk0pnmpvdvs4m5d9yvxlii0xzr8b3akknm25gvbw1y1q8k"
+ }
+ },
+ {
+ "ename": "tf2-conf-mode",
+ "commit": "c43c53dca64cf0c7d59ffd0b17e9fe60f4aa90d3",
+ "sha256": "09kvb3ya1dx5pc146a6r9386fg9n9nfpcxm5mmhmyf75h9c6a25g",
+ "fetcher": "github",
+ "repo": "wynro/emacs-tf2-conf-mode",
+ "unstable": {
+ "version": [
+ 20161209,
+ 1620
+ ],
+ "commit": "536950f64c071ffd8495fb2c7ac7c63a11e25f93",
+ "sha256": "0vga7kgzp9wiiji1w47llbb3gp9qgwk8v0f6s8b6jng2gmdg25bk"
+ }
+ },
+ {
+ "ename": "tfsmacs",
+ "commit": "b449d004bdb498c2a1d155671070e0745c7d7598",
+ "sha256": "0j9rkcjxvgkcdnw2lxgk6bwid3q460n0hjxsj4nklv13s5b1hlyk",
+ "fetcher": "github",
+ "repo": "sebasmonia/tfsmacs",
+ "unstable": {
+ "version": [
+ 20180911,
+ 2114
+ ],
+ "deps": [
+ "tablist"
+ ],
+ "commit": "3c20cb76ccd7951eda0b5f076cd79e42f71e7220",
+ "sha256": "0pwx1cxc1d2hx823520b5a942nhl5w8alnhlq4kwi869wwzkmxfw"
+ }
+ },
+ {
+ "ename": "theme-changer",
+ "commit": "d08b24a2aec1012751054c68f7d55bac1bd1fd11",
+ "sha256": "1qbmsghkl5gs728q0gaalc7p8q7nzv3l045jc0jdxxnb7na3gc5w",
+ "fetcher": "github",
+ "repo": "hadronzoo/theme-changer",
+ "unstable": {
+ "version": [
+ 20171221,
+ 1927
+ ],
+ "commit": "61945695a30d678e6a5d47cbe7c8aff59a8c30ea",
+ "sha256": "14xc36jfgj8896pklrkpg394fgikir051rh9vm70v132n6i9j0cn"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 0
+ ],
+ "commit": "d3d9c9f62a138958262ac5dd61837df427268611",
+ "sha256": "09vf3qs949n4iqzd14iq2kgvypwdwdv8ii8l5jcqfppgspd8m8yd"
+ }
+ },
+ {
+ "ename": "theme-looper",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "018bixcbzri3zsasy1pp2qfvgd679ylpi9gq26qv9iwlfhlrpwgf",
+ "fetcher": "github",
+ "repo": "myTerminal/theme-looper",
+ "unstable": {
+ "version": [
+ 20190501,
+ 127
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "388138a238fbab9b4bc5ada0300c9bc5ef63d3f1",
+ "sha256": "0gab7ph1d7z0bjflqrj1y1lb4nk4c32bkpi943px0m5s5cjm54jv"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 4,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "388138a238fbab9b4bc5ada0300c9bc5ef63d3f1",
+ "sha256": "0gab7ph1d7z0bjflqrj1y1lb4nk4c32bkpi943px0m5s5cjm54jv"
+ }
+ },
+ {
+ "ename": "theme-magic",
+ "commit": "321c8ea8e095aa55d12f8dfb07001b9398adcbc5",
+ "sha256": "01vkwdfbhh7ifk1ziqmz257mjgn3ijmcva42ay4ih1n6268lr7k5",
+ "fetcher": "github",
+ "repo": "jcaw/theme-magic",
+ "unstable": {
+ "version": [
+ 20190711,
+ 2034
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "844c4311bd26ebafd4b6a1d72ddcc65d87f074e3",
+ "sha256": "10gkg7jh1s1484gm66a87zr7x8vmv00s7gfd0w2pj47nqf98g8hz"
+ }
+ },
+ {
+ "ename": "therapy",
+ "commit": "34e1bfdc684aaa7ebfbaa0ed60f8322c3de8a40d",
+ "sha256": "0y040ghb0y6aq0nchqr09vapz6h6112rkwxkqsx0v7xmqrqfjvhh",
+ "fetcher": "github",
+ "repo": "abingham/therapy",
+ "unstable": {
+ "version": [
+ 20151113,
+ 1953
+ ],
+ "commit": "775a92bb7b6b0fcc5b38c0b5198a9d0a1bef788a",
+ "sha256": "12kz4alyf3y2i7lkvi26hcxy55v0blsrxv5srx9fv5jhxkdz1vq1"
+ }
+ },
+ {
+ "ename": "thingopt",
+ "commit": "1b82d4102fa2c7622e76dae1154aaa8340b7f4b8",
+ "sha256": "0yvzq1z2nrldr8vhcvxqgzvh4gbrjjwfmprg59p4v5hlxvhxsb1y",
+ "fetcher": "github",
+ "repo": "m2ym/thingopt-el",
+ "unstable": {
+ "version": [
+ 20160520,
+ 2318
+ ],
+ "commit": "5679815852652479f3b3c9f3a98affc927384b2c",
+ "sha256": "12zpn0sy2yg37jjjx12h3kln56241b3z09bn5zavmjfdwnr9jd0a"
+ }
+ },
+ {
+ "ename": "thinks",
+ "commit": "439957cabf379651dc243219a83c3c96bae6f8cf",
+ "sha256": "11vj9mjfzmqwdmkq97aqns3fh8hkgx9scnki6c2iag5lj0av2vcq",
+ "fetcher": "github",
+ "repo": "davep/thinks.el",
+ "unstable": {
+ "version": [
+ 20170802,
+ 1128
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c02f236abc8c2025d9f01460b09b89ebdc96e28d",
+ "sha256": "0g4ls668kyqnh4xkvz1s1z9j6n0a1gkgrzgl98hys7hny6zrk7aa"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 12
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "7bdc418ff946d0cc9ea4cc73d38b3c71ffaa838d",
+ "sha256": "0wf3nikpnn0yivlmp6plyaiydm56mp3f91lljb1kay64nqgnfq65"
+ }
+ },
+ {
+ "ename": "thread-dump",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "0dzr86jyf2j49gq40q6qd6lppa57n65n94xzpdjjbs182hxzavp2",
+ "fetcher": "github",
+ "repo": "nd/thread-dump.el",
+ "unstable": {
+ "version": [
+ 20170816,
+ 1850
+ ],
+ "commit": "204c9600242756d4b514bb5ff6293e052bf4b49d",
+ "sha256": "11qx194gwizqg7p2mqy7mdfii85bdayabxfd388dmrm916i4w47n"
+ }
+ },
+ {
+ "ename": "threes",
+ "commit": "bff7d9ffbca45629f310743aff776b762c8507cc",
+ "sha256": "03zwcaibdj88a6whccc5ysqsnfwi76yhsgjsfp3lxjcmlkwqzjbs",
+ "fetcher": "github",
+ "repo": "xuchunyang/threes.el",
+ "unstable": {
+ "version": [
+ 20160820,
+ 1242
+ ],
+ "deps": [
+ "seq"
+ ],
+ "commit": "6981acb30b856c77cba6aba63fefbf102cbdfbb2",
+ "sha256": "1a7zqq6kmqxgzbsg8yczlvipzv65n10c8j26mc507p4m47nlikgv"
+ }
+ },
+ {
+ "ename": "thrift",
+ "commit": "0dca078c0c467bc44290a922ad5627d6a34194f8",
+ "sha256": "13isxx16h7rg8q5a68qmgrf3rknhfrx1qh6fb5njlznfwhrqry3y",
+ "fetcher": "github",
+ "repo": "facebook/fbthrift",
+ "unstable": {
+ "version": [
+ 20180905,
+ 1050
+ ],
+ "commit": "01ea3cb8cee36e31a0ab8015426b57eb4ce29cdc",
+ "sha256": "0mfgr1303lpfa0nzh4lbxpiiijwv41bh3r631hjj9cpz8jkwicc7"
+ },
+ "stable": {
+ "version": [
+ 2019,
+ 7,
+ 29,
+ 0
+ ],
+ "commit": "e30e8a85fdd5e66318be64a66f879e42ace97825",
+ "sha256": "0n9yvw7m3wj5nphiavb27s8g8nnzwlm42k781y6rzwb0q8baxnzz"
+ }
+ },
+ {
+ "ename": "thumb-through",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "1544xw9lar199idk135z4d6i3n9w0v7g2bq7fnz0rjjw10kxvpcx",
+ "fetcher": "github",
+ "repo": "apg/thumb-through",
+ "unstable": {
+ "version": [
+ 20120119,
+ 534
+ ],
+ "commit": "08d8fb720f93c6172653e035191a8fa9c3305e63",
+ "sha256": "0nypcryqwwsdawqxi7hgsv6fp28zqslj9phw7zscqqxzc3svaywn"
+ }
+ },
+ {
+ "ename": "tickscript-mode",
+ "commit": "c60ee1839f728c5041bde1fe4fa62c4d41c746ef",
+ "sha256": "0wnck6j377idx7h7csmfdhp6napv3zs4sd24lknfclafhslllp54",
+ "fetcher": "github",
+ "repo": "msherry/tickscript-mode",
+ "unstable": {
+ "version": [
+ 20171219,
+ 203
+ ],
+ "commit": "f0579f38ff14954df5002ce30ae6d4a2c978d461",
+ "sha256": "0b3rbsd978ch0hiv45sqg9g4zsxhjn557j5f72vjql8cx1h5d8s4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "commit": "6e7564593d7735acc9f3fa670ec6512991cb73a1",
+ "sha256": "173zk9nzjds0rkypmaq8xv5qianivgk16jpzgk0msdsn9kjbd8s9"
+ }
+ },
+ {
+ "ename": "tidal",
+ "commit": "16a26659a16199b5bb066be6e5c4a40419bda018",
+ "sha256": "0im0qbavpykacrwww3y0mlbhf5yfx8afcyvsq5pmjjp0aw245w6a",
+ "fetcher": "github",
+ "repo": "tidalcycles/Tidal",
+ "unstable": {
+ "version": [
+ 20190320,
+ 2158
+ ],
+ "deps": [
+ "haskell-mode"
+ ],
+ "commit": "17db036b9895fb7b54dda5e3cf2cb0ce5980b457",
+ "sha256": "1gys96kr6vq7h2jz15c9340idxv6915anw98is1mfl4ak6pqq3w1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 0
+ ],
+ "deps": [
+ "haskell-mode"
+ ],
+ "commit": "ba2eb0a503b604a806e45b914d16ece6899bd9be",
+ "sha256": "1cimnm9d5cm5bw8fjdm2gw5dlcrxcwkfjdh4dh9s7bgrbqjgdcmj"
+ }
+ },
+ {
+ "ename": "tide",
+ "commit": "a21e063011ebbb03ac70bdcf0a379f9e383bdfab",
+ "sha256": "1z2xr25s23sz6nrzzw2xg1l2j8jvjhxi53qh7nvxmmq6n6jjpwg1",
+ "fetcher": "github",
+ "repo": "ananthakumaran/tide",
+ "unstable": {
+ "version": [
+ 20190706,
+ 2322
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "flycheck",
+ "s",
+ "typescript-mode"
+ ],
+ "commit": "dd90f5ad6c537d38b5f56599687c3bc9b21072a6",
+ "sha256": "1rpha2fbhmj891hbpm24din84j2m1ccjignwr237fhv34yy55z07"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 2,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "flycheck",
+ "s",
+ "typescript-mode"
+ ],
+ "commit": "2d17c051cccd248a980575caf5728f4d5c986b30",
+ "sha256": "19kjq4kr2j853p5qp1s79zxmrfprli82lsnphbrlp9vbnib28xyd"
+ }
+ },
+ {
+ "ename": "tile",
+ "commit": "424cfd28378ef328721bb0dc3651808e64c01306",
+ "sha256": "1795048ilpg6y9pn0jj0js5446hwxhwm6qmk50hds0hpcb396vbv",
+ "fetcher": "github",
+ "repo": "IvanMalison/tile",
+ "unstable": {
+ "version": [
+ 20161225,
+ 357
+ ],
+ "deps": [
+ "dash",
+ "s",
+ "stream"
+ ],
+ "commit": "22660f21f6e95de5aba55cd5d293d4841e9a4661",
+ "sha256": "1qxhrm852j93sqi1lznlrjn7s0vscsixm48g46ja70gl320chyzm"
+ }
+ },
+ {
+ "ename": "time-ext",
+ "commit": "f8e4328cae9b4759a75da0b26ea8b68821bc71af",
+ "sha256": "133vd63p8258wam4fvblhfg37w2zqy4a5c5c5nafwx0cy90sngwz",
+ "fetcher": "github",
+ "repo": "rubikitch/time-ext",
+ "unstable": {
+ "version": [
+ 20170126,
+ 1215
+ ],
+ "commit": "d128becf660fe3f30178eb1b05cd266741f4784a",
+ "sha256": "0ynxmik33hh0znmznrf7lkmsh5xggbrvbdhiqa61r0b7gs3jk5fd"
+ }
+ },
+ {
+ "ename": "timecop",
+ "commit": "eb13cb0dba1696cc51132cd1ff723fa17f892a7c",
+ "sha256": "1hnmxcc2hjx9a4jyavx2v9hxmqacmmg1xj86rxqx3ms32hgigji5",
+ "fetcher": "github",
+ "repo": "emacs-php/emacs-datetime",
+ "unstable": {
+ "version": [
+ 20160520,
+ 1052
+ ],
+ "deps": [
+ "cl-lib",
+ "datetime-format"
+ ],
+ "commit": "e6427538b547cbe02e1bd6ed4b765c73620bdae8",
+ "sha256": "1573z8wq5m8qzbzmnsz2fmbwrj9c0ava0jjfchzmwm2b3jyvqh5r"
+ }
+ },
+ {
+ "ename": "timer-revert",
+ "commit": "991e68c59d1fbaef06ba2583f07499ecad05586d",
+ "sha256": "0lvm2irfx9rb5psm1lf53fv2jjx745n1c172xmyqip5xwgmf6msy",
+ "fetcher": "github",
+ "repo": "yyr/timer-revert",
+ "unstable": {
+ "version": [
+ 20150122,
+ 2032
+ ],
+ "commit": "615c91dec8b440d2b9b7c725dd733d7432564e45",
+ "sha256": "1hidvbd1xzz9m0fc55wac1mpv4dpcf8qnw1myh3646bfvivj9c2q"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "31ad8d94b85807cd9f63fcba0c90c3e9a9515fa2",
+ "sha256": "1vq5yp6pyjam2csz22mcp353a4d5r7f9m6bsjizfmgr2ld7bwhx7"
+ }
+ },
+ {
+ "ename": "timesheet",
+ "commit": "40009ef2f6845c83242ca5d0a8c9c2c1e4ef8a9d",
+ "sha256": "1gy6bf4wqvp8cw2wjnrr9ijnzwav3p7j46m7qrn6l0517shwl506",
+ "fetcher": "github",
+ "repo": "tmarble/timesheet.el",
+ "unstable": {
+ "version": [
+ 20180802,
+ 202
+ ],
+ "deps": [
+ "auctex",
+ "org",
+ "s"
+ ],
+ "commit": "67ca6a9f6733052066b438301fb2dd81b8b3f6eb",
+ "sha256": "0rmh8lik27pmq95858jbjzgvf6rsfdnpynwcagj1fgkval5kzdbs"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 1
+ ],
+ "deps": [
+ "auctex",
+ "org",
+ "s"
+ ],
+ "commit": "67ca6a9f6733052066b438301fb2dd81b8b3f6eb",
+ "sha256": "0rmh8lik27pmq95858jbjzgvf6rsfdnpynwcagj1fgkval5kzdbs"
+ }
+ },
+ {
+ "ename": "timonier",
+ "commit": "a31b0c177fd83bdeb1842a6ec3095de143bb4eae",
+ "sha256": "0vb83kv2dkca2bq876icxs8iivv9qgkzmzrsxfpnvbv752b220b0",
+ "fetcher": "github",
+ "repo": "nlamirault/timonier",
+ "unstable": {
+ "version": [
+ 20170411,
+ 800
+ ],
+ "deps": [
+ "all-the-icons",
+ "dash",
+ "f",
+ "hydra",
+ "pkg-info",
+ "request",
+ "s"
+ ],
+ "commit": "0a150ea87bf695b43cf1740dfd7e553e0ae7601c",
+ "sha256": "18yls8zc8d5nhx8j3l5av5xvmxmjrrmbzzab59kc6zib0isgxlcz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "all-the-icons",
+ "dash",
+ "hydra",
+ "pkg-info",
+ "request",
+ "s"
+ ],
+ "commit": "33ca5887a1d1b63349177237e9edfb73546511a5",
+ "sha256": "0z6s26kc50rbmgkkbxzpasphi8hcwhixmi8ksqzrclayccjjj7ar"
+ }
+ },
+ {
+ "ename": "timp",
+ "commit": "27896aeb813215a43aec07a5ddf0ab2176df38fb",
+ "sha256": "1vh2wsgd8bclkbzn59zqbzzfzs0xx6x82004l7vnma8z97swvhgs",
+ "fetcher": "github",
+ "repo": "mola-T/timp",
+ "unstable": {
+ "version": [
+ 20160618,
+ 803
+ ],
+ "deps": [
+ "cl-lib",
+ "fifo-class",
+ "signal"
+ ],
+ "commit": "66b21934b1eb8ee428c06dd64b3562ad44776a35",
+ "sha256": "1jbmc356cqmjann2wdjnikyb0l136lpjka6bjim0rjhipdnw2acn"
+ }
+ },
+ {
+ "ename": "tinkerer",
+ "commit": "8a28e1dfe987287bac7c45f83ae6e754bc13e345",
+ "sha256": "0qh6pzjn98jlpxcm9zf25ga0y3d3v53275a9zgswyhz33mafd7pd",
+ "fetcher": "github",
+ "repo": "yyr/tinkerer.el",
+ "unstable": {
+ "version": [
+ 20170906,
+ 1224
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "e34135555f3748b578c7f8706dfd0c888fb87581",
+ "sha256": "0lzrarqh965ysd7w0z5rbisl45j11fbibyxmgivgy9parvhg59hk"
+ }
+ },
+ {
+ "ename": "tiny",
+ "commit": "d3029dab001fff5d12e8a2bace6ddbf897842c26",
+ "sha256": "183qczyb6c8zmdgmsjsj4hddmvnzzq4c7syslm861xcyxia94icy",
+ "fetcher": "github",
+ "repo": "abo-abo/tiny",
+ "unstable": {
+ "version": [
+ 20190722,
+ 1212
+ ],
+ "commit": "fd8a6b0b0c564d8242259e20e557ee6041f40908",
+ "sha256": "1498j392ap2mk4zmsm2id16pfgvj78r428da9vw7hdrzzibai2cx"
+ }
+ },
+ {
+ "ename": "tiny-menu",
+ "commit": "82700c97ca40130e7508c151f60220d3f23bf23c",
+ "sha256": "1nngf6vsqfr9fx82mj8dl8zw0fpwf4kr74sflxxk7qxj4aw1jirk",
+ "fetcher": "github",
+ "repo": "aaronbieber/tiny-menu.el",
+ "unstable": {
+ "version": [
+ 20161213,
+ 1235
+ ],
+ "commit": "05563b94537b6eb22aeddedef2a6e59e3f88d073",
+ "sha256": "0k0djq60mwhjiwy9dpy9m9bs507b9p19pdl3g2s8sd9i2fk53rfy"
+ }
+ },
+ {
+ "ename": "tinypng",
+ "commit": "c5b8b571d4c5766b392e58c6bc16924720856587",
+ "sha256": "04w19wzzpq3pzvv5d2pkijnn329ksqvcly4s9prp3gm7nqwi1r26",
+ "fetcher": "github",
+ "repo": "xuchunyang/tinypng.el",
+ "unstable": {
+ "version": [
+ 20190620,
+ 942
+ ],
+ "commit": "5910738ce129d93789c98f5722d33d1f40d15afc",
+ "sha256": "1mgq8hspkhq6iz84850s9rq0xkhla28dlvcjj0cip4s3npw5fdan"
+ }
+ },
+ {
+ "ename": "tinysegmenter",
+ "commit": "4f189290799f84282ff7cdecbb12a2a7cdfd1043",
+ "sha256": "005yy2f8vghvwdcwakz5sr9n1gzk6cfyglm6d8b74y90d8fng0r6",
+ "fetcher": "github",
+ "repo": "myuhe/tinysegmenter.el",
+ "unstable": {
+ "version": [
+ 20141124,
+ 1013
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "872134704bd25c13a4c59552433da4c6881b5230",
+ "sha256": "1n8cn6mr26hgmsm2mkbj5gs6dv61d0pap8ija4g0n1vsibfhzd8j"
+ }
+ },
+ {
+ "ename": "tj3-mode",
+ "commit": "dcf0f535a543bf36df9fb2e59c7fb9dfc00820f7",
+ "sha256": "06mhg0jc80cymplbri6axyzv18ayxppqz3vggywq9g2ba1vqj41h",
+ "fetcher": "github",
+ "repo": "csrhodes/tj3-mode",
+ "unstable": {
+ "version": [
+ 20180519,
+ 1228
+ ],
+ "commit": "1d98eb23f1606392f34ef1b80517cfc940fb9950",
+ "sha256": "1gzi8pvdgj4s9c54m2a8hicvg8dzac6253kyd2h71bljm4ilwl0f"
+ }
+ },
+ {
+ "ename": "tldr",
+ "commit": "45af2c5d1a36fcbf739812594c5cc878bf319a26",
+ "sha256": "1f1xsmkbf4j1c876qqr9h8fgx3zxjgdfzvzf6capxlx2svhxzvc9",
+ "fetcher": "github",
+ "repo": "kuanyui/tldr.el",
+ "unstable": {
+ "version": [
+ 20190425,
+ 749
+ ],
+ "deps": [
+ "request"
+ ],
+ "commit": "2ff0834bc58590f98bfece3efc5656d1b47c325d",
+ "sha256": "1qwx4hmqj6fbpmv230kgdv2qwv5jfmbf5kvdhcq48p4rak1r30qj"
+ }
+ },
+ {
+ "ename": "tmmofl",
+ "commit": "8d29def44ae42dc4b60c1d254a57572bd09faf51",
+ "sha256": "1idflc5ky8hwdkps1rihdqy3i6cmhrh83sxz3kgf2kqjh365yr8b",
+ "fetcher": "github",
+ "repo": "phillord/tmmofl",
+ "unstable": {
+ "version": [
+ 20121025,
+ 1101
+ ],
+ "commit": "532aa6978e994e2b069ffe37aaf9a0011a07dadc",
+ "sha256": "1ypbv9jbdnwv3xjsfzq8i3nmqdvziynv2rqsd6fm2r1xw0q06xd6"
+ }
+ },
+ {
+ "ename": "tmux-pane",
+ "commit": "8bc165e115a2c457e44ac2762cf6a9f07f1b99c4",
+ "sha256": "0mv5y367i1wmk5kp8ms09xhrwvb4cwa08p39qy6mkakdhiby5m9q",
+ "fetcher": "github",
+ "repo": "laishulu/emacs-tmux-pane",
+ "unstable": {
+ "version": [
+ 20181210,
+ 1210
+ ],
+ "deps": [
+ "names",
+ "s"
+ ],
+ "commit": "5e83ec65a1d38af9b8a389bdf34a78d13437e63d",
+ "sha256": "1451d51ml36i1pgksjkd4x2y8zjf4in9q8m6gda3b25v57fnkg2i"
+ }
+ },
+ {
+ "ename": "toc-org",
+ "commit": "1305d88eca984a66039444da1ea64f29f1950206",
+ "sha256": "06mx2b0zjck82vp3i4bwbqlrzn05i2rkf8080cn34nkizi59wlbs",
+ "fetcher": "github",
+ "repo": "snosov1/toc-org",
+ "unstable": {
+ "version": [
+ 20190603,
+ 803
+ ],
+ "commit": "2539b4be401d006e2752f6ad3b88e696889a7fc8",
+ "sha256": "1d9jj6vgz5f29xqbx1hh0nxkzbql66z3ygxrksry0xjyxabcmnc2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "4315afd2a408c0d432ba3d8d040c2326c222fdbf",
+ "sha256": "0lk0rji85a1c0c5r9an0fdvsm4n4jyixsknmr8ywha3lfmc2p0l8"
+ }
+ },
+ {
+ "ename": "todoist",
+ "commit": "b9a75eb89bfeb0b7362bf6d2ffaf6b4750984b3a",
+ "sha256": "0fspvqr0m36mxbrnkql1gl8hwlv8qxd48f632zqzylj0vsygaxhf",
+ "fetcher": "github",
+ "repo": "abrochard/emacs-todoist",
+ "unstable": {
+ "version": [
+ 20190627,
+ 2139
+ ],
+ "deps": [
+ "dash",
+ "org",
+ "transient"
+ ],
+ "commit": "ca38839638580001600f076c8075369916d24507",
+ "sha256": "1l6zrsfx4b06rl07ndlyabqg8pp1bnila40cgadpnmqvh5w6sfdz"
+ }
+ },
+ {
+ "ename": "todotxt",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1ravnkj6y2p027yhba2lan10079xzd2q7l8gyb8n6bwq14jif127",
+ "fetcher": "github",
+ "repo": "rpdillon/todotxt.el",
+ "unstable": {
+ "version": [
+ 20180626,
+ 2230
+ ],
+ "commit": "f13e404304c9d26c105de872f96b4601441b3875",
+ "sha256": "1yvy2pl2ncgkz1xz598qjvp2v3g66m57wz7nra2vira7m4kq4671"
+ }
+ },
+ {
+ "ename": "todotxt-mode",
+ "commit": "cdc1926c5de86749caba1ad2d1e75225a31a8558",
+ "sha256": "1bs4air13ifx3xkhcfi80z29alsd63r436gnyvjyxlph2ip37v7k",
+ "fetcher": "github",
+ "repo": "avillafiorita/todotxt-mode",
+ "unstable": {
+ "version": [
+ 20150424,
+ 1404
+ ],
+ "commit": "dc6ae151edee88f329ba7abc5d39b7440002232f",
+ "sha256": "1k9ywi7cdgb6i600wr04r2l00423l6vr7k93qa7i7svv856nbbc7"
+ }
+ },
+ {
+ "ename": "togetherly",
+ "commit": "05da36e2d57a57255423a24a34742cbac2f6c9a5",
+ "sha256": "01ks160dfmgh05lx0lmyg020hba8nw49mj51dp1afcsmx4dkis2f",
+ "fetcher": "github",
+ "repo": "zk-phi/togetherly",
+ "unstable": {
+ "version": [
+ 20170426,
+ 616
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a6491bd5dd84f2aded0cd112ff06ae76ff78dfeb",
+ "sha256": "05x6ppfkpklxf1098acs6gpd3zm9k05vhywa7n01y2g6nhp697pw"
+ }
+ },
+ {
+ "ename": "toggle",
+ "commit": "bd02426ce7ab46361363c7a6c56b1575642003e0",
+ "sha256": "08lk8h2dk5s8k93j5vmxdlgg453pif8wbcx2w3xkjlh43dw1vdfq",
+ "fetcher": "github",
+ "repo": "zenspider/elisp",
+ "unstable": {
+ "version": [
+ 20180316,
+ 3
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ef0c6b84d92eecd05aa5cd4a35b73652f21b311a",
+ "sha256": "0wh0fwl2mimb48g2sf2nhmr3xxwvgkgr3566187x3kw8zxgh1nv7"
+ }
+ },
+ {
+ "ename": "toggle-quotes",
+ "commit": "0f6e83e3184d336891f76c4740f64646d58ea980",
+ "sha256": "16w453v4g7ww93bydim62p785x7w4vssp9l5liy0h3ppfmgvmxhp",
+ "fetcher": "github",
+ "repo": "toctan/toggle-quotes.el",
+ "unstable": {
+ "version": [
+ 20140710,
+ 926
+ ],
+ "commit": "33abc221d6887f0518337851318065cd86c34b03",
+ "sha256": "1w1lmqgzn9bp59h9y9plv80y53k6qhjgfmnnlqyyqfl45z3si7kg"
+ }
+ },
+ {
+ "ename": "toggle-test",
+ "commit": "8ea51a54b745d9978c5177182cd8501912aa2d01",
+ "sha256": "0n8m325jcjhz8g75ysb9whsd12gpxw8598y5065j7c7gxjzv45l1",
+ "fetcher": "github",
+ "repo": "rags/toggle-test",
+ "unstable": {
+ "version": [
+ 20140723,
+ 537
+ ],
+ "commit": "e969321f274903d705995a7d0345a257576ec5ff",
+ "sha256": "0sgaslqxj806byidh06h5pqmqz8jzjfz9ky8jvkif3cq3a479jby"
+ }
+ },
+ {
+ "ename": "toggle-window",
+ "commit": "5505f778052353abce10f9ceef56ce95f5a5b662",
+ "sha256": "1z080jywqj99xiwbvfclr6gjkc6spr3dqjb9kq1g4971vx4w8n9g",
+ "fetcher": "github",
+ "repo": "deadghost/toggle-window",
+ "unstable": {
+ "version": [
+ 20141207,
+ 1548
+ ],
+ "commit": "e82c60e543933880402ede11e9423e48a17dde53",
+ "sha256": "0f86aij1glmvgpbhmfpi441zy0r37zblb0q3ycgq0dp92x8yny5r"
+ }
+ },
+ {
+ "ename": "tomatinho",
+ "commit": "3fe20de5b2b5e5abe5be7468cea7c87f5b26b237",
+ "sha256": "1ad3kr73v75vjrc09mdvb7a3ws834k5y5xha3v0ldah38cl1pmjz",
+ "fetcher": "github",
+ "repo": "konr/tomatinho",
+ "unstable": {
+ "version": [
+ 20180621,
+ 1748
+ ],
+ "commit": "b53354b9b9f496c0388d6a573b06b7d6fc53d0bd",
+ "sha256": "0vf2b1c9raa723iy2gfdmxjv4q0ivixy1vbs1x5q09cibca8kp4x"
+ }
+ },
+ {
+ "ename": "toml",
+ "commit": "bab369a63ca0e7fcfacfcb9ac3847ac4e631b28c",
+ "sha256": "0kqv6zkywa7kqh8kg1dzcgkbi91lwx335przdakndm1lfai38i9b",
+ "fetcher": "github",
+ "repo": "gongo/emacs-toml",
+ "unstable": {
+ "version": [
+ 20130903,
+ 1255
+ ],
+ "commit": "9633a6872928e737a2335aae1065768b23d8c3b3",
+ "sha256": "1b3bkla6i5nvanifxchph6ab6ldrskdf240hy4d27dkmmnr3pban"
+ }
+ },
+ {
+ "ename": "toml-mode",
+ "commit": "f8157d7d11f1e1848f0ba384249b4b8c6354830b",
+ "sha256": "0yghf2ixl3dkcaxnkr4qzxfa9k1rrac7w5qpw1jx2bvic0cfs40l",
+ "fetcher": "github",
+ "repo": "dryman/toml-mode.el",
+ "unstable": {
+ "version": [
+ 20161107,
+ 1800
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "f6c61817b00f9c4a3cab1bae9c309e0fc45cdd06",
+ "sha256": "05b4ksay85c8y5ncax0qsvnmplwsfiw24z16a58gkarjz938hb57"
+ }
+ },
+ {
+ "ename": "tommyh-theme",
+ "commit": "da9b40184e1559c33edd5e6dac6447013710cb79",
+ "sha256": "0nb9r407h08yxxdihxqx0c645bcz6qywbh2l654s3zfzdsqi1aj4",
+ "fetcher": "github",
+ "repo": "wglass/tommyh-theme",
+ "unstable": {
+ "version": [
+ 20131004,
+ 2330
+ ],
+ "commit": "46d1c69ee0a1ca7c67b569b891a2f28fed89e7d5",
+ "sha256": "0pwbd5gzmpr6js20438870w605671930291070nhmhswvxfcdvay"
+ }
+ },
+ {
+ "ename": "tornado-template-mode",
+ "commit": "f329baae028fd17618824128f312a49aa0a0807e",
+ "sha256": "1sdv9rlhnabydws2sppsjcgqr0lg6bjapv753ksq5aaq21qsps0h",
+ "fetcher": "github",
+ "repo": "paradoxxxzero/tornado-template-mode",
+ "unstable": {
+ "version": [
+ 20141128,
+ 1008
+ ],
+ "commit": "667c0663dbbd279b6c345446b9f2bc50eb52b747",
+ "sha256": "0wv49gn1daylnjmnallpqsqy7630ynrp45agpiwi6kwyyqk1kdvv"
+ }
+ },
+ {
+ "ename": "torus",
+ "commit": "efc3b538861084cc13ff067a9258e55dc006b70d",
+ "sha256": "0zjidnc7nwbxs90spp373hx92vksd72vz4avmi4dbmhi89rdfhh0",
+ "fetcher": "github",
+ "repo": "chimay/torus",
+ "unstable": {
+ "version": [
+ 20190325,
+ 753
+ ],
+ "commit": "b309da8c2eaee573a2e2572f25a08ce5da9e9990",
+ "sha256": "0d6y2m4lh244542svzm856n014l7hjkffp5m0arwsvywqspq9vb9"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0
+ ],
+ "commit": "222d5b155dd544cb158b2f84be8ad304b0c69df1",
+ "sha256": "164mip0cibs3c8c4khnbzs8f2pmj57ng5q7hspzv7wk8nvc6d39i"
+ }
+ },
+ {
+ "ename": "total-lines",
+ "commit": "1b6455dd89167a854477a00284f64737905b54d8",
+ "sha256": "0zpli7gsb56fc3pzb3b2bs7dzr9glkixbzgl4p2kc249vz3jqajh",
+ "fetcher": "github",
+ "repo": "hinrik/total-lines",
+ "unstable": {
+ "version": [
+ 20171227,
+ 1239
+ ],
+ "commit": "473fa74a5416697ecd938866518bcad423f8fda6",
+ "sha256": "17jac25hwnklqzqpnrxjsq9s08c9rql9phcv8cq97cc36iwgw8gp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "58a9fb0ffca63e3dfb3b27c7d91b4630e422903b",
+ "sha256": "0ajbqrkg3v0yn8mj7dsv12w9zzcwjkabd776fabxamhcj6zbvza3"
+ }
+ },
+ {
+ "ename": "totd",
+ "commit": "9dc1e001585e1743047108ace180dfd7664ab8f1",
+ "sha256": "1bp07xl9yh9x6bi6cn8wz11x90jhv1rhxaig540iydjn5b0ny9m0",
+ "fetcher": "gitlab",
+ "repo": "egh/emacs-totd",
+ "unstable": {
+ "version": [
+ 20150519,
+ 1440
+ ],
+ "deps": [
+ "cl-lib",
+ "s"
+ ],
+ "commit": "ca47b618ea8290776cdb5b0f1c2c335691f69660",
+ "sha256": "188cdgic25wrb4jdgdcj070a0pxsh3m0rd9d2r6i1s1n1nalrs6g"
+ }
+ },
+ {
+ "ename": "tox",
+ "commit": "08a7433e16f2a9a2c04168600a9c99bc21c68ddf",
+ "sha256": "1z81x8fs5q6r19hpqphsilk8wdwwnfr8w78x5x298x74s9mcsywl",
+ "fetcher": "github",
+ "repo": "chmouel/tox.el",
+ "unstable": {
+ "version": [
+ 20160810,
+ 1555
+ ],
+ "commit": "7655eb254038d5e34433e8a9d66b3ffc9c72e40c",
+ "sha256": "1212b7s00kw9hk5gc2jx88hqd825rvkz1ss7phnxkrz833l062ki"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "commit": "7655eb254038d5e34433e8a9d66b3ffc9c72e40c",
+ "sha256": "1212b7s00kw9hk5gc2jx88hqd825rvkz1ss7phnxkrz833l062ki"
+ }
+ },
+ {
+ "ename": "toxi-theme",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "032m3qbxfd0qp81qwayd5g9k7vz55g4yhw0d35qkxzf4qf58x9sd",
+ "fetcher": "bitbucket",
+ "repo": "postspectacular/toxi-theme",
+ "unstable": {
+ "version": [
+ 20160424,
+ 2126
+ ],
+ "commit": "b322fc7497a53f102e74f7994da96f2974171c9b",
+ "sha256": "1pnsky541m8kzcv81w98jkv0hgajh04hxqlmgddc1y0wbvi849j0"
+ }
+ },
+ {
+ "ename": "tql-mode",
+ "commit": "6a7c3dec5d970a4e819c0166a4b9846d74484b08",
+ "sha256": "0nrycix119vail6vk1kgqsli4l4cw8x49grc368n53w0xwngh0ns",
+ "fetcher": "github",
+ "repo": "tiros-dev/tql-mode",
+ "unstable": {
+ "version": [
+ 20170724,
+ 254
+ ],
+ "commit": "488add79eb3fc8ec02aedaa997fe1ed9e5c3e638",
+ "sha256": "09vkqr5n66w1q5f7m1vgiv0555v23wg6j46ri52lnnslsxpxhlyv"
+ }
+ },
+ {
+ "ename": "traad",
+ "commit": "2b3eb31c077fcaff94b74b757c1ce17650333943",
+ "sha256": "08gxh5c01xfbbj9g4992jah494rw3d3bbs8j79r3mpqxllkp2znf",
+ "fetcher": "github",
+ "repo": "abingham/emacs-traad",
+ "unstable": {
+ "version": [
+ 20180730,
+ 48
+ ],
+ "deps": [
+ "bind-map",
+ "dash",
+ "deferred",
+ "f",
+ "popup",
+ "request",
+ "request-deferred",
+ "virtualenvwrapper"
+ ],
+ "commit": "98e23363b7e8a590a2f55976123a8c3da75c87a5",
+ "sha256": "121p80vsa3xff1anwy876gvlpm0jdbfm5vaxszds73wrv6gih8m3"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "deferred",
+ "popup",
+ "request",
+ "request-deferred",
+ "virtualenvwrapper"
+ ],
+ "commit": "1f05cb4e5e96a90d2fb2bbc93093084327c40cf2",
+ "sha256": "14qg8aczcdf51w618zdzx3d48y9n4skjrg72yhgcm9a9lrs5v8y1"
+ }
+ },
+ {
+ "ename": "tracking",
+ "commit": "a2b295656d53fddc76cacc86b239e5648e49e3a4",
+ "sha256": "096h5bl7jcwz5hpbm2139bf8a784hijfy40vzf42y1c9794al46z",
+ "fetcher": "github",
+ "repo": "jorgenschaefer/circe",
+ "unstable": {
+ "version": [
+ 20171210,
+ 2102
+ ],
+ "commit": "6ccd4b494cbae9d28091217654f052eaea321007",
+ "sha256": "0cr9flk310yn2jgvj4hbqw9nj5wlfi0fazdkqafzidgz6iq150wd"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 11
+ ],
+ "commit": "6ccd4b494cbae9d28091217654f052eaea321007",
+ "sha256": "0cr9flk310yn2jgvj4hbqw9nj5wlfi0fazdkqafzidgz6iq150wd"
+ }
+ },
+ {
+ "ename": "tracwiki-mode",
+ "commit": "2e1e7315ee0e8d90df046e16948398f6f78aa3b2",
+ "sha256": "1k983f0lj42rxr5szpq9l9harykfn8jr13y3y6fav86zzd1fb8j0",
+ "fetcher": "github",
+ "repo": "merickson/tracwiki-mode",
+ "unstable": {
+ "version": [
+ 20150119,
+ 1621
+ ],
+ "deps": [
+ "xml-rpc"
+ ],
+ "commit": "6a620444d59b438f42383b48cd4c19c03105dba6",
+ "sha256": "1m25l1lyff4h0h4vjrcsziwbf8svqg2llvvgl8i2b4jbh7k7pk5f"
+ }
+ },
+ {
+ "ename": "tramp-hdfs",
+ "commit": "4c185553314a2a9fe18907fd9251077777b33538",
+ "sha256": "1l7s2z8yk3cbnffig9fds75jkjlkng76qglx5ankzva61dz1kf2b",
+ "fetcher": "github",
+ "repo": "raghavgautam/tramp-hdfs",
+ "unstable": {
+ "version": [
+ 20170821,
+ 1320
+ ],
+ "commit": "f8406f77bf83b66306ced693a5e4aaf606f46762",
+ "sha256": "15zr1fcmjk4mzjvmfbbkz5v9ryfgcjk0ag6rwxk8rp6wzwxcxvvl"
+ }
+ },
+ {
+ "ename": "tramp-term",
+ "commit": "5c84660c641f0bdf3cca8ad2a0f8f6e5d18b59c3",
+ "sha256": "1vbdwj8q66j6h5ijqzxhyaqf8wf9rbs03x8ppfijxl5qd2bhc1dy",
+ "fetcher": "github",
+ "repo": "randymorris/tramp-term.el",
+ "unstable": {
+ "version": [
+ 20190628,
+ 1207
+ ],
+ "commit": "fdc3d5a29ca9549db462cd66d8f5d97026a1200f",
+ "sha256": "1xznm3q2d4xffynqb1bkpcif8jr6mpkrir4hc7gmi4q987j2lpdr"
+ }
+ },
+ {
+ "ename": "transfer-sh",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "0xc6dkmayk935grmy8883l4cyv4zrq3fb77fj16knfj4yw8w6c9j",
+ "fetcher": "github",
+ "repo": "SRoskamp/transfer-sh.el",
+ "unstable": {
+ "version": [
+ 20180603,
+ 1431
+ ],
+ "deps": [
+ "async"
+ ],
+ "commit": "55da85f963d347255a2b46568954923679331798",
+ "sha256": "0yv4i4ps379kz1q9qmjh4q3pk5ik77xw86faxmwpjx4yzp1wsz9v"
+ }
+ },
+ {
+ "ename": "transient",
+ "commit": "ee7bfefdf4423d63706a6dcf128886ca6b514e6b",
+ "sha256": "04xkdspn475dlch5fcw21phhdhshxlbyznjbi0l7qk8snm130qpv",
+ "fetcher": "github",
+ "repo": "magit/transient",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1336
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "9fb3f797f10fd069c2bffa7a3ead746aa53d1a25",
+ "sha256": "1xyj9ncqz0mrdgn6wg252p8kv2k9h391ni0bvkw8dqwz7xwgfl3g"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "lv"
+ ],
+ "commit": "33f538a0bb83c8d4abc8f4c2db0dfbb9b09c4f92",
+ "sha256": "1hrn4mgag6rkcqzpmn5ysa9rj79dsgmh8vrihjvaikrdyshf9zxc"
+ }
+ },
+ {
+ "ename": "transmission",
+ "commit": "9ed7e414687c0bd82b140a1bd8044084d094d18f",
+ "sha256": "0w0hlr4y4xpcrpvclqqqasggkgrwnzrdib51mhkh3f3mqyiw8gs9",
+ "fetcher": "github",
+ "repo": "holomorph/transmission",
+ "unstable": {
+ "version": [
+ 20190211,
+ 246
+ ],
+ "deps": [
+ "let-alist"
+ ],
+ "commit": "7293beeb8a49cf6822abd16a9f4b9e4bef0a9296",
+ "sha256": "0pbmxl5654l1y213pq2h65dyrr78jlkybbdwz1dq52km98mpnf3r"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 12,
+ 1
+ ],
+ "deps": [
+ "let-alist"
+ ],
+ "commit": "03a36853f141387654b7cb9217c7417db096a083",
+ "sha256": "0kvg2gawsgy440x1fsl2c4pkxwp3zirq9rzixanklk0ryijhd3ry"
+ }
+ },
+ {
+ "ename": "transpose-frame",
+ "commit": "ae489be43b1aee93614e40f492ebdf0b98a3fbc1",
+ "sha256": "1ksdc4d9k05452hcq4xx0j5nfl9n01z8abbca6j7j66bdf3m4l1b",
+ "fetcher": "github",
+ "repo": "emacsorphanage/transpose-frame",
+ "unstable": {
+ "version": [
+ 20151126,
+ 1426
+ ],
+ "commit": "011f420c3496b69fc22d789f64cb8091834feba7",
+ "sha256": "1nhbinwv1ld13c0b0lxlvfm9s6bvxcz2vgfccqg45ncg9rx70rsw"
+ }
+ },
+ {
+ "ename": "transpose-mark",
+ "commit": "e997b356b009b3d2ab467fe49b79d728a8cfe24b",
+ "sha256": "1q1icp1szm1bxz9ywwyrfbsm1wmx0h4cvzywrh9q0fj1fq387qvv",
+ "fetcher": "github",
+ "repo": "kwrooijen/transpose-mark",
+ "unstable": {
+ "version": [
+ 20150405,
+ 716
+ ],
+ "commit": "667327602004794de97214cf336ac61650ef75b7",
+ "sha256": "03wc50vn1kmrgnzzhs06pwpap2p2rx84wwzxw0hawsg1f1l35m2x"
+ }
+ },
+ {
+ "ename": "travis",
+ "commit": "c064a0dc7922cbe4cff2ae65665c4f10e6dbff27",
+ "sha256": "1km496cq1vni9gy2d3z4c9524q62750ywz745rjz4r7178ip9mix",
+ "fetcher": "github",
+ "repo": "nlamirault/emacs-travis",
+ "unstable": {
+ "version": [
+ 20150825,
+ 1138
+ ],
+ "deps": [
+ "dash",
+ "pkg-info",
+ "request",
+ "s"
+ ],
+ "commit": "754ef07c17fed17ab03664ad11e2b0b2ef5e78ed",
+ "sha256": "1ciwf40ghlm4w9g4ynbc3d1a93gf6f3imm3m8z9kqfa7cnlsypb6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "pkg-info",
+ "request",
+ "s"
+ ],
+ "commit": "c8769d3db10ed4604969049e3bd276afa0a0138e",
+ "sha256": "1jd7xsvs4m55fscp62a9lk59ip4sgifv4kazl55b7543nz1i31bz"
+ }
+ },
+ {
+ "ename": "tree-mode",
+ "commit": "84f836338818946a6bb31d35d6ae959571128ed5",
+ "sha256": "1b15xgh96j4qas1kh4ghczcn7hb1ri86wnjgn9wz2d6bw3c6077b",
+ "fetcher": "github",
+ "repo": "emacsorphanage/tree-mode",
+ "unstable": {
+ "version": [
+ 20151104,
+ 1331
+ ],
+ "commit": "b06078826d5875d74b0e7b7ac47b0d0917610534",
+ "sha256": "13bbdhdmqg4x9yghanhr8fsbsxbnypzxdxgicz31sjjm675kpnix"
+ }
+ },
+ {
+ "ename": "treemacs",
+ "commit": "37cca017cf529a0553ba73bcb824a945ec8b1137",
+ "sha256": "0is4waygw902vkha4jwav0i05298zhf4d559m91gmsfg1cfrlrr3",
+ "fetcher": "github",
+ "repo": "Alexander-Miller/treemacs",
+ "unstable": {
+ "version": [
+ 20190812,
+ 546
+ ],
+ "deps": [
+ "ace-window",
+ "cl-lib",
+ "dash",
+ "f",
+ "ht",
+ "hydra",
+ "pfuture",
+ "s"
+ ],
+ "commit": "d06e2d3f3b3ce77639c0a085d1f3b0e620b1a936",
+ "sha256": "1wlssi1ndi8mi01k2ndz9v77r6wdxjblazaz108jcnpkyiinhyyk"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 6
+ ],
+ "deps": [
+ "ace-window",
+ "cl-lib",
+ "dash",
+ "f",
+ "ht",
+ "hydra",
+ "pfuture",
+ "s"
+ ],
+ "commit": "e01ad21ea3cc0eba8cd460737116b51be32ffb45",
+ "sha256": "13gs8g05xj7np3i2q3bbxg6zgdiazzn1spxii4x0cyd4pg83c0i1"
+ }
+ },
+ {
+ "ename": "treemacs-evil",
+ "commit": "37cca017cf529a0553ba73bcb824a945ec8b1137",
+ "sha256": "144klr1gqqzfqy7fx9lzngc2vljy6mnz7awk0z5f8vfclczkihw2",
+ "fetcher": "github",
+ "repo": "Alexander-Miller/treemacs",
+ "unstable": {
+ "version": [
+ 20190619,
+ 1516
+ ],
+ "deps": [
+ "evil",
+ "treemacs"
+ ],
+ "commit": "d06e2d3f3b3ce77639c0a085d1f3b0e620b1a936",
+ "sha256": "1wlssi1ndi8mi01k2ndz9v77r6wdxjblazaz108jcnpkyiinhyyk"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 6
+ ],
+ "deps": [
+ "evil",
+ "treemacs"
+ ],
+ "commit": "e01ad21ea3cc0eba8cd460737116b51be32ffb45",
+ "sha256": "13gs8g05xj7np3i2q3bbxg6zgdiazzn1spxii4x0cyd4pg83c0i1"
+ }
+ },
+ {
+ "ename": "treemacs-icons-dired",
+ "commit": "37cca017cf529a0553ba73bcb824a945ec8b1137",
+ "sha256": "075897b11aaj9h59gbcldz2wd5557h86pq28qkijbgay4i3piv9v",
+ "fetcher": "github",
+ "repo": "Alexander-Miller/treemacs",
+ "unstable": {
+ "version": [
+ 20190719,
+ 815
+ ],
+ "deps": [
+ "cl-lib",
+ "treemacs"
+ ],
+ "commit": "d06e2d3f3b3ce77639c0a085d1f3b0e620b1a936",
+ "sha256": "1wlssi1ndi8mi01k2ndz9v77r6wdxjblazaz108jcnpkyiinhyyk"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 6
+ ],
+ "deps": [
+ "cl-lib",
+ "treemacs"
+ ],
+ "commit": "e01ad21ea3cc0eba8cd460737116b51be32ffb45",
+ "sha256": "13gs8g05xj7np3i2q3bbxg6zgdiazzn1spxii4x0cyd4pg83c0i1"
+ }
+ },
+ {
+ "ename": "treemacs-magit",
+ "commit": "1719c6bfc346e63f58221ea2c6e625b98f4ea368",
+ "sha256": "10c32rf76w26hhg1pyjlwj94adpjz1kic4hzapbckvcyzcwz6fql",
+ "fetcher": "github",
+ "repo": "Alexander-Miller/treemacs",
+ "unstable": {
+ "version": [
+ 20190731,
+ 540
+ ],
+ "deps": [
+ "magit",
+ "pfuture",
+ "treemacs"
+ ],
+ "commit": "d06e2d3f3b3ce77639c0a085d1f3b0e620b1a936",
+ "sha256": "1wlssi1ndi8mi01k2ndz9v77r6wdxjblazaz108jcnpkyiinhyyk"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 6
+ ],
+ "deps": [
+ "magit",
+ "pfuture",
+ "treemacs"
+ ],
+ "commit": "e01ad21ea3cc0eba8cd460737116b51be32ffb45",
+ "sha256": "13gs8g05xj7np3i2q3bbxg6zgdiazzn1spxii4x0cyd4pg83c0i1"
+ }
+ },
+ {
+ "ename": "treemacs-projectile",
+ "commit": "37cca017cf529a0553ba73bcb824a945ec8b1137",
+ "sha256": "1lldvpasvgsd5xvnlafddqp47w7rdvf3vqfhr26rxn99kj5s9xzp",
+ "fetcher": "github",
+ "repo": "Alexander-Miller/treemacs",
+ "unstable": {
+ "version": [
+ 20190619,
+ 1516
+ ],
+ "deps": [
+ "projectile",
+ "treemacs"
+ ],
+ "commit": "d06e2d3f3b3ce77639c0a085d1f3b0e620b1a936",
+ "sha256": "1wlssi1ndi8mi01k2ndz9v77r6wdxjblazaz108jcnpkyiinhyyk"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 6
+ ],
+ "deps": [
+ "projectile",
+ "treemacs"
+ ],
+ "commit": "e01ad21ea3cc0eba8cd460737116b51be32ffb45",
+ "sha256": "13gs8g05xj7np3i2q3bbxg6zgdiazzn1spxii4x0cyd4pg83c0i1"
+ }
+ },
+ {
+ "ename": "treepy",
+ "commit": "63c94a703841f8c11948200d86d98145bc62162c",
+ "sha256": "0jfah4vywi1b6c86h7vh8fspmklhs790qzkl51i9p7yckfggwp72",
+ "fetcher": "github",
+ "repo": "volrath/treepy.el",
+ "unstable": {
+ "version": [
+ 20180724,
+ 656
+ ],
+ "commit": "b40e6b09eb9be45da67b8c9e4990a5a0d7a2a09d",
+ "sha256": "04zwm6gx9pxfvgfkizx6pvb1ql8pqxjyzqp8flz0432x0gq5nlxk"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "commit": "b40e6b09eb9be45da67b8c9e4990a5a0d7a2a09d",
+ "sha256": "04zwm6gx9pxfvgfkizx6pvb1ql8pqxjyzqp8flz0432x0gq5nlxk"
+ }
+ },
+ {
+ "ename": "trident-mode",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "0l81hs7bp46jlk41b9fk1lkvlp17fqc5hcz8k8kkal7rh7ari1fd",
+ "fetcher": "github",
+ "repo": "johnmastro/trident-mode.el",
+ "unstable": {
+ "version": [
+ 20190410,
+ 2036
+ ],
+ "deps": [
+ "dash",
+ "skewer-mode",
+ "slime"
+ ],
+ "commit": "109a1bc10bd0c4b47679a6ca5c4cd27c7c8d4ccb",
+ "sha256": "0blbxjaddzhkvzlys46yrzszywmyjkmfhwks52v4laya76rgxm45"
+ }
+ },
+ {
+ "ename": "trinary",
+ "commit": "48fff02dde8a678e151f2765ea7c3a383912c68b",
+ "sha256": "1k2jpay1wx2m54fpja9mrhqyk15ikml8xf15irh8yrxb3hah8f8k",
+ "fetcher": "github",
+ "repo": "emacs-elsa/trinary-logic",
+ "unstable": {
+ "version": [
+ 20180904,
+ 2313
+ ],
+ "commit": "886232c6d7e92a8e9fe573eef46754ebe321f90d",
+ "sha256": "10h6p2dwl2k2p35pi3n8y85qh5y0zrr9nhfr4sviwzj1nbqdrvdr"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "dc10294af106ff3b110c372841eef0a8ec4c29c7",
+ "sha256": "0a1437hkcx2ba3jvvrn7f0x0gca36wagnhbq4ll2mlkmvdkac6is"
+ }
+ },
+ {
+ "ename": "trr",
+ "commit": "56fa3c0b65e4e300f01804df7779ba6f1cb18cec",
+ "sha256": "068vqsyx8riqzfrmjk8wr81f68r2y2b6ymc2vvl6vka9rprvsfwr",
+ "fetcher": "github",
+ "repo": "kawabata/emacs-trr",
+ "unstable": {
+ "version": [
+ 20170221,
+ 842
+ ],
+ "commit": "83660d8343ef3367837354dc684dfdde2f95826a",
+ "sha256": "0h12szq1cww3bpsk09m7d2bk9bfjxrmzlw9ccviwhnric40nh67k"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 0
+ ],
+ "commit": "7500ae0a05a3e26888949208afcd0185cc1b1404",
+ "sha256": "0x1knf2jqkd1sdswv1w902jnlppih2yw6z028268nizl0c9q92yn"
+ }
+ },
+ {
+ "ename": "truthy",
+ "commit": "f7a7e319dbe17e2b31353e7d7cab51d557d86e9d",
+ "sha256": "1a56zmqars9fd03bkqzwpvgblq5fvq19n4jw04c4hpga92sq8wqg",
+ "fetcher": "github",
+ "repo": "rolandwalker/truthy",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "deps": [
+ "list-utils"
+ ],
+ "commit": "8ed8d07772aa8457554547eb17e264b5df2b4a69",
+ "sha256": "1mm6rrprsmx4hc622qmllm7c81yhwbqmdr0n6020krq92zmilmlm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 8
+ ],
+ "deps": [
+ "list-utils"
+ ],
+ "commit": "276a7e6b13606d28e4f2e423bb1ea30904c5def3",
+ "sha256": "18na22fhwqz80qinmnpsvp6ghc9irva1scixi6s4q6plmgr4m397"
+ }
+ },
+ {
+ "ename": "try",
+ "commit": "13c0ed40ad02fa0893cbf4dd9617dccb624f064b",
+ "sha256": "0dv0i77agva215bf1gj1x1k7f7g3pvccyyd7vslapf9z8brccn7n",
+ "fetcher": "github",
+ "repo": "larstvei/Try",
+ "unstable": {
+ "version": [
+ 20181204,
+ 236
+ ],
+ "commit": "8831ded1784df43a2bd56c25ad3d0650cdb9df1d",
+ "sha256": "0y26ybdsljph49w2834wssxgdx8ij7b6v4gp8jpgnbx118gr4jsz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "commit": "271b0a362cadf44d0694628b9e213f54516ef913",
+ "sha256": "1fvpi02c6awyrwg2yqjapvcv4132qvmvd9bkbwpjmndxpicsann3"
+ }
+ },
+ {
+ "ename": "ts",
+ "commit": "d8b0b0b20e2812a0ced3d38c07b466b3d200699d",
+ "sha256": "1pk2x9hjr57ph51w91zss46q8xrca34mgr6n5pbii5w8j1rgyd60",
+ "fetcher": "github",
+ "repo": "alphapapa/ts.el",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1655
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "31bd5a86aa35f7b8143170892ffaf6425284f3fd",
+ "sha256": "004z24vxk7xrc9in7q8rpaif79sw219zh86hj2fyczv2jixl6i9r"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "abf67b63ca562cb2304dfe445f67ed6c6f7c3c05",
+ "sha256": "1i93dfm6lw63q1r2fnk5yn95pifvpkfy654yg8mfczss1mz00q35"
+ }
+ },
+ {
+ "ename": "ts-comint",
+ "commit": "4a1c08c22704ac689235b8d5cc36cc437ba7356a",
+ "sha256": "0cmh8ww6myiaz42867d0dqfi64lxrbna1lcwl6x6rmdgf15k6c1m",
+ "fetcher": "github",
+ "repo": "emacs-typescript/ts-comint",
+ "unstable": {
+ "version": [
+ 20181219,
+ 719
+ ],
+ "commit": "786b88fffc553e122868a1c4883f14136a040df6",
+ "sha256": "1103gb66db91rnqvs1adqzdsgjh14apb171zghd1dzswhjgiff8q"
+ }
+ },
+ {
+ "ename": "tss",
+ "commit": "d52e20f5ca38ed399d19f18f778b8601baf78460",
+ "sha256": "0d16x5r2xfy6mrwy0mqzpr9b3inqmyyxgawrxlfh83j1xb903dhm",
+ "fetcher": "github",
+ "repo": "aki2o/emacs-tss",
+ "unstable": {
+ "version": [
+ 20150913,
+ 1408
+ ],
+ "deps": [
+ "auto-complete",
+ "json-mode",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "81ac6351a2ae258fd0ebf916dae9bd5a179fefd0",
+ "sha256": "1bk5v9dffs65qsay0dp336s2ly065nd0cg572zz058ikwxd44zd3"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 0
+ ],
+ "deps": [
+ "auto-complete",
+ "json-mode",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "1f302deea3d74462c71a9c62031f48b753e8915f",
+ "sha256": "1ma3k9bbw427cj1n2gjajbqii482jhs2lgjggz9clpc21bn5wqfb"
+ }
+ },
+ {
+ "ename": "tt-mode",
+ "commit": "62959f554db7aa24b2565baded19766b01e61f62",
+ "sha256": "02dzyycn5znbibbz50b243bh1kcccp8xwknjqwljk00gpf196vzf",
+ "fetcher": "github",
+ "repo": "davorg/tt-mode",
+ "unstable": {
+ "version": [
+ 20130804,
+ 1110
+ ],
+ "commit": "85ed3832e7eef391f7879d9990d59c7a3493c15e",
+ "sha256": "1gvqxk67cf779szyg907815i4m9jzrpmn5cnsmnwd62k3r3z4nxm"
+ }
+ },
+ {
+ "ename": "ttl-mode",
+ "commit": "d56140a50abeab0953825d3646122d6e6ed19a7c",
+ "sha256": "1nnn2y0n9rj3a8r85y2vp6qja5rm4drcbnj9q793zzqfjl9akqd4",
+ "error": "Not in archive",
+ "fetcher": "bitbucket",
+ "repo": "nxg/ttl-mode"
+ },
+ {
+ "ename": "tuareg",
+ "commit": "01fb6435a1dfeebdf4e7fa3f4f5928bc75526809",
+ "sha256": "0wx723dmjlpm86xdabl9n8p22zbbxpapyfn6ifz0b0pvhh49ip7q",
+ "fetcher": "github",
+ "repo": "ocaml/tuareg",
+ "unstable": {
+ "version": [
+ 20190805,
+ 958
+ ],
+ "deps": [
+ "caml"
+ ],
+ "commit": "74e7f66f31290f6599fda0067d795e201270be43",
+ "sha256": "1fgaa3kq3aj6ddkkbag8bcqq67y8xq51cmsp2cvmzsx5lfwv0y3p"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2,
+ 0
+ ],
+ "deps": [
+ "caml"
+ ],
+ "commit": "5796f08757a6d172d628834a40ba6379f318edf5",
+ "sha256": "06zxnn85fk5087iq0zxc5l5n9fz8r0367wylmynbfhc9711vccy6"
+ }
+ },
+ {
+ "ename": "tumble",
+ "commit": "579a441d153c4c7d9f8172be94983a632d6fab8f",
+ "sha256": "1c9ybq0mb2a0pw15fmm13vfwcnr2h9fb1xsm5nrff1cg7913pgv9",
+ "fetcher": "github",
+ "repo": "febuiles/tumble",
+ "unstable": {
+ "version": [
+ 20160112,
+ 729
+ ],
+ "deps": [
+ "cl-lib",
+ "http-post-simple"
+ ],
+ "commit": "e8fd7643cccf2b6ea4170f0c5f1f87d007e7fa00",
+ "sha256": "1xdkgvr1pnlg3nrjmma4ra80ysr8xbslvczg7cq1x1mqw6gn9xq5"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5
+ ],
+ "commit": "a1db6dac5720b9f468a79e0efce04f77c0a458e3",
+ "sha256": "0ihjjw5wxz5ybl3600k937pszw3442cijs4gbqqip9vhd5y9m8gy"
+ }
+ },
+ {
+ "ename": "tumblesocks",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "005w7vfzi4qpm59pxhq9nhp8hlwh4m1i7zj6l4knizcwm5xrm4ab",
+ "fetcher": "github",
+ "repo": "gcr/tumblesocks",
+ "unstable": {
+ "version": [
+ 20140215,
+ 2047
+ ],
+ "deps": [
+ "htmlize",
+ "markdown-mode",
+ "oauth"
+ ],
+ "commit": "85a6cdc2db3390593fd886c474959b675460b310",
+ "sha256": "1g7y7czan7mcs5lwc5r6cllgksrj3b9lpn1bj7khwkd1ll391jc2"
+ }
+ },
+ {
+ "ename": "tup-mode",
+ "commit": "bda3260dad1c766c5b6ae9124f966bf441e24f2f",
+ "sha256": "0pzpn1ljfcc2dl9fg7jc8lmjwz2baays4axjqk1qsbj0kqbc8j0l",
+ "fetcher": "github",
+ "repo": "ejmr/tup-mode",
+ "unstable": {
+ "version": [
+ 20140410,
+ 1614
+ ],
+ "commit": "bcc100c6485f1c81fdcd1215dfc6c41a81c215c8",
+ "sha256": "0y1b9zvwbw3vp41siyzj04bis939fgz3j27hc5ljjzy92kd39nzm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 1
+ ],
+ "commit": "945af9c8e6c402e10cd3bf8e28a9591174023d6d",
+ "sha256": "0asd024n5v23wdsg1959sszq568wg3a1bp4jrk0cllfji1z0n78y"
+ }
+ },
+ {
+ "ename": "turing-machine",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "0q9a31m5wnz9j9l4i8czdl7z12nrcdjw72w8sqvf94ri2g5dbpkq",
+ "fetcher": "github",
+ "repo": "dieggsy/turing-machine",
+ "unstable": {
+ "version": [
+ 20180222,
+ 438
+ ],
+ "commit": "fa60b76a5bac1f54b7a1b3dc55aae7602c7e385b",
+ "sha256": "0k1r0zkcr44kiki8cvdqwx09xpvpz7nkbq9w6i4gqy5h78zy5k79"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "ad1dccc9c445f9e4465e1c67cbbfea9583153047",
+ "sha256": "0qaz4r5ahg2fxsfyxilb8c9956i5ra9vg80l82slm8vrnsinzll6"
+ }
+ },
+ {
+ "ename": "turkish",
+ "commit": "12cdbdf404fa859a48d1bb69f058321d7595d2a2",
+ "sha256": "0pdapxjbpj3lg3hxvwjn9v51jqaiz7a8053z2bmk4485vzs34532",
+ "fetcher": "github",
+ "repo": "emres/turkish-mode",
+ "unstable": {
+ "version": [
+ 20170910,
+ 1511
+ ],
+ "commit": "9831a316c176bb21a1b91226323ea4133163e00c",
+ "sha256": "0nrxi845gd24d5vymbmxz696jwld4rn6nw2dz1gzmdaks7bbv87m"
+ }
+ },
+ {
+ "ename": "turnip",
+ "commit": "73c341fec986ed965a46954b898f92a4725fdee6",
+ "sha256": "1vfqv71j47fn53klz3jl8r8hscywd01kkl4w96a308sac3lhbrps",
+ "fetcher": "github",
+ "repo": "kljohann/turnip.el",
+ "unstable": {
+ "version": [
+ 20150309,
+ 629
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "2fd32562fc6fc1cda6d91aa939cfb29f9b16e9de",
+ "sha256": "0khl4q22x6vdn87xdqqg5f535d4dqpnfbhk6qhlh187p1w7qaiq4"
+ }
+ },
+ {
+ "ename": "twig-mode",
+ "commit": "400c75bf336b8d610f0a2c1732cc78beb502e1f3",
+ "sha256": "1m3xjgmkqg8aj536wcg2f2hf4y6whscbsh7z7448hl4b5qjwii4n",
+ "fetcher": "github",
+ "repo": "moljac024/twig-mode",
+ "unstable": {
+ "version": [
+ 20130220,
+ 1850
+ ],
+ "commit": "2849f273a4855d3314a9c0cc84134f5b28ad5ea6",
+ "sha256": "0wvmih2y3hy7casxx2y1w8csmzfnfgbb5ivpggr94sc86p6bg8sa"
+ }
+ },
+ {
+ "ename": "twilight-anti-bright-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1wfj570l5k0ygqi9dwjskc78rpnxw6080bkw1zd1a8kl3fa28n2k",
+ "fetcher": "github",
+ "repo": "jimeh/twilight-anti-bright-theme",
+ "unstable": {
+ "version": [
+ 20160622,
+ 848
+ ],
+ "commit": "523b95fcdbf4a6a6483af314ad05354a3d80f23f",
+ "sha256": "0g6qqfgbg507r8lgq99zj2b5n3r9m23hpx19m36c3i55mh94dl2h"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "commit": "16d4ff2606789b506f0d2f53d12f02d5b1b64f9b",
+ "sha256": "0glw5lns7hwp8jznnfm6dyjw454sv2n84gy07ma7s1q3yczhq5bc"
+ }
+ },
+ {
+ "ename": "twilight-bright-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "039mg147cvb0pk59q3c1bpx7562bajgrs74xymylr89hvrxivxqh",
+ "fetcher": "github",
+ "repo": "jimeh/twilight-bright-theme.el",
+ "unstable": {
+ "version": [
+ 20130605,
+ 843
+ ],
+ "commit": "322157cb2f3bf7920ecd209dafc31bc1c7959f49",
+ "sha256": "1awqc4rvg8693myynb1d4y4dfdaxkd5blnixxs3mdv81l07zyn8c"
+ }
+ },
+ {
+ "ename": "twilight-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0g9bbb6m7q8x4zcw5gfmg7ljsfdmjh0335sq53b0lva0h3ra6kzx",
+ "fetcher": "github",
+ "repo": "developernotes/twilight-theme",
+ "unstable": {
+ "version": [
+ 20120412,
+ 1303
+ ],
+ "commit": "77c4741cb3dcf16e53d06d6c2ffdc660c40afb5b",
+ "sha256": "0d7vd1h0rwwgrh7f9kmdgy2ni0p20da9c8ylwlg33nsb26345wfs"
+ }
+ },
+ {
+ "ename": "twittering-mode",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "0v9ijxw5jazh2hc0qab48y71za2l9ryff0mpkxhr3f79irlqy0a1",
+ "fetcher": "github",
+ "repo": "hayamiz/twittering-mode",
+ "unstable": {
+ "version": [
+ 20181121,
+ 1402
+ ],
+ "commit": "114891e8fdb4f06b1326a6cf795e49c205cf9e29",
+ "sha256": "1w1p5pg3ambixhc5l7490wf5qasw3xv9qg6f0xhfsnqk44fp70ia"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 0
+ ],
+ "commit": "27e7f3aab238bd0788fd3b471c645c3ceceb0f13",
+ "sha256": "193v98i84xybm3n0f30jin5q10i87vbcnbdhl4zqi7jij9p5v98z"
+ }
+ },
+ {
+ "ename": "typescript-mode",
+ "commit": "94455323364d5a6b00e2786d577134eb350826b4",
+ "sha256": "1abnik2dq0zfnp8pk8x6zy962qww78xadm87xyiwz17559g88d82",
+ "fetcher": "github",
+ "repo": "emacs-typescript/typescript.el",
+ "unstable": {
+ "version": [
+ 20190710,
+ 2011
+ ],
+ "commit": "32146510b8ebb031e468c6c0898a9b253c73617e",
+ "sha256": "1yhzlgq73px45wy9pz9rx5al510mgzq2bz3rh4j50wpwvl13ja5r"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "commit": "7a5c74d88e3c5513cc4431a837003736f905a75e",
+ "sha256": "002f1xfhq43fjaqliwrgxspryfahpa82va5dw3p8kwil2xwvc6mh"
+ }
+ },
+ {
+ "ename": "typing",
+ "commit": "e6e75695594ce17b618ad8786c8a04e283f68b11",
+ "sha256": "0k2lplqzq3323nn7rybcs377sr87kbww8ci99rrka3yyb5bh1fa1",
+ "fetcher": "github",
+ "repo": "kensanata/typing",
+ "unstable": {
+ "version": [
+ 20180830,
+ 2203
+ ],
+ "commit": "a2ef25dde2d8eb91bd9c0c6164cb5208208647fa",
+ "sha256": "1dbh0srbf54lgd60ia79y9cfnq3kxlgw01qzdjs9mk3nfazzpgnv"
+ }
+ },
+ {
+ "ename": "typing-game",
+ "commit": "e6ced22932f0462c77d121a631c494c01a0a4eaa",
+ "sha256": "0k85j9bcqp0gbzdh44q5a9wlkv5mc0g0m42ziq1bzmp6993wkmy2",
+ "fetcher": "github",
+ "repo": "lujun9972/el-typing-game",
+ "unstable": {
+ "version": [
+ 20160426,
+ 1220
+ ],
+ "commit": "616435a5270274f4c7b698697674dbb2039049a4",
+ "sha256": "0dkrnn9fzqv793wvd3nc7dbslayj37q5na1w1g63g32z2s8aq09j"
+ }
+ },
+ {
+ "ename": "typit",
+ "commit": "d17d019155e19c156f123dcd702f18cfba488701",
+ "sha256": "05m7ymcq6fgbhh93ninrf3qi7csdnf2ahhf01mkm8gxxyaqq6m4n",
+ "fetcher": "github",
+ "repo": "mrkkrp/typit",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1336
+ ],
+ "deps": [
+ "f",
+ "mmt"
+ ],
+ "commit": "2adb0e0df4689b5abaa89a71808ec7993ecfaf9b",
+ "sha256": "1b4n85dp65naswp6s960l8kvdkd9424f6r2w5n3lxijxb8a5jlbw"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "f",
+ "mmt"
+ ],
+ "commit": "a4e3147dedac5535bdc8b06aca00f34f14f26e35",
+ "sha256": "0hbnwrhxj9wwjvxsk372ffgjqfkb3ljxhgi5h7wps2r15dxfvf3w"
+ }
+ },
+ {
+ "ename": "typo",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1p8is1n525lmzq588hj6vazmhl9wi6rairnfx1g1p6g6ijdycd4h",
+ "fetcher": "github",
+ "repo": "jorgenschaefer/typoel",
+ "unstable": {
+ "version": [
+ 20171209,
+ 1023
+ ],
+ "commit": "9dad93b6f367f02f52c8d9bf15d446d922cec294",
+ "sha256": "1xaikwl265v67b7hilrhjgwzr6bcha9idnp82f27msqzdfdzxf0f"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "commit": "e72171e4eb0b9ec80b9dabc3198d137d9fb4f972",
+ "sha256": "1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"
+ }
+ },
+ {
+ "ename": "typoscript-mode",
+ "commit": "701de09cb97cbfa49a3a81aaeb9577817566efa2",
+ "sha256": "18i2wwbn8vj5dbgxp2ds29n12v8ldvxjd1zb6h1g9lfh8iyrnjmx",
+ "fetcher": "github",
+ "repo": "ksjogo/typoscript-mode",
+ "unstable": {
+ "version": [
+ 20170126,
+ 912
+ ],
+ "deps": [
+ "use-package"
+ ],
+ "commit": "44e7567e921573c4f33c537b827f71fb1f565c32",
+ "sha256": "0i7l9s3lhxnld32mqyrvasiv1hilhwnp2fwvpdv2cx9r902q6kc8"
+ }
+ },
+ {
+ "ename": "ubuntu-theme",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "160z59aaxb2v6c24nki6bn7pjm9r4jl1mgxs4h4sivzxkaw811s2",
+ "fetcher": "github",
+ "repo": "rocher/ubuntu-theme",
+ "unstable": {
+ "version": [
+ 20150805,
+ 1506
+ ],
+ "commit": "88b0eefc75d4cbcde103057e1c5968d4c3052f69",
+ "sha256": "1v8d1pc0vjc7wz0prr5w5vp2qb19f3gcyl6jx5130plajbvv23rc"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 2
+ ],
+ "commit": "41f09ca6c203da93bdadb2077556efd48e3b5d5a",
+ "sha256": "0k41hwb6jgv3hngfrphlyhmfhvy4k05mvn0brm64xk7lj56y8q2c"
+ }
+ },
+ {
+ "ename": "ucs-utils",
+ "commit": "c9db386ab3910940addae6e925b2ac17e64e0f87",
+ "sha256": "111fwg2cqqzpa79rcqxidppb12c8g12zszppph2ydfvkgkryb6z2",
+ "fetcher": "github",
+ "repo": "rolandwalker/ucs-utils",
+ "unstable": {
+ "version": [
+ 20150826,
+ 1414
+ ],
+ "deps": [
+ "list-utils",
+ "pcache",
+ "persistent-soft"
+ ],
+ "commit": "cbfd42f822bf5717934fa2d92060e6e24a813433",
+ "sha256": "0qw9vwl1p0pjw1xmshxar1a8kn6gmin5rdvvnnly8b5z9hpkjf3m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 4
+ ],
+ "deps": [
+ "list-utils",
+ "pcache",
+ "persistent-soft"
+ ],
+ "commit": "cbfd42f822bf5717934fa2d92060e6e24a813433",
+ "sha256": "0qw9vwl1p0pjw1xmshxar1a8kn6gmin5rdvvnnly8b5z9hpkjf3m"
+ }
+ },
+ {
+ "ename": "uimage",
+ "commit": "346cb25abdfdd539d121a9f34bce75b2fc5a16be",
+ "sha256": "0i6qpk6v4pmpk3zswygdy0dd7rxy8kl7qn8a1xanpi4aqg7wlbmd",
+ "fetcher": "github",
+ "repo": "lujun9972/uimage",
+ "unstable": {
+ "version": [
+ 20160901,
+ 1221
+ ],
+ "commit": "9893d09160ef7e8c0ecdcd74fca99ffeb5f9d70d",
+ "sha256": "1ri50nab778kpq49m54ra75z8dphagp9sz92is0636j4qy3sbih1"
+ }
+ },
+ {
+ "ename": "ujelly-theme",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "0b7zgmpsdn5p3jx4kif7phxz8pb85snmmfr3yz98xf6p7h6w60gw",
+ "fetcher": "github",
+ "repo": "marktran/color-theme-ujelly",
+ "unstable": {
+ "version": [
+ 20180214,
+ 1624
+ ],
+ "commit": "bf724ce7806a738d2043544061e5f9bbfc56e674",
+ "sha256": "0pz26q5qfq4wiqcpfkq26f19q5gyiv8q71sq4k77hkss5a5b5fqg"
+ }
+ },
+ {
+ "ename": "ukrainian-holidays",
+ "commit": "8a8b5ec722600bcd5bf5fcc2b20262597a9e8c40",
+ "sha256": "0kbfj2l1rcv74c88nabkwkcl7k9pkim835l24q61zv3i6wf9sykf",
+ "fetcher": "github",
+ "repo": "abo-abo/ukrainian-holidays",
+ "unstable": {
+ "version": [
+ 20130720,
+ 1349
+ ],
+ "commit": "e52b0c92843e9f4d0415a7ba3b8559785497d23d",
+ "sha256": "033v4ck979lhkpwblci5clacfc1xnkq03p5d1m566wff8dp5flwz"
+ }
+ },
+ {
+ "ename": "uncrustify-mode",
+ "commit": "5327aa1a1143c2257e9454663ff140f2371d07e3",
+ "sha256": "0amdxdfc8i99zjrw4iqmxzb47h0airs60fwmc32bc8b0ds66c3kd",
+ "fetcher": "github",
+ "repo": "koko1000ban/emacs-uncrustify-mode",
+ "unstable": {
+ "version": [
+ 20130707,
+ 1359
+ ],
+ "commit": "73893d000361e95784911e5ec268ad0ab2a1473c",
+ "sha256": "0366h4jfi0c7yda9wcrz4zxgf2qqdd08b8z2dr8c1rkvkdd67iam"
+ }
+ },
+ {
+ "ename": "undercover",
+ "commit": "d58ad9eb863494f609114e3c6af8c14c891b83a5",
+ "sha256": "1s30c3i6y4r3mgrrs3lda3rrwmy9ff11ihdmshyziv9v5879sdjf",
+ "fetcher": "github",
+ "repo": "sviridov/undercover.el",
+ "unstable": {
+ "version": [
+ 20180403,
+ 1452
+ ],
+ "deps": [
+ "dash",
+ "shut-up"
+ ],
+ "commit": "3fc54ef92f0b4b7d26d962d6ed29a81d526a3a66",
+ "sha256": "0iqj1a6nj1ka5ahcy4rrn7k427bs1ifv0v0i7gj79m7isjj15qc4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "shut-up"
+ ],
+ "commit": "86f856c799aacfd48d2eb42d1a6afda0e6e49845",
+ "sha256": "080bmfwyfi8663y8x594770hqz7mff7zvj2v03qdfwbhdr9w9y29"
+ }
+ },
+ {
+ "ename": "underline-with-char",
+ "commit": "811872acb9bc1ca588315ad74d6ad39f0dddfc8f",
+ "sha256": "1vz2b8wbgp3slczdgshxhm9li1jl8h2lhyr4vq61rh870h5lziy0",
+ "fetcher": "gitlab",
+ "repo": "marcowahl/underline-with-char",
+ "unstable": {
+ "version": [
+ 20190715,
+ 1627
+ ],
+ "commit": "82e15447fe5dcb99fcb9fc72128199a9bf6b7be5",
+ "sha256": "0hr9mha3kyzm8mgqr6pmfwlgvqrdzr1j9cjnr8wwxxl4fzv5m345"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 0
+ ],
+ "commit": "c2f4870aff70efe70a8d1b089e56d3a2d6d048b9",
+ "sha256": "0i6jfr4l7mr8gpavmfblr5d41ck8aqzaf4iv1qk5fyzsb6yi0nla"
+ }
+ },
+ {
+ "ename": "underwater-theme",
+ "commit": "e7dccc77d082181629b8f0c45404ac5d8bd97590",
+ "sha256": "0ab2bcqfdi9ml3z9d511pbfwcbp8hkkd36xxp61k36gkyi3acvlr",
+ "fetcher": "github",
+ "repo": "jmdeldin/underwater-theme.el",
+ "unstable": {
+ "version": [
+ 20131118,
+ 2
+ ],
+ "commit": "4eb9ef014f580adc135d91d1cd68d37a310640b6",
+ "sha256": "1ypxpv5vw2ls757iwrq3zld6k0s29q3kg3spcsl5ks4aqpnkxpva"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "commit": "1fbd4ecd4538256c6c46f9638f883072c73ac927",
+ "sha256": "1g1ldyz42q3i2xlgvhd4s93cvkh0fm8m3l344zjcw8rvqaisyphj"
+ }
+ },
+ {
+ "ename": "undo-propose",
+ "commit": "308eec15ebfd301b34f0d9f019250c9089c4d6e2",
+ "sha256": "0r0xswj9n24ghw44l1m1izapjqrfvcw8qn3qp61s2ly0i7la185j",
+ "fetcher": "github",
+ "repo": "jackkamm/undo-propose-el",
+ "unstable": {
+ "version": [
+ 20190409,
+ 636
+ ],
+ "commit": "5f1fa99a04369a959aad01b476fe4f34229f28cd",
+ "sha256": "1p9h1fqmva07mcs46rqrg9vqn537b615as84s9b7xh76k1r8h1c0"
+ }
+ },
+ {
+ "ename": "undohist",
+ "commit": "aebd16ca1ac51d9982eae5437c6084a2a3946b88",
+ "sha256": "0zzfzh8sf2dkz8h3kidv7zmwz2c2qq9n9qz2mab2lk0y44njzwhn",
+ "fetcher": "github",
+ "repo": "m2ym/undohist-el",
+ "unstable": {
+ "version": [
+ 20150315,
+ 1242
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d2239a5f736724ceb9e3b6bcaa86f4064805cda0",
+ "sha256": "1c0daw246ky7b1x5b8h55x79pl1pjqk1k348l487bdd8zdj4w9wx"
+ }
+ },
+ {
+ "ename": "unfill",
+ "commit": "2ade389a20419b3e29a613409ac73a16b7c5bddb",
+ "sha256": "0b21dk45vbz4vqdbdx0n6wx30rm38w1jjqbsxfj7b96p3i5shwqv",
+ "fetcher": "github",
+ "repo": "purcell/unfill",
+ "unstable": {
+ "version": [
+ 20170723,
+ 146
+ ],
+ "commit": "df0c4dee19a3874b11c7c7f04e8a2fba629fda9b",
+ "sha256": "0bdlr8kqzwzi7aggcn7cwwih19585wi6dd9lvwj4i966zr4w84yx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "88186dce0de69e8f4aeaf2bfdc77d62210f19cd8",
+ "sha256": "0wyradin5igp25nsd3n22i2ppxhmy49ac1iq1w2715v8pfmiydnc"
+ }
+ },
+ {
+ "ename": "unicode-emoticons",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0sp4sb2yw9msyqxgp4q5z9pzfvqwhizd1sx8w63g1vis6n2h254r",
+ "fetcher": "github",
+ "repo": "hagleitn/unicode-emoticons",
+ "unstable": {
+ "version": [
+ 20150204,
+ 1108
+ ],
+ "commit": "fb18631f342b0243cf77cf59ed2067c47aae5233",
+ "sha256": "015gjf8chd6h9azhyarmskk41cm0cmg981jif7q81hakl9av6rhh"
+ }
+ },
+ {
+ "ename": "unicode-enbox",
+ "commit": "c9db386ab3910940addae6e925b2ac17e64e0f87",
+ "sha256": "1phb2qq3pg6z6bl96kl9yfq4jxhgardjpaa4lhgqbxymmqdm7gzv",
+ "fetcher": "github",
+ "repo": "rolandwalker/unicode-enbox",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "deps": [
+ "list-utils",
+ "pcache",
+ "persistent-soft",
+ "string-utils",
+ "ucs-utils"
+ ],
+ "commit": "77074fac1994a4236f111d6a1d0cf79ea3fca151",
+ "sha256": "0936dqxyp72if9wvn2dcci670yp1gqrmpnll9xq00skp85yq9zs5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "deps": [
+ "pcache",
+ "persistent-soft",
+ "string-utils",
+ "ucs-utils"
+ ],
+ "commit": "ff313f6778bb96481c0ee3291b07a7db46f21ff5",
+ "sha256": "0n06dvf6r7qblz8vz38qc37xrn29wa1c0jyzis1qw9zzf6hmmzj7"
+ }
+ },
+ {
+ "ename": "unicode-escape",
+ "commit": "b2ae00434b80357dc62cd0177dbd714b25fb3ac7",
+ "sha256": "0gcwkv7qbdnvak10jfzj9irb7nkfqsfxv2n5fi8vvrk90j1a2i2k",
+ "fetcher": "github",
+ "repo": "kosh04/unicode-escape.el",
+ "unstable": {
+ "version": [
+ 20160614,
+ 1234
+ ],
+ "deps": [
+ "dash",
+ "names"
+ ],
+ "commit": "fc69ec780d9e54c364a9252bd0cf1d2507f3fab7",
+ "sha256": "1bqknk6y7r0dqhmwhq3ac56cqf0albp18h222klnijv4bazjfcjw"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "names"
+ ],
+ "commit": "b9cee7af45be62119b97033dc639bd1b5ed858f3",
+ "sha256": "09dgxb1z9kdbs8wri9sl5daygp1bgqcng40vyfv5y0ic50w08ksf"
+ }
+ },
+ {
+ "ename": "unicode-fonts",
+ "commit": "83459421dd2eb3d60ec668c3d5bb38d99ee64aff",
+ "sha256": "0plipwb30qqay8691qzqdyg6smpbs9dsxxi49psb8sq0xnxl84q3",
+ "fetcher": "github",
+ "repo": "rolandwalker/unicode-fonts",
+ "unstable": {
+ "version": [
+ 20181001,
+ 1509
+ ],
+ "deps": [
+ "font-utils",
+ "list-utils",
+ "pcache",
+ "persistent-soft",
+ "ucs-utils"
+ ],
+ "commit": "7b88ae84e589f6c8b9386b2fb5a02ff4ccb91169",
+ "sha256": "07wzcfj92jiadgd6nj5rmxky2aiaxs89j7zywp877xdp4vv0v512"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 10
+ ],
+ "deps": [
+ "font-utils",
+ "list-utils",
+ "pcache",
+ "persistent-soft",
+ "ucs-utils"
+ ],
+ "commit": "7b88ae84e589f6c8b9386b2fb5a02ff4ccb91169",
+ "sha256": "07wzcfj92jiadgd6nj5rmxky2aiaxs89j7zywp877xdp4vv0v512"
+ }
+ },
+ {
+ "ename": "unicode-input",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "17sf3xnl8yyx4ln4mrjlrvfinb8dvabh81l3qyr9pkn5skpgqgj8",
+ "fetcher": "bitbucket",
+ "repo": "m00nlight/unicode-input",
+ "unstable": {
+ "version": [
+ 20141219,
+ 720
+ ],
+ "commit": "e76ccb549e6a2a66c373da927eb65d69353e07db",
+ "sha256": "0kzcg1wxi1z424jdn7pibk9zyfyi85kligav08sl1c2hdldzya4l"
+ }
+ },
+ {
+ "ename": "unicode-math-input",
+ "commit": "e0d39bc129500e55b99c11b3d27e042619777414",
+ "sha256": "1hra3vf6nzh99piagbxsmp0sizvki2jl7qkfmlwd5nwmicw0ykrq",
+ "fetcher": "github",
+ "repo": "astoff/unicode-math-input.el",
+ "unstable": {
+ "version": [
+ 20181230,
+ 1223
+ ],
+ "commit": "ed87837d2303fb07ec81508930bc3b2a4d857fcd",
+ "sha256": "1xk8snjby46fprj3vd0yf2zmcqcqx6jcljgaxijdh6wqbl2ard3b"
+ }
+ },
+ {
+ "ename": "unicode-progress-reporter",
+ "commit": "83459421dd2eb3d60ec668c3d5bb38d99ee64aff",
+ "sha256": "03z7p27470fqy3gd356l9cpp44a35sfrxz94dxmx388rzlygk7y7",
+ "fetcher": "github",
+ "repo": "rolandwalker/unicode-progress-reporter",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "deps": [
+ "list-utils",
+ "pcache",
+ "persistent-soft",
+ "ucs-utils"
+ ],
+ "commit": "5e66724fd7d15743213b082474d798117b194494",
+ "sha256": "16jgm70ldsngxldiagjkw3ragypalpiidnf82g5hss9ciybkd3j4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 4
+ ],
+ "deps": [
+ "pcache",
+ "persistent-soft",
+ "ucs-utils"
+ ],
+ "commit": "f4705332412b12fc72ca868b77c78465561bda75",
+ "sha256": "0qy1hla7vf674ynqdzsaw2cnk92nhpcimww5q94rc0a95pzw64wd"
+ }
+ },
+ {
+ "ename": "unicode-troll-stopper",
+ "commit": "b463925a98b7dde78d85693c7681fd2346d90895",
+ "sha256": "0a10lq0xsfyp052iw4xjbhsdkbyg25x2gk68gys4k7p6l92la0k5",
+ "fetcher": "github",
+ "repo": "camsaul/emacs-unicode-troll-stopper",
+ "unstable": {
+ "version": [
+ 20190209,
+ 411
+ ],
+ "commit": "5e8be35a7bf6382384a701663f7438ee27e4b67c",
+ "sha256": "0xjh017kjhj93j72r5hdpiabv76szlmpivlfyhg9vzysdmix45qv"
+ }
+ },
+ {
+ "ename": "unicode-whitespace",
+ "commit": "f9892a826f3ac335d12bd1a07202334e28a44f40",
+ "sha256": "1b3jgha8va42b89pdp41sab2w9wllp7dicqg4lxl67bg6wn147wy",
+ "fetcher": "github",
+ "repo": "rolandwalker/unicode-whitespace",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "deps": [
+ "list-utils",
+ "pcache",
+ "persistent-soft",
+ "ucs-utils"
+ ],
+ "commit": "a18c6b38d78b94f2eb1dcc4cb4fa91b6a17efabe",
+ "sha256": "1ayb15nd5vqr0xaghrnp55kqw7bblrjipmfrag6bqpn7jk9bvbdz"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 4
+ ],
+ "deps": [
+ "pcache",
+ "persistent-soft",
+ "ucs-utils"
+ ],
+ "commit": "6d29f25d46b3344c74ce289fc80b3d4fc17ed6db",
+ "sha256": "0q7cbl89yg3fjxaxsqsksxhw7ibdslbb004z5y1m579n7zgcrljy"
+ }
+ },
+ {
+ "ename": "unidecode",
+ "commit": "f9ba8e425e37e80a2236832c3f12568546d4c7c9",
+ "sha256": "0vhghnyj8a5mcqq5rzajrm1izzfry77pd1wxhmra5yp9ribw2sv5",
+ "fetcher": "github",
+ "repo": "sindikat/unidecode",
+ "unstable": {
+ "version": [
+ 20180312,
+ 1926
+ ],
+ "commit": "5502ada9287b4012eabb879f12f5b0a9df52c5b7",
+ "sha256": "03x3nakbhmakwm977mwrf8jifvjnfwzpjv6wrwpizbqjnkgfchmn"
+ }
+ },
+ {
+ "ename": "unify-opening",
+ "commit": "0a2faab13744262ef4d12750f70b300b3afd2835",
+ "sha256": "1gpmklbdbmv8va8d3yr94r1ydkcyvdzcgxv56rp0bxwbcgmk0as8",
+ "fetcher": "github",
+ "repo": "DamienCassou/unify-opening",
+ "unstable": {
+ "version": [
+ 20171122,
+ 2012
+ ],
+ "commit": "502469ddba6d8d52159f53976265f7d956b6b17c",
+ "sha256": "0mni9vnbs50wvgnwfjwgzlwfff38h3wbrpr20nv84dmfh8ac0v61"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 0
+ ],
+ "commit": "502469ddba6d8d52159f53976265f7d956b6b17c",
+ "sha256": "0mni9vnbs50wvgnwfjwgzlwfff38h3wbrpr20nv84dmfh8ac0v61"
+ }
+ },
+ {
+ "ename": "unipoint",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0fm7anwcmga9adyfwlri7x014rpvfl1r6nccyi6lrpx126wy008s",
+ "fetcher": "github",
+ "repo": "apg/unipoint",
+ "unstable": {
+ "version": [
+ 20140113,
+ 2224
+ ],
+ "commit": "5da04aebac35a5c9e1d8704f2231808d42f4b36a",
+ "sha256": "1wl9rzys1zr2c41h5i57y6hxsavix1b26f453l2izmb6r0b1dvh0"
+ }
+ },
+ {
+ "ename": "unison",
+ "commit": "ee7ee1a68486f822c1627fb0bf066c4ae8bc0776",
+ "sha256": "03v10r6d4r6z66s9q7mg1iyxh53f3l6q7dij7pfbf32migqjgpir",
+ "fetcher": "github",
+ "repo": "unhammer/unison.el",
+ "unstable": {
+ "version": [
+ 20160704,
+ 740
+ ],
+ "commit": "a78a04c0d1398d00f75a1bd4799622a65bcb0f28",
+ "sha256": "1jn23wlhpka5pv0caipxi8bg3cc6wj1fg09abibhydy4p3mb3bi5"
+ }
+ },
+ {
+ "ename": "unison-mode",
+ "commit": "bd5b5c16e504ee8e511bbc65acbc0ff65f99eaf4",
+ "sha256": "03kyr1h5pm51vn4bykj13rm4ybln266rpnxh65y2ygw8f8md88gl",
+ "fetcher": "github",
+ "repo": "impaktor/unison-mode",
+ "unstable": {
+ "version": [
+ 20160513,
+ 1501
+ ],
+ "commit": "0bd6a65c0d12f87fcf7bdff15fe54444959b93bf",
+ "sha256": "1snbvhvx2csw1f314dbdwny8yvfq834plpkzx0vl4k3wddmr3a66"
+ }
+ },
+ {
+ "ename": "universal-emotions-emoticons",
+ "commit": "57f913112c98db2248cf69e44deb69fd09cee042",
+ "sha256": "1aj3k3yrvasn3zmfwz5si046hlyhnjdmxh7i8li6rc0v0qwl7p86",
+ "fetcher": "github",
+ "repo": "grettke/universal-emotions-emoticons",
+ "unstable": {
+ "version": [
+ 20180729,
+ 1941
+ ],
+ "commit": "9cedd09ee65cb9fa71f27b0ab46a8353bdc00902",
+ "sha256": "17blqfnf384l2hd2igrw5p0zblw6bxz69vvzli22nr84kpkh5jx4"
+ }
+ },
+ {
+ "ename": "unkillable-scratch",
+ "commit": "822ac5610f333e41b676a29ef45a6f8bfea3162e",
+ "sha256": "0ghbpa9pf7k6vd2mjxkpqg2qfl4sd40ir6mrk1rxr1rv8s0afkf7",
+ "fetcher": "github",
+ "repo": "EricCrosson/unkillable-scratch",
+ "unstable": {
+ "version": [
+ 20190309,
+ 17
+ ],
+ "commit": "b24c2a760529833f230c14cb02ff6e7ec92288ab",
+ "sha256": "13wjbcxr3km4s96yhpavgs5acs5pvqv3ih1p84diqb3x3i6wd4pa"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "dac9dbed946a26829e6227ac15c0fa1d07ccd05f",
+ "sha256": "0fgipv93x47cvyww07cqx8xa95jz36y6fy5rmaq40jnnmdkgq862"
+ }
+ },
+ {
+ "ename": "untitled-new-buffer",
+ "commit": "de62e48115e1e5f9506e6d47a3b23c0420c1205b",
+ "sha256": "1hpv7k7jhpif9csdrd2gpz71s3fp4svsvrd1nh8hbx7avjl66pjf",
+ "fetcher": "github",
+ "repo": "zonuexe/untitled-new-buffer.el",
+ "unstable": {
+ "version": [
+ 20161212,
+ 1508
+ ],
+ "deps": [
+ "magic-filetype"
+ ],
+ "commit": "4eabc6937b0e83062ffce9de0d42110224063a6c",
+ "sha256": "139gysva6hpsk006bcbm1689pzaj18smxs2ar5pv0yvkh60wjvlr"
+ }
+ },
+ {
+ "ename": "upbo",
+ "commit": "e5232078b065dcca04388ccc76aa01a6159395d5",
+ "sha256": "15rqz9z49363anrhli08vk155wp21hq3j7xsvd98lkq9ip6aglns",
+ "fetcher": "github",
+ "repo": "shiren/upbo",
+ "unstable": {
+ "version": [
+ 20180422,
+ 822
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "c37728e11dedd29d849ba9523465b0cdaccea9d5",
+ "sha256": "0sp3kcqqj5km6nw6kinhg780vj3bjwf2zj52pmfwpfk8xiy6km5y"
+ }
+ },
+ {
+ "ename": "uptimes",
+ "commit": "72099e35ce3e34ec6afc6a3f87a4da07ec91499a",
+ "sha256": "0r8s5c2hdcb1ly7rnhzar4qzf1c9d49gd914ndnc3mg9yb9gyy5h",
+ "fetcher": "github",
+ "repo": "davep/uptimes.el",
+ "unstable": {
+ "version": [
+ 20190328,
+ 856
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1f726d31b502d764a3e3191aaf92ed4855105131",
+ "sha256": "1ymv5fh0bfjzkkd8vc9f1n8921bx1czbb29s0rw6zy37vkhs6v3s"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 7
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1f726d31b502d764a3e3191aaf92ed4855105131",
+ "sha256": "1ymv5fh0bfjzkkd8vc9f1n8921bx1czbb29s0rw6zy37vkhs6v3s"
+ }
+ },
+ {
+ "ename": "url-shortener",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "08zsirsndhr8xny2vkzznkvjs0b6490lzd915ws6crdwxp6mx5si",
+ "fetcher": "github",
+ "repo": "yuyang0/url-shortener",
+ "unstable": {
+ "version": [
+ 20170805,
+ 242
+ ],
+ "commit": "06db8270213b9e352d6c335b0663059a1353d05e",
+ "sha256": "1ndcajgvfl46zw2iwgghvcldsy9p778pifkhlanivc6azajhpjhh"
+ }
+ },
+ {
+ "ename": "urlenc",
+ "commit": "5c36c416a13328ab762041dd62407b7b0696de93",
+ "sha256": "0n6shh95m11162zsnf62zy1ljswdjznjilxx2dbqyqdrn7qr2dgh",
+ "fetcher": "github",
+ "repo": "buzztaiki/urlenc-el",
+ "unstable": {
+ "version": [
+ 20140116,
+ 1456
+ ],
+ "commit": "835a6dcb783bbe84714bae87a3464aa0b128bfac",
+ "sha256": "0xwr0v4f64d7hi5ldig4r5yjn8h3f8by49g5820187lsp7ng2nw4"
+ }
+ },
+ {
+ "ename": "urscript-mode",
+ "commit": "b4ae680b51a85749ed254215bbd4a35909961049",
+ "sha256": "1jjmpg9r7vwa8284chx9yc1ifn36m7ml1ks4ls8hnsxachbv7wlh",
+ "fetcher": "github",
+ "repo": "guidoschmidt/urscript-mode",
+ "unstable": {
+ "version": [
+ 20190219,
+ 1604
+ ],
+ "commit": "b341f96b129ead8fb74d680cb4f546985bf110a9",
+ "sha256": "0qhncqsvsrpgc47ixsp436imfm0l6pd1kbpjjk426wrnzaszrpkc"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "commit": "b341f96b129ead8fb74d680cb4f546985bf110a9",
+ "sha256": "0qhncqsvsrpgc47ixsp436imfm0l6pd1kbpjjk426wrnzaszrpkc"
+ }
+ },
+ {
+ "ename": "usage-memo",
+ "commit": "ad10a684b4b2f01bc65883374f36fef156ff55d2",
+ "sha256": "0fv96xd6gk12nv98zccwncr00qms0pmrp0cv7iipbz54s20g0745",
+ "fetcher": "github",
+ "repo": "rubikitch/usage-memo",
+ "unstable": {
+ "version": [
+ 20170926,
+ 37
+ ],
+ "commit": "88e15a9942a3e0a6e36e9c3e51e3edb746067b1a",
+ "sha256": "1aalrgyk8pwsc07qmczqhgccjli6mcckkbgpass3kvrkcfxdl2zk"
+ }
+ },
+ {
+ "ename": "use-package",
+ "commit": "51a19a251c879a566d4ae451d94fcb35e38a478b",
+ "sha256": "0d0zpgxhj6crsdi9sfy30fn3is036apm1kz8fhjg1yzdapf1jdyp",
+ "fetcher": "github",
+ "repo": "jwiegley/use-package",
+ "unstable": {
+ "version": [
+ 20190716,
+ 1829
+ ],
+ "deps": [
+ "bind-key"
+ ],
+ "commit": "1d5ffb2e0d1427066ced58febbba68c1328bf001",
+ "sha256": "1a8zpi9pkgp8qkm6qxyzaj3k1s25z3x034mgjqp2mpd7ij76mk8v"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 4
+ ],
+ "deps": [
+ "bind-key"
+ ],
+ "commit": "39a8b8812c2c9f6f0b299e6a04e504ef393694ce",
+ "sha256": "1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y"
+ }
+ },
+ {
+ "ename": "use-package-chords",
+ "commit": "6240afa625290187785e4b7535ee7b0d7aad8969",
+ "sha256": "1217l0gpxcp8532p0d3g1xd2015qpx2g5xm0kwsbxdmffqqdaar3",
+ "fetcher": "github",
+ "repo": "jwiegley/use-package",
+ "unstable": {
+ "version": [
+ 20181024,
+ 2322
+ ],
+ "deps": [
+ "bind-chord",
+ "bind-key",
+ "key-chord",
+ "use-package"
+ ],
+ "commit": "1d5ffb2e0d1427066ced58febbba68c1328bf001",
+ "sha256": "1a8zpi9pkgp8qkm6qxyzaj3k1s25z3x034mgjqp2mpd7ij76mk8v"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 4
+ ],
+ "deps": [
+ "bind-chord",
+ "bind-key",
+ "key-chord",
+ "use-package"
+ ],
+ "commit": "39a8b8812c2c9f6f0b299e6a04e504ef393694ce",
+ "sha256": "1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y"
+ }
+ },
+ {
+ "ename": "use-package-el-get",
+ "commit": "aca60522257353fbfd9d032f8c3cae7914d6bd36",
+ "sha256": "143vydssjxmkcgs661hz6nhg310r8qypn2a4vyxy5sb31wqcclzg",
+ "fetcher": "gitlab",
+ "repo": "edvorg/use-package-el-get",
+ "unstable": {
+ "version": [
+ 20180131,
+ 505
+ ],
+ "deps": [
+ "use-package"
+ ],
+ "commit": "cba87c4e9a3a66b7c10962e3aefdf11c83d737bc",
+ "sha256": "1k1dwydqfgx2yvbipahwzk8kyj7v5ih6hkra8ladbn67x013f9rq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "deps": [
+ "use-package"
+ ],
+ "commit": "f33c448ed43ecb003b60ff601ee7ef9b08cff947",
+ "sha256": "1wzn3h8k7aydj3hxxws64b0v4cr3b77cf7z128xh3v6xz2w62m4z"
+ }
+ },
+ {
+ "ename": "use-package-ensure-system-package",
+ "commit": "6240afa625290187785e4b7535ee7b0d7aad8969",
+ "sha256": "1cl61nwgsz5dh3v9rdiww8mq2k1sbx27gr6izb4ij4pnzjp7aaj6",
+ "fetcher": "github",
+ "repo": "jwiegley/use-package",
+ "unstable": {
+ "version": [
+ 20180913,
+ 1501
+ ],
+ "deps": [
+ "system-packages",
+ "use-package"
+ ],
+ "commit": "1d5ffb2e0d1427066ced58febbba68c1328bf001",
+ "sha256": "1a8zpi9pkgp8qkm6qxyzaj3k1s25z3x034mgjqp2mpd7ij76mk8v"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 4
+ ],
+ "deps": [
+ "system-packages",
+ "use-package"
+ ],
+ "commit": "39a8b8812c2c9f6f0b299e6a04e504ef393694ce",
+ "sha256": "1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y"
+ }
+ },
+ {
+ "ename": "use-package-hydra",
+ "commit": "28589bb76442601930a4591e200c8e1db119caf6",
+ "sha256": "0q2qfav2y1p6vxfvdblqlpjmj0z7z8w843jpry9g07d8kc4959f6",
+ "fetcher": "gitlab",
+ "repo": "to1ne/use-package-hydra",
+ "unstable": {
+ "version": [
+ 20181228,
+ 745
+ ],
+ "deps": [
+ "use-package"
+ ],
+ "commit": "8cd55a1128fbdf6327bb38a199d206225896d146",
+ "sha256": "19dja25illcvwpx8j1kigw8dzby41bm57prx1bhaxkmsakxyl863"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "use-package"
+ ],
+ "commit": "8cd55a1128fbdf6327bb38a199d206225896d146",
+ "sha256": "19dja25illcvwpx8j1kigw8dzby41bm57prx1bhaxkmsakxyl863"
+ }
+ },
+ {
+ "ename": "use-ttf",
+ "commit": "ec27ae185c0308c445e461dc84f398483ca08c5a",
+ "sha256": "0gxrn05qcnf54c5895nw68088b9mngsf7sij2prwyfw0ghdl9s8k",
+ "fetcher": "github",
+ "repo": "elpa-host/use-ttf",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1222
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "0b56d4b062bb86e6b2e5425a0e76b4b2997a80d7",
+ "sha256": "0k3zy8zpv4isr5nd3xyvncbjdcpyfgc9swylhc8padr3ifkxvb3p"
+ }
+ },
+ {
+ "ename": "usql",
+ "commit": "c8f6b968312a09d062fcc8f942d29c93df2a5a3c",
+ "sha256": "10ks164kcly5gkb2qmn700a51kph2sry4a64jwn60p5xl7w7af84",
+ "fetcher": "github",
+ "repo": "nickbarnwell/usql.el",
+ "unstable": {
+ "version": [
+ 20180305,
+ 2323
+ ],
+ "commit": "bfaf428b366a9a185eef84f0d645a98dc918fe3d",
+ "sha256": "00b1g30l86abg65wc9f4vcn4ccqa2zmn2mi33vdjrq3phw17d2ks"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "commit": "bfaf428b366a9a185eef84f0d645a98dc918fe3d",
+ "sha256": "00b1g30l86abg65wc9f4vcn4ccqa2zmn2mi33vdjrq3phw17d2ks"
+ }
+ },
+ {
+ "ename": "utop",
+ "commit": "30489fe52b4031184e54f994770aa3291257bc9d",
+ "sha256": "0lv16kl29gc9hdcpn04l85pf7x93vkl41s4mgqp678cllzyr0cq7",
+ "fetcher": "github",
+ "repo": "diml/utop",
+ "unstable": {
+ "version": [
+ 20190715,
+ 1836
+ ],
+ "commit": "2405c8dd8f1cb995baeffb90324dc9c0e1966edc",
+ "sha256": "1jm3sagissbw8012mnppknsxl9dqd9514b891b64disqhdb5awg3"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 4,
+ 1
+ ],
+ "commit": "2405c8dd8f1cb995baeffb90324dc9c0e1966edc",
+ "sha256": "1jm3sagissbw8012mnppknsxl9dqd9514b891b64disqhdb5awg3"
+ }
+ },
+ {
+ "ename": "uuid",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0d69z9686gnd1bb17wa44v1rbbgccacn4kicwf9niwwp05nccfw6",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-uuid",
+ "unstable": {
+ "version": [
+ 20120910,
+ 851
+ ],
+ "commit": "1519bfeb0e31602b840bc8dd35d7c7e732c159fe",
+ "sha256": "0r74gw8gcbrr62rvj4anz0c3n6kwi1xpb42d3pkzlh4igblhi5zj"
+ }
+ },
+ {
+ "ename": "uuidgen",
+ "commit": "8bdeb5848d0b160a74e834ed918e83653d7342bf",
+ "sha256": "1qaz7hg0wsdkl0jb7v7vrkjs554i2zgpxl8xq2f8q7m4bs2m5k48",
+ "fetcher": "github",
+ "repo": "kanru/uuidgen-el",
+ "unstable": {
+ "version": [
+ 20140918,
+ 2301
+ ],
+ "commit": "7eb96415484c3854a3f383d1a3e10b87ae674e22",
+ "sha256": "19bf6vpc2b9hfjkjanji96fflvk1lbillasnpwcb6zzyq0cs47bw"
+ }
+ },
+ {
+ "ename": "v2ex-mode",
+ "commit": "b27b7d777415aa350c8c30822e239b9a4c02e77d",
+ "sha256": "04frd6jbnf9g7ak2fdbik9iji7b0903cpbg1hx7rai1853af7gh1",
+ "fetcher": "github",
+ "repo": "aborn/v2ex-mode",
+ "unstable": {
+ "version": [
+ 20160720,
+ 345
+ ],
+ "deps": [
+ "cl-lib",
+ "let-alist",
+ "request"
+ ],
+ "commit": "b7d19bb594b43ea3824a6f215dd1e5d1d4c0e8ad",
+ "sha256": "0hhj5xfm7mp3ajrbj9ai5p2d9akaqkj89rmqmg1vpyfp3x2f4h2k"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "let-alist",
+ "request"
+ ],
+ "commit": "7a59ac3be2b08d873ec271ec7a3d5ace309c1407",
+ "sha256": "0f4y0s0zhqlb3n56yqp2w1krhrar5l4axl7dfn595hmwhhgxvvra"
+ }
+ },
+ {
+ "ename": "vagrant",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "0g6sqzsx3lixcn09fkxhhcfp45qnqgf1ms0l7nkzyljavb7151cf",
+ "fetcher": "github",
+ "repo": "ottbot/vagrant.el",
+ "unstable": {
+ "version": [
+ 20170301,
+ 2206
+ ],
+ "commit": "636ce2f9af32ea199170335a9cf1201b64873440",
+ "sha256": "06zws69z327p00jw3zaf67niji2d4j339xmhbsrwbcr4w65dmz94"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 1
+ ],
+ "commit": "ef3022d290ee26597e21b17ab87acbd8d4f1071f",
+ "sha256": "1661fwfx2gpxjriy3ngi9raz8c2kkk3rgg51irdi591jr2zqmw6s"
+ }
+ },
+ {
+ "ename": "vagrant-tramp",
+ "commit": "baea9f16e245aec3f62e55471358c7208f61372d",
+ "sha256": "0ij7k27zj22sl7inx141l4dg0ymywnvyabjvaqzc0xjdj0cky5c5",
+ "fetcher": "github",
+ "repo": "dougm/vagrant-tramp",
+ "unstable": {
+ "version": [
+ 20190125,
+ 1859
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "77256deca35bb797cbba499837f3658d1a17d2e3",
+ "sha256": "0j7ff9b3ic4a6kzn7k0c52knlgangql7sjsxahwvym6w18r52d5a"
+ }
+ },
+ {
+ "ename": "vala-mode",
+ "commit": "cea26fa67a524b7c14be2952cfbd4f657431415f",
+ "sha256": "164dhlsiflhpdymk3q5x0bv8gpbwfp34lnkhm2x90kdakfzqf91p",
+ "fetcher": "github",
+ "repo": "emacsorphanage/vala-mode",
+ "unstable": {
+ "version": [
+ 20150324,
+ 2225
+ ],
+ "commit": "fb2871a4492d75d03d72e60474919ab89adb267b",
+ "sha256": "10vs4d8csww781j1ps3f6dczy5zzza36z7a8zqk40fg4x57ikw44"
+ }
+ },
+ {
+ "ename": "vala-snippets",
+ "commit": "70f130c5751f47c1ead5f8915680e817e0239a2a",
+ "sha256": "14hmmic0px3z38dm2dg0kis6cz1p3p1hj7xaqnqjmv02dkx2mmcy",
+ "fetcher": "github",
+ "repo": "gopar/vala-snippets",
+ "unstable": {
+ "version": [
+ 20150429,
+ 352
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "671439501060449bd100b9fffd524a86064fbfbb",
+ "sha256": "0iscaz8lm4fk6w13f68ysqk8ppng2wj9fkkkq1rfqz77ws66f8nq"
+ }
+ },
+ {
+ "ename": "vale-mode",
+ "commit": "9c8cec6c01c031e6583106e7230e8162d0a77d9a",
+ "sha256": "0rhq14zlhswczzprzh3vc3cnan3d6q1d4ri3rjw4ggmvb63wr2kw",
+ "fetcher": "github",
+ "repo": "jaybosamiya/vale-mode.el",
+ "unstable": {
+ "version": [
+ 20190725,
+ 125
+ ],
+ "commit": "48bbc4b4ee5bf0b1b73e52705c0fbc112b255cd0",
+ "sha256": "1p0b7jh572wfz7cmzfbd70pr7i59xbbi15jw6rvzgnr558v3fmlg"
+ }
+ },
+ {
+ "ename": "vbasense",
+ "commit": "8e7dd1e985d55149f48e4f93a31fb28ec01a4add",
+ "sha256": "1440q2bi4arpl5lbqh7zscg7v3884clqx54p2fdfcfkz47ky4z9n",
+ "fetcher": "github",
+ "repo": "aki2o/emacs-vbasense",
+ "unstable": {
+ "version": [
+ 20140221,
+ 2353
+ ],
+ "deps": [
+ "auto-complete",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "8c61a492d7c15218ae1a96e2aebfe6f78bfff6db",
+ "sha256": "19j5q2f6pybvjq3ryjcyihzlw348hqyjhfcy3qflry6w786dqcgn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "auto-complete",
+ "log4e",
+ "yaxception"
+ ],
+ "commit": "8c61a492d7c15218ae1a96e2aebfe6f78bfff6db",
+ "sha256": "19j5q2f6pybvjq3ryjcyihzlw348hqyjhfcy3qflry6w786dqcgn"
+ }
+ },
+ {
+ "ename": "vc-auto-commit",
+ "commit": "770ab1e99fe63789726fc6c8c5d7e9a0287bc5fa",
+ "sha256": "1xpp7vbld3jgcr249m5h7il919kfg7d5ap3zs64i27axzdhv26zk",
+ "fetcher": "github",
+ "repo": "thisirs/vc-auto-commit",
+ "unstable": {
+ "version": [
+ 20170107,
+ 1333
+ ],
+ "commit": "446f664f4ec835532f4f18ba18b5fb731f6030aa",
+ "sha256": "18jjl656ps75p7n3hf16mcjrgiagnjvb8m8dl4i261cbnq98qmav"
+ }
+ },
+ {
+ "ename": "vc-check-status",
+ "commit": "0387e08dd7ed69b291e896d85bd975c4f5dcbd09",
+ "sha256": "1kwnxa0ndfj8b211xy5d47sxkwmsay0kk8q7azfm5ag5dkg56zgi",
+ "fetcher": "github",
+ "repo": "thisirs/vc-check-status",
+ "unstable": {
+ "version": [
+ 20170107,
+ 1334
+ ],
+ "commit": "37734beb16bfd8633ea328059bf9a47eed826d5c",
+ "sha256": "0mspksr2i6hkb7bhs38ydmn0d2mn7g1hjva60paq86kl7k76f7ra"
+ }
+ },
+ {
+ "ename": "vc-darcs",
+ "commit": "54f89c50ae45365e86bdadcf67b2411c0f4c5603",
+ "sha256": "1xskl9wjxkbdpi0fm769ymbvya70vssi944x5252w2d3layibm6m",
+ "fetcher": "github",
+ "repo": "velkyel/vc-darcs",
+ "unstable": {
+ "version": [
+ 20170905,
+ 320
+ ],
+ "commit": "390fb1ebdda1ffac45b9be02626dde3b6d95ac11",
+ "sha256": "1fcqkavc7hlbhswx5nnaqhash42cjsbr72ijznx5cplr582g3mfq"
+ }
+ },
+ {
+ "ename": "vc-fossil",
+ "commit": "31c5ee4b625b90c1af66d7d11a25af8e1aa307b1",
+ "sha256": "11ps2wrkjrjm1d984mf80wwj1hzskw5qrn0nv7md21lp75kxsvxb",
+ "fetcher": "github",
+ "repo": "venks1/emacs-fossil",
+ "unstable": {
+ "version": [
+ 20180215,
+ 1635
+ ],
+ "commit": "7c5af95181213db38f81f5f9586f3334301a3ea0",
+ "sha256": "1c18ywvs0l5w7ip2igksjy48awzas8mph7plpvp1v8c67a3a3m2m"
+ }
+ },
+ {
+ "ename": "vc-hgcmd",
+ "commit": "111142342ab81dcaa88a831ba620be499a334c3f",
+ "sha256": "11p8r94s72x47nkxlarxwy33im167jpjas8b9i8dkrz2iggwn5xk",
+ "fetcher": "github",
+ "repo": "muffinmad/emacs-vc-hgcmd",
+ "unstable": {
+ "version": [
+ 20190701,
+ 1115
+ ],
+ "commit": "dc7d629cec310e97ea195da1592a35f69aa66c66",
+ "sha256": "14c3hlzabiy113vzmlynd9fqhpakhmbgkjrx9i6c5mwf32hmw8p2"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6,
+ 9
+ ],
+ "commit": "dc7d629cec310e97ea195da1592a35f69aa66c66",
+ "sha256": "14c3hlzabiy113vzmlynd9fqhpakhmbgkjrx9i6c5mwf32hmw8p2"
+ }
+ },
+ {
+ "ename": "vc-msg",
+ "commit": "59ad4e80b49c78decd7b5794565313f65550384e",
+ "sha256": "16pgx8pg3djhkmhf1fihgjk7c6nb2nsqj58888bwg7385mlwc7g9",
+ "fetcher": "github",
+ "repo": "redguardtoo/vc-msg",
+ "unstable": {
+ "version": [
+ 20180605,
+ 58
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "ffd8db482cbd9fb63dace0e5ddcc7207a9c99f5e",
+ "sha256": "1zq01k50d958prl8aaz8n2sv541lrq3s1dn8vnfal4drn3iffgv9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "091f3cf15ecb35bb4dc5de1ef7229f78735d9aee",
+ "sha256": "0s129fzxhrr8pp4h0hkmxapnman67r0bdmbj8ys6r361na7h16hf"
+ }
+ },
+ {
+ "ename": "vc-osc",
+ "commit": "70a1fa5fdfdfa9ec5607524be62eb44fe82e91b0",
+ "sha256": "0rp33945xk5d986brganqnn55psmlkj6glbimxakhgv9a1r85sxz",
+ "fetcher": "github",
+ "repo": "aspiers/vc-osc",
+ "unstable": {
+ "version": [
+ 20190402,
+ 2349
+ ],
+ "commit": "bf5a515ed85f7d7cdfe66ed5bf4ef7554f8561e5",
+ "sha256": "1jk09vspns327j9mfy32dd71n3nfynn17h2njc4sczrgd4yzc2wd"
+ }
+ },
+ {
+ "ename": "vcomp",
+ "commit": "561442ea9f75ebe8444db1a0c40f7756fcbca482",
+ "sha256": "02cj2nlyxvgvl2rjfgacljvcsnfm9crmmkhcm2pznj9xw10y8pq0",
+ "fetcher": "github",
+ "repo": "tarsius/vcomp",
+ "unstable": {
+ "version": [
+ 20190128,
+ 20
+ ],
+ "commit": "f839b3b3257a564b19d7f9557dc8bcbbe0b95842",
+ "sha256": "1xd42bdi6x89gc9xjrwvzzdaanv9vwlbbjwp25bs1nsd53k5nvak"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "f839b3b3257a564b19d7f9557dc8bcbbe0b95842",
+ "sha256": "1xd42bdi6x89gc9xjrwvzzdaanv9vwlbbjwp25bs1nsd53k5nvak"
+ }
+ },
+ {
+ "ename": "vdiff",
+ "commit": "e90f19c8fa4b0d267d269b76f117995e812e899c",
+ "sha256": "11gw0l63fssbiyhngqb7ykrp7m1vy55wlf27ybhh2dkwh1cpkr4l",
+ "fetcher": "github",
+ "repo": "justbur/emacs-vdiff",
+ "unstable": {
+ "version": [
+ 20190227,
+ 303
+ ],
+ "deps": [
+ "hydra"
+ ],
+ "commit": "09e15fc932bfd2febe1d4a65780a532394562b07",
+ "sha256": "1gvqi5l4zs872nn4pmj603aza09d81qad2rgijzv268lif8z34db"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "deps": [
+ "hydra"
+ ],
+ "commit": "f55acdbfcbb14e463d0850cfd041614c7002669e",
+ "sha256": "0dlhisvnlzkzlilg456lxi0m5wh4a8681n142684hmk8vaw3wx2k"
+ }
+ },
+ {
+ "ename": "vdiff-magit",
+ "commit": "2159275fabde8ec8b297f6635546b1314d519b8b",
+ "sha256": "1vjc1r5xfdg9bmscgppx1fps1w5bd0zpp6ab5z5dxlg2zx2vdldw",
+ "fetcher": "github",
+ "repo": "justbur/emacs-vdiff-magit",
+ "unstable": {
+ "version": [
+ 20190304,
+ 1707
+ ],
+ "deps": [
+ "magit",
+ "transient",
+ "vdiff"
+ ],
+ "commit": "b100d126c69e5c26a61ae05aa1778bcc4302b597",
+ "sha256": "16cjmrzflf2i1w01973sl944xrfanakba8sb4dpwi79d92xp03xy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 2
+ ],
+ "deps": [
+ "magit",
+ "vdiff"
+ ],
+ "commit": "7e841dc7225300dd4d5560faad04e5c44cd8b267",
+ "sha256": "0800lnclv0kdkk2njddhsydsbifrwgg6w09mm4js7mqci1mr3gia"
+ }
+ },
+ {
+ "ename": "vdirel",
+ "commit": "72b5ea3f4444c3de73d986a28e1d12bf47c40246",
+ "sha256": "11cc7bw7x5h3bwnlsjyhw6k5fh2fk7wffarrcny562v4cmr013cj",
+ "fetcher": "github",
+ "repo": "DamienCassou/vdirel",
+ "unstable": {
+ "version": [
+ 20190430,
+ 624
+ ],
+ "deps": [
+ "helm",
+ "org-vcard",
+ "seq"
+ ],
+ "commit": "255496e6808e7a3da1b0afef873dc4920c2b117f",
+ "sha256": "0zq2lqj4s3n4japfmjm56yg120l1lk7d0h1jysdp8d4mzdb2m0p0"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "helm",
+ "org-vcard",
+ "seq"
+ ],
+ "commit": "4232676e93ca5ace8e51f6605bec223c3205beea",
+ "sha256": "0jdjg50f6my9952frl6asi8zk0i8b4hva26wm7pi8zk423pydr30"
+ }
+ },
+ {
+ "ename": "vdm-comint",
+ "commit": "077f586e59fe3b6085e1f19b3c18b218de5d4046",
+ "sha256": "1r7jg7dkzfs4n230n0jk23w0ncqsiwkslf2gmjfzfqg8qklr9bhs",
+ "fetcher": "github",
+ "repo": "peterwvj/vdm-mode",
+ "unstable": {
+ "version": [
+ 20181127,
+ 2023
+ ],
+ "deps": [
+ "vdm-mode"
+ ],
+ "commit": "89e7db6ee1a89b8c1f7ce36ce6800c32b5c4ba2d",
+ "sha256": "1vfqkfw39yg7379s6b28n8nyswv1jq7caljfbnyrndsag6z4j50k"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "vdm-mode"
+ ],
+ "commit": "e131edb0d35de28bd47d6128dd70d9a6fc46e0fa",
+ "sha256": "090a0imk7dr6vqq4lf806pvajqc499x2gmi0k7rgc1696rbyzhb5"
+ }
+ },
+ {
+ "ename": "vdm-mode",
+ "commit": "70a6c89d41235f7e8463a47400004a32b2979a5a",
+ "sha256": "1h72731vcsjqsbii1wbzpa114x09aqbkbnz5fg9fnjq9rybz6rn7",
+ "fetcher": "github",
+ "repo": "peterwvj/vdm-mode",
+ "unstable": {
+ "version": [
+ 20190328,
+ 1408
+ ],
+ "commit": "89e7db6ee1a89b8c1f7ce36ce6800c32b5c4ba2d",
+ "sha256": "1vfqkfw39yg7379s6b28n8nyswv1jq7caljfbnyrndsag6z4j50k"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "commit": "e131edb0d35de28bd47d6128dd70d9a6fc46e0fa",
+ "sha256": "090a0imk7dr6vqq4lf806pvajqc499x2gmi0k7rgc1696rbyzhb5"
+ }
+ },
+ {
+ "ename": "vdm-snippets",
+ "commit": "f246b9dcf7915a845b9e2cd44cc1a0833b412c8f",
+ "sha256": "1js1hjs2r9bbqm50bl389y87xn68f30xrh2z6nd5kz2hdgkm6lhj",
+ "fetcher": "github",
+ "repo": "peterwvj/vdm-mode",
+ "unstable": {
+ "version": [
+ 20190313,
+ 1122
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "89e7db6ee1a89b8c1f7ce36ce6800c32b5c4ba2d",
+ "sha256": "1vfqkfw39yg7379s6b28n8nyswv1jq7caljfbnyrndsag6z4j50k"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "e131edb0d35de28bd47d6128dd70d9a6fc46e0fa",
+ "sha256": "090a0imk7dr6vqq4lf806pvajqc499x2gmi0k7rgc1696rbyzhb5"
+ }
+ },
+ {
+ "ename": "vector-utils",
+ "commit": "081aa3e1d50c2c9e5a9b9ce0716258a93279f605",
+ "sha256": "07armr23pq5pd47lqhir6a59r86c84zikbc51d8vfcaw8y71yr5n",
+ "fetcher": "github",
+ "repo": "rolandwalker/vector-utils",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "commit": "c38ca1c6a23b2b51a6ac36c2c64e50e21cbe9d21",
+ "sha256": "1wa03gb98x650q798aqshm43kh6gfxaz1rlyrmvka5dxgf48whmf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "commit": "2bd63c8ade1a2b6f8aac403c5f25adda2215a685",
+ "sha256": "0lzq31zqnk32vfp3kicnvgfr3nkv8amjzxmk9nrz1kwgmq7gvkjk"
+ }
+ },
+ {
+ "ename": "veri-kompass",
+ "commit": "18c3a69bec780e3e7456b310db6f0eec2a35c753",
+ "sha256": "103x4003qj0z9ki6xz4hymamyhipzfxz94x4gszk3k2qnvkjkxnj",
+ "fetcher": "gitlab",
+ "repo": "koral/veri-kompass",
+ "unstable": {
+ "version": [
+ 20181110,
+ 933
+ ],
+ "deps": [
+ "cl-lib",
+ "org"
+ ],
+ "commit": "8638eea5a14f9834c001c943e7c22d8d90abc455",
+ "sha256": "1iy1qdh7bf3g7j3ipnpw96qgw4f4y4x8l2rg2kz651lhail3dk8i"
+ }
+ },
+ {
+ "ename": "verify-url",
+ "commit": "2070f7b1901c83e59468f6498bd5f79077ccb79d",
+ "sha256": "1gd83rb1q0kywchd0345p5axqj1sv4f5kadympx5pbp4n5p1dqb2",
+ "fetcher": "github",
+ "repo": "lujun9972/verify-url",
+ "unstable": {
+ "version": [
+ 20160426,
+ 1228
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d6f3623cda8cd526a2d198619b137059cb1ba1ab",
+ "sha256": "1y6vjw5qzaxr37spg5d4nxffmhiipzsrd7mvh8bs3jcfrsg3080n"
+ }
+ },
+ {
+ "ename": "vertica",
+ "commit": "f98a06b794ef0936db953f63679a63232295a849",
+ "sha256": "1ljjk6zrbr2k0s0iaqd9iq3j45cavijcx0rqdidliswnfllav4ng",
+ "fetcher": "github",
+ "repo": "r0man/vertica-el",
+ "unstable": {
+ "version": [
+ 20131217,
+ 1511
+ ],
+ "deps": [
+ "sql"
+ ],
+ "commit": "3c9647b425c5c13c30bf0cba483646af18196588",
+ "sha256": "1mp71axs3vdrdwlhgywfldvnr6a1g2qbxiywmpfmcv59n5n58p1j"
+ }
+ },
+ {
+ "ename": "vertica-snippets",
+ "commit": "d3c8cb5c0fdbb6820a08091d8936dd53a3c43c56",
+ "sha256": "0044qcf6dyxp2h14ij6w19zs7ikx9xalfrz6jqbl8sy35wcihmhn",
+ "fetcher": "github",
+ "repo": "baron42bba/vertica-snippets",
+ "unstable": {
+ "version": [
+ 20190705,
+ 949
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "a7288bf5d55b554ea78c4b5fa1046d38d91ed2b0",
+ "sha256": "10jj3ipw65wazr46lwnrhj1q51b6scnn2m98yg105vcb8vssbszd"
+ }
+ },
+ {
+ "ename": "vertigo",
+ "commit": "f1957e7fa03b6b8eb2f3250bd814d707bce3cfa3",
+ "sha256": "0x0wy1z601sk1x96bl2xx18qm4avd77iybq1a3ss8x8ykwqlgf83",
+ "fetcher": "github",
+ "repo": "noctuid/vertigo.el",
+ "unstable": {
+ "version": [
+ 20180829,
+ 2230
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "6303d17270ea92290a6960890bca515274f1682b",
+ "sha256": "0570x63l1j75issnq23hrhhpisv2jm18fn5mspsvbs4xy2hy4h8i"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "ebfa068d9e2fc39ba6d1744618c4e31dad6f629b",
+ "sha256": "1yk7qqg8i3970kpfk34wvi0gh16qf0b0sfnf18g3s21dd4gk5a6g"
+ }
+ },
+ {
+ "ename": "vhdl-capf",
+ "commit": "6192f5777bc8be6ddc5523f92ab641ed3af1a504",
+ "sha256": "06dkw5ra9wnscpgrnx851vyfgr5797xd60qdimsr2v1bqd8si9km",
+ "fetcher": "github",
+ "repo": "sh-ow/vhdl-capf",
+ "unstable": {
+ "version": [
+ 20160221,
+ 1734
+ ],
+ "commit": "290abe217050f33532bc9ccb04f894123402f414",
+ "sha256": "185a7962h94122q783ih7s8r28xifm0bcrqvkd0g4p64mijlbh3d"
+ }
+ },
+ {
+ "ename": "vhdl-tools",
+ "commit": "69fe2f8fb98ac1af1d3185f62ae1c89e646cfebf",
+ "sha256": "006d9xv60a90xalagczkziiimwsr1np9nn25zvnc4nlbf8j3fbbw",
+ "fetcher": "github",
+ "repo": "csantosb/vhdl-tools",
+ "unstable": {
+ "version": [
+ 20190809,
+ 922
+ ],
+ "deps": [
+ "ggtags",
+ "helm-rg",
+ "outshine"
+ ],
+ "commit": "5202db4c6a511a90a950a723293d11d55ec05264",
+ "sha256": "1ygx8g9cxyyhhpcqan1ca4g741s3dd141bcmp6jjqbjfn2gqraz6"
+ },
+ "stable": {
+ "version": [
+ 6,
+ 2
+ ],
+ "deps": [
+ "ggtags",
+ "helm-rg",
+ "outshine"
+ ],
+ "commit": "5202db4c6a511a90a950a723293d11d55ec05264",
+ "sha256": "1ygx8g9cxyyhhpcqan1ca4g741s3dd141bcmp6jjqbjfn2gqraz6"
+ }
+ },
+ {
+ "ename": "vi-tilde-fringe",
+ "commit": "8b3359d57148f8205f8a863a21d92fe4912f31cc",
+ "sha256": "0jhwv46gjwjbs1ai65nm6k15y0q4yl9m5mawgp3n4f45dh02cawp",
+ "fetcher": "github",
+ "repo": "syl20bnr/vi-tilde-fringe",
+ "unstable": {
+ "version": [
+ 20141028,
+ 242
+ ],
+ "commit": "f1597a8d54535bb1d84b442577b2024e6f910308",
+ "sha256": "0wdm8k49zl6i6wnh7vjkswdh5m9lix56jv37xvc90inipwgs402z"
+ }
+ },
+ {
+ "ename": "viewer",
+ "commit": "f8e4328cae9b4759a75da0b26ea8b68821bc71af",
+ "sha256": "10rw3b8akd2fl8gsqf1m24zi6q4n0z68lvvv1vx9c9b7ghqcqxw1",
+ "fetcher": "github",
+ "repo": "rubikitch/viewer",
+ "unstable": {
+ "version": [
+ 20170107,
+ 202
+ ],
+ "commit": "6c8db025bf4021428f7f2c3ef9d74fb13f5d267a",
+ "sha256": "1sj4a9zwfv94m0ac503gan6hf9sl2658khab1fnj8szcq7hrdvq1"
+ }
+ },
+ {
+ "ename": "viking-mode",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "12z9807ya0gsgx7h3zdvpx7jksjjrglz3qqyz65wj71sibjfry4m",
+ "fetcher": "github",
+ "repo": "TLINDEN/viking-mode",
+ "unstable": {
+ "version": [
+ 20160705,
+ 2027
+ ],
+ "commit": "c76aa265d13ad91d6890d242e142d05e31f0340b",
+ "sha256": "1944p3kbskzj4d9w9prbi7z59lrn087v3gphbhwjplz6mvwbl8g6"
+ }
+ },
+ {
+ "ename": "vim-empty-lines-mode",
+ "commit": "e93a8dcd2ff159203288e71da6b8f28eab0d2006",
+ "sha256": "17bl1g4ais73ws596mha0l8dgckfqhx9k2v9m9k0gw7kg7dcjhnb",
+ "fetcher": "github",
+ "repo": "jmickelin/vim-empty-lines-mode",
+ "unstable": {
+ "version": [
+ 20150111,
+ 426
+ ],
+ "commit": "d4a5034ca8ea0c962ad6e92c86c0fa2a74d2964b",
+ "sha256": "11qh6fpf6269j9syf06v5wnkgi65wnn7dbyjwb6yz72rvq7ihhcz"
+ }
+ },
+ {
+ "ename": "vim-region",
+ "commit": "23249b485ca8e66a21f858712f46aa76b8554f28",
+ "sha256": "1dcnx799lpjsdnnjxqzgskkfj2nx7f4kwf0xjhbg35ny4nyn81dx",
+ "fetcher": "github",
+ "repo": "ongaeshi/emacs-vim-region",
+ "unstable": {
+ "version": [
+ 20140329,
+ 1624
+ ],
+ "deps": [
+ "expand-region"
+ ],
+ "commit": "7c4a99ce3678fee40c83ab88e8ad075d2a935fdf",
+ "sha256": "13g2hin100c8h5bd7hzhyqzj02ab9c35giyv963l7y044v7sbwig"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 0
+ ],
+ "deps": [
+ "expand-region"
+ ],
+ "commit": "e5359cc584a0cfa9270a76866a5eff7d3f44eb3d",
+ "sha256": "1750gx65ymibam8ahx5blfv5jc26f3mzbklk1jrmfwpsalyghdd9"
+ }
+ },
+ {
+ "ename": "vimish-fold",
+ "commit": "b4862b0a3d43f073e645803cbbf11d973a4b51d5",
+ "sha256": "017by9w53d8pqlsazfycmhdv16yylks308p5vxp1rcw2qacpc5m3",
+ "fetcher": "github",
+ "repo": "mrkkrp/vimish-fold",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1333
+ ],
+ "deps": [
+ "cl-lib",
+ "f"
+ ],
+ "commit": "863bef039672693566cfcfe1d0ad236d3af48fea",
+ "sha256": "0kr4rzfmydqcxsgzg88c3b8g5323dliirx1v01gdbinf868hlkh7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 3
+ ],
+ "deps": [
+ "cl-lib",
+ "f"
+ ],
+ "commit": "e631352fbf910f692807afe38a2b6a7882a403a8",
+ "sha256": "152w1wqxj7yzm3d12lknzz1aix4h8cb571sjns3m1s7azsr3vfbq"
+ }
+ },
+ {
+ "ename": "vimrc-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "05zmr624qwsj9wqsmjlhjvjl1fc1qxz4vvbb3ljr5fbpxdjrbnpn",
+ "fetcher": "github",
+ "repo": "mcandre/vimrc-mode",
+ "unstable": {
+ "version": [
+ 20181116,
+ 1919
+ ],
+ "commit": "13bc150a870d5d4a95f1111e4740e2b22813c30e",
+ "sha256": "0026dqs3hwygk2k2xfra90w5sfnxrfj7l69jz7sq5glavbf340pk"
+ }
+ },
+ {
+ "ename": "virtualenv",
+ "commit": "923e4fcf29423ad55b13132d53759bc436466ef9",
+ "sha256": "1djqzzlbwsp9xyjqjbjwdck73wzikbpq19irzamybk90nc98wirl",
+ "fetcher": "github",
+ "repo": "aculich/virtualenv.el",
+ "unstable": {
+ "version": [
+ 20140220,
+ 2301
+ ],
+ "commit": "276c0f4d6493b402dc4d22ecdf17b2b072e911b3",
+ "sha256": "0rd7hyv66278dj32yva5q9z1749y84c6fwl2iqrns512j1l4kl8q"
+ }
+ },
+ {
+ "ename": "virtualenvwrapper",
+ "commit": "acc9b816796b9f142c53f90593952b43c962d2d8",
+ "sha256": "0rn5vwncx8z69xp8hspr06nzkf28l9flchpb2936c2nalmhx6m8i",
+ "fetcher": "github",
+ "repo": "porterjamesj/virtualenvwrapper.el",
+ "unstable": {
+ "version": [
+ 20190223,
+ 1919
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "c3da41a3995c98dae2c751688655ea0cbe72493b",
+ "sha256": "0s5qnzb8ar3qp5fq69sa29x8xy917jbdi8xciqjl6dzk2a7nvqsv"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "f753e5ad91c2ff5d11bec424aa8cec141efa6925",
+ "sha256": "062pbnplb3w9h64qsj71d9fvgicp1x63n05mgvgymjh2rnx7py0d"
+ }
+ },
+ {
+ "ename": "visible-mark",
+ "commit": "76ac7178ee5381e08ae881f3fc6061106eeb1c1d",
+ "sha256": "1rp0gnz28m1drwb1hhsf0mwxzdppdi88hscf788qw8cw65gckv80",
+ "fetcher": "gitlab",
+ "repo": "iankelling/visible-mark",
+ "unstable": {
+ "version": [
+ 20150624,
+ 450
+ ],
+ "commit": "a584db9bc88953b23a9648b3e14ade90767207f8",
+ "sha256": "1rsi9irv9i03627cmfaqz03f9cvpm7555ga8n2gs622lzp6bb3jf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "c1852e13b6b61982738b56977a452ec9026faf1b",
+ "sha256": "15zdbvv6c114mv6hdq375l7ax70sss06p9d7m86hgssc3kiv9vsv"
+ }
+ },
+ {
+ "ename": "visual-ascii-mode",
+ "commit": "21df748a3f383d62c921e184e2a4c9ae4118ca98",
+ "sha256": "1h0143h39dq61afswlzlgpknk0gv574x91ar6klqmnaf1snab59g",
+ "fetcher": "github",
+ "repo": "Dewdrops/visual-ascii-mode",
+ "unstable": {
+ "version": [
+ 20150129,
+ 1046
+ ],
+ "commit": "99285a099a17472ddd9f1b4f74e9d092dd8c5947",
+ "sha256": "1cv8mf3l92a9p8qmkfiphk3r81f2ihg2gyw2r4jbbd5ppwbxkl0n"
+ }
+ },
+ {
+ "ename": "visual-fill-column",
+ "commit": "c7628c805840c4687686d0b9dc5007342864721e",
+ "sha256": "19y0pwaybjal2rc7migdbnafpi4dfbxvrzgfqr8dlvd9q68v08y5",
+ "fetcher": "github",
+ "repo": "joostkremers/visual-fill-column",
+ "unstable": {
+ "version": [
+ 20190422,
+ 2154
+ ],
+ "commit": "772d4b25ba19f57409cd03524be0f5bfdc2e8da1",
+ "sha256": "1k4a7nqc2zxwxrcrryap2jk6bwc6ln3j6yzgkg5yyf2imsbil4br"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 11
+ ],
+ "commit": "57c2a72d46900117ea92e0a01b97e19481800503",
+ "sha256": "086zfx4lh168rg50ndg8qzdh8vzc6sgfii7qzcn4mg4wa74hnp9y"
+ }
+ },
+ {
+ "ename": "visual-regexp",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "16bdqq2j7pnjq3j6qa4rhxzidqdhyg80c7nazd93smis8rcv5d0z",
+ "fetcher": "github",
+ "repo": "benma/visual-regexp.el",
+ "unstable": {
+ "version": [
+ 20190414,
+ 814
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3e3ed81a3cbadef1f1f4cb16f9112a58641d70ca",
+ "sha256": "12p3rlhdphwmx1kxsjzcl2wj3i6qgpvw8iwhg1whs6yqgaxivixd"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "3e3ed81a3cbadef1f1f4cb16f9112a58641d70ca",
+ "sha256": "12p3rlhdphwmx1kxsjzcl2wj3i6qgpvw8iwhg1whs6yqgaxivixd"
+ }
+ },
+ {
+ "ename": "visual-regexp-steroids",
+ "commit": "7f105ebce741956b7becc86e4bdfcafecf59af74",
+ "sha256": "1xkrzyyll8wmb67m75lfm9k8qcm068km8r1k8hcsadpkd01bx1lr",
+ "fetcher": "github",
+ "repo": "benma/visual-regexp-steroids.el",
+ "unstable": {
+ "version": [
+ 20170222,
+ 253
+ ],
+ "deps": [
+ "visual-regexp"
+ ],
+ "commit": "a6420b25ec0fbba43bf57875827092e1196d8a9e",
+ "sha256": "1isqa4ck6pm4ykcrkr0g1qj8664jkpcsrq0f8dlb0sksns2dqkwj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "visual-regexp"
+ ],
+ "commit": "a6420b25ec0fbba43bf57875827092e1196d8a9e",
+ "sha256": "1isqa4ck6pm4ykcrkr0g1qj8664jkpcsrq0f8dlb0sksns2dqkwj"
+ }
+ },
+ {
+ "ename": "vlf",
+ "commit": "9116b11eb513dd9e1dc9542d274dd60f183b24c4",
+ "sha256": "1ipkv5kmda0l39xwbf7ns9p0mx3kb781mxsm9vmbkhr5x577s2j8",
+ "fetcher": "github",
+ "repo": "m00natic/vlfi",
+ "unstable": {
+ "version": [
+ 20180201,
+ 2254
+ ],
+ "commit": "31b292dc85a374fb343789e217015683bfbdf5f1",
+ "sha256": "18ll47if9ajv0jj2aps8592bj7xqhxy74sbsqn07x9ywinxxi9mn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7,
+ 1
+ ],
+ "commit": "a01e9ed416cd81ccddebebbf05d4ca80060b07dc",
+ "sha256": "0ziz08ylhkqwj2rp6h1z1yi309f6791b9r91nvr255l2331481pm"
+ }
+ },
+ {
+ "ename": "vmd-mode",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1xjyl2xh3vig2rzjqm1a4h2ridygbanmal78s4yc32hacy0lfyrx",
+ "fetcher": "github",
+ "repo": "blak3mill3r/vmd-mode",
+ "unstable": {
+ "version": [
+ 20180223,
+ 1356
+ ],
+ "commit": "24e38a20951dfad6e3e985c7cc6286c1e271da5f",
+ "sha256": "00anpbnf0h6iikhpqz4mss507j41xwvv27svw41kpgcwsnrmrqwm"
+ }
+ },
+ {
+ "ename": "voca-builder",
+ "commit": "42a930e024ce525b2890ccd5a1eb4844859faafd",
+ "sha256": "0mbw87mpbb8rw7xzhmg6yjla2c80x9820kw4q00x00ny5rbhm76y",
+ "fetcher": "github",
+ "repo": "yitang/voca-builder",
+ "unstable": {
+ "version": [
+ 20161101,
+ 1645
+ ],
+ "deps": [
+ "popup"
+ ],
+ "commit": "51573beec8cd8308477b0faf453aad93e17f57c5",
+ "sha256": "1gd7zqmyn389dfyx1yll1bw5f8kjib87k33s9hxsbx0db8vas9q6"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "224402532da28e45edd398fda61ecbddb97d22d3",
+ "sha256": "0q1rwqjwqcnsr57s531pwlm464q8wx5vvdm5rj2xy9b3yi6phis1"
+ }
+ },
+ {
+ "ename": "volatile-highlights",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "1r6in919aqdziv6bgzp4k7jqa87bd287pacq615sd5m1nzva1a4d",
+ "fetcher": "github",
+ "repo": "k-talo/volatile-highlights.el",
+ "unstable": {
+ "version": [
+ 20160612,
+ 155
+ ],
+ "commit": "9a20091f0ce7fc0a6b3e641a6a46d5f3ac4d8392",
+ "sha256": "1dsa6769lphyyv7yg92vkkpk395w52q4m7hdn8xy7s6lh5c6a955"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 11
+ ],
+ "commit": "fb2abc2d4d4051a9a6b7c8de2fe7564161f01f24",
+ "sha256": "1v0chqj5jir4685jd8ahw86g9zdmi6xd05wmzhyw20rbk924fcqf"
+ }
+ },
+ {
+ "ename": "volume",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "1gm2zaf6qwbdhayaj153882qm21cl4qdyjkdnqrlssb2mcgf017w",
+ "fetcher": "github",
+ "repo": "dbrock/volume.el",
+ "unstable": {
+ "version": [
+ 20150718,
+ 2009
+ ],
+ "commit": "ecc1550b3c8b501d37e0f0116b54b535d15f90f6",
+ "sha256": "0ymibjq6iwab5ia1fglhz4gm5cnbi792018fmrabcqkisj2zsjb7"
+ }
+ },
+ {
+ "ename": "vscode-icon",
+ "commit": "90a07c96a9223a9ad477cbea895ba522523c5be4",
+ "sha256": "0rhsqzgxl7hs52kniyi8yn4f953g7dgx49j4lzf2yr33ydxiw9d3",
+ "fetcher": "github",
+ "repo": "jojojames/vscode-icon-emacs",
+ "unstable": {
+ "version": [
+ 20190610,
+ 17
+ ],
+ "commit": "14199fd1dbe0ca1da85f9917faee9fe078cb75ea",
+ "sha256": "13yjjg68a55sbk6hj4nfvka6w8ahpws0s2bf7c9idqrd6cvbfy62"
+ }
+ },
+ {
+ "ename": "vterm",
+ "commit": "91a71615c0a32565e455ac81d9bc90443aa8caf9",
+ "sha256": "0nn15pz2ys4bmpyks190x22f8s2fcr793f95h0c2m67cfjmnd478",
+ "fetcher": "github",
+ "repo": "akermu/emacs-libvterm",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1520
+ ],
+ "commit": "fad40c1436afcf73fe39ea2ec535628866c72b23",
+ "sha256": "0kbb2f7p8ivznyqxx1ji60iqks3sbp6fb6nzfw9q5phagryl5bys"
+ }
+ },
+ {
+ "ename": "vterm-toggle",
+ "commit": "aecfc82727d408eb3120f76ace1ed7207ff5e5f1",
+ "sha256": "1ajg631d41j8jgdjh90z27yfk2783zacfd0531bqd5j73ijcdbb3",
+ "fetcher": "github",
+ "repo": "jixiuf/vterm-toggle",
+ "unstable": {
+ "version": [
+ 20190803,
+ 1103
+ ],
+ "deps": [
+ "vterm"
+ ],
+ "commit": "96cac28e72dc5739958fa674acd51ceed8835556",
+ "sha256": "1scfbjr3vksn0d93gb3n0mi8gi49579szn24f78vkqwd99ivifwr"
+ }
+ },
+ {
+ "ename": "vue-html-mode",
+ "commit": "48588b163ab76204b9054340071e758045480e19",
+ "sha256": "1f4pjfp4298jkvhacxygddg557hhyivgnm5x3yhjipfv6fjkgl2s",
+ "fetcher": "github",
+ "repo": "AdamNiederer/vue-html-mode",
+ "unstable": {
+ "version": [
+ 20180428,
+ 2035
+ ],
+ "commit": "1514939804bad558584feeb6298b38d22eadf64e",
+ "sha256": "0xfdm66b6wp7h233hm83bihchmiqqq51aw2zshb8aa4qnskgs677"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "361a9fa117f044c3072dc5a7344ff7be31725849",
+ "sha256": "1z1pphxli8fcahw9fhmxls1v9nyd34pz51jwwa6g468zvdmcjb77"
+ }
+ },
+ {
+ "ename": "vue-mode",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "0npzn7pycqfdakv4plkigq8aw1bqhz3y03y3ypx21q5a186ds0g5",
+ "fetcher": "github",
+ "repo": "AdamNiederer/vue-mode",
+ "unstable": {
+ "version": [
+ 20190415,
+ 231
+ ],
+ "deps": [
+ "edit-indirect",
+ "mmm-mode",
+ "ssass-mode",
+ "vue-html-mode"
+ ],
+ "commit": "031edd1f97db6e7d8d6c295c0e6d58dd128b9e71",
+ "sha256": "047l5nxw86dvls8an65mmqcy673n37pyli7s0d52yi07jk0lw1yx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "edit-indirect",
+ "mmm-mode",
+ "ssass-mode",
+ "vue-html-mode"
+ ],
+ "commit": "48ff04657613f39848d0e66e9dd367aa2dc19e89",
+ "sha256": "014vx8jkscj1c614v78dqlqlg7n0zc3c2db3dqvxvaz417i5mxq0"
+ }
+ },
+ {
+ "ename": "vyper-mode",
+ "commit": "492d42d60bc188a567c5e438b838a275a124c699",
+ "sha256": "0mf1w4mw0ijmd9zxip1df85cp15fbvv9j5dqjmb8lfm4m43wpd96",
+ "fetcher": "github",
+ "repo": "ralexstokes/vyper-mode",
+ "unstable": {
+ "version": [
+ 20180707,
+ 1935
+ ],
+ "commit": "323dfddfc38f0b11697e9ebaf04d1b53297e54e5",
+ "sha256": "1vxqgc9c1lj61ipaw05xfby3nl7wn3kp5ga6kpr17v0jlm0667s5"
+ }
+ },
+ {
+ "ename": "w32-browser",
+ "commit": "ae489be43b1aee93614e40f492ebdf0b98a3fbc1",
+ "sha256": "16sp0gn4yv7iaa55i2kvfsqw3610gr3x31l9lqa14r9xmfhda1rn",
+ "fetcher": "github",
+ "repo": "emacsorphanage/w32-browser",
+ "unstable": {
+ "version": [
+ 20170101,
+ 1954
+ ],
+ "commit": "e5c60eafd8f8d3546a0fa295ad5af2414d36b4e6",
+ "sha256": "18hcr9l5id2xdin20wrg9sdmwfad7qk78iryyg24ci9lvl53m02x"
+ },
+ "stable": {
+ "version": [
+ 235
+ ],
+ "commit": "a8126b60bf18193e8e4ec6f699b5694b6f71a062",
+ "sha256": "13wjvzsas7in8f09sc2qj17dz25wizg1l0r2krgp1zymy92p8f97"
+ }
+ },
+ {
+ "ename": "w3m",
+ "commit": "85c53c48caab0845101c487e4fee7e2cda15f706",
+ "sha256": "1fnib1y79g50jz9wll63j0xf2awgkrlk6hwx0w6nzg0xsbfbkdvk",
+ "fetcher": "github",
+ "repo": "emacs-w3m/emacs-w3m",
+ "unstable": {
+ "version": [
+ 20190808,
+ 238
+ ],
+ "commit": "8fd65dd9c7d2393ab66c65ee1de67a84dcc779ce",
+ "sha256": "1yqbw8ikfrwya59xa0a17f2wwgswkdqcxj9y64fb00syps09fv0m"
+ }
+ },
+ {
+ "ename": "wacspace",
+ "commit": "58e5ff4c5853c5350d0534894ddb358daa83cee9",
+ "sha256": "1xy0mprvyi37zmgj1yrlh5ni08j47lpag1jm3a76cgghgmlfjxrl",
+ "fetcher": "github",
+ "repo": "shosti/wacspace.el",
+ "unstable": {
+ "version": [
+ 20180311,
+ 2350
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "54d19aab6fd2bc5945b7ffc58104e695064927e2",
+ "sha256": "1nfx1qsl2gxjqbbc5xsr8f3xz2qyb4wnz3634k3hglb1jpa78j3n"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "b951995c204ff23699d2bda515a96221147a725d",
+ "sha256": "0jl3n79wmbxnrbf83qjq0v5pzhvv67i9r5sp2zj8nc86hh7dvjsd"
+ }
+ },
+ {
+ "ename": "waf-mode",
+ "commit": "44c1aa152ba47113a91878df78d9b56eead98744",
+ "sha256": "16rplrs599a67dcxcdc33zb9bqivv4a2mvrshvyip1lp75f36r5h",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/dvalchuk/waf-mode",
+ "unstable": {
+ "version": [
+ 20170403,
+ 1940
+ ],
+ "commit": "20c75eabd1d54fbce8e0dbef785c9fb68577ee4f",
+ "sha256": "09jqxbkkprsrcj7gj9hi8ll7d17425lyjmdmqf12ffqv5pz6aq87"
+ }
+ },
+ {
+ "ename": "waher-theme",
+ "commit": "c734ba401d7d9255e0934c31ca5269866af035db",
+ "sha256": "091kipkb6z6x9ic4chprim9rvnmx4yj4419ijmvpn70w69aspnb5",
+ "fetcher": "github",
+ "repo": "emacsfodder/emacs-waher-theme",
+ "unstable": {
+ "version": [
+ 20141115,
+ 1230
+ ],
+ "commit": "60d31519fcfd8e797723d47961b255ae2f2e2c0a",
+ "sha256": "0w59ix8cbbcyhh882c8vkrbh84i8d03h9w7dchr3qy233b8wcxlc"
+ }
+ },
+ {
+ "ename": "wakatime-mode",
+ "commit": "a46036a0e53afbebacafd3bc9545c99af79ccfcc",
+ "sha256": "1rhy2bwkqlha4bj3zmb0iassiglch7yb2kbas0bbpl3d0hdki2i8",
+ "fetcher": "github",
+ "repo": "wakatime/wakatime-mode",
+ "unstable": {
+ "version": [
+ 20180920,
+ 702
+ ],
+ "commit": "2531cb58287770883ba534d20b3288955c4d6ef3",
+ "sha256": "12wa845lwvwg38801mk880izfhjs50ssy5alj1743c2bz7ig5grk"
+ }
+ },
+ {
+ "ename": "wakib-keys",
+ "commit": "b8ef5ae0dcb92e1cf019be3d53ab9b47d89f45bd",
+ "sha256": "1cgd15zwl15k2bxy3by17pphh6x1z8lanwkfjy4qyp5sxkjvw1cl",
+ "fetcher": "github",
+ "repo": "darkstego/wakib-keys",
+ "unstable": {
+ "version": [
+ 20180818,
+ 1829
+ ],
+ "commit": "abf7e18bf85c09963537156a447f0d01ff8d6c1b",
+ "sha256": "0icxgmyw68m19yqp6446rilfyv25xrm8ih44vg10nkdlk8m5kh9l"
+ }
+ },
+ {
+ "ename": "walkclj",
+ "commit": "44472b35938fe70d4cb3d15397495fe321fcd464",
+ "sha256": "0m971dlazildhgj8jqg4x679i6s6p80mbpri7l24ynxk45wix22m",
+ "fetcher": "github",
+ "repo": "plexus/walkclj",
+ "unstable": {
+ "version": [
+ 20180718,
+ 900
+ ],
+ "deps": [
+ "parseclj",
+ "treepy"
+ ],
+ "commit": "2e54fa813b11d1a87c890cdf117f30165a193024",
+ "sha256": "0bgvniw3ibcjsmzwrndg6pxwbpnpnxsb8ijs2gxg5kbm1hqqly32"
+ }
+ },
+ {
+ "ename": "wand",
+ "commit": "38be840bbb32094b753ec169b717a70817006655",
+ "sha256": "052zq5dp800hynd9fb6c645kjb9rp3bpkz41ifazjnx4h4864r0l",
+ "fetcher": "github",
+ "repo": "cmpitg/wand",
+ "unstable": {
+ "version": [
+ 20190626,
+ 1533
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "0d5f6ac7515b8be134868543d97ba715b5a4ae66",
+ "sha256": "1hzq3gfr3m4g8gwcqijxb0jg2gzm336pxda38kf45274d3ncgvxy"
+ }
+ },
+ {
+ "ename": "wandbox",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "0myyln82nx462bj79acvqxwvmblxild4vbygcrzw5chcwy6crvlz",
+ "fetcher": "github",
+ "repo": "kosh04/emacs-wandbox",
+ "unstable": {
+ "version": [
+ 20170603,
+ 1231
+ ],
+ "deps": [
+ "request",
+ "s"
+ ],
+ "commit": "e002fe41f2cd9b4ce2b1dc80b83301176e9117f1",
+ "sha256": "0fnbj3k21lisgs94pf8z13cdymmclgpn994xq3xly4gq6l8k0an5"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6,
+ 4
+ ],
+ "deps": [
+ "request",
+ "s"
+ ],
+ "commit": "e002fe41f2cd9b4ce2b1dc80b83301176e9117f1",
+ "sha256": "0fnbj3k21lisgs94pf8z13cdymmclgpn994xq3xly4gq6l8k0an5"
+ }
+ },
+ {
+ "ename": "wanderlust",
+ "commit": "426172b72026d1adeb1bf3fcc6b0407875047333",
+ "sha256": "0lq7fvqc0isv49lcm7ql6prc3hpcj5cx4kf8f4gcnfv5k8159cq9",
+ "fetcher": "github",
+ "repo": "wanderlust/wanderlust",
+ "unstable": {
+ "version": [
+ 20190812,
+ 818
+ ],
+ "deps": [
+ "semi"
+ ],
+ "commit": "ba07b99ee146c7945823874102e7db38e7aa8bd0",
+ "sha256": "14fp8s1baq3r6gxaf1c50zyk59bnzpnpbpxnp3lvcz1a1i5377ql"
+ }
+ },
+ {
+ "ename": "warm-night-theme",
+ "commit": "312e3298d51b8ed72028df34dbd7620cdd03d8dd",
+ "sha256": "1nrjkrr64rry6fjya22b0lcs0f8a2ijvr87192z311y9mw5rvb29",
+ "fetcher": "github",
+ "repo": "mswift42/warm-night-theme",
+ "unstable": {
+ "version": [
+ 20161101,
+ 1428
+ ],
+ "commit": "020f084d23409b5035150508ba6e57c2509edd64",
+ "sha256": "1jmjyx06p0cvqi1vlg5px2g965q9pgi3j61msxjf5skzw53vlc88"
+ }
+ },
+ {
+ "ename": "watch-buffer",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "05f58kg05kfl4srwwjaf7w9jml50yx6bn4x8m1npswp882dsjyh9",
+ "fetcher": "github",
+ "repo": "mjsteger/watch-buffer",
+ "unstable": {
+ "version": [
+ 20120331,
+ 2044
+ ],
+ "commit": "761fd7252e6d7bf5148283c2a7ee935f087d9427",
+ "sha256": "0i84ndnxma8s07kf5ixqyhv5f89mzc4iymgazj5inmxhvbc7s7r2"
+ }
+ },
+ {
+ "ename": "wavefront-obj-mode",
+ "commit": "d48e4fdc6c7079a1ca70c1e879473a98c11bbe6c",
+ "sha256": "0qqismh6g2fvi45q2q52lq0n9nrh95wgamlsy5j4rx4syfgzxbrk",
+ "fetcher": "github",
+ "repo": "abend/wavefront-obj-mode",
+ "unstable": {
+ "version": [
+ 20170808,
+ 1716
+ ],
+ "commit": "34027915de6496460d8e68b5991dd24d47d54859",
+ "sha256": "0yj4wb5sdsbh3gp0sh2ajrrn6s8vg492809g4gxkxp30jhr6xc9q"
+ }
+ },
+ {
+ "ename": "wc-goal-mode",
+ "commit": "6f003b6d6bc91e6f9e510de8f5f5f9189d1c7334",
+ "sha256": "0l3gh96njjldp7n13jn1zjrp17h7ivjak102j6wwspgg6v2h5419",
+ "fetcher": "github",
+ "repo": "bnbeckwith/wc-goal-mode",
+ "unstable": {
+ "version": [
+ 20140829,
+ 1359
+ ],
+ "commit": "bf21ab9c5a449bcc20dd207a4915dcec218d2699",
+ "sha256": "0p7j4hvcxfyjf0na9s3xv29dvmwq82s56lincfasd0ydcpz4fbwc"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1
+ ],
+ "commit": "a8aa227b1a692dd6399855add84b5e37f6c5d9cb",
+ "sha256": "0mnfk2ys8axjh696cq5msr5cdr91icl1i3mi0dd2y00lvh6sbm7w"
+ }
+ },
+ {
+ "ename": "wc-mode",
+ "commit": "0fda2b54a0ff0b6fc3bd6d20cfcbbf63cae5380f",
+ "sha256": "191dmxfpqnj7d43cr0fhdmj5ldfs7w9zg5pb2lv9wvlfl7asdid6",
+ "fetcher": "github",
+ "repo": "bnbeckwith/wc-mode",
+ "unstable": {
+ "version": [
+ 20170127,
+ 429
+ ],
+ "commit": "f218f42709a651b34d6c1ddd98856f44648ef707",
+ "sha256": "0h79kf37pns92w4zsgazwhg087vkjvnhk9p1npll5ka87zbknndm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "commit": "122f90bd1d422a84cc50acabd350d44d39ddeb69",
+ "sha256": "0pjlxv46zzqdq6q131jb306vqlg4sfqls1x8vag7mmfw462hafqp"
+ }
+ },
+ {
+ "ename": "wcheck-mode",
+ "commit": "5d10b59f568fdedf248c2e8eaa06c4a74032ca56",
+ "sha256": "0cmdvhgax6r5svn3wkwll4j271qj70g8182c58riwnkhiajxmn3k",
+ "fetcher": "github",
+ "repo": "tlikonen/wcheck-mode",
+ "unstable": {
+ "version": [
+ 20190626,
+ 1839
+ ],
+ "commit": "271198bca70c05b4591c836d3c670b72cdfabe9c",
+ "sha256": "19wypzzqfy0xbcbf4gz2c1c1mapp6s68rk0crv71vvjq6dmbq5yz"
+ },
+ "stable": {
+ "version": [
+ 2019,
+ 6,
+ 17
+ ],
+ "commit": "c50e1f565802816a67852213dc31532290704412",
+ "sha256": "18ri9y23fd736d49sa1027k4lh0saw0zyiwds50jk6j9w4rvlzy9"
+ }
+ },
+ {
+ "ename": "wdl-mode",
+ "commit": "8cf1f20913d765ae36ecc2c9a69470ff51124e56",
+ "sha256": "1zhrs0cdsr8mxh9zn8cy6inzxcygk0lgsyw1d190253v1kk6072i",
+ "fetcher": "github",
+ "repo": "zhanxw/wdl-mode",
+ "unstable": {
+ "version": [
+ 20180831,
+ 1946
+ ],
+ "commit": "cef86e5afc136ae5ad9324cd6e6d6f860b889bcf",
+ "sha256": "0j7sv3dcpq2fvcip9834v6k8q1d8bpnbxnvz1g691lmc58z1a86a"
+ }
+ },
+ {
+ "ename": "weather-metno",
+ "commit": "75beac314565b9becb701ddd9bc85660e268c3ae",
+ "sha256": "0h7p4l8y75h27pgk45f0mk3gjd43jk8q97gjf85a9b0afd63d3f6",
+ "fetcher": "github",
+ "repo": "ruediger/weather-metno-el",
+ "unstable": {
+ "version": [
+ 20150901,
+ 107
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "bfc7137095e0ee71aad70ac46f2af677f3c051b6",
+ "sha256": "05gfc67724b0mwg8kvk3dsazx3dld50b9xjq8h1nc6jvdz3zxb9z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b59680c1ab908b32513954034ba894dfb8564dd8",
+ "sha256": "0qx92jqzsimjk92pql2h8pzhq66mqijwqgjqwp7rmq5b6k0nvx1z"
+ }
+ },
+ {
+ "ename": "web",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "141idn49b7x7llz249zbg2yq8snjxpmlpchsd3n1axlrbmx6pfpz",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-web",
+ "unstable": {
+ "version": [
+ 20141231,
+ 2001
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "483188dac4bc6b409b985c9dae45f3324a425efd",
+ "sha256": "03xcadplw1hg5hxw6bfrhw5xkkxk3i4105f114c6m3d2525jq4y5"
+ }
+ },
+ {
+ "ename": "web-beautify",
+ "commit": "0d528d3e20b1656dff40860cac0e0fa9dc1a3e87",
+ "sha256": "06ky2svhca8hjgmvxrg3h6ya7prl72q1r88x967yc6b0qq3r7g0f",
+ "fetcher": "github",
+ "repo": "yasuyk/web-beautify",
+ "unstable": {
+ "version": [
+ 20161115,
+ 2247
+ ],
+ "commit": "e1b45321d8c11b404b12c8e55afe55eaa7c84ee9",
+ "sha256": "03b5pj58m00lkazyvvasa4qndrkh2kjzv2y7qhxljfg5mngyg3zg"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 2
+ ],
+ "commit": "aa95055224c24f38736716809fec487cd817c38d",
+ "sha256": "0vms7zz3ym53wf1zdrkbf2ky2xjr1v134ngsd0jr8azyi8siw84d"
+ }
+ },
+ {
+ "ename": "web-completion-data",
+ "commit": "604f155a3ce7e5375dcf8b9c149c5af403ef48bd",
+ "sha256": "1zzdmhyn6bjaidk808s4pdk25a5rn4287949ps5vbpyniaf6gny9",
+ "fetcher": "github",
+ "repo": "osv/web-completion-data",
+ "unstable": {
+ "version": [
+ 20160318,
+ 848
+ ],
+ "commit": "c272c94e8a71b779c29653a532f619acad433a4f",
+ "sha256": "19nzjgvd2i5745283ck3k2vylrr6lnk9h3ggzwrwdhyd3m9433vm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2
+ ],
+ "commit": "c272c94e8a71b779c29653a532f619acad433a4f",
+ "sha256": "19nzjgvd2i5745283ck3k2vylrr6lnk9h3ggzwrwdhyd3m9433vm"
+ }
+ },
+ {
+ "ename": "web-mode",
+ "commit": "6f0565555eaa356141422c5175d6cca4e9eb5c00",
+ "sha256": "1vyhyc5nf4yj2m63inpwmcqvlsihaqw8nn8xvfdg44nhl6vjz97i",
+ "fetcher": "github",
+ "repo": "fxbois/web-mode",
+ "unstable": {
+ "version": [
+ 20190625,
+ 1951
+ ],
+ "commit": "a723d3ecd3606d1c1948871f46fc8c8d7f879fe4",
+ "sha256": "1vsm95v47xk63gxg08w8bxlg91l2yqbgqwgaa5706x65q0rzv0xm"
+ },
+ "stable": {
+ "version": [
+ 16
+ ],
+ "commit": "3ff506aae50a47b277f2b95ff7b7a7c596664e6a",
+ "sha256": "17dw6a8d0p304f2sa4f9zwd8r48w2wbkc3fvbmxwlg4w12h7cwf0"
+ }
+ },
+ {
+ "ename": "web-mode-edit-element",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1kcycsjjv1bzfn93aq3cdh5d913izrr8cdxmknbyriyipsqryh3l",
+ "fetcher": "github",
+ "repo": "jtkDvlp/web-mode-edit-element",
+ "unstable": {
+ "version": [
+ 20190531,
+ 852
+ ],
+ "deps": [
+ "web-mode"
+ ],
+ "commit": "ad5d7e4dc2420bdd00ce65d9adffbd38a5904afa",
+ "sha256": "143xh6xc7qd88hjjmcs9fd2zlgxl0hhgx5fplhbi9zxd2ihhz0dg"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3
+ ],
+ "deps": [
+ "web-mode"
+ ],
+ "commit": "ad5d7e4dc2420bdd00ce65d9adffbd38a5904afa",
+ "sha256": "143xh6xc7qd88hjjmcs9fd2zlgxl0hhgx5fplhbi9zxd2ihhz0dg"
+ }
+ },
+ {
+ "ename": "web-narrow-mode",
+ "commit": "a910da9e0566344d4b195423b5f270cb2bdcc1e5",
+ "sha256": "09k3xp4l235wrffl7a4026wpikxhp10fh3182dlp4pa4wr2vzipi",
+ "fetcher": "github",
+ "repo": "Qquanwei/web-narrow-mode",
+ "unstable": {
+ "version": [
+ 20170407,
+ 210
+ ],
+ "deps": [
+ "web-mode"
+ ],
+ "commit": "73bdcb7d0701abe65dab4fc295d944885e05ae33",
+ "sha256": "1wg54vyfbacmyh8lyd5fgh88lfby17v24l98jjgxscaqgms86bch"
+ }
+ },
+ {
+ "ename": "web-search",
+ "commit": "503ef2042cc14dbe53e7121b8d0b5ccbdf6c882b",
+ "sha256": "08iflbp6rmsxsy2lahsdjj9ki70ixqhsas0vxzawz5pi5vk2x9gj",
+ "fetcher": "github",
+ "repo": "xuchunyang/web-search.el",
+ "unstable": {
+ "version": [
+ 20190620,
+ 602
+ ],
+ "commit": "a22cbdc663a1895d5a5b69de91e1e3b9eb64b92f",
+ "sha256": "0nbfgv99c0kmc9imnbqjhamxfdjaj00lhdxjxmrwkvzaiplsa5ra"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "commit": "a22cbdc663a1895d5a5b69de91e1e3b9eb64b92f",
+ "sha256": "0nbfgv99c0kmc9imnbqjhamxfdjaj00lhdxjxmrwkvzaiplsa5ra"
+ }
+ },
+ {
+ "ename": "web-server",
+ "commit": "70e724b4e6c76d0299d5ea8d2211f48c1c611afe",
+ "sha256": "1f0iyvwq1kq3zfxx2v596cmah7jfk2a04g2rjllbgxxnzwms29z3",
+ "fetcher": "github",
+ "repo": "eschulte/emacs-web-server",
+ "unstable": {
+ "version": [
+ 20190310,
+ 213
+ ],
+ "commit": "cafa5b7582c57252a0884b2c33da9b18fb678713",
+ "sha256": "1c0lfqmbs5hvz3fh3c8wgp6ipwmxrwx9xj264bjpj3phixd5419y"
+ }
+ },
+ {
+ "ename": "webkit-color-picker",
+ "commit": "af9d2e39385c6833eff6b7c7e5a039238563c00f",
+ "sha256": "1i9244zghabyavxhz86d22fn40qspzdn2sjql8pl3mm8ks7a49a3",
+ "fetcher": "github",
+ "repo": "osener/emacs-webkit-color-picker",
+ "unstable": {
+ "version": [
+ 20180325,
+ 736
+ ],
+ "deps": [
+ "posframe"
+ ],
+ "commit": "765cac80144cad4bc0bf59025ea0199f0486f737",
+ "sha256": "0a6nirdn1l7cymjycbns38ja9an1z4l5lwjk5h428aly3pmkvdqj"
+ }
+ },
+ {
+ "ename": "weblogger",
+ "commit": "e8ccb10a5d1f4db3b20f96dee3c14ee64f4674e2",
+ "sha256": "0k0l715lnqb0a4hlkfjkyhr8i1jaml8z2xzhal7ryhjgvf8xinvs",
+ "fetcher": "github",
+ "repo": "hexmode/weblogger-el",
+ "unstable": {
+ "version": [
+ 20110926,
+ 1618
+ ],
+ "deps": [
+ "xml-rpc"
+ ],
+ "commit": "b3dd4aead9d3a87e6d85e7fef4f4f3bd40d87b53",
+ "sha256": "03dkabszk6ya3vaps1ap16psk5bbar8zd5ipn1lmyzsbd3hwm8mj"
+ }
+ },
+ {
+ "ename": "webpaste",
+ "commit": "13847d91c1780783e516943adee8a3530c757e17",
+ "sha256": "1pqqapslb5wxfrf1ykrj5jxcl43pix17lawgdqrqkv5fyxbhmfpm",
+ "fetcher": "github",
+ "repo": "etu/webpaste.el",
+ "unstable": {
+ "version": [
+ 20190310,
+ 1048
+ ],
+ "deps": [
+ "cl-lib",
+ "request"
+ ],
+ "commit": "bd38635d926a45a3cbe453fd9b41c8624a6d2309",
+ "sha256": "1z4l2j66mfnx1l1svx45sxkxjlyzdyw10ybsfsjhwdsi6ll42nar"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "request"
+ ],
+ "commit": "7345c5f62d5cff4d84379eaf5dc8b2bb8bc4f99c",
+ "sha256": "00dfp2dyj9cvcvvpsh4g61b37477c8ahfj3xig2x2kgfz15lk89n"
+ }
+ },
+ {
+ "ename": "websocket",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "1v8jlpahp30lihz7mdznwl6pyrbsdbqznli2wb5gfblnlxil04lg",
+ "fetcher": "github",
+ "repo": "ahyatt/emacs-websocket",
+ "unstable": {
+ "version": [
+ 20190621,
+ 54
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d91a9aef5a3ec5af985e5185c3b237fdd24605e0",
+ "sha256": "0b7kblpsh0m6azqbbvx0fzvwmyamxb25rqk5d1kyy5pizm5kg139"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 10
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0d96ba2ff5a25c6cd6c66f417cc9b5f38a4308ba",
+ "sha256": "1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"
+ }
+ },
+ {
+ "ename": "wedge-ws",
+ "commit": "42fb11fe717b5fe73f4a6fa4e199ef4c58a85eb2",
+ "sha256": "07i2dr807np4fwq3ryxlw11vbc1sik1iv7x5740q258jyc9zfgll",
+ "fetcher": "github",
+ "repo": "aes/wedge-ws",
+ "unstable": {
+ "version": [
+ 20140714,
+ 2149
+ ],
+ "commit": "4669115f02d9c6fee067cc5369bb38c0f9db88b2",
+ "sha256": "19hgb5knqqc4rb8yl8s604xql8ar6m9r4d379cfakn15jvwqnl98"
+ }
+ },
+ {
+ "ename": "weechat",
+ "commit": "e38255a31a4ca31541c97a506a55f82e2670abe6",
+ "sha256": "0sxrms5024bi4irv8x8s8j1zcyd62cpqm0zv4dgpm65wnpc7xc46",
+ "fetcher": "github",
+ "repo": "the-kenny/weechat.el",
+ "unstable": {
+ "version": [
+ 20190520,
+ 1551
+ ],
+ "deps": [
+ "cl-lib",
+ "s",
+ "tracking"
+ ],
+ "commit": "d9a13306ea8be27367f92e9202d116a88fa1f441",
+ "sha256": "1z9lav09jsmhshlk0xnbp21y9apzhd9zv08h88sdg942v0fn2fid"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "s",
+ "tracking"
+ ],
+ "commit": "8cbda2738149b070c09288df550781b6c604beb2",
+ "sha256": "1i930jaxpva9s6y3fj3nny46b70g4mqdjl54mcv2rzj95bp4f908"
+ }
+ },
+ {
+ "ename": "weechat-alert",
+ "commit": "7a69ad48eabb166f66e6eb5c5cdc75aefc8b989f",
+ "sha256": "026hkddvd4a6wy7s8s0lklw8b99fpjawdgi7amvpcrn79ylwbf22",
+ "fetcher": "github",
+ "repo": "Kungi/weechat-alert",
+ "unstable": {
+ "version": [
+ 20160416,
+ 1248
+ ],
+ "deps": [
+ "alert",
+ "cl-lib",
+ "weechat"
+ ],
+ "commit": "a8fd557c8f335322f132c1c6c08b6741d6394e2e",
+ "sha256": "1hkhim2jfdywx6ks4qfcizycp5qsx4ms6929kbgmzzb8i7j380x6"
+ }
+ },
+ {
+ "ename": "weibo",
+ "commit": "21f4c1b34f86331ecbcdbdc39858a191232902f2",
+ "sha256": "1ndgfqqb0gvy8p2fisi57s9bsa2nrnv80smg78m89i4cwagbz6yd",
+ "fetcher": "github",
+ "repo": "austin-----/weibo.emacs",
+ "unstable": {
+ "version": [
+ 20150307,
+ 2242
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a8abb50b7602fe15fe2bc6400ac29780e956b390",
+ "sha256": "0hc5iyjpcik996ns84akrl28scndmn0gd1zfdf1nnqq6n2m5zvgh"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "a8af467e5660a35342029c2796de99cd551454b2",
+ "sha256": "14vmgfz45wmpjfhfx3pfjn3bak8qvj1zk1w4xc5w1cfl6vnij6hv"
+ }
+ },
+ {
+ "ename": "wgrep",
+ "commit": "9648e3df896fcd97b3757a727108bc78261973cc",
+ "sha256": "09xs420lvbsmz5z28rf6f1iwa0ixkk0w24qbj6zhl9hidh4mv9y4",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-wgrep",
+ "unstable": {
+ "version": [
+ 20181229,
+ 40
+ ],
+ "commit": "379afd89ebd76f63842c8589127d66096a8bb595",
+ "sha256": "0v1qx8z1xj9qzirlycbihnkpwcklyi3a0j8lil78pmdpixdbgh47"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 0
+ ],
+ "commit": "36c5e8d0e03bc16b19d30a603730065f74b5b767",
+ "sha256": "0pgyf9vfcahb495q01hi1mvkmv846w4rj6zyf52is8x7sjj7x44s"
+ }
+ },
+ {
+ "ename": "wgrep-ack",
+ "commit": "9648e3df896fcd97b3757a727108bc78261973cc",
+ "sha256": "03l1a681cwnn06m77xg0a547892gy8mh415v9rg3h6lkxwcld8wh",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-wgrep",
+ "unstable": {
+ "version": [
+ 20141012,
+ 1011
+ ],
+ "deps": [
+ "wgrep"
+ ],
+ "commit": "379afd89ebd76f63842c8589127d66096a8bb595",
+ "sha256": "0v1qx8z1xj9qzirlycbihnkpwcklyi3a0j8lil78pmdpixdbgh47"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 0
+ ],
+ "deps": [
+ "wgrep"
+ ],
+ "commit": "36c5e8d0e03bc16b19d30a603730065f74b5b767",
+ "sha256": "0pgyf9vfcahb495q01hi1mvkmv846w4rj6zyf52is8x7sjj7x44s"
+ }
+ },
+ {
+ "ename": "wgrep-ag",
+ "commit": "2c50b704343c4cac5e2a62a67e284ba6d8e15f8a",
+ "sha256": "1b2mj06kws29ha7g16l5d1s3p3nwyw8rprbpaiijdk9nxqcm0a8a",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-wgrep",
+ "unstable": {
+ "version": [
+ 20181229,
+ 124
+ ],
+ "deps": [
+ "wgrep"
+ ],
+ "commit": "379afd89ebd76f63842c8589127d66096a8bb595",
+ "sha256": "0v1qx8z1xj9qzirlycbihnkpwcklyi3a0j8lil78pmdpixdbgh47"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 0
+ ],
+ "deps": [
+ "wgrep"
+ ],
+ "commit": "36c5e8d0e03bc16b19d30a603730065f74b5b767",
+ "sha256": "0pgyf9vfcahb495q01hi1mvkmv846w4rj6zyf52is8x7sjj7x44s"
+ }
+ },
+ {
+ "ename": "wgrep-helm",
+ "commit": "9648e3df896fcd97b3757a727108bc78261973cc",
+ "sha256": "1hh7isc9xifkrdfw88jw0z0xmfazrbcis6d355bcaxlnjy6fzm8b",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-wgrep",
+ "unstable": {
+ "version": [
+ 20190401,
+ 2156
+ ],
+ "deps": [
+ "wgrep"
+ ],
+ "commit": "379afd89ebd76f63842c8589127d66096a8bb595",
+ "sha256": "0v1qx8z1xj9qzirlycbihnkpwcklyi3a0j8lil78pmdpixdbgh47"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 0
+ ],
+ "deps": [
+ "wgrep"
+ ],
+ "commit": "36c5e8d0e03bc16b19d30a603730065f74b5b767",
+ "sha256": "0pgyf9vfcahb495q01hi1mvkmv846w4rj6zyf52is8x7sjj7x44s"
+ }
+ },
+ {
+ "ename": "wgrep-pt",
+ "commit": "c39faef3b9c2e1867cd48341d9878b714dbed4eb",
+ "sha256": "1gphdf85spsywj3s3ypb7dwrqh0zd70n2vrbgjqkbnfbwqjp9qbg",
+ "fetcher": "github",
+ "repo": "mhayashi1120/Emacs-wgrep",
+ "unstable": {
+ "version": [
+ 20140510,
+ 2231
+ ],
+ "deps": [
+ "wgrep"
+ ],
+ "commit": "379afd89ebd76f63842c8589127d66096a8bb595",
+ "sha256": "0v1qx8z1xj9qzirlycbihnkpwcklyi3a0j8lil78pmdpixdbgh47"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 3,
+ 0
+ ],
+ "deps": [
+ "wgrep"
+ ],
+ "commit": "36c5e8d0e03bc16b19d30a603730065f74b5b767",
+ "sha256": "0pgyf9vfcahb495q01hi1mvkmv846w4rj6zyf52is8x7sjj7x44s"
+ }
+ },
+ {
+ "ename": "what-the-commit",
+ "commit": "6d22725c2fce506c659bd33aabca182be0048905",
+ "sha256": "0nnyb6hq6r21wf1x3q41ab48b3dmcz5lyli771a59dk1gs8qpgak",
+ "fetcher": "github",
+ "repo": "danielbarbarito/what-the-commit.el",
+ "unstable": {
+ "version": [
+ 20150901,
+ 1316
+ ],
+ "commit": "868c80a1b8614bcbd2225cd0290142c72f2a7956",
+ "sha256": "04w62davpqqqvympkr52bg54c2i45p09q9bs70p9ff5jvc6i3g76"
+ }
+ },
+ {
+ "ename": "which-key",
+ "commit": "315865a3df97c0694f648633d44b8b34df1ac76d",
+ "sha256": "0vqbhfzcv9m58w41zdhpiymhgl38n15c6d7ffd99narxlkckcj59",
+ "fetcher": "github",
+ "repo": "justbur/emacs-which-key",
+ "unstable": {
+ "version": [
+ 20190802,
+ 240
+ ],
+ "commit": "42a25055163141165aa0269dbca69735e704825c",
+ "sha256": "0d27ka6pgkzv6bj31q4c5ksm30dspl9zy42ynnh4y2xb5wzp5ml2"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 3,
+ 1
+ ],
+ "commit": "2f5661646b771f6c5a00a8a9aaa3f183abd5f84d",
+ "sha256": "1dh6kr00wmql46whjkvnl953zngiv5j99ypvr1b3cb2174623afb"
+ }
+ },
+ {
+ "ename": "which-key-posframe",
+ "commit": "56ab10dc99ea4f5b207f9874124aff414d859a17",
+ "sha256": "1vpdni3ascz2zw6k1xrnw2vqnq8p30mc7d8v81qdbjb58q27l8ll",
+ "fetcher": "github",
+ "repo": "yanghaoxie/which-key-posframe",
+ "unstable": {
+ "version": [
+ 20190427,
+ 1103
+ ],
+ "deps": [
+ "posframe",
+ "which-key"
+ ],
+ "commit": "e7f28608c7fc9507e407c6b840dff09062df533a",
+ "sha256": "0954llm57gfy3lvq8s32mqdswbv20na0v28gi61kw7023f1wg7ri"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "posframe",
+ "which-key"
+ ],
+ "commit": "75e73e187da78d823a5dc01c21e09e808e4fb938",
+ "sha256": "1ay6qnil7xmml95yiax191fs85mpjkpr0r9314zlf0mf7ip9hvpy"
+ }
+ },
+ {
+ "ename": "whitaker",
+ "commit": "4b5d717e2eaf35ce33b26be049a39f2f75a7de72",
+ "sha256": "17fnvb3jh6fi4wddn5qnp6i6ndidg8jf9ac69q9j032c2msr07nj",
+ "fetcher": "github",
+ "repo": "Fuco1/whitaker",
+ "unstable": {
+ "version": [
+ 20150814,
+ 1122
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "eaf26ea647b729ca705b73ea70312d5ffdf89448",
+ "sha256": "1y75cylvqgn54h8yqahz4wi1qj5yhbs66i7x23jmbmah3q0rycab"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "28172edce0f727f0f7f17d8ba71d5510d877bb45",
+ "sha256": "01fwhrfi92pcrwc4yn03pflc9wj07mhzj0a0i5amar4f9bj6m5b4"
+ }
+ },
+ {
+ "ename": "white-sand-theme",
+ "commit": "b124575c4a4f783b6726d0526b83e67b4ad65cc9",
+ "sha256": "19qsiic6yf7g60ygjmw7kg1i28nqpm3zja8cmdh33ny2bbkwxsz5",
+ "fetcher": "github",
+ "repo": "mswift42/white-sand-theme",
+ "unstable": {
+ "version": [
+ 20151117,
+ 1648
+ ],
+ "commit": "97621edd69267dd143760d94393db2c2558c9ea4",
+ "sha256": "0sh92g5vd518f80klvljqkjpw4ji909439dpc3sfaccf5jiwn9xn"
+ }
+ },
+ {
+ "ename": "white-theme",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "04l5hjhd465w9clrqc4dr8bx8hj4i9dx4nfr9hympgv101bpgy4x",
+ "fetcher": "github",
+ "repo": "anler/white-theme.el",
+ "unstable": {
+ "version": [
+ 20160917,
+ 1743
+ ],
+ "commit": "e9e6d5b9d43da6eb15e86f5fbc8b1ba83abe8c78",
+ "sha256": "1yqfq1gzkrw79myvj16nfi30ynfyz8yrpbzjcj8nhsc5rfrrmym2"
+ }
+ },
+ {
+ "ename": "whitespace-cleanup-mode",
+ "commit": "b461cfe450d7ce6bd0c14be3460cacffc1a32e6f",
+ "sha256": "1fhdjrxxyfx4xsgfjqq9p7vhj98wmqf2r00mv8k27vdaxwsnm5p3",
+ "fetcher": "github",
+ "repo": "purcell/whitespace-cleanup-mode",
+ "unstable": {
+ "version": [
+ 20190106,
+ 2022
+ ],
+ "commit": "72427144b054b0238a86e1348c45d986b8830d9d",
+ "sha256": "1zlk534jbwrsabcg3kqlzk4h4hwya60lh6q2n1v4yn4rpf5ghsag"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 10
+ ],
+ "commit": "e1e250aa6f5b1a526778c7a501cdec98ba29c0a4",
+ "sha256": "0xmwhybb8x6wwfr55ym5xg4dhy1aqx1abxy9qskn7h3zf1z4pgg2"
+ }
+ },
+ {
+ "ename": "whizzml-mode",
+ "commit": "11f26b15c326c3b8541bac510579b32493916042",
+ "sha256": "0gas9xfpz5v9fbhjxhd4msihwz9w4a05l5icsaclxvh06f92wcyk",
+ "fetcher": "github",
+ "repo": "whizzml/whizzml-mode",
+ "unstable": {
+ "version": [
+ 20190802,
+ 1637
+ ],
+ "commit": "fe8dd75941aac0749b97c9e4fd3709f828d784cd",
+ "sha256": "091gyi2qxx96hcq3r6rxkc9jdwmb5kbcsyp4cb6sm0rhiczvif79"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 34,
+ 0
+ ],
+ "commit": "fe8dd75941aac0749b97c9e4fd3709f828d784cd",
+ "sha256": "091gyi2qxx96hcq3r6rxkc9jdwmb5kbcsyp4cb6sm0rhiczvif79"
+ }
+ },
+ {
+ "ename": "whois",
+ "commit": "719895d3db6daae5df00d4823a62fcc0f7bf2d9d",
+ "sha256": "061jbk97ma21id0vpkvxdslfvs2x0wqw8c32mwhdcqjqjc74k9km",
+ "fetcher": "github",
+ "repo": "lassik/emacs-whois",
+ "unstable": {
+ "version": [
+ 20190529,
+ 1554
+ ],
+ "commit": "b4cdab4d25225c6e834727a7d85cdb0d493da152",
+ "sha256": "058wym1iwgz5n5yd508xdc05ncdyqbs53a5c9mq0s6gs06h5xfyw"
+ }
+ },
+ {
+ "ename": "whole-line-or-region",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0zz9i1jxayw2p6ggfxjvhb1mc3ly9iy4jvk23ycndz9lnnzkch0y",
+ "fetcher": "github",
+ "repo": "purcell/whole-line-or-region",
+ "unstable": {
+ "version": [
+ 20190411,
+ 215
+ ],
+ "commit": "15f17488f98868f1628a3f9d91a812b1f89bc73a",
+ "sha256": "18qzmpw41bqw2ymynya3hgn9skj13r5s6d2b14r78hvmv4bc9h9r"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3,
+ 1
+ ],
+ "commit": "a60e022b30c2f4d3118bcaef1adb77b90e0ca941",
+ "sha256": "0ip0vkqb4dm88xqzgwc9yaxzf4sc4x006m6z73a3lbfmrncy2c1d"
+ }
+ },
+ {
+ "ename": "wide-column",
+ "commit": "8d29def44ae42dc4b60c1d254a57572bd09faf51",
+ "sha256": "1kyyvq9fgaypvhiy9vbvr99xsac5vhylkbjsxn5fhylyc5n867sb",
+ "fetcher": "github",
+ "repo": "phillord/wide-column",
+ "unstable": {
+ "version": [
+ 20170925,
+ 1613
+ ],
+ "commit": "ce9ef4675485a7bea381077866368ef875226b10",
+ "sha256": "0qh8hy4jl59bfg4323a8h4q4a78gn4hsglfk2h23hqssbv4mhsp2"
+ }
+ },
+ {
+ "ename": "widget-mvc",
+ "commit": "76d3c38e205076a22628f490d8e8ddd80d091eab",
+ "sha256": "0njzvdlxb7z480r6dvmksgivhz7rvnil517aj86qx0jbc5mr3l2f",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-widget-mvc",
+ "unstable": {
+ "version": [
+ 20150102,
+ 406
+ ],
+ "commit": "ff5a85880df7b87f9f480fe3c28438a0712b7b87",
+ "sha256": "1s0srhklmkmj3lfs8vr1dqi3s48z7fwx9mxqxckk5njld317hqg7"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 2
+ ],
+ "commit": "2576e6f0c35d8dedfa9c2cd6ea4fb4c14cb72b63",
+ "sha256": "0fqv63m8z5m5ghh4j8ccdnmgcdkvi4jqpg9z7lp17g4p9pq3xfjf"
+ }
+ },
+ {
+ "ename": "widgetjs",
+ "commit": "78d7a15152f45a193384741fa00d0649c4bba91e",
+ "sha256": "0y5h1ag2m7w47l4nx4d18yz3fvd411rm1h5w7zz4xh67bnx4zyy1",
+ "fetcher": "github",
+ "repo": "foretagsplatsen/emacs-js",
+ "unstable": {
+ "version": [
+ 20160719,
+ 1504
+ ],
+ "deps": [
+ "js2-mode",
+ "js2-refactor",
+ "makey",
+ "s"
+ ],
+ "commit": "0379c80a0c2df77cd18e95741caf6fc8acd90a41",
+ "sha256": "1lkmr9024x8nv9chl21qp9dnl64qlp0lrfy592pzidpr3997xkjf"
+ }
+ },
+ {
+ "ename": "wiki-nav",
+ "commit": "baa49e7d2d5c07ebf77e7941c240b88fcfd0fc8b",
+ "sha256": "19mabz0y3fcqsm68ijwwbbqylxgp71anc0a31zgc1blha9jivvwy",
+ "fetcher": "github",
+ "repo": "rolandwalker/button-lock",
+ "unstable": {
+ "version": [
+ 20150223,
+ 1354
+ ],
+ "deps": [
+ "button-lock",
+ "nav-flash"
+ ],
+ "commit": "f9082feb329432fcf2ac49a95e64bed9fda24d58",
+ "sha256": "06qjvybf65ffrcnhhbqs333lg51fawaxnva3jvdg7zbrsv4m9acl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 2
+ ],
+ "deps": [
+ "button-lock",
+ "nav-flash"
+ ],
+ "commit": "cd0bf4a3c2f224d851e6ed8a54a6e80c129b225f",
+ "sha256": "1kqcc1d56jz107bswlzvdng6ny6qwp93yck2i2j921msn62qvbb2"
+ }
+ },
+ {
+ "ename": "wiki-summary",
+ "commit": "31877f182ab82fd5bb73ec4ddd8526a032d9edf9",
+ "sha256": "1hiyi3w6rvins8hfxd96bgpihxarmv192q96sadqcwshcqi14zmw",
+ "fetcher": "github",
+ "repo": "jozefg/wiki-summary.el",
+ "unstable": {
+ "version": [
+ 20181010,
+ 1824
+ ],
+ "commit": "fa41ab6e50b3b80e54148af9d4bac18fd0405000",
+ "sha256": "0qcnqwiylkkb7132bzra49k7jg8kq13jif8096vpg4xzpcq5lpj2"
+ }
+ },
+ {
+ "ename": "wilt",
+ "commit": "eea4f2ca8b4f9ea93cc02151fdda6cfee5b68b70",
+ "sha256": "0nw6zr06zq60j72qfjmbqrxyz022fnisb0bsh6xmlnd1k1kqlrz6",
+ "fetcher": "github",
+ "repo": "sixty-north/emacs-wilt",
+ "unstable": {
+ "version": [
+ 20180220,
+ 854
+ ],
+ "deps": [
+ "dash",
+ "s"
+ ],
+ "commit": "04dbe37fa35d0b24c791421785d2c97a8cbfe2cc",
+ "sha256": "197kqp22pyy1in2rq063mahvrf00vrfvgnfkqp0zy7hpkhiiqvim"
+ }
+ },
+ {
+ "ename": "win-switch",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "1s6inp5kf763rngn58r02fd7n7z3dd55j6hb7s9dgvc856d5z3my",
+ "fetcher": "github",
+ "repo": "genovese/win-switch",
+ "unstable": {
+ "version": [
+ 20161009,
+ 1627
+ ],
+ "commit": "954eb5e4c5737f0c06368c42a7f1c3dd374d782f",
+ "sha256": "1xpx4sc1g1w8w0yc39k2dys83m8skrpvi745bfrzdl47jngrf54h"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 4
+ ],
+ "commit": "954eb5e4c5737f0c06368c42a7f1c3dd374d782f",
+ "sha256": "1xpx4sc1g1w8w0yc39k2dys83m8skrpvi745bfrzdl47jngrf54h"
+ }
+ },
+ {
+ "ename": "windata",
+ "commit": "84f836338818946a6bb31d35d6ae959571128ed5",
+ "sha256": "1mah2vy46pxwjd6c6ac14d2qfcixs2yrgwmzmisnfgsvprdlxryb",
+ "fetcher": "github",
+ "repo": "emacsorphanage/windata",
+ "unstable": {
+ "version": [
+ 20090830,
+ 1040
+ ],
+ "commit": "a723fc446ceaec23d5f29ecc8245d94c99d91625",
+ "sha256": "0y8yw5hazsir5kjskrh4mr63mmz87dc7yy5ddmlwpmn03wanqpha"
+ }
+ },
+ {
+ "ename": "window-end-visible",
+ "commit": "c9db386ab3910940addae6e925b2ac17e64e0f87",
+ "sha256": "1p78n7yysj18404cdc6vahfrzwn5pixyfnja8ch48rj4fm4jbxwq",
+ "fetcher": "github",
+ "repo": "rolandwalker/window-end-visible",
+ "unstable": {
+ "version": [
+ 20140508,
+ 2041
+ ],
+ "commit": "525500fb2ebc08f3f9ea493972e5f2e1d79f89ef",
+ "sha256": "0g69r64gyz4p3k6n8l0i1837mszycbrp23acnp0iy0y3mg67x3pn"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "commit": "bdc3d182e5f76e75f1b8cc49357194b36e48b67c",
+ "sha256": "049bwa5g0z1b9nrsc1vc4511aqcq9fvl16xg493wj651g6q9qigb"
+ }
+ },
+ {
+ "ename": "window-jump",
+ "commit": "d44fc32e12f00bbaa799b4054e9ff0fc0d3bfbfb",
+ "sha256": "1gmqb7j5fb3q3krgx7arrln5nvyg9vcpph6wlxj6py679wfa3lwr",
+ "fetcher": "github",
+ "repo": "chumpage/chumpy-windows",
+ "unstable": {
+ "version": [
+ 20170809,
+ 2208
+ ],
+ "commit": "6bdb51e9a346907d60a9625f6180bddd06be6674",
+ "sha256": "1wkyvfqmf24c8kb162pwi6wcm88bzf0x9mxljzkx0s8bq9aliny6"
+ }
+ },
+ {
+ "ename": "window-layout",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "061mvxcj4mg2pmkln7nn6gyscs08aid4cfc6xck0x5gzr1snr639",
+ "fetcher": "github",
+ "repo": "kiwanami/emacs-window-layout",
+ "unstable": {
+ "version": [
+ 20170215,
+ 33
+ ],
+ "commit": "cd2e4f967b610c2bbef53182829e47250d027056",
+ "sha256": "0wgqi8r844lbx52fn6az8c1n8m681rp6dkfzd54wmdk1ka7zmvv6"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "commit": "cd2e4f967b610c2bbef53182829e47250d027056",
+ "sha256": "0wgqi8r844lbx52fn6az8c1n8m681rp6dkfzd54wmdk1ka7zmvv6"
+ }
+ },
+ {
+ "ename": "window-number",
+ "commit": "74523af6e22ebae2f5fe7c4da4e8af8fac5fa074",
+ "sha256": "1ivd701h6q48i263fxxi44haacaz8cjg562ry8dxd10rbhhsjsq0",
+ "fetcher": "github",
+ "repo": "nikolas/window-number",
+ "unstable": {
+ "version": [
+ 20170801,
+ 151
+ ],
+ "commit": "d41722de646ffeb3f70d26e4a86a5a1ba5c6be87",
+ "sha256": "1ifs7zp8c5m9da5dz0y4cq7pgqgdkz63v00ib07xdycnfjp4w17i"
+ }
+ },
+ {
+ "ename": "window-numbering",
+ "commit": "ce1dc80f69894736b276885e4ec3ce571a8612c9",
+ "sha256": "0x3n0ni16q69lfpyjz61spqghmhvc3cwa4aj80ihii3pk80f769x",
+ "fetcher": "github",
+ "repo": "nschum/window-numbering.el",
+ "unstable": {
+ "version": [
+ 20160809,
+ 1810
+ ],
+ "commit": "10809b3993a97c7b544240bf5d7ce9b1110a1b89",
+ "sha256": "1nlgzrjg5k7wyaka8ziqyv683vsc0f2lw5kr5xajcqlamwbzs7vi"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 2
+ ],
+ "commit": "653afce73854d629c2b9d63dad73126032d6a24c",
+ "sha256": "1rz2a1l3apavsknlfy0faaivqgpj4x9jz3hbysbg9pydpcwqgf64"
+ }
+ },
+ {
+ "ename": "window-purpose",
+ "commit": "5813120ab674f6db7d0a486433d8faa6cfec1727",
+ "sha256": "1y70jrba3gf9fyf2qdihfshbsblzb88yv9fkcswdzrpq5kmgwp84",
+ "fetcher": "github",
+ "repo": "bmag/emacs-purpose",
+ "unstable": {
+ "version": [
+ 20190628,
+ 1827
+ ],
+ "deps": [
+ "imenu-list",
+ "let-alist"
+ ],
+ "commit": "f6421966761ad911fe8861aba2b110c5dd60d1ea",
+ "sha256": "1p0y5gnrw7q65py2wjdf1hrdpiw5c2zbgvfbfmb13257jq5mga38"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 7
+ ],
+ "deps": [
+ "imenu-list",
+ "let-alist"
+ ],
+ "commit": "a302340e183d20baa4445858d321f43449298829",
+ "sha256": "1dpy8hkjn87wbdkzyabhay4jx4dgc0ab2flyf0rjq1qaazk393sc"
+ }
+ },
+ {
+ "ename": "windsize",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1fzqf86d7pimnc87xdgvpv4hnv7j6ngmk1sjvazj6726xygswkyv",
+ "fetcher": "github",
+ "repo": "grammati/windsize",
+ "unstable": {
+ "version": [
+ 20181029,
+ 2257
+ ],
+ "commit": "62c2846bbe95b0a73e996c75e4a644d05f57aaaa",
+ "sha256": "13kfrmv3vmkfanxv9nym5v43hx5p7xkgqmx65zcxh4gcbaham1mi"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "014b0836f9ffe45fa7e0ccc84576fbef74815a59",
+ "sha256": "1f4v0xd341qs4kfnjqhgf8j26valvg6pz4rwcz0zj0s23niy2yil"
+ }
+ },
+ {
+ "ename": "windwow",
+ "commit": "12aba18872021ce0affa96c46a17353c7d073ca2",
+ "sha256": "0cbkp98pwzj484akdbidvdz4kqxv6ix6paimpxnag6fffciq245h",
+ "fetcher": "github",
+ "repo": "vijumathew/windwow",
+ "unstable": {
+ "version": [
+ 20170816,
+ 148
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "77bad26f651744b68d31b389389147014d250f23",
+ "sha256": "0vbmmf8wm76k389g5ncs0grwlpwp3glpwvhdi5dfxaqcp2phaaad"
+ }
+ },
+ {
+ "ename": "winnow",
+ "commit": "58891c2057ec834f999e3bf82af15e0617a4d4cf",
+ "sha256": "07kwjdmvzgvg7gc53dv10jfi212m0pimzrhiga38lrqrnrw631m0",
+ "fetcher": "github",
+ "repo": "dgtized/winnow.el",
+ "unstable": {
+ "version": [
+ 20170903,
+ 1206
+ ],
+ "commit": "18cb6b94338f3b7b4f2cd0331dad22f82dd9e0d3",
+ "sha256": "1wp00zxxcibvl6vjwmvhkgcbi76dyb2g8c30wy4kp7876cpc8hgv"
+ }
+ },
+ {
+ "ename": "winpoint",
+ "commit": "665e24e490618c7caeae4a9d17d1f614dc0a2617",
+ "sha256": "10ji7xd9ipmy6c2qxljqdxgqf5sb8h7lwz43mr6ixbn7v1b7pp6w",
+ "fetcher": "github",
+ "repo": "jorgenschaefer/winpoint",
+ "unstable": {
+ "version": [
+ 20131023,
+ 1713
+ ],
+ "commit": "e6050093c076308184566fa1d1012423d6934773",
+ "sha256": "1qrbvidnmgg7jyasb28bc0z1x4a4ayzq5jmv38dsx0qs080s85wy"
+ }
+ },
+ {
+ "ename": "winring",
+ "commit": "2476a28c33502f908b7161c5a9c63c86b8d7b57d",
+ "sha256": "1mgr5z4h7mf677xx8md3pqd31k17qs62z9iamfih206fcwgh24k4",
+ "fetcher": "gitlab",
+ "repo": "warsaw/winring",
+ "unstable": {
+ "version": [
+ 20180530,
+ 18
+ ],
+ "commit": "f2d072bd446b73e93b127523f19ea82b99b9267f",
+ "sha256": "1j0g52panhx91hqw5glnlv5vnnpnjyx49xc8xif8mjf0m27723fv"
+ },
+ "stable": {
+ "version": [
+ 5,
+ 1
+ ],
+ "commit": "f2d072bd446b73e93b127523f19ea82b99b9267f",
+ "sha256": "1j0g52panhx91hqw5glnlv5vnnpnjyx49xc8xif8mjf0m27723fv"
+ }
+ },
+ {
+ "ename": "winum",
+ "commit": "c1caa7a54a910a44322fdee300e8cce6ddcde071",
+ "sha256": "0yyvjmvqif6glh9ri6049nxcmgib9mxdhy6816kjhsaqr570f9pw",
+ "fetcher": "github",
+ "repo": "deb0ch/emacs-winum",
+ "unstable": {
+ "version": [
+ 20181119,
+ 1705
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "247df36c03d70b453e9b912d6e1b7065644f639d",
+ "sha256": "0xbbf35cpbp5mayq5497g6m7l264vlf5p612mpz81yd55xs9pi7k"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib",
+ "dash"
+ ],
+ "commit": "efcb14fd306afbc738666e6b2e5a8a1bb5904392",
+ "sha256": "0v1qmw3svydk7dlqbcymy1g1bygkfpb2h4b97zdp12xvd8mww9ny"
+ }
+ },
+ {
+ "ename": "wisp-mode",
+ "commit": "5b7972602399f9df9139cff177e38653bb0f43ed",
+ "sha256": "10zkp1qbvl8dmxij7zz4p1fixs3891xr1nr57vyb3llar9fgzglc",
+ "fetcher": "bitbucket",
+ "repo": "ArneBab/wisp",
+ "unstable": {
+ "version": [
+ 20190718,
+ 1218
+ ],
+ "commit": "5e860c746ee02c764bf378aeb8f436a1a341bd5c",
+ "sha256": "12qcq5k7xdlqwnq01qdkjf1035idrdmjxb24ya1xsxdkd3jra9dw"
+ }
+ },
+ {
+ "ename": "wispjs-mode",
+ "commit": "a628330ee8deeab2bd5c2d4b61b33f119c4549d8",
+ "sha256": "0qzm0dcvjndasnbqpkdc56f1qv66gxv8dfgfcwq5l1bp5wyx813p",
+ "fetcher": "github",
+ "repo": "krisajenkins/wispjs-mode",
+ "unstable": {
+ "version": [
+ 20170720,
+ 1919
+ ],
+ "deps": [
+ "clojure-mode"
+ ],
+ "commit": "60f9f5fd9d1556e2d008939f67eb1b1d0f325fa8",
+ "sha256": "1hhd8ixb2wr06vrd1kw0cd5jh08zm86h2clbvzv9wmqpawwxfm5f"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "deps": [
+ "clojure-mode"
+ ],
+ "commit": "be094c3c3223c07b26b5d8bb8fa7aa6866369b3f",
+ "sha256": "188h1sy4mxzrkwi3zgiw108c5f71rkj5agdkf9yy9v8c1bkawm4x"
+ }
+ },
+ {
+ "ename": "with-editor",
+ "commit": "8c52c840dc35f3fd17ec660e113ddbb53aa99076",
+ "sha256": "1wsl1vwvywlc32r5pcc9jqd0pbzq1sn4fppxk3vwl0s5h40v8rnb",
+ "fetcher": "github",
+ "repo": "magit/with-editor",
+ "unstable": {
+ "version": [
+ 20190715,
+ 2007
+ ],
+ "deps": [
+ "async"
+ ],
+ "commit": "45c29f9bfb7f2df93426ce1571e2f4f41ed4e492",
+ "sha256": "0n91y0m7m382j7dfcqhcfzngb84a41x6diy6lx4l87b48srhcpzc"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 8,
+ 3
+ ],
+ "deps": [
+ "async"
+ ],
+ "commit": "66bec91c859f305445b766394eb25248c1172426",
+ "sha256": "1z2h9casyw1b93ikq2mf9xixyvbl90zddf0s66lqfiyj2y376pq3"
+ }
+ },
+ {
+ "ename": "with-emacs",
+ "commit": "0a32fe5253ae3ac5571444b06320b20d3deff5e4",
+ "sha256": "0k453yyn4jajxhflpmy77f3sd5dc7vc55v5isyvkf1kxsbxvc7pf",
+ "fetcher": "github",
+ "repo": "twlz0ne/with-emacs.el",
+ "unstable": {
+ "version": [
+ 20190623,
+ 302
+ ],
+ "commit": "0766fb87668bb92ef95a9ecab5180c2933ac0743",
+ "sha256": "0nzb4fswxfqzscsg0gbhfrfy9z0y9fn7cl78zh6wdmmnfsdbl314"
+ }
+ },
+ {
+ "ename": "with-namespace",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "1199k1xvvv7ald6ywrh2sfpw2v42ckpcsw6mcj617bg3b5m7770i",
+ "fetcher": "github",
+ "repo": "Wilfred/with-namespace.el",
+ "unstable": {
+ "version": [
+ 20130407,
+ 1822
+ ],
+ "deps": [
+ "dash",
+ "loop"
+ ],
+ "commit": "8ac52da3a09cf46087720e30cf730d00f140cde6",
+ "sha256": "1c7g8f3jr7bb0xxprammfg433gd63in5iiiaq8rjmc94h6hdcys3"
+ }
+ },
+ {
+ "ename": "with-simulated-input",
+ "commit": "e4ddf16e19f5018106a423327ddc7e7499cf9248",
+ "sha256": "0113la76nbp18vaffsd7w7wcw5k2sqwgnjq1gslf4khdfqghrkwk",
+ "fetcher": "github",
+ "repo": "DarwinAwardWinner/with-simulated-input",
+ "unstable": {
+ "version": [
+ 20170821,
+ 617
+ ],
+ "deps": [
+ "s",
+ "seq"
+ ],
+ "commit": "af9a38ce28a741e6d8742750bef5d7b5afa13796",
+ "sha256": "0iann7zi9bgd3vmvxvg2n6x24hkyzbchbli1ymsmfrn8rif9byf7"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 2
+ ],
+ "deps": [
+ "s",
+ "seq"
+ ],
+ "commit": "9efeb236c8f6887a8591d6241962c37266d8e726",
+ "sha256": "1v8c85ahsk9pz3zndh0c9xba4c78f4b1j97hbv62jirvr75b079g"
+ }
+ },
+ {
+ "ename": "with-venv",
+ "commit": "555a2e49f18fbae59913459466babf8d55bd2151",
+ "sha256": "090jird410wn2w9pwr2d9pjw5xghcdxc4l578zay2akygg3c6blm",
+ "fetcher": "github",
+ "repo": "10sr/with-venv-el",
+ "unstable": {
+ "version": [
+ 20190516,
+ 606
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "283b35e33f012657ef23e154b6bdf362377d82e6",
+ "sha256": "1s0vnsvhlcx1z5sbiyhk4iizakx4cbvjxwygdamrl8s0bnigqhfd"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d12341b93420f4acd7a277ed0cd4a54767bc5bd6",
+ "sha256": "0knv2ybf4sbn31zyg9ms44mxvmvg7b51krq320g8fpcpa1bq28s6"
+ }
+ },
+ {
+ "ename": "wn-mode",
+ "commit": "6213c01e6954985daff8cd1a5a3ef004431f0477",
+ "sha256": "1qy1pkfdnm4pska4cnff9cx2c812ilymajhpmsfc9jdbvhzwrwg3",
+ "fetcher": "github",
+ "repo": "luismbo/wn-mode",
+ "unstable": {
+ "version": [
+ 20151110,
+ 552
+ ],
+ "commit": "f05c3151523e529af5a0a3fa8c948b61fb369f6e",
+ "sha256": "12rfpkyjkhikjh0mihhp5h5pzbm4br68nwf8k1ja9djl77vfzv36"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 4
+ ],
+ "commit": "6e7029b0d5773a79914a289937be068784931cad",
+ "sha256": "0nmzh6dynbm8vglp4pqz81s2z68jbnasvamvi1x1iawf8g9zfyix"
+ }
+ },
+ {
+ "ename": "wolfram",
+ "commit": "785b5b1ec73e6376f2f2bb405707a1078398fa3a",
+ "sha256": "02xp1916v9rydh0586jkx71v256qdg63f87s3m0agc2znnrni9h4",
+ "fetcher": "github",
+ "repo": "hsjunnesson/wolfram.el",
+ "unstable": {
+ "version": [
+ 20190805,
+ 1007
+ ],
+ "commit": "a172712d5045834f5434cca2843a7c3506805db8",
+ "sha256": "10z04y8p72rqs2b2bgf1xfq99iidgbwg3ipxwkhwcaq32027h36z"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "commit": "a172712d5045834f5434cca2843a7c3506805db8",
+ "sha256": "10z04y8p72rqs2b2bgf1xfq99iidgbwg3ipxwkhwcaq32027h36z"
+ }
+ },
+ {
+ "ename": "wolfram-mode",
+ "commit": "40ded2302e413e233d867caa4776c54a778b8b99",
+ "sha256": "0rc39vvpyhpn0m52i4hs23j6avqfddmrkhjqg339apfq7z35fpli",
+ "fetcher": "github",
+ "repo": "kawabata/wolfram-mode",
+ "unstable": {
+ "version": [
+ 20180307,
+ 13
+ ],
+ "commit": "be680190cac6ccf579dbce107deaae495928d1b3",
+ "sha256": "1cvdw28gvhbr9l65xkv8ld12rb0pcf53jd55gns2b0abz1lg1jc4"
+ }
+ },
+ {
+ "ename": "wonderland",
+ "commit": "ed02d5e4cba10023ebc7c26f90ba8d1e8ee32a08",
+ "sha256": "1b4p49mbzqffm2b2y8sbbi56vnkxap2jscsmla9l6l8brybqjppi",
+ "fetcher": "github",
+ "repo": "kurisuwhyte/emacs-wonderland",
+ "unstable": {
+ "version": [
+ 20130913,
+ 119
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "multi"
+ ],
+ "commit": "89d274ad694b0e748efdac23ccd60b7d8b73d7c6",
+ "sha256": "0hacc8ha5w44cgwkipa3nwh1q5gdrcxhjkmw2gnvb1l01crgnack"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 1
+ ],
+ "deps": [
+ "dash",
+ "dash-functional",
+ "multi"
+ ],
+ "commit": "28cf6b37000c395ece9519db53147fb826a42bc4",
+ "sha256": "018r35dz8z03wcrx9s28pjisayy21549i232mp6wy9mxkrkxbzpc"
+ }
+ },
+ {
+ "ename": "wordgen",
+ "commit": "5cfdc64a9aa79575dad8057c4cd747d2cdd460aa",
+ "sha256": "0vlrplm3pmpwwa8p8j6lck97b875gzzm7vxxc8l9l18vs237cz1m",
+ "fetcher": "github",
+ "repo": "Fanael/wordgen.el",
+ "unstable": {
+ "version": [
+ 20170803,
+ 1820
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "aacad928ae99a953e034a831dfd0ebdf7d52ac1d",
+ "sha256": "06vbc9ycz1nbjwjkg99y3lj6jwb6lnwnmkqf09yr00jjrrfhfash"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 4
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "aacad928ae99a953e034a831dfd0ebdf7d52ac1d",
+ "sha256": "06vbc9ycz1nbjwjkg99y3lj6jwb6lnwnmkqf09yr00jjrrfhfash"
+ }
+ },
+ {
+ "ename": "wordnut",
+ "commit": "321c5e171eb4da85980968ac3c8ef4300101c0b1",
+ "sha256": "1gqmjb2f9izra0x9ds1jyk7h204qsll6viwkvdnmxczyyc0wx44n",
+ "fetcher": "github",
+ "repo": "gromnitsky/wordnut",
+ "unstable": {
+ "version": [
+ 20180313,
+ 443
+ ],
+ "commit": "feac531404041855312c1a046bde7ea18c674915",
+ "sha256": "1jl0b6g64a9w0q7bfvwha67vgws5xd15b7mkfyb5gkz3pymqhfxn"
+ }
+ },
+ {
+ "ename": "wordsmith-mode",
+ "commit": "3b5fda506e5b388cd6824d433b89032ed46858dc",
+ "sha256": "0s6b6dfqn31jdcgs2mlmvwgpr5a4zs4xi8m002ly11c6sn035xb1",
+ "fetcher": "github",
+ "repo": "istib/wordsmith-mode",
+ "unstable": {
+ "version": [
+ 20171025,
+ 1430
+ ],
+ "commit": "589a97412138145bea70e0450eeddeb7f138d538",
+ "sha256": "1zm4grysjpynibldvic75awhcmmnjmlkkvslw8bvirmi58qwvwzj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "41b10f2fe3589da9812395cb417c3dcf906f0969",
+ "sha256": "0s3mjmfjiidn3spklndw0dvcwbb9x034xyphp60aad8vjaflbchs"
+ }
+ },
+ {
+ "ename": "worf",
+ "commit": "f00f8765e35c21dd1a4b5c01c239ed4d15170ab7",
+ "sha256": "1fkb2ddl684dijsb0cqgmfbg1nz4xv43rb7g5rah05rchy5sgkpi",
+ "fetcher": "github",
+ "repo": "abo-abo/worf",
+ "unstable": {
+ "version": [
+ 20190519,
+ 1648
+ ],
+ "deps": [
+ "ace-link",
+ "hydra",
+ "swiper",
+ "zoutline"
+ ],
+ "commit": "00d191b347397bd7ad1f5b95cfe39fa3fce9fc91",
+ "sha256": "0mp5f6hp8pqckfsi4bxcg09kcfndvsbc2nnqbgdw87bidwlzhzmy"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "ace-link",
+ "hydra",
+ "swiper"
+ ],
+ "commit": "f36755447b588b739b2bf6ab0fb5eb5f4d8db3df",
+ "sha256": "0l2n3vwk251ba06xdrs9z0bp4ligfdjd259a84ap2z3sqdfa98x4"
+ }
+ },
+ {
+ "ename": "workgroups",
+ "commit": "585d3f522920b41845294af50b1da99dff256f8d",
+ "sha256": "1v01yr3lk6l0qn80i3r8fq3di0a8bmqjyhwx19hcgiap57xl80h8",
+ "fetcher": "github",
+ "repo": "tlh/workgroups.el",
+ "unstable": {
+ "version": [
+ 20110726,
+ 1641
+ ],
+ "commit": "9572b3492ee09054dc329f64ed846c962b395e39",
+ "sha256": "0q32z54qafj8ap3ybx82i3fm1msmzwvpxgmkaglzhi8nccgzbn2n"
+ }
+ },
+ {
+ "ename": "workgroups2",
+ "commit": "4f9cfb740cce05a6805d9a047e4c1380305da4df",
+ "sha256": "0vhj6mb3iflli0l3rjlvlbxz5yk6z3ii5r71gx0m4vp4lhxncy3v",
+ "fetcher": "github",
+ "repo": "pashinin/workgroups2",
+ "unstable": {
+ "version": [
+ 20141102,
+ 1922
+ ],
+ "deps": [
+ "anaphora",
+ "cl-lib",
+ "dash",
+ "f"
+ ],
+ "commit": "bbefbb2579d463b243dcd4ecbfce82e1bdac3882",
+ "sha256": "0md6i2sawrzqza2br1g11zhhrda286abhlx0v9pgf65mafc4ilwi"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 0
+ ],
+ "deps": [
+ "anaphora",
+ "cl-lib",
+ "dash",
+ "f"
+ ],
+ "commit": "928d509157ec8a4a2e343b6115dff034c3243a7a",
+ "sha256": "0prj2b33h6rya7y9ff91r72bva1y6hg0sv9l11bn1gikmc6lc18n"
+ }
+ },
+ {
+ "ename": "world-time-mode",
+ "commit": "f1429650400baf2b1523b5556eaf6a2178d515d4",
+ "sha256": "10gdlz4l9iqw1zdlk5i3knysn36iqxdh3xabjq8kq04jkl7i36dl",
+ "fetcher": "github",
+ "repo": "nicferrier/emacs-world-time-mode",
+ "unstable": {
+ "version": [
+ 20140627,
+ 807
+ ],
+ "commit": "ce7a3b45c87eb24cfe61eee453175d64f741d7cc",
+ "sha256": "0i00xm4rynbp2v3gm6h46ajgj8h8nxnsjh6db1659b0hbpnah0ji"
+ }
+ },
+ {
+ "ename": "wotd",
+ "commit": "7a52690a9bae634825bdfb5b6b17e5faccb93e13",
+ "sha256": "145knl4n35kpqqzqkz1vd18d619nw011d93f8qp5h82xm92p3sb5",
+ "fetcher": "github",
+ "repo": "cute-jumper/emacs-word-of-the-day",
+ "unstable": {
+ "version": [
+ 20170328,
+ 1948
+ ],
+ "deps": [
+ "org"
+ ],
+ "commit": "d2937a3d91e014f8028a1f33d21c18cc0b065a64",
+ "sha256": "0nwq5ymj9kx1fx3kfc789nkd80gwzljwmk7xxzzsrdrv47gm047m"
+ }
+ },
+ {
+ "ename": "wrap-region",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "058518smxj3j3mr6ljzh7c9x5g23d24104p58sl9nhpw0cq9k28i",
+ "fetcher": "github",
+ "repo": "rejeep/wrap-region.el",
+ "unstable": {
+ "version": [
+ 20140117,
+ 720
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "fbae9b0f106187af19823f1a6260b5c68b7252e6",
+ "sha256": "1k5q925igdv5lnpbmy0c2f0j3rj7yh4l6bxbd61g9lcnyl0j3ym9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 7,
+ 3
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "5a910ad23ebb0649e644bf62ad042587341da5da",
+ "sha256": "03hjwm51sngkh7jjiwnqhflllqq6i99ib47rm2ja9ii0qyhj1qa0"
+ }
+ },
+ {
+ "ename": "writefreely",
+ "commit": "55ea1ad03ce5b5178435b8042be383065795ee71",
+ "sha256": "1lvar4kmzq3x7nmidklcryqscb5xzvkzbyn59a8ns0bml5sfrqyj",
+ "fetcher": "github",
+ "repo": "dangom/writefreely.el",
+ "unstable": {
+ "version": [
+ 20190628,
+ 1606
+ ],
+ "deps": [
+ "org",
+ "ox-gfm",
+ "request"
+ ],
+ "commit": "83a487e48e0d8342c372deb74d04c0b43474268c",
+ "sha256": "1qslhhb0zbg542xsa3rw4xh8wsz9k7nm61c62rhbasd4s39159yc"
+ }
+ },
+ {
+ "ename": "writegood-mode",
+ "commit": "75c5a4304999fc3f5a02235a1c2c904238d2ce4f",
+ "sha256": "1lxammisaj04g5vr5lwms64ywf39w8knrq72x4i94wwzwx5ywi1d",
+ "fetcher": "github",
+ "repo": "bnbeckwith/writegood-mode",
+ "unstable": {
+ "version": [
+ 20180525,
+ 1343
+ ],
+ "commit": "b71757ec337e226909fb0422f0224e31acc71733",
+ "sha256": "038gliy6l931r02bf2dbhmp188sgk1rq46ngg9nhf5q5rkf3pi8p"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 0,
+ 3
+ ],
+ "commit": "b71757ec337e226909fb0422f0224e31acc71733",
+ "sha256": "038gliy6l931r02bf2dbhmp188sgk1rq46ngg9nhf5q5rkf3pi8p"
+ }
+ },
+ {
+ "ename": "writeroom-mode",
+ "commit": "4e39cd8e8b4f61c04fa967def6a653bb22f45f5b",
+ "sha256": "1kpsrp3agw8bg3qbf5rf5k1a7ww30q5xsa8z5ywxajsaywjzx1bk",
+ "fetcher": "github",
+ "repo": "joostkremers/writeroom-mode",
+ "unstable": {
+ "version": [
+ 20190406,
+ 2135
+ ],
+ "deps": [
+ "visual-fill-column"
+ ],
+ "commit": "ebe522ba5a0367cf82ed03ffeb63fe597b84f4a1",
+ "sha256": "0w2lmkkij79khjpswk2zxj371fa9ws94j9dqzrgzf37lnimgnsff"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 8
+ ],
+ "deps": [
+ "visual-fill-column"
+ ],
+ "commit": "ebe522ba5a0367cf82ed03ffeb63fe597b84f4a1",
+ "sha256": "0w2lmkkij79khjpswk2zxj371fa9ws94j9dqzrgzf37lnimgnsff"
+ }
+ },
+ {
+ "ename": "ws-butler",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1k5nhj37r51i0czrlafra53wir73p0nbq83jjccqmw4p4xk6axl3",
+ "fetcher": "github",
+ "repo": "lewang/ws-butler",
+ "unstable": {
+ "version": [
+ 20170111,
+ 2334
+ ],
+ "commit": "52321b99be69aa1b661da7743c4421a30d8b6bcb",
+ "sha256": "1b6hxhwhzs6xq12w0jmvvjw0bx4czw71xzj3qizq9gx0q4n7a0qf"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 6
+ ],
+ "commit": "323b651dd70ee40a25accc940b8f80c3a3185205",
+ "sha256": "1a4b0lsmwq84qfx51c5xy4fryhb1ysld4fhgw2vr37izf53379sb"
+ }
+ },
+ {
+ "ename": "wsd-mode",
+ "commit": "04867a574773e8794335a2664d4f5e8b243f3ec9",
+ "sha256": "07vclmnj18wx9wlrcnsl99f9jlk3sb9g6pcdv8x1smk84gccpakc",
+ "fetcher": "github",
+ "repo": "josteink/wsd-mode",
+ "unstable": {
+ "version": [
+ 20180807,
+ 1130
+ ],
+ "commit": "0583df8efb742c90dc56df00f9714e13512cf6d9",
+ "sha256": "0f90qm5zx7lkyvaz519fln4hijfyammc675105f19492h1bc1bva"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5,
+ 0
+ ],
+ "commit": "b5e8ea0daeaa52f2ea6349e09902bd3216e96258",
+ "sha256": "1ibvcc54y2w72d3yvcczvzywribiwmkhlb1b08g4pyb1arclw393"
+ }
+ },
+ {
+ "ename": "wttrin",
+ "commit": "1b2b6876562f1fadd4af1ea9b279ac4dc1b21660",
+ "sha256": "0msp8lja9nz6khz3dkasv8hnhkaayqxd7m58kma03hpkcjxnaxil",
+ "fetcher": "github",
+ "repo": "bcbcarl/emacs-wttrin",
+ "unstable": {
+ "version": [
+ 20170614,
+ 1206
+ ],
+ "deps": [
+ "xterm-color"
+ ],
+ "commit": "df5427ce2a5ad4dab652dbb1c4a1834d7ddc2abc",
+ "sha256": "1ai655f10iayb4vw0ass2j3x83f4vsv90326mnywkzfl3sxd432z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "xterm-color"
+ ],
+ "commit": "d595240d92788791da2218d12efd6a77eee06217",
+ "sha256": "0mbc3ndggv2rbmfcfhw8bsx3qw6jy684hxz5dqa88lfb6vs5knzc"
+ }
+ },
+ {
+ "ename": "wucuo",
+ "commit": "819cacef2c31d750829980f3f6c3bfb72f36bbdd",
+ "sha256": "084fcv4dkflpka9vmxmxqdl0cgmjjh9wc6axr65j1ffmqd933y4a",
+ "fetcher": "github",
+ "repo": "redguardtoo/wucuo",
+ "unstable": {
+ "version": [
+ 20181106,
+ 2257
+ ],
+ "commit": "4e988c101fe82f2e8c7b3710d15982fe28b8d32d",
+ "sha256": "0g558miz9f4g8jlq532fs9yxj3il62zajgcjfndall2853hn54af"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 4
+ ],
+ "commit": "4e988c101fe82f2e8c7b3710d15982fe28b8d32d",
+ "sha256": "0g558miz9f4g8jlq532fs9yxj3il62zajgcjfndall2853hn54af"
+ }
+ },
+ {
+ "ename": "wwtime",
+ "commit": "28f034fbabe9de76e2e4ae44be8c8240b08f0535",
+ "sha256": "0n37k23lkjgaj9wxnr41yk3mwvy62mc9im5l86czqmw5gy4l63ic",
+ "fetcher": "github",
+ "repo": "ndw/wwtime",
+ "unstable": {
+ "version": [
+ 20151122,
+ 1610
+ ],
+ "commit": "d04d8fa814b5d3644efaeb28f25520ada69acbbd",
+ "sha256": "0ba193ilqmp7l35hhzfym4kvbnj9h57m8mwsxdj6rdj2cwrifx8r"
+ }
+ },
+ {
+ "ename": "www-synonyms",
+ "commit": "2fe69ac09c3e24af9c4e24308e57d7c3c3425096",
+ "sha256": "0rp5p26hd67k4dsb40hj7jv24i9wncaay88dmiqla48843j4ymgh",
+ "fetcher": "github",
+ "repo": "spebern/www-synonyms",
+ "unstable": {
+ "version": [
+ 20170128,
+ 2251
+ ],
+ "deps": [
+ "cl-lib",
+ "request"
+ ],
+ "commit": "7e37ea35064ff31c9945f0198a653647d408c936",
+ "sha256": "0l4fvq5zdzqvlwxqgqbfx9x0aimvk4x3la9yz9gw3vvj1rwf340i"
+ }
+ },
+ {
+ "ename": "x-path-walker",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1k72c0i17k31p404nkzqkw25cpcfk66bmd0vjzwg34cnwcgfhnjg",
+ "fetcher": "github",
+ "repo": "Lompik/x-path-walker",
+ "unstable": {
+ "version": [
+ 20160922,
+ 1835
+ ],
+ "deps": [
+ "helm-core"
+ ],
+ "commit": "3b01dbd7a039c6c84fdf8c8ee53ba72090ee950a",
+ "sha256": "1gb3lnl3gvckbakc4fy22fcvif3xdfkdaw334xmp33phjb8gjqvj"
+ }
+ },
+ {
+ "ename": "x509-mode",
+ "commit": "27145423eb4e68e006ef96868a35b99d119a3099",
+ "sha256": "15k3pxj3a2vaf64cl2xrzzlvzbqzqc29qyfd8brhq6yc69snr0vj",
+ "fetcher": "github",
+ "repo": "jobbflykt/x509-mode",
+ "unstable": {
+ "version": [
+ 20180921,
+ 803
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "9eb24c8721dcad9888b70213d06d770bc2386db7",
+ "sha256": "1gr099bn4qn2b5jasbs4r04pf6wqsnpf2632vzvshzm9nkz4qnhg"
+ }
+ },
+ {
+ "ename": "x86-lookup",
+ "commit": "27757b9b5673f5581e678e8cad719138db654415",
+ "sha256": "1clv1npvdkzsy0a08xrb880yflwzl4d5cc2c5xrs7b837mqpj8hd",
+ "fetcher": "github",
+ "repo": "skeeto/x86-lookup",
+ "unstable": {
+ "version": [
+ 20180528,
+ 1635
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "609b2ba70dc5a246ac9b4b5f89eb5ef4331519bf",
+ "sha256": "19zgq7mcc3wx847xc911fibvphbsws99m2l3k54xdjp8mb5qfdzm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "609b2ba70dc5a246ac9b4b5f89eb5ef4331519bf",
+ "sha256": "19zgq7mcc3wx847xc911fibvphbsws99m2l3k54xdjp8mb5qfdzm"
+ }
+ },
+ {
+ "ename": "xah-css-mode",
+ "commit": "05eed39bae37cc8359d2cc678052cbbcc946e379",
+ "sha256": "1kkwfyf94v3ni3d4szy28v49p6f3hy8ww9mlris2vvgc726wy6hr",
+ "fetcher": "github",
+ "repo": "xahlee/xah-css-mode",
+ "unstable": {
+ "version": [
+ 20190705,
+ 750
+ ],
+ "commit": "ada8513eadca5c5797a384040acca2fceced3e26",
+ "sha256": "0x9zbck87s4cfk99i2kq1a0rf5lvy5bms58d75fd8gn7xz42cf9x"
+ }
+ },
+ {
+ "ename": "xah-elisp-mode",
+ "commit": "05eed39bae37cc8359d2cc678052cbbcc946e379",
+ "sha256": "0cl07hw1hd3hj7wrzkh20m8vcs7mqsajxjmnlbnk2yg927yyijij",
+ "fetcher": "github",
+ "repo": "xahlee/xah-elisp-mode",
+ "unstable": {
+ "version": [
+ 20190125,
+ 646
+ ],
+ "commit": "a09c51e450bf4b39bdc3f4063c2946baec7ae3b1",
+ "sha256": "0hpdm6qns2i5zpavqq6zd7dyl9lxsxyic52jzjfisqv3gjrz8zpp"
+ }
+ },
+ {
+ "ename": "xah-find",
+ "commit": "05eed39bae37cc8359d2cc678052cbbcc946e379",
+ "sha256": "1d3x9yhm7my3yhvgqnjxr2v28g5w1h4ri40sy6dqcx09bjf3jhyq",
+ "fetcher": "github",
+ "repo": "xahlee/xah-find",
+ "unstable": {
+ "version": [
+ 20190314,
+ 2039
+ ],
+ "commit": "a39f1ff9a7cf56e92b56c6f179741569b9172a48",
+ "sha256": "16d2dh08dxdm06ik3sfx00filxqpy646vv1qh5kb36zs8ydzjg3z"
+ }
+ },
+ {
+ "ename": "xah-fly-keys",
+ "commit": "05eed39bae37cc8359d2cc678052cbbcc946e379",
+ "sha256": "0bzfz8q7yd1jai0pgngxwjp82nsfx5ivn24cb20vc5r8hhzj17cs",
+ "fetcher": "github",
+ "repo": "xahlee/xah-fly-keys",
+ "unstable": {
+ "version": [
+ 20190223,
+ 716
+ ],
+ "commit": "cc8b3bc26998bc29f82e87667c0d1ef90894ff66",
+ "sha256": "19q20mp5gzkm0ch5wz1jxajkb8cqmknsldlzb7jsa8hzyvl2mb7m"
+ }
+ },
+ {
+ "ename": "xah-get-thing",
+ "commit": "05eed39bae37cc8359d2cc678052cbbcc946e379",
+ "sha256": "0m61bmfgqy19h4ivw655mqj547ga8hrpaswcp48hx00hx8mqzcvg",
+ "fetcher": "github",
+ "repo": "xahlee/xah-get-thing-or-selection",
+ "unstable": {
+ "version": [
+ 20170821,
+ 1053
+ ],
+ "commit": "e3ef069ea9fea3a092689d45c94c6211b51d0ea4",
+ "sha256": "0z9pflz99p2i7czccpzvw7bkbshfycpb6js9n8a12yhc1ndbz6z0"
+ }
+ },
+ {
+ "ename": "xah-lookup",
+ "commit": "05eed39bae37cc8359d2cc678052cbbcc946e379",
+ "sha256": "0z0h1myw6wmybyd0z2lw4l59vgm6q6kh492q77kf3s0fssc0facc",
+ "fetcher": "github",
+ "repo": "xahlee/lookup-word-on-internet",
+ "unstable": {
+ "version": [
+ 20181225,
+ 1942
+ ],
+ "commit": "2cafbf3605a8f2ac4c56392c5b1f75adc3b11f24",
+ "sha256": "1xr2fp6dylv098g7m7x31j7jllr87545snab3qw5r32rzsa7fswz"
+ }
+ },
+ {
+ "ename": "xah-math-input",
+ "commit": "05eed39bae37cc8359d2cc678052cbbcc946e379",
+ "sha256": "1afikjk46sjf97fb5fc8h63h7b9af010wxhsbpnmabsb4j72rx5a",
+ "fetcher": "github",
+ "repo": "xahlee/xah-math-input",
+ "unstable": {
+ "version": [
+ 20190206,
+ 1658
+ ],
+ "commit": "af787f87815b85d56c35bbe0f22e03a31c8e670d",
+ "sha256": "05fqjyzz6c0nclhqc7qxs3hg99d3yxb3qjzn1wc26m6jcmm2l6zd"
+ }
+ },
+ {
+ "ename": "xah-reformat-code",
+ "commit": "05eed39bae37cc8359d2cc678052cbbcc946e379",
+ "sha256": "1sj407nbh4x586hvsq4ycr0ahhxin0wgfwdj0551cz8793wvjpzp",
+ "fetcher": "github",
+ "repo": "xahlee/xah-reformat-code",
+ "unstable": {
+ "version": [
+ 20170821,
+ 1111
+ ],
+ "commit": "7fec8b28e46b8cc2813fac5149e3bbb56c0aa6b1",
+ "sha256": "0mz47laig0p7fwwiv66x60f5jg0kh8zvjd1vg3nnn3xvk37lv2cw"
+ }
+ },
+ {
+ "ename": "xah-replace-pairs",
+ "commit": "05eed39bae37cc8359d2cc678052cbbcc946e379",
+ "sha256": "0r4aq9davh3ypzcjixr3aw9g659dhiblwbmcyhm8iqhkavcpqr1x",
+ "fetcher": "github",
+ "repo": "xahlee/xah-replace-pairs",
+ "unstable": {
+ "version": [
+ 20180508,
+ 249
+ ],
+ "commit": "4d845cfbce32d45befd7c454e3476c3ce40d2b43",
+ "sha256": "1mkglrc8mbsjag3pc9zrmqa9x3n009hza1p1jvn3n97wjpc1qxlk"
+ }
+ },
+ {
+ "ename": "xahk-mode",
+ "commit": "05eed39bae37cc8359d2cc678052cbbcc946e379",
+ "sha256": "1bs12z7lnqlhm44hq0l98d0ka1bjgvm2yv97yivaj9akd53znca9",
+ "fetcher": "github",
+ "repo": "xahlee/xahk-mode.el",
+ "unstable": {
+ "version": [
+ 20170821,
+ 1107
+ ],
+ "commit": "02012b20603c00e3b2ef32159a690ed1e05d12c3",
+ "sha256": "09nakcfczb95vd48f8z77igmi1kbcblmgpzfzm9i7df4jcfkkh3c"
+ }
+ },
+ {
+ "ename": "xbm-life",
+ "commit": "6cb4c55583338dafee61fd9c266d2ee7cae2b1ed",
+ "sha256": "1pglxjd4cs630sayx17ai1xflpbyj3hry3156682bgwhqs1vw68q",
+ "fetcher": "github",
+ "repo": "wasamasa/xbm-life",
+ "unstable": {
+ "version": [
+ 20160103,
+ 1017
+ ],
+ "commit": "dd6a98ac9ea81b681e68f6318fed47158e5d469e",
+ "sha256": "08hzsqf4gawcr9q2h3rxrf1igvdja84aaa821657k04kdq4dpcbj"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "commit": "bde2b3730a02d237f7d95a8e3f3722f23f2d9201",
+ "sha256": "154xnfcmil9xjjmq4cyrfpir4ga4mgcmmbd7dja1m7rpk1734xk6"
+ }
+ },
+ {
+ "ename": "xcode-mode",
+ "commit": "845c731bed7dbe9c41c09e47e219299f17d0d489",
+ "sha256": "1d8r2bc7fiwma1lcrzd9gxhdpvyf2pc6kplx7nyr40ghsb9jlpiw",
+ "fetcher": "github",
+ "repo": "nicklanasa/xcode-mode",
+ "unstable": {
+ "version": [
+ 20160907,
+ 1208
+ ],
+ "deps": [
+ "dash",
+ "multiple-cursors",
+ "s"
+ ],
+ "commit": "2ae4f512d6c601ea39d5ab785c2b5288eac24b59",
+ "sha256": "0pi85ylxvjj63cmibgvi493d4ybcp2blhlwgrwzn2hjz31jldh0y"
+ }
+ },
+ {
+ "ename": "xcode-project",
+ "commit": "49b866ebf7e707bc74525f83dd5038e6e860fcef",
+ "sha256": "0igp30f6ypmp4l8zmdfpa5bza4avm7mq2gj8v7b3ii655v91n6vi",
+ "fetcher": "github",
+ "repo": "nhojb/xcode-project",
+ "unstable": {
+ "version": [
+ 20181025,
+ 1244
+ ],
+ "commit": "0bf9a4230fab7830350c750c39beda99ef74d72f",
+ "sha256": "0746f2niclmlx90skvdb1xdac0nqj8a9pd9ap8n89ckb5r6f9hbg"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "f5548a26a1afc0b0d873556c25f6d8b6b9c2aa8c",
+ "sha256": "0xb1cvjaw7zjnw6c5aq315vvlc3cncris62jis44jb8s5r8gxcrv"
+ }
+ },
+ {
+ "ename": "xcscope",
+ "commit": "068c7846e70b91ce7e88330937fc64a60281802a",
+ "sha256": "06xh29cm5v3b5xwj32y0i0h0kvvy995840db4hvab2wn9jw68m8w",
+ "fetcher": "github",
+ "repo": "dkogan/xcscope.el",
+ "unstable": {
+ "version": [
+ 20190723,
+ 629
+ ],
+ "commit": "f3e2c84bd92f5a78182cc8d81f5358979a6c241c",
+ "sha256": "0w2bxrnidladpzrd82z3w3gvjhajs71k5vjk2y03r09i9fwn2ykc"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5
+ ],
+ "commit": "f3e2c84bd92f5a78182cc8d81f5358979a6c241c",
+ "sha256": "0w2bxrnidladpzrd82z3w3gvjhajs71k5vjk2y03r09i9fwn2ykc"
+ }
+ },
+ {
+ "ename": "xkcd",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0gy2952zg1rq5gl10x7iwbchz5jibfcvikd3chifqbmil80wh6b5",
+ "fetcher": "github",
+ "repo": "vibhavp/emacs-xkcd",
+ "unstable": {
+ "version": [
+ 20160419,
+ 1130
+ ],
+ "deps": [
+ "json"
+ ],
+ "commit": "66e928706fd660cfdab204c98a347b49c4267bdf",
+ "sha256": "0znhjwlpgg05g39b16ddgw3a71a93fn2dicfsxjkziffn2a95m0s"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "json"
+ ],
+ "commit": "2c538d41a9728939cc5e8292faa78ed50997877d",
+ "sha256": "0p9p3w8i5w1pzh3y3yxz0rg5gywfq4m5anbiyrdn84vdd42jij4x"
+ }
+ },
+ {
+ "ename": "xml+",
+ "commit": "244388d158efda6fe8c1362a65b89b352c444422",
+ "sha256": "0xgqyfdn6kkp89zj4h54r009a44sbff0nrhh582zw5rlklypwdz1",
+ "fetcher": "github",
+ "repo": "bddean/xml-plus",
+ "unstable": {
+ "version": [
+ 20170727,
+ 2351
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "232fa863c08fc159b21dd58c39ea45dce3334895",
+ "sha256": "0b7v59dya346ds1wad0avrqhjimx5n9r3pcgqafagzf34hdcv3jy"
+ }
+ },
+ {
+ "ename": "xml-quotes",
+ "commit": "ab315d783765730aceab43b4fd8c4872a1f1cc05",
+ "sha256": "1lmafa695xkhd90k6yiv8a57ch1jx33l1zpm39z0kj546mn6y8aq",
+ "fetcher": "github",
+ "repo": "ndw/xml-quotes",
+ "unstable": {
+ "version": [
+ 20151230,
+ 2249
+ ],
+ "commit": "26db170e80b9295861227cdf970721b12539ed44",
+ "sha256": "0z3yd3dzcsd7584jchv9q55fx04ig4yjzp8ay2pa112lykv4jxxd"
+ }
+ },
+ {
+ "ename": "xml-rpc",
+ "commit": "547d773e07d6229d2135d1b081b5401039ffad39",
+ "sha256": "14r6xgnpqsb2jlv52vgrhqf3qw8a6gmdyap3ylhilyxw71lxf1js",
+ "fetcher": "github",
+ "repo": "hexmode/xml-rpc-el",
+ "unstable": {
+ "version": [
+ 20181002,
+ 1353
+ ],
+ "commit": "8f624f8b964e9145acb504e4457c9510e87dd93c",
+ "sha256": "0xa54z52rsfl3n0xgmbycj4zazp8ksgdwcq56swzs6wp72zlalmj"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6,
+ 12
+ ],
+ "commit": "0ab093d60140d19e31d217c8abdc7dbdac944486",
+ "sha256": "0g52bmamcd54acyk6i47ar5jawad6ycvm9g656inb994wprnjin9"
+ }
+ },
+ {
+ "ename": "xmlgen",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "0c77la6kl02qkapfzbjmhac60f8p837kwg8bp0686ylxh5s31zsh",
+ "fetcher": "github",
+ "repo": "philjackson/xmlgen",
+ "unstable": {
+ "version": [
+ 20170411,
+ 1317
+ ],
+ "commit": "dba66681f0c5e621a9e70e8afb34903c9ffe93c4",
+ "sha256": "096i29v0badx0a6339h9ckdz78zj59gbjdp7vj7vhkq9d830392s"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "commit": "dba66681f0c5e621a9e70e8afb34903c9ffe93c4",
+ "sha256": "096i29v0badx0a6339h9ckdz78zj59gbjdp7vj7vhkq9d830392s"
+ }
+ },
+ {
+ "ename": "xmlunicode",
+ "commit": "b636126a389a337a3685f9d0dcbca9bf8e784f20",
+ "sha256": "1ylpvx2p5l863r9qv9jdsm9rbv989c8xn0zpjl8zkcfxqxix4h4p",
+ "fetcher": "github",
+ "repo": "ndw/xmlunicode",
+ "unstable": {
+ "version": [
+ 20160319,
+ 1612
+ ],
+ "commit": "f5d185da46414c0509ebd0aa0fab416becf94612",
+ "sha256": "178bdfwiinhf98qm88ivmgy6rd0qjx5gnckkclanybva0r8l6832"
+ }
+ },
+ {
+ "ename": "xo",
+ "commit": "fd8cec754da662e4873186c23c1ba13c52cccbba",
+ "sha256": "0kpbnxh8sa2dk8anrvgc7d39qap13pyjxh154gpm8xdb9zhfwl25",
+ "fetcher": "github",
+ "repo": "j-em/xo-emacs",
+ "unstable": {
+ "version": [
+ 20160403,
+ 646
+ ],
+ "commit": "72fcd867cfa332fdb82f732925cf8977e690af78",
+ "sha256": "0761amc73mbgaydp3iyfzgyjxp77yk440s24h69hvk87c5vn1cz3"
+ }
+ },
+ {
+ "ename": "xquery-mode",
+ "commit": "e8ea1c9e26963f290d912df21b81afd689543658",
+ "sha256": "13xrvygk7wdby6599q6yxw8cm45qqki8szrm49fc3b6pr6vzpidg",
+ "fetcher": "github",
+ "repo": "xquery-mode/xquery-mode",
+ "unstable": {
+ "version": [
+ 20170214,
+ 1119
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "1b655ccf83d02a7bd473d2cf02359ed60bdf7369",
+ "sha256": "1iprgfjrbx3fmqhkgjxdxnlzz2s6h895q270lhjrhkwgpphgna2c"
+ }
+ },
+ {
+ "ename": "xquery-tool",
+ "commit": "cc71e5ea4a0ecb006f62617f5b6caadc9b3c77b2",
+ "sha256": "069injmvv9zzcbqbms94qx5wjj740jnik6sf3b4xjhln7z1yskp0",
+ "fetcher": "github",
+ "repo": "paddymcall/xquery-tool.el",
+ "unstable": {
+ "version": [
+ 20190523,
+ 1119
+ ],
+ "commit": "7f0859cc722607240689e57e14de8e0719052016",
+ "sha256": "03vip403ifz9r4xkpiyi4mvb2plrn1f8906msdas84y13alhwnhq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 11
+ ],
+ "commit": "7f0859cc722607240689e57e14de8e0719052016",
+ "sha256": "03vip403ifz9r4xkpiyi4mvb2plrn1f8906msdas84y13alhwnhq"
+ }
+ },
+ {
+ "ename": "xref-js2",
+ "commit": "b5dab444ead98210b4ab3a6f9a61d013aed6d5b7",
+ "sha256": "1mfyszdi1wx2lqd9fyqm0ra227dcsjs8asc1dw2li0alwh7n4xs3",
+ "fetcher": "github",
+ "repo": "NicolasPetton/xref-js2",
+ "unstable": {
+ "version": [
+ 20170530,
+ 826
+ ],
+ "deps": [
+ "js2-mode"
+ ],
+ "commit": "d5f93605405989529c2f66b542def6c32429b927",
+ "sha256": "1vzsw257xkqwlgfj8d5hnrirjhxzzs9d8ms40ihb2zwsxn70im53"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 5
+ ],
+ "deps": [
+ "js2-mode"
+ ],
+ "commit": "7e2bc6a8dad08a493d11d3554f6374584846b9e6",
+ "sha256": "1mmd27miv32sl8cj7qhy09yfh7v1zgw7rv4fdwk96msvd4qfdkqd"
+ }
+ },
+ {
+ "ename": "xresources-theme",
+ "commit": "35763febad20f29320d459394f810668db6c3353",
+ "sha256": "1vsbvg9w5g6y2qlb8ssn12ax31r7fbslfi9vcgvmjydcr8r1z0zs",
+ "fetcher": "github",
+ "repo": "cqql/xresources-theme",
+ "unstable": {
+ "version": [
+ 20190108,
+ 1851
+ ],
+ "commit": "5239acb51aa2dfa89a207e57012108d8fcf60562",
+ "sha256": "13pls0f85n5rpbrbqcmrmcznv9hxiaglrnwpzivrli33cba92fpm"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "5239acb51aa2dfa89a207e57012108d8fcf60562",
+ "sha256": "13pls0f85n5rpbrbqcmrmcznv9hxiaglrnwpzivrli33cba92fpm"
+ }
+ },
+ {
+ "ename": "xterm-color",
+ "commit": "b34a42f1bf5641871da8ce2b688325023262b643",
+ "sha256": "0bvzi1mkxgm4vbq2va1sr0k9h3fdmppq79hkvbizc2xgk72sazpj",
+ "fetcher": "github",
+ "repo": "atomontage/xterm-color",
+ "unstable": {
+ "version": [
+ 20190602,
+ 1201
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ff64312ad412c8b3e87a059139f288205d221e15",
+ "sha256": "1hl2n0mlnskz0f43dz41h11dkyw1pn3x9sq61w0qzjkkbbyz5cqk"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 8
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "a452ab38a7cfae97078062ff8885b5d74fd1e5a6",
+ "sha256": "02kpajb993yshhjhsizpfcbrcndyzkf4dqfipifhxxng50dhp95i"
+ }
+ },
+ {
+ "ename": "xterm-keybinder",
+ "commit": "656f8e27b4e6055a634249f134a4fc0667fa0e95",
+ "sha256": "1n0zp1mc7x7z0671lf7p9r4qxic90bkf5q3zwz4vinpiw2qh88lz",
+ "fetcher": "github",
+ "repo": "yuutayamada/xterm-keybinder-el",
+ "unstable": {
+ "version": [
+ 20160523,
+ 56
+ ],
+ "deps": [
+ "cl-lib",
+ "let-alist"
+ ],
+ "commit": "b29c4f700b0fa0c9f627f6725b36462b8fab06d6",
+ "sha256": "0ya7c73acwp29glwjd1hf19h8jij2afwmwq7a3h91qx5zdn09wvh"
+ }
+ },
+ {
+ "ename": "xtest",
+ "commit": "378fe14c66072ecb899a074c56f95077dfc9667e",
+ "sha256": "1vbs4sb4frzg8d3l96ip9cc6lc86nbj50vpdfqazvxmdfd1sg4i7",
+ "fetcher": "github",
+ "repo": "promethial/xtest",
+ "unstable": {
+ "version": [
+ 20141214,
+ 1706
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "2c2bdf32667506dd9ddf6eb311832add616bdf1c",
+ "sha256": "09mn8s7gzzxgs7kskld8l68zjrcgnvml3fqj69wrfq7b1g62hhxy"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "b227414d714e7baddef79bd306a43024b9a34d45",
+ "sha256": "1wqx6hlqcmqiljydih5fx89dw06g8w728pyn4iqsap8jwgjngb09"
+ }
+ },
+ {
+ "ename": "xwidgete",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1v1dfykkb6nwjwz2623i6x1rl53z4457l6fpa4nv4krdqq79gl5d",
+ "fetcher": "github",
+ "repo": "tuhdo/xwidgete",
+ "unstable": {
+ "version": [
+ 20171118,
+ 2116
+ ],
+ "commit": "e4e8410fe32176df85b46234717824519443fb04",
+ "sha256": "04j4xwcdxlnrwxs89605zmwxszbi2j0z67v80651pshgnhj5p19i"
+ }
+ },
+ {
+ "ename": "yabin",
+ "commit": "cc44b28e32ff9b35f60744a175c2d1e3036db8bc",
+ "sha256": "1kmpm2rbb43c9cgp44qwd24d90mj48k3gyiir3vb6zf6k3syrc17",
+ "fetcher": "github",
+ "repo": "d5884/yabin",
+ "unstable": {
+ "version": [
+ 20140206,
+ 351
+ ],
+ "commit": "db8c404507560ef9147fcce2b94cd706fbfa03b5",
+ "sha256": "0f6pvwzhncycw8gnjy24h6q1qglfgvdjfs5dzqx9s43j3yg63lzm"
+ }
+ },
+ {
+ "ename": "yafolding",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1yb1rlxa5f1y1xjqs7ndr5jnf9j5cv0ccqdpbrx4l9xkm3npw9zl",
+ "fetcher": "github",
+ "repo": "zenozeng/yafolding.el",
+ "unstable": {
+ "version": [
+ 20170305,
+ 317
+ ],
+ "commit": "57c015ddd7c3454571c80825bc5391d7a10fa1d7",
+ "sha256": "144v8nn4l8ngfdrsgj5nrxp09391gnfrqf950y956cbmqvnlw7z8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4,
+ 0
+ ],
+ "commit": "57c015ddd7c3454571c80825bc5391d7a10fa1d7",
+ "sha256": "144v8nn4l8ngfdrsgj5nrxp09391gnfrqf950y956cbmqvnlw7z8"
+ }
+ },
+ {
+ "ename": "yagist",
+ "commit": "97ea1250ffbf159d7870710b9348ef26616dbedb",
+ "sha256": "1mz86fq0pb4w54c66vd19m2492mkrzq2qi6ssnn2xwmn8vv02wdd",
+ "fetcher": "github",
+ "repo": "mhayashi1120/yagist.el",
+ "unstable": {
+ "version": [
+ 20160418,
+ 508
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "dcdbd84f348414815d02f3da8a6ee0ac271632d4",
+ "sha256": "0lgy9b893mq4harxh80n0n2zia00s2c6ga8p654q563idrskgz17"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 8,
+ 12
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "97723a34750ccab5439eb9f6a2f67e4e0e234167",
+ "sha256": "0l9b888wv72j4hhkcfzsh09iqjxp2qjbjcjcfmvfhxf7il11pv8h"
+ }
+ },
+ {
+ "ename": "yahoo-weather",
+ "commit": "ae5ca93d48a2d24787c3d4ed7ab3a65aa8023f4f",
+ "sha256": "1kzi6yp186wfcqh5q1v9vw6b1h8x89sba6wlnacfpjbarwapfif0",
+ "fetcher": "github",
+ "repo": "lujun9972/yahoo-weather-mode",
+ "unstable": {
+ "version": [
+ 20181026,
+ 320
+ ],
+ "commit": "1d2db14daa1706e03dfe4379397eb89234a56400",
+ "sha256": "01hydsjj427j4xyy8cwiz5kn67vwwi1qnih5qfyw04w29r9njh1n"
+ }
+ },
+ {
+ "ename": "yahtzee",
+ "commit": "200169fdabce0ae3a2ecb6f4f3255c15ec3ed094",
+ "sha256": "1fnywiami9mszagmms27dmak6chcichdi7q70x5c6aimc4jb98jk",
+ "fetcher": "github",
+ "repo": "drdv/yahtzee",
+ "unstable": {
+ "version": [
+ 20171022,
+ 1412
+ ],
+ "commit": "785c36f6a19c011718f45d359609ada6da8bb5f0",
+ "sha256": "1nvlrrb1iyy6ll85kr8bls1l2pfs6rlnzlj122hmv3916d434iya"
+ }
+ },
+ {
+ "ename": "yalinum",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "0jzsvkcvy2mkfmri4bzgrlgw2y0z3hxz44md83s5zmw09mshkahf",
+ "fetcher": "github",
+ "repo": "tm8st/emacs-yalinum",
+ "unstable": {
+ "version": [
+ 20130217,
+ 1043
+ ],
+ "commit": "d3e0cbe3f4f5ca311e3298e684901d6fea3ad973",
+ "sha256": "12dd4ahg9f1493982d49g7sxx0n6ss4xcfhxwzyaqxckwzfranp0"
+ }
+ },
+ {
+ "ename": "yaml-imenu",
+ "commit": "71e7c2df9e34093ad2634d5a56133fa30126fb5c",
+ "sha256": "03r7020gyr96m1z7p947nb7z8szzlkqv21g1hm10sqa8qp7k0qli",
+ "fetcher": "github",
+ "repo": "knu/yaml-imenu.el",
+ "unstable": {
+ "version": [
+ 20181001,
+ 627
+ ],
+ "deps": [
+ "yaml-mode"
+ ],
+ "commit": "78a383098807014d9e7f2941196d8271677158cd",
+ "sha256": "1f85m0h19wjb0xrwkxrh7vrpphm8l5nkrv82zsl097dqw3ijj3f1"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 1
+ ],
+ "deps": [
+ "yaml-mode"
+ ],
+ "commit": "78a383098807014d9e7f2941196d8271677158cd",
+ "sha256": "1f85m0h19wjb0xrwkxrh7vrpphm8l5nkrv82zsl097dqw3ijj3f1"
+ }
+ },
+ {
+ "ename": "yaml-mode",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0afp83xcr8h153cayyaszwkgpap0iyk351dlykmv6bv9d2m774mc",
+ "fetcher": "github",
+ "repo": "yoshiki/yaml-mode",
+ "unstable": {
+ "version": [
+ 20190625,
+ 1740
+ ],
+ "commit": "5b4a0db384f996554454b5642e4531c502421de8",
+ "sha256": "18g064ardqi1f3xz7j6rs1x9fvv9sn0iq9vgid8c6qvxq7gwj00r"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 14
+ ],
+ "commit": "5b4a0db384f996554454b5642e4531c502421de8",
+ "sha256": "18g064ardqi1f3xz7j6rs1x9fvv9sn0iq9vgid8c6qvxq7gwj00r"
+ }
+ },
+ {
+ "ename": "yaml-tomato",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1asy4nf759lcgksah2g7jvzwwlq9lxfkiji460csk5ycsv8aa99s",
+ "fetcher": "github",
+ "repo": "RadekMolenda/yaml-tomato",
+ "unstable": {
+ "version": [
+ 20151123,
+ 753
+ ],
+ "deps": [
+ "s"
+ ],
+ "commit": "f9df1c9bdfcec629b03031b2d2032f9dc533cb14",
+ "sha256": "1xgqqgg4q3hrhiap8gmr8iifdr1mg4dl0j236b6alhrgmykbhimy"
+ }
+ },
+ {
+ "ename": "yandex-weather",
+ "commit": "5221cee4c89dde5cebd9cddb3b4e4c5814b898d7",
+ "sha256": "11hspadm520cjlv1wk2bdpzg7hg2g0chbh26qijj9jgvca26x0md",
+ "fetcher": "github",
+ "repo": "abstractionlayer/yandex-weather.el",
+ "unstable": {
+ "version": [
+ 20160311,
+ 2037
+ ],
+ "commit": "6f823fd9e04ff9efb2aa65f333079e9f7e6e5b28",
+ "sha256": "0pw44klm8ldsdjphybzkknv8yh23xhzwg76w3d9cqs79jkd0rw8w"
+ }
+ },
+ {
+ "ename": "yang-mode",
+ "commit": "bb42ab9b5f118baaf6766c478046552b686981a1",
+ "sha256": "0rl90xbcf3383ls95g1dixh2dr02kc4g60d324cqbb4h59wffp40",
+ "fetcher": "github",
+ "repo": "mbj4668/yang-mode",
+ "unstable": {
+ "version": [
+ 20190507,
+ 724
+ ],
+ "commit": "4b4ab4d4a79d37d6c31c6ea7cccbc425e0b1eded",
+ "sha256": "0sqp8vwlymwl2dp6bh1gf8725j1fd9sqj4qfgva09rmkq8fdivfm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 9,
+ 9
+ ],
+ "commit": "4b4ab4d4a79d37d6c31c6ea7cccbc425e0b1eded",
+ "sha256": "0sqp8vwlymwl2dp6bh1gf8725j1fd9sqj4qfgva09rmkq8fdivfm"
+ }
+ },
+ {
+ "ename": "yankpad",
+ "commit": "e64746d10f9e0158621a7c4dc41dc2eca6ad573c",
+ "sha256": "1w5r9zk33cjgsmk45znfg32ym06nyqj5q3knr59jmn1fafx7a3z4",
+ "fetcher": "github",
+ "repo": "Kungsgeten/yankpad",
+ "unstable": {
+ "version": [
+ 20190617,
+ 1004
+ ],
+ "commit": "f443ccb94579dcf28ac50ba4053fa7649e079665",
+ "sha256": "08khi9mp35pp5niz212vpm0yab577m9a23wl7gsymcfcif0drbza"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 6
+ ],
+ "commit": "d2ea6920a2444f1ce6f53947640446b8e16f84b7",
+ "sha256": "1lw2d25rwszk35bi3gm3bg0cb30b8c2bf3p32b89shnsmwylw52m"
+ }
+ },
+ {
+ "ename": "yapfify",
+ "commit": "060c32d8e9fdc56fe702d265a935d74d76082f86",
+ "sha256": "0scl8lk1c5i7jp1qj5gg8zf3zyi8lkb57ijkmvcs4czzlyv3y9bm",
+ "fetcher": "github",
+ "repo": "JorisE/yapfify",
+ "unstable": {
+ "version": [
+ 20180830,
+ 733
+ ],
+ "commit": "b858225e1debe6734ee718e5c3c209152652a8b3",
+ "sha256": "16bpshqk47slcifx9v70ka202lnbspkcjdl5npxpf12abc1syh06"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 6
+ ],
+ "commit": "9e63a9135bd8dbfbee55819837a3aa0d119c5e6f",
+ "sha256": "1bf09hah2g8x0jbrdh4fm1v01qjymiv38yvv8a5qmfpv5k93lcrc"
+ }
+ },
+ {
+ "ename": "yara-mode",
+ "commit": "ef22d2dad1bae62721710bbff4b7228204d7c425",
+ "sha256": "12j25nbfg65bkil4wv6f27sszlj3jm6h0zczr0v26xr5syppis17",
+ "fetcher": "github",
+ "repo": "binjo/yara-mode",
+ "unstable": {
+ "version": [
+ 20190423,
+ 710
+ ],
+ "commit": "cd8093b1bc4fc260462f5284b157008fefa84880",
+ "sha256": "04pl0kbx5g8wz00x7bhpi9w29wmxdmy5dhdq3j4rk3nys5njxr8v"
+ }
+ },
+ {
+ "ename": "yard-mode",
+ "commit": "afad2677f901b8d27922389afb1d235d5c8edc39",
+ "sha256": "0jmlcba8qapjwaaliz9gzs99if3wglkhmlpjzcdy3icx18sw8kzx",
+ "fetcher": "github",
+ "repo": "pd/yard-mode.el",
+ "unstable": {
+ "version": [
+ 20170817,
+ 1237
+ ],
+ "commit": "ba74a47463b0320ae152bd42a7dd7aeecd7b5748",
+ "sha256": "0zry3p66bvrk32icnd6kkk8y5rrr8crnqjp6wlp889c8c7wm00n1"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "78792f6a6fbff4f1bc955f494fdb11378e7f8095",
+ "sha256": "096ay60hrd14b459cyxxcf9g7i1ivsxg6yhc0q162px6kl1x0m2y"
+ }
+ },
+ {
+ "ename": "yari",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "0sch9x899mzwdacg55w5j583k2r4vn71ish7gqpghd7cj13ii66h",
+ "fetcher": "github",
+ "repo": "hron/yari.el",
+ "unstable": {
+ "version": [
+ 20151128,
+ 739
+ ],
+ "commit": "a2cb9656ee5dfe1fc2ee3854f3079a1c8e85dbe9",
+ "sha256": "0w9a6j0ndpfwaz1g974vv5jqgbzxw26l19kq51j3ah73063cavpf"
+ }
+ },
+ {
+ "ename": "yarn-mode",
+ "commit": "860fa2a8fdb22be374fa64a5277af3ab484a047a",
+ "sha256": "08a3lrz670jsf531mn1hwhh7fg5dby6i749cscd6d4dyvkzpz5dg",
+ "fetcher": "github",
+ "repo": "anachronic/yarn-mode",
+ "unstable": {
+ "version": [
+ 20170709,
+ 1937
+ ],
+ "commit": "998b408d6be05fd1c3a9fd8db6ffaab3bf86d06b",
+ "sha256": "09mrcv30n6zmgnwgl5pb2cyk6122a0ng1xg20grpmlwbq3qlr424"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0
+ ],
+ "commit": "99891000efe31214b065fa9446cd5e68c5c42ed8",
+ "sha256": "0cg06ba9yfgjzprq78cvhvvl06av0p2vhnmynddzbpgjgjnwskfy"
+ }
+ },
+ {
+ "ename": "yascroll",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "11g7wn4hgdwnx3n7ra0sh8gk6rykwvrg9g2cihvcv7mjbqgcv53f",
+ "fetcher": "github",
+ "repo": "m2ym/yascroll-el",
+ "unstable": {
+ "version": [
+ 20170315,
+ 1906
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "fe4494e5f4faf2832e665c7de0fed99cdbb39478",
+ "sha256": "09y8phmvqdwp1k9w84rf6p609jrg0mhgx6akwda8rsvxrrbsh6j4"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1
+ ],
+ "commit": "0a8b531b3a3c8afe7235c8c212e08bfe2021a629",
+ "sha256": "007837w6gd7k253h7g2in6l3ihcbwv733yiffs26pnymgk21xdqz"
+ }
+ },
+ {
+ "ename": "yasnippet",
+ "commit": "5d1927dc3351d3522de1baccdc4ce200ba52bd6e",
+ "sha256": "1r37vz5b8nj6hr6c2ki9fdbrs3kkb4zwimh8r4ixm10kdkk5jqds",
+ "fetcher": "github",
+ "repo": "joaotavora/yasnippet",
+ "unstable": {
+ "version": [
+ 20190724,
+ 1204
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d91dd66f2aed9bbaef32813a68b105ea77e83890",
+ "sha256": "157ja4fki83dzab2ysd74dmbv83xsrccq59x6d8ilby9fzkizybr"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 13,
+ 0
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "5a29fe67d70de3749e30ebb37206395b4d1a51a8",
+ "sha256": "0fkkplycrw8f8r30hjjxl1wm7p2irq2ipzzc1g7cc52abaal796p"
+ }
+ },
+ {
+ "ename": "yasnippet-lean",
+ "commit": "e1cdcf88a7ff90570d8b09901de8b8b8a153c52e",
+ "sha256": "0mhlg6ya4b232hgq5wh5w9h0ww35qi9br4501sc379zqwflvqcm7",
+ "fetcher": "github",
+ "repo": "leanprover-community/yasnippet-lean",
+ "unstable": {
+ "version": [
+ 20190609,
+ 454
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "2d57b8ad5c69a1886701d42ca5a8de6bacb170cc",
+ "sha256": "1d2n3q36s1mri1lmazld6pabx3929kqivkgq6b8qaya04ri8ds28"
+ }
+ },
+ {
+ "ename": "yasnippet-snippets",
+ "commit": "42490bbdac871bce302fbc9a0488ff7de354627e",
+ "sha256": "0daawvlw78ya38bbi95swjq8qk5jf5shsyv164m81y2gd8i5c183",
+ "fetcher": "github",
+ "repo": "AndreaCrotti/yasnippet-snippets",
+ "unstable": {
+ "version": [
+ 20190725,
+ 1049
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "f5dbb814767ac4e6398144b6d372f2effcc9c4a1",
+ "sha256": "1gj5y4c8fxq578x3d0n3yhkwaab6lvsgvmqi1g65ynm5xdlxvm5w"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 13
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "7e94b9e948e16b3b1778aacb05c65e75d81fc188",
+ "sha256": "0pdfdyxl440ngx77j2b9zymh50r9pqzway2maad64ijaz9l2g2bm"
+ }
+ },
+ {
+ "ename": "yatemplate",
+ "commit": "8ba3cdb74f121cbf36b6d9d5a434c363905ce526",
+ "sha256": "05gd9sxdiqpw2p1kdagwgxd94wiw1fmmcsp9v4p74i9sqmf6qn6q",
+ "fetcher": "github",
+ "repo": "mineo/yatemplate",
+ "unstable": {
+ "version": [
+ 20180617,
+ 952
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "4f4fca9f04f7088c98aa195cf33635a35a6055cb",
+ "sha256": "04nd9fcp0ff2sjhwrq4nqjicc50m7498vq1qzw2cn5c5gaqmzff8"
+ },
+ "stable": {
+ "version": [
+ 3,
+ 0
+ ],
+ "deps": [
+ "yasnippet"
+ ],
+ "commit": "c1de31d2b16d98af197a4392b6481346ab4e8d57",
+ "sha256": "0lp5ym2smmvmlxpdyv4kh75qsz8dsdz9afd8nxaq8y4fazzabblx"
+ }
+ },
+ {
+ "ename": "yatex",
+ "commit": "9854c39fc1889891fe460d0d5ac9224de3f6c635",
+ "sha256": "1qbqdsqf5s61hyyzx84csnby242n5sdcmcw55pa8r16j8kyzgrc0",
+ "fetcher": "hg",
+ "url": "https://www.yatex.org/hgrepos/yatex",
+ "unstable": {
+ "version": [
+ 20190525,
+ 548
+ ],
+ "commit": "714f3527b4a16daf7a811dcc7b344ac989064f52",
+ "sha256": "12sqy2wrlgzi71vn3q5h47z1i6l6di3pnr4pmn0ixdp500gvy2fv"
+ }
+ },
+ {
+ "ename": "yaxception",
+ "commit": "1da5261081fc66910d935b81e52391c071e52379",
+ "sha256": "18n2kjbgfhkhcwigxmv8dk72jp57vsqqd20lc26v5amx6mrhgh58",
+ "fetcher": "github",
+ "repo": "aki2o/yaxception",
+ "unstable": {
+ "version": [
+ 20150105,
+ 1452
+ ],
+ "commit": "4e94cf3e0b9b5631b0e90eb4b7de597ee7185875",
+ "sha256": "0nqyn1b01v1qxv7rcf46qypca61lmpm8d7kqv63jazw3n05qdnj8"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 3
+ ],
+ "commit": "4e94cf3e0b9b5631b0e90eb4b7de597ee7185875",
+ "sha256": "0nqyn1b01v1qxv7rcf46qypca61lmpm8d7kqv63jazw3n05qdnj8"
+ }
+ },
+ {
+ "ename": "ycm",
+ "commit": "44e168f757cb51249db2deb9f781eff99cf6fb7c",
+ "sha256": "16ahgvi85ddjlrjxld14zm2vvam0m89mwskizjd5clcz0snk51sc",
+ "fetcher": "github",
+ "repo": "neuromage/ycm.el",
+ "unstable": {
+ "version": [
+ 20150822,
+ 1836
+ ],
+ "commit": "4da8a14abcd0f4fa3235042ade2e12b5068c0601",
+ "sha256": "0znchya89zzk30mwl4qfm0q9sfa5m3jspapb892ydj0mck5n4nyj"
+ }
+ },
+ {
+ "ename": "ycmd",
+ "commit": "4b25378540c64d0214797348579671bf2b8cc696",
+ "sha256": "10jqr6xz2fnrd1ihips9jmbcd28zha432h4pxjpswz3ivwjqhxna",
+ "fetcher": "github",
+ "repo": "abingham/emacs-ycmd",
+ "unstable": {
+ "version": [
+ 20190416,
+ 807
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "deferred",
+ "let-alist",
+ "pkg-info",
+ "request",
+ "request-deferred",
+ "s"
+ ],
+ "commit": "6f4f7384b82203cccf208e3ec09252eb079439f9",
+ "sha256": "1bl86x8nqw4jqzb8pfm6hm316hmk1bx8v3qz7wq9z92hb67ck2kn"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 2
+ ],
+ "deps": [
+ "cl-lib",
+ "dash",
+ "deferred",
+ "let-alist",
+ "pkg-info",
+ "request",
+ "request-deferred",
+ "s"
+ ],
+ "commit": "d042a673b4d717c3ca9d641f120bfe16c994c740",
+ "sha256": "0rxw86xi9xgr0fp6wmd6hgqgqr9flk7p4lcr0052jhlwknj1nrx0"
+ }
+ },
+ {
+ "ename": "ydk-mode",
+ "commit": "865b9ee86ca28fc1cedc0a432a292400184711ae",
+ "sha256": "1z9digf39d7dd736svp0cy6773l3nklzc263q23gwfcg0jswbdyg",
+ "fetcher": "github",
+ "repo": "jacksonrayhamilton/ydk-mode",
+ "unstable": {
+ "version": [
+ 20170113,
+ 921
+ ],
+ "commit": "f3f125b29408e0b0a34fec27dcb7c02c5dbfd04e",
+ "sha256": "0ndmbswrv8vyw18zhbmjr11400l546zqaj7dzfvwb5rhdv2d0abi"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 0,
+ 0
+ ],
+ "commit": "f3f125b29408e0b0a34fec27dcb7c02c5dbfd04e",
+ "sha256": "0ndmbswrv8vyw18zhbmjr11400l546zqaj7dzfvwb5rhdv2d0abi"
+ }
+ },
+ {
+ "ename": "yequake",
+ "commit": "194968f221b2f60042a3684e1ca3e1c18adbde8e",
+ "sha256": "1ps5r6k2903w9qbr3aszw3l3mgcg2zlnxlzbak99314if5k6aiak",
+ "fetcher": "github",
+ "repo": "alphapapa/yequake",
+ "unstable": {
+ "version": [
+ 20190114,
+ 1955
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "4c093fa6ca3b8953ee509c7d8f434984d55ec802",
+ "sha256": "0y9dhvfp31yn8cgqslk647b8fs1sv0kwwnnjakjhx2zm3ljld3s0"
+ }
+ },
+ {
+ "ename": "yesql-ghosts",
+ "commit": "3c652657be0f9b9dcb236e01c3abd2fd717190d7",
+ "sha256": "1hxzbnfd15f0ifdqjbw9nhxd0z46x705v2bc0xl71nav78fgpswf",
+ "fetcher": "github",
+ "repo": "magnars/yesql-ghosts",
+ "unstable": {
+ "version": [
+ 20150220,
+ 1237
+ ],
+ "deps": [
+ "cider",
+ "dash",
+ "s"
+ ],
+ "commit": "8f1faf0137b85a5072d13e1240a463d9a35ce2bb",
+ "sha256": "1fyvvkx6pa41bcr9cyh4yclwdzc5bs742s9fxr6wb4a5scq3hg9m"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 0
+ ],
+ "deps": [
+ "cider",
+ "dash",
+ "s"
+ ],
+ "commit": "bd834e97f263f9f981758c1462bc6297a83ca852",
+ "sha256": "0yvz7lmid4jcikb9jmc7h2lcry3fdyy809k25nyasj2bk41xqqsd"
+ }
+ },
+ {
+ "ename": "yoficator",
+ "commit": "5156f01564978718dd99ab3a54f19b6512de5c3c",
+ "sha256": "0b6lv6wk5ammhb9rws9kig02wkm84i5avm7a1vd4sb7wkgm9nj9r",
+ "fetcher": "gitlab",
+ "repo": "link2xt/yoficator",
+ "unstable": {
+ "version": [
+ 20190509,
+ 1620
+ ],
+ "commit": "fa914f9648515bca54b5e558ca57d2b65fa57491",
+ "sha256": "0mgkwjprcj47zn8kd3ppqnbnmnn00cvnbs0r0h5951966vshh13f"
+ }
+ },
+ {
+ "ename": "yoshi-theme",
+ "commit": "6e9a549e31c4097ee24b4bff12ec5d20d3beac68",
+ "sha256": "1kzdjs3rzg9rxrjgsk0wk75rwvbip6ixg1apcxv2c1a6biqqf2hv",
+ "fetcher": "github",
+ "repo": "ryuslash/yoshi-theme",
+ "unstable": {
+ "version": [
+ 20190505,
+ 728
+ ],
+ "commit": "70365870ff823b954aa85972217d8f116c45d939",
+ "sha256": "1myrvw0brl6cn3gljbplgxj3mr3mzicfymg7sir8hrk4d5g498yn"
+ },
+ "stable": {
+ "version": [
+ 6,
+ 2,
+ 0
+ ],
+ "commit": "70365870ff823b954aa85972217d8f116c45d939",
+ "sha256": "1myrvw0brl6cn3gljbplgxj3mr3mzicfymg7sir8hrk4d5g498yn"
+ }
+ },
+ {
+ "ename": "youdao-dictionary",
+ "commit": "712bdf83f71c2105754f9b549a889ffc5b7ba565",
+ "sha256": "1qfk7s18br9jask1bpida0cjxks098qpz0ssmw8misi3bjax0fym",
+ "fetcher": "github",
+ "repo": "xuchunyang/youdao-dictionary.el",
+ "unstable": {
+ "version": [
+ 20180714,
+ 414
+ ],
+ "deps": [
+ "chinese-word-at-point",
+ "names",
+ "popup",
+ "pos-tip"
+ ],
+ "commit": "9496ea3ba8aa999db3dbde88d6aa37f3579d8dea",
+ "sha256": "0kn07ksjdrwl0m1wiac83ljg5drrmyf65gxm4m6r3iz1awd1akbb"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 4
+ ],
+ "deps": [
+ "chinese-word-at-point",
+ "names",
+ "popup"
+ ],
+ "commit": "a6e44e4fb93cc1b9f1067f10cf854b0bfc3fe732",
+ "sha256": "1m4zri7kiw70062w2sp4fdqmmx2vmjisamjwmjdg6669dzvnpawq"
+ }
+ },
+ {
+ "ename": "z3-mode",
+ "commit": "e056fb14b46b97ff31b1db3b8bd31e395a54cd87",
+ "sha256": "183lzhgjj480ca2939za3rlnsbfn24mgi501n66h5wim950v7vgd",
+ "fetcher": "github",
+ "repo": "zv/z3-mode",
+ "unstable": {
+ "version": [
+ 20151120,
+ 2255
+ ],
+ "deps": [
+ "flycheck"
+ ],
+ "commit": "163dc01d59e9880b4dc188d4e1ad84d6c0c852e1",
+ "sha256": "1k7m3xk5ksbr2s3ypz5yqafz9sfav1m0qk2jz1xyi3fdaw2j0w2z"
+ }
+ },
+ {
+ "ename": "zeal-at-point",
+ "commit": "4bcb472b6b18b75acd9c68e1fc7ecce4c2a40d8f",
+ "sha256": "1cz53plk5bax5azm13y7xz530qcfh0scm0cgrkrgwja2wwlxirnw",
+ "fetcher": "github",
+ "repo": "jinzhu/zeal-at-point",
+ "unstable": {
+ "version": [
+ 20180131,
+ 2354
+ ],
+ "commit": "0fc3263f44e95acd3e9d91057677621ce4d297ee",
+ "sha256": "0aq9w9pjyzdgf63hwffhph6k43vv3cxmffklrjkjj3hqv796k8yd"
+ }
+ },
+ {
+ "ename": "zel",
+ "commit": "25b445a1dea5e8f1042bed6b5372471c25129fd8",
+ "sha256": "0fwc1fghsw2rg4fv10kgc9d6rhbq20xa9diqcvp1f1cqs12rfhpd",
+ "fetcher": "github",
+ "repo": "rudolfochrist/zel",
+ "unstable": {
+ "version": [
+ 20171014,
+ 832
+ ],
+ "deps": [
+ "frecency"
+ ],
+ "commit": "9dae2d212224d1deae1f62561fa8e4d689fd09f2",
+ "sha256": "1518wp3zjfdvzz5r22cjgn735c4yxr345qzj40b5agww4dsxmwmp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 2
+ ],
+ "deps": [
+ "frecency"
+ ],
+ "commit": "1d938ac01a42e7a985a3f92f5e97bc09e057676e",
+ "sha256": "1hk84x4aqcfd3jggk9san1v4kr58v2zhikbv9sh3dcii6x5w2nv0"
+ }
+ },
+ {
+ "ename": "zen-and-art-theme",
+ "commit": "692cfa0e9edbc1b7114e2ae2f36bef34b20ad17c",
+ "sha256": "0b2lflji955z90xl9iz2y1vm04yljghbw4948gh5vv5p7mwibgf2",
+ "fetcher": "github",
+ "repo": "developernotes/zen-and-art-theme",
+ "unstable": {
+ "version": [
+ 20120622,
+ 1437
+ ],
+ "commit": "a7226cbce0bca2501d69a620cb2aeabfc396c232",
+ "sha256": "0dnaxhsw549k54j0mgydm7qbl4pizgipfyzc15f9afsxa107rpnl"
+ }
+ },
+ {
+ "ename": "zenburn-theme",
+ "commit": "091dcc3775ec2137cb61d66df4e72aca4900897a",
+ "sha256": "1kb371j9aissj0vy07jw4ydfn554blc8b2rbi0x1dvfksr2rhsn9",
+ "fetcher": "github",
+ "repo": "bbatsov/zenburn-emacs",
+ "unstable": {
+ "version": [
+ 20190809,
+ 1324
+ ],
+ "commit": "4db36d32207613340dfc6a48fcf8e57a60d97ba3",
+ "sha256": "0xkchyg3qsv7nwbl8idypr0wc90c9qhw5s1pbg6xwcyvn9751sba"
+ },
+ "stable": {
+ "version": [
+ 2,
+ 6
+ ],
+ "commit": "4c75edfe7862c903b2584266284ed951004f5b62",
+ "sha256": "1n87r5hs7h5r8dgfid66skpzcypl9hssr9m3npp916g6jfsi782f"
+ }
+ },
+ {
+ "ename": "zencoding-mode",
+ "commit": "e7f2ebb9d860aa4f0797cdaadaa35fb3f5c4460b",
+ "sha256": "1fclad1dyngyg9ncfkcqfxybvy8482i2bd409cgxi9y4h1wc7ws7",
+ "fetcher": "github",
+ "repo": "rooney/zencoding",
+ "unstable": {
+ "version": [
+ 20140213,
+ 822
+ ],
+ "commit": "58e42af182c98cb9941d27cd042d227fbf4e146c",
+ "sha256": "1y3wj15kfbgskl29glmba6lzq43rcm141p4i5s180aqcw7ydp5vr"
+ }
+ },
+ {
+ "ename": "zenity-color-picker",
+ "commit": "8b4c6b03c5ff78ce327dcf66b175e266bbc53dbf",
+ "sha256": "0rim1mbhlb2lj302c58rs5l7bd168nxg1jpir6cbpf8rp0k35ldb",
+ "fetcher": "git",
+ "url": "https://bitbucket.org/Soft/zenity-color-picker.el",
+ "unstable": {
+ "version": [
+ 20160302,
+ 1154
+ ],
+ "commit": "4f4f46676a461ebc881487fb70c8c181e323db5e",
+ "sha256": "14i2k52qz77dv04w39fyp9hfq983fwa3803anqragk608xgwpf4s"
+ }
+ },
+ {
+ "ename": "zeno-theme",
+ "commit": "9703a222f51dc283e9462cceb5afeb009f7401dc",
+ "sha256": "0bqv1gdqlh7i48ckpgss6h9mmc9hpkqlb94aam0kkq2ga125gmwc",
+ "fetcher": "github",
+ "repo": "jbharat/zeno-theme",
+ "unstable": {
+ "version": [
+ 20181027,
+ 118
+ ],
+ "commit": "0914c4a5b1b9499e7f1ca5699b1c3ea2f4be3f1a",
+ "sha256": "1zl1ks7n35i9mn5w7ac3j15820fbgpbcmmysv25crvi4g9z94mqj"
+ }
+ },
+ {
+ "ename": "zephir-mode",
+ "commit": "5bd901c93ce7f64de6082e801327adbd18fd4517",
+ "sha256": "0nxm6w7z89q2vvf3bp1p6hb6f2axv9ha85jyiv4k02l46sjprf4j",
+ "fetcher": "github",
+ "repo": "sergeyklay/zephir-mode",
+ "unstable": {
+ "version": [
+ 20170918,
+ 425
+ ],
+ "deps": [
+ "cl-lib",
+ "pkg-info"
+ ],
+ "commit": "1db4071a014a796120b5c3d0a7f91eb77359eb10",
+ "sha256": "0kqnihir4rr8ckzz3wn5sz3qwgnvpa8bqw767khn887bpf7qsmiq"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 3,
+ 3
+ ],
+ "commit": "243f0fb7fd1dfebf0f0bdf94046b72d1bea4f66c",
+ "sha256": "0jydy2zcbksi7db7bvfhgdh08np8k4a1yd6q2wq6m3ll2y3zd0w2"
+ }
+ },
+ {
+ "ename": "zerodark-theme",
+ "commit": "d00b78ead693e844e35c760fe2c39b8ed6cb0d81",
+ "sha256": "1nqzswmnq6h0av4rivqm237h7ghp7asa2nvls7nz4ma467p9qhp9",
+ "fetcher": "github",
+ "repo": "NicolasPetton/zerodark-theme",
+ "unstable": {
+ "version": [
+ 20190528,
+ 923
+ ],
+ "deps": [
+ "all-the-icons"
+ ],
+ "commit": "df22536a244293591575e56970bf83814faa7c14",
+ "sha256": "0pfyd1iqs7l2ngwgvj9n0r9k1px7yl16h8n502xdyf0pprxcs4p6"
+ },
+ "stable": {
+ "version": [
+ 4,
+ 5
+ ],
+ "deps": [
+ "all-the-icons",
+ "flycheck",
+ "magit"
+ ],
+ "commit": "ceb46240636865e86f3fe26906957943ba7bd73c",
+ "sha256": "0nnlxzsmhsbszqigcyxak9i1a0digrd13gv6v18ck4h760mihh1m"
+ }
+ },
+ {
+ "ename": "zig-mode",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "1kg1x0l65nqqpzn5np41ya9khr1yqcg5ki7z3jw0g4wxdbz7lrbx",
+ "fetcher": "github",
+ "repo": "ziglang/zig-mode",
+ "unstable": {
+ "version": [
+ 20190109,
+ 217
+ ],
+ "commit": "c2deea85dd65c3e73c2771c56a998cbdeb9ff717",
+ "sha256": "10k7i2fj3imbq09fkcgd4kjp7n1dn46119jqrd6kbx5inlkq1782"
+ }
+ },
+ {
+ "ename": "zlc",
+ "commit": "cae2ac3513e371a256be0f1a7468e38e686c2487",
+ "sha256": "0qw0qf14l09mcnw7h0ccbw17psfpra76qfawkc10zpdb5a2167d0",
+ "fetcher": "github",
+ "repo": "mooz/emacs-zlc",
+ "unstable": {
+ "version": [
+ 20151011,
+ 157
+ ],
+ "commit": "4dd2ba267ecdeac845a7cbb3147294ee7daa25f4",
+ "sha256": "1gb51bqdf87yibs1zngk6q090p05293cpwlwbwzhnih9sl6wkq8x"
+ }
+ },
+ {
+ "ename": "zmq",
+ "commit": "72f4dcc2723de826bf1af7235ac6d9119a243c63",
+ "sha256": "14bbh00a58xgxyxl8zjxl57rf6351fnwsnk4cvvy341fvf86dklc",
+ "fetcher": "github",
+ "repo": "dzop/emacs-zmq",
+ "unstable": {
+ "version": [
+ 20190812,
+ 1910
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "0544b70bf99b6eb95f46e0fcd788d98da50cb892",
+ "sha256": "0r9aq933b2pk9m70phfz3ah3dk1c5axmjixcf8cf19sjsv1hcc9x"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 10,
+ 10
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "6120251d86bc85138305c1bf02b1000dc435fdb5",
+ "sha256": "0ngxm5mm0kqgvn8977ryrngamx0khzlw86d8vz5s0jhm2kgwnqp8"
+ }
+ },
+ {
+ "ename": "znc",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1017dlzbpb3ww0zb370bgsdrzr4kcc72ddby9j63d95chz2jg0hb",
+ "fetcher": "github",
+ "repo": "sshirokov/ZNC.el",
+ "unstable": {
+ "version": [
+ 20160627,
+ 2032
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "ce468d185e4a949c45fdd7586313144bc69d4fe5",
+ "sha256": "0jh11lbzsndsz9i143av7510417nzwy4j3mmpq7cjixfbmnxdq06"
+ }
+ },
+ {
+ "ename": "zombie",
+ "commit": "0da12385908c0e2ecd087ea7572fedf0a2dcf03f",
+ "sha256": "0ji3nsxwbxmmygd6plpbc1lkw6i5zw4y6x3r5n2ah3ds4vjr7cnv",
+ "fetcher": "github",
+ "repo": "zk-phi/zombie",
+ "unstable": {
+ "version": [
+ 20141222,
+ 1616
+ ],
+ "commit": "ff8cd1b4cdbb4b0b9b8fd1ec8f6fb93eba249345",
+ "sha256": "1gm3ly6czbw4vrxcslm50jy6nxf2qsl656cjwbyhw251wppn75cg"
+ }
+ },
+ {
+ "ename": "zombie-trellys-mode",
+ "commit": "e66db80ab82a69542688cd57c9e0ec10e6616c87",
+ "sha256": "19xzvppw7f35s82hm0y7sga8dyjjyy0dxy6vji4hxdpjziz7lggv",
+ "fetcher": "github",
+ "repo": "david-christiansen/zombie-trellys-mode",
+ "unstable": {
+ "version": [
+ 20150304,
+ 1448
+ ],
+ "deps": [
+ "cl-lib",
+ "haskell-mode"
+ ],
+ "commit": "7f0c45fdda3a44c3b6d1762d116abb1421b8fba2",
+ "sha256": "04m53hzk5n9vxh0gxi8jzpdhsdjlxnvz7hmsisr3bs99v603ha01"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 1
+ ],
+ "deps": [
+ "cl-lib",
+ "haskell-mode"
+ ],
+ "commit": "9e99d444a387dd1634cab62ef802683f5bf5d907",
+ "sha256": "1ksjd3askc3k1l0b3nia5mzkxa74bidh2x0xlrj4qs4im5445vnz"
+ }
+ },
+ {
+ "ename": "zone-nyan",
+ "commit": "855ea20024b606314f8590129259747cac0bcc97",
+ "sha256": "1g7i5p26gb9gny64b84x6zqml7fly5q9aykmc6l6c1kfl6pqxs94",
+ "fetcher": "github",
+ "repo": "wasamasa/zone-nyan",
+ "unstable": {
+ "version": [
+ 20170818,
+ 1644
+ ],
+ "deps": [
+ "esxml"
+ ],
+ "commit": "4b1f8d95f130946718d52806489ffe2762aebfdc",
+ "sha256": "1axq4ch7garlfrybq9kgv6x7d8y4dw5y9pqbqlqvlwf4xmdrvzmm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "deps": [
+ "esxml"
+ ],
+ "commit": "e36875d83ad3dce14f23864688959fa0d98ba410",
+ "sha256": "1lrgirfvcvbir7csshkhhwj99jj1x5aprhw7xfiicv7nan9m6gjy"
+ }
+ },
+ {
+ "ename": "zone-rainbow",
+ "commit": "c8f678d32c8cd1bcc8ec042e7e68ca3a5259da65",
+ "sha256": "0l51fmhvx9vsxbs62cbjgqphb691397f651nqin7cj3dfvchzh4j",
+ "fetcher": "github",
+ "repo": "kawabata/zone-rainbow",
+ "unstable": {
+ "version": [
+ 20160120,
+ 1334
+ ],
+ "commit": "2ba4f1a87c69c4712124ebf12c1f3ea171e1af36",
+ "sha256": "0w550l9im3mhxhja1b7cr9phdcbvx5lprw551lj0d1lv7qvjasz0"
+ }
+ },
+ {
+ "ename": "zone-select",
+ "commit": "ecad1475d9a04ddd84f86ed950f742f68bcf71f8",
+ "sha256": "05kc211invmy4ajwf71vgr2b7bdgn99c4a26m95gcjqgy3sh5xzz",
+ "fetcher": "github",
+ "repo": "kawabata/zone-select",
+ "unstable": {
+ "version": [
+ 20160118,
+ 1419
+ ],
+ "deps": [
+ "dash"
+ ],
+ "commit": "bf30da12f1625fe6563448fccf3c506acad10af7",
+ "sha256": "17mrzf85ym0x5ih4l6sjdjlcmviabf8c8rpvpkd90gp9qxd8pyx1"
+ }
+ },
+ {
+ "ename": "zone-sl",
+ "commit": "11c976519e0cb320e48f40f4d735e557b3dfc1b9",
+ "sha256": "04rwd6vj3abk3bzhq3swxwcq5da2n9cldrcmvnqgjr975np4cgs3",
+ "fetcher": "github",
+ "repo": "kawabata/zone-sl",
+ "unstable": {
+ "version": [
+ 20160201,
+ 1210
+ ],
+ "commit": "7ec22e3661c6348382f9fc39a9d0063dbd2352ff",
+ "sha256": "0m1q45pza61j0fp8cxkgmds5fyjrk0nqpwhg8m91610m3pvyc3ap"
+ }
+ },
+ {
+ "ename": "zoom",
+ "commit": "3fe094c99756ad29eda9bc51f31bb70c4ddc4131",
+ "sha256": "09bk0nnfj72an2b3rravd6qp21gdgcm1m55qnf2r8rzbgqymq5ls",
+ "fetcher": "github",
+ "repo": "cyrus-and/zoom",
+ "unstable": {
+ "version": [
+ 20190523,
+ 1300
+ ],
+ "commit": "578295532fb1c4ad2a2e95894e65cce02f812b54",
+ "sha256": "1qcni15mps7w9waail21x0fy2rrd5y8cm4yzi8rs2ar4vqrjbyyp"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 2
+ ],
+ "commit": "578295532fb1c4ad2a2e95894e65cce02f812b54",
+ "sha256": "1qcni15mps7w9waail21x0fy2rrd5y8cm4yzi8rs2ar4vqrjbyyp"
+ }
+ },
+ {
+ "ename": "zoom-window",
+ "commit": "8a55cc66cc0deb1c24023f638b8e920c9d975859",
+ "sha256": "0l9683nk2bdm49likk9c55c23qfy6f1pn04drqwd1vhpanz4l4b3",
+ "fetcher": "github",
+ "repo": "syohex/emacs-zoom-window",
+ "unstable": {
+ "version": [
+ 20170302,
+ 827
+ ],
+ "commit": "cd6ecc103fc30b171bda7daf1f44a550854d0dbf",
+ "sha256": "1rfhdzwyag32s15ysmf75976nvkx995581afaa4ychj45vwnaqfm"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 5
+ ],
+ "commit": "eefe36d26e04a9f89aad27671d1f06e9d4736ac6",
+ "sha256": "08splg49ncgfsap3ivpc974wmg22ikshwv33l0i6advjjv9cskhm"
+ }
+ },
+ {
+ "ename": "zop-to-char",
+ "commit": "b0a9277f1a5f1aef8886e739c73dea91d3f81dc5",
+ "sha256": "0jnspvqqvnaplld083j7cqqxw122qazh88ab7hymci36m3ka9hga",
+ "fetcher": "github",
+ "repo": "thierryvolpiatto/zop-to-char",
+ "unstable": {
+ "version": [
+ 20160212,
+ 1554
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "00152aa666354b27e56e20565f186b363afa0dce",
+ "sha256": "1s4adi9hyhxn7ynx195mgg10h817hxdmlzlp09633bj0llr1mjn3"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 1
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "816ea90337db0545a2f0a5079f4d7b3a2822af7d",
+ "sha256": "14waf3g7b92k3qd5088w4pn0wcspxjfkbswlzf7nnkjliw1yh0kf"
+ }
+ },
+ {
+ "ename": "zossima",
+ "commit": "b7566fe6fffc38981ea33582d783c58f3842fe28",
+ "sha256": "11kmnbqv4s8arindg7cxcdhbvfxsckks332wn7aiyb3bjhcgzwjb",
+ "fetcher": "github",
+ "repo": "technomancy/zossima",
+ "unstable": {
+ "version": [
+ 20121124,
+ 35
+ ],
+ "deps": [
+ "inf-ruby"
+ ],
+ "commit": "991676635c374d2a12714dcf48c1ce2d6f97a375",
+ "sha256": "0fgwxw7r3zfv0b7xi8bx7kxff2r5hdw9gxf16kwq04fnh18nhi39"
+ }
+ },
+ {
+ "ename": "zotelo",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0y6s5ma7633h5pf9zj7vkazidlf211va7nk47ppb1q0iyfkyln36",
+ "fetcher": "github",
+ "repo": "vspinu/zotelo",
+ "unstable": {
+ "version": [
+ 20160602,
+ 949
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "d9dc089b9adfcc70a63f2a84269a12eb7cb4c748",
+ "sha256": "1gff44nwiqhqhppwmsn38njkph4g9bw669p95m8p2avb7x7kiybl"
+ },
+ "stable": {
+ "version": [
+ 1,
+ 3
+ ],
+ "commit": "56eaaa76f80bd15710e68af4a1e585394af987d3",
+ "sha256": "0qwdbzfi8mddmchdd9ab9ms1ynlc8dx08i6g2mf3za1sbcivdqsr"
+ }
+ },
+ {
+ "ename": "zotxt",
+ "commit": "b633453e77a719f6b6b6564e66c1c1260db38aa6",
+ "sha256": "18jla05g2k8zfrmp7q9kpr1mpw6smxzdyn8nfghm306wvv9ff8y5",
+ "fetcher": "gitlab",
+ "repo": "egh/zotxt-emacs",
+ "unstable": {
+ "version": [
+ 20180518,
+ 147
+ ],
+ "deps": [
+ "request-deferred"
+ ],
+ "commit": "23a4a9f74a658222027d53a9a83cd4bcc583ca8b",
+ "sha256": "09fq3w9yk9kn6bz7y9kgpiw612dvj3yzsdk734js6zgb0p8lfd2c"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 34
+ ],
+ "deps": [
+ "request-deferred"
+ ],
+ "commit": "43c0c6d23b31126bac6b14bb85608180fd9c866f",
+ "sha256": "0qksa67aazs9vx7v14nlakr34z6l0h6mhfzi2c0vhrr0c210r6hp"
+ }
+ },
+ {
+ "ename": "zoutline",
+ "commit": "4a26341f491145938aee9b531cd861200bfa2f6d",
+ "sha256": "1yyww84b58ymbx0w1gkgd0csr0cwlghdmnxk0jbzwc45g9g42k1m",
+ "fetcher": "github",
+ "repo": "abo-abo/zoutline",
+ "unstable": {
+ "version": [
+ 20190520,
+ 1819
+ ],
+ "commit": "63756846f8540b6faf89d885438186e4fe1c7d8a",
+ "sha256": "1w0zh6vs7klgivq5r030a82mcfg1zwic4x3fimyiqyg5n8p67hyx"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 2,
+ 0
+ ],
+ "commit": "63756846f8540b6faf89d885438186e4fe1c7d8a",
+ "sha256": "1w0zh6vs7klgivq5r030a82mcfg1zwic4x3fimyiqyg5n8p67hyx"
+ }
+ },
+ {
+ "ename": "zpl-mode",
+ "commit": "0bf11cd6ceb2633f968134d80f37d32f91c48227",
+ "sha256": "0wqhwzanvc1gpnykfqzi02p9zx0c1n6gnavg5dv1mlmc8x0hr67s",
+ "fetcher": "github",
+ "repo": "ax487/zpl-mode",
+ "unstable": {
+ "version": [
+ 20180906,
+ 1059
+ ],
+ "commit": "35e7e23c6baf31b5e65dd7405c8ab9b13c70637e",
+ "sha256": "147d7ylpk77zcsjim0my6cbyms28yd7mfaigmzm009jc1bn4r7f5"
+ }
+ },
+ {
+ "ename": "zpresent",
+ "commit": "3aae38ad54490fa650c832fb7d22e2c73b0fb060",
+ "sha256": "0316qyspmdbg94aw620133ilh8kfpr3db1p2cifgccgcacjv3v5j",
+ "fetcher": "bitbucket",
+ "repo": "zck/zpresent.el",
+ "unstable": {
+ "version": [
+ 20180605,
+ 438
+ ],
+ "deps": [
+ "dash",
+ "org-parser",
+ "request"
+ ],
+ "commit": "55fc14b66e2ea506247a4e7dd622a9dfe5545c4b",
+ "sha256": "17wkhl1a7jmg4ks011lf5h4f2vbhf8dl6vgzdzlmljk15f9hmw35"
+ }
+ },
+ {
+ "ename": "zprint-mode",
+ "commit": "125f6358dd8d715b61b12de5d39215453e53ea10",
+ "sha256": "07ziwnk1c620s7rp42fylpw5vgin0p7aapp3g8aif60vcb8g3m7y",
+ "fetcher": "github",
+ "repo": "pesterhazy/zprint-mode.el",
+ "unstable": {
+ "version": [
+ 20181111,
+ 1945
+ ],
+ "commit": "e1a7b7fe48e36e5cdf1269ab394d3cf779fdab58",
+ "sha256": "1ayw2ni49fvks6xaiqkvyn3rbkfw49kxhrnd2vnvcn7qhajbh435"
+ }
+ },
+ {
+ "ename": "ztree",
+ "commit": "f151e057c05407748991f23c021e94c178b87248",
+ "sha256": "1fk5xz8qq3azc66f954x5qvym94xnv4fg6wy83ihdfwycsas7j20",
+ "fetcher": "github",
+ "repo": "fourier/ztree",
+ "unstable": {
+ "version": [
+ 20180512,
+ 1850
+ ],
+ "deps": [
+ "cl-lib"
+ ],
+ "commit": "c54425a094353ec40a8179f9eab3596f76c6cf94",
+ "sha256": "0j8fpxds8m1zi04nrs8vv21091abvh4n8ab76f1sgdxnp4l5cfb0"
+ }
+ },
+ {
+ "ename": "zweilight-theme",
+ "commit": "6440f81aed1fcddcaf7afeedb74520e605211986",
+ "sha256": "1j8skn9hz1zkpdg7q0njv5b50cbvrixjjmkp43p58gx98q02p0kq",
+ "fetcher": "github",
+ "repo": "philiparvidsson/Zweilight-Theme-for-Emacs",
+ "unstable": {
+ "version": [
+ 20170113,
+ 605
+ ],
+ "commit": "7f45ab9e23164d65538edb2beb9692ecdc24c31e",
+ "sha256": "142ixk47a1x6xz8ibavzq7jxppjc2qvfwbly4sdyiwfpznbi4l3a"
+ }
+ },
+ {
+ "ename": "zygospore",
+ "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44",
+ "sha256": "0n9qs6fymdjly0i4rmx87y8gapfn5sqivsivcffi42vcb5f17kxj",
+ "fetcher": "github",
+ "repo": "LouisKottmann/zygospore.el",
+ "unstable": {
+ "version": [
+ 20140703,
+ 852
+ ],
+ "commit": "1af5ee663f5a7aa08d96a77cacff834dcdf55ea8",
+ "sha256": "0v73fgb0gf81vlihiicy32v6x86rr2hv0bxlpw7d3pk4ng1a0l3z"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 0,
+ 3
+ ],
+ "commit": "1af5ee663f5a7aa08d96a77cacff834dcdf55ea8",
+ "sha256": "0v73fgb0gf81vlihiicy32v6x86rr2hv0bxlpw7d3pk4ng1a0l3z"
+ }
+ },
+ {
+ "ename": "zzz-to-char",
+ "commit": "7063cbc1f1501ce81552d7ef1d42d1309f547c42",
+ "sha256": "16vwp0krshmn5x3ry1j512g4kydx39znjqzri4j7wgg49bz1n7vh",
+ "fetcher": "github",
+ "repo": "mrkkrp/zzz-to-char",
+ "unstable": {
+ "version": [
+ 20190713,
+ 1344
+ ],
+ "deps": [
+ "avy",
+ "cl-lib"
+ ],
+ "commit": "3499777d74add95625b4592b5d675a82abc8f888",
+ "sha256": "0548skxh3gyriwscjkz2zf8l3gn16vwz5ardwab03gw7a7arsrc9"
+ },
+ "stable": {
+ "version": [
+ 0,
+ 1,
+ 3
+ ],
+ "deps": [
+ "avy",
+ "cl-lib"
+ ],
+ "commit": "e571da33a0dde629314847338eedec84b40e9c32",
+ "sha256": "03i5bdq7d8la9kbvykgi7aa7v3c35nibgcd4pam99l47pm599ili"
+ }
+ }
+]
diff --git a/pkgs/applications/editors/emacs-modes/redshank/default.nix b/pkgs/applications/editors/emacs-modes/redshank/default.nix
deleted file mode 100644
index e03d2fdc90f..00000000000
--- a/pkgs/applications/editors/emacs-modes/redshank/default.nix
+++ /dev/null
@@ -1,23 +0,0 @@
-{ stdenv, fetchgit }:
-
-stdenv.mkDerivation rec {
- pname = "redshank";
- name = "${pname}-20120510";
-
- src = fetchgit {
- url = "http://www.foldr.org/~michaelw/projects/redshank.git";
- rev = "f98e68f532e622bcd464292ca4a9cf5fbea14ebb";
- sha256 = "1jdkgvd5xy9hl5q611jwah2n05abjp7qcy9sj4k1z11x0ii62b6p";
- };
-
- installPhase = ''
- mkdir -p $out/share/emacs/site-lisp
- cp *.el *.elc $out/share/emacs/site-lisp/
- '';
-
- meta = {
- description = "Common Lisp Editing Extensions (for Emacs)";
- homepage = http://www.foldr.org/~michaelw/emacs/redshank/;
- platforms = stdenv.lib.platforms.all;
- };
-}
diff --git a/pkgs/applications/editors/emacs-modes/stgit/default.nix b/pkgs/applications/editors/emacs-modes/stgit/default.nix
deleted file mode 100644
index 6460ee53abd..00000000000
--- a/pkgs/applications/editors/emacs-modes/stgit/default.nix
+++ /dev/null
@@ -1,25 +0,0 @@
-{ stdenv, fetchurl }:
-
-stdenv.mkDerivation rec {
- pname = "stgit";
- name = "${pname}-2009-10-28";
-
- unpackPhase = "true";
-
- src = fetchurl {
- url = "https://raw.githubusercontent.com/miracle2k/stgit/master/contrib/stgit.el";
- sha256 = "0pl8q480633vdkylr85s7cbd4653xpzwklnxrwm8xhsnvw9d501q";
- name = "stgit.el";
- };
-
- installPhase = ''
- mkdir -p $out/share/emacs/site-lisp
- cp $src $out/share/emacs/site-lisp/stgit.el
- '';
-
- meta = {
- description = "An emacs mode for Stgit";
- homepage = http://procode.org/stgit/;
- platforms = stdenv.lib.platforms.all;
- };
-}
diff --git a/pkgs/applications/editors/emacs-modes/update-elpa b/pkgs/applications/editors/emacs-modes/update-elpa
new file mode 100755
index 00000000000..ba2964b2ead
--- /dev/null
+++ b/pkgs/applications/editors/emacs-modes/update-elpa
@@ -0,0 +1,4 @@
+#! /usr/bin/env nix-shell
+#! nix-shell --show-trace ./emacs2nix.nix -i bash
+
+exec elpa-packages.sh --names $EMACS2NIX/names.nix -o elpa-generated.nix
diff --git a/pkgs/applications/editors/emacs-modes/update-melpa b/pkgs/applications/editors/emacs-modes/update-melpa
new file mode 100755
index 00000000000..5c636416a5e
--- /dev/null
+++ b/pkgs/applications/editors/emacs-modes/update-melpa
@@ -0,0 +1,6 @@
+#! /usr/bin/env nix-shell
+#! nix-shell --show-trace ./updater-emacs.nix -i bash
+
+SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
+
+exec emacs --fg-daemon=updater --quick -l $SCRIPT_DIR/update-melpa.el -f run-updater "$@"
diff --git a/pkgs/applications/editors/emacs-modes/update-melpa.el b/pkgs/applications/editors/emacs-modes/update-melpa.el
new file mode 100644
index 00000000000..b315777620e
--- /dev/null
+++ b/pkgs/applications/editors/emacs-modes/update-melpa.el
@@ -0,0 +1,434 @@
+;; -*- lexical-binding: t -*-
+
+;; This is the updater for recipes-archive-melpa.json
+
+(require 'promise)
+(require 'semaphore-promise)
+(require 'url)
+(require 'json)
+(require 'cl)
+(require 'subr-x)
+(require 'seq)
+
+;; # Lib
+
+(defun alist-set (key value alist)
+ (cons
+ (cons key value)
+ (assq-delete-all
+ key alist)))
+
+(defun alist-update (key f alist)
+ (let ((value (alist-get key alist)))
+ (cons
+ (cons key (funcall f value))
+ (assq-delete-all
+ key alist))))
+
+
+(defun process-promise (semaphore program &rest args)
+ "Generate an asynchronous process and
+return Promise to resolve in that process."
+ (promise-then
+ (semaphore-promise-gated
+ semaphore
+ (lambda (resolve reject)
+ (funcall resolve (apply #'promise:make-process program args))))
+ #'car))
+
+(defun mangle-name (s)
+ (if (string-match "^[a-zA-Z].*" s)
+ s
+ (concat "_" s)))
+
+;; ## Shell promise + env
+
+(defun as-string (o)
+ (with-output-to-string (princ o)))
+
+(defun assocenv (env &rest namevals)
+ (let ((process-environment (copy-sequence env)))
+ (mapc (lambda (e)
+ (setenv (as-string (car e))
+ (cadr e)))
+ (seq-partition namevals 2))
+ process-environment))
+
+(defun shell-promise (semaphore env script)
+ (semaphore-promise-gated
+ semaphore
+ (lambda (resolve reject)
+ (let ((process-environment env))
+ (funcall resolve (promise:make-shell-command script))))))
+
+;; # Updater
+
+;; ## Previous Archive Reader
+
+(defun previous-commit (index ename variant)
+ (when-let (pdesc (and index (gethash ename index)))
+ (when-let (desc (and pdesc (gethash variant pdesc)))
+ (gethash 'commit desc))))
+
+(defun previous-sha256 (index ename variant)
+ (when-let (pdesc (and index (gethash ename index)))
+ (when-let (desc (and pdesc (gethash variant pdesc)))
+ (gethash 'sha256 desc))))
+
+(defun parse-previous-archive (filename)
+ (let ((idx (make-hash-table :test 'equal)))
+ (loop for desc in
+ (let ((json-object-type 'hash-table)
+ (json-array-type 'list)
+ (json-key-type 'symbol))
+ (json-read-file filename))
+ do (puthash (gethash 'ename desc)
+ desc idx))
+ idx))
+
+;; ## Prefetcher
+
+;; (defun latest-git-revision (url)
+;; (process-promise "git" "ls-remote" url))
+
+(defun prefetch (semaphore fetcher repo commit)
+ (promise-then
+ (apply 'process-promise
+ semaphore
+ (pcase fetcher
+ ("github" (list "nix-prefetch-url"
+ "--unpack" (concat "https://github.com/" repo "/archive/" commit ".tar.gz")))
+ ("gitlab" (list "nix-prefetch-url"
+ "--unpack" (concat "https://gitlab.com/" repo "/repository/archive.tar.gz?ref=" commit)))
+ ("bitbucket" (list "nix-prefetch-hg"
+ (concat "https://bitbucket.com/" repo) commit))
+ ("hg" (list "nix-prefetch-hg"
+ repo commit))
+ ("git" (list "nix-prefetch-git"
+ "--fetch-submodules"
+ "--url" repo
+ "--rev" commit))
+ (_ (throw 'unknown-fetcher fetcher))))
+ (lambda (res)
+ (pcase fetcher
+ ("git" (alist-get 'sha256 (json-read-from-string res)))
+ (_ (car (split-string res)))))))
+
+(defun source-sha (semaphore ename eprops aprops previous variant)
+ (let* ((fetcher (alist-get 'fetcher eprops))
+ (url (alist-get 'url eprops))
+ (repo (alist-get 'repo eprops))
+ (commit (gethash 'commit aprops))
+ (prev-commit (previous-commit previous ename variant))
+ (prev-sha256 (previous-sha256 previous ename variant)))
+ (if (and commit prev-sha256
+ (equal prev-commit commit))
+ (progn
+ (message "INFO: %s: re-using %s %s" ename prev-commit prev-sha256)
+ (promise-resolve `((sha256 . ,prev-sha256))))
+ (if (and commit (or repo url))
+ (promise-then
+ (prefetch semaphore fetcher (or repo url) commit)
+ (lambda (sha256)
+ (message "INFO: %s: prefetched repository %s %s" ename commit sha256)
+ `((sha256 . ,sha256)))
+ (lambda (err)
+ (message "ERROR: %s: during prefetch %s" ename err)
+ (promise-resolve
+ `((error . ,err)))))
+ (progn
+ (message "ERROR: %s: no commit information" ename)
+ (promise-resolve
+ `((error . "No commit information"))))))))
+
+(defun source-info (recipe archive source-sha)
+ (let* ((esym (car recipe))
+ (ename (symbol-name esym))
+ (eprops (cdr recipe))
+ (aentry (gethash esym archive))
+ (version (and aentry (gethash 'ver aentry)))
+ (deps (when-let (deps (gethash 'deps aentry))
+ (remove 'emacs (hash-table-keys deps))))
+ (aprops (and aentry (gethash 'props aentry)))
+ (commit (gethash 'commit aprops)))
+ (append `((version . ,version))
+ (when (< 0 (length deps))
+ `((deps . ,(sort deps 'string<))))
+ `((commit . ,commit))
+ source-sha)))
+
+(defun recipe-info (recipe-index ename)
+ (if-let (desc (gethash ename recipe-index))
+ (destructuring-bind (rcp-commit . rcp-sha256) desc
+ `((commit . ,rcp-commit)
+ (sha256 . ,rcp-sha256)))
+ `((error . "No recipe info"))))
+
+(defun start-fetch (semaphore recipe-index-promise recipes unstable-archive stable-archive previous)
+ (promise-all
+ (mapcar (lambda (entry)
+ (let* ((esym (car entry))
+ (ename (symbol-name esym))
+ (eprops (cdr entry))
+ (fetcher (alist-get 'fetcher eprops))
+ (url (alist-get 'url eprops))
+ (repo (alist-get 'repo eprops))
+
+ (unstable-aentry (gethash esym unstable-archive))
+ (unstable-aprops (and unstable-aentry (gethash 'props unstable-aentry)))
+ (unstable-commit (and unstable-aprops (gethash 'commit unstable-aprops)))
+
+ (stable-aentry (gethash esym stable-archive))
+ (stable-aprops (and stable-aentry (gethash 'props stable-aentry)))
+ (stable-commit (and stable-aprops (gethash 'commit stable-aprops)))
+
+ (unstable-shap (if unstable-aprops
+ (source-sha semaphore ename eprops unstable-aprops previous 'unstable)
+ (promise-resolve nil)))
+ (stable-shap (if (equal unstable-commit stable-commit)
+ unstable-shap
+ (if stable-aprops
+ (source-sha semaphore ename eprops stable-aprops previous 'stable)
+ (promise-resolve nil)))))
+
+ (promise-then
+ (promise-all (list recipe-index-promise unstable-shap stable-shap))
+ (lambda (res)
+ (seq-let [recipe-index unstable-sha stable-sha] res
+ (append `((ename . ,ename))
+ (if-let (desc (gethash ename recipe-index))
+ (destructuring-bind (rcp-commit . rcp-sha256) desc
+ (append `((commit . ,rcp-commit)
+ (sha256 . ,rcp-sha256))
+ (when (not unstable-aprops)
+ (message "ERROR: %s: not in archive" ename)
+ `((error . "Not in archive")))))
+ `((error . "No recipe info")))
+ `((fetcher . ,fetcher))
+ (if (or (equal "github" fetcher)
+ (equal "bitbucket" fetcher)
+ (equal "gitlab" fetcher))
+ `((repo . ,repo))
+ `((url . ,url)))
+ (when unstable-aprops `((unstable . ,(source-info entry unstable-archive unstable-sha))))
+ (when stable-aprops `((stable . ,(source-info entry stable-archive stable-sha))))))))))
+ recipes)))
+
+;; ## Emitter
+
+(defun emit-json (prefetch-semaphore recipe-index-promise recipes archive stable-archive previous)
+ (promise-then
+ (start-fetch
+ prefetch-semaphore
+ recipe-index-promise
+ (sort recipes (lambda (a b)
+ (string-lessp
+ (symbol-name (car a))
+ (symbol-name (car b)))))
+ archive stable-archive
+ previous)
+ (lambda (descriptors)
+ (message "Finished downloading %d descriptors" (length descriptors))
+ (let ((buf (generate-new-buffer "*recipes-archive*")))
+ (with-current-buffer buf
+ ;; (switch-to-buffer buf)
+ ;; (json-mode)
+ (insert
+ (let ((json-encoding-pretty-print t)
+ (json-encoding-default-indentation " "))
+ (json-encode descriptors)))
+ buf)))))
+
+;; ## Recipe indexer
+
+(defun http-get (url parser)
+ (promise-new
+ (lambda (resolve reject)
+ (url-retrieve
+ url (lambda (status)
+ (funcall resolve (condition-case err
+ (progn
+ (goto-char (point-min))
+ (search-forward "\n\n")
+ (message (buffer-substring (point-min) (point)))
+ (delete-region (point-min) (point))
+ (funcall parser))
+ (funcall reject err))))))))
+
+(defun json-read-buffer (buffer)
+ (with-current-buffer buffer
+ (save-excursion
+ (mark-whole-buffer)
+ (json-read))))
+
+(defun error-count (recipes-archive)
+ (length
+ (seq-filter
+ (lambda (desc)
+ (alist-get 'error desc))
+ recipes-archive)))
+
+;; (error-count (json-read-buffer "recipes-archive-melpa.json"))
+
+(defun latest-recipe-commit (semaphore repo base-rev recipe)
+ (shell-promise
+ semaphore (assocenv process-environment
+ "GIT_DIR" repo
+ "BASE_REV" base-rev
+ "RECIPE" recipe)
+ "exec git log --first-parent -n1 --pretty=format:%H $BASE_REV -- recipes/$RECIPE"))
+
+(defun latest-recipe-sha256 (semaphore repo base-rev recipe)
+ (promise-then
+ (shell-promise
+ semaphore (assocenv process-environment
+ "GIT_DIR" repo
+ "BASE_REV" base-rev
+ "RECIPE" recipe)
+ "exec nix-hash --flat --type sha256 --base32 <(
+ git cat-file blob $(
+ git ls-tree $BASE_REV recipes/$RECIPE | cut -f1 | cut -d' ' -f3
+ )
+ )")
+ (lambda (res)
+ (car
+ (split-string res)))))
+
+(defun index-recipe-commits (semaphore repo base-rev recipes)
+ (promise-then
+ (promise-all
+ (mapcar (lambda (recipe)
+ (promise-then
+ (latest-recipe-commit semaphore repo base-rev recipe)
+ (let ((sha256p (latest-recipe-sha256 semaphore repo base-rev recipe)))
+ (lambda (commit)
+ (promise-then sha256p
+ (lambda (sha256)
+ (message "Indexed Recipe %s %s %s" recipe commit sha256)
+ (cons recipe (cons commit sha256))))))))
+ recipes))
+ (lambda (rcp-commits)
+ (let ((idx (make-hash-table :test 'equal)))
+ (mapc (lambda (rcpc)
+ (puthash (car rcpc) (cdr rcpc) idx))
+ rcp-commits)
+ idx))))
+
+(defun with-melpa-checkout (resolve)
+ (let ((tmpdir (make-temp-file "melpa-" t)))
+ (promise-finally
+ (promise-then
+ (shell-promise
+ (semaphore-create 1 "dummy")
+ (assocenv process-environment "MELPA_DIR" tmpdir)
+ "cd $MELPA_DIR
+ (git init --bare
+ git remote add origin https://github.com/melpa/melpa.git
+ git fetch origin) 1>&2
+ echo -n $MELPA_DIR")
+ (lambda (dir)
+ (message "Created melpa checkout %s" dir)
+ (funcall resolve dir)))
+ (lambda ()
+ (delete-directory tmpdir t)
+ (message "Deleted melpa checkout %s" tmpdir)))))
+
+(defun list-recipes (repo base-rev)
+ (promise-then
+ (shell-promise nil (assocenv process-environment
+ "GIT_DIR" repo
+ "BASE_REV" base-rev)
+ "git ls-tree --name-only $BASE_REV recipes/")
+ (lambda (s)
+ (mapcar (lambda (n)
+ (substring n 8))
+ (split-string s)))))
+
+;; ## Main runner
+
+(defvar recipe-indexp)
+(defvar archivep)
+
+(defun run-updater ()
+ (message "Turning off logging to *Message* buffer")
+ (setq message-log-max nil)
+ (setenv "GIT_ASKPASS")
+ (setenv "SSH_ASKPASS")
+ (setq process-adaptive-read-buffering nil)
+
+ ;; Indexer and Prefetcher run in parallel
+
+ ;; Recipe Indexer
+ (setq recipe-indexp
+ (with-melpa-checkout
+ (lambda (repo)
+ (promise-then
+ (promise-then
+ (list-recipes repo "origin/master")
+ (lambda (recipe-names)
+ (promise:make-thread #'index-recipe-commits
+ ;; The indexer runs on a local git repository,
+ ;; so it is CPU bound.
+ ;; Adjust for core count + 2
+ (semaphore-create 6 "local-indexer")
+ repo "origin/master"
+ ;; (seq-take recipe-names 20)
+ recipe-names)))
+ (lambda (res)
+ (message "Indexed Recipes: %d" (hash-table-count res))
+ (defvar recipe-index res)
+ res)
+ (lambda (err)
+ (message "ERROR: %s" err))))))
+
+ ;; Prefetcher + Emitter
+ (setq archivep
+ (promise-then
+ (promise-then (promise-all
+ (list (http-get "https://melpa.org/recipes.json"
+ (lambda ()
+ (let ((json-object-type 'alist)
+ (json-array-type 'list)
+ (json-key-type 'symbol))
+ (json-read))))
+ (http-get "https://melpa.org/archive.json"
+ (lambda ()
+ (let ((json-object-type 'hash-table)
+ (json-array-type 'list)
+ (json-key-type 'symbol))
+ (json-read))))
+ (http-get "https://stable.melpa.org/archive.json"
+ (lambda ()
+ (let ((json-object-type 'hash-table)
+ (json-array-type 'list)
+ (json-key-type 'symbol))
+ (json-read))))))
+ (lambda (resolved)
+ (message "Finished download")
+ (seq-let [recipes-content archive-content stable-archive-content] resolved
+ ;; The prefetcher is network bound, so 64 seems a good estimate
+ ;; for parallel network connections
+ (promise:make-thread #'emit-json (semaphore-create 64 "prefetch-pool")
+ recipe-indexp
+ recipes-content
+ archive-content
+ stable-archive-content
+ (parse-previous-archive "recipes-archive-melpa.json")))))
+ (lambda (buf)
+ (with-current-buffer buf
+ (write-file "recipes-archive-melpa.json")))
+ (lambda (err)
+ (message "ERROR: %s" err))))
+
+ ;; Shutdown routine
+ (make-thread
+ (lambda ()
+ (promise-finally archivep
+ (lambda ()
+ ;; (message "Joining threads %s" (all-threads))
+ ;; (mapc (lambda (thr)
+ ;; (when (not (eq thr (current-thread)))
+ ;; (thread-join thr)))
+ ;; (all-threads))
+
+ (kill-emacs 0))))))
diff --git a/pkgs/applications/editors/emacs-modes/update-org b/pkgs/applications/editors/emacs-modes/update-org
new file mode 100755
index 00000000000..2119a167228
--- /dev/null
+++ b/pkgs/applications/editors/emacs-modes/update-org
@@ -0,0 +1,4 @@
+#! /usr/bin/env nix-shell
+#! nix-shell --show-trace ./emacs2nix.nix -i bash
+
+exec org-packages.sh --names $EMACS2NIX/names.nix -o org-generated.nix
diff --git a/pkgs/applications/editors/emacs-modes/updater-emacs.nix b/pkgs/applications/editors/emacs-modes/updater-emacs.nix
new file mode 100644
index 00000000000..c7e858078e6
--- /dev/null
+++ b/pkgs/applications/editors/emacs-modes/updater-emacs.nix
@@ -0,0 +1,40 @@
+let
+ pkgs = import ../../../.. {};
+
+ emacsEnv = (pkgs.emacsPackagesNgFor pkgs.emacs26).emacsWithPackages (epkgs: let
+
+ promise = epkgs.trivialBuild {
+ pname = "promise";
+ version = "1";
+ src = pkgs.fetchFromGitHub {
+ owner = "bendlas";
+ repo = "emacs-promise";
+ rev = "4da97087c5babbd8429b5ce62a8323b9b03c6022";
+ sha256 = "0yin7kj69g4zxs30pvk47cnfygxlaw7jc7chr3b36lz51yqczjsy";
+ };
+ };
+
+ semaphore = epkgs.trivialBuild {
+ pname = "semaphore";
+ version = "1";
+ packageRequires = [ promise ];
+ src = pkgs.fetchFromGitHub {
+ owner = "webnf";
+ repo = "semaphore.el";
+ rev = "93802cb093073bc6a6ccd797328dafffcef248e0";
+ sha256 = "09pfyp27m35sv340xarhld7xx2vv5fs5xj4418709iw6l6hpk853";
+ };
+ };
+
+ in [ promise semaphore ]);
+
+in pkgs.mkShell {
+ buildInputs = [
+ pkgs.git
+ pkgs.nix
+ pkgs.bash
+ pkgs.nix-prefetch-git
+ pkgs.nix-prefetch-hg
+ emacsEnv
+ ];
+}
diff --git a/pkgs/applications/editors/emacs-modes/zeitgeist/default.nix b/pkgs/applications/editors/emacs-modes/zeitgeist/default.nix
index 3461787ab59..9403a51df53 100644
--- a/pkgs/applications/editors/emacs-modes/zeitgeist/default.nix
+++ b/pkgs/applications/editors/emacs-modes/zeitgeist/default.nix
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "zeitgeist-20120221";
- unpackPhase = "true";
+ dontUnpack = true;
src = fetchurl {
url = "https://raw.githubusercontent.com/alexmurray/dotfiles/master/.emacs.d/vendor/zeitgeist.el";
diff --git a/pkgs/applications/editors/emacs/25.nix b/pkgs/applications/editors/emacs/25.nix
index 852faeb7918..76009370473 100644
--- a/pkgs/applications/editors/emacs/25.nix
+++ b/pkgs/applications/editors/emacs/25.nix
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchurl, ncurses, xlibsWrapper, libXaw, libXpm, Xaw3d
, pkgconfig, gettext, libXft, dbus, libpng, libjpeg, libungif
, libtiff, librsvg, gconf, libxml2, imagemagick, gnutls, libselinux
-, alsaLib, cairo, acl, gpm, cf-private, AppKit, GSS, ImageIO
+, alsaLib, cairo, acl, gpm, AppKit, GSS, ImageIO
, withX ? !stdenv.isDarwin
, withGTK2 ? false, gtk2 ? null
, withGTK3 ? true, gtk3 ? null, gsettings-desktop-schemas ? null
@@ -62,11 +62,7 @@ stdenv.mkDerivation rec {
++ lib.optionals (withX && withGTK3) [ gtk3 gsettings-desktop-schemas ]
++ lib.optional (stdenv.isDarwin && withX) cairo
++ lib.optionals (withX && withXwidgets) [ webkitgtk24x-gtk3 glib-networking ]
- ++ lib.optionals stdenv.isDarwin [
- AppKit GSS ImageIO
- # Needed for CFNotificationCenterAddObserver symbols.
- cf-private
- ];
+ ++ lib.optionals stdenv.isDarwin [ AppKit GSS ImageIO ];
hardeningDisable = [ "format" ];
diff --git a/pkgs/applications/editors/emacs/default.nix b/pkgs/applications/editors/emacs/default.nix
index 4eb988a782c..4c95681c43d 100644
--- a/pkgs/applications/editors/emacs/default.nix
+++ b/pkgs/applications/editors/emacs/default.nix
@@ -1,13 +1,13 @@
-{ stdenv, lib, fetchpatch, fetchurl, ncurses, xlibsWrapper, libXaw, libXpm
+{ stdenv, lib, fetchurl, ncurses, xlibsWrapper, libXaw, libXpm
, Xaw3d, libXcursor, pkgconfig, gettext, libXft, dbus, libpng, libjpeg, libungif
, libtiff, librsvg, gconf, libxml2, imagemagick, gnutls, libselinux
-, alsaLib, cairo, acl, gpm, cf-private, AppKit, GSS, ImageIO, m17n_lib, libotf
+, alsaLib, cairo, acl, gpm, AppKit, GSS, ImageIO, m17n_lib, libotf
, systemd ? null
, withX ? !stdenv.isDarwin
, withNS ? stdenv.isDarwin
, withGTK2 ? false, gtk2-x11 ? null
, withGTK3 ? true, gtk3-x11 ? null, gsettings-desktop-schemas ? null
-, withXwidgets ? false, webkitgtk ? null, wrapGAppsHook ? null, glib-networking ? null
+, withXwidgets ? false, webkitgtk ? null, wrapGAppsHook ? null
, withCsrc ? true
, srcRepo ? false, autoconf ? null, automake ? null, texinfo ? null
, siteStart ? ./site-start.el
@@ -61,17 +61,14 @@ stdenv.mkDerivation rec {
++ lib.optionals stdenv.isLinux [ dbus libselinux systemd ]
++ lib.optionals withX
[ xlibsWrapper libXaw Xaw3d libXpm libpng libjpeg libungif libtiff librsvg libXft
- imagemagick gconf ]
+ gconf ]
+ ++ lib.optionals (withX || withNS) [ imagemagick ]
++ lib.optionals (stdenv.isLinux && withX) [ m17n_lib libotf ]
++ lib.optional (withX && withGTK2) gtk2-x11
++ lib.optionals (withX && withGTK3) [ gtk3-x11 gsettings-desktop-schemas ]
++ lib.optional (stdenv.isDarwin && withX) cairo
++ lib.optionals (withX && withXwidgets) [ webkitgtk ]
- ++ lib.optionals withNS [
- AppKit GSS ImageIO
- # Needed for CFNotificationCenterAddObserver symbols.
- cf-private
- ];
+ ++ lib.optionals withNS [ AppKit GSS ImageIO ];
hardeningDisable = [ "format" ];
diff --git a/pkgs/applications/editors/emacs/macport.nix b/pkgs/applications/editors/emacs/macport.nix
index 7c21c1cae5e..d51391595f4 100644
--- a/pkgs/applications/editors/emacs/macport.nix
+++ b/pkgs/applications/editors/emacs/macport.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, ncurses, pkgconfig, texinfo, libxml2, gnutls, gettext, autoconf, automake
-, cf-private, AppKit, Carbon, Cocoa, IOKit, OSAKit, Quartz, QuartzCore, WebKit
+, AppKit, Carbon, Cocoa, IOKit, OSAKit, Quartz, QuartzCore, WebKit
, ImageCaptureCore, GSS, ImageIO # These may be optional
}:
@@ -33,8 +33,6 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses libxml2 gnutls texinfo gettext
AppKit Carbon Cocoa IOKit OSAKit Quartz QuartzCore WebKit
ImageCaptureCore GSS ImageIO # may be optional
- # Needed for CFNotificationCenterAddObserver symbols.
- cf-private
];
postUnpack = ''
diff --git a/pkgs/applications/editors/emacs/site-start.el b/pkgs/applications/editors/emacs/site-start.el
index 34addc33a59..de4708b8890 100644
--- a/pkgs/applications/editors/emacs/site-start.el
+++ b/pkgs/applications/editors/emacs/site-start.el
@@ -1,6 +1,7 @@
+;; -*- lexical-binding: t; -*-
(defun nix--profile-paths ()
- "Returns a list of all paths in the NIX_PROFILES environment
-variable, ordered from more-specific (the user profile) to the
+ "Return a list of all paths in NIX_PROFILES.
+The list is ordered from more-specific (the user profile) to the
least specific (the system profile)"
(reverse (split-string (or (getenv "NIX_PROFILES") ""))))
@@ -23,6 +24,7 @@ least specific (the system profile)"
;;; Make `woman' find the man pages
+(defvar woman-manpath)
(eval-after-load 'woman
'(setq woman-manpath
(append (mapcar (lambda (x) (concat x "/share/man/"))
@@ -30,6 +32,7 @@ least specific (the system profile)"
woman-manpath)))
;;; Make tramp work for remote NixOS machines
+(defvar tramp-remote-path)
(eval-after-load 'tramp-sh
;; TODO: We should also add the other `NIX_PROFILES' to this path.
;; However, these are user-specific, so we would need to discover
@@ -42,6 +45,7 @@ least specific (the system profile)"
;;; the current file:
;;; from: /nix/store/-emacs-/share/emacs/site-lisp/site-start.el
;;; to: /nix/store/-emacs-/share/emacs//src/
+(defvar find-function-C-source-directory)
(let ((emacs
(file-name-directory ; .../emacs/
(directory-file-name ; .../emacs/site-lisp
diff --git a/pkgs/applications/editors/featherpad/default.nix b/pkgs/applications/editors/featherpad/default.nix
index 76e00edaa04..6d420599152 100644
--- a/pkgs/applications/editors/featherpad/default.nix
+++ b/pkgs/applications/editors/featherpad/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, qt5, fetchFromGitHub }:
+{ stdenv, pkgconfig, qt5, fetchFromGitHub }:
with qt5;
diff --git a/pkgs/applications/editors/focuswriter/default.nix b/pkgs/applications/editors/focuswriter/default.nix
index ce553fa8b28..b08e3b5fa23 100644
--- a/pkgs/applications/editors/focuswriter/default.nix
+++ b/pkgs/applications/editors/focuswriter/default.nix
@@ -1,12 +1,12 @@
-{ stdenv, fetchurl, pkgconfig, qmake, qttools, hunspell, qtbase, qtmultimedia }:
+{ stdenv, fetchurl, pkgconfig, qmake, qttools, hunspell, qtbase, qtmultimedia, mkDerivation }:
-stdenv.mkDerivation rec {
- name = "focuswriter-${version}";
- version = "1.7.2";
+mkDerivation rec {
+ pname = "focuswriter";
+ version = "1.7.3";
src = fetchurl {
url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
- sha256 = "1qsfcrscm3s0h7wcl6qn8zi0irr70zdacjxsdk73kpk1dhl2j85k";
+ sha256 = "155wf7z1g2yx6fb41w29kcb0m2rhnk9ci5yw882yy86s4x20b1jq";
};
nativeBuildInputs = [ pkgconfig qmake qttools ];
diff --git a/pkgs/applications/editors/ghostwriter/default.nix b/pkgs/applications/editors/ghostwriter/default.nix
index a65954d7d2a..1e07902365d 100644
--- a/pkgs/applications/editors/ghostwriter/default.nix
+++ b/pkgs/applications/editors/ghostwriter/default.nix
@@ -1,9 +1,8 @@
-{ stdenv, fetchFromGitHub, qmake, pkgconfig, qttools, qtwebengine, hunspell }:
+{ stdenv, mkDerivation, fetchFromGitHub, qmake, pkgconfig, qttools, qtwebengine, hunspell }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "ghostwriter";
version = "1.8.0";
- name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "wereturtle";
diff --git a/pkgs/applications/editors/gnome-builder/default.nix b/pkgs/applications/editors/gnome-builder/default.nix
index 63568bef6f7..740d65838c3 100644
--- a/pkgs/applications/editors/gnome-builder/default.nix
+++ b/pkgs/applications/editors/gnome-builder/default.nix
@@ -42,11 +42,11 @@ let
in
stdenv.mkDerivation rec {
pname = "gnome-builder";
- version = "3.32.0";
+ version = "3.32.4";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "00l7sshpndk995aw98mjmsc3mxhxzynlp7il551iwwjjdbc70qp4";
+ sha256 = "0xip58m206p8wa28p0a3y4ykylzr5xzmirjl3dspg4j25r08i8qr";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/editors/gobby/default.nix b/pkgs/applications/editors/gobby/default.nix
index e59def88de5..ec05f0f8262 100644
--- a/pkgs/applications/editors/gobby/default.nix
+++ b/pkgs/applications/editors/gobby/default.nix
@@ -1,5 +1,5 @@
{ avahiSupport ? false # build support for Avahi in libinfinity
-, stdenv, fetchurl, fetchFromGitHub, autoconf, automake, pkgconfig, wrapGAppsHook
+, stdenv, fetchFromGitHub, autoconf, automake, pkgconfig, wrapGAppsHook
, gtkmm3, gsasl, gtksourceview3, libxmlxx, libinfinity, intltool, itstool, gnome3 }:
let
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index b8e3de792c4..844999b0366 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -263,12 +263,12 @@ in
datagrip = buildDataGrip rec {
name = "datagrip-${version}";
- version = "2019.1.3"; /* updated by script */
+ version = "2019.2.1"; /* updated by script */
description = "Your Swiss Army Knife for Databases and SQL";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/datagrip/${name}.tar.gz";
- sha256 = "0syp0y4j40j72gql67g6r02n6kndsrz4nmh55ac5g9xs7s4rd5vq"; /* updated by script */
+ sha256 = "0va5dcvjxq7mlkz0di5zl1ra5gv6cls3wy40fvkpm2vlirg0m31s"; /* updated by script */
};
wmClass = "jetbrains-datagrip";
update-channel = "DataGrip RELEASE";
@@ -315,12 +315,12 @@ in
phpstorm = buildPhpStorm rec {
name = "phpstorm-${version}";
- version = "2019.1.2"; /* updated by script */
+ version = "2019.1.3"; /* updated by script */
description = "Professional IDE for Web and PHP developers";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz";
- sha256 = "1mc7xma1ybp0h1654p10vgp84fnsgvwsvprm86pnmfgks8307860"; /* updated by script */
+ sha256 = "04nrdgnyxywy0yfari26ghc371yni1rx3h0pmc4fw02ibbqx1f1y"; /* updated by script */
};
wmClass = "jetbrains-phpstorm";
update-channel = "PhpStorm RELEASE";
@@ -354,12 +354,12 @@ in
rider = buildRider rec {
name = "rider-${version}";
- version = "2019.1.1"; /* updated by script */
+ version = "2019.1.2"; /* updated by script */
description = "A cross-platform .NET IDE based on the IntelliJ platform and ReSharper";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/rider/JetBrains.Rider-${version}.tar.gz";
- sha256 = "0441y92b3xqf7xh8k4vc0m7dfm91psnrwlv3mjzbsv09jrk1kbq7"; /* updated by script */
+ sha256 = "0b0p18pcq4ml8nds4460a1ml8qjsq38kxwdrsh2ca5s194cbaapq"; /* updated by script */
};
wmClass = "jetbrains-rider";
update-channel = "Rider RELEASE";
@@ -367,12 +367,12 @@ in
ruby-mine = buildRubyMine rec {
name = "ruby-mine-${version}";
- version = "2019.1.2"; /* updated by script */
+ version = "2019.2"; /* updated by script */
description = "The Most Intelligent Ruby and Rails IDE";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz";
- sha256 = "1zhci8nkywv66bwc6hbyh4h3x61qhv2fbmfb5gkw9znkk1qa0q6v"; /* updated by script */
+ sha256 = "1f4mdarmh7m9jq432d0s9jds9288g0zgpxnlpmx12i26vvq8kykd"; /* updated by script */
};
wmClass = "jetbrains-rubymine";
update-channel = "RubyMine RELEASE";
diff --git a/pkgs/applications/editors/jupyter/kernel.nix b/pkgs/applications/editors/jupyter/kernel.nix
index 38c61dba751..4a079625d18 100644
--- a/pkgs/applications/editors/jupyter/kernel.nix
+++ b/pkgs/applications/editors/jupyter/kernel.nix
@@ -37,15 +37,15 @@ in
installPhase = ''
mkdir kernels
- ${concatStringsSep "\n" (mapAttrsToList (kernelName: kernel:
+ ${concatStringsSep "\n" (mapAttrsToList (kernelName: unfilteredKernel:
let
- config = builtins.toJSON {
- display_name = if (kernel.displayName != "")
- then kernel.displayName
- else kernelName;
- argv = kernel.argv;
- language = kernel.language;
- };
+ allowedKernelKeys = ["argv" "displayName" "language" "interruptMode" "env" "metadata" "logo32" "logo64"];
+ kernel = filterAttrs (n: v: (any (x: x == n) allowedKernelKeys)) unfilteredKernel;
+ config = builtins.toJSON (
+ kernel
+ // {display_name = if (kernel.displayName != "") then kernel.displayName else kernelName;}
+ // (optionalAttrs (kernel ? interruptMode) { interrupt_mode = kernel.interruptMode; })
+ );
logo32 =
if (kernel.logo32 != null)
then "ln -s ${kernel.logo32} 'kernels/${kernelName}/logo-32x32.png';"
diff --git a/pkgs/applications/editors/kakoune/default.nix b/pkgs/applications/editors/kakoune/default.nix
index 16596056c9a..065657d16e2 100644
--- a/pkgs/applications/editors/kakoune/default.nix
+++ b/pkgs/applications/editors/kakoune/default.nix
@@ -3,13 +3,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
- name = "kakoune-${version}";
- version = "2019.01.20";
+ pname = "kakoune-unwrapped";
+ version = "2019.07.01";
src = fetchFromGitHub {
repo = "kakoune";
owner = "mawww";
rev = "v${version}";
- sha256 = "04ak1jm7b1i03sx10z3fxw08rn692y2fj482jn5kpzfzj91b2ila";
+ sha256 = "0jdkldq5rygzc0wcxr1j4fmp2phciy8602ghhf6xq21a9bq2v639";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ ncurses asciidoc docbook_xsl libxslt ];
@@ -25,6 +25,11 @@ stdenv.mkDerivation rec {
export version="v${version}"
'';
+ doInstallCheckPhase = true;
+ installCheckPhase = ''
+ $out/bin/kak -ui json -E "kill 0"
+ '';
+
meta = {
homepage = http://kakoune.org/;
description = "A vim inspired text editor";
diff --git a/pkgs/applications/editors/kakoune/plugins.nix b/pkgs/applications/editors/kakoune/plugins.nix
new file mode 100644
index 00000000000..d2f3607d63c
--- /dev/null
+++ b/pkgs/applications/editors/kakoune/plugins.nix
@@ -0,0 +1,5 @@
+{ parinfer-rust }:
+
+{
+ inherit parinfer-rust;
+}
diff --git a/pkgs/applications/editors/kakoune/wrapper.nix b/pkgs/applications/editors/kakoune/wrapper.nix
new file mode 100644
index 00000000000..b4cc823880e
--- /dev/null
+++ b/pkgs/applications/editors/kakoune/wrapper.nix
@@ -0,0 +1,44 @@
+{ stdenv, bash }:
+with stdenv.lib;
+
+kakoune:
+
+let
+ getPlugins = { plugins ? [] }: plugins;
+
+ wrapper = { configure ? {} }:
+ stdenv.mkDerivation rec {
+ pname = "kakoune";
+ version = getVersion kakoune;
+
+ src = ./.;
+ buildCommand = ''
+ mkdir -p $out/share/kak
+ for plugin in ${strings.escapeShellArgs (getPlugins configure)}; do
+ if [[ -d $plugin/share/kak/autoload ]]; then
+ find "$plugin/share/kak/autoload" -type f -name '*.kak'| while read rcfile; do
+ printf 'source "%s"\n' "$rcfile"
+ done
+ fi
+ done >>$out/share/kak/plugins.kak
+
+ mkdir -p $out/bin
+ substitute ${src}/wrapper.sh $out/bin/kak \
+ --subst-var-by bash "${bash}" \
+ --subst-var-by kakoune "${kakoune}" \
+ --subst-var-by out "$out"
+ chmod +x $out/bin/kak
+ '';
+
+ preferLocalBuild = true;
+ buildInputs = [ bash kakoune ];
+ passthru = { unwrapped = kakoune; };
+
+ meta = kakoune.meta // {
+ # prefer wrapper over the package
+ priority = (kakoune.meta.priority or 0) - 1;
+ hydraPlatforms = [];
+ };
+ };
+in
+ makeOverridable wrapper
diff --git a/pkgs/applications/editors/kakoune/wrapper.sh b/pkgs/applications/editors/kakoune/wrapper.sh
new file mode 100644
index 00000000000..48a971a10c6
--- /dev/null
+++ b/pkgs/applications/editors/kakoune/wrapper.sh
@@ -0,0 +1,30 @@
+#!@bash@/bin/bash
+
+# We use the -E option to load plugins. This only makes sense when we are
+# starting a new session, so we detect that. Also, Kakoune can only handle
+# one -E option, so we prepend loading plugins to an existing one.
+args=( "$@" )
+loadPlugins=true
+EValueOffset=-1
+pluginScript='@out@/share/kak/plugins.kak'
+
+for (( i = 0; i < ${#args[@]}; i++ )); do
+ case "${args[i]}" in
+ -n|-c|-l|-p|-clear|-version) loadPlugins=false;;
+ -E) EValueOffset=$(( i + 1 ));;
+ --) break;;
+ esac
+ case "${args[i]}" in
+ -E|-c|-e|-s|-p|-f|-i|-ui|-debug) i=$(( i + 1 ));;
+ esac
+done
+
+if [[ $loadPlugins = true ]]; then
+ if (( EValueOffset >= 0 )); then
+ args[EValueOffset]="source '$pluginScript'"$'\n'"${args[EValueOffset]}"
+ else
+ args=( "-E" "source '$pluginScript'" "${args[@]}" )
+ fi
+fi
+
+exec @kakoune@/bin/kak "${args[@]}"
diff --git a/pkgs/applications/editors/kdevelop5/kdev-php.nix b/pkgs/applications/editors/kdevelop5/kdev-php.nix
index 085affa5f7e..54e99b35b5e 100644
--- a/pkgs/applications/editors/kdevelop5/kdev-php.nix
+++ b/pkgs/applications/editors/kdevelop5/kdev-php.nix
@@ -1,15 +1,12 @@
{ stdenv, lib, fetchurl, cmake, extra-cmake-modules, threadweaver, ktexteditor, kdevelop-unwrapped, kdevelop-pg-qt }:
-let
- pname = "kdev-php";
- version = "5.3.2";
-in
stdenv.mkDerivation rec {
- name = "${pname}-${version}";
+ pname = "kdev-php";
+ version = "5.4.1";
src = fetchurl {
url = "https://github.com/KDE/${pname}/archive/v${version}.tar.gz";
- sha256 = "0yjn7y7al2xs8g0mrjvcym8gbjy4wmiv7lsljcrasjd7ymag1wgs";
+ sha256 = "07j06k2f5rbwgknwcbj70wwn831a54is4kiwlpfd4la2c05slmy5";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];
@@ -19,7 +16,7 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.aanderse ];
platforms = platforms.linux;
description = "PHP support for KDevelop";
- homepage = https://www.kdevelop.org;
+ homepage = "https://www.kdevelop.org";
license = [ licenses.gpl2 ];
};
}
diff --git a/pkgs/applications/editors/kdevelop5/kdev-python.nix b/pkgs/applications/editors/kdevelop5/kdev-python.nix
index 4fbf3ed297c..8763905fbfd 100644
--- a/pkgs/applications/editors/kdevelop5/kdev-python.nix
+++ b/pkgs/applications/editors/kdevelop5/kdev-python.nix
@@ -1,15 +1,12 @@
{ stdenv, lib, fetchurl, cmake, extra-cmake-modules, threadweaver, ktexteditor, kdevelop-unwrapped, python }:
-let
- pname = "kdev-python";
- version = "5.3.2";
-in
stdenv.mkDerivation rec {
- name = "${pname}-${version}";
+ pname = "kdev-python";
+ version = "5.4.1";
src = fetchurl {
url = "https://github.com/KDE/${pname}/archive/v${version}.tar.gz";
- sha256 = "0gqv1abzfpxkrf538rb62d2291lmlra8rghm9q9r3x8a46wh96zm";
+ sha256 = "1dazd77bkjs11h318q4ia6ijk0d0s04v0zm8lwqlgcj271sqrfqb";
};
cmakeFlags = [
@@ -23,7 +20,7 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.aanderse ];
platforms = platforms.linux;
description = "Python support for KDevelop";
- homepage = https://www.kdevelop.org;
+ homepage = "https://www.kdevelop.org";
license = [ licenses.gpl2 ];
};
}
diff --git a/pkgs/applications/editors/kdevelop5/kdevelop.nix b/pkgs/applications/editors/kdevelop5/kdevelop.nix
index 23ec887ad62..be80587ef3a 100644
--- a/pkgs/applications/editors/kdevelop5/kdevelop.nix
+++ b/pkgs/applications/editors/kdevelop5/kdevelop.nix
@@ -7,17 +7,13 @@
, libksysguard, konsole, llvmPackages, makeWrapper, kpurpose, boost
}:
-let
- pname = "kdevelop";
- version = "5.3.2";
- qtVersion = "5.${lib.versions.minor qtbase.version}";
-in
mkDerivation rec {
- name = "${pname}-${version}";
+ pname = "kdevelop";
+ version = "5.4.1";
src = fetchurl {
- url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
- sha256 = "0akgdnvrab6mbwnmvgzsplk0qh83k1hnm5xc06yxr1s1a5sxbk08";
+ url = "mirror://kde/stable/${pname}/${version}/src/${pname}-${version}.tar.xz";
+ sha256 = "12iqgmhaxm9q085h50dzkswcmsp02jzm4jjgrhkx4jlzmf4w4jb8";
};
nativeBuildInputs = [
@@ -43,20 +39,14 @@ mkDerivation rec {
"-DCLANG_BUILTIN_DIR=${llvmPackages.clang-unwrapped}/lib/clang/${(builtins.parseDrvName llvmPackages.clang.name).version}/include"
];
- postPatch = ''
- # FIXME: temporary until https://invent.kde.org/kde/kdevelop/merge_requests/8 is merged
- substituteInPlace kdevplatform/language/backgroundparser/parsejob.cpp --replace \
- 'if (internalFilePath.startsWith(dataPath.canonicalPath() + QStringLiteral("/kdev"))) {' \
- 'if (internalFilePath.startsWith(dataPath.canonicalPath() + QStringLiteral("/kdev")) || localFile.startsWith(path + QStringLiteral("/kdev"))) {'
- '';
+ dontWrapQtApps = true;
postInstall = ''
# The kdevelop! script (shell environment) needs qdbus and kioclient5 in PATH.
wrapProgram "$out/bin/kdevelop!" \
--prefix PATH ":" "${lib.makeBinPath [ qttools kde-cli-tools ]}"
- wrapProgram "$out/bin/kdevelop" \
- --prefix QT_PLUGIN_PATH : $out/lib/qt-${qtVersion}/plugins
+ wrapQtApp "$out/bin/kdevelop"
# Fix the (now wrapped) kdevelop! to find things in right places:
# - Fixup the one use where KDEV_BASEDIR is assumed to contain kdevelop.
@@ -76,7 +66,7 @@ mkDerivation rec {
programing languages. It is based on KDevPlatform, KDE and Qt
libraries and is under development since 1998.
'';
- homepage = https://www.kdevelop.org;
+ homepage = "https://www.kdevelop.org";
license = with licenses; [ gpl2Plus lgpl2Plus ];
};
}
diff --git a/pkgs/applications/editors/lighttable/default.nix b/pkgs/applications/editors/lighttable/default.nix
index dfd6543c598..c3a280aed92 100644
--- a/pkgs/applications/editors/lighttable/default.nix
+++ b/pkgs/applications/editors/lighttable/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, zlib, glib, alsaLib, makeDesktopItem
-, dbus, gtk2, atk, pango, freetype, fontconfig, libgnome-keyring3, gdk_pixbuf
+, dbus, gtk2, atk, pango, freetype, fontconfig, libgnome-keyring3, gdk-pixbuf
, cairo, cups, expat, libgpgerror, nspr, gnome2, nss, xorg, systemd, libnotify
}:
let
libPath = stdenv.lib.makeLibraryPath [
stdenv.cc.cc zlib glib dbus gtk2 atk pango freetype libgnome-keyring3 nss
- fontconfig gdk_pixbuf cairo cups expat libgpgerror alsaLib nspr gnome2.GConf
+ fontconfig gdk-pixbuf cairo cups expat libgpgerror alsaLib nspr gnome2.GConf
xorg.libXrender xorg.libX11 xorg.libXext xorg.libXdamage xorg.libXtst
xorg.libXcomposite xorg.libXi xorg.libXfixes libnotify xorg.libXrandr
xorg.libXcursor
diff --git a/pkgs/applications/editors/nano/default.nix b/pkgs/applications/editors/nano/default.nix
index 6bbdaf77a69..44f8c243bd6 100644
--- a/pkgs/applications/editors/nano/default.nix
+++ b/pkgs/applications/editors/nano/default.nix
@@ -20,11 +20,11 @@ let
in stdenv.mkDerivation rec {
name = "nano-${version}";
- version = "3.2";
+ version = "4.4";
src = fetchurl {
url = "mirror://gnu/nano/${name}.tar.xz";
- sha256 = "0jb3zq0v84xb0chyynkcp2jhs9660wmpkic294p4p6c96npp69yi";
+ sha256 = "1iw2ypq34g1gfqyhgka2fz5yj5vrlz85q6zk7amgyj286ph25wia";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index 56f846f0c5f..0d0877015ee 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation rec {
name = "neovim-unwrapped-${version}";
- version = "0.3.7";
+ version = "0.3.8";
src = fetchFromGitHub {
owner = "neovim";
repo = "neovim";
rev = "v${version}";
- sha256 = "1j6w5jvq5v7kf7diad91qs1acr427nidnk9s24yyrz0hwdd1c2lh";
+ sha256 = "15flii3p4g9f65xy9jpkb8liajrvhm5ck4j39z6d6b1nkxr6ghwb";
};
patches = [
@@ -122,7 +122,7 @@ in
# those contributions were copied from Vim (identified in the commit logs
# by the vim-patch token). See LICENSE for details."
license = with licenses; [ asl20 vim ];
- maintainers = with maintainers; [ manveru garbas rvolosatovs ];
+ maintainers = with maintainers; [ manveru rvolosatovs ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/editors/neovim/neovim-remote.nix b/pkgs/applications/editors/neovim/neovim-remote.nix
index 52888c5f85d..92ff745d1a6 100644
--- a/pkgs/applications/editors/neovim/neovim-remote.nix
+++ b/pkgs/applications/editors/neovim/neovim-remote.nix
@@ -4,14 +4,14 @@ with stdenv.lib;
pythonPackages.buildPythonApplication rec {
pname = "neovim-remote";
- version = "2.1.7";
+ version = "2.2.0";
disabled = !pythonPackages.isPy3k;
src = fetchFromGitHub {
owner = "mhinz";
repo = "neovim-remote";
rev = "v${version}";
- sha256 = "014c8xvb7shy00vjx0b1k8zr7iknxskqab1aqvz9md3bn5rwkxm5";
+ sha256 = "0vvwygyar835z947d5zgjywyhl7ajj63z0l8sb7w9kj1w5snb43x";
};
propagatedBuildInputs = with pythonPackages; [ pynvim psutil ];
diff --git a/pkgs/applications/editors/neovim/qt.nix b/pkgs/applications/editors/neovim/qt.nix
index 3004bf544c4..83b14b4ea37 100644
--- a/pkgs/applications/editors/neovim/qt.nix
+++ b/pkgs/applications/editors/neovim/qt.nix
@@ -1,16 +1,16 @@
-{ stdenv, fetchFromGitHub, cmake, doxygen, makeWrapper
+{ stdenv, mkDerivation, fetchFromGitHub, cmake, doxygen, makeWrapper
, msgpack, neovim, pythonPackages, qtbase }:
let
- unwrapped = stdenv.mkDerivation rec {
+ unwrapped = mkDerivation rec {
pname = "neovim-qt-unwrapped";
- version = "0.2.11";
+ version = "0.2.12";
src = fetchFromGitHub {
owner = "equalsraf";
repo = "neovim-qt";
rev = "v${version}";
- sha256 = "0pc1adxc89p2rdvb6nxyqr9sjzqz9zw2dg7a4ardxsl3a8jga1wh";
+ sha256 = "09s3044j0y8nmyi8ykslfii6fx7k9mckmdvb0jn2xmdabpb60i20";
};
cmakeFlags = [
@@ -24,7 +24,7 @@ let
jinja2 python msgpack
]);
- nativeBuildInputs = [ cmake doxygen makeWrapper ];
+ nativeBuildInputs = [ cmake doxygen ];
enableParallelBuilding = true;
diff --git a/pkgs/applications/editors/neovim/wrapper.nix b/pkgs/applications/editors/neovim/wrapper.nix
index aa1e2a6b5bd..ec799c0fa49 100644
--- a/pkgs/applications/editors/neovim/wrapper.nix
+++ b/pkgs/applications/editors/neovim/wrapper.nix
@@ -100,7 +100,7 @@ let
# Only display the log on error since it will contain a few normally
# irrelevant messages.
if ! $out/bin/nvim \
- -u ${vimUtils.vimrcFile (configure // { customRC = ""; })} \
+ -u ${vimUtils.vimrcFile (configure // { customRC = ""; beforePlugins = ''filetype indent plugin on | syn on''; })} \
-i NONE -n \
-E -V1rplugins.log -s \
+UpdateRemotePlugins +quit! > outfile 2>&1; then
diff --git a/pkgs/applications/editors/netbeans/default.nix b/pkgs/applications/editors/netbeans/default.nix
index fa547875a17..3d215b28856 100644
--- a/pkgs/applications/editors/netbeans/default.nix
+++ b/pkgs/applications/editors/netbeans/default.nix
@@ -3,7 +3,7 @@
}:
let
- version = "10.0";
+ version = "11.0";
desktopItem = makeDesktopItem {
name = "netbeans";
exec = "netbeans";
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
name = "netbeans-${version}";
src = fetchurl {
url = "mirror://apache/incubator/netbeans/incubating-netbeans/incubating-${version}/incubating-netbeans-${version}-bin.zip";
- sha512 = "ba83575f42c1d5515e2a5336a621bc2b4087b2e0bcacb6edb76f376f8272555609bdd4eefde8beae8ffc6c1a7db2fb721b844638ce27933c3dd78f71cbb41ad8";
+ sha512 = "15mv59njrnq3sjfzb0n7xcc79kpixygf37cxvbswnvm651cw6lb1i9w8wbjivh0z4zcf3f62vbmshxh5pkaxqpqsg0iyy6gddfbwzwx";
};
buildCommand = ''
diff --git a/pkgs/applications/editors/notepadqq/default.nix b/pkgs/applications/editors/notepadqq/default.nix
index ab79c3e780b..efda2c58360 100644
--- a/pkgs/applications/editors/notepadqq/default.nix
+++ b/pkgs/applications/editors/notepadqq/default.nix
@@ -1,9 +1,8 @@
-{ stdenv, fetchFromGitHub, pkgconfig, which, qtbase, qtsvg, qttools, qtwebkit}:
+{ mkDerivation, lib, fetchFromGitHub, pkgconfig, which, qtbase, qtsvg, qttools, qtwebkit }:
-let
+mkDerivation rec {
+ pname = "notepadqq";
version = "1.4.8";
-in stdenv.mkDerivation {
- name = "notepadqq-${version}";
src = fetchFromGitHub {
owner = "notepadqq";
repo = "notepadqq";
@@ -24,13 +23,19 @@ in stdenv.mkDerivation {
export LRELEASE="lrelease"
'';
+ dontWrapQtApps = true;
+
+ preFixup = ''
+ wrapQtApp $out/bin/notepadqq
+ '';
+
enableParallelBuilding = true;
- meta = {
+ meta = with lib; {
homepage = https://notepadqq.com/;
description = "Notepad++-like editor for the Linux desktop";
- license = stdenv.lib.licenses.gpl3;
- platforms = stdenv.lib.platforms.linux;
- maintainers = with stdenv.lib.maintainers; [ rszibele ];
+ license = licenses.gpl3;
+ platforms = platforms.linux;
+ maintainers = [ maintainers.rszibele ];
};
}
diff --git a/pkgs/applications/editors/okteta/default.nix b/pkgs/applications/editors/okteta/default.nix
index ffa80bc68ca..03bdd5e0882 100644
--- a/pkgs/applications/editors/okteta/default.nix
+++ b/pkgs/applications/editors/okteta/default.nix
@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "okteta-${version}";
- version = "0.26.1";
+ version = "0.26.2";
src = fetchurl {
url = "mirror://kde/stable/okteta/${version}/src/${name}.tar.xz";
- sha256 = "1bqq3ax47xym3ikwn6xsshs1b5gpfg5djrnkzszqnp127f1fxi54";
+ sha256 = "0k38hd9wq6jvzy0225y61rzr7lgwbac1haalhsrfpmyjy6d833dv";
};
nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];
diff --git a/pkgs/applications/editors/quilter/default.nix b/pkgs/applications/editors/quilter/default.nix
index c27a85d260b..49ebe579ed4 100644
--- a/pkgs/applications/editors/quilter/default.nix
+++ b/pkgs/applications/editors/quilter/default.nix
@@ -1,16 +1,16 @@
-{ stdenv, fetchFromGitHub, fetchpatch, pkgconfig, meson, ninja, python3
+{ stdenv, fetchFromGitHub, pkgconfig, meson, ninja, python3
, gtk3, desktop-file-utils, gtksourceview, webkitgtk, gtkspell3, pantheon
, libgee, discount, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "quilter";
- version = "1.9.1";
+ version = "1.9.5";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
- sha256 = "1sjk8n0y9039xs47zw9a4l4vd36vkm30gf6x3fzaib81hnh1fx7v";
+ sha256 = "119ri6lkzqapi5k0v818qkhg1916jj9s6bh72yqvc2wmyjnn2dbw";
};
nativeBuildInputs = [
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "Focus on your writing - designed for elementary OS";
homepage = https://github.com/lainsce/quilter;
license = licenses.gpl2Plus;
- maintainers = with maintainers; [ worldofpeace ];
+ maintainers = pantheon.maintainers;
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/editors/rednotebook/default.nix b/pkgs/applications/editors/rednotebook/default.nix
index de9a089ec8c..11a5b4c7ba3 100644
--- a/pkgs/applications/editors/rednotebook/default.nix
+++ b/pkgs/applications/editors/rednotebook/default.nix
@@ -1,17 +1,17 @@
{ lib, buildPythonApplication, fetchFromGitHub
-, gdk_pixbuf, glib, gobject-introspection, gtk3, gtksourceview, pango, webkitgtk
+, gdk-pixbuf, glib, gobject-introspection, gtk3, gtksourceview, pango, webkitgtk
, pygobject3, pyyaml
}:
buildPythonApplication rec {
pname = "rednotebook";
- version = "2.8";
+ version = "2.11.1";
src = fetchFromGitHub {
owner = "jendrikseipp";
repo = "rednotebook";
rev = "v${version}";
- sha256 = "0k75lw3p6jx30ngvn8iipk1763gazkbrsad3fpl3sqppaqaggryj";
+ sha256 = "04c7a0wgmdl88v9386y1052c38ajbkryiwhqps5lx34d4g7r6hm1";
};
# We have not packaged tests.
@@ -20,7 +20,7 @@ buildPythonApplication rec {
nativeBuildInputs = [ gobject-introspection ];
propagatedBuildInputs = [
- gdk_pixbuf glib gtk3 gtksourceview pango webkitgtk
+ gdk-pixbuf glib gtk3 gtksourceview pango webkitgtk
pygobject3 pyyaml
];
@@ -30,6 +30,10 @@ buildPythonApplication rec {
"--suffix XDG_DATA_DIRS : $XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"
];
+ # Until gobject-introspection in nativeBuildInputs is supported.
+ # https://github.com/NixOS/nixpkgs/issues/56943#issuecomment-472568643
+ strictDeps = false;
+
meta = with lib; {
homepage = http://rednotebook.sourceforge.net/;
description = "A modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds";
diff --git a/pkgs/applications/editors/retext/default.nix b/pkgs/applications/editors/retext/default.nix
index 3288b8e90ad..a7dc02a9a63 100644
--- a/pkgs/applications/editors/retext/default.nix
+++ b/pkgs/applications/editors/retext/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, python3, fetchFromGitHub, makeWrapper, buildEnv, aspellDicts
+{ stdenv, python3, fetchFromGitHub, makeWrapper, buildEnv, aspellDicts
# Use `lib.collect lib.isDerivation aspellDicts;` to make all dictionaries
# available.
, enchantAspellDicts ? with aspellDicts; [ en en-computers en-science ]
diff --git a/pkgs/applications/editors/rstudio/default.nix b/pkgs/applications/editors/rstudio/default.nix
index 27c956dcd14..f90e17a6065 100644
--- a/pkgs/applications/editors/rstudio/default.nix
+++ b/pkgs/applications/editors/rstudio/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
sha256 = "19x000m3jwnkqgi6ic81lkzyjvvxcfacw2j0vcfcaknvvagzhyhb";
};
- hunspellDictionaries = with stdenv.lib; filter isDerivation (attrValues hunspellDicts);
+ hunspellDictionaries = with stdenv.lib; filter isDerivation (unique (attrValues hunspellDicts));
mathJaxSrc = fetchurl {
url = https://s3.amazonaws.com/rstudio-buildtools/mathjax-26.zip;
diff --git a/pkgs/applications/editors/sigil/default.nix b/pkgs/applications/editors/sigil/default.nix
index bae3c58b8e1..90d89ce7799 100644
--- a/pkgs/applications/editors/sigil/default.nix
+++ b/pkgs/applications/editors/sigil/default.nix
@@ -1,15 +1,15 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, makeWrapper
+{ stdenv, mkDerivation, fetchFromGitHub, cmake, pkgconfig, makeWrapper
, boost, xercesc
, qtbase, qttools, qtwebkit, qtxmlpatterns
, python3, python3Packages
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "sigil-${version}";
- version = "0.9.13";
+ version = "0.9.14";
src = fetchFromGitHub {
- sha256 = "05wnq7av7fgqgcqd88qjwgn55vr4ciy4f0rgi722f52vy97bw9bj";
+ sha256 = "0fmfbfpnmhclbbv9cbr1xnv97si6ls7331kk3ix114iqkngqwgl1";
rev = version;
repo = "Sigil";
owner = "Sigil-Ebook";
@@ -17,17 +17,18 @@ stdenv.mkDerivation rec {
pythonPath = with python3Packages; [ lxml ];
- propagatedBuildInputs = with python3Packages; [ lxml ];
-
nativeBuildInputs = [ cmake pkgconfig makeWrapper ];
buildInputs = [
boost xercesc qtbase qttools qtwebkit qtxmlpatterns
- python3 python3Packages.lxml ];
+ python3Packages.lxml ];
+
+ dontWrapQtApps = true;
preFixup = ''
wrapProgram "$out/bin/sigil" \
- --prefix PYTHONPATH : $PYTHONPATH:$(toPythonPath ${python3Packages.lxml})
+ --prefix PYTHONPATH : $PYTHONPATH \
+ ''${qtWrapperArgs[@]}
'';
enableParallelBuilding = true;
@@ -36,7 +37,7 @@ stdenv.mkDerivation rec {
description = "Free, open source, multi-platform ebook (ePub) editor";
homepage = https://github.com/Sigil-Ebook/Sigil/;
license = licenses.gpl3;
- maintainers =[ maintainers.ramkromberg ];
+ # currently unmaintained
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/editors/standardnotes/default.nix b/pkgs/applications/editors/standardnotes/default.nix
index 454b7ad554b..2d52aedc831 100644
--- a/pkgs/applications/editors/standardnotes/default.nix
+++ b/pkgs/applications/editors/standardnotes/default.nix
@@ -1,7 +1,7 @@
{ stdenv, appimage-run, fetchurl, runtimeShell }:
let
- version = "3.0.6";
+ version = "3.0.15";
plat = {
"i386-linux" = "i386";
@@ -9,8 +9,8 @@ let
}.${stdenv.hostPlatform.system};
sha256 = {
- "i386-linux" = "0czhlbacjks9x8y2w46nzlvk595psqhqw0vl0bvsq7sz768dk0ni";
- "x86_64-linux" = "0haji9h8rrm9yvqdv6i2y6xdd0yhsssjjj83hmf6cb868lwyigsf";
+ "i386-linux" = "0v2nsis6vb1lnhmjd28vrfxqwwpycv02j0nvjlfzcgj4b3400j7a";
+ "x86_64-linux" = "130n586cw0836zsbwqcz3pp3h0d4ny74ngqs4k4cvfb92556r7xh";
}.${stdenv.hostPlatform.system};
in
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
buildInputs = [ appimage-run ];
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = ''
mkdir -p $out/{bin,share}
diff --git a/pkgs/applications/editors/sublime/3/common.nix b/pkgs/applications/editors/sublime/3/common.nix
index 214e53262b5..8e52237d949 100644
--- a/pkgs/applications/editors/sublime/3/common.nix
+++ b/pkgs/applications/editors/sublime/3/common.nix
@@ -1,13 +1,11 @@
{ buildVersion, x32sha256, x64sha256, dev ? false }:
-{ fetchurl, stdenv, xorg, glib, glibcLocales, gtk2, gtk3, cairo, pango, libredirect, makeWrapper, wrapGAppsHook
-, pkexecPath ? "/run/wrappers/bin/pkexec", gksuSupport ? false, gksu
+{ fetchurl, stdenv, xorg, glib, glibcLocales, gtk3, cairo, pango, libredirect, makeWrapper, wrapGAppsHook
+, pkexecPath ? "/run/wrappers/bin/pkexec"
, writeScript, common-updater-scripts, curl, gnugrep
, openssl, bzip2, bash, unzip, zip
}:
-assert gksuSupport -> gksu != null;
-
let
pname = "sublimetext3";
packageAttribute = "sublime3${stdenv.lib.optionalString dev "-dev"}";
@@ -15,10 +13,8 @@ let
primaryBinary = "sublime_text";
primaryBinaryAliases = [ "subl" "sublime" "sublime3" ];
downloadUrl = "https://download.sublimetext.com/sublime_text_3_build_${buildVersion}_${arch}.tar.bz2";
- downloadArchiveType = "tar.bz2";
versionUrl = "https://www.sublimetext.com/${if dev then "3dev" else "3"}";
- versionFile = "pkgs/applications/editors/sublime/3/packages.nix";
- usesGtk2 = stdenv.lib.versionOlder buildVersion "3181";
+ versionFile = builtins.toString ./packages.nix;
archSha256 =
if stdenv.hostPlatform.system == "i686-linux" then
x32sha256
@@ -30,24 +26,22 @@ let
else
"x64";
- libPath = stdenv.lib.makeLibraryPath [ xorg.libX11 glib (if usesGtk2 then gtk2 else gtk3) cairo pango ];
- redirects = [ "/usr/bin/pkexec=${pkexecPath}" ]
- ++ stdenv.lib.optional gksuSupport "/usr/bin/gksudo=${gksu}/bin/gksudo";
+ libPath = stdenv.lib.makeLibraryPath [ xorg.libX11 glib gtk3 cairo pango ];
+ redirects = [ "/usr/bin/pkexec=${pkexecPath}" ];
in let
binaryPackage = stdenv.mkDerivation {
pname = "${pname}-bin";
version = buildVersion;
src = fetchurl {
- name = "${pname}-bin-${buildVersion}.${downloadArchiveType}";
url = downloadUrl;
sha256 = archSha256;
};
dontStrip = true;
dontPatchELF = true;
- buildInputs = stdenv.lib.optionals (!usesGtk2) [ glib gtk3 ]; # for GSETTINGS_SCHEMAS_PATH
- nativeBuildInputs = [ zip unzip makeWrapper ] ++ stdenv.lib.optional (!usesGtk2) wrapGAppsHook;
+ buildInputs = [ glib gtk3 ]; # for GSETTINGS_SCHEMAS_PATH
+ nativeBuildInputs = [ zip unzip makeWrapper wrapGAppsHook ];
# make exec.py in Default.sublime-package use own bash with an LD_PRELOAD instead of "/bin/bash"
patchPhase = ''
@@ -76,7 +70,7 @@ in let
$binary
done
- # Rewrite pkexec|gksudo argument. Note that we can't delete bytes in binary.
+ # Rewrite pkexec argument. Note that we cannot delete bytes in binary.
sed -i -e 's,/bin/cp\x00,cp\x00\x00\x00\x00\x00\x00,g' ${primaryBinary}
runHook postBuild
@@ -105,7 +99,7 @@ in let
--set LD_PRELOAD "${libredirect}/lib/libredirect.so" \
--set NIX_REDIRECTS ${builtins.concatStringsSep ":" redirects} \
--set LOCALE_ARCHIVE "${glibcLocales.out}/lib/locale/locale-archive" \
- ${stdenv.lib.optionalString (!usesGtk2) ''"''${gappsWrapperArgs[@]}"''}
+ "''${gappsWrapperArgs[@]}"
# Without this, plugin_host crashes, even though it has the rpath
wrapProgram $out/plugin_host --prefix LD_PRELOAD : ${stdenv.cc.cc.lib}/lib${stdenv.lib.optionalString stdenv.is64bit "64"}/libgcc_s.so.1:${openssl.out}/lib/libssl.so:${bzip2.out}/lib/libbz2.so
@@ -152,7 +146,7 @@ in stdenv.mkDerivation (rec {
meta = with stdenv.lib; {
description = "Sophisticated text editor for code, markup and prose";
homepage = https://www.sublimetext.com/;
- maintainers = with maintainers; [ wmertens demin-dmitriy zimbatm ];
+ maintainers = with maintainers; [ jtojnar wmertens demin-dmitriy zimbatm ];
license = licenses.unfree;
platforms = [ "x86_64-linux" "i686-linux" ];
};
diff --git a/pkgs/applications/editors/texmacs/default.nix b/pkgs/applications/editors/texmacs/default.nix
index ac5ac34d214..2c391cae517 100644
--- a/pkgs/applications/editors/texmacs/default.nix
+++ b/pkgs/applications/editors/texmacs/default.nix
@@ -1,5 +1,5 @@
{ stdenv, callPackage,
- fetchurl, guile_1_8, qt4, zlib, xmodmap, which, makeWrapper, freetype,
+ fetchurl, guile_1_8, qt4, xmodmap, which, makeWrapper, freetype,
tex ? null,
aspell ? null,
ghostscriptX ? null,
diff --git a/pkgs/applications/editors/thonny/default.nix b/pkgs/applications/editors/thonny/default.nix
index 5f87aad8a87..a6179452f4d 100644
--- a/pkgs/applications/editors/thonny/default.nix
+++ b/pkgs/applications/editors/thonny/default.nix
@@ -4,13 +4,13 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "thonny";
- version = "3.1.2";
+ version = "3.2.0b7";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "1simqqxm72k5zhavhllkinsyw8ggy6fjs5ppj82g3l5g3919pfna";
+ sha256 = "0p0hi5rj873cszx9rpbjjq51vs6xys3rlq9v1rya710i3fnw0hqh";
};
propagatedBuildInputs = with python3.pkgs; [
diff --git a/pkgs/applications/editors/typora/default.nix b/pkgs/applications/editors/typora/default.nix
index 03a8a55c780..7273b7252ca 100644
--- a/pkgs/applications/editors/typora/default.nix
+++ b/pkgs/applications/editors/typora/default.nix
@@ -1,12 +1,12 @@
-{ stdenv, fetchurl, makeWrapper, electron_3, dpkg, gtk3, glib, gsettings-desktop-schemas, wrapGAppsHook }:
+{ stdenv, fetchurl, makeWrapper, electron_5, dpkg, gtk3, glib, gsettings-desktop-schemas, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "typora";
- version = "0.9.70";
+ version = "0.9.73";
src = fetchurl {
url = "https://www.typora.io/linux/typora_${version}_amd64.deb";
- sha256 = "08bgllbvgrpdkk9bryj4s16n274ps4igwrzdvsdbyw8wpp44vcy2";
+ sha256 = "1fgcb4bx5pw8ah5j30d38gw7qi1cmqarfhvgdns9f2n0d57bvvw3";
};
nativeBuildInputs = [
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
'';
postFixup = ''
- makeWrapper ${electron_3}/bin/electron $out/bin/typora \
+ makeWrapper ${electron_5}/bin/electron $out/bin/typora \
--add-flags $out/share/typora \
"''${gappsWrapperArgs[@]}" \
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ stdenv.cc.cc ]}"
@@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
homepage = https://typora.io;
license = licenses.unfree;
maintainers = with maintainers; [ jensbin worldofpeace ];
- inherit (electron_3.meta) platforms;
+ platforms = [ "x86_64-linux"];
};
}
diff --git a/pkgs/applications/editors/vim/common.nix b/pkgs/applications/editors/vim/common.nix
index 2e4d494a0db..63d8add3a01 100644
--- a/pkgs/applications/editors/vim/common.nix
+++ b/pkgs/applications/editors/vim/common.nix
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
- version = "8.1.1432";
+ version = "8.1.1547";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
- sha256 = "0f8isi84dcmsfvvjzayys57zf4j56wngnpn9hfj0jn1z7x3vdbww";
+ sha256 = "01v35wq8wjrbzmdf5r02gp0sfa9yyfswsi3fqzn94cd68qhskkpr";
};
enableParallelBuilding = true;
diff --git a/pkgs/applications/editors/vim/configurable.nix b/pkgs/applications/editors/vim/configurable.nix
index 9fdbdba8e18..4d37b77f61b 100644
--- a/pkgs/applications/editors/vim/configurable.nix
+++ b/pkgs/applications/editors/vim/configurable.nix
@@ -1,6 +1,6 @@
# TODO tidy up eg The patchelf code is patching gvim even if you don't build it..
# but I have gvim with python support now :) - Marc
-{ source ? "default", callPackage, fetchurl, stdenv, ncurses, pkgconfig, gettext
+{ source ? "default", callPackage, stdenv, ncurses, pkgconfig, gettext
, writeText, config, glib, gtk2-x11, gtk3-x11, lua, python, perl, tcl, ruby
, libX11, libXext, libSM, libXpm, libXt, libXaw, libXau, libXmu
, libICE
@@ -10,7 +10,7 @@
, runtimeShell
# apple frameworks
-, CoreServices, CoreData, Cocoa, Foundation, libobjc, cf-private
+, CoreServices, CoreData, Cocoa, Foundation, libobjc
, features ? "huge" # One of tiny, small, normal, big or huge
, wrapPythonDrv ? false
@@ -132,7 +132,7 @@ in stdenv.mkDerivation rec {
libXmu glib libICE ]
++ stdenv.lib.optional (guiSupport == "gtk2") gtk2-x11
++ stdenv.lib.optional (guiSupport == "gtk3") gtk3-x11
- ++ stdenv.lib.optionals darwinSupport [ CoreServices CoreData Cocoa Foundation libobjc cf-private ]
+ ++ stdenv.lib.optionals darwinSupport [ CoreServices CoreData Cocoa Foundation libobjc ]
++ stdenv.lib.optional luaSupport lua
++ stdenv.lib.optional pythonSupport python
++ stdenv.lib.optional tclSupport tcl
diff --git a/pkgs/applications/editors/vim/default.nix b/pkgs/applications/editors/vim/default.nix
index 2f34a6ddeb6..26cd61d182b 100644
--- a/pkgs/applications/editors/vim/default.nix
+++ b/pkgs/applications/editors/vim/default.nix
@@ -6,7 +6,7 @@
sha256 = "18ifhv5q9prd175q3vxbqf6qyvkk6bc7d2lhqdk0q78i68kv9y0c";
}
# apple frameworks
-, cf-private, Carbon, Cocoa
+, Carbon, Cocoa
}:
let
@@ -19,11 +19,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ gettext pkgconfig ];
buildInputs = [ ncurses ]
- ++ stdenv.lib.optionals stdenv.hostPlatform.isDarwin [
- Carbon Cocoa
- # Needed for OBJC_CLASS_$_NSArray symbols.
- cf-private
- ];
+ ++ stdenv.lib.optionals stdenv.hostPlatform.isDarwin [ Carbon Cocoa ];
configureFlags = [
"--enable-multibyte"
diff --git a/pkgs/applications/editors/vim/macvim-sparkle.patch b/pkgs/applications/editors/vim/macvim-sparkle.patch
new file mode 100644
index 00000000000..e0ba5145b3e
--- /dev/null
+++ b/pkgs/applications/editors/vim/macvim-sparkle.patch
@@ -0,0 +1,106 @@
+diff --git a/src/MacVim/English.lproj/MainMenu.nib/designable.nib b/src/MacVim/English.lproj/MainMenu.nib/designable.nib
+index bdbcfdb9e..5efc78ab6 100644
+--- a/src/MacVim/English.lproj/MainMenu.nib/designable.nib
++++ b/src/MacVim/English.lproj/MainMenu.nib/designable.nib
+@@ -24,11 +24,6 @@
+
+
+
+-
+
+@@ -206,6 +201,5 @@
+
+
+
+-
+
+
+diff --git a/src/MacVim/English.lproj/Preferences.nib/designable.nib b/src/MacVim/English.lproj/Preferences.nib/designable.nib
+index 889450913..38afc3416 100644
+--- a/src/MacVim/English.lproj/Preferences.nib/designable.nib
++++ b/src/MacVim/English.lproj/Preferences.nib/designable.nib
+@@ -88,14 +88,10 @@
+
+
+ Checks for updates and presents a dialog box showing the release notes and prompt for whether you want to install the new version.
+-
++
+
+
+
+-
+-
+-
+-
+
+
+
+@@ -186,16 +182,13 @@
+
+
+ MacVim will automatically download and install updates without prompting. The updated version will be used the next time MacVim starts.
+-
++
+
+
+
+
+
+
+-
+-
+-
+
+
+
+diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj
+index 648c4290d..c7dd99d1e 100644
+--- a/src/MacVim/MacVim.xcodeproj/project.pbxproj
++++ b/src/MacVim/MacVim.xcodeproj/project.pbxproj
+@@ -66,8 +66,6 @@
+ 1DFE25A50C527BC4003000F7 /* PSMTabBarControl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D493DB90C52533B00AB718C /* PSMTabBarControl.framework */; };
+ 52818B031C1C08CE00F59085 /* QLStephen.qlgenerator in Copy QuickLookPlugin */ = {isa = PBXBuildFile; fileRef = 52818AFF1C1C075300F59085 /* QLStephen.qlgenerator */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+ 528DA66A1426D4F9003380F1 /* macvim-askpass in Copy Scripts */ = {isa = PBXBuildFile; fileRef = 528DA6691426D4EB003380F1 /* macvim-askpass */; };
+- 52A364731C4A5789005757EC /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52A364721C4A5789005757EC /* Sparkle.framework */; };
+- 52A364761C4A57C1005757EC /* Sparkle.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 52A364721C4A5789005757EC /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
+ 52B7ED9B1C4A4D6900AFFF15 /* dsa_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 52B7ED9A1C4A4D6900AFFF15 /* dsa_pub.pem */; };
+ 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
+ 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
+@@ -124,7 +122,6 @@
+ dstPath = "";
+ dstSubfolderSpec = 10;
+ files = (
+- 52A364761C4A57C1005757EC /* Sparkle.framework in Copy Frameworks */,
+ 1D493DBA0C52534300AB718C /* PSMTabBarControl.framework in Copy Frameworks */,
+ );
+ name = "Copy Frameworks";
+@@ -250,7 +247,6 @@
+ 32CA4F630368D1EE00C91783 /* MacVim_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacVim_Prefix.pch; sourceTree = ""; };
+ 52818AFA1C1C075300F59085 /* QuickLookStephen.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = QuickLookStephen.xcodeproj; path = qlstephen/QuickLookStephen.xcodeproj; sourceTree = ""; };
+ 528DA6691426D4EB003380F1 /* macvim-askpass */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "macvim-askpass"; sourceTree = ""; };
+- 52A364721C4A5789005757EC /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = ""; };
+ 52B7ED9A1C4A4D6900AFFF15 /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = ""; };
+ 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; };
+ 8D1107320486CEB800E47090 /* MacVim.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MacVim.app; sourceTree = BUILT_PRODUCTS_DIR; };
+@@ -264,7 +260,6 @@
+ 1DFE25A50C527BC4003000F7 /* PSMTabBarControl.framework in Frameworks */,
+ 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
+ 1D8B5A53104AF9FF002E59D5 /* Carbon.framework in Frameworks */,
+- 52A364731C4A5789005757EC /* Sparkle.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+@@ -443,7 +438,6 @@
+ 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+- 52A364721C4A5789005757EC /* Sparkle.framework */,
+ 1D8B5A52104AF9FF002E59D5 /* Carbon.framework */,
+ 1D493DB30C52533B00AB718C /* PSMTabBarControl.xcodeproj */,
+ 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
diff --git a/pkgs/applications/editors/vim/macvim.nix b/pkgs/applications/editors/vim/macvim.nix
index c97b17bd9af..369184a35e2 100644
--- a/pkgs/applications/editors/vim/macvim.nix
+++ b/pkgs/applications/editors/vim/macvim.nix
@@ -1,55 +1,73 @@
-{ stdenv, fetchFromGitHub, ncurses, gettext
-, pkgconfig, python, ruby, tcl, perl, luajit
+{ stdenv, fetchFromGitHub, runCommand, ncurses, gettext
+, pkgconfig, cscope, ruby, tcl, perl, luajit
, darwin
+
+, usePython27 ? false
+, python27 ? null, python37 ? null
}:
+let
+ python = if usePython27
+ then { pkg = python27; name = "python"; }
+ else { pkg = python37; name = "python3"; };
+in
+assert python.pkg != null;
+
+let
+ # Building requires a few system tools to be in PATH.
+ # Some of these we could patch into the relevant source files (such as xcodebuild and
+ # qlmanage) but some are used by Xcode itself and we have no choice but to put them in PATH.
+ # Symlinking them in this way is better than just putting all of /usr/bin in there.
+ buildSymlinks = runCommand "macvim-build-symlinks" {} ''
+ mkdir -p $out/bin
+ ln -s /usr/bin/xcrun /usr/bin/xcodebuild /usr/bin/tiffutil /usr/bin/qlmanage $out/bin
+ '';
+in
+
stdenv.mkDerivation rec {
name = "macvim-${version}";
- version = "7.4.909";
+ version = "8.1.1722";
src = fetchFromGitHub {
owner = "macvim-dev";
repo = "macvim";
- rev = "75aa7774645adb586ab9010803773bd80e659254";
- sha256 = "0k04jimbms6zffh8i8fjm2y51q01m5kga2n4djipd3pxij1qy89y";
+ rev = "snapshot-157";
+ sha256 = "1gmgc4pwaqy78gj4p7iib94n7j52ir0aa03ks595h3vy1hkcwwky";
};
enableParallelBuilding = true;
- nativeBuildInputs = [ pkgconfig ];
+ nativeBuildInputs = [ pkgconfig buildSymlinks ];
buildInputs = [
- gettext ncurses luajit ruby tcl perl python
+ gettext ncurses cscope luajit ruby tcl perl python.pkg
];
- patches = [ ./macvim.patch ];
+ patches = [ ./macvim.patch ./macvim-sparkle.patch ];
+ # The sparkle patch modified the nibs, so we have to recompile them
postPatch = ''
- substituteInPlace src/MacVim/mvim --replace "# VIM_APP_DIR=/Applications" "VIM_APP_DIR=$out/Applications"
-
- # Don't create custom icons.
- substituteInPlace src/MacVim/icons/Makefile --replace '$(MAKE) -C makeicns' ""
- substituteInPlace src/MacVim/icons/make_icons.py --replace "dont_create = False" "dont_create = True"
-
- # Full path to xcodebuild
- substituteInPlace src/Makefile --replace "xcodebuild" "/usr/bin/xcodebuild"
+ for nib in MainMenu Preferences; do
+ /usr/bin/ibtool --compile src/MacVim/English.lproj/$nib.nib/keyedobjects.nib src/MacVim/English.lproj/$nib.nib
+ done
'';
configureFlags = [
- #"--enable-cscope" # TODO: cscope doesn't build on Darwin yet
+ "--enable-cscope"
"--enable-fail-if-missing"
"--with-features=huge"
"--enable-gui=macvim"
"--enable-multibyte"
"--enable-nls"
"--enable-luainterp=dynamic"
- "--enable-pythoninterp=dynamic"
+ "--enable-${python.name}interp=dynamic"
"--enable-perlinterp=dynamic"
"--enable-rubyinterp=dynamic"
"--enable-tclinterp=yes"
"--without-local-dir"
"--with-luajit"
"--with-lua-prefix=${luajit}"
+ "--with-${python.name}-command=${python.pkg}/bin/${python.name}"
"--with-ruby-command=${ruby}/bin/ruby"
"--with-tclsh=${tcl}/bin/tclsh"
"--with-tlib=ncurses"
@@ -58,8 +76,8 @@ stdenv.mkDerivation rec {
makeFlags = ''PREFIX=$(out) CPPFLAGS="-Wno-error"'';
- # This is unfortunate, but we need to use the same compiler as XCode,
- # but XCode doesn't provide a way to configure the compiler.
+ # This is unfortunate, but we need to use the same compiler as Xcode,
+ # but Xcode doesn't provide a way to configure the compiler.
#
# If you're willing to modify the system files, you can do this:
# http://hamelot.co.uk/programming/add-gcc-compiler-to-xcode-6/
@@ -72,10 +90,18 @@ stdenv.mkDerivation rec {
configureFlagsArray+=(
"--with-developer-dir=$DEV_DIR"
)
- '';
+ ''
+ # For some reason having LD defined causes PSMTabBarControl to fail at link-time as it
+ # passes arguments to ld that it meant for clang.
+ + ''
+ unset LD
+ ''
+ ;
postConfigure = ''
substituteInPlace src/auto/config.mk --replace "PERL_CFLAGS =" "PERL_CFLAGS = -I${darwin.libutil}/include"
+
+ substituteInPlace src/MacVim/vimrc --subst-var-by CSCOPE ${cscope}/bin/cscope
'';
postInstall = ''
@@ -83,13 +109,11 @@ stdenv.mkDerivation rec {
cp -r src/MacVim/build/Release/MacVim.app $out/Applications
rm -rf $out/MacVim.app
- rm $out/bin/{Vimdiff,Vimtutor,Vim,ex,rVim,rview,view}
+ rm $out/bin/*
- cp src/MacVim/mvim $out/bin
cp src/vimtutor $out/bin
-
- for prog in "vimdiff" "vi" "vim" "ex" "rvim" "rview" "view"; do
- ln -s $out/bin/mvim $out/bin/$prog
+ for prog in mvim ex vi vim vimdiff view rvim rvimdiff rview; do
+ ln -s $out/Applications/MacVim.app/Contents/bin/mvim $out/bin/$prog
done
# Fix rpaths
@@ -97,17 +121,19 @@ stdenv.mkDerivation rec {
libperl=$(dirname $(find ${perl} -name "libperl.dylib"))
install_name_tool -add_rpath ${luajit}/lib $exe
install_name_tool -add_rpath ${tcl}/lib $exe
- install_name_tool -add_rpath ${python}/lib $exe
+ install_name_tool -add_rpath ${python.pkg}/lib $exe
install_name_tool -add_rpath $libperl $exe
install_name_tool -add_rpath ${ruby}/lib $exe
+
+ # Remove manpages from tools we aren't providing
+ find $out/share/man \( -name eVim.1 -or -name xxd.1 \) -delete
'';
meta = with stdenv.lib; {
- broken = true; # needs ruby 2.2
description = "Vim - the text editor - for macOS";
- homepage = https://github.com/b4winckler/macvim;
+ homepage = https://github.com/macvim-dev/macvim;
license = licenses.vim;
- maintainers = with maintainers; [ cstrahan ];
+ maintainers = with maintainers; [ cstrahan lilyball ];
platforms = platforms.darwin;
};
}
diff --git a/pkgs/applications/editors/vim/macvim.patch b/pkgs/applications/editors/vim/macvim.patch
index e8f34aba537..8cb96a9ebba 100644
--- a/pkgs/applications/editors/vim/macvim.patch
+++ b/pkgs/applications/editors/vim/macvim.patch
@@ -1,65 +1,98 @@
diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj
-index c384bf7..bf1ce96 100644
+index e519018de..556a4127d 100644
--- a/src/MacVim/MacVim.xcodeproj/project.pbxproj
+++ b/src/MacVim/MacVim.xcodeproj/project.pbxproj
-@@ -437,6 +437,8 @@
- /* Begin PBXProject section */
- 29B97313FDCFA39411CA2CEA /* Project object */ = {
- isa = PBXProject;
-+ attributes = {
-+ };
- buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacVim" */;
- compatibilityVersion = "Xcode 2.4";
- developmentRegion = English;
-@@ -632,6 +634,7 @@
- INSTALL_PATH = "$(HOME)/Applications";
+@@ -1007,6 +1007,7 @@
+ LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = "";
ONLY_ACTIVE_ARCH = YES;
+ OTHER_LDFLAGS = "-headerpad_max_install_names";
+ PRODUCT_BUNDLE_IDENTIFIER = org.vim.MacVim;
PRODUCT_NAME = MacVim;
VERSIONING_SYSTEM = "apple-generic";
- WARNING_CFLAGS = "-Wall";
-@@ -662,6 +665,7 @@
- INSTALL_PATH = "$(HOME)/Applications";
+@@ -1039,6 +1040,7 @@
+ LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = "";
ONLY_ACTIVE_ARCH = YES;
+ OTHER_LDFLAGS = "-headerpad_max_install_names";
+ PRODUCT_BUNDLE_IDENTIFIER = org.vim.MacVim;
PRODUCT_NAME = MacVim;
VERSIONING_SYSTEM = "apple-generic";
- WRAPPER_EXTENSION = app;
+diff --git a/src/MacVim/vimrc b/src/MacVim/vimrc
+index 23a06bf37..dfb10fe94 100644
+--- a/src/MacVim/vimrc
++++ b/src/MacVim/vimrc
+@@ -14,35 +14,5 @@ set backspace+=indent,eol,start
+ " translated to English).
+ set langmenu=none
+
+-" Python2
+-" MacVim is configured by default to use the pre-installed System python2
+-" version. However, following code tries to find a Homebrew, MacPorts or
+-" an installation from python.org:
+-if exists("&pythondll") && exists("&pythonhome")
+- if filereadable("/usr/local/Frameworks/Python.framework/Versions/2.7/Python")
+- " Homebrew python 2.7
+- set pythondll=/usr/local/Frameworks/Python.framework/Versions/2.7/Python
+- elseif filereadable("/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python")
+- " MacPorts python 2.7
+- set pythondll=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python
+- elseif filereadable("/Library/Frameworks/Python.framework/Versions/2.7/Python")
+- " https://www.python.org/downloads/mac-osx/
+- set pythondll=/Library/Frameworks/Python.framework/Versions/2.7/Python
+- endif
+-endif
+-
+-" Python3
+-" MacVim is configured by default to use Homebrew python3 version
+-" If this cannot be found, following code tries to find a MacPorts
+-" or an installation from python.org:
+-if exists("&pythonthreedll") && exists("&pythonthreehome") &&
+- \ !filereadable(&pythonthreedll)
+- if filereadable("/opt/local/Library/Frameworks/Python.framework/Versions/3.7/Python")
+- " MacPorts python 3.7
+- set pythonthreedll=/opt/local/Library/Frameworks/Python.framework/Versions/3.7/Python
+- elseif filereadable("/Library/Frameworks/Python.framework/Versions/3.7/Python")
+- " https://www.python.org/downloads/mac-osx/
+- set pythonthreedll=/Library/Frameworks/Python.framework/Versions/3.7/Python
+- endif
+-endif
+-
++" Default cscopeprg to the Nix-installed path
++set cscopeprg=@CSCOPE@
diff --git a/src/Makefile b/src/Makefile
-index 84a93f7..e23196d 100644
+index 32810d0a7..13a05f349 100644
--- a/src/Makefile
+++ b/src/Makefile
-@@ -1306,7 +1306,7 @@ MACVIMGUI_SRC = gui.c gui_beval.c MacVim/gui_macvim.m MacVim/MMBackend.m \
+@@ -1385,7 +1385,7 @@ MACVIMGUI_SRC = gui.c gui_beval.c MacVim/gui_macvim.m MacVim/MMBackend.m \
MacVim/MacVim.m
- MACVIMGUI_OBJ = objects/gui.o objects/gui_beval.o objects/pty.o \
+ MACVIMGUI_OBJ = objects/gui.o objects/gui_beval.o \
objects/gui_macvim.o objects/MMBackend.o objects/MacVim.o
-MACVIMGUI_DEFS = -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe
-+MACVIMGUI_DEFS = -DMACOS_X_UNIX -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe
++MACVIMGUI_DEFS = -DMACOS_X_DARWIN -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe
MACVIMGUI_IPATH =
MACVIMGUI_LIBS_DIR =
MACVIMGUI_LIBS1 = -framework Cocoa -framework Carbon
diff --git a/src/auto/configure b/src/auto/configure
-index cdc0819..8e2fd16 100755
+index 9e6a82f4a..3c6d1a89b 100755
--- a/src/auto/configure
+++ b/src/auto/configure
-@@ -5383,10 +5383,7 @@ $as_echo "no" >&6; }
+@@ -5829,10 +5829,7 @@ $as_echo "not found" >&6; }
+
+ for path in "${vi_cv_path_mzscheme_pfx}/lib" "${SCHEME_LIB}"; do
+ if test "X$path" != "X"; then
+- if test "x$MACOS_X" = "xyes"; then
+- MZSCHEME_LIBS="-framework Racket"
+- MZSCHEME_CFLAGS="-DMZ_PRECISE_GC"
+- elif test -f "${path}/libmzscheme3m.a"; then
++ if test -f "${path}/libmzscheme3m.a"; then
+ MZSCHEME_LIBS="${path}/libmzscheme3m.a"
+ MZSCHEME_CFLAGS="-DMZ_PRECISE_GC"
+ elif test -f "${path}/libracket3m.a"; then
+@@ -6217,23 +6214,6 @@ $as_echo ">>> too old; need Perl version 5.003_01 or later <<<" >&6; }
fi
- if test "X$vi_cv_path_mzscheme_pfx" != "X"; then
-- if test "x$MACOSX" = "xyes"; then
-- MZSCHEME_LIBS="-framework Racket"
-- MZSCHEME_CFLAGS="-DMZ_PRECISE_GC"
-- elif test -f "${vi_cv_path_mzscheme_pfx}/lib/libmzscheme3m.a"; then
-+ if test -f "${vi_cv_path_mzscheme_pfx}/lib/libmzscheme3m.a"; then
- MZSCHEME_LIBS="${vi_cv_path_mzscheme_pfx}/lib/libmzscheme3m.a"
- MZSCHEME_CFLAGS="-DMZ_PRECISE_GC"
- elif test -f "${vi_cv_path_mzscheme_pfx}/lib/libracket3m.a"; then
-@@ -5731,23 +5728,6 @@ $as_echo ">>> too old; need Perl version 5.003_01 or later <<<" >&6; }
- fi
-
- if test "x$MACOSX" = "xyes"; then
+ if test "x$MACOS_X" = "xyes"; then
- dir=/System/Library/Perl
- darwindir=$dir/darwin
- if test -d $darwindir; then
@@ -80,21 +113,22 @@ index cdc0819..8e2fd16 100755
PERL_LIBS=`echo "$PERL_LIBS" | sed -e 's/-arch\ ppc//' -e 's/-arch\ i386//' -e 's/-arch\ x86_64//'`
PERL_CFLAGS=`echo "$PERL_CFLAGS" | sed -e 's/-arch\ ppc//' -e 's/-arch\ i386//' -e 's/-arch\ x86_64//'`
fi
-@@ -5954,13 +5934,6 @@ __:
+@@ -6456,13 +6436,7 @@ __:
eof
eval "`cd ${PYTHON_CONFDIR} && make -f "${tmp_mkf}" __ | sed '/ directory /d'`"
rm -f -- "${tmp_mkf}"
-- if test "x$MACOSX" = "xyes" && ${vi_cv_path_python} -c \
+- if test "x$MACOS_X" = "xyes" && test -n "${python_PYTHONFRAMEWORK}" && ${vi_cv_path_python} -c \
- "import sys; sys.exit(${vi_cv_var_python_version} < 2.3)"; then
- vi_cv_path_python_plibs="-framework Python"
- if test "x${vi_cv_path_python}" != "x/usr/bin/python" && test -n "${python_PYTHONFRAMEWORKPREFIX}"; then
- vi_cv_path_python_plibs="-F${python_PYTHONFRAMEWORKPREFIX} -framework Python"
- fi
- else
- if test "${vi_cv_var_python_version}" = "1.4"; then
- vi_cv_path_python_plibs="${PYTHON_CONFDIR}/libModules.a ${PYTHON_CONFDIR}/libPython.a ${PYTHON_CONFDIR}/libObjects.a ${PYTHON_CONFDIR}/libParser.a"
- else
-@@ -5979,7 +5952,6 @@ eof
++
+ vi_cv_path_python_plibs="-L${PYTHON_CONFDIR} -lpython${vi_cv_var_python_version}"
+ if test -n "${python_LINKFORSHARED}" && test -n "${python_PYTHONFRAMEWORKPREFIX}"; then
+ python_link_symbol=`echo ${python_LINKFORSHARED} | sed 's/\([^ \t][^ \t]*[ \t][ \t]*[^ \t][^ \t]*\)[ \t].*/\1/'`
+@@ -6477,7 +6451,6 @@ eof
fi
vi_cv_path_python_plibs="${vi_cv_path_python_plibs} ${python_BASEMODLIBS} ${python_LIBS} ${python_SYSLIBS} ${python_LINKFORSHARED}"
vi_cv_path_python_plibs=`echo $vi_cv_path_python_plibs | sed s/-ltermcap//`
@@ -102,7 +136,7 @@ index cdc0819..8e2fd16 100755
fi
-@@ -6055,13 +6027,6 @@ rm -f core conftest.err conftest.$ac_objext \
+@@ -6556,13 +6529,6 @@ rm -f core conftest.err conftest.$ac_objext \
$as_echo "no" >&6; }
fi
@@ -116,11 +150,11 @@ index cdc0819..8e2fd16 100755
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if compile and link flags for Python are sane" >&5
$as_echo_n "checking if compile and link flags for Python are sane... " >&6; }
cflags_save=$CFLAGS
-@@ -6919,11 +6884,7 @@ $as_echo "$tclver - OK" >&6; };
+@@ -7456,11 +7422,7 @@ $as_echo "$tclver - OK" >&6; };
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of Tcl include" >&5
$as_echo_n "checking for location of Tcl include... " >&6; }
-- if test "x$MACOSX" != "xyes"; then
+- if test "x$MACOS_X" != "xyes"; then
tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/local/include/tcl$tclver /usr/include /usr/include/tcl$tclver"
- else
- tclinc="/System/Library/Frameworks/Tcl.framework/Headers"
@@ -128,104 +162,63 @@ index cdc0819..8e2fd16 100755
TCL_INC=
for try in $tclinc; do
if test -f "$try/tcl.h"; then
-@@ -6941,12 +6902,8 @@ $as_echo "" >&6; }
+@@ -7478,12 +7440,8 @@ $as_echo "" >&6; }
if test -z "$SKIP_TCL"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of tclConfig.sh script" >&5
$as_echo_n "checking for location of tclConfig.sh script... " >&6; }
-- if test "x$MACOSX" != "xyes"; then
+- if test "x$MACOS_X" != "xyes"; then
tclcnf=`echo $tclinc | sed s/include/lib/g`
tclcnf="$tclcnf `echo $tclinc | sed s/include/lib64/g`"
- else
- tclcnf="/System/Library/Frameworks/Tcl.framework"
- fi
for try in $tclcnf; do
- if test -f $try/tclConfig.sh; then
+ if test -f "$try/tclConfig.sh"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $try/tclConfig.sh" >&5
-@@ -7120,10 +7077,6 @@ $as_echo "$rubyhdrdir" >&6; }
+@@ -7673,10 +7631,6 @@ $as_echo "$rubyhdrdir" >&6; }
if test -f "$rubylibdir/$librubya"; then
librubyarg="$librubyarg"
RUBY_LIBS="$RUBY_LIBS -L$rubylibdir"
-- elif test -d "/System/Library/Frameworks/Ruby.framework"; then
+- elif test "$vi_cv_path_ruby" = "/usr/bin/ruby" -a -d "/System/Library/Frameworks/Ruby.framework"; then
- RUBY_LIBS="-framework Ruby"
-- RUBY_CFLAGS="-DRUBY_VERSION=$rubyversion"
+- RUBY_CFLAGS="$RUBY_CFLAGS -DRUBY_VERSION=$rubyversion"
- librubyarg=
fi
if test "X$librubyarg" != "X"; then
-diff --git a/src/if_python.c b/src/if_python.c
-index 1d87cac..9d28df0 100644
---- a/src/if_python.c
-+++ b/src/if_python.c
-@@ -55,11 +55,7 @@
-
- #define PY_SSIZE_T_CLEAN
-
--#ifdef FEAT_GUI_MACVIM
--# include
--#else
--# include
--#endif
-+#include
-
- #if !defined(PY_VERSION_HEX) || PY_VERSION_HEX < 0x02050000
- # undef PY_SSIZE_T_CLEAN
-diff --git a/src/if_ruby.c b/src/if_ruby.c
-index 1deb83e..ac23878 100644
---- a/src/if_ruby.c
-+++ b/src/if_ruby.c
-@@ -106,17 +106,9 @@
- # define rb_check_type rb_check_type_stub
- #endif
-
--#ifdef FEAT_GUI_MACVIM
--# include
--#else
--# include
--#endif
-+#include
- #ifdef RUBY19_OR_LATER
--# ifdef FEAT_GUI_MACVIM
--# include
--# else
--# include
--# endif
-+# include
- #endif
-
- #undef off_t /* ruby defines off_t as _int64, Mingw uses long */
diff --git a/src/vim.h b/src/vim.h
-index 4c93908..edc6bd7 100644
+index cb5be6c97..b703b31cd 100644
--- a/src/vim.h
+++ b/src/vim.h
-@@ -308,18 +308,6 @@
- # define UNUSED
+@@ -241,18 +241,6 @@
+ # define SUN_SYSTEM
#endif
--/* if we're compiling in C++ (currently only KVim), the system
+-/* If we're compiling in C++ (currently only KVim), the system
- * headers must have the correct prototypes or nothing will build.
-- * conversely, our prototypes might clash due to throw() specifiers and
+- * Conversely, our prototypes might clash due to throw() specifiers and
- * cause compilation failures even though the headers are correct. For
- * a concrete example, gcc-3.2 enforces exception specifications, and
- * glibc-2.2.5 has them in their system headers.
- */
-#if !defined(__cplusplus) && defined(UNIX) \
-- && !defined(MACOS_X) /* MACOS_X doesn't yet support osdef.h */
+- && !defined(MACOS_X) /* MACOS_X doesn't yet support osdef.h */
-# include "auto/osdef.h" /* bring missing declarations in */
-#endif
-
- #ifdef __EMX__
- # define getcwd _getcwd2
- # define chdir _chdir2
+ #ifdef AMIGA
+ # include "os_amiga.h"
+ #endif
diff --git a/src/vimtutor b/src/vimtutor
-index 70d9ec7..b565a1a 100755
+index 1e8769b25..47078b0e7 100755
--- a/src/vimtutor
+++ b/src/vimtutor
-@@ -16,7 +16,7 @@ seq="vim vim8 vim75 vim74 vim73 vim72 vim71 vim70 vim7 vim6 vi"
+@@ -16,7 +16,7 @@ seq="vim vim81 vim80 vim8 vim74 vim73 vim72 vim71 vim70 vim7 vim6 vi"
if test "$1" = "-g"; then
# Try to use the GUI version of Vim if possible, it will fall back
# on Vim if Gvim is not installed.
-- seq="gvim gvim8 gvim75 gvim74 gvim73 gvim72 gvim71 gvim70 gvim7 gvim6 $seq"
-+ seq="mvim gvim gvim8 gvim75 gvim74 gvim73 gvim72 gvim71 gvim70 gvim7 gvim6 $seq"
+- seq="gvim gvim81 gvim80 gvim8 gvim74 gvim73 gvim72 gvim71 gvim70 gvim7 gvim6 $seq"
++ seq="mvim gvim gvim81 gvim80 gvim8 gvim74 gvim73 gvim72 gvim71 gvim70 gvim7 gvim6 $seq"
shift
fi
diff --git a/pkgs/applications/editors/vscode/generic.nix b/pkgs/applications/editors/vscode/generic.nix
index 10a981f59bf..e42ca8a0bbf 100644
--- a/pkgs/applications/editors/vscode/generic.nix
+++ b/pkgs/applications/editors/vscode/generic.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchurl, makeDesktopItem
+{ stdenv, lib, makeDesktopItem
, unzip, libsecret, libXScrnSaver, wrapGAppsHook
, gtk2, atomEnv, at-spi2-atk, autoPatchelfHook
, systemd, fontconfig
diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix
index 902ff6c389d..369ed772890 100644
--- a/pkgs/applications/editors/vscode/vscode.nix
+++ b/pkgs/applications/editors/vscode/vscode.nix
@@ -1,10 +1,9 @@
-{ stdenv, lib, callPackage, fetchurl, fetchpatch, isInsiders ? false }:
+{ stdenv, lib, callPackage, fetchurl, isInsiders ? false }:
let
inherit (stdenv.hostPlatform) system;
plat = {
- "i686-linux" = "linux-ia32";
"x86_64-linux" = "linux-x64";
"x86_64-darwin" = "darwin";
}.${system};
@@ -12,14 +11,13 @@ let
archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
sha256 = {
- "i686-linux" = "0345pxad3fkcmn5z2r55fnvx8ybvfpwydxv2h21rd99grhwh8dk4";
- "x86_64-linux" = "1g6cib1c9mikg8cv940xk5g8dh0q5v6vlrgj78rr161hz1lrrv09";
- "x86_64-darwin" = "0krihhr57hnsc9qc1l2ncg70vz7nmrvlqrjbgdnihlrpf71d09hp";
+ "x86_64-linux" = "1np7j6xv0bxmq7762ml0h6pib8963s2vdmyvigi0fz2iik92zv8z";
+ "x86_64-darwin" = "0f87cv1sbcvix9f7hhw0vsypp0bf627xdyh4bmh0g41k17ls8wvc";
}.${system};
in
callPackage ./generic.nix rec {
- version = "1.35.1";
+ version = "1.37.1";
pname = "vscode";
executableName = "code" + lib.optionalString isInsiders "-insiders";
@@ -50,6 +48,6 @@ in
downloadPage = https://code.visualstudio.com/Updates;
license = licenses.unfree;
maintainers = with maintainers; [ eadwu synthetica ];
- platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
+ platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
}
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index 4d4316e43f7..49472fde464 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -1,10 +1,9 @@
-{ stdenv, lib, callPackage, fetchurl, fetchpatch }:
+{ stdenv, callPackage, fetchurl }:
let
inherit (stdenv.hostPlatform) system;
plat = {
- "i686-linux" = "linux-ia32";
"x86_64-linux" = "linux-x64";
"x86_64-darwin" = "darwin";
}.${system};
@@ -12,14 +11,13 @@ let
archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
sha256 = {
- "i686-linux" = "0i572kxc7h63jxl6mw5k3gv08m9padqkky5k1f3w0d638hxhfl23";
- "x86_64-linux" = "0577lqpfrjgwbj27hm59kflb558mkl2nx00ys0hwndayqv0bfnvg";
- "x86_64-darwin" = "047sj0j9k74fvw9fc1ripqk2vy4v17jw488m7r95nf0cyyk08xg0";
+ "x86_64-linux" = "0j6188gm66bwffyg0vn3ak8242vs2vb2cw92b9wfkiml6sfg555n";
+ "x86_64-darwin" = "0iblg0hn6jdds7d2hzp0icb5yh6hhw3fd5g4iim64ibi7lpwj2cj";
}.${system};
in
callPackage ./generic.nix rec {
- version = "1.35.1";
+ version = "1.37.1";
pname = "vscodium";
executableName = "codium";
@@ -49,6 +47,6 @@ in
downloadPage = https://github.com/VSCodium/vscodium/releases;
license = licenses.mit;
maintainers = with maintainers; [];
- platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
+ platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
}
diff --git a/pkgs/applications/editors/vscode/with-extensions.nix b/pkgs/applications/editors/vscode/with-extensions.nix
index 88bea0c0809..074e6b8b12d 100644
--- a/pkgs/applications/editors/vscode/with-extensions.nix
+++ b/pkgs/applications/editors/vscode/with-extensions.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, runCommand, buildEnv, vscode, makeWrapper
+{ lib, runCommand, buildEnv, vscode, makeWrapper
, vscodeExtensions ? [] }:
/*
@@ -68,6 +68,7 @@ runCommand "${wrappedPkgName}-with-extensions-${wrappedPkgVersion}" {
ln -sT "${vscode}/share/pixmaps/code.png" "$out/share/pixmaps/code.png"
ln -sT "${vscode}/share/applications/${executableName}.desktop" "$out/share/applications/${executableName}.desktop"
+ ln -sT "${vscode}/share/applications/${executableName}-url-handler.desktop" "$out/share/applications/${executableName}-url-handler.desktop"
makeWrapper "${vscode}/bin/${executableName}" "$out/bin/${executableName}" ${lib.optionalString (vscodeExtensions != []) ''
--add-flags "--extensions-dir ${combinedExtensionsDrv}/share/${wrappedPkgName}/extensions"
''}
diff --git a/pkgs/applications/editors/xmlcopyeditor/default.nix b/pkgs/applications/editors/xmlcopyeditor/default.nix
index 229e37d0080..d91403bc54f 100644
--- a/pkgs/applications/editors/xmlcopyeditor/default.nix
+++ b/pkgs/applications/editors/xmlcopyeditor/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, aspell, boost, expat, expect, intltool, libxml2, libxslt, pcre, wxGTK, xercesc }:
+{ stdenv, fetchurl, aspell, boost, expat, intltool, libxml2, libxslt, pcre, wxGTK, xercesc }:
stdenv.mkDerivation rec {
name = "xmlcopyeditor-${version}";
diff --git a/pkgs/applications/editors/yi/wrapper.nix b/pkgs/applications/editors/yi/wrapper.nix
index e20c0a3cbca..a90275638dc 100644
--- a/pkgs/applications/editors/yi/wrapper.nix
+++ b/pkgs/applications/editors/yi/wrapper.nix
@@ -11,7 +11,7 @@ in
stdenv.mkDerivation rec {
name = "yi-custom-${version}";
version = "0.0.0.1";
- unpackPhase = "true";
+ dontUnpack = true;
nativeBuildInputs = [ makeWrapper ];
buildCommand = ''
diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix
index b7cf84ff959..360d94d1b82 100644
--- a/pkgs/applications/gis/grass/default.nix
+++ b/pkgs/applications/gis/grass/default.nix
@@ -1,19 +1,23 @@
-{ stdenv, fetchurl, flex, bison, pkgconfig, zlib, libtiff, libpng, fftw
+{ stdenv, fetchFromGitHub, flex, bison, pkgconfig, zlib, libtiff, libpng, fftw
, cairo, readline, ffmpeg, makeWrapper, wxGTK30, netcdf, blas
-, proj, gdal, geos, sqlite, postgresql, mysql, python2Packages, libLAS
+, proj, gdal, geos, sqlite, postgresql, mysql, python2Packages, libLAS, proj-datumgrid
}:
-stdenv.mkDerivation {
- name = "grass-7.2.2";
- src = fetchurl {
- url = https://grass.osgeo.org/grass72/source/grass-7.2.2.tar.gz;
- sha256 = "0yzljbrxlqp4wbw08n1dvmm4vmwkg8glf1ff4xyh589r5ryb7gxv";
+stdenv.mkDerivation rec {
+ name = "grass";
+ version = "7.6.1";
+
+ src = with stdenv.lib; fetchFromGitHub {
+ owner = "OSGeo";
+ repo = "grass";
+ rev = "${name}_${replaceStrings ["."] ["_"] version}";
+ sha256 = "1amjk9rz7vw5ha7nyl5j2bfwj5if9w62nlwx5qbp1x7spldimlll";
};
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ flex bison zlib proj gdal libtiff libpng fftw sqlite cairo
+ buildInputs = [ flex bison zlib proj gdal libtiff libpng fftw sqlite cairo proj
readline ffmpeg makeWrapper wxGTK30 netcdf geos postgresql mysql.connector-c blas
- libLAS ]
+ libLAS proj-datumgrid ]
++ (with python2Packages; [ python dateutil wxPython30 numpy ]);
# On Darwin the installer tries to symlink the help files into a system
@@ -22,6 +26,8 @@ stdenv.mkDerivation {
configureFlags = [
"--with-proj-share=${proj}/share/proj"
+ "--with-proj-includes=${proj.dev}/include"
+ "--with-proj-lib=${proj}/lib"
"--without-opengl"
"--with-readline"
"--with-wxwidgets"
@@ -49,9 +55,11 @@ stdenv.mkDerivation {
scripts/d.what.vect/d.what.vect.py \
scripts/g.extension/g.extension.py \
scripts/g.extension.all/g.extension.all.py \
+ scripts/r.drain/r.drain.py \
scripts/r.pack/r.pack.py \
scripts/r.tileset/r.tileset.py \
scripts/r.unpack/r.unpack.py \
+ scripts/v.clip/v.clip.py \
scripts/v.rast.stats/v.rast.stats.py \
scripts/v.to.lines/v.to.lines.py \
scripts/v.what.strds/v.what.strds.py \
@@ -72,13 +80,15 @@ stdenv.mkDerivation {
done
'';
+ NIX_CFLAGS_COMPILE = [ "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1" ];
+
postInstall = ''
- wrapProgram $out/bin/grass72 \
+ wrapProgram $out/bin/grass76 \
--set PYTHONPATH $PYTHONPATH \
--set GRASS_PYTHON ${python2Packages.python}/bin/${python2Packages.python.executable} \
--suffix LD_LIBRARY_PATH ':' '${gdal}/lib'
- ln -s $out/grass-*/lib $out/lib
- ln -s $out/grass-*/include $out/include
+ ln -s $out/grass*/lib $out/lib
+ ln -s $out/grass*/include $out/include
'';
enableParallelBuilding = true;
diff --git a/pkgs/applications/gis/openorienteering-mapper/default.nix b/pkgs/applications/gis/openorienteering-mapper/default.nix
index a5a0492ab87..38aeee6d13e 100644
--- a/pkgs/applications/gis/openorienteering-mapper/default.nix
+++ b/pkgs/applications/gis/openorienteering-mapper/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, gdal, cmake, ninja, proj, clipper, zlib, qtbase, qttools
- , qtlocation, qtsensors, doxygen, cups, makeWrapper, qtimageformats
+, qtlocation, qtsensors, doxygen, cups, wrapQtAppsHook, qtimageformats
}:
stdenv.mkDerivation rec {
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gdal qtbase qttools qtlocation qtimageformats
qtsensors clipper zlib proj doxygen cups];
- nativeBuildInputs = [ cmake makeWrapper ninja ];
+ nativeBuildInputs = [ cmake wrapQtAppsHook ninja ];
src = fetchFromGitHub {
owner = "OpenOrienteering";
@@ -20,9 +20,6 @@ stdenv.mkDerivation rec {
cmakeFlags =
[
- # Required by the build to be specified
- "-DPROJ4_ROOT=${proj}"
-
# Building the manual and bundling licenses fails
"-DLICENSING_PROVIDER:BOOL=OFF"
"-DMapper_MANUAL_QTHELP:BOOL=OFF"
@@ -43,14 +40,14 @@ stdenv.mkDerivation rec {
"-DMapper_PACKAGE_GDAL=0"
]);
+ # Needs to be available when proj_api.h gets evaluted by CPP
+ NIX_CFLAGS_COMPILE = [ "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" ];
postInstall =
stdenv.lib.optionalString stdenv.isDarwin ''
# Fixes "This application failed to start because it could not find or load the Qt
# platform plugin "cocoa"."
- wrapProgram $out/Mapper.app/Contents/MacOS/Mapper \
- --set QT_QPA_PLATFORM_PLUGIN_PATH ${qtbase.bin}/lib/qt-*/plugins/platforms \
- --set QT_PLUGIN_PATH ${qtbase.bin}/${qtbase.qtPluginPrefix}:${qtimageformats}/${qtbase.qtPluginPrefix}
+ wrapQtApp $out/Mapper.app/Contents/MacOS/Mapper
mkdir -p $out/bin
ln -s $out/Mapper.app/Contents/MacOS/Mapper $out/bin/mapper
'';
diff --git a/pkgs/applications/gis/qgis/default.nix b/pkgs/applications/gis/qgis/default.nix
index 0c76a489f13..f272fd04dd0 100644
--- a/pkgs/applications/gis/qgis/default.nix
+++ b/pkgs/applications/gis/qgis/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, makeWrapper, symlinkJoin
+{ lib, makeWrapper, symlinkJoin
, qgis-unwrapped, extraPythonPackages ? (ps: [ ])
}:
with lib;
diff --git a/pkgs/applications/gis/qgis/unwrapped.nix b/pkgs/applications/gis/qgis/unwrapped.nix
index 6e7fb375eab..a57b180d5b2 100644
--- a/pkgs/applications/gis/qgis/unwrapped.nix
+++ b/pkgs/applications/gis/qgis/unwrapped.nix
@@ -1,6 +1,6 @@
-{ stdenv, lib, fetchurl, cmake, ninja, flex, bison, proj, geos, xlibsWrapper, sqlite, gsl
+{ stdenv, lib, fetchFromGitHub, cmake, ninja, flex, bison, proj, geos, xlibsWrapper, sqlite, gsl
, qwt, fcgi, python3Packages, libspatialindex, libspatialite, postgresql
-, txt2tags, openssl, libzip, hdf5, netcdf
+, txt2tags, openssl, libzip, hdf5, netcdf, exiv2
, qtbase, qtwebkit, qtsensors, qca-qt5, qtkeychain, qscintilla, qtserialport, qtxmlpatterns
, withGrass ? true, grass
}:
@@ -10,12 +10,15 @@ let
[ qscintilla-qt5 gdal jinja2 numpy psycopg2
chardet dateutil pyyaml pytz requests urllib3 pygments pyqt5 sip owslib six ];
in stdenv.mkDerivation rec {
- version = "3.4.8";
- name = "qgis-unwrapped-${version}";
+ version = "3.8.0";
+ pname = "qgis";
+ name = "${pname}-unwrapped-${version}";
- src = fetchurl {
- url = "http://qgis.org/downloads/qgis-${version}.tar.bz2";
- sha256 = "13dy9y7ipv25x3k31njhjljdav36xay6s82g6ywaqf1xxh3s567w";
+ src = fetchFromGitHub {
+ owner = "qgis";
+ repo = "QGIS";
+ rev = "final-${lib.replaceStrings ["."] ["_"] version}";
+ sha256 = "11jqj6lavpw9piv0rm8vvbgd99zhcxl6yfjg699wlrjlyf71xac5";
};
passthru = {
@@ -23,7 +26,7 @@ in stdenv.mkDerivation rec {
inherit python3Packages;
};
- buildInputs = [ openssl proj geos xlibsWrapper sqlite gsl qwt
+ buildInputs = [ openssl proj geos xlibsWrapper sqlite gsl qwt exiv2
fcgi libspatialindex libspatialite postgresql txt2tags libzip hdf5 netcdf
qtbase qtwebkit qtsensors qca-qt5 qtkeychain qscintilla qtserialport qtxmlpatterns] ++
(stdenv.lib.optional withGrass grass) ++ pythonBuildInputs;
@@ -36,7 +39,7 @@ in stdenv.mkDerivation rec {
# build to use PYQT5_SIP_DIR consistently.
postPatch = ''
substituteInPlace cmake/FindPyQt5.py \
- --replace 'pyqtcfg.pyqt_sip_dir' '"${python3Packages.pyqt5}/share/sip/PyQt5"'
+ --replace 'sip_dir = cfg.default_sip_dir' 'sip_dir = "${python3Packages.pyqt5}/share/sip/PyQt5"'
'';
cmakeFlags = [ "-DCMAKE_SKIP_BUILD_RPATH=OFF"
diff --git a/pkgs/applications/gis/saga/default.nix b/pkgs/applications/gis/saga/default.nix
index 4738bfba14a..7440e2633a3 100644
--- a/pkgs/applications/gis/saga/default.nix
+++ b/pkgs/applications/gis/saga/default.nix
@@ -3,7 +3,9 @@
unixODBC , poppler, hdf4, hdf5, netcdf, sqlite, qhull, giflib }:
stdenv.mkDerivation rec {
- name = "saga-6.3.0";
+ pname = "saga";
+ version = "7.3.0";
+ name = "${pname}-${version}";
# See https://groups.google.com/forum/#!topic/nix-devel/h_vSzEJAPXs
# for why the have additional buildInputs on darwin
@@ -14,13 +16,11 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
- patches = [ ./finite-6.3.0.patch];
-
CXXFLAGS = stdenv.lib.optionalString stdenv.cc.isClang "-std=c++11 -Wno-narrowing";
src = fetchurl {
- url = "mirror://sourceforge/project/saga-gis/SAGA%20-%206/SAGA%20-%206.3.0/saga-6.3.0.tar.gz";
- sha256 = "0hyjim8fcp3mna1hig22nnn4ki3j6b7096am2amcs99sdr09jjxv";
+ url = "https://sourceforge.net/projects/saga-gis/files/SAGA%20-%207/SAGA%20-%207.3.0/saga-7.3.0.tar.gz";
+ sha256 = "1g7v6vx7b8mfhbbg03pdk4kyks20maqbcdbasnxazhs8pl2zih7k";
};
meta = with stdenv.lib; {
diff --git a/pkgs/applications/gis/saga/finite-6.3.0.patch b/pkgs/applications/gis/saga/finite-6.3.0.patch
deleted file mode 100644
index 91c9543edfd..00000000000
--- a/pkgs/applications/gis/saga/finite-6.3.0.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-diff --git a/src/tools/imagery/imagery_maxent/me.cpp b/src/tools/imagery/imagery_maxent/me.cpp
-index c5da854..d3e9cff 100755
---- a/src/tools/imagery/imagery_maxent/me.cpp
-+++ b/src/tools/imagery/imagery_maxent/me.cpp
-@@ -21,7 +21,7 @@
- #ifdef _SAGA_MSW
- #define isinf(x) (!_finite(x))
- #else
--#define isinf(x) (!finite(x))
-+#define isinf(x) (!isfinite(x))
- #endif
-
- /** The input array contains a set of log probabilities lp1, lp2, lp3
-@@ -47,7 +47,7 @@ double sumLogProb(vector& logprobs)
- /** returns log (e^logprob1 + e^logprob2). */
- double sumLogProb(double logprob1, double logprob2)
- {
-- if (isinf(logprob1) && isinf(logprob2))
-+ if (isinf(logprob1) && isinf(logprob2))
- return logprob1; // both prob1 and prob2 are 0, return log 0.
- if (logprob1>logprob2)
- return logprob1+log(1+exp(logprob2-logprob1));
-@@ -70,8 +70,8 @@ void MaxEntModel::print(ostream& ostrm, MaxEntTrainer& trainer)
- for (FtMap::iterator it = _index.begin(); it!=_index.end(); it++) {
- unsigned long i = it->second;
- for (unsigned long c = 0; c<_classes; c++) {
-- ostrm << "lambda(" << trainer.className(c) << ", "
-- << trainer.getStr(it->first) << ")="
-+ ostrm << "lambda(" << trainer.className(c) << ", "
-+ << trainer.getStr(it->first) << ")="
- << _lambda[i+c] << endl;
- }
- }
-@@ -86,7 +86,7 @@ int MaxEntModel::getProbs(MaxEntEvent& event, vector& probs)
- double s = 0;
- for (unsigned int f = 0; fsecond+c];
- }
- probs[c] = s;
-@@ -142,10 +142,10 @@ double MaxEntModel::getObsCounts(EventSet& events, vector& obsCounts)
- double ftSum = 0;
- for (unsigned long j=0; jsecond+c] += count;
- else { // new feature, need to expand obsCounts and _lambda
-- for (unsigned int k = 0; k<_classes; k++)
-+ for (unsigned int k = 0; k<_classes; k++)
- obsCounts.push_back(0);
- obsCounts[_lambda.size()+c] += count;
- addFeature(e[j]);
diff --git a/pkgs/applications/gis/saga/lts.nix b/pkgs/applications/gis/saga/lts.nix
deleted file mode 100644
index ca0034aa970..00000000000
--- a/pkgs/applications/gis/saga/lts.nix
+++ /dev/null
@@ -1,36 +0,0 @@
-{ stdenv, fetchgit, gdal, wxGTK30, proj, libiodbc, lzma, jasper,
- libharu, opencv, vigra, postgresql, autoreconfHook, Cocoa
- , unixODBC , poppler, hdf4, hdf5, netcdf, sqlite, qhull, giflib }:
-
-stdenv.mkDerivation rec {
- name = "saga-2.3.2";
-
- # See https://groups.google.com/forum/#!topic/nix-devel/h_vSzEJAPXs
- # for why the have additional buildInputs on darwin
- buildInputs = [ autoreconfHook gdal wxGTK30 proj libharu opencv vigra
- postgresql libiodbc lzma jasper
- unixODBC poppler hdf4.out hdf5 netcdf sqlite qhull giflib ]
- ++ stdenv.lib.optional stdenv.isDarwin Cocoa ;
-
- enableParallelBuilding = true;
-
- CXXFLAGS = stdenv.lib.optionalString stdenv.cc.isClang "-std=c++11 -Wno-narrowing";
-
- sourceRoot = "code-b6f474f/saga-gis";
-
- patches = [ ./clang_patch.patch ./finite.patch];
-
- src = fetchgit {
- url = "https://git.code.sf.net/p/saga-gis/code.git";
- rev = "b6f474f8af4af7f0ff82548cc6f88c53547d91f5";
- sha256 = "0iakynai8mhcwj6wxvafkqhd7b417ss7hyhbcp9wf6092l6vc2zd";
- };
-
- meta = with stdenv.lib; {
- description = "System for Automated Geoscientific Analyses";
- homepage = http://www.saga-gis.org;
- license = licenses.gpl2Plus;
- maintainers = [ maintainers.mpickering ];
- platforms = with platforms; unix;
- };
-}
diff --git a/pkgs/applications/graphics/ImageMagick/7.0.nix b/pkgs/applications/graphics/ImageMagick/7.0.nix
index f61215f83e2..003a17aa3d4 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -13,8 +13,8 @@ let
else throw "ImageMagick is not supported on this platform.";
cfg = {
- version = "7.0.8-46";
- sha256 = "1si3rv3b9jgjkwyny5ja76s8c0z9vyic28fm63j1jrqdd2jyq3pk";
+ version = "7.0.8-58";
+ sha256 = "0yfw32nydwy7ag7ina1zc6yssa146x4v35hjv6v59bci9mmj9fb1";
patches = [];
};
in
diff --git a/pkgs/applications/graphics/animbar/default.nix b/pkgs/applications/graphics/animbar/default.nix
index 0d6b538b107..c918e4b302b 100644
--- a/pkgs/applications/graphics/animbar/default.nix
+++ b/pkgs/applications/graphics/animbar/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchurl, cmake, qt4, file, gcc }:
+{ stdenv, lib, fetchurl, cmake, qt4, file }:
stdenv.mkDerivation rec {
pname = "animbar";
diff --git a/pkgs/applications/graphics/avocode/default.nix b/pkgs/applications/graphics/avocode/default.nix
index e4a33edfb8b..552ca714476 100644
--- a/pkgs/applications/graphics/avocode/default.nix
+++ b/pkgs/applications/graphics/avocode/default.nix
@@ -1,20 +1,21 @@
{ stdenv, makeDesktopItem, fetchurl, unzip
-, gdk_pixbuf, glib, gtk3, atk, at-spi2-atk, pango, cairo, freetype, fontconfig, dbus, nss, nspr, alsaLib, cups, expat, udev, gnome3
-, xorg, mozjpeg, makeWrapper, wrapGAppsHook, hicolor-icon-theme, libuuid
+, gdk-pixbuf, glib, gtk3, atk, at-spi2-atk, pango, cairo, freetype, fontconfig, dbus, nss, nspr, alsaLib, cups, expat, udev, gnome3
+, xorg, mozjpeg, makeWrapper, wrapGAppsHook, hicolor-icon-theme, libuuid, at-spi2-core
}:
stdenv.mkDerivation rec {
name = "avocode-${version}";
- version = "3.8.0";
+ version = "3.9.2";
src = fetchurl {
url = "https://media.avocode.com/download/avocode-app/${version}/avocode-${version}-linux.zip";
- sha256 = "1m5shx4xnjrf5lfxivh3ns0a08wdrkhfyk6hbmkv65j9pwc1sr8n";
+ sha256 = "18yzw7bss1dkmmd8lxr9x8s46qmpnqci202g16zrp6j9jdj094d3";
};
libPath = stdenv.lib.makeLibraryPath (with xorg; [
stdenv.cc.cc.lib
- gdk_pixbuf
+ at-spi2-core.out
+ gdk-pixbuf
glib
gtk3
atk
diff --git a/pkgs/applications/graphics/darktable/default.nix b/pkgs/applications/graphics/darktable/default.nix
index e16ef45fe1e..a32681c754c 100644
--- a/pkgs/applications/graphics/darktable/default.nix
+++ b/pkgs/applications/graphics/darktable/default.nix
@@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = https://www.darktable.org;
license = licenses.gpl3Plus;
platforms = platforms.linux ++ platforms.darwin;
- maintainers = with maintainers; [ goibhniu rickynils flosse mrVanDalo ];
+ maintainers = with maintainers; [ goibhniu flosse mrVanDalo ];
};
}
diff --git a/pkgs/applications/graphics/digikam/default.nix b/pkgs/applications/graphics/digikam/default.nix
index cf2376b3733..1fc15af7244 100644
--- a/pkgs/applications/graphics/digikam/default.nix
+++ b/pkgs/applications/graphics/digikam/default.nix
@@ -52,13 +52,13 @@
mkDerivation rec {
pname = "digikam";
- version = "6.1.0";
+ version = "6.2.0";
src = fetchFromGitHub {
owner = "KDE";
repo = "digikam";
rev = "v${version}";
- sha256 = "0h0jqfgpanhxfi3r7cgip58ppypqx79z6c5jj7i7f19hp2zziip8";
+ sha256 = "1l1nb1nwicmip2jxhn5gzr7h60igvns0zs3kzp36r6qf4wvg3v2z";
};
nativeBuildInputs = [ cmake doxygen extra-cmake-modules kdoctools wrapGAppsHook ];
@@ -105,6 +105,8 @@ mkDerivation rec {
threadweaver
];
+ enableParallelBuilding = true;
+
cmakeFlags = [
"-DENABLE_MYSQLSUPPORT=1"
"-DENABLE_INTERNALMYSQL=1"
diff --git a/pkgs/applications/graphics/drawio/default.nix b/pkgs/applications/graphics/drawio/default.nix
new file mode 100644
index 00000000000..3f922530e73
--- /dev/null
+++ b/pkgs/applications/graphics/drawio/default.nix
@@ -0,0 +1,94 @@
+{ stdenv, lib, fetchurl, rpmextract, autoPatchelfHook, wrapGAppsHook
+
+# Dynamic libraries
+, alsaLib, atk, at-spi2-atk, at-spi2-core, cairo, dbus, cups, expat
+, gdk-pixbuf, glib, gtk3, libX11, libXScrnSaver, libXcomposite, libXcursor
+, libXdamage, libXext, libXfixes, libXi, libXrandr, libXrender, libXtst
+, libxcb, libuuid, nspr, nss, pango
+
+, systemd
+}:
+
+stdenv.mkDerivation rec {
+ pname = "drawio";
+ version = "11.1.4";
+
+ src = fetchurl {
+ url = "https://github.com/jgraph/drawio-desktop/releases/download/v${version}/draw.io-x86_64-${version}.rpm";
+ sha256 = "0ca8wkkdr7kbb8il84nq05qgd5ykjq15fdv9432wr5p9xmqixz1q";
+ };
+
+ nativeBuildInputs = [
+ autoPatchelfHook
+ rpmextract
+ wrapGAppsHook
+ ];
+
+ buildInputs = [
+ alsaLib
+ atk
+ at-spi2-atk
+ at-spi2-core
+ cairo
+ cups
+ dbus
+ expat
+ gdk-pixbuf
+ glib
+ gtk3
+ libX11
+ libXScrnSaver
+ libXcomposite
+ libXcursor
+ libXdamage
+ libXext
+ libXfixes
+ libXi
+ libXrandr
+ libXrender
+ libXtst
+ libxcb
+ libuuid
+ nspr
+ nss
+ pango
+ systemd
+ ];
+
+ runtimeDependencies = [
+ systemd.lib
+ ];
+
+ dontBuild = true;
+ dontConfigure = true;
+
+ unpackPhase = "rpmextract ${src}";
+
+ installPhase = ''
+ mkdir -p $out/share
+ cp -r opt/draw.io $out/share/
+
+ # Application icon
+ mkdir -p $out/share/icons/hicolor
+ cp -r usr/share/icons/hicolor/* $out/share/icons/hicolor/
+
+ # XDG desktop item
+ cp -r usr/share/applications $out/share/applications
+
+ # Symlink wrapper
+ mkdir -p $out/bin
+ ln -s $out/share/draw.io/drawio $out/bin/drawio
+
+ # Update binary path
+ substituteInPlace $out/share/applications/drawio.desktop \
+ --replace /opt/draw.io/drawio $out/bin/drawio
+ '';
+
+ meta = with stdenv.lib; {
+ description = "A desktop application for creating diagrams";
+ homepage = https://about.draw.io/;
+ license = licenses.asl20;
+ maintainers = with maintainers; [ danieldk ];
+ platforms = [ "x86_64-linux" ];
+ };
+}
diff --git a/pkgs/applications/graphics/drawpile/default.nix b/pkgs/applications/graphics/drawpile/default.nix
index 31a9fa57b50..eca3740f975 100644
--- a/pkgs/applications/graphics/drawpile/default.nix
+++ b/pkgs/applications/graphics/drawpile/default.nix
@@ -59,11 +59,11 @@ let
in stdenv.mkDerivation rec {
name = "drawpile-${version}";
- version = "2.1.10";
+ version = "2.1.11";
src = fetchurl {
url = "https://drawpile.net/files/src/drawpile-${version}.tar.gz";
- sha256 = "074lp5z5kh6qwar3y4ik7gma5mdgafdsb50q425xcd3pv00gy0hm";
+ sha256 = "00r5vzracvjk369rri2jxzgfaa1ll4qj5gdmzgflvidz8420bcvm";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/graphics/fbida/default.nix b/pkgs/applications/graphics/fbida/default.nix
index 33d65a86076..f5560a9b203 100644
--- a/pkgs/applications/graphics/fbida/default.nix
+++ b/pkgs/applications/graphics/fbida/default.nix
@@ -1,10 +1,10 @@
{ stdenv, fetchurl, libjpeg, libexif, libungif, libtiff, libpng, libwebp, libdrm
, pkgconfig, freetype, fontconfig, which, imagemagick, curl, sane-backends, libXpm
-, epoxy, poppler, mesa_noglu, lirc }:
+, epoxy, poppler, mesa, lirc }:
stdenv.mkDerivation rec {
name = "fbida-2.14";
-
+
src = fetchurl {
url = "http://dl.bytesex.org/releases/fbida/${name}.tar.gz";
sha256 = "0f242mix20rgsqz1llibhsz4r2pbvx6k32rmky0zjvnbaqaw1dwm";
@@ -14,9 +14,9 @@ stdenv.mkDerivation rec {
buildInputs = [
libexif libjpeg libpng libungif freetype fontconfig libtiff libwebp
imagemagick curl sane-backends libdrm libXpm epoxy poppler lirc
- mesa_noglu
+ mesa
];
-
+
makeFlags = [ "prefix=$(out)" "verbose=yes" "STRIP=" "JPEG_VER=62" ];
patchPhase = ''
diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix
index 6fdc4f741ac..fbc6cd2fafe 100644
--- a/pkgs/applications/graphics/feh/default.nix
+++ b/pkgs/applications/graphics/feh/default.nix
@@ -6,11 +6,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "feh-${version}";
- version = "3.1.3";
+ version = "3.2.1";
src = fetchurl {
url = "https://feh.finalrewind.org/${name}.tar.bz2";
- sha256 = "1vsnxf4as3vyzjfhd8frzb1a8i7wnq7ck5ljx7qxqrnfqvxl1s4z";
+ sha256 = "070axq8jpibcabmjfv4fmjmpk3k349vzvh4qhsi4n62bkcwl35wg";
};
outputs = [ "out" "man" "doc" ];
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "A light-weight image viewer";
homepage = "https://feh.finalrewind.org/";
license = licenses.mit;
- maintainers = [ maintainers.viric maintainers.willibutz ];
+ maintainers = with maintainers; [ viric willibutz globin ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/graphics/fondo/default.nix b/pkgs/applications/graphics/fondo/default.nix
index f7d5f099f84..920b529d61c 100644
--- a/pkgs/applications/graphics/fondo/default.nix
+++ b/pkgs/applications/graphics/fondo/default.nix
@@ -1,14 +1,31 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, python3, glib, gsettings-desktop-schemas, gtk3, libgee, json-glib, glib-networking, libsoup, libunity, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, fetchpatch
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, python3
+, glib
+, gsettings-desktop-schemas
+, gtk3
+, libgee
+, json-glib
+, glib-networking
+, libsoup
+, libunity
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "fondo";
- version = "1.3.0";
+ version = "1.3.2";
src = fetchFromGitHub {
owner = "calo001";
repo = pname;
rev = version;
- sha256 = "1xflkqzdbyvdjybarvb13vw6p8f2xjlvpr155yaxgjjzjcr1j86y";
+ sha256 = "0w7qai261l9m7ckzxc2gj3ywa55wm6p5br1xdk7607ql44lfpgba";
};
nativeBuildInputs = [
@@ -32,6 +49,14 @@ stdenv.mkDerivation rec {
pantheon.granite
];
+ patches = [
+ # Fix hardcoded FHS gsettings path
+ (fetchpatch {
+ url = "https://github.com/calo001/fondo/commit/98afdd834201321a3242f0b53bfba4b2ffa04a4c.patch";
+ sha256 = "0vvgbgjja6vyrk6in3sgv8jbl4bwxkm6fhllgjzq7r65gkj4jg79";
+ })
+ ];
+
postPatch = ''
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
diff --git a/pkgs/applications/graphics/freecad/default.nix b/pkgs/applications/graphics/freecad/default.nix
index 92fc74242a2..b8f4d544503 100644
--- a/pkgs/applications/graphics/freecad/default.nix
+++ b/pkgs/applications/graphics/freecad/default.nix
@@ -1,28 +1,42 @@
-{ stdenv, fetchurl, cmake, coin3d, xercesc, ode, eigen, qt4, opencascade, gts
-, hdf5, vtk, medfile, zlib, python27Packages, swig, gfortran, fetchpatch
-, soqt, libf2c, makeWrapper, makeDesktopItem
+{ stdenv, mkDerivation, fetchurl, cmake, ninja, coin3d, xercesc, ode, eigen, qt5, opencascade-occt, gts
+, hdf5, vtk, medfile, zlib, python3Packages, swig, gfortran, libXmu
+, soqt, libf2c, libGLU, makeWrapper, pkgconfig
, mpi ? null }:
assert mpi != null;
let
- pythonPackages = python27Packages;
-in stdenv.mkDerivation rec {
+ pythonPackages = python3Packages;
+in mkDerivation rec {
name = "freecad-${version}";
- version = "0.18.2";
+ version = "0.18.3";
src = fetchurl {
url = "https://github.com/FreeCAD/FreeCAD/archive/${version}.tar.gz";
- sha256 = "1r5rhaiq22yhrfpmcmzx6bflqj6q9asbyjyfja4x4rzfy9yh0a4v";
+ sha256 = "07j7azgnicmd8cqnyskp15y44ykgj5qqz5y3w1jdynrv3yrvk1kz";
};
- buildInputs = [ cmake coin3d xercesc ode eigen qt4 opencascade gts
- zlib swig gfortran soqt libf2c makeWrapper mpi vtk hdf5 medfile
- ] ++ (with pythonPackages; [
- matplotlib pycollada pyside pysideShiboken pysideTools pivy python boost
+ nativeBuildInputs = [ cmake ninja pkgconfig pythonPackages.pyside2-tools ];
+ buildInputs = [ cmake coin3d xercesc ode eigen opencascade-occt gts
+ zlib swig gfortran soqt libf2c makeWrapper mpi vtk hdf5 medfile
+ libGLU libXmu
+ ] ++ (with qt5; [
+ qtbase qttools qtwebkit
+ ]) ++ (with pythonPackages; [
+ matplotlib pycollada shiboken2 pyside2 pyside2-tools pivy python boost
]);
- enableParallelBuilding = true;
+ cmakeFlags = [
+ "-DBUILD_QT5=ON"
+ "-DSHIBOKEN_INCLUDE_DIR=${pythonPackages.shiboken2}/include"
+ "-DSHIBOKEN_LIBRARY=Shiboken2::libshiboken"
+ ("-DPYSIDE_INCLUDE_DIR=${pythonPackages.pyside2}/include"
+ + ";${pythonPackages.pyside2}/include/PySide2/QtCore"
+ + ";${pythonPackages.pyside2}/include/PySide2/QtWidgets"
+ + ";${pythonPackages.pyside2}/include/PySide2/QtGui"
+ )
+ "-DPYSIDE_LIBRARY=PySide2::pyside2"
+ ];
# This should work on both x86_64, and i686 linux
preBuild = ''
@@ -32,22 +46,23 @@ in stdenv.mkDerivation rec {
# Their main() removes PYTHONPATH=, and we rely on it.
preConfigure = ''
sed '/putenv("PYTHONPATH/d' -i src/Main/MainGui.cpp
+
+ qtWrapperArgs+=(--prefix PYTHONPATH : "$PYTHONPATH")
'';
- postInstall = ''
- wrapProgram $out/bin/FreeCAD --prefix PYTHONPATH : $PYTHONPATH \
- --set COIN_GL_NO_CURRENT_CONTEXT_CHECK 1
- '';
+ qtWrapperArgs = [
+ "--set COIN_GL_NO_CURRENT_CONTEXT_CHECK 1"
+ ];
postFixup = ''
mv $out/share/doc $out
'';
-
+
meta = with stdenv.lib; {
description = "General purpose Open Source 3D CAD/MCAD/CAx/CAE/PLM modeler";
- homepage = https://www.freecadweb.org/;
+ homepage = "https://www.freecadweb.org/";
license = licenses.lgpl2Plus;
- maintainers = [ maintainers.viric ];
+ maintainers = with maintainers; [ viric gebner ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/graphics/fstl/default.nix b/pkgs/applications/graphics/fstl/default.nix
index b1437508a50..bdb1e87d70e 100644
--- a/pkgs/applications/graphics/fstl/default.nix
+++ b/pkgs/applications/graphics/fstl/default.nix
@@ -1,5 +1,6 @@
-{stdenv, fetchFromGitHub, qtbase, mesa_glu}:
-stdenv.mkDerivation rec {
+{ stdenv, fetchFromGitHub, mkDerivation, qtbase, mesa_glu }:
+
+mkDerivation rec {
name = "fstl-${version}";
version = "0.9.3";
diff --git a/pkgs/applications/graphics/gcolor3/default.nix b/pkgs/applications/graphics/gcolor3/default.nix
index ed350b2b0ee..5ad7cb88b03 100644
--- a/pkgs/applications/graphics/gcolor3/default.nix
+++ b/pkgs/applications/graphics/gcolor3/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitLab, gnome3, meson, ninja, gettext, pkgconfig, libxml2, gtk3, hicolor-icon-theme, wrapGAppsHook }:
+{ stdenv, fetchFromGitLab, meson, ninja, gettext, pkgconfig, libxml2, gtk3, hicolor-icon-theme, wrapGAppsHook }:
let
version = "2.3.1";
diff --git a/pkgs/applications/graphics/geeqie/default.nix b/pkgs/applications/graphics/geeqie/default.nix
index 4e1e7138e77..08b2757dd6e 100644
--- a/pkgs/applications/graphics/geeqie/default.nix
+++ b/pkgs/applications/graphics/geeqie/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, autoconf, automake, gettext, intltool
, gtk3, lcms2, exiv2, libchamplain, clutter-gtk, ffmpegthumbnailer, fbida
-, wrapGAppsHook
+, wrapGAppsHook, fetchpatch
}:
stdenv.mkDerivation rec {
@@ -12,8 +12,20 @@ stdenv.mkDerivation rec {
sha256 = "0ciygvcxb78pqg59r6p061mkbpvkgv2rv3r79j3kgv3kalb3ln2w";
};
- # Do not build the changelog as this requires markdown.
- patches = [ ./geeqie-no-changelog.patch ];
+ patches = [
+ # Do not build the changelog as this requires markdown.
+ (fetchpatch {
+ name = "geeqie-1.4-goodbye-changelog.patch";
+ url = "https://src.fedoraproject.org/rpms/geeqie/raw/132fb04a1a5e74ddb333d2474f7edb9a39dc8d27/f/geeqie-1.4-goodbye-changelog.patch";
+ sha256 = "00a35dds44kjjdqsbbfk0x9y82jspvsbpm2makcm1ivzlhjjgszn";
+ })
+ # Fixes build with exiv2 0.27.1
+ (fetchpatch {
+ name = "geeqie-exiv2-0.27.patch";
+ url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/geeqie-exiv2-0.27.patch?h=packages/geeqie&id=dee28a8b3e9039b9cd6927b5a93ef2a07cd8271d";
+ sha256 = "05skpbyp8pcq92psgijyccc8liwfy2cpwprw6m186pf454yb5y9p";
+ })
+ ];
preConfigure = "./autogen.sh";
diff --git a/pkgs/applications/graphics/geeqie/geeqie-no-changelog.patch b/pkgs/applications/graphics/geeqie/geeqie-no-changelog.patch
deleted file mode 100644
index 1b8833b135f..00000000000
--- a/pkgs/applications/graphics/geeqie/geeqie-no-changelog.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- geeqie-1.4.orig/Makefile.am 2017-12-31 07:31:21.000000000 -0500
-+++ geeqie-1.4/Makefile.am 2018-01-01 15:05:58.742068166 -0500
-@@ -10,9 +10,9 @@
- readmedir = @readmedir@
-
- if HAVE_MARKDOWN
--readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS README.html ChangeLog.html
-+readme_DATA = README.md COPYING TODO README.lirc AUTHORS README.html
- else
--readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS ChangeLog.html
-+readme_DATA = README.md COPYING TODO README.lirc AUTHORS
- endif
-
- desktopdir = $(datadir)/applications
diff --git a/pkgs/applications/graphics/gimp/default.nix b/pkgs/applications/graphics/gimp/default.nix
index a2a6fe3c14f..e3994b1b412 100644
--- a/pkgs/applications/graphics/gimp/default.nix
+++ b/pkgs/applications/graphics/gimp/default.nix
@@ -1,9 +1,9 @@
-{ stdenv, fetchurl, substituteAll, pkgconfig, intltool, babl, gegl, gtk2, glib, gdk_pixbuf, isocodes
+{ stdenv, fetchurl, substituteAll, pkgconfig, intltool, babl, gegl, gtk2, glib, gdk-pixbuf, isocodes
, pango, cairo, freetype, fontconfig, lcms, libpng, libjpeg, poppler, poppler_data, libtiff
, libmng, librsvg, libwmf, zlib, libzip, ghostscript, aalib, shared-mime-info
, python2Packages, libexif, gettext, xorg, glib-networking, libmypaint, gexiv2
, harfbuzz, mypaint-brushes, libwebp, libheif, libgudev, openexr
-, AppKit, Cocoa, gtk-mac-integration-gtk2, cf-private }:
+, AppKit, Cocoa, gtk-mac-integration-gtk2 }:
let
inherit (python2Packages) pygtk wrapPython python;
@@ -19,20 +19,18 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig intltool gettext wrapPython ];
propagatedBuildInputs = [ gegl ]; # needed by gimp-2.0.pc
buildInputs = [
- babl gegl gtk2 glib gdk_pixbuf pango cairo gexiv2 harfbuzz isocodes
+ babl gegl gtk2 glib gdk-pixbuf pango cairo gexiv2 harfbuzz isocodes
freetype fontconfig lcms libpng libjpeg poppler poppler_data libtiff openexr
libmng librsvg libwmf zlib libzip ghostscript aalib shared-mime-info libwebp libheif
python pygtk libexif xorg.libXpm glib-networking libmypaint mypaint-brushes
] ++ stdenv.lib.optionals stdenv.isDarwin [
- # cf-private is needed to get some things not in swift-corefoundation.
- # For instance _OBJC_CLASS_$_NSArray is missing.
- AppKit Cocoa gtk-mac-integration-gtk2 cf-private
+ AppKit Cocoa gtk-mac-integration-gtk2
] ++ stdenv.lib.optionals stdenv.isLinux [ libgudev ];
pythonPath = [ pygtk ];
# Check if librsvg was built with --disable-pixbuf-loader.
- PKG_CONFIG_GDK_PIXBUF_2_0_GDK_PIXBUF_MODULEDIR = "${librsvg}/${gdk_pixbuf.moduleDir}";
+ PKG_CONFIG_GDK_PIXBUF_2_0_GDK_PIXBUF_MODULEDIR = "${librsvg}/${gdk-pixbuf.moduleDir}";
preConfigure = ''
# The check runs before glib-networking is registered
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index 1787b1d9e7f..008bfdf881e 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -157,17 +157,17 @@ stdenv.lib.makeScope pkgs.newScope (self: with self; {
ufraw = pkgs.ufraw.gimpPlugin;
gimplensfun = pluginDerivation rec {
- version = "0.2.4";
+ version = "unstable-2018-10-21";
name = "gimplensfun-${version}";
src = fetchFromGitHub {
owner = "seebk";
repo = "GIMP-Lensfun";
- rev = version;
- sha256 = "0zlmp9v732qmzj083mnk5z421s57mnckmpjhiw890wmmwzj2lhxz";
+ rev = "1c5a5c1534b5faf098b7441f8840d22835592f17";
+ sha256 = "1jj3n7spkjc63aipwdqsvq9gi07w13bb1v8iqzvxwzld2kxa3c8w";
};
- buildInputs = with pkgs; [ lensfun exiv2 ];
+ buildInputs = with pkgs; [ lensfun gexiv2 ];
installPhase = "
installPlugins gimp-lensfun
diff --git a/pkgs/applications/graphics/giv/default.nix b/pkgs/applications/graphics/giv/default.nix
index c5eb126cfbf..ec708ad971a 100644
--- a/pkgs/applications/graphics/giv/default.nix
+++ b/pkgs/applications/graphics/giv/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, gdk_pixbuf, scons, pkgconfig, gtk2, glib
+{ stdenv, fetchFromGitHub, gdk-pixbuf, scons, pkgconfig, gtk2, glib
, pcre, cfitsio, perl, gob2, vala, libtiff, json-glib }:
stdenv.mkDerivation rec {
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
patches = [ ./build.patch ];
nativeBuildInputs = [ scons pkgconfig vala perl gob2 ];
- buildInputs = [ gdk_pixbuf gtk2 glib pcre cfitsio libtiff json-glib ];
+ buildInputs = [ gdk-pixbuf gtk2 glib pcre cfitsio libtiff json-glib ];
meta = with stdenv.lib; {
description = "Cross platform image and hierarchical vector viewer based";
diff --git a/pkgs/applications/graphics/gnome-photos/default.nix b/pkgs/applications/graphics/gnome-photos/default.nix
new file mode 100644
index 00000000000..f591dd5a60d
--- /dev/null
+++ b/pkgs/applications/graphics/gnome-photos/default.nix
@@ -0,0 +1,125 @@
+{ stdenv
+, fetchurl
+, at-spi2-core
+, babl
+, dbus
+, desktop-file-utils
+, dleyna-renderer
+, gdk-pixbuf
+, gegl
+, geocode-glib
+, gettext
+, gexiv2
+, gfbgraph
+, glib
+, gnome-online-accounts
+, gnome3
+, gobject-introspection
+, grilo
+, grilo-plugins
+, gsettings-desktop-schemas
+, gtk3
+, itstool
+, libdazzle
+, libgdata
+, libxml2
+, meson
+, ninja
+, nixosTests
+, pkgconfig
+, python3
+, tracker
+, tracker-miners
+, wrapGAppsHook
+}:
+
+stdenv.mkDerivation rec {
+ pname = "gnome-photos";
+ version = "3.32.1";
+
+ outputs = [ "out" "installedTests" ];
+
+ src = fetchurl {
+ url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
+ sha256 = "0nxa2jz1g73wypdsj19r4plf4hfkhs9mpl7gbhsiyqp1rkn84ahn";
+ };
+
+ patches = [
+ ./installed-tests-path.patch
+ ];
+
+ nativeBuildInputs = [
+ desktop-file-utils
+ gettext
+ gobject-introspection # for setup hook
+ glib # for setup hook
+ itstool
+ libxml2
+ meson
+ ninja
+ pkgconfig
+ (python3.withPackages (pkgs: with pkgs; [
+ dogtail
+ pygobject3
+ pyatspi
+ ]))
+ wrapGAppsHook
+ ];
+
+ buildInputs = [
+ babl
+ dbus
+ dleyna-renderer
+ gdk-pixbuf
+ gegl
+ geocode-glib
+ gexiv2
+ gfbgraph
+ glib
+ gnome-online-accounts
+ gnome3.adwaita-icon-theme
+ grilo
+ grilo-plugins
+ gsettings-desktop-schemas
+ gtk3
+ libdazzle
+ libgdata
+ tracker
+ tracker-miners # For 'org.freedesktop.Tracker.Miner.Files' GSettings schema
+
+ at-spi2-core # for tests
+ ];
+
+ mesonFlags = [
+ "-Dinstalled_tests=true"
+ "-Dinstalled_test_prefix=${placeholder "installedTests"}"
+ ];
+
+ postPatch = ''
+ chmod +x meson_post_install.py
+ patchShebangs meson_post_install.py
+ patchShebangs tests/basic.py
+ '';
+
+ postFixup = ''
+ wrapProgram "${placeholder "installedTests"}/libexec/installed-tests/gnome-photos/basic.py" "''${gappsWrapperArgs[@]}"
+ '';
+
+ passthru = {
+ updateScript = gnome3.updateScript {
+ packageName = pname;
+ };
+
+ tests = {
+ installed-tests = nixosTests.gnome-photos;
+ };
+ };
+
+ meta = with stdenv.lib; {
+ description = "Access, organize and share your photos";
+ homepage = https://wiki.gnome.org/Apps/Photos;
+ license = licenses.gpl3Plus;
+ maintainers = gnome3.maintainers;
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/applications/graphics/gnome-photos/installed-tests-path.patch b/pkgs/applications/graphics/gnome-photos/installed-tests-path.patch
new file mode 100644
index 00000000000..218108328dd
--- /dev/null
+++ b/pkgs/applications/graphics/gnome-photos/installed-tests-path.patch
@@ -0,0 +1,23 @@
+diff --git a/meson.build b/meson.build
+index dee932dc..f8851913 100644
+--- a/meson.build
++++ b/meson.build
+@@ -16,8 +16,8 @@
+ photos_docdir = join_paths(photos_datadir, 'doc', meson.project_name())
+ photos_libdir = join_paths(photos_prefix, get_option('libdir'), meson.project_name())
+
+-photos_installed_test_metadir = join_paths(photos_datadir, 'installed-tests', meson.project_name())
+-photos_installed_test_execdir = join_paths(photos_libexecdir, 'installed-tests', meson.project_name())
++photos_installed_test_metadir = join_paths(get_option('installed_test_prefix'), 'share', 'installed-tests', meson.project_name())
++photos_installed_test_execdir = join_paths(get_option('installed_test_prefix'), 'libexec', 'installed-tests', meson.project_name())
+
+ photos_namespace = 'org.gnome.Photos'
+
+diff --git a/meson_options.txt b/meson_options.txt
+index f34b5cc0..8e09970b 100644
+--- a/meson_options.txt
++++ b/meson_options.txt
+@@ -1,2 +1,3 @@
+ option('dogtail', type: 'boolean', value: true, description: 'test using dogtail')
+ option('installed_tests', type: 'boolean', value: false, description: 'Enable installation of some test cases')
++option('installed_test_prefix', type: 'string', value: '', description: 'Prefix for installed tests')
diff --git a/pkgs/applications/graphics/goxel/default.nix b/pkgs/applications/graphics/goxel/default.nix
index 2957192f16e..b25ba8f567d 100644
--- a/pkgs/applications/graphics/goxel/default.nix
+++ b/pkgs/applications/graphics/goxel/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "goxel-${version}";
- version = "0.9.0";
+ version = "0.10.0";
src = fetchFromGitHub {
owner = "guillaumechereau";
repo = "goxel";
rev = "v${version}";
- sha256 = "1vd1vw5pplm4ig9f5gwnbvndnag1h7j0jj0cnj78gpiv96qak2vw";
+ sha256 = "1mdw4bs7hvfn0yngd9ial5wzlfkcbhr3wzldb1w7s3s48agixkdr";
};
patches = [ ./disable-imgui_ini.patch ];
diff --git a/pkgs/applications/graphics/graphicsmagick/1.3.32-darwin-png-strlcat-fix.patch b/pkgs/applications/graphics/graphicsmagick/1.3.32-darwin-png-strlcat-fix.patch
new file mode 100644
index 00000000000..91eacecbf8c
--- /dev/null
+++ b/pkgs/applications/graphics/graphicsmagick/1.3.32-darwin-png-strlcat-fix.patch
@@ -0,0 +1,42 @@
+# reduced version of commit f30492f40f78d867b43422215057dd21de4ba447
+# from upstream hg repository:
+RegisterPNGImage(): Pass correct size value to strlcat().
+
+diff -r 95c4711e8bee -r f30492f40f78 coders/png.c
+--- a/coders/png.c Mon Jun 17 07:24:30 2019 -0500
++++ b/coders/png.c Mon Jun 17 18:54:43 2019 -0500
+@@ -6427,26 +6427,26 @@
+
+ *version='\0';
+ #if defined(PNG_LIBPNG_VER_STRING)
+- (void) strlcat(version,"libpng ",MaxTextExtent);
+- (void) strlcat(version,PNG_LIBPNG_VER_STRING,MaxTextExtent);
++ (void) strlcat(version,"libpng ",sizeof(version));
++ (void) strlcat(version,PNG_LIBPNG_VER_STRING,sizeof(version));
+ #if (PNG_LIBPNG_VER > 10005)
+ if (LocaleCompare(PNG_LIBPNG_VER_STRING,png_get_header_ver(NULL)) != 0)
+ {
+- (void) strlcat(version,",",MaxTextExtent);
+- (void) strlcat(version,png_get_libpng_ver(NULL),MaxTextExtent);
++ (void) strlcat(version,",",sizeof(version));
++ (void) strlcat(version,png_get_libpng_ver(NULL),sizeof(version));
+ }
+ #endif
+ #endif
+
+ #if defined(ZLIB_VERSION)
+ if (*version != '\0')
+- (void) strlcat(version,", ",MaxTextExtent);
+- (void) strlcat(version,"zlib ",MaxTextExtent);
+- (void) strlcat(version,ZLIB_VERSION,MaxTextExtent);
++ (void) strlcat(version,", ",sizeof(version));
++ (void) strlcat(version,"zlib ",sizeof(version));
++ (void) strlcat(version,ZLIB_VERSION,sizeof(version));
+ if (LocaleCompare(ZLIB_VERSION,zlib_version) != 0)
+ {
+- (void) strlcat(version,",",MaxTextExtent);
+- (void) strlcat(version,zlib_version,MaxTextExtent);
++ (void) strlcat(version,",",sizeof(version));
++ (void) strlcat(version,zlib_version,sizeof(version));
+ }
+ #endif
diff --git a/pkgs/applications/graphics/graphicsmagick/compat.nix b/pkgs/applications/graphics/graphicsmagick/compat.nix
index bd1ce2ed893..fedcafc5978 100644
--- a/pkgs/applications/graphics/graphicsmagick/compat.nix
+++ b/pkgs/applications/graphics/graphicsmagick/compat.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "graphicsmagick-imagemagick-compat-${version}";
inherit (graphicsmagick) version;
- unpackPhase = "true";
+ dontUnpack = true;
buildPhase = "true";
utils = [
diff --git a/pkgs/applications/graphics/graphicsmagick/default.nix b/pkgs/applications/graphics/graphicsmagick/default.nix
index c93b4fe958d..84d1450da82 100644
--- a/pkgs/applications/graphics/graphicsmagick/default.nix
+++ b/pkgs/applications/graphics/graphicsmagick/default.nix
@@ -4,15 +4,16 @@
stdenv.mkDerivation rec {
name = "graphicsmagick-${version}";
- version = "1.3.31";
+ version = "1.3.32";
src = fetchurl {
url = "mirror://sourceforge/graphicsmagick/GraphicsMagick-${version}.tar.xz";
- sha256 = "0y22740f25qxsqqqg26xqlfp920dm57b7hrgaqmx7azksrcvnsq9";
+ sha256 = "1qclp9i31idpcbbqswmnq2q11lmv0a7cvdb1y72xcky8sshaahmq";
};
patches = [
./disable-popen.patch
+ ./1.3.32-darwin-png-strlcat-fix.patch
];
configureFlags = [
diff --git a/pkgs/applications/graphics/gscan2pdf/default.nix b/pkgs/applications/graphics/gscan2pdf/default.nix
index 9ec82ea2a94..9af1a0fc914 100644
--- a/pkgs/applications/graphics/gscan2pdf/default.nix
+++ b/pkgs/applications/graphics/gscan2pdf/default.nix
@@ -1,17 +1,20 @@
-{ stdenv, fetchurl, perlPackages, makeWrapper, wrapGAppsHook,
+{ stdenv, fetchurl, perlPackages, wrapGAppsHook,
+ # libs
librsvg, sane-backends, sane-frontends,
- imagemagick, libtiff, djvulibre, poppler_utils, ghostscript, unpaper,
- xvfb_run, hicolor-icon-theme, liberation_ttf, file, pdftk }:
+ # runtime dependencies
+ imagemagick, libtiff, djvulibre, poppler_utils, ghostscript, unpaper, pdftk,
+ # test dependencies
+ xvfb_run, liberation_ttf, file, tesseract }:
with stdenv.lib;
perlPackages.buildPerlPackage rec {
- name = "gscan2pdf-${version}";
- version = "2.3.0";
+ pname = "gscan2pdf";
+ version = "2.5.5";
src = fetchurl {
- url = "mirror://sourceforge/gscan2pdf/${version}/${name}.tar.xz";
- sha256 = "0mcsmly0j9pmyzh6py8r6sfa30hc6gv300hqq3dxj4hv653vhkk9";
+ url = "mirror://sourceforge/gscan2pdf/${version}/${pname}-${version}.tar.xz";
+ sha256 = "0gfhjmv768hx2l3jk2mjhh1snkgkaddgw70s14jq8kxhhzvhlmv8";
};
nativeBuildInputs = [ wrapGAppsHook ];
@@ -66,7 +69,8 @@ perlPackages.buildPerlPackage rec {
--prefix PATH : "${djvulibre}/bin" \
--prefix PATH : "${poppler_utils}/bin" \
--prefix PATH : "${ghostscript}/bin" \
- --prefix PATH : "${unpaper}/bin"
+ --prefix PATH : "${unpaper}/bin" \
+ --prefix PATH : "${pdftk}/bin"
'';
enableParallelBuilding = true;
@@ -76,16 +80,17 @@ perlPackages.buildPerlPackage rec {
outputs = [ "out" "man" ];
checkInputs = [
- xvfb_run
- hicolor-icon-theme
imagemagick
libtiff
djvulibre
poppler_utils
ghostscript
- file
- pdftk
unpaper
+ pdftk
+
+ xvfb_run
+ file
+ tesseract # tests are expecting tesseract 3.x precisely
];
checkPhase = ''
@@ -97,7 +102,6 @@ perlPackages.buildPerlPackage rec {
description = "A GUI to produce PDFs or DjVus from scanned documents";
homepage = http://gscan2pdf.sourceforge.net/;
license = licenses.gpl3;
- maintainers = [ maintainers.pacien ];
+ maintainers = with maintainers; [ pacien ];
};
}
-
diff --git a/pkgs/applications/graphics/gthumb/default.nix b/pkgs/applications/graphics/gthumb/default.nix
index 6f4ddf27b90..6bcee18651b 100644
--- a/pkgs/applications/graphics/gthumb/default.nix
+++ b/pkgs/applications/graphics/gthumb/default.nix
@@ -1,32 +1,93 @@
-{ stdenv, fetchurl, gnome3, itstool, libxml2, pkgconfig, intltool,
- exiv2, libjpeg, libtiff, gst_all_1, libraw, libsoup, libsecret,
- glib, gtk3, gsettings-desktop-schemas,
- libchamplain, librsvg, libwebp, json-glib, webkitgtk, lcms2, bison,
- flex, wrapGAppsHook, shared-mime-info }:
+{ stdenv
+, fetchurl
+, fetchpatch
+, gnome3
+, pkgconfig
+, meson
+, ninja
+, exiv2
+, libjpeg
+, libtiff
+, gst_all_1
+, libraw
+, libsoup
+, libsecret
+, glib
+, gtk3
+, gsettings-desktop-schemas
+, libchamplain
+, librsvg
+, libwebp
+, json-glib
+, webkitgtk
+, lcms2
+, bison
+, flex
+, clutter-gtk
+, wrapGAppsHook
+, shared-mime-info
+, python3
+, desktop-file-utils
+, itstool
+}:
stdenv.mkDerivation rec {
pname = "gthumb";
- version = "3.6.2";
+ version = "3.8.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "0rjb0bsjhn7nyl5jyjgrypvr6qdr9dc2g586j3lzan96a2vnpgy9";
+ sha256 = "1l2s1facq1r6yvqjqc34aqfzlvb3nhkhn79xisxbbdlgrrxdq52f";
};
- nativeBuildInputs = [ itstool libxml2 intltool pkgconfig bison flex wrapGAppsHook ];
+ nativeBuildInputs = [
+ bison
+ desktop-file-utils
+ flex
+ itstool
+ meson
+ ninja
+ pkgconfig
+ python3
+ wrapGAppsHook
+ ];
buildInputs = [
- glib gtk3 gsettings-desktop-schemas gst_all_1.gstreamer gst_all_1.gst-plugins-base
- exiv2 libjpeg libtiff libraw libsoup libsecret libchamplain
- librsvg libwebp json-glib webkitgtk lcms2 gnome3.adwaita-icon-theme
+ clutter-gtk
+ exiv2
+ glib
+ gnome3.adwaita-icon-theme
+ gsettings-desktop-schemas
+ gst_all_1.gst-plugins-base
+ gst_all_1.gstreamer
+ gtk3
+ json-glib
+ lcms2
+ libchamplain
+ libjpeg
+ libraw
+ librsvg
+ libsecret
+ libsoup
+ libtiff
+ libwebp
+ webkitgtk
];
- enableParallelBuilding = true;
-
- configureFlags = [
- "--enable-libchamplain"
+ mesonFlags = [
+ "-Dlibchamplain=true"
];
+ postPatch = ''
+ chmod +x gthumb/make-gthumb-h.py
+
+ patchShebangs data/gschemas/make-enums.py \
+ gthumb/make-gthumb-h.py \
+ po/make-potfiles-in.py \
+ postinstall.py \
+ gthumb/make-authors-tab.py
+ '';
+
preFixup = ''
gappsWrapperArgs+=(--prefix XDG_DATA_DIRS : "${shared-mime-info}/share")
'';
@@ -41,7 +102,7 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Apps/Gthumb";
description = "Image browser and viewer for GNOME";
platforms = platforms.linux;
- license = licenses.gpl2;
+ license = licenses.gpl2Plus;
maintainers = [ maintainers.mimadrid ];
};
}
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index 6be43cffea5..d7888da15ef 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, cmake, fetchurl, gnumake, makeWrapper, pkgconfig
+{ stdenv, cmake, fetchurl, gnumake, makeWrapper, pkgconfig, fetchpatch
, autopanosiftc, boost, cairo, enblend-enfuse, exiv2, fftw, flann, gettext
, glew, ilmbase, lcms2, lensfun, libjpeg, libpng, libtiff, libX11, libXi
, libXmu, libGLU_combined, openexr, panotools, perlPackages, sqlite, vigra, wxGTK, zlib
@@ -12,6 +12,14 @@ stdenv.mkDerivation rec {
sha256 = "1l925qslp98gg7yzmgps10h6dq0nb60wbfk345anlxsv0g2ifizr";
};
+ patches = [
+ # Fixes build with exiv2 0.27.1
+ (fetchpatch {
+ url = "https://git.archlinux.org/svntogit/community.git/plain/trunk/hugin-exiv2-0.27.1.patch?h=packages/hugin";
+ sha256 = "1yxvlpvrhyrfd2w6kwx1w3mncsvlzdhp0w7xchy8q6kc2kd5nf7r";
+ })
+ ];
+
buildInputs = [
boost cairo exiv2 fftw flann gettext glew ilmbase lcms2 lensfun libjpeg
libpng libtiff libX11 libXi libXmu libGLU_combined openexr panotools sqlite vigra
diff --git a/pkgs/applications/graphics/ideogram/default.nix b/pkgs/applications/graphics/ideogram/default.nix
new file mode 100644
index 00000000000..0efb0874183
--- /dev/null
+++ b/pkgs/applications/graphics/ideogram/default.nix
@@ -0,0 +1,70 @@
+{ stdenv
+, fetchFromGitHub
+, fetchpatch
+, pkgconfig
+, python3
+, glib
+, gtk3
+, meson
+, ninja
+, libgee
+, pantheon
+, desktop-file-utils
+, xorg
+, hicolor-icon-theme
+, wrapGAppsHook
+}:
+
+stdenv.mkDerivation rec {
+ pname = "ideogram";
+ version = "1.2.2";
+
+ src = fetchFromGitHub {
+ owner = "cassidyjames";
+ repo = pname;
+ rev = version;
+ sha256 = "1qakgg3y4n2vcnykk2004ndvwmjbk2yy0p4j30mlb7p14dxscif6";
+ };
+
+ nativeBuildInputs = [
+ desktop-file-utils
+ hicolor-icon-theme # for setup-hook
+ meson
+ ninja
+ pantheon.vala
+ pkgconfig
+ python3
+ wrapGAppsHook
+ ];
+
+ buildInputs = [
+ glib
+ gtk3
+ libgee
+ pantheon.granite
+ xorg.libX11
+ xorg.libXtst
+ ];
+
+ patches = [
+ # See: https://github.com/cassidyjames/ideogram/issues/26
+ (fetchpatch {
+ url = "https://github.com/cassidyjames/ideogram/commit/65994ee11bd21f8316b057cec01afbf50639a708.patch";
+ sha256 = "12vrvvggpqq53dmhbm7gbbbigncn19m1fjln9wxaady21m0w776c";
+ })
+ ];
+
+ postPatch = ''
+ chmod +x meson/post_install.py
+ patchShebangs meson/post_install.py
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Insert emoji anywhere, even in non-native apps - designed for elementary OS";
+ homepage = https://github.com/cassidyjames/ideogram;
+ license = licenses.gpl2Plus;
+ maintainers = pantheon.maintainers;
+ platforms = platforms.linux;
+ };
+
+}
diff --git a/pkgs/applications/graphics/image_optim/default.nix b/pkgs/applications/graphics/image_optim/default.nix
index f093a79f374..385f9825e46 100644
--- a/pkgs/applications/graphics/image_optim/default.nix
+++ b/pkgs/applications/graphics/image_optim/default.nix
@@ -1,4 +1,4 @@
-{ lib, bundlerApp, fetchurl, ruby, makeWrapper,
+{ lib, bundlerApp, bundlerUpdateScript, makeWrapper,
withPngcrush ? true, pngcrush ? null,
withPngout ? true, pngout ? null,
withAdvpng ? true, advancecomp ? null,
@@ -45,8 +45,6 @@ bundlerApp {
pname = "image_optim";
gemdir = ./.;
- inherit ruby;
-
exes = [ "image_optim" ];
buildInputs = [ makeWrapper ];
@@ -56,11 +54,13 @@ bundlerApp {
--prefix PATH : ${makeBinPath optionalDepsPath}
'';
+ passthru.updateScript = bundlerUpdateScript "image_optim";
+
meta = with lib; {
description = "Command line tool and ruby interface to optimize (lossless compress, optionally lossy) jpeg, png, gif and svg images using external utilities (advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegrescan, jpegtran, optipng, pngcrush, pngout, pngquant, svgo)";
homepage = https://github.com/toy/image_optim;
license = licenses.mit;
- maintainers = with maintainers; [ srghma ];
+ maintainers = with maintainers; [ srghma nicknovitski ];
platforms = platforms.all;
};
}
diff --git a/pkgs/applications/graphics/image_optim/update.sh b/pkgs/applications/graphics/image_optim/update.sh
deleted file mode 100755
index 8afd7f90436..00000000000
--- a/pkgs/applications/graphics/image_optim/update.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env nix-shell
-#!nix-shell -i bash -p bundix bundler
-
-SCRIPT_DIR=$(dirname "$(readlink -f "$BASH_SOURCE")")
-
-cd $SCRIPT_DIR
-
-bundle lock --update
-bundix
diff --git a/pkgs/applications/graphics/imgcat/default.nix b/pkgs/applications/graphics/imgcat/default.nix
index 862d3a9dff5..1fa3ec8ccc6 100644
--- a/pkgs/applications/graphics/imgcat/default.nix
+++ b/pkgs/applications/graphics/imgcat/default.nix
@@ -1,25 +1,24 @@
{ stdenv, fetchFromGitHub, autoconf, automake, libtool, ncurses }:
stdenv.mkDerivation rec {
- name = "imgcat-${version}";
- version = "2.3.0";
+ pname = "imgcat";
+ version = "2.3.1";
- buildInputs = [ autoconf automake libtool ncurses ];
+ nativeBuildInputs = [ autoconf automake libtool ];
+ buildInputs = [ ncurses ];
preConfigure = ''
${autoconf}/bin/autoconf
sed -i -e "s|-ltermcap|-L ${ncurses}/lib -lncurses|" Makefile
'';
- preInstall = ''
- makeFlagsArray=(PREFIX="$out");
- '';
+ makeFlags = [ "PREFIX=$(out)" ];
src = fetchFromGitHub {
owner = "eddieantonio";
- repo = "imgcat";
- rev = "3d854c72f785dce0eecd9485767a7f972d54890c";
- sha256 = "0m83c33rzxvs0w214njql2c7q3fg06wnyijch3l2s88i7frl121f";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "0frz40rjwi73nx2dlqvmnn56zwr29bmnngfb11hhwr7v58yfajdi";
};
NIX_CFLAGS_COMPILE = "-Wno-error";
diff --git a/pkgs/applications/graphics/imv/default.nix b/pkgs/applications/graphics/imv/default.nix
index cdbf5f44687..89712d4d1f7 100644
--- a/pkgs/applications/graphics/imv/default.nix
+++ b/pkgs/applications/graphics/imv/default.nix
@@ -1,32 +1,34 @@
{ stdenv, fetchFromGitHub, SDL2, SDL2_ttf
, freeimage, fontconfig, pkgconfig
, asciidoc, docbook_xsl, libxslt, cmocka
+, librsvg
}:
stdenv.mkDerivation rec {
name = "imv-${version}";
- version = "3.0.0";
+ version = "3.1.2";
src = fetchFromGitHub {
owner = "eXeC64";
repo = "imv";
rev = "v${version}";
- sha256 = "0j5aykdkm1g518ism5y5flhwxvjvl92ksq989fhl2wpnv0la82jp";
+ sha256 = "0gg362x2f7hli6cr6s7dmlanh4cqk7fd2pmk4zs9438jvqklf4cl";
};
buildInputs = [
SDL2 SDL2_ttf freeimage fontconfig pkgconfig
- asciidoc docbook_xsl libxslt cmocka
+ asciidoc docbook_xsl libxslt cmocka librsvg
];
installFlags = [ "PREFIX=$(out)" "CONFIGPREFIX=$(out)/etc" ];
+ doCheck = true;
+
meta = with stdenv.lib; {
description = "A command line image viewer for tiling window managers";
- homepage = https://github.com/eXeC64/imv;
+ homepage = https://github.com/eXeC64/imv;
license = licenses.gpl2;
- maintainers = with maintainers; [ rnhmjoj ];
+ maintainers = with maintainers; [ rnhmjoj markus1189 ];
platforms = [ "i686-linux" "x86_64-linux" ];
};
}
-
diff --git a/pkgs/applications/graphics/jpeg-archive/default.nix b/pkgs/applications/graphics/jpeg-archive/default.nix
index 8002da55703..ed583490c90 100644
--- a/pkgs/applications/graphics/jpeg-archive/default.nix
+++ b/pkgs/applications/graphics/jpeg-archive/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, mozjpeg, makeWrapper, coreutils, parallel, findutils }:
+{ stdenv, fetchFromGitHub, mozjpeg, makeWrapper, coreutils, parallel, findutils }:
stdenv.mkDerivation rec {
name = "jpeg-archive-${version}";
diff --git a/pkgs/applications/graphics/kodelife/default.nix b/pkgs/applications/graphics/kodelife/default.nix
new file mode 100644
index 00000000000..b86560d1319
--- /dev/null
+++ b/pkgs/applications/graphics/kodelife/default.nix
@@ -0,0 +1,53 @@
+{ stdenv
+, fetchzip
+, alsaLib
+, glib
+, gst_all_1
+, libGLU_combined
+, xorg
+}:
+
+stdenv.mkDerivation rec {
+ pname = "kodelife";
+ version = "0.8.3.93";
+
+ src = fetchzip {
+ url = "https://hexler.net/pub/${pname}/${pname}-${version}-linux-x86_64.zip";
+ sha256 = "1gidh0745g5mc8h5ypm2wamv1paymnrq3nh3yx1j70jwjg8v2v7g";
+ };
+
+ dontConfigure = true;
+ dontBuild = true;
+ dontStrip = true;
+ dontPatchELF = true;
+
+ installPhase = ''
+ mkdir -p $out/bin
+ mv KodeLife $out/bin
+ '';
+
+ preFixup = let
+ libPath = stdenv.lib.makeLibraryPath [
+ stdenv.cc.cc.lib
+ alsaLib
+ glib
+ gst_all_1.gstreamer
+ gst_all_1.gst-plugins-base
+ libGLU_combined
+ xorg.libX11
+ ];
+ in ''
+ patchelf \
+ --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
+ --set-rpath "${libPath}" \
+ $out/bin/KodeLife
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = "https://hexler.net/products/kodelife";
+ description = "Real-time GPU shader editor";
+ license = licenses.unfree;
+ maintainers = with maintainers; [ prusnak ];
+ platforms = [ "x86_64-linux" ];
+ };
+}
diff --git a/pkgs/applications/graphics/krita/default.nix b/pkgs/applications/graphics/krita/default.nix
index 36257f58c34..83489e1a24c 100644
--- a/pkgs/applications/graphics/krita/default.nix
+++ b/pkgs/applications/graphics/krita/default.nix
@@ -8,21 +8,13 @@
, python3Packages
}:
-let
-
-major = "4.2";
-minor = "1";
-patch = null;
-
-in
-
mkDerivation rec {
- name = "krita-${version}";
- version = "${major}.${minor}";
+ pname = "krita";
+ version = "4.2.5";
src = fetchurl {
- url = "https://download.kde.org/stable/krita/${major}.${minor}/${name}.tar.gz";
- sha256 = "1jm9kj9cq2nhaqg3kvyb193hhkd6al1gh23fkl54dj88x3fpldim";
+ url = "https://download.kde.org/stable/${pname}/${version}/${pname}-${version}.tar.gz";
+ sha256 = "1f14r2mrqasl6nr3sss0xy2h8xlxd5wdcjcd64m9nz2gwlm39r7w";
};
nativeBuildInputs = [ cmake extra-cmake-modules python3Packages.sip makeWrapper ];
diff --git a/pkgs/applications/graphics/ktikz/default.nix b/pkgs/applications/graphics/ktikz/default.nix
index 25abcd9d41d..4ddc2074f2f 100644
--- a/pkgs/applications/graphics/ktikz/default.nix
+++ b/pkgs/applications/graphics/ktikz/default.nix
@@ -1,70 +1,54 @@
-{ stdenv, fetchFromGitHub, gettext, poppler, qt5 , pkgconfig }:
-
-# Warning: You will also need a working pdflatex installation containing
-# at least auctex and pgf.
+{ stdenv, fetchFromGitHub, fetchpatch
+, pkgconfig, wrapQtAppsHook
+, poppler, qt5, gnuplot
+}:
# This package only builds ktikz without KDE integration because KDE4 is
# deprecated and upstream does not (yet ?) support KDE5.
# See historical versions of this file for building ktikz with KDE4.
stdenv.mkDerivation rec {
- version = "unstable-20161122";
- name = "qtikz-${version}";
+ version = "0.12";
+ pname = "qtikz";
+
+ meta = with stdenv.lib; {
+ description = "Editor for the TikZ language";
+ homepage = "https://github.com/fhackenberger/ktikz";
+ license = licenses.gpl2;
+ platforms = platforms.linux;
+ maintainers = [ maintainers.layus ];
+ longDescription = ''
+ You will also need a working *tex installation in your PATH, containing at least `preview` and `pgf`.
+ '';
+ };
src = fetchFromGitHub {
owner = "fhackenberger";
repo = "ktikz";
- rev = "be66c8b1ff7e6b791b65af65e83c4926f307cf5a";
- sha256 = "15jx53sjlnky4yg3ry1i1c29g28v1jbbvhbz66h7a49pfxa40fj3";
+ rev = version;
+ sha256 = "1s83x8r2yi64wc6ah2iz09dj3qahy0fkxx6cfgpkavjw9x0j0582";
};
- meta = with stdenv.lib; {
- description = "Editor for the TikZ language";
- license = licenses.gpl2;
- platforms = platforms.linux;
- maintainers = [ maintainers.layus ];
- };
+ patches = [
+ (fetchpatch {
+ url = "https://github.com/fhackenberger/ktikz/commit/972685a406517bb85eb561f2c8e26f029eacd7db.patch";
+ sha256 = "13z40rcd4m4n088v7z2ns17lnpn0z3rzp31lsamic3qdcwjwa5k8";
+ })
+ ];
- conf = ''
- # installation prefix:
- PREFIX = @out@
-
- # install desktop file here (*nix only):
- DESKTOP_INSTALL_DIR = @out@/share/applications
-
- # install mimetype here:
- MIME_INSTALL_DIR = @out@/share/mime/packages
-
- # install doc here:
- MAN_INSTALL_DIR = @out@/share/man
-
- CONFIG -= debug
- CONFIG += release
-
- # qmake command:
- QMAKECOMMAND = qmake
- # lrelease command:
- LRELEASECOMMAND = lrelease
- # qcollectiongenerator command:
- QCOLLECTIONGENERATORCOMMAND = qhelpgenerator
-
- # TikZ documentation default file path:
- TIKZ_DOCUMENTATION_DEFAULT = @out@/share/doc/texmf/pgf/pgfmanual.pdf.gz
- '';
-
- # 1. Configuration is done by overwriting qtikzconfig.pri
- # 2. Recent Qt removed QString::fromAscii in favor of QString::fromLatin1
- patchPhase = ''
- echo "$conf" | sed "s!@out@!$out!g" > qmake/qtikzconfig.pri
- find -name "*.cpp" -exec sed -i s/fromAscii/fromLatin1/g "{}" \;
- '';
-
- configurePhase = ''
- qmake PREFIX="$out" ./qtikz.pro
- '';
-
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ gettext qt5.full poppler ];
+ nativeBuildInputs = [ pkgconfig qt5.qttools qt5.qmake wrapQtAppsHook ];
+ QT_PLUGIN_PATH = "${qt5.qtbase}/${qt5.qtbase.qtPluginPrefix}";
+ buildInputs = [ qt5.qtbase poppler ];
enableParallelBuilding = true;
+
+ qmakeFlags = [
+ "DESKTOP_INSTALL_DIR=${placeholder "out"}/share/applications"
+ "MIME_INSTALL_DIR=${placeholder "out"}/share/mime/packages"
+ # qcollectiongenerator does no more exist in `qt5.qttools`.
+ # It was merged with qhelpgenerator at some point.
+ "QCOLLECTIONGENERATORCOMMAND=qhelpgenerator"
+ ];
+
+ qtWrapperArgs = [ ''--prefix PATH : "${gnuplot}/bin"'' ];
}
diff --git a/pkgs/applications/graphics/leocad/default.nix b/pkgs/applications/graphics/leocad/default.nix
index ada55f0351e..4f86e573689 100644
--- a/pkgs/applications/graphics/leocad/default.nix
+++ b/pkgs/applications/graphics/leocad/default.nix
@@ -7,13 +7,13 @@ set the variable LEOCAD_LIB=/path/to/libs/ or use option -l /path/to/libs/
stdenv.mkDerivation rec {
name = "leocad-${version}";
- version = "18.02";
+ version = "19.07.1";
src = fetchFromGitHub {
owner = "leozide";
repo = "leocad";
rev = "v${version}";
- sha256 = "0rb4kjyrr9ry85cfpbk52l19vvwn7lrh2kmj2lwq531smnygn5m3";
+ sha256 = "02kv1m18g6s4dady9jv4sjivfkrp192bmdw2a3d9lzlp60zks0p2";
};
nativeBuildInputs = [ qmake4Hook ];
diff --git a/pkgs/applications/graphics/luminance-hdr/default.nix b/pkgs/applications/graphics/luminance-hdr/default.nix
index 867c0a55838..94899c937a8 100644
--- a/pkgs/applications/graphics/luminance-hdr/default.nix
+++ b/pkgs/applications/graphics/luminance-hdr/default.nix
@@ -1,23 +1,25 @@
-{ stdenv, cmake, fetchurl, pkgconfig, boost, exiv2, fftwFloat, gsl
+{ stdenv, cmake, fetchFromGitHub, pkgconfig, boost, exiv2, fftwFloat, gsl
, ilmbase, lcms2, libraw, libtiff, openexr
-, qtbase, qtdeclarative, qttools, qtwebengine
+, qtbase, qtdeclarative, qttools, qtwebengine, eigen
}:
stdenv.mkDerivation rec {
- name = "luminance-hdr-2.5.1";
+ pname = "luminance-hdr";
+ version = "2.6.0";
- src = fetchurl {
- url = "mirror://sourceforge/qtpfsgui/${name}.tar.bz2";
- sha256 = "15hnyk9yjkkc97dmnrg2ipfgwqxprlcyv2kyvbls4d54zc56x658";
+ src = fetchFromGitHub {
+ owner = "LuminanceHDR";
+ repo = "LuminanceHDR";
+ rev = "v.${version}";
+ sha256 = "1izmgjjp8mgyxv57sjjr05z7g7059ykb5wchlcn4wrnnb6aslnvn";
};
NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";
- buildInputs =
- [
- qtbase qtdeclarative qttools qtwebengine
- boost exiv2 fftwFloat gsl ilmbase lcms2 libraw libtiff openexr
- ];
+ buildInputs = [
+ qtbase qtdeclarative qttools qtwebengine eigen
+ boost exiv2 fftwFloat gsl ilmbase lcms2 libraw libtiff openexr
+ ];
nativeBuildInputs = [ cmake pkgconfig ];
diff --git a/pkgs/applications/graphics/mypaint/default.nix b/pkgs/applications/graphics/mypaint/default.nix
index 36c7e7e2fb3..466ab3e26fb 100644
--- a/pkgs/applications/graphics/mypaint/default.nix
+++ b/pkgs/applications/graphics/mypaint/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, gtk3, intltool, json_c, lcms2, libpng, librsvg, gobject-introspection, hicolor-icon-theme
-, gdk_pixbuf, pkgconfig, python2Packages, scons, swig, wrapGAppsHook }:
+, gdk-pixbuf, pkgconfig, python2Packages, scons, swig, wrapGAppsHook }:
let
inherit (python2Packages) python pycairo pygobject3 numpy;
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
];
buildInputs = [
- gtk3 gdk_pixbuf json_c lcms2 libpng librsvg pycairo pygobject3 python hicolor-icon-theme
+ gtk3 gdk-pixbuf json_c lcms2 libpng librsvg pycairo pygobject3 python hicolor-icon-theme
];
propagatedBuildInputs = [ numpy ];
diff --git a/pkgs/applications/graphics/nomacs/default.nix b/pkgs/applications/graphics/nomacs/default.nix
index 14a28fc55b7..d0838070262 100644
--- a/pkgs/applications/graphics/nomacs/default.nix
+++ b/pkgs/applications/graphics/nomacs/default.nix
@@ -27,6 +27,10 @@ stdenv.mkDerivation rec {
sha256 = "12582i5v85da7vwjxj8grj99hxg34ij5cn3b1578wspdfw1xfy1i";
};
+ patches = [
+ ./nomacs-iostream.patch
+ ];
+
enableParallelBuilding = true;
setSourceRoot = ''
diff --git a/pkgs/applications/graphics/nomacs/nomacs-iostream.patch b/pkgs/applications/graphics/nomacs/nomacs-iostream.patch
new file mode 100644
index 00000000000..53224e0260e
--- /dev/null
+++ b/pkgs/applications/graphics/nomacs/nomacs-iostream.patch
@@ -0,0 +1,26 @@
+diff --git a/src/DkCore/DkMetaData.cpp b/src/DkCore/DkMetaData.cpp
+index d195757e..affec7be 100644
+--- a/src/DkCore/DkMetaData.cpp
++++ b/src/DkCore/DkMetaData.cpp
+@@ -42,6 +42,8 @@
+ #include
+ #pragma warning(pop) // no warnings from includes - end
+
++#include
++
+ namespace nmc {
+
+ // DkMetaDataT --------------------------------------------------------------------
+diff --git a/src/DkGui/DkNoMacs.cpp b/src/DkGui/DkNoMacs.cpp
+index 6a412f70..bbfba233 100644
+--- a/src/DkGui/DkNoMacs.cpp
++++ b/src/DkGui/DkNoMacs.cpp
+@@ -96,6 +96,8 @@
+ #include
+ #endif
+
++#include
++
+ namespace nmc {
+
+ DkNomacsOSXEventFilter::DkNomacsOSXEventFilter(QObject *parent) : QObject(parent) {
diff --git a/pkgs/applications/graphics/openimageio/2.x.nix b/pkgs/applications/graphics/openimageio/2.x.nix
index f2e8eee9940..4e61fccaa37 100644
--- a/pkgs/applications/graphics/openimageio/2.x.nix
+++ b/pkgs/applications/graphics/openimageio/2.x.nix
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "openimageio";
- version = "2.0.8";
+ version = "2.0.10";
src = fetchFromGitHub {
owner = "OpenImageIO";
repo = "oiio";
rev = "Release-${version}";
- sha256 = "0nk72h7q1n664b268zkhibb7a3i7fb3nl2z7fg31ys5r9zlq6mnp";
+ sha256 = "0k60kgfahsqcgmydsf1kh1qzshn8mksaw772z48a40qnx28pfjys";
};
outputs = [ "bin" "out" "dev" "doc" ];
@@ -45,8 +45,6 @@ stdenv.mkDerivation rec {
"-DUSE_PYTHON=OFF"
"-DUSE_QT=OFF"
# GNUInstallDirs
- "-DCMAKE_INSTALL_BINDIR=${placeholder "bin"}/bin"
- "-DCMAKE_INSTALL_INCLUDEDIR=${placeholder "dev"}/include"
"-DCMAKE_INSTALL_LIBDIR=lib" # needs relative path for pkgconfig
];
diff --git a/pkgs/applications/graphics/openimageio/default.nix b/pkgs/applications/graphics/openimageio/default.nix
index 00b33b65216..7225efadebd 100644
--- a/pkgs/applications/graphics/openimageio/default.nix
+++ b/pkgs/applications/graphics/openimageio/default.nix
@@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DUSE_PYTHON=OFF"
- # GNUInstallDirs
- "-DCMAKE_INSTALL_BINDIR=${placeholder "bin"}/bin"
];
makeFlags = [
diff --git a/pkgs/applications/graphics/openscad/default.nix b/pkgs/applications/graphics/openscad/default.nix
index ca3dac34dca..9f7fbc8421b 100644
--- a/pkgs/applications/graphics/openscad/default.nix
+++ b/pkgs/applications/graphics/openscad/default.nix
@@ -1,10 +1,33 @@
-{ stdenv, fetchFromGitHub, qt5, libsForQt5
-, bison, flex, eigen, boost, libGLU_combined, glew, opencsg, cgal
-, mpfr, gmp, glib, pkgconfig, harfbuzz, gettext, freetype, fontconfig
-, double-conversion, lib3mf, libzip
+{ stdenv
+, fetchFromGitHub
+, qtbase
+, qtmultimedia
+, qscintilla
+, bison
+, flex
+, eigen
+, boost
+, libGLU_combined
+, glew
+, opencsg
+, cgal
+, mpfr
+, gmp
+, glib
+, pkgconfig
+, harfbuzz
+, gettext
+, freetype
+, fontconfig
+, double-conversion
+, lib3mf
+, libzip
+, mkDerivation
+, qtmacextras
+, qmake
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "openscad";
version = "2019.05";
@@ -15,14 +38,14 @@ stdenv.mkDerivation rec {
sha256 = "1qz384jqgk75zxk7sqd22ma9pyd94kh4h6a207ldx7p9rny6vc5l";
};
- nativeBuildInputs = [ bison flex pkgconfig gettext qt5.qmake ];
+ nativeBuildInputs = [ bison flex pkgconfig gettext qmake ];
buildInputs = [
eigen boost glew opencsg cgal mpfr gmp glib
harfbuzz lib3mf libzip double-conversion freetype fontconfig
+ qtbase qtmultimedia qscintilla
] ++ stdenv.lib.optional stdenv.isLinux libGLU_combined
- ++ (with qt5; [qtbase qtmultimedia] ++ stdenv.lib.optional stdenv.isDarwin qtmacextras)
- ++ (with libsForQt5; [qscintilla])
+ ++ stdenv.lib.optional stdenv.isDarwin qtmacextras
;
qmakeFlags = [ "VERSION=${version}" ];
diff --git a/pkgs/applications/graphics/pdfcpu/default.nix b/pkgs/applications/graphics/pdfcpu/default.nix
new file mode 100644
index 00000000000..c1b2beadcd5
--- /dev/null
+++ b/pkgs/applications/graphics/pdfcpu/default.nix
@@ -0,0 +1,26 @@
+{ stdenv, buildGoModule, fetchFromGitHub }:
+
+buildGoModule rec {
+ pname = "pdfcpu";
+ version = "0.2.3";
+
+ src = fetchFromGitHub {
+ owner = "pdfcpu";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "11q57j3wzmy2glkv53i9n7jkp14x4bqm20f3rqs3gkm4j9bcas4y";
+ };
+
+ modSha256 = "0cz4gs88s9z2yv1gc9ap92vv2j93ab6kr25zjgl2r7z6clbl5fzp";
+
+ subPackages = [ "cmd/pdfcpu" ];
+
+ meta = with stdenv.lib; {
+ description = "A PDF processor written in Go";
+ homepage = https://pdfcpu.io;
+ license = licenses.asl20;
+ maintainers = with maintainers; [ doronbehar ];
+ platforms = platforms.all;
+ };
+}
+
diff --git a/pkgs/applications/graphics/pencil/default.nix b/pkgs/applications/graphics/pencil/default.nix
index de758271004..f622d3f388e 100644
--- a/pkgs/applications/graphics/pencil/default.nix
+++ b/pkgs/applications/graphics/pencil/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, lib, makeWrapper,
# build dependencies
alsaLib, atk, cairo, cups, dbus, expat, fontconfig,
- freetype, gdk_pixbuf, glib, gnome2, nspr, nss, xorg,
+ freetype, gdk-pixbuf, glib, gnome2, nspr, nss, xorg,
glibc, systemd
}:
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
expat
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
gnome2.GConf
gnome2.gtk
diff --git a/pkgs/applications/graphics/photivo/default.nix b/pkgs/applications/graphics/photivo/default.nix
index 4843898eb64..6bd2fa98b1b 100644
--- a/pkgs/applications/graphics/photivo/default.nix
+++ b/pkgs/applications/graphics/photivo/default.nix
@@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
platforms = platforms.linux;
license = licenses.gpl3;
+ broken = true; # exiv2 0.27.1 FTBFS
};
}
diff --git a/pkgs/applications/graphics/photoqt/default.nix b/pkgs/applications/graphics/photoqt/default.nix
index 7571bb29bec..68afdd8694b 100644
--- a/pkgs/applications/graphics/photoqt/default.nix
+++ b/pkgs/applications/graphics/photoqt/default.nix
@@ -1,23 +1,36 @@
-{ stdenv, fetchurl, cmake, exiv2, graphicsmagick, libraw
+{ stdenv, fetchurl, cmake, exiv2, graphicsmagick, libraw, fetchpatch
, qtbase, qtdeclarative, qtmultimedia, qtquickcontrols, qttools, qtgraphicaleffects
+, extra-cmake-modules, poppler, kimageformats, libarchive, libdevil
}:
stdenv.mkDerivation rec {
- name = "photoqt-${version}";
- version = "1.5.1";
+ pname = "photoqt";
+ version = "1.7.1";
src = fetchurl {
- url = "https://photoqt.org/pkgs/photoqt-${version}.tar.gz";
- sha256 = "17kkpzkmzfnigs26jjyd75iy58qffjsclif81cmviq73lzmqy0b1";
+ url = "https://${pname}.org/pkgs/${pname}-${version}.tar.gz";
+ sha256 = "1qvxdh3cbjcywqx0da2qp8z092660qyzv5yknqbps2zr12qqb103";
};
- patches = [ ./photoqt-1.5.1-qt-5.9.patch ];
+ patches = [
+ # Fixes build with exiv2 0.27.1
+ (fetchpatch {
+ url = "https://gitlab.com/luspi/photoqt/commit/c6fd41478e818f3a651d40f96cab3d790e1c09a4.patch";
+ sha256 = "1j2pdr7hm3js7lswhb4qkf9sj9viclhjqz50qxpyd7pqrl1gf2va";
+ })
+ ];
- nativeBuildInputs = [ cmake ];
+ nativeBuildInputs = [ cmake extra-cmake-modules qttools ];
buildInputs = [
- qtbase qtquickcontrols qttools exiv2 graphicsmagick
+ qtbase qtquickcontrols exiv2 graphicsmagick poppler
qtmultimedia qtdeclarative libraw qtgraphicaleffects
+ kimageformats libarchive
+ ];
+
+ cmakeFlags = [
+ "-DFREEIMAGE=OFF"
+ "-DDEVIL=OFF"
];
preConfigure = ''
diff --git a/pkgs/applications/graphics/photoqt/photoqt-1.5.1-qt-5.9.patch b/pkgs/applications/graphics/photoqt/photoqt-1.5.1-qt-5.9.patch
deleted file mode 100644
index daa982b5f3a..00000000000
--- a/pkgs/applications/graphics/photoqt/photoqt-1.5.1-qt-5.9.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 97abcb5..fd4877a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -50,7 +50,7 @@ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -O3 -Wall")
- #### FIND REQUIRED PACKAGES ####
- ################################
-
--FIND_PACKAGE(Qt5 COMPONENTS LinguistTools Quick Widgets Core Svg REQUIRED)
-+FIND_PACKAGE(Qt5 COMPONENTS LinguistTools Quick Widgets Core Svg Sql Xml REQUIRED)
- SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH})
- FIND_PACKAGE(Magick)
- FIND_PACKAGE(Exiv2)
diff --git a/pkgs/applications/graphics/processing3/default.nix b/pkgs/applications/graphics/processing/default.nix
similarity index 80%
rename from pkgs/applications/graphics/processing3/default.nix
rename to pkgs/applications/graphics/processing/default.nix
index 6f90131db12..9972ea75709 100644
--- a/pkgs/applications/graphics/processing3/default.nix
+++ b/pkgs/applications/graphics/processing/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, fetchurl, xmlstarlet, makeWrapper, ant, jdk, rsync, javaPackages, libXxf86vm, gsettings-desktop-schemas }:
stdenv.mkDerivation rec {
- version = "3.4";
- name = "processing3-${version}";
+ pname = "processing";
+ version = "3.5.3";
src = fetchFromGitHub {
owner = "processing";
repo = "processing";
- rev = "processing-0265-${version}";
- sha256 = "12wpxgn2wd5vbasx9584w5yb1s319smq1zh8m7dvp7gkqw9plwp4";
+ rev = "processing-0269-${version}";
+ sha256 = "0ajniy3a0i0rx7is46r85yh3ah4zm4ra1gbllmihw9pmnfjgfajn";
};
nativeBuildInputs = [ ant rsync makeWrapper ];
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
${xmlstarlet}/bin/xmlstarlet ed --inplace -P -d '//get[@src="http://download.processing.org/reference.zip"]' build/build.xml
install -D -m0444 ${fetchurl {
url = http://download.processing.org/reference.zip;
- sha256 = "0ai0cr62gc7n6y22ki3qibyj1qnlaxv1miqxmmahfk3hpbyfqz9n";
+ sha256 = "198bpk8mzns6w5h0zdf50wr6iv7sgdi6v7jznj5rbsnpgyilxz35";
}
} ./java/reference.zip
@@ -39,16 +39,16 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir $out
- cp -dpR build/linux/work $out/${name}
+ cp -dpR build/linux/work $out/${pname}
- rmdir $out/${name}/java
- ln -s ${jdk} $out/${name}/java
+ rmdir $out/${pname}/java
+ ln -s ${jdk} $out/${pname}/java
- makeWrapper $out/${name}/processing $out/bin/processing \
+ makeWrapper $out/${pname}/processing $out/bin/processing \
--prefix XDG_DATA_DIRS : ${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name} \
--prefix _JAVA_OPTIONS " " -Dawt.useSystemAAFontSettings=lcd \
--prefix LD_LIBRARY_PATH : ${libXxf86vm}/lib
- makeWrapper $out/${name}/processing-java $out/bin/processing-java \
+ makeWrapper $out/${pname}/processing-java $out/bin/processing-java \
--prefix XDG_DATA_DIRS : ${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name} \
--prefix _JAVA_OPTIONS " " -Dawt.useSystemAAFontSettings=lcd \
--prefix LD_LIBRARY_PATH : ${libXxf86vm}/lib
diff --git a/pkgs/applications/graphics/qtpfsgui/default.nix b/pkgs/applications/graphics/qtpfsgui/default.nix
deleted file mode 100644
index 4be7d230b5f..00000000000
--- a/pkgs/applications/graphics/qtpfsgui/default.nix
+++ /dev/null
@@ -1,41 +0,0 @@
-{stdenv, fetchurl, qt4, qmake4Hook, exiv2, openexr, fftwSinglePrec, libtiff, ilmbase }:
-
-stdenv.mkDerivation rec {
- name = "qtpfsgui-1.9.3";
-
- src = fetchurl {
- url = "mirror://sourceforge/qtpfsgui/${name}.tar.gz";
- sha256 = "1mlg9dry4mfnnjlnwsw375hzsiagssdhccfmapx5nh6ykqrslsh1";
- };
-
- buildInputs = [ qt4 exiv2 openexr fftwSinglePrec libtiff ];
- nativeBuildInputs = [ qmake4Hook ];
-
- hardeningDisable = [ "format" ];
-
- preConfigure = ''
- export CPATH="${ilmbase.dev}/include/OpenEXR:$CPATH"
- '';
-
- qmakeFlags = [
- "EXIV2PATH=${exiv2.dev}/include/exiv2"
- "OPENEXRDIR=${openexr.dev}/include/OpenEXR"
- "FFTW3DIR=${fftwSinglePrec.dev}/include"
- "LIBTIFFDIR=${libtiff.dev}/include"
- ];
-
- meta = {
- homepage = http://qtpfsgui.sourceforge.net/;
- description = "Qtpfsqui, a graphical application for high dynamic range (HDR) imaging";
-
- longDescription =
- '' Qtpfsgui is an open source graphical user interface application that
- aims to provide a workflow for high dynamic range (HDR) imaging.
- '';
-
- license = stdenv.lib.licenses.gpl2Plus;
-
- maintainers = [ ];
- platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux;
- };
-}
diff --git a/pkgs/applications/graphics/rapid-photo-downloader/default.nix b/pkgs/applications/graphics/rapid-photo-downloader/default.nix
index b244bed9294..28d05480dae 100644
--- a/pkgs/applications/graphics/rapid-photo-downloader/default.nix
+++ b/pkgs/applications/graphics/rapid-photo-downloader/default.nix
@@ -1,16 +1,16 @@
-{ stdenv, fetchurl, python3Packages
+{ stdenv, mkDerivationWith, fetchurl, python3Packages
, file, intltool, gobject-introspection, libgudev
, udisks, gexiv2, gst_all_1, libnotify
-, exiftool, gdk_pixbuf, libmediainfo, vmtouch
+, exiftool, gdk-pixbuf, libmediainfo, vmtouch
}:
-python3Packages.buildPythonApplication rec {
+mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "rapid-photo-downloader";
- version = "0.9.14";
+ version = "0.9.16";
src = fetchurl {
url = "https://launchpad.net/rapid/pyqt/${version}/+download/${pname}-${version}.tar.gz";
- sha256 = "1nywkkyxlpzq3s9anza9k67j5689pfclfha218frih36qdb0j258";
+ sha256 = "0ij3li17jcqjx79ldv6zg2ckn8m2l9n4xvvq2x79y4q8yx9fqg85";
};
# Disable version check and fix install tests
@@ -33,7 +33,7 @@ python3Packages.buildPythonApplication rec {
# NOTE: Without gobject-introspection in buildInputs, launching fails with
# "Namespace [Notify / GExiv2 / GUdev] not available"
buildInputs = [
- gdk_pixbuf
+ gdk-pixbuf
gexiv2
gobject-introspection
gst_all_1.gst-libav
@@ -64,6 +64,7 @@ python3Packages.buildPythonApplication rec {
requests
colorlog
pyprind
+ tenacity
];
makeWrapperArgs = [
@@ -72,6 +73,7 @@ python3Packages.buildPythonApplication rec {
"--prefix PATH : ${stdenv.lib.makeBinPath [ exiftool vmtouch ]}"
"--prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ libmediainfo ]}"
"--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : \"$GST_PLUGIN_SYSTEM_PATH_1_0\""
+ "\${qtWrapperArgs[@]}"
];
meta = with stdenv.lib; {
diff --git a/pkgs/applications/graphics/runwayml/default.nix b/pkgs/applications/graphics/runwayml/default.nix
new file mode 100644
index 00000000000..f96b70a77b4
--- /dev/null
+++ b/pkgs/applications/graphics/runwayml/default.nix
@@ -0,0 +1,45 @@
+{ lib
+, fetchurl
+, appimageTools
+, symlinkJoin
+}:
+
+let
+ pname = "runwayml";
+ version = "0.9.0";
+ name = "${pname}-${version}";
+
+ src = fetchurl {
+ url = "https://runway-releases.s3.amazonaws.com/Runway%20${version}.AppImage";
+ sha256 = "0rg7ipp7kx0l4qgcymfg5d3saz0c6d2j0c6rf28rwqgbm92gbjjq";
+ name="${pname}-${version}.AppImage";
+ };
+
+ binary = appimageTools.wrapType2 {
+ name = "${pname}";
+ inherit src;
+ };
+ # we only use this to extract the icon
+ appimage-contents = appimageTools.extractType2 {
+ inherit name src;
+ };
+
+in
+ symlinkJoin {
+ inherit name;
+ paths = [ binary ];
+
+ postBuild = ''
+ mkdir -p $out/share/pixmaps/ $out/share/applications
+ cp ${appimage-contents}/usr/share/icons/hicolor/1024x1024/apps/runway.png $out/share/pixmaps/runway.png
+ sed 's:Exec=AppRun:Exec=runwayml:' ${appimage-contents}/runway.desktop > $out/share/applications/runway.desktop
+ '';
+
+ meta = with lib; {
+ description = "Machine learning for creators";
+ homepage = https://runwayml.com/;
+ license = licenses.unfree;
+ maintainers = with maintainers; [ prusnak ];
+ platforms = [ "x86_64-linux" ];
+ };
+}
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index c8ada0e85fe..79bc743fbf0 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -1,6 +1,5 @@
{ stdenv
, fetchurl
-, fetchpatch
, meson
, ninja
, gtk3
@@ -25,7 +24,7 @@
, librest
, gettext
, desktop-file-utils
-, gdk_pixbuf
+, gdk-pixbuf
, librsvg
, wrapGAppsHook
, gobject-introspection
@@ -78,7 +77,7 @@ stdenv.mkDerivation rec {
libraw
json-glib
glib
- gdk_pixbuf
+ gdk-pixbuf
librsvg
librest
gcr
diff --git a/pkgs/applications/graphics/shutter/default.nix b/pkgs/applications/graphics/shutter/default.nix
index 5800fb6df3c..527a21f93fe 100644
--- a/pkgs/applications/graphics/shutter/default.nix
+++ b/pkgs/applications/graphics/shutter/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, perlPackages, makeWrapper, imagemagick, gdk_pixbuf, librsvg
+{ stdenv, fetchurl, perlPackages, makeWrapper, imagemagick, gdk-pixbuf, librsvg
, hicolor-icon-theme, procps
}:
@@ -14,15 +14,15 @@ let
];
in
stdenv.mkDerivation rec {
- name = "shutter-0.94.2";
+ name = "shutter-0.94.3";
src = fetchurl {
- url = "https://launchpad.net/shutter/0.9x/0.94.2/+download/shutter-0.94.2.tar.gz";
- sha256 = "0mas7npm935j4rhqqjn226822s9sa4bsxrkp0b5fjj3z096k6vw0";
+ url = "https://launchpad.net/shutter/0.9x/0.94.3/+download/shutter-0.94.3.tar.gz";
+ sha256 = "01wv5k6zqfqa2rss461lpdpjxpfk4awzfdc6j2qk6bh4g4zgmgl5";
};
nativeBuildInputs = [ makeWrapper ];
- buildInputs = [ perlPackages.perl procps gdk_pixbuf librsvg ] ++ perlModules;
+ buildInputs = [ perlPackages.perl procps gdk-pixbuf librsvg ] ++ perlModules;
installPhase = ''
mkdir -p "$out"
diff --git a/pkgs/applications/graphics/tesseract/tesseract3.nix b/pkgs/applications/graphics/tesseract/tesseract3.nix
index db0e06434aa..23713271c40 100644
--- a/pkgs/applications/graphics/tesseract/tesseract3.nix
+++ b/pkgs/applications/graphics/tesseract/tesseract3.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchFromGitHub, autoreconfHook, pkgconfig
+{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig
, leptonica, libpng, libtiff, icu, pango, opencl-headers }:
stdenv.mkDerivation rec {
diff --git a/pkgs/applications/graphics/tesseract/tesseract4.nix b/pkgs/applications/graphics/tesseract/tesseract4.nix
index df321023c74..af0063301f1 100644
--- a/pkgs/applications/graphics/tesseract/tesseract4.nix
+++ b/pkgs/applications/graphics/tesseract/tesseract4.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "tesseract-${version}";
- version = "4.0.0";
+ version = "4.1.0";
src = fetchFromGitHub {
owner = "tesseract-ocr";
repo = "tesseract";
rev = version;
- sha256 = "1b5fi2vibc4kk9b30kkk4ais4bw8fbbv24bzr5709194hb81cav8";
+ sha256 = "06i7abxy2ifmdx1fak81cx0kns85n8hvp0339jk6242fhshibljx";
};
enableParallelBuilding = true;
diff --git a/pkgs/applications/graphics/ufraw/default.nix b/pkgs/applications/graphics/ufraw/default.nix
index 50cd9485a3e..39b4640dc43 100644
--- a/pkgs/applications/graphics/ufraw/default.nix
+++ b/pkgs/applications/graphics/ufraw/default.nix
@@ -1,38 +1,70 @@
-{ fetchurl, stdenv, pkgconfig, gtk2, gettext, bzip2, zlib
-, withGimpPlugin ? true, gimp ? null
-, libjpeg, libtiff, cfitsio, exiv2, lcms2, gtkimageview, lensfun }:
+{ stdenv
+, fetchFromGitHub
+
+, autoconf
+, automake
+, autoreconfHook
+, bzip2
+, cfitsio
+, exiv2
+, gettext
+, gimp ? null
+, gtk2
+, gtkimageview
+, lcms2
+, lensfun
+, libjpeg
+, libtiff
+, perl
+, pkgconfig
+, zlib
+
+, withGimpPlugin ? true
+}:
assert withGimpPlugin -> gimp != null;
stdenv.mkDerivation rec {
- name = "ufraw-0.22";
+ pname = "ufraw";
+ version = "unstable-2019-06-12";
- src = fetchurl {
- # XXX: These guys appear to mutate uploaded tarballs!
- url = "mirror://sourceforge/ufraw/${name}.tar.gz";
- sha256 = "0pm216pg0vr44gwz9vcvq3fsf8r5iayljhf5nis2mnw7wn6d5azp";
+ # The original ufraw repo is unmaintained and broken;
+ # this is a fork that collects patches
+ src = fetchFromGitHub {
+ owner = "sergiomb2";
+ repo = "ufraw";
+ rev = "c65b4237dcb430fb274e4778afaf5df9a18e04e6";
+ sha256 = "02icn67bsinvgliy62qa6v7gmwgp2sh15jvm8iiz3c7g1h74f0b7";
};
outputs = [ "out" ] ++ stdenv.lib.optional withGimpPlugin "gimpPlugin";
- nativeBuildInputs = [ pkgconfig gettext ];
+ nativeBuildInputs = [ autoconf automake autoreconfHook gettext perl pkgconfig ];
+
buildInputs = [
- gtk2 gtkimageview bzip2 zlib
- libjpeg libtiff cfitsio exiv2 lcms2 lensfun
+ bzip2
+ cfitsio
+ exiv2
+ gtk2
+ gtkimageview
+ lcms2
+ lensfun
+ libjpeg
+ libtiff
+ zlib
] ++ stdenv.lib.optional withGimpPlugin gimp;
configureFlags = [
- "--enable-extras"
- "--enable-dst-correction"
"--enable-contrast"
+ "--enable-dst-correction"
] ++ stdenv.lib.optional withGimpPlugin "--with-gimp";
postInstall = stdenv.lib.optionalString withGimpPlugin ''
moveToOutput "lib/gimp" "$gimpPlugin"
'';
- meta = {
- homepage = http://ufraw.sourceforge.net/;
+ meta = with stdenv.lib; {
+ homepage = https://github.com/sergiomb2/ufraw;
description = "Utility to read and manipulate raw images from digital cameras";
@@ -46,9 +78,9 @@ stdenv.mkDerivation rec {
the camera's tone curves.
'';
- license = stdenv.lib.licenses.gpl2Plus;
+ license = licenses.gpl2Plus;
- maintainers = [ ];
- platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # needs GTK+
+ maintainers = with maintainers; [ gloaming ];
+ platforms = with platforms; all;
};
}
diff --git a/pkgs/applications/graphics/viewnior/default.nix b/pkgs/applications/graphics/viewnior/default.nix
index 5afd7a0237d..48930ccbbb9 100644
--- a/pkgs/applications/graphics/viewnior/default.nix
+++ b/pkgs/applications/graphics/viewnior/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, gtk2, libpng, exiv2, lcms
-, intltool, gettext, shared-mime-info, glib, gdk_pixbuf, perl}:
+, intltool, gettext, shared-mime-info, glib, gdk-pixbuf, perl}:
stdenv.mkDerivation rec {
name = "viewnior-${version}";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
buildInputs =
[ pkgconfig gtk2 libpng exiv2 lcms intltool gettext
- shared-mime-info glib gdk_pixbuf perl
+ shared-mime-info glib gdk-pixbuf perl
];
preFixup = ''
diff --git a/pkgs/applications/graphics/xournalpp/default.nix b/pkgs/applications/graphics/xournalpp/default.nix
index 30a8907275b..2487b093148 100644
--- a/pkgs/applications/graphics/xournalpp/default.nix
+++ b/pkgs/applications/graphics/xournalpp/default.nix
@@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
-, fetchpatch
, cmake
, gettext
@@ -14,39 +13,26 @@
, hicolor-icon-theme
, libsndfile
, libxml2
+, libzip
, pcre
, poppler
, portaudio
, zlib
-
-# Plugins don't appear to be working in this version, so disable them by not
-# building with Lua support by default. In a future version, try switching this
-# to 'true' and seeing if the top-level Plugin menu appears.
-, withLua ? false, lua
+# plugins
+, withLua ? true, lua
}:
stdenv.mkDerivation rec {
name = "xournalpp-${version}";
- version = "1.0.8";
+ version = "1.0.12";
src = fetchFromGitHub {
owner = "xournalpp";
repo = "xournalpp";
rev = version;
- sha256 = "01q84xjp9z1krna10gjj562km6i3wdq8cg7paxax1k6bh52ryvf6";
+ sha256 = "0yg70hsx58s3wb5kzccivrqa7kvmdapygxmif1j64hddah2rqcn9";
};
- patches = [
- # This patch removes the unused 'xopp-recording.sh' file which breaks the
- # cmake build; this patch isn't in a release yet, and should be removed at
- # or after 1.0.9 is released.
- (fetchpatch {
- name = "remove-xopp-recording.sh.patch";
- url = "https://github.com/xournalpp/xournalpp/commit/a17a3f2c80c607a22d0fdeb66d38358bea7e4d85.patch";
- sha256 = "10pcpvklm6kr0lv2xrsbpg2037ni9j6dmxgjf56p466l3gz60iwy";
- })
- ];
-
nativeBuildInputs = [ cmake gettext pkgconfig wrapGAppsHook ];
buildInputs =
[ glib
@@ -55,6 +41,7 @@ stdenv.mkDerivation rec {
hicolor-icon-theme
libsndfile
libxml2
+ libzip
pcre
poppler
portaudio
@@ -62,6 +49,8 @@ stdenv.mkDerivation rec {
]
++ lib.optional withLua lua;
+ hardeningDisable = [ "format" ];
+
enableParallelBuilding = true;
meta = with stdenv.lib; {
diff --git a/pkgs/applications/kde/ark/default.nix b/pkgs/applications/kde/ark/default.nix
index 598857f2e70..6015cb69d77 100644
--- a/pkgs/applications/kde/ark/default.nix
+++ b/pkgs/applications/kde/ark/default.nix
@@ -1,37 +1,39 @@
{
- mkDerivation, lib, makeWrapper,
+ mkDerivation, lib, config,
extra-cmake-modules, kdoctools,
- karchive, kconfig, kcrash, kdbusaddons, ki18n, kiconthemes, kitemmodels,
- khtml, kio, kparts, kpty, kservice, kwidgetsaddons, libarchive,
+ breeze-icons, karchive, kconfig, kcrash, kdbusaddons, ki18n,
+ kiconthemes, kitemmodels, khtml, kio, kparts, kpty, kservice, kwidgetsaddons,
+
+ libarchive, libzip,
# Archive tools
- p7zip, unzip, zip,
+ p7zip, lrzip,
# Unfree tools
unfreeEnableUnrar ? false, unrar,
}:
+let
+ extraTools = [ p7zip lrzip ] ++ lib.optional unfreeEnableUnrar unrar;
+in
+
mkDerivation {
name = "ark";
- nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];
- propagatedBuildInputs = [
- karchive kconfig kcrash kdbusaddons khtml ki18n kiconthemes kio kitemmodels
- kparts kpty kservice kwidgetsaddons libarchive
- ];
- outputs = [ "out" "dev" ];
- postFixup =
- let
- PATH =
- lib.makeBinPath
- ([ p7zip unzip zip ] ++ lib.optional unfreeEnableUnrar unrar);
- in ''
- wrapProgram "$out/bin/ark" --prefix PATH : "${PATH}"
- '';
meta = {
license = with lib.licenses;
[ gpl2 lgpl3 ] ++ lib.optional unfreeEnableUnrar unfree;
maintainers = [ lib.maintainers.ttuegel ];
};
+
+ outputs = [ "out" "dev" ];
+ nativeBuildInputs = [ extra-cmake-modules kdoctools ];
+ buildInputs = [ libarchive libzip ] ++ extraTools;
+ propagatedBuildInputs = [
+ breeze-icons karchive kconfig kcrash kdbusaddons khtml ki18n kiconthemes kio
+ kitemmodels kparts kpty kservice kwidgetsaddons
+ ];
+
+ qtWrapperArgs = [ "--prefix" "PATH" ":" (lib.makeBinPath extraTools) ];
}
diff --git a/pkgs/applications/kde/default.nix b/pkgs/applications/kde/default.nix
index a2e10ee2c02..01df2bd2631 100644
--- a/pkgs/applications/kde/default.nix
+++ b/pkgs/applications/kde/default.nix
@@ -109,6 +109,7 @@ let
kdialog = callPackage ./kdialog.nix {};
keditbookmarks = callPackage ./keditbookmarks.nix {};
kfind = callPackage ./kfind.nix {};
+ kgeography = callPackage ./kgeography.nix {};
kget = callPackage ./kget.nix {};
kgpg = callPackage ./kgpg.nix {};
khelpcenter = callPackage ./khelpcenter.nix {};
diff --git a/pkgs/applications/kde/gwenview.nix b/pkgs/applications/kde/gwenview.nix
index 3d03d1dea3e..ceb928acdf2 100644
--- a/pkgs/applications/kde/gwenview.nix
+++ b/pkgs/applications/kde/gwenview.nix
@@ -3,7 +3,7 @@
extra-cmake-modules, kdoctools,
exiv2, lcms2,
baloo, kactivities, kdelibs4support, kio, kipi-plugins, libkdcraw, libkipi,
- phonon, qtimageformats, qtsvg, qtx11extras, kinit
+ phonon, qtimageformats, qtsvg, qtx11extras, kinit, fetchpatch
}:
mkDerivation {
@@ -18,4 +18,12 @@ mkDerivation {
qtimageformats qtsvg qtx11extras
];
propagatedUserEnvPkgs = [ kipi-plugins libkipi (lib.getBin kinit) ];
+
+ # Fixes build with exiv2-0.27.1. Drop in 19.04.2
+ patches = [
+ (fetchpatch {
+ url = "https://github.com/KDE/gwenview/commit/172560b845460b6121154f88221c855542219943.patch";
+ sha256 = "0y1l34h2s7rhfknvg6ggcc389jfzhpq69wf0s3xd5ccwfw7c0ycq";
+ })
+ ];
}
diff --git a/pkgs/applications/kde/kdenlive.nix b/pkgs/applications/kde/kdenlive.nix
index a42210e6e40..fa75dd1eb97 100644
--- a/pkgs/applications/kde/kdenlive.nix
+++ b/pkgs/applications/kde/kdenlive.nix
@@ -1,6 +1,8 @@
{ mkDerivation
, lib
, extra-cmake-modules
+, breeze-icons
+, breeze-qt5
, kdoctools
, kconfig
, kcrash
@@ -19,7 +21,8 @@
, shared-mime-info
, libv4l
, kfilemetadata
-, ffmpeg
+, ffmpeg-full
+, frei0r
, phonon-backend-gstreamer
, qtdeclarative
, qtquickcontrols
@@ -37,6 +40,8 @@ mkDerivation {
kdoctools
];
buildInputs = [
+ breeze-icons
+ breeze-qt5
kconfig
kcrash
kdbusaddons
@@ -59,7 +64,8 @@ mkDerivation {
qtwebkit
shared-mime-info
libv4l
- ffmpeg
+ ffmpeg-full
+ frei0r
rttr
kpurpose
kdeclarative
diff --git a/pkgs/applications/kde/kgeography.nix b/pkgs/applications/kde/kgeography.nix
new file mode 100644
index 00000000000..c96c198cca9
--- /dev/null
+++ b/pkgs/applications/kde/kgeography.nix
@@ -0,0 +1,15 @@
+{ mkDerivation, lib
+, cmake, extra-cmake-modules, qtbase
+, kconfigwidgets, kxmlgui, kcrash, kdoctools
+, kitemviews
+}:
+
+mkDerivation {
+ name = "kgeography";
+ meta = {
+ license = with lib.licenses; [ gpl2 ];
+ maintainers = [ lib.maintainers.globin ];
+ };
+ nativeBuildInputs = [ cmake extra-cmake-modules ];
+ buildInputs = [ qtbase kconfigwidgets kxmlgui kcrash kdoctools kitemviews ];
+}
diff --git a/pkgs/applications/kde/knotes.nix b/pkgs/applications/kde/knotes.nix
index 6aa3206acc7..ced046c2f4e 100644
--- a/pkgs/applications/kde/knotes.nix
+++ b/pkgs/applications/kde/knotes.nix
@@ -1,5 +1,5 @@
{
- mkDerivation, lib,
+ mkDerivation,
extra-cmake-modules, kdoctools,
kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash,
kdbusaddons, kdnssd, kglobalaccel, kiconthemes, kitemmodels,
diff --git a/pkgs/applications/kde/okular.nix b/pkgs/applications/kde/okular.nix
index 39fb232b342..377fbe3339a 100644
--- a/pkgs/applications/kde/okular.nix
+++ b/pkgs/applications/kde/okular.nix
@@ -1,18 +1,18 @@
{
stdenv, mkDerivation, lib,
extra-cmake-modules, kdoctools,
- chmlib ? null, discount, djvulibre, ebook_tools, kactivities, karchive, kbookmarks,
- kcompletion, kconfig, kconfigwidgets, kcoreaddons, kdbusaddons,
- kdegraphics-mobipocket, kiconthemes, kjs, khtml, kio, kparts, kpty, kwallet,
- kwindowsystem, libkexiv2, libspectre, libzip, phonon, poppler, qca-qt5,
- qtdeclarative, qtsvg, threadweaver, kcrash
+ breeze-icons, chmlib ? null, discount, djvulibre, ebook_tools, kactivities,
+ karchive, kbookmarks, kcompletion, kconfig, kconfigwidgets, kcoreaddons,
+ kdbusaddons, kdegraphics-mobipocket, kiconthemes, kjs, khtml, kio, kparts,
+ kpty, kwallet, kwindowsystem, libkexiv2, libspectre, libzip, phonon, poppler,
+ qca-qt5, qtdeclarative, qtsvg, threadweaver, kcrash
}:
mkDerivation {
name = "okular";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
- discount djvulibre ebook_tools kactivities karchive kbookmarks
+ breeze-icons discount djvulibre ebook_tools kactivities karchive kbookmarks
kcompletion kconfig kconfigwidgets kcoreaddons kdbusaddons
kdegraphics-mobipocket kiconthemes kjs khtml kio kparts kpty kwallet
kwindowsystem libkexiv2 libspectre libzip phonon poppler qca-qt5
diff --git a/pkgs/applications/misc/1password/default.nix b/pkgs/applications/misc/1password/default.nix
index 607ef2eaf10..79c3a6d7302 100644
--- a/pkgs/applications/misc/1password/default.nix
+++ b/pkgs/applications/misc/1password/default.nix
@@ -2,24 +2,24 @@
stdenv.mkDerivation rec {
pname = "1password";
- version = "0.5.6-003";
+ version = "0.5.7";
src =
if stdenv.hostPlatform.system == "i686-linux" then
fetchzip {
url = "https://cache.agilebits.com/dist/1P/op/pkg/v${version}/op_linux_386_v${version}.zip";
- sha256 = "11smnx8fh32qm3b82x2ps4y46q29h77x1j1dj3d5vs0vha9b8frj";
+ sha256 = "1193lq6cvqkv2cy07l6wzb25gb5vb3s3pxm534q3izhzrrz6lisz";
stripRoot = false;
}
else if stdenv.hostPlatform.system == "x86_64-linux" then
fetchzip {
url = "https://cache.agilebits.com/dist/1P/op/pkg/v${version}/op_linux_amd64_v${version}.zip";
- sha256 = "1qwxga6qmb3n76h2fl1lxhnz676cqbx8gic1b5c9hw88gnqwykb9";
+ sha256 = "0hlw1jasxzg31293d2n3ydzj62q7ji7nig7aaighcvzi3c9j7v51";
stripRoot = false;
}
else if stdenv.hostPlatform.system == "x86_64-darwin" then
fetchzip {
url = "https://cache.agilebits.com/dist/1P/op/pkg/v${version}/op_darwin_amd64_v${version}.zip";
- sha256 = "0gzmwc20liqx2cqply06yarwp228ydfgfb26bmpxbvlp0cq7d07g";
+ sha256 = "05z5k63fza6v0vhydyiq4sh9xhxnd9rcfxyym7jihv6b3fv3fnx3";
stripRoot = false;
}
else throw "Architecture not supported";
diff --git a/pkgs/applications/misc/adobe-reader/default.nix b/pkgs/applications/misc/adobe-reader/default.nix
index 0ca12a0096e..d1e4856e052 100644
--- a/pkgs/applications/misc/adobe-reader/default.nix
+++ b/pkgs/applications/misc/adobe-reader/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, libX11, cups, zlib, libxml2, pango, atk, gtk2, glib
-, gdk_pixbuf }:
+, gdk-pixbuf }:
assert stdenv.hostPlatform.system == "i686-linux";
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
# versions.
libPath = stdenv.lib.makeLibraryPath
- [ stdenv.cc.cc libX11 zlib libxml2 cups pango atk gtk2 glib gdk_pixbuf ];
+ [ stdenv.cc.cc libX11 zlib libxml2 cups pango atk gtk2 glib gdk-pixbuf ];
passthru.mozillaPlugin = "/libexec/adobe-reader/Browser/intellinux";
diff --git a/pkgs/applications/misc/airtame/default.nix b/pkgs/applications/misc/airtame/default.nix
index 3e5bf8df4a7..50582d94ff4 100644
--- a/pkgs/applications/misc/airtame/default.nix
+++ b/pkgs/applications/misc/airtame/default.nix
@@ -1,12 +1,12 @@
{ stdenv, lib, fetchurl, makeDesktopItem, makeWrapper
, alsaLib, atk, cairo, cups, curl, dbus, expat, ffmpeg, fontconfig, freetype
-, gdk_pixbuf, glib, glibc, gnome2, gtk2, libX11, libXScrnSaver, libXcomposite
+, gdk-pixbuf, glib, glibc, gnome2, gtk2, libX11, libXScrnSaver, libXcomposite
, libXcursor, libXdamage, libXext, libXfixes, libXi, libXrandr, libXrender
, libXtst, libopus, libpulseaudio, libxcb, nspr, nss, pango, udev, x264
}:
let libPath = lib.makeLibraryPath [
- alsaLib atk cairo cups curl dbus expat ffmpeg fontconfig freetype gdk_pixbuf
+ alsaLib atk cairo cups curl dbus expat ffmpeg fontconfig freetype gdk-pixbuf
glib glibc gnome2.GConf gtk2 libopus nspr nss pango stdenv.cc.cc udev x264
libX11 libXScrnSaver libXcomposite libXcursor libXdamage libXext libXfixes
libXi libXrandr libXrender libXtst libpulseaudio libxcb
diff --git a/pkgs/applications/misc/alacritty/default.nix b/pkgs/applications/misc/alacritty/default.nix
index dfd1ddf8503..dddf8d93412 100644
--- a/pkgs/applications/misc/alacritty/default.nix
+++ b/pkgs/applications/misc/alacritty/default.nix
@@ -2,27 +2,29 @@
lib,
fetchFromGitHub,
rustPlatform,
+
cmake,
+ gzip,
makeWrapper,
ncurses,
- expat,
pkgconfig,
- freetype,
+ python3,
+
+ expat,
fontconfig,
+ freetype,
+ libGL,
libX11,
- gzip,
libXcursor,
- libXxf86vm,
libXi,
libXrandr,
- libGL,
- xclip,
- wayland,
+ libXxf86vm,
+ libxcb,
libxkbcommon,
+ wayland,
+
# Darwin Frameworks
- cf-private,
AppKit,
- CoreFoundation,
CoreGraphics,
CoreServices,
CoreText,
@@ -34,53 +36,46 @@ with rustPlatform;
let
rpathLibs = [
expat
- freetype
fontconfig
+ freetype
+ libGL
libX11
libXcursor
- libXxf86vm
- libXrandr
- libGL
libXi
+ libXrandr
+ libXxf86vm
+ libxcb
] ++ lib.optionals stdenv.isLinux [
- wayland
libxkbcommon
+ wayland
];
in buildRustPackage rec {
pname = "alacritty";
- version = "0.3.2";
+ version = "0.3.3";
src = fetchFromGitHub {
owner = "jwilm";
repo = pname;
rev = "v${version}";
- sha256 = "16lhxfpwysd5ngw8yq76vbzjdmfzs9plsvairf768hnl290jcpbh";
+ sha256 = "1h9zid7bi19qga3a8a2d4x3ma9wf1njmj74s4xnw7nzqqf3dh750";
};
- cargoSha256 = "02q5kkr0zygpm9i2hd1sr246f18pyia1lq9dwjagqk7d2x3xlc7p";
+ cargoSha256 = "1rxb5ljgvn881jkxm8772kf815mmp08ci7sqmn2x1jwdcrphhxr1";
nativeBuildInputs = [
cmake
- makeWrapper
- pkgconfig
- ncurses
gzip
+ makeWrapper
+ ncurses
+ pkgconfig
+ python3
];
buildInputs = rpathLibs
- ++ lib.optionals stdenv.isDarwin [
- AppKit CoreFoundation CoreGraphics CoreServices CoreText Foundation OpenGL
- # Needed for CFURLResourceIsReachable symbols.
- cf-private
- ];
+ ++ lib.optionals stdenv.isDarwin [ AppKit CoreGraphics CoreServices CoreText Foundation OpenGL ];
outputs = [ "out" "terminfo" ];
- postPatch = ''
- substituteInPlace copypasta/src/x11.rs \
- --replace Command::new\(\"xclip\"\) Command::new\(\"${xclip}/bin/xclip\"\)
- '';
-
postBuild = lib.optionalString stdenv.isDarwin "make app";
installPhase = ''
@@ -119,6 +114,6 @@ in buildRustPackage rec {
homepage = https://github.com/jwilm/alacritty;
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ mic92 ];
- platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ];
+ platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
};
}
diff --git a/pkgs/applications/misc/albert/default.nix b/pkgs/applications/misc/albert/default.nix
index 2dda615081c..6fc5f951465 100644
--- a/pkgs/applications/misc/albert/default.nix
+++ b/pkgs/applications/misc/albert/default.nix
@@ -37,11 +37,6 @@ mkDerivation rec {
rm "$out/lib"
'';
- postInstall = ''
- wrapProgram $out/bin/albert \
- --prefix XDG_DATA_DIRS : $out/share
- '';
-
meta = with lib; {
homepage = https://albertlauncher.github.io/;
description = "Desktop agnostic launcher";
diff --git a/pkgs/applications/misc/aminal/default.nix b/pkgs/applications/misc/aminal/default.nix
index 1c769e58705..8cb014bb021 100644
--- a/pkgs/applications/misc/aminal/default.nix
+++ b/pkgs/applications/misc/aminal/default.nix
@@ -2,7 +2,6 @@
, Carbon
, Cocoa
, Kernel
-, cf-private
, fetchFromGitHub
, lib
, mesa_glu
@@ -25,12 +24,7 @@ buildGoPackage rec {
xorg.libXinerama
xorg.libXrandr
xorg.libXxf86vm
- ] ++ lib.optionals stdenv.isDarwin [
- Carbon
- Cocoa
- Kernel
- cf-private /* Needed for NSDefaultRunLoopMode */
- ];
+ ] ++ lib.optionals stdenv.isDarwin [ Carbon Cocoa Kernel ];
src = fetchFromGitHub {
owner = "liamg";
diff --git a/pkgs/applications/misc/archiver/default.nix b/pkgs/applications/misc/archiver/default.nix
index 25fafb604c3..03f534e1a4d 100644
--- a/pkgs/applications/misc/archiver/default.nix
+++ b/pkgs/applications/misc/archiver/default.nix
@@ -1,26 +1,24 @@
-{ buildGoPackage
+{ buildGoModule
, fetchFromGitHub
, lib
}:
-buildGoPackage rec {
- name = "archiver-${version}";
- version = "3.0.0";
-
- goPackagePath = "github.com/mholt/archiver";
+buildGoModule rec {
+ pname = "archiver";
+ version = "3.2.0";
src = fetchFromGitHub {
owner = "mholt";
- repo = "archiver";
+ repo = pname;
rev = "v${version}";
- sha256 = "1wngv51333h907mp6nbzd9dq6r0x06mag2cij92912jcbzy0q8bk";
+ sha256 = "1kq2cyhbniwdabk426j493cs8d4nj35vmznm9031rrdd9ln5h9gl";
};
- goDeps = ./deps.nix;
+ modSha256 = "13vwgqpw7ypq6mrvwmnl8n38x0h89ymryrrzkf7ya478fp00vclj";
meta = with lib; {
- description = "Easily create and extract .zip, .tar, .tar.gz, .tar.bz2, .tar.xz, .tar.lz4, .tar.sz, and .rar (extract-only) files with Go";
- homepage = https://github.com/mholt/archiver;
+ description = "Easily create & extract archives, and compress & decompress files of various formats";
+ homepage = "https://github.com/mholt/archiver";
license = licenses.mit;
maintainers = with maintainers; [ kalbasit ];
platforms = platforms.all;
diff --git a/pkgs/applications/misc/archiver/deps.nix b/pkgs/applications/misc/archiver/deps.nix
deleted file mode 100644
index 4b14fd47711..00000000000
--- a/pkgs/applications/misc/archiver/deps.nix
+++ /dev/null
@@ -1,56 +0,0 @@
-[
- {
- goPackagePath = "github.com/dsnet/compress";
- fetch = {
- type = "git";
- url = "https://github.com/dsnet/compress";
- rev = "cc9eb1d7ad760af14e8f918698f745e80377af4f";
- sha256 = "159liclywmyb6zx88ga5gn42hfl4cpk1660zss87fkx31hdq9fgx";
- };
- }
- {
- goPackagePath = "github.com/golang/snappy";
- fetch = {
- type = "git";
- url = "https://github.com/golang/snappy";
- rev = "2e65f85255dbc3072edf28d6b5b8efc472979f5a";
- sha256 = "05w6mpc4qcy0pv8a2bzng8nf4s5rf5phfang4jwy9rgf808q0nxf";
- };
- }
- {
- goPackagePath = "github.com/nwaples/rardecode";
- fetch = {
- type = "git";
- url = "https://github.com/nwaples/rardecode";
- rev = "197ef08ef68c4454ae5970a9c2692d6056ceb8d7";
- sha256 = "0vvijw7va283dbdvnf4bgkn7bjngxqzk1rzdpy8sl343r62bmh4g";
- };
- }
- {
- goPackagePath = "github.com/pierrec/lz4";
- fetch = {
- type = "git";
- url = "https://github.com/pierrec/lz4";
- rev = "623b5a2f4d2a41e411730dcdfbfdaeb5c0c4564e";
- sha256 = "1hhf7vyz5irrqs7ixdmvsvzmy9izv3ha8jbyy0cs486h61nzqkki";
- };
- }
- {
- goPackagePath = "github.com/ulikunitz/xz";
- fetch = {
- type = "git";
- url = "https://github.com/ulikunitz/xz";
- rev = "590df8077fbcb06ad62d7714da06c00e5dd2316d";
- sha256 = "07mivr4aiw3b8qzwajsxyjlpbkf3my4xx23lv0yryc4pciam5lhy";
- };
- }
- {
- goPackagePath = "github.com/xi2/xz";
- fetch = {
- type = "git";
- url = "https://github.com/xi2/xz";
- rev = "48954b6210f8d154cb5f8484d3a3e1f83489309e";
- sha256 = "178r0fa2dpzxf0sabs7dn0c8fa7vs87zlxk6spkn374ls9pir7nq";
- };
- }
-]
diff --git a/pkgs/applications/misc/barrier/default.nix b/pkgs/applications/misc/barrier/default.nix
index 6151b3d55ab..e401a7c0b8e 100644
--- a/pkgs/applications/misc/barrier/default.nix
+++ b/pkgs/applications/misc/barrier/default.nix
@@ -1,26 +1,19 @@
-{ stdenv, fetchpatch, fetchurl, cmake, curl, xorg, avahi, qt5,
+{ stdenv, fetchFromGitHub, cmake, curl, xorg, avahi, qtbase, mkDerivation,
avahiWithLibdnssdCompat ? avahi.override { withLibdnssdCompat = true; }
}:
-stdenv.mkDerivation rec {
- name = "barrier-${version}";
- version = "2.1.1";
- src = fetchurl {
- url = "https://github.com/debauchee/barrier/archive/v${version}.tar.gz";
- sha256 = "0x17as5ikfx2r5hawr368a9risvcavyc8zv5g724s709nr6m0pbp";
+mkDerivation rec {
+ pname = "barrier";
+ version = "2.3.1";
+
+ src = fetchFromGitHub {
+ owner = "debauchee";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "1dakpgs4jcwg06f45xg6adc83jd2qnpywmjm1z7g0hzd2vd0qg4k";
};
- buildInputs = [ cmake curl xorg.libX11 xorg.libXext xorg.libXtst avahiWithLibdnssdCompat ];
- propagatedBuildInputs = with qt5; [ qtbase ];
-
- patches = [
- # Fix compilation on Qt 5.11
- # Patch should be removed on next version bump from 2.1.1!
- (fetchpatch {
- url = "https://github.com/debauchee/barrier/commit/a956cad0da23f544b874888c6c3540dc7f8f22cf.patch";
- sha256 = "0x5045bdks1f9casp0v7svx9ml1gxhkhw5sqc7xk36h184m24a21";
- })
- ];
+ buildInputs = [ cmake curl xorg.libX11 xorg.libXext xorg.libXtst avahiWithLibdnssdCompat qtbase ];
postFixup = ''
substituteInPlace "$out/share/applications/barrier.desktop" --replace "Exec=barrier" "Exec=$out/bin/barrier"
diff --git a/pkgs/applications/misc/batti/default.nix b/pkgs/applications/misc/batti/default.nix
index 283e7f19907..abb3eb33536 100644
--- a/pkgs/applications/misc/batti/default.nix
+++ b/pkgs/applications/misc/batti/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl
, pkgconfig, gettext, pythonPackages
-, gtk2, gdk_pixbuf, upower
+, gtk2, gdk-pixbuf, upower
, makeWrapper }:
let
@@ -16,9 +16,9 @@ in stdenv.mkDerivation rec {
};
buildInputs = with stdenv.lib;
- [ pkgconfig gettext python gtk2 pygtk dbus-python gdk_pixbuf upower makeWrapper ];
+ [ pkgconfig gettext python gtk2 pygtk dbus-python gdk-pixbuf upower makeWrapper ];
- configurePhase = "true";
+ dontConfigure = true;
buildPhase = ''
python setup.py build
@@ -44,7 +44,7 @@ in stdenv.mkDerivation rec {
license = licenses.lgpl2Plus;
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
- broken = true; # see https://github.com/NixOS/nixpkgs/pull/4031#issuecomment-56283520
+ broken = true; # see https://github.com/NixOS/nixpkgs/pull/4031#issuecomment-56283520
};
}
diff --git a/pkgs/applications/misc/blender/default.nix b/pkgs/applications/misc/blender/default.nix
index 5445c7efb59..3b98114c710 100644
--- a/pkgs/applications/misc/blender/default.nix
+++ b/pkgs/applications/misc/blender/default.nix
@@ -1,7 +1,7 @@
{ config, stdenv, lib, fetchurl, boost, cmake, ffmpeg, gettext, glew
, ilmbase, libXi, libX11, libXext, libXrender
, libjpeg, libpng, libsamplerate, libsndfile
-, libtiff, libGLU_combined, openal, opencolorio, openexr, openimageio, openjpeg_1, pythonPackages
+, libtiff, libGLU_combined, openal, opencolorio, openexr, openimageio, openjpeg_1, python3Packages
, zlib, fftw, opensubdiv, freetype, jemalloc, ocl-icd, addOpenGLRunpath
, jackaudioSupport ? false, libjack2
, cudaSupport ? config.cudaSupport or false, cudatoolkit
@@ -11,14 +11,15 @@
with lib;
-let python = pythonPackages.python; in
+let python = python3Packages.python; in
stdenv.mkDerivation rec {
- name = "blender-2.79b";
+ pname = "blender";
+ version = "2.80";
src = fetchurl {
- url = "https://download.blender.org/source/${name}.tar.gz";
- sha256 = "1g4kcdqmf67srzhi3hkdnr4z1ph4h9sza1pahz38mrj998q4r52c";
+ url = "https://download.blender.org/source/${pname}-${version}.tar.gz";
+ sha256 = "1h550jisdbis50hxwk5kxrvrk1a6sh2fsri3yyj66vhzbi87x7fd";
};
nativeBuildInputs = [ cmake ] ++ optional cudaSupport addOpenGLRunpath;
@@ -36,7 +37,6 @@ stdenv.mkDerivation rec {
postPatch =
''
- substituteInPlace doc/manpage/blender.1.py --replace /usr/bin/python ${python}/bin/python3
substituteInPlace extern/clew/src/clew.c --replace '"libOpenCL.so"' '"${ocl-icd}/lib/libOpenCL.so"'
'';
@@ -47,10 +47,7 @@ stdenv.mkDerivation rec {
"-DWITH_INSTALL_PORTABLE=OFF"
"-DWITH_FFTW3=ON"
#"-DWITH_SDL=ON"
- "-DWITH_GAMEENGINE=ON"
"-DWITH_OPENCOLORIO=ON"
- "-DWITH_SYSTEM_OPENJPEG=ON"
- "-DWITH_PLAYER=ON"
"-DWITH_OPENSUBDIV=ON"
"-DPYTHON_LIBRARY=${python.libPrefix}m"
"-DPYTHON_LIBPATH=${python}/lib"
@@ -58,13 +55,10 @@ stdenv.mkDerivation rec {
"-DPYTHON_VERSION=${python.pythonVersion}"
"-DWITH_PYTHON_INSTALL=OFF"
"-DWITH_PYTHON_INSTALL_NUMPY=OFF"
+ "-DPYTHON_NUMPY_PATH=${python3Packages.numpy}/${python.sitePackages}"
]
++ optional jackaudioSupport "-DWITH_JACK=ON"
- ++ optionals cudaSupport
- [ "-DWITH_CYCLES_CUDA_BINARIES=ON"
- # Disable architectures before sm_30 to support new CUDA toolkits.
- "-DCYCLES_CUDA_BINARIES_ARCH=sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61"
- ]
+ ++ optional cudaSupport "-DWITH_CYCLES_CUDA_BINARIES=ON"
++ optional colladaSupport "-DWITH_OPENCOLLADA=ON";
NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR -I${python}/include/${python.libPrefix}";
@@ -78,7 +72,7 @@ stdenv.mkDerivation rec {
postInstall = optionalString enableNumpy
''
wrapProgram $out/bin/blender \
- --prefix PYTHONPATH : ${pythonPackages.numpy}/${python.sitePackages}
+ --prefix PYTHONPATH : ${python3Packages.numpy}/${python.sitePackages}
'';
# Set RUNPATH so that libcuda and libnvrtc in /run/opengl-driver(-32)/lib can be
diff --git a/pkgs/applications/misc/brewtarget/default.nix b/pkgs/applications/misc/brewtarget/default.nix
new file mode 100644
index 00000000000..11824503450
--- /dev/null
+++ b/pkgs/applications/misc/brewtarget/default.nix
@@ -0,0 +1,38 @@
+{ lib
+, mkDerivation
+, fetchFromGitHub
+, bash
+, cmake
+, qtbase
+, qttools
+, qtmultimedia
+, qtwebkit
+, qtsvg
+}:
+
+mkDerivation rec {
+ pname = "brewtarget";
+ version = "2.3.1";
+
+ src = fetchFromGitHub {
+ owner = "Brewtarget";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "14xmm6f8xmvypagx4qdw8q9llzmyi9zzfhnzh4kbbflhjbcr7isz";
+ };
+
+ nativeBuildInputs = [ cmake ];
+ buildInputs = [ qtbase qttools qtmultimedia qtwebkit qtsvg ];
+
+ preConfigure = ''
+ chmod +x configure
+ substituteInPlace configure --replace /bin/bash "${bash}/bin/bash"
+ '';
+
+ meta = with lib; {
+ description = "Open source beer recipe creation tool";
+ homepage = "http://www.brewtarget.org/";
+ license = licenses.gpl3;
+ maintainers = [ maintainers.mmahut ];
+ };
+}
diff --git a/pkgs/applications/misc/buku/default.nix b/pkgs/applications/misc/buku/default.nix
index 4a73e6b002e..60ade661cff 100644
--- a/pkgs/applications/misc/buku/default.nix
+++ b/pkgs/applications/misc/buku/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, python3, fetchFromGitHub, fetchpatch }:
+{ stdenv, python3, fetchFromGitHub }:
with python3.pkgs; buildPythonApplication rec {
version = "4.2.2";
diff --git a/pkgs/applications/misc/calcurse/default.nix b/pkgs/applications/misc/calcurse/default.nix
index dc0460c2a23..a1581408201 100644
--- a/pkgs/applications/misc/calcurse/default.nix
+++ b/pkgs/applications/misc/calcurse/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "calcurse-${version}";
- version = "4.4.0";
+ version = "4.5.0";
src = fetchurl {
url = "https://calcurse.org/files/${name}.tar.gz";
- sha256 = "0vw2xi6a2lrhrb8n55zq9lv4mzxhby4xdf3hmi1vlfpyrpdwkjzd";
+ sha256 = "1vjwcmp51h7dsvwn0qx93w9chp3wp970v7d9mjhk7jyamcbfywn3";
};
buildInputs = [ ncurses gettext python3 python3Packages.wrapPython ];
diff --git a/pkgs/applications/misc/calibre/default.nix b/pkgs/applications/misc/calibre/default.nix
index c05b98a0728..c82b00e66e8 100644
--- a/pkgs/applications/misc/calibre/default.nix
+++ b/pkgs/applications/misc/calibre/default.nix
@@ -1,16 +1,16 @@
-{ stdenv, fetchurl, poppler_utils, pkgconfig, libpng
+{ stdenv, mkDerivation, fetchurl, poppler_utils, pkgconfig, libpng
, imagemagick, libjpeg, fontconfig, podofo, qtbase, qmake, icu, sqlite
-, makeWrapper, unrarSupport ? false, chmlib, python2Packages, libusb1, libmtp
-, xdg_utils, makeDesktopItem, wrapGAppsHook, removeReferencesTo
+, unrarSupport ? false, chmlib, python2Packages, libusb1, libmtp
+, xdg_utils, makeDesktopItem, wrapGAppsHook, removeReferencesTo, qt5
}:
-stdenv.mkDerivation rec {
- version = "3.44.0";
+mkDerivation rec {
name = "calibre-${version}";
+ version = "3.46.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${name}.tar.xz";
- sha256 = "13d3cbn8qbjd8a19qprra6gmib1d818c3zgf3q70kx6b2fq58lzi";
+ sha256 = "1dlss01kaz2qlg9ji8c9dn9rd73mmpm5yjg50zp49cwx9y2vjiz9";
};
patches = [
@@ -35,11 +35,11 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
- nativeBuildInputs = [ makeWrapper pkgconfig qmake removeReferencesTo ];
+ nativeBuildInputs = [ pkgconfig qmake removeReferencesTo wrapGAppsHook ];
buildInputs = [
poppler_utils libpng imagemagick libjpeg
- fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils wrapGAppsHook
+ fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils
] ++ (with python2Packages; [
apsw cssselect css-parser dateutil dnspython html5-parser lxml mechanize netifaces pillow
python pyqt5_with_qtwebkit sip
@@ -70,11 +70,6 @@ stdenv.mkDerivation rec {
sed -i "s/env python[0-9.]*/python/" $PYFILES
sed -i "2i import sys; sys.argv[0] = 'calibre'" $out/bin/calibre
- for a in $out/bin/*; do
- wrapProgram $a --prefix PYTHONPATH : $PYTHONPATH \
- --prefix PATH : ${poppler_utils.out}/bin
- done
-
# Replace @out@ by the output path.
mkdir -p $out/share/applications/
cp {$calibreDesktopItem,$ebookEditDesktopItem,$ebookViewerDesktopItem}/share/applications/* $out/share/applications/
@@ -88,11 +83,23 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
+ # Wrap manually
+ dontWrapQtApps = true;
+ dontWrapGApps = true;
+
# Remove some references to shrink the closure size. This reference (as of
# 2018-11-06) was a single string like the following:
# /nix/store/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-podofo-0.9.6-dev/include/podofo/base/PdfVariant.h
preFixup = ''
remove-references-to -t ${podofo.dev} $out/lib/calibre/calibre/plugins/podofo.so
+
+ for program in $out/bin/*; do
+ wrapProgram $program \
+ ''${qtWrapperArgs[@]} \
+ ''${gappsWrapperArgs[@]} \
+ --prefix PYTHONPATH : $PYTHONPATH \
+ --prefix PATH : ${poppler_utils.out}/bin
+ done
'';
disallowedReferences = [ podofo.dev ];
diff --git a/pkgs/applications/misc/cardpeek/default.nix b/pkgs/applications/misc/cardpeek/default.nix
index 9b219270809..a0e5c814996 100644
--- a/pkgs/applications/misc/cardpeek/default.nix
+++ b/pkgs/applications/misc/cardpeek/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub, pkgconfig, autoreconfHook,
+{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook,
glib, gtk3, pcsclite, lua5_2, curl, readline }:
let
version = "0.8.4";
diff --git a/pkgs/applications/misc/cdrtools/default.nix b/pkgs/applications/misc/cdrtools/default.nix
index a46565eb76b..1bbb7d61b01 100644
--- a/pkgs/applications/misc/cdrtools/default.nix
+++ b/pkgs/applications/misc/cdrtools/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, acl, libcap }:
+{ stdenv, fetchurl, acl, libcap, Carbon, IOKit }:
stdenv.mkDerivation rec {
name = "cdrtools-${version}";
@@ -11,14 +11,14 @@ stdenv.mkDerivation rec {
patches = [ ./fix-paths.patch ];
- buildInputs = [ acl libcap ];
+ buildInputs = if stdenv.isDarwin then [ Carbon IOKit ] else [ acl libcap ];
postPatch = ''
sed "/\.mk3/d" -i libschily/Targets.man
substituteInPlace man/Makefile --replace "man4" ""
'';
- configurePhase = "true";
+ dontConfigure = true;
GMAKE_NOWARN = true;
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = https://sourceforge.net/projects/cdrtools/;
description = "Highly portable CD/DVD/BluRay command line recording software";
license = with licenses; [ gpl2 lgpl2 cddl ];
- platforms = platforms.linux;
+ platforms = with platforms; linux ++ darwin;
# Licensing issues: This package contains code licensed under CDDL, GPL2
# and LGPL2. There is a debate regarding the legality of distributing this
# package in binary form.
diff --git a/pkgs/applications/misc/clight/clightd.nix b/pkgs/applications/misc/clight/clightd.nix
new file mode 100644
index 00000000000..43ff1d73f78
--- /dev/null
+++ b/pkgs/applications/misc/clight/clightd.nix
@@ -0,0 +1,75 @@
+{ lib, stdenv, fetchFromGitHub
+, dbus, cmake, pkgconfig
+, glib, udev, polkit, libmodule
+, pcre, libXdmcp, utillinux, libpthreadstubs
+, enableDdc ? true, ddcutil
+, enableDpms ? true, libXext
+, enableGamma ? true, libXrandr
+, enableScreen ? true }:
+
+stdenv.mkDerivation rec {
+ pname = "clightd";
+ version = "3.4";
+
+ src = fetchFromGitHub {
+ owner = "FedeDP";
+ repo = "Clightd";
+ rev = version;
+ sha256 = "0g6kawizwfhvigkwm7rbfq6rg872xn8igy8n355w4d7mmcxk0jf8";
+ };
+
+ # dbus-1.pc has datadir=/etc
+ SYSTEM_BUS_DIR = "${placeholder "out"}/share/dbus-1/system-services";
+ # systemd.pc has prefix=${systemd.out}
+ MODULE_LOAD_DIR = "${placeholder "out"}/lib/modules-load.d";
+ # polkit-gobject-1.pc has prefix=${polkit.out}
+ POLKIT_ACTION_DIR = "${placeholder "out"}/share/polkit-1/actions";
+
+ postPatch = ''
+ sed -i "s@/etc@$out\0@" CMakeLists.txt
+ sed -i "s@pkg_get_variable(SYSTEM_BUS_DIR.*@set(SYSTEM_BUS_DIR $SYSTEM_BUS_DIR)@" CMakeLists.txt
+ sed -i "s@pkg_get_variable(MODULE_LOAD_DIR.*@set(MODULE_LOAD_DIR $MODULE_LOAD_DIR)@" CMakeLists.txt
+ sed -i "s@pkg_get_variable(POLKIT_ACTION_DIR.*@set(POLKIT_ACTION_DIR $POLKIT_ACTION_DIR)@" CMakeLists.txt
+ '';
+
+ cmakeFlags = with lib;
+ optional enableDdc "-DENABLE_DDC=1"
+ ++ optional enableDpms "-DENABLE_DPMS=1"
+ ++ optional enableGamma "-DENABLE_GAMMA=1"
+ ++ optional enableScreen "-DENABLE_SCREEN=1";
+
+ nativeBuildInputs = [
+ dbus
+ cmake
+ pkgconfig
+ ];
+
+ buildInputs = with lib; [
+ glib
+ udev
+ polkit
+ libmodule
+
+ pcre
+ libXdmcp
+ utillinux
+ libpthreadstubs
+ ] ++ optional enableDdc ddcutil
+ ++ optional enableDpms libXext
+ ++ optional enableGamma libXrandr;
+
+ postInstall = ''
+ mkdir -p $out/bin
+ ln -svT $out/lib/clightd/clightd $out/bin/clightd
+ '';
+
+ meta = with lib; {
+ description = "Linux bus interface that changes screen brightness/temperature";
+ homepage = https://github.com/FedeDP/Clightd;
+ platforms = platforms.linux;
+ license = licenses.gpl3;
+ maintainers = with maintainers; [
+ eadwu
+ ];
+ };
+}
diff --git a/pkgs/applications/misc/clight/default.nix b/pkgs/applications/misc/clight/default.nix
new file mode 100644
index 00000000000..829fd4e1223
--- /dev/null
+++ b/pkgs/applications/misc/clight/default.nix
@@ -0,0 +1,57 @@
+{ lib, stdenv, fetchFromGitHub
+, dbus, cmake, pkgconfig, bash-completion
+, gsl, popt, clightd, systemd, libconfig
+, withGeoclue ? true, geoclue2
+, withUpower ? true, upower }:
+
+stdenv.mkDerivation rec {
+ pname = "clight";
+ version = "3.1";
+
+ src = fetchFromGitHub {
+ owner = "FedeDP";
+ repo = "Clight";
+ rev = version;
+ sha256 = "0rzcr1x9h4llnmklhgzs9r7xwhsrw1qkqvfffkp8fs90nycaqx81";
+ };
+
+ # bash-completion.pc completionsdir=${bash-completion.out}
+ COMPLETIONS_DIR = "${placeholder "out"}/share/bash-completions/completions";
+ # dbus-1.pc has datadir=/etc
+ SESSION_BUS_DIR = "${placeholder "out"}/share/dbus-1/services";
+
+ postPatch = ''
+ sed -i "s@/usr@$out@" CMakeLists.txt
+ sed -i "s@/etc@$out\0@" CMakeLists.txt
+ sed -i "s@pkg_get_variable(COMPLETIONS_DIR.*@set(COMPLETIONS_DIR $COMPLETIONS_DIR)@" CMakeLists.txt
+ sed -i "s@pkg_get_variable(SESSION_BUS_DIR.*@set(SESSION_BUS_DIR $SESSION_BUS_DIR)@" CMakeLists.txt
+ '';
+
+ nativeBuildInputs = [
+ dbus
+ cmake
+ pkgconfig
+ bash-completion
+ ];
+
+ buildInputs = with lib; [
+ gsl
+ popt
+ upower
+ clightd
+ systemd
+ geoclue2
+ libconfig
+ ] ++ optional withGeoclue geoclue2
+ ++ optional withUpower upower;
+
+ meta = with lib; {
+ description = "A C daemon that turns your webcam into a light sensor";
+ homepage = https://github.com/FedeDP/Clight;
+ platforms = platforms.linux;
+ license = licenses.gpl3;
+ maintainers = with maintainers; [
+ eadwu
+ ];
+ };
+}
diff --git a/pkgs/applications/misc/clipmenu/default.nix b/pkgs/applications/misc/clipmenu/default.nix
index 7a47a0e3bc0..e6e4ede6ac1 100644
--- a/pkgs/applications/misc/clipmenu/default.nix
+++ b/pkgs/applications/misc/clipmenu/default.nix
@@ -1,6 +1,6 @@
-{ clipnotify, makeWrapper, xsel, dmenu2, utillinux, gawk, stdenv, fetchFromGitHub, lib }:
+{ clipnotify, makeWrapper, xsel, dmenu, utillinux, gawk, stdenv, fetchFromGitHub, lib }:
let
- runtimePath = lib.makeBinPath [ clipnotify xsel dmenu2 utillinux gawk ];
+ runtimePath = lib.makeBinPath [ clipnotify xsel dmenu utillinux gawk ];
in
stdenv.mkDerivation rec {
name = "clipmenu-${version}";
diff --git a/pkgs/applications/misc/cmatrix/default.nix b/pkgs/applications/misc/cmatrix/default.nix
index 28f14cc1435..9a008a886fa 100644
--- a/pkgs/applications/misc/cmatrix/default.nix
+++ b/pkgs/applications/misc/cmatrix/default.nix
@@ -1,25 +1,24 @@
-{ stdenv, fetchurl, pkgconfig, ncurses }:
+{ stdenv, fetchFromGitHub, autoreconfHook, ncurses }:
-let
- version = "1.2a";
-in with stdenv.lib;
stdenv.mkDerivation rec {
+ pname = "cmatrix";
+ version = "2.0";
- name = "cmatrix-${version}";
-
- src = fetchurl{
- url = "http://www.asty.org/cmatrix/dist/${name}.tar.gz";
- sha256 = "0k06fw2n8nzp1pcdynhajp5prba03gfgsbj91bknyjr5xb5fd9hz";
+ src = fetchFromGitHub {
+ owner = "abishekvashok";
+ repo = "cmatrix";
+ rev = "v${version}";
+ sha256 = "1h9jz4m4s5l8c3figaq46ja0km1gimrkfxm4dg7mf4s84icmasbm";
};
- nativeBuildInputs = [ pkgconfig ];
+ nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ ncurses ];
- meta = {
+ meta = with stdenv.lib; {
description = "Simulates the falling characters theme from The Matrix movie";
longDescription = ''
CMatrix simulates the display from "The Matrix" and is based
- on the screensaver from the movie's website.
+ on the screensaver from the movie's website.
'';
homepage = http://www.asty.org/cmatrix/;
platforms = ncurses.meta.platforms;
diff --git a/pkgs/applications/misc/cointop/default.nix b/pkgs/applications/misc/cointop/default.nix
index b973c73c0dd..c29d8684c90 100644
--- a/pkgs/applications/misc/cointop/default.nix
+++ b/pkgs/applications/misc/cointop/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "cointop";
- version = "1.2.0";
+ version = "1.3.4";
src = fetchFromGitHub {
owner = "miguelmota";
repo = pname;
rev = version;
- sha256 = "1vhsbk55rrsmnh9b3cxjiv1pzdiip54cyj31j4aj33vlr4hkampn";
+ sha256 = "0nw6vzp0c5r8bwnlvgzj4hzdah44p5pp03d2bcr1lkw8np8fy65n";
};
- modSha256 = "0vvypp97b3bjwxb96hajpjzr52sb5lc4r3zdkrdgg3vjwwacjwsn";
+ modSha256 = "1fg5h689s6r79qa9qsmd8hcvyihfyzlvqrhhk0qyfl528ipi1zwg";
meta = with lib; {
description = "The fastest and most interactive terminal based UI application for tracking cryptocurrencies";
diff --git a/pkgs/applications/misc/cool-retro-term/default.nix b/pkgs/applications/misc/cool-retro-term/default.nix
index f2372aa51e6..bd49323b03f 100644
--- a/pkgs/applications/misc/cool-retro-term/default.nix
+++ b/pkgs/applications/misc/cool-retro-term/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, qtbase, qtquick1, qmltermwidget
+{ stdenv, fetchFromGitHub, mkDerivation, qtbase, qtquick1, qmltermwidget
, qtquickcontrols, qtgraphicaleffects, qmake }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
version = "1.1.1";
name = "cool-retro-term-${version}";
diff --git a/pkgs/applications/misc/copyq/default.nix b/pkgs/applications/misc/copyq/default.nix
index c77e47df34c..3ee357ce151 100644
--- a/pkgs/applications/misc/copyq/default.nix
+++ b/pkgs/applications/misc/copyq/default.nix
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "CopyQ-${version}";
- version = "3.8.0";
+ version = "3.9.0";
src = fetchFromGitHub {
owner = "hluk";
repo = "CopyQ";
rev = "v${version}";
- sha256 = "0kbhgg0j6iqfrpixvwl1mk3m0bz5s8bd6npk5xqcgzp1giywdc4i";
+ sha256 = "1l9f0hg2ggy944sjlyiyglln5mjm9fvgmvwp3pnvmmc6mfbmslq3";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/applications/misc/cum/default.nix b/pkgs/applications/misc/cum/default.nix
new file mode 100644
index 00000000000..2675a5f4fc5
--- /dev/null
+++ b/pkgs/applications/misc/cum/default.nix
@@ -0,0 +1,36 @@
+{ stdenv, python3Packages }:
+
+with python3Packages;
+
+buildPythonApplication rec {
+ pname = "cum";
+ version = "0.9.1";
+
+ src = fetchPypi {
+ inherit pname version;
+ sha256 = "15qc6agka2g3kcnpnz0hbjic1s3260cr9bda0rlcyninxs1vndq0";
+ };
+
+ propagatedBuildInputs = [
+ alembic beautifulsoup4 click natsort requests sqlalchemy
+ ];
+
+ # tests seem to fail for `config` not being defined,
+ # but it works once installed
+ doCheck = false;
+
+ # remove the top-level `tests` and `LICENSE` file
+ # they should not be installed, and there can be issues if another package
+ # has a collision (especially with the license file)
+ postInstall = ''
+ rm -rf $out/tests $out/LICENSE
+ '';
+
+ meta = with stdenv.lib; {
+ description = "comic updater, mangafied";
+ homepage = "https://github.com/Hamuko/cum";
+ license = licenses.asl20;
+ maintainers = with maintainers; [ tadeokondrak ];
+ platforms = platforms.all;
+ };
+}
diff --git a/pkgs/applications/misc/cura/default.nix b/pkgs/applications/misc/cura/default.nix
index 290801ea578..084881f75d9 100644
--- a/pkgs/applications/misc/cura/default.nix
+++ b/pkgs/applications/misc/cura/default.nix
@@ -1,21 +1,21 @@
{ mkDerivation, lib, fetchFromGitHub, cmake, python3, qtbase, qtquickcontrols2, qtgraphicaleffects, curaengine, plugins ? [] }:
mkDerivation rec {
- name = "cura-${version}";
- version = "4.1.0";
+ pname = "cura";
+ version = "4.2.1";
src = fetchFromGitHub {
owner = "Ultimaker";
repo = "Cura";
rev = version;
- sha256 = "1mfpnjrh3splpkadgml3v71k939g56zb9hbmzghwfjwlrf8valmz";
+ sha256 = "1qnai8vmgy5lx3lapw96j41i8mw9p6r99i3qzs709l9yzrix6l86";
};
materials = fetchFromGitHub {
owner = "Ultimaker";
repo = "fdm_materials";
- rev = version;
- sha256 = "0yp2162msxfwpixzvassn23p7r3swjpwk4nhsjka5w6fm8pv0wpl";
+ rev = "4.2.0"; # TODO: change back to `version` after 4.2.1
+ sha256 = "17x43v0np58qbdfk3wz1k7i9pl0plndx9gmf7y0n23nl9f1qzb0m";
};
buildInputs = [ qtbase qtquickcontrols2 qtgraphicaleffects ];
@@ -29,6 +29,11 @@ mkDerivation rec {
"-DCURA_VERSION=${version}"
];
+ makeWrapperArgs = [
+ # hacky workaround for https://github.com/NixOS/nixpkgs/issues/59901
+ "--set OMP_NUM_THREADS 1"
+ ];
+
postPatch = ''
sed -i 's,/python''${PYTHON_VERSION_MAJOR}/dist-packages,/python''${PYTHON_VERSION_MAJOR}.''${PYTHON_VERSION_MINOR}/site-packages,g' CMakeLists.txt
sed -i 's, executable_name = .*, executable_name = "${curaengine}/bin/CuraEngine",' plugins/CuraEngineBackend/CuraEngineBackend.py
@@ -45,6 +50,7 @@ mkDerivation rec {
postFixup = ''
wrapPythonPrograms
+ wrapQtApp $out/bin/cura
'';
meta = with lib; {
@@ -52,6 +58,6 @@ mkDerivation rec {
homepage = https://github.com/Ultimaker/Cura;
license = licenses.lgpl3Plus;
platforms = platforms.linux;
- maintainers = with maintainers; [ abbradar ];
+ maintainers = with maintainers; [ abbradar gebner ];
};
}
diff --git a/pkgs/applications/misc/cura/lulzbot.nix b/pkgs/applications/misc/cura/lulzbot.nix
deleted file mode 100644
index f3f1972f6e6..00000000000
--- a/pkgs/applications/misc/cura/lulzbot.nix
+++ /dev/null
@@ -1,58 +0,0 @@
-{ stdenv, fetchurl, dpkg, bash, python27Packages }:
-
-let
- py = python27Packages;
-in
-stdenv.mkDerivation rec {
- name = "cura-lulzbot-${version}";
- version = "15.02.1-1.03-5064";
-
- src =
- if stdenv.hostPlatform.system == "x86_64-linux" then
- fetchurl {
- url = "https://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-amd64/cura_${version}_amd64.deb";
- sha256 = "1gsfidg3gim5pjbl82vkh0cw4ya253m4p7nirm8nr6yjrsirkzxg";
- }
- else if stdenv.hostPlatform.system == "i686-linux" then
- fetchurl {
- url = "http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-i386/cura_${version}_i386.deb";
- sha256 = "0xd3df6bxq4rijgvsqvps454jkc1nzhxbdzzj6j2w317ppsbhyc1";
- }
- else throw "${name} is not supported on ${stdenv.hostPlatform.system}";
-
- python_deps = with py; [ pyopengl pyserial numpy wxPython30 power setuptools ];
- pythonPath = python_deps;
- propagatedBuildInputs = python_deps;
- buildInputs = [ dpkg bash py.wrapPython ];
-
- phases = [ "unpackPhase" "installPhase" ];
- unpackPhase = "dpkg-deb -x ${src} ./";
-
- installPhase = ''
- mkdir -p $out/bin
- cp -r usr/share $out/share
- find $out/share -type f -exec sed -i 's|/usr/share/cura|$out/share/cura|g' "{}" \;
-
- cat < $out/bin/cura
- #!${bash}/bin/bash
- PYTHONPATH=$PYTHONPATH:$out/share/cura ${py.python}/bin/python $out/share/cura/cura.py "\$@"
- EOT
-
- chmod 555 $out/bin/cura
- '';
-
- meta = with stdenv.lib; {
- description = "3D printing host software for the Lulzbot";
-
- longDescription = ''
- Cura LulzBot Edition is a fork of the 3D printing/slicing
- software from Ultimaker, with changes to support 3D printers
- from Aleph Objects.
- '';
-
- homepage = https://www.lulzbot.com/cura/;
- license = licenses.agpl3;
- platforms = platforms.linux;
- maintainers = with maintainers; [ pjones ];
- };
-}
diff --git a/pkgs/applications/misc/cura/lulzbot/curaengine.nix b/pkgs/applications/misc/cura/lulzbot/curaengine.nix
new file mode 100644
index 00000000000..e44f43d22bf
--- /dev/null
+++ b/pkgs/applications/misc/cura/lulzbot/curaengine.nix
@@ -0,0 +1,26 @@
+{ stdenv, callPackage, fetchgit, fetchpatch, cmake, libarcusLulzbot, stb, protobuf }:
+
+stdenv.mkDerivation rec {
+ name = "curaengine-lulzBot-${version}";
+ version = "3.6.18";
+
+ src = fetchgit {
+ url = https://code.alephobjects.com/source/curaengine-lulzbot.git;
+ rev = "ec6a1a0f0aa387ef97e5c106633cf8d7fb9cd00d";
+ sha256 = "0wdkvg1hmqp1gaym804lw09x4ngf5ffasd861jhflpy7djbmkfn8";
+ };
+
+ nativeBuildInputs = [ cmake ];
+ buildInputs = [ libarcusLulzbot stb protobuf ];
+
+ cmakeFlags = [ "-DCURA_ENGINE_VERSION=${version}" ];
+
+ meta = with stdenv.lib; {
+ description = "A powerful, fast and robust engine for processing 3D models into 3D printing instruction";
+ homepage = https://code.alephobjects.com/source/curaengine-lulzbot/;
+ license = licenses.agpl3;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ chaduffy ];
+ };
+}
+
diff --git a/pkgs/applications/misc/cura/lulzbot/default.nix b/pkgs/applications/misc/cura/lulzbot/default.nix
new file mode 100644
index 00000000000..2d32d1895f9
--- /dev/null
+++ b/pkgs/applications/misc/cura/lulzbot/default.nix
@@ -0,0 +1,78 @@
+{ lib, callPackage, fetchgit, cmake, jq, python3Packages, qtbase, qtquickcontrols2 }:
+
+let
+ # admittedly, we're using (printer firmware) blobs when we could compile them ourselves.
+ curaBinaryDataVersion = "3.6.18"; # Marlin v2.0.0.144. Keep this accurate wrt. the below.
+ curaBinaryData = fetchgit {
+ url = https://code.alephobjects.com/diffusion/CBD/cura-binary-data.git;
+ rev = "cdc046494bbfe1f65bfb34659a257eef9a0100a0";
+ sha256 = "0v0s036gxdjiglas2yzw95alv60sw3pq5k1zrrhmw9mxr4irrblb";
+ };
+
+ libarcusLulzbot = callPackage ./libarcus.nix {
+ inherit (python3Packages) buildPythonPackage sip pythonOlder;
+ };
+ libsavitarLulzbot = callPackage ./libsavitar.nix {
+ inherit (python3Packages) buildPythonPackage sip pythonOlder;
+ };
+
+ inherit (python3Packages) buildPythonPackage pyqt5 numpy scipy shapely pythonOlder;
+ curaengine = callPackage ./curaengine.nix {
+ inherit libarcusLulzbot;
+ };
+ uraniumLulzbot = callPackage ./uranium.nix {
+ inherit callPackage libarcusLulzbot;
+ inherit (python3Packages) buildPythonPackage pyqt5 numpy scipy shapely pythonOlder;
+ };
+in
+python3Packages.buildPythonApplication rec {
+ name = "cura-lulzbot-${version}";
+ version = "3.6.18";
+
+ src = fetchgit {
+ url = https://code.alephobjects.com/source/cura-lulzbot.git;
+ rev = "71f1ac5a2b9f535175a3858a565930348358a9ca";
+ sha256 = "0by06fpxvdgy858lwhsccbmvkdq67j2s1cz8v6jnrnjrsxk7vzka";
+ };
+
+ format = "other"; # using cmake to build
+ buildInputs = [ qtbase qtquickcontrols2 ];
+ # numpy-stl temporarily disabled due to https://code.alephobjects.com/T8415
+ propagatedBuildInputs = with python3Packages; [ pyserial requests zeroconf ] ++ [ libsavitarLulzbot uraniumLulzbot libarcusLulzbot ]; # numpy-stl
+ nativeBuildInputs = [ cmake python3Packages.wrapPython ];
+
+ cmakeFlags = [
+ "-DURANIUM_DIR=${uraniumLulzbot.src}"
+ "-DCURA_VERSION=${version}"
+ ];
+
+ postPatch = ''
+ sed -i 's,/python''${PYTHON_VERSION_MAJOR}/dist-packages,/python''${PYTHON_VERSION_MAJOR}.''${PYTHON_VERSION_MINOR}/site-packages,g' CMakeLists.txt
+ sed -i 's, executable_name = .*, executable_name = "${curaengine}/bin/CuraEngine",' plugins/CuraEngineBackend/CuraEngineBackend.py
+ '';
+
+ preFixup = ''
+ substituteInPlace "$out/bin/cura-lulzbot" --replace 'import cura.CuraApplication' 'import Savitar; import cura.CuraApplication'
+ ln -sT "${curaBinaryData}/cura/resources/firmware" "$out/share/cura/resources/firmware"
+ ln -sT "${uraniumLulzbot}/share/uranium" "$out/share/uranium"
+ ${jq}/bin/jq --arg out "$out" '.build=$out' >"$out/version.json" <<'EOF'
+ ${builtins.toJSON {
+ cura = version;
+ cura_version = version;
+ binarydata = curaBinaryDataVersion;
+ engine = curaengine.version;
+ libarcus = libarcusLulzbot.version;
+ libsavitar = libsavitarLulzbot.version;
+ uranium = uraniumLulzbot.version;
+ }}
+ EOF
+ '';
+
+ meta = with lib; {
+ description = "3D printer / slicing GUI built on top of the Uranium framework";
+ homepage = https://code.alephobjects.com/diffusion/CURA/;
+ license = licenses.agpl3; # a partial relicense to LGPL has happened, but not certain that all AGPL bits are expunged
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ chaduffy ];
+ };
+}
diff --git a/pkgs/applications/misc/cura/lulzbot/libarcus.nix b/pkgs/applications/misc/cura/lulzbot/libarcus.nix
new file mode 100644
index 00000000000..589111df78b
--- /dev/null
+++ b/pkgs/applications/misc/cura/lulzbot/libarcus.nix
@@ -0,0 +1,33 @@
+{ stdenv, buildPythonPackage, fetchgit, fetchurl, cmake, sip, protobuf, pythonOlder }:
+
+buildPythonPackage rec {
+ pname = "libarcus";
+ version = "3.6.18";
+ format = "other";
+
+ src = fetchgit {
+ url = https://code.alephobjects.com/source/arcus.git;
+ rev = "c795c0644591703ce04e1fd799fc97b1539031aa";
+ sha256 = "1yap9wbqxbjx3kqyqcsldny4mlcm33ywiwpdjlfgs0wjahfg4ip0";
+ };
+
+ disabled = pythonOlder "3.4.0";
+
+ propagatedBuildInputs = [ sip ];
+ nativeBuildInputs = [ cmake ];
+ buildInputs = [ protobuf ];
+
+ postPatch = ''
+ # To workaround buggy SIP detection which overrides PYTHONPATH
+ sed -i '/SET(ENV{PYTHONPATH}/d' cmake/FindSIP.cmake
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Communication library between internal components for Ultimaker software";
+ homepage = https://code.alephobjects.com/source/arcus/;
+ license = licenses.lgpl3Plus;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ chaduffy ];
+ };
+}
+
diff --git a/pkgs/applications/misc/cura/lulzbot/libsavitar.nix b/pkgs/applications/misc/cura/lulzbot/libsavitar.nix
new file mode 100644
index 00000000000..7a1781f62ce
--- /dev/null
+++ b/pkgs/applications/misc/cura/lulzbot/libsavitar.nix
@@ -0,0 +1,33 @@
+{ stdenv, buildPythonPackage, pythonOlder, fetchgit, cmake, sip }:
+
+buildPythonPackage rec {
+ pname = "libsavitar-lulzbot";
+ name = "libsavitar-lulzbot";
+ version = "3.6.18";
+ format = "other";
+
+ src = fetchgit {
+ url = https://code.alephobjects.com/source/savitar.git;
+ rev = "988a26d35b2a1d042f8c38938ccda77ab146af7d";
+ sha256 = "146agw3a92azkgs5ahmn2rrck4an78m2r3pcss6ihmb60lx165k7";
+ };
+
+ postPatch = ''
+ # To workaround buggy SIP detection which overrides PYTHONPATH
+ sed -i '/SET(ENV{PYTHONPATH}/d' cmake/FindSIP.cmake
+ '';
+
+ nativeBuildInputs = [ cmake ];
+
+ propagatedBuildInputs = [ sip ];
+
+ disabled = pythonOlder "3.4.0";
+
+ meta = with stdenv.lib; {
+ description = "C++ implementation of 3mf loading with SIP python bindings";
+ homepage = https://github.com/Ultimaker/libSavitar;
+ license = licenses.lgpl3Plus;
+ platforms = platforms.unix;
+ maintainers = with maintainers; [ chaduffy ];
+ };
+}
diff --git a/pkgs/applications/misc/cura/lulzbot/uranium-qt512-support.patch b/pkgs/applications/misc/cura/lulzbot/uranium-qt512-support.patch
new file mode 100644
index 00000000000..2c666a98c8f
--- /dev/null
+++ b/pkgs/applications/misc/cura/lulzbot/uranium-qt512-support.patch
@@ -0,0 +1,16 @@
+diff --git a/UM/Qt/Bindings/i18nCatalogProxy.py b/UM/Qt/Bindings/i18nCatalogProxy.py
+index 7e2bb16c..cec70dd6 100644
+--- a/UM/Qt/Bindings/i18nCatalogProxy.py
++++ b/UM/Qt/Bindings/i18nCatalogProxy.py
+@@ -86,9 +86,9 @@ class i18nCatalogProxy(QObject): # [CodeStyle: Ultimaker code style requires cla
+ # \todo Move this to a more generic place so more things can use it.
+ def _wrapFunction(self, engine, this_object, function):
+ # JavaScript code that wraps the Python method call in a closure
+- wrap_js = """function(this_object) {{
++ wrap_js = """(function(this_object) {{
+ return function({args}) {{ return this_object.{function}({args}) }}
+- }}"""
++ }})"""
+
+ # Get the function name and argument list.
+ function_name = function.__name__
diff --git a/pkgs/applications/misc/cura/lulzbot/uranium.nix b/pkgs/applications/misc/cura/lulzbot/uranium.nix
new file mode 100644
index 00000000000..43869a0edc6
--- /dev/null
+++ b/pkgs/applications/misc/cura/lulzbot/uranium.nix
@@ -0,0 +1,41 @@
+{ stdenv, callPackage, fetchurl, fetchgit, buildPythonPackage, fetchFromGitHub, python, cmake
+, pyqt5, numpy, scipy, shapely, libarcusLulzbot, doxygen, gettext, pythonOlder }:
+
+buildPythonPackage rec {
+ version = "3.6.18";
+ pname = "uranium";
+ name = "uraniumLulzbot";
+ format = "other";
+
+ src = fetchgit {
+ url = https://code.alephobjects.com/diffusion/U/uranium.git;
+ rev = "33df88a7414375ac924ac761113baa48d2ced2b4";
+ sha256 = "109cbv7y105crbrzfp70lmcr9n20ap5c97i5qd46fmxbx86yj7f8";
+ };
+
+ disabled = pythonOlder "3.5.0";
+
+ buildInputs = [ python gettext ];
+ propagatedBuildInputs = [ pyqt5 numpy scipy shapely libarcusLulzbot ];
+ nativeBuildInputs = [ cmake doxygen ];
+
+ # Qt 5.12+ support; see https://code.alephobjects.com/rU70b73ba0a270799b9eacf78e400aa8b8ab3fb2ee
+ patches = [ ./uranium-qt512-support.patch ];
+
+ postPatch = ''
+ sed -i 's,/python''${PYTHON_VERSION_MAJOR}/dist-packages,/python''${PYTHON_VERSION_MAJOR}.''${PYTHON_VERSION_MINOR}/site-packages,g' CMakeLists.txt
+ sed -i \
+ -e "s,Resources.addSearchPath(os.path.join(os.path.abspath(os.path.dirname(__file__)).*,Resources.addSearchPath(\"$out/share/uranium/resources\")," \
+ -e "s,self._plugin_registry.addPluginLocation(os.path.join(os.path.abspath(os.path.dirname(__file__)).*,self._plugin_registry.addPluginLocation(\"$out/lib/uranium/plugins\")," \
+ UM/Application.py
+ '';
+
+ meta = with stdenv.lib; {
+ description = "A Python framework for building Desktop applications";
+ homepage = https://code.alephobjects.com/diffusion/U/;
+ license = licenses.lgpl3Plus;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ chaduffy ];
+ };
+}
+
diff --git a/pkgs/applications/misc/cura/plugins.nix b/pkgs/applications/misc/cura/plugins.nix
index a5a196a7810..bdbf8f24136 100644
--- a/pkgs/applications/misc/cura/plugins.nix
+++ b/pkgs/applications/misc/cura/plugins.nix
@@ -6,13 +6,13 @@ let
octoprint = stdenv.mkDerivation rec {
pname = "Cura-OctoPrintPlugin";
- version = "3.5.5";
+ version = "3.5.8";
src = fetchFromGitHub {
owner = "fieldOfView";
repo = pname;
- rev = "d05a9a4c1a01c584d5cec4f4b7d170077235467a";
- sha256 = "0ik69g3kbn7rz2wh0cfq9ww8x222kagd8jvsd4xlqgq4yrf0jk7x";
+ rev = "46548cbb8d32d10fe3aee12f272d5d8f34271738";
+ sha256 = "0pllba8qx1746pnf5ccbkqn2j6f8hhknpgyrrv244ykvigrlczx0";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/applications/misc/curaengine/default.nix b/pkgs/applications/misc/curaengine/default.nix
index 25cfccd3ed3..823e6d6e2e9 100644
--- a/pkgs/applications/misc/curaengine/default.nix
+++ b/pkgs/applications/misc/curaengine/default.nix
@@ -1,14 +1,14 @@
-{ stdenv, fetchFromGitHub, fetchpatch, cmake, libarcus, stb, protobuf }:
+{ stdenv, fetchFromGitHub, cmake, libarcus, stb, protobuf }:
stdenv.mkDerivation rec {
name = "curaengine-${version}";
- version = "4.1.0";
+ version = "4.2.0";
src = fetchFromGitHub {
owner = "Ultimaker";
repo = "CuraEngine";
rev = version;
- sha256 = "14zy9ir46vndsi4l8kapm6byw02fimm7ava2rfi0kvcckf5yq9w8";
+ sha256 = "13hbzsx4fwrbwviyhh8z04gs9b0m8fjl8a31ci7gr2dfdmgjs6pd";
};
nativeBuildInputs = [ cmake ];
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/Ultimaker/CuraEngine;
license = licenses.agpl3;
platforms = platforms.linux;
- maintainers = with maintainers; [ abbradar ];
+ maintainers = with maintainers; [ abbradar gebner ];
};
}
diff --git a/pkgs/applications/misc/dbeaver/default.nix b/pkgs/applications/misc/dbeaver/default.nix
index 1ffb3e37728..82d77b65f66 100644
--- a/pkgs/applications/misc/dbeaver/default.nix
+++ b/pkgs/applications/misc/dbeaver/default.nix
@@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
name = "dbeaver-ce-${version}";
- version = "6.0.5";
+ version = "6.1.4";
desktopItem = makeDesktopItem {
name = "dbeaver";
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://dbeaver.io/files/${version}/dbeaver-ce-${version}-linux.gtk.x86_64.tar.gz";
- sha256 = "19gn6vkjl8dpmqpn26llhvc3yahjwj00wqvvimfsrqd32wgj2and";
+ sha256 = "1l4skcannbzddhm773dm3hwv3a7b3xy569gydcfczgdlgzgmlfjq";
};
installPhase = ''
diff --git a/pkgs/applications/misc/ddgr/default.nix b/pkgs/applications/misc/ddgr/default.nix
index 0716125859b..b010e5401b8 100644
--- a/pkgs/applications/misc/ddgr/default.nix
+++ b/pkgs/applications/misc/ddgr/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchpatch, fetchFromGitHub, python3}:
+{stdenv, fetchFromGitHub, python3}:
stdenv.mkDerivation rec {
version = "1.6";
diff --git a/pkgs/applications/misc/digitalbitbox/default.nix b/pkgs/applications/misc/digitalbitbox/default.nix
index 0272cfd52c0..58bc483d43f 100644
--- a/pkgs/applications/misc/digitalbitbox/default.nix
+++ b/pkgs/applications/misc/digitalbitbox/default.nix
@@ -3,7 +3,6 @@
, curl
, fetchFromGitHub
, git
-, libcap
, libevent
, libtool
, qrencode
diff --git a/pkgs/applications/misc/dmenu/default.nix b/pkgs/applications/misc/dmenu/default.nix
index e6b62817b90..8d13ac42e1f 100644
--- a/pkgs/applications/misc/dmenu/default.nix
+++ b/pkgs/applications/misc/dmenu/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, libX11, libXinerama, libXft, zlib, patches ? null }:
+{ stdenv, fetchurl, libX11, libXinerama, libXft, zlib, patches ? [ ./xim.patch ] }:
stdenv.mkDerivation rec {
name = "dmenu-4.9";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "A generic, highly customizable, and efficient menu for the X Window System";
homepage = https://tools.suckless.org/dmenu;
license = licenses.mit;
- maintainers = with maintainers; [ pSub ];
+ maintainers = with maintainers; [ pSub globin ];
platforms = platforms.all;
};
}
diff --git a/pkgs/applications/misc/dmenu/xim.patch b/pkgs/applications/misc/dmenu/xim.patch
new file mode 100644
index 00000000000..f77d48324da
--- /dev/null
+++ b/pkgs/applications/misc/dmenu/xim.patch
@@ -0,0 +1,31 @@
+Revert https://git.suckless.org/dmenu/commit/377bd37e212b1ec4c03a481245603c6560d0be22.html
+
+Upstream has reverted it after v4.9 in https://git.suckless.org/dmenu/commit/db6093f6ec1bb884f7540f2512935b5254750b30.html
+--- a/dmenu.c
++++ b/dmenu.c
+@@ -552,7 +552,7 @@ run(void)
+ XEvent ev;
+
+ while (!XNextEvent(dpy, &ev)) {
+- if (XFilterEvent(&ev, None))
++ if (XFilterEvent(&ev, win))
+ continue;
+ switch(ev.type) {
+ case Expose:
+@@ -664,7 +664,6 @@ setup(void)
+ XNClientWindow, win, XNFocusWindow, win, NULL);
+
+ XMapRaised(dpy, win);
+- XSetInputFocus(dpy, win, RevertToParent, CurrentTime);
+ if (embed) {
+ XSelectInput(dpy, parentwin, FocusChangeMask);
+ if (XQueryTree(dpy, parentwin, &dw, &w, &dws, &du) && dws) {
+@@ -730,8 +729,6 @@ main(int argc, char *argv[])
+
+ if (!setlocale(LC_CTYPE, "") || !XSupportsLocale())
+ fputs("warning: no locale support\n", stderr);
+- if (!XSetLocaleModifiers(""))
+- fputs("warning: no locale modifiers support\n", stderr);
+ if (!(dpy = XOpenDisplay(NULL)))
+ die("cannot open display");
+ screen = DefaultScreen(dpy);
diff --git a/pkgs/applications/misc/dmenu2/default.nix b/pkgs/applications/misc/dmenu2/default.nix
deleted file mode 100644
index 3d567603359..00000000000
--- a/pkgs/applications/misc/dmenu2/default.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{stdenv, fetchhg, libX11, libXinerama, libXft, zlib}:
-
-with stdenv.lib;
-
-stdenv.mkDerivation rec {
- name = "dmenu2-0.3pre-2014-07-08";
-
- src = fetchhg {
- url = "https://bitbucket.org/melek/dmenu2";
- rev = "36cb94a16edf928bdaaa636123392517ed469be0";
- sha256 = "1b17z5ypg6ij7zz3ncp3irc87raccna10y4w490c872a99lp23lv";
- };
-
- buildInputs = [ libX11 libXinerama zlib libXft ];
-
- postPatch = ''
- sed -ri -e 's!\<(dmenu|stest)\>!'"$out/bin"'/&!g' dmenu_run
- '';
-
- preConfigure = [ ''sed -i "s@PREFIX = /usr/local@PREFIX = $out@g" config.mk'' ];
-
- meta = {
- description = "A patched fork of the original dmenu - an efficient dynamic menu for X";
- homepage = https://bitbucket.org/melek/dmenu2;
- license = licenses.mit;
- maintainers = [ maintainers.cstrahan ];
- platforms = platforms.all;
- };
-}
diff --git a/pkgs/applications/misc/doing/default.nix b/pkgs/applications/misc/doing/default.nix
index 9ae2ea41d83..20c802a1cbd 100644
--- a/pkgs/applications/misc/doing/default.nix
+++ b/pkgs/applications/misc/doing/default.nix
@@ -1,8 +1,6 @@
-{ lib, bundlerEnv, ruby
+{ lib, bundlerEnv, ruby, bundlerUpdateScript
}:
-# Bundix:
-# nix-shell -p bundix zlib
bundlerEnv rec {
pname = "doing";
version = (import ./gemset.nix).doing.version;
@@ -10,6 +8,8 @@ bundlerEnv rec {
inherit ruby;
gemdir = ./.;
+ passthru.updateScript = bundlerUpdateScript "doing";
+
meta = with lib; {
description = "A command line tool for keeping track of what you’re doing and tracking what you’ve done.";
longDescription = ''
@@ -19,7 +19,7 @@ bundlerEnv rec {
'';
homepage = https://brettterpstra.com/projects/doing/;
license = licenses.mit;
- maintainers = with maintainers; [ ktf ];
+ maintainers = with maintainers; [ ktf nicknovitski ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/misc/dunst/default.nix b/pkgs/applications/misc/dunst/default.nix
index 309d4d54ae5..7da2ae421d7 100644
--- a/pkgs/applications/misc/dunst/default.nix
+++ b/pkgs/applications/misc/dunst/default.nix
@@ -1,24 +1,24 @@
-{ stdenv, fetchFromGitHub, makeWrapper
+{ stdenv, lib, fetchFromGitHub, makeWrapper
, pkgconfig, which, perl, libXrandr
-, cairo, dbus, systemd, gdk_pixbuf, glib, libX11, libXScrnSaver
+, cairo, dbus, systemd, gdk-pixbuf, glib, libX11, libXScrnSaver
, libXinerama, libnotify, pango, xorgproto, librsvg, dunstify ? false
}:
stdenv.mkDerivation rec {
- name = "dunst-${version}";
- version = "1.4.0";
+ pname = "dunst";
+ version = "1.4.1";
src = fetchFromGitHub {
owner = "dunst-project";
repo = "dunst";
rev = "v${version}";
- sha256 = "1rwbylygd88r61yrxc7ckg9svgq8b1i2falr0mk9sabqxzn9050s";
+ sha256 = "0xjj1f2jr1ja5grj6wrx5jjz1sx5fpqnvkw7nqi4452j3nc4p4l2";
};
nativeBuildInputs = [ perl pkgconfig which systemd makeWrapper ];
buildInputs = [
- cairo dbus gdk_pixbuf glib libX11 libXScrnSaver
+ cairo dbus gdk-pixbuf glib libX11 libXScrnSaver
libXinerama libnotify pango xorgproto librsvg libXrandr
];
@@ -33,19 +33,19 @@ stdenv.mkDerivation rec {
buildFlags = if dunstify then [ "dunstify" ] else [];
- postInstall = stdenv.lib.optionalString dunstify ''
+ postInstall = lib.optionalString dunstify ''
install -Dm755 dunstify $out/bin
'' + ''
wrapProgram $out/bin/dunst \
--set GDK_PIXBUF_MODULE_FILE "$GDK_PIXBUF_MODULE_FILE"
'';
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Lightweight and customizable notification daemon";
- homepage = https://dunst-project.org/;
+ homepage = "https://dunst-project.org/";
license = licenses.bsd3;
# NOTE: 'unix' or even 'all' COULD work too, I'm not sure
platforms = platforms.linux;
- maintainers = [ maintainers.domenkozar ];
+ maintainers = with maintainers; [ domenkozar ];
};
}
diff --git a/pkgs/applications/misc/electron-cash/default.nix b/pkgs/applications/misc/electron-cash/default.nix
index 11adfaaf80d..9607f428ab9 100644
--- a/pkgs/applications/misc/electron-cash/default.nix
+++ b/pkgs/applications/misc/electron-cash/default.nix
@@ -1,20 +1,14 @@
-{ lib, fetchurl, python3Packages, qtbase, makeWrapper }:
-
-let
-
- python = python3Packages.python;
-
-in
+{ lib, fetchurl, python3Packages, qtbase, wrapQtAppsHook }:
python3Packages.buildPythonApplication rec {
pname = "electron-cash";
- version = "4.0.2";
+ version = "4.0.7";
src = fetchurl {
url = "https://electroncash.org/downloads/${version}/win-linux/Electron-Cash-${version}.tar.gz";
# Verified using official SHA-1 and signature from
# https://github.com/fyookball/keys-n-hashes
- sha256 = "6255cd0493442ec57c10ae70ca2e84c6a29497f90a1393e6ac5772afe7572acf";
+ sha256 = "d63ef2d52cff0b821b745067d752fd0c7f2902fa23eaf8e9392c54864cae5c77";
};
propagatedBuildInputs = with python3Packages; [
@@ -38,7 +32,7 @@ python3Packages.buildPythonApplication rec {
btchip
];
- nativeBuildInputs = [ makeWrapper ];
+ nativeBuildInputs = [ wrapQtAppsHook ];
postPatch = ''
substituteInPlace contrib/requirements/requirements.txt \
@@ -60,10 +54,6 @@ python3Packages.buildPythonApplication rec {
postInstall = ''
substituteInPlace $out/share/applications/electron-cash.desktop \
--replace "Exec=electron-cash" "Exec=$out/bin/electron-cash"
-
- # Please remove this when #44047 is fixed
- wrapProgram $out/bin/electron-cash \
- --prefix QT_PLUGIN_PATH : ${qtbase}/lib/qt-5.${lib.versions.minor qtbase.version}/plugins
'';
doInstallCheck = true;
diff --git a/pkgs/applications/misc/electrum/default.nix b/pkgs/applications/misc/electrum/default.nix
index 2f8b98f3a44..5233aaf8fcd 100644
--- a/pkgs/applications/misc/electrum/default.nix
+++ b/pkgs/applications/misc/electrum/default.nix
@@ -1,4 +1,5 @@
{ stdenv, fetchurl, fetchFromGitHub, python3, python3Packages, zbar, secp256k1
+, enableQt ? !stdenv.isDarwin
# for updater.nix
@@ -14,14 +15,23 @@
}:
let
- version = "3.3.6";
+ version = "3.3.8";
+
+ libsecp256k1_name =
+ if stdenv.isLinux then "libsecp256k1.so.0"
+ else if stdenv.isDarwin then "libsecp256k1.0.dylib"
+ else "libsecp256k1${stdenv.hostPlatform.extensions.sharedLibrary}";
+
+ libzbar_name =
+ if stdenv.isLinux then "libzbar.so.0"
+ else "libzbar${stdenv.hostPlatform.extensions.sharedLibrary}";
# Not provided in official source releases, which are what upstream signs.
tests = fetchFromGitHub {
owner = "spesmilo";
repo = "electrum";
rev = version;
- sha256 = "0s8i6fn1jwk80d036n4c7csv4qnx2k15f6347kr4mllglcpa9hb3";
+ sha256 = "1di8ba77kgapcys0d7h5nx1qqakv3s60c6sp8skw8p69ramsl73c";
extraPostFetch = ''
mv $out ./all
@@ -36,7 +46,7 @@ python3Packages.buildPythonApplication rec {
src = fetchurl {
url = "https://download.electrum.org/${version}/Electrum-${version}.tar.gz";
- sha256 = "0am5ki3z0yvhrz16vp2jjy5fkxxqph0mj9qqpbw3kpql65shykwz";
+ sha256 = "1g00cj1pmckd4xis8r032wmraiv3vd3zc803hnyxa2bnhj8z3bg2";
};
postUnpack = ''
@@ -56,9 +66,7 @@ python3Packages.buildPythonApplication rec {
protobuf
pyaes
pycryptodomex
- pyqt5
pysocks
- qdarkstyle
qrcode
requests
tlslite-ng
@@ -70,15 +78,20 @@ python3Packages.buildPythonApplication rec {
# TODO plugins
# amodem
- ];
+ ] ++ stdenv.lib.optionals enableQt [ pyqt5 qdarkstyle ];
preBuild = ''
sed -i 's,usr_share = .*,usr_share = "'$out'/share",g' setup.py
- sed -i "s|name = 'libzbar.*'|name='${zbar}/lib/libzbar.so'|" electrum/qrscanner.py
- substituteInPlace ./electrum/ecc_fast.py --replace libsecp256k1.so.0 ${secp256k1}/lib/libsecp256k1.so.0
- '';
+ substituteInPlace ./electrum/ecc_fast.py \
+ --replace ${libsecp256k1_name} ${secp256k1}/lib/libsecp256k1${stdenv.hostPlatform.extensions.sharedLibrary}
+ '' + (if enableQt then ''
+ substituteInPlace ./electrum/qrscanner.py \
+ --replace ${libzbar_name} ${zbar}/lib/libzbar${stdenv.hostPlatform.extensions.sharedLibrary}
+ '' else ''
+ sed -i '/qdarkstyle/d' contrib/requirements/requirements.txt
+ '');
- postInstall = ''
+ postInstall = stdenv.lib.optionalString stdenv.isLinux ''
# Despite setting usr_share above, these files are installed under
# $out/nix ...
mv $out/${python3.sitePackages}/nix/store"/"*/share $out
@@ -123,6 +136,7 @@ python3Packages.buildPythonApplication rec {
'';
homepage = https://electrum.org/;
license = licenses.mit;
+ platforms = platforms.all;
maintainers = with maintainers; [ ehmry joachifm np ];
};
}
diff --git a/pkgs/applications/misc/et/default.nix b/pkgs/applications/misc/et/default.nix
index 4aaaa333998..bf1ae3037fc 100644
--- a/pkgs/applications/misc/et/default.nix
+++ b/pkgs/applications/misc/et/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, pkgconfig, libnotify, gdk_pixbuf }:
+{ stdenv, fetchFromGitHub, pkgconfig, libnotify, gdk-pixbuf }:
stdenv.mkDerivation rec {
name = "et-${version}";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "167w9qwfpd63rgy0xmkkkh5krmd91q42c3ijy3j099krgdfbb9bc";
};
- buildInputs = [ libnotify gdk_pixbuf ];
+ buildInputs = [ libnotify gdk-pixbuf ];
nativeBuildInputs = [ pkgconfig ];
installPhase = ''
diff --git a/pkgs/applications/misc/evilvte/default.nix b/pkgs/applications/misc/evilvte/default.nix
index c7fcf18e4e3..4746f4ead1b 100644
--- a/pkgs/applications/misc/evilvte/default.nix
+++ b/pkgs/applications/misc/evilvte/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchgit, makeWrapper, pkgconfig,
- gnome2, glib, pango, cairo, gdk_pixbuf, atk, freetype, xorg,
+ gnome2, glib, pango, cairo, gdk-pixbuf, atk, freetype, xorg,
configH ? ""
}:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [
- gnome2.vte glib pango gnome2.gtk cairo gdk_pixbuf atk freetype xorg.libX11
+ gnome2.vte glib pango gnome2.gtk cairo gdk-pixbuf atk freetype xorg.libX11
xorg.xorgproto xorg.libXext makeWrapper pkgconfig
];
diff --git a/pkgs/applications/misc/evtest-qt/default.nix b/pkgs/applications/misc/evtest-qt/default.nix
new file mode 100644
index 00000000000..de75c7b68a8
--- /dev/null
+++ b/pkgs/applications/misc/evtest-qt/default.nix
@@ -0,0 +1,25 @@
+{ stdenv, qtbase, cmake, fetchFromGitHub }:
+
+stdenv.mkDerivation rec {
+ pname = "evtest-qt";
+ version = "0.2.0";
+
+ src = fetchFromGitHub {
+ owner = "Grumbel";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "1wfzkgq81764qzxgk0y5vvpxcrb3icvrr4dd4mj8njrqgbwmn0mw";
+ };
+
+ nativeBuildInputs = [ cmake ];
+
+ buildInputs = [ qtbase ];
+
+ meta = with stdenv.lib; {
+ description = "Simple input device tester for linux with Qt GUI";
+ homepage = "https://github.com/Grumbel/evtest-qt";
+ maintainers = with maintainers; [ alexarice ];
+ platforms = platforms.linux;
+ license = licenses.gpl3;
+ };
+}
diff --git a/pkgs/applications/misc/firestarter/default.nix b/pkgs/applications/misc/firestarter/default.nix
new file mode 100644
index 00000000000..e93d0ab69a7
--- /dev/null
+++ b/pkgs/applications/misc/firestarter/default.nix
@@ -0,0 +1,39 @@
+{ stdenv, fetchFromGitHub, python3, cudatoolkit,
+ withCuda ? true
+}:
+
+with stdenv.lib;
+stdenv.mkDerivation rec {
+ pname = "firestarter";
+ version = "1.7.3";
+
+ src = fetchFromGitHub {
+ owner = "tud-zih-energy";
+ repo = "FIRESTARTER";
+ rev = "v${version}";
+ sha256 = "1gc7kmzx9nw22lyfmpyz72p974jf1hvw5nvszcaq7x6h8cz9ip15";
+ };
+
+ nativeBuildInputs = [ python3 ];
+ buildInputs = optionals withCuda [ cudatoolkit ];
+ preBuild = ''
+ mkdir -p build
+ cd build
+ python ../code-generator.py ${optionalString withCuda "--enable-cuda"}
+ '';
+ makeFlags = optionals withCuda [ "LINUX_CUDA_PATH=${cudatoolkit}" ];
+ enableParallelBuilding = true;
+
+ installPhase = ''
+ mkdir -p $out/bin
+ cp FIRESTARTER $out/bin/firestarter
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://tu-dresden.de/zih/forschung/projekte/firestarter;
+ description = "Processor Stress Test Utility";
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ astro ];
+ license = licenses.gpl3;
+ };
+}
diff --git a/pkgs/applications/misc/font-manager/default.nix b/pkgs/applications/misc/font-manager/default.nix
index f00d6cfc60d..f0da4e88351 100644
--- a/pkgs/applications/misc/font-manager/default.nix
+++ b/pkgs/applications/misc/font-manager/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, meson, ninja, gettext, python3, fetchpatch,
+{ stdenv, fetchFromGitHub, meson, ninja, gettext, python3,
pkgconfig, libxml2, json-glib , sqlite, itstool, librsvg,
vala, gtk3, gnome3, desktop-file-utils, wrapGAppsHook, gobject-introspection
}:
diff --git a/pkgs/applications/misc/gImageReader/default.nix b/pkgs/applications/misc/gImageReader/default.nix
index e0fd33d5e61..9a34694e2f2 100644
--- a/pkgs/applications/misc/gImageReader/default.nix
+++ b/pkgs/applications/misc/gImageReader/default.nix
@@ -6,8 +6,8 @@
# Gtk deps
# upstream gImagereader supports Qt too
-, gtk3, gobject-introspection, wrapGAppsHook
-, gnome3, gtkmm3, gtksourceview3, gtksourceviewmm, gtkspell3, gtkspellmm, cairomm
+, gobject-introspection, wrapGAppsHook
+, gtkmm3, gtksourceview3, gtksourceviewmm, gtkspell3, gtkspellmm, cairomm
}:
let
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation rec {
name = "gImageReader-${version}";
- version = "3.3.0";
+ version = "3.3.1";
src = fetchFromGitHub {
owner= "manisandro";
repo = "gImageReader";
rev = "v${version}";
- sha256 = "0pjk4kr7bc5q4hi1xf7na2zln9fyqdazgzq62r3bg41nzy7fakcz";
+ sha256 = "17hz2dgxx2j7hsk0lx3riidqvlsg0ylnicjd2gphsi3yp7w20zdj";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/misc/gallery-dl/default.nix b/pkgs/applications/misc/gallery-dl/default.nix
index eba26695b91..1ce9bfb1f67 100644
--- a/pkgs/applications/misc/gallery-dl/default.nix
+++ b/pkgs/applications/misc/gallery-dl/default.nix
@@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "gallery_dl";
- version = "1.8.5";
+ version = "1.10.1";
src = python3Packages.fetchPypi {
inherit pname version;
- sha256 = "ee5b14e83080b6390f9bf8d9bbfab03f628aebe863efd16a4b2f8536b149cc4f";
+ sha256 = "174d2q7w0kwa6xx9k3bl5gdwmk0gklvch963g7vl979wqsf7nskw";
};
doCheck = false;
diff --git a/pkgs/applications/misc/ganttproject-bin/default.nix b/pkgs/applications/misc/ganttproject-bin/default.nix
index 6bc18ba3790..dd0a5c9a4f6 100644
--- a/pkgs/applications/misc/ganttproject-bin/default.nix
+++ b/pkgs/applications/misc/ganttproject-bin/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchzip, makeDesktopItem, makeWrapper
+{ stdenv, fetchzip, makeDesktopItem, makeWrapper
, jre
}:
diff --git a/pkgs/applications/misc/get_iplayer/default.nix b/pkgs/applications/misc/get_iplayer/default.nix
index 5e8bb629ce2..baf2f5165d6 100644
--- a/pkgs/applications/misc/get_iplayer/default.nix
+++ b/pkgs/applications/misc/get_iplayer/default.nix
@@ -3,7 +3,7 @@
with stdenv.lib;
perlPackages.buildPerlPackage rec {
- name = "get_iplayer-${version}";
+ pname = "get_iplayer";
version = "2.99";
src = fetchFromGitHub {
diff --git a/pkgs/applications/misc/getxbook/default.nix b/pkgs/applications/misc/getxbook/default.nix
index 95449088a48..02d3474b209 100644
--- a/pkgs/applications/misc/getxbook/default.nix
+++ b/pkgs/applications/misc/getxbook/default.nix
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
+ NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
+
meta = with stdenv.lib; {
description = "A collection of tools to download books from Google Books";
homepage = https://njw.me.uk/getxbook/;
diff --git a/pkgs/applications/misc/girara/default.nix b/pkgs/applications/misc/girara/default.nix
index 919f20f1398..4d990c69b4a 100644
--- a/pkgs/applications/misc/girara/default.nix
+++ b/pkgs/applications/misc/girara/default.nix
@@ -1,19 +1,34 @@
-{ stdenv, fetchurl, meson, ninja, pkgconfig, glib, gtk, gettext, libiconv, libintl
+{ stdenv, fetchurl, meson, ninja, pkgconfig, check, dbus, xvfb_run, glib, gtk, gettext, libiconv, json_c, libintl
}:
stdenv.mkDerivation rec {
- name = "girara-${version}";
+ pname = "girara";
version = "0.3.2";
+ outputs = [ "out" "dev" ];
+
src = fetchurl {
- url = "https://pwmt.org/projects/girara/download/${name}.tar.xz";
+ url = "https://pwmt.org/projects/girara/download/${pname}-${version}.tar.xz";
sha256 = "1kc6n1mxjxa7wvwnqy94qfg8l9jvx9qrvrr2kc7m4g0z20x3a00p";
};
- nativeBuildInputs = [ meson ninja pkgconfig gettext ];
- buildInputs = [ libintl libiconv ];
+ nativeBuildInputs = [ meson ninja pkgconfig gettext check dbus xvfb_run ];
+ buildInputs = [ libintl libiconv json_c ];
propagatedBuildInputs = [ glib gtk ];
+ doCheck = true;
+
+ mesonFlags = [
+ "-Ddocs=disabled" # docs do not seem to be installed
+ ];
+
+ checkPhase = ''
+ export NO_AT_BRIDGE=1
+ xvfb-run -s '-screen 0 800x600x24' dbus-run-session \
+ --config-file=${dbus.daemon}/share/dbus-1/session.conf \
+ meson test --print-errorlogs
+ '';
+
meta = with stdenv.lib; {
homepage = https://pwmt.org/projects/girara/;
description = "User interface library";
@@ -23,6 +38,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.zlib;
platforms = platforms.linux ++ platforms.darwin;
- maintainers = [ maintainers.garbas ];
+ maintainers = [ ];
};
}
diff --git a/pkgs/applications/misc/gkrellm/default.nix b/pkgs/applications/misc/gkrellm/default.nix
index b4fac899f66..f44cdd0bad7 100644
--- a/pkgs/applications/misc/gkrellm/default.nix
+++ b/pkgs/applications/misc/gkrellm/default.nix
@@ -4,11 +4,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
- name = "gkrellm-2.3.10";
+ name = "gkrellm-2.3.11";
src = fetchurl {
url = "http://gkrellm.srcbox.net/releases/${name}.tar.bz2";
- sha256 = "0rnpzjr0ys0ypm078y63q4aplcgdr5nshjzhmz330n6dmnxci7lb";
+ sha256 = "01lccz4fga40isv09j8rjgr0qy10rff9vj042n6gi6gdv4z69q0y";
};
nativeBuildInputs = [ pkgconfig which ];
diff --git a/pkgs/applications/misc/golden-cheetah/default.nix b/pkgs/applications/misc/golden-cheetah/default.nix
index edf16f806a6..0af84365158 100644
--- a/pkgs/applications/misc/golden-cheetah/default.nix
+++ b/pkgs/applications/misc/golden-cheetah/default.nix
@@ -1,5 +1,6 @@
-{ stdenv, fetchurl
-, qtbase, qtsvg, qtserialport, qtwebkit, qtmultimedia, qttools, qtconnectivity
+{ stdenv, fetchFromGitHub, mkDerivation
+, qtbase, qtsvg, qtserialport, qtwebkit, qtmultimedia, qttools
+, qtconnectivity, qtcharts
, yacc, flex, zlib, qmake, makeDesktopItem, makeWrapper
}:
@@ -13,34 +14,39 @@ let
comment = "Performance software for cyclists, runners and triathletes";
categories = "Application;Utility;";
};
-in stdenv.mkDerivation rec {
+in mkDerivation rec {
name = "golden-cheetah-${version}";
- version = "3.4";
- src = fetchurl {
- name = "${name}.tar.gz";
- url = "https://github.com/GoldenCheetah/GoldenCheetah/archive/V${version}.tar.gz";
- sha256 = "0fiz2pj155cd357kph50lc6rjyzwp045glfv4y68qls9j7m9ayaf";
+ version = "3.5-DEV1903";
+
+ src = fetchFromGitHub {
+ owner = "GoldenCheetah";
+ repo = "GoldenCheetah";
+ rev = "v${version}";
+ sha256 = "130b0hm04i0hf97rs1xrdfhbal5vjsknj3x4cdxjh7rgbg2p1sm3";
};
+
buildInputs = [
qtbase qtsvg qtserialport qtwebkit qtmultimedia qttools zlib
- qtconnectivity
+ qtconnectivity qtcharts
];
nativeBuildInputs = [ flex makeWrapper qmake yacc ];
- NIX_LDFLAGS = [
- "-lz"
- ];
+
+ NIX_LDFLAGS = [ "-lz" ];
+
+ qtWrapperArgs = [ "--set LD_LIBRARY_PATH ${zlib.out}/lib" ];
+
preConfigure = ''
cp src/gcconfig.pri.in src/gcconfig.pri
cp qwt/qwtconfig.pri.in qwt/qwtconfig.pri
echo 'QMAKE_LRELEASE = ${qttools.dev}/bin/lrelease' >> src/gcconfig.pri
sed -i -e '21,23d' qwt/qwtconfig.pri # Removed forced installation to /usr/local
'';
+
installPhase = ''
runHook preInstall
mkdir -p $out/bin
cp src/GoldenCheetah $out/bin
- wrapProgram $out/bin/GoldenCheetah --set LD_LIBRARY_PATH "${zlib.out}/lib"
install -Dm644 "${desktopItem}/share/applications/"* -t $out/share/applications/
install -Dm644 src/Resources/images/gc.png $out/share/pixmaps/goldencheetah.png
diff --git a/pkgs/applications/misc/goldendict/default.nix b/pkgs/applications/misc/goldendict/default.nix
index 42d5d83f7bd..6a5f4c9ce03 100644
--- a/pkgs/applications/misc/goldendict/default.nix
+++ b/pkgs/applications/misc/goldendict/default.nix
@@ -1,25 +1,29 @@
-{ stdenv, fetchFromGitHub, pkgconfig, libXtst, libvorbis, hunspell
-, libao, ffmpeg, libeb, lzo, xz, libtiff
+{ mkDerivation, lib, fetchFromGitHub, pkgconfig, libXtst, libvorbis, hunspell
+, libao, ffmpeg, libeb, lzo, xz, libtiff, opencc
, qtbase, qtsvg, qtwebkit, qtx11extras, qttools, qmake }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
- name = "goldendict-2018-06-13";
+ name = "goldendict-2019-08-01";
src = fetchFromGitHub {
owner = "goldendict";
repo = "goldendict";
- rev = "48e850c7ec11d83cba7499f7fdce377ef3849bbb";
- sha256 = "0i4q4waqjv45hgwillvjik97pg26kwlmz4925djjkx8s6hxgjlq9";
+ rev = "0f951b06a55f3a201891cf645a556e773bda5f52";
+ sha256 = "1d1hn95vhvsmbq9q96l5adn90g0hg25dl01knb4y4v6v9x4yrl2x";
};
nativeBuildInputs = [ pkgconfig qmake ];
buildInputs = [
qtbase qtsvg qtwebkit qtx11extras qttools
- libXtst libvorbis hunspell libao ffmpeg libeb lzo xz libtiff
+ libXtst libvorbis hunspell libao ffmpeg libeb lzo xz libtiff opencc
];
- qmakeFlags = [ "CONFIG+=zim_support" ];
+ qmakeFlags = [
+ "goldendict.pro"
+ "CONFIG+=zim_support"
+ "CONFIG+=chinese_conversion_support"
+ ];
- meta = with stdenv.lib; {
+ meta = with lib; {
homepage = http://goldendict.org/;
description = "A feature-rich dictionary lookup program";
platforms = platforms.linux;
diff --git a/pkgs/applications/misc/gollum/Gemfile.lock b/pkgs/applications/misc/gollum/Gemfile.lock
index 9a12ba2bfd5..6cd77318754 100644
--- a/pkgs/applications/misc/gollum/Gemfile.lock
+++ b/pkgs/applications/misc/gollum/Gemfile.lock
@@ -36,7 +36,7 @@ GEM
mime-types-data (3.2019.0331)
mini_portile2 (2.4.0)
mustache (0.99.8)
- nokogiri (1.10.3)
+ nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
posix-spawn (0.3.13)
rack (1.6.11)
diff --git a/pkgs/applications/misc/gollum/default.nix b/pkgs/applications/misc/gollum/default.nix
index 4a0a4e38a61..62f2d7a069d 100644
--- a/pkgs/applications/misc/gollum/default.nix
+++ b/pkgs/applications/misc/gollum/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, bundlerEnv, ruby, makeWrapper
+{ stdenv, bundlerEnv, ruby, makeWrapper, bundlerUpdateScript
, git }:
stdenv.mkDerivation rec {
@@ -23,11 +23,13 @@ stdenv.mkDerivation rec {
--prefix PATH ":" ${stdenv.lib.makeBinPath [ git ]}
'';
+ passthru.updateScript = bundlerUpdateScript "gollum";
+
meta = with stdenv.lib; {
description = "A simple, Git-powered wiki";
homepage = https://github.com/gollum/gollum;
license = licenses.mit;
- maintainers = with maintainers; [ jgillich primeos ];
+ maintainers = with maintainers; [ jgillich primeos nicknovitski ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/misc/gollum/gemset.nix b/pkgs/applications/misc/gollum/gemset.nix
index 6de5553ac7c..f9bdf94db17 100644
--- a/pkgs/applications/misc/gollum/gemset.nix
+++ b/pkgs/applications/misc/gollum/gemset.nix
@@ -151,10 +151,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4";
+ sha256 = "0nmdrqqz1gs0fwkgzxjl4wr554gr8dc1fkrqjc2jpsvwgm41rygv";
type = "gem";
};
- version = "1.10.3";
+ version = "1.10.4";
};
posix-spawn = {
groups = ["default"];
diff --git a/pkgs/applications/misc/gphoto2/default.nix b/pkgs/applications/misc/gphoto2/default.nix
index 9313199efb8..d06970e8d07 100644
--- a/pkgs/applications/misc/gphoto2/default.nix
+++ b/pkgs/applications/misc/gphoto2/default.nix
@@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
- name = "gphoto2-2.5.20";
+ name = "gphoto2-2.5.23";
src = fetchurl {
url = "mirror://sourceforge/gphoto/${name}.tar.bz2";
- sha256 = "1xj80abkzvqrd6g1j1q946lhbp03gyapyxdwbhc0y14g1ash6vx3";
+ sha256 = "1laqwhxr0xhbykmp0dhd3j4rr2lhj5y228s31afnqxp700hhk1yz";
};
nativeBuildInputs = [ pkgconfig gettext libtool ];
diff --git a/pkgs/applications/misc/gpscorrelate/default.nix b/pkgs/applications/misc/gpscorrelate/default.nix
index e691c79d85c..5bcaccb43bc 100644
--- a/pkgs/applications/misc/gpscorrelate/default.nix
+++ b/pkgs/applications/misc/gpscorrelate/default.nix
@@ -1,28 +1,41 @@
-{ fetchFromGitHub, stdenv, pkgconfig, exiv2, libxml2, gtk2
-, libxslt, docbook_xsl, docbook_xml_dtd_42 }:
+{ fetchFromGitHub, stdenv, fetchpatch, pkgconfig, exiv2, libxml2, gtk3
+, libxslt, docbook_xsl, docbook_xml_dtd_42, desktop-file-utils }:
stdenv.mkDerivation rec {
- name = "gpscorrelate-${version}";
- version = "1.6.1";
+ pname = "gpscorrelate";
+ version = "unstable-2019-06-05";
src = fetchFromGitHub {
- owner = "freefoote";
- repo = "gpscorrelate";
- rev = version;
- sha256 = "1z0fc75rx7dl6nnydksa578qv116j2c2xs1czfiijzxjghx8njdj";
+ owner = "dfandrich";
+ repo = pname;
+ rev = "80b14fe7c10c1cc8f62c13f517c062577ce88c85";
+ sha256 = "1gaan0nd7ai0bwilfnkza7lg5mz87804mvlygj0gjc672izr37r6";
};
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [
- exiv2 libxml2 gtk2
- libxslt docbook_xsl
+ nativeBuildInputs = [
+ desktop-file-utils
docbook_xml_dtd_42
+ docbook_xsl
+ libxslt
+ pkgconfig
];
- patchPhase = ''
- sed -i "Makefile" \
- -es",^[[:blank:]]*prefix[[:blank:]]*=.*$,prefix = $out,g"
- '';
+ buildInputs = [
+ exiv2
+ gtk3
+ libxml2
+ ];
+
+ makeFlags = [
+ "prefix=${placeholder ''out''}"
+ "GTK=3"
+ "CC=cc"
+ "CXX=c++"
+ ];
+
+ doCheck = true;
+
+ installTargets = [ "install" "install-desktop-file" ];
meta = with stdenv.lib; {
description = "A GPS photo correlation tool, to add EXIF geotags";
@@ -44,7 +57,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2Plus;
- homepage = https://github.com/freefoote/gpscorrelate;
+ homepage = "https://github.com/dfandrich/gpscorrelate";
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/misc/gpx-viewer/default.nix b/pkgs/applications/misc/gpx-viewer/default.nix
index a5ee6c8e4ae..735818171e8 100644
--- a/pkgs/applications/misc/gpx-viewer/default.nix
+++ b/pkgs/applications/misc/gpx-viewer/default.nix
@@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
};
patchFlags = [ "-p0" ];
+ configureFlags = [ "--disable-database-updates" ];
+
nativeBuildInputs = [
intltool pkgconfig
- shared-mime-info # For update-mime-database
- desktop-file-utils # For update-desktop-database
wrapGAppsHook # Fix error: GLib-GIO-ERROR **: No GSettings schemas are installed on the system
];
buildInputs = [ gdl libchamplain gnome3.adwaita-icon-theme libxml2 ];
diff --git a/pkgs/applications/misc/gpxsee/default.nix b/pkgs/applications/misc/gpxsee/default.nix
index 75800134de0..6e9296da267 100644
--- a/pkgs/applications/misc/gpxsee/default.nix
+++ b/pkgs/applications/misc/gpxsee/default.nix
@@ -1,27 +1,26 @@
-{ stdenv, fetchFromGitHub, qmake, qttools }:
+{ mkDerivation, lib, fetchFromGitHub, qmake, qttools }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "gpxsee";
- version = "7.8";
+ version = "7.12";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
- sha256 = "1ymqz4wrl9ghkyyqi2vrnlyvz3fc84s3p8a1dkiqlvyvj360ck9j";
+ sha256 = "0c3axs3mm6xzabwbvy9vgq1sryjpi4h91nwzy9iyv9zjxz7phgzc";
};
nativeBuildInputs = [ qmake ];
buildInputs = [ qttools ];
preConfigure = ''
- substituteInPlace src/common/programpaths.cpp --replace /usr/share/ $out/share/
lrelease lang/*.ts
'';
enableParallelBuilding = true;
- meta = with stdenv.lib; {
+ meta = with lib; {
homepage = https://www.gpxsee.org/;
description = "GPS log file viewer and analyzer";
longDescription = ''
diff --git a/pkgs/applications/misc/green-pdfviewer/default.nix b/pkgs/applications/misc/green-pdfviewer/default.nix
index 00421a2e033..cb4f4748eec 100644
--- a/pkgs/applications/misc/green-pdfviewer/default.nix
+++ b/pkgs/applications/misc/green-pdfviewer/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, poppler, pkgconfig, gdk_pixbuf, SDL, gtk2 }:
+{ stdenv, fetchFromGitHub, poppler, pkgconfig, gdk-pixbuf, SDL, gtk2 }:
stdenv.mkDerivation rec {
name = "green-pdfviewer-${version}";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ poppler gdk_pixbuf SDL gtk2 ];
+ buildInputs = [ poppler gdk-pixbuf SDL gtk2 ];
patches = [
./gdk-libs.patch
diff --git a/pkgs/applications/misc/gremlin-console/default.nix b/pkgs/applications/misc/gremlin-console/default.nix
index a35079e9151..9274c2d0521 100644
--- a/pkgs/applications/misc/gremlin-console/default.nix
+++ b/pkgs/applications/misc/gremlin-console/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, fetchzip, stdenv, makeWrapper, openjdk }:
+{ fetchzip, stdenv, makeWrapper, openjdk }:
stdenv.mkDerivation rec {
name = "gremlin-console-${version}";
diff --git a/pkgs/applications/misc/grsync/default.nix b/pkgs/applications/misc/grsync/default.nix
new file mode 100644
index 00000000000..3e1bb31091f
--- /dev/null
+++ b/pkgs/applications/misc/grsync/default.nix
@@ -0,0 +1,32 @@
+{ stdenv, fetchurl, dee, gtk2, intltool, libdbusmenu-gtk2, libunity, pkg-config, rsync }:
+
+stdenv.mkDerivation rec {
+ version = "1.2.6";
+ pname = "grsync";
+
+ src = fetchurl {
+ url = "mirror://sourceforge/grsync/grsync-${version}.tar.gz";
+ sha256 = "06ani65d58p8r3jvxjwpwyqrr07ya3icdqc243nxcrv7bvmarmb6";
+ };
+
+ nativeBuildInputs = [
+ intltool
+ pkg-config
+ ];
+
+ buildInputs = [
+ dee
+ gtk2
+ libdbusmenu-gtk2
+ libunity
+ rsync
+ ];
+
+ meta = with stdenv.lib; {
+ description = "Grsync is used to synchronize folders, files and make backups";
+ homepage = "http://www.opbyte.it/grsync/";
+ license = licenses.gpl1;
+ platforms = platforms.linux;
+ maintainers = [ maintainers.kuznero ];
+ };
+}
diff --git a/pkgs/applications/misc/gsctl/default.nix b/pkgs/applications/misc/gsctl/default.nix
new file mode 100644
index 00000000000..b84053b94ad
--- /dev/null
+++ b/pkgs/applications/misc/gsctl/default.nix
@@ -0,0 +1,22 @@
+{ stdenv, buildGoPackage, fetchFromGitHub }:
+
+buildGoPackage rec {
+ pname = "gsctl";
+ version = "0.15.4";
+
+ goPackagePath = "github.com/giantswarm/gsctl";
+
+ src = fetchFromGitHub {
+ owner = "giantswarm";
+ repo = pname;
+ rev = version;
+ sha256 = "0s5bli08wfd9xszx3kc90k51vlgjc00r0qg4mikb6qdc4pxpgsxj";
+ };
+
+ meta = with stdenv.lib; {
+ description = "The Giant Swarm command line interface";
+ homepage = https://github.com/giantswarm/gsctl;
+ license = licenses.asl20;
+ maintainers = with maintainers; [ joesalisbury ];
+ };
+}
diff --git a/pkgs/applications/misc/hstr/default.nix b/pkgs/applications/misc/hstr/default.nix
index 1eae8c57fc4..7cdf1a319f6 100644
--- a/pkgs/applications/misc/hstr/default.nix
+++ b/pkgs/applications/misc/hstr/default.nix
@@ -1,15 +1,29 @@
-{ stdenv, fetchurl, readline, ncurses }:
+{ stdenv, fetchFromGitHub, readline, ncurses
+, autoreconfHook, pkgconfig, gettext }:
stdenv.mkDerivation rec {
name = "hstr-${version}";
- version = "1.25";
+ version = "2.0";
- src = fetchurl {
- url = "https://github.com/dvorka/hstr/releases/download/${version}/hh-${version}-src.tgz";
- sha256 = "10njj0a3s5czv497wk3whka3gxr7vmhabs12vaw7kgb07h4ssnhg";
+ src = fetchFromGitHub {
+ owner = "dvorka";
+ repo = "hstr";
+ rev = version;
+ sha256 = "1y9vsfbg07gbic0daqy569d9pb9i1d07fym3q7a0a99hbng85s20";
};
- buildInputs = [ readline ncurses ];
+ nativeBuildInputs = [ autoreconfHook pkgconfig ];
+ buildInputs = [ readline ncurses gettext ];
+
+ configurePhase = ''
+ autoreconf -fvi
+ ./configure
+ '';
+
+ installPhase = ''
+ mkdir -p $out/bin/
+ mv src/hstr $out/bin/
+ '';
meta = {
homepage = https://github.com/dvorka/hstr;
diff --git a/pkgs/applications/misc/hubstaff/revision.json b/pkgs/applications/misc/hubstaff/revision.json
index f39860fac58..513e5bef442 100644
--- a/pkgs/applications/misc/hubstaff/revision.json
+++ b/pkgs/applications/misc/hubstaff/revision.json
@@ -1,5 +1,5 @@
{
- "url": "https://hubstaff-production.s3.amazonaws.com/downloads/HubstaffClient/Builds/Release/1.4.6-4aba8ab5/Hubstaff-1.4.6-4aba8ab5.sh",
- "version": "1.4.6-4aba8ab5",
- "sha256": "14js4d7wazn5r5p9n3iic9kwqrinm079jj1k7r00v684jrgq62fc"
+ "url": "https://hubstaff-production.s3.amazonaws.com/downloads/HubstaffClient/Builds/Release/1.4.9-86828309/Hubstaff-1.4.9-86828309.sh",
+ "version": "1.4.9-86828309",
+ "sha256": "0p9b7s2damzxmbrm8m97bj06g0faslbjw51dmxq8icz6ldbqsspx"
}
diff --git a/pkgs/applications/misc/hyper/default.nix b/pkgs/applications/misc/hyper/default.nix
index 2fd7e2f94af..f8d808a49c2 100644
--- a/pkgs/applications/misc/hyper/default.nix
+++ b/pkgs/applications/misc/hyper/default.nix
@@ -1,11 +1,11 @@
-{ stdenv, lib, fetchurl, dpkg, atk, glib, pango, gdk_pixbuf, gnome2, gtk2, cairo
+{ stdenv, lib, fetchurl, dpkg, atk, glib, pango, gdk-pixbuf, gnome2, gtk2, cairo
, freetype, fontconfig, dbus, libXi, libXcursor, libXdamage, libXrandr
, libXcomposite, libXext, libXfixes, libXrender, libX11, libXtst, libXScrnSaver
, libxcb, nss, nspr, alsaLib, cups, expat, udev, libpulseaudio }:
let
libPath = stdenv.lib.makeLibraryPath [
- stdenv.cc.cc gtk2 gnome2.GConf atk glib pango gdk_pixbuf cairo freetype fontconfig dbus
+ stdenv.cc.cc gtk2 gnome2.GConf atk glib pango gdk-pixbuf cairo freetype fontconfig dbus
libXi libXcursor libXdamage libXrandr libXcomposite libXext libXfixes libxcb
libXrender libX11 libXtst libXScrnSaver nss nspr alsaLib cups expat udev libpulseaudio
];
diff --git a/pkgs/applications/misc/j4-dmenu-desktop/default.nix b/pkgs/applications/misc/j4-dmenu-desktop/default.nix
index f24951624c5..c20fa4ed9d9 100644
--- a/pkgs/applications/misc/j4-dmenu-desktop/default.nix
+++ b/pkgs/applications/misc/j4-dmenu-desktop/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, dmenu }:
stdenv.mkDerivation rec {
- name = "j4-dmenu-desktop-${version}";
- version = "2.16";
+ pname = "j4-dmenu-desktop";
+ version = "2.17";
src = fetchFromGitHub {
- owner = "enkore";
- repo = "j4-dmenu-desktop";
- rev = "r${version}";
- sha256 = "0714cri8bwpimmiirhzrkbri4xi24k0za6i1aw94d3fnblk2dg9f";
+ owner = "enkore";
+ repo = pname;
+ rev = "r${version}";
+ sha256 = "0v23fimkn83dcm5p53y2ymhklff3kwppxhf75sm8xmswrzkixpgc";
};
postPatch = ''
@@ -18,13 +18,16 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
# tests are fetching an external git repository
- cmakeFlags = [ "-DNO_TESTS:BOOL=ON" ];
+ cmakeFlags = [
+ "-DWITH_TESTS=OFF"
+ "-DWITH_GIT_CATCH=OFF"
+ ];
meta = with stdenv.lib; {
description = "A wrapper for dmenu that recognize .desktop files";
- homepage = "https://github.com/enkore/j4-dmenu-desktop";
- license = licenses.gpl3;
+ homepage = "https://github.com/enkore/j4-dmenu-desktop";
+ license = licenses.gpl3;
maintainers = with maintainers; [ ericsagnes ];
- platforms = with platforms; unix;
+ platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/misc/jbidwatcher/default.nix b/pkgs/applications/misc/jbidwatcher/default.nix
index 72a24026a89..5939d7789b4 100644
--- a/pkgs/applications/misc/jbidwatcher/default.nix
+++ b/pkgs/applications/misc/jbidwatcher/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
jarfile = "$out/share/java/${pname}/JBidwatcher.jar";
- unpackPhase = "true";
+ dontUnpack = true;
dontBuild = true;
diff --git a/pkgs/applications/misc/jekyll/basic/Gemfile b/pkgs/applications/misc/jekyll/basic/Gemfile
index 2d3446a8113..c4ba46e2ac6 100644
--- a/pkgs/applications/misc/jekyll/basic/Gemfile
+++ b/pkgs/applications/misc/jekyll/basic/Gemfile
@@ -1,8 +1,6 @@
source "https://rubygems.org"
gem "jekyll"
# jekyll alone might be enough for most use-cases
-gem "rouge"
-gem "activesupport", "~> 4.2"
gem "jekyll-avatar"
gem "jekyll-mentions"
gem "jekyll-seo-tag"
diff --git a/pkgs/applications/misc/jekyll/basic/Gemfile.lock b/pkgs/applications/misc/jekyll/basic/Gemfile.lock
index f4c1aceb4f0..54c703bb859 100644
--- a/pkgs/applications/misc/jekyll/basic/Gemfile.lock
+++ b/pkgs/applications/misc/jekyll/basic/Gemfile.lock
@@ -1,11 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (4.2.11.1)
- i18n (~> 0.7)
+ activesupport (6.0.0)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
minitest (~> 5.1)
- thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
+ zeitwerk (~> 2.1, >= 2.1.8)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
@@ -14,46 +15,50 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
- ffi (1.10.0)
+ ffi (1.11.1)
forwardable-extended (2.6.0)
- gemoji (3.0.0)
- html-pipeline (2.11.0)
+ gemoji (3.0.1)
+ html-pipeline (2.12.0)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
- i18n (0.9.5)
+ i18n (1.6.0)
concurrent-ruby (~> 1.0)
- jekyll (3.8.5)
+ jekyll (4.0.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
- i18n (~> 0.7)
- jekyll-sass-converter (~> 1.0)
+ i18n (>= 0.9.5, < 2)
+ jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
- kramdown (~> 1.14)
+ kramdown (~> 2.1)
+ kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
- rouge (>= 1.7, < 4)
+ rouge (~> 3.0)
safe_yaml (~> 1.0)
- jekyll-avatar (0.6.0)
- jekyll (~> 3.0)
+ terminal-table (~> 1.8)
+ jekyll-avatar (0.7.0)
+ jekyll (>= 3.0, < 5.0)
jekyll-mentions (1.5.1)
html-pipeline (~> 2.3)
jekyll (>= 3.7, < 5.0)
- jekyll-sass-converter (1.5.2)
- sass (~> 3.4)
- jekyll-seo-tag (2.6.0)
- jekyll (~> 3.3)
+ jekyll-sass-converter (2.0.0)
+ sassc (> 2.0.1, < 3.0)
+ jekyll-seo-tag (2.6.1)
+ jekyll (>= 3.3, < 5.0)
jekyll-sitemap (1.3.1)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
- jemoji (0.11.0)
+ jemoji (0.11.1)
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
- kramdown (1.17.0)
+ kramdown (2.1.0)
+ kramdown-parser-gfm (1.1.0)
+ kramdown (~> 2.0)
liquid (4.0.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -62,38 +67,37 @@ GEM
mercenary (0.3.6)
mini_portile2 (2.4.0)
minitest (5.11.3)
- nokogiri (1.10.3)
+ nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
- public_suffix (3.0.3)
+ public_suffix (3.1.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
- rouge (3.3.0)
+ rouge (3.9.0)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
- sass (3.7.4)
- sass-listen (~> 4.0.0)
- sass-listen (4.0.0)
- rb-fsevent (~> 0.9, >= 0.9.4)
- rb-inotify (~> 0.9, >= 0.9.7)
+ sassc (2.1.0)
+ ffi (~> 1.9)
+ terminal-table (1.8.0)
+ unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
+ unicode-display_width (1.6.0)
+ zeitwerk (2.1.9)
PLATFORMS
ruby
DEPENDENCIES
- activesupport (~> 4.2)
jekyll
jekyll-avatar
jekyll-mentions
jekyll-seo-tag
jekyll-sitemap
jemoji
- rouge
BUNDLED WITH
1.17.2
diff --git a/pkgs/applications/misc/jekyll/basic/gemset.nix b/pkgs/applications/misc/jekyll/basic/gemset.nix
index 0c71fbe653d..41e599c0202 100644
--- a/pkgs/applications/misc/jekyll/basic/gemset.nix
+++ b/pkgs/applications/misc/jekyll/basic/gemset.nix
@@ -1,14 +1,14 @@
{
activesupport = {
- dependencies = ["i18n" "minitest" "thread_safe" "tzinfo"];
+ dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1vbq7a805bfvyik2q3kl9s3r418f5qzvysqbz2cwy4hr7m2q4ir6";
+ sha256 = "0b24ch7zmrdb4h6aismahk9785lc4ij30lmdr6ydv19kkljsjq5v";
type = "gem";
};
- version = "4.2.11.1";
+ version = "6.0.0";
};
addressable = {
dependencies = ["public_suffix"];
@@ -67,10 +67,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0j8pzj8raxbir5w5k6s7a042sb5k02pg0f8s4na1r5lan901j00p";
+ sha256 = "06mvxpjply8qh4j3fj9wh08kdzwkbnvsiysh0vrhlk5cwxzjmblh";
type = "gem";
};
- version = "1.10.0";
+ version = "1.11.1";
};
forwardable-extended = {
groups = ["default"];
@@ -87,10 +87,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1h85qpn2xbmsn8ssf2fqzlqg181j000m5z4l3g26r7vblncg162d";
+ sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0";
type = "gem";
};
- version = "3.0.0";
+ version = "3.0.1";
};
html-pipeline = {
dependencies = ["activesupport" "nokogiri"];
@@ -98,10 +98,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "14659ap360gzmrxl8mb28ys6mld7xw3q4q7pqy0l1cn67szdq779";
+ sha256 = "0f7x70p3fda7i5wfjjljjgjgqwx8m12345bs4xpnh7fhnis42fkk";
type = "gem";
};
- version = "2.11.0";
+ version = "2.12.0";
};
"http_parser.rb" = {
groups = ["default"];
@@ -119,21 +119,21 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "038qvz7kd3cfxk8bvagqhakx68pfbnmghpdkx7573wbf0maqp9a3";
+ sha256 = "1hfxnlyr618s25xpafw9mypa82qppjccbh292c4l3bj36az7f6wl";
type = "gem";
};
- version = "0.9.5";
+ version = "1.6.0";
};
jekyll = {
- dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml"];
+ dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml" "terminal-table"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1nn2sc308l2mz0yiall4r90l6vy67qp4sy9zapi73a948nd4a5k3";
+ sha256 = "0fpckw5nf4hfr5vhhdlmaxxp5lkdmc1vyqnmijwvy9fmjn4c87aa";
type = "gem";
};
- version = "3.8.5";
+ version = "4.0.0";
};
jekyll-avatar = {
dependencies = ["jekyll"];
@@ -141,10 +141,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "124624r83pmn7sp2idnsph9m1bbdiha5jnza4ypna8w2inpih51p";
+ sha256 = "03bys2pl60vq92skfhlfqr2j68zhfjc86jffpg32f94wzjk8n0wk";
type = "gem";
};
- version = "0.6.0";
+ version = "0.7.0";
};
jekyll-mentions = {
dependencies = ["html-pipeline" "jekyll"];
@@ -158,15 +158,15 @@
version = "1.5.1";
};
jekyll-sass-converter = {
- dependencies = ["sass"];
+ dependencies = ["sassc"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "008ikh5fk0n6ri54mylcl8jn0mq8p2nfyfqif2q3pp0lwilkcxsk";
+ sha256 = "0fbc25p8vqyzmg8wpmgacqjkk3jhrr6kz9y45m43ygck74h2cad2";
type = "gem";
};
- version = "1.5.2";
+ version = "2.0.0";
};
jekyll-seo-tag = {
dependencies = ["jekyll"];
@@ -174,10 +174,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "104v01vh7frgyra3s32wap1ag9fxcm8pgb8v957khzskqy2jh7am";
+ sha256 = "1p9fl2r4ni10lbx143zp41caldjs4hg27az5wg42sbwzb7s6z66m";
type = "gem";
};
- version = "2.6.0";
+ version = "2.6.1";
};
jekyll-sitemap = {
dependencies = ["jekyll"];
@@ -207,20 +207,31 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0x463l6a8ikaf6pzap0dgh4gfvlkx56g6kdasj9jfb1ld3fvl99k";
+ sha256 = "1yd77r5jvh9chf5qcp6z63gg40yp5n1sr7nv1hlmbq3xjzlhs6h6";
type = "gem";
};
- version = "0.11.0";
+ version = "0.11.1";
};
kramdown = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1n1c4jmrh5ig8iv1rw81s4mw4xsp4v97hvf8zkigv4hn5h542qjq";
+ sha256 = "1dl840bvx8d9nq6lg3mxqyvbiqnr6lk3jfsm6r8zhz7p5srmd688";
type = "gem";
};
- version = "1.17.0";
+ version = "2.1.0";
+ };
+ kramdown-parser-gfm = {
+ dependencies = ["kramdown"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv";
+ type = "gem";
+ };
+ version = "1.1.0";
};
liquid = {
groups = ["default"];
@@ -279,10 +290,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4";
+ sha256 = "0nmdrqqz1gs0fwkgzxjl4wr554gr8dc1fkrqjc2jpsvwgm41rygv";
type = "gem";
};
- version = "1.10.3";
+ version = "1.10.4";
};
pathutil = {
dependencies = ["forwardable-extended"];
@@ -300,10 +311,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "08q64b5br692dd3v0a9wq9q5dvycc6kmiqmjbdxkxbfizggsvx6l";
+ sha256 = "0g9ds2ffzljl6jjmkjffwxc1z6lh5nkqqmhhkxjk71q5ggv0rkpm";
type = "gem";
};
- version = "3.0.3";
+ version = "3.1.1";
};
rb-fsevent = {
groups = ["default"];
@@ -331,10 +342,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1digsi2s8wyzx8vsqcxasw205lg6s7izx8jypl8rrpjwshmv83ql";
+ sha256 = "1cn6fin40ngrasqi6qis85mqwx6phnbkzhkkd93acm9vrcf3rkl3";
type = "gem";
};
- version = "3.3.0";
+ version = "3.9.0";
};
ruby_dep = {
groups = ["default"];
@@ -356,27 +367,27 @@
};
version = "1.0.5";
};
- sass = {
- dependencies = ["sass-listen"];
+ sassc = {
+ dependencies = ["ffi"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0";
+ sha256 = "06kwfqvpwf33cvkvbv1l9g5ln3q721hz5d3dyasq0k9d28x9w4fs";
type = "gem";
};
- version = "3.7.4";
+ version = "2.1.0";
};
- sass-listen = {
- dependencies = ["rb-fsevent" "rb-inotify"];
+ terminal-table = {
+ dependencies = ["unicode-display_width"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df";
+ sha256 = "1512cngw35hsmhvw4c05rscihc59mnj09m249sm9p3pik831ydqk";
type = "gem";
};
- version = "4.0.0";
+ version = "1.8.0";
};
thread_safe = {
groups = ["default"];
@@ -399,4 +410,24 @@
};
version = "1.2.5";
};
+ unicode-display_width = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "08kfiniak1pvg3gn5k6snpigzvhvhyg7slmm0s2qx5zkj62c1z2w";
+ type = "gem";
+ };
+ version = "1.6.0";
+ };
+ zeitwerk = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0gaiqg207j99cvqpgmn4ps6a14hz1rrh5zaxfdkiiavapbc5vpzw";
+ type = "gem";
+ };
+ version = "2.1.9";
+ };
}
\ No newline at end of file
diff --git a/pkgs/applications/misc/jekyll/default.nix b/pkgs/applications/misc/jekyll/default.nix
index 34cf0e21db7..9ae9ab254e8 100644
--- a/pkgs/applications/misc/jekyll/default.nix
+++ b/pkgs/applications/misc/jekyll/default.nix
@@ -1,8 +1,27 @@
{ lib, bundlerApp, ruby
+, writeShellScriptBin, makeWrapper
, withOptionalDependencies ? false
}:
-bundlerApp rec {
+let
+ rubyWrapper = writeShellScriptBin "ruby" ''
+ if [[ "$#" -eq 2 ]]; then
+ if [[ "''${1##*/}" == "bundle" && "$2" == "install" ]]; then
+ # See https://github.com/NixOS/nixpkgs/issues/58126 for more details.
+ echo 'Skipping "bundle install" as it fails due to the Nix wrapper.'
+ echo 'Please enter the new directory and run the following commands to serve the page:'
+ echo 'nix-shell -p bundler --run "bundle install --gemfile=Gemfile --path vendor/cache"'
+ echo 'nix-shell -p bundler --run "bundle exec jekyll serve"'
+ exit 0
+ # The following nearly works:
+ unset BUNDLE_FROZEN
+ exec ${ruby}/bin/ruby "$@" --gemfile=Gemfile --path=vendor/cache
+ fi
+ fi
+ # Else: Don't modify the arguments:
+ exec ${ruby}/bin/ruby "$@"
+ '';
+in bundlerApp rec {
pname = "jekyll";
exes = [ "jekyll" ];
@@ -11,6 +30,12 @@ bundlerApp rec {
then ./full
else ./basic;
+ buildInputs = [ makeWrapper ];
+
+ postBuild = ''
+ wrapProgram $out/bin/jekyll --prefix PATH : ${rubyWrapper}/bin
+ '';
+
meta = with lib; {
description = "A blog-aware, static site generator, written in Ruby";
longDescription = ''
diff --git a/pkgs/applications/misc/jekyll/full/Gemfile b/pkgs/applications/misc/jekyll/full/Gemfile
index aba5e06e376..8e7499bad61 100644
--- a/pkgs/applications/misc/jekyll/full/Gemfile
+++ b/pkgs/applications/misc/jekyll/full/Gemfile
@@ -1,30 +1,27 @@
source "https://rubygems.org"
+
gem "jekyll"
-gem "rouge"
-gem "activesupport", "~> 4.2"
+
gem "jekyll-avatar"
gem "jekyll-mentions"
gem "jekyll-seo-tag"
gem "jekyll-sitemap"
gem "jemoji"
+
# Optional dependencies:
-gem "coderay", "~> 1.1.0"
gem "jekyll-coffeescript"
#gem "jekyll-docs"
gem "jekyll-feed", "~> 0.9"
gem "jekyll-gist"
gem "jekyll-paginate"
gem "jekyll-redirect-from"
-gem "kramdown", "~> 1.14"
+gem "kramdown-syntax-coderay"
gem "mime-types", "~> 3.0"
-gem "rdoc", RUBY_VERSION >= "2.2.2" ? "~> 6.0" : "~> 5.1"
+gem "rdoc", "~> 6.0"
gem "tomlrb", "~> 1.2"
platform :ruby, :mswin, :mingw, :x64_mingw do
- gem "classifier-reborn", "~> 2.2.0"
- gem "liquid-c", "~> 3.0"
- gem "pygments.rb", "~> 1.0"
- gem "rdiscount", "~> 2.0"
- gem "redcarpet", "~> 3.2", ">= 3.2.3"
- gem "yajl-ruby", "~> 1.3.1"
+ gem "classifier-reborn", "~> 2.2"
+ gem "liquid-c", "~> 4.0"
+ gem "yajl-ruby", "~> 1.4"
end
diff --git a/pkgs/applications/misc/jekyll/full/Gemfile.lock b/pkgs/applications/misc/jekyll/full/Gemfile.lock
index f61e985cbf7..6410b885ea4 100644
--- a/pkgs/applications/misc/jekyll/full/Gemfile.lock
+++ b/pkgs/applications/misc/jekyll/full/Gemfile.lock
@@ -1,12 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (4.2.11.1)
- i18n (~> 0.7)
+ activesupport (6.0.0)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
minitest (~> 5.1)
- thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
- addressable (2.5.2)
+ zeitwerk (~> 2.1, >= 2.1.8)
+ addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
classifier-reborn (2.2.0)
fast-stemmer (~> 1.0)
@@ -25,30 +26,32 @@ GEM
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
fast-stemmer (1.0.2)
- ffi (1.10.0)
+ ffi (1.11.1)
forwardable-extended (2.6.0)
- gemoji (3.0.0)
- html-pipeline (2.11.0)
+ gemoji (3.0.1)
+ html-pipeline (2.12.0)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
- i18n (0.9.5)
+ i18n (1.6.0)
concurrent-ruby (~> 1.0)
- jekyll (3.8.5)
+ jekyll (4.0.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
- i18n (~> 0.7)
- jekyll-sass-converter (~> 1.0)
+ i18n (>= 0.9.5, < 2)
+ jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
- kramdown (~> 1.14)
+ kramdown (~> 2.1)
+ kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
- rouge (>= 1.7, < 4)
+ rouge (~> 3.0)
safe_yaml (~> 1.0)
- jekyll-avatar (0.6.0)
- jekyll (~> 3.0)
+ terminal-table (~> 1.8)
+ jekyll-avatar (0.7.0)
+ jekyll (>= 3.0, < 5.0)
jekyll-coffeescript (1.2.2)
coffee-script (~> 2.2)
coffee-script-source (~> 1.12)
@@ -62,21 +65,26 @@ GEM
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.15.0)
jekyll (>= 3.3, < 5.0)
- jekyll-sass-converter (1.5.2)
- sass (~> 3.4)
- jekyll-seo-tag (2.6.0)
- jekyll (~> 3.3)
+ jekyll-sass-converter (2.0.0)
+ sassc (> 2.0.1, < 3.0)
+ jekyll-seo-tag (2.6.1)
+ jekyll (>= 3.3, < 5.0)
jekyll-sitemap (1.3.1)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
- jemoji (0.11.0)
+ jemoji (0.11.1)
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
- kramdown (1.17.0)
+ kramdown (2.1.0)
+ kramdown-parser-gfm (1.1.0)
+ kramdown (~> 2.0)
+ kramdown-syntax-coderay (1.0.1)
+ coderay (~> 1.1)
+ kramdown (~> 2.0)
liquid (4.0.3)
- liquid-c (3.0.0)
+ liquid-c (4.0.0)
liquid (>= 3.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -88,47 +96,41 @@ GEM
mime-types-data (3.2019.0331)
mini_portile2 (2.4.0)
minitest (5.11.3)
- multi_json (1.13.1)
- multipart-post (2.0.0)
- nokogiri (1.10.3)
+ multipart-post (2.1.1)
+ nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
- public_suffix (3.0.3)
- pygments.rb (1.2.1)
- multi_json (>= 1.0.0)
+ public_suffix (3.1.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
- rdiscount (2.2.0.1)
rdoc (6.1.1)
- redcarpet (3.4.0)
- rouge (3.3.0)
+ rouge (3.9.0)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
- sass (3.7.4)
- sass-listen (~> 4.0.0)
- sass-listen (4.0.0)
- rb-fsevent (~> 0.9, >= 0.9.4)
- rb-inotify (~> 0.9, >= 0.9.7)
- sawyer (0.8.1)
- addressable (>= 2.3.5, < 2.6)
- faraday (~> 0.8, < 1.0)
+ sassc (2.1.0)
+ ffi (~> 1.9)
+ sawyer (0.8.2)
+ addressable (>= 2.3.5)
+ faraday (> 0.8, < 2.0)
+ terminal-table (1.8.0)
+ unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tomlrb (1.2.8)
tzinfo (1.2.5)
thread_safe (~> 0.1)
- yajl-ruby (1.3.1)
+ unicode-display_width (1.6.0)
+ yajl-ruby (1.4.1)
+ zeitwerk (2.1.9)
PLATFORMS
ruby
DEPENDENCIES
- activesupport (~> 4.2)
- classifier-reborn (~> 2.2.0)
- coderay (~> 1.1.0)
+ classifier-reborn (~> 2.2)
jekyll
jekyll-avatar
jekyll-coffeescript
@@ -140,16 +142,12 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
jemoji
- kramdown (~> 1.14)
- liquid-c (~> 3.0)
+ kramdown-syntax-coderay
+ liquid-c (~> 4.0)
mime-types (~> 3.0)
- pygments.rb (~> 1.0)
- rdiscount (~> 2.0)
rdoc (~> 6.0)
- redcarpet (~> 3.2, >= 3.2.3)
- rouge
tomlrb (~> 1.2)
- yajl-ruby (~> 1.3.1)
+ yajl-ruby (~> 1.4)
BUNDLED WITH
1.17.2
diff --git a/pkgs/applications/misc/jekyll/full/gemset.nix b/pkgs/applications/misc/jekyll/full/gemset.nix
index de3de298fd3..80d67022e7a 100644
--- a/pkgs/applications/misc/jekyll/full/gemset.nix
+++ b/pkgs/applications/misc/jekyll/full/gemset.nix
@@ -1,14 +1,14 @@
{
activesupport = {
- dependencies = ["i18n" "minitest" "thread_safe" "tzinfo"];
+ dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1vbq7a805bfvyik2q3kl9s3r418f5qzvysqbz2cwy4hr7m2q4ir6";
+ sha256 = "0b24ch7zmrdb4h6aismahk9785lc4ij30lmdr6ydv19kkljsjq5v";
type = "gem";
};
- version = "4.2.11.1";
+ version = "6.0.0";
};
addressable = {
dependencies = ["public_suffix"];
@@ -16,10 +16,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0viqszpkggqi8hq87pqp0xykhvz60g99nwmkwsb0v45kc2liwxvk";
+ sha256 = "0bcm2hchn897xjhqj9zzsxf3n9xhddymj4lsclz508f4vw3av46l";
type = "gem";
};
- version = "2.5.2";
+ version = "2.6.0";
};
classifier-reborn = {
dependencies = ["fast-stemmer"];
@@ -164,10 +164,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0j8pzj8raxbir5w5k6s7a042sb5k02pg0f8s4na1r5lan901j00p";
+ sha256 = "06mvxpjply8qh4j3fj9wh08kdzwkbnvsiysh0vrhlk5cwxzjmblh";
type = "gem";
};
- version = "1.10.0";
+ version = "1.11.1";
};
forwardable-extended = {
groups = ["default"];
@@ -184,10 +184,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1h85qpn2xbmsn8ssf2fqzlqg181j000m5z4l3g26r7vblncg162d";
+ sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0";
type = "gem";
};
- version = "3.0.0";
+ version = "3.0.1";
};
html-pipeline = {
dependencies = ["activesupport" "nokogiri"];
@@ -195,10 +195,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "14659ap360gzmrxl8mb28ys6mld7xw3q4q7pqy0l1cn67szdq779";
+ sha256 = "0f7x70p3fda7i5wfjjljjgjgqwx8m12345bs4xpnh7fhnis42fkk";
type = "gem";
};
- version = "2.11.0";
+ version = "2.12.0";
};
"http_parser.rb" = {
groups = ["default"];
@@ -216,21 +216,21 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "038qvz7kd3cfxk8bvagqhakx68pfbnmghpdkx7573wbf0maqp9a3";
+ sha256 = "1hfxnlyr618s25xpafw9mypa82qppjccbh292c4l3bj36az7f6wl";
type = "gem";
};
- version = "0.9.5";
+ version = "1.6.0";
};
jekyll = {
- dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml"];
+ dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml" "terminal-table"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1nn2sc308l2mz0yiall4r90l6vy67qp4sy9zapi73a948nd4a5k3";
+ sha256 = "0fpckw5nf4hfr5vhhdlmaxxp5lkdmc1vyqnmijwvy9fmjn4c87aa";
type = "gem";
};
- version = "3.8.5";
+ version = "4.0.0";
};
jekyll-avatar = {
dependencies = ["jekyll"];
@@ -238,10 +238,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "124624r83pmn7sp2idnsph9m1bbdiha5jnza4ypna8w2inpih51p";
+ sha256 = "03bys2pl60vq92skfhlfqr2j68zhfjc86jffpg32f94wzjk8n0wk";
type = "gem";
};
- version = "0.6.0";
+ version = "0.7.0";
};
jekyll-coffeescript = {
dependencies = ["coffee-script" "coffee-script-source"];
@@ -309,15 +309,15 @@
version = "0.15.0";
};
jekyll-sass-converter = {
- dependencies = ["sass"];
+ dependencies = ["sassc"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "008ikh5fk0n6ri54mylcl8jn0mq8p2nfyfqif2q3pp0lwilkcxsk";
+ sha256 = "0fbc25p8vqyzmg8wpmgacqjkk3jhrr6kz9y45m43ygck74h2cad2";
type = "gem";
};
- version = "1.5.2";
+ version = "2.0.0";
};
jekyll-seo-tag = {
dependencies = ["jekyll"];
@@ -325,10 +325,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "104v01vh7frgyra3s32wap1ag9fxcm8pgb8v957khzskqy2jh7am";
+ sha256 = "1p9fl2r4ni10lbx143zp41caldjs4hg27az5wg42sbwzb7s6z66m";
type = "gem";
};
- version = "2.6.0";
+ version = "2.6.1";
};
jekyll-sitemap = {
dependencies = ["jekyll"];
@@ -358,20 +358,42 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0x463l6a8ikaf6pzap0dgh4gfvlkx56g6kdasj9jfb1ld3fvl99k";
+ sha256 = "1yd77r5jvh9chf5qcp6z63gg40yp5n1sr7nv1hlmbq3xjzlhs6h6";
type = "gem";
};
- version = "0.11.0";
+ version = "0.11.1";
};
kramdown = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1n1c4jmrh5ig8iv1rw81s4mw4xsp4v97hvf8zkigv4hn5h542qjq";
+ sha256 = "1dl840bvx8d9nq6lg3mxqyvbiqnr6lk3jfsm6r8zhz7p5srmd688";
type = "gem";
};
- version = "1.17.0";
+ version = "2.1.0";
+ };
+ kramdown-parser-gfm = {
+ dependencies = ["kramdown"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv";
+ type = "gem";
+ };
+ version = "1.1.0";
+ };
+ kramdown-syntax-coderay = {
+ dependencies = ["coderay" "kramdown"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "03vpfpmxcdbqyh6kxrjf5xa9qgvwqj0cfv2khz5h32fp5f5dmrda";
+ type = "gem";
+ };
+ version = "1.0.1";
};
liquid = {
groups = ["default"];
@@ -413,10 +435,10 @@
}];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0a5n7q314ma32y7v9a1g6ps60b14zfn2q4nip4j5aknblz51v7gi";
+ sha256 = "0ibcpajsgq530xrz3dk578mfvivrlfd624j6ifz6ms4w69j8jqj6";
type = "gem";
};
- version = "3.0.0";
+ version = "4.0.0";
};
listen = {
dependencies = ["rb-fsevent" "rb-inotify" "ruby_dep"];
@@ -480,37 +502,15 @@
};
version = "5.11.3";
};
- multi_json = {
- groups = ["default"];
- platforms = [{
- engine = "maglev";
- } {
- engine = "mingw";
- } {
- engine = "mingw";
- } {
- engine = "mswin";
- } {
- engine = "rbx";
- } {
- engine = "ruby";
- }];
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "1rl0qy4inf1mp8mybfk56dfga0mvx97zwpmq5xmiwl5r770171nv";
- type = "gem";
- };
- version = "1.13.1";
- };
multipart-post = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "09k0b3cybqilk1gwrwwain95rdypixb2q9w65gd44gfzsd84xi1x";
+ sha256 = "1zgw9zlwh2a6i1yvhhc4a84ry1hv824d6g2iw2chs3k5aylpmpfj";
type = "gem";
};
- version = "2.0.0";
+ version = "2.1.1";
};
nokogiri = {
dependencies = ["mini_portile2"];
@@ -518,10 +518,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4";
+ sha256 = "0nmdrqqz1gs0fwkgzxjl4wr554gr8dc1fkrqjc2jpsvwgm41rygv";
type = "gem";
};
- version = "1.10.3";
+ version = "1.10.4";
};
octokit = {
dependencies = ["sawyer"];
@@ -550,33 +550,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "08q64b5br692dd3v0a9wq9q5dvycc6kmiqmjbdxkxbfizggsvx6l";
+ sha256 = "0g9ds2ffzljl6jjmkjffwxc1z6lh5nkqqmhhkxjk71q5ggv0rkpm";
type = "gem";
};
- version = "3.0.3";
- };
- "pygments.rb" = {
- dependencies = ["multi_json"];
- groups = ["default"];
- platforms = [{
- engine = "maglev";
- } {
- engine = "mingw";
- } {
- engine = "mingw";
- } {
- engine = "mswin";
- } {
- engine = "rbx";
- } {
- engine = "ruby";
- }];
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "0lbvnwvz770ambm4d6lxgc2097rydn5rcc5d6986bnkzyxfqqjnv";
- type = "gem";
- };
- version = "1.2.1";
+ version = "3.1.1";
};
rb-fsevent = {
groups = ["default"];
@@ -599,28 +576,6 @@
};
version = "0.10.0";
};
- rdiscount = {
- groups = ["default"];
- platforms = [{
- engine = "maglev";
- } {
- engine = "mingw";
- } {
- engine = "mingw";
- } {
- engine = "mswin";
- } {
- engine = "rbx";
- } {
- engine = "ruby";
- }];
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "1arvk3k06prxasq1djbj065ixar4zl171340g7wr1ww4gj9makx3";
- type = "gem";
- };
- version = "2.2.0.1";
- };
rdoc = {
groups = ["default"];
platforms = [];
@@ -631,37 +586,15 @@
};
version = "6.1.1";
};
- redcarpet = {
- groups = ["default"];
- platforms = [{
- engine = "maglev";
- } {
- engine = "mingw";
- } {
- engine = "mingw";
- } {
- engine = "mswin";
- } {
- engine = "rbx";
- } {
- engine = "ruby";
- }];
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "0h9qz2hik4s9knpmbwrzb3jcp3vc5vygp9ya8lcpl7f1l9khmcd7";
- type = "gem";
- };
- version = "3.4.0";
- };
rouge = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1digsi2s8wyzx8vsqcxasw205lg6s7izx8jypl8rrpjwshmv83ql";
+ sha256 = "1cn6fin40ngrasqi6qis85mqwx6phnbkzhkkd93acm9vrcf3rkl3";
type = "gem";
};
- version = "3.3.0";
+ version = "3.9.0";
};
ruby_dep = {
groups = ["default"];
@@ -683,27 +616,16 @@
};
version = "1.0.5";
};
- sass = {
- dependencies = ["sass-listen"];
+ sassc = {
+ dependencies = ["ffi"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0";
+ sha256 = "06kwfqvpwf33cvkvbv1l9g5ln3q721hz5d3dyasq0k9d28x9w4fs";
type = "gem";
};
- version = "3.7.4";
- };
- sass-listen = {
- dependencies = ["rb-fsevent" "rb-inotify"];
- groups = ["default"];
- platforms = [];
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df";
- type = "gem";
- };
- version = "4.0.0";
+ version = "2.1.0";
};
sawyer = {
dependencies = ["addressable" "faraday"];
@@ -711,10 +633,21 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0sv1463r7bqzvx4drqdmd36m7rrv6sf1v3c6vswpnq3k6vdw2dvd";
+ sha256 = "0yrdchs3psh583rjapkv33mljdivggqn99wkydkjdckcjn43j3cz";
type = "gem";
};
- version = "0.8.1";
+ version = "0.8.2";
+ };
+ terminal-table = {
+ dependencies = ["unicode-display_width"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1512cngw35hsmhvw4c05rscihc59mnj09m249sm9p3pik831ydqk";
+ type = "gem";
+ };
+ version = "1.8.0";
};
thread_safe = {
groups = ["default"];
@@ -747,6 +680,16 @@
};
version = "1.2.5";
};
+ unicode-display_width = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "08kfiniak1pvg3gn5k6snpigzvhvhyg7slmm0s2qx5zkj62c1z2w";
+ type = "gem";
+ };
+ version = "1.6.0";
+ };
yajl-ruby = {
groups = ["default"];
platforms = [{
@@ -764,9 +707,19 @@
}];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1rn4kc9fha990yd252wglh6rcyh35cavm1vpyfj8krlcwph09g30";
+ sha256 = "16v0w5749qjp13xhjgr2gcsvjv6mf35br7iqwycix1n2h7kfcckf";
type = "gem";
};
- version = "1.3.1";
+ version = "1.4.1";
+ };
+ zeitwerk = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0gaiqg207j99cvqpgmn4ps6a14hz1rrh5zaxfdkiiavapbc5vpzw";
+ type = "gem";
+ };
+ version = "2.1.9";
};
}
\ No newline at end of file
diff --git a/pkgs/applications/misc/jgmenu/default.nix b/pkgs/applications/misc/jgmenu/default.nix
index 6ba0bed7847..879f344a5af 100644
--- a/pkgs/applications/misc/jgmenu/default.nix
+++ b/pkgs/applications/misc/jgmenu/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "jgmenu";
- version = "3.0";
+ version = "3.3";
src = fetchFromGitHub {
owner = "johanmalm";
repo = pname;
rev = "v${version}";
- sha256 = "01r92nili4v4pdmw4g5z0rsg1q7m7q3a5hjc47mnchgibdiissvl";
+ sha256 = "02qpvlmcis7217hkqilhszza4g1smb4byx4gihgp5207aj8qhz0l";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/misc/josm/default.nix b/pkgs/applications/misc/josm/default.nix
index bfc4ac79615..8838de9ac96 100644
--- a/pkgs/applications/misc/josm/default.nix
+++ b/pkgs/applications/misc/josm/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "josm-${version}";
- version = "15031";
+ version = "15238";
src = fetchurl {
url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
- sha256 = "19qw1s5v0dha329a7rfnhby0rq5d109b3f1ln2w1dfkmirbl75ir";
+ sha256 = "0zh84glb4545av0s1qnccqqp8nrnfsr7rnwgbqpwwzvc2ngk91gv";
};
buildInputs = [ jdk11 makeWrapper ];
diff --git a/pkgs/applications/misc/k2pdfopt/default.nix b/pkgs/applications/misc/k2pdfopt/default.nix
index bf29e05db1b..7c5845b3541 100644
--- a/pkgs/applications/misc/k2pdfopt/default.nix
+++ b/pkgs/applications/misc/k2pdfopt/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchzip, fetchurl, fetchpatch, cmake, pkgconfig
-, zlib, libpng, openjpeg
+, zlib, libpng
, enableGSL ? true, gsl
, enableGhostScript ? true, ghostscript
, enableMuPDF ? true, mupdf
diff --git a/pkgs/applications/misc/kdeconnect/default.nix b/pkgs/applications/misc/kdeconnect/default.nix
index b92a7ac476c..ed3c8672269 100644
--- a/pkgs/applications/misc/kdeconnect/default.nix
+++ b/pkgs/applications/misc/kdeconnect/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ mkDerivation
, lib
, fetchurl
, extra-cmake-modules
@@ -18,13 +18,13 @@
, kwayland
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "kdeconnect";
- version = "1.3.4";
+ version = "1.3.5";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${version}/${pname}-kde-${version}.tar.xz";
- sha256 = "12ijvp86wm6k81dggypxh3c0dmwg5mczxy43ra8rgv63aavmf42h";
+ sha256 = "02lr3xx5s2mgddac4n3lkgr7ppf1z5m6ajs90rjix0vs8a271kp5";
};
buildInputs = [
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
postInstall = ''
- wrapProgram $out/lib/libexec/kdeconnectd --prefix PATH : ${lib.makeBinPath [ sshfs ]}
+ wrapProgram $out/libexec/kdeconnectd --prefix PATH : ${lib.makeBinPath [ sshfs ]}
'';
enableParallelBuilding = true;
diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix
index b52cff784e5..594bf1eb75a 100644
--- a/pkgs/applications/misc/keepassx/community.nix
+++ b/pkgs/applications/misc/keepassx/community.nix
@@ -17,6 +17,7 @@
, qtsvg
, qtx11extras
, quazip
+, wrapQtAppsHook
, yubikey-personalization
, zlib
@@ -31,13 +32,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "keepassxc-${version}";
- version = "2.4.1";
+ version = "2.4.3";
src = fetchFromGitHub {
owner = "keepassxreboot";
repo = "keepassxc";
rev = "${version}";
- sha256 = "1cbfsfdvb4qw6yb0zl6mymdbphnb7lxbfrc5a8cjmn9w8b09kv6m";
+ sha256 = "1r63bl0cam04rps1bjr107qvwsmay4254nv00gwhh9n45s6cslac";
};
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang [
@@ -73,12 +74,12 @@ stdenv.mkDerivation rec {
doCheck = true;
checkPhase = ''
export LC_ALL="en_US.UTF-8"
- export QT_PLUGIN_PATH="${qtbase.bin}/${qtbase.qtPluginPrefix}"
export QT_QPA_PLATFORM=offscreen
+ export QT_PLUGIN_PATH="${qtbase.bin}/${qtbase.qtPluginPrefix}"
make test ARGS+="-E testgui --output-on-failure"
'';
- nativeBuildInputs = [ cmake makeWrapper qttools ];
+ nativeBuildInputs = [ cmake wrapQtAppsHook qttools ];
buildInputs = [
curl
@@ -102,10 +103,9 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optional withKeePassKeeShareSecure quazip
++ stdenv.lib.optional stdenv.isDarwin qtmacextras;
- postInstall = optionalString stdenv.isDarwin ''
+ preFixup = optionalString stdenv.isDarwin ''
# Make it work without Qt in PATH.
- wrapProgram $out/Applications/KeePassXC.app/Contents/MacOS/KeePassXC \
- --set QT_PLUGIN_PATH ${qtbase.bin}/${qtbase.qtPluginPrefix}
+ wrapQtApp $out/Applications/KeePassXC.app/Contents/MacOS/KeePassXC
'';
meta = {
@@ -113,7 +113,7 @@ stdenv.mkDerivation rec {
longDescription = "A community fork of KeePassX, which is itself a port of KeePass Password Safe. The goal is to extend and improve KeePassX with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager. Accessible via native cross-platform GUI, CLI, and browser integration with the KeePassXC Browser Extension (https://github.com/keepassxreboot/keepassxc-browser).";
homepage = https://keepassxc.org/;
license = licenses.gpl2;
- maintainers = with maintainers; [ s1lvester jonafato ];
+ maintainers = with maintainers; [ jonafato ];
platforms = with platforms; linux ++ darwin;
};
}
diff --git a/pkgs/applications/misc/keepassx/darwin.patch b/pkgs/applications/misc/keepassx/darwin.patch
index d7ffb7dbba1..6232d1118a7 100644
--- a/pkgs/applications/misc/keepassx/darwin.patch
+++ b/pkgs/applications/misc/keepassx/darwin.patch
@@ -1,8 +1,8 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 658548f7..f8f10bdb 100644
+index 74b1a7ff..0a713a32 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -288,6 +288,7 @@ if(MINGW)
+@@ -307,6 +307,7 @@ if(MINGW)
set(PLUGIN_INSTALL_DIR ".")
set(DATA_INSTALL_DIR "share")
elseif(APPLE AND WITH_APP_BUNDLE)
@@ -10,24 +10,24 @@ index 658548f7..f8f10bdb 100644
set(CMAKE_INSTALL_MANDIR "${PROGNAME}.app/Contents/Resources/man")
set(CLI_INSTALL_DIR "${PROGNAME}.app/Contents/MacOS")
set(PROXY_INSTALL_DIR "${PROGNAME}.app/Contents/MacOS")
-@@ -350,12 +351,6 @@ set(CMAKE_AUTORCC ON)
+@@ -369,12 +370,6 @@ set(CMAKE_AUTORCC ON)
if(APPLE)
set(CMAKE_MACOSX_RPATH TRUE)
- find_program(MACDEPLOYQT_EXE macdeployqt HINTS ${Qt5_PREFIX}/bin ENV PATH)
- if(NOT MACDEPLOYQT_EXE)
-- message(FATAL_ERROR "macdeployqt is required to build in macOS")
+- message(FATAL_ERROR "macdeployqt is required to build on macOS")
- else()
- message(STATUS "Using macdeployqt: ${MACDEPLOYQT_EXE}")
- endif()
- endif()
-
- # Debian sets the the build type to None for package builds.
+ elseif(MINGW)
+ find_program(WINDEPLOYQT_EXE windeployqt HINTS ${Qt5_PREFIX}/bin ENV PATH)
+ if(NOT WINDEPLOYQT_EXE)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 110dc606..f9b58818 100644
+index f142f368..0742512d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
-@@ -343,11 +343,6 @@ if(APPLE AND WITH_APP_BUNDLE)
+@@ -351,11 +351,6 @@ if(APPLE AND WITH_APP_BUNDLE)
set(CPACK_PACKAGE_FILE_NAME "${PROGNAME}-${KEEPASSXC_VERSION}")
include(CPack)
@@ -40,10 +40,10 @@ index 110dc606..f9b58818 100644
install(TARGETS ${PROGNAME}
diff --git a/src/autotype/mac/CMakeLists.txt b/src/autotype/mac/CMakeLists.txt
-index f1c5387f..abf70b48 100644
+index 7427450a..a0a58d71 100644
--- a/src/autotype/mac/CMakeLists.txt
+++ b/src/autotype/mac/CMakeLists.txt
-@@ -12,7 +12,6 @@ if(WITH_APP_BUNDLE)
+@@ -8,7 +8,6 @@ if(WITH_APP_BUNDLE)
add_custom_command(TARGET keepassx-autotype-cocoa
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_BINARY_DIR}/libkeepassx-autotype-cocoa.so ${PLUGIN_INSTALL_DIR}
diff --git a/pkgs/applications/misc/khal/default.nix b/pkgs/applications/misc/khal/default.nix
index 2e32bbd611a..6aa94b2fecb 100644
--- a/pkgs/applications/misc/khal/default.nix
+++ b/pkgs/applications/misc/khal/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, pkgs, python3 }:
+{ stdenv, pkgs, python3, fetchpatch }:
with python3.pkgs; buildPythonApplication rec {
pname = "khal";
@@ -9,6 +9,14 @@ with python3.pkgs; buildPythonApplication rec {
sha256 = "1r8bkgjwkh7i8ygvsv51h1cnax50sb183vafg66x5snxf3dgjl6l";
};
+ # Include a khal.desktop file via upstream commit.
+ # This patch should be removed when updating to the next version, probably.
+ patches = [ (fetchpatch {
+ name = "add-khal-dot-desktop.patch";
+ url = "https://github.com/pimutils/khal/commit/1f93d238fec7c934dd2f8e48f54925d22130e3aa.patch";
+ sha256 = "06skn3van7zd93348fc6axllx71ckkc7h2zljqlvwa339vca608c";
+ }) ];
+
propagatedBuildInputs = [
atomicwrites
click
@@ -26,11 +34,19 @@ with python3.pkgs; buildPythonApplication rec {
pkginfo
freezegun
];
- nativeBuildInputs = [ setuptools_scm ];
+ nativeBuildInputs = [ setuptools_scm sphinx sphinxcontrib_newsfeed ];
checkInputs = [ pytest ];
postInstall = ''
+ # zsh completion
install -D misc/__khal $out/share/zsh/site-functions/__khal
+
+ # man page
+ make -C doc man
+ install -Dm755 doc/build/man/khal.1 -t $out/share/man/man1
+
+ # desktop
+ install -Dm755 misc/khal.desktop -t $out/share/applications
'';
doCheck = !stdenv.isAarch64;
diff --git a/pkgs/applications/misc/khard/default.nix b/pkgs/applications/misc/khard/default.nix
index 61eb959a1dd..4fb2227ee20 100644
--- a/pkgs/applications/misc/khard/default.nix
+++ b/pkgs/applications/misc/khard/default.nix
@@ -17,13 +17,13 @@ let
};
in with python.pkgs; buildPythonApplication rec {
- version = "0.13.0";
+ version = "0.14.0";
name = "khard-${version}";
namePrefix = "";
src = fetchurl {
url = "https://github.com/scheibler/khard/archive/v${version}.tar.gz";
- sha256 = "06b9xcdg1na6mxa2pnlh0wfsk02k2h6hlki089aaikbg8k8ykj8f";
+ sha256 = "0m1pc67jz663yfc0xzfpknymn8jj2bpfxaph3pl0mjd3h1zjfyaq";
};
# setup.py reads the UTF-8 encoded readme.
diff --git a/pkgs/applications/misc/kitty/default.nix b/pkgs/applications/misc/kitty/default.nix
index aa234cf4a25..3b7e9e9d139 100644
--- a/pkgs/applications/misc/kitty/default.nix
+++ b/pkgs/applications/misc/kitty/default.nix
@@ -1,15 +1,15 @@
{ stdenv, substituteAll, fetchFromGitHub, python3Packages, glfw, libunistring,
harfbuzz, fontconfig, pkgconfig, ncurses, imagemagick, xsel,
- libstartup_notification, libX11, libXrandr, libXinerama, libXcursor,
+ libstartup_notification, libGL, libX11, libXrandr, libXinerama, libXcursor,
libxkbcommon, libXi, libXext, wayland-protocols, wayland,
- which, dbus, fetchpatch,
+ which, dbus,
Cocoa,
CoreGraphics,
Foundation,
IOKit,
Kernel,
OpenGL,
- cf-private,
+ libcanberra,
libicns,
libpng,
librsvg,
@@ -21,18 +21,19 @@
with python3Packages;
buildPythonApplication rec {
pname = "kitty";
- version = "0.14.2";
+ version = "0.14.3";
format = "other";
src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "v${version}";
- sha256 = "15iv3k7iryf10n8n67d37x24pzcarq97a3dr42lbld00k1lx19az";
+ sha256 = "0wi6b6b1nyp16rcpcghk6by62wy6qsamv1xdymyn0zbqgd8h9n6b";
};
buildInputs = [
- ncurses harfbuzz
+ harfbuzz
+ ncurses
] ++ stdenv.lib.optionals stdenv.isDarwin [
Cocoa
CoreGraphics
@@ -40,12 +41,11 @@ buildPythonApplication rec {
IOKit
Kernel
OpenGL
- cf-private
libpng
python3
zlib
] ++ stdenv.lib.optionals stdenv.isLinux [
- fontconfig glfw libunistring libX11
+ fontconfig glfw libunistring libcanberra libX11
libXrandr libXinerama libXcursor libxkbcommon libXi libXext
wayland-protocols wayland dbus
];
@@ -59,6 +59,8 @@ buildPythonApplication rec {
optipng
];
+ propagatedBuildInputs = stdenv.lib.optional stdenv.isLinux libGL;
+
outputs = [ "out" "terminfo" ];
patches = [
@@ -72,6 +74,10 @@ buildPythonApplication rec {
./png2icns.patch
];
+ preConfigure = stdenv.lib.optional (!stdenv.isDarwin) ''
+ substituteInPlace glfw/egl_context.c --replace "libEGL.so.1" "${stdenv.lib.getLib libGL}/lib/libEGL.so.1"
+ '';
+
buildPhase = if stdenv.isDarwin then ''
make app
'' else ''
@@ -89,7 +95,7 @@ buildPythonApplication rec {
'' else ''
cp -r linux-package/{bin,share,lib} $out
''}
- wrapProgram "$out/bin/kitty" --prefix PATH : "$out/bin:${stdenv.lib.makeBinPath [ imagemagick xsel ]}"
+ wrapProgram "$out/bin/kitty" --prefix PATH : "$out/bin:${stdenv.lib.makeBinPath [ imagemagick xsel ncurses.dev ]}"
runHook postInstall
# ZSH completions need to be invoked with `source`:
diff --git a/pkgs/applications/misc/kitty/png2icns.patch b/pkgs/applications/misc/kitty/png2icns.patch
index d2d0806c862..68566e2a899 100644
--- a/pkgs/applications/misc/kitty/png2icns.patch
+++ b/pkgs/applications/misc/kitty/png2icns.patch
@@ -1,19 +1,21 @@
---- a/setup.py
-+++ b/setup.py
-@@ -744,9 +744,15 @@ Categories=System;TerminalEmulator;
- if not os.path.exists(logo_dir):
- raise SystemExit('The kitty logo has not been generated, you need to run logo/make.py')
- subprocess.check_call([
-- 'iconutil', '-c', 'icns', logo_dir, '-o',
-+ 'png2icns',
- os.path.join('Resources', os.path.basename(logo_dir).partition('.')[0] + '.icns')
-- ])
-+ ] + [os.path.join(logo_dir, logo) for logo in (
-+ 'icon_128x128.png',
-+ 'icon_16x16.png',
-+ 'icon_256x256.png',
-+ 'icon_32x32.png',
-+ 'icon_512x512.png',
-+ )])
- # }}}
- # }}}
+diff -aru a/setup.py b/setup.py
+--- a/setup.py 2019-07-29 11:09:32.000000000 -0400
++++ b/setup.py 2019-07-29 11:11:37.000000000 -0400
+@@ -784,9 +784,15 @@
+ def create_macos_app_icon(where='Resources'):
+ logo_dir = os.path.abspath(os.path.join('logo', appname + '.iconset'))
+ subprocess.check_call([
+- 'iconutil', '-c', 'icns', logo_dir, '-o',
++ 'png2icns',
+ os.path.join(where, os.path.basename(logo_dir).partition('.')[0] + '.icns')
+- ])
++ ] + [os.path.join(logo_dir, logo) for logo in [
++ 'icon_128x128.png',
++ 'icon_16x16.png',
++ 'icon_256x256.png',
++ 'icon_32x32.png',
++ 'icon_512x512.png',
++ ]])
+
+
+ def create_minimal_macos_bundle(args, where):
diff --git a/pkgs/applications/misc/kiwix/default.nix b/pkgs/applications/misc/kiwix/default.nix
index bc49e810d4e..01aef93e5e5 100644
--- a/pkgs/applications/misc/kiwix/default.nix
+++ b/pkgs/applications/misc/kiwix/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, makeWrapper, pkgconfig
, zip, python, zlib, which, icu, libmicrohttpd, lzma, aria2, wget, bc
, libuuid, libX11, libXext, libXt, libXrender, glib, dbus, dbus-glib
-, gtk2, gdk_pixbuf, pango, cairo, freetype, fontconfig, alsaLib, atk, cmake
+, gtk2, gdk-pixbuf, pango, cairo, freetype, fontconfig, alsaLib, atk, cmake
, xapian, ctpp2, zimlib
}:
@@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
rm $out/bin/kiwix
makeWrapper $out/lib/kiwix/kiwix-launcher $out/bin/kiwix \
- --suffix LD_LIBRARY_PATH : ${makeLibraryPath [stdenv.cc.cc libX11 libXext libXt libXrender glib dbus dbus-glib gtk2 gdk_pixbuf pango cairo freetype fontconfig alsaLib atk]} \
+ --suffix LD_LIBRARY_PATH : ${makeLibraryPath [stdenv.cc.cc libX11 libXext libXt libXrender glib dbus dbus-glib gtk2 gdk-pixbuf pango cairo freetype fontconfig alsaLib atk]} \
--suffix PATH : ${aria2}/bin
'';
diff --git a/pkgs/applications/misc/kjv/default.nix b/pkgs/applications/misc/kjv/default.nix
new file mode 100644
index 00000000000..79f0b8dc6df
--- /dev/null
+++ b/pkgs/applications/misc/kjv/default.nix
@@ -0,0 +1,43 @@
+{ stdenv, fetchFromGitHub, fetchpatch }:
+
+let
+
+patch-base = https://github.com/LukeSmithxyz/kjv/commit/;
+
+add-apocrypha = fetchpatch {
+ url = patch-base + "b92b7622285d10464f9274f11e740bef90705bbc.patch";
+ sha256 = "0n4sj8p9m10fcair4msc129jxkkx5whqzhjbr5k4lfgp6nb1zk8k";
+};
+
+add-install-target = fetchpatch {
+ url = patch-base + "f4ad73539eb73f1890f4b791d8d38dd95900a4a4.patch";
+ sha256 = "1yzj72i5fkzn2i4wl09q6jx7nwn2h4jwm49fc23nxfwchzar9m1q";
+};
+
+in
+
+stdenv.mkDerivation rec {
+ pname = "kjv";
+ version = "unstable-2018-12-25";
+
+ src = fetchFromGitHub {
+ owner = "bontibon";
+ repo = pname;
+ rev = "fda81a610e4be0e7c5cf242de655868762dda1d4";
+ sha256 = "1favfcjvd3pzz1ywwv3pbbxdg7v37s8vplgsz8ag016xqf5ykqqf";
+ };
+
+ patches = [ add-apocrypha add-install-target ];
+
+ makeFlags = [
+ "PREFIX=${placeholder ''out''}"
+ ];
+
+ meta = with stdenv.lib; {
+ description = "The Bible, King James Version";
+ homepage = "https://github.com/bontibon/kjv";
+ license = licenses.publicDomain;
+ maintainers = [ maintainers.jtobin ];
+ };
+}
+
diff --git a/pkgs/applications/misc/latte-dock/default.nix b/pkgs/applications/misc/latte-dock/default.nix
index e560fa30294..bdbdef45fe7 100644
--- a/pkgs/applications/misc/latte-dock/default.nix
+++ b/pkgs/applications/misc/latte-dock/default.nix
@@ -3,12 +3,12 @@
mkDerivation rec {
pname = "latte-dock";
- version = "0.8.8";
+ version = "0.8.9";
name = "${pname}-${version}";
src = fetchurl {
url = "https://download.kde.org/stable/${pname}/${name}.tar.xz";
- sha256 = "137s7rx35a5qrfww3q8bllj4zyjfa7l709snvdfj34y7jbq7p6cd";
+ sha256 = "1kkpxa39crjpqgamrcpgp1mrcdg0aq9850yb6cf7lw7d3x2fdrxj";
name = "${name}.tar.xz";
};
diff --git a/pkgs/applications/misc/libosmocore/default.nix b/pkgs/applications/misc/libosmocore/default.nix
index c9583961de4..999665bf6bb 100644
--- a/pkgs/applications/misc/libosmocore/default.nix
+++ b/pkgs/applications/misc/libosmocore/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "libosmocore-${version}";
- version = "1.1.0";
+ version = "1.2.0";
src = fetchFromGitHub {
owner = "osmocom";
repo = "libosmocore";
rev = version;
- sha256 = "1ayxpq03mv547sirdy3j9vnsjd1q07adhwwnl3wffz3c39wlax68";
+ sha256 = "1535y6r4csvslrxcki80ya6zhhc5jw2nvy9bymb55ln77pf853vg";
};
propagatedBuildInputs = [
diff --git a/pkgs/applications/misc/lutris/chrootenv.nix b/pkgs/applications/misc/lutris/chrootenv.nix
new file mode 100644
index 00000000000..ab40dfc8131
--- /dev/null
+++ b/pkgs/applications/misc/lutris/chrootenv.nix
@@ -0,0 +1,114 @@
+{ lib, buildFHSUserEnv, lutris-unwrapped
+, steamSupport ? true
+}:
+
+let
+
+ qt5Deps = pkgs: with pkgs.qt5; [ qtbase qtmultimedia ];
+ gnome3Deps = pkgs: with pkgs.gnome3; [ zenity gtksourceview gnome-desktop libgnome-keyring webkitgtk ];
+ xorgDeps = pkgs: with pkgs.xorg; [
+ libX11 libXrender libXrandr libxcb libXmu libpthreadstubs libXext libXdmcp
+ libXxf86vm libXinerama libSM libXv libXaw libXi libXcursor libXcomposite
+ ];
+
+in buildFHSUserEnv {
+ name = "lutris";
+
+ runScript = "lutris";
+
+ targetPkgs = pkgs: with pkgs; [
+ lutris-unwrapped
+
+ # Adventure Game Studio
+ allegro dumb
+
+ # Desmume
+ lua agg soundtouch openal desktop-file-utils pangox_compat atk
+
+ # DGen // TODO: libarchive is broken
+
+ # Dolphin
+ bluez ffmpeg gettext portaudio wxGTK30 miniupnpc mbedtls lzo sfml gsm
+ wavpack gnutls-kdh orc nettle gmp pcre vulkan-loader
+
+ # DOSBox
+ SDL_net SDL_sound
+
+ # GOG
+ glib-networking
+
+ # Higan // TODO: "higan is not available for the x86_64 architecture"
+
+ # Libretro
+ fluidsynth hidapi mesa libdrm
+
+ # MAME
+ qt48 fontconfig SDL2_ttf
+
+ # Mednafen
+ freeglut mesa_glu
+
+ # MESS
+ expat
+
+ # Minecraft
+ nss
+
+ # Mupen64Plus
+ boost dash
+
+ # Osmose
+ qt4
+
+ # PPSSPP
+ glew snappy
+
+ # Redream // "redream is not available for the x86_64 architecture"
+
+ # ResidualVM
+ flac
+
+ # rpcs3 // TODO: "error while loading shared libraries: libz.so.1..."
+ llvm_4
+
+ # ScummVM
+ nasm sndio
+
+ # Snes9x
+ epoxy minizip
+
+ # Vice
+ bison flex
+
+ # WINE
+ xorg.xrandr perl which p7zip gnused gnugrep psmisc opencl-headers
+
+ # ZDOOM
+ soundfont-fluid bzip2 game-music-emu
+ ] ++ qt5Deps pkgs
+ ++ gnome3Deps pkgs
+ ++ lib.optional steamSupport pkgs.steam;
+
+ multiPkgs = pkgs: with pkgs; [
+ # Common
+ libsndfile libtheora libogg libvorbis libopus libGLU libpcap libpulseaudio
+ libao libusb libevdev libudev libgcrypt libxml2 libusb libpng libmpeg2 libv4l
+ libjpeg libxkbcommon libass libcdio libjack2 libsamplerate libzip libmad libaio
+ libcap libtiff libva libgphoto2 libxslt libtxc_dxtn libsndfile giflib zlib glib
+ alsaLib zziplib bash dbus keyutils zip cabextract freetype unzip coreutils
+ readline gcc SDL SDL2 curl graphite2 gtk2 gtk3 udev ncurses wayland libglvnd
+ vulkan-loader xdg_utils sqlite
+
+ # PCSX2 // TODO: "libgobject-2.0.so.0: wrong ELF class: ELFCLASS64"
+
+ # WINE
+ cups lcms2 mpg123 cairo unixODBC samba4 sane-backends openldap
+ ocl-icd utillinux
+ ] ++ xorgDeps pkgs;
+
+ extraInstallCommands = ''
+ mkdir -p $out/share
+ ln -sf ${lutris-unwrapped}/share/applications $out/share
+ ln -sf ${lutris-unwrapped}/share/icons $out/share
+ '';
+}
diff --git a/pkgs/applications/misc/lutris/default.nix b/pkgs/applications/misc/lutris/default.nix
index 3ccceb0e922..7ccd4d6e5e9 100644
--- a/pkgs/applications/misc/lutris/default.nix
+++ b/pkgs/applications/misc/lutris/default.nix
@@ -1,178 +1,66 @@
-{ stdenv, pkgs, buildFHSUserEnv, makeDesktopItem, fetchFromGitHub, fetchpatch
-, wrapGAppsHook, python2Packages, python3Packages }:
+{ buildPythonApplication, lib, fetchFromGitHub
+, wrapGAppsHook, gobject-introspection, gnome-desktop, libnotify, libgnome-keyring, pango
+, gdk-pixbuf, atk, webkitgtk, gst_all_1
+, evdev, pyyaml, pygobject3, requests, pillow
+, xrandr, pciutils, psmisc, glxinfo, vulkan-tools, xboxdrv, pulseaudio, p7zip, xgamma
+, libstrangle, wine, fluidsynth, xorgserver
+}:
let
- qt5Deps = with pkgs; with qt5; [ qtbase qtmultimedia ];
- gnome3Deps = with pkgs; with gnome3; [ zenity gtksourceview gnome-desktop libgnome-keyring webkitgtk ];
-
- python3Deps = with pkgs; with python3Packages; [
- evdev pyyaml pyxdg pygobject3 pyqt5 dbus-python requests pillow
+ # See lutris/util/linux.py
+ binPath = lib.makeBinPath [
+ xrandr
+ pciutils
+ psmisc
+ glxinfo
+ vulkan-tools
+ xboxdrv
+ pulseaudio
+ p7zip
+ xgamma
+ libstrangle
+ wine
+ fluidsynth
+ xorgserver
];
- xorgDeps = with pkgs; with xorg; [
- libX11 libXrender libXrandr libxcb libXmu libpthreadstubs libXext libXdmcp
- libXxf86vm libXinerama libSM libXv libXaw libXi libXcursor libXcomposite
- xrandr xdg_utils
- ];
-
- gstDeps = with pkgs; with gst_all_1; [
+ gstDeps = with gst_all_1; [
gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly
gst-libav
];
- deps = with pkgs; [
- # Common
- stdenv.cc.cc libGL libGLU_combined libsndfile libtheora libogg libvorbis
- libopus libGLU libpcap libpulseaudio libao libusb libevdev libudev libgcrypt
- libxml2 libusb libpng libmpeg2 libv4l libjpeg libxkbcommon libass libcdio
- libjack2 libsamplerate libzip libmad libaio libcap libtiff libva libgphoto2
- libxslt libtxc_dxtn libsndfile giflib zlib glib alsaLib zziplib bash dbus
- keyutils zip cabextract freetype unzip coreutils readline gcc SDL SDL2 curl
- graphite2 gtk2 gtk3 udev ncurses wayland libglvnd vulkan-loader
+in buildPythonApplication rec {
+ name = "lutris-original-${version}";
+ version = "0.5.2.1";
- # Lutris
- gobject-introspection gdk_pixbuf hicolor-icon-theme pango openssl sqlite xterm libnotify procps
-
- # Adventure Game Studio
- allegro dumb
-
- # Desmume
- lua agg soundtouch openal desktop-file-utils pangox_compat atk
-
- # DGen // TODO: libarchive is broken
-
- # Dolphin
- bluez ffmpeg gettext portaudio wxGTK30 miniupnpc mbedtls lzo sfml gsm
- wavpack gnutls-kdh orc nettle gmp pcre vulkan-loader
-
- # DOSBox
- SDL_net SDL_sound
-
- # GOG
- glib-networking
-
- # Higan // TODO: "higan is not available for the x86_64 architecture"
-
- # Libretro
- fluidsynth hidapi mesa_noglu libdrm
-
- # MAME
- qt48 fontconfig SDL2_ttf
-
- # Mednafen
- freeglut mesa_glu
-
- # MESS
- expat
-
- # Minecraft
- nss
-
- # Mupen64Plus
- boost dash
-
- # Osmose
- qt4
-
- # PCSX2 // TODO: "libgobject-2.0.so.0: wrong ELF class: ELFCLASS64"
-
- # PPSSPP
- glew snappy
-
- # Redream // "redream is not available for the x86_64 architecture"
-
- # ResidualVM
- flac
-
- # rpcs3 // TODO: "error while loading shared libraries: libz.so.1..."
- llvm_4
-
- # ScummVM
- nasm sndio
-
- # Snes9x
- epoxy minizip
-
- # Steam
- steam
-
- # Vice
- bison flex
-
- # WINE
- perl which p7zip gnused gnugrep psmisc cups lcms2 mpg123 cairo unixODBC
- samba4 sane-backends openldap opencl-headers ocl-icd utillinux
-
- (wine.override { wineBuild = "wineWow"; })
-
- # ZDOOM
- soundfont-fluid bzip2 game-music-emu
- ] ++ qt5Deps
- ++ gnome3Deps
- ++ python3Deps
- ++ xorgDeps
- ++ gstDeps;
-
- lutris = python3Packages.buildPythonApplication rec {
- name = "lutris-original-${version}";
- version = "0.5.2.1";
-
- src = fetchFromGitHub {
- owner = "lutris";
- repo = "lutris";
- rev = "v${version}";
- sha256 = "023yqnzmnkfpq21r6ky6jzwbjxjcw1a5zqrrdl6fwwlr78fdhgpv";
- };
-
- enableParallelBuilding = true;
- nativeBuildInputs = [ wrapGAppsHook ];
- propagatedBuildInputs = deps;
- fullPath = stdenv.lib.makeLibraryPath deps;
- preConfigure = "export HOME=$PWD";
-
- makeWrapperArgs = [
- "--prefix LD_LIBRARY_PATH : ${fullPath}:$out/lib"
- "--set GI_TYPELIB_PATH $GI_TYPELIB_PATH"
- "--prefix XDG_DATA_DIRS : $out/share"
- "--suffix XDG_DATA_DIRS : $XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"
- ];
-
- postInstall = ''
- mkdir -p $out/lib
- ln -sf ${pkgs.gsm}/lib/libgsm.so $out/lib/libgsm.so.1
- mv $out/bin/lutris $out/bin/lutris-${version}
- '';
-
- meta = with stdenv.lib; {
- homepage = "https://lutris.net";
- description = "Open Source gaming platform for GNU/Linux";
- license = licenses.gpl3;
- maintainers = with maintainers; [ chiiruno ];
- platforms = platforms.linux;
- };
+ src = fetchFromGitHub {
+ owner = "lutris";
+ repo = "lutris";
+ rev = "v${version}";
+ sha256 = "023yqnzmnkfpq21r6ky6jzwbjxjcw1a5zqrrdl6fwwlr78fdhgpv";
};
- desktopItem = makeDesktopItem {
- name = "Lutris";
- exec = "lutris";
- icon = "lutris";
- comment = lutris.meta.description;
- desktopName = "Lutris";
- genericName = "Gaming Platform";
- categories = "Network;Game;Emulator;";
- startupNotify = "false";
+ buildInputs = [
+ wrapGAppsHook gobject-introspection gnome-desktop libnotify libgnome-keyring pango
+ gdk-pixbuf atk webkitgtk
+ ] ++ gstDeps;
+
+ makeWrapperArgs = [
+ "--prefix PATH : ${binPath}"
+ ];
+
+ propagatedBuildInputs = [
+ evdev pyyaml pygobject3 requests pillow
+ ];
+
+ preCheck = "export HOME=$PWD";
+
+ meta = with lib; {
+ homepage = "https://lutris.net";
+ description = "Open Source gaming platform for GNU/Linux";
+ license = licenses.gpl3;
+ maintainers = with maintainers; [ chiiruno ];
+ platforms = platforms.linux;
};
-
-in buildFHSUserEnv rec {
- name = "lutris";
-
- runScript = "lutris-${lutris.version}";
- targetPkgs = pkgs: [ lutris pkgs.glxinfo pkgs.pciutils ];
- passthru.lutris = lutris;
-
- extraInstallCommands = ''
- mkdir -p $out/share
- cp -r ${desktopItem}/share/applications $out/share
- ln -sf ${lutris}/share/icons $out/share
- '';
}
+
diff --git a/pkgs/applications/misc/mako/default.nix b/pkgs/applications/misc/mako/default.nix
index f076a2838eb..ffb938f30a5 100644
--- a/pkgs/applications/misc/mako/default.nix
+++ b/pkgs/applications/misc/mako/default.nix
@@ -1,24 +1,22 @@
{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig, scdoc
-, systemd, pango, cairo, gdk_pixbuf
+, systemd, pango, cairo, gdk-pixbuf
, wayland, wayland-protocols }:
stdenv.mkDerivation rec {
pname = "mako";
- version = "1.3";
+ version = "1.4";
src = fetchFromGitHub {
owner = "emersion";
repo = pname;
rev = "v${version}";
- sha256 = "17azdc37xsbmx13fkfp23vg9lznrv9fh6nhagn64wdq3nhsxm3b6";
+ sha256 = "11ymiq6cr2ma0iva1mqybn3j6k73bsc6lv6pcbdq7hkhd4f9b7j9";
};
nativeBuildInputs = [ meson ninja pkgconfig scdoc wayland-protocols ];
- buildInputs = [ systemd pango cairo gdk_pixbuf wayland ];
+ buildInputs = [ systemd pango cairo gdk-pixbuf wayland ];
- mesonFlags = [
- "-Dicons=enabled" "-Dman-pages=enabled" "-Dzsh-completions=true"
- ];
+ mesonFlags = [ "-Dzsh-completions=true" ];
meta = with stdenv.lib; {
description = "A lightweight Wayland notification daemon";
diff --git a/pkgs/applications/misc/masterpdfeditor/default.nix b/pkgs/applications/misc/masterpdfeditor/default.nix
index 7acebfad488..eb0e61ba6d7 100644
--- a/pkgs/applications/misc/masterpdfeditor/default.nix
+++ b/pkgs/applications/misc/masterpdfeditor/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, sane-backends, qtbase, qtsvg, nss, autoPatchelfHook, lib, makeWrapper }:
+{ stdenv, fetchurl, sane-backends, qtbase, qtsvg, nss, autoPatchelfHook, lib, wrapQtAppsHook }:
let
version = "5.4.10";
@@ -11,17 +11,12 @@ in stdenv.mkDerivation {
sha256 = "1902ahb2g9xanrip1n0ihr31az8sv9fsvzddnzf70kbwlfclnqf7";
};
- nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
+ nativeBuildInputs = [ autoPatchelfHook wrapQtAppsHook ];
buildInputs = [ nss qtbase qtsvg sane-backends stdenv.cc.cc ];
dontStrip = true;
- # Please remove this when #44047 is fixed
- postInstall = ''
- wrapProgram $out/bin/masterpdfeditor5 --prefix QT_PLUGIN_PATH : ${lib.getBin qtbase}/${qtbase.qtPluginPrefix}
- '';
-
installPhase = ''
runHook preInstall
diff --git a/pkgs/applications/misc/mediainfo-gui/default.nix b/pkgs/applications/misc/mediainfo-gui/default.nix
index 0d9fffd1bb7..8e6965bfc4f 100644
--- a/pkgs/applications/misc/mediainfo-gui/default.nix
+++ b/pkgs/applications/misc/mediainfo-gui/default.nix
@@ -2,11 +2,11 @@
, desktop-file-utils, libSM, imagemagick }:
stdenv.mkDerivation rec {
- version = "19.04";
+ version = "19.07";
name = "mediainfo-gui-${version}";
src = fetchurl {
url = "https://mediaarea.net/download/source/mediainfo/${version}/mediainfo_${version}.tar.xz";
- sha256 = "11wag23gx7nprrm1qlgvbc83rs9zxdsshqrp98zwia80xh8c9bk5";
+ sha256 = "0b2ypdlpj5v64ggqk628mgqraba27z725sa0zf0fa4agxhf9ka44";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
diff --git a/pkgs/applications/misc/mediainfo/default.nix b/pkgs/applications/misc/mediainfo/default.nix
index 8bbb179d9d5..601e8c611e4 100644
--- a/pkgs/applications/misc/mediainfo/default.nix
+++ b/pkgs/applications/misc/mediainfo/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, autoreconfHook, pkgconfig, libzen, libmediainfo, zlib }:
stdenv.mkDerivation rec {
- version = "19.04";
+ version = "19.07";
name = "mediainfo-${version}";
src = fetchurl {
url = "https://mediaarea.net/download/source/mediainfo/${version}/mediainfo_${version}.tar.xz";
- sha256 = "11wag23gx7nprrm1qlgvbc83rs9zxdsshqrp98zwia80xh8c9bk5";
+ sha256 = "0b2ypdlpj5v64ggqk628mgqraba27z725sa0zf0fa4agxhf9ka44";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
diff --git a/pkgs/applications/misc/megasync/default.nix b/pkgs/applications/misc/megasync/default.nix
new file mode 100644
index 00000000000..7e66b7bf0bb
--- /dev/null
+++ b/pkgs/applications/misc/megasync/default.nix
@@ -0,0 +1,129 @@
+{ stdenv
+, autoconf
+, automake
+, c-ares
+, cryptopp
+, curl
+, doxygen
+, fetchFromGitHub
+, ffmpeg
+, hicolor-icon-theme
+, libmediainfo
+, libraw
+, libsodium
+, libtool
+, libuv
+, libzen
+, lsb-release
+, mkDerivation
+, pkgconfig
+, qmake
+, qtbase
+, qtsvg
+, qttools
+, sqlite
+, swig
+, unzip
+, wget
+}:
+
+mkDerivation rec {
+ name = "megasync-${version}";
+ version = "4.1.1.0";
+
+ src = fetchFromGitHub {
+ owner = "meganz";
+ repo = "MEGAsync";
+ rev = "v${version}_Linux";
+ sha256 = "0lc228q3s9xp78dxjn22g6anqlsy1hi7a6yfs4q3l6gyfc3qcxl2";
+ fetchSubmodules = true;
+ };
+
+ nativeBuildInputs = [
+ autoconf
+ automake
+ doxygen
+ lsb-release
+ pkgconfig
+ qmake
+ qttools
+ swig
+ ];
+ buildInputs = [
+ c-ares
+ cryptopp
+ curl
+ ffmpeg
+ hicolor-icon-theme
+ libmediainfo
+ libraw
+ libsodium
+ libtool
+ libuv
+ libzen
+ qtbase
+ qtsvg
+ sqlite
+ unzip
+ wget
+ ];
+
+ patches = [
+ # Distro and version targets attempt to use lsb_release which is broken
+ # (see issue: https://github.com/NixOS/nixpkgs/issues/22729)
+ ./noinstall-distro-version.patch
+ # megasync target is not part of the install rule thanks to a commented block
+ ./install-megasync.patch
+ ];
+
+ postPatch = ''
+ for file in $(find src/ -type f \( -iname configure -o -iname \*.sh \) ); do
+ substituteInPlace "$file" --replace "/bin/bash" "${stdenv.shell}"
+ done
+ '';
+
+ dontUseQmakeConfigure = true;
+ enableParallelBuilding = true;
+
+ preConfigure = ''
+ cd src/MEGASync/mega
+ ./autogen.sh
+ '';
+
+ configureFlags = [
+ "--disable-examples"
+ "--disable-java"
+ "--disable-php"
+ "--enable-chat"
+ "--with-cares"
+ "--with-cryptopp"
+ "--with-curl"
+ "--with-ffmpeg"
+ "--without-freeimage" # unreferenced even when found
+ "--without-readline"
+ "--without-termcap"
+ "--with-sodium"
+ "--with-sqlite"
+ "--with-zlib"
+ ];
+
+ postConfigure = ''
+ cd ../..
+ '';
+
+ preBuild = ''
+ qmake CONFIG+="release" MEGA.pro
+ pushd MEGASync
+ lrelease MEGASync.pro
+ DESKTOP_DESTDIR="$out" qmake PREFIX="$out" -o Makefile MEGASync.pro CONFIG+=release
+ popd
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Easy automated syncing between your computers and your MEGA Cloud Drive";
+ homepage = https://mega.nz/;
+ license = licenses.unfree;
+ platforms = [ "i686-linux" "x86_64-linux" ];
+ maintainers = [ maintainers.michojel ];
+ };
+}
diff --git a/pkgs/applications/misc/megasync/install-megasync.patch b/pkgs/applications/misc/megasync/install-megasync.patch
new file mode 100644
index 00000000000..7d8748528e7
--- /dev/null
+++ b/pkgs/applications/misc/megasync/install-megasync.patch
@@ -0,0 +1,21 @@
+Index: source/src/MEGASync/MEGASync.pro
+===================================================================
+--- source.orig/src/MEGASync/MEGASync.pro
++++ source/src/MEGASync/MEGASync.pro
+@@ -28,11 +28,11 @@ unix:!macx {
+ TARGET = megasync
+
+ # Uncomment the following if "make install" doesn't copy megasync in /usr/bin directory
+-# isEmpty(PREFIX) {
+-# PREFIX = /usr
+-# }
+-# target.path = $$PREFIX/bin
+-# INSTALLS += target
++ isEmpty(PREFIX) {
++ PREFIX = /usr
++ }
++ target.path = $$PREFIX/bin
++ INSTALLS += target
+ }
+ else {
+ TARGET = MEGAsync
diff --git a/pkgs/applications/misc/megasync/noinstall-distro-version.patch b/pkgs/applications/misc/megasync/noinstall-distro-version.patch
new file mode 100644
index 00000000000..bbf100737bc
--- /dev/null
+++ b/pkgs/applications/misc/megasync/noinstall-distro-version.patch
@@ -0,0 +1,13 @@
+Index: source/src/MEGASync/platform/platform.pri
+===================================================================
+--- source.orig/src/MEGASync/platform/platform.pri
++++ source/src/MEGASync/platform/platform.pri
+@@ -37,7 +37,7 @@ unix:!macx {
+ system(command -v lsb_release): version.commands = lsb_release -rs > $$version.target
+ version.files = $$version.target
+
+- INSTALLS += distro version
++ # INSTALLS += distro version
+
+ QT += dbus
+ SOURCES += $$PWD/linux/LinuxPlatform.cpp \
diff --git a/pkgs/applications/misc/memo/default.nix b/pkgs/applications/misc/memo/default.nix
index c112cf0c928..0b802bedf8d 100644
--- a/pkgs/applications/misc/memo/default.nix
+++ b/pkgs/applications/misc/memo/default.nix
@@ -9,13 +9,13 @@ stdenv.mkDerivation rec {
name = "memo-${version}";
- version = "0.6";
+ version = "0.8";
src = fetchFromGitHub {
owner = "mrVanDalo";
repo = "memo";
rev = "${version}";
- sha256 = "1cvjs36f6vxzfz5d63yhyw8j7gdw5hn6cfzccf7ag08lamjhfhbr";
+ sha256 = "0azx2bx6y7j0637fg3m8zigcw09zfm2mw9wjfg218sx88cm1wdkp";
};
installPhase = let
diff --git a/pkgs/applications/misc/menumaker/default.nix b/pkgs/applications/misc/menumaker/default.nix
index 56854e7863f..718f2e46fa0 100644
--- a/pkgs/applications/misc/menumaker/default.nix
+++ b/pkgs/applications/misc/menumaker/default.nix
@@ -2,11 +2,11 @@
pythonPackages.buildPythonApplication rec {
name = "menumaker-${version}";
- version = "0.99.10";
+ version = "0.99.11";
src = fetchurl {
url = "mirror://sourceforge/menumaker/${name}.tar.gz";
- sha256 = "1mm4cvg3kphkkd8nwrhcg6d9nm5ar7mgc0wf6fxk6zck1l7xn8ky";
+ sha256 = "0dprndnhwm7b803zkp4pisiq06ic9iv8vr42in5is47jmvdim0wx";
};
format = "other";
diff --git a/pkgs/applications/misc/merkaartor/default.nix b/pkgs/applications/misc/merkaartor/default.nix
index 70a6efb90dd..dec55e9c1e5 100644
--- a/pkgs/applications/misc/merkaartor/default.nix
+++ b/pkgs/applications/misc/merkaartor/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, qmake, pkgconfig, boost, gdal, proj
+{ stdenv, fetchFromGitHub, makeWrapper, qmake, pkgconfig, boost, gdal, proj
, qtbase, qtsvg, qtwebkit }:
stdenv.mkDerivation rec {
@@ -12,12 +12,19 @@ stdenv.mkDerivation rec {
sha256 = "0ls3q8m1hxiwyrypy6qca8wczhl4969ncl0sszfdwfv70rzxjk88";
};
- nativeBuildInputs = [ qmake pkgconfig ];
+ nativeBuildInputs = [ makeWrapper qmake pkgconfig ];
buildInputs = [ boost gdal proj qtbase qtsvg qtwebkit ];
enableParallelBuilding = true;
+ NIX_CFLAGS_COMPILE = [ "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" ];
+
+ postInstall = ''
+ wrapProgram $out/bin/merkaartor \
+ --set QT_QPA_PLATFORM_PLUGIN_PATH ${qtbase.bin}/lib/qt-*/plugins/platforms
+ '';
+
meta = with stdenv.lib; {
description = "OpenStreetMap editor";
homepage = http://merkaartor.be/;
diff --git a/pkgs/applications/misc/mlterm/default.nix b/pkgs/applications/misc/mlterm/default.nix
index 2cfa6010853..46ba9d450c8 100644
--- a/pkgs/applications/misc/mlterm/default.nix
+++ b/pkgs/applications/misc/mlterm/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, autoconf, makeDesktopItem
-, libX11, gdk_pixbuf, cairo, libXft, gtk3, vte
+, libX11, gdk-pixbuf, cairo, libXft, gtk3, vte
, harfbuzz #substituting glyphs with opentype fonts
, fribidi, m17n_lib #bidi and encoding
, openssl, libssh2 #build-in ssh
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig autoconf ];
buildInputs = [
- libX11 gdk_pixbuf.dev cairo libXft gtk3 vte
+ libX11 gdk-pixbuf.dev cairo libXft gtk3 vte
harfbuzz fribidi m17n_lib openssl libssh2
];
diff --git a/pkgs/applications/misc/moolticute/default.nix b/pkgs/applications/misc/moolticute/default.nix
new file mode 100644
index 00000000000..0f4e72502bb
--- /dev/null
+++ b/pkgs/applications/misc/moolticute/default.nix
@@ -0,0 +1,38 @@
+{ stdenv, fetchurl
+, libusb1, pkgconfig, qmake, qtbase, qttools, qtwebsockets
+}:
+
+stdenv.mkDerivation rec {
+ name = "moolticute-${version}";
+ version = "0.30.8";
+
+ src = fetchurl {
+ url = "https://github.com/mooltipass/moolticute/archive/v${version}.tar.gz";
+ sha256 = "1qi18r2v0mpw1y007vjgzhiia89fpgsbg2wirxgngl21yxdns1pf";
+ };
+
+ preConfigure = "mkdir -p build && cd build";
+ nativeBuildInputs = [ pkgconfig qmake qttools ];
+ qmakeFlags = [ "../Moolticute.pro" ];
+
+ outputs = [ "out" "udev" ];
+ preInstall = ''
+ mkdir -p $udev/lib/udev/rules.d
+ sed -n '/^ \+cat > "$tmpfile" <<- EOF$/,/^EOF$/p' ../data/moolticute.sh |
+ sed '1d;$d' > $udev/lib/udev/rules.d/50-mooltipass.rules
+ '';
+
+ buildInputs = [ libusb1 qtbase qtwebsockets ];
+
+ meta = with stdenv.lib; {
+ description = "GUI app and daemon to work with Mooltipass device via USB";
+ longDescription = ''
+ To install udev rules, add `services.udev.packages == [ moolticute.udev ]`
+ into `nixos/configuration.nix`.
+ '';
+ homepage = https://github.com/mooltipass/moolticute;
+ license = licenses.gpl3Plus;
+ maintainers = [ maintainers.kirikaza ];
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/applications/misc/navit/default.nix b/pkgs/applications/misc/navit/default.nix
index 8dc288c0162..e8497dbc7bd 100644
--- a/pkgs/applications/misc/navit/default.nix
+++ b/pkgs/applications/misc/navit/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, pkgconfig, gtk2, fontconfig, freetype, imlib2
, SDL_image, libGLU_combined, libXmu, freeglut, pcre, dbus, dbus-glib, glib
-, librsvg, freeimage, libxslt, cairo, gdk_pixbuf, pango
+, librsvg, freeimage, libxslt, cairo, gdk-pixbuf, pango
, atk, patchelf, fetchurl, bzip2, python, gettext, quesoglc
, gd, cmake, shapelib, SDL_ttf, fribidi, makeWrapper
, qtquickcontrols, qtmultimedia, qtspeech, qtsensors
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
gtk2 fontconfig freetype imlib2 libGLU_combined freeimage
libxslt libXmu freeglut python gettext quesoglc gd
fribidi pcre dbus dbus-glib librsvg shapelib glib
- cairo gdk_pixbuf pango atk
+ cairo gdk-pixbuf pango atk
] ++ optionals sdlSupport [ SDL SDL_ttf SDL_image ]
++ optional postgresqlSupport postgresql
++ optional speechdSupport speechd
diff --git a/pkgs/applications/misc/netsurf/browser/default.nix b/pkgs/applications/misc/netsurf/browser/default.nix
index 1b800f65434..0bb86fdca95 100644
--- a/pkgs/applications/misc/netsurf/browser/default.nix
+++ b/pkgs/applications/misc/netsurf/browser/default.nix
@@ -1,71 +1,85 @@
-{ stdenv, fetchurl, pkgconfig, libpng, openssl, curl, gtk2, check, SDL
-, libxml2, libidn, perl, nettools, perlPackages
-, libXcursor, libXrandr, makeWrapper
+{ stdenv, fetchurl, fetchpatch, makeWrapper, wrapGAppsHook
+
+# Buildtime dependencies.
+
+, check, pkgconfig, xxd
+
+# Runtime dependencies.
+
+, curl, expat, libXcursor, libXrandr, libidn, libjpeg, libpng, libwebp, libxml2
+, openssl, perl, perlPackages
+
+# uilib-specific dependencies
+
+, gtk2 # GTK 2
+, SDL # Framebuffer
+
+# Configuration
+
, uilib ? "framebuffer"
-, buildsystem
-, nsgenbind
-, libnsfb
-, libwapcaplet
-, libparserutils
-, libcss
-, libhubbub
-, libdom
-, libnsbmp
-, libnsgif
-, libnsutils
-, libutf8proc
+
+# Netsurf-specific dependencies
+
+, libcss, libdom, libhubbub, libnsbmp, libnsfb, libnsgif
+, libnslog, libnspsl, libnsutils, libparserutils, libsvgtiny, libutf8proc
+, libwapcaplet, nsgenbind
}:
+let
+ inherit (stdenv.lib) optional optionals;
+in
stdenv.mkDerivation rec {
name = "netsurf-${version}";
- version = "3.5";
-
- # UI libs incldue Framebuffer, and gtk
+ version = "3.9";
src = fetchurl {
url = "http://download.netsurf-browser.org/netsurf/releases/source/netsurf-${version}-src.tar.gz";
- sha256 = "1k0x8mzgavfy7q9kywl6kzsc084g1xlymcnsxi5v6jp279nsdwwq";
+ sha256 = "1hzcm2s2wh5sapgr000lg63hcdbj6hyajxl43xa1x80kc5piqbyp";
};
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ libpng openssl curl gtk2 check libxml2 libidn perl
- nettools perlPackages.HTMLParser libXcursor libXrandr makeWrapper SDL
- buildsystem
- nsgenbind
- libnsfb
- libwapcaplet
- libparserutils
- libcss
- libhubbub
- libdom
- libnsbmp
- libnsgif
- libnsutils
+ patches = [
+ # GTK: prefer using curl's intrinsic defaults for CURLOPT_CA*
+ (fetchpatch {
+ name = "0001-GTK-prefer-using-curl-s-intrinsic-defaults-for-CURLO.patch";
+ url = "http://source.netsurf-browser.org/netsurf.git/patch/?id=87177d8aa109206d131e0d80a2080ce55dab01c7";
+ sha256 = "08bc60pc5k5qpckqv21zgmgszj3rpwskfc84shs8vg92vkimv2ai";
+ })
+ ];
+
+ nativeBuildInputs = [
+ makeWrapper
+ perl
+ perlPackages.HTMLParser
+ pkgconfig
+ xxd
+ ]
+ ++ optional (uilib == "gtk") wrapGAppsHook
+ ;
+
+ buildInputs = [
+ check curl libXcursor libXrandr libidn libjpeg libpng libwebp libxml2 openssl
+ # Netsurf-specific libraries
+ nsgenbind libnsfb libwapcaplet libparserutils libnslog libcss
+ libhubbub libdom libnsbmp libnsgif libsvgtiny libnsutils libnspsl
libutf8proc
- ];
+ ]
+ ++ optionals (uilib == "framebuffer") [ expat SDL ]
+ ++ optional (uilib == "gtk") gtk2
+ ;
preConfigure = ''
cat < Makefile.conf
- override NETSURF_GTK_RESOURCES := $out/share/Netsurf/${uilib}/res
+ override NETSURF_GTK_RES_PATH := $out/share/
override NETSURF_USE_GRESOURCE := YES
EOF
'';
makeFlags = [
- "PREFIX=$(out)"
- "NSSHARED=${buildsystem}/share/netsurf-buildsystem"
+ "PREFIX=${placeholder "out"}"
"TARGET=${uilib}"
];
- installPhase = ''
- mkdir -p $out/bin $out/share/Netsurf/${uilib}
- cmd=$(case "${uilib}" in framebuffer) echo nsfb;; gtk) echo nsgtk;; esac)
- cp $cmd $out/bin/netsurf
- wrapProgram $out/bin/netsurf --set NETSURFRES $out/share/Netsurf/${uilib}/res
- tar -hcf - ${uilib}/res | (cd $out/share/Netsurf/ && tar -xvpf -)
- '';
-
meta = with stdenv.lib; {
homepage = http://www.netsurf-browser.org/;
description = "Free opensource web browser";
diff --git a/pkgs/applications/misc/netsurf/buildsystem/default.nix b/pkgs/applications/misc/netsurf/buildsystem/default.nix
index 882bb75219d..adba3632935 100644
--- a/pkgs/applications/misc/netsurf/buildsystem/default.nix
+++ b/pkgs/applications/misc/netsurf/buildsystem/default.nix
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "netsurf-buildsystem-${version}";
- version = "1.7";
+ version = "1.8";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/buildsystem-${version}.tar.gz";
- sha256 = "1q23aaycv35ma5471l1gxib8lfq2s9kprrkaqgfc926d04rlbmhw";
+ sha256 = "0ffdjwskxlnh8sk40qqfgksbb1nrdzfxsshrscra0p4nqpkj98z6";
};
makeFlags = [
diff --git a/pkgs/applications/misc/netsurf/libcss/default.nix b/pkgs/applications/misc/netsurf/libcss/default.nix
index e97452249bc..55538925abd 100644
--- a/pkgs/applications/misc/netsurf/libcss/default.nix
+++ b/pkgs/applications/misc/netsurf/libcss/default.nix
@@ -8,11 +8,11 @@ stdenv.mkDerivation rec {
name = "netsurf-${libname}-${version}";
libname = "libcss";
- version = "0.6.0";
+ version = "0.9.0";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
- sha256 = "0qp4p1q1dwgdra4pkrzd081zjzisxkgwx650ijx323j8bj725daf";
+ sha256 = "1vw9j3d2mr4wbvs8fyqmgslkbxknvac10456775hflxxcivbm3xr";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/misc/netsurf/libdom/default.nix b/pkgs/applications/misc/netsurf/libdom/default.nix
index 50a6dadadb5..de92219e7f9 100644
--- a/pkgs/applications/misc/netsurf/libdom/default.nix
+++ b/pkgs/applications/misc/netsurf/libdom/default.nix
@@ -9,11 +9,11 @@ stdenv.mkDerivation rec {
name = "netsurf-${libname}-${version}";
libname = "libdom";
- version = "0.3.0";
+ version = "0.4.0";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
- sha256 = "1kk6qbqagx5ypiy9kf0059iqdzyz8fqaw336vzhb5gnrzjw3wv4a";
+ sha256 = "1ixkqsl3f7dl1kajksm0c231w1v5xy8z6hm3v67hgm9nh4qcvfcy";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/misc/netsurf/libhubbub/default.nix b/pkgs/applications/misc/netsurf/libhubbub/default.nix
index 71519687151..03ee66fc598 100644
--- a/pkgs/applications/misc/netsurf/libhubbub/default.nix
+++ b/pkgs/applications/misc/netsurf/libhubbub/default.nix
@@ -7,11 +7,11 @@ stdenv.mkDerivation rec {
name = "netsurf-${libname}-${version}";
libname = "libhubbub";
- version = "0.3.3";
+ version = "0.3.6";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
- sha256 = "101781iw32p47386fxqr01nrkywi12w17ajh02k2vlga4z8zyv86";
+ sha256 = "1x3v7xvagx85v9h3pypzc86rcxs4mij87mmcqkp8pq50q6awfmnp";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/misc/netsurf/libnsbmp/default.nix b/pkgs/applications/misc/netsurf/libnsbmp/default.nix
index 7e99f8f5b86..b0fb18c89b1 100644
--- a/pkgs/applications/misc/netsurf/libnsbmp/default.nix
+++ b/pkgs/applications/misc/netsurf/libnsbmp/default.nix
@@ -6,11 +6,11 @@ stdenv.mkDerivation rec {
name = "netsurf-${libname}-${version}";
libname = "libnsbmp";
- version = "0.1.3";
+ version = "0.1.5";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
- sha256 = "0gmvzw1whh7553d6s98vr4ri2whjwrgggcq1z5b160gwjw20mzyy";
+ sha256 = "0lib2m07d1i0k80m4blkwnj0g7rha4jbm5vrgd0wwbkyfa0hvk35";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/misc/netsurf/libnsfb/default.nix b/pkgs/applications/misc/netsurf/libnsfb/default.nix
index 24235f43a11..29b0a7867db 100644
--- a/pkgs/applications/misc/netsurf/libnsfb/default.nix
+++ b/pkgs/applications/misc/netsurf/libnsfb/default.nix
@@ -6,11 +6,11 @@ stdenv.mkDerivation rec {
name = "netsurf-${libname}-${version}";
libname = "libnsfb";
- version = "0.1.4";
+ version = "0.2.1";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
- sha256 = "176f8why9gzbaca9nnxjqasl02qzc6g507z5w3dzkcjifnkz4mzl";
+ sha256 = "09qag9lgn5ahanbcyf2rvfmsz15vazfwnl8xpn8f1iczd44b0bv0";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/misc/netsurf/libnsgif/default.nix b/pkgs/applications/misc/netsurf/libnsgif/default.nix
index 836bfd5f3e0..4de882243fe 100644
--- a/pkgs/applications/misc/netsurf/libnsgif/default.nix
+++ b/pkgs/applications/misc/netsurf/libnsgif/default.nix
@@ -6,11 +6,11 @@ stdenv.mkDerivation rec {
name = "netsurf-${libname}-${version}";
libname = "libnsgif";
- version = "0.1.3";
+ version = "0.2.1";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
- sha256 = "1a4z45gh0fw4iybf34fig725av25h31ffk0azi0snzh4130cklnk";
+ sha256 = "0jwshypgmx16xlsbx3d8njk8a5khazlplca5mxd3rdbhrlsabbly";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/misc/netsurf/libnslog/default.nix b/pkgs/applications/misc/netsurf/libnslog/default.nix
new file mode 100644
index 00000000000..497630c9aa6
--- /dev/null
+++ b/pkgs/applications/misc/netsurf/libnslog/default.nix
@@ -0,0 +1,33 @@
+{ stdenv, fetchurl, pkgconfig, bison, flex
+, buildsystem
+}:
+
+stdenv.mkDerivation rec {
+
+ name = "netsurf-${libname}-${version}";
+ libname = "libnslog";
+ version = "0.1.2";
+
+ src = fetchurl {
+ url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
+ sha256 = "1ggs6xvxp8fbg5w8pifalipm458ygr9ab6j2yvj8fnnmxwvdh4jd";
+ };
+
+ nativeBuildInputs = [ pkgconfig bison flex ];
+ buildInputs = [
+ buildsystem
+ ];
+
+ makeFlags = [
+ "PREFIX=$(out)"
+ "NSSHARED=${buildsystem}/share/netsurf-buildsystem"
+ ];
+
+ meta = with stdenv.lib; {
+ homepage = http://www.netsurf-browser.org/;
+ description = "NetSurf Parametric Logging Library";
+ license = licenses.mit;
+ maintainers = [ maintainers.samueldr ];
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/applications/misc/netsurf/libnspsl/default.nix b/pkgs/applications/misc/netsurf/libnspsl/default.nix
new file mode 100644
index 00000000000..f0abbdc049a
--- /dev/null
+++ b/pkgs/applications/misc/netsurf/libnspsl/default.nix
@@ -0,0 +1,33 @@
+{ stdenv, fetchurl, pkgconfig
+, buildsystem
+}:
+
+stdenv.mkDerivation rec {
+
+ name = "netsurf-${libname}-${version}";
+ libname = "libnspsl";
+ version = "0.1.5";
+
+ src = fetchurl {
+ url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
+ sha256 = "0siq8zjfxv75i9fw6q5hkaijpdm1w3zskd5qk6vsvz8cqan4vifd";
+ };
+
+ nativeBuildInputs = [ pkgconfig ];
+ buildInputs = [
+ buildsystem
+ ];
+
+ makeFlags = [
+ "PREFIX=$(out)"
+ "NSSHARED=${buildsystem}/share/netsurf-buildsystem"
+ ];
+
+ meta = with stdenv.lib; {
+ homepage = http://www.netsurf-browser.org/;
+ description = "NetSurf Public Suffix List - Handling library";
+ license = licenses.mit;
+ maintainers = [ maintainers.samueldr ];
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/applications/misc/netsurf/libnsutils/default.nix b/pkgs/applications/misc/netsurf/libnsutils/default.nix
index 1e8dbe27137..3eaa882cb73 100644
--- a/pkgs/applications/misc/netsurf/libnsutils/default.nix
+++ b/pkgs/applications/misc/netsurf/libnsutils/default.nix
@@ -6,11 +6,11 @@ stdenv.mkDerivation rec {
name = "netsurf-${libname}-${version}";
libname = "libnsutils";
- version = "0.0.2";
+ version = "0.0.5";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
- sha256 = "03p4xmd08yhj70nyj7acjccmmshs59lv4n4zsqpsn5lgkwa23lzy";
+ sha256 = "09w1rixps1iiq6wirjwxmd6h87llvjzvw565rahjb3rlyhcplfqf";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/misc/netsurf/libparserutils/default.nix b/pkgs/applications/misc/netsurf/libparserutils/default.nix
index ed9433b9f57..ea9d7c9ea85 100644
--- a/pkgs/applications/misc/netsurf/libparserutils/default.nix
+++ b/pkgs/applications/misc/netsurf/libparserutils/default.nix
@@ -6,11 +6,11 @@ stdenv.mkDerivation rec {
name = "netsurf-${libname}-${version}";
libname = "libparserutils";
- version = "0.2.3";
+ version = "0.2.4";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
- sha256 = "01gzlsabgl6x0icd8758d9jqs8rrf9574bdkjainn04w3fs3znf5";
+ sha256 = "1n2794y2l0c8nv8z2pxwfnbn882987ifmxjv60zdxkhcndhswarj";
};
buildInputs = [ buildsystem perl ];
diff --git a/pkgs/applications/misc/netsurf/libsvgtiny/default.nix b/pkgs/applications/misc/netsurf/libsvgtiny/default.nix
new file mode 100644
index 00000000000..9a4f922c2b6
--- /dev/null
+++ b/pkgs/applications/misc/netsurf/libsvgtiny/default.nix
@@ -0,0 +1,41 @@
+{ stdenv, fetchurl, pkgconfig, gperf
+, buildsystem
+, libdom
+, libhubbub
+, libparserutils
+, libwapcaplet
+}:
+
+stdenv.mkDerivation rec {
+
+ name = "netsurf-${libname}-${version}";
+ libname = "libsvgtiny";
+ version = "0.1.7";
+
+ src = fetchurl {
+ url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
+ sha256 = "10bpkmvfpydj74im3r6kqm9vnvgib6afy0alx71q5n0w5yawy39c";
+ };
+
+ nativeBuildInputs = [ pkgconfig gperf ];
+ buildInputs = [
+ buildsystem
+ libdom
+ libhubbub
+ libparserutils
+ libwapcaplet
+ ];
+
+ makeFlags = [
+ "PREFIX=$(out)"
+ "NSSHARED=${buildsystem}/share/netsurf-buildsystem"
+ ];
+
+ meta = with stdenv.lib; {
+ homepage = http://www.netsurf-browser.org/;
+ description = "NetSurf SVG decoder";
+ license = licenses.mit;
+ maintainers = [ maintainers.samueldr ];
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/applications/misc/netsurf/libutf8proc/default.nix b/pkgs/applications/misc/netsurf/libutf8proc/default.nix
index a905f3a12a8..2144ccd3303 100644
--- a/pkgs/applications/misc/netsurf/libutf8proc/default.nix
+++ b/pkgs/applications/misc/netsurf/libutf8proc/default.nix
@@ -6,11 +6,11 @@ stdenv.mkDerivation rec {
name = "netsurf-${libname}-${version}";
libname = "libutf8proc";
- version = "1.3.1";
+ version = "2.4.0-1";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
- sha256 = "0xf659y3c6ikjnip47r30wv796a34d71p6qhc4xjs64iqszm1sbq";
+ sha256 = "0wn409laqaqlqnz2d77419b5rya99vvc696vj187biy1i5livaq1";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/misc/netsurf/libwapcaplet/default.nix b/pkgs/applications/misc/netsurf/libwapcaplet/default.nix
index b2d1f1b6739..ad59b1be10e 100644
--- a/pkgs/applications/misc/netsurf/libwapcaplet/default.nix
+++ b/pkgs/applications/misc/netsurf/libwapcaplet/default.nix
@@ -6,11 +6,11 @@ stdenv.mkDerivation rec {
name = "netsurf-${libname}-${version}";
libname = "libwapcaplet";
- version = "0.3.0";
+ version = "0.4.2";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/${libname}-${version}-src.tar.gz";
- sha256 = "0cs1dd2afjgc3wf5gqg434hv6jdabrp9qvlpl4dp53nhkyfywna3";
+ sha256 = "1fjwzbn7j8bi1b9bvwxsy3i2cr6byq2s2d29866801pjnf528g86";
};
buildInputs = [ buildsystem ];
diff --git a/pkgs/applications/misc/netsurf/nsgenbind/default.nix b/pkgs/applications/misc/netsurf/nsgenbind/default.nix
index 971e16848ae..f343a886283 100644
--- a/pkgs/applications/misc/netsurf/nsgenbind/default.nix
+++ b/pkgs/applications/misc/netsurf/nsgenbind/default.nix
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
name = "netsurf-nsgenbind-${version}";
- version = "0.3";
+ version = "0.7";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/nsgenbind-${version}-src.tar.gz";
- sha256 = "16xsazly7gxwywmlkf2xix9b924sj3skhgdak7218l0nc62a08gg";
+ sha256 = "0rplmky4afsjwiwh7grkmcdmzg86zksa55j93dvq92f91yljwqqq";
};
buildInputs = [ buildsystem flex bison ];
diff --git a/pkgs/applications/misc/notejot/default.nix b/pkgs/applications/misc/notejot/default.nix
index a732a5ed536..b359088d6ba 100644
--- a/pkgs/applications/misc/notejot/default.nix
+++ b/pkgs/applications/misc/notejot/default.nix
@@ -1,15 +1,15 @@
{ stdenv, fetchFromGitHub, pkgconfig, meson, ninja, python3, pantheon
-, gtk3, gtksourceview, json-glib, gnome3, wrapGAppsHook }:
+, gtk3, gtksourceview, json-glib, libgee, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "notejot";
- version = "1.5.5";
+ version = "1.5.8";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
- sha256 = "0khf6mwidybfgnq4zmhf3af4w6aicipmi12fvs722fqlf1lrkdmd";
+ sha256 = "1v7f4xy5iwdjyf4416qpiwzifi68n466faia1hxzsq18fb1ri0af";
};
nativeBuildInputs = [
@@ -22,16 +22,15 @@ stdenv.mkDerivation rec {
];
buildInputs = [
- gnome3.libgee
gtk3
gtksourceview
json-glib
+ libgee
pantheon.elementary-icon-theme
pantheon.granite
];
postPatch = ''
- chmod +x meson/post_install.py
patchShebangs meson/post_install.py
'';
diff --git a/pkgs/applications/misc/octoprint/default.nix b/pkgs/applications/misc/octoprint/default.nix
index 1eb1a1b93fb..c0bacc2c50d 100644
--- a/pkgs/applications/misc/octoprint/default.nix
+++ b/pkgs/applications/misc/octoprint/default.nix
@@ -15,7 +15,6 @@ let
packageOverrides = lib.foldr lib.composeExtensions (self: super: { }) ([
(mkOverride "flask" "0.10.1" "0wrkavjdjndknhp8ya8j850jq7a1cli4g5a93mg8nh1xz2gq50sc")
(mkOverride "flask_login" "0.2.11" "1rg3rsjs1gwi2pw6vr9jmhaqm9b3vc9c4hfcsvp4y8agbh7g3mc3")
- (mkOverride "sarge" "0.1.4" "08s8896973bz1gg0pkr592w6g4p6v47bkfvws5i91p9xf8b35yar")
(mkOverride "tornado" "4.5.3" "02jzd23l4r6fswmwxaica9ldlyc2p6q8dk6dyff7j58fmdzf853d")
# Octoprint holds back jinja2 to 2.8.1 due to breaking changes.
diff --git a/pkgs/applications/misc/octoprint/plugins.nix b/pkgs/applications/misc/octoprint/plugins.nix
index 1aca5164f6c..d8179e1b402 100644
--- a/pkgs/applications/misc/octoprint/plugins.nix
+++ b/pkgs/applications/misc/octoprint/plugins.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, octoprint, python2Packages }:
+{ stdenv, fetchFromGitHub, octoprint, python2Packages, marlin-calc }:
let
buildPlugin = args: python2Packages.buildPythonPackage (args // {
@@ -123,6 +123,74 @@ let
};
};
+ touchui = buildPlugin rec {
+ pname = "TouchUI";
+ version = "0.3.13";
+
+ src = fetchFromGitHub {
+ owner = "BillyBlaze";
+ repo = "OctoPrint-${pname}";
+ rev = version;
+ sha256 = "0qk12ysabdzy6cna3l4f8v3qcnppppwxxsjx2i0xn1nd0cv6yzwh";
+ };
+
+ meta = with stdenv.lib; {
+ description = "Touch friendly interface for a small TFT module or phone for OctoPrint";
+ homepage = "https://github.com/BillyBlaze/OctoPrint-TouchUI";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ gebner ];
+ };
+ };
+
+ psucontrol = buildPlugin rec {
+ pname = "PSUControl";
+ version = "0.1.8";
+
+ src = fetchFromGitHub {
+ owner = "kantlivelong";
+ repo = "OctoPrint-${pname}";
+ rev = version;
+ sha256 = "0aj38d7b7d5pzmzq841pip18cpg18wy2vrxq2nd13875597y54b8";
+ };
+
+ preConfigure = ''
+ # optional; RPi.GPIO is broken on vanilla kernels
+ sed /RPi.GPIO/d -i requirements.txt
+ '';
+
+ meta = with stdenv.lib; {
+ description = "OctoPrint plugin to control ATX/AUX power supply";
+ homepage = "https://github.com/kantlivelong/OctoPrint-PSUControl";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ gebner ];
+ };
+ };
+
+ printtimegenius = buildPlugin rec {
+ pname = "PrintTimeGenius";
+ version = "1.3.1";
+
+ src = fetchFromGitHub {
+ owner = "eyal0";
+ repo = "OctoPrint-${pname}";
+ rev = version;
+ sha256 = "0ijv1nxmikv06a00hqqkqri6wnydqh6lwcx07pmvw6jy706jhy28";
+ };
+
+ preConfigure = ''
+ # PrintTimeGenius ships with marlin-calc binaries for multiple architectures
+ rm */analyzers/marlin-calc*
+ sed 's@"{}.{}".format(binary_base_name, machine)@"${marlin-calc}/bin/marlin-calc"@' -i */analyzers/analyze_progress.py
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Better print time estimation for OctoPrint";
+ homepage = "https://github.com/eyal0/OctoPrint-PrintTimeGenius";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ gebner ];
+ };
+ };
+
};
in self
diff --git a/pkgs/applications/misc/omegat.nix b/pkgs/applications/misc/omegat.nix
index 660b5db6105..411b318a392 100644
--- a/pkgs/applications/misc/omegat.nix
+++ b/pkgs/applications/misc/omegat.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, unzip, jdk, makeWrapper}:
stdenv.mkDerivation rec {
- version = "4.1.5.2";
+ version = "4.3.0";
pname = "omegat";
src = fetchurl { # their zip has repeated files or something, so no fetchzip
- url = mirror://sourceforge/project/omegat/OmegaT%20-%20Latest/OmegaT%204.1.5%20update%202/OmegaT_4.1.5_02_Beta_Without_JRE.zip;
- sha256 = "1mdnsvjgsccpd5xwpqzgva5jjp8yd1akq9aqpild4v6k70lqql2b";
+ url = mirror://sourceforge/project/omegat/OmegaT%20-%20Standard/OmegaT%204.3.0/OmegaT_4.3.0_Without_JRE.zip;
+ sha256 = "0axz7r30p34z5hgvdglznc82g7yvm3g56dv5190jixskx6ba58rs";
};
buildInputs = [ unzip makeWrapper ];
diff --git a/pkgs/applications/misc/osm2xmap/default.nix b/pkgs/applications/misc/osm2xmap/default.nix
index 5787adef2a3..9d0fb3fdeb7 100644
--- a/pkgs/applications/misc/osm2xmap/default.nix
+++ b/pkgs/applications/misc/osm2xmap/default.nix
@@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
"INSTALL_SHAREDIR=$(out)/share/"
];
+ NIX_CFLAGS_COMPILE = [ "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" ];
+
installFlags = [ "DESTDIR=$(out)" ];
buildInputs = [ libroxml proj libyamlcpp boost ];
diff --git a/pkgs/applications/misc/overmind/default.nix b/pkgs/applications/misc/overmind/default.nix
index c1255b6152e..918924df0b9 100644
--- a/pkgs/applications/misc/overmind/default.nix
+++ b/pkgs/applications/misc/overmind/default.nix
@@ -1,25 +1,25 @@
-{ stdenv, buildGoPackage, fetchFromGitHub, tmux, which, makeWrapper }:
+{ lib, buildGoPackage, fetchFromGitHub, tmux, which, makeWrapper }:
buildGoPackage rec {
- name = "overmind-${version}";
- version = "2.0.1";
+ pname = "overmind";
+ version = "2.0.2";
goPackagePath = "github.com/DarthSim/overmind";
nativeBuildInputs = [ makeWrapper ];
postInstall = ''
- wrapProgram "$bin/bin/overmind" --prefix PATH : "${stdenv.lib.makeBinPath [ tmux which ]}"
+ wrapProgram "$bin/bin/overmind" --prefix PATH : "${lib.makeBinPath [ tmux which ]}"
'';
src = fetchFromGitHub {
owner = "DarthSim";
- repo = "overmind";
+ repo = pname;
rev = "v${version}";
- sha256 = "1j3cpcfgacn5ic19sgrs1djn5jr4d7j7lxaz0vbaf414lrl76qz8";
+ sha256 = "0cns19gqkfxsiiyfxhb05cjp1iv2fb40x47gp8djrwwzcd1r6zxh";
};
- meta = with stdenv.lib; {
- homepage = https://github.com/DarthSim/overmind;
+ meta = with lib; {
+ homepage = "https://github.com/DarthSim/overmind";
description = "Process manager for Procfile-based applications and tmux";
license = with licenses; [ mit ];
maintainers = [ maintainers.adisbladis ];
diff --git a/pkgs/applications/misc/pdfpc/default.nix b/pkgs/applications/misc/pdfpc/default.nix
index 0e424a97d8d..c0dca056476 100644
--- a/pkgs/applications/misc/pdfpc/default.nix
+++ b/pkgs/applications/misc/pdfpc/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "${product}-${version}";
product = "pdfpc";
- version = "4.3.2";
+ version = "4.3.4";
src = fetchFromGitHub {
repo = product;
owner = product;
rev = "v${version}";
- sha256 = "15y6g92fp6x6dwwhrhkfny5z20w7pq9c8w19fh2vzff9aa6m2h9z";
+ sha256 = "07aafsm4jzdgpahz83p0ajv40hry7gviyadqi13ahr8xdhhwy2sd";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/misc/plank/default.nix b/pkgs/applications/misc/plank/default.nix
index 8aff573ab83..d5a071fcb54 100644
--- a/pkgs/applications/misc/plank/default.nix
+++ b/pkgs/applications/misc/plank/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, vala, atk, cairo, glib, gnome3, gtk3, libwnck3
, libX11, libXfixes, libXi, pango, intltool, pkgconfig, libxml2
-, bamf, gdk_pixbuf, libdbusmenu-gtk3, file, gnome-menus, libgee
+, bamf, gdk-pixbuf, libdbusmenu-gtk3, file, gnome-menus, libgee
, wrapGAppsHook, autoreconfHook, pantheon }:
stdenv.mkDerivation rec {
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
atk
bamf
cairo
- gdk_pixbuf
+ gdk-pixbuf
glib
gnome-menus
gnome3.dconf
diff --git a/pkgs/applications/misc/polar-bookshelf/default.nix b/pkgs/applications/misc/polar-bookshelf/default.nix
index 11c643fac2c..81e3d80f516 100644
--- a/pkgs/applications/misc/polar-bookshelf/default.nix
+++ b/pkgs/applications/misc/polar-bookshelf/default.nix
@@ -1,6 +1,6 @@
{ stdenv, lib, makeWrapper, fetchurl
, dpkg, wrapGAppsHook, autoPatchelfHook
-, gtk3, cairo, gnome2, atk, gdk_pixbuf, glib
+, gtk3, cairo, gnome2, atk, gdk-pixbuf, glib
, at-spi2-atk, dbus, libX11, libxcb, libXi
, libXcursor, libXdamage, libXrandr, libXcomposite
, libXext, libXfixes, libXrender, libXtst, libXScrnSaver
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
cairo
gnome2.pango
atk
- gdk_pixbuf
+ gdk-pixbuf
at-spi2-atk
dbus
libX11
@@ -48,10 +48,10 @@ stdenv.mkDerivation rec {
expat
];
- nativeBuildInputs = [
+ nativeBuildInputs = [
wrapGAppsHook
autoPatchelfHook
- makeWrapper
+ makeWrapper
dpkg
];
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
mv usr/share/* $out/share/
ln -s $out/share/polar-bookshelf/polar-bookshelf $out/bin/polar-bookshelf
-
+
# Correct desktop file `Exec`
substituteInPlace $out/share/applications/polar-bookshelf.desktop \
--replace "/opt/Polar Bookshelf/polar-bookshelf" "$out/bin/polar-bookshelf"
diff --git a/pkgs/applications/misc/polybar/default.nix b/pkgs/applications/misc/polybar/default.nix
index e6507845d4c..9ca8c696184 100644
--- a/pkgs/applications/misc/polybar/default.nix
+++ b/pkgs/applications/misc/polybar/default.nix
@@ -26,17 +26,18 @@ assert i3GapsSupport -> ! i3Support && jsoncpp != null && i3-gaps != null;
stdenv.mkDerivation rec {
pname = "polybar";
- version = "3.3.1";
+ version = "3.4.0";
src = fetchFromGitHub {
owner = "jaagr";
repo = pname;
rev = version;
- sha256 = "0qwi6q3qkrz2ip1jd4pxlnsrs2a9ywxyf8rgvbzyilr334rsiywh";
+ sha256 = "1g3zj0788cdlm8inpl19279bw8zjcy7dzj7q4f1l2d8c8g1jhv0m";
fetchSubmodules = true;
};
meta = with stdenv.lib; {
+ homepage = "https://polybar.github.io/";
description = "A fast and easy-to-use tool for creating status bars";
longDescription = ''
Polybar aims to help users build beautiful and highly customizable
@@ -68,8 +69,8 @@ stdenv.mkDerivation rec {
];
postConfigure = ''
- substituteInPlace ../include/settings.hpp --replace \
- "${stdenv.cc}" "${stdenv.cc.name}"
+ substituteInPlace generated-sources/settings.hpp \
+ --replace "${stdenv.cc}" "${stdenv.cc.name}"
'';
postInstall = if (i3Support || i3GapsSupport) then ''
diff --git a/pkgs/applications/misc/pt/default.nix b/pkgs/applications/misc/pt/default.nix
index 6f9078bb50a..f5504721987 100644
--- a/pkgs/applications/misc/pt/default.nix
+++ b/pkgs/applications/misc/pt/default.nix
@@ -1,15 +1,17 @@
-{ lib, bundlerApp }:
+{ lib, bundlerApp, bundlerUpdateScript }:
bundlerApp {
pname = "pt";
gemdir = ./.;
exes = [ "pt" ];
+ passthru.updateScript = bundlerUpdateScript "pt";
+
meta = with lib; {
description = "Minimalist command-line Pivotal Tracker client";
homepage = http://www.github.com/raul/pt;
license = licenses.mit;
- maintainers = with maintainers; [ ebzzry manveru ];
+ maintainers = with maintainers; [ ebzzry manveru nicknovitski ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/misc/pyditz/default.nix b/pkgs/applications/misc/pyditz/default.nix
new file mode 100644
index 00000000000..0f4e743aba4
--- /dev/null
+++ b/pkgs/applications/misc/pyditz/default.nix
@@ -0,0 +1,25 @@
+{ stdenv, pythonPackages }:
+
+pythonPackages.buildPythonApplication rec {
+ pname = "pyditz";
+ version = "0.10.3";
+
+ src = pythonPackages.fetchPypi {
+ inherit pname version;
+ sha256 = "0hxxz7kxv9gsrr86ccsc31g7bc2agw1ihbxhd659c2m6nrqq5qaf";
+ };
+ nativeBuildInputs = [ pythonPackages.setuptools_scm ];
+ propagatedBuildInputs = with pythonPackages; [ pyyaml six jinja2 cerberus11 ];
+
+ checkPhase = ''
+ ${pythonPackages.python.interpreter} -m unittest discover
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://pythonhosted.org/pyditz/;
+ description = "Drop-in replacement for the Ditz distributed issue tracker";
+ maintainers = [ maintainers.ilikeavocadoes ];
+ license = licenses.lgpl2;
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/applications/misc/pytrainer/default.nix b/pkgs/applications/misc/pytrainer/default.nix
index cdeca96568d..7c560cacda1 100644
--- a/pkgs/applications/misc/pytrainer/default.nix
+++ b/pkgs/applications/misc/pytrainer/default.nix
@@ -1,38 +1,45 @@
-{ stdenv, fetchFromGitHub, perl, python, sqlite, gpsbabel
-, withWebKit ? false }:
+{ stdenv
+, fetchFromGitHub
+, perl
+, python3
+, sqlite
+, gpsbabel
+, gnome3
+, gobject-introspection
+, wrapGAppsHook
+, gtk3
+, xvfb_run
+, webkitgtk
+, glib-networking
+, glibcLocales
+, tzdata
+, substituteAll
+}:
let
-
- # Pytrainer needs a matplotlib with GTK backend. Also ensure we are
- # using the pygtk with glade support as needed by pytrainer.
- matplotlibGtk = python.pkgs.matplotlib.override {
- enableGtk2 = true;
- pygtk = python.pkgs.pyGtkGlade;
+ # Pytrainer needs a matplotlib with GTK backend.
+ matplotlibGtk = python3.pkgs.matplotlib.override {
+ enableGtk3 = true;
};
in
-python.pkgs.buildPythonApplication rec {
- name = "pytrainer-${version}";
- version = "1.12.1";
+python3.pkgs.buildPythonApplication rec {
+ pname = "pytrainer";
+ version = "2.0.0";
src = fetchFromGitHub {
owner = "pytrainer";
repo = "pytrainer";
rev = "v${version}";
- sha256 = "0rzf8kks96qzlknh6g3b9pjq04j7qk6rmz58scp7sck8xz9rjbwx";
+ sha256 = "1w5z1xwb2g6j2izm89b7lv9n92r1zhsr8bglxcn7jc5gwbvwysvd";
};
- namePrefix = "";
-
patches = [
- # The test fails in the UTC timezone and C locale.
- ./fix-test-tz.patch
-
- # The existing use of pywebkitgtk shows raw HTML text instead of
- # map. This patch solves the problems by showing the file from a
- # string, which allows setting an explicit MIME type.
- ./pytrainer-webkit.patch
+ (substituteAll {
+ src = ./fix-paths.patch;
+ perl = "${perl}/bin/perl";
+ })
];
postPatch = ''
@@ -40,18 +47,40 @@ python.pkgs.buildPythonApplication rec {
--replace "'mysqlclient'," ""
'';
- propagatedBuildInputs = with python.pkgs; [
- dateutil lxml matplotlibGtk pyGtkGlade sqlalchemy sqlalchemy_migrate psycopg2
- ] ++ stdenv.lib.optional withWebKit [ pywebkitgtk ];
+ propagatedBuildInputs = with python3.pkgs; [
+ dateutil
+ lxml
+ matplotlibGtk
+ pygobject3
+ sqlalchemy
+ sqlalchemy_migrate
+ psycopg2
+ requests
+ certifi
+ ];
- buildInputs = [ perl gpsbabel sqlite ];
+ nativeBuildInputs = [
+ gobject-introspection
+ wrapGAppsHook
+ xvfb_run
+ ];
- # This package contains no binaries to patch or strip.
- dontPatchELF = true;
- dontStrip = true;
+ buildInputs = [
+ gpsbabel
+ sqlite
+ gtk3
+ webkitgtk
+ glib-networking
+ glibcLocales
+ gnome3.adwaita-icon-theme
+ ];
checkPhase = ''
- ${python.interpreter} -m unittest discover
+ env HOME=$TEMPDIR TZDIR=${tzdata}/share/zoneinfo \
+ TZ=Europe/Kaliningrad \
+ LC_ALL=en_US.UTF-8 \
+ xvfb-run -s '-screen 0 800x600x24' \
+ ${python3.interpreter} setup.py test
'';
meta = with stdenv.lib; {
diff --git a/pkgs/applications/misc/pytrainer/fix-paths.patch b/pkgs/applications/misc/pytrainer/fix-paths.patch
new file mode 100644
index 00000000000..7781f5aa4be
--- /dev/null
+++ b/pkgs/applications/misc/pytrainer/fix-paths.patch
@@ -0,0 +1,11 @@
+--- a/imports/file_garminfit.py
++++ b/imports/file_garminfit.py
+@@ -81,7 +81,7 @@
+ logging.debug(">>")
+ result = False
+ try:
+- result = subprocess.check_output(["perl",
++ result = subprocess.check_output(["@perl@",
+ self.main_data_path+"plugins/garmin-fit/bin/fit2tcx",
+ filename])
+ except subprocess.CalledProcessError:
diff --git a/pkgs/applications/misc/pytrainer/fix-test-tz.patch b/pkgs/applications/misc/pytrainer/fix-test-tz.patch
deleted file mode 100644
index ca487576901..00000000000
--- a/pkgs/applications/misc/pytrainer/fix-test-tz.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -Nurp source.orig/pytrainer/test/core/test_activity.py source/pytrainer/test/core/test_activity.py
---- source.orig/pytrainer/test/core/test_activity.py 2018-02-27 22:15:32.078243354 +0100
-+++ source/pytrainer/test/core/test_activity.py 2018-02-27 22:16:33.936867052 +0100
-@@ -92,7 +92,7 @@ class ActivityTest(unittest.TestCase):
- self.assertEquals(self.activity.time, self.activity.duration)
-
- def test_activity_starttime(self):
-- self.assertEquals(self.activity.starttime, '12:58:23 PM')
-+ self.assertEquals(self.activity.starttime, '12:58:23')
-
- def test_activity_time_tuple(self):
- self.assertEquals(self.activity.time_tuple, (2, 3, 46))
-diff -Nurp source.orig/pytrainer/test/imports/test_garmintcxv2.py source/pytrainer/test/imports/test_garmintcxv2.py
---- source.orig/pytrainer/test/imports/test_garmintcxv2.py 2018-02-27 22:15:32.079243364 +0100
-+++ source/pytrainer/test/imports/test_garmintcxv2.py 2018-02-27 22:17:10.778333751 +0100
-@@ -39,7 +39,7 @@ class GarminTCXv2Test(unittest.TestCase)
- self.fail()
-
- def test_workout_summary(self):
-- summary = [(0, False, '2012-10-14T12:02:42', '10.12', '00:39:51', 'Running')]
-+ summary = [(0, False, '2012-10-14T10:02:42', '10.12', '00:39:51', 'Running')]
- try:
- current_path = os.path.dirname(os.path.abspath(__file__))
- data_path = os.path.dirname(os.path.dirname(os.path.dirname(current_path))) + "/"
-@@ -52,7 +52,7 @@ class GarminTCXv2Test(unittest.TestCase)
- self.fail()
-
- def test_summary_in_database(self):
-- summary = [(0, True, '2012-10-14T12:02:42', '10.12', '00:39:51', 'Running')]
-+ summary = [(0, True, '2012-10-14T10:02:42', '10.12', '00:39:51', 'Running')]
- activity = Activity(date_time_utc='2012-10-14T10:02:42Z', sport_id='1')
- self.ddbb.session.add(activity)
- self.ddbb.session.commit(
-diff -Nurp source.orig/pytrainer/test/lib/test_date.py source/pytrainer/test/lib/test_date.py
---- source.orig/pytrainer/test/lib/test_date.py 2018-05-10 21:15:22.196275555 +0200
-+++ source/pytrainer/test/lib/test_date.py 2018-05-10 21:22:43.647870401 +0200
-@@ -47,7 +47,7 @@ class DateFunctionTest(unittest.TestCase
- def test_getDateTime(self):
- utctime, localtime = getDateTime('Tue Nov 24 17:29:05 UTC 2015')
- self.assertEqual(datetime.datetime(2015, 11, 24, 17, 29, 5, tzinfo=tzutc()), utctime)
-- self.assertEqual(datetime.datetime(2015, 11, 24, 19, 29, 5, tzinfo=tzlocal()), localtime)
-+ self.assertEqual(datetime.datetime(2015, 11, 24, 17, 29, 5, tzinfo=tzlocal()), localtime)
-
- class DateRangeTest(unittest.TestCase):
-
diff --git a/pkgs/applications/misc/pytrainer/pytrainer-webkit.patch b/pkgs/applications/misc/pytrainer/pytrainer-webkit.patch
deleted file mode 100644
index 0f894c46a53..00000000000
--- a/pkgs/applications/misc/pytrainer/pytrainer-webkit.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nurp pytrainer-1.10.0-orig/pytrainer/extensions/mapviewer.py pytrainer-1.10.0/pytrainer/extensions/mapviewer.py
---- pytrainer-1.10.0-orig/pytrainer/extensions/mapviewer.py 2013-03-31 12:28:29.000000000 +0200
-+++ pytrainer-1.10.0/pytrainer/extensions/mapviewer.py 2014-12-22 11:44:44.367032126 +0100
-@@ -46,7 +46,9 @@ class MapViewer:
- logging.debug(">>")
- if htmlfile is None:
- htmlfile = self.createErrorHtml()
-- self.wkview.load_uri("file://%s" % (htmlfile))
-+ content = open(htmlfile, 'r').read()
-+ self.wkview.load_string(content, 'text/html', 'UTF-8', 'file:///')
-+ #self.wkview.load_uri("file://%s" % (htmlfile))
- #self.box.show_all()
- logging.debug("<<")
-
diff --git a/pkgs/applications/misc/qMasterPassword/default.nix b/pkgs/applications/misc/qMasterPassword/default.nix
index e0a1e33dc62..97751127342 100644
--- a/pkgs/applications/misc/qMasterPassword/default.nix
+++ b/pkgs/applications/misc/qMasterPassword/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, qtbase, qmake, libX11, libXtst, openssl, libscrypt }:
+{ stdenv, mkDerivation, fetchFromGitHub, qtbase, qmake, libX11, libXtst, openssl, libscrypt }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "qMasterPassword";
version = "1.2.2";
diff --git a/pkgs/applications/misc/qdirstat/default.nix b/pkgs/applications/misc/qdirstat/default.nix
index abf4bb05462..4d204021247 100644
--- a/pkgs/applications/misc/qdirstat/default.nix
+++ b/pkgs/applications/misc/qdirstat/default.nix
@@ -1,17 +1,17 @@
{ stdenv, fetchFromGitHub, qmake
, coreutils, xdg_utils, bash
-, makeWrapper, perlPackages }:
+, makeWrapper, perlPackages, mkDerivation }:
let
- version = "1.5";
-in stdenv.mkDerivation rec {
+ version = "1.6";
+in mkDerivation rec {
name = "qdirstat-${version}";
src = fetchFromGitHub {
owner = "shundhammer";
repo = "qdirstat";
rev = "${version}";
- sha256 = "1v879kd7zahalb2qazq61wzi364k5cy3lgy6c8wj6mclwxjws1vc";
+ sha256 = "0q4ccjmlbqifg251kyxwys8wspdskr8scqhacyfrs9cmnjxcjqan";
};
nativeBuildInputs = [ qmake makeWrapper ];
diff --git a/pkgs/applications/misc/qlandkartegt/default.nix b/pkgs/applications/misc/qlandkartegt/default.nix
new file mode 100644
index 00000000000..ae0fd61c33d
--- /dev/null
+++ b/pkgs/applications/misc/qlandkartegt/default.nix
@@ -0,0 +1,91 @@
+{ mkDerivation, lib, fetchurl, fetchpatch, cmake
+, qtmultimedia, qtserialport, qtscript, qtwebkit
+, garmindev, gdal, gpsd, libdmtx, libexif, libGLU, proj }:
+
+mkDerivation rec {
+ name = "qlandkartegt-${version}";
+ version = "1.8.1";
+
+ src = fetchurl {
+ url = "https://bitbucket.org/maproom/qlandkarte-gt/downloads/${name}.tar.gz";
+ sha256 = "1rwv5ar5jv15g1cc6pp0lk69q3ip10pjazsh3ds2ggaciymha1ly";
+ };
+
+ patches = [
+ (fetchpatch {
+ url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-gps_read.patch?h=qlandkartegt";
+ sha256 = "1xyqxdqxwviq7b8jjxssxjlkldk01ms8dzqdjgvjs8n3fh7w0l70";
+ })
+ (fetchpatch {
+ url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-incomplete-type.patch?h=qlandkartegt";
+ sha256 = "1q7rm321az3q6pq5mq0yjrihxl9sf3nln9z3xp20g9qldslv2cy2";
+ })
+ (fetchpatch {
+ url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-proj_api.patch?h=qlandkartegt";
+ sha256 = "12yibxn85z2n30azmhyv02q091jj5r50nlnjq4gfzyqd3xb9582n";
+ })
+ (fetchpatch {
+ url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-qt5-build.patch?h=qlandkartegt";
+ sha256 = "1wq2hr06gzq8m7zddh10vizmvpwp4lcy1g86rlpppvdc5cm3jpkl";
+ })
+ (fetchpatch {
+ url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-qtgui-include.patch?h=qlandkartegt";
+ sha256 = "16hql8ignzw4n1hlp4icbvaddqcadh2rjns0bvis720535112sc8";
+ })
+ (fetchpatch {
+ url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-ver_str.patch?h=qlandkartegt";
+ sha256 = "13fg05gqrjfa9j00lrqz1b06xf6r5j01kl6l06vkn0hz1jzxss5m";
+ })
+ (fetchpatch {
+ url = "https://aur.archlinux.org/cgit/aur.git/plain/improve-gpx-creator.patch?h=qlandkartegt";
+ sha256 = "1sdf5z8qrd43azrhwfw06zc0qr48z925hgbcfqlp0xrsxv2n6kks";
+ })
+ (fetchpatch {
+ url = "https://aur.archlinux.org/cgit/aur.git/plain/improve-gpx-name.patch?h=qlandkartegt";
+ sha256 = "10phafhns79i3rl4zpc7arw11x46cywgkdkxm7gw1i9y5h0cal79";
+ })
+ ];
+
+ nativeBuildInputs = [ cmake ];
+
+ buildInputs = [
+ qtmultimedia qtserialport qtscript qtwebkit
+ garmindev gdal gpsd libdmtx libexif libGLU proj
+ ];
+
+ cmakeFlags = [
+ "-DQK_QT5_PORT=ON"
+ "-DEXIF_LIBRARIES=${libexif}/lib/libexif.so"
+ "-DEXIF_INCLUDE_DIRS=${libexif}/include"
+ ];
+
+ enableParallelBuilding = true;
+
+ postPatch = ''
+ substituteInPlace ConfigureChecks.cmake \
+ --replace \$\{PLUGIN_INSTALL_DIR\} "${garmindev}/lib/qlandkartegt"
+ '';
+
+ postInstall = ''
+ mkdir -p $out/share/mime/packages
+ cat << EOF > $out/share/mime/packages/qlandkartegt.xml
+
+
+ QLandkarteGT File
+
+
+
+ EOF
+ '';
+
+ meta = with lib; {
+ homepage = http://www.qlandkarte.org/;
+ description = ''
+ QLandkarte GT is the ultimate outdoor aficionado's tool.
+ It supports GPS maps in GeoTiff format as well as Garmin's img vector map format.
+ '';
+ license = licenses.gpl2;
+ maintainers = with maintainers; [ sikmir ];
+ platforms = with platforms; linux;
+ };
+}
diff --git a/pkgs/applications/misc/qlandkartegt/garmindev.nix b/pkgs/applications/misc/qlandkartegt/garmindev.nix
new file mode 100644
index 00000000000..f12a3021a19
--- /dev/null
+++ b/pkgs/applications/misc/qlandkartegt/garmindev.nix
@@ -0,0 +1,25 @@
+{ stdenv, fetchurl, cmake, libusb }:
+
+stdenv.mkDerivation rec {
+ name = "garmindev-${version}";
+ version = "0.3.4";
+
+ src = fetchurl {
+ url = "https://bitbucket.org/maproom/qlandkarte-gt/downloads/${name}.tar.gz";
+ sha256 = "1mc7rxdn9790pgbvz02xzipxp2dp9h4hfq87xgawa18sp9jqzhw6";
+ };
+
+ nativeBuildInputs = [ cmake ];
+
+ buildInputs = [ libusb ];
+
+ enableParallelBuilding = true;
+
+ meta = with stdenv.lib; {
+ homepage = http://www.qlandkarte.org/;
+ description = "Garmin Device Drivers for QlandkarteGT";
+ license = licenses.gpl2;
+ maintainers = with maintainers; [ sikmir ];
+ platforms = [ "x86_64-linux" ];
+ };
+}
diff --git a/pkgs/applications/misc/qmapshack/default.nix b/pkgs/applications/misc/qmapshack/default.nix
index f4983ad9442..99a0acbcc8c 100644
--- a/pkgs/applications/misc/qmapshack/default.nix
+++ b/pkgs/applications/misc/qmapshack/default.nix
@@ -1,12 +1,12 @@
-{ stdenv, fetchurl, cmake, qtscript, qtwebengine, gdal, proj, routino, quazip }:
+{ mkDerivation, lib, fetchurl, fetchpatch, cmake, qtscript, qtwebengine, gdal, proj, routino, quazip }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "qmapshack-${version}";
- version = "1.12.3";
+ version = "1.13.1";
src = fetchurl {
url = "https://bitbucket.org/maproom/qmapshack/downloads/${name}.tar.gz";
- sha256 = "1yp5gw4q4gwiwr9w4dz19am0bhsla9n2l3bdlk98a7f46kxgnkrx";
+ sha256 = "15x1b2q0hr1vx006f9hjc4cvfjvxvfdwybw32qvczdyc3crq0mc9";
};
nativeBuildInputs = [ cmake ];
@@ -15,13 +15,24 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DROUTINO_XML_PATH=${routino}/share/routino"
- "-DQUAZIP_INCLUDE_DIR=${quazip}/include/quazip"
+ "-DQUAZIP_INCLUDE_DIR=${quazip}/include/quazip5"
"-DLIBQUAZIP_LIBRARY=${quazip}/lib/libquazip.so"
];
enableParallelBuilding = true;
- meta = with stdenv.lib; {
+ patches = [
+ (fetchpatch {
+ url = "https://bitbucket.org/maproom/qmapshack/raw/d0b1b595578a83fda981ccc1ff24166fa636ba1d/FindPROJ4.patch";
+ sha256 = "1nx4ax233bnnj478cmjpm5c1qqmyn1navlihf10q6hhbanay9n99";
+ })
+ (fetchpatch {
+ url = "https://bitbucket.org/maproom/qmapshack/raw/d0b1b595578a83fda981ccc1ff24166fa636ba1d/FindQuaZip5.patch";
+ sha256 = "0z1b2dz2zlz685mxgn8bmh1fyhxpf6dzd6jvkkjyk2kvnrdxv3b9";
+ })
+ ];
+
+ meta = with lib; {
homepage = https://bitbucket.org/maproom/qmapshack/wiki/Home;
description = "Plan your next outdoor trip";
license = licenses.gpl3;
diff --git a/pkgs/applications/misc/qpdfview/default.nix b/pkgs/applications/misc/qpdfview/default.nix
index 263bc37660c..81aa18c9f24 100644
--- a/pkgs/applications/misc/qpdfview/default.nix
+++ b/pkgs/applications/misc/qpdfview/default.nix
@@ -1,22 +1,23 @@
-{stdenv, fetchurl, qmake, qtbase, qtsvg, pkgconfig, poppler, djvulibre, libspectre, cups
+{stdenv, mkDerivation, fetchurl, qmake, qtbase, qtsvg, pkgconfig, poppler, djvulibre, libspectre, cups
, file, ghostscript
}:
let
s = # Generated upstream information
rec {
baseName="qpdfview";
- version = "0.4.16";
+ version = "0.4.18";
name="${baseName}-${version}";
url="https://launchpad.net/qpdfview/trunk/${version}/+download/qpdfview-${version}.tar.gz";
- sha256 = "0zysjhr58nnmx7ba01q3zvgidkgcqxjdj4ld3gx5fc7wzvl1dm7s";
+ sha256 = "0v1rl126hvblajnph2hkansgi0s8vjdc5yxrm4y3faa0lxzjwr6c";
};
nativeBuildInputs = [ qmake pkgconfig ];
buildInputs = [
qtbase qtsvg poppler djvulibre libspectre cups file ghostscript
];
in
-stdenv.mkDerivation {
- inherit (s) name version;
+mkDerivation {
+ pname = s.baseName;
+ inherit (s) version;
inherit nativeBuildInputs buildInputs;
src = fetchurl {
inherit (s) url sha256;
diff --git a/pkgs/applications/misc/qt-box-editor/default.nix b/pkgs/applications/misc/qt-box-editor/default.nix
new file mode 100644
index 00000000000..47b4641234f
--- /dev/null
+++ b/pkgs/applications/misc/qt-box-editor/default.nix
@@ -0,0 +1,38 @@
+{ stdenv
+, fetchFromGitHub
+, qtbase
+, qtsvg
+, qmake
+, leptonica
+, tesseract
+}:
+
+stdenv.mkDerivation rec {
+ pname = "qt-box-editor";
+ version = "unstable-2019-07-12";
+
+ src = fetchFromGitHub {
+ owner = "zdenop";
+ repo = "qt-box-editor";
+ rev = "75a68b466868ba41ba2886caa796057403fe1901";
+ sha256 = "0zwsyy7cnbhy5aazwlkhd9y8bnzlgy1gffqa46abajn4809b95k3";
+ };
+
+ buildInputs = [ qtbase qtsvg leptonica tesseract ];
+
+ nativeBuildInputs = [ qmake ];
+
+ # remove with next release
+ # https://github.com/zdenop/qt-box-editor/pull/78
+ postPatch = ''
+ printf "INSTALLS += target\ntarget.path = $out/bin" >> qt-box-editor.pro
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Editor of tesseract-ocr box files";
+ homepage = https://github.com/zdenop/qt-box-editor;
+ license = licenses.asl20;
+ maintainers = [ maintainers.costrouc ];
+ platforms = platforms.all;
+ };
+}
diff --git a/pkgs/applications/misc/qtpass/default.nix b/pkgs/applications/misc/qtpass/default.nix
index 15cd426f1b3..462114ed272 100644
--- a/pkgs/applications/misc/qtpass/default.nix
+++ b/pkgs/applications/misc/qtpass/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, git, gnupg, pass, qtbase, qtsvg, qttools, qmake, makeWrapper }:
+{ stdenv, mkDerivation, fetchFromGitHub, git, gnupg, pass, qtbase, qtsvg, qttools, qmake, makeWrapper }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "qtpass";
version = "1.2.3";
@@ -17,13 +17,15 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
+ qtWrapperArgs = [
+ "--suffix PATH : ${git}/bin"
+ "--suffix PATH : ${gnupg}/bin"
+ "--suffix PATH : ${pass}/bin"
+ ];
+
postInstall = ''
install -D qtpass.desktop $out/share/applications/qtpass.desktop
install -D artwork/icon.svg $out/share/icons/hicolor/scalable/apps/qtpass-icon.svg
- wrapProgram $out/bin/qtpass \
- --suffix PATH : ${git}/bin \
- --suffix PATH : ${gnupg}/bin \
- --suffix PATH : ${pass}/bin
'';
meta = with stdenv.lib; {
diff --git a/pkgs/applications/misc/redshift/default.nix b/pkgs/applications/misc/redshift/default.nix
index d8512754f6a..3a288a81c37 100644
--- a/pkgs/applications/misc/redshift/default.nix
+++ b/pkgs/applications/misc/redshift/default.nix
@@ -88,6 +88,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
homepage = http://jonls.dk/redshift;
platforms = platforms.unix;
- maintainers = with maintainers; [ yegortimoshenko ];
+ maintainers = with maintainers; [ yegortimoshenko globin ];
};
}
diff --git a/pkgs/applications/misc/rescuetime/default.nix b/pkgs/applications/misc/rescuetime/default.nix
index b934788cdbe..cd232088b5b 100644
--- a/pkgs/applications/misc/rescuetime/default.nix
+++ b/pkgs/applications/misc/rescuetime/default.nix
@@ -5,15 +5,15 @@ let
if stdenv.hostPlatform.system == "i686-linux" then fetchurl {
name = "rescuetime-installer.deb";
url = "https://www.rescuetime.com/installers/rescuetime_current_i386.deb";
- sha256 = "136ci4q0ns0qzikndlkbab947m47zv2nmnn8mda2374ip43kn6ri";
+ sha256 = "03bky9vja7fijz45n44b6gawd6q8yd30nx6nya9lqdlxd1bkqmji";
} else fetchurl {
name = "rescuetime-installer.deb";
url = "https://www.rescuetime.com/installers/rescuetime_current_amd64.deb";
- sha256 = "1cw10lr7hrsr9xvq3wv1wkyk7jqsgfnnlkq4km9kxr39f51hv6na";
+ sha256 = "03bky9vja7fijz45n44b6gawd6q8yd30nx6nya9lqdlxd1bkqmji";
};
in stdenv.mkDerivation {
# https://www.rescuetime.com/updates/linux_release_notes.html
- name = "rescuetime-2.14.2.1";
+ name = "rescuetime-2.14.3.1";
inherit src;
buildInputs = [ dpkg makeWrapper ];
# avoid https://github.com/NixOS/patchelf/issues/99
diff --git a/pkgs/applications/misc/rofi-menugen/default.nix b/pkgs/applications/misc/rofi-menugen/default.nix
index 9b1b0157769..2255089ab7e 100644
--- a/pkgs/applications/misc/rofi-menugen/default.nix
+++ b/pkgs/applications/misc/rofi-menugen/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Generates menu based applications using rofi";
homepage = https://github.com/octotep/menugen;
- maintainers = with maintainers; [ garbas ];
+ maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
diff --git a/pkgs/applications/misc/rofi/default.nix b/pkgs/applications/misc/rofi/default.nix
index a8e82998c30..94381d4f6f9 100644
--- a/pkgs/applications/misc/rofi/default.nix
+++ b/pkgs/applications/misc/rofi/default.nix
@@ -1,15 +1,16 @@
-{ stdenv, fetchurl, autoreconfHook, pkgconfig, libxkbcommon, pango, which, git
+{ stdenv, lib, fetchurl
+, autoreconfHook, pkgconfig, libxkbcommon, pango, which, git
, cairo, libxcb, xcbutil, xcbutilwm, xcbutilxrm, libstartup_notification
, bison, flex, librsvg, check
}:
stdenv.mkDerivation rec {
- version = "1.5.2";
- name = "rofi-unwrapped-${version}";
+ pname = "rofi-unwrapped";
+ version = "1.5.4";
src = fetchurl {
- url = "https://github.com/DaveDavenport/rofi/releases/download/${version}/rofi-${version}.tar.gz";
- sha256 = "1rczxz6l32vnclarzga1sm1d5iq9rfscb9j7f8ih185n59hf0517";
+ url = "https://github.com/davatorium/rofi/releases/download/${version}/rofi-${version}.tar.gz";
+ sha256 = "1g1170zmh5v7slnm1sm2d08jgz6icikf8rm17apm1bjzzyw1lhk7";
};
preConfigure = ''
@@ -22,13 +23,14 @@ stdenv.mkDerivation rec {
buildInputs = [ libxkbcommon pango cairo git bison flex librsvg check
libstartup_notification libxcb xcbutil xcbutilwm xcbutilxrm which
];
+
doCheck = false;
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Window switcher, run dialog and dmenu replacement";
- homepage = https://github.com/davatorium/rofi;
+ homepage = "https://github.com/davatorium/rofi";
license = licenses.mit;
- maintainers = with maintainers; [ mbakke garbas ma27 ];
+ maintainers = with maintainers; [ mbakke ma27 ];
platforms = with platforms; linux;
};
}
diff --git a/pkgs/applications/misc/rofi/wrapper.nix b/pkgs/applications/misc/rofi/wrapper.nix
index c2384f56faa..8c24d27f075 100644
--- a/pkgs/applications/misc/rofi/wrapper.nix
+++ b/pkgs/applications/misc/rofi/wrapper.nix
@@ -2,7 +2,9 @@
if theme == null then rofi-unwrapped else
stdenv.mkDerivation {
- name = "rofi-${rofi-unwrapped.version}";
+ pname = "rofi";
+ version = rofi-unwrapped.version;
+
buildInputs = [ makeWrapper ];
preferLocalBuild = true;
passthru.unwrapped = rofi-unwrapped;
diff --git a/pkgs/applications/misc/roxterm/default.nix b/pkgs/applications/misc/roxterm/default.nix
index 11a75e4064f..aa0ebc29a55 100644
--- a/pkgs/applications/misc/roxterm/default.nix
+++ b/pkgs/applications/misc/roxterm/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, docbook_xsl, dbus, dbus-glib, expat
-, gsettings-desktop-schemas, gdk_pixbuf, gtk3, hicolor-icon-theme
+, gsettings-desktop-schemas, gdk-pixbuf, gtk3, hicolor-icon-theme
, imagemagick, itstool, librsvg, libtool, libxslt, makeWrapper
, pkgconfig, python, pythonPackages, vte
, wrapGAppsHook}:
@@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
buildInputs =
[ docbook_xsl expat imagemagick itstool librsvg libtool libxslt
makeWrapper python pythonPackages.lockfile dbus dbus-glib
- gdk_pixbuf gsettings-desktop-schemas gtk3
+ gdk-pixbuf gsettings-desktop-schemas gtk3
hicolor-icon-theme vte ];
NIX_CFLAGS_COMPILE = [ "-I${dbus-glib.dev}/include/dbus-1.0"
diff --git a/pkgs/applications/misc/rxvt_unicode-plugins/urxvt-theme-switch/default.nix b/pkgs/applications/misc/rxvt_unicode-plugins/urxvt-theme-switch/default.nix
index f4a41a89e1c..ba8ec3a6e72 100644
--- a/pkgs/applications/misc/rxvt_unicode-plugins/urxvt-theme-switch/default.nix
+++ b/pkgs/applications/misc/rxvt_unicode-plugins/urxvt-theme-switch/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "urxvt plugin that allows to switch color themes during runtime";
homepage = https://github.com/felixr/urxvt-theme-switch;
license = "CCBYNC";
- maintainers = with maintainers; [ garbas ];
+ maintainers = with maintainers; [ ];
platforms = with platforms; unix;
};
}
diff --git a/pkgs/applications/misc/rxvt_unicode/default.nix b/pkgs/applications/misc/rxvt_unicode/default.nix
index d198c595135..053eaf6e54c 100644
--- a/pkgs/applications/misc/rxvt_unicode/default.nix
+++ b/pkgs/applications/misc/rxvt_unicode/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, makeDesktopItem, perlSupport ? true, libX11, libXt, libXft,
ncurses, perl, fontconfig, freetype, pkgconfig, libXrender,
- gdkPixbufSupport ? true, gdk_pixbuf, unicode3Support ? true }:
+ gdkPixbufSupport ? true, gdk-pixbuf, unicode3Support ? true }:
let
pname = "rxvt-unicode";
@@ -31,7 +31,7 @@ stdenv.mkDerivation (rec {
[ libX11 libXt libXft ncurses /* required to build the terminfo file */
fontconfig freetype pkgconfig libXrender ]
++ stdenv.lib.optional perlSupport perl
- ++ stdenv.lib.optional gdkPixbufSupport gdk_pixbuf;
+ ++ stdenv.lib.optional gdkPixbufSupport gdk-pixbuf;
outputs = [ "out" "terminfo" ];
diff --git a/pkgs/applications/misc/safeeyes/default.nix b/pkgs/applications/misc/safeeyes/default.nix
index de1e7a093d5..30f54cdee7e 100644
--- a/pkgs/applications/misc/safeeyes/default.nix
+++ b/pkgs/applications/misc/safeeyes/default.nix
@@ -1,4 +1,4 @@
-{ lib, python3Packages, gobject-introspection, libappindicator-gtk3, libnotify, gtk3, gnome3, xprintidle-ng, wrapGAppsHook, gdk_pixbuf, shared-mime-info, librsvg
+{ lib, python3Packages, gobject-introspection, libappindicator-gtk3, libnotify, gtk3, gnome3, xprintidle-ng, wrapGAppsHook, gdk-pixbuf, shared-mime-info, librsvg
}:
let inherit (python3Packages) python buildPythonApplication fetchPypi;
@@ -50,7 +50,7 @@ in buildPythonApplication rec {
preFixup = ''
gappsWrapperArgs+=(
- --prefix XDG_DATA_DIRS : "${gdk_pixbuf}/share"
+ --prefix XDG_DATA_DIRS : "${gdk-pixbuf}/share"
--prefix XDG_DATA_DIRS : "${shared-mime-info}/share"
--prefix XDG_DATA_DIRS : "${librsvg}/share"
diff --git a/pkgs/applications/misc/sampler/default.nix b/pkgs/applications/misc/sampler/default.nix
new file mode 100644
index 00000000000..a04b0dcbba6
--- /dev/null
+++ b/pkgs/applications/misc/sampler/default.nix
@@ -0,0 +1,27 @@
+{ lib, buildGoModule, fetchFromGitHub, alsaLib }:
+
+buildGoModule rec {
+ pname = "sampler";
+ version = "1.0.3";
+
+ src = fetchFromGitHub {
+ owner = "sqshq";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "129vifb1y57vyqj9p23gq778jschndh2y2ingwvjz0a6lrm45vpf";
+ };
+
+ modSha256 = "0wgwnn50lrg6ix5ll2jdwi421wgqgsv4y9xd5hfj81kya3dxcbw0";
+
+ subPackages = [ "." ];
+
+ buildInputs = [ alsaLib ];
+
+ meta = with lib; {
+ description = "Tool for shell commands execution, visualization and alerting";
+ homepage = "https://sampler.dev";
+ license = licenses.gpl3;
+ maintainers = with maintainers; [ uvnikita ];
+ platforms = platforms.unix;
+ };
+}
diff --git a/pkgs/applications/misc/sequeler/default.nix b/pkgs/applications/misc/sequeler/default.nix
index 4947bcf60bd..e3edb539928 100644
--- a/pkgs/applications/misc/sequeler/default.nix
+++ b/pkgs/applications/misc/sequeler/default.nix
@@ -11,13 +11,13 @@ let
in stdenv.mkDerivation rec {
pname = "sequeler";
- version = "0.7.0";
+ version = "0.7.2";
src = fetchFromGitHub {
owner = "Alecaddd";
repo = pname;
rev = "v${version}";
- sha256 = "1x2ikagjsgnhhhwkj09ihln17mq4wjq3wwbnf02j2p3jpp4i8w1i";
+ sha256 = "0mxlhyfqmd4zg0psdmr62rhmvssw8jslm7a1nvh93675ns3vfrs5";
};
nativeBuildInputs = [ meson ninja pkgconfig pantheon.vala gettext wrapGAppsHook python3 desktop-file-utils ];
diff --git a/pkgs/applications/misc/sidequest/default.nix b/pkgs/applications/misc/sidequest/default.nix
new file mode 100644
index 00000000000..1ec2665c676
--- /dev/null
+++ b/pkgs/applications/misc/sidequest/default.nix
@@ -0,0 +1,69 @@
+{ stdenv, lib, fetchurl, buildFHSUserEnv, makeDesktopItem, makeWrapper, atomEnv, libuuid, at-spi2-atk, icu, openssl, zlib }:
+ let
+ pname = "sidequest";
+ version = "0.3.1";
+
+ desktopItem = makeDesktopItem rec {
+ name = "SideQuest";
+ exec = "SideQuest";
+ desktopName = name;
+ genericName = "VR App Store";
+ categories = "Settings;PackageManager;";
+ };
+
+ sidequest = stdenv.mkDerivation {
+ inherit pname version;
+
+ src = fetchurl {
+ url = "https://github.com/the-expanse/SideQuest/releases/download/${version}/SideQuest-linux-x64.tar.gz";
+ sha256 = "1hj398zzp1x74zhp9rlhqzm9a0ck6zh9bj39g6fpvc38zab5dj1p";
+ };
+
+ buildInputs = [ makeWrapper ];
+
+ buildCommand = ''
+ mkdir -p "$out/lib/SideQuest" "$out/bin"
+ tar -xzf "$src" -C "$out/lib/SideQuest" --strip-components 1
+
+ ln -s "$out/lib/SideQuest/SideQuest" "$out/bin"
+
+ fixupPhase
+
+ # mkdir -p "$out/share/applications"
+ # ln -s "${desktopItem}/share/applications/*" "$out/share/applications"
+
+ patchelf \
+ --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
+ --set-rpath "${atomEnv.libPath}/lib:${lib.makeLibraryPath [libuuid at-spi2-atk]}:$out/lib/SideQuest" \
+ "$out/lib/SideQuest/SideQuest"
+ '';
+ };
+ in buildFHSUserEnv {
+ name = "SideQuest";
+
+ passthru = {
+ inherit pname version;
+
+ meta = with stdenv.lib; {
+ description = "An open app store and side-loading tool for Android-based VR devices such as the Oculus Go, Oculus Quest or Moverio BT 300";
+ homepage = "https://github.com/the-expanse/SideQuest";
+ downloadPage = "https://github.com/the-expanse/SideQuest/releases";
+ license = licenses.mit;
+ maintainers = [ maintainers.joepie91 ];
+ platforms = [ "x86_64-linux" ];
+ };
+ };
+
+ targetPkgs = pkgs: [
+ sidequest
+ # Needed in the environment on runtime, to make QuestSaberPatch work
+ icu openssl zlib
+ ];
+
+ extraInstallCommands = ''
+ mkdir -p "$out/share/applications"
+ ln -s "${desktopItem}/share/applications/*" "$out/share/applications"
+ '';
+
+ runScript = "SideQuest";
+ }
diff --git a/pkgs/applications/misc/simplenote/default.nix b/pkgs/applications/misc/simplenote/default.nix
index 719b8d32b33..6a16741a06b 100644
--- a/pkgs/applications/misc/simplenote/default.nix
+++ b/pkgs/applications/misc/simplenote/default.nix
@@ -1,5 +1,5 @@
{ fetchurl, stdenv, lib, zlib, glib, alsaLib, dbus, gtk2, atk, pango, freetype, fontconfig
-, libgnome-keyring3, gdk_pixbuf, cairo, cups, expat, libgpgerror, nspr
+, libgnome-keyring3, gdk-pixbuf, cairo, cups, expat, libgpgerror, nspr
, nss, xorg, libcap, systemd, libnotify ,libXScrnSaver, gnome2 }:
stdenv.mkDerivation rec {
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
packages = [
stdenv.cc.cc zlib glib dbus gtk2 atk pango freetype libgnome-keyring3
- fontconfig gdk_pixbuf cairo cups expat libgpgerror alsaLib nspr nss
+ fontconfig gdk-pixbuf cairo cups expat libgpgerror alsaLib nspr nss
xorg.libXrender xorg.libX11 xorg.libXext xorg.libXdamage xorg.libXtst
xorg.libXcomposite xorg.libXi xorg.libXfixes xorg.libXrandr
xorg.libXcursor libcap systemd libnotify libXScrnSaver gnome2.GConf
diff --git a/pkgs/applications/misc/st/xst.nix b/pkgs/applications/misc/st/xst.nix
index b63a41bb915..9407243c6a2 100644
--- a/pkgs/applications/misc/st/xst.nix
+++ b/pkgs/applications/misc/st/xst.nix
@@ -3,16 +3,16 @@
with stdenv.lib;
let
- version = "0.7.1";
+ version = "0.7.2";
name = "xst-${version}";
in stdenv.mkDerivation {
inherit name;
src = fetchFromGitHub {
- owner = "neeasade";
+ owner = "gnotclub";
repo = "xst";
rev = "v${version}";
- sha256 = "1fh4y2w0icaij99kihl3w8j5d5b38d72afp17c81pi57f43ss6pc";
+ sha256 = "1fplgy30gyrwkjsw3z947327r98i13zd1whwkplpj9fzckhb9vs9";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/misc/stretchly/default.nix b/pkgs/applications/misc/stretchly/default.nix
index 8f26ee99e22..213f308646a 100644
--- a/pkgs/applications/misc/stretchly/default.nix
+++ b/pkgs/applications/misc/stretchly/default.nix
@@ -8,7 +8,7 @@
, expat
, fetchurl
, fontconfig
-, gdk_pixbuf
+, gdk-pixbuf
, glib
, gtk2
, gtk3
@@ -51,7 +51,7 @@ let
dbus
expat
fontconfig
- gdk_pixbuf
+ gdk-pixbuf
glib
gtk2
gtk3
diff --git a/pkgs/applications/misc/styx/default.nix b/pkgs/applications/misc/styx/default.nix
index f9779beec0f..d545447cb13 100644
--- a/pkgs/applications/misc/styx/default.nix
+++ b/pkgs/applications/misc/styx/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "01lklz7l9klqmmsncikwjnk3glzyz15c30118s82yd1chwpwhpfl";
};
- server = "${caddy.bin}/bin/caddy";
+ server = "${caddy}/bin/caddy";
linkcheck = "${linkchecker}/bin/linkchecker";
nativeBuildInputs = [ asciidoctor ];
diff --git a/pkgs/applications/misc/subsurface/default.nix b/pkgs/applications/misc/subsurface/default.nix
index 50bb1df2eef..7bac1db813f 100644
--- a/pkgs/applications/misc/subsurface/default.nix
+++ b/pkgs/applications/misc/subsurface/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchFromGitHub, autoreconfHook, cmake, makeWrapper, pkgconfig, qmake
+{ stdenv, fetchurl, fetchFromGitHub, autoreconfHook, cmake, wrapQtAppsHook, pkgconfig, qmake
, curl, grantlee, libgit2, libusb, libssh2, libxml2, libxslt, libzip, zlib
, qtbase, qtconnectivity, qtlocation, qtsvg, qttools, qtwebkit, libXcomposite
}:
@@ -79,18 +79,13 @@ in stdenv.mkDerivation rec {
qtbase qtconnectivity qtsvg qttools qtwebkit
];
- nativeBuildInputs = [ cmake makeWrapper pkgconfig ];
+ nativeBuildInputs = [ cmake wrapQtAppsHook pkgconfig ];
cmakeFlags = [
"-DLIBDC_FROM_PKGCONFIG=ON"
"-DNO_PRINTING=OFF"
];
- postInstall = ''
- wrapProgram $out/bin/subsurface \
- --prefix QT_PLUGIN_PATH : "${googlemaps}/${googlemaps.pluginsSubdir}"
- '';
-
enableParallelBuilding = true;
passthru = { inherit version libdc googlemaps; };
diff --git a/pkgs/applications/misc/sweethome3d/default.nix b/pkgs/applications/misc/sweethome3d/default.nix
index 293f6aaa3c6..ee42c1389fc 100644
--- a/pkgs/applications/misc/sweethome3d/default.nix
+++ b/pkgs/applications/misc/sweethome3d/default.nix
@@ -74,15 +74,15 @@ let
in rec {
application = mkSweetHome3D rec {
- version = "6.1.2";
+ version = "6.2";
module = "SweetHome3D";
name = stdenv.lib.toLower module + "-application-" + version;
description = "Design and visualize your future home";
license = stdenv.lib.licenses.gpl2Plus;
src = fetchsvn {
url = "https://svn.code.sf.net/p/sweethome3d/code/tags/V_" + d2u version + "/SweetHome3D/";
- sha256 = "14svi112kml175dblzcdjzhlfwbp1cy6rki49mqb3632hwmif6ya";
- rev = "6750";
+ sha256 = "0a514a1zmipykvawil46v826ivkw9c00vdkyggyl6m41giay15zf";
+ rev = "6822";
};
desktopName = "Sweet Home 3D";
icons = {
diff --git a/pkgs/applications/misc/syncthingtray/default.nix b/pkgs/applications/misc/syncthingtray/default.nix
new file mode 100644
index 00000000000..0dc8f3bf38e
--- /dev/null
+++ b/pkgs/applications/misc/syncthingtray/default.nix
@@ -0,0 +1,57 @@
+{ mkDerivation
+, stdenv
+, lib
+, fetchFromGitHub
+, qtbase
+, qtwebengine
+, qtdeclarative
+, extra-cmake-modules
+, cpp-utilities
+, qtutilities
+, cmake
+, kio
+, plasma-framework
+, qttools
+, webviewSupport ? true
+, jsSupport ? true
+, kioPluginSupport ? true
+, plasmoidSupport ? true
+, systemdSupport ? true
+}:
+
+mkDerivation rec {
+ version = "0.9.1";
+ pname = "syncthingtray";
+
+ src = fetchFromGitHub {
+ owner = "Martchus";
+ repo = "syncthingtray";
+ rev = "v${version}";
+ sha256 = "0ijwpwlwwbfh9fdfbwz6dgi6hpmaav2jm56mzxm6as50iwnb59fx";
+ };
+
+ buildInputs = [ qtbase cpp-utilities qtutilities ]
+ ++ lib.optionals webviewSupport [ qtwebengine ]
+ ++ lib.optionals jsSupport [ qtdeclarative ]
+ ++ lib.optionals kioPluginSupport [ kio ]
+ ++ lib.optionals plasmoidSupport [ extra-cmake-modules plasma-framework ]
+ ;
+
+ nativeBuildInputs = [ cmake qttools ];
+
+ cmakeFlags = [
+ # See https://github.com/Martchus/syncthingtray/issues/42
+ "-DQT_PLUGIN_DIR:STRING=${placeholder "out"}/lib/qt-5"
+ ] ++ lib.optionals (!plasmoidSupport) ["-DNO_PLASMOID=ON"]
+ ++ lib.optionals (!kioPluginSupport) ["-DNO_FILE_ITEM_ACTION_PLUGIN=ON"]
+ ++ lib.optionals systemdSupport ["-DSYSTEMD_SUPPORT=ON"]
+ ;
+
+ meta = with lib; {
+ homepage = "https://github.com/Martchus/syncthingtray";
+ description = "Tray application and Dolphin/Plasma integration for Syncthing";
+ license = licenses.gpl2;
+ maintainers = with maintainers; [ doronbehar ];
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/applications/misc/synergy/default.nix b/pkgs/applications/misc/synergy/default.nix
index 25855c2a613..5f12bdb4dfc 100644
--- a/pkgs/applications/misc/synergy/default.nix
+++ b/pkgs/applications/misc/synergy/default.nix
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub, fetchpatch, fetchurl, cmake, xlibsWrapper
-, ApplicationServices, Carbon, Cocoa, CoreServices, ScreenSaver, cf-private
+, ApplicationServices, Carbon, Cocoa, CoreServices, ScreenSaver
, libX11, libXi, libXtst, libXrandr, xinput, curl, openssl, unzip }:
stdenv.mkDerivation rec {
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
buildInputs = [
cmake curl openssl
] ++ lib.optionals stdenv.isDarwin [
- ApplicationServices Carbon Cocoa CoreServices ScreenSaver cf-private
+ ApplicationServices Carbon Cocoa CoreServices ScreenSaver
] ++ lib.optionals stdenv.isLinux [ xlibsWrapper libX11 libXi libXtst libXrandr xinput ];
installPhase = ''
diff --git a/pkgs/applications/misc/taskell/default.nix b/pkgs/applications/misc/taskell/default.nix
index 743d89de4ad..00b96f459cb 100644
--- a/pkgs/applications/misc/taskell/default.nix
+++ b/pkgs/applications/misc/taskell/default.nix
@@ -1,8 +1,8 @@
-{ haskell, lib, haskellPackages, fetchFromGitHub }:
+{ lib, haskellPackages, fetchFromGitHub }:
let
- version = "1.4.3";
- sha256 = "0i12x7qzfmmdvi09k96x53zzzrva2w3zbl2f6dkxb8kk5scqqa4v";
+ version = "1.6.0";
+ sha256 = "1yq7lbqg759i3hyxcskx3924b7xmw6i4ny6n8yq80k4hikw2k6mf";
in (haskellPackages.mkDerivation {
pname = "taskell";
diff --git a/pkgs/applications/misc/taskjuggler/default.nix b/pkgs/applications/misc/taskjuggler/default.nix
index 1b3bacf71df..838cc199a6c 100644
--- a/pkgs/applications/misc/taskjuggler/default.nix
+++ b/pkgs/applications/misc/taskjuggler/default.nix
@@ -1,4 +1,4 @@
-{ lib, bundlerApp }:
+{ lib, bundlerApp, bundlerUpdateScript }:
bundlerApp {
pname = "taskjuggler";
@@ -9,11 +9,13 @@ bundlerApp {
"tj3ts_receiver" "tj3ts_sender" "tj3ts_summary" "tj3webd"
];
+ passthru.updateScript = bundlerUpdateScript "taskjuggler";
+
meta = with lib; {
description = "A modern and powerful project management tool";
homepage = http://taskjuggler.org/;
license = licenses.gpl2;
platforms = platforms.unix;
- maintainers = [ maintainers.manveru ];
+ maintainers = with maintainers; [ manveru nicknovitski ];
};
}
diff --git a/pkgs/applications/misc/termdown/default.nix b/pkgs/applications/misc/termdown/default.nix
index 65963f9aa34..7edb8dd5d1e 100644
--- a/pkgs/applications/misc/termdown/default.nix
+++ b/pkgs/applications/misc/termdown/default.nix
@@ -6,11 +6,11 @@ with stdenv.lib;
buildPythonApplication rec {
name = "termdown-${version}";
- version = "1.14.1";
+ version = "1.16.0";
src = fetchFromGitHub {
rev = version;
- sha256 = "0jgjzglna0gwp0j31l48pny69szslczl13aahwjfjypkv9lx8w2a";
+ sha256 = "0k429ss1xifm9vbgyzpp71r79byn9jclvr0rm77bai2r8nz3s2vf";
repo = "termdown";
owner = "trehn";
};
diff --git a/pkgs/applications/misc/terminator/default.nix b/pkgs/applications/misc/terminator/default.nix
index 80dffe6d93f..d09c98b6709 100644
--- a/pkgs/applications/misc/terminator/default.nix
+++ b/pkgs/applications/misc/terminator/default.nix
@@ -35,7 +35,7 @@ python2.pkgs.buildPythonApplication rec {
'';
homepage = https://gnometerminator.blogspot.no/p/introduction.html;
license = licenses.gpl2;
- maintainers = with maintainers; [ bjornfor globin ];
+ maintainers = with maintainers; [ bjornfor ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/misc/terminus/default.nix b/pkgs/applications/misc/terminus/default.nix
index c12a4c9f8da..8518b72bc95 100644
--- a/pkgs/applications/misc/terminus/default.nix
+++ b/pkgs/applications/misc/terminus/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchurl, dpkg, gnome2, gtk2, atk, glib, pango, gdk_pixbuf, cairo
+{ stdenv, lib, fetchurl, dpkg, gnome2, gtk2, atk, glib, pango, gdk-pixbuf, cairo
, freetype, fontconfig, dbus, libXi, libXcursor, libXdamage, libXrandr
, libXcomposite, libXext, libXfixes, libXrender, libX11, libXtst, libXScrnSaver
, libxcb, makeWrapper, nodejs
@@ -6,7 +6,7 @@
let
libPath = stdenv.lib.makeLibraryPath [
- stdenv.cc.cc gtk2 atk glib pango gdk_pixbuf cairo freetype fontconfig dbus
+ stdenv.cc.cc gtk2 atk glib pango gdk-pixbuf cairo freetype fontconfig dbus
libXi libXcursor libXdamage libXrandr libXcomposite libXext libXfixes libxcb
libXrender libX11 libXtst libXScrnSaver gnome2.GConf nss nspr alsaLib cups expat systemd libpulseaudio
];
diff --git a/pkgs/applications/misc/termite/default.nix b/pkgs/applications/misc/termite/default.nix
index 674b228746d..d4191a875bd 100644
--- a/pkgs/applications/misc/termite/default.nix
+++ b/pkgs/applications/misc/termite/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
description = "A simple VTE-based terminal";
license = licenses.lgpl2Plus;
homepage = https://github.com/thestinger/termite/;
- maintainers = with maintainers; [ koral garbas ];
+ maintainers = with maintainers; [ koral ];
platforms = platforms.all;
};
}
diff --git a/pkgs/applications/misc/termite/wrapper.nix b/pkgs/applications/misc/termite/wrapper.nix
index 0b12a905360..379223d9076 100644
--- a/pkgs/applications/misc/termite/wrapper.nix
+++ b/pkgs/applications/misc/termite/wrapper.nix
@@ -1,4 +1,4 @@
-{ makeWrapper, wrapGAppsHook, symlinkJoin, configFile ? null, termite }:
+{ makeWrapper, symlinkJoin, configFile ? null, termite }:
if configFile == null then termite else symlinkJoin {
name = "termite-with-config-${termite.version}";
diff --git a/pkgs/applications/misc/tilix/default.nix b/pkgs/applications/misc/tilix/default.nix
index 342eca0a6fd..095681d136d 100644
--- a/pkgs/applications/misc/tilix/default.nix
+++ b/pkgs/applications/misc/tilix/default.nix
@@ -1,51 +1,85 @@
-{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, dmd, gnome3, dbus
-, gsettings-desktop-schemas, desktop-file-utils, gettext, gtkd, libsecret
-, glib, perlPackages, wrapGAppsHook, xdg_utils }:
+{ stdenv
+, fetchFromGitHub
+, fetchpatch
+, meson
+, ninja
+, python3
+, pkgconfig
+, dmd
+, gnome3
+, dbus
+, gsettings-desktop-schemas
+, desktop-file-utils
+, gettext
+, gtkd
+, libsecret
+, glib
+, wrapGAppsHook
+, libunwind
+, hicolor-icon-theme
+}:
stdenv.mkDerivation rec {
pname = "tilix";
- version = "1.9.3";
+ version = "unstable-2019-08-03";
src = fetchFromGitHub {
owner = "gnunn1";
repo = "tilix";
- rev = version;
- sha256 = "0mg9y4xd2pnv0smibg7dyy733jarvx6qpdqap3sj7fpyni0jvpph";
+ rev = "09ec4e8e113703ca795946d8d2a83091e7b741e4";
+ sha256 = "1vvp6l25xygzhbhscg8scik8y59nl8a92ri024ijk0c0lclga05m";
};
+ # Default upstream else LDC fails to link
+ mesonBuildType = [
+ "debugoptimized"
+ ];
+
nativeBuildInputs = [
- autoreconfHook dmd desktop-file-utils perlPackages.Po4a pkgconfig xdg_utils
+ desktop-file-utils
+ dmd
+ hicolor-icon-theme # for setup-hook
+ meson
+ ninja
+ pkgconfig
+ python3
wrapGAppsHook
];
- buildInputs = [ gnome3.dconf gettext gsettings-desktop-schemas gtkd dbus libsecret ];
+ buildInputs = [
+ dbus
+ gettext
+ gnome3.dconf
+ gsettings-desktop-schemas
+ gtkd
+ libsecret
+ libunwind
+ ];
- preBuild = ''
- makeFlagsArray=(
- DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace'
- )
- '';
+ patches = [
+ # Depends on libsecret optionally
+ # https://github.com/gnunn1/tilix/pull/1745
+ (fetchpatch {
+ url = "https://github.com/gnunn1/tilix/commit/e38dd182bfb92419d70434926ef9c0530189aab8.patch";
+ sha256 = "1ws4iyzi67crzlp9p7cw8jr752b3phcg5ymx5aj0bh6321g38kfk";
+ })
+ ];
- postInstall = ''
- ${glib.dev}/bin/glib-compile-schemas $out/share/glib-2.0/schemas
+ postPatch = ''
+ chmod +x meson_post_install.py
+ patchShebangs meson_post_install.py
'';
preFixup = ''
- gappsWrapperArgs+=(--prefix LD_LIBRARY_PATH ":" "${libsecret}/lib")
-
substituteInPlace $out/share/applications/com.gexperts.Tilix.desktop \
--replace "Exec=tilix" "Exec=$out/bin/tilix"
-
- # TODO: Won't be needed after the switch to Meson
- substituteInPlace $out/share/dbus-1/services/com.gexperts.Tilix.service \
- --replace "/usr/bin/tilix" "$out/bin/tilix"
'';
meta = with stdenv.lib; {
description = "Tiling terminal emulator following the Gnome Human Interface Guidelines";
homepage = https://gnunn1.github.io/tilix-web;
license = licenses.mpl20;
- maintainers = with maintainers; [ midchildan ];
+ maintainers = with maintainers; [ midchildan worldofpeace ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/misc/tint2/default.nix b/pkgs/applications/misc/tint2/default.nix
index c70503cbff2..63bb7f4bb4a 100644
--- a/pkgs/applications/misc/tint2/default.nix
+++ b/pkgs/applications/misc/tint2/default.nix
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
name = "tint2-${version}";
- version = "16.6.1";
+ version = "16.7";
src = fetchFromGitLab {
owner = "o9000";
repo = "tint2";
rev = version;
- sha256 = "1h5bn4vi7gffwi4mpwpn0s6vxvl44rn3m9b23w8q9zyz9v24flz7";
+ sha256 = "1937z0kixb6r82izj12jy4x8z4n96dfq1hx05vcsvsg1sx3wxgb0";
};
enableParallelBuilding = true;
diff --git a/pkgs/applications/misc/toot/default.nix b/pkgs/applications/misc/toot/default.nix
index 6079c8807dc..df9ed897370 100644
--- a/pkgs/applications/misc/toot/default.nix
+++ b/pkgs/applications/misc/toot/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonApplication rec {
- version = "0.21.0";
+ version = "0.22.0";
name = "toot-${version}";
src = fetchFromGitHub {
owner = "ihabunek";
repo = "toot";
rev = "${version}";
- sha256 = "03s81i9rz7dn33r13p7j2c7yw874hkm64x7myddiqw9lc21fyzql";
+ sha256 = "11dgz082shxpbsxr4i41as040cfqinm5lbcg3bmsxqvc4hsz2nr5";
};
checkInputs = with python3Packages; [ pytest ];
diff --git a/pkgs/applications/misc/translate-shell/default.nix b/pkgs/applications/misc/translate-shell/default.nix
index 9fb8469cf27..a2f6980abd9 100644
--- a/pkgs/applications/misc/translate-shell/default.nix
+++ b/pkgs/applications/misc/translate-shell/default.nix
@@ -1,15 +1,14 @@
{ stdenv, fetchFromGitHub, makeWrapper, curl, fribidi, rlwrap, gawk, groff, ncurses }:
stdenv.mkDerivation rec {
- name = "${pname}-${version}";
pname = "translate-shell";
- version = "0.9.6.10";
+ version = "0.9.6.11";
src = fetchFromGitHub {
owner = "soimort";
repo = "translate-shell";
rev = "v${version}";
- sha256 = "1dmh3flldfhnqfay3a6c5hanqcjwrmbly1bq8mlk022qfi1fv33y";
+ sha256 = "137fz3ahzf65hfqcs4k7hhrmfjlhlw7wr3gfsvk88bnyqkyw44sm";
};
buildInputs = [ makeWrapper ];
diff --git a/pkgs/applications/misc/tzupdate/default.nix b/pkgs/applications/misc/tzupdate/default.nix
index c887876634f..ae418544132 100644
--- a/pkgs/applications/misc/tzupdate/default.nix
+++ b/pkgs/applications/misc/tzupdate/default.nix
@@ -5,11 +5,11 @@ let
in
buildPythonApplication rec {
pname = "tzupdate";
- version = "1.4.0";
+ version = "1.5.0";
src = fetchPypi {
inherit pname version;
- sha256 = "1sc3z2bx2nhnxg82x0jy19pr8lw56chbr90c2lr11w495csqwhz7";
+ sha256 = "13np40h64bgkcj10qw6f4nb51p47bb20fd6pzxq8xbr645a4d34m";
};
propagatedBuildInputs = [ requests ];
diff --git a/pkgs/applications/misc/ulauncher/default.nix b/pkgs/applications/misc/ulauncher/default.nix
index 961df1a4c53..3db6f6ae565 100644
--- a/pkgs/applications/misc/ulauncher/default.nix
+++ b/pkgs/applications/misc/ulauncher/default.nix
@@ -1,12 +1,9 @@
{ stdenv
-, fetchFromGitHub
, fetchurl
, python27Packages
-, substituteAll
, gnome3
, gobject-introspection
, wrapGAppsHook
-, gtk3
, webkitgtk
, libnotify
, keybinder3
@@ -60,7 +57,7 @@ python27Packages.buildPythonApplication rec {
checkInputs = with python27Packages; [
mock
- pytest_3
+ pytest
pytest-mock
pytestpep8
xvfb_run
diff --git a/pkgs/applications/misc/vcal/default.nix b/pkgs/applications/misc/vcal/default.nix
index 7649785524f..5cd8de43729 100644
--- a/pkgs/applications/misc/vcal/default.nix
+++ b/pkgs/applications/misc/vcal/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ perl ]; # for pod2man
- unpackPhase = ":";
+ dontUnpack = true;
dontBuild = true;
installPhase = ''
runHook preInstall
diff --git a/pkgs/applications/misc/verbiste/default.nix b/pkgs/applications/misc/verbiste/default.nix
index f23862c63cd..05862444556 100644
--- a/pkgs/applications/misc/verbiste/default.nix
+++ b/pkgs/applications/misc/verbiste/default.nix
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "verbiste-${version}";
- version = "0.1.45";
+ version = "0.1.46";
src = fetchurl {
url = "https://perso.b2b2c.ca/~sarrazip/dev/${name}.tar.gz";
- sha256 = "180zyhdjspp7lk2291wsqs6bm7y27r7bd00447iimmjpx372s22c";
+ sha256 = "13l8b8mbkdds955sn42hzrjzj48lg1drpd7vhpcjxadckbvlh1p0";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/misc/vifm/default.nix b/pkgs/applications/misc/vifm/default.nix
index b61864e026a..81563254abd 100644
--- a/pkgs/applications/misc/vifm/default.nix
+++ b/pkgs/applications/misc/vifm/default.nix
@@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
- name = "vifm-${version}";
- version = "0.10";
+ pname = "vifm";
+ version = "0.10.1";
src = fetchurl {
url = "https://github.com/vifm/vifm/releases/download/v${version}/vifm-${version}.tar.bz2";
- sha256 = "1f380xcyjnm4xmcdazs6dj064bwddhywvn3mgm36k7r7b2gnjnp0";
+ sha256 = "0fyhxh7ndjn8fyjhj14ymkr3pjcs3k1xbs43g7xvvq85vdb6y04r";
};
nativeBuildInputs = [ pkgconfig ];
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A vi-like file manager";
- maintainers = with maintainers; [ raskin garbas ];
+ maintainers = with maintainers; [ raskin ];
platforms = platforms.unix;
license = licenses.gpl2;
downloadPage = "https://vifm.info/downloads.shtml";
diff --git a/pkgs/applications/misc/viking/default.nix b/pkgs/applications/misc/viking/default.nix
index b7d0b330e85..50f2012d34a 100644
--- a/pkgs/applications/misc/viking/default.nix
+++ b/pkgs/applications/misc/viking/default.nix
@@ -1,19 +1,21 @@
{ fetchurl, stdenv, makeWrapper, pkgconfig, intltool, gettext, gtk2, expat, curl
, gpsd, bc, file, gnome-doc-utils, libexif, libxml2, libxslt, scrollkeeper
-, docbook_xml_dtd_412, gexiv2, sqlite, gpsbabel, expect, hicolor-icon-theme }:
+, docbook_xml_dtd_412, gexiv2, sqlite, gpsbabel, expect, hicolor-icon-theme
+, geoclue2, liboauth }:
stdenv.mkDerivation rec {
name = "viking-${version}";
- version = "1.6.2";
+ version = "1.7";
src = fetchurl {
url = "mirror://sourceforge/viking/viking/viking-${version}.tar.bz2";
- sha256 = "09kq0sxs2czps0d6xzgkkp41746v44ip63m72qvfs7rsrnqj7qnz";
+ sha256 = "092q2dv0rcz12nh2js1z1ralib1553dmzy9pdrvz9nv2vf61wybw";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ makeWrapper intltool gettext gtk2 expat curl gpsd bc file gnome-doc-utils
libexif libxml2 libxslt scrollkeeper docbook_xml_dtd_412 gexiv2 sqlite hicolor-icon-theme
+ geoclue2 liboauth
];
configureFlags = [ "--disable-scrollkeeper --disable-mapnik" ];
diff --git a/pkgs/applications/misc/volnoti/default.nix b/pkgs/applications/misc/volnoti/default.nix
index 166811fb4ae..47b0385be68 100644
--- a/pkgs/applications/misc/volnoti/default.nix
+++ b/pkgs/applications/misc/volnoti/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, fetchpatch
-, pkgconfig, dbus, gdk_pixbuf, glib, libX11, gtk2, librsvg
+, pkgconfig, dbus, gdk-pixbuf, glib, libX11, gtk2, librsvg
, dbus-glib, autoreconfHook, wrapGAppsHook }:
stdenv.mkDerivation rec {
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig autoreconfHook wrapGAppsHook ];
buildInputs = [
- dbus gdk_pixbuf glib libX11 gtk2 dbus-glib librsvg
+ dbus gdk-pixbuf glib libX11 gtk2 dbus-glib librsvg
];
meta = with stdenv.lib; {
diff --git a/pkgs/applications/misc/waybar/default.nix b/pkgs/applications/misc/waybar/default.nix
index 045b78b92c5..d6cbb442b89 100644
--- a/pkgs/applications/misc/waybar/default.nix
+++ b/pkgs/applications/misc/waybar/default.nix
@@ -8,14 +8,14 @@
, mpdSupport ? true, mpd_clientlib
}:
stdenv.mkDerivation rec {
- name = "waybar-${version}";
- version = "0.6.7";
+ pname = "waybar";
+ version = "0.7.2";
src = fetchFromGitHub {
owner = "Alexays";
repo = "Waybar";
rev = version;
- sha256 = "1rkqxszay2fns8c2q0b668mjacr4wb7drlbfi55z9w5f9cfxgifw";
+ sha256 = "15biyr422s5f2csw395fz9cikir9wffdwqq8y0i6ayzpymzsqbzs";
};
nativeBuildInputs = [
@@ -47,7 +47,7 @@
meta = with stdenv.lib; {
description = "Highly customizable Wayland bar for Sway and Wlroots based compositors";
license = licenses.mit;
- maintainers = with maintainers; [ FlorianFranzen minijackson ];
+ maintainers = with maintainers; [ FlorianFranzen minijackson synthetica ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/misc/web-media-controller/default.nix b/pkgs/applications/misc/web-media-controller/default.nix
new file mode 100644
index 00000000000..6ed2ff10aaa
--- /dev/null
+++ b/pkgs/applications/misc/web-media-controller/default.nix
@@ -0,0 +1,29 @@
+{ stdenv, fetchFromGitHub, cmake, pkgconfig, glib, pcre, json-glib }:
+
+stdenv.mkDerivation rec {
+ pname = "wmc-mpris";
+ version = "unstable-2019-07-24";
+
+ src = fetchFromGitHub {
+ owner = "f1u77y";
+ repo = pname;
+ rev = "3b92847c576662732984ad791d6c7899a39f7787";
+ sha256 = "0q19z0zx53pd237x529rif21kliklwzjrdddx8jfr9hgghjv9giq";
+ };
+
+ nativeBuildInputs = [ cmake pkgconfig ];
+ buildInputs = [ glib pcre json-glib ];
+ cmakeFlags = [
+ "-DCHROMIUM_MANIFEST_DESTINATION=${placeholder ''out''}/etc/chromium/native-messaging-hosts"
+ "-DCHROME_MANIFEST_DESTINATION=${placeholder ''out''}/etc/opt/chrome/native-messaging-hosts"
+ "-DFIREFOX_MANIFEST_DESTINATION=${placeholder ''out''}/lib/mozilla/native-messaging-hosts"
+ ];
+
+ meta = with stdenv.lib; {
+ homepage = "https://github.com/f1u77y/wmc-mpris";
+ description = "MPRIS proxy for usage with 'Web Media Controller' web extension";
+ license = licenses.unlicense;
+ maintainers = with maintainers; [ doronbehar ];
+ platforms = platforms.all;
+ };
+}
diff --git a/pkgs/applications/misc/worker/default.nix b/pkgs/applications/misc/worker/default.nix
index 9657dd99e21..daae279ccc7 100644
--- a/pkgs/applications/misc/worker/default.nix
+++ b/pkgs/applications/misc/worker/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "worker-${version}";
- version = "3.15.4";
+ version = "4.0.1";
src = fetchurl {
url = "http://www.boomerangsworld.de/cms/worker/downloads/${name}.tar.gz";
- sha256 = "03zixi4yqcl05blyn09mlgk102yjbir8bp0yi4czd1sng0rhfc9x";
+ sha256 = "1mwkyak68bsxgff399xmr7bb3hxl0r976b90zi7jrzznwlvxx7vh";
};
buildInputs = [ libX11 ];
diff --git a/pkgs/applications/misc/wtf/default.nix b/pkgs/applications/misc/wtf/default.nix
index 13e4ed81a59..07538f749e8 100644
--- a/pkgs/applications/misc/wtf/default.nix
+++ b/pkgs/applications/misc/wtf/default.nix
@@ -5,22 +5,29 @@
buildGoModule rec {
pname = "wtf";
- version = "0.11.0";
+ version = "0.19.1";
src = fetchFromGitHub {
owner = "wtfutil";
repo = pname;
rev = "v${version}";
- sha256 = "1b671jhf3xaaisgpiad5apmvwkp40qr2hm4n21m0ya7k5ckps09z";
+ sha256 = "19qzg5blqm5p7rrnaqh4f9aj53i743mawjnd1h9lfahbgmil1d24";
};
- modSha256 = "0as736nnx7ci4w9gdp27g55g6dny9bh1fryz3g89gxm2sa2nlb9l";
+ modSha256 = "1q21pc4yyiq4dihsb9n7261ssj52nnik8dq6fg4gvlnnpgcjp570";
- buildFlagsArray = [ "-ldflags=" "-X main.version=${version}" ];
+ # As per https://github.com/wtfutil/wtf/issues/501, one of the
+ # dependencies can't be fetched, so vendored dependencies should
+ # be used instead
+ modBuildPhase = ''
+ runHook preBuild
+ make build -mod=vendor
+ runHook postBuild
+ '';
meta = with lib; {
description = "The personal information dashboard for your terminal";
- homepage = http://wtfutil.com/;
+ homepage = "https://wtfutil.com/";
license = licenses.mpl20;
maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin;
diff --git a/pkgs/applications/misc/xastir/default.nix b/pkgs/applications/misc/xastir/default.nix
index 969661ea7b4..4086c0e094a 100644
--- a/pkgs/applications/misc/xastir/default.nix
+++ b/pkgs/applications/misc/xastir/default.nix
@@ -1,23 +1,23 @@
{ stdenv, fetchFromGitHub, autoreconfHook
-, curl, db, gdal, libgeotiff
+, curl, db, libgeotiff
, libXpm, libXt, motif, pcre
, perl, proj, rastermagick, shapelib
}:
stdenv.mkDerivation rec {
pname = "xastir";
- version = "2.1.0";
+ version = "2.1.4";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "Release-${version}";
- sha256 = "16zsgy3589snawr8f1fa22ymvpnjy6njvxmsck7q8p2xmmz2ry7r";
+ sha256 = "14f908jy5jzvgm1h1sr47hjqjq3q2nq91byhimk84kj044fn21w9";
};
buildInputs = [
autoreconfHook
- curl db gdal libgeotiff
+ curl db libgeotiff
libXpm libXt motif pcre
perl proj rastermagick shapelib
];
diff --git a/pkgs/applications/misc/xcruiser/default.nix b/pkgs/applications/misc/xcruiser/default.nix
index 945072ce026..8875c95fe57 100644
--- a/pkgs/applications/misc/xcruiser/default.nix
+++ b/pkgs/applications/misc/xcruiser/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, gccmakedep, xorg, imake, libXt, libXaw, libXpm, libXext }:
+{ stdenv, fetchurl, gccmakedep, imake, libXt, libXaw, libXpm, libXext }:
stdenv.mkDerivation {
name = "xcruiser-0.30";
diff --git a/pkgs/applications/misc/xmind/default.nix b/pkgs/applications/misc/xmind/default.nix
index fc5abf10989..433f6c61477 100644
--- a/pkgs/applications/misc/xmind/default.nix
+++ b/pkgs/applications/misc/xmind/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
desktopName = "XMind";
comment = meta.description;
categories = "Office;";
- mimeType = "application/xmind;xscheme-handler/xmind";
+ mimeType = "application/xmind;x-scheme-handler/xmind";
};
installPhase = let
diff --git a/pkgs/applications/misc/xmr-stak/default.nix b/pkgs/applications/misc/xmr-stak/default.nix
index 8b6ea4c86c5..be42127e254 100644
--- a/pkgs/applications/misc/xmr-stak/default.nix
+++ b/pkgs/applications/misc/xmr-stak/default.nix
@@ -12,13 +12,13 @@ in
stdenv'.mkDerivation rec {
name = "xmr-stak-${version}";
- version = "2.10.4";
+ version = "2.10.7";
src = fetchFromGitHub {
owner = "fireice-uk";
repo = "xmr-stak";
rev = "${version}";
- sha256 = "0f3cs0jw0yn8lbcm43m34dnvvgr4qpb8wa176vh4whk7bbjkw7lz";
+ sha256 = "1p8hx8gwnv7a49pffq1xmzmrfi3gs6dyra9dn2xi7cl75yn9kfhm";
};
NIX_CFLAGS_COMPILE = "-O3";
@@ -40,6 +40,7 @@ stdenv'.mkDerivation rec {
description = "Unified All-in-one Monero miner";
homepage = "https://github.com/fireice-uk/xmr-stak";
license = licenses.gpl3Plus;
+ platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ fpletz bfortz ];
};
}
diff --git a/pkgs/applications/misc/xmrig/default.nix b/pkgs/applications/misc/xmrig/default.nix
index ff0555eb965..6e421be9302 100644
--- a/pkgs/applications/misc/xmrig/default.nix
+++ b/pkgs/applications/misc/xmrig/default.nix
@@ -1,20 +1,20 @@
-{ stdenv, lib, fetchFromGitHub, cmake, libuv, libmicrohttpd, openssl
+{ stdenv, lib, fetchFromGitHub, cmake, libuv, libmicrohttpd, openssl, hwloc
, donateLevel ? 0
}:
stdenv.mkDerivation rec {
name = "xmrig-${version}";
- version = "2.14.1";
+ version = "3.0.0";
src = fetchFromGitHub {
owner = "xmrig";
repo = "xmrig";
rev = "v${version}";
- sha256 = "0pc3ssmnn36xs3jgznx36q4z3qh06fkbz8md3p3rk6rpvly929pn";
+ sha256 = "1m0rsjb7y1j77mzg5cqb3fdvzgvjkrwgmkjn9nv1xl2757z8hcl4";
};
nativeBuildInputs = [ cmake ];
- buildInputs = [ libuv libmicrohttpd openssl ];
+ buildInputs = [ libuv libmicrohttpd openssl hwloc ];
postPatch = ''
substituteInPlace src/donate.h \
@@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/xmrig/xmrig";
license = licenses.gpl3Plus;
platforms = [ "x86_64-linux" "x86_64-darwin" ];
- maintainers = with maintainers; [ fpletz ];
+ maintainers = with maintainers; [ fpletz kim0 ];
};
}
diff --git a/pkgs/applications/misc/xmrig/proxy.nix b/pkgs/applications/misc/xmrig/proxy.nix
index 2e7c3f5c14d..18eb2189f2c 100644
--- a/pkgs/applications/misc/xmrig/proxy.nix
+++ b/pkgs/applications/misc/xmrig/proxy.nix
@@ -4,23 +4,19 @@
stdenv.mkDerivation rec {
name = "xmrig-proxy-${version}";
- version = "2.14.1";
+ version = "3.0.0";
src = fetchFromGitHub {
owner = "xmrig";
repo = "xmrig-proxy";
rev = "v${version}";
- sha256 = "1sw00qz4yg8cwmm3s64bqr3lki6bxmlsi4ankyy2l4dx1vs9kf6r";
+ sha256 = "19rv5zmxwr3kmb2m3fas91aq1493cnkhvs88zcflnijr1ra218ks";
};
nativeBuildInputs = [ cmake ];
buildInputs = [ libuv libmicrohttpd libuuid openssl ];
postPatch = ''
- # Set default donation level to 0%. Can be increased at runtime via --donate-level option.
- substituteInPlace src/donate.h \
- --replace "kDefaultDonateLevel = 2;" "kDefaultDonateLevel = ${toString donateLevel};"
-
# Link dynamically against libuuid instead of statically
substituteInPlace CMakeLists.txt --replace uuid.a uuid
'';
diff --git a/pkgs/applications/misc/xneur/default.nix b/pkgs/applications/misc/xneur/default.nix
index c6438a21f2c..1cce7b155fd 100644
--- a/pkgs/applications/misc/xneur/default.nix
+++ b/pkgs/applications/misc/xneur/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, intltool, xorg, pcre, gst_all_1, glib
-, xosd, libnotify, enchant, wrapGAppsHook, gdk_pixbuf }:
+, xosd, libnotify, enchant, wrapGAppsHook, gdk-pixbuf }:
stdenv.mkDerivation rec {
name = "xneur-${version}";
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
buildInputs = [
xorg.libX11 xorg.libXtst pcre gst_all_1.gstreamer glib
xosd xorg.libXext xorg.libXi libnotify
- enchant gdk_pixbuf
+ enchant gdk-pixbuf
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
];
diff --git a/pkgs/applications/misc/xpdf/default.nix b/pkgs/applications/misc/xpdf/default.nix
index eb76448391e..d524482dee7 100644
--- a/pkgs/applications/misc/xpdf/default.nix
+++ b/pkgs/applications/misc/xpdf/default.nix
@@ -1,6 +1,6 @@
{ enableGUI ? true, enablePDFtoPPM ? true, useT1Lib ? false
, stdenv, fetchurl, zlib, libpng, freetype ? null, t1lib ? null
-, cmake, qtbase ? null, qtsvg ? null, makeWrapper
+, cmake, qtbase ? null, qtsvg ? null, wrapQtAppsHook
}:
assert enableGUI -> qtbase != null && qtsvg != null && freetype != null;
@@ -22,7 +22,9 @@ stdenv.mkDerivation {
# https://cmake.org/cmake/help/v3.10/command/cmake_minimum_required.html
patches = stdenv.lib.optional stdenv.isDarwin ./cmake_version.patch;
- nativeBuildInputs = [ cmake makeWrapper ];
+ nativeBuildInputs =
+ [ cmake ]
+ ++ stdenv.lib.optional enableGUI wrapQtAppsHook;
cmakeFlags = ["-DSYSTEM_XPDFRC=/etc/xpdfrc" "-DA4_PAPER=ON"];
@@ -36,11 +38,6 @@ stdenv.mkDerivation {
hardeningDisable = [ "format" ];
- postInstall = stdenv.lib.optionalString (stdenv.isDarwin && enableGUI) ''
- wrapProgram $out/bin/xpdf \
- --set QT_PLUGIN_PATH ${qtbase.bin}/${qtbase.qtPluginPrefix}:${qtsvg.bin}/${qtbase.qtPluginPrefix}
- '';
-
meta = with stdenv.lib; {
homepage = https://www.xpdfreader.com;
description = "Viewer for Portable Document Format (PDF) files";
diff --git a/pkgs/applications/misc/xteddy/default.nix b/pkgs/applications/misc/xteddy/default.nix
index 6f67ed96c57..6bc492833cc 100644
--- a/pkgs/applications/misc/xteddy/default.nix
+++ b/pkgs/applications/misc/xteddy/default.nix
@@ -1,19 +1,22 @@
-{ stdenv, fetchzip, pkg-config, xorg, imlib2, makeWrapper }:
+{ stdenv, fetchFromGitLab, pkg-config, xorg, imlib2, makeWrapper }:
stdenv.mkDerivation rec {
name = "xteddy-${version}";
- version = "2.2";
- src = fetchzip {
- url = "https://deb.debian.org/debian/pool/main/x/xteddy/xteddy_${version}.orig.tar.gz";
- sha256 = "0sap4fqvs0888ymf5ga10p3n7n5kr35j38kfsfd7nj0xm4hmcma3";
+ version = "2.2-5";
+ src = fetchFromGitLab {
+ domain = "salsa.debian.org";
+ owner = "games-team";
+ repo = "xteddy";
+ rev = "debian%2F${version}"; # %2F = urlquote("/");
+ sha256 = "0rm7w78d6qajq4fvi4agyqm0c70f3c1i0cy2jdb6kqql2k8w78qy";
};
+
nativeBuildInputs = [ pkg-config makeWrapper ];
buildInputs = [ imlib2 xorg.libX11 xorg.libXext ];
- makeFlags = [ "LIBS=-lXext" ];
+ patches = [ "${src}/debian/patches/10_libXext.patch" "${src}/debian/patches/wrong-man-page-section.patch" ];
postPatch = ''
- sed -i 's/man 1 xteddy/man 6 xteddy/' xteddy.c
sed -i "s:/usr/games/xteddy:$out/bin/xteddy:" xtoys
sed -i "s:/usr/share/xteddy:$out/share/xteddy:" xtoys
'';
@@ -32,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Cuddly teddy bear for your X desktop";
- homepage = https://weber.itn.liu.se/~stegu/xteddy/;
+ homepage = "https://weber.itn.liu.se/~stegu/xteddy/";
license = licenses.gpl2;
maintainers = [ maintainers.xaverdh ];
platforms = platforms.linux;
diff --git a/pkgs/applications/misc/xterm/default.nix b/pkgs/applications/misc/xterm/default.nix
index ab33612ded9..60231350edb 100644
--- a/pkgs/applications/misc/xterm/default.nix
+++ b/pkgs/applications/misc/xterm/default.nix
@@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
- name = "xterm-346";
+ name = "xterm-348";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/xterm/${name}.tgz"
"https://invisible-mirror.net/archives/xterm/${name}.tgz"
];
- sha256 = "0xwamhawgh77q2nlibciv77hznirwhnbs3r52rl4sdaqq1rpscng";
+ sha256 = "1gkmj9v44xg4jahivhnpbmq22w1mwclr6fssv3lhssgkvchm27wb";
};
buildInputs =
diff --git a/pkgs/applications/misc/xxkb/default.nix b/pkgs/applications/misc/xxkb/default.nix
index 56638d126c1..db952758f04 100644
--- a/pkgs/applications/misc/xxkb/default.nix
+++ b/pkgs/applications/misc/xxkb/default.nix
@@ -1,9 +1,9 @@
{ stdenv, fetchurl, libX11, libXt, libXext, libXpm, imake, gccmakedep
-, svgSupport ? false, librsvg, glib, gdk_pixbuf, pkgconfig
+, svgSupport ? false, librsvg, glib, gdk-pixbuf, pkgconfig
}:
assert svgSupport ->
- librsvg != null && glib != null && gdk_pixbuf != null && pkgconfig != null;
+ librsvg != null && glib != null && gdk-pixbuf != null && pkgconfig != null;
stdenv.mkDerivation rec {
name = "xxkb-1.11.1";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ imake gccmakedep ];
buildInputs = [
libX11 libXt libXext libXpm
- ] ++ stdenv.lib.optionals svgSupport [ librsvg glib gdk_pixbuf pkgconfig ];
+ ] ++ stdenv.lib.optionals svgSupport [ librsvg glib gdk-pixbuf pkgconfig ];
outputs = [ "out" "man" ];
diff --git a/pkgs/applications/misc/xygrib/default.nix b/pkgs/applications/misc/xygrib/default.nix
new file mode 100644
index 00000000000..4f1ecbaf8b3
--- /dev/null
+++ b/pkgs/applications/misc/xygrib/default.nix
@@ -0,0 +1,33 @@
+{ stdenv, fetchFromGitHub, cmake, bzip2, qtbase, qttools, libnova, proj, libpng, openjpeg } :
+
+stdenv.mkDerivation rec {
+ version = "1.2.6.1";
+ pname = "xygrib";
+
+ src = fetchFromGitHub {
+ owner = "opengribs";
+ repo = "XyGrib";
+ rev = "v${version}";
+ sha256 = "0xzsm8pr0zjk3f8j880fg5n82jyxn8xf1330qmmq1fqv7rsrg9ia";
+ };
+
+ nativeBuildInputs = [ cmake qttools ];
+ buildInputs = [ bzip2 qtbase libnova proj openjpeg libpng ];
+ cmakeFlags = [ "-DOPENJPEG_INCLUDE_DIR=${openjpeg.dev}/include/openjpeg-2.3" ];
+
+ postInstall = ''
+ mkdir $out/bin
+ ln -s $out/XyGrib/XyGrib $out/bin/XyGrib
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = "https://opengribs.org";
+ description = "Weather Forecast Visualization";
+ longDescription = ''XyGrib is a leading opensource weather visualization package.
+ It interacts with OpenGribs's Grib server providing a choice
+ of global and large area atmospheric and wave models.'';
+ license = licenses.gpl3;
+ platforms = platforms.all;
+ maintainers = [ maintainers.j03 ];
+ };
+}
diff --git a/pkgs/applications/misc/yubioath-desktop/default.nix b/pkgs/applications/misc/yubioath-desktop/default.nix
index 6280f24e22f..843bc0c1c23 100644
--- a/pkgs/applications/misc/yubioath-desktop/default.nix
+++ b/pkgs/applications/misc/yubioath-desktop/default.nix
@@ -1,10 +1,10 @@
-{ stdenv, fetchurl, fetchFromGitHub
-, qmake, qtbase, qtquickcontrols, qtsvg
-, python3, pyotherside, ncurses
+{ stdenv, fetchurl, mkDerivation
+, qmake, qtbase, qtquickcontrols
+, python3, pyotherside
, pcsclite, yubikey-personalization
, yubikey-manager, makeWrapper }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "yubioath-desktop";
version = "4.3.6";
diff --git a/pkgs/applications/misc/zathura/core/default.nix b/pkgs/applications/misc/zathura/core/default.nix
index 3a53f7174ac..fe4ecf225aa 100644
--- a/pkgs/applications/misc/zathura/core/default.nix
+++ b/pkgs/applications/misc/zathura/core/default.nix
@@ -1,13 +1,11 @@
{ stdenv, fetchurl, meson, ninja, wrapGAppsHook, pkgconfig
, appstream-glib, desktop-file-utils, python3
-, gtk, girara, gettext, libxml2
+, gtk, girara, gettext, libxml2, check
, sqlite, glib, texlive, libintl, libseccomp
, file, librsvg
-, gtk-mac-integration, synctexSupport ? true
+, gtk-mac-integration
}:
-assert synctexSupport -> texlive != null;
-
with stdenv.lib;
stdenv.mkDerivation rec {
@@ -29,24 +27,27 @@ stdenv.mkDerivation rec {
# "-Dseccomp=enabled"
"-Dmanpages=enabled"
"-Dconvert-icon=enabled"
- ] ++ optional synctexSupport "-Dsynctex=enabled";
+ "-Dsynctex=enabled"
+ ];
nativeBuildInputs = [
meson ninja pkgconfig desktop-file-utils python3.pkgs.sphinx
- gettext wrapGAppsHook libxml2
+ gettext wrapGAppsHook libxml2 check
] ++ optional stdenv.isLinux appstream-glib;
buildInputs = [
gtk girara libintl sqlite glib file librsvg
- ] ++ optional synctexSupport texlive.bin.core
- ++ optional stdenv.isLinux libseccomp
+ texlive.bin.core
+ ] ++ optional stdenv.isLinux libseccomp
++ optional stdenv.isDarwin gtk-mac-integration;
+ doCheck = true;
+
meta = {
homepage = https://pwmt.org/projects/zathura/;
description = "A core component for zathura PDF viewer";
license = licenses.zlib;
platforms = platforms.unix;
- maintainers = with maintainers; [ garbas ];
+ maintainers = with maintainers; [ globin ];
};
}
diff --git a/pkgs/applications/misc/zathura/default.nix b/pkgs/applications/misc/zathura/default.nix
index e3db15ca78d..1548b0581b6 100644
--- a/pkgs/applications/misc/zathura/default.nix
+++ b/pkgs/applications/misc/zathura/default.nix
@@ -1,7 +1,6 @@
{ config, pkgs
# zathura_pdf_mupdf fails to load _opj_create_decompress at runtime on Darwin (https://github.com/NixOS/nixpkgs/pull/61295#issue-277982980)
-, useMupdf ? config.zathura.useMupdf or (!pkgs.stdenv.isDarwin)
-, synctexSupport ? true }:
+, useMupdf ? config.zathura.useMupdf or (!pkgs.stdenv.isDarwin) }:
let
callPackage = pkgs.newScope self;
@@ -9,9 +8,7 @@ let
self = rec {
gtk = pkgs.gtk3;
- zathura_core = callPackage ./core {
- inherit synctexSupport;
- };
+ zathura_core = callPackage ./core { };
zathura_pdf_poppler = callPackage ./pdf-poppler { };
diff --git a/pkgs/applications/misc/zathura/djvu/default.nix b/pkgs/applications/misc/zathura/djvu/default.nix
index 58985dced42..54f68969d4f 100644
--- a/pkgs/applications/misc/zathura/djvu/default.nix
+++ b/pkgs/applications/misc/zathura/djvu/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.zlib;
platforms = platforms.unix;
- maintainers = with maintainers; [ garbas ];
+ maintainers = with maintainers; [ ];
};
}
diff --git a/pkgs/applications/misc/zathura/pdf-mupdf/default.nix b/pkgs/applications/misc/zathura/pdf-mupdf/default.nix
index e2c08a00da2..f3cacd21236 100644
--- a/pkgs/applications/misc/zathura/pdf-mupdf/default.nix
+++ b/pkgs/applications/misc/zathura/pdf-mupdf/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, meson, ninja, fetchurl, fetchFromGitHub
+{ stdenv, lib, meson, ninja, fetchFromGitHub
, pkgconfig, zathura_core, cairo , gtk-mac-integration, girara, mupdf }:
stdenv.mkDerivation rec {
diff --git a/pkgs/applications/misc/zathura/pdf-poppler/default.nix b/pkgs/applications/misc/zathura/pdf-poppler/default.nix
index 663e798ee0b..30ab053f923 100644
--- a/pkgs/applications/misc/zathura/pdf-poppler/default.nix
+++ b/pkgs/applications/misc/zathura/pdf-poppler/default.nix
@@ -5,8 +5,8 @@ stdenv.mkDerivation rec {
name = "zathura-pdf-poppler-${version}";
src = fetchurl {
- url = "https://pwmt.org/projects/zathura/plugins/download/${name}.tar.xz";
- sha256 = "1p4jcny0jniygns78mcf0nlm298dszh49qpmjmackrm6dq8hc25y";
+ url = "https://git.pwmt.org/pwmt/zathura-pdf-poppler/-/archive/${version}/${name}.tar.gz";
+ sha256 = "0c15rnwh42m3ybrhax01bl36w0iynaq8xg6l08riml3cyljypi9l";
};
nativeBuildInputs = [ meson ninja pkgconfig zathura_core ];
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.zlib;
platforms = platforms.unix;
- maintainers = with maintainers; [ cstrahan garbas ];
+ maintainers = with maintainers; [ cstrahan ];
};
}
diff --git a/pkgs/applications/misc/zathura/ps/default.nix b/pkgs/applications/misc/zathura/ps/default.nix
index 07e4c5d715b..48d42b5e939 100644
--- a/pkgs/applications/misc/zathura/ps/default.nix
+++ b/pkgs/applications/misc/zathura/ps/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.zlib;
platforms = platforms.unix;
- maintainers = with maintainers; [ cstrahan garbas ];
+ maintainers = with maintainers; [ cstrahan ];
};
}
diff --git a/pkgs/applications/misc/zathura/wrapper.nix b/pkgs/applications/misc/zathura/wrapper.nix
index b81d12947e4..975c6e4a468 100644
--- a/pkgs/applications/misc/zathura/wrapper.nix
+++ b/pkgs/applications/misc/zathura/wrapper.nix
@@ -27,6 +27,6 @@ in symlinkJoin {
'';
license = licenses.zlib;
platforms = platforms.unix;
- maintainers = with maintainers;[ garbas smironov ];
+ maintainers = with maintainers; [ smironov globin ];
};
}
diff --git a/pkgs/applications/misc/zola/default.nix b/pkgs/applications/misc/zola/default.nix
index f945da61274..7418640e072 100644
--- a/pkgs/applications/misc/zola/default.nix
+++ b/pkgs/applications/misc/zola/default.nix
@@ -1,20 +1,21 @@
-{ stdenv, fetchFromGitHub, rustPlatform, cmake, pkgconfig, openssl, CoreServices, cf-private }:
+{ stdenv, fetchFromGitHub, rustPlatform, cmake, pkgconfig, openssl, CoreServices }:
rustPlatform.buildRustPackage rec {
pname = "zola";
- version = "0.7.0";
+ version = "0.8.0";
src = fetchFromGitHub {
owner = "getzola";
repo = pname;
rev = "v${version}";
- sha256 = "02lr1n3gf0agj8x451ndyvv16lq7rccazp4nz9zy0pzwxwrlwhra";
+ sha256 = "166kmlkzd1qyw9yq2jqs58z8b3d956jjhw9r15jzw98md949psr5";
};
- cargoSha256 = "003dhh41fh337k3djibpj6hyd16xprbgws3lbp7x37p4lx7qlnfy";
+ cargoSha256 = "1brmlg6nqyls1v62z0fg0km150q9m7h71wy67lidcnw76icmqr24";
nativeBuildInputs = [ cmake pkgconfig ];
- buildInputs = [ openssl ] ++ stdenv.lib.optionals stdenv.isDarwin [ CoreServices cf-private ];
+ buildInputs = [ openssl ]
+ ++ stdenv.lib.optional stdenv.isDarwin CoreServices;
postInstall = ''
install -D -m 444 completions/zola.bash \
diff --git a/pkgs/applications/networking/browsers/brave/default.nix b/pkgs/applications/networking/browsers/brave/default.nix
index 85785d285db..ca5d3d0b665 100644
--- a/pkgs/applications/networking/browsers/brave/default.nix
+++ b/pkgs/applications/networking/browsers/brave/default.nix
@@ -10,12 +10,13 @@
, expat
, fontconfig
, freetype
-, gdk_pixbuf
+, gdk-pixbuf
, glib
, gnome2
, gnome3
, gsettings-desktop-schemas
, gtk3
+, libpulseaudio
, libuuid
, libX11
, libXcomposite
@@ -51,10 +52,11 @@ rpath = lib.makeLibraryPath [
expat
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
gnome2.GConf
gtk3
+ libpulseaudio
libX11
libXScrnSaver
libXcomposite
@@ -80,11 +82,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
- version = "0.65.118";
+ version = "0.67.123";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
- sha256 = "13bihzf4yfgn01nrw780swhmcdh8gq71jqilhbi04jn1h1pbm3wg";
+ sha256 = "00kpysk84xwmlwziq7pjizmi2ljgiq45l1x743qkfflxlh0pj21m";
};
dontConfigure = true;
@@ -117,7 +119,7 @@ stdenv.mkDerivation rec {
# Fix paths
substituteInPlace $out/share/applications/brave-browser.desktop \
- --replace /usr/bin/brave-browser $out/bin/brave
+ --replace /usr/bin/brave-browser-stable $out/bin/brave
substituteInPlace $out/share/gnome-control-center/default-apps/brave-browser.xml \
--replace /opt/brave.com $out/opt/brave.com
substituteInPlace $out/share/menu/brave-browser.menu \
diff --git a/pkgs/applications/networking/browsers/chromium/common.nix b/pkgs/applications/networking/browsers/chromium/common.nix
index 75b1c8b09bd..45c12598512 100644
--- a/pkgs/applications/networking/browsers/chromium/common.nix
+++ b/pkgs/applications/networking/browsers/chromium/common.nix
@@ -1,4 +1,4 @@
-{ stdenv, llvmPackages, gn, ninja, which, nodejs, fetchurl, fetchpatch, gnutar
+{ stdenv, llvmPackages, gn, ninja, which, nodejs, fetchpatch, gnutar
# default dependencies
, bzip2, flac, speex, libopus
@@ -13,7 +13,7 @@
, bison, gperf
, glib, gtk3, dbus-glib
, glibc
-, libXScrnSaver, libXcursor, libXtst, libGLU_combined
+, libXScrnSaver, libXcursor, libXtst, libGLU_combined, libGL
, protobuf, speechd, libXdamage, cups
, ffmpeg, libxslt, libxml2, at-spi2-core
, jdk
@@ -67,7 +67,8 @@ let
in attrs: concatStringsSep " " (attrValues (mapAttrs toFlag attrs));
gnSystemLibraries = [
- "flac" "libwebp" "libxslt" "yasm" "opus" "snappy" "libpng" "zlib"
+ "flac" "libwebp" "libxslt" "yasm" "opus" "snappy" "libpng"
+ # "zlib" # version 77 reports unresolved dependency on //third_party/zlib:zlib_config
# "libjpeg" # fails with multiple undefined references to chromium_jpeg_*
# "re2" # fails with linker errors
# "ffmpeg" # https://crbug.com/731766
@@ -308,6 +309,13 @@ let
targets = extraAttrs.buildTargets or [];
commands = map buildCommand targets;
in concatStringsSep "\n" commands;
+
+ postFixup = ''
+ # Make sure that libGLESv2 is found by dlopen (if using EGL).
+ chromiumBinary="$libExecPath/$packageName"
+ origRpath="$(patchelf --print-rpath "$chromiumBinary")"
+ patchelf --set-rpath "${libGL}/lib:$origRpath" "$chromiumBinary"
+ '';
};
# Remove some extraAttrs we supplied to the base attributes already.
diff --git a/pkgs/applications/networking/browsers/chromium/default.nix b/pkgs/applications/networking/browsers/chromium/default.nix
index 60ff4b27880..3178e2595fc 100644
--- a/pkgs/applications/networking/browsers/chromium/default.nix
+++ b/pkgs/applications/networking/browsers/chromium/default.nix
@@ -1,5 +1,5 @@
{ newScope, config, stdenv, llvmPackages, gcc8Stdenv, llvmPackages_8
-, makeWrapper, makeDesktopItem, ed
+, makeWrapper, ed
, glib, gtk3, gnome3, gsettings-desktop-schemas
, libva ? null
diff --git a/pkgs/applications/networking/browsers/chromium/plugins.nix b/pkgs/applications/networking/browsers/chromium/plugins.nix
index f6eb283f76a..664f9343eab 100644
--- a/pkgs/applications/networking/browsers/chromium/plugins.nix
+++ b/pkgs/applications/networking/browsers/chromium/plugins.nix
@@ -94,17 +94,17 @@ let
envVars.NIX_CHROMIUM_PLUGIN_PATH_WIDEVINE = "@out@/lib";
}}
'';
-
+
meta.platforms = platforms.x86_64;
};
flash = stdenv.mkDerivation rec {
name = "flashplayer-ppapi-${version}";
- version = "32.0.0.207";
+ version = "32.0.0.238";
src = fetchzip {
url = "https://fpdownload.adobe.com/pub/flashplayer/pdc/${version}/flash_player_ppapi_linux.x86_64.tar.gz";
- sha256 = "09bbrlnw343ygcibyjfa27r8gjdg1dcxx85d3v4v93wfi29nl789";
+ sha256 = "0jqx68lfqjpy6wbxdi0giclvh9mc9rha92hqdj1nx42v95k3gc65";
stripRoot = false;
};
@@ -135,7 +135,7 @@ let
'';
dontStrip = true;
-
+
meta.platforms = platforms.x86_64;
};
diff --git a/pkgs/applications/networking/browsers/chromium/upstream-info.nix b/pkgs/applications/networking/browsers/chromium/upstream-info.nix
index 436c6d7e768..f8e56937021 100644
--- a/pkgs/applications/networking/browsers/chromium/upstream-info.nix
+++ b/pkgs/applications/networking/browsers/chromium/upstream-info.nix
@@ -1,18 +1,18 @@
# This file is autogenerated from update.sh in the same directory.
{
beta = {
- sha256 = "1mk6gb3iif8i6zq41wjn3lhqqlqp1syzpav1nj0170l7v348p0ns";
- sha256bin64 = "02zq7gy51nclfh8806yqv4713cpb4yamy0h7x1zgcd2rxvqm4v53";
- version = "75.0.3770.80";
+ sha256 = "1521vh38mfgy7aj1lw1vpbdm8m6wyh52d5p7bz4x6kvvxsnacp11";
+ sha256bin64 = "0rbc0ld655szg42mqjdby8749d2jg34nlpp4cpq66qb4zi6vvb04";
+ version = "76.0.3809.87";
};
dev = {
- sha256 = "0h0dbmk8l45c61g8iiylfnw45rqyqwc40brphwksi6gsvwn2yw8h";
- sha256bin64 = "0vrwsllnrcgdvsflncqhwyfbjiqcj0n3mxyyyalr8arvkpz5r5ai";
- version = "76.0.3806.1";
+ sha256 = "15v25nwcdxqgw6n0ym7fz5qaq0a74p0wiwcq155xy6zvr3q8q1nw";
+ sha256bin64 = "1qawl0hsl6qpc10avli8raw4nzwcpmp6dyada5pga7i4k5jpsr95";
+ version = "77.0.3860.5";
};
stable = {
- sha256 = "1mk6gb3iif8i6zq41wjn3lhqqlqp1syzpav1nj0170l7v348p0ns";
- sha256bin64 = "03agz2bl22cmwgdcni8lbzjrwpikg5caimh8ynmhnpy7q9r3zy2w";
- version = "75.0.3770.80";
+ sha256 = "0vfjfxsqf8jrmd7y08ln1lpbilwi150875zn2bawwdq87vd3mncc";
+ sha256bin64 = "1c5rlqgshv5295wg5cji12z2b38l6a81l94spmzr46h5z9nn1gqx";
+ version = "76.0.3809.100";
};
}
diff --git a/pkgs/applications/networking/browsers/elinks/default.nix b/pkgs/applications/networking/browsers/elinks/default.nix
index b60454c4a42..4f4741ce0bd 100644
--- a/pkgs/applications/networking/browsers/elinks/default.nix
+++ b/pkgs/applications/networking/browsers/elinks/default.nix
@@ -4,7 +4,7 @@
enableGuile ? false, guile ? null
, enablePython ? false, python ? null
, enablePerl ? (stdenv.hostPlatform == stdenv.buildPlatform), perl ? null
-, enableSpidermonkey ? (stdenv.hostPlatform == stdenv.buildPlatform), spidermonkey_1_8_5 ? null
+, enableSpidermonkey ? (stdenv.hostPlatform == stdenv.buildPlatform), spidermonkey ? null
}:
assert enableGuile -> guile != null;
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
patches = [ ./gc-init.patch ];
- buildInputs = [ ncurses xlibsWrapper bzip2 zlib openssl spidermonkey_1_8_5 gpm ]
+ buildInputs = [ ncurses xlibsWrapper bzip2 zlib openssl spidermonkey gpm ]
++ stdenv.lib.optional enableGuile guile
++ stdenv.lib.optional enablePython python
++ stdenv.lib.optional enablePerl perl
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
] ++ stdenv.lib.optional enableGuile "--with-guile"
++ stdenv.lib.optional enablePython "--with-python"
++ stdenv.lib.optional enablePerl "--with-perl"
- ++ stdenv.lib.optional enableSpidermonkey "--with-spidermonkey=${spidermonkey_1_8_5}"
+ ++ stdenv.lib.optional enableSpidermonkey "--with-spidermonkey=${spidermonkey}"
;
meta = {
diff --git a/pkgs/applications/networking/browsers/ephemeral/default.nix b/pkgs/applications/networking/browsers/ephemeral/default.nix
index 26b3c3ace8b..6226cb338d9 100644
--- a/pkgs/applications/networking/browsers/ephemeral/default.nix
+++ b/pkgs/applications/networking/browsers/ephemeral/default.nix
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "ephemeral";
- version = "5.1.0";
+ version = "5.2.1";
src = fetchFromGitHub {
owner = "cassidyjames";
repo = "ephemeral";
rev = version;
- sha256 = "1wfrbbdw429q2mkycn87fhci0jidcsflk5f2lbzfzccbcs8msffz";
+ sha256 = "01mj5gksz2qcwhp28zyk8qswmrw93db1g7mw3mg4klz99vzcry74";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/networking/browsers/firefox-bin/beta_sources.nix b/pkgs/applications/networking/browsers/firefox-bin/beta_sources.nix
index dc2667875d5..02087ae01ac 100644
--- a/pkgs/applications/networking/browsers/firefox-bin/beta_sources.nix
+++ b/pkgs/applications/networking/browsers/firefox-bin/beta_sources.nix
@@ -1,935 +1,935 @@
{
- version = "68.0b9";
+ version = "69.0b14";
sources = [
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ach/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ach/firefox-69.0b14.tar.bz2";
locale = "ach";
arch = "linux-x86_64";
- sha512 = "df73108fdbb4a76db51af0ed1a1b52761bd87c09ae8f2c967da6e9360ae093423ec4675eee07e86ed77c097611fb9574d9520178cf861bdbfd7827158c0d75e0";
+ sha512 = "69f7a54d9e458d67fc554e282bd3d25a97e78e9e1aef70db3ca1ab63eec572da1746ffd405cd722243e12bede511b98fe5dd6d8fe70d39660c9e08cdde5d5704";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/af/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/af/firefox-69.0b14.tar.bz2";
locale = "af";
arch = "linux-x86_64";
- sha512 = "e8b14c86b6606f9f3781e3e9af662f05f656b66dfa842893aa94476075a977a9f2ad6df2be6b123008d06ee1f603a78c78b770f044f434d1672980d74d032bde";
+ sha512 = "367200eb6731ecc4934f98abccdce40ddf4a73324162e8c76ac3903593f7eb8a73c9abc34d36ce7502be4f55e865a1cc39d629b9f026e25ce56af8d76edab915";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/an/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/an/firefox-69.0b14.tar.bz2";
locale = "an";
arch = "linux-x86_64";
- sha512 = "b22158d36abaa03d0b9fd6f49b35b9b206a17d0ac4e1cfd0b98be5e29a98fe2b6ee1f7890ead252bac5de6b01a95904a6344c0157bf419450c308ee12fac9ca0";
+ sha512 = "4d146e92193945daada5e3db6e3de0beb5b453bd237b07c036a8bf3dfa92894b74e0cf956e5eb5217cc1872794f7f40dc58f9b1fd21b2ff89c6122a580ef5422";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ar/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ar/firefox-69.0b14.tar.bz2";
locale = "ar";
arch = "linux-x86_64";
- sha512 = "16cab70bd7979d73d45c1ee79877404573a4c01f90542d5261d19bc32bf4a519282c64eba66387febda0676f4cf7ad1666b6ea6dbc0f2dcb4a2f77ce80f81cb5";
+ sha512 = "ead64f65522c0775fe58dba27df1cdbc589dee666e2ffcd1ffa84b2285205afbe86f6d6b1b59b74eb6add2dd8332e2488165d6af21819269f2bdf394d0a32c89";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ast/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ast/firefox-69.0b14.tar.bz2";
locale = "ast";
arch = "linux-x86_64";
- sha512 = "0b645ffee377b8e21b7770e10a711a14c789e3ce2083998b5ed68a66cb0e0df6c1d31f498e11c1f623040d75751907267fb2ba56ddcefdde16c6904fea6fe16d";
+ sha512 = "c5e1faa329fe3c37eb4b2856280011d8750f0c5e1cd638b409277826d612421b35b14682e553bab41a856d8dbb9104edc32a08ee612830b2292c991860c0404d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/az/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/az/firefox-69.0b14.tar.bz2";
locale = "az";
arch = "linux-x86_64";
- sha512 = "cdd1f013ad56204dd7dcc1b29004ed0eb3f708cbb14e502a74501f7f0ec468b24cfe23bbd427615e3e23927e1a8744f462702310a956dc657f3366e2f953fbfb";
+ sha512 = "dd48ea7a7334798dcd26a9d15ee101936d603fc0f3374f6e36653ffadd8bb623081e232d1aef682caa31ce2409cc508a51bdeb6388f43d47b946e74bd2022238";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/be/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/be/firefox-69.0b14.tar.bz2";
locale = "be";
arch = "linux-x86_64";
- sha512 = "a9420c70f42ee2dce971c5fbc8f7528e1eeed49e8ce316ded3f30bb17b7590ae6d67542e1b458eb48024d30da46a0e111ecbdba4f56a8962c789aa31fd78a018";
+ sha512 = "de23e64ae742d96ffefcbe3abe1a39f62dd1df291c023d71b361ceaa596e9972ffe07b24a10203497024b575b2223ea4bf695b6561717e879dcc03d7b6b8915a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/bg/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/bg/firefox-69.0b14.tar.bz2";
locale = "bg";
arch = "linux-x86_64";
- sha512 = "ebaa7e029d25cca97361bffb3fdb0fa4a70404133513aa633954131ff7df887f736933e5e8626464929dc6513c0a1ae1b8ba042a9c83735ccb866a28391bf901";
+ sha512 = "4e4dcc3e755b6b721ea005043310220f67e525e4c2339f7fcf12b078c2e611dac8b4fad6b734cf7207641b3823fa2d0d1f271e71103f8cff184d6669b1b1c883";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/bn/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/bn/firefox-69.0b14.tar.bz2";
locale = "bn";
arch = "linux-x86_64";
- sha512 = "e1a4b9f6decb2f6f53e438c32812115e31de5d3e81f45ad454cce6cb93ae299488f0a6924895ee94adc4b463dd22c2f3848a886a1e21625d9a1e53a205ec11b5";
+ sha512 = "766f354fe5a168b902fa7c418e0f328f0e95ef0754db29740c6093bad202caad443cfe02e5c3841fe818b1f6b9b53e1b2ae84e29d72346260b5a07cf5ca24ea4";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/br/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/br/firefox-69.0b14.tar.bz2";
locale = "br";
arch = "linux-x86_64";
- sha512 = "6ae811863d794a67d021ca7e8d4c907cd0999c2a0e98a034456554b40e421415649560809bd7b89c4573dd5d5ce7b4bcc0c75fd61519eaa6ebc213ff8711e9a8";
+ sha512 = "c5457927947a378e3778cc01e706deaf02a01e6ca4406270d6e4f5973e0f00ea3bbd27aca09b65c0dcfa5b430c600ec1e0d71cce48a796575d9c469e44679d9e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/bs/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/bs/firefox-69.0b14.tar.bz2";
locale = "bs";
arch = "linux-x86_64";
- sha512 = "cb05b67d3815e2dd049c0cda8f99f498e6bbe2c532456842c999bab6b664eb4b9bd125f8cf89e27b0a69cd9ad607b488020c9756c3bf792801cf8195aab70bd8";
+ sha512 = "50605bd4bb4583fe7835f31e3f21186e6ce8738bdb55fc4a2832442cb4b21d5bdfcf3bae7905636e37c132db6c4561dcd93ce208a12b1a9c52d8d8248df2c4af";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ca/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ca/firefox-69.0b14.tar.bz2";
locale = "ca";
arch = "linux-x86_64";
- sha512 = "fac4c721be14ed75bcf20018cd94e251e5fdb406720a4a142ac9b8432eb7c986da5ba071bcc49d728c516428c0778413d2bfdc7ed97e6b9dbb4bfd4b895e0954";
+ sha512 = "baf2c5fc6e752a5d3f8b2e5a39a89f709e3203c53caef5bf3d649027bed2dfc5191b31998074f5ba7a437c8d8f2c911b5c6bb653ac1e6cf1d2594772431b0c68";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/cak/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/cak/firefox-69.0b14.tar.bz2";
locale = "cak";
arch = "linux-x86_64";
- sha512 = "cee135e11617f7e3aeba01e95c7cfbe9f6b5cb77f6e67d852a8f9e891ca0fabbdd184817651d26eec23f2ec373b34ab27e214955d19055117f5b9f0cb1c00987";
+ sha512 = "8117c621252a9a6ce9eabdaf7dae8ab9499a20c407b9d48bdc49b17fb72659889b038296f6af11e66a3dd5a9f6fcca9581396812753b7ea80a9299c1f558693a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/cs/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/cs/firefox-69.0b14.tar.bz2";
locale = "cs";
arch = "linux-x86_64";
- sha512 = "658f6d707289c97bd30a8fa63ca4a4e58572817145ad61ce8d6c73e03b932970a4878b09d04dc30035ebaabb7a583aa1fcf42de055319aed2f54e4d69db5496b";
+ sha512 = "7c9103c4938e57bfc7b47a9cd0c07e38775edc50a001fb24f91def01a8c3c7a3de1330173fd3842e8b0ec42d001d2cd5c9b4a4caf60613edaf331059d6cde524";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/cy/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/cy/firefox-69.0b14.tar.bz2";
locale = "cy";
arch = "linux-x86_64";
- sha512 = "b59b3bb442fe54e7dda94c6a36eed6c08760499a9b596bd4dc5ffb904247505f6f8ae5a3df448937b2616cc55a9a0ea478d9a3b4fe71c883cb66ab40fd0ebadc";
+ sha512 = "10ad0c39925c53381a5e8ccc6fdacb3939e2f32c17a6382f6279fea32bebb8a2a43f326e2467fcb48f4df1ea96c445cfcf0f413b436814da1074f6f5b353cf89";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/da/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/da/firefox-69.0b14.tar.bz2";
locale = "da";
arch = "linux-x86_64";
- sha512 = "c6d8eb94e478f40dd7d70456c3b4967d6e27189d33deb3b5a13459073008aa10bd8d02daf8ce19a6cc6c6438efbf32d837df88236d4e449b1b4bfd8a193a4673";
+ sha512 = "8bc4c854a68db46280e0e9d561cf507ee5c334f3ba70d2834906face0540a47b77fc45d526024bd106c233f8e5245f3258279810a9fc2949e5e24d21fc17ef0d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/de/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/de/firefox-69.0b14.tar.bz2";
locale = "de";
arch = "linux-x86_64";
- sha512 = "5a4a90d2ef8df0d1a80d45a1cc7c0d1d61ed1cf6a09e9ebc3ac351f28894dde36ce09ec6db16112a67aa81dd5e7fd135a0ae816597383ad312c9ad8e6c368103";
+ sha512 = "d793e9da3997aaa0318d1b1c22586d31b65bb1eaa21049a86878fe32acbc75161f1a48f9307c3c73bed9d15808252e644622648c150f5cb52a1480a418921b90";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/dsb/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/dsb/firefox-69.0b14.tar.bz2";
locale = "dsb";
arch = "linux-x86_64";
- sha512 = "e23e81af0edac3b2c1aa11691ac8c4f298304e4025f3364d07c5cc39f799b5492ae3104c186448c1afab88a47ac595987ca0e4bd8995c880fe29a23e94374222";
+ sha512 = "e9ab9d16d1eff15d049beb6b9293322b425e6da4fc1f1286c2bc785d7235b1d672df1f476a6949371af687ffa3af3b7cc214bb886a1147f96fca4b6821aabbdd";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/el/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/el/firefox-69.0b14.tar.bz2";
locale = "el";
arch = "linux-x86_64";
- sha512 = "6d7b1a45fd2fa48344364cccd5269da20f8262403f17d1432f3fbb96508323002a6595ab8e855f3bc1aa43340b0c97ebd03bf97b97e2c27a0fbbd4d128cb5dbe";
+ sha512 = "31cc046a58bbbbc2bba80131bfb456019c1b38f6a5efec72d140743e5e1f61b0cf10094d61fbd9f76806ea03461365a27aaf3b15531004baee5b431a59e32539";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/en-CA/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/en-CA/firefox-69.0b14.tar.bz2";
locale = "en-CA";
arch = "linux-x86_64";
- sha512 = "c34c82923b377cf82af9b026db4f5b25d15b0d463c731c4fa6097e87f4e083a7f9d5f39346597ddd1cf5a4eacae27e10542536b7530d3269e535500a73889fca";
+ sha512 = "eb9b3b8278c589f1b693bae1f48d86a4611b377c3949d51d75f534f133d85436b277f5acee1bd419a3f24faca245abb5d4d9f9fbd95b2adf05c03af72f37cdc7";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/en-GB/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/en-GB/firefox-69.0b14.tar.bz2";
locale = "en-GB";
arch = "linux-x86_64";
- sha512 = "94776788b735598ed2e6e7a3c3dcea619b8a551ce20a5c3023bd993bb9aa67c9533f6799dd4e1fdab942b7f73367cca409cc00f4147ea1fa615684993469b6f3";
+ sha512 = "03ba44f4957abf9e2c36ad394af34354c0674b8e20a7e75d40b516434b3428fc3ad1d42ded42bd0587f282637ab663175a217eedf41f444d7e2e77d9d08c0dec";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/en-US/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/en-US/firefox-69.0b14.tar.bz2";
locale = "en-US";
arch = "linux-x86_64";
- sha512 = "7481953347ee583799478ac519684562bd62bb2d1df751b15124cbb80615461d94303b1630ffdcd518488692df311d81bea87a5dd45e2ef9bbe11b2962a44b71";
+ sha512 = "e61379736128667d1b4e5271037b3dff8f2c6425678791ce2883345a672023665573177019001364324bb4b166989bcc475844ef30ea5a8703a949d3c08882e2";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/eo/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/eo/firefox-69.0b14.tar.bz2";
locale = "eo";
arch = "linux-x86_64";
- sha512 = "06030f7232cf1d60b89bebdc4a85822801c63d2cd7d634f28b70dbea7b30feb2424c9ac69ac3558c716210e4187e1bd5df23ab53026abde920a36c952b0fd07e";
+ sha512 = "081d2573b5674e28e7cd04f0e856909ce7b1d2d16ec61bdf99cc5e0fd8aa5abb3624e220d609bf7dbb0b9d2db6367d7c67a64ffc470700896ed7520a250d06af";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/es-AR/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/es-AR/firefox-69.0b14.tar.bz2";
locale = "es-AR";
arch = "linux-x86_64";
- sha512 = "613686da771efd3fdb75976c6f83ada29541b3263d1552d71fd042ee19a7ca4db97e0cdc763203930bc011b2ed2810665dadef69214d823b8a80510c0c03cba0";
+ sha512 = "12fb861ad3e36473e4384f8574d479b2beb4d036dde78478b391381afccc1fb1e7888e08d0de366acc8c537f141187a0075438cf53601fd0bb4356ad7a76484c";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/es-CL/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/es-CL/firefox-69.0b14.tar.bz2";
locale = "es-CL";
arch = "linux-x86_64";
- sha512 = "df95d50431f14509fd47f8d47b85a1b4c5936776d07dfd83ff95d0c49627cc498732c42e9e7b965508bfec21f0878134c31d7f34b50d67a7eeadd553b9d47036";
+ sha512 = "6adf0c82bf246e256db530a4abff51e6389ec5ef899abf406fdf78c2c81831bccdf88cf133e2b8fb5a4ce4d843b947703dcf7a5aa721a6bb4913b6d07d04dbca";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/es-ES/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/es-ES/firefox-69.0b14.tar.bz2";
locale = "es-ES";
arch = "linux-x86_64";
- sha512 = "e9e3b11d10b39c8f05eb57637dad5c0cfbc93c35c634235e75d8ddafd580cead289164f5bb96bc7ca6fcfe083b8bf8e30538269806774bb46284203125b5c8c3";
+ sha512 = "6b31621b8d8f0aa090839fb4db7c10618374551b04b66b1696fff7ece4de9cdc7da06243f2f6a0be931a201cd984b9c8a4ff4332d0ae8ad2a42e08fe0de0f709";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/es-MX/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/es-MX/firefox-69.0b14.tar.bz2";
locale = "es-MX";
arch = "linux-x86_64";
- sha512 = "ab9f06e621c70f78f01b4f224dfcbe4c38c54a2bf59dcc581803b0b9f434ad4c1dcc0dc3f282209aa7781879b72939be24f0c782dd833df8d0c653e53dea5020";
+ sha512 = "e1efaa7059a8e7c4b9dabc5481ef9ad14235e310ee42a8f28cf3eedc1907484be9fec8fea7dfc76e11fd531fdaa4933b581425d826ac41e040a855a3d2bdbc6f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/et/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/et/firefox-69.0b14.tar.bz2";
locale = "et";
arch = "linux-x86_64";
- sha512 = "2f31d7adc53f8af0f59a190695b870b1ef79b49a85691ca75d72ad647e78084daa6f574b3904d97086ba5be6ca4c4012d6d4d9cb351762f253362a444e3ee955";
+ sha512 = "f8683048d0b87c0dcb0d929298e7b6429540edcc9308a1fd8dd6c40e47a39011c9abd4fc495bfe9fa8702f68717cbb06611e6f023d43f84cda623e23b67d2331";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/eu/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/eu/firefox-69.0b14.tar.bz2";
locale = "eu";
arch = "linux-x86_64";
- sha512 = "44280ad85c07d66b8cd2714449d71ef694c95a00fed2fd78cfd92fcb5aaaa9ddd3a30ec4b51822cee3629e7462d0adc0b7e69218b748d2cc125ab04fd0e5baae";
+ sha512 = "6ec1a27c6d786d3af512f03836f1b795df14dba63c935274fb601228af012eb6063c035d3cd5c9e7b24976be57f0d62e03f7f136bc322e667adf8612cca08b25";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/fa/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/fa/firefox-69.0b14.tar.bz2";
locale = "fa";
arch = "linux-x86_64";
- sha512 = "a5a5e235e5e781b7e233d34666703158fa73b9a8dafac8b8a3e708f72d3b0e01257a7e6bcf4e20edf089f38f390750874f55d459c37b2af0585159547ee268e6";
+ sha512 = "0ef5ceebf4c144ba6b6fe8c999f97b78f6bfc18667229a85ed2093fe3838d5b1f7213ecfd004af95cb18b2a6dedd8675d1365d6b9a09b2976a771d96b61954be";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ff/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ff/firefox-69.0b14.tar.bz2";
locale = "ff";
arch = "linux-x86_64";
- sha512 = "6bc60da6264420682b03175a33eebb7f73a73688193f71e256fb2ced60290ffa833545ba0b93d35101b9e75cf8ebd831c8c6d0815364e9a727152b8c60c07ea2";
+ sha512 = "c17d2f95b4e1441e7f5efcf597c7c4ca362aeb837debd788933c52d6803bfc987bc8eb218391dd71a0581bfd386e625eaa2f4e3ac678f74a9ad3ec4f6ae34ca0";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/fi/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/fi/firefox-69.0b14.tar.bz2";
locale = "fi";
arch = "linux-x86_64";
- sha512 = "6a38cdada92b805da4a4dc5399ee34c88ffa16019deafb6a728ccfffc947a5bcbcafdb8a1ea7fa5bf6d59a97c26e8736c14fdcf2eb8a67ed5d19f9a2e8cfebf2";
+ sha512 = "ab77f83eb23cc32fc5bdc4bec4f5c5710d53d7e46df6004e6a4751f9ba111366ee96742862fa5b76b438fe693b06245874ea9ddb2fa3575b4966bb1ebb66bf12";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/fr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/fr/firefox-69.0b14.tar.bz2";
locale = "fr";
arch = "linux-x86_64";
- sha512 = "255ec2e094d77e35fee6c677d4c9500fb9b7c2a895161d0b4ac44355a96b83c1883e4f3e18a66fec2e25ad4a2b1bfc0e7edf5c25df9313d0cb1130088095ac17";
+ sha512 = "1c78f9c50efbaa3336503c6810260fd9b8d7478fcafde0a54155fd177d22a8988e35edfb26ea9e3e0d6b37984ecf72a98b2928f14d39a7927b53c76df1d60bcd";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/fy-NL/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/fy-NL/firefox-69.0b14.tar.bz2";
locale = "fy-NL";
arch = "linux-x86_64";
- sha512 = "68e1305c40680183d380bc64c8c5885ed6c55c2730444c91784d8f309b849549b1ce8dab253af4fccecb2b2d90efc2c962409dbd5f55acb463b4eac0a5b93944";
+ sha512 = "396d65f9647de3d46d6936143dd1173e91a2d023e82bd51d6b22fcd0a06d87e376f83c33ae983f3d192cdd34dda8f97b38a6a9b0a3c49dcc75db7ff913131172";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ga-IE/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ga-IE/firefox-69.0b14.tar.bz2";
locale = "ga-IE";
arch = "linux-x86_64";
- sha512 = "5bcb557bb6edb8d67e4127f8cb35962eab12bfb2398a1402937c8a40599c80102b6913086c44550c567b9544fd6c5969f3d53c8ae31604be09d34c8ba3df4ba9";
+ sha512 = "c66a6cda941dfefaafaaa6e674110e4825032d468dcd0f299ff9795a7ade24e89524badeb27d6ee9decae81ed63ae1c4df1ca0f9f8c7f1d35d50ac4cc36450b4";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/gd/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/gd/firefox-69.0b14.tar.bz2";
locale = "gd";
arch = "linux-x86_64";
- sha512 = "6faa53dff9915e9c1faaae5608bcca84756328cc02ce51483148b533e91da6ff23cc0129cf87fdd2d030e345926aad0627ef4a7c7877a6de6e5ed152ef30fb2c";
+ sha512 = "077423578f0acb3ab6dcafac6394a5a75110252532e7552e1c81976298fa50187cc9f93f43ff8745f2cf2e148f0a4ba3d206607396dec83021fb7c825295d02e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/gl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/gl/firefox-69.0b14.tar.bz2";
locale = "gl";
arch = "linux-x86_64";
- sha512 = "688d0c962db7fea727d55b9b4f95dfc87c99a5121929ed97aa1edf7e016052c5e837b5f24ba29f348b8f2233cbe412e388be8a4e5bcc0ba21e265ac1c0edbf72";
+ sha512 = "52dbe9d4f88cf6d2d5710fecc95f0ea78519034ffc9d4f111cf96e99296ae77617a11735dcae3ebff552ba1fe741c11f4f767cb9710e4fea4d4ff961d42fbf99";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/gn/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/gn/firefox-69.0b14.tar.bz2";
locale = "gn";
arch = "linux-x86_64";
- sha512 = "18980ce3e8f2c28848190ffcfcb43b14a18ae26b3e460cc09bca8543a30db2193f7c53fc248b01b5a72e5d766e361ed3aa0e14a7fc841c477cba9739b7ab8b0b";
+ sha512 = "cb38005b6db3b58559baed9c427d19b36550bae82d6b6049c7c705df67ce736a772f868d4d770fcadf37e7a19cf2d02f221b2472ea9fafe26d00f3ddb0798079";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/gu-IN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/gu-IN/firefox-69.0b14.tar.bz2";
locale = "gu-IN";
arch = "linux-x86_64";
- sha512 = "15e99322624770d4fe507668209aecc08a0d09ea36cdaf430e1d8f1ca56e7b7cd52ec2398559b027602777d72bbed7e14d9836e846e8f5197d4933ac50d43a99";
+ sha512 = "776f81e4aa1c01d8bbbc7ff83f6c0eae549ca7b6b86aeb6b346280a7188704502c1f62790eaafda06defb73744930ab61aef97b9ddbe16581de2129da88c6eb5";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/he/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/he/firefox-69.0b14.tar.bz2";
locale = "he";
arch = "linux-x86_64";
- sha512 = "30e72f59e36c8e8200ae42236075009084a4a8cc9f9d5864c0a5a8ed65ef59ac2796b09942dc8f3c434cb726330ab02100b06e4559ad5397dd0447b056c97420";
+ sha512 = "fa0a8beb4edc5363d339502aa132f257a6a78c2c96a5c9cf43ebc5522e43ccb96940acfcef0c06b2e9e5325860f2b93a5cbc3d77553e8c7f7a39ed010b1b69cf";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/hi-IN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/hi-IN/firefox-69.0b14.tar.bz2";
locale = "hi-IN";
arch = "linux-x86_64";
- sha512 = "ffb663f794b6af790de17323ce6c3ec602cd612c445b0d679693bb57cd02e4d2a2dbad16947787a5d1e3f3da135a97214a4a94e6a5bcb9afd6605bbee8c5f930";
+ sha512 = "114d157b3e2b4891544fd1c4496c8c2b2e697250c71210f0ad034c6eacf2b35157c18146ce843d2bd2927fb9e7f71f2854e8bda221d4af91b2d50df21747d0e0";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/hr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/hr/firefox-69.0b14.tar.bz2";
locale = "hr";
arch = "linux-x86_64";
- sha512 = "0ac4e1896dd368cc3a878bf6736f77f40ebc1b3bed53e02b50d278fab3f0e390256bc29806e784381b2850f9245b1894cc7273dfd4913499fd8eeefe53d9ada4";
+ sha512 = "701470a4164010d28590f53008568b01017c4d0047d815f51b0fd1781c037f110c4fdec0820ef6ebda01efec1c0acddb7938ed40e946ee77ded662e760b2b61f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/hsb/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/hsb/firefox-69.0b14.tar.bz2";
locale = "hsb";
arch = "linux-x86_64";
- sha512 = "f000f5be62d0bd8e9bd82758ba2c3185f4d1e2ff38c4168b3b6303d6d6ab24823e191ab9e8a4993bc3f6dbe040c5d9003c906388274c4850a747b271a08de5aa";
+ sha512 = "625488b1e226d36b4995d81215128d647cb780062ab450a7df05c13edfa71ca5ded4d8d778876721228bb16c3545fcc069af692eb962d7a1028c0defe74a189e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/hu/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/hu/firefox-69.0b14.tar.bz2";
locale = "hu";
arch = "linux-x86_64";
- sha512 = "dea967180d3b2293a72b669c93a8f0d07bbd19892ad61c204d0655a14c6be5979ae0c377729075d955e46bedbee4567e8ee4269aaf54b898967b520d3f2cab19";
+ sha512 = "5113917f0b5ac615fb68324acc6dc966a457262e40f49678c215184500cef1fdd300ddc18fd3bf62222f1fe2d00c916ac8dada8adf6060a2e2098cd96fc4607b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/hy-AM/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/hy-AM/firefox-69.0b14.tar.bz2";
locale = "hy-AM";
arch = "linux-x86_64";
- sha512 = "df04da6cb71aace824554e26918b8975aa1f6195108e0c19eb9f8d9c384fdc0f4776c08bbfb57a1e3e8bbc90a95fc59c072467b04b3d4d9c84b3dfa4a80557ae";
+ sha512 = "70f989efad4fd4282a06e78a1a6cfc28159168428b24efd9d393f2ef7d02afc06eb3e52349797e9e5a8b6cacd13a2cf7e9bd0758dc203bcc7d0ba4a77a599b83";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ia/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ia/firefox-69.0b14.tar.bz2";
locale = "ia";
arch = "linux-x86_64";
- sha512 = "32f1852dd33df7edf1a863b2c2c7140b60482adfd9be7b00b2525a1def6b4d26b8b83a90c435131b4ed8638827dd31abe6ea94558f43ce0d9e54bf69f822a89d";
+ sha512 = "a8f01c33f945eb0377f2907811db68d912ea2e7a200e362c311a9ecb5b8c5621e05364a05fdc07a35a438d0ffd8e56f83341561823fffd0aae7d7e9794ea9079";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/id/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/id/firefox-69.0b14.tar.bz2";
locale = "id";
arch = "linux-x86_64";
- sha512 = "5638d0c13d043b41314299ef5cf4fca7248f94e5b4b257dd598e862d0023ee91b4832804f65a0d0df09633e9db0820afe0292053c95b9bc82352ce7b177cab78";
+ sha512 = "359744507ac8c7acaa18ef5b81b7979777e1e860ae443b93b8b510389e198a4482f02d10e86996ccf9879748613a5a26aaea9fb5affc7ed8477891dbfdd6006d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/is/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/is/firefox-69.0b14.tar.bz2";
locale = "is";
arch = "linux-x86_64";
- sha512 = "6090782f2260d3e2f0f05f9283d6415f0784d2ebb80579f0307fc75e8b5879de4a8fa739e988d7211d907283a21ff0694b2b97983a446cc4097fc63a8b360c1e";
+ sha512 = "fa008324cb424c675bd5ed33eb886db661329254cd5809e3c1d51f4e530d034eabbdc607cc6fdcb3a332f5cf45078b0d49425c83e6985f9cc87b939c94391bf9";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/it/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/it/firefox-69.0b14.tar.bz2";
locale = "it";
arch = "linux-x86_64";
- sha512 = "5e610d647f49bc8b3cbb22df354878208b6bebb359222f8043c6b1680505bbd8155405e35c1baaabf2d0285bf331ade587462c727389022b7ea9cea807577759";
+ sha512 = "406e361c1ef650cafec63b213f67ca016e251c50455866ac112039abb85bfe62ef6c56e7ac103afd87c05535f42767e937f99a045d456249f87187b00948cd71";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ja/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ja/firefox-69.0b14.tar.bz2";
locale = "ja";
arch = "linux-x86_64";
- sha512 = "0f8767601132ab5da83f715de1860e1f7104478f08d35f2644fd9ca616af7fc80ac16899b26938b542e054afefb2992528d4a88caf38f3b45ff5ce0ffe0aa543";
+ sha512 = "d1c5d95ec4f8ca8e46dbe90e6c16d4e2da7b2c29664ee878be09c8aa46aa421f91c419cee4e8db0aff47c768df49ed316d789fb20c50a04390bc63bdc5e5cdb1";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ka/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ka/firefox-69.0b14.tar.bz2";
locale = "ka";
arch = "linux-x86_64";
- sha512 = "7dae712b9de8ce60f1bee578435e9101e71e56c3c4225b85c99c45500d609aa7ba85fe1f5edf10ac48c67572d5bddb78605261142bbd99938aaf9c88c2067afe";
+ sha512 = "623aee24ae26658971a1bc83b80fc45e296c9c17a82abf6956ea6f019db37b110d9642144c7c3fd05ee681a9953f9d4889dedb82c6b421d975d13f4d7e0c61b8";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/kab/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/kab/firefox-69.0b14.tar.bz2";
locale = "kab";
arch = "linux-x86_64";
- sha512 = "5a125194703b6f650420f90dbc887a85ec82f5c637d8479379576ea03c429f8ab1efa5221f5557bec6c6737a910a64a05a6c42a761bde0cf1bd28548262707c2";
+ sha512 = "0405b91ea64f7840632b2c7f633af1ff478cee3910ffa32b6e49a87e4d7eda3f96f27eafca2c249f8ecf40ebbb89a615227ea011cd6269a7699bdf68b213f877";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/kk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/kk/firefox-69.0b14.tar.bz2";
locale = "kk";
arch = "linux-x86_64";
- sha512 = "f73e37f2a6e295d1ba48527f250f7dac246e81e80653fc009915a2f584a37773ce299f335d658273463ad2548ce291ac6910ad26c4ff5ad9d473306544fab441";
+ sha512 = "b8d170de3d7224c17e72d6c598f7d53184c0ac7437b93b3770df504789e862e68bbf0ba73727fb0cf8c3cbd177fd100c8c0039454a7c32bc33b6a4e05e1257df";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/km/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/km/firefox-69.0b14.tar.bz2";
locale = "km";
arch = "linux-x86_64";
- sha512 = "040d453226e64c9dae7ac1b0855ba85455791fce8a29b4166b5f7c41ff5e6b40b32e7640de8067156519694b0f152d4fbd5a64bcd452c3175af832fd3386e976";
+ sha512 = "2d6d79109681322c73a9ca4b544e5764a0c6312d98dc46403a1d9f62285ea4fc2d88900a2a2c67f32ac61826d59f684ae4e0d9d3c09a5eca0938292e8acdf545";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/kn/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/kn/firefox-69.0b14.tar.bz2";
locale = "kn";
arch = "linux-x86_64";
- sha512 = "4e0ab2b27fd289d62807340086b9defde966d790c864d53375416b9b52c3b5d52c04e468882a64401727c7564068938c3515e0d6947b4e762c136673337b5a7a";
+ sha512 = "9f143e23caa679ef6d7d5cd4abe3e078882bfab15cc18f1209b7a5b654208f5904a225eeb0be744de341954d076806679657546f2ad2560b5a7f8df1cca2d6ef";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ko/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ko/firefox-69.0b14.tar.bz2";
locale = "ko";
arch = "linux-x86_64";
- sha512 = "3dfc09f75e1d5c1aa089093df46ab45307bf30913b522540380d6ec67ab0e85d41a515bd1978ceb3f9b999433d3210f8727417db3eb77167aee2b2dad4a41adf";
+ sha512 = "c1dc9b159da316ffc61a64684dde56aba305a7a17fe8a6ae32520ba950096e62c8e265bcf98124c45ab39ebbd6f9edf7ef63e8760b0b434810e7ef67eb9b7586";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/lij/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/lij/firefox-69.0b14.tar.bz2";
locale = "lij";
arch = "linux-x86_64";
- sha512 = "d5944ce7bb07ab8cbdd59480adc61e1e41c953369b62237c8b432aa312391172073474ad15d7ffb81b6aa972910361a174cb264dc84e20211bdbb8d43203bdb7";
+ sha512 = "7a9077eb4d267646bdd0890d785d6378e91ee4af4b41af1f90384af3ee1274441a78fe80e33de7eca3dd10f7ac4d1fa43d9720a931ff5036264f8c0371c4a401";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/lt/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/lt/firefox-69.0b14.tar.bz2";
locale = "lt";
arch = "linux-x86_64";
- sha512 = "98cb09766fdc49a5e214f843ea8e20090dbc28e993b70c9ead9b35a62c12f46d4c5ad1b41e2c78e31e0ab26b95c4897eb2677c22551dabf62dfe44b98eb855a4";
+ sha512 = "a9fb3b19c7413da23783dbb79fb890293b9f9efaf0e50ed1f7b13aa0382dc971da247824450338564303473f735175131b3bcafbde8696b227671ffc6e2d1de2";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/lv/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/lv/firefox-69.0b14.tar.bz2";
locale = "lv";
arch = "linux-x86_64";
- sha512 = "c775a085e1a157c7818a19bf28cd7dc9fed0ee0e90a647791d4b614e75526f1e85c24d62bd24087039cec96632a57670cfa8673aa02143f08eb1ac2d54815235";
+ sha512 = "805556c78f01629f44dcd960d29292b1da81082fd110101e36ad8d41b4972207ee201938413c24b623d891d2632575862f42ad96271c18f13f4f50d12d8d06bc";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/mk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/mk/firefox-69.0b14.tar.bz2";
locale = "mk";
arch = "linux-x86_64";
- sha512 = "a420e148a9621f5e2c77cdd533fada13dbc41191edfaa76df06072f86bfafe3dd5222349888e90e99c016f8b1c27b4446f79464e9a8ac6aefd3790b1d868e31e";
+ sha512 = "ad3373da3f42c2d4960433da7bfc2717ca39c39a4f9e3c539ca72feddcbd24bb4138d0cbc790ad0c8d5fa64a652e5750b4c95e363e125d852548164062f590cf";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/mr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/mr/firefox-69.0b14.tar.bz2";
locale = "mr";
arch = "linux-x86_64";
- sha512 = "1efbc8bb43b39410d54c038917ad0aca59b4412d69bf780228769b61c4940addb4ad053acb0488b16e4780eb7407206ba0414b73ba6cb150404b4c43de017c5a";
+ sha512 = "9e9b07ddf0647977cf93d8be02eff0fcfcda2914e8c9fcea418dc03ed3bd0adb1bb71dfa9147d222866d9b86c2b2fdc8827304fb4099da6024c205ff9a564f8a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ms/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ms/firefox-69.0b14.tar.bz2";
locale = "ms";
arch = "linux-x86_64";
- sha512 = "ad3f12f1c8cbede24a3b453e0b1e911af94065ed016feaef43ae2a3a695779a6ab0b911a252a0f1bac92c395170d300037b70c1d81f16a2e3a343903f1418196";
+ sha512 = "a56f7c3b8c713b08e1f5e19b290fc1f0dd108d285b83fa3489bacad6757d02970368f4cbcad6ad78ef53c587989a8f96b23146024e705158a9c3b309bf530041";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/my/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/my/firefox-69.0b14.tar.bz2";
locale = "my";
arch = "linux-x86_64";
- sha512 = "d55c381e42a3b777bf1cd50fbeb91c7ff3064358cc0473e99bc4d6b5bf84d12d1486909c98c465fb09ebcb2ab1772f96cf91d831b5b6db829e5958269577920d";
+ sha512 = "5be85980189d689fb1f16136c7ef0d427efdcacdd966a00c67527014588e62c20397483116e1728682be5eb6aea445c1cd3d8290452f05a32023ba593ce0b536";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/nb-NO/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/nb-NO/firefox-69.0b14.tar.bz2";
locale = "nb-NO";
arch = "linux-x86_64";
- sha512 = "65c93302e7ee4653de2335543a4ae7dcf1256db9a8b9f8724ce40795bb9eb142986b069501402a227219fc528e2cceedf8517a6cc9f2d23a0655857e6f1e2d37";
+ sha512 = "008908a88d4c4edf535b3cfc009140da760e40de0b14377ab79320431229b0e9b27ad745aff2265fe7d689e1391b3af3467a70f4279b82033380e3b7d234a5d0";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ne-NP/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ne-NP/firefox-69.0b14.tar.bz2";
locale = "ne-NP";
arch = "linux-x86_64";
- sha512 = "d633ab92a81a0c2b4e1bede8ed2410d986a153dfe92e789cfad082e9d8377ca6f53a9e9281e184e3aa61b6448cbea5f7cc70ccf9eef22360a144294291ec5eac";
+ sha512 = "7d7bdde40155ec5409b43cc150c44b6687f7ae8bbec411a5b1c257a0dc630d58c6dab289772804f632fece1a3dde5d613f939ff153486a8a38052d3f1abf312a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/nl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/nl/firefox-69.0b14.tar.bz2";
locale = "nl";
arch = "linux-x86_64";
- sha512 = "1f724532a29b642a62b9da7f5608a9d5f204dd8c3fcafe03830d3807fd03bfd2cad2e6804d093e398baea7b897b15d90bc07aa61082497fb2e6252a2d29bf768";
+ sha512 = "467e487abb563fb8354c0f3a3661951acd40c851b4f570bb9483580a9004758304eb35842b7d75b3a21f0108914487c56416584f02abfe0ec7180ccf0e9af166";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/nn-NO/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/nn-NO/firefox-69.0b14.tar.bz2";
locale = "nn-NO";
arch = "linux-x86_64";
- sha512 = "476b07426dc4c3a1198b5e91003425fb48683e5328b4e992777189fb91a3fb786886fe9cead5dbc6d84065194c9f763f11bd290467b83c10ae5e556fbeb53103";
+ sha512 = "bd3ef206e3cc0f8674391940878f5b9bb9cffaa82013bd59d1bf924bfd20171df753ca51fc74f139c8bf4a977397ba8611cd90664de80b83a5eaf6ff3aec05e6";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/oc/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/oc/firefox-69.0b14.tar.bz2";
locale = "oc";
arch = "linux-x86_64";
- sha512 = "c0adbd812cdae67c1d7e4148cc433d8584105a317d476c8be7a9d43e0736cba3d68862c216c166f1ab287894ee9b0d2de027d9494f95831025ab9c3d72d79625";
+ sha512 = "5c955c03cb776dc6eb584d29197945ef22bc1be0074279947483750758b368a2a88f23b8412ac8e76ed209f37d35dd37f33726828bf33c8cb576cd5f7f51e7ad";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/pa-IN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/pa-IN/firefox-69.0b14.tar.bz2";
locale = "pa-IN";
arch = "linux-x86_64";
- sha512 = "289144154fa28b45218b8dd414edc1cb38c33f5e1f64edf12e35f7aee69792d2293f13590565bd47619a65baf336d3c85bc52d8db8ff39c812131d86dfee25f8";
+ sha512 = "48442fc58995e0f97ab255307dd6adf55b296316f19487f35635df4252547b3d3da3d76fce995918e9885a5fe79a68c0e711ec20dd22546f5dd5a4a531654009";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/pl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/pl/firefox-69.0b14.tar.bz2";
locale = "pl";
arch = "linux-x86_64";
- sha512 = "93c139ed562458107dde717a91edb07cad626ebdbd71cd5271a678dd412dfd8ce7b1a6a278918a0d4cbee870f2a5fc1e4480175a1ab8e810e3552c095bca5da0";
+ sha512 = "ab5f1d3e874d4cdacde0ef1978202fefb71ca602775ffc5d228729a6ea23c47b0efbaa3c554290b90030fd5145ad4d9a2a11b8e22973ec5923fc41edd86b666e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/pt-BR/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/pt-BR/firefox-69.0b14.tar.bz2";
locale = "pt-BR";
arch = "linux-x86_64";
- sha512 = "4707c1a07b6ab7c75c5524351ca42885d7aa27888d2441e8132687b9988c1a5cf4cce27b3c19473e2d021d5b5da2e49430e1fc4c5df6f6434b2cf4f1a251f229";
+ sha512 = "55f0f8539a4439c9e78ba794f9837f89cf9470cca827b036c69098c83a9cef91a1abe5dcc0b350358e707b274944a81600b90022e52884d3f2c7f7288b4a7d19";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/pt-PT/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/pt-PT/firefox-69.0b14.tar.bz2";
locale = "pt-PT";
arch = "linux-x86_64";
- sha512 = "1bee206416b37ca9f6c93de2eb07c87a08042fc25ca166146c7a16cb1d366d7abcc48eecfa9f585226d64a9cfea305883e73ed3e9013d4f4b846556ddc156ab3";
+ sha512 = "23b9a79b6fdfae7a61a9efee4e0624a925bd234cad98c3309fe8ae389e4d01cdfd3c4f77cd2283f9649d87daba59c383d476d3f6d4768e580cf3905f5ef9a943";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/rm/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/rm/firefox-69.0b14.tar.bz2";
locale = "rm";
arch = "linux-x86_64";
- sha512 = "e492d5f38a4e3d6ca7bfff591d451fbfe9b81c85b7705d09e6bf5a3aa24b09bb0a534d672f7a4bb62084cc0b94385c18b4171277d24220f1e9df613520951175";
+ sha512 = "b33e9e6a9d1fb694be1fb3990a790bf9fee990b1d45c8b3a318561c2417ba5fc0993349779b58aa2174f2fda9e610b0728a36c0d926a07f73275a5add8413f2b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ro/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ro/firefox-69.0b14.tar.bz2";
locale = "ro";
arch = "linux-x86_64";
- sha512 = "e281777695db85113a1dc24f7b65779bd2ff80480220e5e56bc2ce1daf2e749b5b03bc24ef3adcfbc0ee3cfae96736641d6deac74fb6f10630402c9bd4b57eff";
+ sha512 = "0dc002bd4872ed8907c0794430b44476e21d732624626bdb8f9cfd3c81b4b63ccd21b11456f660f58a05ffc91881903c510222b093c316f1182376eb051f5989";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ru/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ru/firefox-69.0b14.tar.bz2";
locale = "ru";
arch = "linux-x86_64";
- sha512 = "48eea1bed9a3d8a9d3c01ad2d3b87451b85fbbc928c45b6bfac6a473577f15800130e306851b1a74857657619ac1236be08fe6d0b2b1bae7bb8349bec989a6dd";
+ sha512 = "b29a6e02fb86387d1209b8aee76be34e5ab9e1848084d8f722a55bbc4f61801dd0e694ea6d284574ccb89c65ec0c12f395a97f4232b39c28ab7b75e730a436c6";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/si/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/si/firefox-69.0b14.tar.bz2";
locale = "si";
arch = "linux-x86_64";
- sha512 = "ef1041d268aed226b4202ca38b8b29ef73bd61424891a4653414e2fc5910d0a97af4064839a15a7437cc8ab0ec17badfce25a5556fd024af9665399a918b3b03";
+ sha512 = "a31294e1cb39c3949cdcf0b926edfd5f196e6e9a91e99c213d86129896c56b47e4f3a33b11c4b6b8d9d44a2b0fc767a87a67d9252cf1e3b4d2ae7f9716ccee4b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/sk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/sk/firefox-69.0b14.tar.bz2";
locale = "sk";
arch = "linux-x86_64";
- sha512 = "7b7dbb185c3a981ca4656a1d04e65f123101d0163ff9d3374d158c808b311883ac188da9a445e069b78aa48b41824493258daaa8fe192fc2f7e984cd01ef61fb";
+ sha512 = "f736359f8f3086d560b84070f35a2184b316c5f6ebccf9665232b031a220d3d638e85c67ede20c3ec5836ef12251f77f4df429842c824ebd6961d58a99ba3c22";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/sl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/sl/firefox-69.0b14.tar.bz2";
locale = "sl";
arch = "linux-x86_64";
- sha512 = "ca18d8394b7282e6e5baa2a045d0bbf9cfe4f867732bc1931522704dcc0b52e3a0069e109f1cf7eb845bf20d4a9770adf45bad39886c2993b8cd9794507a7331";
+ sha512 = "f5f0f3cfd91ca5a5201e3178a39d8ce0db3f01a36a4854dde16088c6b8423b5ff6e45793bc5221a02fe444a15d83078ab13ac48ae4b529144ac183aecfeb4811";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/son/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/son/firefox-69.0b14.tar.bz2";
locale = "son";
arch = "linux-x86_64";
- sha512 = "8994e82a941015e587445f0eff7e0e4c95997d62de1ad975ed477f19632becfe6c23d6cf9c2d3caccc1893bf6d9a7c03c79e517c3276d08bba3011a76fad6021";
+ sha512 = "2ba05fbe3f440a9010f999bde29849976042f2874b6ccae408fea5e5057d812fd91879d5a288ccef6a4795101f854f74de794576706b90078e1f3c3887818592";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/sq/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/sq/firefox-69.0b14.tar.bz2";
locale = "sq";
arch = "linux-x86_64";
- sha512 = "5498f49c5a7bd1a6ca0802e085226935254d26add2baf869cbd6eb2b29409f297c4317455fbb758e6c5913e5e02a3bcb80e8202de40611d03072c57584813ff7";
+ sha512 = "cac976f53f72a5eb974ef97727a5d6ed38a5a4b8e61094f8e5d76968d6afadf0daa68c7d6b29a45df6dddef8cf26973e0ab1a65c29f906f7e404cf0b152c5e08";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/sr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/sr/firefox-69.0b14.tar.bz2";
locale = "sr";
arch = "linux-x86_64";
- sha512 = "0737b59c7fd2da230d32e908b86381a643f8269475558469138d37f1ef6f268f62614ed2bc30da9b99759de312bc4c5f9c526c51052c43d0f644e7f8f0c7fd0e";
+ sha512 = "cb87cabbe1a9d5910354887b0a6eda4ee055b823a0ac35bc414d41f9fae636834344451e3a882c65cf581d21e875b400f5e3e054ab053ad1577fe48eed8dbfd6";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/sv-SE/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/sv-SE/firefox-69.0b14.tar.bz2";
locale = "sv-SE";
arch = "linux-x86_64";
- sha512 = "2b8676aacba6cb20fa7a0e301c422def657ee0fe5273c68043a4d28ce9d30ad6e8bfa86c8654d32548951feb19cd431e3d7b8ae02aa69a441dc314df35dca6d1";
+ sha512 = "c4412a7488797482b3315a2872fed79ef033ef4fc32ea119e4a943999f5a892c430486a6e13236127c97af3c01f25724bd5ce6e84d4a9bce69d10b5ef84ffe7e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ta/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ta/firefox-69.0b14.tar.bz2";
locale = "ta";
arch = "linux-x86_64";
- sha512 = "9f0df1a9d01e9e9d23bbc119ee43cb107b8741f20cf2cace3d28fbebf91fa79472ffe5e7cd95f0352e03533de1e5f7685a5917686fc0dbf09f747884661318d3";
+ sha512 = "55729c9d755d83286dd88642cb130d75a827ecf98959cfc8e20f205e6c4c3ec31a03fe0a6f304662beae68677aacfaf8b993a4f79dac79c2b8157a3845bb022b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/te/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/te/firefox-69.0b14.tar.bz2";
locale = "te";
arch = "linux-x86_64";
- sha512 = "140875d2fcdf4476e079b02d593f79b9cf572ffceadae0360cc897898caf04c6c54ed75cdb867fb5f7d29add1b6598edf82c5e4f2e74bc3ab65560c0be7b3c63";
+ sha512 = "2cd9b38b607b89b909216afc403e7394574e66abdafa327eed33edbac45eba850be22ff651b9581c53a7ab4735c29f1a4f2ee3fb3c220ef2f527f48d919b15fe";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/th/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/th/firefox-69.0b14.tar.bz2";
locale = "th";
arch = "linux-x86_64";
- sha512 = "74493d853775c3ba74ab20127a2dfb00d1a9db42499a19053877629682ca325e475acf0f17b36aaf957798dcccab01be56e6ef0884e44ba51ac78f3e177ef50c";
+ sha512 = "721711be47093f846b42d5bdae36ce083e05ad7edfbd75a32827189c4cab9da3af0b34551d55ebd67cecf8e04912c17f2a44b032f2a9a76e926a589381f3ebe3";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/tr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/tr/firefox-69.0b14.tar.bz2";
locale = "tr";
arch = "linux-x86_64";
- sha512 = "7879a1d24bf3e4ef3d4cf083f56d3174fcd163107ba487dbdb67067f5d35956ca81b365592b1207783b577c7dbf4c4e95fc8507c5139afc7e1837625dd837a74";
+ sha512 = "36c4b39480b95152795ebe744c6d1390f38540c3cdd19cfaccca40f3da446a5afb6c5b8dcd3bbc87b15bcfb5214870104724d645cc630c87373b78d89c7acf94";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/uk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/uk/firefox-69.0b14.tar.bz2";
locale = "uk";
arch = "linux-x86_64";
- sha512 = "462f9c0fa7824049f2a20741c409b43eaf6bdeebf3d93f95ece81c2b61f2db82bbb6b52eb254fcf240384d096c755af679a2cdacab9cd7352b75fc43cc8dc116";
+ sha512 = "4b388a81e67390ff461681587914ab944230361790f5b48676df5d402aad2a3ff28c808a2c8ecb655f2540c3d6cbab8188c2b154c0e173625b7be121968e853d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/ur/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/ur/firefox-69.0b14.tar.bz2";
locale = "ur";
arch = "linux-x86_64";
- sha512 = "aa0aa8a6a7c2d8a39fcfe73cf74bbb4f49a09d423a3a559ebf89c33d2951e54f136fa17eb2ea9ca3a4069c26e4f02ac9b5b75244a096bc32afc8cc850f5ba5d2";
+ sha512 = "43cb375b00bc335f5a5907796ffd84279799c8c907cf372968abb8a1e9c4ce4a4b9b199eb0384b548406a158216cb5e42efcc61836b5ece94fabe83d724bb26b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/uz/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/uz/firefox-69.0b14.tar.bz2";
locale = "uz";
arch = "linux-x86_64";
- sha512 = "98b599c8c8394e4727e3bfa1714f643f035b693a7bf9b34b2e8b2adf7494dcf6ac299f876ad100dd7bf6e79c948a2bf1bcf2ae369069d8ade5c24b7970521184";
+ sha512 = "33c0922104c4f0d6e9a5860738bb5e5001ef24c047d617b86d16f9a8668092ca0c3bf88676c448947e4c07c3d80fead8714291cf9e947698765fbce65247a488";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/vi/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/vi/firefox-69.0b14.tar.bz2";
locale = "vi";
arch = "linux-x86_64";
- sha512 = "ff0ad802bed47d1326f16b53af2a7ebee563f27300d9d733c6181492770a4ee7bf42e26adb3270c88280286152e04d1ebcd62143ddf8d650a15ee32977c4a76d";
+ sha512 = "d4fc27a2f69dcda6832bd0372c97381e3c47883b2f9abdb21b67b2c06f392cf2e2e8aaca8f0c5f67da87f8884b7be8d407b49a3caa04dd166165a8623f621cf7";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/xh/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/xh/firefox-69.0b14.tar.bz2";
locale = "xh";
arch = "linux-x86_64";
- sha512 = "213f8bff2555bd50a9ca93d70baf158e638d480f25fac426919b8de33b8050626310200c6d9d56653775f8ab767314327e907af0532eb41bc07da80b9b9e6668";
+ sha512 = "c7d3c3975ccd4b2635f30aea2c2ef8e2c8197c52730fb60fc0a9adc5321a1f960565a442d73b68ab15367ff06f87ad09e463c8b9a0f871aca526716828795d1a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/zh-CN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/zh-CN/firefox-69.0b14.tar.bz2";
locale = "zh-CN";
arch = "linux-x86_64";
- sha512 = "c4fd8680abf0364af72618a9fd8bd1015bc344b8a154e0f6d862a94eb47333a068827f45b4647e47195f04949b5d87117645f8f53a6536ba75ce0f09f3525bfd";
+ sha512 = "f6df2df60e020f07aa210e373d177a49204ac35912172a0885e9767eebf64f660d2288e3d9d3cdf574c22c4c0257c955faabc02721c34c59a113de94674d80fc";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-x86_64/zh-TW/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-x86_64/zh-TW/firefox-69.0b14.tar.bz2";
locale = "zh-TW";
arch = "linux-x86_64";
- sha512 = "13a00fa5ac56c29b18f01ee1dbe694bc4c1ff3f747416cc407efcd7414580e054f775f8cc434866005b7c99e78bc3efcbdb053440d91226bf429d6e035f121bf";
+ sha512 = "70d1cc8904f27509fc476b59a634eb7ac26cbf53c88069b104d00ddc3c596384d75bb5522bd38fa25f2aaebe2ade7453505622110a36f7f77f19062a846f01ec";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ach/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ach/firefox-69.0b14.tar.bz2";
locale = "ach";
arch = "linux-i686";
- sha512 = "8f5ecb1e94e32d8c8e7cde3e6a0953c4f349e006e6e05b6f2c4e037fc4bc10903c9fea83d1c6cb11469b873d8465c41851b6fd62b433efc753d6f6b85cd47e97";
+ sha512 = "74550f32169f07e5d551ed20ddc3f24f731a18966f75f80d40187496af4bffd1b0742c6ca001fa263b236826f2dfc6edd21e724bb1e4c8c8260e5526e20d031d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/af/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/af/firefox-69.0b14.tar.bz2";
locale = "af";
arch = "linux-i686";
- sha512 = "28802d77b1f96ebdad0a1a43d41c781492d06c5da35706134487e9dccd182cc049c4026d250dbfd27d5365d2470d49278fdda1cc2f68d2f58f57280f766b107e";
+ sha512 = "2d305bfc2ad71d6c37a3de2e4427417c5ca67cd97eeecda91c8d5a84d72eb7f02c6d11a857af6af673caa5921abe8420b673c4ced79025eb5a639f466e0cc8d7";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/an/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/an/firefox-69.0b14.tar.bz2";
locale = "an";
arch = "linux-i686";
- sha512 = "a156f7ff3e777bd7ba8f8e771c1cd425ee0ee6d87916515725d89ffe467676d39f1a1abfd63d6a909884f9312938666c00b603db45b39faccc829f43778fb674";
+ sha512 = "0a6319ac1017a9c022da4d8a3a619e9243668090e8266b4778e767a9313aaba5c1d2d5174f640c3103220b5e0dc40ec4040690767062d8e6819ac0b3573ac464";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ar/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ar/firefox-69.0b14.tar.bz2";
locale = "ar";
arch = "linux-i686";
- sha512 = "d5e0388fcc8875469b52eb08325d7de3c4c4f488e489754985e8fc45505ce74df9445f65b745c13f65c3b30f3e9b33f9b5269ab410377bfb0c990e774689d7a5";
+ sha512 = "dee2b757f449dab23baa5ff16cdc123564650c48cc4492bddd36e7ef4f99608c2a4077fe7478d035275aa3ab2368b54e2e171ab689537081b09de0388cdd0922";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ast/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ast/firefox-69.0b14.tar.bz2";
locale = "ast";
arch = "linux-i686";
- sha512 = "b1a9b8dbea64039c5c18c1556d2f6945da0015796141ca2ffd5720994afc9249c7a08bd52cec5360474f44c861d04e92fa5cc71c2793b31304c013a9a0b06969";
+ sha512 = "1e92c8fb6965dfbc9dcfda7bdd44a8612487541930a0e758c0e8b8fd27e2a5984761a430420924adbffbc11f6523beb80a8995f1e6d0ab37cec9d130306f81f2";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/az/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/az/firefox-69.0b14.tar.bz2";
locale = "az";
arch = "linux-i686";
- sha512 = "6699ed8513c9716993ac7c735e854bbea06d13947c678bd2da9c0731dfb4078072003fba38ac1d6712659120a02583c6cdd2936397da269676ba9460dad41c2a";
+ sha512 = "e35e1e9a217a7a8da13297e7cc1d553b7a4698ddce0eef31bea85709c836f4ca5993cd4892bdcf0e61d6a37cf125a4b9b6a4df36cf19fd4f09ca63c802069bf1";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/be/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/be/firefox-69.0b14.tar.bz2";
locale = "be";
arch = "linux-i686";
- sha512 = "8d824df67c6ec22687ed264cd1fe26f1613d97b368afcd363dbe23d64becec331d5114596a039cf44fe2b1c86a1da98c6d04f29782d02e4f553c8b78f3eedb65";
+ sha512 = "cf65d94565d2b25ef90353dc686cc4780eeefb29cde142a735d10e8511e4d9d1db74ce57d80da35d1ad9b9cb3b8cb060fad01ea95b46a86231063f4559cb50b3";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/bg/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/bg/firefox-69.0b14.tar.bz2";
locale = "bg";
arch = "linux-i686";
- sha512 = "8a5a23926cca8d137449628a173ff82fed9aff46af0ef391b21c8ec7a4d50bef17b75b7e953545e719368a55c6fdebd450b0f2b883a03b4029a7f62b493bc923";
+ sha512 = "09540c63919525169cfb3c2ef8d19115cabaa63b41b21de43e15335797761d1d452c80ebfce1768a88f3a0e135a222e30486708a8b2ef5c1327738f2d5bc8325";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/bn/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/bn/firefox-69.0b14.tar.bz2";
locale = "bn";
arch = "linux-i686";
- sha512 = "03786e446e13c1d18390096100862d24331fddd61e4ff02cfa1e0054c9af46290e7a2b87a1d0f560d831b115fb2d978e065efa9993297092176126db19e2eaaf";
+ sha512 = "47d497da9c178e675989b046acf7d35caa7a66090d8751090e86c5b9d9ddf6924767a586d43d33a7a093f1885f5477a8bc008e58eede27bd219e0acd6b00468e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/br/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/br/firefox-69.0b14.tar.bz2";
locale = "br";
arch = "linux-i686";
- sha512 = "e3f68503fffa90b0b0624dbd7eab93087aae255c582f98bd0067766086023f0cf942df5e6fcf09bccb08cecac84e0c3bcf27ab348e6aa69fb1322b80f84394c3";
+ sha512 = "bb313f01a39abb6687b71314755be566ec6944fbe0aeb5571321032ee814e4aecf57fbdae9847f4e72a8844813d086d7cdb2521a09578ad04a0f31891571d508";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/bs/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/bs/firefox-69.0b14.tar.bz2";
locale = "bs";
arch = "linux-i686";
- sha512 = "b0d3f53075b8d54c0f830b856b829e1116b7220b04ba81298066c61ee7fc857563632ccb9868f6c45eb792b1c25a5faf4dcef42168069cc3896bf09aca51c67f";
+ sha512 = "3b6a6e000d6887604696014e82c8668f4dd5e798287bc2e60cab98a0a51a4446854fc78a606615fd760f731c70cd10bade6e6f07fca17c5abc4e50d2c1cdb893";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ca/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ca/firefox-69.0b14.tar.bz2";
locale = "ca";
arch = "linux-i686";
- sha512 = "39f73d2ad0aaea5c73ca030e282ca055709e3b749ac73265edab74267608e05111aea50d83ff30a0755060a5ba89b21df3306af0e30682288ea25c8b6356991c";
+ sha512 = "ddde0c94dae1ef133d3312043271d7fc9d626900f5bbb473b7aa6c2ebb455d358736da2736271611f3e6b336f7c88a4e60d060101788bfc7ccccb9e2ff863259";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/cak/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/cak/firefox-69.0b14.tar.bz2";
locale = "cak";
arch = "linux-i686";
- sha512 = "78803a383cd12ab32cb530605e222504b68e3837581ac527e1d4453594716448f5ccbcdd741aadc9a0a136e70e3c558a956a78745e685edf309880d126848e6c";
+ sha512 = "875439f58c7ccba85c6a59031d92344262de3fb27852fcc727b15ee0964d37eaedf6715dc5569cccd0f7d684e96052b84926c4b81c509fe456015eb67ff883d8";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/cs/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/cs/firefox-69.0b14.tar.bz2";
locale = "cs";
arch = "linux-i686";
- sha512 = "c0877f67fdf41455c6987d84817691fb7ef67ae32d98c8ef096d272e687413b0d562a87ada9f681cdb6f191c6f01fa54d2e6ebce85a3eede2f675a74dd64f5f3";
+ sha512 = "c93a27a66889e2e2ced6dcea0495d9295c179b2aa2afc706196b84a4c4537e0499875bd2b2ec152a38d2c5afb5d1d45224086c2cc2bfa56907c9f9aa883deea2";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/cy/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/cy/firefox-69.0b14.tar.bz2";
locale = "cy";
arch = "linux-i686";
- sha512 = "8320876a40f57d49fb0e0febcbd7bee5d1f2cc877365c375aa783d3669d1a644bde2adbaf9884650937191c9fe60ab8026025c1c7b8cca897f51128352e3fb13";
+ sha512 = "66059d9f6e059bbebf42ab3d29fc9103de639e5b1fd7f4b8b0648b98d86a030d668bf35852bbe83ff27dc3d1ababe47a74f1e37a227a61da6b4c90b12543207a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/da/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/da/firefox-69.0b14.tar.bz2";
locale = "da";
arch = "linux-i686";
- sha512 = "ffe6e96998d5eb0850468eb53f139821bf3df063d6b83e6ae9606e1bc0afa51e47442408165264a82445682ee168e0dfbdc898e85e3e0e404cd104f9960731ae";
+ sha512 = "a3943bc573c65a0c90a88ea76882a4b43ded06aa33c1bf1d861d3d6ababfef3c75104c7614b740860cd682c4d0cf3fdeaf54a41ef206f117ae8197a73431d362";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/de/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/de/firefox-69.0b14.tar.bz2";
locale = "de";
arch = "linux-i686";
- sha512 = "65e02adc49ad706228d1ab9179710c8252e3f0e93377b0576c1d906f3af0fc645501d5af9b9a15633438b3732451dcabebea9bcefc7149032e591bbc1d693945";
+ sha512 = "2635e6ab49e4545f562043cc56e56750a882943ee160b3f2bcc328ae53bbeda364746a3d97cec3d84086e90b554a98184d268b27efb9e51255a3778ce1f5abf0";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/dsb/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/dsb/firefox-69.0b14.tar.bz2";
locale = "dsb";
arch = "linux-i686";
- sha512 = "6249b3a5ea2719e4386f50c69dda91d60197aeb4da961298a6b1ba0fd77f372be7cb190f754e1ebc3d8cbf57cf6088bac555e618e3507d26cbba29483f979661";
+ sha512 = "aa44a98135e4e5b3f28ac37eed0103876a817c07b231830271c2dd44351ac43da9139a3adbbc8a6ebf0cd28c87e802db27632d87e7f5afb0209f4816f35273db";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/el/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/el/firefox-69.0b14.tar.bz2";
locale = "el";
arch = "linux-i686";
- sha512 = "ac31fe53c0430ef0781394c4f98a6919efb097e26a86150080e6e6ac0f0da699f1fd0f69f7126585b90ce923b96e69e4a094b14cab054118c9d5a9c23340a358";
+ sha512 = "6c86717c1ec09829567ade584c4f114d6bc92c9ba85a4583670a038b5616521a4578ad97b023673125fe85b9a99fc7c3999fb7e4b50fd75540386b6024d26c69";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/en-CA/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/en-CA/firefox-69.0b14.tar.bz2";
locale = "en-CA";
arch = "linux-i686";
- sha512 = "fea075da36e43f5cc4044ff2e19d4e80d9f421d6db14f6d3bd1dbc467a05eabd3411336da624084505a68c08c76e2014ecbaf418b9f2a7d723ef552b3527786a";
+ sha512 = "90af2b18f403b7fd25bf5d920c3eaca638a6fd5c75dd57afdb0c9e1a20a8404cd652d2c69b63bcbf4365af88d1483f02b929d3b825899eb465c142775e4eeea6";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/en-GB/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/en-GB/firefox-69.0b14.tar.bz2";
locale = "en-GB";
arch = "linux-i686";
- sha512 = "c498128aa2a07637f7fc63ab2fc91a8929c8adf85b05666a3335623c4c92b324397bffb15130a6c4970fbc4bd1b49094c67df244b1d8e3cedcd8385deabd0119";
+ sha512 = "4ff1dfe725977d16c23333b3f3c8ca035d4973fea2d7d1f49daaf75cf6597fa56690512636a19455e5fcda984a4ac887d4b987b45b811683cb65d40daee7b8a5";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/en-US/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/en-US/firefox-69.0b14.tar.bz2";
locale = "en-US";
arch = "linux-i686";
- sha512 = "82b0d1a5b476df15cf236977ccf996291cc56ed92a3c1df74687e4dbdce5e51dbb9f777396b9b527300def5d1c6dfbcdc887483b37fea8d8712d721b0d2a9262";
+ sha512 = "851e15abeda5a7d9faf74950e97b2decd6ef989c04acf8d57833f9172f0793f9741d9f1212c2aec41f017c8ccd491a1dc973beddee39ac7660e63f2a24463911";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/eo/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/eo/firefox-69.0b14.tar.bz2";
locale = "eo";
arch = "linux-i686";
- sha512 = "d991f1de158e2f2a71f3a229d5d40a0cdb49d83e684bd498203c20fe26131ffa3251dbd9612c67fa79cb005ad18008d53bfac93c39a2f31dbfe428b5fc00dfde";
+ sha512 = "623247002b82238eb05f4bc7fa6182aa5f68121a87af6cb78315b4f144a17a50899905d915dba41b5dc2d372ff97ff8dfbf0ed2a0a216c85cd45f65206ad23d3";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/es-AR/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/es-AR/firefox-69.0b14.tar.bz2";
locale = "es-AR";
arch = "linux-i686";
- sha512 = "4afb13be13cad4bcaba2bf17b5b6ead1019831876669d78976c5456d75d7cb9134b43532bfea610b209f621868f944015915a772f6c37e6eff5c835eec5a8a52";
+ sha512 = "fe485782e38e7f0b74e96e2e06283b6ad30223ab1cdc3636fc15810b327ba564706d134ef00ab0a38d4f6d5639aa84a52cd46af4726e1fbfc9eb2ec19ce1862d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/es-CL/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/es-CL/firefox-69.0b14.tar.bz2";
locale = "es-CL";
arch = "linux-i686";
- sha512 = "fe00d798bae2a9694630505516f89a017566dd91628f3f2e10bd51583e49d61ea530a9ce9ff35afde97fc7b6a4275ba56c56a82d63b826718136bc818346834d";
+ sha512 = "8520600de63e160c21f4edddefdf8f971c12456a5ffe967dd02ca00c7227b34f6b8acc569fa0c0d40c6f91bdfe97683444eb38cbda8d1cb1ba2b913c943038d4";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/es-ES/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/es-ES/firefox-69.0b14.tar.bz2";
locale = "es-ES";
arch = "linux-i686";
- sha512 = "0864878dab5d33b87a2d3741a883618a06bd9d01a28996ec9de43afff9626c8c7567692df6de4e6d4f9b20629a72e9b44fdb68a4c76f1cbcdf124853a7d0068c";
+ sha512 = "0e36857acf8231b9be9983aac35b2090ccd85dd2f8cd7b37021f2d62b37b17eca4e29afa8afdc000ff608bc535b3583720c4111c6bc87a67b5928e25d1912f9d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/es-MX/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/es-MX/firefox-69.0b14.tar.bz2";
locale = "es-MX";
arch = "linux-i686";
- sha512 = "1a6befff49fd7f2c8b597d1b250aa26b1b5df8a42a1151b585f2d061b2c83f259bba8f64351cfb3418db8382bb2e54316cbd7f425e6f944a11f893180a3549f5";
+ sha512 = "4611aa1bf2f9717093027cd38e60afecd855f9bd6f5b90e57ec64ba61c2d3cfa38e94688e5b7e02e6ca40a9ccd03ea9c25543b03be297ab76a89db3395fd7dca";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/et/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/et/firefox-69.0b14.tar.bz2";
locale = "et";
arch = "linux-i686";
- sha512 = "1bebfbc554a5ba09b9cab9a3d38912ba9e3af4509509bb775874517b866afe7f64668adab4294a720f87f94ce85010a37113e9cae8fd39015388852107445ed7";
+ sha512 = "94d4cbfcab4dc697462001946eb91733e7c9cad2d70d1d7070ed6d6e4cd83f364338a70f313c400ebd9f17bebc05d8297e27b5d662f0f940a66e63a97e549ee7";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/eu/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/eu/firefox-69.0b14.tar.bz2";
locale = "eu";
arch = "linux-i686";
- sha512 = "79254e988ef54a873e7c92d206c51bf06c64e3dead09220e298da5a0dc23cc70a32db3e02050445bff8865344ae3b71f6ea5d30d8e5518a39af74bbfaaae6dd4";
+ sha512 = "e140a1bb452d2a970d540b764ba41bd70f4042f7f6f2d8bdc3407cd3d428e009815c3fffe4dafe3964dce45d860c7960d0818acc6fc8878e323b4fa1dbc340cd";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/fa/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/fa/firefox-69.0b14.tar.bz2";
locale = "fa";
arch = "linux-i686";
- sha512 = "38bff1a4e28df792505aaadbbc2e25cb14d120a271a4f677fb3e949578add7db2dc482e7fc5871571cb7d11dae855e40045bac9cd4ba3892e4411944a0347c07";
+ sha512 = "2ce77cb106e64e49b2605edd7f6ba19e7c0782356de0a38ee572e8b5f18020ff4e8235bd83749b578d67a40ac81b246a531e21ed24a944e562444344bb594121";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ff/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ff/firefox-69.0b14.tar.bz2";
locale = "ff";
arch = "linux-i686";
- sha512 = "64c4bbbcfaa0fdbda86f4d787aa6665cf06dcf5886d208b854fc6e11882aed28b49f8dc5b79df384b46890b56065d027e8c7450a07604a63e18f1e28df348e9e";
+ sha512 = "a3b44ae73ff9bb7ace9ddc7d7886b4362eb2265fe0f8d5b2e34fb929dc367a6be29a46d750cd33b7d03cd321827dc261f1d88cca91fbb180ee1dc72398c1281e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/fi/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/fi/firefox-69.0b14.tar.bz2";
locale = "fi";
arch = "linux-i686";
- sha512 = "dbf2e460301230b06f3410f447357a43132e68b45d61a1f515bbd0411cbc9e8d8ba8e0f91282d182c50d9be4da1ae472b5168df1782cebcd5ded346adef229ef";
+ sha512 = "934f497203bde168237ba43d49400dc48c9082a24de8f74ce887cbbc1f35057a2419dc346b88f18ed7d78596ed220d4f65371fd2bc34a1ef005803109c7e77d4";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/fr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/fr/firefox-69.0b14.tar.bz2";
locale = "fr";
arch = "linux-i686";
- sha512 = "9d99e8320d392c8510a1d54a0d9e51826720b3e5e45bca1fcc1317c7a0f0834e584cfd1f331c32b3c300b17049fc3bdbaad93793cca2f32f9e8b5c4064839301";
+ sha512 = "778509904c83b8c00c0b71331c770cad677ee487079710d9244d1bcc5a2e2f6e397b30c1c8ffd7f787f8fbbe87f509105bd2978d26f60406b8904245f170d79c";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/fy-NL/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/fy-NL/firefox-69.0b14.tar.bz2";
locale = "fy-NL";
arch = "linux-i686";
- sha512 = "52ee88138f63edea1a35353d9ac5e695c41f142f0f6b0f22911f34666a39320f725455a3174568417c3330281213483dc4ce38ca2cd0676d40a650f02e3396c3";
+ sha512 = "8cd82fc3c7a2558f5408d2e18d8fffc01dc1a0c69f52e61e7da185a9b7d24c79e29d68c7e61386b6910aeb8f91276fc1fe5c142ca526112b1e0ab206ec3757dd";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ga-IE/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ga-IE/firefox-69.0b14.tar.bz2";
locale = "ga-IE";
arch = "linux-i686";
- sha512 = "047025fa1dd1e6bdc6c0edd86e6a301ab05c9ccfda9af836000b3a9af89a0a64332e97a896d3a7d459b8ae99491415864872a4c5d570f484613580665c55f84c";
+ sha512 = "4e0184a5d0f6a8213d250b2210076e4857d27224b2d6ca27375a8951417ffc74e8fb02b9b571a12f34f59911f0663ff21d1abb09836bc0f4a1fac3c6894bf82d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/gd/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/gd/firefox-69.0b14.tar.bz2";
locale = "gd";
arch = "linux-i686";
- sha512 = "ebf2e04b8dd8e573bfb8f90963a53935dcaa72fe8474aa3b3b30bbbadbdaa73daae2976f71e84274bcd4f533740469b6d6f1c7c85f939a64bf2b83a7ccaf27dd";
+ sha512 = "f67a284aba28000a070f06c1b075dbf3edb60b4704c62fe80df4714df51395644507ebb89506ab2cb65ccd8d1c16e896da0c4dbac7fd3251026f0e00bcabe014";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/gl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/gl/firefox-69.0b14.tar.bz2";
locale = "gl";
arch = "linux-i686";
- sha512 = "34156e0003c8abd5a27f0ceb5f299c4105c0f0c525b149653c0495084dd824371a420362a72973a7ba04dc0519c252946dd67dcbc7b71a916c2d641499fdcb9c";
+ sha512 = "c07c74904f845e2b740f6eabd334fa1aa0d74012e86fbc17624d671c7e2cb3d78143a499aabadeecdf276c3c6d4f2934a54240ec7078619491eeb28c8c50be9f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/gn/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/gn/firefox-69.0b14.tar.bz2";
locale = "gn";
arch = "linux-i686";
- sha512 = "fd3b6611ea45039908f487f35674b5141cb1e9bc7e9fdbd4ce30e686cc92680df000515694e349b7c9b790240c16300b1dc7f7cdda186ee89b28d7f5a86ec8cf";
+ sha512 = "426ceb6386da90c30726ff5318613bb88875c1b109bbd73f46f6c436b61a18b76a8272807323abf925e1ebbc6531c7d82ce1af5dbaa9a2941a8007cf8dffd3f2";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/gu-IN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/gu-IN/firefox-69.0b14.tar.bz2";
locale = "gu-IN";
arch = "linux-i686";
- sha512 = "97c1dc9621236a3cda7be4d049bdce0347b57d7f09ade3a0f109e1dc20a9ce230b20f1437bb348080b070261df82480ded0adcf5a7c96fa360b6adf5ed509b75";
+ sha512 = "71217c32a6cf4fe5bdc922d09bc290537e58f26a75290bf23a5fc60be3e42b8b17d5b05dfc8ea4c547a149e795fc9449459d5f74efb4c7d9ab7068f5533c0bb2";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/he/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/he/firefox-69.0b14.tar.bz2";
locale = "he";
arch = "linux-i686";
- sha512 = "90404f5545ba91a53acf17b1af10ba4d20d3d6d4f8baa0a54dd0f5ce05ed8be010c5655fc525d3aee51044bd8750524aeec0e5e656c9391b88bd728cf3bb4b81";
+ sha512 = "580b58ccefbc9f1d79027976dcb8b880c6608208322449146c99e1e6ceb18b0d9069891dccee5c37df48b8251984ad915228fdebd48d3770b54e47ee2433440b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/hi-IN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/hi-IN/firefox-69.0b14.tar.bz2";
locale = "hi-IN";
arch = "linux-i686";
- sha512 = "de0fa4a0fa7bb21704fca689b525ac5123a4245f34d3c34d55d43a27df8f822a713208499ac7e4152d0cb6ff25be38bf8cf77527bec6b5048434ad7b4546f98d";
+ sha512 = "52d0bf548b7cdf6db5bda320f8262d226adde14cab042458e591fa922e5c4cb66c7a10699ffd3a4e90b9be522c5dba77bb8bc787b4db73b6805a04b72d92f752";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/hr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/hr/firefox-69.0b14.tar.bz2";
locale = "hr";
arch = "linux-i686";
- sha512 = "5c0ee0e6f4d109d4b2863cd62f227a59e1fa51bea89274172aaa851a24aa495e7c1b7e0a1b53cf9245e29cc007f87f891f0636f784ce3fc363d018bcc63dfff2";
+ sha512 = "8a24d6c60af65b624a3f577a984d237ac93582bc5630ec2fd7d3c39902ca73ea47ae34d41fe90dbdabf15872bfd679e029ec361ecb7d38c17be4441f3df298ff";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/hsb/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/hsb/firefox-69.0b14.tar.bz2";
locale = "hsb";
arch = "linux-i686";
- sha512 = "038dfdf1ea27da2816f953c44a7fa6f9be49aeb9ce5ab6415b26694f690043b319b34db5a2b6a23a96954cc608bb836d975daec498fa2eba3b1a9ef3c1b3e815";
+ sha512 = "085f6fe6b298047cd08c153c8fa9c3266c8fe69c0165647c863053e2b9836db9b5dd083c7fcedbb2100b22947a296da5b0894897eb801734430e153eddd168b2";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/hu/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/hu/firefox-69.0b14.tar.bz2";
locale = "hu";
arch = "linux-i686";
- sha512 = "cfadba2ae2906ec15b9de3e9093501821c93166b4497ea2882d6ce3a119a26a30c13f18b5dadd4374ff4fa60498a92bb8e6e8f9400e0f69cd066a3f61ce3f3c2";
+ sha512 = "06c2e59c69eabee03b5bf118d27fcc5b9ee3ca21e1596926c5e75200f47ee4b27c4bba5da0e3a67cf6acd7986dd066f2ca79089156559c2cb725023067dddbbd";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/hy-AM/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/hy-AM/firefox-69.0b14.tar.bz2";
locale = "hy-AM";
arch = "linux-i686";
- sha512 = "15de97ac83de3a07dc3d4811b85428c8129bbafb75de3481d0b5cabaa7ded72fa320106bb1fee1d2b340387b28f6f6f382c4472ab8e21a9b4d4a00b2a3f156e1";
+ sha512 = "94f95dc01d54875be32db75a8ba17202678aeb8f0dc471a356b73ff6cf2725d302dbb5bb41318b69e904d9a685e8b833bf0ad489818fdc4aec72617cf19e3221";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ia/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ia/firefox-69.0b14.tar.bz2";
locale = "ia";
arch = "linux-i686";
- sha512 = "42a3590cb5c3b170092480cd9279361b63839cdd9a9f31a128f6de554ac90506712ea621854e05b0a522bb3de8fe6f8af68a871c311a0db641cd0fc173e7350a";
+ sha512 = "ad541cabe5f20fc90cccb932e4062d8088fd58b9bffdacf6da8c53cf9667d82363a8da70bb441881fd132bf0239adca681abad4ffc44808f4565eca9830ef387";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/id/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/id/firefox-69.0b14.tar.bz2";
locale = "id";
arch = "linux-i686";
- sha512 = "eb41b89d97444876e3238a2c1aec2eae8022bcd83aea3bdd8773ed3eb38fc1ebee85013b2f9cbaaeb0a319f9842bc5a1ec534d2d4b9cd3a9145d5767ad7f24bc";
+ sha512 = "ccbba3cd4a34a2db26c81bd670b53e50279ee22b1e43203802112010024ab496077f2efab9f100f50dadfda7d35edad09cfee7e54997ee2034d84e8efa24dc3e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/is/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/is/firefox-69.0b14.tar.bz2";
locale = "is";
arch = "linux-i686";
- sha512 = "99bfd07cfcba4b76c54efc256adb260e102e6c4b62c2b62ec3efa36f5c92b114d7ac95564e97e4fd28d62b5e4921f71e569fda33681265ad7ef7ab0618541d1c";
+ sha512 = "11ef7c6e96d4fe5813bfa63a322b9a57f283e444a22be440ea14acc0d186314e57119642dae7d285122a17ede96eb8d37f8f879c22101f8a64ea5f0b97dd1a17";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/it/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/it/firefox-69.0b14.tar.bz2";
locale = "it";
arch = "linux-i686";
- sha512 = "117ee557f507ef027a0223dedaf4659ef4381643d99a1a5b9a8a03f91225f470596e2c40fd6a4652965d7dca4e6792f785f77b7aa9e597e9b21590edf03dd523";
+ sha512 = "c568510a83c61f9472852f8c8fff0293bc7dff741f4ad8bdcb16caa5abdb2fc9cc0186ed13c95485775c8041e9ad0a4f6433fff933626f80eafea9ffa3fd3f61";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ja/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ja/firefox-69.0b14.tar.bz2";
locale = "ja";
arch = "linux-i686";
- sha512 = "fa2b3fcf371ee697f086dcb271c95dd75c4a185936ecfb5f13541710e1a9c0c1abb973fc080468fadaad156b98e03f412ad3515b0820b1f682ca7fe22b95e438";
+ sha512 = "f04b5d728d9e319c2f88db4c283daba74cc36b03221a61c92dbd3301f1a2a8d725dd72fc9fc95e984082eb128a519e002bb62c59f82e6a529afbb36289be5e23";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ka/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ka/firefox-69.0b14.tar.bz2";
locale = "ka";
arch = "linux-i686";
- sha512 = "18f675b9f74e1bb9805ff3dd56bb3b7286ec7e4c1a19e9acddf67588b1de0461d4f145d9796a0cf52e65b1eb6ef2358c8adad8500a155fd1f3416ff9d9db54dc";
+ sha512 = "9c47c3e57913fa009e92858363a7384f9e71a9b6826c64edaa2772984be43c32e45c73b7599d45ff51dcb11a42fb70963ab95615f730a2f11d792e0ee1c0417a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/kab/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/kab/firefox-69.0b14.tar.bz2";
locale = "kab";
arch = "linux-i686";
- sha512 = "fc9f8691785a03911ff0eaecb2c9d87c39a60729c39beaf91dae9d080d9399f385f1f855075834440c24c0820e0c3ba57dffe4a687d30d330cc3d09e4394866c";
+ sha512 = "aa7e4e641d79568af30845813ae6aed59d59964b37be672b9a18a0006f152dce7fdace65a6d4ae2626f80becfa56b32f0b18cc826cde2d555816a27c76b175da";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/kk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/kk/firefox-69.0b14.tar.bz2";
locale = "kk";
arch = "linux-i686";
- sha512 = "1ca13da19f4b3e198ad8d6770cd9a6aa4f50e45bf676baae2fd2afc6b9289e5f67b3c0348225f6b949951d9b5ef1499040bdd637c3ead02a1e125526c9fef1dd";
+ sha512 = "30817ac01333af478e9dc6be7db8e898705bc9020627b171de664e892ec13987f17e8e2a346cd94bf77bd9caae62cf8b37a1ee3714cdc034c648cdb424c72cac";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/km/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/km/firefox-69.0b14.tar.bz2";
locale = "km";
arch = "linux-i686";
- sha512 = "b4c043d8301d2d7667a64253efcc89b88c863c74a84d909ccbdd8cfe82e18f616b006c7e416c7b24d9f61729cbdde0b32d82914b43a21203d6c962236e33d333";
+ sha512 = "f0c6fac7c89b677eb2407b199d61690a3ad59128b9d1a06575dfe289718e0d5677573cb0ff3da8e313d24798a9776c4387e57a60bae3ba916383cc02a57612e4";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/kn/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/kn/firefox-69.0b14.tar.bz2";
locale = "kn";
arch = "linux-i686";
- sha512 = "65f4f50e8a73e880fbe0e92ef9beb710c471d81683eea4e1a257b38e786b56a12ace18ea5b8a7745dac69400ab16dc3ba61801b4167bcfb0b4f3d1ada401d7d9";
+ sha512 = "5ac4a09bf82678f3d8bd53c8bd44c1f6c0811a942a99321cfca1d553d68ead2abe8ed2f4af3c50e9ee88ac1ede35e201fa4fa2ec399016b122389a51f16cd5be";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ko/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ko/firefox-69.0b14.tar.bz2";
locale = "ko";
arch = "linux-i686";
- sha512 = "90e7fcd383e9a2d247633f16521cbbe2b4bed2d7c8de1a4ccf38345051f308d79c598706195ca2b94b6f3b4b9ca3658d1aac83811d53ba41db4b32baab529729";
+ sha512 = "dd1bdf3e30b3a43d196ec50870bc8f2abcacf703860dab5b21e9b50fad5dbf9ed7cf0bdedf0844a2d56e60f9fc461e397b48f12956e2d95ab6e941b760e6f5c8";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/lij/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/lij/firefox-69.0b14.tar.bz2";
locale = "lij";
arch = "linux-i686";
- sha512 = "5ce99b8b8f55c7ebf8dd454cf2f6d0a00b18807a4913dda5668f0b0d798d029b7cb7780faef4c3d38c19b453c042bcf47877cb82ece4362c654ecc5d824d9a6a";
+ sha512 = "5c9feb27b7ccec9a6594cf027b7ce55df4e0becb5871444bc24328401e3a764d7dadfa3a56b654b18b2e10ab8a8e03c96021a33de5cdc66b0d7e3d6992a2fb5f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/lt/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/lt/firefox-69.0b14.tar.bz2";
locale = "lt";
arch = "linux-i686";
- sha512 = "5b84949b706e16231b5d84a5ffd21b8ac593971be0e40c63beb16ac2ed8a829e2b7be76bd1756b3425154204da3d5234a6a88722c55d76e137ab8def056b608f";
+ sha512 = "ebbda17ab983261c9a593a4368696026f4743a79c6cf70e89184390b4c1966d474b75bd751a52dabe06e303b8f223c524494a6cb753dcd547cc8c93ba911088e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/lv/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/lv/firefox-69.0b14.tar.bz2";
locale = "lv";
arch = "linux-i686";
- sha512 = "14044d49d4a1791590413d34f02e4ca8e3c9db31d130e9931c35cdc078d9022d61509ed977664ad7244de9f38eefd43d4dced98c147b9ba6a2a5641d0e20d540";
+ sha512 = "059c241db15b20d4a5713b35fc7dec60d51253a0d3c9e9e1337defa2ec33e0a3e22b2be6346b6b7fa51e35fd48870a86c2315bedbc32669260195bdff3e5d9b3";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/mk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/mk/firefox-69.0b14.tar.bz2";
locale = "mk";
arch = "linux-i686";
- sha512 = "b5495d71bde507518f8f2019a5319eb60c6403d124c786150dd7634a2b55364ed5c8fe302440769c597a920641f2bb73809c5a2f3935700dd4495154723ca115";
+ sha512 = "170ace7a442581946c8ab52b63c935ad58cd3e6415c109c564faeec9333025fb9647f0f049a192386a2d980b7c3f9ceea62e1d56cc90e8c8a4aec568f58e4dbf";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/mr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/mr/firefox-69.0b14.tar.bz2";
locale = "mr";
arch = "linux-i686";
- sha512 = "1d1a24a1144b97d585675a4ccf3ab177b3d894ad93d2479882660675f3f5932565f7335805e9ca23bb13b5ab247b7a7cb1fd4fdaeb3e116edf397d40638f198f";
+ sha512 = "91e4aa884b26041047ab3bc0c3eb5bb14a62776982f7e1edfc53f1732c5fba9bdb97b77e5f9603cfdd4bb2f67ca5f5959ea61eb4827c6075d30b502c9282cb3b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ms/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ms/firefox-69.0b14.tar.bz2";
locale = "ms";
arch = "linux-i686";
- sha512 = "d1f3f57a3123db5550026c110457905da78ec6610448492a00277742f6b904b14348d1b64ced9c5e78385a29330507299a9ff05cdd9d20e5e3fdcd55b8c8057f";
+ sha512 = "2c236d61824b559def24a9f96ff15075d17220893ce5500bf1f997d582b89b8948eeb88683997ffb64dd57c2fdc01961d877de28be6110da7ff4bddb129540be";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/my/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/my/firefox-69.0b14.tar.bz2";
locale = "my";
arch = "linux-i686";
- sha512 = "ee8e7f4b0c9e359641c6ac56510238bf25565b0d4a1f4528705f44694dc6723b9cc75c168dca471f9c8b7ac3915ebd7e14c59807f1bb13b21a2c787a203df908";
+ sha512 = "909aee75dd8597d4c7d08cd28972c27fbe07aa774c93a6639d38ca152ea2d0a5330329a857b04100b67b35142689b3ab9f4376200b9d6efe8612a8dbaa19618b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/nb-NO/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/nb-NO/firefox-69.0b14.tar.bz2";
locale = "nb-NO";
arch = "linux-i686";
- sha512 = "d8b6627e5c246dae9381f7ea587b5c3760fd860a09deb466951b7cc3f20961f5cf501b36cdb3dd4b07ee1bbead156c5535aa9cb7a7c96114a111eabc06cd540b";
+ sha512 = "a7b65f920dccfefb64e1d0a2425a8514e555089262f2d0d5300009c9d8b8ff343f387d0f3797819808a2d2b67c10ec026fd12f0306e23d8b31573a9ebbad726a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ne-NP/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ne-NP/firefox-69.0b14.tar.bz2";
locale = "ne-NP";
arch = "linux-i686";
- sha512 = "cdfd0cc204d53987f339318d8a47655714d5d0db906aaa3974071aec18a3c5e531ed4adb78bd73c6798d63fcebabada667a88af02bf7818b065767cc5c911ed4";
+ sha512 = "10e0715ca360b3299312c6f8c86b4d89ccc0788611c44e20d90b0cadb20e00f2071377fb934383d6d76cff49d0fcaeb155b68328fb5bc96fb09479a192df1464";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/nl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/nl/firefox-69.0b14.tar.bz2";
locale = "nl";
arch = "linux-i686";
- sha512 = "1effc06a8ede091cadd2729b93efbdd8758cf1f72f102baa653d5a4f1e69691ea56f5074f41adfc4074ab61b2abc6a293786016b063a1de94342f8bf4ef24921";
+ sha512 = "1e688394daf56bc6900d765ae4d01941d9cc02457b95965cc9624be7ad5a50a8b8cdc6212d7270c8253d539ecbe60a21648cf13f61bfade3dafcd8e6273509b7";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/nn-NO/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/nn-NO/firefox-69.0b14.tar.bz2";
locale = "nn-NO";
arch = "linux-i686";
- sha512 = "e6dc000897f3387c478166c2ab80d65c642864f4828880868d2aa12416f465a5dd1c0df0c92edacc80fd72926409a14a2399304a95d628301c99a9a7885d4370";
+ sha512 = "8fcaadfa9e895a97403c60a09e27282b0907346d20c8dbcc8bc9343c0bbba03d3bdf6fc22e52271d5edb9e1df214844f17dc81d3aa74adbc2623fc34f034dcb5";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/oc/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/oc/firefox-69.0b14.tar.bz2";
locale = "oc";
arch = "linux-i686";
- sha512 = "1c2e6ae5327491fcdc6e89d1d26f718c5d61be648943a7bd5cedc2b092f5493054b4e084743c98aebf497eb80e7e3c35999f6fe7086963b02d98ef62fa2703b8";
+ sha512 = "d2edc1fc3fb685ec8f46b58559edac3e6fa3eda0df5ef7bc95c4b4ed444bfdbff43257e5cebb50ef438c7638ac3cde6411e9d5b0a93bd22876c0a13965403a30";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/pa-IN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/pa-IN/firefox-69.0b14.tar.bz2";
locale = "pa-IN";
arch = "linux-i686";
- sha512 = "f82d815f779c889fdeb79dff22451a593ffd82620d22744b4e011ebe984723efe15e1ed4ce7773b6b078a5db046c4ce8cddc2b108a0e6f474bb6f3be67abed6a";
+ sha512 = "535726a70b1d2e4562f4459df2873aff9b41ffc8e88bfe606465871e13ea4205431ce8846670b178e043e35b81ee8e71bcc896971dac2d8d538681ca8dd0db9a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/pl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/pl/firefox-69.0b14.tar.bz2";
locale = "pl";
arch = "linux-i686";
- sha512 = "6d43bdef7da53b6ff357dec2344fcb05e42344ff5edb736dc923f2daaebf047f26cdcb3eba29991c9a21b9749cd71c3d13c17b5b47e2a0ac1be929d606adca8c";
+ sha512 = "1704e78bb2d0e9e8b50c078a52a01777f6df1fd4b2ed05a7226fe7f6eaaa38ae72a9ffd8780b0e6b9a51da40990de386e8acd518426ee89e61d16d6505e7befd";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/pt-BR/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/pt-BR/firefox-69.0b14.tar.bz2";
locale = "pt-BR";
arch = "linux-i686";
- sha512 = "ce5cec8ac89b8da75a3a303230912a8d12e73315112d95d62a19b341331e168b19e4b8b60d7d13654613d91c761f3be65e7150d64f7dca4daf4ab529dd4c9242";
+ sha512 = "0cee5dc74c31ccd80b2cd81a83b909a77dc77c06f38af6290b7d6897d97e7aedf3036d03b1d42ef33dc3942566809388ca5b3e6d9b78a84793987db77fbb1fd3";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/pt-PT/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/pt-PT/firefox-69.0b14.tar.bz2";
locale = "pt-PT";
arch = "linux-i686";
- sha512 = "6e92a191a90d16fc6a643ea373c919476876885a4102af1e1da9abbb46401a690239b1e5ed1a159b22c4d7e9c14de5ae84d12c2851a0eaf7bcdad60cb5707ce0";
+ sha512 = "b43c1fe0fcdfac892b73a3ef7c3ecfbdb5b646f9badb0dc5d64f9614ad35686e1eaa1e6ccc2cccf9c9a9bf25cd629e5bb893d13942a5dfba67368cf3ccf59c82";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/rm/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/rm/firefox-69.0b14.tar.bz2";
locale = "rm";
arch = "linux-i686";
- sha512 = "863064f8b0b16c7efad8afd6f6aa76a88c62af68e0c55f0840836aba590cb4d90df96653d0171fa6466ce7f0fd1540d8967611739afb620b98c98ff82b8db30f";
+ sha512 = "370593dfc73e15ec56950c6fe788d579582451151e26896587258bbda65e623bcf28943413d80ba7bb629dc2230e4f42da0c26cd137f8fcbee79d85a8fb4c57a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ro/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ro/firefox-69.0b14.tar.bz2";
locale = "ro";
arch = "linux-i686";
- sha512 = "a362fc1c7766da3cddf2624fe2a04f89e62bb90f3ac8c5b87626919672e947085f47bf46e5511e6b35aaff1f7a42139a4b768ccbfaea6b873e897d5eb332358f";
+ sha512 = "6a415e17b0a3511da4bc97be2cbff5cb4307c4c63bdd2bf316b3469d6ea1abf365ac84608b169efe3e5ad8629a0430bac0898750b964672f83da0999c1c9b12e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ru/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ru/firefox-69.0b14.tar.bz2";
locale = "ru";
arch = "linux-i686";
- sha512 = "7b1a51923d647d6eeb4d4438053fde8a1978865f931d2cb200696445631669c046fd345d68f3127dd3c3088cf3583bd1c1a289651b2b69fbf68ccbadb774a00d";
+ sha512 = "b6a7c931874e0b41dbdfa7658b3ce1f7560d20acdc2ad1cb7fd3a51c05e6c7f392eb39c55faae6d723b23cf83ba5134bf9ae12463161fc9df0b04a311bb8f7cc";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/si/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/si/firefox-69.0b14.tar.bz2";
locale = "si";
arch = "linux-i686";
- sha512 = "f7369ff74cc099fcd0e4bd9fca724f61d07a4e32258a1ca4bca4e266b34a11a26c6b5b0dfc9eb71f65b45c8daa164443207bef80beb8772d5b404bb490173e7d";
+ sha512 = "c2ccb292b6652320593dfb05af30be4a5fca09318981e255f15003bfb8911a6fc3c8bff420bdc13bbd1aea69b44e5809370ec100c4b6eb6ff54c71c85b3f52c5";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/sk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/sk/firefox-69.0b14.tar.bz2";
locale = "sk";
arch = "linux-i686";
- sha512 = "422f410758fc24ae17cea4e303ac703d5f1915c1705ae50897835905ee3bf7ad24470d53adccf4a57650a5767a949e44bc702cc896885de2cf01c654080b2594";
+ sha512 = "8cecce76d5d8f6ed8d778fe2d2c733f1d81255696e78f7422c464df96275149246704175ae1c28566d223ca38da908d7974f0b055ab953cd3acc08c4e1c246a2";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/sl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/sl/firefox-69.0b14.tar.bz2";
locale = "sl";
arch = "linux-i686";
- sha512 = "dfcabc3ad3ebf2c163db32a49e53cf6f159d2cc5ff5e02d18f14c182158dce37df6e9a1ced11400814cfb245f092f94b20c76cace535e0925dc1cdcb43cd2660";
+ sha512 = "0cfc0a94d8273926407ebc8addb69b76fc734215e6f0199c8b7e9e932ff89315f49f2695826446591a7e223d07b61da8ac2146f5589d58093096f70425ae15c9";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/son/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/son/firefox-69.0b14.tar.bz2";
locale = "son";
arch = "linux-i686";
- sha512 = "2d838428b729714dbf4a4b669989daac6bebcaaaf176c41ccd570bc05cd9679fdb020d76976d1552a397e141e8df3083a3c695161d1b1038d77eb7143eaa54ab";
+ sha512 = "321034ab272f1bfd07bc4938912be05b0a14e81ba537cd232ce38e408d3c9dee6d93010c62c029be27d0322db7883cba6d418b35b0afba534eb32f4bf18e0273";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/sq/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/sq/firefox-69.0b14.tar.bz2";
locale = "sq";
arch = "linux-i686";
- sha512 = "4156382920042ced4c8092b98caae66ea49bdc5cc54be03b90731d30c477de1f2a54a9b0880c2ee8c124539aaed449946bc5a6ea474029ae6d6e8b5cdcf32877";
+ sha512 = "3eb99ec8007060e049b1be8a70360d8839b90a48599866687b7ccefb46f736ecbcfb166936946feb4e959a941fc0534b6f843d8c62ef4f77b2cead7df32b892d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/sr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/sr/firefox-69.0b14.tar.bz2";
locale = "sr";
arch = "linux-i686";
- sha512 = "e7baf8c455e35b169f24fbdd618b0aa10b670153297c6e936f30c370ceefd96eae6125ee18d5e83acf36bf36cf00406a4233b94225d0edaad0455e558779ffbd";
+ sha512 = "1645d31f9ae714a85bbc3433bfb97d910147d2b4c8e0b971a75d4bea5b8aeb2c500093e85beef9b28720a6c372db5edf68bd83be874cdf121add61fed3f098d1";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/sv-SE/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/sv-SE/firefox-69.0b14.tar.bz2";
locale = "sv-SE";
arch = "linux-i686";
- sha512 = "c93cbab8cdb6bdf563a39ea74c62e52bc9d80467f61dfd75af0c54814b93e60b4558b8ab6562fea48b9c2b79c4a01f69e4440057f2b29621e16dd00ae76fec50";
+ sha512 = "5a6c3329faf019a10d55a36cf893ce0d961c339c1a80ddec644266c164b774a6fb2bfdd371ceb50de758f12da5172c9bfc37aa6dda254c95b6fe01039c708191";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ta/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ta/firefox-69.0b14.tar.bz2";
locale = "ta";
arch = "linux-i686";
- sha512 = "e7165fc511dba6e2d9b1a8e7818902f96902c67493877afb6c10c71c84524258949452d1fbc59287c06ad68a3612de0bd8bf059ab29e7d6e18c2e18c45ee5131";
+ sha512 = "98810df80bd496c8fab57530c56c7aaba0425bcff3debe07dfa4a647f63d6b7cb652fea19c5ec00c61536ea0e94fed6ea583aa411cd72919852f832dd02d6b61";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/te/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/te/firefox-69.0b14.tar.bz2";
locale = "te";
arch = "linux-i686";
- sha512 = "650e7e4deb4e85d3e4f33b428df2d6c7f8e3977bcac38779160ed12847c9385456299167d8546fc2d7803eaf9c10f904b757cbd0fe0b47b3b8334d3fa850a732";
+ sha512 = "ad71ef457a0eb6324a23f7a2e4c6a0dfb6b07063e1ee5f2425a6dd6ab9feeac9f9240b9193d4bc8a70b715cb4f88322f39da577b645cc9359915ccaf91d1d19f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/th/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/th/firefox-69.0b14.tar.bz2";
locale = "th";
arch = "linux-i686";
- sha512 = "a4a5b5bade3781bb5c41f6d3c377103bd3b0968b1af6c240ea266fe57442e8fd55a2dfee99a690b765f3361938db6e1302daf993d0bea3e4f58cd2b8986b2456";
+ sha512 = "2e522f9c164049b6f8510065e2bd69394067b45f361ff127880dcaf1bb4bf893a8d4559222c39dae46b85e6b72abd0204e36296c119ac8c3442bebc8426a5276";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/tr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/tr/firefox-69.0b14.tar.bz2";
locale = "tr";
arch = "linux-i686";
- sha512 = "fe255f3412f31a021a123f3e912e13f5aecdee62c234247039437e6ca8da3e0dc9f98c1a345eb056d4e340932f691de530e126bd2372d7173efd6446a6b1352a";
+ sha512 = "b6f684716068ad18aa626c05fb2ea331f33e0648c1d710f1037e3c5ad79d9f95748314d1f205fd1c3f3bda57c8512adc0bad55b56f355d9ba5f20469b00e2fb8";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/uk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/uk/firefox-69.0b14.tar.bz2";
locale = "uk";
arch = "linux-i686";
- sha512 = "61ef3522bceb7217a300e4dbee82f93c0f97ee37d35ee895f6df598f6d121ca01d31239ee52e5e17995c21fa6143596d0f56cdc96e2f8391ee8cb3fbe9c8ff97";
+ sha512 = "edeeea9cddcbb5505bef77b91a7f85ee909aa1fa803fe0e5a142a2207a0e8717a983bbf5636c3adf0798fd77e509bb90c759615810f19a59a2839e5336264d1f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/ur/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/ur/firefox-69.0b14.tar.bz2";
locale = "ur";
arch = "linux-i686";
- sha512 = "0394f396dcea7d7f542c5dbbe82aec78fe24b3ee45826b3190f0add346b3a4459f9d05c2f1b045565a5697b127325c9f9d829a6f27afcd83521752fe38827764";
+ sha512 = "36193d23c39331bbdae452acd06fa9db963366cb302ecbfc19724ab41fbba4d1ff3daa0f58cfafda95146792dbc1988878080ed104b8f77f1f81a53157728a93";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/uz/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/uz/firefox-69.0b14.tar.bz2";
locale = "uz";
arch = "linux-i686";
- sha512 = "42795e3a3ff0cf593c930583b2134e835f6f35612e46862ad338eea843bb2a88919222658e7001e3731ef93cfb27919c83d518956e0e0197680a68bbabbebad1";
+ sha512 = "06ebb9c3c88d2332fcca2eb51f4a2995c9e181da9e84db1d8f57ce1c2ad4dd35a6b0ed3e7a61395bda7302bd6e7eacfb2114b51fb71e2e3dcefc9d3ef975036d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/vi/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/vi/firefox-69.0b14.tar.bz2";
locale = "vi";
arch = "linux-i686";
- sha512 = "2e9264548f9b28c54e66bc0b30d635815758b2600b06a4602b29f529b2de899b7670126171afcd811371e7e3abe240b594261fddaf6914eea63c62a5cd895b14";
+ sha512 = "944b716ccd4ba2ca23f1fe1ab8f5a6e16edee1d8f1ed3d2d785f061ec3317431f941b6aa811ed02f35d9862e44dd7b31a860e292509632258b45b6160a6bbd5e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/xh/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/xh/firefox-69.0b14.tar.bz2";
locale = "xh";
arch = "linux-i686";
- sha512 = "fd823ec610b4eca17dcf667319156cfa0bd2a3ba2db191511d90cd2104d0324a89158db20221dc17ce2c3a95587bcaf6d746411561512d564145440f334756eb";
+ sha512 = "f391a9ef0b66224e91bdc99a0a509211a56af3958f0b2d491d11ab024771bc91986b79b87733c86f8d045564d2546f68a8f2891bb13baacffa55d8f481a87421";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/zh-CN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/zh-CN/firefox-69.0b14.tar.bz2";
locale = "zh-CN";
arch = "linux-i686";
- sha512 = "6ffe27618c7cb4eb1a27cecc9e6639154c93860a43e5d5ae3a21bf5d10fb7a70c4b9c9fab9d24e76b0ed1571a8df7989f920bc22ed828212e8aef5a3e59698a2";
+ sha512 = "ec812067a347aa55d3555f156ce9dcce040ac7fa363dd3ff06dae9120e8186f521b08e4b02ce23e41adc5ee443dcf112264043efdadc328b43ba192d977f7d15";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/68.0b9/linux-i686/zh-TW/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/69.0b14/linux-i686/zh-TW/firefox-69.0b14.tar.bz2";
locale = "zh-TW";
arch = "linux-i686";
- sha512 = "baff90dcc58edd1c307686efa41f5f887d741baba18c33f403a7b50d3ca342e4fa796a55da760622d38386c2366f82af77aaecce075ab24caa4e58f24d3dfb3d";
+ sha512 = "a42ceb0523b083feda01262678344ae138bc5ff64c4713791a005191b5fe8378813501de11b25bf9c50019f0a07b9180fb34547ae4bebe98eb9964ab9312560b";
}
];
}
diff --git a/pkgs/applications/networking/browsers/firefox-bin/default.nix b/pkgs/applications/networking/browsers/firefox-bin/default.nix
index 4262609c66b..2f79f6900cd 100644
--- a/pkgs/applications/networking/browsers/firefox-bin/default.nix
+++ b/pkgs/applications/networking/browsers/firefox-bin/default.nix
@@ -9,7 +9,7 @@
, fontconfig
, freetype
, gconf
-, gdk_pixbuf
+, gdk-pixbuf
, glib
, glibc
, gtk2
@@ -104,7 +104,7 @@ stdenv.mkDerivation {
fontconfig
freetype
gconf
- gdk_pixbuf
+ gdk-pixbuf
glib
glibc
gtk2
@@ -191,7 +191,7 @@ stdenv.mkDerivation {
# update with:
# $ nix-shell maintainers/scripts/update.nix --argstr package firefox-bin-unwrapped
passthru.updateScript = import ./update.nix {
- inherit stdenv name channel writeScript xidel coreutils gnused gnugrep gnupg curl runtimeShell;
+ inherit name channel writeScript xidel coreutils gnused gnugrep gnupg curl runtimeShell;
baseUrl =
if channel == "devedition"
then "http://archive.mozilla.org/pub/devedition/releases/"
@@ -205,6 +205,6 @@ stdenv.mkDerivation {
url = http://www.mozilla.org/en-US/foundation/trademarks/policy/;
};
platforms = builtins.attrNames mozillaPlatforms;
- maintainers = with maintainers; [ garbas ];
+ maintainers = with maintainers; [ ];
};
}
diff --git a/pkgs/applications/networking/browsers/firefox-bin/devedition_sources.nix b/pkgs/applications/networking/browsers/firefox-bin/devedition_sources.nix
index 2a730d15f7e..5d4ee39a4b2 100644
--- a/pkgs/applications/networking/browsers/firefox-bin/devedition_sources.nix
+++ b/pkgs/applications/networking/browsers/firefox-bin/devedition_sources.nix
@@ -1,935 +1,935 @@
{
- version = "68.0b9";
+ version = "69.0b10";
sources = [
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ach/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ach/firefox-69.0b10.tar.bz2";
locale = "ach";
arch = "linux-x86_64";
- sha512 = "db5f238d7d5a1ac4bfba0617ff884cf3fa26a51dc10af6919e83da642c43a140a586ed17f5f2eedcd3fc01130615589d692a1f977d0833fb37a640588a755d38";
+ sha512 = "9d036f8217a95ea3d601e10050ee15f75f6d3eea5f38f5a1ce0a773d92cca7418a863385555ec9112751016e4008672f8de79c17b7156775d7ba3eee2a4c19d9";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/af/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/af/firefox-69.0b10.tar.bz2";
locale = "af";
arch = "linux-x86_64";
- sha512 = "ee733785747c1b1b9057904311a135d40ed27407d5cd5975a3d77aac22f7d2be1fbf98eed60f4ba620ec137c49ba09525cadf7cef75f3445128747250d947b4e";
+ sha512 = "def33babd8a97fb1b9f9059a019d5c823e965f404baadc1daf3325a3f7437f0152585dd6ba13f67542eb7b1e7cb2f265986c7813c35e65cb79febba5636a6c5d";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/an/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/an/firefox-69.0b10.tar.bz2";
locale = "an";
arch = "linux-x86_64";
- sha512 = "2c0a3a87f6152bec86a1ec30af6f5eec66f1b52efbe4061af0540dd91aa870d90ae2a9551df538dadafa9c8f9b052b86cc65951c78ae8c20a4481bdd3e861c44";
+ sha512 = "b51086111c0a2a989c6123729028b41a834f25bff19836b486bfd935d52055a8c23bdb0e79eb8718d86a4b4781ed6fdd02b946d2dc5e0b86de9fc2166393f1e4";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ar/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ar/firefox-69.0b10.tar.bz2";
locale = "ar";
arch = "linux-x86_64";
- sha512 = "16c3992f184a48b9acce28c4e35ec909591893c51b537ac813a971fc6d3b6989789badbe5071556ed53853235f172b1d9169b12f6eb9441a31c1b5fca3eef4ef";
+ sha512 = "d3cc62cfa029a7112aa8b27257e2b1b7c3adb99d56d3d749b19009be92ada130353f6d5bd8383b78ddd179417779d2425ecfa2d778a4752f7a876f3fbef84c34";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ast/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ast/firefox-69.0b10.tar.bz2";
locale = "ast";
arch = "linux-x86_64";
- sha512 = "02e96d16ec1c1d4a11e032564c325c6e659b4f13be9aa17f66fd360a7fc426b3be68b9edfb65677cf43f1564121148e3546dfe8399e1d73988519034df28c3a2";
+ sha512 = "75ec692ad8b8d56e13b6b34a980c9f37034b188a675dd0c975e598277fa919587a90a3be11867bd63db1c83a12876d10e2eeb83e5666f10c256adad5b9f369f7";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/az/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/az/firefox-69.0b10.tar.bz2";
locale = "az";
arch = "linux-x86_64";
- sha512 = "35a7fab791fe53f9cae290ee0ffaa16ca2ba9da813e72913eb53bb5dd062e346bdc774f48060d2d14993054244b04aa84734692c233788828681b231bc928eac";
+ sha512 = "9f44dd00187942430c69898298e677dbfe8385a9e43d312681c7d487ae3353b0dd668a87945d41183bbdffd8bfe7331d1d752a594fa515372139385935134417";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/be/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/be/firefox-69.0b10.tar.bz2";
locale = "be";
arch = "linux-x86_64";
- sha512 = "21b2d711201ef1a010abd1aca2809bd7c60c791613cccf926fd9a05b2f0157f10d9a473cdc9cb194570ba7341070e8815120cea70bd32f19837312dd43e23545";
+ sha512 = "faf91758f3cf17f8dbc570195adacbd93a57f46f0750eabceb6e66df16dbf459670254712b63146b89be67442ba828d5506a703cd51bf3d7c42708ba30bba3e4";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/bg/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/bg/firefox-69.0b10.tar.bz2";
locale = "bg";
arch = "linux-x86_64";
- sha512 = "01c2213346568687dba1186f6708935e5ef7e2e8cb29691fcff03ffb6320f8f3b32eaeb71062c8647d23c7ab16fcfdfae0713886cdc4fc5990d0ff07c3572aed";
+ sha512 = "b712fdfa9643d00cf44129ec7d0f718ebb46e48fb568d70989b5c094f1a7c231247672620955f397b94e7de0aaa74893780155901cc1c4e26ba4ab9646b566e7";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/bn/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/bn/firefox-69.0b10.tar.bz2";
locale = "bn";
arch = "linux-x86_64";
- sha512 = "2904a0dfa385b00f21673675c5f7f4b6aaeeca235131c140e76b6a00aa4184b7e1dd23fe8f02d10fcc84f0427c3e431eb0fd7e3e46f11b80a4d91c19485b6202";
+ sha512 = "9a41d3c3647f3c7c0f5d329edf70693f63835a5dfaf67df08d7937a2efdc89b4cae263e4447ea09e05453be4a3ca658a965f3aafe432cad86ce9ce754c4e5813";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/br/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/br/firefox-69.0b10.tar.bz2";
locale = "br";
arch = "linux-x86_64";
- sha512 = "e39a53d3fd5f99e56388e0181a64b6a51a48c40198a251e87a453dc1a217fdcc526612b854b90d7a7dc64f170873001ded95cad51eaaee24a1ef1641799548a2";
+ sha512 = "8c3ee20552f7c85723cb8489cea7f64821619a09deaffba94f42c1b29c55894e40720cb3997791c10baf27c99ea11976741c30286e417b207ec620a3dee4c771";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/bs/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/bs/firefox-69.0b10.tar.bz2";
locale = "bs";
arch = "linux-x86_64";
- sha512 = "59f1529494edc2024fa8cd048296524172766a16030a8412b7b916234e2aa6f7a20ebcbeaf05159d1ed4a1c80b4a4db21483d56a027dc0551a3f2ba5d0e82765";
+ sha512 = "348c1e68f57f2a09c134452aa110b39cd638d97bb0b8adaef7f57210c9d95e3a8a6732e72a437219e517799835c4d1d6332af54706239bc604f57e166d859898";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ca/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ca/firefox-69.0b10.tar.bz2";
locale = "ca";
arch = "linux-x86_64";
- sha512 = "7d6610f2b8df17d5e44a4c0225b2f81c1e3802f8f89a7809dfa74d81b11f26d1eccd4c0be666f927cbb53bb50f33b402d752a3da1747c1ca8329eac6fdb9219e";
+ sha512 = "4630f3edb4f435dd169335c67477ceb6e42f2d8161dd9559ff58525fc117f7cbf45da534de6e160bf824b3b4b41ded3d3dcac2782f2a208ab7d0e014b4ba40ed";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/cak/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/cak/firefox-69.0b10.tar.bz2";
locale = "cak";
arch = "linux-x86_64";
- sha512 = "bff4f337cd2d86f9b6b036898987fe117665ff978a56bc542da489a9caa5898838bed1f81c8e4b6a13759fc296f7cf2adf7732e50a83ccd1c0c5ac8befbcbab3";
+ sha512 = "2cae224ee70259a60c0868b83ba933eb43867ca0345bc0fea9693dc3ddcd9130d7325ba953d729778e7ed0eae334b200abd11dc1e903183514c11475e0a61269";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/cs/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/cs/firefox-69.0b10.tar.bz2";
locale = "cs";
arch = "linux-x86_64";
- sha512 = "fd03dcd4405d3e4e3fbca79632e190e3436a569960c5a18f3996a2c42b0a401f62a345921eefa18bc129d20bd0ce57c14b50476cccf659400084e57afacb1415";
+ sha512 = "434ef8593e4771c00b772ef3be672fa82d1084431882a6b95011cdaaa04035d08bb1927ec0eafe51d44e7028e2038f798073c5287335300989866ee7f7347ed6";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/cy/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/cy/firefox-69.0b10.tar.bz2";
locale = "cy";
arch = "linux-x86_64";
- sha512 = "939b24e3f6ddec96327dac1da8142b5150ac9fc9e903e702fddc9551fc091abd6efdbc771d7c14038b1506c265592200d8273cf168be17c328058f8f7c3edec0";
+ sha512 = "e26e3a3e571efa96d03169f17bb7e0920b2ba160830440ed924b6b60c244d31297bfc72d810292e07b9abeee9cb4843f0c2369192b827362fd65bb3f9da4c577";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/da/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/da/firefox-69.0b10.tar.bz2";
locale = "da";
arch = "linux-x86_64";
- sha512 = "6f823e4874ca55759d693e0cc180f24362b6192ac887d2424743130dbcb824a470594005ab7396386825d290919994aa2e994918da0bd591c26eea8646070883";
+ sha512 = "4cac02fcb2efbe5736e52232b2cc6225572f9fa2518129d501b7d86d782177b4581d9d0ccd5d90131a1e2d676dc43ce9d0841f036701cbc543d379a24ac11fbd";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/de/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/de/firefox-69.0b10.tar.bz2";
locale = "de";
arch = "linux-x86_64";
- sha512 = "bc24a3a7d244621d3765131babf0b9d6167885753f83cba10ae76f282900d43c9cf803aecd6df47f5bb55cb33046613210d85a93863e1d40af58db79637276b2";
+ sha512 = "b8279a32bd29f70e9470707c9d8843a39c9c7e95c1b732944bdcdcb1fc383d33881ab40f2d00ea36bf01ab7501a77e754dbd2230187fbb2eb0b324cc155a4412";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/dsb/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/dsb/firefox-69.0b10.tar.bz2";
locale = "dsb";
arch = "linux-x86_64";
- sha512 = "eaafdf03c5f5b7d2ee59d0d7bcc859fa1824b44f71251f77cd5b97f3d2e615d4ba113cf7c60cc683df22eed2415b3deda26ebbc04dbbcc52465b732833d75639";
+ sha512 = "761e8e0c9414a8a72fac258d52729ad4dab8376e249218ec49ceb47311bd798346b57902671ec394f1ef2c15b641c47f9741e67c76f54684fe4639b609e1700f";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/el/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/el/firefox-69.0b10.tar.bz2";
locale = "el";
arch = "linux-x86_64";
- sha512 = "0e54b452f7f1cab2b7090decaea668c538e77f2cc501e303ac3df7a26ec28a5136cf449f97666080b2f16a4bd743c59d0cd6e5a74574378d29a78b5460664a0d";
+ sha512 = "ed8d934d5c7c3bbc1126f04de045cd5f0ed9a529a8d4f207ff115c2e8dd4e152c801e5a4aa0b37fc10dd8fd1f1e363b78f21b4930d49e25649264b751c1260ea";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/en-CA/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/en-CA/firefox-69.0b10.tar.bz2";
locale = "en-CA";
arch = "linux-x86_64";
- sha512 = "484efc6bb1bae9a4f20d0e249e17a5e08cc199410132ab00b0641bc44d92e9ce0dc6438e8f56a6c47d56a828e0721cd54caccec56b5015174902553bb13f1056";
+ sha512 = "60689489f53a863d55cfbef67499220efb00aee32ee6ea7054f41f14df43c1b787a04ea374e0ab950dba2110b2728b980fdc46f97136614ef8b97eee210eb58c";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/en-GB/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/en-GB/firefox-69.0b10.tar.bz2";
locale = "en-GB";
arch = "linux-x86_64";
- sha512 = "1d59ffc544383eb7a8b79909e91abaedd50d141625e51c099eae733ca9281b939f829ddfbb17997342de2dc45bbb3437ae36a30cacda17a7e50b436f87b13997";
+ sha512 = "c3e10c0f0922e4bab3558cbb6be106278fa782b50a0fa5e38db6adf7ff60e88717af15437e48ea23b15762424d89a94361663dda8e02d6fdf9d6c19a5afc90a9";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/en-US/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/en-US/firefox-69.0b10.tar.bz2";
locale = "en-US";
arch = "linux-x86_64";
- sha512 = "f8bcb49e93203ab941e482bcb0bd8fce17dcba4cdf1774d533b73e1ba9fbde67d3c66a7d5b15c6b5542883ff623d87534200c81f2323f856f4204c8e1358c4d3";
+ sha512 = "135e4b561e311d6132164808272bd689b486b840d652ae0ea4ce9a7096472836fe798309d0feafc1ab8cfb32b2c72b396a63734b4795e591863a5c89bd49802c";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/eo/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/eo/firefox-69.0b10.tar.bz2";
locale = "eo";
arch = "linux-x86_64";
- sha512 = "b16062dc5956e63c27148145d4467df17d7c112e503d0ce9612ab55bf7388df0865153dc7a1b21c42bd6a55927a5664fb59f0da1ed1c03593853383e81b4d720";
+ sha512 = "8991bccfb8cf10e0df6a2288968b334edd0b71a4030c0e008daf124b6e5256d73dbf5b5b376570852a0fa338570a9d286f24ef63dcf039842cd0fb1eb5901695";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/es-AR/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/es-AR/firefox-69.0b10.tar.bz2";
locale = "es-AR";
arch = "linux-x86_64";
- sha512 = "46ff34edcc6e1fabd2cb64bdfa45ca5c4c9bfb090de7cfa214d221e6f5ec856b597b9378ba97e8bb5bda47e0ef922cd9588e3d2d5825164f03973f05ab56552b";
+ sha512 = "57a8275cf23e29a9a425ce23ef3bc787596df0dda95d5dbb2673bd658ad0bdcae3fa554cf51899d5a2719ebc218b70bda176c3467a01a7a4da7a60678f668101";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/es-CL/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/es-CL/firefox-69.0b10.tar.bz2";
locale = "es-CL";
arch = "linux-x86_64";
- sha512 = "46cc9ed05d3b060480cd6e0fca646bb68e6e89686b2e78af5f90b29eb6da06461c22cfb1cb0f778e4ff5cac08a0518ebade3ac54ffd1aaa47c020126ad6f75f0";
+ sha512 = "2528855037d5a843895c639cb0d2b353784e59dc2103c4175e085f216d490ea037bf440bf4bbf926301143079a2885040c294c77b10f032135fe070b20e99371";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/es-ES/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/es-ES/firefox-69.0b10.tar.bz2";
locale = "es-ES";
arch = "linux-x86_64";
- sha512 = "edfc318aa25d2b9a087276f011e357f71346ca68b80f14d9c98e4b4568f7ef5b78f805f238bef4459100fe57795e0a720b0fb998cd3407626c6404afefa60f60";
+ sha512 = "4c5c6cbd1fa3680489bf6324e975bcea43429f7b55be853d2523daa45adf1f22772d0427f9df005c7e3c22543830473df82d4da818aff2ff72c96902d0b72e5d";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/es-MX/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/es-MX/firefox-69.0b10.tar.bz2";
locale = "es-MX";
arch = "linux-x86_64";
- sha512 = "22072bc9af1e603a236be1c71c0dcaa5a00de48d8c176783c01bea8272caabbd8582e3fa7d800626cadf289db1c5bb236faa7e30a1d80d99a23e71e6c11404b9";
+ sha512 = "e2400bb17d7df8b0541de8c391b28d2b5e7ee9523dc73d90e9d10ec578b3acb58051c6bb510b18c076b7dad8a4b4a7ddb605db3af318022c369ea78cccf3c441";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/et/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/et/firefox-69.0b10.tar.bz2";
locale = "et";
arch = "linux-x86_64";
- sha512 = "cc93b53b022aab5cedb2013d9cb6d7f00af680f031ef3fc8d812a44788c259ebd3d985eb56605e7f22d5d08106189071cb3a05339b58dbd671cc5ddd396dc34f";
+ sha512 = "ebb2bcc463312c187d2c5119c4e0e5580a78477be61b76a028a28791398311e0fde3ddcda039397c9d63f8658ceb7490b62fb6e69eeed34c204e60b6867b216d";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/eu/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/eu/firefox-69.0b10.tar.bz2";
locale = "eu";
arch = "linux-x86_64";
- sha512 = "44472ae9b7020bb17427795dfda7b2dbc0bcb941eddacc3f2bafb310629d605e2e8bd531318001b479c3b65b2cf93820185fdd8a3db37533b6150c7c09826054";
+ sha512 = "8c3796a5189f40324b2227750ea72b09397df750a154e1056a8bf9b7933a8ad6935a64be569641bd391fdaeb9d10cdd330c0ad031ea012e9a64848d8a034c650";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/fa/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/fa/firefox-69.0b10.tar.bz2";
locale = "fa";
arch = "linux-x86_64";
- sha512 = "e86b86c6354774bd6adfd17e4924b4899f0162fa1b342ad03cd2c62c10690bd997862bcee9ec36dd92fbb5899b90061d3d1f835b0ece5b41440c63023b8ab5b3";
+ sha512 = "239371297c2524142842dd18b9de92c8b93b7fff82c045599d19effad81344703c65cf77e1db4c665de2b565cfe5ae7ec8a7589b68ab25b5ff0e6ea90b7c4cad";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ff/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ff/firefox-69.0b10.tar.bz2";
locale = "ff";
arch = "linux-x86_64";
- sha512 = "a0b42fc8ce253b75e8c899b924464be8297aa62d19a2b1dbc3f4df434065338477a4dd4bdab9f28e4971580c1aa532df73bdb3ef174e8ed9b0a10dbca9cdf10d";
+ sha512 = "064babe379e9753394acfda8e1a9ccebbf1b980ceca6d0898e897b5ce91d06c74fe525c5c2ac34d9527c55acffac5f70a88ee5742ab363e3f0855d5d851bf56e";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/fi/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/fi/firefox-69.0b10.tar.bz2";
locale = "fi";
arch = "linux-x86_64";
- sha512 = "c1e91c73269716cd3f6959006ac0f33f06299a52fac81ce368b28aca26d5d778bb5e3230d4efc00302c3c284d75cfb6b55e4286b14549cb28f19040d04826570";
+ sha512 = "411501345e1f1f9bff9d03f2e97e756d750cce3fc753be5572016de12bf18c1b6be716f39b0db87ebaeed6bc300264eef9d1624d82fd289767ac32c2765cc44c";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/fr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/fr/firefox-69.0b10.tar.bz2";
locale = "fr";
arch = "linux-x86_64";
- sha512 = "025b33398740b911809109fd6729e8dd3642d089d1cc61407d05cd226f3189454488b0e42ee1b31502b9744a7571ff837c4670c27d9fb1ec34bb7aa0ee75b416";
+ sha512 = "9bd4161f31256e12ece7d5cc28eb78dc0bf2249a6643d6d962524582b10a520ce3dbb578fbee803f9f2fc301bd57adebb7fd6f9d3f83fa7c7fbb30b7e16960f5";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/fy-NL/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/fy-NL/firefox-69.0b10.tar.bz2";
locale = "fy-NL";
arch = "linux-x86_64";
- sha512 = "bc0160b9e09e55ccd5edfb60cafd581292b1612ada9d89490cb8846e31689d6a51b1e086c57c58f322dde2f141a43b52fca7803a146ce48c0f62b6ea81c52b93";
+ sha512 = "d14d82ba14694de463c45aa32ab5782643233c12591a1c48732067a4366f22467e4c31d231164750722f2b6f6b61b2a8a2378e866b55de706ba83052cefeb24d";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ga-IE/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ga-IE/firefox-69.0b10.tar.bz2";
locale = "ga-IE";
arch = "linux-x86_64";
- sha512 = "3adff1e2e7f9e101e8fd87940f4d9d70084909e9a14331dc1c164c043c446611178024c55e9badcd46a79606bafa6c32889c8897788b63a38c043237011b5cad";
+ sha512 = "1fc14f670747b47d6b784e7a4f1875c90cf566009f084e5923af853f4c46686cdd0d66eebf410a4d9f024b260af57151d281014303ce93226b95c20bf41d1944";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/gd/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/gd/firefox-69.0b10.tar.bz2";
locale = "gd";
arch = "linux-x86_64";
- sha512 = "f9796ac4fe96d972e7291c8f38ad2bb1c6c2d5fc5487ce1a0bab8ae20c1b8cc20dbcc2fefe385d0fac6cd4221e5c45e99f665c139e7aa467749db9dcacda57c0";
+ sha512 = "60bbe1d315958353d50dac327a358a3c1b52f5f93ea93262d640d91cf85207f47fc34fbf689c9efb60ff63b8cb8d7e991cd7edc8effe2277c8b70bf026d36608";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/gl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/gl/firefox-69.0b10.tar.bz2";
locale = "gl";
arch = "linux-x86_64";
- sha512 = "20558c4f00b37615fe8c7173a6f2a92c83274392be00b752103e428dae0308a4a4186787758ba4d8cd1d478ec7004013bc3fdc9a2bc3a5a93f099bf93c2332f7";
+ sha512 = "dc13fa5d442188edc445c0a32e0dfe96d6320cddf6369c6a70af52f77ea375d98b596655cea8df02c81c7db4a8fec9ea9e48cef7579665e7c4ef89eef9022dd5";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/gn/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/gn/firefox-69.0b10.tar.bz2";
locale = "gn";
arch = "linux-x86_64";
- sha512 = "773a52d07852467c602e17445ea829fca38d63f63aacc44e3dc2e01ca9d9c2f848ce03091479ccbb2ebea26ebd73e0c5ed73dc4a891ac48a607e0f47ac627e70";
+ sha512 = "23c145e14f86300430479ab5253c854921672341b3ab0c5748bbfb1d7f4553a22f7e7c76ab3d48eb8110c9a69caa337cfb0c4cb66b53b3a267cb077375449897";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/gu-IN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/gu-IN/firefox-69.0b10.tar.bz2";
locale = "gu-IN";
arch = "linux-x86_64";
- sha512 = "eb2d4ae2461dbb60215b3ffd844b3cd1273047804adaa7d4d3da300dea85ebc53bb167262a63de52ea3078652bbaef24377bfcb40c518002818bb8c7e4f75f5f";
+ sha512 = "8738fe7c58893724e6a2a5b46dd888823fa0e1621639341b36b120913f28626f9ecc71e7ae54d16704a411f9c58908ff4ac7f77c8c4622f4278969ac7fe665af";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/he/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/he/firefox-69.0b10.tar.bz2";
locale = "he";
arch = "linux-x86_64";
- sha512 = "74bd92c476d079c5376e632e95d8a0f53d54f55943c4284a50aeac07e80c1686ea93ac92abd2d8a65b1f67c79f2ff1b36b20f5ae75f3a4807f5654266ad756d8";
+ sha512 = "09fc26d62b294e76662e005980cf54bdef3f5d0b38ac83da3fad4b85bcc0bd614651249caa4a37bf681a7f1ff03470e79980216f24d396833fcefc808ceac4bc";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/hi-IN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/hi-IN/firefox-69.0b10.tar.bz2";
locale = "hi-IN";
arch = "linux-x86_64";
- sha512 = "220e0c17a67db40dbb7c19a6afca0b32eebd09b6f9f5d7fd4369b553ef529e44edb4f9022a1369d633455dc7aa055a35a3b1bd82626bdc0f83c0ef37100599be";
+ sha512 = "a51273d8cd8f4ecc4d7e5140daec8d834dbfc76567a62d92ac5a469da733a6231fc6c91e5182bafade141366936080499c51f6fdf6d61f023292c0fdda186507";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/hr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/hr/firefox-69.0b10.tar.bz2";
locale = "hr";
arch = "linux-x86_64";
- sha512 = "f8a08779ee3f4c50e3b5df11298f36bd154188bbe4252795d9937e941e87237953ec5de5e2439b6db422dc53099615763c541acbb1184d50548ee7be52a7466e";
+ sha512 = "19947b47816f7172ce94fc1a91516520fad41fc09fb8d5c25828ceabadd8506a2d5dcc6f1e1f32c43c7afff48066bf5729ff9c831dd5f3dfe1e509a3874c4965";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/hsb/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/hsb/firefox-69.0b10.tar.bz2";
locale = "hsb";
arch = "linux-x86_64";
- sha512 = "46a48d530accf8b6bbcc093cf753fcc6ce791927fb907418b98401628300b50d27c3abd249afafbda532b51f2b10089b3cde5bd685953e00a0d8a52611e661fa";
+ sha512 = "1eea8f2b9904f4dfebb08c718df271adf3bbc9b7eda5d0109e3cc5e34aae7688e1e81769b9bae51c8252b3d69aa52a9b740e242137675015973fe2310dd4b92a";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/hu/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/hu/firefox-69.0b10.tar.bz2";
locale = "hu";
arch = "linux-x86_64";
- sha512 = "2a4ddb106bf909e5369682e8e17f4572db33c6122c47dccf6317d1ae3fadb5eea2305957e67fdf1e21f28bf7b3b5d095ac72aa21922582035bdfe0ac6c2acb19";
+ sha512 = "098bdd04332e0cf675e3cfacaace38a40920fa58660098e27483555ed5f55b06f9dc8e64b38a6bc6729d7e2ba39faff02a7f90cb0286470bbae26ea523ec5fe9";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/hy-AM/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/hy-AM/firefox-69.0b10.tar.bz2";
locale = "hy-AM";
arch = "linux-x86_64";
- sha512 = "086221f44902ce919a2fcf60f3bd2431cb3d8e1946fe1468d40ff8ebe79aa8b25d5beb3498e5908ca6b1324e4ee7ebdfbd9a2cf6729c79249e668904f56cd12f";
+ sha512 = "3228e47d2e168b9b93bb96631345a41a0130eba87ff03f8b57c0a71377f011b208037df5f03936e9d8543d994872bca26a78ed19f12a52c723063775f76d306b";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ia/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ia/firefox-69.0b10.tar.bz2";
locale = "ia";
arch = "linux-x86_64";
- sha512 = "c7424bb90f2705bb5a68930ab9bfd351bba45563231a8ebc1e1bb675dc69afce367f37b83450663c92035c3d1ae92c926f688f49ef84c435a6cfcb65346bc9e2";
+ sha512 = "7fc1f0b3d8a4957d04080de201430af03db69a56082b8dfc07ff6992b10e0c357693aef3e6f1231eb3d3bf135218f6e77e79e000f329da7c8cf9b144108c1248";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/id/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/id/firefox-69.0b10.tar.bz2";
locale = "id";
arch = "linux-x86_64";
- sha512 = "3211b8e995cd8dc42888ee3c59aee27a338cf5082646dbecdfcdeb210c8faab61660173c03179cba8c790ec9052bcd31dfd0a24028766fca7f687c39355c67a8";
+ sha512 = "740baef5685aec6ce47740e925f0f764dfaac1a736a634c119bf012bec24e7872238cd128d19f2f1d59e8452f54e95a9c10816748b4ddd8b7e469f8bf1568082";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/is/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/is/firefox-69.0b10.tar.bz2";
locale = "is";
arch = "linux-x86_64";
- sha512 = "2846bb599fa5b8f4b76a46a1fe8377591e3f68797fff1f3047cd7094797e20f6d9e1783da1f643c360a5998f1b6a89587ebf032136c76329f0924e09ae61f144";
+ sha512 = "10566dd3e42d4499dd82900e160933f0d66773576341ff7d39ab6d1bcef2188a291856d9f3854f87f2086df77b914f9c30893446f4ae0f580d07613ce6ec31cb";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/it/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/it/firefox-69.0b10.tar.bz2";
locale = "it";
arch = "linux-x86_64";
- sha512 = "ddf9e99aaff277bc6edcbf09b0eaaf1b3405ca4fbafa063407f9b8ea3bcd9eabb2421a389efa522ccb21589d4c32019cbb78582f9950cb97e742e5bb1a018022";
+ sha512 = "67e67041f213108d6fc2fa6fc5144fa20c8de19237669949a0be8786885c054710a5971bb826127c75facf65fb5a5175a349d60e4fa7d0f3e016eb48f434068f";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ja/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ja/firefox-69.0b10.tar.bz2";
locale = "ja";
arch = "linux-x86_64";
- sha512 = "d6268a582a72f68b42bf91c0ef3066d04bc2963ea60a224ab8f181c790e5f4c16cb5fca68abe6845258b0d2d70a4a4d02279c49240cd394cb41f1daf3627f2d2";
+ sha512 = "24da0b3cb0f81b593563dc3eda3bf3559357d2f3f1b9019772850bc49f410ef4a12800e0a54edfc888c810083f43d74757359c82438498fe20853435bb7cc066";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ka/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ka/firefox-69.0b10.tar.bz2";
locale = "ka";
arch = "linux-x86_64";
- sha512 = "f4012c79f6854c34ee94efe6fe85558c1970c8e014e0e04e0c6daa02f2a78b518e9d99c81be9740e8189a5459afe8c7e79fdda9459c1d5e1caf2d31dd2f5bc67";
+ sha512 = "9212744cec092fcf7440258f2d6c07f680b6b89bb73e804cca0323d4d86b4d1c7ad6bf2c24ae6cade056d9fd742fea5220847bd17203d319ef87d1d015af9179";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/kab/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/kab/firefox-69.0b10.tar.bz2";
locale = "kab";
arch = "linux-x86_64";
- sha512 = "554d03a80d75f9233fd52bf88e93d72af067183fdf143acebfe3b314b67e21f651080e49f9cf9b2a14f5be67d4beaba42499868756170596bfec578e2fdf9a60";
+ sha512 = "dc48121c91f66d5c33c7afeec4218861cd8dc0aef232a4940048724541269a22ecf21645f032a51289cb5f362dda8b8073084de152337cefe21c3e4c97d0744f";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/kk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/kk/firefox-69.0b10.tar.bz2";
locale = "kk";
arch = "linux-x86_64";
- sha512 = "63561ef457f60000208c03d3c6f154edb02ef698e7857df79585e9fe7542d5ee58ca7199ae1371937b9a8650553cbf5fce34376c6d0032af10f605a998909357";
+ sha512 = "c64ae21572eddf9b97b0fd3c97d0927229c54f42af3fb65bb3a8e579064937b76f4e3ac32ce3debe24537dfc5d6aaf3615f1aec7289e62a043b1aac7b2df653b";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/km/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/km/firefox-69.0b10.tar.bz2";
locale = "km";
arch = "linux-x86_64";
- sha512 = "90e1c270a1b92f01dc1109650c170d1d83b3fbef725e1746711d0e7a1679b1c1d6a3aa1d33094c9f5d4627d52db46007c58a8b869bd84eeafafc6f08d568a128";
+ sha512 = "8348b595287e8b22ffaa78d50bda5550ae027659f91c83317f2307e180d8aca29b8e58ac0b39787e7abdbd66ca88cf44fd937a6eea2064fa8df9173ac9978898";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/kn/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/kn/firefox-69.0b10.tar.bz2";
locale = "kn";
arch = "linux-x86_64";
- sha512 = "a7d6cbab93f6a6ef7294417109af5504ea3581729f0895736204e04c6ca93f7909a20408e5cd263cb2646ec7f977b280ce478dcab58238d11dda91d6008142ef";
+ sha512 = "f7a2d48278c9c2da883f889c89ab83778b2d9a43a32ce6186d7b7c5428a62138689cdc3182fd851da4b992b51902352f0e28c3cf7c9bd9c014712206f4c21c11";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ko/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ko/firefox-69.0b10.tar.bz2";
locale = "ko";
arch = "linux-x86_64";
- sha512 = "6fabf3aec60b6fafd5295d8374619fe46a4cf36005aba61d3c3b5d3623787aef69b24c825224f6faeb08c813ac5295195677d9aaaae3e2196586672766411e9c";
+ sha512 = "ef00c8295bb7598e0fd9a9023c4c404759e41436685c23ef0ae9c756bdd12e1cf34ae6cec4d5327807797128a3f54f105804445b11b03317ffa0e2495e262442";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/lij/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/lij/firefox-69.0b10.tar.bz2";
locale = "lij";
arch = "linux-x86_64";
- sha512 = "965695e7240e65e3261f3aa046234035adedc2d97cd55abc3c919cdb49ae676f76b9c40b4e3671a479b17d9f845b1a116cc6c9b56c29dc21446e5bc6b2ea0f89";
+ sha512 = "a7927a14c82f8f095e36e5c1440e8e95bbd8906bb2945c0f8b6363b93290d9e3195c15a48d0a3e6ee9da44ff050c016e2ee7118f1e1f2c14bc234efa450fba4b";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/lt/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/lt/firefox-69.0b10.tar.bz2";
locale = "lt";
arch = "linux-x86_64";
- sha512 = "44d0521e0cb1e4edbcc0385a9d6c26c7593457d42f06c4d8fe7ded8a091ca3dc1d53e0567393d593ed11c2e8e1eb6f399e4c2058e60443a1d69c3e9111afd21e";
+ sha512 = "0b382fe2188a0251cd0f45a4ca6b9e1e057249e01fbb2fbe76a34035fae4fd704f1eaeb75319acc75df1a94ece00d956b5886f07a0f5a21a5e00a6acdbd8f830";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/lv/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/lv/firefox-69.0b10.tar.bz2";
locale = "lv";
arch = "linux-x86_64";
- sha512 = "598e803d32acdf34d801ae915af2798e4b8be03a25a61f082a9107e0bfa75ffbf5e3ca2e54906a54f63982ef2faea2297cbb6646a34276424ef5fbe58bca12f3";
+ sha512 = "68cc69b2e070219bbd23322480cf232bce9daac37afa9b7a8cd4d8f512d82ac170cc3926a0245218b6bce0994aacc54d8f3dcb9ea0a7941e9bc3b707787ad04b";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/mk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/mk/firefox-69.0b10.tar.bz2";
locale = "mk";
arch = "linux-x86_64";
- sha512 = "25822eefa7562165f58602a2874b3e6f363bdbe4c820b7650cc9e5dd34fa71a6dbda3475d715d2de023d041ecbb856632b4329bcf319d2f2651af32439440c52";
+ sha512 = "91fe3a635b0cbc401d5293c04da69dc3a59aafa062be8376e559858dbe9aaca49ba3826fb7486e8f12ebc582bc96a83268ed480b95324e008c77270dcf813f18";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/mr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/mr/firefox-69.0b10.tar.bz2";
locale = "mr";
arch = "linux-x86_64";
- sha512 = "ab4cb396d5a51ac175c97f1a6b436d2c44cc5bf89b622c8aadebaf3d4a4b9b7f9f21e95b8fedf2b8fdde40713de98d4dbb47d083a823e12f10760ca3949d7ced";
+ sha512 = "8315f540933ef132f30ef28c744fba49b30fc4152d2929a7ed673939da5dc1c4de490bccca83a33dda2ebcf27624ad1892e93756555ee2da8395039ce76a5d38";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ms/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ms/firefox-69.0b10.tar.bz2";
locale = "ms";
arch = "linux-x86_64";
- sha512 = "7ae3fd6ec819e551975455a29cc6e7df94f55096b2a66b63c7a4ff8877af91095c722028afb343c941df5f9d604ee998fca40f00d7cab14a4ceffa408bf69bef";
+ sha512 = "fa8272b4bc3d1a6a032c987331bafeee26b7f0881a75ba1b788171441a35e1ca95bf9dff46c529eb926dc867b524590ecb3262f2de04c0fcd8ecfad806955a6f";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/my/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/my/firefox-69.0b10.tar.bz2";
locale = "my";
arch = "linux-x86_64";
- sha512 = "55b0f48e93175e12f62769faf44db30a3aabfeac3e8ea2ff6e8b00f83e69cc06e33ebfddbd1da49f1e66a5d044ec7b35f4ea55af15f0e2736214741f09e415ff";
+ sha512 = "b46e40abb59f4157800ebfa9e79a5aaf968fba405a77dc1c7360965d5d690139d8ce1f5735e6349a198c2cedb0a1fc90d3cdaa2d414e0800a7130de8c45753c8";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/nb-NO/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/nb-NO/firefox-69.0b10.tar.bz2";
locale = "nb-NO";
arch = "linux-x86_64";
- sha512 = "8d227cb41810ae52dd31a99e62604088cadbb6f9377390fec351f7f4d9ac28dfc11996db292cbe45d1ce4ec0a587de84c379c3b9544c88a3c543cbed964eed03";
+ sha512 = "469a56fd2380f457bc84cb2fc96fa580ad0e7150042b6b9e0ebb27b29f315f34f8c2e2caf42284cc184531e392632eb52773be0d080f32281c540d81f3b63752";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ne-NP/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ne-NP/firefox-69.0b10.tar.bz2";
locale = "ne-NP";
arch = "linux-x86_64";
- sha512 = "8d9f45a03824583f2305406a083d8ec4360d8fcfe68fcb16fc6f140e33fa990869f68b8ecd1991d8706f654bc95fdad85f4626e19b22603ce4ea136b606b6f4d";
+ sha512 = "88540a7aaa06488b3252e898cf654fe1031921e27e98525dfb5f44f770d60b43b5fd5450e5321b27b31e73e663b14fe98716f25b7db5b4acceaa7bee55f4cf79";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/nl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/nl/firefox-69.0b10.tar.bz2";
locale = "nl";
arch = "linux-x86_64";
- sha512 = "a3c6932a492e4b92f881d76577cb5ac73403c7f0820326b340c683c50730ea406601c34e662d336464f1f7443916d7c5a635f30df6372f8db310a0baf932cf19";
+ sha512 = "5fccf7ad91b99aefce329b515bbe5096141618a96469912fd32f621c98be17acfe579cf03137d96cdf8d8319c4ed3d4b28e8bbe1ec2f3251b8c004e19b14b1c9";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/nn-NO/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/nn-NO/firefox-69.0b10.tar.bz2";
locale = "nn-NO";
arch = "linux-x86_64";
- sha512 = "276c8d5d549d59819ebb1780fe53fba4f4dc8d956c5886cd61f9241f8d03da05481bc4b7aab09bfcacf42090af4b7d39b2b5af873bb3b36cead91c6f1c91dc72";
+ sha512 = "7d9faba6bb18f19d9acab0c63bc4ffcbdf8eecdbe345943674ff2ac9545d24efae2cfeaeb34ddc8e6f24bdace18d6a6ad77d2ccda7518063ee1cea2e66382a8c";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/oc/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/oc/firefox-69.0b10.tar.bz2";
locale = "oc";
arch = "linux-x86_64";
- sha512 = "60a99ea7b63bd677f2a496bd1669e597560fafebf425b34e07a91ebb19a612f9e080e2c974615c7595373a7c8cfdc5d329bb2dfa956ae1526859af9db645436a";
+ sha512 = "fc14d0fa30457836c0b41950df190f931c6c011a569f9160083665deddb33b6947d92485ed1e2c3adbad6a9bf51480d64c108de79a39889a87059020d0748f51";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/pa-IN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/pa-IN/firefox-69.0b10.tar.bz2";
locale = "pa-IN";
arch = "linux-x86_64";
- sha512 = "80b6a7ab2a9fdfced378eae554dd4b456cc9a9e442efbecf71131ab34089eb5890363e00f41a71444a1810b469fc906b019c0ef2f1df8ccb77ecc2e9d3e3be01";
+ sha512 = "641580dc6260a863ee948e2fe7a814e7aee991efe556ca60cc6ff0074ffab369ca9dda05d9c3028ee22d000bb7cf5264dc56cec844f917039a7e2193b2709142";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/pl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/pl/firefox-69.0b10.tar.bz2";
locale = "pl";
arch = "linux-x86_64";
- sha512 = "b7cfb9c8a6fe962d5c18adcaef9a9efc772302c64c981df2ddeb78d47b51f435787a82ec48feb7f4195d1ef0dd4c20a2d2150e3b8c982dd34108e2c5a1b6a097";
+ sha512 = "467b4c1f71cf5732834ec482f0ee1afb3d047b4a25c6a38928fd9199fed3598e94eb34ee3da7d552e3135a054d13423d94dabb430b19d00f73d0c99d6ea1df8a";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/pt-BR/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/pt-BR/firefox-69.0b10.tar.bz2";
locale = "pt-BR";
arch = "linux-x86_64";
- sha512 = "71379bf8ed2af3aef0c9dd55c124db78551340dd26685beeee9101d5d5b7ef74af96f8137a28a61b72124aa3dfd34967ea241909740286847643f97094bed0dd";
+ sha512 = "af6e8ea04434f992a88c8a2fde33274776841bba274b0249b21f3ada6d991fdeff53a5499e0c92ec54e4f1acbd52b5d8226af89cab7641062d73cddfa56602f5";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/pt-PT/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/pt-PT/firefox-69.0b10.tar.bz2";
locale = "pt-PT";
arch = "linux-x86_64";
- sha512 = "fefe432df9936da24f4a9aee3edf38c2aeaea340fdeaf5abd58fc941f8ba50a3ae5dcc60f4ea7c561c430a707f77a5de1b59b90d247ed77d99857d91cdb365c3";
+ sha512 = "238852418c739d91ee6213da7c3fb9be47ca2c2f1ef13e459ebd7219814c6052147a9b8c37aa2f09155a15c84f281c20a6f23b53acbcb20ccc92392347970816";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/rm/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/rm/firefox-69.0b10.tar.bz2";
locale = "rm";
arch = "linux-x86_64";
- sha512 = "8bc56508a7895be6c3bddec083eabbf99779808c90fb0a7ceeb501f3a1cbc7f05a89b3cff5604222c856b2644ab2839712447b53c6ae2755b315760d072927fc";
+ sha512 = "13f001cc46a461176557a14de16303976f6f6cb91f778d6c9f1bb6f4973f2ef939635c28c64eac24ab2318abc558dd8b7b1b71e3ce71d5422c13fa0508900c49";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ro/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ro/firefox-69.0b10.tar.bz2";
locale = "ro";
arch = "linux-x86_64";
- sha512 = "3b3b70093553cbabccb6d2a233a2b828f656434290f3cfbbe0f1fe744e1a7e9e5dbd175e582db437f3b8618aa026552fe393d72fc48936669aff8e8cb7ed11ec";
+ sha512 = "2f454799772e92899a138a32702200c8a261e653fb0a9b588e312091e5acef92362eeeb18bc26ac62e6ca093f1ed07e7839010d07396754114a0b989d5aaec07";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ru/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ru/firefox-69.0b10.tar.bz2";
locale = "ru";
arch = "linux-x86_64";
- sha512 = "2c3275e27fe183ba8f8d5daa3ba30785b55c27161de9c668c10805650bb50d8182c2eef0ed4127a73e852e63dce54442a47ba5421697f8e7c6d798a4d3b7a7c5";
+ sha512 = "efe333e4abddf173a87bce8e3b82a5112a2d36f5ae690c5ad09ae668804ab3dc67a6ca3fc4d1fd49ad9591a482a5e617e4f897aa6ef59638920cd97e863d8a92";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/si/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/si/firefox-69.0b10.tar.bz2";
locale = "si";
arch = "linux-x86_64";
- sha512 = "6d988362a5dfd14ab2ee34d11237ccc76619781e1e1db96d9782ef68d61edd6ebf0ad391104deab4342aa4922efd43e2e53fb5b3c284061cb3d23fc30b1988b5";
+ sha512 = "245531ae683a796db5628becba71ba68e389d8d9646dd678a08327e41c66d2f1baf9ba223ac70d19eb110d56cb932238d1642ab129989067f4e9fe87b8d73f19";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/sk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/sk/firefox-69.0b10.tar.bz2";
locale = "sk";
arch = "linux-x86_64";
- sha512 = "651c32d2c1897ab4fe57ab8ced5796525c67b234fed8b92be2ba09b18d59aef55b7f257e67c0f0f045fb16eff1a45027c0c4f441b41e151b774fe537b0918249";
+ sha512 = "633c280502541f20572aaff136e0e7a2f4ca2bd2bf8c286703688ebd1fcb4516933ad46761b9bf90da033b4085985ca96e3224e8fd30d6b22bc2d531ec9195e9";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/sl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/sl/firefox-69.0b10.tar.bz2";
locale = "sl";
arch = "linux-x86_64";
- sha512 = "84c4dd17696e13fde68615bc877525f00fb3308a432e2f4dbafb145c0ed47e14bb574b149c23b07c34f6962f915d121a3ea0c242f0bf5885a5d262e9309151d4";
+ sha512 = "0fcfb99cfc7be32f2ee53ec3d5d3cc436c6d423c3570e5d2564bd9e662d2e1b13339e1e63a702943b54de4374c756fcae5c6ffeefb5d63a962b5e16ce69d222b";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/son/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/son/firefox-69.0b10.tar.bz2";
locale = "son";
arch = "linux-x86_64";
- sha512 = "2d75b2ff19b2d18e0c1a28d3177d6242ddaf0c73c67f00a3c90630b29da94dd1246f64df2b1969b250a7caf181c1ea15afc8849ef81f4809ec1f63cc3e1dfa6d";
+ sha512 = "da0321adc6aab116cdfbe1a9e67bca1e4eead2612827c783225badeec0c25af867cad573b16d4c9e052c325e922c1cfdac506fe77e707a7e554bb2268380ad15";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/sq/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/sq/firefox-69.0b10.tar.bz2";
locale = "sq";
arch = "linux-x86_64";
- sha512 = "fdd721f489e18f9535b7ba1ef10bb58e73f8f31c4412c2c3bdd728ac38183208942c6e5904282e184e61ab63db9ad87070c08b652b86fa53f8c05f1481d04b00";
+ sha512 = "d3f30a04a94669b0a4cc2f0067b6f15431de64a8e27d66f700274f498f4a19121fb3008a23e14c8e6949f9c261bcd4669a0afc613d4c7dc08b3075cbbb61dc79";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/sr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/sr/firefox-69.0b10.tar.bz2";
locale = "sr";
arch = "linux-x86_64";
- sha512 = "3b3b052fd524cb4ad930188f8d670bc5885efdc8728388fb36d058bfceecc5a6f50131d141857d059ce47c2c2e7408a02390bc2339241aadccb990bfcab7cddd";
+ sha512 = "3c85221edfabe9cfc95a8d73a7435e8a4273293a4ed79d925059f12f7cff87bcdbf6b48779377bbf828fe3cd2ec841c3e0720d69c6c97b5727c27b2d3a08d42c";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/sv-SE/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/sv-SE/firefox-69.0b10.tar.bz2";
locale = "sv-SE";
arch = "linux-x86_64";
- sha512 = "4bba7e0d3357c691c6944b72798ecfdc2c013c487a9631ae08f61a4d9a7dacf8b7737289c74172e1292c2cc640c99c729145584a11e60a4bd467784eca29470d";
+ sha512 = "b88eb668b293a98f17956fcd48af915ac077c3f5c2fa0dad895fa4c05c577f0c56fae5ed2b4eba22518c979ba6af768ed92d8ddbd17e49a96388f36155388e98";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ta/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ta/firefox-69.0b10.tar.bz2";
locale = "ta";
arch = "linux-x86_64";
- sha512 = "9ab0faaa47edd57859d1c1c8f7317840853475bf7412f1c3b5941fbea9636f17258fe96ba20851e437db673549251944413f8258d00b142ba180e9610508c4fc";
+ sha512 = "b70452ca9eaaca80a4cba956037e67e236d1663a6a009193a4e78f80bc77f5d2fe77ee385ce6ec27d1356cddd59017741aaa9f78f6c25e2b706064b0e22aeeb0";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/te/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/te/firefox-69.0b10.tar.bz2";
locale = "te";
arch = "linux-x86_64";
- sha512 = "50d426cbb383675ff3201bba1f66d5af04cc817083fbe49ff6d72514ada42a70eab1d878f5276c5f48dc172f5efec76936717adc192fae92b39786fe17b9dc62";
+ sha512 = "57e762c6ca3f3c9ea6c6b0088971ff8800203d38ca90bf65801a3d4f84f44e836d7454051e609f3b7bb4a851ba5c57a57d9781b81b872209bca2df3ee23283c4";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/th/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/th/firefox-69.0b10.tar.bz2";
locale = "th";
arch = "linux-x86_64";
- sha512 = "c8396fcb2c551b5e217429166588d4a36917bb3b8afd1bc906e51c32f2e4899f64e74b3ab2504a26419bd5a19781da18a4aaf72e097d809c9cbd3ff4fefa48ed";
+ sha512 = "4cd5b8a3b6d77f6e3653a4f9a1eaf36a93416f5c0e89c39c97863304227ff33363853d27174a90bc9d5e54c4b7d3c72b3adf2a09b2485655d1d24f7bab96f7a0";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/tr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/tr/firefox-69.0b10.tar.bz2";
locale = "tr";
arch = "linux-x86_64";
- sha512 = "fe1ea74eb5122a8d83c63ac836beaf0bef8749dcf585e495a6b36232946b6bf8a12a3a0325a545f7e711373e23f35c588686fe8b56538ccd1222033d9e5f2230";
+ sha512 = "1f697f15c169a0ed5595699a20d37a3d6034d4ea2df2aa02dda2dc73b3fc91c07d8c344bfdffac5a4a6c4a44f016c9246dae1169c4ff7fdacfdf9d5093a4e353";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/uk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/uk/firefox-69.0b10.tar.bz2";
locale = "uk";
arch = "linux-x86_64";
- sha512 = "b4fc14e7373b0cecf7e7420bdd9413de6119569e04f9d75788a63fad58ca140ebfb654e6d51bbd57a892c4ce01b812f05c10618b40a69e2605a8583ae43039cf";
+ sha512 = "cc6c67520fa96593cdad128612a291e8b6c78914ddeb7088036743173b99dd3dd94a4670ce9e38e265591e1da95845f448e22eb8f0074877863dbf748f9967dd";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/ur/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/ur/firefox-69.0b10.tar.bz2";
locale = "ur";
arch = "linux-x86_64";
- sha512 = "531e81924d4de006d3aa4baadddde428967427c8450985d262c610e6ae403558009d5c4bebec391cde53ba06754ac8399469ea72a81e9e5741126c05ee93cee7";
+ sha512 = "e22efcb9c9b36059209d40f1bf34bd65307b1319cb6c51a12c99684847228bc8cc139ee0ba7888e87042ac2b5866717e661b4f4e2bbd30f46dad6f18ab5c7df8";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/uz/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/uz/firefox-69.0b10.tar.bz2";
locale = "uz";
arch = "linux-x86_64";
- sha512 = "ef91ab0fb00191ec730a571f18d93c6b96b0bcc937d49f14bc673df4768c4bfb5d9fd85eba9c8e92f9311500f6670374121c9c3cd75a71bd811f888bdedc58d3";
+ sha512 = "e27b755d4af110b3751de25925e95eda62037cdf8236db7587aa47aef099a055b5ddf1bf08f031ffa9c79142ecef49f2045751bb41c18d9fef9e0a2734440612";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/vi/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/vi/firefox-69.0b10.tar.bz2";
locale = "vi";
arch = "linux-x86_64";
- sha512 = "55063c288d59681c14d9eedd669aba5df6ab708a9cc5f8ef4744bce82bb9bfcb5b51c0a96ab3cf23fcec93f243795cb66a948bb353b48178f2fbb04a6806fb15";
+ sha512 = "33617c205dfc61511df43de79c29ae8bae059e6d0d3bdc868a6965e98822efefa832d6f1ff514676f3531d4b5c89d8fac4da780b85151b05e2e05dd41ada3f1d";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/xh/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/xh/firefox-69.0b10.tar.bz2";
locale = "xh";
arch = "linux-x86_64";
- sha512 = "ebefd84b19f93e6f54369456b5a61de9a5fc89f1ed00c985669ae7ca0c82d5f1cdaeb9e6c27227b0cd43b7f9933fd1ee77400b5dc4c8d0fc700dcce874aa8338";
+ sha512 = "76ce282b86372019e4467d66ad1025ca6641cd8c5f4bce509def9aedcfc028b491f86cd5149a0496d08d55711578356c21ccdef786f910afe9b8ffa26c2c4c8c";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/zh-CN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/zh-CN/firefox-69.0b10.tar.bz2";
locale = "zh-CN";
arch = "linux-x86_64";
- sha512 = "91685a080e8d6b694511c49194a4b9a84004796adf883f1c9c684e74ad8c14cff2d10f8352f75646b2b561787750e4913c11a4d0c93eb99dac67a72b32a45d32";
+ sha512 = "1ccf7de81d4dbd19a9499cdfb3f286f86dee4451c5bbc5ce0bfb85d184b351e45b0d9289b609d3eca60ea32a45cbaf2160664511443a6c0d13d144945606ef26";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-x86_64/zh-TW/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-x86_64/zh-TW/firefox-69.0b10.tar.bz2";
locale = "zh-TW";
arch = "linux-x86_64";
- sha512 = "3872367f940b2395ac2c24978dc8f5ecef4b29d28ca2ea3af814bc1b5d7e9404565871c8a9d7715a5f09f60f3dc530da8d62b076fb76d4c7f50eedb9fa81df74";
+ sha512 = "f645642c10edc2d36bd97bbf1b950710d1b52770717be35fe58b081604a4dba55b5dc417f1553cc6574826ebe7bc3435f0904754f5551f98f93d61023ca2de01";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ach/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ach/firefox-69.0b10.tar.bz2";
locale = "ach";
arch = "linux-i686";
- sha512 = "b346028221ac15ddd6c8e481a99444f1c6b24c3258aeb9c7e5c54048897f9c1d373c0d4ba06cff587e346d0cd37a4513c2547a53f8d51934f20dc5b2a7f3bc38";
+ sha512 = "58b0df5500016a4c87a60233c8ef2d479937ec002b10ae53ee973b997c8911dcaa77470c8f0e6e3667cad5f2e4f11006a767040b0ffbc33d04b8a937087e9994";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/af/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/af/firefox-69.0b10.tar.bz2";
locale = "af";
arch = "linux-i686";
- sha512 = "a668d8139fa28b955b31d7425d983b4e472a25473b8f1fec1c0979359da1c6cbd19081e8792c10f258443bb2f85c58fc79bbf665c64b4c40c82e5af8c4761fcc";
+ sha512 = "a9d47c62679e0c24a759812b6b194ae890e4cea6bbca683eb55f016a81eb05c207fef6f61f2ebc6c8f85cfb25d5f71f62b70502355435913094dfcadde81aba6";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/an/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/an/firefox-69.0b10.tar.bz2";
locale = "an";
arch = "linux-i686";
- sha512 = "4effb715d7537ab80fbe37121ac6fd04c9792ea2c777c902033722979c36a5a42b09bdb2eb9b2bda469bc23f929d370471d49bdabdd9d53e414c22056ec3217e";
+ sha512 = "7b8fb37c1b458c9d04d45b69e3dcd054b14cf6f9bb3faa4c9bb978033e8e7fb67724ed8dfe1bce39b4821d669f9289e7ec3367a826f67ff9be81cbe37267cdf7";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ar/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ar/firefox-69.0b10.tar.bz2";
locale = "ar";
arch = "linux-i686";
- sha512 = "130d35df6adc4df53802ab30da3cf16128c3ab36bb969fdeddeed2313258e71b703976fa9c9d0f304056d82f72b71d55a74301b878140fb8977759a0ce5df1e9";
+ sha512 = "5ab368033e7281d7bdfc7d27b95cc7d28e8c5528e75ecb49e0b68fbbc02d2e3ff15e5c6c3218e3dd339ab2ea1531e47ecb888f7e379881d953667ebe1de3a1e7";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ast/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ast/firefox-69.0b10.tar.bz2";
locale = "ast";
arch = "linux-i686";
- sha512 = "2fb1162e1f5014e7303b5e49f117dbd09bc1d99822d64d1c0bcb0f52c7dc488061673c0036899594b1fbf6f680edf49d327442b84dd15e22af8d962633c27338";
+ sha512 = "2df1a20c28fe5d114cc1e0b0d95723ddbe4f7da2d38e9ae7a1cb43fb7808968472e32157981c612341d8e9ecf590b8d068f6b84dc3bd2642228b9d659a29e367";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/az/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/az/firefox-69.0b10.tar.bz2";
locale = "az";
arch = "linux-i686";
- sha512 = "cbf1aad2dd96739c5f5ac4f5fa600f693d9e4c2b85503dab076d9494005c4e4a63df28719e350e74939ab10df620208bc47958076b220dbe994958c33dd3ea60";
+ sha512 = "fcee266e1263300751f9d3829a41381cffcc82316d419cc5ad739bc67e96826cbdf7324f4cd5cc16aeb0cc3496c5188383810e311f6454b0c4794cb20b4a0703";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/be/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/be/firefox-69.0b10.tar.bz2";
locale = "be";
arch = "linux-i686";
- sha512 = "d14321e587d8ae65ed5dc431ab3ad7b2372f81ae7316a91c3a9ac39fa01adb33fd29b2af0097e7a5a1efa6c3a39ea136f5eeaa0a38e7db9e5c9f89a97febe74d";
+ sha512 = "06f63c9f406e1c0ce2bd6400c30304a664b8728900a52ce1e015682596bf7488501da8dd6a766d54150b81ac287f04a058f110863ac6483c89348ca49fdbde4c";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/bg/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/bg/firefox-69.0b10.tar.bz2";
locale = "bg";
arch = "linux-i686";
- sha512 = "96bac9ab2c65f192ef006696ccccb07b3b85ce4e9539cc78b610225bee3fef4a685a6e7f5880b3a00523e14f1a4beb783d27ac08622387bfd330034b06766d2e";
+ sha512 = "ff644c16c203058c37d7baee9d787d4373b3e0a2bca1d25330b11dd6da9fcebee5a93d038c283637783d27a216d062a0db84c462f9d858b35bc2dd26c638d960";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/bn/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/bn/firefox-69.0b10.tar.bz2";
locale = "bn";
arch = "linux-i686";
- sha512 = "420d076347c92a86d615bb96a49af9a90b0ae9eb29ae497f915ae0a0d1adea7779f39b431e5d2864b212acb6a69fca764a9e7398becbd29e08807b8449edb8db";
+ sha512 = "54a33277a4b10d53cfc8f794ce1ecdf328f83ae99f0dfee6d47f9243c17d83351301e3138121f45928b9db54b2b9e63d0474533ae6644ca874b20405f4acac89";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/br/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/br/firefox-69.0b10.tar.bz2";
locale = "br";
arch = "linux-i686";
- sha512 = "6b6e0708ade7163ac3a2807e341e17f7502d3c11d6aa8f8fb192ffaf9e4e3592052c17be4046b5ed7467ee3699172537782f815e51e6faff6650f20b77d76ac2";
+ sha512 = "9dc72a4327bd02cfcb328bba9731ee90fda96e22ba4c46615ebc3ca0abe19472261386ffaeb06070b1456103090276c1da544fbb4c3ba8cca29a5f296fe6414a";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/bs/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/bs/firefox-69.0b10.tar.bz2";
locale = "bs";
arch = "linux-i686";
- sha512 = "28b095b4e597f39f5bfc6e66ca4457746abcb31f121024d8da885ecb3e5f9b6beb77e6ead79b87c343ffdf84eda558738a802a22509297f1986e09e1e8d727bc";
+ sha512 = "34d0f109426869a9b6ead4d7509770f4b861590a028aa2228d4e4b508c72cb2be184a3734fc7e71b7fa0318e9b454a95bfb63314f0ee3c8af11339f1a3d15c62";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ca/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ca/firefox-69.0b10.tar.bz2";
locale = "ca";
arch = "linux-i686";
- sha512 = "e4d02eadb3be8d2e746684727106c41274d3dfce617dadcd51ab83480dd4c7012e84ef54ca8418c9c334fb736b8fb347f083c6303f99adffc96a62c790e118f6";
+ sha512 = "d4d442549316d417b1c013759b64d31b6fe1a55990b02357043528c5985c40dba1edd060cd58bca5d8233eb1a4a6b850bcd6cd297a81c9d6bed8f032538b9a94";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/cak/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/cak/firefox-69.0b10.tar.bz2";
locale = "cak";
arch = "linux-i686";
- sha512 = "aeba7936b9d6e1e732f7c653811e7bef25082709638b85a5f5e9a44393b0446925beffd28c6f6844b44ac9d66e4603490666e0c5b0ccfc155a9733401f1c4e56";
+ sha512 = "c79a799abe3281b64e654f317de6956a1dedc4049b8c5f98aa41cd12d0d290018e7ab5faf411a777493b8e6e8d761637bad09db75edd0812cf8e57e49ebae4bb";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/cs/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/cs/firefox-69.0b10.tar.bz2";
locale = "cs";
arch = "linux-i686";
- sha512 = "b1fb60eb2526348f86568332979d3a293461a7aa06dadbaefd1c4be4a571f4c863fca4d70b30eccc38930c7d12f2880b522df9c21394406a5d4336298ff5e068";
+ sha512 = "bcc5a60b5795207cae1ffa2359e7668fa6f09583ea8904a73ccffdb13cbffe312a6f0bee62356fe1533f25d10b592d8ca620942f8d265ab0450a7eb42ba95c17";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/cy/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/cy/firefox-69.0b10.tar.bz2";
locale = "cy";
arch = "linux-i686";
- sha512 = "c8fcb332891b6179287cdcadbb0987c51a582e237bcc6eef5c5914cf09f01d1382d33a96998efc27f55345e7c8fd47efccb27212a8bc49a34ce5b5a7b8dc28ad";
+ sha512 = "221b4186252a507fce2398825039814173e55d767b1221835c0ced80fb19e4108006169009874c76176d7c39f25158cd9f554c7c08a18e1f2aca585c09054293";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/da/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/da/firefox-69.0b10.tar.bz2";
locale = "da";
arch = "linux-i686";
- sha512 = "fa1fa748c496050c46d584c8d0d5fe4dc942545a3ed161d8e1bcf84c8d51a4a664dfaff00f37e570748b83655416839e75023ef53f47af633ed391b92aee7f72";
+ sha512 = "947eae9a8a2e3761d5ee5d7d23d5edb2c5977417e0c812528116fe76216b7de6738978fbd561a0e78fa8e47877f880b63db5f92e4987814c69fd683f83b3dc82";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/de/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/de/firefox-69.0b10.tar.bz2";
locale = "de";
arch = "linux-i686";
- sha512 = "ba8c69079539f67719c4a3d43c2bd1773e52a5ea0008a7c0b368feee80df831ae44dd0fbf502861d1140a640cba9472c3a2a96bcc03b0517d39fd4d689af13c6";
+ sha512 = "78e94aa258713c9d1d1c893d37b79062f6af8b7de49bd70857b77ed8a6eeccb8c6e452b9fcd35f726d504fafee49a7c45cd876ae7e4493bd1c11f13a737fd02b";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/dsb/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/dsb/firefox-69.0b10.tar.bz2";
locale = "dsb";
arch = "linux-i686";
- sha512 = "0e3c720c19005706dd9745635efdfea095262e23dbfa11ba1888cbd55c52cbdd140317f516b01a613e47fbf4b61a71c877dc04a5e539114f61bb25d2a217c110";
+ sha512 = "041797c6567cc399d88bd34846092aa1af2e40d380d9c286e423ea797160e63616bcc3bf611c28e3eb3cfa2136db9db749f32e72141361064a71130db69adc3f";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/el/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/el/firefox-69.0b10.tar.bz2";
locale = "el";
arch = "linux-i686";
- sha512 = "790f7ae4da8f7b1309045f6ca0af64653de3b92da75e0a79ad5f3c367d848824abaecc15ae93db37e268737abc49b65707d292606df068022d17f20dfe70d997";
+ sha512 = "432d58b92a720d14b3df6cdaf685e471eef8b1f7b7ff7c9685304d99bb2382f4eb1eb0535105572d472e7887e880ab6cfe18baeb7f1660dcb59c432120dcf41e";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/en-CA/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/en-CA/firefox-69.0b10.tar.bz2";
locale = "en-CA";
arch = "linux-i686";
- sha512 = "67a3ee1bdf9ed65911ede4bd8ab6242ae99d9804ff6c66ac3c03dbab8b13c204ff9ac8975bd098814181043dea89d93f793c4bea00bb27a5aee142aab8ee3eec";
+ sha512 = "d7241e3dc44a5f66d7fa39eaf19fb0ba04f67ec1816cefe0dc2721e12df7d73b69d2fe1c7ebb24c2f5957ea3b575452ac6998bb9d9933d5ed39463d846b59d03";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/en-GB/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/en-GB/firefox-69.0b10.tar.bz2";
locale = "en-GB";
arch = "linux-i686";
- sha512 = "af1211f0899a85e4b154de791532963dd4f0fb58edb275440e9e5486d30bef28b7e05ee8fafd2648ec0c9cf035a8742f08cc89e30e9b28db165cc0f673919161";
+ sha512 = "5b12a9bf265009d1baaadc0707042a4290ba398544249d39ded6f213dbf8274207cc924fe5bd47f416b0923d35559a43724a31e8ab9b5fbb52f0c8749d6441e4";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/en-US/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/en-US/firefox-69.0b10.tar.bz2";
locale = "en-US";
arch = "linux-i686";
- sha512 = "eaf276dd4bba688ca0a746f6f7ab49822d20b0c05a609571a792ec8e25aac58e2bf775ca6e71b6026b1e4c1ab6b08061659a6aca7f378e738aaf82710cbb8e5d";
+ sha512 = "c12dc9983539a597b00115cf1350007f9441c90e281ebc3d0d91c00bf4b260678925f52e4a1409f02f8b56d43f30191bd0eaa1ef29c3000bc3ebf1f527a5f635";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/eo/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/eo/firefox-69.0b10.tar.bz2";
locale = "eo";
arch = "linux-i686";
- sha512 = "8b7ee6a0fd33be491f0cec76d54211c2d7ecc1c89b5c0455ebd03c99ba0f0a55e2d0b26c20e1aa29c81e938477d2926aa0ac950b870ba5849a246c1de298b7b1";
+ sha512 = "9429af640db7a461a66e67d7b35239eed02ed9ec5b96718c4337fe3812f93a2039c5c5eb365fc7ca3e502368657f6a33f7318b6594cd3767d0fe72314c4eef8e";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/es-AR/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/es-AR/firefox-69.0b10.tar.bz2";
locale = "es-AR";
arch = "linux-i686";
- sha512 = "ca06c00af72fe8d7e15ac083f8a4bd8ced21a037fd9a19f07a4f8348c603f586ae13530527f931da092788057b0257ab6930aa8afa933f7bd0c3fd5e2630e30c";
+ sha512 = "92200fa63eb1f034b80a28e45d4223e6a27a7d4f2daf07d9e1966f76927e0e6dc0da996c7528bf2dd87189a2b061adb6e44a540b7af6598923e1fb47eefef7d8";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/es-CL/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/es-CL/firefox-69.0b10.tar.bz2";
locale = "es-CL";
arch = "linux-i686";
- sha512 = "c9e2fd5824a995c15c6152b7bfc79388aa5d96c3e9a6ef7fa149c6be05f903c19c48d1798976cac67f55ed68a685059d3f2c375c7a57a4939682b497523c5a9c";
+ sha512 = "094dd4ff8ba4c4f5205f43b73afade5a210ac01824c3c9f475cdbfec83bebfc6390b899ffd44c395f379c40baf9254943ed5d15b30676bb5216ae8f40c02aec5";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/es-ES/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/es-ES/firefox-69.0b10.tar.bz2";
locale = "es-ES";
arch = "linux-i686";
- sha512 = "496bb635cb0ffd791dfac62af654119132be1fcf9a023c175080b3e7934af330e4caba8eb0f5c0f4d1d8f991010ff9b3c3ce283a219e77f2801d068d05f5555e";
+ sha512 = "500400ffc47aebf23b7bc816be356550242b8655b703ddb992c18ae032ac524dc94513a81a05e4a593fd70e753a25c567e4c8089c341e6dbf374897d89c210f5";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/es-MX/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/es-MX/firefox-69.0b10.tar.bz2";
locale = "es-MX";
arch = "linux-i686";
- sha512 = "5018d4db4fce9c49cb8989de5a1e7036c33c4ba6b2d7fc1164e88076d70e19e2232637e08d5c59fb5a545e1826a15fe9055986be9f9a91fc2aca8fd79fbf4936";
+ sha512 = "4d674f72fd150d30eb87bfd0bbd716ac93645dd69b0a8eeb5c57648077059436c6b071b4746a8b9104732e48ebbc8797c5981adfdc785500bceb99bb8b2a3190";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/et/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/et/firefox-69.0b10.tar.bz2";
locale = "et";
arch = "linux-i686";
- sha512 = "10769b04432c45265f0105fb5c49403b0244266e82b8e61a08f4dc1b5db41313f5f917767e5bd3e97f735a727cd5149af5b0d2fc7d9cfb589171a2ef12e01787";
+ sha512 = "ad4e26c6f7800bea6eec1be23e5964ae880b87e1bcad875c4925916c4b901bf0b4be3643d69a1785bc0bfcb35affccf2394cc2805ab0f2f8022c5bae666b70c8";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/eu/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/eu/firefox-69.0b10.tar.bz2";
locale = "eu";
arch = "linux-i686";
- sha512 = "60ea0f4f227257a40190b4757de5030255384ff0fa2b29adeb7bab4c6747a204f07bad5889645e317f359150b7ceeedc56ef6f6a024ff0245c042c7c35e157a2";
+ sha512 = "e8091097cfbf737c775e8448e42866bcb167305e4d186b17190f41f45b12554fdf959d55be029c29915f8b3277d8d41192b740a65c218de84707f931f4e55bd6";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/fa/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/fa/firefox-69.0b10.tar.bz2";
locale = "fa";
arch = "linux-i686";
- sha512 = "1a2d8abd4567cde78f986b395f5a7d6965a8ff89c61795d648cc81ec4fb83af3b146f0b418c021b2ae3ac2018b48fde53910efc41ab32e2e2a43294e2f9b8e4d";
+ sha512 = "b6ea01641fdaa57026f7ad6193cb026c68392952dd3cb7e33f14bfea5762e04eebe23eb042e8b05bdef7a1f6e8bdcd7daf181f621442273f0f6a10f4d74b69a0";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ff/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ff/firefox-69.0b10.tar.bz2";
locale = "ff";
arch = "linux-i686";
- sha512 = "98666eb854247ce8e93dc0a5bc4a7267699069e5c3338e6234682efb7649bec6fd03f6b61ab61741df6c49483727621cc6c795f2b15fa5a1c3d4dc1130e3b51d";
+ sha512 = "293f1d5c58dd55c4a9af1deed28c3e89531df45b00e4ccf7add6e2e28b6eb34752e8eebe045392b1bfdc7a7287422ac8fb8f607822f13c28cbd7114b1a207941";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/fi/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/fi/firefox-69.0b10.tar.bz2";
locale = "fi";
arch = "linux-i686";
- sha512 = "3e0cb2f20e565d27de9859775b42375268d68b514ded4946bac62946c823f500bde6ebde982d16b4768193072a15cf00b2bd48055bbadd963577e40d9cd656c3";
+ sha512 = "5615e699341e9c49388e4db80d9628dc0bdb964a13885f5e5b070fef3c1a397145ad13b5c583305c52d6c1a5f466dfdd10fb97b05924c3220043da08b41121e5";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/fr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/fr/firefox-69.0b10.tar.bz2";
locale = "fr";
arch = "linux-i686";
- sha512 = "51a26f0dd7837a3d2ae5a1cacc051d6462fb309192a46eb4b640df9d3da87edfe284d3adef07da3a176d83fc911dc1b929d6401db874ac3c12e26616f66f926d";
+ sha512 = "3fb4b9aec3ee90cccd3f2fb34ff0665e68e7b55cb237e1760fbbec481748596f4c61c0e633cd1b5ef6993500f057fff74e983daa14343c820b9e3bed0cc90e2c";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/fy-NL/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/fy-NL/firefox-69.0b10.tar.bz2";
locale = "fy-NL";
arch = "linux-i686";
- sha512 = "564d2df685c3bd844c2670c2302d36c52e1da1bc2b7719e2caf8d7585fc353f0935b8f11b788a4a11d58fb27888264f5c6876ff208b5766c53ec5f7966a8b049";
+ sha512 = "47ab5c06277c1aff27a54e42e01501b6b33dd0452c9ed069d6cae1a19b551459b4988274ace92001a15409964a09beae84b49c356f9005416b2660a3c5b7275c";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ga-IE/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ga-IE/firefox-69.0b10.tar.bz2";
locale = "ga-IE";
arch = "linux-i686";
- sha512 = "c93de8369a8b26900399b061c767abd778a3a5a3370538bcf4d963441f4e634e025dee8cf600c5e8d5479a2ef559e349df23fea9a7ae8bbc6f122471f73dc705";
+ sha512 = "0df94004a3443899ee641ba604174c996c03ff091b0e0738f5a61e5e30a2627e2d3ab468e7cd71065c6585f3eb450a9f0d6b9c82f997c8ae81aa9e891adb2dbf";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/gd/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/gd/firefox-69.0b10.tar.bz2";
locale = "gd";
arch = "linux-i686";
- sha512 = "97b03b7ad935378f2b62bcdab70506f210864e9377001573049c956b41afea144c97368a623f2a97d04d1e0f2bae7b740efbcabffa414829d4eedb2a7891ca29";
+ sha512 = "2fa916963a8ee51ebe2e4e230efa2bdd36922008276ac6f67de09eea1c44b53070254e232b9713b4c1884e280727609c7e61d169219b8f56652964c7012e85bf";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/gl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/gl/firefox-69.0b10.tar.bz2";
locale = "gl";
arch = "linux-i686";
- sha512 = "6235a54d1122ab01a10c7dc69b4f90c73aab3bac94bb6fa82f9e6f7b5039575eaf53a070037829477659fe6a925c502422c237c2a7e18a6742ed0f0c8ce060f6";
+ sha512 = "c4eef282b8e1658ef582c3d3219e283d1c741a00dcc3b3fb6b29494c7d0098ff7574cc92716f798c98a6ce0cb7e8362ab0b48ec1160b62520a5bc5cdf582e99d";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/gn/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/gn/firefox-69.0b10.tar.bz2";
locale = "gn";
arch = "linux-i686";
- sha512 = "47cc8d7bdc2c00841cd883f95f78fbc07024a7166155dc8bd950f628ba0d6cd62e0bd396b013c5efabedbd760b98e04b37a0bf5b03e305b52d3c0697ade22c81";
+ sha512 = "c6e913c6df1765846191e7979655b038d3a4b12e44812be36876380da49b646b1208119f299818fe4b4ee67f2999f3c5e442be40ec8343a2b6d6b3fcaa6edc05";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/gu-IN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/gu-IN/firefox-69.0b10.tar.bz2";
locale = "gu-IN";
arch = "linux-i686";
- sha512 = "d4cb4fc311251f7acfcf8bb1a2dd8c03e8f58833eb63356ad09d40458c934b7a73fd8729549dca390752bc6625c1dabcecb4d7b9141b22722a1a4848f723ac4f";
+ sha512 = "348e13f235c3c80b28717571916d2aebb7d0a6865d6d4577f651ed3061dd66bf02a43bdecbda879b69f78ccd9a8e2de8ac96f3abe49b87562fa6c6c398c21b2f";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/he/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/he/firefox-69.0b10.tar.bz2";
locale = "he";
arch = "linux-i686";
- sha512 = "e7c4b7da0d7cb9c7e81a6fe5d67e597e062c0f996c26e4bf7a8d5e388e7445403ee4c7811b32d47df09ef6ae30e71b58fc92459c88324b68e30986399f3d779b";
+ sha512 = "d0100433eb4194c415249b1adf984b4f3dbd8a11e4785008086603fdf1a2e6dd8d319e76296d0e5d9f9fcc0033b67f12d062b7ee0f2170c9e74b1cc73d55bdf6";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/hi-IN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/hi-IN/firefox-69.0b10.tar.bz2";
locale = "hi-IN";
arch = "linux-i686";
- sha512 = "a9fc890f1ba8fc0259839d38ff6ce5676495a6d234a362bcb30134126278a70bff8e6767bcc7fca42ecdb5287dbd3d8ac2a014576c88768b95e0a0c99a33c97b";
+ sha512 = "91807a5b65da4bd3d2c801431cdd5922617433068b85ac4f3c87de9e3b881239c9ffbcd6d426ee4f88a98c4fe706f2a03b105df4b124d9fffc029b158fc15105";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/hr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/hr/firefox-69.0b10.tar.bz2";
locale = "hr";
arch = "linux-i686";
- sha512 = "e9f272954ec189dcca6ba38869fe94ef1fd45d745f365902c9131024dba39eca716222ab13855c6ccc7bf0e34d285c6a07334c8c892143a84b128e90781080cb";
+ sha512 = "3e0d747dd6e79117799fbbdc585c73312c13a21b8ea7c0ae4872b66d4da670267dce1942b350ad00026e3258af9da362e81c59e791820d3341c49ebd0e3816b1";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/hsb/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/hsb/firefox-69.0b10.tar.bz2";
locale = "hsb";
arch = "linux-i686";
- sha512 = "d4c880db76d41a3b40780183f7f44ec95115baf4fa036d33cd3510c844efc1e6c1d20c5063acb187f7d4ff522b4a7dba0de4161662f6ca231f9b915b981e51b8";
+ sha512 = "777ad7021020da8d302192f56e93de358af7deae7a60fe5e9f13a3b3d98779e99c4f23b8c3a801b0154f5ba35528f5800d93167de0fa3d397108df7f7ef23a58";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/hu/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/hu/firefox-69.0b10.tar.bz2";
locale = "hu";
arch = "linux-i686";
- sha512 = "d481a160791ebffb6f8cdcf68cb0df36bbb6b7af7ccae40dd4775006960fc4f12b05a175cb2455398b240778ad123caddebc61f05a5f0abb517c5c851bb699b5";
+ sha512 = "651b0a70264ef15320391311ce357e944fc1cc59a7b68875578dee031247ebf8566dd70c566c43f94773751b73e783f1cbdb3cfadd0f9d11c302bcfdcb014d0c";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/hy-AM/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/hy-AM/firefox-69.0b10.tar.bz2";
locale = "hy-AM";
arch = "linux-i686";
- sha512 = "92b915e5a5b2ee6f9e363a32baa56dc9e195d2eb7446ab6d23a78b37edee15d395987d44849ede776c2923badb1c841da90c928967a5468ed150b0e55da5f6c3";
+ sha512 = "a3372d320797626169609e5e2d97a72f8a54cf7bdd106fd41eaf2d8e6ac8cf0615962b3cbea463aa412badb5ac02f7c1c04cf7aad546cac73caa2742e7d985af";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ia/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ia/firefox-69.0b10.tar.bz2";
locale = "ia";
arch = "linux-i686";
- sha512 = "5ee0eb2d176ca6265828f764771afbe98b1e053f87298685ec1bb88ac682158b7f2a410e04325d55c7b6b38b01ed47744ea92171c2cfbd98af92305a28f2808d";
+ sha512 = "3f3925da5a9d5525f4427155061cec77307139ea61eeb532bf475aad3bc47f30af07213d26500ac8a2287bb81d37ad2bd4490626afcfe8839f94287779212612";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/id/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/id/firefox-69.0b10.tar.bz2";
locale = "id";
arch = "linux-i686";
- sha512 = "4f5620a21e478d032896648cb536b396dee06d904d7246098307c48a033d5b4c193a2782763370dd30b09f90b5685e0ea85be432fda18bd322c9458cb0bdf922";
+ sha512 = "3a698899d82d3a10a7c6c4e2eb61706896c73182f16b1752404a422d2731ad272052618e87bea89455eb2ffa410e138614c2c6285c1089bbc830a0217a0c9cd8";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/is/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/is/firefox-69.0b10.tar.bz2";
locale = "is";
arch = "linux-i686";
- sha512 = "8186e48da90aff0e2ed56f60d01119742961d6493027c113245787ffa0b81f0161134bba5a30324b018497841d0a1b254c9c1d9a126e7aa76faea4054b3e6348";
+ sha512 = "d5cfdea22357a74ab7daead5a2e8b5aa16e454f0d63c569221bcdc71d8960f45780661cafff8c60499fe50dcc49d967600096e1d2f44bc1f7f649cd3f16df8d2";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/it/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/it/firefox-69.0b10.tar.bz2";
locale = "it";
arch = "linux-i686";
- sha512 = "9dadffe99d5289bc36bf48ca9dab78953edae7db790309623f405abf637908d67b3328ceec3b6efc27a40e5e595a79638e5185eeb25f0a8d6dd524e456666e10";
+ sha512 = "92da285bcd16df6a1f61f9ad7a57cc7eb867013421d61cee6a5eedf26e2a518a1988b53f6a217048eebbaa78551324a391f9c52e03d475d32eae513a4c9e2296";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ja/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ja/firefox-69.0b10.tar.bz2";
locale = "ja";
arch = "linux-i686";
- sha512 = "28548e6b1155b2d7e2158c0d81fdf2797591805c03662b1d5febb09e45f78970ce7e6d47fb2f07891cb8ac40daf70d7b1f29f518f1522e147d3806ee8195c4f5";
+ sha512 = "995903a57a7fc0f41c3737e570d61a1fcf226054d7c11be982d66ecad685aa9fa6ae6ffef93797aee387b3b442fc049f6329b5d88de86e7e809529ccf817947f";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ka/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ka/firefox-69.0b10.tar.bz2";
locale = "ka";
arch = "linux-i686";
- sha512 = "9b64c9a31726fd62a9e17350e3224f38ba568eb454f5b5dbce5a0f67beef88c2a459da6161236c0156500cac41155481bd616ebf38fe53cc09cc8b20b5a251d4";
+ sha512 = "834ba5046a53091f3b24038069fc98f6d40350a401ac811a75ee6053e9bcffa97d8b3210eaaadb748b328b7679c80783bde5cdc1d6340e80b7240174a3b7c140";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/kab/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/kab/firefox-69.0b10.tar.bz2";
locale = "kab";
arch = "linux-i686";
- sha512 = "db124ff80ba2d0c778f0c67e52d3b1e9b1d8b5aadc54e75d3205946db0eedebf3771ab6dc27b053ff3a2f750aaacf4c7d53ec32825e974caa54194a30ba519e7";
+ sha512 = "75986a7f8dba13177b00a99f219fa1e5262015fb5688dceff96222ec1a2f6ae758aeeee620edc090acfa59a4870dd43ea181dde61a5a7e68e693e59af97d54b9";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/kk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/kk/firefox-69.0b10.tar.bz2";
locale = "kk";
arch = "linux-i686";
- sha512 = "e4cd0621a5b4dcba456611d3ac9dff2003085f1d4d5d772deb2b3a6260a84beced5cc313685223f60fe7107eb4d56b1a4c782fd89b0876e4959811b088971664";
+ sha512 = "8cb2cfe5ba91af61096084aee42dd7f666605bdab54cd7304c6e839765e41e2cee627d34ed65b7162934b60eed448090e5c963813f87bc0805e79e4f92e99523";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/km/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/km/firefox-69.0b10.tar.bz2";
locale = "km";
arch = "linux-i686";
- sha512 = "422a6c5d4336eb5b45d812e2acf29d4c2dd75272cf5facb45e3f818e3e2e0da6f3b2da98d54bde2325cb2c89adfe64b51e114373c35c279a363d9bd183215418";
+ sha512 = "77d511c378a386c5567a47d4115fbc5c5b88dc03838a3de838c403f7b2d986b367e5cf43efd93749ac9635436f4ff1827ed3a59345a8897f332963f0cb12496f";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/kn/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/kn/firefox-69.0b10.tar.bz2";
locale = "kn";
arch = "linux-i686";
- sha512 = "44987d4be46a7739c6ef1997005aef8de36a959f463adb6fb11e433e9c111409b27f5bcbcf8cc61978b9c972fed1d0980fdcb965b670590a3dd18ed6a60de2f7";
+ sha512 = "51646a4e9ef0a644266a925705e4e5d2f4488697c076f9156862d258bdb4ed2eb6b105d5b9047dfaf574154d4fca750365f86f0693f312f68d8984812997badf";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ko/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ko/firefox-69.0b10.tar.bz2";
locale = "ko";
arch = "linux-i686";
- sha512 = "9b5701a219df7910b7dbdb82da3f24e1756a5f2990a8693a7d93eb2c91c7fbcff7c69595342b6a804545a37f484a53ed73bb169c1d209a74e860d8793ab669b5";
+ sha512 = "d122b9dc0c0d5f4b7d62b3f188558e0db25549cfddef321f54b53c66e704ac895e9c67d3c8970de1f4ba3e7ffdd47bac5a4430000c289fb332c1e3f9d5893b66";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/lij/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/lij/firefox-69.0b10.tar.bz2";
locale = "lij";
arch = "linux-i686";
- sha512 = "fd0d9968312bea9bcb6b60c3e708ac93f628f1bb2eefc21d431b2e3243f232d4ba9af9fb99283975156776b0caae1fc85b7b03d7f1a9007b8246a4e572d97c61";
+ sha512 = "f1d45f8a8938599b0eab9aca11b1a917b8be86a224ed5e2c2b9bdc3ca0e4532958c6cd3468c17512b718135adb4284074fa2f4f32e851ddaaf72535cff60d58a";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/lt/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/lt/firefox-69.0b10.tar.bz2";
locale = "lt";
arch = "linux-i686";
- sha512 = "c87aa987c3f2062b5c8ef4db4de6677f6ddc154080e32bee6f634055c8e3943262def05a67270fc5c787bc20caa9cbdda700eec50d753f1c45b074941da83754";
+ sha512 = "c6d7dba3ea655c9c419b5960f7d6bd6c4816a55e835470c1c77ad820fa48fa58a25db12dd26393d0eecc6aa77ee022d27ad4ba42779922a451297a35a65a87fd";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/lv/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/lv/firefox-69.0b10.tar.bz2";
locale = "lv";
arch = "linux-i686";
- sha512 = "36fd90f4e8bc5d8514858e1ecd9a9c19a3a6e873440ffd684b6c667cd7585c146762149eefa48550e1eb91a1536434124f7799cbf517aada3d2ec133cd3fe1a3";
+ sha512 = "c5f8b3946e256c9d22b735e65987073776a1b7bfbc80b198e9a026f42b2d6161ea244d748de9948849d9fe3b760b30bb92bab2c459c8d925565f41ef39e916e7";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/mk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/mk/firefox-69.0b10.tar.bz2";
locale = "mk";
arch = "linux-i686";
- sha512 = "5c79d0f190c81062a4c4b3c154d9d3bba4064de0e1ad27bf45a5a917e4918947f970e13d6219cce854e7165aa23142d71177b5513d51b73b2f8efe352593dd04";
+ sha512 = "e847e1aceea05139b2f1884298d59bea6a57dc3f33edca3d0175e9137de40d8e9347116951a9e5e9f8acfe43b458bcb8744a404093d1857d0b42f72ffaad90e3";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/mr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/mr/firefox-69.0b10.tar.bz2";
locale = "mr";
arch = "linux-i686";
- sha512 = "60b1b6d2840d4c75efabfd2c052ec6f2aa90156f2a74bb84cff2cd40cd9f03b2f2041106b0835f1ff2df47afe5dedbf099adb8e47820fa0cf7d08593cd7628b0";
+ sha512 = "92014b5413076602f711f3c71730ddd462b69bf67fffc104f2b18fd92189ae43a94c368fc4047c43366c3a15fca3cda9d8368631da51bd04f1c24727dec9ca63";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ms/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ms/firefox-69.0b10.tar.bz2";
locale = "ms";
arch = "linux-i686";
- sha512 = "9ac8130b352097e0be19638b45eb47dc2023c097e444e67dfee1024d1579454a2810e4d75d138eec49537d661107c823bfb6f004d7a90ab8a8521e35c720ec0a";
+ sha512 = "5c5decf31166b853e39b9a830ada9996778ad9331fb7ae21005968c1577daa156f852aab12e21da3cb5cddc55284b8cf0b439c205c0ddbe93b919de19567b7f4";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/my/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/my/firefox-69.0b10.tar.bz2";
locale = "my";
arch = "linux-i686";
- sha512 = "3e8fa65b9d4c134930727c55556664a5854ad3eb3a3c2cab6ab2a8f26f39c62b91f30e467d34f4095971b4009496174a824ba613d96cac662009aa6fa81f94d6";
+ sha512 = "60f910bc5a9cc7102bc6c9dfe8748e29d9590220acb5ef5c5b25e5c8b7186c6d17093df015df61296ba461c0a1f7dea139a94c4f920cd8cd8d770d0ee03d61ab";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/nb-NO/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/nb-NO/firefox-69.0b10.tar.bz2";
locale = "nb-NO";
arch = "linux-i686";
- sha512 = "02b6636e31ba7d06b27526595d7b986b5a60b4b4169afa34efbbb38c94df1a8a3780b226d29c089e3027e04eb91bb48c93bbd7b2cafecc01682d212ab683d6de";
+ sha512 = "3b7702091cffa06e91d5c82c0d18468d09c6df66ce2e0aa84180db7cefc627c1f2dcb9fe889351d265a5b4a0ff49cbffe957a22b7400c8300642e68462e317c5";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ne-NP/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ne-NP/firefox-69.0b10.tar.bz2";
locale = "ne-NP";
arch = "linux-i686";
- sha512 = "33f85f25d3bf058b01d2a49133564fc810812a5c2135ea4ce34edf6bfa5af2613a1dfff4eab596f141089eb66578ef1f99f1b0c9fc583b52321116ff4829461b";
+ sha512 = "6c66a05a2cb9d3224beeedc821874634049258e107820f3b1881a1cefc8d084091a418bf6c46400d56fafd7022979f324dde5309e365e06c9ec806a5020ebc0a";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/nl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/nl/firefox-69.0b10.tar.bz2";
locale = "nl";
arch = "linux-i686";
- sha512 = "cecbb821a21b9ff56a4e11f5cec2087453a9eb4deacfb5bee4cf540a7ca85686de0226b62dec1b265cf3ec573de7f92e4d59d67e767900c677f9ca4dbc9d4e12";
+ sha512 = "6fb7a1357f73852706906386572c1a04237a041890f4bbc6ef5c1a865ba541d6af86eb6b055ada442251e3dd7d4ce30a79ebc50ebffa3850c2bbee44ba866a19";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/nn-NO/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/nn-NO/firefox-69.0b10.tar.bz2";
locale = "nn-NO";
arch = "linux-i686";
- sha512 = "efdd84a637987aff5651986eb3cc1976529abdceee1933b70db19c5b3e56d058b1a906f88ecc7f85f208f1836850b448484fe0b5e468fb761af0fb537e5eade0";
+ sha512 = "cdf167ea3728623fa7d3d9cbc39df02ba32750bfb61ecc9dfc574e9126c7e4b00c9c8fc938a6368d4f501d2b381eaefff9fb3024d4bdaad6f853c924fdc1b2eb";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/oc/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/oc/firefox-69.0b10.tar.bz2";
locale = "oc";
arch = "linux-i686";
- sha512 = "f4c1363bddcaa6d6438a9c7d6bb137227b820e9d03f8d059203912e32e3352a46658c7b4dd696f3824e04f223f59498fe2aa3cdcfb2621492eea561e254b0a02";
+ sha512 = "9e5180bcb7195b7064ea10046f1cd044e6d287ce732be1d6f4c0a3c5adb2a26b951d76e92866a667652616bb7853f5249618220bad09ea2d32b8aa71131d9371";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/pa-IN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/pa-IN/firefox-69.0b10.tar.bz2";
locale = "pa-IN";
arch = "linux-i686";
- sha512 = "fe0f1fa4d88f2ab21dcdcc6b7f56802f65cdfd3db71687a81534844869415718d1d9ca020b758d8798e47f65e8bf155433708484578d823aced2c47d1558928b";
+ sha512 = "e0ad213505bad75ce2947b0bd501df174ef4516916bef43e083506721438e83f5a35139d5aa661569ec8d955eab87973995e29ac077c330af53e9647cffbd825";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/pl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/pl/firefox-69.0b10.tar.bz2";
locale = "pl";
arch = "linux-i686";
- sha512 = "4a141e19c5bc8c68cd0b1727f66227719f14c7fe9e5e0a4b27d661dbe4baf2e7c0578aa3655d04cad998e5c306268f8705f6521ec45f59258c1b0c4e9a3f1cda";
+ sha512 = "9e84080936bbf5e7585edae2b3ccdd1d9a825ffcefea7d4399f892e9c2a18fab580928e74671e14dbde3ae0cfb0ad081f6ae3b9cd9ff1df3c778a8d0f399e11d";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/pt-BR/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/pt-BR/firefox-69.0b10.tar.bz2";
locale = "pt-BR";
arch = "linux-i686";
- sha512 = "6393cef6cd3d6464c81c731d55c23c79630d19662fe8686514699d94fac6ab77c442aa6ed8ef6a8209ad3a29ac9fc344ad00f67d47531042d46d19e701be2c6b";
+ sha512 = "b98aa88bf2c9207ab21708c7fb72be8256a0c89df32ed51202c9f24fe232d38285dcf7cb74017ce50e7eee22f091de494793eab15c36ae5724d393f49d70d78c";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/pt-PT/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/pt-PT/firefox-69.0b10.tar.bz2";
locale = "pt-PT";
arch = "linux-i686";
- sha512 = "35180241a44d245ea1af0cdd67ac6ed839e582ff9fda594ba43afb361fb3a7b426a2f629a48e767e923f69f9b68f6ad45797fa3431b531d5531b678acb843496";
+ sha512 = "0afdbce1e0c0571a31fd5f90e40bd088a3df479ecb40c851750480e917fa60150d00a35a32083a846640c2c9ed5ee455e1a71ccf2ba226f0fd6899c2e22490b0";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/rm/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/rm/firefox-69.0b10.tar.bz2";
locale = "rm";
arch = "linux-i686";
- sha512 = "7e11e5260165fa448a3a01e21b4e0a5e74b7ab82e8e10bc4cdcc0d0fb01a82f0a54daf7cc31f81e798f90fb05b38930a14af757299cacb459c48e3d801734a8d";
+ sha512 = "224c878a035a8c3a5fa6baa45964e676ee33bd5a52273f7da755a36f4d3191fb11eeed10acdfe8e5417eb2ce55fd524206cd8973a1874073d1b1c936a0490f5b";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ro/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ro/firefox-69.0b10.tar.bz2";
locale = "ro";
arch = "linux-i686";
- sha512 = "3328a992d9e59794a7885a7c4cdddb72f967885560631c4f6259c667c229345c81d45dced6cbce270c622f78bf49ac5dae0c5f2b2fe025de435800bd72a9419d";
+ sha512 = "3c07f89c0b52a0ab59d1820704fcd65c4d90cca95a4cac212b97697c6a25b918cc7cb2d86eabb4e58aa961e868c21ce5350aeee2ff2289b052fbaf9b1f1d461d";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ru/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ru/firefox-69.0b10.tar.bz2";
locale = "ru";
arch = "linux-i686";
- sha512 = "1a024f704dbdf633bccc9084182364e9f30ecc0418e97e89bfab5b4ff5b6599bfeb28408d57152653e208da03feb0dc116eaaa1d1b828700e424a3dea2897fe3";
+ sha512 = "747f637a451e584e70414b11a5bbb65cf45a55c4491de0f0877efae6d348cffa3c4442235829474d1609d05749d3f785e17f6dea041a318dc504f795d312a88e";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/si/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/si/firefox-69.0b10.tar.bz2";
locale = "si";
arch = "linux-i686";
- sha512 = "fc96fe15916035ff1d9b722dc96d2f6a934149655bf152e84a49a3296a7f4b1d90a908f680c7a2394b16bf39dd14cb05ce2e64babc3d3759a1a13daf1bce47af";
+ sha512 = "43a5d175b3759863ac557a69c6650bd3d7a1b2fe4747466a5e5d3b8eb5570c5b4d9ac18120ad5a79b768731409f1179fffbc5be9e6c171523ed5e0b71945eae2";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/sk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/sk/firefox-69.0b10.tar.bz2";
locale = "sk";
arch = "linux-i686";
- sha512 = "a361a1cc006ba9f365d92a2a99145900c006cfd47ec4c51de16535a13b8bc08b48f6557d28cd0794f321f5f9d6ea170be28315a692d2ea02177c212e40e3d7c2";
+ sha512 = "4c11c5e850d9dfbe8285973acdb85de064b9009df28b974dc482c8138472c8555c6e44718d770f561805a8dc4d600ec77cead4d217d76f412b1128db4dc3d31b";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/sl/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/sl/firefox-69.0b10.tar.bz2";
locale = "sl";
arch = "linux-i686";
- sha512 = "a08e4f706127d72efd753752619f460d2e9ef98c390b1084d82cd7a1c41bd092da9be1f6497953be1e5f3b766108c0679c219b58434a8c160ca9dea2281a3890";
+ sha512 = "b02dc1cbcd8307fd803d477a73c7196fcdf4cc7ce7b250892ed0cba61c2003c63454623a953a0186359e117b0ece427d977561f04d29757d2889236289fa7fe6";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/son/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/son/firefox-69.0b10.tar.bz2";
locale = "son";
arch = "linux-i686";
- sha512 = "4847cf14593f469189b5fea96c9feecf9face5602596f743996ad28ae4605ad06b81ed626b945a7d388bd94127ceeaade25fd54ed37b6bb44b1a66b91de30046";
+ sha512 = "aae03bccc5904c2b50d4bdc4bdbd0995ca8eeba67973bbd5ee5488606c2f0759b88334c500aa2b48edadb2c6ea27b16452db29a6647377de87a6f6d054acf202";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/sq/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/sq/firefox-69.0b10.tar.bz2";
locale = "sq";
arch = "linux-i686";
- sha512 = "0691cbefb5c9881b3dbbe4777e955f1e6b6bcc0ebd0c2622f1a8f8c2bc2c9be652dbe8371ba7ae67e034e6b3e6f1f1184b3a4f2c846c38959050fd2e97dd268e";
+ sha512 = "2c9708666b8226ad9f2c107c3c9c8607942781544a6eb9a050915d5a55712fa5c9bb38a07581e9781c054a4799f4d677788cadaaa30dede88b508771da20cbeb";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/sr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/sr/firefox-69.0b10.tar.bz2";
locale = "sr";
arch = "linux-i686";
- sha512 = "a6dbe0165d73f6a08cbf96ffdc594996007857345cf12394ae47cae61c6d37476fbeeb442575e1e3622e5ad6fb8475eecdf6a841bf4412ccc4703369270f4c36";
+ sha512 = "b575acaaa5701c18fbb90cc71d6627eeae41a0ac1cf42327843e7c120cb51e7761b54669eda69577ed2c3c8c98ee9be66dba65e914283e50afb058f7b94c3487";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/sv-SE/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/sv-SE/firefox-69.0b10.tar.bz2";
locale = "sv-SE";
arch = "linux-i686";
- sha512 = "4c737f8a91ec996bb229a726cd98b41dba8e072a7fee3f383f1cf7ffa18054c4cb65bf7a1f77ac8d59a3c2962404abcc487ce08ccb0f9c91a386b316f8408d9f";
+ sha512 = "728c09e2feaaee2faebe8bd6a42ac78685c98c5d0065d14ea9d29df1afadb429f9d03519e9256e678f63c29d59f392805ea8843f7df8d25c3d42c557e91feca4";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ta/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ta/firefox-69.0b10.tar.bz2";
locale = "ta";
arch = "linux-i686";
- sha512 = "cc5406268e3232771d4eb2483d32988bb6916e7053536ed39f0947a859e4b0944030a978713a39c0731b28bb03d84e69a3bb33bff0edff663bfee2bf2eedb868";
+ sha512 = "5415b52d2270d55c12254ae4cc61cadf0b743cda3ec80f36e8e5ced2bb0599abfa37725994f680165c3803889cc04f218dbd2b89f3011bc41a8f1fe204b1a821";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/te/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/te/firefox-69.0b10.tar.bz2";
locale = "te";
arch = "linux-i686";
- sha512 = "69c7d9a330187c202f6a8b97d2070012ffd71ef7fa8cafee7536ec307f0b5a9c792b85bf2d4cd856361b9598746ada97fb7f0d21e76da425114d4ed768ede04c";
+ sha512 = "6361e327a8d71977488d0b6e5d4dfcf9271dc4739b52e31a979bcc686b2a6f326065e88ebafba05e38e6628955690a934c02b510eb5ae0ea15371bc309ae43b3";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/th/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/th/firefox-69.0b10.tar.bz2";
locale = "th";
arch = "linux-i686";
- sha512 = "03b68bad46ca97c76b1d06c38fba4952a82a69a98fc81df3ee8f4c836b2a0e9a9b6c67cd39ce8dadf8942ab8e13166559599e1a241ffd108329f3571a9b5dbf0";
+ sha512 = "883fc0aabee67ca6098a4e860f58018bbdb511aeff8f1ffddf8c012357208dd2156ef0fbea7e92f2f0fc0da8d8a60d913ca638742c2b6511fbb4d943b59cb944";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/tr/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/tr/firefox-69.0b10.tar.bz2";
locale = "tr";
arch = "linux-i686";
- sha512 = "c728341d864f30ede2c7939a4967e2fcf1f4a5c658f05ba599973faf7b7cebdf38a215fde87875051d64f9bb36bce34152235a5b00fc6f5ff4503e51dc1e938b";
+ sha512 = "e5f302af1bb937aa0dc0283a97a61588a7ad72dd46f74c0514645edbe23a5c25032a585230709fffe34d3b7e739797e4a2a33c2b2115f4623ab2da9b7c5fda4e";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/uk/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/uk/firefox-69.0b10.tar.bz2";
locale = "uk";
arch = "linux-i686";
- sha512 = "65803ed0d08ef6f67ff7f94f3f8cbb73f8a21eaf4e79fcdcf16848eff71a451f2e2a891a8d2a92e9c33bf96437a2e1439bbad1dc33aa6ddbaf7c3b4566527b29";
+ sha512 = "4590f2774f1b119bb76c23b65103a635c4c51541fd9ade6ae44d997892f21015c71d8d718697acff6525420d6b2d5352d2f3c4afd3f35841fd7b207260c1ac2b";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/ur/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/ur/firefox-69.0b10.tar.bz2";
locale = "ur";
arch = "linux-i686";
- sha512 = "3f052f9e9261897d44426acca8fec6d070732cc64c29f78a5a96d80f75a3eb49947112d36258d836301a93da25e5c99d1e5867c8b636d2c8bd404322259b4aa9";
+ sha512 = "d559ce617dd2da4bf45eed7a61c79703064f29ca473993fd2df64f8e7006a6026c70e732db66fa33f78e550eaae88da2dd67cfefa85456d7e9e8a1d28e67b5be";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/uz/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/uz/firefox-69.0b10.tar.bz2";
locale = "uz";
arch = "linux-i686";
- sha512 = "a9aebdedc2f29b479c4b965773c3860e7e581bef85635b9e5e60fa459f10a99393ccbbc12c9029bb1ef900b63b1d4d2f16c4d7bf99f9a97acbcaf381e714d00b";
+ sha512 = "1770b55e2f8a7119d5395587f9f7d7fdc10f8c3c55f954f62d08a1ec3fa66600cecbe94cc7cd04580c1ba568ce5e839bac52e8c8b3dc654937e91a8a573db358";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/vi/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/vi/firefox-69.0b10.tar.bz2";
locale = "vi";
arch = "linux-i686";
- sha512 = "c63e6debdbfe43aa17eed9e18bebed446127fe77a2b4da3a155dec0ce03defe5cff9cf889383b5cca54680d1f22ba756175cfad6ac2748a966292438b0aa9496";
+ sha512 = "754513e26d09ceff0957a5d520097b600db660657feb1d8484ce046e90e60d37268474df79ebf5a450436b9f6574f0443fb7d647ff0f5b045055591488e4ab67";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/xh/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/xh/firefox-69.0b10.tar.bz2";
locale = "xh";
arch = "linux-i686";
- sha512 = "adaaaae0a0bcfebe420c69aa6505e7b8261da02d36e87457fe4d980296b609105fd9c690e9a646f79450f0f2840e0db1336b8c08a20e43a6821cb576b8a28b55";
+ sha512 = "2e2e353006a2ad5430a201e0b7ed793d439afc1f7f4114258065f58afaa351eaf2be32f3dce1401af350cdc5753fffc13fee856181e51b961d688049c348c3f1";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/zh-CN/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/zh-CN/firefox-69.0b10.tar.bz2";
locale = "zh-CN";
arch = "linux-i686";
- sha512 = "dddf8b726930fa6b8a0083867bbb37f1ec2e12c0324c4dc2544700304fed18fb34d4905d84019246be53917254f277b2e6ce07da81fc70dd15c3ae26ea2358fb";
+ sha512 = "7b86f1c8b7d81b90f7b72b3eec110257758da38f7f3bca50006a339de5ca1075e06762f07ba29b23a0718c6014ee30564329276098c9f8569487b4831f7b5809";
}
- { url = "http://archive.mozilla.org/pub/devedition/releases/68.0b9/linux-i686/zh-TW/firefox-68.0b9.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/devedition/releases/69.0b10/linux-i686/zh-TW/firefox-69.0b10.tar.bz2";
locale = "zh-TW";
arch = "linux-i686";
- sha512 = "1a0311e48f2f6738a22c2624333c3132d3af5ed53f63a66e573361a12067deca5b27e39b7c074431416d43b6b72fa5731800bc6d1eae287a3aa1ad0c87bc638c";
+ sha512 = "1f2a59adb5f3e243629f54ceb769e032eb2274990a7f5feb43a0c7f2df8344aea31fff8cb0ab9ea2e220f68548a7266ea052f8c02ef3fc8bbeb0b5917a1c853e";
}
];
}
diff --git a/pkgs/applications/networking/browsers/firefox-bin/firefox.key b/pkgs/applications/networking/browsers/firefox-bin/firefox.key
deleted file mode 100644
index bd27ce85c94..00000000000
--- a/pkgs/applications/networking/browsers/firefox-bin/firefox.key
+++ /dev/null
@@ -1,254 +0,0 @@
------BEGIN PGP PUBLIC KEY BLOCK-----
-Version: SKS 1.1.5
-Comment: Hostname: keyserver.mozilla.org
-
-mQINBFWpQAQBEAC+9wVlwGLy8ILCybLesuB3KkHHK+Yt1F1PJaI30X448ttGzxCzPQpH6BoA
-73uzcTReVjfCFGvM4ij6qVV2SNaTxmNBrL1uVeEUsCuGduDUQMQYRGxRtWq5rCH48LnltKPa
-mPiEBzrgFL3i5bYEUHO7M0lATEknG7Iaz697K/ssHREZfuucB4GNxXMgswZ7GTZO3VBDVEw5
-GwU3sUvww93TwMC29lIPCux445AxZPKr5sOVEsEndUB2oDMsSAoS/dZcl8F4otqfR1pXg618
-cU06omvq5yguWLDRV327BLmezYK0prD3P+7qwEp8MTVmxlbkrClS5j5pR47FrJGdyupNKqLz
-K+7hok5kBxhsdMsdTZLd4tVRjXf04isVO3iFFf/GKuwscOi1+ZYeB3l3sAqgFUWnjbpbHxfs
-lTmo7BgvmjZvAH5ZasaewF3wA06biCDJdcSkC9GmFPmN5DS5/Dkjwfj8+dZAttuSKfmQQnyp
-UPaJ2sBublnJ6INpvYgsEZjV6CFG1EiDJDPu2Zxap8ep0iRMbBBZnpfZTn7SKAcurDJptxin
-CRclTcdOdi1iSZ35LZW0R2FKNnGL33u1IhxU9HRLw3XuljXCOZ84RLn6M+PBc1eZsuv1TA+M
-n111yD3uDv/u/edZ/xeJccF6bYcMvUgRRZh0sgZ0ZT4b0Q6YcQARAQABtC9Nb3ppbGxhIFNv
-ZnR3YXJlIFJlbGVhc2VzIDxyZWxlYXNlQG1vemlsbGEuY29tPohGBBARAgAGBQJVrP9LAAoJ
-EHYlQD1/DRWxU2QAoOOFRbkbIU1zKP2i3jy/6VKHkYEgAJ9N6f9Gmjm1/vtSrvjjlxWzzQQr
-kIhGBBARAgAGBQJVrTrjAAoJEMNOV0fiPdZ3BbkAoJUNHEqNv9dioaGMEIpiFtDjEm44AJ9U
-inMTfAYsL9yb15SdJWe/56VCcoheBBARCAAGBQJWBldjAAoJEAJasBBrF+oerNYA/13MQehk
-3AfkljGi252/cU6i1VOFpCuOeT7lK2c5unGcAP0WZjIDJgaHijtrF4MKCZbUnz37Vxm0OcU8
-qcGkYUwHi4heBBARCgAGBQJVrSz+AAoJEPCp59zTnkUulAYA/31nYhIpb7sVigone8OvFO19
-xtkR9/vy5+iKeYCVlvZtAP9rZ85ymuNYNqX06t+ruDqG2RfdUhJ6aD5IND+KD5ve7IkBHAQQ
-AQIABgUCVaz9fgAKCRCzxalYUIpD8muMB/sH58bMSzzF9zTXRropldw7Vbj9VrRD7NyoX4Ol
-DArtvdLqgPm0JUoP2gXINeSuVPpOfC676yVnBEMjIfqEjq09vcbwayS+Ncx4vQh2BmzDUNLE
-3SlnRn2bEWr9SQL/pOYUDUgmY5a0UIf/WKtBapsPE+Zan51ezYSEfxDNfUpA4T2/9iWwJ2ZO
-y0yIfLdHyvumuyiekJrfrMaF4L9Q0OnJwp1PwkvN4IVwhZeYDtIJN4nRcJK5LrwU7B97uef2
-hqBBll7/qCHl5y4Khb0csFanIg+pQLPUJdIiYtzoFtlgykB61pxqtU9rqGKW02JzEUT8DdPU
-XxmMBy6A8oGeBRH/iQEcBBABAgAGBQJVrRdcAAoJEGVzgtv/JREKQJgH/3nD/3/SumL7nG2g
-7Y1HQqWphUbn40XWvjZcHq3uBUn1QYXeZ5X56SANLM2t+uirGnNaZXW3cxEl5IyZVLbmcLWE
-BlVAcp2Bf3FXFbdJK59f+M+y2+jZT9feTyrw+EtLoiGTxgkLdJyMyI0xGmQhMx5V1ex1CxhZ
-K2JPjzCVYriBI0wIbmKi90YNMQoSsdMhYmX9bHl6XWS9TCDWsqj25FLYJL+WeVXpjO0NjRwE
-E6pc/qldeJYG5Vbf0snGxIerXe+l5D8Yd4PEAnpj58+5pXeoGYZn3WjX8eTFMAEU+QhLKWQ+
-j/Y8Kijge7fUxnSNBZ2KEnuDN/4Hv/DrCFLv14CJARwEEAECAAYFAlWtZVoACgkQ5DJ8bD4C
-mcBzsAf/RMqDdVHggQHc0/YLt1f/vY9Y7QQ6HwnDrtcNxxErSVcMguD8K6Oxir0TMSh+/YuZ
-AW8K4KSgEURwZqz4na8/eOxj8bluNmlcAseQDHswqU6CyB95Woy3BocihH7L0eDXZOMzsa33
-vRQHBMioLxIbpnVtVbFR1z7tmyfjcOrzP32xo5QoPoczKX26luMBjAvbw1FC0is2INnmUSYM
-4uH7iFZuXGPFYxcAqODqy5ys3MoPa4oZ71d0HoiRil1+s0Y+2ByddZ19pE2TXp4ZXNYNUj/2
-aRj8b4sTjR4rqhHIx/vfoK+VCNy/skFUZOyPdbbymE0stTRSJ1gr9CZLcBWYF4kBHAQQAQIA
-BgUCVcFZcAAKCRCJFz+VfFX5XqApB/938p+CJiDRnh2o7eDWnjSyAu7FWmWGkOQnjI/kraKx
-1vojsYnKRXD6mjq1QJ8Hsp4taJnLQjcokNTUiST4m/e4ZJExPWuJKkwlralWGH6NpqYcgWPa
-jSYb0eYQC4YqS0kfyzolrHdKI8Y4NGEU7yy5zsHwWkHt/mpNQMrYnXwyWdIrc03X/OXo51dJ
-yshJDRw3InREyBblFJcLvArNHz219wMrXAicPytw4wfPpVrmDx6GrZcI8q8ECWCjwSXXv7hR
-pEuFLSy5XPhMc+wYBJjNlUoiFBAF/7zENd3rMn9SCQLiIFYe0ubmO+bpeGy7TizbxOaCIfgU
-ouyy0BQXNuJBiQEcBBABAgAGBQJV0hrqAAoJEK18uZ+CSLoPzEIH/1D6sJMNAJtZCRGhJXvv
-6SYhv4pUVNyDF9FnUvRsovliojoe4IkuBTWKhPGrxbiD5IO/izr38shqNhhm9JE2/SQZHObY
-Pi+lyfDKbJgImTNxmS4F7JHnRLr37VxK1sVvuNkynJnqvCcp1g5xwNIx1rKcka3iuqJj6toM
-8XQfgsTHH1rUkWHbUV3QwNzXm+yhFm2s6QzxBooPzmFn8AY7CXD4pvcMR+M0Zy+e42nngd8l
-zRnmTBVig4pRq0GCMulFG+XjeVQZFpoIIxo2k1lczbRmGttONdGWSjxBUxReoTbSwM3C/50N
-robycGQgY0gd6LGtWtU8/uEfklEy2NluxYWJARwEEAEIAAYFAlWtAUYACgkQVu5xjc4OFUs0
-OAf+LM0dyyvUFGdXfJDpP2xMknXzsHAXWFEtH5jein58mv6dD3fTVcCouo1vMQH3WFFSLYZv
-wtNnHGrSBqFbNKqZ0ATQ5tcYaWsSZ+MVJJMXJDXFG/Oihg1nNOM33VdfV0RGPKP1I4cEROxm
-s3TUFkHW3cSCgMzs8I1OxfSoLrm6da8EN+2ct2InqzdQL2yisyTyrdmXoNpwXDxApKYkvVHQ
-4+9eJI5m0ZAr0mBjIeJdATcw4/lIVKTrV7UhrChxiffYJcz4SSC1crmr+2Fzw53CyAsAmYal
-UHep3Yr05oQ4oJRX9X3VrY/yELHwwxXaxCAdwwHbbXAMhZsPk9Mc20J6BokBHAQQAQgABgUC
-Va0isQAKCRCj1lIXO3Y+j6ZeB/91Q9/qr5oMWgOMsix8kflBLw2f/t+tRR0SWDw90bG1npJB
-6nq5Hl+Bz4/A4SWFTFrrrlZi1Enjn1FYBiZuHaSQ/+loYF/2dbQDbBKShfIk3J0lxqfKPAfK
-opRsEuxckC8YW1thGxt5eQQ8zkJoqBFTBzwiXOj3/ncJkX9q9krgUlfTSVmrT9nx0hjyNQQX
-rghsmBtpR7WCS7G7vNRGCNUorhtviUvL+ze1F7TTSGspVsVxo2ghmz5WT/cD9MV1gcVjojYm
-ksh5JIl39jCHr9hl8aRId/OfzsN+TKuBcpAxDkm9BCAps7oY8FlLKDFZTtHa000AkodKHT88
-nwnvKuqPiQEcBBABCAAGBQJVrTkDAAoJEPbQ92HczOykK9YH/0MARo3HlYXeS2bDqM/lwK/r
-QcPCCyYke6wbICjncbCOjgXHqG/lBhClNs7hp/7gqkUaR7H5tmeI4lalP40mSHHnnFvMD3Tc
-yhn350igK0bgrjWQDaYxhKlHT3vIXd/C24/vRSAxmqIKbP+IoXOyt2GMTQq8GOm2dgYRaTkw
-yHnGWnMaibctX8D4oCYR0/D4YJqPkfqobf8+1ZfP5GaMbSxE/Jwdo0kJa4vPjEzFXbygAbnc
-apzdwN6zgel2zh885rz7B7vIpMr/Y7eV85Q68qdyyhLe8cL8Y18YPzpFf+/PZNbgYxouafvn
-FwBhPQwg0gUF/+1eM3UE2ua+saSTGduJARwEEAEKAAYFAlWtCVsACgkQM0LhtmejiGMovwf8
-CfYJHNbwiwSMUoP4n7FrmElhBtxvlbnCMZKz08v+lFsfS3wU1LUN69GqirfF0vkQRSlSBp7n
-iCLHQCfSoqHMLgxF0P2xgXLjaYM/t/rxXDawJmW18G04dqFrtCPZTbwMT2PsPHTiWQdaN0e5
-0lXk9Vo+l6VbwQMg4zH7icZadeJgQooxFalHYFVXUVeex9t8/YdanFVrHFa3tao6azBTSUkJ
-vZtIu14SfxigDWIIwsx0xpVfJf3a/xC6HY3Q1a3NeBz3i6DwaK5wYqijZKl0WVdULKyqU98o
-F6y0mUv3d2o/p07Cqgeo6xxMkHqu83OLa2a0C7tYPLgL4EFc2FtikYkCHAQQAQIABgUCVaz7
-KAAKCRCWO3gxCjexfKxrD/4npm1rB7+pPlotbqK37Mur7egPbVSAzVNU/zUKPAuGUeP3C64Y
-N77ETx1kDuS+meAqMDHFc9Bf8HivPbtj6QcK96U5KstbmSh1Ow9YiQtxJgxGjg/CzREgZAFc
-jy0MhoklyPsFhv07s6MLOJMSM/krEN5nqjifQ0WdmTk02FLoHVWcLdjfgMiPiSjGbU3k7luv
-jPyRNzk831szE5mfa74rEYh4TBklse+2uB4DFQ/3oHZ1Sj6OBK6ujmNKQjIP7Cl+jmjr7+QK
-0OJcRaj/8AckDA5qXTZACh1S2syCDDMnX0V+dTxGCIoWOK+tt9mLohMzpEeD4NIX4qdpbbCR
-zeYZMHSomyBIsbA6B+/ftDE7W1N0/FtJ9adkkCynKULvh2CH5c5hgOOL22M+2spnywRoeJRU
-WU7hBM5OUH3JjA4Tu4j/cwp7dD7QzZrzmC9f5LQJ3OelejvVowWPQd3/tky4o1q6wlmFqAcA
-gtu97UwgBOSR9sJPGDlt1iC91UYAiBQQAA7ya8uXUS84mCQwTlr8j+YrowvEHK4IxpPREytT
-1LzzV/4Am4ndDFtujy83QjL0qaIIim1xIwoEosd4yidhpczw7f3b9dQpuBIFeQuhM7JsxP4t
-mE7S6k6GlEmqa3INPVaPGnsUGS7+xSMlcJXLtimPCSQvFma9YiGV5vtLy4kCHAQQAQIABgUC
-Vaz8uAAKCRASy06X4H5n0dg0D/9QoxIh9LRt1jor7OHG4xKUjKiXxn/KeQNlJnxI55dlWIvJ
-EJGheFjaDomzKBYuxmm2Ejx+eV5CHDLUYsLFYwWf8+JGOP75Ueglgr8A0/bdsL63KX6NP2DC
-g8XR4Z1aeei3WMY7p/qMWpqbQoAv9c3p49Ss2jSNuthWsRR6vbQ9iwze2oaUaA44WKQyhhbC
-wBU4SHYjlKCLqIBh/HXZFhZ4rDfuWgPBKvYU1nnOPF0jJRCco3Vgx3T9F+LZ3zo5UPt1Xapr
-3hMVS9iaJyl1w4z2miApUaZuHPuWKuO4CJ1GF1mS5T6vG8gB3Ts5zdtBF2xQIkCz+SM7vW/2
-i/82oq6P8EuLHEhrQPR4oTjXIvXdEJ9kgbjqcj8Xk+8teEOnuwh6iEhay9i/bf0D3Jd+roFN
-5dnWPxhOVjzrI3fwlK1/ylsZYqUYBEzt7Wj0MdhjeKssI5YICcqYXXjBttMw4B7DZXPFXzz3
-kHB56jZ/II4YUjpLO85Jo5A9SV+aIqa0mvCt6DvVWy/rhfxfoUdqNlhX11gkVLaA7xxgn/Nq
-POf+h5hVO2mwWkmart9YHKMZ3ukCdke65ITL/nsYSm2ZhG7OYjaCfu9jPWtkBstOEWyT9q4J
-TdViR7wN3eMefEG6rb49rxOYvGJu+cTVkp3SCpl0w1j+tPj4tkj7ENzPMXdnuYkCHAQQAQIA
-BgUCVa0s4gAKCRCKsTKWOgZTeuMyEACKOySKAd/xDcPcHg7Prvdws04Z8DIR0dY2qUlbRVx2
-jTmIXyry63CqbOJFbDg9uk5x0+lSotvrWtZ+NKSrg9VM6vyV4cc2P9rhqIBi3wO2elzAmpOa
-S2KKOjQ+2fS/xqh91ElJUu09xXQXJ0vMrqgui+zN1YBDiJV0WOmm90Mm2NPiihcWZmBmDorO
-qMQabwbjBLi0yUVHgAlkilY3mAB4tmEKDeN+4pYSAAhXAll9U+nyoVMgwMJscZyazOp4MqMb
-mFjyr4p5AGzv+OOJtjtCNKT6oW9Y+URLY0YKeOsPk0v5PlbQCVBlLeSBsNZudKav/Gvo7Mvz
-5uLTcneBFb+haYIiXO/FQm4uBHkzdNFLgaph81Wzh62AhbtBlfBOj/lbzN3k/xRwo64QU+2Z
-9GOhFlhjfROquY70FCQcspwNuqCdZybnkdpF2Qrr6Pi0qKR/Xb9Vd7PW0/gKQdwwlYTiDemg
-A21mYeJrYw873/7U/+kLFRvmPAEX4IOIOEN6XVjxvu78REi6CmXxOoYnH4aRSXDRyi1nsGjB
-43AtfAMMNCUigDgFP4sUsZAG1RAoxBhOsO/g9S5wx8H3rKITCXDjQh2SYeBwHFcU03EMcyzE
-QhbZNighN+aRKGIibteRxISiKU+kcWaHolemeo6wGF87QXEpJaQ2OwIoIxQYvDDmQokCHAQQ
-AQgABgUCVaz/8QAKCRA/8xuvEEv54t06D/9n1Nyn2QSUN1mXd7pomoaka+I2ogDbQpu9iuFq
-bkqfcH3UuG8yTKlPp9lYDBs0IEfG85Js6iVxJIultocrcDmOyDkyEsnYbdel/tn3X4yqD8eI
-6ImRoCE+gnQ3LoEIHuODfJoosM/jAHANs4fsla4/u5CZDXaaq7pYXGiTt7ndsfmLiCa7dAg7
-bVFfJagsnL/VjlfeWM9nW01rDL9LPxSN4tq7ZKXWZDonFZYJ4unsK/Cn6Pqco4Wb+FUOWCcW
-t8in1pgeNHZ9WnAgXG999/3iCbbQTLB6uVwY4Ax5P7VApnLVXV6QFVf7bN1DxE8kZk+pfLGc
-uD1LJSF0skE80M17kAt+iV+fam8EYzeGdG6cY6w+srndaMaq9ddiHIiQkR35SjJAGnrNRj8o
-oUr/vKOBnFfuwJLA2MOUVPZ8HWB+WXW8qhihw9CXa38Hdt4o5knMGRIyTWEF0TQDtRGQ6his
-VBN3OxJRXBj7/QgCG/GoYpweGKcsMU43p57TzbnXVVUytJsLFyexOGNzrUIxgDVPEvTUnNvd
-AihNZPdbW3YdFkP9pdwOyDpQwebXELUx1kp4ql0laueex4L1v+0a6rDYQeK1gOq5UGY+THRS
-gB2xsHl5zeryfgnjlUkUlxKuumz+9FI2fRtSpxmWllJkRF2oFMGRuLPGAWe8nHvfgkuGVokC
-HAQQAQgABgUCVa0bowAKCRCVY0f2+/OkFWKREACZ9TOmzvY6mrfWVEdldcYPj8cU/1LJhGdb
-No5YYMx+A72nchxGXepHA65OEK+f6rFMeZFPwpQPy6Sj3MhT623H/PECfeG87WcLOyJbfc3i
-9T5jvxS+ztG6abYI2J/50oMvjUWdWkDX3VvdPc0ZZ+KC+oHvx9a/9Yki48m4CEKglgVsrRW/
-b9AXZQCj07bB0GjQQtkqY/m1Z8m4ttzxfO7OBo/jHNF2An4/4gUDirXNDj0UdB5FYFJaTEUC
-neIj2x0fk1r4u6na8tINhiZ0M7IgjnDlBD5jwzvwG+3kYE6TnYp9Mfeg2MPC13tp7jrJatLL
-utrOzvmSVLGLXbkh9w+v+vx7qO3TxZUNlFqTmYs+vI2V/9j7KYV7Ttoind6Io7X9ImnYrvd8
-JOyVcO3867MplKnrnqHJvFStE+JcHEcw5aRw+WVmoFd/obGc34V3K62T977QQGOkrTYDEdje
-KADfjXXZkZMZc0IvzLBOJ1XB45+PKqJYCcJJS8Xr55+NGCDaaUPWDpkNGIqmX2n9kYROMKG6
-uWkZIqG0JlZkga3THSJIvLiy6uoOvDC4GoQ9JnTwpGv6r1Hwcg+4DCOrYKOoPKMMU24vHx2F
-tRRUgCXtr2cmi2ymHlUrtz8EXS4tblic8lixcbvPUqLEvbJ2gfWQvjXNd1whYE/wfvI9WBTE
-IokCHAQQAQgABgUCVa0b3wAKCRC8FzAbSRs/IQhXEADiKbCnsN/+Plllxn6SQHACEU75ackx
-+Q02XiD/u+wUptYUGmJi4aaW9f6mgzedOxYK4S+/dCiFtkcYlL+FjaR0C7G6tMjrDgW+8nQC
-TPUNQA0gX2B8n06a7Zmdv3EbV/PIJJwTNSBp/dqKbvPKnRquOOpH+ayZ3awKOq/LlWBErbW1
-gB+FabN0lCe0iUIQTF9OH3GC4QsMtIrePueBmVrVPcHATV2Vw9UPqX1uX/tlXm5eai06oVT7
-V0FwUbg0o1eacblNXvHciHpe33zZIKkGBWwSjDVcU9/SN+U8GfoMYmyCma4iN3KaCklpzBkJ
-iQZtNKPAB5KJti8LDUxFi2sJd3sqWaZDGFhO+/PKhBKpqIhAzx1ppd11zLgh0eg6gQlXN8D8
-ELISRvQqGGNNZdChEFdzGElg5SMfmeEd37OaX4wceLLV0v7EA0doHMVo0enFhSwU3Ywtwxbi
-ukKc7H/ylG7+jvntjY+z7KktRsY/FkklrbrNhddMBQMMSAQUUz1GJ+6NUKmzXjqxFuuh3OAh
-qNzhJyABZWQcNMph+rogEslkenwoHV9gWRWtS3CMybJkKkbsWpYhMZNY6hFtgCwida7NPs83
-69v+yTTE6TU/NIlXUKYIf2LMqtOpEBTjaN3jKpUi5DeE3zBeh6iVKUrfCXbt8O0rYQPNWGSW
-+MZ2t4kCHAQQAQgABgUCVvA4GwAKCRBE9G4UbQI5XfS9D/9XPK7jg0lmsNZ2sDIyeAw5n6oh
-SR5F20ocTMAVeXqN7VkvJdNpIqHJa13EP408DgTy9BsSptym/OQGE6B82BU7FZTEL6eMHnGG
-Dg+5ktx9+b73xLedzK75ti6ED+QuA4kDYcvW8hASht0zRcmFUzwbtuEopJ1Lk1R3oFLwCAov
-lhduC45nANWrTK5U+D1U2obl5PAvx+9mEfgvojlGH/C/WD74W+cQZFH7t4+muRzamckLyPft
-nTxjNF/lpYIm7z0QOwvzBYj+PJ09wYueK00RE5+i9Ff8DrjtVSXsziQvSjJuUlv0kVvM8r3t
-h4zBBNRhA4cinwqxhgqO4G+r2r9Gv0M2nKKOnWmyF+MSIRnhgONOQZe5a7kQxKVWkLicS2IG
-UpPeQyTWaqZzYXsD+Dm6DXD57vYTURtUkwO0CDONzT5XiS1HG1MZrw+V/Jai4HAvpF5WkTJX
-Pc1Lv75BxJj3wOAw4MzEWCCdr/N/dt5/+ULpEaSQfIg4L4iEj6rvabQyN0KbOxIDx+pPQ81i
-zfj36wIrDqhyCNIdmVH/yARltkL4XDEl/pt7Y3t6jqFhy057lektowClWcPeq3DoL0LFYnjN
-PpYvIjRIAXdhaYiAu2ViF8WdGzQ5tFeI7u3PQUG5NcPe+WOPOru3wMMrUhLgLHkCdNkjivP7
-9qIPSTkCGYkCHAQQAQgABgUCVvA48gAKCRC3hu8lqKOJoLRMEACmlyePsyE5CH7JALOWPDjT
-f+ERbn+JUTKF+QS0XyWclA/BIK8qmGWfgH38T9nocFnkw17D3GP8msv8ll+T4TzW9Kz9+GCU
-JcHzdsWj99npyeqG5tw+VfJctIBjsnX3mf4N0idvNrkAG5olbpR5UdsYYz62HstLqxibOg4z
-WhTyYvO6CjnszZrRJk0TYZON4cXN14WYq2OTrMaElx0My8o1qVBnK58pIRzv72PmvQqUk5Zj
-hUyp9gxjqqCJDz0hVK61ZuGP6iKK8KCLTfSxeat05LAbz8aC58qlg5DVktevHOjBgnTa8B7B
-gJ7bQ9PLMa3lF4H1eSiR9+8ecpzEfGHILoeIDIYH7z7J/S0mTgV3u5brOMYO+mE9CEfps85t
-VVoyJrIR8mGEdtE2YmdQpdFzYIYvRfq9tnXZjVsAAsC20Smw0LnjhYzAt9QJwZ9pFMXUTg6l
-C5xT+6LNrEY+JR3wC16q36bcbCNj0cBv1A3x6OI5OQfpexhLPDgoDiI+qozJIdj8MzJ8W6KU
-1Z3yb3dqACk77yv37rGO6uduSHnSti26c/cUIy6XZBbXBdobE9O3tr8hwvTQ1FXBmYnBrdiz
-U6tgxEA5czRC9HOkdk6y6ocbjmONpF6MxkpJAvTMk7IqC2/hisbV9x4utla+7tmNZU137QGc
-aK2AGQablVAy4YkCHAQQAQgABgUCVvCMigAKCRCkhaDtUbi3xAU7D/9gUPZSJ8pbZV9TLaKD
-57Bc7B78HNV/B438ib4dI33iihMTBHnCB1giPE9X54QoV8ASxrO/xveS1kkj78jERqUcED6Z
-HhMLb9SWs6CxUKdMdgovnIlFUc+t05D5mb6STi+zNihwO0JI+n79qhETy73WLpC7RR0aMx7z
-Ycbqp3NWPptcf1kVGJZGx+QbEHfVye98T5pkH5Wp+7LSlup6AldQT/oifxdGxLXbECTnwozR
-vyMpAaphoEHrET1YOmKnmw/Jyi6DLpTb3XvSf5Tntzr7HklCEcL9FvYCoHxiXWawLhuPhSyr
-FYeYtF1ypmzTgaJWyuTZ8sN9J+y7Tbchk/I6FpX+3YoTgPCcC7hv1Krs803N/3KuyBEvhzg7
-NYRikzO3fxXlBG0RMm+662E7KlERU24izbWhGiYwl34+MaxrIO4oDvF79LEN7y0+SjL4V0B9
-689d+HI1ZfS9O1xkOlW6y0QyagOzsTOUF12s2mWydFmipbYnIwsSsu6Nzk3yO4M+qYABJXJ3
-tIFQPTd7xqmPNlJ8mFtmzHDhb3Pv6sRNFLLujYM9cJpuNMbAHWdohz1bjBT9pZQ3zWpll5wo
-tUvGmJd6hTAXdUgmZ7lh7Uq6axClMmiLe1WYntcNpb04PyyEm2+GU5x123UTiSX2LGKa4t+H
-NSM8nJL8BJiGk80xVIkCHAQQAQoABgUCVa0OAwAKCRDDvTXkbdRdpVR+D/4/37e8WqKOHNPt
-eQu42sj0ZOfcqyVMA9TQ578F0s9MwoQuqfVhXGSWevOctuMv2qTBjBfFjkdPrKR5L4LNAgMs
-u1epHU0DPcRZUCbh1P7GpolmZ8KgnjT5Wpl1AcuOCaP08VMrt/e/JndTHp6btn6HsLVtryNh
-lL7oaeYbDr6/ovHNGHVIVSZgGP9f4Y8FiDpyfKav71vYLBMxtzM7lc3eFT1S10XhSW6k+8S5
-XldYWkLDriRXDE85C+9QndpOoQaIICp3ye3JVnUxa1qhvsYj9uPt1M6hKiBSoXdplrB+hQc+
-nqLNN3jxpGdmGmwrjtjqMhocMIguEqgARJOek3XKOppEhu+IcnJgU4edARJNLsBauiVBWY/6
-mZOFlZq6H48tVyziS2n/oIpi+aCc/fQeGs9zMTtFUohPfYtTcy9PecXMOYpSu4p4tQ07oucn
-xfBkRUgTdM5VwX7YwTcRwp9XhHACUEGBhrwMH8Iz+sK2jLF3FhJGkef1vFs0vqSf4I8DBFkY
-AKF848YyEcGHeINQloi3v0Kr2PpBxlRh+GPWwi++QPKXQFzlTiyVtMzoo/lpmAWUJwj0dbAb
-H/mohtvWtA1WPHC2JRZ52JLThhpDrK3t//Jdt2WHE91cMx7/2B0PK4O8/j7UVlsOJXpVPsGX
-5SFCeTB/iS4JtIwWN275zIkCMwQQAQgAHRYhBFnKni0qMx3iUaokJ18Dx2fCR6TVBQJZDvZC
-AAoJEF8Dx2fCR6TVoGkQAIjqaQ7tpdhDJ6ORNtLIt0TsWg0jg2rpoq+9Au36+UYBMuBJ3Py/
-tAsZ3cqQlig7lJiQqOuQZkbg1vcY4Kdad7AGa8Kq3sLn8h2XUlNU90X0KAwdCTA/YXxODlfU
-CD2hl4vJEoH/FZtfUsaLNHLmz0brKGrWvChq00j5bPfp90KYKqamGb3a4/LG4DHL4lmEBtP+
-+YA0YqUQ3laOvKune2YwSGe4nKRarZnFiIn2OnH9w0vKN/x9IMGEtc5MbQVgGtmT5km3DUuX
-MDforshue6c7ao4nMOC96ajkWYZhybqHJgLOrEGPVUkOaEe7s1kx4ye9Ph3w/LXEE8Y8VFiZ
-orkA/8PTtx0M9hrCVkDp0w8YTzFJ9DFutrImuPT6+mNIk+0NQeuDsv492m/JXGLw/LRl97Tm
-HpKME+vDd5NBLo4OShlDKHwPszYcpSJTG9+5++csR95al3tWnuGX9V0/dO1s7Mv0f/z07nLB
-/tL+hEpqqA5aRiGzdx/KOrPZuhCTyfA3b2wvOblwf4A/E1yO7uzPTuSWnx1E14iZuaCPyZPX
-Eh3XSYCLEnQ05jy50uGXCDVR+xiE/5i/L3IxyhJk6zn5GOW5b8Taq5s/dFS3zWiFS6l0zQ1V
-QmJH8jdGLoBFvdVLZoAa1bihLo+nJVPR2RauWnxWoWk1NQoT3l02Lk6DiQI4BBMBAgAiBQJV
-qUAEAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRBht7Um2Y8DU1CqD/9Gvr9Xu4uq
-sjDHRQWSfI0lqxElmFSRjF0awsPXzM7Q1rxV7dCxik4LeiOmpoVTOmqboo2/x5d938q7uPdY
-av2Q+RuNk2CG/LpXku9rgmTE7oszEqQliqKoXajUZ91rw19wrTwYXLgLQvzM3CUAO+Z0yjjf
-za2Yc0ZtNN+3sF5VpGsT3Fb14aYZDaNg6yPFvkyxp0B1lS4rwgL3lkeVQNHeAf0qqF9tBank
-Gj3bgqK/5/YlTM2usb3x46bVBvwX2t4/NnYM5hEnI57inwamX6SiMJc2e2QmBzAnVrXJETrD
-L1HOl4GUJ6hC4tL3Yw2d7515BlSyRNkWhhdRp1/q9t1+ovSe48Ip2X2WF5/VA3ATfQhHKa3p
-+EkIV98VCMZ14x9KIIeBwjyJyFBuvOEEIYZHdsAdqf1zYRtD6m6obcBrRiNfoNsYmNY4joDr
-VupI96ksIxVpepXaZkQhplZ1mQ4eOdGtToIl1cb/4PibVgFnBgzrR4mQ27h4wzAwWdGweJZ/
-tuGoqm3C6TwfIganajiPyKqsVFUkRsr9y12EDcfUCUq6D182t/AJ+qE0JIGO73tXTdTbqPTg
-kyf2etnZQQZum3L7w41NvfxZfn+gLrUGDBXwqLjovDJvt8iZTPPyMTzemOHuzf40Iq+9sf5V
-9PXZ/5X9+ymE3cTAbAk9MLd9fbkCDQRVqUD0ARAAr/Prvt+mhVSPjNDPSDrTBVZ/7XLaUZvy
-IVggKa+snJoStrlJGTKKFgDVaYTOE3hP/+0fDdQh97rjr4aRjd4hBbaNj0MzZdoSWYw3yT+/
-nidufmgPus0TIJMVO8I6rl3vgcfW/D3ovNrLW/LjkTuM9a+p+D1J7woCfMSWiFMmOLPKFT7R
-BuY8edCVjyA6RP9K9Gj1sURSeqNaHR9Gr4rW10s+FwUHWxxzbmIWqH0gApQYO6vyND5IMcKO
-BCWQU6Detuq1pQ6dUc+iF+sEz3Rk3C6d4WBBjtkVJSJ0KKan8Q3gJefOCMNhdRQDjZLwbzr4
-bgoAkLbaBFCjiZxWZ6HAdMfSCV8uZQrtMS7b0DUpY0vdH9Htl3JqOOkK9RorYDQBuPdkTYFI
-NsmtWVsFV/LmR891mOF3fBRaoVoMeJVwiZyNlFY+dyWWFzLp+GoTLcQtmuR7OkmOcBGxWSKP
-cZfPqhf4dVQud7bDR2RNfJ1Hqa5kj8Z422sseYDwHf/T9OWWYvLwKGZhlUgpnzO3WCGrd/6E
-VNeC1mKXt4F7BmADov4Rdcrp1mPXiVt7oIxLaS6eBNf2y1TWzjYj5ZFuKqIukDEJfqpwsE5a
-snCw56nae+7luGs8em1J9GEXhWzXG15UVyQJaFwuB1iL8l7VcEQz4ABVrSTUWLLAKDsyqUbq
-2gsAEQEAAYkERAQYAQIADwUCValA9AIbAgUJA8JnAAIpCRBht7Um2Y8DU8FdIAQZAQIABgUC
-ValA9AAKCRAcacTlXpkF2y/FD/oDrZm143Rv9NV9InnVJ0brpqbB7aulFfhR1LDuJ/GjeqGA
-QgJCZdHlzT2pfCXXswUlYzcWEatvGcDkoaB5Ya2qs+6nhBk8pT6XYRrZAtIlKIGrlCqoSBm9
-HXguGv+EIaEECr2z/Funx9so0mP+5aJn65M9u3lPmuAonj6DcHoM07WsfsXvQ4ut3fabFmzi
-lLGeAdEDKIw8Hn3JBUOxUyFrQlOoL4/3qK1TO+cidz/2bATQQyIG2kNOSgHBslU+e6/7sWOQ
-4ufmzm7dEsf197zPXGdXR88LT+d2uU2K4GkCffNUKxZqy9bXxXPwr4JBjxLDQnDvl50GAWjP
-ZAwXEd8Okwl5+8xp0HuZ217WUqT8ib0oUUfwh2H1vrMPRr/46i6O6THpCkV8BWF7axPYIiba
-eYwC4BkjZwK3tIL5ESf2f0xK4hbE3xhMTeqABQHoXd5rQ7SEaUuX7PlQ59fRs0Cz55vH8/o9
-zMm0PN6qmZFvRBeqjnklZcu+ZdP9+CMXt81NMuzIK1X7EfpkUoam8YkYkwcCkRvPZrSHLXZF
-kfnx4jW543dPOfycjnv6hhKyoXD9CBx0ZcOicsYmw9XMilBGD3b8ZdK6RYX4ywKNU6KUdFJj
-XB88+Ynv6QxDit1emMCHA1glzV9/k36iYLEIqgWBiwJeUUIcUqzgnBFtN13cyS6oEACUGUiP
-Kbw3IkgGW19ZyS6FBNfgGIGW0Y82Br0KlCyaXnX0R4+4u2h7kfR9NSnhRhsvRnPIkiZATa7D
-+Ew1nfpsDTnti0c6g/gVw9TC/rCyXkkLztRHVcWEBdvnFJTSp2LeFaHSGbvvZfoIGUzyUzoa
-1P98NmRIY1cxBoizVf8729/zAaD4fAslxoK/JsjjDvDUrRHtaNZmUle60Jl/yFFzR3zxb+pJ
-liigoP2rZLt+ipomHJIhoXXWwfkRO9U/egJ8ZUhWEpZvROnaNc9eVct5EBADxL7gHWjlceIz
-4ndI1eE9AdEZDdUZwOfjmK2DcXjFBfZC+jhJXjY0xh3pPKQz90h9DIkM5WDcJPf6ep+MKSd/
-3hI2/JmmscQ+alwN6x6g8zDySMo3APA9cUvEFGe0+CepVcNw03jU4faSrHiMXsUuVGbA2kHa
-YVUfzF5W5GbuHZZlGxoSiq+K+HNG0RJUDa6bkSDvrcJVNw1iUrowP+LLwnNsy5kGuU4evnwc
-oN1w7LVbTPaq4RIaiqvAD33kiA9q//UNKnK4k81z+hRNaWGliyGpgqh+V7MDIqPfT5TMLdH+
-ZjTeuLrNS8KBcc2BmUpSwzdUReTqHmgO5peeIcsvO7GNMFWsgucZiAdIVE/zQv+SfP6jhS+r
-jCPs0eeu5zl8/V+gXFE2wy3jTJEl9bkCDQRZS9m1ARAAvh1Nh4GgjpTFZy7uQRFz5PPXdZTB
-I+Y4hTpF2heoFzZDI6SLyz64Ooglum3ZglQ9ac+ChTSsO36aw4b22kCM9WDmkcl7wf21fG9o
-8gJDVjFjDWbwTWREaKjgS6s/Yb8f9gje/BGySojxynTi3zyTUN94q9dhVjfiQ79UzXZdN9Fy
-yIx2YO5tOo09hTWSZg16oxP47Mj1ATaS6UIrQMcMnOp0kuc6SufXPSWsUA+g2lW0dmHgPvIH
-wUfcjWqT2elF01e9KOFe7im29G6zOS2MRx8cr6KRg/eNWpHh5aI4quRUhYk4Kw4ohQTbs9ed
-0YttS4PMK+sq6xHpb28X6ZgrWnelPY9hfwcR4m7Ot3VQUG8JY9/aTlFCoeTgkhop+MCUI+dJ
-eY8depIa0PTzdEmEWRvPhTTv+CUdZ6v4z5LD6FhP+/5c6FCbcIb89Rp5fa53oYV5/KZf+0DU
-VgmpXFU7J7ZrGgDeU7vIzmwr8kcx0vtsVm1dVwYLACpTaaQPbISQUDM8sEcqKAqD7hWKaxNs
-b2M85L6q2/rnHq4g46yJzdR3b8EH+V9u+mUi9DIljDwcpvw7ReRQ9wPdDWLynnglIeGImbjY
-fr324yaIl4vNORAkbsoCkS/qc5v6MvKvYNle5fzb9S9kCbNZmD9c5/bHPjj9ENeQvzrl2pFh
-6dc1o5cAEQEAAYkEcgQYAQgAJhYhBBTyZoLQkWzdgeN7bWG3tSbZjwNTBQJZS9m1AhsCBQkD
-wmcAAkAJEGG3tSbZjwNTwXQgBBkBCAAdFiEE3OrF2WE1uRxOpnKru769uyTG81UFAllL2bUA
-CgkQu769uyTG81UFUw//bW5T7w2k8ukGfpIcm0gB98VgxKenSCmU6N+Ii0DwcNtzW+pmVWl2
-TbHIXDpvuD69ODWBDMXu6gBkrVzNEsK3uhzGe0tWA+5I7Vke3iEkbll7VRQlIOrw+n5NMvje
-uDqKsMt1gMEEdgRKddYApEAi49vV7XnqkB2lLKfAnf6o/KqPm8MuQ+u0xYanupZCldwdpcx5
-rybj79Es0iO9Gh/+3qOtR6ubOz3Vn78Lc3y6AP9pmtdOI2QX8foGK4hNmgHSP6uPLh/ERC9N
-ir0Lc2hoEhHEkQ8CnEaccp70r03VkEQuMJQJPUyRsGZ/gIm0SAm9JJxWHXJk2/5NUN83pHAX
-0LA4zxtWs4fVW5f8v9eIhFFPTZ4au+/cS9D4GFx4mlY34awcpAzrny2tntGEejY9HSJv4PuF
-ZCmtyS2q61N9EU8yuBwVM9cp5HntzG+OT4HYugtI6ibehM0S1Roy4ETwT+Ns41ffhCwdYMp8
-tzdeksQ35s7rkB9OJHj+q2dkGaV0FQb3FutbSpxbP4zk/dLqyxuivdUPHGtf4W/qklxzCWBg
-0VDFA7PwatmEXRxTjx77RelTY0V7K54dDyVv3Jh2+FzuaQZzzuIhv4gtqHntaqLnYl3h/QNL
-bOTE3ppvn9RUSR983Bd+M3QhbbwZrgG1m+hdUZUmji+wbK0wV0xHNEH+4BAAjbVzdNOs7hMv
-jY1wVDRFjvICVorNdNdU3ELy/9BAoiwOs2+zjDXmsX+3YtdzwKvdpQ24O0TvH4Vo3BkvKkJ7
-5EU7LroAbYQ2423m1MY3eaBslmX7TUJ3XE+k7OZF8AmcftgP4nhC4IQSCtoBc9+ncyGN4da1
-BpYO7b19tO0/HST8GHSrEcU9bGGdimS2eNkSgybA8wF6K0K9yvrpTNSZ7OBVlzQfEn8s70Gy
-zs/d6C/rTA+defnv3AMaciuINSEdFyfYq4wjt5PikvgceMAAkH/z69xTNg+6q3FQt/lyK7xX
-5qPMe2oFyDA1H+Cb/uL7ioo+jXh9gF+0fk8OP2IPzxYhBfulpVtgclmOuaekzaKeIv8NFW7G
-oA9OghziExePxg95OpL/VyQ7PJiAUj1pFovFk5HS6ejVZNEGJ/A5zLc1PBIcr/phu0luqhXA
-hImsZS6858GWQllWULNWw8bX5Blo8AvcfFVdq9iAK7aHN7g45ZR7Ze6qKHDyFv4XWuE/rj9C
-2mM/GAstvU0gGmbo6B1mNGMJuX3Gd3dG8fqFjE77OB2feJyfZ8UeF1nvG1hxlmuD1A5e6/os
-O9V7kjhXKzM2zSO11zHQ/5PlUisoUBjJ/QIK4v9RBNGtbRKso5X9Fke692lVgrdggDJ3j2Qq
-MuTo71rAVDLtxerc+GNq0GI=
-=YjV6
------END PGP PUBLIC KEY BLOCK-----
diff --git a/pkgs/applications/networking/browsers/firefox-bin/release_sources.nix b/pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
index 904cf1f40fa..cd9d3bd88a0 100644
--- a/pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
+++ b/pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
@@ -1,995 +1,935 @@
{
- version = "67.0.2";
+ version = "68.0.2";
sources = [
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ach/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ach/firefox-68.0.2.tar.bz2";
locale = "ach";
arch = "linux-x86_64";
- sha512 = "ec8762aaffc4402a61594835b5b813d8593a85dc8e1a87d9efe00d40f629a68b2eeb34ac75641197d16f5c4503beb06ecb6d0a5659c84debcfa9ba4d4d2aec04";
+ sha512 = "f4ef9741a880475331f3cfd6aa9315d64c6cabc68fcea85e9f04f6a4f6cf9df952c05ef810b1eeaa5afbbc4001735840849c2dc180694bc76b5a3812f83ee50b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/af/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/af/firefox-68.0.2.tar.bz2";
locale = "af";
arch = "linux-x86_64";
- sha512 = "a42d7db1d3ea7a1ca17cf5460de619a1c24ae6c1298a0b08e8681b6e3e7f9c7b3da0b6e7b4eb9cb39ad521d2f18ca5ce59f4f5f14c851d58444310d070b2fbec";
+ sha512 = "891d435d29154ebff8caa7942196c593ae350f490a411d05de1af247ca371f8f531d9a90e52c666f530ae5a4145ff99f686629921f908712c7931bf43d21b9c1";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/an/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/an/firefox-68.0.2.tar.bz2";
locale = "an";
arch = "linux-x86_64";
- sha512 = "1189292cca4d4ee4b4153a6eb7d403686ea7235227d0ab71b6a45b246cc324cd3fddd7e643463eabeb809cc7127ebe5fc730b75223d3367c57af489b088f36d9";
+ sha512 = "d7f587357777b7bf70add4162cd62364d8c2be0bf7219e4c1b25335b66645ae4c1e5581a7d0a03e30d4eab5c5664cf05b1b85ce0dd13827a29c0ce227549c9e6";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ar/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ar/firefox-68.0.2.tar.bz2";
locale = "ar";
arch = "linux-x86_64";
- sha512 = "c6b348ee6d3e1544495e7b815b026052251285e0cb8fa92d88758b066c46636c2bd481543e3fcf98c98ffbe05714402940bfa3ee49e20ca42c5b2b63f6b12843";
+ sha512 = "2b04ba04cdfb1ad488fd5a183a862c2f6d0166d73ee637a25d64a7e9ff962d0fe7ab8970afa83cf28c5976f16257c42f6a26499b49b2d01f4e655499ec85cb0d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/as/firefox-67.0.2.tar.bz2";
- locale = "as";
- arch = "linux-x86_64";
- sha512 = "6532fec4d57fe325699bdc78d98c97daddc3c4f143729d4db0e949ddf62ed11497363f79a523c97d3545c4ae6a225086e5790ffbe54a994e8a880a24afde52cb";
- }
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ast/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ast/firefox-68.0.2.tar.bz2";
locale = "ast";
arch = "linux-x86_64";
- sha512 = "732c76f935754b1c08c674ed5cea5181483c3766108c9bc1b7a022248e8226f218c5f111b3cfbd683408b3ca328f9cfd63e65720e85693c5a8184797b3372551";
+ sha512 = "2267f7a3a8a27816e550e567d5b9a9639df31b86e24c17216e9843bf5211e520d3303200f5c15b9a342e90754db9a9646ad87615b6b490d6058f26fd21db6ffe";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/az/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/az/firefox-68.0.2.tar.bz2";
locale = "az";
arch = "linux-x86_64";
- sha512 = "33310fe5f8dac1921662f9fa1460a653dfca25a8dc3f9d88324503a021b1fc8f980b3cf3e7793ca3cf7051c58fd9688230b1e0bdb277bfdc6f0f6a6825ec6c06";
+ sha512 = "69f2e026ddc3c26f7f8a6ee2d239289c1e154a9147a20dcfb07be571bd57ed3492c2b770c768dd0b6ace979410649af5193140757b1d5131391706ce156746d3";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/be/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/be/firefox-68.0.2.tar.bz2";
locale = "be";
arch = "linux-x86_64";
- sha512 = "995dd2a26f13aacc9ecda53df04bcccf35dc1685285b24fc3d11c27414e6329aac564879d4de17e5625fa605b614a3f2a7b3ea747ded88432f33af327a80ab9e";
+ sha512 = "11efb3f3a123d29814be1e4f72e2a0424f05d5c2d5da67fd0ae4f23909d8da910e2b9efde472c85fc3c0b2d51492eae2b41575e6a84954073842d210cbc4de5c";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/bg/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/bg/firefox-68.0.2.tar.bz2";
locale = "bg";
arch = "linux-x86_64";
- sha512 = "61bfe4c004ea55585afb2115f83992a2a4bbd1edb2e0e005d09e97378419a2ae52b90d27d6f3049b6fc89b669881bead704be0c35f5ec5b8d6cb039d2127c64c";
+ sha512 = "75b57ec04a5a56691e31d4d10acca2e28d1d8975f4cd277c4e1e523e9ab0860789c83f63ce2a7c41f8b3308c7f75539d3c833c2cd62bcecf8677114b053322ec";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/bn-BD/firefox-67.0.2.tar.bz2";
- locale = "bn-BD";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/bn/firefox-68.0.2.tar.bz2";
+ locale = "bn";
arch = "linux-x86_64";
- sha512 = "b7621d371e0404d18d075714f758ddf2706b3de883cd8881fda0c720842baa1b30fc7346d3af6fa5bc5c8b2d626555dc21185b0292031472da12be8708d363a2";
+ sha512 = "6942ef38de37525233bc24aa993fb9ef3e723fb21a4627f0edd53412b2129c1326b85f3c828383080d7fbff3fecaca63d69e765b61b1d45a2edebc0c037f710f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/bn-IN/firefox-67.0.2.tar.bz2";
- locale = "bn-IN";
- arch = "linux-x86_64";
- sha512 = "603822bebbd1b0fd6c1a47e7a76bd79d666c1198c88c45c7143efd923b75901ddae483d745fab6a47fe9c08a912d12f616d06f6e820f1bf09f5542bee72c32e8";
- }
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/br/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/br/firefox-68.0.2.tar.bz2";
locale = "br";
arch = "linux-x86_64";
- sha512 = "d8afd2275cf8dc30e8b3285d9b04c7462bfa961324c2a65ba84121dc0b39611297930f5bdf7627de570267739592f4b52cfc9efe0af5c8bac6f1ebe465ed29d2";
+ sha512 = "d34947348a7e6ebdfc6d4f91f2b567e6623175dc61a774bc79d137e4bc9679dff381d3e454029d35028ee1019fc806b26e7c85ce4fe36868f01978e4540480e5";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/bs/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/bs/firefox-68.0.2.tar.bz2";
locale = "bs";
arch = "linux-x86_64";
- sha512 = "104bd65c212fccaea9629d6f799046a663e89ed31182de61707551700237ad23413d80ab916385642b415d35cf1ad613617d34c76f503eb89347f1b19be7a9f2";
+ sha512 = "ee1c6343ea3aef7852ca240608f80dc9279469422e6730f0eb2cc8c532ffb5c6eba01bc3f1f2f759724661c53d329be619593d741771187057fdb903100f1153";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ca/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ca/firefox-68.0.2.tar.bz2";
locale = "ca";
arch = "linux-x86_64";
- sha512 = "39a4fca88ef57289c0584302dd433fae111a4fa28146691868b693f82d9569ec5b5e973ec2da1e8fdd50b5b65c315f0867795ceb85e5d897029fee37d2eae5ee";
+ sha512 = "f22b424240fb8858a9960f96384e81f8609deca0adda0deb29e18328b4f4dd71048c4b450121f53c29d6a4b3d63a4cba8a72a7194da3e93645bbcc00d7d7951a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/cak/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/cak/firefox-68.0.2.tar.bz2";
locale = "cak";
arch = "linux-x86_64";
- sha512 = "8b7093b2dbb843c42049082b39bc9677ef06709092d9a6b05d70eb53520c0ecfb8da4789a47c83ed52755a68c5f4fd83b37831d0be99a15b168d5869da21bbae";
+ sha512 = "5b4332b617917f5aaeb315f51262cd444e09bf8c0ba6c147c11ffd23a3eadf4a27bc67067baf17424138b3d26760780a0e8a482701dc9ee8b12a1de229fb8026";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/cs/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/cs/firefox-68.0.2.tar.bz2";
locale = "cs";
arch = "linux-x86_64";
- sha512 = "5eb6e925c7c9147dee853e1e3763161f9fdaad73edd71fac995897af3d3e8d018e2f58880a251c8d09ce06d0a971ecea7d05b0f7e28c2e120460c297d4bc78d6";
+ sha512 = "a9037bd4feceaa7db14d342ba6bcb07526f847650bafbf40615b1f209a8992739ce82729c3b02230a295638292d219c327fc752fa206945261c3897a888ec4f5";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/cy/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/cy/firefox-68.0.2.tar.bz2";
locale = "cy";
arch = "linux-x86_64";
- sha512 = "82dd9971cd65249b844ab52241ac86b6e0c2de84c65b7689756564714b85c61e00e591cb9cb892e1c4e75fd6944f191bbbf8920ea18dc2c1adecb5a0d93bdb6d";
+ sha512 = "0eef12e6d28dd7b0adeea318eb17fed6325c4417d3b05e72fc106118d43d6d152e2b858888164344dfbced5708adb88615490c8e7f784707b6f9e30f52d877c7";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/da/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/da/firefox-68.0.2.tar.bz2";
locale = "da";
arch = "linux-x86_64";
- sha512 = "d4f7066ea01d8aaa9ae7dd92d0c7ac8ab10f628c5a9e93244c49d546df7708bfd450f7988e05528d2bdb9f5a6849473be22a4f7cc44754f51d09118731fc9411";
+ sha512 = "d3f1ee58db717a3b04d1cdda1790243d776bc8c0670501ad74b1871c61fa788f143ac3c43a9b5c6635f4e5d7f2daf15e293994ba0fd6d5d4dc70b3a39c9f872f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/de/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/de/firefox-68.0.2.tar.bz2";
locale = "de";
arch = "linux-x86_64";
- sha512 = "7ab0930126196041cf8b83426d81cf998b9759fb65c123f61efd641502c42b0141fb55086b4ffb99ef5ed9ba50596d70368a0188610a1c78799e26d4904bf4c6";
+ sha512 = "86c38b2a5c8507de6949c153ffc98a2451cc3fb4d35aa534c36ff1b723a0153ccc5c5a92ccdd470826edbd844b02476c58800c2a7c6472a4cfec860e13a7e270";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/dsb/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/dsb/firefox-68.0.2.tar.bz2";
locale = "dsb";
arch = "linux-x86_64";
- sha512 = "901840a64290edd9b9612ae1138d64ad88744bb270cde132cfc79f8be42ba4b59ab3266adf943c61eec6a2c05748cd3fc756862a6080feb62a2a5445f2ddbba8";
+ sha512 = "2c8bcafe89dbbf2361af22789a3743ecd2c12fea2b457d75bb24b3ba2b7fbd9638c418158ee70961a25b4a273ab07894ca166dbc783199ab406699c42828fbbf";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/el/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/el/firefox-68.0.2.tar.bz2";
locale = "el";
arch = "linux-x86_64";
- sha512 = "7b4e51e879f12f2ae5d041d384ceea9ddfc980e8b564dfc9fb601d9c5c71c1614a6ba0675c8bd9bb483c65b5f92b0506dda3a1d1a3e54ea0c4135011e1a471b5";
+ sha512 = "4dd8368090c6af5995d63f84bc2a3fb612fa57acb0c38bea48a7371b4c8fbec22017b665b3801f5419ebfceabca5a7b5eb2fc6d21cbf287d6c2427c89457e7ee";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/en-CA/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/en-CA/firefox-68.0.2.tar.bz2";
locale = "en-CA";
arch = "linux-x86_64";
- sha512 = "8e96857b18bcd8718440caf5d17398612afb2e4cbf74b3ea13742b79532da4081e2017856c99707b0edd0ffd8791bdac9a5e6c4647edcf6e96637d8cc020cba2";
+ sha512 = "22badc05493fc477984190c5e839b44e8991f4b43592e84eab093fae3b4720de41965d389ab3dd6425a7ea8a44038222c474be57cddfbd5b30e34b49e3aabdd8";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/en-GB/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/en-GB/firefox-68.0.2.tar.bz2";
locale = "en-GB";
arch = "linux-x86_64";
- sha512 = "51b4d05987aef814b36326066d50f3903c29840bb780b09b7a7c4ea60848d33618e0a40329fb80221e56de4b462824531ae250736d41a5cb498173517a29341b";
+ sha512 = "7fd1739f7da9aebb19c698b45cae649fd63ae0d573956ce1289c1dc51bd5964d1419f90f4d7c29abf344cf523b8f1ac4063678e70568468db35752ccfd5dfe13";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/en-US/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/en-US/firefox-68.0.2.tar.bz2";
locale = "en-US";
arch = "linux-x86_64";
- sha512 = "70c8b0ab34abbcfa916e5bd5dd687405422f6d2339843d8b332d13efe7aef474064ca49ebe1026585a540c04175af2a1e88224d92506b01012cfc8e173167138";
+ sha512 = "8742f7831dbb888554532583c0dae319c1e30424901bbfeab62011088755067df63f360e5aed8fe3675706c4a64dbfaafbf832e66f559dd3c1f58afe8468bff0";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/en-ZA/firefox-67.0.2.tar.bz2";
- locale = "en-ZA";
- arch = "linux-x86_64";
- sha512 = "73ea4fa964fc97c15672eedd5822fc5b83a620780ddd46ae07f851890c16f3c8f0d30f2a5273f4631f04cae8bf0258c9140dd0bb256d38c38c620d4bfdf51a40";
- }
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/eo/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/eo/firefox-68.0.2.tar.bz2";
locale = "eo";
arch = "linux-x86_64";
- sha512 = "77026c365a103f484daa17d3228eb02f271dd7a3065830ef8b42d30d1f39ba81732b7f9ae35fcd4a1ad7714f3935567ffb6d3aed9bce50da30a1e8b36c4fead8";
+ sha512 = "93a7d92b10d3927edf5870cc46091933b88372c8ebb55d6a60831671f3501b62557037e38d25e18ee61f4e65c14c057d24a3453083adb9383eb3f21b16550f3f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/es-AR/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/es-AR/firefox-68.0.2.tar.bz2";
locale = "es-AR";
arch = "linux-x86_64";
- sha512 = "90b14b2873f28f48d49203e9ed1db35a760a5d1bf3dc30b7fdc238a9c8626c54ac9707a4845835cccb0f3aed428574d684e29058dea945cdb2f97274766dd3a9";
+ sha512 = "4b775586020624d238d7ab0c09a420a9328fc46f6238f397b569fd60bf56cf424c70e016c2f5814c0e9fe42fecb703f68a366ec7de1c68b11e4b43565b3a3929";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/es-CL/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/es-CL/firefox-68.0.2.tar.bz2";
locale = "es-CL";
arch = "linux-x86_64";
- sha512 = "58ad3c66ccd087f4c199af647cefd37d41205f2f8faec9dd605aa71c9d6ef9cae64a4a97fe55b5bb8fb862d19c6c41e504608780dafbf365c1306646a72ac125";
+ sha512 = "172daa90a8062c4d7884aa0d2df32d8a9219ef04bedcbb270f785dbf6a9d3d5369f69f9dee589d95593ef464e4dee84384c39462a81eb87ec7c0679cf415bbd7";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/es-ES/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/es-ES/firefox-68.0.2.tar.bz2";
locale = "es-ES";
arch = "linux-x86_64";
- sha512 = "2ef0cf55996424b9430f0241ea68f32e0064583abbf8ea8d7bba181048eebf1e157158fa51c7ed9c8ceb7ae9c9f6df92d2284c3f397d8d912d4ecc8f78d03773";
+ sha512 = "96ef9f02a019947e9502abc583389b0f06fff8e8bb00149108c0dc15799bb556326c4d79905348d02860efd3a090af93998206c17dda6e88819f531837c97f27";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/es-MX/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/es-MX/firefox-68.0.2.tar.bz2";
locale = "es-MX";
arch = "linux-x86_64";
- sha512 = "79c45541291ab0e2b67a945c43f22c08fe89306060da60060a8a61fbbcca2538b6ba6a1a5828df4cf9c2cc86b64419281b39c59f5cf12ca61b8f4a831558b452";
+ sha512 = "8f120aef18b76259f84e43c1a2c82fca04c56bed10891381e875758c53334cc2987e7ad78a3f9d9aa34edc79352dcd1bf4a7d2b1bc03099dce59b5423de9687e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/et/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/et/firefox-68.0.2.tar.bz2";
locale = "et";
arch = "linux-x86_64";
- sha512 = "362fb9635f292fca9988912a8dbfd335ffa0d43f20461f04960c424b92719fc7347c504549668bb823ba2afef52cb4f9a2852d86f6ba187e9e2c7e2daec3f257";
+ sha512 = "227f0bf21042f11ebf33988803274fe6dddc73f9fb357335e24c1c82cb396bd74fcb913fd9c9c848f34de57f518c924a0c1b8952ad9bb3be18f20ad4328cf629";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/eu/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/eu/firefox-68.0.2.tar.bz2";
locale = "eu";
arch = "linux-x86_64";
- sha512 = "56f79575438c58e0302fb494433f498ea55892605b30ea30d0208ff700830446ee7f831021a1cafc4f8779cf6aa3340766d2a60c42466259e6273799acf94b01";
+ sha512 = "733f75308c4991f73e6c2dd673d380af1d1c6ad25643aa4994424763df1d25df3df3a9a77dcca5e00176d1dae248373aeac914528d5aaff79f73eddb740dacae";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/fa/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/fa/firefox-68.0.2.tar.bz2";
locale = "fa";
arch = "linux-x86_64";
- sha512 = "2d8ac7fdb95e7704cbf00d18c6a3f0ed1ca08a9badaf1908ae21a1ccc381efb4c3a7f93f99b19b395d0b09bf0bd037b120e1e9b856b8e091bbfc87f37525de3c";
+ sha512 = "5b863546dddb8c5fa4c59d53cf2f5b622dc4296378290c85926d49685e06231f0cbcc6030257f356af71ccbc6ff32359f387ef70eed9ae3c72a9acd34eb58350";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ff/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ff/firefox-68.0.2.tar.bz2";
locale = "ff";
arch = "linux-x86_64";
- sha512 = "e203accc21c37660b52857a18746b8a22bfa4efef558952e5162a65e3d27805fa005ace1892bab81047bbdaa4e11ad139598c2c9f13f5cfd0fda6fe1b283f3a3";
+ sha512 = "5995cca653238629bc6a1930d40550f957b1e3176ccdfad5e65b16584214858fabbe92ad2a4b1aaa3a3fe920b66aab4e0f74646d42174af82d59c0bcdccf8867";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/fi/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/fi/firefox-68.0.2.tar.bz2";
locale = "fi";
arch = "linux-x86_64";
- sha512 = "2018a2875b08b6a311b1e42c7763218449949d3c5a7f97c995dd3bf6fb73116a32781b44f2d372605b1718f12dbd62aefbfedd3cf976213f215b689b5dda2e1b";
+ sha512 = "32188abe02e4fe36312835a19ab3f76c8e67cfaf0857f98aed4435840acc432a411b8b06727175a8d3d3a1ece6a5baa9ce5249de7019d02d43ef6dd2aaa69e9d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/fr/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/fr/firefox-68.0.2.tar.bz2";
locale = "fr";
arch = "linux-x86_64";
- sha512 = "2544525e99b0e8f4013a4cc6a131d687f63e4cd5f634e8a8f3847a51cbd7ab26ea4d7bbe490618e61b82843abc6c6295e89d424a83398cc3e900247cc6503a94";
+ sha512 = "2035d9a5a078e8fac32604aad679a9f01db60cf872ed3b546fdaeeb7031a8d38db19bd8556fca7377eb10768a53dbc1f70c7e812561cbf0cf926d352a6ccbf8d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/fy-NL/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/fy-NL/firefox-68.0.2.tar.bz2";
locale = "fy-NL";
arch = "linux-x86_64";
- sha512 = "7db8c00d0641843c55696d1ae12e695075209c32b6a4a764246bba4ac1d553d60ee0b3065f4b214a39622b3036b8efc49467bd59067f10a00143997605d16b86";
+ sha512 = "5539c97e6b8a4f51113434df7a75937dcdeaf3ac8acef1ef8b4bf7b500d387051969d13356dd6663c8c0e7a429748160721fb4f864db29fe77087c4f15a652f3";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ga-IE/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ga-IE/firefox-68.0.2.tar.bz2";
locale = "ga-IE";
arch = "linux-x86_64";
- sha512 = "1472c619b85bb324dae529b251f7674bf6efef3b4229e4d9e39310d746f754c97d6a99b00fa3a6f2f3b77ca5bf6e1705455b589a7614ff11237715b935d8d56b";
+ sha512 = "4c60bc16af21fc552f62cf6e9057871e220f9ad718844e28f8ea60a5122dbd941dbe1b9e4e0a2bc6b7c62798b178134cba15095e31dee6e25341de5e832a791a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/gd/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/gd/firefox-68.0.2.tar.bz2";
locale = "gd";
arch = "linux-x86_64";
- sha512 = "a2af23d919a3c5319728017727bb760ba5e1cecbea550e8dd28afac157542c52c1e9294ede4b09b4e8e13b855f460670fb8b9bb27be33381181a2d02176f932b";
+ sha512 = "1851d0bc3a21828c4d89a8c2338205a7e7a9aad14f60a33061dd229d96d8681008ead1651f7d5a501868b29fb3b50bce0587c142e9bfc4423e398fbf5dc7fb6f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/gl/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/gl/firefox-68.0.2.tar.bz2";
locale = "gl";
arch = "linux-x86_64";
- sha512 = "ae6cfd7f83e8565a59b85e9329ecfe8a8b55891e7967fa31a6586beb62f7387f24329a6488d359d084990a7566f907cae5ed2aca9db0a0cb160732cbf2d9d9dc";
+ sha512 = "a728a158992d2fbcd292c13df36c2b4599d0972dfcdd84d3885d0146e8435808cb92afec7823388906d46d80431b14aebd7e831eb1d80a6995b4c81a933896c0";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/gn/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/gn/firefox-68.0.2.tar.bz2";
locale = "gn";
arch = "linux-x86_64";
- sha512 = "5dfd75c0c322114c6fe486aed5dc844b205de4fa4358a2b3a66c88ea65ad375dc1055b446838f9c29b0dc81d25cff04a18428c468035bb80188f9f9ad6731176";
+ sha512 = "5ccfa691379cfba11e4f11854ebc3eeea7eb6ccd58b4f73b48a631279a99d0848972cbf924335db7b65ecba47605220df53b847eb361d721e1fddde30b1dac49";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/gu-IN/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/gu-IN/firefox-68.0.2.tar.bz2";
locale = "gu-IN";
arch = "linux-x86_64";
- sha512 = "41842c245b997be7f7fbb833d22ded9333e1cbe4bc53c0589ddb0b66658949919eee3bc0f26f4e019de661cd1b97cd96781e936541909cc65ab2a171e1f29f5c";
+ sha512 = "a5d5fc55935a4e9f66d6a549ac4f64649bb3efb335129f04c0e72e2849fb69153e312987233dd81bd58e23aa610b46af35fcd091a566e604c799d83dbdabd703";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/he/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/he/firefox-68.0.2.tar.bz2";
locale = "he";
arch = "linux-x86_64";
- sha512 = "28b159fa1cbd7168b0025408a6d7f75d9441f8c0bbe3d1a1ebaf61fa066d5709c37ab18771d768d05ff89dc682d494598f3d281c2b99829b8975d2b7adc06432";
+ sha512 = "483850929a93239d40871aae236f698afa4a195d1c42b4f07db1b72c2bf9e7e5ac9a24745c56cdfd2d52e725585be7feed1a3ee9aa4b1516fed85ca33d3874f2";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/hi-IN/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/hi-IN/firefox-68.0.2.tar.bz2";
locale = "hi-IN";
arch = "linux-x86_64";
- sha512 = "4dcd82cf0de1a0e2d73e38f0d00801c3f3ab89e41a8fb510d60bf3c2601443ee14c9e801f2a02d3f9b8b1c084542fe7463a20f1041efc06029c1a9c57d176f64";
+ sha512 = "6d4c3269fd2216c7e9f258fdf0c3ccf01a4fcf1af6113bc91e68f65f0e0a060bb13bcc5f5db24a47870906ae5ae7a3cfc0a5c2e2068308eca6dd1926a7a4936e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/hr/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/hr/firefox-68.0.2.tar.bz2";
locale = "hr";
arch = "linux-x86_64";
- sha512 = "7c4c1e5eb202cfa56bcfcd597ea4bf57f0f882814b0fba10776739d8defba3c436d28d3bfd4e9977d19a58c5d1b949ac12a12801a67dabd631a5faca71db3d3c";
+ sha512 = "cb4dbda71d92af15873e849b7c6291132cc1bca6f108f89d07132b1b34d00cc9d3f887c9af593eff4163accb4e645626fa4ca0725d3b81a19f5a52ab944fcca9";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/hsb/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/hsb/firefox-68.0.2.tar.bz2";
locale = "hsb";
arch = "linux-x86_64";
- sha512 = "f098af4aaa9f707a4dd10a405e80e523f39f4dcbdbc9b2ee51e70611fcfe9060cf5ae776e062e299837699c996a65680ac9d1bbb87d53371aa206f7e92c9ccd2";
+ sha512 = "156b1c20d452edef51a816dc18c57d0baa84add78ea7e507e037d2a78f433351001d85e4da9ec9e70bb93ee439458d23be93438db98f786fe0efa4f6b031dd78";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/hu/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/hu/firefox-68.0.2.tar.bz2";
locale = "hu";
arch = "linux-x86_64";
- sha512 = "ba960bdc6c0b9f30fee22beda2cd6ccaf7ca21e069a46e7284bf967c80a3e4c3d969ff6ca9d6d637dc65099e41655268b0f64ed801d00fadaac41630707bb5db";
+ sha512 = "0a5bf1362575ca38a69e790ad34029ae587c8e59b122c86adb3e10762e0633246bd73617a9a7475eca86b30b433c6e958c53206a6c2c9dae37c635ffd8364f00";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/hy-AM/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/hy-AM/firefox-68.0.2.tar.bz2";
locale = "hy-AM";
arch = "linux-x86_64";
- sha512 = "39a5e68217c9d43f1cb66733f68cda55078522793132dd90b824f26088c770e60e292a76355314cff8656c591c5c07a5eb4d15af396804b00361cc9d7b612eec";
+ sha512 = "86b8411a12d6d20f85eca026fff9dac6de8c2680708906f551d28bff4adb93a48d6a82db864a609904e9aa73fd3449a38cf1ac74a8c074393f89d9f64aa1e771";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ia/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ia/firefox-68.0.2.tar.bz2";
locale = "ia";
arch = "linux-x86_64";
- sha512 = "56af9cabbe9b7c9af119e111757a1ab9313142ac7eb3dd1fc6fa433be16e4c583be1731290d1e1a83703638513e0575c5fcfab25b13af2b21b510a9e68d7a140";
+ sha512 = "a323485c9780d46087a9e698d958ac9e8348b00b14b4761dcb86d5f2fb1f9b23ab812a9ef9bfd0a7e7612ee40b505e50569afc3c16b2813065495f0b3e12dae7";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/id/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/id/firefox-68.0.2.tar.bz2";
locale = "id";
arch = "linux-x86_64";
- sha512 = "fc36530b67beb5004f01751a20b0aacb9a5ba3b97c08ef27f4c1c37d4c269f01af514ab5786b465750506c18e6ee3f6cdf4b6c5368d7a2f023cda1b88b963e84";
+ sha512 = "76767d2e032973adffa08e0b0e49e233373ce95c94aaf61d0911cf0be45cdd0daa092f5b722cf396956f0f3f2abbf7ff063c76524f8b1e3761afeff6ee02ba80";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/is/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/is/firefox-68.0.2.tar.bz2";
locale = "is";
arch = "linux-x86_64";
- sha512 = "1676c1a62a2db1824183e3c9e31e5907a3f75e78d142ebad96d644853b2a3f53ae7bf51b439221de1bb949d12ccf7d05b33ddb004b65f9bf5d7f39cba45f7205";
+ sha512 = "ce9a41ffb2482e0c3049cd3d9984b5094310ed2ee15c60e0bd102f98d9511b3e139ebdd4607c37fcce1c23407fb5c1f969d6ae53816838c32d2ed2b399b710a3";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/it/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/it/firefox-68.0.2.tar.bz2";
locale = "it";
arch = "linux-x86_64";
- sha512 = "9e6e5b8c0055bdd64b6f61cfda07dae0cc295a8278107953ac05eca99c4d4f1a5905bea6f583ca86cde3f80282bf04753f9b8e16721b6abfc205d5f9fc461a19";
+ sha512 = "babc698b40f4d84a6c8f4cb159b676893724a5b1cea2f1b004d74699f8dfc1a7cd3137bbf9ebcc90f89c59c4e9980be95eae25ed152977fa652d5e8a35418742";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ja/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ja/firefox-68.0.2.tar.bz2";
locale = "ja";
arch = "linux-x86_64";
- sha512 = "4ad489d06459cd17f6658d699f844e877aa5fe8add9f9e0cf36ba3ca551271cc5b572dc4e9cd6b84df8b60c756ea24edc9b9a5f8a6c0f50c2dca1ec93b9f0f7c";
+ sha512 = "1073dea454de8796d7094d99805f05db293a41d871111fb4495745dc6bc9d2199587abd53c7d3bbd09768104d51408dde8e1fc56e85197f5f035e9cbd314e222";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ka/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ka/firefox-68.0.2.tar.bz2";
locale = "ka";
arch = "linux-x86_64";
- sha512 = "9148dc40c9b5d75d7eab501de2fd338d3b745ca354ed4cc8e78fe89f92d1d2b82bda9607fbd942bf19c0e44e3925e0800e0e3c4c9992043926c2c611ae42af9e";
+ sha512 = "77ea45eb051b34f136f8b295ad05cb14d43e526120c30ad028eb94c28531272563a1db80b164a19de28b3304d364558297be9a1305a1407e1aa644a003722202";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/kab/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/kab/firefox-68.0.2.tar.bz2";
locale = "kab";
arch = "linux-x86_64";
- sha512 = "56b594de53230cf5e9ad03c49171a13914675132b2181092359ddbb12eeeff0a34866f501d5b95970514f0f8f9a9aca7a1e4a6bb1c76d2be99eaaa8320628c59";
+ sha512 = "8e44bb0dd05028c8a3e689ce273360f24bfbba157a9e5d7562b08d8e4f448b7324a5bcc3c0fc878f8783754ba104206ce82efa84d767fd9cabb0f4c25d75513d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/kk/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/kk/firefox-68.0.2.tar.bz2";
locale = "kk";
arch = "linux-x86_64";
- sha512 = "9bd8b2da9ccfa515fd794faefec4c91fe2b0851b0321a523addbc56f2c6110872093ca8146b126e69949bd44ec20e8ad3b63b75da38818457deb03e70330e919";
+ sha512 = "aa3ce16fb30d08ff1e2d0b27518aa281d559735edf07dbd1471e148bb1fc2d85d9f812870d891e67f96cead4e49be25f66e07e4f52fd1bf08a877da602fa1b27";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/km/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/km/firefox-68.0.2.tar.bz2";
locale = "km";
arch = "linux-x86_64";
- sha512 = "ada2fe4f9d3901b4b0f90541357bb0b52caed1616c4612c855731715014a1265561f1755fe33b16ec449b75085993935aafe4b8a3755a902602290ffcb79a580";
+ sha512 = "6e1ad54977f61330d80f310317f1d97d9563e92637c91bdf7a0292e2abceb8f3f1cf3831627ebfa5967061b79ad565d37d2891aa83685ca599d782a4554e586a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/kn/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/kn/firefox-68.0.2.tar.bz2";
locale = "kn";
arch = "linux-x86_64";
- sha512 = "0ed21b278d1b31bb9d6f37316f40bbbbfe6ccda5ef5077ec5593fac355fa216bc854070578b2db9805b2c40ab1bb1845f0ecb1405a8d070377741cc770d93ccc";
+ sha512 = "798a1d1b5d3a4f7057d5ad05e5d93f08255ebb302170dc80a8b86238823c8a19a15cfa1368b81187ce389ee3992634ab9be58713e1097bdafdde96bc48dc4036";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ko/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ko/firefox-68.0.2.tar.bz2";
locale = "ko";
arch = "linux-x86_64";
- sha512 = "527d920673b1c38399971648bae3ecf90099d8561737c9003e8bd839f7d7e89f5819d795073ca35ed8f8268eae8b8c3c4357db709f5753f46e86e7cdba14f1e4";
+ sha512 = "8ce6490378cc3499155d26db216da44eb51f7b5d0220168882fdd16be63073927eb14fdc4c586c603b049a1be06837290417626f17c17b4620484ebf3e0a0d1a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/lij/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/lij/firefox-68.0.2.tar.bz2";
locale = "lij";
arch = "linux-x86_64";
- sha512 = "d82a7e8f5d58a1e9f768dcc8dd62d2f759fb2760ad1ed898de0dc7b0261f0406724475842542367db3d9043e5d5bcd0bbf712ecbccf82a10d2ed6c44ef5e2955";
+ sha512 = "ead703e84f5b7d2dcebe84c86c49f9aa751fcdfcd30d2c9646288a7ec50d8807160e84333743cb4f97ee6f6e45909ee4678cfccc6ff9729461826d228dd1de0c";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/lt/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/lt/firefox-68.0.2.tar.bz2";
locale = "lt";
arch = "linux-x86_64";
- sha512 = "374a97de975b2b641d71489be091306f76ca52f620c5b5f50ffeaa204e23e3b9f463916978b6b0977ba6bc39b616073ce4e15a426de31c48c3fb89f74e5ff063";
+ sha512 = "0fac4c345e3d543d0cf1b986c5a81d9fbbeb4617f88c679a2230a6f0605e24eda60a4133f38f496d2df0d027fe029cd9f53f17efb60512263d6fbdd55369d239";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/lv/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/lv/firefox-68.0.2.tar.bz2";
locale = "lv";
arch = "linux-x86_64";
- sha512 = "a5dfc9207b1bad2d67a88218a03f9622d8cb25b5e3dc0c5e3d678b17bfdaa662a3c6587b4b6794d679a8f99dfb6af31d3cdb038510ecc33f7c2f12141459af2a";
+ sha512 = "fd172b285d01771aca741f584e101d66190c29df5dda5e6ef120d41a9488a2e5679339c93478d1e86b869d67d54c226f4e1b7756e5040ab71ba415e5319965bc";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/mai/firefox-67.0.2.tar.bz2";
- locale = "mai";
- arch = "linux-x86_64";
- sha512 = "928bdef67c7c4f0355c46fe2887a935b58c07e65b70dcb1aa2b9b659256b613a520a8b427d8665b3c07bb00cdf0fb30f70561a843b8eb62aedbc56b8ae90bfed";
- }
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/mk/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/mk/firefox-68.0.2.tar.bz2";
locale = "mk";
arch = "linux-x86_64";
- sha512 = "2cc563a78bf029c9d64012c2711e20face6d6460658328787f774cb04e3e2478d1aa584688ea32d87efaa06c8902f9db68dd27fe0326ace06f67bc75a4af2723";
+ sha512 = "370dc43f9bc1b33f3e1babadd16d8fb63850b8e68be13a22843bb09db530dfbdb22218507b04c406f3b386ef683572ba262a3a16b62c4273ff3fa2c014b4ef54";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ml/firefox-67.0.2.tar.bz2";
- locale = "ml";
- arch = "linux-x86_64";
- sha512 = "e4e5f9b5174cfa4c98e1855560d155117ea7084ebcef4cac2deae32d10e86d5860d79b08d83407b82a657febf7a68ad3cccdfc6754dc93757e3cdfe9c4540182";
- }
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/mr/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/mr/firefox-68.0.2.tar.bz2";
locale = "mr";
arch = "linux-x86_64";
- sha512 = "38b15b6dcc709e0d7df1f3a5d083ed45eaf66e27f44c2547c082b5ee52e78d55cf190a971e6929d68cc397df74caa2b9433b71a02beb05a414af9ea4415855b6";
+ sha512 = "533b32b98deedfa31a62c80663b4aa0805c3b2eeb0da8267918f377183b40058a229f6dd357f9226f0149526c0c37e90c4f13b1041496054d662ab805f8d1d88";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ms/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ms/firefox-68.0.2.tar.bz2";
locale = "ms";
arch = "linux-x86_64";
- sha512 = "0202ad8c65fa8dd7468c19ad59930864b1e5cbbf6a20af850547e1d40296389f5b49f0406fe3366aa45254cf328234bdf1469948c6dc9ba8ceace29f33847b0d";
+ sha512 = "9092ed4ac8ec60b55c4b5324ebbd9f7b5940ca66dcaa66eaf9bfd808e3755db931568e4f788b3e2bcdd574de0655af16260a86065394536f916254b366188a42";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/my/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/my/firefox-68.0.2.tar.bz2";
locale = "my";
arch = "linux-x86_64";
- sha512 = "9dc7394730878c6828a4645719567e3083aad9df62492b8713dc65c5faa86f9ccc8a2bd6992b19044ce2eacf426fe43bd16c83169aa36fd43ea7131fe4789647";
+ sha512 = "64759c70abd171c374cc73485a4ce8e4cec21222a4fbd707d03fdac79b983af9d928b516c926a1558cbee1af374171272c04597d0523839befc8bd7659f24c42";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/nb-NO/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/nb-NO/firefox-68.0.2.tar.bz2";
locale = "nb-NO";
arch = "linux-x86_64";
- sha512 = "67722961e89e238f6a27495a6cd19f02cc634f058c3f350ffd3230f08049a486de3ce0b3b2d87a4a050a38f67e75fe0eb98f8e5a48e09cf9c413559835e921dd";
+ sha512 = "940c9dcd597dd135fc351c09a6c1c1aaf20ef1305c4c9dafd90915a8ef040bdd02321dae130469985faaf871f24e7ab0b164e2cc1a0e661da886b16687cc4951";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ne-NP/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ne-NP/firefox-68.0.2.tar.bz2";
locale = "ne-NP";
arch = "linux-x86_64";
- sha512 = "ec582049c29062ae210eb760407ae782df794eaf9803581549c96322312d0c9ff4eb1db8c7a5e3329dcc42eb88d661d10fac35aa218280e163b9cb140f8afbd7";
+ sha512 = "094b0a3b2a38cf9a21698ece463517efdecd9784711220701815b472ca27b6fcd3358e982aba6fd579cd5b256d52cfdfb6cddbae17d08d1ca2818bcd8eba7f07";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/nl/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/nl/firefox-68.0.2.tar.bz2";
locale = "nl";
arch = "linux-x86_64";
- sha512 = "67eafd14c297882d2683d77ca06b576b1161d8f83f7d181e3b182933429fa5e2fca2cfdd4ca63ec62a0105fd62c4fd39653986d3c6a3cebdcb949b76101c92e5";
+ sha512 = "eff62b73a52a649a4072da79dc0cb5bae23f81360c2727bdad2925514c6f9de861b00f2c7310246da8037f1305da1ad6326023e06fb032ae636169ecfc9a33e1";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/nn-NO/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/nn-NO/firefox-68.0.2.tar.bz2";
locale = "nn-NO";
arch = "linux-x86_64";
- sha512 = "6b97328e6402b8c41a0dad0485a707e0316b462c7db0c1a7eb2bf20bf389582aae8195d9d7b25243e86a2ea1ca122f4f4fbb16adad7d67af97d548dec80b7cf5";
+ sha512 = "b1351dac5e08a6bbf2ba50baedfe5a6ca6b98de40cf89ebbe0672c98b8c900021b9bae2e8391b3cf55b433bd9c655d2a3be2422a7a0ad2067d4a465a9695fbdf";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/oc/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/oc/firefox-68.0.2.tar.bz2";
locale = "oc";
arch = "linux-x86_64";
- sha512 = "c1fc46c423cb40c46fd573273a64f4765970341597e614f58fd08189247ebcac3f5b0d5c922f44586adf2a67cd058a6564a9a8ddb93467e12ff6c34c1520188d";
+ sha512 = "8dcb8884541f272cdc97ebb9fbc0ac7cc98c3f3d252ad53cd94aee3c5d9768fd123d87a4b8c111ed92239e90f6d54daf67c5efa3823f8b1b6682eb8ad2c3876a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/or/firefox-67.0.2.tar.bz2";
- locale = "or";
- arch = "linux-x86_64";
- sha512 = "86ccafb4f087a8d64c7cbac66522ba3e57c4563e5bb8556d92030e7fc3535dce524eda5d88acdec1a1029071ac062f8099a3410030e98a52e374fe3e91ecd207";
- }
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/pa-IN/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/pa-IN/firefox-68.0.2.tar.bz2";
locale = "pa-IN";
arch = "linux-x86_64";
- sha512 = "a9ff382aa059c3039bc7bfc5b2cfc1c1883b26f923d5d665f2789f3ab710e596b57b970bc182624ad68bbb4ffc3ae4edbf8a0d3773d5d4eda9f8a0dc3f36d7d7";
+ sha512 = "6f8ac6668fc556f051cd735325cfa3b3c16c43298828171b89c17ce22a66a788ec219b7bdad9f9b1d3d0a425778b373962033468f196e999a2ddf8b6ca86233c";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/pl/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/pl/firefox-68.0.2.tar.bz2";
locale = "pl";
arch = "linux-x86_64";
- sha512 = "fba6c16ba8192f0e47dc4c3e3acf09bbbbc7851af9641f13008813cd0109b5e6e77b2e58605a632d32a6be6352b25d725540ca0dfa301f43c4666ab755f16d0b";
+ sha512 = "8518a8eff1920aec34cd0ffdb66b4242d55b805e3b489fb0d5c29986b3d7efc62ee6a014ab3fbbe9b40a54aec9c6c76e052d0982f72a4ea4bed82814ae6ba2f1";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/pt-BR/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/pt-BR/firefox-68.0.2.tar.bz2";
locale = "pt-BR";
arch = "linux-x86_64";
- sha512 = "0b1204b3ff0646df71529f5a5319c9e32ecb844938d2ce7bc30ff62e20eeebb99ba4d34820851ccb00fb68a369bd786e1589f920433838e2e4ca16682419d174";
+ sha512 = "693d6b6227deb670bd3608cd873eccc3848c76a930c3e8922cf80c18350bdb5429b52e7d7551350a8b565d859adf067ebbd553531e00c6da95c480cf932de03e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/pt-PT/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/pt-PT/firefox-68.0.2.tar.bz2";
locale = "pt-PT";
arch = "linux-x86_64";
- sha512 = "0c7ad169a660e3d315dcbc5322df0e3fc3f41f35fb8ef39d21aa006c36ea6692fd999ce229fa5e25ffbdd3e7609887c6795e1b3fe4b2679fbbf706e904c9e14a";
+ sha512 = "c77e539aa7d2175d793c8ae4dca548332d98efb6cad62ba2ca9f3b94982b7a4d180179ad65b89a460e04462210ee201bc2226105ecff27b5a4b78cf1fb0a5b97";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/rm/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/rm/firefox-68.0.2.tar.bz2";
locale = "rm";
arch = "linux-x86_64";
- sha512 = "9db14295905b73b4c401a6ede5d6e86c10ba9da8c5a0fdaf8984cd800dc2344edf0103ae50234d06984870ac8e0a1aff7190233924b08d9f2eee0981acf2cfa0";
+ sha512 = "22ec2647ede04fe74dd7e6c99801c15d4ea131f010a75c0a9e5c8b568179f9230208616147e78179b81a7441f720d9f41dc4d784b9dc6c40e00e886612bd68ac";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ro/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ro/firefox-68.0.2.tar.bz2";
locale = "ro";
arch = "linux-x86_64";
- sha512 = "48cbed795a07cd92441ea435dc9f51459d7a5e23fc9407dc4eeb0b39dc7d3f8b6807d5d441711b9931f566e527a2a456cc440635e0a1185236ec8938f4dc9b91";
+ sha512 = "b9e3811280859103e202f0dbaa1c278c8a9cdb451a3cb63a35967bb43625d5f6f6ad2e15871dd727546532edff3f6373013e8bb0eccd83e7f80a31dcbf8e3643";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ru/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ru/firefox-68.0.2.tar.bz2";
locale = "ru";
arch = "linux-x86_64";
- sha512 = "9c4c2d5f6231c7504b67037f6fbe5d8f31aed52da93cc343b2a6bce2a1da75ffc59d0cec2b7992098b4791508fc39d029bcf16ab96dd8ee4c1dd535c8dd81aa8";
+ sha512 = "a7383beae7ab2514b0e2f5d86d0317ed0c33b5695eed1526457f14b545a63d036dfcab907fb7090055e6ca29144f5f11c7fc2c00bb389d83074a20eda6173df2";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/si/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/si/firefox-68.0.2.tar.bz2";
locale = "si";
arch = "linux-x86_64";
- sha512 = "431b4064558cac4dbf459b71614e7287c17c4e48268075dc8bd4158b120fd7fd84f96ca0516ed1291291c04a9fbb82b3df1828134cbb1a59ee76127a09ad8630";
+ sha512 = "5d9bee0a705d1250dd07636a0e8bb3dc3e0150607d58f7eee28c5050270e8786fee2f843e4b801e7de6de56f284025bb13f5dbaa131676796f69973ca45a209e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/sk/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/sk/firefox-68.0.2.tar.bz2";
locale = "sk";
arch = "linux-x86_64";
- sha512 = "9d9a52ec4c769c00a851f1434113706ba6d0fc555709494c014ccc647cf708cb1d8dad9abad4eb2988c5fdb7d0437e79bb01a8aebb7d7a5562f2bdc72f8c5114";
+ sha512 = "de0eb221142cce4cf6272be9323b2a851385d539a739b0b2ccbd7b98926673cea695fd7debf11aded37a57b551309a7c93cba244b64128e074c93e23b68942c0";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/sl/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/sl/firefox-68.0.2.tar.bz2";
locale = "sl";
arch = "linux-x86_64";
- sha512 = "1ff52851d656d0b8cbdb730f09ab374ee0a29fe2eef7e3c1880df03dac07687ac5bd3c8dcbc6893534a86b952e2e0604d625cec3df14e7c70560cf20a38f96a9";
+ sha512 = "09d4936cd5e3f0592751699bda3b4164004e7e2651cd0b28f5eb191677352a61901725357bcdf5f2744b6090d47b6754b910a7c34e611f813b12fc7566bbaa92";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/son/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/son/firefox-68.0.2.tar.bz2";
locale = "son";
arch = "linux-x86_64";
- sha512 = "07288885374781c2164cc23929e86b666e393f5c3e699d18447aac9aa2e3d098208cb806a2e3a5528b3cd40bcb5c5f62a4eb5d17bcf50ab7c44f387b5b153de4";
+ sha512 = "564306bc98a0a0a9e54d2f315cbb1414107f49deb4bf25cb729e10ede60620df0a1abdadcc675e531e364d1338c746cd9cb6d4afdf6e46a420b12920db1e304d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/sq/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/sq/firefox-68.0.2.tar.bz2";
locale = "sq";
arch = "linux-x86_64";
- sha512 = "8c4cf47a4ba9f4fb9228dcd60ba3a85dea90c353b45092173fcaa7494e5afbb8e92f81151cd02290a9e8d9654ad04da10e53acc39e4a8983f02737883b532c56";
+ sha512 = "28c300db3616e510733133f0868cd42e7b05a15fb066575dd7386ac4e53b4526e86ae7d24907e3f7e98b3a9c189ccf2004c958d122b47e476eb3e411f17c29ac";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/sr/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/sr/firefox-68.0.2.tar.bz2";
locale = "sr";
arch = "linux-x86_64";
- sha512 = "54c23457008e84b3995b795f5553d7cc22edcaf50af2bb31e621822d9946115683ac06f22373e64b313b145f707c4269c9291b95fe860e26d2ac4fda0df9a614";
+ sha512 = "0ca1a926600075e7e8348ee2ad55c435b3775c8aa6d1f27717ce1c35fd1e108c7600547302f072213e7c54903e6c0faa6ad299a9af991c8234ecff454d336427";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/sv-SE/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/sv-SE/firefox-68.0.2.tar.bz2";
locale = "sv-SE";
arch = "linux-x86_64";
- sha512 = "551d34b62979e4a27ca152a3560347617100e35b1a9ba357cb17efce619cad6c8b50b222e191ff117a154c5f1db908cebd8d76e5be016b98325a02dd2bdd8c0b";
+ sha512 = "ef4fe5ba87db3dfba62490022f1b91ddca96fff6035328b07608e56a3247b4021f6fdc007d65e5adbd52cd0adaea9f0b59dbb5f01d71535655d0bc5e0800202f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ta/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ta/firefox-68.0.2.tar.bz2";
locale = "ta";
arch = "linux-x86_64";
- sha512 = "62fdb16d50cd7b17659486fb8b915c605cdd2ec6d8a33bea7a269463044b1943695eed05526f785835afe9f69f12e2aa40b339d6a6d3ee8ed3e622d6dc25f5ce";
+ sha512 = "6fb48f0c09d74228317eed041b4f8d2670dca7ed043c133e8bd6a01a0d7bb310144434960be9b9916bfdfc3139de2cdcd3b8282d1568e67d29cec425420b1e06";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/te/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/te/firefox-68.0.2.tar.bz2";
locale = "te";
arch = "linux-x86_64";
- sha512 = "c6837f6ea7b023a02b8f7087955dcdd9bcd834d0d4a46eae0cbc05098cee2e039cc053497f686fcad658896697aac60d875eeaf8be12b2cf34403be759cf5f86";
+ sha512 = "bea99c4f34bfb5860bb5885d4697f18bd45de423943c5d15952bb99c7e4cccf125f041f1378b693b805ef4d623fed52ba8b13a76b87bb383da95d06a4032f8db";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/th/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/th/firefox-68.0.2.tar.bz2";
locale = "th";
arch = "linux-x86_64";
- sha512 = "53a52d76cd55f0ee8cf2361868a3c2fad174836e5b947c3615410e54dab19e182a4f08a4c9cabb206f684429ebe8c692a3dbae50790ebb617031976a0d210c1a";
+ sha512 = "4a03397a288a7414ee5ad9f42a7333d30b7a6448321e4507cdff71a2e3b0933292e6ae937ca96c1f6a5ba906e54013b6d6d8501c4a9be4741fd3505dd24b0424";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/tr/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/tr/firefox-68.0.2.tar.bz2";
locale = "tr";
arch = "linux-x86_64";
- sha512 = "4c48ceff4d62193e22323687e82761b37f810a5bccacd0679eb248d455c7e5b12e0677b496a51df4557c89b6e1dc846d32738a53b1ff8c9176249e39ad8e3064";
+ sha512 = "85378409bb2ae8953c1f90736cfc3e00551d77e3aaa6a7fb76a157291e99be18d55f5d07b1171a7137d982442f55ed70ccb3f6f6dfd73869e9cb37019e976590";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/uk/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/uk/firefox-68.0.2.tar.bz2";
locale = "uk";
arch = "linux-x86_64";
- sha512 = "45a9e335dc561ba8dadb8e15aa1aef620fa64ab0b4bb985b9477542eb457d146ba87b4274890edf3587d45bc6ff0b6b56db01134abf8557c8408d923be8e4a6f";
+ sha512 = "5ba9df05480e7852d894925248c7550a36db59c8a4c37792de325aca02b8e5feac0c20719077d718292eb262794668bcfe810dde7229faad6f2370a97c05e973";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/ur/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/ur/firefox-68.0.2.tar.bz2";
locale = "ur";
arch = "linux-x86_64";
- sha512 = "c56d697fac3a76209dbf031e88e02d3018ecb3fd811771517d1aaf2619a182238881419fddf08bb68e239438d969d8d53c243f3b204644d8543ec6372bf7f52a";
+ sha512 = "bef12893d73b1c9583302562781907d0fb121003dd1714ccc4c3b2a27160384795ac8d85cec4858849004b020e0ff5e73f512925b9d5561948ef16bb26e0ceb7";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/uz/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/uz/firefox-68.0.2.tar.bz2";
locale = "uz";
arch = "linux-x86_64";
- sha512 = "c7abcece9858f3a14c7c470a96fed65820cb417eb99ca7a2ab33abbe1721e4d14c6aa7aaafbe6c5cf283782113fc1d9d8f13cd86b16faef1303f5f0aa3312deb";
+ sha512 = "5961e478d0cfee99edb3a7ec20a0368f8b6604b4449dad835decff54c8a9f3add6bed22a131024682779922686dac0ea6d489ff111dfcdd476f7641e293b40fe";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/vi/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/vi/firefox-68.0.2.tar.bz2";
locale = "vi";
arch = "linux-x86_64";
- sha512 = "6ac3ad94a985f3367673620ea94311c60b0a43f1455dd232b811335f75f78963bf9c2b4e6519436beacb1c40ed3065c320bec048dba925efe8dd2bd3e2458609";
+ sha512 = "31efeb8ee3ec4614f0e116e615db97f9836026c0c94f5452cd3c5ce338fb9b35f19c0a15fb6bf17ed945a37832a628e7fc16381d5e6393475d8b9053596a5c4e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/xh/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/xh/firefox-68.0.2.tar.bz2";
locale = "xh";
arch = "linux-x86_64";
- sha512 = "c18022115ee3121ec5a29a7778ed7065ec8552e4d65d27d4ab38c31684fcb2169ab9e8158a861abcd27a901b51c006c528d65d8f7d6a8cf00fa990dd310dd2de";
+ sha512 = "bf23c18c5a8c13c115e8ceea382eee8e5c7af24552c3feb92a5ffac0d2aa34effb7dffb0b41890d1af23f75b9581ee05451785c5ab2538af9082b13ceba04ed6";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/zh-CN/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/zh-CN/firefox-68.0.2.tar.bz2";
locale = "zh-CN";
arch = "linux-x86_64";
- sha512 = "4f2688557972fd281607b25b15636bb2e89bd034d9ac2d647b4fba8e8a258ada3bca32ac80f3f9f49909aae52f7261e5c39981b66d86ea55f058f06c4887e2d4";
+ sha512 = "ff490ea8b3b847343b3b7262154ec8815fe3c38d91c2fa0e92625db793f7d24bfcf3985ba07a5f5724b2463d00934925641bbade9f65f5c55627c15f1eefdb5c";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-x86_64/zh-TW/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-x86_64/zh-TW/firefox-68.0.2.tar.bz2";
locale = "zh-TW";
arch = "linux-x86_64";
- sha512 = "d2263f4c8cef29602c67d01758b18e22d63530f093c8d39b22ed556b2b141e135c94f51087313be8677f20b9fe63930ee983c50691b59498ba904b927c6678f9";
+ sha512 = "f3de7f3d53a47532dfded82ce25db7d7d0f89b2026bf3052c42f9b51087ff5905ff487f9dbc7e19b76a5816b9c2d8c1d350d5e9742244adf1c9d0818c6b048e3";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ach/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ach/firefox-68.0.2.tar.bz2";
locale = "ach";
arch = "linux-i686";
- sha512 = "f20d308d540cff62b153c8592eb26f16cf45ddf2554c1076c7239c3a63eaa0bffea91e11ff130ae89432a79159d30c5b501b9577bb6713c135925dccba29c10e";
+ sha512 = "515921cf97afec94b5853a7b6a7ed426cb1ba6b875ed1ceb8f6611cf052dddce40e519c4927ea50a02d23c7ed40d6ee882fbddff4293971b1c832e5a38b6573c";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/af/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/af/firefox-68.0.2.tar.bz2";
locale = "af";
arch = "linux-i686";
- sha512 = "a2e9c7d9aa7799506aea57c39f7c0a8d40f5e371702bf3cc4ef1b34c59edc4791644f4a27377198b72a7df2070af6c32e1b607b7a11469e1fc680f0aa4bdc042";
+ sha512 = "1a9b041ddeab4a06257d9313761f288acfb4ca75e0a50edeaeeb7670f4b3fc7719b480a5d673d90ee9478cb1dc9e14ed07c47e2160527874c134db8a85908408";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/an/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/an/firefox-68.0.2.tar.bz2";
locale = "an";
arch = "linux-i686";
- sha512 = "7a1b8f13cb987587358a193c2242de334a93bc4727fa97566bc62726370217522a5c705324044fbba134752835e5363ef7a21f7b62a2f4a31df8a755b3856ec9";
+ sha512 = "8d56691644124b6038c2a61cb74332f38c4648163745d37d37ae07bbf868b0ab6dacafb6c2f1f6d0991a6bf7cb8ffac498f36afad067756b1b8fabcc634c2624";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ar/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ar/firefox-68.0.2.tar.bz2";
locale = "ar";
arch = "linux-i686";
- sha512 = "a17a8a7f7effcb4fd6ba380c6a7405a16d99a9edfd56c33ca60aac0d3d0d1e03017636f5ee6f80d621dd69e16ea2b52796e3e0c299de9d52cd2f4b3c4e10dc62";
+ sha512 = "f443355a1778e087e14a214524cea2c66a58166c1832a5bff89a783c4ef1e3fcd614fedc00ca7b78a0595d29370da82de6f53c8b58c0fda15c79227ebe317f0a";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/as/firefox-67.0.2.tar.bz2";
- locale = "as";
- arch = "linux-i686";
- sha512 = "3e723c42d9796b59237a50413c84d760520706d6ef071218fe512766b662d3d22b8e1228d9fcc91c1a140f3ad4ecd4b57719ebb38f245a5f272536575841e11f";
- }
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ast/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ast/firefox-68.0.2.tar.bz2";
locale = "ast";
arch = "linux-i686";
- sha512 = "59ee42766f8a1c5e5c14103659f5a24a1f7f1e10d81fdbbdfefc968ffecf99a222edb393d933d84581a42d7ef7557d3b7f5c4bed6946d7abecfd190b2d84eaa1";
+ sha512 = "50c4ab65a5c85822355fc6c1dfb57aea54f68c9e578784101d233c8d1f2ae678f32646bf36be5c21e0e32bf1ce0c7635be4482aff422100e55e6fd813d0c6343";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/az/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/az/firefox-68.0.2.tar.bz2";
locale = "az";
arch = "linux-i686";
- sha512 = "15ad74a16bfbee2af34c68af24736188a71990b6dfdf319f2911784d85eaa4f5d588d1ac283cfb9535725afcf993375ac886c971197531c449ce5dfd3195f2b8";
+ sha512 = "070840441591f942491f64cf793f2e12d4a5038fef2804d0143c726f33874a06ecae36bc4f2bb3cc04aa6e46791a7f5148900f9aeb1954eb0e0717a5f8a7577f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/be/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/be/firefox-68.0.2.tar.bz2";
locale = "be";
arch = "linux-i686";
- sha512 = "869736953ddaa5a6773d9b35f4cf2e2f3c6c2c3cd07fc390a6dd5d496e226693f050746d94e778861a9801d0315ddf9da62b9ad20d4f06043c5a1fb11bdea23d";
+ sha512 = "4338a55b80c9e9a21570fb49dbf9595d6c0d51390d370cb8dbf541bd4c14605b1daf118193d2ba3f20d2b2f79e2f40f276e079046d8db65ea524f3bcea88d826";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/bg/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/bg/firefox-68.0.2.tar.bz2";
locale = "bg";
arch = "linux-i686";
- sha512 = "470b3624415c317b06f82cc4dca2a738962acee5cf7fe203b9b01dd92e7d9e7dbc8a8f3a427fc831882bfb1ee11c39e66f2f13eb483f8a9cec5b19bfdedd165a";
+ sha512 = "0a473653d6ff4b6c604e269243f781704c8fbf9f99b18e3fce83680793622b58de5aa655e5301dca2765d6526fb5aa88ee2caf7d35557047c4329994610d9502";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/bn-BD/firefox-67.0.2.tar.bz2";
- locale = "bn-BD";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/bn/firefox-68.0.2.tar.bz2";
+ locale = "bn";
arch = "linux-i686";
- sha512 = "6ad552eff2dc42ca8ce84b547dc2e4f79ebd1922e95f27737dc6380329d04dd816fd3ae7c0938c2468ca4d00e4fd76b296bfbb0a5251b1c3ce28b8852efe79f2";
+ sha512 = "fbaa81947143836f54f84e4e376ce31a21cf59a46debdb61c8a9db2f92703da3ac06218c560a639b5d6076e81d74dffd291f9d773b6b7ae5d65dcd0e77b5d1de";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/bn-IN/firefox-67.0.2.tar.bz2";
- locale = "bn-IN";
- arch = "linux-i686";
- sha512 = "91e5e4c4e09ab660a3f4fe603dee03217fa663d6d7252491fa0b0d350a6cc6fbda9e4ac95ceddfe3634d9b1117558ef0eacbaa66c1697fa7f1cd7fb46b2c8bf8";
- }
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/br/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/br/firefox-68.0.2.tar.bz2";
locale = "br";
arch = "linux-i686";
- sha512 = "92f9de0e263876a5c322b5f161a97969a657908a06c32a09bbdcc22eed696751f2370881c94bcb46850c31782fd7e1c0a5eed6c717198007ccd808dacf29ced1";
+ sha512 = "a5c69e995213a6f3066e685077b911093db15859e6dafdc2a385d012d0815520fa2e64c7b89deb279e307fa702c9bb57961a3147ff450f91ee8b3b31a2efee90";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/bs/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/bs/firefox-68.0.2.tar.bz2";
locale = "bs";
arch = "linux-i686";
- sha512 = "9019a42b4e97a45e4b4d8196a06253cfcd8216093df4918544f5f85ef6d2fa332808a545bb76151a7badedc684fce1817e4bf322d524fa8f5487dff9e4cfc0a6";
+ sha512 = "82d585cdd034016265c43f0e70f09ba8cba1429a551491f6e8ef4c8f333a40179c4817ace39cbb4a2376b03c88c54849eb45904e148dbbb4f47f8fa32048d3fa";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ca/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ca/firefox-68.0.2.tar.bz2";
locale = "ca";
arch = "linux-i686";
- sha512 = "80ee22f52d97e8d0c6b18cc766555423b681fcc01bfdf8d52babebf985f44dca59d0405bb792649d3cc3fd7ef9461cb1fcc32fa0f60a6599aeaa27b6fcf05595";
+ sha512 = "9c884ea535c3192fec754dd891ddb2743afa400453d9299f26bac710ad5bd7c7d8cd0ebdce3f1ce88995c13e381701312fd9247b029c73f12ce7940297034e8b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/cak/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/cak/firefox-68.0.2.tar.bz2";
locale = "cak";
arch = "linux-i686";
- sha512 = "3fa0fbcda1d98b4b507e716af052cabc3815321064af2e9e71af10281661bf46833535d9047418b6e5ec6f62c5d79f3739b2a847382332274549cd07c7de09f7";
+ sha512 = "367755d495f3b583a8f09d200f5828c10d8723017d691d6380515d3a4be65e6edcbd1318909c1652dfcc1cacecbe80d6b4e399e2192b335701e17764fe5598eb";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/cs/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/cs/firefox-68.0.2.tar.bz2";
locale = "cs";
arch = "linux-i686";
- sha512 = "7432adaf3f484c120ed98919842201d71747d8803fec499aaa5c32343ed7c757df554e9ba7376c48c3c7a39358d9ab6952bd323f17b829895f0646c042f2b518";
+ sha512 = "427ff1470de34928ec660d539fb6977145540608b36ac36fa0f7b98af0f814373105d9912681bd70fed069e94f58aa48f441818a3f4cd67dd7a65342133f2d62";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/cy/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/cy/firefox-68.0.2.tar.bz2";
locale = "cy";
arch = "linux-i686";
- sha512 = "bd48af052d2bb0c1d1393cb4994ad9d76aa8d5c5730c442af59e8790ce40095e1d9721da552ed07c5d71f89b8a9ccc8900fab2895bd1239768589a51db7df92b";
+ sha512 = "8ec2ee32b5dcbe1d9dc80ff8d518c640e9bf8b21b2a8ed2ef215193216b22e17de4d8c102c59eec4c773f0e3dd0eaad6b1502c91367f1bc1b1860e13a2b70151";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/da/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/da/firefox-68.0.2.tar.bz2";
locale = "da";
arch = "linux-i686";
- sha512 = "320b32e030b6e674763ae01e877a3d665150dac077bbec32281557930fb4b1cb17176c04e4716229e649088f40ffc2eacde7229fec178d34f73f0aacaa89d519";
+ sha512 = "72bb5e0719382aa518b9a427f06946a85e7f8c8c0176a66720d47cd7fed6a85aad370888899553a029db1d841bdecdf55316fc8b4f67fccfd227bb48ac655126";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/de/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/de/firefox-68.0.2.tar.bz2";
locale = "de";
arch = "linux-i686";
- sha512 = "afd1a42ead4d7b25ecf2e74f06642485eb4885291903d4799a252ef63d555adc847525aaa0670f032a4b36c28b7b14b1ed91ec7c4450816f6d222b1688342079";
+ sha512 = "39add77c78c64d77e052565fe058256fe9ec44886844b664bd9055b940fa0af89a60d4cae5f32523f62eb7909b18dfe2f521dc43b4a24a5d0fb67e0d543de28d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/dsb/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/dsb/firefox-68.0.2.tar.bz2";
locale = "dsb";
arch = "linux-i686";
- sha512 = "b6984f653dc40135f247e306c3fa30c1719170ad54af5514a0a1eca57292a5f5a0ad918e30ff7fa0553238b34dd2d4d00866665232a8b2c5cc405bcf934feaf3";
+ sha512 = "1a0fdd365df8b034a4e05741d450209f685c22e6ef6b2d030f1981c711f46a9d561963c57a4da49c01dc2b92f6867b6296a013560501939788bf2b62ff622d71";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/el/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/el/firefox-68.0.2.tar.bz2";
locale = "el";
arch = "linux-i686";
- sha512 = "69404fed19c796891222b368d46d10edb011e1ba9dd0588a8d855b31bb3b57d15d503348339119e8a6b2509a23201b77a8f53a9a1c86613496a8e4afdc3b9ab6";
+ sha512 = "3bff3c718c77af76bc10b13b7a816eeb37e6c2756249fdf441894350834e69ffe8868ba119f473d1cf07e8569fed6c604bbb1cbf1a1a51d5dccfe3f5018df2b7";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/en-CA/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/en-CA/firefox-68.0.2.tar.bz2";
locale = "en-CA";
arch = "linux-i686";
- sha512 = "9c32cc27dd06d2cb119fefb3e860acb05c58a7ef8d4dcc7e6acb0c8d2bf6b9db5685317be04ccc02117b1b25913d5b0d9f8e3ea12afae2f24ecdbafa37eaa74e";
+ sha512 = "8400867a50bb1f677b41d2b030a66857697a95d155c50e0c57711a96ac13f6d236df86ae889d442df805eb56cee80050370df2210503d61c5a3d3a5f0f3a3c84";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/en-GB/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/en-GB/firefox-68.0.2.tar.bz2";
locale = "en-GB";
arch = "linux-i686";
- sha512 = "1a1691555f2f269e42bf63331e7b635fe733651ff2786446f643b1746e48ef3f6f30332b1a3cb9309e183da65f9dfaf9347acfaa852360dbd328d4256c5ecffe";
+ sha512 = "b03559560ab0afa718a15bb0ca1e4d9b97eaedfd4b4ca42e3910425bf6bb6a0bf251208b7fc4848eba0285becb5509569bfb7ea609df3f60972e625addd20396";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/en-US/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/en-US/firefox-68.0.2.tar.bz2";
locale = "en-US";
arch = "linux-i686";
- sha512 = "06e78c26ce3cd5bdb0c6057606a0e93530511f05ba2b2f35c7d72dc950412ffbfb4ec924bf989578db450bf73748e9e69ab080057e9f4d4e95986c299a46eb78";
+ sha512 = "d6acd7725858a512805676f6fa215b949e631f4493bdb060921bc51c2f2526bd0e69641b41168ce756556510e354cd98fe1d1bced42a1e0a7100ee797c2eec00";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/en-ZA/firefox-67.0.2.tar.bz2";
- locale = "en-ZA";
- arch = "linux-i686";
- sha512 = "298fd0cf1156c06ba529ac7f5f64ec8c9c0dc98866d0f93305c2adfcc2e9759fb1607a87dac01665978baaeff1786b253d483239f31b93ffb1e612d0da867c04";
- }
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/eo/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/eo/firefox-68.0.2.tar.bz2";
locale = "eo";
arch = "linux-i686";
- sha512 = "5b0118acdffb6e23b4aa495b52a76df4f4a045af804eb262e5d30fe8ea18ccfb9205e942b8f8a0a1e899a1116ce9334e0a68bbbfa9229bf82c755616d473c791";
+ sha512 = "25ba775be4e0329fce2a927174923c69e3dc38b61af4f29ec6e1d0dc74706b8becc6f6d139ca3007f7893f9bfb66cc71d9426cf420695f2494696902d5247d8e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/es-AR/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/es-AR/firefox-68.0.2.tar.bz2";
locale = "es-AR";
arch = "linux-i686";
- sha512 = "326de324c14199db72b8da5fd8b41ae00a759c87d1144156608dd7805c09b2db7458c007eb56c8bea2e539556130f514c7da7cbb690ca0cfd2b7ffb512203579";
+ sha512 = "a3616f6c7d9d7005ca8f76560bebf63b3a49f86d58d6c8c145400bb12e1574c1a3986347660c6da2700402c26441754991335bb199eee5a43292644fe935083b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/es-CL/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/es-CL/firefox-68.0.2.tar.bz2";
locale = "es-CL";
arch = "linux-i686";
- sha512 = "ceb38eac9c8e7ea0dfd08b7030bb817fd4163cc323136c6f28b1a1dbdce72af0e52e08940cfe05668ed9bdac9af0eb2fbfbf85cd7b0822da7c3def405066dac3";
+ sha512 = "9dd4f16594d3d53a9c6ab2c24a373dafa1c3d02cf1d2aff5725bdfaf7bdec7c0df254b133f1e1e63f235a69fae687fa261f36b08fa0d09d6bd141d01e4f10c74";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/es-ES/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/es-ES/firefox-68.0.2.tar.bz2";
locale = "es-ES";
arch = "linux-i686";
- sha512 = "4f6f90b9f4d7faf7ad4357d8b369ccd7f27dc3b91302ed7e0a72e3a2497f5685fd524e5a02afe61c6b22574ea5e49a5e98207d5209b2ebfe0eed2d5e48eb7a03";
+ sha512 = "a560d1c5b2142590d086bb645b76c91c664bb6b849d5a1e90a32feb87691615b7d943612048fc4c248e0c65a7532861a751f9b3a1537eaece9e6604df8388778";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/es-MX/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/es-MX/firefox-68.0.2.tar.bz2";
locale = "es-MX";
arch = "linux-i686";
- sha512 = "5e9e1192148674ed5247003d804608fcbe712da60b32b21a5ddf538e6e335037117a133b72208379fb5994a5d4377c52c9c28f9fecd8269f9227066886dd4206";
+ sha512 = "481db1dfc9cdd02963235d5ae74a3fd9bfea1d4d4e2dfff8a15e621e2ed2027ebc4dc14095e1ce0013f1350ee73717393e8db4126e3ac707218eee3f4f7a247e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/et/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/et/firefox-68.0.2.tar.bz2";
locale = "et";
arch = "linux-i686";
- sha512 = "ce7db1c964fa4a52c043e1e8279e3f16b84a216dd0faa09fa06a602cdf4fda7f856edde9ab250ba27e7fc39f631bb4f22f9f9439f1f177d1b167506b239614e5";
+ sha512 = "7286f28029838e9b0ce5070afb9001fe01dcbac24dc85c5c2f93c5b9e5f6635daec7d42f0788c1ea2c03cfa8c03b190200be21bdf44acc2ea2bf9ba9aed62231";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/eu/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/eu/firefox-68.0.2.tar.bz2";
locale = "eu";
arch = "linux-i686";
- sha512 = "dce4c457ae6b74d571a5adbee15083604b1e900d6cbb2180da82f6401d0c1ddab161b33811680204c5c7eb288077e21985ddcf0718b9b1e82d787399cd76ee1f";
+ sha512 = "472a773ebb672bbe0e523dd08cdd45d310f0ba599dbd2ef720ec9a2b199c77596c746cd1378d2853ab82c289b5b3a2001ef407aa3e250b082dd82072e858a5fc";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/fa/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/fa/firefox-68.0.2.tar.bz2";
locale = "fa";
arch = "linux-i686";
- sha512 = "12385d23ce72f5a788d87cd90e33cdb45d45fa5a0c5b9157078c03200fa4a24a595e1de664390646e44a4abd3735665e05c27c391e95c392a606941e71adced9";
+ sha512 = "037df8470545afc445f30f269efa4cf981a20593ee3ab180a92dfa7f33affd03a6dcefba47d252275ceae2c9291a743f5cc1060253854d0ff94c5ebfcd81f464";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ff/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ff/firefox-68.0.2.tar.bz2";
locale = "ff";
arch = "linux-i686";
- sha512 = "ceb46d75451d2f3c4f7019541febca272478fd893ff41da6218d3525b1de8feb0d1338a5ab77f25a87ef1d6484386c965bffa91d6580bec9830a23b2a16538dd";
+ sha512 = "e1293b2b8501bd30344ad54a8fe1ad0fb27292baca43ad791917d06441837004c8591bf54858852a8ca9de52048fd126937c81b2faa822f2140f73bdd8a4838b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/fi/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/fi/firefox-68.0.2.tar.bz2";
locale = "fi";
arch = "linux-i686";
- sha512 = "9cca9064afec459cc2649ee0a19a18bf8e91d4afd141c4a83b7ed2e337c6bfe1c68b48ae8175e73b55fa219909161acea7baf885b38ef0304566c3860e4835cf";
+ sha512 = "f9acc483d78fa9e3a97d0d70dedd152f433106fe718198fdaf020bd4184595e0661d8086b2c680bb345165a57ea573a00e7484aaba99ad416c0fe4c08ce7ded7";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/fr/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/fr/firefox-68.0.2.tar.bz2";
locale = "fr";
arch = "linux-i686";
- sha512 = "018f5fdd6fedf4bf860b677491593ed10155659d60b2d3af2d0fd187fc790baa1c87e153facd018733e6443074e7003382d7753d056a2cea5b8adb6f299751db";
+ sha512 = "bb28397f39be4e61dcb8cf783bdccb2fc0126e006d4fe8a8da7e15985335d5740cb3d41384f0592f0b7b4daa898066bc634397a680555dc720aec08ae0b8c989";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/fy-NL/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/fy-NL/firefox-68.0.2.tar.bz2";
locale = "fy-NL";
arch = "linux-i686";
- sha512 = "f010f5b40573dee3108912ff538dd4dec9db1fc1f6817d8f9602a0ace537fa80ac0e684f3f32c006b10bfae8e3e65ab8cd0c25ad35e7f7638121d2f758447f42";
+ sha512 = "edbb404ebdb71a2c6b1b66a2fff776ec467b0fd42a0710d1b796388674e62e70679b9490d70b92797bcdb5e32ace3691da88c50acd7e681d89bb9d166ca771cd";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ga-IE/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ga-IE/firefox-68.0.2.tar.bz2";
locale = "ga-IE";
arch = "linux-i686";
- sha512 = "d1333c7139433a4b330ca5d93e6e773f623ffe7c431f4f02dbc64be28f388aeb77fb98eb593c01705849d6ad75c5f3bd74b4beb9b5dc1f95816e1614aad8ac66";
+ sha512 = "7f16cd4796525f77fb2faf3ebdc08c61d14c35780107049a4ac2c00c208cdd1c36543933e64ae51c1cc65bf3896ccb2fb546735762762e25dd22c5bed71251ce";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/gd/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/gd/firefox-68.0.2.tar.bz2";
locale = "gd";
arch = "linux-i686";
- sha512 = "4f2a6b7a8917a155f8e8c36041695a7f08f561140f554f3ad9cf2e78583aa48d5049080da1bb00f5550918d8d5999ed8960ed5c0b12e98882efded12467ddc69";
+ sha512 = "5c875835f2c1a2cbcc97cf623f4a2d57a252d2741707847cdaf4a2fa21cf4a2ad0bbe9c0a075f29306580499a9d9420d77bc8db2da88551e36af006f946e21da";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/gl/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/gl/firefox-68.0.2.tar.bz2";
locale = "gl";
arch = "linux-i686";
- sha512 = "32c88369a8a6028c7a20b708511b508dcc6fc1eeb99a52af4437721dd1299eccf28822343e8934c1a230e6e9bdf84e6a148fe7cc83d9477e65ac51bf477a653b";
+ sha512 = "6a0e069836ee596e9e7c6b08a39ce15b073bff8ceb676f957285d26978d8768d7b60fec011d941b05644474add0ea00e37ced01eb43512037839c010ecd5b637";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/gn/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/gn/firefox-68.0.2.tar.bz2";
locale = "gn";
arch = "linux-i686";
- sha512 = "e603801478d85d45431147189b84324b6ee04c2be1024a25ec492706dc91e76d13c7ce1da31f96a81e21e6c067efc48a31c5c3a121eedfbbc326545b5997ad3e";
+ sha512 = "6811327bd3d952ec59ec04cd21567ce347fd53fb401a5017558dee0f89ef0cc5437f9edb8a8e21626a7c379dcdb118fa8a27d5ee7d1bbb14eaf7daad5b08391b";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/gu-IN/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/gu-IN/firefox-68.0.2.tar.bz2";
locale = "gu-IN";
arch = "linux-i686";
- sha512 = "0f0c788be9fec191f195d87762e4cb91d8ca3dce4ce35a9da1cc9fa8271456960be6bf67bd8135d7f4036835df48013507233efaebf95244ba158a18cf81cc09";
+ sha512 = "5d8e5d339d350f151c8834d16fd26979b42d3ca32e5c7f72e280923252cea294eb4857725035eb40c282848b38efaaa79b974e795211d3d59598c6a53a6babc2";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/he/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/he/firefox-68.0.2.tar.bz2";
locale = "he";
arch = "linux-i686";
- sha512 = "5bd2afe767cc81845835983469e5d5661e57131df7d26104d740dcec27026bdbdb02372d8170ac23f67982319fedd3e6449a7f06070ad1957526059528084a43";
+ sha512 = "e9e9bdd9698d7288dc89fa03a5461668dd67ba305a2d822a50b1325e797ad233dc727cbecece58da43e104fccf319ae2d884c39bdf4abdb3b5bfc88f989d1f52";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/hi-IN/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/hi-IN/firefox-68.0.2.tar.bz2";
locale = "hi-IN";
arch = "linux-i686";
- sha512 = "69dbc6d78da4d44b86ff571fac073971e4864e66b0153040d29e5161102202297805a8a2f2e6d17074b250ec2782d9a32aca146992ffc0198b9dbb2b96a23761";
+ sha512 = "5b650fbefccd3768918a8203687e39fac96f3530236a40f1d73ef24ab2a25a58f901ba5cea0dddc9b9623ec84015eb6392182b1f02a14c46d382eb07a2078ced";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/hr/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/hr/firefox-68.0.2.tar.bz2";
locale = "hr";
arch = "linux-i686";
- sha512 = "a2d0a1293d38a98ad9c3479f8a6cb4ae4da65a3b3c56f5730f175be710a867e15ef83fdd08f1d98df0e409da270de1c3615bffcbcbfa6e6ac1f161fb8694cce0";
+ sha512 = "6cd3ab0dfe19ee2bc3725af08dbe54f12f214bf4b41047435f6fa8ff986bfcf45772626c7392858987e01e1fefcd5ba1b28872cf7774ca90413993343367705d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/hsb/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/hsb/firefox-68.0.2.tar.bz2";
locale = "hsb";
arch = "linux-i686";
- sha512 = "0ec1f0c9f7c0e9ef1204b17426db09f623f25cf5816a91753d171732b7b027a44f977a2bd2a38be3c2f22035a69a2438430259636c0b38c1e276f5b6b21661dd";
+ sha512 = "ce300da3c7e1787fc205d904694ac84bf4fe4f271d95cadd9539b18c2b0fe8f35d12ba331ac098f56a56786f36e1cc2b2fbb62ae7fac25cd6368d8a66ea8efdf";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/hu/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/hu/firefox-68.0.2.tar.bz2";
locale = "hu";
arch = "linux-i686";
- sha512 = "7adaac028742223a09c598842de5fcd34524e93b34b602d2307431fc0be651e1e081c06804992e878ecdd100d1ed15b3a83ac664b59709eb7adfb75ed3de76cc";
+ sha512 = "64d30bf6122ff4598603bca84d4d1ac30c2e84f106e4c68f6a0dc24dceabe67e34e514dcf58acdd8b6d3c4412a5e1a912e184ec13e8ddb5867943b2965a3f1be";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/hy-AM/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/hy-AM/firefox-68.0.2.tar.bz2";
locale = "hy-AM";
arch = "linux-i686";
- sha512 = "01c327f71e7dc09473c8dbbb2fb61d054b85431f15e4ab5b5759508b8a5ffa9c018a17c8fbdd927292a710ded9e49c0223661dc26a0e22f125ab4ff72b85ad9c";
+ sha512 = "799faf34055822487b442da86ceecc7dbe36574a76a8e04e4fd76852182bd75d773b69c0ed19fb33c5dc23bc4ac6c0c21a6694256398629a984a1d2ebd63a63d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ia/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ia/firefox-68.0.2.tar.bz2";
locale = "ia";
arch = "linux-i686";
- sha512 = "5e144cdd7d21cd9c94977ce0b9374e8918f67ef84a0a8f8d58d1ca170fe62456587b1f6d1a208329e3747708b19a3a647adb53eaf28e8f146f1c3deae00fc56a";
+ sha512 = "ebf9d05baf6b4963b0b5ff25b2747b3a90e4b664bca1c865638190dae85891499e3b1c5b3b656f83896117b430556efee039bd58a5728573e3be47e1da4b77bc";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/id/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/id/firefox-68.0.2.tar.bz2";
locale = "id";
arch = "linux-i686";
- sha512 = "b1ea8d573395e06421f4c74c796b8fa68260a754eba0642c5685b1acb8d0a13c87ce001a0d7da43167223f1fa556cf24681bfb271840ce7ee3303caf2d355e5d";
+ sha512 = "0268c27fac89400ac179778f9e17b8b1e5d1f1e6bb9817576e03f4985f0aa7a57444eecdde69c1f7800e5128cdcb5829f62a4ebdce6124e3f4832a9fd44022cd";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/is/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/is/firefox-68.0.2.tar.bz2";
locale = "is";
arch = "linux-i686";
- sha512 = "07055c68477bf6d27ea708f043bcf0a14da5f37e597c36b369129791ba7373351ee8d109a89faf7e8aa2645a6282bc03c4081d04dfc615d98aa1c45899fa92a4";
+ sha512 = "818f4173ff8e9bc01576c0d416b39519bcaf33d83760e91d1b4f8ba8e28389b81816c15f5d19f3fcaf6a8140b2bd8fb92e29a844e2da05f9d6344542c7b5f615";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/it/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/it/firefox-68.0.2.tar.bz2";
locale = "it";
arch = "linux-i686";
- sha512 = "da3af727771c5a3cf483b4179d1a7bd51d0aeb3446d04de2bcaa520279f5ed6c442b8ae476d5e5362e7017b97aaebe944e0509652ae0ea116a658f8bc42cdb9c";
+ sha512 = "6710ac5a6c98dd9010712acc29239f9f102bda2458d16fa3394ff0ef6128486b759c3e68d568614f793eb0959fae908f3fc519dd52fb27a7495956d1e66c6f53";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ja/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ja/firefox-68.0.2.tar.bz2";
locale = "ja";
arch = "linux-i686";
- sha512 = "6640a635b112e01e57f36964a986cb62562753a5b598b5e3474d8a4dd6d70350c989d82e4d07ba3c19878617b97981ee8c2477618282089ec49bb933f6057bb4";
+ sha512 = "481206f6a36704b06d207f6b4eda96c307f61a2700a3da6fcf659c6b12c7880ca5ed69f1c3ae9da42d774e84e2e9c621095cfe3fd4c8e175304945272d51bbdf";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ka/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ka/firefox-68.0.2.tar.bz2";
locale = "ka";
arch = "linux-i686";
- sha512 = "248da01a4a5841bf75af3abaf2c463abf1cdac17b96c1940c4eed6e2c11f0c2c02e5e99869e125024371436298e473d86456fc0ebc28e7cb16b8d233cad5ce9f";
+ sha512 = "ea1bbb5f759060a45a62b605d82db9b560a05ce9f0f92b907bc92da1a30229e312bdaca3e78560ed698100099f1bf261b71abccb353930a77b9908d0b0862ee7";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/kab/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/kab/firefox-68.0.2.tar.bz2";
locale = "kab";
arch = "linux-i686";
- sha512 = "9d7c848aef22fe3206fb78f554dcc0a9012b5cbd28924aa29a2145e6fdb985c56318e2b33912493d0d01d1984f8cc8487a3fd924af13b85cfd38cb5744c8fbb9";
+ sha512 = "4855f086d6d4028d18a6dfcb3da366c667e16a84e3b81d6e58408a2dcbeba77fc01668b90290e4ed49334d2afa5454b866dbc2ea3f4b446d5eef861bbb5b03cd";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/kk/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/kk/firefox-68.0.2.tar.bz2";
locale = "kk";
arch = "linux-i686";
- sha512 = "a94acb2fe325318a5bf6045aee6ad7f5025b53f94615db91dfdf032dfce3f14f8c35aaf9cb1442f47aea808a001323dbff78cdda596d981421d7c7e9fbb2953b";
+ sha512 = "e48bb95cdb2361cd274e064e879ffef3d4cf25c15712c716c278a16b31636b3ffe3585999f7477e58b26ec5fa4ba0a3d5c5e80f7af97b305aec3e899867e66ba";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/km/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/km/firefox-68.0.2.tar.bz2";
locale = "km";
arch = "linux-i686";
- sha512 = "a116af962afaaf94c98de70c0ccf8dde414d4bb6e0256d7d69078d2b3b85b44038a0eb5aaff4d6bc630aae2a96ed8f51295fdbb634b1f9b31b2069012d90a9d2";
+ sha512 = "3a987d55f2b113fe7ca2f47457d786b5d851605edc94e3a6467a2ce127075be4a2aa924892e053da6b9f854de60555941a875e0b94c8a8d736d84c791d5d7803";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/kn/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/kn/firefox-68.0.2.tar.bz2";
locale = "kn";
arch = "linux-i686";
- sha512 = "afd57965e63c525fc5384108977465a8b90ab47ea6e1506142d05071fe6f0089588d4ded589995db0a743000b168d22ecbc74aec6e669cdd539620088681b375";
+ sha512 = "36331d0774b85403d294b1240e1348a1aea9ea52df8ff8013a69f0b82cb5e8c799c87e3fbc9fdf0fc20f3537d0124d7dc291cd8fbc34063e4bd3b17c6810ea7c";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ko/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ko/firefox-68.0.2.tar.bz2";
locale = "ko";
arch = "linux-i686";
- sha512 = "09f26513b65528b903e6728fbe10738db485abca4472187dcad725f0ca4b77060c059d3b52e68dd932f92ac9f321a27fd6a82d427873dd336f4dc25981d08e9b";
+ sha512 = "7534ba3a9df96088180efd8a9c1df50e674f1749edb9103c6efc6db8c72d8e82aee09081ad3a956b07e0ab6c57e8c8194317d39a933da977dc0afdd1142d1c2e";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/lij/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/lij/firefox-68.0.2.tar.bz2";
locale = "lij";
arch = "linux-i686";
- sha512 = "1b1a24f1a4928bed8ef833655e271e6785ffb9fb7efd5357af12e1b6a1680e07abfcaaeaa43a2aef08e02d802099758a0e689a8af03ecd2790423ca33f62a230";
+ sha512 = "affa07c2eb1590fddf0c30c670b6c7b6f9f6969dd43858e277a750ac524063f5da5166d7d8326e1823e0258ec5f214d241a08dbe338a3cb979de8b19a9799009";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/lt/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/lt/firefox-68.0.2.tar.bz2";
locale = "lt";
arch = "linux-i686";
- sha512 = "8ce739bca4653c81788529ba03d9b6bbb253d60c09157a184ffe3c4bcb8819af0c3831d5ed71ce32084c257d17487fc23ccc9841739e9839a62acfa17f14ef36";
+ sha512 = "416a8a66b087dea18c577d839c151f958c084e8ee95fb0fd7f17a45015baed961de0ca138fcc12f58154f480df15d294d822dcf1f218f4c8082c9193ad57710d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/lv/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/lv/firefox-68.0.2.tar.bz2";
locale = "lv";
arch = "linux-i686";
- sha512 = "84542ae12dc18c6b586b43777ae0f3ef29584bba56d0babc9220c755a010b2ca138894ffe9c566f943c9465938b36a8483f5fa3e61ce750da5c556fa3efbda12";
+ sha512 = "1c5359efb53b0d4f0d9f33a321cac45ed112ede997c06b2279546183dd005c186f107701c895ced27a76086ca71374a49a067f5599a0d2ff166432b7eb7629df";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/mai/firefox-67.0.2.tar.bz2";
- locale = "mai";
- arch = "linux-i686";
- sha512 = "9767bc1057b6194e09c94d7ad96d62d791113bd36ecf518c581127b32ae9baca790fbb39391bff199d6d62fec12cb6fc047d52d70469463dfacaa48a12cae76d";
- }
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/mk/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/mk/firefox-68.0.2.tar.bz2";
locale = "mk";
arch = "linux-i686";
- sha512 = "3a7d5eebb65992be8c71998c5c8ddea9fff147492e51781d85aa50dcfe45184911eed787be93097555e71ee7c4dad7df773ab86c10f41121a840c7fc604cc744";
+ sha512 = "db44f22e19d505a590749ac98d7b84354106d421e4a45eff70986af2c9d2ac581a0bd84cfa103196ae4cdc17dd1fe5d9f0cf0c710ee0fb5a0ff7701f6de5253f";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ml/firefox-67.0.2.tar.bz2";
- locale = "ml";
- arch = "linux-i686";
- sha512 = "15c1407419022c20f95437aad1904e23ae24a2e8b82101b0408f8cea1096d8973c354a98914c927375398e7d643d986c0f79bdea47152b8ee9fe9b14521b66a5";
- }
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/mr/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/mr/firefox-68.0.2.tar.bz2";
locale = "mr";
arch = "linux-i686";
- sha512 = "d6505da2a2686d4ca08eea71f6eed0079e30479b80bb3563fa8df023d7f9fa0bdc0fcdca4076730506ffeaa12eb76059b2586571ff9a9f09e8be94ffc303e218";
+ sha512 = "db73d7706ec4b87e76f5d174f22f9b032d75d9aebe6001ecdaa7c2c8fe5db897efd57f0f2ec482a5ef22e629a6233f5ef7c5df19566a3df0f0ce58ce008a22fb";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ms/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ms/firefox-68.0.2.tar.bz2";
locale = "ms";
arch = "linux-i686";
- sha512 = "5758f944f8ffbc464a24496e789eb228ec70fdf1196101a8880376fd04dcb03d3b197605d05cdef45eebdb4c1f48fe4741990fbe7f451c3d14497db748ab80d7";
+ sha512 = "23dad70a4757bf8e9c67328bf43b9be2a9d6e7f88ecc9c2980314e68eff269f996535f43f9fb93419d81a2e7c922327e5642c191e15582cdfcd3e420433e4270";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/my/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/my/firefox-68.0.2.tar.bz2";
locale = "my";
arch = "linux-i686";
- sha512 = "2cf077adc1d37b32c02cc2862fbdb243a5488a89dde7f353ee1f0d74e225cca63aa71d4ef18897ab949ca476b7ad9d6e0b54f686f981fd275180f7de04393398";
+ sha512 = "ba595429b7c637d06f703ae6bb1cb5ec6095a7f6fed7ea64a0b39825921f49f5f827c33a5cf3cd0bccc4b6398acbf4119a147014f1d2db1d8bd4b3e72b7733d2";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/nb-NO/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/nb-NO/firefox-68.0.2.tar.bz2";
locale = "nb-NO";
arch = "linux-i686";
- sha512 = "6e4bf126c03a68ec324da82c840b586f2f64c58b4092b7c16df89529063703060b46d5e419aacb52b494c2125ec7c47fca4fcb31fe61d5385582996d2054c969";
+ sha512 = "8af331ca56c43c43b42061de4a7686bd2f944de845f9d94d088a4c1c913e1d7376abfd175dcebbb3ee78fac7fbea407cbdb2b81382919d12fca021dfccf59feb";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ne-NP/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ne-NP/firefox-68.0.2.tar.bz2";
locale = "ne-NP";
arch = "linux-i686";
- sha512 = "fdb6d568053d6906ff04410a951cea2c82f4c580a56ead4af811f3a974305b03eed4fa03d733b6045cb4359a5ce8423b0cb44701d2b45c1055c12f809d64f4b9";
+ sha512 = "497001fbf28df53edf13aec04de313a1353ce0eae894905d6a33b0c182ef589160eca2f0a8fc18d8e1644f573cd74de3e96dbf43141b05b6884be04fde28be76";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/nl/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/nl/firefox-68.0.2.tar.bz2";
locale = "nl";
arch = "linux-i686";
- sha512 = "88bfabe393482bb1a3945a945ac3388df79a9c1de386ccafcccd3d5590e9bcd0d105b8200c8bcfed06f3347dac39fc8c17248dfd342b455fd19373184271b18f";
+ sha512 = "6c0836da50f14accbf536570bfea5fe4e587e87fe2e4203b2c94052476994949058ee2418f862312a95627730d648832f6a0ca39690513c6d96070108630e43d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/nn-NO/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/nn-NO/firefox-68.0.2.tar.bz2";
locale = "nn-NO";
arch = "linux-i686";
- sha512 = "e51fae5d29e084b08828233df3b9e74a0b08bc3f1f6f77b7e13848f724ec98f9467213d712cf433928575a2f3a3fb3a8b1134eb0b1d777a8a41fc3eca80af5b5";
+ sha512 = "89be8b53fdc39bb39431584ea25cd6e5d660f75756d6c45f0157c1eb387cc625e927931c1cf0d1587c0819fef9635cb3ac2319af6a6f35825a6170518070cbd4";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/oc/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/oc/firefox-68.0.2.tar.bz2";
locale = "oc";
arch = "linux-i686";
- sha512 = "53fb6a39aa04fc0344de9c4c55b7d04ac081794cff9dfc53cec7bcd6ffaed84f3bb33d626c3e8d78860f1014d8e9a7ec365339745c06a8d9a1d01f570e1c8fed";
+ sha512 = "6b34edad11c141398d329d07e126eddf03bfd395bacd6856e947771ea65e274e78f96784f695542280f4530c395ebd0011946f1bdc95c1bf5c0f96ae8d7ea707";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/or/firefox-67.0.2.tar.bz2";
- locale = "or";
- arch = "linux-i686";
- sha512 = "b06021935c6a9e3749f4470fcfd80c98271b1fd2be0938783d377a50313f91387bcaa5bee68bbe217a4af63c89dac639a00f1e3b2382b8d3352d5ba7067b69a5";
- }
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/pa-IN/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/pa-IN/firefox-68.0.2.tar.bz2";
locale = "pa-IN";
arch = "linux-i686";
- sha512 = "dd2bbedbd02941f6d555beac331da953f54fb2a8d7021d3308a9820aedf505b366917525863d8300ca95bddeb281a15a07b0ea7e866c9efbff63060b2991ddf9";
+ sha512 = "025cdbfa14ae385fd87e71296b67f9b0313c60ac56cb3d0f2734bd803e990b846383d64f65ca9a3d643fe0f2fd678d54a2b2000c7dca1cff73e5ec47acf1e53d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/pl/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/pl/firefox-68.0.2.tar.bz2";
locale = "pl";
arch = "linux-i686";
- sha512 = "ed450c305893c3af235fa3fc7ccd76abdcf4d3b7845307a98e64c0b864330925b30df66f93a630559c838fe6d919b6aed79d33704513020ac462b2dd81e812f8";
+ sha512 = "569b0dabacb30f8ed02cb1118a062c1e212c4b688a104d9afce8d846572a92723ca1ebbc495dd0e97c3365ab3e5010b9d812e88b111f40a6e87b14c646794dfb";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/pt-BR/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/pt-BR/firefox-68.0.2.tar.bz2";
locale = "pt-BR";
arch = "linux-i686";
- sha512 = "274ebd3f02014253865cf85221e04a1a770837d34395f6f1320fff9f84d91b3d6d216b0de2e9f3756eaffeaa07af14b5cf0fc54c9e4877f2bc2b76ebd9cfc237";
+ sha512 = "36e7914fee752f7cbddce0ec5e48ffc0f45a20dc4b62a825488ddb0b49c36f91d2df257ffe2b551bba2261d7786291a2a7fb3f518cef5c6f9b449205eaa733be";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/pt-PT/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/pt-PT/firefox-68.0.2.tar.bz2";
locale = "pt-PT";
arch = "linux-i686";
- sha512 = "a0505e46b48f6e474fd6cb73e77012c2dfc8e1b25a94d4c9ecb56117e73ef43685960c3bc9bea157f81d417c9e0352ea12340a7cf6367ebed42cf2eb790366fa";
+ sha512 = "fc6dcdec3e6d53111929a70f3cd22948006d9a5bc2c6e4cb305a07c4bc8ee0469297be01d85b68017a026e011c35252c25032156ff383cc708c470fabcbc7198";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/rm/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/rm/firefox-68.0.2.tar.bz2";
locale = "rm";
arch = "linux-i686";
- sha512 = "3b84e39e98b136cf69945c1888731e5d9e47374ca0e0e5b63612cd1b0f9b3080add05fa5a6921805f153810a633aab3b3c431766de4e4522c9f06ce4d6f634ef";
+ sha512 = "d5b2631fc3076cc251cb82e6c0930f7890750a73902480033ad0b5ec91aecc6f15c01e1e79b88ee4b2e74588a76cd0017fa520175559e1e68a6edd4149cd556d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ro/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ro/firefox-68.0.2.tar.bz2";
locale = "ro";
arch = "linux-i686";
- sha512 = "6ccd439d5e9b564449998c43368a69a5d8db8a52d3bc4b4f680f3bf1430d4b5a5b7b49f62c13ac80f9acd925b93e078a1086649ddf7b3685700089e29e7ff102";
+ sha512 = "d88ea2b05b262e010b0e447f4480149ddc79874dcce3925d3768211d7016cff99a9a0aef594c7185eb81988edfa46497dc442a4d825358c821461cc0f689c593";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ru/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ru/firefox-68.0.2.tar.bz2";
locale = "ru";
arch = "linux-i686";
- sha512 = "d63d10a66f6a270dd3bcd12ab22af602a5f9a90558b3ddcfecbcc3e58c0497a48be68c92611c1fc0e58674a4664f9e7a0247072787e4227735cdb35578198758";
+ sha512 = "cc28f64e1ba7aa4771667a09e3ef9a2dfbe1af3c3ba552f14d16bf338eaa178c32eaafa39b6c0592e690fc10325b88966f555283669d241fe05bef113e533c02";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/si/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/si/firefox-68.0.2.tar.bz2";
locale = "si";
arch = "linux-i686";
- sha512 = "39d403829cc1982c64f544feebbbc476bc45866f9b72b0e95f8a9e6aab9437f1d7e4a02a33f155bf33dd128d1257acfe0ba196647cd32f73db18a80b8c67fcef";
+ sha512 = "9119703b2edc30023b0bf81fdf6083a46544273a5b0dbe0f1d76c00020f1a093ea1df2592375bff9e81af1190f7fbd269f0387e311211a8d806e7519164b24af";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/sk/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/sk/firefox-68.0.2.tar.bz2";
locale = "sk";
arch = "linux-i686";
- sha512 = "47a4638607acf215ebe2e01000f72089dcf269705525a4b866eddf32076a621461ffffae708177bdf52267e348101c06448de8c68814d8897fc044e367e749cc";
+ sha512 = "fababc6cd6644be1404ee1b6ab6f0c01c161b13539702a932e67062bc6d7ca350d0b7c88957d0617b404d892b93fff1b736d93a4061ca0b154e2cf3fbd0972ba";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/sl/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/sl/firefox-68.0.2.tar.bz2";
locale = "sl";
arch = "linux-i686";
- sha512 = "fee01b2c327b2c67c44ee8bdd6de277a2f4c56e4626ad42fb4bd83e1b42eb8d21e5f4c189584c5e9df4b16749bbc85f52a0ad3751f4f998adb131844419412e4";
+ sha512 = "5e16fd5446f742f259fcaaab1bf15e7d56cfd412065c268d625d87fb812312e6caffbdf0502d8d20bd9478bb4b2b3444604d8a1aea7a006c0dfe3d8120b2c1fe";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/son/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/son/firefox-68.0.2.tar.bz2";
locale = "son";
arch = "linux-i686";
- sha512 = "72ecfbfca6a40830567e5b7d657d1bd015bd354a01042caa77f268496c500836aa9358707eb1e988ae8a33d7c20daa880adea6f4b4be3df7548f8aea9e41a767";
+ sha512 = "0a36b7350d7cff22bd583bf7d811fac358046ddb0b85da52750e1687d7b82487ccac8575472683302c9a814abd07f81b227db3f2ecc8562f5d069d95045ba7d5";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/sq/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/sq/firefox-68.0.2.tar.bz2";
locale = "sq";
arch = "linux-i686";
- sha512 = "821eaaa3bf2cdb2077aca4ff6fe6380fef6e114e0ee91c262824a859ef04387d0c42723df4eda3422980b2e719a5ecffa660579a2f30d26874115dee39cdb0bf";
+ sha512 = "b18398395e0ea078117987704c962399a385e0ea2e4568291d8449d9fcf5f1784e4074b990e0e5e8a5b6b9dbd789772eeed689e722f4179e3f451064fb08ac92";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/sr/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/sr/firefox-68.0.2.tar.bz2";
locale = "sr";
arch = "linux-i686";
- sha512 = "5c845bc0ccb92a1ca88f2b18f7a57e4372f3d8084898d432cdbe4386cf9cdb94d9c6d210d9c58a05688a0de59fdab3c4f50814f53d67632ee577d9e4b95da380";
+ sha512 = "469ea3344ef2893333b7c967a72a08a86c24ce511f8d45f95ad159def204e2d5a2665829ddcf6783cb0602f0013f3924045410609b9e2a921f43c79750435648";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/sv-SE/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/sv-SE/firefox-68.0.2.tar.bz2";
locale = "sv-SE";
arch = "linux-i686";
- sha512 = "ffb3490701ec8dc6cba11f6f47cf744d55ea3a4a49d74a0af58c2cd9feaf3bfd95937c1cf401bd105a1ec31c089eec4f41c582d1a17d05dd4210346074d40d64";
+ sha512 = "4d9080b2bb8d3dbabd2ba6a14d0db8e5a983f5ab077d80dc7ddf892a82c1508b1b9bfe9b346d009b95a1ae89f300e72e37479c905b70ad924fc9d1c34f1317d4";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ta/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ta/firefox-68.0.2.tar.bz2";
locale = "ta";
arch = "linux-i686";
- sha512 = "4287b589b22da8bfee1e1112c1aed8f79b668c992d95ea3913def1eb9c57c1a1bc8e109f99f93b04e100b94303f0b379d6cb569f8d65f925ba6047aa82af9373";
+ sha512 = "347edc360548f3a254c1eeaec47f1ece912fc79a0c19d3d9a1e455ec847749d8d531aef8bb44e2875afc4618a1eabfb77aaf581788138bb0a8607a443699da91";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/te/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/te/firefox-68.0.2.tar.bz2";
locale = "te";
arch = "linux-i686";
- sha512 = "9f2def6472474500d38e2ed7325d22f5af44dadfd8aa713e456df47b38fb2ecbe9a1ef00f1b2e2a35b9e38f9098c532ad53dece54167eb23d0c78d73ceebb812";
+ sha512 = "806a97bdf4030dd8de57f3e2af8e06d71ea17891f4cd08df3cb3e71bfef372f1029b78ec6a16bb6ec96dc5113a0e96616e2fb907e11c98b6f33c9b83f67d9c37";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/th/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/th/firefox-68.0.2.tar.bz2";
locale = "th";
arch = "linux-i686";
- sha512 = "565e37686beedcb51d104d73b1b06a5efa1c651e3a701adcf26f44a692cbce4d3069a5a9f88217f95de5974943d292ecf2d2d39922ffeef07ebfcba984aac28f";
+ sha512 = "a453c97807c46eae98a1fef4184dfe06c3101240e5d20c389b9cfdaf4dfb4c2c3c38758d0451789d326c2d76249651c2d1a7aa4134e514b9de3ef966e4bed60c";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/tr/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/tr/firefox-68.0.2.tar.bz2";
locale = "tr";
arch = "linux-i686";
- sha512 = "6c8901310a7352c2f65a65cf59ca8cebdc4db97d6f61f726a6e8b4c8ac21855ead17c5342681d8b8a04cb533d7f00d6891b4366ba846fe5688f633a098c5658b";
+ sha512 = "79fc0d00870d27ea7485c5807c5e4753b036364f68f71b3a66e11b23e8a6f5498af35411d5baf1dcebbc8959b3ec1870faed90b136aec6a71ee2ccc59832cd3d";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/uk/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/uk/firefox-68.0.2.tar.bz2";
locale = "uk";
arch = "linux-i686";
- sha512 = "1f1a3c6955c8b1fd38fb478428fd71ec3c4767cc1950531f28262caecc831c703e4257483e3530771fcc830d03e007476de48e6d36d550e59e2e51fbfb394388";
+ sha512 = "87176598ed9df72c6b05a2469ff404520f8e4171ee42cfdecd4dd461c761bddaaf8735ec9a9d9e651299951a656dc9189c2bf91f2ad896ff387706aaf31614b9";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/ur/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/ur/firefox-68.0.2.tar.bz2";
locale = "ur";
arch = "linux-i686";
- sha512 = "d10a8381fc0a0cb249fd4fd1bd149368ed460bf2d9c92e28c3403b215dbbaab11bd98f8eec8c96d381ebc6721a3a261ae79ad4471c31ecbe3f5357aa859156f4";
+ sha512 = "761089a4b9a9df1e8aeb61567db383cc7f1068a56a857f9ddd9f306ae0eadd0f1fd0d911243b86dbd7cf755a1d0d9e2728f710d5e4855286c897fbf1bae3621c";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/uz/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/uz/firefox-68.0.2.tar.bz2";
locale = "uz";
arch = "linux-i686";
- sha512 = "d46a56a1a272d1d803cb7910875829d25e0630d95befdd92dabbc77f470b65b5e0283738b91e3fbefa34a324131f37eb85fcc99a5a82be59a6c7363b07953f41";
+ sha512 = "16838912099255e703f45537810f9a125f162da46654356da5d7284cf5976af0ba47e77b5658f7a95ff63287379411356521fca2250daef3f8ec299231c561c4";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/vi/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/vi/firefox-68.0.2.tar.bz2";
locale = "vi";
arch = "linux-i686";
- sha512 = "b83b27030ffd3b8f59c0fee240b87c23af1ea04652587de62d50f29ea267a8e99024ce07449aa8a24ed565368574abcc483a059d8694a75b56370198fead8569";
+ sha512 = "26c8651de12544aff98d6657bcd3dfce453d394dd0f4e6045d8a29d8ffeded020335bfc958984e1b79dcc4b8bf4c3b3a29c1b20fb62c0df7a6dc76478f72dc65";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/xh/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/xh/firefox-68.0.2.tar.bz2";
locale = "xh";
arch = "linux-i686";
- sha512 = "4e04a016a50152d533ac3c2957c7a8254b809e8642a771972b26844ff3cc541d9e016c079f56ce44a1474b8efcf1cfc69ee778cb55acdee7f8ac76a937d92edd";
+ sha512 = "222a0a22c6e41a6f755ba881097c2c354924bfb809f3a04b588853da667444f8c922fda9bea0f3c7bc82f46938f86810d2cbd5900960180a2a25f9cffaac9088";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/zh-CN/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/zh-CN/firefox-68.0.2.tar.bz2";
locale = "zh-CN";
arch = "linux-i686";
- sha512 = "24da20d0c14062827db8cddeb4960390f0afc32e7cac1374282e13f0c8d1ddc14a0a5ad130a22083973da52f26b4a222c77ad7b604293bad6badd8b629649e99";
+ sha512 = "3a3eea1dbb9c42c1740ee67b68e71ce84ef1f3f14a52c069a17956911464570429b3576e29ec7370a857dbcaec143bc4ae65e3f01e319b7ca065899e8f864eee";
}
- { url = "http://archive.mozilla.org/pub/firefox/releases/67.0.2/linux-i686/zh-TW/firefox-67.0.2.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/firefox/releases/68.0.2/linux-i686/zh-TW/firefox-68.0.2.tar.bz2";
locale = "zh-TW";
arch = "linux-i686";
- sha512 = "dbec0311c4709ebc28b4d13caa822cb4d93409369ce1bca883d70e16ec48447e1ced908ffaeac4d89c8b2313b24a223fa21b31666c82777a7ae33867c3a018d3";
+ sha512 = "a8d53ff606b7bc82dfbec77b299b8f69985472486706f79c960da988063a0e86d232eefb4734b8a624e97e9849fad3e36a483190b8cbc6c3210b2c2d79bd2b25";
}
];
}
diff --git a/pkgs/applications/networking/browsers/firefox-bin/update.nix b/pkgs/applications/networking/browsers/firefox-bin/update.nix
index 97163ffa762..d6593be8890 100644
--- a/pkgs/applications/networking/browsers/firefox-bin/update.nix
+++ b/pkgs/applications/networking/browsers/firefox-bin/update.nix
@@ -1,5 +1,4 @@
-{ stdenv
-, name
+{ name
, channel
, writeScript
, xidel
@@ -24,8 +23,8 @@ in writeScript "update-${name}" ''
set -eux
pushd ${basePath}
- HOME=`mktemp -d`
- cat ${./firefox.key} | gpg --import
+ export GNUPGHOME=`mktemp -d`
+ gpg --keyserver hkps://gpg.mozilla.org --recv-keys 14F26682D0916CDD81E37B6D61B7B526D98F0353
tmpfile=`mktemp`
url=${baseUrl}
@@ -50,7 +49,7 @@ in writeScript "update-${name}" ''
curl --silent -o $HOME/shasums "$url$version/SHA512SUMS"
curl --silent -o $HOME/shasums.asc "$url$version/SHA512SUMS.asc"
- gpgv --keyring=$HOME/.gnupg/pubring.kbx $HOME/shasums.asc $HOME/shasums
+ gpgv --keyring=$GNUPGHOME/pubring.kbx $HOME/shasums.asc $HOME/shasums
# this is a list of sha512 and tarballs for both arches
shasums=`cat $HOME/shasums`
diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix
index 6e39904d27b..f464972a9df 100644
--- a/pkgs/applications/networking/browsers/firefox/common.nix
+++ b/pkgs/applications/networking/browsers/firefox/common.nix
@@ -4,7 +4,7 @@
, isIceCatLike ? false, icversion ? null
, isTorBrowserLike ? false, tbversion ? null }:
-{ lib, stdenv, pkgconfig, pango, perl, python2, zip, libIDL
+{ lib, stdenv, pkgconfig, pango, perl, python2, python3, zip, libIDL
, libjpeg, zlib, dbus, dbus-glib, bzip2, xorg
, freetype, fontconfig, file, nspr, nss, libnotify
, yasm, libGLU_combined, sqlite, unzip, makeWrapper
@@ -94,7 +94,14 @@ let
browserPatches = [
./env_var_for_system_dir.patch
- ] ++ lib.optionals (stdenv.isAarch64 && lib.versionAtLeast ffversion "66" && lib.versionOlder ffversion "67") [
+ ]
+ ++ lib.optional (lib.versionAtLeast ffversion "63" && lib.versionOlder ffversion "69")
+ (fetchpatch { # https://bugzilla.mozilla.org/show_bug.cgi?id=1500436#c29
+ name = "write_error-parallel_make.diff";
+ url = "https://hg.mozilla.org/mozilla-central/raw-diff/562655fe/python/mozbuild/mozbuild/action/node.py";
+ sha256 = "11d7rgzinb4mwl7yzhidjkajynmxgmffr4l9isgskfapyax9p88y";
+ })
+ ++ lib.optionals (stdenv.isAarch64 && lib.versionAtLeast ffversion "66" && lib.versionOlder ffversion "67") [
(fetchpatch {
url = "https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/09c7fa0dc1d87922e3b464c0fa084df1227fca79/extra/firefox/arm.patch";
sha256 = "1vbpih23imhv5r3g21m3m541z08n9n9j1nvmqax76bmyhn7mxp32";
@@ -157,12 +164,15 @@ stdenv.mkDerivation rec {
postPatch = lib.optionalString (lib.versionAtLeast ffversion "63.0" && !isTorBrowserLike) ''
substituteInPlace third_party/prio/prio/rand.c --replace 'nspr/prinit.h' 'prinit.h'
+ '' + lib.optionalString (lib.versionAtLeast ffversion "68") ''
+ rm -rf obj-x86_64-pc-linux-gnu
'';
nativeBuildInputs =
[ autoconf213 which gnused pkgconfig perl python2 cargo rustc ]
++ lib.optional gtk3Support wrapGAppsHook
++ lib.optionals stdenv.isDarwin [ xcbuild rsync ]
+ ++ lib.optional (lib.versionAtLeast ffversion "61.0") [ python3 ]
++ lib.optionals (lib.versionAtLeast ffversion "63.0") [ rust-cbindgen nodejs ]
++ lib.optionals (lib.versionAtLeast ffversion "67.0") [ llvmPackages.llvm ] # llvm-objdump is required in version >=67.0
++ extraNativeBuildInputs;
diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix
index 9ada4b90b75..20509439d2f 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -1,4 +1,4 @@
-{ lib, callPackage, stdenv, fetchurl, fetchFromGitHub, fetchpatch, python3, overrideCC, gccStdenv, gcc6 }:
+{ lib, callPackage, fetchurl, fetchFromGitHub, overrideCC, gccStdenv, gcc6 }:
let
@@ -17,18 +17,16 @@ rec {
firefox = common rec {
pname = "firefox";
- ffversion = "67.0.2";
+ ffversion = "68.0.2";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
- sha512 = "289bhd8ynanb2zpclzaqqyz4082w529kcf3fd7li3k4pn0ayvkxfv4kmmhfz4xxrwsx6f489ffcj9a48ckk1czi9kykvj3i6ni0mnhl";
+ sha512 = "2xzakpb6mp9hjqkim353afv059i4zfpmhflhv3l3qzajgjz36cacbmp4bkn4cghinm8krhp8z02264ww0bcraryjjwn5q0dzljrha2w";
};
patches = [
./no-buildconfig-ffx65.patch
];
- extraNativeBuildInputs = [ python3 ];
-
meta = {
description = "A web browser built from Firefox source tree";
homepage = http://www.mozilla.com/en-US/firefox/;
@@ -72,10 +70,11 @@ rec {
firefox-esr-60 = common rec {
pname = "firefox-esr";
- ffversion = "60.7.0esr";
+ ffversion = "60.8.0esr";
+
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
- sha512 = "1armp7nmzn864l42nasw0zqsp8y1zj4vhgbm99c49a435m44c8p66qrjxy6rn2haqsy76i9x5zf8ph2d014ap6g5yhidj7iymbjh5f2";
+ sha512 = "0332b6049b97e488e55a3b9540baad3bd159e297084e9a625b8492497c73f86eb3e144219dabc5e9f2c2e4a27630d83d243c919cd4f86b7f59f47133ed3afc54";
};
patches = [
@@ -98,6 +97,28 @@ rec {
};
};
+ firefox-esr-68 = common rec {
+ pname = "firefox-esr";
+ ffversion = "68.0.2esr";
+ src = fetchurl {
+ url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
+ sha512 = "0dyjayrbcq6dg8vmzbf7303aixnhpd6r777chxpdvqq892rgvw5q4f8yfb6pr8j978hahn4dz968vzmi6sp40y3hf62hnzdqpzd2bx1";
+ };
+
+ patches = [
+ ./no-buildconfig-ffx65.patch
+ ];
+
+ meta = firefox.meta // {
+ description = "A web browser built from Firefox Extended Support Release source tree";
+ };
+ updateScript = callPackage ./update.nix {
+ attrPath = "firefox-esr-68-unwrapped";
+ versionSuffix = "esr";
+ versionKey = "ffversion";
+ };
+ };
+
} // (let
iccommon = args: common (args // {
@@ -245,16 +266,16 @@ in rec {
};
tor-browser-8-5 = tbcommon rec {
- ffversion = "60.7.0esr";
- tbversion = "8.5.0"; # TODO: update to match binary bundle (8.5.1 currently)
+ ffversion = "60.8.0esr";
+ tbversion = "8.5.4";
# FIXME: fetchFromGitHub is not ideal, unpacked source is >900Mb
src = fetchFromGitHub {
owner = "SLNOS";
repo = "tor-browser";
- # branch "tor-browser-60.7.0esr-8.5-1-slnos"
- rev = "8c69066856962116205c5c7508a0991dfb8ccd11";
- sha256 = "1dshn7g9y6233vdqidrkg886ad6qjnl13vz2382ymbx180r2j73k";
+ # branch "tor-browser-60.8.0esr-8.5-1-slnos"
+ rev = "9ec7e4832a68ba3a77f5e8e21dc930a25757f55d";
+ sha256 = "10x9h2nm1p8cs0qnd8yjp7ly5raxagqyfjn4sj2y3i86ya5zygb9";
};
patches = [
diff --git a/pkgs/applications/networking/browsers/firefox/update.nix b/pkgs/applications/networking/browsers/firefox/update.nix
index 0ead6de123a..e12b552535d 100644
--- a/pkgs/applications/networking/browsers/firefox/update.nix
+++ b/pkgs/applications/networking/browsers/firefox/update.nix
@@ -1,5 +1,4 @@
{ writeScript
-, stdenv
, lib
, xidel
, common-updater-scripts
diff --git a/pkgs/applications/networking/browsers/firefox/wrapper.nix b/pkgs/applications/networking/browsers/firefox/wrapper.nix
index d99c2a40b08..2a4db14b2c6 100644
--- a/pkgs/applications/networking/browsers/firefox/wrapper.nix
+++ b/pkgs/applications/networking/browsers/firefox/wrapper.nix
@@ -3,10 +3,9 @@
## various stuff that can be plugged in
, flashplayer, hal-flash
, MPlayerPlugin, ffmpeg, xorg, libpulseaudio, libcanberra-gtk2, libglvnd
-, jrePlugin, icedtea_web
+, jrePlugin, adoptopenjdk-icedtea-web
, bluejeans, djview4, adobe-reader
, google_talk_plugin, fribid, gnome3/*.gnome-shell*/
-, esteidfirefoxplugin
, browserpass, chrome-gnome-shell, uget-integrator, plasma-browser-integration, bukubrow
, tridactyl-native
, udev
@@ -28,12 +27,12 @@ let
, extraPlugins ? []
, extraNativeMessagingHosts ? []
, gdkWayland ? false
+ , cfg ? config.${browserName} or {}
}:
assert gdkWayland -> (browser ? gtk3); # Can only use the wayland backend if gtk3 is being used
let
- cfg = config.${browserName} or {};
enableAdobeFlash = cfg.enableAdobeFlash or false;
ffmpegSupport = browser.ffmpegSupport or false;
gssSupport = browser.gssSupport or false;
@@ -55,13 +54,12 @@ let
++ lib.optional (cfg.enableDjvu or false) (djview4)
++ lib.optional (cfg.enableMPlayer or false) (MPlayerPlugin browser)
++ lib.optional (supportsJDK && jre && jrePlugin ? mozillaPlugin) jrePlugin
- ++ lib.optional icedtea icedtea_web
+ ++ lib.optional icedtea adoptopenjdk-icedtea-web
++ lib.optional (cfg.enableGoogleTalkPlugin or false) google_talk_plugin
++ lib.optional (cfg.enableFriBIDPlugin or false) fribid
++ lib.optional (cfg.enableGnomeExtensions or false) gnome3.gnome-shell
++ lib.optional (cfg.enableBluejeans or false) bluejeans
++ lib.optional (cfg.enableAdobeReader or false) adobe-reader
- ++ lib.optional (cfg.enableEsteid or false) esteidfirefoxplugin
++ extraPlugins
);
nativeMessagingHosts =
diff --git a/pkgs/applications/networking/browsers/google-chrome/default.nix b/pkgs/applications/networking/browsers/google-chrome/default.nix
index b0ae61c761d..977b40e4a7e 100644
--- a/pkgs/applications/networking/browsers/google-chrome/default.nix
+++ b/pkgs/applications/networking/browsers/google-chrome/default.nix
@@ -4,7 +4,7 @@
, glib, fontconfig, freetype, pango, cairo, libX11, libXi, atk, gconf, nss, nspr
, libXcursor, libXext, libXfixes, libXrender, libXScrnSaver, libXcomposite, libxcb
, alsaLib, libXdamage, libXtst, libXrandr, expat, cups
-, dbus, gtk2, gtk3, gdk_pixbuf, gcc-unwrapped, at-spi2-atk, at-spi2-core
+, dbus, gtk2, gtk3, gdk-pixbuf, gcc-unwrapped, at-spi2-atk, at-spi2-core
, kerberos
# command line arguments which are always set e.g "--disable-gpu"
@@ -52,7 +52,7 @@ let
glib fontconfig freetype pango cairo libX11 libXi atk gconf nss nspr
libXcursor libXext libXfixes libXrender libXScrnSaver libXcomposite libxcb
alsaLib libXdamage libXtst libXrandr expat cups
- dbus gdk_pixbuf gcc-unwrapped.lib
+ dbus gdk-pixbuf gcc-unwrapped.lib
systemd
libexif
liberation_ttf curl utillinux xdg_utils wget
diff --git a/pkgs/applications/networking/browsers/luakit/default.nix b/pkgs/applications/networking/browsers/luakit/default.nix
index 60e9c603e29..69beeb16759 100644
--- a/pkgs/applications/networking/browsers/luakit/default.nix
+++ b/pkgs/applications/networking/browsers/luakit/default.nix
@@ -1,17 +1,9 @@
{ stdenv, fetchFromGitHub, pkgconfig, wrapGAppsHook
-, help2man, lua5, luafilesystem, luajit, sqlite
+, help2man, luafilesystem, luajit, sqlite
, webkitgtk, gtk3, gst_all_1, glib-networking
}:
-let
- lualibs = [luafilesystem];
- getPath = lib : type : "${lib}/lib/lua/${lua5.luaversion}/?.${type};${lib}/share/lua/${lua5.luaversion}/?.${type}";
- getLuaPath = lib : getPath lib "lua";
- getLuaCPath = lib : getPath lib "so";
- luaPath = stdenv.lib.concatStringsSep ";" (map getLuaPath lualibs);
- luaCPath = stdenv.lib.concatStringsSep ";" (map getLuaCPath lualibs);
-
-in stdenv.mkDerivation rec {
+stdenv.mkDerivation rec {
pname = "luakit";
version = "2.1";
@@ -27,7 +19,7 @@ in stdenv.mkDerivation rec {
];
buildInputs = [
- webkitgtk lua5 luafilesystem luajit sqlite gtk3
+ webkitgtk luafilesystem luajit sqlite gtk3
gst_all_1.gstreamer gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-ugly
gst_all_1.gst-libav
@@ -36,8 +28,11 @@ in stdenv.mkDerivation rec {
preBuild = ''
# build-utils/docgen/gen.lua:2: module 'lib.lousy.util' not found
- # TODO: why is not this the default?
- LUA_PATH=?.lua
+ # TODO: why is not this the default? The test runner adds
+ # ';./lib/?.lua;./lib/?/init.lua' to package.path, but the build-utils
+ # scripts don't add an equivalent
+ export LUA_PATH="$NIX_LUA_PATH;./?.lua;./?/init.lua"
+ export LUA_CPATH="$NIX_LUA_CPATH"
'';
makeFlags = [
@@ -54,8 +49,8 @@ in stdenv.mkDerivation rec {
in ''
gappsWrapperArgs+=(
--prefix XDG_CONFIG_DIRS : "$out/etc/xdg"
- --set LUA_PATH '${luaKitPath};${luaPath};'
- --set LUA_CPATH '${luaCPath};'
+ --prefix LUA_PATH ';' "${luaKitPath};$NIX_LUA_PATH"
+ --prefix LUA_CPATH ';' "$NIX_LUA_CPATH"
)
'';
diff --git a/pkgs/applications/networking/browsers/midori/default.nix b/pkgs/applications/networking/browsers/midori/default.nix
index 13120903383..fd21d9222d3 100644
--- a/pkgs/applications/networking/browsers/midori/default.nix
+++ b/pkgs/applications/networking/browsers/midori/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, cmake, ninja, pkgconfig, intltool, vala, wrapGAppsHook, gcr, libpeas
-, gtk3, webkitgtk, sqlite, gsettings-desktop-schemas, libsoup, glib-networking, gnome3
+, gtk3, webkitgtk, sqlite, gsettings-desktop-schemas, libsoup, glib-networking
}:
stdenv.mkDerivation rec {
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/bluejeans/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/bluejeans/default.nix
index fa98f2a9e78..32e4366a4e4 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/bluejeans/default.nix
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/bluejeans/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, xorg, gtk2, glib, gdk_pixbuf, dpkg, libXext, libXfixes
+{ stdenv, fetchurl, xorg, gtk2, glib, gdk-pixbuf, dpkg, libXext, libXfixes
, libXrender, libuuid, libXrandr, libXcomposite, libpulseaudio
}:
@@ -10,7 +10,7 @@ let
[gtk2 glib stdenv.cc.cc];
rpathPlugin = makeLibraryPath
- ([ stdenv.cc.cc gtk2 glib xorg.libX11 gdk_pixbuf libXext libXfixes libXrender libXrandr libXcomposite libpulseaudio ] ++ optional (libuuid != null) libuuid);
+ ([ stdenv.cc.cc gtk2 glib xorg.libX11 gdk-pixbuf libXext libXfixes libXrender libXrandr libXcomposite libpulseaudio ] ++ optional (libuuid != null) libuuid);
in
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/esteidfirefoxplugin/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/esteidfirefoxplugin/default.nix
deleted file mode 100644
index 48d06d644dd..00000000000
--- a/pkgs/applications/networking/browsers/mozilla-plugins/esteidfirefoxplugin/default.nix
+++ /dev/null
@@ -1,46 +0,0 @@
-{ stdenv, fetchurl, gtk2, openssl, pcsclite, pkgconfig, opensc }:
-
-stdenv.mkDerivation rec {
- version = "3.12.1.1142";
- name = "esteidfirefoxplugin-${version}";
-
- src = fetchurl {
- url = "https://installer.id.ee/media/ubuntu/pool/main/e/esteidfirefoxplugin/esteidfirefoxplugin_3.12.1.1142.orig.tar.xz";
- sha256 = "0y7759x1xr00p5r3c5wpllcqqnnxh2zi74cmy4m9m690z3ywn0fx";
- };
-
- unpackPhase = ''
- mkdir src
- tar xf $src -C src
- cd src
- '';
-
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ gtk2 openssl pcsclite opensc ];
-
- buildPhase = ''
- sed -i "s|opensc-pkcs11.so|${opensc}/lib/pkcs11/opensc-pkcs11.so|" Makefile
- make plugin
- '';
-
- installPhase = ''
- plugins=$out/lib/mozilla/plugins
- mkdir -p $plugins
- cp -a npesteid-firefox-plugin.so $plugins/
- rp=$(patchelf --print-rpath $plugins/npesteid-firefox-plugin.so)
- patchelf --set-rpath "$rp:${opensc}/lib:${opensc}/lib/pkcs11" $plugins/npesteid-firefox-plugin.so
- '';
-
- passthru.mozillaPlugin = "/lib/mozilla/plugins";
-
- dontStrip = true;
- dontPatchELF = true;
-
- meta = with stdenv.lib; {
- description = "Firefox ID card signing plugin";
- homepage = http://www.id.ee/;
- license = licenses.lgpl2;
- platforms = platforms.linux;
- maintainers = [ maintainers.jagajaga ];
- };
-}
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/default.nix
index 1c8d60fc709..e8ffa714468 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/default.nix
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/default.nix
@@ -9,7 +9,7 @@
, expat
, fontconfig
, freetype
-, gdk_pixbuf
+, gdk-pixbuf
, glib
, glibc
, graphite2
@@ -74,7 +74,7 @@ let
in
stdenv.mkDerivation rec {
name = "flashplayer-${version}";
- version = "32.0.0.207";
+ version = "32.0.0.238";
src = fetchurl {
url =
@@ -85,14 +85,14 @@ stdenv.mkDerivation rec {
sha256 =
if debug then
if arch == "x86_64" then
- "0v5dlqaapr29qyb2pm57yafnmxdxin7shn1xqsx2sc9xwmvmaw7v"
+ "1f5i64nzkvxy20vi7kldaamwp6pi2zgmjiw061cgqrwf7hj45wkg"
else
- "0ygxcvn6srjg9clayfri86c64inwidp9qk25hbsbyr8m8gghpwqb"
+ "09jvxqp83hpk89ak8flq14s3s3nhy3ary91jc6k47v325axh1cl9"
else
if arch == "x86_64" then
- "1y1c65vfsvapqsl2q6vm75m5jyksjwnfs6f6ijcpg0dmf5f4fypy"
+ "05gvssjdz43pvgivdngrf8qr5b30p45hr2sr97cyl6b87581qw9s"
else
- "1h9samf24l0ix6188p940h7l989nwkzlrvv7qdxczj3p62zzvqfy";
+ "06l7zhgh5rfxxw46b500zdgcqsk2h7kivng5b0b74s3vy7f0g270";
};
nativeBuildInputs = [ unzip ];
@@ -130,7 +130,7 @@ stdenv.mkDerivation rec {
rpath = lib.makeLibraryPath
[ stdenv.cc.cc
- alsaLib atk bzip2 cairo curl expat fontconfig freetype gdk_pixbuf glib
+ alsaLib atk bzip2 cairo curl expat fontconfig freetype gdk-pixbuf glib
glibc graphite2 gtk2 harfbuzz libICE libSM libX11 libXau libXcomposite
libXcursor libXdamage libXdmcp libXext libXfixes libXi libXinerama
libXrandr libXrender libXt libXxf86vm libdrm libffi libglvnd libpng
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
index 09e59b100f3..29a01840555 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
@@ -9,7 +9,7 @@
, expat
, fontconfig
, freetype
-, gdk_pixbuf
+, gdk-pixbuf
, glib
, glibc
, graphite2
@@ -50,7 +50,7 @@
stdenv.mkDerivation rec {
name = "flashplayer-standalone-${version}";
- version = "32.0.0.207";
+ version = "32.0.0.238";
src = fetchurl {
url =
@@ -60,9 +60,9 @@ stdenv.mkDerivation rec {
"https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flash_player_sa_linux.x86_64.tar.gz";
sha256 =
if debug then
- "0z08da6xhjvsxn9xymcnpphap2h0ydj784ms1f950l84rdl4qrr4"
+ "1vhfjpwsmg96irfvz81ldzn2m4qcjnql5psg4cifjay423yxabvy"
else
- "0d2pxggrzamrg143bvic0qa2v70jpplnahihfa4q2rbvy0l3i2pq";
+ "0am95xi2jasvxj5b2i12wzpvl3bvxli537k1i04698cg0na6x0y0";
};
nativeBuildInputs = [ unzip ];
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
rpath = lib.makeLibraryPath
[ stdenv.cc.cc
- alsaLib atk bzip2 cairo curl expat fontconfig freetype gdk_pixbuf glib
+ alsaLib atk bzip2 cairo curl expat fontconfig freetype gdk-pixbuf glib
glibc graphite2 gtk2 harfbuzz libICE libSM libX11 libXau libXcomposite
libXcursor libXdamage libXdmcp libXext libXfixes libXi libXinerama
libXrandr libXrender libXt libXxf86vm libdrm libffi libglvnd libpng
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/google-talk-plugin/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/google-talk-plugin/default.nix
index 71b5161c1e3..8a25036c70a 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/google-talk-plugin/default.nix
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/google-talk-plugin/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, libGL, xorg, cairo
-, libpng, gtk2, glib, gdk_pixbuf, fontconfig, freetype, curl
+, libpng, gtk2, glib, gdk-pixbuf, fontconfig, freetype, curl
, dbus-glib, alsaLib, libpulseaudio, systemd, pango
}:
@@ -24,7 +24,7 @@ let
];
rpathProgram = makeLibraryPath
- [ gdk_pixbuf
+ [ gdk-pixbuf
glib
gtk2
xorg.libX11
diff --git a/pkgs/applications/networking/browsers/opera/default.nix b/pkgs/applications/networking/browsers/opera/default.nix
index e55e939dd4a..062d2e6582b 100644
--- a/pkgs/applications/networking/browsers/opera/default.nix
+++ b/pkgs/applications/networking/browsers/opera/default.nix
@@ -9,10 +9,11 @@
, fetchurl
, fontconfig
, freetype
-, gdk_pixbuf
+, gdk-pixbuf
, glib
, gnome2
, gtk3
+, lib
, libX11
, libxcb
, libXScrnSaver
@@ -39,10 +40,9 @@
let
- mirror = https://get.geo.opera.com/pub/opera/desktop;
- version = "60.0.3255.109";
+ mirror = "https://get.geo.opera.com/pub/opera/desktop";
- rpath = stdenv.lib.makeLibraryPath [
+ rpath = lib.makeLibraryPath [
# These provide shared libraries loaded when starting. If one is missing,
# an error is shown in stderr.
@@ -55,7 +55,7 @@ let
expat.out
fontconfig.lib
freetype.out
- gdk_pixbuf.out
+ gdk-pixbuf.out
glib.out
gnome2.GConf
gtk3.out
@@ -90,13 +90,14 @@ let
at-spi2-core
];
-in stdenv.mkDerivation {
+in stdenv.mkDerivation rec {
- name = "opera-${version}";
+ pname = "opera";
+ version = "62.0.3331.43";
src = fetchurl {
- url = "${mirror}/${version}/linux/opera-stable_${version}_amd64.deb";
- sha256 = "0y3cjjzp41pa15sw8bp7n5ab8j8b1kk5h11b4pl6w8spsyk2cpqh";
+ url = "${mirror}/${version}/linux/${pname}-stable_${version}_amd64.deb";
+ sha256 = "0zylg32zn6blkgy4bwmjzc26i712lwakahvrd24ncpfa8805f7x7";
};
unpackCmd = "${dpkg}/bin/dpkg-deb -x $curSrc .";
@@ -118,10 +119,10 @@ in stdenv.mkDerivation {
done
'';
- meta = {
- homepage = https://www.opera.com;
+ meta = with lib; {
+ homepage = "https://www.opera.com";
description = "Web browser";
platforms = [ "x86_64-linux" ];
- license = stdenv.lib.licenses.unfree;
+ license = licenses.unfree;
};
}
diff --git a/pkgs/applications/networking/browsers/palemoon/default.nix b/pkgs/applications/networking/browsers/palemoon/default.nix
index 0d863ae9131..c4182785e82 100644
--- a/pkgs/applications/networking/browsers/palemoon/default.nix
+++ b/pkgs/applications/networking/browsers/palemoon/default.nix
@@ -1,23 +1,26 @@
{ stdenv, fetchFromGitHub, makeDesktopItem
, pkgconfig, autoconf213, alsaLib, bzip2, cairo
-, dbus, dbus-glib, file, fontconfig, freetype
-, gstreamer, gst-plugins-base, gst_all_1
-, gtk2, hunspell, icu, libevent, libjpeg, libnotify
-, libstartup_notification, libvpx, makeWrapper, libGLU_combined
-, nspr, nss, pango, perl, python, libpulseaudio, sqlite
-, unzip, xorg, which, yasm, zip, zlib
+, dbus, dbus-glib, ffmpeg, file, fontconfig, freetype
+, gnome2, gnum4, gtk2, hunspell, libevent, libjpeg
+, libnotify, libstartup_notification, makeWrapper
+, libGLU_combined, perl, python, libpulseaudio
+, unzip, xorg, wget, which, yasm, zip, zlib
}:
-stdenv.mkDerivation rec {
- name = "palemoon-${version}";
- version = "27.9.4";
+let
+
+ libPath = stdenv.lib.makeLibraryPath [ ffmpeg ];
+
+in stdenv.mkDerivation rec {
+ pname = "palemoon";
+ version = "28.6.0.1";
src = fetchFromGitHub {
- name = "palemoon-src";
+ name = "${pname}-${version}";
owner = "MoonchildProductions";
- repo = "Pale-Moon";
- rev = version + "_Release";
- sha256 = "0ir5gzhw98gfn15x58g1fwi11jd7gysvacqxg1v0jdjhgdl4m5sx";
+ repo = "UXP";
+ rev = "PM${version}_Release";
+ sha256 = "1adgajy5vsghvjlv2nqyrbp6mnv3k6slqxxi8r949xlb5h6d210b";
};
desktopItem = makeDesktopItem {
@@ -39,11 +42,10 @@ stdenv.mkDerivation rec {
};
buildInputs = [
- alsaLib bzip2 cairo dbus dbus-glib file fontconfig freetype
- gst-plugins-base gstreamer gst_all_1.gst-plugins-base gtk2
- hunspell icu libevent libjpeg libnotify libstartup_notification
- libvpx makeWrapper libGLU_combined nspr nss pango perl pkgconfig python
- libpulseaudio sqlite unzip which yasm zip zlib
+ alsaLib bzip2 cairo dbus dbus-glib ffmpeg file fontconfig freetype
+ gnome2.GConf gnum4 gtk2 hunspell libevent libjpeg libnotify
+ libstartup_notification makeWrapper libGLU_combined perl
+ pkgconfig python libpulseaudio unzip wget which yasm zip zlib
] ++ (with xorg; [
libX11 libXext libXft libXi libXrender libXScrnSaver
libXt pixman xorgproto
@@ -52,57 +54,68 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
configurePhase = ''
- export AUTOCONF=${autoconf213}/bin/autoconf
- export MOZBUILD_STATE_PATH=$(pwd)/.mozbuild
- export MOZ_CONFIG=$(pwd)/.mozconfig
- export builddir=$(pwd)/build
- mkdir -p $MOZBUILD_STATE_PATH $builddir
- echo > $MOZ_CONFIG "
- . $src/build/mozconfig.common
- ac_add_options --prefix=$out
- ac_add_options --with-pthreads
- ac_add_options --enable-application=browser
+ export MOZBUILD_STATE_PATH=$(pwd)/mozbuild
+ export MOZCONFIG=$(pwd)/mozconfig
+ export builddir=$(pwd)/pmbuild
+
+ echo > $MOZCONFIG "
+ mk_add_options AUTOCLOBBER=1
+ mk_add_options MOZ_OBJDIR=$builddir
+ ac_add_options --enable-application=palemoon
+
+ ac_add_options --enable-optimize='-O2'
+
+ # Please see https://www.palemoon.org/redist.shtml for restrictions when using the official branding.
ac_add_options --enable-official-branding
- ac_add_options --enable-optimize="-O2"
- ac_add_options --enable-release
- ac_add_options --enable-devtools
+ export MOZILLA_OFFICIAL=1
+
+ ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --enable-jemalloc
- ac_add_options --enable-shared-js
ac_add_options --enable-strip
+ ac_add_options --with-pthreads
+
ac_add_options --disable-tests
- ac_add_options --disable-installer
- ac_add_options --disable-updaters
+ ac_add_options --disable-eme
+ ac_add_options --disable-parental-controls
+ ac_add_options --disable-accessibility
+ ac_add_options --disable-webrtc
+ ac_add_options --disable-gamepad
+ ac_add_options --disable-necko-wifi
+ ac_add_options --disable-updater
+
+ ac_add_options --x-libraries=${xorg.libX11.out}/lib
+
+ ac_add_options --prefix=$out
+ mk_add_options MOZ_MAKE_FLAGS='-j$NIX_BUILD_CORES'
+ mk_add_options AUTOCONF=${autoconf213}/bin/autoconf
"
'';
- patchPhase = ''
- chmod u+w .
- '';
-
hardeningDisable = [ "format" ];
-
+
buildPhase = ''
- cd $builddir
$src/mach build
'';
installPhase = ''
+ $src/mach install
+
mkdir -p $out/share/applications
cp ${desktopItem}/share/applications/* $out/share/applications
for n in 16 22 24 32 48 256; do
size=$n"x"$n
mkdir -p $out/share/icons/hicolor/$size/apps
- cp $src/browser/branding/official/default$n.png \
+ cp $src/application/palemoon/branding/official/default$n.png \
$out/share/icons/hicolor/$size/apps/palemoon.png
done
- cd $builddir
- $src/mach install
+ wrapProgram $out/lib/palemoon-${version}/palemoon \
+ --prefix LD_LIBRARY_PATH : "${libPath}"
'';
meta = with stdenv.lib; {
- description = "A web browser";
+ description = "An Open Source, Goanna-based web browser focusing on efficiency and customization";
longDescription = ''
Pale Moon is an Open Source, Goanna-based web browser focusing on
efficiency and customization.
@@ -114,9 +127,9 @@ stdenv.mkDerivation rec {
experience, while offering full customization and a growing collection of
extensions and themes to make the browser truly your own.
'';
- homepage = https://www.palemoon.org/;
+ homepage = "https://www.palemoon.org/";
license = licenses.mpl20;
- maintainers = with maintainers; [ rnhmjoj AndersonTorres ];
- platforms = platforms.linux;
+ maintainers = with maintainers; [ rnhmjoj AndersonTorres OPNA2608 ];
+ platforms = [ "i686-linux" "x86_64-linux" ];
};
}
diff --git a/pkgs/applications/networking/browsers/qtchan/default.nix b/pkgs/applications/networking/browsers/qtchan/default.nix
index df956addf5c..9a4d61a50ae 100644
--- a/pkgs/applications/networking/browsers/qtchan/default.nix
+++ b/pkgs/applications/networking/browsers/qtchan/default.nix
@@ -1,27 +1,19 @@
-{ stdenv, fetchFromGitHub, fetchpatch, qt, makeWrapper }:
+{ mkDerivation, lib, fetchFromGitHub, qmake, qtbase }:
-stdenv.mkDerivation rec {
- name = "qtchan-${version}";
- version = "0.100";
+mkDerivation rec {
+ pname = "qtchan";
+ version = "1.0.1";
src = fetchFromGitHub {
owner = "siavash119";
repo = "qtchan";
rev = "v${version}";
- sha256 = "0n94jd6b1y8v6x5lkinr9rzm4bjg9xh9m7zj3j73pgq829gpmj3a";
+ sha256 = "1x11m1kwqindzc0dkpfifcglsb362impaxs85kgzx50p898sz9ll";
};
- patches = [
- (fetchpatch {
- url = https://github.com/siavash119/qtchan/commit/718abeee5cf4aca8c99b35b26f43909362a29ee6.patch;
- sha256 = "11b72l5njvfsyapd479hp4yfvwwb1mhq3f077hwgg0waz5l7n00z";
- })
- ];
-
enableParallelBuilding = true;
- nativeBuildInputs = [ qt.qmake makeWrapper ];
- buildInputs = [ qt.qtbase ];
-
+ nativeBuildInputs = [ qmake ];
+ buildInputs = [ qtbase ];
qmakeFlags = [ "CONFIG-=app_bundle" ];
installPhase = ''
@@ -29,12 +21,7 @@ stdenv.mkDerivation rec {
cp qtchan $out/bin
'';
- preFixup = ''
- wrapProgram $out/bin/qtchan \
- --suffix QT_PLUGIN_PATH : ${qt.qtbase.bin}/${qt.qtbase.qtPluginPrefix}
- '';
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "4chan browser in qt5";
homepage = "https://github.com/siavash119/qtchan";
license = licenses.mit;
diff --git a/pkgs/applications/networking/browsers/qutebrowser/default.nix b/pkgs/applications/networking/browsers/qutebrowser/default.nix
index 4eeef72a4e1..05eafb48e72 100644
--- a/pkgs/applications/networking/browsers/qutebrowser/default.nix
+++ b/pkgs/applications/networking/browsers/qutebrowser/default.nix
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, fetchzip, python3Packages
-, makeWrapper, wrapGAppsHook, qtbase, glib-networking
+, mkDerivationWith, wrapQtAppsHook, wrapGAppsHook, qtbase, glib-networking
, asciidoc, docbook_xml_dtd_45, docbook_xsl, libxml2
, libxslt, gst_all_1 ? null
, withPdfReader ? true
@@ -10,23 +10,23 @@ assert withMediaPlayback -> gst_all_1 != null;
let
pdfjs = let
- version = "1.10.100";
+ version = "2.1.266";
in
fetchzip rec {
name = "pdfjs-${version}";
url = "https://github.com/mozilla/pdf.js/releases/download/v${version}/${name}-dist.zip";
- sha256 = "04df4cf6i6chnggfjn6m1z9vb89f01a0l9fj5rk21yr9iirq9rkq";
+ sha256 = "1ybbnpz2jcdikzwr7r13lq528vxj3bpms1fqmg3n1zgs30cqpkby";
stripRoot = false;
};
-in python3Packages.buildPythonApplication rec {
+in mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "qutebrowser";
- version = "1.6.2";
+ version = "1.7.0";
# the release tarballs are different from the git checkout!
src = fetchurl {
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${pname}-${version}.tar.gz";
- sha256 = "1yzwrpqpghlpy2d7pbjgcb73dbngw835l4xbimz5aa90mvqkbwg1";
+ sha256 = "0wyjmb2qvnw3gn0ypgckwblmn7kasi12dfwp343hi6wscqripw7i";
};
# Needs tox
@@ -41,12 +41,12 @@ in python3Packages.buildPythonApplication rec {
]);
nativeBuildInputs = [
- makeWrapper wrapGAppsHook asciidoc
+ wrapQtAppsHook wrapGAppsHook asciidoc
docbook_xml_dtd_45 docbook_xsl libxml2 libxslt
];
propagatedBuildInputs = with python3Packages; [
- pyyaml pyqt5 jinja2 pygments
+ pyyaml pyqt5 pyqtwebengine jinja2 pygments
pypeg2 cssutils pyopengl attrs
# scripts and userscripts libs
tldextract beautifulsoup4
@@ -57,6 +57,9 @@ in python3Packages.buildPythonApplication rec {
./fix-restart.patch
];
+ dontWrapGApps = true;
+ dontWrapQtApps = true;
+
postPatch = ''
substituteInPlace qutebrowser/app.py --subst-var-by qutebrowser "$out/bin/qutebrowser"
@@ -71,8 +74,8 @@ in python3Packages.buildPythonApplication rec {
postInstall = ''
install -Dm644 doc/qutebrowser.1 "$out/share/man/man1/qutebrowser.1"
- install -Dm644 misc/qutebrowser.desktop \
- "$out/share/applications/qutebrowser.desktop"
+ install -Dm644 misc/org.qutebrowser.qutebrowser.desktop \
+ "$out/share/applications/org.qutebrowser.qutebrowser.desktop"
# Install icons
for i in 16 24 32 48 64 128 256 512; do
@@ -95,6 +98,12 @@ in python3Packages.buildPythonApplication rec {
done
'';
+ postFixup = ''
+ wrapProgram $out/bin/qutebrowser \
+ "''${gappsWrapperArgs[@]}" \
+ "''${qtWrapperArgs[@]}"
+ '';
+
meta = with stdenv.lib; {
homepage = https://github.com/The-Compiler/qutebrowser;
description = "Keyboard-focused browser with a minimal GUI";
diff --git a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
index 5401b66f27c..1afe4dcea02 100644
--- a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
+++ b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
@@ -12,7 +12,7 @@
, dbus-glib
, fontconfig
, freetype
-, gdk_pixbuf
+, gdk-pixbuf
, glib
, gtk3
, libxcb
@@ -67,7 +67,7 @@ let
dbus-glib
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
gtk3
libxcb
@@ -89,7 +89,7 @@ let
fteLibPath = makeLibraryPath [ stdenv.cc.cc gmp ];
# Upstream source
- version = "8.5.1";
+ version = "8.5.4";
lang = "en-US";
@@ -99,7 +99,7 @@ let
"https://github.com/TheTorProject/gettorbrowser/releases/download/v${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
"https://dist.torproject.org/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
];
- sha256 = "1mi587rh63ylhww0l8rr58qwbh9h7sk0c666mf84xk5b10s77hjb";
+ sha256 = "0nnzynk3nlnd847c8jjghs9anmr5a2hv7nk1qxigigxqa5vqy96z";
};
"i686-linux" = fetchurl {
@@ -107,7 +107,7 @@ let
"https://dist.torproject.org/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz"
"https://github.com/TheTorProject/gettorbrowser/releases/download/v${version}/tor-browser-linux32-${version}_${lang}.tar.xz"
];
- sha256 = "160k5qdys6zy5cpsad2rm24ghfc2bd9b9gj3l0159di6hg21rk9k";
+ sha256 = "1b34skl3hwvpy0r4l5ykgnnwhbz7cvly2gi9ib4h7lijjfafiys1";
};
};
in
@@ -300,7 +300,8 @@ stdenv.mkDerivation rec {
# Clear out some files that tend to capture store references but are
# easily generated by firefox at startup.
- rm -f "\$HOME/TorBrowser/Data/Browser/profile.default"/{compatibility.ini,extensions.ini,extensions.json}
+ rm -f "\$HOME/TorBrowser/Data/Browser/profile.default"/{addonStartup.json.lz4,compatibility.ini,extensions.ini,extensions.json}
+ rm -f "\$HOME/TorBrowser/Data/Browser/profile.default"/startupCache/*
# XDG
: "\''${XDG_RUNTIME_DIR:=/run/user/\$(id -u)}"
diff --git a/pkgs/applications/networking/browsers/tor-browser-bundle/default.nix b/pkgs/applications/networking/browsers/tor-browser-bundle/default.nix
index 80879baa283..dbe4ddca10f 100644
--- a/pkgs/applications/networking/browsers/tor-browser-bundle/default.nix
+++ b/pkgs/applications/networking/browsers/tor-browser-bundle/default.nix
@@ -21,8 +21,6 @@
, mediaSupport ? false
, ffmpeg
-, gmp
-
# Extensions, common
, zip
@@ -79,7 +77,7 @@ stdenv.mkDerivation rec {
buildInputs = [ tor-browser-unwrapped tor ];
- unpackPhase = ":";
+ dontUnpack = true;
buildPhase = ":";
diff --git a/pkgs/applications/networking/browsers/tor-browser-bundle/extensions.nix b/pkgs/applications/networking/browsers/tor-browser-bundle/extensions.nix
index 86c2f53b9ad..bddac77d1d6 100644
--- a/pkgs/applications/networking/browsers/tor-browser-bundle/extensions.nix
+++ b/pkgs/applications/networking/browsers/tor-browser-bundle/extensions.nix
@@ -56,7 +56,7 @@
sha256 = "1fzspdiwhjabwz1yxb3gzj7giz9jbc1xxm65i93rvhzcp537cs42";
};
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = ''
install -m 444 -D $src "$out/$extid.xpi"
diff --git a/pkgs/applications/networking/browsers/vimb/default.nix b/pkgs/applications/networking/browsers/vimb/default.nix
index cc9bc38bc4d..1deaa33ee84 100644
--- a/pkgs/applications/networking/browsers/vimb/default.nix
+++ b/pkgs/applications/networking/browsers/vimb/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://fanglingsu.github.io/vimb/;
license = stdenv.lib.licenses.gpl3;
- maintainers = [ stdenv.lib.maintainers.rickynils ];
+ maintainers = [];
platforms = with stdenv.lib.platforms; linux;
};
}
diff --git a/pkgs/applications/networking/browsers/vivaldi/default.nix b/pkgs/applications/networking/browsers/vivaldi/default.nix
index 9afd46b700d..246c5e7e60d 100644
--- a/pkgs/applications/networking/browsers/vivaldi/default.nix
+++ b/pkgs/applications/networking/browsers/vivaldi/default.nix
@@ -4,11 +4,12 @@
, freetype, fontconfig, libXft, libXrender, libxcb, expat
, libuuid
, gstreamer, gst-plugins-base, libxml2
-, glib, gtk3, pango, gdk_pixbuf, cairo, atk, at-spi2-atk, at-spi2-core, gnome2
+, glib, gtk3, pango, gdk-pixbuf, cairo, atk, at-spi2-atk, at-spi2-core, gnome2
, nss, nspr
, patchelf, makeWrapper
, isSnapshot ? false
, proprietaryCodecs ? false, vivaldi-ffmpeg-codecs ? null
+, enableWidevine ? false, vivaldi-widevine ? null
}:
let
@@ -16,11 +17,11 @@ let
vivaldiName = if isSnapshot then "vivaldi-snapshot" else "vivaldi";
in stdenv.mkDerivation rec {
pname = "vivaldi";
- version = "2.5.1525.48-1";
+ version = "2.7.1628.30-1";
src = fetchurl {
url = "https://downloads.vivaldi.com/${branch}/vivaldi-${branch}_${version}_amd64.deb";
- sha256 = "19izljczg22cvymfim97x48fnxbdfql9ik5ixrs990zxq65hznzn";
+ sha256 = "1lz8adwiwll8g246s5pa0ipfraph51s9f4lcfysdrp1s3s1qhw8x";
};
unpackPhase = ''
@@ -33,7 +34,7 @@ in stdenv.mkDerivation rec {
buildInputs = [
stdenv.cc.cc stdenv.cc.libc zlib libX11 libXt libXext libSM libICE libxcb
libXi libXft libXcursor libXfixes libXScrnSaver libXcomposite libXdamage libXtst libXrandr
- atk at-spi2-atk at-spi2-core alsaLib dbus cups gtk3 gdk_pixbuf libexif ffmpeg systemd
+ atk at-spi2-atk at-spi2-core alsaLib dbus cups gtk3 gdk-pixbuf libexif ffmpeg systemd
freetype fontconfig libXrender libuuid expat glib nss nspr
gstreamer libxml2 gst-plugins-base pango cairo gnome2.GConf
] ++ stdenv.lib.optional proprietaryCodecs vivaldi-ffmpeg-codecs;
@@ -50,8 +51,8 @@ in stdenv.mkDerivation rec {
--set-rpath "${libPath}" \
opt/${vivaldiName}/vivaldi-bin
'' + stdenv.lib.optionalString proprietaryCodecs ''
- sed -i '/^VIVALDI_FFMPEG_FOUND/ a \
- checkffmpeg "${vivaldi-ffmpeg-codecs}/lib/libffmpeg.so"' opt/${vivaldiName}/vivaldi
+ sed -i '/^if \[ "$VIVALDI_FFMPEG_FOUND/i \
+ VIVALDI_FFMPEG_FOUND=YES\nCACHED_FFMPEG=${vivaldi-ffmpeg-codecs}/lib/libffmpeg.so' opt/${vivaldiName}/${vivaldiName}
'' + ''
echo "Finished patching Vivaldi binaries"
'';
@@ -68,6 +69,8 @@ in stdenv.mkDerivation rec {
cp -r usr/share/{applications,xfce4} "$out"/share
substituteInPlace "$out"/share/applications/*.desktop \
--replace /usr/bin/${vivaldiName} "$out"/bin/vivaldi
+ substituteInPlace "$out"/share/applications/*.desktop \
+ --replace vivaldi-stable vivaldi
local d
for d in 16 22 24 32 48 64 128 256; do
mkdir -p "$out"/share/icons/hicolor/''${d}x''${d}/apps
@@ -76,7 +79,11 @@ in stdenv.mkDerivation rec {
"$out"/share/icons/hicolor/''${d}x''${d}/apps/vivaldi.png
done
wrapProgram "$out/bin/vivaldi" \
- --suffix XDG_DATA_DIRS : ${gtk3}/share/gsettings-schemas/${gtk3.name}/
+ --suffix XDG_DATA_DIRS : ${gtk3}/share/gsettings-schemas/${gtk3.name}/ \
+ ${stdenv.lib.optionalString enableWidevine "--suffix LD_LIBRARY_PATH : ${libPath}"}
+ '' + stdenv.lib.optionalString enableWidevine ''
+ rm $out/opt/${vivaldiName}/libwidevinecdm.so
+ ln -s ${vivaldi-widevine}/lib/libwidevinecdm.so $out/opt/${vivaldiName}/libwidevinecdm.so
'';
meta = with stdenv.lib; {
diff --git a/pkgs/applications/networking/browsers/vivaldi/ffmpeg-codecs.nix b/pkgs/applications/networking/browsers/vivaldi/ffmpeg-codecs.nix
index ec2646440b3..3207409a6ba 100644
--- a/pkgs/applications/networking/browsers/vivaldi/ffmpeg-codecs.nix
+++ b/pkgs/applications/networking/browsers/vivaldi/ffmpeg-codecs.nix
@@ -1,53 +1,32 @@
{ stdenv, fetchurl
-, dbus-glib, gtk3, libexif, libXScrnSaver, ninja, nss
-, pciutils, pkgconfig, python2, xdg_utils, gn, at-spi2-core
+, dpkg
}:
stdenv.mkDerivation rec {
- name = "${product}-${version}";
- product = "vivaldi-ffmpeg-codecs";
- version = "72.0.3626.122";
+ name = "chromium-codecs-ffmpeg";
+ version = "74.0.3729.169";
src = fetchurl {
- url = "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${version}.tar.xz";
- sha512 = "1477g5dgi4m0zbiqwm9w6jqkmjfmgjlbl3qs9ljldx8bif8my1jbz4hzws954aqxyxdbf5rjpvmrrqqppk5347prvsyl37rbsndaaqf";
+ url = "https://launchpadlibrarian.net/424938057/${name}-extra_${version}-0ubuntu0.16.04.1_amd64.deb";
+ sha256 = "1ls2fshfk08hqsfvbd7p6rp2gv3n0xdy86rdh00wiz5qgl3skfzc";
};
- buildInputs = [ ];
+ buildInputs = [ dpkg ];
- nativeBuildInputs = [
- gtk3 libexif libXScrnSaver ninja nss pciutils python2 xdg_utils gn
- pkgconfig dbus-glib at-spi2-core.dev
- ];
-
- patches = [
- ];
-
- configurePhase = ''
- runHook preConfigure
-
- local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true enable_hevc_demuxing=true use_gnome_keyring=false use_sysroot=false use_gold=false use_allocator=\"none\" linux_use_bundled_binutils=false fatal_linker_warnings=false treat_warnings_as_errors=false enable_nacl=false enable_nacl_nonsfi=false is_clang=false clang_use_chrome_plugins=false is_component_build=true is_debug=false symbol_level=0 use_custom_libcxx=false use_lld=false use_jumbo_build=false"
- gn gen out/Release -v --args="$args"
-
- runHook postConfigure
+ unpackPhase = ''
+ dpkg-deb -x $src .
+ find .
'';
- buildPhase = ''
- ninja -C out/Release -v libffmpeg.so
- '';
-
- dontStrip = true;
-
installPhase = ''
- mkdir -p "$out/lib"
- cp out/Release/libffmpeg.so "$out/lib/libffmpeg.so"
+ install -vD usr/lib/chromium-browser/libffmpeg.so $out/lib/libffmpeg.so
'';
meta = with stdenv.lib; {
description = "Additional support for proprietary codecs for Vivaldi";
homepage = "https://ffmpeg.org/";
license = licenses.lgpl21;
- maintainers = with maintainers; [ lluchs ];
+ maintainers = with maintainers; [ betaboon lluchs ];
platforms = [ "x86_64-linux" ];
};
}
diff --git a/pkgs/applications/networking/browsers/vivaldi/widevine.nix b/pkgs/applications/networking/browsers/vivaldi/widevine.nix
new file mode 100644
index 00000000000..a21de1acad2
--- /dev/null
+++ b/pkgs/applications/networking/browsers/vivaldi/widevine.nix
@@ -0,0 +1,32 @@
+{ stdenv, fetchurl
+, unzip
+}:
+
+stdenv.mkDerivation rec {
+ name = "widevine";
+ version = "4.10.1196.0";
+
+ src = fetchurl {
+ url = "https://dl.google.com/widevine-cdm/${version}-linux-x64.zip";
+ sha256 = "01c7nr7d2xs718jymicbk4ipzfx6q253109qv3lk4lryrrhvw14y";
+ };
+
+ buildInputs = [ unzip ];
+
+ unpackPhase = ''
+ unzip $src libwidevinecdm.so
+ find .
+ '';
+
+ installPhase = ''
+ install -vD libwidevinecdm.so $out/lib/libwidevinecdm.so
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Widevine support for Vivaldi";
+ homepage = "https://www.widevine.com";
+ license = licenses.unfree;
+ maintainers = with maintainers; [ betaboon ];
+ platforms = [ "x86_64-linux" ];
+ };
+}
diff --git a/pkgs/applications/networking/charles/default.nix b/pkgs/applications/networking/charles/default.nix
index e8d732cf617..3946bf88625 100644
--- a/pkgs/applications/networking/charles/default.nix
+++ b/pkgs/applications/networking/charles/default.nix
@@ -20,8 +20,7 @@ let
startupNotify = "true";
};
- attrs' = builtins.removeAttrs attrs ["version" "sha256"];
- in stdenv.mkDerivation rec {
+ in stdenv.mkDerivation rec {
name = "charles-${version}";
inherit version;
diff --git a/pkgs/applications/networking/cloudflared/default.nix b/pkgs/applications/networking/cloudflared/default.nix
index fd047147e01..1bc7cea54eb 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -2,24 +2,26 @@
buildGoPackage rec {
name = "cloudflared-${version}";
- version = "2018.10.3";
+ version = "2019.7.0";
goPackagePath = "github.com/cloudflare/cloudflared";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
- rev = "41916365b689bf2cc1446ea5717e4d26cc8aed43"; # untagged
- sha256 = "109bhnmvlvj3ag9vw090fy202z8aaqr1rakhn8v550wwy30h9zkf";
+ rev = version;
+ sha256 = "19229p7c9m7v0xpmzi5rfwjzm845ikq8pndkry2si9azks18x77q";
};
goDeps = ./deps.nix;
+ buildFlagsArray = "-ldflags=-X main.Version=${version}";
+
meta = with stdenv.lib; {
description = "CloudFlare Argo Tunnel daemon (and DNS-over-HTTPS client)";
homepage = https://www.cloudflare.com/products/argo-tunnel;
license = licenses.unfree;
platforms = platforms.unix;
- maintainers = [ maintainers.thoughtpolice ];
+ maintainers = [ maintainers.thoughtpolice maintainers.enorris ];
};
}
diff --git a/pkgs/applications/networking/cloudflared/deps.nix b/pkgs/applications/networking/cloudflared/deps.nix
index da7f509378d..e5ca7be0070 100644
--- a/pkgs/applications/networking/cloudflared/deps.nix
+++ b/pkgs/applications/networking/cloudflared/deps.nix
@@ -5,8 +5,8 @@
fetch = {
type = "git";
url = "https://github.com/BurntSushi/toml";
- rev = "b26d9c308763d68093482582cea63d69be07a0f0";
- sha256 = "0k7v2i1d2d6si8gswn83qb84czhhia53v2wdy33yz9ppdidxk0ry";
+ rev = "3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005";
+ sha256 = "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6";
};
}
{
@@ -14,8 +14,8 @@
fetch = {
type = "git";
url = "https://github.com/beorn7/perks";
- rev = "3a771d992973f24aa725d07868b467d1ddfceafb";
- sha256 = "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3";
+ rev = "4b2b341e8d7715fae06375aa633dbb6e91b3fb46";
+ sha256 = "1i1nz1f6g55xi2y3aiaz5kqfgvknarbfl4f0sx4nyyb4s7xb1z9x";
};
}
{
@@ -36,13 +36,22 @@
sha256 = "10112y4k8qing552n0df9w33cgminrzm6g3x7ng0vgin4sv59785";
};
}
+ {
+ goPackagePath = "github.com/cloudflare/golibs";
+ fetch = {
+ type = "git";
+ url = "https://github.com/cloudflare/golibs";
+ rev = "333127dbecfcc23a8db7d9a4f52785d23aff44a1";
+ sha256 = "170hbv9wyfmb5da9a6wjz2mphp0pylv23h8qp8h5kwa2i9frdqqi";
+ };
+ }
{
goPackagePath = "github.com/coredns/coredns";
fetch = {
type = "git";
url = "https://github.com/coredns/coredns";
- rev = "992e7928c7c258628d2b13b769acc86781b9faea";
- sha256 = "0mvlkca11ikwzii0p7g5a2z3gn1xrp7qmmjwklp4i52lbnsawzv0";
+ rev = "2e322f6e8a54f18c6aef9c25a7c432c291a3d9f7";
+ sha256 = "0s9x5yww1qd9pzh2w846g9qw0n86ygymjiqjn15ws6ha3nj5p75p";
};
}
{
@@ -59,8 +68,8 @@
fetch = {
type = "git";
url = "https://github.com/coreos/go-systemd";
- rev = "39ca1b05acc7ad1220e09f133283b8859a8b71ab";
- sha256 = "1kzqrrzqspa5qm7kwslxl3m16lqzns23c24rv474ajzwmj3ixmx1";
+ rev = "95778dfbb74eb7e4dbaf43bf7d71809650ef8076";
+ sha256 = "1s3bg9p78wkixn2bqb2p23wbsqfg949ml6crw2b498s71mwh8rcf";
};
}
{
@@ -77,8 +86,8 @@
fetch = {
type = "git";
url = "https://github.com/davecgh/go-spew";
- rev = "346938d642f2ec3594ed81d874461961cd0faa76";
- sha256 = "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c";
+ rev = "8991bc29aa16c548c550c7ff78260e27b9ab7c73";
+ sha256 = "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y";
};
}
{
@@ -95,8 +104,8 @@
fetch = {
type = "git";
url = "https://github.com/equinox-io/equinox";
- rev = "f24972fa72facf59d05c91c848b65eac38815915";
- sha256 = "1d3620g1kxyzn8b3py2471qp8ssyzm1qnpbap9gxrmg8912wiww1";
+ rev = "5205c98a6c11dc72747ce12fff6cd620a99fde05";
+ sha256 = "19gya2zhs3xqfjh8y6s63yw9q8h1x710rl1drf4a1fmgdhaf2lrv";
};
}
{
@@ -140,8 +149,8 @@
fetch = {
type = "git";
url = "https://github.com/golang/protobuf";
- rev = "b4deda0973fb4c70b50d226b1af49f3da59f5265";
- sha256 = "0ya4ha7m20bw048m1159ppqzlvda4x0vdprlbk5sdgmy74h3xcdq";
+ rev = "b5d812f8a3706043e23a9cd5babf2e5423744d30";
+ sha256 = "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl";
};
}
{
@@ -149,17 +158,8 @@
fetch = {
type = "git";
url = "https://github.com/google/uuid";
- rev = "064e2069ce9c359c118179501254f67d7d37ba24";
- sha256 = "1b1ibx3rbiv7xwa9kz4b4zpp1fza5cjnn8v6749b4vrkjjmp3rqb";
- };
- }
- {
- goPackagePath = "github.com/gorilla/context";
- fetch = {
- type = "git";
- url = "https://github.com/gorilla/context";
- rev = "08b5f424b9271eedf6f9f0ce86cb9396ed337a42";
- sha256 = "03p4hn87vcmfih0p9w663qbx9lpsf7i7j3lc7yl7n84la3yz63m4";
+ rev = "0cd6bf5da1e1c83f8b45653022c74f71af0538a4";
+ sha256 = "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb";
};
}
{
@@ -167,8 +167,8 @@
fetch = {
type = "git";
url = "https://github.com/gorilla/mux";
- rev = "e3702bed27f0d39777b0b37b664b6280e8ef8fbf";
- sha256 = "0pvzm23hklxysspnz52mih6h1q74vfrdhjfm1l3sa9r8hhqmmld2";
+ rev = "c5c6c98bc25355028a63748a498942a6398ccd22";
+ sha256 = "0im4da3hqxb6zr8g3m640qz234f5gs0a8hqhcz35mkvfqlv48f62";
};
}
{
@@ -198,13 +198,22 @@
sha256 = "1pqxhsdavbp1n5grgyx2j6ylvql2fzn2cvpsgkc8li69dil7sibl";
};
}
+ {
+ goPackagePath = "github.com/konsorten/go-windows-terminal-sequences";
+ fetch = {
+ type = "git";
+ url = "https://github.com/konsorten/go-windows-terminal-sequences";
+ rev = "f55edac94c9bbba5d6182a4be46d86a2c9b5b50e";
+ sha256 = "09mn209ika7ciy87xf2x31dq5fnqw39jidgaljvmqxwk7ff1hnx7";
+ };
+ }
{
goPackagePath = "github.com/lib/pq";
fetch = {
type = "git";
url = "https://github.com/lib/pq";
- rev = "90697d60dd844d5ef6ff15135d0203f65d2f53b8";
- sha256 = "0hb4bfsk8g5473yzbf3lzrb373xicakjznkf0v085xgimz991i9r";
+ rev = "51e2106eed1cea199c802d2a49e91e2491b02056";
+ sha256 = "00kp0k7sd7xrv92crd2xja68z096b2fw0mlz58mdjlri9w72hqbf";
};
}
{
@@ -212,8 +221,8 @@
fetch = {
type = "git";
url = "https://github.com/mattn/go-colorable";
- rev = "167de6bfdfba052fa6b2d3664c8f5272e23c9072";
- sha256 = "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx";
+ rev = "3a70a971f94a22f2fa562ffcc7a0eb45f5daf045";
+ sha256 = "0l640974j804c1yyjfgyxqlsivz0yrzmbql4mhcw2azryigkp08p";
};
}
{
@@ -221,8 +230,8 @@
fetch = {
type = "git";
url = "https://github.com/mattn/go-isatty";
- rev = "0360b2af4f38e8d38c7fce2a9f4e702702d73a39";
- sha256 = "06w45aqz2a6yrk25axbly2k5wmsccv8cspb94bfmz4izvw8h927n";
+ rev = "c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7";
+ sha256 = "1i77aq4gf9as03m8fpfh8fq49n4z9j7548blrcsidm1xhslzk5xd";
};
}
{
@@ -248,8 +257,8 @@
fetch = {
type = "git";
url = "https://github.com/miekg/dns";
- rev = "5a2b9fab83ff0f8bfc99684bd5f43a37abe560f1";
- sha256 = "1vmgkpmwlqg6pwrpvjbn4h4al6af5fjvwwnacyv18hvlfd3fyfmx";
+ rev = "73601d4aed9d844322611759d7f3619110b7c88e";
+ sha256 = "1frnj97bbch1qhg55fx2yz6mdjsz8fw94sj7pkrjms239j7vqcvm";
};
}
{
@@ -257,8 +266,8 @@
fetch = {
type = "git";
url = "https://github.com/mitchellh/go-homedir";
- rev = "3864e76763d94a6df2f9960b16a20a33da9f9a66";
- sha256 = "1n8vya16l60i5jms43yb8fzdgwvqa2q926p5wkg3lbrk8pxy1nv0";
+ rev = "af06845cf3004701891bf4fdb884bfe4920b3727";
+ sha256 = "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1";
};
}
{
@@ -266,8 +275,8 @@
fetch = {
type = "git";
url = "https://github.com/opentracing/opentracing-go";
- rev = "1949ddbfd147afd4d964a9f00b24eb291e0e7c38";
- sha256 = "0i0ghg94dg8lk05mw5n23983wq04yjvkjmdkc9z5y1f3508938h9";
+ rev = "659c90643e714681897ec2521c60567dd21da733";
+ sha256 = "0aj9cbm21zsg1i5l25hz8gn0yf99yxyxcp1gqh3yd5g4knj2cgzf";
};
}
{
@@ -302,8 +311,8 @@
fetch = {
type = "git";
url = "https://github.com/prometheus/client_model";
- rev = "99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c";
- sha256 = "19y4ywsivhpxj7ikf2j0gm9k3cmyw37qcbfi78n526jxcc7kw998";
+ rev = "fd36f4220a901265f90734c3183c5f0c91daa0b8";
+ sha256 = "1bs5d72k361llflgl94c22n0w53j30rsfh84smgk8mbjbcmjsaa5";
};
}
{
@@ -311,8 +320,8 @@
fetch = {
type = "git";
url = "https://github.com/prometheus/common";
- rev = "7600349dcfe1abd18d72d3a1770870d9800a7801";
- sha256 = "0lsp94dqpj35dny4m4x15kg4wgwawlm3in7cnpajkkacgyxagk5f";
+ rev = "a82f4c12f983cc2649298185f296632953e50d3e";
+ sha256 = "0pcgnxrv2i31jljqzhkv5hpdz92f6zrkh2p1i7i59acfz1fxhq0s";
};
}
{
@@ -320,8 +329,8 @@
fetch = {
type = "git";
url = "https://github.com/prometheus/procfs";
- rev = "ae68e2d4c00fed4943b5f6698d504a5fe083da8a";
- sha256 = "04sar4k99w8nvq3kwx6chz0mbp4s6xfjfxww7aqfd950xgs2jv5f";
+ rev = "8368d24ba045f26503eb745b624d930cbe214c79";
+ sha256 = "0cfrgsy82c964hcmzzyk6ccghpr9dkfvdlxa0cj9cfc0w94cqvrl";
};
}
{
@@ -329,8 +338,8 @@
fetch = {
type = "git";
url = "https://github.com/rifflock/lfshook";
- rev = "bf539943797a1f34c1f502d07de419b5238ae6c6";
- sha256 = "0hns4zidw8g3s5l9dyl894fnyjr0a5xgdvx26rnal9jrn4n6z835";
+ rev = "b9218ef580f59a2e72dad1aa33d660150445d05a";
+ sha256 = "0wxqjcjfg8c0klmdgmbw3ckagby3wg9rkga9ihd4fsf05x5scxrc";
};
}
{
@@ -338,8 +347,8 @@
fetch = {
type = "git";
url = "https://github.com/sirupsen/logrus";
- rev = "c155da19408a8799da419ed3eeb0cb5db0ad5dbc";
- sha256 = "0g5z7al7kky11ai2dhac6gkp3b5pxsvx72yj3xg4wg3265gbn7yz";
+ rev = "839c75faf7f98a33d445d181f3018b5c3409a45e";
+ sha256 = "087k2lxrr9p9dh68yw71d05h5g9p5v26zbwd6j7lghinjfaw334x";
};
}
{
@@ -347,8 +356,8 @@
fetch = {
type = "git";
url = "https://github.com/stretchr/testify";
- rev = "f35b8ab0b5a2cef36673838d662e249dd9c94686";
- sha256 = "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs";
+ rev = "12b6f73e6084dad08a7c6e575284b177ecafbc71";
+ sha256 = "01f80s0q64pw5drfgqwwk1wfwwkvd2lhbs56lhhkff4ni83k73fd";
};
}
{
@@ -356,8 +365,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/crypto";
- rev = "a49355c7e3f8fe157a85be2f77e6e269a0f89602";
- sha256 = "020q1laxjx5kcmnqy4wmdb63zhb0lyq6wpy40axhswzg2nd21s44";
+ rev = "f416ebab96af27ca70b6e5c23d6a0747530da626";
+ sha256 = "1cmddgh6x1c3lij50r8245jhqgi4j00add4wjpqpc2dmcg5928m3";
};
}
{
@@ -365,8 +374,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
- rev = "32a936f46389aa10549d60bd7833e54b01685d09";
- sha256 = "0f24khgx6s7idpnmwgkml4qyrqwkvdjd18aapn5rmybyhmrb57j7";
+ rev = "1da14a5a36f220ea3f03470682b737b1dfd5de22";
+ sha256 = "1ivqwn3r44vlldlj53669jvsd6klwsg7hmla7f0vz03ny8xz4lpz";
};
}
{
@@ -383,8 +392,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/sys";
- rev = "ce36f3865eeb42541ce3f87f32f8462c5687befa";
- sha256 = "0dkmxn48l9g7w1247c473qlacfkfp8wyan54k9cbi79icdp65jja";
+ rev = "12500544f89f9420afe9529ba8940bf72d294972";
+ sha256 = "1y37dlbbsp1dkfqaf563fwlf3xl74ymswmy52faqyv0wpcbwixgy";
};
}
{
@@ -401,8 +410,8 @@
fetch = {
type = "git";
url = "https://github.com/google/go-genproto";
- rev = "ff3583edef7de132f219f0efc00e097cabcc0ec0";
- sha256 = "0bpzxk85fgvznmdf9356nzh8riqhwzcil9r2a955rbfn27lh4lmy";
+ rev = "d1146b9035b912113a38af3b138eb2af567b2c67";
+ sha256 = "1ry1vbbnfh7i3zrv3vmbsbmq2w8jmz88ykd6cxviijnxvms3zab8";
};
}
{
@@ -410,8 +419,8 @@
fetch = {
type = "git";
url = "https://github.com/grpc/grpc-go";
- rev = "168a6198bcb0ef175f7dacec0b8691fc141dc9b8";
- sha256 = "0d8vj372ri55mrqfc0rhjl3albp5ykwfjhda1s5cgm5n40v70pr3";
+ rev = "236199dd5f8031d698fb64091194aecd1c3895b2";
+ sha256 = "0rzpcmp5fscg3smn0aiaahgimv74smylg701na5px3pn5iymh94a";
};
}
{
@@ -428,8 +437,8 @@
fetch = {
type = "git";
url = "https://github.com/go-yaml/yaml";
- rev = "5420a8b6744d3b0345ab293f6fcba19c978f1183";
- sha256 = "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1";
+ rev = "51d6538a90f86fe93ac480b35f37b2be17fef232";
+ sha256 = "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa";
};
}
{
@@ -441,4 +450,4 @@
sha256 = "0nzw3g8xpxyzwqqv3ja0iznd0j18l1rwagwhf9sinwdjjgmh51sy";
};
}
-]
+]
\ No newline at end of file
diff --git a/pkgs/applications/networking/cluster/click/default.nix b/pkgs/applications/networking/cluster/click/default.nix
index cb7c41d0c8a..bd8eb545152 100644
--- a/pkgs/applications/networking/cluster/click/default.nix
+++ b/pkgs/applications/networking/cluster/click/default.nix
@@ -4,18 +4,16 @@ with rustPlatform;
buildRustPackage rec {
name = "click-${version}";
- version = "0.3.2";
+ version = "0.4.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "databricks";
repo = "click";
- sha256 = "0sbj41kypn637z1w115w2h5v6bxz3y6w5ikgpx3ihsh89lkc19d2";
+ sha256 = "18mpzvvww2g6y2d3m8wcfajzdshagihn59k03xvcknd5d8zxagl3";
};
- cargoSha256 = "1179a17lfr3001vp1a2adbkhdm9677n56af2c0zvkr18jas6b2w7";
-
- patches = [ ./fix_cargo_lock_version.patch ];
+ cargoSha256 = "0298x7wkr4j1l5flmv5vhl1ay8icvh4dlhsh4xi8fd3p8jl9jpqv";
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
diff --git a/pkgs/applications/networking/cluster/click/fix_cargo_lock_version.patch b/pkgs/applications/networking/cluster/click/fix_cargo_lock_version.patch
deleted file mode 100644
index bc4db7ef7c1..00000000000
--- a/pkgs/applications/networking/cluster/click/fix_cargo_lock_version.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Cargo.lock b/Cargo.lock
-index ff80350..c86c6fe 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -111,7 +111,7 @@ dependencies = [
-
- [[package]]
- name = "click"
--version = "0.3.1"
-+version = "0.3.2"
- dependencies = [
- "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/pkgs/applications/networking/cluster/cni/plugins.nix b/pkgs/applications/networking/cluster/cni/plugins.nix
index fb36d3729c0..b5276818f79 100644
--- a/pkgs/applications/networking/cluster/cni/plugins.nix
+++ b/pkgs/applications/networking/cluster/cni/plugins.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cni-plugins";
- version = "0.8.1";
+ version = "0.8.2";
src = fetchFromGitHub {
owner = "containernetworking";
repo = "plugins";
rev = "v${version}";
- sha256 = "07d8knnabfjipzvcqbq7h8gd940lln934xp57nf5x31d3hpmvzws";
+ sha256 = "0gyxa6mhiyxqw4wpn6r7wgr2kyvflzbdcqsk5ch0b6zih98144ia";
};
buildInputs = [ removeReferencesTo go ];
diff --git a/pkgs/applications/networking/cluster/docker-machine/kvm2.nix b/pkgs/applications/networking/cluster/docker-machine/kvm2.nix
index 41465766489..b8b9fa035d1 100644
--- a/pkgs/applications/networking/cluster/docker-machine/kvm2.nix
+++ b/pkgs/applications/networking/cluster/docker-machine/kvm2.nix
@@ -1,6 +1,6 @@
-{ stdenv, buildGoPackage, fetchFromGitHub, libvirt, pkgconfig, minikube }:
+{ stdenv, buildGoModule, libvirt, pkgconfig, minikube }:
-buildGoPackage rec {
+buildGoModule rec {
pname = "docker-machine-kvm2";
name = "${pname}-${version}";
version = minikube.version;
@@ -10,6 +10,8 @@ buildGoPackage rec {
src = minikube.src;
+ modSha256 = minikube.go-modules.outputHash;
+
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libvirt ];
@@ -18,7 +20,7 @@ buildGoPackage rec {
'';
postInstall = ''
- mv $bin/bin/kvm $bin/bin/docker-machine-driver-kvm2
+ mv $out/bin/kvm $out/bin/docker-machine-driver-kvm2
'';
meta = with stdenv.lib; {
diff --git a/pkgs/applications/networking/cluster/flink/default.nix b/pkgs/applications/networking/cluster/flink/default.nix
index e5f437a89ad..424b2ddca91 100644
--- a/pkgs/applications/networking/cluster/flink/default.nix
+++ b/pkgs/applications/networking/cluster/flink/default.nix
@@ -8,8 +8,8 @@ let
sha256 = "18wqcqi3gyqd40nspih99gq7ylfs20b35f4dcrspffagwkfp2l4z";
};
"1.6" = {
- flinkVersion = "1.6.2";
- sha256 = "17fsr6yv1ayr7fw0r4pjlbpkn9ypzjs4brqndzr3gbzwrdc44arw";
+ flinkVersion = "1.8.1";
+ sha256 = "1ynxlkdxvrgww9hh7rlkhybrp5vl2slj3pqg2qzc8khpcgqx1h2g";
};
};
in
diff --git a/pkgs/applications/networking/cluster/fluxctl/default.nix b/pkgs/applications/networking/cluster/fluxctl/default.nix
new file mode 100644
index 00000000000..b0f67932265
--- /dev/null
+++ b/pkgs/applications/networking/cluster/fluxctl/default.nix
@@ -0,0 +1,24 @@
+{ stdenv, buildGoModule, fetchFromGitHub }:
+
+buildGoModule rec {
+ pname = "fluxctl";
+ version = "1.13.3";
+
+ src = fetchFromGitHub {
+ owner = "weaveworks";
+ repo = "flux";
+ rev = version;
+ sha256 = "0l2gc9p2jz1zyl527rr0r3qklm4j86d4biviq8a30jl9rsx6z4cy";
+ };
+
+ modSha256 = "1q5g9hd0ansdc2acpysf6wi74q50w0psrpyhk4y6mm6kjvhlcn87";
+
+ subPackages = [ "cmd/fluxctl" ];
+
+ meta = with stdenv.lib; {
+ description = "CLI client for Flux, the GitOps Kubernetes operator";
+ homepage = https://github.com/weaveworks/flux;
+ license = licenses.asl20;
+ maintainers = with maintainers; [ Gonzih ];
+ };
+}
diff --git a/pkgs/applications/networking/cluster/hadoop/default.nix b/pkgs/applications/networking/cluster/hadoop/default.nix
index dfe6513bf0c..376f8113b23 100644
--- a/pkgs/applications/networking/cluster/hadoop/default.nix
+++ b/pkgs/applications/networking/cluster/hadoop/default.nix
@@ -1,7 +1,9 @@
-{ stdenv, fetchurl, makeWrapper, pkgconfig, which, maven, cmake, jre, bash, coreutils, glibc, protobuf2_5, fuse, snappy, zlib, bzip2, openssl }:
+{ stdenv, fetchurl, makeWrapper, pkgconfig, which, maven, cmake, jre, bash
+, coreutils, glibc, protobuf2_5, fuse, snappy, zlib, bzip2, openssl, openssl_1_0_2
+}:
let
- common = { version, sha256, dependencies-sha256, tomcat }:
+ common = { version, sha256, dependencies-sha256, tomcat, opensslPkg ? openssl }:
let
# compile the hadoop tarball from sources, it requires some patches
binary-distributon = stdenv.mkDerivation rec {
@@ -19,7 +21,7 @@ let
# perform fake build to make a fixed-output derivation of dependencies downloaded from maven central (~100Mb in ~3000 files)
fetched-maven-deps = stdenv.mkDerivation {
name = "hadoop-${version}-maven-deps";
- inherit src postUnpack nativeBuildInputs buildInputs configurePhase;
+ inherit src postUnpack nativeBuildInputs buildInputs;
buildPhase = ''
while mvn package -Dmaven.repo.local=$out/.m2 ${mavenFlags} -Dmaven.wagon.rto=5000; [ $? = 1 ]; do
echo "timeout, restart maven to continue downloading"
@@ -33,7 +35,7 @@ let
};
nativeBuildInputs = [ maven cmake pkgconfig ];
- buildInputs = [ fuse snappy zlib bzip2 openssl protobuf2_5 ];
+ buildInputs = [ fuse snappy zlib bzip2 opensslPkg protobuf2_5 ];
# most of the hardcoded pathes are fixed in 2.9.x and 3.0.0, this list of patched files might be reduced when 2.7.x and 2.8.x will be deprecated
postPatch = ''
for file in hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HardLink.java \
@@ -51,7 +53,7 @@ let
fi
done
'';
- configurePhase = "true"; # do not trigger cmake hook
+ dontConfigure = true; # do not trigger cmake hook
mavenFlags = "-Drequire.snappy -Drequire.bzip2 -DskipTests -Pdist,native -e";
buildPhase = ''
# 'maven.repo.local' must be writable
@@ -84,7 +86,7 @@ let
mv $n $out/bin.wrapped/
makeWrapper $out/bin.wrapped/$(basename $n) $n \
--prefix PATH : "${stdenv.lib.makeBinPath [ which jre bash coreutils ]}" \
- --prefix JAVA_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ openssl snappy zlib bzip2 ]}" \
+ --prefix JAVA_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ opensslPkg snappy zlib bzip2 ]}" \
--set JAVA_HOME "${jre}" \
--set HADOOP_PREFIX "$out"
fi
@@ -127,18 +129,21 @@ in {
sha256 = "1ahv67f3lwak3kbjvnk1gncq56z6dksbajj872iqd0awdsj3p5rf";
dependencies-sha256 = "1lsr9nvrynzspxqcamb10d596zlnmnfpxhkd884gdiva0frm0b1r";
tomcat = tomcat_6_0_48;
+ opensslPkg = openssl_1_0_2;
};
hadoop_2_8 = common {
version = "2.8.4";
sha256 = "16c3ljhrzibkjn3y1bmjxdgf0kn60l23ay5hqpp7vpbnqx52x68w";
dependencies-sha256 = "1j4f461487fydgr5978nnm245ksv4xbvskfr8pbmfhcyss6b7w03";
tomcat = tomcat_6_0_48;
+ opensslPkg = openssl_1_0_2;
};
hadoop_2_9 = common {
version = "2.9.1";
sha256 = "0qgmpfbpv7f521fkjy5ldzdb4lwiblhs0hyl8qy041ws17y5x7d7";
dependencies-sha256 = "1d5i8jj5y746rrqb9lscycnd7acmxlkz64ydsiyqsh5cdqgy2x7x";
tomcat = tomcat_6_0_48;
+ opensslPkg = openssl_1_0_2;
};
hadoop_3_0 = common {
version = "3.0.3";
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index c03af2e9683..c116e46684c 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -1,14 +1,14 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
- version = "2.11.0";
+ version = "2.14.2";
name = "helm-${version}";
src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
- sha256 = "1z810a6mxyrrw4i908dip8aqsj95c0kmv6xpb1wwhskg1zmf85wk";
+ sha256 = "0hxfyfpmhgr5jilp2xm9d5vxiq5fcgqm2hh4g4izcgiz9bz7b6k0";
};
goPackagePath = "k8s.io/helm";
@@ -18,7 +18,7 @@ buildGoPackage rec {
# Thsese are the original flags from the helm makefile
buildFlagsArray = ''
- -ldflags=-X k8s.io/helm/pkg/version.Version=v${version}
+ -ldflags=-X k8s.io/helm/pkg/version.Version=v${version} -X k8s.io/helm/pkg/version.GitTreeState=clean -X k8s.io/helm/pkg/version.BuildMetadata=
-w
-s
'';
diff --git a/pkgs/applications/networking/cluster/helm/deps.nix b/pkgs/applications/networking/cluster/helm/deps.nix
index 36bd3406f5b..2fdda0ca280 100644
--- a/pkgs/applications/networking/cluster/helm/deps.nix
+++ b/pkgs/applications/networking/cluster/helm/deps.nix
@@ -1,839 +1,1181 @@
-# file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix)
+# file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix)
[
{
- goPackagePath = "cloud.google.com/go";
+ goPackagePath = "cloud.google.com/go";
fetch = {
type = "git";
url = "https://code.googlesource.com/gocloud";
- rev = "3b1ae45394a234c385be014e9a488f2bb6eef821";
- sha256 = "0alb495ql6s02kb6lxcbnlkdcmhixyl8zv11sgrkhsk1bckzh119";
+ rev = "v0.26.0";
+ sha256 = "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1";
};
}
{
- goPackagePath = "github.com/Azure/go-ansiterm";
+ goPackagePath = "github.com/Azure/go-ansiterm";
fetch = {
type = "git";
url = "https://github.com/Azure/go-ansiterm";
- rev = "19f72df4d05d31cbe1c56bfc8045c96babff6c7e";
- sha256 = "0663w5m5qlidpj17s5pqp6rhl0phw7vypf104n04dvdy5nd418ix";
+ rev = "d6e3b3328b78";
+ sha256 = "010khrkhkf9cxlvvb6ncqv4c1qcdmpbz9jn38g4fxf4xsma8xx1q";
};
}
{
- goPackagePath = "github.com/Azure/go-autorest";
+ goPackagePath = "github.com/Azure/go-autorest";
fetch = {
type = "git";
url = "https://github.com/Azure/go-autorest";
- rev = "1ff28809256a84bb6966640ff3d0371af82ccba4";
- sha256 = "0sxvj2j1833bqwxvhq3wq3jgq73rnb81pnzvl0x3y1m0hzpaf2zv";
+ rev = "v11.1.0";
+ sha256 = "1jmr04qkl9fgmj56czn2979ng0f6ygfbk2khv2xyx368686xc1d6";
};
}
{
- goPackagePath = "github.com/BurntSushi/toml";
+ goPackagePath = "github.com/BurntSushi/toml";
fetch = {
type = "git";
url = "https://github.com/BurntSushi/toml";
- rev = "b26d9c308763d68093482582cea63d69be07a0f0";
- sha256 = "0k7v2i1d2d6si8gswn83qb84czhhia53v2wdy33yz9ppdidxk0ry";
+ rev = "v0.3.1";
+ sha256 = "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6";
};
}
{
- goPackagePath = "github.com/MakeNowJust/heredoc";
+ goPackagePath = "github.com/MakeNowJust/heredoc";
fetch = {
type = "git";
url = "https://github.com/MakeNowJust/heredoc";
- rev = "bb23615498cded5e105af4ce27de75b089cbe851";
+ rev = "bb23615498cd";
sha256 = "17m780i9afj3sbmcrgwgzarfly4x9376w56qblkqnzdkv6vps22i";
};
}
{
- goPackagePath = "github.com/Masterminds/semver";
+ goPackagePath = "github.com/Masterminds/goutils";
+ fetch = {
+ type = "git";
+ url = "https://github.com/Masterminds/goutils";
+ rev = "v1.1.0";
+ sha256 = "180px47gj936qyk5bkv5mbbgiil9abdjq6kwkf7sq70vyi9mcfiq";
+ };
+ }
+ {
+ goPackagePath = "github.com/Masterminds/semver";
fetch = {
type = "git";
url = "https://github.com/Masterminds/semver";
- rev = "517734cc7d6470c0d07130e40fd40bdeb9bcd3fd";
- sha256 = "1625b5sxpmlz60jw67j1ljfcc09d4lhxg3z6gc4am8s2rrdgwij6";
+ rev = "v1.4.2";
+ sha256 = "0k2fpk2x8jbvqkqxx5hkx1ygrsppzmzypqb90i1r33yq7ac7zlxj";
};
}
{
- goPackagePath = "github.com/Masterminds/sprig";
+ goPackagePath = "github.com/Masterminds/sprig";
fetch = {
type = "git";
url = "https://github.com/Masterminds/sprig";
- rev = "15f9564e7e9cf0da02a48e0d25f12a7b83559aa6";
- sha256 = "1k5pfx9hxzb70kh73a009ikr3vqlq0jvzvbyvxz9x7a7yc4r5b14";
+ rev = "9f8fceff796f";
+ sha256 = "0m6h88xcs8zc2b1g6zaksfn9kyqhr8q9508h57jb6papx7w54yl2";
};
}
{
- goPackagePath = "github.com/Masterminds/vcs";
+ goPackagePath = "github.com/Masterminds/vcs";
fetch = {
type = "git";
url = "https://github.com/Masterminds/vcs";
- rev = "3084677c2c188840777bff30054f2b553729d329";
+ rev = "v1.11.1";
sha256 = "1062m73h0pp5d0574lf6px4jsjgywnsbkw50inxx3zal5r185ydm";
};
}
{
- goPackagePath = "github.com/PuerkitoBio/purell";
+ goPackagePath = "github.com/PuerkitoBio/purell";
fetch = {
type = "git";
url = "https://github.com/PuerkitoBio/purell";
- rev = "8a290539e2e8629dbc4e6bad948158f790ec31f4";
- sha256 = "1qhsy1nm96b9kb63svkvkqmmw15xg6irwcysisxdgzk64adfwqv1";
+ rev = "v1.1.0";
+ sha256 = "0vsxyn1fbm7g873b8kf3hcsgqgncb5nmfq3zfsc35a9yhzarka91";
};
}
{
- goPackagePath = "github.com/PuerkitoBio/urlesc";
+ goPackagePath = "github.com/PuerkitoBio/urlesc";
fetch = {
type = "git";
url = "https://github.com/PuerkitoBio/urlesc";
- rev = "5bd2802263f21d8788851d5305584c82a5c75d7e";
- sha256 = "15y5r3asvm7196m3nza5xvdvlc2k11p6lfs6hi917hl7r9vgi6mp";
+ rev = "de5bf2ad4578";
+ sha256 = "0n0srpqwbaan1wrhh2b7ysz543pjs1xw2rghvqyffg9l0g8kzgcw";
};
}
{
- goPackagePath = "github.com/aokoli/goutils";
+ goPackagePath = "github.com/adisbladis/vgo2nix";
fetch = {
type = "git";
- url = "https://github.com/aokoli/goutils";
- rev = "9c37978a95bd5c709a15883b6242714ea6709e64";
- sha256 = "1c51qgk4pjc8c776h7589c3d14791h86f1yj3ykg4q7vlcf9xrnr";
+ url = "https://github.com/adisbladis/vgo2nix";
+ rev = "56ac56bb0d96";
+ sha256 = "1jbxbgcqkal8cdhj2nfbw92fn1fs9ng1df9sf92vgf0m1xzq2mc3";
};
}
{
- goPackagePath = "github.com/asaskevich/govalidator";
+ goPackagePath = "github.com/alecthomas/assert";
+ fetch = {
+ type = "git";
+ url = "https://github.com/alecthomas/assert";
+ rev = "405dbfeb8e38";
+ sha256 = "1l567pi17k593nrd1qlbmiq8z9jy3qs60px2a16fdpzjsizwqx8l";
+ };
+ }
+ {
+ goPackagePath = "github.com/alecthomas/colour";
+ fetch = {
+ type = "git";
+ url = "https://github.com/alecthomas/colour";
+ rev = "60882d9e2721";
+ sha256 = "0iq566534gbzkd16ixg7fk298wd766821vvs80838yifx9yml5vs";
+ };
+ }
+ {
+ goPackagePath = "github.com/alecthomas/kingpin";
+ fetch = {
+ type = "git";
+ url = "https://github.com/alecthomas/kingpin";
+ rev = "v2.2.6";
+ sha256 = "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r";
+ };
+ }
+ {
+ goPackagePath = "github.com/alecthomas/repr";
+ fetch = {
+ type = "git";
+ url = "https://github.com/alecthomas/repr";
+ rev = "117648cd9897";
+ sha256 = "05v1rgzdqc8razf702laagrvhvx68xd9yxxmzd3dyz0d6425pdrp";
+ };
+ }
+ {
+ goPackagePath = "github.com/alecthomas/template";
+ fetch = {
+ type = "git";
+ url = "https://github.com/alecthomas/template";
+ rev = "a0175ee3bccc";
+ sha256 = "0qjgvvh26vk1cyfq9fadyhfgdj36f1iapbmr5xp6zqipldz8ffxj";
+ };
+ }
+ {
+ goPackagePath = "github.com/alecthomas/units";
+ fetch = {
+ type = "git";
+ url = "https://github.com/alecthomas/units";
+ rev = "2efee857e7cf";
+ sha256 = "1j65b91qb9sbrml9cpabfrcf07wmgzzghrl7809hjjhrmbzri5bl";
+ };
+ }
+ {
+ goPackagePath = "github.com/asaskevich/govalidator";
fetch = {
type = "git";
url = "https://github.com/asaskevich/govalidator";
- rev = "7664702784775e51966f0885f5cd27435916517b";
+ rev = "766470278477";
sha256 = "1lmynw9vkgrxv7nh60wdywv0nx4gjlkiar433wydhpc2h3m5q968";
};
}
{
- goPackagePath = "github.com/beorn7/perks";
+ goPackagePath = "github.com/beorn7/perks";
fetch = {
type = "git";
url = "https://github.com/beorn7/perks";
- rev = "3ac7bf7a47d159a033b107610db8a1b6575507a4";
- sha256 = "1qc3l4r818xpvrhshh1sisc5lvl9479qspcfcdbivdyh0apah83r";
+ rev = "3a771d992973";
+ sha256 = "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3";
};
}
{
- goPackagePath = "github.com/chai2010/gettext-go";
+ goPackagePath = "github.com/chai2010/gettext-go";
fetch = {
type = "git";
url = "https://github.com/chai2010/gettext-go";
- rev = "bf70f2a70fb1b1f36d90d671a72795984eab0fcb";
- sha256 = "0bwjwvjl7zqm7kxram1rzz0ri3h897kiin13ljy9hx3fzz1i9lml";
+ rev = "c6fed771bfd5";
+ sha256 = "1p9gzj39x4gyhc552n3dmi3kc224gwilawa5kcg8rla31qkwlsky";
};
}
{
- goPackagePath = "github.com/cpuguy83/go-md2man";
+ goPackagePath = "github.com/client9/misspell";
+ fetch = {
+ type = "git";
+ url = "https://github.com/client9/misspell";
+ rev = "v0.3.4";
+ sha256 = "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs";
+ };
+ }
+ {
+ goPackagePath = "github.com/cpuguy83/go-md2man";
fetch = {
type = "git";
url = "https://github.com/cpuguy83/go-md2man";
- rev = "71acacd42f85e5e82f70a55327789582a5200a90";
+ rev = "v1.0.4";
sha256 = "0hmkrq4gdzb6mwllmh4p1y7vrz7hyr8xqagpk9nyr5dhygvnnq2v";
};
}
{
- goPackagePath = "github.com/cyphar/filepath-securejoin";
+ goPackagePath = "github.com/cyphar/filepath-securejoin";
fetch = {
type = "git";
url = "https://github.com/cyphar/filepath-securejoin";
- rev = "a261ee33d7a517f054effbf451841abaafe3e0fd";
+ rev = "v0.2.2";
sha256 = "0id32zjb92wm569m29nfrzz5mw9z1glr3klayr6j134pp4h1sgq4";
};
}
{
- goPackagePath = "github.com/davecgh/go-spew";
+ goPackagePath = "github.com/davecgh/go-spew";
fetch = {
type = "git";
url = "https://github.com/davecgh/go-spew";
- rev = "782f4967f2dc4564575ca782fe2d04090b5faca8";
- sha256 = "1ypijjawqc0xgmgim42260ibcyclfgfizicz5cbvndw4plqfsswk";
+ rev = "v1.1.1";
+ sha256 = "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y";
};
}
{
- goPackagePath = "github.com/dgrijalva/jwt-go";
+ goPackagePath = "github.com/dgrijalva/jwt-go";
fetch = {
type = "git";
url = "https://github.com/dgrijalva/jwt-go";
- rev = "06ea1031745cb8b3dab3f6a236daf2b0aa468b7e";
- sha256 = "08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp";
+ rev = "01aeca54ebda";
+ sha256 = "10dmb5xxn5wijn299h483z0klprprkq7n1azakm3ysp50sr11ywg";
};
}
{
- goPackagePath = "github.com/docker/distribution";
+ goPackagePath = "github.com/docker/distribution";
fetch = {
type = "git";
url = "https://github.com/docker/distribution";
- rev = "edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c";
+ rev = "edc3ab29cdff";
sha256 = "1nqjaq1q6fs3c0avpb02sib0a906xfbk3m74hk2mqjdbyx9y8b4m";
};
}
{
- goPackagePath = "github.com/docker/docker";
+ goPackagePath = "github.com/docker/docker";
fetch = {
type = "git";
url = "https://github.com/docker/docker";
- rev = "4f3616fb1c112e206b88cb7a9922bf49067a7756";
- sha256 = "0zmsqm1lkwggfqgy2rw34g4g2jlvr6mvcsh65fmpdb30l65iaqzf";
+ rev = "a9fbbdc8dd87";
+ sha256 = "0vkr9fs8qv3ydpm4f4b3jsx1f3cxpws78f2kwpyn00y1gb3lpnpc";
};
}
{
- goPackagePath = "github.com/docker/go-connections";
- fetch = {
- type = "git";
- url = "https://github.com/docker/go-connections";
- rev = "3ede32e2033de7505e6500d6c868c2b9ed9f169d";
- sha256 = "0v1pkr8apwmhyzbjfriwdrs1ihlk6pw7izm57r24mf9jdmg3fyb0";
- };
- }
- {
- goPackagePath = "github.com/docker/go-units";
- fetch = {
- type = "git";
- url = "https://github.com/docker/go-units";
- rev = "9e638d38cf6977a37a8ea0078f3ee75a7cdb2dd1";
- sha256 = "1sqwvcszxqpv77xf2d8fxvryxphdwj9v8f93231wpnk9kpilhyii";
- };
- }
- {
- goPackagePath = "github.com/docker/spdystream";
+ goPackagePath = "github.com/docker/spdystream";
fetch = {
type = "git";
url = "https://github.com/docker/spdystream";
- rev = "449fdfce4d962303d702fec724ef0ad181c92528";
+ rev = "449fdfce4d96";
sha256 = "1412cpiis971iq1kxrirzirhj2708ispjh0x0dh879b66x8507sl";
};
}
{
- goPackagePath = "github.com/evanphx/json-patch";
+ goPackagePath = "github.com/emicklei/go-restful";
fetch = {
type = "git";
- url = "https://github.com/evanphx/json-patch";
- rev = "94e38aa1586e8a6c8a75770bddf5ff84c48a106b";
- sha256 = "1c9gzc3gb76lm5famc0345y90is1lyffn39bmdr0xk19462f8av5";
+ url = "https://github.com/emicklei/go-restful";
+ rev = "ff4f55a20633";
+ sha256 = "1v5lj5142abz3gvbygp6xghpdx4ps2lwswl8559ivaidahwnc21c";
};
}
{
- goPackagePath = "github.com/exponent-io/jsonpath";
+ goPackagePath = "github.com/evanphx/json-patch";
+ fetch = {
+ type = "git";
+ url = "https://github.com/evanphx/json-patch";
+ rev = "v4.2.0";
+ sha256 = "0cfvyhl3hjfc4z8hbkfc40yafv6r7y513zgp3jwf88isbd13r7a6";
+ };
+ }
+ {
+ goPackagePath = "github.com/exponent-io/jsonpath";
fetch = {
type = "git";
url = "https://github.com/exponent-io/jsonpath";
- rev = "d6023ce2651d8eafb5c75bb0c7167536102ec9f5";
+ rev = "d6023ce2651d";
sha256 = "1qkzaxsjs7yg1672sk67nr119j7jc4751yzgii0j3nbipjv321kc";
};
}
{
- goPackagePath = "github.com/fatih/camelcase";
+ goPackagePath = "github.com/fatih/camelcase";
fetch = {
type = "git";
url = "https://github.com/fatih/camelcase";
- rev = "f6a740d52f961c60348ebb109adde9f4635d7540";
+ rev = "f6a740d52f96";
sha256 = "15vb86adns1izvbzjw0lmmzrwlarhbxw5qalhx10vzzdx73wh4ai";
};
}
{
- goPackagePath = "github.com/ghodss/yaml";
+ goPackagePath = "github.com/ghodss/yaml";
fetch = {
type = "git";
url = "https://github.com/ghodss/yaml";
- rev = "73d445a93680fa1a78ae23a5839bad48f32ba1ee";
- sha256 = "0pg53ky4sy3sp9j4n7vgf1p3gw4nbckwqfldcmmi9rf13kjh0mr7";
+ rev = "c7ce16629ff4";
+ sha256 = "10cyv1gy3zwwkr04kk8cvhifb7xddakyvnk5s13yfcqj9hcjz8d1";
};
}
{
- goPackagePath = "github.com/go-openapi/jsonpointer";
+ goPackagePath = "github.com/go-kit/kit";
+ fetch = {
+ type = "git";
+ url = "https://github.com/go-kit/kit";
+ rev = "v0.8.0";
+ sha256 = "1rcywbc2pvab06qyf8pc2rdfjv7r6kxdv2v4wnpqnjhz225wqvc0";
+ };
+ }
+ {
+ goPackagePath = "github.com/go-logfmt/logfmt";
+ fetch = {
+ type = "git";
+ url = "https://github.com/go-logfmt/logfmt";
+ rev = "v0.3.0";
+ sha256 = "1gkgh3k5w1xwb2qbjq52p6azq3h1c1rr6pfwjlwj1zrijpzn2xb9";
+ };
+ }
+ {
+ goPackagePath = "github.com/go-openapi/jsonpointer";
fetch = {
type = "git";
url = "https://github.com/go-openapi/jsonpointer";
- rev = "46af16f9f7b149af66e5d1bd010e3574dc06de98";
- sha256 = "0w0fphmdycjzbsm1vppdcjc9aqinkcdzcq3pxikdvdqh5p791gsc";
+ rev = "v0.19.0";
+ sha256 = "0sv2k1fwj6rsigc9489c19ap0jib1d0widm040h0sjdw2nadh3i2";
};
}
{
- goPackagePath = "github.com/go-openapi/jsonreference";
+ goPackagePath = "github.com/go-openapi/jsonreference";
fetch = {
type = "git";
url = "https://github.com/go-openapi/jsonreference";
- rev = "13c6e3589ad90f49bd3e3bbe2c2cb3d7a4142272";
- sha256 = "1fh4xcl9ijww4bdq656sx981d57w2c9zx5148jsxlsg4bsvxmwis";
+ rev = "v0.19.0";
+ sha256 = "1d0rk17wn755xsfi9pxifdpgs2p23bc0rkf95kjwxczyy6jbqdaj";
};
}
{
- goPackagePath = "github.com/go-openapi/spec";
+ goPackagePath = "github.com/go-openapi/spec";
fetch = {
type = "git";
url = "https://github.com/go-openapi/spec";
- rev = "1de3e0542de65ad8d75452a595886fdd0befb363";
- sha256 = "13i9y71fk9vr2abvpsk04k55il32ly3fjinvl1zlamh9mi2mdzf4";
+ rev = "v0.17.2";
+ sha256 = "14n5x2nxlj2x62v3km96yw7rncxk2b9v94k3j0c22r43c60m38mx";
};
}
{
- goPackagePath = "github.com/go-openapi/swag";
+ goPackagePath = "github.com/go-openapi/swag";
fetch = {
type = "git";
url = "https://github.com/go-openapi/swag";
- rev = "f3f9494671f93fcff853e3c6e9e948b3eb71e590";
- sha256 = "13lqn4xqy9vma9aqsjb0fzfzi0q8l6dmg65sjxqdxf3q6gzkvmjy";
+ rev = "v0.17.2";
+ sha256 = "1hhgbx59f7lcsqiza2is8q9walhf8mxfkwj7xql1scrn6ms2jmlv";
};
}
{
- goPackagePath = "github.com/gobwas/glob";
+ goPackagePath = "github.com/go-sql-driver/mysql";
+ fetch = {
+ type = "git";
+ url = "https://github.com/go-sql-driver/mysql";
+ rev = "v1.4.0";
+ sha256 = "1jwz2j3vd5hlzmnkh20d4276yd8cxy7pac3x3dfi52jkm82ms99n";
+ };
+ }
+ {
+ goPackagePath = "github.com/go-stack/stack";
+ fetch = {
+ type = "git";
+ url = "https://github.com/go-stack/stack";
+ rev = "v1.8.0";
+ sha256 = "0wk25751ryyvxclyp8jdk5c3ar0cmfr8lrjb66qbg4808x66b96v";
+ };
+ }
+ {
+ goPackagePath = "github.com/gobwas/glob";
fetch = {
type = "git";
url = "https://github.com/gobwas/glob";
- rev = "5ccd90ef52e1e632236f7326478d4faa74f99438";
+ rev = "v0.2.3";
sha256 = "0jxk1x806zn5x86342s72dq2qy64ksb3zrvrlgir2avjhwb18n6z";
};
}
{
- goPackagePath = "github.com/gogo/protobuf";
+ goPackagePath = "github.com/gogo/protobuf";
fetch = {
type = "git";
url = "https://github.com/gogo/protobuf";
- rev = "c0656edd0d9eab7c66d1eb0c568f9039345796f7";
- sha256 = "0b943dhx571lhgcs3rqzy0092mi2x5mwy2kl7g8rryhy3r5rzrz9";
+ rev = "v1.1.1";
+ sha256 = "1525pq7r6h3s8dncvq8gxi893p2nq8dxpzvq0nfl5b4p6mq0v1c2";
};
}
{
- goPackagePath = "github.com/golang/glog";
+ goPackagePath = "github.com/golang/glog";
fetch = {
type = "git";
url = "https://github.com/golang/glog";
- rev = "44145f04b68cf362d9c4df2182967c2275eaefed";
- sha256 = "1k7sf6qmpgm0iw81gx2dwggf9di6lgw0n54mni7862hihwfrb5rq";
+ rev = "23def4e6c14b";
+ sha256 = "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30";
};
}
{
- goPackagePath = "github.com/golang/groupcache";
+ goPackagePath = "github.com/golang/groupcache";
fetch = {
type = "git";
url = "https://github.com/golang/groupcache";
- rev = "02826c3e79038b59d737d3b1c0a1d937f71a4433";
+ rev = "02826c3e7903";
sha256 = "0w46bsllddfij66nrg8jbfjsr54birvfww8a2fj9fmgyig5syn2x";
};
}
{
- goPackagePath = "github.com/golang/protobuf";
+ goPackagePath = "github.com/golang/mock";
fetch = {
type = "git";
- url = "https://github.com/golang/protobuf";
- rev = "1643683e1b54a9e88ad26d98f81400c8c9d9f4f9";
- sha256 = "1ch3czyzq5abl6zm1l0dfsi09xj43ql9jcbmbhfhxz954pw03v3v";
+ url = "https://github.com/golang/mock";
+ rev = "v1.1.1";
+ sha256 = "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy";
};
}
{
- goPackagePath = "github.com/google/btree";
+ goPackagePath = "github.com/golang/protobuf";
+ fetch = {
+ type = "git";
+ url = "https://github.com/golang/protobuf";
+ rev = "v1.2.0";
+ sha256 = "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab";
+ };
+ }
+ {
+ goPackagePath = "github.com/google/btree";
fetch = {
type = "git";
url = "https://github.com/google/btree";
- rev = "7d79101e329e5a3adf994758c578dab82b90c017";
+ rev = "7d79101e329e";
sha256 = "1c1hsy5s2pfawg3l9954jmqmy4yc2zp3f7i87m00km2yqgb8xpd0";
};
}
{
- goPackagePath = "github.com/google/gofuzz";
+ goPackagePath = "github.com/google/gofuzz";
fetch = {
type = "git";
url = "https://github.com/google/gofuzz";
- rev = "44d81051d367757e1c7c6a5a86423ece9afcf63c";
- sha256 = "0ivq2sl2fv8x0xxrcys27c42s8yq7irgl7lp6l0im9i7ky63nk0i";
+ rev = "24818f796faf";
+ sha256 = "0cq90m2lgalrdfrwwyycrrmn785rgnxa3l3vp9yxkvnv88bymmlm";
};
}
{
- goPackagePath = "github.com/google/uuid";
+ goPackagePath = "github.com/google/uuid";
fetch = {
type = "git";
url = "https://github.com/google/uuid";
- rev = "064e2069ce9c359c118179501254f67d7d37ba24";
+ rev = "064e2069ce9c";
sha256 = "1b1ibx3rbiv7xwa9kz4b4zpp1fza5cjnn8v6749b4vrkjjmp3rqb";
};
}
{
- goPackagePath = "github.com/googleapis/gnostic";
+ goPackagePath = "github.com/googleapis/gnostic";
fetch = {
type = "git";
url = "https://github.com/googleapis/gnostic";
- rev = "0c5108395e2debce0d731cf0287ddf7242066aba";
+ rev = "0c5108395e2d";
sha256 = "0jf3cp5clli88gpjf24r6wxbkvngnc1kf59d4cgjczsn2wasvsfc";
};
}
{
- goPackagePath = "github.com/gophercloud/gophercloud";
+ goPackagePath = "github.com/gophercloud/gophercloud";
fetch = {
type = "git";
url = "https://github.com/gophercloud/gophercloud";
- rev = "781450b3c4fcb4f5182bcc5133adb4b2e4a09d1d";
- sha256 = "0xvapk94p1259k8arvwyvhwvcnzma9vdg12g750cgz2ghkzvfhff";
+ rev = "c818fa66e4c8";
+ sha256 = "0igz47lpdxgpfb4ckrrs64vr4wkkiqaamk4wf5d3il4dc2g06azw";
};
}
{
- goPackagePath = "github.com/gosuri/uitable";
+ goPackagePath = "github.com/gosuri/uitable";
fetch = {
type = "git";
url = "https://github.com/gosuri/uitable";
- rev = "36ee7e946282a3fb1cfecd476ddc9b35d8847e42";
+ rev = "v0.0.1";
sha256 = "1ff68fv9g1df91fwbrcq83ar429gb4fi2vsd22zjmhvmbqx2zkil";
};
}
{
- goPackagePath = "github.com/gregjones/httpcache";
+ goPackagePath = "github.com/gregjones/httpcache";
fetch = {
type = "git";
url = "https://github.com/gregjones/httpcache";
- rev = "787624de3eb7bd915c329cba748687a3b22666a6";
+ rev = "787624de3eb7";
sha256 = "1zqlg9pkj7r6fqw7wv3ywvbz3bh0hvzifs2scgcraj812q5189w5";
};
}
{
- goPackagePath = "github.com/grpc-ecosystem/go-grpc-prometheus";
+ goPackagePath = "github.com/grpc-ecosystem/go-grpc-prometheus";
fetch = {
type = "git";
url = "https://github.com/grpc-ecosystem/go-grpc-prometheus";
- rev = "0c1b191dbfe51efdabe3c14b9f6f3b96429e0722";
+ rev = "0c1b191dbfe5";
sha256 = "0d7vybd4yy9a9clk03578xdpyhifxsy3qv6iiglrrnblbmpgksjc";
};
}
{
- goPackagePath = "github.com/hashicorp/golang-lru";
+ goPackagePath = "github.com/hashicorp/golang-lru";
fetch = {
type = "git";
url = "https://github.com/hashicorp/golang-lru";
- rev = "a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4";
- sha256 = "1z3h4aca31l3qs0inqr5l49vrlycpjm7vq1l9nh1mp0mb2ij0kmp";
+ rev = "v0.5.0";
+ sha256 = "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f";
};
}
{
- goPackagePath = "github.com/huandu/xstrings";
+ goPackagePath = "github.com/huandu/xstrings";
fetch = {
type = "git";
url = "https://github.com/huandu/xstrings";
- rev = "3959339b333561bf62a38b424fd41517c2c90f40";
- sha256 = "0f1jyd80grpr88gwhljx2x0xgsyzw07807n4z4axxxlybh5f0nh1";
+ rev = "v1.2.0";
+ sha256 = "0bn1kac5vcspxdpx4bygr4gngdbk67pnbqc04b0f7a4ny25n10iq";
};
}
{
- goPackagePath = "github.com/imdario/mergo";
+ goPackagePath = "github.com/imdario/mergo";
fetch = {
type = "git";
url = "https://github.com/imdario/mergo";
- rev = "6633656539c1639d9d78127b7d47c622b5d7b6dc";
- sha256 = "1fffbq1l17i0gynmvcxypl7d9h4v81g5vlimiph5bfgf4sp4db7g";
+ rev = "v0.3.5";
+ sha256 = "1mvgn89vp39gcpvhiq4n7nw5ipj7fk6h03jgc6fjwgvwvss213pb";
};
}
{
- goPackagePath = "github.com/inconshreveable/mousetrap";
+ goPackagePath = "github.com/inconshreveable/mousetrap";
fetch = {
type = "git";
url = "https://github.com/inconshreveable/mousetrap";
- rev = "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75";
+ rev = "v1.0.0";
sha256 = "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152";
};
}
{
- goPackagePath = "github.com/json-iterator/go";
+ goPackagePath = "github.com/jmoiron/sqlx";
+ fetch = {
+ type = "git";
+ url = "https://github.com/jmoiron/sqlx";
+ rev = "v1.2.0";
+ sha256 = "0pmi2asx157f5738g19fzyxb9g8yyfbpjyh2a2ykr9mafvp60rfd";
+ };
+ }
+ {
+ goPackagePath = "github.com/json-iterator/go";
fetch = {
type = "git";
url = "https://github.com/json-iterator/go";
- rev = "f2b4162afba35581b6d4a50d3b8f34e33c144682";
- sha256 = "0siqfghsm2lkdwinvg8x5gls3p76rq3cdm59c1r4x0b2mdfhnvcd";
+ rev = "ab8a2e0c74be";
+ sha256 = "1x3wz44p1238gpyzkiiilvvrq9q8dwjdm9kdidq65yjq0zcn0sq4";
};
}
{
- goPackagePath = "github.com/mailru/easyjson";
+ goPackagePath = "github.com/julienschmidt/httprouter";
+ fetch = {
+ type = "git";
+ url = "https://github.com/julienschmidt/httprouter";
+ rev = "v1.2.0";
+ sha256 = "1k8bylc9s4vpvf5xhqh9h246dl1snxrzzz0614zz88cdh8yzs666";
+ };
+ }
+ {
+ goPackagePath = "github.com/kisielk/gotool";
+ fetch = {
+ type = "git";
+ url = "https://github.com/kisielk/gotool";
+ rev = "v1.0.0";
+ sha256 = "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn";
+ };
+ }
+ {
+ goPackagePath = "github.com/konsorten/go-windows-terminal-sequences";
+ fetch = {
+ type = "git";
+ url = "https://github.com/konsorten/go-windows-terminal-sequences";
+ rev = "v1.0.1";
+ sha256 = "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip";
+ };
+ }
+ {
+ goPackagePath = "github.com/kr/logfmt";
+ fetch = {
+ type = "git";
+ url = "https://github.com/kr/logfmt";
+ rev = "b84e30acd515";
+ sha256 = "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9";
+ };
+ }
+ {
+ goPackagePath = "github.com/lib/pq";
+ fetch = {
+ type = "git";
+ url = "https://github.com/lib/pq";
+ rev = "v1.0.0";
+ sha256 = "1zqnnyczaf00xi6xh53vq758v5bdlf0iz7kf22l02cal4i6px47i";
+ };
+ }
+ {
+ goPackagePath = "github.com/liggitt/tabwriter";
+ fetch = {
+ type = "git";
+ url = "https://github.com/liggitt/tabwriter";
+ rev = "89fcab3d43de";
+ sha256 = "04q8d0jk1ymvy7pv1dgfbqzk8gcjfa77psg1lk30ghlisf54pakg";
+ };
+ }
+ {
+ goPackagePath = "github.com/mailru/easyjson";
fetch = {
type = "git";
url = "https://github.com/mailru/easyjson";
- rev = "2f5df55504ebc322e4d52d34df6a1f5b503bf26d";
- sha256 = "0d9m8kyhbawa452vnwn255xxnh6pkp3im0d2310rw1k14nh3yh1p";
+ rev = "60711f1a8329";
+ sha256 = "0234jp6134wkihdpdwq1hvzqblgl5khc1wp6dyi2h0hgh88bhdk1";
};
}
{
- goPackagePath = "github.com/mattn/go-runewidth";
+ goPackagePath = "github.com/mattn/go-isatty";
+ fetch = {
+ type = "git";
+ url = "https://github.com/mattn/go-isatty";
+ rev = "v0.0.3";
+ sha256 = "06w45aqz2a6yrk25axbly2k5wmsccv8cspb94bfmz4izvw8h927n";
+ };
+ }
+ {
+ goPackagePath = "github.com/mattn/go-runewidth";
fetch = {
type = "git";
url = "https://github.com/mattn/go-runewidth";
- rev = "d6bea18f789704b5f83375793155289da36a3c7f";
+ rev = "v0.0.1";
sha256 = "1hnigpn7rjbwd1ircxkyx9hvi0xmxr32b2jdy2jzw6b3jmcnz1fs";
};
}
{
- goPackagePath = "github.com/matttproud/golang_protobuf_extensions";
+ goPackagePath = "github.com/mattn/go-sqlite3";
fetch = {
type = "git";
- url = "https://github.com/matttproud/golang_protobuf_extensions";
- rev = "fc2b8d3a73c4867e51861bbdd5ae3c1f0869dd6a";
- sha256 = "0ajg41h6402big484drvm72wvid1af2sffw0qkzbmpy04lq68ahj";
+ url = "https://github.com/mattn/go-sqlite3";
+ rev = "v1.9.0";
+ sha256 = "14vw8bwyaz9lrd1rqhfri5cwpimiimhp75pkbqxxsjsr5jz89s7m";
};
}
{
- goPackagePath = "github.com/mitchellh/go-wordwrap";
+ goPackagePath = "github.com/matttproud/golang_protobuf_extensions";
+ fetch = {
+ type = "git";
+ url = "https://github.com/matttproud/golang_protobuf_extensions";
+ rev = "v1.0.1";
+ sha256 = "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya";
+ };
+ }
+ {
+ goPackagePath = "github.com/mitchellh/go-wordwrap";
fetch = {
type = "git";
url = "https://github.com/mitchellh/go-wordwrap";
- rev = "ad45545899c7b13c020ea92b2072220eefad42b8";
+ rev = "ad45545899c7";
sha256 = "0ny1ddngvwfj3njn7pmqnf3l903lw73ynddw15x8ymp7hidv27v9";
};
}
{
- goPackagePath = "github.com/modern-go/concurrent";
+ goPackagePath = "github.com/modern-go/concurrent";
fetch = {
type = "git";
url = "https://github.com/modern-go/concurrent";
- rev = "bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94";
+ rev = "bacd9c7ef1dd";
sha256 = "0s0fxccsyb8icjmiym5k7prcqx36hvgdwl588y0491gi18k5i4zs";
};
}
{
- goPackagePath = "github.com/modern-go/reflect2";
+ goPackagePath = "github.com/modern-go/reflect2";
fetch = {
type = "git";
url = "https://github.com/modern-go/reflect2";
- rev = "4b7aa43c6742a2c18fdef89dd197aaae7dac7ccd";
- sha256 = "1721y3yr3dpx5dx5ashf063qczk2awy5zjir1jvp1h5hn7qz4i49";
+ rev = "v1.0.1";
+ sha256 = "06a3sablw53n1dqqbr2f53jyksbxdmmk8axaas4yvnhyfi55k4lf";
};
}
{
- goPackagePath = "github.com/opencontainers/go-digest";
+ goPackagePath = "github.com/mwitkow/go-conntrack";
+ fetch = {
+ type = "git";
+ url = "https://github.com/mwitkow/go-conntrack";
+ rev = "cc309e4a2223";
+ sha256 = "0nbrnpk7bkmqg9mzwsxlm0y8m7s9qd9phr1q30qlx2qmdmz7c1mf";
+ };
+ }
+ {
+ goPackagePath = "github.com/opencontainers/go-digest";
fetch = {
type = "git";
url = "https://github.com/opencontainers/go-digest";
- rev = "a6d0ee40d4207ea02364bd3b9e8e77b9159ba1eb";
+ rev = "a6d0ee40d420";
sha256 = "1paz3na2xkhi10p5bk7f7gbh5yykfgr9f9i2gcc13rb461yq6fmg";
};
}
{
- goPackagePath = "github.com/opencontainers/image-spec";
+ goPackagePath = "github.com/orivej/e";
fetch = {
type = "git";
- url = "https://github.com/opencontainers/image-spec";
- rev = "372ad780f63454fbbbbcc7cf80e5b90245c13e13";
- sha256 = "0wajddbm49bfybkab9midilg18zvdvvsffwhkq7bpp7inj4jnsvs";
+ url = "https://github.com/orivej/e";
+ rev = "ac3492690fda";
+ sha256 = "11jizr28kfkr6zscjxg95pqi6cjp08aqnhs41sdhc98nww78ilkr";
};
}
{
- goPackagePath = "github.com/petar/GoLLRB";
+ goPackagePath = "github.com/orivej/go-nix";
fetch = {
type = "git";
- url = "https://github.com/petar/GoLLRB";
- rev = "53be0d36a84c2a886ca057d34b6aa4468df9ccb4";
- sha256 = "01xp3lcamqkvl91jg6ly202gdsgf64j39rkrcqxi6v4pbrcv7hz0";
+ url = "https://github.com/orivej/go-nix";
+ rev = "dae45d921a44";
+ sha256 = "17hfmsz8hs3h2d5c06j1bvbw8ijrhzm3iz911z5zydsl4x7y0cgy";
};
}
{
- goPackagePath = "github.com/peterbourgon/diskv";
+ goPackagePath = "github.com/peterbourgon/diskv";
fetch = {
type = "git";
url = "https://github.com/peterbourgon/diskv";
- rev = "5f041e8faa004a95c88a202771f4cc3e991971e6";
+ rev = "v2.0.1";
sha256 = "1mxpa5aad08x30qcbffzk80g9540wvbca4blc1r2qyzl65b8929b";
};
}
{
- goPackagePath = "github.com/pkg/errors";
+ goPackagePath = "github.com/pkg/errors";
fetch = {
type = "git";
url = "https://github.com/pkg/errors";
- rev = "645ef00459ed84a119197bfb8d8205042c6df63d";
+ rev = "v0.8.0";
sha256 = "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5";
};
}
{
- goPackagePath = "github.com/pmezard/go-difflib";
+ goPackagePath = "github.com/pkg/profile";
+ fetch = {
+ type = "git";
+ url = "https://github.com/pkg/profile";
+ rev = "v1.2.1";
+ sha256 = "0blqmvgqvdbqmh3fp9pfdxc9w1qfshrr0zy9whj0sn372bw64qnr";
+ };
+ }
+ {
+ goPackagePath = "github.com/pmezard/go-difflib";
fetch = {
type = "git";
url = "https://github.com/pmezard/go-difflib";
- rev = "d8ed2627bdf02c080bf22230dbb337003b7aba2d";
- sha256 = "0w1jp4k4zbnrxh3jvh8fgbjgqpf2hg31pbj8fb32kh26px9ldpbs";
+ rev = "v1.0.0";
+ sha256 = "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw";
};
}
{
- goPackagePath = "github.com/prometheus/client_golang";
+ goPackagePath = "github.com/prometheus/client_golang";
fetch = {
type = "git";
url = "https://github.com/prometheus/client_golang";
- rev = "c5b7fccd204277076155f10851dad72b76a49317";
- sha256 = "1xqny3147g12n4j03kxm8s9mvdbs3ln6i56c655mybrn9jjy48kd";
+ rev = "v0.9.2";
+ sha256 = "02b4yg6rfag0m3j0i39sillcm5xczwv8h133vn12yr8qw04cnigs";
};
}
{
- goPackagePath = "github.com/prometheus/client_model";
+ goPackagePath = "github.com/prometheus/client_model";
fetch = {
type = "git";
url = "https://github.com/prometheus/client_model";
- rev = "fa8ad6fec33561be4280a8f0514318c79d7f6cb6";
- sha256 = "11a7v1fjzhhwsl128znjcf5v7v6129xjgkdpym2lial4lac1dhm9";
+ rev = "5c3871d89910";
+ sha256 = "04psf81l9fjcwascsys428v03fx4fi894h7fhrj2vvcz723q57k0";
};
}
{
- goPackagePath = "github.com/prometheus/common";
+ goPackagePath = "github.com/prometheus/common";
fetch = {
type = "git";
url = "https://github.com/prometheus/common";
- rev = "13ba4ddd0caa9c28ca7b7bffe1dfa9ed8d5ef207";
- sha256 = "0i6mpcnsawi7f00rfmjfjq8llaplyzq4xrkrawlcgfd762p5hnp8";
+ rev = "v0.2.0";
+ sha256 = "02kym6lcfnlq23qbv277jr0q1n7jj0r14gqg93c7wn7gc44jv3vp";
};
}
{
- goPackagePath = "github.com/prometheus/procfs";
+ goPackagePath = "github.com/prometheus/procfs";
fetch = {
type = "git";
url = "https://github.com/prometheus/procfs";
- rev = "65c1f6f8f0fc1e2185eb9863a3bc751496404259";
- sha256 = "0jfzmr8642hr04naim1maa3wklxvcxklykri2z7k4ayizc974lkq";
+ rev = "1dc9a6cbc91a";
+ sha256 = "1zlv1x30xp7z5c3vn5vp870v4bjim0zcidzc3mr2l3xhazc0svab";
};
}
{
- goPackagePath = "github.com/russross/blackfriday";
+ goPackagePath = "github.com/rubenv/sql-migrate";
+ fetch = {
+ type = "git";
+ url = "https://github.com/rubenv/sql-migrate";
+ rev = "1007f53448d7";
+ sha256 = "1cd7wpgym7yzzv4n7bsmg9gh1g7mqlljih3881arqlq11083d3mc";
+ };
+ }
+ {
+ goPackagePath = "github.com/russross/blackfriday";
fetch = {
type = "git";
url = "https://github.com/russross/blackfriday";
- rev = "300106c228d52c8941d4b3de6054a6062a86dda3";
+ rev = "300106c228d5";
sha256 = "1bcqwb9lk2sijn5q3kqp7sadhh0ysbxlj5bxjspk9yp5bp733cbh";
};
}
{
- goPackagePath = "github.com/shurcooL/sanitized_anchor_name";
+ goPackagePath = "github.com/sergi/go-diff";
+ fetch = {
+ type = "git";
+ url = "https://github.com/sergi/go-diff";
+ rev = "v1.0.0";
+ sha256 = "0swiazj8wphs2zmk1qgq75xza6m19snif94h2m6fi8dqkwqdl7c7";
+ };
+ }
+ {
+ goPackagePath = "github.com/shurcooL/sanitized_anchor_name";
fetch = {
type = "git";
url = "https://github.com/shurcooL/sanitized_anchor_name";
- rev = "10ef21a441db47d8b13ebcc5fd2310f636973c77";
+ rev = "10ef21a441db";
sha256 = "1cnbzcf47cn796rcjpph1s64qrabhkv5dn9sbynsy7m9zdwr5f01";
};
}
{
- goPackagePath = "github.com/sirupsen/logrus";
+ goPackagePath = "github.com/sirupsen/logrus";
fetch = {
type = "git";
url = "https://github.com/sirupsen/logrus";
- rev = "89742aefa4b206dcf400792f3bd35b542998eb3b";
- sha256 = "0hk7fabx59msg2y0iik6xvfp80s73ybrwlcshbm9ds91iqbkcxi6";
+ rev = "v1.2.0";
+ sha256 = "0r6334x2bls8ddznvzaldx4g88msjjns4mlks95rqrrg7h0ijigg";
};
}
{
- goPackagePath = "github.com/spf13/cobra";
+ goPackagePath = "github.com/spf13/cobra";
fetch = {
type = "git";
url = "https://github.com/spf13/cobra";
- rev = "c439c4fa093711d42e1b01acb1235b52004753c1";
- sha256 = "14v5vhb180yzaknxnm8j4n9jai58b0y2nzrqzpdq7bj9slsga1vd";
+ rev = "fe5e611709b0";
+ sha256 = "1pn7g9jmhqc9yg6x02dgp4phiggnnxz8a11pv5y4vxhrvkjm6h71";
};
}
{
- goPackagePath = "github.com/spf13/pflag";
+ goPackagePath = "github.com/spf13/pflag";
fetch = {
type = "git";
url = "https://github.com/spf13/pflag";
- rev = "583c0c0531f06d5278b7d917446061adc344b5cd";
- sha256 = "0nr4mdpfhhk94hq4ymn5b2sxc47b29p1akxd8b0hx4dvdybmipb5";
+ rev = "v1.0.3";
+ sha256 = "1cj3cjm7d3zk0mf1xdybh0jywkbbw7a6yr3y22x9sis31scprswd";
};
}
{
- goPackagePath = "github.com/stretchr/testify";
+ goPackagePath = "github.com/stretchr/objx";
+ fetch = {
+ type = "git";
+ url = "https://github.com/stretchr/objx";
+ rev = "v0.1.1";
+ sha256 = "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls";
+ };
+ }
+ {
+ goPackagePath = "github.com/stretchr/testify";
fetch = {
type = "git";
url = "https://github.com/stretchr/testify";
- rev = "e3a8ff8ce36581f87a15341206f205b1da467059";
- sha256 = "179k26lcgafkbjylbhgj2f5pnh52bmv19rr1w95gca944blw8yga";
+ rev = "v1.2.2";
+ sha256 = "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs";
};
}
{
- goPackagePath = "github.com/technosophos/moniker";
+ goPackagePath = "github.com/technosophos/moniker";
fetch = {
type = "git";
url = "https://github.com/technosophos/moniker";
- rev = "a5dbd03a2245d554160e3ae6bfdcf969fe58b431";
+ rev = "a5dbd03a2245";
sha256 = "1z273gvbwr09lcxwd10wyvxmxjln93r952sr1w9hqxcgc1f8l3vl";
};
}
{
- goPackagePath = "golang.org/x/crypto";
+ goPackagePath = "golang.org/x/crypto";
fetch = {
type = "git";
url = "https://go.googlesource.com/crypto";
- rev = "49796115aa4b964c318aad4f3084fdb41e9aa067";
- sha256 = "0pcq2drkzsw585xi6rda8imd7a139prrmvgmv8nz0zgzk6g4dy59";
+ rev = "0709b304e793";
+ sha256 = "0i05s09y5pavmfh71fgih7syxg58x7a4krgd8am6d3mnahnmab5c";
};
}
{
- goPackagePath = "golang.org/x/net";
+ goPackagePath = "golang.org/x/lint";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/lint";
+ rev = "c67002cb31c3";
+ sha256 = "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/net";
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
- rev = "1c05540f6879653db88113bc4a2b70aec4bd491f";
- sha256 = "0h8yqb0vcqgllgydrf9d3rzp83w8wlr8f0nm6r1rwf2qg30pq1pd";
+ rev = "65e2d4e15006";
+ sha256 = "0aqcmh0sp723d6hwgrv7pnrs4crns2ngr4x43jd4v985cbn455x7";
};
}
{
- goPackagePath = "golang.org/x/oauth2";
+ goPackagePath = "golang.org/x/oauth2";
fetch = {
type = "git";
url = "https://go.googlesource.com/oauth2";
- rev = "a6bd8cefa1811bd24b86f8902872e4e8225f74c4";
- sha256 = "151in8qcf5y97ziavl6b03vgw4r87zqx5kg4vjhjszjbh60cfswp";
+ rev = "d2e6202438be";
+ sha256 = "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7";
};
}
{
- goPackagePath = "golang.org/x/sys";
+ goPackagePath = "golang.org/x/sync";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/sync";
+ rev = "42b317875d0f";
+ sha256 = "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/sys";
fetch = {
type = "git";
url = "https://go.googlesource.com/sys";
- rev = "43eea11bc92608addb41b8a406b0407495c106f6";
- sha256 = "0k9wy278f5753d130p8asva2g573vi6wviwkxwwnpxni118knq1l";
+ rev = "b90733256f2e";
+ sha256 = "1dsqa48ai4rrqf0sxypnmjg5c6sbp63mj5ljr7qadam06r5m2q98";
};
}
{
- goPackagePath = "golang.org/x/text";
+ goPackagePath = "golang.org/x/text";
fetch = {
type = "git";
url = "https://go.googlesource.com/text";
- rev = "b19bf474d317b857955b12035d2c5acb57ce8b01";
- sha256 = "0wc8csaafp0ps9jb2hdk8d6xpyw1axhk1np73h0z17x09zk3ylcr";
+ rev = "v0.3.0";
+ sha256 = "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19";
};
}
{
- goPackagePath = "golang.org/x/time";
+ goPackagePath = "golang.org/x/time";
fetch = {
type = "git";
url = "https://go.googlesource.com/time";
- rev = "f51c12702a4d776e4c1fa9b0fabab841babae631";
+ rev = "f51c12702a4d";
sha256 = "07wc6g2fvafkr6djsscm0jpbpl4135khhb6kpyx1953hi5d1jvyy";
};
}
{
- goPackagePath = "google.golang.org/appengine";
+ goPackagePath = "golang.org/x/tools";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/tools";
+ rev = "6cd1fcedba52";
+ sha256 = "00hl0vkmy8impsnmc2dmm55sdhia95k0kqcrjbdpynryn1lamn5d";
+ };
+ }
+ {
+ goPackagePath = "google.golang.org/appengine";
fetch = {
type = "git";
url = "https://github.com/golang/appengine";
- rev = "12d5545dc1cfa6047a286d5e853841b6471f4c19";
- sha256 = "1bv6cjakhi6j3s1bqb3n45qrmvf20qkhwxllvi94jag4i7hd91w8";
+ rev = "v1.1.0";
+ sha256 = "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x";
};
}
{
- goPackagePath = "google.golang.org/genproto";
+ goPackagePath = "google.golang.org/genproto";
fetch = {
type = "git";
url = "https://github.com/google/go-genproto";
- rev = "09f6ed296fc66555a25fe4ce95173148778dfa85";
- sha256 = "06x5wr7vjsnvv35rpv7jaklilksqbzsbqk8bxababw8vr6avfwki";
+ rev = "c66870c02cf8";
+ sha256 = "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn";
};
}
{
- goPackagePath = "google.golang.org/grpc";
+ goPackagePath = "google.golang.org/grpc";
fetch = {
type = "git";
url = "https://github.com/grpc/grpc-go";
- rev = "5ffe3083946d5603a0578721101dc8165b1d5b5f";
- sha256 = "1ij3sy49xfihwpcpiwd68mlfkrk375kdh6r6jlqka18zalxgpaan";
+ rev = "v1.18.0";
+ sha256 = "17drwyj3fi5sdz5ndlj7888b3gin6brs3jnh7gh6i15k97l6gf4n";
};
}
{
- goPackagePath = "gopkg.in/inf.v0";
+ goPackagePath = "gopkg.in/alecthomas/kingpin.v2";
fetch = {
type = "git";
- url = "https://github.com/go-inf/inf";
- rev = "3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4";
+ url = "https://gopkg.in/alecthomas/kingpin.v2";
+ rev = "v2.2.6";
+ sha256 = "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r";
+ };
+ }
+ {
+ goPackagePath = "gopkg.in/check.v1";
+ fetch = {
+ type = "git";
+ url = "https://gopkg.in/check.v1";
+ rev = "20d25e280405";
+ sha256 = "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np";
+ };
+ }
+ {
+ goPackagePath = "gopkg.in/gorp.v1";
+ fetch = {
+ type = "git";
+ url = "https://gopkg.in/gorp.v1";
+ rev = "v1.7.2";
+ sha256 = "0zwkq4cv71vp7cmpfcs54908g1amr0cdxv1b8h1icf64jjawb1lb";
+ };
+ }
+ {
+ goPackagePath = "gopkg.in/inf.v0";
+ fetch = {
+ type = "git";
+ url = "https://gopkg.in/inf.v0";
+ rev = "v0.9.0";
sha256 = "0rf3vwyb8aqnac9x9d6ax7z5526c45a16yjm2pvkijr6qgqz8b82";
};
}
{
- goPackagePath = "gopkg.in/square/go-jose.v2";
+ goPackagePath = "gopkg.in/square/go-jose.v2";
fetch = {
type = "git";
- url = "https://github.com/square/go-jose";
- rev = "f8f38de21b4dcd69d0413faf231983f5fd6634b1";
- sha256 = "1bjrs3xq3m2ckfds0l4wqf81311ymm9agipmkllbvkadac156dsa";
+ url = "https://gopkg.in/square/go-jose.v2";
+ rev = "89060dee6a84";
+ sha256 = "04ak01zs9qibr6qvc6l0zdjj9pgccpbvxz6rdwrqv698i1q3qfpd";
};
}
{
- goPackagePath = "gopkg.in/yaml.v2";
+ goPackagePath = "gopkg.in/yaml.v2";
fetch = {
type = "git";
- url = "https://github.com/go-yaml/yaml";
- rev = "670d4cfef0544295bc27a114dbac37980d83185a";
- sha256 = "182x97q4826cpzybkrl8icyx1n6l1z0kspmbz33fh901v10b6322";
+ url = "https://gopkg.in/yaml.v2";
+ rev = "v2.2.1";
+ sha256 = "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1";
};
}
{
- goPackagePath = "k8s.io/api";
+ goPackagePath = "honnef.co/go/tools";
+ fetch = {
+ type = "git";
+ url = "https://github.com/dominikh/go-tools";
+ rev = "88497007e858";
+ sha256 = "0rinkyx3r2bq45mgcasnn5jb07cwbv3p3s2wwcrzxsarsj6wa5lc";
+ };
+ }
+ {
+ goPackagePath = "k8s.io/api";
fetch = {
type = "git";
url = "https://github.com/kubernetes/api";
- rev = "2d6f90ab1293a1fb871cf149423ebb72aa7423aa";
- sha256 = "1cwrwdm104xd3608b1a5mw6a19w45532p647xdwnyn62rw2f08jx";
+ rev = "6e4e0e4f393b";
+ sha256 = "0y7nxxywq2qx74a5vsg0h2jkfj879wbv6bjran12401fv0vsdlp1";
};
}
{
- goPackagePath = "k8s.io/apiextensions-apiserver";
+ goPackagePath = "k8s.io/apiextensions-apiserver";
fetch = {
type = "git";
url = "https://github.com/kubernetes/apiextensions-apiserver";
- rev = "898b0eda132e1aeac43a459785144ee4bf9b0a2e";
- sha256 = "1zn4i4wfmk3y36n6mqcidgsp4aqzwy5w9749zjl2bfbwzpk81bcp";
+ rev = "727a075fdec8";
+ sha256 = "1p8bdl299hrmkq2hfh7sqhsv7c3ig1i0jy8mcgq0hqjix94a87cj";
};
}
{
- goPackagePath = "k8s.io/apimachinery";
+ goPackagePath = "k8s.io/apimachinery";
fetch = {
type = "git";
url = "https://github.com/kubernetes/apimachinery";
- rev = "103fd098999dc9c0c88536f5c9ad2e5da39373ae";
- sha256 = "04navnpm59d75dhlz07rmay7m2izrf4m0i9xklxzqg7mlk9g20jc";
+ rev = "6a84e37a896d";
+ sha256 = "1ys06ixidvpcj9sgk0c2i5vsz11gg3h8xcpc9kqxfsik36cw1akk";
};
}
{
- goPackagePath = "k8s.io/apiserver";
+ goPackagePath = "k8s.io/apiserver";
fetch = {
type = "git";
url = "https://github.com/kubernetes/apiserver";
- rev = "8b122ec9e3bbab91a262d17a39325e69349dc44d";
- sha256 = "0qfxjypa10s16sll2a75kn2ddjddr2xsa5rsiaxar3gs5pqvq1h5";
+ rev = "1ec86e4da56c";
+ sha256 = "0my2r4ynbxgpbbrjgcrdrqazhhn2jwk8jkk8ymjks28gzs2i510s";
};
}
{
- goPackagePath = "k8s.io/client-go";
+ goPackagePath = "k8s.io/cli-runtime";
+ fetch = {
+ type = "git";
+ url = "https://github.com/kubernetes/cli-runtime";
+ rev = "d644b00f3b79";
+ sha256 = "1zcmfpyp6m9xl8dia56yb00ixra3ag5d43v2f5zlnrwphq967a8p";
+ };
+ }
+ {
+ goPackagePath = "k8s.io/client-go";
fetch = {
type = "git";
url = "https://github.com/kubernetes/client-go";
- rev = "59698c7d9724b0f95f9dc9e7f7dfdcc3dfeceb82";
- sha256 = "0f069d1msdb2x4yvwv0wa3hzanl97csg4hsp1pycxpnqck6qx6qh";
+ rev = "1a26190bd76a";
+ sha256 = "1b77zf0sip2cilkr40b2jm1kk71212s4clmbs2xl57b4n945yy1d";
};
}
{
- goPackagePath = "k8s.io/kube-openapi";
+ goPackagePath = "k8s.io/cloud-provider";
+ fetch = {
+ type = "git";
+ url = "https://github.com/kubernetes/cloud-provider";
+ rev = "9c9d72d1bf90";
+ sha256 = "15iwal7nn1b7jwrvrhlzvdnf0381lccpw3jrlww8sfmxqsp860in";
+ };
+ }
+ {
+ goPackagePath = "k8s.io/klog";
+ fetch = {
+ type = "git";
+ url = "https://github.com/kubernetes/klog";
+ rev = "8e90cee79f82";
+ sha256 = "1hzy767dj0ya111al54k3g9xa40bsy7j81fi0sh7gyl1azw0h8dk";
+ };
+ }
+ {
+ goPackagePath = "k8s.io/kube-openapi";
fetch = {
type = "git";
url = "https://github.com/kubernetes/kube-openapi";
- rev = "91cfa479c814065e420cee7ed227db0f63a5854e";
- sha256 = "0l9yvc7gfa8i4snpv1d13vy03dplzp2jh47rqr3fhiihcz2wx4s7";
+ rev = "b3a7cee44a30";
+ sha256 = "1ald0jjliln5ipdniwfcrm4yal9aa4jr07d3ljrhhh2fj72c6dsp";
};
}
{
- goPackagePath = "k8s.io/kubernetes";
+ goPackagePath = "k8s.io/kubernetes";
fetch = {
type = "git";
url = "https://github.com/kubernetes/kubernetes";
- rev = "2e809eed16445fff9dcbfc56e9936cf76ccbdadc";
- sha256 = "13fzcbjfc5c35gy66nbn1ms63b8bj3g8z7wja0p8dd3yj9lcj68h";
+ rev = "v1.14.1";
+ sha256 = "0s06x9jk9b6r0i39nl0bmvwjgdp3qikgfbw5cnzi5mv03hc2li8s";
};
}
{
- goPackagePath = "k8s.io/utils";
+ goPackagePath = "k8s.io/utils";
fetch = {
type = "git";
url = "https://github.com/kubernetes/utils";
- rev = "258e2a2fa64568210fbd6267cf1d8fd87c3cb86e";
- sha256 = "1mbw3q03sflrdgj6l7q3frqzb5f78n0m0gzjm228sy1wnm4c3760";
+ rev = "c2654d5206da";
+ sha256 = "1849p8xhiyk53mpg3mwpsmsm5ps5sa2p54bv7b38m415qxsn2d1x";
};
}
{
- goPackagePath = "vbom.ml/util";
+ goPackagePath = "sigs.k8s.io/kustomize";
+ fetch = {
+ type = "git";
+ url = "https://github.com/kubernetes-sigs/kustomize";
+ rev = "v2.0.3";
+ sha256 = "1dfkpx9rllj1bzm5f52bx404kdds3zx1h38yqri9ha3p3pcb1bbb";
+ };
+ }
+ {
+ goPackagePath = "sigs.k8s.io/yaml";
+ fetch = {
+ type = "git";
+ url = "https://github.com/kubernetes-sigs/yaml";
+ rev = "v1.1.0";
+ sha256 = "1p7hvjdr5jsyk7nys1g1pmgnf3ys6n320i6hds85afppk81k01kb";
+ };
+ }
+ {
+ goPackagePath = "vbom.ml/util";
fetch = {
type = "git";
url = "https://github.com/fvbommel/util";
- rev = "db5cfe13f5cc80a4990d98e2e1b0707a4d1a5394";
+ rev = "db5cfe13f5cc";
sha256 = "1k9c3ihhkrcmhd26pwd62mp2ll7icr2q65i5pkymnfnhhv40p682";
};
}
diff --git a/pkgs/applications/networking/cluster/helmfile/default.nix b/pkgs/applications/networking/cluster/helmfile/default.nix
index cc87aaa5e38..1faa0988a66 100644
--- a/pkgs/applications/networking/cluster/helmfile/default.nix
+++ b/pkgs/applications/networking/cluster/helmfile/default.nix
@@ -1,6 +1,6 @@
{ lib, buildGoModule, fetchFromGitHub, makeWrapper, kubernetes-helm, ... }:
-let version = "0.73.0"; in
+let version = "0.79.3"; in
buildGoModule {
pname = "helmfile";
@@ -10,7 +10,7 @@ buildGoModule {
owner = "roboll";
repo = "helmfile";
rev = "v${version}";
- sha256 = "0mg88mqdmfvg10iips6xz4pw82w88pyf3b73g9kwzlv9v9vhgdzd";
+ sha256 = "0wgfpidpqyvh41dnw351v91z4szi1s6lqak9li2pmddz1rdkx66v";
};
goPackagePath = "github.com/roboll/helmfile";
diff --git a/pkgs/applications/networking/cluster/k9s/default.nix b/pkgs/applications/networking/cluster/k9s/default.nix
new file mode 100644
index 00000000000..5c0adbdc548
--- /dev/null
+++ b/pkgs/applications/networking/cluster/k9s/default.nix
@@ -0,0 +1,23 @@
+{ stdenv, buildGoModule, fetchFromGitHub }:
+
+buildGoModule rec {
+ pname = "k9s";
+ version = "0.7.13";
+
+ src = fetchFromGitHub {
+ owner = "derailed";
+ repo = "k9s";
+ rev = version;
+ sha256 = "0wsj6wc2qi5708cg47l2qblq1cg8fcwxdygpkayib9hapx6lc6f8";
+ };
+
+ modSha256 = "1ia9wx6yd9mdr981lcw58xv39iqzz25r03bmn1c6byxmq2xpcjq8";
+
+
+ meta = with stdenv.lib; {
+ description = "Kubernetes CLI To Manage Your Clusters In Style.";
+ homepage = https://github.com/derailed/k9s;
+ license = licenses.asl20;
+ maintainers = with maintainers; [ Gonzih ];
+ };
+}
diff --git a/pkgs/applications/networking/cluster/kops/default.nix b/pkgs/applications/networking/cluster/kops/default.nix
index a521f394ebf..6a721ef14c1 100644
--- a/pkgs/applications/networking/cluster/kops/default.nix
+++ b/pkgs/applications/networking/cluster/kops/default.nix
@@ -1,44 +1,62 @@
-{ stdenv, buildGoPackage, fetchFromGitHub, go-bindata }:
-
-buildGoPackage rec {
- name = "kops-${version}";
- version = "1.11.1";
+{ stdenv, lib, buildGoPackage, fetchFromGitHub, go-bindata }:
+let
goPackagePath = "k8s.io/kops";
- src = fetchFromGitHub {
- rev = version;
- owner = "kubernetes";
- repo = "kops";
- sha256 = "0jia8dhawh786grnbpn64hvsdm6wz5p7hqir01q5xxpd1psnzygj";
+ generic = { version, sha256, ...}@attrs:
+ let attrs' = builtins.removeAttrs attrs ["version" "sha256"] ; in
+ buildGoPackage {
+ name = "kops-${version}";
+
+ inherit goPackagePath;
+
+ src = fetchFromGitHub {
+ rev = version;
+ owner = "kubernetes";
+ repo = "kops";
+ inherit sha256;
+ };
+
+ buildInputs = [go-bindata];
+ subPackages = ["cmd/kops"];
+
+ buildFlagsArray = ''
+ -ldflags=
+ -X k8s.io/kops.Version=${version}
+ -X k8s.io/kops.GitVersion=${version}
+ '';
+
+ preBuild = ''
+ (cd go/src/k8s.io/kops
+ go-bindata -o upup/models/bindata.go -pkg models -prefix upup/models/ upup/models/...)
+ '';
+
+ postInstall = ''
+ mkdir -p $bin/share/bash-completion/completions
+ mkdir -p $bin/share/zsh/site-functions
+ $bin/bin/kops completion bash > $bin/share/bash-completion/completions/kops
+ $bin/bin/kops completion zsh > $bin/share/zsh/site-functions/_kops
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Easiest way to get a production Kubernetes up and running";
+ homepage = https://github.com/kubernetes/kops;
+ license = licenses.asl20;
+ maintainers = with maintainers; [offline zimbatm];
+ platforms = platforms.unix;
+ };
+ } // attrs';
+in rec {
+
+ mkKops = generic;
+
+ kops_1_12 = mkKops {
+ version = "1.12.3";
+ sha256 = "0rpbaz54l5v1z7ab5kpxcb4jyakkl5ysgz1sxajqmw2d6dvf7xly";
};
- buildInputs = [go-bindata];
- subPackages = ["cmd/kops"];
-
- buildFlagsArray = ''
- -ldflags=
- -X k8s.io/kops.Version=${version}
- -X k8s.io/kops.GitVersion=${version}
- '';
-
- preBuild = ''
- (cd go/src/k8s.io/kops
- go-bindata -o upup/models/bindata.go -pkg models -prefix upup/models/ upup/models/...)
- '';
-
- postInstall = ''
- mkdir -p $bin/share/bash-completion/completions
- mkdir -p $bin/share/zsh/site-functions
- $bin/bin/kops completion bash > $bin/share/bash-completion/completions/kops
- $bin/bin/kops completion zsh > $bin/share/zsh/site-functions/_kops
- '';
-
- meta = with stdenv.lib; {
- description = "Easiest way to get a production Kubernetes up and running";
- homepage = https://github.com/kubernetes/kops;
- license = licenses.asl20;
- maintainers = with maintainers; [offline zimbatm];
- platforms = platforms.unix;
+ kops_1_13 = mkKops {
+ version = "1.13.0";
+ sha256 = "04kbbg3gqzwzzzq1lmnpw2gqky3pfwfk7pc0laxv2yssk9wac5k1";
};
}
diff --git a/pkgs/applications/networking/cluster/ksonnet/default.nix b/pkgs/applications/networking/cluster/ksonnet/default.nix
deleted file mode 100644
index b8bce931523..00000000000
--- a/pkgs/applications/networking/cluster/ksonnet/default.nix
+++ /dev/null
@@ -1,23 +0,0 @@
-{ lib, buildGoPackage, fetchFromGitHub, ... }:
-
-buildGoPackage rec {
- version = "0.11.0";
- name = "ksonnet-${version}";
-
- src = fetchFromGitHub {
- owner = "ksonnet";
- repo = "ksonnet";
- rev = "v${version}";
- sha256 = "0z7gkgcsiclm72bznmzv5jcgx5rblndcsiqc0r2mwhxhmv19bs04";
- };
-
- goPackagePath = "github.com/ksonnet/ksonnet";
-
- meta = {
- description = "A CLI-supported framework that streamlines writing and deployment of Kubernetes configurations to multiple clusters";
- homepage = https://github.com/ksonnet/ksonnet;
- license = lib.licenses.asl20;
- maintainers = with lib.maintainers; [ flokli ];
- platforms = lib.platforms.unix;
- };
-}
diff --git a/pkgs/applications/networking/cluster/kube-router/default.nix b/pkgs/applications/networking/cluster/kube-router/default.nix
index 2a43c23e73a..a3cb55ce329 100644
--- a/pkgs/applications/networking/cluster/kube-router/default.nix
+++ b/pkgs/applications/networking/cluster/kube-router/default.nix
@@ -1,17 +1,16 @@
-{ stdenv, buildGoPackage, fetchFromGitHub }:
+{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
- name = "kube-router-${version}";
- version = "0.2.5";
- rev = "v${version}";
+ pname = "kube-router";
+ version = "0.3.1";
goPackagePath = "github.com/cloudnativelabs/kube-router";
src = fetchFromGitHub {
- inherit rev;
owner = "cloudnativelabs";
- repo = "kube-router";
- sha256 = "1j6q6kg4qj75v2mdy9ivvwq8mx9fpdf0w08959l8imrp5byd56wv";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "06azrghcxp6n4bvrqxpwhmg60qk4jqcrkl1lh1rardlzhl71lk1h";
};
buildFlagsArray = ''
@@ -22,7 +21,7 @@ buildGoPackage rec {
${goPackagePath}/pkg/cmd.buildDate=Nix
'';
- meta = with stdenv.lib; {
+ meta = with lib; {
homepage = "https://www.kube-router.io/";
description = "All-in-one router, firewall and service proxy for Kubernetes";
license = licenses.asl20;
diff --git a/pkgs/applications/networking/cluster/kube3d/default.nix b/pkgs/applications/networking/cluster/kube3d/default.nix
new file mode 100644
index 00000000000..c549efa7b40
--- /dev/null
+++ b/pkgs/applications/networking/cluster/kube3d/default.nix
@@ -0,0 +1,25 @@
+{ stdenv, buildGoPackage, fetchFromGitHub }:
+
+buildGoPackage rec {
+ pname = "kube3d";
+ version = "1.3.1";
+
+ goPackagePath = "github.com/rancher/k3d";
+
+ src = fetchFromGitHub {
+ owner = "rancher";
+ repo = "k3d";
+ rev = "v${version}";
+ sha256 = "0bdpjnzyxd6mdc1qv0ml89qds6305kn3wmyci2kv6g2y7r7wxvm2";
+ };
+
+ goDeps = ./deps.nix;
+
+ meta = with stdenv.lib; {
+ homepage = "https://github.com/rancher/k3d";
+ description = "A helper to run k3s (Lightweight Kubernetes. 5 less than k8s) in a docker container";
+ license = licenses.mit;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ kuznero ];
+ };
+}
diff --git a/pkgs/applications/networking/cluster/kube3d/deps.nix b/pkgs/applications/networking/cluster/kube3d/deps.nix
new file mode 100644
index 00000000000..4fb2936a40b
--- /dev/null
+++ b/pkgs/applications/networking/cluster/kube3d/deps.nix
@@ -0,0 +1,174 @@
+# file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix)
+[
+ {
+ goPackagePath = "github.com/Microsoft/go-winio";
+ fetch = {
+ type = "git";
+ url = "https://github.com/Microsoft/go-winio";
+ rev = "v0.4.12";
+ sha256 = "10v2f1xaw2cc97mjqnxzgs9ydpqv71f0ynp1spcywqw97la56zqw";
+ };
+ }
+ {
+ goPackagePath = "github.com/davecgh/go-spew";
+ fetch = {
+ type = "git";
+ url = "https://github.com/davecgh/go-spew";
+ rev = "v1.1.0";
+ sha256 = "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c";
+ };
+ }
+ {
+ goPackagePath = "github.com/docker/distribution";
+ fetch = {
+ type = "git";
+ url = "https://github.com/docker/distribution";
+ rev = "v2.7.1";
+ sha256 = "1nx8b5a68rn81alp8wkkw6qd5v32mgf0fk23mxm60zdf63qk1nzw";
+ };
+ }
+ {
+ goPackagePath = "github.com/docker/docker";
+ fetch = {
+ type = "git";
+ url = "https://github.com/docker/docker";
+ rev = "v1.13.1";
+ sha256 = "0l9kjibnpwcgk844sibxk9ppyqniw9r0np1mzp95f8f461jb0iar";
+ };
+ }
+ {
+ goPackagePath = "github.com/docker/go-connections";
+ fetch = {
+ type = "git";
+ url = "https://github.com/docker/go-connections";
+ rev = "v0.4.0";
+ sha256 = "0mv6f6b5nljc17dmwmc28hc0y11pqglz7x0d2mjrwdmfxf64hwqq";
+ };
+ }
+ {
+ goPackagePath = "github.com/docker/go-units";
+ fetch = {
+ type = "git";
+ url = "https://github.com/docker/go-units";
+ rev = "v0.3.3";
+ sha256 = "0npxsb3pp89slwf4a73fxm20hykad8xggij6i6hcd5jy19bjrd93";
+ };
+ }
+ {
+ goPackagePath = "github.com/mattn/go-runewidth";
+ fetch = {
+ type = "git";
+ url = "https://github.com/mattn/go-runewidth";
+ rev = "v0.0.4";
+ sha256 = "00b3ssm7wiqln3k54z2wcnxr3k3c7m1ybyhb9h8ixzbzspld0qzs";
+ };
+ }
+ {
+ goPackagePath = "github.com/mitchellh/go-homedir";
+ fetch = {
+ type = "git";
+ url = "https://github.com/mitchellh/go-homedir";
+ rev = "v1.1.0";
+ sha256 = "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1";
+ };
+ }
+ {
+ goPackagePath = "github.com/olekukonko/tablewriter";
+ fetch = {
+ type = "git";
+ url = "https://github.com/olekukonko/tablewriter";
+ rev = "v0.0.1";
+ sha256 = "0hh95glg7d2md185r03wn52j2r33jc4zil0qvcrs66ka7bdxi7vj";
+ };
+ }
+ {
+ goPackagePath = "github.com/opencontainers/go-digest";
+ fetch = {
+ type = "git";
+ url = "https://github.com/opencontainers/go-digest";
+ rev = "v1.0.0-rc1";
+ sha256 = "01gc7fpn8ax429024p2fcx3yb18axwz5bjf2hqxlii1jbsgw4bh9";
+ };
+ }
+ {
+ goPackagePath = "github.com/pkg/errors";
+ fetch = {
+ type = "git";
+ url = "https://github.com/pkg/errors";
+ rev = "v0.8.1";
+ sha256 = "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1";
+ };
+ }
+ {
+ goPackagePath = "github.com/pmezard/go-difflib";
+ fetch = {
+ type = "git";
+ url = "https://github.com/pmezard/go-difflib";
+ rev = "v1.0.0";
+ sha256 = "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw";
+ };
+ }
+ {
+ goPackagePath = "github.com/stretchr/objx";
+ fetch = {
+ type = "git";
+ url = "https://github.com/stretchr/objx";
+ rev = "v0.1.0";
+ sha256 = "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w";
+ };
+ }
+ {
+ goPackagePath = "github.com/stretchr/testify";
+ fetch = {
+ type = "git";
+ url = "https://github.com/stretchr/testify";
+ rev = "v1.3.0";
+ sha256 = "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy";
+ };
+ }
+ {
+ goPackagePath = "github.com/urfave/cli";
+ fetch = {
+ type = "git";
+ url = "https://github.com/urfave/cli";
+ rev = "v1.20.0";
+ sha256 = "0y6f4sbzkiiwrxbl15biivj8c7qwxnvm3zl2dd3mw4wzg4x10ygj";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/crypto";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/crypto";
+ rev = "c2843e01d9a2";
+ sha256 = "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/net";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/net";
+ rev = "b630fd6fe46b";
+ sha256 = "0m84kwckmmc0z05kjb4dd43g1g61al32a4z593flpcbaqx8di5sd";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/sys";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/sys";
+ rev = "d0b11bdaac8a";
+ sha256 = "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/text";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/text";
+ rev = "v0.3.0";
+ sha256 = "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19";
+ };
+ }
+]
diff --git a/pkgs/applications/networking/cluster/kubecfg/default.nix b/pkgs/applications/networking/cluster/kubecfg/default.nix
index 1e16cf1afca..cf0116ba856 100644
--- a/pkgs/applications/networking/cluster/kubecfg/default.nix
+++ b/pkgs/applications/networking/cluster/kubecfg/default.nix
@@ -1,22 +1,22 @@
{ lib, buildGoPackage, fetchFromGitHub, ... }:
-let version = "0.9.1"; in
+let version = "0.12.0"; in
buildGoPackage {
name = "kubecfg-${version}";
src = fetchFromGitHub {
- owner = "ksonnet";
+ owner = "bitnami";
repo = "kubecfg";
rev = "v${version}";
- sha256 = "010k33arxa4spaq923iazsisxgsaj8c7w4z250y9yrch8xxd74bi";
+ sha256 = "118p1fy6cihswwz03vp62cz8395hgfqd82nmfkw88fx7av23rfhb";
};
- goPackagePath = "github.com/ksonnet/kubecfg";
+ goPackagePath = "github.com/bitnami/kubecfg";
meta = {
description = "A tool for managing Kubernetes resources as code";
- homepage = https://github.com/ksonnet/kubecfg;
+ homepage = https://github.com/bitnami/kubecfg;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ benley ];
platforms = lib.platforms.unix;
diff --git a/pkgs/applications/networking/cluster/kubectl/default.nix b/pkgs/applications/networking/cluster/kubectl/default.nix
index 4dbd3d38d31..40d42408679 100644
--- a/pkgs/applications/networking/cluster/kubectl/default.nix
+++ b/pkgs/applications/networking/cluster/kubectl/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, kubernetes }:
+{ stdenv, kubernetes }:
stdenv.mkDerivation {
name = "kubectl-${kubernetes.version}";
diff --git a/pkgs/applications/networking/cluster/kubeless/default.nix b/pkgs/applications/networking/cluster/kubeless/default.nix
new file mode 100644
index 00000000000..a69dc8890a7
--- /dev/null
+++ b/pkgs/applications/networking/cluster/kubeless/default.nix
@@ -0,0 +1,28 @@
+{ stdenv, buildGoModule, fetchFromGitHub }:
+
+buildGoModule rec {
+ pname = "kubeless";
+ version = "1.0.4";
+
+ src = fetchFromGitHub {
+ owner = "kubeless";
+ repo = "kubeless";
+ rev = "v${version}";
+ sha256 = "1f5w6kn9rsaxx9nf6kzyjkzm3s9ycy1c8h78hb61v4x915xd3040";
+ };
+ modSha256 = "1pw4pwb8z2kq474jjipjdivlrin5zvw8d2if4317b0w0wyp6isgd";
+
+ subPackages = [ "cmd/kubeless" ];
+
+ buildFlagsArray = ''
+ -ldflags=-X github.com/kubeless/kubeless/pkg/version.Version=${version}
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = "https://kubeless.io";
+ description = "The Kubernetes Native Serverless Framework";
+ license = licenses.asl20;
+ maintainers = with maintainers; [ "00-matt" ];
+ platforms = platforms.unix;
+ };
+}
diff --git a/pkgs/applications/networking/cluster/kubetail/default.nix b/pkgs/applications/networking/cluster/kubetail/default.nix
index d1e24c56f8a..171ce3d3a54 100644
--- a/pkgs/applications/networking/cluster/kubetail/default.nix
+++ b/pkgs/applications/networking/cluster/kubetail/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "kubetail-${version}";
- version = "1.6.8";
+ version = "1.6.9";
src = fetchFromGitHub {
owner = "johanhaleby";
repo = "kubetail";
rev = "${version}";
- sha256 = "15f97bzw0vha4nrl9207l7w9mlnx58xlcnmpfjvbpm7x0ivb5l0q";
+ sha256 = "0mcv23p0h1ww9gvax8b4b4x5hmg02shrbgms0v0c72cmw0zf2phr";
};
installPhase = ''
diff --git a/pkgs/applications/networking/cluster/linkerd/default.nix b/pkgs/applications/networking/cluster/linkerd/default.nix
new file mode 100644
index 00000000000..256bce9b6ec
--- /dev/null
+++ b/pkgs/applications/networking/cluster/linkerd/default.nix
@@ -0,0 +1,24 @@
+{ stdenv, fetchFromGitHub, buildGoModule }:
+
+buildGoModule rec {
+ pname = "linkerd-unstablle";
+ version = "2019-07-26";
+
+ src = fetchFromGitHub {
+ owner = "linkerd";
+ repo = "linkerd2";
+ rev = "065dd3ec9d4b84c90383b31be16ccadd34a8ab0d";
+ sha256 = "01m8g627sd126as0a74fy9svmymwd41sifd897nhn6kz78a21gq8";
+ };
+
+ modSha256 = "0gahhywpcj16ww4l8s3wjwvavq24fpy258snhyf94ipy6lb797sl";
+
+ subPackages = [ "cli/cmd" ];
+
+ meta = with stdenv.lib; {
+ description = "A service mesh for Kubernetes and beyond.";
+ homepage = https://linkerd.io/;
+ license = licenses.asl20;
+ maintainers = with maintainers; [ Gonzih ];
+ };
+}
diff --git a/pkgs/applications/networking/cluster/minikube/default.nix b/pkgs/applications/networking/cluster/minikube/default.nix
index 5ce4ab7b906..5637e486ef1 100644
--- a/pkgs/applications/networking/cluster/minikube/default.nix
+++ b/pkgs/applications/networking/cluster/minikube/default.nix
@@ -1,5 +1,5 @@
-{ stdenv, buildGoPackage, fetchFromGitHub, go-bindata, libvirt, qemu
-, gpgme, makeWrapper, vmnet, python
+{ stdenv, buildGoModule, fetchFromGitHub, go-bindata, libvirt, qemu
+, gpgme, makeWrapper, vmnet
, docker-machine-kvm, docker-machine-kvm2
, extraDrivers ? []
}:
@@ -11,12 +11,11 @@ let
binPath = drivers
++ stdenv.lib.optionals stdenv.isLinux ([ libvirt qemu ]);
-in buildGoPackage rec {
+in buildGoModule rec {
pname = "minikube";
- name = "${pname}-${version}";
- version = "1.0.1";
+ version = "1.2.0";
- kubernetesVersion = "1.14.1";
+ kubernetesVersion = "1.15.0";
goPackagePath = "k8s.io/minikube";
@@ -24,15 +23,15 @@ in buildGoPackage rec {
owner = "kubernetes";
repo = "minikube";
rev = "v${version}";
- sha256 = "1fgyaq8789wc3h6xmn4iw6if2jxdv5my35yn6ipx3q6i4hagxl4b";
+ sha256 = "0l9znrp49877cp1bkwx84c8lv282ga5a946rjbxi8gznkf3kwaw7";
};
+ modSha256 = "1cp63n0x2lgbqvvymx9byx48r42qw6w224x5x4iiarc2nryfdhn0";
+
buildInputs = [ go-bindata makeWrapper gpgme ] ++ stdenv.lib.optional stdenv.hostPlatform.isDarwin vmnet;
subPackages = [ "cmd/minikube" ] ++ stdenv.lib.optional stdenv.hostPlatform.isDarwin "cmd/drivers/hyperkit";
preBuild = ''
- pushd go/src/${goPackagePath} >/dev/null
-
go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
VERSION_MAJOR=$(grep "^VERSION_MAJOR" Makefile | sed "s/^.*\s//")
@@ -47,21 +46,16 @@ in buildGoPackage rec {
-X k8s.io/minikube/pkg/version.isoPath=$ISO_BUCKET \
-X k8s.io/minikube/vendor/k8s.io/client-go/pkg/version.gitVersion=$KUBERNETES_VERSION \
-X k8s.io/minikube/vendor/k8s.io/kubernetes/pkg/version.gitVersion=$KUBERNETES_VERSION"
-
- popd >/dev/null
'';
postInstall = ''
- mkdir -p $bin/share/bash-completion/completions/
- MINIKUBE_WANTUPDATENOTIFICATION=false MINIKUBE_WANTKUBECTLDOWNLOADMSG=false HOME=$PWD $bin/bin/minikube completion bash > $bin/share/bash-completion/completions/minikube
- mkdir -p $bin/share/zsh/site-functions/
- MINIKUBE_WANTUPDATENOTIFICATION=false MINIKUBE_WANTKUBECTLDOWNLOADMSG=false HOME=$PWD $bin/bin/minikube completion zsh > $bin/share/zsh/site-functions/_minikube
- '';
-
- postFixup = ''
- wrapProgram $bin/bin/${pname} --prefix PATH : $bin/bin:${stdenv.lib.makeBinPath binPath}
- '' + stdenv.lib.optionalString stdenv.hostPlatform.isDarwin ''
- mv $bin/bin/hyperkit $bin/bin/docker-machine-driver-hyperkit
+ wrapProgram $out/bin/${pname} --prefix PATH : $out/bin:${stdenv.lib.makeBinPath binPath}
+ mkdir -p $out/share/bash-completion/completions/
+ MINIKUBE_WANTUPDATENOTIFICATION=false MINIKUBE_WANTKUBECTLDOWNLOADMSG=false HOME=$PWD $out/bin/minikube completion bash > $out/share/bash-completion/completions/minikube
+ mkdir -p $out/share/zsh/site-functions/
+ MINIKUBE_WANTUPDATENOTIFICATION=false MINIKUBE_WANTKUBECTLDOWNLOADMSG=false HOME=$PWD $out/bin/minikube completion zsh > $out/share/zsh/site-functions/_minikube
+ ''+ stdenv.lib.optionalString stdenv.hostPlatform.isDarwin ''
+ mv $out/bin/hyperkit $out/bin/docker-machine-driver-hyperkit
'';
meta = with stdenv.lib; {
diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix
index 9e55c2f8a0f..fec737ddb2a 100644
--- a/pkgs/applications/networking/cluster/nomad/default.nix
+++ b/pkgs/applications/networking/cluster/nomad/default.nix
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "nomad-${version}";
- version = "0.8.7";
+ version = "0.9.4";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/nomad";
@@ -12,9 +12,13 @@ buildGoPackage rec {
owner = "hashicorp";
repo = "nomad";
inherit rev;
- sha256 = "0nkqiqkrccfmn7qkbhd48m9m56ix4xb0a3ar0z0pl4sbm25rlj0b";
+ sha256 = "1jgvnmmrz7ffpm6aamdrvklj94n7b43swk9cycqhlfbnzijianpn";
};
+ # We disable Nvidia GPU scheduling on Linux, as it doesn't work there:
+ # Ref: https://github.com/hashicorp/nomad/issues/5535
+ buildFlags = stdenv.lib.optionalString (stdenv.isLinux) "-tags nonvidia";
+
meta = with stdenv.lib; {
homepage = https://www.nomadproject.io/;
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
diff --git a/pkgs/applications/networking/cluster/prow/13918-fix-go-sum.patch b/pkgs/applications/networking/cluster/prow/13918-fix-go-sum.patch
new file mode 100644
index 00000000000..ae407727b9d
--- /dev/null
+++ b/pkgs/applications/networking/cluster/prow/13918-fix-go-sum.patch
@@ -0,0 +1,22 @@
+From b0ab95b9664916618ebf5fe637b1bc4de4ba9a6e Mon Sep 17 00:00:00 2001
+From: "Wael M. Nasreddine"
+Date: Wed, 14 Aug 2019 23:07:51 -0700
+Subject: [PATCH] fix the hash of gomodules.xyz/jsonpatch/v2
+
+---
+ go.sum | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/go.sum b/go.sum
+index 6bb130b4d9b..b3f48a85d4a 100644
+--- a/go.sum
++++ b/go.sum
+@@ -452,7 +452,7 @@ golang.org/x/tools v0.0.0-20190312170243-e65039ee4138 h1:H3uGjxCR/6Ds0Mjgyp7LMK8
+ golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
+ golang.org/x/tools v0.0.0-20190404132500-923d25813098 h1:MtqjsZmyGRgMmLUgxnmMJ6RYdvd2ib8ipiayHhqSxs4=
+ golang.org/x/tools v0.0.0-20190404132500-923d25813098/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
+-gomodules.xyz/jsonpatch/v2 v2.0.0 h1:lHNQverf0+Gm1TbSbVIDWVXOhZ2FpZopxRqpr2uIjs4=
++gomodules.xyz/jsonpatch/v2 v2.0.0 h1:OyHbl+7IOECpPKfVK42oFr6N7+Y2dR+Jsb/IiDV3hOo=
+ gomodules.xyz/jsonpatch/v2 v2.0.0/go.mod h1:IhYNNY4jnS53ZnfE4PAmpKtDpTCj1JFXc+3mwe7XcUU=
+ google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0=
+ google.golang.org/api v0.0.0-20181021000519-a2651947f503/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0=
diff --git a/pkgs/applications/networking/cluster/prow/default.nix b/pkgs/applications/networking/cluster/prow/default.nix
new file mode 100644
index 00000000000..1c802802c09
--- /dev/null
+++ b/pkgs/applications/networking/cluster/prow/default.nix
@@ -0,0 +1,71 @@
+{ buildGoModule, fetchFromGitHub, lib }:
+
+buildGoModule rec {
+ pname = "prow-unstable";
+ version = "2019-08-14";
+ rev = "35a7744f5737bbc1c4e1256a9c9c5ad135c650e4";
+
+ src = fetchFromGitHub {
+ inherit rev;
+
+ owner = "kubernetes";
+ repo = "test-infra";
+ sha256 = "07kdlzrj59xyaa73vlx4s50fpg0brrkb0h0cyjgx81a0hsc7s03k";
+ };
+
+ patches = [
+ # https://github.com/kubernetes/test-infra/pull/13918
+ ./13918-fix-go-sum.patch
+ ];
+
+ modSha256 = "06q1zvhm78k64aj475k1xl38h7nk83mysd0bja0wknja048ymgsq";
+
+ subPackages = [
+ "./prow/cmd/admission"
+ "./prow/cmd/artifact-uploader"
+ "./prow/cmd/branchprotector"
+ "./prow/cmd/build"
+ "./prow/cmd/checkconfig"
+ "./prow/cmd/clonerefs"
+ "./prow/cmd/config-bootstrapper"
+ "./prow/cmd/crier"
+ "./prow/cmd/deck"
+ "./prow/cmd/entrypoint"
+ "./prow/cmd/gcsupload"
+ "./prow/cmd/gerrit"
+ "./prow/cmd/hook"
+ "./prow/cmd/horologium"
+ "./prow/cmd/initupload"
+ "./prow/cmd/jenkins-operator"
+ "./prow/cmd/mkbuild-cluster"
+ "./prow/cmd/mkpj"
+ "./prow/cmd/mkpod"
+ "./prow/cmd/peribolos"
+ "./prow/cmd/phaino"
+ "./prow/cmd/phony"
+ "./prow/cmd/pipeline"
+ "./prow/cmd/plank"
+ "./prow/cmd/sidecar"
+ "./prow/cmd/sinker"
+ "./prow/cmd/status-reconciler"
+ "./prow/cmd/sub"
+ "./prow/cmd/tackle"
+ "./prow/cmd/tide"
+ "./prow/cmd/tot"
+ ];
+
+ meta = with lib; {
+ description = "Prow is a Kubernetes based CI/CD system";
+ longDescription = ''
+ Prow is a Kubernetes based CI/CD system. Jobs can be triggered by various
+ types of events and report their status to many different services. In
+ addition to job execution, Prow provides GitHub automation in the form of
+ policy enforcement, chat-ops via /foo style commands, and automatic PR
+ merging.
+ '';
+ homepage = "https://github.com/kubernetes/test-infra/tree/master/prow";
+ license = licenses.asl20;
+ maintainers = with maintainers; [ kalbasit ];
+ platforms = platforms.linux ++ platforms.darwin;
+ };
+}
diff --git a/pkgs/applications/networking/cluster/sonobuoy/default.nix b/pkgs/applications/networking/cluster/sonobuoy/default.nix
new file mode 100644
index 00000000000..de683b26484
--- /dev/null
+++ b/pkgs/applications/networking/cluster/sonobuoy/default.nix
@@ -0,0 +1,43 @@
+{ lib, buildGoPackage, fetchFromGitHub }:
+
+# SHA of ${version} for the tool's help output
+let rev = "7ad367535a6710802085d41e0dbb53df359b9882";
+in
+buildGoPackage rec {
+ pname = "sonobuoy";
+ version = "0.15.0";
+
+ goPackagePath = "github.com/heptio/sonobuoy";
+
+ buildFlagsArray =
+ let t = "${goPackagePath}";
+ in ''
+ -ldflags=
+ -s -X ${t}/pkg/buildinfo.Version=${version}
+ -X ${t}/pkg/buildinfo.GitSHA=${rev}
+ -X ${t}/pkg/buildDate=unknown
+ '';
+
+ src = fetchFromGitHub {
+ sha256 = "0dkmhmr7calk8mkdxfpy3yjzk10ja4gz1jq8pgk3v8rh04f4h1x5";
+ rev = "v${version}";
+ repo = "sonobuoy";
+ owner = "heptio";
+ };
+
+ meta = with lib; {
+ description = ''
+ Diagnostic tool that makes it easier to understand the
+ state of a Kubernetes cluster.
+ '';
+ longDescription = ''
+ Sonobuoy is a diagnostic tool that makes it easier to understand the state of
+ a Kubernetes cluster by running a set of Kubernetes conformance tests in an
+ accessible and non-destructive manner.
+ '';
+
+ homepage = "https://github.com/heptio/sonobuoy";
+ license = licenses.asl20;
+ maintainers = with maintainers; [ carlosdagos ];
+ };
+}
diff --git a/pkgs/applications/networking/cluster/stern/default.nix b/pkgs/applications/networking/cluster/stern/default.nix
index bb0f3229ea5..3218e6a25b3 100644
--- a/pkgs/applications/networking/cluster/stern/default.nix
+++ b/pkgs/applications/networking/cluster/stern/default.nix
@@ -4,7 +4,7 @@ let isCrossBuild = stdenv.hostPlatform != stdenv.buildPlatform; in
buildGoPackage rec {
name = "stern-${version}";
- version = "1.10.0";
+ version = "1.11.0";
goPackagePath = "github.com/wercker/stern";
@@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "wercker";
repo = "stern";
rev = "${version}";
- sha256 = "05wsif0pwh2v4rw4as36f1d9r149zzp2nyc0z4jwnj9nx58nfpll";
+ sha256 = "0xndlq0ks8flzx6rdd4lnkxpkbvdy9sj1jwys5yj7p989ls8by3n";
};
goDeps = ./deps.nix;
diff --git a/pkgs/applications/networking/cluster/terraform-landscape/default.nix b/pkgs/applications/networking/cluster/terraform-landscape/default.nix
index aa523506850..6973938b60d 100644
--- a/pkgs/applications/networking/cluster/terraform-landscape/default.nix
+++ b/pkgs/applications/networking/cluster/terraform-landscape/default.nix
@@ -1,18 +1,18 @@
-{ lib, bundlerApp, ruby }:
-let
- version = (import ./gemset.nix).terraform_landscape.version;
-in bundlerApp {
+{ lib, bundlerApp, bundlerUpdateScript }:
+
+bundlerApp {
pname = "terraform_landscape";
- inherit ruby;
gemdir = ./.;
exes = [ "landscape" ];
+ passthru.updateScript = bundlerUpdateScript "terraform-landscape";
+
meta = with lib; {
description = "Improve Terraform's plan output to be easier to read and understand";
homepage = https://github.com/coinbase/terraform-landscape;
license = with licenses; apsl20;
- maintainers = with maintainers; [ mbode manveru ];
+ maintainers = with maintainers; [ mbode manveru nicknovitski ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/networking/cluster/terraform-providers/ansible/default.nix b/pkgs/applications/networking/cluster/terraform-providers/ansible/default.nix
new file mode 100644
index 00000000000..2b2c3caba86
--- /dev/null
+++ b/pkgs/applications/networking/cluster/terraform-providers/ansible/default.nix
@@ -0,0 +1,26 @@
+{ stdenv, fetchFromGitHub, buildGoPackage }:
+buildGoPackage rec {
+ name = "terraform-provider-ansible-${version}";
+ version = "1.0.3";
+
+ goPackagePath = "github.com/nbering/terraform-provider-ansible";
+ goDeps = ./deps.nix;
+
+ src = fetchFromGitHub {
+ owner = "nbering";
+ repo = "terraform-provider-ansible";
+ rev = "v${version}";
+ sha256 = "0dqi9ym0xvnz3h73cmd1vf6k2qwfhxvj1mcakkpmsd4cpxq4l6pr";
+ };
+
+ # Terraform allow checking the provider versions, but this breaks
+ # if the versions are not provided via file paths.
+ postBuild = "mv go/bin/terraform-provider-ansible{,_v${version}}";
+
+ meta = with stdenv.lib; {
+ description = "A Terraform provider serving as an interop layer for an Ansible dynamic inventory script.";
+ homepage = "https://github.com/nbering/terraform-provider-ansible";
+ license = licenses.mpl20;
+ maintainers = with maintainers; [ uskudnik ];
+ };
+}
diff --git a/pkgs/applications/networking/cluster/terraform-providers/ansible/deps.nix b/pkgs/applications/networking/cluster/terraform-providers/ansible/deps.nix
new file mode 100644
index 00000000000..dc49f24afa5
--- /dev/null
+++ b/pkgs/applications/networking/cluster/terraform-providers/ansible/deps.nix
@@ -0,0 +1,11 @@
+[
+ {
+ goPackagePath = "github.com/hashicorp/terraform";
+ fetch = {
+ type = "git";
+ url = "https://github.com/hashicorp/terraform";
+ rev = "v0.12.5";
+ sha256 = "0p064rhaanwx4szs8hv6mdqad8d2bgfd94h2la11j58xbsxc7hap";
+ };
+ }
+]
diff --git a/pkgs/applications/networking/cluster/terraform-providers/data.nix b/pkgs/applications/networking/cluster/terraform-providers/data.nix
index c382ab9d3cf..16056d9185b 100644
--- a/pkgs/applications/networking/cluster/terraform-providers/data.nix
+++ b/pkgs/applications/networking/cluster/terraform-providers/data.nix
@@ -4,15 +4,15 @@
{
owner = "terraform-providers";
repo = "terraform-provider-acme";
- version = "1.1.2";
- sha256 = "1l77pckiwa72lwbwbqkjzy6m9xsgp13spmzc80gfl4q0gd3d46an";
+ version = "1.3.5";
+ sha256 = "0xjxxz3vxq7vk7sv6b5p57z5x92dmrm44v6ksffcg76ngc40nrxk";
};
alicloud =
{
owner = "terraform-providers";
repo = "terraform-provider-alicloud";
- version = "1.41.0";
- sha256 = "0bl24mgk0rangwwbz43ybymcivn3kjjg35rrvv7ashvhmx58qcf8";
+ version = "1.54.0";
+ sha256 = "01pmhwdnhfsk785ja11hxn5l5fmklnkiv12kv2pw2280cdljfcv4";
};
archive =
{
@@ -39,57 +39,57 @@
{
owner = "terraform-providers";
repo = "terraform-provider-aws";
- version = "2.9.0";
- sha256 = "1gkw60ihc2b3qhb110m0mckfvb21lqgx4vc4x249mfxxk25i26s7";
+ version = "2.23.0";
+ sha256 = "0yscy0qmdl07air0b16i6zd0w8y3z20pk5l53pwm78ssdxn3w6qc";
};
azuread =
{
owner = "terraform-providers";
repo = "terraform-provider-azuread";
- version = "0.3.1";
- sha256 = "1bs4m9hwdag58by49zsjpys3xvxg98nq8qims17mc82pbsz6mpag";
+ version = "0.5.1";
+ sha256 = "0bjy6wdfzsxchqclgp7c06b49b5h60nips69hcpwd45564iql5fh";
};
azurerm =
{
owner = "terraform-providers";
repo = "terraform-provider-azurerm";
- version = "1.27.1";
- sha256 = "0lxa84j9kzinblz7zp4gizizj0sy0vidkjvgnb99sr3861rak1x5";
+ version = "1.32.1";
+ sha256 = "0ydzibmvz52i62pk0g96rl7vxhff5izrsgdwk6lgc56nw63w2l8g";
};
azurestack =
{
owner = "terraform-providers";
repo = "terraform-provider-azurestack";
- version = "0.6.0";
- sha256 = "0lh0an3bz3kh2s6ncadikivr08fj8cvq7zm20csmjbgwgicq4gl8";
+ version = "0.8.1";
+ sha256 = "1sbmjrqzzn8rf9xhaax2ykyg199sggx80apx0xvd4ab82c3ldyfw";
};
bigip =
{
owner = "terraform-providers";
repo = "terraform-provider-bigip";
- version = "0.12.2";
- sha256 = "0pplv5hi1kjli0jpya12crb5dkc6bkzvm8094rwhjbxb4f65ca5d";
+ version = "0.12.3";
+ sha256 = "1zlwk7jp5r45b3rwkxsq9mqf4nym3ifx56vhcvyc9a3w25s0ss8p";
};
bitbucket =
{
owner = "terraform-providers";
repo = "terraform-provider-bitbucket";
- version = "1.0.0";
- sha256 = "0gi8p1q0y8x5y8lqihijkpqs3v152h0q7icv7ixk33xsdcvb418y";
+ version = "1.1.0";
+ sha256 = "06bjagbgpgfphwym015wl00wx6qf7lsdig0fhpxqaykvlkn3sg49";
};
brightbox =
{
owner = "terraform-providers";
repo = "terraform-provider-brightbox";
- version = "1.1.2";
- sha256 = "0k9qs7kpjznascads5llajzx2xkm4hdil2n4wl0fqy43s6dkvbbf";
+ version = "1.2.0";
+ sha256 = "0s1b2k58r2kmjrdqrkw2dlfpby79i81gml9rpa10y372bwq314zd";
};
chef =
{
owner = "terraform-providers";
repo = "terraform-provider-chef";
- version = "0.1.0";
- sha256 = "17fppyhxi0rd5v8khw2psdn2hdv5j79hxhinwkzrq5s4iccqk5dw";
+ version = "0.2.0";
+ sha256 = "0ihn4706fflmf0585w22l7arzxsa9biq4cgh8nlhlp5y0zy934ns";
};
circonus =
{
@@ -109,50 +109,50 @@
{
owner = "terraform-providers";
repo = "terraform-provider-cloudflare";
- version = "1.13.0";
- sha256 = "01fgcycn5g53cx32xcgrpcpvjxwb8w11hs0f7s2bhg6cq0v9higj";
+ version = "1.17.1";
+ sha256 = "0kmkk5fhgsvjakqrfs7p92dcljn04asxq15af1r9n5csq54q7na3";
};
cloudscale =
{
owner = "terraform-providers";
repo = "terraform-provider-cloudscale";
- version = "1.1.0";
- sha256 = "09b1cq0vyyag8aaiwmhnwrgigmxvxk3qsk31h4hshm7ddk7db9qn";
+ version = "2.0.0";
+ sha256 = "145hj4pbi5zrkgamicy3m1n3380fpd2ndd6ym7mwd65d95g39vwb";
};
cloudstack =
{
owner = "terraform-providers";
repo = "terraform-provider-cloudstack";
- version = "0.2.0";
- sha256 = "1v46da55a8a0hnw319swz3pkd62afy7hdwzybxmp48hxh1i6af74";
+ version = "0.3.0";
+ sha256 = "0zmyww6z3j839ydlmv254hr8gcsixng4lcvmiwkhxb3hj1nw8hcw";
};
cobbler =
{
owner = "terraform-providers";
repo = "terraform-provider-cobbler";
- version = "1.0.1";
- sha256 = "1z0iijfrbbdrgszvc7jlcr4105zragbc0iq8x48vi24yipqgf5a8";
+ version = "1.1.0";
+ sha256 = "08ljqibfi6alpvv8f7pzvjl2k4w6br6g6ac755x4xw4ycrr24xw9";
};
consul =
{
owner = "terraform-providers";
repo = "terraform-provider-consul";
- version = "2.3.0";
- sha256 = "06b6yjmaq7sq26kfsqxlxmz5mnr1xsn1vywndh14grqwg6zmsrl6";
+ version = "2.5.0";
+ sha256 = "1nmldxn4y87fyb308dajjzcyvxrr6ka5nicyw84a8s7pixzbqh6q";
};
datadog =
{
owner = "terraform-providers";
repo = "terraform-provider-datadog";
- version = "1.9.0";
- sha256 = "0c5s9ywd6p4qjd964y33rcqcgfqz225x5rp0jlsqxbv9i2r91fb0";
+ version = "2.1.0";
+ sha256 = "0k7apad2r07gw9kf0zzqc8wa2wcmxihi3x8sdssl32qjib20qwv1";
};
digitalocean =
{
owner = "terraform-providers";
repo = "terraform-provider-digitalocean";
- version = "1.3.0";
- sha256 = "1bi482s6s3v7sqknwwchscwwncwrhr4jl4gl4l25bngp1kd7cp7i";
+ version = "1.6.0";
+ sha256 = "06cxm3qcym8jwp4nl1bzk3p9fbaz26bvddqzn3p8l57c802qqds6";
};
dme =
{
@@ -165,113 +165,113 @@
{
owner = "terraform-providers";
repo = "terraform-provider-dns";
- version = "2.1.1";
- sha256 = "1iyfsx1fbpvp3zjrkq8c46nr6d80z40mzkfc4axfpqyrp9xqiy8j";
+ version = "2.2.0";
+ sha256 = "11xdxj6hfclaq9glbh14nihmrsk220crm9ld8bdv77w0bppmrrch";
};
dnsimple =
{
owner = "terraform-providers";
repo = "terraform-provider-dnsimple";
- version = "0.1.0";
- sha256 = "0gkd5i69ldm5zn34p3k68aqk798g6g0d60gw7yp316l7mskvrx7h";
+ version = "0.2.0";
+ sha256 = "0jj82fffqaz7gramj5d4avx7vka6w190yz4r9q7628qh8ih2pfhz";
};
docker =
{
owner = "terraform-providers";
repo = "terraform-provider-docker";
- version = "1.1.1";
- sha256 = "0bqwdx8hb7bym4hh01a0n1zrgb1081rvn0qawck712wz0jkzv1r3";
+ version = "2.1.1";
+ sha256 = "0px3xj76ay5ixpmynas49z31xmk4zmpn0917y6a20kr2x2abi9zb";
};
dyn =
{
owner = "terraform-providers";
repo = "terraform-provider-dyn";
- version = "1.1.0";
- sha256 = "0sx4h3drb230m69lsmafyfd2cfvwnb9gld8s6ky54115kd3nckml";
+ version = "1.2.0";
+ sha256 = "1a3kxmbib2y0nl7gnxknbhsflj5kfknxnm3gjxxrb2h5d2kvqy48";
};
external =
{
owner = "terraform-providers";
repo = "terraform-provider-external";
- version = "1.1.2";
- sha256 = "12wdzm3y0fd840bdf0dczvvmdmfwpfwfwnf0j4g6n9asdcvjaqlh";
+ version = "1.2.0";
+ sha256 = "1kx28bffhd1pg3m0cbldclc8l9zic16mqrk7gybcls9vyds5gbvc";
};
fastly =
{
owner = "terraform-providers";
repo = "terraform-provider-fastly";
- version = "0.6.0";
- sha256 = "1z9qrqcib2rxy8s4glb4ggdkqcq7rwphiclsr1zncyly2n6887yj";
+ version = "0.9.0";
+ sha256 = "0g3rgi6s9hyb6vzl682n8zqz5virdxvxh04v88n9iy5r7hwrxxzg";
};
flexibleengine =
{
owner = "terraform-providers";
repo = "terraform-provider-flexibleengine";
- version = "1.5.0";
- sha256 = "17dksrqkh35wf0clqcd4v6ggmzc7xmrw8q7q0qa9n9zqyg1zibqk";
+ version = "1.6.0";
+ sha256 = "0vz68nhpy93zsdssxzr41flrwhjqh7wcjrc4nklg6kmr99n6jcc6";
};
github =
{
owner = "terraform-providers";
repo = "terraform-provider-github";
- version = "2.0.0";
- sha256 = "1lvizak27qxgggp5xb15s8f504cjgr633889cv2jsr2rn64z4jv5";
+ version = "2.2.0";
+ sha256 = "1h44v7428z3v3hv6ywi3n0yhnvgx9cr6vgqb1n2w1qf7k2f0jkzx";
};
gitlab =
{
owner = "terraform-providers";
repo = "terraform-provider-gitlab";
- version = "1.3.0";
- sha256 = "0lh1v20msahcfjc22v7yf1cwinaq0zy2m8f7sl5jfn294j9nbam8";
+ version = "2.2.0";
+ sha256 = "0iz5ggjkcip86cz2zmsryad34hly542grwzlm5rvpcmfw5csjadw";
};
google =
{
owner = "terraform-providers";
repo = "terraform-provider-google";
- version = "2.6.0";
- sha256 = "0y93hfwhzbk7dl7cw5lw2gwf5hdbc7rs9gh10b39vxgv9jrj4kqv";
+ version = "2.12.0";
+ sha256 = "15fdpmdikm77hlfksdbcblysb82sd51vw4ninx60hzgddqp6ll4m";
};
google-beta =
{
owner = "terraform-providers";
repo = "terraform-provider-google-beta";
- version = "2.6.0";
- sha256 = "1bm3nrv2pa6mf6l4vn5b0hads7bhp67bnhc5y72yingfky7kva5h";
+ version = "2.12.0";
+ sha256 = "11aky7jvm7i39pnj3ypy42d9yk9akqb3wjb03hyllzfddwhvay5q";
};
grafana =
{
owner = "terraform-providers";
repo = "terraform-provider-grafana";
- version = "1.3.0";
- sha256 = "1gyma31iv05nfy9jrd8zlkls35fbrxx4nrh56gdgwchv054rxzff";
+ version = "1.5.0";
+ sha256 = "0zy3bqgpxymp2zygaxzllk1ysdankwxa1sy1djfgr4fs2nlggkwi";
};
hcloud =
{
owner = "terraform-providers";
repo = "terraform-provider-hcloud";
- version = "1.9.0";
- sha256 = "08ag1xwn6vj4w8kz37z8hsi8lkvfwkw5n8wjb5c03g9yva1j85yx";
+ version = "1.12.0";
+ sha256 = "1r61s7chq636fcjv67g0vjlc35xx0ycy58hg6b5i5rdc9737v7hp";
};
hedvig =
{
owner = "terraform-providers";
repo = "terraform-provider-hedvig";
- version = "1.0.3";
- sha256 = "0kqnbd78m4r97b5w7skkpcnhc0bqh2cky7q0inhdhsb7gvivz1b1";
+ version = "1.0.4";
+ sha256 = "0y6brzznxp8khdfbnpmnbjqf140411z0pvnp88p8mj2kmbk7kkjd";
};
helm =
{
owner = "terraform-providers";
repo = "terraform-provider-helm";
- version = "0.9.1";
- sha256 = "189w8zz2fv0qfggzxmppaw8814c7kylgb11m1r9mqii3phsgnlz1";
+ version = "0.10.2";
+ sha256 = "1xp8dx6ncskmfa9bjd54434f4a7pnjz5r3yvnh1hmv3i5ykfxzdn";
};
heroku =
{
owner = "terraform-providers";
repo = "terraform-provider-heroku";
- version = "1.9.0";
- sha256 = "1qabhf2qm7ba5jw6hclkcp2pw8c39ggrqkhhqg0bh03h220rl22x";
+ version = "2.1.2";
+ sha256 = "0n8id5rw4hzsiic9yv4rzm709npagv9sfp6dd1ax6np5kai78b87";
};
http =
{
@@ -284,8 +284,8 @@
{
owner = "terraform-providers";
repo = "terraform-provider-huaweicloud";
- version = "1.4.0";
- sha256 = "018b57cndl72vjlijwvjx64rxjgimcqq1f6dxdny3wj1j4i0h4fi";
+ version = "1.7.0";
+ sha256 = "1yhyyh33hvzs74pryb383p1w0c0d4vn23pnm6snxi1cw49wgiiyf";
};
icinga2 =
{
@@ -298,22 +298,22 @@
{
owner = "terraform-providers";
repo = "terraform-provider-ignition";
- version = "1.0.1";
- sha256 = "1j9rgwrb4bnm8a44rg3d9fry46wlpfkwxxpkpw9y6l24php0qxh8";
+ version = "1.1.0";
+ sha256 = "0vpjbb70wnlrvw7z2zc92fbisgjk49ivdmv10ahyqlgvc23js5va";
};
influxdb =
{
owner = "terraform-providers";
repo = "terraform-provider-influxdb";
- version = "1.1.0";
- sha256 = "1mxvc3pwzgj7r79a5vz8n489xny12wa75zpppgh7948fy8m8b23f";
+ version = "1.3.0";
+ sha256 = "19af40g8hgz2rdz6523v0fs71ww7qdlf2mh5j9vb7pfzriqwa5k9";
};
kubernetes =
{
owner = "terraform-providers";
repo = "terraform-provider-kubernetes";
- version = "1.6.2";
- sha256 = "14jql78a1rw1wl97myry29lgmqkcdn44qgmzjrfky958afnkgiig";
+ version = "1.8.1";
+ sha256 = "0jcc3i10x0qz7sj8l5yv98jc2g32a6yhdpc45sq33wmhcvp1fsn4";
};
librato =
{
@@ -326,15 +326,15 @@
{
owner = "terraform-providers";
repo = "terraform-provider-linode";
- version = "1.6.0";
- sha256 = "0i2x0jd26qanziihlc38s7rxiab66ld2s5gz18rrmrbwhcl95fwj";
+ version = "1.8.0";
+ sha256 = "1jgh2ij58a5mr6ns604cfpvfvr19qr0q51j57gvchz53iv683m9q";
};
local =
{
owner = "terraform-providers";
repo = "terraform-provider-local";
- version = "1.2.2";
- sha256 = "0azrw62clki002nlv7ws3kzfsbqkadm713534i4xgvix2m08d1cx";
+ version = "1.3.0";
+ sha256 = "1z6b52vdq7wzzipldys28z45glwgj9k15ighjix1dy78mzi0p99n";
};
logentries =
{
@@ -347,8 +347,8 @@
{
owner = "terraform-providers";
repo = "terraform-provider-logicmonitor";
- version = "1.2.0";
- sha256 = "1zir35i8j5w7ra4i7f9k0ghac9b3bar0dy16sqy1kqwbh4ikmhb8";
+ version = "1.2.1";
+ sha256 = "1fcv5g92l6xr4x69h9rg48zazjr99wrz9mkmr122fyq9s7kdd98y";
};
mailgun =
{
@@ -361,43 +361,43 @@
{
owner = "terraform-providers";
repo = "terraform-provider-mysql";
- version = "1.5.1";
- sha256 = "0i5s62z3cdg3mhahf09nyw8l2hcx6d7jp3hr3n8rcjwj3ajj8qis";
+ version = "1.7.0";
+ sha256 = "19l1ihp5jlaahm8zncjlrnfw8d8gcpnq3z6pn421j1x0d5v5vw9b";
};
netlify =
{
owner = "terraform-providers";
repo = "terraform-provider-netlify";
- version = "0.1.0";
- sha256 = "1lf66nzqcgzjwvh1lv2jp8gcj6apdanlinci5pri8mgv5r1pv40l";
+ version = "0.3.0";
+ sha256 = "0mmbli6d3fbpyvvdfsg32f1w83g8ga3x21b36rgmx3mn156r7yij";
};
newrelic =
{
owner = "terraform-providers";
repo = "terraform-provider-newrelic";
- version = "1.5.0";
- sha256 = "1if8i435v4nf18hdvwwz3nvlkaf8yjzcxi300blri2xfx95chsxw";
+ version = "1.5.1";
+ sha256 = "1xrwh9m1sig4hd2vvb7apy2gh8rz15wdrajggzmmpc1z1rlhf90p";
};
nomad =
{
owner = "terraform-providers";
repo = "terraform-provider-nomad";
- version = "1.3.0";
- sha256 = "06kq0qkrgnj7z13xrgb9shid356m55mz0hkdbm4vfz3fx863mvl3";
+ version = "1.4.1";
+ sha256 = "1v4wwinnb2qc71jgil4607kgdccjivssabqgb5l3yk8pwfidgdnr";
};
ns1 =
{
owner = "terraform-providers";
repo = "terraform-provider-ns1";
- version = "1.3.1";
- sha256 = "04ibq5dgxqb5lpnvqxg4xkb498w77p2sbjfyy9zj7m5i62xrwg79";
+ version = "1.5.0";
+ sha256 = "1m6f1hsx2gcb5b50sm8cj04hkmn71xlxji8qwlswasz2sg1sllrx";
};
nsxt =
{
owner = "terraform-providers";
repo = "terraform-provider-nsxt";
- version = "1.1.0";
- sha256 = "0y9n4acbrjf5n2v8j10qfnz8677gil60by5miz3wd2qpxwgmhhm8";
+ version = "1.1.1";
+ sha256 = "19bbycify25bshpyq65qjxnl72b6wmwwwdb7hxl94hhbgx2c9z29";
};
null =
{
@@ -417,8 +417,8 @@
{
owner = "terraform-providers";
repo = "terraform-provider-oci";
- version = "3.24.1";
- sha256 = "1yhcxwg3ivrgzasdsf5yq8v6h4j1lprnm881xfm4h1rpq465y1mj";
+ version = "3.37.0-rc1";
+ sha256 = "0ahqnh9qzixp434qn2ckj8p32kb9x26l1xz8yr84h6sqfrn58bcv";
};
oneandone =
{
@@ -431,22 +431,22 @@
{
owner = "terraform-providers";
repo = "terraform-provider-opc";
- version = "1.3.6";
- sha256 = "1b11837j0d8s59pjkankbm3p5l87aw1s17mn2q7nvy65kgzalsra";
+ version = "1.3.7";
+ sha256 = "01g09w8mqfp1d8phplsdj0vz63q5bgq9fqwy2kp4vrnwb70dq52w";
};
openstack =
{
owner = "terraform-providers";
repo = "terraform-provider-openstack";
- version = "1.18.0";
- sha256 = "05sr6vra4fsrysrz7a77vaa5zklhxf4hl8g029y9l1fln7vdpssg";
+ version = "1.21.1";
+ sha256 = "0nvhn2bnk11sz4i98yw7rpxi8b3c2y04qq37ybvqx2jyi3n9kj30";
};
opentelekomcloud =
{
owner = "terraform-providers";
repo = "terraform-provider-opentelekomcloud";
- version = "1.8.0";
- sha256 = "068ap0sw17xmrfvri1yx70qdi8i5h0qhsm9bakm532xjxlgmaxpv";
+ version = "1.11.0";
+ sha256 = "175j2bbw3bdbjq1b7b1kwsr8iay9aafz165d0brfpb8gf096y7xa";
};
opsgenie =
{
@@ -466,43 +466,43 @@
{
owner = "terraform-providers";
repo = "terraform-provider-ovh";
- version = "0.3.0";
- sha256 = "05bzkwa50alh8mpslh64dddp815m8df240w1mmphdmp9rsi6hqp8";
+ version = "0.5.0";
+ sha256 = "07n8ismxbv0gngh4kibqhr4ndqkrg6gxbpj3zl764rrwp54gwgbw";
};
packet =
{
owner = "terraform-providers";
repo = "terraform-provider-packet";
- version = "2.1.0";
- sha256 = "0hj8av0yry0wsi8fwgs0z9x9jxcnxz8imsanbdsrhb8lsj70n25v";
+ version = "2.3.0";
+ sha256 = "1v2758wjhrn7rhwdx658w3sf1q5lp4cawl6llbv4p16c5fyzwwc2";
};
pagerduty =
{
owner = "terraform-providers";
repo = "terraform-provider-pagerduty";
- version = "1.2.1";
- sha256 = "1b0fbzqalcxngnxk51afxkhs82bj68sjakvb28p0im0x1lblxj0n";
+ version = "1.3.1";
+ sha256 = "1x29ya0xcjj2b3x2q2q7iyqric8vswf18a5bwhwv2017c1g4n299";
};
panos =
{
owner = "terraform-providers";
repo = "terraform-provider-panos";
- version = "1.5.1";
- sha256 = "17w4zkc445bpfq6pqx575y5njsak18yca1y2by4chg9d05inphqd";
+ version = "1.5.2";
+ sha256 = "0sycgr4k4dlhxj5klmgg2xcw3xha06332ij8cfzz4xvgdq0xky3j";
};
postgresql =
{
owner = "terraform-providers";
repo = "terraform-provider-postgresql";
- version = "0.3.0";
- sha256 = "0z1xdzl5mn6dxgkgmysq06g3fg9cdlwa59ng42r6kffcbl0mwgfh";
+ version = "1.1.0";
+ sha256 = "1dxspqajfy8dmplasazi4s34f47n1qz7qg2dr9ypdvd3jp63072w";
};
powerdns =
{
owner = "terraform-providers";
repo = "terraform-provider-powerdns";
- version = "0.1.0";
- sha256 = "1k9xjx2smk6478dsrcnqk1k6r2pddpa9n8aghq5d1a5yhfsq5zzz";
+ version = "1.0.0";
+ sha256 = "1qh4z69b0sqxwjjgc8xis165gdszav9yc85ba6pgyl3wbymkld30";
};
profitbricks =
{
@@ -515,64 +515,64 @@
{
owner = "terraform-providers";
repo = "terraform-provider-rabbitmq";
- version = "1.0.0";
- sha256 = "1md928243r4c46ihjnavz2375nxnfyhknyc86r9853hwhhyhsx5d";
+ version = "1.1.0";
+ sha256 = "0xihc44923kx8c3v6wrvczzbhmbjkhy7dhgx3sy5sqhmm22y0gys";
};
rancher =
{
owner = "terraform-providers";
repo = "terraform-provider-rancher";
- version = "1.2.1";
- sha256 = "1z0gqchb268w5mw0519fbx4126nkxb9kvvay8vjj287yxdpi5grj";
+ version = "1.4.0";
+ sha256 = "106arszmdjmgrz4iv01bbf72jarn7zjqvmc43b6n1s3lzd7jnfpc";
};
random =
{
owner = "terraform-providers";
repo = "terraform-provider-random";
- version = "2.1.2";
- sha256 = "102bgd8s9yhm2ny2akv04mhwf5mphqhsxx9vxjbg7ygqnz9ka5nw";
+ version = "2.2.0";
+ sha256 = "0vg33jbvyxvg4dwcwjb2p57jjkq7qj50d356r4a1f2ysl2axwwjw";
};
rightscale =
{
owner = "terraform-providers";
repo = "terraform-provider-rightscale";
- version = "1.3.0";
- sha256 = "1brzxyd5hg99x75qh0p707lr9cvqpzx2az1swr624w3rzhjl2ygm";
+ version = "1.3.1";
+ sha256 = "0abwxaghrxpahpsk6kd02fjh0rhck4xsdrzcpv629yh8ip9rzcaj";
};
rundeck =
{
owner = "terraform-providers";
repo = "terraform-provider-rundeck";
- version = "0.1.0";
- sha256 = "0rp8cgnp8in52g7zkl2lj42hns0g27m8f7l42lhfnv6n2vv5qxcg";
+ version = "0.4.0";
+ sha256 = "1x131djsny8w84yf7w2il33wlc3ysy3k399dziii2lmq4h8sgrpr";
};
runscope =
{
owner = "terraform-providers";
repo = "terraform-provider-runscope";
- version = "0.5.0";
- sha256 = "0n0m39gaiwhqigjny51a7g36ldik33alimkqqbv6hqyzrhk0qs8h";
+ version = "0.6.0";
+ sha256 = "1fsph2cnyvzdwa5hwdjabfk4azmc3x8a7afpwpawxfdvqhgpr595";
};
scaleway =
{
owner = "terraform-providers";
repo = "terraform-provider-scaleway";
- version = "1.9.2";
- sha256 = "0wjkjf4sc3rfxiz3lfw6cfhdn8a7pzmyfw1f2dsp3a6fpa2srbph";
+ version = "1.10.0";
+ sha256 = "0sbcvcd413f53b25piymmh4rfmlmqsxdscpar8gf2dx6mrsacgf0";
};
selectel =
{
owner = "terraform-providers";
repo = "terraform-provider-selectel";
- version = "2.1.0";
- sha256 = "078pyml9nwv7347yni1h7mjdp8sd4zyccv80mgjn8xh2q208fqpg";
+ version = "2.3.0";
+ sha256 = "0n0nqlajcx44zxbc2k58lv3jy2y6p9zqkby2vy5a2856kcksm7pf";
};
skytap =
{
owner = "terraform-providers";
repo = "terraform-provider-skytap";
- version = "0.9.0";
- sha256 = "15p2rfaqw5iab8fkxcxigp7nxvs4gmgr2v8ysfyjz01mgwidd0rq";
+ version = "0.11.1";
+ sha256 = "1mlv6jp6lp47chcnsmx8dzy01bxpb9jx1wl122lxd88app9nxq1k";
};
softlayer =
{
@@ -585,15 +585,15 @@
{
owner = "terraform-providers";
repo = "terraform-provider-spotinst";
- version = "1.13.2";
- sha256 = "1v3vgnspg3g0hvwzfplyvl37jxpc9m6hcsnmw6lkfqr57dy4dhlc";
+ version = "1.13.3";
+ sha256 = "0s75xlw8y3rz1ik11dnh3dzkk1jfklvq3wsf2fam0789z2j1zr1m";
};
statuscake =
{
owner = "terraform-providers";
repo = "terraform-provider-statuscake";
- version = "0.2.0";
- sha256 = "065izach0hq04664hz7rc3gd0r3l06lzwcbj5800zjfv1inp6pxs";
+ version = "1.0.0";
+ sha256 = "1x295va6c72465cxps0kx3rrb7s9aip2cniy6icsg1b2yrsb9b26";
};
telefonicaopencloud =
{
@@ -613,8 +613,8 @@
{
owner = "terraform-providers";
repo = "terraform-provider-tencentcloud";
- version = "1.5.0";
- sha256 = "04psgirl78klbpzllcvzl510j66jcavxmi9zxnwmmmw128a3dig2";
+ version = "1.15.0";
+ sha256 = "1ics91fxsl1z1wqd961wdn2s22ck25yphp341qlbs8ln2dcwk8r7";
};
terraform =
{
@@ -627,8 +627,8 @@
{
owner = "terraform-providers";
repo = "terraform-provider-tfe";
- version = "0.8.2";
- sha256 = "0apxf197g4mrxybbx1vrk2i3fnw4cf23aq1wjhks5fkvm4wshgl7";
+ version = "0.10.1";
+ sha256 = "09hrdschgydnziq1sv6ql7gc4qwx8j4dnmx4fdw8452qpszk17n2";
};
tls =
{
@@ -648,8 +648,8 @@
{
owner = "terraform-providers";
repo = "terraform-provider-ucloud";
- version = "1.6.0";
- sha256 = "0ijksfjqc91gxf45w9h2r024zgyqpr4s7z6snyzxcdbnf8ahs9q0";
+ version = "1.11.1";
+ sha256 = "1la5kapdwpd2f6x00yc9j25rl8qkrndgqpzp2jp6mcbj5zif82ns";
};
ultradns =
{
@@ -662,36 +662,36 @@
{
owner = "terraform-providers";
repo = "terraform-provider-vault";
- version = "1.8.0";
- sha256 = "1g9cw14mzslb445yhj04dzs0s4cbhi4cxycd50vc3f9yyg6sz1rr";
+ version = "2.2.0";
+ sha256 = "0k9frx29pjrrx67cwzsrnj0x90ff5k99l5yzfgb58sajkz1j8nln";
};
vcd =
{
owner = "terraform-providers";
repo = "terraform-provider-vcd";
- version = "2.1.0";
- sha256 = "0azmjddysl38n58vk94zhm2g7s5aw71gvn83h4n7amf2j7p7ks9j";
+ version = "2.4.0";
+ sha256 = "020wmdl5cbma9r7sv3bx6v8b59w5nwkzgwj4xm7a2s6kn8jygr2x";
};
vsphere =
{
owner = "terraform-providers";
repo = "terraform-provider-vsphere";
- version = "1.10.0";
- sha256 = "039s95afqrcpf6jiprqsqnvlsnxbs5vcqrsgg6pbs52rlwp1ixgw";
+ version = "1.12.0";
+ sha256 = "0g3pnk2b4dmz5bkr7xjpp45dwy767k6a02rjva38xls185qs7i7c";
};
yandex =
{
owner = "terraform-providers";
repo = "terraform-provider-yandex";
- version = "0.5.2";
- sha256 = "1fa1jicirww0zxg5kw4343ndzq86x0m7gkfj8yx7l6lb6gcrkbic";
+ version = "0.9.0";
+ sha256 = "0x3l0pbpdsm43jsx42xzc46r9j40l7szkcf851q16wsxf70lchqr";
};
matchbox =
{
- owner = "coreos";
+ owner = "poseidon";
repo = "terraform-provider-matchbox";
- version = "0.2.3";
- sha256 = "12vf8krzx79yrsk3lk2k6vwwk1f18617ky7g2yf60bf2x836lg09";
+ version = "0.3.0";
+ sha256 = "1nq7k8qa7rv8xyryjigwpwcwvj1sw85c4j46rkfdv70b6js25jz3";
};
nixos =
{
@@ -714,11 +714,4 @@
version = "0.2.0";
sha256 = "0ic5b9djhnb1bs2bz3zdprgy3r55dng09xgc4d9l9fyp85g2amaz";
};
- ansible =
- {
- owner = "nbering";
- repo = "terraform-provider-ansible";
- version = "0.0.4";
- sha256 = "125a8vbpnahaxxrxj3mp0kj6ajssxnfb6l0spgnf118wg3bvlmw5";
- };
}
diff --git a/pkgs/applications/networking/cluster/terraform-providers/default.nix b/pkgs/applications/networking/cluster/terraform-providers/default.nix
index c542de912f3..fc6b7131385 100644
--- a/pkgs/applications/networking/cluster/terraform-providers/default.nix
+++ b/pkgs/applications/networking/cluster/terraform-providers/default.nix
@@ -28,4 +28,5 @@ in
gandi = callPackage ./gandi {};
ibm = callPackage ./ibm {};
libvirt = callPackage ./libvirt {};
+ ansible = callPackage ./ansible {};
} // lib.mapAttrs (n: v: toDrv v) list
diff --git a/pkgs/applications/networking/cluster/terraform-providers/providers.txt b/pkgs/applications/networking/cluster/terraform-providers/providers.txt
index c5d6fda1651..286e3d6efe0 100644
--- a/pkgs/applications/networking/cluster/terraform-providers/providers.txt
+++ b/pkgs/applications/networking/cluster/terraform-providers/providers.txt
@@ -10,7 +10,7 @@
terraform-providers terraform-provider- terraform-provider-\\(azure-classic\\|scaffolding\\)
# include terraform-provider-matchbox
-coreos/terraform-provider-matchbox
+poseidon/terraform-provider-matchbox
# include terraform-provider-nixos
tweag/terraform-provider-nixos
@@ -20,6 +20,3 @@ tweag/terraform-provider-secret
# include terraform-provider-segment
ajbosco/terraform-provider-segment
-
-# include terraform-provider-ansible
-nbering/terraform-provider-ansible
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index 7c025d32016..de1e86fa073 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -97,8 +97,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
- version = "0.12.1";
- sha256 = "009cv1cpgrl1ysgqjiam9035as2q5aiyfwwa6xxh47r0zadph8z5";
+ version = "0.12.7";
+ sha256 = "09zsak1a9z2mk88vb6xs9jaxfpazhs0p7x68mw62c9mm13m8kq02";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});
diff --git a/pkgs/applications/networking/cluster/tilt/default.nix b/pkgs/applications/networking/cluster/tilt/default.nix
index 36c1f6334c4..c4075075299 100644
--- a/pkgs/applications/networking/cluster/tilt/default.nix
+++ b/pkgs/applications/networking/cluster/tilt/default.nix
@@ -1,25 +1,24 @@
-{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
+{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
- pname = "tilt";
- name = "${pname}-${version}";
+ pname = "tilt";
/* Do not use "dev" as a version. If you do, Tilt will consider itself
running in development environment and try to serve assets from the
source tree, which is not there once build completes. */
- version = "0.8.8";
- rev = "344dc1dc61ffe2c29606b105cea0df79fb5897f5";
+ version = "0.9.7";
src = fetchFromGitHub {
owner = "windmilleng";
- repo = "tilt";
- rev = "${rev}";
- sha256 = "13yda6m2d92mmc9w4k8ngdxmpqcqf86bkrvcpmpaby848ls1yx8g";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "0b7jk7iwjzdsb2wp9qx4gs9g3gi2vcqw5ilkax3gfz7wsplm0n65";
};
goPackagePath = "github.com/windmilleng/tilt";
+
subPackages = [ "cmd/tilt" ];
- buildFlagsArray = ("-ldflags=-X main.version=${version} -X main.date=2019-06-03");
+ buildFlagsArray = ("-ldflags=-X main.version=${version} -X main.date=2019-07-30");
meta = with stdenv.lib; {
description = "Local development tool to manage your developer instance when your team deploys to Kubernetes in production";
diff --git a/pkgs/applications/networking/dropbox/cli.nix b/pkgs/applications/networking/dropbox/cli.nix
index 2b6645b2c8a..ae0643669dc 100644
--- a/pkgs/applications/networking/dropbox/cli.nix
+++ b/pkgs/applications/networking/dropbox/cli.nix
@@ -6,7 +6,7 @@
, dropbox
, gtk3
, gnome3
-, gdk_pixbuf
+, gdk-pixbuf
, gobject-introspection
}:
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [
pkgconfig
gobject-introspection
- gdk_pixbuf
+ gdk-pixbuf
# only for build, the install command also wants to use GTK through introspection
# but we are using Nix for installation so we will not need that.
(python3.withPackages (ps: with ps; [
diff --git a/pkgs/applications/networking/dsvpn/default.nix b/pkgs/applications/networking/dsvpn/default.nix
new file mode 100644
index 00000000000..4958d290529
--- /dev/null
+++ b/pkgs/applications/networking/dsvpn/default.nix
@@ -0,0 +1,29 @@
+{ stdenv, fetchFromGitHub }:
+
+stdenv.mkDerivation rec {
+ pname = "dsvpn";
+ version = "0.1.3";
+
+ src = fetchFromGitHub {
+ owner = "jedisct1";
+ repo = pname;
+ rev = version;
+ sha256 = "1jl9b23s2glims09mb1sq01kaf10bfjsd3qsgk68mp5kvy9f3gj2";
+ };
+
+ installPhase = ''
+ runHook preInstall
+
+ install -Dm755 -t $out/bin dsvpn
+
+ runHook postInstall
+ '';
+
+ meta = with stdenv.lib; {
+ description = "A Dead Simple VPN";
+ homepage = "https://github.com/jedisct1/dsvpn";
+ license = licenses.mit;
+ maintainers = [ maintainers.marsam ];
+ platforms = platforms.unix;
+ };
+}
diff --git a/pkgs/applications/networking/feedreaders/castget/default.nix b/pkgs/applications/networking/feedreaders/castget/default.nix
new file mode 100644
index 00000000000..21f1e555a29
--- /dev/null
+++ b/pkgs/applications/networking/feedreaders/castget/default.nix
@@ -0,0 +1,44 @@
+{ lib, stdenv, fetchFromGitHub
+, autoreconfHook
+, pkgconfig
+, glib
+, ronn
+, curl
+, id3lib
+, libxml2
+}:
+
+stdenv.mkDerivation rec {
+ pname = "castget";
+ version = "1.2.4";
+
+ src = fetchFromGitHub {
+ owner = "mlj";
+ repo = pname;
+ # Upstream uses `_` instead of `.` for the version, let's hope it will
+ # change in the next release
+ rev = "rel_${lib.replaceStrings ["."] ["_"] version}";
+ sha256 = "1pfrjmsikv35cc0praxgim26zq4r7dfp1pkn6n9fz3fm73gxylyv";
+ };
+ # Otherwise, the autoreconfHook fails since Makefile.am requires it
+ preAutoreconf = ''
+ touch NEWS
+ touch README
+ touch ChangeLog
+ '';
+
+ buildInputs = [ glib curl id3lib libxml2 ];
+ nativeBuildInputs = [ ronn autoreconfHook pkgconfig ];
+
+ meta = with stdenv.lib; {
+ description = "A simple, command-line based RSS enclosure downloader";
+ longDescription = ''
+ castget is a simple, command-line based RSS enclosure downloader. It is
+ primarily intended for automatic, unattended downloading of podcasts.
+ '';
+ homepage = "http://castget.johndal.com/";
+ maintainers = with maintainers; [ doronbehar ];
+ license = licenses.gpl2;
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/applications/networking/feedreaders/feedreader/default.nix b/pkgs/applications/networking/feedreaders/feedreader/default.nix
index ed42f7607b4..959649c4b15 100644
--- a/pkgs/applications/networking/feedreaders/feedreader/default.nix
+++ b/pkgs/applications/networking/feedreaders/feedreader/default.nix
@@ -1,18 +1,18 @@
-{ stdenv, fetchFromGitHub, fetchpatch, meson, ninja, pkgconfig, vala, gettext, python3
-, appstream-glib, desktop-file-utils, glibcLocales, wrapGAppsHook
+{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig, vala, gettext, python3
+, appstream-glib, desktop-file-utils, wrapGAppsHook, gnome-online-accounts
, gtk3, libgee, libpeas, librest, webkitgtk, gsettings-desktop-schemas, hicolor-icon-theme
, curl, glib, gnome3, gst_all_1, json-glib, libnotify, libsecret, sqlite, gumbo, libxml2
}:
stdenv.mkDerivation rec {
pname = "feedreader";
- version = "2.9.2";
+ version = "2.10.0";
src = fetchFromGitHub {
owner = "jangernert";
repo = pname;
rev = "v${version}";
- sha256 = "1468kl1gip7h2k5l9x3shp3vxdnx08mr1n4845zinaqz4dpa70jv";
+ sha256 = "154lzvd8acs4dyc91nlabpr284yrij8jkhgm0h18hp3cy0a11rv8";
};
nativeBuildInputs = [
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
buildInputs = [
curl glib json-glib libnotify libsecret sqlite gumbo gtk3
libgee libpeas gnome3.libsoup librest webkitgtk gsettings-desktop-schemas
- gnome3.gnome-online-accounts
+ gnome-online-accounts
hicolor-icon-theme # for setup hook
] ++ (with gst_all_1; [
gstreamer gst-plugins-base gst-plugins-good
diff --git a/pkgs/applications/networking/feedreaders/newsboat/default.nix b/pkgs/applications/networking/feedreaders/newsboat/default.nix
index d89d5624ece..2795ac4e46e 100644
--- a/pkgs/applications/networking/feedreaders/newsboat/default.nix
+++ b/pkgs/applications/networking/feedreaders/newsboat/default.nix
@@ -1,16 +1,16 @@
-{ stdenv, rustPlatform, fetchurl, fetchpatch, stfl, sqlite, curl, gettext, pkgconfig, libxml2, json_c, ncurses
+{ stdenv, rustPlatform, fetchurl, stfl, sqlite, curl, gettext, pkgconfig, libxml2, json_c, ncurses
, asciidoc, docbook_xml_dtd_45, libxslt, docbook_xsl, libiconv, Security, makeWrapper }:
rustPlatform.buildRustPackage rec {
name = "newsboat-${version}";
- version = "2.15";
+ version = "2.16.1";
src = fetchurl {
url = "https://newsboat.org/releases/${version}/${name}.tar.xz";
- sha256 = "1dqdcp34jmphqf3d8ik0xdhg0s66nd5rky0y8y591nidq29wws6s";
+ sha256 = "0lxdsfcwa4byhfnn0gv34w3rr531f4nfqgi8j4qqmh3gncbwh8s0";
};
- cargoSha256 = "06r682vvr8m7gl443qx9ncmq8dpmdxcls68f29d0mmf7llddy5sa";
+ cargoSha256 = "0ck2dgfk4fay4cjl66wqkbnq4rqrd717jl63l1mvqmvad9i19igm";
postPatch = ''
substituteInPlace Makefile --replace "|| true" ""
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
'';
nativeBuildInputs = [ pkgconfig asciidoc docbook_xml_dtd_45 libxslt docbook_xsl ]
- ++ stdenv.lib.optional stdenv.isDarwin [ makeWrapper libiconv ];
+ ++ stdenv.lib.optionals stdenv.isDarwin [ makeWrapper libiconv ];
buildInputs = [ stfl sqlite curl gettext libxml2 json_c ncurses ]
++ stdenv.lib.optional stdenv.isDarwin Security;
@@ -29,7 +29,8 @@ rustPlatform.buildRustPackage rec {
make
'';
- NIX_CFLAGS_COMPILE = "-Wno-error=sign-compare";
+ NIX_CFLAGS_COMPILE = [ "-Wno-error=sign-compare" ]
+ ++ stdenv.lib.optional stdenv.isDarwin "-Wno-error=format-security";
doCheck = true;
@@ -48,7 +49,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
homepage = https://newsboat.org/;
- description = "A fork of Newsbeuter, an RSS/Atom feed reader for the text console.";
+ description = "A fork of Newsbeuter, an RSS/Atom feed reader for the text console";
maintainers = with maintainers; [ dotlambda nicknovitski ];
license = licenses.mit;
platforms = platforms.unix;
diff --git a/pkgs/applications/networking/feedreaders/rssguard/default.nix b/pkgs/applications/networking/feedreaders/rssguard/default.nix
index a43d52d7359..c1a9fddb3c2 100644
--- a/pkgs/applications/networking/feedreaders/rssguard/default.nix
+++ b/pkgs/applications/networking/feedreaders/rssguard/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "rssguard";
- version = "3.5.7";
+ version = "3.5.9";
src = fetchFromGitHub {
owner = "martinrotter";
repo = pname;
rev = version;
- sha256 = "1v0m2p6y7szdqbd2gl3972ah6cp6prfv2gp2a55ac1l8ba2dma4v";
+ sha256 = "0dvjcazvrgxfxg1gvznxj8kx569v4ivns0brq00cn2yxyd4wx43s";
};
buildInputs = [ qtwebengine qttools ];
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index 0f54e4ef688..f01849919ab 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -24,11 +24,11 @@ with python'.pkgs;
buildPythonApplication rec {
pname = "FlexGet";
- version = "2.21.2";
+ version = "2.21.16";
src = fetchPypi {
inherit pname version;
- sha256 = "3c11fd7c4bb7e1e9203acd4d452ae51d34843e65066a18c7c72445d7db28122a";
+ sha256 = "1skb73nsg5gqlqqcs64c9kiidd74p3gm0xx93jaky2gagn0jn7rv";
};
postPatch = ''
diff --git a/pkgs/applications/networking/ftp/filezilla/default.nix b/pkgs/applications/networking/ftp/filezilla/default.nix
index 6bac5bd5836..530671e6173 100644
--- a/pkgs/applications/networking/ftp/filezilla/default.nix
+++ b/pkgs/applications/networking/ftp/filezilla/default.nix
@@ -1,13 +1,28 @@
-{ stdenv, fetchurl, dbus, gnutls, wxGTK30, libidn, tinyxml, gettext
-, pkgconfig, xdg_utils, gtk2, sqlite, pugixml, libfilezilla, nettle }:
+{ stdenv
+, fetchurl
-let version = "3.42.1"; in
-stdenv.mkDerivation {
- name = "filezilla-${version}";
+, dbus
+, gettext
+, gnutls
+, gtk2
+, libfilezilla
+, libidn
+, nettle
+, pkgconfig
+, pugixml
+, sqlite
+, tinyxml
+, wxGTK30
+, xdg_utils
+}:
+
+stdenv.mkDerivation rec {
+ pname = "filezilla";
+ version = "3.43.0";
src = fetchurl {
url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2";
- sha256 = "083ycsycwy1szhp3mzf998wsqa74hmdxdsy07x6k81vp2cxjxijg";
+ sha256 = "13i505y34b6lg7knzznf8812d9nwpnbf3hidpq58cbv8c31m5rkg";
};
configureFlags = [
@@ -17,21 +32,32 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
- dbus gnutls wxGTK30 libidn tinyxml gettext xdg_utils gtk2 sqlite
- pugixml libfilezilla nettle ];
+ dbus
+ gettext
+ gnutls
+ gtk2
+ libfilezilla
+ libidn
+ nettle
+ pugixml
+ sqlite
+ tinyxml
+ wxGTK30
+ xdg_utils
+ ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
- homepage = https://filezilla-project.org/;
+ homepage = "https://filezilla-project.org/";
description = "Graphical FTP, FTPS and SFTP client";
- license = licenses.gpl2;
longDescription = ''
FileZilla Client is a free, open source FTP client. It supports
FTP, SFTP, and FTPS (FTP over SSL/TLS). The client is available
under many platforms, binaries for Windows, Linux and macOS are
provided.
'';
+ license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ pSub ];
};
diff --git a/pkgs/applications/networking/gmailieer/default.nix b/pkgs/applications/networking/gmailieer/default.nix
index fdd8e004c8b..e37dc9e7cac 100644
--- a/pkgs/applications/networking/gmailieer/default.nix
+++ b/pkgs/applications/networking/gmailieer/default.nix
@@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
name = "gmailieer-${version}";
- version = "0.10";
+ version = "0.11";
src = fetchFromGitHub {
owner = "gauteh";
repo = "gmailieer";
rev = "v${version}";
- sha256 = "0qv74marzdv99xc2jbzzcwx3b2hm6byjl734h9x42g4mcg5pq9yf";
+ sha256 = "0gjmb8s3d7nj9jp5zkz5q6a59777ay6b1sg4ghl8iw9m8l4h42xa";
};
propagatedBuildInputs = with python3Packages; [
diff --git a/pkgs/applications/networking/gns3/default.nix b/pkgs/applications/networking/gns3/default.nix
index d1f4b4d2181..94d5be030da 100644
--- a/pkgs/applications/networking/gns3/default.nix
+++ b/pkgs/applications/networking/gns3/default.nix
@@ -1,8 +1,8 @@
-{ callPackage, stdenv }:
+{ callPackage }:
let
stableVersion = "2.1.21";
- previewVersion = "2.2.0b2";
+ previewVersion = "2.2.0rc3";
addVersion = args:
let version = if args.stable then stableVersion else previewVersion;
branch = if args.stable then "stable" else "preview";
@@ -18,7 +18,7 @@ in {
};
guiPreview = mkGui {
stable = false;
- sha256Hash = "0hb22z7vd69dq6nayyyndlyqsnxb3lzgw3ac6m3fnxkv18n1nm6v";
+ sha256Hash = "0lj2av2kbh1drr8jzd71j85xaiwp53q1g348lk2qqzr35yh16n99";
};
serverStable = mkServer {
@@ -27,6 +27,6 @@ in {
};
serverPreview = mkServer {
stable = false;
- sha256Hash = "1a6ki0asai9x8xm724kha9phr2z8vkqfjwv067p860dpv2d2crxc";
+ sha256Hash = "0a4gx0qhy50v7nivqn8c2kz07crgzg2105hzmwag8xw6bpqmgm1d";
};
}
diff --git a/pkgs/applications/networking/gns3/server.nix b/pkgs/applications/networking/gns3/server.nix
index 0c57a52ee6b..f681f3fa63b 100644
--- a/pkgs/applications/networking/gns3/server.nix
+++ b/pkgs/applications/networking/gns3/server.nix
@@ -1,6 +1,6 @@
{ stable, branch, version, sha256Hash }:
-{ stdenv, python3, fetchFromGitHub, fetchpatch }:
+{ stdenv, python3, fetchFromGitHub }:
let
python = if stable then python3.override {
diff --git a/pkgs/applications/networking/ids/suricata/default.nix b/pkgs/applications/networking/ids/suricata/default.nix
new file mode 100644
index 00000000000..3cd5fe4b8ea
--- /dev/null
+++ b/pkgs/applications/networking/ids/suricata/default.nix
@@ -0,0 +1,125 @@
+{ stdenv
+, lib
+, fetchurl
+, pkgconfig
+, makeWrapper
+, file
+, geoip
+, hyperscan
+, jansson
+, libcap_ng
+, libevent
+, libnet
+, libnetfilter_log
+, libnetfilter_queue
+, libnfnetlink
+, libpcap
+, libyaml
+, luajit
+, nspr
+, nss
+, pcre
+, python
+, zlib
+, redisSupport ? true, redis, hiredis
+, rustSupport ? true, rustc, cargo
+}: let
+ libmagic = file;
+ hyperscanSupport = stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux";
+in
+stdenv.mkDerivation rec {
+ pname = "suricata";
+ version = "4.1.4";
+
+ src = fetchurl {
+ url = "https://www.openinfosecfoundation.org/download/${pname}-${version}.tar.gz";
+ sha256 = "02901wjf90171rhkymcgp0h48hkn3wv8iwrhz4d8ppraz68hv99d";
+ };
+
+ nativeBuildInputs = [
+ makeWrapper
+ pkgconfig
+ ];
+
+ buildInputs = [
+ geoip
+ jansson
+ libcap_ng
+ libevent
+ libmagic
+ libnet
+ libnetfilter_log
+ libnetfilter_queue
+ libnfnetlink
+ libpcap
+ libyaml
+ luajit
+ nspr
+ nss
+ pcre
+ python
+ zlib
+ ]
+ ++ lib.optional hyperscanSupport [ hyperscan ]
+ ++ lib.optional redisSupport [ redis hiredis ]
+ ++ lib.optional rustSupport [ rustc cargo ]
+ ;
+
+ enableParallelBuilding = true;
+
+ configureFlags = [
+ "--disable-gccmarch-native"
+ "--enable-afl"
+ "--enable-af-packet"
+ "--enable-gccprotect"
+ "--enable-geoip"
+ "--enable-luajit"
+ "--enable-nflog"
+ "--enable-nfqueue"
+ "--enable-pie"
+ "--disable-prelude"
+ "--enable-python"
+ "--enable-unix-socket"
+ "--localstatedir=/var"
+ "--sysconfdir=/etc"
+ "--with-libnet-includes=${libnet}/include"
+ "--with-libnet-libraries=${libnet}/lib"
+ ]
+ ++ lib.optional hyperscanSupport [
+ "--with-libhs-includes=${hyperscan}/include"
+ "--with-libhs-libraries=${hyperscan}/lib"
+ ]
+ ++ lib.optional redisSupport [ "--enable-hiredis" ]
+ ++ lib.optional rustSupport [
+ "--enable-rust"
+ "--enable-rust-experimental"
+ ];
+
+ installFlags = [
+ "e_localstatedir=\${TMPDIR}"
+ "e_logdir=\${TMPDIR}"
+ "e_logcertsdir=\${TMPDIR}"
+ "e_logfilesdir=\${TMPDIR}"
+ "e_rundir=\${TMPDIR}"
+ "e_sysconfdir=\${out}/etc/suricata"
+ "e_sysconfrulesdir=\${out}/etc/suricata/rules"
+ "localstatedir=\${TMPDIR}"
+ "runstatedir=\${TMPDIR}"
+ "sysconfdir=\${out}/etc"
+ ];
+
+ installTargets = "install install-conf";
+
+ postInstall = ''
+ wrapProgram "$out/bin/suricatasc" \
+ --prefix PYTHONPATH : $PYTHONPATH:$(toPythonPath "$out")
+ '';
+
+ meta = with stdenv.lib; {
+ description = "A free and open source, mature, fast and robust network threat detection engine";
+ homepage = "https://suricata-ids.org";
+ license = licenses.gpl2;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ magenbluten ];
+ };
+}
diff --git a/pkgs/applications/networking/instant-messengers/baresip/default.nix b/pkgs/applications/networking/instant-messengers/baresip/default.nix
index 8d9df407cdd..75e1791644b 100644
--- a/pkgs/applications/networking/instant-messengers/baresip/default.nix
+++ b/pkgs/applications/networking/instant-messengers/baresip/default.nix
@@ -3,11 +3,11 @@
, gsm, speex, portaudio, spandsp, libuuid, ccache, libvpx
}:
stdenv.mkDerivation rec {
- version = "0.6.2";
+ version = "0.6.3";
name = "baresip-${version}";
src=fetchurl {
url = "http://www.creytiv.com/pub/baresip-${version}.tar.gz";
- sha256 = "1qi8im5sc3jbpic1sn46mmd98y0pckpnngf4n8dqdp76m4gf3yp1";
+ sha256 = "031hjm30v45h1sfknrf2f2ci10n712bdkcyf92y2hzllnik58068";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [zlib openssl libre librem cairo mpg123
diff --git a/pkgs/applications/networking/instant-messengers/bitlbee-mastodon/default.nix b/pkgs/applications/networking/instant-messengers/bitlbee-mastodon/default.nix
new file mode 100644
index 00000000000..ecd76977eb2
--- /dev/null
+++ b/pkgs/applications/networking/instant-messengers/bitlbee-mastodon/default.nix
@@ -0,0 +1,30 @@
+{ fetchgit, stdenv, bitlbee, autoreconfHook, pkgconfig, glib }:
+
+with stdenv.lib;
+stdenv.mkDerivation rec {
+ pname = "bitlbee-mastodon";
+ version = "1.4.2";
+
+ src = fetchgit {
+ url = "https://alexschroeder.ch/cgit/bitlbee-mastodon";
+ rev = "v${version}";
+ sha256 = "04rakgr1pfsg1vhfwlfbggbzw249j7dmk88xrsnf3n84c5ccdyas";
+ };
+
+ nativeBuildInputs = [ autoreconfHook pkgconfig ];
+ buildInputs = [ bitlbee glib ];
+
+ preConfigure = ''
+ export BITLBEE_PLUGINDIR=$out/lib/bitlbee
+ export BITLBEE_DATADIR=$out/share/bitlbee
+ ./autogen.sh
+ '';
+
+ meta = {
+ description = "Bitlbee plugin for Mastodon";
+ homepage = "https://alexschroeder.ch/cgit/bitlbee-mastodon/about";
+ license = licenses.gpl2Plus;
+ maintainers = with maintainers; [ jpotier ];
+ platforms = stdenv.lib.platforms.linux;
+ };
+}
diff --git a/pkgs/applications/networking/instant-messengers/bluejeans/default.nix b/pkgs/applications/networking/instant-messengers/bluejeans/default.nix
index a2ba2f09f76..d76cebd11b0 100644
--- a/pkgs/applications/networking/instant-messengers/bluejeans/default.nix
+++ b/pkgs/applications/networking/instant-messengers/bluejeans/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, rpmextract, patchelf, libnotify, libcap, cairo, pango, fontconfig, udev, dbus
-, gtk2, atk, expat, gdk_pixbuf, freetype, nspr, glib, nss, gconf, libX11, libXrender, libXtst, libXdamage
+, gtk2, atk, expat, gdk-pixbuf, freetype, nspr, glib, nss, gconf, libX11, libXrender, libXtst, libXdamage
, libXi, libXext, libXfixes, libXcomposite, alsaLib, bash
}:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
libPath =
stdenv.lib.makeLibraryPath
- [ libnotify libcap cairo pango fontconfig gtk2 atk expat gdk_pixbuf dbus udev.lib
+ [ libnotify libcap cairo pango fontconfig gtk2 atk expat gdk-pixbuf dbus udev.lib
freetype nspr glib stdenv.cc stdenv.cc.cc.lib nss gconf libX11 libXrender libXtst libXdamage
libXi libXext libXfixes libXcomposite alsaLib
];
@@ -36,14 +36,15 @@ stdenv.mkDerivation rec {
--replace-needed libudev.so.0 libudev.so.1 \
opt/bluejeans/bluejeans-bin
ln -s $out/opt/bluejeans/bluejeans $out/bin/bluejeans
- substituteInPlace $out/bin/bluejeans \
- --replace '#!/bin/bash' '#!${bash}/bin/bash'
chmod +x $out/bin/bluejeans
+ patchShebangs $out
'';
- meta = {
+ meta = with stdenv.lib; {
description = "Video, audio, and web conferencing that works together with the collaboration tools you use every day.";
- license = stdenv.lib.licenses.unfree;
+ homepage = "https://www.bluejeans.com";
+ license = licenses.unfree;
+ maintainers = with maintainers; [ veprbl ];
platforms = [ "x86_64-linux" ];
};
}
diff --git a/pkgs/applications/networking/instant-messengers/coyim/default.nix b/pkgs/applications/networking/instant-messengers/coyim/default.nix
index e2e94db089d..fb47d8db8c8 100644
--- a/pkgs/applications/networking/instant-messengers/coyim/default.nix
+++ b/pkgs/applications/networking/instant-messengers/coyim/default.nix
@@ -1,5 +1,5 @@
{ stdenv, buildGoPackage, fetchFromGitHub, pkgconfig,
- cairo, gdk_pixbuf, glib, gnome3, wrapGAppsHook, gtk3 }:
+ cairo, gdk-pixbuf, glib, gnome3, wrapGAppsHook, gtk3 }:
buildGoPackage rec {
name = "coyim-${version}";
@@ -14,7 +14,7 @@ buildGoPackage rec {
sha256 = "1g8nf56j17rdhhj7pv3ha1rb2mfc0mdvyzl35pgcki08w7iw08j3";
};
- nativeBuildInputs = [ pkgconfig wrapGAppsHook glib cairo gdk_pixbuf gtk3 gnome3.adwaita-icon-theme ];
+ nativeBuildInputs = [ pkgconfig wrapGAppsHook glib cairo gdk-pixbuf gtk3 gnome3.adwaita-icon-theme ];
meta = with stdenv.lib; {
description = "a safe and secure chat client";
diff --git a/pkgs/applications/networking/instant-messengers/dino/default.nix b/pkgs/applications/networking/instant-messengers/dino/default.nix
index 7c2b312c4b3..2158409471f 100644
--- a/pkgs/applications/networking/instant-messengers/dino/default.nix
+++ b/pkgs/applications/networking/instant-messengers/dino/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub
, vala, cmake, ninja, wrapGAppsHook, pkgconfig, gettext
-, gobject-introspection, gnome3, glib, gdk_pixbuf, gtk3, glib-networking
+, gobject-introspection, gnome3, glib, gdk-pixbuf, gtk3, glib-networking
, xorg, libXdmcp, libxkbcommon
, libnotify, libsoup, libgee
, libgcrypt
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
libgee
gnome3.adwaita-icon-theme
sqlite
- gdk_pixbuf
+ gdk-pixbuf
gtk3
libnotify
gpgme
diff --git a/pkgs/applications/networking/instant-messengers/discord/base.nix b/pkgs/applications/networking/instant-messengers/discord/base.nix
new file mode 100644
index 00000000000..4dadcb6ce23
--- /dev/null
+++ b/pkgs/applications/networking/instant-messengers/discord/base.nix
@@ -0,0 +1,61 @@
+{ pname, version, src, binaryName, desktopName
+, stdenv, fetchurl, makeDesktopItem, wrapGAppsHook
+, alsaLib, atk, at-spi2-atk, at-spi2-core, cairo, cups, dbus, expat, fontconfig, freetype
+, gdk-pixbuf, glib, gtk3, libnotify, libX11, libXcomposite, libXcursor, libXdamage, libuuid
+, libXext, libXfixes, libXi, libXrandr, libXrender, libXtst, nspr, nss, libxcb
+, pango, systemd, libXScrnSaver, libcxx, libpulseaudio }:
+
+let
+ inherit binaryName;
+in stdenv.mkDerivation rec {
+ inherit pname version src;
+
+ nativeBuildInputs = [ wrapGAppsHook ];
+
+ dontWrapGApps = true;
+
+ libPath = stdenv.lib.makeLibraryPath [
+ libcxx systemd libpulseaudio
+ stdenv.cc.cc alsaLib atk at-spi2-atk at-spi2-core cairo cups dbus expat fontconfig freetype
+ gdk-pixbuf glib gtk3 libnotify libX11 libXcomposite libuuid
+ libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender
+ libXtst nspr nss libxcb pango systemd libXScrnSaver
+ ];
+
+ installPhase = ''
+ mkdir -p $out/{bin,opt/${binaryName},share/pixmaps}
+ mv * $out/opt/${binaryName}
+
+ chmod +x $out/opt/${binaryName}/${binaryName}
+ patchelf --set-interpreter ${stdenv.cc.bintools.dynamicLinker} \
+ $out/opt/${binaryName}/${binaryName}
+
+ wrapProgram $out/opt/${binaryName}/${binaryName} \
+ "''${gappsWrapperArgs[@]}" \
+ --prefix XDG_DATA_DIRS : "${gtk3}/share/gsettings-schemas/${gtk3.name}/" \
+ --prefix LD_LIBRARY_PATH : ${libPath}
+
+ ln -s $out/opt/${binaryName}/${binaryName} $out/bin/
+ ln -s $out/opt/${binaryName}/discord.png $out/share/pixmaps/${pname}.png
+
+ ln -s "${desktopItem}/share/applications" $out/share/
+ '';
+
+ desktopItem = makeDesktopItem {
+ name = pname;
+ exec = binaryName;
+ icon = pname;
+ inherit desktopName;
+ genericName = meta.description;
+ categories = "Network;InstantMessaging;";
+ };
+
+ meta = with stdenv.lib; {
+ description = "All-in-one cross-platform voice and text chat for gamers";
+ homepage = "https://discordapp.com/";
+ downloadPage = "https://discordapp.com/download";
+ license = licenses.unfree;
+ maintainers = with maintainers; [ ldesgoui MP2E tadeokondrak ];
+ platforms = [ "x86_64-linux" ];
+ };
+}
diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix
index 1eba3442342..189092a6d5e 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -1,65 +1,36 @@
-{ stdenv, fetchurl, makeDesktopItem, wrapGAppsHook
-, alsaLib, atk, at-spi2-atk, cairo, cups, dbus, expat, fontconfig, freetype, gdk_pixbuf
-, glib, gtk3, libnotify, libX11, libXcomposite, libXcursor, libXdamage, libuuid
-, libXext, libXfixes, libXi, libXrandr, libXrender, libXtst, nspr, nss, libxcb
-, pango, systemd, libXScrnSaver, libcxx, libpulseaudio }:
-
-stdenv.mkDerivation rec {
+{ branch ? "stable", pkgs }:
+let
+ inherit (pkgs) callPackage fetchurl;
+in {
+ stable = callPackage ./base.nix {
pname = "discord";
+ binaryName = "Discord";
+ desktopName = "Discord";
version = "0.0.9";
-
src = fetchurl {
- url = "https://cdn.discordapp.com/apps/linux/${version}/${pname}-${version}.tar.gz";
- sha256 = "1i0f8id10rh2fx381hx151qckvvh8hbznfsfav8w0dfbd1bransf";
+ url = "https://dl.discordapp.net/apps/linux/0.0.9/discord-0.0.9.tar.gz";
+ sha256 = "1i0f8id10rh2fx381hx151qckvvh8hbznfsfav8w0dfbd1bransf";
};
-
- nativeBuildInputs = [ wrapGAppsHook ];
-
- dontWrapGApps = true;
-
- libPath = stdenv.lib.makeLibraryPath [
- libcxx systemd libpulseaudio
- stdenv.cc.cc alsaLib atk at-spi2-atk cairo cups dbus expat fontconfig freetype
- gdk_pixbuf glib gtk3 libnotify libX11 libXcomposite libuuid
- libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender
- libXtst nspr nss libxcb pango systemd libXScrnSaver
- ];
-
- installPhase = ''
- mkdir -p $out/{bin,opt/discord,share/pixmaps}
- mv * $out/opt/discord
-
- chmod +x $out/opt/discord/Discord
- patchelf --set-interpreter ${stdenv.cc.bintools.dynamicLinker} \
- $out/opt/discord/Discord
-
- wrapProgram $out/opt/discord/Discord \
- "''${gappsWrapperArgs[@]}" \
- --prefix XDG_DATA_DIRS : "${gtk3}/share/gsettings-schemas/${gtk3.name}/" \
- --prefix LD_LIBRARY_PATH : ${libPath}
-
- ln -s $out/opt/discord/Discord $out/bin/
- ln -s $out/opt/discord/discord.png $out/share/pixmaps
-
- ln -s "${desktopItem}/share/applications" $out/share/
- '';
-
- desktopItem = makeDesktopItem {
- name = pname;
- exec = "Discord";
- icon = pname;
- desktopName = "Discord";
- genericName = meta.description;
- categories = "Network;InstantMessaging;";
+ };
+ ptb = callPackage ./base.nix {
+ pname = "discord-ptb";
+ binaryName = "DiscordPTB";
+ desktopName = "Discord PTB";
+ version = "0.0.15";
+ src = fetchurl {
+ url = "https://dl-ptb.discordapp.net/apps/linux/0.0.15/discord-ptb-0.0.15.tar.gz";
+ sha256 = "0znqb0a3yglgx7a9ypkb81jcm8kqgc6559zi7vfqn02zh15gqv6a";
};
-
- meta = with stdenv.lib; {
- description = "All-in-one cross-platform voice and text chat for gamers";
- homepage = https://discordapp.com/;
- downloadPage = "https://github.com/crmarsh/discord-linux-bugs";
- license = licenses.unfree;
- maintainers = [ maintainers.ldesgoui maintainers.MP2E ];
- platforms = [ "x86_64-linux" ];
+ };
+ canary = callPackage ./base.nix {
+ pname = "discord-canary";
+ binaryName = "DiscordCanary";
+ desktopName = "Discord Canary";
+ version = "0.0.93";
+ src = fetchurl {
+ url = "https://dl-canary.discordapp.net/apps/linux/0.0.93/discord-canary-0.0.93.tar.gz";
+ sha256 = "1jzm5fm7a1p68ims7bv5am0bpbvrhbynzblpj9qrzzrwakdaywbi";
};
-}
+ };
+}.${branch}
diff --git a/pkgs/applications/networking/instant-messengers/fractal/default.nix b/pkgs/applications/networking/instant-messengers/fractal/default.nix
index 84b9bdfa7a0..bacf6b4338a 100644
--- a/pkgs/applications/networking/instant-messengers/fractal/default.nix
+++ b/pkgs/applications/networking/instant-messengers/fractal/default.nix
@@ -1,28 +1,83 @@
-{ stdenv, fetchurl, fetchFromGitLab, meson, ninja, gettext, cargo, rustc, python3, rustPlatform, pkgconfig, gtksourceview
-, hicolor-icon-theme, glib, libhandy, gtk3, libsecret, dbus, openssl, sqlite, gst_all_1, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitLab
+, fetchpatch
+, meson
+, ninja
+, gettext
+, cargo
+, rustc
+, python3
+, rustPlatform
+, pkgconfig
+, gtksourceview
+, hicolor-icon-theme
+, glib
+, libhandy
+, gtk3
+, dbus
+, openssl
+, sqlite
+, gst_all_1
+, cairo
+, gdk-pixbuf
+, gspell
+, wrapGAppsHook
+}:
rustPlatform.buildRustPackage rec {
- version = "4.0.0";
- name = "fractal-${version}";
+ pname = "fractal";
+ version = "4.2.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "fractal";
rev = version;
- sha256 = "05q47jdgbi5jz01280msb8gxnbsrgf2jvglfm6k40f1xw4wxkrzy";
+ sha256 = "0clwsmd6h759bzlazfq5ig56dbx7npx3h43yspk87j1rm2dp1177";
};
+ cargoSha256 = "1hwjajkphl5439dymglgj3h92hxgbf7xpipzrga7ga8m10nx1dhl";
+
nativeBuildInputs = [
- meson ninja pkgconfig gettext cargo rustc python3 wrapGAppsHook
+ cargo
+ gettext
+ meson
+ ninja
+ pkgconfig
+ python3
+ rustc
+ wrapGAppsHook
];
+
buildInputs = [
- glib gtk3 libhandy dbus openssl sqlite gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-bad
- gtksourceview hicolor-icon-theme libsecret
+ cairo
+ dbus
+ gdk-pixbuf
+ glib
+ gspell
+ gst_all_1.gst-editing-services
+ gst_all_1.gst-plugins-bad
+ gst_all_1.gst-plugins-base
+ gst_all_1.gstreamer
+ gtk3
+ gtksourceview
+ hicolor-icon-theme
+ libhandy
+ openssl
+ sqlite
+ ];
+
+ cargoPatches = [
+ # https://gitlab.gnome.org/GNOME/fractal/merge_requests/446
+ (fetchpatch {
+ url = "https://gitlab.gnome.org/GNOME/fractal/commit/2778acdc6c50bc6f034513029b66b0b092bc4c38.patch";
+ sha256 = "08v17xmbwrjw688ps4hsnd60d5fm26xj72an3zf6yszha2b97j6y";
+ })
];
postPatch = ''
- patchShebangs scripts/meson_post_install.py
+ chmod +x scripts/test.sh
+ patchShebangs scripts/meson_post_install.py scripts/test.sh
'';
# Don't use buildRustPackage phases, only use it for rust deps setup
@@ -31,13 +86,11 @@ rustPlatform.buildRustPackage rec {
checkPhase = null;
installPhase = null;
- cargoSha256 = "1ax5dv200v8mfx0418bx8sbwpbp6zj469xg75hp78kqfiv83pn1g";
-
meta = with stdenv.lib; {
description = "Matrix group messaging app";
homepage = https://gitlab.gnome.org/GNOME/fractal;
license = licenses.gpl3;
- maintainers = with maintainers; [ dtzWill ];
+ maintainers = with maintainers; [ dtzWill worldofpeace ];
};
}
diff --git a/pkgs/applications/networking/instant-messengers/franz/default.nix b/pkgs/applications/networking/instant-messengers/franz/default.nix
index 2c692055f9a..97a4341dc4d 100644
--- a/pkgs/applications/networking/instant-messengers/franz/default.nix
+++ b/pkgs/applications/networking/instant-messengers/franz/default.nix
@@ -1,25 +1,25 @@
-{ stdenv, fetchurl, makeWrapper, autoPatchelfHook, dpkg
-, xorg, atk, glib, pango, gdk_pixbuf, cairo, freetype, fontconfig, gtk3
+{ stdenv, fetchurl, makeWrapper, wrapGAppsHook, autoPatchelfHook, dpkg
+, xorg, atk, glib, pango, gdk-pixbuf, cairo, freetype, fontconfig, gtk3
, gnome2, dbus, nss, nspr, alsaLib, cups, expat, udev, libnotify, xdg_utils }:
let
- version = "5.1.0";
+ version = "5.2.0";
in stdenv.mkDerivation rec {
name = "franz-${version}";
src = fetchurl {
url = "https://github.com/meetfranz/franz/releases/download/v${version}/franz_${version}_amd64.deb";
- sha256 = "a474d2e9c6fb99abfc4c7e9290a0e52eef62233fa25c962afdde75fe151277d0";
+ sha256 = "1wlfd1ja38vbjy8y5pg95cpvf5ixkkq53m7v3c24q473jax4ynvg";
};
# don't remove runtime deps
dontPatchELF = true;
- nativeBuildInputs = [ autoPatchelfHook makeWrapper dpkg ];
+ nativeBuildInputs = [ autoPatchelfHook makeWrapper wrapGAppsHook dpkg ];
buildInputs = (with xorg; [
libXi libXcursor libXdamage libXrandr libXcomposite libXext libXfixes
libXrender libX11 libXtst libXScrnSaver
]) ++ [
- gtk3 atk glib pango gdk_pixbuf cairo freetype fontconfig dbus
+ gtk3 atk glib pango gdk-pixbuf cairo freetype fontconfig dbus
gnome2.GConf nss nspr alsaLib cups expat stdenv.cc.cc
];
runtimeDependencies = [ udev.lib libnotify ];
@@ -37,8 +37,12 @@ in stdenv.mkDerivation rec {
--replace Exec=\"/opt/Franz/franz\" Exec=franz
'';
+ dontWrapGApps = true;
+
postFixup = ''
- wrapProgram $out/opt/Franz/franz --prefix PATH : ${xdg_utils}/bin
+ wrapProgram $out/opt/Franz/franz \
+ --prefix PATH : ${xdg_utils}/bin \
+ "''${gappsWrapperArgs[@]}"
'';
meta = with stdenv.lib; {
diff --git a/pkgs/applications/networking/instant-messengers/freetalk/default.nix b/pkgs/applications/networking/instant-messengers/freetalk/default.nix
index 2c27853c944..ea793e3c0aa 100644
--- a/pkgs/applications/networking/instant-messengers/freetalk/default.nix
+++ b/pkgs/applications/networking/instant-messengers/freetalk/default.nix
@@ -1,9 +1,7 @@
{ stdenv, fetchFromGitHub
, guile, pkgconfig, glib, loudmouth, gmp, libidn, readline, libtool
, libunwind, ncurses, curl, jansson, texinfo
-, automake, autoconf
-}:
-
+, automake, autoconf }:
stdenv.mkDerivation rec {
name = "freetalk-${version}";
version = "4.1";
@@ -19,11 +17,10 @@ stdenv.mkDerivation rec {
./autogen.sh
'';
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [
+ nativeBuildInputs = [ pkgconfig texinfo autoconf automake ];
+ buildInputs = [
guile glib loudmouth gmp libidn readline libtool
- libunwind ncurses curl jansson texinfo
- autoconf automake
+ libunwind ncurses curl jansson
];
meta = with stdenv.lib; {
diff --git a/pkgs/applications/networking/instant-messengers/gajim/default.nix b/pkgs/applications/networking/instant-messengers/gajim/default.nix
index 26dc45144d9..6da7320e953 100644
--- a/pkgs/applications/networking/instant-messengers/gajim/default.nix
+++ b/pkgs/applications/networking/instant-messengers/gajim/default.nix
@@ -7,7 +7,7 @@
, xvfb_run, dbus
# Optional dependencies
-, enableJingle ? true, farstream, gstreamer, gst-plugins-base, gst-libav, gst-plugins-ugly
+, enableJingle ? true, farstream, gstreamer, gst-plugins-base, gst-libav, gst-plugins-ugly, libnice
, enableE2E ? true
, enableSecrets ? true, libsecret
, enableRST ? true, docutils
@@ -33,14 +33,14 @@ python3.pkgs.buildPythonApplication rec {
'';
buildInputs = [
- gobject-introspection gtk3 gnome3.adwaita-icon-theme
- ] ++ lib.optionals enableJingle [ farstream gstreamer gst-plugins-base gst-libav gst-plugins-ugly ]
+ gobject-introspection gtk3 gnome3.adwaita-icon-theme wrapGAppsHook
+ ] ++ lib.optionals enableJingle [ farstream gstreamer gst-plugins-base gst-libav gst-plugins-ugly libnice ]
++ lib.optional enableSecrets libsecret
++ lib.optional enableSpelling gspell
++ lib.optional enableUPnP gupnp-igd;
nativeBuildInputs = [
- gettext wrapGAppsHook
+ gettext
];
propagatedBuildInputs = with python3.pkgs; [
diff --git a/pkgs/applications/networking/instant-messengers/gitter/default.nix b/pkgs/applications/networking/instant-messengers/gitter/default.nix
index be911f70f91..6878c9a870b 100644
--- a/pkgs/applications/networking/instant-messengers/gitter/default.nix
+++ b/pkgs/applications/networking/instant-messengers/gitter/default.nix
@@ -1,9 +1,9 @@
{ stdenv, alsaLib, atk, cairo, cups, dbus, dpkg, expat, fetchurl
-, fontconfig, freetype, gdk_pixbuf, glib, gnome2, gtk3, libX11
+, fontconfig, freetype, gdk-pixbuf, glib, gnome2, gtk3, libX11
, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext, libXfixes
, libXi, libXrandr, libXrender, libXtst, libappindicator-gtk3, libcxx
, libnotify, libpulseaudio, libxcb, makeDesktopItem, makeWrapper, nspr, nss
-, nwjs, pango, systemd }:
+, pango, systemd }:
let gitterDirectorySuffix = "opt/gitter";
doELFPatch = target: ''
@@ -12,7 +12,7 @@ let gitterDirectorySuffix = "opt/gitter";
$out/${gitterDirectorySuffix}/${target}
'';
libPath = stdenv.lib.makeLibraryPath [
- alsaLib atk cairo cups dbus expat fontconfig freetype gdk_pixbuf glib
+ alsaLib atk cairo cups dbus expat fontconfig freetype gdk-pixbuf glib
gnome2.GConf gtk3 libX11 libXScrnSaver libXcomposite libXcursor libXdamage
libXext libXfixes libXi libXrandr libXrender libXtst libappindicator-gtk3
libcxx libnotify libpulseaudio libxcb nspr nss pango stdenv.cc.cc systemd
diff --git a/pkgs/applications/networking/instant-messengers/gomuks/default.nix b/pkgs/applications/networking/instant-messengers/gomuks/default.nix
index 8e85be831a0..5e6e2f9b8d8 100644
--- a/pkgs/applications/networking/instant-messengers/gomuks/default.nix
+++ b/pkgs/applications/networking/instant-messengers/gomuks/default.nix
@@ -1,20 +1,22 @@
-{ stdenv, buildGo110Package, fetchFromGitHub }:
+{ stdenv, buildGoModule, fetchFromGitHub }:
-buildGo110Package rec {
- name = "gomuks-${version}";
- version = "2018-07-10";
+buildGoModule rec {
+ pname = "gomuks";
+ version = "2019-06-28";
goPackagePath = "maunium.net/go/gomuks";
src = fetchFromGitHub {
owner = "tulir";
- repo = "gomuks";
- rev = "68db26bcace31297471641fe95f8882e301f5699";
- sha256 = "0dagdvsvn8nwqsvjbqk1c6gg2q1m40869nayrkwm3ndg2xkfdpm6";
+ repo = pname;
+ rev = "37df8eb454088e61db7a14f382851205bc1806ad";
+ sha256 = "1hr15d9sbq6mddaxv3pwz86qp1hhzssgrvakfpc49xl4h04dq33g";
};
+ modSha256 = "1qrqgzzsxqvmy4m9shypa94bzw34mc941jhmyccip9grk9fzsxws";
+
meta = with stdenv.lib; {
- homepage = https://maunium.net/go/gomuks/;
+ homepage = "https://maunium.net/go/gomuks/";
description = "A terminal based Matrix client written in Go";
license = licenses.gpl3;
maintainers = with maintainers; [ tilpner ];
diff --git a/pkgs/applications/networking/instant-messengers/linphone/default.nix b/pkgs/applications/networking/instant-messengers/linphone/default.nix
index 4282e99a712..67d5e56a021 100644
--- a/pkgs/applications/networking/instant-messengers/linphone/default.nix
+++ b/pkgs/applications/networking/instant-messengers/linphone/default.nix
@@ -2,7 +2,7 @@
, zlib, libxml2, gtk2, libnotify, speex, ffmpeg, libX11, libsoup, udev
, ortp, mediastreamer, sqlite, belle-sip, libosip, libexosip, bzrtp
, mediastreamer-openh264, bctoolbox, makeWrapper, fetchFromGitHub, cmake
-, libmatroska, bcunit, doxygen, gdk_pixbuf, glib, cairo, pango, polarssl
+, libmatroska, bcunit, doxygen, gdk-pixbuf, glib, cairo, pango, polarssl
, python, graphviz, belcard
, withGui ? true
}:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
buildInputs = [
readline openldap cyrus_sasl libupnp zlib libxml2 gtk2 libnotify speex ffmpeg libX11
polarssl libsoup udev ortp mediastreamer sqlite belle-sip libosip libexosip
- bctoolbox libmatroska bcunit gdk_pixbuf glib cairo pango bzrtp belcard
+ bctoolbox libmatroska bcunit gdk-pixbuf glib cairo pango bzrtp belcard
];
nativeBuildInputs = [
diff --git a/pkgs/applications/networking/instant-messengers/mattermost-desktop/default.nix b/pkgs/applications/networking/instant-messengers/mattermost-desktop/default.nix
index e8c28dc3e53..1fb74314811 100644
--- a/pkgs/applications/networking/instant-messengers/mattermost-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/mattermost-desktop/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, gnome2, gtk3, pango, atk, cairo, gdk_pixbuf, glib,
+{ stdenv, fetchurl, gnome2, gtk3, pango, atk, cairo, gdk-pixbuf, glib,
freetype, fontconfig, dbus, libX11, xorg, libXi, libXcursor, libXdamage,
libXrandr, libXcomposite, libXext, libXfixes, libXrender, libXtst,
libXScrnSaver, nss, nspr, alsaLib, cups, expat, udev }:
@@ -12,7 +12,7 @@ let
expat
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
gnome2.GConf
gtk3
diff --git a/pkgs/applications/networking/instant-messengers/nheko/default.nix b/pkgs/applications/networking/instant-messengers/nheko/default.nix
index 4a669f127e5..d337c62ea09 100644
--- a/pkgs/applications/networking/instant-messengers/nheko/default.nix
+++ b/pkgs/applications/networking/instant-messengers/nheko/default.nix
@@ -1,8 +1,11 @@
-{ lib, stdenv, fetchFromGitHub, fetchurl
-, cmake, cmark, lmdb, qt5, qtmacextras, mtxclient
-, boost, spdlog, olm, pkgconfig
+{ lib, stdenv, fetchFromGitHub
+, cmake, cmark, lmdb, mkDerivation, qtbase, qtmacextras
+, qtmultimedia, qttools, mtxclient, boost, spdlog, olm, pkgconfig
+, nlohmann_json
}:
+# These hashes and revisions are based on those from here:
+# https://github.com/Nheko-Reborn/nheko/blob/v0.6.4/deps/CMakeLists.txt#L52
let
tweeny = fetchFromGitHub {
owner = "mobius3";
@@ -18,15 +21,15 @@ let
sha256 = "1whsc5cybf9rmgyaj6qjji03fv5jbgcgygp956s3835b9f9cjg1n";
};
in
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "nheko-${version}";
- version = "0.6.3";
+ version = "0.6.4";
src = fetchFromGitHub {
owner = "Nheko-Reborn";
repo = "nheko";
rev = "v${version}";
- sha256 = "1h95lixciiq904dnfpwxhyf545yfsrphhwqyvs4yrzdfr9k0cf98";
+ sha256 = "19dkc98l1q4070v6mli4ybqn0ip0za607w39hjf0x8rqdxq45iwm";
};
# If, on Darwin, you encounter the error
@@ -54,13 +57,14 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DTWEENY_INCLUDE_DIR=.deps/include"
"-DLMDBXX_INCLUDE_DIR=${lmdbxx}"
+ "-Dnlohmann_json_DIR=${nlohmann_json}/lib/cmake/nlohmann_json"
];
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [
mtxclient olm boost lmdb spdlog cmark
- qt5.qtbase qt5.qtmultimedia qt5.qttools
+ qtbase qtmultimedia qttools
] ++ lib.optional stdenv.isDarwin qtmacextras;
enableParallelBuilding = true;
diff --git a/pkgs/applications/networking/instant-messengers/pidgin-plugins/skype4pidgin/default.nix b/pkgs/applications/networking/instant-messengers/pidgin-plugins/skype4pidgin/default.nix
index ddb9217d5e2..6657ff96b11 100644
--- a/pkgs/applications/networking/instant-messengers/pidgin-plugins/skype4pidgin/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pidgin-plugins/skype4pidgin/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, pidgin, libnotify, gdk_pixbuf, glib, dbus
+{ stdenv, fetchurl, pkgconfig, pidgin, libnotify, gdk-pixbuf, glib, dbus
, dbus-glib }:
stdenv.mkDerivation rec {
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
postInstall = "ln -s \$out/lib/pidgin \$out/share/pidgin-otr";
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ pidgin libnotify gdk_pixbuf glib dbus dbus-glib ];
+ buildInputs = [ pidgin libnotify gdk-pixbuf glib dbus dbus-glib ];
meta = {
homepage = https://github.com/novas0x2a/skype4pidgin;
diff --git a/pkgs/applications/networking/instant-messengers/poezio/default.nix b/pkgs/applications/networking/instant-messengers/poezio/default.nix
index b5fa1ccc2f4..31c9fb4e7c3 100644
--- a/pkgs/applications/networking/instant-messengers/poezio/default.nix
+++ b/pkgs/applications/networking/instant-messengers/poezio/default.nix
@@ -1,22 +1,24 @@
-{ lib, buildPythonApplication, fetchurl, pythonOlder
+{ lib, buildPythonApplication, fetchFromGitHub, pythonOlder
, pytest, aiodns, slixmpp, pyinotify, potr, mpd2, cffi, pkgconfig }:
buildPythonApplication rec {
- name = "poezio-${version}";
- version = "0.12";
+ pname = "poezio";
+ version = "0.12.1";
disabled = pythonOlder "3.4";
- buildInputs = [ pytest ];
+ checkInputs = [ pytest ];
propagatedBuildInputs = [ aiodns slixmpp pyinotify potr mpd2 cffi ];
nativeBuildInputs = [ pkgconfig ];
- src = fetchurl {
- url = "http://dev.louiz.org/attachments/download/129/${name}.tar.gz";
- sha256 = "11n9x82xyjwbqk28lsfnvqwn8qc9flv6w2c64camh6j3148ykpvz";
+ src = fetchFromGitHub {
+ owner = pname;
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "04qnsr0l12i55k6xl4q4akx317gai9wv5f1wpkfkq01wp181i5ll";
};
checkPhase = ''
- py.test
+ pytest
'';
meta = with lib; {
diff --git a/pkgs/applications/networking/instant-messengers/profanity/default.nix b/pkgs/applications/networking/instant-messengers/profanity/default.nix
index 1273c7dd3c3..79a197d1a7a 100644
--- a/pkgs/applications/networking/instant-messengers/profanity/default.nix
+++ b/pkgs/applications/networking/instant-messengers/profanity/default.nix
@@ -4,29 +4,31 @@
, autoconf-archive
, autoAwaySupport ? true, libXScrnSaver ? null, libX11 ? null
-, notifySupport ? true, libnotify ? null, gdk_pixbuf ? null
+, notifySupport ? true, libnotify ? null, gdk-pixbuf ? null
, traySupport ? true, gnome2 ? null
, pgpSupport ? true, gpgme ? null
, pythonPluginSupport ? true, python ? null
+, omemoSupport ? true, libsignal-protocol-c ? null, libgcrypt ? null
}:
assert autoAwaySupport -> libXScrnSaver != null && libX11 != null;
-assert notifySupport -> libnotify != null && gdk_pixbuf != null;
+assert notifySupport -> libnotify != null && gdk-pixbuf != null;
assert traySupport -> gnome2 != null;
assert pgpSupport -> gpgme != null;
assert pythonPluginSupport -> python != null;
+assert omemoSupport -> libsignal-protocol-c != null && libgcrypt != null;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "profanity-${version}";
- version = "0.6.0";
+ version = "0.7.0";
src = fetchFromGitHub {
- owner = "boothj5";
+ owner = "profanity-im";
repo = "profanity";
rev = "${version}";
- sha256 = "0f5kfzy22wzyj7rnd2nbj93q96ga87b53wlg8lfg83qdphx1ymz9";
+ sha256 = "15adg7ndjkzy04lizjmnvv0pf0snhzp6a8x74mndcm0zma0dia0z";
};
patches = [ ./patches/packages-osx.patch ./patches/undefined-macros.patch ];
@@ -41,17 +43,19 @@ stdenv.mkDerivation rec {
expect readline libuuid glib openssl expat ncurses libotr
curl libmesode cmocka libmicrohttpd stabber
] ++ optionals autoAwaySupport [ libXScrnSaver libX11 ]
- ++ optionals notifySupport [ libnotify gdk_pixbuf ]
+ ++ optionals notifySupport [ libnotify gdk-pixbuf ]
++ optionals traySupport [ gnome2.gtk ]
++ optionals pgpSupport [ gpgme ]
- ++ optionals pythonPluginSupport [ python ];
+ ++ optionals pythonPluginSupport [ python ]
+ ++ optionals omemoSupport [ libsignal-protocol-c libgcrypt ];
# Enable feature flags, so that build fail if libs are missing
configureFlags = [ "--enable-c-plugins" "--enable-otr" ]
++ optionals notifySupport [ "--enable-notifications" ]
++ optionals traySupport [ "--enable-icons" ]
++ optionals pgpSupport [ "--enable-pgp" ]
- ++ optionals pythonPluginSupport [ "--enable-python-plugins" ];
+ ++ optionals pythonPluginSupport [ "--enable-python-plugins" ]
+ ++ optionals omemoSupport [ "--enable-omemo" ];
preAutoreconf = ''
mkdir m4
diff --git a/pkgs/applications/networking/instant-messengers/quaternion/default.nix b/pkgs/applications/networking/instant-messengers/quaternion/default.nix
index 8f18d25089c..65562830897 100644
--- a/pkgs/applications/networking/instant-messengers/quaternion/default.nix
+++ b/pkgs/applications/networking/instant-messengers/quaternion/default.nix
@@ -1,10 +1,11 @@
-{ stdenv, lib, fetchFromGitHub, cmake
+{ mkDerivation, stdenv, lib, fetchFromGitHub, cmake
, qtbase, qtquickcontrols, qtkeychain, qtmultimedia, qttools
-, libqmatrixclient_0_4, libqmatrixclient_0_5 }:
+, libqmatrixclient_0_5 }:
let
- generic = version: sha256: prefix: library: stdenv.mkDerivation rec {
- name = "quaternion-${version}";
+ generic = version: sha256: prefix: library: mkDerivation rec {
+ pname = "quaternion";
+ inherit version;
src = fetchFromGitHub {
owner = "QMatrixClient";
@@ -13,9 +14,9 @@ let
inherit sha256;
};
- buildInputs = [ qtbase qtmultimedia qtquickcontrols qtkeychain qttools library ];
+ buildInputs = [ qtbase qtmultimedia qtquickcontrols qtkeychain library ];
- nativeBuildInputs = [ cmake ];
+ nativeBuildInputs = [ cmake qttools ];
postInstall = if stdenv.isDarwin then ''
mkdir -p $out/Applications
@@ -28,7 +29,7 @@ let
meta = with lib; {
description = "Cross-platform desktop IM client for the Matrix protocol";
- homepage = https://matrix.org/docs/projects/client/quaternion.html;
+ homepage = "https://matrix.org/docs/projects/client/quaternion.html";
license = licenses.gpl3;
maintainers = with maintainers; [ peterhoeg ];
inherit (qtbase.meta) platforms;
diff --git a/pkgs/applications/networking/instant-messengers/rambox/bare.nix b/pkgs/applications/networking/instant-messengers/rambox/bare.nix
index 259242606ad..60a4dd39fb0 100644
--- a/pkgs/applications/networking/instant-messengers/rambox/bare.nix
+++ b/pkgs/applications/networking/instant-messengers/rambox/bare.nix
@@ -1,23 +1,23 @@
-{ stdenv, fetchFromGitHub, fetchNodeModules, nodejs-8_x, ruby, sencha
+{ stdenv, fetchFromGitHub, fetchNodeModules, nodejs-10_x, ruby, sencha
, auth0ClientID, auth0Domain }:
stdenv.mkDerivation rec {
name = "rambox-bare-${version}";
- version = "0.6.7";
+ version = "0.6.9";
src = fetchFromGitHub {
owner = "ramboxapp";
repo = "community-edition";
rev = version;
- sha256 = "1fsp4jxiypl6zkh5wgf9amyiyx9dqv6h8rsjn5xjp9bna27s0d3b";
+ sha256 = "1h44srl2gzkhjaazpwz1pwy4dp5x776fc685kahlvjlsfls0fvy9";
};
- nativeBuildInputs = [ nodejs-8_x ruby sencha ];
+ nativeBuildInputs = [ nodejs-10_x ruby sencha ];
node_modules = fetchNodeModules {
inherit src;
- nodejs = nodejs-8_x;
+ nodejs = nodejs-10_x;
sha256 = "0qsgr8cq81yismal5sqr02skakqpynwwzk5s98dr5bg91y361fgy";
};
diff --git a/pkgs/applications/networking/instant-messengers/rambox/default.nix b/pkgs/applications/networking/instant-messengers/rambox/default.nix
index 84ea02f7cb3..eeab5e32c0f 100644
--- a/pkgs/applications/networking/instant-messengers/rambox/default.nix
+++ b/pkgs/applications/networking/instant-messengers/rambox/default.nix
@@ -1,6 +1,5 @@
{ stdenv, newScope, makeWrapper
-, wrapGAppsHook, gnome3, glib
-, electron_3, xdg_utils, makeDesktopItem
+, electron, xdg_utils, makeDesktopItem
, auth0ClientID ? "0spuNKfIGeLAQ_Iki9t3fGxbfJl3k8SU"
, auth0Domain ? "nixpkgs.auth0.com" }:
@@ -28,10 +27,9 @@ with self;
stdenv.mkDerivation {
name = "rambox-${rambox-bare.version}";
- nativeBuildInputs = [ makeWrapper wrapGAppsHook ];
+ nativeBuildInputs = [ makeWrapper ];
- buildInputs = [ glib gnome3.gsettings_desktop_schemas ];
- unpackPhase = ":";
+ dontUnpack = true;
dontWrapGApps = true; # we only want $gappsWrapperArgs here
@@ -43,9 +41,8 @@ stdenv.mkDerivation {
'';
postFixup = ''
- makeWrapper ${electron_3}/bin/electron $out/bin/rambox \
+ makeWrapper ${electron}/bin/electron $out/bin/rambox \
--add-flags "${rambox-bare} --without-update" \
- "''${gappsWrapperArgs[@]}" \
--prefix PATH : ${xdg_utils}/bin
'';
diff --git a/pkgs/applications/networking/instant-messengers/rambox/pro.nix b/pkgs/applications/networking/instant-messengers/rambox/pro.nix
index 1106aa86a0a..9a0aab6f8ce 100644
--- a/pkgs/applications/networking/instant-messengers/rambox/pro.nix
+++ b/pkgs/applications/networking/instant-messengers/rambox/pro.nix
@@ -2,26 +2,19 @@
stdenv.mkDerivation rec {
pname = "rambox-pro";
- version = "1.1.2";
+ version = "1.1.6";
dontBuild = true;
dontStrip = true;
- buildInputs = [ nss xorg.libxkbfile ];
+ buildInputs = [ nss xorg.libXext xorg.libxkbfile xorg.libXScrnSaver ];
nativeBuildInputs = [ autoPatchelfHook makeWrapper nodePackages.asar ];
src = fetchurl {
url = "https://github.com/ramboxapp/download/releases/download/v${version}/RamboxPro-${version}-linux-x64.tar.gz";
- sha256 = "0rrfpl371hp278b02b9b6745ax29yrdfmxrmkxv6d158jzlv0dlr";
+ sha256 = "1jdamjdl649315ms5g1c7m7gpy04rv7xpy6bsvink242adaq2pjz";
};
- postPatch = ''
- substituteInPlace resources/app.asar.unpacked/node_modules/ad-block/vendor/depot_tools/create-chromium-git-src \
- --replace "/usr/bin/env -S bash -e" "${stdenv.shell}"
- substituteInPlace resources/app.asar.unpacked/node_modules/ad-block/node_modules/bloom-filter-cpp/vendor/depot_tools/create-chromium-git-src \
- --replace "/usr/bin/env -S bash -e" "${stdenv.shell}"
- '';
-
installPhase = ''
mkdir -p $out/bin $out/opt/RamboxPro $out/share/applications
asar e resources/app.asar $out/opt/RamboxPro/resources/app.asar.unpacked
diff --git a/pkgs/applications/networking/instant-messengers/rambox/sencha/default.nix b/pkgs/applications/networking/instant-messengers/rambox/sencha/default.nix
index 1ca04a9e168..4be8edaf9b8 100644
--- a/pkgs/applications/networking/instant-messengers/rambox/sencha/default.nix
+++ b/pkgs/applications/networking/instant-messengers/rambox/sencha/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = ''
makeWrapper ${sencha-bare}/sencha $out/bin/sencha
diff --git a/pkgs/applications/networking/instant-messengers/riot/riot-desktop-package.json b/pkgs/applications/networking/instant-messengers/riot/riot-desktop-package.json
index b6107559e7b..2e9602458e7 100644
--- a/pkgs/applications/networking/instant-messengers/riot/riot-desktop-package.json
+++ b/pkgs/applications/networking/instant-messengers/riot/riot-desktop-package.json
@@ -2,7 +2,7 @@
"name": "riot-web",
"productName": "Riot",
"main": "src/electron-main.js",
- "version": "1.2.1",
+ "version": "1.3.3",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"dependencies": {
diff --git a/pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix b/pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix
index f7a7615171f..d245fad7bca 100644
--- a/pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix
+++ b/pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix
@@ -1,4 +1,4 @@
-{ pkgs, stdenv, fetchFromGitHub, makeWrapper, makeDesktopItem, electron, riot-web }:
+{ pkgs, stdenv, fetchFromGitHub, makeWrapper, makeDesktopItem, electron_5, riot-web }:
# Note for maintainers:
# Versions of `riot-web` and `riot-desktop` should be kept in sync.
@@ -7,12 +7,12 @@ with (import ./yarn2nix.nix { inherit pkgs; });
let
executableName = "riot-desktop";
- version = "1.2.1";
+ version = "1.3.3";
riot-web-src = fetchFromGitHub {
owner = "vector-im";
repo = "riot-web";
rev = "v${version}";
- sha256 = "0l50swqzdzbzbnrlkvwi133d54jgj15cj3awmlc1qdhnfdc3wxbb";
+ sha256 = "1nzzxcz4r9932cha80q1bzn1425m67fsl89pn7n7ybrv6y0jnxpc";
};
in mkYarnPackage rec {
@@ -49,7 +49,7 @@ in mkYarnPackage rec {
ln -s "${desktopItem}/share/applications" "$out/share/applications"
# executable wrapper
- makeWrapper '${electron}/bin/electron' "$out/bin/${executableName}" \
+ makeWrapper '${electron_5}/bin/electron' "$out/bin/${executableName}" \
--add-flags "$out/share/riot/electron"
'';
@@ -65,7 +65,7 @@ in mkYarnPackage rec {
# * category and StartupWMClass from the build.linux section of
# https://github.com/vector-im/riot-web/blob/develop/package.json
desktopItem = makeDesktopItem {
- inherit name;
+ name = "riot";
exec = executableName;
icon = "riot";
desktopName = "Riot";
@@ -81,8 +81,7 @@ in mkYarnPackage rec {
description = "A feature-rich client for Matrix.org";
homepage = https://about.riot.im/;
license = licenses.asl20;
- maintainers = with maintainers; [ pacien ];
- inherit (electron.meta) platforms;
+ maintainers = with maintainers; [ pacien worldofpeace ];
+ inherit (electron_5.meta) platforms;
};
}
-
diff --git a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
index ed6cc7abfa3..383952f2a89 100644
--- a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
+++ b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
@@ -3,20 +3,23 @@
# Note for maintainers:
# Versions of `riot-web` and `riot-desktop` should be kept in sync.
-let configFile = writeText "riot-config.json" conf; in
stdenv.mkDerivation rec {
name= "riot-web-${version}";
- version = "1.2.1";
+ version = "1.3.3";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
- sha256 = "1h96c4yy06ag5lmsbm5h2ws1l7sp4qm5dcchw25k3937fdhwq840";
+ sha256 = "1n5h7q3h0akw09p4z7nwprxsa8jnmwbvwn2npq7zz62ccasb4fv9";
};
- installPhase = ''
+ installPhase = let
+ configFile = if (conf != null)
+ then writeText "riot-config.json" conf
+ else "$out/config.sample.json";
+ in ''
mkdir -p $out/
cp -R . $out/
- ${lib.optionalString (conf != null) "ln -s ${configFile} $out/config.json"}
+ ln -s ${configFile} $out/config.json
'';
meta = {
diff --git a/pkgs/applications/networking/instant-messengers/riot/yarn2nix.nix b/pkgs/applications/networking/instant-messengers/riot/yarn2nix.nix
index d243d9356bd..5dd79fdf1d8 100644
--- a/pkgs/applications/networking/instant-messengers/riot/yarn2nix.nix
+++ b/pkgs/applications/networking/instant-messengers/riot/yarn2nix.nix
@@ -60,7 +60,6 @@ in rec {
mkYarnModules = {
name,
pname,
- version,
packageJSON,
yarnLock,
yarnNix ? mkYarnNix yarnLock,
@@ -207,7 +206,7 @@ in rec {
name = "${safeName}-modules-${version}";
preBuild = yarnPreBuild;
workspaceDependencies = workspaceDependenciesTransitive;
- inherit packageJSON pname version yarnLock yarnNix yarnFlags pkgConfig;
+ inherit packageJSON pname yarnLock yarnNix yarnFlags pkgConfig;
};
publishBinsFor_ = unlessNull publishBinsFor [pname];
linkDirFunction = ''
diff --git a/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix b/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
index e1ba2900785..0b4c3aade87 100644
--- a/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, dpkg, wrapGAppsHook
-, gnome2, gtk3, atk, at-spi2-atk, cairo, pango, gdk_pixbuf, glib, freetype, fontconfig
+, gnome2, gtk3, atk, at-spi2-atk, cairo, pango, gdk-pixbuf, glib, freetype, fontconfig
, dbus, libX11, xorg, libXi, libXcursor, libXdamage, libXrandr, libXcomposite
, libXext, libXfixes, libXrender, libXtst, libXScrnSaver, nss, nspr, alsaLib
, cups, expat, udev, libnotify, libuuid
@@ -31,7 +31,7 @@ let
expat
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
gnome2.GConf
gtk3
@@ -57,11 +57,11 @@ let
in stdenv.mkDerivation rec {
name = "signal-desktop-${version}";
- version = "1.25.1";
+ version = "1.26.2";
src = fetchurl {
url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
- sha256 = "1185psv93amqj0s7rgm8bhl3y4jcxc1945paslvjbmw01vi3p1lp";
+ sha256 = "08qx7k82x6ybqi3lln6ixzmdz4sr8yz8vfx0y408b85wjfc7ncjk";
};
phases = [ "unpackPhase" "installPhase" ];
diff --git a/pkgs/applications/networking/instant-messengers/sky/default.nix b/pkgs/applications/networking/instant-messengers/sky/default.nix
index a90acc8eae3..cf6031aa05b 100644
--- a/pkgs/applications/networking/instant-messengers/sky/default.nix
+++ b/pkgs/applications/networking/instant-messengers/sky/default.nix
@@ -1,9 +1,9 @@
-{ stdenv, fetchurl, file, lib, libX11, libXScrnSaver
+{ stdenv, fetchurl, file, libX11, libXScrnSaver
, libGL, qt5, SDL, libpulseaudio
, libXrandr, libXext, libXcursor, libXinerama, libXi
, curl, sqlite, openssl
, libuuid, openh264, libv4l, libxkbfile, libXv, zlib, libXmu
-, libXtst, libXdamage, pam, patchelfUnstable, libXfixes, libXrender, libjpeg_original
+, libXtst, libXdamage, pam, libXfixes, libXrender, libjpeg_original
, ffmpeg
}:
let
diff --git a/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix b/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
index 92416dce6c8..96eef843d5b 100644
--- a/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
+++ b/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
@@ -1,18 +1,19 @@
{ stdenv, fetchurl, dpkg
-, alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, gdk_pixbuf, glib, glibc, gnome2, gnome3
+, alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, gdk-pixbuf, glib, glibc, gnome2, gnome3
, gtk3, libnotify, libpulseaudio, libsecret, libv4l, nspr, nss, pango, systemd, wrapGAppsHook, xorg
-, at-spi2-atk }:
+, at-spi2-atk, libuuid, at-spi2-core }:
let
# Please keep the version x.y.0.z and do not update to x.y.76.z because the
# source of the latter disappears much faster.
- version = "8.46.0.60";
+ version = "8.51.0.72";
rpath = stdenv.lib.makeLibraryPath [
alsaLib
atk
at-spi2-atk
+ at-spi2-core
cairo
cups
curl
@@ -23,9 +24,10 @@ let
glib
glibc
libsecret
+ libuuid
gnome2.GConf
- gdk_pixbuf
+ gdk-pixbuf
gtk3
gnome3.gnome-keyring
@@ -58,7 +60,7 @@ let
if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl {
url = "https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb";
- sha256 = "0v7a28zmgx1mxqgyfrj8byvjs9ibnirqplly8ll221gns8qjvrls";
+ sha256 = "1rv3jxirlfy0gvphw8cxmwmghbak5m5wj0y3bgamcvma48mzdfk3";
}
else
throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";
@@ -77,7 +79,7 @@ in stdenv.mkDerivation {
buildInputs = [ dpkg ];
- unpackPhase = "true";
+ dontUnpack = true;
installPhase = ''
mkdir -p $out
dpkg -x $src $out
diff --git a/pkgs/applications/networking/instant-messengers/slack/dark-theme.nix b/pkgs/applications/networking/instant-messengers/slack/dark-theme.nix
new file mode 100644
index 00000000000..c24e2c4301e
--- /dev/null
+++ b/pkgs/applications/networking/instant-messengers/slack/dark-theme.nix
@@ -0,0 +1,19 @@
+{ stdenv, fetchgit }:
+
+stdenv.mkDerivation rec {
+ rev = "e2a6a9cd9da70175881ab991220c86aa87179509";
+ version = "2019-07-26";
+ name = "slack-theme-black-${version}";
+
+ src = fetchgit { inherit rev;
+ url = "https://github.com/laCour/slack-night-mode";
+ sha256 = "1jwxy63qzgvr83idsgcg7yhm9kn0ybfji1m964c5c6ypzcm7j10v";
+ };
+
+ dontUnpack = true;
+
+ buildCommand = ''
+ mkdir $out
+ cp $src/css/raw/black.css $out/theme.css
+ '';
+}
diff --git a/pkgs/applications/networking/instant-messengers/slack/default.nix b/pkgs/applications/networking/instant-messengers/slack/default.nix
index a48cd2cad0f..27b8aaf887a 100644
--- a/pkgs/applications/networking/instant-messengers/slack/default.nix
+++ b/pkgs/applications/networking/instant-messengers/slack/default.nix
@@ -1,14 +1,12 @@
-{ stdenv, fetchurl, dpkg, makeWrapper , alsaLib, atk, cairo,
-cups, curl, dbus, expat, fontconfig, freetype, glib , gnome2, gtk3, gdk_pixbuf,
+{ theme ? null, stdenv, fetchurl, dpkg, makeWrapper , alsaLib, atk, cairo,
+cups, curl, dbus, expat, fontconfig, freetype, glib , gnome2, gtk3, gdk-pixbuf,
libappindicator-gtk3, libnotify, libxcb, nspr, nss, pango , systemd, xorg,
-at-spi2-atk, libuuid,
-darkMode ? false,
-darkModeCssUrl ? "https://cdn.rawgit.com/laCour/slack-night-mode/master/css/raw/black.css"
+at-spi2-atk, libuuid, nodePackages
}:
let
- version = "3.4.2";
+ version = "4.0.2";
rpath = stdenv.lib.makeLibraryPath [
alsaLib
@@ -23,7 +21,7 @@ let
freetype
glib
gnome2.GConf
- gdk_pixbuf
+ gdk-pixbuf
gtk3
pango
libnotify
@@ -53,7 +51,7 @@ let
if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl {
url = "https://downloads.slack-edge.com/linux_releases/slack-desktop-${version}-amd64.deb";
- sha256 = "0qbj41ymckz8w1p2pazyxg7pimgn9gmpvxz4ygcm0nyivfmw2crq";
+ sha256 = "053j5py16ilpwy868rhh5l2g93xj1fq4fwxrsi2bkfsnmq261hkm";
}
else
throw "Slack is not supported on ${stdenv.hostPlatform.system}";
@@ -68,9 +66,9 @@ in stdenv.mkDerivation {
gtk3 # needed for GSETTINGS_SCHEMAS_PATH
];
- nativeBuildInputs = [ makeWrapper ];
+ nativeBuildInputs = [ makeWrapper nodePackages.asar ];
- unpackPhase = "true";
+ dontUnpack = true;
buildCommand = ''
mkdir -p $out
dpkg -x $src $out
@@ -94,27 +92,28 @@ in stdenv.mkDerivation {
substituteInPlace $out/share/applications/slack.desktop \
--replace /usr/bin/ $out/bin/ \
--replace /usr/share/ $out/share/
- '' + stdenv.lib.optionalString darkMode ''
- cat <> $out/lib/slack/resources/app.asar.unpacked/src/static/ssb-interop.js
+ '' + stdenv.lib.optionalString (theme != null) ''
+ asar extract $out/lib/slack/resources/app.asar $out/lib/slack/resources/app.asar.unpacked
+ cat <> $out/lib/slack/resources/app.asar.unpacked/dist/ssb-interop.bundle.js
+
+ var fs = require('fs');
document.addEventListener('DOMContentLoaded', function() {
- let tt__customCss = ".menu ul li a:not(.inline_menu_link) {color: #fff !important;}"
- $.ajax({
- url: '${darkModeCssUrl}',
- success: function(css) {
- \$("").appendTo('head').html(css + tt__customCss);
- \$("").appendTo('head').html('#reply_container.upload_in_threads .inline_message_input_container {background: padding-box #545454}');
- \$("").appendTo('head').html('.p-channel_sidebar {background: #363636 !important}');
- \$("").appendTo('head').html('#client_body:not(.onboarding):not(.feature_global_nav_layout):before {background: inherit;}');
- }
+ fs.readFile('${theme}/theme.css', 'utf8', function(err, css) {
+ let s = document.createElement('style');
+ s.type = 'text/css';
+ s.innerHTML = css;
+ document.head.appendChild(s);
});
});
EOF
+ asar pack $out/lib/slack/resources/app.asar.unpacked $out/lib/slack/resources/app.asar
'';
meta = with stdenv.lib; {
description = "Desktop client for Slack";
homepage = https://slack.com;
license = licenses.unfree;
+ maintainers = [ maintainers.mmahut ];
platforms = [ "x86_64-linux" ];
};
}
diff --git a/pkgs/applications/networking/instant-messengers/slack/update.sh b/pkgs/applications/networking/instant-messengers/slack/update.sh
new file mode 100755
index 00000000000..e5f79388353
--- /dev/null
+++ b/pkgs/applications/networking/instant-messengers/slack/update.sh
@@ -0,0 +1,19 @@
+#!/usr/bin/env nix-shell
+#!nix-shell -i bash -p curl common-updater-scripts jq
+
+set -eu -o pipefail
+
+oldVersion="$(nix-instantiate --eval -E "with import ./. {}; slack-theme-black.version or (builtins.parseDrvName slack-theme-black.name).version" | tr -d '"')"
+latestSha="$(curl -L -s https://api.github.com/repos/laCour/slack-night-mode/commits\?sha\=master\&since\=${oldVersion} | jq -r '.[0].sha')"
+
+if [ ! "null" = "${latestSha}" ]; then
+ latestDate="$(curl -L -s https://api.github.com/repos/laCour/slack-night-mode/commits/${latestSha} | jq '.commit.author.date' | sed 's|"\(.*\)T.*|\1|g')"
+ update-source-version slack-theme-black "${latestSha}" --version-key=rev
+ update-source-version slack-theme-black "${latestDate}" --ignore-same-hash
+ nixpkgs="$(git rev-parse --show-toplevel)"
+ default_nix="$nixpkgs/pkgs/applications/networking/instant-messengers/slack/dark-theme.nix"
+ git add "${default_nix}"
+ git commit -m "slack-theme-black: ${oldVersion} -> ${latestDate}"
+else
+ echo "slack-theme-black is already up-to-date"
+fi
diff --git a/pkgs/applications/networking/instant-messengers/stride/default.nix b/pkgs/applications/networking/instant-messengers/stride/default.nix
index 9df816dd890..17a38479f82 100644
--- a/pkgs/applications/networking/instant-messengers/stride/default.nix
+++ b/pkgs/applications/networking/instant-messengers/stride/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, dpkg, alsaLib, atk, cairo, cups, dbus, expat, fontconfig
-, freetype, gdk_pixbuf, glib, gnome2, nspr, nss, pango, udev, xorg }:
+, freetype, gdk-pixbuf, glib, gnome2, nspr, nss, pango, udev, xorg }:
let
fullPath = stdenv.lib.makeLibraryPath [
alsaLib
@@ -10,7 +10,7 @@ let
expat
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
gnome2.GConf
gnome2.gtk
diff --git a/pkgs/applications/networking/instant-messengers/teamspeak/client.nix b/pkgs/applications/networking/instant-messengers/teamspeak/client.nix
index 7a50536cc0f..21b9510a605 100644
--- a/pkgs/applications/networking/instant-messengers/teamspeak/client.nix
+++ b/pkgs/applications/networking/instant-messengers/teamspeak/client.nix
@@ -31,16 +31,13 @@ in
stdenv.mkDerivation rec {
name = "teamspeak-client-${version}";
- version = "3.1.10";
+ version = "3.3.0";
src = fetchurl {
- urls = [
- "http://dl.4players.de/ts/releases/${version}/TeamSpeak3-Client-linux_${arch}-${version}.run"
- "http://teamspeak.gameserver.gamed.de/ts3/releases/${version}/TeamSpeak3-Client-linux_${arch}-${version}.run"
- ];
+ url = "https://files.teamspeak-services.com/releases/client/${version}/TeamSpeak3-Client-linux_${arch}-${version}.run";
sha256 = if stdenv.is64bit
- then "17gylj5pxba14c1c98b5rdyyb87c58z8l8yrd1iw5k293wf7iwv3"
- else "1bkn3ykrc73wr02qaqwpr4garlqm3424y3dm2fjx6lqcfzm3ms2k";
+ then "13286dbjp4qiyfv8my1hfpwzns4szdsnqa11j8ygsh5ikgjk338a"
+ else "04lwclq7nvw73v5fmn9795j5wi54syglc77ldl41caiqqhdqf1i5";
};
# grab the plugin sdk for the desktop icon
@@ -61,6 +58,7 @@ stdenv.mkDerivation rec {
''
mv ts3client_linux_${arch} ts3client
echo "patching ts3client..."
+ patchelf --replace-needed libquazip.so ${quazip}/lib/libquazip5.so ts3client
patchelf \
--interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
--set-rpath ${stdenv.lib.makeLibraryPath deps}:$(cat $NIX_CC/nix-support/orig-cc)/${libDir} \
diff --git a/pkgs/applications/networking/instant-messengers/teamspeak/server.nix b/pkgs/applications/networking/instant-messengers/teamspeak/server.nix
index d7c8db81d63..15cec96afc7 100644
--- a/pkgs/applications/networking/instant-messengers/teamspeak/server.nix
+++ b/pkgs/applications/networking/instant-messengers/teamspeak/server.nix
@@ -1,62 +1,32 @@
-{ stdenv, fetchurl, makeWrapper }:
+{ stdenv, fetchurl, autoPatchelfHook }:
let
- version = "3.7.1";
arch = if stdenv.is64bit then "amd64" else "x86";
- libDir = if stdenv.is64bit then "lib64" else "lib";
-in
-
-stdenv.mkDerivation {
- name = "teamspeak-server-${version}";
+in stdenv.mkDerivation rec {
+ pname = "teamspeak-server";
+ version = "3.9.1";
src = fetchurl {
- urls = [
- "http://dl.4players.de/ts/releases/${version}/teamspeak3-server_linux_${arch}-${version}.tar.bz2"
- "http://teamspeak.gameserver.gamed.de/ts3/releases/${version}/teamspeak3-server_linux_${arch}-${version}.tar.bz2"
- ];
+ url = "https://files.teamspeak-services.com/releases/server/${version}/teamspeak3-server_linux_${arch}-${version}.tar.bz2";
sha256 = if stdenv.is64bit
- then "1w60241zsvr8d1qlkca6a1sfxa1jz4w1z9kjd0wd2wkgzp4x91v7"
- else "0s835dnaw662sb2v5ahqiwry0qjcpl7ff9krnhbw2iblsbqis3fj";
+ then "0vzi0prnqhjxrwlghwgii0rsmml6aa3qk3yv227g9wz5m3b9f10a"
+ else "1nn0fh4s5rmnn27djbsk21jaah1kxyvap9qaf5p4r7cydwr1bzm6";
};
- buildInputs = [ makeWrapper ];
+ buildInputs = [ stdenv.cc.cc ];
- buildPhase =
- ''
- echo "patching ts3server"
- patchelf \
- --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
- --set-rpath $(cat $NIX_CC/nix-support/orig-cc)/${libDir} \
- --force-rpath \
- ts3server
- cp tsdns/tsdnsserver tsdnsserver
- patchelf \
- --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
- --set-rpath $(cat $NIX_CC/nix-support/orig-cc)/${libDir} \
- --force-rpath \
- tsdnsserver
- '';
+ nativeBuildInputs = [ autoPatchelfHook ];
- installPhase =
- ''
- # Delete unecessary libraries - these are provided by nixos.
- #rm *.so*
+ installPhase = ''
+ # Install files.
+ mkdir -p $out/lib/teamspeak
+ mv * $out/lib/teamspeak/
- # Install files.
- mkdir -p $out/lib/teamspeak
- mv * $out/lib/teamspeak/
-
- # Make symlinks to the binaries from bin.
- mkdir -p $out/bin/
- ln -s $out/lib/teamspeak/ts3server $out/bin/ts3server
- ln -s $out/lib/teamspeak/tsdnsserver $out/bin/tsdnsserver
-
- wrapProgram $out/lib/teamspeak/ts3server --prefix LD_LIBRARY_PATH : $out/lib/teamspeak
- wrapProgram $out/lib/teamspeak/tsdnsserver --prefix LD_LIBRARY_PATH : $out/lib/tsdnsserver
- '';
-
- dontStrip = true;
- dontPatchELF = true;
+ # Make symlinks to the binaries from bin.
+ mkdir -p $out/bin/
+ ln -s $out/lib/teamspeak/ts3server $out/bin/ts3server
+ ln -s $out/lib/teamspeak/tsdns/tsdnsserver $out/bin/tsdnsserver
+ '';
meta = {
description = "TeamSpeak voice communication server";
diff --git a/pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix b/pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix
deleted file mode 100644
index 77a8d57f8b6..00000000000
--- a/pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix
+++ /dev/null
@@ -1,41 +0,0 @@
-{ stdenv, fetchgit
-, qtbase, qtmultimedia, qtquick1, qtquickcontrols
-, qtimageformats, qtgraphicaleffects, qtwebkit
-, telegram-qml, libqtelegram-aseman-edition
-, gst_all_1
-, makeWrapper, qmake }:
-
-stdenv.mkDerivation rec {
- name = "cutegram-${meta.version}";
-
- src = fetchgit {
- url = "https://github.com/Aseman-Land/Cutegram.git";
- rev = "1dbe2792fb5a1760339379907f906e236c09db84";
- sha256 = "146vd3ri05da2asxjjxibnqmb685lgwl2kaz7mwb7ja7vi4149f0";
- };
-
- buildInputs =
- [ qtbase qtmultimedia qtquick1 qtquickcontrols
- qtimageformats qtgraphicaleffects qtwebkit
- telegram-qml libqtelegram-aseman-edition
- ] ++ (with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly ]);
-
-
- enableParallelBuilding = true;
- nativeBuildInputs = [ makeWrapper qmake ];
-
- fixupPhase = ''
- wrapProgram $out/bin/cutegram \
- --prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0"
- '';
-
- meta = with stdenv.lib; {
- version = "2.7.1";
- description = "Telegram client forked from sigram";
- homepage = http://aseman.co/en/products/cutegram/;
- license = licenses.gpl3;
- maintainers = with maintainers; [ AndersonTorres ];
- platforms = platforms.linux;
- };
-}
-#TODO: appindicator, for system tray plugin
diff --git a/pkgs/applications/networking/instant-messengers/telegram/libqtelegram-aseman-edition/default.nix b/pkgs/applications/networking/instant-messengers/telegram/libqtelegram-aseman-edition/default.nix
deleted file mode 100644
index 49368da708e..00000000000
--- a/pkgs/applications/networking/instant-messengers/telegram/libqtelegram-aseman-edition/default.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ stdenv, fetchFromGitHub
-, qtbase, qtmultimedia, qtquick1, qmake }:
-
-stdenv.mkDerivation rec {
- name = "libqtelegram-aseman-edition-${meta.version}";
-
- src = fetchFromGitHub {
- owner = "Aseman-Land";
- repo = "libqtelegram-aseman-edition";
- rev = "v${meta.version}-stable";
- sha256 = "1pfd4pvh51639zk9shv1s4f6pf0ympnhar8a302vhrkga9i4cbx6";
- };
-
- buildInputs = [ qtbase qtmultimedia qtquick1 ];
- enableParallelBuilding = true;
- nativeBuildInputs = [ qmake ];
-
- patchPhase = ''
- substituteInPlace libqtelegram-ae.pro --replace "/libqtelegram-ae" ""
- substituteInPlace libqtelegram-ae.pro --replace "/\$\$LIB_PATH" ""
- '';
-
- meta = with stdenv.lib; {
- version = "6.1";
- description = "A fork of libqtelegram by Aseman, using qmake";
- homepage = src.meta.homepage;
- license = licenses.gpl3;
- maintainers = [ maintainers.Profpatsch ];
- platforms = platforms.linux;
- };
-
-}
diff --git a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
index 5d35da36573..3d88e50221d 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
@@ -1,18 +1,173 @@
-{ qt5 }:
+{ mkDerivation, lib, fetchFromGitHub, fetchsvn, fetchpatch
+, pkgconfig, pythonPackages, cmake, wrapGAppsHook, wrapQtAppsHook, gcc9
+, qtbase, qtimageformats, gtk3, libappindicator-gtk3, libnotify, xdg_utils
+, dee, ffmpeg, openalSoft, minizip, libopus, alsaLib, libpulseaudio, range-v3
+}:
-let
- mkTelegram = args: qt5.callPackage (import ./generic.nix args) { };
- stableVersion = {
- stable = true;
- version = "1.7.7";
- sha256Hash = "0w3jq02qzpx58xlmwaj0lgav5lx6s9hdidnq9v1npp4qmpdnsn75";
+with lib;
+
+mkDerivation rec {
+ pname = "telegram-desktop";
+ version = "1.8.2";
+ # Note: Due to our strong dependency on the Arch patches it's probably best
+ # to also wait for the Arch update (especially if the patches don't apply).
+
+ # Telegram-Desktop with submodules
+ src = fetchFromGitHub {
+ owner = "telegramdesktop";
+ repo = "tdesktop";
+ rev = "v${version}";
+ sha256 = "0dls6s8721zjm8351fcgfbsifr9d7wsxbf5dra5cbk8r555ibf3j";
+ fetchSubmodules = true;
+ };
+
+ # Arch patches (svn export telegram-desktop/trunk)
+ archPatches = fetchsvn {
+ url = "svn://svn.archlinux.org/community/telegram-desktop/trunk";
# svn log svn://svn.archlinux.org/community/telegram-desktop/trunk
- archPatchesRevision = "480743";
- archPatchesHash = "0jfyp642l2850yzgrw3irq8bn6vl44rx2693c5cshwbihd212af7";
+ rev = "498563";
+ sha256 = "0g2y6impygqhfiqnyxc1ivxwl8j82q9qcnkqcjn6mwj3cisyxwnl";
+ };
+ privateHeadersPatch = fetchpatch {
+ url = "https://github.com/telegramdesktop/tdesktop/commit/b9d3ba621eb8af638af46c6b3cfd7a8330bf0dd5.patch";
+ sha256 = "1s5xvcp9dk0jfywssk8xfcsh7bk5xxif8xqnba0413lfx5rgvs5v";
+ };
+
+ # Note: It would be best if someone could get as many patches upstream as
+ # possible (we currently depend a lot on custom patches...).
+ patches = [
+ "${archPatches}/tdesktop.patch"
+ "${archPatches}/no-gtk2.patch"
+ # "${archPatches}/Use-system-wide-font.patch"
+ "${archPatches}/tdesktop_lottie_animation_qtdebug.patch"
+ ];
+
+ postPatch = ''
+ substituteInPlace Telegram/SourceFiles/platform/linux/linux_libs.cpp \
+ --replace '"appindicator3"' '"${libappindicator-gtk3}/lib/libappindicator3.so"'
+ substituteInPlace Telegram/SourceFiles/platform/linux/linux_libnotify.cpp \
+ --replace '"notify"' '"${libnotify}/lib/libnotify.so"'
+ '';
+
+ # We want to run wrapProgram manually (with additional parameters)
+ dontWrapGApps = true;
+ dontWrapQtApps = true;
+
+ nativeBuildInputs = [ pkgconfig pythonPackages.gyp cmake wrapGAppsHook wrapQtAppsHook gcc9 ];
+
+ buildInputs = [
+ qtbase qtimageformats gtk3 libappindicator-gtk3
+ dee ffmpeg openalSoft minizip libopus alsaLib libpulseaudio range-v3
+ ];
+
+ enableParallelBuilding = true;
+
+ GYP_DEFINES = concatStringsSep "," [
+ "TDESKTOP_DISABLE_CRASH_REPORTS"
+ "TDESKTOP_DISABLE_AUTOUPDATE"
+ "TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME"
+ ];
+
+ NIX_CFLAGS_COMPILE = [
+ "-DTDESKTOP_DISABLE_CRASH_REPORTS"
+ "-DTDESKTOP_DISABLE_AUTOUPDATE"
+ "-DTDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME"
+ "-I${minizip}/include/minizip"
+ # See Telegram/gyp/qt.gypi
+ "-I${getDev qtbase}/mkspecs/linux-g++"
+ ] ++ concatMap (x: [
+ "-I${getDev qtbase}/include/${x}"
+ "-I${getDev qtbase}/include/${x}/${qtbase.version}"
+ "-I${getDev qtbase}/include/${x}/${qtbase.version}/${x}"
+ "-I${getDev libopus}/include/opus"
+ "-I${getDev alsaLib}/include/alsa"
+ "-I${getDev libpulseaudio}/include/pulse"
+ ]) [ "QtCore" "QtGui" "QtDBus" ];
+ CPPFLAGS = NIX_CFLAGS_COMPILE;
+
+ preConfigure = ''
+ # Patches to revert:
+ patch -R -Np1 -i "${archPatches}/demibold.patch"
+ patch -R -Np1 -i "${privateHeadersPatch}"
+
+ # Patches to apply:
+ pushd "Telegram/ThirdParty/libtgvoip"
+ patch -Np1 -i "${archPatches}/libtgvoip.patch"
+ popd
+
+ # disable static-qt for rlottie
+ sed "/RLOTTIE_WITH_STATIC_QT/d" -i "Telegram/gyp/lib_rlottie.gyp"
+
+ sed -i Telegram/gyp/telegram_linux.gypi \
+ -e 's,/usr,/does-not-exist,g' \
+ -e 's,appindicator-0.1,appindicator3-0.1,g' \
+ -e 's,-flto,,g'
+
+ sed -i Telegram/gyp/qt.gypi \
+ -e "s,/usr/include/qt/QtCore/,${qtbase.dev}/include/QtCore/,g" \
+ -e 's,\d+",\d+" | head -n1,g'
+ sed -i Telegram/gyp/qt_moc.gypi \
+ -e "s,/usr/bin/moc,moc,g"
+ sed -i Telegram/gyp/qt_rcc.gypi \
+ -e "s,/usr/bin/rcc,rcc,g"
+
+ # Build system assumes x86, but it works fine on non-x86 if we patch this one flag out
+ sed -i Telegram/ThirdParty/libtgvoip/libtgvoip.gyp \
+ -e "/-msse2/d"
+
+ gyp \
+ -Dapi_id=17349 \
+ -Dapi_hash=344583e45741c457fe1862106095a5eb \
+ -Dbuild_defines=${GYP_DEFINES} \
+ -Gconfig=Release \
+ --depth=Telegram/gyp \
+ --generator-output=../.. \
+ -Goutput_dir=out \
+ --format=cmake \
+ Telegram/gyp/Telegram.gyp
+
+ cd out/Release
+
+ NUM=$((`wc -l < CMakeLists.txt` - 2))
+ sed -i "$NUM r $archPatches/CMakeLists.inj" CMakeLists.txt
+
+ export ASM=$(type -p gcc)
+ '';
+
+ cmakeFlags = [ "-UTDESKTOP_OFFICIAL_TARGET" ];
+
+ installPhase = ''
+ install -Dm755 Telegram $out/bin/telegram-desktop
+
+ mkdir -p $out/share/applications $out/share/kde4/services
+ install -m444 "$src/lib/xdg/telegramdesktop.desktop" "$out/share/applications/telegram-desktop.desktop"
+ sed "s,/usr/bin,$out/bin,g" $archPatches/tg.protocol > $out/share/kde4/services/tg.protocol
+ for icon_size in 16 32 48 64 128 256 512; do
+ install -Dm644 "../../../Telegram/Resources/art/icon''${icon_size}.png" "$out/share/icons/hicolor/''${icon_size}x''${icon_size}/apps/telegram.png"
+ done
+ '';
+
+ postFixup = ''
+ # This is necessary to run Telegram in a pure environment.
+ # We also use gappsWrapperArgs from wrapGAppsHook.
+ wrapProgram $out/bin/telegram-desktop \
+ "''${gappsWrapperArgs[@]}" \
+ "''${qtWrapperArgs[@]}" \
+ --prefix PATH : ${xdg_utils}/bin \
+ --set XDG_RUNTIME_DIR "XDG-RUNTIME-DIR"
+ sed -i $out/bin/telegram-desktop \
+ -e "s,'XDG-RUNTIME-DIR',\"\''${XDG_RUNTIME_DIR:-/run/user/\$(id --user)}\","
+ '';
+
+ meta = {
+ description = "Telegram Desktop messaging app";
+ longDescription = ''
+ Desktop client for the Telegram messenger, based on the Telegram API and
+ the MTProto secure protocol.
+ '';
+ license = licenses.gpl3;
+ platforms = platforms.linux;
+ homepage = https://desktop.telegram.org/;
+ maintainers = with maintainers; [ primeos abbradar ];
};
-in {
- stable = mkTelegram stableVersion;
- preview = mkTelegram (stableVersion // {
- stable = false;
- });
}
diff --git a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/generic.nix b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/generic.nix
deleted file mode 100644
index 8276e839940..00000000000
--- a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/generic.nix
+++ /dev/null
@@ -1,152 +0,0 @@
-{ stable, version, sha256Hash, archPatchesRevision, archPatchesHash }:
-
-{ mkDerivation, lib, fetchFromGitHub, fetchsvn
-, pkgconfig, pythonPackages, cmake, wrapGAppsHook, gcc8
-, qtbase, qtimageformats, gtk3, libappindicator-gtk3, libnotify, xdg_utils
-, dee, ffmpeg, openalSoft, minizip, libopus, alsaLib, libpulseaudio, range-v3
-}:
-
-with lib;
-
-mkDerivation rec {
- name = "telegram-desktop-${version}";
- inherit version;
-
- # Telegram-Desktop with submodules
- src = fetchFromGitHub {
- owner = "telegramdesktop";
- repo = "tdesktop";
- rev = "v${version}";
- sha256 = sha256Hash;
- fetchSubmodules = true;
- };
-
- # Arch patches (svn export telegram-desktop/trunk)
- archPatches = fetchsvn {
- url = "svn://svn.archlinux.org/community/telegram-desktop/trunk";
- rev = archPatchesRevision;
- sha256 = archPatchesHash;
- };
-
- # TODO: libtgvoip.patch no-gtk2.patch
- # TODO: Avoid tdesktop_lottie_animation_qtdebug.patch and tdesktop_qtlottie_qtdebug.patch
- patches = [ "${archPatches}/tdesktop.patch" "${archPatches}/tdesktop_lottie_animation_qtdebug.patch" ];
-
- postPatch = ''
- substituteInPlace Telegram/SourceFiles/platform/linux/linux_libs.cpp \
- --replace '"appindicator"' '"${libappindicator-gtk3}/lib/libappindicator3.so"'
- substituteInPlace Telegram/SourceFiles/platform/linux/linux_libnotify.cpp \
- --replace '"notify"' '"${libnotify}/lib/libnotify.so"'
- '';
-
- nativeBuildInputs = [ pkgconfig pythonPackages.gyp cmake wrapGAppsHook gcc8 ];
-
- # We want to run wrapProgram manually (with additional parameters)
- dontWrapGApps = true;
-
- buildInputs = [
- qtbase qtimageformats gtk3 libappindicator-gtk3
- dee ffmpeg openalSoft minizip libopus alsaLib libpulseaudio range-v3
- ];
-
- enableParallelBuilding = true;
-
- GYP_DEFINES = concatStringsSep "," [
- "TDESKTOP_DISABLE_CRASH_REPORTS"
- "TDESKTOP_DISABLE_AUTOUPDATE"
- "TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME"
- ];
-
- NIX_CFLAGS_COMPILE = [
- "-DTDESKTOP_DISABLE_CRASH_REPORTS"
- "-DTDESKTOP_DISABLE_AUTOUPDATE"
- "-DTDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME"
- "-I${minizip}/include/minizip"
- # See Telegram/gyp/qt.gypi
- "-I${getDev qtbase}/mkspecs/linux-g++"
- ] ++ concatMap (x: [
- "-I${getDev qtbase}/include/${x}"
- "-I${getDev qtbase}/include/${x}/${qtbase.version}"
- "-I${getDev qtbase}/include/${x}/${qtbase.version}/${x}"
- "-I${getDev libopus}/include/opus"
- "-I${getDev alsaLib}/include/alsa"
- "-I${getDev libpulseaudio}/include/pulse"
- ]) [ "QtCore" "QtGui" "QtDBus" ];
- CPPFLAGS = NIX_CFLAGS_COMPILE;
-
- preConfigure = ''
- pushd "Telegram/ThirdParty/libtgvoip"
- patch -Np1 -i "${archPatches}/libtgvoip.patch"
- popd
- pushd "Telegram/ThirdParty/qtlottie"
- patch -Np1 -i "${archPatches}/tdesktop_qtlottie_qtdebug.patch"
- popd
-
- sed -i Telegram/gyp/telegram_linux.gypi \
- -e 's,/usr,/does-not-exist,g' \
- -e 's,appindicator-0.1,appindicator3-0.1,g' \
- -e 's,-flto,,g'
-
- sed -i Telegram/gyp/qt.gypi \
- -e "s,/usr/include/qt/QtCore/,${qtbase.dev}/include/QtCore/,g" \
- -e 's,\d+",\d+" | head -n1,g'
- sed -i Telegram/gyp/qt_moc.gypi \
- -e "s,/usr/bin/moc,moc,g"
- sed -i Telegram/gyp/qt_rcc.gypi \
- -e "s,/usr/bin/rcc,rcc,g"
-
- # Build system assumes x86, but it works fine on non-x86 if we patch this one flag out
- sed -i Telegram/ThirdParty/libtgvoip/libtgvoip.gyp \
- -e "/-msse2/d"
-
- gyp \
- -Dapi_id=17349 \
- -Dapi_hash=344583e45741c457fe1862106095a5eb \
- -Dbuild_defines=${GYP_DEFINES} \
- -Gconfig=Release \
- --depth=Telegram/gyp \
- --generator-output=../.. \
- -Goutput_dir=out \
- --format=cmake \
- Telegram/gyp/Telegram.gyp
-
- cd out/Release
-
- NUM=$((`wc -l < CMakeLists.txt` - 2))
- sed -i "$NUM r $archPatches/CMakeLists.inj" CMakeLists.txt
-
- export ASM=$(type -p gcc)
- '';
-
- installPhase = ''
- install -Dm755 Telegram $out/bin/telegram-desktop
-
- mkdir -p $out/share/applications $out/share/kde4/services
- install -m444 "$src/lib/xdg/telegramdesktop.desktop" "$out/share/applications/telegram-desktop.desktop"
- sed "s,/usr/bin,$out/bin,g" $archPatches/tg.protocol > $out/share/kde4/services/tg.protocol
- for icon_size in 16 32 48 64 128 256 512; do
- install -Dm644 "../../../Telegram/Resources/art/icon''${icon_size}.png" "$out/share/icons/hicolor/''${icon_size}x''${icon_size}/apps/telegram.png"
- done
- '';
-
- postFixup = ''
- # This is necessary to run Telegram in a pure environment.
- # We also use gappsWrapperArgs from wrapGAppsHook.
- wrapProgram $out/bin/telegram-desktop \
- "''${gappsWrapperArgs[@]}" \
- --prefix QT_PLUGIN_PATH : "${qtbase}/${qtbase.qtPluginPrefix}" \
- --prefix PATH : ${xdg_utils}/bin \
- --set XDG_RUNTIME_DIR "XDG-RUNTIME-DIR"
- sed -i $out/bin/telegram-desktop \
- -e "s,'XDG-RUNTIME-DIR',\"\''${XDG_RUNTIME_DIR:-/run/user/\$(id --user)}\","
- '';
-
- meta = {
- description = "Telegram Desktop messaging app "
- + (if stable then "(stable version)" else "(pre-release)");
- license = licenses.gpl3;
- platforms = platforms.linux;
- homepage = https://desktop.telegram.org/;
- maintainers = with maintainers; [ primeos abbradar garbas ];
- };
-}
diff --git a/pkgs/applications/networking/instant-messengers/telegram/telegram-cli/default.nix b/pkgs/applications/networking/instant-messengers/telegram/telegram-cli/default.nix
deleted file mode 100644
index f3f8aa99185..00000000000
--- a/pkgs/applications/networking/instant-messengers/telegram/telegram-cli/default.nix
+++ /dev/null
@@ -1,39 +0,0 @@
-{ stdenv, fetchgit, bash, libconfig, libevent, openssl
-, readline, zlib, lua5_2, python, pkgconfig, jansson
-, runtimeShell
-}:
-
-stdenv.mkDerivation rec {
- name = "telegram-cli-2016-03-23";
-
- src = fetchgit {
- url = "https://github.com/vysheng/tg.git";
- sha256 = "07sss5cnw2ygd7mp8f5532lmj7qm6ywqf4cjaq5g13i8igzqzwzj";
- rev = "6547c0b21b977b327b3c5e8142963f4bc246187a";
- };
-
- NIX_CFLAGS_COMPILE = [ "-Wno-error=cast-function-type" ];
-
- buildInputs = [
- libconfig libevent openssl readline zlib
- lua5_2 python pkgconfig jansson
- ];
- installPhase = ''
- mkdir -p $out/bin
- cp ./bin/telegram-cli $out/bin/telegram-wo-key
- cp ./tg-server.pub $out/
- cat > $out/bin/telegram-cli < libpulseaudio != null;
let
inherit (stdenv.lib) concatStringsSep makeBinPath optional;
- version = "2.8.222599.0519";
+ version = "2.9.265650.0716";
srcs = {
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
- sha256 = "0bmrqxz41pxcz41dcdbwd2b0hjv8fvix09jwxrnca4d50jq9fx7j";
+ sha256 = "1wg5yw8g0c6p9y0wcqxr1rndgclasg7v1ybbx8s1a2p98izjkcaa";
};
};
- qtDeps = [
- qtbase qtdeclarative qtlocation qtquickcontrols qtquickcontrols2 qtscript
- qtwebchannel qtwebengine qtimageformats qtsvg qttools qtwayland
- ];
+ # Used for icons, appdata, and desktop file.
+ desktopIntegration = fetchFromGitHub {
+ owner = "flathub";
+ repo = "us.zoom.Zoom";
+ rev = "0d294e1fdd2a4ef4e05d414bc680511f24d835d7";
+ sha256 = "0rm188844a10v8d6zgl2pnwsliwknawj09b02iabrvjw5w1lp6wl";
+ };
- qtEnv = env "zoom-us-qt-${qtbase.version}" qtDeps;
-
-in stdenv.mkDerivation {
+in mkDerivation {
name = "zoom-us-${version}";
src = srcs.${stdenv.hostPlatform.system};
- nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
+ nativeBuildInputs = [ autoPatchelfHook ];
buildInputs = [
- dbus glib libGL libX11 libXfixes libuuid libxcb qtEnv libjpeg_turbo
- ] ++ qtDeps;
+ dbus glib libGL libX11 libXfixes libuuid libxcb libjpeg_turbo
+ qtbase qtdeclarative qtlocation qtquickcontrols qtquickcontrols2 qtscript
+ qtwebchannel qtwebengine qtimageformats qtsvg qttools qtwayland
+ ];
runtimeDependencies = optional pulseaudioSupport libpulseaudio;
@@ -60,33 +64,43 @@ in stdenv.mkDerivation {
in ''
runHook preInstall
- packagePath=$out/share/zoom-us
- mkdir -p $packagePath $out/bin
+ mkdir -p $out/{bin,share/zoom-us}
- cp -ar ${files} $packagePath
+ cp -ar ${files} $out/share/zoom-us
# TODO Patch this somehow; tries to dlopen './libturbojpeg.so' from cwd
- ln -s $(readlink -e "${libjpeg_turbo.out}/lib/libturbojpeg.so") $packagePath/libturbojpeg.so
-
- ln -s ${qtEnv}/bin/qt.conf $packagePath
-
- makeWrapper $packagePath/zoom $out/bin/zoom-us \
- --prefix PATH : "${makeBinPath [ coreutils glib.dev pciutils procps qttools.dev utillinux ]}" \
- --prefix LD_PRELOAD : "${libv4l}/lib/libv4l/v4l2convert.so" \
- --run "cd $packagePath"
+ ln -s $(readlink -e "${libjpeg_turbo.out}/lib/libturbojpeg.so") $out/share/zoom-us/libturbojpeg.so
runHook postInstall
'';
- postInstall = (makeDesktopItem {
- name = "zoom-us";
- exec = "$out/bin/zoom-us %U";
- icon = "$out/share/zoom-us/application-x-zoom.png";
- desktopName = "Zoom";
- genericName = "Video Conference";
- categories = "Network;Application;";
- mimeType = "x-scheme-handler/zoommtg;";
- }).buildCommand;
+ postInstall = ''
+ mkdir -p $out/share/{applications,appdata,icons}
+
+ # Desktop File
+ cp ${desktopIntegration}/us.zoom.Zoom.desktop $out/share/applications
+ substituteInPlace $out/share/applications/us.zoom.Zoom.desktop \
+ --replace "Exec=zoom" "Exec=$out/bin/zoom-us"
+
+ # Appdata
+ cp ${desktopIntegration}/us.zoom.Zoom.appdata.xml $out/share/appdata
+
+ # Icons
+ for icon_size in 64 96 128 256; do
+ path=$icon_size'x'$icon_size
+ icon=${desktopIntegration}/us.zoom.Zoom.$icon_size.png
+
+ mkdir -p $out/share/icons/hicolor/$path/apps
+ cp $icon $out/share/icons/hicolor/$path/apps/us.zoom.Zoom.png
+ done
+
+ ln -s $out/share/zoom-us/zoom $out/bin/zoom-us
+ '';
+
+ qtWrapperArgs = [
+ ''--prefix PATH : ${makeBinPath [ coreutils glib.dev pciutils procps qttools.dev utillinux ]}''
+ ''--prefix LD_PRELOAD : ${libv4l}/lib/libv4l/v4l2convert.so''
+ ];
passthru.updateScript = ./update.sh;
diff --git a/pkgs/applications/networking/irc/irccloud/default.nix b/pkgs/applications/networking/irc/irccloud/default.nix
new file mode 100644
index 00000000000..5648d027d9e
--- /dev/null
+++ b/pkgs/applications/networking/irc/irccloud/default.nix
@@ -0,0 +1,38 @@
+{ appimageTools, fetchurl, lib }:
+
+let
+ pname = "irccloud";
+ version = "0.13.0";
+ name = "${pname}-${version}";
+
+ src = fetchurl {
+ url = "https://github.com/irccloud/irccloud-desktop/releases/download/v${version}/IRCCloud-${version}-linux-x86_64.AppImage";
+ sha256 = "0ff69m5jav2c90918avsr5wvik2gds3klij3dzhkb352fgrd1s0l";
+ };
+
+ appimageContents = appimageTools.extractType2 {
+ inherit name src;
+ };
+
+in appimageTools.wrapType2 rec {
+ inherit name src;
+
+ extraPkgs = pkgs: with pkgs; [ at-spi2-core ];
+
+ extraInstallCommands = ''
+ mv $out/bin/${name} $out/bin/${pname}
+ install -m 444 -D ${appimageContents}/irccloud.desktop $out/share/applications/irccloud.desktop
+ install -m 444 -D ${appimageContents}/usr/share/icons/hicolor/512x512/apps/irccloud.png \
+ $out/share/icons/hicolor/512x512/apps/irccloud.png
+ substituteInPlace $out/share/applications/irccloud.desktop \
+ --replace 'Exec=AppRun' 'Exec=${pname}'
+ '';
+
+ meta = with lib; {
+ description = "A desktop client for IRCCloud";
+ homepage = "https://www.irccloud.com";
+ license = licenses.asl20;
+ platforms = [ "x86_64-linux" ];
+ maintainers = with maintainers; [ lightbulbjim ];
+ };
+}
diff --git a/pkgs/applications/networking/irc/irssi/default.nix b/pkgs/applications/networking/irc/irssi/default.nix
index 8aa599c09c4..5aca2c49d14 100644
--- a/pkgs/applications/networking/irc/irssi/default.nix
+++ b/pkgs/applications/networking/irc/irssi/default.nix
@@ -1,21 +1,22 @@
-{ stdenv, fetchurl, pkgconfig, ncurses, glib, openssl, perl, libintl }:
+{ stdenv, fetchurl, pkgconfig, ncurses, glib, openssl, perl, libintl, libgcrypt, libotr }:
stdenv.mkDerivation rec {
- version = "1.2.0";
+ version = "1.2.1";
name = "irssi-${version}";
src = fetchurl {
url = "https://github.com/irssi/irssi/releases/download/${version}/${name}.tar.gz";
- sha256 = "1sp3fc5fkdx0mmllvag94xaifnqbj1k09nl235pix26vv1gzq39m";
+ sha256 = "01lay6bxgsk2vzkiknw12zr8gvgnvk9xwg992496knsgakr0x2zx";
};
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ ncurses glib openssl perl libintl ];
+ buildInputs = [ ncurses glib openssl perl libintl libgcrypt libotr ];
configureFlags = [
"--with-proxy"
"--with-bot"
"--with-perl=yes"
+ "--with-otr=yes"
"--enable-true-color"
];
diff --git a/pkgs/applications/networking/irc/irssi/otr/default.nix b/pkgs/applications/networking/irc/irssi/otr/default.nix
deleted file mode 100644
index add4fa632c9..00000000000
--- a/pkgs/applications/networking/irc/irssi/otr/default.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{ stdenv, fetchFromGitHub, libotr, automake, autoconf, libtool, glib, pkgconfig, irssi }:
-
-with stdenv.lib;
-stdenv.mkDerivation rec {
- name = "irssi-otr-${version}";
- version = "1.0.2";
-
- src = fetchFromGitHub {
- owner = "cryptodotis";
- repo = "irssi-otr";
- rev = "v${version}";
- sha256 = "0c5wb2lg9q0i1jdhpyb5vpvxaa2xx00gvp3gdk93ix9v68gq1ppp";
- };
-
- preConfigure = "sh ./bootstrap";
-
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ libotr automake autoconf libtool glib irssi ];
-
- NIX_CFLAGS_COMPILE="-I ${irssi}/include/irssi -I ${irssi}/include/irssi/src/core -I ${irssi}/include/irssi/src/";
-
- meta = {
- homepage = https://github.com/cryptodotis/irssi-otr;
- license = stdenv.lib.licenses.gpl2Plus;
- platforms = stdenv.lib.platforms.linux;
- };
-}
diff --git a/pkgs/applications/networking/irc/konversation/default.nix b/pkgs/applications/networking/irc/konversation/default.nix
index ccee78a64da..27297b01dce 100644
--- a/pkgs/applications/networking/irc/konversation/default.nix
+++ b/pkgs/applications/networking/irc/konversation/default.nix
@@ -1,7 +1,6 @@
{ mkDerivation
, lib
, fetchurl
-, fetchpatch
, extra-cmake-modules
, kdoctools
, kbookmarks
diff --git a/pkgs/applications/networking/irc/weechat/default.nix b/pkgs/applications/networking/irc/weechat/default.nix
index cde5fe5f8f6..5ae96d03f7c 100644
--- a/pkgs/applications/networking/irc/weechat/default.nix
+++ b/pkgs/applications/networking/irc/weechat/default.nix
@@ -5,12 +5,11 @@
, asciidoctor # manpages
, guileSupport ? true, guile
, luaSupport ? true, lua5
-, perlSupport ? true, perl, perlPackages
+, perlSupport ? true, perl
, pythonSupport ? true, pythonPackages
, rubySupport ? true, ruby
, tclSupport ? true, tcl
, extraBuildInputs ? []
-, fetchpatch
}:
let
@@ -77,7 +76,7 @@ let
on https://nixos.org/nixpkgs/manual/#sec-weechat .
'';
license = stdenv.lib.licenses.gpl3;
- maintainers = with stdenv.lib.maintainers; [ lovek323 garbas the-kenny lheckemann ma27 ];
+ maintainers = with stdenv.lib.maintainers; [ lovek323 the-kenny lheckemann ma27 ];
platforms = stdenv.lib.platforms.unix;
};
}
diff --git a/pkgs/applications/networking/irc/weechat/scripts/default.nix b/pkgs/applications/networking/irc/weechat/scripts/default.nix
index 439e0e11614..cd9ecbf4337 100644
--- a/pkgs/applications/networking/irc/weechat/scripts/default.nix
+++ b/pkgs/applications/networking/irc/weechat/scripts/default.nix
@@ -6,7 +6,7 @@
};
weechat-matrix-bridge = callPackage ./weechat-matrix-bridge {
- inherit (luaPackages) cjson;
+ inherit (luaPackages) cjson luaffi;
};
wee-slack = callPackage ./wee-slack {
diff --git a/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix-bridge/default.nix b/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix-bridge/default.nix
index 137a32f9364..ea5052f37a3 100644
--- a/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix-bridge/default.nix
+++ b/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix-bridge/default.nix
@@ -31,9 +31,9 @@ stdenv.mkDerivation {
mkdir -p $out/{share,lib}
cp {matrix.lua,olm.lua} $out/share
- cp ${cjson}/lib/lua/5.2/cjson.so $out/lib/cjson.so
+ cp ${cjson}/lib/lua/${cjson.lua.luaversion}/cjson.so $out/lib/cjson.so
cp ${olm}/lib/libolm.so $out/lib/libolm.so
- cp ${luaffi}/lib/ffi.so $out/lib/ffi.so
+ cp ${luaffi}/lib/lua/${luaffi.lua.luaversion}/ffi.so $out/lib/ffi.so
'';
meta = with stdenv.lib; {
@@ -42,5 +42,9 @@ stdenv.mkDerivation {
maintainers = with maintainers; [ ma27 ];
license = licenses.mit; # see https://github.com/torhve/weechat-matrix-protocol-script/blob/0052e7275ae149dc5241226391c9b1889ecc3c6b/matrix.lua#L53
platforms = platforms.unix;
+
+ # As of 2019-06-30, all of the dependencies are available on macOS but the
+ # package itself does not build.
+ broken = stdenv.isDarwin;
};
}
diff --git a/pkgs/applications/networking/irc/weechat/wrapper.nix b/pkgs/applications/networking/irc/weechat/wrapper.nix
index bd05b63c68b..e6fa95488e1 100644
--- a/pkgs/applications/networking/irc/weechat/wrapper.nix
+++ b/pkgs/applications/networking/irc/weechat/wrapper.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, runCommand, writeScriptBin, buildEnv
+{ lib, runCommand, writeScriptBin, buildEnv
, pythonPackages, perlPackages, runtimeShell
}:
@@ -15,8 +15,10 @@ let
availablePlugins = let
simplePlugin = name: {pluginFile = "${weechat.${name}}/lib/weechat/plugins/${name}.so";};
in rec {
- python = {
- pluginFile = "${weechat.python}/lib/weechat/plugins/python.so";
+ python = (simplePlugin "python") // {
+ extraEnv = ''
+ export PATH="${pythonPackages.python}/bin:$PATH"
+ '';
withPackages = pkgsFun: (python // {
extraEnv = ''
export PYTHONHOME="${pythonPackages.python.withPackages pkgsFun}"
@@ -54,7 +56,7 @@ let
init = let
init = builtins.replaceStrings [ "\n" ] [ ";" ] (config.init or "");
- mkScript = drv: lib.flip map drv.scripts (script: "/script load ${drv}/share/${script}");
+ mkScript = drv: lib.forEach drv.scripts (script: "/script load ${drv}/share/${script}");
scripts = builtins.concatStringsSep ";" (lib.foldl (scripts: drv: scripts ++ mkScript drv)
[ ] (config.scripts or []));
diff --git a/pkgs/applications/networking/jmeter/default.nix b/pkgs/applications/networking/jmeter/default.nix
index 374e4c7d4c8..34f332b003c 100644
--- a/pkgs/applications/networking/jmeter/default.nix
+++ b/pkgs/applications/networking/jmeter/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
Applications but has since expanded to other test functions.
'';
license = licenses.asl20;
- maintainers = [ maintainers.garbas ];
+ maintainers = [ ];
priority = 1;
platforms = platforms.unix;
};
diff --git a/pkgs/applications/networking/jnetmap/default.nix b/pkgs/applications/networking/jnetmap/default.nix
index af94db23c0a..8967a5d824a 100644
--- a/pkgs/applications/networking/jnetmap/default.nix
+++ b/pkgs/applications/networking/jnetmap/default.nix
@@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
name = "jnetmap-${version}";
version = "0.5.4";
-
+
src = fetchurl {
url = "mirror://sourceforge/project/jnetmap/jNetMap%20${version}/jNetMap-${version}.jar";
sha256 = "0nxsfa600jhazwbabxmr9j37mhwysp0fyrvczhv3f1smiy8rjanl";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ jre makeWrapper ];
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = ''
mkdir -p "$out/bin"
diff --git a/pkgs/applications/networking/linssid/default.nix b/pkgs/applications/networking/linssid/default.nix
index be010c47179..14ee8095247 100644
--- a/pkgs/applications/networking/linssid/default.nix
+++ b/pkgs/applications/networking/linssid/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, qtbase, qtsvg, qmake, pkgconfig, boost, wirelesstools, iw, qwt, makeWrapper }:
+{ stdenv, fetchurl, qtbase, qtsvg, qmake, pkgconfig, boost, wirelesstools, iw, qwt, wrapQtAppsHook }:
stdenv.mkDerivation rec {
name = "linssid-${version}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "13d35rlcjncd8lx3khkgn9x8is2xjd5fp6ns5xsn3w6l4xj9b4gl";
};
- nativeBuildInputs = [ pkgconfig qmake makeWrapper ];
+ nativeBuildInputs = [ pkgconfig qmake wrapQtAppsHook ];
buildInputs = [ qtbase qtsvg boost qwt ];
patches = [ ./0001-unbundled-qwt.patch ];
@@ -26,11 +26,8 @@ stdenv.mkDerivation rec {
rm -fr qwt-lib
'';
- postInstall = ''
- wrapProgram $out/bin/linssid \
- --prefix QT_PLUGIN_PATH : ${qtbase}/${qtbase.qtPluginPrefix} \
- --prefix PATH : ${stdenv.lib.makeBinPath [ wirelesstools iw ]}
- '';
+ qtWrapperArgs =
+ [ ''--prefix PATH : ${stdenv.lib.makeBinPath [ wirelesstools iw ]}'' ];
meta = with stdenv.lib; {
description = "Graphical wireless scanning for Linux";
diff --git a/pkgs/applications/networking/maestral/default.nix b/pkgs/applications/networking/maestral/default.nix
new file mode 100644
index 00000000000..bfacac2eaf4
--- /dev/null
+++ b/pkgs/applications/networking/maestral/default.nix
@@ -0,0 +1,38 @@
+{ lib, python3Packages, fetchFromGitHub
+, withGui ? false, wrapQtAppsHook ? null }:
+
+python3Packages.buildPythonApplication rec {
+ pname = "maestral${lib.optionalString withGui "-gui"}";
+ version = "0.2.6";
+
+ src = fetchFromGitHub {
+ owner = "SamSchott";
+ repo = "maestral-dropbox";
+ rev = "v${version}";
+ sha256 = "1nfjm58f6hnqbx9xnz2h929s2175ka1yf5jjlk4i60v0wppnrrdf";
+ };
+
+ disabled = python3Packages.pythonOlder "3.6";
+
+ propagatedBuildInputs = (with python3Packages; [
+ blinker click dropbox keyring keyrings-alt requests u-msgpack-python watchdog
+ ] ++ lib.optional withGui pyqt5);
+
+ nativeBuildInputs = lib.optional withGui wrapQtAppsHook;
+
+ postInstall = lib.optionalString withGui ''
+ makeQtWrapper $out/bin/maestral $out/bin/maestral-gui \
+ --add-flags gui
+ '';
+
+ # no tests
+ doCheck = false;
+
+ meta = with lib; {
+ description = "Open-source Dropbox client for macOS and Linux";
+ license = licenses.mit;
+ maintainers = with maintainers; [ peterhoeg ];
+ platforms = platforms.unix;
+ inherit (src.meta) homepage;
+ };
+}
diff --git a/pkgs/applications/networking/mailreaders/aerc/default.nix b/pkgs/applications/networking/mailreaders/aerc/default.nix
index e5d8c728a19..b94ce269566 100644
--- a/pkgs/applications/networking/mailreaders/aerc/default.nix
+++ b/pkgs/applications/networking/mailreaders/aerc/default.nix
@@ -1,15 +1,15 @@
{ stdenv, buildGoModule, fetchurl
-, go, scdoc
+, go, ncurses, scdoc
, python3, perl, w3m, dante
}:
buildGoModule rec {
pname = "aerc";
- version = "0.1.1";
+ version = "0.2.1";
src = fetchurl {
url = "https://git.sr.ht/~sircmpwn/aerc/archive/${version}.tar.gz";
- sha256 = "0rpwjjnaq8mj619ajzyl3kad7sysbz87qz2ds0jyy7kvyzv6r7zb";
+ sha256 = "1ky1nl5b54lf5jnac2kb5404fplwnwypjplas8imdlsf517fw32n";
};
nativeBuildInputs = [
@@ -38,12 +38,13 @@ buildGoModule rec {
'';
postFixup = ''
- wrapProgram $out/bin/aerc --prefix PATH ":" "$out/share/aerc/filters"
+ wrapProgram $out/bin/aerc --prefix PATH ":" \
+ "$out/share/aerc/filters:${stdenv.lib.makeBinPath [ ncurses.dev ]}"
wrapProgram $out/share/aerc/filters/html --prefix PATH ":" \
${stdenv.lib.makeBinPath [ w3m dante ]}
'';
- modSha256 = "0p8lp6xwg6jacrnxzw3q73mqxy9wzj5vs0k1saa48ardqd2f7b00";
+ modSha256 = "0fc9m1qb8innypc8cxzbqyrfkawawyaqq3gqy7lqwmyh32f300jh";
meta = with stdenv.lib; {
description = "aerc is an email client for your terminal";
diff --git a/pkgs/applications/networking/mailreaders/afew/default.nix b/pkgs/applications/networking/mailreaders/afew/default.nix
index bdf39de0651..cd512e77613 100644
--- a/pkgs/applications/networking/mailreaders/afew/default.nix
+++ b/pkgs/applications/networking/mailreaders/afew/default.nix
@@ -2,11 +2,11 @@
pythonPackages.buildPythonApplication rec {
pname = "afew";
- version = "1.3.0";
+ version = "2.0.0";
src = pythonPackages.fetchPypi {
inherit pname version;
- sha256 = "0105glmlkpkjqbz350dxxasvlfx9dk0him9vwbl86andzi106ygz";
+ sha256 = "0j60501nm242idf2ig0h7p6wrg58n5v2p6zfym56v9pbvnbmns0s";
};
nativeBuildInputs = with pythonPackages; [ sphinx setuptools_scm ];
@@ -15,24 +15,27 @@ pythonPackages.buildPythonApplication rec {
pythonPackages.notmuch chardet dkimpy
] ++ stdenv.lib.optional (!pythonPackages.isPy3k) subprocess32;
- postBuild = ''
- make -C docs man
- '';
-
- postInstall = ''
- mandir="$out/share/man/man1"
- mkdir -p "$mandir"
- cp docs/build/man/* "$mandir"
- '';
-
makeWrapperArgs = [
''--prefix PATH ':' "${notmuch}/bin"''
];
+ outputs = [ "out" "doc" ];
+
+ postBuild = ''
+ python setup.py build_sphinx -b html,man
+ '';
+
+ postInstall = ''
+ install -D -v -t $out/share/man/man1 build/sphinx/man/*
+ mkdir -p $out/share/doc/afew
+ cp -R build/sphinx/html/* $out/share/doc/afew
+ '';
+
+
meta = with stdenv.lib; {
homepage = https://github.com/afewmail/afew;
description = "An initial tagging script for notmuch mail";
license = licenses.isc;
- maintainers = with maintainers; [ garbas andir flokli ];
+ maintainers = with maintainers; [ andir flokli ];
};
}
diff --git a/pkgs/applications/networking/mailreaders/alpine/default.nix b/pkgs/applications/networking/mailreaders/alpine/default.nix
index bb62014c77a..17a3b92e2f9 100644
--- a/pkgs/applications/networking/mailreaders/alpine/default.nix
+++ b/pkgs/applications/networking/mailreaders/alpine/default.nix
@@ -2,7 +2,6 @@
, openldap
}:
-# NOTE: Please check if any changes here are applicable to ../realpine/ as well
stdenv.mkDerivation rec {
name = "alpine-${version}";
version = "2.21";
diff --git a/pkgs/applications/networking/mailreaders/astroid/default.nix b/pkgs/applications/networking/mailreaders/astroid/default.nix
index 41f3a271a69..23bed01907e 100644
--- a/pkgs/applications/networking/mailreaders/astroid/default.nix
+++ b/pkgs/applications/networking/mailreaders/astroid/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, gnome3, gmime3, webkitgtk
, libsass, notmuch, boost, wrapGAppsHook, glib-networking, protobuf, vim_configurable
, gtkmm3, libpeas, gsettings-desktop-schemas
-, makeWrapper, python3, python3Packages
+, python3, python3Packages
, vim ? vim_configurable.override {
features = "normal";
gui = "auto";
@@ -10,14 +10,14 @@
}:
stdenv.mkDerivation rec {
- name = "astroid-${version}";
- version = "0.14";
+ pname = "astroid";
+ version = "0.15";
src = fetchFromGitHub {
owner = "astroidmail";
repo = "astroid";
rev = "v${version}";
- sha256 = "1wkv1icsx3g3gq485dnvcdhr9srrjgz4ws1i1krcw9n61bj7gxh8";
+ sha256 = "11cxbva9ni98gii59xmbxh4c6idcg3mg0pgdsp1c3j0yg7ix0lj3";
};
nativeBuildInputs = [ cmake ronn pkgconfig wrapGAppsHook ];
diff --git a/pkgs/applications/networking/mailreaders/claws-mail/default.nix b/pkgs/applications/networking/mailreaders/claws-mail/default.nix
index 42f29574eef..bb4c6c54f16 100644
--- a/pkgs/applications/networking/mailreaders/claws-mail/default.nix
+++ b/pkgs/applications/networking/mailreaders/claws-mail/default.nix
@@ -31,11 +31,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "claws-mail-${version}";
- version = "3.17.3";
+ version = "3.17.4";
src = fetchurl {
url = "http://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz";
- sha256 = "1wnj6c9cbmhphs2l6wfvndkk2g08rmxw0sl2c8k1k008dxd1ykjh";
+ sha256 = "00mfhaac16sv67rwiq98hr4nl5zmd1h2afswwwksdcsi3q9x23jr";
};
outputs = [ "out" "dev" ];
diff --git a/pkgs/applications/networking/mailreaders/inboxer/default.nix b/pkgs/applications/networking/mailreaders/inboxer/default.nix
index 72b9ce09d76..4139b650fb7 100644
--- a/pkgs/applications/networking/mailreaders/inboxer/default.nix
+++ b/pkgs/applications/networking/mailreaders/inboxer/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, binutils, patchelf, makeWrapper
-, expat, xorg, gdk_pixbuf, glib, gnome2, cairo, atk, freetype
+, expat, xorg, gdk-pixbuf, glib, gnome2, cairo, atk, freetype
, fontconfig, dbus, nss, nspr, gtk2-x11, alsaLib, cups, libpulseaudio, udev }:
stdenv.mkDerivation rec {
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
xorg.libXtst
xorg.libXScrnSaver
xorg.libxcb
- gdk_pixbuf
+ gdk-pixbuf
glib
gnome2.pango
gnome2.GConf
diff --git a/pkgs/applications/networking/mailreaders/mailnag/default.nix b/pkgs/applications/networking/mailreaders/mailnag/default.nix
index 32455e1132f..d8151340662 100644
--- a/pkgs/applications/networking/mailreaders/mailnag/default.nix
+++ b/pkgs/applications/networking/mailreaders/mailnag/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, gettext, gtk3, pythonPackages
-, gdk_pixbuf, libnotify, gst_all_1
+, gdk-pixbuf, libnotify, gst_all_1
, libgnome-keyring3
, wrapGAppsHook, gnome3
# otherwise passwords are stored unencrypted
@@ -18,7 +18,7 @@ in pythonPackages.buildPythonApplication rec {
};
buildInputs = [
- gtk3 gdk_pixbuf libnotify gst_all_1.gstreamer
+ gtk3 gdk-pixbuf libnotify gst_all_1.gstreamer
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad
gnome3.adwaita-icon-theme
diff --git a/pkgs/applications/networking/mailreaders/mlarchive2maildir/default.nix b/pkgs/applications/networking/mailreaders/mlarchive2maildir/default.nix
new file mode 100644
index 00000000000..7019c309feb
--- /dev/null
+++ b/pkgs/applications/networking/mailreaders/mlarchive2maildir/default.nix
@@ -0,0 +1,28 @@
+{ stdenv, python3, notmuch }:
+
+python3.pkgs.buildPythonApplication rec {
+ pname = "mlarchive2maildir";
+ version = "0.0.6";
+
+ src = python3.pkgs.fetchPypi {
+ inherit pname version;
+ sha256 = "025mv890zsk25cral9cas3qgqdsszh5025khz473zs36innjd0mw";
+ };
+
+ nativeBuildInputs = with python3.pkgs; [ setuptools_scm ];
+
+ propagatedBuildInputs = with python3.pkgs; [
+ beautifulsoup4
+ click
+ click-log
+ requests
+ six
+ ];
+
+ meta = with stdenv.lib; {
+ homepage = https://github.com/flokli/mlarchive2maildir;
+ description = "Imports mail from (pipermail) archives into a maildir";
+ license = licenses.mit;
+ maintainers = with maintainers; [ andir flokli ];
+ };
+}
diff --git a/pkgs/applications/networking/mailreaders/mutt/default.nix b/pkgs/applications/networking/mailreaders/mutt/default.nix
index 8bdba1893e2..f259fdebf22 100644
--- a/pkgs/applications/networking/mailreaders/mutt/default.nix
+++ b/pkgs/applications/networking/mailreaders/mutt/default.nix
@@ -27,11 +27,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "mutt-${version}";
- version = "1.12.0";
+ version = "1.12.1";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${name}.tar.gz";
- sha256 = "13zr2fpql33sdbsjsiaa952js5bvphc1x4lqsj36qyzdhj3l84na";
+ sha256 = "0311sip2q90aqaxn7h3cck1zl98b4vifqi8bp5fsizy4dr06bi81";
};
patches = optional smimeSupport (fetchpatch {
diff --git a/pkgs/applications/networking/mailreaders/neomutt/default.nix b/pkgs/applications/networking/mailreaders/neomutt/default.nix
index 0da451ed51e..f4b0846b98f 100644
--- a/pkgs/applications/networking/mailreaders/neomutt/default.nix
+++ b/pkgs/applications/networking/mailreaders/neomutt/default.nix
@@ -3,19 +3,7 @@
, lmdb, libxslt, docbook_xsl, docbook_xml_dtd_42, mailcap, runtimeShell
}:
-let
- muttWrapper = writeScript "mutt" ''
- #!${runtimeShell} -eu
-
- echo 'The neomutt project has renamed the main binary from `mutt` to `neomutt`.'
- echo ""
- echo 'This wrapper is provided for compatibility purposes only. You should start calling `neomutt` instead.'
- echo ""
- read -p 'Press any key to launch NeoMutt...' -n1 -s
- exec neomutt "$@"
- '';
-
-in stdenv.mkDerivation rec {
+stdenv.mkDerivation rec {
version = "20180716";
name = "neomutt-${version}";
@@ -80,7 +68,6 @@ in stdenv.mkDerivation rec {
NIX_LDFLAGS = "-lidn";
postInstall = ''
- cp ${muttWrapper} $out/bin/mutt
wrapProgram "$out/bin/neomutt" --prefix PATH : "$out/libexec/neomutt"
'';
diff --git a/pkgs/applications/networking/mailreaders/notmuch-addrlookup/default.nix b/pkgs/applications/networking/mailreaders/notmuch-addrlookup/default.nix
index c2cce227576..126e2854574 100644
--- a/pkgs/applications/networking/mailreaders/notmuch-addrlookup/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch-addrlookup/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Address lookup tool for Notmuch in C";
homepage = https://github.com/aperezdc/notmuch-addrlookup-c;
- maintainers = with maintainers; [ mog garbas ];
+ maintainers = with maintainers; [ mog ];
platforms = platforms.unix;
license = licenses.mit;
};
diff --git a/pkgs/applications/networking/mailreaders/notmuch-bower/default.nix b/pkgs/applications/networking/mailreaders/notmuch-bower/default.nix
index e2b56f3b8af..90c8590d52d 100644
--- a/pkgs/applications/networking/mailreaders/notmuch-bower/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch-bower/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "notmuch-bower-${version}";
- version = "0.10";
+ version = "0.11";
src = fetchFromGitHub {
owner = "wangp";
repo = "bower";
rev = version;
- sha256 = "0jpaxlfxz7mj76z3cyj8sq053p0mkp46kaw05nimzwaq5yx923fv";
+ sha256 = "0vhac8yjnhb1gz60jfzg27spyn96c1rr849gc6vjym5xamw7zp0v";
};
nativeBuildInputs = [ gawk mercury pandoc ];
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index 02e49290a68..9ddedac0974 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
description = "Mail indexer";
homepage = https://notmuchmail.org/;
license = licenses.gpl3;
- maintainers = with maintainers; [ flokli garbas the-kenny ];
+ maintainers = with maintainers; [ flokli the-kenny ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/networking/mailreaders/nylas-mail-bin/default.nix b/pkgs/applications/networking/mailreaders/nylas-mail-bin/default.nix
deleted file mode 100644
index 3d8673a87a1..00000000000
--- a/pkgs/applications/networking/mailreaders/nylas-mail-bin/default.nix
+++ /dev/null
@@ -1,133 +0,0 @@
-{ dpkg, fetchurl, lib, pkgs, stdenv
-, alsaLib
-, atk
-, cairo
-, coreutils
-, cups
-, dbus
-, desktop-file-utils
-, expat
-, fontconfig
-, freetype
-, gcc-unwrapped
-, gdk_pixbuf
-, glib
-, gnome2
-, libgnome-keyring
-, libnotify
-, makeWrapper
-, nodejs
-, nspr
-, nss
-, pango
-, python2
-, udev
-, wget
-, xorg
-}:
-
-stdenv.mkDerivation rec {
- name = "${pkgname}-${version}";
- pkgname = "nylas-mail-bin";
- version = "2.0.32";
- subVersion = "fec7941";
-
- src =
- if stdenv.hostPlatform.system == "x86_64-linux" then
- fetchurl {
- url = "https://edgehill.s3.amazonaws.com/${version}-${subVersion}/linux-deb/x64/NylasMail.deb";
- sha256 = "40060aa1dc3b5187b8ed4a07b9de3427e3c5a291df98c2c82395647fa2aa4ada";
- }
- else
- throw "NylasMail is not supported on ${stdenv.hostPlatform.system}";
-
- propagatedBuildInputs = [
- alsaLib
- atk
- cairo
- coreutils
- cups
- dbus
- desktop-file-utils
- expat
- fontconfig
- freetype
- gcc-unwrapped
- gdk_pixbuf
- glib
- gnome2.GConf
- gnome2.gtk
- libgnome-keyring
- libnotify
- nodejs
- nspr
- nss
- pango
- python2
- udev
- wget
- xorg.libX11
- xorg.libXScrnSaver
- xorg.libXcomposite
- xorg.libXcursor
- xorg.libXdamage
- xorg.libXext
- xorg.libXfixes
- xorg.libXi
- xorg.libXrandr
- xorg.libXrender
- xorg.libXtst
- xorg.libxkbfile
- ];
-
-
- nativeBuildInputs = [ makeWrapper ];
-
- buildCommand = ''
- mkdir -p $out
-
- ${dpkg}/bin/dpkg-deb -x $src unpacked
- mv unpacked/usr/* $out/
-
- # Fix path in desktop file
- substituteInPlace $out/share/applications/nylas-mail.desktop \
- --replace /usr/bin/nylas-mail $out/bin/nylas-mail
-
- # Patch librariess
- noderp=$(patchelf --print-rpath $out/share/nylas-mail/libnode.so)
- patchelf --set-rpath $noderp:$out/lib:${stdenv.cc.cc.lib}/lib:${xorg.libxkbfile.out}/lib:${lib.makeLibraryPath propagatedBuildInputs } \
- $out/share/nylas-mail/libnode.so
-
- ffrp=$(patchelf --print-rpath $out/share/nylas-mail/libffmpeg.so)
- patchelf --set-rpath $ffrp:$out/lib:${stdenv.cc.cc.lib}/lib:${lib.makeLibraryPath propagatedBuildInputs } \
- $out/share/nylas-mail/libffmpeg.so
-
- # Patch binaries
- binrp=$(patchelf --print-rpath $out/share/nylas-mail/nylas)
- patchelf --interpreter $(cat "$NIX_CC"/nix-support/dynamic-linker) \
- --set-rpath $binrp:$out/lib:${stdenv.cc.cc.lib}/lib:${lib.makeLibraryPath propagatedBuildInputs } \
- $out/share/nylas-mail/nylas
-
- wrapProgram $out/share/nylas-mail/nylas --set LD_LIBRARY_PATH "${xorg.libxkbfile}/lib:${pkgs.gnome3.libgnome-keyring}/lib";
-
- # Fix path to bash so apm can install plugins.
- substituteInPlace $out/share/nylas-mail/resources/apm/bin/apm \
- --replace /bin/bash ${stdenv.shell}
-
- wrapProgram $out/share/nylas-mail/resources/apm/bin/apm \
- --set PATH "${coreutils}/bin"
- patchelf --interpreter $(cat "$NIX_CC"/nix-support/dynamic-linker) \
- --set-rpath ${gcc-unwrapped.lib}/lib $out/share/nylas-mail/resources/apm/bin/node
- '';
-
- meta = with stdenv.lib; {
- description = "Open-source mail client built on the modern web with Electron, React, and Flux";
- longDescription = ''
- Nylas Mail is an open-source mail client built on the modern web with Electron, React, and Flux. It is designed to be extensible, so it's easy to create new experiences and workflows around email. Nylas Mail can be enabled with it's requirements by enabling 'services.nylas-mail.enable=true'. Alternatively, make sure to have services.gnome3.gnome-keyring.enable = true; in your configuration.nix before running nylas-mail. If you happen to miss this step, you should remove ~/.nylas-mail and "~/.config/Nylas Mail" for a blank setup".
- '';
- license = licenses.gpl3;
- maintainers = with maintainers; [ johnramsden ];
- homepage = https://nylas.com;
- platforms = [ "x86_64-linux" ];
- };
-}
diff --git a/pkgs/applications/networking/mailreaders/realpine/default.nix b/pkgs/applications/networking/mailreaders/realpine/default.nix
deleted file mode 100644
index f53c5d61050..00000000000
--- a/pkgs/applications/networking/mailreaders/realpine/default.nix
+++ /dev/null
@@ -1,42 +0,0 @@
-{stdenv, fetchurl, ncurses, tcl, openssl, pam, kerberos
-, openldap
-}:
-# NOTE: Please check if any changes here are applicable to ../alpine/ as well
-let
- baseName = "re-alpine";
- version = "2.03";
-in
-stdenv.mkDerivation {
- name = "${baseName}-${version}";
- inherit version;
-
- src = fetchurl {
- url = "mirror://sourceforge/re-alpine/re-alpine-${version}.tar.bz2";
- sha256 = "11xspzbk9cwmklmcw6rxsan7j71ysd4m9c7qldlc59ck595k5nbh";
- };
-
- buildInputs = [
- ncurses tcl openssl pam kerberos openldap
- ];
-
- hardeningDisable = [ "format" ];
-
- configureFlags = [
- "--with-ssl-include-dir=${openssl.dev}/include/openssl"
- "--with-tcl-lib=${tcl.libPrefix}"
- "--with-passfile=.pine-passfile"
- ];
-
- preConfigure = ''
- export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s"
- '';
-
- meta = {
- description = "Console mail reader";
- license = stdenv.lib.licenses.asl20;
- maintainers = [stdenv.lib.maintainers.raskin];
- platforms = stdenv.lib.platforms.linux;
- homepage = https://sourceforge.net/projects/re-alpine/;
- downloadPage = "https://sourceforge.net/projects/re-alpine/files/";
- };
-}
diff --git a/pkgs/applications/networking/mailreaders/sup/default.nix b/pkgs/applications/networking/mailreaders/sup/default.nix
index cfc471a57f0..ccd092ba63c 100644
--- a/pkgs/applications/networking/mailreaders/sup/default.nix
+++ b/pkgs/applications/networking/mailreaders/sup/default.nix
@@ -1,8 +1,4 @@
-{ lib, bundlerApp, rake, which }:
-
-# Updated with:
-# rm gemset.nix Gemfile.lock
-# nix-shell -p bundler bundix --run 'bundle lock && bundix'
+{ lib, bundlerApp, bundlerUpdateScript }:
bundlerApp {
pname = "sup";
@@ -20,11 +16,13 @@ bundlerApp {
"sup-tweak-labels"
];
+ passthru.updateScript = bundlerUpdateScript "sup";
+
meta = with lib; {
description = "A curses threads-with-tags style email client";
homepage = http://sup-heliotrope.github.io;
license = licenses.gpl2;
- maintainers = with maintainers; [ cstrahan lovek323 manveru ];
+ maintainers = with maintainers; [ cstrahan lovek323 manveru nicknovitski ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix b/pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
index 7f32e45f5d3..5e005cd6669 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
@@ -10,7 +10,7 @@
, dbus
, fontconfig
, freetype
-, gdk_pixbuf
+, gdk-pixbuf
, glib
, glibc
, gst-plugins-base
@@ -90,7 +90,7 @@ stdenv.mkDerivation {
dbus
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
glibc
gst-plugins-base
@@ -160,7 +160,7 @@ stdenv.mkDerivation {
'';
passthru.updateScript = import ./../../browsers/firefox-bin/update.nix {
- inherit name stdenv writeScript xidel coreutils gnused gnugrep curl gnupg runtimeShell;
+ inherit name writeScript xidel coreutils gnused gnugrep curl gnupg runtimeShell;
baseName = "thunderbird";
channel = "release";
basePath = "pkgs/applications/networking/mailreaders/thunderbird-bin";
diff --git a/pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix b/pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix
index 337f26a8405..8e1f2a0f65f 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix
@@ -1,585 +1,585 @@
{
- version = "60.7.1";
+ version = "60.8.0";
sources = [
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/ar/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/ar/thunderbird-60.8.0.tar.bz2";
locale = "ar";
arch = "linux-x86_64";
- sha512 = "2e7e68ee9dadae963416d8a3915a77dab88c7d6bc27669b424bc47a7be8862849a45d95f94903fdfcc83009bd30b4051779c8115f39c94823e5599cd33f444f2";
+ sha512 = "a10386c0c55e52571c5b922a1531a891a98caa9a1b118ffa6e5e0655b838c207ba2638988d6fdeeb62135bbd19b071f9c2dfd2c52379e4f8ca2012c17aa5a065";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/ast/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/ast/thunderbird-60.8.0.tar.bz2";
locale = "ast";
arch = "linux-x86_64";
- sha512 = "1f5b8030913202d1625bd3afa3b98c81be8ab2fedc76beac094b6be06c65be05c20aa3065e7b16ea7921e5684fe2fdb50c1b5f983d0db6e95dc7b515bc197e9f";
+ sha512 = "fecf4367234a794e22ccc6665622bf083bbaf8ecb1f8e03bf64c2bfa91028ff6a02497ae5ebdf474b4073fff121b23a55d8373ce16e282b9630bf6bd6223b555";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/be/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/be/thunderbird-60.8.0.tar.bz2";
locale = "be";
arch = "linux-x86_64";
- sha512 = "60a6e42f125dc41bc534993330900ed7f95fb7857e3d84e2bf7d824dd510086cc64b2e1adca739f78a3a057ab2469edde97887f80bb98849ea9d3b9302884146";
+ sha512 = "3ffc3ab21f3a070d8f465591db242b5cc0485cb2655373fc697298825f46a5f2f93301684ff69510ea2d74743a8e00e23e7f56e2a29638484bed40089714b7ad";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/bg/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/bg/thunderbird-60.8.0.tar.bz2";
locale = "bg";
arch = "linux-x86_64";
- sha512 = "27421dbe6ed43c2b4ff4b8ae71f801a2c7480043d524fcebf5590b71d173f04b7ddb2bfb8a44d591b33329e67628287efa9f8e80f576fd278991de0837aa93c8";
+ sha512 = "e789ca25f887bc9b228fd29796b38cb061ba931ebb0e2d2b15b290771b2312d4051d248dd467c64acc5cbdc1d5c1ae23e0d5b5dba4a35983ffa44062c7632bbe";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/br/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/br/thunderbird-60.8.0.tar.bz2";
locale = "br";
arch = "linux-x86_64";
- sha512 = "5765f2c836a10dbbf95f4223caefadf6e2053a606a5e686499780b29bc2c831f8418254721403bdaff037f79290835d76ebcea3f8a0dc2a6ddfc07985a44b3ad";
+ sha512 = "5088057f31b2ff77f89b25e9c1638b2080981a489a392d928f259cce38916b9b7da89132d931363fc652c1711250e1e77fc56b0427674f0648229688ba3285dd";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/ca/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/ca/thunderbird-60.8.0.tar.bz2";
locale = "ca";
arch = "linux-x86_64";
- sha512 = "e4d81a7d84b56cab1ecfeb65907cbeff592b05aea4693bd6ca926261017c5af51c66c6fb20e8e241433b7e93467652ce9b778045a6be33e5c2960c820430ce69";
+ sha512 = "3eb939b9a811254487eca4920ae84d33773d0963c77dfd84df7cf02a98b975d13d9088a70c2e8863f3290c6c7bfe6c7a240eda8e3bfdf3de28883c5d1e842e5f";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/cs/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/cs/thunderbird-60.8.0.tar.bz2";
locale = "cs";
arch = "linux-x86_64";
- sha512 = "3e4385dba45439216c18959305ce9f624b1b70a7d45c9213a40f27a47b049bd2074955f92c79a831afaa26a550975bada6f100511fbdbd34ac10b1fffbcafb71";
+ sha512 = "867706fc4e459d0e7723e9ef0e86176822623ca85f446f1ab9935f7f7a95292da637d57ab6046a8ef4d8a40bd5fc37451a32cad71a2d45bf4e4cf7adccd44775";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/cy/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/cy/thunderbird-60.8.0.tar.bz2";
locale = "cy";
arch = "linux-x86_64";
- sha512 = "44f1d34d3ae6ab32c1b3bd1996caa829a1bcbadeff269d0a4d6fd8e3c07aaa3fd8d83505301bdbfe583e67f6432f4898746bec4f7173a6b84319d7f71ad4d87a";
+ sha512 = "56d6485c397984b3394831169efe8bc2d7078d958358a37f1c9775b17bef0a4a347429838f122291f10e3dbc289865aaa475d3d3f4e7deaa2d22205690110c05";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/da/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/da/thunderbird-60.8.0.tar.bz2";
locale = "da";
arch = "linux-x86_64";
- sha512 = "36cf0afc3ac6473454dae00d0e474fdcd3a3bb68c5d52ce5c325fad4bf1209b85d9a8052f92ec5499df670e3fc8661a69edb3763c8e1b581be951b78c4d4bc82";
+ sha512 = "6d35e77a03b0a44e8629baa80eb1889892a0dcd7a1a7ef5f016a6133fd8c5555474fa3bae79e3c5c25b0618832e680ea505cdf82de268bb4cecad7187830ff4a";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/de/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/de/thunderbird-60.8.0.tar.bz2";
locale = "de";
arch = "linux-x86_64";
- sha512 = "b84ea8f5f0e382971db974ae6946c962c1ca1a208de420386a77b4bde6537ac943705299257540f51360fe6b1386873814fc5fc091cdbc3125f811748840f777";
+ sha512 = "7b6f65c2146eccd91db9f2a050722c28ff3c9ed8a9e7a822fc1558c6b56761ba68ee5fdbbf1324c35dc98b0b33e8e54709664b972ad2318dcdf4472251ef1d1f";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/dsb/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/dsb/thunderbird-60.8.0.tar.bz2";
locale = "dsb";
arch = "linux-x86_64";
- sha512 = "4a02fd4a5c462189ab8ffe4b20164cec70bf996ab7a1e91e6920d18b8c44acb82dc6e4cdd8771e852e4f9a1bb07006dca2905175b2dc658a29c61cdebb5c2d17";
+ sha512 = "fef020d88b4560b8eae5b81d9d36179719389c742a462682ca0afff942474158b1cdedeca6f348598ca89268bae3d953ac63debd972f7349ed8a7cb56e96cdd7";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/el/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/el/thunderbird-60.8.0.tar.bz2";
locale = "el";
arch = "linux-x86_64";
- sha512 = "6ed1cdb0a0f46639b532956b646781e4004d2f8ae5cdfb1ec5e73fa184396ff315ffb776025f769445f569dd5a7c3f6adb5bc9985204bab780003b36a7388d3d";
+ sha512 = "fae21025f07a7d0be663d6dda4cb43cdc2b4b488a76e4ab0bae304284b17598689ed32554066e1d00097479e1ca4f163473cee854b853acedc46887256a45d02";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/en-GB/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/en-GB/thunderbird-60.8.0.tar.bz2";
locale = "en-GB";
arch = "linux-x86_64";
- sha512 = "76360b7252ddf0a869142af52dfb7c8dfa9706bf950396b1443cdfca7fa53d754b3e9bfb1192645eec5c59c53df4ec386aa64e1db88f8739aff9394c18c50abe";
+ sha512 = "cfb8f7770d1fa2ad12ac19a2f069840a37f13c352d4271c4dc479cf4cc1d3ac381053ef9046b4b0fe891b67097f5db674ed6281853b2ebab1fe9744bd113bb08";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/en-US/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/en-US/thunderbird-60.8.0.tar.bz2";
locale = "en-US";
arch = "linux-x86_64";
- sha512 = "6006ea1defd1b8cd6e99c66d51f7b598cd700804243f8f7ecb8ae1e611f9a6fbc5b2edc2c5672ac3547b0f9d88083eeae619a2b2ed68afa74742550c5c399576";
+ sha512 = "c0eeec28c235be86760dca83941a202475846153a1b186ad948eb673e0c6b1e870cb1c485f5a1dd9ed885eaac52f36cdde4417ba86dca388c43c03299b0adcea";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/es-AR/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/es-AR/thunderbird-60.8.0.tar.bz2";
locale = "es-AR";
arch = "linux-x86_64";
- sha512 = "b9884c2cf73c87294b9ddbaf327eb0d5ecd6e37c6d43382b5df957354563d82737b4eafb1611d39e7226c3633a9df099f465ad58d956c006390ac8950090daf8";
+ sha512 = "151e9ecb12ee13dc9cf87040c5f90d9dfeb528e25889fb48d7bd5a9a47f7a6166402c1c4ebf96c9a4184d27e89cc13ff31079151f7ca2860ac91100d2dc7f6a2";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/es-ES/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/es-ES/thunderbird-60.8.0.tar.bz2";
locale = "es-ES";
arch = "linux-x86_64";
- sha512 = "cf341748e26d3769fcba61ad56a31c27afedcad2c800cbfbee10670f1286ff2b280313aac0d6a2fd60912df6e2679825ca09f0e84fa5f3aec1816cd839f5f7de";
+ sha512 = "0209584bf7d1396d3d3f754e4f6cf3a6cfee2f7aeea9869edb60bdc832e87b9437f4962fe59a19df78ecd53681981e68bb6efc98e05f7ef50883a59983ddbb66";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/et/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/et/thunderbird-60.8.0.tar.bz2";
locale = "et";
arch = "linux-x86_64";
- sha512 = "cd3a63ce48ea634f107da110a9d934296f79e225921df7f675abc1b58af6b04a387fc31db08ab5ea23b0a33bc2c557ebd5ca8eb20f11146458bfee64221ad90d";
+ sha512 = "766656029454d89be4fa8ac8ebfc61f25d86c6f8974abe1426cd96dd5b7492bbdf4f8568ac18a69fa4ac3acf4a28486f1184c0852d4ee29416d6dbf3ddee097f";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/eu/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/eu/thunderbird-60.8.0.tar.bz2";
locale = "eu";
arch = "linux-x86_64";
- sha512 = "8897270f4d27435a1f0722e896159da7c83f1fa1f47332ac8af8ec0446a194bb84ecee39f1a32305e84db04e98ca1c035df52ea24d15faf2ec44a8b84732ad8a";
+ sha512 = "db312b24b48677e47fa9ade4f04e219ec6a1aefb03239b60ba63c46659e86eadbec32513c494d48c90e303a87bcdd7280d7c4ae5be4df1a2c30159516bca5abd";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/fi/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/fi/thunderbird-60.8.0.tar.bz2";
locale = "fi";
arch = "linux-x86_64";
- sha512 = "826f0be321eb2ea3bd9d95ccf2142a4e34d1d54ef352d25493649d12b15bfd158bcebf92a8563e8fb5601e4bca77db8c58522df09c7f5f521e5fa756aa776e24";
+ sha512 = "003a0ca468ed7a7ab19065ef4a45504c9e95724112c6bb277c6e1964f8f642d5d1a7a4b135e412c81db5896eb00a831b089104563a9237c0594c2ad5c31c4814";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/fr/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/fr/thunderbird-60.8.0.tar.bz2";
locale = "fr";
arch = "linux-x86_64";
- sha512 = "0f0f3baff25d35d06575b18baa11ccabe10cc6103d765410b901009d91bba2258c03a5de94f2a128e563ea6ca97cb2525841ffabc2331119a88e62145a913978";
+ sha512 = "5097831b1d77046583bd86dd124c48f2389a676a902cbdd4e408508452400f9d981c14475e43276ba31efa70bd3fe1bce5193bc9624de40e34a57319d6ede80f";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/fy-NL/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/fy-NL/thunderbird-60.8.0.tar.bz2";
locale = "fy-NL";
arch = "linux-x86_64";
- sha512 = "b817f3997a5aa64b3ad0ca3d7a8e4f7a18af133a6f3ccd3d45bde0f4013521cdb331700526ce79e0f68db5c19c3f1f6b6e38ba935caf95a77a4d65938d64c200";
+ sha512 = "bb1170342797ccb3cada48fe654cbba2c02391f30666f3c14891d813692c21400c24f0f1e02d6cf975b88b8e92943feff8da5daf05b9535ae4730272b104d43e";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/ga-IE/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/ga-IE/thunderbird-60.8.0.tar.bz2";
locale = "ga-IE";
arch = "linux-x86_64";
- sha512 = "64235f4ac1b5352e7e4edf424966027656f899d96c078249d14ef16d4b30434511d3ff68d00433ea773e89c70b4dc6e4ba02f8ac5e4a670a8dfe5cd0b5c16dfe";
+ sha512 = "a65089b76bb09f78bdd7c8c63e0fe4e68468a210a18069621d4b9fb3ef7cd54abe849fae983dd3e8f05bc5f7dfc3a03a64051587a9e65439fc5cb2c15836f13b";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/gd/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/gd/thunderbird-60.8.0.tar.bz2";
locale = "gd";
arch = "linux-x86_64";
- sha512 = "5c3758a83f17e0cce2bc527b3b4e6755de2b129618b9088ebef0aaded1aec90f411a4aafcd6a054937d5d568f587715dbb431bac5930828247ab9fa886ec6d74";
+ sha512 = "bca1e964554eccf2c69968380954dedd9e76fe2952becd06b0cd56ddf0e3936d6c40f7cfa5d9c8719cdb4b5181d47048d10a47e6c549e74b2ab72a0d7b89d1ad";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/gl/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/gl/thunderbird-60.8.0.tar.bz2";
locale = "gl";
arch = "linux-x86_64";
- sha512 = "41ebbef4d3f3648c733f29df7d9a0d70201d7d519f3a3773384d4eec4e837b0c90590587e87535eff3bda773dcbeed7f3bb184229d142b7ff732595be370625d";
+ sha512 = "d8ec696e056b44059ce713dfb86980da72441d9c53e17f30d0ce43408a16d3e4b2c8700e595639f7bbe3b59082fbdca49a1ecc47bdfa7704ba189198efeb1909";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/he/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/he/thunderbird-60.8.0.tar.bz2";
locale = "he";
arch = "linux-x86_64";
- sha512 = "59811ce89c58526bf2f55156028bce6f2d62a99bb634615444b05632e2c72857fcb65e2dafd9c308191c525130b7d2f261e0fe3767a1b3549c6c5cbbb78ce303";
+ sha512 = "bf9d9db17930dae863bc8803d7f8e39fad79c74712d16d3912968b8605372521cd1ec23f2cb4c8d05e67341176749c97e85072cef40a899570811b594a5d994c";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/hr/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/hr/thunderbird-60.8.0.tar.bz2";
locale = "hr";
arch = "linux-x86_64";
- sha512 = "c35202e12965bd8fb66d6aa5f97817a0977a0093879a661fda854beb68657945b1798bab8a2a357ed6d8c9f0322992d2f79e25cdba15cd3aa584a7069ae7639b";
+ sha512 = "62c626a6dbc65e69443e0e33bbcca131f2b0c3ab521ad74c9de355328fef0e26689e99f7e41111cee688400ffeb2f749f1fc73cf35dff8908f3661218e5df29c";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/hsb/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/hsb/thunderbird-60.8.0.tar.bz2";
locale = "hsb";
arch = "linux-x86_64";
- sha512 = "ff85e93741a03b17482084e00539893bffd910ea9036616cea193cb86d5c4f9a7e55a8cd7c8de74b55d05236e9e061a06a3a6d5a0adc0df44f79f230baea7e19";
+ sha512 = "72a7c2356748b59103457fdb22ebe471b68bbdb4c8e61b53c83e14a64f25bfc781070242f2bb04dccbacb52387ee3b7a2b5a66c2bb01d653b4d78ee5a4d3aa86";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/hu/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/hu/thunderbird-60.8.0.tar.bz2";
locale = "hu";
arch = "linux-x86_64";
- sha512 = "2a6da2d7b7c8504ad90753d874738ef2306fd422b6a7540159e703babbf7d953a427acb51ccf556d54de42c816402ec7e41d1e2452b663822333837e0217558d";
+ sha512 = "b6e9b086b065555b2fdf3c243e72a37c1f7d1708b130ca060fc72cc4715514aed5a40ac19b497fdfc7b6d067d8a065ad16e077e8f1b6aa4f2f7204b47699c2a8";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/hy-AM/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/hy-AM/thunderbird-60.8.0.tar.bz2";
locale = "hy-AM";
arch = "linux-x86_64";
- sha512 = "43fb0ebf562034c21baa1f1f9712bc1bf0f9908215cee4666cdaf48dec3030d0c93f45954d42e1ce6dea9afb29d913f2f0a082f48aab7a66f747c95fe33784e9";
+ sha512 = "7b4690527883906a6a6e2d2b6347b8d2bc1b6a16576b6970c2b7dd0a04b6f046337e191aeaae4b07e37b29a9e24db3848a2683c6f0d10923c1c7ccf4bc8a38f6";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/id/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/id/thunderbird-60.8.0.tar.bz2";
locale = "id";
arch = "linux-x86_64";
- sha512 = "054035a6faf23cf27b8a926971f87534b31c08dcae1d09e7508481077019d6e7899a7276f31728e3d6912a0050e5e014b09fcdcf236cee544d57851a4b27528c";
+ sha512 = "d6446e829d5126386535463e4b44551529108c22c1f5ea054cbced5d6ecae56c31d8a6af99620edfad62acf54844a3a0484b8892ee85fe7cf8676aa2010bc0f1";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/is/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/is/thunderbird-60.8.0.tar.bz2";
locale = "is";
arch = "linux-x86_64";
- sha512 = "3d411dbcb9b8f9532c6fff06324fdc2a7a7a139adb3c6c50938ee7c75ec4eadb757e9717d2b12a60147c85b1a8741d8e7114c3d74ba700be317a5537fb603081";
+ sha512 = "8527f8adbce559195b3487ac11b9ff7a716d4efbe4139289093b49e07b0767b99d90560695773433ccd838affe2e34f488e1051059213d79ef2c604aa5c239e5";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/it/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/it/thunderbird-60.8.0.tar.bz2";
locale = "it";
arch = "linux-x86_64";
- sha512 = "07bfb76c346551d50b2dfefa12bf82425b52216c76b18477096b4fbebc5aee01f521d2c3f4cae7495a6db22dc4fa6d7b63fe2e1c061e9d011421dc7132073a23";
+ sha512 = "3d376e4f8efeffae16c2a39fba40cf29433af35ffbcfc5d0a7491355a211ca25fd5157f64a4d9f4611ac0cfc7659cb7118f0e4db15f594767d0e8a7fca9bfa03";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/ja/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/ja/thunderbird-60.8.0.tar.bz2";
locale = "ja";
arch = "linux-x86_64";
- sha512 = "1a53ce62a0211f4589bfec9cced50ca527216a8ee0566a5cd4f18ec234428ad1a51e64a4af0ca32e38f2b69d506c24c63b28f0ce0f169277dc801376c459a4a0";
+ sha512 = "b9623d6902ad5f5d77b67b490d8df6f312c895257965580cf1108a4d9c3da78f3d021551f9e48ab56b92eb691c3c4007a7584b4681683b261bab7b6b7139ead3";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/kab/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/kab/thunderbird-60.8.0.tar.bz2";
locale = "kab";
arch = "linux-x86_64";
- sha512 = "a43d9e81775d3a3ef2de8e5a1e0d2009821421db7b3c80b0f37d2cc2ca760e6eec6895cb4719e92eb4962ac23616a750e2f57d03b6ba3e43a031a3539dd02733";
+ sha512 = "33417e6604f706ff3bfab521c5bd890fcffd0f524e11d29fedafaf89ad5a7f6284598ef994059c00aed70ef921a08dfa763f57694976b365d3317aeab8209c6e";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/kk/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/kk/thunderbird-60.8.0.tar.bz2";
locale = "kk";
arch = "linux-x86_64";
- sha512 = "e373785cf2baa36d8425c5c3eb9dc0d432d47e603864d3c7593594f78cde2284b7a9dcddb69413b9d41a410252f461fa79c56c5c138e29b3b946ac6c3b70d3c1";
+ sha512 = "05910b83e3c65b2be6c6382bb27f819f9d02e3a1f89c00afa22eb1e68ff04d6f39edf31468be245be1756f20e09cf9982ff0175017e91ff1fe08b62b2edea4f0";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/ko/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/ko/thunderbird-60.8.0.tar.bz2";
locale = "ko";
arch = "linux-x86_64";
- sha512 = "e14b3486c7c96f3ea228c74d666ff8af8f1960341b6ecc565369696635439ad4aec16e023584a89a063a87ead625acf69131d739760e3733c1ba1d390d6d8d09";
+ sha512 = "f12a92b58c02dba4cb2fc8e8a9f90025d23c3849590bb149a50416aac3e3c15e0c2817e7a4bc518f24e796ea851bb5746b7611e2faeea2767e0f63dc67f2cb37";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/lt/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/lt/thunderbird-60.8.0.tar.bz2";
locale = "lt";
arch = "linux-x86_64";
- sha512 = "aa8da2ad1da3b7249e5e2a93bfd2c3816c1dd0a1c34dbe462e9d8a1b4dd15f817eb9bbe9a50f20c106e40c60e79713c1ebc83416ed4c317e73fb7a98063a5b20";
+ sha512 = "06d12d4dffaaf863d77ab1fcc59517bec26732db4b81f6114602b9ad06a77d86d52a0b21066d93854459fc3087dce8d8087df635151f672194edf55d7903bacd";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/ms/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/ms/thunderbird-60.8.0.tar.bz2";
locale = "ms";
arch = "linux-x86_64";
- sha512 = "d44b4b966c88a13af94193b0927648dd212209b91295a44fcb61515104e0336b0e3c3ecdb38e533b3e105349d20d766e78bb98f296e4a324885201e73c3c4555";
+ sha512 = "021f1843a788cd6285e4d56559b7042e161f0279b9b64234bb7cc39847f7f2011265e86a738b5926413f2e98e293fbb478d36322c9071b0f7346dbd07eb05a7b";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/nb-NO/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/nb-NO/thunderbird-60.8.0.tar.bz2";
locale = "nb-NO";
arch = "linux-x86_64";
- sha512 = "c3b934f025651525d1df9e3bcccdf3df18ea6975ff6e162f4d2782bf9f0654621df2be5d9e98011f3c3af48299f0cb943674305e9cb6b0a46926568ae76e981b";
+ sha512 = "9913898a8b6ae8745f76aae51f82aa1fc9f71e410f458c3deaef5879521bbf1e25067709999a4c7722b42ae152eeed7016e5aa0437b8b3fc81d246b297f92f22";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/nl/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/nl/thunderbird-60.8.0.tar.bz2";
locale = "nl";
arch = "linux-x86_64";
- sha512 = "4187e7382e3aef4a0e4769fad1cef5e314cf5fef9f8e89ad1448dc41aa26dfb96f4dbe4578b05b437d1c4c21478e151a165463e4bbc6743990113d3458e30673";
+ sha512 = "006e2332079d8a837c42b44df7b7af01bf9363109a47158357438140a068a9a17b2eb1ecba351b49b3300dae5a8e3abb0938fa1222012a886e6a123f7612dfa7";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/nn-NO/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/nn-NO/thunderbird-60.8.0.tar.bz2";
locale = "nn-NO";
arch = "linux-x86_64";
- sha512 = "9743ad8576c6f648d03911d6c4c7b9abd945ed4d3114e70669adf1849a338eac4f9794f87111a66b58c84cce8135c5e00b55f157abe73aaf7e26e8aa3e957789";
+ sha512 = "022fb45fd0305cad23853277f2b18d22879a4d0523cbbb73a65209ac3d2a87782667e71c6903a6b944aa824ebe8d30421d511f346df7a511ae1f7c325d53de41";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/pl/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/pl/thunderbird-60.8.0.tar.bz2";
locale = "pl";
arch = "linux-x86_64";
- sha512 = "57178babba87a9cee46763e30131221011ede4ba8ad449c6a5f6a7930dbd73d01fc65480de012da0290732f22d970177440dc591d5101340ad8cc9d404b1ab24";
+ sha512 = "ecbad62e54f5b49fa89d0f8d00ccc3315cae71e0a46b25e3bb72b117ef4a8271d9374d82352a7ed75bb93fed9504ac883165911cb6423c5c993d75ee620e27c2";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/pt-BR/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/pt-BR/thunderbird-60.8.0.tar.bz2";
locale = "pt-BR";
arch = "linux-x86_64";
- sha512 = "3a7914fbce5b9365da8d74162cae4dd5fdc061094f0cec1b603650277314900b90f3e07d0a5cfbdf35f0005072eaa6857b5b0bf6fe6beb9da527fb450c829861";
+ sha512 = "e9f2180eef290f0d0fb3b91eafafa7ea0a8cbbb7acc01758fafb56d6c56caa0ac5455b728013ac88d50757830a7f65a3e77423417abd3ee77238657c94461381";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/pt-PT/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/pt-PT/thunderbird-60.8.0.tar.bz2";
locale = "pt-PT";
arch = "linux-x86_64";
- sha512 = "b04b8be13234512967451a31b922c3ec67264f6c6e127c0f364038a9e4ba216fc38e4df4acee03a486c820ab56bcdc1fce983f95f21d82ebf3757b6de523fa86";
+ sha512 = "20e448cdc26b9a27b2c42b7baa09d299ea9ea834bb3bfba284d5f907bdfe0170ba7ef611e0e7ddc1ccdf296781401fe32b80f5e909b68c12a23652c06b3c93c1";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/rm/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/rm/thunderbird-60.8.0.tar.bz2";
locale = "rm";
arch = "linux-x86_64";
- sha512 = "aae5046694a3739988cbe230bce4114f79f2c0e7904a84ad623018e24663ac83978a41a41a5a1bc0095efdc532c9db07498c91a95ff03613f27d95a29a1697fd";
+ sha512 = "62d71bc39dc895514eb2cb957205ad7379ce95bacf6d75e193e0d9eca34df300dbbbb9df3e4cf200a5c1266b1747949df54a969edae62b720b10d0d756ff4c08";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/ro/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/ro/thunderbird-60.8.0.tar.bz2";
locale = "ro";
arch = "linux-x86_64";
- sha512 = "ae9eff34d48fd101406fd0ebc33f2d76f1b9b460a5b28527819aded93a35aa1f2b3c8f9fe853c50e7afb3d555ef86fa7882b39ab99935077c46bd8b702ea279d";
+ sha512 = "2a506e9c7d1f752452201ff78c0a2d678115404294200ad07317672220674eb32227dd7b1f8af65ee91ffb4051beadbdbf2da2dbc243d14d22ecb81dd004549e";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/ru/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/ru/thunderbird-60.8.0.tar.bz2";
locale = "ru";
arch = "linux-x86_64";
- sha512 = "9ce34ff4bb8537824d4704c4a4b6be5f1e4a37f0397e93f8ba818ba7e2940ca0e6e5cc624bcf9dbe3107177b20c488e4a2f2a05436cf6895635903ae3f5259e7";
+ sha512 = "c76e85ae89f1d6f878f5ff745f76860a18d053d13c4deb6774de9e653e841273c09fd7297ade76ea390a30ab0d2af280a0e6b2d929a50ada2ea37c32c2d68d7d";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/si/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/si/thunderbird-60.8.0.tar.bz2";
locale = "si";
arch = "linux-x86_64";
- sha512 = "894e09e0b5fca60b8719f9823f101176f7ba711d155594e897ec792a4d61bb3081a7cd579db83b04415d2355e01494de7295b4ede78e8de34a6b24e1de01c527";
+ sha512 = "92617456dd89e933130992a15247bffc9c8ebabbec41b061320ae6be8d86ef1af38c1469e633ef9dd312da8f8bcac99545077fb23665add9c82c0a38f538e56d";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/sk/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/sk/thunderbird-60.8.0.tar.bz2";
locale = "sk";
arch = "linux-x86_64";
- sha512 = "a14777a08a8ed419d95a8d7f55f3b06b854a8eefa356a2231e83d0890342ba001795788e73823da1a138670d56eab5aae62d5380e37e24778df43b93d1377fa5";
+ sha512 = "8ab573b0cf04ae24f0ce5f1b8e79024fac5e33da2e80ef28837b7bb941512d01396759b34ba4fe87bef74a9385d5b7fb8d656429c110a38e0ec30ba21c01dd48";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/sl/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/sl/thunderbird-60.8.0.tar.bz2";
locale = "sl";
arch = "linux-x86_64";
- sha512 = "9b1f7de6a1968658fa53812aec1f0eb0d6b447b8d1319d9bce97df4f8b0f816f39304362ef65db6e21fe439e7ce6d055e319fba538ccf052a19930b9ded1106c";
+ sha512 = "4ca6019ec3420487ac141bed30efe310d4c01aa2d7adf16fd97ad543cc90d14611d270074c5ab1c52b90c6ac9cfde5f5957c323189965ea60c2f1110abf4bca8";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/sq/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/sq/thunderbird-60.8.0.tar.bz2";
locale = "sq";
arch = "linux-x86_64";
- sha512 = "db248c15d017d2cd54cd0703c8a927ad135870bc2eb5006f04c03460ec9b3887278561da0682f8e2760195ce41b51dc337609d17b2ed1bb2871e62025e58645d";
+ sha512 = "1a47ea68a8435099883a502e65e31aa0e7c14564f86e6b4e4937362fbad3b9771efc74df4ef92994c1ac77130fef228a1c131d0eb4508a5c655e2a4b3800d1ec";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/sr/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/sr/thunderbird-60.8.0.tar.bz2";
locale = "sr";
arch = "linux-x86_64";
- sha512 = "dadcb57443931d18e8f109a17e6e43f9c87232d16b92f5cdf5f9965ec5fa3625cb10d7d499a03b9aab8c882fb23a7dd444a187d6469c82d7912fd012a701e8bf";
+ sha512 = "dbcf13d0333d1ea714b85e542f5bdcbc83bdb2b3f8c3dca829d4b224a0741fee36ac9d2df9bd12cd5505fc972454b990ccf830d71926f65a4f460be2fb7ca937";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/sv-SE/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/sv-SE/thunderbird-60.8.0.tar.bz2";
locale = "sv-SE";
arch = "linux-x86_64";
- sha512 = "31b53c38b7c1c5b101c67aa8e387febde4dc6c1a1760875fab77e284873a653fe6e0548a2057673a7aad270158542b501c10599adf4ae415907e973d256bd806";
+ sha512 = "7602c9dab1202e84822d537c0aec36d1705c259e3d5f34ce6212363450e1e0dda508ed36ea999467be2f39b991cd21a6f8a153b0aca87aa70ba62f01f078bbb8";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/tr/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/tr/thunderbird-60.8.0.tar.bz2";
locale = "tr";
arch = "linux-x86_64";
- sha512 = "9c7c48ddde7254252b4ee6b423e8d171fa3cb08a2f3d5adff122f49769f24145f33fe6714a109b15f62a8c06381ba6e4fe1bafee27b6c79ab7b5fdb4deee5f5a";
+ sha512 = "0fbec00596ccd59e54aaf23058e96abc6ae672ab55d2a7ebd0bb20c37c03f47daa70acfb981d9edf48c45a75d0b0a02328025e100dc4b344c03e3540089b1cbb";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/uk/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/uk/thunderbird-60.8.0.tar.bz2";
locale = "uk";
arch = "linux-x86_64";
- sha512 = "a603f3be6439172027afdb3d31ddae7e7a61f9d1553f553d06e34fefec981afbdd889ed9a4083719a98b9e212ac14b5d2188c6e5846f9d05e9b2761a80d88254";
+ sha512 = "4f1b0608f55f945552bfb3ff28fb93b52ba8a180426e6a101c7c849a48a65c13c78cdd707c8bcd6bc02f55942750c3d34151a4f674bbf53d5e1aeb4fa5d8b974";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/vi/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/vi/thunderbird-60.8.0.tar.bz2";
locale = "vi";
arch = "linux-x86_64";
- sha512 = "1a7a0b2372b2fbdf45f60d2b9ad1a3fabda76c94ebbca83a9ff4935c18bc932fdff7b556d9716845ad8905d10a14e97bda4f9ade8668abd8b1a3d37416e55b2f";
+ sha512 = "e3fbe83460505e135427c773650151e8d7d4d14df5a432392625871c561f6cb0c4eacbeb73d1078f4e3b195014373735a1383a472f6a85d9adf76d4b98929689";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/zh-CN/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/zh-CN/thunderbird-60.8.0.tar.bz2";
locale = "zh-CN";
arch = "linux-x86_64";
- sha512 = "0e7afce0ad5e9553a93aec222b8731552fffe8fd104a172e8255d9e5158a8addadfc2ba3654ac34f1946b71645ca72e993009a87e422bf47d8e4c2cf6e77927a";
+ sha512 = "050cf6cddd3a4f7f56af9f271114d6aa10e032644a958e62f3957d0df61e6f6d92e2a21fcd203a1f45dab7127a652a0dc192993477570ed82726fc9765372dce";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/zh-TW/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-x86_64/zh-TW/thunderbird-60.8.0.tar.bz2";
locale = "zh-TW";
arch = "linux-x86_64";
- sha512 = "42dccbd9e10c817e220209e6a0feb53133f6eb6de3c3412d4b638f6e7ee13aedbe155b131164454f78b7080bc6eefba5cf9dd06124e05e60355c3a6e01d1c920";
+ sha512 = "566a7288a7819ac3bf72ae97fc10470530656c2c4bd75f9b06b4e4c1c07e0e80534fd3dc14081c828a7aff3319d83ca482e4d8d15aa6e3dd02201ce0038a1de2";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/ar/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/ar/thunderbird-60.8.0.tar.bz2";
locale = "ar";
arch = "linux-i686";
- sha512 = "782798baa1f2028ad4a4fd9b635177792594a950e70298b6d669429ff9065fb7b10a1fd8f41de95ecc00e2d187d711b7b7a4913ce24229c0a74e37c8edcff5c9";
+ sha512 = "fa10e2e513050f8c62a0e53530a3ce99cc74aecb0b93090207531556a394d41308c599c469380b39daf178e775c61cf5c279b8fb26429652368ab0468dee4ad8";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/ast/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/ast/thunderbird-60.8.0.tar.bz2";
locale = "ast";
arch = "linux-i686";
- sha512 = "9b60ad7ae495d2ab1d80750f6f0d5b76833c1c1d761be4704727967ac98e86877252f620a2f9e350aeeb44448b8f239df40bbc23e25ba2c9002249fd4f940d89";
+ sha512 = "a88c415580fe8b5a1f83468afdcc55714abc13eb53c6b4a8b6b4779837b0668934c58ce40928b8a215a099fa06cce957754ac714a941172ded5087f09b8b2abc";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/be/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/be/thunderbird-60.8.0.tar.bz2";
locale = "be";
arch = "linux-i686";
- sha512 = "ba8737f9a5315964186c132380fb0189149ec6291e5eef8c2e775bda5ecf3a8fd1f3ae8e42ede3dab52790d54e99da283397213df7bbe09147a22c97b4d53217";
+ sha512 = "d0c7edde8c6d2b2daa4d2389781962ebbb8b11e2b6ff4f0c79a15052cb65e869711cc18c5ed86310800dd5fdacb4d594347663a440ad7caf874599bf9aa696d1";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/bg/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/bg/thunderbird-60.8.0.tar.bz2";
locale = "bg";
arch = "linux-i686";
- sha512 = "23177755d75ff8c3bf485f983065d2fa6ca2a05f13d61c85aff6713462cc547bcd9db5713c8344ea29033cc628cba95779787850f43f0a1ecb77273e64020535";
+ sha512 = "f5fa777606c529b5d5d85af9ea1bc9d7bae55571d11cb02fd46903643bd2fb9bde0dba0eb9e3b8a0276b004e40a12bcfc8b35f0a5d0445b1d6989caaffca2ed4";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/br/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/br/thunderbird-60.8.0.tar.bz2";
locale = "br";
arch = "linux-i686";
- sha512 = "c0c28eef08437fa044145cedb79b225836ec2084038d40f0e011a6fc26ebc432d36de98c8572b4c9b03cafd8968f9e0b255dcbc75236e39029e496352880de2e";
+ sha512 = "673478f9995d4b43c3a67abfe876004e71871a45b9b13fa89b5266fca48d1edd69b601d34ce4d007080346f99d8a6ad61a47bc891b61364b239b24a1066da75e";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/ca/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/ca/thunderbird-60.8.0.tar.bz2";
locale = "ca";
arch = "linux-i686";
- sha512 = "016cb59f63fcf89b9501d625d1b923caca67ec0619ce7e00ceb023e11ab2ccf2d14cbbf9b9b02899d1b3815c74a1168cce3e16f3ce8cf96d71e6ec09c0f7873d";
+ sha512 = "336e500bad4e173a675f24ea05a2507c8729a30c9bbea2659135808bc04fa31b0306ade3073c70de22c76827f0494d517d9ad95fbe03a5526d14bf3e492001ac";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/cs/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/cs/thunderbird-60.8.0.tar.bz2";
locale = "cs";
arch = "linux-i686";
- sha512 = "ff1c10f07a4dd7ec757ea7256796f0a8e2dc8e9d75107d6fda76a773cd15094fef28786208bfe2aa8ca8a2ac1bb889ccd55953309b2d870a706d4595f189ebfb";
+ sha512 = "abb309d772ba27eaea1cbf79436d21cb18eca0733f2ecbaab18778daa7ad55ead8471e76c46ef0e86cc0c95d4877fed61553a8d195c8ab835be24cd55af0e923";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/cy/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/cy/thunderbird-60.8.0.tar.bz2";
locale = "cy";
arch = "linux-i686";
- sha512 = "75fee7596cf3cb44fcb38f071e258991acb63d15ea7460e36feec80b0a73cca882748c71b9e4b6b064beb4f23f608f1369e47cbf28cc2e511dcef32b1e429ceb";
+ sha512 = "cd1ad0258585f14ee8c5243f18841f80b1cfab41934efdc92871ad4c3d71708f1397836bc2f3843f769f2232c05ea9e8f3cc25c1b76f86b7658934e4a331a6e4";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/da/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/da/thunderbird-60.8.0.tar.bz2";
locale = "da";
arch = "linux-i686";
- sha512 = "90ba57c2fd2c03556d895050797de75149d63ce13379e5a9d616962e5af61e859d460abe3f2519b26d4b60e0b7d91545b206cd91b928fc96df0c3714b407ca5e";
+ sha512 = "7d9fb57f9681934f8e564c92d80acf3ffc8df1341346adfb5c4fc13738a5068aba7cdf6ecaea2937bff076b66a6103cff95fea27e2a6a7b4b545b78b2c423a4e";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/de/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/de/thunderbird-60.8.0.tar.bz2";
locale = "de";
arch = "linux-i686";
- sha512 = "c61dfc96c0e1152c58a897648ca2030bc0a9a9d0112b9b2bab955583251650cb38b9c6a19b7095f4b855c5d1e8257500d13b2605c71629ad22a184bdd8fd6b80";
+ sha512 = "f5c1c01677f4605f9e4731681d1e9e1395d2fee6fc32f88ae8f207750859887e0a49b2d95bc27e4311b05c6af2a390866662f79094e9c3a55e4f2bcbb92f60cc";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/dsb/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/dsb/thunderbird-60.8.0.tar.bz2";
locale = "dsb";
arch = "linux-i686";
- sha512 = "58645095374ed4f20fd9c78874a48a30c512d501ab8207e8228e0af9a1f187ae54a93631e02f6349e7da9e7b530c9dac31fd395a65ae93fa17d44e28a643471a";
+ sha512 = "92171f0c8140b360953c6b5310f260503d17d1da71e795c91a4ec80fc4cc15ac43405db8f345c0675233dde4d89f57a1db3177c3699f241fc2d4d6f43cde71eb";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/el/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/el/thunderbird-60.8.0.tar.bz2";
locale = "el";
arch = "linux-i686";
- sha512 = "4ccddcfb3968fccc67be15e2c7364b5977e1dce72c8fc6111e95f2deb04d9ae5f00e3f0ae744d8ece9166701fc3c0774e3df4538883e320b0a5346c8a5d798f9";
+ sha512 = "1062d28a437aa854dc213e632afc0e41edbe00d4398601db671d14e39fa2ee832c1fe6d263e7fab3d8347b4b2cacd541cb9f4b1fd640aa4bf97c3bd1fe23a2ff";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/en-GB/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/en-GB/thunderbird-60.8.0.tar.bz2";
locale = "en-GB";
arch = "linux-i686";
- sha512 = "18ec0528569863e997bb65d88411448bc592991dcdad7cc0f20feec1cd054fde83e756149edca994f1a6de8c74a837a778d943af7bd75e26067965b3dabc729c";
+ sha512 = "61dd1c410b5c87ca41eaf303f85a5c90b5c65fcba5a75d93654b3a5ff898991fd59b89ae772876c707dd7d5a2767fa607b3ea0c2f2c57ccb73a7a75720157f43";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/en-US/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/en-US/thunderbird-60.8.0.tar.bz2";
locale = "en-US";
arch = "linux-i686";
- sha512 = "7525d96dfa29f001491bfae13cba51a70de91980df8d2e7eed3d869f36a32a34dde76e7ef9bcee544090505f9918c7c6062b863e1f4d76875eb9fb3ff9c1f4f6";
+ sha512 = "5f989316cfe29ff75adae5feb34e6914f25e6e7980c17fe902d70deede44ebe54052d2540cfbe3d4629e927d9f2129edf19f659bb2cae9f09ab984be7d47aaaa";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/es-AR/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/es-AR/thunderbird-60.8.0.tar.bz2";
locale = "es-AR";
arch = "linux-i686";
- sha512 = "565bf893dc422e46f7ffd2442aba9fec77cec284b3fb18ae5ad26e33d82d576aa0308453f29f8eed06b482038d4a663076809abbee03bb5ed7e63efb889be550";
+ sha512 = "45e0eb7e51110bc892cab458286e5c37f0aca4bfc88b01801c184521eb3bde33bdfc78758a67e7337be157b7507891874def8e7456fde8483054fd9671f068b5";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/es-ES/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/es-ES/thunderbird-60.8.0.tar.bz2";
locale = "es-ES";
arch = "linux-i686";
- sha512 = "1c76bc4a8830ca332e768bdfdba5eb8f45919ca87fe278e7ed488f537633ac3e89f5759adef0ff53c48dae6e09174ae92828ade1645f75fd3e60f188a64c6b56";
+ sha512 = "a8dca85c7ecc2678cf48de000fa4e46432a28a02ec200447789da0213d01841f142de45c0c93b52c8952248eed7e0afb12c1f84026dcbaa0b47ce8b907bee779";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/et/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/et/thunderbird-60.8.0.tar.bz2";
locale = "et";
arch = "linux-i686";
- sha512 = "fae17d629afc4c5db4fc5cf33bb52119424de6daba00834894c5619f430d23f520bf115a471e22efe6aef2d3d66e0a9c5d5a6bbd369fc9a8e7e6dd65777082f5";
+ sha512 = "d212bf0d4881094835f156c277015e37f1de4d1927d2f89bc993071f50eaeb604913022c3db948baabb1d76b17a982bfd1911050c46bab54fd3ffd4f374ce378";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/eu/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/eu/thunderbird-60.8.0.tar.bz2";
locale = "eu";
arch = "linux-i686";
- sha512 = "1ed16b53bb56893620b8a8294d7d03396845b051cc2883b3fa54f0b2bca138e49bb9f91668b8656805a139521536a7138074e73a4ebc02ff2b47ce653994a6c1";
+ sha512 = "14602ea4b22210049756484646fe538cece02d7a23e6079e7020ff30d08868d353f9d59fc831e1b600c061faf18f5af93a67ac95cc2f2f64a137c430d6ea6bd0";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/fi/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/fi/thunderbird-60.8.0.tar.bz2";
locale = "fi";
arch = "linux-i686";
- sha512 = "b1dc117410aa600c14f3a163c6f08424ec7fe82b63d82469f5b59badf70cf954240dbec6b016d7446ff7465738279594e70fbcfc97410382db29ec4a09fadeb8";
+ sha512 = "aaf723df2d042c7fca5457b0646998c7ed799d0d24021fb6de3b66d35519a7c189844bbd4a2840b884915995be4ec191455bbdbda7f5711831fc7702232a5d12";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/fr/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/fr/thunderbird-60.8.0.tar.bz2";
locale = "fr";
arch = "linux-i686";
- sha512 = "a0b4448fbbf9d35756167d939c3125913edbd42ddb250716bb335fe50101af2edb6e60c344c3d730c5f4030b1849f89e12b0da27d910fd7891cebab36c1c8511";
+ sha512 = "9dd7e8c61049f4de1d03c73e1b7a1b38e244ad67be84dc6e4a53b94dc810d98b35e49b199662672f0954cf87cba7e3df75ba11fada1b74e8096d866131b08550";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/fy-NL/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/fy-NL/thunderbird-60.8.0.tar.bz2";
locale = "fy-NL";
arch = "linux-i686";
- sha512 = "afd95c42ffe67293ff9953751ab56cba121bf2db6acca45a9cd46cfd3c3b06e0a81c6938afb6ca5583d199b7572bd62008e64a8a38bf54f19fc34bcffa55b356";
+ sha512 = "aba1031a349f835577a06cbb8452760c4ab65fb1c8a7183e92556b6d140814f16e794f4a5305e789aba3b0c10703006641546751460fa5fe2a822835881d8e6c";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/ga-IE/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/ga-IE/thunderbird-60.8.0.tar.bz2";
locale = "ga-IE";
arch = "linux-i686";
- sha512 = "6e8cd471fbf8d835496907bdc8d48aa244457d87ffedfd40c8780d23ea15a04279165b1c17940eed6333d6a77c8f6e379ba0b2d3486ce2a5b05d5d0694196234";
+ sha512 = "9172d99e57d02a676f9bfe3373fef7448a2d6f70f3de8139205c55a37c73c5b70133373763daf8c58adf2acf4916cfb34aee60a431d55aa94cbe95e8e58430f3";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/gd/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/gd/thunderbird-60.8.0.tar.bz2";
locale = "gd";
arch = "linux-i686";
- sha512 = "a657fb0427d39e136391ebf529a6f068165c352ece5fb5a6e4da083aa3992a706bfcd2ec2b6c2ee4a7b2a97d9bc8341b15b710239d9c9120ce5cd4bd8fe64641";
+ sha512 = "f8449e20680cf02220e009f19b2cb66d1354941c0deda60086ae80f1d3bdf2159a8b5bb45a45c480528437e78d8c71c00a8ee42827b3254e37c83cb8af1d3de1";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/gl/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/gl/thunderbird-60.8.0.tar.bz2";
locale = "gl";
arch = "linux-i686";
- sha512 = "cc18bc97e42f65a1e4eed02f10272f437cbd93362217932be4a8c3d2dd2fde5244e0e702f0c595b4a5bf6f4761643011f00b5c01bc8f25026f1e7d59abeff26a";
+ sha512 = "04d8babded176785625add5bc9c457a0ff380c293579a18146924e57fb3782017c12d5569d10d2a3f1fa872fa8eaa87bbe5f1ac5f44f05cf5d5f3936fb12706e";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/he/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/he/thunderbird-60.8.0.tar.bz2";
locale = "he";
arch = "linux-i686";
- sha512 = "6971b2f28d4ae587b0b7e1762722ba9792f1c706bea7f762c678368e909fd945aa3727dbf31aab200050bc8e34c9e3d2acee07da69e8a9236b85f7f204033bda";
+ sha512 = "2b77c7c4044c73257f24f1961d431ae50cc9dd0b0f2a58464a745ed3888e957467e6f35dba904a47c3d8d84aba81827184070ac6c12ecccf02760202b831b578";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/hr/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/hr/thunderbird-60.8.0.tar.bz2";
locale = "hr";
arch = "linux-i686";
- sha512 = "1aecf1633bc2624ce52a628a45c990f9be954cf8f4716570357e954644b8511ca1fa71f122e8e721aa534d0c9ea5f781b4888120945a363336c34bfde3c4fd52";
+ sha512 = "17d68b938531b89eb8972fa315fb6951821a1a55478a801b5697afe5b84450841ac66c8aef49a43c4aa6acec4f81652a1de32a3acbbb41ee6cf0a4ed9f03acd1";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/hsb/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/hsb/thunderbird-60.8.0.tar.bz2";
locale = "hsb";
arch = "linux-i686";
- sha512 = "4322855b3336866b25ad3ddcc89d7c1639d7ede55453d125a6d12b8c8ac182ddb1ec6848d82ecb0e97ae364de19f8a4035a19dd61bd24a8569bde6f550edb098";
+ sha512 = "556b441cbd6e9a34e101385484fc292e3a2edefd39dc8286b5880c66ad558beecc9206084ed0ee35aced87ba0325fe737f6595cf3ddbe4d3842b10bfb535ed36";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/hu/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/hu/thunderbird-60.8.0.tar.bz2";
locale = "hu";
arch = "linux-i686";
- sha512 = "10465d78a56c97f40e33c20ac8ee5d8da36ec24499b19a0f0fc1562f6e8d1e9a5044fe973faf3dfb535d8ade8aef6c0c04a8fe4506cd611fd7fcd385e8d44a40";
+ sha512 = "7a355c9ab063d6b6d8c17d1df4e30a3c2511c4f9d78be578a1a0b73e4728bb08d917190249baff08e30fe76eda16bc889d64ddba673f51067dc3b1957f8ebba3";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/hy-AM/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/hy-AM/thunderbird-60.8.0.tar.bz2";
locale = "hy-AM";
arch = "linux-i686";
- sha512 = "4f12139618373a3880c3e74757f176dbdf7b6ade765fe7f6fdb607408742522a7552f4d56b5a8bf675cde0846d5b5966b16a3a5a119a68378ad480f3aa660610";
+ sha512 = "b5a94db363d6a16507e71fa0d6d8928b4c8d14b7b6a35e287232fca511caaf9f7852db37502ed9ac0fcba65cfc9d3185db8f08d7dd3941df660e083f0bc6c6a6";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/id/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/id/thunderbird-60.8.0.tar.bz2";
locale = "id";
arch = "linux-i686";
- sha512 = "a791e693a38bd4d6b50f1701a63f2ca4916d17d65929753cee484adc63308907076024baac55f11cd38cf8d2eac4bc74fda8f557e71b2538b5b3cd8c24b90212";
+ sha512 = "6a94778d20665c901005150fab16c4fbcf86bba10b7a1833b7d89d3e76a7b90a0c1e755617ade294fb3c86611a0f2bb0e812d1b282e66d2a63e11a2f25b9da1a";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/is/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/is/thunderbird-60.8.0.tar.bz2";
locale = "is";
arch = "linux-i686";
- sha512 = "46b4ea38c84392143f08aa7a3d6cb82faf405afbecc8fbd4b1483499b8367a9c84b8f27d9e491537b07c73bfd39f3db716b06549bc7d655ba15e2e9f5b13ad96";
+ sha512 = "c6f89a98f956ab17bddc6250af88b1422a347733c15d12a720a8d84ffbd00142afd09b80bbac39dd14907558dc97f33890a091203c1f907dbe0df5f5f12a87f6";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/it/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/it/thunderbird-60.8.0.tar.bz2";
locale = "it";
arch = "linux-i686";
- sha512 = "93f6b101dbaf46712c258efe2a7840c4c751bfa04610b80d010e75fe803e49fad3429168aba284a437273596db03da034da0fdf9a8356ce71e918def88f3ae49";
+ sha512 = "38bcd03bf02276feef2321503bedbd7b8e8c609f48a038e660e522af5cad603ac642622f8b08b7aa870c1bf50b136d09034995941d14fa574ff9ca4f11d3cc66";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/ja/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/ja/thunderbird-60.8.0.tar.bz2";
locale = "ja";
arch = "linux-i686";
- sha512 = "4c9378f96da151fd45c030e7cd0a4ad0107776be947db1a75e105c30f360e4a81500e7c4da00d45bc11d2f7991d2542949e6cd6f62e54eaace90a4e1bfe283a2";
+ sha512 = "e91f0e3ee53575d9e3fd02be22c46a8aebfe2e12998db77f3bf73c4756d4d615341c20fed031ee0b146aa1e9200bae3bb92c02da18bbca6e99574c46e2049f01";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/kab/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/kab/thunderbird-60.8.0.tar.bz2";
locale = "kab";
arch = "linux-i686";
- sha512 = "53fff9c63884aa8995d2b7ab5235efc318402f67735e7e2b5eb7be0f1a6a0164325deceb677c9d71cd1cdbd90831c7cf848ec92425d4879bf68d157580a07043";
+ sha512 = "a858c81c5fc9110757328df3705cfd8ca1bc61ca173448f411a849bc3799b586e7119e6c4ecafd12d0522ba37463092271b76744bc0a7fe603702627f598ad36";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/kk/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/kk/thunderbird-60.8.0.tar.bz2";
locale = "kk";
arch = "linux-i686";
- sha512 = "e319c8e8bcb93463de43c7d0ecd9014b71054669d17fe4f4a28fb1a7459a81fc538345a4780c652ec5fbf253fa6ac07dd9470fdce9898fca9bf6d77c9265db4d";
+ sha512 = "1bf45fa38562308f4285c5bea746bafee65f498e5b4f4d1971e7ff68cbc5b8d3e6c7a32a4318100f1fa6bb203a12e3dde14df25a70aa1aad5d6279766b398c2b";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/ko/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/ko/thunderbird-60.8.0.tar.bz2";
locale = "ko";
arch = "linux-i686";
- sha512 = "d59888bd895c5cf1805ad6357d2a3d4379fc003102bc32ad60f1c7afa88f1522652e606dfc337ae70e2bcb37697c743202ffcf61e7f0e5ed5f3fb64f4e7ba06e";
+ sha512 = "56e59aeb1286ec53ee558ab029476b72ed4094504123bb93abb3e3425f60065d66c9de83190d6f00528045f934d4775dfa555243f13fcdd540ca522e9f825740";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/lt/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/lt/thunderbird-60.8.0.tar.bz2";
locale = "lt";
arch = "linux-i686";
- sha512 = "8c5fcfb2b5eef2f9e7b108113254fb1f8cd9283f43756b29360d371ecb99f2064203b499aaa7cc74f2fee925bbeca9d7ac04b68a24ed1c88cab8df28f6a9ef5b";
+ sha512 = "4572fe9803b28c6f94ac4e1fc5283d2569723698c4295279099bd33358a33cf50c1a49bec70c001dad65d19d30bcb215d50f2084b458143d338b8ecbcea1ebe5";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/ms/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/ms/thunderbird-60.8.0.tar.bz2";
locale = "ms";
arch = "linux-i686";
- sha512 = "130ccc3359cb5fb77c8c02b9cfd0b7f61b02ff413eb4df303e4f956b844ff5320e465fac7d71a7f88b3f184f13f1d0ee68f46c1eddfca5278281a6e85c1ccb53";
+ sha512 = "fd1a58ebb66a39fc00ba20eaf555cfaa6124cc2e2fa7b44e1d4d7f1e914d86a0617f1be8d461f952196fa6dd8d29ae622769e5e6f8e4c0eb30b757da62d3864d";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/nb-NO/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/nb-NO/thunderbird-60.8.0.tar.bz2";
locale = "nb-NO";
arch = "linux-i686";
- sha512 = "3b022f593bd9e00caa09577a244b629704f0a3e9f95153f7562c6a03c20dae0a0d0fad799a45f7aad0f231da4622815019f48f7ca2144c7926db78b2a010789a";
+ sha512 = "bf4663ffe717d07b37e4f6741c9d6a804420f0104ac9adf152f73900d89818dddd67b1d047bf3f095d1a6ca7ac9da8e2132567e11caf486588f262e84e87905b";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/nl/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/nl/thunderbird-60.8.0.tar.bz2";
locale = "nl";
arch = "linux-i686";
- sha512 = "35f3359afefdccb7099fd04a244818fbb33ba9d43bc537be4e72b4a2e41ec2da91536dded43fd2536fdca09d47755954cd79e2cd8bd1b4c3022748ed1502e8f2";
+ sha512 = "b7f7a989fe70860eec8349cbf85a943c0a5e7e4c9f7ae2010309adf96778797b036847e6860c0d89213c51c3c01ee1e9e4dfc6ba4a45d31c6ec4b6e9cc7e76bf";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/nn-NO/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/nn-NO/thunderbird-60.8.0.tar.bz2";
locale = "nn-NO";
arch = "linux-i686";
- sha512 = "85fac4e963e10e436b8302b1c27caf9c0cf2b34cf09d5e9341b03c69a49f0ab6166180c4646922d428203d99ee30002ff7120298b08ea2178f760c84ebd283c7";
+ sha512 = "b2a8a72ce49d15c0629e038deaa8fef4b93893da9198e712daaddaadd2169c4781fe6c2544f33954d28e4be30048716a80c20063a13ea78f0ff3c466ee814cce";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/pl/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/pl/thunderbird-60.8.0.tar.bz2";
locale = "pl";
arch = "linux-i686";
- sha512 = "b839166bb3a8e40acbccd405ebb3c86908c853cbc65e78bb1378dbbc32505893101a9bbc338104325a50bcaea2febd6fdb1fb17f8be400278dfff4fd431c0abf";
+ sha512 = "e6d0f12754182f5bcfaead0bce7183a7f6527983f8a4ece9b9f7968d87d9c55b06257c20e1dd4bcd82be56961a08f6e20d7140cd8239531e2f346bd4c6aaba1c";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/pt-BR/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/pt-BR/thunderbird-60.8.0.tar.bz2";
locale = "pt-BR";
arch = "linux-i686";
- sha512 = "6c7857c76085493ea7763f655c9c4f65a055e2209f61bd572f87cc316fb71841b52073333c8d755a3afd73f584516ee11a82787363ea90ab58721a18b3cb1cc0";
+ sha512 = "bf1fa8c66264ef98b4d192e794cb789ea0f062f342bc3aa664fd8e228acae045dbff4673e31b5b65754eb80e6af2581b3b540b3fbd3e1042439caad9177f7499";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/pt-PT/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/pt-PT/thunderbird-60.8.0.tar.bz2";
locale = "pt-PT";
arch = "linux-i686";
- sha512 = "b87fc704c9c9997fb98cb1197e0796c8cef6303b0b33074966c5f6a6d2a134dee1e72e295c4f3b53cbaeaf7ccb9013f9fa5fbe1492785b7a98163d570d9628b5";
+ sha512 = "2b503e6b87230e4939c09774d9e7b70130e42ef4bdc0e3500563fc0848f138b7b569d37ba09eb676efa6e0d9b245d49acca8c740ec44abbe25b57a8546095871";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/rm/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/rm/thunderbird-60.8.0.tar.bz2";
locale = "rm";
arch = "linux-i686";
- sha512 = "184e1b99163c93a41fc7d7776c6ff8b3becb9e2d81caff173bf423833766af5c6894035826baf6f3cbe3c001cbc004ce4c3eae3b854b42e24ecc5e1efcb17451";
+ sha512 = "fbb4192fa466549313d874d5b48258d3d133040449f96c55270a5ad25798067b921d0336e577081985e1e0cff28aa17d8b1890e77aa3cdc9c369e5e416ac20dc";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/ro/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/ro/thunderbird-60.8.0.tar.bz2";
locale = "ro";
arch = "linux-i686";
- sha512 = "ba590d9dce8868f0e12be8c5988d5449531447cd19dc79222f54c697d7b2c1d8074abbd77c959cf16105e831e2f52df8bf8092c2580ad16e86e094da11c7501a";
+ sha512 = "5e6ca640f36f44b8d6594aa13847acf16b7f5d96d21761fc43b38b16d39deebf6dd30cc2eae778ec1f8f37408451acb19485f52ae3e701833103e59b6e0615e4";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/ru/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/ru/thunderbird-60.8.0.tar.bz2";
locale = "ru";
arch = "linux-i686";
- sha512 = "26631ffe2bd843bb6a70c04235e337faeef6b8282ab019b237813d7c49f867029ff7315aed2df68966c37cd49d8f3531c32c4527774efe91c97f7fa40b1dc054";
+ sha512 = "4bdaf5e71f18d75554a4d954a802390ca6689d07b3ba16de8654b6557c874622ad2b2d587d8306edecfad47c1bf89550378d478377fe49b0e87b5d4417d05840";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/si/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/si/thunderbird-60.8.0.tar.bz2";
locale = "si";
arch = "linux-i686";
- sha512 = "74c89177b532300875d4c092fa97dca0b529cb30215a1c8afc1036b1dacba4bc053fe4bcbff7d58cbc5989b76731e2bc6bd8cda6af6a563c19ada4214b6c26ae";
+ sha512 = "096ca4b2efe21c92d041b5fbcb5ac19351d39b339b0686fbefd1b127f7fe1da8b31dcd9135149006a71b664eb9f98d729a48da4f138af250330b60f80ea07f11";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/sk/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/sk/thunderbird-60.8.0.tar.bz2";
locale = "sk";
arch = "linux-i686";
- sha512 = "66bfa099cbddf76150e61464600111e9541e9310e11527604c60ae727d69fb954398aafee73602c215a8f27b5be601d0e5433cb5ccf9680259fafa86d142824a";
+ sha512 = "101363485e58e8a733523f103994c0abaa520ffe758a0ca39db9d5cebea273bde9a93be489d49db67a37130191a3e54ab9454e74cc392c5e0a163020a740149a";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/sl/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/sl/thunderbird-60.8.0.tar.bz2";
locale = "sl";
arch = "linux-i686";
- sha512 = "de71ae24a9cff67566029a86c1c36e0091e206cd360282d8b2658794a333834a32a37f047592e9db918e8e6ed98c5e16851ecaac083de4e4fbfc07d5ff1d6f5e";
+ sha512 = "7060e6918d9818be407fe568caedf7e65738ce6335e287ca9ecee9d7f7be9d00599364b8d7b1033c7943d3a417fef32cd2e6912e832ce0e5eefe6e04db3a7dcf";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/sq/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/sq/thunderbird-60.8.0.tar.bz2";
locale = "sq";
arch = "linux-i686";
- sha512 = "b865dffab78f42f979e1177f7a784929a34e5e3d564b37dd20eccc99d3bc09141205d239f8a39780eba96959ef225af25b06badbb251543b8b718c9d98ccf2f5";
+ sha512 = "56c297aa61bb50517a5cf126e506cd7fbedda6250434a21423581b2a2cd79352f21c51265f7e3fa9b60636c8e3bd6dfedbf81c058daa8545f5da0f02837e0719";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/sr/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/sr/thunderbird-60.8.0.tar.bz2";
locale = "sr";
arch = "linux-i686";
- sha512 = "69e530bfe403a982f7fbde5518fc42dae6328f6f4296562c15461af69cdadce29744acc403b8246f974f5a2d2261f525cd2d3f6ad3eef98ccac474798fd7b80e";
+ sha512 = "95f8bb13b4ecc9774452b799a8ec06dc6abbb585471f5f2f9ce38e4af733fcc99132b66df73df96159872ca6e6285a62c86e61e4d389c2c96da547f875cb9841";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/sv-SE/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/sv-SE/thunderbird-60.8.0.tar.bz2";
locale = "sv-SE";
arch = "linux-i686";
- sha512 = "51dd55f015a206d4de382a320833900860b040d687516f07a2f40562d426cda9e6ac8ffe966bd59ea034ad0a97a1b60ac4ae150496c587bcb717e0813f31f5ae";
+ sha512 = "fc48493a7873299d4c284c806fe2ba856ff197e5f50bb57d3fdbc95eda062b035f98318c0f5bb4d1bec63dedae486b9872e3f1718b922a1ec8da311796794121";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/tr/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/tr/thunderbird-60.8.0.tar.bz2";
locale = "tr";
arch = "linux-i686";
- sha512 = "37e449b319ce21de7ab51db81f4ce21daa35d3c778ef4fed2c621f257175e20808e8b08027efa52221144f9467fd6b22873bc752dd253f75e2fc598eb4f2a842";
+ sha512 = "649527a4c603798b0f726eec995d721156c36279b1aa5afb956fe64ef40298956e1abf6eee2d15eb3f5e4c9c5d48ed804eb425483456adf068084114b6d5cae5";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/uk/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/uk/thunderbird-60.8.0.tar.bz2";
locale = "uk";
arch = "linux-i686";
- sha512 = "a9924015e3bfcb1429066411b51f7c698fd572d6280ba69485514fbf51b4c7c5c6be5a7fc96c1c3645cf84dd25ecbac805754805f6e8c7c62df103177cf11d54";
+ sha512 = "2b4ae669b99ac9a7b20eef71b7dd6d5ad2b20ddb516ba1b3fce7dfbc783f0aa945e8f319b71e8912b2d72b78025fbdcb355ff96be43ffe828d2ba1ac4fa00d41";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/vi/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/vi/thunderbird-60.8.0.tar.bz2";
locale = "vi";
arch = "linux-i686";
- sha512 = "47652f46d7d7f47278d9d5bde0939059832da321d14021c68d7d5b2d1610aef12adb162415e49246d76b8d19cfc51b3ce5c5d357c047aa2479790b260463935b";
+ sha512 = "5808e5e2a75cf63366b190dc67177c8f1b2998b2001972412a760eac3c6a370aaf7e60d3fc7978783469163c55f69756637b4436593530d518dab27dddb6c295";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/zh-CN/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/zh-CN/thunderbird-60.8.0.tar.bz2";
locale = "zh-CN";
arch = "linux-i686";
- sha512 = "a6865c12d8fce0d76f32be09109244cc28d6ec3f72a1f95f1438b2d2622ef0b2ee0b6723904ea71078baea3e2571a047ef6852f49b146450a8e95a9ce72421de";
+ sha512 = "95cf6871aacf5d36ca04673fe23277dcc4674dd5b2d215c1f453fb6e5f82d64774efee4a0538e7c451b8807bf930912a31eaada65248416c24e8e1382923d09f";
}
- { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/zh-TW/thunderbird-60.7.1.tar.bz2";
+ { url = "http://archive.mozilla.org/pub/thunderbird/releases/60.8.0/linux-i686/zh-TW/thunderbird-60.8.0.tar.bz2";
locale = "zh-TW";
arch = "linux-i686";
- sha512 = "8caf6f74208bcbdef69f74fb766ffad582da65fc5304d42f2f67d1d91d167960d4fc83443c1de3e8ff19ae1e085b8ddda791925a71f6e173f10aa4b4e2b01e76";
+ sha512 = "8429305258abecd306e01417bff356a536ad7f6982705a51b4c35b26a83c18f661ae743029597d69466e3618f99ed71070071743c5821264143f78cad2b7aeed";
}
];
}
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index 0a3c4789cf2..6921279b27f 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, pkgconfig, gtk2, pango, perl, python, zip, fetchpatch
+{ lib, stdenv, fetchurl, pkgconfig, gtk2, pango, perl, python, zip
, libIDL, libjpeg, zlib, dbus, dbus-glib, bzip2, xorg
, freetype, fontconfig, file, nspr, nss, libnotify
, yasm, libGLU_combined, sqlite, unzip
@@ -24,11 +24,11 @@ let
gcc = if stdenv.cc.isGNU then stdenv.cc.cc else stdenv.cc.cc.gcc;
in stdenv.mkDerivation rec {
name = "thunderbird-${version}";
- version = "60.7.1";
+ version = "60.8.0";
src = fetchurl {
url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
- sha512 = "25dgbshgfmalxyah9rrgrxi4n0bmj0agcllz2hzv37w7makkl7qpf4wr859ykymmmvawcs8n747ppq9x73gn32bw88bjyxv2bn4l78q";
+ sha512 = "1cd1ps4r70bnxn9kydljsp776dazfzfsghc5zwp1xz6p3cwb9g0gybj677sac7y3ma2wsq1xbqk20q35n7gjz3k1zzhmpxyii558rdl";
};
# from firefox, but without sound libraries
@@ -201,6 +201,6 @@ in stdenv.mkDerivation rec {
passthru.updateScript = import ./../../browsers/firefox/update.nix {
attrPath = "thunderbird";
baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/";
- inherit stdenv writeScript lib common-updater-scripts xidel coreutils gnused gnugrep curl runtimeShell;
+ inherit writeScript lib common-updater-scripts xidel coreutils gnused gnugrep curl runtimeShell;
};
}
diff --git a/pkgs/applications/networking/modem-manager-gui/default.nix b/pkgs/applications/networking/modem-manager-gui/default.nix
index ca8a4d0fb0c..6dcc35f44d3 100644
--- a/pkgs/applications/networking/modem-manager-gui/default.nix
+++ b/pkgs/applications/networking/modem-manager-gui/default.nix
@@ -1,7 +1,22 @@
-{ stdenv, buildEnv, pkgconfig, python3, fetchhg, gtk3, glib, gdbm, gtkspell3, itstool, libappindicator-gtk3, perlPackages, glibcLocales, meson, ninja }:
+{ stdenv
+, pkgconfig
+, python3
+, fetchhg
+, gtk3
+, glib
+, gdbm
+, gtkspell3
+, ofono
+, itstool
+, libappindicator-gtk3
+, perlPackages
+, glibcLocales
+, meson
+, ninja
+}:
stdenv.mkDerivation rec {
- name = "modem-manager-gui-${version}";
+ pname = "modem-manager-gui";
version = "0.0.19.1";
src = fetchhg {
@@ -10,14 +25,11 @@ stdenv.mkDerivation rec {
sha256 = "11iibh36567814h2bz41sa1072b86p1l13xyj670pwkh9k8kw8fd";
};
- LC_ALL = "en_US.utf-8";
-
nativeBuildInputs = [
pkgconfig
python3
perlPackages.Po4a
itstool
- glibcLocales
meson
ninja
];
@@ -27,6 +39,7 @@ stdenv.mkDerivation rec {
glib
gdbm
gtkspell3
+ ofono
libappindicator-gtk3
];
diff --git a/pkgs/applications/networking/mpop/default.nix b/pkgs/applications/networking/mpop/default.nix
index c4dd8e402ec..7d311d4bc70 100644
--- a/pkgs/applications/networking/mpop/default.nix
+++ b/pkgs/applications/networking/mpop/default.nix
@@ -1,14 +1,14 @@
-{ stdenv, fetchurl, openssl, pkgconfig, gnutls, gsasl, libidn, Security }:
+{ stdenv, fetchurl, pkgconfig, gnutls, gsasl, libidn, Security }:
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "mpop";
- version = "1.4.4";
+ version = "1.4.5";
src = fetchurl {
url = "https://marlam.de/${pname}/releases/${pname}-${version}.tar.xz";
- sha256 = "0j21cp8bw12vgfymxi3i4av3j97lrcyb5y9xa3mb59wr17izz73x";
+ sha256 = "1m6743j8g777lijvxqw2wz6pv2g5a9wlh6zq7awk0hvd44xp4sav";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/networking/msmtp/default.nix b/pkgs/applications/networking/msmtp/default.nix
index 940e2d74be4..fc720a047b5 100644
--- a/pkgs/applications/networking/msmtp/default.nix
+++ b/pkgs/applications/networking/msmtp/default.nix
@@ -9,11 +9,11 @@ let
in stdenv.mkDerivation rec {
pname = "msmtp";
- version = "1.8.4";
+ version = "1.8.5";
src = fetchurl {
url = "https://marlam.de/${pname}/releases/${pname}-${version}.tar.xz";
- sha256 = "1xr926lyy44baqdgv9q0sw5z6ll2cb4lx2g4lgpgbqn8bglpzpg5";
+ sha256 = "0fczpfxlr62wkr7bwhp24clxg962k5khgz14h818qyy4v77dl4qn";
};
patches = [
@@ -53,7 +53,7 @@ in stdenv.mkDerivation rec {
description = "Simple and easy to use SMTP client with excellent sendmail compatibility";
homepage = https://marlam.de/msmtp/;
license = licenses.gpl3Plus;
- maintainers = with maintainers; [ garbas peterhoeg ];
+ maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/networking/msmtp/paths.patch b/pkgs/applications/networking/msmtp/paths.patch
index 38e4155a113..707163bff0c 100644
--- a/pkgs/applications/networking/msmtp/paths.patch
+++ b/pkgs/applications/networking/msmtp/paths.patch
@@ -59,7 +59,8 @@ index bdb4fb8..1363a67 100755
##
log() {
+ local NAME=msmtpq
- local ARG RC PFX="$('date' +'%Y %d %b %H:%M:%S')"
+ local ARG RC PFX
+ PFX="$('date' +'%Y %d %b %H:%M:%S')"
# time stamp prefix - "2008 13 Mar 03:59:45 "
if [ "$1" = '-e' ] ; then # there's an error exit code
@@ -154,10 +157,19 @@ log() {
diff --git a/pkgs/applications/networking/mullvad-vpn/default.nix b/pkgs/applications/networking/mullvad-vpn/default.nix
new file mode 100644
index 00000000000..b0786d742db
--- /dev/null
+++ b/pkgs/applications/networking/mullvad-vpn/default.nix
@@ -0,0 +1,93 @@
+{ stdenv, makeWrapper, fetchurl, dpkg
+, alsaLib, atk, cairo, cups, dbus, expat, fontconfig, freetype
+, gdk-pixbuf, glib, gnome2, pango, nspr, nss, gtk3
+, xorg, autoPatchelfHook, systemd, libnotify
+}:
+
+let deps = [
+ alsaLib
+ atk
+ cairo
+ cups
+ dbus
+ expat
+ fontconfig
+ freetype
+ gdk-pixbuf
+ glib
+ gnome2.GConf
+ pango
+ gtk3
+ libnotify
+ xorg.libX11
+ xorg.libXScrnSaver
+ xorg.libXcomposite
+ xorg.libXcursor
+ xorg.libXdamage
+ xorg.libXext
+ xorg.libXfixes
+ xorg.libXi
+ xorg.libXrandr
+ xorg.libXrender
+ xorg.libXtst
+ xorg.libxcb
+ nspr
+ nss
+ systemd
+ ];
+
+in
+
+stdenv.mkDerivation rec {
+ pname = "mullvad-vpn";
+ version = "2019.7";
+
+ src = fetchurl {
+ url = "https://www.mullvad.net/media/app/MullvadVPN-${version}_amd64.deb";
+ sha256 = "1hjndcdkin98l6jv39r98zfw33qg0gnvlv8q80qsj5x36a19d4v9";
+ };
+
+ nativeBuildInputs = [
+ autoPatchelfHook
+ dpkg
+ ];
+
+ buildInputs = deps;
+
+ dontBuild = true;
+ dontConfigure = true;
+
+ unpackPhase = "dpkg-deb -x $src .";
+
+ runtimeDependencies = [ systemd.lib libnotify ];
+
+ installPhase = ''
+ runHook preInstall
+
+ mkdir -p $out/share/mullvad $out/bin
+
+ mv usr/share/* $out/share
+ mv usr/bin/* $out/bin
+ mv opt/Mullvad\ VPN/* $out/share/mullvad
+
+ sed -i 's|\/opt\/Mullvad.*VPN|'$out'/bin|g' $out/share/applications/mullvad-vpn.desktop
+ sed -i 's|\/opt\/Mullvad.*VPN/resources|'$out'/bin|g' $out/share/mullvad/resources/mullvad-daemon.service
+
+ ln -s $out/share/mullvad/mullvad-vpn $out/bin/mullvad-vpn
+ ln -s $out/share/mullvad/resources/mullvad-daemon $out/bin/mullvad-daemon
+
+ mkdir -p $out/etc/systemd/system
+ ln -s $out/share/mullvad/resources/mullvad-daemon.service $out/etc/systemd/system/mullvad-daemon.service
+
+ runHook postInstall
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = "https://github.com/mullvad/mullvadvpn-app";
+ description = "Client for Mullvad VPN";
+ changelog = "https://github.com/mullvad/mullvadvpn-app/blob/${version}/CHANGELOG.md";
+ license = licenses.gpl3;
+ platforms = [ "x86_64-linux" ];
+ };
+
+}
diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix
index 32149368230..9f641061bd8 100644
--- a/pkgs/applications/networking/mumble/default.nix
+++ b/pkgs/applications/networking/mumble/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchFromGitHub, fetchpatch, makeWrapper, pkgconfig
+{ stdenv, fetchurl, fetchFromGitHub, fetchpatch, pkgconfig
, qt4, qmake4Hook, qt5, avahi, boost, libopus, libsndfile, protobuf3_6, speex, libcap
, alsaLib, python
, jackSupport ? false, libjack2 ? null
@@ -14,7 +14,7 @@ assert iceSupport -> zeroc_ice != null;
with stdenv.lib;
let
- generic = overrides: source: stdenv.mkDerivation (source // overrides // {
+ generic = overrides: source: (if source.qtVersion == 5 then qt5.mkDerivation else stdenv.mkDerivation) (source // overrides // {
name = "${overrides.type}-${source.version}";
patches = (source.patches or []) ++ optional jackSupport ./mumble-jack-support.patch;
@@ -26,7 +26,7 @@ let
# protobuf is freezed to 3.6 because of this bug: https://github.com/mumble-voip/mumble/issues/3617
# this could be reverted to the latest version in a future release of mumble as it is already fixed in master
buildInputs = [ boost protobuf3_6 avahi ]
- ++ { qt4 = [ qt4 ]; qt5 = [ qt5.qtbase ]; }."qt${toString source.qtVersion}"
+ ++ optional (source.qtVersion == 4) qt4
++ (overrides.buildInputs or [ ]);
qmakeFlags = [
@@ -45,20 +45,23 @@ let
++ (overrides.configureFlags or [ ]);
preConfigure = ''
- qmakeFlags="$qmakeFlags DEFINES+=PLUGIN_PATH=$out/lib"
+ qmakeFlags="$qmakeFlags DEFINES+=PLUGIN_PATH=$out/lib/mumble"
patchShebangs scripts
'';
makeFlags = [ "release" ];
installPhase = ''
- mkdir -p $out/{lib,bin}
- find release -type f -not -name \*.\* -exec cp {} $out/bin \;
- find release -type f -name \*.\* -exec cp {} $out/lib \;
+ runHook preInstall
+ ${overrides.installPhase}
+
+ # doc stuff
mkdir -p $out/share/man/man1
- cp man/mum* $out/share/man/man1
- '' + (overrides.installPhase or "");
+ install -Dm644 man/mum* $out/share/man/man1/
+
+ runHook postInstall
+ '';
enableParallelBuilding = true;
@@ -74,7 +77,7 @@ let
client = source: generic {
type = "mumble";
- nativeBuildInputs = optionals (source.qtVersion == 5) [ qt5.qttools ];
+ nativeBuildInputs = optional (source.qtVersion == 5) qt5.qttools;
buildInputs = [ libopus libsndfile speex ]
++ optional (source.qtVersion == 5) qt5.qtsvg
++ optional stdenv.isLinux alsaLib
@@ -89,12 +92,19 @@ let
NIX_CFLAGS_COMPILE = optional speechdSupport "-I${speechd}/include/speech-dispatcher";
installPhase = ''
- mkdir -p $out/share/applications
- cp scripts/mumble.desktop $out/share/applications
+ # bin stuff
+ install -Dm755 release/mumble $out/bin/mumble
+ install -Dm755 scripts/mumble-overlay $out/bin/mumble-overlay
- mkdir -p $out/share/icons{,/hicolor/scalable/apps}
- cp icons/mumble.svg $out/share/icons
- ln -s $out/share/icons/mumble.svg $out/share/icons/hicolor/scalable/apps
+ # lib stuff
+ mkdir -p $out/lib/mumble
+ cp -P release/libmumble.so* $out/lib
+ cp -P release/libcelt* $out/lib/mumble
+ cp -P release/plugins/* $out/lib/mumble
+
+ # icons
+ install -Dm644 scripts/mumble.desktop $out/share/applications/mumble.desktop
+ install -Dm644 icons/mumble.svg $out/share/icons/hicolor/scalable/apps/mumble.svg
'';
} source;
@@ -110,6 +120,11 @@ let
];
buildInputs = [ libcap ] ++ optional iceSupport zeroc_ice;
+
+ installPhase = ''
+ # bin stuff
+ install -Dm755 release/murmurd $out/bin/murmurd
+ '';
};
stableSource = rec {
@@ -138,31 +153,24 @@ let
];
};
- gitSource = rec {
- version = "2018-07-01";
+ rcSource = rec {
+ version = "1.3.0-rc2";
qtVersion = 5;
# Needs submodules
src = fetchFromGitHub {
owner = "mumble-voip";
repo = "mumble";
- rev = "c19ac8c0b0f934d2ff206858d7cb66352d6eb418";
- sha256 = "1mzp1bgn49ycs16d6r8icqq35wq25198fs084vyq6j5f78ni7pvz";
+ rev = version;
+ sha256 = "00irlzz5q4drmsfbwrkyy7p7w8a5fc1ip5vyicq3g3cy58dprpqr";
fetchSubmodules = true;
};
};
in {
mumble = client stableSource;
- mumble_git = client gitSource;
+ mumble_rc = client rcSource;
murmur = server stableSource;
- murmur_git = (server gitSource).overrideAttrs (old: {
+ murmur_rc = (server rcSource).overrideAttrs (old: {
meta = old.meta // { broken = iceSupport; };
-
- nativeBuildInputs = old.nativeBuildInputs or [] ++ [ makeWrapper ];
-
- installPhase = old.installPhase or "" + ''
- wrapProgram $out/bin/murmurd --suffix QT_PLUGIN_PATH : \
- ${getBin qt5.qtbase}/${qt5.qtbase.qtPluginPrefix}
- '';
});
}
diff --git a/pkgs/applications/networking/ndppd/default.nix b/pkgs/applications/networking/ndppd/default.nix
index 6e6315ced7d..6d7a8bd6c43 100644
--- a/pkgs/applications/networking/ndppd/default.nix
+++ b/pkgs/applications/networking/ndppd/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fetchurl, gzip }:
+{ stdenv, fetchFromGitHub, gzip }:
stdenv.mkDerivation rec {
name = "ndppd-${version}";
@@ -24,12 +24,11 @@ stdenv.mkDerivation rec {
cp ndppd.conf-dist $out/etc/ndppd.conf
'';
- meta = {
+ meta = with stdenv.lib; {
description = "A daemon that proxies NDP (Neighbor Discovery Protocol) messages between interfaces";
homepage = https://github.com/DanielAdolfsson/ndppd;
- license = stdenv.lib.licenses.gpl3;
-
- platforms = stdenv.lib.platforms.linux;
- maintainers = [ stdenv.lib.maintainers.fadenb ];
+ license = licenses.gpl3;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ fadenb globin ];
};
}
diff --git a/pkgs/applications/networking/newsreaders/pan/default.nix b/pkgs/applications/networking/newsreaders/pan/default.nix
index 308c857644e..e88936dc072 100644
--- a/pkgs/applications/networking/newsreaders/pan/default.nix
+++ b/pkgs/applications/networking/newsreaders/pan/default.nix
@@ -1,6 +1,6 @@
{ spellChecking ? true
, stdenv, fetchurl, pkgconfig, gtk3, gtkspell3 ? null
-, perl, gmime2, gettext, intltool, itstool, libxml2, dbus-glib, libnotify, gnutls
+, gmime2, gettext, intltool, itstool, libxml2, libnotify, gnutls
, makeWrapper, gnupg
, gnomeSupport ? true, libsecret, gcr
}:
diff --git a/pkgs/applications/networking/newsreaders/quiterss/default.nix b/pkgs/applications/networking/newsreaders/quiterss/default.nix
index b0bc5edba84..898b7706bd6 100644
--- a/pkgs/applications/networking/newsreaders/quiterss/default.nix
+++ b/pkgs/applications/networking/newsreaders/quiterss/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, qmake, pkgconfig, makeWrapper
+{ stdenv, fetchFromGitHub, qmake, pkgconfig, wrapQtAppsHook
, qtbase, qttools, qtwebkit, sqlite
}:
@@ -13,14 +13,9 @@ stdenv.mkDerivation rec {
sha256 = "0xav9qr8n6310636nfbgx4iix65fs3ya5rz2isxsf38bkjm7r3pa";
};
- nativeBuildInputs = [ qmake pkgconfig makeWrapper ];
+ nativeBuildInputs = [ qmake pkgconfig wrapQtAppsHook ];
buildInputs = [ qtbase qttools qtwebkit sqlite.dev ];
- postFixup = ''
- wrapProgram $out/bin/quiterss \
- --prefix QT_PLUGIN_PATH : "${qtbase}/${qtbase.qtPluginPrefix}"
- '';
-
meta = with stdenv.lib; {
description = "A Qt-based RSS/Atom news feed reader";
longDescription = ''
diff --git a/pkgs/applications/networking/newsreaders/slrn/default.nix b/pkgs/applications/networking/newsreaders/slrn/default.nix
index 9f775f0db65..e8fff0deddf 100644
--- a/pkgs/applications/networking/newsreaders/slrn/default.nix
+++ b/pkgs/applications/networking/newsreaders/slrn/default.nix
@@ -1,14 +1,13 @@
{ stdenv, fetchurl
, slang, ncurses, openssl }:
-let version = "1.0.2"; in
-
-stdenv.mkDerivation {
- name = "slrn-${version}";
+stdenv.mkDerivation rec {
+ pname = "slrn";
+ version = "1.0.3a";
src = fetchurl {
- url = "http://www.jedsoft.org/releases/slrn/slrn-${version}.tar.gz";
- sha256 = "1gn6m2zha2nnnrh9lz3m3nrqk6fgfij1wc53pg25j7sdgvlziv12";
+ url = "http://www.jedsoft.org/releases/slrn/slrn-${version}.tar.bz2";
+ sha256 = "1b1d9iikr60w0vq86y9a0l4gjl0jxhdznlrdp3r405i097as9a1v";
};
preConfigure = ''
diff --git a/pkgs/applications/networking/nextcloud-client/0001-Explicitly-copy-dbus-files-into-the-store-dir.patch b/pkgs/applications/networking/nextcloud-client/0001-Explicitly-copy-dbus-files-into-the-store-dir.patch
new file mode 100644
index 00000000000..ab7cb9bffa4
--- /dev/null
+++ b/pkgs/applications/networking/nextcloud-client/0001-Explicitly-copy-dbus-files-into-the-store-dir.patch
@@ -0,0 +1,25 @@
+From bbd366348d1f0e334d4604d04e293a046070e666 Mon Sep 17 00:00:00 2001
+From: Maximilian Bosch
+Date: Fri, 23 Aug 2019 00:19:20 +0200
+Subject: [PATCH] Explicitly copy dbus files into the store dir
+
+---
+ shell_integration/libcloudproviders/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/shell_integration/libcloudproviders/CMakeLists.txt b/shell_integration/libcloudproviders/CMakeLists.txt
+index 1f35335..7f76951 100644
+--- a/shell_integration/libcloudproviders/CMakeLists.txt
++++ b/shell_integration/libcloudproviders/CMakeLists.txt
+@@ -19,7 +19,7 @@ MACRO(PKGCONFIG_GETVAR _package _var _output_variable)
+ ENDMACRO(PKGCONFIG_GETVAR _package _var _output_variable)
+
+ macro(dbus_add_activation_service _sources)
+- PKGCONFIG_GETVAR(dbus-1 session_bus_services_dir _install_dir)
++ set(_install_dir "${CMAKE_INSTALL_DATADIR}/dbus-1/service")
+ foreach (_i ${_sources})
+ get_filename_component(_service_file ${_i} ABSOLUTE)
+ string(REGEX REPLACE "\\.service.*$" ".service" _output_file ${_i})
+--
+2.19.2
+
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix
index 0bf2cfce6e4..6f7f47bdcfa 100644
--- a/pkgs/applications/networking/nextcloud-client/default.nix
+++ b/pkgs/applications/networking/nextcloud-client/default.nix
@@ -1,46 +1,63 @@
-{ stdenv, fetchgit, cmake, pkgconfig, qtbase, qtwebkit, qtkeychain, qttools, sqlite
-, inotify-tools, makeWrapper, openssl_1_1, pcre, qtwebengine, libsecret, fetchpatch
+{ lib
+, mkDerivation
+, fetchFromGitHub
+, cmake
+, inotify-tools
, libcloudproviders
+, libsecret
+, openssl
+, pcre
+, pkgconfig
+, qtbase
+, qtkeychain
+, qttools
+, qtwebengine
+, qtwebkit
+, sqlite
}:
-stdenv.mkDerivation rec {
- name = "nextcloud-client-${version}";
- version = "2.5.2";
+mkDerivation rec {
+ pname = "nextcloud-client";
+ version = "2.5.3";
- src = fetchgit {
- url = "git://github.com/nextcloud/desktop.git";
- rev = "refs/tags/v${version}";
- sha256 = "1brpxdgyy742dqw6cyyv2257d6ihwiqhbzfk2hb8zjgbi6p9lhsr";
- fetchSubmodules = true;
+ src = fetchFromGitHub {
+ owner = "nextcloud";
+ repo = "desktop";
+ rev = "v${version}";
+ sha256 = "1pzlq507fasf2ljf37gkw00qrig4w2r712rsy05zfwlncgcn7fnw";
};
- nativeBuildInputs = [ pkgconfig cmake makeWrapper ];
-
- buildInputs = [ qtbase qtwebkit qtkeychain qttools qtwebengine sqlite openssl_1_1.out pcre inotify-tools libcloudproviders ];
-
- enableParallelBuilding = true;
-
- NIX_LDFLAGS = "${openssl_1_1.out}/lib/libssl.so ${openssl_1_1.out}/lib/libcrypto.so";
-
- cmakeFlags = [
- "-UCMAKE_INSTALL_LIBDIR"
- "-DCMAKE_BUILD_TYPE=Release"
- "-DOPENSSL_LIBRARIES=${openssl_1_1.out}/lib"
- "-DOPENSSL_INCLUDE_DIR=${openssl_1_1.dev}/include"
- "-DINOTIFY_LIBRARY=${inotify-tools}/lib/libinotifytools.so"
- "-DINOTIFY_INCLUDE_DIR=${inotify-tools}/include"
+ patches = [
+ ./0001-Explicitly-copy-dbus-files-into-the-store-dir.patch
];
- postInstall = ''
- sed -i 's/\(Icon.*\)=nextcloud/\1=Nextcloud/g' \
- $out/share/applications/nextcloud.desktop
+ nativeBuildInputs = [
+ pkgconfig
+ cmake
+ ];
- wrapProgram "$out/bin/nextcloud" \
- --prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ libsecret ]} \
- --prefix QT_PLUGIN_PATH : ${qtbase}/${qtbase.qtPluginPrefix}
- '';
+ buildInputs = [
+ inotify-tools
+ libcloudproviders
+ openssl
+ pcre
+ qtbase
+ qtkeychain
+ qttools
+ qtwebengine
+ qtwebkit
+ sqlite
+ ];
- meta = with stdenv.lib; {
+ qtWrapperArgs = [
+ "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libsecret ]}"
+ ];
+
+ cmakeFlags = [
+ "-DCMAKE_INSTALL_LIBDIR=lib" # expected to be prefix-relative by build code setting RPATH
+ ];
+
+ meta = with lib; {
description = "Nextcloud themed desktop client";
homepage = https://nextcloud.com;
license = licenses.gpl2;
diff --git a/pkgs/applications/networking/p2p/frostwire/default.nix b/pkgs/applications/networking/p2p/frostwire/default.nix
index 40ff91e792b..0449540eaff 100644
--- a/pkgs/applications/networking/p2p/frostwire/default.nix
+++ b/pkgs/applications/networking/p2p/frostwire/default.nix
@@ -85,7 +85,7 @@ in stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
- homepage = http://www.frostwire.com/;
+ homepage = https://www.frostwire.com/;
description = "BitTorrent Client and Cloud File Downloader";
license = licenses.gpl2;
maintainers = with maintainers; [ gavin ];
diff --git a/pkgs/applications/networking/p2p/ncdc/default.nix b/pkgs/applications/networking/p2p/ncdc/default.nix
index ed29a34f99c..7f229be1b54 100644
--- a/pkgs/applications/networking/p2p/ncdc/default.nix
+++ b/pkgs/applications/networking/p2p/ncdc/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "ncdc-${version}";
- version = "1.22";
+ version = "1.22.1";
src = fetchurl {
url = "https://dev.yorhel.nl/download/ncdc-${version}.tar.gz";
- sha256 = "0n9sn4rh4zhmzjknsvyp4bfh925abz93ln43gl8a1v63rs2yyhgx";
+ sha256 = "1bdgqd07f026qk6vpbxqsin536znd33931m3b4z44prlm9wd6pyi";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix
index 9696c55bd86..7ffd79edba4 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, pkgconfig
+{ mkDerivation, lib, fetchFromGitHub, pkgconfig
, boost, libtorrentRasterbar, qtbase, qttools, qtsvg
, debugSupport ? false # Debugging
, guiSupport ? true, dbus ? null # GUI (disable to run headless)
@@ -6,17 +6,17 @@
}:
assert guiSupport -> (dbus != null);
-with stdenv.lib;
+with lib;
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "qbittorrent-${version}";
- version = "4.1.6";
+ version = "4.1.7";
src = fetchFromGitHub {
owner = "qbittorrent";
repo = "qbittorrent";
rev = "release-${version}";
- sha256 = "1y9kv84sy5fg64wbl4xpm8qh0hjba7ibk045cazp0m736rjmxk8c";
+ sha256 = "1z4k64h3ik1a7ir4v9g3ar1wq8zfh4r2pq43hr2wvlamm2111gdv";
};
# NOTE: 2018-05-31: CMake is working but it is not officially supported
diff --git a/pkgs/applications/networking/p2p/stig/default.nix b/pkgs/applications/networking/p2p/stig/default.nix
new file mode 100644
index 00000000000..80b8251f2a3
--- /dev/null
+++ b/pkgs/applications/networking/p2p/stig/default.nix
@@ -0,0 +1,56 @@
+{ lib
+, fetchFromGitHub
+, python3
+}:
+
+python3.pkgs.buildPythonApplication rec {
+ pname = "stig";
+ # This project has a different concept for pre release / alpha,
+ # Read the project's README for details: https://github.com/rndusr/stig#stig
+ version = "0.10.1a";
+
+ src = fetchFromGitHub {
+ owner = "rndusr";
+ repo = "stig";
+ rev = "v${version}";
+ sha256 = "076rlial6h1nhwdxf1mx5nf2zld5ci43cadj9wf8xms7zn8s6c8v";
+ };
+
+ # urwidtrees 1.0.3 is requested by the developer because 1.0.2 (which is packaged
+ # in nixpkgs) is not uploaded to pypi and 1.0.1 has a problematic `setup.py`.
+ # As long as we don't have any problems installing it, no special features / specific bugs
+ # were fixed in 1.0.3 that aren't available in 1.0.2 are used by stig.
+ # See https://github.com/rndusr/stig/issues/120
+ postPatch = ''
+ substituteInPlace setup.py \
+ --replace "urwidtrees>=1.0.3dev0" "urwidtrees"
+ '';
+
+ buildInputs = with python3.pkgs; [
+ urwid
+ urwidtrees
+ aiohttp
+ async-timeout
+ pyxdg
+ blinker
+ natsort
+ maxminddb
+ setproctitle
+ ];
+
+ checkInputs = with python3.pkgs; [
+ asynctest
+ pytest
+ ];
+
+ checkPhase = ''
+ pytest tests
+ '';
+
+ meta = with lib; {
+ description = "TUI and CLI for the BitTorrent client Transmission";
+ homepage = "https://github.com/rndusr/stig";
+ license = licenses.gpl3;
+ maintainers = with maintainers; [ doronbehar ];
+ };
+}
diff --git a/pkgs/applications/networking/p2p/tixati/default.nix b/pkgs/applications/networking/p2p/tixati/default.nix
index 7a5f389af24..87b331adf2d 100644
--- a/pkgs/applications/networking/p2p/tixati/default.nix
+++ b/pkgs/applications/networking/p2p/tixati/default.nix
@@ -1,17 +1,17 @@
-{ stdenv, fetchurl, glib, zlib, dbus, dbus-glib, gtk2, gdk_pixbuf, cairo, pango }:
+{ stdenv, fetchurl, glib, zlib, dbus, dbus-glib, gtk2, gdk-pixbuf, cairo, pango }:
stdenv.mkDerivation rec {
name = "tixati-${version}";
- version = "2.61";
+ version = "2.62";
src = fetchurl {
url = "https://download2.tixati.com/download/tixati-${version}-1.x86_64.manualinstall.tar.gz";
- sha256 = "05f8lcsac2mr90bhk999qkj8wwd6igdl07389bqrd1ydjasacl2k";
+ sha256 = "18lmzllkymdigfl1xf696zqmr2b83p4rzlc8ddrcr0zpzy2z2w4a";
};
installPhase = ''
patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
- --set-rpath ${stdenv.lib.makeLibraryPath [ glib zlib dbus dbus-glib gtk2 gdk_pixbuf cairo pango ]} \
+ --set-rpath ${stdenv.lib.makeLibraryPath [ glib zlib dbus dbus-glib gtk2 gdk-pixbuf cairo pango ]} \
tixati
install -D tixati $out/bin/tixati
install -D tixati.desktop $out/share/applications/tixati.desktop
diff --git a/pkgs/applications/networking/p2p/transgui/default.nix b/pkgs/applications/networking/p2p/transgui/default.nix
index f047b630ec4..7c720cf35a0 100644
--- a/pkgs/applications/networking/p2p/transgui/default.nix
+++ b/pkgs/applications/networking/p2p/transgui/default.nix
@@ -1,20 +1,21 @@
-{ stdenv, fetchsvn, pkgconfig, makeDesktopItem, unzip, fpc, lazarus,
-libX11, glib, gtk2, gdk_pixbuf, pango, atk, cairo, openssl }:
+{ stdenv, fetchFromGitHub, pkgconfig, makeDesktopItem, unzip, fpc, lazarus,
+libX11, glib, gtk2, gdk-pixbuf, pango, atk, cairo, openssl }:
stdenv.mkDerivation rec {
- name = "transgui-5.0.1-svn-r${revision}";
- revision = "988";
+ pname = "transgui";
+ version = "5.17.0";
- src = fetchsvn {
- url = "https://svn.code.sf.net/p/transgui/code/trunk/";
- rev = revision;
- sha256 = "1i6ysxs6d2wsmqi6ha10rl3n562brmhizlanhcfad04i53y8pyxf";
+ src = fetchFromGitHub {
+ owner = "transmission-remote-gui";
+ repo = "transgui";
+ rev = "v${version}";
+ sha256 = "0p76vavny5asi5naa4jn67raxlarsmrkbchfn96y6gh5p2vzwpl7";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
unzip fpc lazarus stdenv.cc
- libX11 glib gtk2 gdk_pixbuf pango atk cairo openssl
+ libX11 glib gtk2 gdk-pixbuf pango atk cairo openssl
];
NIX_LDFLAGS = "
@@ -27,9 +28,9 @@ stdenv.mkDerivation rec {
substituteInPlace restranslator.pas --replace /usr/ $out/
'';
- patches = [
- ./r988-compile-fix.patch
- ];
+ preBuild = ''
+ lazbuild -B transgui.lpr --lazarusdir=${lazarus}/share/lazarus
+ '';
makeFlags = [
"FPC=fpc"
@@ -37,7 +38,7 @@ stdenv.mkDerivation rec {
"INSTALL_PREFIX=$(out)"
];
- LCL_PLATFORM = "gtk2";
+ LCL_PLATFORM = "gtk2";
desktopItem = makeDesktopItem rec {
name = "transgui";
@@ -62,10 +63,10 @@ stdenv.mkDerivation rec {
mkdir -p "$out/share/icons/hicolor/48x48/apps"
cp transgui.png "$out/share/icons/hicolor/48x48/apps"
mkdir -p "$out/share/transgui"
- cp -r "./lang" "$out/share/transgui"
+ cp -r "./lang" "$out/share/transgui"
'';
- meta = {
+ meta = {
description = "A cross platform front-end for the Transmission Bit-Torrent client";
homepage = https://sourceforge.net/p/transgui;
license = stdenv.lib.licenses.gpl2Plus;
diff --git a/pkgs/applications/networking/p2p/transgui/r988-compile-fix.patch b/pkgs/applications/networking/p2p/transgui/r988-compile-fix.patch
deleted file mode 100644
index 4b070d0cbe8..00000000000
--- a/pkgs/applications/networking/p2p/transgui/r988-compile-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/utils.pas b/utils.pas
-index eb8b828..1ff2440 100644
---- a/utils.pas
-+++ b/utils.pas
-@@ -100,7 +100,7 @@ uses
- {$ifdef CALLSTACK}
- lineinfo2,
- {$endif CALLSTACK}
-- LazFileUtils, LazUtf8, StdCtrls, Graphics;
-+ LazFileUtils, LazUtf8, StdCtrls, Graphics, FileUtil;
-
- {$ifdef windows}
- function FileOpenUTF8(Const FileName : string; Mode : Integer) : THandle;
-@@ -235,7 +235,7 @@ end;
-
- function ParamStrUTF8(Param: Integer): utf8string;
- begin
-- Result:=FileUtil.ParamStrUTF8(Param);
-+ Result:=LazUtf8.ParamStrUTF8(Param);
- end;
-
- function ParamCount: integer;
diff --git a/pkgs/applications/networking/pjsip/default.nix b/pkgs/applications/networking/pjsip/default.nix
index 1e067b3c335..8a66c039b5a 100644
--- a/pkgs/applications/networking/pjsip/default.nix
+++ b/pkgs/applications/networking/pjsip/default.nix
@@ -2,13 +2,15 @@
stdenv.mkDerivation rec {
name = "pjsip-${version}";
- version = "2.8";
+ version = "2.9";
src = fetchurl {
url = "https://www.pjsip.org/release/${version}/pjproject-${version}.tar.bz2";
- sha256 = "0ybg0113rp3fk49rm2v0pcgqb28h3dv1pdy9594w2ggiz7bhngah";
+ sha256 = "0dm6l8fypkimmzvld35zyykbg957cm5zb4ny3lchgv68amwfz1fi";
};
+ patches = [ ./fix-aarch64.patch ];
+
buildInputs = [ openssl libsamplerate alsaLib ];
preConfigure = ''
diff --git a/pkgs/applications/networking/pjsip/fix-aarch64.patch b/pkgs/applications/networking/pjsip/fix-aarch64.patch
new file mode 100644
index 00000000000..f4aabf7a9bb
--- /dev/null
+++ b/pkgs/applications/networking/pjsip/fix-aarch64.patch
@@ -0,0 +1,13 @@
+--- a/aconfigure
++++ b/aconfigure
+@@ -8945,6 +8945,10 @@
+ ac_webrtc_instset=neon
+ ac_webrtc_cflags="-DWEBRTC_ARCH_ARMV7 -mfloat-abi=hard -mfpu=neon"
+ ;;
++ arm64*|aarch64*)
++ ac_webrtc_instset=neon
++ ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
++ ;;
+ *)
+ ac_webrtc_instset=sse2
+ ;;
diff --git a/pkgs/applications/networking/protonmail-bridge/default.nix b/pkgs/applications/networking/protonmail-bridge/default.nix
index 2870f3158fb..c685a270586 100644
--- a/pkgs/applications/networking/protonmail-bridge/default.nix
+++ b/pkgs/applications/networking/protonmail-bridge/default.nix
@@ -1,8 +1,8 @@
-{ stdenv, fetchurl, lib, qtbase, qtmultimedia, qtsvg, qtdeclarative, qttools, full,
- libsecret, libGL, libpulseaudio, glib, makeWrapper, makeDesktopItem }:
+{ stdenv, fetchurl, lib, qtbase, qtmultimedia, qtsvg, qtdeclarative, qttools, qtgraphicaleffects, qtquickcontrols2, full
+, libsecret, libGL, libpulseaudio, glib, wrapQtAppsHook, makeDesktopItem, mkDerivation }:
let
- version = "1.1.5-1";
+ version = "1.1.6-1";
description = ''
An application that runs on your computer in the background and seamlessly encrypts
@@ -20,16 +20,15 @@ let
genericName = "ProtonMail Bridge for Linux";
categories = "Utility;Security;Network;Email";
};
-in stdenv.mkDerivation rec {
+
+in mkDerivation rec {
name = "protonmail-bridge-${version}";
src = fetchurl {
url = "https://protonmail.com/download/protonmail-bridge_${version}_amd64.deb";
- sha256 = "1y5mphrs60zd6km9z64vskk70q9zzw4g6js7qvgl572wv81w2l75";
+ sha256 = "108dql9q5znsqjkrs41pc6psjbg5bz09rdmjl036xxbvsdvq4a8r";
};
- nativeBuildInputs = [ makeWrapper ];
-
sourceRoot = ".";
unpackCmd = ''
@@ -51,6 +50,8 @@ in stdenv.mkDerivation rec {
rpath = lib.makeLibraryPath [
stdenv.cc.cc.lib
qtbase
+ qtquickcontrols2
+ qtgraphicaleffects
qtmultimedia
qtsvg
qtdeclarative
@@ -60,20 +61,15 @@ in stdenv.mkDerivation rec {
libpulseaudio
glib
];
-
- qtPath = prefix: "${full}/${prefix}";
in ''
patchelf \
--set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
--set-rpath "${rpath}" \
$out/lib/protonmail-bridge
-
- wrapProgram $out/lib/protonmail-bridge \
- --set QT_PLUGIN_PATH "${qtPath qtbase.qtPluginPrefix}" \
- --set QML_IMPORT_PATH "${qtPath qtbase.qtQmlPrefix}" \
- --set QML2_IMPORT_PATH "${qtPath qtbase.qtQmlPrefix}" \
'';
+ buildInputs = [ qtbase qtquickcontrols2 qtmultimedia qtgraphicaleffects qtdeclarative ];
+
meta = with stdenv.lib; {
homepage = "https://www.protonmail.com/bridge";
license = licenses.mit;
diff --git a/pkgs/applications/networking/pyload/default.nix b/pkgs/applications/networking/pyload/default.nix
index 6a89731ff10..3df21d414e0 100644
--- a/pkgs/applications/networking/pyload/default.nix
+++ b/pkgs/applications/networking/pyload/default.nix
@@ -45,16 +45,16 @@ in pythonPackages.buildPythonApplication rec {
'';
preBuild = ''
- paver generate_setup
+ ${pythonPackages.paver}/bin/paver generate_setup
'';
doCheck = false;
- meta = {
+ meta = with stdenv.lib; {
description = "Free and open source downloader for 1-click-hosting sites";
homepage = https://github.com/pyload/pyload;
- license = stdenv.lib.licenses.gpl3;
- maintainers = [ stdenv.lib.maintainers.mahe ];
- platforms = stdenv.lib.platforms.all;
+ license = licenses.gpl3;
+ maintainers = [ maintainers.mahe ];
+ platforms = platforms.all;
};
}
diff --git a/pkgs/applications/networking/remote/anydesk/default.nix b/pkgs/applications/networking/remote/anydesk/default.nix
index a9b358fc793..66edc203276 100644
--- a/pkgs/applications/networking/remote/anydesk/default.nix
+++ b/pkgs/applications/networking/remote/anydesk/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, makeWrapper, makeDesktopItem
-, atk, cairo, gdk_pixbuf, glib, gnome2, gtk2, libGLU_combined, pango, xorg
+, atk, cairo, gdk-pixbuf, glib, gnome2, gtk2, libGLU_combined, pango, xorg
, lsb-release, freetype, fontconfig, pangox_compat, polkit, polkit_gnome }:
let
@@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
};
buildInputs = [
- atk cairo gdk_pixbuf glib gtk2 stdenv.cc.cc pango
+ atk cairo gdk-pixbuf glib gtk2 stdenv.cc.cc pango
gnome2.gtkglext libGLU_combined freetype fontconfig
pangox_compat polkit polkit_gnome
] ++ (with xorg; [
diff --git a/pkgs/applications/networking/remote/citrix-receiver/default.nix b/pkgs/applications/networking/remote/citrix-receiver/default.nix
index d6e25ae4e7b..bf5f5df934d 100644
--- a/pkgs/applications/networking/remote/citrix-receiver/default.nix
+++ b/pkgs/applications/networking/remote/citrix-receiver/default.nix
@@ -12,7 +12,7 @@
, glib
, gtk2
, atk
-, gdk_pixbuf
+, gdk-pixbuf
, cairo
, pango
, gnome3
@@ -58,7 +58,7 @@ let
versions = [ "13.8.0" "13.9.0" "13.9.1" ];
in
lib.listToAttrs
- (lib.flip map versions
+ (lib.forEach versions
(v: lib.nameValuePair v (throw "Unsupported citrix_receiver version: ${v}")));
in
deprecatedVersions // supportedVersions;
@@ -100,14 +100,14 @@ let
busybox
file
gtk2
- gdk_pixbuf
+ gdk-pixbuf
];
libPath = stdenv.lib.makeLibraryPath [
glib
gtk2
atk
- gdk_pixbuf
+ gdk-pixbuf
cairo
pango
gnome3.dconf
diff --git a/pkgs/applications/networking/remote/citrix-workspace/default.nix b/pkgs/applications/networking/remote/citrix-workspace/default.nix
index 13a16a6e224..cf89666a379 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/default.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/default.nix
@@ -12,7 +12,7 @@
, glib
, gtk2
, atk
-, gdk_pixbuf
+, gdk-pixbuf
, cairo
, pango
, gnome3
@@ -22,22 +22,11 @@
, fontconfig
, gtk_engines
, alsaLib
-, libidn
, zlib
-, version ? "19.3.0"
+, version ? "19.6.0"
}:
let
- # In 56e1bdc7f9c (libidn: 1.34 -> 1.35), libidn.so.11 became libidn.so.12.
- # Citrix looks for the former so we build version 1.34 to please the binary
- libidn_134 = libidn.overrideDerivation (_: rec {
- name = "libidn-1.34";
- src = fetchurl {
- url = "mirror://gnu/libidn/${name}.tar.gz";
- sha256 = "0g3fzypp0xjcgr90c5cyj57apx1cmy0c6y9lvw2qdcigbyby469p";
- };
- });
-
versionInfo = let
supportedVersions = {
"19.3.0" = {
@@ -48,18 +37,32 @@ let
x86hash = "1hxgj5lk5ghbpssbqjd404qr84gls967vwrh8ww5hg3pn86kyf8w";
x64suffix = "5";
x86suffix = "5";
+ homepage = https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-1903.html;
+ };
+
+ "19.6.0" = {
+ major = "19";
+ minor = "6";
+ patch = "0";
+ x64hash = "0szqlfmigzgf0309i6ikxkizxaf4ri7qmhys75m0zi3bpwx6hzhs";
+ x86hash = "16v3kgavrh62z6vxcbw6mn7h0bfishpl7m92k7g1p2882r1f8vaf";
+ x64suffix = "60";
+ x86suffix = "60";
homepage = https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html;
};
};
# Copied this file largely from the citrix-receiver package
# Leaving this here even though there are no deprecations yet
- # for ease of future maintenance
+ # for ease of future maintenance.
+ #
+ # The lifespans of Citrix products can be found here:
+ # https://www.citrix.com/support/product-lifecycle/milestones/receiver.html
deprecatedVersions = let
versions = [ ];
in
lib.listToAttrs
- (lib.flip map versions
+ (lib.forEach versions
(v: lib.nameValuePair v (throw "Unsupported citrix_workspace version: ${v}")));
in
deprecatedVersions // supportedVersions;
@@ -100,14 +103,14 @@ let
busybox
file
gtk2
- gdk_pixbuf
+ gdk-pixbuf
];
libPath = stdenv.lib.makeLibraryPath [
glib
gtk2
atk
- gdk_pixbuf
+ gdk-pixbuf
cairo
pango
gnome3.dconf
@@ -117,7 +120,6 @@ let
xorg.libXinerama
xorg.libXfixes
libpng12
- libidn_134
zlib
gtk_engines
freetype
@@ -208,6 +210,7 @@ let
inherit homepage;
description = "Citrix Workspace";
platforms = platforms.linux;
+ maintainers = with maintainers; [ ma27 ];
};
};
diff --git a/pkgs/applications/networking/remote/rdesktop/default.nix b/pkgs/applications/networking/remote/rdesktop/default.nix
index 9cd6083f40c..5f737cacb46 100644
--- a/pkgs/applications/networking/remote/rdesktop/default.nix
+++ b/pkgs/applications/networking/remote/rdesktop/default.nix
@@ -1,18 +1,20 @@
-{stdenv, fetchurl, openssl, libX11, libgssglue, pkgconfig
+{stdenv, fetchFromGitHub, openssl, libX11, libgssglue, pkgconfig, autoreconfHook
, enableCredssp ? (!stdenv.isDarwin)
} :
stdenv.mkDerivation (rec {
pname = "rdesktop";
- version = "1.8.3";
+ version = "1.8.6";
name = "${pname}-${version}";
- src = fetchurl {
- url = "mirror://sourceforge/${pname}/${name}.tar.gz";
- sha256 = "1r7c1rjmw2xzq8fw0scyb453gy9z19774z1z8ldmzzsfndb03cl8";
+ src = fetchFromGitHub {
+ owner = pname;
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "02sbhnqbasa54c75c86qw9w9h9sxxbnldj7bjv2gvn18lmq5rm20";
};
- nativeBuildInputs = [pkgconfig];
+ nativeBuildInputs = [pkgconfig autoreconfHook];
buildInputs = [openssl libX11]
++ stdenv.lib.optional enableCredssp libgssglue;
diff --git a/pkgs/applications/networking/remote/remmina/default.nix b/pkgs/applications/networking/remote/remmina/default.nix
index 951b136dd4e..fb577f09120 100644
--- a/pkgs/applications/networking/remote/remmina/default.nix
+++ b/pkgs/applications/networking/remote/remmina/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitLab, cmake, ninja, pkgconfig, wrapGAppsHook
, glib, gtk3, gettext, libxkbfile, libX11
-, freerdp, libssh, libgcrypt, gnutls, makeDesktopItem
+, freerdp, libssh, libgcrypt, gnutls
, pcre, libdbusmenu-gtk3, libappindicator-gtk3
, libvncserver, libpthreadstubs, libXdmcp, libxkbcommon
, libsecret, libsoup, spice-protocol, spice-gtk, epoxy, at-spi2-core
diff --git a/pkgs/applications/networking/remote/ssvnc/default.nix b/pkgs/applications/networking/remote/ssvnc/default.nix
deleted file mode 100644
index 99835627f87..00000000000
--- a/pkgs/applications/networking/remote/ssvnc/default.nix
+++ /dev/null
@@ -1,33 +0,0 @@
-{ stdenv, fetchurl, imake, zlib, jdk, libX11, libXt, libXmu
-, libXaw, libXext, libXpm, openjpeg, openssl, tk, perl }:
-
-stdenv.mkDerivation rec {
- name = "ssvnc-${version}";
- version = "1.0.29";
-
- src = fetchurl {
- url = "mirror://sourceforge/ssvnc/${name}.src.tar.gz";
- sha256 = "74df32eb8eaa68b07c9693a232ebe42154617c7f3cbe1d4e68d3fe7c557d618d";
- };
-
- buildInputs = [ imake zlib jdk libX11 libXt libXmu libXaw libXext libXpm openjpeg openssl ];
-
- dontUseImakeConfigure = true;
-
- makeFlags = "PREFIX=$(out)";
-
- hardeningDisable = [ "format" ];
-
- postInstall = ''
- sed -i -e 's|exec wish|exec ${tk}/bin/wish|' $out/lib/ssvnc/util/ssvnc.tcl
- sed -i -e 's|/usr/bin/perl|${perl}/bin/perl|' $out/lib/ssvnc/util/ss_vncviewer
- '';
-
- meta = {
- description = "VNC viewer that adds encryption security to VNC connections";
- homepage = http://www.karlrunge.com/x11vnc/ssvnc.html;
- license = stdenv.lib.licenses.gpl2;
- maintainers = [ stdenv.lib.maintainers.edwtjo ];
- platforms = with stdenv.lib.platforms; linux;
- };
-}
diff --git a/pkgs/applications/networking/remote/teamviewer/default.nix b/pkgs/applications/networking/remote/teamviewer/default.nix
index b624f02c42a..9227cad5249 100644
--- a/pkgs/applications/networking/remote/teamviewer/default.nix
+++ b/pkgs/applications/networking/remote/teamviewer/default.nix
@@ -1,13 +1,16 @@
-{ stdenv, fetchurl, autoPatchelfHook, makeWrapper, xdg_utils, dbus, qtbase, qtwebkit, qtx11extras, qtquickcontrols, glibc, libXrandr, libX11 }:
+{ mkDerivation, lib, fetchurl, autoPatchelfHook, makeWrapper, xdg_utils, dbus
+, qtbase, qtwebkit, qtx11extras, qtquickcontrols, glibc
+, libXrandr, libX11, libXext, libXdamage, libXtst, libSM, libXfixes
+, wrapQtAppsHook
+}:
-
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "teamviewer-${version}";
- version = "14.2.8352";
+ version = "14.5.1691";
src = fetchurl {
url = "https://dl.tvcdn.de/download/linux/version_14x/teamviewer_${version}_amd64.deb";
- sha256 = "132fh3lg6g4b0yfkhvbm9zg8s3lcljmbk6gfaavi4b1h8ndq92ay";
+ sha256 = "1dzvjyvcqcah6z1dvw4zvmbdn8iks9j2909slbkksavn1rp3akxc";
};
unpackPhase = ''
@@ -15,7 +18,7 @@ stdenv.mkDerivation rec {
tar xf data.tar.*
'';
- nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
+ nativeBuildInputs = [ autoPatchelfHook makeWrapper wrapQtAppsHook ];
buildInputs = [ dbus qtbase qtwebkit qtx11extras libX11 ];
propagatedBuildInputs = [ qtquickcontrols ];
@@ -41,13 +44,18 @@ stdenv.mkDerivation rec {
--replace '/lib64/ld-linux-x86-64.so.2' '${glibc.out}/lib/ld-linux-x86-64.so.2'
substituteInPlace $out/share/teamviewer/tv_bin/script/tvw_config \
--replace '/var/run/' '/run/'
- wrapProgram $out/share/teamviewer/tv_bin/script/teamviewer --prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ libXrandr libX11 ]}"
- wrapProgram $out/share/teamviewer/tv_bin/teamviewerd --prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ libXrandr libX11 ]}"
+
+ wrapProgram $out/share/teamviewer/tv_bin/script/teamviewer --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ libXrandr libX11 ]}"
+ wrapProgram $out/share/teamviewer/tv_bin/teamviewerd --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ libXrandr libX11 ]}"
+ wrapProgram $out/share/teamviewer/tv_bin/TeamViewer --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ libXrandr libX11 ]}"
+ wrapProgram $out/share/teamviewer/tv_bin/TeamViewer_Desktop --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [libXrandr libX11 libXext libXdamage libXtst libSM libXfixes ]}"
+
+ wrapQtApp $out/bin/teamviewer
'';
dontStrip = true;
- meta = with stdenv.lib; {
+ meta = with lib; {
homepage = http://www.teamviewer.com;
license = licenses.unfree;
description = "Desktop sharing application, providing remote support and online meetings";
diff --git a/pkgs/applications/networking/remote/x2goclient/default.nix b/pkgs/applications/networking/remote/x2goclient/default.nix
index 87fe60c7740..2cfbfb1b201 100644
--- a/pkgs/applications/networking/remote/x2goclient/default.nix
+++ b/pkgs/applications/networking/remote/x2goclient/default.nix
@@ -1,19 +1,18 @@
{ stdenv, fetchgit, cups, libssh, libXpm, nx-libs, openldap, openssh
-, makeWrapper, qtbase, qtsvg, qtx11extras, qttools, phonon, pkgconfig }:
+, mkDerivation, qtbase, qtsvg, qtx11extras, qttools, phonon, pkgconfig }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "x2goclient";
- version = "unstable-2018-11-30";
+ version = "unstable-2019-07-24";
src = fetchgit {
url = "git://code.x2go.org/x2goclient.git";
- rev = "659655675f11ffd361ab9fb48fa77a01a1536fe8";
- sha256 = "05gfs11m259bchy3k0ihqpwg9wf8lp94rbca5dzla9fjzrb7pyy4";
+ rev = "704c4ab92d20070dd160824c9b66a6d1c56dcc49";
+ sha256 = "1pndp3lfzwifyxqq0gps3p1bwakw06clbk6n8viv020l4bsfmq5f";
};
buildInputs = [ cups libssh libXpm nx-libs openldap openssh
qtbase qtsvg qtx11extras qttools phonon pkgconfig ];
- nativeBuildInputs = [ makeWrapper ];
postPatch = ''
substituteInPlace Makefile \
@@ -28,9 +27,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
installTargets = [ "install_client" "install_man" ];
- postInstall = ''
- wrapProgram "$out/bin/x2goclient" --suffix PATH : "${nx-libs}/bin:${openssh}/libexec";
- '';
+
+ qtWrapperArgs = [ ''--suffix PATH : ${nx-libs}/bin:${openssh}/libexec'' ];
meta = with stdenv.lib; {
description = "Graphical NoMachine NX3 remote desktop client";
diff --git a/pkgs/applications/networking/seafile-client/default.nix b/pkgs/applications/networking/seafile-client/default.nix
index 543afc696ea..e93410d2669 100644
--- a/pkgs/applications/networking/seafile-client/default.nix
+++ b/pkgs/applications/networking/seafile-client/default.nix
@@ -1,10 +1,10 @@
-{ stdenv, fetchFromGitHub, pkgconfig, cmake, qtbase, qttools
-, seafile-shared, ccnet, makeWrapper
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, cmake, qtbase, qttools
+, seafile-shared, ccnet
, withShibboleth ? true, qtwebengine }:
with stdenv.lib;
-stdenv.mkDerivation rec {
+mkDerivation rec {
version = "6.2.11";
name = "seafile-client-${version}";
@@ -15,17 +15,16 @@ stdenv.mkDerivation rec {
sha256 = "1b8jqmr2qd3bpb3sr4p5w2a76x5zlknkj922sxrvw1rdwqhkb2pj";
};
- nativeBuildInputs = [ pkgconfig cmake makeWrapper ];
+ nativeBuildInputs = [ pkgconfig cmake ];
buildInputs = [ qtbase qttools seafile-shared ]
++ optional withShibboleth qtwebengine;
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ]
++ optional withShibboleth "-DBUILD_SHIBBOLETH_SUPPORT=ON";
- postInstall = ''
- wrapProgram $out/bin/seafile-applet \
- --suffix PATH : ${stdenv.lib.makeBinPath [ ccnet seafile-shared ]}
- '';
+ qtWrapperArgs = [
+ "--suffix PATH : ${stdenv.lib.makeBinPath [ ccnet seafile-shared ]}"
+ ];
meta = with stdenv.lib; {
homepage = https://github.com/haiwen/seafile-client;
diff --git a/pkgs/applications/networking/sieve-connect/default.nix b/pkgs/applications/networking/sieve-connect/default.nix
index 55d473bc104..69ae40b7618 100644
--- a/pkgs/applications/networking/sieve-connect/default.nix
+++ b/pkgs/applications/networking/sieve-connect/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "sieve-connect-${version}";
- version = "0.89";
+ version = "0.90";
src = fetchFromGitHub {
owner = "philpennock";
repo = "sieve-connect";
rev = "v${version}";
- sha256 = "0g7cv29wd5673inl4c87xb802k86bj6gcwh131xrbbg0a0g1c8fp";
+ sha256 = "1ghvfa5ifa68b6imh85bkmy00r93c5f9hs6d039axb73gmma580p";
};
buildInputs = [ perlPackages.perl ];
diff --git a/pkgs/applications/networking/sniffers/ettercap/default.nix b/pkgs/applications/networking/sniffers/ettercap/default.nix
index 13d536ccf1b..10c8c4235e5 100644
--- a/pkgs/applications/networking/sniffers/ettercap/default.nix
+++ b/pkgs/applications/networking/sniffers/ettercap/default.nix
@@ -1,34 +1,23 @@
{ stdenv, fetchFromGitHub, cmake, libpcap, libnet, zlib, curl, pcre
-, openssl, ncurses, glib, gtk2, atk, pango, flex, bison
-, fetchpatch }:
+, openssl, ncurses, glib, gtk3, atk, pango, flex, bison, geoip
+, pkgconfig }:
stdenv.mkDerivation rec {
name = "ettercap-${version}";
- version = "0.8.2";
+ version = "0.8.3";
src = fetchFromGitHub {
owner = "Ettercap";
repo = "ettercap";
rev = "v${version}";
- sha256 = "1kvrzv2f8kxy7pndfadkzv10cs5wsyfkaa1ski20r2mq4wrvd0cd";
+ sha256 = "0m40bmbrv9a8qlg54z3b5f8r541gl9vah5hm0bbqcgyyljpg39bz";
};
- patches = [
- (fetchpatch {
- name = "CVE-2017-8366.patch";
- url = "https://github.com/Ettercap/ettercap/commit/1083d604930ebb9f350126b83802ecd2cbc17f90.patch";
- sha256 = "1ff6fp8fxisvd3fkkd01y4fjykgcj414kczzpfscdmi52ridwg8m";
- })
- (fetchpatch {
- name = "CVE-2017-6430.patch";
- url = "https://github.com/Ettercap/ettercap/commit/7f50c57b2101fe75592c8dc9960883bbd1878bce.patch";
- sha256 = "0s13nc9yzxzp611rixsd1c8aw1b57q2lnvfq8wawxyrw07h7b2j4";
- })
- ];
-
+ strictDeps = true;
+ nativeBuildInputs = [ cmake flex bison pkgconfig ];
buildInputs = [
- cmake libpcap libnet zlib curl pcre openssl ncurses
- glib gtk2 atk pango flex bison
+ libpcap libnet zlib curl pcre openssl ncurses
+ glib gtk3 atk pango geoip
];
preConfigure = ''
@@ -37,8 +26,8 @@ stdenv.mkDerivation rec {
'';
cmakeFlags = [
- "-DGTK2_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include"
- "-DGTK2_GDKCONFIG_INCLUDE_DIR=${gtk2.out}/lib/gtk-2.0/include"
+ "-DBUNDLED_LIBS=Off"
+ "-DGTK3_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include"
];
meta = with stdenv.lib; {
diff --git a/pkgs/applications/networking/sniffers/sngrep/default.nix b/pkgs/applications/networking/sniffers/sngrep/default.nix
new file mode 100644
index 00000000000..5c536b8aec2
--- /dev/null
+++ b/pkgs/applications/networking/sniffers/sngrep/default.nix
@@ -0,0 +1,38 @@
+{ stdenv, autoconf, automake, fetchFromGitHub, libpcap, ncurses, openssl, pcre }:
+
+stdenv.mkDerivation rec {
+ pname = "sngrep";
+ version = "1.4.6";
+
+ src = fetchFromGitHub {
+ owner = "irontec";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "0fj13pim5bfm3a2nr05apspraf29klpmcnhmycklfmrlncq5xqdf";
+ };
+
+ buildInputs = [
+ libpcap ncurses pcre openssl ncurses
+ ];
+
+ nativeBuildInputs = [
+ autoconf automake
+ ];
+
+ configureFlags = [
+ "--with-pcre"
+ "--enable-unicode"
+ "--enable-ipv6"
+ "--enable-eep"
+ ];
+
+ preConfigure = "./bootstrap.sh";
+
+ meta = with stdenv.lib; {
+ description = "A tool for displaying SIP calls message flows from terminal";
+ homepage = "https://github.com/irontec/sngrep";
+ license = licenses.gpl3;
+ platforms = platforms.unix;
+ maintainers = with maintainers; [ jorise ];
+ };
+}
diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix
index 401e4964801..643e421625f 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -10,7 +10,7 @@ assert withQt -> qt5 != null;
with stdenv.lib;
let
- version = "3.0.2";
+ version = "3.0.3";
variant = if withQt then "qt" else "cli";
in stdenv.mkDerivation {
@@ -20,7 +20,7 @@ in stdenv.mkDerivation {
src = fetchurl {
url = "https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz";
- sha256 = "0fz5lbyiw4a27fqc4ndi1w20bpcb6wi9k7vjv29l9fhd99kca7ky";
+ sha256 = "0711jilp9sbgi46d105m3galw8n4wk5yncawi08031qxg2f754mg";
};
cmakeFlags = [
@@ -30,7 +30,7 @@ in stdenv.mkDerivation {
nativeBuildInputs = [
bison cmake extra-cmake-modules flex pkgconfig
- ];
+ ] ++ optional withQt qt5.wrapQtAppsHook;
buildInputs = [
gettext pcre perl libpcap lua5 libssh nghttp2 openssl libgcrypt
@@ -70,12 +70,9 @@ in stdenv.mkDerivation {
done
done
- wrapProgram $out/Applications/Wireshark.app/Contents/MacOS/Wireshark \
- --set QT_PLUGIN_PATH ${qt5.qtbase.bin}/${qt5.qtbase.qtPluginPrefix}
+ wrapQtApp $out/Applications/Wireshark.app/Contents/MacOS/Wireshark
'' else optionalString withQt ''
install -Dm644 -t $out/share/applications ../wireshark.desktop
- wrapProgram $out/bin/wireshark \
- --set QT_PLUGIN_PATH ${qt5.qtbase.bin}/${qt5.qtbase.qtPluginPrefix}
substituteInPlace $out/share/applications/*.desktop \
--replace "Exec=wireshark" "Exec=$out/bin/wireshark"
diff --git a/pkgs/applications/networking/ssb/patchwork-classic/default.nix b/pkgs/applications/networking/ssb/patchwork-classic/default.nix
index 1f8d0cba6d0..706dd670324 100644
--- a/pkgs/applications/networking/ssb/patchwork-classic/default.nix
+++ b/pkgs/applications/networking/ssb/patchwork-classic/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, lib, makeWrapper,
# build dependencies
alsaLib, atk, cairo, cups, dbus, expat, fontconfig,
- freetype, gdk_pixbuf, glib, gnome2, nspr, nss, xorg,
+ freetype, gdk-pixbuf, glib, gnome2, nspr, nss, xorg,
glibc, systemd
}:
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
expat
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
gnome2.GConf
gnome2.gtk
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Electron wrapper for Patchwork Classic: run as a desktop app outside the browser";
homepage = "https://github.com/ssbc/patchwork-classic-electron";
- license = licenses.gpl3;
+ license = licenses.gpl3;
maintainers = with maintainers; [ mrVanDalo ];
platforms = platforms.linux;
};
diff --git a/pkgs/applications/networking/ssb/patchwork/default.nix b/pkgs/applications/networking/ssb/patchwork/default.nix
index c8b8b5ef333..8d6d5e2a4f9 100644
--- a/pkgs/applications/networking/ssb/patchwork/default.nix
+++ b/pkgs/applications/networking/ssb/patchwork/default.nix
@@ -1,46 +1,53 @@
-{
- stdenv,
- appimage-run,
- fetchurl,
- runtimeShell,
- gsettings-desktop-schemas,
- gtk3,
- gobject-introspection,
- wrapGAppsHook,
-}:
+{ appimageTools, symlinkJoin, lib, fetchurl, makeDesktopItem }:
-stdenv.mkDerivation rec {
- # latest version that runs without errors
- # https://github.com/ssbc/patchwork/issues/972
- version = "3.11.4";
- pname = "patchwork";
+let
+ pname = "ssb-patchwork";
+ version = "3.16.2";
+ name = "${pname}-${version}";
src = fetchurl {
- url = "https://github.com/ssbc/patchwork/releases/download/v${version}/Patchwork-${version}-linux-x86_64.AppImage";
- sha256 = "1blsprpkvm0ws9b96gb36f0rbf8f5jgmw4x6dsb1kswr4ysf591s";
+ url = "https://github.com/ssbc/patchwork/releases/download/v${version}/${pname}-${version}-x86_64.AppImage";
+ sha256 = "0hi9ysmwhiiww82a3mqdd2b1anj7qa41b46f6zb3q9d0b8nmvlz4";
};
- nativeBuildInputs = [ wrapGAppsHook ];
- buildInputs = [ appimage-run gtk3 gsettings-desktop-schemas gobject-introspection ];
+ binary = appimageTools.wrapType2 {
+ name = "${pname}";
+ inherit src;
+ };
+ # we only use this to extract the icon
+ appimage-contents = appimageTools.extractType2 {
+ inherit name src;
+ };
- unpackPhase = ":";
+ desktopItem = makeDesktopItem {
+ name = "ssb-patchwork";
+ exec = "${binary}/bin/ssb-patchwork";
+ icon = "ssb-patchwork.png";
+ comment = "Decentralized messaging and sharing app";
+ desktopName = "Patchwork";
+ genericName = "Patchwork";
+ categories = "Network;";
+ };
- installPhase = ''
- mkdir -p $out/{bin,share}
- cp $src $out/share/${pname}
- echo "#!${runtimeShell}" > $out/bin/${pname}
- echo "${appimage-run}/bin/appimage-run $out/share/${pname}" >> $out/bin/${pname}
- chmod +x $out/bin/${pname} $out/share/${pname}
- '';
+in
+ symlinkJoin {
+ inherit name;
+ paths = [ binary ];
- meta = with stdenv.lib; {
- description = "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).";
+ postBuild = ''
+ mkdir -p $out/share/pixmaps/ $out/share/applications
+ cp ${appimage-contents}/ssb-patchwork.png $out/share/pixmaps
+ cp ${desktopItem}/share/applications/* $out/share/applications/
+ '';
+
+ meta = with lib; {
+ description = "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB)";
longDescription = ''
sea-slang for gossip - a scuttlebutt is basically a watercooler on a ship.
'';
homepage = https://www.scuttlebutt.nz/;
license = licenses.agpl3;
- maintainers = with maintainers; [ thedavidmeister ];
+ maintainers = with maintainers; [ thedavidmeister ninjatrappeur flokli ];
platforms = [ "x86_64-linux" ];
};
}
diff --git a/pkgs/applications/networking/super-productivity/default.nix b/pkgs/applications/networking/super-productivity/default.nix
index 9bb4254c64a..3f87c8558e1 100644
--- a/pkgs/applications/networking/super-productivity/default.nix
+++ b/pkgs/applications/networking/super-productivity/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, dpkg, makeWrapper
, alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, glib
-, gnome2, gtk3, gdk_pixbuf, libnotify, libxcb, nspr, nss, pango
+, gnome2, gtk3, gdk-pixbuf, libnotify, libxcb, nspr, nss, pango
, systemd, xorg, xprintidle-ng }:
let
@@ -19,7 +19,7 @@ let
freetype
glib
gnome2.GConf
- gdk_pixbuf
+ gdk-pixbuf
gtk3
pango
libnotify
diff --git a/pkgs/applications/networking/sync/rclone/default.nix b/pkgs/applications/networking/sync/rclone/default.nix
index fcfa1a55223..13d55bcf476 100644
--- a/pkgs/applications/networking/sync/rclone/default.nix
+++ b/pkgs/applications/networking/sync/rclone/default.nix
@@ -1,17 +1,17 @@
-{ stdenv, buildGoModule, fetchFromGitHub, fetchpatch }:
+{ stdenv, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "rclone";
- version = "1.47.0";
+ version = "1.48.0";
src = fetchFromGitHub {
owner = "ncw";
repo = pname;
rev = "v${version}";
- sha256 = "1nxwjr9jly6wh1ixr6a7zhlg4b3298v940040fsm0n3lcljd37zx";
+ sha256 = "0wxsn3ynkwh2np12sxdmy435nclg2ry7cw26brz11xc0ri4x9azg";
};
- modSha256 = "02p5dd450bbfyq80nd0w8f9kpv25k1855mf0gcv0cy9zq3f3r7q7";
+ modSha256 = "0bbpny7xcwsvhmdypgbbr0gqc5pa40m71qhbps6k0v09rsgqhpn3";
subPackages = [ "." ];
diff --git a/pkgs/applications/networking/sync/rsync/rrsync.nix b/pkgs/applications/networking/sync/rsync/rrsync.nix
index e5c04798aab..12f992d44a5 100644
--- a/pkgs/applications/networking/sync/rsync/rrsync.nix
+++ b/pkgs/applications/networking/sync/rsync/rrsync.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, perl, rsync }:
+{ stdenv, fetchurl, perl, rsync }:
let
base = import ./base.nix { inherit stdenv fetchurl; };
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
# Skip configure and build phases.
# We just want something from the support directory
- configurePhase = "true";
+ dontConfigure = true;
dontBuild = true;
postPatch = ''
diff --git a/pkgs/applications/networking/syncplay/default.nix b/pkgs/applications/networking/syncplay/default.nix
index c8610d80ca7..763c740c817 100644
--- a/pkgs/applications/networking/syncplay/default.nix
+++ b/pkgs/applications/networking/syncplay/default.nix
@@ -2,7 +2,7 @@
buildPythonApplication rec {
name = "syncplay-${version}";
- version = "1.6.3";
+ version = "1.6.4";
format = "other";
@@ -10,7 +10,7 @@ buildPythonApplication rec {
owner = "Syncplay";
repo = "syncplay";
rev = "v${version}";
- sha256 = "03xw44lxdk1h9kbvfviqzpmxxld6zvp07i0hvdm1chchyp0a109h";
+ sha256 = "0afh2a0l1c3hwgj5q6wy0v5iimg8qcjam3pw7b8mf63lasx6iqk4";
};
propagatedBuildInputs = [ pyside twisted certifi ] ++ twisted.extras.tls;
diff --git a/pkgs/applications/networking/syncthing-gtk/default.nix b/pkgs/applications/networking/syncthing-gtk/default.nix
index 696ced2d246..328561529ce 100644
--- a/pkgs/applications/networking/syncthing-gtk/default.nix
+++ b/pkgs/applications/networking/syncthing-gtk/default.nix
@@ -1,7 +1,8 @@
{ stdenv, fetchFromGitHub, fetchpatch, libnotify, librsvg, killall
, gtk3, libappindicator-gtk3, substituteAll, syncthing, wrapGAppsHook
, gnome3, buildPythonApplication, dateutil, pyinotify, pygobject3
-, bcrypt, gobject-introspection, gsettings-desktop-schemas }:
+, bcrypt, gobject-introspection, gsettings-desktop-schemas
+, pango, gdk-pixbuf, atk }:
buildPythonApplication rec {
version = "0.9.4";
@@ -18,6 +19,7 @@ buildPythonApplication rec {
wrapGAppsHook
# For setup hook populating GI_TYPELIB_PATH
gobject-introspection
+ pango gdk-pixbuf atk libnotify
];
buildInputs = [
diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix
index f57bbe69f7a..5b847163a2a 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -1,21 +1,21 @@
-{ buildGoPackage, fetchpatch, stdenv, lib, procps, fetchFromGitHub }:
+{ buildGoModule, stdenv, lib, procps, fetchFromGitHub }:
let
common = { stname, target, postInstall ? "" }:
- buildGoPackage rec {
- version = "1.1.4";
+ buildGoModule rec {
+ version = "1.2.1";
name = "${stname}-${version}";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
- sha256 = "0a19l1kp4cwyzcd53v9yzv3ms69gn78gajkyfawafr7ls0i8x82f";
+ sha256 = "0q1x6kd5kaij8mvs6yll2vqfzrbb31y5hpg6g5kjc8gngwv4rl6v";
};
goPackagePath = "github.com/syncthing/syncthing";
- goDeps = ./deps.nix;
+ modSha256 = "1daixrpdj97ck02853hwp8l158sja5a7a37h0gdbwb1lgf5hsn05";
patches = [
./add-stcli-target.patch
@@ -25,18 +25,14 @@ let
buildPhase = ''
runHook preBuild
- pushd go/src/${goPackagePath}
go run build.go -no-upgrade -version v${version} build ${target}
- popd
runHook postBuild
'';
installPhase = ''
- pushd go/src/${goPackagePath}
runHook preInstall
- install -Dm755 ${target} $bin/bin/${target}
+ install -Dm755 ${target} $out/bin/${target}
runHook postInstall
- popd
'';
inherit postInstall;
@@ -65,19 +61,19 @@ in {
done
'' + lib.optionalString (stdenv.isLinux) ''
- mkdir -p $bin/lib/systemd/{system,user}
+ mkdir -p $out/lib/systemd/{system,user}
substitute etc/linux-systemd/system/syncthing-resume.service \
- $bin/lib/systemd/system/syncthing-resume.service \
+ $out/lib/systemd/system/syncthing-resume.service \
--replace /usr/bin/pkill ${procps}/bin/pkill
substitute etc/linux-systemd/system/syncthing@.service \
- $bin/lib/systemd/system/syncthing@.service \
- --replace /usr/bin/syncthing $bin/bin/syncthing
+ $out/lib/systemd/system/syncthing@.service \
+ --replace /usr/bin/syncthing $out/bin/syncthing
substitute etc/linux-systemd/user/syncthing.service \
- $bin/lib/systemd/user/syncthing.service \
- --replace /usr/bin/syncthing $bin/bin/syncthing
+ $out/lib/systemd/user/syncthing.service \
+ --replace /usr/bin/syncthing $out/bin/syncthing
'';
};
@@ -101,7 +97,7 @@ in {
substitute cmd/strelaysrv/etc/linux-systemd/strelaysrv.service \
$out/lib/systemd/system/strelaysrv.service \
- --replace /usr/bin/strelaysrv $bin/bin/strelaysrv
+ --replace /usr/bin/strelaysrv $out/bin/strelaysrv
'';
};
}
diff --git a/pkgs/applications/networking/syncthing/deps.nix b/pkgs/applications/networking/syncthing/deps.nix
deleted file mode 100644
index 4a58a490cc5..00000000000
--- a/pkgs/applications/networking/syncthing/deps.nix
+++ /dev/null
@@ -1,480 +0,0 @@
-# file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix)
-[
- {
- goPackagePath = "github.com/AudriusButkevicius/go-nat-pmp";
- fetch = {
- type = "git";
- url = "https://github.com/AudriusButkevicius/go-nat-pmp";
- rev = "452c97607362";
- sha256 = "1accmpl1llk16a19nlyy991fqrgfay6l53gb64hgmdfmqljdvbk7";
- };
- }
- {
- goPackagePath = "github.com/AudriusButkevicius/recli";
- fetch = {
- type = "git";
- url = "https://github.com/AudriusButkevicius/recli";
- rev = "v0.0.5";
- sha256 = "1m1xna1kb78pkmr1lfmvvnpk9j7c4x71j3a7c6vj7zpzc4srpsmf";
- };
- }
- {
- goPackagePath = "github.com/beorn7/perks";
- fetch = {
- type = "git";
- url = "https://github.com/beorn7/perks";
- rev = "3a771d992973";
- sha256 = "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3";
- };
- }
- {
- goPackagePath = "github.com/bkaradzic/go-lz4";
- fetch = {
- type = "git";
- url = "https://github.com/bkaradzic/go-lz4";
- rev = "7224d8d8f27e";
- sha256 = "10lmya17vdqg2pvqni0p73iahni48s1v11ya9a0hcz4jh5vw4dkb";
- };
- }
- {
- goPackagePath = "github.com/calmh/du";
- fetch = {
- type = "git";
- url = "https://github.com/calmh/du";
- rev = "v1.0.1";
- sha256 = "0qb3a6y3p9nkyn3s66k6zcm16y8n8578qh23ddj14cxf2scrr2n2";
- };
- }
- {
- goPackagePath = "github.com/calmh/xdr";
- fetch = {
- type = "git";
- url = "https://github.com/calmh/xdr";
- rev = "v1.1.0";
- sha256 = "072wqdncz3nd4a3zkhvzzx1y3in1lm29wfvl0d8wrnqs5pyqh0mh";
- };
- }
- {
- goPackagePath = "github.com/chmduquesne/rollinghash";
- fetch = {
- type = "git";
- url = "https://github.com/chmduquesne/rollinghash";
- rev = "a60f8e7142b5";
- sha256 = "0fpaqq4zb0wikgbhn7vwqqj1h865f5xy195vkhivsp922p7qwsjr";
- };
- }
- {
- goPackagePath = "github.com/d4l3k/messagediff";
- fetch = {
- type = "git";
- url = "https://github.com/d4l3k/messagediff";
- rev = "v1.2.1";
- sha256 = "104hl8x57ciaz7mzafg1vp9qggxcyfm8hsv9bmlihbz9ml3nyr8v";
- };
- }
- {
- goPackagePath = "github.com/davecgh/go-spew";
- fetch = {
- type = "git";
- url = "https://github.com/davecgh/go-spew";
- rev = "v1.1.1";
- sha256 = "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y";
- };
- }
- {
- goPackagePath = "github.com/flynn-archive/go-shlex";
- fetch = {
- type = "git";
- url = "https://github.com/flynn-archive/go-shlex";
- rev = "3f9db97f8568";
- sha256 = "1j743lysygkpa2s2gii2xr32j7bxgc15zv4113b0q9jhn676ysia";
- };
- }
- {
- goPackagePath = "github.com/gobwas/glob";
- fetch = {
- type = "git";
- url = "https://github.com/gobwas/glob";
- rev = "51eb1ee00b6d";
- sha256 = "090wzpwsjana1qas8ipwh1pj959gvc4b7vwybzi01f3bmd79jwlp";
- };
- }
- {
- goPackagePath = "github.com/gogo/protobuf";
- fetch = {
- type = "git";
- url = "https://github.com/gogo/protobuf";
- rev = "v1.2.0";
- sha256 = "1c3y5m08mvrgvlw0kb9pldh3kkqcj99pa8gqmk1g3hp8ih3b2dv0";
- };
- }
- {
- goPackagePath = "github.com/golang/groupcache";
- fetch = {
- type = "git";
- url = "https://github.com/golang/groupcache";
- rev = "84a468cf14b4";
- sha256 = "1ky1r9qh54yi9zp2769qrjngzndgd8fn7mja2qfac285n06chmcn";
- };
- }
- {
- goPackagePath = "github.com/golang/protobuf";
- fetch = {
- type = "git";
- url = "https://github.com/golang/protobuf";
- rev = "v1.2.0";
- sha256 = "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab";
- };
- }
- {
- goPackagePath = "github.com/golang/snappy";
- fetch = {
- type = "git";
- url = "https://github.com/golang/snappy";
- rev = "553a64147049";
- sha256 = "0kssxnih1l722hx9219c7javganjqkqhvl3i0hp0hif6xm6chvqk";
- };
- }
- {
- goPackagePath = "github.com/jackpal/gateway";
- fetch = {
- type = "git";
- url = "https://github.com/jackpal/gateway";
- rev = "5795ac81146e";
- sha256 = "0fkwkwmhfadwk3cha8616bhqxfkr9gjjnynhhxyldlphixgs3f25";
- };
- }
- {
- goPackagePath = "github.com/kballard/go-shellquote";
- fetch = {
- type = "git";
- url = "https://github.com/kballard/go-shellquote";
- rev = "cd60e84ee657";
- sha256 = "1xjpin4jq1zl84dcn96xhjmn9bsfyszf6g9aqyj2dc0xfi6c88y0";
- };
- }
- {
- goPackagePath = "github.com/kr/pretty";
- fetch = {
- type = "git";
- url = "https://github.com/kr/pretty";
- rev = "v0.1.0";
- sha256 = "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp";
- };
- }
- {
- goPackagePath = "github.com/kr/pty";
- fetch = {
- type = "git";
- url = "https://github.com/kr/pty";
- rev = "v1.1.1";
- sha256 = "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6";
- };
- }
- {
- goPackagePath = "github.com/kr/text";
- fetch = {
- type = "git";
- url = "https://github.com/kr/text";
- rev = "v0.1.0";
- sha256 = "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1";
- };
- }
- {
- goPackagePath = "github.com/lib/pq";
- fetch = {
- type = "git";
- url = "https://github.com/lib/pq";
- rev = "v1.0.0";
- sha256 = "1zqnnyczaf00xi6xh53vq758v5bdlf0iz7kf22l02cal4i6px47i";
- };
- }
- {
- goPackagePath = "github.com/mattn/go-isatty";
- fetch = {
- type = "git";
- url = "https://github.com/mattn/go-isatty";
- rev = "v0.0.4";
- sha256 = "0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w";
- };
- }
- {
- goPackagePath = "github.com/matttproud/golang_protobuf_extensions";
- fetch = {
- type = "git";
- url = "https://github.com/matttproud/golang_protobuf_extensions";
- rev = "v1.0.1";
- sha256 = "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya";
- };
- }
- {
- goPackagePath = "github.com/minio/sha256-simd";
- fetch = {
- type = "git";
- url = "https://github.com/minio/sha256-simd";
- rev = "cc1980cb0338";
- sha256 = "04fp98nal0wsb26zwhw82spn5camxslc68g3xp8g4af9w6k9g31j";
- };
- }
- {
- goPackagePath = "github.com/onsi/ginkgo";
- fetch = {
- type = "git";
- url = "https://github.com/onsi/ginkgo";
- rev = "6c46eb8334b3";
- sha256 = "0lxmpg3zhn7r2q8c29wcw0sqn5c48ihhb7qfh9m676c9j455rpm8";
- };
- }
- {
- goPackagePath = "github.com/onsi/gomega";
- fetch = {
- type = "git";
- url = "https://github.com/onsi/gomega";
- rev = "ba3724c94e4d";
- sha256 = "0fqs7kyqzz2lykbr2xbvd8imvx748xv4lh4d6fdy3wkwxs2f9fhp";
- };
- }
- {
- goPackagePath = "github.com/oschwald/geoip2-golang";
- fetch = {
- type = "git";
- url = "https://github.com/oschwald/geoip2-golang";
- rev = "v1.1.0";
- sha256 = "10pvjmbm1wc8xxwqlcfhdj2mciiyfddghmp6jyn7brd4mg65ppy2";
- };
- }
- {
- goPackagePath = "github.com/oschwald/maxminddb-golang";
- fetch = {
- type = "git";
- url = "https://github.com/oschwald/maxminddb-golang";
- rev = "26fe5ace1c70";
- sha256 = "0szb96zq1jbd9zpf4qn9zng4582ww9mg8zgrqxbkkpf3862r6n49";
- };
- }
- {
- goPackagePath = "github.com/petermattis/goid";
- fetch = {
- type = "git";
- url = "https://github.com/petermattis/goid";
- rev = "3db12ebb2a59";
- sha256 = "0z18a3mr72c52g7g94n08gxw0ksnaafbfwdl5p5jav2sffirb0kd";
- };
- }
- {
- goPackagePath = "github.com/pkg/errors";
- fetch = {
- type = "git";
- url = "https://github.com/pkg/errors";
- rev = "v0.8.1";
- sha256 = "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1";
- };
- }
- {
- goPackagePath = "github.com/pmezard/go-difflib";
- fetch = {
- type = "git";
- url = "https://github.com/pmezard/go-difflib";
- rev = "v1.0.0";
- sha256 = "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw";
- };
- }
- {
- goPackagePath = "github.com/prometheus/client_golang";
- fetch = {
- type = "git";
- url = "https://github.com/prometheus/client_golang";
- rev = "v0.9.2";
- sha256 = "02b4yg6rfag0m3j0i39sillcm5xczwv8h133vn12yr8qw04cnigs";
- };
- }
- {
- goPackagePath = "github.com/prometheus/client_model";
- fetch = {
- type = "git";
- url = "https://github.com/prometheus/client_model";
- rev = "5c3871d89910";
- sha256 = "04psf81l9fjcwascsys428v03fx4fi894h7fhrj2vvcz723q57k0";
- };
- }
- {
- goPackagePath = "github.com/prometheus/common";
- fetch = {
- type = "git";
- url = "https://github.com/prometheus/common";
- rev = "4724e9255275";
- sha256 = "0pcx8hlnrxx5nnmpk786cn99rsgqk1jrd3c9f6fsx8qd8y5iwjy6";
- };
- }
- {
- goPackagePath = "github.com/prometheus/procfs";
- fetch = {
- type = "git";
- url = "https://github.com/prometheus/procfs";
- rev = "1dc9a6cbc91a";
- sha256 = "1zlv1x30xp7z5c3vn5vp870v4bjim0zcidzc3mr2l3xhazc0svab";
- };
- }
- {
- goPackagePath = "github.com/rcrowley/go-metrics";
- fetch = {
- type = "git";
- url = "https://github.com/rcrowley/go-metrics";
- rev = "e181e095bae9";
- sha256 = "1pwkyw801hy7n94skzk6h177zqcil6ayrmb5gs3jdpsfayh8ia5w";
- };
- }
- {
- goPackagePath = "github.com/sasha-s/go-deadlock";
- fetch = {
- type = "git";
- url = "https://github.com/sasha-s/go-deadlock";
- rev = "v0.2.0";
- sha256 = "13p7b7pakd9k1c2k0fs1hfim3c8mivz679977ai6zb01s4aw7gyg";
- };
- }
- {
- goPackagePath = "github.com/stretchr/testify";
- fetch = {
- type = "git";
- url = "https://github.com/stretchr/testify";
- rev = "v1.2.2";
- sha256 = "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs";
- };
- }
- {
- goPackagePath = "github.com/syncthing/notify";
- fetch = {
- type = "git";
- url = "https://github.com/syncthing/notify";
- rev = "4e389ea6c0d8";
- sha256 = "19gvl14s1l9m82f8c2xsjcr8lmbqrvw1mxkayvfcpimvxfz0j61i";
- };
- }
- {
- goPackagePath = "github.com/syndtr/goleveldb";
- fetch = {
- type = "git";
- url = "https://github.com/syndtr/goleveldb";
- rev = "34011bf325bc";
- sha256 = "097ja0vyj6p27zrxha9nhk09fj977xsvhmd3bk2hbyvnbw4znnhd";
- };
- }
- {
- goPackagePath = "github.com/thejerf/suture";
- fetch = {
- type = "git";
- url = "https://github.com/thejerf/suture";
- rev = "v3.0.2";
- sha256 = "03bdrl78jfwk0kw40lj63ga9cxhgccgss8yi9lp5j0m0ml7921gh";
- };
- }
- {
- goPackagePath = "github.com/urfave/cli";
- fetch = {
- type = "git";
- url = "https://github.com/urfave/cli";
- rev = "v1.20.0";
- sha256 = "0y6f4sbzkiiwrxbl15biivj8c7qwxnvm3zl2dd3mw4wzg4x10ygj";
- };
- }
- {
- goPackagePath = "github.com/vitrun/qart";
- fetch = {
- type = "git";
- url = "https://github.com/vitrun/qart";
- rev = "bf64b92db6b0";
- sha256 = "1xk7qki703xmay9ghi3kq2bjf1iw9dz8wik55739d6i7sn77vvkc";
- };
- }
- {
- goPackagePath = "golang.org/x/crypto";
- fetch = {
- type = "git";
- url = "https://go.googlesource.com/crypto";
- rev = "c2843e01d9a2";
- sha256 = "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r";
- };
- }
- {
- goPackagePath = "golang.org/x/net";
- fetch = {
- type = "git";
- url = "https://go.googlesource.com/net";
- rev = "351d144fa1fc";
- sha256 = "1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k";
- };
- }
- {
- goPackagePath = "golang.org/x/sync";
- fetch = {
- type = "git";
- url = "https://go.googlesource.com/sync";
- rev = "42b317875d0f";
- sha256 = "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3";
- };
- }
- {
- goPackagePath = "golang.org/x/sys";
- fetch = {
- type = "git";
- url = "https://go.googlesource.com/sys";
- rev = "d0b11bdaac8a";
- sha256 = "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl";
- };
- }
- {
- goPackagePath = "golang.org/x/text";
- fetch = {
- type = "git";
- url = "https://go.googlesource.com/text";
- rev = "e19ae1496984";
- sha256 = "1cvnnx8nwx5c7gr6ajs7sldhbqh52n7h6fsa3i21l2lhx6xrsh4w";
- };
- }
- {
- goPackagePath = "golang.org/x/time";
- fetch = {
- type = "git";
- url = "https://go.googlesource.com/time";
- rev = "6dc17368e09b";
- sha256 = "1fx4cf5fpdz00g3c7vxzy92hdcg0vh4yqw00qp5s52j72qixynbk";
- };
- }
- {
- goPackagePath = "gopkg.in/asn1-ber.v1";
- fetch = {
- type = "git";
- url = "https://gopkg.in/asn1-ber.v1";
- rev = "379148ca0225";
- sha256 = "1y8bvzbxpw0lfnn7pbcdwzqj4l90qj6xf88dvv9pxd9yl5g6cskx";
- };
- }
- {
- goPackagePath = "gopkg.in/check.v1";
- fetch = {
- type = "git";
- url = "https://gopkg.in/check.v1";
- rev = "788fd7840127";
- sha256 = "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a";
- };
- }
- {
- goPackagePath = "gopkg.in/ldap.v2";
- fetch = {
- type = "git";
- url = "https://gopkg.in/ldap.v2";
- rev = "v2.5.1";
- sha256 = "1wf81wy04nhkqs0dg5zkivr4sh37r83bxrfwjz9vr4jq6vmljr3h";
- };
- }
- {
- goPackagePath = "gopkg.in/yaml.v2";
- fetch = {
- type = "git";
- url = "https://gopkg.in/yaml.v2";
- rev = "287cf08546ab";
- sha256 = "15502klds9wwv567vclb9kx95gs8lnyzn4ybsk6l9fc7a67lk831";
- };
- }
-]
diff --git a/pkgs/applications/networking/vnstat/default.nix b/pkgs/applications/networking/vnstat/default.nix
index 7b3e62779e9..8a210c1af68 100644
--- a/pkgs/applications/networking/vnstat/default.nix
+++ b/pkgs/applications/networking/vnstat/default.nix
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "vnstat";
- version = "2.2";
+ version = "2.3";
src = fetchurl {
- sha256 = "0b7020rlc568pz6vkiy28kl8493z88wzrn18wv9b0iq2bv1pn2n6";
+ sha256 = "138s79dqxrm59xc2s2xch16qkzzjks580sac4ppq8jy5lxrzj2i8";
url = "https://humdi.net/${pname}/${pname}-${version}.tar.gz";
};
diff --git a/pkgs/applications/networking/weather/meteo/default.nix b/pkgs/applications/networking/weather/meteo/default.nix
index 74a1b571406..88d33a9a9f3 100644
--- a/pkgs/applications/networking/weather/meteo/default.nix
+++ b/pkgs/applications/networking/weather/meteo/default.nix
@@ -1,17 +1,17 @@
{ stdenv, fetchFromGitLab, vala, python3, pkgconfig, meson, ninja, gtk3
-, json-glib, libsoup, clutter, clutter-gtk, libchamplain, webkitgtk, geocode-glib
-, libappindicator, desktop-file-utils, appstream, gobject-introspection, wrapGAppsHook
+, json-glib, libsoup, webkitgtk, geocode-glib
+, libappindicator, desktop-file-utils, appstream, wrapGAppsHook
, hicolor-icon-theme }:
stdenv.mkDerivation rec {
pname = "meteo";
- version = "0.9.6";
+ version = "0.9.7";
src = fetchFromGitLab {
owner = "bitseater";
repo = pname;
rev = version;
- sha256 = "1786s5637hc3dnnkf5vr2ngfiq73dyvx8187gx7qkh7cr8xrl50w";
+ sha256 = "014x3mg2dc58h1qwy2nrz3a5mzdnbzish8zgn3x6lj6szfz5c72n";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/networking/znc/default.nix b/pkgs/applications/networking/znc/default.nix
index deb768e6feb..08fa53a6e38 100644
--- a/pkgs/applications/networking/znc/default.nix
+++ b/pkgs/applications/networking/znc/default.nix
@@ -13,11 +13,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "znc-${version}";
- version = "1.7.3";
+ version = "1.7.4";
src = fetchurl {
url = "https://znc.in/releases/archive/${name}.tar.gz";
- sha256 = "0g8i5hsl4kinpz1wp0a2zniidv3w2sd6awq8676fds516wcc6k0y";
+ sha256 = "0wcvqkpin8w4i72alnn0nxnrc9ih543qs34hqpk9xmz6m0hjk8xi";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/office/aesop/default.nix b/pkgs/applications/office/aesop/default.nix
index 42831b7a839..b71334a6a72 100644
--- a/pkgs/applications/office/aesop/default.nix
+++ b/pkgs/applications/office/aesop/default.nix
@@ -1,15 +1,15 @@
-{ stdenv, fetchFromGitHub, fetchpatch, pantheon, pkgconfig, meson, ninja, python3, gtk3
+{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, python3, gtk3
, desktop-file-utils, json-glib, libsoup, libgee, poppler, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "aesop";
- version = "1.1.1";
+ version = "1.1.2";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
- sha256 = "191azshc2z9pzc61fhmzv5cxnihh5wh3nj803kvi3rnk6nl9mhzh";
+ sha256 = "1vadm8295jb7jaah2qykf3h9zvl5c013sanmxqi4snmmq4pa32ax";
};
nativeBuildInputs = [
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
description = "The simplest PDF viewer around";
homepage = https://github.com/lainsce/aesop;
license = licenses.gpl2Plus;
- maintainers = with maintainers; [ worldofpeace ];
+ maintainers = pantheon.maintainers;
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/office/bookworm/default.nix b/pkgs/applications/office/bookworm/default.nix
index 63199945f2b..fe81340a7fb 100644
--- a/pkgs/applications/office/bookworm/default.nix
+++ b/pkgs/applications/office/bookworm/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fetchpatch, pantheon, python3, python2, pkgconfig, libxml2, meson, ninja, gtk3, gnome3, glib, webkitgtk
+{ stdenv, fetchFromGitHub, pantheon, python3, python2, pkgconfig, libxml2, meson, ninja, gtk3, gnome3, glib, webkitgtk
, gobject-introspection, sqlite, poppler, poppler_utils, html2text, curl, gnugrep, coreutils, bash, unzip, unar, wrapGAppsHook }:
stdenv.mkDerivation rec {
diff --git a/pkgs/applications/office/flexibee/default.nix b/pkgs/applications/office/flexibee/default.nix
new file mode 100644
index 00000000000..284fdf7a124
--- /dev/null
+++ b/pkgs/applications/office/flexibee/default.nix
@@ -0,0 +1,34 @@
+{ stdenv, fetchurl, makeWrapper, jre }:
+
+let
+ version = "2019.2.5";
+ majorVersion = builtins.substring 0 6 version;
+in
+
+stdenv.mkDerivation rec {
+ pname = "flexibee";
+ inherit version;
+
+ src = fetchurl {
+ url = "http://download.flexibee.eu/download/${majorVersion}/${version}/${pname}-${version}.tar.gz";
+ sha256 = "0k94y4x6lj1vcb89a95v9mzl95mkpwp9n4a2gwvq0g90zpbnn493";
+ };
+
+ nativeBuildInputs = [ makeWrapper ];
+
+ installPhase = ''
+ runHook preInstall
+ cp -R usr/share/flexibee/ $out/
+ install -Dm755 usr/bin/flexibee $out/bin/flexibee
+ wrapProgram $out/bin/flexibee --set JAVA_HOME "${jre}"
+ runHook postInstall
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Client for an accouting economic system";
+ homepage = "https://www.flexibee.eu/";
+ license = licenses.unfree;
+ maintainers = [ maintainers.mmahut ];
+ platforms = [ "x86_64-linux" ];
+ };
+}
diff --git a/pkgs/applications/office/gnucash/default.nix b/pkgs/applications/office/gnucash/default.nix
index a9578e6525d..e4a89b513e9 100644
--- a/pkgs/applications/office/gnucash/default.nix
+++ b/pkgs/applications/office/gnucash/default.nix
@@ -25,11 +25,11 @@ in
stdenv.mkDerivation rec {
name = "gnucash-${version}";
- version = "3.5";
+ version = "3.6";
src = fetchurl {
url = "mirror://sourceforge/gnucash/${name}.tar.bz2";
- sha256 = "0ibp7g6aknvnkwkin97kv04ipksy3l18dsz9qysjb7h2nr8hnvbp";
+ sha256 = "09azp17ghn7i8kwk0ci3gq0qkn5pvbknhf1cbk7v43mvc3g8djzi";
};
nativeBuildInputs = [ pkgconfig makeWrapper cmake gtest ];
diff --git a/pkgs/applications/office/gnumeric/default.nix b/pkgs/applications/office/gnumeric/default.nix
index 5845536e72e..70d1e3d79ba 100644
--- a/pkgs/applications/office/gnumeric/default.nix
+++ b/pkgs/applications/office/gnumeric/default.nix
@@ -1,22 +1,31 @@
{ stdenv, fetchurl, pkgconfig, intltool, perlPackages
, goffice, gnome3, wrapGAppsHook, gtk3, bison, pythonPackages
-, itstool
+, itstool, autoreconfHook
}:
let
inherit (pythonPackages) python pygobject3;
in stdenv.mkDerivation rec {
pname = "gnumeric";
- version = "1.12.45";
+ version = "1.12.45"; # TODO next release: remove gamma patch and autoreconfHook
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0c8dl1kvnj3g32qy3s92qpqpqfy0in59cx005gjvvzsflahav61h";
};
+ patches = stdenv.lib.optional stdenv.isDarwin
+ # https://gitlab.gnome.org/GNOME/gnumeric/issues/402
+ (fetchurl {
+ name = "math-gamma.patch";
+ url = "https://gitlab.gnome.org/GNOME/gnumeric/uploads/cf8d162bc719de92e97d01cb0ba5b637/ppp";
+ sha256 = "17wiigs06qc86a1nghwcg3pcnpa28123jblgsxpy3j7drardgnlp";
+ });
+
configureFlags = [ "--disable-component" ];
- nativeBuildInputs = [ pkgconfig intltool bison itstool wrapGAppsHook ];
+ nativeBuildInputs = [ pkgconfig intltool bison itstool wrapGAppsHook ]
+ ++ stdenv.lib.optional stdenv.isDarwin autoreconfHook;
# ToDo: optional libgda, introspection?
buildInputs = [
diff --git a/pkgs/applications/office/homebank/default.nix b/pkgs/applications/office/homebank/default.nix
index 9f45a70e8b8..727a68c440a 100644
--- a/pkgs/applications/office/homebank/default.nix
+++ b/pkgs/applications/office/homebank/default.nix
@@ -2,10 +2,10 @@
, hicolor-icon-theme, libsoup, gnome3 }:
stdenv.mkDerivation rec {
- name = "homebank-5.2.6";
+ name = "homebank-5.2.7";
src = fetchurl {
url = "http://homebank.free.fr/public/${name}.tar.gz";
- sha256 = "10cqii1bsc7dmg8nzj6xhmk44r390vca49vbsw4g504h0bvwn54s";
+ sha256 = "0pzbn0wlppwbap19isbv8vv3cq7xswladhc272ykaya78r1bxvcf";
};
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
diff --git a/pkgs/applications/office/jabref/default.nix b/pkgs/applications/office/jabref/default.nix
index 5dfd0357012..ebd5a14ad04 100644
--- a/pkgs/applications/office/jabref/default.nix
+++ b/pkgs/applications/office/jabref/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
buildInputs = [ makeWrapper jdk wrapGAppsHook gtk3 gsettings-desktop-schemas ];
- unpackPhase = "#";
+ dontUnpack = true;
installPhase = ''
mkdir -p $out/bin $out/share/java $out/share/icons
diff --git a/pkgs/applications/office/kexi/default.nix b/pkgs/applications/office/kexi/default.nix
index 784126ba3d8..e28a2d0852b 100644
--- a/pkgs/applications/office/kexi/default.nix
+++ b/pkgs/applications/office/kexi/default.nix
@@ -1,5 +1,5 @@
{
- mkDerivation, lib, fetchurl, fetchpatch, extra-cmake-modules, kdoctools,
+ mkDerivation, lib, fetchurl, extra-cmake-modules, kdoctools,
boost, qttools, qtwebkit,
breeze-icons, karchive, kcodecs, kcompletion, kconfig, kconfigwidgets, kcoreaddons,
kcrash, kguiaddons, ki18n, kiconthemes, kitemviews, kio, ktexteditor, ktextwidgets,
diff --git a/pkgs/applications/office/kmymoney/default.nix b/pkgs/applications/office/kmymoney/default.nix
index 236f794c8b7..363c484fa28 100644
--- a/pkgs/applications/office/kmymoney/default.nix
+++ b/pkgs/applications/office/kmymoney/default.nix
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, doxygen, extra-cmake-modules, graphviz, kdoctools
-, fetchpatch
+, wrapQtAppsHook
, akonadi, alkimia, aqbanking, gmp, gwenhywfar, kactivities, karchive
, kcmutils, kcontacts, kdewebkit, kdiagram, kholidays, kidentitymanagement
@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
name = "kmymoney-${version}";
- version = "5.0.4";
+ version = "5.0.5";
src = fetchurl {
url = "mirror://kde/stable/kmymoney/${version}/src/${name}.tar.xz";
- sha256 = "06lbavhl9b8cybnss2mmy3g5w8qn2vl6zhipvbl11lsr3j9bsa8q";
+ sha256 = "1hghs4676kn2giwpwz1y7p6djpmi41x64idf3ybiz8ky14a5s977";
};
# Hidden dependency that wasn't included in CMakeLists.txt:
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
doxygen extra-cmake-modules graphviz kdoctools python2Packages.wrapPython
+ wrapQtAppsHook
];
buildInputs = [
@@ -58,13 +59,11 @@ stdenv.mkDerivation rec {
doInstallCheck = stdenv.hostPlatform == stdenv.buildPlatform;
installCheckInputs = [ xvfb_run ];
- installCheckPhase = let
- pluginPath = "${qtbase.bin}/${qtbase.qtPluginPrefix}";
- in lib.optionalString doInstallCheck ''
- QT_PLUGIN_PATH=${lib.escapeShellArg pluginPath} \
+ installCheckPhase =
+ lib.optionalString doInstallCheck ''
xvfb-run -s '-screen 0 1024x768x24' make test \
- ARGS="-E '(reports-chart-test)'" # Test fails, so exclude it for now.
- '';
+ ARGS="-E '(reports-chart-test)'" # Test fails, so exclude it for now.
+ '';
meta = {
description = "Personal finance manager for KDE";
diff --git a/pkgs/applications/office/ledger-web/default.nix b/pkgs/applications/office/ledger-web/default.nix
index 13c559cfac1..df8298579e8 100644
--- a/pkgs/applications/office/ledger-web/default.nix
+++ b/pkgs/applications/office/ledger-web/default.nix
@@ -1,4 +1,4 @@
-{ lib, bundlerApp
+{ lib, bundlerApp, bundlerUpdateScript
, withPostgresql ? true, postgresql
, withSqlite ? false, sqlite
}:
@@ -11,11 +11,13 @@ bundlerApp rec {
buildInputs = lib.optional withPostgresql postgresql
++ lib.optional withSqlite sqlite;
+ passthru.updateScript = bundlerUpdateScript "ledger-web";
+
meta = with lib; {
description = "A web frontend to the Ledger CLI tool";
homepage = https://github.com/peterkeen/ledger-web;
license = licenses.mit;
- maintainers = with maintainers; [ peterhoeg manveru ];
+ maintainers = with maintainers; [ peterhoeg manveru nicknovitski ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/office/libreoffice/default-primary-src.nix b/pkgs/applications/office/libreoffice/default-primary-src.nix
index d0d26d46927..b3b21174bc3 100644
--- a/pkgs/applications/office/libreoffice/default-primary-src.nix
+++ b/pkgs/applications/office/libreoffice/default-primary-src.nix
@@ -2,9 +2,9 @@
rec {
major = "6";
- minor = "2";
- patch = "3";
- tweak = "2";
+ minor = "3";
+ patch = "0";
+ tweak = "4";
subdir = "${major}.${minor}.${patch}";
@@ -12,6 +12,6 @@ rec {
src = fetchurl {
url = "https://download.documentfoundation.org/libreoffice/src/${subdir}/libreoffice-${version}.tar.xz";
- sha256 = "1bvdvhk1jw16wc0fd7vvvjyn7ydwy9i3xa3d8kn1bdmsn97vkpgi";
+ sha256 = "1mxflzrcm04djkj8ifyy4rwgl8bxirrvzrn864w6rgvzn43h30w7";
};
}
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index 2429f2dc8b5..fe33d72a216 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -48,14 +48,14 @@ let
translations = fetchSrc {
name = "translations";
- sha256 = "0gnx596sr498n3frz1wgcnq9kqqaqksxfyjm145235pvrv2ymgvp";
+ sha256 = "0730fw2kr00b2d56jkdzjdz49c4k4mxiz879c7ikw59c5zvrh009";
};
# TODO: dictionaries
help = fetchSrc {
name = "help";
- sha256 = "0chips6h2ymaqwvjlxzjn7jm64y6r4lcr7z7rppan436nqz95dn1";
+ sha256 = "1w9bqwzz75vvxxy9dgln0v6p6isf8mkqnkg1nzlaykvdgsn5sp4z";
};
};
@@ -144,6 +144,8 @@ in stdenv.mkDerivation rec {
sed -e '/CPPUNIT_ASSERT_EQUAL(11148L, pOleObj->GetLogicRect().getWidth());/d ' -i sc/qa/unit/subsequent_filters-test.cxx
# tilde expansion in path processing checks the existence of $HOME
sed -e 's@OString sSysPath("~/tmp");@& return ; @' -i sal/qa/osl/file/osl_File.cxx
+ # fails on systems using ZFS, see https://github.com/NixOS/nixpkgs/issues/19071
+ sed -e '/CPPUNIT_TEST(getSystemPathFromFileURL_005);/d' -i './sal/qa/osl/file/osl_File.cxx'
# rendering-dependent: on my computer the test table actually doesn't fit…
# interesting fact: test disabled on macOS by upstream
sed -re '/DECLARE_WW8EXPORT_TEST[(]testTableKeep, "tdf91083.odt"[)]/,+5d' -i ./sw/qa/extras/ww8export/ww8export.cxx
@@ -306,6 +308,9 @@ in stdenv.mkDerivation rec {
# Without these, configure does not finish
"--without-junit"
+ # Schema files for validation are not included in the source tarball
+ "--without-export-validation"
+
"--disable-libnumbertext" # system-libnumbertext"
# We do tarball prefetching ourselves
diff --git a/pkgs/applications/office/libreoffice/libreoffice-srcs-still.nix b/pkgs/applications/office/libreoffice/libreoffice-srcs-still.nix
index adec1474808..b5a721b5679 100644
--- a/pkgs/applications/office/libreoffice/libreoffice-srcs-still.nix
+++ b/pkgs/applications/office/libreoffice/libreoffice-srcs-still.nix
@@ -56,18 +56,18 @@
md5name = "00b516f4704d4a7cb50a1d97e6e8e15b-bzip2-1.0.6.tar.gz";
}
{
- name = "cairo-1.14.10.tar.xz";
- url = "http://dev-www.libreoffice.org/src/cairo-1.14.10.tar.xz";
- sha256 = "7e87878658f2c9951a14fc64114d4958c0e65ac47530b8ac3078b2ce41b66a09";
+ name = "cairo-1.16.0.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/cairo-1.16.0.tar.xz";
+ sha256 = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331";
md5 = "";
- md5name = "7e87878658f2c9951a14fc64114d4958c0e65ac47530b8ac3078b2ce41b66a09-cairo-1.14.10.tar.xz";
+ md5name = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331-cairo-1.16.0.tar.xz";
}
{
- name = "libcdr-0.1.4.tar.xz";
- url = "http://dev-www.libreoffice.org/src/libcdr-0.1.4.tar.xz";
- sha256 = "e7a7e8b00a3df5798110024d7061fe9d1c3330277d2e4fa9213294f966a4a66d";
+ name = "libcdr-0.1.5.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libcdr-0.1.5.tar.xz";
+ sha256 = "6ace5c499a8be34ad871e825442ce388614ae2d8675c4381756a7319429e3a48";
md5 = "";
- md5name = "e7a7e8b00a3df5798110024d7061fe9d1c3330277d2e4fa9213294f966a4a66d-libcdr-0.1.4.tar.xz";
+ md5name = "6ace5c499a8be34ad871e825442ce388614ae2d8675c4381756a7319429e3a48-libcdr-0.1.5.tar.xz";
}
{
name = "clucene-core-2.3.3.4.tar.gz";
@@ -77,11 +77,11 @@
md5name = "48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz";
}
{
- name = "libcmis-0.5.1.tar.gz";
- url = "http://dev-www.libreoffice.org/src/libcmis-0.5.1.tar.gz";
- sha256 = "6acbdf22ecdbaba37728729b75bfc085ee5a4b49a6024757cfb86ccd3da27b0e";
+ name = "libcmis-0.5.2.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libcmis-0.5.2.tar.xz";
+ sha256 = "d7b18d9602190e10d437f8a964a32e983afd57e2db316a07d87477a79f5000a2";
md5 = "";
- md5name = "6acbdf22ecdbaba37728729b75bfc085ee5a4b49a6024757cfb86ccd3da27b0e-libcmis-0.5.1.tar.gz";
+ md5name = "d7b18d9602190e10d437f8a964a32e983afd57e2db316a07d87477a79f5000a2-libcmis-0.5.2.tar.xz";
}
{
name = "CoinMP-1.7.6.tgz";
@@ -105,11 +105,11 @@
md5name = "1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt";
}
{
- name = "curl-7.63.0.tar.gz";
- url = "http://dev-www.libreoffice.org/src/curl-7.63.0.tar.gz";
- sha256 = "d483b89062832e211c887d7cf1b65c902d591b48c11fe7d174af781681580b41";
+ name = "curl-7.65.0.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/curl-7.65.0.tar.xz";
+ sha256 = "7766d263929404f693905b5e5222aa0f2bdf8c66ab4b8758f0c0820a42b966cd";
md5 = "";
- md5name = "d483b89062832e211c887d7cf1b65c902d591b48c11fe7d174af781681580b41-curl-7.63.0.tar.gz";
+ md5name = "7766d263929404f693905b5e5222aa0f2bdf8c66ab4b8758f0c0820a42b966cd-curl-7.65.0.tar.xz";
}
{
name = "libe-book-0.1.3.tar.xz";
@@ -119,11 +119,11 @@
md5name = "7e8d8ff34f27831aca3bc6f9cc532c2f90d2057c778963b884ff3d1e34dfe1f9-libe-book-0.1.3.tar.xz";
}
{
- name = "libepoxy-1.3.1.tar.bz2";
- url = "http://dev-www.libreoffice.org/src/libepoxy-1.3.1.tar.bz2";
- sha256 = "1d8668b0a259c709899e1c4bab62d756d9002d546ce4f59c9665e2fc5f001a64";
+ name = "libepoxy-1.5.3.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libepoxy-1.5.3.tar.xz";
+ sha256 = "002958c5528321edd53440235d3c44e71b5b1e09b9177e8daf677450b6c4433d";
md5 = "";
- md5name = "1d8668b0a259c709899e1c4bab62d756d9002d546ce4f59c9665e2fc5f001a64-libepoxy-1.3.1.tar.bz2";
+ md5name = "002958c5528321edd53440235d3c44e71b5b1e09b9177e8daf677450b6c4433d-libepoxy-1.5.3.tar.xz";
}
{
name = "epm-3.7.tar.gz";
@@ -140,11 +140,11 @@
md5name = "03e084b994cbeffc8c3dd13303b2cb805f44d8f2c3b79f7690d7e3fc7f6215ad-libepubgen-0.1.1.tar.xz";
}
{
- name = "libetonyek-0.1.8.tar.xz";
- url = "http://dev-www.libreoffice.org/src/libetonyek-0.1.8.tar.xz";
- sha256 = "9dc92347aee0cc9ed57b175a3e21f9d96ebe55d30fecb10e841d1050794ed82d";
+ name = "libetonyek-0.1.9.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libetonyek-0.1.9.tar.xz";
+ sha256 = "e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a";
md5 = "";
- md5name = "9dc92347aee0cc9ed57b175a3e21f9d96ebe55d30fecb10e841d1050794ed82d-libetonyek-0.1.8.tar.xz";
+ md5name = "e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a-libetonyek-0.1.9.tar.xz";
}
{
name = "expat-2.2.5.tar.bz2";
@@ -196,18 +196,18 @@
md5name = "1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip";
}
{
- name = "liberation-fonts-ttf-1.07.4.tar.gz";
- url = "http://dev-www.libreoffice.org/src/134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz";
- sha256 = "61a7e2b6742a43c73e8762cdfeaf6dfcf9abdd2cfa0b099a9854d69bc4cfee5c";
- md5 = "134d8262145fc793c6af494dcace3e71";
- md5name = "134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz";
+ name = "liberation-narrow-fonts-ttf-1.07.6.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/liberation-narrow-fonts-ttf-1.07.6.tar.gz";
+ sha256 = "8879d89b5ff7b506c9fc28efc31a5c0b954bbe9333e66e5283d27d20a8519ea3";
+ md5 = "";
+ md5name = "8879d89b5ff7b506c9fc28efc31a5c0b954bbe9333e66e5283d27d20a8519ea3-liberation-narrow-fonts-ttf-1.07.6.tar.gz";
}
{
- name = "liberation-fonts-ttf-2.00.1.tar.gz";
- url = "http://dev-www.libreoffice.org/src/5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz";
- sha256 = "7890278a6cd17873c57d9cd785c2d230d9abdea837e96516019c5885dd271504";
- md5 = "5c781723a0d9ed6188960defba8e91cf";
- md5name = "5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz";
+ name = "liberation-fonts-ttf-2.00.4.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/liberation-fonts-ttf-2.00.4.tar.gz";
+ sha256 = "c40e95fc5e0ecb73d4be565ae2afc1114e2bc7dc5253e00ee92d8fd6cc4adf45";
+ md5 = "";
+ md5name = "c40e95fc5e0ecb73d4be565ae2afc1114e2bc7dc5253e00ee92d8fd6cc4adf45-liberation-fonts-ttf-2.00.4.tar.gz";
}
{
name = "LinLibertineG-20120116.zip";
@@ -230,6 +230,13 @@
md5 = "edc4d741888bc0d38e32dbaa17149596";
md5name = "edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz";
}
+ {
+ name = "source-serif-font-2.007R.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/source-serif-font-2.007R.tar.gz";
+ sha256 = "10b2bbb357d52bf0f516d3e0ac0a09b5f7901470fbf649b69dad9ccc2d29f7cb";
+ md5 = "";
+ md5name = "10b2bbb357d52bf0f516d3e0ac0a09b5f7901470fbf649b69dad9ccc2d29f7cb-source-serif-font-2.007R.tar.gz";
+ }
{
name = "EmojiOneColor-SVGinOT-1.3.tar.gz";
url = "http://dev-www.libreoffice.org/src/EmojiOneColor-SVGinOT-1.3.tar.gz";
@@ -343,11 +350,11 @@
md5name = "17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip";
}
{
- name = "hunspell-1.6.2.tar.gz";
- url = "http://dev-www.libreoffice.org/src/hunspell-1.6.2.tar.gz";
- sha256 = "3cd9ceb062fe5814f668e4f22b2fa6e3ba0b339b921739541ce180cac4d6f4c4";
+ name = "hunspell-1.7.0.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/hunspell-1.7.0.tar.gz";
+ sha256 = "57be4e03ae9dd62c3471f667a0d81a14513e314d4d92081292b90435944ff951";
md5 = "";
- md5name = "3cd9ceb062fe5814f668e4f22b2fa6e3ba0b339b921739541ce180cac4d6f4c4-hunspell-1.6.2.tar.gz";
+ md5name = "57be4e03ae9dd62c3471f667a0d81a14513e314d4d92081292b90435944ff951-hunspell-1.7.0.tar.gz";
}
{
name = "hyphen-2.8.8.tar.gz";
@@ -357,18 +364,18 @@
md5name = "5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz";
}
{
- name = "icu4c-61_1-src.tgz";
- url = "http://dev-www.libreoffice.org/src/icu4c-61_1-src.tgz";
- sha256 = "d007f89ae8a2543a53525c74359b65b36412fa84b3349f1400be6dcf409fafef";
+ name = "icu4c-63_1-src.tgz";
+ url = "http://dev-www.libreoffice.org/src/icu4c-63_1-src.tgz";
+ sha256 = "05c490b69454fce5860b7e8e2821231674af0a11d7ef2febea9a32512998cb9d";
md5 = "";
- md5name = "d007f89ae8a2543a53525c74359b65b36412fa84b3349f1400be6dcf409fafef-icu4c-61_1-src.tgz";
+ md5name = "05c490b69454fce5860b7e8e2821231674af0a11d7ef2febea9a32512998cb9d-icu4c-63_1-src.tgz";
}
{
- name = "icu4c-61_1-data.zip";
- url = "http://dev-www.libreoffice.org/src/icu4c-61_1-data.zip";
- sha256 = "d149ed0985b5a6e16a9d8ed66f105dd58fd334c276779f74241cfa656ed2830a";
+ name = "icu4c-63_1-data.zip";
+ url = "http://dev-www.libreoffice.org/src/icu4c-63_1-data.zip";
+ sha256 = "9bef2bf28ec4fdc86a3bd88d7ac4d509fef6dfbe9c6798299e55b9d4343e960c";
md5 = "";
- md5name = "d149ed0985b5a6e16a9d8ed66f105dd58fd334c276779f74241cfa656ed2830a-icu4c-61_1-data.zip";
+ md5name = "9bef2bf28ec4fdc86a3bd88d7ac4d509fef6dfbe9c6798299e55b9d4343e960c-icu4c-63_1-data.zip";
}
{
name = "flow-engine-0.9.4.zip";
@@ -448,18 +455,18 @@
md5name = "39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip";
}
{
- name = "libjpeg-turbo-1.5.2.tar.gz";
- url = "http://dev-www.libreoffice.org/src/libjpeg-turbo-1.5.2.tar.gz";
- sha256 = "9098943b270388727ae61de82adec73cf9f0dbb240b3bc8b172595ebf405b528";
+ name = "libjpeg-turbo-1.5.3.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/libjpeg-turbo-1.5.3.tar.gz";
+ sha256 = "b24890e2bb46e12e72a79f7e965f409f4e16466d00e1dd15d93d73ee6b592523";
md5 = "";
- md5name = "9098943b270388727ae61de82adec73cf9f0dbb240b3bc8b172595ebf405b528-libjpeg-turbo-1.5.2.tar.gz";
+ md5name = "b24890e2bb46e12e72a79f7e965f409f4e16466d00e1dd15d93d73ee6b592523-libjpeg-turbo-1.5.3.tar.gz";
}
{
- name = "language-subtag-registry-2018-04-23.tar.bz2";
- url = "http://dev-www.libreoffice.org/src/language-subtag-registry-2018-04-23.tar.bz2";
- sha256 = "14c21f4533ca74e3af9e09184d6756a750d0cd46099015ba8c595e48499aa878";
+ name = "language-subtag-registry-2019-04-03.tar.bz2";
+ url = "http://dev-www.libreoffice.org/src/language-subtag-registry-2019-04-03.tar.bz2";
+ sha256 = "a1d7fb901764bb8f251d4f686cdf565764f9987d0fb5d9315d54a7366a84822d";
md5 = "";
- md5name = "14c21f4533ca74e3af9e09184d6756a750d0cd46099015ba8c595e48499aa878-language-subtag-registry-2018-04-23.tar.bz2";
+ md5name = "a1d7fb901764bb8f251d4f686cdf565764f9987d0fb5d9315d54a7366a84822d-language-subtag-registry-2019-04-03.tar.bz2";
}
{
name = "JLanguageTool-1.7.0.tar.bz2";
@@ -483,11 +490,11 @@
md5name = "47f96c37b4f2aac289f0bc1bacfa8bd8b4b209a488d3d15e2229cb6cc9b26449-libassuan-2.5.1.tar.bz2";
}
{
- name = "libatomic_ops-7_2d.zip";
- url = "http://dev-www.libreoffice.org/src/libatomic_ops-7_2d.zip";
- sha256 = "cf5c52f08a2067ae4fe7c8919e3c1ccf3ee917f1749e0bcc7efffff59c68d9ad";
+ name = "libatomic_ops-7.6.8.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/libatomic_ops-7.6.8.tar.gz";
+ sha256 = "1d6a279edf81767e74d2ad2c9fce09459bc65f12c6525a40b0cb3e53c089f665";
md5 = "";
- md5name = "cf5c52f08a2067ae4fe7c8919e3c1ccf3ee917f1749e0bcc7efffff59c68d9ad-libatomic_ops-7_2d.zip";
+ md5name = "1d6a279edf81767e74d2ad2c9fce09459bc65f12c6525a40b0cb3e53c089f665-libatomic_ops-7.6.8.tar.gz";
}
{
name = "libeot-0.01.tar.bz2";
@@ -518,11 +525,11 @@
md5name = "d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e-liblangtag-0.6.2.tar.bz2";
}
{
- name = "libnumbertext-1.0.4.tar.xz";
- url = "http://dev-www.libreoffice.org/src/libnumbertext-1.0.4.tar.xz";
- sha256 = "349258f4c3a8b090893e847b978b22e8dc1343d4ada3bfba811b97144f1dd67b";
+ name = "libnumbertext-1.0.5.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libnumbertext-1.0.5.tar.xz";
+ sha256 = "e1c9086b4cecb6b25f180316f30740dfabe6a4dbaf70dddc34276fc839e4f4f7";
md5 = "";
- md5name = "349258f4c3a8b090893e847b978b22e8dc1343d4ada3bfba811b97144f1dd67b-libnumbertext-1.0.4.tar.xz";
+ md5name = "e1c9086b4cecb6b25f180316f30740dfabe6a4dbaf70dddc34276fc839e4f4f7-libnumbertext-1.0.5.tar.xz";
}
{
name = "ltm-1.0.zip";
@@ -532,11 +539,11 @@
md5name = "083daa92d8ee6f4af96a6143b12d7fc8fe1a547e14f862304f7281f8f7347483-ltm-1.0.zip";
}
{
- name = "xmlsec1-1.2.25.tar.gz";
- url = "http://dev-www.libreoffice.org/src/xmlsec1-1.2.25.tar.gz";
- sha256 = "967ca83edf25ccb5b48a3c4a09ad3405a63365576503bf34290a42de1b92fcd2";
+ name = "xmlsec1-1.2.27.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/xmlsec1-1.2.27.tar.gz";
+ sha256 = "97d756bad8e92588e6997d2227797eaa900d05e34a426829b149f65d87118eb6";
md5 = "";
- md5name = "967ca83edf25ccb5b48a3c4a09ad3405a63365576503bf34290a42de1b92fcd2-xmlsec1-1.2.25.tar.gz";
+ md5name = "97d756bad8e92588e6997d2227797eaa900d05e34a426829b149f65d87118eb6-xmlsec1-1.2.27.tar.gz";
}
{
name = "libxml2-2.9.9.tar.gz";
@@ -574,18 +581,18 @@
md5name = "a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz";
}
{
- name = "mdds-1.3.1.tar.bz2";
- url = "http://dev-www.libreoffice.org/src/mdds-1.3.1.tar.bz2";
- sha256 = "dcb8cd2425567a5a5ec164afea475bce57784bca3e352ad4cbdd3d1a7e08e5a1";
+ name = "mdds-1.4.3.tar.bz2";
+ url = "http://dev-www.libreoffice.org/src/mdds-1.4.3.tar.bz2";
+ sha256 = "25ce3d5af9f6609e1de05bb22b2316e57b74a72a5b686fbb2da199da72349c81";
md5 = "";
- md5name = "dcb8cd2425567a5a5ec164afea475bce57784bca3e352ad4cbdd3d1a7e08e5a1-mdds-1.3.1.tar.bz2";
+ md5name = "25ce3d5af9f6609e1de05bb22b2316e57b74a72a5b686fbb2da199da72349c81-mdds-1.4.3.tar.bz2";
}
{
- name = "mDNSResponder-576.30.4.tar.gz";
- url = "http://dev-www.libreoffice.org/src/mDNSResponder-576.30.4.tar.gz";
- sha256 = "4737cb51378377e11d0edb7bcdd1bec79cbdaa7b27ea09c13e3006e58f8d92c0";
+ name = "mDNSResponder-878.200.35.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/mDNSResponder-878.200.35.tar.gz";
+ sha256 = "e777b4d7dbf5eb1552cb80090ad1ede319067ab6e45e3990d68aabf6e8b3f5a0";
md5 = "";
- md5name = "4737cb51378377e11d0edb7bcdd1bec79cbdaa7b27ea09c13e3006e58f8d92c0-mDNSResponder-576.30.4.tar.gz";
+ md5name = "e777b4d7dbf5eb1552cb80090ad1ede319067ab6e45e3990d68aabf6e8b3f5a0-mDNSResponder-878.200.35.tar.gz";
}
{
name = "libmspub-0.1.4.tar.xz";
@@ -601,13 +608,6 @@
md5 = "";
md5name = "aca8bf1ce55ed83adbea82c70d4c8bebe8139f334b3481bf5a6e407f91f33ce9-libmwaw-0.3.14.tar.xz";
}
- {
- name = "mysql-connector-c++-1.1.4.tar.gz";
- url = "http://dev-www.libreoffice.org/src/7239a4430efd4d0189c4f24df67f08e5-mysql-connector-c++-1.1.4.tar.gz";
- sha256 = "a25f14dad39e93a2f9cdf09166ee53981f7212dce829e4208e07a522963a8585";
- md5 = "7239a4430efd4d0189c4f24df67f08e5";
- md5name = "7239a4430efd4d0189c4f24df67f08e5-mysql-connector-c++-1.1.4.tar.gz";
- }
{
name = "mythes-1.2.4.tar.gz";
url = "http://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz";
@@ -623,11 +623,11 @@
md5name = "db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca-neon-0.30.2.tar.gz";
}
{
- name = "nss-3.38-with-nspr-4.19.tar.gz";
- url = "http://dev-www.libreoffice.org/src/nss-3.38-with-nspr-4.19.tar.gz";
- sha256 = "f271ec73291fa3e4bd4b59109f8035cc3a192fc33886f40ed4f9ee4b31c746e9";
+ name = "nss-3.45-with-nspr-4.21.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/nss-3.45-with-nspr-4.21.tar.gz";
+ sha256 = "fae11751100510d26f16a245f0db9a5b3d638ab28ce0bccd50d4314f7e526ba1";
md5 = "";
- md5name = "f271ec73291fa3e4bd4b59109f8035cc3a192fc33886f40ed4f9ee4b31c746e9-nss-3.38-with-nspr-4.19.tar.gz";
+ md5name = "fae11751100510d26f16a245f0db9a5b3d638ab28ce0bccd50d4314f7e526ba1-nss-3.45-with-nspr-4.21.tar.gz";
}
{
name = "libodfgen-0.1.6.tar.bz2";
@@ -637,11 +637,11 @@
md5name = "2c7b21892f84a4c67546f84611eccdad6259875c971e98ddb027da66ea0ac9c2-libodfgen-0.1.6.tar.bz2";
}
{
- name = "odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-475.jar";
- url = "http://dev-www.libreoffice.org/src/../extern/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-475.jar";
- sha256 = "702413413a5d8076c17fe79c0808dfba145a7260020f6c8627ea529a0cf83769";
+ name = "odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar";
+ url = "http://dev-www.libreoffice.org/src/../extern/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar";
+ sha256 = "984f2a479df79e27e7b01a5815ac53ae64e07746b882262d8a64566494515504";
md5 = "";
- md5name = "702413413a5d8076c17fe79c0808dfba145a7260020f6c8627ea529a0cf83769-odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-475.jar";
+ md5name = "984f2a479df79e27e7b01a5815ac53ae64e07746b882262d8a64566494515504-odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar";
}
{
name = "officeotron-0.7.4-master.jar";
@@ -658,18 +658,18 @@
md5name = "cdd6cffdebcd95161a73305ec13fc7a78e9707b46ca9f84fb897cd5626df3824-openldap-2.4.45.tgz";
}
{
- name = "openssl-1.0.2p.tar.gz";
- url = "http://dev-www.libreoffice.org/src/openssl-1.0.2p.tar.gz";
- sha256 = "50a98e07b1a89eb8f6a99477f262df71c6fa7bef77df4dc83025a2845c827d00";
+ name = "openssl-1.0.2r.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/openssl-1.0.2r.tar.gz";
+ sha256 = "ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6";
md5 = "";
- md5name = "50a98e07b1a89eb8f6a99477f262df71c6fa7bef77df4dc83025a2845c827d00-openssl-1.0.2p.tar.gz";
+ md5name = "ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6-openssl-1.0.2r.tar.gz";
}
{
- name = "liborcus-0.13.4.tar.gz";
- url = "http://dev-www.libreoffice.org/src/liborcus-0.13.4.tar.gz";
- sha256 = "bc01b1b3e9091416f498840d3c19a1aa2704b448100e7f6b80eefe88aab06d5b";
+ name = "liborcus-0.14.1.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/liborcus-0.14.1.tar.gz";
+ sha256 = "3f48cfbc21ad74787218284939c04d42cb836c73bc393f27f538b668e4d78a5f";
md5 = "";
- md5name = "bc01b1b3e9091416f498840d3c19a1aa2704b448100e7f6b80eefe88aab06d5b-liborcus-0.13.4.tar.gz";
+ md5name = "3f48cfbc21ad74787218284939c04d42cb836c73bc393f27f538b668e4d78a5f-liborcus-0.14.1.tar.gz";
}
{
name = "owncloud-android-library-0.9.4-no-binary-deps.tar.gz";
@@ -686,11 +686,11 @@
md5name = "66adacd705a7d19895e08eac46d1e851332adf2e736c566bef1164e7a442519d-libpagemaker-0.0.4.tar.xz";
}
{
- name = "pdfium-3426.tar.bz2";
- url = "http://dev-www.libreoffice.org/src/pdfium-3426.tar.bz2";
- sha256 = "80331b48166501a192d65476932f17044eeb5f10faa6ea50f4f175169475c957";
+ name = "pdfium-3550.tar.bz2";
+ url = "http://dev-www.libreoffice.org/src/pdfium-3550.tar.bz2";
+ sha256 = "572460f7f9e2f86d022a9c6a82f1e2ded6c3c29ba352d4b9fac60b87e2159679";
md5 = "";
- md5name = "80331b48166501a192d65476932f17044eeb5f10faa6ea50f4f175169475c957-pdfium-3426.tar.bz2";
+ md5name = "572460f7f9e2f86d022a9c6a82f1e2ded6c3c29ba352d4b9fac60b87e2159679-pdfium-3550.tar.bz2";
}
{
name = "pixman-0.34.0.tar.gz";
@@ -700,39 +700,39 @@
md5name = "e80ebae4da01e77f68744319f01d52a3-pixman-0.34.0.tar.gz";
}
{
- name = "libpng-1.6.34.tar.xz";
- url = "http://dev-www.libreoffice.org/src/libpng-1.6.34.tar.xz";
- sha256 = "2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6";
+ name = "libpng-1.6.37.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libpng-1.6.37.tar.xz";
+ sha256 = "505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca";
md5 = "";
- md5name = "2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6-libpng-1.6.34.tar.xz";
+ md5name = "505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca-libpng-1.6.37.tar.xz";
}
{
- name = "poppler-0.73.0.tar.xz";
- url = "http://dev-www.libreoffice.org/src/poppler-0.73.0.tar.xz";
- sha256 = "e44b5543903128884ba4538c2a97d3bcc8889e97ffacc4636112101f0238db03";
+ name = "poppler-0.74.0.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/poppler-0.74.0.tar.xz";
+ sha256 = "92e09fd3302567fd36146b36bb707db43ce436e8841219025a82ea9fb0076b2f";
md5 = "";
- md5name = "e44b5543903128884ba4538c2a97d3bcc8889e97ffacc4636112101f0238db03-poppler-0.73.0.tar.xz";
+ md5name = "92e09fd3302567fd36146b36bb707db43ce436e8841219025a82ea9fb0076b2f-poppler-0.74.0.tar.xz";
}
{
- name = "postgresql-9.2.1.tar.bz2";
- url = "http://dev-www.libreoffice.org/src/c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2";
- sha256 = "db61d498105a7d5fe46185e67ac830c878cdd7dc1f82a87f06b842217924c461";
- md5 = "c0b4799ea9850eae3ead14f0a60e9418";
- md5name = "c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2";
+ name = "postgresql-9.2.24.tar.bz2";
+ url = "http://dev-www.libreoffice.org/src/postgresql-9.2.24.tar.bz2";
+ sha256 = "a754c02f7051c2f21e52f8669a421b50485afcde9a581674d6106326b189d126";
+ md5 = "";
+ md5name = "a754c02f7051c2f21e52f8669a421b50485afcde9a581674d6106326b189d126-postgresql-9.2.24.tar.bz2";
}
{
- name = "Python-3.5.5.tar.xz";
- url = "http://dev-www.libreoffice.org/src/Python-3.5.5.tar.xz";
- sha256 = "063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009";
+ name = "Python-3.5.7.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/Python-3.5.7.tar.xz";
+ sha256 = "285892899bf4d5737fd08482aa6171c6b2564a45b9102dfacfb72826aebdc7dc";
md5 = "";
- md5name = "063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009-Python-3.5.5.tar.xz";
+ md5name = "285892899bf4d5737fd08482aa6171c6b2564a45b9102dfacfb72826aebdc7dc-Python-3.5.7.tar.xz";
}
{
- name = "libqxp-0.0.1.tar.xz";
- url = "http://dev-www.libreoffice.org/src/libqxp-0.0.1.tar.xz";
- sha256 = "8c257f6184ff94aefa7c9fa1cfae82083d55a49247266905c71c53e013f95c73";
+ name = "libqxp-0.0.2.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libqxp-0.0.2.tar.xz";
+ sha256 = "e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c";
md5 = "";
- md5name = "8c257f6184ff94aefa7c9fa1cfae82083d55a49247266905c71c53e013f95c73-libqxp-0.0.1.tar.xz";
+ md5name = "e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c-libqxp-0.0.2.tar.xz";
}
{
name = "raptor2-2.0.15.tar.gz";
@@ -812,25 +812,25 @@
md5name = "fe1002d3671d53c09bc65e47ec948ec7b67e6fb112ed1cd10966e211a8bb50f9-libvisio-0.1.6.tar.xz";
}
{
- name = "libwpd-0.10.2.tar.xz";
- url = "http://dev-www.libreoffice.org/src/libwpd-0.10.2.tar.xz";
- sha256 = "323f68beaf4f35e5a4d7daffb4703d0566698280109210fa4eaa90dea27d6610";
+ name = "libwpd-0.10.3.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libwpd-0.10.3.tar.xz";
+ sha256 = "2465b0b662fdc5d4e3bebcdc9a79027713fb629ca2bff04a3c9251fdec42dd09";
md5 = "";
- md5name = "323f68beaf4f35e5a4d7daffb4703d0566698280109210fa4eaa90dea27d6610-libwpd-0.10.2.tar.xz";
+ md5name = "2465b0b662fdc5d4e3bebcdc9a79027713fb629ca2bff04a3c9251fdec42dd09-libwpd-0.10.3.tar.xz";
}
{
- name = "libwpg-0.3.2.tar.xz";
- url = "http://dev-www.libreoffice.org/src/libwpg-0.3.2.tar.xz";
- sha256 = "57faf1ab97d63d57383ac5d7875e992a3d190436732f4083310c0471e72f8c33";
+ name = "libwpg-0.3.3.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libwpg-0.3.3.tar.xz";
+ sha256 = "99b3f7f8832385748582ab8130fbb9e5607bd5179bebf9751ac1d51a53099d1c";
md5 = "";
- md5name = "57faf1ab97d63d57383ac5d7875e992a3d190436732f4083310c0471e72f8c33-libwpg-0.3.2.tar.xz";
+ md5name = "99b3f7f8832385748582ab8130fbb9e5607bd5179bebf9751ac1d51a53099d1c-libwpg-0.3.3.tar.xz";
}
{
- name = "libwps-0.4.9.tar.xz";
- url = "http://dev-www.libreoffice.org/src/libwps-0.4.9.tar.xz";
- sha256 = "13beb0c733bb1544a542b6ab1d9d205f218e9a2202d1d4cac056f79f6db74922";
+ name = "libwps-0.4.10.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libwps-0.4.10.tar.xz";
+ sha256 = "1421e034286a9f96d3168a1c54ea570ee7aa008ca07b89de005ad5ce49fb29ca";
md5 = "";
- md5name = "13beb0c733bb1544a542b6ab1d9d205f218e9a2202d1d4cac056f79f6db74922-libwps-0.4.9.tar.xz";
+ md5name = "1421e034286a9f96d3168a1c54ea570ee7aa008ca07b89de005ad5ce49fb29ca-libwps-0.4.10.tar.xz";
}
{
name = "xsltml_2.1.2.zip";
diff --git a/pkgs/applications/office/libreoffice/libreoffice-srcs.nix b/pkgs/applications/office/libreoffice/libreoffice-srcs.nix
index 7170982688c..4df8ce1059b 100644
--- a/pkgs/applications/office/libreoffice/libreoffice-srcs.nix
+++ b/pkgs/applications/office/libreoffice/libreoffice-srcs.nix
@@ -28,11 +28,11 @@
md5name = "976a12a59bc286d634a21d7be0841cc74289ea9077aa1af46be19d1a6e844c19-apr-util-1.5.4.tar.gz";
}
{
- name = "boost_1_66_0.tar.bz2";
- url = "http://dev-www.libreoffice.org/src/boost_1_66_0.tar.bz2";
- sha256 = "5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9";
+ name = "boost_1_69_0.tar.bz2";
+ url = "http://dev-www.libreoffice.org/src/boost_1_69_0.tar.bz2";
+ sha256 = "8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406";
md5 = "";
- md5name = "5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9-boost_1_66_0.tar.bz2";
+ md5name = "8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406-boost_1_69_0.tar.bz2";
}
{
name = "breakpad.zip";
@@ -105,11 +105,11 @@
md5name = "1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt";
}
{
- name = "curl-7.64.0.tar.gz";
- url = "http://dev-www.libreoffice.org/src/curl-7.64.0.tar.gz";
- sha256 = "cb90d2eb74d4e358c1ed1489f8e3af96b50ea4374ad71f143fa4595e998d81b5";
+ name = "curl-7.65.0.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/curl-7.65.0.tar.xz";
+ sha256 = "7766d263929404f693905b5e5222aa0f2bdf8c66ab4b8758f0c0820a42b966cd";
md5 = "";
- md5name = "cb90d2eb74d4e358c1ed1489f8e3af96b50ea4374ad71f143fa4595e998d81b5-curl-7.64.0.tar.gz";
+ md5name = "7766d263929404f693905b5e5222aa0f2bdf8c66ab4b8758f0c0820a42b966cd-curl-7.65.0.tar.xz";
}
{
name = "libe-book-0.1.3.tar.xz";
@@ -119,11 +119,11 @@
md5name = "7e8d8ff34f27831aca3bc6f9cc532c2f90d2057c778963b884ff3d1e34dfe1f9-libe-book-0.1.3.tar.xz";
}
{
- name = "libepoxy-1.5.2.tar.xz";
- url = "http://dev-www.libreoffice.org/src/libepoxy-1.5.2.tar.xz";
- sha256 = "a9562386519eb3fd7f03209f279f697a8cba520d3c155d6e253c3e138beca7d8";
+ name = "libepoxy-1.5.3.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libepoxy-1.5.3.tar.xz";
+ sha256 = "002958c5528321edd53440235d3c44e71b5b1e09b9177e8daf677450b6c4433d";
md5 = "";
- md5name = "a9562386519eb3fd7f03209f279f697a8cba520d3c155d6e253c3e138beca7d8-libepoxy-1.5.2.tar.xz";
+ md5name = "002958c5528321edd53440235d3c44e71b5b1e09b9177e8daf677450b6c4433d-libepoxy-1.5.3.tar.xz";
}
{
name = "epm-3.7.tar.gz";
@@ -231,11 +231,11 @@
md5name = "edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz";
}
{
- name = "source-serif-font-2.007R.tar.gz";
- url = "http://dev-www.libreoffice.org/src/source-serif-font-2.007R.tar.gz";
- sha256 = "10b2bbb357d52bf0f516d3e0ac0a09b5f7901470fbf649b69dad9ccc2d29f7cb";
+ name = "source-serif-pro-3.000R.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/source-serif-pro-3.000R.tar.gz";
+ sha256 = "826a2b784d5cdb4c2bbc7830eb62871528360a61a52689c102a101623f1928e3";
md5 = "";
- md5name = "10b2bbb357d52bf0f516d3e0ac0a09b5f7901470fbf649b69dad9ccc2d29f7cb-source-serif-font-2.007R.tar.gz";
+ md5name = "826a2b784d5cdb4c2bbc7830eb62871528360a61a52689c102a101623f1928e3-source-serif-pro-3.000R.tar.gz";
}
{
name = "EmojiOneColor-SVGinOT-1.3.tar.gz";
@@ -308,11 +308,11 @@
md5name = "0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac-libfreehand-0.1.2.tar.xz";
}
{
- name = "freetype-2.8.1.tar.bz2";
- url = "http://dev-www.libreoffice.org/src/freetype-2.8.1.tar.bz2";
- sha256 = "e5435f02e02d2b87bb8e4efdcaa14b1f78c9cf3ab1ed80f94b6382fb6acc7d78";
+ name = "freetype-2.9.1.tar.bz2";
+ url = "http://dev-www.libreoffice.org/src/freetype-2.9.1.tar.bz2";
+ sha256 = "db8d87ea720ea9d5edc5388fc7a0497bb11ba9fe972245e0f7f4c7e8b1e1e84d";
md5 = "";
- md5name = "e5435f02e02d2b87bb8e4efdcaa14b1f78c9cf3ab1ed80f94b6382fb6acc7d78-freetype-2.8.1.tar.bz2";
+ md5name = "db8d87ea720ea9d5edc5388fc7a0497bb11ba9fe972245e0f7f4c7e8b1e1e84d-freetype-2.9.1.tar.bz2";
}
{
name = "glm-0.9.4.6-libreoffice.zip";
@@ -329,18 +329,18 @@
md5name = "1b29fedb8bfad775e70eafac5b0590621683b2d9869db994568e6401f4034ceb-gpgme-1.9.0.tar.bz2";
}
{
- name = "graphite2-minimal-1.3.10.tgz";
- url = "http://dev-www.libreoffice.org/src/graphite2-minimal-1.3.10.tgz";
- sha256 = "aa5e58356cd084000609ebbd93fef456a1bc0ab9e46fea20e81552fb286232a9";
+ name = "graphite2-minimal-1.3.13.tgz";
+ url = "http://dev-www.libreoffice.org/src/graphite2-minimal-1.3.13.tgz";
+ sha256 = "d47d387161db7f7ebade1920aa7cbdc797e79772597d8b55e80b58d1071bcc36";
md5 = "";
- md5name = "aa5e58356cd084000609ebbd93fef456a1bc0ab9e46fea20e81552fb286232a9-graphite2-minimal-1.3.10.tgz";
+ md5name = "d47d387161db7f7ebade1920aa7cbdc797e79772597d8b55e80b58d1071bcc36-graphite2-minimal-1.3.13.tgz";
}
{
- name = "harfbuzz-1.8.4.tar.bz2";
- url = "http://dev-www.libreoffice.org/src/harfbuzz-1.8.4.tar.bz2";
- sha256 = "3c592f86fa0da69e2e0e98cae9f5d5b61def3bb7948aa00ca45748f27fa545fd";
+ name = "harfbuzz-2.3.1.tar.bz2";
+ url = "http://dev-www.libreoffice.org/src/harfbuzz-2.3.1.tar.bz2";
+ sha256 = "f205699d5b91374008d6f8e36c59e419ae2d9a7bb8c5d9f34041b9a5abcae468";
md5 = "";
- md5name = "3c592f86fa0da69e2e0e98cae9f5d5b61def3bb7948aa00ca45748f27fa545fd-harfbuzz-1.8.4.tar.bz2";
+ md5name = "f205699d5b91374008d6f8e36c59e419ae2d9a7bb8c5d9f34041b9a5abcae468-harfbuzz-2.3.1.tar.bz2";
}
{
name = "hsqldb_1_8_0.zip";
@@ -462,11 +462,11 @@
md5name = "b24890e2bb46e12e72a79f7e965f409f4e16466d00e1dd15d93d73ee6b592523-libjpeg-turbo-1.5.3.tar.gz";
}
{
- name = "language-subtag-registry-2018-04-23.tar.bz2";
- url = "http://dev-www.libreoffice.org/src/language-subtag-registry-2018-04-23.tar.bz2";
- sha256 = "14c21f4533ca74e3af9e09184d6756a750d0cd46099015ba8c595e48499aa878";
+ name = "language-subtag-registry-2019-04-03.tar.bz2";
+ url = "http://dev-www.libreoffice.org/src/language-subtag-registry-2019-04-03.tar.bz2";
+ sha256 = "a1d7fb901764bb8f251d4f686cdf565764f9987d0fb5d9315d54a7366a84822d";
md5 = "";
- md5name = "14c21f4533ca74e3af9e09184d6756a750d0cd46099015ba8c595e48499aa878-language-subtag-registry-2018-04-23.tar.bz2";
+ md5name = "a1d7fb901764bb8f251d4f686cdf565764f9987d0fb5d9315d54a7366a84822d-language-subtag-registry-2019-04-03.tar.bz2";
}
{
name = "JLanguageTool-1.7.0.tar.bz2";
@@ -539,11 +539,11 @@
md5name = "083daa92d8ee6f4af96a6143b12d7fc8fe1a547e14f862304f7281f8f7347483-ltm-1.0.zip";
}
{
- name = "xmlsec1-1.2.27.tar.gz";
- url = "http://dev-www.libreoffice.org/src/xmlsec1-1.2.27.tar.gz";
- sha256 = "97d756bad8e92588e6997d2227797eaa900d05e34a426829b149f65d87118eb6";
+ name = "xmlsec1-1.2.28.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/xmlsec1-1.2.28.tar.gz";
+ sha256 = "13eec4811ea30e3f0e16a734d1dbf7f9d246a71d540b48d143a07b489f6222d4";
md5 = "";
- md5name = "97d756bad8e92588e6997d2227797eaa900d05e34a426829b149f65d87118eb6-xmlsec1-1.2.27.tar.gz";
+ md5name = "13eec4811ea30e3f0e16a734d1dbf7f9d246a71d540b48d143a07b489f6222d4-xmlsec1-1.2.28.tar.gz";
}
{
name = "libxml2-2.9.9.tar.gz";
@@ -602,11 +602,11 @@
md5name = "ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba-libmspub-0.1.4.tar.xz";
}
{
- name = "libmwaw-0.3.14.tar.xz";
- url = "http://dev-www.libreoffice.org/src/libmwaw-0.3.14.tar.xz";
- sha256 = "aca8bf1ce55ed83adbea82c70d4c8bebe8139f334b3481bf5a6e407f91f33ce9";
+ name = "libmwaw-0.3.15.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libmwaw-0.3.15.tar.xz";
+ sha256 = "0440bb09f05e3419423d8dfa36ee847056ebfd837f9cbc091fdb5b057daab0b1";
md5 = "";
- md5name = "aca8bf1ce55ed83adbea82c70d4c8bebe8139f334b3481bf5a6e407f91f33ce9-libmwaw-0.3.14.tar.xz";
+ md5name = "0440bb09f05e3419423d8dfa36ee847056ebfd837f9cbc091fdb5b057daab0b1-libmwaw-0.3.15.tar.xz";
}
{
name = "mythes-1.2.4.tar.gz";
@@ -623,11 +623,11 @@
md5name = "db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca-neon-0.30.2.tar.gz";
}
{
- name = "nss-3.38-with-nspr-4.19.tar.gz";
- url = "http://dev-www.libreoffice.org/src/nss-3.38-with-nspr-4.19.tar.gz";
- sha256 = "f271ec73291fa3e4bd4b59109f8035cc3a192fc33886f40ed4f9ee4b31c746e9";
+ name = "nss-3.45-with-nspr-4.21.tar.gz";
+ url = "http://dev-www.libreoffice.org/src/nss-3.45-with-nspr-4.21.tar.gz";
+ sha256 = "fae11751100510d26f16a245f0db9a5b3d638ab28ce0bccd50d4314f7e526ba1";
md5 = "";
- md5name = "f271ec73291fa3e4bd4b59109f8035cc3a192fc33886f40ed4f9ee4b31c746e9-nss-3.38-with-nspr-4.19.tar.gz";
+ md5name = "fae11751100510d26f16a245f0db9a5b3d638ab28ce0bccd50d4314f7e526ba1-nss-3.45-with-nspr-4.21.tar.gz";
}
{
name = "libodfgen-0.1.6.tar.bz2";
@@ -686,11 +686,11 @@
md5name = "66adacd705a7d19895e08eac46d1e851332adf2e736c566bef1164e7a442519d-libpagemaker-0.0.4.tar.xz";
}
{
- name = "pdfium-3550.tar.bz2";
- url = "http://dev-www.libreoffice.org/src/pdfium-3550.tar.bz2";
- sha256 = "572460f7f9e2f86d022a9c6a82f1e2ded6c3c29ba352d4b9fac60b87e2159679";
+ name = "pdfium-3794.tar.bz2";
+ url = "http://dev-www.libreoffice.org/src/pdfium-3794.tar.bz2";
+ sha256 = "e3faddcf741336c64ca2e6f72b23e9e60979969b2cf67c878c9a5bc38328cfc4";
md5 = "";
- md5name = "572460f7f9e2f86d022a9c6a82f1e2ded6c3c29ba352d4b9fac60b87e2159679-pdfium-3550.tar.bz2";
+ md5name = "e3faddcf741336c64ca2e6f72b23e9e60979969b2cf67c878c9a5bc38328cfc4-pdfium-3794.tar.bz2";
}
{
name = "pixman-0.34.0.tar.gz";
@@ -700,11 +700,11 @@
md5name = "e80ebae4da01e77f68744319f01d52a3-pixman-0.34.0.tar.gz";
}
{
- name = "libpng-1.6.34.tar.xz";
- url = "http://dev-www.libreoffice.org/src/libpng-1.6.34.tar.xz";
- sha256 = "2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6";
+ name = "libpng-1.6.37.tar.xz";
+ url = "http://dev-www.libreoffice.org/src/libpng-1.6.37.tar.xz";
+ sha256 = "505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca";
md5 = "";
- md5name = "2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6-libpng-1.6.34.tar.xz";
+ md5name = "505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca-libpng-1.6.37.tar.xz";
}
{
name = "poppler-0.74.0.tar.xz";
diff --git a/pkgs/applications/office/libreoffice/still-primary-src.nix b/pkgs/applications/office/libreoffice/still-primary-src.nix
index 8049a664e13..07f30a5525d 100644
--- a/pkgs/applications/office/libreoffice/still-primary-src.nix
+++ b/pkgs/applications/office/libreoffice/still-primary-src.nix
@@ -2,8 +2,8 @@
rec {
major = "6";
- minor = "1";
- patch = "5";
+ minor = "2";
+ patch = "6";
tweak = "2";
subdir = "${major}.${minor}.${patch}";
@@ -12,6 +12,6 @@ rec {
src = fetchurl {
url = "https://download.documentfoundation.org/libreoffice/src/${subdir}/libreoffice-${version}.tar.xz";
- sha256 = "1wh8qhqkmb89nmfcb0w6iwpdzxwqr7c5kzxgpk4gy60xin6gwjgb";
+ sha256 = "1nzvdb6yq8bpybz7lrppr237cws6dajk3r9hc9qd0zi55kcddjpq";
};
}
diff --git a/pkgs/applications/office/libreoffice/still.nix b/pkgs/applications/office/libreoffice/still.nix
index efcc4407842..969325b0000 100644
--- a/pkgs/applications/office/libreoffice/still.nix
+++ b/pkgs/applications/office/libreoffice/still.nix
@@ -2,9 +2,9 @@
, IOCompress, zlib, libjpeg, expat, freetype, libwpd
, libxml2, db, sablotron, curl, fontconfig, libsndfile, neon
, bison, flex, zip, unzip, gtk3, gtk2, libmspack, getopt, file, cairo, which
-, icu, boost, jdk, ant, cups, xorg, libcmis
+, icu, boost, jdk, ant, cups, xorg, libcmis, fontforge
, openssl, gperf, cppunit, GConf, ORBit2, poppler, utillinux
-, librsvg, gnome_vfs, libGLU_combined, bsh, CoinMP, libwps, libabw
+, librsvg, gnome_vfs, libGLU_combined, bsh, CoinMP, libwps, libabw, mysql
, autoconf, automake, openldap, bash, hunspell, librdf_redland, nss, nspr
, libwpg, dbus-glib, qt4, clucene_core, libcdr, lcms, vigra
, unixODBC, mdds, sane-backends, mythes, libexttextcat, libvisio
@@ -48,14 +48,14 @@ let
translations = fetchSrc {
name = "translations";
- sha256 = "15fdni68b3kyl6115v0d24cl0dp1hdjhkx571w086lrpz0fk9mfi";
+ sha256 = "1l5v9bb7n9s6i24q4mdyqyp5v4f8iy0a9dmpgw649vngj1zxdxfh";
};
# TODO: dictionaries
help = fetchSrc {
name = "help";
- sha256 = "0bfjg14bnqlqwjcc3lkax0nfrhpm6nrqn7ycrmf4r3dzn10lgr64";
+ sha256 = "0h4jvdbvxvgy7w2bzf4k4knqbshlr4v2ic2jsaygy52530z9xifz";
};
};
@@ -66,7 +66,7 @@ in stdenv.mkDerivation rec {
# For some reason librdf_redland sometimes refers to rasqal.h instead
# of rasqal/rasqal.h
- NIX_CFLAGS_COMPILE = [ "-I${librdf_rasqal}/include/rasqal" ] ++ lib.optional stdenv.isx86_64 "-mno-fma";
+ NIX_CFLAGS_COMPILE = [ "-I${librdf_rasqal}/include/rasqal" ];
patches = [
./xdg-open-brief.patch
@@ -133,6 +133,9 @@ in stdenv.mkDerivation rec {
# https://nabble.documentfoundation.org/libreoffice-5-0-failure-in-CUT-libreofficekit-tiledrendering-td4150319.html
echo > ./sd/CppunitTest_sd_tiledrendering.mk
sed -e /CppunitTest_sd_tiledrendering/d -i sd/Module_sd.mk
+ # Pivot chart tests. Fragile.
+ sed -e '/CPPUNIT_TEST(testRoundtrip)/d' -i chart2/qa/extras/PivotChartTest.cxx
+ sed -e '/CPPUNIT_TEST(testPivotTableMedianODS)/d' -i sc/qa/unit/pivottable_filters_test.cxx
# one more fragile test?
sed -e '/CPPUNIT_TEST(testTdf96536);/d' -i sw/qa/extras/uiwriter/uiwriter.cxx
# this I actually hate, this should be a data consistency test!
@@ -141,6 +144,8 @@ in stdenv.mkDerivation rec {
sed -e '/CPPUNIT_ASSERT_EQUAL(11148L, pOleObj->GetLogicRect().getWidth());/d ' -i sc/qa/unit/subsequent_filters-test.cxx
# tilde expansion in path processing checks the existence of $HOME
sed -e 's@OString sSysPath("~/tmp");@& return ; @' -i sal/qa/osl/file/osl_File.cxx
+ # fails on systems using ZFS, see https://github.com/NixOS/nixpkgs/issues/19071
+ sed -e '/CPPUNIT_TEST(getSystemPathFromFileURL_005);/d' -i './sal/qa/osl/file/osl_File.cxx'
# rendering-dependent: on my computer the test table actually doesn't fit…
# interesting fact: test disabled on macOS by upstream
sed -re '/DECLARE_WW8EXPORT_TEST[(]testTableKeep, "tdf91083.odt"[)]/,+5d' -i ./sw/qa/extras/ww8export/ww8export.cxx
@@ -152,6 +157,7 @@ in stdenv.mkDerivation rec {
sed -e '/CPPUNIT_TEST(testCustomColumnWidthExportXLSX)/d' -i sc/qa/unit/subsequent_export-test.cxx
sed -e '/CPPUNIT_TEST(testColumnWidthExportFromODStoXLSX)/d' -i sc/qa/unit/subsequent_export-test.cxx
sed -e '/CPPUNIT_TEST(testChartImportXLS)/d' -i sc/qa/unit/subsequent_filters-test.cxx
+ sed -e '/CPPUNIT_TEST(testLegacyCellAnchoredRotatedShape)/d' -i sc/qa/unit/filters-test.cxx
sed -zre 's/DesktopLOKTest::testGetFontSubset[^{]*[{]/& return; /' -i desktop/qa/desktop_lib/test_desktop_lib.cxx
sed -z -r -e 's/DECLARE_OOXMLEXPORT_TEST[(]testFlipAndRotateCustomShape,[^)]*[)].[{]/& return;/' -i sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
sed -z -r -e 's/DECLARE_OOXMLEXPORT_TEST[(]tdf105490_negativeMargins,[^)]*[)].[{]/& return;/' -i sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
@@ -159,6 +165,77 @@ in stdenv.mkDerivation rec {
sed -z -r -e 's/DECLARE_RTFIMPORT_TEST[(]testTdf108947,[^)]*[)].[{]/& return;/' -i sw/qa/extras/rtfimport/rtfimport.cxx
# not sure about this fragile test
sed -z -r -e 's/DECLARE_OOXMLEXPORT_TEST[(]testTDF87348,[^)]*[)].[{]/& return;/' -i sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
+ # bunch of new Fresh failures. Sigh.
+ sed -e '/CPPUNIT_TEST(testDocumentLayout);/d' -i './sd/qa/unit/import-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testErrorBarDataRangeODS);/d' -i './chart2/qa/extras/chart2export.cxx'
+ sed -e '/CPPUNIT_TEST(testLabelStringODS);/d' -i './chart2/qa/extras/chart2export.cxx'
+ sed -e '/CPPUNIT_TEST(testAxisNumberFormatODS);/d' -i './chart2/qa/extras/chart2export.cxx'
+ sed -e '/CPPUNIT_TEST(testBackgroundImage);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testFdo84043);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf97630);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf80020);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf62176);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testTransparentBackground);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testEmbeddedPdf);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testEmbeddedText);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf98477);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testAuthorField);/d' -i './sd/qa/unit/export-tests-ooxml2.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf50499);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf100926);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testPageWithTransparentBackground);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testTextRotation);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf113818);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf119629);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf113822);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(test);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testConditionalFormatExportODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testProtectionKeyODS_UTF16LErtlSHA1);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testProtectionKeyODS_UTF8SHA1);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testProtectionKeyODS_UTF8SHA256ODF12);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testProtectionKeyODS_UTF8SHA256W3C);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testProtectionKeyODS_XL_SHA1);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testColorScaleExportODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testDataBarExportODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testNamedRangeBugfdo62729);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testRichTextExportODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testFormulaRefSheetNameODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testCellValuesExportODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testCellNoteExportODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testFormatExportODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testEmbeddedChartODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testCellAnchoredGroupXLS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testCeilingFloorODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testRelativePathsODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testSheetProtectionODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testSwappedOutImageExport);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testLinkedGraphicRT);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testImageWithSpecialID);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testAbsNamedRangeHTML);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testMoveCellAnchoredShapesODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testRefStringUnspecified);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testHeaderImageODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf88657ODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testExponentWithoutSignFormatXLSX);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testHiddenRepeatedRowsODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testHyperlinkTargetFrameODS);/d' -i './sc/qa/unit/subsequent_export-test.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf105739);/d' -i './sd/qa/unit/export-tests-ooxml2.cxx'
+ sed -e '/CPPUNIT_TEST(testPageBitmapWithTransparency);/d' -i './sd/qa/unit/export-tests-ooxml2.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf115005);/d' -i './sd/qa/unit/export-tests-ooxml2.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf115005_FallBack_Images_On);/d' -i './sd/qa/unit/export-tests-ooxml2.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf115005_FallBack_Images_Off);/d' -i './sd/qa/unit/export-tests-ooxml2.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf44774);/d' -i './sd/qa/unit/misc-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf38225);/d' -i './sd/qa/unit/misc-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testAuthorField);/d' -i './sd/qa/unit/export-tests-ooxml2.cxx'
+ sed -e '/CPPUNIT_TEST(testAuthorField);/d' -i './sd/qa/unit/export-tests.cxx'
+ sed -e '/CPPUNIT_TEST(testFdo85554);/d' -i './sw/qa/extras/uiwriter/uiwriter.cxx'
+ sed -e '/CPPUNIT_TEST(testEmbeddedDataSource);/d' -i './sw/qa/extras/uiwriter/uiwriter.cxx'
+ sed -e '/CPPUNIT_TEST(testTdf96479);/d' -i './sw/qa/extras/uiwriter/uiwriter.cxx'
+ sed -e '/CPPUNIT_TEST(testInconsistentBookmark);/d' -i './sw/qa/extras/uiwriter/uiwriter.cxx'
+ sed -e '/CPPUNIT_TEST(Import_Export_Import);/d' -i './sw/qa/extras/inc/swmodeltestbase.hxx'
+ sed -e "s/DECLARE_SW_ROUNDTRIP_TEST(\([_a-zA-Z0-9.]\+\)[, ].*, *\([_a-zA-Z0-9.]\+\))/class \\1: public \\2 { public: void verify() override; }; void \\1::verify() /" -i "sw/qa/extras/ooxmlexport/ooxmlexport9.cxx"
+ sed -e "s/DECLARE_SW_ROUNDTRIP_TEST(\([_a-zA-Z0-9.]\+\)[, ].*, *\([_a-zA-Z0-9.]\+\))/class \\1: public \\2 { public: void verify() override; }; void \\1::verify() /" -i "sw/qa/extras/ooxmlexport/ooxmlencryption.cxx"
+ sed -e "s/DECLARE_SW_ROUNDTRIP_TEST(\([_a-zA-Z0-9.]\+\)[, ].*, *\([_a-zA-Z0-9.]\+\))/class \\1: public \\2 { public: void verify() override; }; void \\1::verify() /" -i "sw/qa/extras/odfexport/odfexport.cxx"
+ sed -e "s/DECLARE_SW_ROUNDTRIP_TEST(\([_a-zA-Z0-9.]\+\)[, ].*, *\([_a-zA-Z0-9.]\+\))/class \\1: public \\2 { public: void verify() override; }; void \\1::verify() /" -i "sw/qa/extras/unowriter/unowriter.cxx"
''
# This to avoid using /lib:/usr/lib at linking
+ ''
@@ -183,7 +260,7 @@ in stdenv.mkDerivation rec {
mkdir -p "$out/share/gsettings-schemas/collected-for-libreoffice/glib-2.0/schemas/"
- for a in sbase scalc sdraw smath swriter simpress soffice unopkg; do
+ for a in sbase scalc sdraw smath swriter simpress soffice; do
ln -s $out/lib/libreoffice/program/$a $out/bin/$a
done
@@ -235,6 +312,7 @@ in stdenv.mkDerivation rec {
# We do tarball prefetching ourselves
"--disable-fetch-external"
+ "--enable-build-opensymbol"
# I imagine this helps. Copied from go-oo.
# Modified on every upgrade, though
@@ -269,24 +347,25 @@ in stdenv.mkDerivation rec {
make slowcheck
'';
+ nativeBuildInputs = [ wrapGAppsHook gdb fontforge autoconf automake bison pkgconfig libtool ];
+
buildInputs = with xorg;
- [ ant ArchiveZip autoconf automake bison boost cairo clucene_core
+ [ ant ArchiveZip boost cairo clucene_core
IOCompress cppunit cups curl db dbus-glib expat file flex fontconfig
freetype GConf getopt gnome_vfs gperf gtk3 gtk2
hunspell icu jdk lcms libcdr libexttextcat unixODBC libjpeg
libmspack librdf_redland librsvg libsndfile libvisio libwpd libwpg libX11
libXaw libXext libXi libXinerama libxml2 libxslt libXtst
libXdmcp libpthreadstubs libGLU_combined mythes gst_all_1.gstreamer
- gst_all_1.gst-plugins-base glib
- neon nspr nss openldap openssl ORBit2 pam perl pkgconfig poppler
+ gst_all_1.gst-plugins-base glib mysql.connector-c
+ neon nspr nss openldap openssl ORBit2 pam perl poppler
python3 sablotron sane-backends unzip vigra which zip zlib
- mdds bluez5 libcmis libwps libabw libzmf libtool
+ mdds bluez5 libcmis libwps libabw libzmf
libxshmfence libatomic_ops graphite2 harfbuzz gpgme utillinux
librevenge libe-book libmwaw glm glew ncurses epoxy
libodfgen CoinMP librdf_rasqal gnome3.adwaita-icon-theme gettext
]
++ lib.optional kdeIntegration kdelibs4;
- nativeBuildInputs = [ wrapGAppsHook gdb ];
passthru = {
inherit srcs jdk;
diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix
index 589f583e4e3..3c4434f0098 100644
--- a/pkgs/applications/office/mendeley/default.nix
+++ b/pkgs/applications/office/mendeley/default.nix
@@ -103,7 +103,7 @@ stdenv.mkDerivation {
propagatedUserEnvPkgs = [ gconf ];
- unpackPhase = "true";
+ dontUnpack = true;
installPhase = ''
dpkg-deb -x $src $out
@@ -131,7 +131,7 @@ stdenv.mkDerivation {
dontStrip = true;
dontPatchElf = true;
- updateScript = import ./update.nix { inherit stdenv writeScript runtimeShell; };
+ updateScript = import ./update.nix { inherit writeScript runtimeShell; };
meta = with stdenv.lib; {
homepage = https://www.mendeley.com;
diff --git a/pkgs/applications/office/mendeley/update.nix b/pkgs/applications/office/mendeley/update.nix
index c174e7dc668..56becea9959 100644
--- a/pkgs/applications/office/mendeley/update.nix
+++ b/pkgs/applications/office/mendeley/update.nix
@@ -1,4 +1,4 @@
-{ stdenv, writeScript, runtimeShell }:
+{ writeScript, runtimeShell }:
writeScript "update-mendeley" ''
#!${runtimeShell}
diff --git a/pkgs/applications/office/moneyplex/default.nix b/pkgs/applications/office/moneyplex/default.nix
index ad621303d7d..3e666b0f627 100644
--- a/pkgs/applications/office/moneyplex/default.nix
+++ b/pkgs/applications/office/moneyplex/default.nix
@@ -1,10 +1,10 @@
{ stdenv, fetchurl, patchelf, coreutils, pcsclite
-, zlib, glib, gdk_pixbuf, gtk2, cairo, pango, libX11, atk, openssl
+, zlib, glib, gdk-pixbuf, gtk2, cairo, pango, libX11, atk, openssl
, runtimeShell }:
let
libPath = stdenv.lib.makeLibraryPath [
- stdenv.cc.cc zlib glib gdk_pixbuf gtk2 cairo pango libX11 atk openssl
+ stdenv.cc.cc zlib glib gdk-pixbuf gtk2 cairo pango libX11 atk openssl
];
src_i686 = {
diff --git a/pkgs/applications/office/mytetra/default.nix b/pkgs/applications/office/mytetra/default.nix
index a7887357cd3..afe8ba2f917 100644
--- a/pkgs/applications/office/mytetra/default.nix
+++ b/pkgs/applications/office/mytetra/default.nix
@@ -1,8 +1,8 @@
-{ stdenv, fetchurl, qmake, qtsvg, makeWrapper, xdg_utils }:
+{ stdenv, mkDerivation, fetchurl, qmake, qtsvg, makeWrapper, xdg_utils }:
let
version = "1.44.55";
-in stdenv.mkDerivation rec {
+in mkDerivation rec {
name = "mytetra-${version}";
src = fetchurl {
url = "https://github.com/xintrea/mytetra_dev/archive/v.${version}.tar.gz";
diff --git a/pkgs/applications/office/notes-up/default.nix b/pkgs/applications/office/notes-up/default.nix
index b27b77e6e6d..f8729583ddc 100644
--- a/pkgs/applications/office/notes-up/default.nix
+++ b/pkgs/applications/office/notes-up/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "notes-up";
- version = "2.0.1";
+ version = "2.0.2";
src = fetchFromGitHub {
owner = "Philip-Scott";
repo = "Notes-up";
rev = version;
- sha256 = "14vnnr18v374daz8ag5gc2sqr3jxbwrj11mmfz8l57xi2mwhn53z";
+ sha256 = "0bklgp8qrrj9y5m77xqbpy1ld2d9ya3rlxklgzx3alffq5312i4s";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/office/paperless/default.nix b/pkgs/applications/office/paperless/default.nix
index 0b6ae285bc0..f1dd10e9420 100644
--- a/pkgs/applications/office/paperless/default.nix
+++ b/pkgs/applications/office/paperless/default.nix
@@ -5,11 +5,9 @@
, callPackage
, python3
-, file
, imagemagick7
, ghostscript
, optipng
-, poppler
, tesseract
, unpaper
}:
diff --git a/pkgs/applications/office/paperwork/default.nix b/pkgs/applications/office/paperwork/default.nix
index 401d3be3128..adbd4c30a39 100644
--- a/pkgs/applications/office/paperwork/default.nix
+++ b/pkgs/applications/office/paperwork/default.nix
@@ -1,4 +1,4 @@
-{ lib, python3Packages, fetchFromGitLab, gtk3, cairo
+{ lib, python3Packages, gtk3, cairo
, aspellDicts, buildEnv
, gnome3, hicolor-icon-theme, librsvg
, xvfb_run, dbus, libnotify
diff --git a/pkgs/applications/office/pinpoint/default.nix b/pkgs/applications/office/pinpoint/default.nix
index 680b3fd40d7..7e6da96db80 100644
--- a/pkgs/applications/office/pinpoint/default.nix
+++ b/pkgs/applications/office/pinpoint/default.nix
@@ -1,5 +1,5 @@
{ fetchurl, stdenv, pkgconfig, autoconf, automake, clutter, clutter-gst
-, gdk_pixbuf, cairo, clutter-gtk }:
+, gdk-pixbuf, cairo, clutter-gtk }:
stdenv.mkDerivation rec {
name = "pinpoint-${version}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1jp8chr9vjlpb5lybwp5cg6g90ak5jdzz9baiqkbg0anlg8ps82s";
};
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ autoconf automake clutter clutter-gst gdk_pixbuf
+ buildInputs = [ autoconf automake clutter clutter-gst gdk-pixbuf
cairo clutter-gtk ];
meta = with stdenv.lib; {
diff --git a/pkgs/applications/office/qownnotes/default.nix b/pkgs/applications/office/qownnotes/default.nix
index f73dc0168ef..ab32ebc67a7 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -1,22 +1,22 @@
-{ stdenv, fetchurl, qmake, qttools, qtbase, qtsvg, qttranslations, qtdeclarative, qtxmlpatterns, qtwayland, qtwebsockets }:
+{ mkDerivation, lib, fetchurl, qmake, qttools, qtbase, qtsvg, qtdeclarative, qtxmlpatterns, qtwayland, qtwebsockets, stdenv /* for isLinux */ }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "qownnotes";
- version = "19.5.7";
+ version = "19.8.6";
src = fetchurl {
url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
# Can grab official version like so:
# $ curl https://download.tuxfamily.org/qownnotes/src/qownnotes-19.1.8.tar.xz.sha256
- sha256 = "0dpzv1ww7a7bymgv1ljka5i0zaa1m4zii5ckl390vfpihqy766z3";
+ sha256 = "a242dd15dc484baad39e737fe1af8529411f49a0d74994e6c78cf6bad4b733b6";
};
nativeBuildInputs = [ qmake qttools ];
buildInputs = [
qtbase qtsvg qtdeclarative qtxmlpatterns qtwebsockets
- ] ++ stdenv.lib.optional stdenv.isLinux qtwayland;
+ ] ++ lib.optional stdenv.isLinux qtwayland;
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration";
homepage = https://www.qownnotes.org/;
diff --git a/pkgs/applications/office/scribus/unstable.nix b/pkgs/applications/office/scribus/unstable.nix
index 32758b462f7..2cd441794a4 100644
--- a/pkgs/applications/office/scribus/unstable.nix
+++ b/pkgs/applications/office/scribus/unstable.nix
@@ -1,34 +1,28 @@
-{ stdenv, fetchsvn, makeWrapper, pkgconfig, cmake, qtbase, cairo, pixman,
+{ stdenv, fetchurl, mkDerivation, pkgconfig, cmake, qtbase, cairo, pixman,
boost, cups, fontconfig, freetype, hunspell, libjpeg, libtiff, libxml2, lcms2,
podofo, poppler, poppler_data, python2, harfbuzz, qtimageformats, qttools }:
let
pythonEnv = python2.withPackages(ps: [ps.tkinter ps.pillow]);
- revision = "22806";
-in
-stdenv.mkDerivation rec {
- name = "scribus-unstable-${version}";
- version = "2019-01-16";
+in
+mkDerivation rec {
+ pname = "scribus";
+ version = "1.5.5";
- src = fetchsvn {
- url = "svn://scribus.net/trunk/Scribus";
- rev = revision;
- sha256 = "16xpsbp6kca78jf48n6zdmyjras38xr11paan839hgy4ik83ncn0";
+ src = fetchurl {
+ url = "mirror://sourceforge/${pname}/${pname}-devel/${pname}-${version}.tar.xz";
+ sha256 = "eQiyGmzoQyafWM7fX495GJMlfmIBzOX73ccNrKL+P3E=";
};
enableParallelBuilding = true;
+ nativeBuildInputs = [ pkgconfig cmake ];
buildInputs = [
- makeWrapper pkgconfig cmake qtbase cairo pixman boost cups fontconfig
+ qtbase cairo pixman boost cups fontconfig
freetype hunspell libjpeg libtiff libxml2 lcms2 podofo poppler
poppler_data pythonEnv harfbuzz qtimageformats qttools
];
- postFixup = ''
- wrapProgram $out/bin/scribus \
- --prefix QT_PLUGIN_PATH : "${qtbase}/${qtbase.qtPluginPrefix}"
- '';
-
meta = {
maintainers = [ stdenv.lib.maintainers.erictapen ];
platforms = stdenv.lib.platforms.linux;
diff --git a/pkgs/applications/office/skrooge/default.nix b/pkgs/applications/office/skrooge/default.nix
index eee6c7de4e5..ecd38627ac5 100644
--- a/pkgs/applications/office/skrooge/default.nix
+++ b/pkgs/applications/office/skrooge/default.nix
@@ -7,11 +7,11 @@
mkDerivation rec {
name = "skrooge-${version}";
- version = "2.19.1";
+ version = "2.20.0";
src = fetchurl {
url = "http://download.kde.org/stable/skrooge/${name}.tar.xz";
- sha256 = "04pajy540vwff1y84ndrnscvlggiwfkr6w65g4hpa75cg7m169ya";
+ sha256 = "0rakfngp7j2x7h1isg6lbc5kva6k1kg99dz0zl43dc28s15can1w";
};
nativeBuildInputs = [
diff --git a/pkgs/applications/office/spice-up/default.nix b/pkgs/applications/office/spice-up/default.nix
index a99ac7e44b7..2c3dfa82c8c 100644
--- a/pkgs/applications/office/spice-up/default.nix
+++ b/pkgs/applications/office/spice-up/default.nix
@@ -1,7 +1,7 @@
{ stdenv
, fetchFromGitHub
, cmake
-, gdk_pixbuf
+, gdk-pixbuf
, gtk3
, gettext
, ninja
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
buildInputs = [
pantheon.elementary-icon-theme
pantheon.granite
- gdk_pixbuf
+ gdk-pixbuf
gtk3
json-glib
libevdev
diff --git a/pkgs/applications/office/timetable/default.nix b/pkgs/applications/office/timetable/default.nix
new file mode 100644
index 00000000000..bbf252d2892
--- /dev/null
+++ b/pkgs/applications/office/timetable/default.nix
@@ -0,0 +1,57 @@
+{ stdenv
+, fetchFromGitHub
+, glib
+, gtk3
+, hicolor-icon-theme
+, json-glib
+, libgee
+, meson
+, ninja
+, pkgconfig
+, pantheon
+, python3
+, wrapGAppsHook
+}:
+
+
+stdenv.mkDerivation rec {
+ pname = "timetable";
+ version = "1.0.6";
+
+ src = fetchFromGitHub {
+ owner = "lainsce";
+ repo = pname;
+ rev = version;
+ sha256 = "080xgp917v6j40qxy0y1iycz01yylbcr8pahx6zd6mpi022ccfv0";
+ };
+
+ nativeBuildInputs = [
+ meson
+ ninja
+ pkgconfig
+ pantheon.vala
+ python3
+ wrapGAppsHook
+ ];
+
+ buildInputs = [
+ glib
+ gtk3
+ hicolor-icon-theme
+ json-glib
+ libgee
+ pantheon.granite
+ ];
+
+ postPatch = ''
+ chmod +x meson/post_install.py
+ patchShebangs meson/post_install.py
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Plot out your own timetable for the week and organize it";
+ homepage = "https://github.com/lainsce/timetable";
+ maintainers = [ maintainers.kjuvi ] ++ pantheon.maintainers;
+ license = licenses.gpl2Plus;
+ };
+}
diff --git a/pkgs/applications/office/timetrap/default.nix b/pkgs/applications/office/timetrap/default.nix
index efeb23b3e83..6d094ecb5dc 100644
--- a/pkgs/applications/office/timetrap/default.nix
+++ b/pkgs/applications/office/timetrap/default.nix
@@ -1,15 +1,17 @@
-{ lib, bundlerApp }:
+{ lib, bundlerApp, bundlerUpdateScript }:
bundlerApp {
pname = "timetrap";
gemdir = ./.;
exes = [ "t" "timetrap" ];
+ passthru.updateScript = bundlerUpdateScript "timetrap";
+
meta = with lib; {
description = "A simple command line time tracker written in ruby";
homepage = https://github.com/samg/timetrap;
license = licenses.mit;
- maintainers = with maintainers; [ jerith666 manveru ];
+ maintainers = with maintainers; [ jerith666 manveru nicknovitski ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/office/todoman/default.nix b/pkgs/applications/office/todoman/default.nix
index 3f4953fc12a..a69fb7a1c6c 100644
--- a/pkgs/applications/office/todoman/default.nix
+++ b/pkgs/applications/office/todoman/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, python3, glibcLocales, fetchpatch }:
+{ stdenv, python3, glibcLocales }:
let
inherit (python3.pkgs) buildPythonApplication fetchPypi;
diff --git a/pkgs/applications/office/treesheets/default.nix b/pkgs/applications/office/treesheets/default.nix
index d0a4953c426..951b61e43ef 100644
--- a/pkgs/applications/office/treesheets/default.nix
+++ b/pkgs/applications/office/treesheets/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "treesheets-${version}";
- version = "2018-08-18";
+ version = "1.0.1";
src = fetchFromGitHub {
owner = "aardappel";
repo = "treesheets";
- rev = "3af41d99c8f9f32603a36ab64af3560b6d61dd73";
- sha256 = "147y8ggh3clwjgsi15z8i4jnzlkh8p17mmlg532jym53zzbcva65";
+ rev = "v${version}";
+ sha256 = "0krsj7i5yr76imf83krz2lmlmpbsvpwqg2d4r0jwxiydjfyj4qr4";
};
buildInputs = [ wxGTK makeWrapper ];
diff --git a/pkgs/applications/office/trilium/default.nix b/pkgs/applications/office/trilium/default.nix
index 788f2ccf3d1..c1e2fdcc7df 100644
--- a/pkgs/applications/office/trilium/default.nix
+++ b/pkgs/applications/office/trilium/default.nix
@@ -13,11 +13,11 @@ let
in stdenv.mkDerivation rec {
name = "trilium-${version}";
- version = "0.32.4";
+ version = "0.33.6";
src = fetchurl {
url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
- sha256 = "05h5k5n63pmf6mmyfpw41xf6lzfd8dwdhy7r5fmhdxy2gpl3a817";
+ sha256 = "1sg6iqhpgyr8zr6w6dgs0ha0indb9vyp8vh2clj2fds5ahhlvf91";
};
# Fetch from source repo, no longer included in release.
diff --git a/pkgs/applications/office/tudu/default.nix b/pkgs/applications/office/tudu/default.nix
index dea3ea9731b..89a3d128796 100644
--- a/pkgs/applications/office/tudu/default.nix
+++ b/pkgs/applications/office/tudu/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "tudu-${version}";
- version = "0.10.2";
+ version = "0.10.3";
src = fetchurl {
url = "https://code.meskio.net/tudu/${name}.tar.gz";
- sha256 = "1xsncvd1c6v8y0dzc5mspy9rrwc89pabhz6r2lihsirk83h2rqym";
+ sha256 = "0140pw457cd05ysws998yhd3b087j98q8m0g3s4br942l65b8n2y";
};
buildInputs = [ ncurses ];
diff --git a/pkgs/applications/office/vnote/default.nix b/pkgs/applications/office/vnote/default.nix
index 0e6921accb3..fbb8436f44c 100644
--- a/pkgs/applications/office/vnote/default.nix
+++ b/pkgs/applications/office/vnote/default.nix
@@ -1,17 +1,9 @@
-{ stdenv, fetchFromGitHub, qmake, qtbase, qtwebengine, hicolor-icon-theme, makeDesktopItem }:
+{ lib, mkDerivation, fetchFromGitHub, qmake, qtbase, qtwebengine, hicolor-icon-theme }:
let
description = "A note-taking application that knows programmers and Markdown better";
- desktopItem = makeDesktopItem {
- name = "VNote";
- exec = "vnote";
- icon = "vnote";
- comment = description;
- desktopName = "VNote";
- categories = "Office";
- };
-in stdenv.mkDerivation rec {
- version = "2.6";
+in mkDerivation rec {
+ version = "2.7.2";
pname = "vnote";
src = fetchFromGitHub {
@@ -19,13 +11,13 @@ in stdenv.mkDerivation rec {
repo = "vnote";
fetchSubmodules = true;
rev = "v${version}";
- sha256 = "10lnzzwz7fjj55kbn3j6gdl9yi6a85mdjis586p3zcc4830mlv91";
+ sha256 = "0mk1ingcyznpwq4bfkxa8nx9yx5y3kgsmr4qffriq7bh1cx9dwjy";
};
nativeBuildInputs = [ qmake ];
buildInputs = [ qtbase qtwebengine hicolor-icon-theme ];
- meta = with stdenv.lib; {
+ meta = with lib; {
inherit description;
homepage = "https://tamlok.github.io/vnote";
license = licenses.mit;
diff --git a/pkgs/applications/office/watson/default.nix b/pkgs/applications/office/watson/default.nix
index e0f0c58b450..16df0b294c1 100644
--- a/pkgs/applications/office/watson/default.nix
+++ b/pkgs/applications/office/watson/default.nix
@@ -3,27 +3,19 @@
with pythonPackages;
buildPythonApplication rec {
- pname = "td-watson";
- version = "1.5.2";
+ pname = "watson";
+ version = "1.7.0";
src = fetchPypi {
- inherit version pname;
- sha256 = "6e03d44a9278807fe5245e9ed0943f13ffb88e11249a02655c84cb86260b27c8";
+ inherit version;
+ pname = "td-watson";
+ sha256 = "249313996751f32f38817d424cbf8d74956461df1439f0ee3a962fcc3c77225d";
};
- # uses tox, test invocation fails
- doCheck = true;
checkPhase = ''
- py.test -vs tests
+ pytest -vs tests
'';
- patches = [
- (fetchpatch {
- url = https://github.com/TailorDev/Watson/commit/f5760c71cbc22de4e12ede8f6f7257515a9064d3.patch;
- sha256 = "0s9h26915ilpbd0qhmvk77r3gmrsdrl5l7dqxj0l5q66fp0z6b0g";
- })
- ];
-
checkInputs = [ py pytest pytest-datafiles mock pytest-mock pytestrunner ];
propagatedBuildInputs = [ requests click arrow ];
@@ -31,6 +23,6 @@ buildPythonApplication rec {
homepage = https://tailordev.github.io/Watson/;
description = "A wonderful CLI to track your time!";
license = licenses.mit;
- maintainers = with maintainers; [ mguentner ] ;
+ maintainers = with maintainers; [ mguentner nathyong ] ;
};
}
diff --git a/pkgs/applications/office/zotero/default.nix b/pkgs/applications/office/zotero/default.nix
index 025b772d73b..f4c5e604ec4 100644
--- a/pkgs/applications/office/zotero/default.nix
+++ b/pkgs/applications/office/zotero/default.nix
@@ -7,7 +7,7 @@
, dbus
, fontconfig
, freetype
-, gdk_pixbuf
+, gdk-pixbuf
, glib
, glibc
, gtk3
@@ -29,20 +29,18 @@
, nspr
, nss
, pango
-, coreutils
-, gnused
, gsettings-desktop-schemas
}:
stdenv.mkDerivation rec {
name = "zotero-${version}";
- version = "5.0.66";
-
+ version = "5.0.73";
+
src = fetchurl {
url = "https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2";
- sha256 = "1dpcwpag95a4r46z03a3gqklis0q7nzqgjg34qfxxxb2lr7s1lsm";
+ sha256 = "0m2i3l0gy22h6c7rk39cd17vyksyz5l5py2fn9pza8lcbypkwf3l";
};
-
+
buildInputs= [ wrapGAppsHook gsettings-desktop-schemas gtk3 gnome3.adwaita-icon-theme gnome3.dconf ];
phases = [ "unpackPhase" "patchPhase" "installPhase" "fixupPhase" ];
@@ -60,7 +58,7 @@ stdenv.mkDerivation rec {
dbus
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
glibc
gtk3
diff --git a/pkgs/applications/radio/chirp/default.nix b/pkgs/applications/radio/chirp/default.nix
index 1c6d0478f76..aeadf49f898 100644
--- a/pkgs/applications/radio/chirp/default.nix
+++ b/pkgs/applications/radio/chirp/default.nix
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "chirp-daily";
- version = "20190511";
+ version = "20190718";
src = fetchurl {
url = "https://trac.chirp.danplanet.com/chirp_daily/daily-${version}/${pname}-${version}.tar.gz";
- sha256 = "1k5smkzkvbr4d8gbl1yczf2i5xrdkgk6i8pmwnlfghzcgy8n4jzj";
+ sha256 = "1zngdqqqrlm8qpv8dzinamhwq6rr8zcq7db3vb284wrq0jcvrry5";
};
nativeBuildInputs = [ makeWrapper ];
diff --git a/pkgs/applications/radio/dablin/default.nix b/pkgs/applications/radio/dablin/default.nix
new file mode 100644
index 00000000000..9b475b04511
--- /dev/null
+++ b/pkgs/applications/radio/dablin/default.nix
@@ -0,0 +1,28 @@
+{ stdenv, fetchFromGitHub, cmake, pkgconfig
+, mpg123, SDL2, gnome3, faad2, pcre
+} :
+
+stdenv.mkDerivation rec {
+ pname = "dablin";
+ version = "1.11.0";
+
+ src = fetchFromGitHub {
+ owner = "Opendigitalradio";
+ repo = "dablin";
+ rev = "${version}";
+ sha256 = "04ir7yg7psnnb48s1qfppvvx6lak4s8f6fqdg721y2kd9129jm82";
+ };
+
+ nativeBuildInputs = [ cmake pkgconfig ];
+
+ buildInputs = [ faad2 mpg123 SDL2 gnome3.gtkmm pcre ];
+
+ meta = with stdenv.lib; {
+ description = "Play DAB/DAB+ from ETI-NI aligned stream";
+ homepage = https://github.com/Opendigitalradio/dablin;
+ license = with licenses; [ gpl3 lgpl21 ];
+ platforms = platforms.linux;
+ maintainers = [ maintainers.markuskowa ];
+ };
+}
+
diff --git a/pkgs/applications/radio/dabtools/default.nix b/pkgs/applications/radio/dabtools/default.nix
new file mode 100644
index 00000000000..c9dbc59323e
--- /dev/null
+++ b/pkgs/applications/radio/dabtools/default.nix
@@ -0,0 +1,27 @@
+{ stdenv, fetchFromGitHub, cmake, pkgconfig
+, libusb1, rtl-sdr, fftw
+} :
+
+stdenv.mkDerivation rec {
+ pname = "dabtools";
+ version = "20180405";
+
+ src = fetchFromGitHub {
+ owner = "Opendigitalradio";
+ repo = "dabtools";
+ rev = "8b0b2258b02020d314efd4d0d33a56c8097de0d1";
+ sha256 = "18nkdybgg2w6zh56g6xwmg49sifalvraz4rynw8w5d8cqi3dm9sm";
+ };
+
+ nativeBuildInputs = [ cmake pkgconfig ];
+ buildInputs = [ rtl-sdr fftw libusb1 ];
+
+ meta = with stdenv.lib; {
+ description = "Commandline tools for DAB and DAB+ digital radio broadcasts";
+ homepage = "https://github.com/Opendigitalradio/dabtools";
+ license = licenses.gpl3Plus;
+ platforms = platforms.linux;
+ maintainers = [ maintainers.markuskowa ];
+ };
+}
+
diff --git a/pkgs/applications/radio/fldigi/default.nix b/pkgs/applications/radio/fldigi/default.nix
index 8472e7f5c53..bc297b791f6 100644
--- a/pkgs/applications/radio/fldigi/default.nix
+++ b/pkgs/applications/radio/fldigi/default.nix
@@ -2,12 +2,12 @@
libsamplerate, libpulseaudio, libXinerama, gettext, pkgconfig, alsaLib }:
stdenv.mkDerivation rec {
- version = "4.1.03";
+ version = "4.1.08";
pname = "fldigi";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
- sha256 = "1d3m4xj237z89y691kmzh8ghwcznwjnp7av9ndzlkl1as1641n9p";
+ sha256 = "0jbk03w0wfvd9lxh1wdazim9gwxm1lkhc5xzi3h8ag7h9zx58jq0";
};
buildInputs = [ libXinerama gettext hamlib fltk13 libjpeg libpng portaudio
diff --git a/pkgs/applications/radio/flmsg/default.nix b/pkgs/applications/radio/flmsg/default.nix
index 87674e6084b..ae602b752e0 100644
--- a/pkgs/applications/radio/flmsg/default.nix
+++ b/pkgs/applications/radio/flmsg/default.nix
@@ -6,12 +6,12 @@
}:
stdenv.mkDerivation rec {
- version = "4.0.8.04";
+ version = "4.0.10";
pname = "flmsg";
src = fetchurl {
url = "mirror://sourceforge/fldigi/${pname}-${version}.tar.gz";
- sha256 = "09wazaa18zfsl4pscpzjqzj9wi4kdi6325rhaf5rl3668nlig4sm";
+ sha256 = "1vprax1w5wm3v2i4d0mbakrxp7v53m2bm8icsvaji06ixskq7cxf";
};
buildInputs = [
diff --git a/pkgs/applications/radio/flrig/default.nix b/pkgs/applications/radio/flrig/default.nix
index 7489cc53109..5bb561f1426 100644
--- a/pkgs/applications/radio/flrig/default.nix
+++ b/pkgs/applications/radio/flrig/default.nix
@@ -6,12 +6,12 @@
}:
stdenv.mkDerivation rec {
- version = "1.3.44";
+ version = "1.3.47";
pname = "flrig";
src = fetchurl {
url = "mirror://sourceforge/fldigi/${pname}-${version}.tar.gz";
- sha256 = "0y05qhjmqydh0lripb44jjkcchxzr8bfn1r2k3m48wb4aij607yj";
+ sha256 = "1xih3ik5dssa40lx48228pcrds8r7xmd8rmk2fcr1mw6apw6q141";
};
buildInputs = [
diff --git a/pkgs/applications/radio/gnss-sdr/default.nix b/pkgs/applications/radio/gnss-sdr/default.nix
index 6cbdea8c686..747015d80ee 100644
--- a/pkgs/applications/radio/gnss-sdr/default.nix
+++ b/pkgs/applications/radio/gnss-sdr/default.nix
@@ -5,23 +5,28 @@
, glog
, gmock
, openssl
-, google-gflags
+, gflags
, gnuradio
, orc
, pkgconfig
, pythonPackages
, uhd
+, log4cpp
+, openblas
+, matio
+, pugixml
+, protobuf
}:
stdenv.mkDerivation rec {
name = "gnss-sdr-${version}";
- version = "0.0.9";
+ version = "0.0.11";
src = fetchFromGitHub {
owner = "gnss-sdr";
repo = "gnss-sdr";
rev = "v${version}";
- sha256 = "0gis932ly3vk7d5qvznffp54pkmbw3m6v60mxjfdj5dd3r7vf975";
+ sha256 = "0ajj0wx68yyzigppxxa1wag3hzkrjj8dqq8k28rj0jhp8a6bw2q7";
};
buildInputs = [
@@ -31,7 +36,7 @@ stdenv.mkDerivation rec {
glog
gmock
openssl.dev
- google-gflags
+ gflags
gnuradio
orc
pkgconfig
@@ -40,12 +45,17 @@ stdenv.mkDerivation rec {
# UHD support is optional, but gnuradio is built with it, so there's
# nothing to be gained by leaving it out.
uhd
+ log4cpp
+ openblas
+ matio
+ pugixml
+ protobuf
];
enableParallelBuilding = true;
cmakeFlags = [
- "-DGFlags_ROOT_DIR=${google-gflags}/lib"
+ "-DGFlags_ROOT_DIR=${gflags}/lib"
"-DGLOG_INCLUDE_DIR=${glog}/include"
"-DENABLE_UNIT_TESTING=OFF"
@@ -53,6 +63,8 @@ stdenv.mkDerivation rec {
# armadillo is built using both, so skip checking for them.
"-DBLAS=YES"
"-DLAPACK=YES"
+ "-DBLAS_LIBRARIES=-lopenblas"
+ "-DLAPACK_LIBRARIES=-lopenblas"
# Similarly, it doesn't actually use gfortran despite checking for
# its presence.
diff --git a/pkgs/applications/radio/gqrx/default.nix b/pkgs/applications/radio/gqrx/default.nix
index 1258dd32b9f..cd5f8b0db9e 100644
--- a/pkgs/applications/radio/gqrx/default.nix
+++ b/pkgs/applications/radio/gqrx/default.nix
@@ -1,4 +1,5 @@
{ stdenv, fetchFromGitHub, cmake, qtbase, qtsvg, gnuradio, boost, gr-osmosdr
+, mkDerivation
# drivers (optional):
, rtl-sdr, hackrf
, pulseaudioSupport ? true, libpulseaudio
@@ -6,7 +7,7 @@
assert pulseaudioSupport -> libpulseaudio != null;
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "gqrx-${version}";
version = "2.11.5";
diff --git a/pkgs/applications/radio/multimon-ng/default.nix b/pkgs/applications/radio/multimon-ng/default.nix
index b58872975ae..13755b88c65 100644
--- a/pkgs/applications/radio/multimon-ng/default.nix
+++ b/pkgs/applications/radio/multimon-ng/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, qt4, qmake4Hook, libpulseaudio }:
let
- version = "1.1.7";
+ version = "1.1.8";
in
stdenv.mkDerivation {
name = "multimon-ng-${version}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
owner = "EliasOenal";
repo = "multimon-ng";
rev = "${version}";
- sha256 = "11wfk8jw86z44y0ji4jr4s8ig3zwxp6g9h3sl81pvk6l3ipqqbgi";
+ sha256 = "1973xfyvzl1viz19zr83cgqlx5laxbjrca35rqabn6dlb6xb5xk8";
};
buildInputs = [ qt4 libpulseaudio ];
diff --git a/pkgs/applications/radio/rtl-sdr/default.nix b/pkgs/applications/radio/rtl-sdr/default.nix
index aedc847ee69..a4d5b2cad1e 100644
--- a/pkgs/applications/radio/rtl-sdr/default.nix
+++ b/pkgs/applications/radio/rtl-sdr/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchpatch, fetchgit, cmake, pkgconfig, libusb1 }:
+{ stdenv, fetchgit, cmake, pkgconfig, libusb1 }:
stdenv.mkDerivation rec {
name = "rtl-sdr-${version}";
diff --git a/pkgs/applications/radio/sdrangel/default.nix b/pkgs/applications/radio/sdrangel/default.nix
new file mode 100644
index 00000000000..63e36fc9143
--- /dev/null
+++ b/pkgs/applications/radio/sdrangel/default.nix
@@ -0,0 +1,74 @@
+{
+boost,
+cm256cc,
+cmake,
+codec2,
+fetchFromGitHub,
+fftwFloat,
+glew,
+lib,
+libav,
+libiio,
+libopus,
+libpulseaudio,
+libusb,
+limesuite,
+mkDerivation,
+ocl-icd,
+opencv3,
+pkgconfig,
+qtbase,
+qtmultimedia,
+qtwebsockets,
+serialdv
+}:
+
+let
+
+ codec2' = codec2.overrideAttrs (old: {
+ src = fetchFromGitHub {
+ owner = "drowe67";
+ repo = "codec2";
+ rev = "567346818c0d4d697773cf66d925fdb031e15668";
+ sha256 = "0ngqlh2cw5grx2lg7xj8baz6p55gfhq4caggxkb4pxlg817pwbpa";
+ };
+ });
+
+in mkDerivation rec {
+ pname = "sdrangel";
+ version = "4.11.7";
+
+ src = fetchFromGitHub {
+ owner = "f4exb";
+ repo = "sdrangel";
+ rev = "v${version}";
+ sha256 = "0zbx0gklylk8npb3wnnmqpam0pdxl40f20i3wzwwh4gqrppxywzx";
+ fetchSubmodules = false;
+ };
+
+ nativeBuildInputs = [ cmake pkgconfig ];
+ buildInputs = [
+ glew opencv3 libusb boost libopus limesuite libav libiio libpulseaudio
+ qtbase qtwebsockets qtmultimedia
+ fftwFloat
+ codec2' cm256cc serialdv
+ ];
+ cmakeFlags = [
+ "-DLIBSERIALDV_INCLUDE_DIR:PATH=${serialdv}/include/serialdv"
+ "-DLIMESUITE_INCLUDE_DIR:PATH=${limesuite}/include"
+ "-DLIMESUITE_LIBRARY:FILEPATH=${limesuite}/lib/libLimeSuite.so"
+ ];
+
+ LD_LIBRARY_PATH = "${ocl-icd}/lib";
+
+ meta = with lib; {
+ description = "Software defined radio (SDR) software";
+ longDescription = ''
+ SDRangel is an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
+ '';
+ homepage = "https://github.com/f4exb/sdrangel";
+ license = licenses.gpl3Plus;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ alkeryn ];
+ };
+}
diff --git a/pkgs/applications/radio/soapyuhd/default.nix b/pkgs/applications/radio/soapyuhd/default.nix
index f7c0f27160d..6ed88e0431e 100644
--- a/pkgs/applications/radio/soapyuhd/default.nix
+++ b/pkgs/applications/radio/soapyuhd/default.nix
@@ -3,7 +3,7 @@
} :
let
- version = "0.3.5";
+ version = "0.3.6";
in stdenv.mkDerivation {
name = "soapyuhd-${version}";
@@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "pothosware";
repo = "SoapyUHD";
rev = "soapy-uhd-${version}";
- sha256 = "07cr4zk42d0l5g03wm7dzl5lmqr104hmzp1fdjqa1z7xq4v9c9b1";
+ sha256 = "11kp5iv21k8lqwjjydzqmcxdgpm6yicw6d3jhzvcvwcavd41crs7";
};
nativeBuildInputs = [ cmake pkgconfig ];
diff --git a/pkgs/applications/radio/urh/default.nix b/pkgs/applications/radio/urh/default.nix
index 11a132ba06f..a1b92e7e4e1 100644
--- a/pkgs/applications/radio/urh/default.nix
+++ b/pkgs/applications/radio/urh/default.nix
@@ -1,25 +1,28 @@
-{ stdenv, fetchFromGitHub, python3Packages
-, hackrf, rtl-sdr, airspy, limesuite }:
+{ stdenv, lib, fetchFromGitHub, python3Packages
+, hackrf, rtl-sdr, airspy, limesuite, libiio
+, USRPSupport ? false, uhd }:
python3Packages.buildPythonApplication rec {
pname = "urh";
- version = "2.7.0";
+ version = "2.7.3";
src = fetchFromGitHub {
owner = "jopohl";
repo = pname;
rev = "v${version}";
- sha256 = "0yxv38p8a2srk9c55jj96vcib6m6pb6m485ysfg2ilwjzipx2ab0";
+ sha256 = "1jrrj9c4ddm37m8j0g693xjimpnlvx7lan5kxish5p14xpwdak35";
};
- buildInputs = [ hackrf rtl-sdr airspy limesuite ];
+ buildInputs = [ hackrf rtl-sdr airspy limesuite libiio ]
+ ++ lib.optional USRPSupport uhd;
+
propagatedBuildInputs = with python3Packages; [
- pyqt5 numpy psutil cython pyzmq
+ pyqt5 numpy psutil cython pyzmq pyaudio
];
doCheck = false;
- meta = with stdenv.lib; {
+ meta = with lib; {
homepage = "https://github.com/jopohl/urh";
description = "Universal Radio Hacker: investigate wireless protocols like a boss";
license = licenses.gpl3;
diff --git a/pkgs/applications/radio/wsjtx/default.nix b/pkgs/applications/radio/wsjtx/default.nix
index 6e287b571d7..36d3f14818f 100644
--- a/pkgs/applications/radio/wsjtx/default.nix
+++ b/pkgs/applications/radio/wsjtx/default.nix
@@ -1,22 +1,22 @@
{ stdenv, fetchurl, asciidoc, asciidoctor, autoconf, automake, cmake,
- docbook_xsl, fftw, fftwFloat, gfortran, libtool, qtbase,
- qtmultimedia, qtserialport, texinfo, libusb1 }:
+ docbook_xsl, fftw, fftwFloat, gfortran, libtool, libusb1, qtbase,
+ qtmultimedia, qtserialport, qttools, texinfo, wrapQtAppsHook }:
stdenv.mkDerivation rec {
- name = "wsjtx-${version}";
- version = "2.0.1";
+ pname = "wsjtx";
+ version = "2.1.0";
# This is a "superbuild" tarball containing both wsjtx and a hamlib fork
src = fetchurl {
url = "http://physics.princeton.edu/pulsar/k1jt/wsjtx-${version}.tgz";
- sha256 = "1kd0w57i9d9srbbfacza491vah8wa8100zjzzwqwdv70yy9qzw8q";
+ sha256 = "04flhyfw0djnnbrzh3f5lx06bnn92khchz3bmswk8if8n8j58v4y";
};
# Hamlib builds with autotools, wsjtx builds with cmake
# Omitting pkgconfig because it causes issues locating the built hamlib
nativeBuildInputs = [
asciidoc asciidoctor autoconf automake cmake docbook_xsl gfortran libtool
- texinfo
+ qttools texinfo wrapQtAppsHook
];
buildInputs = [ fftw fftwFloat libusb1 qtbase qtmultimedia qtserialport ];
@@ -29,16 +29,16 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Weak-signal digital communication modes for amateur radio";
longDescription = ''
- WSJT-X implements communication protocols or "modes" called FT8, JT4, JT9,
- JT65, QRA64, ISCAT, MSK144, and WSPR, as well as one called Echo for
+ WSJT-X implements communication protocols or "modes" called FT4, FT8, JT4,
+ JT9, JT65, QRA64, ISCAT, MSK144, and WSPR, as well as one called Echo for
detecting and measuring your own radio signals reflected from the Moon.
These modes were all designed for making reliable, confirmed ham radio
contacts under extreme weak-signal conditions.
'';
- homepage = http://physics.princeton.edu/pulsar/k1jt/wsjtx.html;
+ homepage = "https://physics.princeton.edu/pulsar/k1jt/wsjtx.html";
# Older licenses are for the statically-linked hamlib
license = with licenses; [ gpl3Plus gpl2Plus lgpl21Plus ];
platforms = platforms.linux;
- maintainers = [ maintainers.lasandell ];
+ maintainers = with maintainers; [ lasandell ];
};
}
diff --git a/pkgs/applications/radio/wsjtx/wsjtx.patch b/pkgs/applications/radio/wsjtx/wsjtx.patch
index e92b420e58a..fd7c40fdc13 100644
--- a/pkgs/applications/radio/wsjtx/wsjtx.patch
+++ b/pkgs/applications/radio/wsjtx/wsjtx.patch
@@ -2,11 +2,12 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e7e816b..e7dbb14a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -860,6 +860,7 @@ find_package (Qt5Widgets 5 REQUIRED)
- find_package (Qt5Multimedia 5 REQUIRED)
- find_package (Qt5PrintSupport 5 REQUIRED)
- find_package (Qt5Sql 5 REQUIRED)
-+find_package (Qt5SerialPort 5 REQUIRED)
+@@ -885,6 +885,6 @@
+ #
+
+ # Widgets finds its own dependencies.
+-find_package (Qt5 COMPONENTS Widgets Multimedia PrintSupport Sql LinguistTools REQUIRED)
++find_package (Qt5 COMPONENTS Widgets Multimedia PrintSupport Sql LinguistTools SerialPort REQUIRED)
if (WIN32)
add_definitions (-DQT_NEEDS_QTMAIN)
diff --git a/pkgs/applications/science/astronomy/gildas/default.nix b/pkgs/applications/science/astronomy/gildas/default.nix
index e5a9fca3337..9f65c63f7a6 100644
--- a/pkgs/applications/science/astronomy/gildas/default.nix
+++ b/pkgs/applications/science/astronomy/gildas/default.nix
@@ -7,8 +7,8 @@ let
in
stdenv.mkDerivation rec {
- srcVersion = "jun19b";
- version = "20190601_b";
+ srcVersion = "jul19a";
+ version = "20190701_a";
name = "gildas-${version}";
src = fetchurl {
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
# source code of the previous release to a different directory
urls = [ "http://www.iram.fr/~gildas/dist/gildas-src-${srcVersion}.tar.xz"
"http://www.iram.fr/~gildas/dist/archive/gildas/gildas-src-${srcVersion}.tar.xz" ];
- sha256 = "363d191afdb1fda12ec19d6b9c3ab4189e7c3b036e78f7359d17671d846118ce";
+ sha256 = "97eaa0d0a0f53f0616462642a9bfaddb0305a8a0948e60531d8a524a13a370b6";
};
enableParallelBuilding = true;
diff --git a/pkgs/applications/science/astronomy/openspace/default.nix b/pkgs/applications/science/astronomy/openspace/default.nix
index ee3a71cf181..dc7c7c920a1 100644
--- a/pkgs/applications/science/astronomy/openspace/default.nix
+++ b/pkgs/applications/science/astronomy/openspace/default.nix
@@ -5,7 +5,7 @@
stdenv.mkDerivation rec {
version = "0.11.1";
name = "openspace-${version}";
-
+
src = fetchFromGitHub {
owner = "OpenSpace";
repo = "OpenSpace";
@@ -13,37 +13,37 @@ stdenv.mkDerivation rec {
sha256 = "0msqixf30r0d41xmfmzkdfw6w9jkx2ph5clq8xiwrg1jc3z9q7nv";
fetchSubmodules = true;
};
-
+
buildInputs = [
makeWrapper cmake
curl boost gdal glew soil
libX11 libXi libXxf86vm libXcursor libXrandr libXinerama
];
-
+
glmPlatformH = fetchurl {
url = "https://raw.githubusercontent.com/g-truc/glm/dd48b56e44d699a022c69155c8672caacafd9e8a/glm/simd/platform.h";
sha256 = "0y91hlbgn5va7ijg5mz823gqkq9hqxl00lwmdwnf8q2g086rplzw";
};
-
+
# See
prePatch = ''
cp ${glmPlatformH} ext/sgct/include/glm/simd/platform.h
cp ${glmPlatformH} ext/ghoul/ext/glm/glm/simd/platform.h
'';
-
+
patches = [
# See
./vrpn.patch
-
+
./constexpr.patch
./config.patch
# WARNING: This patch disables some slow torrents in a very dirty way.
- ./assets.patch
+ ./assets.patch
];
-
+
bundle = "$out/usr/share/openspace";
-
+
preConfigure = ''
cmakeFlagsArray=(
$cmakeFlagsArray
@@ -51,28 +51,28 @@ stdenv.mkDerivation rec {
"-DCMAKE_INSTALL_PREFIX=${bundle}"
)
'';
-
+
preInstall = ''
mkdir -p $out/bin
mkdir -p ${bundle}
'';
-
+
postInstall = ''
cp ext/spice/libSpice.so ${bundle}/lib
cp ext/ghoul/ext/lua/libLua.so ${bundle}/lib
'';
-
+
postFixup = ''
for bin in ${bundle}/bin/*
do
rpath=$(patchelf --print-rpath $bin)
patchelf --set-rpath $rpath:${bundle}/lib $bin
-
+
name=$(basename $bin)
makeWrapper $bin $out/bin/$name --run "cd ${bundle}"
done
'';
-
+
meta = {
description = "Open-source astrovisualization project";
longDescription = ''
@@ -85,5 +85,6 @@ stdenv.mkDerivation rec {
homepage = https://www.openspaceproject.com/;
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
+ broken = true; # fails to build
};
}
diff --git a/pkgs/applications/science/astronomy/stellarium/default.nix b/pkgs/applications/science/astronomy/stellarium/default.nix
index fb796341616..e3c66199f11 100644
--- a/pkgs/applications/science/astronomy/stellarium/default.nix
+++ b/pkgs/applications/science/astronomy/stellarium/default.nix
@@ -1,32 +1,27 @@
{ mkDerivation, lib, fetchFromGitHub
, cmake, freetype, libpng, libGLU_combined, openssl, perl, libiconv
, qtscript, qtserialport, qttools
-, qtmultimedia, qtlocation, makeWrapper, qtbase
+, qtmultimedia, qtlocation, qtbase, wrapQtAppsHook
}:
mkDerivation rec {
name = "stellarium-${version}";
- version = "0.19.0";
+ version = "0.19.1";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
- sha256 = "1x9s9v9ann93nyqd8n8adwhx66xgq5vp0liyzl1h1ji6qk8jla3c";
+ sha256 = "0hf1wv2bb5j7ny2xh29mj9m4hjblhn02zylay8gl85w7xlqs7s5r";
};
- nativeBuildInputs = [ cmake perl ];
+ nativeBuildInputs = [ cmake perl wrapQtAppsHook ];
buildInputs = [
freetype libpng libGLU_combined openssl libiconv qtscript qtserialport qttools
- qtmultimedia qtlocation qtbase makeWrapper
+ qtmultimedia qtlocation qtbase
];
- postInstall = ''
- wrapProgram $out/bin/stellarium \
- --prefix QT_PLUGIN_PATH : "${qtbase}/lib/qt-5.${lib.versions.minor qtbase.version}/plugins"
- '';
-
meta = with lib; {
description = "Free open-source planetarium";
homepage = http://stellarium.org/;
diff --git a/pkgs/applications/science/biology/bedtools/default.nix b/pkgs/applications/science/biology/bedtools/default.nix
index 406f42e9ad7..2cdd7fda38e 100644
--- a/pkgs/applications/science/biology/bedtools/default.nix
+++ b/pkgs/applications/science/biology/bedtools/default.nix
@@ -1,17 +1,17 @@
-{stdenv, fetchFromGitHub, zlib, python}:
+{stdenv, fetchFromGitHub, zlib, python, bzip2, lzma}:
stdenv.mkDerivation rec {
name = "bedtools-${version}";
- version = "2.27.1";
+ version = "2.28.0";
src = fetchFromGitHub {
owner = "arq5x";
repo = "bedtools2";
rev = "v${version}";
- sha256 = "1pk68y052rm2m24yfmy82ms8p6kd6xcqxxgi7n0a1sbh89wllm6s";
+ sha256 = "1266bcn5hgbvysfi6nr4cqxlbxcx7vn7ng8kb0v3gz37qh2zxxw9";
};
- buildInputs = [ zlib python ];
+ buildInputs = [ zlib python bzip2 lzma ];
cc = if stdenv.cc.isClang then "clang++" else "g++";
buildPhase = "make prefix=$out SHELL=${stdenv.shell} CXX=${cc} -j $NIX_BUILD_CORES";
installPhase = "make prefix=$out SHELL=${stdenv.shell} CXX=${cc} install";
diff --git a/pkgs/applications/science/biology/dcm2niix/default.nix b/pkgs/applications/science/biology/dcm2niix/default.nix
index 781ceb3df59..0e2b5d8b25f 100644
--- a/pkgs/applications/science/biology/dcm2niix/default.nix
+++ b/pkgs/applications/science/biology/dcm2niix/default.nix
@@ -2,21 +2,22 @@
, fetchFromGitHub
, cmake
, libyamlcpp
+, git
}:
stdenv.mkDerivation rec {
- version = "1.0.20170130";
+ version = "1.0.20190410";
name = "dcm2niix-${version}";
src = fetchFromGitHub {
owner = "rordenlab";
repo = "dcm2niix";
rev = "v${version}";
- sha256 = "1f2nzd8flp1rfn725bi64z7aw3ccxyyygzarxijw6pvgl476i532";
+ sha256 = "1prwpvbi76xlpkhc4kadjhyyx0s71cs30hi6anknhfm6hdyd26ms";
};
enableParallelBuilding = true;
- nativeBuildInputs = [ cmake ];
+ nativeBuildInputs = [ cmake git ];
buildInputs = [ libyamlcpp ];
meta = with stdenv.lib; {
diff --git a/pkgs/applications/science/biology/est-sfs/default.nix b/pkgs/applications/science/biology/est-sfs/default.nix
new file mode 100644
index 00000000000..dcc72523355
--- /dev/null
+++ b/pkgs/applications/science/biology/est-sfs/default.nix
@@ -0,0 +1,28 @@
+{ stdenv, fetchurl, gsl }:
+
+stdenv.mkDerivation rec {
+ pname = "est-sfs";
+ version = "2.03";
+
+ src = fetchurl {
+ url = "mirror://sourceforge/est-usfs/${pname}-release-${version}.tar.gz";
+ sha256 = "1hvamrgagz0xi89w8qafyd9mjrdpyika8zm22drddnjkp4sdj65n";
+ };
+
+ buildInputs = [ gsl ];
+
+ installPhase = ''
+ mkdir -p $out/bin
+ mkdir -p $out/share/doc/${pname}
+ cp est-sfs $out/bin
+ cp est-sfs-documentation.pdf $out/share/doc/${pname}
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://sourceforge.net/projects/est-usfs;
+ description = "Estimate the unfolded site frequency spectrum and ancestral states";
+ license = licenses.gpl3;
+ maintainers = [ maintainers.bzizou ];
+ platforms = platforms.all;
+ };
+}
diff --git a/pkgs/applications/science/biology/hisat2/default.nix b/pkgs/applications/science/biology/hisat2/default.nix
index 9ccf54a8113..9d41fed0691 100644
--- a/pkgs/applications/science/biology/hisat2/default.nix
+++ b/pkgs/applications/science/biology/hisat2/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, unzip, which, python}:
+{stdenv, fetchurl, unzip, which, python, perl}:
stdenv.mkDerivation rec {
name = "hisat2-${version}";
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "10g73sdf6vqqfhhd92hliw7bbpkb8v4pp5012r5l21zws7p7d8l9";
};
- buildInputs = [ unzip which python ];
+ nativeBuildInputs = [ unzip which ];
+ buildInputs = [ python perl ];
installPhase = ''
mkdir -p $out/bin
diff --git a/pkgs/applications/science/biology/itsx/default.nix b/pkgs/applications/science/biology/itsx/default.nix
index 804e71c1bfa..0c8c7313bf2 100644
--- a/pkgs/applications/science/biology/itsx/default.nix
+++ b/pkgs/applications/science/biology/itsx/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Improved software detection and extraction of ITS1 and ITS2 from ribosomal ITS sequences of fungi and other eukaryotes for use in environmental sequencing";
- homepage = http://microbiology.se/software/itsx/;
+ homepage = https://microbiology.se/software/itsx/;
license = licenses.gpl3;
maintainers = [ maintainers.bzizou ];
platforms = [ "x86_64-linux" "i686-linux" ];
diff --git a/pkgs/applications/science/biology/mosdepth/default.nix b/pkgs/applications/science/biology/mosdepth/default.nix
index 3cd83a5cdd2..1bdb31616e4 100644
--- a/pkgs/applications/science/biology/mosdepth/default.nix
+++ b/pkgs/applications/science/biology/mosdepth/default.nix
@@ -4,26 +4,26 @@ let
hts-nim = fetchFromGitHub {
owner = "brentp";
repo = "hts-nim";
- rev = "v0.2.5";
- sha256 = "1fma99rjqxgg9dihkd10hm1jjp5amsk5wsxnvq1lk4mcsjix5xqb";
+ rev = "v0.2.14";
+ sha256 = "0d1z4b6mrppmz3hgkxd4wcy79w68icvhi7q7n3m2k17n8f3xbdx3";
};
docopt = fetchFromGitHub {
owner = "docopt";
repo = "docopt.nim";
- rev = "v0.6.5";
- sha256 = "0yx79m4jkdcazwlky55nwf39zj5kdhymrrdrjq29mahiwx83x5zr";
+ rev = "v0.6.7";
+ sha256 = "1ga7ckg21fzwwvh26jp2phn2h3pvkn8g8sm13dxif33rp471bv37";
};
in stdenv.mkDerivation rec {
name = "mosdepth-${version}";
- version = "0.2.3";
+ version = "0.2.6";
src = fetchFromGitHub {
owner = "brentp";
repo = "mosdepth";
rev = "v${version}";
- sha256 = "1b9frrwhcvay3alhn0d02jccc2qlbij1732hzq9nhwnr4kvsvxx7";
+ sha256 = "0i9pl9lsli3y84ygxanrr525gfg8fs9h481944cbzsmqmbldwvgk";
};
buildInputs = [ nim ];
diff --git a/pkgs/applications/science/biology/niftyreg/default.nix b/pkgs/applications/science/biology/niftyreg/default.nix
index 9f24046b3bf..9f1cb8db43d 100644
--- a/pkgs/applications/science/biology/niftyreg/default.nix
+++ b/pkgs/applications/science/biology/niftyreg/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchurl, cmake, zlib }:
+{ stdenv, fetchurl, cmake, zlib }:
stdenv.mkDerivation rec {
pname = "niftyreg";
diff --git a/pkgs/applications/science/biology/niftyseg/default.nix b/pkgs/applications/science/biology/niftyseg/default.nix
index 671ee4b95c6..e7221855503 100644
--- a/pkgs/applications/science/biology/niftyseg/default.nix
+++ b/pkgs/applications/science/biology/niftyseg/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchurl, cmake, eigen, zlib }:
+{ stdenv, fetchurl, cmake, eigen, zlib }:
stdenv.mkDerivation rec {
pname = "niftyseg";
diff --git a/pkgs/applications/science/biology/octopus/default.nix b/pkgs/applications/science/biology/octopus/default.nix
new file mode 100644
index 00000000000..0a2074a06e9
--- /dev/null
+++ b/pkgs/applications/science/biology/octopus/default.nix
@@ -0,0 +1,30 @@
+{stdenv, fetchFromGitHub, cmake, boost, gmp, htslib, zlib, lzma, pkg-config}:
+
+stdenv.mkDerivation rec {
+ pname = "octopus";
+ version = "0.6.3-beta";
+ name = "${pname}-${version}";
+
+ src = fetchFromGitHub {
+ owner = "luntergroup";
+ repo = "octopus";
+ rev = "v${version}";
+ sha256 = "042fycg8ppld7iajpzq2d8h8wr0nw43zbl57y125sfihryvr373n";
+ };
+
+ nativeBuildInputs = [ cmake pkg-config ];
+ buildInputs = [ boost gmp htslib zlib lzma ];
+
+ postInstall = ''
+ mkdir $out/bin
+ mv $out/octopus $out/bin
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Bayesian haplotype-based mutation calling";
+ license = licenses.mit;
+ homepage = "https://github.com/luntergroup/octopus";
+ maintainers = with maintainers; [ jbedo ];
+ platforms = platforms.x86_64;
+ };
+}
diff --git a/pkgs/applications/science/biology/picard-tools/default.nix b/pkgs/applications/science/biology/picard-tools/default.nix
index 5fc222bb299..e6a5ab741d9 100644
--- a/pkgs/applications/science/biology/picard-tools/default.nix
+++ b/pkgs/applications/science/biology/picard-tools/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "picard-tools-${version}";
- version = "2.20.2";
+ version = "2.20.5";
src = fetchurl {
url = "https://github.com/broadinstitute/picard/releases/download/${version}/picard.jar";
- sha256 = "0qpc6pi3fmzv8rs5cmk3dd4clrkzbrngsl384b5g0y7471lhavbi";
+ sha256 = "107zlvp74ahpn652nfkipp80bbzf3fp812pi1ma42njk4wchah10";
};
nativeBuildInputs = [ makeWrapper ];
diff --git a/pkgs/applications/science/biology/stacks/default.nix b/pkgs/applications/science/biology/stacks/default.nix
index d188ca02b18..e778c3bd52c 100644
--- a/pkgs/applications/science/biology/stacks/default.nix
+++ b/pkgs/applications/science/biology/stacks/default.nix
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "stacks";
- version = "2.4";
+ version = "2.41";
src = fetchurl {
url = "http://catchenlab.life.illinois.edu/stacks/source/${pname}-${version}.tar.gz";
- sha256 = "1ha1avkh6rqqvsy4k42336a2gj14y1jq19a2x8cjmiidi9l3s29h";
+ sha256 = "0q420rzjb05jfchcls3pysm4hxfgs6xj2jw246isx0il10g93gkq";
};
buildInputs = [ zlib ];
diff --git a/pkgs/applications/science/biology/strelka/default.nix b/pkgs/applications/science/biology/strelka/default.nix
index 1527f5d3dda..e7f5eab8bfa 100644
--- a/pkgs/applications/science/biology/strelka/default.nix
+++ b/pkgs/applications/science/biology/strelka/default.nix
@@ -2,16 +2,17 @@
stdenv.mkDerivation rec {
name = "strelka-${version}";
- version = "2.9.5";
+ version = "2.9.10";
src = fetchFromGitHub {
owner = "Illumina";
repo = "strelka";
rev = "v${version}";
- sha256 = "0x4a6nkx1jnyag9svghsdjz1fz6q7qx5pn77wphdfnk81f9yspf8";
+ sha256 = "1nykbmim1124xh22nrhrsn8xgjb3s2y7akrdapn9sl1gdych4ppf";
};
- buildInputs = [ cmake zlib python2 ];
+ nativeBuildInputs = [ cmake ];
+ buildInputs = [ zlib python2 ];
preConfigure = ''
sed -i 's|/usr/bin/env python|${python2}/bin/python|' src/python/lib/makeRunScript.py
diff --git a/pkgs/applications/science/biology/sumatools/default.nix b/pkgs/applications/science/biology/sumatools/default.nix
index 6f7227d7a3e..f9042f30011 100644
--- a/pkgs/applications/science/biology/sumatools/default.nix
+++ b/pkgs/applications/science/biology/sumatools/default.nix
@@ -23,6 +23,7 @@ in rec {
sha256 = "0hwkrxzfz7m5wdjvmrhkjg8kis378iaqr5n4nhdhkwwhn8x1jn5a";
};
makeFlags = "PREFIX=$(out)";
+ inherit meta;
};
# Sumatra
@@ -42,6 +43,7 @@ in rec {
"LIBSUMAPATH=-L${sumalibs}"
"PREFIX=$(out)"
];
+ inherit meta;
};
# Sumaclust
@@ -61,5 +63,6 @@ in rec {
"LIBSUMAPATH=-L${sumalibs}"
"PREFIX=$(out)"
];
+ inherit meta;
};
}
diff --git a/pkgs/applications/science/chemistry/jmol/default.nix b/pkgs/applications/science/chemistry/jmol/default.nix
index ee184943b7d..00231113d2c 100644
--- a/pkgs/applications/science/chemistry/jmol/default.nix
+++ b/pkgs/applications/science/chemistry/jmol/default.nix
@@ -17,14 +17,14 @@ let
};
in
stdenv.mkDerivation rec {
- version = "14.29.42";
+ version = "14.29.49";
pname = "jmol";
src = let
baseVersion = "${lib.versions.major version}.${lib.versions.minor version}";
in fetchurl {
url = "mirror://sourceforge/jmol/Jmol/Version%20${baseVersion}/Jmol%20${version}/Jmol-${version}-binary.tar.gz";
- sha256 = "0fpsicxc6aazmz45q1bgnjfwcdmxmzl9h24hpz2q1gdk9cz5aqnp";
+ sha256 = "19fyr4ldvbd5rbw19hslg9fpwc42wxmyx7r3z78k6dw653vb1ml5";
};
patchPhase = ''
diff --git a/pkgs/applications/science/chemistry/molden/default.nix b/pkgs/applications/science/chemistry/molden/default.nix
index 274afd5fc3d..46a1d96d8d0 100644
--- a/pkgs/applications/science/chemistry/molden/default.nix
+++ b/pkgs/applications/science/chemistry/molden/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, which, gfortran, libGLU, xorg } :
stdenv.mkDerivation rec {
- version = "6.1";
+ version = "6.2";
name = "molden-${version}";
src = fetchurl {
url = "ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/molden${version}.tar.gz";
- sha256 = "0swbjnqlkwhy8lvjkbx8yklqj4zfphwdg6s3haawxi3dd65ij539";
+ sha256 = "01m5p7v5pz1fi77var50sp1bzlvdckwr6kn4wanvic2jmvgp9q5n";
};
nativeBuildInputs = [ which ];
diff --git a/pkgs/applications/science/chemistry/octopus/default.nix b/pkgs/applications/science/chemistry/octopus/default.nix
index 4b580a6cf52..6dec5b3b11f 100644
--- a/pkgs/applications/science/chemistry/octopus/default.nix
+++ b/pkgs/applications/science/chemistry/octopus/default.nix
@@ -1,27 +1,26 @@
-{ stdenv, fetchurl, symlinkJoin, gfortran, perl, procps
-, libyaml, libxc, fftw, openblas, gsl, netcdf, arpack
+{ stdenv, fetchFromGitLab, symlinkJoin, gfortran, perl, procps
+, libyaml, libxc, fftw, openblas, gsl, netcdf, arpack, autoreconfHook
}:
-let
- version = "9.0";
- fftwAll = symlinkJoin { name ="ftw-dev-out"; paths = [ fftw.dev fftw.out ]; };
+stdenv.mkDerivation rec {
+ pname = "octopus";
+ version = "9.1";
-in stdenv.mkDerivation {
- name = "octopus-${version}";
-
- src = fetchurl {
- url = "http://www.tddft.org/programs/octopus/down.php?file=${version}/octopus-${version}.tar.gz";
- sha256 = "0p1gjykjnzm4m93mgjsmnxd0n2j381jk5kn3a7gkzxanixp60ilm";
+ src = fetchFromGitLab {
+ owner = "octopus-code";
+ repo = "octopus";
+ rev = version;
+ sha256 = "1l5fqgllk7rij16q7a3la7qq6isy8a5n37vk400qcscw1v32s90h";
};
- nativeBuildInputs = [ perl procps fftw.dev ];
- buildInputs = [ libyaml gfortran libxc openblas gsl fftw.out netcdf arpack ];
+ nativeBuildInputs = [ perl procps autoreconfHook ];
+ buildInputs = [ libyaml gfortran libxc openblas gsl fftw netcdf arpack ];
configureFlags = [
"--with-yaml-prefix=${libyaml}"
"--with-blas=-lopenblas"
"--with-lapack=-lopenblas"
- "--with-fftw-prefix=${fftwAll}"
+ "--with-fftw-prefix=${fftw.dev}"
"--with-gsl-prefix=${gsl}"
"--with-libxc-prefix=${libxc}"
];
diff --git a/pkgs/applications/science/chemistry/openmolcas/default.nix b/pkgs/applications/science/chemistry/openmolcas/default.nix
index 70e79023c0f..bc6301e1fd4 100644
--- a/pkgs/applications/science/chemistry/openmolcas/default.nix
+++ b/pkgs/applications/science/chemistry/openmolcas/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, pkgs, fetchFromGitLab, cmake, gfortran, perl
+{ stdenv, fetchFromGitLab, cmake, gfortran, perl
, openblas, hdf5-cpp, python3, texlive
, armadillo, openmpi, globalarrays, openssh
, makeWrapper
diff --git a/pkgs/applications/science/electronics/bitscope/common.nix b/pkgs/applications/science/electronics/bitscope/common.nix
index 64777b5a0ac..9101f1fdbe5 100644
--- a/pkgs/applications/science/electronics/bitscope/common.nix
+++ b/pkgs/applications/science/electronics/bitscope/common.nix
@@ -2,7 +2,7 @@
, buildFHSUserEnv
, cairo
, dpkg
-, gdk_pixbuf
+, gdk-pixbuf
, glib
, gtk2-x11
, makeWrapper
@@ -39,7 +39,7 @@ let
libs = attrs.libs or [
atk
cairo
- gdk_pixbuf
+ gdk-pixbuf
glib
gtk2-x11
pango
diff --git a/pkgs/applications/science/electronics/dsview/default.nix b/pkgs/applications/science/electronics/dsview/default.nix
index be32f33a365..55e8a7b4ffe 100644
--- a/pkgs/applications/science/electronics/dsview/default.nix
+++ b/pkgs/applications/science/electronics/dsview/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, pkgconfig, cmake, autoreconfHook,
-glib, libzip, boost, fftw, qtbase,
-libusb, makeWrapper, libsigrok4dsl, libsigrokdecode4dsl
+{ stdenv, fetchFromGitHub, pkgconfig, cmake,
+libzip, boost, fftw, qtbase,
+libusb, wrapQtAppsHook, libsigrok4dsl, libsigrokdecode4dsl
}:
stdenv.mkDerivation rec {
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
./install.patch
];
- nativeBuildInputs = [ cmake pkgconfig makeWrapper ];
+ nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];
buildInputs = [
boost fftw qtbase libusb libzip libsigrokdecode4dsl libsigrok4dsl
@@ -32,11 +32,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
- postFixup = ''
- wrapProgram $out/bin/DSView --suffix QT_PLUGIN_PATH : \
- ${qtbase.bin}/${qtbase.qtPluginPrefix}
- '';
-
meta = with stdenv.lib; {
description = "A GUI program for supporting various instruments from DreamSourceLab, including logic analyzer, oscilloscope, etc";
homepage = https://www.dreamsourcelab.com/;
diff --git a/pkgs/applications/science/electronics/eagle/eagle.nix b/pkgs/applications/science/electronics/eagle/eagle.nix
index 286dbc07f3d..ba1b9e174be 100644
--- a/pkgs/applications/science/electronics/eagle/eagle.nix
+++ b/pkgs/applications/science/electronics/eagle/eagle.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchurl, makeDesktopItem, patchelf
+{ stdenv, fetchurl, makeDesktopItem
, libXrender, libXrandr, libXcursor, libX11, libXext, libXi, libxcb
-, cups , libGL, glib, nss, nspr, expat, alsaLib
+ , libGL, glib, nss, nspr, expat, alsaLib
, qtbase, qtdeclarative, qtsvg, qtlocation, qtwebchannel, qtwebengine
}:
@@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
name = "eagle-${version}";
- version = "9.3.2";
+ version = "9.4.2";
src = fetchurl {
url = "https://eagle-updates.circuits.io/downloads/${builtins.replaceStrings ["."] ["_"] version}/Autodesk_EAGLE_${version}_English_Linux_64bit.tar.gz";
- sha256 = "0xrrd2d86gxrkbqvssbg8zki40hk05h48w73b0hv7wnc7wg1msir";
+ sha256 = "0lrwrvqcb91mcggmicvwjrngccsdy0f06l7a8nfgp9ckn4d9vmg2";
};
desktopItem = makeDesktopItem {
diff --git a/pkgs/applications/science/electronics/pulseview/default.nix b/pkgs/applications/science/electronics/pulseview/default.nix
index c91443bf64a..ae9afd95518 100644
--- a/pkgs/applications/science/electronics/pulseview/default.nix
+++ b/pkgs/applications/science/electronics/pulseview/default.nix
@@ -1,13 +1,14 @@
-{ stdenv, fetchurl, pkgconfig, cmake, glib, boost, libsigrok
+{ mkDerivation, lib, fetchurl, pkgconfig, cmake, glib, boost, libsigrok
, libsigrokdecode, libserialport, libzip, udev, libusb1, libftdi1, glibmm
, pcre, librevisa, python3, qtbase, qtsvg
}:
-stdenv.mkDerivation rec {
- name = "pulseview-0.4.1";
+mkDerivation rec {
+ pname = "pulseview";
+ version = "0.4.1";
src = fetchurl {
- url = "https://sigrok.org/download/source/pulseview/${name}.tar.gz";
+ url = "https://sigrok.org/download/source/pulseview/${pname}-${version}.tar.gz";
sha256 = "0bvgmkgz37n2bi9niskpl05hf7rsj1lj972fbrgnlz25s4ywxrwy";
};
@@ -15,16 +16,15 @@ stdenv.mkDerivation rec {
buildInputs = [
glib boost libsigrok libsigrokdecode libserialport libzip udev libusb1 libftdi1 glibmm
- pcre librevisa python3 qtbase qtsvg
+ pcre librevisa python3
+ qtbase qtsvg
];
- enableParallelBuilding = true;
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Qt-based LA/scope/MSO GUI for sigrok (a signal analysis software suite)";
homepage = https://sigrok.org/;
license = licenses.gpl3Plus;
+ maintainers = with maintainers; [ bjornfor ];
platforms = platforms.linux;
- maintainers = [ maintainers.bjornfor ];
};
}
diff --git a/pkgs/applications/science/electronics/verilator/default.nix b/pkgs/applications/science/electronics/verilator/default.nix
index 36a504e86fa..b531563c5c1 100644
--- a/pkgs/applications/science/electronics/verilator/default.nix
+++ b/pkgs/applications/science/electronics/verilator/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "verilator-${version}";
- version = "4.014";
+ version = "4.016";
src = fetchurl {
url = "https://www.veripool.org/ftp/${name}.tgz";
- sha256 = "1srk9a03hbq8rdp4mma817aiq61c2hbrs66qv25zj3dfnfqigxgd";
+ sha256 = "18fqm6pgscy504ql27i150fdsd2j91hw5qsnpymws3pvqj2qz2ij";
};
enableParallelBuilding = true;
diff --git a/pkgs/applications/science/electronics/verilog/default.nix b/pkgs/applications/science/electronics/verilog/default.nix
index 83352df18e6..f850a1bf94d 100644
--- a/pkgs/applications/science/electronics/verilog/default.nix
+++ b/pkgs/applications/science/electronics/verilog/default.nix
@@ -1,31 +1,40 @@
-{ stdenv, fetchFromGitHub, autoconf, gperf, flex, bison }:
+{ stdenv, fetchFromGitHub, autoconf, gperf, flex, bison, readline, ncurses
+, bzip2, zlib
+}:
stdenv.mkDerivation rec {
- name = "iverilog-${version}";
- version = "2019.03.27";
+ pname = "iverilog";
+ version = "unstable-2019-08-01";
src = fetchFromGitHub {
owner = "steveicarus";
- repo = "iverilog";
- rev = "a9388a895eb85a9d7f2924b89f839f94e1b6d7c4";
- sha256 = "01d48sy3pzg9x1xpczqrsii2ckrvgnrfj720wiz22jdn90nirhhr";
+ repo = pname;
+ rev = "c383d2048c0bd15f5db083f14736400546fb6215";
+ sha256 = "1zs0gyhws0qa315magz3w5m45v97knczdgbf2zn4d7bdb7cv417c";
};
enableParallelBuilding = true;
- patchPhase = ''
+ prePatch = ''
+ substituteInPlace configure.in \
+ --replace "AC_CHECK_LIB(termcap, tputs)" "AC_CHECK_LIB(termcap, tputs)"
+ '';
+
+ preConfigure = ''
chmod +x $PWD/autoconf.sh
$PWD/autoconf.sh
'';
- buildInputs = [ autoconf gperf flex bison ];
+ nativeBuildInputs = [ autoconf gperf flex bison ];
- meta = {
+ buildInputs = [ readline ncurses bzip2 zlib ];
+
+ meta = with stdenv.lib; {
description = "Icarus Verilog compiler";
repositories.git = https://github.com/steveicarus/iverilog.git;
- homepage = http://www.icarus.com;
- license = stdenv.lib.licenses.gpl2Plus;
- maintainers = with stdenv.lib.maintainers; [winden];
- platforms = with stdenv.lib.platforms; linux;
+ homepage = "http://iverilog.icarus.com/";
+ license = licenses.lgpl21;
+ maintainers = with maintainers; [ winden ];
+ platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/science/logic/clprover/clprover.nix b/pkgs/applications/science/logic/clprover/clprover.nix
index b6ebce68193..ae57724e4f8 100644
--- a/pkgs/applications/science/logic/clprover/clprover.nix
+++ b/pkgs/applications/science/logic/clprover/clprover.nix
@@ -1,4 +1,4 @@
-{ stdenv, pkgs, fetchzip }:
+{ stdenv, fetchzip }:
stdenv.mkDerivation rec {
name = "clprover-${version}";
diff --git a/pkgs/applications/science/logic/coq/default.nix b/pkgs/applications/science/logic/coq/default.nix
index 2373ae43e76..10fe722d7e9 100644
--- a/pkgs/applications/science/logic/coq/default.nix
+++ b/pkgs/applications/science/logic/coq/default.nix
@@ -28,7 +28,7 @@ let
"8.8.2" = "1lip3xja924dm6qblisk1bk0x8ai24s5xxqxphbdxj6djglj68fd";
"8.9.0" = "1dkgdjc4n1m15m1p724hhi5cyxpqbjw6rxc5na6fl3v4qjjfnizh";
"8.9.1" = "1xrq6mkhpq994bncmnijf8jwmwn961kkpl4mwwlv7j3dgnysrcv2";
- "8.10+beta1" = "19wf39i0ap2vakglgdlqxpjd3l1h5w7dp460w8y7nc1y06b2153h";
+ "8.10+beta2" = "0jk7pwydhd17ab7ii69zvi4sgrr630q2lsxhckaj3sz55cpjlhal";
}."${version}";
coq-version = stdenv.lib.versions.majorMinor version;
versionAtLeast = stdenv.lib.versionAtLeast coq-version;
diff --git a/pkgs/applications/science/logic/cryptominisat/default.nix b/pkgs/applications/science/logic/cryptominisat/default.nix
index c6b7b918eac..c9516a135c0 100644
--- a/pkgs/applications/science/logic/cryptominisat/default.nix
+++ b/pkgs/applications/science/logic/cryptominisat/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fetchpatch, cmake, python3, xxd, boost }:
+{ stdenv, fetchFromGitHub, cmake, python3, xxd, boost }:
stdenv.mkDerivation rec {
name = "cryptominisat-${version}";
diff --git a/pkgs/applications/science/logic/cryptoverif/default.nix b/pkgs/applications/science/logic/cryptoverif/default.nix
index cd8a3747bea..09801f54e7e 100644
--- a/pkgs/applications/science/logic/cryptoverif/default.nix
+++ b/pkgs/applications/science/logic/cryptoverif/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "cryptoverif-${version}";
- version = "2.01";
+ version = "2.01pl1";
src = fetchurl {
url = "http://prosecco.gforge.inria.fr/personal/bblanche/cryptoverif/cryptoverif${version}.tar.gz";
- sha256 = "122pryci8rsdzv9qszw11g3izh78r2lvd1raahv2j7qmvgi76nab";
+ sha256 = "1bkmrv3wsy8mwhrxd3z3br9zgv37c2w6443rm4s9jl0aphcgnbiw";
};
buildInputs = [ ocaml ];
diff --git a/pkgs/applications/science/logic/fast-downward/default.nix b/pkgs/applications/science/logic/fast-downward/default.nix
new file mode 100644
index 00000000000..21ce6be3e6c
--- /dev/null
+++ b/pkgs/applications/science/logic/fast-downward/default.nix
@@ -0,0 +1,55 @@
+{ stdenv, lib, fetchhg, cmake, which, python3, osi, cplex }:
+
+stdenv.mkDerivation rec {
+ name = "fast-downward-2019-05-13";
+
+ src = fetchhg {
+ url = "http://hg.fast-downward.org/";
+ rev = "090f5df5d84a";
+ sha256 = "14pcjz0jfzx5269axg66iq8js7lm2w3cnqrrhhwmz833prjp945g";
+ };
+
+ nativeBuildInputs = [ cmake which ];
+ buildInputs = [ python3 python3.pkgs.wrapPython osi ];
+
+ cmakeFlags =
+ lib.optional osi.withCplex [ "-DDOWNWARD_CPLEX_ROOT=${cplex}/cplex" ];
+
+ enableParallelBuilding = true;
+
+ postPatch = ''
+ cd src
+ # Needed because the package tries to be too smart.
+ export CC="$(which $CC)"
+ export CXX="$(which $CXX)"
+ '';
+
+ installPhase = ''
+ install -Dm755 bin/downward $out/libexec/fast-downward/downward
+ cp -r ../translate $out/libexec/fast-downward/
+ install -Dm755 ../../fast-downward.py $out/bin/fast-downward
+ mkdir -p $out/${python3.sitePackages}
+ cp -r ../../driver $out/${python3.sitePackages}
+
+ wrapPythonProgramsIn $out/bin "$out $pythonPath"
+ wrapPythonProgramsIn $out/libexec/fast-downward/translate "$out $pythonPath"
+ # Because fast-downward calls `python translate.py` we need to return wrapped scripts back.
+ for i in $out/libexec/fast-downward/translate/.*-wrapped; do
+ name="$(basename "$i")"
+ name1="''${name#.}"
+ name2="''${name1%-wrapped}"
+ dir="$(dirname "$i")"
+ dest="$dir/$name2"
+ echo "Moving $i to $dest"
+ mv "$i" "$dest"
+ done
+ '';
+
+ meta = with stdenv.lib; {
+ description = "A domain-independent planning system";
+ homepage = "http://www.fast-downward.org/";
+ license = licenses.gpl3Plus;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ abbradar ];
+ };
+}
diff --git a/pkgs/applications/science/logic/gappa/default.nix b/pkgs/applications/science/logic/gappa/default.nix
index 71114d2f9e1..7522eb4790e 100644
--- a/pkgs/applications/science/logic/gappa/default.nix
+++ b/pkgs/applications/science/logic/gappa/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, gmp, mpfr, boost }:
stdenv.mkDerivation {
- name = "gappa-1.2";
+ name = "gappa-1.3.5";
src = fetchurl {
- url = https://gforge.inria.fr/frs/download.php/file/34787/gappa-1.2.0.tar.gz;
- sha256 = "03hfzmaf5jm54sjpbks20q7qixpmagrfbnyyc276vgmiyslk4dkh";
+ url = https://gforge.inria.fr/frs/download.php/file/38044/gappa-1.3.5.tar.gz;
+ sha256 = "0q1wdiwqj6fsbifaayb1zkp20bz8a1my81sqjsail577jmzwi07w";
};
buildInputs = [ gmp mpfr boost.dev ];
diff --git a/pkgs/applications/science/logic/prover9/default.nix b/pkgs/applications/science/logic/prover9/default.nix
index f96532b7038..a4538e1070a 100644
--- a/pkgs/applications/science/logic/prover9/default.nix
+++ b/pkgs/applications/science/logic/prover9/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
'';
meta = {
- homepage = http://www.cs.unm.edu/~mccune/mace4/;
+ homepage = https://www.cs.unm.edu/~mccune/mace4/;
license = "GPL";
description = "Automated theorem prover for first-order and equational logic";
longDescription = ''
diff --git a/pkgs/applications/science/logic/symbiyosys/default.nix b/pkgs/applications/science/logic/symbiyosys/default.nix
index 8ba77159693..58674a4cacf 100644
--- a/pkgs/applications/science/logic/symbiyosys/default.nix
+++ b/pkgs/applications/science/logic/symbiyosys/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, yosys, bash, python3 }:
stdenv.mkDerivation rec {
- name = "symbiyosys-${version}";
- version = "2019.04.18";
+ pname = "symbiyosys";
+ version = "2019.08.13";
src = fetchFromGitHub {
owner = "yosyshq";
repo = "symbiyosys";
- rev = "b1de59032ef3de35e56fa420a914c2f14d2495e4";
- sha256 = "0zci1n062csswl5xxjh9fwq09p9clv95ckag3yywxq06hnqzx0r7";
+ rev = "9cb542ac7a310b3dfa626349db53bed6236b670c";
+ sha256 = "0c7nz740738ybk33zzlfl00cq86n31wvra8pqqkpl4ygxnwca1d6";
};
buildInputs = [ python3 yosys ];
@@ -26,15 +26,12 @@ stdenv.mkDerivation rec {
substituteInPlace $out/bin/sby \
--replace "##yosys-sys-path##" \
"sys.path += [p + \"/share/yosys/python3/\" for p in [\"$out\", \"${yosys}\"]]"
- substituteInPlace $out/share/yosys/python3/sby_core.py \
- --replace "/bin/bash" \
- "${bash}/bin/bash"
'';
meta = {
description = "Tooling for Yosys-based verification flows";
homepage = https://symbiyosys.readthedocs.io/;
license = stdenv.lib.licenses.isc;
- maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
- platforms = stdenv.lib.platforms.unix;
+ maintainers = with stdenv.lib.maintainers; [ thoughtpolice emily ];
+ platforms = stdenv.lib.platforms.all;
};
}
diff --git a/pkgs/applications/science/logic/tlaplus/toolbox.nix b/pkgs/applications/science/logic/tlaplus/toolbox.nix
index f1116a27c0b..7d39aae6e3c 100644
--- a/pkgs/applications/science/logic/tlaplus/toolbox.nix
+++ b/pkgs/applications/science/logic/tlaplus/toolbox.nix
@@ -1,9 +1,9 @@
{ lib, fetchzip, makeWrapper, makeDesktopItem, stdenv
-, jre, swt, gtk, libXtst, glib
+, gtk, libXtst, glib, zlib
}:
let
- version = "1.5.7";
+ version = "1.6.0";
arch = "x86_64";
desktopItem = makeDesktopItem rec {
@@ -24,7 +24,7 @@ in stdenv.mkDerivation {
name = "tla-toolbox-${version}";
src = fetchzip {
url = "https://tla.msr-inria.inria.fr/tlatoolbox/products/TLAToolbox-${version}-linux.gtk.${arch}.zip";
- sha256 = "0lg9sizpw5mkcnwwvmgqigkizjyz2lf1wrg48h7mg7wcv3macy4q";
+ sha256 = "1mgx4p5qykf9q0p4cp6kcpc7fx8g5f2w1g40kdgas24hqwrgs3cm";
};
buildInputs = [ makeWrapper ];
@@ -34,17 +34,20 @@ in stdenv.mkDerivation {
installPhase = ''
mkdir -p "$out/bin"
cp -r "$src" "$out/toolbox"
- chmod +w "$out/toolbox" "$out/toolbox/toolbox"
+ chmod -R +w "$out/toolbox"
patchelf \
--set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) \
"$out/toolbox/toolbox"
+ patchelf \
+ --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) \
+ "$(find "$out/toolbox" -name java)"
+
makeWrapper $out/toolbox/toolbox $out/bin/tla-toolbox \
--run "set -x; cd $out/toolbox" \
--add-flags "-data ~/.tla-toolbox" \
- --prefix PATH : "${jre}/bin" \
- --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ swt gtk libXtst glib ]}"
+ --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ gtk libXtst glib zlib ]}"
echo -e "\nCreating TLA Toolbox icons..."
pushd "$src"
diff --git a/pkgs/applications/science/logic/vampire/default.nix b/pkgs/applications/science/logic/vampire/default.nix
index 08ab243fb96..42963fe5f9c 100644
--- a/pkgs/applications/science/logic/vampire/default.nix
+++ b/pkgs/applications/science/logic/vampire/default.nix
@@ -1,19 +1,16 @@
-{ stdenv, fetchFromGitHub, fetchpatch, z3, zlib, git }:
+{ stdenv, fetchFromGitHub, fetchpatch, z3, zlib }:
stdenv.mkDerivation rec {
- version = "4.2.2";
- name = "vampire-${version}";
+ pname = "vampire";
+ version = "4.4";
src = fetchFromGitHub {
owner = "vprover";
repo = "vampire";
rev = version;
- sha256 = "03dqjxr3cwz4h6sn9074kc6b6wjz12kpsvsi0mq2w0j5l9f8d80y";
- #fetchSubmodules = true;
- #leaveDotGit = true;
+ sha256 = "0v2fdfnk7l5xr5c4y54r25g1nbp4vi85zv29nbklh3r7aws3w9q1";
};
- nativeBuildInputs = [ git ];
buildInputs = [ z3 zlib ];
makeFlags = [ "vampire_z3_rel" "CC:=$(CC)" "CXX:=$(CXX)" ];
diff --git a/pkgs/applications/science/logic/verifast/default.nix b/pkgs/applications/science/logic/verifast/default.nix
index 22eb5d07f1c..360f75cc6f0 100644
--- a/pkgs/applications/science/logic/verifast/default.nix
+++ b/pkgs/applications/science/logic/verifast/default.nix
@@ -1,10 +1,10 @@
-{ stdenv, fetchurl, gtk2, gdk_pixbuf, atk, pango, glib, cairo, freetype
+{ stdenv, fetchurl, gtk2, gdk-pixbuf, atk, pango, glib, cairo, freetype
, fontconfig, libxml2, gnome2 }:
let
libPath = stdenv.lib.makeLibraryPath
- [ stdenv.cc.libc stdenv.cc.cc gtk2 gdk_pixbuf atk pango glib cairo
+ [ stdenv.cc.libc stdenv.cc.cc gtk2 gdk-pixbuf atk pango glib cairo
freetype fontconfig libxml2 gnome2.gtksourceview
] + ":${stdenv.cc.cc.lib}/lib64:$out/libexec";
diff --git a/pkgs/applications/science/logic/why3/configure.patch b/pkgs/applications/science/logic/why3/configure.patch
new file mode 100644
index 00000000000..3eebf3cf165
--- /dev/null
+++ b/pkgs/applications/science/logic/why3/configure.patch
@@ -0,0 +1,11 @@
+diff --git a/configure b/configure
+--- a/configure
++++ b/configure
+@@ -4029,7 +4029,6 @@ fi
+
+ if test "$USEOCAMLFIND" = yes; then
+ OCAMLFINDLIB=$(ocamlfind printconf stdlib)
+- OCAMLFIND=$(which ocamlfind)
+ if test "$OCAMLFINDLIB" != "$OCAMLLIB"; then
+ USEOCAMLFIND=no;
+ echo "but your ocamlfind is not compatible with your ocamlc:"
diff --git a/pkgs/applications/science/logic/why3/default.nix b/pkgs/applications/science/logic/why3/default.nix
index a3b369ad54a..bd538dc6c75 100644
--- a/pkgs/applications/science/logic/why3/default.nix
+++ b/pkgs/applications/science/logic/why3/default.nix
@@ -1,4 +1,5 @@
-{ fetchurl, stdenv, ocamlPackages, coq }:
+{ callPackage, fetchurl, stdenv
+, ocamlPackages, coqPackages, rubber, hevea, emacs }:
stdenv.mkDerivation rec {
name = "why3-${version}";
@@ -9,14 +10,34 @@ stdenv.mkDerivation rec {
sha256 = "0xz001jhi71ja8vqrjz27v63bidrzj4qvg1yqarq6p4dmpxhk348";
};
- buildInputs = (with ocamlPackages; [
- ocaml findlib num lablgtk ocamlgraph zarith menhir ]) ++
- stdenv.lib.optionals (ocamlPackages.ocaml == coq.ocamlPackages.ocaml ) [
- coq ocamlPackages.camlp5
- ];
+ buildInputs = with ocamlPackages; [
+ ocaml findlib ocamlgraph zarith menhir
+ # Compressed Sessions
+ # Emacs compilation of why3.el
+ emacs
+ # Documentation
+ rubber hevea
+ # GUI
+ lablgtk
+ # WebIDE
+ js_of_ocaml js_of_ocaml-ppx
+ # Coq Support
+ coqPackages.coq coqPackages.flocq ocamlPackages.camlp5
+ ];
+
+ propagatedBuildInputs = with ocamlPackages; [ camlzip num ];
+
+ enableParallelBuilding = true;
+
+ # Remove unnecessary call to which
+ patches = [ ./configure.patch ];
+
+ configureFlags = [ "--enable-verbose-make" ];
installTargets = [ "install" "install-lib" ];
+ passthru.withProvers = callPackage ./with-provers.nix {};
+
meta = with stdenv.lib; {
description = "A platform for deductive program verification";
homepage = "http://why3.lri.fr/";
diff --git a/pkgs/applications/science/logic/why3/with-provers.nix b/pkgs/applications/science/logic/why3/with-provers.nix
new file mode 100644
index 00000000000..3528dbd3a64
--- /dev/null
+++ b/pkgs/applications/science/logic/why3/with-provers.nix
@@ -0,0 +1,30 @@
+{ stdenv, makeWrapper, runCommand, symlinkJoin, why3 }:
+provers:
+let configAwkScript = runCommand "why3-conf.awk" { inherit provers; }
+ ''
+ for p in $provers; do
+ for b in $p/bin/*; do
+ BASENAME=$(basename $b)
+ echo "/^command =/{ gsub(\"$BASENAME\", \"$b\") }" >> $out
+ done
+ done
+ echo '{ print }' >> $out
+ '';
+in stdenv.mkDerivation {
+ name = "${why3.name}-with-provers";
+
+ phases = [ "buildPhase" "installPhase" ];
+
+ buildInputs = [ why3 makeWrapper ] ++ provers;
+
+ buildPhase = ''
+ mkdir -p $out/share/why3/
+ why3 config --detect-provers -C $out/share/why3/why3.conf
+ awk -i inplace -f ${configAwkScript} $out/share/why3/why3.conf
+ '';
+
+ installPhase = ''
+ mkdir -p $out/bin
+ makeWrapper ${why3}/bin/why3 $out/bin/why3 --add-flags "--extra-config $out/share/why3/why3.conf"
+ '';
+}
diff --git a/pkgs/applications/science/machine-learning/fasttext/default.nix b/pkgs/applications/science/machine-learning/fasttext/default.nix
index 0ae9a74d0d0..0de54572862 100644
--- a/pkgs/applications/science/machine-learning/fasttext/default.nix
+++ b/pkgs/applications/science/machine-learning/fasttext/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fasttext";
- version = "0.2.0";
+ version = "0.9.1";
src = fetchFromGitHub {
owner = "facebookresearch";
repo = "fastText";
- rev = version;
- sha256 = "1fcrz648r2s80bf7vc0l371xillz5jk3ldaiv9jb7wnsyri831b4";
+ rev = "v${version}";
+ sha256 = "1cbzz98qn8aypp4r5kwwwc9wiq5bwzv51kcsb15xjfs9lz8h3rii";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/applications/science/machine-learning/sc2-headless/maps.nix b/pkgs/applications/science/machine-learning/sc2-headless/maps.nix
index b4ff9fc1821..6eec10e958c 100644
--- a/pkgs/applications/science/machine-learning/sc2-headless/maps.nix
+++ b/pkgs/applications/science/machine-learning/sc2-headless/maps.nix
@@ -1,4 +1,4 @@
-{ fetchzip, unzip
+{ fetchzip
}:
let
fetchzip' = args: (fetchzip args).overrideAttrs (old: { UNZIP = "-j -P iagreetotheeula"; });
diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix
index ed107765b46..a791f9a5772 100644
--- a/pkgs/applications/science/math/R/default.nix
+++ b/pkgs/applications/science/math/R/default.nix
@@ -8,11 +8,11 @@
}:
stdenv.mkDerivation rec {
- name = "R-3.6.0";
+ name = "R-3.6.1";
src = fetchurl {
url = "https://cran.r-project.org/src/base/R-3/${name}.tar.gz";
- sha256 = "02bmylmzrm9sdidirmwy233lghmd2346z725ca71ari68lzarz1n";
+ sha256 = "128kifbq0w25y8aq77w289ddax5i5w2djcfsqgffrb3i7syrxajv";
};
dontUseImakeConfigure = true;
@@ -27,10 +27,6 @@ stdenv.mkDerivation rec {
patches = [
./no-usr-local-search-paths.patch
- (fetchpatch {
- url = "https://github.com/wch/r-source/commit/aeb75e12863019be06fe6c762ab705bf5ed8b38c.patch";
- sha256 = "03xv1g1yw1dbhx4paw6pn6hkawj8sny86km3748l1vnasbham82g";
- })
];
prePatch = stdenv.lib.optionalString stdenv.isDarwin ''
diff --git a/pkgs/applications/science/math/caffe/default.nix b/pkgs/applications/science/math/caffe/default.nix
index 9ee56041ed3..e8171bcb256 100644
--- a/pkgs/applications/science/math/caffe/default.nix
+++ b/pkgs/applications/science/math/caffe/default.nix
@@ -1,9 +1,9 @@
-{ config, stdenv, lib, runCommand
+{ config, stdenv, lib
, fetchFromGitHub
, fetchurl
, cmake
, boost
-, google-gflags
+, gflags
, glog
, hdf5-cpp
, opencv3
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
cmakeFlags =
# It's important that caffe is passed the major and minor version only because that's what
# boost_python expects
- [ (if pythonSupport then "-Dpython_version=3${python.pythonVersion}" else "-DBUILD_python=OFF")
+ [ (if pythonSupport then "-Dpython_version=${python.pythonVersion}" else "-DBUILD_python=OFF")
"-DBLAS=open"
] ++ (if cudaSupport then [
"-DCUDA_ARCH_NAME=All"
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
++ ["-DUSE_LEVELDB=${toggle leveldbSupport}"]
++ ["-DUSE_LMDB=${toggle lmdbSupport}"];
- buildInputs = [ boost google-gflags glog protobuf hdf5-cpp opencv3 openblas ]
+ buildInputs = [ boost gflags glog protobuf hdf5-cpp opencv3 openblas ]
++ lib.optional cudaSupport cudatoolkit
++ lib.optional cudnnSupport cudnn
++ lib.optional lmdbSupport lmdb
@@ -73,9 +73,17 @@ stdenv.mkDerivation rec {
++ lib.optionals stdenv.isDarwin [ Accelerate CoreGraphics CoreVideo ]
;
- propagatedBuildInputs = lib.optional pythonSupport python.pkgs.protobuf;
+ propagatedBuildInputs = lib.optionals pythonSupport (
+ # requirements.txt
+ let pp = python.pkgs; in ([
+ pp.numpy pp.scipy pp.scikitimage pp.h5py
+ pp.matplotlib pp.ipython pp.networkx pp.nose
+ pp.pandas pp.dateutil pp.protobuf pp.gflags
+ pp.pyyaml pp.pillow pp.six
+ ] ++ lib.optional leveldbSupport pp.leveldb)
+ );
- outputs = [ "bin" "out"];
+ outputs = [ "bin" "out" ];
propagatedBuildOutputs = []; # otherwise propagates out -> bin cycle
patches = [
diff --git a/pkgs/applications/science/math/caffe/python.patch b/pkgs/applications/science/math/caffe/python.patch
index b1bed6c174b..dac5071aa08 100644
--- a/pkgs/applications/science/math/caffe/python.patch
+++ b/pkgs/applications/science/math/caffe/python.patch
@@ -64,7 +64,7 @@ index 4a5bac47..be026d43 100644
- if(PYTHONLIBS_FOUND AND NUMPY_FOUND AND Boost_PYTHON_FOUND)
+ find_package(NumPy 1.7.1)
+ find_package(Boost 1.46 REQUIRED COMPONENTS python@major@@minor@)
-+ if(PYTHONLIBS_FOUND AND NUMPY_FOUND AND BOOST_PYTHON@major@@minor@_FOUND)
++ if(PYTHONLIBS_FOUND AND NUMPY_FOUND AND Boost_PYTHON@major@@minor@_FOUND)
set(HAVE_PYTHON TRUE)
if(BUILD_python_layer)
list(APPEND Caffe_DEFINITIONS PRIVATE -DWITH_PYTHON_LAYER)
diff --git a/pkgs/applications/science/math/calc/default.nix b/pkgs/applications/science/math/calc/default.nix
index 24cddfb9a1c..348c1e75086 100644
--- a/pkgs/applications/science/math/calc/default.nix
+++ b/pkgs/applications/science/math/calc/default.nix
@@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
patchPhase = ''
substituteInPlace Makefile \
- --replace 'all: check_include' 'all:' \
--replace '-install_name ''${LIBDIR}/libcalc''${LIB_EXT_VERSION}' '-install_name ''${T}''${LIBDIR}/libcalc''${LIB_EXT_VERSION}' \
--replace '-install_name ''${LIBDIR}/libcustcalc''${LIB_EXT_VERSION}' '-install_name ''${T}''${LIBDIR}/libcustcalc''${LIB_EXT_VERSION}'
'';
@@ -25,7 +24,7 @@ stdenv.mkDerivation rec {
makeFlags = [
"T=$(out)"
- "INCDIR=${lib.getDev stdenv.cc.libc}/include"
+ "INCDIR="
"BINDIR=/bin"
"LIBDIR=/lib"
"CALC_SHAREDIR=/share/calc"
diff --git a/pkgs/applications/science/math/calculix/calculix.patch b/pkgs/applications/science/math/calculix/calculix.patch
new file mode 100644
index 00000000000..311421f2ef5
--- /dev/null
+++ b/pkgs/applications/science/math/calculix/calculix.patch
@@ -0,0 +1,31 @@
+diff --git a/ccx_2.15/src/Makefile b/ccx_2.15/src/Makefile
+index 9cab2fc..6e977b8 100755
+--- a/ccx_2.15/src/Makefile
++++ b/ccx_2.15/src/Makefile
+@@ -1,6 +1,6 @@
+
+ CFLAGS = -Wall -O3 -I ../../../SPOOLES.2.2 -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DNETWORKOUT
+-FFLAGS = -Wall -O3
++FFLAGS = -Wall -O3
+
+ CC=cc
+ FC=gfortran
+@@ -18,15 +18,10 @@ OCCXF = $(SCCXF:.f=.o)
+ OCCXC = $(SCCXC:.c=.o)
+ OCCXMAIN = $(SCCXMAIN:.c=.o)
+
+-DIR=../../../SPOOLES.2.2
++LIBS = -lpthread -lm -lc -lspooles -larpack -lopenblas
+
+-LIBS = \
+- $(DIR)/spooles.a \
+- ../../../ARPACK/libarpack_INTEL.a \
+- -lpthread -lm -lc
+-
+-ccx_2.15: $(OCCXMAIN) ccx_2.15.a $(LIBS)
+- ./date.pl; $(CC) $(CFLAGS) -c ccx_2.15.c; $(FC) -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.15.a $(LIBS)
++ccx_2.15: $(OCCXMAIN) ccx_2.15.a
++ $(CC) $(CFLAGS) -c ccx_2.15.c; $(FC) -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.15.a $(LIBS)
+
+ ccx_2.15.a: $(OCCXF) $(OCCXC)
+ ar vr $@ $?
diff --git a/pkgs/applications/science/math/calculix/default.nix b/pkgs/applications/science/math/calculix/default.nix
new file mode 100644
index 00000000000..24d5f99ec32
--- /dev/null
+++ b/pkgs/applications/science/math/calculix/default.nix
@@ -0,0 +1,39 @@
+{ stdenv, fetchurl, gfortran, arpack, spooles, openblas }:
+
+stdenv.mkDerivation rec {
+ pname = "calculix";
+ version = "2.15";
+
+ src = fetchurl {
+ url = "http://www.dhondt.de/ccx_${version}.src.tar.bz2";
+ sha256 = "0d4axfxgm3ag4p2vx9rjcky7c122k99a2nhv1jv53brm35rblzdw";
+ };
+
+ nativeBuildInputs = [ gfortran ];
+
+ buildInputs = [ arpack spooles openblas ];
+
+ NIX_CFLAGS_COMPILE = [
+ "-I${spooles}/include/spooles"
+ ];
+
+ patches = [
+ ./calculix.patch
+ ];
+
+ postPatch = ''
+ cd ccx*/src
+ '';
+
+ installPhase = ''
+ install -Dm0755 ccx_${version} $out/bin/ccx
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = "http://www.calculix.de/";
+ description = "Three-dimensional structural finite element program";
+ license = licenses.gpl2Plus;
+ maintainers = with maintainers; [ gebner ];
+ platforms = platforms.unix;
+ };
+}
diff --git a/pkgs/applications/science/math/cplex/default.nix b/pkgs/applications/science/math/cplex/default.nix
index dc0e9ea1aa5..a14839d3ecc 100644
--- a/pkgs/applications/science/math/cplex/default.nix
+++ b/pkgs/applications/science/math/cplex/default.nix
@@ -71,6 +71,11 @@ stdenv.mkDerivation rec {
fi
done
'';
+
+ passthru = {
+ libArch = "x86-64_linux";
+ libSuffix = "${version}0";
+ };
meta = with stdenv.lib; {
description = "Optimization solver for mathematical programming";
diff --git a/pkgs/applications/science/math/gap/default.nix b/pkgs/applications/science/math/gap/default.nix
index 6beb87e9f02..7eb10d1f952 100644
--- a/pkgs/applications/science/math/gap/default.nix
+++ b/pkgs/applications/science/math/gap/default.nix
@@ -45,7 +45,6 @@ let
"sophus-*"
"tomlib-*"
];
- standardPackages = requiredPackages ++ autoloadedPackages;
keepAll = keepAllPackages || (packageSet == "full");
packagesToKeep = requiredPackages ++ lib.optionals (packageSet == "standard") autoloadedPackages;
@@ -62,11 +61,11 @@ in
stdenv.mkDerivation rec {
pname = "gap";
# https://www.gap-system.org/Releases/
- version = "4.10.1";
+ version = "4.10.2";
src = fetchurl {
url = "https://www.gap-system.org/pub/gap/gap-${lib.versions.major version}.${lib.versions.minor version}/tar.bz2/gap-${version}.tar.bz2";
- sha256 = "136s0zvhcw41fshj5zgsrjcy2kd58cdh2m3ddp5rdizi4rx54f10";
+ sha256 = "0cp6ddk0469zzv1m1vair6gm27ic6c5m77ri8rn0znq3gaps6x94";
};
# remove all non-essential packages (which take up a lot of space)
diff --git a/pkgs/applications/science/math/gmsh/default.nix b/pkgs/applications/science/math/gmsh/default.nix
index 80b2764cdc0..1d96c0039ad 100644
--- a/pkgs/applications/science/math/gmsh/default.nix
+++ b/pkgs/applications/science/math/gmsh/default.nix
@@ -1,28 +1,26 @@
{ stdenv, fetchurl, cmake, openblasCompat, gfortran, gmm, fltk, libjpeg
-, zlib, libGLU_combined, libGLU, xorg }:
+, zlib, libGLU_combined, libGLU, xorg, opencascade-occt }:
-let version = "4.3.0"; in
-
-stdenv.mkDerivation {
- name = "gmsh-${version}";
+stdenv.mkDerivation rec {
+ pname = "gmsh";
+ version = "4.4.1";
src = fetchurl {
url = "http://gmsh.info/src/gmsh-${version}-source.tgz";
- sha256 = "0ab4p2dilk4rfw1qc817rmy56qkhxaajpnqdnvahbhcbf3skd8jl";
+ sha256 = "1p7hibmsgv961lfkzdxlgcvmcb0q155m2sp60r97cjsfzhw68g45";
};
buildInputs = [ openblasCompat gmm fltk libjpeg zlib libGLU_combined
libGLU xorg.libXrender xorg.libXcursor xorg.libXfixes xorg.libXext
xorg.libXft xorg.libXinerama xorg.libX11 xorg.libSM xorg.libICE
+ opencascade-occt
];
nativeBuildInputs = [ cmake gfortran ];
- enableParallelBuilding = true;
-
meta = {
description = "A three-dimensional finite element mesh generator";
- homepage = http://gmsh.info/;
+ homepage = "http://gmsh.info/";
platforms = [ "x86_64-linux" ];
license = stdenv.lib.licenses.gpl2Plus;
};
diff --git a/pkgs/applications/science/math/gurobi/default.nix b/pkgs/applications/science/math/gurobi/default.nix
index be14d141128..ee9bdcc6f1b 100644
--- a/pkgs/applications/science/math/gurobi/default.nix
+++ b/pkgs/applications/science/math/gurobi/default.nix
@@ -1,8 +1,10 @@
-{ stdenv, fetchurl, autoPatchelfHook, python }:
+{ stdenv, lib, fetchurl, autoPatchelfHook, python }:
-stdenv.mkDerivation rec {
+let
+ majorVersion = "8.1";
+in stdenv.mkDerivation rec {
name = "gurobi-${version}";
- version = "8.1.0";
+ version = "${majorVersion}.0";
src = with stdenv.lib; fetchurl {
url = "http://packages.gurobi.com/${versions.majorMinor version}/gurobi${version}_linux64.tar.gz";
@@ -44,6 +46,8 @@ stdenv.mkDerivation rec {
ln -s $out/lib/gurobi-javadoc.jar $out/share/java/
'';
+ passthru.libSuffix = lib.replaceStrings ["."] [""] majorVersion;
+
meta = with stdenv.lib; {
description = "Optimization solver for mathematical programming";
homepage = https://www.gurobi.com;
diff --git a/pkgs/applications/science/math/mathematica/11.nix b/pkgs/applications/science/math/mathematica/11.nix
new file mode 100644
index 00000000000..521cb70099b
--- /dev/null
+++ b/pkgs/applications/science/math/mathematica/11.nix
@@ -0,0 +1,150 @@
+{ stdenv
+, coreutils
+, patchelf
+, requireFile
+, callPackage
+, alsaLib
+, dbus
+, fontconfig
+, freetype
+, gcc
+, glib
+, ncurses
+, opencv
+, openssl
+, unixODBC
+, xkeyboard_config
+, xorg
+, zlib
+, libxml2
+, libuuid
+, lang ? "en"
+, libGL
+, libGLU
+}:
+
+let
+ l10n =
+ import ./l10ns.nix {
+ lib = stdenv.lib;
+ inherit requireFile lang;
+ majorVersion = "11";
+ };
+in
+stdenv.mkDerivation rec {
+ inherit (l10n) version name src;
+
+ buildInputs = [
+ coreutils
+ patchelf
+ alsaLib
+ coreutils
+ dbus
+ fontconfig
+ freetype
+ gcc.cc
+ gcc.libc
+ glib
+ ncurses
+ opencv
+ openssl
+ unixODBC
+ xkeyboard_config
+ libxml2
+ libuuid
+ zlib
+ libGL
+ libGLU
+ ] ++ (with xorg; [
+ libX11
+ libXext
+ libXtst
+ libXi
+ libXmu
+ libXrender
+ libxcb
+ libXcursor
+ libXfixes
+ libXrandr
+ libICE
+ libSM
+ ]);
+
+ ldpath = stdenv.lib.makeLibraryPath buildInputs
+ + stdenv.lib.optionalString (stdenv.hostPlatform.system == "x86_64-linux")
+ (":" + stdenv.lib.makeSearchPathOutput "lib" "lib64" buildInputs);
+
+ phases = "unpackPhase installPhase fixupPhase";
+
+ unpackPhase = ''
+ echo "=== Extracting makeself archive ==="
+ # find offset from file
+ offset=$(${stdenv.shell} -c "$(grep -axm1 -e 'offset=.*' $src); echo \$offset" $src)
+ dd if="$src" ibs=$offset skip=1 | tar -xf -
+ cd Unix
+ '';
+
+ installPhase = ''
+ cd Installer
+ # don't restrict PATH, that has already been done
+ sed -i -e 's/^PATH=/# PATH=/' MathInstaller
+ sed -i -e 's/\/bin\/bash/\/bin\/sh/' MathInstaller
+
+ echo "=== Running MathInstaller ==="
+ ./MathInstaller -auto -createdir=y -execdir=$out/bin -targetdir=$out/libexec/Mathematica -silent
+
+ # Fix library paths
+ cd $out/libexec/Mathematica/Executables
+ for path in mathematica MathKernel Mathematica WolframKernel wolfram math; do
+ sed -i -e 's#export LD_LIBRARY_PATH$#export LD_LIBRARY_PATH=${zlib}/lib:\''${LD_LIBRARY_PATH}#' $path
+ done
+
+ # Fix xkeyboard config path for Qt
+ for path in mathematica Mathematica; do
+ line=$(grep -n QT_PLUGIN_PATH $path | sed 's/:.*//')
+ sed -i -e "$line iexport QT_XKB_CONFIG_ROOT=\"${xkeyboard_config}/share/X11/xkb\"" $path
+ done
+ '';
+
+ preFixup = ''
+ echo "=== PatchElfing away ==="
+ # This code should be a bit forgiving of errors, unfortunately
+ set +e
+ find $out/libexec/Mathematica/SystemFiles -type f -perm -0100 | while read f; do
+ type=$(readelf -h "$f" 2>/dev/null | grep 'Type:' | sed -e 's/ *Type: *\([A-Z]*\) (.*/\1/')
+ if [ -z "$type" ]; then
+ :
+ elif [ "$type" == "EXEC" ]; then
+ echo "patching $f executable <<"
+ patchelf --shrink-rpath "$f"
+ patchelf \
+ --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
+ --set-rpath "$(patchelf --print-rpath "$f"):${ldpath}" \
+ "$f" \
+ && patchelf --shrink-rpath "$f" \
+ || echo unable to patch ... ignoring 1>&2
+ elif [ "$type" == "DYN" ]; then
+ echo "patching $f library <<"
+ patchelf \
+ --set-rpath "$(patchelf --print-rpath "$f"):${ldpath}" \
+ "$f" \
+ && patchelf --shrink-rpath "$f" \
+ || echo unable to patch ... ignoring 1>&2
+ else
+ echo "not patching $f <<: unknown elf type"
+ fi
+ done
+ '';
+
+ # all binaries are already stripped
+ dontStrip = true;
+
+ # we did this in prefixup already
+ dontPatchELF = true;
+
+ meta = {
+ description = "Wolfram Mathematica computational software system";
+ homepage = http://www.wolfram.com/mathematica/;
+ license = stdenv.lib.licenses.unfree;
+ };
+}
diff --git a/pkgs/applications/science/math/mathematica/default.nix b/pkgs/applications/science/math/mathematica/default.nix
index 165a5660557..ca9a87abe13 100644
--- a/pkgs/applications/science/math/mathematica/default.nix
+++ b/pkgs/applications/science/math/mathematica/default.nix
@@ -1,6 +1,7 @@
{ stdenv
, coreutils
, patchelf
+, requireFile
, callPackage
, alsaLib
, dbus
@@ -24,10 +25,10 @@
let
l10n =
- with stdenv.lib;
- with callPackage ./l10ns.nix {};
- flip (findFirst (l: l.lang == lang)) l10ns
- (throw "Language '${lang}' not supported");
+ import ./l10ns.nix {
+ lib = stdenv.lib;
+ inherit requireFile lang;
+ };
in
stdenv.mkDerivation rec {
inherit (l10n) version name src;
@@ -72,8 +73,6 @@ stdenv.mkDerivation rec {
+ stdenv.lib.optionalString (stdenv.hostPlatform.system == "x86_64-linux")
(":" + stdenv.lib.makeSearchPathOutput "lib" "lib64" buildInputs);
- phases = "unpackPhase installPhase fixupPhase";
-
unpackPhase = ''
echo "=== Extracting makeself archive ==="
# find offset from file
@@ -99,8 +98,7 @@ stdenv.mkDerivation rec {
# Fix xkeyboard config path for Qt
for path in mathematica Mathematica; do
- line=$(grep -n QT_PLUGIN_PATH $path | sed 's/:.*//')
- sed -i -e "$line iexport QT_XKB_CONFIG_ROOT=\"${xkeyboard_config}/share/X11/xkb\"" $path
+ sed -i -e "2iexport QT_XKB_CONFIG_ROOT=\"${xkeyboard_config}/share/X11/xkb\"\n" $path
done
'';
@@ -134,15 +132,19 @@ stdenv.mkDerivation rec {
done
'';
+ dontBuild = true;
+
# all binaries are already stripped
dontStrip = true;
# we did this in prefixup already
dontPatchELF = true;
- meta = {
+ meta = with stdenv.lib; {
description = "Wolfram Mathematica computational software system";
homepage = http://www.wolfram.com/mathematica/;
- license = stdenv.lib.licenses.unfree;
+ license = licenses.unfree;
+ maintainers = with maintainers; [ herberteuler ];
+ platforms = [ "x86_64-linux" ];
};
}
diff --git a/pkgs/applications/science/math/mathematica/l10ns.nix b/pkgs/applications/science/math/mathematica/l10ns.nix
index 065360a112d..51fb489be7e 100644
--- a/pkgs/applications/science/math/mathematica/l10ns.nix
+++ b/pkgs/applications/science/math/mathematica/l10ns.nix
@@ -1,9 +1,18 @@
-{ lib, requireFile }:
+{ lib
+, requireFile
+, lang
+, majorVersion ? null
+}:
-with lib;
-{
- l10ns = flip map
+let allVersions = with lib; flip map
+ # N.B. Versions in this list should be ordered from newest to oldest.
[
+ {
+ version = "12.0.0";
+ lang = "en";
+ language = "English";
+ sha256 = "b9fb71e1afcc1d72c200196ffa434512d208fa2920e207878433f504e58ae9d7";
+ }
{
version = "11.3.0";
lang = "en";
@@ -30,4 +39,16 @@ with lib;
inherit sha256;
};
});
-}
+minVersion =
+ with lib;
+ if majorVersion == null
+ then elemAt (builtins.splitVersion (elemAt allVersions 0).version) 0
+ else majorVersion;
+maxVersion = toString (1 + builtins.fromJSON minVersion);
+in
+with lib;
+findFirst (l: (l.lang == lang
+ && l.version >= minVersion
+ && l.version < maxVersion))
+ (throw "Version ${minVersion} in language ${lang} not supported")
+ allVersions
diff --git a/pkgs/applications/science/math/pari/gp2c.nix b/pkgs/applications/science/math/pari/gp2c.nix
index 4915e42025b..86bd2e84367 100644
--- a/pkgs/applications/science/math/pari/gp2c.nix
+++ b/pkgs/applications/science/math/pari/gp2c.nix
@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "gp2c-${version}";
- version = "0.0.11pl1";
+ version = "0.0.11pl2";
src = fetchurl {
url = "https://pari.math.u-bordeaux.fr/pub/pari/GP2C/${name}.tar.gz";
- sha256 = "1c6f6vmncw032kfzrfyr8bynw6yd3faxpy2285r009fmr0zxfs5s";
+ sha256 = "0wqsf05wgkqvmmsx7jinvzdqav6rl56sr8haibgs31nzz4x9xz9g";
};
buildInputs = [ pari perl ];
diff --git a/pkgs/applications/science/math/qalculate-gtk/default.nix b/pkgs/applications/science/math/qalculate-gtk/default.nix
index 4da3a3f3d7b..b4d82b9583c 100644
--- a/pkgs/applications/science/math/qalculate-gtk/default.nix
+++ b/pkgs/applications/science/math/qalculate-gtk/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qalculate-gtk";
- version = "3.2.0";
+ version = "3.3.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-gtk";
rev = "v${version}";
- sha256 = "1yhhfqcxi1b7dfrl8qh16l9iwgzvw1p0hhl7nnjpxhdwxz880sv0";
+ sha256 = "1z2d32dcvdd66114j3km58xfk80hc5rd0zrh2fgz1azv8r4cqq1b";
};
patchPhase = ''
diff --git a/pkgs/applications/science/math/sage/default.nix b/pkgs/applications/science/math/sage/default.nix
index 92ec32d5cc5..caf51c3da25 100644
--- a/pkgs/applications/science/math/sage/default.nix
+++ b/pkgs/applications/science/math/sage/default.nix
@@ -7,7 +7,7 @@
# is always preferred, see `sage-src.nix` for that.
let
- inherit (pkgs) fetchurl symlinkJoin callPackage nodePackages;
+ inherit (pkgs) symlinkJoin callPackage nodePackages;
# https://trac.sagemath.org/ticket/15980 for tracking of python3 support
python = pkgs.python2.override {
@@ -33,7 +33,7 @@ let
# `sagelib`, i.e. all of sage except some wrappers and runtime dependencies
sagelib = self.callPackage ./sagelib.nix {
inherit flint ecl arb;
- inherit sage-src pynac singular;
+ inherit sage-src env-locations pynac singular;
linbox = pkgs.linbox.override { withSage = true; };
pkg-config = pkgs.pkgconfig; # not to confuse with pythonPackages.pkgconfig
};
@@ -130,7 +130,7 @@ let
singular = pkgs.singular.override { inherit flint; };
# https://trac.sagemath.org/ticket/26625
- maxima-ecl = pkgs.maxima-ecl-5_41;
+ maxima-ecl = pkgs.maxima-ecl;
# *not* to confuse with the python package "pynac"
pynac = pkgs.pynac.override { inherit singular flint; };
diff --git a/pkgs/applications/science/math/sage/dist-tests.nix b/pkgs/applications/science/math/sage/dist-tests.nix
new file mode 100644
index 00000000000..24a86a8f37a
--- /dev/null
+++ b/pkgs/applications/science/math/sage/dist-tests.nix
@@ -0,0 +1,17 @@
+# Lists past failures and files associated with it. The intention is to build
+# up a subset of a testsuite that catches 95% of failures that are relevant for
+# distributions while only taking ~5m to run. This in turn makes it more
+# reasonable to re-test sage on dependency changes and makes it easier for
+# users to override the sage derivation.
+# This is an experiment for now. If it turns out that there really is a small
+# subset of files responsible for the vast majority of packaging tests, we can
+# think about moving this upstream.
+[
+ "src/sage/env.py" # [1]
+ "src/sage/misc/persist.pyx" # [1]
+ "src/sage/misc/inline_fortran.py" # [1]
+ "src/sage/repl/ipython_extension.py" # [1]
+]
+
+# Numbered list of past failures to annotate files with
+# [1] PYTHONPATH related issue https://github.com/NixOS/nixpkgs/commit/ec7f569211091282410050e89e68832d4fe60528
diff --git a/pkgs/applications/science/math/sage/patches/configurationpy-error-verbose.patch b/pkgs/applications/science/math/sage/patches/configurationpy-error-verbose.patch
new file mode 100644
index 00000000000..e687281ad1a
--- /dev/null
+++ b/pkgs/applications/science/math/sage/patches/configurationpy-error-verbose.patch
@@ -0,0 +1,19 @@
+diff --git a/src/sage/repl/configuration.py b/src/sage/repl/configuration.py
+index 67d7d2accf..18279581e2 100644
+--- a/src/sage/repl/configuration.py
++++ b/src/sage/repl/configuration.py
+@@ -9,10 +9,11 @@ the IPython simple prompt is being used::
+ sage: cmd = 'print([sys.stdin.isatty(), sys.stdout.isatty()])'
+ sage: import pexpect
+ sage: output = pexpect.run(
+- ....: 'bash -c \'echo "{0}" | sage\''.format(cmd),
++ ....: 'bash -c \'export SAGE_BANNER=no; echo "{0}" | sage\''.format(cmd),
+ ....: ).decode('utf-8', 'surrogateescape')
+- sage: 'sage: [False, True]' in output
+- True
++ sage: print(output)
++ sage...[False, True]
++ sage...Exiting Sage ...
+ """
+
+ #*****************************************************************************
diff --git a/pkgs/applications/science/math/sage/patches/do-not-test-package-manifests.patch b/pkgs/applications/science/math/sage/patches/do-not-test-package-manifests.patch
deleted file mode 100644
index 9e3f0f5ae88..00000000000
--- a/pkgs/applications/science/math/sage/patches/do-not-test-package-manifests.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/src/sage/misc/package.py b/src/sage/misc/package.py
-index 3bca15d53b..7cf04ff8d1 100644
---- a/src/sage/misc/package.py
-+++ b/src/sage/misc/package.py
-@@ -478,16 +478,16 @@ def package_manifest(package):
-
- EXAMPLES::
-
-- sage: from sage.misc.package import package_manifest
-- sage: sagetex_manifest = package_manifest('sagetex')
-- sage: sagetex_manifest['package_name'] == 'sagetex'
-+ sage: from sage.misc.package import package_manifest # optional - buildsystem
-+ sage: sagetex_manifest = package_manifest('sagetex') # optional - buildsystem
-+ sage: sagetex_manifest['package_name'] == 'sagetex' # optional - buildsystem
- True
-- sage: 'files' in sagetex_manifest
-+ sage: 'files' in sagetex_manifest # optional - buildsystem
- True
-
- Test a nonexistent package::
-
-- sage: package_manifest('dummy-package')
-+ sage: package_manifest('dummy-package') # optional - buildsystem
- Traceback (most recent call last):
- ...
- KeyError: 'dummy-package'
diff --git a/pkgs/applications/science/math/sage/patches/sphinx-docbuild-subprocesses.patch b/pkgs/applications/science/math/sage/patches/sphinx-docbuild-subprocesses.patch
new file mode 100644
index 00000000000..933344aa559
--- /dev/null
+++ b/pkgs/applications/science/math/sage/patches/sphinx-docbuild-subprocesses.patch
@@ -0,0 +1,57 @@
+diff --git a/src/sage_setup/docbuild/__init__.py b/src/sage_setup/docbuild/__init__.py
+index 0f2700168a..60f71357d2 100644
+--- a/src/sage_setup/docbuild/__init__.py
++++ b/src/sage_setup/docbuild/__init__.py
+@@ -86,26 +86,6 @@ def builder_helper(type):
+ """
+ Returns a function which builds the documentation for
+ output type ``type``.
+-
+- TESTS:
+-
+- Check that :trac:`25161` has been resolved::
+-
+- sage: from sage_setup.docbuild import DocBuilder, setup_parser
+- sage: DocBuilder._options = setup_parser().parse_args([])[0] # builder_helper needs _options to be set
+-
+- sage: import sage_setup.docbuild.sphinxbuild
+- sage: def raiseBaseException():
+- ....: raise BaseException("abort pool operation")
+- sage: original_runsphinx, sage_setup.docbuild.sphinxbuild.runsphinx = sage_setup.docbuild.sphinxbuild.runsphinx, raiseBaseException
+-
+- sage: from sage_setup.docbuild import builder_helper, build_many, build_ref_doc
+- sage: helper = builder_helper("html")
+- sage: try:
+- ....: build_many(build_ref_doc, [("docname", "en", "html", {})])
+- ....: except Exception as E:
+- ....: "Non-exception during docbuild: abort pool operation" in str(E)
+- True
+ """
+ def f(self, *args, **kwds):
+ output_dir = self._output_dir(type)
+@@ -127,10 +107,9 @@ def builder_helper(type):
+ logger.debug(build_command)
+
+ # Run Sphinx with Sage's special logger
+- sys.argv = ["sphinx-build"] + build_command.split()
+- from .sphinxbuild import runsphinx
++ args = "python -um sage_setup.docbuild.sphinxbuild -N".split() + build_command.split()
+ try:
+- runsphinx()
++ subprocess.check_call(args)
+ except Exception:
+ if ABORT_ON_ERROR:
+ raise
+diff --git a/src/sage_setup/docbuild/sphinxbuild.py b/src/sage_setup/docbuild/sphinxbuild.py
+index 9a2fba79bc..77c8ed3592 100644
+--- a/src/sage_setup/docbuild/sphinxbuild.py
++++ b/src/sage_setup/docbuild/sphinxbuild.py
+@@ -318,3 +318,8 @@ def runsphinx():
+ sys.stderr = saved_stderr
+ sys.stdout.flush()
+ sys.stderr.flush()
++
++if __name__ == '__main__':
++ import sys
++ sys.argv[0] = "sphinx-build"
++ runsphinx()
diff --git a/pkgs/applications/science/math/sage/patches/sympow-cache.patch b/pkgs/applications/science/math/sage/patches/sympow-cache.patch
new file mode 100644
index 00000000000..20020d610f8
--- /dev/null
+++ b/pkgs/applications/science/math/sage/patches/sympow-cache.patch
@@ -0,0 +1,21 @@
+diff --git a/src/sage/lfunctions/sympow.py b/src/sage/lfunctions/sympow.py
+index 1640ac4f6a..03578be7b8 100644
+--- a/src/sage/lfunctions/sympow.py
++++ b/src/sage/lfunctions/sympow.py
+@@ -50,6 +50,7 @@ from __future__ import print_function, absolute_import
+
+ import os
+
++from sage.env import DOT_SAGE
+ from sage.structure.sage_object import SageObject
+ from sage.misc.all import pager, verbose
+ import sage.rings.all
+@@ -76,7 +77,7 @@ class Sympow(SageObject):
+ """
+ Used to call sympow with given args
+ """
+- cmd = 'sympow %s'%args
++ cmd = 'env SYMPOW_CACHEDIR="%s/sympow///" sympow %s' % (DOT_SAGE, args)
+ v = os.popen(cmd).read().strip()
+ verbose(v, level=2)
+ return v
diff --git a/pkgs/applications/science/math/sage/patches/threejs-offline.patch b/pkgs/applications/science/math/sage/patches/threejs-offline.patch
new file mode 100644
index 00000000000..62b2f114bd6
--- /dev/null
+++ b/pkgs/applications/science/math/sage/patches/threejs-offline.patch
@@ -0,0 +1,64 @@
+diff --git a/build/pkgs/threejs/spkg-src b/build/pkgs/threejs/spkg-src
+index 91780d813c..254b850a24 100755
+--- a/build/pkgs/threejs/spkg-src
++++ b/build/pkgs/threejs/spkg-src
+@@ -20,9 +20,17 @@ URL3="https://raw.githubusercontent.com/mrdoob/three.js/${GIT_VERSION}/LICENSE"
+ echo "Downloading $URL3"
+ curl -OL "$URL3"
+
++# Set up directory structure
++
++mkdir build
++mv three.min.js build
++
++mkdir -p examples/js/controls
++mv OrbitControls.js examples/js/controls
++
+ # Package
+-tar czf "$SAGE_ROOT/upstream/threejs-${GIT_VERSION}.tar.gz" 'three.min.js' 'OrbitControls.js' 'LICENSE'
+-rm -rf 'three.min.js' 'OrbitControls.js' 'LICENSE'
++tar czf "$SAGE_ROOT/upstream/threejs-${GIT_VERSION}.tar.gz" build examples 'LICENSE'
++rm -rf 'build' 'examples' 'LICENSE'
+
+ # Update package info
+ echo "${GIT_VERSION}" > 'package-version.txt'
+diff --git a/src/sage/repl/rich_output/backend_ipython.py b/src/sage/repl/rich_output/backend_ipython.py
+index 7c27d48a21..8bf4861a35 100644
+--- a/src/sage/repl/rich_output/backend_ipython.py
++++ b/src/sage/repl/rich_output/backend_ipython.py
+@@ -411,10 +411,15 @@ class BackendIPythonCommandline(BackendIPython):
+ sage: backend.threejs_offline_scripts()
+ '...
+-
++
++
+
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index 56d8082d2f5..57d6c852be8 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -10,14 +10,14 @@
# all get the same sources with the same patches applied.
stdenv.mkDerivation rec {
- version = "8.7";
+ version = "8.8";
pname = "sage-src";
src = fetchFromGitHub {
owner = "sagemath";
repo = "sage";
rev = version;
- sha256 = "05vvrd6syh0hlmrk6kzjrwd0hpmvxp8vr8p3mkjb0jh5p2kjdd27";
+ sha256 = "0jm7zdkz8wfgrmf6620jfr8kgvprrz3qfl8gzx6rl5z5cm734b6x";
};
# Patches needed because of particularities of nix or the way this is packaged.
@@ -45,42 +45,26 @@ stdenv.mkDerivation rec {
# Fixes a potential race condition which can lead to transient doctest failures.
./patches/fix-ecl-race.patch
- # Parallelize docubuild using subprocesses, fixing an isolation issue. See
- # https://groups.google.com/forum/#!topic/sage-packaging/YGOm8tkADrE
- (fetchpatch {
- name = "sphinx-docbuild-subprocesses.patch";
- url = "https://salsa.debian.org/science-team/sagemath/raw/8a215b17e6f791ddfae6df8ce6d01dfb89acb434/debian/patches/df-subprocess-sphinx.patch";
- sha256 = "07p9i0fwjgapmfvmi436yn6v60p8pvmxqjc93wsssqgh5kd8qw3n";
- stripLen = 1;
- })
-
- # Part of the build system. Should become unnecessary with sage 8.8.
- # Upstream discussion here: https://trac.sagemath.org/ticket/27124#comment:33
- ./patches/do-not-test-package-manifests.patch
-
# Not necessary since library location is set explicitly
# https://trac.sagemath.org/ticket/27660#ticket
./patches/do-not-test-find-library.patch
- # https://trac.sagemath.org/ticket/27697#ticket
- (fetchpatch {
- name = "pplpy-doc-location-configurable.patch";
- url = "https://git.sagemath.org/sage.git/patch/?h=c4d966e7cb0c7b87c55d52dc6f46518433a2a0a2";
- sha256 = "0pqbbsx8mriwny422s9mp3z5d095cnam32sm62q4mxk8g8jb9vm9";
- })
+
+ # https://trac.sagemath.org/ticket/28007
+ ./patches/threejs-offline.patch
+
+ # Parallelize docubuild using subprocesses, fixing an isolation issue. See
+ # https://groups.google.com/forum/#!topic/sage-packaging/YGOm8tkADrE
+ ./patches/sphinx-docbuild-subprocesses.patch
];
# Since sage unfortunately does not release bugfix releases, packagers must
# fix those bugs themselves. This is for critical bugfixes, where "critical"
# == "causes (transient) doctest failures / somebody complained".
bugfixPatches = [
- # Transient doctest failure in src/sage/modular/abvar/torsion_subgroup.py
- # https://trac.sagemath.org/ticket/27477
- (fetchpatch {
- name = "sig_on_in_matrix_sparce.patch";
- url = "https://git.sagemath.org/sage.git/patch?id2=10407524b18659e14e184114b61c043fb816f3c2&id=c9b0cc9d0b8748ab85e568f8f57f316c5e8cbe54";
- sha256 = "0wgp7yvn9sm1ynlhcr4l0hzmvr2n28llg4xc01p6k1zz4im64c17";
- })
+ # To help debug the transient error in
+ # https://trac.sagemath.org/ticket/23087 when it next occurs.
+ ./patches/configurationpy-error-verbose.patch
];
# Patches needed because of package updates. We could just pin the versions of
@@ -113,35 +97,6 @@ stdenv.mkDerivation rec {
stripLen = 1;
})
- # https://trac.sagemath.org/ticket/26451
- (fetchSageDiff {
- name = "sphinx-1.8.patch";
- base = "8.7";
- rev = "737afd8f314bd1e16feaec562bb4b5efa2effa8b";
- sha256 = "0n56ss88ds662bp49j23z5c2i6hsn3jynxw13wv76hyl0h7l1hjh";
- })
-
- # https://trac.sagemath.org/ticket/27653
- (fetchpatch {
- name = "sympy-1.4.patch";
- url = "https://git.sagemath.org/sage.git/patch/?h=3277ba76d0ba7174608a31a0c6623e9210c63e3d";
- sha256 = "09avaanwmdgqv14mmllbgw9z2scf4lc0y0kzdhlriiq8ss9j8iir";
- })
-
- # https://trac.sagemath.org/ticket/27094
- (fetchpatch {
- name = "gap-4.10.1.patch";
- url = "https://git.sagemath.org/sage.git/patch?id=d3483110474591ea6cc8e3210cd884f3e0018b3e";
- sha256 = "028i6h8l8npwzx5z0ax0rcywl85gc83qw1jf93zf523msdfcsk0n";
- })
-
- # https://trac.sagemath.org/ticket/27738
- (fetchpatch {
- name = "R-3.6.0.patch";
- url = "https://git.sagemath.org/sage.git/patch/?h=8b7dbd0805d02d0e8674a272e161ceb24a637966";
- sha256 = "1c81f13z1w62s06yvp43gz6vkp8mxcs289n6l4gj9xj10slimzff";
- })
-
# https://trac.sagemath.org/ticket/26932
(fetchSageDiff {
name = "givaro-4.1.0_fflas-ffpack-2.4.0_linbox-1.6.0.patch";
@@ -149,6 +104,11 @@ stdenv.mkDerivation rec {
rev = "c11d9cfa23ff9f77681a8f12742f68143eed4504";
sha256 = "0xzra7mbgqvahk9v45bjwir2mqz73hrhhy314jq5nxrb35ysdxyi";
})
+
+ # After updating smypow to (https://trac.sagemath.org/ticket/3360) we can
+ # now set the cache dir to be withing the .sage directory. This is not
+ # strictly necessary, but keeps us from littering in the user's HOME.
+ ./patches/sympow-cache.patch
];
patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;
diff --git a/pkgs/applications/science/math/sage/sage-tests.nix b/pkgs/applications/science/math/sage/sage-tests.nix
index 12433e12fe9..0cd5b5d976a 100644
--- a/pkgs/applications/science/math/sage/sage-tests.nix
+++ b/pkgs/applications/science/math/sage/sage-tests.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
sage-with-env
];
- unpackPhase = "#do nothing";
+ dontUnpack = true;
configurePhase = "#do nothing";
buildPhase = "#do nothing";
@@ -51,6 +51,10 @@ stdenv.mkDerivation rec {
export HOME="$TMPDIR/sage-home"
mkdir -p "$HOME"
+ # avoid running out of memory with many threads in subprocesses, see
+ # https://github.com/NixOS/nixpkgs/pull/65802
+ export GLIBC_TUNABLES=glibc.malloc.arena_max=4
+
echo "Running sage tests with arguments ${timeSpecifier} ${patienceSpecifier} ${testArgs}"
"sage" -t --nthreads "$NIX_BUILD_CORES" --optional=sage ${timeSpecifier} ${patienceSpecifier} ${testArgs}
'';
diff --git a/pkgs/applications/science/math/sage/sage-with-env.nix b/pkgs/applications/science/math/sage/sage-with-env.nix
index 5bb7eda47d5..e4b1aeae016 100644
--- a/pkgs/applications/science/math/sage/sage-with-env.nix
+++ b/pkgs/applications/science/math/sage/sage-with-env.nix
@@ -99,6 +99,13 @@ stdenv.mkDerivation rec {
for pkg in ${lib.concatStringsSep " " input_names}; do
touch "installed/$pkg"
done
+
+ # threejs version is in format 0..minor, but sage currently still
+ # relies on installed_packages for the online version of threejs to work
+ # and expects the format r. This is a hotfix for now.
+ # upstream: https://trac.sagemath.org/ticket/26434
+ rm "installed/threejs"*
+ touch "installed/threejs-r${lib.versions.minor three.version}"
'';
installPhase = ''
diff --git a/pkgs/applications/science/math/sage/sage.nix b/pkgs/applications/science/math/sage/sage.nix
index 541b9cb36dc..f6dc21d0018 100644
--- a/pkgs/applications/science/math/sage/sage.nix
+++ b/pkgs/applications/science/math/sage/sage.nix
@@ -11,7 +11,7 @@
# A wrapper that makes sure sage finds its docs (if they were build) and the
# jupyter kernel spec.
-let
+let
# generate kernel spec + default kernels
kernel-specs = jupyter-kernel.create {
definitions = jupyter-kernel.default // {
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
sage-tests
];
- unpackPhase = "#do nothing";
+ dontUnpack = true;
configurePhase = "#do nothing";
buildPhase = "#do nothing";
diff --git a/pkgs/applications/science/math/sage/sagelib.nix b/pkgs/applications/science/math/sage/sagelib.nix
index d745532d5d7..1040d6d4ba1 100644
--- a/pkgs/applications/science/math/sage/sagelib.nix
+++ b/pkgs/applications/science/math/sage/sagelib.nix
@@ -1,4 +1,5 @@
{ sage-src
+, env-locations
, perl
, buildPythonPackage
, arb
@@ -125,8 +126,11 @@ buildPythonPackage rec {
export SAGE_ROOT="$PWD"
export SAGE_LOCAL="$SAGE_ROOT"
export SAGE_SHARE="$SAGE_LOCAL/share"
- export JUPYTER_PATH="$SAGE_LOCAL/jupyter"
+ # set locations of dependencies (needed for nbextensions like threejs)
+ . ${env-locations}/sage-env-locations
+
+ export JUPYTER_PATH="$SAGE_LOCAL/jupyter"
export PATH="$SAGE_ROOT/build/bin:$SAGE_ROOT/src/bin:$PATH"
export SAGE_NUM_THREADS="$NIX_BUILD_CORES"
diff --git a/pkgs/applications/science/math/sage/sagenb.nix b/pkgs/applications/science/math/sage/sagenb.nix
index 32335b45202..03b5b7a3bbf 100644
--- a/pkgs/applications/science/math/sage/sagenb.nix
+++ b/pkgs/applications/science/math/sage/sagenb.nix
@@ -1,5 +1,4 @@
{ stdenv
-, fetchpatch
, python
, buildPythonPackage
, fetchFromGitHub
diff --git a/pkgs/applications/science/math/scilab-bin/default.nix b/pkgs/applications/science/math/scilab-bin/default.nix
index c3a74d14bc0..21ce53e70c5 100644
--- a/pkgs/applications/science/math/scilab-bin/default.nix
+++ b/pkgs/applications/science/math/scilab-bin/default.nix
@@ -3,9 +3,7 @@
let
name = "scilab-bin-${ver}";
- ver = "6.0.1";
-
- majorVer = builtins.elemAt (lib.splitString "." ver) 0;
+ ver = "6.0.2";
badArch = throw "${name} requires i686-linux or x86_64-linux";
@@ -26,7 +24,7 @@ stdenv.mkDerivation rec {
if stdenv.hostPlatform.system == "i686-linux" then
"0fgjc2ak3b2qi6yin3fy50qwk2bcj0zbz1h4lyyic9n1n1qcliib"
else if stdenv.hostPlatform.system == "x86_64-linux" then
- "1scswlznc14vyzg0gqa1q9gcpwx05kz1sbn563463mzkdp7nd35d"
+ "05clcdgry90drirl3swbxn5q36fmgknnhs6h5pr7mmrzfr6r818w"
else
badArch;
};
diff --git a/pkgs/applications/science/misc/motu-client/default.nix b/pkgs/applications/science/misc/motu-client/default.nix
deleted file mode 100644
index d4367ef7e2d..00000000000
--- a/pkgs/applications/science/misc/motu-client/default.nix
+++ /dev/null
@@ -1,23 +0,0 @@
-{ python27Packages, fetchurl, lib } :
-python27Packages.buildPythonApplication rec {
- pname = "motu-client";
- version = "1.5.00";
-
- src = fetchurl {
- url = "https://github.com/quiet-oceans/motuclient-setuptools/archive/${version}.tar.gz";
- sha256 = "1iqsws3wa2gpb36ms21xmaxfi83i8p8cdya4cxpn4r47c8mz74x8";
- };
-
- meta = with lib; {
- homepage = https://github.com/quiet-oceans/motuclient-setuptools;
- description = "CLI to query oceanographic data to Motu servers";
- longDescription = ''
- Access data from (motu)[https://sourceforge.net/projects/cls-motu/] servers.
- This is a refactored fork of the original release in order to simplify integration,
- deployment and packaging. Upstream code can be found at
- https://sourceforge.net/projects/cls-motu/ .
- '';
- license = licenses.lgpl3Plus;
- maintainers = [ maintainers.lsix ];
- };
-}
diff --git a/pkgs/applications/science/misc/openmvs/default.nix b/pkgs/applications/science/misc/openmvs/default.nix
index f44d07d36db..43d57feab71 100644
--- a/pkgs/applications/science/misc/openmvs/default.nix
+++ b/pkgs/applications/science/misc/openmvs/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, pkgconfig, cmake
, eigen, opencv, ceres-solver, cgal, boost, vcg
-, gmp, mpfr, glog, google-gflags, libjpeg_turbo }:
+, gmp, mpfr, glog, gflags, libjpeg_turbo }:
stdenv.mkDerivation rec {
name = "openmvs-unstable-2018-05-26";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "12dgkwwfdp24581y3i41gsd1k9hq0aw917q0ja5s0if4qbmc8pni";
};
- buildInputs = [ eigen opencv ceres-solver cgal boost vcg gmp mpfr glog google-gflags libjpeg_turbo ];
+ buildInputs = [ eigen opencv ceres-solver cgal boost vcg gmp mpfr glog gflags libjpeg_turbo ];
nativeBuildInputs = [ cmake pkgconfig ];
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
"-DCERES_DIR=${ceres-solver}/lib/cmake/Ceres/"
)
'';
-
+
postFixup = ''
rp=$(patchelf --print-rpath $out/bin/DensifyPointCloud)
patchelf --set-rpath $rp:$out/lib/OpenMVS $out/bin/DensifyPointCloud
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
rp=$(patchelf --print-rpath $out/bin/TextureMesh)
patchelf --set-rpath $rp:$out/lib/OpenMVS $out/bin/TextureMesh
'';
-
+
cmakeDir = "./";
dontUseCmakeBuildDir = true;
diff --git a/pkgs/applications/science/misc/root/5.nix b/pkgs/applications/science/misc/root/5.nix
index 871f5ece9cf..0199373b082 100644
--- a/pkgs/applications/science/misc/root/5.nix
+++ b/pkgs/applications/science/misc/root/5.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, fetchpatch, cmake, pcre, pkgconfig, python2
, libX11, libXpm, libXft, libXext, libGLU_combined, zlib, libxml2, lzma, gsl_1
-, Cocoa, OpenGL, cf-private, noSplash ? false }:
+, Cocoa, OpenGL, noSplash ? false }:
stdenv.mkDerivation rec {
name = "root-${version}";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ cmake pcre python2 zlib libxml2 lzma gsl_1 ]
++ stdenv.lib.optionals (!stdenv.isDarwin) [ libX11 libXpm libXft libXext libGLU_combined ]
- ++ stdenv.lib.optionals (stdenv.isDarwin) [ Cocoa OpenGL cf-private ]
+ ++ stdenv.lib.optionals (stdenv.isDarwin) [ Cocoa OpenGL ]
;
patches = [
diff --git a/pkgs/applications/science/misc/root/default.nix b/pkgs/applications/science/misc/root/default.nix
index 8b9573ce4e8..2ec1ded68a2 100644
--- a/pkgs/applications/science/misc/root/default.nix
+++ b/pkgs/applications/science/misc/root/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, cmake, pcre, pkgconfig, python2
, libX11, libXpm, libXft, libXext, libGLU_combined, zlib, libxml2, lz4, lzma, gsl, xxHash
-, Cocoa, OpenGL, cf-private, noSplash ? false }:
+, Cocoa, OpenGL, noSplash ? false }:
stdenv.mkDerivation rec {
name = "root-${version}";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ cmake pcre python2 zlib libxml2 lz4 lzma gsl xxHash ]
++ stdenv.lib.optionals (!stdenv.isDarwin) [ libX11 libXpm libXft libXext libGLU_combined ]
- ++ stdenv.lib.optionals (stdenv.isDarwin) [ Cocoa OpenGL cf-private ]
+ ++ stdenv.lib.optionals (stdenv.isDarwin) [ Cocoa OpenGL ]
;
patches = [
diff --git a/pkgs/applications/science/misc/simgrid/default.nix b/pkgs/applications/science/misc/simgrid/default.nix
index 554ef695a4a..d6e3f05e0e1 100644
--- a/pkgs/applications/science/misc/simgrid/default.nix
+++ b/pkgs/applications/science/misc/simgrid/default.nix
@@ -18,14 +18,14 @@ in
stdenv.mkDerivation rec {
pname = "simgrid";
- version = "3.22.2";
+ version = "3.23";
src = fetchFromGitLab {
domain = "framagit.org";
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "02zzivp3k7n2yvlr79p9kapzxpxq9x4x7jf2vrkpkwnssv4f9b4p";
+ sha256 = "068xg5ps4j4v2sqqyl4vf83nfazp54gsy84gvlw52h94c4mj4xmp";
};
nativeBuildInputs = [ cmake perl python3 boost valgrind ]
@@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://simgrid.org/;
license = licenses.lgpl2Plus;
- maintainers = with maintainers; [ mickours ];
+ maintainers = with maintainers; [ mickours mpoquet ];
platforms = ["x86_64-linux"];
};
}
diff --git a/pkgs/applications/science/misc/tulip/default.nix b/pkgs/applications/science/misc/tulip/default.nix
index 7db2e6a12c2..1f644ad0f20 100644
--- a/pkgs/applications/science/misc/tulip/default.nix
+++ b/pkgs/applications/science/misc/tulip/default.nix
@@ -1,13 +1,13 @@
{ fetchurl, stdenv, libxml2, freetype, libGLU_combined, glew, qt4
, cmake, makeWrapper, libjpeg, python }:
-let version = "5.1.0"; in
+let version = "5.2.1"; in
stdenv.mkDerivation rec {
name = "tulip-${version}";
src = fetchurl {
url = "mirror://sourceforge/auber/${name}_src.tar.gz";
- sha256 = "1i70y8b39gkpxfalr9844pa3l4bnnyw5y7ngxdqibil96k2b9q9h";
+ sha256 = "0bqmqy6sri87a8xv5xf7ffaq5zin4hiaa13g0l64b84i7yckfwky";
};
buildInputs = [ libxml2 freetype glew libGLU_combined qt4 libjpeg python ];
diff --git a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
index 7583f8c0010..d00b59307c5 100644
--- a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
+++ b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
@@ -8,11 +8,11 @@
stdenv.mkDerivation {
- name = "gromacs-2019.2";
+ name = "gromacs-2019.3";
src = fetchurl {
- url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2019.2.tar.gz";
- sha256 = "0zlzzg27yzfbmmgy2wqmgq82nslqy02gprjvm9xwcswjf705rgxw";
+ url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2019.3.tar.gz";
+ sha256 = "0wvm6lj4hbasl2qkjcpicqjh7abxji4196dd2hmwlyivpycaa4a2";
};
buildInputs = [cmake fftw]
diff --git a/pkgs/applications/science/physics/sacrifice/default.nix b/pkgs/applications/science/physics/sacrifice/default.nix
index 64b88dcc3d4..d43a05f1c61 100644
--- a/pkgs/applications/science/physics/sacrifice/default.nix
+++ b/pkgs/applications/science/physics/sacrifice/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, boost, hepmc, lhapdf, pythia, makeWrapper }:
+{ stdenv, fetchurl, boost, hepmc2, lhapdf, pythia, makeWrapper }:
stdenv.mkDerivation rec {
name = "sacrifice-${version}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "10bvpq63kmszy1habydwncm0j1dgvam0fkrmvkgbkvf804dcjp6g";
};
- buildInputs = [ boost hepmc lhapdf pythia ];
+ buildInputs = [ boost hepmc2 lhapdf pythia ];
nativeBuildInputs = [ makeWrapper ];
patches = [
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
'';
configureFlags = [
- "--with-HepMC=${hepmc}"
+ "--with-HepMC=${hepmc2}"
"--with-pythia=${pythia}"
];
diff --git a/pkgs/applications/science/physics/sherpa/default.nix b/pkgs/applications/science/physics/sherpa/default.nix
index 7cb3e8881ca..1d61c612563 100644
--- a/pkgs/applications/science/physics/sherpa/default.nix
+++ b/pkgs/applications/science/physics/sherpa/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, gfortran, hepmc, fastjet, lhapdf, rivet, sqlite }:
+{ stdenv, fetchurl, gfortran, hepmc2, fastjet, lhapdf, rivet, sqlite }:
stdenv.mkDerivation rec {
name = "sherpa-${version}";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-sqlite3=${sqlite.dev}"
- "--enable-hepmc2=${hepmc}"
+ "--enable-hepmc2=${hepmc2}"
"--enable-fastjet=${fastjet}"
"--enable-lhapdf=${lhapdf}"
"--enable-rivet=${rivet}"
diff --git a/pkgs/applications/science/robotics/apmplanner2/default.nix b/pkgs/applications/science/robotics/apmplanner2/default.nix
index 69f355c7b84..ecbf0c703f1 100644
--- a/pkgs/applications/science/robotics/apmplanner2/default.nix
+++ b/pkgs/applications/science/robotics/apmplanner2/default.nix
@@ -1,12 +1,12 @@
-{ stdenv, fetchFromGitHub, qmake
+{ lib, mkDerivation, fetchFromGitHub, fetchpatch, qmake
, qtbase, qtscript, qtwebkit, qtserialport, qtsvg, qtdeclarative, qtquickcontrols2
, alsaLib, libsndfile, flite, openssl, udev, SDL2
}:
-stdenv.mkDerivation rec {
- name = "apmplanner2-${version}";
- # TODO revert Qt511 to Qt5 in pkgs/top-level/all-packages.nix on next release
+mkDerivation rec {
+ pname = "apmplanner2";
version = "2.0.27-rc1";
+
src = fetchFromGitHub {
owner = "ArduPilot";
repo = "apm_planner";
@@ -14,11 +14,19 @@ stdenv.mkDerivation rec {
sha256 = "1k0786mjzi49nb6yw4chh9l4dmkf9gybpxg9zqkr5yg019nyzcvd";
};
- qtInputs = [
+ patches = [
+ # can be dropped after 2.0.27-rc1
+ (fetchpatch {
+ url = "https://github.com/ArduPilot/apm_planner/commit/299ff23b5e9910de04edfc06b6893bb06b47a57b.patch";
+ sha256 = "16rc81iwqp2i46g6bm9lbvcjfsk83999r9h8w1pz0mys7rsilvqy";
+ })
+ ];
+
+ buildInputs = [
+ alsaLib libsndfile flite openssl udev SDL2
qtbase qtscript qtwebkit qtserialport qtsvg qtdeclarative qtquickcontrols2
];
- buildInputs = [ alsaLib libsndfile flite openssl udev SDL2 ] ++ qtInputs;
nativeBuildInputs = [ qmake ];
qmakeFlags = [ "apm_planner.pro" ];
@@ -29,7 +37,7 @@ stdenv.mkDerivation rec {
substituteInPlace $out/share/applications/apmplanner2.desktop \
--replace /usr $out
'';
-
+
enableParallelBuilding = true;
meta = {
@@ -39,7 +47,7 @@ stdenv.mkDerivation rec {
Includes support for the APM and PX4 based controllers.
'';
homepage = http://ardupilot.org/planner2/;
- license = stdenv.lib.licenses.gpl3;
- maintainers = [ stdenv.lib.maintainers.wucke13 ];
+ license = lib.licenses.gpl3;
+ maintainers = with lib.maintainers; [ wucke13 ];
};
}
diff --git a/pkgs/applications/science/robotics/betaflight-configurator/default.nix b/pkgs/applications/science/robotics/betaflight-configurator/default.nix
index 2cedb7aeca4..6449e966959 100644
--- a/pkgs/applications/science/robotics/betaflight-configurator/default.nix
+++ b/pkgs/applications/science/robotics/betaflight-configurator/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, unzip, runtimeShell, makeDesktopItem, makeWrapper, nwjs, wrapGAppsHook, gsettings-desktop-schemas, gtk3 }:
+{stdenv, fetchurl, unzip, makeDesktopItem, nwjs, wrapGAppsHook, gsettings-desktop-schemas, gtk3 }:
let
strippedName = "betaflight-configurator";
diff --git a/pkgs/applications/science/robotics/sumorobot-manager/default.nix b/pkgs/applications/science/robotics/sumorobot-manager/default.nix
new file mode 100644
index 00000000000..68b91dafb73
--- /dev/null
+++ b/pkgs/applications/science/robotics/sumorobot-manager/default.nix
@@ -0,0 +1,43 @@
+{ stdenv, python3, qt5, fetchFromGitHub, wrapPython, pyqt5, pyserial }:
+
+stdenv.mkDerivation rec {
+ pname = "sumorobot-manager";
+ version = "0.9.0";
+
+ src = fetchFromGitHub {
+ owner = "robokoding";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "03zhb54c259a66hsahmv2ajbzwcjnfjj050wbjhw51zqzxinlgqr";
+ };
+
+ buildInputs = [ python3 ];
+ pythonPath = [
+ pyqt5 pyserial
+ ];
+
+ nativeBuildInputs = [ wrapPython qt5.wrapQtAppsHook ];
+
+ buildPhase = "true";
+
+ installPhase = ''
+ mkdir -p $out/opt/sumorobot-manager
+ cp -r main.py lib res $out/opt/sumorobot-manager
+ chmod -R 644 $out/opt/sumorobot-manager/lib/*
+ mkdir $out/bin
+ makeQtWrapper $out/opt/sumorobot-manager/main.py $out/bin/sumorobot-manager \
+ --run "cd $out/opt/sumorobot-manager"
+ '';
+
+ preFixup = ''
+ patchShebangs $out/opt/sumorobot-manager/main.py
+ wrapPythonProgramsIn "$out/opt" "$pythonPath"
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Desktop App for managing SumoRobots";
+ homepage = "https://www.robokoding.com/kits/sumorobot/sumomanager/";
+ license = licenses.mit;
+ maintainers = with maintainers; [ abbradar ];
+ };
+}
diff --git a/pkgs/applications/version-management/bcompare/default.nix b/pkgs/applications/version-management/bcompare/default.nix
new file mode 100644
index 00000000000..3dc7792de2a
--- /dev/null
+++ b/pkgs/applications/version-management/bcompare/default.nix
@@ -0,0 +1,66 @@
+{ autoPatchelfHook, bzip2, cairo, coreutils, fetchurl, gdk-pixbuf, gnome2, gtk2, kcoreaddons, ki18n, kio, kservice, lib, qt4, qt511, qtbase, stdenv, runtimeShell }:
+
+stdenv.mkDerivation rec {
+ pname = "bcompare";
+ version = "4.2.10.23938";
+
+ src = fetchurl {
+ url = "https://www.scootersoftware.com/${pname}-${version}_amd64.deb";
+ sha256 = "1825s1lbaj20d712czmaaqg7mkwfb650r53af2y30j29p6yd4wal";
+ };
+
+ unpackPhase = ''
+ ar x $src
+ tar xfz data.tar.gz
+ '';
+
+ installPhase = ''
+ mkdir -p $out/bin $out/lib $out/share
+ cp -R usr/share $out/
+ cp -R usr/lib $out/
+ cp -R usr/bin $out/
+
+ # Remove library that refuses to be autoPatchelf'ed
+ rm $out/lib/beyondcompare/ext/bcompare_ext_kde.amd64.so
+
+ substituteInPlace $out/bin/bcompare \
+ --replace "/usr/lib/beyondcompare" "$out/lib/beyondcompare" \
+ --replace "/bin/bash" "${runtimeShell}"
+
+ # Create symlink bzip2 library
+ ln -s ${bzip2.out}/lib/libbz2.so.1 $out/lib/beyondcompare/libbz2.so.1.0
+ '';
+
+ nativeBuildInputs = [ autoPatchelfHook ];
+
+ buildInputs = [
+ stdenv.cc.cc.lib
+ gtk2
+ gnome2.pango
+ cairo
+ kio
+ kservice
+ ki18n
+ kcoreaddons
+ gdk-pixbuf
+ qt4
+ bzip2
+ ];
+
+ dontBuild = true;
+ dontConfigure = true;
+
+ meta = with stdenv.lib; {
+ description = "GUI application that allows to quickly and easily compare files and folders";
+ longDescription = ''
+ Beyond Compare is focused. Beyond Compare allows you to quickly and easily compare your files and folders.
+ By using simple, powerful commands you can focus on the differences you're interested in and ignore those you're not.
+ You can then merge the changes, synchronize your files, and generate reports for your records.
+ '';
+ homepage = "https://www.scootersoftware.com";
+ license = licenses.unfree;
+ maintainers = [ maintainers.ktor ];
+ platforms = [ "x86_64-linux" ];
+ };
+
+}
diff --git a/pkgs/applications/version-management/blackbox/default.nix b/pkgs/applications/version-management/blackbox/default.nix
index 569606d2fdb..5bcc3f991a1 100644
--- a/pkgs/applications/version-management/blackbox/default.nix
+++ b/pkgs/applications/version-management/blackbox/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
- version = "1.20170611";
+ version = "1.20181219";
pname = "blackbox";
name = "${pname}-${version}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
owner = "stackexchange";
repo = pname;
rev = "v${version}";
- sha256 = "1jnzhlj54c0szw9l9wib07i2375pbm402bx9wagspcmwc0qw43p6";
+ sha256 = "1lpwwwc3rf992vdf3iy1ds07n1xkmad065im2bqzc6kdsbkn7rjx";
};
installPhase = ''
diff --git a/pkgs/applications/version-management/fossil/default.nix b/pkgs/applications/version-management/fossil/default.nix
index d0f79600e8c..d4b60a4f538 100644
--- a/pkgs/applications/version-management/fossil/default.nix
+++ b/pkgs/applications/version-management/fossil/default.nix
@@ -5,7 +5,7 @@
stdenv.mkDerivation rec {
name = "fossil-${version}";
- version = "2.8";
+ version = "2.9";
src = fetchurl {
urls =
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
"https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
];
name = "${name}.tar.gz";
- sha256 = "0pbinf8d2kj1j7niblhzjd2l2khg6r2pn2xvig6gavz27p3vwcka";
+ sha256 = "0kwb7pkp7y2my916rhyl6kmcf0fk8gkzaxzy13hfgqs35nlsvchw";
};
buildInputs = [ zlib openssl readline sqlite which ed ]
diff --git a/pkgs/applications/version-management/git-and-tools/bitbucket-server-cli/default.nix b/pkgs/applications/version-management/git-and-tools/bitbucket-server-cli/default.nix
index 341b50f0ef2..fda89e33180 100644
--- a/pkgs/applications/version-management/git-and-tools/bitbucket-server-cli/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/bitbucket-server-cli/default.nix
@@ -1,4 +1,4 @@
-{ lib, bundlerEnv, ruby }:
+{ lib, bundlerEnv, ruby, bundlerUpdateScript }:
bundlerEnv rec {
name = "bitbucket-server-cli-${version}";
@@ -9,11 +9,13 @@ bundlerEnv rec {
pname = "atlassian-stash";
+ passthru.updateScript = bundlerUpdateScript "gitAndTools.bitbucket-server-cli";
+
meta = with lib; {
description = "A command line interface to interact with BitBucket Server (formerly Atlassian Stash)";
homepage = https://bitbucket.org/atlassian/bitbucket-server-cli;
license = licenses.mit;
- maintainers = with maintainers; [ jgertm ];
+ maintainers = with maintainers; [ jgertm nicknovitski ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/version-management/git-and-tools/cgit/default.nix b/pkgs/applications/version-management/git-and-tools/cgit/default.nix
index b3941809fb4..6b25ef8518c 100644
--- a/pkgs/applications/version-management/git-and-tools/cgit/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/cgit/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, openssl, zlib, asciidoc, libxml2, libxslt
+{ stdenv, fetchurl, fetchpatch, openssl, zlib, asciidoc, libxml2, libxslt
, docbook_xsl, pkgconfig, luajit
, coreutils, gnused, groff, docutils
, gzip, bzip2, xz
@@ -22,6 +22,14 @@ stdenv.mkDerivation rec {
sha256 = "14hfwfkrci829a9316hnvkglnqqw1p03cw9k56p4fcb078wbwh4b";
};
+ patches = [
+ (fetchpatch {
+ name = "prevent-dos-limit-path-length.patch";
+ url = "https://git.zx2c4.com/cgit/patch/?id=54c407a74a35d4ee9ffae94cc5bc9096c9f7f54a";
+ sha256 = "1qlbpqsc293lmc9hzwf1j4jr5qlv8cm1r249v3yij5s4wki1595j";
+ })
+ ];
+
nativeBuildInputs = [ pkgconfig ] ++ [ python wrapPython ];
buildInputs = [
openssl zlib asciidoc libxml2 libxslt docbook_xsl luajit
diff --git a/pkgs/applications/version-management/git-and-tools/default.nix b/pkgs/applications/version-management/git-and-tools/default.nix
index 58bd6a35f11..e64254ed29f 100644
--- a/pkgs/applications/version-management/git-and-tools/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/default.nix
@@ -89,6 +89,10 @@ let
git-extras = callPackage ./git-extras { };
+ git-gone = callPackage ./git-gone {
+ inherit (darwin.apple_sdk.frameworks) Security;
+ };
+
git-hub = callPackage ./git-hub { };
git-ignore = callPackage ./git-ignore { };
@@ -117,6 +121,8 @@ let
git-stree = callPackage ./git-stree { };
+ git-subrepo = callPackage ./git-subrepo { };
+
git-sync = callPackage ./git-sync { };
git-test = callPackage ./git-test { };
@@ -141,7 +147,7 @@ let
lab = callPackage ./lab { };
- pre-commit = callPackage ./pre-commit { };
+ pre-commit = pkgs.python3Packages.toPythonApplication pkgs.python3Packages.pre-commit;
pass-git-helper = python3Packages.callPackage ./pass-git-helper { };
diff --git a/pkgs/applications/version-management/git-and-tools/diff-so-fancy/default.nix b/pkgs/applications/version-management/git-and-tools/diff-so-fancy/default.nix
index 90b83348ef1..599c6bb4308 100644
--- a/pkgs/applications/version-management/git-and-tools/diff-so-fancy/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/diff-so-fancy/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "diff-so-fancy-${version}";
- version = "1.2.5";
+ version = "1.2.6";
src = fetchFromGitHub {
owner = "so-fancy";
repo = "diff-so-fancy";
rev = "v${version}";
- sha256 = "1jqq7zd75aypxchrq0vjcw5gyn3wyjqy6w79mq2lzky8m6mqn8vr";
+ sha256 = "1w8x2d83zdhrnydiqq1qjf3j1y4cawdg8p1isj8zqwblnc47ygjm";
};
# Perl is needed here for patchShebangs
@@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
diff-so-fancy builds on the good-lookin' output of git contrib's
diff-highlight to upgrade your diffs' appearances.
'';
- maintainers = with maintainers; [ fpletz ];
+ maintainers = with maintainers; [ fpletz globin ];
};
}
diff --git a/pkgs/applications/version-management/git-and-tools/git-absorb/default.nix b/pkgs/applications/version-management/git-and-tools/git-absorb/default.nix
index 82414befa91..169315d1e2e 100644
--- a/pkgs/applications/version-management/git-and-tools/git-absorb/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-absorb/default.nix
@@ -1,22 +1,22 @@
{ stdenv, fetchFromGitHub, rustPlatform, libiconv, Security }:
rustPlatform.buildRustPackage rec {
- name = "git-absorb-${version}";
- version = "0.3.0";
+ pname = "git-absorb";
+ version = "0.5.0";
src = fetchFromGitHub {
owner = "tummychow";
- repo = "git-absorb";
+ repo = pname;
rev = "refs/tags/${version}";
- sha256 = "1dm442lyk7f44bshm2ajync5pzdwvdc5xfpw2lkvjzxflmh5572z";
+ sha256 = "0lggv3knh6iglkh8x2zqvqcs3dlwfsdiclg7pmdrycny72la4k2j";
};
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ];
- cargoSha256 = "0q40qcki49dw23n3brgdz5plvigmsf61jm0kfy48j89mijih8zy7";
+ cargoSha256 = "1khplyglavsidh13nnq9y5rxd5w89ail08wgzn29a5m03zir1yfd";
meta = with stdenv.lib; {
- inherit (src.meta) homepage;
+ homepage = "https://github.com/tummychow/git-absorb";
description = "git commit --fixup, but automatic";
license = [ licenses.bsd3 ];
maintainers = [ maintainers.marsam ];
diff --git a/pkgs/applications/version-management/git-and-tools/git-cola/default.nix b/pkgs/applications/version-management/git-and-tools/git-cola/default.nix
index 3020e7d64aa..316b664c070 100644
--- a/pkgs/applications/version-management/git-and-tools/git-cola/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-cola/default.nix
@@ -1,24 +1,31 @@
-{ stdenv, fetchFromGitHub, pythonPackages, gettext, git }:
+{ stdenv, fetchFromGitHub, pythonPackages, gettext, git, qt5 }:
let
inherit (pythonPackages) buildPythonApplication pyqt5 sip pyinotify;
in buildPythonApplication rec {
name = "git-cola-${version}";
- version = "3.3";
+ version = "3.4";
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
- sha256 = "0gfbzcmaqg6hdy2cfpshgcwh8zgj1ia1vd95i5xdrsvksgb8fq2j";
+ sha256 = "0754d56dprhb1nhb8fwp4my5pyqcgarwzba1l6zx7il87d7vyi5m";
};
buildInputs = [ git gettext ];
propagatedBuildInputs = [ pyqt5 sip pyinotify ];
+ nativeBuildInputs = [ qt5.wrapQtAppsHook ];
doCheck = false;
+ postFixup = ''
+ wrapQtApp bin/git-cola
+ wrapQtApp bin/git-dag
+
+ '';
+
meta = with stdenv.lib; {
homepage = https://github.com/git-cola/git-cola;
description = "A sleek and powerful Git GUI";
diff --git a/pkgs/applications/version-management/git-and-tools/git-crypt/default.nix b/pkgs/applications/version-management/git-and-tools/git-crypt/default.nix
index 6a39f1fe3d1..abb09ff9a45 100644
--- a/pkgs/applications/version-management/git-and-tools/git-crypt/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-crypt/default.nix
@@ -1,17 +1,20 @@
-{ fetchFromGitHub, git, gnupg, makeWrapper, openssl, stdenv }:
+{ fetchFromGitHub, git, gnupg, makeWrapper, openssl, stdenv
+, libxslt, docbook_xsl
+}:
stdenv.mkDerivation rec {
- name = "git-crypt-${version}";
+ pname = "git-crypt";
version = "0.6.0";
src = fetchFromGitHub {
owner = "AGWA";
- repo = "git-crypt";
- rev = "${version}";
+ repo = pname;
+ rev = version;
sha256 = "13m9y0m6gc3mlw3pqv9x4i0him2ycbysizigdvdanhh514kga602";
- inherit name;
};
+ nativeBuildInputs = [ libxslt ];
+
buildInputs = [ openssl makeWrapper ];
patchPhase = ''
@@ -19,9 +22,14 @@ stdenv.mkDerivation rec {
--replace '(escape_shell_arg(our_exe_path()))' '= "git-crypt"'
'';
- installPhase = ''
- make install PREFIX=$out
- wrapProgram $out/bin/* --prefix PATH : $out/bin:${git}/bin:${gnupg}/bin
+ makeFlags = [
+ "PREFIX=${placeholder ''out''}"
+ "ENABLE_MAN=yes"
+ "DOCBOOK_XSL=${docbook_xsl}/share/xml/docbook-xsl-nons/manpages/docbook.xsl"
+ ];
+
+ postFixup = ''
+ wrapProgram $out/bin/git-crypt --prefix PATH : $out/bin:${git}/bin:${gnupg}/bin
'';
meta = with stdenv.lib; {
diff --git a/pkgs/applications/version-management/git-and-tools/git-dit/default.nix b/pkgs/applications/version-management/git-and-tools/git-dit/default.nix
index 7385905cc9d..90b8b54434b 100644
--- a/pkgs/applications/version-management/git-and-tools/git-dit/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-dit/default.nix
@@ -1,6 +1,6 @@
{ stdenv
, fetchFromGitHub
-, openssl
+, openssl_1_0_2
, zlib
, libssh
, cmake
@@ -35,7 +35,7 @@ buildRustPackage rec {
];
buildInputs = [
- openssl
+ openssl_1_0_2
libssh
zlib
] ++ stdenv.lib.optionals (stdenv.isDarwin) [
diff --git a/pkgs/applications/version-management/git-and-tools/git-fame/default.nix b/pkgs/applications/version-management/git-and-tools/git-fame/default.nix
index 9ca7a67a53e..2d6de24167b 100644
--- a/pkgs/applications/version-management/git-and-tools/git-fame/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-fame/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, bundlerEnv, ruby }:
+{ stdenv, bundlerEnv, ruby, bundlerUpdateScript }:
bundlerEnv rec {
inherit ruby;
@@ -7,13 +7,15 @@ bundlerEnv rec {
gemdir = ./.;
+ passthru.updateScript = bundlerUpdateScript "gitAndTools.git-fame";
+
meta = with stdenv.lib; {
description = ''
A command-line tool that helps you summarize and pretty-print collaborators based on contributions
'';
homepage = http://oleander.io/git-fame-rb;
license = licenses.mit;
- maintainers = with maintainers; [ expipiplus1 ];
+ maintainers = with maintainers; [ expipiplus1 nicknovitski ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/version-management/git-and-tools/git-gone/default.nix b/pkgs/applications/version-management/git-and-tools/git-gone/default.nix
new file mode 100644
index 00000000000..d445e0181f4
--- /dev/null
+++ b/pkgs/applications/version-management/git-and-tools/git-gone/default.nix
@@ -0,0 +1,28 @@
+{ stdenv, fetchFromGitHub, rustPlatform, pkgconfig, openssl, curl, libiconv, Security }:
+
+rustPlatform.buildRustPackage rec {
+ pname = "git-gone";
+ version = "0.1.2";
+
+ src = fetchFromGitHub {
+ owner = "lunaryorn";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "0vgkx227wpg9l2zza6446wzshjhnrhba3qhabibn4gg8wwcqmmxf";
+ };
+
+ cargoSha256 = "11h2whlgjhg3j98a9w9k29njj89wx93w0dcyf981985flin709sx";
+
+ nativeBuildInputs = [ pkgconfig ];
+
+ buildInputs = [ openssl ]
+ ++ stdenv.lib.optionals stdenv.isDarwin [ curl libiconv Security ];
+
+ meta = with stdenv.lib; {
+ description = "Cleanup stale Git branches of pull requests";
+ homepage = "https://github.com/lunaryorn/git-gone";
+ license = licenses.asl20;
+ maintainers = [ maintainers.marsam ];
+ platforms = platforms.unix;
+ };
+}
diff --git a/pkgs/applications/version-management/git-and-tools/git-recent/default.nix b/pkgs/applications/version-management/git-and-tools/git-recent/default.nix
index c52a78ff007..628c7dbac7f 100644
--- a/pkgs/applications/version-management/git-and-tools/git-recent/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-recent/default.nix
@@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
- name = "git-recent-${version}";
- version = "1.1.0";
+ pname = "git-recent";
+ version = "1.1.1";
src = fetchFromGitHub {
owner = "paulirish";
repo = "git-recent";
rev = "v${version}";
- sha256 = "06r1jzmzdv3d4vxdh5qyf5g5rgavxfmh2rpbs7a7byg3k7d77hpn";
+ sha256 = "1g8i6vpjnnfh7vc1269c91bap267w4bxdqqwnzb8x18vqgn2fx8i";
};
buildInputs = [ makeWrapper ];
diff --git a/pkgs/applications/version-management/git-and-tools/git-remote-hg/default.nix b/pkgs/applications/version-management/git-and-tools/git-remote-hg/default.nix
index a93682f0c2e..7d6b620e223 100644
--- a/pkgs/applications/version-management/git-and-tools/git-remote-hg/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-remote-hg/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/mnauw/git-remote-hg;
description = "Semi-official Mercurial bridge from Git project";
license = licenses.gpl2;
- maintainers = [ maintainers.garbas ];
+ maintainers = [ ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/version-management/git-and-tools/git-secret/default.nix b/pkgs/applications/version-management/git-and-tools/git-secret/default.nix
index 1ade31fd683..62fbab02292 100644
--- a/pkgs/applications/version-management/git-and-tools/git-secret/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-secret/default.nix
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, git, gnupg, gawk }:
let
- version = "0.2.5";
+ version = "0.2.6";
repo = "git-secret";
in stdenv.mkDerivation {
@@ -11,7 +11,7 @@ in stdenv.mkDerivation {
inherit repo;
owner = "sobolevn";
rev = "v${version}";
- sha256 = "1caxdx1ps662vfa79f7l1bwgwgwf974ahzii0hzaqfnkxy45i520";
+ sha256 = "09p4h8mdmk0nzcd1jh1i6n29klz38n5vqqwdyzjkygmr2xqka55b";
};
buildInputs = [ makeWrapper ];
diff --git a/pkgs/applications/version-management/git-and-tools/git-subrepo/default.nix b/pkgs/applications/version-management/git-and-tools/git-subrepo/default.nix
new file mode 100644
index 00000000000..24a1e1ac937
--- /dev/null
+++ b/pkgs/applications/version-management/git-and-tools/git-subrepo/default.nix
@@ -0,0 +1,58 @@
+{ stdenv, fetchFromGitHub, git, makeWrapper, which }:
+
+stdenv.mkDerivation rec {
+ pname = "git-subrepo";
+ version = "0.4.0";
+
+ src = fetchFromGitHub {
+ owner = "ingydotnet";
+ repo = "git-subrepo";
+ rev = version;
+ sha256 = "05m2dm9gq2nggwnxxdyq2kjj584sn2lxk66pr1qhjxnk81awj9l7";
+ };
+
+ nativeBuildInputs = [
+ makeWrapper
+ which
+ ];
+
+ buildInputs = [
+ git
+ ];
+
+ makeFlags = [
+ "PREFIX=${placeholder ''out''}"
+ "INSTALL_LIB=${placeholder ''out''}/bin"
+ "INSTALL_MAN=${placeholder ''out''}/share/man/man1"
+ ];
+
+ patches = [
+ # Allow zsh completion to work even though we aren't installing from a git
+ # clone. Also submitted upstream as
+ # https://github.com/ingydotnet/git-subrepo/pull/420
+ ./zsh-completion.patch
+ ];
+
+ postInstall = ''
+ ZSH_COMP_DIR="$out/share/zsh/vendor-completions"
+ mkdir -p "$ZSH_COMP_DIR"
+ cp share/zsh-completion/_git-subrepo "$ZSH_COMP_DIR/"
+
+ BASH_COMP_DIR="$out/share/bash-completion/completions"
+ mkdir -p "$BASH_COMP_DIR"
+ cp share/completion.bash "$BASH_COMP_DIR/git-subrepo"
+ '';
+
+ postFixup = ''
+ wrapProgram $out/bin/git-subrepo \
+ --prefix PATH : "${git}/bin"
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://github.com/ingydotnet/git-subrepo;
+ description = "Git submodule alternative";
+ license = licenses.mit;
+ platforms = platforms.linux;
+ maintainers = [ maintainers.ryantrinkle ];
+ };
+}
diff --git a/pkgs/applications/version-management/git-and-tools/git-subrepo/zsh-completion.patch b/pkgs/applications/version-management/git-and-tools/git-subrepo/zsh-completion.patch
new file mode 100644
index 00000000000..dcba5ba6eea
--- /dev/null
+++ b/pkgs/applications/version-management/git-and-tools/git-subrepo/zsh-completion.patch
@@ -0,0 +1,32 @@
+diff --git a/pkg/bin/generate-completion.pl b/pkg/bin/generate-completion.pl
+index 85ae3b8..d3e423c 100644
+--- a/pkg/bin/generate-completion.pl
++++ b/pkg/bin/generate-completion.pl
+@@ -82,11 +82,6 @@ sub generate_zsh {
+
+ # DO NOT EDIT. This file generated by pkg/bin/generate-completion.pl.
+
+-if [[ -z $GIT_SUBREPO_ROOT ]]; then
+- echo 'GIT_SUBREPO_ROOT is null; has `/path/to/git-subrepo/.rc` been sourced?'
+- return 3
+-fi
+-
+ _git-subrepo() {
+ typeset -A opt_args
+ local curcontext="$curcontext" state line context
+diff --git a/share/zsh-completion/_git-subrepo b/share/zsh-completion/_git-subrepo
+index fc82be2..a8069d9 100644
+--- a/share/zsh-completion/_git-subrepo
++++ b/share/zsh-completion/_git-subrepo
+@@ -3,11 +3,6 @@
+
+ # DO NOT EDIT. This file generated by pkg/bin/generate-completion.pl.
+
+-if [[ -z $GIT_SUBREPO_ROOT ]]; then
+- echo 'GIT_SUBREPO_ROOT is null; has `/path/to/git-subrepo/.rc` been sourced?'
+- return 3
+-fi
+-
+ _git-subrepo() {
+ typeset -A opt_args
+ local curcontext="$curcontext" state line context
diff --git a/pkgs/applications/version-management/git-and-tools/git/default.nix b/pkgs/applications/version-management/git-and-tools/git/default.nix
index 3acfd4bc400..83e65bc1717 100644
--- a/pkgs/applications/version-management/git-and-tools/git/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git/default.nix
@@ -14,6 +14,7 @@
, darwin
, withLibsecret ? false
, pkgconfig, glib, libsecret
+, gzip # needed at runtime by gitweb.cgi
}:
assert sendEmailSupport -> perlSupport;
@@ -22,6 +23,8 @@ assert svnSupport -> perlSupport;
let
version = "2.22.0";
svn = subversionClient.override { perlBindings = perlSupport; };
+
+ gitwebPerlLibs = with perlPackages; [ CGI HTMLParser CGIFast FCGI FCGIProcManager HTMLTagCloud ];
in
stdenv.mkDerivation {
@@ -32,7 +35,7 @@ stdenv.mkDerivation {
sha256 = "17zj6jwx3s6bybd290f1mj5iym1r64560rmnf0p63x4akxclp7hm";
};
- outputs = [ "out" ] ++ stdenv.lib.optional perlSupport "gitweb";
+ outputs = [ "out" ];
hardeningDisable = [ "format" ];
@@ -164,16 +167,13 @@ stdenv.mkDerivation {
EOS
)"
perl -0777 -i -pe "$SCRIPT" \
- $out/libexec/git-core/git-{sh-setup,filter-branch,merge-octopus,mergetool,quiltimport,request-pull,stash,submodule,subtree,web--browse}
+ $out/libexec/git-core/git-{sh-setup,filter-branch,merge-octopus,mergetool,quiltimport,request-pull,submodule,subtree,web--browse}
# Also put git-http-backend into $PATH, so that we can use smart
# HTTP(s) transports for pushing
ln -s $out/libexec/git-core/git-http-backend $out/bin/git-http-backend
'' + stdenv.lib.optionalString perlSupport ''
- # put in separate package for simpler maintenance
- mv $out/share/gitweb $gitweb/
-
# wrap perl commands
makeWrapper "$out/share/git/contrib/credential/netrc/git-credential-netrc" $out/bin/git-credential-netrc \
--set PERL5LIB "$out/${perlPackages.perl.libPrefix}:${perlPackages.makePerlPath perlLibs}"
@@ -187,6 +187,16 @@ stdenv.mkDerivation {
--set GITPERLLIB "$out/${perlPackages.perl.libPrefix}:${perlPackages.makePerlPath perlLibs}"
wrapProgram $out/libexec/git-core/git-cvsexportcommit \
--set GITPERLLIB "$out/${perlPackages.perl.libPrefix}:${perlPackages.makePerlPath perlLibs}"
+
+ # gzip (and optionally bzip2, xz, zip) are runtime dependencies for
+ # gitweb.cgi, need to patch so that it's found
+ sed -i -e "s|'compressor' => \['gzip'|'compressor' => ['${gzip}/bin/gzip'|" \
+ $out/share/gitweb/gitweb.cgi
+ # Give access to CGI.pm and friends (was removed from perl core in 5.22)
+ for p in ${stdenv.lib.concatStringsSep " " gitwebPerlLibs}; do
+ sed -i -e "/use CGI /i use lib \"$p/${perlPackages.perl.libPrefix}\";" \
+ "$out/share/gitweb/gitweb.cgi"
+ done
''
+ (if svnSupport then ''
@@ -308,6 +318,6 @@ stdenv.mkDerivation {
'';
platforms = stdenv.lib.platforms.all;
- maintainers = with stdenv.lib.maintainers; [ peti the-kenny wmertens ];
+ maintainers = with stdenv.lib.maintainers; [ peti the-kenny wmertens globin ];
};
}
diff --git a/pkgs/applications/version-management/git-and-tools/gitstatus/romkatv_libgit2.nix b/pkgs/applications/version-management/git-and-tools/gitstatus/romkatv_libgit2.nix
index f8aae5da047..22f35e22fb5 100644
--- a/pkgs/applications/version-management/git-and-tools/gitstatus/romkatv_libgit2.nix
+++ b/pkgs/applications/version-management/git-and-tools/gitstatus/romkatv_libgit2.nix
@@ -1,6 +1,6 @@
-{fetchFromGitHub, libgit2_0_27, ...}:
+{fetchFromGitHub, libgit2, ...}:
-libgit2_0_27.overrideAttrs (oldAttrs: rec {
+libgit2.overrideAttrs (oldAttrs: rec {
cmakeFlags = oldAttrs.cmakeFlags ++ [
"-DUSE_BUNDLED_ZLIB=ON"
"-DUSE_ICONV=OFF"
diff --git a/pkgs/applications/version-management/git-and-tools/gitweb/default.nix b/pkgs/applications/version-management/git-and-tools/gitweb/default.nix
index a98dd5bc586..afd90ba4969 100644
--- a/pkgs/applications/version-management/git-and-tools/gitweb/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/gitweb/default.nix
@@ -1,35 +1,25 @@
-{ stdenv, git, gzip, perlPackages, fetchFromGitHub
+{ stdenv, buildEnv, git, fetchFromGitHub
, gitwebTheme ? false }:
let
- gitwebPerlLibs = with perlPackages; [ CGI HTMLParser CGIFast FCGI FCGIProcManager HTMLTagCloud ];
gitwebThemeSrc = fetchFromGitHub {
owner = "kogakure";
repo = "gitweb-theme";
rev = "049b88e664a359f8ec25dc6f531b7e2aa60dd1a2";
- sha256 = "0wksqma41z36dbv6w6iplkjfdm0ha3njp222fakyh4lismajr71p";
+ extraPostFetch = ''
+ mkdir -p "$TMPDIR/gitwebTheme"
+ mv "$out"/* "$TMPDIR/gitwebTheme/"
+ mkdir "$out/static"
+ mv "$TMPDIR/gitwebTheme"/* "$out/static/"
+ '';
+ sha256 = "17hypq6jvhy6zhh26lp3nyi52npfd5wy5752k6sq0shk4na2acqi";
};
-in stdenv.mkDerivation {
+in buildEnv {
name = "gitweb-${stdenv.lib.getVersion git}";
- src = git.gitweb;
-
- installPhase = ''
- mkdir $out
- mv * $out
-
- # gzip (and optionally bzip2, xz, zip) are runtime dependencies for
- # gitweb.cgi, need to patch so that it's found
- sed -i -e "s|'compressor' => \['gzip'|'compressor' => ['${gzip}/bin/gzip'|" \
- $out/gitweb.cgi
- # Give access to CGI.pm and friends (was removed from perl core in 5.22)
- for p in ${stdenv.lib.concatStringsSep " " gitwebPerlLibs}; do
- sed -i -e "/use CGI /i use lib \"$p/${perlPackages.perl.libPrefix}\";" \
- "$out/gitweb.cgi"
- done
-
- ${stdenv.lib.optionalString gitwebTheme "cp ${gitwebThemeSrc}/* $out/static"}
- '';
+ ignoreCollisions = true;
+ paths = stdenv.lib.optional gitwebTheme "${gitwebThemeSrc}"
+ ++ [ "${git}/share/gitweb" ];
meta = git.meta // {
maintainers = with stdenv.lib.maintainers; [ gnidorah ];
diff --git a/pkgs/applications/version-management/git-and-tools/grv/default.nix b/pkgs/applications/version-management/git-and-tools/grv/default.nix
index 32c163c45c4..b7828418db0 100644
--- a/pkgs/applications/version-management/git-and-tools/grv/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/grv/default.nix
@@ -1,11 +1,11 @@
-{ stdenv, buildGoPackage, fetchFromGitHub, curl, libgit2_0_27, ncurses, pkgconfig, readline }:
+{ stdenv, buildGoPackage, fetchFromGitHub, curl, libgit2, ncurses, pkgconfig, readline }:
let
version = "0.3.1";
in
buildGoPackage {
name = "grv-${version}";
- buildInputs = [ ncurses readline curl libgit2_0_27 ];
+ buildInputs = [ ncurses readline curl libgit2 ];
nativeBuildInputs = [ pkgconfig ];
goPackagePath = "github.com/rgburke/grv";
diff --git a/pkgs/applications/version-management/git-and-tools/hub/default.nix b/pkgs/applications/version-management/git-and-tools/hub/default.nix
index 24679085a65..f1950923415 100644
--- a/pkgs/applications/version-management/git-and-tools/hub/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/hub/default.nix
@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "hub";
- version = "2.11.2";
+ version = "2.12.3";
goPackagePath = "github.com/github/hub";
@@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "github";
repo = pname;
rev = "v${version}";
- sha256 = "11ipc2vpy52r1ql9r4iyam1sjchb7f01ffc39fvz6d5hhjaz3i9b";
+ sha256 = "13l4nc3k6vl9x1x0153mwi351j3z266wx0fp7xw2851avrgkk9zg";
};
nativeBuildInputs = [ groff utillinux ];
@@ -38,7 +38,7 @@ buildGoPackage rec {
description = "Command-line wrapper for git that makes you better at GitHub";
license = licenses.mit;
homepage = https://hub.github.com/;
- maintainers = with maintainers; [ the-kenny ];
+ maintainers = with maintainers; [ the-kenny globin ];
platforms = with platforms; unix;
};
}
diff --git a/pkgs/applications/version-management/git-and-tools/subgit/default.nix b/pkgs/applications/version-management/git-and-tools/subgit/default.nix
index a129e0f7527..6866418f3e3 100644
--- a/pkgs/applications/version-management/git-and-tools/subgit/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/subgit/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, unzip, makeWrapper, jre }:
stdenv.mkDerivation rec {
- name = "subgit-3.3.6";
+ name = "subgit-3.3.7";
meta = {
description = "A tool for a smooth, stress-free SVN to Git migration";
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://subgit.com/download/${name}.zip";
- sha256 = "1zfhl583lx7xdw9jwskv25p6m385wm3s5a311y0hnxxqwkjbgq1j";
+ sha256 = "1cpssmvp961kw8s3b9s9bv9jmsm1gk3napggw5810c4rnnihjvrn";
};
}
diff --git a/pkgs/applications/version-management/git-and-tools/tig/default.nix b/pkgs/applications/version-management/git-and-tools/tig/default.nix
index a407f6e7ab1..52f5551e204 100644
--- a/pkgs/applications/version-management/git-and-tools/tig/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/tig/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://jonas.github.io/tig/;
description = "Text-mode interface for git";
- maintainers = with maintainers; [ garbas bjornfor domenkozar qknight ];
+ maintainers = with maintainers; [ bjornfor domenkozar qknight globin ];
license = licenses.gpl2;
platforms = platforms.unix;
};
diff --git a/pkgs/applications/version-management/git-and-tools/topgit/default.nix b/pkgs/applications/version-management/git-and-tools/topgit/default.nix
index c183bbde7e6..0da0cfa02b6 100644
--- a/pkgs/applications/version-management/git-and-tools/topgit/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/topgit/default.nix
@@ -1,26 +1,30 @@
-{ stdenv, fetchurl }:
+{ stdenv, fetchFromGitHub, git, perl }:
stdenv.mkDerivation rec {
- name = "topgit-0.9";
+ pname = "topgit";
+ version = "0.19.12";
- src = fetchurl {
- url = "https://github.com/greenrd/topgit/archive/${name}.tar.gz";
- sha256 = "1z9x42a0cmn8n2n961qcfl522nd6j9a3dpx1jbqfp24ddrk5zd94";
+ src = fetchFromGitHub {
+ owner = "mackyle";
+ repo = "topgit";
+ rev = "${pname}-${version}";
+ sha256 = "1wvf8hmwwl7a2fr17cfs3pbxjccdsjw9ngzivxlgja0gvfz4hjd5";
};
- configurePhase = "makeFlags=prefix=$out";
+ makeFlags = [ "prefix=${placeholder "out"}" ];
+
+ nativeBuildInputs = [ perl git ];
postInstall = ''
- mkdir -p "$out/share/doc/${name}" "$out/etc/bash_completion.d/"
- mv README "$out/share/doc/${name}/"
- mv contrib/tg-completion.bash "$out/etc/bash_completion.d/"
+ install -Dm644 README -t"$out/share/doc/${pname}-${version}/"
+ install -Dm755 contrib/tg-completion.bash -t "$out/etc/bash_completion.d/"
'';
- meta = {
- homepage = https://github.com/greenrd/topgit;
+ meta = with stdenv.lib; {
description = "TopGit manages large amount of interdependent topic branches";
- license = stdenv.lib.licenses.gpl2;
- platforms = stdenv.lib.platforms.unix;
- maintainers = with stdenv.lib.maintainers; [ marcweber ];
+ homepage = "https://github.com/mackyle/topgit";
+ license = licenses.gpl2;
+ platforms = platforms.unix;
+ maintainers = with maintainers; [ marcweber ];
};
}
diff --git a/pkgs/applications/version-management/git-repo/default.nix b/pkgs/applications/version-management/git-repo/default.nix
index 04ae45f75b3..2c427bb1824 100644
--- a/pkgs/applications/version-management/git-repo/default.nix
+++ b/pkgs/applications/version-management/git-repo/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "git-repo-${version}";
- version = "1.13.3";
+ version = "1.13.4";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
- sha256 = "0wyr6fyc9kzzw6y2cxvri35ib1sh156n6lnv119j5r1rzvc2lg6r";
+ sha256 = "0p55mx1ry0r3bb8nja09cfpiv1jjxf98r41vrqba1b5hm8hbzfhj";
};
nativeBuildInputs = [ makeWrapper ];
diff --git a/pkgs/applications/version-management/gitea/default.nix b/pkgs/applications/version-management/gitea/default.nix
index 5b46228a116..00f344597bb 100644
--- a/pkgs/applications/version-management/gitea/default.nix
+++ b/pkgs/applications/version-management/gitea/default.nix
@@ -8,13 +8,13 @@ with stdenv.lib;
buildGoPackage rec {
pname = "gitea";
- version = "1.8.2";
+ version = "1.9.2";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${version}";
- sha256 = "1fs3cbs3zd1cj076w4nfn3dbgx529z0h4c0mghxcg2flxr3jm71a";
+ sha256 = "1i7h6scycwzil87fcx1a19w5pl0986g5ax7y030w0wgmrq3zj53a";
# Required to generate the same checksum on MacOS due to unicode encoding differences
# More information: https://github.com/NixOS/nixpkgs/pull/48128
extraPostFetch = ''
diff --git a/pkgs/applications/version-management/gitkraken/default.nix b/pkgs/applications/version-management/gitkraken/default.nix
index 8b807d11e34..f766ddbd42c 100644
--- a/pkgs/applications/version-management/gitkraken/default.nix
+++ b/pkgs/applications/version-management/gitkraken/default.nix
@@ -1,8 +1,9 @@
{ stdenv, libXcomposite, libgnome-keyring, makeWrapper, udev, curl, alsaLib
-, libXfixes, atk, gtk3, libXrender, pango, gnome2, gnome3, cairo, freetype, fontconfig
+, libXfixes, atk, gtk3, libXrender, pango, gnome3, cairo, freetype, fontconfig
, libX11, libXi, libxcb, libXext, libXcursor, glib, libXScrnSaver, libxkbfile, libXtst
-, nss, nspr, cups, fetchurl, expat, gdk_pixbuf, libXdamage, libXrandr, dbus
-, dpkg, makeDesktopItem, openssl, wrapGAppsHook, hicolor-icon-theme
+, nss, nspr, cups, fetchurl, expat, gdk-pixbuf, libXdamage, libXrandr, dbus
+, dpkg, makeDesktopItem, openssl, wrapGAppsHook, hicolor-icon-theme, at-spi2-atk, libuuid
+, e2fsprogs, krb5
}:
with stdenv.lib;
@@ -12,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
name = "gitkraken-${version}";
- version = "5.0.4";
+ version = "6.1.4";
src = fetchurl {
url = "https://release.axocdn.com/linux/GitKraken-v${version}.deb";
- sha256 = "1fq0w8djkcx5jr2pw6izlq5rkwbq3r3f15xr3dmmbz6gjvi3nra0";
+ sha256 = "10m6pwdwdxj6x64bc7mrvlvwkgqrd5prh9xx7xhvbz55q6gx4vdr";
};
libPath = makeLibraryPath [
@@ -37,7 +38,7 @@ stdenv.mkDerivation rec {
cups
alsaLib
expat
- gdk_pixbuf
+ gdk-pixbuf
dbus
libXdamage
libXrandr
@@ -50,9 +51,12 @@ stdenv.mkDerivation rec {
libXfixes
libXrender
gtk3
- gnome2.GConf
libgnome-keyring
openssl
+ at-spi2-atk
+ libuuid
+ e2fsprogs
+ krb5
];
desktopItem = makeDesktopItem {
@@ -102,6 +106,6 @@ stdenv.mkDerivation rec {
description = "The downright luxurious and most popular Git client for Windows, Mac & Linux";
license = licenses.unfree;
platforms = platforms.linux;
- maintainers = with maintainers; [ xnwdd ];
+ maintainers = with maintainers; [ xnwdd evanjs ];
};
}
diff --git a/pkgs/applications/version-management/gitlab/data.json b/pkgs/applications/version-management/gitlab/data.json
index a9da7e30036..d20236e9f5b 100644
--- a/pkgs/applications/version-management/gitlab/data.json
+++ b/pkgs/applications/version-management/gitlab/data.json
@@ -1,32 +1,32 @@
{
"ce": {
- "version": "11.10.5",
- "repo_hash": "00bkdylcnz171jf8di05ygviplqzssazrfaqpwmbqwdjab2ax4yr",
- "deb_hash": "1zsg4fhpl07pz76i4yynk38xs7cp9w4jcryxk7larbr25m48q4rb",
- "deb_url": "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/stretch/gitlab-ce_11.10.5-ce.0_amd64.deb/download.deb",
+ "version": "12.1.6",
+ "repo_hash": "0zyqxzyb1m8qa94iiyqf5ivqxrg60y378r94fsixy17fbh4y7sa6",
+ "deb_hash": "14bwcmwar44pjnjr6fdn2h9y92vyfva0kb76d4pz8pqc9pfm2hmg",
+ "deb_url": "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/stretch/gitlab-ce_12.1.6-ce.0_amd64.deb/download.deb",
"owner": "gitlab-org",
"repo": "gitlab-ce",
- "rev": "v11.10.5",
+ "rev": "v12.1.6",
"passthru": {
- "GITALY_SERVER_VERSION": "1.34.1",
- "GITLAB_PAGES_VERSION": "1.5.0",
- "GITLAB_SHELL_VERSION": "9.0.0",
- "GITLAB_WORKHORSE_VERSION": "8.5.2"
+ "GITALY_SERVER_VERSION": "1.53.2",
+ "GITLAB_PAGES_VERSION": "1.7.1",
+ "GITLAB_SHELL_VERSION": "9.3.0",
+ "GITLAB_WORKHORSE_VERSION": "8.7.0"
}
},
"ee": {
- "version": "11.10.5",
- "repo_hash": "0nla908l3513r87i3x2fa87j48wgykzpf7cqxddnahk98m0wgxvi",
- "deb_hash": "02ri9b4xd77wqjnd49h5n77aylrb5xlq6xa26xn39kl326isaj41",
- "deb_url": "https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/stretch/gitlab-ee_11.10.5-ee.0_amd64.deb/download.deb",
+ "version": "12.1.6",
+ "repo_hash": "1lxci1hwcccgw567c5733yl95xsxr4gnw41m48igdw9y8p6g7zbc",
+ "deb_hash": "0yjilhf4bjhl1a596x6n4cvjklfbrwhymslhx977nfjazfb5slx3",
+ "deb_url": "https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/stretch/gitlab-ee_12.1.6-ee.0_amd64.deb/download.deb",
"owner": "gitlab-org",
"repo": "gitlab-ee",
- "rev": "v11.10.5-ee",
+ "rev": "v12.1.6-ee",
"passthru": {
- "GITALY_SERVER_VERSION": "1.34.1",
- "GITLAB_PAGES_VERSION": "1.5.0",
- "GITLAB_SHELL_VERSION": "9.0.0",
- "GITLAB_WORKHORSE_VERSION": "8.5.2"
+ "GITALY_SERVER_VERSION": "1.53.2",
+ "GITLAB_PAGES_VERSION": "1.7.1",
+ "GITLAB_SHELL_VERSION": "9.3.0",
+ "GITLAB_WORKHORSE_VERSION": "8.7.0"
}
}
-}
+}
\ No newline at end of file
diff --git a/pkgs/applications/version-management/gitlab/default.nix b/pkgs/applications/version-management/gitlab/default.nix
index 2ffe1141b5a..20f0937274e 100644
--- a/pkgs/applications/version-management/gitlab/default.nix
+++ b/pkgs/applications/version-management/gitlab/default.nix
@@ -1,14 +1,29 @@
{ stdenv, lib, fetchurl, fetchFromGitLab, bundlerEnv
-, ruby, tzdata, git, procps, nettools
+, ruby, tzdata, git, nettools, nixosTests
, gitlabEnterprise ? false
}:
let
- rubyEnv = bundlerEnv {
+ rubyEnv = bundlerEnv rec {
name = "gitlab-env-${version}";
inherit ruby;
gemdir = ./rubyEnv- + "${if gitlabEnterprise then "ee" else "ce"}";
- groups = [ "default" "unicorn" "ed25519" "metrics" ];
+ gemset =
+ let x = import (gemdir + "/gemset.nix");
+ in x // {
+ # grpc expects the AR environment variable to contain `ar rpc`. See the
+ # discussion in nixpkgs #63056.
+ grpc = x.grpc // {
+ patches = [ ./fix-grpc-ar.patch ];
+ dontBuild = false;
+ };
+ };
+ groups = [
+ "default" "unicorn" "ed25519" "metrics" "development" "puma" "test"
+ ];
+ # N.B. omniauth_oauth2_generic and apollo_upload_server both provide a
+ # `console` executable.
+ ignoreCollisions = true;
};
flavour = if gitlabEnterprise then "ee" else "ce";
@@ -35,7 +50,7 @@ stdenv.mkDerivation rec {
src = sources.gitlab;
buildInputs = [
- rubyEnv rubyEnv.wrappedRuby rubyEnv.bundler tzdata git procps nettools
+ rubyEnv rubyEnv.wrappedRuby rubyEnv.bundler tzdata git nettools
];
patches = [ ./remove-hardcoded-locations.patch ];
@@ -49,9 +64,6 @@ stdenv.mkDerivation rec {
rm config/initializers/gitlab_shell_secret_token.rb
- substituteInPlace app/controllers/admin/background_jobs_controller.rb \
- --replace "ps -U" "${procps}/bin/ps -U"
-
sed -i '/ask_to_continue/d' lib/tasks/gitlab/two_factor.rake
sed -ri -e '/log_level/a config.logger = Logger.new(STDERR)' config/environments/production.rb
'';
@@ -64,6 +76,7 @@ stdenv.mkDerivation rec {
# Work around unpacking deb containing binary with suid bit
tar -f gitlab-deb-data.tar --delete ./opt/gitlab/embedded/bin/ksu
tar -xf gitlab-deb-data.tar
+ rm gitlab-deb-data.tar
mv -v opt/gitlab/embedded/service/gitlab-rails/public/assets public
rm -rf opt # only directory in data.tar.gz
@@ -95,6 +108,9 @@ stdenv.mkDerivation rec {
GITLAB_PAGES_VERSION = data.passthru.GITLAB_PAGES_VERSION;
GITLAB_SHELL_VERSION = data.passthru.GITLAB_SHELL_VERSION;
GITLAB_WORKHORSE_VERSION = data.passthru.GITLAB_WORKHORSE_VERSION;
+ tests = {
+ nixos-test-passes = nixosTests.gitlab;
+ };
};
meta = with lib; {
diff --git a/pkgs/applications/version-management/gitlab/fix-grpc-ar.patch b/pkgs/applications/version-management/gitlab/fix-grpc-ar.patch
new file mode 100644
index 00000000000..9b95e668e04
--- /dev/null
+++ b/pkgs/applications/version-management/gitlab/fix-grpc-ar.patch
@@ -0,0 +1,10 @@
+--- a/src/ruby/ext/grpc/extconf.rb
++++ b/src/ruby/ext/grpc/extconf.rb
+@@ -27,6 +27,7 @@ ENV['MACOSX_DEPLOYMENT_TARGET'] = '10.7'
+ if ENV['AR'].nil? || ENV['AR'].size == 0
+ ENV['AR'] = RbConfig::CONFIG['AR'] + ' rcs'
+ end
++ENV['AR'] = ENV['AR'] + ' rcs'
+ if ENV['CC'].nil? || ENV['CC'].size == 0
+ ENV['CC'] = RbConfig::CONFIG['CC']
+ end
diff --git a/pkgs/applications/version-management/gitlab/gitaly/Gemfile b/pkgs/applications/version-management/gitlab/gitaly/Gemfile
index c111744a1a1..1a6eb99b678 100644
--- a/pkgs/applications/version-management/gitlab/gitaly/Gemfile
+++ b/pkgs/applications/version-management/gitlab/gitaly/Gemfile
@@ -1,29 +1,32 @@
source 'https://rubygems.org'
# Require bundler >= 1.16.5 to avoid this bug: https://github.com/bundler/bundler/issues/6537
-gem 'bundler', '>= 1.16.5'
+gem 'bundler', '>= 1.17.3'
gem 'rugged', '~> 0.28'
gem 'github-linguist', '~> 6.1', require: 'linguist'
gem 'gitlab-markup', '~> 1.7.0'
-gem 'gitaly-proto', '~> 1.22.0'
-gem 'activesupport', '~> 5.0.2'
+gem 'activesupport', '~> 5.1.7'
+gem 'gitaly-proto', '~> 1.36.0'
gem 'rdoc', '~> 4.2'
gem 'gitlab-gollum-lib', '~> 4.2.7.7', require: false
gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.2', require: false
-gem 'grpc', '~> 1.15.0'
+gem 'grpc', '~> 1.19.0'
gem 'sentry-raven', '~> 2.9.0', require: false
gem 'faraday', '~> 0.12'
gem 'rbtrace', require: false
+# Labkit provides observability functionality
+gem 'gitlab-labkit', '~> 0.3.0'
+
# Detects the open source license the repository includes
# This version needs to be in sync with GitLab CE/EE
gem 'licensee', '~> 8.9.0'
-gem 'google-protobuf', '~> 3.6'
+gem 'google-protobuf', '~> 3.7.1'
group :development, :test do
- gem 'rubocop', '~> 0.50', require: false
+ gem 'rubocop', '~> 0.69', require: false
gem 'rspec', require: false
gem 'rspec-parameterized', require: false
gem 'timecop', require: false
diff --git a/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock b/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
index fec103a23a4..0a86273f7cb 100644
--- a/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
+++ b/pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
@@ -2,7 +2,20 @@ GEM
remote: https://rubygems.org/
specs:
abstract_type (0.0.7)
- activesupport (5.0.7.2)
+ actionpack (5.1.7)
+ actionview (= 5.1.7)
+ activesupport (= 5.1.7)
+ rack (~> 2.0)
+ rack-test (>= 0.6.3)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ actionview (5.1.7)
+ activesupport (= 5.1.7)
+ builder (~> 3.1)
+ erubi (~> 1.4)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
+ activesupport (5.1.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
@@ -10,33 +23,33 @@ GEM
adamantium (0.2.0)
ice_nine (~> 0.11.0)
memoizable (~> 0.4.0)
- addressable (2.5.2)
+ addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
- binding_of_caller (0.8.0)
- debug_inspector (>= 0.0.1)
+ binding_ninja (0.2.3)
+ builder (3.2.3)
charlock_holmes (0.7.6)
coderay (1.1.2)
concord (0.1.5)
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
- concurrent-ruby (1.1.3)
+ concurrent-ruby (1.1.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
- debug_inspector (0.0.3)
diff-lcs (1.3)
docile (1.1.5)
equalizer (0.0.11)
+ erubi (1.8.0)
escape_utils (1.2.1)
- factory_bot (4.11.1)
- activesupport (>= 3.0.0)
- faraday (0.15.3)
+ factory_bot (5.0.2)
+ activesupport (>= 4.2.0)
+ faraday (0.15.4)
multipart-post (>= 1.2, < 3)
ffi (1.10.0)
gemojione (3.3.0)
json
- gitaly-proto (1.22.0)
+ gitaly-proto (1.36.0)
grpc (~> 1.0)
github-linguist (6.4.1)
charlock_holmes (~> 0.7.6)
@@ -60,44 +73,57 @@ GEM
diff-lcs (~> 1.1)
mime-types (>= 1.16)
posix-spawn (~> 0.3)
+ gitlab-labkit (0.3.0)
+ actionpack (~> 5)
+ activesupport (~> 5)
+ grpc (~> 1.19.0)
+ jaeger-client (~> 0.10)
+ opentracing (~> 0.4)
gitlab-markup (1.7.0)
gollum-grit_adapter (1.0.1)
gitlab-grit (~> 2.7, >= 2.7.1)
google-protobuf (3.7.1)
googleapis-common-protos-types (1.0.4)
google-protobuf (~> 3.0)
- grpc (1.15.0)
+ grpc (1.19.0)
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
- hashdiff (0.3.8)
+ hashdiff (0.3.9)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
+ jaeger-client (0.10.0)
+ opentracing (~> 0.3)
+ thrift
+ jaro_winkler (1.5.2)
json (2.2.0)
licensee (8.9.2)
rugged (~> 0.24)
listen (0.5.3)
+ loofah (2.2.3)
+ crass (~> 1.0.2)
+ nokogiri (>= 1.5.9)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
- mime-types-data (3.2018.0812)
+ mime-types-data (3.2019.0331)
mini_portile2 (2.4.0)
minitest (5.11.3)
- msgpack (1.2.6)
+ msgpack (1.2.10)
multi_json (1.13.1)
multipart-post (2.0.0)
- nokogiri (1.10.2)
+ nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
nokogumbo (1.5.0)
nokogiri
+ opentracing (0.5.0)
optimist (3.0.0)
- parallel (1.12.1)
- parser (2.5.3.0)
+ parallel (1.17.0)
+ parser (2.6.3.0)
ast (~> 2.4.0)
posix-spawn (0.3.13)
- powerpack (0.1.2)
proc_to_ast (0.1.0)
coderay
parser
@@ -107,42 +133,50 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.3)
+ rack (2.0.7)
+ rack-test (1.1.0)
+ rack (>= 1.0, < 3)
+ rails-dom-testing (2.0.3)
+ activesupport (>= 4.2.0)
+ nokogiri (>= 1.6)
+ rails-html-sanitizer (1.0.4)
+ loofah (~> 2.2, >= 2.2.2)
rainbow (3.0.0)
rbtrace (0.4.11)
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
optimist (>= 3.0.0)
rdoc (4.3.0)
- rouge (3.3.0)
- rspec (3.7.0)
- rspec-core (~> 3.7.0)
- rspec-expectations (~> 3.7.0)
- rspec-mocks (~> 3.7.0)
- rspec-core (3.7.1)
- rspec-support (~> 3.7.0)
- rspec-expectations (3.7.0)
+ rouge (3.5.1)
+ rspec (3.8.0)
+ rspec-core (~> 3.8.0)
+ rspec-expectations (~> 3.8.0)
+ rspec-mocks (~> 3.8.0)
+ rspec-core (3.8.0)
+ rspec-support (~> 3.8.0)
+ rspec-expectations (3.8.3)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.7.0)
- rspec-mocks (3.7.0)
+ rspec-support (~> 3.8.0)
+ rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.7.0)
- rspec-parameterized (0.4.0)
- binding_of_caller
+ rspec-support (~> 3.8.0)
+ rspec-parameterized (0.4.2)
+ binding_ninja (>= 0.2.3)
parser
proc_to_ast
rspec (>= 2.13, < 4)
unparser
- rspec-support (3.7.1)
- rubocop (0.54.0)
+ rspec-support (3.8.0)
+ rubocop (0.69.0)
+ jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
- parser (>= 2.5)
- powerpack (~> 0.1)
+ parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (~> 1.0, >= 1.0.1)
+ unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.0)
rugged (0.28.1)
- safe_yaml (1.0.4)
+ safe_yaml (1.0.5)
sanitize (4.6.6)
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
@@ -156,17 +190,18 @@ GEM
simplecov-html (0.9.0)
stringex (2.8.5)
thread_safe (0.3.6)
+ thrift (0.11.0.0)
timecop (0.9.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
- unicode-display_width (1.4.0)
- unparser (0.2.8)
+ unicode-display_width (1.6.0)
+ unparser (0.4.5)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
concord (~> 0.1.5)
diff-lcs (~> 1.3)
equalizer (~> 0.0.9)
- parser (>= 2.3.1.2, < 2.6)
+ parser (~> 2.6.3)
procto (~> 0.0.2)
vcr (4.0.0)
webmock (3.4.2)
@@ -178,17 +213,18 @@ PLATFORMS
ruby
DEPENDENCIES
- activesupport (~> 5.0.2)
- bundler (>= 1.16.5)
+ activesupport (~> 5.1.7)
+ bundler (>= 1.17.3)
factory_bot
faraday (~> 0.12)
- gitaly-proto (~> 1.22.0)
+ gitaly-proto (~> 1.36.0)
github-linguist (~> 6.1)
gitlab-gollum-lib (~> 4.2.7.7)
gitlab-gollum-rugged_adapter (~> 0.4.4.2)
+ gitlab-labkit (~> 0.3.0)
gitlab-markup (~> 1.7.0)
- google-protobuf (~> 3.6)
- grpc (~> 1.15.0)
+ google-protobuf (~> 3.7.1)
+ grpc (~> 1.19.0)
licensee (~> 8.9.0)
listen (~> 0.5.0)
pry (~> 0.12.2)
@@ -196,7 +232,7 @@ DEPENDENCIES
rdoc (~> 4.2)
rspec
rspec-parameterized
- rubocop (~> 0.50)
+ rubocop (~> 0.69)
rugged (~> 0.28)
sentry-raven (~> 2.9.0)
simplecov (~> 0.9.0)
diff --git a/pkgs/applications/version-management/gitlab/gitaly/default.nix b/pkgs/applications/version-management/gitlab/gitaly/default.nix
index 0ea3ce0f779..184c6dc7f73 100644
--- a/pkgs/applications/version-management/gitlab/gitaly/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitaly/default.nix
@@ -1,20 +1,30 @@
-{ stdenv, fetchFromGitLab, buildGoPackage, ruby, bundlerEnv }:
+{ stdenv, fetchFromGitLab, buildGoPackage, ruby, bundlerEnv, pkgconfig, libgit2 }:
let
- rubyEnv = bundlerEnv {
+ rubyEnv = bundlerEnv rec {
name = "gitaly-env";
inherit ruby;
gemdir = ./.;
+ gemset =
+ let x = import (gemdir + "/gemset.nix");
+ in x // {
+ # grpc expects the AR environment variable to contain `ar rpc`. See the
+ # discussion in nixpkgs #63056.
+ grpc = x.grpc // {
+ patches = [ ../fix-grpc-ar.patch ];
+ dontBuild = false;
+ };
+ };
};
in buildGoPackage rec {
- version = "1.34.1";
+ version = "1.53.2";
name = "gitaly-${version}";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
- sha256 = "1nj1vw3qzfg5azx70ssbjicwqjxd6ka2fkk4rj5bby53755ywl7b";
+ sha256 = "0x4dhqaxx6n5jlcvf69rglxiz11037ghgcnskks6qnlcbkd85j3d";
};
goPackagePath = "gitlab.com/gitlab-org/gitaly";
@@ -23,7 +33,10 @@ in buildGoPackage rec {
inherit rubyEnv;
};
- buildInputs = [ rubyEnv.wrappedRuby ];
+ nativeBuildInputs = [ pkgconfig ];
+ buildInputs = [ rubyEnv.wrappedRuby libgit2 ];
+ goDeps = ./deps.nix;
+ preBuild = "rm -r go/src/gitlab.com/gitlab-org/labkit/vendor";
postInstall = ''
mkdir -p $ruby
@@ -42,7 +55,7 @@ in buildGoPackage rec {
meta = with stdenv.lib; {
homepage = http://www.gitlab.com/;
platforms = platforms.unix;
- maintainers = with maintainers; [ roblabla ];
+ maintainers = with maintainers; [ roblabla globin fpletz ];
license = licenses.mit;
};
}
diff --git a/pkgs/applications/version-management/gitlab/gitaly/deps.nix b/pkgs/applications/version-management/gitlab/gitaly/deps.nix
new file mode 100644
index 00000000000..5522185783d
--- /dev/null
+++ b/pkgs/applications/version-management/gitlab/gitaly/deps.nix
@@ -0,0 +1,669 @@
+# file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix)
+[
+ {
+ goPackagePath = "cloud.google.com/go";
+ fetch = {
+ type = "git";
+ url = "https://code.googlesource.com/gocloud";
+ rev = "v0.26.0";
+ sha256 = "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1";
+ };
+ }
+ {
+ goPackagePath = "github.com/BurntSushi/toml";
+ fetch = {
+ type = "git";
+ url = "https://github.com/BurntSushi/toml";
+ rev = "v0.3.1";
+ sha256 = "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6";
+ };
+ }
+ {
+ goPackagePath = "github.com/alecthomas/template";
+ fetch = {
+ type = "git";
+ url = "https://github.com/alecthomas/template";
+ rev = "a0175ee3bccc";
+ sha256 = "0qjgvvh26vk1cyfq9fadyhfgdj36f1iapbmr5xp6zqipldz8ffxj";
+ };
+ }
+ {
+ goPackagePath = "github.com/alecthomas/units";
+ fetch = {
+ type = "git";
+ url = "https://github.com/alecthomas/units";
+ rev = "2efee857e7cf";
+ sha256 = "1j65b91qb9sbrml9cpabfrcf07wmgzzghrl7809hjjhrmbzri5bl";
+ };
+ }
+ {
+ goPackagePath = "github.com/beorn7/perks";
+ fetch = {
+ type = "git";
+ url = "https://github.com/beorn7/perks";
+ rev = "v1.0.0";
+ sha256 = "1i1nz1f6g55xi2y3aiaz5kqfgvknarbfl4f0sx4nyyb4s7xb1z9x";
+ };
+ }
+ {
+ goPackagePath = "github.com/certifi/gocertifi";
+ fetch = {
+ type = "git";
+ url = "https://github.com/certifi/gocertifi";
+ rev = "ee1a9a0726d2";
+ sha256 = "08l6lqaw83pva6fa0aafmhmy1mhb145av21772zfh3ij809a37i4";
+ };
+ }
+ {
+ goPackagePath = "github.com/client9/misspell";
+ fetch = {
+ type = "git";
+ url = "https://github.com/client9/misspell";
+ rev = "v0.3.4";
+ sha256 = "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs";
+ };
+ }
+ {
+ goPackagePath = "github.com/cloudflare/tableflip";
+ fetch = {
+ type = "git";
+ url = "https://github.com/cloudflare/tableflip";
+ rev = "8392f1641731";
+ sha256 = "0by5hk8s0bhhl3kiw658p5g53zvc61k4q2wxnh1w64p5ghd1rfn8";
+ };
+ }
+ {
+ goPackagePath = "github.com/codahale/hdrhistogram";
+ fetch = {
+ type = "git";
+ url = "https://github.com/codahale/hdrhistogram";
+ rev = "3a0bb77429bd";
+ sha256 = "1zampgfjbxy192cbwdi7g86l1idxaam96d834wncnpfdwgh5kl57";
+ };
+ }
+ {
+ goPackagePath = "github.com/davecgh/go-spew";
+ fetch = {
+ type = "git";
+ url = "https://github.com/davecgh/go-spew";
+ rev = "v1.1.1";
+ sha256 = "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y";
+ };
+ }
+ {
+ goPackagePath = "github.com/fsnotify/fsnotify";
+ fetch = {
+ type = "git";
+ url = "https://github.com/fsnotify/fsnotify";
+ rev = "v1.4.7";
+ sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g";
+ };
+ }
+ {
+ goPackagePath = "github.com/getsentry/raven-go";
+ fetch = {
+ type = "git";
+ url = "https://github.com/getsentry/raven-go";
+ rev = "v0.1.2";
+ sha256 = "1dl80kar4lzdcfl3w6jssi1ld6bv0rmx6sp6bz6rzysfr9ilm02z";
+ };
+ }
+ {
+ goPackagePath = "github.com/go-kit/kit";
+ fetch = {
+ type = "git";
+ url = "https://github.com/go-kit/kit";
+ rev = "v0.8.0";
+ sha256 = "1rcywbc2pvab06qyf8pc2rdfjv7r6kxdv2v4wnpqnjhz225wqvc0";
+ };
+ }
+ {
+ goPackagePath = "github.com/go-logfmt/logfmt";
+ fetch = {
+ type = "git";
+ url = "https://github.com/go-logfmt/logfmt";
+ rev = "v0.3.0";
+ sha256 = "1gkgh3k5w1xwb2qbjq52p6azq3h1c1rr6pfwjlwj1zrijpzn2xb9";
+ };
+ }
+ {
+ goPackagePath = "github.com/go-stack/stack";
+ fetch = {
+ type = "git";
+ url = "https://github.com/go-stack/stack";
+ rev = "v1.8.0";
+ sha256 = "0wk25751ryyvxclyp8jdk5c3ar0cmfr8lrjb66qbg4808x66b96v";
+ };
+ }
+ {
+ goPackagePath = "github.com/gogo/protobuf";
+ fetch = {
+ type = "git";
+ url = "https://github.com/gogo/protobuf";
+ rev = "v1.1.1";
+ sha256 = "1525pq7r6h3s8dncvq8gxi893p2nq8dxpzvq0nfl5b4p6mq0v1c2";
+ };
+ }
+ {
+ goPackagePath = "github.com/golang/glog";
+ fetch = {
+ type = "git";
+ url = "https://github.com/golang/glog";
+ rev = "23def4e6c14b";
+ sha256 = "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30";
+ };
+ }
+ {
+ goPackagePath = "github.com/golang/lint";
+ fetch = {
+ type = "git";
+ url = "https://github.com/golang/lint";
+ rev = "06c8688daad7";
+ sha256 = "0xi94dwvz50a66bq1hp9fyqkym5mcpdxdb1hrfvicldgjf37lc47";
+ };
+ }
+ {
+ goPackagePath = "github.com/golang/mock";
+ fetch = {
+ type = "git";
+ url = "https://github.com/golang/mock";
+ rev = "v1.1.1";
+ sha256 = "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy";
+ };
+ }
+ {
+ goPackagePath = "github.com/golang/protobuf";
+ fetch = {
+ type = "git";
+ url = "https://github.com/golang/protobuf";
+ rev = "v1.3.1";
+ sha256 = "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl";
+ };
+ }
+ {
+ goPackagePath = "github.com/google/uuid";
+ fetch = {
+ type = "git";
+ url = "https://github.com/google/uuid";
+ rev = "v1.1.1";
+ sha256 = "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb";
+ };
+ }
+ {
+ goPackagePath = "github.com/grpc-ecosystem/go-grpc-middleware";
+ fetch = {
+ type = "git";
+ url = "https://github.com/grpc-ecosystem/go-grpc-middleware";
+ rev = "v1.0.0";
+ sha256 = "0lwgxih021xfhfb1xb9la5f98bpgpaiz63sbllx77qwwl2rmhrsp";
+ };
+ }
+ {
+ goPackagePath = "github.com/grpc-ecosystem/go-grpc-prometheus";
+ fetch = {
+ type = "git";
+ url = "https://github.com/grpc-ecosystem/go-grpc-prometheus";
+ rev = "v1.2.0";
+ sha256 = "1lzk54h7np32b3acidg1ggbn8ppbnns0m71gcg9d1qkkdh8zrijl";
+ };
+ }
+ {
+ goPackagePath = "github.com/hpcloud/tail";
+ fetch = {
+ type = "git";
+ url = "https://github.com/hpcloud/tail";
+ rev = "v1.0.0";
+ sha256 = "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0";
+ };
+ }
+ {
+ goPackagePath = "github.com/json-iterator/go";
+ fetch = {
+ type = "git";
+ url = "https://github.com/json-iterator/go";
+ rev = "v1.1.6";
+ sha256 = "08caswxvdn7nvaqyj5kyny6ghpygandlbw9vxdj7l5vkp7q0s43r";
+ };
+ }
+ {
+ goPackagePath = "github.com/julienschmidt/httprouter";
+ fetch = {
+ type = "git";
+ url = "https://github.com/julienschmidt/httprouter";
+ rev = "v1.2.0";
+ sha256 = "1k8bylc9s4vpvf5xhqh9h246dl1snxrzzz0614zz88cdh8yzs666";
+ };
+ }
+ {
+ goPackagePath = "github.com/kelseyhightower/envconfig";
+ fetch = {
+ type = "git";
+ url = "https://github.com/kelseyhightower/envconfig";
+ rev = "v1.3.0";
+ sha256 = "1zcq480ig7wbg4378qcfxznp2gzqmk7x6rbxizflvg9v2f376vrw";
+ };
+ }
+ {
+ goPackagePath = "github.com/kisielk/gotool";
+ fetch = {
+ type = "git";
+ url = "https://github.com/kisielk/gotool";
+ rev = "v1.0.0";
+ sha256 = "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn";
+ };
+ }
+ {
+ goPackagePath = "github.com/konsorten/go-windows-terminal-sequences";
+ fetch = {
+ type = "git";
+ url = "https://github.com/konsorten/go-windows-terminal-sequences";
+ rev = "v1.0.1";
+ sha256 = "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip";
+ };
+ }
+ {
+ goPackagePath = "github.com/kr/logfmt";
+ fetch = {
+ type = "git";
+ url = "https://github.com/kr/logfmt";
+ rev = "b84e30acd515";
+ sha256 = "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9";
+ };
+ }
+ {
+ goPackagePath = "github.com/libgit2/git2go";
+ fetch = {
+ type = "git";
+ url = "https://github.com/libgit2/git2go";
+ rev = "ecaeb7a21d47";
+ sha256 = "14r7ryff93r49g94f6kg66xc0y6rwb31lj22s3qmzmlgywk0pgvr";
+ };
+ }
+ {
+ goPackagePath = "github.com/lightstep/lightstep-tracer-go";
+ fetch = {
+ type = "git";
+ url = "https://github.com/lightstep/lightstep-tracer-go";
+ rev = "v0.15.6";
+ sha256 = "10n5r66g44s6rnz5kf86s4a3p1g55kc1kxqhnk7bx7mlayndgpmb";
+ };
+ }
+ {
+ goPackagePath = "github.com/matttproud/golang_protobuf_extensions";
+ fetch = {
+ type = "git";
+ url = "https://github.com/matttproud/golang_protobuf_extensions";
+ rev = "v1.0.1";
+ sha256 = "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya";
+ };
+ }
+ {
+ goPackagePath = "github.com/modern-go/concurrent";
+ fetch = {
+ type = "git";
+ url = "https://github.com/modern-go/concurrent";
+ rev = "bacd9c7ef1dd";
+ sha256 = "0s0fxccsyb8icjmiym5k7prcqx36hvgdwl588y0491gi18k5i4zs";
+ };
+ }
+ {
+ goPackagePath = "github.com/modern-go/reflect2";
+ fetch = {
+ type = "git";
+ url = "https://github.com/modern-go/reflect2";
+ rev = "v1.0.1";
+ sha256 = "06a3sablw53n1dqqbr2f53jyksbxdmmk8axaas4yvnhyfi55k4lf";
+ };
+ }
+ {
+ goPackagePath = "github.com/mwitkow/go-conntrack";
+ fetch = {
+ type = "git";
+ url = "https://github.com/mwitkow/go-conntrack";
+ rev = "cc309e4a2223";
+ sha256 = "0nbrnpk7bkmqg9mzwsxlm0y8m7s9qd9phr1q30qlx2qmdmz7c1mf";
+ };
+ }
+ {
+ goPackagePath = "github.com/onsi/ginkgo";
+ fetch = {
+ type = "git";
+ url = "https://github.com/onsi/ginkgo";
+ rev = "v1.7.0";
+ sha256 = "14wgpdrvpc35rdz3859bz53sc1g4vpr1fysy15wy3ff9gmqs14yg";
+ };
+ }
+ {
+ goPackagePath = "github.com/onsi/gomega";
+ fetch = {
+ type = "git";
+ url = "https://github.com/onsi/gomega";
+ rev = "v1.4.3";
+ sha256 = "1c8rqg5i2hz3snmq7s41yar1zjnzilb0fyiyhkg83v97afcfx79v";
+ };
+ }
+ {
+ goPackagePath = "github.com/opentracing/opentracing-go";
+ fetch = {
+ type = "git";
+ url = "https://github.com/opentracing/opentracing-go";
+ rev = "v1.0.2";
+ sha256 = "0i0ghg94dg8lk05mw5n23983wq04yjvkjmdkc9z5y1f3508938h9";
+ };
+ }
+ {
+ goPackagePath = "github.com/philhofer/fwd";
+ fetch = {
+ type = "git";
+ url = "https://github.com/philhofer/fwd";
+ rev = "v1.0.0";
+ sha256 = "1pg84khadh79v42y8sjsdgfb54vw2kzv7hpapxkifgj0yvcp30g2";
+ };
+ }
+ {
+ goPackagePath = "github.com/pkg/errors";
+ fetch = {
+ type = "git";
+ url = "https://github.com/pkg/errors";
+ rev = "v0.8.0";
+ sha256 = "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5";
+ };
+ }
+ {
+ goPackagePath = "github.com/pmezard/go-difflib";
+ fetch = {
+ type = "git";
+ url = "https://github.com/pmezard/go-difflib";
+ rev = "v1.0.0";
+ sha256 = "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw";
+ };
+ }
+ {
+ goPackagePath = "github.com/prometheus/client_golang";
+ fetch = {
+ type = "git";
+ url = "https://github.com/prometheus/client_golang";
+ rev = "v1.0.0";
+ sha256 = "1f03ndyi3jq7zdxinnvzimz3s4z2374r6dikkc8i42xzb6d1bli6";
+ };
+ }
+ {
+ goPackagePath = "github.com/prometheus/client_model";
+ fetch = {
+ type = "git";
+ url = "https://github.com/prometheus/client_model";
+ rev = "fd36f4220a90";
+ sha256 = "1bs5d72k361llflgl94c22n0w53j30rsfh84smgk8mbjbcmjsaa5";
+ };
+ }
+ {
+ goPackagePath = "github.com/prometheus/common";
+ fetch = {
+ type = "git";
+ url = "https://github.com/prometheus/common";
+ rev = "v0.4.1";
+ sha256 = "0sf4sjdckblz1hqdfvripk3zyp8xq89w7q75kbsyg4c078af896s";
+ };
+ }
+ {
+ goPackagePath = "github.com/prometheus/procfs";
+ fetch = {
+ type = "git";
+ url = "https://github.com/prometheus/procfs";
+ rev = "v0.0.2";
+ sha256 = "0s7pvs7fgnfpmym3cd0k219av321h9sf3yvdlnn3qy0ps280lg7k";
+ };
+ }
+ {
+ goPackagePath = "github.com/sirupsen/logrus";
+ fetch = {
+ type = "git";
+ url = "https://github.com/sirupsen/logrus";
+ rev = "v1.2.0";
+ sha256 = "0r6334x2bls8ddznvzaldx4g88msjjns4mlks95rqrrg7h0ijigg";
+ };
+ }
+ {
+ goPackagePath = "github.com/stretchr/objx";
+ fetch = {
+ type = "git";
+ url = "https://github.com/stretchr/objx";
+ rev = "v0.1.1";
+ sha256 = "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls";
+ };
+ }
+ {
+ goPackagePath = "github.com/stretchr/testify";
+ fetch = {
+ type = "git";
+ url = "https://github.com/stretchr/testify";
+ rev = "v1.3.0";
+ sha256 = "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy";
+ };
+ }
+ {
+ goPackagePath = "github.com/tinylib/msgp";
+ fetch = {
+ type = "git";
+ url = "https://github.com/tinylib/msgp";
+ rev = "v1.1.0";
+ sha256 = "08ha23sn14071ywrgxlyj7r523vzdwx1i83dcp1mqa830glgqaff";
+ };
+ }
+ {
+ goPackagePath = "github.com/uber-go/atomic";
+ fetch = {
+ type = "git";
+ url = "https://github.com/uber-go/atomic";
+ rev = "v1.3.2";
+ sha256 = "11pzvjys5ddjjgrv94pgk9pnip9yyb54z7idf33zk7p7xylpnsv6";
+ };
+ }
+ {
+ goPackagePath = "github.com/uber/jaeger-client-go";
+ fetch = {
+ type = "git";
+ url = "https://github.com/uber/jaeger-client-go";
+ rev = "v2.15.0";
+ sha256 = "0ki23m9zrf3vxp839fnp9ckr4m28y6mpad8g5s5lr5k8jkl0sfwj";
+ };
+ }
+ {
+ goPackagePath = "github.com/uber/jaeger-lib";
+ fetch = {
+ type = "git";
+ url = "https://github.com/uber/jaeger-lib";
+ rev = "v1.5.0";
+ sha256 = "113fwpn80ylx970w8h7nfqnhh18dpx1jadbk7rbr8k68q4di4y0q";
+ };
+ }
+ {
+ goPackagePath = "gitlab.com/gitlab-org/gitaly-proto";
+ fetch = {
+ type = "git";
+ url = "https://gitlab.com/gitlab-org/gitaly-proto.git";
+ rev = "v1.36.0";
+ sha256 = "0xma8ys3lf1bdhlkmcis31xs1h1dshcr5796wwfwnzijwk6422m3";
+ };
+ }
+ {
+ goPackagePath = "gitlab.com/gitlab-org/labkit";
+ fetch = {
+ type = "git";
+ url = "https://gitlab.com/gitlab-org/labkit.git";
+ rev = "0c3fc7cdd57c";
+ sha256 = "0fpn37v7dhhdgd63v4mq9cna9wdzrsfams13qmjmps3xpdw2wr9i";
+ };
+ }
+ {
+ goPackagePath = "go.uber.org/atomic";
+ fetch = {
+ type = "git";
+ url = "https://github.com/uber-go/atomic";
+ rev = "v1.3.2";
+ sha256 = "11pzvjys5ddjjgrv94pgk9pnip9yyb54z7idf33zk7p7xylpnsv6";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/crypto";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/crypto";
+ rev = "c2843e01d9a2";
+ sha256 = "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/lint";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/lint";
+ rev = "06c8688daad7";
+ sha256 = "0xi94dwvz50a66bq1hp9fyqkym5mcpdxdb1hrfvicldgjf37lc47";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/net";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/net";
+ rev = "d28f0bde5980";
+ sha256 = "18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/oauth2";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/oauth2";
+ rev = "d2e6202438be";
+ sha256 = "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/sync";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/sync";
+ rev = "37e7f081c4d4";
+ sha256 = "1bb0mw6ckb1k7z8v3iil2qlqwfj408fvvp8m1cik2b46p7snyjhm";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/sys";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/sys";
+ rev = "d0b11bdaac8a";
+ sha256 = "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/text";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/text";
+ rev = "v0.3.0";
+ sha256 = "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19";
+ };
+ }
+ {
+ goPackagePath = "golang.org/x/tools";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/tools";
+ rev = "6cd1fcedba52";
+ sha256 = "00hl0vkmy8impsnmc2dmm55sdhia95k0kqcrjbdpynryn1lamn5d";
+ };
+ }
+ {
+ goPackagePath = "google.golang.org/appengine";
+ fetch = {
+ type = "git";
+ url = "https://github.com/golang/appengine";
+ rev = "v1.1.0";
+ sha256 = "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x";
+ };
+ }
+ {
+ goPackagePath = "google.golang.org/genproto";
+ fetch = {
+ type = "git";
+ url = "https://github.com/google/go-genproto";
+ rev = "bd91e49a0898";
+ sha256 = "1f5q04h03q6fksbfkhz13ai5849rkkb8xrmmi7cxs4lzsi6ixkg8";
+ };
+ }
+ {
+ goPackagePath = "google.golang.org/grpc";
+ fetch = {
+ type = "git";
+ url = "https://github.com/grpc/grpc-go";
+ rev = "v1.16.0";
+ sha256 = "0a9xl6c5j7lvsb4q6ry5p892rjm86p47d4f8xrf0r8lxblf79qbg";
+ };
+ }
+ {
+ goPackagePath = "gopkg.in/DataDog/dd-trace-go.v1";
+ fetch = {
+ type = "git";
+ url = "https://gopkg.in/DataDog/dd-trace-go.v1";
+ rev = "v1.7.0";
+ sha256 = "0j45skiiayfsaw8id4g20k51zfr0raj47a03q2icka5xrh3qj6yq";
+ };
+ }
+ {
+ goPackagePath = "gopkg.in/alecthomas/kingpin.v2";
+ fetch = {
+ type = "git";
+ url = "https://gopkg.in/alecthomas/kingpin.v2";
+ rev = "v2.2.6";
+ sha256 = "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r";
+ };
+ }
+ {
+ goPackagePath = "gopkg.in/check.v1";
+ fetch = {
+ type = "git";
+ url = "https://gopkg.in/check.v1";
+ rev = "20d25e280405";
+ sha256 = "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np";
+ };
+ }
+ {
+ goPackagePath = "gopkg.in/fsnotify.v1";
+ fetch = {
+ type = "git";
+ url = "https://gopkg.in/fsnotify.v1";
+ rev = "v1.4.7";
+ sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g";
+ };
+ }
+ {
+ goPackagePath = "gopkg.in/tomb.v1";
+ fetch = {
+ type = "git";
+ url = "https://gopkg.in/tomb.v1";
+ rev = "dd632973f1e7";
+ sha256 = "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv";
+ };
+ }
+ {
+ goPackagePath = "gopkg.in/yaml.v2";
+ fetch = {
+ type = "git";
+ url = "https://gopkg.in/yaml.v2";
+ rev = "v2.2.2";
+ sha256 = "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa";
+ };
+ }
+ {
+ goPackagePath = "honnef.co/go/tools";
+ fetch = {
+ type = "git";
+ url = "https://github.com/dominikh/go-tools";
+ rev = "88497007e858";
+ sha256 = "0rinkyx3r2bq45mgcasnn5jb07cwbv3p3s2wwcrzxsarsj6wa5lc";
+ };
+ }
+]
diff --git a/pkgs/applications/version-management/gitlab/gitaly/gemset.nix b/pkgs/applications/version-management/gitlab/gitaly/gemset.nix
index 9b0f37e36bc..fd1af22dd78 100644
--- a/pkgs/applications/version-management/gitlab/gitaly/gemset.nix
+++ b/pkgs/applications/version-management/gitlab/gitaly/gemset.nix
@@ -7,16 +7,38 @@
};
version = "0.0.7";
};
+ actionpack = {
+ dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0zyi3dc50ii2msdkawaf11y4xw645ig57ha2jfnr8lpr8s1nlh52";
+ type = "gem";
+ };
+ version = "5.1.7";
+ };
+ actionview = {
+ dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0i2j580njb767yhf0k5ih3qqg38ybiah80ai8dsr6kjjw35aj747";
+ type = "gem";
+ };
+ version = "5.1.7";
+ };
activesupport = {
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
groups = ["default" "development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1bcbr490ryw6295p0ja7xigcw0ivkdys90x3qbsbs8c4n1zwcp7p";
+ sha256 = "0znhiy90hdlx66jqhaycin4qrphrymsw68c36a1an7g481zvfv91";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.1.7";
};
adamantium = {
dependencies = ["ice_nine" "memoizable"];
@@ -29,12 +51,14 @@
};
addressable = {
dependencies = ["public_suffix"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0viqszpkggqi8hq87pqp0xykhvz60g99nwmkwsb0v45kc2liwxvk";
+ sha256 = "0bcm2hchn897xjhqj9zzsxf3n9xhddymj4lsclz508f4vw3av46l";
type = "gem";
};
- version = "2.5.2";
+ version = "2.6.0";
};
ast = {
source = {
@@ -44,14 +68,25 @@
};
version = "2.4.0";
};
- binding_of_caller = {
- dependencies = ["debug_inspector"];
+ binding_ninja = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "05syqlks7463zsy1jdfbbdravdhj9hpj5pv2m74blqpv8bq4vv5g";
+ sha256 = "17fa3sv6p2fw9g8fxpwx1kjhhs28aw41akkba0hlgvk60055b1aa";
type = "gem";
};
- version = "0.8.0";
+ version = "0.2.3";
+ };
+ builder = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0qibi5s67lpdv1wgcj66wcymcr04q6j4mzws6a479n0mlrmh5wr1";
+ type = "gem";
+ };
+ version = "3.2.3";
};
charlock_holmes = {
source = {
@@ -79,12 +114,14 @@
version = "0.1.5";
};
concurrent-ruby = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "18q9skp5pfq4jwbxzmw8q2rn4cpw6mf4561i2hsjcl1nxdag2jvb";
+ sha256 = "1x07r23s7836cpp5z9yrlbpljcxpax14yw4fy4bnp6crhr6x24an";
type = "gem";
};
- version = "1.1.3";
+ version = "1.1.5";
};
crack = {
dependencies = ["safe_yaml"];
@@ -103,14 +140,6 @@
};
version = "1.0.4";
};
- debug_inspector = {
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "0vxr0xa1mfbkfcrn71n7c4f2dj7la5hvphn904vh20j3x4j5lrx0";
- type = "gem";
- };
- version = "0.0.3";
- };
diff-lcs = {
source = {
remotes = ["https://rubygems.org"];
@@ -135,6 +164,16 @@
};
version = "0.0.11";
};
+ erubi = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1kagnf6ziahj0d781s6ryy6fwqwa3ad4xbzzj84p9m4nv4c2jir1";
+ type = "gem";
+ };
+ version = "1.8.0";
+ };
escape_utils = {
source = {
remotes = ["https://rubygems.org"];
@@ -145,21 +184,25 @@
};
factory_bot = {
dependencies = ["activesupport"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "13q1b7imb591068plg4ashgsqgzarvfjz6xxn3jk6klzikz5zhg1";
+ sha256 = "02ijqa3g6lb8l8mvi40z1zgh9bb3gr08p2r2ym159ghhfbcrmbwk";
type = "gem";
};
- version = "4.11.1";
+ version = "5.0.2";
};
faraday = {
dependencies = ["multipart-post"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "16hwxc8v0z6gkanckjhx0ffgqmzpc4ywz4dfhxpjlz2mbz8d5m52";
+ sha256 = "0s72m05jvzc1pd6cw1i289chas399q0a14xrwg4rvkdwy7bgzrh0";
type = "gem";
};
- version = "0.15.3";
+ version = "0.15.4";
};
ffi = {
source = {
@@ -184,10 +227,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "114q2qnd6196xvzmv3jia4n4j4wm3rizqbvxjd9156g0hc20q6yf";
+ sha256 = "11bkrf2z5ppp55cipawdpinrva42x12grp2gl1dp1jdb35crqick";
type = "gem";
};
- version = "1.22.0";
+ version = "1.36.0";
};
github-linguist = {
dependencies = ["charlock_holmes" "escape_utils" "mime-types" "rugged"];
@@ -239,6 +282,17 @@
};
version = "2.8.2";
};
+ gitlab-labkit = {
+ dependencies = ["actionpack" "activesupport" "grpc" "jaeger-client" "opentracing"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0dvapmdc9axm9dq2gg89qrqb318rkrsabpyybrqvcx1ipbi5k3a1";
+ type = "gem";
+ };
+ version = "0.3.0";
+ };
gitlab-markup = {
groups = ["default"];
platforms = [];
@@ -281,20 +335,24 @@
};
grpc = {
dependencies = ["google-protobuf" "googleapis-common-protos-types"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0m2wspnm1cfkmhlbp7yqv5bb4vsfh246cm0aavxra67aw4l8plhb";
+ sha256 = "1rdywzism5vxz8pnml6xjb9f19diclyy74014z69q01jzqwi1wgs";
type = "gem";
};
- version = "1.15.0";
+ version = "1.19.0";
};
hashdiff = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "19ykg5pax8798nh1yv71adkx0zzs7gn2rxjj86v7nsw0jba5lask";
+ sha256 = "1qji49afni3c90zws617x514xi7ik70g2iwngj9skq68mjcq6y4x";
type = "gem";
};
- version = "0.3.8";
+ version = "0.3.9";
};
i18n = {
dependencies = ["concurrent-ruby"];
@@ -315,6 +373,27 @@
};
version = "0.11.2";
};
+ jaeger-client = {
+ dependencies = ["opentracing" "thrift"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "198m72c9w3wfwr1mq22dcjjm7d4jd0bci4lrq6zq2zvlzhi04n8l";
+ type = "gem";
+ };
+ version = "0.10.0";
+ };
+ jaro_winkler = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1zz27z88qznix4r65gd9h56gl177snlfpgv10b0s69vi8qpl909l";
+ type = "gem";
+ };
+ version = "1.5.2";
+ };
json = {
groups = ["default"];
platforms = [];
@@ -342,6 +421,17 @@
};
version = "0.5.3";
};
+ loofah = {
+ dependencies = ["crass" "nokogiri"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1ccsid33xjajd0im2xv941aywi58z7ihwkvaf1w2bv89vn5bhsjg";
+ type = "gem";
+ };
+ version = "2.2.3";
+ };
memoizable = {
dependencies = ["thread_safe"];
source = {
@@ -369,12 +459,14 @@
version = "3.2.2";
};
mime-types-data = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "07wvp0aw2gjm4njibb70as6rh5hi1zzri5vky1q6jx95h8l56idc";
+ sha256 = "1m00pg19cm47n1qlcxgl91ajh2yq0fszvn1vy8fy0s1jkrp9fw4a";
type = "gem";
};
- version = "3.2018.0812";
+ version = "3.2019.0331";
};
mini_portile2 = {
source = {
@@ -393,12 +485,14 @@
version = "5.11.3";
};
msgpack = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0031gd2mjyba6jb7m97sqa149zjkr0vzn2s2gpb3m9nb67gqkm13";
+ sha256 = "1w38hilm3dk42dwk8ygiq49bl4in7y80hfqr63hk54mj4gmzi6ch";
type = "gem";
};
- version = "1.2.6";
+ version = "1.2.10";
};
multi_json = {
source = {
@@ -422,10 +516,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0sy96cc8i5y4p67fhf4d9c6sg8ymrrva21zyvzw55l0pa1582wx2";
+ sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4";
type = "gem";
};
- version = "1.10.2";
+ version = "1.10.3";
};
nokogumbo = {
dependencies = ["nokogiri"];
@@ -436,6 +530,16 @@
};
version = "1.5.0";
};
+ opentracing = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "11lj1d8vq0hkb5hjz8q4lm82cddrggpbb33dhqfn7rxhwsmxgdfy";
+ type = "gem";
+ };
+ version = "0.5.0";
+ };
optimist = {
source = {
remotes = ["https://rubygems.org"];
@@ -445,21 +549,25 @@
version = "3.0.0";
};
parallel = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "01hj8v1qnyl5ndrs33g8ld8ibk0rbcqdpkpznr04gkbxd11pqn67";
+ sha256 = "1x1gzgjrdlkm1aw0hfpyphsxcx90qgs3y4gmp9km3dvf4hc4qm8r";
type = "gem";
};
- version = "1.12.1";
+ version = "1.17.0";
};
parser = {
dependencies = ["ast"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1zjk0w1kjj3xk8ymy1430aa4gg0k8ckphfj88br6il4pm83f0n1f";
+ sha256 = "1pnks149x0fzgqiw53qlmvcd8bi746cxdw03sjljby5s97p1fskn";
type = "gem";
};
- version = "2.5.3.0";
+ version = "2.6.3.0";
};
posix-spawn = {
source = {
@@ -469,14 +577,6 @@
};
version = "0.3.13";
};
- powerpack = {
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "1r51d67wd467rpdfl6x43y84vwm8f5ql9l9m85ak1s2sp3nc5hyv";
- type = "gem";
- };
- version = "0.1.2";
- };
proc_to_ast = {
dependencies = ["coderay" "parser" "unparser"];
source = {
@@ -511,6 +611,49 @@
};
version = "3.0.3";
};
+ rack = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0z90vflxbgjy2n84r7mbyax3i2vyvvrxxrf86ljzn5rw65jgnn2i";
+ type = "gem";
+ };
+ version = "2.0.7";
+ };
+ rack-test = {
+ dependencies = ["rack"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0rh8h376mx71ci5yklnpqqn118z3bl67nnv5k801qaqn1zs62h8m";
+ type = "gem";
+ };
+ version = "1.1.0";
+ };
+ rails-dom-testing = {
+ dependencies = ["activesupport" "nokogiri"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1lfq2a7kp2x64dzzi5p4cjcbiv62vxh9lyqk2f0rqq3fkzrw8h5i";
+ type = "gem";
+ };
+ version = "2.0.3";
+ };
+ rails-html-sanitizer = {
+ dependencies = ["loofah"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1gv7vr5d9g2xmgpjfq4nxsqr70r9pr042r9ycqqnfvw5cz9c7jwr";
+ type = "gem";
+ };
+ version = "1.0.4";
+ };
rainbow = {
source = {
remotes = ["https://rubygems.org"];
@@ -537,74 +680,90 @@
version = "4.3.0";
};
rouge = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1digsi2s8wyzx8vsqcxasw205lg6s7izx8jypl8rrpjwshmv83ql";
+ sha256 = "0yfhazlhjc4abgzhkgq8zqmdphvkh52211widkl4zhsbhqh8wg2q";
type = "gem";
};
- version = "3.3.0";
+ version = "3.5.1";
};
rspec = {
dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0134g96wzxjlig2gxzd240gm2dxfw8izcyi2h6hjmr40syzcyx01";
+ sha256 = "15ppasvb9qrscwlyjz67ppw1lnxiqnkzx5vkx1bd8x5n3dhikxc3";
type = "gem";
};
- version = "3.7.0";
+ version = "3.8.0";
};
rspec-core = {
dependencies = ["rspec-support"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0zvjbymx3avxm3lf8v4gka3a862vnaxldmwvp6767bpy48nhnvjj";
+ sha256 = "1p1s5bnbqp3sxk67y0fh0x884jjym527r0vgmhbm81w7aq6b7l4p";
type = "gem";
};
- version = "3.7.1";
+ version = "3.8.0";
};
rspec-expectations = {
dependencies = ["diff-lcs" "rspec-support"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1fw06wm8jdj8k7wrb8xmzj0fr1wjyb0ya13x31hidnyblm41hmvy";
+ sha256 = "1c4gs5ybf7km0qshdm92p38zvg32n1j2kr5fgs2icacz7xf2y6fy";
type = "gem";
};
- version = "3.7.0";
+ version = "3.8.3";
};
rspec-mocks = {
dependencies = ["diff-lcs" "rspec-support"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0b02ya3qhqgmcywqv4570dlhav70r656f7dmvwg89whpkq1z1xr3";
+ sha256 = "06y508cjqycb4yfhxmb3nxn0v9xqf17qbd46l1dh4xhncinr4fyp";
type = "gem";
};
- version = "3.7.0";
+ version = "3.8.0";
};
rspec-parameterized = {
- dependencies = ["binding_of_caller" "parser" "proc_to_ast" "rspec" "unparser"];
+ dependencies = ["binding_ninja" "parser" "proc_to_ast" "rspec" "unparser"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0arynbr6cfjhccwc8gy2xf87nybdnncsnmfwknnh8s7d4mj730p0";
+ sha256 = "1c0892jbaznnldk1wi24qxm70g4zhw2idqx516rhgdzgd7yh5j31";
type = "gem";
};
- version = "0.4.0";
+ version = "0.4.2";
};
rspec-support = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1nl30xb6jmcl0awhqp6jycl01wdssblifwy921phfml70rd9flj1";
+ sha256 = "0p3m7drixrlhvj2zpc38b11x145bvm311x6f33jjcxmvcm0wq609";
type = "gem";
};
- version = "3.7.1";
+ version = "3.8.0";
};
rubocop = {
- dependencies = ["parallel" "parser" "powerpack" "rainbow" "ruby-progressbar" "unicode-display_width"];
+ dependencies = ["jaro_winkler" "parallel" "parser" "rainbow" "ruby-progressbar" "unicode-display_width"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "106y99lq0fg62k3vk1w5wwb4vq16pnh4l61skc82xck627z0h8is";
+ sha256 = "1cmw8ajaiidvrzjcsljh47f4l3lmcazqrzljgalj3szkr8ibkk5i";
type = "gem";
};
- version = "0.54.0";
+ version = "0.69.0";
};
ruby-progressbar = {
source = {
@@ -625,12 +784,14 @@
version = "0.28.1";
};
safe_yaml = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1hly915584hyi9q9vgd968x2nsi5yag9jyf5kq60lwzi5scr7094";
+ sha256 = "0j7qv63p0vqcd838i2iy2f76c3dgwzkiz1d1xkg7n0pbnxj2vb56";
type = "gem";
};
- version = "1.0.4";
+ version = "1.0.5";
};
sanitize = {
dependencies = ["crass" "nokogiri" "nokogumbo"];
@@ -687,6 +848,16 @@
};
version = "0.3.6";
};
+ thrift = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "02p107kwx7jnkh6fpdgvaji0xdg6xkaarngkqjml6s4zny4m8slv";
+ type = "gem";
+ };
+ version = "0.11.0.0";
+ };
timecop = {
source = {
remotes = ["https://rubygems.org"];
@@ -705,21 +876,25 @@
version = "1.2.5";
};
unicode-display_width = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0040bsdpcmvp8w31lqi2s9s4p4h031zv52401qidmh25cgyh4a57";
+ sha256 = "08kfiniak1pvg3gn5k6snpigzvhvhyg7slmm0s2qx5zkj62c1z2w";
type = "gem";
};
- version = "1.4.0";
+ version = "1.6.0";
};
unparser = {
dependencies = ["abstract_type" "adamantium" "concord" "diff-lcs" "equalizer" "parser" "procto"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0rh1649846ac17av30x0b0v9l45v0x1j2y1i8m1a7xdd0v4sld0z";
+ sha256 = "03vjj74kj86vlazhiclf63kf6gajs66k8ni34q70fdhf97d7b60c";
type = "gem";
};
- version = "0.2.8";
+ version = "0.4.5";
};
vcr = {
source = {
diff --git a/pkgs/applications/version-management/gitlab/gitlab-shell/default.nix b/pkgs/applications/version-management/gitlab/gitlab-shell/default.nix
index be0cf838f90..faeed38c918 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-shell/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-shell/default.nix
@@ -1,14 +1,14 @@
{ stdenv, ruby, bundler, fetchFromGitLab, go }:
stdenv.mkDerivation rec {
- version = "9.0.0";
+ version = "9.3.0";
name = "gitlab-shell-${version}";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-shell";
rev = "v${version}";
- sha256 = "0437pigcgd5qi9ars8br1l058h2mijyv02axlr8wdb1vjsss857g";
+ sha256 = "1r000h4sgplx7giqvqs5iy0zh3drf6qa1iiq0mxlk3h9fshs1348";
};
buildInputs = [ ruby bundler go ];
diff --git a/pkgs/applications/version-management/gitlab/gitlab-shell/remove-hardcoded-locations.patch b/pkgs/applications/version-management/gitlab/gitlab-shell/remove-hardcoded-locations.patch
index 9b5efeaee80..d8337ebb9ea 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-shell/remove-hardcoded-locations.patch
+++ b/pkgs/applications/version-management/gitlab/gitlab-shell/remove-hardcoded-locations.patch
@@ -56,3 +56,16 @@ index 2cb76a8..f59ad5e 100644
end
def api
+diff --git a/go/internal/command/fallback/fallback.go b/go/internal/command/fallback/fallback.go
+index 2cb76a8..f59ad5e 100644
+--- a/go/internal/command/fallback/fallback.go
++++ b/go/internal/command/fallback/fallback.go
+@@ -21,7 +21,7 @@
+ )
+
+ func (c *Command) Execute() error {
+- rubyCmd := filepath.Join(c.RootDir, "bin", RubyProgram)
++ rubyCmd := filepath.Join("/run/current-system/sw/bin", RubyProgram)
+
+ // Ensure rubyArgs[0] is the full path to gitlab-shell-ruby
+ rubyArgs := append([]string{rubyCmd}, c.Args[1:]...)
diff --git a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
index a98c41699c7..23cf3483f7a 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "gitlab-workhorse-${version}";
- version = "8.5.2";
+ version = "8.7.0";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-workhorse";
rev = "v${version}";
- sha256 = "0c1wpp81wr4x00pmc2z41xh4vy7yk97fkcg0cdy7gbz2hc5cm296";
+ sha256 = "1zlngc498hnzbxwdjn3ymr0xwrnfgnzzhn9lyf37yfbjl8x28n3z";
};
buildInputs = [ git go ];
diff --git a/pkgs/applications/version-management/gitlab/rubyEnv-ce/Gemfile b/pkgs/applications/version-management/gitlab/rubyEnv-ce/Gemfile
index 1c7ad5abcb5..8bffc2a973d 100644
--- a/pkgs/applications/version-management/gitlab/rubyEnv-ce/Gemfile
+++ b/pkgs/applications/version-management/gitlab/rubyEnv-ce/Gemfile
@@ -1,7 +1,6 @@
source 'https://rubygems.org'
-gem 'rails', '5.0.7.2'
-gem 'rails-deprecated_sanitizer', '~> 1.0.3'
+gem 'rails', '5.2.3'
# Improves copy-on-write performance for MRI
gem 'nakayoshi_fork', '~> 0.0.4'
@@ -12,19 +11,19 @@ gem 'responders', '~> 2.0'
gem 'sprockets', '~> 3.7.0'
# Default values for AR models
-gem 'gitlab-default_value_for', '~> 3.1.1', require: 'default_value_for'
+gem 'default_value_for', '~> 3.2.0'
# Supported DBs
gem 'mysql2', '~> 0.4.10', group: :mysql
gem 'pg', '~> 1.1', group: :postgres
gem 'rugged', '~> 0.28'
-gem 'grape-path-helpers', '~> 1.0'
+gem 'grape-path-helpers', '~> 1.1'
gem 'faraday', '~> 0.12'
# Authentication libraries
-gem 'devise', '~> 4.4'
+gem 'devise', '~> 4.6'
gem 'doorkeeper', '~> 4.3'
gem 'doorkeeper-openid_connect', '~> 1.5'
gem 'omniauth', '~> 1.8'
@@ -42,6 +41,9 @@ gem 'omniauth-shibboleth', '~> 1.3.0'
gem 'omniauth-twitter', '~> 1.4'
gem 'omniauth_crowd', '~> 2.2.0'
gem 'omniauth-authentiq', '~> 0.3.3'
+gem 'omniauth_openid_connect', '~> 0.3.1'
+gem "omniauth-ultraauth", '~> 0.0.2'
+gem 'omniauth-salesforce', '~> 1.0.5'
gem 'rack-oauth2', '~> 1.9.3'
gem 'jwt', '~> 2.1.0'
@@ -58,6 +60,8 @@ gem 'u2f', '~> 0.2.1'
# GitLab Pages
gem 'validates_hostname', '~> 1.0.6'
gem 'rubyzip', '~> 1.2.2', require: 'zip'
+# GitLab Pages letsencrypt support
+gem 'acme-client', '~> 2.0.2'
# Browser detection
gem 'browser', '~> 2.5'
@@ -79,6 +83,8 @@ gem 'rack-cors', '~> 1.0.0', require: 'rack/cors'
# GraphQL API
gem 'graphql', '~> 1.8.0'
gem 'graphiql-rails', '~> 1.4.10'
+gem 'apollo_upload_server', '~> 2.0.0.beta3'
+gem 'graphql-docs', '~> 1.6.0', group: [:development, :test]
# Disable strong_params so that Mash does not respond to :permitted?
gem 'hashie-forbidden_attributes'
@@ -94,7 +100,7 @@ gem 'carrierwave', '~> 1.3'
gem 'mini_magick'
# for backups
-gem 'fog-aws', '~> 3.3'
+gem 'fog-aws', '~> 3.5'
# Locked until fog-google resolves https://github.com/fog/fog-google/issues/421.
# Also see config/initializers/fog_core_patch.rb.
gem 'fog-core', '= 2.1.0'
@@ -124,12 +130,13 @@ gem 'rdoc', '~> 6.0'
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'
-gem 'asciidoctor', '~> 1.5.8'
-gem 'asciidoctor-plantuml', '0.0.8'
-gem 'rouge', '~> 3.1'
+gem 'asciidoctor', '~> 2.0.10'
+gem 'asciidoctor-include-ext', '~> 0.3.1', require: false
+gem 'asciidoctor-plantuml', '0.0.9'
+gem 'rouge', '~> 3.5'
gem 'truncato', '~> 0.7.11'
gem 'bootstrap_form', '~> 4.2.0'
-gem 'nokogiri', '~> 1.10.1'
+gem 'nokogiri', '~> 1.10.3'
gem 'escape_utils', '~> 1.1'
# Calendar rendering
@@ -149,6 +156,7 @@ end
group :puma do
gem 'puma', '~> 3.12', require: false
gem 'puma_worker_killer', require: false
+ gem 'rack-timeout', require: false
end
# State machine
@@ -158,13 +166,13 @@ gem 'state_machines-activerecord', '~> 0.5.1'
gem 'acts-as-taggable-on', '~> 6.0'
# Background jobs
-gem 'sidekiq', '~> 5.2.1'
+gem 'sidekiq', '~> 5.2.7'
gem 'sidekiq-cron', '~> 1.0'
gem 'redis-namespace', '~> 1.6.0'
gem 'gitlab-sidekiq-fetcher', '~> 0.4.0', require: 'sidekiq-reliable-fetch'
# Cron Parser
-gem 'fugit', '~> 1.1'
+gem 'fugit', '~> 1.2.1'
# HTTP requests
gem 'httparty', '~> 0.16.4'
@@ -204,7 +212,7 @@ gem 'discordrb-webhooks-blackst0ne', '~> 3.3', require: false
# HipChat integration
gem 'hipchat', '~> 1.5.0'
-# JIRA integration
+# Jira integration
gem 'jira-ruby', '~> 1.4'
# Flowdock integration
@@ -257,8 +265,7 @@ gem 'chronic_duration', '~> 0.10.6'
gem 'webpack-rails', '~> 0.9.10'
gem 'rack-proxy', '~> 0.6.0'
-gem 'sass-rails', '~> 5.0.6'
-gem 'sass', '~> 3.5'
+gem 'sassc-rails', '~> 2.1.0'
gem 'uglifier', '~> 2.7.2'
gem 'addressable', '~> 2.5.2'
@@ -270,10 +277,13 @@ gem 'virtus', '~> 1.0.1'
gem 'base32', '~> 0.3.0'
# Sentry integration
-gem 'sentry-raven', '~> 2.7'
+gem 'sentry-raven', '~> 2.9'
gem 'premailer-rails', '~> 1.9.7'
+# LabKit: Tracing and Correlation
+gem 'gitlab-labkit', '~> 0.3.0'
+
# I18n
gem 'ruby_parser', '~> 3.8', require: false
gem 'rails-i18n', '~> 5.1'
@@ -281,7 +291,7 @@ gem 'gettext_i18n_rails', '~> 1.8.0'
gem 'gettext_i18n_rails_js', '~> 1.3'
gem 'gettext', '~> 3.2.2', require: false, group: :development
-gem 'batch-loader', '~> 1.2.2'
+gem 'batch-loader', '~> 1.4.0'
# Perf bar
gem 'peek', '~> 1.0.1'
@@ -291,27 +301,24 @@ gem 'peek-pg', '~> 1.3.0', group: :postgres
gem 'peek-rblineprof', '~> 0.2.0'
gem 'peek-redis', '~> 1.2.0'
+# Memory benchmarks
+gem 'derailed_benchmarks', require: false
+
# Metrics
group :metrics do
gem 'method_source', '~> 0.8', require: false
gem 'influxdb', '~> 0.2', require: false
# Prometheus
- gem 'prometheus-client-mmap', '~> 0.9.4'
+ gem 'prometheus-client-mmap', '~> 0.9.8'
gem 'raindrops', '~> 0.18'
end
-group :tracing do
- # OpenTracing
- gem 'opentracing', '~> 0.4.3'
- gem 'jaeger-client', '~> 0.10.0'
-end
-
group :development do
gem 'foreman', '~> 0.84.0'
gem 'brakeman', '~> 4.2', require: false
- gem 'letter_opener_web', '~> 1.3.0'
+ gem 'letter_opener_web', '~> 1.3.4'
gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false
# Better errors handler
@@ -333,8 +340,8 @@ group :development, :test do
gem 'database_cleaner', '~> 1.7.0'
gem 'factory_bot_rails', '~> 4.8.2'
- gem 'rspec-rails', '~> 3.7.0'
- gem 'rspec-retry', '~> 0.4.5'
+ gem 'rspec-rails', '~> 3.8.0'
+ gem 'rspec-retry', '~> 0.6.1'
gem 'rspec_profiling', '~> 0.0.5'
gem 'rspec-set', '~> 0.1.3'
gem 'rspec-parameterized', require: false
@@ -345,22 +352,24 @@ group :development, :test do
# Generate Fake data
gem 'ffaker', '~> 2.10'
- gem 'capybara', '~> 2.16.1'
- gem 'capybara-screenshot', '~> 1.0.18'
- gem 'selenium-webdriver', '~> 3.12'
+ gem 'capybara', '~> 3.22.0'
+ gem 'capybara-screenshot', '~> 1.0.22'
+ gem 'selenium-webdriver', '~> 3.141'
gem 'spring', '~> 2.0.0'
gem 'spring-commands-rspec', '~> 1.0.4'
- gem 'gitlab-styles', '~> 2.4', require: false
+ gem 'gitlab-styles', '~> 2.7', require: false
# Pin these dependencies, otherwise a new rule could break the CI pipelines
- gem 'rubocop', '~> 0.54.0'
+ gem 'rubocop', '~> 0.69.0'
+ gem 'rubocop-performance', '~> 1.1.0'
gem 'rubocop-rspec', '~> 1.22.1'
gem 'scss_lint', '~> 0.56.0', require: false
- gem 'haml_lint', '~> 0.28.0', require: false
- gem 'simplecov', '~> 0.14.0', require: false
+ gem 'haml_lint', '~> 0.31.0', require: false
+ gem 'simplecov', '~> 0.16.1', require: false
gem 'bundler-audit', '~> 0.5.0', require: false
+ gem 'mdl', '~> 0.5.0', require: false
gem 'benchmark-ips', '~> 2.3.0', require: false
@@ -377,7 +386,7 @@ group :development, :test do
end
group :test do
- gem 'shoulda-matchers', '~> 3.1.2', require: false
+ gem 'shoulda-matchers', '~> 4.0.1', require: false
gem 'email_spec', '~> 2.2.0'
gem 'json-schema', '~> 2.8.0'
gem 'webmock', '~> 3.5.1'
@@ -397,6 +406,9 @@ gem 'html2text'
gem 'ruby-prof', '~> 0.17.0'
gem 'rbtrace', '~> 0.4', require: false
+gem 'memory_profiler', '~> 0.9', require: false
+gem 'benchmark-memory', '~> 0.1', require: false
+gem 'activerecord-explain-analyze', '~> 0.1', require: false
# OAuth
gem 'oauth2', '~> 1.4'
@@ -409,7 +421,7 @@ gem 'vmstat', '~> 2.3.0'
gem 'sys-filesystem', '~> 1.1.6'
# SSH host key support
-gem 'net-ssh', '~> 5.0'
+gem 'net-ssh', '~> 5.2'
gem 'sshkey', '~> 2.0'
# Required for ED25519 SSH host key support
@@ -419,11 +431,11 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 1.19.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 1.37.0', require: 'gitaly'
-gem 'grpc', '~> 1.15.0'
+gem 'grpc', '~> 1.19.0'
-gem 'google-protobuf', '~> 3.6'
+gem 'google-protobuf', '~> 3.7.1'
gem 'toml-rb', '~> 1.0.0', require: false
diff --git a/pkgs/applications/version-management/gitlab/rubyEnv-ce/Gemfile.lock b/pkgs/applications/version-management/gitlab/rubyEnv-ce/Gemfile.lock
index 3314a769949..60939ae918c 100644
--- a/pkgs/applications/version-management/gitlab/rubyEnv-ce/Gemfile.lock
+++ b/pkgs/applications/version-management/gitlab/rubyEnv-ce/Gemfile.lock
@@ -4,41 +4,50 @@ GEM
RedCloth (4.3.2)
abstract_type (0.0.7)
ace-rails-ap (4.1.2)
- actioncable (5.0.7.2)
- actionpack (= 5.0.7.2)
- nio4r (>= 1.2, < 3.0)
- websocket-driver (~> 0.6.1)
- actionmailer (5.0.7.2)
- actionpack (= 5.0.7.2)
- actionview (= 5.0.7.2)
- activejob (= 5.0.7.2)
+ acme-client (2.0.2)
+ faraday (~> 0.9, >= 0.9.1)
+ actioncable (5.2.3)
+ actionpack (= 5.2.3)
+ nio4r (~> 2.0)
+ websocket-driver (>= 0.6.1)
+ actionmailer (5.2.3)
+ actionpack (= 5.2.3)
+ actionview (= 5.2.3)
+ activejob (= 5.2.3)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
- actionpack (5.0.7.2)
- actionview (= 5.0.7.2)
- activesupport (= 5.0.7.2)
+ actionpack (5.2.3)
+ actionview (= 5.2.3)
+ activesupport (= 5.2.3)
rack (~> 2.0)
- rack-test (~> 0.6.3)
+ rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
- actionview (5.0.7.2)
- activesupport (= 5.0.7.2)
+ actionview (5.2.3)
+ activesupport (= 5.2.3)
builder (~> 3.1)
- erubis (~> 2.7.0)
+ erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
- activejob (5.0.7.2)
- activesupport (= 5.0.7.2)
+ activejob (5.2.3)
+ activesupport (= 5.2.3)
globalid (>= 0.3.6)
- activemodel (5.0.7.2)
- activesupport (= 5.0.7.2)
- activerecord (5.0.7.2)
- activemodel (= 5.0.7.2)
- activesupport (= 5.0.7.2)
- arel (~> 7.0)
+ activemodel (5.2.3)
+ activesupport (= 5.2.3)
+ activerecord (5.2.3)
+ activemodel (= 5.2.3)
+ activesupport (= 5.2.3)
+ arel (>= 9.0)
+ activerecord-explain-analyze (0.1.0)
+ activerecord (>= 4)
+ pg
activerecord_sane_schema_dumper (1.0)
rails (>= 5, < 6)
- activesupport (5.0.7.2)
+ activestorage (5.2.3)
+ actionpack (= 5.2.3)
+ activerecord (= 5.2.3)
+ marcel (~> 0.3.1)
+ activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
@@ -52,15 +61,20 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
aes_key_wrap (1.0.1)
akismet (2.0.0)
- arel (7.1.4)
+ apollo_upload_server (2.0.0.beta.3)
+ graphql (>= 1.8)
+ rails (>= 4.2)
+ arel (9.0.0)
asana (0.8.1)
faraday (~> 0.9)
faraday_middleware (~> 0.9)
faraday_middleware-multi_json (~> 0.0)
oauth2 (~> 1.0)
- asciidoctor (1.5.8)
- asciidoctor-plantuml (0.0.8)
- asciidoctor (~> 1.5)
+ asciidoctor (2.0.10)
+ asciidoctor-include-ext (0.3.1)
+ asciidoctor (>= 1.5.6, < 3.0.0)
+ asciidoctor-plantuml (0.0.9)
+ asciidoctor (>= 1.5.6, < 3.0.0)
ast (2.4.0)
atomic (1.1.99)
attr_encrypted (3.1.0)
@@ -73,16 +87,18 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
babosa (1.0.2)
base32 (0.3.2)
- batch-loader (1.2.2)
+ batch-loader (1.4.0)
bcrypt (3.1.12)
bcrypt_pbkdf (1.0.0)
benchmark-ips (2.3.0)
+ benchmark-memory (0.1.2)
+ memory_profiler (~> 0.9)
better_errors (2.5.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
bindata (2.4.3)
- binding_ninja (0.2.2)
+ binding_ninja (0.2.3)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bootsnap (1.4.1)
@@ -100,13 +116,14 @@ GEM
bundler (~> 1.2)
thor (~> 0.18)
byebug (9.1.0)
- capybara (2.16.1)
+ capybara (3.22.0)
addressable
mini_mime (>= 0.1.3)
- nokogiri (>= 1.3.3)
- rack (>= 1.0.0)
- rack-test (>= 0.5.4)
- xpath (~> 2.0)
+ nokogiri (~> 1.8)
+ rack (>= 1.6.0)
+ rack-test (>= 0.6.3)
+ regexp_parser (~> 1.5)
+ xpath (~> 3.2)
capybara-screenshot (1.0.22)
capybara (>= 1.0, < 4)
launchy
@@ -132,9 +149,9 @@ GEM
concord (0.1.5)
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
- concurrent-ruby (1.1.3)
- concurrent-ruby-ext (1.1.3)
- concurrent-ruby (= 1.1.3)
+ concurrent-ruby (1.1.5)
+ concurrent-ruby-ext (1.1.5)
+ concurrent-ruby (= 1.1.5)
connection_pool (2.2.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
@@ -150,10 +167,20 @@ GEM
html-pipeline
declarative (0.0.10)
declarative-option (0.1.0)
+ default_value_for (3.2.0)
+ activerecord (>= 3.2.0, < 6.0)
+ derailed_benchmarks (1.3.5)
+ benchmark-ips (~> 2)
+ get_process_mem (~> 0)
+ heapy (~> 0)
+ memory_profiler (~> 0)
+ rack (>= 1)
+ rake (> 10, < 13)
+ thor (~> 0.19)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
device_detector (1.0.0)
- devise (4.4.3)
+ devise (4.6.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
@@ -169,7 +196,7 @@ GEM
diffy (3.1.0)
discordrb-webhooks-blackst0ne (3.3.0)
rest-client (~> 2.0)
- docile (1.1.5)
+ docile (1.3.1)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
doorkeeper (4.3.2)
@@ -185,15 +212,16 @@ GEM
mail (~> 2.7)
encryptor (3.0.0)
equalizer (0.0.11)
- erubi (1.7.1)
- erubis (2.7.0)
+ erubi (1.8.0)
escape_utils (1.2.1)
- et-orbi (1.1.7)
+ et-orbi (1.2.1)
tzinfo
eventmachine (1.2.7)
excon (0.62.0)
execjs (2.6.0)
expression_parser (0.9.0)
+ extended-markdown-filter (0.6.0)
+ html-pipeline (~> 2.0)
factory_bot (4.8.2)
activesupport (>= 3.0.0)
factory_bot_rails (4.8.2)
@@ -225,7 +253,7 @@ GEM
fog-json
ipaddress (~> 0.8)
xml-simple (~> 1.1)
- fog-aws (3.3.0)
+ fog-aws (3.5.2)
fog-core (~> 2.1)
fog-json (~> 1.1)
fog-xml (~> 0.1)
@@ -257,20 +285,21 @@ GEM
fog-xml (0.1.3)
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
- font-awesome-rails (4.7.0.1)
- railties (>= 3.2, < 5.1)
+ font-awesome-rails (4.7.0.4)
+ railties (>= 3.2, < 6.0)
foreman (0.84.0)
thor (~> 0.19.1)
formatador (0.2.5)
- fugit (1.1.9)
- et-orbi (~> 1.1, >= 1.1.7)
+ fugit (1.2.1)
+ et-orbi (~> 1.1, >= 1.1.8)
raabro (~> 1.1)
fuubar (2.2.0)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
+ gemoji (3.0.1)
gemojione (3.3.0)
json
- get_process_mem (0.2.0)
+ get_process_mem (0.2.3)
gettext (3.2.9)
locale (>= 2.0.5)
text (>= 1.3.0)
@@ -281,17 +310,22 @@ GEM
gettext_i18n_rails (>= 0.7.1)
po_to_json (>= 1.0.0)
rails (>= 3.2.0)
- gitaly-proto (1.19.0)
+ gitaly-proto (1.37.0)
grpc (~> 1.0)
github-markup (1.7.0)
- gitlab-default_value_for (3.1.1)
- activerecord (>= 3.2.0, < 6.0)
+ gitlab-labkit (0.3.0)
+ actionpack (~> 5)
+ activesupport (~> 5)
+ grpc (~> 1.19.0)
+ jaeger-client (~> 0.10)
+ opentracing (~> 0.4)
gitlab-markup (1.7.0)
gitlab-sidekiq-fetcher (0.4.0)
sidekiq (~> 5)
- gitlab-styles (2.5.1)
- rubocop (~> 0.54.0)
+ gitlab-styles (2.7.0)
+ rubocop (~> 0.69.0)
rubocop-gitlab-security (~> 0.1.0)
+ rubocop-performance (~> 1.1.0)
rubocop-rspec (~> 1.19)
gitlab_omniauth-ldap (2.1.1)
net-ldap (~> 0.16)
@@ -311,8 +345,8 @@ GEM
mime-types (~> 3.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
- google-protobuf (3.6.1)
- googleapis-common-protos-types (1.0.3)
+ google-protobuf (3.7.1)
+ googleapis-common-protos-types (1.0.4)
google-protobuf (~> 3.0)
googleauth (0.6.6)
faraday (~> 0.12)
@@ -333,8 +367,8 @@ GEM
grape-entity (0.7.1)
activesupport (>= 4.0)
multi_json (>= 1.3.2)
- grape-path-helpers (1.0.6)
- activesupport (>= 4, < 5.1)
+ grape-path-helpers (1.1.0)
+ activesupport
grape (~> 1.0)
rake (~> 12)
grape_logging (1.7.0)
@@ -343,13 +377,21 @@ GEM
railties
sprockets-rails
graphql (1.8.1)
- grpc (1.15.0)
+ graphql-docs (1.6.0)
+ commonmarker (~> 0.16)
+ escape_utils (~> 1.2)
+ extended-markdown-filter (~> 0.4)
+ gemoji (~> 3.0)
+ graphql (~> 1.6)
+ html-pipeline (~> 2.8)
+ sass (~> 3.4)
+ grpc (1.19.0)
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
haml (5.0.4)
temple (>= 0.8.0)
tilt
- haml_lint (0.28.0)
+ haml_lint (0.31.0)
haml (>= 4.0, < 5.1)
rainbow
rake (>= 10, < 13)
@@ -366,6 +408,7 @@ GEM
hashie (>= 3.0)
health_check (2.6.0)
rails (>= 4.0)
+ heapy (0.1.4)
hipchat (1.5.2)
httparty
mimemagic
@@ -399,6 +442,7 @@ GEM
jaeger-client (0.10.0)
opentracing (~> 0.3)
thrift
+ jaro_winkler (1.5.2)
jira-ruby (1.4.1)
activesupport
multipart-post
@@ -430,15 +474,16 @@ GEM
kgio (2.11.2)
knapsack (1.17.0)
rake
+ kramdown (1.17.0)
kubeclient (4.2.2)
http (~> 3.0)
recursive-open-struct (~> 1.0, >= 1.0.4)
rest-client (~> 2.0)
launchy (2.4.3)
addressable (~> 2.3)
- letter_opener (1.4.1)
+ letter_opener (1.7.0)
launchy (~> 2.2)
- letter_opener_web (1.3.0)
+ letter_opener_web (1.3.4)
actionmailer (>= 3.2)
letter_opener (~> 1.0)
railties (>= 3.2)
@@ -463,19 +508,29 @@ GEM
mail (2.7.1)
mini_mime (>= 0.1.1)
mail_room (0.9.1)
+ marcel (0.3.3)
+ mimemagic (~> 0.3.2)
+ mdl (0.5.0)
+ kramdown (~> 1.12, >= 1.12.0)
+ mixlib-cli (~> 1.7, >= 1.7.0)
+ mixlib-config (~> 2.2, >= 2.2.1)
memoist (0.16.0)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
+ memory_profiler (0.9.13)
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
- mime-types-data (3.2018.0812)
+ mime-types-data (3.2019.0331)
mimemagic (0.3.2)
mini_magick (4.8.0)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
- msgpack (1.2.6)
+ mixlib-cli (1.7.0)
+ mixlib-config (2.2.18)
+ tomlrb
+ msgpack (1.2.10)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
@@ -485,10 +540,10 @@ GEM
mysql2 (0.4.10)
nakayoshi_fork (0.0.4)
net-ldap (0.16.0)
- net-ssh (5.0.1)
+ net-ssh (5.2.0)
netrc (0.11.0)
nio4r (2.3.1)
- nokogiri (1.10.1)
+ nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
nokogumbo (1.5.0)
nokogiri
@@ -543,6 +598,9 @@ GEM
omniauth (~> 1.9)
omniauth-oauth2-generic (0.2.2)
omniauth-oauth2 (~> 1.0)
+ omniauth-salesforce (1.0.5)
+ omniauth (~> 1.0)
+ omniauth-oauth2 (~> 1.0)
omniauth-saml (1.10.0)
omniauth (~> 1.3, >= 1.3.2)
ruby-saml (~> 1.7)
@@ -551,18 +609,34 @@ GEM
omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1)
rack
+ omniauth-ultraauth (0.0.2)
+ omniauth_openid_connect (~> 0.3.0)
omniauth_crowd (2.2.3)
activesupport
nokogiri (>= 1.4.4)
omniauth (~> 1.0)
- opentracing (0.4.3)
+ omniauth_openid_connect (0.3.1)
+ addressable (~> 2.5)
+ omniauth (~> 1.3)
+ openid_connect (~> 1.1)
+ openid_connect (1.1.6)
+ activemodel
+ attr_required (>= 1.0.0)
+ json-jwt (>= 1.5.0)
+ rack-oauth2 (>= 1.6.1)
+ swd (>= 1.0.0)
+ tzinfo
+ validate_email
+ validate_url
+ webfinger (>= 1.0.1)
+ opentracing (0.5.0)
optimist (3.0.0)
org-ruby (0.9.12)
rubypants (~> 0.2)
orm_adapter (0.5.0)
os (1.0.0)
- parallel (1.12.1)
- parser (2.5.3.0)
+ parallel (1.17.0)
+ parser (2.6.3.0)
ast (~> 2.4.0)
parslet (1.8.2)
peek (1.0.1)
@@ -591,7 +665,6 @@ GEM
pg (1.1.4)
po_to_json (1.0.1)
json (>= 1.6.0)
- powerpack (0.1.1)
premailer (1.10.4)
addressable
css_parser (>= 1.4.10)
@@ -604,7 +677,7 @@ GEM
parser
unparser
procto (0.0.3)
- prometheus-client-mmap (0.9.4)
+ prometheus-client-mmap (0.9.8)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
@@ -613,7 +686,7 @@ GEM
pry (~> 0.10)
pry-rails (0.3.6)
pry (>= 0.10.4)
- public_suffix (3.0.3)
+ public_suffix (3.1.0)
puma (3.12.0)
puma_worker_killer (0.1.0)
get_process_mem (~> 0.2)
@@ -636,26 +709,26 @@ GEM
rack
rack-proxy (0.6.0)
rack
- rack-test (0.6.3)
- rack (>= 1.0)
- rails (5.0.7.2)
- actioncable (= 5.0.7.2)
- actionmailer (= 5.0.7.2)
- actionpack (= 5.0.7.2)
- actionview (= 5.0.7.2)
- activejob (= 5.0.7.2)
- activemodel (= 5.0.7.2)
- activerecord (= 5.0.7.2)
- activesupport (= 5.0.7.2)
+ rack-test (1.1.0)
+ rack (>= 1.0, < 3)
+ rack-timeout (0.5.1)
+ rails (5.2.3)
+ actioncable (= 5.2.3)
+ actionmailer (= 5.2.3)
+ actionpack (= 5.2.3)
+ actionview (= 5.2.3)
+ activejob (= 5.2.3)
+ activemodel (= 5.2.3)
+ activerecord (= 5.2.3)
+ activestorage (= 5.2.3)
+ activesupport (= 5.2.3)
bundler (>= 1.3.0)
- railties (= 5.0.7.2)
+ railties (= 5.2.3)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.2)
actionpack (~> 5.x, >= 5.0.1)
actionview (~> 5.x, >= 5.0.1)
activesupport (~> 5.x)
- rails-deprecated_sanitizer (1.0.3)
- activesupport (>= 4.2.0.alpha)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
@@ -664,12 +737,12 @@ GEM
rails-i18n (5.1.1)
i18n (>= 0.7, < 2)
railties (>= 5.0, < 6)
- railties (5.0.7.2)
- actionpack (= 5.0.7.2)
- activesupport (= 5.0.7.2)
+ railties (5.2.3)
+ actionpack (= 5.2.3)
+ activesupport (= 5.2.3)
method_source
rake (>= 0.8.7)
- thor (>= 0.18.1, < 2.0)
+ thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
raindrops (0.19.0)
rake (12.3.2)
@@ -706,7 +779,7 @@ GEM
redis-store (>= 1.2, < 2)
redis-store (1.6.0)
redis (>= 2.2, < 5)
- regexp_parser (1.3.0)
+ regexp_parser (1.5.1)
regexp_property_values (0.3.4)
representable (3.0.4)
declarative (< 0.1.0)
@@ -723,41 +796,41 @@ GEM
retriable (3.1.2)
rinku (2.0.0)
rotp (2.1.2)
- rouge (3.3.0)
+ rouge (3.5.1)
rqrcode (0.7.0)
chunky_png
rqrcode-rails3 (0.1.7)
rqrcode (>= 0.4.2)
- rspec (3.7.0)
- rspec-core (~> 3.7.0)
- rspec-expectations (~> 3.7.0)
- rspec-mocks (~> 3.7.0)
- rspec-core (3.7.1)
- rspec-support (~> 3.7.0)
- rspec-expectations (3.7.0)
+ rspec (3.8.0)
+ rspec-core (~> 3.8.0)
+ rspec-expectations (~> 3.8.0)
+ rspec-mocks (~> 3.8.0)
+ rspec-core (3.8.2)
+ rspec-support (~> 3.8.0)
+ rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.7.0)
- rspec-mocks (3.7.0)
+ rspec-support (~> 3.8.0)
+ rspec-mocks (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.7.0)
- rspec-parameterized (0.4.1)
- binding_ninja (>= 0.2.1)
+ rspec-support (~> 3.8.0)
+ rspec-parameterized (0.4.2)
+ binding_ninja (>= 0.2.3)
parser
proc_to_ast
rspec (>= 2.13, < 4)
unparser
- rspec-rails (3.7.2)
+ rspec-rails (3.8.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
- rspec-core (~> 3.7.0)
- rspec-expectations (~> 3.7.0)
- rspec-mocks (~> 3.7.0)
- rspec-support (~> 3.7.0)
- rspec-retry (0.4.5)
- rspec-core
+ rspec-core (~> 3.8.0)
+ rspec-expectations (~> 3.8.0)
+ rspec-mocks (~> 3.8.0)
+ rspec-support (~> 3.8.0)
+ rspec-retry (0.6.1)
+ rspec-core (> 3.3)
rspec-set (0.1.3)
- rspec-support (3.7.1)
+ rspec-support (3.8.2)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rspec_profiling (0.0.5)
@@ -765,15 +838,17 @@ GEM
pg
rails
sqlite3
- rubocop (0.54.0)
+ rubocop (0.69.0)
+ jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
- parser (>= 2.5)
- powerpack (~> 0.1)
+ parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (~> 1.0, >= 1.0.1)
+ unicode-display_width (>= 1.4.0, < 1.7)
rubocop-gitlab-security (0.1.1)
rubocop (>= 0.51)
+ rubocop-performance (1.1.0)
+ rubocop (>= 0.67.0)
rubocop-rspec (1.22.2)
rubocop (>= 0.52.1)
ruby-enum (0.7.2)
@@ -781,10 +856,10 @@ GEM
ruby-fogbugz (0.2.1)
crack (~> 0.4)
ruby-prof (0.17.0)
- ruby-progressbar (1.9.0)
+ ruby-progressbar (1.10.0)
ruby-saml (1.7.2)
nokogiri (>= 1.5.10)
- ruby_parser (3.11.0)
+ ruby_parser (3.13.1)
sexp_processor (~> 4.9)
rubyntlm (0.6.2)
rubypants (0.2.0)
@@ -800,12 +875,15 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
- sass-rails (5.0.6)
- railties (>= 4.0.0, < 6)
- sass (~> 3.1)
- sprockets (>= 2.8, < 4.0)
- sprockets-rails (>= 2.0, < 4.0)
- tilt (>= 1.1, < 3)
+ sassc (2.0.1)
+ ffi (~> 1.9)
+ rake
+ sassc-rails (2.1.0)
+ railties (>= 4.0.0)
+ sassc (>= 2.0)
+ sprockets (> 3.0)
+ sprockets-rails
+ tilt
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
@@ -815,18 +893,18 @@ GEM
seed-fu (2.3.7)
activerecord (>= 3.1)
activesupport (>= 3.1)
- selenium-webdriver (3.12.0)
+ selenium-webdriver (3.141.0)
childprocess (~> 0.5)
- rubyzip (~> 1.2)
+ rubyzip (~> 1.2, >= 1.2.2)
sentry-raven (2.9.0)
faraday (>= 0.7.6, < 1.0)
settingslogic (2.0.9)
- sexp_processor (4.11.0)
+ sexp_processor (4.12.0)
sham_rack (1.3.6)
rack
- shoulda-matchers (3.1.2)
- activesupport (>= 4.0.0)
- sidekiq (5.2.5)
+ shoulda-matchers (4.0.1)
+ activesupport (>= 4.2.0)
+ sidekiq (5.2.7)
connection_pool (~> 2.2, >= 2.2.2)
rack (>= 1.5.0)
rack-protection (>= 1.5.0)
@@ -840,11 +918,11 @@ GEM
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simple_po_parser (1.1.2)
- simplecov (0.14.1)
- docile (~> 1.1.0)
+ simplecov (0.16.1)
+ docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
- simplecov-html (0.10.0)
+ simplecov-html (0.10.2)
slack-notifier (1.5.1)
spring (2.0.2)
activesupport (>= 4.2)
@@ -867,6 +945,10 @@ GEM
state_machines-activerecord (0.5.1)
activerecord (>= 4.1, < 6.0)
state_machines-activemodel (>= 0.5.0)
+ swd (1.1.2)
+ activesupport (>= 3)
+ attr_required (>= 0.0.5)
+ httpclient (>= 2.4)
sys-filesystem (1.1.6)
ffi
sysexits (1.2.0)
@@ -887,6 +969,7 @@ GEM
parslet (~> 1.8.0)
toml-rb (1.0.0)
citrus (~> 3.0, > 3.0)
+ tomlrb (1.2.8)
truncato (0.7.11)
htmlentities (~> 4.3.1)
nokogiri (>= 1.7.0, <= 2.0)
@@ -900,7 +983,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
- unicode-display_width (1.3.2)
+ unicode-display_width (1.6.0)
unicorn (5.4.1)
kgio (~> 2.6)
raindrops (~> 0.7)
@@ -908,14 +991,20 @@ GEM
get_process_mem (~> 0)
unicorn (>= 4, < 6)
uniform_notifier (1.10.0)
- unparser (0.4.2)
+ unparser (0.4.5)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
concord (~> 0.1.5)
diff-lcs (~> 1.3)
equalizer (~> 0.0.9)
- parser (>= 2.3.1.2, < 2.6)
+ parser (~> 2.6.3)
procto (~> 0.0.2)
+ validate_email (0.1.6)
+ activemodel (>= 3.0)
+ mail (>= 2.2.5)
+ validate_url (1.0.8)
+ activemodel (>= 3.0.0)
+ public_suffix
validates_hostname (1.0.6)
activerecord (>= 3.0)
activesupport (>= 3.0)
@@ -928,13 +1017,16 @@ GEM
vmstat (2.3.0)
warden (1.2.7)
rack (>= 1.0)
+ webfinger (1.1.0)
+ activesupport
+ httpclient (>= 2.4)
webmock (3.5.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
webpack-rails (0.9.11)
railties (>= 3.2.0)
- websocket-driver (0.6.5)
+ websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
wikicloth (0.8.1)
@@ -943,8 +1035,8 @@ GEM
rinku
with_env (1.1.0)
xml-simple (1.1.5)
- xpath (2.1.0)
- nokogiri (~> 1.3)
+ xpath (3.2.0)
+ nokogiri (~> 1.8)
PLATFORMS
ruby
@@ -952,20 +1044,25 @@ PLATFORMS
DEPENDENCIES
RedCloth (~> 4.3.2)
ace-rails-ap (~> 4.1.0)
+ acme-client (~> 2.0.2)
+ activerecord-explain-analyze (~> 0.1)
activerecord_sane_schema_dumper (= 1.0)
acts-as-taggable-on (~> 6.0)
addressable (~> 2.5.2)
akismet (~> 2.0)
+ apollo_upload_server (~> 2.0.0.beta3)
asana (~> 0.8.1)
- asciidoctor (~> 1.5.8)
- asciidoctor-plantuml (= 0.0.8)
+ asciidoctor (~> 2.0.10)
+ asciidoctor-include-ext (~> 0.3.1)
+ asciidoctor-plantuml (= 0.0.9)
attr_encrypted (~> 3.1.0)
awesome_print
babosa (~> 1.0.2)
base32 (~> 0.3.0)
- batch-loader (~> 1.2.2)
+ batch-loader (~> 1.4.0)
bcrypt_pbkdf (~> 1.0)
benchmark-ips (~> 2.3.0)
+ benchmark-memory (~> 0.1)
better_errors (~> 2.5.0)
binding_of_caller (~> 0.8.0)
bootsnap (~> 1.4)
@@ -974,8 +1071,8 @@ DEPENDENCIES
browser (~> 2.5)
bullet (~> 5.5.0)
bundler-audit (~> 0.5.0)
- capybara (~> 2.16.1)
- capybara-screenshot (~> 1.0.18)
+ capybara (~> 3.22.0)
+ capybara-screenshot (~> 1.0.22)
carrierwave (~> 1.3)
charlock_holmes (~> 0.7.5)
chronic (~> 0.10.2)
@@ -986,8 +1083,10 @@ DEPENDENCIES
creole (~> 0.5.0)
database_cleaner (~> 1.7.0)
deckar01-task_list (= 2.2.0)
+ default_value_for (~> 3.2.0)
+ derailed_benchmarks
device_detector
- devise (~> 4.4)
+ devise (~> 4.6)
devise-two-factor (~> 3.0.0)
diffy (~> 3.1.0)
discordrb-webhooks-blackst0ne (~> 3.3)
@@ -1006,7 +1105,7 @@ DEPENDENCIES
flipper-active_support_cache_store (~> 0.13.0)
flowdock (~> 0.7)
fog-aliyun (~> 0.3)
- fog-aws (~> 3.3)
+ fog-aws (~> 3.5)
fog-core (= 2.1.0)
fog-google (~> 1.8)
fog-local (~> 0.6)
@@ -1014,31 +1113,32 @@ DEPENDENCIES
fog-rackspace (~> 0.1.1)
font-awesome-rails (~> 4.7)
foreman (~> 0.84.0)
- fugit (~> 1.1)
+ fugit (~> 1.2.1)
fuubar (~> 2.2.0)
gemojione (~> 3.3)
gettext (~> 3.2.2)
gettext_i18n_rails (~> 1.8.0)
gettext_i18n_rails_js (~> 1.3)
- gitaly-proto (~> 1.19.0)
+ gitaly-proto (~> 1.37.0)
github-markup (~> 1.7.0)
- gitlab-default_value_for (~> 3.1.1)
+ gitlab-labkit (~> 0.3.0)
gitlab-markup (~> 1.7.0)
gitlab-sidekiq-fetcher (~> 0.4.0)
- gitlab-styles (~> 2.4)
+ gitlab-styles (~> 2.7)
gitlab_omniauth-ldap (~> 2.1.1)
gon (~> 6.2)
google-api-client (~> 0.23)
- google-protobuf (~> 3.6)
+ google-protobuf (~> 3.7.1)
gpgme (~> 2.0.18)
grape (~> 1.1.0)
grape-entity (~> 0.7.1)
- grape-path-helpers (~> 1.0)
+ grape-path-helpers (~> 1.1)
grape_logging (~> 1.7)
graphiql-rails (~> 1.4.10)
graphql (~> 1.8.0)
- grpc (~> 1.15.0)
- haml_lint (~> 0.28.0)
+ graphql-docs (~> 1.6.0)
+ grpc (~> 1.19.0)
+ haml_lint (~> 0.31.0)
hamlit (~> 2.8.8)
hangouts-chat (~> 0.0.5)
hashie-forbidden_attributes
@@ -1049,7 +1149,6 @@ DEPENDENCIES
httparty (~> 0.16.4)
icalendar
influxdb (~> 0.2)
- jaeger-client (~> 0.10.0)
jira-ruby (~> 1.4)
js_regex (~> 3.1)
json-schema (~> 2.8.0)
@@ -1057,12 +1156,14 @@ DEPENDENCIES
kaminari (~> 1.0)
knapsack (~> 1.17)
kubeclient (~> 4.2.2)
- letter_opener_web (~> 1.3.0)
+ letter_opener_web (~> 1.3.4)
license_finder (~> 5.4)
licensee (~> 8.9)
lograge (~> 0.5)
loofah (~> 2.2)
mail_room (~> 0.9.1)
+ mdl (~> 0.5.0)
+ memory_profiler (~> 0.9)
method_source (~> 0.8)
mimemagic (~> 0.3.2)
mini_magick
@@ -1070,8 +1171,8 @@ DEPENDENCIES
mysql2 (~> 0.4.10)
nakayoshi_fork (~> 0.0.4)
net-ldap
- net-ssh (~> 5.0)
- nokogiri (~> 1.10.1)
+ net-ssh (~> 5.2)
+ nokogiri (~> 1.10.3)
oauth2 (~> 1.4)
octokit (~> 4.9)
omniauth (~> 1.8)
@@ -1085,11 +1186,13 @@ DEPENDENCIES
omniauth-google-oauth2 (~> 0.6.0)
omniauth-kerberos (~> 0.3.0)
omniauth-oauth2-generic (~> 0.2.2)
+ omniauth-salesforce (~> 1.0.5)
omniauth-saml (~> 1.10)
omniauth-shibboleth (~> 1.3.0)
omniauth-twitter (~> 1.4)
+ omniauth-ultraauth (~> 0.0.2)
omniauth_crowd (~> 2.2.0)
- opentracing (~> 0.4.3)
+ omniauth_openid_connect (~> 0.3.1)
org-ruby (~> 0.9.12)
peek (~> 1.0.1)
peek-gc (~> 0.0.2)
@@ -1099,7 +1202,7 @@ DEPENDENCIES
peek-redis (~> 1.2.0)
pg (~> 1.1)
premailer-rails (~> 1.9.7)
- prometheus-client-mmap (~> 0.9.4)
+ prometheus-client-mmap (~> 0.9.8)
pry-byebug (~> 3.5.1)
pry-rails (~> 0.3.4)
puma (~> 3.12)
@@ -1109,9 +1212,9 @@ DEPENDENCIES
rack-cors (~> 1.0.0)
rack-oauth2 (~> 1.9.3)
rack-proxy (~> 0.6.0)
- rails (= 5.0.7.2)
+ rack-timeout
+ rails (= 5.2.3)
rails-controller-testing
- rails-deprecated_sanitizer (~> 1.0.3)
rails-i18n (~> 5.1)
rainbow (~> 3.0)
raindrops (~> 0.18)
@@ -1125,15 +1228,16 @@ DEPENDENCIES
redis-rails (~> 5.0.2)
request_store (~> 1.3)
responders (~> 2.0)
- rouge (~> 3.1)
+ rouge (~> 3.5)
rqrcode-rails3 (~> 0.1.7)
rspec-parameterized
- rspec-rails (~> 3.7.0)
- rspec-retry (~> 0.4.5)
+ rspec-rails (~> 3.8.0)
+ rspec-retry (~> 0.6.1)
rspec-set (~> 0.1.3)
rspec_junit_formatter
rspec_profiling (~> 0.0.5)
- rubocop (~> 0.54.0)
+ rubocop (~> 0.69.0)
+ rubocop-performance (~> 1.1.0)
rubocop-rspec (~> 1.22.1)
ruby-fogbugz (~> 0.2.1)
ruby-prof (~> 0.17.0)
@@ -1142,19 +1246,18 @@ DEPENDENCIES
rubyzip (~> 1.2.2)
rugged (~> 0.28)
sanitize (~> 4.6)
- sass (~> 3.5)
- sass-rails (~> 5.0.6)
+ sassc-rails (~> 2.1.0)
scss_lint (~> 0.56.0)
seed-fu (~> 2.3.7)
- selenium-webdriver (~> 3.12)
- sentry-raven (~> 2.7)
+ selenium-webdriver (~> 3.141)
+ sentry-raven (~> 2.9)
settingslogic (~> 2.0.9)
sham_rack (~> 1.3.6)
- shoulda-matchers (~> 3.1.2)
- sidekiq (~> 5.2.1)
+ shoulda-matchers (~> 4.0.1)
+ sidekiq (~> 5.2.7)
sidekiq-cron (~> 1.0)
simple_po_parser (~> 1.1.2)
- simplecov (~> 0.14.0)
+ simplecov (~> 0.16.1)
slack-notifier (~> 1.5.1)
spring (~> 2.0.0)
spring-commands-rspec (~> 1.0.4)
diff --git a/pkgs/applications/version-management/gitlab/rubyEnv-ce/gemset.nix b/pkgs/applications/version-management/gitlab/rubyEnv-ce/gemset.nix
index ea96e4e4d93..8da7a3262c1 100644
--- a/pkgs/applications/version-management/gitlab/rubyEnv-ce/gemset.nix
+++ b/pkgs/applications/version-management/gitlab/rubyEnv-ce/gemset.nix
@@ -15,16 +15,27 @@
};
version = "4.1.2";
};
+ acme-client = {
+ dependencies = ["faraday"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1552fkgaj6qfylwsckgmhck34shjqnfrzymj1ji1kq3r310qqrnp";
+ type = "gem";
+ };
+ version = "2.0.2";
+ };
actioncable = {
dependencies = ["actionpack" "nio4r" "websocket-driver"];
groups = ["default" "development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "14qy7aygsr35lhcrw2y0c1jxmkfjlcz10p7qcf9jxzhcfmk5rr3y";
+ sha256 = "04wd9rf8sglrqc8jz49apqcxbi51gdj7l1apf5qr4i86iddk6pkm";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
actionmailer = {
dependencies = ["actionpack" "actionview" "activejob" "mail" "rails-dom-testing"];
@@ -32,10 +43,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "17whd0cjkb038g14pmkmakp89085j5950jdmfa5hmzqf1djnvc8r";
+ sha256 = "15laym06zcm2021qdhlyr6y9jn1marw436i89hcxqg14a8zvyvwa";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
actionpack = {
dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"];
@@ -43,21 +54,21 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1wyyj014n0gza5m2gpg9ab9av4yr6psvym047nrn1iz84v6fmkfb";
+ sha256 = "1s2iay17i2k0xx36cmnpbrmr5w6x70jk7fq1d8w70xcdw5chm0w1";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
actionview = {
- dependencies = ["activesupport" "builder" "erubis" "rails-dom-testing" "rails-html-sanitizer"];
+ dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
groups = ["default" "development" "mysql" "postgres" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0w96iqknr5jz7gzlcyixq1lvhbzbqijj4iq22pbfzscppbz1anvi";
+ sha256 = "1v49rgf8305grqf6gq7qa47qhamr369igyy0giycz60x86afyr4h";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
activejob = {
dependencies = ["activesupport" "globalid"];
@@ -65,10 +76,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1281zl53a5dpl33vxswrg2jxv7kpcyl7mg5mckn4hcksna60356l";
+ sha256 = "17vizibxbsli5yppgrvmw13wj7a9xy19s5nqxf1k23bbk2s5b87s";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
activemodel = {
dependencies = ["activesupport"];
@@ -76,10 +87,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0xphpzx3ippi8f2h27v2g3n82i39xwx2gq9yamhby9s2a9hh8shl";
+ sha256 = "0mghh9di8011ara9h1r5a216yzk1vjm9r3p0gdvdi8j1zmkl6k6h";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
activerecord = {
dependencies = ["activemodel" "activesupport" "arel"];
@@ -87,10 +98,21 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1jy2amhn2xsd9hy546mw27agh8493nqlgbmzqhlppx7p3nwikw63";
+ sha256 = "0d6036f592803iyvp6bw98p3sg638mia5dbw19lvachx6jgzfvpw";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
+ };
+ activerecord-explain-analyze = {
+ dependencies = ["activerecord" "pg"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0yvz452ww0vn3n6197gx6zklwa591gc7f1m8accvjd9zw8gv3ssx";
+ type = "gem";
+ };
+ version = "0.1.0";
};
activerecord_sane_schema_dumper = {
dependencies = ["rails"];
@@ -101,16 +123,27 @@
};
version = "1.0";
};
+ activestorage = {
+ dependencies = ["actionpack" "activerecord" "marcel"];
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "04is6ipjqw1f337i8pm8w5bd99rpygqfd0fzzxkr7jd308ggmsjk";
+ type = "gem";
+ };
+ version = "5.2.3";
+ };
activesupport = {
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
groups = ["default" "development" "mysql" "postgres" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1bcbr490ryw6295p0ja7xigcw0ivkdys90x3qbsbs8c4n1zwcp7p";
+ sha256 = "110vp4frgkw3mpzlmshg2f2ig09cknls2w68ym1r1s39d01v0mi8";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
acts-as-taggable-on = {
dependencies = ["activerecord"];
@@ -157,13 +190,26 @@
};
version = "2.0.0";
};
- arel = {
+ apollo_upload_server = {
+ dependencies = ["graphql" "rails"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0l757dkkaxk5fq3368l79jpyzq9a9driricjamhiwhwvh0h7xcyx";
+ sha256 = "0riijpyicbkqsr46w4mfhh3pq2yrmakkz8mmgbrfjhzbyzac25na";
type = "gem";
};
- version = "7.1.4";
+ version = "2.0.0.beta.3";
+ };
+ arel = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1jk7wlmkr61f6g36w9s2sn46nmdg6wn2jfssrhbhirv5x9n95nk0";
+ type = "gem";
+ };
+ version = "9.0.0";
};
asana = {
dependencies = ["faraday" "faraday_middleware" "faraday_middleware-multi_json" "oauth2"];
@@ -175,21 +221,36 @@
version = "0.8.1";
};
asciidoctor = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0qld3a1pbcjvs8lbxp95iz83bfmg5scmnf8q3rklinmdmhzakslx";
+ sha256 = "1b2ajs3sabl0s27r7lhwkacw0yn0zfk4jpmidg9l8lzp2qlgjgbz";
type = "gem";
};
- version = "1.5.8";
+ version = "2.0.10";
+ };
+ asciidoctor-include-ext = {
+ dependencies = ["asciidoctor"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1alaqfh31hd98yhqq8fsc50zzqw04p3d83pc35gdx3x9p3j1ds7d";
+ type = "gem";
+ };
+ version = "0.3.1";
};
asciidoctor-plantuml = {
dependencies = ["asciidoctor"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0x092ldl8p7svczg4lnrnp0h918acnflh7jz5qwv40ksh1fflqna";
+ sha256 = "0lzxj16w7s3w0wnlpg8lfs9v2xxk3x3c1skynqm1sms7rjhnhlnb";
type = "gem";
};
- version = "0.0.8";
+ version = "0.0.9";
};
ast = {
source = {
@@ -260,12 +321,14 @@
version = "0.3.2";
};
batch-loader = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0pwr2hk9x1qx9i2xpkpjwkdjsmm4kamz5f25wizsaw37zb64apjc";
+ sha256 = "09jaxxddqpgq8ynwd2gpjq5rkhw00zdjnqisk9qbpjgxzk6f8gwi";
type = "gem";
};
- version = "1.2.2";
+ version = "1.4.0";
};
bcrypt = {
source = {
@@ -291,6 +354,17 @@
};
version = "2.3.0";
};
+ benchmark-memory = {
+ dependencies = ["memory_profiler"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "11qw8k6rl79ri00njrf1x9v6vzwgv12rkcvgzvg0sk8pfrkzwyxa";
+ type = "gem";
+ };
+ version = "0.1.2";
+ };
better_errors = {
dependencies = ["coderay" "erubi" "rack"];
source = {
@@ -309,12 +383,14 @@
version = "2.4.3";
};
binding_ninja = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "19dk26qyx433ffa6y48511apc2iw71zw4jnlqxhy0wix9dlxr2ri";
+ sha256 = "17fa3sv6p2fw9g8fxpwx1kjhhs28aw41akkba0hlgvk60055b1aa";
type = "gem";
};
- version = "0.2.2";
+ version = "0.2.3";
};
binding_of_caller = {
dependencies = ["debug_inspector"];
@@ -396,13 +472,15 @@
version = "9.1.0";
};
capybara = {
- dependencies = ["addressable" "mini_mime" "nokogiri" "rack" "rack-test" "xpath"];
+ dependencies = ["addressable" "mini_mime" "nokogiri" "rack" "rack-test" "regexp_parser" "xpath"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0hkl6p07gf29952biv07fy88vjz46ng2h37wwx5ks0mk9kn8vvvf";
+ sha256 = "1y7ncfji4s3h3wdr2hwsrd32k0va92a6lyx2x8w6a3vkbc94kpch";
type = "gem";
};
- version = "2.16.1";
+ version = "3.22.0";
};
capybara-screenshot = {
dependencies = ["capybara" "launchy"];
@@ -524,21 +602,25 @@
version = "0.1.5";
};
concurrent-ruby = {
+ groups = ["default" "development" "mysql" "postgres" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "18q9skp5pfq4jwbxzmw8q2rn4cpw6mf4561i2hsjcl1nxdag2jvb";
+ sha256 = "1x07r23s7836cpp5z9yrlbpljcxpax14yw4fy4bnp6crhr6x24an";
type = "gem";
};
- version = "1.1.3";
+ version = "1.1.5";
};
concurrent-ruby-ext = {
dependencies = ["concurrent-ruby"];
+ groups = ["default" "mysql" "postgres"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0h7k4wnvbxv7vzb53kaqxbbyhp3m98g2rgymr6n1l9v0jlzcr1i8";
+ sha256 = "03ypsv2k581yv0b3f0hzvb3mq6mqj8jlbi32jmkj3k175vbc8hvz";
type = "gem";
};
- version = "1.1.3";
+ version = "1.1.5";
};
connection_pool = {
source = {
@@ -639,6 +721,28 @@
};
version = "0.1.0";
};
+ default_value_for = {
+ dependencies = ["activerecord"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1xj9d1y2fk3kxfm1kyiwasjpw6r1w7c1xjx26sm3c33xhmz57fla";
+ type = "gem";
+ };
+ version = "3.2.0";
+ };
+ derailed_benchmarks = {
+ dependencies = ["benchmark-ips" "get_process_mem" "heapy" "memory_profiler" "rack" "rake" "thor"];
+ groups = ["development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1c9djg1r2w461h97zmmdsdgnsrxqm4qfyp7gry9qxbav9skrplb8";
+ type = "gem";
+ };
+ version = "1.3.5";
+ };
descendants_tracker = {
dependencies = ["thread_safe"];
source = {
@@ -658,12 +762,14 @@
};
devise = {
dependencies = ["bcrypt" "orm_adapter" "railties" "responders" "warden"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1xmxfhym0yxwb0zwmmzhdiykbpyqqm3id02g7rf3vcgbc1lqvdnj";
+ sha256 = "04b2p61mqfb6ln8s2lhmvnkd45wjjinykbn9svmhs54kacrrjkcf";
type = "gem";
};
- version = "4.4.3";
+ version = "4.6.2";
};
devise-two-factor = {
dependencies = ["activesupport" "attr_encrypted" "devise" "railties" "rotp"];
@@ -700,12 +806,14 @@
version = "3.3.0";
};
docile = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0m8j31whq7bm5ljgmsrlfkiqvacrw6iz9wq10r3gwrv5785y8gjx";
+ sha256 = "04d2izkna3ahfn6fwq4xrcafa715d3bbqczxm16fq40fqy87xn17";
type = "gem";
};
- version = "1.1.5";
+ version = "1.3.1";
};
domain_name = {
dependencies = ["unf"];
@@ -776,20 +884,14 @@
version = "0.0.11";
};
erubi = {
+ groups = ["default" "development" "mysql" "postgres" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0bws86na9k565raiz0kk61yy5pxxp0fmwyzpibdwjkq0xzx8q6q1";
+ sha256 = "1kagnf6ziahj0d781s6ryy6fwqwa3ad4xbzzj84p9m4nv4c2jir1";
type = "gem";
};
- version = "1.7.1";
- };
- erubis = {
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "1fj827xqjs91yqsydf0zmfyw9p4l2jz5yikg3mppz6d7fi8kyrb3";
- type = "gem";
- };
- version = "2.7.0";
+ version = "1.8.0";
};
escape_utils = {
source = {
@@ -801,12 +903,14 @@
};
et-orbi = {
dependencies = ["tzinfo"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "148z57yshd8rls5b9mkqp9dymba8r4373vlrsk3090lblw5v1ifp";
+ sha256 = "1swgjb3h2hs5xflb68837l0vd32masbz9c66b1963mxlnnxf5gsg";
type = "gem";
};
- version = "1.1.7";
+ version = "1.2.1";
};
eventmachine = {
source = {
@@ -840,6 +944,17 @@
};
version = "0.9.0";
};
+ extended-markdown-filter = {
+ dependencies = ["html-pipeline"];
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "17mi5qayplfaa6p3mfwa36il84ixr0bimqvl0q73lw5i81blp126";
+ type = "gem";
+ };
+ version = "0.6.0";
+ };
factory_bot = {
dependencies = ["activesupport"];
source = {
@@ -963,12 +1078,14 @@
};
fog-aws = {
dependencies = ["fog-core" "fog-json" "fog-xml" "ipaddress"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1zprxg0spvkkri1jf40zg3rfr5h2gq6009d7l36lifpvhjn658cs";
+ sha256 = "086kyvdhf1k8nk7f4gmybjc3k0m88f9pw99frddcy1w96pj5kyg4";
type = "gem";
};
- version = "3.3.0";
+ version = "3.5.2";
};
fog-core = {
dependencies = ["builder" "excon" "formatador" "mime-types"];
@@ -1035,12 +1152,14 @@
};
font-awesome-rails = {
dependencies = ["railties"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0qc07vj7qyllrj7lr7wl89l5ir0gj104rc7sds2jynzmrqsamnlw";
+ sha256 = "11mf7bk2737pyxjwba3a9lpgcxzbp0vgq01n2dn30774zysc90hj";
type = "gem";
};
- version = "4.7.0.1";
+ version = "4.7.0.4";
};
foreman = {
dependencies = ["thor"];
@@ -1065,10 +1184,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1m9fijppafxrb74v4jgbgni82bykyzpfnrlksfa7bw6sbm7ks4bd";
+ sha256 = "1x5h31hl75x0p5s36hinywg18ijlxjhnlb5p02aqcjjkx777rcav";
type = "gem";
};
- version = "1.1.9";
+ version = "1.2.1";
};
fuubar = {
dependencies = ["rspec-core" "ruby-progressbar"];
@@ -1079,6 +1198,16 @@
};
version = "2.2.0";
};
+ gemoji = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0";
+ type = "gem";
+ };
+ version = "3.0.1";
+ };
gemojione = {
dependencies = ["json"];
source = {
@@ -1089,12 +1218,14 @@
version = "3.3.0";
};
get_process_mem = {
+ groups = ["default" "development" "puma" "test" "unicorn"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "025f7v6bpbgsa2nr0hzv2riggj8qmzbwcyxfgjidpmwh5grh7j29";
+ sha256 = "1bvfjdign16r0zwm2rlfrq0sk1licvmlgbnlpnyckniv5r7i080g";
type = "gem";
};
- version = "0.2.0";
+ version = "0.2.3";
};
gettext = {
dependencies = ["locale" "text"];
@@ -1129,10 +1260,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "173769xdvqqmbiz3qlybdlg023vz2kxxmzwxql1wqczf0j57vmv1";
+ sha256 = "1lx2cids0r175agdz3wa25ivi17vxx2kryb2v29gdsrpg3pyyq7j";
type = "gem";
};
- version = "1.19.0";
+ version = "1.37.0";
};
github-markup = {
source = {
@@ -1142,14 +1273,16 @@
};
version = "1.7.0";
};
- gitlab-default_value_for = {
- dependencies = ["activerecord"];
+ gitlab-labkit = {
+ dependencies = ["actionpack" "activesupport" "grpc" "jaeger-client" "opentracing"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0qqjf7nxmwxnkdlrgbnby8wjckaj2s5yna96avgb7fwm0h90f1sn";
+ sha256 = "0dvapmdc9axm9dq2gg89qrqb318rkrsabpyybrqvcx1ipbi5k3a1";
type = "gem";
};
- version = "3.1.1";
+ version = "0.3.0";
};
gitlab-markup = {
groups = ["default"];
@@ -1173,13 +1306,15 @@
version = "0.4.0";
};
gitlab-styles = {
- dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-rspec"];
+ dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-performance" "rubocop-rspec"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0nkciak0qq17pqc667nkdjx0vp8kk9w27d6jmimvi6cjzb38zmqa";
+ sha256 = "1vxlvbq4jpq0cfjqippz9d3j73sq9qg3pna5pb0l8jr0rc0xs89y";
type = "gem";
};
- version = "2.5.1";
+ version = "2.7.0";
};
gitlab_omniauth-ldap = {
dependencies = ["net-ldap" "omniauth" "pyu-ruby-sasl" "rubyntlm"];
@@ -1220,21 +1355,25 @@
version = "0.23.4";
};
google-protobuf = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "134d3ini9ymdwxpz445m28ss9x0m6vcpijcdkzvgk4n538wdmppf";
+ sha256 = "04988m3hmllg4sl4syjb35x0wzsg7rj1nmvhx3d9ihml22w76gb2";
type = "gem";
};
- version = "3.6.1";
+ version = "3.7.1";
};
googleapis-common-protos-types = {
dependencies = ["google-protobuf"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "05pimdvigqv1ip4r4qg4i3irpzzfbx5h7hjc82cpvap337gdhsqj";
+ sha256 = "0hyr94cafiqj0k8q19hnl658pmbz2b404akikzfv4hdb1j1bwsg1";
type = "gem";
};
- version = "1.0.3";
+ version = "1.0.4";
};
googleauth = {
dependencies = ["faraday" "jwt" "memoist" "multi_json" "os" "signet"];
@@ -1274,12 +1413,14 @@
};
grape-path-helpers = {
dependencies = ["activesupport" "grape" "rake"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "13h5575xfc144wsr48sp3qngpwvh4ikz4r3m55j8jmdr6sa16rbw";
+ sha256 = "16l6lrv4h4ls0lrpj35pc00431q2rx6r9n47337qyvprxs3v0a01";
type = "gem";
};
- version = "1.0.6";
+ version = "1.1.0";
};
grape_logging = {
dependencies = ["grape"];
@@ -1307,14 +1448,27 @@
};
version = "1.8.1";
};
- grpc = {
- dependencies = ["google-protobuf" "googleapis-common-protos-types"];
+ graphql-docs = {
+ dependencies = ["commonmarker" "escape_utils" "extended-markdown-filter" "gemoji" "graphql" "html-pipeline" "sass"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0m2wspnm1cfkmhlbp7yqv5bb4vsfh246cm0aavxra67aw4l8plhb";
+ sha256 = "12wzsikbn54b2hcv100hz7isq5gdjm5w5b8xya64ra5sw6sabq8d";
type = "gem";
};
- version = "1.15.0";
+ version = "1.6.0";
+ };
+ grpc = {
+ dependencies = ["google-protobuf" "googleapis-common-protos-types"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1rdywzism5vxz8pnml6xjb9f19diclyy74014z69q01jzqwi1wgs";
+ type = "gem";
+ };
+ version = "1.19.0";
};
haml = {
dependencies = ["temple" "tilt"];
@@ -1327,12 +1481,14 @@
};
haml_lint = {
dependencies = ["haml" "rainbow" "rake" "rubocop" "sysexits"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "125aj0j84nx5gqm42hfx5d8486higlra423ahgfpsdjwbp399rwv";
+ sha256 = "1k6pvb2lc6d72nq01jqmi3mxpp80m9mmbc265kgaxmcnjxqhacb1";
type = "gem";
};
- version = "0.28.0";
+ version = "0.31.0";
};
hamlit = {
dependencies = ["temple" "thor" "tilt"];
@@ -1385,6 +1541,16 @@
};
version = "2.6.0";
};
+ heapy = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1r9f38fpgjgaxskkwvsliijj6vfmgsff9pnranvvvzkdl67hk1hw";
+ type = "gem";
+ };
+ version = "0.1.4";
+ };
hipchat = {
dependencies = ["httparty" "mimemagic"];
groups = ["default"];
@@ -1528,6 +1694,16 @@
};
version = "0.10.0";
};
+ jaro_winkler = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1zz27z88qznix4r65gd9h56gl177snlfpgv10b0s69vi8qpl909l";
+ type = "gem";
+ };
+ version = "1.5.2";
+ };
jira-ruby = {
dependencies = ["activesupport" "multipart-post" "oauth"];
source = {
@@ -1632,6 +1808,16 @@
};
version = "1.17.0";
};
+ kramdown = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1n1c4jmrh5ig8iv1rw81s4mw4xsp4v97hvf8zkigv4hn5h542qjq";
+ type = "gem";
+ };
+ version = "1.17.0";
+ };
kubeclient = {
dependencies = ["http" "recursive-open-struct" "rest-client"];
source = {
@@ -1652,21 +1838,25 @@
};
letter_opener = {
dependencies = ["launchy"];
+ groups = ["default" "development"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1pcrdbxvp2x5six8fqn8gf09bn9rd3jga76ds205yph5m8fsda21";
+ sha256 = "09a7kgsmr10a0hrc9bwxglgqvppjxij9w8bxx91mnvh0ivaw0nq9";
type = "gem";
};
- version = "1.4.1";
+ version = "1.7.0";
};
letter_opener_web = {
dependencies = ["actionmailer" "letter_opener" "railties"];
+ groups = ["development"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "050x5cwqbxj2cydd2pzy9vfhmpgn1w6lfbwjaax1m1vpkn3xg9bv";
+ sha256 = "17qhwrkncrrp1bi2f7fbkm5lpnkdsiwy8jcvgr2wa97ck8y4x2bb";
type = "gem";
};
- version = "1.3.0";
+ version = "1.3.4";
};
license_finder = {
dependencies = ["rubyzip" "thor" "toml" "with_env" "xml-simple"];
@@ -1729,6 +1919,28 @@
};
version = "0.9.1";
};
+ marcel = {
+ dependencies = ["mimemagic"];
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1nxbjmcyg8vlw6zwagf17l9y2mwkagmmkg95xybpn4bmf3rfnksx";
+ type = "gem";
+ };
+ version = "0.3.3";
+ };
+ mdl = {
+ dependencies = ["kramdown" "mixlib-cli" "mixlib-config"];
+ groups = ["development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "047hp8z1ma630wp38bm1giklkf385rp6wly8aidn825q831w2g4i";
+ type = "gem";
+ };
+ version = "0.5.0";
+ };
memoist = {
source = {
remotes = ["https://rubygems.org"];
@@ -1746,6 +1958,16 @@
};
version = "0.4.2";
};
+ memory_profiler = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1xki7jrbzylsmk1brjibmhifb0x70skr55pdq4rvxcyrlnrrvyxz";
+ type = "gem";
+ };
+ version = "0.9.13";
+ };
method_source = {
source = {
remotes = ["https://rubygems.org"];
@@ -1764,12 +1986,14 @@
version = "3.2.2";
};
mime-types-data = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "07wvp0aw2gjm4njibb70as6rh5hi1zzri5vky1q6jx95h8l56idc";
+ sha256 = "1m00pg19cm47n1qlcxgl91ajh2yq0fszvn1vy8fy0s1jkrp9fw4a";
type = "gem";
};
- version = "3.2018.0812";
+ version = "3.2019.0331";
};
mimemagic = {
source = {
@@ -1811,13 +2035,36 @@
};
version = "5.11.3";
};
- msgpack = {
+ mixlib-cli = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0031gd2mjyba6jb7m97sqa149zjkr0vzn2s2gpb3m9nb67gqkm13";
+ sha256 = "0647msh7kp7lzyf6m72g6snpirvhimjm22qb8xgv9pdhbcrmcccp";
type = "gem";
};
- version = "1.2.6";
+ version = "1.7.0";
+ };
+ mixlib-config = {
+ dependencies = ["tomlrb"];
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1gm6yj9cbbgsl9x4xqxga0vz5w0ksq2jnq1wj8hvgm5c4wfcrswb";
+ type = "gem";
+ };
+ version = "2.2.18";
+ };
+ msgpack = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1w38hilm3dk42dwk8ygiq49bl4in7y80hfqr63hk54mj4gmzi6ch";
+ type = "gem";
+ };
+ version = "1.2.10";
};
multi_json = {
source = {
@@ -1885,12 +2132,14 @@
version = "0.16.0";
};
net-ssh = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0hj2i8rk5wb6235r5n19in1hkrp1fbz2bf40xmagavb5ahv7205w";
+ sha256 = "101wd2px9lady54aqmkibvy4j62zk32w0rjz4vnigyg974fsga40";
type = "gem";
};
- version = "5.0.1";
+ version = "5.2.0";
};
netrc = {
source = {
@@ -1910,12 +2159,14 @@
};
nokogiri = {
dependencies = ["mini_portile2"];
+ groups = ["default" "development" "mysql" "postgres" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "09zll7c6j7xr6wyvh5mm5ncj6pkryp70ybcsxdbw1nyphx5dh184";
+ sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4";
type = "gem";
};
- version = "1.10.1";
+ version = "1.10.3";
};
nokogumbo = {
dependencies = ["nokogiri"];
@@ -2086,6 +2337,17 @@
};
version = "0.2.2";
};
+ omniauth-salesforce = {
+ dependencies = ["omniauth" "omniauth-oauth2"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0sr7xmffx6dbsrvnh6spka5ljyzf69iac754xw5r1736py41qhpj";
+ type = "gem";
+ };
+ version = "1.0.5";
+ };
omniauth-saml = {
dependencies = ["omniauth" "ruby-saml"];
source = {
@@ -2113,6 +2375,17 @@
};
version = "1.4.0";
};
+ omniauth-ultraauth = {
+ dependencies = ["omniauth_openid_connect"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1z8gz8ql4vb8y5n4lr67afnjmp23bpqi18dmda5psigvd2jddyn8";
+ type = "gem";
+ };
+ version = "0.0.2";
+ };
omniauth_crowd = {
dependencies = ["activesupport" "nokogiri" "omniauth"];
source = {
@@ -2122,13 +2395,37 @@
};
version = "2.2.3";
};
- opentracing = {
+ omniauth_openid_connect = {
+ dependencies = ["addressable" "omniauth" "openid_connect"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1xgwc46bd038zzqyasn5grqgk74v8vxmpdwivw2sp0fdldj1d9rf";
+ sha256 = "0ja7cjlm4z0k0pwwy64djl58pay3lzkw7im565fybs4a8q4wmacb";
type = "gem";
};
- version = "0.4.3";
+ version = "0.3.1";
+ };
+ openid_connect = {
+ dependencies = ["activemodel" "attr_required" "json-jwt" "rack-oauth2" "swd" "tzinfo" "validate_email" "validate_url" "webfinger"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1r13bv18nyvw0g1nw3fzffvv2si99zj24w0k5zgawf4q6nn5f7vd";
+ type = "gem";
+ };
+ version = "1.1.6";
+ };
+ opentracing = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "11lj1d8vq0hkb5hjz8q4lm82cddrggpbb33dhqfn7rxhwsmxgdfy";
+ type = "gem";
+ };
+ version = "0.5.0";
};
optimist = {
source = {
@@ -2164,21 +2461,25 @@
version = "1.0.0";
};
parallel = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "01hj8v1qnyl5ndrs33g8ld8ibk0rbcqdpkpznr04gkbxd11pqn67";
+ sha256 = "1x1gzgjrdlkm1aw0hfpyphsxcx90qgs3y4gmp9km3dvf4hc4qm8r";
type = "gem";
};
- version = "1.12.1";
+ version = "1.17.0";
};
parser = {
dependencies = ["ast"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1zjk0w1kjj3xk8ymy1430aa4gg0k8ckphfj88br6il4pm83f0n1f";
+ sha256 = "1pnks149x0fzgqiw53qlmvcd8bi746cxdw03sjljby5s97p1fskn";
type = "gem";
};
- version = "2.5.3.0";
+ version = "2.6.3.0";
};
parslet = {
source = {
@@ -2261,14 +2562,6 @@
};
version = "1.0.1";
};
- powerpack = {
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "1fnn3fli5wkzyjl4ryh0k90316shqjfnhydmc7f8lqpi0q21va43";
- type = "gem";
- };
- version = "0.1.1";
- };
premailer = {
dependencies = ["addressable" "css_parser" "htmlentities"];
source = {
@@ -2305,12 +2598,14 @@
version = "0.0.3";
};
prometheus-client-mmap = {
+ groups = ["metrics"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "14ww8c2qy43jw3fzmq54hsljmqmlx9a7zg9sv6ddw48qy118ls10";
+ sha256 = "01f1zkpi7qsmgmk17fpq6ck7jn64sa9afsq20vc5k9f6mpyqkncd";
type = "gem";
};
- version = "0.9.4";
+ version = "0.9.8";
};
pry = {
dependencies = ["coderay" "method_source"];
@@ -2340,12 +2635,14 @@
version = "0.3.6";
};
public_suffix = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "08q64b5br692dd3v0a9wq9q5dvycc6kmiqmjbdxkxbfizggsvx6l";
+ sha256 = "1c7c5xxkx91hwj4572hbnyvxmydb90q69wlpr2l0dxrmwx2p365l";
type = "gem";
};
- version = "3.0.3";
+ version = "3.1.0";
};
puma = {
source = {
@@ -2447,23 +2744,35 @@
};
rack-test = {
dependencies = ["rack"];
+ groups = ["default" "development" "mysql" "postgres" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0h6x5jq24makgv2fq5qqgjlrk74dxfy62jif9blk43llw8ib2q7z";
+ sha256 = "0rh8h376mx71ci5yklnpqqn118z3bl67nnv5k801qaqn1zs62h8m";
type = "gem";
};
- version = "0.6.3";
+ version = "1.1.0";
+ };
+ rack-timeout = {
+ groups = ["puma"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "15xph8h6v0lvq9pxm3bc9i9pnk2k68rgdr1mp0dw4l7v1xvhs78a";
+ type = "gem";
+ };
+ version = "0.5.1";
};
rails = {
- dependencies = ["actioncable" "actionmailer" "actionpack" "actionview" "activejob" "activemodel" "activerecord" "activesupport" "railties" "sprockets-rails"];
+ dependencies = ["actioncable" "actionmailer" "actionpack" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties" "sprockets-rails"];
groups = ["default" "development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0amqbd8kl6vmilfhlkf2w0l33x688jssjbra7s717kjqzb4fmqiw";
+ sha256 = "1p7cszi3n9ksxchxnccmz61pd1i3rjg4813dsdinsm8xm5k1pdgr";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
rails-controller-testing = {
dependencies = ["actionpack" "actionview" "activesupport"];
@@ -2474,15 +2783,6 @@
};
version = "1.0.2";
};
- rails-deprecated_sanitizer = {
- dependencies = ["activesupport"];
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "0qxymchzdxww8bjsxj05kbf86hsmrjx40r41ksj0xsixr2gmhbbj";
- type = "gem";
- };
- version = "1.0.3";
- };
rails-dom-testing = {
dependencies = ["activesupport" "nokogiri"];
source = {
@@ -2516,10 +2816,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "064w0n33l0wik5i00b4ry7iqv1nb3xhdpjvm55ycx2abpqnlrhjd";
+ sha256 = "1gn9fwb5wm08fbj7zpilqgblfl315l5b7pg4jsvxlizvrzg8h8q4";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
rainbow = {
source = {
@@ -2686,12 +2986,14 @@
version = "1.6.0";
};
regexp_parser = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "18g5jyg3blsdrz3mc8d87bms6qqn6gcdh1nvdhvgbjdpk9pw21dq";
+ sha256 = "0dsgjb3kszk6a82s6gl0h6a8vncjrxmcbk0r4mcxcdcad2b7vb2d";
type = "gem";
};
- version = "1.3.0";
+ version = "1.5.1";
};
regexp_property_values = {
source = {
@@ -2761,12 +3063,14 @@
version = "2.1.2";
};
rouge = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1digsi2s8wyzx8vsqcxasw205lg6s7izx8jypl8rrpjwshmv83ql";
+ sha256 = "0yfhazlhjc4abgzhkgq8zqmdphvkh52211widkl4zhsbhqh8wg2q";
type = "gem";
};
- version = "3.3.0";
+ version = "3.5.1";
};
rqrcode = {
dependencies = ["chunky_png"];
@@ -2788,66 +3092,80 @@
};
rspec = {
dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0134g96wzxjlig2gxzd240gm2dxfw8izcyi2h6hjmr40syzcyx01";
+ sha256 = "15ppasvb9qrscwlyjz67ppw1lnxiqnkzx5vkx1bd8x5n3dhikxc3";
type = "gem";
};
- version = "3.7.0";
+ version = "3.8.0";
};
rspec-core = {
dependencies = ["rspec-support"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0zvjbymx3avxm3lf8v4gka3a862vnaxldmwvp6767bpy48nhnvjj";
+ sha256 = "0spjgmd3yx6q28q950r32bi0cs8h2si53zn6rq8s7n1i4zp4zwbf";
type = "gem";
};
- version = "3.7.1";
+ version = "3.8.2";
};
rspec-expectations = {
dependencies = ["diff-lcs" "rspec-support"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1fw06wm8jdj8k7wrb8xmzj0fr1wjyb0ya13x31hidnyblm41hmvy";
+ sha256 = "0x3iddjjaramqb0yb51c79p2qajgi9wb5b59bzv25czddigyk49r";
type = "gem";
};
- version = "3.7.0";
+ version = "3.8.4";
};
rspec-mocks = {
dependencies = ["diff-lcs" "rspec-support"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0b02ya3qhqgmcywqv4570dlhav70r656f7dmvwg89whpkq1z1xr3";
+ sha256 = "12zplnsv4p6wvvxsk8xn6nm87a5qadxlkk497zlxfczd0jfawrni";
type = "gem";
};
- version = "3.7.0";
+ version = "3.8.1";
};
rspec-parameterized = {
dependencies = ["binding_ninja" "parser" "proc_to_ast" "rspec" "unparser"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "159yw3mb4dab5kr18a97miyyi7dqmyrfjp3aw6r6j9i4xkc4xk3a";
+ sha256 = "1c0892jbaznnldk1wi24qxm70g4zhw2idqx516rhgdzgd7yh5j31";
type = "gem";
};
- version = "0.4.1";
+ version = "0.4.2";
};
rspec-rails = {
dependencies = ["actionpack" "activesupport" "railties" "rspec-core" "rspec-expectations" "rspec-mocks" "rspec-support"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0cdcnbv5dppwy3b4jdp5a0wd9m07a8wlqwb9yazn8i7k1k2mwgvx";
+ sha256 = "1pf6n9l4sw1arlax1bdbm1znsvl8cgna2n6k6yk1bi8vz2n73ls1";
type = "gem";
};
- version = "3.7.2";
+ version = "3.8.2";
};
rspec-retry = {
dependencies = ["rspec-core"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0izvxab7jvk25kaprk0i72asjyh1ip3cm70bgxlm8lpid35qjar6";
+ sha256 = "1nnqcg2yd3nn187zbvh4cgx8xsvdk56lz1985qy7232v7i8yidw6";
type = "gem";
};
- version = "0.4.5";
+ version = "0.6.1";
};
rspec-set = {
source = {
@@ -2858,12 +3176,14 @@
version = "0.1.3";
};
rspec-support = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1nl30xb6jmcl0awhqp6jycl01wdssblifwy921phfml70rd9flj1";
+ sha256 = "139mbhfdr10flm2ffryvxkyqgqs1gjdclc1xhyh7i7njfqayxk7g";
type = "gem";
};
- version = "3.7.1";
+ version = "3.8.2";
};
rspec_junit_formatter = {
dependencies = ["rspec-core"];
@@ -2884,13 +3204,15 @@
version = "0.0.5";
};
rubocop = {
- dependencies = ["parallel" "parser" "powerpack" "rainbow" "ruby-progressbar" "unicode-display_width"];
+ dependencies = ["jaro_winkler" "parallel" "parser" "rainbow" "ruby-progressbar" "unicode-display_width"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "106y99lq0fg62k3vk1w5wwb4vq16pnh4l61skc82xck627z0h8is";
+ sha256 = "1cmw8ajaiidvrzjcsljh47f4l3lmcazqrzljgalj3szkr8ibkk5i";
type = "gem";
};
- version = "0.54.0";
+ version = "0.69.0";
};
rubocop-gitlab-security = {
dependencies = ["rubocop"];
@@ -2901,6 +3223,17 @@
};
version = "0.1.1";
};
+ rubocop-performance = {
+ dependencies = ["rubocop"];
+ groups = ["development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0azzgj62w24wa4hza1qn7i9b9crxdh907kydlzcvhismx41h3lzk";
+ type = "gem";
+ };
+ version = "1.1.0";
+ };
rubocop-rspec = {
dependencies = ["rubocop"];
source = {
@@ -2937,12 +3270,14 @@
version = "0.17.0";
};
ruby-progressbar = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1igh1xivf5h5g3y5m9b4i4j2mhz2r43kngh4ww3q1r80ch21nbfk";
+ sha256 = "1cv2ym3rl09svw8940ny67bav7b2db4ms39i4raaqzkf59jmhglk";
type = "gem";
};
- version = "1.9.0";
+ version = "1.10.0";
};
ruby-saml = {
dependencies = ["nokogiri"];
@@ -2955,12 +3290,14 @@
};
ruby_parser = {
dependencies = ["sexp_processor"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0mysmdyxhvyn6dhshfxyw762f9asr3kxw45idvw1bh6np31kk4j1";
+ sha256 = "0s3hsccsmrirc2hy3r51kl8g9cfmcn7jxaa0asadg1kn78h1sgr7";
type = "gem";
};
- version = "3.11.0";
+ version = "3.13.1";
};
rubyntlm = {
source = {
@@ -3031,14 +3368,27 @@
};
version = "4.0.0";
};
- sass-rails = {
- dependencies = ["railties" "sass" "sprockets" "sprockets-rails" "tilt"];
+ sassc = {
+ dependencies = ["ffi" "rake"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0iji20hb8crncz14piss1b29bfb6l89sz3ai5fny3iw39vnxkdcb";
+ sha256 = "1sr4825rlwsrl7xrsm0sgalcpf5zgp4i56dbi3qxfa9lhs8r6zh4";
type = "gem";
};
- version = "5.0.6";
+ version = "2.0.1";
+ };
+ sassc-rails = {
+ dependencies = ["railties" "sassc" "sprockets" "sprockets-rails" "tilt"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "18mgdjxdzpbw92zrllynxw7jn7yihi85j3dg7i4f6c39w1scqkbn";
+ type = "gem";
+ };
+ version = "2.1.0";
};
sawyer = {
dependencies = ["addressable" "faraday"];
@@ -3069,12 +3419,14 @@
};
selenium-webdriver = {
dependencies = ["childprocess" "rubyzip"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "07bl3wjkf254r3ljfl4qdazz5aw60s6nqjwrbbgq754j9b7226kz";
+ sha256 = "114hv2ajmh6d186v2w887yqakqcxyxq367l0iakrrpvwviknrhfs";
type = "gem";
};
- version = "3.12.0";
+ version = "3.141.0";
};
sentry-raven = {
dependencies = ["faraday"];
@@ -3096,12 +3448,14 @@
version = "2.0.9";
};
sexp_processor = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1vnmphfrd86694x5k7rxddbhbvv5rqbglsc34kfryy4jqhbzz42c";
+ sha256 = "0w24rgmyjf7yz0xr2qhbr8z48h4m6gvbggr8nc1pldwn9rbi04b7";
type = "gem";
};
- version = "4.11.0";
+ version = "4.12.0";
};
sham_rack = {
dependencies = ["rack"];
@@ -3114,21 +3468,25 @@
};
shoulda-matchers = {
dependencies = ["activesupport"];
+ groups = ["test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1zvv94pqk5b5my3w1shdz7h34xf2ldhg5k4qfdpbwi2iy0j9zw2a";
+ sha256 = "1s6a2i39lsqq8rrkk2pddqcb10bsihxy3v5gpnc2gk8xakj1brdq";
type = "gem";
};
- version = "3.1.2";
+ version = "4.0.1";
};
sidekiq = {
dependencies = ["connection_pool" "rack" "rack-protection" "redis"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1caiq5f5z5vzfria554n04pcbwc8zixf1fpavaksly9zywr3pc29";
+ sha256 = "131zv8i341bkacxx7n1id2cmblkbs379farnibqg8c7bycd1iajq";
type = "gem";
};
- version = "5.2.5";
+ version = "5.2.7";
};
sidekiq-cron = {
dependencies = ["fugit" "sidekiq"];
@@ -3158,20 +3516,24 @@
};
simplecov = {
dependencies = ["docile" "json" "simplecov-html"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1r9fnsnsqj432cmrpafryn8nif3x0qg9mdnvrcf0wr01prkdlnww";
+ sha256 = "1sfyfgf7zrp2n42v7rswkqgk3bbwk1bnsphm24y7laxv3f8z0947";
type = "gem";
};
- version = "0.14.1";
+ version = "0.16.1";
};
simplecov-html = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1qni8g0xxglkx25w54qcfbi4wjkpvmb28cb7rj5zk3iqynjcdrqf";
+ sha256 = "1lihraa4rgxk8wbfl77fy9sf0ypk31iivly8vl3w04srd7i0clzn";
type = "gem";
};
- version = "0.10.0";
+ version = "0.10.2";
};
slack-notifier = {
source = {
@@ -3267,6 +3629,17 @@
};
version = "0.5.1";
};
+ swd = {
+ dependencies = ["activesupport" "attr_required" "httpclient"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1s2vjb6f13za7p1iycl2p73d3p202xa6xny9fjrp8ynwsqix7lyd";
+ type = "gem";
+ };
+ version = "1.1.2";
+ };
sys-filesystem = {
dependencies = ["ffi"];
source = {
@@ -3383,6 +3756,16 @@
};
version = "1.0.0";
};
+ tomlrb = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0g28ssfal6vry3cmhy509ba3vi5d5aggz1gnffnvvmc8ml8vkpiv";
+ type = "gem";
+ };
+ version = "1.2.8";
+ };
truncato = {
dependencies = ["htmlentities" "nokogiri"];
source = {
@@ -3444,12 +3827,14 @@
version = "0.0.7.5";
};
unicode-display_width = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0x31fgv1acywbb50prp7y4fr677c2d9gsl6wxmfcrlxbwz7nxn5n";
+ sha256 = "08kfiniak1pvg3gn5k6snpigzvhvhyg7slmm0s2qx5zkj62c1z2w";
type = "gem";
};
- version = "1.3.2";
+ version = "1.6.0";
};
unicorn = {
dependencies = ["kgio" "raindrops"];
@@ -3479,12 +3864,36 @@
};
unparser = {
dependencies = ["abstract_type" "adamantium" "concord" "diff-lcs" "equalizer" "parser" "procto"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0w662glqi7hwmfvx0smxckxgc7kw5bsqhqz0pyvalbyv1gc0gs2x";
+ sha256 = "03vjj74kj86vlazhiclf63kf6gajs66k8ni34q70fdhf97d7b60c";
type = "gem";
};
- version = "0.4.2";
+ version = "0.4.5";
+ };
+ validate_email = {
+ dependencies = ["activemodel" "mail"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1r1fz29l699arka177c9xw7409d1a3ff95bf7a6pmc97slb91zlx";
+ type = "gem";
+ };
+ version = "0.1.6";
+ };
+ validate_url = {
+ dependencies = ["activemodel" "public_suffix"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1k0bfxzvdcf1nrqhvnyhijc4mwab9wn4qvqb0ynq6p8dj0f866zi";
+ type = "gem";
+ };
+ version = "1.0.8";
};
validates_hostname = {
dependencies = ["activerecord" "activesupport"];
@@ -3529,6 +3938,17 @@
};
version = "1.2.7";
};
+ webfinger = {
+ dependencies = ["activesupport" "httpclient"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0m0jh8k7c0ifh2jhbn7ihqrmn5fi754wflva97zgy70hpdvxyjar";
+ type = "gem";
+ };
+ version = "1.1.0";
+ };
webmock = {
dependencies = ["addressable" "crack" "hashdiff"];
source = {
@@ -3549,12 +3969,14 @@
};
websocket-driver = {
dependencies = ["websocket-extensions"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1943442yllhldh9dbp374x2q39cxa49xrm28nb78b7mfbv3y195l";
+ sha256 = "1551k3fs3kkb3ghqfj3n5lps0ikb9pyrdnzmvgfdxy8574n4g1dn";
type = "gem";
};
- version = "0.6.5";
+ version = "0.7.0";
};
websocket-extensions = {
source = {
@@ -3591,11 +4013,13 @@
};
xpath = {
dependencies = ["nokogiri"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1ha626m6fh50fpilb9pdnmq9xl586w7c0zyidg895c3iq13rqgyw";
+ sha256 = "0bh8lk9hvlpn7vmi6h4hkcwjzvs2y0cmkk3yjjdr8fxvj6fsgzbd";
type = "gem";
};
- version = "2.1.0";
+ version = "3.2.0";
};
}
\ No newline at end of file
diff --git a/pkgs/applications/version-management/gitlab/rubyEnv-ee/Gemfile b/pkgs/applications/version-management/gitlab/rubyEnv-ee/Gemfile
index 88b787ea9da..62ee2990dfa 100644
--- a/pkgs/applications/version-management/gitlab/rubyEnv-ee/Gemfile
+++ b/pkgs/applications/version-management/gitlab/rubyEnv-ee/Gemfile
@@ -1,7 +1,6 @@
source 'https://rubygems.org'
-gem 'rails', '5.0.7.2'
-gem 'rails-deprecated_sanitizer', '~> 1.0.3'
+gem 'rails', '5.2.3'
# Improves copy-on-write performance for MRI
gem 'nakayoshi_fork', '~> 0.0.4'
@@ -12,19 +11,19 @@ gem 'responders', '~> 2.0'
gem 'sprockets', '~> 3.7.0'
# Default values for AR models
-gem 'gitlab-default_value_for', '~> 3.1.1', require: 'default_value_for'
+gem 'default_value_for', '~> 3.2.0'
# Supported DBs
gem 'mysql2', '~> 0.4.10', group: :mysql
gem 'pg', '~> 1.1', group: :postgres
gem 'rugged', '~> 0.28'
-gem 'grape-path-helpers', '~> 1.0'
+gem 'grape-path-helpers', '~> 1.1'
gem 'faraday', '~> 0.12'
# Authentication libraries
-gem 'devise', '~> 4.4'
+gem 'devise', '~> 4.6'
gem 'doorkeeper', '~> 4.3'
gem 'doorkeeper-openid_connect', '~> 1.5'
gem 'omniauth', '~> 1.8'
@@ -42,6 +41,9 @@ gem 'omniauth-shibboleth', '~> 1.3.0'
gem 'omniauth-twitter', '~> 1.4'
gem 'omniauth_crowd', '~> 2.2.0'
gem 'omniauth-authentiq', '~> 0.3.3'
+gem 'omniauth_openid_connect', '~> 0.3.1'
+gem "omniauth-ultraauth", '~> 0.0.2'
+gem 'omniauth-salesforce', '~> 1.0.5'
gem 'rack-oauth2', '~> 1.9.3'
gem 'jwt', '~> 2.1.0'
@@ -61,6 +63,8 @@ gem 'u2f', '~> 0.2.1'
# GitLab Pages
gem 'validates_hostname', '~> 1.0.6'
gem 'rubyzip', '~> 1.2.2', require: 'zip'
+# GitLab Pages letsencrypt support
+gem 'acme-client', '~> 2.0.2'
# Browser detection
gem 'browser', '~> 2.5'
@@ -82,6 +86,8 @@ gem 'rack-cors', '~> 1.0.0', require: 'rack/cors'
# GraphQL API
gem 'graphql', '~> 1.8.0'
gem 'graphiql-rails', '~> 1.4.10'
+gem 'apollo_upload_server', '~> 2.0.0.beta3'
+gem 'graphql-docs', '~> 1.6.0', group: [:development, :test]
# Disable strong_params so that Mash does not respond to :permitted?
gem 'hashie-forbidden_attributes'
@@ -97,7 +103,7 @@ gem 'carrierwave', '~> 1.3'
gem 'mini_magick'
# for backups
-gem 'fog-aws', '~> 3.3'
+gem 'fog-aws', '~> 3.5'
# Locked until fog-google resolves https://github.com/fog/fog-google/issues/421.
# Also see config/initializers/fog_core_patch.rb.
gem 'fog-core', '= 2.1.0'
@@ -118,7 +124,7 @@ gem 'seed-fu', '~> 2.3.7'
# Search
gem 'elasticsearch-model', '~> 0.1.9'
-gem 'elasticsearch-rails', '~> 0.1.9'
+gem 'elasticsearch-rails', '~> 0.1.9', require: 'elasticsearch/rails/instrumentation'
gem 'elasticsearch-api', '5.0.3'
gem 'aws-sdk'
gem 'faraday_middleware-aws-signers-v4'
@@ -134,12 +140,13 @@ gem 'rdoc', '~> 6.0'
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'
-gem 'asciidoctor', '~> 1.5.8'
-gem 'asciidoctor-plantuml', '0.0.8'
-gem 'rouge', '~> 3.1'
+gem 'asciidoctor', '~> 2.0.10'
+gem 'asciidoctor-include-ext', '~> 0.3.1', require: false
+gem 'asciidoctor-plantuml', '0.0.9'
+gem 'rouge', '~> 3.5'
gem 'truncato', '~> 0.7.11'
gem 'bootstrap_form', '~> 4.2.0'
-gem 'nokogiri', '~> 1.10.1'
+gem 'nokogiri', '~> 1.10.3'
gem 'escape_utils', '~> 1.1'
# Calendar rendering
@@ -159,6 +166,7 @@ end
group :puma do
gem 'puma', '~> 3.12', require: false
gem 'puma_worker_killer', require: false
+ gem 'rack-timeout', require: false
end
# State machine
@@ -168,13 +176,13 @@ gem 'state_machines-activerecord', '~> 0.5.1'
gem 'acts-as-taggable-on', '~> 6.0'
# Background jobs
-gem 'sidekiq', '~> 5.2.1'
+gem 'sidekiq', '~> 5.2.7'
gem 'sidekiq-cron', '~> 1.0'
gem 'redis-namespace', '~> 1.6.0'
gem 'gitlab-sidekiq-fetcher', '~> 0.4.0', require: 'sidekiq-reliable-fetch'
# Cron Parser
-gem 'fugit', '~> 1.1'
+gem 'fugit', '~> 1.2.1'
# HTTP requests
gem 'httparty', '~> 0.16.4'
@@ -214,7 +222,7 @@ gem 'discordrb-webhooks-blackst0ne', '~> 3.3', require: false
# HipChat integration
gem 'hipchat', '~> 1.5.0'
-# JIRA integration
+# Jira integration
gem 'jira-ruby', '~> 1.4'
# Flowdock integration
@@ -267,8 +275,7 @@ gem 'chronic_duration', '~> 0.10.6'
gem 'webpack-rails', '~> 0.9.10'
gem 'rack-proxy', '~> 0.6.0'
-gem 'sass-rails', '~> 5.0.6'
-gem 'sass', '~> 3.5'
+gem 'sassc-rails', '~> 2.1.0'
gem 'uglifier', '~> 2.7.2'
gem 'addressable', '~> 2.5.2'
@@ -282,10 +289,13 @@ gem 'base32', '~> 0.3.0'
gem "gitlab-license", "~> 1.0"
# Sentry integration
-gem 'sentry-raven', '~> 2.7'
+gem 'sentry-raven', '~> 2.9'
gem 'premailer-rails', '~> 1.9.7'
+# LabKit: Tracing and Correlation
+gem 'gitlab-labkit', '~> 0.3.0'
+
# I18n
gem 'ruby_parser', '~> 3.8', require: false
gem 'rails-i18n', '~> 5.1'
@@ -293,7 +303,7 @@ gem 'gettext_i18n_rails', '~> 1.8.0'
gem 'gettext_i18n_rails_js', '~> 1.3'
gem 'gettext', '~> 3.2.2', require: false, group: :development
-gem 'batch-loader', '~> 1.2.2'
+gem 'batch-loader', '~> 1.4.0'
# Perf bar
gem 'peek', '~> 1.0.1'
@@ -306,27 +316,24 @@ gem 'peek-redis', '~> 1.2.0'
# Snowplow events tracking
gem 'snowplow-tracker', '~> 0.6.1'
+# Memory benchmarks
+gem 'derailed_benchmarks', require: false
+
# Metrics
group :metrics do
gem 'method_source', '~> 0.8', require: false
gem 'influxdb', '~> 0.2', require: false
# Prometheus
- gem 'prometheus-client-mmap', '~> 0.9.4'
+ gem 'prometheus-client-mmap', '~> 0.9.8'
gem 'raindrops', '~> 0.18'
end
-group :tracing do
- # OpenTracing
- gem 'opentracing', '~> 0.4.3'
- gem 'jaeger-client', '~> 0.10.0'
-end
-
group :development do
gem 'foreman', '~> 0.84.0'
gem 'brakeman', '~> 4.2', require: false
- gem 'letter_opener_web', '~> 1.3.0'
+ gem 'letter_opener_web', '~> 1.3.4'
gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false
# Better errors handler
@@ -348,8 +355,8 @@ group :development, :test do
gem 'database_cleaner', '~> 1.7.0'
gem 'factory_bot_rails', '~> 4.8.2'
- gem 'rspec-rails', '~> 3.7.0'
- gem 'rspec-retry', '~> 0.4.5'
+ gem 'rspec-rails', '~> 3.8.0'
+ gem 'rspec-retry', '~> 0.6.1'
gem 'rspec_profiling', '~> 0.0.5'
gem 'rspec-set', '~> 0.1.3'
gem 'rspec-parameterized', require: false
@@ -360,22 +367,24 @@ group :development, :test do
# Generate Fake data
gem 'ffaker', '~> 2.10'
- gem 'capybara', '~> 2.16.1'
- gem 'capybara-screenshot', '~> 1.0.18'
- gem 'selenium-webdriver', '~> 3.12'
+ gem 'capybara', '~> 3.22.0'
+ gem 'capybara-screenshot', '~> 1.0.22'
+ gem 'selenium-webdriver', '~> 3.141'
gem 'spring', '~> 2.0.0'
gem 'spring-commands-rspec', '~> 1.0.4'
- gem 'gitlab-styles', '~> 2.4', require: false
+ gem 'gitlab-styles', '~> 2.7', require: false
# Pin these dependencies, otherwise a new rule could break the CI pipelines
- gem 'rubocop', '~> 0.54.0'
+ gem 'rubocop', '~> 0.69.0'
+ gem 'rubocop-performance', '~> 1.1.0'
gem 'rubocop-rspec', '~> 1.22.1'
gem 'scss_lint', '~> 0.56.0', require: false
- gem 'haml_lint', '~> 0.28.0', require: false
- gem 'simplecov', '~> 0.14.0', require: false
+ gem 'haml_lint', '~> 0.31.0', require: false
+ gem 'simplecov', '~> 0.16.1', require: false
gem 'bundler-audit', '~> 0.5.0', require: false
+ gem 'mdl', '~> 0.5.0', require: false
gem 'benchmark-ips', '~> 2.3.0', require: false
@@ -392,7 +401,7 @@ group :development, :test do
end
group :test do
- gem 'shoulda-matchers', '~> 3.1.2', require: false
+ gem 'shoulda-matchers', '~> 4.0.1', require: false
gem 'email_spec', '~> 2.2.0'
gem 'json-schema', '~> 2.8.0'
gem 'webmock', '~> 3.5.1'
@@ -412,6 +421,9 @@ gem 'html2text'
gem 'ruby-prof', '~> 0.17.0'
gem 'rbtrace', '~> 0.4', require: false
+gem 'memory_profiler', '~> 0.9', require: false
+gem 'benchmark-memory', '~> 0.1', require: false
+gem 'activerecord-explain-analyze', '~> 0.1', require: false
# OAuth
gem 'oauth2', '~> 1.4'
@@ -427,7 +439,7 @@ gem 'sys-filesystem', '~> 1.1.6'
gem 'net-ntp'
# SSH host key support
-gem 'net-ssh', '~> 5.0'
+gem 'net-ssh', '~> 5.2'
gem 'sshkey', '~> 2.0'
# Required for ED25519 SSH host key support
@@ -437,11 +449,11 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 1.19.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 1.37.0', require: 'gitaly'
-gem 'grpc', '~> 1.15.0'
+gem 'grpc', '~> 1.19.0'
-gem 'google-protobuf', '~> 3.6'
+gem 'google-protobuf', '~> 3.7.1'
gem 'toml-rb', '~> 1.0.0', require: false
diff --git a/pkgs/applications/version-management/gitlab/rubyEnv-ee/Gemfile.lock b/pkgs/applications/version-management/gitlab/rubyEnv-ee/Gemfile.lock
index b41584d5312..0a6d7fe1370 100644
--- a/pkgs/applications/version-management/gitlab/rubyEnv-ee/Gemfile.lock
+++ b/pkgs/applications/version-management/gitlab/rubyEnv-ee/Gemfile.lock
@@ -4,41 +4,50 @@ GEM
RedCloth (4.3.2)
abstract_type (0.0.7)
ace-rails-ap (4.1.2)
- actioncable (5.0.7.2)
- actionpack (= 5.0.7.2)
- nio4r (>= 1.2, < 3.0)
- websocket-driver (~> 0.6.1)
- actionmailer (5.0.7.2)
- actionpack (= 5.0.7.2)
- actionview (= 5.0.7.2)
- activejob (= 5.0.7.2)
+ acme-client (2.0.2)
+ faraday (~> 0.9, >= 0.9.1)
+ actioncable (5.2.3)
+ actionpack (= 5.2.3)
+ nio4r (~> 2.0)
+ websocket-driver (>= 0.6.1)
+ actionmailer (5.2.3)
+ actionpack (= 5.2.3)
+ actionview (= 5.2.3)
+ activejob (= 5.2.3)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
- actionpack (5.0.7.2)
- actionview (= 5.0.7.2)
- activesupport (= 5.0.7.2)
+ actionpack (5.2.3)
+ actionview (= 5.2.3)
+ activesupport (= 5.2.3)
rack (~> 2.0)
- rack-test (~> 0.6.3)
+ rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
- actionview (5.0.7.2)
- activesupport (= 5.0.7.2)
+ actionview (5.2.3)
+ activesupport (= 5.2.3)
builder (~> 3.1)
- erubis (~> 2.7.0)
+ erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
- activejob (5.0.7.2)
- activesupport (= 5.0.7.2)
+ activejob (5.2.3)
+ activesupport (= 5.2.3)
globalid (>= 0.3.6)
- activemodel (5.0.7.2)
- activesupport (= 5.0.7.2)
- activerecord (5.0.7.2)
- activemodel (= 5.0.7.2)
- activesupport (= 5.0.7.2)
- arel (~> 7.0)
+ activemodel (5.2.3)
+ activesupport (= 5.2.3)
+ activerecord (5.2.3)
+ activemodel (= 5.2.3)
+ activesupport (= 5.2.3)
+ arel (>= 9.0)
+ activerecord-explain-analyze (0.1.0)
+ activerecord (>= 4)
+ pg
activerecord_sane_schema_dumper (1.0)
rails (>= 5, < 6)
- activesupport (5.0.7.2)
+ activestorage (5.2.3)
+ actionpack (= 5.2.3)
+ activerecord (= 5.2.3)
+ marcel (~> 0.3.1)
+ activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
@@ -52,15 +61,20 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
aes_key_wrap (1.0.1)
akismet (2.0.0)
- arel (7.1.4)
+ apollo_upload_server (2.0.0.beta.3)
+ graphql (>= 1.8)
+ rails (>= 4.2)
+ arel (9.0.0)
asana (0.8.1)
faraday (~> 0.9)
faraday_middleware (~> 0.9)
faraday_middleware-multi_json (~> 0.0)
oauth2 (~> 1.0)
- asciidoctor (1.5.8)
- asciidoctor-plantuml (0.0.8)
- asciidoctor (~> 1.5)
+ asciidoctor (2.0.10)
+ asciidoctor-include-ext (0.3.1)
+ asciidoctor (>= 1.5.6, < 3.0.0)
+ asciidoctor-plantuml (0.0.9)
+ asciidoctor (>= 1.5.6, < 3.0.0)
ast (2.4.0)
atomic (1.1.99)
attr_encrypted (3.1.0)
@@ -81,16 +95,18 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
babosa (1.0.2)
base32 (0.3.2)
- batch-loader (1.2.2)
+ batch-loader (1.4.0)
bcrypt (3.1.12)
bcrypt_pbkdf (1.0.0)
benchmark-ips (2.3.0)
+ benchmark-memory (0.1.2)
+ memory_profiler (~> 0.9)
better_errors (2.5.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
bindata (2.4.3)
- binding_ninja (0.2.2)
+ binding_ninja (0.2.3)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bootsnap (1.4.1)
@@ -108,13 +124,14 @@ GEM
bundler (~> 1.2)
thor (~> 0.18)
byebug (9.1.0)
- capybara (2.16.1)
+ capybara (3.22.0)
addressable
mini_mime (>= 0.1.3)
- nokogiri (>= 1.3.3)
- rack (>= 1.0.0)
- rack-test (>= 0.5.4)
- xpath (~> 2.0)
+ nokogiri (~> 1.8)
+ rack (>= 1.6.0)
+ rack-test (>= 0.6.3)
+ regexp_parser (~> 1.5)
+ xpath (~> 3.2)
capybara-screenshot (1.0.22)
capybara (>= 1.0, < 4)
launchy
@@ -140,9 +157,9 @@ GEM
concord (0.1.5)
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
- concurrent-ruby (1.1.3)
- concurrent-ruby-ext (1.1.3)
- concurrent-ruby (= 1.1.3)
+ concurrent-ruby (1.1.5)
+ concurrent-ruby-ext (1.1.5)
+ concurrent-ruby (= 1.1.5)
connection_pool (2.2.2)
contracts (0.11.0)
crack (0.4.3)
@@ -159,10 +176,20 @@ GEM
html-pipeline
declarative (0.0.10)
declarative-option (0.1.0)
+ default_value_for (3.2.0)
+ activerecord (>= 3.2.0, < 6.0)
+ derailed_benchmarks (1.3.5)
+ benchmark-ips (~> 2)
+ get_process_mem (~> 0)
+ heapy (~> 0)
+ memory_profiler (~> 0)
+ rack (>= 1)
+ rake (> 10, < 13)
+ thor (~> 0.19)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
device_detector (1.0.0)
- devise (4.4.3)
+ devise (4.6.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
@@ -178,7 +205,7 @@ GEM
diffy (3.1.0)
discordrb-webhooks-blackst0ne (3.3.0)
rest-client (~> 2.0)
- docile (1.1.5)
+ docile (1.3.1)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
doorkeeper (4.3.2)
@@ -207,15 +234,16 @@ GEM
mail (~> 2.7)
encryptor (3.0.0)
equalizer (0.0.11)
- erubi (1.7.1)
- erubis (2.7.0)
+ erubi (1.8.0)
escape_utils (1.2.1)
- et-orbi (1.1.7)
+ et-orbi (1.2.1)
tzinfo
eventmachine (1.2.7)
excon (0.62.0)
execjs (2.6.0)
expression_parser (0.9.0)
+ extended-markdown-filter (0.6.0)
+ html-pipeline (~> 2.0)
factory_bot (4.8.2)
activesupport (>= 3.0.0)
factory_bot_rails (4.8.2)
@@ -250,7 +278,7 @@ GEM
fog-json
ipaddress (~> 0.8)
xml-simple (~> 1.1)
- fog-aws (3.3.0)
+ fog-aws (3.5.2)
fog-core (~> 2.1)
fog-json (~> 1.1)
fog-xml (~> 0.1)
@@ -282,20 +310,21 @@ GEM
fog-xml (0.1.3)
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
- font-awesome-rails (4.7.0.1)
- railties (>= 3.2, < 5.1)
+ font-awesome-rails (4.7.0.4)
+ railties (>= 3.2, < 6.0)
foreman (0.84.0)
thor (~> 0.19.1)
formatador (0.2.5)
- fugit (1.1.9)
- et-orbi (~> 1.1, >= 1.1.7)
+ fugit (1.2.1)
+ et-orbi (~> 1.1, >= 1.1.8)
raabro (~> 1.1)
fuubar (2.2.0)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
+ gemoji (3.0.1)
gemojione (3.3.0)
json
- get_process_mem (0.2.0)
+ get_process_mem (0.2.3)
gettext (3.2.9)
locale (>= 2.0.5)
text (>= 1.3.0)
@@ -306,18 +335,23 @@ GEM
gettext_i18n_rails (>= 0.7.1)
po_to_json (>= 1.0.0)
rails (>= 3.2.0)
- gitaly-proto (1.19.0)
+ gitaly-proto (1.37.0)
grpc (~> 1.0)
github-markup (1.7.0)
- gitlab-default_value_for (3.1.1)
- activerecord (>= 3.2.0, < 6.0)
+ gitlab-labkit (0.3.0)
+ actionpack (~> 5)
+ activesupport (~> 5)
+ grpc (~> 1.19.0)
+ jaeger-client (~> 0.10)
+ opentracing (~> 0.4)
gitlab-license (1.0.0)
gitlab-markup (1.7.0)
gitlab-sidekiq-fetcher (0.4.0)
sidekiq (~> 5)
- gitlab-styles (2.5.1)
- rubocop (~> 0.54.0)
+ gitlab-styles (2.7.0)
+ rubocop (~> 0.69.0)
rubocop-gitlab-security (~> 0.1.0)
+ rubocop-performance (~> 1.1.0)
rubocop-rspec (~> 1.19)
gitlab_omniauth-ldap (2.1.1)
net-ldap (~> 0.16)
@@ -337,8 +371,8 @@ GEM
mime-types (~> 3.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
- google-protobuf (3.6.1)
- googleapis-common-protos-types (1.0.3)
+ google-protobuf (3.7.1)
+ googleapis-common-protos-types (1.0.4)
google-protobuf (~> 3.0)
googleauth (0.6.6)
faraday (~> 0.12)
@@ -359,8 +393,8 @@ GEM
grape-entity (0.7.1)
activesupport (>= 4.0)
multi_json (>= 1.3.2)
- grape-path-helpers (1.0.6)
- activesupport (>= 4, < 5.1)
+ grape-path-helpers (1.1.0)
+ activesupport
grape (~> 1.0)
rake (~> 12)
grape_logging (1.7.0)
@@ -369,7 +403,15 @@ GEM
railties
sprockets-rails
graphql (1.8.1)
- grpc (1.15.0)
+ graphql-docs (1.6.0)
+ commonmarker (~> 0.16)
+ escape_utils (~> 1.2)
+ extended-markdown-filter (~> 0.4)
+ gemoji (~> 3.0)
+ graphql (~> 1.6)
+ html-pipeline (~> 2.8)
+ sass (~> 3.4)
+ grpc (1.19.0)
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
gssapi (1.2.0)
@@ -377,7 +419,7 @@ GEM
haml (5.0.4)
temple (>= 0.8.0)
tilt
- haml_lint (0.28.0)
+ haml_lint (0.31.0)
haml (>= 4.0, < 5.1)
rainbow
rake (>= 10, < 13)
@@ -394,6 +436,7 @@ GEM
hashie (>= 3.0)
health_check (2.6.0)
rails (>= 4.0)
+ heapy (0.1.4)
hipchat (1.5.2)
httparty
mimemagic
@@ -427,6 +470,7 @@ GEM
jaeger-client (0.10.0)
opentracing (~> 0.3)
thrift
+ jaro_winkler (1.5.2)
jira-ruby (1.4.1)
activesupport
multipart-post
@@ -459,15 +503,16 @@ GEM
kgio (2.11.2)
knapsack (1.17.0)
rake
+ kramdown (1.17.0)
kubeclient (4.2.2)
http (~> 3.0)
recursive-open-struct (~> 1.0, >= 1.0.4)
rest-client (~> 2.0)
launchy (2.4.3)
addressable (~> 2.3)
- letter_opener (1.4.1)
+ letter_opener (1.7.0)
launchy (~> 2.2)
- letter_opener_web (1.3.0)
+ letter_opener_web (1.3.4)
actionmailer (>= 3.2)
letter_opener (~> 1.0)
railties (>= 3.2)
@@ -492,19 +537,29 @@ GEM
mail (2.7.1)
mini_mime (>= 0.1.1)
mail_room (0.9.1)
+ marcel (0.3.3)
+ mimemagic (~> 0.3.2)
+ mdl (0.5.0)
+ kramdown (~> 1.12, >= 1.12.0)
+ mixlib-cli (~> 1.7, >= 1.7.0)
+ mixlib-config (~> 2.2, >= 2.2.1)
memoist (0.16.0)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
+ memory_profiler (0.9.13)
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
- mime-types-data (3.2018.0812)
+ mime-types-data (3.2019.0331)
mimemagic (0.3.2)
mini_magick (4.8.0)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
- msgpack (1.2.6)
+ mixlib-cli (1.7.0)
+ mixlib-config (2.2.18)
+ tomlrb
+ msgpack (1.2.10)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
@@ -516,10 +571,10 @@ GEM
net-dns (0.9.0)
net-ldap (0.16.0)
net-ntp (2.1.3)
- net-ssh (5.0.1)
+ net-ssh (5.2.0)
netrc (0.11.0)
nio4r (2.3.1)
- nokogiri (1.10.1)
+ nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
nokogumbo (1.5.0)
nokogiri
@@ -574,6 +629,9 @@ GEM
omniauth (~> 1.9)
omniauth-oauth2-generic (0.2.2)
omniauth-oauth2 (~> 1.0)
+ omniauth-salesforce (1.0.5)
+ omniauth (~> 1.0)
+ omniauth-oauth2 (~> 1.0)
omniauth-saml (1.10.0)
omniauth (~> 1.3, >= 1.3.2)
ruby-saml (~> 1.7)
@@ -582,18 +640,34 @@ GEM
omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1)
rack
+ omniauth-ultraauth (0.0.2)
+ omniauth_openid_connect (~> 0.3.0)
omniauth_crowd (2.2.3)
activesupport
nokogiri (>= 1.4.4)
omniauth (~> 1.0)
- opentracing (0.4.3)
+ omniauth_openid_connect (0.3.1)
+ addressable (~> 2.5)
+ omniauth (~> 1.3)
+ openid_connect (~> 1.1)
+ openid_connect (1.1.6)
+ activemodel
+ attr_required (>= 1.0.0)
+ json-jwt (>= 1.5.0)
+ rack-oauth2 (>= 1.6.1)
+ swd (>= 1.0.0)
+ tzinfo
+ validate_email
+ validate_url
+ webfinger (>= 1.0.1)
+ opentracing (0.5.0)
optimist (3.0.0)
org-ruby (0.9.12)
rubypants (~> 0.2)
orm_adapter (0.5.0)
os (1.0.0)
- parallel (1.12.1)
- parser (2.5.3.0)
+ parallel (1.17.0)
+ parser (2.6.3.0)
ast (~> 2.4.0)
parslet (1.8.2)
peek (1.0.1)
@@ -622,7 +696,6 @@ GEM
pg (1.1.4)
po_to_json (1.0.1)
json (>= 1.6.0)
- powerpack (0.1.1)
premailer (1.10.4)
addressable
css_parser (>= 1.4.10)
@@ -635,7 +708,7 @@ GEM
parser
unparser
procto (0.0.3)
- prometheus-client-mmap (0.9.4)
+ prometheus-client-mmap (0.9.8)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
@@ -644,7 +717,7 @@ GEM
pry (~> 0.10)
pry-rails (0.3.6)
pry (>= 0.10.4)
- public_suffix (3.0.3)
+ public_suffix (3.1.0)
puma (3.12.0)
puma_worker_killer (0.1.0)
get_process_mem (~> 0.2)
@@ -667,26 +740,26 @@ GEM
rack
rack-proxy (0.6.0)
rack
- rack-test (0.6.3)
- rack (>= 1.0)
- rails (5.0.7.2)
- actioncable (= 5.0.7.2)
- actionmailer (= 5.0.7.2)
- actionpack (= 5.0.7.2)
- actionview (= 5.0.7.2)
- activejob (= 5.0.7.2)
- activemodel (= 5.0.7.2)
- activerecord (= 5.0.7.2)
- activesupport (= 5.0.7.2)
+ rack-test (1.1.0)
+ rack (>= 1.0, < 3)
+ rack-timeout (0.5.1)
+ rails (5.2.3)
+ actioncable (= 5.2.3)
+ actionmailer (= 5.2.3)
+ actionpack (= 5.2.3)
+ actionview (= 5.2.3)
+ activejob (= 5.2.3)
+ activemodel (= 5.2.3)
+ activerecord (= 5.2.3)
+ activestorage (= 5.2.3)
+ activesupport (= 5.2.3)
bundler (>= 1.3.0)
- railties (= 5.0.7.2)
+ railties (= 5.2.3)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.2)
actionpack (~> 5.x, >= 5.0.1)
actionview (~> 5.x, >= 5.0.1)
activesupport (~> 5.x)
- rails-deprecated_sanitizer (1.0.3)
- activesupport (>= 4.2.0.alpha)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
@@ -695,12 +768,12 @@ GEM
rails-i18n (5.1.1)
i18n (>= 0.7, < 2)
railties (>= 5.0, < 6)
- railties (5.0.7.2)
- actionpack (= 5.0.7.2)
- activesupport (= 5.0.7.2)
+ railties (5.2.3)
+ actionpack (= 5.2.3)
+ activesupport (= 5.2.3)
method_source
rake (>= 0.8.7)
- thor (>= 0.18.1, < 2.0)
+ thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
raindrops (0.19.0)
rake (12.3.2)
@@ -737,7 +810,7 @@ GEM
redis-store (>= 1.2, < 2)
redis-store (1.6.0)
redis (>= 2.2, < 5)
- regexp_parser (1.3.0)
+ regexp_parser (1.5.1)
regexp_property_values (0.3.4)
representable (3.0.4)
declarative (< 0.1.0)
@@ -754,41 +827,41 @@ GEM
retriable (3.1.2)
rinku (2.0.0)
rotp (2.1.2)
- rouge (3.3.0)
+ rouge (3.5.1)
rqrcode (0.7.0)
chunky_png
rqrcode-rails3 (0.1.7)
rqrcode (>= 0.4.2)
- rspec (3.7.0)
- rspec-core (~> 3.7.0)
- rspec-expectations (~> 3.7.0)
- rspec-mocks (~> 3.7.0)
- rspec-core (3.7.1)
- rspec-support (~> 3.7.0)
- rspec-expectations (3.7.0)
+ rspec (3.8.0)
+ rspec-core (~> 3.8.0)
+ rspec-expectations (~> 3.8.0)
+ rspec-mocks (~> 3.8.0)
+ rspec-core (3.8.2)
+ rspec-support (~> 3.8.0)
+ rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.7.0)
- rspec-mocks (3.7.0)
+ rspec-support (~> 3.8.0)
+ rspec-mocks (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.7.0)
- rspec-parameterized (0.4.1)
- binding_ninja (>= 0.2.1)
+ rspec-support (~> 3.8.0)
+ rspec-parameterized (0.4.2)
+ binding_ninja (>= 0.2.3)
parser
proc_to_ast
rspec (>= 2.13, < 4)
unparser
- rspec-rails (3.7.2)
+ rspec-rails (3.8.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
- rspec-core (~> 3.7.0)
- rspec-expectations (~> 3.7.0)
- rspec-mocks (~> 3.7.0)
- rspec-support (~> 3.7.0)
- rspec-retry (0.4.5)
- rspec-core
+ rspec-core (~> 3.8.0)
+ rspec-expectations (~> 3.8.0)
+ rspec-mocks (~> 3.8.0)
+ rspec-support (~> 3.8.0)
+ rspec-retry (0.6.1)
+ rspec-core (> 3.3)
rspec-set (0.1.3)
- rspec-support (3.7.1)
+ rspec-support (3.8.2)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rspec_profiling (0.0.5)
@@ -796,15 +869,17 @@ GEM
pg
rails
sqlite3
- rubocop (0.54.0)
+ rubocop (0.69.0)
+ jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
- parser (>= 2.5)
- powerpack (~> 0.1)
+ parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (~> 1.0, >= 1.0.1)
+ unicode-display_width (>= 1.4.0, < 1.7)
rubocop-gitlab-security (0.1.1)
rubocop (>= 0.51)
+ rubocop-performance (1.1.0)
+ rubocop (>= 0.67.0)
rubocop-rspec (1.22.2)
rubocop (>= 0.52.1)
ruby-enum (0.7.2)
@@ -812,10 +887,10 @@ GEM
ruby-fogbugz (0.2.1)
crack (~> 0.4)
ruby-prof (0.17.0)
- ruby-progressbar (1.9.0)
+ ruby-progressbar (1.10.0)
ruby-saml (1.7.2)
nokogiri (>= 1.5.10)
- ruby_parser (3.11.0)
+ ruby_parser (3.13.1)
sexp_processor (~> 4.9)
rubyntlm (0.6.2)
rubypants (0.2.0)
@@ -831,12 +906,15 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
- sass-rails (5.0.6)
- railties (>= 4.0.0, < 6)
- sass (~> 3.1)
- sprockets (>= 2.8, < 4.0)
- sprockets-rails (>= 2.0, < 4.0)
- tilt (>= 1.1, < 3)
+ sassc (2.0.1)
+ ffi (~> 1.9)
+ rake
+ sassc-rails (2.1.0)
+ railties (>= 4.0.0)
+ sassc (>= 2.0)
+ sprockets (> 3.0)
+ sprockets-rails
+ tilt
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
@@ -846,18 +924,18 @@ GEM
seed-fu (2.3.7)
activerecord (>= 3.1)
activesupport (>= 3.1)
- selenium-webdriver (3.12.0)
+ selenium-webdriver (3.141.0)
childprocess (~> 0.5)
- rubyzip (~> 1.2)
+ rubyzip (~> 1.2, >= 1.2.2)
sentry-raven (2.9.0)
faraday (>= 0.7.6, < 1.0)
settingslogic (2.0.9)
- sexp_processor (4.11.0)
+ sexp_processor (4.12.0)
sham_rack (1.3.6)
rack
- shoulda-matchers (3.1.2)
- activesupport (>= 4.0.0)
- sidekiq (5.2.5)
+ shoulda-matchers (4.0.1)
+ activesupport (>= 4.2.0)
+ sidekiq (5.2.7)
connection_pool (~> 2.2, >= 2.2.2)
rack (>= 1.5.0)
rack-protection (>= 1.5.0)
@@ -871,11 +949,11 @@ GEM
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simple_po_parser (1.1.2)
- simplecov (0.14.1)
- docile (~> 1.1.0)
+ simplecov (0.16.1)
+ docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
- simplecov-html (0.10.0)
+ simplecov-html (0.10.2)
slack-notifier (1.5.1)
snowplow-tracker (0.6.1)
contracts (~> 0.7, <= 0.11)
@@ -900,10 +978,14 @@ GEM
state_machines-activerecord (0.5.1)
activerecord (>= 4.1, < 6.0)
state_machines-activemodel (>= 0.5.0)
+ swd (1.1.2)
+ activesupport (>= 3)
+ attr_required (>= 0.0.5)
+ httpclient (>= 2.4)
sys-filesystem (1.1.6)
ffi
sysexits (1.2.0)
- temple (0.8.0)
+ temple (0.8.1)
test-prof (0.2.5)
text (1.3.1)
thin (1.7.2)
@@ -913,13 +995,14 @@ GEM
thor (0.19.4)
thread_safe (0.3.6)
thrift (0.11.0.0)
- tilt (2.0.8)
+ tilt (2.0.9)
timecop (0.8.1)
timfel-krb5-auth (0.8.3)
toml (0.2.0)
parslet (~> 1.8.0)
toml-rb (1.0.0)
citrus (~> 3.0, > 3.0)
+ tomlrb (1.2.8)
truncato (0.7.11)
htmlentities (~> 4.3.1)
nokogiri (>= 1.7.0, <= 2.0)
@@ -933,7 +1016,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
- unicode-display_width (1.3.2)
+ unicode-display_width (1.6.0)
unicorn (5.4.1)
kgio (~> 2.6)
raindrops (~> 0.7)
@@ -941,14 +1024,20 @@ GEM
get_process_mem (~> 0)
unicorn (>= 4, < 6)
uniform_notifier (1.10.0)
- unparser (0.4.2)
+ unparser (0.4.5)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
concord (~> 0.1.5)
diff-lcs (~> 1.3)
equalizer (~> 0.0.9)
- parser (>= 2.3.1.2, < 2.6)
+ parser (~> 2.6.3)
procto (~> 0.0.2)
+ validate_email (0.1.6)
+ activemodel (>= 3.0)
+ mail (>= 2.2.5)
+ validate_url (1.0.8)
+ activemodel (>= 3.0.0)
+ public_suffix
validates_hostname (1.0.6)
activerecord (>= 3.0)
activesupport (>= 3.0)
@@ -961,13 +1050,16 @@ GEM
vmstat (2.3.0)
warden (1.2.7)
rack (>= 1.0)
+ webfinger (1.1.0)
+ activesupport
+ httpclient (>= 2.4)
webmock (3.5.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
webpack-rails (0.9.11)
railties (>= 3.2.0)
- websocket-driver (0.6.5)
+ websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
wikicloth (0.8.1)
@@ -976,8 +1068,8 @@ GEM
rinku
with_env (1.1.0)
xml-simple (1.1.5)
- xpath (2.1.0)
- nokogiri (~> 1.3)
+ xpath (3.2.0)
+ nokogiri (~> 1.8)
PLATFORMS
ruby
@@ -985,21 +1077,26 @@ PLATFORMS
DEPENDENCIES
RedCloth (~> 4.3.2)
ace-rails-ap (~> 4.1.0)
+ acme-client (~> 2.0.2)
+ activerecord-explain-analyze (~> 0.1)
activerecord_sane_schema_dumper (= 1.0)
acts-as-taggable-on (~> 6.0)
addressable (~> 2.5.2)
akismet (~> 2.0)
+ apollo_upload_server (~> 2.0.0.beta3)
asana (~> 0.8.1)
- asciidoctor (~> 1.5.8)
- asciidoctor-plantuml (= 0.0.8)
+ asciidoctor (~> 2.0.10)
+ asciidoctor-include-ext (~> 0.3.1)
+ asciidoctor-plantuml (= 0.0.9)
attr_encrypted (~> 3.1.0)
awesome_print
aws-sdk
babosa (~> 1.0.2)
base32 (~> 0.3.0)
- batch-loader (~> 1.2.2)
+ batch-loader (~> 1.4.0)
bcrypt_pbkdf (~> 1.0)
benchmark-ips (~> 2.3.0)
+ benchmark-memory (~> 0.1)
better_errors (~> 2.5.0)
binding_of_caller (~> 0.8.0)
bootsnap (~> 1.4)
@@ -1008,8 +1105,8 @@ DEPENDENCIES
browser (~> 2.5)
bullet (~> 5.5.0)
bundler-audit (~> 0.5.0)
- capybara (~> 2.16.1)
- capybara-screenshot (~> 1.0.18)
+ capybara (~> 3.22.0)
+ capybara-screenshot (~> 1.0.22)
carrierwave (~> 1.3)
charlock_holmes (~> 0.7.5)
chronic (~> 0.10.2)
@@ -1020,8 +1117,10 @@ DEPENDENCIES
creole (~> 0.5.0)
database_cleaner (~> 1.7.0)
deckar01-task_list (= 2.2.0)
+ default_value_for (~> 3.2.0)
+ derailed_benchmarks
device_detector
- devise (~> 4.4)
+ devise (~> 4.6)
devise-two-factor (~> 3.0.0)
diffy (~> 3.1.0)
discordrb-webhooks-blackst0ne (~> 3.3)
@@ -1044,7 +1143,7 @@ DEPENDENCIES
flipper-active_support_cache_store (~> 0.13.0)
flowdock (~> 0.7)
fog-aliyun (~> 0.3)
- fog-aws (~> 3.3)
+ fog-aws (~> 3.5)
fog-core (= 2.1.0)
fog-google (~> 1.8)
fog-local (~> 0.6)
@@ -1052,33 +1151,34 @@ DEPENDENCIES
fog-rackspace (~> 0.1.1)
font-awesome-rails (~> 4.7)
foreman (~> 0.84.0)
- fugit (~> 1.1)
+ fugit (~> 1.2.1)
fuubar (~> 2.2.0)
gemojione (~> 3.3)
gettext (~> 3.2.2)
gettext_i18n_rails (~> 1.8.0)
gettext_i18n_rails_js (~> 1.3)
- gitaly-proto (~> 1.19.0)
+ gitaly-proto (~> 1.37.0)
github-markup (~> 1.7.0)
- gitlab-default_value_for (~> 3.1.1)
+ gitlab-labkit (~> 0.3.0)
gitlab-license (~> 1.0)
gitlab-markup (~> 1.7.0)
gitlab-sidekiq-fetcher (~> 0.4.0)
- gitlab-styles (~> 2.4)
+ gitlab-styles (~> 2.7)
gitlab_omniauth-ldap (~> 2.1.1)
gon (~> 6.2)
google-api-client (~> 0.23)
- google-protobuf (~> 3.6)
+ google-protobuf (~> 3.7.1)
gpgme (~> 2.0.18)
grape (~> 1.1.0)
grape-entity (~> 0.7.1)
- grape-path-helpers (~> 1.0)
+ grape-path-helpers (~> 1.1)
grape_logging (~> 1.7)
graphiql-rails (~> 1.4.10)
graphql (~> 1.8.0)
- grpc (~> 1.15.0)
+ graphql-docs (~> 1.6.0)
+ grpc (~> 1.19.0)
gssapi
- haml_lint (~> 0.28.0)
+ haml_lint (~> 0.31.0)
hamlit (~> 2.8.8)
hangouts-chat (~> 0.0.5)
hashie-forbidden_attributes
@@ -1089,7 +1189,6 @@ DEPENDENCIES
httparty (~> 0.16.4)
icalendar
influxdb (~> 0.2)
- jaeger-client (~> 0.10.0)
jira-ruby (~> 1.4)
js_regex (~> 3.1)
json-schema (~> 2.8.0)
@@ -1097,12 +1196,14 @@ DEPENDENCIES
kaminari (~> 1.0)
knapsack (~> 1.17)
kubeclient (~> 4.2.2)
- letter_opener_web (~> 1.3.0)
+ letter_opener_web (~> 1.3.4)
license_finder (~> 5.4)
licensee (~> 8.9)
lograge (~> 0.5)
loofah (~> 2.2)
mail_room (~> 0.9.1)
+ mdl (~> 0.5.0)
+ memory_profiler (~> 0.9)
method_source (~> 0.8)
mimemagic (~> 0.3.2)
mini_magick
@@ -1112,8 +1213,8 @@ DEPENDENCIES
net-dns (~> 0.9.0)
net-ldap
net-ntp
- net-ssh (~> 5.0)
- nokogiri (~> 1.10.1)
+ net-ssh (~> 5.2)
+ nokogiri (~> 1.10.3)
oauth2 (~> 1.4)
octokit (~> 4.9)
omniauth (~> 1.8)
@@ -1127,11 +1228,13 @@ DEPENDENCIES
omniauth-google-oauth2 (~> 0.6.0)
omniauth-kerberos (~> 0.3.0)
omniauth-oauth2-generic (~> 0.2.2)
+ omniauth-salesforce (~> 1.0.5)
omniauth-saml (~> 1.10)
omniauth-shibboleth (~> 1.3.0)
omniauth-twitter (~> 1.4)
+ omniauth-ultraauth (~> 0.0.2)
omniauth_crowd (~> 2.2.0)
- opentracing (~> 0.4.3)
+ omniauth_openid_connect (~> 0.3.1)
org-ruby (~> 0.9.12)
peek (~> 1.0.1)
peek-gc (~> 0.0.2)
@@ -1141,7 +1244,7 @@ DEPENDENCIES
peek-redis (~> 1.2.0)
pg (~> 1.1)
premailer-rails (~> 1.9.7)
- prometheus-client-mmap (~> 0.9.4)
+ prometheus-client-mmap (~> 0.9.8)
pry-byebug (~> 3.5.1)
pry-rails (~> 0.3.4)
puma (~> 3.12)
@@ -1151,9 +1254,9 @@ DEPENDENCIES
rack-cors (~> 1.0.0)
rack-oauth2 (~> 1.9.3)
rack-proxy (~> 0.6.0)
- rails (= 5.0.7.2)
+ rack-timeout
+ rails (= 5.2.3)
rails-controller-testing
- rails-deprecated_sanitizer (~> 1.0.3)
rails-i18n (~> 5.1)
rainbow (~> 3.0)
raindrops (~> 0.18)
@@ -1167,15 +1270,16 @@ DEPENDENCIES
redis-rails (~> 5.0.2)
request_store (~> 1.3)
responders (~> 2.0)
- rouge (~> 3.1)
+ rouge (~> 3.5)
rqrcode-rails3 (~> 0.1.7)
rspec-parameterized
- rspec-rails (~> 3.7.0)
- rspec-retry (~> 0.4.5)
+ rspec-rails (~> 3.8.0)
+ rspec-retry (~> 0.6.1)
rspec-set (~> 0.1.3)
rspec_junit_formatter
rspec_profiling (~> 0.0.5)
- rubocop (~> 0.54.0)
+ rubocop (~> 0.69.0)
+ rubocop-performance (~> 1.1.0)
rubocop-rspec (~> 1.22.1)
ruby-fogbugz (~> 0.2.1)
ruby-prof (~> 0.17.0)
@@ -1184,19 +1288,18 @@ DEPENDENCIES
rubyzip (~> 1.2.2)
rugged (~> 0.28)
sanitize (~> 4.6)
- sass (~> 3.5)
- sass-rails (~> 5.0.6)
+ sassc-rails (~> 2.1.0)
scss_lint (~> 0.56.0)
seed-fu (~> 2.3.7)
- selenium-webdriver (~> 3.12)
- sentry-raven (~> 2.7)
+ selenium-webdriver (~> 3.141)
+ sentry-raven (~> 2.9)
settingslogic (~> 2.0.9)
sham_rack (~> 1.3.6)
- shoulda-matchers (~> 3.1.2)
- sidekiq (~> 5.2.1)
+ shoulda-matchers (~> 4.0.1)
+ sidekiq (~> 5.2.7)
sidekiq-cron (~> 1.0)
simple_po_parser (~> 1.1.2)
- simplecov (~> 0.14.0)
+ simplecov (~> 0.16.1)
slack-notifier (~> 1.5.1)
snowplow-tracker (~> 0.6.1)
spring (~> 2.0.0)
diff --git a/pkgs/applications/version-management/gitlab/rubyEnv-ee/gemset.nix b/pkgs/applications/version-management/gitlab/rubyEnv-ee/gemset.nix
index 1d355ef8e87..8050743ab25 100644
--- a/pkgs/applications/version-management/gitlab/rubyEnv-ee/gemset.nix
+++ b/pkgs/applications/version-management/gitlab/rubyEnv-ee/gemset.nix
@@ -15,16 +15,27 @@
};
version = "4.1.2";
};
+ acme-client = {
+ dependencies = ["faraday"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1552fkgaj6qfylwsckgmhck34shjqnfrzymj1ji1kq3r310qqrnp";
+ type = "gem";
+ };
+ version = "2.0.2";
+ };
actioncable = {
dependencies = ["actionpack" "nio4r" "websocket-driver"];
groups = ["default" "development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "14qy7aygsr35lhcrw2y0c1jxmkfjlcz10p7qcf9jxzhcfmk5rr3y";
+ sha256 = "04wd9rf8sglrqc8jz49apqcxbi51gdj7l1apf5qr4i86iddk6pkm";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
actionmailer = {
dependencies = ["actionpack" "actionview" "activejob" "mail" "rails-dom-testing"];
@@ -32,10 +43,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "17whd0cjkb038g14pmkmakp89085j5950jdmfa5hmzqf1djnvc8r";
+ sha256 = "15laym06zcm2021qdhlyr6y9jn1marw436i89hcxqg14a8zvyvwa";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
actionpack = {
dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"];
@@ -43,21 +54,21 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1wyyj014n0gza5m2gpg9ab9av4yr6psvym047nrn1iz84v6fmkfb";
+ sha256 = "1s2iay17i2k0xx36cmnpbrmr5w6x70jk7fq1d8w70xcdw5chm0w1";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
actionview = {
- dependencies = ["activesupport" "builder" "erubis" "rails-dom-testing" "rails-html-sanitizer"];
+ dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
groups = ["default" "development" "mysql" "postgres" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0w96iqknr5jz7gzlcyixq1lvhbzbqijj4iq22pbfzscppbz1anvi";
+ sha256 = "1v49rgf8305grqf6gq7qa47qhamr369igyy0giycz60x86afyr4h";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
activejob = {
dependencies = ["activesupport" "globalid"];
@@ -65,10 +76,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1281zl53a5dpl33vxswrg2jxv7kpcyl7mg5mckn4hcksna60356l";
+ sha256 = "17vizibxbsli5yppgrvmw13wj7a9xy19s5nqxf1k23bbk2s5b87s";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
activemodel = {
dependencies = ["activesupport"];
@@ -76,10 +87,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0xphpzx3ippi8f2h27v2g3n82i39xwx2gq9yamhby9s2a9hh8shl";
+ sha256 = "0mghh9di8011ara9h1r5a216yzk1vjm9r3p0gdvdi8j1zmkl6k6h";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
activerecord = {
dependencies = ["activemodel" "activesupport" "arel"];
@@ -87,10 +98,21 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1jy2amhn2xsd9hy546mw27agh8493nqlgbmzqhlppx7p3nwikw63";
+ sha256 = "0d6036f592803iyvp6bw98p3sg638mia5dbw19lvachx6jgzfvpw";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
+ };
+ activerecord-explain-analyze = {
+ dependencies = ["activerecord" "pg"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0yvz452ww0vn3n6197gx6zklwa591gc7f1m8accvjd9zw8gv3ssx";
+ type = "gem";
+ };
+ version = "0.1.0";
};
activerecord_sane_schema_dumper = {
dependencies = ["rails"];
@@ -101,16 +123,27 @@
};
version = "1.0";
};
+ activestorage = {
+ dependencies = ["actionpack" "activerecord" "marcel"];
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "04is6ipjqw1f337i8pm8w5bd99rpygqfd0fzzxkr7jd308ggmsjk";
+ type = "gem";
+ };
+ version = "5.2.3";
+ };
activesupport = {
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
groups = ["default" "development" "mysql" "postgres" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1bcbr490ryw6295p0ja7xigcw0ivkdys90x3qbsbs8c4n1zwcp7p";
+ sha256 = "110vp4frgkw3mpzlmshg2f2ig09cknls2w68ym1r1s39d01v0mi8";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
acts-as-taggable-on = {
dependencies = ["activerecord"];
@@ -157,13 +190,26 @@
};
version = "2.0.0";
};
- arel = {
+ apollo_upload_server = {
+ dependencies = ["graphql" "rails"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0l757dkkaxk5fq3368l79jpyzq9a9driricjamhiwhwvh0h7xcyx";
+ sha256 = "0riijpyicbkqsr46w4mfhh3pq2yrmakkz8mmgbrfjhzbyzac25na";
type = "gem";
};
- version = "7.1.4";
+ version = "2.0.0.beta.3";
+ };
+ arel = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1jk7wlmkr61f6g36w9s2sn46nmdg6wn2jfssrhbhirv5x9n95nk0";
+ type = "gem";
+ };
+ version = "9.0.0";
};
asana = {
dependencies = ["faraday" "faraday_middleware" "faraday_middleware-multi_json" "oauth2"];
@@ -175,21 +221,36 @@
version = "0.8.1";
};
asciidoctor = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0qld3a1pbcjvs8lbxp95iz83bfmg5scmnf8q3rklinmdmhzakslx";
+ sha256 = "1b2ajs3sabl0s27r7lhwkacw0yn0zfk4jpmidg9l8lzp2qlgjgbz";
type = "gem";
};
- version = "1.5.8";
+ version = "2.0.10";
+ };
+ asciidoctor-include-ext = {
+ dependencies = ["asciidoctor"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1alaqfh31hd98yhqq8fsc50zzqw04p3d83pc35gdx3x9p3j1ds7d";
+ type = "gem";
+ };
+ version = "0.3.1";
};
asciidoctor-plantuml = {
dependencies = ["asciidoctor"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0x092ldl8p7svczg4lnrnp0h918acnflh7jz5qwv40ksh1fflqna";
+ sha256 = "0lzxj16w7s3w0wnlpg8lfs9v2xxk3x3c1skynqm1sms7rjhnhlnb";
type = "gem";
};
- version = "0.0.8";
+ version = "0.0.9";
};
ast = {
source = {
@@ -295,12 +356,14 @@
version = "0.3.2";
};
batch-loader = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0pwr2hk9x1qx9i2xpkpjwkdjsmm4kamz5f25wizsaw37zb64apjc";
+ sha256 = "09jaxxddqpgq8ynwd2gpjq5rkhw00zdjnqisk9qbpjgxzk6f8gwi";
type = "gem";
};
- version = "1.2.2";
+ version = "1.4.0";
};
bcrypt = {
source = {
@@ -326,6 +389,17 @@
};
version = "2.3.0";
};
+ benchmark-memory = {
+ dependencies = ["memory_profiler"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "11qw8k6rl79ri00njrf1x9v6vzwgv12rkcvgzvg0sk8pfrkzwyxa";
+ type = "gem";
+ };
+ version = "0.1.2";
+ };
better_errors = {
dependencies = ["coderay" "erubi" "rack"];
source = {
@@ -344,12 +418,14 @@
version = "2.4.3";
};
binding_ninja = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "19dk26qyx433ffa6y48511apc2iw71zw4jnlqxhy0wix9dlxr2ri";
+ sha256 = "17fa3sv6p2fw9g8fxpwx1kjhhs28aw41akkba0hlgvk60055b1aa";
type = "gem";
};
- version = "0.2.2";
+ version = "0.2.3";
};
binding_of_caller = {
dependencies = ["debug_inspector"];
@@ -431,13 +507,15 @@
version = "9.1.0";
};
capybara = {
- dependencies = ["addressable" "mini_mime" "nokogiri" "rack" "rack-test" "xpath"];
+ dependencies = ["addressable" "mini_mime" "nokogiri" "rack" "rack-test" "regexp_parser" "xpath"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0hkl6p07gf29952biv07fy88vjz46ng2h37wwx5ks0mk9kn8vvvf";
+ sha256 = "1y7ncfji4s3h3wdr2hwsrd32k0va92a6lyx2x8w6a3vkbc94kpch";
type = "gem";
};
- version = "2.16.1";
+ version = "3.22.0";
};
capybara-screenshot = {
dependencies = ["capybara" "launchy"];
@@ -559,21 +637,25 @@
version = "0.1.5";
};
concurrent-ruby = {
+ groups = ["default" "development" "mysql" "postgres" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "18q9skp5pfq4jwbxzmw8q2rn4cpw6mf4561i2hsjcl1nxdag2jvb";
+ sha256 = "1x07r23s7836cpp5z9yrlbpljcxpax14yw4fy4bnp6crhr6x24an";
type = "gem";
};
- version = "1.1.3";
+ version = "1.1.5";
};
concurrent-ruby-ext = {
dependencies = ["concurrent-ruby"];
+ groups = ["default" "mysql" "postgres"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0h7k4wnvbxv7vzb53kaqxbbyhp3m98g2rgymr6n1l9v0jlzcr1i8";
+ sha256 = "03ypsv2k581yv0b3f0hzvb3mq6mqj8jlbi32jmkj3k175vbc8hvz";
type = "gem";
};
- version = "1.1.3";
+ version = "1.1.5";
};
connection_pool = {
source = {
@@ -684,6 +766,28 @@
};
version = "0.1.0";
};
+ default_value_for = {
+ dependencies = ["activerecord"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1xj9d1y2fk3kxfm1kyiwasjpw6r1w7c1xjx26sm3c33xhmz57fla";
+ type = "gem";
+ };
+ version = "3.2.0";
+ };
+ derailed_benchmarks = {
+ dependencies = ["benchmark-ips" "get_process_mem" "heapy" "memory_profiler" "rack" "rake" "thor"];
+ groups = ["development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1c9djg1r2w461h97zmmdsdgnsrxqm4qfyp7gry9qxbav9skrplb8";
+ type = "gem";
+ };
+ version = "1.3.5";
+ };
descendants_tracker = {
dependencies = ["thread_safe"];
source = {
@@ -703,12 +807,14 @@
};
devise = {
dependencies = ["bcrypt" "orm_adapter" "railties" "responders" "warden"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1xmxfhym0yxwb0zwmmzhdiykbpyqqm3id02g7rf3vcgbc1lqvdnj";
+ sha256 = "04b2p61mqfb6ln8s2lhmvnkd45wjjinykbn9svmhs54kacrrjkcf";
type = "gem";
};
- version = "4.4.3";
+ version = "4.6.2";
};
devise-two-factor = {
dependencies = ["activesupport" "attr_encrypted" "devise" "railties" "rotp"];
@@ -745,12 +851,14 @@
version = "3.3.0";
};
docile = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0m8j31whq7bm5ljgmsrlfkiqvacrw6iz9wq10r3gwrv5785y8gjx";
+ sha256 = "04d2izkna3ahfn6fwq4xrcafa715d3bbqczxm16fq40fqy87xn17";
type = "gem";
};
- version = "1.1.5";
+ version = "1.3.1";
};
domain_name = {
dependencies = ["unf"];
@@ -865,20 +973,14 @@
version = "0.0.11";
};
erubi = {
+ groups = ["default" "development" "mysql" "postgres" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0bws86na9k565raiz0kk61yy5pxxp0fmwyzpibdwjkq0xzx8q6q1";
+ sha256 = "1kagnf6ziahj0d781s6ryy6fwqwa3ad4xbzzj84p9m4nv4c2jir1";
type = "gem";
};
- version = "1.7.1";
- };
- erubis = {
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "1fj827xqjs91yqsydf0zmfyw9p4l2jz5yikg3mppz6d7fi8kyrb3";
- type = "gem";
- };
- version = "2.7.0";
+ version = "1.8.0";
};
escape_utils = {
source = {
@@ -890,12 +992,14 @@
};
et-orbi = {
dependencies = ["tzinfo"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "148z57yshd8rls5b9mkqp9dymba8r4373vlrsk3090lblw5v1ifp";
+ sha256 = "1swgjb3h2hs5xflb68837l0vd32masbz9c66b1963mxlnnxf5gsg";
type = "gem";
};
- version = "1.1.7";
+ version = "1.2.1";
};
eventmachine = {
source = {
@@ -929,6 +1033,17 @@
};
version = "0.9.0";
};
+ extended-markdown-filter = {
+ dependencies = ["html-pipeline"];
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "17mi5qayplfaa6p3mfwa36il84ixr0bimqvl0q73lw5i81blp126";
+ type = "gem";
+ };
+ version = "0.6.0";
+ };
factory_bot = {
dependencies = ["activesupport"];
source = {
@@ -1061,12 +1176,14 @@
};
fog-aws = {
dependencies = ["fog-core" "fog-json" "fog-xml" "ipaddress"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1zprxg0spvkkri1jf40zg3rfr5h2gq6009d7l36lifpvhjn658cs";
+ sha256 = "086kyvdhf1k8nk7f4gmybjc3k0m88f9pw99frddcy1w96pj5kyg4";
type = "gem";
};
- version = "3.3.0";
+ version = "3.5.2";
};
fog-core = {
dependencies = ["builder" "excon" "formatador" "mime-types"];
@@ -1133,12 +1250,14 @@
};
font-awesome-rails = {
dependencies = ["railties"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0qc07vj7qyllrj7lr7wl89l5ir0gj104rc7sds2jynzmrqsamnlw";
+ sha256 = "11mf7bk2737pyxjwba3a9lpgcxzbp0vgq01n2dn30774zysc90hj";
type = "gem";
};
- version = "4.7.0.1";
+ version = "4.7.0.4";
};
foreman = {
dependencies = ["thor"];
@@ -1163,10 +1282,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1m9fijppafxrb74v4jgbgni82bykyzpfnrlksfa7bw6sbm7ks4bd";
+ sha256 = "1x5h31hl75x0p5s36hinywg18ijlxjhnlb5p02aqcjjkx777rcav";
type = "gem";
};
- version = "1.1.9";
+ version = "1.2.1";
};
fuubar = {
dependencies = ["rspec-core" "ruby-progressbar"];
@@ -1177,6 +1296,16 @@
};
version = "2.2.0";
};
+ gemoji = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0";
+ type = "gem";
+ };
+ version = "3.0.1";
+ };
gemojione = {
dependencies = ["json"];
source = {
@@ -1187,12 +1316,14 @@
version = "3.3.0";
};
get_process_mem = {
+ groups = ["default" "development" "puma" "test" "unicorn"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "025f7v6bpbgsa2nr0hzv2riggj8qmzbwcyxfgjidpmwh5grh7j29";
+ sha256 = "1bvfjdign16r0zwm2rlfrq0sk1licvmlgbnlpnyckniv5r7i080g";
type = "gem";
};
- version = "0.2.0";
+ version = "0.2.3";
};
gettext = {
dependencies = ["locale" "text"];
@@ -1227,10 +1358,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "173769xdvqqmbiz3qlybdlg023vz2kxxmzwxql1wqczf0j57vmv1";
+ sha256 = "1lx2cids0r175agdz3wa25ivi17vxx2kryb2v29gdsrpg3pyyq7j";
type = "gem";
};
- version = "1.19.0";
+ version = "1.37.0";
};
github-markup = {
source = {
@@ -1240,14 +1371,16 @@
};
version = "1.7.0";
};
- gitlab-default_value_for = {
- dependencies = ["activerecord"];
+ gitlab-labkit = {
+ dependencies = ["actionpack" "activesupport" "grpc" "jaeger-client" "opentracing"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0qqjf7nxmwxnkdlrgbnby8wjckaj2s5yna96avgb7fwm0h90f1sn";
+ sha256 = "0dvapmdc9axm9dq2gg89qrqb318rkrsabpyybrqvcx1ipbi5k3a1";
type = "gem";
};
- version = "3.1.1";
+ version = "0.3.0";
};
gitlab-license = {
source = {
@@ -1279,13 +1412,15 @@
version = "0.4.0";
};
gitlab-styles = {
- dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-rspec"];
+ dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-performance" "rubocop-rspec"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0nkciak0qq17pqc667nkdjx0vp8kk9w27d6jmimvi6cjzb38zmqa";
+ sha256 = "1vxlvbq4jpq0cfjqippz9d3j73sq9qg3pna5pb0l8jr0rc0xs89y";
type = "gem";
};
- version = "2.5.1";
+ version = "2.7.0";
};
gitlab_omniauth-ldap = {
dependencies = ["net-ldap" "omniauth" "pyu-ruby-sasl" "rubyntlm"];
@@ -1326,21 +1461,25 @@
version = "0.23.4";
};
google-protobuf = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "134d3ini9ymdwxpz445m28ss9x0m6vcpijcdkzvgk4n538wdmppf";
+ sha256 = "04988m3hmllg4sl4syjb35x0wzsg7rj1nmvhx3d9ihml22w76gb2";
type = "gem";
};
- version = "3.6.1";
+ version = "3.7.1";
};
googleapis-common-protos-types = {
dependencies = ["google-protobuf"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "05pimdvigqv1ip4r4qg4i3irpzzfbx5h7hjc82cpvap337gdhsqj";
+ sha256 = "0hyr94cafiqj0k8q19hnl658pmbz2b404akikzfv4hdb1j1bwsg1";
type = "gem";
};
- version = "1.0.3";
+ version = "1.0.4";
};
googleauth = {
dependencies = ["faraday" "jwt" "memoist" "multi_json" "os" "signet"];
@@ -1380,12 +1519,14 @@
};
grape-path-helpers = {
dependencies = ["activesupport" "grape" "rake"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "13h5575xfc144wsr48sp3qngpwvh4ikz4r3m55j8jmdr6sa16rbw";
+ sha256 = "16l6lrv4h4ls0lrpj35pc00431q2rx6r9n47337qyvprxs3v0a01";
type = "gem";
};
- version = "1.0.6";
+ version = "1.1.0";
};
grape_logging = {
dependencies = ["grape"];
@@ -1413,14 +1554,27 @@
};
version = "1.8.1";
};
- grpc = {
- dependencies = ["google-protobuf" "googleapis-common-protos-types"];
+ graphql-docs = {
+ dependencies = ["commonmarker" "escape_utils" "extended-markdown-filter" "gemoji" "graphql" "html-pipeline" "sass"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0m2wspnm1cfkmhlbp7yqv5bb4vsfh246cm0aavxra67aw4l8plhb";
+ sha256 = "12wzsikbn54b2hcv100hz7isq5gdjm5w5b8xya64ra5sw6sabq8d";
type = "gem";
};
- version = "1.15.0";
+ version = "1.6.0";
+ };
+ grpc = {
+ dependencies = ["google-protobuf" "googleapis-common-protos-types"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1rdywzism5vxz8pnml6xjb9f19diclyy74014z69q01jzqwi1wgs";
+ type = "gem";
+ };
+ version = "1.19.0";
};
gssapi = {
dependencies = ["ffi"];
@@ -1442,12 +1596,14 @@
};
haml_lint = {
dependencies = ["haml" "rainbow" "rake" "rubocop" "sysexits"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "125aj0j84nx5gqm42hfx5d8486higlra423ahgfpsdjwbp399rwv";
+ sha256 = "1k6pvb2lc6d72nq01jqmi3mxpp80m9mmbc265kgaxmcnjxqhacb1";
type = "gem";
};
- version = "0.28.0";
+ version = "0.31.0";
};
hamlit = {
dependencies = ["temple" "thor" "tilt"];
@@ -1500,6 +1656,16 @@
};
version = "2.6.0";
};
+ heapy = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1r9f38fpgjgaxskkwvsliijj6vfmgsff9pnranvvvzkdl67hk1hw";
+ type = "gem";
+ };
+ version = "0.1.4";
+ };
hipchat = {
dependencies = ["httparty" "mimemagic"];
groups = ["default"];
@@ -1643,6 +1809,16 @@
};
version = "0.10.0";
};
+ jaro_winkler = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1zz27z88qznix4r65gd9h56gl177snlfpgv10b0s69vi8qpl909l";
+ type = "gem";
+ };
+ version = "1.5.2";
+ };
jira-ruby = {
dependencies = ["activesupport" "multipart-post" "oauth"];
source = {
@@ -1755,6 +1931,16 @@
};
version = "1.17.0";
};
+ kramdown = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1n1c4jmrh5ig8iv1rw81s4mw4xsp4v97hvf8zkigv4hn5h542qjq";
+ type = "gem";
+ };
+ version = "1.17.0";
+ };
kubeclient = {
dependencies = ["http" "recursive-open-struct" "rest-client"];
source = {
@@ -1775,21 +1961,25 @@
};
letter_opener = {
dependencies = ["launchy"];
+ groups = ["default" "development"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1pcrdbxvp2x5six8fqn8gf09bn9rd3jga76ds205yph5m8fsda21";
+ sha256 = "09a7kgsmr10a0hrc9bwxglgqvppjxij9w8bxx91mnvh0ivaw0nq9";
type = "gem";
};
- version = "1.4.1";
+ version = "1.7.0";
};
letter_opener_web = {
dependencies = ["actionmailer" "letter_opener" "railties"];
+ groups = ["development"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "050x5cwqbxj2cydd2pzy9vfhmpgn1w6lfbwjaax1m1vpkn3xg9bv";
+ sha256 = "17qhwrkncrrp1bi2f7fbkm5lpnkdsiwy8jcvgr2wa97ck8y4x2bb";
type = "gem";
};
- version = "1.3.0";
+ version = "1.3.4";
};
license_finder = {
dependencies = ["rubyzip" "thor" "toml" "with_env" "xml-simple"];
@@ -1852,6 +2042,28 @@
};
version = "0.9.1";
};
+ marcel = {
+ dependencies = ["mimemagic"];
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1nxbjmcyg8vlw6zwagf17l9y2mwkagmmkg95xybpn4bmf3rfnksx";
+ type = "gem";
+ };
+ version = "0.3.3";
+ };
+ mdl = {
+ dependencies = ["kramdown" "mixlib-cli" "mixlib-config"];
+ groups = ["development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "047hp8z1ma630wp38bm1giklkf385rp6wly8aidn825q831w2g4i";
+ type = "gem";
+ };
+ version = "0.5.0";
+ };
memoist = {
source = {
remotes = ["https://rubygems.org"];
@@ -1869,6 +2081,16 @@
};
version = "0.4.2";
};
+ memory_profiler = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1xki7jrbzylsmk1brjibmhifb0x70skr55pdq4rvxcyrlnrrvyxz";
+ type = "gem";
+ };
+ version = "0.9.13";
+ };
method_source = {
source = {
remotes = ["https://rubygems.org"];
@@ -1887,12 +2109,14 @@
version = "3.2.2";
};
mime-types-data = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "07wvp0aw2gjm4njibb70as6rh5hi1zzri5vky1q6jx95h8l56idc";
+ sha256 = "1m00pg19cm47n1qlcxgl91ajh2yq0fszvn1vy8fy0s1jkrp9fw4a";
type = "gem";
};
- version = "3.2018.0812";
+ version = "3.2019.0331";
};
mimemagic = {
source = {
@@ -1934,13 +2158,36 @@
};
version = "5.11.3";
};
- msgpack = {
+ mixlib-cli = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0031gd2mjyba6jb7m97sqa149zjkr0vzn2s2gpb3m9nb67gqkm13";
+ sha256 = "0647msh7kp7lzyf6m72g6snpirvhimjm22qb8xgv9pdhbcrmcccp";
type = "gem";
};
- version = "1.2.6";
+ version = "1.7.0";
+ };
+ mixlib-config = {
+ dependencies = ["tomlrb"];
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1gm6yj9cbbgsl9x4xqxga0vz5w0ksq2jnq1wj8hvgm5c4wfcrswb";
+ type = "gem";
+ };
+ version = "2.2.18";
+ };
+ msgpack = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1w38hilm3dk42dwk8ygiq49bl4in7y80hfqr63hk54mj4gmzi6ch";
+ type = "gem";
+ };
+ version = "1.2.10";
};
multi_json = {
source = {
@@ -2024,12 +2271,14 @@
version = "2.1.3";
};
net-ssh = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0hj2i8rk5wb6235r5n19in1hkrp1fbz2bf40xmagavb5ahv7205w";
+ sha256 = "101wd2px9lady54aqmkibvy4j62zk32w0rjz4vnigyg974fsga40";
type = "gem";
};
- version = "5.0.1";
+ version = "5.2.0";
};
netrc = {
source = {
@@ -2049,12 +2298,14 @@
};
nokogiri = {
dependencies = ["mini_portile2"];
+ groups = ["default" "development" "mysql" "postgres" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "09zll7c6j7xr6wyvh5mm5ncj6pkryp70ybcsxdbw1nyphx5dh184";
+ sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4";
type = "gem";
};
- version = "1.10.1";
+ version = "1.10.3";
};
nokogumbo = {
dependencies = ["nokogiri"];
@@ -2225,6 +2476,17 @@
};
version = "0.2.2";
};
+ omniauth-salesforce = {
+ dependencies = ["omniauth" "omniauth-oauth2"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0sr7xmffx6dbsrvnh6spka5ljyzf69iac754xw5r1736py41qhpj";
+ type = "gem";
+ };
+ version = "1.0.5";
+ };
omniauth-saml = {
dependencies = ["omniauth" "ruby-saml"];
source = {
@@ -2252,6 +2514,17 @@
};
version = "1.4.0";
};
+ omniauth-ultraauth = {
+ dependencies = ["omniauth_openid_connect"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1z8gz8ql4vb8y5n4lr67afnjmp23bpqi18dmda5psigvd2jddyn8";
+ type = "gem";
+ };
+ version = "0.0.2";
+ };
omniauth_crowd = {
dependencies = ["activesupport" "nokogiri" "omniauth"];
source = {
@@ -2261,13 +2534,37 @@
};
version = "2.2.3";
};
- opentracing = {
+ omniauth_openid_connect = {
+ dependencies = ["addressable" "omniauth" "openid_connect"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1xgwc46bd038zzqyasn5grqgk74v8vxmpdwivw2sp0fdldj1d9rf";
+ sha256 = "0ja7cjlm4z0k0pwwy64djl58pay3lzkw7im565fybs4a8q4wmacb";
type = "gem";
};
- version = "0.4.3";
+ version = "0.3.1";
+ };
+ openid_connect = {
+ dependencies = ["activemodel" "attr_required" "json-jwt" "rack-oauth2" "swd" "tzinfo" "validate_email" "validate_url" "webfinger"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1r13bv18nyvw0g1nw3fzffvv2si99zj24w0k5zgawf4q6nn5f7vd";
+ type = "gem";
+ };
+ version = "1.1.6";
+ };
+ opentracing = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "11lj1d8vq0hkb5hjz8q4lm82cddrggpbb33dhqfn7rxhwsmxgdfy";
+ type = "gem";
+ };
+ version = "0.5.0";
};
optimist = {
source = {
@@ -2303,21 +2600,25 @@
version = "1.0.0";
};
parallel = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "01hj8v1qnyl5ndrs33g8ld8ibk0rbcqdpkpznr04gkbxd11pqn67";
+ sha256 = "1x1gzgjrdlkm1aw0hfpyphsxcx90qgs3y4gmp9km3dvf4hc4qm8r";
type = "gem";
};
- version = "1.12.1";
+ version = "1.17.0";
};
parser = {
dependencies = ["ast"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1zjk0w1kjj3xk8ymy1430aa4gg0k8ckphfj88br6il4pm83f0n1f";
+ sha256 = "1pnks149x0fzgqiw53qlmvcd8bi746cxdw03sjljby5s97p1fskn";
type = "gem";
};
- version = "2.5.3.0";
+ version = "2.6.3.0";
};
parslet = {
source = {
@@ -2400,14 +2701,6 @@
};
version = "1.0.1";
};
- powerpack = {
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "1fnn3fli5wkzyjl4ryh0k90316shqjfnhydmc7f8lqpi0q21va43";
- type = "gem";
- };
- version = "0.1.1";
- };
premailer = {
dependencies = ["addressable" "css_parser" "htmlentities"];
source = {
@@ -2444,12 +2737,14 @@
version = "0.0.3";
};
prometheus-client-mmap = {
+ groups = ["metrics"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "14ww8c2qy43jw3fzmq54hsljmqmlx9a7zg9sv6ddw48qy118ls10";
+ sha256 = "01f1zkpi7qsmgmk17fpq6ck7jn64sa9afsq20vc5k9f6mpyqkncd";
type = "gem";
};
- version = "0.9.4";
+ version = "0.9.8";
};
pry = {
dependencies = ["coderay" "method_source"];
@@ -2479,12 +2774,14 @@
version = "0.3.6";
};
public_suffix = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "08q64b5br692dd3v0a9wq9q5dvycc6kmiqmjbdxkxbfizggsvx6l";
+ sha256 = "1c7c5xxkx91hwj4572hbnyvxmydb90q69wlpr2l0dxrmwx2p365l";
type = "gem";
};
- version = "3.0.3";
+ version = "3.1.0";
};
puma = {
source = {
@@ -2586,23 +2883,35 @@
};
rack-test = {
dependencies = ["rack"];
+ groups = ["default" "development" "mysql" "postgres" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0h6x5jq24makgv2fq5qqgjlrk74dxfy62jif9blk43llw8ib2q7z";
+ sha256 = "0rh8h376mx71ci5yklnpqqn118z3bl67nnv5k801qaqn1zs62h8m";
type = "gem";
};
- version = "0.6.3";
+ version = "1.1.0";
+ };
+ rack-timeout = {
+ groups = ["puma"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "15xph8h6v0lvq9pxm3bc9i9pnk2k68rgdr1mp0dw4l7v1xvhs78a";
+ type = "gem";
+ };
+ version = "0.5.1";
};
rails = {
- dependencies = ["actioncable" "actionmailer" "actionpack" "actionview" "activejob" "activemodel" "activerecord" "activesupport" "railties" "sprockets-rails"];
+ dependencies = ["actioncable" "actionmailer" "actionpack" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties" "sprockets-rails"];
groups = ["default" "development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0amqbd8kl6vmilfhlkf2w0l33x688jssjbra7s717kjqzb4fmqiw";
+ sha256 = "1p7cszi3n9ksxchxnccmz61pd1i3rjg4813dsdinsm8xm5k1pdgr";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
rails-controller-testing = {
dependencies = ["actionpack" "actionview" "activesupport"];
@@ -2613,15 +2922,6 @@
};
version = "1.0.2";
};
- rails-deprecated_sanitizer = {
- dependencies = ["activesupport"];
- source = {
- remotes = ["https://rubygems.org"];
- sha256 = "0qxymchzdxww8bjsxj05kbf86hsmrjx40r41ksj0xsixr2gmhbbj";
- type = "gem";
- };
- version = "1.0.3";
- };
rails-dom-testing = {
dependencies = ["activesupport" "nokogiri"];
source = {
@@ -2655,10 +2955,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "064w0n33l0wik5i00b4ry7iqv1nb3xhdpjvm55ycx2abpqnlrhjd";
+ sha256 = "1gn9fwb5wm08fbj7zpilqgblfl315l5b7pg4jsvxlizvrzg8h8q4";
type = "gem";
};
- version = "5.0.7.2";
+ version = "5.2.3";
};
rainbow = {
source = {
@@ -2825,12 +3125,14 @@
version = "1.6.0";
};
regexp_parser = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "18g5jyg3blsdrz3mc8d87bms6qqn6gcdh1nvdhvgbjdpk9pw21dq";
+ sha256 = "0dsgjb3kszk6a82s6gl0h6a8vncjrxmcbk0r4mcxcdcad2b7vb2d";
type = "gem";
};
- version = "1.3.0";
+ version = "1.5.1";
};
regexp_property_values = {
source = {
@@ -2900,12 +3202,14 @@
version = "2.1.2";
};
rouge = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1digsi2s8wyzx8vsqcxasw205lg6s7izx8jypl8rrpjwshmv83ql";
+ sha256 = "0yfhazlhjc4abgzhkgq8zqmdphvkh52211widkl4zhsbhqh8wg2q";
type = "gem";
};
- version = "3.3.0";
+ version = "3.5.1";
};
rqrcode = {
dependencies = ["chunky_png"];
@@ -2927,66 +3231,80 @@
};
rspec = {
dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0134g96wzxjlig2gxzd240gm2dxfw8izcyi2h6hjmr40syzcyx01";
+ sha256 = "15ppasvb9qrscwlyjz67ppw1lnxiqnkzx5vkx1bd8x5n3dhikxc3";
type = "gem";
};
- version = "3.7.0";
+ version = "3.8.0";
};
rspec-core = {
dependencies = ["rspec-support"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0zvjbymx3avxm3lf8v4gka3a862vnaxldmwvp6767bpy48nhnvjj";
+ sha256 = "0spjgmd3yx6q28q950r32bi0cs8h2si53zn6rq8s7n1i4zp4zwbf";
type = "gem";
};
- version = "3.7.1";
+ version = "3.8.2";
};
rspec-expectations = {
dependencies = ["diff-lcs" "rspec-support"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1fw06wm8jdj8k7wrb8xmzj0fr1wjyb0ya13x31hidnyblm41hmvy";
+ sha256 = "0x3iddjjaramqb0yb51c79p2qajgi9wb5b59bzv25czddigyk49r";
type = "gem";
};
- version = "3.7.0";
+ version = "3.8.4";
};
rspec-mocks = {
dependencies = ["diff-lcs" "rspec-support"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0b02ya3qhqgmcywqv4570dlhav70r656f7dmvwg89whpkq1z1xr3";
+ sha256 = "12zplnsv4p6wvvxsk8xn6nm87a5qadxlkk497zlxfczd0jfawrni";
type = "gem";
};
- version = "3.7.0";
+ version = "3.8.1";
};
rspec-parameterized = {
dependencies = ["binding_ninja" "parser" "proc_to_ast" "rspec" "unparser"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "159yw3mb4dab5kr18a97miyyi7dqmyrfjp3aw6r6j9i4xkc4xk3a";
+ sha256 = "1c0892jbaznnldk1wi24qxm70g4zhw2idqx516rhgdzgd7yh5j31";
type = "gem";
};
- version = "0.4.1";
+ version = "0.4.2";
};
rspec-rails = {
dependencies = ["actionpack" "activesupport" "railties" "rspec-core" "rspec-expectations" "rspec-mocks" "rspec-support"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0cdcnbv5dppwy3b4jdp5a0wd9m07a8wlqwb9yazn8i7k1k2mwgvx";
+ sha256 = "1pf6n9l4sw1arlax1bdbm1znsvl8cgna2n6k6yk1bi8vz2n73ls1";
type = "gem";
};
- version = "3.7.2";
+ version = "3.8.2";
};
rspec-retry = {
dependencies = ["rspec-core"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0izvxab7jvk25kaprk0i72asjyh1ip3cm70bgxlm8lpid35qjar6";
+ sha256 = "1nnqcg2yd3nn187zbvh4cgx8xsvdk56lz1985qy7232v7i8yidw6";
type = "gem";
};
- version = "0.4.5";
+ version = "0.6.1";
};
rspec-set = {
source = {
@@ -2997,12 +3315,14 @@
version = "0.1.3";
};
rspec-support = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1nl30xb6jmcl0awhqp6jycl01wdssblifwy921phfml70rd9flj1";
+ sha256 = "139mbhfdr10flm2ffryvxkyqgqs1gjdclc1xhyh7i7njfqayxk7g";
type = "gem";
};
- version = "3.7.1";
+ version = "3.8.2";
};
rspec_junit_formatter = {
dependencies = ["rspec-core"];
@@ -3023,13 +3343,15 @@
version = "0.0.5";
};
rubocop = {
- dependencies = ["parallel" "parser" "powerpack" "rainbow" "ruby-progressbar" "unicode-display_width"];
+ dependencies = ["jaro_winkler" "parallel" "parser" "rainbow" "ruby-progressbar" "unicode-display_width"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "106y99lq0fg62k3vk1w5wwb4vq16pnh4l61skc82xck627z0h8is";
+ sha256 = "1cmw8ajaiidvrzjcsljh47f4l3lmcazqrzljgalj3szkr8ibkk5i";
type = "gem";
};
- version = "0.54.0";
+ version = "0.69.0";
};
rubocop-gitlab-security = {
dependencies = ["rubocop"];
@@ -3040,6 +3362,17 @@
};
version = "0.1.1";
};
+ rubocop-performance = {
+ dependencies = ["rubocop"];
+ groups = ["development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0azzgj62w24wa4hza1qn7i9b9crxdh907kydlzcvhismx41h3lzk";
+ type = "gem";
+ };
+ version = "1.1.0";
+ };
rubocop-rspec = {
dependencies = ["rubocop"];
source = {
@@ -3076,12 +3409,14 @@
version = "0.17.0";
};
ruby-progressbar = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1igh1xivf5h5g3y5m9b4i4j2mhz2r43kngh4ww3q1r80ch21nbfk";
+ sha256 = "1cv2ym3rl09svw8940ny67bav7b2db4ms39i4raaqzkf59jmhglk";
type = "gem";
};
- version = "1.9.0";
+ version = "1.10.0";
};
ruby-saml = {
dependencies = ["nokogiri"];
@@ -3094,12 +3429,14 @@
};
ruby_parser = {
dependencies = ["sexp_processor"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0mysmdyxhvyn6dhshfxyw762f9asr3kxw45idvw1bh6np31kk4j1";
+ sha256 = "0s3hsccsmrirc2hy3r51kl8g9cfmcn7jxaa0asadg1kn78h1sgr7";
type = "gem";
};
- version = "3.11.0";
+ version = "3.13.1";
};
rubyntlm = {
source = {
@@ -3170,14 +3507,27 @@
};
version = "4.0.0";
};
- sass-rails = {
- dependencies = ["railties" "sass" "sprockets" "sprockets-rails" "tilt"];
+ sassc = {
+ dependencies = ["ffi" "rake"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0iji20hb8crncz14piss1b29bfb6l89sz3ai5fny3iw39vnxkdcb";
+ sha256 = "1sr4825rlwsrl7xrsm0sgalcpf5zgp4i56dbi3qxfa9lhs8r6zh4";
type = "gem";
};
- version = "5.0.6";
+ version = "2.0.1";
+ };
+ sassc-rails = {
+ dependencies = ["railties" "sassc" "sprockets" "sprockets-rails" "tilt"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "18mgdjxdzpbw92zrllynxw7jn7yihi85j3dg7i4f6c39w1scqkbn";
+ type = "gem";
+ };
+ version = "2.1.0";
};
sawyer = {
dependencies = ["addressable" "faraday"];
@@ -3208,12 +3558,14 @@
};
selenium-webdriver = {
dependencies = ["childprocess" "rubyzip"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "07bl3wjkf254r3ljfl4qdazz5aw60s6nqjwrbbgq754j9b7226kz";
+ sha256 = "114hv2ajmh6d186v2w887yqakqcxyxq367l0iakrrpvwviknrhfs";
type = "gem";
};
- version = "3.12.0";
+ version = "3.141.0";
};
sentry-raven = {
dependencies = ["faraday"];
@@ -3235,12 +3587,14 @@
version = "2.0.9";
};
sexp_processor = {
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1vnmphfrd86694x5k7rxddbhbvv5rqbglsc34kfryy4jqhbzz42c";
+ sha256 = "0w24rgmyjf7yz0xr2qhbr8z48h4m6gvbggr8nc1pldwn9rbi04b7";
type = "gem";
};
- version = "4.11.0";
+ version = "4.12.0";
};
sham_rack = {
dependencies = ["rack"];
@@ -3253,21 +3607,25 @@
};
shoulda-matchers = {
dependencies = ["activesupport"];
+ groups = ["test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1zvv94pqk5b5my3w1shdz7h34xf2ldhg5k4qfdpbwi2iy0j9zw2a";
+ sha256 = "1s6a2i39lsqq8rrkk2pddqcb10bsihxy3v5gpnc2gk8xakj1brdq";
type = "gem";
};
- version = "3.1.2";
+ version = "4.0.1";
};
sidekiq = {
dependencies = ["connection_pool" "rack" "rack-protection" "redis"];
+ groups = ["default"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1caiq5f5z5vzfria554n04pcbwc8zixf1fpavaksly9zywr3pc29";
+ sha256 = "131zv8i341bkacxx7n1id2cmblkbs379farnibqg8c7bycd1iajq";
type = "gem";
};
- version = "5.2.5";
+ version = "5.2.7";
};
sidekiq-cron = {
dependencies = ["fugit" "sidekiq"];
@@ -3297,20 +3655,24 @@
};
simplecov = {
dependencies = ["docile" "json" "simplecov-html"];
+ groups = ["development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1r9fnsnsqj432cmrpafryn8nif3x0qg9mdnvrcf0wr01prkdlnww";
+ sha256 = "1sfyfgf7zrp2n42v7rswkqgk3bbwk1bnsphm24y7laxv3f8z0947";
type = "gem";
};
- version = "0.14.1";
+ version = "0.16.1";
};
simplecov-html = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1qni8g0xxglkx25w54qcfbi4wjkpvmb28cb7rj5zk3iqynjcdrqf";
+ sha256 = "1lihraa4rgxk8wbfl77fy9sf0ypk31iivly8vl3w04srd7i0clzn";
type = "gem";
};
- version = "0.10.0";
+ version = "0.10.2";
};
slack-notifier = {
source = {
@@ -3417,6 +3779,17 @@
};
version = "0.5.1";
};
+ swd = {
+ dependencies = ["activesupport" "attr_required" "httpclient"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1s2vjb6f13za7p1iycl2p73d3p202xa6xny9fjrp8ynwsqix7lyd";
+ type = "gem";
+ };
+ version = "1.1.2";
+ };
sys-filesystem = {
dependencies = ["ffi"];
source = {
@@ -3435,12 +3808,14 @@
version = "1.2.0";
};
temple = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "00nxf610nzi4n1i2lkby43nrnarvl89fcl6lg19406msr0k3ycmq";
+ sha256 = "158d7ygbwcifqnvrph219p7m78yjdjazhykv5darbkms7bxm5y09";
type = "gem";
};
- version = "0.8.0";
+ version = "0.8.1";
};
test-prof = {
source = {
@@ -3492,12 +3867,14 @@
version = "0.11.0.0";
};
tilt = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0020mrgdf11q23hm1ddd6fv691l51vi10af00f137ilcdb2ycfra";
+ sha256 = "0ca4k0clwf0rkvy7726x4nxpjxkpv67w043i39saxgldxd97zmwz";
type = "gem";
};
- version = "2.0.8";
+ version = "2.0.9";
};
timecop = {
source = {
@@ -3533,6 +3910,16 @@
};
version = "1.0.0";
};
+ tomlrb = {
+ groups = ["default" "development" "test"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0g28ssfal6vry3cmhy509ba3vi5d5aggz1gnffnvvmc8ml8vkpiv";
+ type = "gem";
+ };
+ version = "1.2.8";
+ };
truncato = {
dependencies = ["htmlentities" "nokogiri"];
source = {
@@ -3594,12 +3981,14 @@
version = "0.0.7.5";
};
unicode-display_width = {
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0x31fgv1acywbb50prp7y4fr677c2d9gsl6wxmfcrlxbwz7nxn5n";
+ sha256 = "08kfiniak1pvg3gn5k6snpigzvhvhyg7slmm0s2qx5zkj62c1z2w";
type = "gem";
};
- version = "1.3.2";
+ version = "1.6.0";
};
unicorn = {
dependencies = ["kgio" "raindrops"];
@@ -3629,12 +4018,36 @@
};
unparser = {
dependencies = ["abstract_type" "adamantium" "concord" "diff-lcs" "equalizer" "parser" "procto"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0w662glqi7hwmfvx0smxckxgc7kw5bsqhqz0pyvalbyv1gc0gs2x";
+ sha256 = "03vjj74kj86vlazhiclf63kf6gajs66k8ni34q70fdhf97d7b60c";
type = "gem";
};
- version = "0.4.2";
+ version = "0.4.5";
+ };
+ validate_email = {
+ dependencies = ["activemodel" "mail"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1r1fz29l699arka177c9xw7409d1a3ff95bf7a6pmc97slb91zlx";
+ type = "gem";
+ };
+ version = "0.1.6";
+ };
+ validate_url = {
+ dependencies = ["activemodel" "public_suffix"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1k0bfxzvdcf1nrqhvnyhijc4mwab9wn4qvqb0ynq6p8dj0f866zi";
+ type = "gem";
+ };
+ version = "1.0.8";
};
validates_hostname = {
dependencies = ["activerecord" "activesupport"];
@@ -3679,6 +4092,17 @@
};
version = "1.2.7";
};
+ webfinger = {
+ dependencies = ["activesupport" "httpclient"];
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "0m0jh8k7c0ifh2jhbn7ihqrmn5fi754wflva97zgy70hpdvxyjar";
+ type = "gem";
+ };
+ version = "1.1.0";
+ };
webmock = {
dependencies = ["addressable" "crack" "hashdiff"];
source = {
@@ -3699,12 +4123,14 @@
};
websocket-driver = {
dependencies = ["websocket-extensions"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1943442yllhldh9dbp374x2q39cxa49xrm28nb78b7mfbv3y195l";
+ sha256 = "1551k3fs3kkb3ghqfj3n5lps0ikb9pyrdnzmvgfdxy8574n4g1dn";
type = "gem";
};
- version = "0.6.5";
+ version = "0.7.0";
};
websocket-extensions = {
source = {
@@ -3741,11 +4167,13 @@
};
xpath = {
dependencies = ["nokogiri"];
+ groups = ["default" "development" "test"];
+ platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1ha626m6fh50fpilb9pdnmq9xl586w7c0zyidg895c3iq13rqgyw";
+ sha256 = "0bh8lk9hvlpn7vmi6h4hkcwjzvs2y0cmkk3yjjdr8fxvj6fsgzbd";
type = "gem";
};
- version = "2.1.0";
+ version = "3.2.0";
};
}
\ No newline at end of file
diff --git a/pkgs/applications/version-management/gitlab/update.py b/pkgs/applications/version-management/gitlab/update.py
index 0ec743cb67d..650bd73aa84 100755
--- a/pkgs/applications/version-management/gitlab/update.py
+++ b/pkgs/applications/version-management/gitlab/update.py
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
-#! nix-shell -i python3 -p bundix common-updater-scripts nix nix-prefetch-git python3 python3Packages.requests python3Packages.lxml python3Packages.click python3Packages.click-log
+#! nix-shell -i python3 -p bundix common-updater-scripts nix nix-prefetch-git python3 python3Packages.requests python3Packages.lxml python3Packages.click python3Packages.click-log vgo2nix
import click
import click_log
@@ -35,8 +35,8 @@ class GitLabRepo:
tree = ElementTree.fromstring(r.content)
versions = [e.text for e in tree.findall('{http://www.w3.org/2005/Atom}entry/{http://www.w3.org/2005/Atom}title')]
# filter out versions not matching version_regex
- versions = filter(self.version_regex.match, versions)
-
+ versions = list(filter(self.version_regex.match, versions))
+
# sort, but ignore v and -ee for sorting comparisons
versions.sort(key=lambda x: LooseVersion(x.replace("v", "").replace("-ee", "")), reverse=True)
return versions
@@ -194,13 +194,21 @@ def update_gitaly():
data = _get_data_json()
gitaly_server_version = data['ce']['passthru']['GITALY_SERVER_VERSION']
r = GitLabRepo('gitlab-org', 'gitaly')
- rubyenv_dir = pathlib.Path(__file__).parent / 'gitaly'
+ gitaly_dir = pathlib.Path(__file__).parent / 'gitaly'
for fn in ['Gemfile.lock', 'Gemfile']:
- with open(rubyenv_dir / fn, 'w') as f:
+ with open(gitaly_dir / fn, 'w') as f:
f.write(r.get_file(f"ruby/{fn}", f"v{gitaly_server_version}"))
- subprocess.check_output(['bundix'], cwd=rubyenv_dir)
+ for fn in ['go.mod', 'go.sum']:
+ with open(gitaly_dir / fn, 'w') as f:
+ f.write(r.get_file(fn, f"v{gitaly_server_version}"))
+
+ subprocess.check_output(['bundix'], cwd=gitaly_dir)
+ subprocess.check_output(['vgo2nix'], cwd=gitaly_dir)
+
+ for fn in ['go.mod', 'go.sum']:
+ os.unlink(gitaly_dir / fn)
# currently broken, as `gitaly.meta.position` returns
# pkgs/development/go-modules/generic/default.nix
# so update-source-version doesn't know where to update hashes
diff --git a/pkgs/applications/version-management/gitolite/default.nix b/pkgs/applications/version-management/gitolite/default.nix
index 78dd9dd49df..42c09100788 100644
--- a/pkgs/applications/version-management/gitolite/default.nix
+++ b/pkgs/applications/version-management/gitolite/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Finely-grained git repository hosting";
- homepage = http://gitolite.com/gitolite/index.html;
+ homepage = https://gitolite.com/gitolite/index.html;
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.thoughtpolice maintainers.lassulus maintainers.tomberek ];
diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix
index 7f72e24aa53..ee0ab375666 100644
--- a/pkgs/applications/version-management/mercurial/default.nix
+++ b/pkgs/applications/version-management/mercurial/default.nix
@@ -1,20 +1,23 @@
{ stdenv, fetchurl, python2Packages, makeWrapper, unzip
, guiSupport ? false, tk ? null
-, ApplicationServices }:
+, ApplicationServices
+, mercurialSrc ? fetchurl rec {
+ meta.name = "mercurial-${meta.version}";
+ meta.version = "4.9.1";
+ url = "https://mercurial-scm.org/release/${meta.name}.tar.gz";
+ sha256 = "0iybbkd9add066729zg01kwz5hhc1s6lhp9rrnsmzq6ihyxj3p8v";
+ }
+}:
let
- # if you bump version, update pkgs.tortoisehg too or ping maintainer
- version = "4.9.1";
- name = "mercurial-${version}";
inherit (python2Packages) docutils hg-git dulwich python;
-in python2Packages.buildPythonApplication {
- inherit name;
- format = "other";
- src = fetchurl {
- url = "https://mercurial-scm.org/release/${name}.tar.gz";
- sha256 = "0iybbkd9add066729zg01kwz5hhc1s6lhp9rrnsmzq6ihyxj3p8v";
- };
+in python2Packages.buildPythonApplication {
+
+ inherit (mercurialSrc.meta) name version;
+ src = mercurialSrc;
+
+ format = "other";
inherit python; # pass it so that the same version can be used in hg2git
@@ -55,7 +58,7 @@ in python2Packages.buildPythonApplication {
'';
meta = {
- inherit version;
+ inherit (mercurialSrc.meta) version;
description = "A fast, lightweight SCM system for very large distributed projects";
homepage = https://www.mercurial-scm.org;
downloadPage = https://www.mercurial-scm.org/release/;
diff --git a/pkgs/applications/version-management/nbstripout/default.nix b/pkgs/applications/version-management/nbstripout/default.nix
index 18fb672226f..1a6eda6a04e 100644
--- a/pkgs/applications/version-management/nbstripout/default.nix
+++ b/pkgs/applications/version-management/nbstripout/default.nix
@@ -9,7 +9,8 @@ buildPythonApplication rec {
# Mercurial should be added as a build input but because it's a Python
# application, it would mess up the Python environment. Thus, don't add it
# here, instead add it to PATH when running unit tests
- buildInputs = [ pytest pytest-flake8 pytest-cram git pytestrunner ];
+ checkInputs = [ pytest pytest-flake8 pytest-cram git ];
+ nativeBuildInputs = [ pytestrunner ];
propagatedBuildInputs = [ ipython nbformat ];
# PyPI source is currently missing tests. Thus, use GitHub instead.
diff --git a/pkgs/applications/version-management/p4v/default.nix b/pkgs/applications/version-management/p4v/default.nix
index f82b80067bf..314c379c4e6 100644
--- a/pkgs/applications/version-management/p4v/default.nix
+++ b/pkgs/applications/version-management/p4v/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, lib, qtbase, qtmultimedia, qtscript, qtsensors, qtwebkit, openssl, xkeyboard_config, makeWrapper }:
+{ stdenv, fetchurl, lib, qtbase, qtmultimedia, qtscript, qtsensors, qtwebkit, openssl, xkeyboard_config, wrapQtAppsHook }:
stdenv.mkDerivation rec {
name = "p4v-${version}";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
dontBuild = true;
- nativeBuildInputs = [makeWrapper];
+ nativeBuildInputs = [ wrapQtAppsHook ];
ldLibraryPath = lib.makeLibraryPath [
stdenv.cc.cc.lib
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
openssl
];
+ dontWrapQtApps = true;
installPhase = ''
mkdir $out
cp -r bin $out
@@ -31,10 +32,9 @@ stdenv.mkDerivation rec {
for f in $out/bin/*.bin ; do
patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" $f
- wrapProgram $f \
+ wrapQtApp $f \
--suffix LD_LIBRARY_PATH : ${ldLibraryPath} \
- --suffix QT_XKB_CONFIG_ROOT : ${xkeyboard_config}/share/X11/xkb \
- --suffix QT_PLUGIN_PATH : ${qtbase.bin}/${qtbase.qtPluginPrefix}
+ --suffix QT_XKB_CONFIG_ROOT : ${xkeyboard_config}/share/X11/xkb
done
'';
diff --git a/pkgs/applications/version-management/redmine/4.x/default.nix b/pkgs/applications/version-management/redmine/4.x/default.nix
index 1f3c4a832fb..1fbc22f8776 100644
--- a/pkgs/applications/version-management/redmine/4.x/default.nix
+++ b/pkgs/applications/version-management/redmine/4.x/default.nix
@@ -37,7 +37,7 @@ in
meta = with stdenv.lib; {
homepage = http://www.redmine.org/;
platforms = platforms.linux;
- maintainers = [ maintainers.garbas maintainers.aanderse ];
+ maintainers = [ maintainers.aanderse ];
license = licenses.gpl2;
};
}
diff --git a/pkgs/applications/version-management/redmine/default.nix b/pkgs/applications/version-management/redmine/default.nix
index c97bf5127dc..ba1980c3d14 100644
--- a/pkgs/applications/version-management/redmine/default.nix
+++ b/pkgs/applications/version-management/redmine/default.nix
@@ -37,7 +37,7 @@ in
meta = with stdenv.lib; {
homepage = http://www.redmine.org/;
platforms = platforms.linux;
- maintainers = [ maintainers.garbas maintainers.aanderse ];
+ maintainers = [ maintainers.aanderse ];
license = licenses.gpl2;
};
}
diff --git a/pkgs/applications/version-management/sit/default.nix b/pkgs/applications/version-management/sit/default.nix
index 97b6b5139c1..7d655bfc5d3 100644
--- a/pkgs/applications/version-management/sit/default.nix
+++ b/pkgs/applications/version-management/sit/default.nix
@@ -4,13 +4,13 @@
rustPlatform.buildRustPackage rec {
name = "sit-${version}";
- version = "0.4.0";
+ version = "0.4.1";
src = fetchFromGitHub {
owner = "sit-fyi";
repo = "sit";
rev = "v${version}";
- sha256 = "10ycs6vc7mfzxnxrki09xn974pcwh196h1pfnsds98x6r87hxkpn";
+ sha256 = "06xkhlfix0h6di6cnvc4blbj3mjy90scbh89dvywbx16wjlc79pf";
};
buildInputs = [ cmake libzip gnupg ] ++
diff --git a/pkgs/applications/version-management/smartgithg/default.nix b/pkgs/applications/version-management/smartgithg/default.nix
index 38c3da220c9..343d88554d6 100644
--- a/pkgs/applications/version-management/smartgithg/default.nix
+++ b/pkgs/applications/version-management/smartgithg/default.nix
@@ -1,64 +1,90 @@
-{ stdenv, fetchurl, lib, makeWrapper
-, substituteAll
+{ stdenv
+, fetchurl
+, makeDesktopItem
, jre
-, gtk2, glib
+, gtk3
+, glib
+, gnome3
+, wrapGAppsHook
+, hicolor-icon-theme
, libXtst
, which
}:
stdenv.mkDerivation rec {
- name = "smartgithg-${version}";
- version = "18.2.4";
+ pname = "smartgithg";
+ version = "19.1.1";
src = fetchurl {
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
- sha256 = "0ch6vcvndn1fpx05ym9yp2ssfw2af6ac0pw8ssvjkc676zc0jr73";
+ sha256 = "0i0dvyy9d63f4hk8czlyk83ai0ywhqp7wbdkq3s87l7irwgs42jy";
};
- nativeBuildInputs = [ makeWrapper ];
+ nativeBuildInputs = [ wrapGAppsHook ];
- buildInputs = [ jre ];
+ buildInputs = [ jre gnome3.adwaita-icon-theme hicolor-icon-theme gtk3 ];
- buildCommand = let
- pkg_path = "$out/${name}";
- bin_path = "$out/bin";
- install_freedesktop_items = substituteAll {
- inherit (stdenv) shell;
- isExecutable = true;
- src = ./install_freedesktop_items.sh;
- };
- runtime_paths = lib.makeBinPath [
- jre
- #git mercurial subversion # the paths are requested in configuration
- which
- ];
- runtime_lib_paths = lib.makeLibraryPath [
- gtk2 glib
- libXtst
- ];
- in ''
- tar xvzf $src
- mkdir -pv $out
- mkdir -pv ${pkg_path}
- # unpacking should have produced a dir named 'smartgit'
- cp -a smartgit/* ${pkg_path}
- # prevent using packaged jre
- rm -r ${pkg_path}/jre
- mkdir -pv ${bin_path}
- jre=${jre.home}
- makeWrapper ${pkg_path}/bin/smartgit.sh ${bin_path}/smartgit \
- --prefix PATH : ${runtime_paths} \
- --prefix LD_LIBRARY_PATH : ${runtime_lib_paths} \
+ preFixup = with stdenv.lib; ''
+ gappsWrapperArgs+=( \
+ --prefix PATH : ${makeBinPath [ jre which ]} \
+ --prefix LD_LIBRARY_PATH : ${makeLibraryPath [
+ gtk3
+ glib
+ libXtst
+ ]} \
--prefix JRE_HOME : ${jre} \
--prefix JAVA_HOME : ${jre} \
- --prefix SMARTGITHG_JAVA_HOME : ${jre}
- sed -i '/ --login/d' ${pkg_path}/bin/smartgit.sh
- patchShebangs $out
- cp ${bin_path}/smartgit ${bin_path}/smartgithg
-
- ${install_freedesktop_items} "${pkg_path}/bin" "$out"
+ --prefix SMARTGITHG_JAVA_HOME : ${jre} \
+ ) \
'';
+ installPhase = ''
+ runHook preInstall
+
+ sed -i '/ --login/d' bin/smartgit.sh
+ mkdir -pv $out/{bin,share/applications,share/icons/hicolor/scalable/apps/}
+ cp -av ./{dictionaries,lib} $out/
+ cp -av bin/smartgit.sh $out/bin/smartgit
+ ln -sfv $out/bin/smartgit $out/bin/smartgithg
+
+ cp -av $desktopItem/share/applications/* $out/share/applications/
+ for icon_size in 32 48 64 128 256; do
+ path=$icon_size'x'$icon_size
+ icon=bin/smartgit-$icon_size.png
+ mkdir -p $out/share/icons/hicolor/$path/apps
+ cp $icon $out/share/icons/hicolor/$path/apps/smartgit.png
+ done
+
+ cp -av bin/smartgit.svg $out/share/icons/hicolor/scalable/apps/
+
+ runHook postInstall
+ '';
+
+ desktopItem = with stdenv.lib; makeDesktopItem rec {
+ name = "smartgit";
+ exec = "smartgit";
+ comment = meta.description;
+ icon = "smartgit";
+ desktopName = "SmartGit";
+ categories = concatStringsSep ";" [
+ "Application"
+ "Development"
+ "RevisionControl"
+ ];
+ mimeType = concatStringsSep ";" [
+ "x-scheme-handler/git"
+ "x-scheme-handler/smartgit"
+ "x-scheme-handler/sourcetree"
+ ];
+ startupNotify = "true";
+ extraEntries = ''
+ Keywords=git
+ StartupWMClass=${name}
+ Version=1.0
+ Encoding=UTF-8
+ '';
+ };
+
meta = with stdenv.lib; {
description = "GUI for Git, Mercurial, Subversion";
homepage = http://www.syntevo.com/smartgit/;
diff --git a/pkgs/applications/version-management/smartgithg/install_freedesktop_items.sh b/pkgs/applications/version-management/smartgithg/install_freedesktop_items.sh
deleted file mode 100755
index 2ff14dcf099..00000000000
--- a/pkgs/applications/version-management/smartgithg/install_freedesktop_items.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!@shell@
-
-inBinDir=$1
-out=$2
-
-cat $inBinDir/add-menuitem.sh | \
-sed -re 's#xdg-icon-resource[ ]+install[ ]+--size[ ]+([0-9]+)[ ]+("[^"]+")[ ]+([$0-9a-zA-Z_]+)#mkdir -p '${out}'/share/icons/hicolor/\1x\1/apps \&\& cp \2 '${out}'/share/icons/hicolor/\1x\1/apps/\3\.png #' | \
-sed -re 's#xdg-desktop-menu[ ]+install[ ]+([$0-9a-zA-Z_]+)#mkdir -p '${out}'/share/applications \&\& cp \1 '${out}'/share/applications/#' | \
-sed -re 's#Exec="[^"]+"#Exec=smartgit#' |
-sed -re 's#SMARTGIT_BIN=.*#'SMARTGIT_BIN=${inBinDir}'#' \
-| bash
diff --git a/pkgs/applications/version-management/sourcehut/builds.nix b/pkgs/applications/version-management/sourcehut/builds.nix
new file mode 100644
index 00000000000..e554afe4a92
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/builds.nix
@@ -0,0 +1,60 @@
+{ stdenv, fetchgit, buildPythonPackage
+, python
+, buildGoModule
+, srht, redis, celery, pyyaml, markdown }:
+
+let
+ version = "0.45.13";
+
+ buildWorker = src: buildGoModule {
+ inherit src version;
+ pname = "builds-sr-ht-worker";
+ goPackagePath = "git.sr.ht/~sircmpwn/builds.sr.ht/worker";
+
+ modSha256 = "1jm259ncw8dgqp0fqbjn30c4y3v3vwqj41gfh99jx30bwlmpgfax";
+ };
+in buildPythonPackage rec {
+ inherit version;
+ pname = "buildsrht";
+
+ src = fetchgit {
+ url = "https://git.sr.ht/~sircmpwn/builds.sr.ht";
+ rev = version;
+ sha256 = "002pcj2a98gbmv77a10449w1q6iqhqjz4fim8hm4qm7vn6bwp0hz";
+ };
+
+ patches = [
+ ./use-srht-path.patch
+ ];
+
+ nativeBuildInputs = srht.nativeBuildInputs;
+
+ propagatedBuildInputs = [
+ srht
+ redis
+ celery
+ pyyaml
+ markdown
+ ];
+
+ preBuild = ''
+ export PKGVER=${version}
+ export SRHT_PATH=${srht}/${python.sitePackages}/srht
+ '';
+
+ postInstall = ''
+ mkdir -p $out/lib
+ mkdir -p $out/bin/builds.sr.ht
+
+ cp -r images $out/lib
+ cp contrib/submit_image_build $out/bin/builds.sr.ht
+ cp ${buildWorker "${src}/worker"}/bin/worker $out/bin/builds.sr.ht-worker
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://git.sr.ht/~sircmpwn/builds.sr.ht;
+ description = "Continuous integration service for the sr.ht network";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ eadwu ];
+ };
+}
diff --git a/pkgs/applications/version-management/sourcehut/core.nix b/pkgs/applications/version-management/sourcehut/core.nix
new file mode 100644
index 00000000000..ca054c5cfde
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/core.nix
@@ -0,0 +1,80 @@
+{ stdenv, fetchgit, fetchNodeModules, buildPythonPackage
+, pgpy, flask, bleach, misaka, humanize, markdown, psycopg2, pygments, requests
+, sqlalchemy, flask_login, beautifulsoup4, sqlalchemy-utils, celery, alembic
+, sassc, nodejs-11_x
+, writeText }:
+
+buildPythonPackage rec {
+ pname = "srht";
+ version = "0.52.13";
+
+ src = fetchgit {
+ url = "https://git.sr.ht/~sircmpwn/core.sr.ht";
+ rev = version;
+ sha256 = "0i7gd2rkq4y4lffxsgb3mql9ddmk3vqckan29w266imrqs6p8c0z";
+ };
+
+ node_modules = fetchNodeModules {
+ src = "${src}/srht";
+ nodejs = nodejs-11_x;
+ sha256 = "0axl50swhcw8llq8z2icwr4nkr5qsw2riih0a040f9wx4xiw4p6p";
+ };
+
+ patches = [
+ ./disable-npm-install.patch
+ ];
+
+ nativeBuildInputs = [
+ sassc
+ nodejs-11_x
+ ];
+
+ propagatedBuildInputs = [
+ pgpy
+ flask
+ bleach
+ misaka
+ humanize
+ markdown
+ psycopg2
+ pygments
+ requests
+ sqlalchemy
+ flask_login
+ beautifulsoup4
+ sqlalchemy-utils
+
+ # Unofficial runtime dependencies?
+ celery
+ alembic
+ ];
+
+ PKGVER = version;
+
+ preBuild = ''
+ cp -r ${node_modules} srht/node_modules
+ '';
+
+ # No actual? tests but seems like it needs this anyway
+ preCheck = let
+ config = writeText "config.ini" ''
+ [webhooks]
+ private-key=K6JupPpnr0HnBjelKTQUSm3Ro9SgzEA2T2Zv472OvzI=
+
+ [meta.sr.ht]
+ origin=http://meta.sr.ht.local
+ '';
+ in ''
+ # Validation needs config option(s)
+ # webhooks <- ( private-key )
+ # meta.sr.ht <- ( origin )
+ cp ${config} config.ini
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://git.sr.ht/~sircmpwn/srht;
+ description = "Core modules for sr.ht";
+ license = licenses.bsd3;
+ maintainers = with maintainers; [ eadwu ];
+ };
+}
diff --git a/pkgs/applications/version-management/sourcehut/default.nix b/pkgs/applications/version-management/sourcehut/default.nix
new file mode 100644
index 00000000000..00a3cf27111
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/default.nix
@@ -0,0 +1,39 @@
+{ python37, openssl
+, callPackage }:
+
+# To expose the *srht modules, they have to be a python module so we use `buildPythonModule`
+# Then we expose them through all-packages.nix as an application through `toPythonApplication`
+# https://github.com/NixOS/nixpkgs/pull/54425#discussion_r250688781
+
+let
+ fetchNodeModules = callPackage ../../networking/instant-messengers/rambox/fetchNodeModules.nix { };
+
+ python = python37.override {
+ packageOverrides = self: super: {
+ srht = self.callPackage ./core.nix { inherit fetchNodeModules; };
+
+ buildsrht = self.callPackage ./builds.nix { };
+ dispatchsrht = self.callPackage ./dispatch.nix { };
+ gitsrht = self.callPackage ./git.nix { };
+ hgsrht = self.callPackage ./hg.nix { };
+ listssrht = self.callPackage ./lists.nix { };
+ mansrht = self.callPackage ./man.nix { };
+ metasrht = self.callPackage ./meta.nix { };
+ pastesrht = self.callPackage ./paste.nix { };
+ todosrht = self.callPackage ./todo.nix { };
+
+ scmsrht = self.callPackage ./scm.nix { };
+ };
+ };
+in with python.pkgs; {
+ inherit python;
+ buildsrht = toPythonApplication buildsrht;
+ dispatchsrht = toPythonApplication dispatchsrht;
+ gitsrht = toPythonApplication gitsrht;
+ hgsrht = toPythonApplication hgsrht;
+ listssrht = toPythonApplication listssrht;
+ mansrht = toPythonApplication mansrht;
+ metasrht = toPythonApplication metasrht;
+ pastesrht = toPythonApplication pastesrht;
+ todosrht = toPythonApplication todosrht;
+}
diff --git a/pkgs/applications/version-management/sourcehut/disable-npm-install.patch b/pkgs/applications/version-management/sourcehut/disable-npm-install.patch
new file mode 100644
index 00000000000..3a8d1c82b34
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/disable-npm-install.patch
@@ -0,0 +1,14 @@
+diff --git a/setup.py b/setup.py
+index d63bac8..e1d0c35 100755
+--- a/setup.py
++++ b/setup.py
+@@ -5,9 +5,6 @@ import glob
+ import os
+ import sys
+
+-if subprocess.call(["npm", "i"], cwd="srht") != 0:
+- sys.exit(1)
+-
+ ver = os.environ.get("PKGVER") or subprocess.run(['git', 'describe', '--tags'],
+ stdout=subprocess.PIPE).stdout.decode().strip()
+
diff --git a/pkgs/applications/version-management/sourcehut/dispatch.nix b/pkgs/applications/version-management/sourcehut/dispatch.nix
new file mode 100644
index 00000000000..c77fc902277
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/dispatch.nix
@@ -0,0 +1,39 @@
+{ stdenv, fetchgit, buildPythonPackage
+, python
+, srht, pyyaml, PyGithub, cryptography }:
+
+buildPythonPackage rec {
+ pname = "dispatchsrht";
+ version = "0.11.0";
+
+ src = fetchgit {
+ url = "https://git.sr.ht/~sircmpwn/dispatch.sr.ht";
+ rev = version;
+ sha256 = "1kahl2gy5a5li79djwkzkglkw2s7pl4d29bzqp8c53r0xvx4sqkz";
+ };
+
+ patches = [
+ ./use-srht-path.patch
+ ];
+
+ nativeBuildInputs = srht.nativeBuildInputs;
+
+ propagatedBuildInputs = [
+ srht
+ pyyaml
+ PyGithub
+ cryptography
+ ];
+
+ preBuild = ''
+ export PKGVER=${version}
+ export SRHT_PATH=${srht}/${python.sitePackages}/srht
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://dispatch.sr.ht/~sircmpwn/dispatch.sr.ht;
+ description = "Task dispatcher and service integration tool for the sr.ht network";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ eadwu ];
+ };
+}
diff --git a/pkgs/applications/version-management/sourcehut/git.nix b/pkgs/applications/version-management/sourcehut/git.nix
new file mode 100644
index 00000000000..996663761a7
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/git.nix
@@ -0,0 +1,55 @@
+{ stdenv, fetchgit, buildPythonPackage
+, python
+, buildGoModule
+, srht, pygit2, scmsrht }:
+
+let
+ version = "0.32.3";
+
+ buildDispatcher = src: buildGoModule {
+ inherit src version;
+ pname = "git-sr-ht-dispatcher";
+ goPackagePath = "git.sr.ht/~sircmpwn/git.sr.ht/gitsrht-dispatch";
+
+ modSha256 = "1lmgmlin460g09dph2hw6yz25d4agqwjhrjv0qqsis7df9qpf3i1";
+ };
+in buildPythonPackage rec {
+ inherit version;
+ pname = "gitsrht";
+
+ src = fetchgit {
+ url = "https://git.sr.ht/~sircmpwn/git.sr.ht";
+ rev = version;
+ sha256 = "0grycmblhm9dnhcf1kcmn6bclgb9znahk2026dan58m9j9pja5vw";
+ };
+
+ patches = [
+ ./use-srht-path.patch
+ ];
+
+ nativeBuildInputs = srht.nativeBuildInputs;
+
+ propagatedBuildInputs = [
+ srht
+ pygit2
+ scmsrht
+ ];
+
+ preBuild = ''
+ export PKGVER=${version}
+ export SRHT_PATH=${srht}/${python.sitePackages}/srht
+ '';
+
+ # TODO: Remove redundant mkdir?
+ postInstall = ''
+ mkdir -p $out/bin
+ cp ${buildDispatcher "${src}/gitsrht-dispatch"}/bin/gitsrht-dispatch $out/bin/gitsrht-dispatch
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://git.sr.ht/~sircmpwn/git.sr.ht;
+ description = "Git repository hosting service for the sr.ht network";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ eadwu ];
+ };
+}
diff --git a/pkgs/applications/version-management/sourcehut/hg.nix b/pkgs/applications/version-management/sourcehut/hg.nix
new file mode 100644
index 00000000000..93817648468
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/hg.nix
@@ -0,0 +1,39 @@
+{ stdenv, fetchhg, buildPythonPackage
+, python
+, srht, hglib, scmsrht, unidiff }:
+
+buildPythonPackage rec {
+ pname = "hgsrht";
+ version = "0.13.0";
+
+ src = fetchhg {
+ url = "https://hg.sr.ht/~sircmpwn/hg.sr.ht";
+ rev = version;
+ sha256 = "0qkknvja0pyk69fvzqafj3x8hi5miw22nmksvifbrjcqph8jknqg";
+ };
+
+ patches = [
+ ./use-srht-path.patch
+ ];
+
+ nativeBuildInputs = srht.nativeBuildInputs;
+
+ propagatedBuildInputs = [
+ srht
+ hglib
+ scmsrht
+ unidiff
+ ];
+
+ preBuild = ''
+ export PKGVER=${version}
+ export SRHT_PATH=${srht}/${python.sitePackages}/srht
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://git.sr.ht/~sircmpwn/hg.sr.ht;
+ description = "Mercurial repository hosting service for the sr.ht network";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ eadwu ];
+ };
+}
diff --git a/pkgs/applications/version-management/sourcehut/lists.nix b/pkgs/applications/version-management/sourcehut/lists.nix
new file mode 100644
index 00000000000..ac36a219a91
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/lists.nix
@@ -0,0 +1,40 @@
+{ stdenv, fetchgit, buildPythonPackage
+, python
+, srht, asyncpg, unidiff, aiosmtpd, emailthreads }:
+
+buildPythonPackage rec {
+ pname = "listssrht";
+ version = "0.36.3";
+
+ src = fetchgit {
+ url = "https://git.sr.ht/~sircmpwn/lists.sr.ht";
+ rev = version;
+ sha256 = "1q2z2pjwz4zifsrkxab9b9jh1vzayjqych1cx3i4859f1swl2gwa";
+ };
+
+ patches = [
+ ./use-srht-path.patch
+ ];
+
+ nativeBuildInputs = srht.nativeBuildInputs;
+
+ propagatedBuildInputs = [
+ srht
+ asyncpg
+ unidiff
+ aiosmtpd
+ emailthreads
+ ];
+
+ preBuild = ''
+ export PKGVER=${version}
+ export SRHT_PATH=${srht}/${python.sitePackages}/srht
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://git.sr.ht/~sircmpwn/lists.sr.ht;
+ description = "Mailing list service for the sr.ht network";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ eadwu ];
+ };
+}
diff --git a/pkgs/applications/version-management/sourcehut/man.nix b/pkgs/applications/version-management/sourcehut/man.nix
new file mode 100644
index 00000000000..a0198cb52cf
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/man.nix
@@ -0,0 +1,37 @@
+{ stdenv, fetchgit, buildPythonPackage
+, python
+, srht, pygit2 }:
+
+buildPythonPackage rec {
+ pname = "mansrht";
+ version = "0.12.4";
+
+ src = fetchgit {
+ url = "https://git.sr.ht/~sircmpwn/man.sr.ht";
+ rev = version;
+ sha256 = "1csnw71yh5zw7l17xmmxyskwiqbls0ynbbjrg45y5k1i3622mhiy";
+ };
+
+ patches = [
+ ./use-srht-path.patch
+ ];
+
+ nativeBuildInputs = srht.nativeBuildInputs;
+
+ propagatedBuildInputs = [
+ srht
+ pygit2
+ ];
+
+ preBuild = ''
+ export PKGVER=${version}
+ export SRHT_PATH=${srht}/${python.sitePackages}/srht
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://git.sr.ht/~sircmpwn/man.sr.ht;
+ description = "Wiki service for the sr.ht network";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ eadwu ];
+ };
+}
diff --git a/pkgs/applications/version-management/sourcehut/meta.nix b/pkgs/applications/version-management/sourcehut/meta.nix
new file mode 100644
index 00000000000..af3685c472c
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/meta.nix
@@ -0,0 +1,48 @@
+{ stdenv, fetchgit, buildPythonPackage
+, python
+, pgpy, srht, redis, bcrypt, qrcode, stripe, zxcvbn, alembic, pystache
+, sshpubkeys, weasyprint, prometheus_client }:
+
+buildPythonPackage rec {
+ pname = "metasrht";
+ version = "0.34.3";
+
+ src = fetchgit {
+ url = "https://git.sr.ht/~sircmpwn/meta.sr.ht";
+ rev = version;
+ sha256 = "1yj3npw1vlqawzj6q1mh6qryx009dg5prja9fn6rasfmxjn2gr7v";
+ };
+
+ nativeBuildInputs = srht.nativeBuildInputs;
+
+ propagatedBuildInputs = [
+ pgpy
+ srht
+ redis
+ bcrypt
+ qrcode
+ stripe
+ zxcvbn
+ alembic
+ pystache
+ sshpubkeys
+ weasyprint
+ prometheus_client
+ ];
+
+ patches = [
+ ./use-srht-path.patch
+ ];
+
+ preBuild = ''
+ export PKGVER=${version}
+ export SRHT_PATH=${srht}/${python.sitePackages}/srht
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://git.sr.ht/~sircmpwn/meta.sr.ht;
+ description = "Account management service for the sr.ht network";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ eadwu ];
+ };
+}
diff --git a/pkgs/applications/version-management/sourcehut/paste.nix b/pkgs/applications/version-management/sourcehut/paste.nix
new file mode 100644
index 00000000000..47153d9f204
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/paste.nix
@@ -0,0 +1,37 @@
+{ stdenv, fetchgit, buildPythonPackage
+, python
+, srht, pyyaml }:
+
+buildPythonPackage rec {
+ pname = "pastesrht";
+ version = "0.5.1";
+
+ src = fetchgit {
+ url = "https://git.sr.ht/~sircmpwn/paste.sr.ht";
+ rev = version;
+ sha256 = "0bzw03hcwi1pw16kliqjsr7kphqq3qw0pbpdjqkcs7jdr0a59vny";
+ };
+
+ patches = [
+ ./use-srht-path.patch
+ ];
+
+ nativeBuildInputs = srht.nativeBuildInputs;
+
+ propagatedBuildInputs = [
+ srht
+ pyyaml
+ ];
+
+ preBuild = ''
+ export PKGVER=${version}
+ export SRHT_PATH=${srht}/${python.sitePackages}/srht
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://git.sr.ht/~sircmpwn/paste.sr.ht;
+ description = "Ad-hoc text file hosting service for the sr.ht network";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ eadwu ];
+ };
+}
diff --git a/pkgs/applications/version-management/sourcehut/scm.nix b/pkgs/applications/version-management/sourcehut/scm.nix
new file mode 100644
index 00000000000..ef6ed3a744b
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/scm.nix
@@ -0,0 +1,55 @@
+{ stdenv, fetchgit, buildPythonPackage
+, srht, redis, pyyaml, buildsrht
+, writeText }:
+
+buildPythonPackage rec {
+ pname = "scmsrht";
+ version = "0.13.3";
+
+ src = fetchgit {
+ url = "https://git.sr.ht/~sircmpwn/scm.sr.ht";
+ rev = version;
+ sha256 = "0bapddgfqrs27y6prd6kwpz6jdlr33zdqr6ci6ixi584a7z8z7d6";
+ };
+
+ nativeBuildInputs = srht.nativeBuildInputs;
+
+ propagatedBuildInputs = [
+ srht
+ redis
+ pyyaml
+ buildsrht
+ ];
+
+ preBuild = ''
+ export PKGVER=${version}
+ '';
+
+ # No actual? tests but seems like it needs this anyway
+ preCheck = let
+ config = writeText "config.ini" ''
+ [webhooks]
+ private-key=K6JupPpnr0HnBjelKTQUSm3Ro9SgzEA2T2Zv472OvzI=
+
+ [builds.sr.ht]
+ origin=http://builds.sr.ht.local
+ oauth-client-id=
+
+ [meta.sr.ht]
+ origin=http://meta.sr.ht.local
+ '';
+ in ''
+ # Validation needs config option(s)
+ # webhooks <- ( private-key )
+ # meta.sr.ht <- ( origin )
+ # builds.sr.ht <- ( origin, oauth-client-id )
+ cp ${config} config.ini
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://git.sr.ht/~sircmpwn/git.sr.ht;
+ description = "Shared support code for sr.ht source control services.";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ eadwu ];
+ };
+}
diff --git a/pkgs/applications/version-management/sourcehut/todo.nix b/pkgs/applications/version-management/sourcehut/todo.nix
new file mode 100644
index 00000000000..6b67478aa67
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/todo.nix
@@ -0,0 +1,42 @@
+{ stdenv, fetchgit, buildPythonPackage
+, python
+, srht, redis, alembic, pystache }:
+
+buildPythonPackage rec {
+ pname = "todosrht";
+ version = "0.46.8";
+
+ src = fetchgit {
+ url = "https://git.sr.ht/~sircmpwn/todo.sr.ht";
+ rev = version;
+ sha256 = "17nqqy81535jnkidjiqv8v2301w5wzbbvx4czib69aagw1l85gnn";
+ };
+
+ patches = [
+ ./use-srht-path.patch
+ ];
+
+ nativeBuildInputs = srht.nativeBuildInputs;
+
+ propagatedBuildInputs = [
+ srht
+ redis
+ alembic
+ pystache
+ ];
+
+ preBuild = ''
+ export PKGVER=${version}
+ export SRHT_PATH=${srht}/${python.sitePackages}/srht
+ '';
+
+ # Tests require a network connection
+ doCheck = false;
+
+ meta = with stdenv.lib; {
+ homepage = https://todo.sr.ht/~sircmpwn/todo.sr.ht;
+ description = "Ticket tracking service for the sr.ht network";
+ license = licenses.agpl3;
+ maintainers = with maintainers; [ eadwu ];
+ };
+}
diff --git a/pkgs/applications/version-management/sourcehut/update.sh b/pkgs/applications/version-management/sourcehut/update.sh
new file mode 100755
index 00000000000..fdc0639c4c6
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/update.sh
@@ -0,0 +1,54 @@
+#! /usr/bin/env nix-shell
+#! nix-shell -i bash -p git mercurial common-updater-scripts
+
+cd "$(dirname "${BASH_SOURCE[0]}")"
+root=../../../..
+
+default() {
+ (cd "$root" && nix-instantiate --eval --strict -A "sourcehut.python.pkgs.$1.meta.position" | sed -re 's/^"(.*):[0-9]+"$/\1/')
+}
+
+version() {
+ (cd "$root" && nix-instantiate --eval --strict -A "sourcehut.python.pkgs.$1.version" | tr -d '"')
+}
+
+src_url() {
+ (cd "$root" && nix-instantiate --eval --strict -A "sourcehut.python.pkgs.$1.src.drvAttrs.url" | tr -d '"')
+}
+
+get_latest_version() {
+ src="$(src_url "$1")"
+ tmp=$(mktemp -d)
+
+ if [ "$1" = "hgsrht" ]; then
+ hg clone "$src" "$tmp" &> /dev/null
+ printf "%s" "$(cd "$tmp" && hg log --limit 1 --template '{latesttag}')"
+ else
+ git clone "$src" "$tmp"
+ printf "%s" "$(cd "$tmp" && git describe $(git rev-list --tags --max-count=1))"
+ fi
+}
+
+update_version() {
+ default_nix="$(default "$1")"
+ version_old="$(version "$1")"
+ version="$(get_latest_version "$1")"
+
+ (cd "$root" && update-source-version "sourcehut.python.pkgs.$1" "$version")
+
+ git add "$default_nix"
+ git commit -m "$1: $version_old -> $version"
+}
+
+services=( "srht" "buildsrht" "dispatchsrht" "gitsrht" "hgsrht" "listssrht" "mansrht" "metasrht"
+ "pastesrht" "todosrht" "scmsrht" )
+
+# Whether or not a specific service is requested
+if [ -n "$1" ]; then
+ version="$(get_latest_version "$1")"
+ (cd "$root" && update-source-version "sourcehut.python.pkgs.$1" "$version")
+else
+ for service in "${services[@]}"; do
+ update_version "$service"
+ done
+fi
diff --git a/pkgs/applications/version-management/sourcehut/use-srht-path.patch b/pkgs/applications/version-management/sourcehut/use-srht-path.patch
new file mode 100644
index 00000000000..43b494bf9d2
--- /dev/null
+++ b/pkgs/applications/version-management/sourcehut/use-srht-path.patch
@@ -0,0 +1,43 @@
+diff --git a/setup.py b/setup.py
+index e6ecfb6..89fa92a 100755
+--- a/setup.py
++++ b/setup.py
+@@ -5,28 +5,16 @@ import os
+ import site
+ import sys
+
+-if hasattr(site, 'getsitepackages'):
+- pkg_dirs = site.getsitepackages()
+- if site.getusersitepackages():
+- pkg_dirs.append(site.getusersitepackages())
+- for pkg_dir in pkg_dirs:
+- srht_path = os.path.join(pkg_dir, "srht")
+- if os.path.isdir(srht_path):
+- break
+- else:
+- raise Exception("Can't find core srht module in your site packages "
+- "directories. Please install it first.")
+-else:
+- srht_path = os.getenv("SRHT_PATH")
+- if not srht_path:
+- raise Exception("You're running inside a virtual environment. "
+- "Due to virtualenv limitations, you need to set the "
+- "$SRHT_PATH environment variable to the path of the "
+- "core srht module.")
+- elif not os.path.isdir(srht_path):
+- raise Exception(
+- "The $SRHT_PATH environment variable points to an invalid "
+- "directory: {}".format(srht_path))
++srht_path = os.getenv("SRHT_PATH")
++if not srht_path:
++ raise Exception("You're running inside a virtual environment. "
++ "Due to virtualenv limitations, you need to set the "
++ "$SRHT_PATH environment variable to the path of the "
++ "core srht module.")
++elif not os.path.isdir(srht_path):
++ raise Exception(
++ "The $SRHT_PATH environment variable points to an invalid "
++ "directory: {}".format(srht_path))
+
+ subp = subprocess.run(["make", "SRHT_PATH=" + srht_path])
+ if subp.returncode != 0:
diff --git a/pkgs/applications/version-management/sublime-merge/common.nix b/pkgs/applications/version-management/sublime-merge/common.nix
index a232b78aacf..c095aa49eaf 100644
--- a/pkgs/applications/version-management/sublime-merge/common.nix
+++ b/pkgs/applications/version-management/sublime-merge/common.nix
@@ -1,12 +1,10 @@
{ buildVersion, sha256, dev ? false }:
-{ fetchurl, stdenv, xorg, glib, glibcLocales, gtk2, gtk3, cairo, pango, libredirect, makeWrapper, wrapGAppsHook
-, pkexecPath ? "/run/wrappers/bin/pkexec", gksuSupport ? false, gksu
-, writeScript, common-updater-scripts, curl, gnugrep
+{ fetchurl, stdenv, xorg, glib, glibcLocales, gtk3, cairo, pango, libredirect, makeWrapper, wrapGAppsHook
+, pkexecPath ? "/run/wrappers/bin/pkexec"
+, writeScript, common-updater-scripts, curl, gnugrep, coreutils
}:
-assert gksuSupport -> gksu != null;
-
let
pname = "sublime-merge";
packageAttribute = "sublime-merge${stdenv.lib.optionalString dev "-dev"}";
@@ -14,31 +12,27 @@ let
primaryBinary = "sublime_merge";
primaryBinaryAliases = [ "smerge" ];
downloadUrl = "https://download.sublimetext.com/sublime_merge_build_${buildVersion}_${arch}.tar.xz";
- downloadArchiveType = "tar.xz";
versionUrl = "https://www.sublimemerge.com/${if dev then "dev" else "download"}";
- versionFile = "pkgs/applications/version-management/sublime-merge/default.nix";
- usesGtk2 = false;
+ versionFile = builtins.toString ./default.nix;
archSha256 = sha256;
arch = "x64";
- libPath = stdenv.lib.makeLibraryPath [ xorg.libX11 glib (if usesGtk2 then gtk2 else gtk3) cairo pango ];
- redirects = [ "/usr/bin/pkexec=${pkexecPath}" ]
- ++ stdenv.lib.optional gksuSupport "/usr/bin/gksudo=${gksu}/bin/gksudo";
+ libPath = stdenv.lib.makeLibraryPath [ xorg.libX11 glib gtk3 cairo pango ];
+ redirects = [ "/usr/bin/pkexec=${pkexecPath}" "/bin/true=${coreutils}/bin/true" ];
in let
binaryPackage = stdenv.mkDerivation {
pname = "${pname}-bin";
version = buildVersion;
src = fetchurl {
- name = "${pname}-bin-${buildVersion}.${downloadArchiveType}";
url = downloadUrl;
sha256 = archSha256;
};
dontStrip = true;
dontPatchELF = true;
- buildInputs = stdenv.lib.optionals (!usesGtk2) [ glib gtk3 ]; # for GSETTINGS_SCHEMAS_PATH
- nativeBuildInputs = [ makeWrapper ] ++ stdenv.lib.optional (!usesGtk2) wrapGAppsHook;
+ buildInputs = [ glib gtk3 ]; # for GSETTINGS_SCHEMAS_PATH
+ nativeBuildInputs = [ makeWrapper wrapGAppsHook ];
buildPhase = ''
runHook preBuild
@@ -50,7 +44,7 @@ in let
$binary
done
- # Rewrite pkexec|gksudo argument. Note that we can't delete bytes in binary.
+ # Rewrite pkexec argument. Note that we cannot delete bytes in binary.
sed -i -e 's,/bin/cp\x00,cp\x00\x00\x00\x00\x00\x00,g' ${primaryBinary}
runHook postBuild
@@ -72,7 +66,7 @@ in let
--set LD_PRELOAD "${libredirect}/lib/libredirect.so" \
--set NIX_REDIRECTS ${builtins.concatStringsSep ":" redirects} \
--set LOCALE_ARCHIVE "${glibcLocales.out}/lib/locale/locale-archive" \
- ${stdenv.lib.optionalString (!usesGtk2) ''"''${gappsWrapperArgs[@]}"''}
+ "''${gappsWrapperArgs[@]}"
'';
};
in stdenv.mkDerivation (rec {
diff --git a/pkgs/applications/version-management/sublime-merge/default.nix b/pkgs/applications/version-management/sublime-merge/default.nix
index da973b0a7ee..2734028866e 100644
--- a/pkgs/applications/version-management/sublime-merge/default.nix
+++ b/pkgs/applications/version-management/sublime-merge/default.nix
@@ -4,13 +4,13 @@ let
common = opts: callPackage (import ./common.nix opts);
in {
sublime-merge = common {
- buildVersion = "1107";
- sha256 = "70edbb16529d638ea41a694dbc5b1408c76fcc3a7d663ef0e48b4e89e1f19c71";
+ buildVersion = "1116";
+ sha256 = "0cwvn47dv0sg8cp8i3njmp4p58c6wjv6g75g09igx25waysn9cx6";
} {};
sublime-merge-dev = common {
- buildVersion = "1111";
- sha256 = "d287b77b36febe52623db4546bef978dceb0654257b9a70c798d9cd394305c0d";
+ buildVersion = "1115";
+ sha256 = "0dwgc9libqipwdgdc84maj1i3c8hbadz2318x1pibl6hbqy15bxl";
dev = true;
} {};
}
diff --git a/pkgs/applications/version-management/subversion/default.nix b/pkgs/applications/version-management/subversion/default.nix
index 81949f95106..dffe3fadd74 100644
--- a/pkgs/applications/version-management/subversion/default.nix
+++ b/pkgs/applications/version-management/subversion/default.nix
@@ -19,10 +19,10 @@ let
common = { version, sha256, extraBuildInputs ? [ ] }: stdenv.mkDerivation (rec {
inherit version;
- name = "subversion-${version}";
+ pname = "subversion";
src = fetchurl {
- url = "mirror://apache/subversion/${name}.tar.bz2";
+ url = "mirror://apache/subversion/${pname}-${version}.tar.bz2";
inherit sha256;
};
@@ -98,7 +98,7 @@ let
meta = with stdenv.lib; {
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
license = licenses.asl20;
- homepage = http://subversion.apache.org/;
+ homepage = "http://subversion.apache.org/";
maintainers = with maintainers; [ eelco lovek323 ];
platforms = platforms.linux ++ platforms.darwin;
};
@@ -112,19 +112,19 @@ let
in {
subversion19 = common {
- version = "1.9.10";
- sha256 = "1mwwbjs8nqr8qyc0xzy7chnylh4q3saycvly8rzq32swadbcca5f";
+ version = "1.9.12";
+ sha256 = "15z33gdnfiqblm5515020wfdwnp2837r3hnparava6m2fgyiafiw";
};
subversion_1_10 = common {
- version = "1.10.4";
- sha256 = "18c1vdq32nil76w678lxmp73jsbqha3dmzgmfrj76nc0xjmywql2";
+ version = "1.10.6";
+ sha256 = "19zc215mhpnm92mlyl5jbv57r5zqp6cavr3s2g9yglp6j4kfgj0q";
extraBuildInputs = [ lz4 utf8proc ];
};
subversion = common {
- version = "1.12.0";
- sha256 = "1prfbrd1jnndb5fcsvwnzvdi7c0bpirb6pmfq03w21x0v1rprbkz";
+ version = "1.12.2";
+ sha256 = "0wgpw3kzsiawzqk4y0xgh1z93kllxydgv4lsviim45y5wk4bbl1v";
extraBuildInputs = [ lz4 utf8proc ];
};
}
diff --git a/pkgs/applications/version-management/tortoisehg/default.nix b/pkgs/applications/version-management/tortoisehg/default.nix
index 2cca53d6fe7..a6cdf2e4373 100644
--- a/pkgs/applications/version-management/tortoisehg/default.nix
+++ b/pkgs/applications/version-management/tortoisehg/default.nix
@@ -1,13 +1,30 @@
-{lib, fetchurl, mercurial, python2Packages}:
+{ lib, fetchurl, python2Packages
+, mercurial
+}@args:
+let
+ tortoisehgSrc = fetchurl rec {
+ meta.name = "tortoisehg-${meta.version}";
+ meta.version = "5.0.2";
+ url = "https://bitbucket.org/tortoisehg/targz/downloads/${meta.name}.tar.gz";
+ sha256 = "1fkawx4ymaacah2wpv2w7rxmv1mx08mg4x4r4fxh41jz1njjb8sz";
+ };
-python2Packages.buildPythonApplication rec {
- name = "tortoisehg-${version}";
- version = "4.9.1";
+ mercurial =
+ if args.mercurial.meta.version == tortoisehgSrc.meta.version
+ then args.mercurial
+ else args.mercurial.override {
+ mercurialSrc = fetchurl rec {
+ meta.name = "mercurial-${meta.version}";
+ meta.version = tortoisehgSrc.meta.version;
+ url = "https://mercurial-scm.org/release/${meta.name}.tar.gz";
+ sha256 = "1y60hfc8gh4ha9sw650qs7hndqmvbn0qxpmqwpn4q18z5xwm1f19";
+ };
+ };
- src = fetchurl {
- url = "https://bitbucket.org/tortoisehg/targz/downloads/${name}.tar.gz";
- sha256 = "0c5gp5wyaiyh8w2zzy1q0f2qv8aa3219shb6swpsdzqr2j9gkk4b";
- };
+in python2Packages.buildPythonApplication rec {
+
+ inherit (tortoisehgSrc.meta) name version;
+ src = tortoisehgSrc;
pythonPath = with python2Packages; [ pyqt4 mercurial qscintilla iniparse ];
@@ -28,6 +45,8 @@ python2Packages.buildPythonApplication rec {
$out/bin/thg version
'';
+ passthru.mercurial = mercurial;
+
meta = {
description = "Qt based graphical tool for working with Mercurial";
homepage = https://tortoisehg.bitbucket.io/;
diff --git a/pkgs/applications/version-management/vcsh/default.nix b/pkgs/applications/version-management/vcsh/default.nix
index a90eb531fe5..4089e68d85d 100644
--- a/pkgs/applications/version-management/vcsh/default.nix
+++ b/pkgs/applications/version-management/vcsh/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "Version Control System for $HOME";
homepage = https://github.com/RichiH/vcsh;
license = licenses.gpl2Plus;
- maintainers = with maintainers; [ garbas ttuegel ];
+ maintainers = with maintainers; [ ttuegel ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/applications/video/avidemux/default.nix b/pkgs/applications/video/avidemux/default.nix
index 7912fe60bbc..4cbd506c177 100644
--- a/pkgs/applications/video/avidemux/default.nix
+++ b/pkgs/applications/video/avidemux/default.nix
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchurl, cmake, pkgconfig
, zlib, gettext, libvdpau, libva, libXv, sqlite
, yasm, freetype, fontconfig, fribidi
-, makeWrapper, libXext, libGLU, qttools, qtbase
+, makeWrapper, libXext, libGLU, qttools, qtbase, wrapQtAppsHook
, alsaLib
, withX265 ? true, x265
, withX264 ? true, x264
@@ -25,11 +25,11 @@ assert !withQT -> default != "qt5";
stdenv.mkDerivation rec {
name = "avidemux-${version}";
- version = "2.7.3";
+ version = "2.7.4";
src = fetchurl {
url = "mirror://sourceforge/avidemux/avidemux/${version}/avidemux_${version}.tar.gz";
- sha256 = "17x2mnnr5h8pp764p55l1xcn2ljnzhbj8cykajlllvk4rc4qwxld";
+ sha256 = "1acdb3m37vdzzbm8mwyibcn8msi7birb5v30qfi7jli5r00src3x";
};
patches = [
@@ -37,7 +37,9 @@ stdenv.mkDerivation rec {
./bootstrap_logging.patch
];
- nativeBuildInputs = [ yasm cmake pkgconfig ];
+ nativeBuildInputs =
+ [ yasm cmake pkgconfig ]
+ ++ lib.optional withQT wrapQtAppsHook;
buildInputs = [
zlib gettext libvdpau libva libXv sqlite fribidi fontconfig
freetype alsaLib libXext libGLU makeWrapper
@@ -55,7 +57,10 @@ stdenv.mkDerivation rec {
buildCommand = let
qtVersion = "5.${stdenv.lib.versions.minor qtbase.version}";
- wrapProgram = f: "wrapProgram ${f} --set ADM_ROOT_DIR $out --prefix LD_LIBRARY_PATH : ${libXext}/lib";
+ wrapWith = makeWrapper: filename:
+ "${makeWrapper} ${filename} --set ADM_ROOT_DIR $out --prefix LD_LIBRARY_PATH : ${libXext}/lib";
+ wrapQtApp = wrapWith "wrapQtApp";
+ wrapProgram = wrapWith "wrapProgram";
in ''
unpackPhase
cd "$sourceRoot"
@@ -74,8 +79,8 @@ stdenv.mkDerivation rec {
${wrapProgram "$out/bin/avidemux3_cli"}
${stdenv.lib.optionalString withQT ''
- ${wrapProgram "$out/bin/avidemux3_qt5"} --prefix QT_PLUGIN_PATH : ${qtbase}/lib/qt-${qtVersion}/plugins
- ${wrapProgram "$out/bin/avidemux3_jobs_qt5"} --prefix QT_PLUGIN_PATH : ${qtbase}/lib/qt-${qtVersion}/plugins
+ ${wrapQtApp "$out/bin/avidemux3_qt5"}
+ ${wrapQtApp "$out/bin/avidemux3_jobs_qt5"}
''}
ln -s "$out/bin/avidemux3_${default}" "$out/bin/avidemux"
diff --git a/pkgs/applications/video/bombono/default.nix b/pkgs/applications/video/bombono/default.nix
index aaa1737f99a..4b97db56e97 100644
--- a/pkgs/applications/video/bombono/default.nix
+++ b/pkgs/applications/video/bombono/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, wrapGAppsHook, gtk2, boost, gnome2, gtkmm2, scons,
+{ stdenv, fetchFromGitHub, wrapGAppsHook, gtk2, boost, gtkmm2, scons,
mjpegtools, libdvdread, dvdauthor, gettext, dvdplusrwtools, libxmlxx, ffmpeg,
enca, pkgconfig, fetchpatch }:
diff --git a/pkgs/applications/video/ccextractor/default.nix b/pkgs/applications/video/ccextractor/default.nix
new file mode 100644
index 00000000000..91c47516521
--- /dev/null
+++ b/pkgs/applications/video/ccextractor/default.nix
@@ -0,0 +1,34 @@
+{ stdenv, fetchFromGitHub, pkgconfig, cmake
+, glew, glfw3, leptonica, libiconv, tesseract3, zlib }:
+
+with stdenv.lib;
+stdenv.mkDerivation rec {
+ pname = "ccextractor";
+ version = "0.88";
+
+ src = fetchFromGitHub {
+ owner = "CCExtractor";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "1sya45hvv4d46bk7541yimmafgvgyhkpsvwfz9kv6pm4yi1lz6nb";
+ };
+
+ sourceRoot = "source/src";
+
+ nativeBuildInputs = [ pkgconfig cmake ];
+
+ buildInputs = [ glew glfw3 leptonica tesseract3 zlib ] ++ stdenv.lib.optional (!stdenv.isLinux) libiconv;
+
+ meta = {
+ homepage = "https://www.ccextractor.org";
+ description = "Tool that produces subtitles from closed caption data in videos";
+ longDescription = ''
+ A tool that analyzes video files and produces independent subtitle files from
+ closed captions data. CCExtractor is portable, small, and very fast.
+ It works on Linux, Windows, and OSX.
+ '';
+ platforms = platforms.unix;
+ license = licenses.gpl2;
+ maintainers = with maintainers; [ titanous ];
+ };
+}
diff --git a/pkgs/applications/video/celluloid/default.nix b/pkgs/applications/video/celluloid/default.nix
new file mode 100644
index 00000000000..d1a9b64d711
--- /dev/null
+++ b/pkgs/applications/video/celluloid/default.nix
@@ -0,0 +1,64 @@
+{ stdenv
+, fetchFromGitHub
+, meson
+, ninja
+, python3
+, gettext
+, pkgconfig
+, desktop-file-utils
+, wrapGAppsHook
+, appstream-glib
+, epoxy
+, glib
+, gtk3
+, mpv
+}:
+
+stdenv.mkDerivation rec {
+ pname = "celluloid";
+ version = "0.17";
+
+ src = fetchFromGitHub {
+ owner = "celluloid-player";
+ repo = "celluloid";
+ rev = "v${version}";
+ sha256 = "0pnxjv6n2q6igxdr8wzbahcj7vccw4nfjdk8fjdnaivf2lyrpv2d";
+ };
+
+ nativeBuildInputs = [
+ meson
+ ninja
+ python3
+ appstream-glib
+ gettext
+ pkgconfig
+ desktop-file-utils
+ wrapGAppsHook
+ ];
+
+ buildInputs = [
+ epoxy
+ glib
+ gtk3
+ mpv
+ ];
+
+ postPatch = ''
+ patchShebangs meson-post-install.py src/generate-authors.py
+ sed -i '/gtk-update-icon-cache/s/^/#/' meson-post-install.py
+ '';
+
+ doCheck = true;
+
+ meta = with stdenv.lib; {
+ description = "Simple GTK+ frontend for the mpv video player";
+ longDescription = ''
+ GNOME MPV interacts with mpv via the client API exported by libmpv,
+ allowing access to mpv's powerful playback capabilities through an
+ easy-to-use user interface.
+ '';
+ homepage = "https://github.com/celluloid-player/celluloid";
+ license = licenses.gpl3Plus;
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/applications/video/clipgrab/default.nix b/pkgs/applications/video/clipgrab/default.nix
index a94bb7ade33..989000297a3 100644
--- a/pkgs/applications/video/clipgrab/default.nix
+++ b/pkgs/applications/video/clipgrab/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, makeDesktopItem, ffmpeg
-, qmake, qttools
+, qmake, qttools, mkDerivation
, qtbase, qtdeclarative, qtlocation, qtquickcontrols2, qtwebchannel, qtwebengine
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "clipgrab-${version}";
- version = "3.8.2";
+ version = "3.8.4";
src = fetchurl {
- sha256 = "0dhiv1mldp5f555im6mkjxdh6iivn1hnx2xdaqa6wxzsrwrvv5dd";
+ sha256 = "0pyrg3rrsd538vnrv6x2frhbq9k2638nzffjsar1p76wxp8fm42s";
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
url = "https://download.clipgrab.org/${name}.tar.gz";
};
diff --git a/pkgs/applications/video/devede/default.nix b/pkgs/applications/video/devede/default.nix
index 4802d259fb2..d614523f534 100644
--- a/pkgs/applications/video/devede/default.nix
+++ b/pkgs/applications/video/devede/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, python3Packages, ffmpeg, mplayer, vcdimager, cdrkit, dvdauthor
-, gtk3, gettext, wrapGAppsHook, gdk_pixbuf, gobject-introspection }:
+, gtk3, gettext, wrapGAppsHook, gdk-pixbuf, gobject-introspection }:
let
inherit (python3Packages) dbus-python buildPythonApplication pygobject3 urllib3;
@@ -34,7 +34,7 @@ in buildPythonApplication rec {
];
propagatedBuildInputs = [
- gtk3 pygobject3 gdk_pixbuf dbus-python ffmpeg mplayer dvdauthor vcdimager cdrkit urllib3
+ gtk3 pygobject3 gdk-pixbuf dbus-python ffmpeg mplayer dvdauthor vcdimager cdrkit urllib3
];
postPatch = ''
diff --git a/pkgs/applications/video/dvb-apps/default.nix b/pkgs/applications/video/dvb-apps/default.nix
index 6281c788401..a032ef654aa 100644
--- a/pkgs/applications/video/dvb-apps/default.nix
+++ b/pkgs/applications/video/dvb-apps/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildInputs = [ perl ];
- configurePhase = "true"; # skip configure
+ dontConfigure = true; # skip configure
installPhase = "make prefix=$out install";
diff --git a/pkgs/applications/video/dvdstyler/default.nix b/pkgs/applications/video/dvdstyler/default.nix
index f73c5277d05..24aeedd6760 100644
--- a/pkgs/applications/video/dvdstyler/default.nix
+++ b/pkgs/applications/video/dvdstyler/default.nix
@@ -15,11 +15,11 @@ stdenv.mkDerivation rec {
name = "dvdstyler-${version}";
srcName = "DVDStyler-${version}";
- version = "3.0.4";
+ version = "3.1.2";
src = fetchurl {
url = "mirror://sourceforge/project/dvdstyler/dvdstyler/${version}/${srcName}.tar.bz2";
- sha256 = "0lwc0hn94m9r8fi07sjqz3fr618l6lnw3zsakxw7nlgnxbjsk7pi";
+ sha256 = "03lsblqficcadlzkbyk8agh5rqcfz6y6dqvy9y866wqng3163zq4";
};
nativeBuildInputs =
diff --git a/pkgs/applications/video/gnome-mpv/default.nix b/pkgs/applications/video/gnome-mpv/default.nix
deleted file mode 100644
index 75a299d46c7..00000000000
--- a/pkgs/applications/video/gnome-mpv/default.nix
+++ /dev/null
@@ -1,42 +0,0 @@
-{ stdenv, fetchFromGitHub, meson, ninja, python3
-, gettext, pkgconfig, desktop-file-utils, wrapGAppsHook
-, appstream-glib, epoxy, glib, gtk3, mpv
-}:
-
-stdenv.mkDerivation rec {
- name = "gnome-mpv-${version}";
- version = "0.13";
-
- src = fetchFromGitHub {
- owner = "gnome-mpv";
- repo = "gnome-mpv";
- rev = "0d73b33d60050fd32bf8fae77d831548970a0b69"; # upstream forgot to update appdata
- # rev = "v${version}";
- sha256 = "1cjhw3kz163iwj2japhnv354i1lr112xyyfkxw82cwy2554cfim4";
- };
-
- nativeBuildInputs = [ meson ninja python3 appstream-glib gettext pkgconfig desktop-file-utils wrapGAppsHook ];
- buildInputs = [ epoxy glib gtk3 mpv ];
-
- enableParallelBuilding = true;
-
- postPatch = ''
- patchShebangs meson_post_install.py
- patchShebangs src/generate_authors.py
- sed -i '/gtk-update-icon-cache/s/^/#/' meson_post_install.py
- '';
-
- doCheck = true;
-
- meta = with stdenv.lib; {
- description = "Simple GTK+ frontend for the mpv video player";
- longDescription = ''
- GNOME MPV interacts with mpv via the client API exported by libmpv,
- allowing access to mpv's powerful playback capabilities through an
- easy-to-use user interface.
- '';
- homepage = https://github.com/gnome-mpv/gnome-mpv;
- license = licenses.gpl3Plus;
- platforms = platforms.linux;
- };
-}
diff --git a/pkgs/applications/video/gpac/default.nix b/pkgs/applications/video/gpac/default.nix
index 7a8b66d2d28..1c625de0dbc 100644
--- a/pkgs/applications/video/gpac/default.nix
+++ b/pkgs/applications/video/gpac/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, pkgconfig, zlib }:
stdenv.mkDerivation rec {
- version = "0.7.1";
+ version = "0.8.0";
name = "gpac-${version}";
src = fetchFromGitHub {
owner = "gpac";
repo = "gpac";
rev = "v${version}";
- sha256 = "197c5968p5bzvk0ga347fwgkqh4j1v3z65wlx65c5m9gwfxz2k2q";
+ sha256 = "1w1dyrn6900yi8ngchfzy5hvxr6yc60blvdq8y8mczimmmq8khb5";
};
# this is the bare minimum configuration, as I'm only interested in MP4Box
diff --git a/pkgs/applications/video/k9copy/default.nix b/pkgs/applications/video/k9copy/default.nix
index 1e8883eae7f..02a0f275f57 100644
--- a/pkgs/applications/video/k9copy/default.nix
+++ b/pkgs/applications/video/k9copy/default.nix
@@ -56,5 +56,8 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ flosse ];
platforms = stdenv.lib.platforms.unix;
+ # TODO: The software is deprecated and the build is broken, see:
+ # https://github.com/NixOS/nixpkgs/pull/63260#issuecomment-503506487
+ broken = true;
};
}
diff --git a/pkgs/applications/video/kodi/plugins.nix b/pkgs/applications/video/kodi/plugins.nix
index b9976e54019..1cb51078069 100644
--- a/pkgs/applications/video/kodi/plugins.nix
+++ b/pkgs/applications/video/kodi/plugins.nix
@@ -1,4 +1,4 @@
-{ stdenv, callPackage, fetchurl, fetchFromGitHub, unzip
+{ stdenv, callPackage, fetchFromGitHub
, cmake, kodiPlain, libcec_platform, tinyxml, rapidxml
, steam, libusb, pcre-cpp, jsoncpp, libhdhomerun, zlib
, python2Packages, expat, glib, nspr, nss, openssl
diff --git a/pkgs/applications/video/lightworks/default.nix b/pkgs/applications/video/lightworks/default.nix
index 2b21a25434d..b4d4312c0fa 100644
--- a/pkgs/applications/video/lightworks/default.nix
+++ b/pkgs/applications/video/lightworks/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, dpkg, makeWrapper, buildFHSUserEnv
-, gnome3, gtk3, gdk_pixbuf, cairo, libjpeg_original, glib, gnome2, libGLU
+, gtk3, gdk-pixbuf, cairo, libjpeg_original, glib, gnome2, libGLU
, nvidia_cg_toolkit, zlib, openssl, portaudio
}:
let
fullPath = stdenv.lib.makeLibraryPath [
stdenv.cc.cc
gtk3
- gdk_pixbuf
+ gdk-pixbuf
cairo
libjpeg_original
glib
@@ -60,7 +60,7 @@ let
wrapProgram $out/lib/lightworks/ntcardvt \
--prefix LD_LIBRARY_PATH : ${fullPath}:$out/lib/lightworks \
--set FONTCONFIG_FILE $out/lib/lightworks/fonts.conf
-
+
cp -r usr/share $out/share
'';
diff --git a/pkgs/applications/video/makemkv/builder.sh b/pkgs/applications/video/makemkv/builder.sh
deleted file mode 100644
index 416d5c0f0b0..00000000000
--- a/pkgs/applications/video/makemkv/builder.sh
+++ /dev/null
@@ -1,40 +0,0 @@
-source $stdenv/setup
-set -x
-
-lib=" \
- makemkv-oss-${ver}/out/libdriveio.so.0 \
- makemkv-oss-${ver}/out/libmakemkv.so.1 \
- makemkv-oss-${ver}/out/libmmbd.so.0 \
- "
-
-bin=" \
- makemkv-oss-${ver}/out/makemkv \
- makemkv-bin-${ver}/bin/amd64/makemkvcon \
- "
-
-tar xzf ${src_bin}
-tar xzf ${src_oss}
-
-(
- cd makemkv-oss-${ver}
- ./configure --prefix=$out
- make
-)
-
-chmod +x ${bin}
-
-libPath="${libPath}:${out}/lib" # XXX: der. This should be in the nix file?
-
-for i in ${bin} ; do
- patchelf \
- --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
- --set-rpath $libPath \
- ${i}
-done
-
-mkdir -p $out/bin
-mkdir -p $out/lib
-mkdir -p $out/share/MakeMKV
-cp ${lib} ${out}/lib
-cp ${bin} ${out}/bin
-cp makemkv-bin-${ver}/src/share/* $out/share/MakeMKV
diff --git a/pkgs/applications/video/makemkv/default.nix b/pkgs/applications/video/makemkv/default.nix
index f9b5c4c0196..f3d8b4ae569 100644
--- a/pkgs/applications/video/makemkv/default.nix
+++ b/pkgs/applications/video/makemkv/default.nix
@@ -1,34 +1,45 @@
-{ stdenv, fetchurl
-, openssl, qt5, libGLU_combined, zlib, pkgconfig, libav
+{ stdenv, mkDerivation, fetchurl, autoPatchelfHook
+, ffmpeg, openssl, qtbase, zlib, pkgconfig
}:
-stdenv.mkDerivation rec {
- name = "makemkv-${ver}";
- ver = "1.14.4";
- builder = ./builder.sh;
-
+let
+ version = "1.14.4";
# Using two URLs as the first one will break as soon as a new version is released
src_bin = fetchurl {
urls = [
- "http://www.makemkv.com/download/makemkv-bin-${ver}.tar.gz"
- "http://www.makemkv.com/download/old/makemkv-bin-${ver}.tar.gz"
+ "http://www.makemkv.com/download/makemkv-bin-${version}.tar.gz"
+ "http://www.makemkv.com/download/old/makemkv-bin-${version}.tar.gz"
];
sha256 = "0vmmvldmwmq9g202abblj6l15kb8z3b0c6mcc03f30s2yci6ij33";
};
-
src_oss = fetchurl {
urls = [
- "http://www.makemkv.com/download/makemkv-oss-${ver}.tar.gz"
- "http://www.makemkv.com/download/old/makemkv-oss-${ver}.tar.gz"
+ "http://www.makemkv.com/download/makemkv-oss-${version}.tar.gz"
+ "http://www.makemkv.com/download/old/makemkv-oss-${version}.tar.gz"
];
sha256 = "0n1nlq17dxcbgk9xqf7nv6zykvh91yhsjqdhq55947wc11fxjqa0";
};
+in mkDerivation {
+ pname = "makemkv";
+ inherit version;
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [openssl qt5.qtbase libGLU_combined zlib libav];
+ srcs = [ src_bin src_oss ];
- libPath = stdenv.lib.makeLibraryPath [stdenv.cc.cc openssl libGLU_combined qt5.qtbase zlib ]
- + ":" + stdenv.cc.cc + "/lib64";
+ sourceRoot = "makemkv-oss-${version}";
+
+ nativeBuildInputs = [ autoPatchelfHook pkgconfig ];
+
+ buildInputs = [ ffmpeg openssl qtbase zlib ];
+
+ installPhase = ''
+ runHook preInstall
+
+ install -Dm555 -t $out/bin out/makemkv ../makemkv-bin-${version}/bin/amd64/makemkvcon
+ install -D -t $out/lib out/lib{driveio,makemkv,mmbd}.so.*
+ install -D -t $out/share/MakeMKV ../makemkv-bin-${version}/src/share/*
+
+ runHook postInstall
+ '';
meta = with stdenv.lib; {
description = "Convert blu-ray and dvd to mkv";
diff --git a/pkgs/applications/video/minitube/default.nix b/pkgs/applications/video/minitube/default.nix
index 3b8dce90243..5ee437a19be 100644
--- a/pkgs/applications/video/minitube/default.nix
+++ b/pkgs/applications/video/minitube/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, makeWrapper, phonon, phonon-backend-vlc, qtbase, qmake
+{ stdenv, fetchFromGitHub, wrapQtAppsHook, phonon, phonon-backend-vlc, qtbase, qmake
, qtdeclarative, qttools
# "Free" key generated by nckx . I no longer have a Google
@@ -17,17 +17,12 @@ stdenv.mkDerivation rec {
};
buildInputs = [ phonon phonon-backend-vlc qtbase qtdeclarative qttools ];
- nativeBuildInputs = [ makeWrapper qmake ];
+ nativeBuildInputs = [ wrapQtAppsHook qmake ];
qmakeFlags = [ "DEFINES+=APP_GOOGLE_API_KEY=${withAPIKey}" ];
enableParallelBuilding = true;
- postInstall = ''
- wrapProgram $out/bin/minitube \
- --prefix QT_PLUGIN_PATH : "${phonon-backend-vlc}/lib/qt-5.${stdenv.lib.versions.minor qtbase.version}/plugins"
- '';
-
meta = with stdenv.lib; {
description = "Stand-alone YouTube video player";
longDescription = ''
diff --git a/pkgs/applications/video/mjpg-streamer/default.nix b/pkgs/applications/video/mjpg-streamer/default.nix
index f9d4d4698fa..70dc156d680 100644
--- a/pkgs/applications/video/mjpg-streamer/default.nix
+++ b/pkgs/applications/video/mjpg-streamer/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "mjpg-streamer-${version}";
- version = "2016-03-08";
+ version = "unstable-2019-05-24";
src = fetchFromGitHub {
owner = "jacksonliam";
repo = "mjpg-streamer";
- rev = "4060cb64e3557037fd404d10e1c1d076b672e9e8";
- sha256 = "0g7y832jsz4ylmq9qp2l4fq6bm8l6dhsbi60fr5jfqpx4l0pia8m";
+ rev = "501f6362c5afddcfb41055f97ae484252c85c912";
+ sha256 = "1cl159svfs1zzzrd3zgn4x7qy6751bvlnxfwf5hn5fmg4iszajw7";
};
prePatch = ''
@@ -23,9 +23,10 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
- homepage = https://sourceforge.net/projects/mjpg-streamer/;
+ homepage = "https://github.com/jacksonliam/mjpg-streamer";
description = "MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software";
platforms = platforms.linux;
license = licenses.gpl2;
+ maintainers = with maintainers; [ gebner ];
};
}
diff --git a/pkgs/applications/video/mkvtoolnix/default.nix b/pkgs/applications/video/mkvtoolnix/default.nix
index a3d7512a2f6..42b40ade271 100644
--- a/pkgs/applications/video/mkvtoolnix/default.nix
+++ b/pkgs/applications/video/mkvtoolnix/default.nix
@@ -4,21 +4,22 @@
, withGUI ? true
, qtbase ? null
, qtmultimedia ? null
+ , wrapQtAppsHook ? null
}:
-assert withGUI -> qtbase != null && qtmultimedia != null;
+assert withGUI -> qtbase != null && qtmultimedia != null && wrapQtAppsHook != null;
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
- version = "34.0.0";
+ version = "36.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
- sha256 = "189d23zqrk12w778x0cxp2mmc6gj9psb556ihkgs3r48jvs89sm6";
+ sha256 = "114j9n2m6dkh7vqzyhcsjzzffadr0lzyjmh31cbl4mvvkg9j5z6r";
};
nativeBuildInputs = [
@@ -30,7 +31,7 @@ stdenv.mkDerivation rec {
expat file xdg_utils boost libebml zlib fmt
libmatroska libogg libvorbis flac cmark
] ++ optional stdenv.isDarwin libiconv
- ++ optionals withGUI [ qtbase qtmultimedia ];
+ ++ optionals withGUI [ qtbase qtmultimedia wrapQtAppsHook ];
preConfigure = "./autogen.sh; patchShebangs .";
buildPhase = "drake -j $NIX_BUILD_CORES";
@@ -49,6 +50,11 @@ stdenv.mkDerivation rec {
(enableFeature withGUI "qt")
];
+ dontWrapQtApps = true;
+ postFixup = optionalString withGUI ''
+ wrapQtApp $out/bin/mkvtoolnix-gui
+ '';
+
meta = with stdenv.lib; {
description = "Cross-platform tools for Matroska";
homepage = http://www.bunkus.org/videotools/mkvtoolnix/;
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index dcfeae52aae..6c21a6b2012 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -218,7 +218,7 @@ in stdenv.mkDerivation rec {
description = "A media player that supports many video formats (MPlayer and mplayer2 fork)";
homepage = https://mpv.io;
license = licenses.gpl2Plus;
- maintainers = with maintainers; [ AndersonTorres fuuzetsu fpletz ];
+ maintainers = with maintainers; [ AndersonTorres fuuzetsu fpletz globin ];
platforms = platforms.darwin ++ platforms.linux;
longDescription = ''
diff --git a/pkgs/applications/video/mythtv/default.nix b/pkgs/applications/video/mythtv/default.nix
index 1be4fc252fd..74167a67bd2 100644
--- a/pkgs/applications/video/mythtv/default.nix
+++ b/pkgs/applications/video/mythtv/default.nix
@@ -2,7 +2,7 @@
, libpulseaudio, fftwSinglePrec , lame, zlib, libGLU_combined, alsaLib, freetype
, perl, pkgconfig , libX11, libXv, libXrandr, libXvMC, libXinerama, libXxf86vm
, libXmu , yasm, libuuid, taglib, libtool, autoconf, automake, file, exiv2
-, linuxHeaders
+, linuxHeaders, fetchpatch
}:
stdenv.mkDerivation rec {
@@ -16,6 +16,15 @@ stdenv.mkDerivation rec {
sha256 = "0pjxv4bmq8h285jsr02svgaa03614arsyk12fn9d4rndjsi2cc3x";
};
+ patches = [
+ # Fixes build with exiv2 0.27.1.
+ (fetchpatch {
+ name = "004-exiv2.patch";
+ url = "https://aur.archlinux.org/cgit/aur.git/plain/004-exiv2.patch?h=mythtv&id=76ea37f8556805b205878772ad7874e487c0d946";
+ sha256 = "0mh542f53qgky0w3s2bv0gmcxzvmb10834z3cfff40fby2ffr6k8";
+ })
+ ];
+
setSourceRoot = ''sourceRoot=$(echo */mythtv)'';
buildInputs = [
diff --git a/pkgs/applications/video/obs-studio/default.nix b/pkgs/applications/video/obs-studio/default.nix
index 932436bd8d3..983bdff106e 100644
--- a/pkgs/applications/video/obs-studio/default.nix
+++ b/pkgs/applications/video/obs-studio/default.nix
@@ -1,6 +1,6 @@
{ config, stdenv
+, mkDerivation
, fetchFromGitHub
-, fetchpatch
, cmake
, fdk_aac
, ffmpeg
@@ -35,15 +35,15 @@
let
optional = stdenv.lib.optional;
-in stdenv.mkDerivation rec {
+in mkDerivation rec {
name = "obs-studio-${version}";
- version = "23.1.0";
+ version = "23.2.1";
src = fetchFromGitHub {
owner = "jp9000";
repo = "obs-studio";
rev = "${version}";
- sha256 = "1iavrkjp7vgg0blm4lmj4mc4hrfx8yjaiwx55wmc5ynw80v37ybc";
+ sha256 = "05brixq2z98mvn1q2rgdl27xj798509nv8yh6h0yzqyk9gly4anz";
};
nativeBuildInputs = [ cmake
diff --git a/pkgs/applications/video/openshot-qt/default.nix b/pkgs/applications/video/openshot-qt/default.nix
index 19a8ff6c822..0b1d9e95115 100644
--- a/pkgs/applications/video/openshot-qt/default.nix
+++ b/pkgs/applications/video/openshot-qt/default.nix
@@ -1,8 +1,8 @@
-{ stdenv, fetchFromGitHub
+{ stdenv, mkDerivationWith, fetchFromGitHub
, doxygen, python3Packages, libopenshot
, wrapGAppsHook, gtk3 }:
-python3Packages.buildPythonApplication rec {
+mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "openshot-qt";
version = "2.4.4";
@@ -19,12 +19,20 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [ libopenshot pyqt5_with_qtwebkit requests sip httplib2 pyzmq ];
+ dontWrapGApps = true;
+ dontWrapQtApps = true;
preConfigure = ''
# tries to create caching directories during install
export HOME=$(mktemp -d)
'';
+ postFixup = ''
+ wrapProgram $out/bin/openshot-qt \
+ "''${gappsWrapperArgs[@]}" \
+ "''${qtWrapperArgs[@]}"
+ '';
+
doCheck = false;
meta = with stdenv.lib; {
diff --git a/pkgs/applications/video/plex-media-player/default.nix b/pkgs/applications/video/plex-media-player/default.nix
index 20684354d09..4bd4d5fdaad 100644
--- a/pkgs/applications/video/plex-media-player/default.nix
+++ b/pkgs/applications/video/plex-media-player/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fetchurl, pkgconfig, cmake, python3
+{ stdenv, fetchFromGitHub, fetchurl, pkgconfig, cmake, python3, mkDerivation
, libX11, libXrandr, qtbase, qtwebchannel, qtwebengine, qtx11extras
, libvdpau, SDL2, mpv, libGL }:
let
@@ -9,41 +9,41 @@ let
# plex-media-player is updated, the versions for these files are changed,
# so the build IDs (and SHAs) below will need to be updated!
depSrcs = rec {
- webClientBuildId = "85-88b3ac67015f76";
- webClientDesktopBuildId = "3.77.2-7015f76";
- webClientTvBuildId = "3.78.0-88b3ac6";
+ webClientBuildId = "129-669a5eed7ae231";
+ webClientDesktopBuildId = "3.100.1-d7ae231";
+ webClientTvBuildId = "3.105.0-669a5ee";
webClient = fetchurl {
url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/buildid.cmake";
- sha256 = "0j7i4yr95ljw9cwyaygld41j7yvndj3dza3cbydv4x8mh2hn05v1";
+ sha256 = "0gd7x0rf7sf696zd24y6pji9iam851vjjqbpm4xkqwpadwrwzhwk";
};
webClientDesktopHash = fetchurl {
url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-desktop-${webClientDesktopBuildId}.tar.xz.sha1";
- sha256 = "106kx9ahz7jgskpjraff2g235n1whwvf18yw0nmp5dwr9ys9h8jp";
+ sha256 = "136hk7p6gxxmhq1d09jfjljkv76b5h2p16s5jwf28xixkp0ab2jg";
};
webClientDesktop = fetchurl {
url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-desktop-${webClientDesktopBuildId}.tar.xz";
- sha256 = "0h23h3fd3w43glvnhrg9qiajs0ql490kb00g3i4cpi29hy1ky45r";
+ sha256 = "0yvjqar72jq58jllsp51b8ybiv6kad8w51bfzss87m1cv3qdbzpa";
};
webClientTvHash = fetchurl {
url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-tv-${webClientTvBuildId}.tar.xz.sha1";
- sha256 = "05zk2zpmcdf276ys5zyirsmvhvyvz99fa6hlgymma8ql6w67133r";
+ sha256 = "0kkw9dd0kr5n4ip1pwfs2dkfjwrph88i0dlw64dca9i885gyjvhd";
};
webClientTv = fetchurl {
url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-tv-${webClientTvBuildId}.tar.xz";
- sha256 = "1cflpgaf4kyj6ccqa11j28rkp8s7zlbnid7s00m5n2c907dihmw2";
+ sha256 = "0yssii01nx6ixg3mikqjn8hz34dalma0rfr8spj115xwr7aq8ixk";
};
};
-in stdenv.mkDerivation rec {
+in mkDerivation rec {
name = "plex-media-player-${version}";
- version = "2.23.0.920";
- vsnHash = "5bc1a2e5";
+ version = "2.36.0.988";
+ vsnHash = "0150ae52";
src = fetchFromGitHub {
owner = "plexinc";
repo = "plex-media-player";
rev = "v${version}-${vsnHash}";
- sha256 = "1jzlyj32gr3ar89qnk8slazrbchqkjfx9dchzkzfvpi6742v9igm";
+ sha256 = "104arb0afv3jz0bvj8ij5s7av289ms9n91b4y4077la2wd6r1bq0";
};
nativeBuildInputs = [ pkgconfig cmake python3 ];
diff --git a/pkgs/applications/video/qstopmotion/default.nix b/pkgs/applications/video/qstopmotion/default.nix
index 812004bd119..ea4816ad6d0 100644
--- a/pkgs/applications/video/qstopmotion/default.nix
+++ b/pkgs/applications/video/qstopmotion/default.nix
@@ -1,5 +1,5 @@
-{ stdenv, lib, fetchurl, qt5, ffmpeg, guvcview, cmake, ninja, libxml2
-, gettext, pkgconfig, libgphoto2, gphoto2, v4l_utils, libv4l, pcre
+{ stdenv, fetchurl, qt5, ffmpeg, guvcview, cmake, ninja, libxml2
+, gettext, pkgconfig, libgphoto2, gphoto2, v4l-utils, libv4l, pcre
, qwt, extra-cmake-modules }:
stdenv.mkDerivation rec {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "03r6jxyq0bak2vsy2b78nk27m7fm96hnl8cx11l3l17704j4iglh";
};
- buildInputs = with qt5; [ v4l_utils libv4l pcre qtbase qtmultimedia ffmpeg guvcview
+ buildInputs = with qt5; [ v4l-utils libv4l pcre qtbase qtmultimedia ffmpeg guvcview
qwt qtquickcontrols qtimageformats qtxmlpatterns ];
nativeBuildInputs = [ pkgconfig cmake extra-cmake-modules ninja
diff --git a/pkgs/applications/video/shotcut/default.nix b/pkgs/applications/video/shotcut/default.nix
index 27a0fa3388e..2f0b54edc8f 100644
--- a/pkgs/applications/video/shotcut/default.nix
+++ b/pkgs/applications/video/shotcut/default.nix
@@ -1,24 +1,23 @@
-{ stdenv, fetchFromGitHub, SDL2, frei0r, gettext, mlt, jack1, pkgconfig, qtbase
-, qtmultimedia, qtwebkit, qtx11extras, qtwebsockets, qtquickcontrols
-, qtgraphicaleffects, libmlt
-, qmake, makeWrapper, qttools }:
+{ stdenv, fetchFromGitHub, SDL2, frei0r, gettext, mlt, jack1, mkDerivation
+, pkgconfig, qtbase, qtmultimedia, qtwebkit, qtx11extras, qtwebsockets
+, qtquickcontrols, qtgraphicaleffects, libmlt, qmake, qttools }:
assert stdenv.lib.versionAtLeast libmlt.version "6.8.0";
assert stdenv.lib.versionAtLeast mlt.version "6.8.0";
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "shotcut-${version}";
- version = "19.02.28";
+ version = "19.08.16";
src = fetchFromGitHub {
owner = "mltframework";
repo = "shotcut";
rev = "v${version}";
- sha256 = "14l0cm81jy7syi08d8dg4nzp7s9zji9cycnf2mvh7zc7x069d1jr";
+ sha256 = "0alnnfgimfs8fjddkcfx4pzyijwz5dgnqic5qazaza6f4kf60801";
};
enableParallelBuilding = true;
- nativeBuildInputs = [ makeWrapper pkgconfig qmake ];
+ nativeBuildInputs = [ pkgconfig qmake ];
buildInputs = [
SDL2 frei0r gettext mlt libmlt
qtbase qtmultimedia qtwebkit qtx11extras qtwebsockets qtquickcontrols
@@ -35,10 +34,15 @@ stdenv.mkDerivation rec {
sed "s_/usr/bin/nice_''${NICE}_" -i src/jobs/meltjob.cpp src/jobs/ffmpegjob.cpp
'';
+ qtWrapperArgs = [
+ "--prefix FREI0R_PATH : ${frei0r}/lib/frei0r-1"
+ "--prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [jack1 SDL2 ]}"
+ "--prefix PATH : ${mlt}/bin"
+ ];
+
postInstall = ''
mkdir -p $out/share/shotcut
cp -r src/qml $out/share/shotcut/
- wrapProgram $out/bin/shotcut --prefix FREI0R_PATH : ${frei0r}/lib/frei0r-1 --prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ jack1 SDL2 ]} --prefix PATH : ${mlt}/bin
'';
meta = with stdenv.lib; {
diff --git a/pkgs/applications/video/smplayer/default.nix b/pkgs/applications/video/smplayer/default.nix
index 00a0942ccf6..495fc6f6745 100644
--- a/pkgs/applications/video/smplayer/default.nix
+++ b/pkgs/applications/video/smplayer/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchurl, qmake, qtscript }:
+{ lib, mkDerivation, fetchurl, qmake, qtscript }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "smplayer-19.5.0";
src = fetchurl {
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A complete front-end for MPlayer";
homepage = http://smplayer.sourceforge.net/;
- license = stdenv.lib.licenses.gpl3Plus;
- platforms = stdenv.lib.platforms.linux;
+ license = lib.licenses.gpl3Plus;
+ platforms = lib.platforms.linux;
};
}
diff --git a/pkgs/applications/video/smtube/default.nix b/pkgs/applications/video/smtube/default.nix
index c5dcec38723..59e541892ee 100644
--- a/pkgs/applications/video/smtube/default.nix
+++ b/pkgs/applications/video/smtube/default.nix
@@ -1,12 +1,12 @@
-{ stdenv, fetchurl, qmake, qtscript, qtwebkit }:
+{ lib, mkDerivation, fetchurl, qmake, qtscript, qtwebkit }:
-stdenv.mkDerivation rec {
- version = "18.11.0";
+mkDerivation rec {
+ version = "19.6.0";
name = "smtube-${version}";
src = fetchurl {
url = "mirror://sourceforge/smtube/SMTube/${version}/${name}.tar.bz2";
- sha256 = "0rda7mdsr0awhra9yrmsdzp2c4s6xx5nax107d1fydnk084pygqp";
+ sha256 = "0d3hskd6ar51zq29xj899i8sii9g4cxq99gz2y1dhgsnqbn36hpm";
};
makeFlags = [
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ qmake ];
buildInputs = [ qtscript qtwebkit ];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Play and download Youtube videos";
homepage = http://smplayer.sourceforge.net/smtube.php;
license = licenses.gpl2Plus;
diff --git a/pkgs/applications/video/subtitleeditor/default.nix b/pkgs/applications/video/subtitleeditor/default.nix
index 135dabd6898..ea51471d9aa 100644
--- a/pkgs/applications/video/subtitleeditor/default.nix
+++ b/pkgs/applications/video/subtitleeditor/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, intltool, file,
- desktop-file-utils, enchant, gnome3, gtk3, gtkmm3, gst_all_1, hicolor-icon-theme,
+ desktop-file-utils, enchant, gtk3, gtkmm3, gst_all_1, hicolor-icon-theme,
libsigcxx, libxmlxx, xdg_utils, isocodes, wrapGAppsHook
}:
diff --git a/pkgs/applications/video/vdr/default.nix b/pkgs/applications/video/vdr/default.nix
index 21c2404f4ee..bcffb8585b3 100644
--- a/pkgs/applications/video/vdr/default.nix
+++ b/pkgs/applications/video/vdr/default.nix
@@ -4,19 +4,19 @@
, enableBidi ? true
}: stdenv.mkDerivation rec {
- name = "vdr-${version}";
- version = "2.4.0";
+ pname = "vdr";
+ version = "2.4.1";
src = fetchurl {
- url = "ftp://ftp.tvdr.de/vdr/${name}.tar.bz2";
- sha256 = "1klcgy9kr7n6z8d2c77j63bl8hvhx5qnqppg73f77004hzz4kbwk";
+ url = "ftp://ftp.tvdr.de/vdr/${pname}-${version}.tar.bz2";
+ sha256 = "1p51b14aqzncx3xpfg0rjplc48pg7520035i5p6r5zzkqhszihr5";
};
enableParallelBuilding = true;
postPatch = "substituteInPlace Makefile --replace libsystemd-daemon libsystemd";
- buildInputs = [ fontconfig libjpeg libcap freetype ]
+ buildInputs = [ fontconfig libjpeg libcap freetype perl ]
++ lib.optional enableSystemd systemd
++ lib.optional enableBidi fribidi;
diff --git a/pkgs/applications/video/vdr/plugins.nix b/pkgs/applications/video/vdr/plugins.nix
index 4fc3783ba51..022f4382a49 100644
--- a/pkgs/applications/video/vdr/plugins.nix
+++ b/pkgs/applications/video/vdr/plugins.nix
@@ -1,7 +1,8 @@
-{ stdenv, fetchurl, fetchgit, vdr, ffmpeg_2, alsaLib, fetchFromGitHub
+{ stdenv, fetchurl, fetchgit, vdr, alsaLib, fetchFromGitHub
, libvdpau, libxcb, xcbutilwm, graphicsmagick, libav, pcre, xorgserver, ffmpeg
-, libiconv, boost, libgcrypt, perl, utillinux, groff, libva, xorg, ncurses }:
-let
+, libiconv, boost, libgcrypt, perl, utillinux, groff, libva, xorg, ncurses
+, callPackage
+}: let
mkPlugin = name: stdenv.mkDerivation {
name = "vdr-${vdr.version}-${name}";
inherit (vdr) src;
@@ -11,6 +12,8 @@ let
};
in {
+ xineliboutput = callPackage ./xineliboutput {};
+
skincurses = (mkPlugin "skincurses").overrideAttrs(oldAttr: {
buildInputs = oldAttr.buildInputs ++ [ ncurses ];
});
diff --git a/pkgs/applications/video/vdr/wrapper.nix b/pkgs/applications/video/vdr/wrapper.nix
index 2272d1605fd..497ad7c77a0 100644
--- a/pkgs/applications/video/vdr/wrapper.nix
+++ b/pkgs/applications/video/vdr/wrapper.nix
@@ -1,5 +1,12 @@
-{ symlinkJoin, lib, makeWrapper, vdr, plugins ? [] }:
-symlinkJoin {
+{ symlinkJoin, lib, makeWrapper, vdr
+, plugins ? []
+}: let
+
+ makeXinePluginPath = l: lib.concatStringsSep ":" (map (p: "${p}/lib/xine/plugins") l);
+
+ requiredXinePlugins = lib.flatten (map (p: p.passthru.requiredXinePlugins or []) plugins);
+
+in symlinkJoin {
name = "vdr-with-plugins-${(builtins.parseDrvName vdr.name).version}";
@@ -8,7 +15,9 @@ symlinkJoin {
nativeBuildInputs = [ makeWrapper ];
postBuild = ''
- wrapProgram $out/bin/vdr --add-flags "-L $out/lib/vdr --localedir=$out/share/locale"
+ wrapProgram $out/bin/vdr \
+ --add-flags "-L $out/lib/vdr --localedir=$out/share/locale" \
+ --prefix XINE_PLUGIN_PATH ":" ${makeXinePluginPath requiredXinePlugins}
'';
meta = with vdr.meta; {
diff --git a/pkgs/applications/video/vdr/xineliboutput/default.nix b/pkgs/applications/video/vdr/xineliboutput/default.nix
new file mode 100644
index 00000000000..98fcd2b5d40
--- /dev/null
+++ b/pkgs/applications/video/vdr/xineliboutput/default.nix
@@ -0,0 +1,64 @@
+{ stdenv, fetchurl, lib, vdr
+, libav, libcap, libvdpau
+, xineLib, libjpeg, libextractor, mesa, libGLU
+, libX11, libXext, libXrender, libXrandr
+, makeWrapper
+}: let
+ name = "vdr-xineliboutput-2.1.0";
+
+ makeXinePluginPath = l: lib.concatStringsSep ":" (map (p: "${p}/lib/xine/plugins") l);
+
+ self = stdenv.mkDerivation {
+ inherit name;
+
+ src = fetchurl {
+ url = "mirror://sourceforge/project/xineliboutput/xineliboutput/${name}/${name}.tgz";
+ sha256 = "1phrxpaz8li7z0qy241spawalhcmwkv5hh3gdijbv4h7mm899yba";
+ };
+
+ # configure don't accept argument --prefix
+ dontAddPrefix = true;
+
+ postConfigure = ''
+ sed -i config.mak \
+ -e 's,XINEPLUGINDIR=/[^/]*/[^/]*/[^/]*/,XINEPLUGINDIR=/,'
+ '';
+
+ makeFlags = [ "DESTDIR=$(out)" ];
+
+ postFixup = ''
+ for f in $out/bin/*; do
+ wrapProgram $f \
+ --prefix XINE_PLUGIN_PATH ":" "${makeXinePluginPath [ "$out" xineLib ]}"
+ done
+ '';
+
+ nativeBuildInputs = [ makeWrapper ];
+
+ buildInputs = [
+ libav
+ libcap
+ libextractor
+ libjpeg
+ libGLU
+ libvdpau
+ libXext
+ libXrandr
+ libXrender
+ libX11
+ mesa
+ vdr
+ xineLib
+ ];
+
+ passthru.requiredXinePlugins = [ xineLib self ];
+
+ meta = with lib;{
+ homepage = "https://sourceforge.net/projects/xineliboutput/";
+ description = "Xine-lib based software output device for VDR";
+ maintainers = [ maintainers.ck3d ];
+ license = licenses.gpl2;
+ inherit (vdr.meta) platforms;
+ };
+ };
+in self
diff --git a/pkgs/applications/video/vlc/default.nix b/pkgs/applications/video/vlc/default.nix
index c9fc11e889d..dda70d797e5 100644
--- a/pkgs/applications/video/vlc/default.nix
+++ b/pkgs/applications/video/vlc/default.nix
@@ -9,9 +9,8 @@
, libass, libva, libdvbpsi, libdc1394, libraw1394, libopus
, libvdpau, libsamplerate, live555, fluidsynth, wayland, wayland-protocols
, onlyLibVLC ? false
-, withQt5 ? true, qtbase ? null, qtsvg ? null, qtx11extras ? null
+, withQt5 ? true, qtbase ? null, qtsvg ? null, qtx11extras ? null, wrapQtAppsHook ? null
, jackSupport ? false
-, fetchpatch
, removeReferencesTo
, chromecastSupport ? true, protobuf, libmicrodns
}:
@@ -22,15 +21,15 @@
with stdenv.lib;
-assert (withQt5 -> qtbase != null && qtsvg != null && qtx11extras != null);
+assert (withQt5 -> qtbase != null && qtsvg != null && qtx11extras != null && wrapQtAppsHook != null);
stdenv.mkDerivation rec {
name = "vlc-${version}";
- version = "3.0.7";
+ version = "3.0.8";
src = fetchurl {
url = "http://get.videolan.org/vlc/${version}/${name}.tar.xz";
- sha256 = "05irswyg9acflxzy4vfyvgi643r72vsvagv118zawjqg1wagxdaw";
+ sha256 = "e0149ef4a20a19b9ecd87309c2d27787ee3f47dfd47c6639644bc1f6fd95bdf6";
};
# VLC uses a *ton* of libraries for various pieces of functionality, many of
@@ -50,7 +49,8 @@ stdenv.mkDerivation rec {
++ optional jackSupport libjack2
++ optionals chromecastSupport [ protobuf libmicrodns ];
- nativeBuildInputs = [ autoreconfHook perl pkgconfig removeReferencesTo ];
+ nativeBuildInputs = [ autoreconfHook perl pkgconfig removeReferencesTo ]
+ ++ optionals withQt5 [ wrapQtAppsHook ];
enableParallelBuilding = true;
diff --git a/pkgs/applications/video/vokoscreen/default.nix b/pkgs/applications/video/vokoscreen/default.nix
index e609c1cd339..a38a9056c85 100644
--- a/pkgs/applications/video/vokoscreen/default.nix
+++ b/pkgs/applications/video/vokoscreen/default.nix
@@ -1,9 +1,9 @@
-{ stdenv, fetchFromGitHub
+{ stdenv, fetchFromGitHub, mkDerivation
, pkgconfig, qtbase, qttools, qmake, qtmultimedia, qtx11extras, alsaLib, libv4l, libXrandr
, ffmpeg
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "vokoscreen";
version = "2.5.8-beta";
diff --git a/pkgs/applications/video/webtorrent_desktop/default.nix b/pkgs/applications/video/webtorrent_desktop/default.nix
index 086190000ab..0c28b4d5737 100644
--- a/pkgs/applications/video/webtorrent_desktop/default.nix
+++ b/pkgs/applications/video/webtorrent_desktop/default.nix
@@ -1,6 +1,6 @@
{
alsaLib, atk, cairo, cups, dbus, dpkg, expat, fetchurl, fontconfig, freetype,
- gdk_pixbuf, glib, gnome2, libX11, libXScrnSaver, libXcomposite, libXcursor,
+ gdk-pixbuf, glib, gnome2, libX11, libXScrnSaver, libXcomposite, libXcursor,
libXdamage, libXext, libXfixes, libXi, libXrandr, libXrender, libXtst,
libxcb, nspr, nss, stdenv, udev
}:
@@ -15,7 +15,7 @@
expat
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
gnome2.GConf
gnome2.gtk
diff --git a/pkgs/applications/virtualization/OVMF/default.nix b/pkgs/applications/virtualization/OVMF/default.nix
index c858f4c4d6d..ecf6f1c5421 100644
--- a/pkgs/applications/virtualization/OVMF/default.nix
+++ b/pkgs/applications/virtualization/OVMF/default.nix
@@ -1,4 +1,9 @@
-{ stdenv, lib, edk2, nasm, iasl, seabios, openssl, secureBoot ? false }:
+{ stdenv, lib, edk2, utillinux, nasm, iasl
+, csmSupport ? false, seabios ? null
+, secureBoot ? false
+}:
+
+assert csmSupport -> seabios != null;
let
@@ -12,60 +17,25 @@ let
throw "Unsupported architecture";
version = (builtins.parseDrvName edk2.name).version;
-
- src = edk2.src;
in
-stdenv.mkDerivation (edk2.setup projectDscPath {
+edk2.mkDerivation projectDscPath {
name = "OVMF-${version}";
- inherit src;
-
outputs = [ "out" "fd" ];
- # TODO: properly include openssl for secureBoot
- buildInputs = [nasm iasl] ++ stdenv.lib.optionals (secureBoot == true) [ openssl ];
+ buildInputs = [ utillinux nasm iasl ];
- hardeningDisable = [ "stackprotector" "pic" "fortify" ];
+ hardeningDisable = [ "format" "stackprotector" "pic" "fortify" ];
- unpackPhase = ''
- # $fd is overwritten during the build
- export OUTPUT_FD=$fd
+ buildFlags =
+ lib.optional secureBoot "-DSECURE_BOOT_ENABLE=TRUE"
+ ++ lib.optionals csmSupport [ "-D CSM_ENABLE" "-D FD_SIZE_2MB" ];
- for file in \
- "${src}"/{UefiCpuPkg,MdeModulePkg,IntelFrameworkModulePkg,PcAtChipsetPkg,FatBinPkg,EdkShellBinPkg,MdePkg,ShellPkg,OptionRomPkg,IntelFrameworkPkg,FatPkg,CryptoPkg,SourceLevelDebugPkg};
- do
- ln -sv "$file" .
- done
-
- ${if stdenv.isAarch64 then ''
- ln -sv ${src}/ArmPkg .
- ln -sv ${src}/ArmPlatformPkg .
- ln -sv ${src}/ArmVirtPkg .
- ln -sv ${src}/EmbeddedPkg .
- ln -sv ${src}/OvmfPkg .
- '' else if seabios != null then ''
- cp -r ${src}/OvmfPkg .
- chmod +w OvmfPkg/Csm/Csm16
- cp ${seabios}/Csm16.bin OvmfPkg/Csm/Csm16/Csm16.bin
- '' else ''
- ln -sv ${src}/OvmfPkg .
- ''}
-
- ${lib.optionalString secureBoot ''
- ln -sv ${src}/SecurityPkg .
- ln -sv ${src}/CryptoPkg .
- ''}
+ postPatch = lib.optionalString csmSupport ''
+ cp ${seabios}/Csm16.bin OvmfPkg/Csm/Csm16/Csm16.bin
'';
- buildPhase = if stdenv.isAarch64 then ''
- build -n $NIX_BUILD_CORES
- '' else if seabios == null then ''
- build -n $NIX_BUILD_CORES ${lib.optionalString secureBoot "-DSECURE_BOOT_ENABLE=TRUE"}
- '' else ''
- build -n $NIX_BUILD_CORES -D CSM_ENABLE -D FD_SIZE_2MB ${lib.optionalString secureBoot "-DSECURE_BOOT_ENABLE=TRUE"}
- '';
-
postFixup = if stdenv.isAarch64 then ''
mkdir -vp $fd/FV
mkdir -vp $fd/AAVMF
@@ -77,8 +47,8 @@ stdenv.mkDerivation (edk2.setup projectDscPath {
dd of=$fd/AAVMF/QEMU_EFI-pflash.raw if=$fd/FV/QEMU_EFI.fd conv=notrunc
dd of=$fd/AAVMF/vars-template-pflash.raw if=/dev/zero bs=1M count=64
'' else ''
- mkdir -vp $OUTPUT_FD/FV
- mv -v $out/FV/OVMF{,_CODE,_VARS}.fd $OUTPUT_FD/FV
+ mkdir -vp $fd/FV
+ mv -v $out/FV/OVMF{,_CODE,_VARS}.fd $fd/FV
'';
dontPatchELF = true;
@@ -89,4 +59,4 @@ stdenv.mkDerivation (edk2.setup projectDscPath {
license = stdenv.lib.licenses.bsd2;
platforms = ["x86_64-linux" "i686-linux" "aarch64-linux"];
};
-})
+}
diff --git a/pkgs/applications/virtualization/conmon/default.nix b/pkgs/applications/virtualization/conmon/default.nix
index 4ef02af106e..0b523d7b88d 100644
--- a/pkgs/applications/virtualization/conmon/default.nix
+++ b/pkgs/applications/virtualization/conmon/default.nix
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
project = "conmon";
name = "${project}-${version}";
- version = "0.2.0";
+ version = "2.0.0";
src = fetchFromGitHub {
owner = "containers";
repo = project;
rev = "v${version}";
- sha256 = "08fgkbv7hq62lcq39za9pm2s2j92ismgrkvfm7acwbvajqh9syjb";
+ sha256 = "1sigcylya668f5jzkf1vgfsgqy26l3glh9a3g8lhd2468ax6wymk";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/applications/virtualization/containerd/default.nix b/pkgs/applications/virtualization/containerd/default.nix
index fe23bcac585..d21bc8cc32b 100644
--- a/pkgs/applications/virtualization/containerd/default.nix
+++ b/pkgs/applications/virtualization/containerd/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub, buildGoPackage, btrfs-progs, go-md2man, utillinux }:
+{ lib, fetchFromGitHub, buildGoPackage, btrfs-progs, go-md2man, utillinux }:
with lib;
diff --git a/pkgs/applications/virtualization/cri-o/default.nix b/pkgs/applications/virtualization/cri-o/default.nix
index 2e7b476443f..8070e1423fe 100644
--- a/pkgs/applications/virtualization/cri-o/default.nix
+++ b/pkgs/applications/virtualization/cri-o/default.nix
@@ -17,7 +17,7 @@
buildGoPackage rec {
project = "cri-o";
- version = "1.14.2";
+ version = "1.15.0";
name = "${project}-${version}${flavor}";
goPackagePath = "github.com/${project}/${project}";
@@ -26,7 +26,7 @@ buildGoPackage rec {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
- sha256 = "1p3yzcjljbpwhnsa512rc3zgbrnibh2bflfg4bdjhnfpqzg18376";
+ sha256 = "08m84rlar25w6dwv76rab4vdlavacn7kb5ravzqnb8ngx68csbp3";
};
outputs = [ "bin" "out" ];
diff --git a/pkgs/applications/virtualization/docker-compose/default.nix b/pkgs/applications/virtualization/docker-compose/default.nix
index d8327c99dbb..2d983d009f1 100644
--- a/pkgs/applications/virtualization/docker-compose/default.nix
+++ b/pkgs/applications/virtualization/docker-compose/default.nix
@@ -6,12 +6,12 @@
, enum34, functools32, paramiko
}:
buildPythonApplication rec {
- version = "1.24.0";
+ version = "1.24.1";
pname = "docker-compose";
src = fetchPypi {
inherit pname version;
- sha256 = "0sd3bwmz80a2rffviq9vvyxic41ya08yj41k8x1m4vv74wcab0jm";
+ sha256 = "0lx7bx6jvhydbab8vwry0bclhdf0dfj6jrns1m5y45yp9ybqxmd5";
};
# lots of networking and other fails
diff --git a/pkgs/applications/virtualization/docker/default.nix b/pkgs/applications/virtualization/docker/default.nix
index d2e42740d0f..a1125f25e81 100644
--- a/pkgs/applications/virtualization/docker/default.nix
+++ b/pkgs/applications/virtualization/docker/default.nix
@@ -201,13 +201,25 @@ rec {
# https://github.com/docker/docker-ce/tree/v${version}/components/engine/hack/dockerfile/install/*
docker_18_09 = makeOverridable dockerGen {
- version = "18.09.6";
- rev = "481bc7715621adba10752357e0d537c8dc86507d";
- sha256 = "15l77g7f7zhn33b0a5k56nk2722yl0nm1fl6cmlgcv4ih7q7cl6c";
- runcRev = "2b18fe1d885ee5083ef9f0838fee39b62d653e30";
- runcSha256 = "0g0d9mh5fcvsjgddiyw98ph5zpz5ivlwy89m45jxwbzkxb21gy7w";
- containerdRev = "bb71b10fd8f58240ca47fbb579b9d1028eea7c84";
- containerdSha256 = "0npbzixf3c0jvzm159vygvkydrr8h36c9sq50yv0mdinrys2bvg0";
+ version = "18.09.8";
+ rev = "0dd43dd87fd530113bf44c9bba9ad8b20ce4637f";
+ sha256 = "07ljxdqylbfbq1939hqyaav966ga7ds5b38dn7af1h0aks86y2s3";
+ runcRev = "425e105d5a03fabd737a126ad93d62a9eeede87f";
+ runcSha256 = "05s4p12mgmdcy7gjralh41wlgds6m69zdgwbpdn1xjj2487dmhxf";
+ containerdRev = "894b81a4b802e4eb2a91d1ce216b8817763c29fb";
+ containerdSha256 = "0sp5mn5wd3xma4svm6hf67hyhiixzkzz6ijhyjkwdrc4alk81357";
+ tiniRev = "fec3683b971d9c3ef73f284f176672c44b448662";
+ tiniSha256 = "1h20i3wwlbd8x4jr2gz68hgklh0lb0jj7y5xk1wvr8y58fip1rdn";
+ };
+
+ docker_19_03 = makeOverridable dockerGen {
+ version = "19.03.1";
+ rev = "74b1e89e8ac68948be88fe0aa1e2767ae28659fe";
+ sha256 = "1m7bq7la29d8piwiq5whzcyrm7g3lv497wnri0lh6gxi10nwv06h";
+ runcRev = "425e105d5a03fabd737a126ad93d62a9eeede87f";
+ runcSha256 = "05s4p12mgmdcy7gjralh41wlgds6m69zdgwbpdn1xjj2487dmhxf";
+ containerdRev = "894b81a4b802e4eb2a91d1ce216b8817763c29fb";
+ containerdSha256 = "0sp5mn5wd3xma4svm6hf67hyhiixzkzz6ijhyjkwdrc4alk81357";
tiniRev = "fec3683b971d9c3ef73f284f176672c44b448662";
tiniSha256 = "1h20i3wwlbd8x4jr2gz68hgklh0lb0jj7y5xk1wvr8y58fip1rdn";
};
diff --git a/pkgs/applications/virtualization/docker/proxy.nix b/pkgs/applications/virtualization/docker/proxy.nix
index 8b7021f7dbb..3b2e1f45ae6 100644
--- a/pkgs/applications/virtualization/docker/proxy.nix
+++ b/pkgs/applications/virtualization/docker/proxy.nix
@@ -1,4 +1,4 @@
-{ stdenv, buildGoPackage, fetchFromGitHub, docker }:
+{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "docker-proxy-${rev}";
diff --git a/pkgs/applications/virtualization/dynamips/default.nix b/pkgs/applications/virtualization/dynamips/default.nix
index 9419939d1c7..cce5a674f7c 100644
--- a/pkgs/applications/virtualization/dynamips/default.nix
+++ b/pkgs/applications/virtualization/dynamips/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "dynamips";
- version = "0.2.20";
+ version = "0.2.21";
src = fetchFromGitHub {
owner = "GNS3";
repo = pname;
rev = "v${version}";
- sha256 = "1841h0m0k0p3c3ify4imafjk7jigcj2zlr8rn3iyp7jnafkxqik7";
+ sha256 = "0pvdqs6kjz0x0wqb5f1k3r25dg82wssm7wz4psm0m6bxsvf5l0i5";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/applications/virtualization/lkl/default.nix b/pkgs/applications/virtualization/lkl/default.nix
index 40503ab89d7..318929eb225 100644
--- a/pkgs/applications/virtualization/lkl/default.nix
+++ b/pkgs/applications/virtualization/lkl/default.nix
@@ -2,8 +2,9 @@
, buildPackages }:
stdenv.mkDerivation rec {
- name = "lkl-2018-08-22";
- rev = "5221c547af3d29582703f01049617a6bf9f6232a";
+ pname = "lkl";
+ version = "2019-06-20";
+ rev = "0a4ebeadad12b94db665b8daf30e44e949a02d90";
outputs = [ "dev" "lib" "out" ];
@@ -15,7 +16,7 @@ stdenv.mkDerivation rec {
inherit rev;
owner = "lkl";
repo = "linux";
- sha256 = "1k2plyx40xaphm8zsk2dd1lyv6dhsp7kj6hfmdgiamvl80bjajqy";
+ sha256 = "09y9ci3j0lp3z74h577ng2s9a4n4glqpqndyc9iy6wdqaj764gm6";
};
# Fix a /usr/bin/env reference in here that breaks sandboxed builds
@@ -58,7 +59,7 @@ stdenv.mkDerivation rec {
overhead
'';
homepage = https://github.com/lkl/linux/;
- platforms = [ "x86_64-linux" "aarch64-linux" ]; # Darwin probably works too but I haven't tested it
+ platforms = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" "armv6l-linux" ]; # Darwin probably works too but I haven't tested it
license = licenses.gpl2;
maintainers = with maintainers; [ copumpkin ];
};
diff --git a/pkgs/applications/virtualization/looking-glass-client/default.nix b/pkgs/applications/virtualization/looking-glass-client/default.nix
index afb2088c6a6..58f4dd48cc8 100644
--- a/pkgs/applications/virtualization/looking-glass-client/default.nix
+++ b/pkgs/applications/virtualization/looking-glass-client/default.nix
@@ -1,33 +1,26 @@
{ stdenv, fetchFromGitHub, fetchpatch
, cmake, pkgconfig, SDL2, SDL, SDL2_ttf, openssl, spice-protocol, fontconfig
-, libX11, freefont_ttf, nettle, libconfig
+, libX11, freefont_ttf, nettle, libconfig, wayland, libpthreadstubs, libXdmcp
+, libXfixes, libbfd
}:
stdenv.mkDerivation rec {
name = "looking-glass-client-${version}";
- version = "a12";
+ version = "B1";
src = fetchFromGitHub {
owner = "gnif";
repo = "LookingGlass";
rev = version;
- sha256 = "0r6bvl9q94039r6ff4f2bg8si95axx9w8bf1h1qr5730d2kv5yxq";
+ sha256 = "0vykv7yjz4fima9d82m83acd8ab72nq4wyzyfs1c499i27wz91ia";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
SDL SDL2 SDL2_ttf openssl spice-protocol fontconfig
- libX11 freefont_ttf nettle libconfig cmake
- ];
-
- patches = [
- # Fix obsolete spice header usage. Remove with the next release. See https://github.com/gnif/LookingGlass/pull/126
- (fetchpatch {
- url = "https://github.com/gnif/LookingGlass/commit/2567447b24b28458ba0f09c766a643ad8d753255.patch";
- sha256 = "04j2h75rpxd71szry15f31r6s0kgk96i8q9khdv9q3i2fvkf242n";
- stripLen = 1;
- })
+ libX11 freefont_ttf nettle libconfig wayland libpthreadstubs
+ libXdmcp libXfixes libbfd cmake
];
enableParallelBuilding = true;
@@ -50,7 +43,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://looking-glass.hostfission.com/;
license = licenses.gpl2Plus;
- maintainers = [ maintainers.pneumaticat ];
+ maintainers = [ maintainers.alexbakker ];
platforms = [ "x86_64-linux" ];
};
}
diff --git a/pkgs/applications/virtualization/nvidia-docker/default.nix b/pkgs/applications/virtualization/nvidia-docker/default.nix
index 3e79ff84882..197b3045cf2 100644
--- a/pkgs/applications/virtualization/nvidia-docker/default.nix
+++ b/pkgs/applications/virtualization/nvidia-docker/default.nix
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub, fetchpatch, callPackage, makeWrapper
-, buildGoPackage, runc, libelf, libcap, libseccomp, glibc }:
+, buildGoPackage, runc, glibc }:
with lib; let
diff --git a/pkgs/applications/virtualization/podman/default.nix b/pkgs/applications/virtualization/podman/default.nix
index b07365a5ca1..f7ea6df8493 100644
--- a/pkgs/applications/virtualization/podman/default.nix
+++ b/pkgs/applications/virtualization/podman/default.nix
@@ -5,13 +5,13 @@
buildGoPackage rec {
name = "podman-${version}";
- version = "1.3.2";
+ version = "1.5.1";
src = fetchFromGitHub {
owner = "containers";
repo = "libpod";
rev = "v${version}";
- sha256 = "1j5n08273igj6wm9rrwks9nnklv91060bn1yv3ak78csxc05whs3";
+ sha256 = "1jg7fdshqz0x71339i0wndskb17x1k5rwpkjiwd463f96fnbfp4x";
};
goPackagePath = "github.com/containers/libpod";
@@ -39,7 +39,7 @@ buildGoPackage rec {
homepage = https://podman.io/;
description = "A program for managing pods, containers and container images";
license = licenses.asl20;
- maintainers = with maintainers; [ vdemeester ];
+ maintainers = with maintainers; [ vdemeester saschagrunert ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/virtualization/qemu/default.nix b/pkgs/applications/virtualization/qemu/default.nix
index 459d1a396b3..d64baca2cc7 100644
--- a/pkgs/applications/virtualization/qemu/default.nix
+++ b/pkgs/applications/virtualization/qemu/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, python2, zlib, pkgconfig, glib
+{ stdenv, fetchurl, fetchpatch, python, zlib, pkgconfig, glib
, ncurses, perl, pixman, vde2, alsaLib, texinfo, flex
, bison, lzo, snappy, libaio, gnutls, nettle, curl
, makeWrapper
@@ -15,7 +15,7 @@
, usbredirSupport ? spiceSupport, usbredir
, xenSupport ? false, xen
, cephSupport ? false, ceph
-, openGLSupport ? sdlSupport, mesa_noglu, epoxy, libdrm
+, openGLSupport ? sdlSupport, mesa, epoxy, libdrm
, virglSupport ? openGLSupport, virglrenderer
, smbdSupport ? false, samba
, hostCpuOnly ? false
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
sha256 = "085g6f75si8hbn94mnnjn1r7ysixn5bqj4bhqwvadj00fhzp2zvd";
};
- nativeBuildInputs = [ python2 pkgconfig flex bison ];
+ nativeBuildInputs = [ python python.pkgs.sphinx pkgconfig flex bison ];
buildInputs =
[ zlib glib ncurses perl pixman
vde2 texinfo makeWrapper lzo snappy
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
++ optionals stdenv.isLinux [ alsaLib libaio libcap_ng libcap attr ]
++ optionals xenSupport [ xen ]
++ optionals cephSupport [ ceph ]
- ++ optionals openGLSupport [ mesa_noglu epoxy libdrm ]
+ ++ optionals openGLSupport [ mesa epoxy libdrm ]
++ optionals virglSupport [ virglrenderer ]
++ optionals smbdSupport [ samba ];
@@ -112,6 +112,7 @@ stdenv.mkDerivation rec {
[ "--audio-drv-list=${audio}"
"--sysconfdir=/etc"
"--localstatedir=/var"
+ "--enable-docs"
]
# disable sysctl check on darwin.
++ optional stdenv.isDarwin "--cpu=x86_64"
diff --git a/pkgs/applications/virtualization/railcar/default.nix b/pkgs/applications/virtualization/railcar/default.nix
index 437324e9b05..0a139448cb3 100644
--- a/pkgs/applications/virtualization/railcar/default.nix
+++ b/pkgs/applications/virtualization/railcar/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub, fetchpatch, rustPlatform, libseccomp }:
+{ lib, fetchFromGitHub, rustPlatform, libseccomp }:
rustPlatform.buildRustPackage rec {
name = "railcar-${version}";
diff --git a/pkgs/applications/virtualization/runc/default.nix b/pkgs/applications/virtualization/runc/default.nix
index f19f4c5b27e..10c7d17209c 100644
--- a/pkgs/applications/virtualization/runc/default.nix
+++ b/pkgs/applications/virtualization/runc/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub, buildGoPackage, go-md2man
+{ lib, fetchFromGitHub, buildGoPackage, go-md2man
, pkgconfig, libapparmor, apparmor-parser, libseccomp, which }:
with lib;
diff --git a/pkgs/applications/virtualization/singularity/default.nix b/pkgs/applications/virtualization/singularity/default.nix
index ab9416fd3d6..8ec9ec6c8b4 100644
--- a/pkgs/applications/virtualization/singularity/default.nix
+++ b/pkgs/applications/virtualization/singularity/default.nix
@@ -1,12 +1,10 @@
{stdenv
, removeReferencesTo
, lib
-, fetchgit
, fetchFromGitHub
, utillinux
, openssl
, coreutils
-, gawk
, go
, which
, makeWrapper
@@ -17,13 +15,13 @@ with lib;
buildGoPackage rec {
name = "singularity-${version}";
- version = "3.0.1";
+ version = "3.2.1";
src = fetchFromGitHub {
owner = "sylabs";
repo = "singularity";
rev = "v${version}";
- sha256 = "1wpsd0il2ipa2n5cnbj8dzs095jycdryq2rx62kikbq7ahzz4fsi";
+ sha256 = "14lhxwy21s7q081x7kbnvkjsbxgsg2f181qlzmlxcn6n7gfav3kj";
};
goPackagePath = "github.com/sylabs/singularity";
@@ -34,22 +32,16 @@ buildGoPackage rec {
propagatedBuildInputs = [ coreutils squashfsTools ];
postConfigure = ''
- find . -name vendor -type d -print0 | xargs -0 rm -rf
-
cd go/src/github.com/sylabs/singularity
patchShebangs .
- sed -i 's|defaultEnv := "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin"|defaultEnv := "${stdenv.lib.makeBinPath propagatedBuildInputs}"|' src/cmd/singularity/cli/singularity.go
+ sed -i 's|defaultPath := "[^"]*"|defaultPath := "${stdenv.lib.makeBinPath propagatedBuildInputs}"|' cmd/internal/cli/actions.go
./mconfig -V ${version} -p $bin --localstatedir=/var
- touch builddir/.dep-done
- touch builddir/vendors-done
# Don't install SUID binaries
sed -i 's/-m 4755/-m 755/g' builddir/Makefile
- # Point to base gopath
- sed -i "s|^cni_vendor_GOPATH :=.*\$|cni_vendor_GOPATH := $NIX_BUILD_TOP/go/src/github.com/containernetworking/plugins/plugins|" builddir/Makefile
'';
buildPhase = ''
@@ -59,6 +51,7 @@ buildGoPackage rec {
installPhase = ''
make -C builddir install LOCALSTATEDIR=$bin/var
chmod 755 $bin/libexec/singularity/bin/starter-suid
+ wrapProgram $bin/bin/singularity --prefix PATH : ${stdenv.lib.makeBinPath propagatedBuildInputs}
'';
postFixup = ''
diff --git a/pkgs/applications/virtualization/singularity/deps.nix b/pkgs/applications/virtualization/singularity/deps.nix
index 526202e75ae..fe51488c706 100644
--- a/pkgs/applications/virtualization/singularity/deps.nix
+++ b/pkgs/applications/virtualization/singularity/deps.nix
@@ -1,669 +1 @@
-# file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix)
-[
- {
- goPackagePath = "github.com/Microsoft/go-winio";
- fetch = {
- type = "git";
- url = "https://github.com/Microsoft/go-winio";
- rev = "7da180ee92d8bd8bb8c37fc560e673e6557c392f";
- sha256 = "19gjjhmzswhm11wzj38r5alxypmflmy0z42flhc3czhmmwv7b1av";
- };
- }
- {
- goPackagePath = "github.com/alexflint/go-filemutex";
- fetch = {
- type = "git";
- url = "https://github.com/alexflint/go-filemutex";
- rev = "d358565f3c3f5334209f1e80693e4f621650c489";
- sha256 = "19fzbm0x8821awsmqj9ig49dxxkd72p1yfqbijmdwwszvw2r0ggz";
- };
- }
- {
- goPackagePath = "github.com/beorn7/perks";
- fetch = {
- type = "git";
- url = "https://github.com/beorn7/perks";
- rev = "3a771d992973f24aa725d07868b467d1ddfceafb";
- sha256 = "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3";
- };
- }
- {
- goPackagePath = "github.com/blang/semver";
- fetch = {
- type = "git";
- url = "https://github.com/blang/semver";
- rev = "2ee87856327ba09384cabd113bc6b5d174e9ec0f";
- sha256 = "13ws259bwcibkclbr82ilhk6zadm63kxklxhk12wayklj8ghhsmy";
- };
- }
- {
- goPackagePath = "github.com/containerd/cgroups";
- fetch = {
- type = "git";
- url = "https://github.com/containerd/cgroups";
- rev = "5017d4e9a9cf2d4381db99eacd9baf84b95bfb14";
- sha256 = "02pvcmj91j3maa9j1v91m2z9kpa6p822h06r007b3pl7h0paiqnj";
- };
- }
- {
- goPackagePath = "github.com/containerd/continuity";
- fetch = {
- type = "git";
- url = "https://github.com/containerd/continuity";
- rev = "246e49050efdf45e8f17fbbcf1547ee376f9939e";
- sha256 = "1zc1f0yixf32lprp5r77z2j9xq7fk0hijq8xzl08j4zrk0fcy8aq";
- };
- }
- {
- goPackagePath = "github.com/containernetworking/cni";
- fetch = {
- type = "git";
- url = "https://github.com/containernetworking/cni";
- rev = "a7885cb6f8ab03fba07852ded351e4f5e7a112bf";
- sha256 = "00ajs2r5r2z3l0vqwxrcwhjfc9px12qbcv5vnvs2mdipvvls1y2y";
- };
- }
- {
- goPackagePath = "github.com/containernetworking/plugins";
- fetch = {
- type = "git";
- url = "https://github.com/containernetworking/plugins";
- rev = "2b8b1ac0af4568e928d96ccc5f47b075416eeabd";
- sha256 = "1yl9m8pwjmqxj3hf0w9s6rykszhcww54z07yjgxzabmqf2dhchxv";
- };
- }
- {
- goPackagePath = "github.com/containers/image";
- fetch = {
- type = "git";
- url = "https://github.com/containers/image";
- rev = "2e4f799f5eba49a2498d2793cfb2a4bc823ca3f6";
- sha256 = "0b9symgbkd2vgvp7mfpz1l03i2zivwbc5ycccwv78b1ikk9m6b75";
- };
- }
- {
- goPackagePath = "github.com/containers/storage";
- fetch = {
- type = "git";
- url = "https://github.com/containers/storage";
- rev = "88d80428f9b146f8f9fe7e2e8cc8688a5aae1a4e";
- sha256 = "13fagjisbg55dhgjd72h0hiy6jfg8ggkcnjl5haqj13c2gkf6sam";
- };
- }
- {
- goPackagePath = "github.com/coreos/go-iptables";
- fetch = {
- type = "git";
- url = "https://github.com/coreos/go-iptables";
- rev = "b5b1876b170881a8259f036445ee89c8669db386";
- sha256 = "1s1c04x47pk3168606x4vkg4avs8a7m407hpha8py1xni08cgb6m";
- };
- }
- {
- goPackagePath = "github.com/coreos/go-systemd";
- fetch = {
- type = "git";
- url = "https://github.com/coreos/go-systemd";
- rev = "39ca1b05acc7ad1220e09f133283b8859a8b71ab";
- sha256 = "1kzqrrzqspa5qm7kwslxl3m16lqzns23c24rv474ajzwmj3ixmx1";
- };
- }
- {
- goPackagePath = "github.com/cpuguy83/go-md2man";
- fetch = {
- type = "git";
- url = "https://github.com/cpuguy83/go-md2man";
- rev = "20f5889cbdc3c73dbd2862796665e7c465ade7d1";
- sha256 = "1w22dfdamsq63b5rvalh9k2y7rbwfkkjs7vm9vd4a13h2ql70lg2";
- };
- }
- {
- goPackagePath = "github.com/d2g/dhcp4";
- fetch = {
- type = "git";
- url = "https://github.com/d2g/dhcp4";
- rev = "a1d1b6c41b1ce8a71a5121a9cee31809c4707d9c";
- sha256 = "191hzw6yqzkm042h6miyycq3g0zrhqjhhpl27f8vhwzp4wanasiz";
- };
- }
- {
- goPackagePath = "github.com/d2g/dhcp4client";
- fetch = {
- type = "git";
- url = "https://github.com/d2g/dhcp4client";
- rev = "e612998962035b93ba16cfd1ad2f3221985c1b8c";
- sha256 = "1612wh99fblc9ashmm6mjc9110fhal95z0mn9qn7av3px13yd9fs";
- };
- }
- {
- goPackagePath = "github.com/docker/distribution";
- fetch = {
- type = "git";
- url = "https://github.com/docker/distribution";
- rev = "749f6afb4572201e3c37325d0ffedb6f32be8950";
- sha256 = "05jn2wvikyw0pbmi74w5axr0zgxn5y3ynn9rhsq87rmwqj7raxhd";
- };
- }
- {
- goPackagePath = "github.com/docker/docker";
- fetch = {
- type = "git";
- url = "https://github.com/docker/docker";
- rev = "da99009bbb1165d1ac5688b5c81d2f589d418341";
- sha256 = "02hhx7s8vm45rcl2mx9xamkncl2pb6qhsmz35mffbg4n6l5rn5x5";
- };
- }
- {
- goPackagePath = "github.com/docker/docker-credential-helpers";
- fetch = {
- type = "git";
- url = "https://github.com/docker/docker-credential-helpers";
- rev = "d68f9aeca33f5fd3f08eeae5e9d175edf4e731d1";
- sha256 = "1ff829h5p1j6qiivjvnwyiybrff3dddv1ij71nz5whmgavdqgd49";
- };
- }
- {
- goPackagePath = "github.com/docker/go-connections";
- fetch = {
- type = "git";
- url = "https://github.com/docker/go-connections";
- rev = "3ede32e2033de7505e6500d6c868c2b9ed9f169d";
- sha256 = "0v1pkr8apwmhyzbjfriwdrs1ihlk6pw7izm57r24mf9jdmg3fyb0";
- };
- }
- {
- goPackagePath = "github.com/docker/go-metrics";
- fetch = {
- type = "git";
- url = "https://github.com/docker/go-metrics";
- rev = "399ea8c73916000c64c2c76e8da00ca82f8387ab";
- sha256 = "0najfy92fq05b330cnjk5b326yi7dnnmvzfk6g5lsa1fci78yzw4";
- };
- }
- {
- goPackagePath = "github.com/docker/go-units";
- fetch = {
- type = "git";
- url = "https://github.com/docker/go-units";
- rev = "47565b4f722fb6ceae66b95f853feed578a4a51c";
- sha256 = "0npxsb3pp89slwf4a73fxm20hykad8xggij6i6hcd5jy19bjrd93";
- };
- }
- {
- goPackagePath = "github.com/docker/libtrust";
- fetch = {
- type = "git";
- url = "https://github.com/docker/libtrust";
- rev = "aabc10ec26b754e797f9028f4589c5b7bd90dc20";
- sha256 = "1lwslbggzc2b0c4wxl5pn6i2nfgz5jz8f7s7vnid9mrlsk59h7s1";
- };
- }
- {
- goPackagePath = "github.com/ghodss/yaml";
- fetch = {
- type = "git";
- url = "https://github.com/ghodss/yaml";
- rev = "0ca9ea5df5451ffdf184b4428c902747c2c11cd7";
- sha256 = "0skwmimpy7hlh7pva2slpcplnm912rp3igs98xnqmn859kwa5v8g";
- };
- }
- {
- goPackagePath = "github.com/globalsign/mgo";
- fetch = {
- type = "git";
- url = "https://github.com/globalsign/mgo";
- rev = "113d3961e7311526535a1ef7042196563d442761";
- sha256 = "0m05ay993vv2jkc46bbdnq371s5jc0an2cycsj7p3b6lmv84jk9f";
- };
- }
- {
- goPackagePath = "github.com/godbus/dbus";
- fetch = {
- type = "git";
- url = "https://github.com/godbus/dbus";
- rev = "a389bdde4dd695d414e47b755e95e72b7826432c";
- sha256 = "1ckvg15zdsgmbn4mi36cazkb407ixc9mmyf7vwj8b8wi3d00rgn9";
- };
- }
- {
- goPackagePath = "github.com/gogo/protobuf";
- fetch = {
- type = "git";
- url = "https://github.com/gogo/protobuf";
- rev = "1adfc126b41513cc696b209667c8656ea7aac67c";
- sha256 = "1j7azzlnihcvnd1apw5zr0bz30h7n0gyimqqkgc76vzb1n5dpi7m";
- };
- }
- {
- goPackagePath = "github.com/golang/protobuf";
- fetch = {
- type = "git";
- url = "https://github.com/golang/protobuf";
- rev = "b4deda0973fb4c70b50d226b1af49f3da59f5265";
- sha256 = "0ya4ha7m20bw048m1159ppqzlvda4x0vdprlbk5sdgmy74h3xcdq";
- };
- }
- {
- goPackagePath = "github.com/gorilla/context";
- fetch = {
- type = "git";
- url = "https://github.com/gorilla/context";
- rev = "08b5f424b9271eedf6f9f0ce86cb9396ed337a42";
- sha256 = "03p4hn87vcmfih0p9w663qbx9lpsf7i7j3lc7yl7n84la3yz63m4";
- };
- }
- {
- goPackagePath = "github.com/gorilla/mux";
- fetch = {
- type = "git";
- url = "https://github.com/gorilla/mux";
- rev = "e3702bed27f0d39777b0b37b664b6280e8ef8fbf";
- sha256 = "0pvzm23hklxysspnz52mih6h1q74vfrdhjfm1l3sa9r8hhqmmld2";
- };
- }
- {
- goPackagePath = "github.com/gorilla/websocket";
- fetch = {
- type = "git";
- url = "https://github.com/gorilla/websocket";
- rev = "ea4d1f681babbce9545c9c5f3d5194a789c89f5b";
- sha256 = "1bhgs2542qs49p1dafybqxfs2qc072xv41w5nswyrknwyjxxs2a1";
- };
- }
- {
- goPackagePath = "github.com/hashicorp/errwrap";
- fetch = {
- type = "git";
- url = "https://github.com/hashicorp/errwrap";
- rev = "7554cd9344cec97297fa6649b055a8c98c2a1e55";
- sha256 = "0kmv0p605di6jc8i1778qzass18m0mv9ks9vxxrfsiwcp4la82jf";
- };
- }
- {
- goPackagePath = "github.com/hashicorp/go-multierror";
- fetch = {
- type = "git";
- url = "https://github.com/hashicorp/go-multierror";
- rev = "b7773ae218740a7be65057fc60b366a49b538a44";
- sha256 = "09904bk7ac6qs9dgiv23rziq9h3makb9qg4jvxr71rlydsd7psfd";
- };
- }
- {
- goPackagePath = "github.com/inconshreveable/mousetrap";
- fetch = {
- type = "git";
- url = "https://github.com/inconshreveable/mousetrap";
- rev = "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75";
- sha256 = "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152";
- };
- }
- {
- goPackagePath = "github.com/j-keck/arping";
- fetch = {
- type = "git";
- url = "https://github.com/j-keck/arping";
- rev = "2cf9dc699c5640a7e2c81403a44127bf28033600";
- sha256 = "1bid8mpx3j4546ni0a6q5xyz7hb854g95qnxqmg5jzs9vrcird3c";
- };
- }
- {
- goPackagePath = "github.com/kubernetes-sigs/cri-o";
- fetch = {
- type = "git";
- url = "https://github.com/kubernetes-sigs/cri-o";
- rev = "8afc34092907d146906fcc31af112b2b46e7b5cd";
- sha256 = "0ghcjvk7grdcwb1936mnj56a7rla804glfknid9kmr3kgny3yi43";
- };
- }
- {
- goPackagePath = "github.com/magiconair/properties";
- fetch = {
- type = "git";
- url = "https://github.com/magiconair/properties";
- rev = "c2353362d570a7bfa228149c62842019201cfb71";
- sha256 = "1a10362wv8a8qwb818wygn2z48lgzch940hvpv81hv8gc747ajxn";
- };
- }
- {
- goPackagePath = "github.com/mattn/go-runewidth";
- fetch = {
- type = "git";
- url = "https://github.com/mattn/go-runewidth";
- rev = "9e777a8366cce605130a531d2cd6363d07ad7317";
- sha256 = "0vkrfrz3fzn5n6ix4k8s0cg0b448459sldq8bp4riavsxm932jzb";
- };
- }
- {
- goPackagePath = "github.com/mattn/go-shellwords";
- fetch = {
- type = "git";
- url = "https://github.com/mattn/go-shellwords";
- rev = "02e3cf038dcea8290e44424da473dd12be796a8a";
- sha256 = "1pg7pl25wvpl2dbpyrv9p1r7prnqimxlf6136vn0dfm54j2x4mnr";
- };
- }
- {
- goPackagePath = "github.com/matttproud/golang_protobuf_extensions";
- fetch = {
- type = "git";
- url = "https://github.com/matttproud/golang_protobuf_extensions";
- rev = "c12348ce28de40eed0136aa2b644d0ee0650e56c";
- sha256 = "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya";
- };
- }
- {
- goPackagePath = "github.com/mtrmac/gpgme";
- fetch = {
- type = "git";
- url = "https://github.com/mtrmac/gpgme";
- rev = "b2432428689ca58c2b8e8dea9449d3295cf96fc9";
- sha256 = "0hs9gfwf3cmnvmmxb485icwlv8h8xnny3p52bj7qwv251pvwsnaf";
- };
- }
- {
- goPackagePath = "github.com/opencontainers/go-digest";
- fetch = {
- type = "git";
- url = "https://github.com/opencontainers/go-digest";
- rev = "279bed98673dd5bef374d3b6e4b09e2af76183bf";
- sha256 = "01gc7fpn8ax429024p2fcx3yb18axwz5bjf2hqxlii1jbsgw4bh9";
- };
- }
- {
- goPackagePath = "github.com/opencontainers/image-spec";
- fetch = {
- type = "git";
- url = "https://github.com/opencontainers/image-spec";
- rev = "e562b04403929d582d449ae5386ff79dd7961a11";
- sha256 = "0j24nk975di8hcv6ycn2p2hhw1xdiy4bpxamr6wn12k21kadlp7s";
- };
- }
- {
- goPackagePath = "github.com/opencontainers/image-tools";
- fetch = {
- type = "git";
- url = "https://github.com/sylabs/image-tools";
- rev = "2814f498056809a9d5baaf76d1d82312180a5888";
- sha256 = "0q3ljb51df5hc58rhp5xni2gsy3gkxn47d9dwyfcffnq8kpf9d8a";
- };
- }
- {
- goPackagePath = "github.com/opencontainers/runc";
- fetch = {
- type = "git";
- url = "https://github.com/opencontainers/runc";
- rev = "baf6536d6259209c3edfa2b22237af82942d3dfa";
- sha256 = "09fm7f1k4lvx8v3crqb0cli1x2brlz8ka7f7qa8d2sb6ln58h7w7";
- };
- }
- {
- goPackagePath = "github.com/opencontainers/runtime-spec";
- fetch = {
- type = "git";
- url = "https://github.com/opencontainers/runtime-spec";
- rev = "5806c35637336642129d03657419829569abc5aa";
- sha256 = "13vw1b3j9sx7d5fr3w3jdg137nnqcr50fqchq8z8nf6s18lkhj93";
- };
- }
- {
- goPackagePath = "github.com/opencontainers/runtime-tools";
- fetch = {
- type = "git";
- url = "https://github.com/opencontainers/runtime-tools";
- rev = "1c243a8a8eb44d491790798afc9b634c6f6a6380";
- sha256 = "1ll5wrbn84yb2l7k6hpwwj06wywib7ar4z1bhh1rc5h9xajng7jq";
- };
- }
- {
- goPackagePath = "github.com/opencontainers/selinux";
- fetch = {
- type = "git";
- url = "https://github.com/opencontainers/selinux";
- rev = "ba1aefe8057f1d0cfb8e88d0ec1dc85925ef987d";
- sha256 = "1n283j7rsim7gysm91x99c41d7vnsjsgfm4dy11fnzpkpzfiksq5";
- };
- }
- {
- goPackagePath = "github.com/pelletier/go-toml";
- fetch = {
- type = "git";
- url = "https://github.com/pelletier/go-toml";
- rev = "c01d1270ff3e442a8a57cddc1c92dc1138598194";
- sha256 = "1fjzpcjng60mc3a4b2ql5a00d5gah84wj740dabv9kq67mpg8fxy";
- };
- }
- {
- goPackagePath = "github.com/pkg/errors";
- fetch = {
- type = "git";
- url = "https://github.com/pkg/errors";
- rev = "645ef00459ed84a119197bfb8d8205042c6df63d";
- sha256 = "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5";
- };
- }
- {
- goPackagePath = "github.com/pquerna/ffjson";
- fetch = {
- type = "git";
- url = "https://github.com/pquerna/ffjson";
- rev = "d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac";
- sha256 = "069w276lch2hhkvz26wdla8d4s0cg842bhqmih4sa33dsinlgs8g";
- };
- }
- {
- goPackagePath = "github.com/prometheus/client_golang";
- fetch = {
- type = "git";
- url = "https://github.com/prometheus/client_golang";
- rev = "faf4ec335fe01ae5a6a0eaa34a5a9333bfbd1a30";
- sha256 = "08xgqgx7vc27zc30chgi09lwrnvxr338dn624xnw4ysfm9r6lxrz";
- };
- }
- {
- goPackagePath = "github.com/prometheus/client_model";
- fetch = {
- type = "git";
- url = "https://github.com/prometheus/client_model";
- rev = "99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c";
- sha256 = "19y4ywsivhpxj7ikf2j0gm9k3cmyw37qcbfi78n526jxcc7kw998";
- };
- }
- {
- goPackagePath = "github.com/prometheus/common";
- fetch = {
- type = "git";
- url = "https://github.com/prometheus/common";
- rev = "7600349dcfe1abd18d72d3a1770870d9800a7801";
- sha256 = "0lsp94dqpj35dny4m4x15kg4wgwawlm3in7cnpajkkacgyxagk5f";
- };
- }
- {
- goPackagePath = "github.com/prometheus/procfs";
- fetch = {
- type = "git";
- url = "https://github.com/prometheus/procfs";
- rev = "7d6f385de8bea29190f15ba9931442a0eaef9af7";
- sha256 = "18cish8yas5r6xhgp8p8n7lg4wh3d4szzirszxra8m7rwy3swxxq";
- };
- }
- {
- goPackagePath = "github.com/russross/blackfriday";
- fetch = {
- type = "git";
- url = "https://github.com/russross/blackfriday";
- rev = "55d61fa8aa702f59229e6cff85793c22e580eaf5";
- sha256 = "0qmavm5d14kj6im6sqzpqnlhpy524428vkn4hnfwknndr9rycmn0";
- };
- }
- {
- goPackagePath = "github.com/safchain/ethtool";
- fetch = {
- type = "git";
- url = "https://github.com/safchain/ethtool";
- rev = "6e3f4faa84e1d8d48afec75ed064cf3611d3f8bf";
- sha256 = "15xjvny8bfhhjvvv654pimxxw5cd02q8skp1siwbfvrlw598j4lm";
- };
- }
- {
- goPackagePath = "github.com/satori/go.uuid";
- fetch = {
- type = "git";
- url = "https://github.com/satori/go.uuid";
- rev = "f58768cc1a7a7e77a3bd49e98cdd21419399b6a3";
- sha256 = "1j4s5pfg2ldm35y8ls8jah4dya2grfnx2drb4jcbjsyrp4cm5yfb";
- };
- }
- {
- goPackagePath = "github.com/seccomp/libseccomp-golang";
- fetch = {
- type = "git";
- url = "https://github.com/seccomp/libseccomp-golang";
- rev = "e3496e3a417d1dc9ecdceca5af2513271fed37a0";
- sha256 = "0z8v90nk22h8r5licav1a8cbn6k7bs47l0j1crw7bjl9hv1bmr71";
- };
- }
- {
- goPackagePath = "github.com/sirupsen/logrus";
- fetch = {
- type = "git";
- url = "https://github.com/sirupsen/logrus";
- rev = "c155da19408a8799da419ed3eeb0cb5db0ad5dbc";
- sha256 = "0g5z7al7kky11ai2dhac6gkp3b5pxsvx72yj3xg4wg3265gbn7yz";
- };
- }
- {
- goPackagePath = "github.com/spf13/cobra";
- fetch = {
- type = "git";
- url = "https://github.com/spf13/cobra";
- rev = "1e58aa3361fd650121dceeedc399e7189c05674a";
- sha256 = "1d6dy60dw7i2mcab10yp99wi5w28jzhzzf16w4ys6bna7ymndiin";
- };
- }
- {
- goPackagePath = "github.com/spf13/pflag";
- fetch = {
- type = "git";
- url = "https://github.com/spf13/pflag";
- rev = "583c0c0531f06d5278b7d917446061adc344b5cd";
- sha256 = "0nr4mdpfhhk94hq4ymn5b2sxc47b29p1akxd8b0hx4dvdybmipb5";
- };
- }
- {
- goPackagePath = "github.com/sylabs/sif";
- fetch = {
- type = "git";
- url = "https://github.com/sylabs/sif";
- rev = "177b9338f1ab9123be5b6217740be1f0ce924206";
- sha256 = "1dwpml36n06hglp2km1wsfzdiw1yva6a0h00f1y2933m3i8r3k2w";
- };
- }
- {
- goPackagePath = "github.com/syndtr/gocapability";
- fetch = {
- type = "git";
- url = "https://github.com/syndtr/gocapability";
- rev = "33e07d32887e1e06b7c025f27ce52f62c7990bc0";
- sha256 = "1x88c0b320b13w7samicf19dqx9rr4dnrh3yglk3cba21nwsp57i";
- };
- }
- {
- goPackagePath = "github.com/vishvananda/netlink";
- fetch = {
- type = "git";
- url = "https://github.com/vishvananda/netlink";
- rev = "a2ad57a690f3caf3015351d2d6e1c0b95c349752";
- sha256 = "0hpzghf1a4cwawzhkiwdzin80h6hd09fskl77d5ppgc084yvj8x0";
- };
- }
- {
- goPackagePath = "github.com/vishvananda/netns";
- fetch = {
- type = "git";
- url = "https://github.com/vishvananda/netns";
- rev = "be1fbeda19366dea804f00efff2dd73a1642fdcc";
- sha256 = "0j0xin37zp34ajmhsgfbxr8l7vrljf1lc6z3j3miidlmfwcl2s0m";
- };
- }
- {
- goPackagePath = "github.com/xeipuuv/gojsonpointer";
- fetch = {
- type = "git";
- url = "https://github.com/xeipuuv/gojsonpointer";
- rev = "4e3ac2762d5f479393488629ee9370b50873b3a6";
- sha256 = "13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q";
- };
- }
- {
- goPackagePath = "github.com/xeipuuv/gojsonreference";
- fetch = {
- type = "git";
- url = "https://github.com/xeipuuv/gojsonreference";
- rev = "bd5ef7bd5415a7ac448318e64f11a24cd21e594b";
- sha256 = "1xby79padc7bmyb8rfbad8wfnfdzpnh51b1n8c0kibch0kwc1db5";
- };
- }
- {
- goPackagePath = "github.com/xeipuuv/gojsonschema";
- fetch = {
- type = "git";
- url = "https://github.com/xeipuuv/gojsonschema";
- rev = "1d523034197ff1f222f6429836dd36a2457a1874";
- sha256 = "1z8c6x8sfh6d1ib2lm2jps7r139qip6h3zik3fxhy1yr1380qbzp";
- };
- }
- {
- goPackagePath = "go4.org";
- fetch = {
- type = "git";
- url = "https://github.com/go4org/go4";
- rev = "9599cf28b011184741f249bd9f9330756b506cbc";
- sha256 = "0hssb6jmpjxvdx2k1zx0l2dbwpx52zxcq5n2bhqivr670r4wdrkq";
- };
- }
- {
- goPackagePath = "golang.org/x/crypto";
- fetch = {
- type = "git";
- url = "https://github.com/sylabs/golang-x-crypto";
- rev = "4bce89e8e9a9f84a4cf02b9842c3eaff2af0a856";
- sha256 = "11wi2zd055ym9m36ba007rdg4ghrwaiqxc77qyqc37ln7l7accr9";
- };
- }
- {
- goPackagePath = "golang.org/x/net";
- fetch = {
- type = "git";
- url = "https://go.googlesource.com/net";
- rev = "db08ff08e8622530d9ed3a0e8ac279f6d4c02196";
- sha256 = "1f6q8kbijnrfy6wjqxrzgjf38ippckc5w34lhqsjs7kq045aar9a";
- };
- }
- {
- goPackagePath = "golang.org/x/sys";
- fetch = {
- type = "git";
- url = "https://go.googlesource.com/sys";
- rev = "6c888cc515d3ed83fc103cf1d84468aad274b0a7";
- sha256 = "18anqrdajp4p015v3f5y641k3lmgp2jr0lfyx0pb3ia0qvn93mrp";
- };
- }
- {
- goPackagePath = "gopkg.in/cheggaaa/pb.v1";
- fetch = {
- type = "git";
- url = "https://github.com/cheggaaa/pb";
- rev = "2af8bbdea9e99e83b3ac400d8f6b6d1b8cbbf338";
- sha256 = "0vxqiw6f3xyv0zy3g4lksf8za0z8i0hvfpw92hqimsy84f79j3dp";
- };
- }
- {
- goPackagePath = "gopkg.in/yaml.v2";
- fetch = {
- type = "git";
- url = "https://github.com/go-yaml/yaml";
- rev = "5420a8b6744d3b0345ab293f6fcba19c978f1183";
- sha256 = "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1";
- };
- }
-]
\ No newline at end of file
+[]
diff --git a/pkgs/applications/virtualization/virt-manager/default.nix b/pkgs/applications/virtualization/virt-manager/default.nix
index bb16660db87..42860966fe1 100644
--- a/pkgs/applications/virtualization/virt-manager/default.nix
+++ b/pkgs/applications/virtualization/virt-manager/default.nix
@@ -1,31 +1,37 @@
{ stdenv, fetchurl, python3Packages, intltool, file
, wrapGAppsHook, gtk-vnc, vte, avahi, dconf
, gobject-introspection, libvirt-glib, system-libvirt
-, gsettings-desktop-schemas, glib, libosinfo, gnome3, gtk3
+, gsettings-desktop-schemas, glib, libosinfo, gnome3
+, gtksourceview4
, spiceSupport ? true, spice-gtk ? null
, cpio, e2fsprogs, findutils, gzip
}:
with stdenv.lib;
+# TODO: remove after there's support for setupPyDistFlags
+let
+ setuppy = ../../../development/interpreters/python/run_setup.py;
+in
python3Packages.buildPythonApplication rec {
name = "virt-manager-${version}";
- version = "2.1.0";
+ version = "2.2.1";
namePrefix = "";
src = fetchurl {
url = "http://virt-manager.org/download/sources/virt-manager/${name}.tar.gz";
- sha256 = "1m038kyngmxlgz91c7z8g73lb2wy0ajyah871a3g3wb5cnd0dsil";
+ sha256 = "06ws0agxlip6p6n3n43knsnjyd91gqhh2dadgc33wl9lx1k8vn6g";
};
nativeBuildInputs = [
- wrapGAppsHook intltool file
+ intltool file
gobject-introspection # for setup hook populating GI_TYPELIB_PATH
];
buildInputs = [
+ wrapGAppsHook
libvirt-glib vte dconf gtk-vnc gnome3.adwaita-icon-theme avahi
- gsettings-desktop-schemas libosinfo gtk3
+ gsettings-desktop-schemas libosinfo gtksourceview4
gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
] ++ optional spiceSupport spice-gtk;
@@ -43,8 +49,12 @@ python3Packages.buildPythonApplication rec {
${python3Packages.python.interpreter} setup.py configure --prefix=$out
'';
- postInstall = ''
- ${glib.dev}/bin/glib-compile-schemas "$out"/share/glib-2.0/schemas
+ # TODO: remove after there's support for setupPyDistFlags
+ buildPhase = ''
+ runHook preBuild
+ cp ${setuppy} nix_run_setup
+ ${python3Packages.python.pythonForBuild.interpreter} nix_run_setup --no-update-icon-cache build_ext bdist_wheel
+ runHook postBuild
'';
preFixup = ''
@@ -67,6 +77,6 @@ python3Packages.buildPythonApplication rec {
license = licenses.gpl2;
# exclude Darwin since libvirt-glib currently doesn't build there
platforms = platforms.linux;
- maintainers = with maintainers; [ qknight offline fpletz ];
+ maintainers = with maintainers; [ qknight offline fpletz globin ];
};
}
diff --git a/pkgs/applications/virtualization/virt-viewer/default.nix b/pkgs/applications/virtualization/virt-viewer/default.nix
index 7c90f9b3483..eb5d53c2b89 100644
--- a/pkgs/applications/virtualization/virt-viewer/default.nix
+++ b/pkgs/applications/virtualization/virt-viewer/default.nix
@@ -1,9 +1,10 @@
{ stdenv, fetchurl, pkgconfig, intltool, glib, libxml2, gtk3, gtk-vnc, gmp
-, libgcrypt, gnupg, cyrus_sasl, shared-mime-info, libvirt, yajl, xen
+, libgcrypt, gnupg, cyrus_sasl, shared-mime-info, libvirt, yajl
, gsettings-desktop-schemas, wrapGAppsHook, libvirt-glib, libcap_ng, numactl
, libapparmor, gst_all_1
, spiceSupport ? true
, spice-gtk ? null, spice-protocol ? null, libcap ? null, gdbm ? null
+, xenSupport ? false, xen ? null
}:
assert spiceSupport ->
@@ -26,11 +27,10 @@ stdenv.mkDerivation rec {
glib libxml2 gtk3 gtk-vnc gmp libgcrypt gnupg cyrus_sasl shared-mime-info
libvirt yajl gsettings-desktop-schemas libvirt-glib
libcap_ng numactl libapparmor
- ] ++ optionals stdenv.isx86_64 [
+ ] ++ optionals xenSupport [
xen
] ++ optionals spiceSupport [
spice-gtk spice-protocol libcap gdbm
- gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
];
# Required for USB redirection PolicyKit rules file
diff --git a/pkgs/applications/virtualization/virtualbox/default.nix b/pkgs/applications/virtualization/virtualbox/default.nix
index 63957eab974..1a6ba5ac527 100644
--- a/pkgs/applications/virtualization/virtualbox/default.nix
+++ b/pkgs/applications/virtualization/virtualbox/default.nix
@@ -1,10 +1,10 @@
-{ config, stdenv, fetchurl, lib, iasl, dev86, pam, libxslt, libxml2
-, libX11, xorgproto, libXext, libXcursor, libXmu, qt5, libIDL, SDL, libcap, libGL
-, libpng, glib, lvm2, libXrandr, libXinerama, libopus
-, pkgconfig, which, docbook_xsl, docbook_xml_dtd_43
+{ config, stdenv, fetchurl, lib, iasl, dev86, pam, libxslt, libxml2, wrapQtAppsHook
+, libX11, xorgproto, libXext, libXcursor, libXmu, libIDL, SDL, libcap, libGL
+, libpng, glib, lvm2, libXrandr, libXinerama, libopus, qtbase, qtx11extras
+, qttools, pkgconfig, which, docbook_xsl, docbook_xml_dtd_43
, alsaLib, curl, libvpx, nettools, dbus
, makeself, perl
-, javaBindings ? false, jdk ? null
+, javaBindings ? true, jdk ? null # Almost doesn't affect closure size
, pythonBindings ? false, python3 ? null
, extensionPack ? null, fakeroot ? null
, pulseSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null
@@ -33,7 +33,11 @@ in stdenv.mkDerivation {
outputs = [ "out" "modsrc" ];
- nativeBuildInputs = [ pkgconfig which docbook_xsl docbook_xml_dtd_43 patchelfUnstable ];
+ nativeBuildInputs = [ pkgconfig which docbook_xsl docbook_xml_dtd_43 patchelfUnstable ]
+ ++ optional (!headless) wrapQtAppsHook;
+
+ # Wrap manually because we just need to wrap one executable
+ dontWrapQtApps = true;
buildInputs =
[ iasl dev86 libxslt libxml2 xorgproto libX11 libXext libXcursor libIDL
@@ -43,7 +47,7 @@ in stdenv.mkDerivation {
++ optional pythonBindings python # Python is needed even when not building bindings
++ optional pulseSupport libpulseaudio
++ optionals (headless) [ libXrandr libGL ]
- ++ optionals (!headless) [ qt5.qtbase qt5.qtx11extras libXinerama SDL ];
+ ++ optionals (!headless) [ qtbase qtx11extras libXinerama SDL ];
hardeningDisable = [ "format" "fortify" "pic" "stackprotector" ];
@@ -53,7 +57,7 @@ in stdenv.mkDerivation {
-e 's@PYTHONDIR=.*@PYTHONDIR=${if pythonBindings then python else ""}@' \
-e 's@CXX_FLAGS="\(.*\)"@CXX_FLAGS="-std=c++11 \1"@' \
${optionalString (!headless) ''
- -e 's@TOOLQT5BIN=.*@TOOLQT5BIN="${getDev qt5.qtbase}/bin"@' \
+ -e 's@TOOLQT5BIN=.*@TOOLQT5BIN="${getDev qtbase}/bin"@' \
''} -i configure
ls kBuild/bin/linux.x86/k* tools/linux.x86/bin/* | xargs -n 1 patchelf --set-interpreter ${stdenv.glibc.out}/lib/ld-linux.so.2
ls kBuild/bin/linux.amd64/k* tools/linux.amd64/bin/* | xargs -n 1 patchelf --set-interpreter ${stdenv.glibc.out}/lib/ld-linux-x86-64.so.2
@@ -105,9 +109,9 @@ in stdenv.mkDerivation {
VBOX_JAVA_HOME := ${jdk}
''}
${optionalString (!headless) ''
- PATH_QT5_X11_EXTRAS_LIB := ${getLib qt5.qtx11extras}/lib
- PATH_QT5_X11_EXTRAS_INC := ${getDev qt5.qtx11extras}/include
- TOOL_QT5_LRC := ${getDev qt5.qttools}/bin/lrelease
+ PATH_QT5_X11_EXTRAS_LIB := ${getLib qtx11extras}/lib
+ PATH_QT5_X11_EXTRAS_INC := ${getDev qtx11extras}/include
+ TOOL_QT5_LRC := ${getDev qttools}/bin/lrelease
''}
LOCAL_CONFIG
@@ -177,6 +181,10 @@ in stdenv.mkDerivation {
cp -rv out/linux.*/${buildType}/bin/src "$modsrc"
'';
+ preFixup = optionalString (!headless) ''
+ wrapQtApp $out/bin/VirtualBox
+ '';
+
passthru = {
inherit version; # for guest additions
inherit extensionPack; # for inclusion in profile to prevent gc
diff --git a/pkgs/applications/virtualization/virtualbox/extpack.nix b/pkgs/applications/virtualization/virtualbox/extpack.nix
index a748a0adbba..78c2538bbb0 100644
--- a/pkgs/applications/virtualization/virtualbox/extpack.nix
+++ b/pkgs/applications/virtualization/virtualbox/extpack.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, lib}:
+{fetchurl, lib}:
with lib;
diff --git a/pkgs/applications/virtualization/x11docker/default.nix b/pkgs/applications/virtualization/x11docker/default.nix
index 94682893d51..59d64210837 100644
--- a/pkgs/applications/virtualization/x11docker/default.nix
+++ b/pkgs/applications/virtualization/x11docker/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, makeWrapper, nx-libs, xorg }:
stdenv.mkDerivation rec {
name = "x11docker-${version}";
- version = "5.4.4";
+ version = "6.0.0";
src = fetchFromGitHub {
owner = "mviereck";
repo = "x11docker";
rev = "v${version}";
- sha256 = "1p45dyd1zfjxlawsy190q71hwl083f90ryaslslhxsadsi9m64dq";
+ sha256 = "1sfdxlh50hv8j3dj5bphihqdyf8s7ixm6ckrmvqgr2y3gak1y840";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ nx-libs xorg.xhost xorg.xinit ];
diff --git a/pkgs/applications/virtualization/xen/4.8.nix b/pkgs/applications/virtualization/xen/4.8.nix
index 2a59cd1f061..8ad8edde8cc 100644
--- a/pkgs/applications/virtualization/xen/4.8.nix
+++ b/pkgs/applications/virtualization/xen/4.8.nix
@@ -43,6 +43,11 @@ let
sha256 = "0gaz93kb33qc0jx6iphvny0yrd17i8zhcl3a9ky5ylc2idz0wiwa";
};
+ # Ported from
+ #"https://xenbits.xen.org/gitweb/?p=qemu-xen.git;a=patch;h=e014dbe74e0484188164c61ff6843f8a04a8cb9d";
+ #"https://xenbits.xen.org/gitweb/?p=qemu-xen.git;a=patch;h=0e3b891fefacc0e49f3c8ffa3a753b69eb7214d2";
+ qemuGlusterfs6Fix = ./qemu-gluster-6-compat.diff;
+
qemuDeps = [
udev pciutils xorg.libX11 SDL pixman acl glusterfs spice-protocol usbredir
alsaLib
@@ -50,11 +55,11 @@ let
in
callPackage (import ./generic.nix (rec {
- version = "4.8.3";
+ version = "4.8.5";
src = fetchurl {
url = "https://downloads.xenproject.org/release/xen/${version}/xen-${version}.tar.gz";
- sha256 = "0vhkpyy5x7kc36hnav95fn194ngsmc3m2xcc78vccs00gdf6m8q9";
+ sha256 = "04xcf01jad1lpqnmjblzhnjzp0bss9fjd9awgcycjx679arbaxqz";
};
# Sources needed to build tools and firmwares.
@@ -67,6 +72,7 @@ callPackage (import ./generic.nix (rec {
};
patches = [
qemuMemfdBuildFix
+ qemuGlusterfs6Fix
];
buildInputs = qemuDeps;
meta.description = "Xen's fork of upstream Qemu";
@@ -155,13 +161,8 @@ callPackage (import ./generic.nix (rec {
++ optional (withInternalOVMF) "--enable-ovmf";
patches = with xsa; flatten [
- # XSA_231 to XSA-251 are fixed in 4.8.3 (verified with git log)
- XSA_252_49
# 253: 4.8 not affected
# 254: no patch supplied by xen project (Meltdown/Spectre)
- XSA_255_49_1
- XSA_255_49_2
- XSA_256_48
xenlockprofpatch
xenpmdpatch
];
@@ -176,10 +177,8 @@ callPackage (import ./generic.nix (rec {
-i tools/libxl/libxl_device.c
'';
- passthru = {
- qemu-system-i386 = if withInternalQemu
+ passthru.qemu-system-i386 = if withInternalQemu
then "lib/xen/bin/qemu-system-i386"
else throw "this xen has no qemu builtin";
- };
})) ({ ocamlPackages = ocaml-ng.ocamlPackages_4_05; } // args)
diff --git a/pkgs/applications/virtualization/xen/generic.nix b/pkgs/applications/virtualization/xen/generic.nix
index 8dc2dffc6b6..8093d4752a0 100644
--- a/pkgs/applications/virtualization/xen/generic.nix
+++ b/pkgs/applications/virtualization/xen/generic.nix
@@ -121,8 +121,8 @@ stdenv.mkDerivation (rec {
patches = [ ./0000-fix-ipxe-src.patch
./0000-fix-install-python.patch
- ./acpica-utils-20180427.patch]
- ++ (config.patches or []);
+ ] ++ optional (versionOlder version "4.8.5") ./acpica-utils-20180427.patch
+ ++ (config.patches or []);
postPatch = ''
### Hacks
diff --git a/pkgs/applications/virtualization/xen/qemu-gluster-6-compat.diff b/pkgs/applications/virtualization/xen/qemu-gluster-6-compat.diff
new file mode 100644
index 00000000000..7ec6ad3aba6
--- /dev/null
+++ b/pkgs/applications/virtualization/xen/qemu-gluster-6-compat.diff
@@ -0,0 +1,95 @@
+diff --git a/block/gluster.c b/block/gluster.c
+index 01b479fbb9..29552e1186 100644
+--- a/block/gluster.c
++++ b/block/gluster.c
+@@ -15,6 +15,10 @@
+ #include "qemu/uri.h"
+ #include "qemu/error-report.h"
+
++#ifdef CONFIG_GLUSTERFS_FTRUNCATE_HAS_STAT
++# define glfs_ftruncate(fd, offset) glfs_ftruncate(fd, offset, NULL, NULL)
++#endif
++
+ #define GLUSTER_OPT_FILENAME "filename"
+ #define GLUSTER_OPT_VOLUME "volume"
+ #define GLUSTER_OPT_PATH "path"
+@@ -613,7 +617,11 @@ static void qemu_gluster_complete_aio(void *opaque)
+ /*
+ * AIO callback routine called from GlusterFS thread.
+ */
+-static void gluster_finish_aiocb(struct glfs_fd *fd, ssize_t ret, void *arg)
++static void gluster_finish_aiocb(struct glfs_fd *fd, ssize_t ret,
++#ifdef CONFIG_GLUSTERFS_IOCB_HAS_STAT
++ struct glfs_stat *pre, struct glfs_stat *post,
++#endif
++ void *arg)
+ {
+ GlusterAIOCB *acb = (GlusterAIOCB *)arg;
+
+diff --git a/configure b/configure
+index 4b808f9d17..89fb27fd0d 100755
+--- a/configure
++++ b/configure
+@@ -301,6 +301,8 @@ glusterfs=""
+ glusterfs_xlator_opt="no"
+ glusterfs_discard="no"
+ glusterfs_zerofill="no"
++glusterfs_ftruncate_has_stat="no"
++glusterfs_iocb_has_stat="no"
+ archipelago="no"
+ gtk=""
+ gtkabi=""
+@@ -3444,6 +3446,38 @@ if test "$glusterfs" != "no" ; then
+ if $pkg_config --atleast-version=6 glusterfs-api; then
+ glusterfs_zerofill="yes"
+ fi
++ cat > $TMPC << EOF
++#include
++
++int
++main(void)
++{
++ /* new glfs_ftruncate() passes two additional args */
++ return glfs_ftruncate(NULL, 0, NULL, NULL);
++}
++EOF
++ if compile_prog "$glusterfs_cflags" "$glusterfs_libs" ; then
++ glusterfs_ftruncate_has_stat="yes"
++ fi
++ cat > $TMPC << EOF
++#include
++
++/* new glfs_io_cbk() passes two additional glfs_stat structs */
++static void
++glusterfs_iocb(glfs_fd_t *fd, ssize_t ret, struct glfs_stat *prestat, struct glfs_stat *poststat, void *data)
++{}
++
++int
++main(void)
++{
++ glfs_io_cbk iocb = &glusterfs_iocb;
++ iocb(NULL, 0 , NULL, NULL, NULL);
++ return 0;
++}
++EOF
++ if compile_prog "$glusterfs_cflags" "$glusterfs_libs" ; then
++ glusterfs_iocb_has_stat="yes"
++ fi
+ else
+ if test "$glusterfs" = "yes" ; then
+ feature_not_found "GlusterFS backend support" \
+@@ -5415,6 +5449,14 @@ if test "$archipelago" = "yes" ; then
+ echo "ARCHIPELAGO_LIBS=$archipelago_libs" >> $config_host_mak
+ fi
+
++if test "$glusterfs_ftruncate_has_stat" = "yes" ; then
++ echo "CONFIG_GLUSTERFS_FTRUNCATE_HAS_STAT=y" >> $config_host_mak
++fi
++
++if test "$glusterfs_iocb_has_stat" = "yes" ; then
++ echo "CONFIG_GLUSTERFS_IOCB_HAS_STAT=y" >> $config_host_mak
++fi
++
+ if test "$libssh2" = "yes" ; then
+ echo "CONFIG_LIBSSH2=m" >> $config_host_mak
+ echo "LIBSSH2_CFLAGS=$libssh2_cflags" >> $config_host_mak
diff --git a/pkgs/applications/window-managers/awesome/default.nix b/pkgs/applications/window-managers/awesome/default.nix
index 25438c81605..5c897926432 100644
--- a/pkgs/applications/window-managers/awesome/default.nix
+++ b/pkgs/applications/window-managers/awesome/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, luaPackages, cairo, librsvg, cmake, imagemagick, pkgconfig, gdk_pixbuf
+{ stdenv, fetchFromGitHub, luaPackages, cairo, librsvg, cmake, imagemagick, pkgconfig, gdk-pixbuf
, xorg, libstartup_notification, libxdg_basedir, libpthreadstubs
, xcb-util-cursor, makeWrapper, pango, gobject-introspection
, which, dbus, nettools, git, doxygen
@@ -40,7 +40,7 @@ with luaPackages; stdenv.mkDerivation rec {
FONTCONFIG_FILE = toString fontsConf;
propagatedUserEnvPkgs = [ hicolor-icon-theme ];
- buildInputs = [ cairo librsvg dbus gdk_pixbuf gobject-introspection
+ buildInputs = [ cairo librsvg dbus gdk-pixbuf gobject-introspection
git lgi libpthreadstubs libstartup_notification
libxdg_basedir lua nettools pango xcb-util-cursor
xorg.libXau xorg.libXdmcp xorg.libxcb xorg.libxshmfence
diff --git a/pkgs/applications/window-managers/bspwm/default.nix b/pkgs/applications/window-managers/bspwm/default.nix
index 7cb423123dc..b81f6625437 100644
--- a/pkgs/applications/window-managers/bspwm/default.nix
+++ b/pkgs/applications/window-managers/bspwm/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "bspwm-${version}";
- version = "0.9.7";
+ version = "0.9.9";
src = fetchFromGitHub {
owner = "baskerville";
repo = "bspwm";
rev = version;
- sha256 = "17cfvbrvzwwr9r72xgpn144k45xavzi0hnl2qqp9lhxflvirac0c";
+ sha256 = "1i7crmljk1vra1r6alxvj6lqqailjjcv0llyg7a0gm23rbv4a42g";
};
buildInputs = [ libxcb libXinerama xcbutil xcbutilkeysyms xcbutilwm ];
diff --git a/pkgs/applications/window-managers/compton/default.nix b/pkgs/applications/window-managers/compton/default.nix
index 60607ea89d1..0941329bdbe 100644
--- a/pkgs/applications/window-managers/compton/default.nix
+++ b/pkgs/applications/window-managers/compton/default.nix
@@ -1,24 +1,24 @@
-{ stdenv, lib, fetchFromGitHub, pkgconfig, asciidoc, docbook_xml_dtd_45
+{ stdenv, lib, fetchFromGitHub, pkgconfig, uthash, asciidoc, docbook_xml_dtd_45
, docbook_xsl, libxslt, libxml2, makeWrapper, meson, ninja
, xorgproto, libxcb ,xcbutilrenderutil, xcbutilimage, pixman, libev
-, dbus, libconfig, libdrm, libGL, pcre, libX11, libXcomposite, libXdamage
-, libXinerama, libXrandr, libXrender, libXext, xwininfo, libxdg_basedir }:
+, dbus, libconfig, libdrm, libGL, pcre, libX11
+, libXinerama, libXext, xwininfo, libxdg_basedir }:
stdenv.mkDerivation rec {
pname = "compton";
- version = "6.2";
-
- COMPTON_VERSION = "v${version}";
+ version = "7.2";
src = fetchFromGitHub {
owner = "yshui";
repo = "compton";
- rev = COMPTON_VERSION;
- sha256 = "03fi9q8zw2qrwpkmy1bnavgfh91ci9in5fdi17g4s5s0n2l7yil7";
+ rev = "v${version}";
+ sha256 = "1vwa5f0nifc1913diqd6cp5k1dlfyc2ijxbcdj1s37ywpx6c63c3";
+ fetchSubmodules = true;
};
nativeBuildInputs = [
meson ninja
pkgconfig
+ uthash
asciidoc
docbook_xml_dtd_45
docbook_xsl
@@ -40,11 +40,6 @@ stdenv.mkDerivation rec {
"-Dbuild_docs=true"
];
- preBuild = ''
- git() { echo "v${version}"; }
- export -f git
- '';
-
installFlags = [ "PREFIX=$(out)" ];
postInstall = ''
diff --git a/pkgs/applications/window-managers/dwm/dwm-status.nix b/pkgs/applications/window-managers/dwm/dwm-status.nix
index 734d70598fb..eac15ca7141 100644
--- a/pkgs/applications/window-managers/dwm/dwm-status.nix
+++ b/pkgs/applications/window-managers/dwm/dwm-status.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, rustPlatform, fetchFromGitHub, dbus, gdk_pixbuf, libnotify, makeWrapper, pkgconfig, xorg
+{ stdenv, lib, rustPlatform, fetchFromGitHub, dbus, gdk-pixbuf, libnotify, makeWrapper, pkgconfig, xorg
, enableAlsaUtils ? true, alsaUtils, coreutils
, enableNetwork ? true, dnsutils, iproute, wirelesstools }:
@@ -9,19 +9,19 @@ in
rustPlatform.buildRustPackage rec {
name = "dwm-status-${version}";
- version = "1.6.0";
+ version = "1.6.2";
src = fetchFromGitHub {
owner = "Gerschtli";
repo = "dwm-status";
rev = version;
- sha256 = "02gvlxv6ylx4mdkf59crm2zyahiz1zd4cr5zz29dnhx7r7738i9a";
+ sha256 = "16vf7val1isc4227amng2ap9af34xa2va23dxv43px006xhrar78";
};
nativeBuildInputs = [ makeWrapper pkgconfig ];
- buildInputs = [ dbus gdk_pixbuf libnotify xorg.libX11 ];
+ buildInputs = [ dbus gdk-pixbuf libnotify xorg.libX11 ];
- cargoSha256 = "1r2wczfkdpvjc7iylwajkminraaz1ix6n724in0dvv5klfcdxlxb";
+ cargoSha256 = "0pprf8509d321azg2l51lpxylgpk7290y38z9p5hxgkcwhrhrcss";
postInstall = lib.optionalString (bins != []) ''
wrapProgram $out/bin/dwm-status --prefix "PATH" : "${stdenv.lib.makeBinPath bins}"
diff --git a/pkgs/applications/window-managers/i3/default.nix b/pkgs/applications/window-managers/i3/default.nix
index 755d1cbf2df..d72e56d2489 100644
--- a/pkgs/applications/window-managers/i3/default.nix
+++ b/pkgs/applications/window-managers/i3/default.nix
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "i3-${version}";
- version = "4.16.1";
+ version = "4.17";
src = fetchurl {
url = "https://i3wm.org/downloads/${name}.tar.bz2";
- sha256 = "0xl56y196vxv001gvx35xwfr25zah8m3xwizp9ycdgdc0rfc4rdb";
+ sha256 = "1z8qmkkq9dhqmqy8sjw3rnpnmnb8v7lr456bs0qzp23bgpj17gjf";
};
nativeBuildInputs = [ which pkgconfig makeWrapper ];
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tiling window manager";
homepage = "https://i3wm.org";
- maintainers = with maintainers; [ garbas modulistic fpletz ];
+ maintainers = with maintainers; [ modulistic fpletz globin ];
license = licenses.bsd3;
platforms = platforms.all;
diff --git a/pkgs/applications/window-managers/i3/gaps.nix b/pkgs/applications/window-managers/i3/gaps.nix
index f2dc023c81d..4d4ab6d96cc 100644
--- a/pkgs/applications/window-managers/i3/gaps.nix
+++ b/pkgs/applications/window-managers/i3/gaps.nix
@@ -3,12 +3,12 @@
i3.overrideAttrs (oldAttrs : rec {
name = "i3-gaps-${version}";
- version = "4.16.1";
+ version = "4.17";
releaseDate = "2019-01-27";
src = fetchurl {
url = "https://github.com/Airblader/i3/archive/${version}.tar.gz";
- sha256 = "1jvyd8p8dfsidfy2yy7adydynzvaf72lx67x71r13hrk8w77hp0k";
+ sha256 = "1vd2xv91xrcr07s2dywq9rvidqqmbs41hlvhcvr1927gz200vgjg";
};
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ autoreconfHook ];
diff --git a/pkgs/applications/window-managers/i3/layout-manager.nix b/pkgs/applications/window-managers/i3/layout-manager.nix
new file mode 100644
index 00000000000..afa14b48451
--- /dev/null
+++ b/pkgs/applications/window-managers/i3/layout-manager.nix
@@ -0,0 +1,39 @@
+{ stdenv, fetchFromGitHub, vim, makeWrapper, jq, rofi, xrandr, xdotool, i3, gawk, libnotify }:
+
+let
+ path = stdenv.lib.makeBinPath [ vim jq rofi xrandr xdotool i3 gawk libnotify ];
+in
+
+stdenv.mkDerivation rec {
+ pname = "i3-layout-manager";
+ version = "unstable-2019-06-19";
+
+ src = fetchFromGitHub {
+ owner = "klaxalk";
+ repo = pname;
+ rev = "80ade872bfd70d9c6039024097ceb8c852a2816a";
+ sha256 = "02xhyd737qwni628mjzr9i5v2kga5cq4k8m77bxm1p6kkj84nlmg";
+ };
+
+ nativeBuildInputs = [ makeWrapper ];
+
+ dontBuild = true;
+
+ installPhase = ''
+ runHook preInstall
+
+ install -D layout_manager.sh $out/bin/layout_manager
+ wrapProgram $out/bin/layout_manager \
+ --prefix PATH : "${path}"
+
+ runHook postInstall
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://github.com/klaxalk/i3-layout-manager;
+ description = "Saving, loading and managing layouts for i3wm.";
+ license = licenses.mit;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ ma27 ];
+ };
+}
diff --git a/pkgs/applications/window-managers/i3/lock-color.nix b/pkgs/applications/window-managers/i3/lock-color.nix
index 8c775833c28..fa88a7e26be 100644
--- a/pkgs/applications/window-managers/i3/lock-color.nix
+++ b/pkgs/applications/window-managers/i3/lock-color.nix
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
- keyboard-layout
'';
homepage = https://github.com/PandorasFox/i3lock-color;
- maintainers = with maintainers; [ garbas malyn ];
+ maintainers = with maintainers; [ malyn ];
license = licenses.bsd3;
# Needs the SSE2 instruction set. See upstream issue
diff --git a/pkgs/applications/window-managers/i3/lock-fancy.nix b/pkgs/applications/window-managers/i3/lock-fancy.nix
index a0e46c108b7..f6d797c98e1 100644
--- a/pkgs/applications/window-managers/i3/lock-fancy.nix
+++ b/pkgs/applications/window-managers/i3/lock-fancy.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "i3lock is a bash script that takes a screenshot of the desktop, blurs the background and adds a lock icon and text.";
homepage = https://github.com/meskarune/i3lock-fancy;
- maintainers = with maintainers; [ garbas ];
+ maintainers = with maintainers; [ ];
license = licenses.mit;
platforms = platforms.linux;
};
diff --git a/pkgs/applications/window-managers/i3/lock.nix b/pkgs/applications/window-managers/i3/lock.nix
index d4bb3cdc1c2..9d02dbafa5d 100644
--- a/pkgs/applications/window-managers/i3/lock.nix
+++ b/pkgs/applications/window-managers/i3/lock.nix
@@ -1,18 +1,18 @@
{ fetchurl, stdenv, which, pkgconfig, libxcb, xcbutilkeysyms, xcbutilimage,
- pam, libX11, libev, cairo, libxkbcommon, libxkbfile }:
+ xcbutilxrm, pam, libX11, libev, cairo, libxkbcommon, libxkbfile }:
stdenv.mkDerivation rec {
name = "i3lock-${version}";
- version = "2.10";
+ version = "2.12";
src = fetchurl {
url = "https://i3wm.org/i3lock/${name}.tar.bz2";
- sha256 = "1vn8828ih7mpdl58znfnzpdwdgwksq16rghm5qlppbbz66zk5sr9";
+ sha256 = "02dwaqxpclcwiwvpvq7zwz4sxcv9c15dbf17ifalj1p8djls3cnh";
};
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ which libxcb xcbutilkeysyms xcbutilimage pam libX11
- libev cairo libxkbcommon libxkbfile ];
+ buildInputs = [ which libxcb xcbutilkeysyms xcbutilimage xcbutilxrm
+ pam libX11 libev cairo libxkbcommon libxkbfile ];
makeFlags = "all";
installFlags = "PREFIX=\${out} SYSCONFDIR=\${out}/etc";
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
for every keystroke. After entering your password, the screen is unlocked again.
'';
homepage = https://i3wm.org/i3lock/;
- maintainers = with maintainers; [ garbas malyn domenkozar ];
+ maintainers = with maintainers; [ malyn domenkozar ];
license = licenses.bsd3;
platforms = platforms.all;
};
diff --git a/pkgs/applications/window-managers/i3/pystatus.nix b/pkgs/applications/window-managers/i3/pystatus.nix
index b44aa73bc5a..20ea0dd03cc 100644
--- a/pkgs/applications/window-managers/i3/pystatus.nix
+++ b/pkgs/applications/window-managers/i3/pystatus.nix
@@ -3,19 +3,18 @@
python3Packages.buildPythonApplication rec {
# i3pystatus moved to rolling release:
# https://github.com/enkore/i3pystatus/issues/584
- version = "unstable-2019-02-10";
+ version = "unstable-2019-06-10";
pname = "i3pystatus";
- disabled = !python3Packages.isPy3k;
src = fetchFromGitHub
{
owner = "enkore";
repo = "i3pystatus";
- rev = "bcd8f12b18d491029fdd5bd0f433b4500fcdc68e";
- sha256 = "0gw6sla73cid6gwxn2n4zmsg2svq5flf9zxly6x2rfljizgf0720";
+ rev = "56ce08d0ff8d5d64950d6b588ebede35a95e0ce2";
+ sha256 = "12938860jbcly1xwhd71jvy2dff28pwv9kqh6mab1859148bzmcg";
};
- propagatedBuildInputs = with python3Packages; [ keyring colour netifaces praw psutil basiciw ] ++
+ propagatedBuildInputs = with python3Packages; [ keyring colour netifaces psutil basiciw ] ++
[ libpulseaudio ] ++ extraLibs;
libpulseaudioPath = stdenv.lib.makeLibraryPath [ libpulseaudio ];
diff --git a/pkgs/applications/window-managers/i3/status-rust.nix b/pkgs/applications/window-managers/i3/status-rust.nix
index 2fd78cbb0e1..60edf05892d 100644
--- a/pkgs/applications/window-managers/i3/status-rust.nix
+++ b/pkgs/applications/window-managers/i3/status-rust.nix
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "i3status-rust";
- version = "0.9.0.2019-04-27";
+ version = "0.10.0";
src = fetchFromGitHub {
owner = "greshake";
repo = pname;
- rev = "d04d08cbd4d13c64b1e3b7a8d21c46acee3bc281";
- sha256 = "0x23qv7kwsqy1yx25fn1z56fx8w865qarr5xdx8s22x42ym4zyha";
+ rev = "v${version}";
+ sha256 = "0i1k884ha08w7r5q5z012q2w7hs333b3c18hkbrhamknpvy6c2i0";
};
- cargoSha256 = "0vl2zn9n7ijmjxi2lyglnghvaw4qi2bah5i6km15schlsm8c641g";
+ cargoSha256 = "1w43k3ld9ra7blbn593mpi8qg5pgcglwqwddkrb55yxnpnkaxvzy";
nativeBuildInputs = [ pkgconfig ];
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
description = "Very resource-friendly and feature-rich replacement for i3status";
homepage = https://github.com/greshake/i3status-rust;
license = licenses.gpl3;
- maintainers = [ maintainers.backuitist ];
+ maintainers = with maintainers; [ backuitist globin ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/window-managers/i3/status.nix b/pkgs/applications/window-managers/i3/status.nix
index 65180846c64..17b147da1b2 100644
--- a/pkgs/applications/window-managers/i3/status.nix
+++ b/pkgs/applications/window-managers/i3/status.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A tiling window manager";
homepage = https://i3wm.org;
- maintainers = [ stdenv.lib.maintainers.garbas ];
+ maintainers = [ ];
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;
};
diff --git a/pkgs/applications/window-managers/icewm/default.nix b/pkgs/applications/window-managers/icewm/default.nix
index 8406736541c..2f6199122f1 100644
--- a/pkgs/applications/window-managers/icewm/default.nix
+++ b/pkgs/applications/window-managers/icewm/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, cmake, gettext
, libjpeg, libtiff, libungif, libpng, imlib, expat
-, freetype, fontconfig, pkgconfig, gdk_pixbuf
+, freetype, fontconfig, pkgconfig, gdk-pixbuf
, mkfontdir, libX11, libXft, libXext, libXinerama
, libXrandr, libICE, libSM, libXpm, libXdmcp, libxcb
, libpthreadstubs, pcre }:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ cmake gettext libjpeg libtiff libungif libpng imlib expat
- freetype fontconfig pkgconfig gdk_pixbuf mkfontdir libX11
+ freetype fontconfig pkgconfig gdk-pixbuf mkfontdir libX11
libXft libXext libXinerama libXrandr libICE libSM libXpm
libXdmcp libxcb libpthreadstubs pcre ];
diff --git a/pkgs/applications/window-managers/orbment/bemenu.nix b/pkgs/applications/window-managers/orbment/bemenu.nix
deleted file mode 100644
index 065b81948c2..00000000000
--- a/pkgs/applications/window-managers/orbment/bemenu.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig
-, pango, wayland, libxkbcommon }:
-
-stdenv.mkDerivation rec {
- name = "bemenu-2017-02-14";
-
- src = fetchFromGitHub {
- owner = "Cloudef";
- repo = "bemenu";
- rev = "d6261274cf0b3aa51ce8ea7418a79495b20ad558";
- sha256 = "08bc623y5yjbz7q83lhl6rb0xs6ji17z79c260bx0fgin8sfj5x8";
- };
-
- nativeBuildInputs = [ cmake pkgconfig ];
-
- buildInputs = [ pango wayland libxkbcommon ];
-
- enableParallelBuilding = true;
-
- meta = with stdenv.lib; {
- description = "A dynamic menu library and client program inspired by dmenu";
- homepage = src.meta.homepage;
- license = with licenses; [ gpl3 lgpl3 ];
- platforms = platforms.linux;
- };
-}
diff --git a/pkgs/applications/window-managers/orbment/default.nix b/pkgs/applications/window-managers/orbment/default.nix
deleted file mode 100644
index 6bf6f44d423..00000000000
--- a/pkgs/applications/window-managers/orbment/default.nix
+++ /dev/null
@@ -1,41 +0,0 @@
-{ lib, stdenv, fetchgit, cmake, pkgconfig, makeWrapper, callPackage
-, wlc, dbus, wayland, libxkbcommon, pixman, libinput, udev, zlib, libpng
-, libdrm, libX11
-, westonLite
-}:
-
-let
- bemenu = callPackage ./bemenu.nix {};
-in stdenv.mkDerivation rec {
- name = "orbment-${version}";
- version = "git-2016-08-13";
-
- src = fetchgit {
- url = "https://github.com/Cloudef/orbment";
- rev = "01dcfff9719e20261a6d8c761c0cc2f8fa0d0de5";
- sha256 = "04mv9nh847vijr01zrs47fzmnwfhdx09vi3ddv843mx10yx7lqdb";
- fetchSubmodules = true;
- };
-
- nativeBuildInputs = [ cmake pkgconfig makeWrapper ];
-
- buildInputs = [
- wlc dbus wayland libxkbcommon pixman libinput udev zlib libpng libX11
- libdrm
- ];
-
- postFixup = ''
- wrapProgram $out/bin/orbment \
- --prefix PATH : "${stdenv.lib.makeBinPath [ bemenu westonLite ]}"
- '';
-
- enableParallelBuilding = true;
-
- meta = {
- description = "Modular Wayland compositor";
- homepage = src.url;
- license = lib.licenses.mit;
- platforms = lib.platforms.linux;
- maintainers = with lib.maintainers; [ ];
- };
-}
diff --git a/pkgs/applications/window-managers/sawfish/default.nix b/pkgs/applications/window-managers/sawfish/default.nix
index 887a58b748d..d8bb58c21b6 100644
--- a/pkgs/applications/window-managers/sawfish/default.nix
+++ b/pkgs/applications/window-managers/sawfish/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl
, pkgconfig, which, autoreconfHook
-, rep-gtk, pango, gdk_pixbuf
+, rep-gtk, pango, gdk-pixbuf
, imlib, gettext, texinfo
, libXinerama, libXrandr, libXtst, libICE, libSM
, makeWrapper
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ which
- rep-gtk pango gdk_pixbuf imlib gettext texinfo
+ rep-gtk pango gdk-pixbuf imlib gettext texinfo
libXinerama libXrandr libXtst libICE libSM
makeWrapper ];
diff --git a/pkgs/applications/window-managers/stumpish/default.nix b/pkgs/applications/window-managers/stumpish/default.nix
index bccb49ff4d5..56d2515ed7b 100644
--- a/pkgs/applications/window-managers/stumpish/default.nix
+++ b/pkgs/applications/window-managers/stumpish/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, substituteAll, fetchurl, fetchFromGitHub, bash, gnused, ncurses, xorg, rlwrap }:
+{ stdenv, substituteAll, fetchFromGitHub, gnused, ncurses, xorg, rlwrap }:
stdenv.mkDerivation rec {
pname = "stumpish";
diff --git a/pkgs/applications/window-managers/sway/bg.nix b/pkgs/applications/window-managers/sway/bg.nix
index d68cacf666f..595197a3f6f 100644
--- a/pkgs/applications/window-managers/sway/bg.nix
+++ b/pkgs/applications/window-managers/sway/bg.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub
, meson, ninja, pkgconfig, scdoc
-, wayland, wayland-protocols, cairo, gdk_pixbuf
+, wayland, wayland-protocols, cairo, gdk-pixbuf
}:
stdenv.mkDerivation rec {
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ meson ninja pkgconfig scdoc ];
- buildInputs = [ wayland wayland-protocols cairo gdk_pixbuf ];
+ buildInputs = [ wayland wayland-protocols cairo gdk-pixbuf ];
mesonFlags = [
"-Dgdk-pixbuf=enabled" "-Dman-pages=enabled"
diff --git a/pkgs/applications/window-managers/sway/default.nix b/pkgs/applications/window-managers/sway/default.nix
index 7d5c4c05131..12427b91265 100644
--- a/pkgs/applications/window-managers/sway/default.nix
+++ b/pkgs/applications/window-managers/sway/default.nix
@@ -2,7 +2,7 @@
, meson, ninja
, pkgconfig, scdoc
, wayland, libxkbcommon, pcre, json_c, dbus, libevdev
-, pango, cairo, libinput, libcap, pam, gdk_pixbuf
+, pango, cairo, libinput, libcap, pam, gdk-pixbuf
, wlroots, wayland-protocols, swaybg
}:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
buildInputs = [
wayland libxkbcommon pcre json_c dbus libevdev
- pango cairo libinput libcap pam gdk_pixbuf
+ pango cairo libinput libcap pam gdk-pixbuf
wlroots wayland-protocols
];
diff --git a/pkgs/applications/window-managers/sway/idle.nix b/pkgs/applications/window-managers/sway/idle.nix
index 0b8ad55d574..c9daed461c5 100644
--- a/pkgs/applications/window-managers/sway/idle.nix
+++ b/pkgs/applications/window-managers/sway/idle.nix
@@ -5,19 +5,15 @@
stdenv.mkDerivation rec {
name = "swayidle-${version}";
- version = "1.3";
+ version = "1.5";
src = fetchFromGitHub {
owner = "swaywm";
repo = "swayidle";
rev = version;
- sha256 = "04agcbhc473jkk7npb40i94ny8naykxzpjcw2lvl05kxv65y5d9v";
+ sha256 = "05qi96j58xqxjiighay1d39rfanxcpn6vlynj23mb5dymxvlaq9n";
};
- postPatch = ''
- sed -iE "s/version: '1\.2',/version: '${version}',/" meson.build
- '';
-
nativeBuildInputs = [ meson ninja pkgconfig scdoc ];
buildInputs = [ wayland wayland-protocols systemd ];
diff --git a/pkgs/applications/window-managers/sway/lock.nix b/pkgs/applications/window-managers/sway/lock.nix
index a7505e14168..80d6ed4e072 100644
--- a/pkgs/applications/window-managers/sway/lock.nix
+++ b/pkgs/applications/window-managers/sway/lock.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub
, meson, ninja, pkgconfig, scdoc
-, wayland, wayland-protocols, libxkbcommon, cairo, gdk_pixbuf, pam
+, wayland, wayland-protocols, libxkbcommon, cairo, gdk-pixbuf, pam
}:
stdenv.mkDerivation rec {
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [ meson ninja pkgconfig scdoc ];
- buildInputs = [ wayland wayland-protocols libxkbcommon cairo gdk_pixbuf pam ];
+ buildInputs = [ wayland wayland-protocols libxkbcommon cairo gdk-pixbuf pam ];
mesonFlags = [
"-Dpam=enabled" "-Dgdk-pixbuf=enabled" "-Dman-pages=enabled"
diff --git a/pkgs/applications/window-managers/sxhkd/default.nix b/pkgs/applications/window-managers/sxhkd/default.nix
index 2e58928e34c..817184d6cb0 100644
--- a/pkgs/applications/window-managers/sxhkd/default.nix
+++ b/pkgs/applications/window-managers/sxhkd/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "sxhkd-${version}";
- version = "0.6.0";
+ version = "0.6.1";
src = fetchFromGitHub {
owner = "baskerville";
repo = "sxhkd";
rev = version;
- sha256 = "1cz4vkm7fqd51ly9qjkf5q76kdqdzfhaajgvrs4anz5dyzrdpw68";
+ sha256 = "0j7bl2l06r0arrjzpz7al9j6cwzc730knbsijp7ixzz96pq7xa2h";
};
buildInputs = [ asciidoc libxcb xcbutil xcbutilkeysyms xcbutilwm ];
diff --git a/pkgs/applications/window-managers/trayer/default.nix b/pkgs/applications/window-managers/trayer/default.nix
index 5aec0973a7c..5705ae8256c 100644
--- a/pkgs/applications/window-managers/trayer/default.nix
+++ b/pkgs/applications/window-managers/trayer/default.nix
@@ -1,10 +1,10 @@
-{ stdenv, fetchFromGitHub, pkgconfig, gdk_pixbuf, gtk2 }:
+{ stdenv, fetchFromGitHub, pkgconfig, gdk-pixbuf, gtk2 }:
stdenv.mkDerivation rec {
name = "trayer-1.1.8";
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ gdk_pixbuf gtk2 ];
+ buildInputs = [ gdk-pixbuf gtk2 ];
src = fetchFromGitHub {
owner = "sargon";
diff --git a/pkgs/applications/window-managers/velox/default.nix b/pkgs/applications/window-managers/velox/default.nix
deleted file mode 100644
index f8cb6c26683..00000000000
--- a/pkgs/applications/window-managers/velox/default.nix
+++ /dev/null
@@ -1,59 +0,0 @@
-{ lib, stdenv, fetchFromGitHub, pkgconfig, makeWrapper, newScope
-, libxkbcommon
-, wayland, pixman, fontconfig
-, stConf ? null, stPatches ? []
-}:
-
-let
- callPackage = newScope self;
- self = {
- swc = callPackage ./swc.nix {};
- wld = callPackage ./wld.nix {};
- dmenu-velox = callPackage ./dmenu.nix {};
- st-velox = callPackage ./st.nix {
- conf = stConf;
- patches = stPatches;
- };
- };
-in with self; stdenv.mkDerivation rec {
- name = "velox-${version}";
- version = "git-2017-07-04";
-
- src = fetchFromGitHub {
- owner = "michaelforney";
- repo = "velox";
- rev = "0b1d3d62861653d92d0a1056855a84fcef661bc0";
- sha256 = "0p5ra5p5w21wl696rmv0vdnl7jnri5iwnxfs6nl6miwydhq2dmci";
- };
-
- nativeBuildInputs = [ pkgconfig makeWrapper ];
-
- buildInputs = [ swc libxkbcommon wld wayland pixman fontconfig ];
-
- propagatedUserEnvPkgs = [ swc ];
-
- makeFlags = "PREFIX=$(out)";
- preBuild = ''
- substituteInPlace config.c \
- --replace /etc/velox.conf $out/etc/velox.conf
- '';
- installPhase = ''
- PREFIX=$out make install
- mkdir -p $out/etc
- cp velox.conf.sample $out/etc/velox.conf
- '';
- postFixup = ''
- wrapProgram $out/bin/velox \
- --prefix PATH : "${stdenv.lib.makeBinPath [ dmenu-velox st-velox ]}"
- '';
-
- enableParallelBuilding = false; # https://hydra.nixos.org/build/79799608
-
- meta = {
- description = "velox window manager";
- homepage = "https://github.com/michaelforney/velox";
- license = lib.licenses.mit;
- platforms = lib.platforms.linux;
- maintainers = with lib.maintainers; [ ];
- };
-}
diff --git a/pkgs/applications/window-managers/velox/dmenu.nix b/pkgs/applications/window-managers/velox/dmenu.nix
deleted file mode 100644
index 01360e5af0b..00000000000
--- a/pkgs/applications/window-managers/velox/dmenu.nix
+++ /dev/null
@@ -1,37 +0,0 @@
-{stdenv, fetchFromGitHub #, libX11, libXinerama, enableXft, libXft, zlib
-, swc, wld, wayland, libxkbcommon, pixman, fontconfig
-}:
-
-with stdenv.lib;
-
-stdenv.mkDerivation rec {
- name = "dmenu-velox-${version}";
- version = "git-2017-04-07";
-
- src = fetchFromGitHub {
- owner = "michaelforney";
- repo = "dmenu";
- rev = "f385d9d18813071b4b4257bf8d4d572daeda0e70";
- sha256 = "14j8jv0nlybinhzkgd6dplvng9zy8p292prlx39w0k4fm6x5nv6y";
- };
-
- buildInputs = [ swc wld wayland libxkbcommon pixman fontconfig ];
-
- postPatch = ''
- sed -ri -e 's!\<(dmenu|dmenu_path)\>!'"$out/bin"'/&!g' dmenu_run
- '';
-
- preConfigure = [
- ''sed -i "s@PREFIX = /usr/local@PREFIX = $out@g; s@/usr/share/swc@${swc}/share/swc@g" config.mk''
- ];
-
- enableParallelBuilding = true;
-
- meta = {
- description = "A generic, highly customizable, and efficient menu for the X Window System";
- homepage = https://tools.suckless.org/dmenu;
- license = stdenv.lib.licenses.mit;
- maintainers = with stdenv.lib.maintainers; [ ];
- platforms = with stdenv.lib.platforms; all;
- };
-}
diff --git a/pkgs/applications/window-managers/velox/st.nix b/pkgs/applications/window-managers/velox/st.nix
deleted file mode 100644
index 2d73df65046..00000000000
--- a/pkgs/applications/window-managers/velox/st.nix
+++ /dev/null
@@ -1,40 +0,0 @@
-{ stdenv, fetchFromGitHub, pkgconfig, writeText
-, ncurses, wayland, wayland-protocols, wld, libxkbcommon, fontconfig, pixman
-, conf, patches }:
-
-with stdenv.lib;
-
-stdenv.mkDerivation rec {
- name = "st-velox-${version}";
- version = "git-2016-12-22";
-
- src = fetchFromGitHub {
- owner = "michaelforney";
- repo = "st";
- rev = "b27f17da65f74b0a923952601873524e03b4d047";
- sha256 = "17aa4bz5g14jvqghk2c8mw77hb8786s07pv814rmlk7nnsavmp3i";
- };
-
- inherit patches;
-
- configFile = optionalString (conf!=null) (writeText "config.def.h" conf);
- preBuild = optionalString (conf!=null) "cp ${configFile} config.def.h";
-
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ ncurses wayland wayland-protocols wld libxkbcommon fontconfig pixman ];
-
- NIX_LDFLAGS = "-lfontconfig";
-
- installPhase = ''
- TERMINFO=$out/share/terminfo make install PREFIX=$out
- '';
-
- enableParallelBuilding = true;
-
- meta = {
- homepage = https://st.suckless.org/;
- license = licenses.mit;
- maintainers = with maintainers; [ ];
- platforms = with platforms; linux;
- };
-}
diff --git a/pkgs/applications/window-managers/velox/swc.nix b/pkgs/applications/window-managers/velox/swc.nix
deleted file mode 100644
index a2f98b8b65e..00000000000
--- a/pkgs/applications/window-managers/velox/swc.nix
+++ /dev/null
@@ -1,36 +0,0 @@
-{ lib, stdenv, fetchFromGitHub, pkgconfig
-, wld, wayland, wayland-protocols, fontconfig, pixman, libdrm, libinput, libevdev, libxkbcommon, libxcb, xcbutilwm
-}:
-
-stdenv.mkDerivation rec {
- name = "swc-${version}";
- version = "git-2017-06-28";
-
- src = fetchFromGitHub {
- owner = "michaelforney";
- repo = "swc";
- rev = "5b20050872f8ad29cfc97729f8af47b6b3df5393";
- sha256 = "1lxpm17v5d8png6ixc0zn0w00xgrhz2n5b8by9vx6800b18246z8";
- };
-
- nativeBuildInputs = [ pkgconfig ];
-
- buildInputs = [ wld wayland wayland-protocols fontconfig pixman libdrm libinput libevdev libxkbcommon libxcb xcbutilwm ];
-
- prePatch = ''
- substituteInPlace launch/local.mk --replace 4755 755
- '';
-
- makeFlags = "PREFIX=$(out)";
- installPhase = "PREFIX=$out make install";
-
- enableParallelBuilding = true;
-
- meta = {
- description = "A library for making a simple Wayland compositor";
- homepage = src.meta.homepage;
- license = lib.licenses.mit;
- platforms = lib.platforms.linux;
- maintainers = with lib.maintainers; [ ];
- };
-}
diff --git a/pkgs/applications/window-managers/velox/wld.nix b/pkgs/applications/window-managers/velox/wld.nix
deleted file mode 100644
index d85f8212ec4..00000000000
--- a/pkgs/applications/window-managers/velox/wld.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ lib, stdenv, fetchFromGitHub, pkgconfig
-, wayland, fontconfig, pixman, freetype, libdrm
-}:
-
-stdenv.mkDerivation rec {
- name = "wld-${version}";
- version = "git-2017-10-31";
-
- src = fetchFromGitHub {
- owner = "michaelforney";
- repo = "wld";
- rev = "b4e902bbecb678c45485b52c3aa183cbc932c595";
- sha256 = "0j2n776flnzyw3vhxl0r8h1c48wrihi4g6bs2z8j4hbw5pnwq1k6";
- };
-
- nativeBuildInputs = [ pkgconfig ];
-
- buildInputs = [ wayland fontconfig pixman freetype libdrm ];
-
- makeFlags = "PREFIX=$(out)";
- installPhase = "PREFIX=$out make install";
-
- enableParallelBuilding = true;
-
- meta = {
- description = "A primitive drawing library targeted at Wayland";
- homepage = src.meta.homepage;
- license = lib.licenses.mit;
- platforms = lib.platforms.linux;
- maintainers = with lib.maintainers; [ ];
- };
-}
diff --git a/pkgs/applications/window-managers/way-cooler/crates-io.nix b/pkgs/applications/window-managers/way-cooler/crates-io.nix
index 9dbd367a67f..955dfe9b44a 100644
--- a/pkgs/applications/window-managers/way-cooler/crates-io.nix
+++ b/pkgs/applications/window-managers/way-cooler/crates-io.nix
@@ -10,6 +10,7 @@ rec {
crates.aho_corasick."0.5.3" = deps: { features?(features_.aho_corasick."0.5.3" deps {}) }: buildRustCrate {
crateName = "aho-corasick";
version = "0.5.3";
+ description = "Fast multiple substring searching with finite state machines.";
authors = [ "Andrew Gallant " ];
sha256 = "1igab46mvgknga3sxkqc917yfff0wsjxjzabdigmh240p5qxqlnn";
libName = "aho_corasick";
@@ -33,6 +34,7 @@ rec {
crates.bitflags."0.4.0" = deps: { features?(features_.bitflags."0.4.0" deps {}) }: buildRustCrate {
crateName = "bitflags";
version = "0.4.0";
+ description = "A macro to generate structures which behave like bitflags.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "0an03kibhfcc0mcxf6a0mvbab0s7cggnvflw8jn0b15i351h828c";
features = mkFeatures (features."bitflags"."0.4.0" or {});
@@ -48,6 +50,7 @@ rec {
crates.bitflags."0.6.0" = deps: { features?(features_.bitflags."0.6.0" deps {}) }: buildRustCrate {
crateName = "bitflags";
version = "0.6.0";
+ description = "A macro to generate structures which behave like bitflags.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "1znq4b770mdp3kdj9yz199ylc2pmf8l5j2f281jjrcfhg1mm22h6";
};
@@ -62,6 +65,7 @@ rec {
crates.bitflags."0.7.0" = deps: { features?(features_.bitflags."0.7.0" deps {}) }: buildRustCrate {
crateName = "bitflags";
version = "0.7.0";
+ description = "A macro to generate structures which behave like bitflags.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "1hr72xg5slm0z4pxs2hiy4wcyx3jva70h58b7mid8l0a4c8f7gn5";
};
@@ -76,17 +80,18 @@ rec {
crates.bitflags."0.9.1" = deps: { features?(features_.bitflags."0.9.1" deps {}) }: buildRustCrate {
crateName = "bitflags";
version = "0.9.1";
+ description = "A macro to generate structures which behave like bitflags.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "18h073l5jd88rx4qdr95fjddr9rk79pb1aqnshzdnw16cfmb9rws";
features = mkFeatures (features."bitflags"."0.9.1" or {});
};
features_.bitflags."0.9.1" = deps: f: updateFeatures f (rec {
bitflags = fold recursiveUpdate {} [
- { "0.9.1".default = (f.bitflags."0.9.1".default or true); }
- { "0.9.1".example_generated =
- (f.bitflags."0.9.1".example_generated or false) ||
+ { "0.9.1"."example_generated" =
+ (f.bitflags."0.9.1"."example_generated" or false) ||
(f.bitflags."0.9.1".default or false) ||
(bitflags."0.9.1"."default" or false); }
+ { "0.9.1".default = (f.bitflags."0.9.1".default or true); }
];
}) [];
@@ -97,6 +102,7 @@ rec {
crates.bitflags."1.0.4" = deps: { features?(features_.bitflags."1.0.4" deps {}) }: buildRustCrate {
crateName = "bitflags";
version = "1.0.4";
+ description = "A macro to generate structures which behave like bitflags.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "1g1wmz2001qmfrd37dnd5qiss5njrw26aywmg6yhkmkbyrhjxb08";
features = mkFeatures (features."bitflags"."1.0.4" or {});
@@ -112,6 +118,7 @@ rec {
crates.c_vec."1.2.1" = deps: { features?(features_.c_vec."1.2.1" deps {}) }: buildRustCrate {
crateName = "c_vec";
version = "1.2.1";
+ description = "Structures to wrap C arrays";
authors = [ "Guillaume Gomez " ];
sha256 = "15gm72wx9kd0n51454i58rmpkmig8swghrj2440frxxi9kqg97xd";
};
@@ -126,6 +133,7 @@ rec {
crates.cairo_rs."0.2.0" = deps: { features?(features_.cairo_rs."0.2.0" deps {}) }: buildRustCrate {
crateName = "cairo-rs";
version = "0.2.0";
+ description = "Rust bindings for the Cairo library";
authors = [ "The Gtk-rs Project Developers" ];
sha256 = "0bcbhbyips15b7la4r43p4x57jv1w2ll8iwg9lxwvzz5k6c7iwvd";
libName = "cairo";
@@ -148,25 +156,25 @@ rec {
features_.cairo_rs."0.2.0" = deps: f: updateFeatures f (rec {
c_vec."${deps.cairo_rs."0.2.0".c_vec}".default = true;
cairo_rs = fold recursiveUpdate {} [
- { "0.2.0".default = (f.cairo_rs."0.2.0".default or true); }
- { "0.2.0".glib =
- (f.cairo_rs."0.2.0".glib or false) ||
+ { "0.2.0"."glib" =
+ (f.cairo_rs."0.2.0"."glib" or false) ||
(f.cairo_rs."0.2.0".use_glib or false) ||
(cairo_rs."0.2.0"."use_glib" or false); }
- { "0.2.0".glib-sys =
- (f.cairo_rs."0.2.0".glib-sys or false) ||
+ { "0.2.0"."glib-sys" =
+ (f.cairo_rs."0.2.0"."glib-sys" or false) ||
(f.cairo_rs."0.2.0".use_glib or false) ||
(cairo_rs."0.2.0"."use_glib" or false); }
- { "0.2.0".gtk-rs-lgpl-docs =
- (f.cairo_rs."0.2.0".gtk-rs-lgpl-docs or false) ||
+ { "0.2.0"."gtk-rs-lgpl-docs" =
+ (f.cairo_rs."0.2.0"."gtk-rs-lgpl-docs" or false) ||
(f.cairo_rs."0.2.0".embed-lgpl-docs or false) ||
(cairo_rs."0.2.0"."embed-lgpl-docs" or false) ||
(f.cairo_rs."0.2.0".purge-lgpl-docs or false) ||
(cairo_rs."0.2.0"."purge-lgpl-docs" or false); }
- { "0.2.0".use_glib =
- (f.cairo_rs."0.2.0".use_glib or false) ||
+ { "0.2.0"."use_glib" =
+ (f.cairo_rs."0.2.0"."use_glib" or false) ||
(f.cairo_rs."0.2.0".default or false) ||
(cairo_rs."0.2.0"."default" or false); }
+ { "0.2.0".default = (f.cairo_rs."0.2.0".default or true); }
];
cairo_sys_rs = fold recursiveUpdate {} [
{ "${deps.cairo_rs."0.2.0".cairo_sys_rs}"."png" =
@@ -203,6 +211,7 @@ rec {
crates.cairo_sys_rs."0.4.0" = deps: { features?(features_.cairo_sys_rs."0.4.0" deps {}) }: buildRustCrate {
crateName = "cairo-sys-rs";
version = "0.4.0";
+ description = "FFI bindings to libcairo";
authors = [ "The Gtk-rs Project Developers" ];
sha256 = "062nxihlydci65pyy2ldn7djkc9sm7a5xvkl8pxrsxfxvfapm5br";
libName = "cairo_sys";
@@ -221,15 +230,15 @@ rec {
};
features_.cairo_sys_rs."0.4.0" = deps: f: updateFeatures f (rec {
cairo_sys_rs = fold recursiveUpdate {} [
- { "0.4.0".default = (f.cairo_sys_rs."0.4.0".default or true); }
- { "0.4.0".v1_12 =
- (f.cairo_sys_rs."0.4.0".v1_12 or false) ||
+ { "0.4.0"."v1_12" =
+ (f.cairo_sys_rs."0.4.0"."v1_12" or false) ||
(f.cairo_sys_rs."0.4.0".v1_14 or false) ||
(cairo_sys_rs."0.4.0"."v1_14" or false); }
- { "0.4.0".x11 =
- (f.cairo_sys_rs."0.4.0".x11 or false) ||
+ { "0.4.0"."x11" =
+ (f.cairo_sys_rs."0.4.0"."x11" or false) ||
(f.cairo_sys_rs."0.4.0".xlib or false) ||
(cairo_sys_rs."0.4.0"."xlib" or false); }
+ { "0.4.0".default = (f.cairo_sys_rs."0.4.0".default or true); }
];
libc."${deps.cairo_sys_rs."0.4.0".libc}".default = true;
pkg_config."${deps.cairo_sys_rs."0.4.0".pkg_config}".default = true;
@@ -247,6 +256,7 @@ rec {
crates.cc."1.0.25" = deps: { features?(features_.cc."1.0.25" deps {}) }: buildRustCrate {
crateName = "cc";
version = "1.0.25";
+ description = "A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n";
authors = [ "Alex Crichton " ];
sha256 = "0pd8fhjlpr5qan984frkf1c8nxrqp6827wmmfzhm2840229z2hq0";
dependencies = mapFeatures features ([
@@ -255,11 +265,11 @@ rec {
};
features_.cc."1.0.25" = deps: f: updateFeatures f (rec {
cc = fold recursiveUpdate {} [
- { "1.0.25".default = (f.cc."1.0.25".default or true); }
- { "1.0.25".rayon =
- (f.cc."1.0.25".rayon or false) ||
+ { "1.0.25"."rayon" =
+ (f.cc."1.0.25"."rayon" or false) ||
(f.cc."1.0.25".parallel or false) ||
(cc."1.0.25"."parallel" or false); }
+ { "1.0.25".default = (f.cc."1.0.25".default or true); }
];
}) [];
@@ -270,6 +280,7 @@ rec {
crates.cfg_if."0.1.6" = deps: { features?(features_.cfg_if."0.1.6" deps {}) }: buildRustCrate {
crateName = "cfg-if";
version = "0.1.6";
+ description = "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n";
authors = [ "Alex Crichton " ];
sha256 = "11qrix06wagkplyk908i3423ps9m9np6c4vbcq81s9fyl244xv3n";
};
@@ -284,6 +295,7 @@ rec {
crates.cloudabi."0.0.3" = deps: { features?(features_.cloudabi."0.0.3" deps {}) }: buildRustCrate {
crateName = "cloudabi";
version = "0.0.3";
+ description = "Low level interface to CloudABI. Contains all syscalls and related types.";
authors = [ "Nuxi (https://nuxi.nl/) and contributors" ];
sha256 = "1z9lby5sr6vslfd14d6igk03s7awf91mxpsfmsp3prxbxlk0x7h5";
libPath = "cloudabi.rs";
@@ -295,8 +307,8 @@ rec {
features_.cloudabi."0.0.3" = deps: f: updateFeatures f (rec {
bitflags."${deps.cloudabi."0.0.3".bitflags}".default = true;
cloudabi = fold recursiveUpdate {} [
- { "0.0.3".bitflags =
- (f.cloudabi."0.0.3".bitflags or false) ||
+ { "0.0.3"."bitflags" =
+ (f.cloudabi."0.0.3"."bitflags" or false) ||
(f.cloudabi."0.0.3".default or false) ||
(cloudabi."0.0.3"."default" or false); }
{ "0.0.3".default = (f.cloudabi."0.0.3".default or true); }
@@ -312,6 +324,7 @@ rec {
crates.dbus."0.4.1" = deps: { features?(features_.dbus."0.4.1" deps {}) }: buildRustCrate {
crateName = "dbus";
version = "0.4.1";
+ description = "Bindings to D-Bus, which is a bus commonly used on Linux for inter-process communication.";
authors = [ "David Henningsson " ];
sha256 = "0qw32qj2rys318h780klxlznkwg93dfimbn8mc34m4940l8v00g9";
build = "build.rs";
@@ -339,6 +352,7 @@ rec {
crates.dbus_macros."0.0.6" = deps: { features?(features_.dbus_macros."0.0.6" deps {}) }: buildRustCrate {
crateName = "dbus-macros";
version = "0.0.6";
+ description = "Convenient macros to use the dbus crate";
authors = [ "Antoni Boucher " ];
sha256 = "1nymk2hzzgyafyr5nfa4r4frx4hml3wlwgzfr9b69vmcvn3d2jyd";
dependencies = mapFeatures features ([
@@ -359,6 +373,7 @@ rec {
crates.dlib."0.3.1" = deps: { features?(features_.dlib."0.3.1" deps {}) }: buildRustCrate {
crateName = "dlib";
version = "0.3.1";
+ description = "Helper macros for handling manually loading optionnal system libraries.";
authors = [ "Victor Berger " ];
sha256 = "11mhh6g9vszp2ay3r46x4capnnmvvhx5hcp74bapxjhiixqjfvkr";
dependencies = mapFeatures features ([
@@ -380,6 +395,7 @@ rec {
crates.dlib."0.4.1" = deps: { features?(features_.dlib."0.4.1" deps {}) }: buildRustCrate {
crateName = "dlib";
version = "0.4.1";
+ description = "Helper macros for handling manually loading optional system libraries.";
authors = [ "Victor Berger " ];
sha256 = "0h5xm6lanbl6v9y16g592bia33g7xb0n0fg98pvz6nsvg0layxlk";
dependencies = mapFeatures features ([
@@ -401,6 +417,7 @@ rec {
crates.dtoa."0.4.3" = deps: { features?(features_.dtoa."0.4.3" deps {}) }: buildRustCrate {
crateName = "dtoa";
version = "0.4.3";
+ description = "Fast functions for printing floating-point primitives to an io::Write";
authors = [ "David Tolnay " ];
sha256 = "1xysdxdm24sk5ysim7lps4r2qaxfnj0sbakhmps4d42yssx30cw8";
};
@@ -415,6 +432,7 @@ rec {
crates.dummy_rustwlc."0.7.1" = deps: { features?(features_.dummy_rustwlc."0.7.1" deps {}) }: buildRustCrate {
crateName = "dummy-rustwlc";
version = "0.7.1";
+ description = "A dummy version of the functions defined in rust-wlc, to be used in testing and for travis builds";
authors = [ "Snirk Immington " "Preston Carpenter " ];
sha256 = "13priwnxpjvmym6yh9v9x1230ca04cba7bzbnn21pbvqngis1y88";
dependencies = mapFeatures features ([
@@ -445,6 +463,7 @@ rec {
crates.env_logger."0.3.5" = deps: { features?(features_.env_logger."0.3.5" deps {}) }: buildRustCrate {
crateName = "env_logger";
version = "0.3.5";
+ description = "An logging implementation for `log` which is configured via an environment\nvariable.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "1mvxiaaqsyjliv1mm1qaagjqiccw11mdyi3n9h9rf8y6wj15zycw";
dependencies = mapFeatures features ([
@@ -455,11 +474,11 @@ rec {
};
features_.env_logger."0.3.5" = deps: f: updateFeatures f (rec {
env_logger = fold recursiveUpdate {} [
- { "0.3.5".default = (f.env_logger."0.3.5".default or true); }
- { "0.3.5".regex =
- (f.env_logger."0.3.5".regex or false) ||
+ { "0.3.5"."regex" =
+ (f.env_logger."0.3.5"."regex" or false) ||
(f.env_logger."0.3.5".default or false) ||
(env_logger."0.3.5"."default" or false); }
+ { "0.3.5".default = (f.env_logger."0.3.5".default or true); }
];
log."${deps.env_logger."0.3.5".log}".default = true;
regex."${deps.env_logger."0.3.5".regex}".default = true;
@@ -475,6 +494,7 @@ rec {
crates.fixedbitset."0.1.9" = deps: { features?(features_.fixedbitset."0.1.9" deps {}) }: buildRustCrate {
crateName = "fixedbitset";
version = "0.1.9";
+ description = "FixedBitSet is a simple bitset collection";
authors = [ "bluss" ];
sha256 = "1bkb5aq7h9p4rzlgxagnda1f0dd11q0qz41bmdy11z18q1p8igy1";
};
@@ -489,6 +509,7 @@ rec {
crates.fuchsia_zircon."0.3.3" = deps: { features?(features_.fuchsia_zircon."0.3.3" deps {}) }: buildRustCrate {
crateName = "fuchsia-zircon";
version = "0.3.3";
+ description = "Rust bindings for the Zircon kernel";
authors = [ "Raph Levien " ];
sha256 = "0jrf4shb1699r4la8z358vri8318w4mdi6qzfqy30p2ymjlca4gk";
dependencies = mapFeatures features ([
@@ -512,6 +533,7 @@ rec {
crates.fuchsia_zircon_sys."0.3.3" = deps: { features?(features_.fuchsia_zircon_sys."0.3.3" deps {}) }: buildRustCrate {
crateName = "fuchsia-zircon-sys";
version = "0.3.3";
+ description = "Low-level Rust bindings for the Zircon kernel";
authors = [ "Raph Levien " ];
sha256 = "08jp1zxrm9jbrr6l26bjal4dbm8bxfy57ickdgibsqxr1n9j3hf5";
};
@@ -526,6 +548,7 @@ rec {
crates.gcc."0.3.55" = deps: { features?(features_.gcc."0.3.55" deps {}) }: buildRustCrate {
crateName = "gcc";
version = "0.3.55";
+ description = "**Deprecated** crate, renamed to `cc`\n\nA build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n";
authors = [ "Alex Crichton " ];
sha256 = "18qxv3hjdhp7pfcvbm2hvyicpgmk7xw8aii1l7fla8cxxbcrg2nz";
dependencies = mapFeatures features ([
@@ -534,11 +557,11 @@ rec {
};
features_.gcc."0.3.55" = deps: f: updateFeatures f (rec {
gcc = fold recursiveUpdate {} [
- { "0.3.55".default = (f.gcc."0.3.55".default or true); }
- { "0.3.55".rayon =
- (f.gcc."0.3.55".rayon or false) ||
+ { "0.3.55"."rayon" =
+ (f.gcc."0.3.55"."rayon" or false) ||
(f.gcc."0.3.55".parallel or false) ||
(gcc."0.3.55"."parallel" or false); }
+ { "0.3.55".default = (f.gcc."0.3.55".default or true); }
];
}) [];
@@ -549,6 +572,7 @@ rec {
crates.gdk_pixbuf."0.2.0" = deps: { features?(features_.gdk_pixbuf."0.2.0" deps {}) }: buildRustCrate {
crateName = "gdk-pixbuf";
version = "0.2.0";
+ description = "Rust bindings for the GdkPixbuf library";
authors = [ "The Gtk-rs Project Developers" ];
sha256 = "082z1s30haa59ax35wsv06mj8z8bhhq0fac36g01qa77kpiphj5y";
libName = "gdk_pixbuf";
@@ -567,25 +591,25 @@ rec {
};
features_.gdk_pixbuf."0.2.0" = deps: f: updateFeatures f (rec {
gdk_pixbuf = fold recursiveUpdate {} [
- { "0.2.0".default = (f.gdk_pixbuf."0.2.0".default or true); }
- { "0.2.0".gtk-rs-lgpl-docs =
- (f.gdk_pixbuf."0.2.0".gtk-rs-lgpl-docs or false) ||
+ { "0.2.0"."gtk-rs-lgpl-docs" =
+ (f.gdk_pixbuf."0.2.0"."gtk-rs-lgpl-docs" or false) ||
(f.gdk_pixbuf."0.2.0".embed-lgpl-docs or false) ||
(gdk_pixbuf."0.2.0"."embed-lgpl-docs" or false) ||
(f.gdk_pixbuf."0.2.0".purge-lgpl-docs or false) ||
(gdk_pixbuf."0.2.0"."purge-lgpl-docs" or false); }
- { "0.2.0".v2_28 =
- (f.gdk_pixbuf."0.2.0".v2_28 or false) ||
+ { "0.2.0"."v2_28" =
+ (f.gdk_pixbuf."0.2.0"."v2_28" or false) ||
(f.gdk_pixbuf."0.2.0".v2_30 or false) ||
(gdk_pixbuf."0.2.0"."v2_30" or false); }
- { "0.2.0".v2_30 =
- (f.gdk_pixbuf."0.2.0".v2_30 or false) ||
+ { "0.2.0"."v2_30" =
+ (f.gdk_pixbuf."0.2.0"."v2_30" or false) ||
(f.gdk_pixbuf."0.2.0".v2_32 or false) ||
(gdk_pixbuf."0.2.0"."v2_32" or false); }
- { "0.2.0".v2_32 =
- (f.gdk_pixbuf."0.2.0".v2_32 or false) ||
+ { "0.2.0"."v2_32" =
+ (f.gdk_pixbuf."0.2.0"."v2_32" or false) ||
(f.gdk_pixbuf."0.2.0".v2_36 or false) ||
(gdk_pixbuf."0.2.0"."v2_36" or false); }
+ { "0.2.0".default = (f.gdk_pixbuf."0.2.0".default or true); }
];
gdk_pixbuf_sys = fold recursiveUpdate {} [
{ "${deps.gdk_pixbuf."0.2.0".gdk_pixbuf_sys}"."v2_28" =
@@ -625,6 +649,7 @@ rec {
crates.gdk_pixbuf_sys."0.4.0" = deps: { features?(features_.gdk_pixbuf_sys."0.4.0" deps {}) }: buildRustCrate {
crateName = "gdk-pixbuf-sys";
version = "0.4.0";
+ description = "FFI bindings to libgdk_pixbuf-2.0";
authors = [ "The Gtk-rs Project Developers" ];
sha256 = "1r98zdqqik3hh1l10jmhhcjx59yk4m0bs9pc7hnkwp2p6gm968vp";
libName = "gdk_pixbuf_sys";
@@ -645,19 +670,19 @@ rec {
features_.gdk_pixbuf_sys."0.4.0" = deps: f: updateFeatures f (rec {
bitflags."${deps.gdk_pixbuf_sys."0.4.0".bitflags}".default = true;
gdk_pixbuf_sys = fold recursiveUpdate {} [
- { "0.4.0".default = (f.gdk_pixbuf_sys."0.4.0".default or true); }
- { "0.4.0".v2_28 =
- (f.gdk_pixbuf_sys."0.4.0".v2_28 or false) ||
+ { "0.4.0"."v2_28" =
+ (f.gdk_pixbuf_sys."0.4.0"."v2_28" or false) ||
(f.gdk_pixbuf_sys."0.4.0".v2_30 or false) ||
(gdk_pixbuf_sys."0.4.0"."v2_30" or false); }
- { "0.4.0".v2_30 =
- (f.gdk_pixbuf_sys."0.4.0".v2_30 or false) ||
+ { "0.4.0"."v2_30" =
+ (f.gdk_pixbuf_sys."0.4.0"."v2_30" or false) ||
(f.gdk_pixbuf_sys."0.4.0".v2_32 or false) ||
(gdk_pixbuf_sys."0.4.0"."v2_32" or false); }
- { "0.4.0".v2_32 =
- (f.gdk_pixbuf_sys."0.4.0".v2_32 or false) ||
+ { "0.4.0"."v2_32" =
+ (f.gdk_pixbuf_sys."0.4.0"."v2_32" or false) ||
(f.gdk_pixbuf_sys."0.4.0".v2_36 or false) ||
(gdk_pixbuf_sys."0.4.0"."v2_36" or false); }
+ { "0.4.0".default = (f.gdk_pixbuf_sys."0.4.0".default or true); }
];
gio_sys."${deps.gdk_pixbuf_sys."0.4.0".gio_sys}".default = true;
glib_sys."${deps.gdk_pixbuf_sys."0.4.0".glib_sys}".default = true;
@@ -680,6 +705,7 @@ rec {
crates.getopts."0.2.18" = deps: { features?(features_.getopts."0.2.18" deps {}) }: buildRustCrate {
crateName = "getopts";
version = "0.2.18";
+ description = "getopts-like option parsing.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "0c1m95wg8pkvdq4mwcd2v78r1lb6a5s3ljm7158dsl56mvzcwd5y";
dependencies = mapFeatures features ([
@@ -700,6 +726,7 @@ rec {
crates.gio_sys."0.4.0" = deps: { features?(features_.gio_sys."0.4.0" deps {}) }: buildRustCrate {
crateName = "gio-sys";
version = "0.4.0";
+ description = "FFI bindings to libgio-2.0";
authors = [ "The Gtk-rs Project Developers" ];
sha256 = "064lv6h3qfgjzc6pbbxgln24b2fq9gxzh78z6d7fwfa97azllv2l";
libName = "gio_sys";
@@ -719,39 +746,39 @@ rec {
features_.gio_sys."0.4.0" = deps: f: updateFeatures f (rec {
bitflags."${deps.gio_sys."0.4.0".bitflags}".default = true;
gio_sys = fold recursiveUpdate {} [
- { "0.4.0".default = (f.gio_sys."0.4.0".default or true); }
- { "0.4.0".v2_34 =
- (f.gio_sys."0.4.0".v2_34 or false) ||
+ { "0.4.0"."v2_34" =
+ (f.gio_sys."0.4.0"."v2_34" or false) ||
(f.gio_sys."0.4.0".v2_36 or false) ||
(gio_sys."0.4.0"."v2_36" or false); }
- { "0.4.0".v2_36 =
- (f.gio_sys."0.4.0".v2_36 or false) ||
+ { "0.4.0"."v2_36" =
+ (f.gio_sys."0.4.0"."v2_36" or false) ||
(f.gio_sys."0.4.0".v2_38 or false) ||
(gio_sys."0.4.0"."v2_38" or false); }
- { "0.4.0".v2_38 =
- (f.gio_sys."0.4.0".v2_38 or false) ||
+ { "0.4.0"."v2_38" =
+ (f.gio_sys."0.4.0"."v2_38" or false) ||
(f.gio_sys."0.4.0".v2_40 or false) ||
(gio_sys."0.4.0"."v2_40" or false); }
- { "0.4.0".v2_40 =
- (f.gio_sys."0.4.0".v2_40 or false) ||
+ { "0.4.0"."v2_40" =
+ (f.gio_sys."0.4.0"."v2_40" or false) ||
(f.gio_sys."0.4.0".v2_42 or false) ||
(gio_sys."0.4.0"."v2_42" or false); }
- { "0.4.0".v2_42 =
- (f.gio_sys."0.4.0".v2_42 or false) ||
+ { "0.4.0"."v2_42" =
+ (f.gio_sys."0.4.0"."v2_42" or false) ||
(f.gio_sys."0.4.0".v2_44 or false) ||
(gio_sys."0.4.0"."v2_44" or false); }
- { "0.4.0".v2_44 =
- (f.gio_sys."0.4.0".v2_44 or false) ||
+ { "0.4.0"."v2_44" =
+ (f.gio_sys."0.4.0"."v2_44" or false) ||
(f.gio_sys."0.4.0".v2_46 or false) ||
(gio_sys."0.4.0"."v2_46" or false); }
- { "0.4.0".v2_46 =
- (f.gio_sys."0.4.0".v2_46 or false) ||
+ { "0.4.0"."v2_46" =
+ (f.gio_sys."0.4.0"."v2_46" or false) ||
(f.gio_sys."0.4.0".v2_48 or false) ||
(gio_sys."0.4.0"."v2_48" or false); }
- { "0.4.0".v2_48 =
- (f.gio_sys."0.4.0".v2_48 or false) ||
+ { "0.4.0"."v2_48" =
+ (f.gio_sys."0.4.0"."v2_48" or false) ||
(f.gio_sys."0.4.0".v2_50 or false) ||
(gio_sys."0.4.0"."v2_50" or false); }
+ { "0.4.0".default = (f.gio_sys."0.4.0".default or true); }
];
glib_sys."${deps.gio_sys."0.4.0".glib_sys}".default = true;
gobject_sys."${deps.gio_sys."0.4.0".gobject_sys}".default = true;
@@ -772,6 +799,7 @@ rec {
crates.glib."0.3.1" = deps: { features?(features_.glib."0.3.1" deps {}) }: buildRustCrate {
crateName = "glib";
version = "0.3.1";
+ description = "Rust bindings for the GLib library";
authors = [ "The Gtk-rs Project Developers" ];
sha256 = "00s3n0pd8by1fk2l01mxmbnqq4ff6wadnkcf9jbjvr1l9bzgyqbl";
dependencies = mapFeatures features ([
@@ -786,31 +814,31 @@ rec {
features_.glib."0.3.1" = deps: f: updateFeatures f (rec {
bitflags."${deps.glib."0.3.1".bitflags}".default = true;
glib = fold recursiveUpdate {} [
- { "0.3.1".default = (f.glib."0.3.1".default or true); }
- { "0.3.1".v2_34 =
- (f.glib."0.3.1".v2_34 or false) ||
+ { "0.3.1"."v2_34" =
+ (f.glib."0.3.1"."v2_34" or false) ||
(f.glib."0.3.1".v2_38 or false) ||
(glib."0.3.1"."v2_38" or false); }
- { "0.3.1".v2_38 =
- (f.glib."0.3.1".v2_38 or false) ||
+ { "0.3.1"."v2_38" =
+ (f.glib."0.3.1"."v2_38" or false) ||
(f.glib."0.3.1".v2_40 or false) ||
(glib."0.3.1"."v2_40" or false); }
- { "0.3.1".v2_40 =
- (f.glib."0.3.1".v2_40 or false) ||
+ { "0.3.1"."v2_40" =
+ (f.glib."0.3.1"."v2_40" or false) ||
(f.glib."0.3.1".v2_44 or false) ||
(glib."0.3.1"."v2_44" or false); }
- { "0.3.1".v2_44 =
- (f.glib."0.3.1".v2_44 or false) ||
+ { "0.3.1"."v2_44" =
+ (f.glib."0.3.1"."v2_44" or false) ||
(f.glib."0.3.1".v2_46 or false) ||
(glib."0.3.1"."v2_46" or false); }
- { "0.3.1".v2_46 =
- (f.glib."0.3.1".v2_46 or false) ||
+ { "0.3.1"."v2_46" =
+ (f.glib."0.3.1"."v2_46" or false) ||
(f.glib."0.3.1".v2_48 or false) ||
(glib."0.3.1"."v2_48" or false); }
- { "0.3.1".v2_48 =
- (f.glib."0.3.1".v2_48 or false) ||
+ { "0.3.1"."v2_48" =
+ (f.glib."0.3.1"."v2_48" or false) ||
(f.glib."0.3.1".v2_50 or false) ||
(glib."0.3.1"."v2_50" or false); }
+ { "0.3.1".default = (f.glib."0.3.1".default or true); }
];
glib_sys = fold recursiveUpdate {} [
{ "${deps.glib."0.3.1".glib_sys}"."v2_34" =
@@ -879,6 +907,7 @@ rec {
crates.glib_sys."0.4.0" = deps: { features?(features_.glib_sys."0.4.0" deps {}) }: buildRustCrate {
crateName = "glib-sys";
version = "0.4.0";
+ description = "FFI bindings to libglib-2.0";
authors = [ "The Gtk-rs Project Developers" ];
sha256 = "153i1zmk824hdf8agkaqcgddlwpvgng71n7bdpaav5f4zzlfyp2w";
libName = "glib_sys";
@@ -896,35 +925,35 @@ rec {
features_.glib_sys."0.4.0" = deps: f: updateFeatures f (rec {
bitflags."${deps.glib_sys."0.4.0".bitflags}".default = true;
glib_sys = fold recursiveUpdate {} [
- { "0.4.0".default = (f.glib_sys."0.4.0".default or true); }
- { "0.4.0".v2_34 =
- (f.glib_sys."0.4.0".v2_34 or false) ||
+ { "0.4.0"."v2_34" =
+ (f.glib_sys."0.4.0"."v2_34" or false) ||
(f.glib_sys."0.4.0".v2_36 or false) ||
(glib_sys."0.4.0"."v2_36" or false); }
- { "0.4.0".v2_36 =
- (f.glib_sys."0.4.0".v2_36 or false) ||
+ { "0.4.0"."v2_36" =
+ (f.glib_sys."0.4.0"."v2_36" or false) ||
(f.glib_sys."0.4.0".v2_38 or false) ||
(glib_sys."0.4.0"."v2_38" or false); }
- { "0.4.0".v2_38 =
- (f.glib_sys."0.4.0".v2_38 or false) ||
+ { "0.4.0"."v2_38" =
+ (f.glib_sys."0.4.0"."v2_38" or false) ||
(f.glib_sys."0.4.0".v2_40 or false) ||
(glib_sys."0.4.0"."v2_40" or false); }
- { "0.4.0".v2_40 =
- (f.glib_sys."0.4.0".v2_40 or false) ||
+ { "0.4.0"."v2_40" =
+ (f.glib_sys."0.4.0"."v2_40" or false) ||
(f.glib_sys."0.4.0".v2_44 or false) ||
(glib_sys."0.4.0"."v2_44" or false); }
- { "0.4.0".v2_44 =
- (f.glib_sys."0.4.0".v2_44 or false) ||
+ { "0.4.0"."v2_44" =
+ (f.glib_sys."0.4.0"."v2_44" or false) ||
(f.glib_sys."0.4.0".v2_46 or false) ||
(glib_sys."0.4.0"."v2_46" or false); }
- { "0.4.0".v2_46 =
- (f.glib_sys."0.4.0".v2_46 or false) ||
+ { "0.4.0"."v2_46" =
+ (f.glib_sys."0.4.0"."v2_46" or false) ||
(f.glib_sys."0.4.0".v2_48 or false) ||
(glib_sys."0.4.0"."v2_48" or false); }
- { "0.4.0".v2_48 =
- (f.glib_sys."0.4.0".v2_48 or false) ||
+ { "0.4.0"."v2_48" =
+ (f.glib_sys."0.4.0"."v2_48" or false) ||
(f.glib_sys."0.4.0".v2_50 or false) ||
(glib_sys."0.4.0"."v2_50" or false); }
+ { "0.4.0".default = (f.glib_sys."0.4.0".default or true); }
];
libc."${deps.glib_sys."0.4.0".libc}".default = true;
pkg_config."${deps.glib_sys."0.4.0".pkg_config}".default = true;
@@ -941,6 +970,7 @@ rec {
crates.gobject_sys."0.4.0" = deps: { features?(features_.gobject_sys."0.4.0" deps {}) }: buildRustCrate {
crateName = "gobject-sys";
version = "0.4.0";
+ description = "FFI bindings to libgobject-2.0";
authors = [ "The Gtk-rs Project Developers" ];
sha256 = "00zmcbzqfhn9w01cphhf3hbq8ldd9ajba7x07z59vv1gdq6wjzli";
libName = "gobject_sys";
@@ -960,27 +990,27 @@ rec {
bitflags."${deps.gobject_sys."0.4.0".bitflags}".default = true;
glib_sys."${deps.gobject_sys."0.4.0".glib_sys}".default = true;
gobject_sys = fold recursiveUpdate {} [
- { "0.4.0".default = (f.gobject_sys."0.4.0".default or true); }
- { "0.4.0".v2_34 =
- (f.gobject_sys."0.4.0".v2_34 or false) ||
+ { "0.4.0"."v2_34" =
+ (f.gobject_sys."0.4.0"."v2_34" or false) ||
(f.gobject_sys."0.4.0".v2_36 or false) ||
(gobject_sys."0.4.0"."v2_36" or false); }
- { "0.4.0".v2_36 =
- (f.gobject_sys."0.4.0".v2_36 or false) ||
+ { "0.4.0"."v2_36" =
+ (f.gobject_sys."0.4.0"."v2_36" or false) ||
(f.gobject_sys."0.4.0".v2_38 or false) ||
(gobject_sys."0.4.0"."v2_38" or false); }
- { "0.4.0".v2_38 =
- (f.gobject_sys."0.4.0".v2_38 or false) ||
+ { "0.4.0"."v2_38" =
+ (f.gobject_sys."0.4.0"."v2_38" or false) ||
(f.gobject_sys."0.4.0".v2_42 or false) ||
(gobject_sys."0.4.0"."v2_42" or false); }
- { "0.4.0".v2_42 =
- (f.gobject_sys."0.4.0".v2_42 or false) ||
+ { "0.4.0"."v2_42" =
+ (f.gobject_sys."0.4.0"."v2_42" or false) ||
(f.gobject_sys."0.4.0".v2_44 or false) ||
(gobject_sys."0.4.0"."v2_44" or false); }
- { "0.4.0".v2_44 =
- (f.gobject_sys."0.4.0".v2_44 or false) ||
+ { "0.4.0"."v2_44" =
+ (f.gobject_sys."0.4.0"."v2_44" or false) ||
(f.gobject_sys."0.4.0".v2_46 or false) ||
(gobject_sys."0.4.0"."v2_46" or false); }
+ { "0.4.0".default = (f.gobject_sys."0.4.0".default or true); }
];
libc."${deps.gobject_sys."0.4.0".libc}".default = true;
pkg_config."${deps.gobject_sys."0.4.0".pkg_config}".default = true;
@@ -998,6 +1028,7 @@ rec {
crates.itoa."0.3.4" = deps: { features?(features_.itoa."0.3.4" deps {}) }: buildRustCrate {
crateName = "itoa";
version = "0.3.4";
+ description = "Fast functions for printing integer primitives to an io::Write";
authors = [ "David Tolnay " ];
sha256 = "1nfkzz6vrgj0d9l3yzjkkkqzdgs68y294fjdbl7jq118qi8xc9d9";
features = mkFeatures (features."itoa"."0.3.4" or {});
@@ -1013,6 +1044,7 @@ rec {
crates.json_macro."0.1.1" = deps: { features?(features_.json_macro."0.1.1" deps {}) }: buildRustCrate {
crateName = "json_macro";
version = "0.1.1";
+ description = "Pure json macro for rust_serialize. No need compiler features.";
authors = [ "Denis Kolodin " ];
sha256 = "0hl2934shpwqbszrq035valbdz9y8p7dza183brygy5dbvivcyqy";
dependencies = mapFeatures features ([
@@ -1033,6 +1065,7 @@ rec {
crates.kernel32_sys."0.2.2" = deps: { features?(features_.kernel32_sys."0.2.2" deps {}) }: buildRustCrate {
crateName = "kernel32-sys";
version = "0.2.2";
+ description = "Contains function definitions for the Windows API library kernel32. See winapi for types and constants.";
authors = [ "Peter Atashian " ];
sha256 = "1lrw1hbinyvr6cp28g60z97w32w8vsk6pahk64pmrv2fmby8srfj";
libName = "kernel32";
@@ -1061,6 +1094,7 @@ rec {
crates.lazy_static."0.2.11" = deps: { features?(features_.lazy_static."0.2.11" deps {}) }: buildRustCrate {
crateName = "lazy_static";
version = "0.2.11";
+ description = "A macro for declaring lazily evaluated statics in Rust.";
authors = [ "Marvin Löbel " ];
sha256 = "1x6871cvpy5b96yv4c7jvpq316fp5d4609s9py7qk6cd6x9k34vm";
dependencies = mapFeatures features ([
@@ -1069,19 +1103,19 @@ rec {
};
features_.lazy_static."0.2.11" = deps: f: updateFeatures f (rec {
lazy_static = fold recursiveUpdate {} [
- { "0.2.11".compiletest_rs =
- (f.lazy_static."0.2.11".compiletest_rs or false) ||
+ { "0.2.11"."compiletest_rs" =
+ (f.lazy_static."0.2.11"."compiletest_rs" or false) ||
(f.lazy_static."0.2.11".compiletest or false) ||
(lazy_static."0.2.11"."compiletest" or false); }
+ { "0.2.11"."nightly" =
+ (f.lazy_static."0.2.11"."nightly" or false) ||
+ (f.lazy_static."0.2.11".spin_no_std or false) ||
+ (lazy_static."0.2.11"."spin_no_std" or false); }
+ { "0.2.11"."spin" =
+ (f.lazy_static."0.2.11"."spin" or false) ||
+ (f.lazy_static."0.2.11".spin_no_std or false) ||
+ (lazy_static."0.2.11"."spin_no_std" or false); }
{ "0.2.11".default = (f.lazy_static."0.2.11".default or true); }
- { "0.2.11".nightly =
- (f.lazy_static."0.2.11".nightly or false) ||
- (f.lazy_static."0.2.11".spin_no_std or false) ||
- (lazy_static."0.2.11"."spin_no_std" or false); }
- { "0.2.11".spin =
- (f.lazy_static."0.2.11".spin or false) ||
- (f.lazy_static."0.2.11".spin_no_std or false) ||
- (lazy_static."0.2.11"."spin_no_std" or false); }
];
}) [];
@@ -1092,6 +1126,7 @@ rec {
crates.lazy_static."1.2.0" = deps: { features?(features_.lazy_static."1.2.0" deps {}) }: buildRustCrate {
crateName = "lazy_static";
version = "1.2.0";
+ description = "A macro for declaring lazily evaluated statics in Rust.";
authors = [ "Marvin Löbel " ];
sha256 = "07p3b30k2akyr6xw08ggd5qiz5nw3vd3agggj360fcc1njz7d0ss";
dependencies = mapFeatures features ([
@@ -1100,11 +1135,11 @@ rec {
};
features_.lazy_static."1.2.0" = deps: f: updateFeatures f (rec {
lazy_static = fold recursiveUpdate {} [
- { "1.2.0".default = (f.lazy_static."1.2.0".default or true); }
- { "1.2.0".spin =
- (f.lazy_static."1.2.0".spin or false) ||
+ { "1.2.0"."spin" =
+ (f.lazy_static."1.2.0"."spin" or false) ||
(f.lazy_static."1.2.0".spin_no_std or false) ||
(lazy_static."1.2.0"."spin_no_std" or false); }
+ { "1.2.0".default = (f.lazy_static."1.2.0".default or true); }
];
}) [];
@@ -1115,6 +1150,7 @@ rec {
crates.libc."0.2.44" = deps: { features?(features_.libc."0.2.44" deps {}) }: buildRustCrate {
crateName = "libc";
version = "0.2.44";
+ description = "A library for types and bindings to native C functions often found in libc or\nother common platform libraries.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "17a7p0lcf3qwl1pcxffdflgnx8zr2659mgzzg4zi5fnv1mlj3q6z";
build = "build.rs";
@@ -1124,19 +1160,19 @@ rec {
};
features_.libc."0.2.44" = deps: f: updateFeatures f (rec {
libc = fold recursiveUpdate {} [
- { "0.2.44".align =
- (f.libc."0.2.44".align or false) ||
+ { "0.2.44"."align" =
+ (f.libc."0.2.44"."align" or false) ||
(f.libc."0.2.44".rustc-dep-of-std or false) ||
(libc."0.2.44"."rustc-dep-of-std" or false); }
- { "0.2.44".default = (f.libc."0.2.44".default or true); }
- { "0.2.44".rustc-std-workspace-core =
- (f.libc."0.2.44".rustc-std-workspace-core or false) ||
+ { "0.2.44"."rustc-std-workspace-core" =
+ (f.libc."0.2.44"."rustc-std-workspace-core" or false) ||
(f.libc."0.2.44".rustc-dep-of-std or false) ||
(libc."0.2.44"."rustc-dep-of-std" or false); }
- { "0.2.44".use_std =
- (f.libc."0.2.44".use_std or false) ||
+ { "0.2.44"."use_std" =
+ (f.libc."0.2.44"."use_std" or false) ||
(f.libc."0.2.44".default or false) ||
(libc."0.2.44"."default" or false); }
+ { "0.2.44".default = (f.libc."0.2.44".default or true); }
];
}) [];
@@ -1147,6 +1183,7 @@ rec {
crates.libloading."0.3.4" = deps: { features?(features_.libloading."0.3.4" deps {}) }: buildRustCrate {
crateName = "libloading";
version = "0.3.4";
+ description = "A safer binding to platform’s dynamic library loading utilities";
authors = [ "Simonas Kazlauskas " ];
sha256 = "1f2vy32cr434n638nv8sdf05iwa53q9q5ahlcpw1l9ywh1bcbhf1";
build = "build.rs";
@@ -1182,6 +1219,7 @@ rec {
crates.libloading."0.5.0" = deps: { features?(features_.libloading."0.5.0" deps {}) }: buildRustCrate {
crateName = "libloading";
version = "0.5.0";
+ description = "A safer binding to platform’s dynamic library loading utilities";
authors = [ "Simonas Kazlauskas " ];
sha256 = "11vzjaka1y979aril4ggwp33p35yz2isvx9m5w88r5sdcmq6iscn";
build = "build.rs";
@@ -1214,6 +1252,7 @@ rec {
crates.log."0.3.9" = deps: { features?(features_.log."0.3.9" deps {}) }: buildRustCrate {
crateName = "log";
version = "0.3.9";
+ description = "A lightweight logging facade for Rust\n";
authors = [ "The Rust Project Developers" ];
sha256 = "19i9pwp7lhaqgzangcpw00kc3zsgcqcx84crv07xgz3v7d3kvfa2";
dependencies = mapFeatures features ([
@@ -1276,11 +1315,11 @@ rec {
(log."0.3.9"."use_std" or false) ||
(f."log"."0.3.9"."use_std" or false); }
{ "${deps.log."0.3.9".log}".default = true; }
- { "0.3.9".default = (f.log."0.3.9".default or true); }
- { "0.3.9".use_std =
- (f.log."0.3.9".use_std or false) ||
+ { "0.3.9"."use_std" =
+ (f.log."0.3.9"."use_std" or false) ||
(f.log."0.3.9".default or false) ||
(log."0.3.9"."default" or false); }
+ { "0.3.9".default = (f.log."0.3.9".default or true); }
];
}) [
(features_.log."${deps."log"."0.3.9"."log"}" deps)
@@ -1293,6 +1332,7 @@ rec {
crates.log."0.4.6" = deps: { features?(features_.log."0.4.6" deps {}) }: buildRustCrate {
crateName = "log";
version = "0.4.6";
+ description = "A lightweight logging facade for Rust\n";
authors = [ "The Rust Project Developers" ];
sha256 = "1nd8dl9mvc9vd6fks5d4gsxaz990xi6rzlb8ymllshmwi153vngr";
dependencies = mapFeatures features ([
@@ -1314,6 +1354,7 @@ rec {
crates.memchr."0.1.11" = deps: { features?(features_.memchr."0.1.11" deps {}) }: buildRustCrate {
crateName = "memchr";
version = "0.1.11";
+ description = "Safe interface to memchr.";
authors = [ "Andrew Gallant " "bluss" ];
sha256 = "0x73jghamvxxq5fsw9wb0shk5m6qp3q6fsf0nibn0i6bbqkw91s8";
dependencies = mapFeatures features ([
@@ -1334,6 +1375,7 @@ rec {
crates.nix."0.6.0" = deps: { features?(features_.nix."0.6.0" deps {}) }: buildRustCrate {
crateName = "nix";
version = "0.6.0";
+ description = "Rust friendly bindings to *nix APIs";
authors = [ "Carl Lerche " ];
sha256 = "1bgh75y897isnxbw3vd79vns9h6q4d59p1cgv9c4laysyw6fkqwf";
build = "build.rs";
@@ -1374,6 +1416,7 @@ rec {
crates.nix."0.9.0" = deps: { features?(features_.nix."0.9.0" deps {}) }: buildRustCrate {
crateName = "nix";
version = "0.9.0";
+ description = "Rust friendly bindings to *nix APIs";
authors = [ "The nix-rust Project Developers" ];
sha256 = "00p63bphzwwn460rja5l2wcpgmv7ljf7illf6n95cppx63d180q0";
dependencies = mapFeatures features ([
@@ -1403,6 +1446,7 @@ rec {
crates.num_traits."0.1.43" = deps: { features?(features_.num_traits."0.1.43" deps {}) }: buildRustCrate {
crateName = "num-traits";
version = "0.1.43";
+ description = "Numeric traits for generic mathematics";
authors = [ "The Rust Project Developers" ];
sha256 = "1zdzx78vrcg3f39w94pqjs1mwxl1phyv7843hwgwkzggwcxhhf6s";
dependencies = mapFeatures features ([
@@ -1425,6 +1469,7 @@ rec {
crates.num_traits."0.2.6" = deps: { features?(features_.num_traits."0.2.6" deps {}) }: buildRustCrate {
crateName = "num-traits";
version = "0.2.6";
+ description = "Numeric traits for generic mathematics";
authors = [ "The Rust Project Developers" ];
sha256 = "1d20sil9n0wgznd1nycm3yjfj1mzyl41ambb7by1apxlyiil1azk";
build = "build.rs";
@@ -1432,11 +1477,11 @@ rec {
};
features_.num_traits."0.2.6" = deps: f: updateFeatures f (rec {
num_traits = fold recursiveUpdate {} [
- { "0.2.6".default = (f.num_traits."0.2.6".default or true); }
- { "0.2.6".std =
- (f.num_traits."0.2.6".std or false) ||
+ { "0.2.6"."std" =
+ (f.num_traits."0.2.6"."std" or false) ||
(f.num_traits."0.2.6".default or false) ||
(num_traits."0.2.6"."default" or false); }
+ { "0.2.6".default = (f.num_traits."0.2.6".default or true); }
];
}) [];
@@ -1447,6 +1492,7 @@ rec {
crates.ordermap."0.3.5" = deps: { features?(features_.ordermap."0.3.5" deps {}) }: buildRustCrate {
crateName = "ordermap";
version = "0.3.5";
+ description = "A hash table with consistent order and fast iteration.";
authors = [ "bluss" ];
sha256 = "0b6vxfyh627yqm6war3392g1hhi4dbn49ibx2qv6mv490jdhv7d3";
dependencies = mapFeatures features ([
@@ -1455,11 +1501,11 @@ rec {
};
features_.ordermap."0.3.5" = deps: f: updateFeatures f (rec {
ordermap = fold recursiveUpdate {} [
- { "0.3.5".default = (f.ordermap."0.3.5".default or true); }
- { "0.3.5".serde =
- (f.ordermap."0.3.5".serde or false) ||
+ { "0.3.5"."serde" =
+ (f.ordermap."0.3.5"."serde" or false) ||
(f.ordermap."0.3.5".serde-1 or false) ||
(ordermap."0.3.5"."serde-1" or false); }
+ { "0.3.5".default = (f.ordermap."0.3.5".default or true); }
];
}) [];
@@ -1470,6 +1516,7 @@ rec {
crates.petgraph."0.4.13" = deps: { features?(features_.petgraph."0.4.13" deps {}) }: buildRustCrate {
crateName = "petgraph";
version = "0.4.13";
+ description = "Graph data structure library. Provides graph types and graph algorithms.";
authors = [ "bluss" "mitchmindtree" ];
sha256 = "0a8k12b9vd0bndwqhafa853w186axdw05bv4kqjimyaz67428g1i";
dependencies = mapFeatures features ([
@@ -1482,43 +1529,43 @@ rec {
fixedbitset."${deps.petgraph."0.4.13".fixedbitset}".default = true;
ordermap."${deps.petgraph."0.4.13".ordermap}".default = true;
petgraph = fold recursiveUpdate {} [
- { "0.4.13".default = (f.petgraph."0.4.13".default or true); }
- { "0.4.13".generate =
- (f.petgraph."0.4.13".generate or false) ||
+ { "0.4.13"."generate" =
+ (f.petgraph."0.4.13"."generate" or false) ||
(f.petgraph."0.4.13".unstable or false) ||
(petgraph."0.4.13"."unstable" or false); }
- { "0.4.13".graphmap =
- (f.petgraph."0.4.13".graphmap or false) ||
+ { "0.4.13"."graphmap" =
+ (f.petgraph."0.4.13"."graphmap" or false) ||
(f.petgraph."0.4.13".all or false) ||
(petgraph."0.4.13"."all" or false) ||
(f.petgraph."0.4.13".default or false) ||
(petgraph."0.4.13"."default" or false); }
- { "0.4.13".ordermap =
- (f.petgraph."0.4.13".ordermap or false) ||
+ { "0.4.13"."ordermap" =
+ (f.petgraph."0.4.13"."ordermap" or false) ||
(f.petgraph."0.4.13".graphmap or false) ||
(petgraph."0.4.13"."graphmap" or false); }
- { "0.4.13".quickcheck =
- (f.petgraph."0.4.13".quickcheck or false) ||
+ { "0.4.13"."quickcheck" =
+ (f.petgraph."0.4.13"."quickcheck" or false) ||
(f.petgraph."0.4.13".all or false) ||
(petgraph."0.4.13"."all" or false); }
- { "0.4.13".serde =
- (f.petgraph."0.4.13".serde or false) ||
+ { "0.4.13"."serde" =
+ (f.petgraph."0.4.13"."serde" or false) ||
(f.petgraph."0.4.13".serde-1 or false) ||
(petgraph."0.4.13"."serde-1" or false); }
- { "0.4.13".serde_derive =
- (f.petgraph."0.4.13".serde_derive or false) ||
+ { "0.4.13"."serde_derive" =
+ (f.petgraph."0.4.13"."serde_derive" or false) ||
(f.petgraph."0.4.13".serde-1 or false) ||
(petgraph."0.4.13"."serde-1" or false); }
- { "0.4.13".stable_graph =
- (f.petgraph."0.4.13".stable_graph or false) ||
+ { "0.4.13"."stable_graph" =
+ (f.petgraph."0.4.13"."stable_graph" or false) ||
(f.petgraph."0.4.13".all or false) ||
(petgraph."0.4.13"."all" or false) ||
(f.petgraph."0.4.13".default or false) ||
(petgraph."0.4.13"."default" or false); }
- { "0.4.13".unstable =
- (f.petgraph."0.4.13".unstable or false) ||
+ { "0.4.13"."unstable" =
+ (f.petgraph."0.4.13"."unstable" or false) ||
(f.petgraph."0.4.13".all or false) ||
(petgraph."0.4.13"."all" or false); }
+ { "0.4.13".default = (f.petgraph."0.4.13".default or true); }
];
}) [
(features_.fixedbitset."${deps."petgraph"."0.4.13"."fixedbitset"}" deps)
@@ -1532,6 +1579,7 @@ rec {
crates.phf."0.7.23" = deps: { features?(features_.phf."0.7.23" deps {}) }: buildRustCrate {
crateName = "phf";
version = "0.7.23";
+ description = "Runtime support for perfect hash function data structures";
authors = [ "Steven Fackler " ];
sha256 = "0annmaf9mmm12g2cdwpip32p674pmsf6xpiwa27mz3glmz73y8aq";
libPath = "src/lib.rs";
@@ -1564,6 +1612,7 @@ rec {
crates.phf_codegen."0.7.23" = deps: { features?(features_.phf_codegen."0.7.23" deps {}) }: buildRustCrate {
crateName = "phf_codegen";
version = "0.7.23";
+ description = "Codegen library for PHF types";
authors = [ "Steven Fackler " ];
sha256 = "0k5ly0qykw56fxd19iy236wzghqdxq9zxnzcg8nm22cfzw4a35n0";
dependencies = mapFeatures features ([
@@ -1587,6 +1636,7 @@ rec {
crates.phf_generator."0.7.23" = deps: { features?(features_.phf_generator."0.7.23" deps {}) }: buildRustCrate {
crateName = "phf_generator";
version = "0.7.23";
+ description = "PHF generation logic";
authors = [ "Steven Fackler " ];
sha256 = "106cd0bx3jf7mf2gaa8nx62c1las1w95c5gwsd4yqm5lj2rj4mza";
dependencies = mapFeatures features ([
@@ -1610,6 +1660,7 @@ rec {
crates.phf_shared."0.7.23" = deps: { features?(features_.phf_shared."0.7.23" deps {}) }: buildRustCrate {
crateName = "phf_shared";
version = "0.7.23";
+ description = "Support code shared by PHF libraries";
authors = [ "Steven Fackler " ];
sha256 = "04gzsq9vg9j8cr39hpkddxb0yqjdknvcpnylw112rqamy7ml4fy1";
libPath = "src/lib.rs";
@@ -1632,6 +1683,7 @@ rec {
crates.pkg_config."0.3.14" = deps: { features?(features_.pkg_config."0.3.14" deps {}) }: buildRustCrate {
crateName = "pkg-config";
version = "0.3.14";
+ description = "A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n";
authors = [ "Alex Crichton " ];
sha256 = "0207fsarrm412j0dh87lfcas72n8mxar7q3mgflsbsrqnb140sv6";
};
@@ -1646,6 +1698,7 @@ rec {
crates.rand."0.3.22" = deps: { features?(features_.rand."0.3.22" deps {}) }: buildRustCrate {
crateName = "rand";
version = "0.3.22";
+ description = "Random number generators and other randomness functionality.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "0wrj12acx7l4hr7ag3nz8b50yhp8ancyq988bzmnnsxln67rsys0";
dependencies = mapFeatures features ([
@@ -1662,11 +1715,11 @@ rec {
libc."${deps.rand."0.3.22".libc}".default = true;
rand = fold recursiveUpdate {} [
{ "${deps.rand."0.3.22".rand}".default = true; }
- { "0.3.22".default = (f.rand."0.3.22".default or true); }
- { "0.3.22".i128_support =
- (f.rand."0.3.22".i128_support or false) ||
+ { "0.3.22"."i128_support" =
+ (f.rand."0.3.22"."i128_support" or false) ||
(f.rand."0.3.22".nightly or false) ||
(rand."0.3.22"."nightly" or false); }
+ { "0.3.22".default = (f.rand."0.3.22".default or true); }
];
}) [
(features_.libc."${deps."rand"."0.3.22"."libc"}" deps)
@@ -1681,6 +1734,7 @@ rec {
crates.rand."0.4.3" = deps: { features?(features_.rand."0.4.3" deps {}) }: buildRustCrate {
crateName = "rand";
version = "0.4.3";
+ description = "Random number generators and other randomness functionality.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "1644wri45l147822xy7dgdm4k7myxzs66cb795ga0x7dan11ci4f";
dependencies = (if kernel == "fuchsia" then mapFeatures features ([
@@ -1698,19 +1752,19 @@ rec {
fuchsia_zircon."${deps.rand."0.4.3".fuchsia_zircon}".default = true;
libc."${deps.rand."0.4.3".libc}".default = true;
rand = fold recursiveUpdate {} [
- { "0.4.3".default = (f.rand."0.4.3".default or true); }
- { "0.4.3".i128_support =
- (f.rand."0.4.3".i128_support or false) ||
+ { "0.4.3"."i128_support" =
+ (f.rand."0.4.3"."i128_support" or false) ||
(f.rand."0.4.3".nightly or false) ||
(rand."0.4.3"."nightly" or false); }
- { "0.4.3".libc =
- (f.rand."0.4.3".libc or false) ||
+ { "0.4.3"."libc" =
+ (f.rand."0.4.3"."libc" or false) ||
(f.rand."0.4.3".std or false) ||
(rand."0.4.3"."std" or false); }
- { "0.4.3".std =
- (f.rand."0.4.3".std or false) ||
+ { "0.4.3"."std" =
+ (f.rand."0.4.3"."std" or false) ||
(f.rand."0.4.3".default or false) ||
(rand."0.4.3"."default" or false); }
+ { "0.4.3".default = (f.rand."0.4.3".default or true); }
];
winapi = fold recursiveUpdate {} [
{ "${deps.rand."0.4.3".winapi}"."minwindef" = true; }
@@ -1732,6 +1786,7 @@ rec {
crates.rand."0.5.5" = deps: { features?(features_.rand."0.5.5" deps {}) }: buildRustCrate {
crateName = "rand";
version = "0.5.5";
+ description = "Random number generators and other randomness functionality.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "0d7pnsh57qxhz1ghrzk113ddkn13kf2g758ffnbxq4nhwjfzhlc9";
dependencies = mapFeatures features ([
@@ -1758,43 +1813,43 @@ rec {
fuchsia_zircon."${deps.rand."0.5.5".fuchsia_zircon}".default = true;
libc."${deps.rand."0.5.5".libc}".default = true;
rand = fold recursiveUpdate {} [
- { "0.5.5".alloc =
- (f.rand."0.5.5".alloc or false) ||
+ { "0.5.5"."alloc" =
+ (f.rand."0.5.5"."alloc" or false) ||
(f.rand."0.5.5".std or false) ||
(rand."0.5.5"."std" or false); }
- { "0.5.5".cloudabi =
- (f.rand."0.5.5".cloudabi or false) ||
+ { "0.5.5"."cloudabi" =
+ (f.rand."0.5.5"."cloudabi" or false) ||
+ (f.rand."0.5.5".std or false) ||
+ (rand."0.5.5"."std" or false); }
+ { "0.5.5"."fuchsia-zircon" =
+ (f.rand."0.5.5"."fuchsia-zircon" or false) ||
+ (f.rand."0.5.5".std or false) ||
+ (rand."0.5.5"."std" or false); }
+ { "0.5.5"."i128_support" =
+ (f.rand."0.5.5"."i128_support" or false) ||
+ (f.rand."0.5.5".nightly or false) ||
+ (rand."0.5.5"."nightly" or false); }
+ { "0.5.5"."libc" =
+ (f.rand."0.5.5"."libc" or false) ||
+ (f.rand."0.5.5".std or false) ||
+ (rand."0.5.5"."std" or false); }
+ { "0.5.5"."serde" =
+ (f.rand."0.5.5"."serde" or false) ||
+ (f.rand."0.5.5".serde1 or false) ||
+ (rand."0.5.5"."serde1" or false); }
+ { "0.5.5"."serde_derive" =
+ (f.rand."0.5.5"."serde_derive" or false) ||
+ (f.rand."0.5.5".serde1 or false) ||
+ (rand."0.5.5"."serde1" or false); }
+ { "0.5.5"."std" =
+ (f.rand."0.5.5"."std" or false) ||
+ (f.rand."0.5.5".default or false) ||
+ (rand."0.5.5"."default" or false); }
+ { "0.5.5"."winapi" =
+ (f.rand."0.5.5"."winapi" or false) ||
(f.rand."0.5.5".std or false) ||
(rand."0.5.5"."std" or false); }
{ "0.5.5".default = (f.rand."0.5.5".default or true); }
- { "0.5.5".fuchsia-zircon =
- (f.rand."0.5.5".fuchsia-zircon or false) ||
- (f.rand."0.5.5".std or false) ||
- (rand."0.5.5"."std" or false); }
- { "0.5.5".i128_support =
- (f.rand."0.5.5".i128_support or false) ||
- (f.rand."0.5.5".nightly or false) ||
- (rand."0.5.5"."nightly" or false); }
- { "0.5.5".libc =
- (f.rand."0.5.5".libc or false) ||
- (f.rand."0.5.5".std or false) ||
- (rand."0.5.5"."std" or false); }
- { "0.5.5".serde =
- (f.rand."0.5.5".serde or false) ||
- (f.rand."0.5.5".serde1 or false) ||
- (rand."0.5.5"."serde1" or false); }
- { "0.5.5".serde_derive =
- (f.rand."0.5.5".serde_derive or false) ||
- (f.rand."0.5.5".serde1 or false) ||
- (rand."0.5.5"."serde1" or false); }
- { "0.5.5".std =
- (f.rand."0.5.5".std or false) ||
- (f.rand."0.5.5".default or false) ||
- (rand."0.5.5"."default" or false); }
- { "0.5.5".winapi =
- (f.rand."0.5.5".winapi or false) ||
- (f.rand."0.5.5".std or false) ||
- (rand."0.5.5"."std" or false); }
];
rand_core = fold recursiveUpdate {} [
{ "${deps.rand."0.5.5".rand_core}"."alloc" =
@@ -1833,6 +1888,7 @@ rec {
crates.rand_core."0.2.2" = deps: { features?(features_.rand_core."0.2.2" deps {}) }: buildRustCrate {
crateName = "rand_core";
version = "0.2.2";
+ description = "Core random number generator traits and tools for implementation.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "1cxnaxmsirz2wxsajsjkd1wk6lqfqbcprqkha4bq3didznrl22sc";
dependencies = mapFeatures features ([
@@ -1868,6 +1924,7 @@ rec {
crates.rand_core."0.3.0" = deps: { features?(features_.rand_core."0.3.0" deps {}) }: buildRustCrate {
crateName = "rand_core";
version = "0.3.0";
+ description = "Core random number generator traits and tools for implementation.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "1vafw316apjys9va3j987s02djhqp7y21v671v3ix0p5j9bjq339";
dependencies = mapFeatures features ([
@@ -1876,23 +1933,23 @@ rec {
};
features_.rand_core."0.3.0" = deps: f: updateFeatures f (rec {
rand_core = fold recursiveUpdate {} [
- { "0.3.0".alloc =
- (f.rand_core."0.3.0".alloc or false) ||
+ { "0.3.0"."alloc" =
+ (f.rand_core."0.3.0"."alloc" or false) ||
(f.rand_core."0.3.0".std or false) ||
(rand_core."0.3.0"."std" or false); }
- { "0.3.0".default = (f.rand_core."0.3.0".default or true); }
- { "0.3.0".serde =
- (f.rand_core."0.3.0".serde or false) ||
+ { "0.3.0"."serde" =
+ (f.rand_core."0.3.0"."serde" or false) ||
(f.rand_core."0.3.0".serde1 or false) ||
(rand_core."0.3.0"."serde1" or false); }
- { "0.3.0".serde_derive =
- (f.rand_core."0.3.0".serde_derive or false) ||
+ { "0.3.0"."serde_derive" =
+ (f.rand_core."0.3.0"."serde_derive" or false) ||
(f.rand_core."0.3.0".serde1 or false) ||
(rand_core."0.3.0"."serde1" or false); }
- { "0.3.0".std =
- (f.rand_core."0.3.0".std or false) ||
+ { "0.3.0"."std" =
+ (f.rand_core."0.3.0"."std" or false) ||
(f.rand_core."0.3.0".default or false) ||
(rand_core."0.3.0"."default" or false); }
+ { "0.3.0".default = (f.rand_core."0.3.0".default or true); }
];
}) [];
@@ -1903,6 +1960,7 @@ rec {
crates.regex."0.1.80" = deps: { features?(features_.regex."0.1.80" deps {}) }: buildRustCrate {
crateName = "regex";
version = "0.1.80";
+ description = "An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "0y4s8ghhx6sgzb35irwivm3w0l2hhqhmdcd2px9hirqnkagal9l6";
dependencies = mapFeatures features ([
@@ -1918,11 +1976,11 @@ rec {
aho_corasick."${deps.regex."0.1.80".aho_corasick}".default = true;
memchr."${deps.regex."0.1.80".memchr}".default = true;
regex = fold recursiveUpdate {} [
- { "0.1.80".default = (f.regex."0.1.80".default or true); }
- { "0.1.80".simd =
- (f.regex."0.1.80".simd or false) ||
+ { "0.1.80"."simd" =
+ (f.regex."0.1.80"."simd" or false) ||
(f.regex."0.1.80".simd-accel or false) ||
(regex."0.1.80"."simd-accel" or false); }
+ { "0.1.80".default = (f.regex."0.1.80".default or true); }
];
regex_syntax."${deps.regex."0.1.80".regex_syntax}".default = true;
thread_local."${deps.regex."0.1.80".thread_local}".default = true;
@@ -1942,6 +2000,7 @@ rec {
crates.regex_syntax."0.3.9" = deps: { features?(features_.regex_syntax."0.3.9" deps {}) }: buildRustCrate {
crateName = "regex-syntax";
version = "0.3.9";
+ description = "A regular expression parser.";
authors = [ "The Rust Project Developers" ];
sha256 = "1mzhphkbwppwd1zam2jkgjk550cqgf6506i87bw2yzrvcsraiw7m";
};
@@ -1956,6 +2015,7 @@ rec {
crates.rlua."0.9.7" = deps: { features?(features_.rlua."0.9.7" deps {}) }: buildRustCrate {
crateName = "rlua";
version = "0.9.7";
+ description = "High level bindings to Lua 5.3";
authors = [ "kyren " ];
sha256 = "1671b5ga54aq49sqx69hvnjr732hf9jpqwswwxgpcqq8q05mfzgp";
dependencies = mapFeatures features ([
@@ -1971,15 +2031,15 @@ rec {
gcc."${deps.rlua."0.9.7".gcc}".default = true;
libc."${deps.rlua."0.9.7".libc}".default = true;
rlua = fold recursiveUpdate {} [
- { "0.9.7".builtin-lua =
- (f.rlua."0.9.7".builtin-lua or false) ||
+ { "0.9.7"."builtin-lua" =
+ (f.rlua."0.9.7"."builtin-lua" or false) ||
(f.rlua."0.9.7".default or false) ||
(rlua."0.9.7"."default" or false); }
- { "0.9.7".default = (f.rlua."0.9.7".default or true); }
- { "0.9.7".gcc =
- (f.rlua."0.9.7".gcc or false) ||
+ { "0.9.7"."gcc" =
+ (f.rlua."0.9.7"."gcc" or false) ||
(f.rlua."0.9.7".builtin-lua or false) ||
(rlua."0.9.7"."builtin-lua" or false); }
+ { "0.9.7".default = (f.rlua."0.9.7".default or true); }
];
}) [
(features_.libc."${deps."rlua"."0.9.7"."libc"}" deps)
@@ -1993,6 +2053,7 @@ rec {
crates.rustc_serialize."0.3.24" = deps: { features?(features_.rustc_serialize."0.3.24" deps {}) }: buildRustCrate {
crateName = "rustc-serialize";
version = "0.3.24";
+ description = "Generic serialization/deserialization support corresponding to the\n`derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes\nsupport for hex, base64, and json encoding and decoding.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "0rfk6p66mqkd3g36l0ddlv2rvnp1mp3lrq5frq9zz5cbnz5pmmxn";
};
@@ -2007,6 +2068,7 @@ rec {
crates.rustc_version."0.1.7" = deps: { features?(features_.rustc_version."0.1.7" deps {}) }: buildRustCrate {
crateName = "rustc_version";
version = "0.1.7";
+ description = "A library for querying the version of a installed rustc compiler";
authors = [ "Marvin Löbel " ];
sha256 = "0plm9pbyvcwfibd0kbhzil9xmr1bvqi8fgwlfw0x4vali8s6s99p";
dependencies = mapFeatures features ([
@@ -2027,6 +2089,7 @@ rec {
crates.rustwlc."0.7.0" = deps: { features?(features_.rustwlc."0.7.0" deps {}) }: buildRustCrate {
crateName = "rustwlc";
version = "0.7.0";
+ description = "wlc Wayland library bindings for Rust";
authors = [ "Snirk Immington " "Timidger " ];
sha256 = "0gqi9pdw74al33ja25h33q68vnfklj3gpjgkiqqbr3gflgli5h1i";
build = "build.rs";
@@ -2041,11 +2104,11 @@ rec {
bitflags."${deps.rustwlc."0.7.0".bitflags}".default = true;
libc."${deps.rustwlc."0.7.0".libc}".default = true;
rustwlc = fold recursiveUpdate {} [
- { "0.7.0".default = (f.rustwlc."0.7.0".default or true); }
- { "0.7.0".wayland-sys =
- (f.rustwlc."0.7.0".wayland-sys or false) ||
+ { "0.7.0"."wayland-sys" =
+ (f.rustwlc."0.7.0"."wayland-sys" or false) ||
(f.rustwlc."0.7.0".wlc-wayland or false) ||
(rustwlc."0.7.0"."wlc-wayland" or false); }
+ { "0.7.0".default = (f.rustwlc."0.7.0".default or true); }
];
wayland_sys = fold recursiveUpdate {} [
{ "${deps.rustwlc."0.7.0".wayland_sys}"."server" = true; }
@@ -2064,6 +2127,7 @@ rec {
crates.semver."0.1.20" = deps: { features?(features_.semver."0.1.20" deps {}) }: buildRustCrate {
crateName = "semver";
version = "0.1.20";
+ description = "Semantic version parsing and comparison.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "05cdig0071hls2k8lxbqmyqpl0zjmc53i2d43mwzps033b8njh4n";
};
@@ -2078,6 +2142,7 @@ rec {
crates.serde."0.9.15" = deps: { features?(features_.serde."0.9.15" deps {}) }: buildRustCrate {
crateName = "serde";
version = "0.9.15";
+ description = "A generic serialization/deserialization framework";
authors = [ "Erick Tryzelaar " ];
sha256 = "0rlflkc57kvy69hnhj4arfsj7ic4hpihxsb00zg5lkdxfj5qjx9b";
dependencies = mapFeatures features ([
@@ -2086,29 +2151,29 @@ rec {
};
features_.serde."0.9.15" = deps: f: updateFeatures f (rec {
serde = fold recursiveUpdate {} [
- { "0.9.15".alloc =
- (f.serde."0.9.15".alloc or false) ||
+ { "0.9.15"."alloc" =
+ (f.serde."0.9.15"."alloc" or false) ||
(f.serde."0.9.15".collections or false) ||
(serde."0.9.15"."collections" or false); }
- { "0.9.15".default = (f.serde."0.9.15".default or true); }
- { "0.9.15".serde_derive =
- (f.serde."0.9.15".serde_derive or false) ||
+ { "0.9.15"."serde_derive" =
+ (f.serde."0.9.15"."serde_derive" or false) ||
(f.serde."0.9.15".derive or false) ||
(serde."0.9.15"."derive" or false) ||
(f.serde."0.9.15".playground or false) ||
(serde."0.9.15"."playground" or false); }
- { "0.9.15".std =
- (f.serde."0.9.15".std or false) ||
+ { "0.9.15"."std" =
+ (f.serde."0.9.15"."std" or false) ||
(f.serde."0.9.15".default or false) ||
(serde."0.9.15"."default" or false) ||
(f.serde."0.9.15".unstable-testing or false) ||
(serde."0.9.15"."unstable-testing" or false); }
- { "0.9.15".unstable =
- (f.serde."0.9.15".unstable or false) ||
+ { "0.9.15"."unstable" =
+ (f.serde."0.9.15"."unstable" or false) ||
(f.serde."0.9.15".alloc or false) ||
(serde."0.9.15"."alloc" or false) ||
(f.serde."0.9.15".unstable-testing or false) ||
(serde."0.9.15"."unstable-testing" or false); }
+ { "0.9.15".default = (f.serde."0.9.15".default or true); }
];
}) [];
@@ -2119,6 +2184,7 @@ rec {
crates.serde_json."0.9.10" = deps: { features?(features_.serde_json."0.9.10" deps {}) }: buildRustCrate {
crateName = "serde_json";
version = "0.9.10";
+ description = "A JSON serialization file format";
authors = [ "Erick Tryzelaar " ];
sha256 = "0g6bxlfnvf2miicnsizyrxm686rfval6gbss1i2qcna8msfwc005";
dependencies = mapFeatures features ([
@@ -2135,11 +2201,11 @@ rec {
num_traits."${deps.serde_json."0.9.10".num_traits}".default = true;
serde."${deps.serde_json."0.9.10".serde}".default = true;
serde_json = fold recursiveUpdate {} [
- { "0.9.10".default = (f.serde_json."0.9.10".default or true); }
- { "0.9.10".linked-hash-map =
- (f.serde_json."0.9.10".linked-hash-map or false) ||
+ { "0.9.10"."linked-hash-map" =
+ (f.serde_json."0.9.10"."linked-hash-map" or false) ||
(f.serde_json."0.9.10".preserve_order or false) ||
(serde_json."0.9.10"."preserve_order" or false); }
+ { "0.9.10".default = (f.serde_json."0.9.10".default or true); }
];
}) [
(features_.dtoa."${deps."serde_json"."0.9.10"."dtoa"}" deps)
@@ -2155,6 +2221,7 @@ rec {
crates.siphasher."0.2.3" = deps: { features?(features_.siphasher."0.2.3" deps {}) }: buildRustCrate {
crateName = "siphasher";
version = "0.2.3";
+ description = "SipHash functions from rust-core < 1.13";
authors = [ "Frank Denis " ];
sha256 = "1ganj1grxqnkvv4ds3vby039bm999jrr58nfq2x3kjhzkw2bnqkw";
};
@@ -2169,6 +2236,7 @@ rec {
crates.target_build_utils."0.3.1" = deps: { features?(features_.target_build_utils."0.3.1" deps {}) }: buildRustCrate {
crateName = "target_build_utils";
version = "0.3.1";
+ description = "DEPRECATED: Use Cargo environment variables `CARGO_CFG_TARGET_*`";
authors = [ "Simonas Kazlauskas " ];
sha256 = "1b450nyxlbgicp2p45mhxiv6yv0z7s4iw01lsaqh3v7b4bm53flj";
build = "build.rs";
@@ -2187,11 +2255,11 @@ rec {
phf_codegen."${deps.target_build_utils."0.3.1".phf_codegen}".default = true;
serde_json."${deps.target_build_utils."0.3.1".serde_json}".default = true;
target_build_utils = fold recursiveUpdate {} [
- { "0.3.1".default = (f.target_build_utils."0.3.1".default or true); }
- { "0.3.1".serde_json =
- (f.target_build_utils."0.3.1".serde_json or false) ||
+ { "0.3.1"."serde_json" =
+ (f.target_build_utils."0.3.1"."serde_json" or false) ||
(f.target_build_utils."0.3.1".default or false) ||
(target_build_utils."0.3.1"."default" or false); }
+ { "0.3.1".default = (f.target_build_utils."0.3.1".default or true); }
];
}) [
(features_.phf."${deps."target_build_utils"."0.3.1"."phf"}" deps)
@@ -2206,6 +2274,7 @@ rec {
crates.thread_id."2.0.0" = deps: { features?(features_.thread_id."2.0.0" deps {}) }: buildRustCrate {
crateName = "thread-id";
version = "2.0.0";
+ description = "Get a unique thread ID";
authors = [ "Ruud van Asseldonk " ];
sha256 = "06i3c8ckn97i5rp16civ2vpqbknlkx66dkrl070iw60nawi0kjc3";
dependencies = mapFeatures features ([
@@ -2229,6 +2298,7 @@ rec {
crates.thread_local."0.2.7" = deps: { features?(features_.thread_local."0.2.7" deps {}) }: buildRustCrate {
crateName = "thread_local";
version = "0.2.7";
+ description = "Per-object thread-local storage";
authors = [ "Amanieu d'Antras " ];
sha256 = "19p0zrs24rdwjvpi10jig5ms3sxj00pv8shkr9cpddri8cdghqp7";
dependencies = mapFeatures features ([
@@ -2249,6 +2319,7 @@ rec {
crates.token_store."0.1.2" = deps: { features?(features_.token_store."0.1.2" deps {}) }: buildRustCrate {
crateName = "token_store";
version = "0.1.2";
+ description = "A token-based store for arbitrary values";
authors = [ "Victor Berger " ];
sha256 = "1v7acraqyh6iibg87pwkxm41v783sminxm5k9f4ndra7r0vq4zvq";
};
@@ -2263,6 +2334,7 @@ rec {
crates.unicode_width."0.1.5" = deps: { features?(features_.unicode_width."0.1.5" deps {}) }: buildRustCrate {
crateName = "unicode-width";
version = "0.1.5";
+ description = "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n";
authors = [ "kwantam " ];
sha256 = "0886lc2aymwgy0lhavwn6s48ik3c61ykzzd3za6prgnw51j7bi4w";
features = mkFeatures (features."unicode_width"."0.1.5" or {});
@@ -2278,6 +2350,7 @@ rec {
crates.utf8_ranges."0.1.3" = deps: { features?(features_.utf8_ranges."0.1.3" deps {}) }: buildRustCrate {
crateName = "utf8-ranges";
version = "0.1.3";
+ description = "Convert ranges of Unicode codepoints to UTF-8 byte ranges.";
authors = [ "Andrew Gallant " ];
sha256 = "1cj548a91a93j8375p78qikaiam548xh84cb0ck8y119adbmsvbp";
};
@@ -2292,6 +2365,7 @@ rec {
crates.uuid."0.3.1" = deps: { features?(features_.uuid."0.3.1" deps {}) }: buildRustCrate {
crateName = "uuid";
version = "0.3.1";
+ description = "A library to generate and parse UUIDs.\n";
authors = [ "The Rust Project Developers" ];
sha256 = "16ak1c84dfkd8h33cvkxrkvc30k7b0bhrnza8ni2c0jsx85fpbip";
dependencies = mapFeatures features ([
@@ -2304,15 +2378,15 @@ rec {
rand."${deps.uuid."0.3.1".rand}".default = true;
rustc_serialize."${deps.uuid."0.3.1".rustc_serialize}".default = true;
uuid = fold recursiveUpdate {} [
- { "0.3.1".default = (f.uuid."0.3.1".default or true); }
- { "0.3.1".rand =
- (f.uuid."0.3.1".rand or false) ||
+ { "0.3.1"."rand" =
+ (f.uuid."0.3.1"."rand" or false) ||
(f.uuid."0.3.1".v4 or false) ||
(uuid."0.3.1"."v4" or false); }
- { "0.3.1".sha1 =
- (f.uuid."0.3.1".sha1 or false) ||
+ { "0.3.1"."sha1" =
+ (f.uuid."0.3.1"."sha1" or false) ||
(f.uuid."0.3.1".v5 or false) ||
(uuid."0.3.1"."v5" or false); }
+ { "0.3.1".default = (f.uuid."0.3.1".default or true); }
];
}) [
(features_.rand."${deps."uuid"."0.3.1"."rand"}" deps)
@@ -2326,17 +2400,18 @@ rec {
crates.void."1.0.2" = deps: { features?(features_.void."1.0.2" deps {}) }: buildRustCrate {
crateName = "void";
version = "1.0.2";
+ description = "The uninhabited void type for use in statically impossible cases.";
authors = [ "Jonathan Reem " ];
sha256 = "0h1dm0dx8dhf56a83k68mijyxigqhizpskwxfdrs1drwv2cdclv3";
features = mkFeatures (features."void"."1.0.2" or {});
};
features_.void."1.0.2" = deps: f: updateFeatures f (rec {
void = fold recursiveUpdate {} [
- { "1.0.2".default = (f.void."1.0.2".default or true); }
- { "1.0.2".std =
- (f.void."1.0.2".std or false) ||
+ { "1.0.2"."std" =
+ (f.void."1.0.2"."std" or false) ||
(f.void."1.0.2".default or false) ||
(void."1.0.2"."default" or false); }
+ { "1.0.2".default = (f.void."1.0.2".default or true); }
];
}) [];
@@ -2347,6 +2422,7 @@ rec {
crates.way_cooler."0.8.1" = deps: { features?(features_.way_cooler."0.8.1" deps {}) }: buildRustCrate {
crateName = "way-cooler";
version = "0.8.1";
+ description = "Customizeable Wayland compositor written in Rust";
authors = [ "Snirk Immington " "Timidger " ];
sha256 = "01cp5z0qf522d7cvsr9gfp7f4hkphmp38hv70dsf9lvcnp6p1qkc";
build = "build.rs";
@@ -2459,6 +2535,7 @@ rec {
crates.wayland_scanner."0.12.5" = deps: { features?(features_.wayland_scanner."0.12.5" deps {}) }: buildRustCrate {
crateName = "wayland-scanner";
version = "0.12.5";
+ description = "Wayland Scanner for generating rust APIs from XML wayland protocol files. Intented for use with wayland-sys. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.";
authors = [ "Victor Berger " ];
sha256 = "1s0fsc3pff0fxvzqsy8n018smwacih9ix8ww0yf969aa0vak15dz";
dependencies = mapFeatures features ([
@@ -2479,6 +2556,7 @@ rec {
crates.wayland_server."0.12.5" = deps: { features?(features_.wayland_server."0.12.5" deps {}) }: buildRustCrate {
crateName = "wayland-server";
version = "0.12.5";
+ description = "Bindings to the standard C implementation of the wayland protocol, server side.";
authors = [ "Victor Berger " ];
sha256 = "17g0m9afcmi24ylirw4l8i70s5849x7m4b5nxk9k13s5pkza68ag";
build = "build.rs";
@@ -2526,6 +2604,7 @@ rec {
crates.wayland_sys."0.6.0" = deps: { features?(features_.wayland_sys."0.6.0" deps {}) }: buildRustCrate {
crateName = "wayland-sys";
version = "0.6.0";
+ description = "FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.";
authors = [ "Victor Berger " ];
sha256 = "0m6db0kld2d4xv4ai9kxlqrh362hwi0030b4zbss0sfha1hx5mfl";
dependencies = mapFeatures features ([
@@ -2544,15 +2623,15 @@ rec {
];
libc."${deps.wayland_sys."0.6.0".libc}".default = true;
wayland_sys = fold recursiveUpdate {} [
- { "0.6.0".default = (f.wayland_sys."0.6.0".default or true); }
- { "0.6.0".lazy_static =
- (f.wayland_sys."0.6.0".lazy_static or false) ||
+ { "0.6.0"."lazy_static" =
+ (f.wayland_sys."0.6.0"."lazy_static" or false) ||
(f.wayland_sys."0.6.0".dlopen or false) ||
(wayland_sys."0.6.0"."dlopen" or false); }
- { "0.6.0".libc =
- (f.wayland_sys."0.6.0".libc or false) ||
+ { "0.6.0"."libc" =
+ (f.wayland_sys."0.6.0"."libc" or false) ||
(f.wayland_sys."0.6.0".server or false) ||
(wayland_sys."0.6.0"."server" or false); }
+ { "0.6.0".default = (f.wayland_sys."0.6.0".default or true); }
];
}) [
(features_.dlib."${deps."wayland_sys"."0.6.0"."dlib"}" deps)
@@ -2566,6 +2645,7 @@ rec {
crates.wayland_sys."0.9.10" = deps: { features?(features_.wayland_sys."0.9.10" deps {}) }: buildRustCrate {
crateName = "wayland-sys";
version = "0.9.10";
+ description = "FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.";
authors = [ "Victor Berger " ];
sha256 = "011q7lfii222whvif39asvryl1sf3rc1fxp8qs8gh84kr4mna0k8";
dependencies = mapFeatures features ([
@@ -2586,15 +2666,15 @@ rec {
lazy_static."${deps.wayland_sys."0.9.10".lazy_static}".default = true;
libc."${deps.wayland_sys."0.9.10".libc}".default = true;
wayland_sys = fold recursiveUpdate {} [
- { "0.9.10".default = (f.wayland_sys."0.9.10".default or true); }
- { "0.9.10".lazy_static =
- (f.wayland_sys."0.9.10".lazy_static or false) ||
+ { "0.9.10"."lazy_static" =
+ (f.wayland_sys."0.9.10"."lazy_static" or false) ||
(f.wayland_sys."0.9.10".dlopen or false) ||
(wayland_sys."0.9.10"."dlopen" or false); }
- { "0.9.10".libc =
- (f.wayland_sys."0.9.10".libc or false) ||
+ { "0.9.10"."libc" =
+ (f.wayland_sys."0.9.10"."libc" or false) ||
(f.wayland_sys."0.9.10".server or false) ||
(wayland_sys."0.9.10"."server" or false); }
+ { "0.9.10".default = (f.wayland_sys."0.9.10".default or true); }
];
}) [
(features_.dlib."${deps."wayland_sys"."0.9.10"."dlib"}" deps)
@@ -2609,6 +2689,7 @@ rec {
crates.wayland_sys."0.12.5" = deps: { features?(features_.wayland_sys."0.12.5" deps {}) }: buildRustCrate {
crateName = "wayland-sys";
version = "0.12.5";
+ description = "FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.";
authors = [ "Victor Berger " ];
sha256 = "0mwk5vc7mibxka5w66vy2qj32b72d1srqvp36nr15xfl9lwf3dc4";
dependencies = mapFeatures features ([
@@ -2629,15 +2710,15 @@ rec {
lazy_static."${deps.wayland_sys."0.12.5".lazy_static}".default = true;
libc."${deps.wayland_sys."0.12.5".libc}".default = true;
wayland_sys = fold recursiveUpdate {} [
- { "0.12.5".default = (f.wayland_sys."0.12.5".default or true); }
- { "0.12.5".lazy_static =
- (f.wayland_sys."0.12.5".lazy_static or false) ||
+ { "0.12.5"."lazy_static" =
+ (f.wayland_sys."0.12.5"."lazy_static" or false) ||
(f.wayland_sys."0.12.5".dlopen or false) ||
(wayland_sys."0.12.5"."dlopen" or false); }
- { "0.12.5".libc =
- (f.wayland_sys."0.12.5".libc or false) ||
+ { "0.12.5"."libc" =
+ (f.wayland_sys."0.12.5"."libc" or false) ||
(f.wayland_sys."0.12.5".server or false) ||
(wayland_sys."0.12.5"."server" or false); }
+ { "0.12.5".default = (f.wayland_sys."0.12.5".default or true); }
];
}) [
(features_.dlib."${deps."wayland_sys"."0.12.5"."dlib"}" deps)
@@ -2652,6 +2733,7 @@ rec {
crates.winapi."0.2.8" = deps: { features?(features_.winapi."0.2.8" deps {}) }: buildRustCrate {
crateName = "winapi";
version = "0.2.8";
+ description = "Types and constants for WinAPI bindings. See README for list of crates providing function bindings.";
authors = [ "Peter Atashian " ];
sha256 = "0a45b58ywf12vb7gvj6h3j264nydynmzyqz8d8rqxsj6icqv82as";
};
@@ -2666,6 +2748,7 @@ rec {
crates.winapi."0.3.6" = deps: { features?(features_.winapi."0.3.6" deps {}) }: buildRustCrate {
crateName = "winapi";
version = "0.3.6";
+ description = "Raw FFI bindings for all of Windows API.";
authors = [ "Peter Atashian " ];
sha256 = "1d9jfp4cjd82sr1q4dgdlrkvm33zhhav9d7ihr0nivqbncr059m4";
build = "build.rs";
@@ -2693,6 +2776,7 @@ rec {
crates.winapi_build."0.1.1" = deps: { features?(features_.winapi_build."0.1.1" deps {}) }: buildRustCrate {
crateName = "winapi-build";
version = "0.1.1";
+ description = "Common code for build.rs in WinAPI -sys crates.";
authors = [ "Peter Atashian " ];
sha256 = "1lxlpi87rkhxcwp2ykf1ldw3p108hwm24nywf3jfrvmff4rjhqga";
libName = "build";
@@ -2708,6 +2792,7 @@ rec {
crates.winapi_i686_pc_windows_gnu."0.4.0" = deps: { features?(features_.winapi_i686_pc_windows_gnu."0.4.0" deps {}) }: buildRustCrate {
crateName = "winapi-i686-pc-windows-gnu";
version = "0.4.0";
+ description = "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.";
authors = [ "Peter Atashian " ];
sha256 = "05ihkij18r4gamjpxj4gra24514can762imjzlmak5wlzidplzrp";
build = "build.rs";
@@ -2723,6 +2808,7 @@ rec {
crates.winapi_x86_64_pc_windows_gnu."0.4.0" = deps: { features?(features_.winapi_x86_64_pc_windows_gnu."0.4.0" deps {}) }: buildRustCrate {
crateName = "winapi-x86_64-pc-windows-gnu";
version = "0.4.0";
+ description = "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.";
authors = [ "Peter Atashian " ];
sha256 = "0n1ylmlsb8yg1v583i4xy0qmqg42275flvbc51hdqjjfjcl9vlbj";
build = "build.rs";
@@ -2738,6 +2824,7 @@ rec {
crates.xcb."0.8.2" = deps: { features?(features_.xcb."0.8.2" deps {}) }: buildRustCrate {
crateName = "xcb";
version = "0.8.2";
+ description = "Rust bindings and wrappers for XCB";
authors = [ "Remi Thebault " ];
sha256 = "06l8jms57wvz01vx82a3cwak9b9qwdkadvpmkk1zimy2qg7i7dkl";
build = "build.rs";
@@ -2755,41 +2842,40 @@ rec {
libc."${deps.xcb."0.8.2".libc}".default = true;
log."${deps.xcb."0.8.2".log}".default = true;
xcb = fold recursiveUpdate {} [
- { "0.8.2".composite =
- (f.xcb."0.8.2".composite or false) ||
+ { "0.8.2"."composite" =
+ (f.xcb."0.8.2"."composite" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".damage =
- (f.xcb."0.8.2".damage or false) ||
+ { "0.8.2"."damage" =
+ (f.xcb."0.8.2"."damage" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".default = (f.xcb."0.8.2".default or true); }
- { "0.8.2".dpms =
- (f.xcb."0.8.2".dpms or false) ||
+ { "0.8.2"."dpms" =
+ (f.xcb."0.8.2"."dpms" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".dri2 =
- (f.xcb."0.8.2".dri2 or false) ||
+ { "0.8.2"."dri2" =
+ (f.xcb."0.8.2"."dri2" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".dri3 =
- (f.xcb."0.8.2".dri3 or false) ||
+ { "0.8.2"."dri3" =
+ (f.xcb."0.8.2"."dri3" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".glx =
- (f.xcb."0.8.2".glx or false) ||
+ { "0.8.2"."glx" =
+ (f.xcb."0.8.2"."glx" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".randr =
- (f.xcb."0.8.2".randr or false) ||
+ { "0.8.2"."randr" =
+ (f.xcb."0.8.2"."randr" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".record =
- (f.xcb."0.8.2".record or false) ||
+ { "0.8.2"."record" =
+ (f.xcb."0.8.2"."record" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".render =
- (f.xcb."0.8.2".render or false) ||
+ { "0.8.2"."render" =
+ (f.xcb."0.8.2"."render" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false) ||
(f.xcb."0.8.2".present or false) ||
@@ -2798,44 +2884,44 @@ rec {
(xcb."0.8.2"."randr" or false) ||
(f.xcb."0.8.2".xfixes or false) ||
(xcb."0.8.2"."xfixes" or false); }
- { "0.8.2".res =
- (f.xcb."0.8.2".res or false) ||
+ { "0.8.2"."res" =
+ (f.xcb."0.8.2"."res" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".screensaver =
- (f.xcb."0.8.2".screensaver or false) ||
+ { "0.8.2"."screensaver" =
+ (f.xcb."0.8.2"."screensaver" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".shape =
- (f.xcb."0.8.2".shape or false) ||
+ { "0.8.2"."shape" =
+ (f.xcb."0.8.2"."shape" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false) ||
(f.xcb."0.8.2".xfixes or false) ||
(xcb."0.8.2"."xfixes" or false); }
- { "0.8.2".shm =
- (f.xcb."0.8.2".shm or false) ||
+ { "0.8.2"."shm" =
+ (f.xcb."0.8.2"."shm" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false) ||
(f.xcb."0.8.2".xv or false) ||
(xcb."0.8.2"."xv" or false); }
- { "0.8.2".sync =
- (f.xcb."0.8.2".sync or false) ||
+ { "0.8.2"."sync" =
+ (f.xcb."0.8.2"."sync" or false) ||
(f.xcb."0.8.2".present or false) ||
(xcb."0.8.2"."present" or false); }
- { "0.8.2".thread =
- (f.xcb."0.8.2".thread or false) ||
+ { "0.8.2"."thread" =
+ (f.xcb."0.8.2"."thread" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".xevie =
- (f.xcb."0.8.2".xevie or false) ||
+ { "0.8.2"."xevie" =
+ (f.xcb."0.8.2"."xevie" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".xf86dri =
- (f.xcb."0.8.2".xf86dri or false) ||
+ { "0.8.2"."xf86dri" =
+ (f.xcb."0.8.2"."xf86dri" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".xfixes =
- (f.xcb."0.8.2".xfixes or false) ||
+ { "0.8.2"."xfixes" =
+ (f.xcb."0.8.2"."xfixes" or false) ||
(f.xcb."0.8.2".composite or false) ||
(xcb."0.8.2"."composite" or false) ||
(f.xcb."0.8.2".damage or false) ||
@@ -2846,40 +2932,41 @@ rec {
(xcb."0.8.2"."present" or false) ||
(f.xcb."0.8.2".xinput or false) ||
(xcb."0.8.2"."xinput" or false); }
- { "0.8.2".xinerama =
- (f.xcb."0.8.2".xinerama or false) ||
+ { "0.8.2"."xinerama" =
+ (f.xcb."0.8.2"."xinerama" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".xkb =
- (f.xcb."0.8.2".xkb or false) ||
+ { "0.8.2"."xkb" =
+ (f.xcb."0.8.2"."xkb" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".xlib_xcb =
- (f.xcb."0.8.2".xlib_xcb or false) ||
+ { "0.8.2"."xlib_xcb" =
+ (f.xcb."0.8.2"."xlib_xcb" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".xprint =
- (f.xcb."0.8.2".xprint or false) ||
+ { "0.8.2"."xprint" =
+ (f.xcb."0.8.2"."xprint" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".xselinux =
- (f.xcb."0.8.2".xselinux or false) ||
+ { "0.8.2"."xselinux" =
+ (f.xcb."0.8.2"."xselinux" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".xtest =
- (f.xcb."0.8.2".xtest or false) ||
+ { "0.8.2"."xtest" =
+ (f.xcb."0.8.2"."xtest" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
- { "0.8.2".xv =
- (f.xcb."0.8.2".xv or false) ||
+ { "0.8.2"."xv" =
+ (f.xcb."0.8.2"."xv" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false) ||
(f.xcb."0.8.2".xvmc or false) ||
(xcb."0.8.2"."xvmc" or false); }
- { "0.8.2".xvmc =
- (f.xcb."0.8.2".xvmc or false) ||
+ { "0.8.2"."xvmc" =
+ (f.xcb."0.8.2"."xvmc" or false) ||
(f.xcb."0.8.2".debug_all or false) ||
(xcb."0.8.2"."debug_all" or false); }
+ { "0.8.2".default = (f.xcb."0.8.2".default or true); }
];
}) [
(features_.libc."${deps."xcb"."0.8.2"."libc"}" deps)
@@ -2894,6 +2981,7 @@ rec {
crates.xml_rs."0.7.0" = deps: { features?(features_.xml_rs."0.7.0" deps {}) }: buildRustCrate {
crateName = "xml-rs";
version = "0.7.0";
+ description = "An XML library in pure Rust";
authors = [ "Vladimir Matveev " ];
sha256 = "12rynhqjgkg2hzy9x1d1232p9d9jm40bc3by5yzjv8gx089mflyb";
libPath = "src/lib.rs";
diff --git a/pkgs/applications/window-managers/way-cooler/default.nix b/pkgs/applications/window-managers/way-cooler/default.nix
index 8f35cb620ca..9ebb0b5ffcf 100644
--- a/pkgs/applications/window-managers/way-cooler/default.nix
+++ b/pkgs/applications/window-managers/way-cooler/default.nix
@@ -1,8 +1,10 @@
{ stdenv, fetchurl, makeWrapper, symlinkJoin, writeShellScriptBin, callPackage, defaultCrateOverrides
-, wayland, wlc, cairo, libxkbcommon, pam, python3Packages, lemonbar, gdk_pixbuf
+, wayland, cairo, libxkbcommon, pam, python3Packages, lemonbar, gdk-pixbuf
}:
let
+ wlc = callPackage ./wlc.nix {};
+
# refer to
# https://github.com/way-cooler/way-cooler.github.io/blob/master/way-cooler-release-i3-default.sh
# for version numbers
@@ -22,7 +24,7 @@ let
way-cooler = ((way_cooler_ { builtin-lua = true; }).override {
crateOverrides = defaultCrateOverrides // {
- way-cooler = attrs: { buildInputs = [ wlc cairo libxkbcommon fakegit gdk_pixbuf wayland ]; };
+ way-cooler = attrs: { buildInputs = [ wlc cairo libxkbcommon fakegit gdk-pixbuf wayland ]; };
};}).overrideAttrs (oldAttrs: rec {
postBuild = ''
mkdir -p $out/etc
@@ -105,7 +107,7 @@ in symlinkJoin rec {
homepage = http://way-cooler.org/;
license = with licenses; [ mit ];
maintainers = [ maintainers.miltador ];
- broken = stdenv.hostPlatform.isAarch64; # fails to build wc-bg (on aarch64)
platforms = platforms.all;
+ broken = true;
};
}
diff --git a/pkgs/development/libraries/wlc/default.nix b/pkgs/applications/window-managers/way-cooler/wlc.nix
similarity index 91%
rename from pkgs/development/libraries/wlc/default.nix
rename to pkgs/applications/window-managers/way-cooler/wlc.nix
index 572adfeb0bb..3f2891ffd51 100644
--- a/pkgs/development/libraries/wlc/default.nix
+++ b/pkgs/applications/window-managers/way-cooler/wlc.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig
, wayland, pixman, libxkbcommon, libinput, xcbutilwm, xcbutilimage, libGL
-, libX11, dbus, wayland-protocols, libdrm, mesa_noglu
+, libX11, dbus, wayland-protocols, libdrm, mesa
, libpthreadstubs, libXdmcp, libXext, libXfixes
, withOptionalPackages ? true, zlib, valgrind, doxygen
}:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
buildInputs = [
wayland pixman libxkbcommon libinput xcbutilwm xcbutilimage libGL
libX11 libXfixes dbus wayland-protocols
- libpthreadstubs libXdmcp libXext libdrm mesa_noglu ]
+ libpthreadstubs libXdmcp libXext libdrm mesa ]
++ stdenv.lib.optionals withOptionalPackages [ zlib valgrind doxygen ];
doCheck = true;
diff --git a/pkgs/applications/window-managers/weston/default.nix b/pkgs/applications/window-managers/weston/default.nix
index 22b6fc30007..a88281369e8 100644
--- a/pkgs/applications/window-managers/weston/default.nix
+++ b/pkgs/applications/window-managers/weston/default.nix
@@ -1,4 +1,5 @@
-{ stdenv, fetchurl, meson, ninja, pkgconfig, wayland, libGL, mesa_noglu, libxkbcommon, cairo, libxcb
+{ stdenv, fetchurl, meson, ninja, pkgconfig
+, wayland, libGL, mesa, libxkbcommon, cairo, libxcb
, libXcursor, xlibsWrapper, udev, libdrm, mtdev, libjpeg, pam, dbus, libinput, libevdev
, colord, lcms2
, pango ? null, libunwind ? null, freerdp ? null, vaapi ? null, libva ? null
@@ -9,16 +10,16 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "weston-${version}";
- version = "6.0.0";
+ version = "6.0.1";
src = fetchurl {
url = "https://wayland.freedesktop.org/releases/${name}.tar.xz";
- sha256 = "04p6hal5kalmdp5dxwh2h5qhkkb4dvbsk7l091zvvcq70slj6qsl";
+ sha256 = "1d2m658ll8x7prlsfk71qgw89c7dz6y7d6nndfxwl49fmrd6sbxz";
};
nativeBuildInputs = [ meson ninja pkgconfig ];
buildInputs = [
- wayland libGL mesa_noglu libxkbcommon cairo libxcb libXcursor xlibsWrapper udev libdrm
+ wayland libGL mesa libxkbcommon cairo libxcb libXcursor xlibsWrapper udev libdrm
mtdev libjpeg pam dbus libinput libevdev pango libunwind freerdp vaapi libva
libwebp wayland-protocols
colord lcms2
diff --git a/pkgs/applications/window-managers/yabar/build.nix b/pkgs/applications/window-managers/yabar/build.nix
index 6fc1797dd25..678ebad75dd 100644
--- a/pkgs/applications/window-managers/yabar/build.nix
+++ b/pkgs/applications/window-managers/yabar/build.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, cairo, gdk_pixbuf, libconfig, pango, pkgconfig
+{ stdenv, fetchFromGitHub, cairo, gdk-pixbuf, libconfig, pango, pkgconfig
, xcbutilwm, alsaLib, wirelesstools, asciidoc, libxslt, makeWrapper, docbook_xsl
, configFile ? null, lib
, rev, sha256, version, patches ? []
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
- cairo gdk_pixbuf libconfig pango xcbutilwm docbook_xsl
+ cairo gdk-pixbuf libconfig pango xcbutilwm docbook_xsl
alsaLib wirelesstools asciidoc libxslt makeWrapper
];
diff --git a/pkgs/build-support/appimage/default.nix b/pkgs/build-support/appimage/default.nix
index de0e05f8da7..1f84403c10f 100644
--- a/pkgs/build-support/appimage/default.nix
+++ b/pkgs/build-support/appimage/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, stdenv, libarchive, patchelf, zlib, buildFHSUserEnv, writeScript }:
+{ stdenv, libarchive, patchelf, zlib, buildFHSUserEnv, writeScript }:
rec {
# Both extraction functions could be unified, but then
@@ -97,7 +97,7 @@ rec {
gtk2
bzip2
zlib
- gdk_pixbuf
+ gdk-pixbuf
xorg.libXinerama
xorg.libXdamage
@@ -149,7 +149,7 @@ rec {
libidn
tbb
wayland
- mesa_noglu
+ mesa
libxkbcommon
flac
diff --git a/pkgs/build-support/build-bazel-package/default.nix b/pkgs/build-support/build-bazel-package/default.nix
index b0840192ece..d4318b715ba 100644
--- a/pkgs/build-support/build-bazel-package/default.nix
+++ b/pkgs/build-support/build-bazel-package/default.nix
@@ -1,6 +1,10 @@
-{ stdenv, bazel, cacert, enableNixHacks ? true }:
+{ stdenv
+, bazel
+, cacert
+, lib
+}:
-args@{ name, bazelFlags ? [], bazelTarget, buildAttrs, fetchAttrs, ... }:
+args@{ name, bazelFlags ? [], bazelBuildFlags ? [], bazelFetchFlags ? [], bazelTarget, buildAttrs, fetchAttrs, ... }:
let
fArgs = removeAttrs args [ "buildAttrs" "fetchAttrs" ];
@@ -8,11 +12,11 @@ let
fFetchAttrs = fArgs // removeAttrs fetchAttrs [ "sha256" ];
in stdenv.mkDerivation (fBuildAttrs // {
- inherit name bazelFlags bazelTarget;
+ inherit name bazelFlags bazelBuildFlags bazelFetchFlags bazelTarget;
deps = stdenv.mkDerivation (fFetchAttrs // {
name = "${name}-deps";
- inherit bazelFlags bazelTarget;
+ inherit bazelFlags bazelBuildFlags bazelFetchFlags bazelTarget;
nativeBuildInputs = fFetchAttrs.nativeBuildInputs or [] ++ [ bazel ];
@@ -34,8 +38,19 @@ in stdenv.mkDerivation (fBuildAttrs // {
# https://github.com/bazelbuild/bazel/blob/9323c57607d37f9c949b60e293b573584906da46/src/main/cpp/startup_options.cc#L123-L124
#
# On macOS Bazel will use the system installed Xcode or CLT toolchain instead of the one in the PATH unless we pass BAZEL_USE_CPP_ONLY_TOOLCHAIN
- #
- BAZEL_USE_CPP_ONLY_TOOLCHAIN=1 USER=homeless-shelter bazel --output_base="$bazelOut" --output_user_root="$bazelUserRoot" fetch $bazelFlags $bazelTarget
+
+ # We disable multithreading for the fetching phase since it can lead to timeouts with many dependencies/threads:
+ # https://github.com/bazelbuild/bazel/issues/6502
+ BAZEL_USE_CPP_ONLY_TOOLCHAIN=1 \
+ USER=homeless-shelter \
+ bazel \
+ --output_base="$bazelOut" \
+ --output_user_root="$bazelUserRoot" \
+ fetch \
+ --loading_phase_threads=1 \
+ $bazelFlags \
+ $bazelFetchFlags \
+ $bazelTarget
runHook postBuild
'';
@@ -46,20 +61,30 @@ in stdenv.mkDerivation (fBuildAttrs // {
# Remove all built in external workspaces, Bazel will recreate them when building
rm -rf $bazelOut/external/{bazel_tools,\@bazel_tools.marker}
rm -rf $bazelOut/external/{embedded_jdk,\@embedded_jdk.marker}
- rm -rf $bazelOut/external/{local_*,\@local_*}
+ rm -rf $bazelOut/external/{local_*,\@local_*.marker}
- # Patching markers to make them deterministic
- sed -i 's, -\?[0-9][0-9]*$, 1,' $bazelOut/external/\@*.marker
- sed -i '/^ENV:TMP.*/d' $bazelOut/external/\@*.marker
+ # Clear markers
+ find $bazelOut/external -name '@*\.marker' -exec sh -c 'echo > {}' \;
# Remove all vcs files
rm -rf $(find $bazelOut/external -type d -name .git)
rm -rf $(find $bazelOut/external -type d -name .svn)
rm -rf $(find $bazelOut/external -type d -name .hg)
+ # Removing top-level symlinks along with their markers.
+ # This is needed because they sometimes point to temporary paths (?).
+ # For example, in Tensorflow-gpu build:
+ # platforms -> NIX_BUILD_TOP/tmp/install/35282f5123611afa742331368e9ae529/_embedded_binaries/platforms
+ find $bazelOut/external -maxdepth 1 -type l | while read symlink; do
+ name="$(basename "$symlink")"
+ rm "$symlink" "$bazelOut/external/@$name.marker"
+ done
+
# Patching symlinks to remove build directory reference
find $bazelOut/external -type l | while read symlink; do
- ln -sf $(readlink "$symlink" | sed "s,$NIX_BUILD_TOP,NIX_BUILD_TOP,") "$symlink"
+ new_target="$(readlink "$symlink" | sed "s,$NIX_BUILD_TOP,NIX_BUILD_TOP,")"
+ rm "$symlink"
+ ln -sf "$new_target" "$symlink"
done
cp -r $bazelOut/external $out
@@ -68,12 +93,14 @@ in stdenv.mkDerivation (fBuildAttrs // {
'';
dontFixup = true;
+ allowedRequisites = [];
+
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = fetchAttrs.sha256;
});
- nativeBuildInputs = fBuildAttrs.nativeBuildInputs or [] ++ [ (if enableNixHacks then (bazel.override { enableNixHacks = true; }) else bazel) ];
+ nativeBuildInputs = fBuildAttrs.nativeBuildInputs or [] ++ [ (bazel.override { enableNixHacks = true; }) ];
preHook = fBuildAttrs.preHook or "" + ''
export bazelOut="$NIX_BUILD_TOP/output"
@@ -82,8 +109,8 @@ in stdenv.mkDerivation (fBuildAttrs // {
'';
preConfigure = ''
- mkdir -p $bazelOut/external
- cp -r $deps/* $bazelOut/external
+ mkdir -p "$bazelOut"
+ cp -r $deps $bazelOut/external
chmod -R +w $bazelOut
find $bazelOut -type l | while read symlink; do
ln -sf $(readlink "$symlink" | sed "s,NIX_BUILD_TOP,$NIX_BUILD_TOP,") "$symlink"
@@ -93,6 +120,7 @@ in stdenv.mkDerivation (fBuildAttrs // {
buildPhase = fBuildAttrs.buildPhase or ''
runHook preBuild
+ '' + lib.optionalString stdenv.isDarwin ''
# Bazel sandboxes the execution of the tools it invokes, so even though we are
# calling the correct nix wrappers, the values of the environment variables
# the wrappers are expecting will not be set. So instead of relying on the
@@ -115,6 +143,7 @@ in stdenv.mkDerivation (fBuildAttrs // {
linkopts+=( "--linkopt=$flag" )
host_linkopts+=( "--host_linkopt=$flag" )
done
+ '' + ''
BAZEL_USE_CPP_ONLY_TOOLCHAIN=1 \
USER=homeless-shelter \
@@ -123,11 +152,14 @@ in stdenv.mkDerivation (fBuildAttrs // {
--output_user_root="$bazelUserRoot" \
build \
-j $NIX_BUILD_CORES \
+ '' + lib.optionalString stdenv.isDarwin ''
"''${copts[@]}" \
"''${host_copts[@]}" \
"''${linkopts[@]}" \
"''${host_linkopts[@]}" \
+ '' + ''
$bazelFlags \
+ $bazelBuildFlags \
$bazelTarget
runHook postBuild
diff --git a/pkgs/build-support/cc-wrapper/setup-hook.sh b/pkgs/build-support/cc-wrapper/setup-hook.sh
index 28060de7411..211b5063291 100644
--- a/pkgs/build-support/cc-wrapper/setup-hook.sh
+++ b/pkgs/build-support/cc-wrapper/setup-hook.sh
@@ -70,12 +70,12 @@ ccWrapper_addCVars () {
local role_post role_pre
getHostRoleEnvHook
- if [[ -d "$1/include" ]]; then
- export NIX_${role_pre}CFLAGS_COMPILE+=" ${ccIncludeFlag:--isystem} $1/include"
+ if [ -d "$1/include" ]; then
+ export NIX_${role_pre}CFLAGS_COMPILE+=" -isystem $1/include"
fi
- if [[ -d "$1/Library/Frameworks" ]]; then
- export NIX_${role_pre}CFLAGS_COMPILE+=" -F$1/Library/Frameworks"
+ if [ -d "$1/Library/Frameworks" ]; then
+ export NIX_${role_pre}CFLAGS_COMPILE+=" -iframework $1/Library/Frameworks"
fi
}
diff --git a/pkgs/build-support/closure-info.nix b/pkgs/build-support/closure-info.nix
index 24795a724ec..6b3ff6fd62b 100644
--- a/pkgs/build-support/closure-info.nix
+++ b/pkgs/build-support/closure-info.nix
@@ -4,7 +4,7 @@
# "nix-store --load-db" and "nix-store --register-validity
# --hash-given".
-{ stdenv, coreutils, jq, buildPackages }:
+{ stdenv, buildPackages }:
{ rootPaths }:
diff --git a/pkgs/build-support/docker/default.nix b/pkgs/build-support/docker/default.nix
index ae000c2daef..83e21c8945d 100644
--- a/pkgs/build-support/docker/default.nix
+++ b/pkgs/build-support/docker/default.nix
@@ -1,38 +1,41 @@
{
- symlinkJoin,
+ cacert,
+ callPackage,
+ closureInfo,
coreutils,
docker,
e2fsprogs,
findutils,
go,
- jshon,
jq,
+ jshon,
lib,
- pkgs,
- pigz,
+ moreutils,
nix,
- runCommand,
+ pigz,
+ referencesByPopularity,
rsync,
+ runCommand,
+ runtimeShell,
shadow,
+ skopeo,
stdenv,
storeDir ? builtins.storeDir,
+ substituteAll,
+ symlinkJoin,
utillinux,
vmTools,
writeReferencesToFile,
- referencesByPopularity,
writeScript,
writeText,
- closureInfo,
- substituteAll,
- runtimeShell
}:
# WARNING: this API is unstable and may be subject to backwards-incompatible changes in the future.
rec {
- examples = import ./examples.nix {
- inherit pkgs buildImage pullImage shadowSetup buildImageWithNixDb;
+ examples = callPackage ./examples.nix {
+ inherit buildImage pullImage shadowSetup buildImageWithNixDb;
};
pullImage = let
@@ -58,13 +61,13 @@ rec {
inherit imageDigest;
imageName = finalImageName;
imageTag = finalImageTag;
- impureEnvVars = pkgs.stdenv.lib.fetchers.proxyImpureEnvVars;
+ impureEnvVars = stdenv.lib.fetchers.proxyImpureEnvVars;
outputHashMode = "flat";
outputHashAlgo = "sha256";
outputHash = sha256;
- nativeBuildInputs = lib.singleton (pkgs.skopeo);
- SSL_CERT_FILE = "${pkgs.cacert.out}/etc/ssl/certs/ca-bundle.crt";
+ nativeBuildInputs = lib.singleton skopeo;
+ SSL_CERT_FILE = "${cacert.out}/etc/ssl/certs/ca-bundle.crt";
sourceURL = "docker://${imageName}@${imageDigest}";
destNameTag = "${finalImageName}:${finalImageTag}";
@@ -157,7 +160,8 @@ rec {
postMount ? "",
postUmount ? ""
}:
- vmTools.runInLinuxVM (
+ let
+ result = vmTools.runInLinuxVM (
runCommand name {
preVM = vmTools.createEmptyImage {
size = diskSize;
@@ -167,8 +171,6 @@ rec {
nativeBuildInputs = [ utillinux e2fsprogs jshon rsync jq ];
} ''
- rm -rf $out
-
mkdir disk
mkfs /dev/${vmTools.hd}
mount /dev/${vmTools.hd} disk
@@ -251,6 +253,12 @@ rec {
${postUmount}
'');
+ in
+ runCommand name {} ''
+ mkdir -p $out
+ cd ${result}
+ cp layer.tar json VERSION $out
+ '';
exportImage = { name ? fromImage.name, fromImage, fromImageName ? null, fromImageTag ? null, diskSize ? 1024 }:
runWithOverlay {
@@ -283,9 +291,10 @@ rec {
# Files to add to the layer.
closure,
configJson,
- # Docker has a 42-layer maximum, we pick 24 to ensure there is plenty
- # of room for extension
- maxLayers ? 24
+ # Docker has a 125-layer maximum, we pick 100 to ensure there is
+ # plenty of room for extension.
+ # https://github.com/moby/moby/blob/b3e9f7b13b0f0c414fa6253e1f17a86b2cff68b5/layer/layer_store.go#L23-L26
+ maxLayers ? 100
}:
let
storePathToLayer = substituteAll
@@ -490,7 +499,7 @@ rec {
(cd layer; ${extraCommandsScript})
echo "Packing layer..."
- mkdir $out
+ mkdir -p $out
tar -C layer --hard-dereference --sort=name --mtime="@$SOURCE_DATE_EPOCH" -cf $out/layer.tar .
# Compute the tar checksum and add it to the output json.
@@ -671,7 +680,7 @@ rec {
extraCommands;
};
result = runCommand "docker-image-${baseName}.tar.gz" {
- nativeBuildInputs = [ jshon pigz coreutils findutils jq ];
+ nativeBuildInputs = [ jshon pigz coreutils findutils jq moreutils ];
# Image name and tag must be lowercase
imageName = lib.toLower name;
imageTag = if tag == null then "" else lib.toLower tag;
@@ -785,7 +794,7 @@ rec {
# originally this used `sed -i "1i$layerID" layer-list`, but
# would fail if layer-list was completely empty.
echo "$layerID/layer.tar"
- ) | ${pkgs.moreutils}/bin/sponge layer-list
+ ) | sponge layer-list
# Create image json and image manifest
imageJson=$(cat ${baseJson} | jq ". + {\"rootfs\": {\"diff_ids\": [], \"type\": \"layers\"}}")
diff --git a/pkgs/build-support/docker/nix-prefetch-docker.nix b/pkgs/build-support/docker/nix-prefetch-docker.nix
index 03a936e08e0..c1d86adc6d8 100644
--- a/pkgs/build-support/docker/nix-prefetch-docker.nix
+++ b/pkgs/build-support/docker/nix-prefetch-docker.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = ''
install -vD ${./nix-prefetch-docker} $out/bin/$name;
diff --git a/pkgs/build-support/fetchgit/nix-prefetch-git b/pkgs/build-support/fetchgit/nix-prefetch-git
index c681be8e4c3..b447911ab8d 100755
--- a/pkgs/build-support/fetchgit/nix-prefetch-git
+++ b/pkgs/build-support/fetchgit/nix-prefetch-git
@@ -270,7 +270,7 @@ make_deterministic_repo(){
}
-_clone_user_rev() {
+clone_user_rev() {
local dir="$1"
local url="$2"
local rev="${3:-HEAD}"
@@ -307,19 +307,29 @@ _clone_user_rev() {
fi
}
-clone_user_rev() {
- if ! test -n "$QUIET"; then
- _clone_user_rev "$@"
- else
- errfile="$(mktemp "${TMPDIR:-/tmp}/git-checkout-err-XXXXXXXX")"
- # shellcheck disable=SC2064
- trap "rm -rf \"$errfile\"" EXIT
- _clone_user_rev "$@" 2> "$errfile" || (
- status="$?"
- cat "$errfile" >&2
- exit "$status"
- )
+exit_handlers=()
+
+run_exit_handlers() {
+ exit_status=$?
+ for handler in "${exit_handlers[@]}"; do
+ eval "$handler $exit_status"
+ done
+}
+
+trap run_exit_handlers EXIT
+
+quiet_exit_handler() {
+ exec 2>&3 3>&-
+ if [ $1 -ne 0 ]; then
+ cat "$errfile" >&2
fi
+ rm -f "$errfile"
+}
+
+quiet_mode() {
+ errfile="$(mktemp "${TMPDIR:-/tmp}/git-checkout-err-XXXXXXXX")"
+ exit_handlers+=(quiet_exit_handler)
+ exec 3>&2 2>"$errfile"
}
json_escape() {
@@ -362,6 +372,14 @@ EOF
fi
}
+remove_tmpPath() {
+ rm -rf "$tmpPath"
+}
+
+if test -n "$QUIET"; then
+ quiet_mode
+fi
+
if test -z "$branchName"; then
branchName=fetchgit
fi
@@ -390,8 +408,7 @@ else
if test -z "$finalPath"; then
tmpPath="$(mktemp -d "${TMPDIR:-/tmp}/git-checkout-tmp-XXXXXXXX")"
- # shellcheck disable=SC2064
- trap "rm -rf \"$tmpPath\"" EXIT
+ exit_handlers+=(remove_tmpPath)
tmpFile="$tmpPath/$(url_to_name "$url" "$rev")"
mkdir -p "$tmpFile"
diff --git a/pkgs/build-support/fetchurl/default.nix b/pkgs/build-support/fetchurl/default.nix
index 3ce90cbeab3..6300587a7d1 100644
--- a/pkgs/build-support/fetchurl/default.nix
+++ b/pkgs/build-support/fetchurl/default.nix
@@ -49,8 +49,11 @@ in
# first element of `urls').
name ? ""
- # Different ways of specifying the hash.
-, outputHash ? ""
+, # SRI hash.
+ hash ? ""
+
+, # Legacy ways of specifying the hash.
+ outputHash ? ""
, outputHashAlgo ? ""
, md5 ? ""
, sha1 ? ""
@@ -103,7 +106,8 @@ let
else throw "fetchurl requires either `url` or `urls` to be set";
hash_ =
- if md5 != "" then throw "fetchurl does not support md5 anymore, please use sha256 or sha512"
+ if hash != "" then { outputHashAlgo = null; outputHash = hash; }
+ else if md5 != "" then throw "fetchurl does not support md5 anymore, please use sha256 or sha512"
else if (outputHash != "" && outputHashAlgo != "") then { inherit outputHashAlgo outputHash; }
else if sha512 != "" then { outputHashAlgo = "sha512"; outputHash = sha512; }
else if sha256 != "" then { outputHashAlgo = "sha256"; outputHash = sha256; }
diff --git a/pkgs/build-support/fetchurl/mirrors.nix b/pkgs/build-support/fetchurl/mirrors.nix
index d9e44afb68d..1ca1e45f2fb 100644
--- a/pkgs/build-support/fetchurl/mirrors.nix
+++ b/pkgs/build-support/fetchurl/mirrors.nix
@@ -169,6 +169,20 @@ rec {
http://backpan.perl.org/ # for old releases
];
+ # CentOS.
+ centos = [
+ http://mirror.centos.org/centos/
+ # For old releases
+ http://vault.centos.org/
+ https://archive.kernel.org/centos-vault/
+ http://ftp.jaist.ac.jp/pub/Linux/CentOS-vault/
+ http://mirrors.aliyun.com/centos-vault/
+ https://mirror.chpc.utah.edu/pub/vault.centos.org/
+ https://mirror.its.sfu.ca/mirror/CentOS-vault/
+ https://mirror.math.princeton.edu/pub/centos-vault/
+ https://mirrors.tripadvisor.com/centos-vault/
+ ];
+
# Debian.
debian = [
http://httpredir.debian.org/debian/
@@ -268,13 +282,14 @@ rec {
# Apache mirrors (see http://www.apache.org/mirrors/).
apache = [
+ https://www-eu.apache.org/dist/
+ https://www-us.apache.org/dist/
http://www.eu.apache.org/dist/
- http://wwwftp.ciril.fr/pub/apache/
ftp://ftp.fu-berlin.de/unix/www/apache/
http://ftp.tudelft.nl/apache/
http://mirror.cc.columbia.edu/pub/software/apache/
- http://www.apache.org/dist/
- http://archive.apache.org/dist/ # fallback for old releases
+ https://www.apache.org/dist/
+ https://archive.apache.org/dist/ # fallback for old releases
ftp://ftp.funet.fi/pub/mirrors/apache.org/
http://apache.cs.uu.nl/
http://apache.cs.utah.edu/
@@ -384,7 +399,7 @@ rec {
# Steam Runtime mirrors
steamrt = [
http://repo.steampowered.com/steamrt/
- https://abbradar.net/steamrt/
+ https://public.abbradar.moe/steamrt/
];
# Python PyPI mirrors
@@ -409,9 +424,10 @@ rec {
# Alsa Project
alsa = [
- ftp://ftp.alsa-project.org/pub/
- http://alsa.cybermirror.org/
- http://www.mirrorservice.org/sites/ftp.alsa-project.org/pub/
- http://alsa.mirror.fr/
+ https://www.alsa-project.org/files/pub/
+ ftp://ftp.alsa-project.org/pub/
+ http://alsa.cybermirror.org/
+ http://www.mirrorservice.org/sites/ftp.alsa-project.org/pub/
+ http://alsa.mirror.fr/
];
}
diff --git a/pkgs/build-support/fetchzip/default.nix b/pkgs/build-support/fetchzip/default.nix
index f1b9b9290d4..c61df8ceb00 100644
--- a/pkgs/build-support/fetchzip/default.nix
+++ b/pkgs/build-support/fetchzip/default.nix
@@ -5,7 +5,7 @@
# (e.g. due to minor changes in the compression algorithm, or changes
# in timestamps).
-{ lib, fetchurl, unzip }:
+{ fetchurl, unzip }:
{ # Optionally move the contents of the unpacked tree up one level.
stripRoot ? true
diff --git a/pkgs/build-support/libredirect/libredirect.c b/pkgs/build-support/libredirect/libredirect.c
index 655399af58f..8e8da00b02a 100644
--- a/pkgs/build-support/libredirect/libredirect.c
+++ b/pkgs/build-support/libredirect/libredirect.c
@@ -160,6 +160,19 @@ int posix_spawn(pid_t * pid, const char * path,
return posix_spawn_real(pid, rewrite(path, buf), file_actions, attrp, argv, envp);
}
+int posix_spawnp(pid_t * pid, const char * file,
+ const posix_spawn_file_actions_t * file_actions,
+ const posix_spawnattr_t * attrp,
+ char * const argv[], char * const envp[])
+{
+ int (*posix_spawnp_real) (pid_t *, const char *,
+ const posix_spawn_file_actions_t *,
+ const posix_spawnattr_t *,
+ char * const argv[], char * const envp[]) = dlsym(RTLD_NEXT, "posix_spawnp");
+ char buf[PATH_MAX];
+ return posix_spawnp_real(pid, rewrite(file, buf), file_actions, attrp, argv, envp);
+}
+
int execv(const char *path, char *const argv[])
{
int (*execv_real) (const char *path, char *const argv[]) = dlsym(RTLD_NEXT, "execv");
diff --git a/pkgs/build-support/mkshell/default.nix b/pkgs/build-support/mkshell/default.nix
index a98b4affacb..a70dc0390cb 100644
--- a/pkgs/build-support/mkshell/default.nix
+++ b/pkgs/build-support/mkshell/default.nix
@@ -11,13 +11,8 @@
...
}@attrs:
let
- mergeInputs = name:
- let
- op = item: sum: sum ++ item."${name}" or [];
- nul = [];
- list = [attrs] ++ inputsFrom;
- in
- lib.foldr op nul list;
+ mergeInputs = name: lib.concatLists (lib.catAttrs name
+ ([attrs] ++ inputsFrom));
rest = builtins.removeAttrs attrs [
"inputsFrom"
@@ -25,6 +20,7 @@ let
"nativeBuildInputs"
"propagatedBuildInputs"
"propagatedNativeBuildInputs"
+ "shellHook"
];
in
@@ -37,6 +33,9 @@ stdenv.mkDerivation ({
propagatedBuildInputs = mergeInputs "propagatedBuildInputs";
propagatedNativeBuildInputs = mergeInputs "propagatedNativeBuildInputs";
+ shellHook = lib.concatStringsSep "\n" (lib.catAttrs "shellHook"
+ (lib.reverseList inputsFrom ++ [attrs]));
+
nobuildPhase = ''
echo
echo "This derivation is not meant to be built, aborting";
diff --git a/pkgs/build-support/nix-prefetch-github/default.nix b/pkgs/build-support/nix-prefetch-github/default.nix
index acc95eaf993..3c5cbe2b492 100644
--- a/pkgs/build-support/nix-prefetch-github/default.nix
+++ b/pkgs/build-support/nix-prefetch-github/default.nix
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "nix-prefetch-github";
- version = "2.2";
+ version = "2.3";
src = fetchFromGitHub {
owner = "seppeljordan";
repo = "nix-prefetch-github";
rev = "v${version}";
- sha256 = "1m1d1fzacvwprfvhxih1hzr1m0y1jjxiznf8p8b3bi5a41yzvrrl";
+ sha256 = "0b2hgfyxhlqq6lyi5cr98dz6if5kl6b3kq67f2lzfkalydywl1dh";
};
propagatedBuildInputs = with python3.pkgs; [
@@ -19,7 +19,6 @@ python3.pkgs.buildPythonApplication rec {
click
effect
jinja2
- requests
];
meta = with stdenv.lib; {
description = "Prefetch sources from github";
diff --git a/pkgs/build-support/ocaml/dune.nix b/pkgs/build-support/ocaml/dune.nix
index 4d6ed76aca0..a0aac144796 100644
--- a/pkgs/build-support/ocaml/dune.nix
+++ b/pkgs/build-support/ocaml/dune.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, ocaml, findlib, dune, opaline }:
+{ stdenv, ocaml, findlib, dune, opaline }:
{ pname, version, buildInputs ? [], ... }@args:
diff --git a/pkgs/build-support/ocaml/oasis.nix b/pkgs/build-support/ocaml/oasis.nix
new file mode 100644
index 00000000000..74977486f2f
--- /dev/null
+++ b/pkgs/build-support/ocaml/oasis.nix
@@ -0,0 +1,46 @@
+{ stdenv, ocaml_oasis, ocaml, findlib, ocamlbuild }:
+
+{ pname, version, buildInputs ? [], meta ? { platforms = ocaml.meta.platforms or []; },
+ minimumOCamlVersion ? null,
+ createFindlibDestdir ? true,
+ dontStrip ? true,
+ ...
+}@args:
+
+if args ? minimumOCamlVersion &&
+ ! stdenv.lib.versionAtLeast ocaml.version args.minimumOCamlVersion
+then throw "${pname}-${version} is not available for OCaml ${ocaml.version}"
+else
+
+stdenv.mkDerivation (args // {
+ name = "ocaml${ocaml.version}-${pname}-${version}";
+
+ buildInputs = [ ocaml findlib ocamlbuild ocaml_oasis ] ++ buildInputs;
+
+ inherit createFindlibDestdir;
+ inherit dontStrip;
+
+ buildPhase = ''
+ runHook preBuild
+ oasis setup
+ ocaml setup.ml -configure
+ ocaml setup.ml -build
+ runHook postBuild
+ '';
+
+ checkPhase = ''
+ runHook preCheck
+ ocaml setup.ml -test
+ runHook postCheck
+ '';
+
+ installPhase = ''
+ runHook preInstall
+ mkdir -p $out
+ sed -i s+/usr/local+$out+g setup.ml
+ sed -i s+/usr/local+$out+g setup.data
+ prefix=$OCAMLFIND_DESTDIR ocaml setup.ml -install
+ runHook postInstall
+ '';
+
+})
diff --git a/pkgs/build-support/rust/build-rust-crate/test/default.nix b/pkgs/build-support/rust/build-rust-crate/test/default.nix
index 08f7238c1fd..f3f9ef377c8 100644
--- a/pkgs/build-support/rust/build-rust-crate/test/default.nix
+++ b/pkgs/build-support/rust/build-rust-crate/test/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, buildRustCrate, runCommand, writeTextFile, symlinkJoin, callPackage }:
+{ lib, buildRustCrate, runCommand, writeTextFile, symlinkJoin, callPackage }:
let
mkCrate = args: let
p = {
diff --git a/pkgs/build-support/rust/default-crate-overrides.nix b/pkgs/build-support/rust/default-crate-overrides.nix
index c0b1797f73f..b3ab9f5ba78 100644
--- a/pkgs/build-support/rust/default-crate-overrides.nix
+++ b/pkgs/build-support/rust/default-crate-overrides.nix
@@ -1,5 +1,5 @@
{ stdenv, pkgconfig, curl, darwin, libiconv, libgit2, libssh2,
- openssl, sqlite, zlib, dbus, dbus-glib, gdk_pixbuf, cairo, python3,
+ openssl, sqlite, zlib, dbus, dbus-glib, gdk-pixbuf, cairo, python3,
libsodium, postgresql, gmp, foundationdb, ... }:
let
@@ -62,7 +62,7 @@ in
};
gdk-pixbuf = attrs: {
- buildInputs = [ gdk_pixbuf ];
+ buildInputs = [ gdk-pixbuf ];
};
libgit2-sys = attrs: {
diff --git a/pkgs/build-support/rust/default.nix b/pkgs/build-support/rust/default.nix
index 2579c97b99e..09802d56d34 100644
--- a/pkgs/build-support/rust/default.nix
+++ b/pkgs/build-support/rust/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, cacert, git, cargo, rustc, cargo-vendor, fetchcargo, python3, buildPackages }:
+{ stdenv, cacert, git, cargo, rustc, fetchcargo, buildPackages, windows }:
{ name ? "${args.pname}-${args.version}"
, cargoSha256 ? "unset"
@@ -14,6 +14,7 @@
, cargoDepsHook ? ""
, cargoBuildFlags ? []
, buildType ? "release"
+, meta ? {}
, cargoVendorDir ? null
, ... } @ args:
@@ -40,19 +41,26 @@ let
cargoDepsCopy="$sourceRoot/${cargoVendorDir}"
'';
+ hostConfig = stdenv.hostPlatform.config;
+
+ rustHostConfig = {
+ "x86_64-pc-mingw32" = "x86_64-pc-windows-gnu";
+ }."${hostConfig}" or hostConfig;
+
ccForBuild="${buildPackages.stdenv.cc}/bin/${buildPackages.stdenv.cc.targetPrefix}cc";
cxxForBuild="${buildPackages.stdenv.cc}/bin/${buildPackages.stdenv.cc.targetPrefix}c++";
ccForHost="${stdenv.cc}/bin/${stdenv.cc.targetPrefix}cc";
cxxForHost="${stdenv.cc}/bin/${stdenv.cc.targetPrefix}c++";
- releaseDir = "target/${stdenv.hostPlatform.config}/${buildType}";
+ releaseDir = "target/${rustHostConfig}/${buildType}";
+in
-in stdenv.mkDerivation (args // {
+stdenv.mkDerivation (args // {
inherit cargoDeps;
patchRegistryDeps = ./patch-registry-deps;
- nativeBuildInputs = [ cargo rustc git cacert ] ++ nativeBuildInputs;
- inherit buildInputs;
+ nativeBuildInputs = nativeBuildInputs ++ [ cacert git cargo rustc ];
+ buildInputs = buildInputs ++ stdenv.lib.optional stdenv.hostPlatform.isMinGW windows.pthreads;
patches = cargoPatches ++ patches;
@@ -72,23 +80,21 @@ in stdenv.mkDerivation (args // {
substitute $config .cargo/config \
--subst-var-by vendor "$(pwd)/$cargoDepsCopy"
- unset cargoDepsCopy
+ cat >> .cargo/config <<'EOF'
+ [target."${stdenv.buildPlatform.config}"]
+ "linker" = "${ccForBuild}"
+ ${stdenv.lib.optionalString (stdenv.buildPlatform.config != stdenv.hostPlatform.config) ''
+ [target."${rustHostConfig}"]
+ "linker" = "${ccForHost}"
+ ''}
+ EOF
+ unset cargoDepsCopy
export RUST_LOG=${logLevel}
'' + (args.postUnpack or "");
configurePhase = args.configurePhase or ''
runHook preConfigure
- mkdir -p .cargo
- cat >> .cargo/config <<'EOF'
- [target."${stdenv.buildPlatform.config}"]
- "linker" = "${ccForBuild}"
- ${stdenv.lib.optionalString (stdenv.buildPlatform.config != stdenv.hostPlatform.config) ''
- [target."${stdenv.hostPlatform.config}"]
- "linker" = "${ccForHost}"
- ''}
- EOF
- cat .cargo/config
runHook postConfigure
'';
@@ -103,8 +109,8 @@ in stdenv.mkDerivation (args // {
"CC_${stdenv.hostPlatform.config}"="${ccForHost}" \
"CXX_${stdenv.hostPlatform.config}"="${cxxForHost}" \
cargo build \
- --${buildType} \
- --target ${stdenv.hostPlatform.config} \
+ ${stdenv.lib.optionalString (buildType == "release") "--release"} \
+ --target ${rustHostConfig} \
--frozen ${concatStringsSep " " cargoBuildFlags}
)
@@ -147,4 +153,9 @@ in stdenv.mkDerivation (args // {
'';
passthru = { inherit cargoDeps; } // (args.passthru or {});
+
+ meta = {
+ # default to Rust's platforms
+ platforms = rustc.meta.platforms;
+ } // meta;
})
diff --git a/pkgs/build-support/rust/fetchcargo.nix b/pkgs/build-support/rust/fetchcargo.nix
index e8465ba6162..4e6058383d4 100644
--- a/pkgs/build-support/rust/fetchcargo.nix
+++ b/pkgs/build-support/rust/fetchcargo.nix
@@ -3,7 +3,7 @@ let cargo-vendor-normalise = stdenv.mkDerivation {
name = "cargo-vendor-normalise";
src = ./cargo-vendor-normalise.py;
nativeBuildInputs = [ python3.pkgs.wrapPython ];
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = "install -D $src $out/bin/cargo-vendor-normalise";
pythonPath = [ python3.pkgs.toml ];
postFixup = "wrapPythonPrograms";
diff --git a/pkgs/build-support/setup-hooks/shorten-perl-shebang.sh b/pkgs/build-support/setup-hooks/shorten-perl-shebang.sh
new file mode 100644
index 00000000000..4bf7c0ff1af
--- /dev/null
+++ b/pkgs/build-support/setup-hooks/shorten-perl-shebang.sh
@@ -0,0 +1,88 @@
+# This setup hook modifies a Perl script so that any "-I" flags in its shebang
+# line are rewritten into a "use lib ..." statement on the next line. This gets
+# around a limitation in Darwin, which will not properly handle a script whose
+# shebang line exceeds 511 characters.
+#
+# Each occurrence of "-I /path/to/lib1" or "-I/path/to/lib2" is removed from
+# the shebang line, along with the single space that preceded it. These library
+# paths are placed into a new line of the form
+#
+# use lib "/path/to/lib1", "/path/to/lib2";
+#
+# immediately following the shebang line. If a library appeared in the original
+# list more than once, only its first occurrence will appear in the output
+# list. In other words, the libraries are deduplicated, but the ordering of the
+# first appearance of each one is preserved.
+#
+# Any flags other than "-I" in the shebang line are left as-is, and the
+# interpreter is also left alone (although the script will abort if the
+# interpreter does not seem to be either "perl" or else "env" with "perl" as
+# its argument). Each line after the shebang line is left unchanged. Each file
+# is modified in place.
+#
+# Usage:
+# shortenPerlShebang SCRIPT...
+
+shortenPerlShebang() {
+ while [ $# -gt 0 ]; do
+ _shortenPerlShebang "$1"
+ shift
+ done
+}
+
+_shortenPerlShebang() {
+ local program="$1"
+
+ echo "shortenPerlShebang: rewriting shebang line in $program"
+
+ if ! isScript "$program"; then
+ die "shortenPerlShebang: refusing to modify $program because it is not a script"
+ fi
+
+ local temp="$(mktemp)"
+
+ gawk '
+ (NR == 1) {
+ if (!($0 ~ /\/(perl|env +perl)\>/)) {
+ print "shortenPerlShebang: script does not seem to be a Perl script" > "/dev/stderr"
+ exit 1
+ }
+ idx = 0
+ while (match($0, / -I ?([^ ]+)/, pieces)) {
+ matches[idx] = pieces[1]
+ idx++
+ $0 = gensub(/ -I ?[^ ]+/, "", 1, $0)
+ }
+ print $0
+ if (idx > 0) {
+ prefix = "use lib "
+ for (idx in matches) {
+ path = matches[idx]
+ if (!(path in seen)) {
+ printf "%s\"%s\"", prefix, path
+ seen[path] = 1
+ prefix = ", "
+ }
+ }
+ print ";"
+ }
+ }
+ (NR > 1 ) {
+ print
+ }
+ ' "$program" > "$temp" || die
+ # Preserve the mode of the original file
+ cp --preserve=mode --attributes-only "$program" "$temp"
+ mv "$temp" "$program"
+
+ # Measure the new shebang line length and make sure it's okay. We subtract
+ # one to account for the trailing newline that "head" included in its
+ # output.
+ local new_length=$(( $(head -n 1 "$program" | wc -c) - 1 ))
+
+ # Darwin is okay when the shebang line contains 511 characters, but not
+ # when it contains 512 characters.
+ if [ $new_length -ge 512 ]; then
+ die "shortenPerlShebang: shebang line is $new_length characters--still too long for Darwin!"
+ fi
+}
diff --git a/pkgs/build-support/singularity-tools/default.nix b/pkgs/build-support/singularity-tools/default.nix
index 3fc10c8b0b4..c110d327d3a 100644
--- a/pkgs/build-support/singularity-tools/default.nix
+++ b/pkgs/build-support/singularity-tools/default.nix
@@ -37,8 +37,7 @@ rec {
contents ? [],
diskSize ? 1024,
runScript ? "#!${stdenv.shell}\nexec /bin/sh",
- runAsRoot ? null,
- extraSpace ? 0
+ runAsRoot ? null
}:
let layer = mkLayer {
inherit name;
diff --git a/pkgs/build-support/skaware/build-skaware-package.nix b/pkgs/build-support/skaware/build-skaware-package.nix
index e4712a5ef22..ce32279710e 100644
--- a/pkgs/build-support/skaware/build-skaware-package.nix
+++ b/pkgs/build-support/skaware/build-skaware-package.nix
@@ -1,4 +1,4 @@
-{ stdenv, callPackage, cleanPackaging, fetchurl, writeScript, file }:
+{ stdenv, cleanPackaging, fetchurl }:
let lib = stdenv.lib;
in {
# : string
diff --git a/pkgs/build-support/snap/default.nix b/pkgs/build-support/snap/default.nix
new file mode 100644
index 00000000000..ba527186891
--- /dev/null
+++ b/pkgs/build-support/snap/default.nix
@@ -0,0 +1,4 @@
+{ callPackage, hello }:
+{
+ makeSnap = callPackage ./make-snap.nix { };
+}
diff --git a/pkgs/build-support/snap/make-snap.nix b/pkgs/build-support/snap/make-snap.nix
new file mode 100644
index 00000000000..cef7500bcba
--- /dev/null
+++ b/pkgs/build-support/snap/make-snap.nix
@@ -0,0 +1,84 @@
+{
+ runCommand, squashfsTools, closureInfo, lib, jq, writeText
+}:
+
+{
+ # The meta parameter is the contents of the `snap.yaml`, NOT the
+ # `snapcraft.yaml`.
+ #
+ # - `snap.yaml` is what is inside of the final Snap,
+ # - `snapcraft.yaml` is used by `snapcraft` to build snaps
+ #
+ # Since we skip the `snapcraft` tool, we skip the `snapcraft.yaml`
+ # file. For more information:
+ #
+ # https://docs.snapcraft.io/snap-format
+ #
+ # Note: unsquashfs'ing an existing snap from the store can be helpful
+ # for determining what you you're missing.
+ #
+ meta
+}: let
+ snap_yaml = let
+ # Validate the snap's meta contains a name.
+ # Also: automatically set the `base` parameter and the layout for
+ # the `/nix` bind.
+ validate = { name, ... } @ args:
+ args // {
+ # Combine the provided arguments with the required options.
+
+ # base: built from https://github.com/NixOS/snapd-nix-base
+ # and published as The NixOS Foundation on the Snapcraft store.
+ base = "nix-base";
+ layout = (args.layout or {}) // {
+ # Bind mount the Snap's root nix directory to `/nix` in the
+ # execution environment's filesystem namespace.
+ "/nix".bind = "$SNAP/nix";
+ };
+ };
+ in writeText "snap.yaml"
+ (builtins.toJSON (validate meta));
+
+ # These are specifically required by snapd, so don't change them
+ # unless you've verified snapcraft / snapd can handle them. Best bet
+ # is to just mirror this list against how snapcraft creates images.
+ # from: https://github.com/snapcore/snapcraft/blob/b88e378148134383ffecf3658e3a940b67c9bcc9/snapcraft/internal/lifecycle/_packer.py#L96-L98
+ mksquashfs_args = [
+ "-noappend" "-comp" "xz" "-no-xattrs" "-no-fragments"
+
+ # Note: We want -all-root every time, since all the files are
+ # owned by root anyway. This is true for Nix, but not true for
+ # other builds.
+ # from: https://github.com/snapcore/snapcraft/blob/b88e378148134383ffecf3658e3a940b67c9bcc9/snapcraft/internal/lifecycle/_packer.py#L100
+ "-all-root"
+ ];
+
+in runCommand "squashfs.img" {
+ nativeBuildInputs = [ squashfsTools jq ];
+
+ closureInfo = closureInfo {
+ rootPaths = [ snap_yaml ];
+ };
+} ''
+ root=$PWD/root
+ mkdir $root
+
+ (
+ # Put the snap.yaml in to `/meta/snap.yaml`, setting the version
+ # to the hash part of the store path
+ mkdir $root/meta
+ version=$(echo $out | cut -d/ -f4 | cut -d- -f1)
+ cat ${snap_yaml} | jq ". + { version: \"$version\" }" \
+ > $root/meta/snap.yaml
+ )
+
+ (
+ # Copy the store closure in to the root
+ mkdir -p $root/nix/store
+ cat $closureInfo/store-paths | xargs -I{} cp -r {} $root/nix/store/
+ )
+
+ # Generate the squashfs image.
+ mksquashfs $root $out \
+ ${lib.concatStringsSep " " mksquashfs_args}
+''
diff --git a/pkgs/build-support/trivial-builders.nix b/pkgs/build-support/trivial-builders.nix
index b66c1d9e4d1..0bfe14a8539 100644
--- a/pkgs/build-support/trivial-builders.nix
+++ b/pkgs/build-support/trivial-builders.nix
@@ -94,17 +94,21 @@ rec {
/*
* Writes a text file to nix store in a specific directory with no
- * optional parameters available. Name passed is the destination.
+ * optional parameters available.
*
* Example:
- * # Writes contents of file to /nix/store//
+ * # Writes contents of file to /nix/store//share/my-file
* writeTextDir "share/my-file"
* ''
* Contents of File
* '';
*
*/
- writeTextDir = name: text: writeTextFile {inherit name text; destination = "/${name}";};
+ writeTextDir = path: text: writeTextFile {
+ inherit text;
+ name = builtins.baseNameOf path;
+ destination = "/${path}";
+ };
/*
* Writes a text file to /nix/store/ and marks the file as
@@ -143,7 +147,7 @@ rec {
* Automatically includes interpreter above the contents passed.
*
* Example:
- * # Writes my-file to /nix/store//my-file and makes executable.
+ * # Writes my-file to /nix/store/ and makes executable.
* writeShellScript "my-file"
* ''
* Contents of File
diff --git a/pkgs/build-support/vm/default.nix b/pkgs/build-support/vm/default.nix
index 5d04302591e..a59da3a8745 100644
--- a/pkgs/build-support/vm/default.nix
+++ b/pkgs/build-support/vm/default.nix
@@ -774,9 +774,7 @@ rec {
in rec {
name = "centos-${version}-i386";
fullName = "CentOS ${version} (i386)";
- # N.B. Switch to vault.centos.org when the next release comes out
- # urlPrefix = "http://vault.centos.org/${version}/os/i386";
- urlPrefix = "http://mirror.centos.org/centos-6/${version}/os/i386";
+ urlPrefix = "mirror://centos/${version}/os/i386";
packagesList = fetchurl rec {
url = "${urlPrefix}/repodata/${sha256}-primary.xml.gz";
sha256 = "b826a45082ef68340325c0855f3d2e5d5a4d0f77d28ba3b871791d6f14a97aeb";
@@ -790,9 +788,7 @@ rec {
in rec {
name = "centos-${version}-x86_64";
fullName = "CentOS ${version} (x86_64)";
- # N.B. Switch to vault.centos.org when the next release comes out
- # urlPrefix = "http://vault.centos.org/${version}/os/x86_64";
- urlPrefix = "http://mirror.centos.org/centos-6/${version}/os/x86_64";
+ urlPrefix = "mirror://centos/${version}/os/x86_64";
packagesList = fetchurl rec {
url = "${urlPrefix}/repodata/${sha256}-primary.xml.gz";
sha256 = "ed2b2d4ac98d774d4cd3e91467e1532f7e8b0275cfc91a0d214b532dcaf1e979";
@@ -807,9 +803,7 @@ rec {
in rec {
name = "centos-${version}-x86_64";
fullName = "CentOS ${version} (x86_64)";
- # N.B. Switch to vault.centos.org when the next release comes out
- # urlPrefix = "http://vault.centos.org/${version}/os/x86_64";
- urlPrefix = "http://mirror.centos.org/centos-7/${version}/os/x86_64";
+ urlPrefix = "mirror://centos/${version}/os/x86_64";
packagesList = fetchurl rec {
url = "${urlPrefix}/repodata/${sha256}-primary.xml.gz";
sha256 = "b686d3a0f337323e656d9387b9a76ce6808b26255fc3a138b1a87d3b1cb95ed5";
diff --git a/pkgs/common-updater/scripts.nix b/pkgs/common-updater/scripts.nix
index 8a122b74b23..1bec4a73996 100644
--- a/pkgs/common-updater/scripts.nix
+++ b/pkgs/common-updater/scripts.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
buildInputs = [ makeWrapper ];
- unpackPhase = "true";
+ dontUnpack = true;
installPhase = ''
mkdir -p $out/bin
diff --git a/pkgs/data/documentation/gnome-user-docs/default.nix b/pkgs/data/documentation/gnome-user-docs/default.nix
index f87fc153555..4bdfa70c63f 100644
--- a/pkgs/data/documentation/gnome-user-docs/default.nix
+++ b/pkgs/data/documentation/gnome-user-docs/default.nix
@@ -17,4 +17,11 @@ stdenv.mkDerivation rec {
attrPath = "gnome3.gnome-user-docs";
};
};
+
+ meta = {
+ homepage = "https://gitlab.gnome.org/GNOME/gnome-user-docs";
+ description = "GNOME User Documentation";
+ license = stdenv.lib.licenses.cc-by-30;
+ maintainers = gnome3.maintainers;
+ };
}
diff --git a/pkgs/data/documentation/man-pages/default.nix b/pkgs/data/documentation/man-pages/default.nix
index 04130f25f30..c4ce2750172 100644
--- a/pkgs/data/documentation/man-pages/default.nix
+++ b/pkgs/data/documentation/man-pages/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "man-pages-${version}";
- version = "5.01";
+ version = "5.02";
src = fetchurl {
url = "mirror://kernel/linux/docs/man-pages/${name}.tar.xz";
- sha256 = "09xn8d8xxwgms6h1bvjlgn3mxz51vxf3ra0ry9f5dqi29qry3z3x";
+ sha256 = "1s4pdz2pwf0kvhdwx2s6lqn3xxzi38yz5jfyq5ymdmswc9gaiyn2";
};
makeFlags = [ "MANDIR=$(out)/share/man" ];
diff --git a/pkgs/data/documentation/zeal/default.nix b/pkgs/data/documentation/zeal/default.nix
index 63fe26f069c..9bca390f96e 100644
--- a/pkgs/data/documentation/zeal/default.nix
+++ b/pkgs/data/documentation/zeal/default.nix
@@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, cmake, extra-cmake-modules, pkgconfig
-, qtbase, qtimageformats, qtwebkit, qtx11extras
+, qtbase, qtimageformats, qtwebkit, qtx11extras, mkDerivation
, libarchive, libXdmcp, libpthreadstubs, xcbutilkeysyms }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "zeal-${version}";
version = "0.6.1";
diff --git a/pkgs/data/fonts/amiri/default.nix b/pkgs/data/fonts/amiri/default.nix
new file mode 100644
index 00000000000..36d8ed3c674
--- /dev/null
+++ b/pkgs/data/fonts/amiri/default.nix
@@ -0,0 +1,27 @@
+{ lib, fetchzip }:
+
+let
+ version = "0.111";
+
+in fetchzip rec {
+ name = "Amiri-${version}";
+
+ url = "https://github.com/alif-type/amiri/releases/download/${version}/${name}.zip";
+
+ sha256 = "1w3a5na4mazspwy8j2hvpjha10sgd287kamm51p49jcr90cvwbdr";
+
+ postFetch = ''
+ unzip $downloadedFile
+ install -m444 -Dt $out/share/fonts/truetype ${name}/*.ttf
+ install -m444 -Dt $out/share/doc/${name} ${name}/{*.txt,*.pdf}
+ '';
+
+ meta = with lib; {
+ description = "A classical Arabic typeface in Naskh style";
+ homepage = "https://www.amirifont.org/";
+ license = licenses.ofl;
+ maintainers = [ maintainers.vbgl ];
+ platforms = platforms.all;
+ };
+}
+
diff --git a/pkgs/data/fonts/arkpandora/default.nix b/pkgs/data/fonts/arkpandora/default.nix
index 26c4530ac0e..827d7b0a5a4 100644
--- a/pkgs/data/fonts/arkpandora/default.nix
+++ b/pkgs/data/fonts/arkpandora/default.nix
@@ -1,4 +1,4 @@
-{ lib, fetchurl }:
+{ fetchurl }:
let
version = "2.04";
diff --git a/pkgs/data/fonts/baekmuk-ttf/default.nix b/pkgs/data/fonts/baekmuk-ttf/default.nix
index b11a0a4f0f0..583a7457e2d 100644
--- a/pkgs/data/fonts/baekmuk-ttf/default.nix
+++ b/pkgs/data/fonts/baekmuk-ttf/default.nix
@@ -1,4 +1,4 @@
-{ lib, fetchzip }:
+{ fetchzip }:
fetchzip rec {
name = "baekmuk-ttf-2.2";
diff --git a/pkgs/data/fonts/bakoma-ttf/default.nix b/pkgs/data/fonts/bakoma-ttf/default.nix
index 53ebba41fd5..70074a58d96 100644
--- a/pkgs/data/fonts/bakoma-ttf/default.nix
+++ b/pkgs/data/fonts/bakoma-ttf/default.nix
@@ -1,4 +1,4 @@
-{ lib, fetchzip }:
+{ fetchzip }:
fetchzip {
name = "bakoma-ttf";
diff --git a/pkgs/data/fonts/d2coding/default.nix b/pkgs/data/fonts/d2coding/default.nix
index 00823fe05b2..b73da9a504b 100644
--- a/pkgs/data/fonts/d2coding/default.nix
+++ b/pkgs/data/fonts/d2coding/default.nix
@@ -1,4 +1,4 @@
-{ lib, fetchzip, unzip }:
+{ lib, fetchzip }:
let
version = "1.3.2";
diff --git a/pkgs/data/fonts/fira-code/default.nix b/pkgs/data/fonts/fira-code/default.nix
index b0b58b0ebfc..09bae8cbea5 100644
--- a/pkgs/data/fonts/fira-code/default.nix
+++ b/pkgs/data/fonts/fira-code/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchzip }:
let
- version = "1.206";
+ version = "1.207";
in fetchzip {
name = "fira-code-${version}";
@@ -12,7 +12,7 @@ in fetchzip {
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
'';
- sha256 = "0074d8q4m802f5yms8yxdx4rdz5xnpgv1w5hs330zg2p9ksicgzy";
+ sha256 = "13w2jklqndria2plgangl5gi56v1cj5ja9vznh9079kqnvq0cffz";
meta = with stdenv.lib; {
homepage = https://github.com/tonsky/FiraCode;
diff --git a/pkgs/data/fonts/font-awesome-5/default.nix b/pkgs/data/fonts/font-awesome-5/default.nix
index ee1365d2611..422258f84d1 100644
--- a/pkgs/data/fonts/font-awesome-5/default.nix
+++ b/pkgs/data/fonts/font-awesome-5/default.nix
@@ -1,30 +1,45 @@
{ lib, fetchFromGitHub }:
-
let
- version = "5.9.0";
-in fetchFromGitHub rec {
- name = "font-awesome-${version}";
+ font-awesome = { version, sha256, rev ? version}: fetchFromGitHub rec {
+ name = "font-awesome-${version}";
- owner = "FortAwesome";
- repo = "Font-Awesome";
- rev = version;
- postFetch = ''
- tar xf $downloadedFile --strip=1
- install -m444 -Dt $out/share/fonts/opentype otfs/*.otf
- '';
+ owner = "FortAwesome";
+ repo = "Font-Awesome";
+ inherit rev;
- sha256 = "0sz7mn7g968vp5hszs05grpphd7zr3073az8lyy1lj0096zvjjii";
-
- meta = with lib; {
- description = "Font Awesome - OTF font";
- longDescription = ''
- Font Awesome gives you scalable vector icons that can instantly be customized.
- This package includes only the OTF font. For full CSS etc. see the project website.
+ postFetch = ''
+ tar xf $downloadedFile --strip=1
+ install -m444 -Dt $out/share/fonts/opentype {fonts,otfs}/*.otf
'';
- homepage = http://fortawesome.github.io/Font-Awesome/;
- license = licenses.ofl;
- platforms = platforms.all;
- maintainers = with maintainers; [ abaldeau ];
+
+ inherit sha256;
+
+ meta = with lib; {
+ description = "Font Awesome - OTF font";
+ longDescription = ''
+ Font Awesome gives you scalable vector icons that can instantly be customized.
+ This package includes only the OTF font. For full CSS etc. see the project website.
+ '';
+ homepage = "http://fortawesome.github.io/Font-Awesome/";
+ license = licenses.ofl;
+ platforms = platforms.all;
+ maintainers = with maintainers; [ abaldeau johnazoidberg ];
+ };
+ };
+in {
+ # Keeping version 4 because version 5 is incompatible for some icons. That
+ # means that projects which depend on it need to actively convert the
+ # symbols. See:
+ # https://github.com/greshake/i3status-rust/issues/130
+ # https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4
+ v4 = font-awesome {
+ version = "4.7.0";
+ rev = "v4.7.0";
+ sha256 = "1j8i32dq6rrlv3kf2hnq81iqks06kczaxjks7nw3zyq1231winm9";
+ };
+ v5 = font-awesome {
+ version = "5.10.2";
+ sha256 = "0bg28zn2lhrcyj7mbavphkvw3hrbnjsnn84305ax93nj3qd0d4hx";
};
}
diff --git a/pkgs/data/fonts/gelasio/default.nix b/pkgs/data/fonts/gelasio/default.nix
new file mode 100644
index 00000000000..c8cf655a18c
--- /dev/null
+++ b/pkgs/data/fonts/gelasio/default.nix
@@ -0,0 +1,31 @@
+{ lib, fetchFromGitHub }:
+
+let
+ version = "unstable-2018-08-12";
+in fetchFromGitHub {
+ name = "gelasio-${version}";
+ owner = "SorkinType";
+ repo = "Gelasio";
+ rev = "5bced461d54bcf8e900bb3ba69455af35b0d2ff1";
+ sha256 = "0dfskz2vpwsmd88rxqsxf0f01g4f2hm6073afcm424x5gc297n39";
+
+ postFetch = ''
+ tar xf $downloadedFile --strip=1
+ mkdir -p $out/share/fonts/truetype
+ cp *.ttf $out/share/fonts/truetype/
+ '';
+
+ meta = with lib; {
+ description = "a font which is metric-compatible with Microsoft's Georgia";
+ longDescription = ''
+ Gelasio is an original typeface which is metrics compatible with Microsoft's
+ Georgia in its Regular, Bold, Italic and Bold Italic weights. Interpolated
+ Medium, medium Italic, SemiBold and SemiBold Italic have now been added as well.
+ '';
+ homepage = "https://github.com/SorkinType/Gelasio";
+ license = licenses.ofl;
+ platforms = platforms.all;
+ maintainers = with maintainers; [ colemickens ];
+ };
+}
+
diff --git a/pkgs/data/fonts/google-fonts/default.nix b/pkgs/data/fonts/google-fonts/default.nix
index 207f3615d1b..d743d2ccbd4 100644
--- a/pkgs/data/fonts/google-fonts/default.nix
+++ b/pkgs/data/fonts/google-fonts/default.nix
@@ -2,19 +2,15 @@
stdenv.mkDerivation rec {
name = "google-fonts-${version}";
- version = "2018-07-13";
+ version = "2019-07-14";
src = fetchFromGitHub {
owner = "google";
repo = "fonts";
- rev = "3ca591dae7372a26e254ec6d22e7b453813b9530";
- sha256 = "01ak3dzw2kihwa0dy27x8vvpiscd66mnkf61vj1xn29m4g48y0lr";
+ rev = "f113126dc4b9b1473d9354a86129c9d7b837aa1a";
+ sha256 = "0safw5prpa63mqcyfw3gr3a535w4c9hg5ayw5pkppiwil7n3pyxs";
};
- outputHashAlgo = "sha256";
- outputHashMode = "recursive";
- outputHash = "1pzm26794nwdbsvjnczpfchxiqa1n1zhp517g6g39wfm1nfszz83";
-
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
patchPhase = ''
@@ -29,6 +25,13 @@ stdenv.mkDerivation rec {
ofl/siamreap \
ofl/terminaldosislight
+ # See comment above, the structure of these is a bit odd
+ # We keep the ofl//static/ variants
+ rm -rv ofl/comfortaa/*.ttf \
+ ofl/mavenpro/*.ttf \
+ ofl/muli/*.ttf \
+ ofl/oswald/*.ttf
+
if find . -name "*.ttf" | sed 's|.*/||' | sort | uniq -c | sort -n | grep -v '^.*1 '; then
echo "error: duplicate font names"
exit 1
diff --git a/pkgs/data/fonts/input-fonts/default.nix b/pkgs/data/fonts/input-fonts/default.nix
index 94c580c30df..4910ef21f9a 100644
--- a/pkgs/data/fonts/input-fonts/default.nix
+++ b/pkgs/data/fonts/input-fonts/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = requireFile {
name = "Input-Font.zip";
- url = "http://input.fontbureau.com/download/";
+ url = "https://input.fontbureau.com/download/";
sha256 = "07fkyvbb12agkb2kpnq2j45nycgbjvb4n1s5hjyqsipdh2z9zihq";
};
diff --git a/pkgs/data/fonts/joypixels/default.nix b/pkgs/data/fonts/joypixels/default.nix
new file mode 100644
index 00000000000..f54838d5a64
--- /dev/null
+++ b/pkgs/data/fonts/joypixels/default.nix
@@ -0,0 +1,31 @@
+{ stdenv, fetchurl }:
+
+let
+ fontconfig = fetchurl {
+ name = "75-joypixels.conf";
+ url = "https://git.archlinux.org/svntogit/community.git/plain/trunk/75-joypixels.conf?h=packages/ttf-joypixels&id=b2b38f8393ec56ed7338c256f5b85f3439a2dfc3";
+ sha256 = "065y2fmf86zzvna1hrvcg46cnr7a76xd2mwa26nss861dsx6pnd6";
+ };
+in stdenv.mkDerivation rec {
+ pname = "emojione";
+ version = "5.0.2";
+
+ src = fetchurl {
+ url = "https://cdn.joypixels.com/arch-linux/font/${version}/joypixels-android.ttf";
+ sha256 = "0javgnfsh2nfddr5flf4yzi81ar8wx2z8w1q7h4fvdng5fsrgici";
+ };
+
+ dontUnpack = true;
+
+ installPhase = ''
+ install -Dm644 $src $out/share/fonts/truetype/joypixels.ttf
+ install -Dm644 ${fontconfig} $out/etc/fonts/conf.d/75-joypixels.conf
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Emoji as a Service (formerly EmojiOne)";
+ homepage = https://www.joypixels.com/;
+ license = licenses.unfree;
+ maintainers = with maintainers; [ jtojnar ];
+ };
+}
diff --git a/pkgs/data/fonts/lmodern/default.nix b/pkgs/data/fonts/lmodern/default.nix
index 644efd8b858..1b277a0691c 100644
--- a/pkgs/data/fonts/lmodern/default.nix
+++ b/pkgs/data/fonts/lmodern/default.nix
@@ -1,4 +1,4 @@
-{ lib, fetchzip }:
+{ fetchzip }:
fetchzip {
name = "lmodern-2.004.5";
diff --git a/pkgs/data/fonts/lmodern/lmmath.nix b/pkgs/data/fonts/lmodern/lmmath.nix
index 98bde90ff94..679f5200213 100644
--- a/pkgs/data/fonts/lmodern/lmmath.nix
+++ b/pkgs/data/fonts/lmodern/lmmath.nix
@@ -1,4 +1,4 @@
-{ lib, fetchzip }:
+{ fetchzip }:
fetchzip {
name = "lmmath-0.903";
diff --git a/pkgs/data/fonts/migmix/default.nix b/pkgs/data/fonts/migmix/default.nix
index 9507819fe49..228952aaa56 100644
--- a/pkgs/data/fonts/migmix/default.nix
+++ b/pkgs/data/fonts/migmix/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
})
];
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = ''
find $srcs -name '*.ttf' -exec install -m644 -Dt $out/share/fonts/truetype/migmix {} \;
diff --git a/pkgs/data/fonts/migu/default.nix b/pkgs/data/fonts/migu/default.nix
index 57fbf1a830f..193e98d01a4 100644
--- a/pkgs/data/fonts/migu/default.nix
+++ b/pkgs/data/fonts/migu/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
})
];
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = ''
find $srcs -name '*.ttf' | xargs install -m644 --target $out/share/fonts/truetype/migu -D
diff --git a/pkgs/data/fonts/mph-2b-damase/default.nix b/pkgs/data/fonts/mph-2b-damase/default.nix
index 4102386af90..4230e63360b 100644
--- a/pkgs/data/fonts/mph-2b-damase/default.nix
+++ b/pkgs/data/fonts/mph-2b-damase/default.nix
@@ -1,4 +1,4 @@
-{ lib, fetchzip }:
+{ fetchzip }:
fetchzip {
name = "MPH-2B-Damase-2";
diff --git a/pkgs/data/fonts/nerdfonts/default.nix b/pkgs/data/fonts/nerdfonts/default.nix
index 985f264f40e..c08630335d4 100644
--- a/pkgs/data/fonts/nerdfonts/default.nix
+++ b/pkgs/data/fonts/nerdfonts/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://github.com/ryanoasis/nerd-fonts;
license = licenses.mit;
- maintainers = with maintainers; [ garbas ];
+ maintainers = with maintainers; [ ];
hydraPlatforms = []; # 'Output limit exceeded' on Hydra
};
}
diff --git a/pkgs/data/fonts/poly/default.nix b/pkgs/data/fonts/poly/default.nix
index d291d50e836..24155f2ea54 100644
--- a/pkgs/data/fonts/poly/default.nix
+++ b/pkgs/data/fonts/poly/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
sourceRoot = ".";
- unpackPhase = "true";
+ dontUnpack = true;
installPhase = ''
mkdir -p $out/share/fonts/opentype
diff --git a/pkgs/data/fonts/spleen/default.nix b/pkgs/data/fonts/spleen/default.nix
index ed1e1e52e98..873528b8bde 100644
--- a/pkgs/data/fonts/spleen/default.nix
+++ b/pkgs/data/fonts/spleen/default.nix
@@ -2,7 +2,7 @@
let
pname = "spleen";
- version = "1.0.4";
+ version = "1.0.5";
in fetchurl rec {
name = "${pname}-${version}";
url = "https://github.com/fcambus/spleen/releases/download/${version}/spleen-${version}.tar.gz";
@@ -17,7 +17,7 @@ in fetchurl rec {
install -Dm644 *.bdf -t $d
install -m644 fonts.alias-spleen $d/fonts.alias
'';
- sha256 = "0jab55h08gy7gpyxqfrfj30iinmknpllh3dp5g7ck5q3qfgdzh7m";
+ sha256 = "0144a0lkkl5qx0a8sapymcayj5lp5cs9nfgpbmg3427n41pkqfbb";
meta = with lib; {
description = "Monospaced bitmap fonts";
diff --git a/pkgs/data/fonts/terminus-font/default.nix b/pkgs/data/fonts/terminus-font/default.nix
index 4198fe2cbe6..57356398004 100644
--- a/pkgs/data/fonts/terminus-font/default.nix
+++ b/pkgs/data/fonts/terminus-font/default.nix
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "terminus-font";
- version = "4.47";
+ version = "4.48";
name = "${pname}-${version}"; # set here for use in URL below
src = fetchurl {
url = "mirror://sourceforge/project/${pname}/${name}/${name}.tar.gz";
- sha256 = "15qjcpalcxjiwsjgjg5k88vkwp56cs2nnx4ghya6mqp4i1c206qg";
+ sha256 = "1bwlkj39rqbyq57v5yssayav6hzv1n11b9ml2s0dpiyfsn6rqy9l";
};
nativeBuildInputs = [ python3 bdftopcf mkfontdir mkfontscale ];
diff --git a/pkgs/data/fonts/unifont/default.nix b/pkgs/data/fonts/unifont/default.nix
index d495efc79ec..b3c6d585b8b 100644
--- a/pkgs/data/fonts/unifont/default.nix
+++ b/pkgs/data/fonts/unifont/default.nix
@@ -2,16 +2,16 @@
stdenv.mkDerivation rec {
name = "unifont-${version}";
- version = "12.1.01";
+ version = "12.1.03";
ttf = fetchurl {
url = "mirror://gnu/unifont/${name}/${name}.ttf";
- sha256 = "05knv3vlnk8ahaybwz6r95d3a1h7h7q9ll6ij2jl7zgjhcx4zy5d";
+ sha256 = "10igjlf05d97h3vcggr2ahxmq9ljby4ypja2g4s9bvxs2w1si51p";
};
pcf = fetchurl {
url = "mirror://gnu/unifont/${name}/${name}.pcf.gz";
- sha256 = "0q7dlnfzk49m4pgf2s7jv05jysa6sfxx3w0y17yis9j7g18lyw1b";
+ sha256 = "1cd1fnk3m7giqp099kynnjj4m7q00lqm4ybqb1vzd2wi3j4a1awf";
};
nativeBuildInputs = [ mkfontscale mkfontdir ];
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
outputHashAlgo = "sha256";
outputHashMode = "recursive";
- outputHash = "0sgdr9dma4hkda3siydfvjrnzrpri8r7iqs2zqf77z9n4zn90qp5";
+ outputHash = "0n3ms2k2mk7j6144l05c45smggwf3j5cwkaxhw93wf9hd1lhpwq1";
meta = with stdenv.lib; {
description = "Unicode font for Base Multilingual Plane";
diff --git a/pkgs/data/fonts/unifont_upper/default.nix b/pkgs/data/fonts/unifont_upper/default.nix
index 5cccc1eddc6..21d31914479 100644
--- a/pkgs/data/fonts/unifont_upper/default.nix
+++ b/pkgs/data/fonts/unifont_upper/default.nix
@@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
- version = "12.1.01";
+ version = "12.1.03";
in fetchzip rec {
name = "unifont_upper-${version}";
@@ -9,7 +9,7 @@ in fetchzip rec {
postFetch = "install -Dm644 $downloadedFile $out/share/fonts/truetype/unifont_upper.ttf";
- sha256 = "11b14ka2w16vssxdhgq7k9bx7xx0sr36hfi2vzyimmaibasi1r74";
+ sha256 = "1w0bg276cyv6xs6clld8gv4w88rj9fw9rc8zs9ahc6y9hv677knj";
meta = with lib; {
description = "Unicode font for glyphs above the Unicode Basic Multilingual Plane";
diff --git a/pkgs/data/fonts/victor-mono/default.nix b/pkgs/data/fonts/victor-mono/default.nix
new file mode 100644
index 00000000000..e1ef611d686
--- /dev/null
+++ b/pkgs/data/fonts/victor-mono/default.nix
@@ -0,0 +1,39 @@
+{ lib, fetchFromGitHub }:
+
+let
+ pname = "victor-mono";
+ version = "1.2.1";
+in fetchFromGitHub rec {
+ name = "${pname}-${version}";
+
+ owner = "rubjo";
+ repo = pname;
+ rev = "v${version}";
+
+ # Upstream prefers we download from the website,
+ # but we really insist on a more versioned resource.
+ # Happily, tagged releases on github contain the same
+ # file `VictorMonoAll.zip` as from the website,
+ # so we extract it from the tagged release.
+ # Both methods produce the same file, but this way
+ # we can safely reason about what version it is.
+ postFetch = ''
+ tar xvf $downloadedFile --strip-components=2 ${name}/public/VictorMonoAll.zip
+
+ mkdir -p $out/share/fonts/{true,open}type/${pname}
+
+ unzip -j VictorMonoAll.zip \*.ttf -d $out/share/fonts/truetype/${pname}
+ unzip -j VictorMonoAll.zip \*.otf -d $out/share/fonts/opentype/${pname}
+ '';
+
+ sha256 = "0347n3kdyrbg42rxcgnyghi21qz5iz6w30v7ms2vjal7pfm6h2vn";
+
+ meta = with lib; {
+ description = "Free programming font with cursive italics and ligatures";
+ homepage = "https://rubjo.github.io/victor-mono";
+ license = with licenses; [ mit ];
+ maintainers = with maintainers; [ jpotier dtzWill ];
+ platforms = platforms.all;
+ };
+}
+
diff --git a/pkgs/data/icons/elementary-xfce-icon-theme/default.nix b/pkgs/data/icons/elementary-xfce-icon-theme/default.nix
index d4a15a105cd..4b42f0b6ee9 100644
--- a/pkgs/data/icons/elementary-xfce-icon-theme/default.nix
+++ b/pkgs/data/icons/elementary-xfce-icon-theme/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, pkgconfig, gdk_pixbuf, optipng, librsvg, gtk3, hicolor-icon-theme }:
+{ stdenv, fetchFromGitHub, pkgconfig, gdk-pixbuf, optipng, librsvg, gtk3, hicolor-icon-theme }:
stdenv.mkDerivation rec {
name = "elementary-xfce-icon-theme-${version}";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "16msdrazhbv80cvh5ffvgj13xmkpf87r7mq6xz071fza6nv7g0jn";
};
- nativeBuildInputs = [ pkgconfig gdk_pixbuf librsvg optipng gtk3 hicolor-icon-theme ];
+ nativeBuildInputs = [ pkgconfig gdk-pixbuf librsvg optipng gtk3 hicolor-icon-theme ];
postPatch = ''
substituteInPlace svgtopng/Makefile --replace "-O0" "-O"
diff --git a/pkgs/data/icons/papirus-icon-theme/default.nix b/pkgs/data/icons/papirus-icon-theme/default.nix
index 590ca396bc6..3f9cff62ee4 100644
--- a/pkgs/data/icons/papirus-icon-theme/default.nix
+++ b/pkgs/data/icons/papirus-icon-theme/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "papirus-icon-theme";
- version = "20190521";
+ version = "20190802";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = pname;
rev = version;
- sha256 = "192s14bf2ni46jkiifbsl82qy1miy8fnxs2fpqwf6s6jlv9x4zxs";
+ sha256 = "1i6nh1vy2cjqh4fw1mzq5v4ah613ghf018g8w0npxhj9qi3pyjm5";
};
nativeBuildInputs = [ gtk3 ];
diff --git a/pkgs/data/misc/adapta-backgrounds/default.nix b/pkgs/data/misc/adapta-backgrounds/default.nix
index 41f704e750c..1c35d3deef9 100644
--- a/pkgs/data/misc/adapta-backgrounds/default.nix
+++ b/pkgs/data/misc/adapta-backgrounds/default.nix
@@ -1,23 +1,23 @@
-{ stdenv, fetchFromGitHub, autoreconfHook }:
+{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig, glib }:
stdenv.mkDerivation rec {
- name = "adapta-backgrounds-${version}";
- version = "0.5.2.3";
+ pname = "adapta-backgrounds";
+ version = "0.5.3.1";
src = fetchFromGitHub {
owner = "adapta-project";
repo = "adapta-backgrounds";
rev = version;
- sha256 = "0n0ggcxinja81lasmpviqq3l4jiwb05bs8r5aah1im2zvls1g007";
+ sha256 = "04hmbmzf97rsii8gpwy3wkljy5xhxmlsl34d63s6hfy05knclydj";
};
- nativeBuildInputs = [ autoreconfHook ];
+ nativeBuildInputs = [ meson ninja pkgconfig glib ];
meta = with stdenv.lib; {
description = "Wallpaper collection for adapta-project";
- homepage = https://github.com/adapta-project/adapta-backgrounds;
+ homepage = "https://github.com/adapta-project/adapta-backgrounds";
license = with licenses; [ gpl2 cc-by-sa-40 ];
platforms = platforms.all;
- maintainers = [ maintainers.romildo ];
+ maintainers = with maintainers; [ romildo ];
};
}
diff --git a/pkgs/data/misc/hackage/default.nix b/pkgs/data/misc/hackage/default.nix
index 0eb3dbefe41..87c4afb986b 100644
--- a/pkgs/data/misc/hackage/default.nix
+++ b/pkgs/data/misc/hackage/default.nix
@@ -1,6 +1,6 @@
{ fetchurl }:
fetchurl {
- url = "https://github.com/commercialhaskell/all-cabal-hashes/archive/bee48f46f4c9e9c1195bf81efb61fa5fb0aec0dc.tar.gz";
- sha256 = "0wxj0iakqy1cyncga8s1qlb8c06vj3ilh5z8lpann7xr8yh6sm4b";
+ url = "https://github.com/commercialhaskell/all-cabal-hashes/archive/2b4df08d487f0821b932f92392b67fe12dc1d42c.tar.gz";
+ sha256 = "02d06fr2jr69za5751z25c3x3zspiwdmlhmdmxaj1g48v00gbfag";
}
diff --git a/pkgs/data/misc/iana-etc/default.nix b/pkgs/data/misc/iana-etc/default.nix
index 163f230e077..3124b57ac2b 100644
--- a/pkgs/data/misc/iana-etc/default.nix
+++ b/pkgs/data/misc/iana-etc/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchzip }:
let
- version = "20190504";
+ version = "20190731";
in fetchzip {
name = "iana-etc-${version}";
url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz";
- sha256 = "1h61qnb3ybyfivyq8qjnisj4arbnhn8hcwad1bp4iqidjk6rjfv3";
+ sha256 = "0vqr4zm53zn7z75ynmf59xfrlhpyk8f41xd6i4v8j0f7k6hfdvpi";
postFetch = ''
tar -xzvf $downloadedFile --strip-components=1
diff --git a/pkgs/data/misc/nixos-artwork/wallpapers.nix b/pkgs/data/misc/nixos-artwork/wallpapers.nix
index 50f874baa4a..3983869a452 100644
--- a/pkgs/data/misc/nixos-artwork/wallpapers.nix
+++ b/pkgs/data/misc/nixos-artwork/wallpapers.nix
@@ -6,7 +6,7 @@ let
stdenv.mkDerivation {
inherit name src;
- unpackPhase = "true";
+ dontUnpack = true;
installPhase = ''
mkdir -p $out/share/artwork/gnome
diff --git a/pkgs/data/misc/osinfo-db/default.nix b/pkgs/data/misc/osinfo-db/default.nix
index 0cb3ae5136f..b41c4a4c5aa 100644
--- a/pkgs/data/misc/osinfo-db/default.nix
+++ b/pkgs/data/misc/osinfo-db/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "osinfo-db";
- version = "20190504";
+ version = "20190805";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.xz";
- sha256 = "1yik26gbm3y3wviyabfpyx7pnqx72z5j7267hdgfscdvrwwmyi5z";
+ sha256 = "1la80kmh58nrra8aa4grv31gc7xbqbybl8q1m4yv0byb11slg93x";
};
nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ];
diff --git a/pkgs/data/sgml+xml/schemas/docbook-5.0/default.nix b/pkgs/data/sgml+xml/schemas/docbook-5.0/default.nix
index 4986101584e..17303e682b9 100644
--- a/pkgs/data/sgml+xml/schemas/docbook-5.0/default.nix
+++ b/pkgs/data/sgml+xml/schemas/docbook-5.0/default.nix
@@ -1,11 +1,12 @@
{ lib, stdenv, fetchurl, unzip }:
-stdenv.mkDerivation {
- name = "docbook5-5.0";
+stdenv.mkDerivation rec {
+ pname = "docbook5";
+ version = "5.0.1";
src = fetchurl {
- url = http://www.docbook.org/xml/5.0/docbook-5.0.zip;
- sha256 = "13i04dkd709f0p5f2413sf2y9321pfi4y85ynf8wih6ryphnbk9x";
+ url = "http://www.docbook.org/xml/${version}/docbook-${version}.zip";
+ sha256 = "1iz3hq1lqgnshvlz4j9gvh4jy1ml74qf90vqf2ikbq0h4i2xzybs";
};
nativeBuildInputs = [ unzip ];
diff --git a/pkgs/data/sgml+xml/schemas/sgml-dtd/docbook/3.1.nix b/pkgs/data/sgml+xml/schemas/sgml-dtd/docbook/3.1.nix
index cc71e002632..9728b2f96c4 100644
--- a/pkgs/data/sgml+xml/schemas/sgml-dtd/docbook/3.1.nix
+++ b/pkgs/data/sgml+xml/schemas/sgml-dtd/docbook/3.1.nix
@@ -17,7 +17,7 @@ in
stdenv.mkDerivation {
name = "docbook-sgml-3.1";
- unpackPhase = "true";
+ dontUnpack = true;
nativeBuildInputs = [ unzip ];
diff --git a/pkgs/data/sgml+xml/schemas/sgml-dtd/docbook/4.1.nix b/pkgs/data/sgml+xml/schemas/sgml-dtd/docbook/4.1.nix
index dc7ebf5959d..78b99081504 100644
--- a/pkgs/data/sgml+xml/schemas/sgml-dtd/docbook/4.1.nix
+++ b/pkgs/data/sgml+xml/schemas/sgml-dtd/docbook/4.1.nix
@@ -17,7 +17,7 @@ in
stdenv.mkDerivation {
name = "docbook-sgml-4.1";
- unpackPhase = "true";
+ dontUnpack = true;
nativeBuildInputs = [ unzip ];
diff --git a/pkgs/data/themes/greybird/default.nix b/pkgs/data/themes/greybird/default.nix
index 02c8d2b6490..d573603ce90 100644
--- a/pkgs/data/themes/greybird/default.nix
+++ b/pkgs/data/themes/greybird/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, autoreconfHook, which, sassc, glib, libxml2, gdk_pixbuf, librsvg, gtk-engine-murrine }:
+{ stdenv, fetchFromGitHub, autoreconfHook, which, sassc, glib, libxml2, gdk-pixbuf, librsvg, gtk-engine-murrine }:
stdenv.mkDerivation rec {
pname = "greybird";
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
- gdk_pixbuf
+ gdk-pixbuf
librsvg
];
diff --git a/pkgs/data/themes/matcha/default.nix b/pkgs/data/themes/matcha/default.nix
index 31d4a068908..762ab3eac3e 100644
--- a/pkgs/data/themes/matcha/default.nix
+++ b/pkgs/data/themes/matcha/default.nix
@@ -1,17 +1,17 @@
-{ stdenv, fetchFromGitHub, gdk_pixbuf, librsvg, gtk-engine-murrine }:
+{ stdenv, fetchFromGitHub, gdk-pixbuf, librsvg, gtk-engine-murrine }:
stdenv.mkDerivation rec {
name = "matcha-${version}";
- version = "2019_05_09";
+ version = "2019-06-22";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = "matcha";
- rev = version;
- sha256 = "0xnv89appivrnbppyjqaa35pls120mkz253p2lblyxzbvi5kgn73";
+ rev = "f42df7a3219d7fbacb7be1b2e0e416d74339865e";
+ sha256 = "1x954rmxv14xndn4ybhbr4pmzccnwqp462bpvzd2hak5wsqs4wxc";
};
- buildInputs = [ gdk_pixbuf librsvg ];
+ buildInputs = [ gdk-pixbuf librsvg ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
diff --git a/pkgs/data/themes/materia-theme/default.nix b/pkgs/data/themes/materia-theme/default.nix
index 46b44d3ff90..ccdd1067302 100644
--- a/pkgs/data/themes/materia-theme/default.nix
+++ b/pkgs/data/themes/materia-theme/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, gnome3, glib, libxml2, gtk-engine-murrine, gdk_pixbuf, librsvg, bc }:
+{ stdenv, fetchFromGitHub, gnome3, glib, libxml2, gtk-engine-murrine, gdk-pixbuf, librsvg, bc }:
stdenv.mkDerivation rec {
pname = "materia-theme";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ glib libxml2 bc ];
- buildInputs = [ gnome3.gnome-themes-extra gdk_pixbuf librsvg ];
+ buildInputs = [ gnome3.gnome-themes-extra gdk-pixbuf librsvg ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
diff --git a/pkgs/data/themes/plano/default.nix b/pkgs/data/themes/plano/default.nix
index d672855df09..b009bd2780c 100644
--- a/pkgs/data/themes/plano/default.nix
+++ b/pkgs/data/themes/plano/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, gdk_pixbuf, gtk_engines, gtk-engine-murrine }:
+{ stdenv, fetchFromGitHub, gdk-pixbuf, gtk_engines, gtk-engine-murrine }:
stdenv.mkDerivation rec {
pname = "plano-theme";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0p9j4p32489jb6d67jhf9x26my0mddcc6a174x713drch8zvb96l";
};
- buildInputs = [ gdk_pixbuf gtk_engines ];
+ buildInputs = [ gdk-pixbuf gtk_engines ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
diff --git a/pkgs/data/themes/plata/default.nix b/pkgs/data/themes/plata/default.nix
index df0201af3b8..cf2eb5447f7 100644
--- a/pkgs/data/themes/plata/default.nix
+++ b/pkgs/data/themes/plata/default.nix
@@ -1,14 +1,15 @@
{ stdenv, fetchFromGitLab, autoreconfHook, pkgconfig, parallel
-, sassc, inkscape, libxml2, gnome2, gdk_pixbuf, librsvg, gtk-engine-murrine
+, sassc, inkscape, libxml2, glib, gdk-pixbuf, librsvg, gtk-engine-murrine
, cinnamonSupport ? true
, gnomeFlashbackSupport ? true
, gnomeShellSupport ? true
, openboxSupport ? true
, xfceSupport ? true
+, mateSupport ? true, gtk3, marco
, gtkNextSupport ? false
, plankSupport ? false
, steamSupport ? false
-, telegramSupport ? false, zip ? null
+, telegramSupport ? false, zip
, tweetdeckSupport ? false
, selectionColor ? null # Primary color for 'selected-items' (Default: #3F51B5 = Indigo500)
, accentColor ? null # Secondary color for notifications and OSDs (Default: #7986CB = Indigo300)
@@ -16,17 +17,15 @@
, destructionColor ? null # Tertiary color for 'destructive' buttons (Default: #F44336 = Red500)
}:
-assert telegramSupport -> zip != null;
-
stdenv.mkDerivation rec {
pname = "plata-theme";
- version = "0.8.3";
+ version = "0.8.9";
src = fetchFromGitLab {
owner = "tista500";
repo = "plata-theme";
rev = version;
- sha256 = "0ibgymdrw91lnng76lb0x55zg6nm9f2vap19wk7qsq3bcw6ny2zi";
+ sha256 = "0a2wczxxfd2nfr7biawbs3rwy2sivcl2sv43y2638gmfp0w6zh9r";
};
preferLocalBuild = true;
@@ -38,12 +37,13 @@ stdenv.mkDerivation rec {
sassc
inkscape
libxml2
- gnome2.glib.dev
+ glib.dev
]
+ ++ stdenv.lib.optionals mateSupport [ gtk3 marco ]
++ stdenv.lib.optional telegramSupport zip;
buildInputs = [
- gdk_pixbuf
+ gdk-pixbuf
librsvg
];
@@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
(enableFeature gnomeShellSupport "gnome")
(enableFeature openboxSupport "openbox")
(enableFeature xfceSupport "xfce")
+ (enableFeature mateSupport "mate")
(enableFeature gtkNextSupport "gtk_next")
(enableFeature plankSupport "plank")
(enableFeature steamSupport "airforsteam")
diff --git a/pkgs/data/themes/qogir/default.nix b/pkgs/data/themes/qogir/default.nix
index aac9ec5e85e..4d91b60960b 100644
--- a/pkgs/data/themes/qogir/default.nix
+++ b/pkgs/data/themes/qogir/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, gdk_pixbuf, librsvg, gtk-engine-murrine }:
+{ stdenv, fetchFromGitHub, gdk-pixbuf, librsvg, gtk-engine-murrine }:
stdenv.mkDerivation rec {
pname = "qogir-theme";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "031nqr47b3x8ahcym7cfc75y8sy53dcmrrrlywi7m1a10ckfp0pd";
};
- buildInputs = [ gdk_pixbuf librsvg ];
+ buildInputs = [ gdk-pixbuf librsvg ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
diff --git a/pkgs/data/themes/shades-of-gray/default.nix b/pkgs/data/themes/shades-of-gray/default.nix
index 35ad998e859..fb94fa00b75 100644
--- a/pkgs/data/themes/shades-of-gray/default.nix
+++ b/pkgs/data/themes/shades-of-gray/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "shades-of-gray-theme";
- version = "1.1.7";
+ version = "1.1.8";
src = fetchFromGitHub {
owner = "WernerFP";
repo = pname;
rev = version;
- sha256 = "09r26izbx9sj9czc95cn4r0c1v9yj2qm84zdl047fiqa49czwbzq";
+ sha256 = "08i2pkq7ygf9fs9cdrw4khrb8m1w2hvgmz064g36fh35r02sms3w";
};
buildInputs = [ gtk_engines ];
diff --git a/pkgs/data/themes/sierra/default.nix b/pkgs/data/themes/sierra/default.nix
index b845522a28a..e5b5ad8d611 100644
--- a/pkgs/data/themes/sierra/default.nix
+++ b/pkgs/data/themes/sierra/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, libxml2, gdk_pixbuf, librsvg, gtk-engine-murrine }:
+{ stdenv, fetchFromGitHub, libxml2, gdk-pixbuf, librsvg, gtk-engine-murrine }:
stdenv.mkDerivation rec {
pname = "sierra-gtk-theme";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ libxml2 ];
- buildInputs = [ gdk_pixbuf librsvg ];
+ buildInputs = [ gdk-pixbuf librsvg ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
diff --git a/pkgs/data/themes/stilo/default.nix b/pkgs/data/themes/stilo/default.nix
index 48f29ad3111..61ec697d841 100644
--- a/pkgs/data/themes/stilo/default.nix
+++ b/pkgs/data/themes/stilo/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, meson, ninja, sassc, gdk_pixbuf, librsvg, gtk_engines, gtk-engine-murrine }:
+{ stdenv, fetchFromGitHub, meson, ninja, sassc, gdk-pixbuf, librsvg, gtk_engines, gtk-engine-murrine }:
stdenv.mkDerivation rec {
pname = "stilo-themes";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ meson ninja sassc ];
- buildInputs = [ gdk_pixbuf librsvg gtk_engines ];
+ buildInputs = [ gdk-pixbuf librsvg gtk_engines ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
diff --git a/pkgs/data/themes/zuki/default.nix b/pkgs/data/themes/zuki/default.nix
index f55ed31c1ce..59099bf5227 100644
--- a/pkgs/data/themes/zuki/default.nix
+++ b/pkgs/data/themes/zuki/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, meson, ninja, sassc, gdk_pixbuf, librsvg, gtk_engines, gtk-engine-murrine }:
+{ stdenv, fetchFromGitHub, meson, ninja, sassc, gdk-pixbuf, librsvg, gtk_engines, gtk-engine-murrine }:
stdenv.mkDerivation rec {
pname = "zuki-themes";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ meson ninja sassc ];
- buildInputs = [ gdk_pixbuf librsvg gtk_engines ];
+ buildInputs = [ gdk-pixbuf librsvg gtk_engines ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
diff --git a/pkgs/desktops/deepin/dde-api/default.nix b/pkgs/desktops/deepin/dde-api/default.nix
index 76c0861cb3a..608096951b6 100644
--- a/pkgs/desktops/deepin/dde-api/default.nix
+++ b/pkgs/desktops/deepin/dde-api/default.nix
@@ -7,7 +7,6 @@
deepin,
deepin-gettext-tools,
fontconfig,
- glib,
go,
go-dbus-factory,
go-gir-generator,
@@ -26,7 +25,7 @@
buildGoPackage rec {
name = "${pname}-${version}";
pname = "dde-api";
- version = "3.18.3";
+ version = "3.18.4.1";
goPackagePath = "pkg.deepin.io/dde/api";
@@ -34,7 +33,7 @@ buildGoPackage rec {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "0sbzjpjy2d7j22v5sw3mf472lcnsy81n2rgly87k79r5gk9x89ar";
+ sha256 = "0bcjp5ijwa4wmx6p43lik6vjlb7d5rk7nf8xl495i3yk9x70wyfa";
};
goDeps = ./deps.nix;
diff --git a/pkgs/desktops/deepin/dde-api/deps.nix b/pkgs/desktops/deepin/dde-api/deps.nix
index 380f07d3d19..a3b5e20effc 100644
--- a/pkgs/desktops/deepin/dde-api/deps.nix
+++ b/pkgs/desktops/deepin/dde-api/deps.nix
@@ -32,8 +32,8 @@
fetch = {
type = "git";
url = "https://github.com/disintegration/imaging";
- rev = "061e8a750a4db9667cdf9e2af7f4029ba506cb3b";
- sha256 = "13fkknwz2iby5rdzv9sgam6p27zdgxis3sxgyls9sdir5lbhjhm7";
+ rev = "465faf0892b5c7b3325643b0e47282e1331672e7";
+ sha256 = "1z9rkphmqgyphznl53pp1gmf0dfrfrmr95bx46p422ldml26c5a0";
};
}
{
@@ -41,8 +41,8 @@
fetch = {
type = "git";
url = "https://github.com/fogleman/gg";
- rev = "72436a171bf31757dc87fb8fa9f7485307350307";
- sha256 = "116ysxj7nv9zw5ff75p2mriwf6fx4qzdik9za8cy0l0vih78qvjq";
+ rev = "f194ddec6f45226fc9e1b4a61b7237f186edd543";
+ sha256 = "095g5hpqvpy5w9l4kb65cif013snsvlbw6sgln0kwdix0z099j3i";
};
}
{
@@ -77,8 +77,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/image";
- rev = "6d32002ffd7577f23673706728e1c510698cecb1";
- sha256 = "03jzn07kfgdzzm4785xngcksv9ix6q1lf12b8j91flc0v7swsd1b";
+ rev = "7e034cad644213bc79b336b52fce73624259aeca";
+ sha256 = "04n4yi0p2yjv8sr9dmnzwc2k6hvzzvl6jdq2xd043kvjwzk583va";
};
}
{
@@ -86,8 +86,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
- rev = "f4e77d36d62c17c2336347bb2670ddbd02d092b7";
- sha256 = "0avjnglqqg9ya0cbhp23m4namykii219kxjywxn4cd7pfcc5arha";
+ rev = "3b0461eec859c4b73bb64fdc8285971fd33e3938";
+ sha256 = "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5";
};
}
{
diff --git a/pkgs/desktops/deepin/dde-calendar/default.nix b/pkgs/desktops/deepin/dde-calendar/default.nix
index 0ef0da5c70b..0d25d9083eb 100644
--- a/pkgs/desktops/deepin/dde-calendar/default.nix
+++ b/pkgs/desktops/deepin/dde-calendar/default.nix
@@ -1,22 +1,22 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qmake, qttools,
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, cmake, qttools,
deepin-gettext-tools, dtkcore, dtkwidget, deepin
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "dde-calendar";
- version = "1.2.6";
+ version = "1.2.10";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "0k973rv0prvr7cg1xwg7kr14fkx13aslhiqc3q7vpakfk53qsw4n";
+ sha256 = "00aqx24jccf88vvkpb9svyjz8knrqyjgd0152psf9dxc9q13f61h";
};
nativeBuildInputs = [
+ cmake
pkgconfig
- qmake
qttools
deepin-gettext-tools
deepin.setupHook
diff --git a/pkgs/desktops/deepin/dde-control-center/default.nix b/pkgs/desktops/deepin/dde-control-center/default.nix
new file mode 100644
index 00000000000..88c3639ff2e
--- /dev/null
+++ b/pkgs/desktops/deepin/dde-control-center/default.nix
@@ -0,0 +1,112 @@
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, cmake, deepin, qttools, qtdeclarative,
+ networkmanager, qtsvg, qtx11extras, dtkcore, dtkwidget, geoip, gsettings-qt,
+ dde-network-utils, networkmanager-qt, xorg, mtdev, fontconfig, freetype, dde-api,
+ dde-daemon, qt5integration, deepin-desktop-base, deepin-desktop-schemas, dbus,
+ systemd, dde-qt-dbus-factory, qtmultimedia, qtbase, glib, gnome3, which,
+ substituteAll, tzdata, wrapGAppsHook
+}:
+
+mkDerivation rec {
+ name = "${pname}-${version}";
+ pname = "dde-control-center";
+ version = "4.10.11";
+
+ src = fetchFromGitHub {
+ owner = "linuxdeepin";
+ repo = pname;
+ rev = version;
+ sha256 = "1ip8wjwf0n9q8xnqymzh8lz0j5gcnns976n291np6k5kdh2wqhr5";
+ };
+
+ nativeBuildInputs = [
+ cmake
+ deepin.setupHook
+ pkgconfig
+ wrapGAppsHook
+ ];
+
+ buildInputs = [
+ dde-api
+ dde-daemon
+ dde-network-utils
+ dde-qt-dbus-factory
+ deepin-desktop-base
+ deepin-desktop-schemas
+ dtkcore
+ dtkwidget
+ fontconfig
+ freetype
+ geoip
+ glib
+ gnome3.networkmanager-l2tp
+ gnome3.networkmanager-openconnect
+ gnome3.networkmanager-openvpn
+ gnome3.networkmanager-vpnc
+ gsettings-qt
+ mtdev
+ networkmanager-qt
+ qt5integration
+ qtbase
+ qtdeclarative
+ qtmultimedia
+ qtsvg
+ qttools
+ qtx11extras
+ xorg.libX11
+ xorg.libXext
+ xorg.libXrandr
+ xorg.libxcb
+ ];
+
+ cmakeFlags = [
+ "-DDISABLE_SYS_UPDATE=YES"
+ "-DDCC_DISABLE_GRUB=YES"
+ ];
+
+ patches = [
+ (substituteAll {
+ src = ./fix-paths.patch;
+ nmcli = "${networkmanager}/bin/nmcli";
+ which = "${which}/bin/which";
+ # not packaged
+ # dman = "${deepin-manual}/bin/dman";
+ inherit tzdata;
+ # exclusive to deepin linux?
+ # allows to synchronize configuration files to cloud networks
+ # deepin_sync = "${deepin-sync}";
+ })
+ ];
+
+ postPatch = ''
+ searchHardCodedPaths
+
+ patchShebangs translate_ts2desktop.sh
+ patchShebangs translate_generation.sh
+ patchShebangs translate_desktop2ts.sh
+
+ fixPath $out /usr dde-control-center-autostart.desktop \
+ com.deepin.dde.ControlCenter.service \
+ src/frame/widgets/utils.h
+
+ substituteInPlace dde-control-center.desktop \
+ --replace "dbus-send" "${dbus}/bin/dbus-send"
+ substituteInPlace com.deepin.controlcenter.addomain.policy \
+ --replace "/bin/systemctl" "${systemd}/bin/systemctl"
+ '';
+
+ postFixup = ''
+ # debuging
+ searchForUnresolvedDLL $out
+ searchHardCodedPaths $out
+ '';
+
+ passthru.updateScript = deepin.updateScript { inherit name; };
+
+ meta = with stdenv.lib; {
+ description = "Control panel of Deepin Desktop Environment";
+ homepage = https://github.com/linuxdeepin/dde-control-center;
+ license = licenses.gpl3;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ romildo worldofpeace ];
+ };
+}
diff --git a/pkgs/desktops/deepin/dde-control-center/fix-paths.patch b/pkgs/desktops/deepin/dde-control-center/fix-paths.patch
new file mode 100644
index 00000000000..2c6e204d343
--- /dev/null
+++ b/pkgs/desktops/deepin/dde-control-center/fix-paths.patch
@@ -0,0 +1,65 @@
+diff --git a/src/frame/frame.cpp b/src/frame/frame.cpp
+index 90d06f8..7cdad04 100644
+--- a/src/frame/frame.cpp
++++ b/src/frame/frame.cpp
+@@ -375,7 +375,7 @@ void Frame::keyPressEvent(QKeyEvent *e)
+ #ifdef QT_DEBUG
+ case Qt::Key_Escape: qApp->quit(); break;
+ #endif
+- case Qt::Key_F1: QProcess::startDetached("dman", QStringList("dde")); break;
++ case Qt::Key_F1: QProcess::startDetached("@dman@", QStringList("dde")); break;
+ default:;
+ }
+ }
+diff --git a/src/frame/modules/datetime/timezone_dialog/timezone.cpp b/src/frame/modules/datetime/timezone_dialog/timezone.cpp
+index 3dd4aad..5f1b363 100644
+--- a/src/frame/modules/datetime/timezone_dialog/timezone.cpp
++++ b/src/frame/modules/datetime/timezone_dialog/timezone.cpp
+@@ -46,7 +46,7 @@ namespace installer {
+ namespace {
+
+ // Absolute path to zone.tab file.
+-const char kZoneTabFile[] = "/usr/share/zoneinfo/zone.tab";
++const char kZoneTabFile[] = "@tzdata@/share/zoneinfo/zone.tab";
+
+ // Absolute path to backward timezone file.
+ const char kTimezoneAliasFile[] = "/timezone_alias";
+diff --git a/src/frame/modules/network/connectionvpneditpage.cpp b/src/frame/modules/network/connectionvpneditpage.cpp
+index e292865..95c5a2b 100644
+--- a/src/frame/modules/network/connectionvpneditpage.cpp
++++ b/src/frame/modules/network/connectionvpneditpage.cpp
+@@ -215,7 +215,7 @@ void ConnectionVpnEditPage::exportConnConfig()
+ qDebug() << Q_FUNC_INFO << args;
+
+ QProcess p;
+- p.start("nmcli", args);
++ p.start("@nmcli@", args);
+ p.waitForFinished();
+ qDebug() << p.readAllStandardOutput();
+ qDebug() << p.readAllStandardError();
+diff --git a/src/frame/modules/network/vpnpage.cpp b/src/frame/modules/network/vpnpage.cpp
+index 521a603..450d1a6 100644
+--- a/src/frame/modules/network/vpnpage.cpp
++++ b/src/frame/modules/network/vpnpage.cpp
+@@ -224,7 +224,7 @@ void VpnPage::importVPN()
+ qDebug() << args;
+
+ QProcess p;
+- p.start("nmcli", args);
++ p.start("@nmcli@", args);
+ p.waitForFinished();
+ const auto stat = p.exitCode();
+ const QString output = p.readAllStandardOutput();
+diff --git a/src/frame/modules/sync/syncworker.cpp b/src/frame/modules/sync/syncworker.cpp
+index 3f929bf..6f240d9 100644
+--- a/src/frame/modules/sync/syncworker.cpp
++++ b/src/frame/modules/sync/syncworker.cpp
+@@ -24,7 +24,7 @@ SyncWorker::SyncWorker(SyncModel *model, QObject *parent)
+
+ m_model->setSyncIsValid(
+ QProcess::execute(
+- "which", QStringList() << "/usr/lib/deepin-sync-daemon/deepin-sync-daemon") ==
++ "@which@", QStringList() << "@deepin_sync@/lib/deepin-sync-daemon/deepin-sync-daemon") ==
+ 0 &&
+ valueByQSettings(DCC_CONFIG_FILES, "CloudSync", "AllowCloudSync", false));
+ }
diff --git a/pkgs/desktops/deepin/dde-daemon/default.nix b/pkgs/desktops/deepin/dde-daemon/default.nix
index c709c2894c4..4fb0272a3ce 100644
--- a/pkgs/desktops/deepin/dde-daemon/default.nix
+++ b/pkgs/desktops/deepin/dde-daemon/default.nix
@@ -3,13 +3,13 @@
deepin-gettext-tools, dde-api, deepin-desktop-schemas,
deepin-wallpapers, deepin-desktop-base, alsaLib, glib, gtk3,
libgudev, libinput, libnl, librsvg, linux-pam, networkmanager,
- pulseaudio, xorg, python3, hicolor-icon-theme, glibc, tzdata, go,
- deepin, makeWrapper, wrapGAppsHook }:
+ pulseaudio, python3, hicolor-icon-theme, glibc, tzdata, go,
+ deepin, makeWrapper, xkeyboard_config, wrapGAppsHook }:
buildGoPackage rec {
name = "${pname}-${version}";
pname = "dde-daemon";
- version = "3.27.1";
+ version = "3.27.2.6";
goPackagePath = "pkg.deepin.io/dde/daemon";
@@ -17,7 +17,7 @@ buildGoPackage rec {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1rbv7fals2bwhalw1hh3swmrdzclqbhny782shnrwqv53235xda3";
+ sha256 = "14g138h23f1lh1y98pdrfhnph1m7pw8lq8ypiwv9qf3fmdyn35d4";
};
patches = [
@@ -63,6 +63,7 @@ buildGoPackage rec {
librsvg
pulseaudio
tzdata
+ xkeyboard_config
];
postPatch = ''
@@ -70,12 +71,16 @@ buildGoPackage rec {
patchShebangs network/nm_generator/gen_nm_consts.py
fixPath $out /usr/share/dde/data launcher/manager.go dock/dock_manager_init.go
+ fixPath $out /usr/share/dde-daemon launcher/manager.go gesture/config.go
fixPath ${networkmanager.dev} /usr/share/gir-1.0/NM-1.0.gir network/nm_generator/Makefile
fixPath ${glibc.bin} /usr/bin/getconf systeminfo/utils.go
fixPath ${deepin-desktop-base} /etc/deepin-version systeminfo/version.go accounts/deepinversion.go
fixPath ${tzdata} /usr/share/zoneinfo timedate/zoneinfo/zone.go
fixPath ${dde-api} /usr/lib/deepin-api grub2/modify_manger.go accounts/image_blur.go
fixPath ${deepin-wallpapers} /usr/share/wallpapers appearance/background/list.go accounts/user.go
+ fixPath ${xkeyboard_config} /usr/share/X11/xkb inputdevices/layout_list.go
+
+ # TODO: deepin-system-monitor comes from dde-extra
sed -i -e "s|{DESTDIR}/etc|{DESTDIR}$out/etc|" Makefile
sed -i -e "s|{DESTDIR}/lib|{DESTDIR}$out/lib|" Makefile
diff --git a/pkgs/desktops/deepin/dde-daemon/deps.nix b/pkgs/desktops/deepin/dde-daemon/deps.nix
index 352a6c0e519..c9a15ad88d4 100644
--- a/pkgs/desktops/deepin/dde-daemon/deps.nix
+++ b/pkgs/desktops/deepin/dde-daemon/deps.nix
@@ -77,8 +77,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/image";
- rev = "6d32002ffd7577f23673706728e1c510698cecb1";
- sha256 = "03jzn07kfgdzzm4785xngcksv9ix6q1lf12b8j91flc0v7swsd1b";
+ rev = "7e034cad644213bc79b336b52fce73624259aeca";
+ sha256 = "04n4yi0p2yjv8sr9dmnzwc2k6hvzzvl6jdq2xd043kvjwzk583va";
};
}
{
@@ -86,8 +86,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
- rev = "f4e77d36d62c17c2336347bb2670ddbd02d092b7";
- sha256 = "0avjnglqqg9ya0cbhp23m4namykii219kxjywxn4cd7pfcc5arha";
+ rev = "3b0461eec859c4b73bb64fdc8285971fd33e3938";
+ sha256 = "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5";
};
}
{
diff --git a/pkgs/desktops/deepin/dde-dock/default.nix b/pkgs/desktops/deepin/dde-dock/default.nix
index 30ec61f73c3..21c8221bd13 100644
--- a/pkgs/desktops/deepin/dde-dock/default.nix
+++ b/pkgs/desktops/deepin/dde-dock/default.nix
@@ -1,20 +1,20 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, qttools, qtx11extras,
- qtsvg, libsForQt5, polkit, gsettings-qt, dtkcore, dtkwidget,
+{ stdenv, mkDerivation, fetchFromGitHub, cmake, pkgconfig, qttools, qtx11extras,
+ qtsvg, polkit, gsettings-qt, dtkcore, dtkwidget,
dde-qt-dbus-factory, dde-network-utils, dde-daemon,
deepin-desktop-schemas, xorg, glib, wrapGAppsHook, deepin,
- plugins ? [], symlinkJoin, makeWrapper }:
+ plugins ? [], symlinkJoin, makeWrapper, libdbusmenu }:
let
-unwrapped = stdenv.mkDerivation rec {
+unwrapped = mkDerivation rec {
name = "${pname}-${version}";
pname = "dde-dock";
- version = "4.9.9";
+ version = "4.10.3";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "0vscm808q63bbl84q9l3vhhd8mw86wfjdh55rvyj42qpa5q4mvlz";
+ sha256 = "17iy78r0frpv42g521igfdcgdklbifzig1wzxq2nl14fq0bgxg4v";
};
nativeBuildInputs = [
@@ -34,7 +34,7 @@ unwrapped = stdenv.mkDerivation rec {
dtkwidget
glib.bin
gsettings-qt
- libsForQt5.libdbusmenu
+ libdbusmenu
polkit
qtsvg
qtx11extras
diff --git a/pkgs/desktops/deepin/dde-file-manager/default.nix b/pkgs/desktops/deepin/dde-file-manager/default.nix
index 44964b65c9d..3580eeb4304 100644
--- a/pkgs/desktops/deepin/dde-file-manager/default.nix
+++ b/pkgs/desktops/deepin/dde-file-manager/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, pkgconfig, avfs, dde-daemon, dde-dock,
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, avfs, dde-daemon, dde-dock,
dde-polkit-agent, dde-qt-dbus-factory, deepin, deepin-anything,
deepin-desktop-schemas, deepin-gettext-tools, deepin-movie-reborn,
deepin-shortcut-viewer, deepin-terminal, dtkcore, dtkwidget,
@@ -8,16 +8,16 @@
qtx11extras, runtimeShell, samba, shadow, taglib, udisks2-qt5,
xdg-user-dirs, xorg, zlib, wrapGAppsHook }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "dde-file-manager";
- version = "4.8.6.2";
+ version = "4.8.6.4";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1qw9slssvy6c4j9czyqrhlr3pq6hzxybb86darja2vka84zmvwip";
+ sha256 = "1m0ykw5a91rm5xcah8bzk21xsambqvncj8104ihdhf9h0z9kdmm2";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/deepin/dde-launcher/default.nix b/pkgs/desktops/deepin/dde-launcher/default.nix
new file mode 100644
index 00000000000..f8a05b86980
--- /dev/null
+++ b/pkgs/desktops/deepin/dde-launcher/default.nix
@@ -0,0 +1,76 @@
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, cmake, dde-qt-dbus-factory,
+ dde-session-ui, deepin, deepin-desktop-schemas, deepin-wallpapers,
+ dtkcore, dtkwidget, gsettings-qt, qtsvg, qttools, qtx11extras,
+ which, xdg_utils, wrapGAppsHook }:
+
+mkDerivation rec {
+ name = "${pname}-${version}";
+ pname = "dde-launcher";
+ version = "4.6.13";
+
+ src = fetchFromGitHub {
+ owner = "linuxdeepin";
+ repo = pname;
+ rev = version;
+ sha256 = "1lwwn2qjbd4i7wx18mi8n7hzdh832i3kdadrivr10sbafdank7ky";
+ };
+
+ nativeBuildInputs = [
+ cmake
+ pkgconfig
+ qttools
+ wrapGAppsHook
+ deepin.setupHook
+ ];
+
+ buildInputs = [
+ dde-qt-dbus-factory
+ dde-session-ui
+ deepin-desktop-schemas
+ deepin-wallpapers
+ dtkcore
+ dtkwidget
+ gsettings-qt
+ qtsvg
+ qtx11extras
+ which
+ xdg_utils
+ ];
+
+ postPatch = ''
+ # debugging
+ searchHardCodedPaths
+
+ substituteInPlace CMakeLists.txt --replace "/usr/share" "$out/share"
+
+ substituteInPlace src/dbusservices/com.deepin.dde.Launcher.service --replace "/usr" "$out"
+
+ substituteInPlace src/historywidget.cpp --replace "xdg-open" "${xdg_utils}/bin/xdg-open"
+ substituteInPlace src/widgets/miniframebottombar.cpp --replace "dde-shutdown" "${dde-session-ui}/bin/dde-shutdown"
+ substituteInPlace src/widgets/miniframerightbar.cpp --replace "which" "${which}/bin/which"
+
+ # Uncomment (and remove space after $) after packaging deepin-manual
+ #substituteInPlace src/sharedeventfilter.cpp --replace "dman" "$ {deepin-manual}/bin/dman"
+
+ for f in src/boxframe/*.cpp; do
+ substituteInPlace $f --replace "/usr/share/backgrounds/default_background.jpg" "${deepin-wallpapers}/share/backgrounds/deepin/desktop.jpg"
+ done
+
+ # note: `dbus-send` path does not need to be hard coded because it is not used for dtkcore >= 2.0.8.0
+ '';
+
+ postFixup = ''
+ # debugging
+ searchHardCodedPaths $out
+ '';
+
+ passthru.updateScript = deepin.updateScript { inherit name; };
+
+ meta = with stdenv.lib; {
+ description = "Deepin Desktop Environment launcher module";
+ homepage = https://github.com/linuxdeepin/dde-launcher;
+ license = licenses.gpl3;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ romildo ];
+ };
+}
diff --git a/pkgs/desktops/deepin/dde-network-utils/default.nix b/pkgs/desktops/deepin/dde-network-utils/default.nix
index 84c7c9207ec..4fd08749ee4 100644
--- a/pkgs/desktops/deepin/dde-network-utils/default.nix
+++ b/pkgs/desktops/deepin/dde-network-utils/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, substituteAll, qmake, pkgconfig, qttools,
+{ stdenv, mkDerivation, fetchFromGitHub, substituteAll, qmake, pkgconfig, qttools,
dde-qt-dbus-factory, proxychains, which, deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "dde-network-utils";
version = "0.1.4";
diff --git a/pkgs/desktops/deepin/dde-polkit-agent/default.nix b/pkgs/desktops/deepin/dde-polkit-agent/default.nix
index da54fcdb64d..d1f1bed2775 100644
--- a/pkgs/desktops/deepin/dde-polkit-agent/default.nix
+++ b/pkgs/desktops/deepin/dde-polkit-agent/default.nix
@@ -1,16 +1,16 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qmake, qttools, polkit-qt,
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake, qttools, polkit-qt,
dtkcore, dtkwidget, dde-qt-dbus-factory, deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "dde-polkit-agent";
- version = "0.2.6";
+ version = "0.2.10";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1ih78sxhnn6hbx9mzhalx95dk18f217mjbvymf8dky2vkmw8vnmx";
+ sha256 = "0syg121slpd6d9xpifgcf85lg9ca0k96cl1g3rjvsmczs2d2ffgf";
};
nativeBuildInputs = [
@@ -27,10 +27,6 @@ stdenv.mkDerivation rec {
polkit-qt
];
- patches = [
- ./dde-polkit-agent.plugins-dir.patch
- ];
-
postPatch = ''
searchHardCodedPaths
patchShebangs translate_generation.sh
diff --git a/pkgs/desktops/deepin/dde-qt-dbus-factory/default.nix b/pkgs/desktops/deepin/dde-qt-dbus-factory/default.nix
index 1d9c13c17bb..0d063cbd848 100644
--- a/pkgs/desktops/deepin/dde-qt-dbus-factory/default.nix
+++ b/pkgs/desktops/deepin/dde-qt-dbus-factory/default.nix
@@ -1,15 +1,15 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qmake, python3, deepin }:
+{ stdenv, fetchFromGitHub, qmake, python3, deepin }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "dde-qt-dbus-factory";
- version = "1.1.1";
+ version = "1.1.5";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1b2i5m6fzkga72hbl85v2rng3qq53di39p7jj2f119wmlfbyp2vg";
+ sha256 = "1jzfblsmnfpgym95mmbd8mjkk8wqqfb0kz6n6fy742hmqlzrpsj7";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/deepin/dde-session-ui/default.nix b/pkgs/desktops/deepin/dde-session-ui/default.nix
index f6d70e330ea..8302e8e97bc 100644
--- a/pkgs/desktops/deepin/dde-session-ui/default.nix
+++ b/pkgs/desktops/deepin/dde-session-ui/default.nix
@@ -1,18 +1,20 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qmake, qtsvg, qttools,
- qtx11extras, xkeyboard_config, xorg, lightdm_qt, gsettings-qt,
- dde-qt-dbus-factory, deepin-gettext-tools, dtkcore, dtkwidget,
- deepin-desktop-schemas, deepin, hicolor-icon-theme, wrapGAppsHook }:
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake, dbus, dde-daemon,
+ dde-qt-dbus-factory, deepin, deepin-desktop-schemas,
+ deepin-gettext-tools, deepin-icon-theme, deepin-wallpapers, dtkcore,
+ dtkwidget, gnugrep, gsettings-qt, hicolor-icon-theme, lightdm_qt,
+ onboard, qtsvg, qttools, qtx11extras, setxkbmap, utillinux, which,
+ xkeyboard_config, xorg, xrandr, wrapGAppsHook }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "dde-session-ui";
- version = "4.9.6";
+ version = "4.9.12";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1wk5mjv1g9my80cxpcycqkm2gjc5r5rrcpxmsl06w4g2c19k50x1";
+ sha256 = "00i45xv87wx9cww1d445lg6zjbhda5kki8nhsaav8gf2d4cmwzf4";
};
nativeBuildInputs = [
@@ -25,34 +27,92 @@ stdenv.mkDerivation rec {
];
buildInputs = [
+ dbus
+ dde-daemon
dde-qt-dbus-factory
+ deepin-desktop-schemas
+ deepin-icon-theme
+ deepin-wallpapers
dtkcore
dtkwidget
+ gnugrep
gsettings-qt
+ hicolor-icon-theme
lightdm_qt
+ onboard
qtsvg
qtx11extras
+ setxkbmap
+ utillinux
+ which
+ xkeyboard_config
xorg.libXcursor
xorg.libXrandr
xorg.libXtst
- xkeyboard_config
- hicolor-icon-theme
- deepin-desktop-schemas
+ xrandr
];
postPatch = ''
- searchHardCodedPaths
- patchShebangs translate_generation.sh
- patchShebangs translate_desktop.sh
- sed -i translate_desktop.sh -e "s,/usr/bin/deepin-desktop-ts-convert,deepin-desktop-ts-convert,"
+ searchHardCodedPaths # debugging
+
+ patchShebangs translate_generation.sh translate_desktop.sh
+
+ substituteInPlace translate_desktop.sh --replace "/usr/bin/deepin-desktop-ts-convert" "deepin-desktop-ts-convert"
+
find -type f -exec sed -i -e "s,path = /etc,path = $out/etc," {} +
find -type f -exec sed -i -e "s,path = /usr,path = $out," {} +
- find -type f -exec sed -i -e "s,Exec=/usr,Exec=$out," {} +
find -type f -exec sed -i -e "s,/usr/share/dde-session-ui,$out/share/dde-session-ui," {} +
- sed -i global_util/xkbparser.h -e "s,/usr/share/X11/xkb/rules/base.xml,${xkeyboard_config}/share/X11/xkb/rules/base.xml,"
- sed -i lightdm-deepin-greeter/scripts/lightdm-deepin-greeter -e "s,/usr/bin/lightdm-deepin-greeter,$out/bin/lightdm-deepin-greeter,"
+
+ substituteInPlace dde-osd/dde-osd_autostart.desktop --replace "Exec=/usr/lib/deepin-daemon/dde-osd" "Exec=$out/lib/deepin-daemon/dde-osd"
+ substituteInPlace dde-osd/com.deepin.dde.osd.service --replace "Exec=/usr/lib/deepin-daemon/dde-osd" "Exec=$out/lib/deepin-daemon/dde-osd"
+ substituteInPlace dde-lock/com.deepin.dde.lockFront.service --replace "Exec=/usr/bin/dde-lock" "Exec=$out/bin/dde-lock"
+ substituteInPlace dmemory-warning-dialog/com.deepin.dde.MemoryWarningDialog.service --replace "Exec=/usr/bin/dmemory-warning-dialog" "Exec=$out/bin/dmemory-warning-dialog"
+ substituteInPlace dde-warning-dialog/com.deepin.dde.WarningDialog.service --replace "Exec=/usr/lib/deepin-daemon/dde-warning-dialog" "Exec=$out/lib/deepin-daemon/dde-warning-dialog"
+ substituteInPlace dde-shutdown/com.deepin.dde.shutdownFront.service --replace "Exec=/usr/bin/dde-shutdown" "Exec=$out/bin/dde-shutdown"
+ substituteInPlace dde-welcome/com.deepin.dde.welcome.service --replace "Exec=/usr/lib/deepin-daemon/dde-welcome" "Exec=$out/lib/deepin-daemon/dde-welcome"
+ substituteInPlace session-ui-guardien/session-ui-guardien.desktop --replace "Exec=/usr/bin/session-ui-guardien" "Exec=$out/bin/session-ui-guardien"
+ substituteInPlace lightdm-deepin-greeter/lightdm-deepin-greeter.desktop --replace "Exec=/usr/bin/deepin-greeter" "Exec=$out/bin/deepin-greeter"
+ substituteInPlace misc/applications/deepin-toggle-desktop.desktop.in --replace "Exec=/usr/lib/deepin-daemon/desktop-toggle" "Exec=${dde-daemon}/lib/deepin-daemon/desktop-toggle"
+
+ # Uncomment (and remove space after $) after packaging deepin-system-monitor
+ #substituteInPlace dde-shutdown/view/contentwidget.cpp --replace "/usr/bin/deepin-system-monitor" "$ {deepin-system-monitor}/bin/deepin-system-monitor"
+
+ substituteInPlace dde-offline-upgrader/main.cpp --replace "dbus-send" "${dbus}/bin/dbus-send"
+ substituteInPlace dde-osd/kblayoutindicator.cpp --replace "dbus-send" "${dbus}/bin/dbus-send"
+ substituteInPlace dde-shutdown/view/contentwidget.cpp --replace "/usr/share/backgrounds/deepin" "${deepin-wallpapers}/share/backgrounds/deepin"
+ substituteInPlace dde-welcome/mainwidget.cpp --replace "dbus-send" "${dbus}/bin/dbus-send"
+ substituteInPlace dmemory-warning-dialog/src/buttondelegate.cpp --replace "dbus-send" "${dbus}/bin/dbus-send"
+ substituteInPlace dmemory-warning-dialog/src/buttondelegate.cpp --replace "kill" "${utillinux}/bin/dbus-send"
+ substituteInPlace global_util/xkbparser.h --replace "/usr/share/X11/xkb/rules/base.xml" "${xkeyboard_config}/share/X11/xkb/rules/base.xml"
+ substituteInPlace lightdm-deepin-greeter/deepin-greeter --replace "/etc/deepin/greeters.d" "$out/etc/deepin/greeters.d"
+ substituteInPlace lightdm-deepin-greeter/main.cpp --replace "/usr/share/icons/deepin" "${deepin-icon-theme}/share/icons/deepin"
+ substituteInPlace lightdm-deepin-greeter/scripts/00-xrandr --replace "egrep" "${gnugrep}/bin/egrep"
+ substituteInPlace lightdm-deepin-greeter/scripts/00-xrandr --replace "xrandr" "${xrandr}/bin/xrandr"
+ substituteInPlace lightdm-deepin-greeter/scripts/lightdm-deepin-greeter --replace "/usr/bin/lightdm-deepin-greeter" "$out/bin/lightdm-deepin-greeter"
+ substituteInPlace session-ui-guardien/guardien.cpp --replace "dde-lock" "$out/bin/dde-lock"
+ substituteInPlace session-ui-guardien/guardien.cpp --replace "dde-shutdown" "$out/bin/dde-shutdown"
+ substituteInPlace session-widgets/lockworker.cpp --replace "dde-switchtogreeter" "$out/bin/dde-switchtogreeter"
+ substituteInPlace session-widgets/lockworker.cpp --replace "which" "${which}/bin/which"
+ substituteInPlace session-widgets/userinfo.cpp --replace "/usr/share/wallpapers/deepin" "${deepin-wallpapers}/share/wallpapers/deepin"
+ substituteInPlace widgets/fullscreenbackground.cpp --replace "/usr/share/wallpapers/deepin" "${deepin-wallpapers}/share/wallpapers/deepin"
+ substituteInPlace widgets/kblayoutwidget.cpp --replace "setxkbmap" "${setxkbmap}/bin/setxkbmap"
+ substituteInPlace widgets/virtualkbinstance.cpp --replace "onboard" "${onboard}/bin/onboard"
+
# fix default background url
- sed -i widgets/*.cpp boxframe/*.cpp -e 's,/usr/share/backgrounds/default_background.jpg,/usr/share/backgrounds/deepin/desktop.jpg,'
+ substituteInPlace widgets/fullscreenbackground.cpp --replace "/usr/share/backgrounds/default_background.jpg" "${deepin-wallpapers}/share/backgrounds/deepin/desktop.jpg"
+
+ # NOTES
+ # - on deepin linux /usr/share/icons/default/index.theme is controlled by alternatives, without an equivalent mechanism in NixOS
+ # - do not wrap dde-dman-portal related files: it appears it has been removed: https://github.com/linuxdeepin/dde-session-ui/commit/3bd028cf135ad22c784c0146e447ef34a69af768
+ '';
+
+ postFixup = ''
+ # wrapGAppsHook does not work with binaries outside of $out/bin or $out/libexec
+ for binary in $out/lib/deepin-daemon/*; do
+ wrapProgram $binary "''${qtWrapperArgs[@]}"
+ done
+
+ searchHardCodedPaths $out # debugging
'';
passthru.updateScript = deepin.updateScript { inherit name; };
diff --git a/pkgs/desktops/deepin/deepin-anything/default.nix b/pkgs/desktops/deepin/deepin-anything/default.nix
index 39e3a66af5e..c768fa60ce7 100644
--- a/pkgs/desktops/deepin/deepin-anything/default.nix
+++ b/pkgs/desktops/deepin/deepin-anything/default.nix
@@ -1,16 +1,16 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qtbase, udisks2-qt5, utillinux,
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qtbase, udisks2-qt5, utillinux,
dtkcore, deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-anything";
- version = "0.0.7";
+ version = "0.1.0";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1qggqjjqz2y51pag0v5qniv6763mgrmzjmr7248xx2paw3a923vk";
+ sha256 = "1kvyffrii4b012f6ld1ih14qrn7gg5cxbdpbkac0wxb22hnz0azm";
};
outputs = [ "out" "modsrc" ];
diff --git a/pkgs/desktops/deepin/deepin-calculator/default.nix b/pkgs/desktops/deepin/deepin-calculator/default.nix
new file mode 100644
index 00000000000..51f0b666cb1
--- /dev/null
+++ b/pkgs/desktops/deepin/deepin-calculator/default.nix
@@ -0,0 +1,49 @@
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake, qttools, qtsvg, dtkcore,
+ dtkwidget, deepin }:
+
+mkDerivation rec {
+ name = "${pname}-${version}";
+ pname = "deepin-calculator";
+ version = "1.0.11";
+
+ src = fetchFromGitHub {
+ owner = "linuxdeepin";
+ repo = pname;
+ rev = version;
+ sha256 = "10bfq0h8v0a8i46gcbsy79l194g8sc0ysg289ndrra209fhwlidq";
+ };
+
+ nativeBuildInputs = [
+ qmake
+ pkgconfig
+ qttools
+ deepin.setupHook
+ ];
+
+ buildInputs = [
+ dtkcore
+ dtkwidget
+ qtsvg
+ ];
+
+ postPatch = ''
+ searchHardCodedPaths # debugging
+ patchShebangs translate_generation.sh
+ fixPath $out /usr deepin-calculator.pro
+ substituteInPlace deepin-calculator.desktop --replace "Exec=deepin-calculator" "Exec=$out/bin/deepin-calculator"
+ '';
+
+ postFixup = ''
+ searchHardCodedPaths $out # debugging
+ '';
+
+ passthru.updateScript = deepin.updateScript { inherit name; };
+
+ meta = with stdenv.lib; {
+ description = "Easy to use calculator for Deepin Desktop Environment";
+ homepage = https://github.com/linuxdeepin/deepin-calculator;
+ license = licenses.gpl3;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ romildo ];
+ };
+}
diff --git a/pkgs/desktops/deepin/deepin-desktop-base/default.nix b/pkgs/desktops/deepin/deepin-desktop-base/default.nix
index 6e6d02f17e0..f43909f37dc 100644
--- a/pkgs/desktops/deepin/deepin-desktop-base/default.nix
+++ b/pkgs/desktops/deepin/deepin-desktop-base/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-desktop-base";
- version = "2019.04.24";
+ version = "2019.06.19";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "0mdfjkyjrccxlsg05mf80qcw8v5srlp80rvjkpnnbhfscq1fnpgn";
+ sha256 = "1r158x4z4qalv4q1ni3aln05krdzblvr7y6wyciwl7cr5ag1i1jy";
};
nativeBuildInputs = [ deepin.setupHook ];
diff --git a/pkgs/desktops/deepin/deepin-desktop-schemas/default.nix b/pkgs/desktops/deepin/deepin-desktop-schemas/default.nix
index f0a3d711a1d..5849bc78ac0 100644
--- a/pkgs/desktops/deepin/deepin-desktop-schemas/default.nix
+++ b/pkgs/desktops/deepin/deepin-desktop-schemas/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-desktop-schemas";
- version = "3.13.0";
+ version = "3.13.6";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "0bamjcpmsl8xhw3ksgl11wv5xwcdhrkl1namikfzc4an03sk1rdq";
+ sha256 = "03jqb47kjyb9b43m2yincfjn2i43ma1pn1hddyicrrpg937caa81";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/deepin/deepin-gtk-theme/default.nix b/pkgs/desktops/deepin/deepin-gtk-theme/default.nix
index e0657752d10..469a43efe32 100644
--- a/pkgs/desktops/deepin/deepin-gtk-theme/default.nix
+++ b/pkgs/desktops/deepin/deepin-gtk-theme/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-gtk-theme";
- version = "17.10.10";
+ version = "17.10.11";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = "deepin-gtk-theme";
rev = version;
- sha256 = "0vwly24cvjwhvda7g3l595vpf99d2z7b2zr0q5kna4df4iql7vn4";
+ sha256 = "0zs6mq70yd1k3d9zm3q6zxnw1md56r4imad5imdxwx58yxdx47fw";
};
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
diff --git a/pkgs/desktops/deepin/deepin-icon-theme/default.nix b/pkgs/desktops/deepin/deepin-icon-theme/default.nix
index 5976b7cb1af..c5cf9e9ad3a 100644
--- a/pkgs/desktops/deepin/deepin-icon-theme/default.nix
+++ b/pkgs/desktops/deepin/deepin-icon-theme/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-icon-theme";
- version = "15.12.69";
+ version = "15.12.71";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1y6r2as3acqkq8z1d44c82jfplihscmqc9fgpq1j0anznwcdj73k";
+ sha256 = "12rzzjp906np95ckbxrd4mb345lm198wz69kxy48f8q1zg78q8iw";
};
nativeBuildInputs = [ gtk3 xcursorgen ];
diff --git a/pkgs/desktops/deepin/deepin-image-viewer/default.nix b/pkgs/desktops/deepin/deepin-image-viewer/default.nix
index 54e9db4cb49..89ef6247504 100644
--- a/pkgs/desktops/deepin/deepin-image-viewer/default.nix
+++ b/pkgs/desktops/deepin/deepin-image-viewer/default.nix
@@ -1,18 +1,18 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qmake, qttools, qtsvg,
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake, qttools, qtsvg,
qtx11extras, dtkcore, dtkwidget, qt5integration, freeimage, libraw,
libexif, deepin
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-image-viewer";
- version = "1.3.13";
+ version = "1.3.17";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1ql3li63qiw92jx5jzmx3k115vdn3cjfysja3afjhmfngq1xibmj";
+ sha256 = "0hz4f1kqcycyvggwfzpkblhhha87rqd427hq0mf31jfh5x17ymnh";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/deepin/deepin-menu/default.nix b/pkgs/desktops/deepin/deepin-menu/default.nix
index 990c6a850ff..4292fb2d212 100644
--- a/pkgs/desktops/deepin/deepin-menu/default.nix
+++ b/pkgs/desktops/deepin/deepin-menu/default.nix
@@ -1,16 +1,16 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qmake, dtkcore, dtkwidget,
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake, dtkcore, dtkwidget,
qt5integration, deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-menu";
- version = "3.4.6";
+ version = "3.4.8";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1gxf3slqx1s15bjrds29sas7ah6kp8c4pjvzwipncyx6qfgczj2a";
+ sha256 = "09i0ybllymlj7s46pxma5py6x8nknfja4gxn5gj9kpf2c37qsqjc";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/deepin/deepin-metacity/default.nix b/pkgs/desktops/deepin/deepin-metacity/default.nix
index fdf2c240e2c..a4aede5857c 100644
--- a/pkgs/desktops/deepin/deepin-metacity/default.nix
+++ b/pkgs/desktops/deepin/deepin-metacity/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, pkgconfig, intltool, libtool, gnome3, glib,
gtk3, libgtop, bamf, json-glib, libcanberra-gtk3, libxkbcommon,
libstartup_notification, deepin-wallpapers, deepin-desktop-schemas,
- deepin }:
+ deepin, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
libtool
glib.dev
gnome3.gnome-common
+ wrapGAppsHook
];
buildInputs = [
diff --git a/pkgs/desktops/deepin/deepin-movie-reborn/default.nix b/pkgs/desktops/deepin/deepin-movie-reborn/default.nix
index ef47603f817..6e14f0fd804 100644
--- a/pkgs/desktops/deepin/deepin-movie-reborn/default.nix
+++ b/pkgs/desktops/deepin/deepin-movie-reborn/default.nix
@@ -1,17 +1,17 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, qttools, qtx11extras,
+{ stdenv, mkDerivation, fetchFromGitHub, cmake, pkgconfig, qttools, qtx11extras,
dtkcore, dtkwidget, ffmpeg, ffmpegthumbnailer, mpv, pulseaudio,
libdvdnav, libdvdread, xorg, deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-movie-reborn";
- version = "3.2.22.1";
+ version = "3.2.24";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1qh079j4c2n33z0ykv87af9vfkmdxxrv6dy54wdqdpr7vrhn89gb";
+ sha256 = "16mxym7dm6qk90q2w7xqm62047rq0lirrjmnnpaxshzaww9gngkh";
};
outputs = [ "out" "dev" ];
diff --git a/pkgs/desktops/deepin/deepin-screenshot/default.nix b/pkgs/desktops/deepin/deepin-screenshot/default.nix
index 9313b903c62..256744828db 100644
--- a/pkgs/desktops/deepin/deepin-screenshot/default.nix
+++ b/pkgs/desktops/deepin/deepin-screenshot/default.nix
@@ -1,17 +1,17 @@
-{ stdenv, fetchFromGitHub, fetchpatch, cmake, pkgconfig, xdg_utils, qttools, qtx11extras,
+{ stdenv, mkDerivation, fetchFromGitHub, fetchpatch, cmake, pkgconfig, xdg_utils, qttools, qtx11extras,
dtkcore, dtkwidget, dtkwm, deepin-turbo, deepin-shortcut-viewer,
deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-screenshot";
- version = "4.1.10";
+ version = "4.2.1";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "00zmmnvm5wv9fkc9fbqs23jsqs1mnr68afl4irj6y287ic0pj61i";
+ sha256 = "16wy1ywp4lm7fg488laqxgxpir745rbpj9z410r6x7krpgjds189";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/deepin/deepin-shortcut-viewer/default.nix b/pkgs/desktops/deepin/deepin-shortcut-viewer/default.nix
index 737c99261f9..8c482d53405 100644
--- a/pkgs/desktops/deepin/deepin-shortcut-viewer/default.nix
+++ b/pkgs/desktops/deepin/deepin-shortcut-viewer/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qmake, dtkcore, dtkwidget,
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake, dtkcore, dtkwidget,
qt5integration, deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-shortcut-viewer";
version = "1.3.5";
diff --git a/pkgs/desktops/deepin/deepin-terminal/default.nix b/pkgs/desktops/deepin/deepin-terminal/default.nix
index cbee49c0572..51156554f99 100644
--- a/pkgs/desktops/deepin/deepin-terminal/default.nix
+++ b/pkgs/desktops/deepin/deepin-terminal/default.nix
@@ -1,19 +1,19 @@
-{ stdenv, fetchurl, fetchFromGitHub, pkgconfig, cmake, ninja, vala,
+{ stdenv, fetchFromGitHub, pkgconfig, cmake, ninja, vala,
gettext, at-spi2-core, dbus, epoxy, expect, gtk3, json-glib,
libXdmcp, libgee, libpthreadstubs, librsvg, libsecret, libtasn1,
libxcb, libxkbcommon, p11-kit, pcre, vte, wnck, libselinux,
- libsepol, utillinux, deepin-menu, deepin-shortcut-viewer, deepin }:
+ libsepol, utillinux, deepin-menu, deepin-shortcut-viewer, deepin, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-terminal";
- version = "3.2.2.1";
+ version = "3.2.6";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = "deepin-terminal";
rev = version;
- sha256 = "08bhdd9q4aqy5yjbpqy918j63c3b2rrdqdkxh3fk258n1fm72gmw";
+ sha256 = "09s5gvzfxfb353kb61x1b6z3h2aqgln3s3mah3f3zkf5y8hrp2pj";
};
nativeBuildInputs = [
@@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
gettext
libselinux libsepol utillinux # required by gio
deepin.setupHook
+ wrapGAppsHook
];
buildInputs = [
diff --git a/pkgs/desktops/deepin/deepin-turbo/default.nix b/pkgs/desktops/deepin/deepin-turbo/default.nix
index d5702a55d90..1fe930ea490 100644
--- a/pkgs/desktops/deepin/deepin-turbo/default.nix
+++ b/pkgs/desktops/deepin/deepin-turbo/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, qtbase, deepin }:
+{ stdenv, mkDerivation, fetchFromGitHub, cmake, pkgconfig, qtbase, deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-turbo";
version = "0.0.3";
diff --git a/pkgs/desktops/deepin/default.nix b/pkgs/desktops/deepin/default.nix
index 49114330f13..5d68396a498 100644
--- a/pkgs/desktops/deepin/default.nix
+++ b/pkgs/desktops/deepin/default.nix
@@ -9,14 +9,17 @@ let
dbus-factory = callPackage ./dbus-factory { };
dde-api = callPackage ./dde-api { };
dde-calendar = callPackage ./dde-calendar { };
+ dde-control-center = callPackage ./dde-control-center { };
dde-daemon = callPackage ./dde-daemon { };
dde-dock = callPackage ./dde-dock { };
dde-file-manager = callPackage ./dde-file-manager { };
+ dde-launcher = callPackage ./dde-launcher { };
dde-network-utils = callPackage ./dde-network-utils { };
dde-polkit-agent = callPackage ./dde-polkit-agent { };
dde-qt-dbus-factory = callPackage ./dde-qt-dbus-factory { };
dde-session-ui = callPackage ./dde-session-ui { };
deepin-anything = callPackage ./deepin-anything { };
+ deepin-calculator = callPackage ./deepin-calculator { };
deepin-desktop-base = callPackage ./deepin-desktop-base { };
deepin-desktop-schemas = callPackage ./deepin-desktop-schemas { };
deepin-gettext-tools = callPackage ./deepin-gettext-tools { };
diff --git a/pkgs/desktops/deepin/dtkcore/default.nix b/pkgs/desktops/deepin/dtkcore/default.nix
index 15e2c8be799..2a527e3cc19 100644
--- a/pkgs/desktops/deepin/dtkcore/default.nix
+++ b/pkgs/desktops/deepin/dtkcore/default.nix
@@ -1,15 +1,15 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qmake, gsettings-qt, pythonPackages, deepin }:
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake, gsettings-qt, pythonPackages, deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "dtkcore";
- version = "2.0.12.1";
+ version = "2.0.14";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1akfzkdhgsndm6rlr7snhpznxj0w351v6rr8vvnr6ka2dw75xsl4";
+ sha256 = "0yc6zx8rhzg9mj2brggcsr1jy1pzfvgqy1h305y2dwnx5haazd04";
};
nativeBuildInputs = [
@@ -30,7 +30,10 @@ stdenv.mkDerivation rec {
sed -i tools/script/dtk-translate.py -e "s,#!env,#!/usr/bin/env,"
'';
- qmakeFlags = [ "MKSPECS_INSTALL_DIR=${placeholder "out"}/mkspecs" ];
+ qmakeFlags = [
+ "DTK_VERSION=${version}"
+ "MKSPECS_INSTALL_DIR=${placeholder "out"}/mkspecs"
+ ];
postFixup = ''
chmod +x $out/lib/dtk2/*.py
diff --git a/pkgs/desktops/deepin/dtkwidget/default.nix b/pkgs/desktops/deepin/dtkwidget/default.nix
index ff92ced6e7a..8487509e73b 100644
--- a/pkgs/desktops/deepin/dtkwidget/default.nix
+++ b/pkgs/desktops/deepin/dtkwidget/default.nix
@@ -1,17 +1,17 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qmake, qttools, qtmultimedia,
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake, qttools, qtmultimedia,
qtsvg, qtx11extras, librsvg, libstartup_notification, gsettings-qt,
dde-qt-dbus-factory, dtkcore, deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "dtkwidget";
- version = "2.0.12.3";
+ version = "2.0.14";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "0z71il09gj1frkxfw3av97szh17spr6ss1k07l0prk1s1wm7yyfr";
+ sha256 = "11ws0rl7rhlgwbqd4nqpqxhngf4lcyfrrdq33wzxwdlk33d69i1h";
};
nativeBuildInputs = [
@@ -31,12 +31,13 @@ stdenv.mkDerivation rec {
dtkcore
];
- preConfigure = ''
- qmakeFlags="$qmakeFlags \
- INCLUDE_INSTALL_DIR=$out/include \
- LIB_INSTALL_DIR=$out/lib \
- QT_HOST_DATA=$out"
- '';
+ outRef = placeholder "out";
+
+ qmakeFlags = [
+ "INCLUDE_INSTALL_DIR=${outRef}/include"
+ "LIB_INSTALL_DIR=${outRef}/lib"
+ "QT_HOST_DATA=${outRef}"
+ ];
enableParallelBuilding = true;
diff --git a/pkgs/desktops/deepin/dtkwm/default.nix b/pkgs/desktops/deepin/dtkwm/default.nix
index c0834ace8f8..c05eedd8857 100644
--- a/pkgs/desktops/deepin/dtkwm/default.nix
+++ b/pkgs/desktops/deepin/dtkwm/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qmake, qtx11extras, dtkcore,
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake, qtx11extras, dtkcore,
deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "dtkwm";
version = "2.0.11";
@@ -23,12 +23,13 @@ stdenv.mkDerivation rec {
qtx11extras
];
- preConfigure = ''
- qmakeFlags="$qmakeFlags \
- QT_HOST_DATA=$out \
- INCLUDE_INSTALL_DIR=$out/include \
- LIB_INSTALL_DIR=$out/lib"
- '';
+ outRef = placeholder "out";
+
+ qmakeFlags = [
+ "QT_HOST_DATA=${outRef}"
+ "INCLUDE_INSTALL_DIR=${outRef}/include"
+ "LIB_INSTALL_DIR=${outRef}/lib"
+ ];
passthru.updateScript = deepin.updateScript { inherit name; };
diff --git a/pkgs/desktops/deepin/go-dbus-factory/default.nix b/pkgs/desktops/deepin/go-dbus-factory/default.nix
index 5d526017f8d..044d5e2a2ea 100644
--- a/pkgs/desktops/deepin/go-dbus-factory/default.nix
+++ b/pkgs/desktops/deepin/go-dbus-factory/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "go-dbus-factory";
- version = "0.7.0";
+ version = "0.9.0";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "080bcwbq00d91iazgl59cp5ra2x6xkhnc41ipvglvrkibq9zi1a4";
+ sha256 = "06fqyad9f50gcjsjkh7929yyaprahdjhnd0dr4gl2797a7wysl3f";
};
makeFlags = [ "PREFIX=${placeholder ''out''}" ];
diff --git a/pkgs/desktops/deepin/go-gir-generator/default.nix b/pkgs/desktops/deepin/go-gir-generator/default.nix
index aef87f04b12..4b79969970a 100644
--- a/pkgs/desktops/deepin/go-gir-generator/default.nix
+++ b/pkgs/desktops/deepin/go-gir-generator/default.nix
@@ -1,16 +1,16 @@
{ stdenv, fetchFromGitHub, pkgconfig, go, gobject-introspection,
- libgudev, deepin, fetchurl }:
+ libgudev, deepin }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "go-gir-generator";
- version = "2.0.1";
+ version = "2.0.2";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "0jdhfnwrpp77893zxljr453w23kahqsdpd8a8i5jp6pyvkdm816j";
+ sha256 = "1ydzll8zlk897iqcihvv6p046p0rzr4qqz2drmz2nx95njp8n03a";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/deepin/go-lib/default.nix b/pkgs/desktops/deepin/go-lib/default.nix
index a6282b979f7..6f3a851eb2f 100644
--- a/pkgs/desktops/deepin/go-lib/default.nix
+++ b/pkgs/desktops/deepin/go-lib/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, glib, xorg, gdk_pixbuf, pulseaudio,
+{ stdenv, fetchFromGitHub, glib, xorg, gdk-pixbuf, pulseaudio,
mobile-broadband-provider-info, deepin }:
stdenv.mkDerivation rec {
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
xorg.libX11
- gdk_pixbuf
+ gdk-pixbuf
pulseaudio
mobile-broadband-provider-info
];
diff --git a/pkgs/desktops/deepin/qcef/default.nix b/pkgs/desktops/deepin/qcef/default.nix
index f7019339882..b275174fa9f 100644
--- a/pkgs/desktops/deepin/qcef/default.nix
+++ b/pkgs/desktops/deepin/qcef/default.nix
@@ -1,9 +1,8 @@
-{ stdenv, fetchFromGitHub, pkgconfig, cmake, qtbase, qttools,
- qtwebchannel, qtx11extras, dtkcore, dtkwidget, qt5integration,
- libXScrnSaver, gnome2, nss, nspr, alsaLib, atk, cairo, cups, dbus,
- expat, fontconfig, gdk_pixbuf, glib, gtk2, libX11, libXcomposite,
- libXcursor, libXdamage, libXext, libXfixes, libXi, libXrandr,
- libXrender, libXtst, libxcb, pango, pulseaudio, xorg, deepin }:
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, cmake, qtbase, qttools,
+ qtwebchannel, qtx11extras,
+ gnome2, nss, nspr, alsaLib, atk, cairo, cups, dbus,
+ expat, fontconfig, gdk-pixbuf, glib, gtk2,
+ libxcb, pango, pulseaudio, xorg, deepin }:
let
rpahtLibraries = [
@@ -15,7 +14,7 @@ let
dbus
expat
fontconfig
- gdk_pixbuf
+ gdk-pixbuf
glib
gnome2.GConf
gtk2
@@ -39,7 +38,7 @@ let
libPath = stdenv.lib.makeLibraryPath rpahtLibraries;
in
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "qcef";
version = "1.1.6";
diff --git a/pkgs/desktops/deepin/qt5dxcb-plugin/default.nix b/pkgs/desktops/deepin/qt5dxcb-plugin/default.nix
index ee597184381..f2e6eb0d123 100644
--- a/pkgs/desktops/deepin/qt5dxcb-plugin/default.nix
+++ b/pkgs/desktops/deepin/qt5dxcb-plugin/default.nix
@@ -1,16 +1,16 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qmake, qtx11extras, libSM,
- mtdev, cairo, deepin }:
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake, qtx11extras, libSM,
+ mtdev, cairo, deepin, qtbase }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "qt5dxcb-plugin";
- version = "1.1.27";
+ version = "1.2.2";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1hs7r17qsqn3hgfjd0scagpj1dqys7i1507vxadfac4h1ahyxaz7";
+ sha256 = "1zvab6qxdr49pmk6mbk7s0md7bx585p32lca0xbg8mrkajz7g8rq";
};
nativeBuildInputs = [
@@ -25,9 +25,9 @@ stdenv.mkDerivation rec {
cairo
];
- preConfigure = ''
- qmakeFlags="$qmakeFlags INSTALL_PATH=$out/$qtPluginPrefix/platforms"
- '';
+ qmakeFlags = [
+ "INSTALL_PATH=${placeholder ''out''}/${qtbase.qtPluginPrefix}/platforms"
+ ];
enableParallelBuilding = true;
diff --git a/pkgs/desktops/deepin/qt5integration/default.nix b/pkgs/desktops/deepin/qt5integration/default.nix
index 55084ed9484..8302e701b38 100644
--- a/pkgs/desktops/deepin/qt5integration/default.nix
+++ b/pkgs/desktops/deepin/qt5integration/default.nix
@@ -1,17 +1,17 @@
-{ stdenv, fetchFromGitHub, pkgconfig, qmake, mtdev, gsettings-qt ,
- lxqt, qtx11extras, qtmultimedia, qtsvg, fontconfig, freetype ,
+{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake, mtdev,
+ lxqt, qtx11extras, qtmultimedia, qtsvg,
qt5dxcb-plugin, qtstyleplugins, dtkcore, dtkwidget, deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "qt5integration";
- version = "0.3.11";
+ version = "0.3.12";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
- sha256 = "1p3bnjy449vy5mpxassjv6sr2dp887gsss000szk5s0p1agmydxq";
+ sha256 = "140wb3vcm2ji8jhqdxv8f4shiknia1zk8fssqlp09kzc1cmb4ncy";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/deepin/udisks2-qt5/default.nix b/pkgs/desktops/deepin/udisks2-qt5/default.nix
index f4dae779061..e7f735a4256 100644
--- a/pkgs/desktops/deepin/udisks2-qt5/default.nix
+++ b/pkgs/desktops/deepin/udisks2-qt5/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, qmake, qtbase, pkgconfig, deepin }:
+{ stdenv, mkDerivation, fetchFromGitHub, qmake, qtbase, deepin }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "udisks2-qt5";
version = "0.0.1";
diff --git a/pkgs/desktops/enlightenment/default.nix b/pkgs/desktops/enlightenment/default.nix
index a8b5e08abd6..8d0fed6b3d8 100644
--- a/pkgs/desktops/enlightenment/default.nix
+++ b/pkgs/desktops/enlightenment/default.nix
@@ -1,7 +1,9 @@
{ callPackage, pkgs }:
rec {
#### CORE EFL
- efl = callPackage ./efl.nix { openjpeg = pkgs.openjpeg_1; };
+ efl = callPackage ./efl.nix {
+ openjpeg = pkgs.openjpeg_1;
+ };
#### WINDOW MANAGER
enlightenment = callPackage ./enlightenment.nix { };
diff --git a/pkgs/desktops/enlightenment/econnman.nix b/pkgs/desktops/enlightenment/econnman.nix
index 60e63dc68ed..8e73682065d 100644
--- a/pkgs/desktops/enlightenment/econnman.nix
+++ b/pkgs/desktops/enlightenment/econnman.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A user interface for the connman network connection manager";
- homepage = http://enlightenment.org/;
+ homepage = https://enlightenment.org/;
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx ];
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl3;
diff --git a/pkgs/desktops/enlightenment/efl.nix b/pkgs/desktops/enlightenment/efl.nix
index 5545142fdc3..a7f5eaf6339 100644
--- a/pkgs/desktops/enlightenment/efl.nix
+++ b/pkgs/desktops/enlightenment/efl.nix
@@ -3,7 +3,7 @@
, libsndfile, xorg, libdrm, libxkbcommon, udev, utillinux, bullet, luajit
, python27Packages, openjpeg, doxygen, expat, harfbuzz, jbig2dec, librsvg
, dbus, alsaLib, poppler, ghostscript, libraw, libspectre, xineLib, libwebp
-, curl, libinput, systemd, mesa_noglu, writeText, gtk3
+, curl, libinput, systemd, mesa, writeText, gtk3
}:
stdenv.mkDerivation rec {
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig gtk3 ];
- buildInputs = [ openssl zlib lz4 freetype fontconfig SDL libGL mesa_noglu
+ buildInputs = [ openssl zlib lz4 freetype fontconfig SDL libGL mesa
giflib libpng libtiff glib gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
gst_all_1.gst-libav libpulseaudio libsndfile xorg.libXcursor xorg.xorgproto
xorg.libX11 udev systemd ];
@@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Enlightenment foundation libraries";
- homepage = http://enlightenment.org/;
+ homepage = https://enlightenment.org/;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl3;
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx ];
diff --git a/pkgs/desktops/enlightenment/enlightenment.nix b/pkgs/desktops/enlightenment/enlightenment.nix
index 8edf702a24c..07aac3d611b 100644
--- a/pkgs/desktops/enlightenment/enlightenment.nix
+++ b/pkgs/desktops/enlightenment/enlightenment.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, efl,
xcbutilkeysyms, libXrandr, libXdmcp, libxcb, libffi, pam, alsaLib,
- luajit, bzip2, libpthreadstubs, gdbm, libcap, mesa_noglu,
+ luajit, bzip2, libpthreadstubs, gdbm, libcap, mesa,
xkeyboard_config, pcre
}:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
libpthreadstubs
gdbm
pcre
- mesa_noglu
+ mesa
xkeyboard_config
] ++
stdenv.lib.optionals stdenv.isLinux [ libcap ];
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
# installer to try to do this, the file $out/e-wrappers.nix is created,
# containing the needed configuration for wrapping those programs. It
# can be used in the enlightenment module. The idea is:
- #
+ #
# 1) rename the original binary adding the extension .orig
# 2) wrap the renamed binary at /run/wrappers/bin/
# 3) create a new symbolic link using the original binary name (in the
diff --git a/pkgs/desktops/enlightenment/ephoto.nix b/pkgs/desktops/enlightenment/ephoto.nix
index ad4620d4f45..409b3f7bb8d 100644
--- a/pkgs/desktops/enlightenment/ephoto.nix
+++ b/pkgs/desktops/enlightenment/ephoto.nix
@@ -1,9 +1,9 @@
-{ stdenv, fetchurl, pkgconfig, efl, pcre, mesa_noglu, makeWrapper }:
+{ stdenv, fetchurl, pkgconfig, efl, pcre, mesa, makeWrapper }:
stdenv.mkDerivation rec {
name = "ephoto-${version}";
version = "1.5";
-
+
src = fetchurl {
url = "http://www.smhouston.us/stuff/${name}.tar.gz";
sha256 = "09kraa5zz45728h2dw1ssh23b87j01bkfzf977m48y1r507sy3vb";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
(pkgconfig.override { vanilla = true; })
- mesa_noglu.dev # otherwise pkg-config does not find gbm
+ mesa.dev # otherwise pkg-config does not find gbm
makeWrapper
];
diff --git a/pkgs/desktops/enlightenment/rage.nix b/pkgs/desktops/enlightenment/rage.nix
index e7dfb5ca398..a1de3f95131 100644
--- a/pkgs/desktops/enlightenment/rage.nix
+++ b/pkgs/desktops/enlightenment/rage.nix
@@ -1,9 +1,9 @@
-{ stdenv, fetchurl, meson, ninja, pkgconfig, efl, gst_all_1, pcre, mesa_noglu, wrapGAppsHook }:
+{ stdenv, fetchurl, meson, ninja, pkgconfig, efl, gst_all_1, pcre, mesa, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "rage-${version}";
version = "0.3.0";
-
+
src = fetchurl {
url = "http://download.enlightenment.org/rel/apps/rage/${name}.tar.xz";
sha256 = "0gfzdd4jg78bkmj61yg49w7bzspl5m1nh6agqgs8k7qrq9q26xqy";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meson
ninja
(pkgconfig.override { vanilla = true; })
- mesa_noglu.dev
+ mesa.dev
wrapGAppsHook
];
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Video + Audio player along the lines of mplayer";
- homepage = http://enlightenment.org/;
+ homepage = https://enlightenment.org/;
maintainers = with stdenv.lib.maintainers; [ matejc ftrvxmtrx romildo ];
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.bsd2;
diff --git a/pkgs/desktops/enlightenment/terminology.nix b/pkgs/desktops/enlightenment/terminology.nix
index a2cd8ee192d..52f0ff15e23 100644
--- a/pkgs/desktops/enlightenment/terminology.nix
+++ b/pkgs/desktops/enlightenment/terminology.nix
@@ -1,12 +1,12 @@
-{ stdenv, fetchurl, meson, ninja, pkgconfig, efl, pcre, mesa_noglu, makeWrapper }:
+{ stdenv, fetchurl, meson, ninja, pkgconfig, efl, pcre, mesa, makeWrapper }:
stdenv.mkDerivation rec {
pname = "terminology";
- version = "1.4.1";
+ version = "1.5.0";
src = fetchurl {
url = "http://download.enlightenment.org/rel/apps/${pname}/${pname}-${version}.tar.xz";
- sha256 = "0mm9v5a94369is3kaarnr3a28wy42wslzi1mcisaidlcldgv7f6p";
+ sha256 = "0v4amfg8ji0mb6j7kcxh3wz1xw5zyxg4rw6ylx17rfw2nc1yamfy";
};
nativeBuildInputs = [
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
buildInputs = [
efl
pcre
- mesa_noglu
+ mesa
];
meta = {
diff --git a/pkgs/desktops/gnome-2/default.nix b/pkgs/desktops/gnome-2/default.nix
index 95e6d0f12b0..16828f08bc2 100644
--- a/pkgs/desktops/gnome-2/default.nix
+++ b/pkgs/desktops/gnome-2/default.nix
@@ -37,7 +37,9 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome_python_desktop = callPackage ./bindings/gnome-python-desktop { };
- gnome_vfs = callPackage ./platform/gnome-vfs { };
+ gnome_vfs = callPackage ./platform/gnome-vfs {
+ openssl = pkgs.openssl_1_0_2;
+ };
libgnome = callPackage ./platform/libgnome { };
diff --git a/pkgs/desktops/gnome-2/platform/gtkhtml/4.x.nix b/pkgs/desktops/gnome-2/platform/gtkhtml/4.x.nix
index f38ad7f2491..3ea04048acc 100644
--- a/pkgs/desktops/gnome-2/platform/gtkhtml/4.x.nix
+++ b/pkgs/desktops/gnome-2/platform/gtkhtml/4.x.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, gtk3, intltool, fetchpatch
+{ stdenv, fetchurl, pkgconfig, gtk3, intltool
, GConf, enchant, isocodes, gnome_icon_theme, gsettings-desktop-schemas }:
stdenv.mkDerivation rec {
diff --git a/pkgs/desktops/gnome-3/apps/accerciser/default.nix b/pkgs/desktops/gnome-3/apps/accerciser/default.nix
index f7d22220e64..9a70319952c 100644
--- a/pkgs/desktops/gnome-3/apps/accerciser/default.nix
+++ b/pkgs/desktops/gnome-3/apps/accerciser/default.nix
@@ -3,7 +3,6 @@
, pkgconfig
, gnome3
, gtk3
-, glib
, wrapGAppsHook
, gobject-introspection
, itstool
@@ -18,13 +17,13 @@
python3.pkgs.buildPythonApplication rec {
name = "accerciser-${version}";
- version = "3.32.2";
+ version = "3.32.3";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/accerciser/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "05ssj8whzhf98lpcaca7m45h03g0wx0i8jlsrh3yn943mshzidy8";
+ sha256 = "0ark4qkfvdggz2mbksq12iq55izdsjnkjqkvfnnkf4k5vfpa95y5";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/gnome-3/apps/cheese/default.nix b/pkgs/desktops/gnome-3/apps/cheese/default.nix
index 4e5595385b4..f21e81237b2 100644
--- a/pkgs/desktops/gnome-3/apps/cheese/default.nix
+++ b/pkgs/desktops/gnome-3/apps/cheese/default.nix
@@ -2,7 +2,7 @@
, pkgconfig, gtk3, glib, clutter-gtk, clutter-gst, udev, gst_all_1, itstool
, libgudev, autoreconfHook, vala, docbook_xml_dtd_43, docbook_xsl, appstream-glib
, libxslt, yelp-tools, gnome-common, gtk-doc
-, adwaita-icon-theme, librsvg, totem, gdk_pixbuf, gnome3, gnome-desktop, libxml2 }:
+, adwaita-icon-theme, librsvg, totem, gdk-pixbuf, gnome3, gnome-desktop, libxml2 }:
stdenv.mkDerivation rec {
name = "cheese-${version}";
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
autoreconfHook gtk-doc yelp-tools gnome-common
];
buildInputs = [ gtk3 glib gnome-video-effects
- gdk_pixbuf adwaita-icon-theme librsvg udev gst_all_1.gstreamer
+ gdk-pixbuf adwaita-icon-theme librsvg udev gst_all_1.gstreamer
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gnome-desktop
gst_all_1.gst-plugins-bad clutter-gtk clutter-gst
libcanberra-gtk3 libgudev ];
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
# vp8enc preset
--prefix GST_PRESET_PATH : "${gst_all_1.gst-plugins-good}/share/gstreamer-1.0/presets"
# Thumbnailers
- --prefix XDG_DATA_DIRS : "${gdk_pixbuf}/share"
+ --prefix XDG_DATA_DIRS : "${gdk-pixbuf}/share"
--prefix XDG_DATA_DIRS : "${totem}/share"
)
'';
diff --git a/pkgs/desktops/gnome-3/apps/evolution/default.nix b/pkgs/desktops/gnome-3/apps/evolution/default.nix
index 83202a75c26..2061fc26607 100644
--- a/pkgs/desktops/gnome-3/apps/evolution/default.nix
+++ b/pkgs/desktops/gnome-3/apps/evolution/default.nix
@@ -1,41 +1,111 @@
-{ stdenv, cmake, ninja, intltool, fetchurl, libxml2, webkitgtk, highlight
-, pkgconfig, gtk3, glib, libnotify, gtkspell3, evolution-data-server
-, adwaita-icon-theme, gnome-desktop, libgdata
-, libgweather, glib-networking, gsettings-desktop-schemas
-, wrapGAppsHook, itstool, shared-mime-info, libical, db, gcr, sqlite
-, gnome3, librsvg, gdk_pixbuf, libsecret, nss, nspr, icu
-, libcanberra-gtk3, bogofilter, gst_all_1, procps, p11-kit, openldap }:
+{ stdenv
+, cmake
+, ninja
+, intltool
+, fetchurl
+, libxml2
+, webkitgtk
+, highlight
+, pkgconfig
+, gtk3
+, glib
+, libnotify
+, gtkspell3
+, evolution-data-server
+, adwaita-icon-theme
+, gnome-desktop
+, libgdata
+, libgweather
+, glib-networking
+, gsettings-desktop-schemas
+, wrapGAppsHook
+, itstool
+, shared-mime-info
+, libical
+, db
+, gcr
+, sqlite
+, gnome3
+, librsvg
+, gdk-pixbuf
+, libsecret
+, nss
+, nspr
+, icu
+, libcanberra-gtk3
+, bogofilter
+, gst_all_1
+, procps
+, p11-kit
+, openldap
+}:
-let
- version = "3.32.2";
-in stdenv.mkDerivation rec {
- name = "evolution-${version}";
+stdenv.mkDerivation rec {
+ pname = "evolution";
+ version = "3.32.4";
src = fetchurl {
- url = "mirror://gnome/sources/evolution/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1sb60zhdawza33zlp0n3hbd7mq43a4y09jmkphpnxdifypfkar55";
+ url = "mirror://gnome/sources/evolution/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
+ sha256 = "00hmmg4hfns8rq9rcilmy0gi1xkksld27lfbd9zmw2xw37wjmbqh";
};
- propagatedUserEnvPkgs = [ evolution-data-server ];
-
- buildInputs = [
- gtk3 glib gdk_pixbuf adwaita-icon-theme librsvg db icu
- evolution-data-server libsecret libical gcr
- webkitgtk shared-mime-info gnome-desktop gtkspell3
- libcanberra-gtk3 bogofilter libgdata sqlite
- gst_all_1.gstreamer gst_all_1.gst-plugins-base p11-kit
- nss nspr libnotify procps highlight libgweather
- gsettings-desktop-schemas
- glib-networking openldap
+ nativeBuildInputs = [
+ cmake
+ intltool
+ itstool
+ libxml2
+ ninja
+ pkgconfig
+ wrapGAppsHook
];
- nativeBuildInputs = [ cmake ninja intltool itstool libxml2 pkgconfig wrapGAppsHook ];
+ buildInputs = [
+ adwaita-icon-theme
+ bogofilter
+ db
+ evolution-data-server
+ gcr
+ gdk-pixbuf
+ glib
+ glib-networking
+ gnome-desktop
+ gsettings-desktop-schemas
+ gst_all_1.gst-plugins-base
+ gst_all_1.gstreamer
+ gtk3
+ gtkspell3
+ highlight
+ icu
+ libcanberra-gtk3
+ libgdata
+ libgweather
+ libical
+ libnotify
+ librsvg
+ libsecret
+ nspr
+ nss
+ openldap
+ p11-kit
+ procps
+ shared-mime-info
+ sqlite
+ webkitgtk
+ ];
+
+ propagatedUserEnvPkgs = [
+ evolution-data-server
+ ];
cmakeFlags = [
"-DENABLE_AUTOAR=OFF"
"-DENABLE_LIBCRYPTUI=OFF"
- "-DENABLE_YTNEF=OFF"
"-DENABLE_PST_IMPORT=OFF"
+ "-DENABLE_YTNEF=OFF"
+ ];
+
+ requiredSystemFeatures = [
+ "big-parallel"
];
doCheck = true;
@@ -49,8 +119,6 @@ in stdenv.mkDerivation rec {
PKG_CONFIG_LIBEDATASERVERUI_1_2_UIMODULEDIR = "${placeholder "out"}/lib/evolution-data-server/ui-modules";
- requiredSystemFeatures = [ "big-parallel" ];
-
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Evolution;
description = "Personal information management application that provides integrated mail, calendaring and address book functionality";
diff --git a/pkgs/desktops/gnome-3/apps/gedit/default.nix b/pkgs/desktops/gnome-3/apps/gedit/default.nix
index 532e8dcb0f0..2dcd265e2e4 100644
--- a/pkgs/desktops/gnome-3/apps/gedit/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gedit/default.nix
@@ -32,10 +32,6 @@ stdenv.mkDerivation rec {
patchShebangs plugins/externaltools/scripts/gedit-tool-merge.pl
'';
- mesonFlags = [
- "--buildtype=plain" # don't require git
- ];
-
# Reliably fails to generate gedit-file-browser-enum-types.h in time
enableParallelBuilding = false;
diff --git a/pkgs/desktops/gnome-3/apps/ghex/default.nix b/pkgs/desktops/gnome-3/apps/ghex/default.nix
index 388808b7d64..f776f4dbe5a 100644
--- a/pkgs/desktops/gnome-3/apps/ghex/default.nix
+++ b/pkgs/desktops/gnome-3/apps/ghex/default.nix
@@ -1,30 +1,86 @@
-{ stdenv, fetchurl, pkgconfig, gnome3, intltool, itstool, libxml2, gtk3,
- wrapGAppsHook }:
+{ stdenv
+, fetchurl
+, fetchpatch
+, pkgconfig
+, meson
+, ninja
+, python3
+, gnome3
+, hicolor-icon-theme
+, desktop-file-utils
+, appstream-glib
+, gettext
+, itstool
+, libxml2
+, gtk3
+, glib
+, atk
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- name = "ghex-${version}";
- version = "3.18.3";
+ pname = "ghex";
+ version = "3.18.4";
+
+ outputs = [ "out" "dev" ];
src = fetchurl {
- url = "mirror://gnome/sources/ghex/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "c67450f86f9c09c20768f1af36c11a66faf460ea00fbba628a9089a6804808d3";
+ url = "mirror://gnome/sources/ghex/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
+ sha256 = "1h1pjrr9wynclfykizqd78dbi785wjz6b63p31k87kjvzy8w3nf2";
};
- nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
+ nativeBuildInputs = [
+ desktop-file-utils
+ gettext
+ hicolor-icon-theme # for setup-hook
+ itstool
+ meson
+ ninja
+ pkgconfig
+ python3
+ wrapGAppsHook
+ ];
- buildInputs = [ gtk3 intltool itstool libxml2 ];
+ buildInputs = [
+ gtk3
+ atk
+ glib
+ ];
+
+ checkInputs = [
+ appstream-glib
+ desktop-file-utils
+ ];
+
+ patches = [
+ # Fixes for darwin. Drop in next release.
+ (fetchpatch {
+ url = "https://gitlab.gnome.org/GNOME/ghex/commit/b0af26666cd990d99076c242b2abb3efc6e98671.patch";
+ sha256 = "1zwdkgr2nqrn9q3ydyvrrpn5x55cdi747fhbq6mh6blp9cbrk9b5";
+ })
+ (fetchpatch {
+ url = "https://gitlab.gnome.org/GNOME/ghex/commit/cc8ef9e67b23604c402460010dc0b5dccb85391b.patch";
+ sha256 = "0j2165rfhlbrlzhmcnirqd5m89ljpz0n3nz20sxbwlc8h42zv36s";
+ })
+ ];
+
+ postPatch = ''
+ chmod +x meson_post_install.py
+ patchShebangs meson_post_install.py
+ '';
passthru = {
updateScript = gnome3.updateScript {
packageName = "ghex";
- attrPath = "gnome3.ghex";
+ attrPath = "gnome3.${pname}";
};
};
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Ghex;
description = "Hex editor for GNOME desktop environment";
- platforms = platforms.linux;
+ platforms = platforms.unix;
+ license = licenses.gpl2Plus;
maintainers = gnome3.maintainers;
};
}
diff --git a/pkgs/desktops/gnome-3/apps/glade/default.nix b/pkgs/desktops/gnome-3/apps/glade/default.nix
index e0078d5ae41..4424eb4a3fd 100644
--- a/pkgs/desktops/gnome-3/apps/glade/default.nix
+++ b/pkgs/desktops/gnome-3/apps/glade/default.nix
@@ -1,7 +1,7 @@
{ stdenv, intltool, fetchurl, python3
, pkgconfig, gtk3, glib, gobject-introspection
, wrapGAppsHook, itstool, libxml2, docbook_xsl
-, gnome3, gdk_pixbuf, libxslt, gsettings-desktop-schemas }:
+, gnome3, gdk-pixbuf, libxslt, gsettings-desktop-schemas }:
stdenv.mkDerivation rec {
name = "glade-${version}";
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk3 glib libxml2 python3 python3.pkgs.pygobject3
gsettings-desktop-schemas
- gdk_pixbuf gnome3.adwaita-icon-theme
+ gdk-pixbuf gnome3.adwaita-icon-theme
];
enableParallelBuilding = true;
diff --git a/pkgs/desktops/gnome-3/apps/gnome-books/default.nix b/pkgs/desktops/gnome-3/apps/gnome-books/default.nix
index b9fb2dc05a0..25ee957224c 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-books/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-books/default.nix
@@ -1,6 +1,6 @@
{ stdenv, meson, ninja, gettext, fetchurl, evince, gjs
, pkgconfig, gtk3, glib, tracker, tracker-miners, libxslt
-, webkitgtk, gnome-desktop, libgepub, gnome3, gdk_pixbuf
+, webkitgtk, gnome-desktop, libgepub, gnome3, gdk-pixbuf
, gsettings-desktop-schemas, adwaita-icon-theme, docbook_xsl
, docbook_xml_dtd_42, desktop-file-utils, python3
, gobject-introspection, wrapGAppsHook }:
@@ -14,10 +14,6 @@ stdenv.mkDerivation rec {
sha256 = "1wkcywcwwszj9mldr0lngczqdz7hys08rr1nd2k6rs8ykzs2z7m4";
};
- mesonFlags = [
- "--buildtype=plain"
- ];
-
nativeBuildInputs = [
meson ninja pkgconfig gettext libxslt desktop-file-utils
docbook_xsl docbook_xml_dtd_42 wrapGAppsHook python3
@@ -25,7 +21,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk3 glib gsettings-desktop-schemas
- gdk_pixbuf adwaita-icon-theme evince
+ gdk-pixbuf adwaita-icon-theme evince
webkitgtk gjs gobject-introspection tracker
tracker-miners gnome-desktop libgepub
];
diff --git a/pkgs/desktops/gnome-3/apps/gnome-boxes/default.nix b/pkgs/desktops/gnome-3/apps/gnome-boxes/default.nix
index 3b68bec7585..2a308a2da45 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-boxes/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-boxes/default.nix
@@ -2,7 +2,7 @@
, glib, gobject-introspection, libxml2, gtk3, gtk-vnc, freerdp, libvirt, spice-gtk, python3
, spice-protocol, libsoup, libosinfo, systemd, tracker, tracker-miners, vala
, libcap, yajl, gmp, gdbm, cyrus_sasl, gnome3, librsvg, desktop-file-utils
-, mtools, cdrkit, libcdio, libusb, libarchive, acl, libgudev, qemu, libsecret
+, mtools, cdrkit, libcdio, libusb, libarchive, acl, libgudev, libsecret
, libcap_ng, numactl, xen, libapparmor, json-glib, webkitgtk, vte
}:
@@ -36,7 +36,7 @@ in stdenv.mkDerivation rec {
];
preFixup = ''
- gappsWrapperArgs+=(--prefix PATH : "${stdenv.lib.makeBinPath [ mtools cdrkit libcdio qemu ]}")
+ gappsWrapperArgs+=(--prefix PATH : "${stdenv.lib.makeBinPath [ mtools cdrkit libcdio ]}")
'';
mesonFlags = [
diff --git a/pkgs/desktops/gnome-3/apps/gnome-characters/default.nix b/pkgs/desktops/gnome-3/apps/gnome-characters/default.nix
index c95d135e9e7..ac1e9ee85c0 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-characters/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-characters/default.nix
@@ -1,39 +1,80 @@
-{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, gnome3, glib, gtk3, pango, wrapGAppsHook, python3
-, gobject-introspection, gjs, libunistring, gsettings-desktop-schemas, adwaita-icon-theme, gnome-desktop }:
+{ stdenv
+, fetchurl
+, meson
+, ninja
+, pkgconfig
+, gettext
+, gnome3
+, glib
+, gtk3
+, pango
+, wrapGAppsHook
+, python3
+, gobject-introspection
+, gjs
+, libunistring
+, gsettings-desktop-schemas
+, adwaita-icon-theme
+, gnome-desktop
+}:
stdenv.mkDerivation rec {
- name = "gnome-characters-${version}";
+ pname = "gnome-characters";
version = "3.32.1";
src = fetchurl {
- url = "mirror://gnome/sources/gnome-characters/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
+ url = "mirror://gnome/sources/gnome-characters/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1mpg125x9k879ryg8xgbm9w1amx6b3iq9sqv7xfii7kzaanjb4js";
};
+ nativeBuildInputs = [
+ gettext
+ gobject-introspection
+ meson
+ ninja
+ pkgconfig
+ python3
+ wrapGAppsHook
+ ];
+
+
+ buildInputs = [
+ adwaita-icon-theme
+ gjs
+ glib
+ gnome-desktop # for typelib
+ gsettings-desktop-schemas
+ gtk3
+ libunistring
+ pango
+ ];
+
postPatch = ''
chmod +x meson_post_install.py # patchShebangs requires executable file
patchShebangs meson_post_install.py
'';
+ dontWrapGApps = true;
+
+ # Fixes https://github.com/NixOS/nixpkgs/issues/31168
+ postFixup = ''
+ for file in $out/share/org.gnome.Characters/org.gnome.Characters \
+ $out/share/org.gnome.Characters/org.gnome.Characters.BackgroundService
+ do
+ sed -e $"2iimports.package._findEffectiveEntryPointName = () => \'$(basename $file)\' " \
+ -i $file
+
+ wrapProgram $file "''${gappsWrapperArgs[@]}"
+ done
+ '';
+
passthru = {
updateScript = gnome3.updateScript {
- packageName = "gnome-characters";
- attrPath = "gnome3.gnome-characters";
+ packageName = pname;
+ attrPath = "gnome3.${pname}";
};
};
- nativeBuildInputs = [ meson ninja pkgconfig gettext wrapGAppsHook python3 gobject-introspection ];
- buildInputs = [
- glib gtk3 gjs pango gsettings-desktop-schemas
- adwaita-icon-theme libunistring
- # typelib
- gnome-desktop
- ];
-
- mesonFlags = [
- "-Ddbus_service_dir=${placeholder "out"}/share/dbus-1/services"
- ];
-
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Design/Apps/CharacterMap;
description = "Simple utility application to find and insert unusual characters";
diff --git a/pkgs/desktops/gnome-3/apps/gnome-clocks/default.nix b/pkgs/desktops/gnome-3/apps/gnome-clocks/default.nix
index f29f324f2ee..d2845bef2a1 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-clocks/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-clocks/default.nix
@@ -2,7 +2,7 @@
, meson, ninja, gettext, pkgconfig, wrapGAppsHook, itstool, desktop-file-utils
, vala, gobject-introspection, libxml2, gtk3, glib, gsound, sound-theme-freedesktop
, gsettings-desktop-schemas, adwaita-icon-theme, gnome-desktop, geocode-glib
-, gnome3, gdk_pixbuf, geoclue2, libgweather }:
+, gnome3, gdk-pixbuf, geoclue2, libgweather }:
stdenv.mkDerivation rec {
name = "gnome-clocks-${version}";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
gobject-introspection # for finding vapi files
];
buildInputs = [
- gtk3 glib gsettings-desktop-schemas gdk_pixbuf adwaita-icon-theme
+ gtk3 glib gsettings-desktop-schemas gdk-pixbuf adwaita-icon-theme
gnome-desktop geocode-glib geoclue2 libgweather gsound
];
diff --git a/pkgs/desktops/gnome-3/apps/gnome-documents/default.nix b/pkgs/desktops/gnome-3/apps/gnome-documents/default.nix
index 4491d60a5ad..e8796d49e9a 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-documents/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-documents/default.nix
@@ -1,8 +1,8 @@
-{ stdenv, meson, ninja, gettext, fetchurl, fetchpatch, evince, gjs
+{ stdenv, meson, ninja, gettext, fetchurl, evince, gjs
, pkgconfig, gtk3, glib, tracker, tracker-miners
, itstool, libxslt, webkitgtk, libgdata
, gnome-desktop, libzapojit, libgepub
-, gnome3, gdk_pixbuf, libsoup, docbook_xsl, docbook_xml_dtd_42
+, gnome3, gdk-pixbuf, libsoup, docbook_xsl, docbook_xml_dtd_42
, gobject-introspection, inkscape, poppler_utils
, desktop-file-utils, wrapGAppsHook, python3, gsettings-desktop-schemas }:
@@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Dgetting-started=true"
- "--buildtype=plain"
];
nativeBuildInputs = [
@@ -28,7 +27,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
gtk3 glib gsettings-desktop-schemas
- gdk_pixbuf gnome3.adwaita-icon-theme evince
+ gdk-pixbuf gnome3.adwaita-icon-theme evince
libsoup webkitgtk gjs gobject-introspection
tracker tracker-miners libgdata
gnome-desktop libzapojit libgepub
diff --git a/pkgs/desktops/gnome-3/apps/gnome-getting-started-docs/default.nix b/pkgs/desktops/gnome-3/apps/gnome-getting-started-docs/default.nix
index 37f2a859488..4c215d34729 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-getting-started-docs/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-getting-started-docs/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gnome-getting-started-docs-${version}";
- version = "3.32.1";
+ version = "3.32.2";
src = fetchurl {
url = "mirror://gnome/sources/gnome-getting-started-docs/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "0g4zaafj442gpir0hxv5hya37ax1ai40slls7sa2a02fdarilrjf";
+ sha256 = "1v4k465mlzrhgcdddzs6bmm0yliyrfx6jg3gh0s17a08i0w5rbwq";
};
passthru = {
diff --git a/pkgs/desktops/gnome-3/apps/gnome-maps/default.nix b/pkgs/desktops/gnome-3/apps/gnome-maps/default.nix
index 25faf2676b8..6011092c0e0 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-maps/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-maps/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, meson, ninja, gettext, python3, pkgconfig, gnome3, gtk3
-, gobject-introspection, gdk_pixbuf, librsvg, libgweather
+, gobject-introspection, gdk-pixbuf, librsvg, libgweather
, geoclue2, wrapGAppsHook, folks, libchamplain, gfbgraph, libsoup, gsettings-desktop-schemas
, webkitgtk, gjs, libgee, geocode-glib, evolution-data-server, gnome-online-accounts }:
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
gobject-introspection
gtk3 geoclue2 gjs libgee folks gfbgraph
geocode-glib libchamplain libsoup
- gdk_pixbuf librsvg libgweather
+ gdk-pixbuf librsvg libgweather
gsettings-desktop-schemas evolution-data-server
gnome-online-accounts gnome3.adwaita-icon-theme
webkitgtk
diff --git a/pkgs/desktops/gnome-3/apps/gnome-music/default.nix b/pkgs/desktops/gnome-3/apps/gnome-music/default.nix
index 1f1bfafb595..9b8c96729ad 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-music/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-music/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, meson, ninja, gettext, fetchurl, gdk_pixbuf, tracker
+{ stdenv, meson, ninja, gettext, fetchurl, gdk-pixbuf, tracker
, libxml2, python3, libnotify, wrapGAppsHook, libmediaart
, gobject-introspection, gnome-online-accounts, grilo, grilo-plugins
, pkgconfig, gtk3, glib, desktop-file-utils, appstream-glib
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = [ meson ninja gettext itstool pkgconfig libxml2 wrapGAppsHook desktop-file-utils appstream-glib gobject-introspection ];
buildInputs = with gst_all_1; [
gtk3 glib libmediaart gnome-online-accounts gobject-introspection
- gdk_pixbuf gnome3.adwaita-icon-theme python3
+ gdk-pixbuf gnome3.adwaita-icon-theme python3
grilo grilo-plugins libnotify libdazzle libsoup
gsettings-desktop-schemas tracker
gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly
diff --git a/pkgs/desktops/gnome-3/apps/gnome-notes/default.nix b/pkgs/desktops/gnome-3/apps/gnome-notes/default.nix
index 3a28b8635a1..4a34f12912f 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-notes/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-notes/default.nix
@@ -1,17 +1,17 @@
{ stdenv, meson, ninja, gettext, fetchurl, pkgconfig
, wrapGAppsHook, itstool, desktop-file-utils, python3
-, glib, gtk3, evolution-data-server
+, glib, gtk3, evolution-data-server, gnome-online-accounts
, libuuid, webkitgtk, zeitgeist
-, gnome3, libxml2, gsettings-desktop-schemas }:
+, gnome3, libxml2, gsettings-desktop-schemas, tracker }:
let
- version = "3.32.1";
+ version = "3.32.2";
in stdenv.mkDerivation rec {
name = "gnome-notes-${version}";
src = fetchurl {
url = "mirror://gnome/sources/bijiben/${stdenv.lib.versions.majorMinor version}/bijiben-${version}.tar.xz";
- sha256 = "02b7afg3ps0hxp5dkb4kv6315ydc2r6bxgk1kamwp581lc7ghd67";
+ sha256 = "0chm2fks7cpx3mycxzddpj6v9by203c3m1y6zns5ra43bspwafy2";
};
doCheck = true;
@@ -26,8 +26,8 @@ in stdenv.mkDerivation rec {
];
buildInputs = [
- glib gtk3 libuuid webkitgtk gnome3.tracker
- gnome3.gnome-online-accounts zeitgeist
+ glib gtk3 libuuid webkitgtk tracker
+ gnome-online-accounts zeitgeist
gsettings-desktop-schemas
evolution-data-server
gnome3.adwaita-icon-theme
diff --git a/pkgs/desktops/gnome-3/apps/gnome-photos/default.nix b/pkgs/desktops/gnome-3/apps/gnome-photos/default.nix
deleted file mode 100644
index 0a33a3bff55..00000000000
--- a/pkgs/desktops/gnome-3/apps/gnome-photos/default.nix
+++ /dev/null
@@ -1,60 +0,0 @@
-{ stdenv, gettext, fetchurl, libxml2, libgdata
-, pkgconfig, gtk3, glib, tracker, tracker-miners
-, itstool, gegl, babl, libdazzle, gfbgraph, grilo-plugins
-, grilo, gnome-online-accounts
-, desktop-file-utils, wrapGAppsHook
-, gnome3, gdk_pixbuf, gexiv2, geocode-glib
-, dleyna-renderer, dbus, meson, ninja, python3, gsettings-desktop-schemas }:
-
-let
- pname = "gnome-photos";
- version = "3.32.0";
-in stdenv.mkDerivation rec {
- name = "${pname}-${version}";
-
- src = fetchurl {
- url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "160vqmcqvyzby27wd2lzwzgbfl6jxxk7phhnqh9498r3clr73haj";
- };
-
- # doCheck = true;
-
- nativeBuildInputs = [
- pkgconfig gettext itstool meson ninja libxml2
- desktop-file-utils wrapGAppsHook python3
- ];
- buildInputs = [
- gtk3 glib gegl babl libgdata libdazzle
- gsettings-desktop-schemas
- gdk_pixbuf gnome3.adwaita-icon-theme
- gfbgraph grilo-plugins grilo
- gnome-online-accounts tracker
- gexiv2 geocode-glib dleyna-renderer
- tracker-miners # For 'org.freedesktop.Tracker.Miner.Files' GSettings schema
- dbus
- ];
-
- mesonFlags = [
- "--buildtype=plain" # don't do any git commands
- ];
-
- postPatch = ''
- chmod +x meson_post_install.py
- patchShebangs meson_post_install.py
- '';
-
- passthru = {
- updateScript = gnome3.updateScript {
- packageName = pname;
- attrPath = "gnome3.${pname}";
- };
- };
-
- meta = with stdenv.lib; {
- homepage = https://wiki.gnome.org/Apps/Photos;
- description = "Access, organize and share your photos";
- maintainers = gnome3.maintainers;
- license = licenses.gpl3Plus;
- platforms = platforms.linux;
- };
-}
diff --git a/pkgs/desktops/gnome-3/apps/gnome-sound-recorder/default.nix b/pkgs/desktops/gnome-3/apps/gnome-sound-recorder/default.nix
index c9e6356aac6..907c0424454 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-sound-recorder/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-sound-recorder/default.nix
@@ -1,20 +1,20 @@
-{ stdenv, fetchurl, fetchpatch, pkgconfig, gettext, gobject-introspection, wrapGAppsHook, gjs, glib, gtk3, gdk_pixbuf, gst_all_1, gnome3
+{ stdenv, fetchurl, pkgconfig, gettext, gobject-introspection, wrapGAppsHook, gjs, glib, gtk3, gdk-pixbuf, gst_all_1, gnome3
, meson, ninja, python3, hicolor-icon-theme, desktop-file-utils }:
stdenv.mkDerivation rec {
pname = "gnome-sound-recorder";
- version = "3.32.0";
+ version = "3.32.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "0rchzap5mg9ach3jcf4sci5v2h5pgpdjafjfllfd09w9yg3brspp";
+ sha256 = "0q83b6dabckmwj8mcw0wvhbxaszwdzzcf8ajx5bldll3lyl5yh2b";
};
nativeBuildInputs = [
pkgconfig gettext meson ninja gobject-introspection
wrapGAppsHook python3 hicolor-icon-theme desktop-file-utils
];
- buildInputs = [ gjs glib gtk3 gdk_pixbuf ] ++ (with gst_all_1; [ gstreamer.dev gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad ]);
+ buildInputs = [ gjs glib gtk3 gdk-pixbuf ] ++ (with gst_all_1; [ gstreamer.dev gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad ]);
postPatch = ''
chmod +x build-aux/meson_post_install.py
diff --git a/pkgs/desktops/gnome-3/apps/gnome-todo/default.nix b/pkgs/desktops/gnome-3/apps/gnome-todo/default.nix
index 623e0b24df2..dbbbb43659b 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-todo/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-todo/default.nix
@@ -13,7 +13,6 @@
, libpeas
, gnome-online-accounts
, gsettings-desktop-schemas
-, adwaita-icon-theme
, evolution-data-server
, libxml2
, libsoup
diff --git a/pkgs/desktops/gnome-3/apps/polari/default.nix b/pkgs/desktops/gnome-3/apps/polari/default.nix
index 73b8016d97b..51fea63b714 100644
--- a/pkgs/desktops/gnome-3/apps/polari/default.nix
+++ b/pkgs/desktops/gnome-3/apps/polari/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, itstool, fetchurl, gdk_pixbuf, adwaita-icon-theme
+{ stdenv, itstool, fetchurl, gdk-pixbuf, adwaita-icon-theme
, telepathy-glib, gjs, meson, ninja, gettext, telepathy-idle, libxml2, desktop-file-utils
, pkgconfig, gtk3, glib, libsecret, libsoup, gobject-introspection, appstream-glib
, gnome3, wrapGAppsHook, telepathy-logger, gspell, gsettings-desktop-schemas }:
@@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
buildInputs = [
gtk3 glib adwaita-icon-theme gsettings-desktop-schemas
- telepathy-glib telepathy-logger gjs gspell gdk_pixbuf libsecret libsoup
+ telepathy-glib telepathy-logger gjs gspell gdk-pixbuf libsecret libsoup
];
passthru = {
diff --git a/pkgs/desktops/gnome-3/core/adwaita-icon-theme/default.nix b/pkgs/desktops/gnome-3/core/adwaita-icon-theme/default.nix
index 0f88372d9cf..9ef94adcbd0 100644
--- a/pkgs/desktops/gnome-3/core/adwaita-icon-theme/default.nix
+++ b/pkgs/desktops/gnome-3/core/adwaita-icon-theme/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, intltool, gnome3
-, iconnamingutils, gtk3, gdk_pixbuf, librsvg, hicolor-icon-theme }:
+, iconnamingutils, gtk3, gdk-pixbuf, librsvg, hicolor-icon-theme }:
stdenv.mkDerivation rec {
name = "adwaita-icon-theme-${version}";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
# For convenience, we can specify adwaita-icon-theme only in packages
propagatedBuildInputs = [ hicolor-icon-theme ];
- buildInputs = [ gdk_pixbuf librsvg ];
+ buildInputs = [ gdk-pixbuf librsvg ];
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk3 ];
diff --git a/pkgs/desktops/gnome-3/core/empathy/default.nix b/pkgs/desktops/gnome-3/core/empathy/default.nix
index 5a08454cb35..73c3f65a968 100644
--- a/pkgs/desktops/gnome-3/core/empathy/default.nix
+++ b/pkgs/desktops/gnome-3/core/empathy/default.nix
@@ -1,5 +1,5 @@
{ stdenv, intltool, fetchurl, webkitgtk, pkgconfig, gtk3, glib
-, file, librsvg, gnome3, gdk_pixbuf, python3
+, file, librsvg, gnome3, gdk-pixbuf, python3
, telepathy-glib, telepathy-farstream, glibcLocales
, clutter-gtk, clutter-gst, gst_all_1, cogl, gnome-online-accounts
, gcr, libsecret, folks, libpulseaudio, telepathy-mission-control
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
gtk3 glib webkitgtk icu gnome-online-accounts
telepathy-glib clutter-gtk clutter-gst cogl
gst_all_1.gstreamer gst_all_1.gst-plugins-base
- gcr libsecret libpulseaudio gdk_pixbuf
+ gcr libsecret libpulseaudio gdk-pixbuf
libnotify clutter libsoup gnutls libgee p11-kit
libcanberra-gtk3 telepathy-farstream farstream
gnome3.adwaita-icon-theme gsettings-desktop-schemas
diff --git a/pkgs/desktops/gnome-3/core/eog/default.nix b/pkgs/desktops/gnome-3/core/eog/default.nix
index 5c896ec01fc..8bb727a6fc5 100644
--- a/pkgs/desktops/gnome-3/core/eog/default.nix
+++ b/pkgs/desktops/gnome-3/core/eog/default.nix
@@ -1,5 +1,5 @@
{ fetchurl, stdenv, meson, ninja, gettext, itstool, pkgconfig, libxml2, libjpeg, libpeas, gnome3
-, gtk3, glib, gsettings-desktop-schemas, adwaita-icon-theme, gnome-desktop, lcms2, gdk_pixbuf, exempi
+, gtk3, glib, gsettings-desktop-schemas, adwaita-icon-theme, gnome-desktop, lcms2, gdk-pixbuf, exempi
, shared-mime-info, wrapGAppsHook, librsvg, libexif, gobject-introspection, python3 }:
let
@@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ meson ninja pkgconfig gettext itstool wrapGAppsHook libxml2 gobject-introspection python3 ];
buildInputs = [
- libjpeg gtk3 gdk_pixbuf glib libpeas librsvg lcms2 gnome-desktop libexif exempi
+ libjpeg gtk3 gdk-pixbuf glib libpeas librsvg lcms2 gnome-desktop libexif exempi
gsettings-desktop-schemas shared-mime-info adwaita-icon-theme
];
@@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
preFixup = ''
gappsWrapperArgs+=(
# Thumbnailers
- --prefix XDG_DATA_DIRS : "${gdk_pixbuf}/share"
+ --prefix XDG_DATA_DIRS : "${gdk-pixbuf}/share"
--prefix XDG_DATA_DIRS : "${librsvg}/share"
--prefix XDG_DATA_DIRS : "${shared-mime-info}/share"
)
diff --git a/pkgs/desktops/gnome-3/core/epiphany/default.nix b/pkgs/desktops/gnome-3/core/epiphany/default.nix
index 641cfa5236f..7b7b7f64aa4 100644
--- a/pkgs/desktops/gnome-3/core/epiphany/default.nix
+++ b/pkgs/desktops/gnome-3/core/epiphany/default.nix
@@ -2,15 +2,15 @@
, wrapGAppsHook, gnome3, libxml2, libxslt, itstool
, webkitgtk, libsoup, glib-networking, libsecret, gnome-desktop, libnotify, p11-kit
, sqlite, gcr, isocodes, desktop-file-utils, python3
-, gdk_pixbuf, gst_all_1, json-glib, libdazzle, libhandy }:
+, gdk-pixbuf, gst_all_1, json-glib, libdazzle, libhandy }:
stdenv.mkDerivation rec {
name = "epiphany-${version}";
- version = "3.32.2";
+ version = "3.32.4";
src = fetchurl {
url = "mirror://gnome/sources/epiphany/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1yhc8hpylj7i2i15nrbjldhi38xpz7pdwjdj7b358dxsxaghvrwa";
+ sha256 = "15d9s295yr6m9pbwh344c4akm7rgn19y4g1xkyn7gbq1hdbjia69";
};
# Tests need an X display
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk3 glib webkitgtk libsoup libxml2 libsecret gnome-desktop libnotify
sqlite isocodes p11-kit icu libhandy
- gdk_pixbuf gnome3.adwaita-icon-theme gcr
+ gdk-pixbuf gnome3.adwaita-icon-theme gcr
glib-networking gst_all_1.gstreamer gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-ugly
gst_all_1.gst-libav json-glib libdazzle
diff --git a/pkgs/desktops/gnome-3/core/evince/default.nix b/pkgs/desktops/gnome-3/core/evince/default.nix
index 6e7f0716eef..9313ca8990c 100644
--- a/pkgs/desktops/gnome-3/core/evince/default.nix
+++ b/pkgs/desktops/gnome-3/core/evince/default.nix
@@ -11,7 +11,7 @@
, gtk3
, pango
, atk
-, gdk_pixbuf
+, gdk-pixbuf
, shared-mime-info
, itstool
, gnome3
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
gtk3
pango
atk
- gdk_pixbuf
+ gdk-pixbuf
libxml2
gsettings-desktop-schemas
poppler
@@ -104,7 +104,6 @@ stdenv.mkDerivation rec {
gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav ]);
mesonFlags = [
- "-Dauto_features=enabled"
"-Dnautilus=false"
"-Dps=enabled"
"-Dgtk_doc=false"
diff --git a/pkgs/desktops/gnome-3/core/evolution-data-server/default.nix b/pkgs/desktops/gnome-3/core/evolution-data-server/default.nix
index 8920c401882..078145e1231 100644
--- a/pkgs/desktops/gnome-3/core/evolution-data-server/default.nix
+++ b/pkgs/desktops/gnome-3/core/evolution-data-server/default.nix
@@ -2,17 +2,17 @@
, intltool, libsoup, libxml2, libsecret, icu, sqlite, tzdata, libcanberra-gtk3, gcr
, p11-kit, db, nspr, nss, libical, gperf, wrapGAppsHook, glib-networking, pcre
, vala, cmake, ninja, kerberos, openldap, webkitgtk, libaccounts-glib, json-glib
-, glib, gtk3, gnome-online-accounts, libgweather, libgdata }:
+, glib, gtk3, gnome-online-accounts, libgweather, libgdata, gsettings-desktop-schemas }:
stdenv.mkDerivation rec {
name = "evolution-data-server-${version}";
- version = "3.32.2";
+ version = "3.32.4";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/evolution-data-server/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1jdk3az797kznkg40nbxb3ddyx8s6favzxlc4vr840zxcl84k9vy";
+ sha256 = "0zsc9xwy6ixk3x0dx69ax5isrdw8qxjdxg2i5fr95s40nss7rxl3";
};
patches = [
@@ -20,9 +20,14 @@ stdenv.mkDerivation rec {
src = ./fix-paths.patch;
inherit tzdata;
})
- ./hardcode-gsettings.patch
];
+ prePatch = ''
+ substitute ${./hardcode-gsettings.patch} hardcode-gsettings.patch --subst-var-by ESD_GSETTINGS_PATH $out/share/gsettings-schemas/${name}/glib-2.0/schemas \
+ --subst-var-by GDS_GSETTINGS_PATH "${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}/glib-2.0/schemas"
+ patches="$patches $PWD/hardcode-gsettings.patch"
+ '';
+
nativeBuildInputs = [
cmake ninja pkgconfig intltool python3 gperf wrapGAppsHook gobject-introspection vala
];
@@ -43,11 +48,6 @@ stdenv.mkDerivation rec {
"-DINCLUDE_INSTALL_DIR=${placeholder "dev"}/include"
];
- postPatch = ''
- substituteInPlace src/libedataserver/e-source-registry.c --subst-var-by ESD_GSETTINGS_PATH $out/share/gsettings-schemas/${name}/glib-2.0/schemas
- '';
-
-
passthru = {
updateScript = gnome3.updateScript {
packageName = "evolution-data-server";
diff --git a/pkgs/desktops/gnome-3/core/evolution-data-server/hardcode-gsettings.patch b/pkgs/desktops/gnome-3/core/evolution-data-server/hardcode-gsettings.patch
index 8b64b3df801..c499bac4552 100644
--- a/pkgs/desktops/gnome-3/core/evolution-data-server/hardcode-gsettings.patch
+++ b/pkgs/desktops/gnome-3/core/evolution-data-server/hardcode-gsettings.patch
@@ -1,36 +1,526 @@
-diff --git a/src/libedataserver/e-source-registry.c b/src/libedataserver/e-source-registry.c
-index 9c166dbaf..ef368f8d4 100644
---- a/src/libedataserver/e-source-registry.c
-+++ b/src/libedataserver/e-source-registry.c
-@@ -116,6 +116,8 @@ struct _ESourceRegistryPrivate {
- GHashTable *sources;
- GMutex sources_lock;
+diff --git a/src/addressbook/libebook/e-book-client.c b/src/addressbook/libebook/e-book-client.c
+index 2c0557c3c..5955aa55e 100644
+--- a/src/addressbook/libebook/e-book-client.c
++++ b/src/addressbook/libebook/e-book-client.c
+@@ -1989,7 +1989,20 @@ e_book_client_get_self (ESourceRegistry *registry,
-+ GSettingsSchemaSource *schema_source;
-+ GSettingsSchema *schema;
- GSettings *settings;
+ *out_client = book_client;
- gboolean initialized;
-@@ -1339,7 +1341,11 @@ source_registry_dispose (GObject *object)
- if (priv->settings != NULL) {
- g_signal_handlers_disconnect_by_data (priv->settings, object);
- g_object_unref (priv->settings);
-+ g_settings_schema_unref (priv->schema);
-+ g_settings_schema_source_unref (priv->schema_source);
- priv->settings = NULL;
-+ priv->schema = NULL;
-+ priv->schema_source = NULL;
+- settings = g_settings_new (SELF_UID_PATH_ID);
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ SELF_UID_PATH_ID,
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ uid = g_settings_get_string (settings, SELF_UID_KEY);
+ g_object_unref (settings);
+
+@@ -2057,7 +2070,20 @@ e_book_client_set_self (EBookClient *client,
+ g_return_val_if_fail (
+ e_contact_get_const (contact, E_CONTACT_UID) != NULL, FALSE);
+
+- settings = g_settings_new (SELF_UID_PATH_ID);
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ SELF_UID_PATH_ID,
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ g_settings_set_string (
+ settings, SELF_UID_KEY,
+ e_contact_get_const (contact, E_CONTACT_UID));
+@@ -2093,8 +2119,20 @@ e_book_client_is_self (EContact *contact)
+ * unfortunately the API doesn't allow that.
+ */
+ g_mutex_lock (&mutex);
+- if (!settings)
+- settings = g_settings_new (SELF_UID_PATH_ID);
++ if (!settings) {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ SELF_UID_PATH_ID,
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ uid = g_settings_get_string (settings, SELF_UID_KEY);
+ g_mutex_unlock (&mutex);
+
+diff --git a/src/addressbook/libebook/e-book.c b/src/addressbook/libebook/e-book.c
+index 3396b57c0..ac6420b2e 100644
+--- a/src/addressbook/libebook/e-book.c
++++ b/src/addressbook/libebook/e-book.c
+@@ -2594,7 +2594,20 @@ e_book_get_self (ESourceRegistry *registry,
+ return FALSE;
}
- /* Chain up to parent's finalize() method. */
-@@ -1743,7 +1749,9 @@ e_source_registry_init (ESourceRegistry *registry)
+- settings = g_settings_new (SELF_UID_PATH_ID);
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ SELF_UID_PATH_ID,
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ uid = g_settings_get_string (settings, SELF_UID_KEY);
+ g_object_unref (settings);
+
+@@ -2649,7 +2662,20 @@ e_book_set_self (EBook *book,
+ g_return_val_if_fail (E_IS_BOOK (book), FALSE);
+ g_return_val_if_fail (E_IS_CONTACT (contact), FALSE);
+
+- settings = g_settings_new (SELF_UID_PATH_ID);
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ SELF_UID_PATH_ID,
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ g_settings_set_string (
+ settings, SELF_UID_KEY,
+ e_contact_get_const (contact, E_CONTACT_UID));
+@@ -2677,7 +2703,20 @@ e_book_is_self (EContact *contact)
+
+ g_return_val_if_fail (E_IS_CONTACT (contact), FALSE);
+
+- settings = g_settings_new (SELF_UID_PATH_ID);
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ SELF_UID_PATH_ID,
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ uid = g_settings_get_string (settings, SELF_UID_KEY);
+ g_object_unref (settings);
+
+diff --git a/src/calendar/backends/contacts/e-cal-backend-contacts.c b/src/calendar/backends/contacts/e-cal-backend-contacts.c
+index de1716941..e83b104f1 100644
+--- a/src/calendar/backends/contacts/e-cal-backend-contacts.c
++++ b/src/calendar/backends/contacts/e-cal-backend-contacts.c
+@@ -1397,7 +1397,20 @@ e_cal_backend_contacts_init (ECalBackendContacts *cbc)
+ (GDestroyNotify) g_free,
+ (GDestroyNotify) contact_record_free);
+
+- cbc->priv->settings = g_settings_new ("org.gnome.evolution-data-server.calendar");
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.evolution-data-server.calendar",
++ FALSE);
++ cbc->priv->settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ cbc->priv->notifyid = 0;
+ cbc->priv->update_alarms_id = 0;
+ cbc->priv->alarm_enabled = FALSE;
+diff --git a/src/calendar/libecal/e-reminder-watcher.c b/src/calendar/libecal/e-reminder-watcher.c
+index b08a7f301..a49fe39c5 100644
+--- a/src/calendar/libecal/e-reminder-watcher.c
++++ b/src/calendar/libecal/e-reminder-watcher.c
+@@ -2202,7 +2202,21 @@ e_reminder_watcher_init (EReminderWatcher *watcher)
+
+ watcher->priv = G_TYPE_INSTANCE_GET_PRIVATE (watcher, E_TYPE_REMINDER_WATCHER, EReminderWatcherPrivate);
+ watcher->priv->cancellable = g_cancellable_new ();
+- watcher->priv->settings = g_settings_new ("org.gnome.evolution-data-server.calendar");
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.evolution-data-server.calendar",
++ FALSE);
++ watcher->priv->settings = g_settings_new_full(schema, NULL,
++ NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ watcher->priv->scheduled = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, e_reminder_watcher_free_rd_slist);
+ watcher->priv->default_zone = icaltimezone_copy (zone);
+ watcher->priv->timers_enabled = TRUE;
+diff --git a/src/camel/camel-cipher-context.c b/src/camel/camel-cipher-context.c
+index dcdc3eed0..fd2e428c2 100644
+--- a/src/camel/camel-cipher-context.c
++++ b/src/camel/camel-cipher-context.c
+@@ -1635,7 +1635,20 @@ camel_cipher_can_load_photos (void)
+ GSettings *settings;
+ gboolean load_photos;
+
+- settings = g_settings_new ("org.gnome.evolution-data-server");
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.evolution-data-server",
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ load_photos = g_settings_get_boolean (settings, "camel-cipher-load-photos");
+ g_clear_object (&settings);
+
+diff --git a/src/camel/camel-gpg-context.c b/src/camel/camel-gpg-context.c
+index 1b3362886..f0811b292 100644
+--- a/src/camel/camel-gpg-context.c
++++ b/src/camel/camel-gpg-context.c
+@@ -573,7 +573,20 @@ gpg_ctx_get_executable_name (void)
+ GSettings *settings;
+ gchar *path;
+
+- settings = g_settings_new ("org.gnome.evolution-data-server");
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.evolution-data-server",
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ path = g_settings_get_string (settings, "camel-gpg-binary");
+ g_clear_object (&settings);
+
+diff --git a/src/libedataserver/e-network-monitor.c b/src/libedataserver/e-network-monitor.c
+index e0d8b87d6..3a4d5a359 100644
+--- a/src/libedataserver/e-network-monitor.c
++++ b/src/libedataserver/e-network-monitor.c
+@@ -255,7 +255,20 @@ e_network_monitor_constructed (GObject *object)
+ /* Chain up to parent's method. */
+ G_OBJECT_CLASS (e_network_monitor_parent_class)->constructed (object);
+
+- settings = g_settings_new ("org.gnome.evolution-data-server");
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.evolution-data-server",
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ g_settings_bind (
+ settings, "network-monitor-gio-name",
+ object, "gio-name",
+diff --git a/src/libedataserver/e-oauth2-service-google.c b/src/libedataserver/e-oauth2-service-google.c
+index f0c6f2cbf..0053e3ce6 100644
+--- a/src/libedataserver/e-oauth2-service-google.c
++++ b/src/libedataserver/e-oauth2-service-google.c
+@@ -69,7 +69,20 @@ eos_google_read_settings (EOAuth2Service *service,
+ if (!value) {
+ GSettings *settings;
+
+- settings = g_settings_new ("org.gnome.evolution-data-server");
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.evolution-data-server",
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ value = g_settings_get_string (settings, key_name);
+ g_object_unref (settings);
+
+diff --git a/src/libedataserver/e-oauth2-service-outlook.c b/src/libedataserver/e-oauth2-service-outlook.c
+index 687c10d3b..684583c35 100644
+--- a/src/libedataserver/e-oauth2-service-outlook.c
++++ b/src/libedataserver/e-oauth2-service-outlook.c
+@@ -70,7 +70,20 @@ eos_outlook_read_settings (EOAuth2Service *service,
+ if (!value) {
+ GSettings *settings;
+
+- settings = g_settings_new ("org.gnome.evolution-data-server");
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.evolution-data-server",
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ value = g_settings_get_string (settings, key_name);
+ g_object_unref (settings);
+
+diff --git a/src/libedataserver/e-oauth2-service.c b/src/libedataserver/e-oauth2-service.c
+index 682673c16..436f52d5f 100644
+--- a/src/libedataserver/e-oauth2-service.c
++++ b/src/libedataserver/e-oauth2-service.c
+@@ -95,7 +95,20 @@ eos_default_guess_can_process (EOAuth2Service *service,
+ name_len = strlen (name);
+ hostname_len = strlen (hostname);
+
+- settings = g_settings_new ("org.gnome.evolution-data-server");
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.evolution-data-server",
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ values = g_settings_get_strv (settings, "oauth2-services-hint");
+ g_object_unref (settings);
+
+diff --git a/src/libedataserver/e-proxy.c b/src/libedataserver/e-proxy.c
+index 883379a60..989353494 100644
+--- a/src/libedataserver/e-proxy.c
++++ b/src/libedataserver/e-proxy.c
+@@ -969,8 +969,37 @@ e_proxy_init (EProxy *proxy)
+
+ proxy->priv->type = PROXY_TYPE_SYSTEM;
+
+- proxy->priv->evolution_proxy_settings = g_settings_new ("org.gnome.evolution.shell.network-config");
+- proxy->priv->proxy_settings = g_settings_new ("org.gnome.system.proxy");
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.evolution.shell.network-config",
++ FALSE);
++ proxy->priv->evolution_proxy_settings = g_settings_new_full(schema,
++ NULL,
++ NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@GDS_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.system.proxy",
++ FALSE);
++ proxy->priv->proxy_settings = g_settings_new_full(schema,
++ NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ proxy->priv->proxy_http_settings = g_settings_get_child (proxy->priv->proxy_settings, "http");
+ proxy->priv->proxy_https_settings = g_settings_get_child (proxy->priv->proxy_settings, "https");
+ proxy->priv->proxy_socks_settings = g_settings_get_child (proxy->priv->proxy_settings, "socks");
+diff --git a/src/libedataserver/e-source-registry.c b/src/libedataserver/e-source-registry.c
+index a5a30a3e1..5fbdf8190 100644
+--- a/src/libedataserver/e-source-registry.c
++++ b/src/libedataserver/e-source-registry.c
+@@ -1749,7 +1749,21 @@ e_source_registry_init (ESourceRegistry *registry)
g_mutex_init (®istry->priv->sources_lock);
- registry->priv->settings = g_settings_new (GSETTINGS_SCHEMA);
-+ GSettingsSchemaSource *schema_source = registry->priv->schema_source = g_settings_schema_source_new_from_directory ("@ESD_GSETTINGS_PATH@", g_settings_schema_source_get_default (), TRUE, NULL);
-+ registry->priv->schema = g_settings_schema_source_lookup (schema_source, GSETTINGS_SCHEMA, FALSE);
-+ registry->priv->settings = g_settings_new_full (registry->priv->schema, NULL, NULL);
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ GSETTINGS_SCHEMA,
++ FALSE);
++ registry->priv->settings = g_settings_new_full(schema, NULL,
++ NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
g_signal_connect (
registry->priv->settings, "changed",
+diff --git a/src/libedataserverui/e-reminders-widget.c b/src/libedataserverui/e-reminders-widget.c
+index f89cd4a5c..06cca9b5f 100644
+--- a/src/libedataserverui/e-reminders-widget.c
++++ b/src/libedataserverui/e-reminders-widget.c
+@@ -1642,7 +1642,21 @@ static void
+ e_reminders_widget_init (ERemindersWidget *reminders)
+ {
+ reminders->priv = G_TYPE_INSTANCE_GET_PRIVATE (reminders, E_TYPE_REMINDERS_WIDGET, ERemindersWidgetPrivate);
+- reminders->priv->settings = g_settings_new ("org.gnome.evolution-data-server.calendar");
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.evolution-data-server.calendar",
++ FALSE);
++ reminders->priv->settings = g_settings_new_full(schema, NULL,
++ NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+ reminders->priv->cancellable = g_cancellable_new ();
+ reminders->priv->is_empty = TRUE;
+ reminders->priv->is_mapped = FALSE;
+diff --git a/src/services/evolution-source-registry/evolution-source-registry-autoconfig.c b/src/services/evolution-source-registry/evolution-source-registry-autoconfig.c
+index 6f03053d6..dffc186c7 100644
+--- a/src/services/evolution-source-registry/evolution-source-registry-autoconfig.c
++++ b/src/services/evolution-source-registry/evolution-source-registry-autoconfig.c
+@@ -706,7 +706,20 @@ evolution_source_registry_merge_autoconfig_sources (ESourceRegistryServer *serve
+ gchar *autoconfig_directory;
+ gint ii;
+
+- settings = g_settings_new ("org.gnome.evolution-data-server");
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.evolution-data-server",
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+
+ autoconfig_sources = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, e_autoconfig_free_merge_source_data);
+
+diff --git a/src/services/evolution-source-registry/evolution-source-registry-migrate-proxies.c b/src/services/evolution-source-registry/evolution-source-registry-migrate-proxies.c
+index d531cb9e2..c5b1c761c 100644
+--- a/src/services/evolution-source-registry/evolution-source-registry-migrate-proxies.c
++++ b/src/services/evolution-source-registry/evolution-source-registry-migrate-proxies.c
+@@ -61,7 +61,20 @@ evolution_source_registry_migrate_proxies (ESourceRegistryServer *server)
+ extension_name = E_SOURCE_EXTENSION_PROXY;
+ extension = e_source_get_extension (source, extension_name);
+
+- settings = g_settings_new (NETWORK_CONFIG_SCHEMA_ID);
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ NETWORK_CONFIG_SCHEMA_ID,
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+
+ switch (g_settings_get_int (settings, "proxy-type")) {
+ case 1:
+diff --git a/src/services/evolution-source-registry/evolution-source-registry.c b/src/services/evolution-source-registry/evolution-source-registry.c
+index 1c0a11382..3e144845e 100644
+--- a/src/services/evolution-source-registry/evolution-source-registry.c
++++ b/src/services/evolution-source-registry/evolution-source-registry.c
+@@ -181,7 +181,20 @@ main (gint argc,
+
+ reload:
+
+- settings = g_settings_new ("org.gnome.evolution-data-server");
++ {
++ GSettingsSchemaSource *schema_source;
++ GSettingsSchema *schema;
++ schema_source = g_settings_schema_source_new_from_directory("@ESD_GSETTINGS_PATH@",
++ g_settings_schema_source_get_default(),
++ TRUE,
++ NULL);
++ schema = g_settings_schema_source_lookup(schema_source,
++ "org.gnome.evolution-data-server",
++ FALSE);
++ settings = g_settings_new_full(schema, NULL, NULL);
++ g_settings_schema_source_unref(schema_source);
++ g_settings_schema_unref(schema);
++ }
+
+ if (!opt_disable_migration && !g_settings_get_boolean (settings, "migrated")) {
+ g_settings_set_boolean (settings, "migrated", TRUE);
diff --git a/pkgs/desktops/gnome-3/core/gdm/default.nix b/pkgs/desktops/gnome-3/core/gdm/default.nix
index 83134381173..420a0d3e6b1 100644
--- a/pkgs/desktops/gnome-3/core/gdm/default.nix
+++ b/pkgs/desktops/gnome-3/core/gdm/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, substituteAll, pkgconfig, glib, itstool, libxml2, xorg
, accountsservice, libX11, gnome3, systemd, autoreconfHook
, gtk3, libcanberra-gtk3, pam, libtool, gobject-introspection, plymouth
-, librsvg, coreutils, xwayland, fetchpatch }:
+, librsvg, coreutils, xwayland }:
stdenv.mkDerivation rec {
name = "gdm-${version}";
diff --git a/pkgs/desktops/gnome-3/core/gjs/default.nix b/pkgs/desktops/gnome-3/core/gjs/default.nix
index ef4de369915..4e43d5f9d50 100644
--- a/pkgs/desktops/gnome-3/core/gjs/default.nix
+++ b/pkgs/desktops/gnome-3/core/gjs/default.nix
@@ -1,5 +1,5 @@
{ fetchurl, stdenv, pkgconfig, gnome3, gtk3, atk, gobject-introspection
-, spidermonkey_60, pango, readline, glib, libxml2, dbus, gdk_pixbuf
+, spidermonkey_60, pango, readline, glib, libxml2, dbus, gdk-pixbuf
, makeWrapper }:
stdenv.mkDerivation rec {
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
moveToOutput "libexec/gjs/installed-tests" "$installedTests"
wrapProgram "$installedTests/libexec/gjs/installed-tests/minijasmine" \
- --prefix GI_TYPELIB_PATH : "${stdenv.lib.makeSearchPath "lib/girepository-1.0" [ gtk3 atk pango.out gdk_pixbuf ]}:$installedTests/libexec/gjs/installed-tests"
+ --prefix GI_TYPELIB_PATH : "${stdenv.lib.makeSearchPath "lib/girepository-1.0" [ gtk3 atk pango.out gdk-pixbuf ]}:$installedTests/libexec/gjs/installed-tests"
'';
meta = with stdenv.lib; {
diff --git a/pkgs/desktops/gnome-3/core/gnome-calculator/default.nix b/pkgs/desktops/gnome-3/core/gnome-calculator/default.nix
index 5d980c3c347..9214aa0a9a7 100644
--- a/pkgs/desktops/gnome-3/core/gnome-calculator/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-calculator/default.nix
@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "gnome-calculator-${version}";
- version = "3.32.1";
+ version = "3.32.2";
src = fetchurl {
url = "mirror://gnome/sources/gnome-calculator/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "121fyhrzdf7zf3iis0rlpag7hfg8jsan2zy83x5l00rq7abdpn8d";
+ sha256 = "0fgpn3sc226s9fpzhik5rkkrf669037gc659ga2kn9jsyckj6p41";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/gnome-3/core/gnome-contacts/default.nix b/pkgs/desktops/gnome-3/core/gnome-contacts/default.nix
index a405ca0f808..57cb90c7c45 100644
--- a/pkgs/desktops/gnome-3/core/gnome-contacts/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-contacts/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, gettext, fetchurl, evolution-data-server
+{ stdenv, gettext, fetchurl, evolution-data-server, fetchpatch
, pkgconfig, libxslt, docbook_xsl, docbook_xml_dtd_42, python3, gtk3, glib, cheese
, libchamplain, clutter-gtk, geocode-glib, gnome-desktop, gnome-online-accounts
, wrapGAppsHook, folks, libxml2, gnome3, telepathy-glib
@@ -31,6 +31,18 @@ in stdenv.mkDerivation rec {
"-Dtelepathy=true"
];
+ patches = [
+ # Fixes build with libhandy >= 0.0.10
+ (fetchpatch {
+ url = "https://gitlab.gnome.org/GNOME/gnome-contacts/commit/c5eee38cd2556403a640a0a4c11d36cbf9a5a798.patch";
+ sha256 = "0s2cl7z6b0x3ky4y28yyxc9x5zp4r3vqmvbhz5m2fm6830fyjg13";
+ })
+ (fetchpatch {
+ url = "https://gitlab.gnome.org/GNOME/gnome-contacts/commit/1f1500ca01098ffda6392f5ec9ce3a29a48a84b1.patch";
+ sha256 = "082zaaj2l5cgr2qy145x8yknja87r0vpigrhidal40041kd5nldg";
+ })
+ ];
+
postPatch = ''
chmod +x build-aux/meson_post_install.py
patchShebangs build-aux/meson_post_install.py
diff --git a/pkgs/desktops/gnome-3/core/gnome-control-center/default.nix b/pkgs/desktops/gnome-3/core/gnome-control-center/default.nix
index c7a9b4ccfbd..6f137cc65d5 100644
--- a/pkgs/desktops/gnome-3/core/gnome-control-center/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-control-center/default.nix
@@ -1,15 +1,67 @@
-{ fetchurl, stdenv, substituteAll, meson, ninja, pkgconfig, gnome3, ibus, gettext, upower, wrapGAppsHook
-, libcanberra-gtk3, accountsservice, libpwquality, libpulseaudio
-, gdk_pixbuf, librsvg, libgudev, libsecret, gnome-color-manager
-, libxml2, polkit, libxslt, libgtop, libsoup, colord, colord-gtk
-, libkrb5, networkmanagerapplet, networkmanager, glibc
-, libwacom, samba, shared-mime-info, tzdata, libgnomekbd
-, docbook_xsl, modemmanager, clutter, clutter-gtk, cheese, gnome-session
-, fontconfig, sound-theme-freedesktop, grilo, python3
-, gtk3, glib, glib-networking, gsettings-desktop-schemas
-, gnome-desktop, gnome-settings-daemon, gnome-online-accounts
-, vino, gnome-bluetooth, tracker, adwaita-icon-theme
-, udisks2, gsound, libhandy, cups, mutter }:
+{ fetchurl
+, stdenv
+, substituteAll
+, accountsservice
+, adwaita-icon-theme
+, cheese
+, clutter
+, clutter-gtk
+, colord
+, colord-gtk
+, cups
+, docbook_xsl
+, fontconfig
+, gdk-pixbuf
+, gettext
+, glib
+, glib-networking
+, glibc
+, gnome-bluetooth
+, gnome-color-manager
+, gnome-desktop
+, gnome-online-accounts
+, gnome-session
+, gnome-settings-daemon
+, gnome3
+, grilo
+, grilo-plugins
+, gsettings-desktop-schemas
+, gsound
+, gtk3
+, ibus
+, libcanberra-gtk3
+, libgnomekbd
+, libgtop
+, libgudev
+, libhandy
+, libkrb5
+, libpulseaudio
+, libpwquality
+, librsvg
+, libsecret
+, libsoup
+, libwacom
+, libxml2
+, libxslt
+, meson
+, modemmanager
+, mutter
+, networkmanager
+, networkmanagerapplet
+, ninja
+, pkgconfig
+, polkit
+, python3
+, samba
+, shared-mime-info
+, sound-theme-freedesktop
+, tracker
+, tzdata
+, udisks2
+, upower
+, vino
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "gnome-control-center";
@@ -21,20 +73,61 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
- meson ninja pkgconfig gettext wrapGAppsHook libxslt docbook_xsl
- shared-mime-info python3
+ docbook_xsl
+ gettext
+ libxslt
+ meson
+ ninja
+ pkgconfig
+ python3
+ shared-mime-info
+ wrapGAppsHook
];
buildInputs = [
- ibus gtk3 glib glib-networking upower gsettings-desktop-schemas
- libxml2 gnome-desktop gnome-settings-daemon polkit libgtop
- gnome-online-accounts libsoup colord libpulseaudio fontconfig colord-gtk
- accountsservice libkrb5 networkmanagerapplet libwacom samba
- grilo libpwquality vino libcanberra-gtk3 libgudev libsecret
- gdk_pixbuf adwaita-icon-theme librsvg clutter clutter-gtk cheese
- networkmanager modemmanager gnome-bluetooth tracker
- udisks2 gsound libhandy
+ accountsservice
+ adwaita-icon-theme
+ cheese
+ clutter
+ clutter-gtk
+ colord
+ colord-gtk
+ fontconfig
+ gdk-pixbuf
+ glib
+ glib-networking
+ gnome-bluetooth
+ gnome-desktop
+ gnome-online-accounts
+ gnome-settings-daemon
+ grilo
+ grilo-plugins # for setting wallpaper from Flickr
+ gsettings-desktop-schemas
+ gsound
+ gtk3
+ ibus
+ libcanberra-gtk3
+ libgtop
+ libgudev
+ libhandy
+ libkrb5
+ libpulseaudio
+ libpwquality
+ librsvg
+ libsecret
+ libsoup
+ libwacom
+ libxml2
+ modemmanager
mutter # schemas for the keybindings
+ networkmanager
+ networkmanagerapplet
+ polkit
+ samba
+ tracker
+ udisks2
+ upower
+ vino
];
patches = [
@@ -60,7 +153,7 @@ stdenv.mkDerivation rec {
gappsWrapperArgs+=(
--prefix XDG_DATA_DIRS : "${sound-theme-freedesktop}/share"
# Thumbnailers (for setting user profile pictures)
- --prefix XDG_DATA_DIRS : "${gdk_pixbuf}/share"
+ --prefix XDG_DATA_DIRS : "${gdk-pixbuf}/share"
--prefix XDG_DATA_DIRS : "${librsvg}/share"
# WM keyboard shortcuts
--prefix XDG_DATA_DIRS : "${mutter}/share"
diff --git a/pkgs/desktops/gnome-3/core/gnome-desktop/default.nix b/pkgs/desktops/gnome-3/core/gnome-desktop/default.nix
index 4a614b88072..4beeb190f02 100644
--- a/pkgs/desktops/gnome-3/core/gnome-desktop/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-desktop/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, substituteAll, pkgconfig, libxslt, ninja, libX11, gnome3, gtk3, glib
-, gettext, libxml2, xkeyboard_config, isocodes, meson, wayland, fetchpatch
-, libseccomp, bubblewrap, gobject-introspection, gtk-doc, docbook_xsl, gsettings-desktop-schemas }:
+, gettext, libxml2, xkeyboard_config, isocodes, meson, wayland
+, libseccomp, systemd, bubblewrap, gobject-introspection, gtk-doc, docbook_xsl, gsettings-desktop-schemas }:
stdenv.mkDerivation rec {
name = "gnome-desktop-${version}";
@@ -13,15 +13,13 @@ stdenv.mkDerivation rec {
sha256 = "0bidx4626x7k2myv6f64qv4fzmxv8v475wibiz19kj8hjfr737q9";
};
- enableParallelBuilding = true;
-
nativeBuildInputs = [
pkgconfig meson ninja gettext libxslt libxml2 gobject-introspection
gtk-doc docbook_xsl
];
buildInputs = [
libX11 bubblewrap xkeyboard_config isocodes wayland
- gtk3 glib libseccomp
+ gtk3 glib libseccomp systemd
];
propagatedBuildInputs = [ gsettings-desktop-schemas ];
diff --git a/pkgs/desktops/gnome-3/core/gnome-remote-desktop/default.nix b/pkgs/desktops/gnome-3/core/gnome-remote-desktop/default.nix
index 4a22fc53519..fd507acc009 100644
--- a/pkgs/desktops/gnome-3/core/gnome-remote-desktop/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-remote-desktop/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitLab, meson, ninja, pkgconfig, python3, wrapGAppsHook
-, glib, pipewire, systemd, libvncserver, libsecret, libnotify, gdk_pixbuf, gnome3 }:
+, glib, pipewire, systemd, libvncserver, libsecret, libnotify, gdk-pixbuf, gnome3 }:
stdenv.mkDerivation rec {
pname = "gnome-remote-desktop";
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
buildInputs = [
glib pipewire systemd libvncserver libsecret libnotify
- gdk_pixbuf # For libnotify
+ gdk-pixbuf # For libnotify
];
postPatch = ''
diff --git a/pkgs/desktops/gnome-3/core/gnome-settings-daemon/default.nix b/pkgs/desktops/gnome-3/core/gnome-settings-daemon/default.nix
index 466e1669e18..6929f821e37 100644
--- a/pkgs/desktops/gnome-3/core/gnome-settings-daemon/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-settings-daemon/default.nix
@@ -39,11 +39,11 @@
stdenv.mkDerivation rec {
pname = "gnome-settings-daemon";
- version = "3.32.0";
+ version = "3.32.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-settings-daemon/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "15w3sn9qf1zqlmk8c93kgrh2a20s62m5yfizkp21m5ylrrd07f63";
+ sha256 = "02d0s0g2mmqfib44r3sf0499r08p61s8l2ndsjssbam1bi7x2dks";
};
patches = [
diff --git a/pkgs/desktops/gnome-3/core/gnome-shell/default.nix b/pkgs/desktops/gnome-3/core/gnome-shell/default.nix
index d9001d9b1b9..1363cf6d669 100644
--- a/pkgs/desktops/gnome-3/core/gnome-shell/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-shell/default.nix
@@ -3,7 +3,7 @@
, libstartup_notification, telepathy-glib, telepathy-logger, libXtst, unzip, glibcLocales, shared-mime-info
, libgweather, libcanberra-gtk3, librsvg, geoclue2, perl, docbook_xml_dtd_42, desktop-file-utils
, libpulseaudio, libical, gobject-introspection, gstreamer, wrapGAppsHook, libxslt, gcr, caribou
-, accountsservice, gdk_pixbuf, gdm, upower, ibus, networkmanagerapplet, libgnomekbd, gnome-desktop
+, accountsservice, gdk-pixbuf, gdm, upower, ibus, networkmanagerapplet, libgnomekbd, gnome-desktop
, gsettings-desktop-schemas, gnome-keyring, glib, gjs, mutter, evolution-data-server, gtk3
, sassc, systemd, gst_all_1, adwaita-icon-theme, gnome-bluetooth, gnome-clocks, gnome-settings-daemon }:
@@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
buildInputs = [
systemd caribou
gsettings-desktop-schemas gnome-keyring glib gcr json-glib accountsservice
- libcroco libsecret libsoup polkit gdk_pixbuf librsvg
+ libcroco libsecret libsoup polkit gdk-pixbuf librsvg
clutter networkmanager libstartup_notification telepathy-glib
libXtst gjs mutter libpulseaudio evolution-data-server
libical gtk3 gstreamer gdm libcanberra-gtk3 geoclue2
diff --git a/pkgs/desktops/gnome-3/core/gnome-software/default.nix b/pkgs/desktops/gnome-3/core/gnome-software/default.nix
index 4a5366a72e7..6d487597900 100644
--- a/pkgs/desktops/gnome-3/core/gnome-software/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-software/default.nix
@@ -3,13 +3,19 @@
, gtk3, gsettings-desktop-schemas, gnome-desktop, libxmlb, gnome-online-accounts, hicolor-icon-theme
, json-glib, libsecret, valgrind-light, docbook_xsl, docbook_xml_dtd_42, docbook_xml_dtd_43, gtk-doc, desktop-file-utils }:
+let
+
+ withFwupd = stdenv.isx86_64 || stdenv.isi686;
+
+in
+
stdenv.mkDerivation rec {
name = "gnome-software-${version}";
- version = "3.32.3";
+ version = "3.32.4";
src = fetchurl {
url = "mirror://gnome/sources/gnome-software/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1r24q2c0i5xwp7dahw4wzycrhijix0nl7bxq1x0za57qm62ysfl9";
+ sha256 = "0g30wdrpypj23npvx85wqh1i4a8bbg00ainz7wmsvry21hcny4d4";
};
patches = [
@@ -29,13 +35,16 @@ stdenv.mkDerivation rec {
gtk3 glib packagekit appstream-glib libsoup
gsettings-desktop-schemas gnome-desktop
gspell json-glib libsecret ostree
- polkit flatpak fwupd
- libxmlb gnome-online-accounts
+ polkit flatpak libxmlb gnome-online-accounts
+ ] ++ stdenv.lib.optionals withFwupd [
+ fwupd
];
mesonFlags = [
"-Dubuntu_reviews=false"
"-Dgudev=false"
+ ] ++ stdenv.lib.optionals (!withFwupd) [
+ "-Dfwupd=false"
];
passthru = {
diff --git a/pkgs/desktops/gnome-3/core/gnome-system-monitor/default.nix b/pkgs/desktops/gnome-3/core/gnome-system-monitor/default.nix
index 83159c2ad72..5c332c4135c 100644
--- a/pkgs/desktops/gnome-3/core/gnome-system-monitor/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-system-monitor/default.nix
@@ -1,6 +1,6 @@
{ stdenv, gettext, fetchurl, pkgconfig, gtkmm3, libxml2, polkit
, bash, gtk3, glib, wrapGAppsHook, meson, ninja, python3
-, gsettings-desktop-schemas, itstool, gnome3, librsvg, gdk_pixbuf, libgtop, systemd }:
+, gsettings-desktop-schemas, itstool, gnome3, librsvg, gdk-pixbuf, libgtop, systemd }:
stdenv.mkDerivation rec {
name = "gnome-system-monitor-${version}";
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
polkit # for ITS file
];
buildInputs = [
- bash gtk3 glib libxml2 gtkmm3 libgtop gdk_pixbuf gnome3.adwaita-icon-theme librsvg
+ bash gtk3 glib libxml2 gtkmm3 libgtop gdk-pixbuf gnome3.adwaita-icon-theme librsvg
gsettings-desktop-schemas systemd
];
diff --git a/pkgs/desktops/gnome-3/core/gnome-terminal/default.nix b/pkgs/desktops/gnome-3/core/gnome-terminal/default.nix
index 77a630261fb..c9f5229f870 100644
--- a/pkgs/desktops/gnome-3/core/gnome-terminal/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-terminal/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, libxml2, gnome3, dconf, nautilus
, gtk3, gsettings-desktop-schemas, vte, intltool, which, libuuid, vala
-, desktop-file-utils, itstool, wrapGAppsHook }:
+, desktop-file-utils, itstool, wrapGAppsHook, hicolor-icon-theme }:
stdenv.mkDerivation rec {
name = "gnome-terminal-${version}";
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkgconfig intltool itstool which libxml2
vala desktop-file-utils wrapGAppsHook
+ hicolor-icon-theme # for setup-hook
];
# Silly ./configure, it looks for dbus file from gnome-shell in the
diff --git a/pkgs/desktops/gnome-3/core/gnome-themes-extra/default.nix b/pkgs/desktops/gnome-3/core/gnome-themes-extra/default.nix
index 3d5cfb85d67..5cd8f249481 100644
--- a/pkgs/desktops/gnome-3/core/gnome-themes-extra/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-themes-extra/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, intltool, gtk3, gnome3, librsvg, pkgconfig, pango, atk, gtk2
-, gdk_pixbuf }:
+, gdk-pixbuf }:
let
pname = "gnome-themes-extra";
@@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig intltool ];
- buildInputs = [ gtk3 librsvg pango atk gtk2 gdk_pixbuf gnome3.adwaita-icon-theme ];
+ buildInputs = [ gtk3 librsvg pango atk gtk2 gdk-pixbuf gnome3.adwaita-icon-theme ];
postFixup = ''
gtk-update-icon-cache "$out"/share/icons/HighContrast
diff --git a/pkgs/desktops/gnome-3/core/gnome-user-docs/default.nix b/pkgs/desktops/gnome-3/core/gnome-user-docs/default.nix
index d9f93862143..1a8582626e3 100644
--- a/pkgs/desktops/gnome-3/core/gnome-user-docs/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-user-docs/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gnome-user-docs-${version}";
- version = "3.32.2";
+ version = "3.32.3";
src = fetchurl {
url = "mirror://gnome/sources/gnome-user-docs/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1ny7cwkyskrykzsrabjnlc9jsdl4kdk73smwxas6ddmca02hpm7c";
+ sha256 = "0dvsl0ldg8rf7yq0r4dv1pn41s7gjgcqp7agkbflkbmhrl6vbhig";
};
passthru = {
diff --git a/pkgs/desktops/gnome-3/core/gucharmap/default.nix b/pkgs/desktops/gnome-3/core/gucharmap/default.nix
index 3d32a1c2436..6c291c1874f 100644
--- a/pkgs/desktops/gnome-3/core/gucharmap/default.nix
+++ b/pkgs/desktops/gnome-3/core/gucharmap/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, intltool, fetchFromGitLab, fetchpatch, pkgconfig, gtk3, adwaita-icon-theme
+{ stdenv, intltool, fetchFromGitLab, pkgconfig, gtk3, adwaita-icon-theme
, glib, desktop-file-utils, gtk-doc, autoconf, automake, libtool
, wrapGAppsHook, gnome3, itstool, libxml2, yelp-tools
, docbook_xsl, docbook_xml_dtd_412, gsettings-desktop-schemas
diff --git a/pkgs/desktops/gnome-3/core/mutter/3.28.nix b/pkgs/desktops/gnome-3/core/mutter/3.28.nix
index 8aa7cff2d03..7e1f696c58d 100644
--- a/pkgs/desktops/gnome-3/core/mutter/3.28.nix
+++ b/pkgs/desktops/gnome-3/core/mutter/3.28.nix
@@ -1,7 +1,7 @@
{ fetchFromGitLab, stdenv, substituteAll, pkgconfig, gnome3, intltool, gobject-introspection, upower, cairo
, glib, gtk3, pango, cogl, clutter, libstartup_notification, zenity, libcanberra-gtk3, fetchpatch
, gsettings-desktop-schemas, gnome-desktop, wrapGAppsHook
-, libtool, makeWrapper, xkeyboard_config, libxkbfile, libxkbcommon, libXtst, libinput
+, libtool, xkeyboard_config, libxkbfile, libxkbcommon, libXtst, libinput
, geocode-glib, libgudev, libwacom, xwayland, autoreconfHook }:
stdenv.mkDerivation rec {
@@ -48,6 +48,12 @@ stdenv.mkDerivation rec {
url = "https://src.fedoraproject.org/rpms/mutter328/raw/fff28bebda02111b4c534952465ff967ba7efced/f/0075-backends-Update-to-new-output-setting-for-tablets-to.patch";
sha256 = "141p3an83s042f67fw2fqmr79i5g634ndrbpd8cs47fd4wwiwpj5";
})
+ # https://gitlab.gnome.org/GNOME/mutter/merge_requests/670
+ # Needed for gala redorder workspace
+ (fetchpatch {
+ url = "https://github.com/elementary/os-patches/commit/d636a44885c5be662997f8e19f7dcd26670b3219.patch";
+ sha256 = "12pbxk6f39a09jxjam5a5hxl4whp3cifzpck2m7fpp0n98nc63qh";
+ })
];
configureFlags = [
diff --git a/pkgs/desktops/gnome-3/core/mutter/default.nix b/pkgs/desktops/gnome-3/core/mutter/default.nix
index a8bc4e77011..61219ca4488 100644
--- a/pkgs/desktops/gnome-3/core/mutter/default.nix
+++ b/pkgs/desktops/gnome-3/core/mutter/default.nix
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
pname = "mutter";
version = "3.32.2";
+ outputs = [ "out" "dev" "man" ];
+
src = fetchurl {
url = "mirror://gnome/sources/mutter/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1h577i2ap7dpfy1jg101jvc6nzccc0csgvd55ahydlr8f94frcva";
@@ -20,6 +22,7 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Dxwayland-path=${xwayland}/bin/Xwayland"
+ "-Dinstalled_tests=false" # TODO: enable these
];
propagatedBuildInputs = [
diff --git a/pkgs/desktops/gnome-3/core/nautilus/default.nix b/pkgs/desktops/gnome-3/core/nautilus/default.nix
index 2eeb77db0c6..14551fb7d0c 100644
--- a/pkgs/desktops/gnome-3/core/nautilus/default.nix
+++ b/pkgs/desktops/gnome-3/core/nautilus/default.nix
@@ -1,19 +1,19 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, libxml2
, desktop-file-utils, python3, wrapGAppsHook , gtk3, gnome3, gnome-autoar
, glib-networking, shared-mime-info, libnotify, libexif, libseccomp , exempi
-, librsvg, tracker, tracker-miners, gexiv2, libselinux, gdk_pixbuf
+, librsvg, tracker, tracker-miners, gexiv2, libselinux, gdk-pixbuf
, substituteAll, bubblewrap, gst_all_1, gsettings-desktop-schemas
}:
let
pname = "nautilus";
- version = "3.32.1";
+ version = "3.32.3";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "0vmrvimv4183l3ij4kv0ir2c9rfzk7gh3xc2pa4wkqq9kn7h6m7s";
+ sha256 = "1x9crzbj6rrrf8w5dkcx0c14j40byr4ijpzkwd5dcrbfvvdy1r01";
};
nativeBuildInputs = [
@@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
preFixup = ''
gappsWrapperArgs+=(
# Thumbnailers
- --prefix XDG_DATA_DIRS : "${gdk_pixbuf}/share"
+ --prefix XDG_DATA_DIRS : "${gdk-pixbuf}/share"
--prefix XDG_DATA_DIRS : "${librsvg}/share"
--prefix XDG_DATA_DIRS : "${shared-mime-info}/share"
)
diff --git a/pkgs/desktops/gnome-3/core/simple-scan/default.nix b/pkgs/desktops/gnome-3/core/simple-scan/default.nix
index 047e79e14e5..4f57c5247d9 100644
--- a/pkgs/desktops/gnome-3/core/simple-scan/default.nix
+++ b/pkgs/desktops/gnome-3/core/simple-scan/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, itstool, python3, wrapGAppsHook
-, cairo, gdk_pixbuf, colord, glib, gtk3, gusb, packagekit, libwebp
+, cairo, gdk-pixbuf, colord, glib, gtk3, gusb, packagekit, libwebp
, libxml2, sane-backends, vala, gnome3, gobject-introspection }:
stdenv.mkDerivation rec {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [
- cairo gdk_pixbuf colord glib gnome3.adwaita-icon-theme gusb
+ cairo gdk-pixbuf colord glib gnome3.adwaita-icon-theme gusb
gtk3 libwebp packagekit sane-backends vala
];
nativeBuildInputs = [
diff --git a/pkgs/desktops/gnome-3/core/sushi/default.nix b/pkgs/desktops/gnome-3/core/sushi/default.nix
index 478aac8c173..5554dbdfe30 100644
--- a/pkgs/desktops/gnome-3/core/sushi/default.nix
+++ b/pkgs/desktops/gnome-3/core/sushi/default.nix
@@ -1,15 +1,15 @@
{ stdenv, fetchurl, pkgconfig, meson, gettext, gobject-introspection, glib
, clutter-gtk, clutter-gst, gnome3, gtksourceview, gjs
, webkitgtk, libmusicbrainz5, icu, wrapGAppsHook, gst_all_1
-, gdk_pixbuf, librsvg, gtk3, harfbuzz, ninja }:
+, gdk-pixbuf, librsvg, gtk3, harfbuzz, ninja }:
stdenv.mkDerivation rec {
name = "sushi-${version}";
- version = "3.32.0";
+ version = "3.32.1";
src = fetchurl {
url = "mirror://gnome/sources/sushi/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "0f1i8qp39gq749h90f7nwgrj4q6y55jnyh62n1v8hxvlk0b2wqnx";
+ sha256 = "02idvqjk76lii9xyg3b1yz4rw721709bdm5j8ikjym6amcghl0aj";
};
nativeBuildInputs = [
@@ -17,13 +17,11 @@ stdenv.mkDerivation rec {
];
buildInputs = [
glib gtk3 gnome3.evince icu harfbuzz
- clutter-gtk clutter-gst gjs gtksourceview gdk_pixbuf
+ clutter-gtk clutter-gst gjs gtksourceview gdk-pixbuf
librsvg libmusicbrainz5 webkitgtk
gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
];
- enableParallelBuilding = true;
-
passthru = {
updateScript = gnome3.updateScript {
packageName = "sushi";
diff --git a/pkgs/desktops/gnome-3/core/totem/default.nix b/pkgs/desktops/gnome-3/core/totem/default.nix
index d3319c4522e..4953b7ec7a8 100644
--- a/pkgs/desktops/gnome-3/core/totem/default.nix
+++ b/pkgs/desktops/gnome-3/core/totem/default.nix
@@ -3,15 +3,15 @@
, pkgconfig, gtk3, glib, gobject-introspection, totem-pl-parser
, wrapGAppsHook, itstool, libxml2, vala, gnome3, grilo, grilo-plugins
, libpeas, adwaita-icon-theme, gnome-desktop, gsettings-desktop-schemas
-, gdk_pixbuf, tracker, nautilus, xvfb_run }:
+, gdk-pixbuf, tracker, nautilus, xvfb_run }:
stdenv.mkDerivation rec {
name = "totem-${version}";
- version = "3.32.0";
+ version = "3.32.1";
src = fetchurl {
url = "mirror://gnome/sources/totem/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "12iykwslvnpgmrm4bcchx5rzn2g4rl5r9s86n2001djn58yw6m6r";
+ sha256 = "0yra8apc7smpwf7d1k8crhrm8d4wix24ds6i9yxbch1v11jnhr3v";
};
doCheck = true;
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
gtk3 glib grilo clutter-gtk clutter-gst totem-pl-parser grilo-plugins
gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly gst_all_1.gst-libav libpeas shared-mime-info
- gdk_pixbuf libxml2 adwaita-icon-theme gnome-desktop
+ gdk-pixbuf libxml2 adwaita-icon-theme gnome-desktop
gsettings-desktop-schemas tracker nautilus
python3Packages.pygobject3 python3Packages.dbus-python # for plug-ins
];
diff --git a/pkgs/desktops/gnome-3/core/yelp-tools/default.nix b/pkgs/desktops/gnome-3/core/yelp-tools/default.nix
index d6ed0c22e4b..aac21626258 100644
--- a/pkgs/desktops/gnome-3/core/yelp-tools/default.nix
+++ b/pkgs/desktops/gnome-3/core/yelp-tools/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "yelp-tools-${version}";
- version = "3.32.1";
+ version = "3.32.2";
src = fetchurl {
url = "mirror://gnome/sources/yelp-tools/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1qrn8ss3wc601w8j0ziicgmgic0yh01az6611n3jgd7wll9c79wr";
+ sha256 = "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q";
};
passthru = {
diff --git a/pkgs/desktops/gnome-3/default.nix b/pkgs/desktops/gnome-3/default.nix
index 742babf721a..7820c32e2a6 100644
--- a/pkgs/desktops/gnome-3/default.nix
+++ b/pkgs/desktops/gnome-3/default.nix
@@ -37,7 +37,7 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome-calculator gnome-contacts gnome-font-viewer gnome-screenshot
gnome-system-monitor simple-scan
gnome-terminal gnome-user-docs evolution file-roller gedit
- gnome-clocks gnome-music gnome-tweaks gnome-photos
+ gnome-clocks gnome-music gnome-tweaks pkgs.gnome-photos
nautilus-sendto dconf-editor vinagre gnome-weather gnome-logs
gnome-maps gnome-characters gnome-calendar accerciser gnome-nettool
gnome-getting-started-docs gnome-packagekit gnome-software
@@ -113,8 +113,6 @@ lib.makeScope pkgs.newScope (self: with self; {
libgnome-keyring = callPackage ./core/libgnome-keyring { };
- gnome-online-accounts = callPackage ./core/gnome-online-accounts { };
-
gnome-online-miners = callPackage ./core/gnome-online-miners { };
gnome-remote-desktop = callPackage ./core/gnome-remote-desktop { };
@@ -141,10 +139,6 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome-user-share = callPackage ./core/gnome-user-share { };
- grilo = callPackage ./core/grilo { };
-
- grilo-plugins = callPackage ./core/grilo-plugins { };
-
gucharmap = callPackage ./core/gucharmap { };
gvfs = pkgs.gvfs.override { gnome = gnome3; gnomeSupport = true; };
@@ -196,10 +190,6 @@ lib.makeScope pkgs.newScope (self: with self; {
totem = callPackage ./core/totem { };
- tracker = callPackage ./core/tracker { };
-
- tracker-miners = callPackage ./core/tracker-miners { };
-
vino = callPackage ./core/vino { };
yelp = callPackage ./core/yelp { };
@@ -251,10 +241,6 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome-notes = callPackage ./apps/gnome-notes { };
- gnome-photos = callPackage ./apps/gnome-photos {
- gegl = gegl_0_4;
- };
-
gnome-power-manager = callPackage ./apps/gnome-power-manager { };
gnome-sound-recorder = callPackage ./apps/gnome-sound-recorder { };
@@ -345,16 +331,12 @@ lib.makeScope pkgs.newScope (self: with self; {
nautilus-python = callPackage ./misc/nautilus-python { };
- pidgin-im-gnome-shell-extension = callPackage ./misc/pidgin { };
-
gtkhtml = callPackage ./misc/gtkhtml { enchant = pkgs.enchant1; };
pomodoro = callPackage ./misc/pomodoro { };
gnome-autoar = callPackage ./misc/gnome-autoar { };
- gnome-video-effects = callPackage ./misc/gnome-video-effects { };
-
gnome-packagekit = callPackage ./misc/gnome-packagekit { };
} // lib.optionalAttrs (config.allowAliases or true) {
#### Legacy aliases
@@ -394,8 +376,13 @@ lib.makeScope pkgs.newScope (self: with self; {
easytag meld orca rhythmbox shotwell gnome-usage
clutter clutter-gst clutter-gtk cogl gtk-vnc libdazzle libgda libgit2-glib libgxps libgdata libgepub libcroco libpeas libgee geocode-glib libgweather librest libzapojit libmediaart gfbgraph gexiv2 folks totem-pl-parser gcr gsound libgnomekbd vte vte_290 vte-ng gnome-menus gdl;
inherit (pkgs) gsettings-desktop-schemas; # added 2019-04-16
+ inherit (pkgs) gnome-video-effects; # added 2019-08-19
+ inherit (pkgs) gnome-online-accounts grilo grilo-plugins tracker tracker-miners gnome-photos; # added 2019-08-23
+
defaultIconTheme = adwaita-icon-theme;
gtk = gtk3;
gtkmm = gtkmm3;
rest = librest;
+
+ pidgin-im-gnome-shell-extension = pkgs.gnomeExtensions.pidgin-im-integration; # added 2019-08-01
})
diff --git a/pkgs/desktops/gnome-3/extensions/appindicator/default.nix b/pkgs/desktops/gnome-3/extensions/appindicator/default.nix
index d8180096d2f..568a6cace72 100644
--- a/pkgs/desktops/gnome-3/extensions/appindicator/default.nix
+++ b/pkgs/desktops/gnome-3/extensions/appindicator/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "gnome-shell-extension-appindicator-${version}";
- version = "28";
+ version = "29";
src = fetchFromGitHub {
owner = "Ubuntu";
repo = "gnome-shell-extension-appindicator";
rev = "v${version}";
- sha256 = "03sgb2xkb4lzp8pbb7g56q29y1r764qzpc0j4d4m1gi0sb39sxrl";
+ sha256 = "02cr6rhi3dfk49jcjm6vh7yx117bv5wqyvd34cyv1kzwzsla8v2i";
};
# This package has a Makefile, but it's used for building a zip for
diff --git a/pkgs/desktops/gnome-3/extensions/pidgin-im-integration/default.nix b/pkgs/desktops/gnome-3/extensions/pidgin-im-integration/default.nix
new file mode 100644
index 00000000000..6f1cc3df409
--- /dev/null
+++ b/pkgs/desktops/gnome-3/extensions/pidgin-im-integration/default.nix
@@ -0,0 +1,31 @@
+{ stdenv, fetchFromGitHub, glib }:
+
+stdenv.mkDerivation rec {
+ pname = "gnome-shell-extension-pidgin-im-integration";
+ version = "32";
+
+ src = fetchFromGitHub {
+ owner = "muffinmad";
+ repo = "pidgin-im-gnome-shell-extension";
+ rev = "v${version}";
+ sha256 = "1jyg8r0s1v83sgg6y0jbsj2v37mglh8rvd8vi27fxnjq9xmg8kpc";
+ };
+
+ dontConfigure = true;
+ dontBuild = true;
+
+ installPhase = ''
+ share_dir="$prefix/share"
+ extensions_dir="$share_dir/gnome-shell/extensions/pidgin@muffinmad"
+ mkdir -p "$extensions_dir"
+ mv *.js metadata.json dbus.xml schemas locale "$extensions_dir"
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://github.com/muffinmad/pidgin-im-gnome-shell-extension;
+ description = "Make Pidgin IM conversations appear in the Gnome Shell message tray";
+ license = licenses.gpl2;
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ ];
+ };
+}
diff --git a/pkgs/desktops/gnome-3/games/atomix/default.nix b/pkgs/desktops/gnome-3/games/atomix/default.nix
index 00b3a04a168..c9395166c52 100644
--- a/pkgs/desktops/gnome-3/games/atomix/default.nix
+++ b/pkgs/desktops/gnome-3/games/atomix/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, wrapGAppsHook, python3
-, gettext, gnome3, glib, gtk3, libgnome-games-support, gdk_pixbuf }:
+, gettext, gnome3, glib, gtk3, libgnome-games-support, gdk-pixbuf }:
let
pname = "atomix";
@@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
};
nativeBuildInputs = [ meson ninja pkgconfig gettext wrapGAppsHook python3 ];
- buildInputs = [ glib gtk3 gdk_pixbuf libgnome-games-support gnome3.adwaita-icon-theme ];
+ buildInputs = [ glib gtk3 gdk-pixbuf libgnome-games-support gnome3.adwaita-icon-theme ];
postPatch = ''
chmod +x meson_post_install.py
diff --git a/pkgs/desktops/gnome-3/games/gnome-nibbles/default.nix b/pkgs/desktops/gnome-3/games/gnome-nibbles/default.nix
index cbac95c8f41..3bea240ecb9 100644
--- a/pkgs/desktops/gnome-3/games/gnome-nibbles/default.nix
+++ b/pkgs/desktops/gnome-3/games/gnome-nibbles/default.nix
@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "gnome-nibbles-${version}";
- version = "3.31.3";
+ version = "3.32.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-nibbles/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "0wg0l3aghkxcwp74liw115qjzy6w18hn80mhsz4lrjpnbpaivi18";
+ sha256 = "0g627pzbfywiy2rsh4aidgbln9s4j5m8pryw4cgr5ygc4z8l6l9p";
};
nativeBuildInputs = [ pkgconfig wrapGAppsHook intltool itstool libxml2 ];
diff --git a/pkgs/desktops/gnome-3/games/hitori/default.nix b/pkgs/desktops/gnome-3/games/hitori/default.nix
index 72cce760b03..657bf4a7639 100644
--- a/pkgs/desktops/gnome-3/games/hitori/default.nix
+++ b/pkgs/desktops/gnome-3/games/hitori/default.nix
@@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "hitori";
- version = "3.31.92";
+ version = "3.32.0";
src = fetchurl {
url = "mirror://gnome/sources/hitori/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "0m2w3zz6v1bsd1fn78ab79d72ywd9vq60rziazsblxsi4qy9dva5";
+ sha256 = "15s20db2fq4cy031sw20pmf53hxiak44fgyjy5njqnp2h2sg3806";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/gnome-3/games/iagno/default.nix b/pkgs/desktops/gnome-3/games/iagno/default.nix
index 8ef4b2f3075..86a1bd6485b 100644
--- a/pkgs/desktops/gnome-3/games/iagno/default.nix
+++ b/pkgs/desktops/gnome-3/games/iagno/default.nix
@@ -1,5 +1,5 @@
-{ stdenv, fetchurl, pkgconfig, gtk3, gnome3, gdk_pixbuf, librsvg, wrapGAppsHook
-, intltool, itstool, libcanberra-gtk3, libxml2
+{ stdenv, fetchurl, pkgconfig, gtk3, gnome3, gdk-pixbuf, librsvg, wrapGAppsHook
+, itstool, libcanberra-gtk3, libxml2
, meson, ninja, python3, vala, desktop-file-utils
}:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meson ninja python3 vala desktop-file-utils
pkgconfig wrapGAppsHook itstool libxml2
];
- buildInputs = [ gtk3 gnome3.adwaita-icon-theme gdk_pixbuf librsvg libcanberra-gtk3 ];
+ buildInputs = [ gtk3 gnome3.adwaita-icon-theme gdk-pixbuf librsvg libcanberra-gtk3 ];
enableParallelBuilding = true;
diff --git a/pkgs/desktops/gnome-3/games/lightsoff/default.nix b/pkgs/desktops/gnome-3/games/lightsoff/default.nix
index 18c6f43b3b3..5801c293563 100644
--- a/pkgs/desktops/gnome-3/games/lightsoff/default.nix
+++ b/pkgs/desktops/gnome-3/games/lightsoff/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, vala, pkgconfig, gtk3, gnome3, gdk_pixbuf, librsvg, wrapGAppsHook
+{ stdenv, fetchurl, vala, pkgconfig, gtk3, gnome3, gdk-pixbuf, librsvg, wrapGAppsHook
, gettext, itstool, clutter, clutter-gtk, libxml2, appstream-glib
, meson, ninja, python3 }:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
vala pkgconfig wrapGAppsHook itstool gettext appstream-glib libxml2
meson ninja python3
];
- buildInputs = [ gtk3 gnome3.adwaita-icon-theme gdk_pixbuf librsvg clutter clutter-gtk ];
+ buildInputs = [ gtk3 gnome3.adwaita-icon-theme gdk-pixbuf librsvg clutter clutter-gtk ];
postPatch = ''
chmod +x build-aux/meson_post_install.py
diff --git a/pkgs/desktops/gnome-3/games/quadrapassel/default.nix b/pkgs/desktops/gnome-3/games/quadrapassel/default.nix
index 712f984cbf9..78ed0d9fa68 100644
--- a/pkgs/desktops/gnome-3/games/quadrapassel/default.nix
+++ b/pkgs/desktops/gnome-3/games/quadrapassel/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, gtk3, gnome3, gdk_pixbuf
+{ stdenv, fetchurl, pkgconfig, gtk3, gnome3, gdk-pixbuf
, librsvg, libcanberra-gtk3, libmanette
, gettext, itstool, libxml2, clutter, clutter-gtk, wrapGAppsHook
, meson, ninja, python3, vala, desktop-file-utils
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
libxml2 itstool gettext wrapGAppsHook
];
buildInputs = [
- gtk3 gdk_pixbuf librsvg libmanette
+ gtk3 gdk-pixbuf librsvg libmanette
libcanberra-gtk3 clutter libxml2 clutter-gtk
];
diff --git a/pkgs/desktops/gnome-3/games/tali/default.nix b/pkgs/desktops/gnome-3/games/tali/default.nix
index 5ec29554b36..f0da625316f 100644
--- a/pkgs/desktops/gnome-3/games/tali/default.nix
+++ b/pkgs/desktops/gnome-3/games/tali/default.nix
@@ -1,15 +1,15 @@
-{ stdenv, fetchurl, pkgconfig, gtk3, gnome3, gdk_pixbuf
+{ stdenv, fetchurl, pkgconfig, gtk3, gnome3, gdk-pixbuf
, librsvg, gettext, itstool, libxml2, wrapGAppsHook
, meson, ninja, python3, desktop-file-utils
}:
stdenv.mkDerivation rec {
name = "tali-${version}";
- version = "3.32.0";
+ version = "3.32.1";
src = fetchurl {
url = "mirror://gnome/sources/tali/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "0s5clkn0qm298mvphx1xdymg67w1p8vvgvypvs97k6lfjqijkx3v";
+ sha256 = "0na7sswfh63wj44aibcnqdsbb24yfngcwgi07lv8rky6rry0kqgz";
};
passthru = {
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
pkgconfig gnome3.adwaita-icon-theme
libxml2 itstool gettext wrapGAppsHook
];
- buildInputs = [ gtk3 gdk_pixbuf librsvg ];
+ buildInputs = [ gtk3 gdk-pixbuf librsvg ];
postPatch = ''
chmod +x build-aux/meson_post_install.py
diff --git a/pkgs/desktops/gnome-3/misc/geary/default.nix b/pkgs/desktops/gnome-3/misc/geary/default.nix
index 54d45eedc3d..8babe77e412 100644
--- a/pkgs/desktops/gnome-3/misc/geary/default.nix
+++ b/pkgs/desktops/gnome-3/misc/geary/default.nix
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "geary";
- version = "3.32.1";
+ version = "3.32.2";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "07y5ii5bn7fgdpr88307fwxiafm5fwdxmzwhi6h1y4z880nnzp7f";
+ sha256 = "0sg53zq81v28hdqiy5d048skwfgsa8ck0z7ywsagdh7iaqin68gq";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/gnome-3/misc/gnome-flashback/default.nix b/pkgs/desktops/gnome-3/misc/gnome-flashback/default.nix
index 6d8f48f0d8e..3cade7ccdf8 100644
--- a/pkgs/desktops/gnome-3/misc/gnome-flashback/default.nix
+++ b/pkgs/desktops/gnome-3/misc/gnome-flashback/default.nix
@@ -11,14 +11,12 @@
, gsettings-desktop-schemas
, gtk3
, ibus
-, intltool
, libcanberra-gtk3
, libpulseaudio
, libxkbfile
, libxml2
, pkgconfig
, polkit
-, substituteAll
, upower
, wrapGAppsHook
, writeTextFile
diff --git a/pkgs/desktops/gnome-3/misc/gnome-screensaver/default.nix b/pkgs/desktops/gnome-3/misc/gnome-screensaver/default.nix
index 5afc92aa482..b1e9cde906c 100644
--- a/pkgs/desktops/gnome-3/misc/gnome-screensaver/default.nix
+++ b/pkgs/desktops/gnome-3/misc/gnome-screensaver/default.nix
@@ -1,6 +1,5 @@
{ stdenv
, fetchgit
-, fetchurl
, autoreconfHook
, dbus-glib
, glib
@@ -8,7 +7,6 @@
, gnome-desktop
, gnome3
, gtk3
-, gsettings-desktop-schemas
, pkgconfig
, intltool
, pam
diff --git a/pkgs/desktops/gnome-3/misc/gnome-tweaks/default.nix b/pkgs/desktops/gnome-3/misc/gnome-tweaks/default.nix
index fd7f7ef609d..7a54114d2db 100644
--- a/pkgs/desktops/gnome-3/misc/gnome-tweaks/default.nix
+++ b/pkgs/desktops/gnome-3/misc/gnome-tweaks/default.nix
@@ -1,7 +1,7 @@
{ stdenv, meson, ninja, gettext, fetchurl
, pkgconfig, gtk3, glib, libsoup, gsettings-desktop-schemas
, itstool, libxml2, python3Packages
-, gnome3, gdk_pixbuf, libnotify, gobject-introspection, wrapGAppsHook }:
+, gnome3, gdk-pixbuf, libnotify, gobject-introspection, wrapGAppsHook }:
let
pname = "gnome-tweaks";
@@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
];
buildInputs = [
gtk3 glib gsettings-desktop-schemas
- gdk_pixbuf gnome3.adwaita-icon-theme
+ gdk-pixbuf gnome3.adwaita-icon-theme
libnotify gnome3.gnome-shell python3Packages.pygobject3
libsoup gnome3.gnome-settings-daemon gnome3.nautilus
gnome3.mutter gnome3.gnome-desktop gobject-introspection
diff --git a/pkgs/desktops/gnome-3/misc/gnome-video-effects/default.nix b/pkgs/desktops/gnome-3/misc/gnome-video-effects/default.nix
deleted file mode 100644
index b65e9c1021e..00000000000
--- a/pkgs/desktops/gnome-3/misc/gnome-video-effects/default.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{ stdenv, fetchurl, pkgconfig, intltool, gnome3 }:
-let
- pname = "gnome-video-effects";
- version = "0.4.3";
-in stdenv.mkDerivation rec {
- name = "${pname}-${version}";
-
- src = fetchurl {
- url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "06c2f1kihyhawap1s3zg5w7q7fypsybkp7xry4hxkdz4mpsy0zjs";
- };
-
- nativeBuildInputs = [ pkgconfig intltool ];
-
- passthru = {
- updateScript = gnome3.updateScript {
- packageName = pname;
- attrPath = "gnome3.${pname}";
- };
- };
-
- meta = with stdenv.lib; {
- description = "A collection of GStreamer effects to be used in different GNOME Modules";
- homepage = https://wiki.gnome.org/Projects/GnomeVideoEffects;
- platforms = platforms.linux;
- maintainers = gnome3.maintainers;
- license = licenses.gpl2;
- };
-}
diff --git a/pkgs/desktops/gnome-3/misc/gpaste/default.nix b/pkgs/desktops/gnome-3/misc/gpaste/default.nix
index 3da7031b511..a35067587e0 100644
--- a/pkgs/desktops/gnome-3/misc/gpaste/default.nix
+++ b/pkgs/desktops/gnome-3/misc/gpaste/default.nix
@@ -1,5 +1,5 @@
-{ stdenv, fetchurl, autoreconfHook, pkgconfig, vala, glib, gjs, mutter, fetchpatch
-, pango, gtk3, gnome3, dbus, clutter, appstream-glib, wrapGAppsHook, systemd, gobject-introspection }:
+{ stdenv, fetchurl, autoreconfHook, pkgconfig, vala, glib, gjs, mutter
+, pango, gtk3, gnome3, dbus, clutter, appstream-glib, wrapGAppsHook, gobject-introspection }:
stdenv.mkDerivation rec {
version = "3.32.0";
diff --git a/pkgs/desktops/gnome-3/misc/gtkhtml/default.nix b/pkgs/desktops/gnome-3/misc/gtkhtml/default.nix
index b8cce222f93..543453a2bd3 100644
--- a/pkgs/desktops/gnome-3/misc/gtkhtml/default.nix
+++ b/pkgs/desktops/gnome-3/misc/gtkhtml/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, gtk3, intltool, fetchpatch
+{ stdenv, fetchurl, pkgconfig, gtk3, intltool
, gnome3, enchant, isocodes, gsettings-desktop-schemas }:
stdenv.mkDerivation rec {
diff --git a/pkgs/desktops/gnome-3/misc/nautilus-python/default.nix b/pkgs/desktops/gnome-3/misc/nautilus-python/default.nix
index 4aec5ba4d84..4c2a551b1c7 100644
--- a/pkgs/desktops/gnome-3/misc/nautilus-python/default.nix
+++ b/pkgs/desktops/gnome-3/misc/nautilus-python/default.nix
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "nautilus-python";
- version = "1.2.2";
+ version = "1.2.3";
outputs = [ "out" "dev" "doc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "04pib6fan6cq8x0fhf5gll2f5d2dh5pxrhj79qhi5l1yc7ys7kch";
+ sha256 = "161050sx3sdxqcpjkjcpf6wl4kx0jydihga7mcvrj9c2f8ly0g07";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/gnome-3/misc/pidgin/default.nix b/pkgs/desktops/gnome-3/misc/pidgin/default.nix
deleted file mode 100644
index c11fdfa6099..00000000000
--- a/pkgs/desktops/gnome-3/misc/pidgin/default.nix
+++ /dev/null
@@ -1,42 +0,0 @@
-{ stdenv, fetchFromGitHub, glib }:
-
-stdenv.mkDerivation rec {
- version = "1.0.1";
- basename = "pidgin-im-gnome-shell-extension";
- name = "${basename}-${version}";
-
- src = fetchFromGitHub {
- owner = "muffinmad";
- repo = "${basename}";
- rev = "v${version}";
- sha256 = "1567s2sfqig4jw0nrn134f5vkx0yq31q044grv3xk4vpl1f3z2lr";
- };
-
- buildInputs = [ glib ];
-
- configurePhase = "";
- buildPhase = "";
- installPhase = ''
- share_dir="$prefix/share"
- extensions_dir="$share_dir/gnome-shell/extensions/pidgin@muffinmad"
- mkdir -p "$extensions_dir"
- mv *.js metadata.json dbus.xml gnome-shell-extension-pidgin.pot "$extensions_dir"
-
- schemas_dir="$share_dir/gsettings-schemas/${name}/glib-2.0/schemas"
- mkdir -p "$schemas_dir"
- mv schemas/* "$schemas_dir" # fix Emacs syntax highlighting: */
- glib-compile-schemas "$schemas_dir"
-
- locale_dir="$share_dir/locale"
- mkdir -p "$locale_dir"
- mv locale/* $locale_dir # fix Emacs syntax highlighting: */
- '';
-
- meta = with stdenv.lib; {
- homepage = https://github.com/muffinmad/pidgin-im-gnome-shell-extension;
- description = "Make Pidgin IM conversations appear in the Gnome Shell message tray";
- license = licenses.gpl2;
- platforms = platforms.linux;
- maintainers = with maintainers; [ ];
- };
-}
diff --git a/pkgs/desktops/gnustep/default.nix b/pkgs/desktops/gnustep/default.nix
index 1fdf79ef9ae..4f7c13e8e4a 100644
--- a/pkgs/desktops/gnustep/default.nix
+++ b/pkgs/desktops/gnustep/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, newScope, stdenv, llvmPackages_6 }:
+{ pkgs, newScope, llvmPackages_6 }:
let
callPackage = newScope self;
diff --git a/pkgs/desktops/lxde/core/lxpanel/default.nix b/pkgs/desktops/lxde/core/lxpanel/default.nix
index af9570a2c73..a24a33c2e76 100644
--- a/pkgs/desktops/lxde/core/lxpanel/default.nix
+++ b/pkgs/desktops/lxde/core/lxpanel/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, gettext, m4, intltool, libxmlxx, keybinder
-, gtk2, libX11, libfm, libwnck, libXmu, libXpm, cairo, gdk_pixbuf
+, gtk2, libX11, libfm, libwnck, libXmu, libXpm, cairo, gdk-pixbuf
, menu-cache, lxmenu-data, wirelesstools
, supportAlsa ? false, alsaLib
}:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig gettext m4 intltool libxmlxx ];
buildInputs = [
- keybinder gtk2 libX11 libfm libwnck libXmu libXpm cairo gdk_pixbuf
+ keybinder gtk2 libX11 libfm libwnck libXmu libXpm cairo gdk-pixbuf
menu-cache lxmenu-data m4 wirelesstools
] ++ stdenv.lib.optional supportAlsa alsaLib;
diff --git a/pkgs/desktops/lxqt/compton-conf/default.nix b/pkgs/desktops/lxqt/compton-conf/default.nix
index f5331751c70..e639996f7c6 100644
--- a/pkgs/desktops/lxqt/compton-conf/default.nix
+++ b/pkgs/desktops/lxqt/compton-conf/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, lxqt,
+{ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, lxqt,
libconfig }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "compton-conf";
version = "0.14.1";
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
--replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg" \
'';
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "GUI configuration tool for compton X composite manager";
homepage = https://github.com/lxqt/compton-conf;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/libfm-qt/default.nix b/pkgs/desktops/lxqt/libfm-qt/default.nix
index 3ce1ea068a7..c214f0b3dcd 100644
--- a/pkgs/desktops/lxqt/libfm-qt/default.nix
+++ b/pkgs/desktops/lxqt/libfm-qt/default.nix
@@ -1,10 +1,10 @@
{
- stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools,
+ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools,
pcre, libexif, xorg, libfm, menu-cache,
qtx11extras, qttools
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "libfm-qt";
version = "0.14.1";
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
menu-cache
];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Core library of PCManFM-Qt (Qt binding for libfm)";
homepage = https://github.com/lxqt/libfm-qt;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/liblxqt/default.nix b/pkgs/desktops/lxqt/liblxqt/default.nix
index 19335860599..d94b1ac0d03 100644
--- a/pkgs/desktops/lxqt/liblxqt/default.nix
+++ b/pkgs/desktops/lxqt/liblxqt/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras,
+{ lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras,
qttools, qtsvg, libqtxdg, polkit-qt, kwindowsystem, xorg }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "liblxqt";
version = "0.14.1";
@@ -27,18 +27,11 @@ stdenv.mkDerivation rec {
xorg.libXScrnSaver
];
- cmakeFlags = [
- "-DLXQT_ETC_XDG_DIR=/run/current-system/sw/etc/xdg"
- ];
-
postPatch = ''
- sed -i 's|set(LXQT_SHARE_DIR .*)|set(LXQT_SHARE_DIR "/run/current-system/sw/share/lxqt")|' CMakeLists.txt
sed -i "s|\''${POLKITQT-1_POLICY_FILES_INSTALL_DIR}|''${out}/share/polkit-1/actions|" CMakeLists.txt
- substituteInPlace CMakeLists.txt \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
'';
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Core utility library for all LXQt components";
homepage = https://github.com/lxqt/liblxqt;
license = licenses.lgpl21Plus;
diff --git a/pkgs/desktops/lxqt/libqtxdg/default.nix b/pkgs/desktops/lxqt/libqtxdg/default.nix
index d351f3e0d6e..799e4286803 100644
--- a/pkgs/desktops/lxqt/libqtxdg/default.nix
+++ b/pkgs/desktops/lxqt/libqtxdg/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, qtbase, qtsvg, lxqt-build-tools }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, qtbase, qtsvg, lxqt-build-tools }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "libqtxdg";
version = "3.3.1";
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
)
'';
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Qt implementation of freedesktop.org xdg specs";
homepage = https://github.com/lxqt/libqtxdg;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/libsysstat/default.nix b/pkgs/desktops/lxqt/libsysstat/default.nix
index 74fa1b03fa6..dc2ce54d6ae 100644
--- a/pkgs/desktops/lxqt/libsysstat/default.nix
+++ b/pkgs/desktops/lxqt/libsysstat/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, qtbase, lxqt-build-tools }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, qtbase, lxqt-build-tools }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "libsysstat";
version = "0.4.2";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ qtbase ];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Library used to query system info and statistics";
homepage = https://github.com/lxqt/libsysstat;
license = licenses.lgpl21Plus;
diff --git a/pkgs/desktops/lxqt/lximage-qt/default.nix b/pkgs/desktops/lxqt/lximage-qt/default.nix
index affa0cc8c9d..33e6a1f99e5 100644
--- a/pkgs/desktops/lxqt/lximage-qt/default.nix
+++ b/pkgs/desktops/lxqt/lximage-qt/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools,
+{ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools,
qtx11extras, qtsvg, xorg, lxqt-build-tools, libfm-qt, libexif }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lximage-qt";
version = "0.14.1";
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
libexif
];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "The image viewer and screenshot tool for lxqt";
homepage = https://github.com/lxqt/lximage-qt;
license = licenses.gpl2;
diff --git a/pkgs/desktops/lxqt/lxqt-about/default.nix b/pkgs/desktops/lxqt/lxqt-about/default.nix
index 7778eb92263..595141daffc 100644
--- a/pkgs/desktops/lxqt/lxqt-about/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-about/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-about";
version = "0.14.1";
@@ -25,12 +25,7 @@ stdenv.mkDerivation rec {
libqtxdg
];
- postPatch = ''
- substituteInPlace CMakeLists.txt \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
- '';
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Dialogue window providing information about LXQt and the system it's running on";
homepage = https://github.com/lxqt/lxqt-about;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-admin/default.nix b/pkgs/desktops/lxqt/lxqt-admin/default.nix
index 5ea6b0d0882..a49bb120791 100644
--- a/pkgs/desktops/lxqt/lxqt-admin/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-admin/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, polkit-qt }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, polkit-qt }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-admin";
version = "0.14.1";
@@ -29,14 +29,9 @@ stdenv.mkDerivation rec {
postPatch = ''
sed "s|\''${POLKITQT-1_POLICY_FILES_INSTALL_DIR}|''${out}/share/polkit-1/actions|" \
-i lxqt-admin-user/CMakeLists.txt
-
- for f in lxqt-admin-{user,time}/CMakeLists.txt; do
- substituteInPlace $f \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
- done
'';
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "LXQt system administration tool";
homepage = https://github.com/lxqt/lxqt-admin;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-archiver/default.nix b/pkgs/desktops/lxqt/lxqt-archiver/default.nix
index 75ec5aa06ed..da90826116f 100644
--- a/pkgs/desktops/lxqt/lxqt-archiver/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-archiver/default.nix
@@ -1,7 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, json-glib, libfm-qt, qtbase, qttools, qtx11extras }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, json-glib, libfm-qt, qtbase, qttools, qtx11extras }:
-stdenv.mkDerivation rec {
- name = "${pname}-${version}";
+mkDerivation rec {
pname = "lxqt-archiver";
version = "0.0.96";
@@ -30,7 +29,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Archive tool for the LXQt desktop environment";
homepage = https://github.com/lxqt/lxqt-archiver/;
license = licenses.gpl2;
diff --git a/pkgs/desktops/lxqt/lxqt-build-tools/LXQtConfigVars.cmake b/pkgs/desktops/lxqt/lxqt-build-tools/LXQtConfigVars.cmake
new file mode 100644
index 00000000000..fd7ef927f8b
--- /dev/null
+++ b/pkgs/desktops/lxqt/lxqt-build-tools/LXQtConfigVars.cmake
@@ -0,0 +1,7 @@
+add_definitions("-DLXQT_RELATIVE_SHARE_DIR=\"${LXQT_RELATIVE_SHARE_DIR}\"")
+add_definitions("-DLXQT_SHARE_DIR=\"${LXQT_SHARE_DIR}\"")
+add_definitions("-DLXQT_RELATIVE_SHARE_TRANSLATIONS_DIR=\"${LXQT_RELATIVE_TRANSLATIONS_DIR}\"")
+add_definitions("-DLXQT_SHARE_TRANSLATIONS_DIR=\"${LXQT_TRANSLATIONS_DIR}\"")
+add_definitions("-DLXQT_GRAPHICS_DIR=\"${LXQT_GRAPHICS_DIR}\"")
+add_definitions("-DLXQT_ETC_XDG_DIR=\"${LXQT_ETC_XDG_DIR}\"")
+add_definitions("-DLXQT_DATA_DIR=\"${LXQT_DATA_DIR}\"")
diff --git a/pkgs/desktops/lxqt/lxqt-build-tools/default.nix b/pkgs/desktops/lxqt/lxqt-build-tools/default.nix
index f55fa579ff4..626c99fcf9c 100644
--- a/pkgs/desktops/lxqt/lxqt-build-tools/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-build-tools/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, pcre, qtbase, glib }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, pcre, qtbase, glib }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-build-tools";
version = "0.6.0";
@@ -11,13 +11,20 @@ stdenv.mkDerivation rec {
sha256 = "0i7m9s4g5rsw28vclc9nh0zcapx85cqfwxkx7rrw7wa12svy7pm2";
};
- nativeBuildInputs = [ cmake pkgconfig ];
+ nativeBuildInputs = [ cmake pkgconfig setupHook ];
buildInputs = [ qtbase glib pcre ];
- preConfigure = ''cmakeFlags+=" -DLXQT_ETC_XDG_DIR=$out/etc/xdg"'';
+ setupHook = ./setup-hook.sh;
- meta = with stdenv.lib; {
+ # We're dependent on this macro doing add_definitions in most places
+ # But we have the setup-hook to set the values.
+ postInstall = ''
+ rm $out/share/cmake/lxqt-build-tools/modules/LXQtConfigVars.cmake
+ cp ${./LXQtConfigVars.cmake} $out/share/cmake/lxqt-build-tools/modules/LXQtConfigVars.cmake
+ '';
+
+ meta = with lib; {
description = "Various packaging tools and scripts for LXQt applications";
homepage = https://github.com/lxqt/lxqt-build-tools;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-build-tools/setup-hook.sh b/pkgs/desktops/lxqt/lxqt-build-tools/setup-hook.sh
new file mode 100644
index 00000000000..e40765116e9
--- /dev/null
+++ b/pkgs/desktops/lxqt/lxqt-build-tools/setup-hook.sh
@@ -0,0 +1,15 @@
+LXQtCMakePostHook() {
+ cmakeFlagsArray+=(
+ -DLXQT_LIBRARY_NAME=lxqt
+ -DLXQT_SHARE_DIR=$out/share/lxqt
+ -DLXQT_TRANSLATIONS_DIR=$out/share/lxqt/translations
+ -DLXQT_GRAPHICS_DIR=$out/share/lxqt/graphics
+ -DLXQT_ETC_XDG_DIR=$out/etc/xdg
+ -DLXQT_DATA_DIR=$out/share
+ -DLXQT_RELATIVE_SHARE_DIR=lxqt
+ -DLXQT_RELATIVE_SHARE_TRANSLATIONS_DIR=lxqt/translations
+ )
+
+}
+
+postHooks+=(LXQtCMakePostHook)
diff --git a/pkgs/desktops/lxqt/lxqt-config/default.nix b/pkgs/desktops/lxqt/lxqt-config/default.nix
index e7ba00bc8a8..d775a93fff4 100644
--- a/pkgs/desktops/lxqt/lxqt-config/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-config/default.nix
@@ -1,8 +1,8 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase,
+{ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase,
qtx11extras, qttools, qtsvg, kwindowsystem, libkscreen, liblxqt,
libqtxdg, xorg }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-config";
version = "0.14.1";
@@ -38,27 +38,10 @@ stdenv.mkDerivation rec {
];
postPatch = ''
- substituteInPlace src/CMakeLists.txt \
- --replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg"
-
- for f in \
- lxqt-config-file-associations/CMakeLists.txt \
- lxqt-config-brightness/CMakeLists.txt \
- lxqt-config-appearance/CMakeLists.txt \
- lxqt-config-locale/CMakeLists.txt \
- lxqt-config-monitor/CMakeLists.txt \
- lxqt-config-input/CMakeLists.txt \
- liblxqt-config-cursor/CMakeLists.txt \
- src/CMakeLists.txt
- do
- substituteInPlace $f \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
- done
-
sed -i "/\''${XORG_LIBINPUT_INCLUDE_DIRS}/a ${xorg.xf86inputlibinput.dev}/include/xorg" lxqt-config-input/CMakeLists.txt
'';
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Tools to configure LXQt and the underlying operating system";
homepage = https://github.com/lxqt/lxqt-config;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-globalkeys/default.nix b/pkgs/desktops/lxqt/lxqt-globalkeys/default.nix
index 0502426e82d..d836ddeea38 100644
--- a/pkgs/desktops/lxqt/lxqt-globalkeys/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-globalkeys/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, liblxqt, libqtxdg }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, liblxqt, libqtxdg }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-globalkeys";
version = "0.14.1";
@@ -26,17 +26,7 @@ stdenv.mkDerivation rec {
libqtxdg
];
- postPatch = ''
- for dir in autostart xdg; do
- substituteInPlace $dir/CMakeLists.txt \
- --replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg"
- done
-
- substituteInPlace config/CMakeLists.txt \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
- '';
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Daemon used to register global keyboard shortcuts";
homepage = https://github.com/lxqt/lxqt-globalkeys;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-notificationd/default.nix b/pkgs/desktops/lxqt/lxqt-notificationd/default.nix
index 7eed84b3390..81a6a423a21 100644
--- a/pkgs/desktops/lxqt/lxqt-notificationd/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-notificationd/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, qtx11extras }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, qtx11extras }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-notificationd";
version = "0.14.1";
@@ -16,16 +16,6 @@ stdenv.mkDerivation rec {
lxqt-build-tools
];
- postPatch = ''
- substituteInPlace autostart/CMakeLists.txt \
- --replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg"
-
- for f in {config,src}/CMakeLists.txt; do
- substituteInPlace $f \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
- done
- '';
-
buildInputs = [
qtbase
qttools
@@ -36,7 +26,7 @@ stdenv.mkDerivation rec {
qtx11extras
];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "The LXQt notification daemon";
homepage = https://github.com/lxqt/lxqt-notificationd;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-openssh-askpass/default.nix b/pkgs/desktops/lxqt/lxqt-openssh-askpass/default.nix
index 7ba2f00b5c5..83048ed7d57 100644
--- a/pkgs/desktops/lxqt/lxqt-openssh-askpass/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-openssh-askpass/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtsvg, qtx11extras, kwindowsystem, liblxqt, libqtxdg }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtsvg, qtx11extras, kwindowsystem, liblxqt, libqtxdg }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-openssh-askpass";
version = "0.14.1";
@@ -26,12 +26,7 @@ stdenv.mkDerivation rec {
libqtxdg
];
- postPatch = ''
- substituteInPlace CMakeLists.txt \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
- '';
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "GUI to query passwords on behalf of SSH agents";
homepage = https://github.com/lxqt/lxqt-openssh-askpass;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-panel/default.nix b/pkgs/desktops/lxqt/lxqt-panel/default.nix
index 4363c9f8392..4558d36e554 100644
--- a/pkgs/desktops/lxqt/lxqt-panel/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-panel/default.nix
@@ -1,5 +1,5 @@
{
- stdenv, fetchFromGitHub,
+ lib, mkDerivation, fetchFromGitHub,
cmake, pkgconfig, lxqt-build-tools,
qtbase, qttools, qtx11extras, qtsvg, libdbusmenu, kwindowsystem, solid,
kguiaddons, liblxqt, libqtxdg, lxqt-globalkeys, libsysstat,
@@ -7,7 +7,7 @@
lxmenu-data, pcre, libXdamage
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-panel";
version = "0.14.1";
@@ -49,21 +49,7 @@ stdenv.mkDerivation rec {
libXdamage
];
- postPatch = ''
- for dir in autostart menu; do
- substituteInPlace $dir/CMakeLists.txt \
- --replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg"
- done
- substituteInPlace panel/CMakeLists.txt \
- --replace "DESTINATION \''${LXQT_ETC_XDG_DIR}" "DESTINATION etc/xdg"
-
- for f in cmake/BuildPlugin.cmake panel/CMakeLists.txt; do
- substituteInPlace $f \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
- done
- '';
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "The LXQt desktop panel";
homepage = https://github.com/lxqt/lxqt-panel;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-policykit/default.nix b/pkgs/desktops/lxqt/lxqt-policykit/default.nix
index 792a323e682..d501d83947e 100644
--- a/pkgs/desktops/lxqt/lxqt-policykit/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-policykit/default.nix
@@ -1,10 +1,10 @@
{
- stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools,
+ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools,
qtbase, qttools, qtx11extras, qtsvg, polkit-qt, kwindowsystem, liblxqt,
libqtxdg, pcre
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-policykit";
version = "0.14.1";
@@ -33,15 +33,7 @@ stdenv.mkDerivation rec {
pcre
];
- postPatch = ''
- substituteInPlace autostart/CMakeLists.txt \
- --replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg"
-
- substituteInPlace CMakeLists.txt \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
- '';
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "The LXQt PolicyKit agent";
homepage = https://github.com/lxqt/lxqt-policykit;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-powermanagement/default.nix b/pkgs/desktops/lxqt/lxqt-powermanagement/default.nix
index 6bdf5ce2c0c..9f8c66d826c 100644
--- a/pkgs/desktops/lxqt/lxqt-powermanagement/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-powermanagement/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, solid, kidletime, liblxqt, libqtxdg }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, solid, kidletime, liblxqt, libqtxdg }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-powermanagement";
version = "0.14.1";
@@ -28,17 +28,7 @@ stdenv.mkDerivation rec {
libqtxdg
];
- postPatch = ''
- substituteInPlace autostart/CMakeLists.txt \
- --replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg"
-
- for f in {config,src}/CMakeLists.txt; do
- substituteInPlace $f \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
- done
- '';
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Power management module for LXQt";
homepage = https://github.com/lxqt/lxqt-powermanagement;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix b/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix
index 82f393cf8d5..604fc570e1f 100644
--- a/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix
@@ -1,10 +1,10 @@
{
- stdenv, fetchFromGitHub,
+ lib, mkDerivation, fetchFromGitHub,
cmake, lxqt-build-tools,
qtbase, qtx11extras, qttools, qtsvg, libdbusmenu, libqtxdg, libfm-qt
}:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-qtplugin";
version = "0.14.0";
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
--replace "DESTINATION \"\''${QT_PLUGINS_DIR}" "DESTINATION \"$qtPluginPrefix"
'';
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "LXQt Qt platform integration plugin";
homepage = https://github.com/lxqt/lxqt-qtplugin;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-runner/default.nix b/pkgs/desktops/lxqt/lxqt-runner/default.nix
index 54236bfbb7e..d737bd91c91 100644
--- a/pkgs/desktops/lxqt/lxqt-runner/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-runner/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, lxqt-globalkeys, qtx11extras,
+{ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, lxqt-globalkeys, qtx11extras,
menu-cache, muparser, pcre }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-runner";
version = "0.14.1";
@@ -32,15 +32,7 @@ stdenv.mkDerivation rec {
pcre
];
- postPatch = ''
- substituteInPlace autostart/CMakeLists.txt \
- --replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg"
-
- substituteInPlace CMakeLists.txt \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
- '';
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Tool used to launch programs quickly by typing their names";
homepage = https://github.com/lxqt/lxqt-runner;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-session/default.nix b/pkgs/desktops/lxqt/lxqt-session/default.nix
index 40ef5697a54..fbf2c7ddde7 100644
--- a/pkgs/desktops/lxqt/lxqt-session/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-session/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, qttools, qtsvg, qtx11extras, kwindowsystem, liblxqt, libqtxdg, xorg, xdg-user-dirs }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, qttools, qtsvg, qtx11extras, kwindowsystem, liblxqt, libqtxdg, xorg, xdg-user-dirs }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-session";
version = "0.14.1";
@@ -30,19 +30,7 @@ stdenv.mkDerivation rec {
xdg-user-dirs
];
- postPatch = ''
- for dir in autostart config; do
- substituteInPlace $dir/CMakeLists.txt \
- --replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg"
- done
-
- for f in lxqt-{config-session,leave,session}/CMakeLists.txt; do
- substituteInPlace $f \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
- done
- '';
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "An alternative session manager ported from the original razor-session";
homepage = https://github.com/lxqt/lxqt-session;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-sudo/default.nix b/pkgs/desktops/lxqt/lxqt-sudo/default.nix
index 6deef1bf56b..91159398b8f 100644
--- a/pkgs/desktops/lxqt/lxqt-sudo/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-sudo/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, liblxqt, libqtxdg, sudo }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, liblxqt, libqtxdg, sudo }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-sudo";
version = "0.14.1";
@@ -27,12 +27,7 @@ stdenv.mkDerivation rec {
sudo
];
- postPatch = ''
- substituteInPlace CMakeLists.txt \
- --replace "\''${LXQT_TRANSLATIONS_DIR}" "''${out}/share/lxqt/translations"
- '';
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "GUI frontend for sudo/su";
homepage = https://github.com/lxqt/lxqt-sudo;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/lxqt-themes/default.nix b/pkgs/desktops/lxqt/lxqt-themes/default.nix
index 02591b9eb86..9d8da87fd5d 100644
--- a/pkgs/desktops/lxqt/lxqt-themes/default.nix
+++ b/pkgs/desktops/lxqt/lxqt-themes/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "lxqt-themes";
version = "0.14.0";
@@ -16,14 +16,7 @@ stdenv.mkDerivation rec {
lxqt-build-tools
];
- postPatch = ''
- substituteInPlace CMakeLists.txt \
- --replace "DESTINATION \"\''${LXQT_GRAPHICS_DIR}" "DESTINATION \"share/lxqt/graphics"
- substituteInPlace themes/CMakeLists.txt \
- --replace "DESTINATION \"\''${LXQT_SHARE_DIR}" "DESTINATION \"share/lxqt"
- '';
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Themes, graphics and icons for LXQt";
homepage = https://github.com/lxqt/lxqt-themes;
license = licenses.lgpl21;
diff --git a/pkgs/desktops/lxqt/obconf-qt/default.nix b/pkgs/desktops/lxqt/obconf-qt/default.nix
index 2360d1970c9..a5be8f41967 100644
--- a/pkgs/desktops/lxqt/obconf-qt/default.nix
+++ b/pkgs/desktops/lxqt/obconf-qt/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, pcre, qtbase, qttools,
+{ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, pcre, qtbase, qttools,
qtx11extras, xorg, lxqt-build-tools, openbox, hicolor-icon-theme }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "obconf-qt";
version = "0.14.1";
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
hicolor-icon-theme
];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "The Qt port of obconf, the Openbox configuration tool";
homepage = https://github.com/lxqt/obconf-qt;
license = licenses.gpl2;
diff --git a/pkgs/desktops/lxqt/pavucontrol-qt/default.nix b/pkgs/desktops/lxqt/pavucontrol-qt/default.nix
index 00359e2ffed..7b7d7290320 100644
--- a/pkgs/desktops/lxqt/pavucontrol-qt/default.nix
+++ b/pkgs/desktops/lxqt/pavucontrol-qt/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt, libpulseaudio,
+{ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt, libpulseaudio,
pcre, qtbase, qttools, qtx11extras }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "pavucontrol-qt";
version = "0.14.1";
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
pcre
];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "A Pulseaudio mixer in Qt (port of pavucontrol)";
homepage = https://github.com/lxqt/pavucontrol-qt;
license = licenses.gpl2;
diff --git a/pkgs/desktops/lxqt/pcmanfm-qt/default.nix b/pkgs/desktops/lxqt/pcmanfm-qt/default.nix
index 320d451f087..168b7f35ad2 100644
--- a/pkgs/desktops/lxqt/pcmanfm-qt/default.nix
+++ b/pkgs/desktops/lxqt/pcmanfm-qt/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt, qtbase, qttools,
+{ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt, qtbase, qttools,
qtx11extras, libfm-qt, menu-cache, lxmenu-data }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "pcmanfm-qt";
version = "0.14.1";
@@ -28,14 +28,7 @@ stdenv.mkDerivation rec {
lxmenu-data
];
- postPatch = ''
- for dir in autostart config; do
- substituteInPlace $dir/CMakeLists.txt \
- --replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg"
- done
- '';
-
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "File manager and desktop icon manager (Qt port of PCManFM and libfm)";
homepage = https://github.com/lxqt/pcmanfm-qt;
license = licenses.gpl2;
diff --git a/pkgs/desktops/lxqt/qlipper/default.nix b/pkgs/desktops/lxqt/qlipper/default.nix
index f5bdcf064fd..c1b29b16125 100644
--- a/pkgs/desktops/lxqt/qlipper/default.nix
+++ b/pkgs/desktops/lxqt/qlipper/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, qtbase, qttools }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, qtbase, qttools }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
name = "${pname}-${version}";
pname = "qlipper";
version = "5.1.1";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ qtbase qttools ];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Cross-platform clipboard history applet";
homepage = https://github.com/pvanek/qlipper;
license = licenses.gpl2Plus;
diff --git a/pkgs/desktops/lxqt/qps/default.nix b/pkgs/desktops/lxqt/qps/default.nix
index c17ef21c676..942c9257c25 100644
--- a/pkgs/desktops/lxqt/qps/default.nix
+++ b/pkgs/desktops/lxqt/qps/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, cmake, qtbase, qtx11extras, qttools,
+{ lib, mkDerivation, fetchFromGitHub, cmake, qtbase, qtx11extras, qttools,
lxqt-build-tools }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "qps";
version = "1.10.20";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ qtbase qtx11extras qttools ];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "The Qt process manager";
homepage = https://github.com/lxqt/qps;
license = licenses.gpl2;
diff --git a/pkgs/desktops/lxqt/qterminal/default.nix b/pkgs/desktops/lxqt/qterminal/default.nix
index 748d33aa2ce..10f525eb9e6 100644
--- a/pkgs/desktops/lxqt/qterminal/default.nix
+++ b/pkgs/desktops/lxqt/qterminal/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtermwidget,
+{ lib, mkDerivation, fetchFromGitHub, cmake, lxqt-build-tools, qtermwidget,
qtbase, qttools, qtx11extras }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "qterminal";
version = "0.14.1";
@@ -24,11 +24,11 @@ stdenv.mkDerivation rec {
qtermwidget
];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "A lightweight Qt-based terminal emulator";
homepage = https://github.com/lxqt/qterminal;
license = licenses.gpl2;
platforms = with platforms; unix;
- maintainers = with maintainers; [ romildo ];
+ maintainers = with maintainers; [ romildo globin ];
};
}
diff --git a/pkgs/desktops/lxqt/qtermwidget/default.nix b/pkgs/desktops/lxqt/qtermwidget/default.nix
index e47d8e05082..e61360f6a3b 100644
--- a/pkgs/desktops/lxqt/qtermwidget/default.nix
+++ b/pkgs/desktops/lxqt/qtermwidget/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, qtbase, qttools, lxqt-build-tools }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, qtbase, qttools, lxqt-build-tools }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "qtermwidget";
version = "0.14.1";
@@ -13,9 +13,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake lxqt-build-tools ];
- buildInputs = [ qtbase qttools];
+ buildInputs = [ qtbase qttools ];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "A terminal emulator widget for Qt 5";
homepage = https://github.com/lxqt/qtermwidget;
license = licenses.gpl2;
diff --git a/pkgs/desktops/lxqt/screengrab/default.nix b/pkgs/desktops/lxqt/screengrab/default.nix
index 14fa977e023..bac68f7166c 100644
--- a/pkgs/desktops/lxqt/screengrab/default.nix
+++ b/pkgs/desktops/lxqt/screengrab/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, libqtxdg, xorg, autoPatchelfHook }:
+{ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, qtbase, qttools, qtx11extras, qtsvg, kwindowsystem, libqtxdg, xorg, autoPatchelfHook }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "screengrab";
version = "1.101";
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
xorg.libXdmcp
];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Crossplatform tool for fast making screenshots";
homepage = https://github.com/lxqt/screengrab;
license = licenses.gpl2;
diff --git a/pkgs/desktops/mate/caja-dropbox/default.nix b/pkgs/desktops/mate/caja-dropbox/default.nix
index f5b71eba141..597391eb135 100644
--- a/pkgs/desktops/mate/caja-dropbox/default.nix
+++ b/pkgs/desktops/mate/caja-dropbox/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, substituteAll
-, pkgconfig, gobject-introspection, gdk_pixbuf
+, pkgconfig, gobject-introspection, gdk-pixbuf
, gtk3, mate, python3, dropbox }:
let
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkgconfig
gobject-introspection
- gdk_pixbuf
+ gdk-pixbuf
(python3.withPackages (ps: with ps; [
docutils
pygobject3
diff --git a/pkgs/desktops/mate/default.nix b/pkgs/desktops/mate/default.nix
index f4f2b3620e7..3970b2b2921 100644
--- a/pkgs/desktops/mate/default.nix
+++ b/pkgs/desktops/mate/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, newScope }:
+{ newScope }:
let
callPackage = newScope self;
diff --git a/pkgs/desktops/mate/engrampa/default.nix b/pkgs/desktops/mate/engrampa/default.nix
index 9e41969a568..8fad6cac879 100644
--- a/pkgs/desktops/mate/engrampa/default.nix
+++ b/pkgs/desktops/mate/engrampa/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, intltool, itstool, libxml2, gnome3, gtk3, mate, hicolor-icon-theme, wrapGAppsHook }:
+{ stdenv, fetchurl, pkgconfig, intltool, itstool, libxml2, gtk3, mate, hicolor-icon-theme, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "engrampa-${version}";
diff --git a/pkgs/desktops/mate/eom/default.nix b/pkgs/desktops/mate/eom/default.nix
index 793ca66583b..72e509d59af 100644
--- a/pkgs/desktops/mate/eom/default.nix
+++ b/pkgs/desktops/mate/eom/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, intltool, itstool, exempi, lcms2, libexif, libjpeg, librsvg, libxml2, libpeas, shared-mime-info, gnome3, gtk3, mate, hicolor-icon-theme, wrapGAppsHook }:
+{ stdenv, fetchurl, pkgconfig, intltool, itstool, exempi, lcms2, libexif, libjpeg, librsvg, libxml2, libpeas, shared-mime-info, gtk3, mate, hicolor-icon-theme, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "eom-${version}";
diff --git a/pkgs/desktops/mate/libmatekbd/default.nix b/pkgs/desktops/mate/libmatekbd/default.nix
index 553fadc568a..bd6488d2c2c 100644
--- a/pkgs/desktops/mate/libmatekbd/default.nix
+++ b/pkgs/desktops/mate/libmatekbd/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, pkgconfig, intltool, gtk3, libxklavier }:
+{ stdenv, fetchurl, pkgconfig, intltool, gtk3, libxklavier }:
stdenv.mkDerivation rec {
name = "libmatekbd-${version}";
diff --git a/pkgs/desktops/mate/marco/default.nix b/pkgs/desktops/mate/marco/default.nix
index 3719225fe8f..4f77b303501 100644
--- a/pkgs/desktops/mate/marco/default.nix
+++ b/pkgs/desktops/mate/marco/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "marco-${version}";
- version = "1.22.1";
+ version = "1.22.2";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1j7pvq8ndyl2x8jmh95sj69cnf0q9qsjn7lkr3jz6hk103mga82f";
+ sha256 = "0sc7x14229yj22ka1vlzbaqndwcgh6idypjmm9rydkj4n968jwry";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/mate/mate-media/default.nix b/pkgs/desktops/mate/mate-media/default.nix
index 59b93a890eb..7185181d747 100644
--- a/pkgs/desktops/mate/mate-media/default.nix
+++ b/pkgs/desktops/mate/mate-media/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, intltool, libtool, libxml2, libcanberra-gtk3, gnome3, gtk3, mate, wrapGAppsHook }:
+{ stdenv, fetchurl, pkgconfig, intltool, libtool, libxml2, libcanberra-gtk3, gtk3, mate, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "mate-media-${version}";
diff --git a/pkgs/desktops/mate/mate-notification-daemon/default.nix b/pkgs/desktops/mate/mate-notification-daemon/default.nix
index 63996f4256b..45d483503aa 100644
--- a/pkgs/desktops/mate/mate-notification-daemon/default.nix
+++ b/pkgs/desktops/mate/mate-notification-daemon/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, intltool, glib, libcanberra-gtk3,
- libnotify, libwnck3, gnome3, gtk3, wrapGAppsHook }:
+ libnotify, libwnck3, gtk3, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "mate-notification-daemon-${version}";
diff --git a/pkgs/desktops/mate/mate-themes/default.nix b/pkgs/desktops/mate/mate-themes/default.nix
index a5ed677a98d..a4724049f7c 100644
--- a/pkgs/desktops/mate/mate-themes/default.nix
+++ b/pkgs/desktops/mate/mate-themes/default.nix
@@ -1,18 +1,18 @@
{ stdenv, fetchurl, pkgconfig, intltool, mate, gtk2, gtk3,
- gtk_engines, gtk-engine-murrine, gdk_pixbuf, librsvg }:
+ gtk_engines, gtk-engine-murrine, gdk-pixbuf, librsvg }:
stdenv.mkDerivation rec {
name = "mate-themes-${version}";
- version = "3.22.19";
+ version = "3.22.20";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/themes/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1ycb8b8r0s8d1h1477135mynr53s5781gdb2ap8xlvj2g58492wq";
+ sha256 = "0c3dhf8p9nc2maky4g9xr04iil9wwbdkmhpzynlc6lfg4ksqq2bx";
};
nativeBuildInputs = [ pkgconfig intltool gtk3 ];
- buildInputs = [ mate.mate-icon-theme gtk2 gtk_engines gdk_pixbuf librsvg ];
+ buildInputs = [ mate.mate-icon-theme gtk2 gtk_engines gdk-pixbuf librsvg ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
diff --git a/pkgs/desktops/mate/mate-user-guide/default.nix b/pkgs/desktops/mate/mate-user-guide/default.nix
index 4d624479bbf..eae425b1892 100644
--- a/pkgs/desktops/mate/mate-user-guide/default.nix
+++ b/pkgs/desktops/mate/mate-user-guide/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "mate-user-guide-${version}";
- version = "1.22.1";
+ version = "1.22.2";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "02zlfdhrvamd299pbf5s19pr90y8yah84g12shwihlxff7d3hxvs";
+ sha256 = "01kcszsjiriqp4hf1k4fhazi2yfqlkn415sfgx0jw0p821bzqf2h";
};
nativeBuildInputs = [ itstool intltool libxml2 ];
diff --git a/pkgs/desktops/mate/mate-user-share/default.nix b/pkgs/desktops/mate/mate-user-share/default.nix
index 52d53478da1..f152515d60e 100644
--- a/pkgs/desktops/mate/mate-user-share/default.nix
+++ b/pkgs/desktops/mate/mate-user-share/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "mate-user-share-${version}";
- version = "1.22.0";
+ version = "1.22.1";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "14bhr6fv6gj3ka3sf13q64ck4svx8f4x8kzbppxv0jygpjp48w7h";
+ sha256 = "1krsar1pwa8720qz2dckcg0f6z9mvfk49djdxaz1afvi7blmqd6k";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/maxx/default.nix b/pkgs/desktops/maxx/default.nix
index 5edebb39be4..aaf9986fbb2 100644
--- a/pkgs/desktops/maxx/default.nix
+++ b/pkgs/desktops/maxx/default.nix
@@ -3,7 +3,7 @@
, libX11, libXext, libXi, libXau, libXrender, libXft, libXmu, libSM, libXcomposite, libXfixes, libXpm
, libXinerama, libXdamage, libICE, libXtst, libXaw, fontconfig, pango, cairo, glib, libxml2, atk, gtk2
-, gdk_pixbuf, libGL, ncurses5
+, gdk-pixbuf, libGL, ncurses5
, dmidecode, pciutils, usbutils
}:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
buildInputs = [
stdenv.cc.cc libX11 libXext libXi libXau libXrender libXft libXmu libSM libXcomposite libXfixes libXpm
libXinerama libXdamage libICE libXtst libXaw fontconfig pango cairo glib libxml2 atk gtk2
- gdk_pixbuf libGL ncurses5
+ gdk-pixbuf libGL ncurses5
];
buildPhase = ''
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.gnidorah ];
platforms = ["x86_64-linux"];
longDescription = ''
- A clone of IRIX Interactive Desktop made in agreement with SGI.
+ A clone of IRIX Interactive Desktop made in agreement with SGI.
Provides simple and fast retro desktop environment.
'';
};
diff --git a/pkgs/desktops/pantheon/apps/elementary-calculator/default.nix b/pkgs/desktops/pantheon/apps/elementary-calculator/default.nix
index 4a4850a0824..bcbe50e5de3 100644
--- a/pkgs/desktops/pantheon/apps/elementary-calculator/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-calculator/default.nix
@@ -1,25 +1,38 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig
-, meson, ninja, vala, desktop-file-utils, libxml2
-, gtk3, python3, granite, libgee, elementary-icon-theme
-, appstream, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, desktop-file-utils
+, libxml2
+, gtk3
+, python3
+, granite
+, libgee
+, elementary-icon-theme
+, appstream
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- pname = "calculator";
+ pname = "elementary-calculator";
version = "1.5.2";
- name = "elementary-${pname}-${version}";
+ repoName = "calculator";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "1vdgl89hdf9q1ya6as7310hlr0xls3w7js2gzsd9z8arb6037ccl";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
diff --git a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
index 9f684c22767..b806c085f84 100644
--- a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
@@ -1,26 +1,45 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson
-, ninja, vala, desktop-file-utils, gtk3, granite, libgee
-, geoclue2, libchamplain, clutter, folks, geocode-glib, python3
-, libnotify, libical, evolution-data-server, appstream-glib
-, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, desktop-file-utils
+, gtk3
+, granite
+, libgee
+, geoclue2
+, libchamplain
+, clutter
+, folks
+, geocode-glib
+, python3
+, libnotify
+, libical
+, evolution-data-server
+, appstream-glib
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- pname = "calendar";
+ pname = "elementary-calendar";
version = "5.0";
- name = "elementary-${pname}-${version}";
+ repoName = "calendar";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "0yiis5ig98gjw4s2qh8lppkdmv1cgi6qchxqncsjdki7yxyyni35";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
diff --git a/pkgs/desktops/pantheon/apps/elementary-camera/default.nix b/pkgs/desktops/pantheon/apps/elementary-camera/default.nix
index 90f326fb826..279e9eff87a 100644
--- a/pkgs/desktops/pantheon/apps/elementary-camera/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-camera/default.nix
@@ -1,24 +1,43 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, vala
-, desktop-file-utils, python3, gettext, libxml2, gtk3, granite, libgee, gst_all_1
-, libcanberra, clutter-gtk, clutter-gst, elementary-icon-theme, appstream, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, desktop-file-utils
+, python3
+, gettext
+, libxml2
+, gtk3
+, granite
+, libgee
+, gst_all_1
+, libcanberra
+, clutter-gtk
+, clutter-gst
+, elementary-icon-theme
+, appstream
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- pname = "camera";
+ pname = "elementary-camera";
version = "1.0.4";
- name = "elementary-${pname}-${version}";
+ repoName = "camera";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "1p532f961cjdg7szmxw7hw3av9v342hv5rx7in3bbhlc7adxflyc";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
diff --git a/pkgs/desktops/pantheon/apps/elementary-code/default.nix b/pkgs/desktops/pantheon/apps/elementary-code/default.nix
index 438144613c4..355f3ea8d0f 100644
--- a/pkgs/desktops/pantheon/apps/elementary-code/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-code/default.nix
@@ -1,25 +1,47 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, vala, substituteAll
-, python3, desktop-file-utils, gtk3, granite, libgee, elementary-icon-theme
-, appstream, libpeas, editorconfig-core-c, gtksourceview3, gtkspell3, libsoup
-, vte, webkitgtk, zeitgeist, ctags, libgit2-glib, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, python3
+, desktop-file-utils
+, gtk3
+, granite
+, libgee
+, elementary-icon-theme
+, appstream
+, libpeas
+, editorconfig-core-c
+, gtksourceview3
+, gtkspell3
+, libsoup
+, vte
+, webkitgtk
+, zeitgeist
+, ctags
+, libgit2-glib
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- pname = "code";
+ pname = "elementary-code";
version = "3.1.1";
- name = "elementary-${pname}-${version}";
+ repoName = "code";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "0l469fi5vbcazwfhy320nr8wrzz96jbrqn4hag0kdm16wvf5x1yc";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
@@ -36,8 +58,8 @@ stdenv.mkDerivation rec {
buildInputs = [
ctags
- elementary-icon-theme
editorconfig-core-c
+ elementary-icon-theme
granite
gtk3
gtksourceview3
diff --git a/pkgs/desktops/pantheon/apps/elementary-files/default.nix b/pkgs/desktops/pantheon/apps/elementary-files/default.nix
index 99c7afffe7a..ae6583c4672 100644
--- a/pkgs/desktops/pantheon/apps/elementary-files/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-files/default.nix
@@ -1,25 +1,49 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, gettext, vala
-, python3, desktop-file-utils, libcanberra, gtk3, libgee, granite, libnotify
-, libunity, pango, plank, bamf, sqlite, libdbusmenu-gtk3, zeitgeist, glib-networking
-, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, gettext
+, vala
+, python3
+, desktop-file-utils
+, libcanberra
+, gtk3
+, libgee
+, granite
+, libnotify
+, libunity
+, pango
+, plank
+, bamf
+, sqlite
+, libdbusmenu-gtk3
+, zeitgeist
+, glib-networking
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- pname = "files";
- version = "4.1.8";
+ pname = "elementary-files";
+ version = "4.1.9";
- name = "elementary-${pname}-${version}";
+ repoName = "files";
+
+ outputs = [ "out" "dev" ];
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
- sha256 = "1frslwbqnv3mwv5dpb1sbhxnwl87cps2ambkkhnn9wwckjpm7p8f";
+ sha256 = "12p1li9a7kqdlgkq20svaly5kr661ww93qngaiic6zv1bdw2bpmv";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
@@ -57,7 +81,8 @@ stdenv.mkDerivation rec {
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
- substituteInPlace filechooser-module/FileChooserDialog.vala --subst-var-by ELEMENTARY_FILES_GSETTINGS_PATH $out/share/gsettings-schemas/${name}/glib-2.0/schemas
+ substituteInPlace filechooser-module/FileChooserDialog.vala \
+ --subst-var-by ELEMENTARY_FILES_GSETTINGS_PATH $out/share/gsettings-schemas/${pname}-${version}/glib-2.0/schemas
'';
meta = with stdenv.lib; {
diff --git a/pkgs/desktops/pantheon/apps/elementary-music/default.nix b/pkgs/desktops/pantheon/apps/elementary-music/default.nix
index 78ddeb6e6d9..7d235551a80 100644
--- a/pkgs/desktops/pantheon/apps/elementary-music/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-music/default.nix
@@ -1,27 +1,49 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson
-, ninja, vala, desktop-file-utils, libxml2, gtk3, granite
-, python3, libgee, clutter-gtk, json-glib, libgda, libgpod
-, libnotify, libpeas, libsoup, zeitgeist, gst_all_1, taglib
-, libdbusmenu, libsignon-glib, libaccounts-glib
-, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, desktop-file-utils
+, gtk3
+, granite
+, python3
+, libgee
+, clutter-gtk
+, json-glib
+, libgda
+, libgpod
+, libnotify
+, libpeas
+, libsoup
+, zeitgeist
+, gst_all_1
+, taglib
+, libdbusmenu
+, libsignon-glib
+, libaccounts-glib
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- pname = "music";
+ pname = "elementary-music";
version = "5.0.4";
- name = "elementary-${pname}-${version}";
+ repoName = "music";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "02qjsf9xnfh043xbls9mll2r1wcdvclw60x8wysv12rhbm90gwvp";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
@@ -51,9 +73,9 @@ stdenv.mkDerivation rec {
libgda
libgee
libgpod
- libsignon-glib
libnotify
libpeas
+ libsignon-glib
libsoup
taglib
zeitgeist
diff --git a/pkgs/desktops/pantheon/apps/elementary-photos/default.nix b/pkgs/desktops/pantheon/apps/elementary-photos/default.nix
index 32e9a0bcc8d..94b6a2fce8e 100644
--- a/pkgs/desktops/pantheon/apps/elementary-photos/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-photos/default.nix
@@ -1,25 +1,53 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja, pkgconfig, vala, desktop-file-utils
-, gtk3, glib, libaccounts-glib, libexif, libgee, geocode-glib, gexiv2,libgphoto2, fetchpatch
-, granite, gst_all_1, libgudev, json-glib, libraw, librest, libsoup, sqlite, python3
-, scour, webkitgtk, libwebp, appstream, libunity, wrapGAppsHook, elementary-icon-theme }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, desktop-file-utils
+, gtk3
+, libaccounts-glib
+, libexif
+, libgee
+, geocode-glib
+, gexiv2
+, libgphoto2
+, granite
+, gst_all_1
+, libgudev
+, json-glib
+, libraw
+, librest
+, libsoup
+, sqlite
+, python3
+, scour
+, webkitgtk
+, libwebp
+, appstream
+, libunity
+, wrapGAppsHook
+, elementary-icon-theme
+}:
stdenv.mkDerivation rec {
- pname = "photos";
+ pname = "elementary-photos";
version = "2.6.4";
- name = "elementary-${pname}-${version}";
+ repoName = "photos";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "17r9658s0pqy6s45ysi3915sm8hpvmsp7cw2jahqvjc61r4qpdc1";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
@@ -52,10 +80,10 @@ stdenv.mkDerivation rec {
libgphoto2
libgudev
libraw
+ librest
libsoup
libunity
libwebp
- librest
scour
sqlite
webkitgtk
diff --git a/pkgs/desktops/pantheon/apps/elementary-screenshot-tool/default.nix b/pkgs/desktops/pantheon/apps/elementary-screenshot-tool/default.nix
index b1a5796770d..4dd168f25f0 100644
--- a/pkgs/desktops/pantheon/apps/elementary-screenshot-tool/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-screenshot-tool/default.nix
@@ -1,24 +1,37 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, callPackage
-, ninja, vala, python3, desktop-file-utils, gtk3, granite, libgee
-, libcanberra, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, python3
+, desktop-file-utils
+, gtk3
+, granite
+, libgee
+, libcanberra
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- pname = "screenshot-tool"; # This will be renamed to "screenshot" soon. See -> https://github.com/elementary/screenshot/pull/93
+ pname = "elementary-screenshot-tool"; # This will be renamed to "screenshot" soon. See -> https://github.com/elementary/screenshot/pull/93
version = "1.6.2";
- name = "elementary-${pname}-${version}";
+ repoName = "screenshot";
src = fetchFromGitHub {
owner = "elementary";
- repo = "screenshot";
+ repo = repoName;
rev = version;
sha256 = "1z61j96jk9zjr3bn5hgsp25m4v8h1rqwxm0kg8c34bvl06f13v8q";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = "screenshot";
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
diff --git a/pkgs/desktops/pantheon/apps/elementary-terminal/default.nix b/pkgs/desktops/pantheon/apps/elementary-terminal/default.nix
index 2c146169f42..8bd335c6530 100644
--- a/pkgs/desktops/pantheon/apps/elementary-terminal/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-terminal/default.nix
@@ -1,24 +1,40 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, python3
-, vala, desktop-file-utils, gtk3, libxml2, granite, libnotify, vte, libgee
-, elementary-icon-theme, appstream, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, python3
+, vala
+, desktop-file-utils
+, gtk3
+, libxml2
+, granite
+, libnotify
+, vte
+, libgee
+, elementary-icon-theme
+, appstream
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- pname = "terminal";
- version = "5.3.5";
+ pname = "elementary-terminal";
+ version = "5.3.6";
- name = "elementary-${pname}-${version}";
+ repoName = "terminal";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
- sha256 = "1gd5m24digmx3sgs21ggfiqiwhgym6s1dlg1sv9mdqh5wgsa6b8f";
+ sha256 = "0jp21sy8k3jq3ycvng9yy2hbhcvfgiknxxa8vcg3c06vqhadmnc3";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
diff --git a/pkgs/desktops/pantheon/apps/elementary-videos/default.nix b/pkgs/desktops/pantheon/apps/elementary-videos/default.nix
index 2d978d966b9..9132707db2b 100644
--- a/pkgs/desktops/pantheon/apps/elementary-videos/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-videos/default.nix
@@ -1,24 +1,39 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, vala, python3
-, desktop-file-utils, gtk3, granite, libgee, clutter-gst, clutter-gtk, gst_all_1
-, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, python3
+, desktop-file-utils
+, gtk3
+, granite
+, libgee
+, clutter-gst
+, clutter-gtk
+, gst_all_1
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- pname = "videos";
+ pname = "elementary-videos";
version = "2.6.3";
- name = "elementary-${pname}-${version}";
+ repoName = "videos";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "1ncm8kh6dcy83p8pmpilnk03b4dx3b1jm8w13izq2dkglfgdwvqx";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/a11y/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/a11y/default.nix
index 859e04eb954..a03594b7b18 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/a11y/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/a11y/default.nix
@@ -1,5 +1,15 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja, pkgconfig
-, vala, libgee, granite, gtk3, switchboard }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, switchboard
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-a11y";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
index 6d7ecbffa31..bd6df460c04 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
@@ -1,5 +1,17 @@
-{ stdenv, fetchFromGitHub, pantheon, substituteAll, meson, ninja
-, pkgconfig, vala, libgee, granite, gtk3, switchboard, pciutils }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, substituteAll
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, switchboard
+, pciutils
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-about";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix
index 0d7586391ce..dca9cc662a2 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix
@@ -1,5 +1,15 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja
-, pkgconfig, vala, libgee, granite, gtk3, switchboard }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, switchboard
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-applications";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix
index 547b6d897e4..d1663ad48cd 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix
@@ -1,5 +1,16 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja, pkgconfig
-, vala, libgee, granite, gtk3, bluez, switchboard }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, bluez
+, switchboard
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-bluetooth";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix
index e1303a3cc48..fb7ea18e88b 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix
@@ -1,5 +1,18 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja, substituteAll, pkgconfig
-, vala, libgee, granite, gtk3, libxml2, switchboard, tzdata }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, substituteAll
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, libxml2
+, switchboard
+, tzdata
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-datetime";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix
index 22fb795297e..c15abfd8cb8 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix
@@ -1,5 +1,15 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja
-, pkgconfig, vala, libgee, granite, gtk3, switchboard }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, switchboard
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-display";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix
index 71f865bdeb6..ba753af7e20 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix
@@ -1,5 +1,20 @@
-{ stdenv, fetchFromGitHub, pantheon, substituteAll, meson, ninja, pkgconfig
-, vala, libgee, granite, gtk3, libxml2, libgnomekbd, libxklavier, xorg, switchboard }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, substituteAll
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, libxml2
+, libgnomekbd
+, libxklavier
+, xorg
+, switchboard
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-keyboard";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix
index a55a525c79b..00579c54525 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix
@@ -1,5 +1,16 @@
-{ stdenv, fetchFromGitHub, pantheon, fetchpatch, meson, ninja, pkgconfig, vala
-, libgee, granite, gtk3, switchboard, elementary-settings-daemon }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, switchboard
+, elementary-settings-daemon
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-mouse-touchpad";
@@ -17,7 +28,8 @@ stdenv.mkDerivation rec {
];
postPatch = ''
- substituteInPlace src/Views/General.vala --subst-var-by GSD_GSETTINGS ${elementary-settings-daemon}/share/gsettings-schemas/${elementary-settings-daemon.name}/glib-2.0/schemas
+ substituteInPlace src/Views/General.vala \
+ --subst-var-by GSD_GSETTINGS ${elementary-settings-daemon}/share/gsettings-schemas/${elementary-settings-daemon.name}/glib-2.0/schemas
'';
passthru = {
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix
index 283a13bd82a..09d6da4f246 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix
@@ -1,5 +1,18 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja, pkgconfig, substituteAll, vala
-, libgee, granite, gtk3, networkmanager, networkmanagerapplet, switchboard }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, substituteAll
+, vala
+, libgee
+, granite
+, gtk3
+, networkmanager
+, networkmanagerapplet
+, switchboard
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-network";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix
index 277f70cf984..e547f22fec1 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix
@@ -1,5 +1,15 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja
-, pkgconfig, vala, libgee, granite, gtk3, switchboard }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, switchboard
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-notifications";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix
index 496a69ce1f6..aa9cdfa0ddd 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix
@@ -1,6 +1,21 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja, pkgconfig, vala
-, libgee, granite, gtk3, libaccounts-glib, libsignon-glib, json-glib
-, librest, webkitgtk, libsoup, switchboard }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, libaccounts-glib
+, libsignon-glib
+, json-glib
+, librest
+, webkitgtk
+, libsoup
+, switchboard
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-onlineaccounts";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix
index 4d6a1f5c5c6..b9fad17c2f7 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, pantheon, meson, ninja, pkgconfig, vala
, libgee, granite, gexiv2, elementary-settings-daemon, gtk3, gnome-desktop
-, gala, wingpanel, plank, switchboard, gettext, bamf }:
+, gala, wingpanel, plank, switchboard, gettext, bamf, fetchpatch }:
stdenv.mkDerivation rec {
pname = "switchboard-plug-pantheon-shell";
@@ -42,11 +42,18 @@ stdenv.mkDerivation rec {
patches = [
./backgrounds.patch # Having https://github.com/elementary/switchboard-plug-pantheon-shell/issues/166 would make this patch uneeded
./hardcode-gsettings.patch
+ # Fixes https://github.com/elementary/switchboard-plug-pantheon-shell/issues/172
+ (fetchpatch {
+ url = "https://github.com/elementary/switchboard-plug-pantheon-shell/commit/e4f86df6a6be402db4c979a4b005573618b744d1.patch";
+ sha256 = "0sa8611k6sqg96mnp2plmxd30w6zq76bfwszl8ankr9kwsgyc66y";
+ })
];
postPatch = ''
- substituteInPlace src/Views/Appearance.vala --subst-var-by GALA_GSETTINGS_PATH ${gala}/share/gsettings-schemas/${gala.name}/glib-2.0/schemas
- substituteInPlace src/Views/Appearance.vala --subst-var-by WINGPANEL_GSETTINGS_PATH ${wingpanel}/share/gsettings-schemas/${wingpanel.name}/glib-2.0/schemas
+ substituteInPlace src/Views/Appearance.vala \
+ --subst-var-by GALA_GSETTINGS_PATH ${gala}/share/gsettings-schemas/${gala.name}/glib-2.0/schemas
+ substituteInPlace src/Views/Appearance.vala \
+ --subst-var-by WINGPANEL_GSETTINGS_PATH ${wingpanel}/share/gsettings-schemas/${wingpanel.name}/glib-2.0/schemas
'';
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix
index 0179aac84ce..461ddcd3764 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix
@@ -1,6 +1,20 @@
-{ stdenv, fetchFromGitHub, pantheon, substituteAll, meson, ninja
-, pkgconfig, vala, libgee, elementary-dpms-helper, elementary-settings-daemon
-, makeWrapper, granite, gtk3, dbus, polkit, switchboard }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, substituteAll
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, elementary-dpms-helper
+, elementary-settings-daemon
+, granite
+, gtk3
+, dbus
+, polkit
+, switchboard
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-power";
@@ -44,8 +58,10 @@ stdenv.mkDerivation rec {
];
postPatch = ''
- substituteInPlace src/MainView.vala --subst-var-by DPMS_HELPER_GSETTINGS_PATH ${elementary-dpms-helper}/share/gsettings-schemas/${elementary-dpms-helper.name}/glib-2.0/schemas
- substituteInPlace src/MainView.vala --subst-var-by GSD_GSETTINGS_PATH ${elementary-settings-daemon}/share/gsettings-schemas/${elementary-settings-daemon.name}/glib-2.0/schemas
+ substituteInPlace src/MainView.vala \
+ --subst-var-by DPMS_HELPER_GSETTINGS_PATH ${elementary-dpms-helper}/share/gsettings-schemas/${elementary-dpms-helper.name}/glib-2.0/schemas
+ substituteInPlace src/MainView.vala \
+ --subst-var-by GSD_GSETTINGS_PATH ${elementary-settings-daemon}/share/gsettings-schemas/${elementary-settings-daemon.name}/glib-2.0/schemas
'';
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix
index 293faad51c7..5c303e04982 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix
@@ -1,5 +1,16 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja, pkgconfig
-, vala, libgee, granite, gtk3, cups, switchboard }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, cups
+, switchboard
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-printers";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix
index 9cbab8f2c9f..19967c3bce0 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix
@@ -1,6 +1,19 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, python3, ninja
-, pkgconfig, vala, libgee, granite, gtk3, polkit, zeitgeist
-, switchboard, lightlocker, pantheon-agent-geoclue2 }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, python3
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, polkit
+, zeitgeist
+, switchboard
+, lightlocker
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-security-privacy";
@@ -46,8 +59,10 @@ stdenv.mkDerivation rec {
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
- substituteInPlace src/Views/LockPanel.vala --subst-var-by LIGHTLOCKER_GSETTINGS_PATH ${lightlocker}/share/gsettings-schemas/${lightlocker.name}/glib-2.0/schemas
- substituteInPlace src/Views/FirewallPanel.vala --subst-var-by SWITCHBOARD_SEC_PRIV_GSETTINGS_PATH $out/share/gsettings-schemas/${pname}-${version}/glib-2.0/schemas
+ substituteInPlace src/Views/LockPanel.vala \
+ --subst-var-by LIGHTLOCKER_GSETTINGS_PATH ${lightlocker}/share/gsettings-schemas/${lightlocker.name}/glib-2.0/schemas
+ substituteInPlace src/Views/FirewallPanel.vala \
+ --subst-var-by SWITCHBOARD_SEC_PRIV_GSETTINGS_PATH $out/share/gsettings-schemas/${pname}-${version}/glib-2.0/schemas
'';
meta = with stdenv.lib; {
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix
index 265352ed881..b4aafb27006 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix
@@ -1,5 +1,15 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja, pkgconfig
-, vala, libgee, granite, gtk3, switchboard }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, switchboard
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-sharing";
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix
index 907bdc37e2a..ed3518c764f 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix
@@ -1,5 +1,18 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja, pkgconfig, vala, libgee
-, granite, gtk3, pulseaudio, libcanberra, libcanberra-gtk3, switchboard }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, libgee
+, granite
+, gtk3
+, pulseaudio
+, libcanberra
+, libcanberra-gtk3
+, switchboard
+}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-sound";
diff --git a/pkgs/desktops/pantheon/apps/switchboard/default.nix b/pkgs/desktops/pantheon/apps/switchboard/default.nix
index 12edf97f6ba..5c10cc0e9e4 100644
--- a/pkgs/desktops/pantheon/apps/switchboard/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard/default.nix
@@ -1,6 +1,20 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, python3, ninja
-, vala, gtk3, libgee, granite, gettext, clutter-gtk, libunity
-, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, python3
+, ninja
+, vala
+, gtk3
+, libgee
+, granite
+, gettext
+, clutter-gtk
+, libunity
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "switchboard";
@@ -38,7 +52,9 @@ stdenv.mkDerivation rec {
libunity
];
- patches = [ ./plugs-path-env.patch ];
+ patches = [
+ ./plugs-path-env.patch
+ ];
postPatch = ''
chmod +x meson/post_install.py
diff --git a/pkgs/desktops/pantheon/apps/switchboard/wrapper.nix b/pkgs/desktops/pantheon/apps/switchboard/wrapper.nix
index cae8e74f4ba..756ae86bb19 100644
--- a/pkgs/desktops/pantheon/apps/switchboard/wrapper.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard/wrapper.nix
@@ -1,4 +1,9 @@
-{ stdenv, makeWrapper, symlinkJoin, switchboard, switchboardPlugs, plugs }:
+{ makeWrapper
+, symlinkJoin
+, switchboard
+, switchboardPlugs
+, plugs
+}:
let
selectedPlugs = if plugs == null then switchboardPlugs else plugs;
diff --git a/pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix b/pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix
index 0e0fa106958..fe9db999bb6 100644
--- a/pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix
+++ b/pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix
@@ -1,22 +1,27 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+}:
stdenv.mkDerivation rec {
- pname = "stylesheet";
- version = "5.2.3";
+ pname = "elementary-gtk-theme";
+ version = "5.2.5";
- name = "elementary-gtk-theme-${version}";
+ repoName = "stylesheet";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
- sha256 = "1ghb6zl9yszsrxdkg8va1b29kyazbny2kncr9fdw6v2rbjnp7zhr";
+ sha256 = "0934rfdwkn4315mhayzba8a3b6i1xczp66gl6n45hh5c81gb2p65";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-gtk-theme";
+ inherit repoName;
+ attrPath = pname;
};
};
diff --git a/pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix b/pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix
index 23fb8445838..bdf42b1c1ef 100644
--- a/pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix
+++ b/pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix
@@ -1,34 +1,43 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, python3,ninja, hicolor-icon-theme, gtk3 }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, python3
+, ninja
+, hicolor-icon-theme
+, gtk3
+}:
stdenv.mkDerivation rec {
- pname = "icons";
- version = "5.0.3";
+ pname = "elementary-icon-theme";
+ version = "5.0.4";
- name = "elementary-icon-theme-${version}";
+ repoName = "icons";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
- sha256 = "0wpv7yirf44bfqfmyshzfw9605j1idm7c9jqg68k3nmymmd6iqzf";
+ sha256 = "0ha7biqvmkv68x1gi9bfcn5z0ld067pa5czx0pyf053pa86lg3hx";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-icon-theme";
+ inherit repoName;
+ attrPath = pname;
};
};
nativeBuildInputs = [
+ gtk3
meson
ninja
python3
];
- buildInputs = [ gtk3 ];
-
- propagatedBuildInputs = [ hicolor-icon-theme ];
+ propagatedBuildInputs = [
+ hicolor-icon-theme
+ ];
mesonFlags = [
"-Dvolume_icons=false" # Tries to install some icons to /
diff --git a/pkgs/desktops/pantheon/artwork/elementary-redacted-script/default.nix b/pkgs/desktops/pantheon/artwork/elementary-redacted-script/default.nix
index 061feb4b2d9..76bdcf643f8 100644
--- a/pkgs/desktops/pantheon/artwork/elementary-redacted-script/default.nix
+++ b/pkgs/desktops/pantheon/artwork/elementary-redacted-script/default.nix
@@ -1,4 +1,7 @@
-{ stdenv, fetchFromGitHub, pantheon }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+}:
stdenv.mkDerivation rec {
pname = "elementary-redacted-script";
diff --git a/pkgs/desktops/pantheon/artwork/elementary-sound-theme/default.nix b/pkgs/desktops/pantheon/artwork/elementary-sound-theme/default.nix
index 430acfd9ac1..aff830fda56 100644
--- a/pkgs/desktops/pantheon/artwork/elementary-sound-theme/default.nix
+++ b/pkgs/desktops/pantheon/artwork/elementary-sound-theme/default.nix
@@ -1,22 +1,28 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja, pkgconfig }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+}:
stdenv.mkDerivation rec {
- pname = "sound-theme";
+ pname = "elementary-sound-theme";
version = "1.0";
- name = "elementary-${pname}-${version}";
+ repoName = "sound-theme";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "1dc583lq61c361arjl3s44d2k72c46bqvcqv1c3s69f2ndsnxjdz";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
diff --git a/pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix b/pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix
index 898d5f7b454..30145541750 100644
--- a/pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix
+++ b/pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix
@@ -1,26 +1,30 @@
-{ stdenv, fetchFromGitHub, pantheon }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+}:
stdenv.mkDerivation rec {
- pname = "wallpapers";
+ pname = "elementary-wallpapers";
version = "5.3";
- name = "elementary-${pname}-${version}";
+ repoName = "wallpapers";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "1i0zf9gzhwm8hgq5cp1xnxipqjvgzd9wfiicz612hgp6ivc0z0ag";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
dontBuild = true;
+ dontConfigure = true;
installPhase = ''
mkdir -p $out/share/backgrounds/elementary
diff --git a/pkgs/desktops/pantheon/desktop/elementary-default-settings/default.nix b/pkgs/desktops/pantheon/desktop/elementary-default-settings/default.nix
index 39299d2c2eb..a1a69ee303f 100644
--- a/pkgs/desktops/pantheon/desktop/elementary-default-settings/default.nix
+++ b/pkgs/desktops/pantheon/desktop/elementary-default-settings/default.nix
@@ -1,22 +1,25 @@
-{ stdenv, fetchFromGitHub, fetchpatch, pantheon }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+}:
stdenv.mkDerivation rec {
- pname = "default-settings";
+ pname = "elementary-default-settings";
version = "5.1.0";
- name = "elementary-${pname}-${version}";
+ repoName = "default-settings";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "0l73py4rr56i4dalb2wh1c6qiwmcjkm0l1j75jp5agcnxldh5wym";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
@@ -25,6 +28,7 @@ stdenv.mkDerivation rec {
];
dontBuild = true;
+ dontConfigure = true;
installPhase = ''
mkdir -p $out/etc/gtk-3.0
diff --git a/pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix b/pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
index 177837c76dc..8ef85b90a3b 100644
--- a/pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
+++ b/pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
@@ -1,26 +1,26 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, substituteAll, makeWrapper, meson
+{ stdenv, fetchFromGitHub, pantheon, pkgconfig, substituteAll, meson
, ninja, vala, desktop-file-utils, gtk3, granite, libgee, elementary-settings-daemon
, gnome-desktop, mutter, elementary-icon-theme, wingpanel-with-indicators
-, elementary-gtk-theme, nixos-artwork, elementary-default-settings, lightdm, numlockx
+, elementary-gtk-theme, nixos-artwork, lightdm, numlockx
, clutter-gtk, libGL, dbus, wrapGAppsHook }:
stdenv.mkDerivation rec {
- pname = "greeter";
+ pname = "elementary-greeter";
version = "3.3.1";
- name = "elementary-${pname}-${version}";
+ repoName = "greeter";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "1vkq4z0hrmvzv4sh2qkxjajdxcycd1zj97a3pc8n4yb858pqfyzc";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
diff --git a/pkgs/desktops/pantheon/desktop/elementary-gsettings-schemas/default.nix b/pkgs/desktops/pantheon/desktop/elementary-gsettings-schemas/default.nix
index 2726ea2b936..b273bbece96 100644
--- a/pkgs/desktops/pantheon/desktop/elementary-gsettings-schemas/default.nix
+++ b/pkgs/desktops/pantheon/desktop/elementary-gsettings-schemas/default.nix
@@ -1,4 +1,15 @@
-{ stdenv, runCommand, mutter, elementary-default-settings, nixos-artwork, glib, gala, epiphany, elementary-settings-daemon, gtk3, plank, gsettings-desktop-schemas
+{ stdenv
+, runCommand
+, mutter
+, elementary-default-settings
+, nixos-artwork
+, glib
+, gala
+, epiphany
+, elementary-settings-daemon
+, gtk3
+, plank
+, gsettings-desktop-schemas
, extraGSettingsOverrides ? ""
, extraGSettingsOverridePackages ? []
}:
@@ -33,7 +44,7 @@ runCommand "elementary-gsettings-desktop-schemas" {}
cat - > $out/share/gsettings-schemas/nixos-gsettings-overrides/glib-2.0/schemas/nixos-defaults.gschema.override <<- EOF
[org.gnome.desktop.background]
- picture-uri='${nixos-artwork.wallpapers.simple-dark-gray}/share/artwork/gnome/nix-wallpaper-simple-dark-gray.png'
+ picture-uri='file://${nixos-artwork.wallpapers.simple-dark-gray}/share/artwork/gnome/nix-wallpaper-simple-dark-gray.png'
primary-color='#000000'
${extraGSettingsOverrides}
diff --git a/pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix b/pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix
index d8634b48570..0be2431d33d 100644
--- a/pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix
+++ b/pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix
@@ -1,22 +1,30 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, ninja, pkgconfig, vala, gtk3 }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, pkgconfig
+, vala
+, gtk3
+}:
stdenv.mkDerivation rec {
- pname = "print";
+ pname = "elementary-print-shim";
version = "0.1.3";
- name = "elementary-print-shim-${version}";
+ repoName = "print";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "1w3cfap7j42x14mqpfqdm46hk5xc0v5kv8r6wxcnknr3sfxi8qlp";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}-shim";
+ inherit repoName;
+ attrPath = pname;
};
};
diff --git a/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix b/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix
index a6ec70a6b58..c262fb37dbc 100644
--- a/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix
+++ b/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix
@@ -1,4 +1,18 @@
-{ stdenv, fetchFromGitHub, substituteAll, writeScript, pantheon, gnome-keyring, gnome-session, wingpanel, orca, at-spi2-core, elementary-default-settings, writeTextFile, writeShellScriptBin, elementary-settings-daemon, runtimeShell }:
+{ stdenv
+, fetchFromGitHub
+, substituteAll
+, writeScript
+, pantheon
+, gnome-keyring
+, gnome-session
+, wingpanel
+, orca
+, at-spi2-core
+, elementary-default-settings
+, writeShellScriptBin
+, elementary-settings-daemon
+, runtimeShell
+}:
let
@@ -7,7 +21,7 @@ let
#
#
- # Upstream relies on /etc/skel to initiate a new users home directory with planks dockitems.
+ # Upstream relies on /etc/skel to initiate a new users home directory with plank's dockitems.
#
# That is not possible within nixos, but we can achieve this easily with a simple script that copies
# them. We then use a xdg autostart and initalize it during the "EarlyInitialization" phase of a gnome session
@@ -44,26 +58,27 @@ let
in
stdenv.mkDerivation rec {
- pname = "session-settings";
+ pname = "elementary-session-settings";
version = "5.0.3";
- name = "elementary-${pname}-${version}";
+ repoName = "session-settings";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "1vrjm7bklkfv0dyafm312v4hxzy6lb7p1ny4ijkn48kr719gc71k";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
dontBuild = true;
+ dontConfigure = true;
installPhase = ''
mkdir -p $out/share/applications
diff --git a/pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix b/pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix
index ca0ab888f14..20b1ac7d353 100644
--- a/pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix
+++ b/pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix
@@ -1,23 +1,37 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, vala, libxml2, desktop-file-utils
-, gtk3, glib, granite, libgee, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, libxml2
+, desktop-file-utils
+, gtk3
+, glib
+, granite
+, libgee
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- pname = "shortcut-overlay";
+ pname = "elementary-shortcut-overlay";
version = "1.0.1";
- name = "elementary-${pname}-${version}";
+ repoName = "shortcut-overlay";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "1ph4rx2l5fn0zh4fjfjlgbgskmzc0lvzqgcv7v4kr5m4rij1p4y4";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
diff --git a/pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix b/pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
index 4e19a65b58d..973040a8da6 100644
--- a/pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
+++ b/pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
@@ -1,11 +1,14 @@
-{ stdenv, substituteAll, fetchFromGitHub, file-roller, gnome-bluetooth }:
+{ stdenv
+, substituteAll
+, fetchFromGitHub
+, file-roller
+, gnome-bluetooth
+}:
stdenv.mkDerivation rec {
pname = "extra-elementary-contracts";
version = "2018-08-21";
- name = "${pname}-${version}";
-
src = fetchFromGitHub {
owner = "worldofpeace";
repo = pname;
@@ -22,6 +25,7 @@ stdenv.mkDerivation rec {
];
dontBuild = true;
+ dontConfigure = true;
installPhase = ''
mkdir -p $out/share/contractor
diff --git a/pkgs/desktops/pantheon/desktop/gala/default.nix b/pkgs/desktops/pantheon/desktop/gala/default.nix
index 1005c4090f3..b80e93279c8 100644
--- a/pkgs/desktops/pantheon/desktop/gala/default.nix
+++ b/pkgs/desktops/pantheon/desktop/gala/default.nix
@@ -1,17 +1,38 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, python3, ninja, vala
-, desktop-file-utils, gettext, libxml2, gtk3, granite, libgee, bamf, libcanberra
-, libcanberra-gtk3, gnome-desktop, mutter, clutter, plank, elementary-icon-theme
-, elementary-settings-daemon, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, python3
+, ninja
+, vala
+, desktop-file-utils
+, gettext
+, libxml2
+, gtk3
+, granite
+, libgee
+, bamf
+, libcanberra
+, libcanberra-gtk3
+, gnome-desktop
+, mutter
+, clutter
+, plank
+, elementary-icon-theme
+, elementary-settings-daemon
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "gala";
- version = "unstable-2019-05-14"; # Is tracking https://github.com/elementary/gala/commits/stable/juno
+ version = "unstable-2019-07-21"; # Is tracking https://github.com/elementary/gala/commits/stable/juno
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
- rev = "3ae100da4bbd9dabe353f468778ef63ef2dcd5d7";
- sha256 = "08xcj4z9mq511w8hdpr60nmd6j1cj7rs7rgs4s5ivyg11kg5w17b";
+ rev = "50694796d4c8f0ca92517d5a628b0efdf748279c";
+ sha256 = "17d0hd2145mrf8y5ws3xypdbwj72qv7hrrp6p6lm4k16xd96yznr";
};
passthru = {
@@ -48,7 +69,9 @@ stdenv.mkDerivation rec {
plank
];
- patches = [ ./plugins-dir.patch ];
+ patches = [
+ ./plugins-dir.patch
+ ];
postPatch = ''
chmod +x build-aux/meson/post_install.py
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/applications-menu/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/applications-menu/default.nix
index 0d00ee2072d..9f40c0f9e58 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/applications-menu/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/applications-menu/default.nix
@@ -1,25 +1,46 @@
-{ stdenv, fetchFromGitHub, pantheon, substituteAll, meson, ninja, python3
-, pkgconfig, vala, granite, libgee, gettext, gtk3, appstream, gnome-menus
-, json-glib, plank, bamf, switchboard, libunity, libsoup, wingpanel, zeitgeist
-, bc }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, substituteAll
+, meson
+, ninja
+, python3
+, pkgconfig
+, vala
+, granite
+, libgee
+, gettext
+, gtk3
+, appstream
+, gnome-menus
+, json-glib
+, plank
+, bamf
+, switchboard
+, libunity
+, libsoup
+, wingpanel
+, zeitgeist
+, bc
+}:
stdenv.mkDerivation rec {
- pname = "applications-menu";
+ pname = "wingpanel-applications-menu";
version = "2.4.3";
- name = "wingpanel-${pname}-${version}";
+ repoName = "applications-menu";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "15mwfynaa57jii43x77iaz5gqjlylh5zxc70am8zgp8vhgzflvyd";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "wingpanel-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
index 4d7868a1d14..7e73adcd7e9 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
@@ -1,6 +1,20 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, python3
-, ninja, vala, gtk3, granite, libnotify, wingpanel, libgee, libxml2
-, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, python3
+, ninja
+, vala
+, gtk3
+, granite
+, libnotify
+, wingpanel
+, libgee
+, libxml2
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "wingpanel-indicator-bluetooth";
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
index 8a4c9f39383..1ab3c579e14 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
@@ -1,6 +1,24 @@
-{ stdenv, fetchFromGitHub, fetchpatch, pantheon, pkgconfig, meson, python3
-, ninja, substituteAll, vala, gtk3, granite, wingpanel, evolution-data-server
-, libical, libgee, libxml2, libsoup, elementary-calendar, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, fetchpatch
+, pantheon
+, pkgconfig
+, meson
+, python3
+, ninja
+, vala
+, gtk3
+, granite
+, wingpanel
+, evolution-data-server
+, libical
+, libgee
+, libxml2
+, libsoup
+, elementary-calendar
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "wingpanel-indicator-datetime";
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/keyboard/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/keyboard/default.nix
index aa63f82c965..00a57cb9943 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/keyboard/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/keyboard/default.nix
@@ -1,6 +1,21 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja
-, substituteAll, vala, gtk3, granite, libxml2, wingpanel, libgee
-, xorg, libgnomekbd, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, substituteAll
+, vala
+, gtk3
+, granite
+, libxml2
+, wingpanel
+, libgee
+, xorg
+, libgnomekbd
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "wingpanel-indicator-keyboard";
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix
index a201d6864a6..d5ce97df509 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix
@@ -1,6 +1,19 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, vala
-, gtk3, granite, networkmanager, networkmanagerapplet, wingpanel
-, libgee, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, gtk3
+, granite
+, networkmanager
+, networkmanagerapplet
+, wingpanel
+, libgee
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "wingpanel-indicator-network";
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix
index fd4e1cc7e17..0eab02bf8c8 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix
@@ -1,5 +1,18 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, vala
-, gtk3, granite, wingpanel, libgee, libxml2, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, gtk3
+, granite
+, wingpanel
+, libgee
+, libxml2
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "wingpanel-indicator-nightlight";
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix
index 03369c3ad42..78c901a2306 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix
@@ -1,5 +1,18 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, vala, gtk3, granite
-, wingpanel, libgee, libwnck3, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, gtk3
+, granite
+, wingpanel
+, libgee
+, libwnck3
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "wingpanel-indicator-notifications";
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix
index a9af53449c9..f63cca74a4d 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix
@@ -1,6 +1,21 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, python3
-, ninja, vala, gtk3, granite, bamf, libgtop, udev, wingpanel
-, libgee, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, python3
+, ninja
+, vala
+, gtk3
+, granite
+, bamf
+, libgtop
+, udev
+, wingpanel
+, libgee
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "wingpanel-indicator-power";
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/session/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/session/default.nix
index 5b1bd161b05..b363cb5485a 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/session/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/session/default.nix
@@ -1,16 +1,28 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson
-, ninja, vala, gtk3, granite, wingpanel, accountsservice
-, libgee, elementary-icon-theme, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, gtk3
+, granite
+, wingpanel
+, accountsservice
+, libgee
+, elementary-icon-theme
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "wingpanel-indicator-session";
- version = "2.2.3";
+ version = "2.2.5";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
- sha256 = "1y0blff02p3w23sv17yg7fq0yq0g2k8j7vjmk92k664fx72kjjzh";
+ sha256 = "0lqh9g6qq09m744gncspm79lbwx1vjl1d6j2szwcq9f0jdm01pm5";
};
passthru = {
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/sound/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/sound/default.nix
index 3e17813fde2..6d0e791d1e4 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/sound/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/sound/default.nix
@@ -1,7 +1,22 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson
-, python3, ninja, vala, gtk3, granite, wingpanel, libnotify
-, pulseaudio, libcanberra-gtk3, libgee, libxml2, wrapGAppsHook
-, elementary-icon-theme }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, python3
+, ninja
+, vala
+, gtk3
+, granite
+, wingpanel
+, libnotify
+, pulseaudio
+, libcanberra-gtk3
+, libgee
+, libxml2
+, wrapGAppsHook
+, elementary-icon-theme
+}:
stdenv.mkDerivation rec {
pname = "wingpanel-indicator-sound";
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix
index be6c89f9c05..b98c205d491 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix
@@ -1,5 +1,20 @@
-{ stdenv, fetchFromGitHub, pantheon, wrapGAppsHook, pkgconfig, meson, ninja
-, vala, gala, gtk3, libgee, granite, gettext, mutter, json-glib, python3 }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, wrapGAppsHook
+, pkgconfig
+, meson
+, ninja
+, vala
+, gala
+, gtk3
+, libgee
+, granite
+, gettext
+, mutter
+, json-glib
+, python3
+}:
stdenv.mkDerivation rec {
pname = "wingpanel";
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel/wrapper.nix b/pkgs/desktops/pantheon/desktop/wingpanel/wrapper.nix
index cfae604d3a5..6b554d89caa 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel/wrapper.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel/wrapper.nix
@@ -1,4 +1,11 @@
-{ lib, makeWrapper, symlinkJoin, wingpanel, wingpanelIndicators, switchboard-with-plugs, indicators ? null }:
+{ lib
+, makeWrapper
+, symlinkJoin
+, wingpanel
+, wingpanelIndicators
+, switchboard-with-plugs
+, indicators ? null
+}:
let
selectedIndicators = if indicators == null then wingpanelIndicators else indicators;
diff --git a/pkgs/desktops/pantheon/granite/default.nix b/pkgs/desktops/pantheon/granite/default.nix
index cc612407bf6..7fba9610db0 100644
--- a/pkgs/desktops/pantheon/granite/default.nix
+++ b/pkgs/desktops/pantheon/granite/default.nix
@@ -1,4 +1,20 @@
-{ stdenv, fetchFromGitHub, fetchpatch, python3, meson, ninja, vala, pkgconfig, libgee, pantheon, gtk3, glib, gettext, hicolor-icon-theme, gobject-introspection, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, fetchpatch
+, python3
+, meson
+, ninja
+, vala
+, pkgconfig
+, libgee
+, pantheon
+, gtk3
+, glib
+, gettext
+, hicolor-icon-theme
+, gobject-introspection
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "granite";
diff --git a/pkgs/desktops/pantheon/services/cerbere/default.nix b/pkgs/desktops/pantheon/services/cerbere/default.nix
index da5e544b005..a8eaf766664 100644
--- a/pkgs/desktops/pantheon/services/cerbere/default.nix
+++ b/pkgs/desktops/pantheon/services/cerbere/default.nix
@@ -1,14 +1,25 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, python3, ninja, glib, libgee, vala, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, python3
+, ninja
+, glib
+, libgee
+, vala
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "cerbere";
- version = "0.2.4";
+ version = "2.5.0";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
- sha256 = "0f9jr6q5z6nir5b77f96wm9rx6r6s9i0sr1yrymg3n7jyjgrvdwp";
+ sha256 = "12y6gg4vyc1rhdm2c7pr7bgmdrah7ddphyh25fgh3way8l9gh7vw";
};
passthru = {
diff --git a/pkgs/desktops/pantheon/services/contractor/default.nix b/pkgs/desktops/pantheon/services/contractor/default.nix
index d7d3cdb0312..6401b96a2ea 100644
--- a/pkgs/desktops/pantheon/services/contractor/default.nix
+++ b/pkgs/desktops/pantheon/services/contractor/default.nix
@@ -1,4 +1,17 @@
-{ stdenv, fetchFromGitHub, pantheon, meson, python3, ninja, pkgconfig, vala, glib, libgee, dbus, glib-networking, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, python3
+, ninja
+, pkgconfig
+, vala
+, glib
+, libgee
+, dbus
+, glib-networking
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "contractor";
@@ -33,7 +46,7 @@ stdenv.mkDerivation rec {
libgee
];
- PKG_CONFIG_DBUS_1_SESSION_BUS_SERVICES_DIR = "share/dbus-1/services";
+ PKG_CONFIG_DBUS_1_SESSION_BUS_SERVICES_DIR = "${placeholder ''out''}/share/dbus-1/services";
meta = with stdenv.lib; {
description = "A desktop-wide extension service used by elementary OS";
diff --git a/pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix b/pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix
index 055706b1521..6305c872b2f 100644
--- a/pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix
+++ b/pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix
@@ -1,23 +1,37 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, python3, ninja, vala
-, desktop-file-utils, gtk3, granite, libgee, gcr, webkitgtk, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, python3
+, ninja
+, vala
+, desktop-file-utils
+, gtk3
+, granite
+, libgee
+, gcr
+, webkitgtk
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- pname = "capnet-assist";
+ pname = "elementary-capnet-assist";
version = "2.2.3";
- name = "elementary-${pname}-${version}";
+ repoName = "capnet-assist";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "15cnwimkmmsb4rwvgm8bizcsn1krsj6k3qc88izn79is75y6wwji";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
@@ -40,7 +54,9 @@ stdenv.mkDerivation rec {
];
# Not useful here or in elementary - See: https://github.com/elementary/capnet-assist/issues/3
- patches = [ ./remove-capnet-test.patch ];
+ patches = [
+ ./remove-capnet-test.patch
+ ];
postPatch = ''
chmod +x meson/post_install.py
diff --git a/pkgs/desktops/pantheon/services/elementary-dpms-helper/default.nix b/pkgs/desktops/pantheon/services/elementary-dpms-helper/default.nix
index 4dab02d5083..fb9d28eaf6b 100644
--- a/pkgs/desktops/pantheon/services/elementary-dpms-helper/default.nix
+++ b/pkgs/desktops/pantheon/services/elementary-dpms-helper/default.nix
@@ -1,28 +1,37 @@
-{ stdenv, fetchFromGitHub, pantheon, makeWrapper, lib, meson, ninja, desktop-file-utils, glib, coreutils, elementary-settings-daemon, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, meson
+, ninja
+, desktop-file-utils
+, glib
+, coreutils
+, elementary-settings-daemon
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
- pname = "dpms-helper";
+ pname = "elementary-dpms-helper";
version = "1.0";
- name = "elementary-${pname}-${version}";
+ repoName = "dpms-helper";
src = fetchFromGitHub {
owner = "elementary";
- repo = pname;
+ repo = repoName;
rev = version;
sha256 = "0svfp0qyb6nx4mjl3jx4aqmb4x24m25jpi75mdis3yfr3c1xz9nh";
};
passthru = {
updateScript = pantheon.updateScript {
- repoName = pname;
- attrPath = "elementary-${pname}";
+ inherit repoName;
+ attrPath = pname;
};
};
nativeBuildInputs = [
desktop-file-utils
- makeWrapper
meson
ninja
wrapGAppsHook
diff --git a/pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix b/pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix
index d8514c51f4f..8381796c456 100644
--- a/pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix
+++ b/pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix
@@ -44,16 +44,16 @@ stdenv.mkDerivation rec {
pname = "elementary-settings-daemon";
version = "3.30.2";
- projectName = "gnome-settings-daemon";
+ repoName = "gnome-settings-daemon";
src = fetchurl {
- url = "mirror://gnome/sources/${projectName}/${stdenv.lib.versions.majorMinor version}/${projectName}-${version}.tar.xz";
+ url = "mirror://gnome/sources/${repoName}/${stdenv.lib.versions.majorMinor version}/${repoName}-${version}.tar.xz";
sha256 = "0c663csa3gnsr6wm0xfll6aani45snkdj7zjwjfzcwfh8w4a3z12";
};
# Source for ubuntu's patchset
src2 = fetchgit {
- url = "https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/${projectName}";
+ url = "https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/${repoName}";
rev = "refs/tags/ubuntu/${version}-1ubuntu1";
sha256 = "02awkhw6jqm7yh812mw0nsdmsljfi8ksz8mvd2qpns5pcv002g2c";
};
@@ -152,7 +152,7 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome3.updateScript {
- packageName = projectName;
+ packageName = repoName;
attrPath = "pantheon.${pname}";
};
};
diff --git a/pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix b/pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix
index 4b055d47b0a..8afbbbeed82 100644
--- a/pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix
+++ b/pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix
@@ -1,15 +1,27 @@
-{ stdenv, fetchFromGitHub, fetchpatch, pantheon, pkgconfig, meson, ninja, vala, glib
-, gtk3, libgee, desktop-file-utils, geoclue2, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, glib
+, gtk3
+, libgee
+, desktop-file-utils
+, geoclue2
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "pantheon-agent-geoclue2";
- version = "1.0.1";
+ version = "1.0.2";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
- sha256 = "0fww65dnbg9zn0gy1q2db39kjra50ykzw05pmn9iwxkijyxi8hm5";
+ sha256 = "1hjnbbzsch09090b200b3i85x8fv95agfqd6nrlc9za3jqjhm2xs";
};
passthru = {
diff --git a/pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix b/pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix
index d9e5512ce78..53a65ddb947 100644
--- a/pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix
+++ b/pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix
@@ -1,5 +1,15 @@
-{ stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja
-, vala, gtk3, libgee, polkit, wrapGAppsHook }:
+{ stdenv
+, fetchFromGitHub
+, pantheon
+, pkgconfig
+, meson
+, ninja
+, vala
+, gtk3
+, libgee
+, polkit
+, wrapGAppsHook
+}:
stdenv.mkDerivation rec {
pname = "pantheon-agent-polkit";
diff --git a/pkgs/desktops/pantheon/update.nix b/pkgs/desktops/pantheon/update.nix
index 48fd2f2bf85..7e9aacc0c2b 100644
--- a/pkgs/desktops/pantheon/update.nix
+++ b/pkgs/desktops/pantheon/update.nix
@@ -1,5 +1,21 @@
-{ stdenv, writeScript, runCommand, nix, bash, git, jq, nix-prefetch-scripts, coreutils, common-updater-scripts, gnugrep, gnused, curl }:
-{ repoName, attrPath ? repoName, versionPolicy ? "release" }:
+{ runCommand
+, nix
+, bash
+, git
+, jq
+, nix-prefetch-scripts
+, coreutils
+, common-updater-scripts
+, gnugrep
+, gnused
+, curl
+}:
+
+{ repoName
+, attrPath ? repoName
+, versionPolicy ? "release"
+}:
+
let
script = ./update.sh;
@@ -13,6 +29,8 @@ let
chmod +x $out
'';
- versionFlag = { "release" = "-r"; "master" = "-m"; }.${versionPolicy};
+ throwFlag = throw "${versionPolicy} is not a valid versionPolicy - Options are either 'release' or 'master' (defaults to release).";
+
+ versionFlag = { "release" = "-r"; "master" = "-m"; }.${versionPolicy} or throwFlag;
in [ updateScript versionFlag repoName attrPath ]
diff --git a/pkgs/desktops/plasma-5/plasma-workspace/default.nix b/pkgs/desktops/plasma-5/plasma-workspace/default.nix
index 2866cddbea1..1403c9e4c8b 100644
--- a/pkgs/desktops/plasma-5/plasma-workspace/default.nix
+++ b/pkgs/desktops/plasma-5/plasma-workspace/default.nix
@@ -1,5 +1,5 @@
{
- mkDerivation, lib, fetchpatch,
+ mkDerivation, lib,
extra-cmake-modules, kdoctools,
@@ -34,7 +34,8 @@ mkDerivation {
qtgraphicaleffects qtquickcontrols qtquickcontrols2 qtscript qtwayland qtx11extras
];
- outputs = [ "bin" "dev" "out" ];
+ propagatedUserEnvPkgs = [ qtgraphicaleffects ];
+ outputs = [ "out" "dev" ];
cmakeFlags = [
"-DNIXPKGS_XMESSAGE=${getBin xmessage}/bin/xmessage"
@@ -45,7 +46,7 @@ mkDerivation {
"-DNIXPKGS_XPROP=${getBin xprop}/bin/xprop"
"-DNIXPKGS_ID=${getBin coreutils}/bin/id"
"-DNIXPKGS_DBUS_UPDATE_ACTIVATION_ENVIRONMENT=${getBin dbus}/bin/dbus-update-activation-environment"
- "-DNIXPKGS_START_KDEINIT_WRAPPER=${getLib kinit}/lib/libexec/kf5/start_kdeinit_wrapper"
+ "-DNIXPKGS_START_KDEINIT_WRAPPER=${getLib kinit}/libexec/kf5/start_kdeinit_wrapper"
"-DNIXPKGS_QDBUS=${getBin qttools}/bin/qdbus"
"-DNIXPKGS_KWRAPPER5=${getBin kinit}/bin/kwrapper5"
"-DNIXPKGS_KREADCONFIG5=${getBin kconfig}/bin/kreadconfig5"
@@ -72,10 +73,6 @@ mkDerivation {
preConfigure = ''
NIX_CFLAGS_COMPILE+=" -DNIXPKGS_KDOSTARTUPCONFIG5=\"''${!outputBin}/bin/kdostartupconfig5\""
- cmakeFlags+=" -DNIXPKGS_STARTPLASMA=''${!outputBin}/lib/libexec/startplasma"
- '';
-
- postInstall = ''
- moveToOutput lib/libexec/startplasma ''${!outputBin}
+ cmakeFlags+=" -DNIXPKGS_STARTPLASMA=''${!outputBin}/libexec/startplasma"
'';
}
diff --git a/pkgs/desktops/surf-display/default.nix b/pkgs/desktops/surf-display/default.nix
new file mode 100644
index 00000000000..f3554fe0b40
--- /dev/null
+++ b/pkgs/desktops/surf-display/default.nix
@@ -0,0 +1,53 @@
+{ stdenv, fetchgit, makeWrapper
+, surf, wmctrl, matchbox, xdotool, unclutter
+, xorg, pulseaudio, xprintidle-ng }:
+
+stdenv.mkDerivation rec {
+ pname = "surf-display";
+ version = "unstable-2019-04-15";
+
+ src = fetchgit {
+ url = "https://code.it-zukunft-schule.de/cgit/surf-display";
+ rev = "972d6c4b7c4503dbb63fa6c92cdc24d1e32064a4";
+ sha256 = "03c68gg4kfmkri1gn5b7m1g8vh9ciawhajb29c17kkc7mn388hjm";
+ };
+
+ nativeBuildInputs = [ makeWrapper ];
+
+ buildInputs = [
+ surf
+ wmctrl
+ matchbox
+ pulseaudio
+ xprintidle-ng
+ xdotool
+ xorg.xmodmap
+ xorg.xkbutils
+ unclutter
+ ];
+
+ patches = [ ./pdf-makefile.patch ];
+
+ buildFlags = [ "man" ];
+
+ postFixup = ''
+ substituteInPlace $out/share/xsessions/surf-display.desktop \
+ --replace surf-display $out/bin/surf-display
+
+ substituteInPlace $out/bin/surf-display --replace /usr/share $out/share
+
+ patchShebangs $out/bin/surf-display
+ wrapProgram $out/bin/surf-display \
+ --prefix PATH ':' ${stdenv.lib.makeBinPath buildInputs}
+ '';
+
+ makeFlags = [ "PREFIX=${placeholder ''out''}" ];
+
+ meta = with stdenv.lib; {
+ description = "Kiosk browser session manager based on the surf browser";
+ homepage = "https://code.it-zukunft-schule.de/cgit/surf-display/";
+ maintainers = with maintainers; [ etu ];
+ license = licenses.gpl2;
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/desktops/surf-display/pdf-makefile.patch b/pkgs/desktops/surf-display/pdf-makefile.patch
new file mode 100644
index 00000000000..9c2541052c0
--- /dev/null
+++ b/pkgs/desktops/surf-display/pdf-makefile.patch
@@ -0,0 +1,24 @@
+diff --git a/Makefile b/Makefile
+index 1081d64..499160c 100644
+--- a/Makefile
++++ b/Makefile
+@@ -13,19 +13,10 @@ man::
+ gzip -9 -c -n data/surf-display.1 > data/surf-display.1.gz
+
+ install:
+- if [ ! -e data/surf-display.pdf.gz ]; then \
+- echo "Run 'make build' first, before running 'sudo make install'."; \
+- exit -1; \
+- fi
+-
+ # script
+ mkdir -p $(DESTDIR)$(PREFIX)/bin/
+ install -m 0755 bin/surf-display $(DESTDIR)$(PREFIX)/bin/
+
+- # LaTeX Beamer PDF: Impressive HowTo
+- mkdir -p $(DESTDIR)$(PREFIX)/share/doc/surf-display/
+- install -m 0644 data/*.pdf.gz $(DESTDIR)$(PREFIX)/share/doc/surf-display/
+-
+ # man page
+ mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
+ install -m 0644 data/*.1.gz $(DESTDIR)$(PREFIX)/share/man/man1/
diff --git a/pkgs/desktops/xfce/applications/orage.nix b/pkgs/desktops/xfce/applications/orage.nix
index 5cf39639a12..19bd560cbae 100644
--- a/pkgs/desktops/xfce/applications/orage.nix
+++ b/pkgs/desktops/xfce/applications/orage.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, fetchpatch, pkgconfig, bison, flex, intltool, gtk, libical, dbus-glib, tzdata
-, libnotify, popt, xfce, hicolor-icon-theme }:
+, libnotify, popt, xfce }:
stdenv.mkDerivation rec {
name = "${p_name}-${ver_maj}.${ver_min}";
diff --git a/pkgs/desktops/xfce/core/tumbler.nix b/pkgs/desktops/xfce/core/tumbler.nix
index 3e1d2be2b53..9087d3a0255 100644
--- a/pkgs/desktops/xfce/core/tumbler.nix
+++ b/pkgs/desktops/xfce/core/tumbler.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, intltool, dbus-glib, gdk_pixbuf, curl, freetype
+{ stdenv, fetchurl, pkgconfig, intltool, dbus-glib, gdk-pixbuf, curl, freetype
, libgsf, poppler, bzip2 }:
let
p_name = "tumbler";
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
- intltool dbus-glib gdk_pixbuf curl freetype
+ intltool dbus-glib gdk-pixbuf curl freetype
poppler libgsf bzip2
];
diff --git a/pkgs/desktops/xfce4-13/exo/default.nix b/pkgs/desktops/xfce4-13/exo/default.nix
deleted file mode 100644
index 1096996ee6d..00000000000
--- a/pkgs/desktops/xfce4-13/exo/default.nix
+++ /dev/null
@@ -1,23 +0,0 @@
-{ mkXfceDerivation, docbook_xsl, libxslt, perlPackages, gtk2, gtk3
-, libxfce4ui, libxfce4util }:
-
-mkXfceDerivation rec {
- category = "xfce";
- pname = "exo";
- version = "0.12.2";
-
- sha256 = "1b4hl9yxvf8b8akqf2zngq3m93yqnqcmxqqds1dwzm9vm5sqydgh";
-
- nativeBuildInputs = [ libxslt perlPackages.URI ];
- buildInputs = [ gtk2 gtk3 libxfce4ui libxfce4util ];
-
- postPatch = ''
- substituteInPlace docs/reference/Makefile.am \
- --replace http://docbook.sourceforge.net/release/xsl/current \
- ${docbook_xsl}/share/xml/docbook-xsl
- '';
-
- meta = {
- description = "Application library for Xfce";
- };
-}
diff --git a/pkgs/desktops/xfce4-13/garcon/12700.patch b/pkgs/desktops/xfce4-13/garcon/12700.patch
deleted file mode 100644
index fda36d69651..00000000000
--- a/pkgs/desktops/xfce4-13/garcon/12700.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From: Yegor Timoshenko
-Date: Thu, 14 Dec 2017 21:13:02 +0000
-Subject: [PATCH] Decrement allocation counter on item unref (#12700)
-
-diff --git a/garcon/garcon-menu-item-pool.c b/garcon/garcon-menu-item-pool.c
-index 2017180..355e520 100644
---- a/garcon/garcon-menu-item-pool.c
-+++ b/garcon/garcon-menu-item-pool.c
-@@ -191,7 +191,12 @@ garcon_menu_item_pool_filter_exclude (const gchar *desktop_id,
- g_return_val_if_fail (GARCON_IS_MENU_ITEM (item), FALSE);
- g_return_val_if_fail (node != NULL, FALSE);
-
-- return garcon_menu_node_tree_rule_matches (node, item);
-+ gboolean matches = garcon_menu_node_tree_rule_matches (node, item);
-+
-+ if (matches)
-+ garcon_menu_item_increment_allocated (item);
-+
-+ return matches;
- }
-
-
-diff --git a/garcon/garcon-menu-item.c b/garcon/garcon-menu-item.c
-index ca8cb63..b44acfe 100644
---- a/garcon/garcon-menu-item.c
-+++ b/garcon/garcon-menu-item.c
-@@ -1908,6 +1908,8 @@ garcon_menu_item_unref (GarconMenuItem *item)
- {
- g_return_if_fail (GARCON_IS_MENU_ITEM (item));
-
-+ garcon_menu_item_decrement_allocated (item);
-+
- /* Decrement the reference counter */
- g_object_unref (G_OBJECT (item));
- }
---
-2.15.1
diff --git a/pkgs/desktops/xfce4-13/garcon/13785.patch b/pkgs/desktops/xfce4-13/garcon/13785.patch
deleted file mode 100644
index 1b723d21d60..00000000000
--- a/pkgs/desktops/xfce4-13/garcon/13785.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From 4387496fe332a50945e7db76bc2196b419656fe3 Mon Sep 17 00:00:00 2001
-From: Stefan Berzl
-Date: Mon, 21 Aug 2017 18:39:07 +0300
-Subject: [PATCH] fix: some menu icons are too big (Bug #13785)
-
-Some packages only provide icons in sizes much bigger than the standard
-GTK menu size of 16px.
-
-The clipboard manager qlipper for example provides the following icon:
-/usr/share/icons/hicolor/128x128/apps/qlipper.png
-
-In GTK 3.22.18 the function gtk_image_new_from_icon_name when given
-GTK_ICON_SIZE_MENU as second argument still returns an image with 128x128.
-
-The patch I have supplied uses existing code to scale such an image.
-
-Signed-off-by: Eric Koegel
----
- garcon-gtk/garcon-gtk-menu.c | 33 +++++++++++++++++++--------------
- 1 file changed, 19 insertions(+), 14 deletions(-)
-
-diff --git a/garcon-gtk/garcon-gtk-menu.c b/garcon-gtk/garcon-gtk-menu.c
-index 41990f2..f31a1ed 100644
---- a/garcon-gtk/garcon-gtk-menu.c
-+++ b/garcon-gtk/garcon-gtk-menu.c
-@@ -650,7 +650,11 @@ garcon_gtk_menu_load_icon (const gchar *icon_name)
- gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &w, &h);
- size = MIN (w, h);
-
-- if (! gtk_icon_theme_has_icon (icon_theme, icon_name))
-+ if (gtk_icon_theme_has_icon (icon_theme, icon_name))
-+ {
-+ pixbuf = gtk_icon_theme_load_icon (icon_theme, icon_name, size, 0, NULL);;
-+ }
-+ else
- {
- if (g_path_is_absolute (icon_name))
- {
-@@ -684,22 +688,23 @@ garcon_gtk_menu_load_icon (const gchar *icon_name)
- g_free (name);
- }
- }
-+ }
-
-- /* Turn the pixbuf into a gtk_image */
-- if (G_LIKELY (pixbuf))
-- {
-- /* scale the pixbuf down if it needs it */
-- GdkPixbuf *tmp = gdk_pixbuf_scale_simple (pixbuf, w, h, GDK_INTERP_BILINEAR);
-- g_object_unref (pixbuf);
-- pixbuf = tmp;
-+ /* Turn the pixbuf into a gtk_image */
-+ if (G_LIKELY (pixbuf))
-+ {
-+ /* scale the pixbuf down if it needs it */
-+ GdkPixbuf *pixbuf_scaled = gdk_pixbuf_scale_simple (pixbuf, w, h, GDK_INTERP_BILINEAR);
-+ g_object_unref (G_OBJECT (pixbuf));
-
-- image = gtk_image_new_from_pixbuf (pixbuf);
-- g_object_unref (G_OBJECT (pixbuf));
-- }
-+ image = gtk_image_new_from_pixbuf (pixbuf_scaled);
-+ g_object_unref (G_OBJECT (pixbuf_scaled));
-+ }
-+ else
-+ {
-+ /* display the placeholder at least */
-+ image = gtk_image_new_from_icon_name (icon_name, GTK_ICON_SIZE_MENU);
- }
--
-- if (image == NULL)
-- image = gtk_image_new_from_icon_name (icon_name, GTK_ICON_SIZE_MENU);
-
- return image;
- }
diff --git a/pkgs/desktops/xfce4-13/garcon/default.nix b/pkgs/desktops/xfce4-13/garcon/default.nix
deleted file mode 100644
index a88d64702a1..00000000000
--- a/pkgs/desktops/xfce4-13/garcon/default.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ mkXfceDerivation, gtk2 ? null, gtk3, libxfce4ui, libxfce4util }:
-
-mkXfceDerivation rec {
- category = "xfce";
- pname = "garcon";
- version = "0.6.1";
-
- sha256 = "19k8bwn29x7hkg882pxv5xxmrbfagdqgkxg166pwz2k0prab6hl8";
-
- patches = [ ./12700.patch ./13785.patch ];
- buildInputs = [ gtk2 gtk3 libxfce4ui libxfce4util ];
-}
diff --git a/pkgs/desktops/xfce4-13/gigolo/default.nix b/pkgs/desktops/xfce4-13/gigolo/default.nix
deleted file mode 100644
index 0d7b2210b12..00000000000
--- a/pkgs/desktops/xfce4-13/gigolo/default.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ mkXfceDerivation, gtk2, libX11 }:
-
-mkXfceDerivation rec {
- category = "apps";
- pname = "gigolo";
- version = "0.4.2";
-
- sha256 = "0qd2jkf3zsvfyd9jn8bfnljja1xfj3ph4wjh3fx10dcwcd791al1";
-
- buildInputs = [ gtk2 libX11 ];
-}
diff --git a/pkgs/desktops/xfce4-13/mousepad/default.nix b/pkgs/desktops/xfce4-13/mousepad/default.nix
deleted file mode 100644
index b5fd3a19d06..00000000000
--- a/pkgs/desktops/xfce4-13/mousepad/default.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ mkXfceDerivation, exo, wrapGAppsHook, dbus-glib, gtk3, gtksourceview3 }:
-
-mkXfceDerivation rec {
- category = "apps";
- pname = "mousepad";
- version = "0.4.1";
-
- sha256 = "0pr1w9n0qq2raxhy78982i9g17x0ya02q7vdrn0wb2bpk74hlki5";
-
- nativeBuildInputs = [ exo wrapGAppsHook ];
- buildInputs = [ dbus-glib gtk3 gtksourceview3 ];
-}
diff --git a/pkgs/desktops/xfce4-13/ristretto/default.nix b/pkgs/desktops/xfce4-13/ristretto/default.nix
deleted file mode 100644
index b4b0778e982..00000000000
--- a/pkgs/desktops/xfce4-13/ristretto/default.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ mkXfceDerivation, automakeAddFlags, exo, dbus-glib, gtk2, libexif
-, libxfce4ui, libxfce4util, xfconf }:
-
-mkXfceDerivation rec {
- category = "apps";
- pname = "ristretto";
- version = "0.8.3";
-
- postPatch = ''
- automakeAddFlags src/Makefile.am ristretto_CFLAGS DBUS_GLIB_CFLAGS
- automakeAddFlags src/Makefile.am ristretto_LDADD DBUS_GLIB_LIBS
- '';
-
- nativeBuildInputs = [ automakeAddFlags exo ];
- buildInputs = [ dbus-glib gtk2 libexif libxfce4ui libxfce4util xfconf ];
-
- sha256 = "02i61ddzpv0qjwahkksnzla57zdmkywyg1qrqs57z4bzj6l4nmkx";
-}
diff --git a/pkgs/desktops/xfce4-13/thunar/default.nix b/pkgs/desktops/xfce4-13/thunar/default.nix
deleted file mode 100644
index dbeb80ac9bd..00000000000
--- a/pkgs/desktops/xfce4-13/thunar/default.nix
+++ /dev/null
@@ -1,30 +0,0 @@
-{ mkXfceDerivation, docbook_xsl, exo, gdk_pixbuf, gtk3, libgudev ? null
-, libnotify ? null, libX11, libxfce4ui, libxfce4util, libxslt, xfconf }:
-
-mkXfceDerivation rec {
- category = "xfce";
- pname = "thunar";
- version = "1.8.1";
-
- sha256 = "00n5iinhg3xgzj2rcy7zl6g9449i59x2l09cnlkhyrjzghb4k5ha";
-
- postPatch = ''
- substituteInPlace docs/Makefile.am \
- --replace http://docbook.sourceforge.net/release/xsl/current \
- ${docbook_xsl}/share/xml/docbook-xsl
- '';
-
- nativeBuildInputs = [ libxslt ];
-
- buildInputs = [
- exo
- gdk_pixbuf
- gtk3
- libgudev
- libnotify
- libX11
- libxfce4ui
- libxfce4util
- xfconf
- ];
-}
diff --git a/pkgs/desktops/xfce4-13/tumbler/default.nix b/pkgs/desktops/xfce4-13/tumbler/default.nix
deleted file mode 100644
index 05a4f4ecde3..00000000000
--- a/pkgs/desktops/xfce4-13/tumbler/default.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ mkXfceDerivation, gdk_pixbuf ? null, ffmpegthumbnailer ? null, libgsf ? null
-, poppler ? null }:
-
-# TODO: add libopenraw
-
-mkXfceDerivation rec {
- category = "xfce";
- pname = "tumbler";
- version = "0.2.3";
-
- sha256 = "1gb4dav6q9bn64c2ayi4896cr79lb8k63ja2sm3lwsjxgg1r4hw9";
-
- buildInputs = [ gdk_pixbuf ffmpegthumbnailer libgsf poppler ];
-}
diff --git a/pkgs/desktops/xfce4-13/xfce4-notifyd/default.nix b/pkgs/desktops/xfce4-13/xfce4-notifyd/default.nix
deleted file mode 100644
index bac25878507..00000000000
--- a/pkgs/desktops/xfce4-13/xfce4-notifyd/default.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ mkXfceDerivation, dbus-glib, exo, gtk3, libnotify, libxfce4ui, libxfce4util
-, xfce4-panel, xfconf }:
-
-mkXfceDerivation rec {
- category = "apps";
- pname = "xfce4-notifyd";
- version = "0.4.2";
-
- sha256 = "1zxwzigrhms74crasbqpnzidmq2mnyxpmc9pqr4p4qj14yw4sam9";
-
- buildInputs = [ dbus-glib exo gtk3 libnotify libxfce4ui libxfce4util xfce4-panel xfconf ];
-}
diff --git a/pkgs/desktops/xfce4-13/xfce4-panel/default.nix b/pkgs/desktops/xfce4-13/xfce4-panel/default.nix
deleted file mode 100644
index 27c8e1e58c7..00000000000
--- a/pkgs/desktops/xfce4-13/xfce4-panel/default.nix
+++ /dev/null
@@ -1,36 +0,0 @@
-{ mkXfceDerivation, makeWrapper, tzdata, exo, garcon, gtk2, gtk3, gettext, glib-networking, libxfce4ui, libxfce4util, libwnck3, xfconf }:
-
-mkXfceDerivation rec {
- category = "xfce";
- pname = "xfce4-panel";
- version = "4.13.4";
-
- sha256 = "13hnzh31d2b1331lnsbfaxg4fqhqa7hmdwkiqsl9hyr8pqimjb2g";
-
- nativeBuildInputs = [ makeWrapper ];
- buildInputs = [ exo garcon gtk2 gtk3 libxfce4ui libxfce4util libwnck3 xfconf ];
-
- patches = [ ../../xfce/core/xfce4-panel-datadir.patch ];
- patchFlags = "-p1";
-
- postPatch = ''
- for f in $(find . -name \*.sh); do
- substituteInPlace $f --replace gettext ${gettext}/bin/gettext
- done
- substituteInPlace plugins/clock/clock.c \
- --replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo" \
- --replace "if (!g_file_test (filename, G_FILE_TEST_IS_SYMLINK))" ""
- '';
-
- configureFlags = [ "--enable-gtk3" ];
-
- postInstall = ''
- wrapProgram "$out/bin/xfce4-panel" \
- --prefix GST_PLUGIN_SYSTEM_PATH : "$GST_PLUGIN_SYSTEM_PATH" \
- --prefix GIO_EXTRA_MODULES : "${glib-networking}/lib/gio/modules"
- '';
-
- meta = {
- description = "Xfce's panel";
- };
-}
diff --git a/pkgs/desktops/xfce4-13/xfce4-session/default.nix b/pkgs/desktops/xfce4-13/xfce4-session/default.nix
deleted file mode 100644
index ecf1f6ac505..00000000000
--- a/pkgs/desktops/xfce4-13/xfce4-session/default.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{ mkXfceDerivation, polkit, exo, libxfce4util, libxfce4ui, xfconf, dbus-glib, dbus, iceauth, gtk3, libwnck3, xorg }:
-
-mkXfceDerivation rec {
- category = "xfce";
- pname = "xfce4-session";
- version = "4.13.0";
-
- sha256 = "0d6h1kgqq6g084jrxx4jxw98h5g0vwsxqrvk0bmapyxh2sbrg07y";
-
- buildInputs = [ exo dbus-glib dbus gtk3 libxfce4ui libxfce4util libwnck3 xfconf polkit iceauth ];
-
- configureFlags = [ "--with-xsession-prefix=$(out)" ];
-
- NIX_CFLAGS_COMPILE = [ "-I${dbus-glib.dev}/include/dbus-1.0"
- "-I${dbus.dev}/include/dbus-1.0"
- "-I${dbus.lib}/lib/dbus-1.0/include"
- ];
-
- postPatch = ''
- substituteInPlace configure.ac.in --replace gio-2.0 gio-unix-2.0
- substituteInPlace scripts/xflock4 --replace PATH=/bin:/usr/bin "PATH=\$PATH:$out/bin:${xorg.xset}/bin"
- '';
-
- meta = {
- description = "Session manager for Xfce";
- };
-}
diff --git a/pkgs/desktops/xfce4-13/xfce4-taskmanager/default.nix b/pkgs/desktops/xfce4-13/xfce4-taskmanager/default.nix
deleted file mode 100644
index d9a5991598b..00000000000
--- a/pkgs/desktops/xfce4-13/xfce4-taskmanager/default.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ lib, mkXfceDerivation, exo, gtk2, gtk3 ? null, libwnck3 ? null, libXmu }:
-
-let
- inherit (lib) enableFeature;
-in
-
-mkXfceDerivation rec {
- category = "apps";
- pname = "xfce4-taskmanager";
- version = "1.2.1";
-
- sha256 = "1p0496r1fb5zqvn6c41kb6rjqwlqghqahgg6hkzw0gjy911im99w";
-
- nativeBuildInputs = [ exo ];
- buildInputs = [ gtk2 gtk3 libwnck3 libXmu ];
-
- configureFlags = [ (enableFeature (gtk3 != null) "gtk3") ];
-}
diff --git a/pkgs/desktops/xfce4-13/xfce4-terminal/default.nix b/pkgs/desktops/xfce4-13/xfce4-terminal/default.nix
deleted file mode 100644
index 6bc88ee7661..00000000000
--- a/pkgs/desktops/xfce4-13/xfce4-terminal/default.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ mkXfceDerivation, gtk3, libxfce4ui, wrapGAppsHook, vte }:
-
-mkXfceDerivation rec {
- category = "apps";
- pname = "xfce4-terminal";
- version = "0.8.7.4";
-
- sha256 = "1s1dq560icg602jjb2ja58x7hxg4ikp3jrrf74v3qgi0ir950k2y";
-
- buildInputs = [ gtk3 libxfce4ui vte ];
- nativeBuildInputs = [ wrapGAppsHook ];
-
- meta = {
- description = "A modern terminal emulator";
- };
-}
diff --git a/pkgs/desktops/xfce4-13/xfwm4/default.nix b/pkgs/desktops/xfce4-13/xfwm4/default.nix
deleted file mode 100644
index 97d414d6693..00000000000
--- a/pkgs/desktops/xfce4-13/xfwm4/default.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ mkXfceDerivation, exo, dbus-glib, epoxy, gtk2, libXdamage
-, libstartup_notification, libxfce4ui, libxfce4util, libwnck
-, libXpresent, xfconf }:
-
-mkXfceDerivation rec {
- category = "xfce";
- pname = "xfwm4";
- version = "4.13.0";
-
- sha256 = "19ikyls4xawsbz07qdz60g5yl2jbvpb90sfy5zql7ghypd69cgn9";
-
- nativeBuildInputs = [ exo ];
-
- buildInputs = [
- dbus-glib
- epoxy
- gtk2
- libXdamage
- libstartup_notification
- libxfce4ui
- libxfce4util
- libwnck
- libXpresent
- xfconf
- ];
-}
diff --git a/pkgs/desktops/xfce4-13/automakeAddFlags.sh b/pkgs/desktops/xfce4-14/automakeAddFlags.sh
similarity index 100%
rename from pkgs/desktops/xfce4-13/automakeAddFlags.sh
rename to pkgs/desktops/xfce4-14/automakeAddFlags.sh
diff --git a/pkgs/desktops/xfce4-13/default.nix b/pkgs/desktops/xfce4-14/default.nix
similarity index 100%
rename from pkgs/desktops/xfce4-13/default.nix
rename to pkgs/desktops/xfce4-14/default.nix
diff --git a/pkgs/desktops/xfce4-14/exo/default.nix b/pkgs/desktops/xfce4-14/exo/default.nix
new file mode 100644
index 00000000000..b0dcec78765
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/exo/default.nix
@@ -0,0 +1,20 @@
+{ mkXfceDerivation, docbook_xsl, glib, libxslt, perlPackages, gtk3
+, libxfce4ui, libxfce4util }:
+
+mkXfceDerivation rec {
+ category = "xfce";
+ pname = "exo";
+ version = "0.12.8";
+
+ sha256 = "013am7q4pwfncf4hk2a3hv7yx2vxgzb5xm8qsi9mxkj29xdhrvs5";
+
+ nativeBuildInputs = [ libxslt perlPackages.URI docbook_xsl ];
+ buildInputs = [ gtk3 glib libxfce4ui libxfce4util ];
+
+ # Workaround https://bugzilla.xfce.org/show_bug.cgi?id=15825
+ NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
+
+ meta = {
+ description = "Application library for Xfce";
+ };
+}
diff --git a/pkgs/desktops/xfce4-14/garcon/default.nix b/pkgs/desktops/xfce4-14/garcon/default.nix
new file mode 100644
index 00000000000..d4e7e2ffc80
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/garcon/default.nix
@@ -0,0 +1,11 @@
+{ mkXfceDerivation, gtk3, libxfce4ui, libxfce4util }:
+
+mkXfceDerivation rec {
+ category = "xfce";
+ pname = "garcon";
+ version = "0.6.4";
+
+ sha256 = "0pamhp1wffiw638s66nws2mpzmwkhvhb6iwccfy8b0kyr57wipjv";
+
+ buildInputs = [ gtk3 libxfce4ui libxfce4util ];
+}
diff --git a/pkgs/desktops/xfce4-14/gigolo/default.nix b/pkgs/desktops/xfce4-14/gigolo/default.nix
new file mode 100644
index 00000000000..6939e8859ac
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/gigolo/default.nix
@@ -0,0 +1,12 @@
+{ mkXfceDerivation, exo, gtk3, gvfs, glib }:
+
+mkXfceDerivation rec {
+ category = "apps";
+ pname = "gigolo";
+ version = "0.5.0";
+
+ sha256 = "1lqsxb0d5i8p9vbzx8s4p3rga7va5h1q146xgmsa41j5v40wrlw6";
+
+ nativeBuildInputs = [ exo ];
+ buildInputs = [ gtk3 glib gvfs ];
+}
diff --git a/pkgs/desktops/xfce4-13/libxfce4ui/default.nix b/pkgs/desktops/xfce4-14/libxfce4ui/default.nix
similarity index 50%
rename from pkgs/desktops/xfce4-13/libxfce4ui/default.nix
rename to pkgs/desktops/xfce4-14/libxfce4ui/default.nix
index f6997551262..2ea6d195d6f 100644
--- a/pkgs/desktops/xfce4-13/libxfce4ui/default.nix
+++ b/pkgs/desktops/xfce4-14/libxfce4ui/default.nix
@@ -1,16 +1,21 @@
{ lib, mkXfceDerivation, gobject-introspection, gtk2, gtk3, libICE, libSM
-, libstartup_notification ? null, libxfce4util, xfconf }:
+, libstartup_notification, libxfce4util, xfconf }:
mkXfceDerivation rec {
category = "xfce";
pname = "libxfce4ui";
- version = "4.13.4";
+ version = "4.14.1";
- sha256 = "0m9h3kvkk2nx8pxxmsg9sjnyp6ajwjrz9djjxxvranjsdw3ilydy";
+ sha256 = "0fnncf30s51qhgixn57z4d021pjjhzgsg2x69w4dy68vff2347qy";
- buildInputs = [ gobject-introspection gtk2 gtk3 libstartup_notification xfconf ];
+ nativeBuildInputs = [ gobject-introspection ];
+ buildInputs = [ gtk2 gtk3 libstartup_notification xfconf ];
propagatedBuildInputs = [ libxfce4util libICE libSM ];
+ configureFlags = [
+ "--with-vendor-info='NixOS'"
+ ];
+
meta = with lib; {
description = "Widgets library for Xfce";
license = licenses.lgpl2Plus;
diff --git a/pkgs/desktops/xfce4-13/libxfce4util/default.nix b/pkgs/desktops/xfce4-14/libxfce4util/default.nix
similarity index 63%
rename from pkgs/desktops/xfce4-13/libxfce4util/default.nix
rename to pkgs/desktops/xfce4-14/libxfce4util/default.nix
index 6a3b633cd09..99fe59583aa 100644
--- a/pkgs/desktops/xfce4-13/libxfce4util/default.nix
+++ b/pkgs/desktops/xfce4-14/libxfce4util/default.nix
@@ -3,11 +3,11 @@
mkXfceDerivation rec {
category = "xfce";
pname = "libxfce4util";
- version = "4.13.2";
+ version = "4.14.0";
- sha256 = "0sb6pzhmh0qzfdhixj1ard56zi68318k86z3a1h3f2fhqy7gyf98";
+ sha256 = "0vq16bzmnykiikg4dhiaj0qbyj76nkdd54j6k6n568h3dc9ix6q4";
- buildInputs = [ gobject-introspection ];
+ nativeBuildInputs = [ gobject-introspection ];
meta = with lib; {
description = "Extension library for Xfce";
diff --git a/pkgs/desktops/xfce4-13/mkXfceDerivation.nix b/pkgs/desktops/xfce4-14/mkXfceDerivation.nix
similarity index 92%
rename from pkgs/desktops/xfce4-13/mkXfceDerivation.nix
rename to pkgs/desktops/xfce4-14/mkXfceDerivation.nix
index da7179c4646..cf4b5eb3cdc 100644
--- a/pkgs/desktops/xfce4-13/mkXfceDerivation.nix
+++ b/pkgs/desktops/xfce4-14/mkXfceDerivation.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchgit, pkgconfig, xfce4-dev-tools, hicolor-icon-theme }:
+{ stdenv, fetchgit, pkgconfig, xfce4-dev-tools, hicolor-icon-theme, wrapGAppsHook }:
{ category, pname, version, rev ? "${pname}-${version}", sha256, ... } @ args:
@@ -15,7 +15,7 @@ let
template = rec {
name = "${pname}-${version}";
- nativeBuildInputs = [ pkgconfig xfce4-dev-tools ];
+ nativeBuildInputs = [ pkgconfig xfce4-dev-tools wrapGAppsHook ];
buildInputs = [ hicolor-icon-theme ];
configureFlags = [ "--enable-maintainer-mode" ];
diff --git a/pkgs/desktops/xfce4-14/mousepad/default.nix b/pkgs/desktops/xfce4-14/mousepad/default.nix
new file mode 100644
index 00000000000..ca80fd8bf53
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/mousepad/default.nix
@@ -0,0 +1,15 @@
+{ mkXfceDerivation, exo, glib, gtk3, gtksourceview3, xfconf }:
+
+mkXfceDerivation rec {
+ category = "apps";
+ pname = "mousepad";
+ version = "0.4.2";
+
+ sha256 = "0a35vaq4l0d8vzw7hqpvbgkr3wj1sqr2zvj7bc5z4ikz2cppqj7p";
+
+ nativeBuildInputs = [ exo ];
+ buildInputs = [ glib gtk3 gtksourceview3 xfconf ];
+
+ # See https://github.com/NixOS/nixpkgs/issues/36468
+ NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
+}
diff --git a/pkgs/desktops/xfce4-13/orage/default.nix b/pkgs/desktops/xfce4-14/orage/default.nix
similarity index 94%
rename from pkgs/desktops/xfce4-13/orage/default.nix
rename to pkgs/desktops/xfce4-14/orage/default.nix
index 3c8395a4908..8c453aa96a2 100644
--- a/pkgs/desktops/xfce4-13/orage/default.nix
+++ b/pkgs/desktops/xfce4-14/orage/default.nix
@@ -1,5 +1,5 @@
{ lib, fetchpatch, mkXfceDerivation, dbus-glib, gtk2, libical, libnotify, tzdata
-, popt, libxfce4ui ? null, xfce4-panel ? null, withPanelPlugin ? true }:
+, popt, libxfce4ui, xfce4-panel, withPanelPlugin ? true }:
assert withPanelPlugin -> libxfce4ui != null && xfce4-panel != null;
diff --git a/pkgs/desktops/xfce4-13/parole/default.nix b/pkgs/desktops/xfce4-14/parole/default.nix
similarity index 57%
rename from pkgs/desktops/xfce4-13/parole/default.nix
rename to pkgs/desktops/xfce4-14/parole/default.nix
index e720791f1c4..578be8329b0 100644
--- a/pkgs/desktops/xfce4-13/parole/default.nix
+++ b/pkgs/desktops/xfce4-14/parole/default.nix
@@ -1,24 +1,22 @@
-{ mkXfceDerivation, makeWrapper, wrapGAppsHook, dbus, dbus-glib
-, gst-plugins-bad ? null, gst-plugins-base, gst-plugins-good
-, gst-plugins-ugly ? null, gtk3, libnotify, libxfce4ui, libxfce4util
-, taglib ? null, xfconf }:
+{ mkXfceDerivation, dbus, dbus-glib
+, gst-plugins-bad, gst-plugins-base, gst-plugins-good
+, gst-plugins-ugly, gtk3, libnotify, libxfce4ui, libxfce4util
+, taglib, xfconf }:
# Doesn't seem to find H.264 codec even though built with gst-plugins-bad.
mkXfceDerivation rec {
category = "apps";
pname = "parole";
- version = "1.0.1";
+ version = "1.0.4";
- sha256 = "0zq1imbjqmwfk3yrsha2s7lclzbh8xgggz0rbksa51siqk73swbb";
+ sha256 = "18j4bmny37crryh4pvxcjjvj99mln6ljq2vy69awxhvrjx9ljv13";
postPatch = ''
substituteInPlace src/plugins/mpris2/Makefile.am \
--replace GST_BASE_CFLAGS GST_VIDEO_CFLAGS
'';
- nativeBuildInputs = [ makeWrapper wrapGAppsHook ];
-
buildInputs = [
dbus
dbus-glib
diff --git a/pkgs/desktops/xfce4-14/ristretto/default.nix b/pkgs/desktops/xfce4-14/ristretto/default.nix
new file mode 100644
index 00000000000..1c09d3a0c00
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/ristretto/default.nix
@@ -0,0 +1,13 @@
+{ mkXfceDerivation, automakeAddFlags, exo, gtk3, glib, libexif
+, libxfce4ui, libxfce4util, xfconf }:
+
+mkXfceDerivation rec {
+ category = "apps";
+ pname = "ristretto";
+ version = "0.10.0";
+
+ sha256 = "07h7wbq3xh2ac6q4kp2ai1incfn0zfxxngap7hzqx47a5xw2mrm8";
+
+ nativeBuildInputs = [ exo ];
+ buildInputs = [ glib gtk3 libexif libxfce4ui libxfce4util xfconf ];
+}
diff --git a/pkgs/desktops/xfce4-13/thunar-volman/default.nix b/pkgs/desktops/xfce4-14/thunar-volman/default.nix
similarity index 72%
rename from pkgs/desktops/xfce4-13/thunar-volman/default.nix
rename to pkgs/desktops/xfce4-14/thunar-volman/default.nix
index 0055d0d8217..1fa714c7ff1 100644
--- a/pkgs/desktops/xfce4-13/thunar-volman/default.nix
+++ b/pkgs/desktops/xfce4-14/thunar-volman/default.nix
@@ -3,9 +3,9 @@
mkXfceDerivation rec {
category = "xfce";
pname = "thunar-volman";
- version = "0.9.0";
+ version = "0.9.5";
buildInputs = [ exo gtk3 libgudev libxfce4ui libxfce4util xfconf ];
- sha256 = "08aqbp3i0z6frj7z3laz9nj641iakrcr7vh2dxb057ky24gj61i7";
+ sha256 = "1qrlpn0q5g9psd41l6y80r3bvbg8jaic92m6r400zzwcvivf95z0";
}
diff --git a/pkgs/desktops/xfce4-14/thunar/default.nix b/pkgs/desktops/xfce4-14/thunar/default.nix
new file mode 100644
index 00000000000..ed0be442023
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/thunar/default.nix
@@ -0,0 +1,25 @@
+{ mkXfceDerivation, docbook_xsl, exo, gdk-pixbuf, gtk3, libgudev
+, libnotify, libX11, libxfce4ui, libxfce4util, libxslt, xfconf, gobject-introspection, gvfs }:
+
+mkXfceDerivation rec {
+ category = "xfce";
+ pname = "thunar";
+ version = "1.8.9";
+
+ sha256 = "01w60csbs2nq1bhb8n1bnmjmx48fm0va3qbnq84z0h2dxpr80b1w";
+
+ nativeBuildInputs = [ libxslt docbook_xsl gobject-introspection ];
+
+ buildInputs = [
+ exo
+ gdk-pixbuf
+ gtk3
+ libgudev
+ libnotify
+ libX11
+ libxfce4ui
+ libxfce4util
+ xfconf
+ gvfs
+ ];
+}
diff --git a/pkgs/desktops/xfce4-14/tumbler/default.nix b/pkgs/desktops/xfce4-14/tumbler/default.nix
new file mode 100644
index 00000000000..81b00808336
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/tumbler/default.nix
@@ -0,0 +1,30 @@
+{ mkXfceDerivation
+, ffmpegthumbnailer
+, gdk-pixbuf
+, glib
+, freetype
+, libgsf
+, poppler
+, libjpeg
+, gst_all_1
+}:
+
+# TODO: add libopenraw
+
+mkXfceDerivation rec {
+ category = "xfce";
+ pname = "tumbler";
+ version = "0.2.7";
+
+ sha256 = "14ql3fcxyz81qr9s0vcwh6j2ks5fl8jf9scwnkilv5jy0ii9l0ry";
+
+ buildInputs = [
+ ffmpegthumbnailer
+ freetype
+ gdk-pixbuf
+ glib
+ gst_all_1.gst-plugins-base
+ libgsf
+ poppler # technically the glib binding
+ ];
+}
diff --git a/pkgs/desktops/xfce4-13/xfburn/default.nix b/pkgs/desktops/xfce4-14/xfburn/default.nix
similarity index 57%
rename from pkgs/desktops/xfce4-13/xfburn/default.nix
rename to pkgs/desktops/xfce4-14/xfburn/default.nix
index b8a61f6cf90..97d08636656 100644
--- a/pkgs/desktops/xfce4-13/xfburn/default.nix
+++ b/pkgs/desktops/xfce4-14/xfburn/default.nix
@@ -5,14 +5,8 @@ mkXfceDerivation rec {
pname = "xfburn";
version = "0.5.5";
- postPatch = ''
- substituteInPlace docs/Makefile.am \
- --replace http://docbook.sourceforge.net/release/xsl/current \
- ${docbook_xsl}/share/xml/docbook-xsl
- '';
-
sha256 = "1lmv48vqrlap1a2ha72g16vqly18zvcwj8y3f3f00l10pmn52bkp";
- nativeBuildInputs = [ libxslt ];
+ nativeBuildInputs = [ libxslt docbook_xsl ];
buildInputs = [ exo gtk2 libburn libisofs libxfce4ui ];
}
diff --git a/pkgs/desktops/xfce4-13/xfce4-appfinder/default.nix b/pkgs/desktops/xfce4-14/xfce4-appfinder/default.nix
similarity index 74%
rename from pkgs/desktops/xfce4-13/xfce4-appfinder/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-appfinder/default.nix
index 65941fee4c4..312e64cdbbe 100644
--- a/pkgs/desktops/xfce4-13/xfce4-appfinder/default.nix
+++ b/pkgs/desktops/xfce4-14/xfce4-appfinder/default.nix
@@ -3,9 +3,9 @@
mkXfceDerivation rec {
category = "xfce";
pname = "xfce4-appfinder";
- version = "4.13.0";
+ version = "4.14.0";
- sha256 = "13xsshzw04gx5rhalx4r0khjb0dbq26fv6n20biyiai1ykznyryy";
+ sha256 = "04h7jxfm3wkxnxfy8149dckay7i160vvk4p9lnq6xny22r4x20h8";
nativeBuildInputs = [ exo ];
buildInputs = [ garcon gtk3 libxfce4ui libxfce4util xfconf ];
diff --git a/pkgs/desktops/xfce4-13/xfce4-battery-plugin/default.nix b/pkgs/desktops/xfce4-14/xfce4-battery-plugin/default.nix
similarity index 75%
rename from pkgs/desktops/xfce4-13/xfce4-battery-plugin/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-battery-plugin/default.nix
index b4b5ff7b714..376551b09c0 100644
--- a/pkgs/desktops/xfce4-13/xfce4-battery-plugin/default.nix
+++ b/pkgs/desktops/xfce4-14/xfce4-battery-plugin/default.nix
@@ -3,9 +3,9 @@
mkXfceDerivation rec {
category = "panel-plugins";
pname = "xfce4-battery-plugin";
- version = "1.1.0";
+ version = "1.1.2";
rev = version;
- sha256 = "0mz0lj3wjrsj9n4wcqrvv08430g38nkjbdimxdy8316n6bqgngfn";
+ sha256 = "0329miiclc8da6j0sz495p99hyrf9fjhvpmdl0556fphybz5agc0";
buildInputs = [ gtk3 libxfce4ui libxfce4util xfce4-panel xfconf ];
}
diff --git a/pkgs/desktops/xfce4-13/xfce4-clipman-plugin/default.nix b/pkgs/desktops/xfce4-14/xfce4-clipman-plugin/default.nix
similarity index 76%
rename from pkgs/desktops/xfce4-13/xfce4-clipman-plugin/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-clipman-plugin/default.nix
index 28f63a6769d..74628a325d4 100644
--- a/pkgs/desktops/xfce4-13/xfce4-clipman-plugin/default.nix
+++ b/pkgs/desktops/xfce4-14/xfce4-clipman-plugin/default.nix
@@ -3,9 +3,9 @@
mkXfceDerivation rec {
category = "panel-plugins";
pname = "xfce4-clipman-plugin";
- version = "1.4.2";
+ version = "1.4.3";
rev = version;
- sha256 = "1c2h1cs7pycf1rhpirmvb0l0dfvlacb7xgm31q9rxmhihnycd2na";
+ sha256 = "1xk79xh1zk0x4r1z9m1dakp79pip0zh3naviybvl1dnpwwfc03gq";
buildInputs = [ exo gtk3 libXtst libxfce4ui libxfce4util xfce4-panel xfconf ];
}
diff --git a/pkgs/desktops/xfce4-13/xfce4-cpufreq-plugin/default.nix b/pkgs/desktops/xfce4-14/xfce4-cpufreq-plugin/default.nix
similarity index 73%
rename from pkgs/desktops/xfce4-13/xfce4-cpufreq-plugin/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-cpufreq-plugin/default.nix
index e17204c0cd5..84cb7427699 100644
--- a/pkgs/desktops/xfce4-13/xfce4-cpufreq-plugin/default.nix
+++ b/pkgs/desktops/xfce4-14/xfce4-cpufreq-plugin/default.nix
@@ -3,8 +3,8 @@
mkXfceDerivation rec {
category = "panel-plugins";
pname = "xfce4-cpufreq-plugin";
- version = "1.2.0";
- sha256 = "0zhs7b7py1njczmpnib4532fwpnd3vnpqfhss2r136cfgy72kp6g";
+ version = "1.2.1";
+ sha256 = "1p7c4g3yfc19ksdckxpzq1q35jvplh5g55299cvv0afhdb5l8zhv";
buildInputs = [ gtk3 libxfce4ui libxfce4util xfce4-panel xfconf ];
}
diff --git a/pkgs/desktops/xfce4-13/xfce4-dev-tools/default.nix b/pkgs/desktops/xfce4-14/xfce4-dev-tools/default.nix
similarity index 86%
rename from pkgs/desktops/xfce4-13/xfce4-dev-tools/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-dev-tools/default.nix
index 9dedb8674dc..b18f3fd45d6 100644
--- a/pkgs/desktops/xfce4-13/xfce4-dev-tools/default.nix
+++ b/pkgs/desktops/xfce4-14/xfce4-dev-tools/default.nix
@@ -4,9 +4,9 @@
mkXfceDerivation rec {
category = "xfce";
pname = "xfce4-dev-tools";
- version = "4.12.0";
+ version = "4.14.0";
- sha256 = "0bbmlmw2dpm10q2wv3vy592i0vx7b5h1qnd35j0fdzxqb8x2hbw2";
+ sha256 = "10hcj88784faqrk08xb538355cla26vdk9ckx158hqdqv38sb42f";
nativeBuildInputs = [ autoreconfHook ];
diff --git a/pkgs/desktops/xfce4-13/xfce4-dev-tools/setup-hook.sh b/pkgs/desktops/xfce4-14/xfce4-dev-tools/setup-hook.sh
similarity index 100%
rename from pkgs/desktops/xfce4-13/xfce4-dev-tools/setup-hook.sh
rename to pkgs/desktops/xfce4-14/xfce4-dev-tools/setup-hook.sh
diff --git a/pkgs/desktops/xfce4-13/xfce4-dict/configure-gio.patch b/pkgs/desktops/xfce4-14/xfce4-dict/configure-gio.patch
similarity index 100%
rename from pkgs/desktops/xfce4-13/xfce4-dict/configure-gio.patch
rename to pkgs/desktops/xfce4-14/xfce4-dict/configure-gio.patch
diff --git a/pkgs/desktops/xfce4-13/xfce4-dict/default.nix b/pkgs/desktops/xfce4-14/xfce4-dict/default.nix
similarity index 82%
rename from pkgs/desktops/xfce4-13/xfce4-dict/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-dict/default.nix
index 1236b60175d..603863264ef 100644
--- a/pkgs/desktops/xfce4-13/xfce4-dict/default.nix
+++ b/pkgs/desktops/xfce4-14/xfce4-dict/default.nix
@@ -3,9 +3,9 @@
mkXfceDerivation rec {
category = "apps";
pname = "xfce4-dict";
- version = "0.8.1";
+ version = "0.8.2";
- sha256 = "0kxirzqmpp7qlr8220i8kipz4bgzkam7h1lpx7yzld5xf7wdzvaf";
+ sha256 = "1zbb0k0984ny7wy4gbk6ymkh87rbfakpim54yq4r3h5ymslx7iv7";
patches = [ ./configure-gio.patch ];
diff --git a/pkgs/desktops/xfce4-13/xfce4-mixer/default.nix b/pkgs/desktops/xfce4-14/xfce4-mixer/default.nix
similarity index 100%
rename from pkgs/desktops/xfce4-13/xfce4-mixer/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-mixer/default.nix
diff --git a/pkgs/desktops/xfce4-13/xfce4-netload-plugin/default.nix b/pkgs/desktops/xfce4-14/xfce4-netload-plugin/default.nix
similarity index 100%
rename from pkgs/desktops/xfce4-13/xfce4-netload-plugin/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-netload-plugin/default.nix
diff --git a/pkgs/desktops/xfce4-14/xfce4-notifyd/default.nix b/pkgs/desktops/xfce4-14/xfce4-notifyd/default.nix
new file mode 100644
index 00000000000..a99c3ecb984
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/xfce4-notifyd/default.nix
@@ -0,0 +1,12 @@
+{ mkXfceDerivation, glib, exo, gtk3, libnotify, libxfce4ui, libxfce4util
+, xfce4-panel, xfconf }:
+
+mkXfceDerivation rec {
+ category = "apps";
+ pname = "xfce4-notifyd";
+ version = "0.4.4";
+
+ sha256 = "1lmm9h3ych8dz9jpjkxg91f9ln14xs527nxjxsryks00kmqk4kai";
+
+ buildInputs = [ exo gtk3 glib libnotify libxfce4ui libxfce4util xfce4-panel xfconf ];
+}
diff --git a/pkgs/desktops/xfce4-14/xfce4-panel/default.nix b/pkgs/desktops/xfce4-14/xfce4-panel/default.nix
new file mode 100644
index 00000000000..27acb3bee58
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/xfce4-panel/default.nix
@@ -0,0 +1,29 @@
+{ mkXfceDerivation, tzdata, exo, garcon, gtk2, gtk3, glib, gettext, glib-networking, libxfce4ui, libxfce4util, libwnck3, xfconf, gobject-introspection }:
+
+mkXfceDerivation rec {
+ category = "xfce";
+ pname = "xfce4-panel";
+ version = "4.14.0";
+
+ sha256 = "1v3f2xjz9gwa8maqqvv9w2dh1cgy03v89a9ny7nrv0cjsxwwrr15";
+
+ nativeBuildInputs = [ gobject-introspection ];
+ buildInputs = [ exo garcon gtk2 gtk3 glib glib-networking libxfce4ui libxfce4util libwnck3 xfconf ];
+
+ patches = [ ../../xfce/core/xfce4-panel-datadir.patch ];
+ patchFlags = "-p1";
+
+ postPatch = ''
+ for f in $(find . -name \*.sh); do
+ substituteInPlace $f --replace gettext ${gettext}/bin/gettext
+ done
+ substituteInPlace plugins/clock/clock.c \
+ --replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
+ '';
+
+ configureFlags = [ "--enable-gtk3" ];
+
+ meta = {
+ description = "Xfce's panel";
+ };
+}
diff --git a/pkgs/desktops/xfce4-13/xfce4-power-manager/default.nix b/pkgs/desktops/xfce4-14/xfce4-power-manager/default.nix
similarity index 87%
rename from pkgs/desktops/xfce4-13/xfce4-power-manager/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-power-manager/default.nix
index 5389af66882..115668334c3 100644
--- a/pkgs/desktops/xfce4-13/xfce4-power-manager/default.nix
+++ b/pkgs/desktops/xfce4-14/xfce4-power-manager/default.nix
@@ -4,9 +4,9 @@
mkXfceDerivation rec {
category = "xfce";
pname = "xfce4-power-manager";
- version = "1.6.1";
+ version = "1.6.5";
- sha256 = "0b32m46v3dv1ln3xwlpqbnpflknm4gyfk2w6gn7xjx1k7igcjym3";
+ sha256 = "0zazm2cgkz5xj7rvy9gbh4kaay2anfcmawg4gj38pnq3a8zcwwd5";
nativeBuildInputs = [ automakeAddFlags exo ];
buildInputs = [ gtk3 libnotify libxfce4ui libxfce4util upower xfconf ];
diff --git a/pkgs/desktops/xfce4-13/xfce4-pulseaudio-plugin/default.nix b/pkgs/desktops/xfce4-14/xfce4-pulseaudio-plugin/default.nix
similarity index 100%
rename from pkgs/desktops/xfce4-13/xfce4-pulseaudio-plugin/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-pulseaudio-plugin/default.nix
diff --git a/pkgs/desktops/xfce4-13/xfce4-screenshooter/default.nix b/pkgs/desktops/xfce4-14/xfce4-screenshooter/default.nix
similarity index 50%
rename from pkgs/desktops/xfce4-13/xfce4-screenshooter/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-screenshooter/default.nix
index 0dfad21d07b..0f74a78e8f2 100644
--- a/pkgs/desktops/xfce4-13/xfce4-screenshooter/default.nix
+++ b/pkgs/desktops/xfce4-14/xfce4-screenshooter/default.nix
@@ -1,12 +1,11 @@
-{ mkXfceDerivation, exo, gtk3, libsoup, libxfce4ui, libxfce4util, xfce4-panel, wrapGAppsHook, glib-networking }:
+{ mkXfceDerivation, exo, gtk3, libsoup, libxfce4ui, libxfce4util, xfce4-panel, glib-networking }:
mkXfceDerivation rec {
category = "apps";
pname = "xfce4-screenshooter";
- version = "1.9.2";
+ version = "1.9.5";
- sha256 = "1zl16xcmgrb1s6rsrn37mpl5w522i1i9s7x167xf2d092x333yx2";
+ sha256 = "1h14sywvk9l06p3z1cpb79911j8w2wqbk03ldknjkia2rfymjk06";
- nativeBuildInputs = [ wrapGAppsHook ]; # fix "No GSettings schemas are installed on the system"
buildInputs = [ exo gtk3 libsoup libxfce4ui libxfce4util xfce4-panel glib-networking ];
}
diff --git a/pkgs/desktops/xfce4-14/xfce4-session/default.nix b/pkgs/desktops/xfce4-14/xfce4-session/default.nix
new file mode 100644
index 00000000000..070f40b52d5
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/xfce4-session/default.nix
@@ -0,0 +1,20 @@
+{ mkXfceDerivation, polkit, exo, libxfce4util, libxfce4ui, xfconf, iceauth, gtk3, glib, libwnck3, xorg }:
+
+mkXfceDerivation rec {
+ category = "xfce";
+ pname = "xfce4-session";
+ version = "4.14.0";
+
+ sha256 = "0v0xzkdr5rgv6219c1dy96cghgw8bqnb313jccxihfgddf363104";
+
+ buildInputs = [ exo gtk3 glib libxfce4ui libxfce4util libwnck3 xfconf polkit iceauth ];
+
+ configureFlags = [ "--with-xsession-prefix=${placeholder ''out''}" ];
+
+ # See https://github.com/NixOS/nixpkgs/issues/36468
+ NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
+
+ meta = {
+ description = "Session manager for Xfce";
+ };
+}
diff --git a/pkgs/desktops/xfce4-13/xfce4-settings/default.nix b/pkgs/desktops/xfce4-14/xfce4-settings/default.nix
similarity index 54%
rename from pkgs/desktops/xfce4-13/xfce4-settings/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-settings/default.nix
index 6eb917fd76f..21aaef5fd08 100644
--- a/pkgs/desktops/xfce4-13/xfce4-settings/default.nix
+++ b/pkgs/desktops/xfce4-14/xfce4-settings/default.nix
@@ -1,34 +1,32 @@
-{ mkXfceDerivation, automakeAddFlags, exo, garcon, gtk3
-, libnotify ? null, libxfce4ui, libxfce4util, libxklavier ? null
-, upower ? null, xfconf, xf86inputlibinput ? null }:
+{ mkXfceDerivation, automakeAddFlags, exo, garcon, gtk3, glib
+, libnotify, libxfce4ui, libxfce4util, libxklavier
+, upower, xfconf, xf86inputlibinput }:
mkXfceDerivation rec {
category = "xfce";
pname = "xfce4-settings";
- version = "4.13.4";
+ version = "4.14.0";
- sha256 = "0qnnpvcs2hpfq3n4byjwq343p95i9xw96rq7ym4md4mahnk176dy";
+ sha256 = "13gmxd4sfgd6wky7s03bar58w9vl4i6jv2wncd6iajww791y5akn";
postPatch = ''
- automakeAddFlags xfce4-settings-editor/Makefile.am xfce4_settings_editor_CFLAGS DBUS_GLIB_CFLAGS
for f in $(find . -name \*.c); do
substituteInPlace $f --replace \"libinput-properties.h\" ''
done
'';
- nativeBuildInputs = [ automakeAddFlags ];
-
buildInputs = [
exo
garcon
+ glib
gtk3
libnotify
libxfce4ui
libxfce4util
libxklavier
upower
- xfconf
xf86inputlibinput
+ xfconf
];
configureFlags = [
diff --git a/pkgs/desktops/xfce4-14/xfce4-taskmanager/default.nix b/pkgs/desktops/xfce4-14/xfce4-taskmanager/default.nix
new file mode 100644
index 00000000000..776b3797f76
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/xfce4-taskmanager/default.nix
@@ -0,0 +1,12 @@
+{ lib, mkXfceDerivation, exo, gtk3, libwnck3, libXmu }:
+
+mkXfceDerivation {
+ category = "apps";
+ pname = "xfce4-taskmanager";
+ version = "1.2.2";
+
+ sha256 = "03js0pmhrybxa7hrp3gx4rm7j061ansv0bp2dwhnbrdpmzjysysc";
+
+ nativeBuildInputs = [ exo ];
+ buildInputs = [ gtk3 libwnck3 libXmu ];
+}
diff --git a/pkgs/desktops/xfce4-14/xfce4-terminal/default.nix b/pkgs/desktops/xfce4-14/xfce4-terminal/default.nix
new file mode 100644
index 00000000000..e62332343ba
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/xfce4-terminal/default.nix
@@ -0,0 +1,15 @@
+{ mkXfceDerivation, gtk3, libxfce4ui, vte, xfconf }:
+
+mkXfceDerivation rec {
+ category = "apps";
+ pname = "xfce4-terminal";
+ version = "0.8.8";
+
+ sha256 = "0sg9vwyvhh7pjp83biv7gvf42423a7ly4dc7q2gn28kp6bds2qcp";
+
+ buildInputs = [ gtk3 libxfce4ui vte xfconf ];
+
+ meta = {
+ description = "A modern terminal emulator";
+ };
+}
diff --git a/pkgs/desktops/xfce4-13/xfce4-volumed-pulse/default.nix b/pkgs/desktops/xfce4-14/xfce4-volumed-pulse/default.nix
similarity index 77%
rename from pkgs/desktops/xfce4-13/xfce4-volumed-pulse/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-volumed-pulse/default.nix
index 626451c70d6..b1405910021 100644
--- a/pkgs/desktops/xfce4-13/xfce4-volumed-pulse/default.nix
+++ b/pkgs/desktops/xfce4-14/xfce4-volumed-pulse/default.nix
@@ -1,4 +1,4 @@
-{ lib, mkXfceDerivation, gtk3, libnotify ? null, libpulseaudio, keybinder3, xfconf }:
+{ lib, mkXfceDerivation, gtk3, libnotify, libpulseaudio, keybinder3, xfconf }:
mkXfceDerivation rec {
category = "apps";
diff --git a/pkgs/desktops/xfce4-13/xfce4-whiskermenu-plugin/default.nix b/pkgs/desktops/xfce4-14/xfce4-whiskermenu-plugin/default.nix
similarity index 52%
rename from pkgs/desktops/xfce4-13/xfce4-whiskermenu-plugin/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-whiskermenu-plugin/default.nix
index 41a1ef82932..f943f2ab333 100644
--- a/pkgs/desktops/xfce4-13/xfce4-whiskermenu-plugin/default.nix
+++ b/pkgs/desktops/xfce4-14/xfce4-whiskermenu-plugin/default.nix
@@ -1,15 +1,15 @@
-{ mkXfceDerivation, dbus-glib, gtk3, cmake, exo, garcon, libxfce4ui, libxfce4util, xfce4-panel, xfconf }:
+{ mkXfceDerivation, gtk3, glib, cmake, exo, garcon, libxfce4ui, libxfce4util, xfce4-panel, xfconf }:
mkXfceDerivation rec {
category = "panel-plugins";
pname = "xfce4-whiskermenu-plugin";
- version = "2.2.0";
+ version = "2.3.3";
rev = "v${version}";
- sha256 = "1d35xxkdzw8pl3d5ps226mmrrjk0hqczsbvl5smh7l7jbwfambjm";
+ sha256 = "0agh0a5srsy6vi6r50ak9rb42r7vcnfv6nfvg4qbqi77yc44yqdb";
nativeBuildInputs = [ cmake ];
- buildInputs = [ dbus-glib exo garcon gtk3 libxfce4ui libxfce4util xfce4-panel xfconf ];
+ buildInputs = [ exo garcon gtk3 glib libxfce4ui libxfce4util xfce4-panel xfconf ];
postInstall = ''
substituteInPlace $out/bin/xfce4-popup-whiskermenu \
diff --git a/pkgs/desktops/xfce4-13/xfce4-xkb-plugin/default.nix b/pkgs/desktops/xfce4-14/xfce4-xkb-plugin/default.nix
similarity index 100%
rename from pkgs/desktops/xfce4-13/xfce4-xkb-plugin/default.nix
rename to pkgs/desktops/xfce4-14/xfce4-xkb-plugin/default.nix
diff --git a/pkgs/desktops/xfce4-13/xfconf/default.nix b/pkgs/desktops/xfce4-14/xfconf/default.nix
similarity index 62%
rename from pkgs/desktops/xfce4-13/xfconf/default.nix
rename to pkgs/desktops/xfce4-14/xfconf/default.nix
index def60bcfe21..8e56e0f8b37 100644
--- a/pkgs/desktops/xfce4-13/xfconf/default.nix
+++ b/pkgs/desktops/xfce4-14/xfconf/default.nix
@@ -3,9 +3,9 @@
mkXfceDerivation rec {
category = "xfce";
pname = "xfconf";
- version = "4.13.5";
+ version = "4.14.1";
- sha256 = "0xpnwb04yw5qdn0bj8b740a7rmiy316vhja5pp8p6sdiqm32yi8a";
+ sha256 = "1mbqc1463xgn7gafbh2fyshshdxin33iwk96y4nw2gl48nhx4sgs";
buildInputs = [ libxfce4util ];
}
diff --git a/pkgs/desktops/xfce4-13/xfdesktop/default.nix b/pkgs/desktops/xfce4-14/xfdesktop/default.nix
similarity index 64%
rename from pkgs/desktops/xfce4-13/xfdesktop/default.nix
rename to pkgs/desktops/xfce4-14/xfdesktop/default.nix
index 0209b791360..c4b7d738b32 100644
--- a/pkgs/desktops/xfce4-13/xfdesktop/default.nix
+++ b/pkgs/desktops/xfce4-14/xfdesktop/default.nix
@@ -1,11 +1,11 @@
-{ mkXfceDerivation, exo, gtk3, libxfce4ui, libxfce4util, libwnck3, xfconf }:
+{ mkXfceDerivation, exo, gtk3, libxfce4ui, libxfce4util, libwnck3, xfconf, libnotify, garcon, thunar }:
mkXfceDerivation rec {
category = "xfce";
pname = "xfdesktop";
- version = "4.13.2";
+ version = "4.14.1";
- sha256 = "0v6dlhraqh9v20qciyj03cbjmg3jb6gvmf0hqzavxqi2di3mv5fl";
+ sha256 = "006w4xwmpwp34q2qkkixr3xz0vb0kny79pw64yj4304wsb5jr14g";
buildInputs = [
exo
@@ -14,6 +14,9 @@ mkXfceDerivation rec {
libxfce4util
libwnck3
xfconf
+ libnotify
+ garcon
+ thunar
];
meta = {
diff --git a/pkgs/desktops/xfce4-14/xfwm4/default.nix b/pkgs/desktops/xfce4-14/xfwm4/default.nix
new file mode 100644
index 00000000000..b84487c09ae
--- /dev/null
+++ b/pkgs/desktops/xfce4-14/xfwm4/default.nix
@@ -0,0 +1,26 @@
+{ mkXfceDerivation, exo, librsvg, dbus-glib, epoxy, gtk3, libXdamage
+, libstartup_notification, libxfce4ui, libxfce4util, libwnck3
+, libXpresent, xfconf }:
+
+mkXfceDerivation rec {
+ category = "xfce";
+ pname = "xfwm4";
+ version = "4.14.0";
+
+ sha256 = "1z5aqij2d8n9wnha88b0qzkvss54jvqs8w1w5m3mzjl4c9mn9n8m";
+
+ nativeBuildInputs = [ exo librsvg ];
+
+ buildInputs = [
+ dbus-glib
+ epoxy
+ gtk3
+ libXdamage
+ libstartup_notification
+ libxfce4ui
+ libxfce4util
+ libwnck3
+ libXpresent
+ xfconf
+ ];
+}
diff --git a/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix b/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix
index cca0f0d4adb..fcdd2eb5181 100644
--- a/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix
+++ b/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv
+{ stdenv
, makeWrapper
, runCommand, wrapBintoolsWith, wrapCCWith
, buildAndroidndk, androidndk, targetAndroidndkPkgs
diff --git a/pkgs/development/androidndk-pkgs/default.nix b/pkgs/development/androidndk-pkgs/default.nix
index 341cdf72028..e35444ed516 100644
--- a/pkgs/development/androidndk-pkgs/default.nix
+++ b/pkgs/development/androidndk-pkgs/default.nix
@@ -1,5 +1,4 @@
{ androidenv, buildPackages, pkgs, targetPackages
-, includeSources ? true, licenseAccepted ? false
}:
rec {
@@ -21,7 +20,7 @@ rec {
inherit (buildPackages)
makeWrapper;
inherit (pkgs)
- lib stdenv
+ stdenv
runCommand wrapBintoolsWith wrapCCWith;
# buildPackages.foo rather than buildPackages.buildPackages.foo would work,
# but for splicing messing up on infinite recursion for the variants we
diff --git a/pkgs/development/arduino/arduino-core/default.nix b/pkgs/development/arduino/arduino-core/default.nix
index 2df5d16dbac..5d151e5fa21 100644
--- a/pkgs/development/arduino/arduino-core/default.nix
+++ b/pkgs/development/arduino/arduino-core/default.nix
@@ -3,7 +3,7 @@
, withGui ? false, gtk2 ? null, withTeensyduino ? false
/* Packages needed for Teensyduino */
, upx, fontconfig, xorg, gcc
-, atk, glib, pango, gdk_pixbuf, libpng12, expat, freetype,
+, atk, glib, pango, gdk-pixbuf, libpng12, expat, freetype,
}:
assert withGui -> gtk2 != null;
@@ -36,7 +36,7 @@ let
fontconfig
freetype
gcc.cc.lib
- gdk_pixbuf
+ gdk-pixbuf
glib
gtk2
libpng12
@@ -115,7 +115,7 @@ stdenv.mkDerivation rec {
substituteInPlace build/build.xml --replace "get src" "get error"
cd ./arduino-core && ant
- cd ../build && ant
+ cd ../build && ant
cd ..
'';
diff --git a/pkgs/development/arduino/arduino-core/downloads.nix b/pkgs/development/arduino/arduino-core/downloads.nix
index e71c898dd55..12cc7a6e52c 100644
--- a/pkgs/development/arduino/arduino-core/downloads.nix
+++ b/pkgs/development/arduino/arduino-core/downloads.nix
@@ -132,7 +132,7 @@
};
"build/macosx/avrdude-6.3.0-arduino9-i386-apple-darwin11.tar.bz2" = fetchurl {
url = "https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i386-apple-darwin11.tar.bz2";
- sha256 = "0rc4x8mcsva4v6j7ssfj8rdyg14l2pd9ivgdm39m5wnz8b06p85z11703f0r82aq3mmkiy7vwa4jfjhs9826qpp724hbng9dx74kk86r";
+ sha256 = "0rc4x8mcsva4v6j7ssfj8rdyg14l2pd9ivgdm39m5wnz8b06p85z";
};
"build/macosx/appbundler/appbundler-1.0ea-arduino4.jar.zip" = fetchurl {
url = "https://downloads.arduino.cc/appbundler-1.0ea-arduino4.jar.zip";
diff --git a/pkgs/development/arduino/arduino-mk/default.nix b/pkgs/development/arduino/arduino-mk/default.nix
index 9cefd1dfe54..2178226ab9d 100644
--- a/pkgs/development/arduino/arduino-mk/default.nix
+++ b/pkgs/development/arduino/arduino-mk/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub }:
+{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "1.6.0";
diff --git a/pkgs/development/beam-modules/build-mix.nix b/pkgs/development/beam-modules/build-mix.nix
index abe3c9e5122..d947acc3ea6 100644
--- a/pkgs/development/beam-modules/build-mix.nix
+++ b/pkgs/development/beam-modules/build-mix.nix
@@ -63,7 +63,7 @@ let
export MIX_ENV=prod
export MIX_NO_DEPS=1
- mix compile ${debugInfoFlag}
+ mix compile ${debugInfoFlag} --no-deps-check
runHook postBuild
''
diff --git a/pkgs/development/beam-modules/default.nix b/pkgs/development/beam-modules/default.nix
index a1eedaad6a0..eb9353a4a63 100644
--- a/pkgs/development/beam-modules/default.nix
+++ b/pkgs/development/beam-modules/default.nix
@@ -41,7 +41,12 @@ let
buildMix = callPackage ./build-mix.nix {};
# BEAM-based languages.
- elixir = elixir_1_7;
+ elixir = elixir_1_9;
+
+ elixir_1_9 = lib.callElixir ../interpreters/elixir/1.9.nix {
+ inherit rebar erlang;
+ debugInfo = true;
+ };
elixir_1_8 = lib.callElixir ../interpreters/elixir/1.8.nix {
inherit rebar erlang;
@@ -63,11 +68,6 @@ let
debugInfo = true;
};
- elixir_1_4 = lib.callElixir ../interpreters/elixir/1.4.nix {
- inherit rebar erlang;
- debugInfo = true;
- };
-
# Remove old versions of elixir, when the supports fades out:
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
diff --git a/pkgs/development/beam-modules/fetch-rebar-deps.nix b/pkgs/development/beam-modules/fetch-rebar-deps.nix
index a94d803f0d3..389e07beca6 100644
--- a/pkgs/development/beam-modules/fetch-rebar-deps.nix
+++ b/pkgs/development/beam-modules/fetch-rebar-deps.nix
@@ -1,4 +1,4 @@
-{ stdenv, rebar3, curl }:
+{ stdenv, rebar3 }:
{ name, version, sha256, src
, meta ? {}
@@ -29,4 +29,5 @@ stdenv.mkDerivation ({
outputHash = sha256;
impureEnvVars = stdenv.lib.fetchers.proxyImpureEnvVars;
+ inherit meta;
})
diff --git a/pkgs/development/beam-modules/hex/default.nix b/pkgs/development/beam-modules/hex/default.nix
index 7e91153bed5..e8faa9c0a9c 100644
--- a/pkgs/development/beam-modules/hex/default.nix
+++ b/pkgs/development/beam-modules/hex/default.nix
@@ -8,13 +8,13 @@ let
pkg = self: stdenv.mkDerivation rec {
pname = "hex";
- version = "0.17.1";
+ version = "0.20.1";
src = fetchFromGitHub {
owner = "hexpm";
repo = "hex";
rev = "v${version}";
- sha256 = "1s4asar1mcavzj3w37jcz243ka0z5jm0r42yws3h4aagawxxg02z";
+ sha256 = "0yxw7r31kk45b1nk48pajwwv9zl746kc9pwqfb73za8b1g8bgxd3";
};
setupHook = writeText "setupHook.sh" ''
diff --git a/pkgs/development/beam-modules/rebar3-release.nix b/pkgs/development/beam-modules/rebar3-release.nix
index 837d0ccf15c..1ec9f244d6c 100644
--- a/pkgs/development/beam-modules/rebar3-release.nix
+++ b/pkgs/development/beam-modules/rebar3-release.nix
@@ -1,5 +1,5 @@
-{ stdenv, writeText, erlang, rebar3, openssl, libyaml,
- pc, lib }:
+{ stdenv, writeText, erlang, rebar3, openssl,
+ lib }:
{ name, version
, src
@@ -18,8 +18,6 @@
with stdenv.lib;
let
- debugInfoFlag = lib.optionalString (enableDebugInfo || erlang.debugInfo) "debug-info";
-
shell = drv: stdenv.mkDerivation {
name = "interactive-shell-${drv.name}";
buildInputs = [ drv ];
diff --git a/pkgs/development/compilers/adoptopenjdk-bin/jdk-linux-base.nix b/pkgs/development/compilers/adoptopenjdk-bin/jdk-linux-base.nix
index 8e8b157aa22..a837c6f1e85 100644
--- a/pkgs/development/compilers/adoptopenjdk-bin/jdk-linux-base.nix
+++ b/pkgs/development/compilers/adoptopenjdk-bin/jdk-linux-base.nix
@@ -17,7 +17,7 @@ sourcePerArch:
, cairo
, alsaLib
, atk
-, gdk_pixbuf
+, gdk-pixbuf
, zlib
, elfutils
}:
@@ -35,7 +35,7 @@ let
libraries = [
stdenv.cc.libc glib libxml2 ffmpeg_2 libxslt libGL
- xorg.libXxf86vm alsaLib fontconfig freetype pango gtk2 cairo gdk_pixbuf
+ xorg.libXxf86vm alsaLib fontconfig freetype pango gtk2 cairo gdk-pixbuf
atk zlib elfutils
] ++ (stdenv.lib.optionals swingSupport [
xorg.libX11 xorg.libXext xorg.libXtst xorg.libXi xorg.libXp xorg.libXt
diff --git a/pkgs/development/compilers/adoptopenjdk-icedtea-web/default.nix b/pkgs/development/compilers/adoptopenjdk-icedtea-web/default.nix
new file mode 100644
index 00000000000..a3c34bd7e8e
--- /dev/null
+++ b/pkgs/development/compilers/adoptopenjdk-icedtea-web/default.nix
@@ -0,0 +1,64 @@
+{ stdenv, fetchFromGitHub, cargo, rustc, autoreconfHook, jdk, glib, xulrunner, zip, pkgconfig, npapi_sdk, bash, bc }:
+
+stdenv.mkDerivation rec {
+ pname = "adoptopenjdk-icedtea-web";
+
+ version = "1.8.3";
+
+ src = fetchFromGitHub {
+ owner = "AdoptOpenJDK";
+ repo = "IcedTea-Web";
+ rev = "${pname}-${version}";
+ sha256 = "0bm5k11i2vgb54ch1bawsmjbwnqnp04saadwm2f2mggmmdc6b1qq";
+ };
+
+ nativeBuildInputs = [ autoreconfHook pkgconfig bc ];
+ buildInputs = [ cargo rustc glib xulrunner zip npapi_sdk ];
+
+ preConfigure = ''
+ configureFlagsArray+=("BIN_BASH=${bash}/bin/bash")
+ '';
+
+ patches = [ ./patches/0001-make-cargo-work-with-nix-build-on-linux.patch ];
+
+ doCheck = true;
+ preCheck = ''
+ # Needed for the below rust-launcher tests to pass
+ # dirs_paths_helper::tests::check_config_files_paths
+ # dirs_paths_helper::tests::check_legacy_config_files_paths
+
+ mkdir -p $HOME/.icedtea
+ touch $HOME/.icedtea/deployment.properties
+
+ mkdir -p $XDG_CONFIG_HOME/icedtea-web
+ touch $XDG_CONFIG_HOME/icedtea-web/deployment.properties
+ '';
+
+ HOME = "/build";
+ XDG_CONFIG_HOME = "/build";
+
+ configureFlags = [
+ "--with-itw-libs=DISTRIBUTION"
+ "--with-jdk-home=${jdk.home}"
+ "--disable-docs"
+ ];
+
+ mozillaPlugin = "/lib";
+
+ postInstall = ''
+ mkdir -p $out/share/applications
+ cp javaws.desktop itweb-settings.desktop policyeditor.desktop $out/share/applications
+ '';
+
+ meta = {
+ description = "Java web browser plugin and an implementation of Java Web Start";
+ longDescription = ''
+ A Free Software web browser plugin running applets written in the Java
+ programming language and an implementation of Java Web Start, originally
+ based on the NetX project.
+ '';
+ homepage = https://github.com/adoptopenjdk/icedtea-web;
+ maintainers = with stdenv.lib.maintainers; [ wizeman ];
+ platforms = stdenv.lib.platforms.linux;
+ };
+}
diff --git a/pkgs/development/compilers/adoptopenjdk-icedtea-web/patches/0001-make-cargo-work-with-nix-build-on-linux.patch b/pkgs/development/compilers/adoptopenjdk-icedtea-web/patches/0001-make-cargo-work-with-nix-build-on-linux.patch
new file mode 100644
index 00000000000..85cad6cf467
--- /dev/null
+++ b/pkgs/development/compilers/adoptopenjdk-icedtea-web/patches/0001-make-cargo-work-with-nix-build-on-linux.patch
@@ -0,0 +1,46 @@
+Subject: [PATCH] make cargo work with nix-build on linux
+
+---
+ .cargo/config | 2 ++
+ rust-launcher/Cargo.lock | 4 ++++
+ rust-launcher/Cargo.toml | 7 ++++---
+ 3 files changed, 10 insertions(+), 3 deletions(-)
+ create mode 100644 .cargo/config
+ create mode 100644 rust-launcher/Cargo.lock
+
+diff --git a/.cargo/config b/.cargo/config
+new file mode 100644
+index 0000000..03ec4a2
+--- /dev/null
++++ b/.cargo/config
+@@ -0,0 +1,2 @@
++[net]
++offline=true
+diff --git a/rust-launcher/Cargo.lock b/rust-launcher/Cargo.lock
+new file mode 100644
+index 0000000..6055cc0
+--- /dev/null
++++ b/rust-launcher/Cargo.lock
+@@ -0,0 +1,4 @@
++[[package]]
++name = "launcher"
++version = "1.8.0"
++
+diff --git a/rust-launcher/Cargo.toml b/rust-launcher/Cargo.toml
+index 61ee308..5e6e91b 100644
+--- a/rust-launcher/Cargo.toml
++++ b/rust-launcher/Cargo.toml
+@@ -3,6 +3,7 @@ name = "launcher"
+ version = "1.8.0"
+ authors = ["https://icedtea.classpath.org/wiki/IcedTea-Web"]
+
+-[dependencies]
+-[target.'cfg(windows)'.dependencies]
+-dunce = "0.1.1"
++[workspace]
++# We need this too or cargo will fail. Some files seem to be copied around and
++# cargo thinks we are in a workspace, so let's exclude everything.
++exclude = ["*"]
+--
+2.19.2
+
diff --git a/pkgs/development/compilers/binaryen/default.nix b/pkgs/development/compilers/binaryen/default.nix
index 8ebed6f4b5b..52323b3de76 100644
--- a/pkgs/development/compilers/binaryen/default.nix
+++ b/pkgs/development/compilers/binaryen/default.nix
@@ -1,11 +1,11 @@
{ stdenv, cmake, python, fetchFromGitHub, emscriptenRev ? null }:
let
- defaultVersion = "84";
+ defaultVersion = "89";
# Map from git revs to SHA256 hashes
sha256s = {
- "version_84" = "189zqc5gp8fm7clsgby9h2s758ijil7ma4liwbf81wnwkb4kqxc0";
+ "version_89" = "0rh1dq33ilq54szfgi1ajaiaj7rbylai02rhp9zm9vpwp0rw8mij";
"1.38.28" = "172s7y5f38736ic8ri3mnbdqcrkadd40a26cxcfwbscc53phl11v";
};
in
diff --git a/pkgs/development/compilers/chicken/5/chicken.nix b/pkgs/development/compilers/chicken/5/chicken.nix
index ff0faf40839..74f71181190 100644
--- a/pkgs/development/compilers/chicken/5/chicken.nix
+++ b/pkgs/development/compilers/chicken/5/chicken.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, makeWrapper, bootstrap-chicken ? null }:
let
- version = "5.0.0";
+ version = "5.1.0";
platform = with stdenv;
if isDarwin then "macosx"
else if isCygwin then "cygwin"
@@ -13,17 +13,17 @@ in
stdenv.mkDerivation {
name = "chicken-${version}";
- binaryVersion = 9;
+ binaryVersion = 11;
src = fetchurl {
url = "https://code.call-cc.org/releases/${version}/chicken-${version}.tar.gz";
- sha256 = "15b5yrzfa8aimzba79x7v6y282f898rxqxfxrr446sjx9jwlpfd8";
+ sha256 = "0jsbp3kp0134f318j3wpd1n85gf8qzh034fn198gvazsv2l024aw";
};
setupHook = lib.ifEnable (bootstrap-chicken != null) ./setup-hook.sh;
- buildFlags = "PLATFORM=${platform} PREFIX=$(out) VARDIR=$(out)/var/lib";
- installFlags = "PLATFORM=${platform} PREFIX=$(out) VARDIR=$(out)/var/lib";
+ buildFlags = "PLATFORM=${platform} PREFIX=$(out)";
+ installFlags = "PLATFORM=${platform} PREFIX=$(out)";
buildInputs = [
makeWrapper
@@ -37,10 +37,6 @@ stdenv.mkDerivation {
wrapProgram $f \
--prefix PATH : ${stdenv.cc}/bin
done
-
- mv $out/var/lib/chicken $out/lib
- rmdir $out/var/lib
- rmdir $out/var
'';
# TODO: Assert csi -R files -p '(pathname-file (repository-path))' == binaryVersion
diff --git a/pkgs/development/compilers/chicken/5/eggs.nix b/pkgs/development/compilers/chicken/5/eggs.nix
index 04f7551f32d..a8e3ee5976e 100644
--- a/pkgs/development/compilers/chicken/5/eggs.nix
+++ b/pkgs/development/compilers/chicken/5/eggs.nix
@@ -33,12 +33,12 @@ rec {
};
srfi-1 = eggDerivation {
- name = "srfi-1-0.5";
+ name = "srfi-1-0.5.1";
src = fetchegg {
name = "srfi-1";
- version = "0.5";
- sha256 = "0gh1h406xbxwm5gvc5znc93nxp9xjbhyqf7zzga08k5y6igxrlvk";
+ version = "0.5.1";
+ sha256 = "15x0ajdkw5gb3vgs8flzh5g0pzl3wmcpf11iimlm67mw6fxc8p7j";
};
buildInputs = [
@@ -47,12 +47,12 @@ rec {
};
srfi-13 = eggDerivation {
- name = "srfi-13-0.2";
+ name = "srfi-13-0.2.1";
src = fetchegg {
name = "srfi-13";
- version = "0.2";
- sha256 = "0jazbdnn9bjm7wwxqq7xzqxc9zfvaapq565rf1czj6ayl96yvk3n";
+ version = "0.2.1";
+ sha256 = "0204i7fhc4dy0l89lbi2lv9cjndrvwyrk68z3wy7x445jb4ky1gq";
};
buildInputs = [
@@ -61,12 +61,12 @@ rec {
};
srfi-14 = eggDerivation {
- name = "srfi-14-0.2";
+ name = "srfi-14-0.2.1";
src = fetchegg {
name = "srfi-14";
- version = "0.2";
- sha256 = "13nm4nn1d52nkvhjizy26z3s6q41x1ml4zm847xzf86x1zwvymni";
+ version = "0.2.1";
+ sha256 = "0gc33cx4xll9vsf7fm8jvn3gc0604kn3bbi6jfn6xscqp86kqb9p";
};
buildInputs = [
diff --git a/pkgs/development/compilers/chicken/5/setup-hook.sh b/pkgs/development/compilers/chicken/5/setup-hook.sh
index 2447aeb0cea..f5ebaaf638e 100644
--- a/pkgs/development/compilers/chicken/5/setup-hook.sh
+++ b/pkgs/development/compilers/chicken/5/setup-hook.sh
@@ -1,5 +1,5 @@
addChickenRepositoryPath() {
- addToSearchPathWithCustomDelimiter : CHICKEN_REPOSITORY_PATH "$1/lib/chicken/9/"
+ addToSearchPathWithCustomDelimiter : CHICKEN_REPOSITORY_PATH "$1/lib/chicken/11/"
addToSearchPathWithCustomDelimiter : CHICKEN_INCLUDE_PATH "$1/share/"
}
diff --git a/pkgs/development/compilers/colm/cross-compile.patch b/pkgs/development/compilers/colm/cross-compile.patch
new file mode 100644
index 00000000000..470ea23aaf1
--- /dev/null
+++ b/pkgs/development/compilers/colm/cross-compile.patch
@@ -0,0 +1,13 @@
+--- a/configure.ac 2019-07-09 22:41:03.166948024 -0700
++++ b/configure.ac 2019-07-09 22:41:16.699948056 -0700
+@@ -40,9 +40,7 @@
+
+ dnl Choose a default for the build_manual var. If the dist file is present in
+ dnl the root then default to no, otherwise go for it.
+-AC_CHECK_FILES( [$srcdir/DIST],
+- [. $srcdir/DIST;],
+- [build_manual=yes; ] )
++build_manual=yes;
+
+ dnl Set to true if the manual should be built.
+ AM_CONDITIONAL(BUILD_MANUAL, [test "x$build_manual" = "xyes"])
diff --git a/pkgs/development/compilers/colm/default.nix b/pkgs/development/compilers/colm/default.nix
index 888750efdf9..237a80280ec 100644
--- a/pkgs/development/compilers/colm/default.nix
+++ b/pkgs/development/compilers/colm/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, makeWrapper, gcc, asciidoc }:
+{ stdenv, fetchurl, makeWrapper, gcc, asciidoc, autoreconfHook }:
stdenv.mkDerivation rec {
name = "colm-${version}";
@@ -9,7 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "0f76iri173l2wja2v7qrwmf958cqwh5g9x4bhj2z8wknmlla6gz4";
};
- nativeBuildInputs = [ makeWrapper asciidoc ];
+ patches = [ ./cross-compile.patch ];
+
+ nativeBuildInputs = [ makeWrapper asciidoc autoreconfHook ];
doCheck = true;
diff --git a/pkgs/development/compilers/compcert/default.nix b/pkgs/development/compilers/compcert/default.nix
index 4538d303148..69e11a48918 100644
--- a/pkgs/development/compilers/compcert/default.nix
+++ b/pkgs/development/compilers/compcert/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub, fetchpatch, makeWrapper
+{ stdenv, lib, fetchFromGitHub, makeWrapper
, coq, ocamlPackages, coq2html
, tools ? stdenv.cc
}:
@@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
patchPhase = ''
substituteInPlace ./configure \
+ --replace '|8.9.0' '|8.9.0|8.9.1' \
--replace '{toolprefix}gcc' '{toolprefix}cc'
'';
diff --git a/pkgs/development/compilers/crystal/default.nix b/pkgs/development/compilers/crystal/default.nix
index 1e0f8656ef0..2e823fe1f0f 100644
--- a/pkgs/development/compilers/crystal/default.nix
+++ b/pkgs/development/compilers/crystal/default.nix
@@ -1,11 +1,11 @@
{ stdenv, lib, fetchFromGitHub, fetchurl, makeWrapper
-, gmp, openssl, readline, tzdata, libxml2, libyaml
+, coreutils, git, gmp, nettools, openssl, readline, tzdata, libxml2, libyaml
, boehmgc, libatomic_ops, pcre, libevent, libiconv, llvm, clang, which, zlib }:
# We need multiple binaries as a given binary isn't always able to build
-# (even slightly) older or newer version.
+# (even slightly) older or newer versions.
# - 0.26.1 can build 0.25.x and 0.26.x but not 0.27.x
-# - 0.27.2 can build 0.27.x but not 0.25.x and 0.26.x
+# - 0.27.2 can build 0.27.x but not 0.25.x, 0.26.x and 0.29.x
#
# We need to keep around at least the latest version released with a stable
# NixOS
@@ -19,7 +19,7 @@ let
arch = archs."${stdenv.system}" or (throw "system ${stdenv.system} not supported");
- checkInputs = [ gmp openssl readline libxml2 libyaml tzdata ];
+ checkInputs = [ git gmp openssl readline libxml2 libyaml ];
genericBinary = { version, sha256s, rel ? 1 }:
stdenv.mkDerivation rec {
@@ -38,8 +38,8 @@ let
generic = { version, sha256, binary, doCheck ? true }:
stdenv.mkDerivation rec {
- inherit doCheck;
- name = "crystal-${version}";
+ pname = "crystal";
+ inherit doCheck version;
src = fetchFromGitHub {
owner = "crystal-lang";
@@ -48,14 +48,30 @@ let
inherit sha256;
};
+ # we are almost able to run the full test suite now
postPatch = ''
+ substituteInPlace src/crystal/system/unix/time.cr \
+ --replace /usr/share/zoneinfo ${tzdata}/share/zoneinfo
+
ln -s spec/compiler spec/std
+
+ substituteInPlace spec/std/file_spec.cr \
+ --replace '/bin/ls' '${coreutils}/bin/ls' \
+ --replace '/usr/share' '/tmp/test'
+
substituteInPlace spec/std/process_spec.cr \
- --replace /bin/ /run/current-system/sw/bin/
+ --replace '/bin/cat' '${coreutils}/bin/cat' \
+ --replace '/bin/ls' '${coreutils}/bin/ls' \
+ --replace '/usr/bin/env' '${coreutils}/bin/env' \
+ --replace '"env"' '"${coreutils}/bin/env"' \
+ --replace '"/usr"' '"/tmp"'
+
+ substituteInPlace spec/std/system_spec.cr \
+ --replace '`hostname`' '`${nettools}/bin/hostname`'
'';
buildInputs = [
- boehmgc libatomic_ops pcre libevent
+ boehmgc libatomic_ops pcre libevent libyaml
llvm zlib openssl
] ++ stdenv.lib.optionals stdenv.isDarwin [
libiconv
@@ -111,7 +127,11 @@ let
checkTarget = "spec";
preCheck = ''
+ export HOME=/tmp
+ mkdir -p $HOME/test
+
export LIBRARY_PATH=${lib.makeLibraryPath checkInputs}:$LIBRARY_PATH
+ export PATH=${lib.makeBinPath checkInputs}:$PATH
'';
meta = with lib; {
@@ -142,6 +162,15 @@ in rec {
};
};
+ binaryCrystal_0_29 = genericBinary {
+ version = "0.29.0";
+ sha256s = {
+ "x86_64-linux" = "1wrk29sfx35akg7hxwpdiikvl18wd40gq1kwirw7x522hnq7vlna";
+ "i686-linux" = "1nx0piis2k3nn7kqiijqazzbvlaavhgvsln0l3dxmpfa4i4dz5h2";
+ "x86_64-darwin" = "1fd0fbyf05abivnp3igjlrm2axf65n2wdmg4aq6nqj60ipc01rvd";
+ };
+ };
+
crystal_0_25 = generic {
version = "0.25.1";
sha256 = "15xmbkalsdk9qpc6wfpkly3sifgw6a4ai5jzlv78dh3jp7glmgyl";
@@ -163,5 +192,12 @@ in rec {
binary = binaryCrystal_0_27;
};
- crystal = crystal_0_27;
+ crystal_0_29 = generic {
+ version = "0.29.0";
+ sha256 = "0v9l253b2x8yw6a43vvalywpwciwr094l3g5wakmndfrzak2s3zr";
+ doCheck = false; # 6 checks are failing now
+ binary = binaryCrystal_0_29;
+ };
+
+ crystal = crystal_0_29;
}
diff --git a/pkgs/development/compilers/cudatoolkit/default.nix b/pkgs/development/compilers/cudatoolkit/default.nix
index 6a18c05f38e..5b9e9010ef0 100644
--- a/pkgs/development/compilers/cudatoolkit/default.nix
+++ b/pkgs/development/compilers/cudatoolkit/default.nix
@@ -1,6 +1,6 @@
{ lib, stdenv, makeWrapper, fetchurl, requireFile, perl, ncurses5, expat, python27, zlib
, gcc48, gcc49, gcc5, gcc6, gcc7
-, xorg, gtk2, gdk_pixbuf, glib, fontconfig, freetype, unixODBC, alsaLib, glibc
+, xorg, gtk2, gdk-pixbuf, glib, fontconfig, freetype, unixODBC, alsaLib, glibc
, addOpenGLRunpath
}:
@@ -41,7 +41,7 @@ let
outputs = [ "out" "lib" "doc" ];
nativeBuildInputs = [ perl makeWrapper addOpenGLRunpath ];
- buildInputs = [ gdk_pixbuf ]; # To get $GDK_PIXBUF_MODULE_FILE via setup-hook
+ buildInputs = [ gdk-pixbuf ]; # To get $GDK_PIXBUF_MODULE_FILE via setup-hook
runtimeDependencies = [
ncurses5 expat python zlib glibc
xorg.libX11 xorg.libXext xorg.libXrender xorg.libXt xorg.libXtst xorg.libXi xorg.libXext
diff --git a/pkgs/development/compilers/dmd/default.nix b/pkgs/development/compilers/dmd/default.nix
index 7b85b3e85ba..b3b58e83621 100644
--- a/pkgs/development/compilers/dmd/default.nix
+++ b/pkgs/development/compilers/dmd/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, lib, fetchFromGitHub, fetchpatch
+{ stdenv, lib, fetchFromGitHub
, makeWrapper, unzip, which, writeTextFile
, curl, tzdata, gdb, darwin, git
-, callPackage, targetPackages, ldc
+, targetPackages, ldc
, version ? "2.085.1"
, dmdSha256 ? "0ccidfcawrcwdpfjwjiln5xwr4ffp8i2hwx52p8zn3xmc5yxm660"
, druntimeSha256 ? "109f2glsqrlshk06761xlw4r5v22mivp873cq9g5gcax3g00k617"
diff --git a/pkgs/development/compilers/dotnet/sdk/default.nix b/pkgs/development/compilers/dotnet/sdk/default.nix
index b4f35b1c4c0..984ab39c91a 100644
--- a/pkgs/development/compilers/dotnet/sdk/default.nix
+++ b/pkgs/development/compilers/dotnet/sdk/default.nix
@@ -12,14 +12,14 @@ let
rpath = stdenv.lib.makeLibraryPath [ stdenv.cc.cc libunwind libuuid icu openssl zlib curl ];
in
stdenv.mkDerivation rec {
- version = "2.2.203";
- netCoreVersion = "2.2.4";
+ version = "2.2.401";
+ netCoreVersion = "2.2.6";
pname = "dotnet-sdk";
src = fetchurl {
url = "https://dotnetcli.azureedge.net/dotnet/Sdk/${version}/${pname}-${version}-linux-x64.tar.gz";
# use sha512 from the download page
- sha512 = "8DA955FA0AEEBB6513A6E8C4C23472286ED78BD5533AF37D79A4F2C42060E736FDA5FD48B61BF5AEC10BBA96EB2610FACC0F8A458823D374E1D437B26BA61A5C";
+ sha512 = "05w3zk7bcd8sv3k4kplf20j906and2006g1fggq7y6kaxrlhdnpd6jhy6idm8v5bz48wfxga5b4yys9qx0fp3p8yl7wi67qljpzrq88";
};
sourceRoot = ".";
@@ -28,7 +28,7 @@ in
runHook preBuild
patchelf --set-interpreter "${stdenv.cc.bintools.dynamicLinker}" ./dotnet
patchelf --set-rpath "${rpath}" ./dotnet
- find -type f -name "*.so" -exec patchelf --set-rpath "${rpath}" {} \;
+ find -type f -name "*.so" -exec patchelf --set-rpath '$ORIGIN:${rpath}' {} \;
echo -n "dotnet-sdk version: "
./dotnet --version
runHook postBuild
diff --git a/pkgs/development/compilers/edk2/default.nix b/pkgs/development/compilers/edk2/default.nix
index 58c4ff568ad..97af433d606 100644
--- a/pkgs/development/compilers/edk2/default.nix
+++ b/pkgs/development/compilers/edk2/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, fetchpatch, libuuid, python2, iasl }:
+{ stdenv, fetchgit, fetchpatch, libuuid, python3, iasl, bc }:
let
- pythonEnv = python2.withPackages(ps: [ps.tkinter]);
+ pythonEnv = python3.withPackages (ps: [ps.tkinter]);
targetArch = if stdenv.isi686 then
"IA32"
@@ -13,26 +13,19 @@ else
throw "Unsupported architecture";
edk2 = stdenv.mkDerivation {
- name = "edk2-2017-12-05";
+ pname = "edk2";
+ version = "201905";
- src = fetchFromGitHub {
- owner = "tianocore";
- repo = "edk2";
- rev = "f71a70e7a4c93a6143d7bad8ab0220a947679697";
- sha256 = "0k48xfwxcgcim1bhkggc19hilvsxsf5axvvcpmld0ng1fcfg0cr6";
+ # submodules
+ src = fetchgit {
+ url = "https://github.com/tianocore/edk2";
+ rev = "edk2-stable${edk2.version}";
+ sha256 = "0fk40h4nj4qg8shg0yd1zj4iyspslms5fx95ysi04akv90k5sqkn";
};
- patches = [
- (fetchpatch {
- name = "short-circuit-the-transfer-of-an-empty-S3_CONTEXT.patch";
- url = "https://github.com/tianocore/edk2/commit/9e2a8e928995c3b1bb664b73fd59785055c6b5f6.diff";
- sha256 = "0x24npijhgpjpsn3n74wayf8qcbaj97vi4z2iyf4almavqq8qaz4";
- })
- ];
-
buildInputs = [ libuuid pythonEnv ];
- makeFlags = "-C BaseTools";
+ makeFlags = [ "-C BaseTools" ];
NIX_CFLAGS_COMPILE = "-Wno-return-type -Wno-error=stringop-truncation";
hardeningDisable = [ "format" "fortify" ];
@@ -40,54 +33,48 @@ edk2 = stdenv.mkDerivation {
installPhase = ''
mkdir -vp $out
mv -v BaseTools $out
- mv -v EdkCompatibilityPkg $out
mv -v edksetup.sh $out
'';
enableParallelBuilding = true;
- meta = {
+ meta = with stdenv.lib; {
description = "Intel EFI development kit";
homepage = https://sourceforge.net/projects/edk2/;
- license = stdenv.lib.licenses.bsd2;
- branch = "UDK2017";
- platforms = ["x86_64-linux" "i686-linux" "aarch64-linux"];
+ license = licenses.bsd2;
+ platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
};
passthru = {
- setup = projectDscPath: attrs: {
- buildInputs = [ pythonEnv ] ++
- stdenv.lib.optionals (attrs ? buildInputs) attrs.buildInputs;
+ mkDerivation = projectDscPath: attrs: stdenv.mkDerivation ({
+ inherit (edk2) src;
- configurePhase = ''
- mkdir -v Conf
+ buildInputs = [ bc pythonEnv ] ++ attrs.buildInputs or [];
- cp ${edk2}/BaseTools/Conf/target.template Conf/target.txt
- sed -i Conf/target.txt \
- -e 's|Nt32Pkg/Nt32Pkg.dsc|${projectDscPath}|' \
- -e 's|MYTOOLS|GCC49|' \
- -e 's|IA32|${targetArch}|' \
- -e 's|DEBUG|RELEASE|'\
-
- cp ${edk2}/BaseTools/Conf/tools_def.template Conf/tools_def.txt
- sed -i Conf/tools_def.txt \
- -e 's|DEFINE GCC48_IA32_PREFIX = /usr/bin/|DEFINE GCC48_IA32_PREFIX = ""|' \
- -e 's|DEFINE GCC48_X64_PREFIX = /usr/bin/|DEFINE GCC48_X64_PREFIX = ""|' \
- -e 's|DEFINE UNIX_IASL_BIN = /usr/bin/iasl|DEFINE UNIX_IASL_BIN = ${iasl}/bin/iasl|'
-
- export WORKSPACE="$PWD"
- export EFI_SOURCE="$PWD/EdkCompatibilityPkg"
+ prePatch = ''
+ rm -rf BaseTools
ln -sv ${edk2}/BaseTools BaseTools
- ln -sv ${edk2}/EdkCompatibilityPkg EdkCompatibilityPkg
- . ${edk2}/edksetup.sh BaseTools
'';
- buildPhase = "
- build
- ";
+ configurePhase = ''
+ runHook preConfigure
+ export WORKSPACE="$PWD"
+ . ${edk2}/edksetup.sh BaseTools
+ runHook postConfigure
+ '';
- installPhase = "mv -v Build/*/* $out";
- } // (removeAttrs attrs [ "buildInputs" ] );
+ buildPhase = ''
+ runHook preBuild
+ build -a ${targetArch} -b RELEASE -t GCC5 -p ${projectDscPath} -n $NIX_BUILD_CORES $buildFlags
+ runHook postBuild
+ '';
+
+ installPhase = ''
+ runHook preInstall
+ mv -v Build/*/* $out
+ runHook postInstall
+ '';
+ } // removeAttrs attrs [ "buildInputs" ]);
};
};
diff --git a/pkgs/development/compilers/elm/default.nix b/pkgs/development/compilers/elm/default.nix
index f14bce5d96b..fbb991d7b5a 100644
--- a/pkgs/development/compilers/elm/default.nix
+++ b/pkgs/development/compilers/elm/default.nix
@@ -1,14 +1,23 @@
-{ lib, stdenv, buildEnv
+{ lib, stdenv, pkgs
, haskell, nodejs
-, fetchurl, fetchpatch, makeWrapper, git }:
-
+, fetchurl, fetchpatch, makeWrapper, writeScriptBin }:
let
fetchElmDeps = import ./fetchElmDeps.nix { inherit stdenv lib fetchurl; };
+
+ patchBinwrap = import ./packages/patch-binwrap.nix { inherit lib writeScriptBin stdenv; };
+
+ elmNodePackages =
+ import ./packages/node-composition.nix {
+ inherit nodejs pkgs;
+ inherit (stdenv.hostPlatform) system;
+ };
+
hsPkgs = haskell.packages.ghc864.override {
overrides = self: super: with haskell.lib;
- let elmPkgs = {
+ let elmPkgs = rec {
elm = overrideCabal (self.callPackage ./packages/elm.nix { }) (drv: {
# sadly with parallelism most of the time breaks compilation
+ # also compilation is slower with increasing number of cores anyway (Tested on Ryzen 7 and i7)
enableParallelBuilding = false;
preConfigure = self.fetchElmDeps {
elmPackages = (import ./packages/elm-srcs.nix);
@@ -30,12 +39,25 @@ let
/*
The elm-format expression is updated via a script in the https://github.com/avh4/elm-format repo:
- `pacakge/nix/build.sh`
+ `package/nix/build.sh`
*/
elm-format = justStaticExecutables (doJailbreak (self.callPackage ./packages/elm-format.nix {}));
+ elmi-to-json = justStaticExecutables (self.callPackage ./packages/elmi-to-json.nix {});
+
inherit fetchElmDeps;
elmVersion = elmPkgs.elm.version;
+
+ /*
+ Node/NPM based dependecies can be upgraded using script
+ `packages/generate-node-packages.sh`.
+ Packages which rely on `bin-wrap` will fail by default
+ and can be patched using `patchBinwrap` function defined in `packages/patch-binwrap.nix`.
+ */
+ elm-test = patchBinwrap [elmi-to-json] elmNodePackages.elm-test;
+ elm-verify-examples = patchBinwrap [elmi-to-json] elmNodePackages.elm-verify-examples;
+ elm-analyse = elmNodePackages.elm-analyse;
+ inherit (elmNodePackages) elm-doc-preview elm-upgrade;
};
in elmPkgs // {
inherit elmPkgs;
diff --git a/pkgs/development/compilers/elm/packages/README.md b/pkgs/development/compilers/elm/packages/README.md
new file mode 100644
index 00000000000..5b21736afc0
--- /dev/null
+++ b/pkgs/development/compilers/elm/packages/README.md
@@ -0,0 +1,25 @@
+# Elm packages
+
+Mixtures of useful Elm lang tooling containing both Haskell and Node.js based utilities.
+
+## Upgrades
+
+Haskell parts of the ecosystem are using [cabal2nix](https://github.com/NixOS/cabal2nix).
+Please refer to [nix documentation](https://nixos.org/nixpkgs/manual/#how-to-create-nix-builds-for-your-own-private-haskell-packages)
+and [cabal2nix readme](https://github.com/NixOS/cabal2nix#readme) for more information. Elm-format [update scripts](https://github.com/avh4/elm-format/tree/master/package/nix)
+is part of its repository.
+
+Node dependencies are defined in [node-packages.json](node-packages.json).
+[Node2nix](https://github.com/svanderburg/node2nix) is used for generating nix expression
+from this file. Use [generate-node-packages.sh](generate-node-packages.sh) for updates of nix expressions.
+
+## Binwrap Patch
+
+Some node packages might use [binwrap](https://github.com/avh4/binwrap) typically for installing
+[elmi-to-json](https://github.com/stoeffel/elmi-to-json). Binwrap is not compatible with nix.
+To overcome issues with those packages apply [patch-binwrap.nix](patch-binwrap.nix) which essentially does 2 things.
+
+1. It replaces binwrap scripts with noop shell scripts
+2. It uses nix for installing the binaries to expected location in `node_modules`
+
+Example usage be found in `elm/default.nix`.
diff --git a/pkgs/development/compilers/elm/packages/elm-format.nix b/pkgs/development/compilers/elm/packages/elm-format.nix
index aaae9fa4ba9..3660e42e363 100644
--- a/pkgs/development/compilers/elm/packages/elm-format.nix
+++ b/pkgs/development/compilers/elm/packages/elm-format.nix
@@ -1,24 +1,28 @@
{ mkDerivation, fetchgit, ansi-terminal, ansi-wl-pprint, base, binary
-, bytestring, Cabal, cmark, containers, directory, filepath, free
-, HUnit, indents, json, mtl, optparse-applicative, parsec, process
+, bytestring, cmark, containers, directory, filepath, free, HUnit
+, indents, json, mtl, optparse-applicative, parsec, process
, QuickCheck, quickcheck-io, split, stdenv, tasty, tasty-golden
, tasty-hunit, tasty-quickcheck, text
}:
mkDerivation {
pname = "elm-format";
- version = "0.8.1";
+ version = "0.8.2";
src = fetchgit {
url = "https://github.com/avh4/elm-format";
- sha256 = "0p1dy1m6illsl7i04zsv5jqw7i4znv7pfpdfm53zy0k7mq0fk09j";
- rev = "89694e858664329e3cbdaeb71b15c4456fd739ff";
+ sha256 = "0ly37fszrfviwqgrww57ikdcr7i8lcpczhqm8xqp5s7mrlpdxv7z";
+ rev = "ab3627cce01e5556b3fe8c2b5e3d92b80bfc74af";
};
postPatch = ''
- sed -i "s|desc <-.*||" ./Setup.hs
- sed -i "s|gitDescribe = .*|gitDescribe = \\\\\"0.8.1\\\\\"\"|" ./Setup.hs
+ mkdir -p ./generated
+ cat < ./generated/Build_elm_format.hs
+ module Build_elm_format where
+
+ gitDescribe :: String
+ gitDescribe = "0.8.2"
+ EOHS
'';
- isLibrary = true;
+ isLibrary = false;
isExecutable = true;
- setupHaskellDepends = [ base Cabal directory filepath process ];
libraryHaskellDepends = [
ansi-terminal ansi-wl-pprint base binary bytestring containers
directory filepath free indents json mtl optparse-applicative
diff --git a/pkgs/development/compilers/elm/packages/elmi-to-json.nix b/pkgs/development/compilers/elm/packages/elmi-to-json.nix
new file mode 100644
index 00000000000..f6a0b9e2426
--- /dev/null
+++ b/pkgs/development/compilers/elm/packages/elmi-to-json.nix
@@ -0,0 +1,27 @@
+{ mkDerivation, aeson, async, base, binary, bytestring, containers
+, directory, filepath, hpack, optparse-applicative, safe-exceptions
+, stdenv, text, fetchgit
+}:
+mkDerivation {
+ pname = "elmi-to-json";
+ version = "0.19.4";
+ src = fetchgit {
+ url = "https://github.com/stoeffel/elmi-to-json.git";
+ rev = "357ad96f05e4c68023b036f27f6f65c4377c7427";
+ sha256 = "0vj9fdqgg2zd1nxpll6v02fk6bcyhx00xhp3s8sd7ycvirwsim9n";
+ };
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson async base binary bytestring containers directory filepath
+ optparse-applicative safe-exceptions text
+ ];
+ libraryToolDepends = [ hpack ];
+ executableHaskellDepends = [ base ];
+ testHaskellDepends = [ base ];
+ preConfigure = "hpack";
+ homepage = "https://github.com/stoeffel/elmi-to-json#readme";
+ description = "Translates elmi binary files to JSON representation";
+ license = stdenv.lib.licenses.bsd3;
+ maintainers = with stdenv.lib.maintainers; [ turbomack ];
+}
diff --git a/pkgs/development/compilers/elm/packages/generate-node-packages.sh b/pkgs/development/compilers/elm/packages/generate-node-packages.sh
new file mode 100755
index 00000000000..0e1835c6ffa
--- /dev/null
+++ b/pkgs/development/compilers/elm/packages/generate-node-packages.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env nix-shell
+#! nix-shell -i bash -p nodePackages.node2nix
+
+set -eu -o pipefail
+
+rm -f node-env.nix
+node2nix --nodejs-10 -i node-packages.json -o node-packages.nix -c node-composition.nix
diff --git a/pkgs/development/node-packages/composition-v8.nix b/pkgs/development/compilers/elm/packages/node-composition.nix
similarity index 79%
rename from pkgs/development/node-packages/composition-v8.nix
rename to pkgs/development/compilers/elm/packages/node-composition.nix
index 7fcc3f81133..fa0a1482f97 100644
--- a/pkgs/development/node-packages/composition-v8.nix
+++ b/pkgs/development/compilers/elm/packages/node-composition.nix
@@ -2,7 +2,7 @@
{pkgs ? import {
inherit system;
- }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}:
+ }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-10_x"}:
let
nodeEnv = import ./node-env.nix {
@@ -11,7 +11,7 @@ let
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
};
in
-import ./node-packages-v8.nix {
+import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
\ No newline at end of file
diff --git a/pkgs/development/compilers/elm/packages/node-env.nix b/pkgs/development/compilers/elm/packages/node-env.nix
new file mode 100644
index 00000000000..670556bf271
--- /dev/null
+++ b/pkgs/development/compilers/elm/packages/node-env.nix
@@ -0,0 +1,540 @@
+# This file originates from node2nix
+
+{stdenv, nodejs, python2, utillinux, libtool, runCommand, writeTextFile}:
+
+let
+ python = if nodejs ? python then nodejs.python else python2;
+
+ # Create a tar wrapper that filters all the 'Ignoring unknown extended header keyword' noise
+ tarWrapper = runCommand "tarWrapper" {} ''
+ mkdir -p $out/bin
+
+ cat > $out/bin/tar <> $out/nix-support/hydra-build-products
+ '';
+ };
+
+ includeDependencies = {dependencies}:
+ stdenv.lib.optionalString (dependencies != [])
+ (stdenv.lib.concatMapStrings (dependency:
+ ''
+ # Bundle the dependencies of the package
+ mkdir -p node_modules
+ cd node_modules
+
+ # Only include dependencies if they don't exist. They may also be bundled in the package.
+ if [ ! -e "${dependency.name}" ]
+ then
+ ${composePackage dependency}
+ fi
+
+ cd ..
+ ''
+ ) dependencies);
+
+ # Recursively composes the dependencies of a package
+ composePackage = { name, packageName, src, dependencies ? [], ... }@args:
+ ''
+ DIR=$(pwd)
+ cd $TMPDIR
+
+ unpackFile ${src}
+
+ # Make the base dir in which the target dependency resides first
+ mkdir -p "$(dirname "$DIR/${packageName}")"
+
+ if [ -f "${src}" ]
+ then
+ # Figure out what directory has been unpacked
+ packageDir="$(find . -maxdepth 1 -type d | tail -1)"
+
+ # Restore write permissions to make building work
+ find "$packageDir" -type d -exec chmod u+x {} \;
+ chmod -R u+w "$packageDir"
+
+ # Move the extracted tarball into the output folder
+ mv "$packageDir" "$DIR/${packageName}"
+ elif [ -d "${src}" ]
+ then
+ # Get a stripped name (without hash) of the source directory.
+ # On old nixpkgs it's already set internally.
+ if [ -z "$strippedName" ]
+ then
+ strippedName="$(stripHash ${src})"
+ fi
+
+ # Restore write permissions to make building work
+ chmod -R u+w "$strippedName"
+
+ # Move the extracted directory into the output folder
+ mv "$strippedName" "$DIR/${packageName}"
+ fi
+
+ # Unset the stripped name to not confuse the next unpack step
+ unset strippedName
+
+ # Include the dependencies of the package
+ cd "$DIR/${packageName}"
+ ${includeDependencies { inherit dependencies; }}
+ cd ..
+ ${stdenv.lib.optionalString (builtins.substring 0 1 packageName == "@") "cd .."}
+ '';
+
+ pinpointDependencies = {dependencies, production}:
+ let
+ pinpointDependenciesFromPackageJSON = writeTextFile {
+ name = "pinpointDependencies.js";
+ text = ''
+ var fs = require('fs');
+ var path = require('path');
+
+ function resolveDependencyVersion(location, name) {
+ if(location == process.env['NIX_STORE']) {
+ return null;
+ } else {
+ var dependencyPackageJSON = path.join(location, "node_modules", name, "package.json");
+
+ if(fs.existsSync(dependencyPackageJSON)) {
+ var dependencyPackageObj = JSON.parse(fs.readFileSync(dependencyPackageJSON));
+
+ if(dependencyPackageObj.name == name) {
+ return dependencyPackageObj.version;
+ }
+ } else {
+ return resolveDependencyVersion(path.resolve(location, ".."), name);
+ }
+ }
+ }
+
+ function replaceDependencies(dependencies) {
+ if(typeof dependencies == "object" && dependencies !== null) {
+ for(var dependency in dependencies) {
+ var resolvedVersion = resolveDependencyVersion(process.cwd(), dependency);
+
+ if(resolvedVersion === null) {
+ process.stderr.write("WARNING: cannot pinpoint dependency: "+dependency+", context: "+process.cwd()+"\n");
+ } else {
+ dependencies[dependency] = resolvedVersion;
+ }
+ }
+ }
+ }
+
+ /* Read the package.json configuration */
+ var packageObj = JSON.parse(fs.readFileSync('./package.json'));
+
+ /* Pinpoint all dependencies */
+ replaceDependencies(packageObj.dependencies);
+ if(process.argv[2] == "development") {
+ replaceDependencies(packageObj.devDependencies);
+ }
+ replaceDependencies(packageObj.optionalDependencies);
+
+ /* Write the fixed package.json file */
+ fs.writeFileSync("package.json", JSON.stringify(packageObj, null, 2));
+ '';
+ };
+ in
+ ''
+ node ${pinpointDependenciesFromPackageJSON} ${if production then "production" else "development"}
+
+ ${stdenv.lib.optionalString (dependencies != [])
+ ''
+ if [ -d node_modules ]
+ then
+ cd node_modules
+ ${stdenv.lib.concatMapStrings (dependency: pinpointDependenciesOfPackage dependency) dependencies}
+ cd ..
+ fi
+ ''}
+ '';
+
+ # Recursively traverses all dependencies of a package and pinpoints all
+ # dependencies in the package.json file to the versions that are actually
+ # being used.
+
+ pinpointDependenciesOfPackage = { packageName, dependencies ? [], production ? true, ... }@args:
+ ''
+ if [ -d "${packageName}" ]
+ then
+ cd "${packageName}"
+ ${pinpointDependencies { inherit dependencies production; }}
+ cd ..
+ ${stdenv.lib.optionalString (builtins.substring 0 1 packageName == "@") "cd .."}
+ fi
+ '';
+
+ # Extract the Node.js source code which is used to compile packages with
+ # native bindings
+ nodeSources = runCommand "node-sources" {} ''
+ tar --no-same-owner --no-same-permissions -xf ${nodejs.src}
+ mv node-* $out
+ '';
+
+ # Script that adds _integrity fields to all package.json files to prevent NPM from consulting the cache (that is empty)
+ addIntegrityFieldsScript = writeTextFile {
+ name = "addintegrityfields.js";
+ text = ''
+ var fs = require('fs');
+ var path = require('path');
+
+ function augmentDependencies(baseDir, dependencies) {
+ for(var dependencyName in dependencies) {
+ var dependency = dependencies[dependencyName];
+
+ // Open package.json and augment metadata fields
+ var packageJSONDir = path.join(baseDir, "node_modules", dependencyName);
+ var packageJSONPath = path.join(packageJSONDir, "package.json");
+
+ if(fs.existsSync(packageJSONPath)) { // Only augment packages that exist. Sometimes we may have production installs in which development dependencies can be ignored
+ console.log("Adding metadata fields to: "+packageJSONPath);
+ var packageObj = JSON.parse(fs.readFileSync(packageJSONPath));
+
+ if(dependency.integrity) {
+ packageObj["_integrity"] = dependency.integrity;
+ } else {
+ packageObj["_integrity"] = "sha1-000000000000000000000000000="; // When no _integrity string has been provided (e.g. by Git dependencies), add a dummy one. It does not seem to harm and it bypasses downloads.
+ }
+
+ if(dependency.resolved) {
+ packageObj["_resolved"] = dependency.resolved; // Adopt the resolved property if one has been provided
+ } else {
+ packageObj["_resolved"] = dependency.version; // Set the resolved version to the version identifier. This prevents NPM from cloning Git repositories.
+ }
+
+ if(dependency.from !== undefined) { // Adopt from property if one has been provided
+ packageObj["_from"] = dependency.from;
+ }
+
+ fs.writeFileSync(packageJSONPath, JSON.stringify(packageObj, null, 2));
+ }
+
+ // Augment transitive dependencies
+ if(dependency.dependencies !== undefined) {
+ augmentDependencies(packageJSONDir, dependency.dependencies);
+ }
+ }
+ }
+
+ if(fs.existsSync("./package-lock.json")) {
+ var packageLock = JSON.parse(fs.readFileSync("./package-lock.json"));
+
+ if(packageLock.lockfileVersion !== 1) {
+ process.stderr.write("Sorry, I only understand lock file version 1!\n");
+ process.exit(1);
+ }
+
+ if(packageLock.dependencies !== undefined) {
+ augmentDependencies(".", packageLock.dependencies);
+ }
+ }
+ '';
+ };
+
+ # Reconstructs a package-lock file from the node_modules/ folder structure and package.json files with dummy sha1 hashes
+ reconstructPackageLock = writeTextFile {
+ name = "addintegrityfields.js";
+ text = ''
+ var fs = require('fs');
+ var path = require('path');
+
+ var packageObj = JSON.parse(fs.readFileSync("package.json"));
+
+ var lockObj = {
+ name: packageObj.name,
+ version: packageObj.version,
+ lockfileVersion: 1,
+ requires: true,
+ dependencies: {}
+ };
+
+ function augmentPackageJSON(filePath, dependencies) {
+ var packageJSON = path.join(filePath, "package.json");
+ if(fs.existsSync(packageJSON)) {
+ var packageObj = JSON.parse(fs.readFileSync(packageJSON));
+ dependencies[packageObj.name] = {
+ version: packageObj.version,
+ integrity: "sha1-000000000000000000000000000=",
+ dependencies: {}
+ };
+ processDependencies(path.join(filePath, "node_modules"), dependencies[packageObj.name].dependencies);
+ }
+ }
+
+ function processDependencies(dir, dependencies) {
+ if(fs.existsSync(dir)) {
+ var files = fs.readdirSync(dir);
+
+ files.forEach(function(entry) {
+ var filePath = path.join(dir, entry);
+ var stats = fs.statSync(filePath);
+
+ if(stats.isDirectory()) {
+ if(entry.substr(0, 1) == "@") {
+ // When we encounter a namespace folder, augment all packages belonging to the scope
+ var pkgFiles = fs.readdirSync(filePath);
+
+ pkgFiles.forEach(function(entry) {
+ if(stats.isDirectory()) {
+ var pkgFilePath = path.join(filePath, entry);
+ augmentPackageJSON(pkgFilePath, dependencies);
+ }
+ });
+ } else {
+ augmentPackageJSON(filePath, dependencies);
+ }
+ }
+ });
+ }
+ }
+
+ processDependencies("node_modules", lockObj.dependencies);
+
+ fs.writeFileSync("package-lock.json", JSON.stringify(lockObj, null, 2));
+ '';
+ };
+
+ prepareAndInvokeNPM = {packageName, bypassCache, reconstructLock, npmFlags, production}:
+ let
+ forceOfflineFlag = if bypassCache then "--offline" else "--registry http://www.example.com";
+ in
+ ''
+ # Pinpoint the versions of all dependencies to the ones that are actually being used
+ echo "pinpointing versions of dependencies..."
+ source $pinpointDependenciesScriptPath
+
+ # Patch the shebangs of the bundled modules to prevent them from
+ # calling executables outside the Nix store as much as possible
+ patchShebangs .
+
+ # Deploy the Node.js package by running npm install. Since the
+ # dependencies have been provided already by ourselves, it should not
+ # attempt to install them again, which is good, because we want to make
+ # it Nix's responsibility. If it needs to install any dependencies
+ # anyway (e.g. because the dependency parameters are
+ # incomplete/incorrect), it fails.
+ #
+ # The other responsibilities of NPM are kept -- version checks, build
+ # steps, postprocessing etc.
+
+ export HOME=$TMPDIR
+ cd "${packageName}"
+ runHook preRebuild
+
+ ${stdenv.lib.optionalString bypassCache ''
+ ${stdenv.lib.optionalString reconstructLock ''
+ if [ -f package-lock.json ]
+ then
+ echo "WARNING: Reconstruct lock option enabled, but a lock file already exists!"
+ echo "This will most likely result in version mismatches! We will remove the lock file and regenerate it!"
+ rm package-lock.json
+ else
+ echo "No package-lock.json file found, reconstructing..."
+ fi
+
+ node ${reconstructPackageLock}
+ ''}
+
+ node ${addIntegrityFieldsScript}
+ ''}
+
+ npm ${forceOfflineFlag} --nodedir=${nodeSources} ${npmFlags} ${stdenv.lib.optionalString production "--production"} rebuild
+
+ if [ "$dontNpmInstall" != "1" ]
+ then
+ # NPM tries to download packages even when they already exist if npm-shrinkwrap is used.
+ rm -f npm-shrinkwrap.json
+
+ npm ${forceOfflineFlag} --nodedir=${nodeSources} ${npmFlags} ${stdenv.lib.optionalString production "--production"} install
+ fi
+ '';
+
+ # Builds and composes an NPM package including all its dependencies
+ buildNodePackage =
+ { name
+ , packageName
+ , version
+ , dependencies ? []
+ , buildInputs ? []
+ , production ? true
+ , npmFlags ? ""
+ , dontNpmInstall ? false
+ , bypassCache ? false
+ , reconstructLock ? false
+ , preRebuild ? ""
+ , dontStrip ? true
+ , unpackPhase ? "true"
+ , buildPhase ? "true"
+ , ... }@args:
+
+ let
+ extraArgs = removeAttrs args [ "name" "dependencies" "buildInputs" "dontStrip" "dontNpmInstall" "preRebuild" "unpackPhase" "buildPhase" ];
+ in
+ stdenv.mkDerivation ({
+ name = "node_${name}-${version}";
+ buildInputs = [ tarWrapper python nodejs ]
+ ++ stdenv.lib.optional (stdenv.isLinux) utillinux
+ ++ stdenv.lib.optional (stdenv.isDarwin) libtool
+ ++ buildInputs;
+
+ inherit dontStrip; # Stripping may fail a build for some package deployments
+ inherit dontNpmInstall preRebuild unpackPhase buildPhase;
+
+ compositionScript = composePackage args;
+ pinpointDependenciesScript = pinpointDependenciesOfPackage args;
+
+ passAsFile = [ "compositionScript" "pinpointDependenciesScript" ];
+
+ installPhase = ''
+ # Create and enter a root node_modules/ folder
+ mkdir -p $out/lib/node_modules
+ cd $out/lib/node_modules
+
+ # Compose the package and all its dependencies
+ source $compositionScriptPath
+
+ ${prepareAndInvokeNPM { inherit packageName bypassCache reconstructLock npmFlags production; }}
+
+ # Create symlink to the deployed executable folder, if applicable
+ if [ -d "$out/lib/node_modules/.bin" ]
+ then
+ ln -s $out/lib/node_modules/.bin $out/bin
+ fi
+
+ # Create symlinks to the deployed manual page folders, if applicable
+ if [ -d "$out/lib/node_modules/${packageName}/man" ]
+ then
+ mkdir -p $out/share
+ for dir in "$out/lib/node_modules/${packageName}/man/"*
+ do
+ mkdir -p $out/share/man/$(basename "$dir")
+ for page in "$dir"/*
+ do
+ ln -s $page $out/share/man/$(basename "$dir")
+ done
+ done
+ fi
+
+ # Run post install hook, if provided
+ runHook postInstall
+ '';
+ } // extraArgs);
+
+ # Builds a development shell
+ buildNodeShell =
+ { name
+ , packageName
+ , version
+ , src
+ , dependencies ? []
+ , buildInputs ? []
+ , production ? true
+ , npmFlags ? ""
+ , dontNpmInstall ? false
+ , bypassCache ? false
+ , reconstructLock ? false
+ , dontStrip ? true
+ , unpackPhase ? "true"
+ , buildPhase ? "true"
+ , ... }@args:
+
+ let
+ extraArgs = removeAttrs args [ "name" "dependencies" "buildInputs" ];
+
+ nodeDependencies = stdenv.mkDerivation ({
+ name = "node-dependencies-${name}-${version}";
+
+ buildInputs = [ tarWrapper python nodejs ]
+ ++ stdenv.lib.optional (stdenv.isLinux) utillinux
+ ++ stdenv.lib.optional (stdenv.isDarwin) libtool
+ ++ buildInputs;
+
+ inherit dontStrip; # Stripping may fail a build for some package deployments
+ inherit dontNpmInstall unpackPhase buildPhase;
+
+ includeScript = includeDependencies { inherit dependencies; };
+ pinpointDependenciesScript = pinpointDependenciesOfPackage args;
+
+ passAsFile = [ "includeScript" "pinpointDependenciesScript" ];
+
+ installPhase = ''
+ mkdir -p $out/${packageName}
+ cd $out/${packageName}
+
+ source $includeScriptPath
+
+ # Create fake package.json to make the npm commands work properly
+ cp ${src}/package.json .
+ chmod 644 package.json
+ ${stdenv.lib.optionalString bypassCache ''
+ if [ -f ${src}/package-lock.json ]
+ then
+ cp ${src}/package-lock.json .
+ fi
+ ''}
+
+ # Go to the parent folder to make sure that all packages are pinpointed
+ cd ..
+ ${stdenv.lib.optionalString (builtins.substring 0 1 packageName == "@") "cd .."}
+
+ ${prepareAndInvokeNPM { inherit packageName bypassCache reconstructLock npmFlags production; }}
+
+ # Expose the executables that were installed
+ cd ..
+ ${stdenv.lib.optionalString (builtins.substring 0 1 packageName == "@") "cd .."}
+
+ mv ${packageName} lib
+ ln -s $out/lib/node_modules/.bin $out/bin
+ '';
+ } // extraArgs);
+ in
+ stdenv.mkDerivation {
+ name = "node-shell-${name}-${version}";
+
+ buildInputs = [ python nodejs ] ++ stdenv.lib.optional (stdenv.isLinux) utillinux ++ buildInputs;
+ buildCommand = ''
+ mkdir -p $out/bin
+ cat > $out/bin/shell < $TMPDIR/so.lst
(echo $(cat $TMPDIR/so.lst | wc -l) "libs found in cache \`/etc/ld.so.cache'";
@@ -72,7 +69,7 @@ in stdenv.mkDerivation rec {
cp ./factor $out/bin
wrapProgram $out/bin/factor --prefix LD_LIBRARY_PATH : \
"${stdenv.lib.makeLibraryPath (with xorg; [ glib
- libX11 pango cairo gtk2 gdk_pixbuf gtkglext
+ libX11 pango cairo gtk2 gdk-pixbuf gtkglext
mesa libXmu libXt libICE libSM openssl])}"
sed -ie 's#/bin/.factor-wrapped#/lib/factor/factor#g' $out/bin/factor
diff --git a/pkgs/development/compilers/fasm/bin.nix b/pkgs/development/compilers/fasm/bin.nix
index 7b23d4f6bcc..44d784133f5 100644
--- a/pkgs/development/compilers/fasm/bin.nix
+++ b/pkgs/development/compilers/fasm/bin.nix
@@ -3,11 +3,11 @@
stdenvNoCC.mkDerivation rec {
name = "fasm-bin-${version}";
- version = "1.73.11";
+ version = "1.73.16";
src = fetchurl {
url = "https://flatassembler.net/fasm-${version}.tgz";
- sha256 = "1zhbs72qc8bw5158zh6mvzznfamcx5a1bsmbmq9ci0d7wb58sxmg";
+ sha256 = "1jaqm7w458ny37fsw3fln17kw31rcsk8kyadci45qcbw6jspmn7k";
};
installPhase = ''
diff --git a/pkgs/development/compilers/flux/default.nix b/pkgs/development/compilers/flux/default.nix
new file mode 100644
index 00000000000..c599c9f8baf
--- /dev/null
+++ b/pkgs/development/compilers/flux/default.nix
@@ -0,0 +1,21 @@
+{ stdenv, lib, fetchFromGitHub, autoreconfHook, pkgconfig }:
+
+stdenv.mkDerivation rec {
+ pname = "flux";
+ version = "2013-09-20";
+
+ src = fetchFromGitHub {
+ owner = "deniskropp";
+ repo = pname;
+ rev = "e45758aa9384b9740ff021ea952399fd113eb0e9";
+ sha256 = "11f3ypg0sdq5kj69zgz6kih1yrzgm48r16spyvzwvlswng147410";
+ };
+
+ nativeBuildInputs = [ autoreconfHook pkgconfig ];
+
+ meta = with lib; {
+ description = "An interface description language used by DirectFB";
+ homepage = "https://github.com/deniskropp/flux";
+ license = licenses.mit;
+ };
+}
diff --git a/pkgs/development/compilers/fpc/lazarus.nix b/pkgs/development/compilers/fpc/lazarus.nix
index 74ca246deb0..3fe72e6b505 100644
--- a/pkgs/development/compilers/fpc/lazarus.nix
+++ b/pkgs/development/compilers/fpc/lazarus.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, makeWrapper
-, fpc, gtk2, glib, pango, atk, gdk_pixbuf
+, fpc, gtk2, glib, pango, atk, gdk-pixbuf
, libXi, xorgproto, libX11, libXext
}:
stdenv.mkDerivation rec {
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [
fpc gtk2 glib libXi xorgproto
libX11 libXext pango atk
- stdenv.cc makeWrapper gdk_pixbuf
+ stdenv.cc makeWrapper gdk-pixbuf
];
makeFlags = [
diff --git a/pkgs/development/compilers/gambit/unstable.nix b/pkgs/development/compilers/gambit/unstable.nix
index 5788f0df1da..d855b83f0af 100644
--- a/pkgs/development/compilers/gambit/unstable.nix
+++ b/pkgs/development/compilers/gambit/unstable.nix
@@ -1,13 +1,13 @@
{ stdenv, callPackage, fetchFromGitHub }:
callPackage ./build.nix {
- version = "unstable-2019-02-05";
-# git-version = "4.9.3";
+ version = "unstable-2019-07-21";
+# git-version = "4.9.3-109-g3b5f74fa";
src = fetchFromGitHub {
owner = "feeley";
repo = "gambit";
- rev = "baf7de67f6d800821412fe83a8d9e9e09faeb490";
- sha256 = "0ygm5y8fvq6dbb8mwq52v8rc8pdnwm4qpmxlnx5m9hzzbm1kzxxv";
+ rev = "3b5f74fae74b2159e3bf6923f29a18b31cc15dcc";
+ sha256 = "07cb0d8754dqhxawkp5dp4y0bsa9kfald4dkj60j5yfnsp81y5mi";
};
inherit stdenv;
}
diff --git a/pkgs/development/compilers/gcc/9/default.nix b/pkgs/development/compilers/gcc/9/default.nix
index 0d75de7557b..506cfee7f49 100644
--- a/pkgs/development/compilers/gcc/9/default.nix
+++ b/pkgs/development/compilers/gcc/9/default.nix
@@ -37,7 +37,7 @@ assert langGo -> langCC;
with stdenv.lib;
with builtins;
-let version = "9.1.0";
+let version = "9.2.0";
inherit (stdenv) buildPlatform hostPlatform targetPlatform;
@@ -131,7 +131,7 @@ stdenv.mkDerivation ({
src = fetchurl {
url = "mirror://gcc/releases/gcc-${version}/gcc-${version}.tar.xz";
- sha256 = "1817nc2bqdc251k0lpc51cimna7v68xjrnvqzvc50q3ax4s6i9kr";
+ sha256 = "01mj3yk7z49i49168hg2cg7qs4bsccrrnv7pjmbdlf8j2a7z0vpa";
};
inherit patches;
diff --git a/pkgs/development/compilers/gerbil/unstable.nix b/pkgs/development/compilers/gerbil/unstable.nix
index 6e60ea6fea4..a9618a7e066 100644
--- a/pkgs/development/compilers/gerbil/unstable.nix
+++ b/pkgs/development/compilers/gerbil/unstable.nix
@@ -1,14 +1,14 @@
{ stdenv, callPackage, fetchFromGitHub, gambit-unstable }:
callPackage ./build.nix {
- version = "unstable-2019-02-09";
- git-version = "0.16-DEV-15-gafc20fc2";
+ version = "unstable-2019-08-11";
+ git-version = "0.16-DEV-132-gcb58f9a3";
gambit = gambit-unstable;
src = fetchFromGitHub {
owner = "vyzo";
repo = "gerbil";
- rev = "afc20fc21030e8445b46b8267cc4c52cfd662aad";
- sha256 = "02v16zya9zryjs4wallibp1kvnpba60aw15y4k7zhddc71qjfbhw";
+ rev = "cb58f9a30630a6f3e85a55f2c1dcc654f517ffed";
+ sha256 = "18jh64v1gi6z3pks9zf19f2wcjpv21cs270dnaq617kgwp53vysh";
};
inherit stdenv;
}
diff --git a/pkgs/development/compilers/ghc/8.2.2.nix b/pkgs/development/compilers/ghc/8.2.2.nix
index b9099699b02..a034e4ec8dd 100644
--- a/pkgs/development/compilers/ghc/8.2.2.nix
+++ b/pkgs/development/compilers/ghc/8.2.2.nix
@@ -166,7 +166,7 @@ stdenv.mkDerivation (rec {
export CC="${targetCC}/bin/${targetCC.targetPrefix}cc"
export CXX="${targetCC}/bin/${targetCC.targetPrefix}cxx"
# Use gold to work around https://sourceware.org/bugzilla/show_bug.cgi?id=16177
- export LD="${targetCC.bintools}/bin/${targetCC.bintools.targetPrefix}ld${stdenv.lib.optionalString targetPlatform.isAarch32 ".gold"}"
+ export LD="${targetCC.bintools}/bin/${targetCC.bintools.targetPrefix}ld${stdenv.lib.optionalString targetPlatform.isLinux ".gold"}"
export AS="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}as"
export AR="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}ar"
export NM="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}nm"
@@ -231,6 +231,10 @@ stdenv.mkDerivation (rec {
# that in turn causes GHCi to abort
stripDebugFlags = [ "-S" ] ++ stdenv.lib.optional (!targetPlatform.isDarwin) "--keep-file-symbols";
+ # See #63511 - the only unstripped file is the debug rts which isn't meant to
+ # be stripped.
+ dontStrip = true;
+
checkTarget = "test";
doCheck = false; # fails with "testsuite/tests: No such file or directory. Stop."
diff --git a/pkgs/development/compilers/ghc/8.4.4.nix b/pkgs/development/compilers/ghc/8.4.4.nix
index 50f6905e5b7..52fb926cdc6 100644
--- a/pkgs/development/compilers/ghc/8.4.4.nix
+++ b/pkgs/development/compilers/ghc/8.4.4.nix
@@ -126,7 +126,7 @@ stdenv.mkDerivation (rec {
export CC="${targetCC}/bin/${targetCC.targetPrefix}cc"
export CXX="${targetCC}/bin/${targetCC.targetPrefix}cxx"
# Use gold to work around https://sourceware.org/bugzilla/show_bug.cgi?id=16177
- export LD="${targetCC.bintools}/bin/${targetCC.bintools.targetPrefix}ld${stdenv.lib.optionalString targetPlatform.isAarch32 ".gold"}"
+ export LD="${targetCC.bintools}/bin/${targetCC.bintools.targetPrefix}ld${stdenv.lib.optionalString targetPlatform.isLinux ".gold"}"
export AS="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}as"
export AR="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}ar"
export NM="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}nm"
@@ -208,6 +208,10 @@ stdenv.mkDerivation (rec {
# that in turn causes GHCi to abort
stripDebugFlags = [ "-S" ] ++ stdenv.lib.optional (!targetPlatform.isDarwin) "--keep-file-symbols";
+ # See #63511 - the only unstripped file is the debug rts which isn't meant to
+ # be stripped.
+ dontStrip = true;
+
checkTarget = "test";
hardeningDisable = [ "format" ] ++ stdenv.lib.optional stdenv.targetPlatform.isMusl "pie";
diff --git a/pkgs/development/compilers/ghc/8.6.4.nix b/pkgs/development/compilers/ghc/8.6.4.nix
index 5feb0a2032c..1534e6d1d08 100644
--- a/pkgs/development/compilers/ghc/8.6.4.nix
+++ b/pkgs/development/compilers/ghc/8.6.4.nix
@@ -125,7 +125,7 @@ stdenv.mkDerivation (rec {
export CC="${targetCC}/bin/${targetCC.targetPrefix}cc"
export CXX="${targetCC}/bin/${targetCC.targetPrefix}cxx"
# Use gold to work around https://sourceware.org/bugzilla/show_bug.cgi?id=16177
- export LD="${targetCC.bintools}/bin/${targetCC.bintools.targetPrefix}ld${stdenv.lib.optionalString targetPlatform.isAarch32 ".gold"}"
+ export LD="${targetCC.bintools}/bin/${targetCC.bintools.targetPrefix}ld${stdenv.lib.optionalString targetPlatform.isLinux ".gold"}"
export AS="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}as"
export AR="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}ar"
export NM="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}nm"
@@ -207,6 +207,10 @@ stdenv.mkDerivation (rec {
# that in turn causes GHCi to abort
stripDebugFlags = [ "-S" ] ++ stdenv.lib.optional (!targetPlatform.isDarwin) "--keep-file-symbols";
+ # See #63511 - the only unstripped file is the debug rts which isn't meant to
+ # be stripped.
+ dontStrip = true;
+
checkTarget = "test";
hardeningDisable = [ "format" ] ++ stdenv.lib.optional stdenv.targetPlatform.isMusl "pie";
diff --git a/pkgs/development/compilers/ghc/8.6.5.nix b/pkgs/development/compilers/ghc/8.6.5.nix
index d84f2cca059..c859a34729d 100644
--- a/pkgs/development/compilers/ghc/8.6.5.nix
+++ b/pkgs/development/compilers/ghc/8.6.5.nix
@@ -125,7 +125,7 @@ stdenv.mkDerivation (rec {
export CC="${targetCC}/bin/${targetCC.targetPrefix}cc"
export CXX="${targetCC}/bin/${targetCC.targetPrefix}cxx"
# Use gold to work around https://sourceware.org/bugzilla/show_bug.cgi?id=16177
- export LD="${targetCC.bintools}/bin/${targetCC.bintools.targetPrefix}ld${stdenv.lib.optionalString targetPlatform.isAarch32 ".gold"}"
+ export LD="${targetCC.bintools}/bin/${targetCC.bintools.targetPrefix}ld${stdenv.lib.optionalString targetPlatform.isLinux ".gold"}"
export AS="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}as"
export AR="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}ar"
export NM="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}nm"
@@ -207,6 +207,10 @@ stdenv.mkDerivation (rec {
# that in turn causes GHCi to abort
stripDebugFlags = [ "-S" ] ++ stdenv.lib.optional (!targetPlatform.isDarwin) "--keep-file-symbols";
+ # See #63511 - the only unstripped file is the debug rts which isn't meant to
+ # be stripped.
+ dontStrip = true;
+
checkTarget = "test";
hardeningDisable = [ "format" ] ++ stdenv.lib.optional stdenv.targetPlatform.isMusl "pie";
diff --git a/pkgs/development/compilers/ghc/8.8.1.nix b/pkgs/development/compilers/ghc/8.8.1.nix
index c180dc6ac86..423eaf02d8c 100644
--- a/pkgs/development/compilers/ghc/8.8.1.nix
+++ b/pkgs/development/compilers/ghc/8.8.1.nix
@@ -2,7 +2,7 @@
# build-tools
, bootPkgs
-, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4, sphinx
+, autoconf, automake, coreutils, fetchurl, perl, python3, m4, sphinx
, bash
, libiconv ? null, ncurses
@@ -86,12 +86,12 @@ let
in
stdenv.mkDerivation (rec {
- version = "8.8.0.20190424";
+ version = "8.8.0.20190721";
name = "${targetPrefix}ghc-${version}";
src = fetchurl {
- url = "https://downloads.haskell.org/~ghc/8.8.1-alpha1/ghc-${version}-src.tar.xz";
- sha256 = "1lwzy4q9hhaayamr1ij3lk8l7zdwfqza5b2racylp7xn2y9wanl9";
+ url = "https://downloads.haskell.org/ghc/8.8.1-rc1/ghc-${version}-src.tar.xz";
+ sha256 = "1ih76zpxk8ay84xjyaflqc754002y8pdaainqfvb4cnhy6lpb1br";
};
enableParallelBuilding = true;
@@ -110,7 +110,7 @@ stdenv.mkDerivation (rec {
export CC="${targetCC}/bin/${targetCC.targetPrefix}cc"
export CXX="${targetCC}/bin/${targetCC.targetPrefix}cxx"
# Use gold to work around https://sourceware.org/bugzilla/show_bug.cgi?id=16177
- export LD="${targetCC.bintools}/bin/${targetCC.bintools.targetPrefix}ld${stdenv.lib.optionalString targetPlatform.isAarch32 ".gold"}"
+ export LD="${targetCC.bintools}/bin/${targetCC.bintools.targetPrefix}ld${stdenv.lib.optionalString targetPlatform.isLinux ".gold"}"
export AS="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}as"
export AR="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}ar"
export NM="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}nm"
diff --git a/pkgs/development/compilers/ghc/head.nix b/pkgs/development/compilers/ghc/head.nix
index 14151601542..804edabba0c 100644
--- a/pkgs/development/compilers/ghc/head.nix
+++ b/pkgs/development/compilers/ghc/head.nix
@@ -2,7 +2,7 @@
# build-tools
, bootPkgs
-, autoconf, automake, coreutils, fetchgit, fetchurl, fetchpatch, perl, python3, m4, sphinx
+, autoconf, automake, coreutils, fetchgit, fetchpatch, perl, python3, m4, sphinx
, bash
, libiconv ? null, ncurses
@@ -119,7 +119,8 @@ stdenv.mkDerivation (rec {
export CC="${targetCC}/bin/${targetCC.targetPrefix}cc"
export CXX="${targetCC}/bin/${targetCC.targetPrefix}cxx"
# Use gold to work around https://sourceware.org/bugzilla/show_bug.cgi?id=16177
- export LD="${targetCC.bintools}/bin/${targetCC.bintools.targetPrefix}ld${stdenv.lib.optionalString targetPlatform.isAarch32 ".gold"}"
+ # and more generally have a faster linker.
+ export LD="${targetCC.bintools}/bin/${targetCC.bintools.targetPrefix}ld${stdenv.lib.optionalString targetPlatform.isLinux ".gold"}"
export AS="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}as"
export AR="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}ar"
export NM="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}nm"
diff --git a/pkgs/development/compilers/ghcjs-ng/8.6/dep-overrides.nix b/pkgs/development/compilers/ghcjs-ng/8.6/dep-overrides.nix
index 8681aceacd7..53b6dd43134 100644
--- a/pkgs/development/compilers/ghcjs-ng/8.6/dep-overrides.nix
+++ b/pkgs/development/compilers/ghcjs-ng/8.6/dep-overrides.nix
@@ -1,6 +1,6 @@
{ haskellLib }:
-let inherit (haskellLib) dontCheck doJailbreak dontHaddock;
+let inherit (haskellLib) doJailbreak dontHaddock;
in self: super: {
haddock-library-ghcjs = doJailbreak super.haddock-library-ghcjs;
haddock-api-ghcjs = doJailbreak (dontHaddock super.haddock-api-ghcjs);
diff --git a/pkgs/development/compilers/ghcjs/base.nix b/pkgs/development/compilers/ghcjs/base.nix
index 93e6a47934f..e9c303b88b6 100644
--- a/pkgs/development/compilers/ghcjs/base.nix
+++ b/pkgs/development/compilers/ghcjs/base.nix
@@ -29,7 +29,7 @@
, lens
, parallel, safe, shelly, split, stringsearch, syb
, tar, terminfo
-, vector, yaml, fetchgit, fetchFromGitHub
+, vector, yaml
, alex, happy, git, gnumake, autoconf, patch
, automake, libtool
, cryptohash
diff --git a/pkgs/development/compilers/glslang/default.nix b/pkgs/development/compilers/glslang/default.nix
index 784d66a0f24..3c46dfc107b 100644
--- a/pkgs/development/compilers/glslang/default.nix
+++ b/pkgs/development/compilers/glslang/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fetchpatch, cmake, bison, jq, python, spirv-tools, spirv-headers }:
+{ stdenv, fetchFromGitHub, cmake, bison, jq, python, spirv-tools, spirv-headers }:
stdenv.mkDerivation rec {
name = "glslang-${version}";
version = "7.11.3113";
diff --git a/pkgs/development/compilers/go-jsonnet/default.nix b/pkgs/development/compilers/go-jsonnet/default.nix
index 1001aac8306..69507685f29 100644
--- a/pkgs/development/compilers/go-jsonnet/default.nix
+++ b/pkgs/development/compilers/go-jsonnet/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
+{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "go-jsonnet-${version}";
diff --git a/pkgs/development/compilers/go/1.10.nix b/pkgs/development/compilers/go/1.10.nix
index d18d260b505..39de36293c8 100644
--- a/pkgs/development/compilers/go/1.10.nix
+++ b/pkgs/development/compilers/go/1.10.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, tzdata, iana-etc, go_bootstrap, runCommand, writeScriptBin
-, perl, which, pkgconfig, patch, procps, pcre, cacert, llvm, Security, Foundation
+, perl, which, pkgconfig, patch, procps, pcre, cacert, Security, Foundation
, fetchpatch
}:
diff --git a/pkgs/development/compilers/go/1.11.nix b/pkgs/development/compilers/go/1.11.nix
index aebee667ee1..a8787639053 100644
--- a/pkgs/development/compilers/go/1.11.nix
+++ b/pkgs/development/compilers/go/1.11.nix
@@ -1,5 +1,5 @@
-{ stdenv, fetchurl, tzdata, iana-etc, go_bootstrap, runCommand, writeScriptBin
-, perl, which, pkgconfig, patch, procps, pcre, cacert, llvm, Security, Foundation
+{ stdenv, fetchurl, tzdata, iana-etc, runCommand
+, perl, which, pkgconfig, patch, procps, pcre, cacert, Security, Foundation
, mailcap, runtimeShell
, buildPackages, pkgsTargetTarget
}:
@@ -30,11 +30,11 @@ in
stdenv.mkDerivation rec {
pname = "go";
- version = "1.11.11";
+ version = "1.11.13";
src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
- sha256 = "130g5lhg4h5xwa6chvxfi80nvdx8qb26xfbamzgyc8i5xwrprzqz";
+ sha256 = "0xj0pbviikdf8g0sfz5hwxf7hwz8b8g5akqnrvyclhgnsdghjcjh";
};
# perl is used for testing go vet
@@ -226,7 +226,7 @@ stdenv.mkDerivation rec {
homepage = http://golang.org/;
description = "The Go Programming language";
license = licenses.bsd3;
- maintainers = with maintainers; [ cstrahan orivej velovix mic92 ];
+ maintainers = with maintainers; [ cstrahan orivej velovix mic92 rvolosatovs ];
platforms = platforms.linux ++ platforms.darwin;
};
}
diff --git a/pkgs/development/compilers/go/1.12.nix b/pkgs/development/compilers/go/1.12.nix
index b97a9fce447..dae4c173223 100644
--- a/pkgs/development/compilers/go/1.12.nix
+++ b/pkgs/development/compilers/go/1.12.nix
@@ -1,5 +1,5 @@
-{ stdenv, fetchurl, tzdata, iana-etc, go_bootstrap, runCommand, writeScriptBin
-, perl, which, pkgconfig, patch, procps, pcre, cacert, llvm, Security, Foundation
+{ stdenv, fetchurl, tzdata, iana-etc, runCommand
+, perl, which, pkgconfig, patch, procps, pcre, cacert, Security, Foundation
, mailcap, runtimeShell
, buildPackages, pkgsTargetTarget
}:
@@ -30,11 +30,11 @@ in
stdenv.mkDerivation rec {
pname = "go";
- version = "1.12.6";
+ version = "1.12.9";
src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
- sha256 = "1jmlj8pygg4hjpkziicihcf76lz61w1qljdpm3hqlqsmfk65qv69";
+ sha256 = "1z32imbwmpkzgyh5c3vi7rbvzbq94xjk5qi2xm9sccj7kknmc3mb";
};
# perl is used for testing go vet
@@ -233,7 +233,7 @@ stdenv.mkDerivation rec {
homepage = http://golang.org/;
description = "The Go Programming language";
license = licenses.bsd3;
- maintainers = with maintainers; [ cstrahan orivej velovix mic92 ];
+ maintainers = with maintainers; [ cstrahan orivej velovix mic92 rvolosatovs ];
platforms = platforms.linux ++ platforms.darwin;
};
}
diff --git a/pkgs/development/compilers/graalvm/001_mx.py.patch b/pkgs/development/compilers/graalvm/001_mx.py.patch
index 25a9efa9641..a87a030aa39 100644
--- a/pkgs/development/compilers/graalvm/001_mx.py.patch
+++ b/pkgs/development/compilers/graalvm/001_mx.py.patch
@@ -1,8 +1,8 @@
diff --git a/mx.py b/mx.py
-index d119b62..471fe98 100644
+index af7a9c2..08c0ea8 100755
--- a/mx.py
+++ b/mx.py
-@@ -4961,30 +4961,6 @@ class PackedResourceLibrary(ResourceLibrary):
+@@ -4976,30 +4976,6 @@ class PackedResourceLibrary(ResourceLibrary):
def get_path(self, resolve):
extract_path = _make_absolute(self.extract_path, self.suite.dir)
@@ -33,7 +33,7 @@ index d119b62..471fe98 100644
return extract_path
def _check_download_needed(self):
-@@ -5885,7 +5861,7 @@ class HgConfig(VC):
+@@ -5900,7 +5876,7 @@ class HgConfig(VC):
def update_to_branch(self, vcdir, branch, abortOnError=True):
cmd = ['update', branch]
@@ -42,7 +42,7 @@ index d119b62..471fe98 100644
def add(self, vcdir, path, abortOnError=True):
return self.run(['hg', '-q', '-R', vcdir, 'add', path]) == 0
-@@ -5922,7 +5898,7 @@ class HgConfig(VC):
+@@ -5937,7 +5913,7 @@ class HgConfig(VC):
return None
def parent_info(self, vcdir, abortOnError=True):
@@ -51,7 +51,7 @@ index d119b62..471fe98 100644
author, date = out.split("|||")
ts, _ = date.split(" ")
return self._sanitize_parent_info({
-@@ -8287,46 +8263,8 @@ class SuiteImport:
+@@ -8301,46 +8277,8 @@ class SuiteImport:
version = import_dict.get("version")
suite_dir = None
version_from = import_dict.get("versionFrom")
@@ -100,7 +100,7 @@ index d119b62..471fe98 100644
@staticmethod
def get_source_urls(source, kind=None):
-@@ -8367,8 +8305,6 @@ class Suite(object):
+@@ -8381,8 +8319,6 @@ class Suite(object):
:type dists: list[Distribution]
"""
def __init__(self, mxDir, primary, internal, importing_suite, load, vc, vc_dir, dynamicallyImported=False):
@@ -109,7 +109,7 @@ index d119b62..471fe98 100644
self.imported_by = [] if primary else [importing_suite]
self.mxDir = mxDir
self.dir = dirname(mxDir)
-@@ -8396,7 +8332,7 @@ class Suite(object):
+@@ -8410,7 +8346,7 @@ class Suite(object):
self._outputRoot = None
self._preloaded_suite_dict = None
self.vc = vc
@@ -118,7 +118,7 @@ index d119b62..471fe98 100644
self._preload_suite_dict()
self._init_imports()
if load:
-@@ -9295,7 +9231,9 @@ def get_dynamic_imports():
+@@ -9310,7 +9246,9 @@ def get_dynamic_imports():
class SourceSuite(Suite):
"""A source suite"""
def __init__(self, mxDir, primary=False, load=True, internal=False, importing_suite=None, dynamicallyImported=False):
@@ -129,7 +129,7 @@ index d119b62..471fe98 100644
Suite.__init__(self, mxDir, primary, internal, importing_suite, load, vc, vc_dir, dynamicallyImported=dynamicallyImported)
logvv("SourceSuite.__init__({}), got vc={}, vc_dir={}".format(mxDir, self.vc, self.vc_dir))
self.projects = []
-@@ -9344,17 +9282,7 @@ class SourceSuite(Suite):
+@@ -9359,17 +9297,7 @@ class SourceSuite(Suite):
"""
Gets the release tag from VC or create a time based once if VC is unavailable
"""
@@ -148,7 +148,7 @@ index d119b62..471fe98 100644
def scm_metadata(self, abortOnError=False):
scm = self.scm
-@@ -12526,55 +12454,8 @@ def _attempt_download(url, path, jarEntryName=None):
+@@ -12541,55 +12469,8 @@ def _attempt_download(url, path, jarEntryName=None):
return False
def download(path, urls, verbose=False, abortOnError=True, verifyOnly=False):
@@ -206,7 +206,7 @@ index d119b62..471fe98 100644
def update_file(path, content, showDiff=False):
"""
-@@ -13378,6 +13259,7 @@ class Archiver(SafeFileCreation):
+@@ -13393,6 +13274,7 @@ class Archiver(SafeFileCreation):
def _add_zip(self, filename, archive_name, provenance):
self._add_provenance(archive_name, provenance)
@@ -214,7 +214,7 @@ index d119b62..471fe98 100644
self.zf.write(filename, archive_name)
def _add_str_zip(self, data, archive_name, provenance):
-@@ -18526,12 +18408,35 @@ def _find_suite_import(importing_suite, suite_import, fatalIfMissing=True, load=
+@@ -18541,12 +18423,35 @@ def _find_suite_import(importing_suite, suite_import, fatalIfMissing=True, load=
Attempts to locate an existing suite in the local context
Returns the path to the mx.name dir if found else None
"""
diff --git a/pkgs/development/compilers/graalvm/default.nix b/pkgs/development/compilers/graalvm/default.nix
index 3cb0d7430ab..be03e1aeeed 100644
--- a/pkgs/development/compilers/graalvm/default.nix
+++ b/pkgs/development/compilers/graalvm/default.nix
@@ -1,15 +1,11 @@
-{ stdenv, lib, fetchFromGitHub, fetchurl, fetchzip, fetchgit, mercurial, python27,
- zlib, makeWrapper, openjdk, unzip, git, clang, llvm, which, icu, ruby, bzip2
+{ stdenv, lib, fetchFromGitHub, fetchurl, fetchzip, fetchgit, mercurial, python27, setJavaClassPath,
+ zlib, makeWrapper, openjdk, unzip, git, clang, llvm, which, icu, ruby, bzip2, glibc
# gfortran, readline, bzip2, lzma, pcre, curl, ed, tree ## WIP: fastr deps
}:
let
- version = "1.0.0-rc15";
+ version = "19.1.1";
truffleMake = ./truffle.make;
- R = fetchurl {
- url = "http://cran.rstudio.com/src/base/R-3/R-3.5.1.tar.gz";
- sha256 = "1vap2k8kj5icy9naw61f9zyphf4rs0c9rxvil0zxkwx0xvsvyqq4";
- };
makeMxGitCache = list: out: ''
mkdir ${out}
${lib.concatMapStrings ({ url, name, rev, sha256 }: ''
@@ -36,7 +32,7 @@ let
hg checkout ${lib.escapeShellArg "vm${version}"}
'';
- # pre-download some cache entries ('mx' will not be able to download under nixbld1)
+ # pre-download some cache entries ('mx' will not be able to download under nixbld)
makeMxCache = list:
stdenv.mkDerivation {
name = "mx-cache";
@@ -66,31 +62,27 @@ let
};
jvmci8-mxcache = [
- rec { sha1 = "977b33afe2344a9ee801fd3317c54d8e1f9d7a79"; name = "JACOCOCORE_0.8.2_${sha1}/jacococore-0.8.2.jar"; url = mirror://maven/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar; }
- rec { sha1 = "46f38efb779fb08216379e1a196396f4e22bbe41"; name = "JACOCOCORE_0.8.2_${sha1}/jacococore-0.8.2.sources.jar"; url = mirror://maven/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2-sources.jar; }
- rec { sha1 = "50e133cdfd2d31ca5702b73615be70f801d3ae26"; name = "JACOCOREPORT_0.8.2_${sha1}/jacocoreport-0.8.2.jar"; url = mirror://maven/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar; }
- rec { sha1 = "7488cd6e42cc4fa85b51200b7f451465692e033b"; name = "JACOCOREPORT_0.8.2_${sha1}/jacocoreport-0.8.2.sources.jar"; url = mirror://maven/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2-sources.jar; }
- rec { sha1 = "4806883004063feb978b8811f00d5ea2138750bb"; name = "JACOCOAGENT_0.8.2_${sha1}/jacocoagent-0.8.2.jar"; url = mirror://maven/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar; }
+ rec { sha1 = "53addc878614171ff0fcbc8f78aed12175c22cdb"; name = "JACOCOCORE_0.8.4_${sha1}/jacococore-0.8.4.jar"; url = mirror://maven/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar; }
+ rec { sha1 = "9bd1fa334d941005bc9ab3ac92478a590f5b7d73"; name = "JACOCOCORE_0.8.4_${sha1}/jacococore-0.8.4.sources.jar"; url = mirror://maven/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4-sources.jar; }
+ rec { sha1 = "e5ca9511493b7e3bc2cabdb8ded92e855f3aac32"; name = "JACOCOREPORT_0.8.4_${sha1}/jacocoreport-0.8.4.jar"; url = mirror://maven/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar; }
+ rec { sha1 = "eb61e479b35b467954f28a565c094c563b790e19"; name = "JACOCOREPORT_0.8.4_${sha1}/jacocoreport-0.8.4.sources.jar"; url = mirror://maven/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4-sources.jar; }
+ rec { sha1 = "869021a6d90cfb008b12e83fccbe42eca29e5355"; name = "JACOCOAGENT_0.8.4_${sha1}/jacocoagent-0.8.4.jar"; url = mirror://maven/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar; }
rec { sha1 = "306816fb57cf94f108a43c95731b08934dcae15c"; name = "JOPTSIMPLE_4_6_${sha1}/joptsimple-4-6.jar"; url = mirror://maven/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar; }
rec { sha1 = "9cd14a61d7aa7d554f251ef285a6f2c65caf7b65"; name = "JOPTSIMPLE_4_6_${sha1}/joptsimple-4-6.sources.jar"; url = mirror://maven/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6-sources.jar; }
- rec { sha1 = "b852fb028de645ad2852bbe998e084d253f450a5"; name = "JMH_GENERATOR_ANNPROCESS_1_18_${sha1}/jmh-generator-annprocess-1-18.jar"; url = mirror://maven/org/openjdk/jmh/jmh-generator-annprocess/1.18/jmh-generator-annprocess-1.18.jar; }
- rec { sha1 = "d455b0dc6108b5e6f1fb4f6cf1c7b4cbedbecc97"; name = "JMH_GENERATOR_ANNPROCESS_1_18_${sha1}/jmh-generator-annprocess-1-18.sources.jar"; url = mirror://maven/org/openjdk/jmh/jmh-generator-annprocess/1.18/jmh-generator-annprocess-1.18-sources.jar; }
- rec { sha1 = "7aac374614a8a76cad16b91f1a4419d31a7dcda3"; name = "JMH_GENERATOR_ANNPROCESS_1_21_${sha1}/jmh-generator-annprocess-1-21.jar"; url = mirror://maven/org/openjdk/jmh/jmh-generator-annprocess/1.21/jmh-generator-annprocess-1.21.jar; }
- rec { sha1 = "fb48e2a97df95f8b9dced54a1a37749d2a64d2ae"; name = "JMH_GENERATOR_ANNPROCESS_1_21_${sha1}/jmh-generator-annprocess-1-21.sources.jar"; url = mirror://maven/org/openjdk/jmh/jmh-generator-annprocess/1.21/jmh-generator-annprocess-1.21-sources.jar; }
- rec { sha1 = "c01b6798f81b0fc2c5faa70cbe468c275d4b50c7"; name = "ASM_6.2.1_${sha1}/asm-6.2.1.jar"; url = mirror://maven/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar; }
- rec { sha1 = "cee28077ac7a63d3de0b205ec314d83944ff6267"; name = "ASM_6.2.1_${sha1}/asm-6.2.1.sources.jar"; url = mirror://maven/org/ow2/asm/asm/6.2.1/asm-6.2.1-sources.jar; }
- rec { sha1 = "332b022092ecec53cdb6272dc436884b2d940615"; name = "ASM_TREE_6.2.1_${sha1}/asm-tree-6.2.1.jar"; url = mirror://maven/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar; }
- rec { sha1 = "072bd64989090e4ed58e4657e3d4481d96f643af"; name = "ASM_TREE_6.2.1_${sha1}/asm-tree-6.2.1.sources.jar"; url = mirror://maven/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1-sources.jar; }
- rec { sha1 = "e8b876c5ccf226cae2f44ed2c436ad3407d0ec1d"; name = "ASM_ANALYSIS_6.2.1_${sha1}/asm-analysis-6.2.1.jar"; url = mirror://maven/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar; }
- rec { sha1 = "b0b249bd185677648692e7c57b488b6d7c2a6653"; name = "ASM_ANALYSIS_6.2.1_${sha1}/asm-analysis-6.2.1.sources.jar"; url = mirror://maven/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1-sources.jar; }
- rec { sha1 = "eaf31376d741a3e2017248a4c759209fe25c77d3"; name = "ASM_COMMONS_6.2.1_${sha1}/asm-commons-6.2.1.jar"; url = mirror://maven/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar; }
- rec { sha1 = "667fa0f9d370e7848b0e3d173942855a91fd1daf"; name = "ASM_COMMONS_6.2.1_${sha1}/asm-commons-6.2.1.sources.jar"; url = mirror://maven/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1-sources.jar; }
+ rec { sha1 = "fa29aa438674ff19d5e1386d2c3527a0267f291e"; name = "ASM_7.1_${sha1}/asm-7.1.jar"; url = mirror://maven/org/ow2/asm/asm/7.1/asm-7.1.jar; }
+ rec { sha1 = "9d170062d595240da35301362b079e5579c86f49"; name = "ASM_7.1_${sha1}/asm-7.1.sources.jar"; url = mirror://maven/org/ow2/asm/asm/7.1/asm-7.1-sources.jar; }
+ rec { sha1 = "a3662cf1c1d592893ffe08727f78db35392fa302"; name = "ASM_TREE_7.1_${sha1}/asm-tree-7.1.jar"; url = mirror://maven/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar; }
+ rec { sha1 = "157238292b551de8680505fa2d19590d136e25b9"; name = "ASM_TREE_7.1_${sha1}/asm-tree-7.1.sources.jar"; url = mirror://maven/org/ow2/asm/asm-tree/7.1/asm-tree-7.1-sources.jar; }
+ rec { sha1 = "379e0250f7a4a42c66c5e94e14d4c4491b3c2ed3"; name = "ASM_ANALYSIS_7.1_${sha1}/asm-analysis-7.1.jar"; url = mirror://maven/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar; }
+ rec { sha1 = "36789198124eb075f1a5efa18a0a7812fb16f47f"; name = "ASM_ANALYSIS_7.1_${sha1}/asm-analysis-7.1.sources.jar"; url = mirror://maven/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1-sources.jar; }
+ rec { sha1 = "431dc677cf5c56660c1c9004870de1ed1ea7ce6c"; name = "ASM_COMMONS_7.1_${sha1}/asm-commons-7.1.jar"; url = mirror://maven/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar; }
+ rec { sha1 = "a62ff3ae6e37affda7c6fb7d63b89194c6d006ee"; name = "ASM_COMMONS_7.1_${sha1}/asm-commons-7.1.sources.jar"; url = mirror://maven/org/ow2/asm/asm-commons/7.1/asm-commons-7.1-sources.jar; }
rec { sha1 = "ec2544ab27e110d2d431bdad7d538ed509b21e62"; name = "COMMONS_MATH3_3_2_${sha1}/commons-math3-3-2.jar"; url = mirror://maven/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar; }
rec { sha1 = "cd098e055bf192a60c81d81893893e6e31a6482f"; name = "COMMONS_MATH3_3_2_${sha1}/commons-math3-3-2.sources.jar"; url = mirror://maven/org/apache/commons/commons-math3/3.2/commons-math3-3.2-sources.jar; }
- rec { sha1 = "0174aa0077e9db596e53d7f9ec37556d9392d5a6"; name = "JMH_1_18_${sha1}/jmh-1-18.jar"; url = mirror://maven/org/openjdk/jmh/jmh-core/1.18/jmh-core-1.18.jar; }
- rec { sha1 = "7ff1e1aafea436b6aa8b29a8b8f1c2d66be26f5b"; name = "JMH_1_18_${sha1}/jmh-1-18.sources.jar"; url = mirror://maven/org/openjdk/jmh/jmh-core/1.18/jmh-core-1.18-sources.jar; }
rec { sha1 = "442447101f63074c61063858033fbfde8a076873"; name = "JMH_1_21_${sha1}/jmh-1-21.jar"; url = mirror://maven/org/openjdk/jmh/jmh-core/1.21/jmh-core-1.21.jar; }
rec { sha1 = "a6fe84788bf8cf762b0e561bf48774c2ea74e370"; name = "JMH_1_21_${sha1}/jmh-1-21.sources.jar"; url = mirror://maven/org/openjdk/jmh/jmh-core/1.21/jmh-core-1.21-sources.jar; }
+ rec { sha1 = "7aac374614a8a76cad16b91f1a4419d31a7dcda3"; name = "JMH_GENERATOR_ANNPROCESS_1_21_${sha1}/jmh-generator-annprocess-1-21.jar"; url = mirror://maven/org/openjdk/jmh/jmh-generator-annprocess/1.21/jmh-generator-annprocess-1.21.jar; }
+ rec { sha1 = "fb48e2a97df95f8b9dced54a1a37749d2a64d2ae"; name = "JMH_GENERATOR_ANNPROCESS_1_21_${sha1}/jmh-generator-annprocess-1-21.sources.jar"; url = mirror://maven/org/openjdk/jmh/jmh-generator-annprocess/1.21/jmh-generator-annprocess-1.21-sources.jar; }
rec { sha1 = "2973d150c0dc1fefe998f834810d68f278ea58ec"; name = "JUNIT_${sha1}/junit.jar"; url = mirror://maven/junit/junit/4.12/junit-4.12.jar; }
rec { sha1 = "a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa"; name = "JUNIT_${sha1}/junit.sources.jar"; url = mirror://maven/junit/junit/4.12/junit-4.12-sources.jar; }
rec { sha1 = "42a25dc3219429f0e5d060061f71acb49bf010a0"; name = "HAMCREST_${sha1}/hamcrest.jar"; url = mirror://maven/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar; }
@@ -118,11 +110,11 @@ let
rec { sha1 = "280c265b789e041c02e5c97815793dfc283fb1e6"; name = "LIBFFI_SOURCES_${sha1}/libffi-sources.tar.gz"; url = https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/libffi-3.2.1.tar.gz; }
rec { sha1 = "8819cea8bfe22c9c63f55465e296b3855ea41786"; name = "TruffleJSON_${sha1}/trufflejson.jar"; url = https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/trufflejson-20180130.jar; }
rec { sha1 = "9712a8124c40298015f04a74f61b3d81a51513af"; name = "CHECKSTYLE_8.8_${sha1}/checkstyle-8.8.jar"; url = https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/checkstyle-8.8-all.jar; }
- rec { sha1 = "5a5574f03b58465226166a638641a384b9f44445"; name = "VISUALVM_COMMON_${sha1}/visualvm-common.tar.gz"; url = https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/visualvm-655.tar.gz; }
- rec { sha1 = "64f07398bac9897e9b8123edeaf5cf9ff19517b5"; name = "VISUALVM_PLATFORM_SPECIFIC_${sha1}/visualvm-platform-specific.tar.gz"; url = https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/visualvm-655-linux-amd64.tar.gz; }
+ rec { sha1 = "158ba6f2b346469b5f8083d1700c3f55b8b9082c"; name = "VISUALVM_COMMON_${sha1}/visualvm-common.tar.gz"; url = https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/visualvm/visualvm-19_0_0-11.tar.gz; }
+ rec { sha1 = "eb5ffa476ed2f6fac0ecd4bb2ae32741f9646932"; name = "VISUALVM_PLATFORM_SPECIFIC_${sha1}/visualvm-platform-specific.tar.gz"; url = https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/visualvm/visualvm-19_0_0-11-linux-amd64.tar.gz; }
rec { sha1 = "e6e60889b7211a80b21052a249bd7e0f88f79fee"; name = "Java-WebSocket_${sha1}/java-websocket.jar"; url = mirror://maven/org/java-websocket/Java-WebSocket/1.3.9/Java-WebSocket-1.3.9.jar; }
rec { sha1 = "7a4d00d5ec5febd252a6182e8b6e87a0a9821f81"; name = "ICU4J_${sha1}/icu4j.jar"; url = mirror://maven/com/ibm/icu/icu4j/62.1/icu4j-62.1.jar; }
- # This duplication of asm with underscore and minus is totally weird
+ # This duplication of asm with underscore and minus is totally weird
rec { sha1 = "c01b6798f81b0fc2c5faa70cbe468c275d4b50c7"; name = "ASM-6.2.1_${sha1}/asm-6.2.1.jar"; url = mirror://maven/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar; }
rec { sha1 = "cee28077ac7a63d3de0b205ec314d83944ff6267"; name = "ASM-6.2.1_${sha1}/asm-6.2.1.sources.jar"; url = mirror://maven/org/ow2/asm/asm/6.2.1/asm-6.2.1-sources.jar; }
rec { sha1 = "332b022092ecec53cdb6272dc436884b2d940615"; name = "ASM_TREE-6.2.1_${sha1}/asm-tree-6.2.1.jar"; url = mirror://maven/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar; }
@@ -149,14 +141,10 @@ let
];
graal-mxcachegit = [
- { sha256 = "0siryzvmj9h8zkyr0d3gy9fqgyxb9s5xs15rf7lnx9zh3ykq549y"; name = "graaljs";
- url = "http://github.com/graalvm/graaljs.git"; rev = "vm-${version}"; }
- { sha256 = "1ii3mwa0c2zk9vm51hyrymdz3whfihm6sccd2r5ja2v53jcdc1a3"; name = "truffleruby";
- url = "http://github.com/oracle/truffleruby.git"; rev = "vm-${version}"; }
- { sha256 = "1nz8yqg2k9shpmhj3jv7k2icfg72cm55baf354rsh1pqanay8qb7"; name = "fastr";
- url = "http://github.com/oracle/fastr.git"; rev = "vm-${version}"; }
- { sha256 = "1c8nnrl30fys22gk3y6dvxzq0fq1a5hjkqrw15p68cwpz9wma4gi"; name = "graalpython";
- url = "https://github.com/graalvm/graalpython.git"; rev = "vm-${version}"; }
+ { sha256 = "05z2830ng71bhgsxc0zyc74l1bz7hg54la8j1r99993fhhch4y36"; name = "graaljs"; url = "https://github.com/graalvm/graaljs.git"; rev = "vm-${version}"; }
+ { sha256 = "0ai5x4n1c2lcfkfpp29zn1bcmp3khc5hvssyw1qr1l2zy79fxwjp"; name = "truffleruby"; url = "https://github.com/oracle/truffleruby.git"; rev = "vm-${version}"; }
+ { sha256 = "010079qsl6dff3yca8vlzcahq9z1ppyr758shjkm1f7izwphjv7p"; name = "fastr"; url = "https://github.com/oracle/fastr.git"; rev = "vm-${version}"; }
+ { sha256 = "0hcqbasqs0yb7p1sal63qbxqxh942gh5vzl95pfdlflmc2g82v4q"; name = "graalpython"; url = "https://github.com/graalvm/graalpython.git"; rev = "vm-${version}"; }
];
ninja-syntax = python27.pkgs.buildPythonPackage rec {
@@ -180,13 +168,13 @@ let
in rec {
mx = stdenv.mkDerivation rec {
- version = "5.215.4";
+ version = "5.223.0";
pname = "mx";
src = fetchFromGitHub {
owner = "graalvm";
repo = "mx";
rev = version;
- sha256 = "0wrwfiwqjw6xp0bvp2g15jn6yrjb9w6jw1xnwvkyhkw1s6m0w0z1";
+ sha256 = "0q51dnm6n1472p93dxr4jh8d7cv09a70pq89cdgxwh42vapykrn9";
};
nativeBuildInputs = [ makeWrapper ];
prePatch = ''
@@ -219,19 +207,19 @@ in rec {
meta = with stdenv.lib; {
homepage = https://github.com/graalvm/mx;
description = "Command-line tool used for the development of Graal projects";
- license = licenses.unfree;
+ license = licenses.gpl2;
platforms = python27.meta.platforms;
};
};
jvmci8 = stdenv.mkDerivation rec {
- version = "0.58";
+ version = "19.2-b01";
name = "jvmci-${version}";
src = fetchFromGitHub {
owner = "graalvm";
repo = "graal-jvmci-8";
rev = "jvmci-${version}";
- sha256 = "0p8icn3d99zggsh6pqb15dz1j186ck442sjpn2cv43n4nvdmmp1m";
+ sha256 = "0maipj871vaxvap4576m0pzblzqxfjjzmwap3ndd84ny8d6vbqaa";
};
buildInputs = [ mx mercurial openjdk ];
postUnpack = ''
@@ -249,6 +237,9 @@ in rec {
# The hotspot version name regex fix
substituteInPlace mx.jvmci/mx_jvmci.py \
--replace "\\d+.\\d+-b\\d+" "\\d+.\\d+-bga"
+ substituteInPlace src/share/vm/jvmci/jvmciCompilerToVM.cpp \
+ --replace 'method->name_and_sig_as_C_string(), method->native_function(), entry' \
+ 'method->name_and_sig_as_C_string(), p2i(method->native_function()), p2i(entry)' || exit -1
'';
hardeningDisable = [ "fortify" ];
NIX_CFLAGS_COMPILE = [
@@ -268,10 +259,23 @@ in rec {
mv openjdk1.8.0_*/linux-amd64/product/* $out
install -v -m0555 -D $MX_CACHE_DIR/hsdis*/hsdis.so $out/jre/lib/amd64/hsdis-amd64.so
'';
- dontFixup = true; # do not nuke path of ffmpeg etc
- dontStrip = true; # why? see in oraclejdk derivation
- meta = openjdk.meta // { inherit (graalvm8.meta) platforms; };
- inherit (openjdk) postFixup;
+ # copy-paste openjdk's preFixup
+ preFixup = ''
+ # Propagate the setJavaClassPath setup hook from the JRE so that
+ # any package that depends on the JRE has $CLASSPATH set up
+ # properly.
+ mkdir -p $out/nix-support
+ printWords ${setJavaClassPath} > $out/nix-support/propagated-build-inputs
+
+ # Set JAVA_HOME automatically.
+ mkdir -p $out/nix-support
+ cat < $out/nix-support/setup-hook
+ if [ -z "\$JAVA_HOME" ]; then export JAVA_HOME=$out; fi
+ EOF
+ '';
+ postFixup = openjdk.postFixup or null;
+ dontStrip = true; # stripped javac crashes with "segmentaion fault"
+ inherit (openjdk) meta;
};
graalvm8 = stdenv.mkDerivation rec {
@@ -281,7 +285,7 @@ in rec {
owner = "oracle";
repo = "graal";
rev = "vm-${version}";
- sha256 = "18fqah8x7gwz02ji40b4vyqav9x5dw703xwikjc117wlyymb1k56";
+ sha256 = "0abx6adk91yzaf1md4qbidxykpqcgphh6j4hj01ry57s4if0j66f";
};
patches = [ ./002_setjmp.c.patch ./003_mx_truffle.py.patch ];
buildInputs = [ mx zlib mercurial jvmci8 git clang llvm
@@ -324,6 +328,10 @@ in rec {
# Patch the native-image template, as it will be run during build
chmod +x vm/mx.vm/launcher_template.sh && patchShebangs vm/mx.vm
+ # Prevent random errors from too low maxRuntimecompilemethods
+ substituteInPlace truffle/mx.truffle/macro-truffle.properties \
+ --replace '-H:MaxRuntimeCompileMethods=1400' \
+ '-H:MaxRuntimeCompileMethods=28000'
'';
buildPhase = ''
@@ -349,19 +357,21 @@ in rec {
installPhase = ''
mkdir -p $out
- cp -rf $MX_ALT_OUTPUT_ROOT/vm/linux-amd64/GRAALVM_CMP_GU_GVM_INS_JS_LIBPOLY_NFI_NJS_POLY_POLYNATIVE_PRO_PYN_RGX_SLG_SVM_SVMAG_SVMCF_SVML_TFL_VVM/graalvm-unknown-${version}/* $out
+ rm -rf $MX_ALT_OUTPUT_ROOT/vm/linux-amd64/GRAALVM_*STAGE1*
+ cp -rf $MX_ALT_OUTPUT_ROOT/vm/linux-amd64/GRAALVM*/graalvm-unknown-${version}/* $out
# BUG workaround http://mail.openjdk.java.net/pipermail/graal-dev/2017-December/005141.html
substituteInPlace $out/jre/lib/security/java.security \
--replace file:/dev/random file:/dev/./urandom \
--replace NativePRNGBlocking SHA1PRNG
- # Organize the out dir
- mkdir -p $out/share && mv $out/man $out/share
- rm $out/ASSEMBLY_EXCEPTION $out/release $out/LICENSE $out/THIRD_PARTY_README
+ # copy static and dynamic libraries needed for static compilation
+ cp -rf ${glibc}/lib/* $out/jre/lib/svm/clibraries/linux-amd64/
+ cp ${glibc.static}/lib/* $out/jre/lib/svm/clibraries/linux-amd64/
+ cp ${zlib.static}/lib/libz.a $out/jre/lib/svm/clibraries/linux-amd64/libz.a
'';
- dontFixup = true; # do not nuke path of ffmpeg etc
- dontStrip = true; # why? see in oraclejdk derivation
+ inherit (jvmci8) preFixup;
+ dontStrip = true; # stripped javac crashes with "segmentaion fault"
doInstallCheck = true;
installCheckPhase = ''
echo ${lib.escapeShellArg ''
@@ -381,8 +391,14 @@ in rec {
$out/bin/native-image --no-server HelloWorld
./helloworld
./helloworld | fgrep 'Hello World'
+
+ # Ahead-Of-Time compilation with --static
+ $out/bin/native-image --no-server --static HelloWorld
+ ./helloworld
+ ./helloworld | fgrep 'Hello World'
'';
+ enableParallelBuilding = true;
passthru.home = graalvm8;
meta = with stdenv.lib; {
@@ -390,7 +406,7 @@ in rec {
description = "High-Performance Polyglot VM";
license = licenses.gpl2;
maintainers = with maintainers; [ volth hlolli ];
- platforms = [ "x86_64-linux" ];
+ platforms = [ "x86_64-linux" /*"aarch64-linux" "x86_64-darwin"*/ ];
};
};
}
diff --git a/pkgs/development/compilers/graalvm/enterprise-edition.nix b/pkgs/development/compilers/graalvm/enterprise-edition.nix
new file mode 100644
index 00000000000..84cb38aa8d1
--- /dev/null
+++ b/pkgs/development/compilers/graalvm/enterprise-edition.nix
@@ -0,0 +1,133 @@
+{ stdenv, requireFile, perl, unzip, glibc, zlib, gdk-pixbuf, xorg, glib, fontconfig, freetype, cairo, pango, gtk3, gtk2, ffmpeg, libGL, atk, alsaLib, libav_0_8, setJavaClassPath }:
+
+let
+ graalvm8-ee = stdenv.mkDerivation rec {
+ pname = "graalvm8-ee";
+ version = "19.2.0";
+ srcs = [
+ (requireFile {
+ name = "graalvm-ee-linux-amd64-${version}.tar.gz";
+ sha256 = "1j56lyids48zyjhxk8xl4niy8hk6qzi1aj7c55yfh62id8v6cpbw";
+ url = "https://www.oracle.com/technetwork/graalvm/downloads/index.html";
+ })
+ (requireFile {
+ name = "native-image-installable-svm-svmee-linux-amd64-${version}.jar";
+ sha256 = "07c25l27msxccqrbz4bknz0sxsl0z2k8990cdfkbrgxvhxspfnnm";
+ url = "https://www.oracle.com/technetwork/graalvm/downloads/index.html";
+ })
+ (requireFile {
+ name = "python-installable-svm-svmee-linux-amd64-${version}.jar";
+ sha256 = "1c7kpz56w9p418li97ymixdwywscr85vhn7jkzxq71bj7ia7pxwz";
+ url = "https://www.oracle.com/technetwork/graalvm/downloads/index.html";
+ })
+ (requireFile {
+ name = "ruby-installable-svm-svmee-linux-amd64-${version}.jar";
+ sha256 = "13jfm5qpxqxz7f5n9yyvqrv1vwigifrjwk3hssp23maski2ssys1";
+ url = "https://www.oracle.com/technetwork/graalvm/downloads/index.html";
+ })
+ ];
+ nativeBuildInputs = [ unzip perl ];
+ unpackPhase = ''
+ unpack_jar() {
+ jar=$1
+ unzip $jar -d $out
+ perl -ne 'use File::Path qw(make_path);
+ use File::Basename qw(dirname);
+ if (/^(.+) = (.+)$/) {
+ make_path dirname("$ENV{out}/$1");
+ system "ln -s $2 $ENV{out}/$1";
+ }' $out/META-INF/symlinks
+ perl -ne 'if (/^(.+) = ([r-])([w-])([x-])([r-])([w-])([x-])([r-])([w-])([x-])$/) {
+ my $mode = ($2 eq 'r' ? 0400 : 0) + ($3 eq 'w' ? 0200 : 0) + ($4 eq 'x' ? 0100 : 0) +
+ ($5 eq 'r' ? 0040 : 0) + ($6 eq 'w' ? 0020 : 0) + ($7 eq 'x' ? 0010 : 0) +
+ ($8 eq 'r' ? 0004 : 0) + ($9 eq 'w' ? 0002 : 0) + ($10 eq 'x' ? 0001 : 0);
+ chmod $mode, "$ENV{out}/$1";
+ }' $out/META-INF/permissions
+ rm -rf $out/META-INF
+ }
+
+ mkdir -p $out
+ arr=($srcs)
+ tar xf ''${arr[0]} -C $out --strip-components=1
+ unpack_jar ''${arr[1]}
+ unpack_jar ''${arr[2]}
+ unpack_jar ''${arr[3]}
+ '';
+
+ installPhase = ''
+ # BUG workaround http://mail.openjdk.java.net/pipermail/graal-dev/2017-December/005141.html
+ substituteInPlace $out/jre/lib/security/java.security \
+ --replace file:/dev/random file:/dev/./urandom \
+ --replace NativePRNGBlocking SHA1PRNG
+
+ # provide libraries needed for static compilation
+ for f in ${glibc}/lib/* ${glibc.static}/lib/* ${zlib.static}/lib/*; do
+ ln -s $f $out/jre/lib/svm/clibraries/linux-amd64/$(basename $f)
+ done
+ '';
+
+ dontStrip = true;
+
+ preFixup = ''
+ # Set JAVA_HOME automatically.
+ mkdir -p $out/nix-support
+ cat < $out/nix-support/setup-hook
+ if [ -z "\$JAVA_HOME" ]; then export JAVA_HOME=$out; fi
+ EOF
+ '';
+
+ postFixup = ''
+ rpath="$out/jre/lib/amd64/jli:$out/jre/lib/amd64/server:$out/jre/lib/amd64:${
+ stdenv.lib.strings.makeLibraryPath [ glibc xorg.libXxf86vm xorg.libX11 xorg.libXext xorg.libXtst xorg.libXi xorg.libXrender
+ glib zlib alsaLib fontconfig freetype pango gtk3 gtk2 cairo gdk-pixbuf atk ffmpeg libGL ]}"
+
+ for f in $(find $out -type f -perm -0100); do
+ patchelf --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" "$f" || true
+ patchelf --set-rpath "$rpath" "$f" || true
+ done
+
+ for f in $(find $out -type f -perm -0100); do
+ if ldd "$f" | fgrep 'not found'; then echo "in file $f"; fi
+ done
+ '';
+
+ propagatedBuildInputs = [ setJavaClassPath zlib ]; # $out/bin/native-image needs zlib to build native executables
+
+ doInstallCheck = true;
+ installCheckPhase = ''
+ echo ${stdenv.lib.escapeShellArg ''
+ public class HelloWorld {
+ public static void main(String[] args) {
+ System.out.println("Hello World");
+ }
+ }
+ ''} > HelloWorld.java
+ $out/bin/javac HelloWorld.java
+
+ # run on JVM with Graal Compiler
+ $out/bin/java -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler HelloWorld
+ $out/bin/java -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler HelloWorld | fgrep 'Hello World'
+
+ # Ahead-Of-Time compilation
+ $out/bin/native-image --no-server HelloWorld
+ ./helloworld
+ ./helloworld | fgrep 'Hello World'
+
+ # Ahead-Of-Time compilation with --static
+ $out/bin/native-image --no-server --static HelloWorld
+ ./helloworld
+ ./helloworld | fgrep 'Hello World'
+ '';
+
+ passthru.home = graalvm8-ee;
+
+ meta = with stdenv.lib; {
+ homepage = https://www.graalvm.org/;
+ description = "High-Performance Polyglot VM";
+ license = licenses.unfree;
+ maintainers = with maintainers; [ volth hlolli ];
+ platforms = [ "x86_64-linux" ];
+ };
+ };
+in
+ graalvm8-ee
diff --git a/pkgs/development/compilers/halide/default.nix b/pkgs/development/compilers/halide/default.nix
index 1d3b13937fc..683f8d7ace0 100644
--- a/pkgs/development/compilers/halide/default.nix
+++ b/pkgs/development/compilers/halide/default.nix
@@ -1,5 +1,5 @@
{ llvmPackages, lib, fetchFromGitHub, cmake
-, libpng, libjpeg, mesa_noglu, eigen, openblas
+, libpng, libjpeg, mesa, eigen, openblas
}:
let
@@ -37,7 +37,7 @@ in llvmPackages.stdenv.mkDerivation {
# Note: only openblas and not atlas part of this Nix expression
# see pkgs/development/libraries/science/math/liblapack/3.5.0.nix
# to get a hint howto setup atlas instead of openblas
- buildInputs = [ llvmPackages.llvm libpng libjpeg mesa_noglu eigen openblas ];
+ buildInputs = [ llvmPackages.llvm libpng libjpeg mesa eigen openblas ];
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/development/compilers/icedtea-web/default.nix b/pkgs/development/compilers/icedtea-web/default.nix
deleted file mode 100644
index 9390cbde637..00000000000
--- a/pkgs/development/compilers/icedtea-web/default.nix
+++ /dev/null
@@ -1,39 +0,0 @@
-{ stdenv, fetchurl, jdk, gtk2, xulrunner, zip, pkgconfig, perl, npapi_sdk, bash, bc }:
-
-stdenv.mkDerivation rec {
- name = "icedtea-web-${version}";
-
- version = "1.7.1";
-
- src = fetchurl {
- url = "http://icedtea.wildebeest.org/download/source/${name}.tar.gz";
- sha256 = "1b9z0i9b1dsc2qpfdzbn2fi4vi3idrhm7ig45g1ny40ymvxcwwn9";
- };
-
- nativeBuildInputs = [ pkgconfig bc perl ];
- buildInputs = [ gtk2 xulrunner zip npapi_sdk ];
-
- preConfigure = ''
- #patchShebangs javac.in
- configureFlagsArray+=("BIN_BASH=${bash}/bin/bash")
- '';
-
- configureFlags = [
- "--with-jdk-home=${jdk.home}"
- "--disable-docs"
- ];
-
- mozillaPlugin = "/lib";
-
- meta = {
- description = "Java web browser plugin and an implementation of Java Web Start";
- longDescription = ''
- A Free Software web browser plugin running applets written in the Java
- programming language and an implementation of Java Web Start, originally
- based on the NetX project.
- '';
- homepage = http://icedtea.classpath.org/wiki/IcedTea-Web;
- maintainers = with stdenv.lib.maintainers; [ wizeman ];
- platforms = stdenv.lib.platforms.linux;
- };
-}
diff --git a/pkgs/development/compilers/ispc/default.nix b/pkgs/development/compilers/ispc/default.nix
index 2657ee6633b..1cbe95232eb 100644
--- a/pkgs/development/compilers/ispc/default.nix
+++ b/pkgs/development/compilers/ispc/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchFromGitHub, fetchpatch, which, m4, python, bison, flex, llvmPackages,
+{stdenv, fetchFromGitHub, which, m4, python, bison, flex, llvmPackages,
testedTargets ? ["sse2" "host"] # the default test target is sse4, but that is not supported by all Hydra agents
}:
diff --git a/pkgs/development/compilers/jetbrains-jdk/default.nix b/pkgs/development/compilers/jetbrains-jdk/default.nix
index 08e3ec4f445..d407fb46b9b 100644
--- a/pkgs/development/compilers/jetbrains-jdk/default.nix
+++ b/pkgs/development/compilers/jetbrains-jdk/default.nix
@@ -1,6 +1,6 @@
{ stdenv, lib, fetchurl, file, glib, libxml2, libav_0_8, ffmpeg, libxslt
, libGL , xorg, alsaLib, fontconfig, freetype, pango, gtk2, cairo
-, gdk_pixbuf, atk, zlib }:
+, gdk-pixbuf, atk, zlib }:
# TODO: Investigate building from source instead of patching binaries.
# TODO: Binary patching for not just x86_64-linux but also x86_64-darwin i686-linux
@@ -38,7 +38,7 @@ let drv = stdenv.mkDerivation rec {
rpath = lib.makeLibraryPath ([
stdenv.cc.cc stdenv.cc.libc glib libxml2 libav_0_8 ffmpeg libxslt libGL
- alsaLib fontconfig freetype pango gtk2 cairo gdk_pixbuf atk zlib
+ alsaLib fontconfig freetype pango gtk2 cairo gdk-pixbuf atk zlib
(placeholder "out")
] ++ (with xorg; [
libX11 libXext libXtst libXi libXp libXt libXrender libXxf86vm
diff --git a/pkgs/development/compilers/jsonnet/default.nix b/pkgs/development/compilers/jsonnet/default.nix
index d0e689b6760..7bbad0e1201 100644
--- a/pkgs/development/compilers/jsonnet/default.nix
+++ b/pkgs/development/compilers/jsonnet/default.nix
@@ -15,12 +15,14 @@ stdenv.mkDerivation rec {
makeFlags = [
"jsonnet"
+ "jsonnetfmt"
"libjsonnet.so"
];
installPhase = ''
mkdir -p $out/bin $out/lib $out/include
cp jsonnet $out/bin/
+ cp jsonnetfmt $out/bin/
cp libjsonnet*.so $out/lib/
cp -a include/*.h $out/include/
'';
diff --git a/pkgs/development/compilers/julia/1.0.nix b/pkgs/development/compilers/julia/1.0.nix
index a679eda3306..3cd9daee141 100644
--- a/pkgs/development/compilers/julia/1.0.nix
+++ b/pkgs/development/compilers/julia/1.0.nix
@@ -1,8 +1,8 @@
import ./shared.nix {
majorVersion = "1";
minorVersion = "0";
- maintenanceVersion = "3";
- src_sha256 = "0666chsc19wx02k5m1yilf6wbc9bw27ay8p1d00jkh8m0jkrpf7l";
+ maintenanceVersion = "4";
+ src_sha256 = "1dfx68wbrrzpbh74rla7i2g3r5z6wa1pxq3ahyfm5m27vfyjbkhg";
libuvVersion = "ed3700c849289ed01fe04273a7bf865340b2bd7e";
libuvSha256 = "137w666zsjw1p0ma3lf94d75hr1q45sgkfmbizkyji2qm57cnxjs";
diff --git a/pkgs/development/compilers/julia/1.1.nix b/pkgs/development/compilers/julia/1.1.nix
index a868f949d27..5be34b4c4b4 100644
--- a/pkgs/development/compilers/julia/1.1.nix
+++ b/pkgs/development/compilers/julia/1.1.nix
@@ -1,8 +1,8 @@
import ./shared.nix {
majorVersion = "1";
minorVersion = "1";
- maintenanceVersion = "0";
- src_sha256 = "08fyck4qcdv9nnrdqh1wb7lb8pkkikh67xx5lc872sjl9w3p0sak";
+ maintenanceVersion = "1";
+ src_sha256 = "1yqjd0n42xf9hzxpvc9vysyjj98p42by216jkdqakdy7dkjcmnhq";
libuvVersion = "2348256acf5759a544e5ca7935f638d2bc091d60";
libuvSha256 = "1363f4vqayfcv5zqg07qmzjff56yhad74k16c22ian45lram8mv8";
diff --git a/pkgs/development/compilers/julia/shared.nix b/pkgs/development/compilers/julia/shared.nix
index 131b7262484..d8d521952bd 100644
--- a/pkgs/development/compilers/julia/shared.nix
+++ b/pkgs/development/compilers/julia/shared.nix
@@ -9,7 +9,7 @@
{ stdenv, fetchurl, fetchzip
# build tools
, gfortran, m4, makeWrapper, patchelf, perl, which, python2
-, llvm, cmake
+, cmake
# libjulia dependencies
, libunwind, readline, utf8proc, zlib
# standard library dependencies
diff --git a/pkgs/development/compilers/kotlin/default.nix b/pkgs/development/compilers/kotlin/default.nix
index 87c798c8d38..32659d5be56 100644
--- a/pkgs/development/compilers/kotlin/default.nix
+++ b/pkgs/development/compilers/kotlin/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, makeWrapper, jre, unzip }:
let
- version = "1.3.31";
+ version = "1.3.41";
in stdenv.mkDerivation rec {
inherit version;
name = "kotlin-${version}";
src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
- sha256 = "0sldhjxh2ghzwkabgziyiq4609iws0vninr8zxclzbqmcgajawqh";
+ sha256 = "0ch1fynqjfsb7jklw3pa6fygrgnl8nz4x4v0id06wq4md23bcjn4";
};
propagatedBuildInputs = [ jre ] ;
diff --git a/pkgs/development/compilers/ldc/default.nix b/pkgs/development/compilers/ldc/default.nix
index b3cf84fdd0f..e4ef37e4721 100644
--- a/pkgs/development/compilers/ldc/default.nix
+++ b/pkgs/development/compilers/ldc/default.nix
@@ -2,8 +2,8 @@
, python, libconfig, lit, gdb, unzip, darwin, bash
, callPackage, makeWrapper, targetPackages
, bootstrapVersion ? false
-, version ? "1.15.0"
-, ldcSha256 ? "1qnfy2q8zkywvby7wa8jm20mlpghn28x6w357cpc8hi56g7y1q6p"
+, version ? "1.16.0"
+, ldcSha256 ? "00kk6pijn1ay2kkrp6b5ismawxr10azwij89k1rkszavqq6rsva2"
}:
let
diff --git a/pkgs/development/compilers/llvm/3.5/clang.nix b/pkgs/development/compilers/llvm/3.5/clang.nix
index 7e0163577ba..132cd67a4ae 100644
--- a/pkgs/development/compilers/llvm/3.5/clang.nix
+++ b/pkgs/development/compilers/llvm/3.5/clang.nix
@@ -4,8 +4,10 @@ let
in stdenv.mkDerivation {
name = "clang-${version}";
+ src = fetch "cfe" "0846h8vn3zlc00jkmvrmy88gc6ql6014c02l4jv78fpvfigmgssg";
+
unpackPhase = ''
- unpackFile ${fetch "cfe" "0846h8vn3zlc00jkmvrmy88gc6ql6014c02l4jv78fpvfigmgssg"}
+ unpackFile $src
mv cfe-${version}.src clang
sourceRoot=$PWD/clang
unpackFile ${clang-tools-extra_src}
diff --git a/pkgs/development/compilers/llvm/3.5/llvm.nix b/pkgs/development/compilers/llvm/3.5/llvm.nix
index 2645469767a..6eec9971778 100644
--- a/pkgs/development/compilers/llvm/3.5/llvm.nix
+++ b/pkgs/development/compilers/llvm/3.5/llvm.nix
@@ -17,13 +17,13 @@
, enableSharedLibraries ? !stdenv.isDarwin
}:
-let
- src = fetch "llvm" "0xf5q17kkxsrm2gsi93h4pwlv663kji73r2g4asb97klsmb626a4";
-in stdenv.mkDerivation rec {
+stdenv.mkDerivation rec {
name = "llvm-${version}";
+ src = fetch "llvm" "0xf5q17kkxsrm2gsi93h4pwlv663kji73r2g4asb97klsmb626a4";
+
unpackPhase = ''
- unpackFile ${src}
+ unpackFile $src
mv llvm-${version}.src llvm
sourceRoot=$PWD/llvm
unpackFile ${compiler-rt_src}
@@ -85,8 +85,6 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
- passthru.src = src;
-
meta = {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/;
diff --git a/pkgs/development/compilers/llvm/3.8/clang/default.nix b/pkgs/development/compilers/llvm/3.8/clang/default.nix
index cc25a41b040..47a1bed126d 100644
--- a/pkgs/development/compilers/llvm/3.8/clang/default.nix
+++ b/pkgs/development/compilers/llvm/3.8/clang/default.nix
@@ -5,8 +5,10 @@ let
self = stdenv.mkDerivation {
name = "clang-${version}";
+ src = fetch "cfe" "1prc72xmkgx8wrzmrr337776676nhsp1qd3mw2bvb22bzdnq7lsc";
+
unpackPhase = ''
- unpackFile ${fetch "cfe" "1prc72xmkgx8wrzmrr337776676nhsp1qd3mw2bvb22bzdnq7lsc"}
+ unpackFile $src
mv cfe-${version}.src clang
sourceRoot=$PWD/clang
unpackFile ${clang-tools-extra_src}
diff --git a/pkgs/development/compilers/llvm/3.8/llvm.nix b/pkgs/development/compilers/llvm/3.8/llvm.nix
index 261a1d0f94c..a73b73137dd 100644
--- a/pkgs/development/compilers/llvm/3.8/llvm.nix
+++ b/pkgs/development/compilers/llvm/3.8/llvm.nix
@@ -16,13 +16,13 @@
, enableSharedLibraries ? true
}:
-let
- src = fetch "llvm" "1ybmnid4pw2hxn12ax5qa5kl1ldfns0njg8533y3mzslvd5cx0kf";
-in stdenv.mkDerivation rec {
+stdenv.mkDerivation rec {
name = "llvm-${version}";
+ src = fetch "llvm" "1ybmnid4pw2hxn12ax5qa5kl1ldfns0njg8533y3mzslvd5cx0kf";
+
unpackPhase = ''
- unpackFile ${src}
+ unpackFile $src
mv llvm-${version}.src llvm
sourceRoot=$PWD/llvm
unpackFile ${compiler-rt_src}
@@ -105,8 +105,6 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
- passthru.src = src;
-
meta = {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/;
diff --git a/pkgs/development/compilers/llvm/3.9/clang/default.nix b/pkgs/development/compilers/llvm/3.9/clang/default.nix
index f597c559dba..e2cf437e19e 100644
--- a/pkgs/development/compilers/llvm/3.9/clang/default.nix
+++ b/pkgs/development/compilers/llvm/3.9/clang/default.nix
@@ -5,8 +5,10 @@ let
self = stdenv.mkDerivation {
name = "clang-${version}";
+ src = fetch "cfe" "0qsyyb40iwifhhlx9a3drf8z6ni6zwyk3bvh0kx2gs6yjsxwxi76";
+
unpackPhase = ''
- unpackFile ${fetch "cfe" "0qsyyb40iwifhhlx9a3drf8z6ni6zwyk3bvh0kx2gs6yjsxwxi76"}
+ unpackFile $src
mv cfe-${version}.src clang
sourceRoot=$PWD/clang
unpackFile ${clang-tools-extra_src}
diff --git a/pkgs/development/compilers/llvm/3.9/llvm.nix b/pkgs/development/compilers/llvm/3.9/llvm.nix
index 174cb17908c..c8d819cc963 100644
--- a/pkgs/development/compilers/llvm/3.9/llvm.nix
+++ b/pkgs/development/compilers/llvm/3.9/llvm.nix
@@ -20,8 +20,6 @@
assert (stdenv.hostPlatform != stdenv.buildPlatform) -> !enableSharedLibraries;
let
- src = fetch "llvm" "1vi9sf7rx1q04wj479rsvxayb6z740iaz3qniwp266fgp5a07n8z";
-
# Used when creating a versioned symlinks of libLLVM.dylib
versionSuffixes = with stdenv.lib;
let parts = splitString "." version; in
@@ -31,8 +29,10 @@ in
stdenv.mkDerivation {
name = "llvm-${version}";
+ src = fetch "llvm" "1vi9sf7rx1q04wj479rsvxayb6z740iaz3qniwp266fgp5a07n8z";
+
unpackPhase = ''
- unpackFile ${src}
+ unpackFile $src
mv llvm-${version}.src llvm
sourceRoot=$PWD/llvm
unpackFile ${compiler-rt_src}
@@ -163,8 +163,6 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
- passthru.src = src;
-
meta = {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/;
diff --git a/pkgs/development/compilers/llvm/4/clang/default.nix b/pkgs/development/compilers/llvm/4/clang/default.nix
index c6538282f23..f50da39a624 100644
--- a/pkgs/development/compilers/llvm/4/clang/default.nix
+++ b/pkgs/development/compilers/llvm/4/clang/default.nix
@@ -8,8 +8,10 @@ let
self = stdenv.mkDerivation ({
name = "clang-${version}";
+ src = fetch "cfe" "16vnv3msnvx33dydd17k2cq0icndi1a06bg5vcxkrhjjb1rqlwv1";
+
unpackPhase = ''
- unpackFile ${fetch "cfe" "16vnv3msnvx33dydd17k2cq0icndi1a06bg5vcxkrhjjb1rqlwv1"}
+ unpackFile $src
mv cfe-${version}* clang
sourceRoot=$PWD/clang
unpackFile ${clang-tools-extra_src}
diff --git a/pkgs/development/compilers/llvm/4/lldb.nix b/pkgs/development/compilers/llvm/4/lldb.nix
index 0be8a4d4186..325149fc19b 100644
--- a/pkgs/development/compilers/llvm/4/lldb.nix
+++ b/pkgs/development/compilers/llvm/4/lldb.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ cmake python which swig ];
buildInputs = [ ncurses zlib libedit libxml2 llvm ]
- ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa darwin.cf-private ];
+ ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa ];
CXXFLAGS = "-fno-rtti";
hardeningDisable = [ "format" ];
diff --git a/pkgs/development/compilers/llvm/4/llvm.nix b/pkgs/development/compilers/llvm/4/llvm.nix
index ecb18a58054..ea70382d2ac 100644
--- a/pkgs/development/compilers/llvm/4/llvm.nix
+++ b/pkgs/development/compilers/llvm/4/llvm.nix
@@ -17,8 +17,6 @@
}:
let
- src = fetch "llvm" "0l9bf7kdwhlj0kq1hawpyxhna1062z3h7qcz2y8nfl9dz2qksy6s";
-
# Used when creating a versioned symlinks of libLLVM.dylib
versionSuffixes = with stdenv.lib;
let parts = splitString "." release_version; in
@@ -28,8 +26,10 @@ in
stdenv.mkDerivation (rec {
name = "llvm-${version}";
+ src = fetch "llvm" "0l9bf7kdwhlj0kq1hawpyxhna1062z3h7qcz2y8nfl9dz2qksy6s";
+
unpackPhase = ''
- unpackFile ${src}
+ unpackFile $src
mv llvm-${version}* llvm
sourceRoot=$PWD/llvm
unpackFile ${compiler-rt_src}
@@ -150,8 +150,6 @@ stdenv.mkDerivation (rec {
enableParallelBuilding = true;
- passthru.src = src;
-
meta = {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/;
diff --git a/pkgs/development/compilers/llvm/5/clang/default.nix b/pkgs/development/compilers/llvm/5/clang/default.nix
index 5fd0271f026..7a3b151f835 100644
--- a/pkgs/development/compilers/llvm/5/clang/default.nix
+++ b/pkgs/development/compilers/llvm/5/clang/default.nix
@@ -8,8 +8,10 @@ let
self = stdenv.mkDerivation ({
name = "clang-${version}";
+ src = fetch "cfe" "0018520c4qxf5hgjdqgpz2dgl3faf4gsz87fdlb8zdmx99rfk77s";
+
unpackPhase = ''
- unpackFile ${fetch "cfe" "0018520c4qxf5hgjdqgpz2dgl3faf4gsz87fdlb8zdmx99rfk77s"}
+ unpackFile $src
mv cfe-${version}* clang
sourceRoot=$PWD/clang
unpackFile ${clang-tools-extra_src}
diff --git a/pkgs/development/compilers/llvm/5/lldb.nix b/pkgs/development/compilers/llvm/5/lldb.nix
index 7be9a7e47b7..5e670d4de15 100644
--- a/pkgs/development/compilers/llvm/5/lldb.nix
+++ b/pkgs/development/compilers/llvm/5/lldb.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ cmake python which swig ];
buildInputs = [ ncurses zlib libedit libxml2 llvm ]
- ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa darwin.cf-private ];
+ ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa ];
CXXFLAGS = "-fno-rtti";
hardeningDisable = [ "format" ];
diff --git a/pkgs/development/compilers/llvm/5/llvm.nix b/pkgs/development/compilers/llvm/5/llvm.nix
index b742e6863a5..8f311efaca5 100644
--- a/pkgs/development/compilers/llvm/5/llvm.nix
+++ b/pkgs/development/compilers/llvm/5/llvm.nix
@@ -10,15 +10,12 @@
, version
, release_version
, zlib
-, libcxxabi
, debugVersion ? false
, enableManpages ? false
, enableSharedLibraries ? !enableManpages
}:
let
- src = fetch "llvm" "0g1bbj2n6xv4p1n6hh17vj3vpvg56wacipc81dgwga9mg2lys8nm";
-
# Used when creating a versioned symlinks of libLLVM.dylib
versionSuffixes = with stdenv.lib;
let parts = splitString "." release_version; in
@@ -28,8 +25,10 @@ in
stdenv.mkDerivation (rec {
name = "llvm-${version}";
+ src = fetch "llvm" "0g1bbj2n6xv4p1n6hh17vj3vpvg56wacipc81dgwga9mg2lys8nm";
+
unpackPhase = ''
- unpackFile ${src}
+ unpackFile $src
mv llvm-${version}* llvm
sourceRoot=$PWD/llvm
'';
@@ -141,8 +140,6 @@ stdenv.mkDerivation (rec {
enableParallelBuilding = true;
- passthru.src = src;
-
requiredSystemFeatures = [ "big-parallel" ];
meta = {
description = "Collection of modular and reusable compiler and toolchain technologies";
diff --git a/pkgs/development/compilers/llvm/6/clang/default.nix b/pkgs/development/compilers/llvm/6/clang/default.nix
index 84056749678..ff9064f455e 100644
--- a/pkgs/development/compilers/llvm/6/clang/default.nix
+++ b/pkgs/development/compilers/llvm/6/clang/default.nix
@@ -8,8 +8,10 @@ let
self = stdenv.mkDerivation ({
name = "clang-${version}";
+ src = fetch "cfe" "0rxn4rh7rrnsqbdgp4gzc8ishbkryhpl1kd3mpnxzpxxhla3y93w";
+
unpackPhase = ''
- unpackFile ${fetch "cfe" "0rxn4rh7rrnsqbdgp4gzc8ishbkryhpl1kd3mpnxzpxxhla3y93w"}
+ unpackFile $src
mv cfe-${version}* clang
sourceRoot=$PWD/clang
unpackFile ${clang-tools-extra_src}
diff --git a/pkgs/development/compilers/llvm/6/lldb.nix b/pkgs/development/compilers/llvm/6/lldb.nix
index d33de248835..9571e7ab5a6 100644
--- a/pkgs/development/compilers/llvm/6/lldb.nix
+++ b/pkgs/development/compilers/llvm/6/lldb.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ cmake python which swig ];
buildInputs = [ ncurses zlib libedit libxml2 llvm ]
- ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa darwin.cf-private ];
+ ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa ];
CXXFLAGS = "-fno-rtti";
hardeningDisable = [ "format" ];
diff --git a/pkgs/development/compilers/llvm/6/llvm.nix b/pkgs/development/compilers/llvm/6/llvm.nix
index 9237d442b77..e104d051fed 100644
--- a/pkgs/development/compilers/llvm/6/llvm.nix
+++ b/pkgs/development/compilers/llvm/6/llvm.nix
@@ -19,8 +19,6 @@
let
inherit (stdenv.lib) optional optionals optionalString;
- src = fetch "llvm" "1qpls3vk85lydi5b4axl0809fv932qgsqgdgrk098567z4jc7mmn";
-
# Used when creating a versioned symlinks of libLLVM.dylib
versionSuffixes = with stdenv.lib;
let parts = splitString "." release_version; in
@@ -30,8 +28,10 @@ in
stdenv.mkDerivation (rec {
name = "llvm-${version}";
+ src = fetch "llvm" "1qpls3vk85lydi5b4axl0809fv932qgsqgdgrk098567z4jc7mmn";
+
unpackPhase = ''
- unpackFile ${src}
+ unpackFile $src
mv llvm-${version}* llvm
sourceRoot=$PWD/llvm
'';
@@ -146,8 +146,6 @@ stdenv.mkDerivation (rec {
enableParallelBuilding = true;
- passthru.src = src;
-
meta = {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/;
diff --git a/pkgs/development/compilers/llvm/7/clang/default.nix b/pkgs/development/compilers/llvm/7/clang/default.nix
index a4877b3fe6f..e49c8387f7e 100644
--- a/pkgs/development/compilers/llvm/7/clang/default.nix
+++ b/pkgs/development/compilers/llvm/7/clang/default.nix
@@ -8,8 +8,10 @@ let
self = stdenv.mkDerivation ({
name = "clang-${version}";
+ src = fetch "cfe" "0vc4i87qwxnw9lci4ayws9spakg0z6w5w670snj9f8g5m9rc8zg9";
+
unpackPhase = ''
- unpackFile ${fetch "cfe" "0vc4i87qwxnw9lci4ayws9spakg0z6w5w670snj9f8g5m9rc8zg9"}
+ unpackFile $src
mv cfe-${version}* clang
sourceRoot=$PWD/clang
unpackFile ${clang-tools-extra_src}
diff --git a/pkgs/development/compilers/llvm/7/lldb.nix b/pkgs/development/compilers/llvm/7/lldb.nix
index f58871f1d7c..1b2dff2c76c 100644
--- a/pkgs/development/compilers/llvm/7/lldb.nix
+++ b/pkgs/development/compilers/llvm/7/lldb.nix
@@ -9,6 +9,7 @@
, libxml2
, llvm
, clang-unwrapped
+, perl
, python
, version
, darwin
@@ -19,6 +20,11 @@ stdenv.mkDerivation {
src = fetch "lldb" "0klsscg1sczc4nw2l53xggi969k361cng2sjjrfp3bv4g5x14s4v";
+ nativeBuildInputs = [ cmake perl python which swig ];
+ buildInputs = [ ncurses zlib libedit libxml2 llvm ]
+ ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa ];
+
+
postPatch = ''
# Fix up various paths that assume llvm and clang are installed in the same place
sed -i 's,".*ClangConfig.cmake","${clang-unwrapped}/lib/cmake/clang/ClangConfig.cmake",' \
@@ -30,22 +36,21 @@ stdenv.mkDerivation {
sed -i -e 's,message(SEND_ERROR "Cannot find debugserver on system."),,' \
-e 's,string(STRIP ''${XCODE_DEV_DIR} XCODE_DEV_DIR),,' \
tools/debugserver/source/CMakeLists.txt
+
+ # Fix /usr/bin references for sandboxed builds.
+ patchShebangs scripts
'';
- nativeBuildInputs = [ cmake python which swig ];
- buildInputs = [ ncurses zlib libedit libxml2 llvm ]
- ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa darwin.cf-private ];
-
- CXXFLAGS = "-fno-rtti";
- hardeningDisable = [ "format" ];
-
- NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-I${libxml2.dev}/include/libxml2";
-
cmakeFlags = [
"-DLLDB_CODESIGN_IDENTITY=" # codesigning makes nondeterministic
"-DSKIP_DEBUGSERVER=ON"
];
+ CXXFLAGS = "-fno-rtti";
+ hardeningDisable = [ "format" ];
+
+ NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-I${libxml2.dev}/include/libxml2";
+
enableParallelBuilding = true;
postInstall = ''
diff --git a/pkgs/development/compilers/llvm/7/llvm.nix b/pkgs/development/compilers/llvm/7/llvm.nix
index d3d9a4c506d..a9caa88141a 100644
--- a/pkgs/development/compilers/llvm/7/llvm.nix
+++ b/pkgs/development/compilers/llvm/7/llvm.nix
@@ -15,16 +15,15 @@
, debugVersion ? false
, enableManpages ? false
, enableSharedLibraries ? true
-, enablePFM ? !stdenv.isDarwin
+, enablePFM ? !(stdenv.isDarwin
+ || stdenv.isAarch64 # broken for Ampere eMAG 8180 (c2.large.arm on Packet) #56245
+ )
, enablePolly ? false
}:
let
inherit (stdenv.lib) optional optionals optionalString;
- src = fetch "llvm" "0r1p5didv4rkgxyvbkyz671xddg6i3dxvbpsi1xxipkla0l9pk0v";
- polly_src = fetch "polly" "16qkns4ab4x0azrvhy4j7cncbyb2rrbdrqj87zphvqxm5pvm8m1h";
-
# Used when creating a versioned symlinks of libLLVM.dylib
versionSuffixes = with stdenv.lib;
let parts = splitString "." release_version; in
@@ -33,12 +32,15 @@ let
in stdenv.mkDerivation (rec {
name = "llvm-${version}";
+ src = fetch "llvm" "0r1p5didv4rkgxyvbkyz671xddg6i3dxvbpsi1xxipkla0l9pk0v";
+ polly_src = fetch "polly" "16qkns4ab4x0azrvhy4j7cncbyb2rrbdrqj87zphvqxm5pvm8m1h";
+
unpackPhase = ''
- unpackFile ${src}
+ unpackFile $src
mv llvm-${version}* llvm
sourceRoot=$PWD/llvm
'' + optionalString enablePolly ''
- unpackFile ${polly_src}
+ unpackFile $polly_src
mv polly-* $sourceRoot/tools/polly
'';
@@ -162,8 +164,6 @@ in stdenv.mkDerivation (rec {
enableParallelBuilding = true;
- passthru.src = src;
-
meta = {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/;
diff --git a/pkgs/development/compilers/llvm/8/clang/compiler-rt-baremetal.patch b/pkgs/development/compilers/llvm/8/clang/compiler-rt-baremetal.patch
new file mode 100644
index 00000000000..a4a0f21b0fc
--- /dev/null
+++ b/pkgs/development/compilers/llvm/8/clang/compiler-rt-baremetal.patch
@@ -0,0 +1,53 @@
+Index: lib/Driver/ToolChains/BareMetal.cpp
+===================================================================
+--- a/lib/Driver/ToolChains/BareMetal.cpp
++++ b/lib/Driver/ToolChains/BareMetal.cpp
+@@ -157,7 +157,7 @@
+ void BareMetal::AddLinkRuntimeLib(const ArgList &Args,
+ ArgStringList &CmdArgs) const {
+ CmdArgs.push_back(Args.MakeArgString("-lclang_rt.builtins-" +
+- getTriple().getArchName() + ".a"));
++ getTriple().getArchName()));
+ }
+
+ void baremetal::Linker::ConstructJob(Compilation &C, const JobAction &JA,
+Index: test/Driver/baremetal.cpp
+===================================================================
+--- a/test/Driver/baremetal.cpp
++++ b/test/Driver/baremetal.cpp
+@@ -13,7 +13,7 @@
+ // CHECK-V6M-C-NEXT: "{{[^"]*}}ld{{(\.(lld|bfd|gold))?}}{{(\.exe)?}}" "{{.*}}.o" "-Bstatic"
+ // CHECK-V6M-C-SAME: "-L[[RESOURCE_DIR:[^"]+]]{{[/\\]+}}lib{{[/\\]+}}baremetal"
+ // CHECK-V6M-C-SAME: "-T" "semihosted.lds" "-Lsome{{[/\\]+}}directory{{[/\\]+}}user{{[/\\]+}}asked{{[/\\]+}}for"
+-// CHECK-V6M-C-SAME: "-lc" "-lm" "-lclang_rt.builtins-armv6m.a"
++// CHECK-V6M-C-SAME: "-lc" "-lm" "-lclang_rt.builtins-armv6m"
+ // CHECK-V6M-C-SAME: "-o" "{{.*}}.o"
+
+ // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
+@@ -35,7 +35,7 @@
+ // CHECK-V6M-DEFAULTCXX: "{{[^"]*}}ld{{(\.(lld|bfd|gold))?}}{{(\.exe)?}}" "{{.*}}.o" "-Bstatic"
+ // CHECK-V6M-DEFAULTCXX-SAME: "-L{{[^"]*}}{{[/\\]+}}lib{{(64)?}}{{[/\\]+}}clang{{[/\\]+}}{{.*}}{{[/\\]+}}lib{{[/\\]+}}baremetal"
+ // CHECK-V6M-DEFAULTCXX-SAME: "-lc++" "-lc++abi" "-lunwind"
+-// CHECK-V6M-DEFAULTCXX-SAME: "-lc" "-lm" "-lclang_rt.builtins-armv6m.a"
++// CHECK-V6M-DEFAULTCXX-SAME: "-lc" "-lm" "-lclang_rt.builtins-armv6m"
+ // CHECK-V6M-DEFAULTCXX-SAME: "-o" "{{.*}}.o"
+
+ // RUN: %clangxx -no-canonical-prefixes %s -### -o %t.o 2>&1 \
+@@ -48,7 +48,7 @@
+ // CHECK-V6M-LIBCXX: "{{[^"]*}}ld{{(\.(lld|bfd|gold))?}}{{(\.exe)?}}" "{{.*}}.o" "-Bstatic"
+ // CHECK-V6M-LIBCXX-SAME: "-L{{[^"]*}}{{[/\\]+}}lib{{(64)?}}{{[/\\]+}}clang{{[/\\]+}}{{.*}}{{[/\\]+}}lib{{[/\\]+}}baremetal"
+ // CHECK-V6M-LIBCXX-SAME: "-lc++" "-lc++abi" "-lunwind"
+-// CHECK-V6M-LIBCXX-SAME: "-lc" "-lm" "-lclang_rt.builtins-armv6m.a"
++// CHECK-V6M-LIBCXX-SAME: "-lc" "-lm" "-lclang_rt.builtins-armv6m"
+ // CHECK-V6M-LIBCXX-SAME: "-o" "{{.*}}.o"
+
+ // RUN: %clangxx -no-canonical-prefixes %s -### -o %t.o 2>&1 \
+@@ -61,7 +61,7 @@
+ // CHECK-V6M-LIBSTDCXX: "{{[^"]*}}ld{{(\.(lld|bfd|gold))?}}{{(\.exe)?}}" "{{.*}}.o" "-Bstatic"
+ // CHECK-V6M-LIBSTDCXX-SAME: "-L{{[^"]*}}{{[/\\]+}}lib{{(64)?}}{{[/\\]+}}clang{{[/\\]+}}{{.*}}{{[/\\]+}}lib{{[/\\]+}}baremetal"
+ // CHECK-V6M-LIBSTDCXX-SAME: "-lstdc++" "-lsupc++" "-lunwind"
+-// CHECK-V6M-LIBSTDCXX-SAME: "-lc" "-lm" "-lclang_rt.builtins-armv6m.a"
++// CHECK-V6M-LIBSTDCXX-SAME: "-lc" "-lm" "-lclang_rt.builtins-armv6m"
+ // CHECK-V6M-LIBSTDCXX-SAME: "-o" "{{.*}}.o"
+
+ // RUN: %clangxx -no-canonical-prefixes %s -### -o %t.o 2>&1 \
diff --git a/pkgs/development/compilers/llvm/8/clang/default.nix b/pkgs/development/compilers/llvm/8/clang/default.nix
index c0a0e085145..6911089250e 100644
--- a/pkgs/development/compilers/llvm/8/clang/default.nix
+++ b/pkgs/development/compilers/llvm/8/clang/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetch, fetchpatch, cmake, libxml2, llvm, version, clang-tools-extra_src, python
+{ stdenv, fetch, cmake, libxml2, llvm, version, clang-tools-extra_src, python
, fixDarwinDylibNames
, enableManpages ? false
, enablePolly ? false # TODO: get this info from llvm (passthru?)
@@ -8,8 +8,10 @@ let
self = stdenv.mkDerivation ({
name = "clang-${version}";
+ src = fetch "cfe" "0ihnbdl058gvl2wdy45p5am55bq8ifx8m9mhcsgj9ax8yxlzvvvh";
+
unpackPhase = ''
- unpackFile ${fetch "cfe" "0svk1f70hvpwrjp6x5i9kqwrqwxnmcrw5s7f4cxyd100mdd12k08"}
+ unpackFile $src
mv cfe-${version}* clang
sourceRoot=$PWD/clang
unpackFile ${clang-tools-extra_src}
@@ -45,6 +47,8 @@ let
# Backport for the `--unwindlib=[libgcc|compiler-rt]` flag, which is
# needed for our bootstrapping to not interfere with C.
./unwindlib.patch
+ # https://reviews.llvm.org/D51899
+ ./compiler-rt-baremetal.patch
];
postPatch = ''
diff --git a/pkgs/development/compilers/llvm/8/compiler-rt.nix b/pkgs/development/compilers/llvm/8/compiler-rt.nix
index a8bbb1f719b..5959b99316d 100644
--- a/pkgs/development/compilers/llvm/8/compiler-rt.nix
+++ b/pkgs/development/compilers/llvm/8/compiler-rt.nix
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "compiler-rt-${version}";
inherit version;
- src = fetch "compiler-rt" "1c919wsm17xnv7lr8bhpq2wkq8113lzlw6hzhfr737j59x3wfddl";
+ src = fetch "compiler-rt" "0dqqf8f930l8gag4d9qjgn1n0pj0nbv2anviqqhdi1rkhas8z0hi";
nativeBuildInputs = [ cmake python llvm ];
buildInputs = stdenv.lib.optional stdenv.hostPlatform.isDarwin libcxxabi;
@@ -27,6 +27,9 @@ stdenv.mkDerivation rec {
"-DCOMPILER_RT_BUILD_XRAY=OFF"
"-DCOMPILER_RT_BUILD_LIBFUZZER=OFF"
"-DCOMPILER_RT_BUILD_PROFILE=OFF"
+ ] ++ stdenv.lib.optionals (stdenv.hostPlatform.parsed.kernel.name == "none") [
+ "-DCOMPILER_RT_BAREMETAL_BUILD=ON"
+ "-DCOMPILER_RT_OS_DIR=baremetal"
];
outputs = [ "out" "dev" ];
diff --git a/pkgs/development/compilers/llvm/8/default.nix b/pkgs/development/compilers/llvm/8/default.nix
index 48cf9e5e589..f864e24acfe 100644
--- a/pkgs/development/compilers/llvm/8/default.nix
+++ b/pkgs/development/compilers/llvm/8/default.nix
@@ -5,15 +5,15 @@
}:
let
- release_version = "8.0.0";
+ release_version = "8.0.1";
version = release_version; # differentiating these is important for rc's
fetch = name: sha256: fetchurl {
- url = "https://releases.llvm.org/${release_version}/${name}-${version}.src.tar.xz";
+ url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${release_version}/${name}-${version}.src.tar.xz";
inherit sha256;
};
- clang-tools-extra_src = fetch "clang-tools-extra" "0jwx6nnshp92pd5852y7ip7qhaqdf8az5g0440pli9q8whmi402g";
+ clang-tools-extra_src = fetch "clang-tools-extra" "1qf3097bc5ia8p6cpmbx985rjr3yaah5s8fc0nv7pw742yv7jw8q";
tools = stdenv.lib.makeExtensible (tools: let
callPackage = newScope (tools // { inherit stdenv cmake libxml2 python isl release_version version fetch; });
diff --git a/pkgs/development/compilers/llvm/8/libc++/default.nix b/pkgs/development/compilers/llvm/8/libc++/default.nix
index 3d67c37dcdd..f8a07de0722 100644
--- a/pkgs/development/compilers/llvm/8/libc++/default.nix
+++ b/pkgs/development/compilers/llvm/8/libc++/default.nix
@@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
name = "libc++-${version}";
- src = fetch "libcxx" "1qlx3wlxrnc5cwc1fcfc2vhfsl7j4294hi8y5kxj8hy8wxsjd462";
+ src = fetch "libcxx" "0y4vc9z36c1zlq15cnibdzxnc1xi5glbc6klnm8a41q3db4541kz";
postUnpack = ''
unpackFile ${libcxxabi.src}
diff --git a/pkgs/development/compilers/llvm/8/libc++abi.nix b/pkgs/development/compilers/llvm/8/libc++abi.nix
index bb5b368267f..1ee6d069f4b 100644
--- a/pkgs/development/compilers/llvm/8/libc++abi.nix
+++ b/pkgs/development/compilers/llvm/8/libc++abi.nix
@@ -4,7 +4,7 @@
stdenv.mkDerivation {
name = "libc++abi-${version}";
- src = fetch "libcxxabi" "1k875f977ybdkpdnr9105wa6hccy9qvpd9xd42n75h7p56bdxmn2";
+ src = fetch "libcxxabi" "1vznz8n1z1h8af0ga451m98lc2hjnv4fyzl71napsvjhvk4g6nxp";
nativeBuildInputs = [ cmake ];
buildInputs = stdenv.lib.optional (!stdenv.isDarwin && !stdenv.isFreeBSD && !stdenv.hostPlatform.isWasm) libunwind;
diff --git a/pkgs/development/compilers/llvm/8/libunwind.nix b/pkgs/development/compilers/llvm/8/libunwind.nix
index a187d0adc99..75edd1fff54 100644
--- a/pkgs/development/compilers/llvm/8/libunwind.nix
+++ b/pkgs/development/compilers/llvm/8/libunwind.nix
@@ -1,9 +1,9 @@
-{ stdenv, version, fetch, cmake, libcxx, fetchpatch }:
+{ stdenv, version, fetch, cmake, fetchpatch, enableShared ? true }:
stdenv.mkDerivation {
name = "libunwind-${version}";
- src = fetch "libunwind" "0q7ndlldid9wchnny0a936llwxj7zgb9gxp46wjjxvwwkik3l97z";
+ src = fetch "libunwind" "0vhgcgzsb33l83qaikrkj87ypqb48mi607rccczccwiiv8ficw0q";
nativeBuildInputs = [ cmake ];
@@ -19,4 +19,6 @@ stdenv.mkDerivation {
];
enableParallelBuilding = true;
+
+ cmakeFlags = stdenv.lib.optional (!enableShared) "-DLIBUNWIND_ENABLE_SHARED=OFF";
}
diff --git a/pkgs/development/compilers/llvm/8/lld.nix b/pkgs/development/compilers/llvm/8/lld.nix
index 7fff6843c5f..aec1b14b994 100644
--- a/pkgs/development/compilers/llvm/8/lld.nix
+++ b/pkgs/development/compilers/llvm/8/lld.nix
@@ -9,7 +9,7 @@
stdenv.mkDerivation {
name = "lld-${version}";
- src = fetch "lld" "0dvf38pbm7jy88g66mz7ikkdfhm2qpj0iyzh62hzycifjbnciblw";
+ src = fetch "lld" "121xhxrlvwy3k5nf6p1wv31whxlb635ssfkci8z93mwv4ja1xflz";
nativeBuildInputs = [ cmake ];
buildInputs = [ llvm libxml2 ];
diff --git a/pkgs/development/compilers/llvm/8/lldb.nix b/pkgs/development/compilers/llvm/8/lldb.nix
index ae9198e99d2..f31da000bb8 100644
--- a/pkgs/development/compilers/llvm/8/lldb.nix
+++ b/pkgs/development/compilers/llvm/8/lldb.nix
@@ -17,7 +17,7 @@
stdenv.mkDerivation {
name = "lldb-${version}";
- src = fetch "lldb" "0wq3mi76fk86g2g2bcsr0yhagh1dlf2myk641ai58rc116gqp4a9";
+ src = fetch "lldb" "1mriw4adrwm6kzabrjr7yqmdiylxd6glf6samd80dp8idnm9p9z8";
postPatch = ''
# Fix up various paths that assume llvm and clang are installed in the same place
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ cmake python which swig ];
buildInputs = [ ncurses zlib libedit libxml2 llvm ]
- ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa darwin.cf-private ];
+ ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.libobjc darwin.apple_sdk.libs.xpc darwin.apple_sdk.frameworks.Foundation darwin.bootstrap_cmds darwin.apple_sdk.frameworks.Carbon darwin.apple_sdk.frameworks.Cocoa ];
CXXFLAGS = "-fno-rtti";
hardeningDisable = [ "format" ];
diff --git a/pkgs/development/compilers/llvm/8/llvm.nix b/pkgs/development/compilers/llvm/8/llvm.nix
index 5d8d0816729..6799a3f935f 100644
--- a/pkgs/development/compilers/llvm/8/llvm.nix
+++ b/pkgs/development/compilers/llvm/8/llvm.nix
@@ -1,6 +1,5 @@
{ stdenv
, fetch
-, fetchpatch
, cmake
, python
, libffi
@@ -15,16 +14,15 @@
, debugVersion ? false
, enableManpages ? false
, enableSharedLibraries ? true
-, enablePFM ? !stdenv.isDarwin
+, enablePFM ? !(stdenv.isDarwin
+ || stdenv.isAarch64 # broken for Ampere eMAG 8180 (c2.large.arm on Packet) #56245
+)
, enablePolly ? false
}:
let
inherit (stdenv.lib) optional optionals optionalString;
- src = fetch "llvm" "0k124sxkfhfi1rca6kzkdraf4axhx99x3cw2rk55056628dvwwl8";
- polly_src = fetch "polly" "1x4xv3j226rqdddp7b61d71wsx2b8vmmri02ycx27y2fg7ba7xg3";
-
# Used when creating a version-suffixed symlink of libLLVM.dylib
shortVersion = with stdenv.lib;
concatStringsSep "." (take 1 (splitString "." release_version));
@@ -32,12 +30,15 @@ let
in stdenv.mkDerivation (rec {
name = "llvm-${version}";
+ src = fetch "llvm" "1rvm5gqp5v8hfn17kqws3zhk94w4kxndal12bqa0y57p09nply24";
+ polly_src = fetch "polly" "1lfjdz3ilj5xmjxvicd8f5ykybks67ry2pdb777352r3mzlgg8g8";
+
unpackPhase = ''
- unpackFile ${src}
+ unpackFile $src
mv llvm-${version}* llvm
sourceRoot=$PWD/llvm
'' + optionalString enablePolly ''
- unpackFile ${polly_src}
+ unpackFile $polly_src
mv polly-* $sourceRoot/tools/polly
'';
@@ -141,8 +142,6 @@ in stdenv.mkDerivation (rec {
enableParallelBuilding = true;
- passthru.src = src;
-
meta = {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/;
diff --git a/pkgs/development/compilers/llvm/8/openmp.nix b/pkgs/development/compilers/llvm/8/openmp.nix
index bf85cae5abe..8cf55173561 100644
--- a/pkgs/development/compilers/llvm/8/openmp.nix
+++ b/pkgs/development/compilers/llvm/8/openmp.nix
@@ -9,7 +9,7 @@
stdenv.mkDerivation {
name = "openmp-${version}";
- src = fetch "openmp" "1mf9cpgvix34xlpv0inkgl3qmdvgvp96f7sksqizri0n5xfp1cgp";
+ src = fetch "openmp" "0b3jlxhqbpyd1nqkpxjfggm5d9va5qpyf7d4i5y7n4a1mlydv19y";
nativeBuildInputs = [ cmake perl ];
buildInputs = [ llvm ];
diff --git a/pkgs/development/compilers/matter-compiler/default.nix b/pkgs/development/compilers/matter-compiler/default.nix
index 4b3ff844977..f415fa8c012 100644
--- a/pkgs/development/compilers/matter-compiler/default.nix
+++ b/pkgs/development/compilers/matter-compiler/default.nix
@@ -1,10 +1,12 @@
-{ lib, bundlerApp }:
+{ lib, bundlerApp, bundlerUpdateScript }:
bundlerApp {
pname = "matter_compiler";
gemdir = ./.;
exes = [ "matter_compiler" ];
+ passthru.updateScript = bundlerUpdateScript "matter-compiler";
+
meta = with lib; {
description = ''
Matter Compiler is a API Blueprint AST Media Types to API Blueprint conversion tool.
@@ -12,7 +14,7 @@ bundlerApp {
'';
homepage = https://github.com/apiaryio/matter_compiler/;
license = licenses.mit;
- maintainers = with maintainers; [ rvlander manveru ];
+ maintainers = with maintainers; [ rvlander manveru nicknovitski ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/development/compilers/mosml/default.nix b/pkgs/development/compilers/mosml/default.nix
index 89726f20c6b..b22072651a4 100644
--- a/pkgs/development/compilers/mosml/default.nix
+++ b/pkgs/development/compilers/mosml/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gmp perl ];
- makeFlags = "PREFIX=$(out)";
+ makeFlags = [ "PREFIX=$(out)" ] ++ stdenv.lib.optionals stdenv.isDarwin [ "CC=cc" ];
src = fetchurl {
url = "https://github.com/kfl/mosml/archive/ver-${version}.tar.gz";
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://mosml.org/;
license = licenses.gpl2;
- platforms = platforms.linux;
+ platforms = platforms.unix;
maintainers = with maintainers; [ vaibhavsagar ];
};
}
diff --git a/pkgs/development/compilers/nextpnr/default.nix b/pkgs/development/compilers/nextpnr/default.nix
index ec5deb4e22a..c1e01ef7782 100644
--- a/pkgs/development/compilers/nextpnr/default.nix
+++ b/pkgs/development/compilers/nextpnr/default.nix
@@ -1,53 +1,45 @@
-{ stdenv, fetchFromGitHub, cmake, makeWrapper
+{ stdenv, fetchFromGitHub, cmake
, boost, python3, eigen
, icestorm, trellis
-# TODO(thoughtpolice) Currently the GUI build seems broken at runtime on my
-# laptop (and over a remote X server on my server...), so mark it broken for
-# now, with intent to fix later.
-, enableGui ? false
+, enableGui ? true
+, wrapQtAppsHook
, qtbase
}:
let
boostPython = boost.override { python = python3; enablePython = true; };
-
- # This is a massive hack. For now, Trellis doesn't really support
- # installation through an already-built package; you have to build it once to
- # get the tools, then reuse the build directory to build nextpnr -- the
- # 'install' phase doesn't install everything it needs. This will be fixed in
- # the future but for now we can do this horrific thing.
- trellisRoot = trellis.overrideAttrs (_: {
- installPhase = ''
- mkdir -p $out
- cp *.so ..
- cd ../../.. && cp -R trellis database $out/
- '';
- });
in
-stdenv.mkDerivation rec {
- name = "nextpnr-${version}";
- version = "2019.04.19";
+with stdenv; mkDerivation rec {
+ pname = "nextpnr";
+ version = "2019.08.21";
src = fetchFromGitHub {
owner = "yosyshq";
repo = "nextpnr";
- rev = "5344bc3b65f4e06f983db781e9a82d30b3f1512b";
- sha256 = "1y14jpa948cwk0i19bsfqh7yxsxkgskm4xym4z179sjcvcdvrn3a";
+ rev = "c192ba261d77ad7f0a744fb90b01e4a5b63938c4";
+ sha256 = "0g2ar1z89b31qw5vgqj2rrcv9rzncs94184dgcsrz19p866654mf";
};
- nativeBuildInputs = [ cmake makeWrapper ];
+ nativeBuildInputs
+ = [ cmake ]
+ ++ (lib.optional enableGui wrapQtAppsHook);
buildInputs
= [ boostPython python3 eigen ]
- ++ (stdenv.lib.optional enableGui qtbase);
+ ++ (lib.optional enableGui qtbase);
enableParallelBuilding = true;
cmakeFlags =
[ "-DARCH=generic;ice40;ecp5"
"-DICEBOX_ROOT=${icestorm}/share/icebox"
- "-DTRELLIS_ROOT=${trellisRoot}/trellis"
+ "-DTRELLIS_ROOT=${trellis}/share/trellis"
+ "-DPYTRELLIS_LIBDIR=${trellis}/lib/trellis"
"-DUSE_OPENMP=ON"
- ] ++ (stdenv.lib.optional (!enableGui) "-DBUILD_GUI=OFF");
+ # warning: high RAM usage
+ "-DSERIALIZE_CHIPDB=OFF"
+ # use PyPy for icestorm if enabled
+ "-DPYTHON_EXECUTABLE=${icestorm.pythonInterp}"
+ ] ++ (lib.optional (!enableGui) "-DBUILD_GUI=OFF");
# Fix the version number. This is a bit stupid (and fragile) in practice
# but works ok. We should probably make this overrideable upstream.
@@ -56,20 +48,18 @@ stdenv.mkDerivation rec {
--replace 'git log -1 --format=%h' 'echo ${substring 0 11 src.rev}'
'';
- postInstall = stdenv.lib.optionalString enableGui ''
- for x in generic ice40 ecp5; do
- wrapProgram $out/bin/nextpnr-$x \
- --prefix QT_PLUGIN_PATH : "${qtbase}/${qtbase.qtPluginPrefix}"
- done
+
+ postFixup = lib.optionalString enableGui ''
+ wrapQtApp $out/bin/nextpnr-generic
+ wrapQtApp $out/bin/nextpnr-ice40
+ wrapQtApp $out/bin/nextpnr-ecp5
'';
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Place and route tool for FPGAs";
homepage = https://github.com/yosyshq/nextpnr;
license = licenses.isc;
- platforms = platforms.linux;
- maintainers = with maintainers; [ thoughtpolice ];
-
- broken = enableGui;
+ platforms = platforms.all;
+ maintainers = with maintainers; [ thoughtpolice emily ];
};
}
diff --git a/pkgs/development/compilers/nim/default.nix b/pkgs/development/compilers/nim/default.nix
index 0d319d235fd..4228c368e56 100644
--- a/pkgs/development/compilers/nim/default.nix
+++ b/pkgs/development/compilers/nim/default.nix
@@ -1,14 +1,15 @@
# based on https://github.com/nim-lang/Nim/blob/v0.18.0/.travis.yml
-{ stdenv, lib, fetchurl, makeWrapper, nodejs-slim-10_x, openssl, pcre, readline, boehmgc, sfml, tzdata, coreutils }:
+{ stdenv, lib, fetchurl, makeWrapper, nodejs-slim-11_x, openssl, pcre, readline,
+ boehmgc, sfml, tzdata, coreutils, sqlite }:
stdenv.mkDerivation rec {
- name = "nim-${version}";
- version = "0.19.4";
+ pname = "nim";
+ version = "0.20.2";
src = fetchurl {
- url = "https://nim-lang.org/download/${name}.tar.xz";
- sha256 = "0k59dhfsg5wnkc3nxg5a336pjd9jnfxabns63bl9n28iwdg16hgl";
+ url = "https://nim-lang.org/download/${pname}-${version}.tar.xz";
+ sha256 = "0pibil10x0c181kw705phlwk8bn8dy5ghqd9h9fm6i9afrz5ryp1";
};
doCheck = !stdenv.isDarwin;
@@ -20,6 +21,7 @@ stdenv.mkDerivation rec {
"-lpcre"
"-lreadline"
"-lgc"
+ "-lsqlite3"
];
# 1. nodejs is only needed for tests
@@ -27,19 +29,21 @@ stdenv.mkDerivation rec {
# used for bootstrapping, but koch insists on moving the nim compiler around
# as part of building it, so it cannot be read-only
+ checkInputs = [
+ nodejs-slim-11_x tzdata coreutils
+ ];
+
nativeBuildInputs = [
- makeWrapper nodejs-slim-10_x tzdata coreutils
+ makeWrapper
];
buildInputs = [
- openssl pcre readline boehmgc sfml
+ openssl pcre readline boehmgc sfml sqlite
];
- phases = [ "unpackPhase" "patchPhase" "buildPhase" "installPhase" "checkPhase" ];
-
buildPhase = ''
- # use $CC to trigger the linker since calling ld in build.sh causes an error
- LD=$CC
+ runHook preBuild
+
# build.sh wants to write to $HOME/.cache
HOME=$TMPDIR
sh build.sh
@@ -48,41 +52,60 @@ stdenv.mkDerivation rec {
-d:useGnuReadline \
${lib.optionals (stdenv.isDarwin || stdenv.isLinux) "-d:nativeStacktrace"}
./koch tools -d:release
+
+ runHook postBuild
+ '';
+
+ prePatch =
+ let disableTest = ''sed -i '1i discard \"\"\"\n disabled: true\n\"\"\"\n\n' '';
+ disableStdLibTest = ''sed -i -e '/^when isMainModule/,/^END$/{s/^/#/}' '';
+ disableCompile = ''sed -i -e 's/^/#/' '';
+ in ''
+ substituteInPlace ./tests/osproc/tworkingdir.nim --replace "/usr/bin" "${coreutils}/bin"
+ substituteInPlace ./tests/stdlib/ttimes.nim --replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
+
+ # reported upstream: https://github.com/nim-lang/Nim/issues/11435
+ ${disableTest} ./tests/misc/tstrace.nim
+
+ # runs out of memory on a machine with 8GB RAM
+ ${disableTest} ./tests/system/t7894.nim
+
+ # requires network access (not available in the build container)
+ ${disableTest} ./tests/stdlib/thttpclient.nim
+ '' + lib.optionalString stdenv.isAarch64 ''
+ # supposedly broken on aarch64
+ ${disableStdLibTest} ./lib/pure/stats.nim
+
+ # reported upstream: https://github.com/nim-lang/Nim/issues/11463
+ ${disableCompile} ./lib/nimhcr.nim
+ ${disableTest} ./tests/dll/nimhcr_unit.nim
+ ${disableTest} ./tests/dll/nimhcr_integration.nim
+ '';
+
+ checkPhase = ''
+ runHook preCheck
+
+ ./koch tests --nim:bin/nim all
+
+ runHook postCheck
'';
installPhase = ''
+ runHook preInstall
+
install -Dt $out/bin bin/* koch
./koch install $out
mv $out/nim/bin/* $out/bin/ && rmdir $out/nim/bin
mv $out/nim/* $out/ && rmdir $out/nim
wrapProgram $out/bin/nim \
--suffix PATH : ${lib.makeBinPath [ stdenv.cc ]}
- '';
- patchPhase =
- let disableTest = ''sed -i '1i discard \"\"\"\n disabled: true\n\"\"\"\n\n' '';
- disableStdLibTest = ''sed -i -e '/^when isMainModule/,/^END$/{s/^/#/}' '';
- disableCompile = ''sed -i -e 's/^/#/' '';
- in ''
- substituteInPlace ./tests/async/tioselectors.nim --replace "/bin/sleep" "sleep"
- substituteInPlace ./tests/osproc/tworkingdir.nim --replace "/usr/bin" "${coreutils}/bin"
- substituteInPlace ./tests/stdlib/ttimes.nim --replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
-
- # disable tests requiring network access (not available in the build container)
- ${disableTest} ./tests/stdlib/thttpclient.nim
- '' + lib.optionalString stdenv.isAarch64 ''
- # disable test supposedly broken on aarch64
- ${disableStdLibTest} ./lib/pure/stats.nim
- '';
-
- checkPhase = ''
- PATH=$PATH:$out/bin
- ./koch tests
+ runHook postInstall
'';
meta = with stdenv.lib; {
description = "Statically typed, imperative programming language";
- homepage = https://nim-lang.org/;
+ homepage = "https://nim-lang.org/";
license = licenses.mit;
maintainers = with maintainers; [ ehmry peterhoeg ];
platforms = with platforms; linux ++ darwin; # arbitrary
diff --git a/pkgs/development/compilers/nvidia-cg-toolkit/default.nix b/pkgs/development/compilers/nvidia-cg-toolkit/default.nix
index b6e2aea7eca..6bd4af05da3 100644
--- a/pkgs/development/compilers/nvidia-cg-toolkit/default.nix
+++ b/pkgs/development/compilers/nvidia-cg-toolkit/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
'';
meta = {
- homepage = http://developer.nvidia.com/cg-toolkit;
+ homepage = https://developer.nvidia.com/cg-toolkit;
license = lib.licenses.unfreeRedistributable;
};
}
diff --git a/pkgs/development/compilers/ocaml/4.08.nix b/pkgs/development/compilers/ocaml/4.08.nix
index cdc5314f3c7..11c22e636ef 100644
--- a/pkgs/development/compilers/ocaml/4.08.nix
+++ b/pkgs/development/compilers/ocaml/4.08.nix
@@ -1,8 +1,8 @@
import ./generic.nix {
major_version = "4";
minor_version = "08";
- patch_version = "0+rc2";
- sha256 = "09wp2iig6v5pivkjcnibdvkg5mchcj3q4zms6ij67039xczm8qrg";
+ patch_version = "1";
+ sha256 = "18sycl3zmgb8ghpxymriy5d72gvw7m5ra65v51hcrmzzac21hkyd";
# If the executable is stripped it does not work
dontStrip = true;
diff --git a/pkgs/development/compilers/openjdk/11.nix b/pkgs/development/compilers/openjdk/11.nix
index 5840061ed53..7ccbfb6351d 100644
--- a/pkgs/development/compilers/openjdk/11.nix
+++ b/pkgs/development/compilers/openjdk/11.nix
@@ -1,9 +1,10 @@
{ stdenv, lib, fetchurl, bash, cpio, autoconf, pkgconfig, file, which, unzip, zip, cups, freetype
-, alsaLib, bootjdk, perl, liberation_ttf, fontconfig, zlib, lndir
+, alsaLib, bootjdk, perl, fontconfig, zlib, lndir
, libX11, libICE, libXrender, libXext, libXt, libXtst, libXi, libXinerama, libXcursor, libXrandr
, libjpeg, giflib
, setJavaClassPath
, minimal ? false
+, enableJavaFX ? true, openjfx
, enableGnome2 ? true, gtk3, gnome_vfs, glib, GConf
}:
@@ -43,6 +44,7 @@ let
./fix-java-home-jdk10.patch
./read-truststore-from-env-jdk10.patch
./currency-date-range-jdk10.patch
+ ./increase-javadoc-heap.patch
] ++ lib.optionals (!minimal && enableGnome2) [
./swing-use-gtk-jdk10.patch
];
@@ -68,6 +70,7 @@ let
''
+ lib.optionalString (architecture == "amd64") " \"--with-jvm-features=zgc\""
+ lib.optionalString minimal " \"--enable-headless-only\""
+ + lib.optionalString (!minimal && enableJavaFX) " \"--with-import-modules=${openjfx}\""
+ ");"
# https://bugzilla.redhat.com/show_bug.cgi?id=1306558
# https://github.com/JetBrains/jdk8u/commit/eaa5e0711a43d64874111254d74893fa299d5716
diff --git a/pkgs/development/compilers/openjdk/darwin/default.nix b/pkgs/development/compilers/openjdk/darwin/default.nix
index 54239e58002..b4e19c32e26 100644
--- a/pkgs/development/compilers/openjdk/darwin/default.nix
+++ b/pkgs/development/compilers/openjdk/darwin/default.nix
@@ -1,18 +1,28 @@
{ stdenv, fetchurl, unzip, setJavaClassPath, freetype }:
let
- jdk = stdenv.mkDerivation {
- name = "openjdk-7u60b30";
+ jce-policies = fetchurl {
+ # Ugh, unversioned URLs... I hope this doesn't change often enough to cause pain before we move to a Darwin source build of OpenJDK!
+ url = "http://cdn.azul.com/zcek/bin/ZuluJCEPolicies.zip";
+ sha256 = "0nk7m0lgcbsvldq2wbfni2pzq8h818523z912i7v8hdcij5s48c0";
+ };
+
+ jdk = stdenv.mkDerivation rec {
+ name = "zulu12.1.3-ca-jdk12";
- # From https://github.com/alexkasko/openjdk-unofficial-builds
src = fetchurl {
- url = https://bitbucket.org/alexkasko/openjdk-unofficial-builds/downloads/openjdk-1.7.0-u60-unofficial-macosx-x86_64-bundle.zip;
- sha256 = "af510a4d566712d82c17054bb39f91d98c69a85586e244c6123669a0bd4b7401";
+ url = "https://cdn.azul.com/zulu/bin/${name}-macosx_x64.tar.gz";
+ sha256 = "05q3v4vwjd7xhqr21bzlip5x4xhq5rpdshfpb8i86n4zvn7l0mxy";
+ curlOpts = "-H Referer:https://www.azul.com/downloads/zulu/";
};
buildInputs = [ unzip freetype ];
installPhase = ''
- mv */Contents/Home $out
+ mkdir -p $out
+ mv * $out
+
+ unzip ${jce-policies}
+ mv -f ZuluJCEPolicies/*.jar $out/lib/security/
# jni.h expects jni_md.h to be in the header search path.
ln -s $out/include/darwin/*_md.h $out/include/
@@ -24,13 +34,13 @@ let
'';
preFixup = ''
- # Propagate the setJavaClassPath setup hook from the JRE so that
- # any package that depends on the JRE has $CLASSPATH set up
+ # Propagate the setJavaClassPath setup hook from the JDK so that
+ # any package that depends on the JDK has $CLASSPATH set up
# properly.
mkdir -p $out/nix-support
printWords ${setJavaClassPath} > $out/nix-support/propagated-build-inputs
- install_name_tool -change /usr/X11/lib/libfreetype.6.dylib ${freetype}/lib/libfreetype.6.dylib $out/jre/lib/libfontmanager.dylib
+ install_name_tool -change /usr/X11/lib/libfreetype.6.dylib ${freetype}/lib/libfreetype.6.dylib $out/lib/libfontmanager.dylib
# Set JAVA_HOME automatically.
cat <> $out/nix-support/setup-hook
@@ -39,7 +49,6 @@ let
'';
passthru = {
- jre = jdk;
home = jdk;
};
diff --git a/pkgs/development/compilers/openjdk/default.nix b/pkgs/development/compilers/openjdk/default.nix
new file mode 100644
index 00000000000..65c85d055cb
--- /dev/null
+++ b/pkgs/development/compilers/openjdk/default.nix
@@ -0,0 +1,171 @@
+{ stdenv, lib, fetchurl, bash, cpio, autoconf, pkgconfig, file, which, unzip, zip, cups, freetype
+, alsaLib, bootjdk, perl, liberation_ttf, fontconfig, zlib, lndir
+, libX11, libICE, libXrender, libXext, libXt, libXtst, libXi, libXinerama, libXcursor, libXrandr
+, libjpeg, giflib
+, setJavaClassPath
+, minimal ? false
+, enableJavaFX ? true, openjfx
+, enableGnome2 ? true, gtk3, gnome_vfs, glib, GConf
+}:
+
+let
+
+ /**
+ * The JDK libraries are in directories that depend on the CPU.
+ */
+ architecture =
+ if stdenv.hostPlatform.system == "i686-linux" then
+ "i386"
+ else "amd64";
+
+ major = "12";
+ update = ".0.2";
+ build = "ga";
+ repover = "jdk-${major}${update}-${build}";
+
+ openjdk = stdenv.mkDerivation {
+ name = "openjdk-${major}${update}-${build}";
+
+ src = fetchurl {
+ url = "http://hg.openjdk.java.net/jdk-updates/jdk${major}u/archive/${repover}.tar.gz";
+ sha256 = "1ndlxmikyy298z7lqpr1bd0zxq7yx6xidj8y3c8mw9m9fy64h9c7";
+ };
+
+ nativeBuildInputs = [ pkgconfig ];
+ buildInputs = [
+ autoconf cpio file which unzip zip perl bootjdk zlib cups freetype alsaLib
+ libjpeg giflib libX11 libICE libXext libXrender libXtst libXt libXtst
+ libXi libXinerama libXcursor libXrandr lndir fontconfig
+ ] ++ lib.optionals (!minimal && enableGnome2) [
+ gtk3 gnome_vfs GConf glib
+ ];
+
+ patches = [
+ ./fix-java-home-jdk10.patch
+ ./read-truststore-from-env-jdk10.patch
+ ./currency-date-range-jdk10.patch
+ ./increase-javadoc-heap.patch
+ # -Wformat etc. are stricter in newer gccs, per
+ # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79677
+ # so grab the work-around from
+ # https://src.fedoraproject.org/rpms/java-openjdk/pull-request/24
+ (fetchurl {
+ url = https://src.fedoraproject.org/rpms/java-openjdk/raw/06c001c7d87f2e9fe4fedeef2d993bcd5d7afa2a/f/rh1673833-remove_removal_of_wformat_during_test_compilation.patch;
+ sha256 = "082lmc30x64x583vqq00c8y0wqih3y4r0mp1c4bqq36l22qv6b6r";
+ })
+ ] ++ lib.optionals (!minimal && enableGnome2) [
+ ./swing-use-gtk-jdk10.patch
+ ];
+
+ preConfigure = ''
+ chmod +x configure
+ substituteInPlace configure --replace /bin/bash "${bash}/bin/bash"
+
+ configureFlagsArray=(
+ "--with-boot-jdk=${bootjdk.home}"
+ "--enable-unlimited-crypto"
+ "--with-zlib=system"
+ "--with-giflib=system"
+ "--with-stdc++lib=dynamic"
+
+ # glibc 2.24 deprecated readdir_r so we need this
+ # See https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg49006.html
+ "--with-extra-cflags=-Wno-error=deprecated-declarations -Wno-error=unused-result"
+ ''
+ + lib.optionalString (architecture == "amd64") " \"--with-jvm-features=zgc\""
+ + lib.optionalString minimal " \"--enable-headless-only\""
+ + lib.optionalString (!minimal && enableJavaFX) " \"--with-import-modules=${openjfx}\""
+ + ");"
+ # https://bugzilla.redhat.com/show_bug.cgi?id=1306558
+ # https://github.com/JetBrains/jdk8u/commit/eaa5e0711a43d64874111254d74893fa299d5716
+ + stdenv.lib.optionalString stdenv.cc.isGNU ''
+ NIX_CFLAGS_COMPILE+=" -fno-lifetime-dse -fno-delete-null-pointer-checks -std=gnu++98 -Wno-error"
+ '';
+
+ NIX_LDFLAGS= lib.optionals (!minimal) [
+ "-lfontconfig" "-lcups" "-lXinerama" "-lXrandr" "-lmagic"
+ ] ++ lib.optionals (!minimal && enableGnome2) [
+ "-lgtk-3" "-lgio-2.0" "-lgnomevfs-2" "-lgconf-2"
+ ];
+
+ buildFlags = [ "all" ];
+
+ installPhase = ''
+ mkdir -p $out/lib/openjdk $out/share
+
+ cp -av build/*/images/jdk/* $out/lib/openjdk
+
+ # Remove some broken manpages.
+ rm -rf $out/lib/openjdk/man/ja*
+
+ # Mirror some stuff in top-level.
+ mkdir $out/include $out/share/man
+ ln -s $out/lib/openjdk/include/* $out/include/
+ ln -s $out/lib/openjdk/man/* $out/share/man/
+
+ # jni.h expects jni_md.h to be in the header search path.
+ ln -s $out/include/linux/*_md.h $out/include/
+
+ # Remove crap from the installation.
+ rm -rf $out/lib/openjdk/demo
+ ${lib.optionalString minimal ''
+ rm $out/lib/openjdk/lib/{libjsound,libfontmanager}.so
+ ''}
+
+ ln -s $out/lib/openjdk/bin $out/bin
+ '';
+
+ preFixup = ''
+ # Propagate the setJavaClassPath setup hook so that any package
+ # that depends on the JDK has $CLASSPATH set up properly.
+ mkdir -p $out/nix-support
+ #TODO or printWords? cf https://github.com/NixOS/nixpkgs/pull/27427#issuecomment-317293040
+ echo -n "${setJavaClassPath}" > $out/nix-support/propagated-build-inputs
+
+ # Set JAVA_HOME automatically.
+ mkdir -p $out/nix-support
+ cat < $out/nix-support/setup-hook
+ if [ -z "\$JAVA_HOME" ]; then export JAVA_HOME=$out/lib/openjdk; fi
+ EOF
+ '';
+
+ postFixup = ''
+ # Build the set of output library directories to rpath against
+ LIBDIRS=""
+ for output in $outputs; do
+ LIBDIRS="$(find $(eval echo \$$output) -name \*.so\* -exec dirname {} \+ | sort | uniq | tr '\n' ':'):$LIBDIRS"
+ done
+
+ # Add the local library paths to remove dependencies on the bootstrap
+ for output in $outputs; do
+ OUTPUTDIR=$(eval echo \$$output)
+ BINLIBS=$(find $OUTPUTDIR/bin/ -type f; find $OUTPUTDIR -name \*.so\*)
+ echo "$BINLIBS" | while read i; do
+ patchelf --set-rpath "$LIBDIRS:$(patchelf --print-rpath "$i")" "$i" || true
+ patchelf --shrink-rpath "$i" || true
+ done
+ done
+
+ # Test to make sure that we don't depend on the bootstrap
+ for output in $outputs; do
+ if grep -q -r '${bootjdk}' $(eval echo \$$output); then
+ echo "Extraneous references to ${bootjdk} detected"
+ exit 1
+ fi
+ done
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = http://openjdk.java.net/;
+ license = licenses.gpl2;
+ description = "The open-source Java Development Kit";
+ maintainers = with maintainers; [ edwtjo ];
+ platforms = ["i686-linux" "x86_64-linux"];
+ };
+
+ passthru = {
+ inherit architecture;
+ home = "${openjdk}/lib/openjdk";
+ };
+ };
+in openjdk
diff --git a/pkgs/development/compilers/openjdk/increase-javadoc-heap.patch b/pkgs/development/compilers/openjdk/increase-javadoc-heap.patch
new file mode 100644
index 00000000000..6a1b253f913
--- /dev/null
+++ b/pkgs/development/compilers/openjdk/increase-javadoc-heap.patch
@@ -0,0 +1,12 @@
+--- a/make/Docs.gmk 2019-07-24 13:07:37.013405090 -0400
++++ b/make/Docs.gmk 2019-07-24 13:07:28.406550535 -0400
+@@ -274,7 +274,7 @@
+ $1_INDIRECT_EXPORTS := $$(call FindTransitiveIndirectDepsForModules, $$($1_MODULES))
+ $1_ALL_MODULES := $$(sort $$($1_MODULES) $$($1_INDIRECT_EXPORTS))
+
+- $1_JAVA_ARGS := -Dextlink.spec.version=$$(VERSION_SPECIFICATION)
++ $1_JAVA_ARGS := -Dextlink.spec.version=$$(VERSION_SPECIFICATION) -Xmx1G
+
+ ifeq ($$(ENABLE_FULL_DOCS), true)
+ # Tell the ModuleGraph taglet to generate html links to soon-to-be-created
+
diff --git a/pkgs/development/compilers/openjdk/openjfx/11.nix b/pkgs/development/compilers/openjdk/openjfx/11.nix
new file mode 100644
index 00000000000..223feb1e2a1
--- /dev/null
+++ b/pkgs/development/compilers/openjdk/openjfx/11.nix
@@ -0,0 +1,110 @@
+{ stdenv, fetchurl, writeText, openjdk, bootjdk, gradleGen, pkgconfig, perl, cmake, gperf
+, gtk2, gtk3, libXtst, libXxf86vm, glib, alsaLib, ffmpeg, python, ruby }:
+
+let
+ major = "11";
+ update = ".0.3";
+ build = "1";
+ repover = "${major}${update}+${build}";
+ gradle_ = (gradleGen.override {
+ java = bootjdk;
+ }).gradle_4_10;
+
+ makePackage = args: stdenv.mkDerivation ({
+ version = "${major}${update}-${repover}";
+
+ src = fetchurl {
+ url = "http://hg.openjdk.java.net/openjfx/${major}/rt/archive/${repover}.tar.gz";
+ sha256 = "1h7qsylr7rnwnbimqjyn3whszp9kv4h3gpicsrb3mradxc9yv194";
+ };
+
+ buildInputs = [ gtk2 gtk3 libXtst libXxf86vm glib alsaLib ffmpeg ];
+ nativeBuildInputs = [ gradle_ perl pkgconfig cmake gperf python ruby ];
+
+ dontUseCmakeConfigure = true;
+
+ config = writeText "gradle.properties" (''
+ CONF = Release
+ JDK_HOME = ${bootjdk}/lib/openjdk
+ '' + args.gradleProperties or "");
+
+ buildPhase = ''
+ runHook preBuild
+
+ export GRADLE_USER_HOME=$(mktemp -d)
+ ln -s $config gradle.properties
+ export NIX_CFLAGS_COMPILE="$(pkg-config --cflags glib-2.0) $NIX_CFLAGS_COMPILE"
+ gradle --no-daemon $gradleFlags sdk
+
+ runHook postBuild
+ '';
+ } // args);
+
+ # Fake build to pre-download deps into fixed-output derivation.
+ # We run nearly full build because I see no other way to download everything that's needed.
+ # Anyone who knows a better way?
+ deps = makePackage {
+ pname = "openjfx-deps";
+
+ # perl code mavenizes pathes (com.squareup.okio/okio/1.13.0/a9283170b7305c8d92d25aff02a6ab7e45d06cbe/okio-1.13.0.jar -> com/squareup/okio/okio/1.13.0/okio-1.13.0.jar)
+ installPhase = ''
+ find $GRADLE_USER_HOME -type f -regex '.*/modules.*\.\(jar\|pom\)' \
+ | perl -pe 's#(.*/([^/]+)/([^/]+)/([^/]+)/[0-9a-f]{30,40}/([^/\s]+))$# ($x = $2) =~ tr|\.|/|; "install -Dm444 $1 \$out/$x/$3/$4/$5" #e' \
+ | sh
+ rm -rf $out/tmp
+ '';
+
+ outputHashAlgo = "sha256";
+ outputHashMode = "recursive";
+ outputHash =
+ # Downloaded AWT jars differ by platform.
+ if stdenv.system == "x86_64-linux" then "0d4msxswdav1xsfkpr0qd3xgqkcbxzf47v1zdy5jmg5w4bs6a78a"
+ else if stdenv.system == "i686-linux" then "0mjlyf6jvbis7nrm5d394sjv4hjw6k3753hr1nwdxk8skwc3ry08"
+ else throw "Unsupported platform";
+ };
+
+in makePackage {
+ pname = "openjfx-modular-sdk";
+
+ gradleProperties = ''
+ COMPILE_MEDIA = true
+ COMPILE_WEBKIT = true
+ '';
+
+ preBuild = ''
+ swtJar="$(find ${deps} -name org.eclipse.swt\*.jar)"
+ substituteInPlace build.gradle \
+ --replace 'mavenCentral()' 'mavenLocal(); maven { url uri("${deps}") }' \
+ --replace 'name: SWT_FILE_NAME' "files('$swtJar')"
+ '';
+
+ installPhase = ''
+ cp -r build/modular-sdk $out
+ '';
+
+ stripDebugList = [ "." ];
+
+ postFixup = ''
+ # Remove references to bootstrap.
+ find "$out" -name \*.so | while read lib; do
+ new_refs="$(patchelf --print-rpath "$lib" | sed -E 's,:?${bootjdk}[^:]*,,')"
+ patchelf --set-rpath "$new_refs" "$lib"
+ done
+
+ # Test to make sure that we don't depend on the bootstrap
+ if grep -q -r '${bootjdk}' "$out"; then
+ echo "Extraneous references to ${bootjdk} detected" >&2
+ exit 1
+ fi
+ '';
+
+ passthru.deps = deps;
+
+ meta = with stdenv.lib; {
+ homepage = http://openjdk.java.net/projects/openjfx/;
+ license = openjdk.meta.license;
+ description = "The next-generation Java client toolkit.";
+ maintainers = with maintainers; [ abbradar ];
+ platforms = openjdk.meta.platforms;
+ };
+}
diff --git a/pkgs/development/compilers/openjdk/openjfx/12.nix b/pkgs/development/compilers/openjdk/openjfx/12.nix
new file mode 100644
index 00000000000..266dd7f334e
--- /dev/null
+++ b/pkgs/development/compilers/openjdk/openjfx/12.nix
@@ -0,0 +1,110 @@
+{ stdenv, fetchurl, writeText, openjdk, bootjdk, gradleGen, pkgconfig, perl, cmake, gperf
+, gtk2, gtk3, libXtst, libXxf86vm, glib, alsaLib, ffmpeg, python, ruby }:
+
+let
+ major = "12";
+ update = "";
+ build = "14";
+ repover = "${major}${update}+${build}";
+ gradle_ = (gradleGen.override {
+ java = bootjdk;
+ }).gradle_4_10;
+
+ makePackage = args: stdenv.mkDerivation ({
+ version = "${major}${update}-${repover}";
+
+ src = fetchurl {
+ url = "http://hg.openjdk.java.net/openjfx/${major}-dev/rt/archive/${repover}.tar.gz";
+ sha256 = "16jjfjkrg57wsj9mmm52i2kl3byz3ba1f9f8wwc8zwqm4cpjzliz";
+ };
+
+ buildInputs = [ gtk2 gtk3 libXtst libXxf86vm glib alsaLib ffmpeg ];
+ nativeBuildInputs = [ gradle_ perl pkgconfig cmake gperf python ruby ];
+
+ dontUseCmakeConfigure = true;
+
+ config = writeText "gradle.properties" (''
+ CONF = Release
+ JDK_HOME = ${bootjdk}/lib/openjdk
+ '' + args.gradleProperties or "");
+
+ buildPhase = ''
+ runHook preBuild
+
+ export GRADLE_USER_HOME=$(mktemp -d)
+ ln -s $config gradle.properties
+ export NIX_CFLAGS_COMPILE="$(pkg-config --cflags glib-2.0) $NIX_CFLAGS_COMPILE"
+ gradle --no-daemon $gradleFlags sdk
+
+ runHook postBuild
+ '';
+ } // args);
+
+ # Fake build to pre-download deps into fixed-output derivation.
+ # We run nearly full build because I see no other way to download everything that's needed.
+ # Anyone who knows a better way?
+ deps = makePackage {
+ pname = "openjfx-deps";
+
+ # perl code mavenizes pathes (com.squareup.okio/okio/1.13.0/a9283170b7305c8d92d25aff02a6ab7e45d06cbe/okio-1.13.0.jar -> com/squareup/okio/okio/1.13.0/okio-1.13.0.jar)
+ installPhase = ''
+ find $GRADLE_USER_HOME -type f -regex '.*/modules.*\.\(jar\|pom\)' \
+ | perl -pe 's#(.*/([^/]+)/([^/]+)/([^/]+)/[0-9a-f]{30,40}/([^/\s]+))$# ($x = $2) =~ tr|\.|/|; "install -Dm444 $1 \$out/$x/$3/$4/$5" #e' \
+ | sh
+ rm -rf $out/tmp
+ '';
+
+ outputHashAlgo = "sha256";
+ outputHashMode = "recursive";
+ outputHash =
+ # Downloaded AWT jars differ by platform.
+ if stdenv.system == "x86_64-linux" then "1z5qar5l28ja4pkf5l5m48xbv3x1yrnilsv9lpf2j3vkdk9h1nci"
+ else if stdenv.system == "i686-linux" then "0rbygvjc7w197fi5nxldqdrm6mpiyd3n45042g3gd4s5qk08spjd"
+ else throw "Unsupported platform";
+ };
+
+in makePackage {
+ pname = "openjfx-modular-sdk";
+
+ gradleProperties = ''
+ COMPILE_MEDIA = true
+ COMPILE_WEBKIT = true
+ '';
+
+ preBuild = ''
+ swtJar="$(find ${deps} -name org.eclipse.swt\*.jar)"
+ substituteInPlace build.gradle \
+ --replace 'mavenCentral()' 'mavenLocal(); maven { url uri("${deps}") }' \
+ --replace 'name: SWT_FILE_NAME' "files('$swtJar')"
+ '';
+
+ installPhase = ''
+ cp -r build/modular-sdk $out
+ '';
+
+ stripDebugList = [ "." ];
+
+ postFixup = ''
+ # Remove references to bootstrap.
+ find "$out" -name \*.so | while read lib; do
+ new_refs="$(patchelf --print-rpath "$lib" | sed -E 's,:?${bootjdk}[^:]*,,')"
+ patchelf --set-rpath "$new_refs" "$lib"
+ done
+
+ # Test to make sure that we don't depend on the bootstrap
+ if grep -q -r '${bootjdk}' "$out"; then
+ echo "Extraneous references to ${bootjdk} detected" >&2
+ exit 1
+ fi
+ '';
+
+ passthru.deps = deps;
+
+ meta = with stdenv.lib; {
+ homepage = http://openjdk.java.net/projects/openjfx/;
+ license = openjdk.meta.license;
+ description = "The next-generation Java client toolkit.";
+ maintainers = with maintainers; [ abbradar ];
+ platforms = openjdk.meta.platforms;
+ };
+}
diff --git a/pkgs/development/compilers/openspin/default.nix b/pkgs/development/compilers/openspin/default.nix
index 71bda3e03d9..690707265b4 100644
--- a/pkgs/development/compilers/openspin/default.nix
+++ b/pkgs/development/compilers/openspin/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchFromGitHub }:
+{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "openspin-${version}";
diff --git a/pkgs/development/compilers/oraclejdk/jdk-linux-base.nix b/pkgs/development/compilers/oraclejdk/jdk-linux-base.nix
index ea6b9d2a9fe..e80d81dc5a0 100644
--- a/pkgs/development/compilers/oraclejdk/jdk-linux-base.nix
+++ b/pkgs/development/compilers/oraclejdk/jdk-linux-base.nix
@@ -32,7 +32,7 @@
, cairo
, alsaLib
, atk
-, gdk_pixbuf
+, gdk-pixbuf
, setJavaClassPath
}:
@@ -183,7 +183,7 @@ let result = stdenv.mkDerivation rec {
* libXt is only needed on amd64
*/
libraries =
- [stdenv.cc.libc glib libxml2 libav_0_8 ffmpeg libxslt libGL xorg.libXxf86vm alsaLib fontconfig freetype pango gtk2 cairo gdk_pixbuf atk] ++
+ [stdenv.cc.libc glib libxml2 libav_0_8 ffmpeg libxslt libGL xorg.libXxf86vm alsaLib fontconfig freetype pango gtk2 cairo gdk-pixbuf atk] ++
(if swingSupport then [xorg.libX11 xorg.libXext xorg.libXtst xorg.libXi xorg.libXp xorg.libXt xorg.libXrender stdenv.cc.cc] else []);
rpath = stdenv.lib.strings.makeLibraryPath libraries;
diff --git a/pkgs/development/compilers/osl/default.nix b/pkgs/development/compilers/osl/default.nix
index ff4e387f07e..e4d3398476e 100644
--- a/pkgs/development/compilers/osl/default.nix
+++ b/pkgs/development/compilers/osl/default.nix
@@ -8,13 +8,13 @@ in clangStdenv.mkDerivation rec {
# In theory this could use GCC + Clang rather than just Clang,
# but https://github.com/NixOS/nixpkgs/issues/29877 stops this
name = "openshadinglanguage-${version}";
- version = "1.10.5";
+ version = "1.10.6";
src = fetchFromGitHub {
owner = "imageworks";
repo = "OpenShadingLanguage";
- rev = "Release-1.10.5";
- sha256 = "1g7izkjqb5xmp87k2aw0fgkxhcf7b9jn9hi60lwav3yhs50j8qsi";
+ rev = "Release-1.10.6";
+ sha256 = "1g8g853iq56knlvn1hdsck78by3843vyly9wji5ip41r6i2s0zla";
};
cmakeFlags = [ "-DUSE_BOOST_WAVE=ON" "-DENABLERTTI=ON" ];
diff --git a/pkgs/development/compilers/ponyc/default.nix b/pkgs/development/compilers/ponyc/default.nix
index 749fbcc2faf..85641c351d4 100644
--- a/pkgs/development/compilers/ponyc/default.nix
+++ b/pkgs/development/compilers/ponyc/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation ( rec {
pname = "ponyc";
- version = "0.28.0";
+ version = "0.30.0";
src = fetchFromGitHub {
owner = "ponylang";
repo = pname;
rev = version;
- sha256 = "011qxhiq75j6d37ws4nb6a8bdfw2cvlcsb2fgdkn1hx2xb81h6wc";
+ sha256 = "1gs9x4rw4mfv499j3k1brm8gbz7pjl8dyr7v68pa2f563cbzwaq9";
};
buildInputs = [ llvm makeWrapper which ];
@@ -25,6 +25,10 @@ stdenv.mkDerivation ( rec {
substituteInPlace packages/process/_test.pony \
--replace '=/bin' "${coreutils}/bin"
+ # Disabling the stdlib tests
+ substituteInPlace Makefile-ponyc \
+ --replace 'test-ci: all check-version test-core test-stdlib-debug test-stdlib' 'test-ci: all check-version test-core'
+
# Remove impure system refs
substituteInPlace src/libponyc/pkg/package.c \
--replace "/usr/local/lib" "" \
diff --git a/pkgs/development/compilers/ponyc/pony-stable.nix b/pkgs/development/compilers/ponyc/pony-stable.nix
index 821a9b8125c..2aab6a99a1c 100644
--- a/pkgs/development/compilers/ponyc/pony-stable.nix
+++ b/pkgs/development/compilers/ponyc/pony-stable.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "pony-stable-${version}";
- version = "0.2.0";
+ version = "0.2.1";
src = fetchFromGitHub {
owner = "ponylang";
repo = "pony-stable";
rev = version;
- sha256 = "0zzcq0vsl6kcrsxwqzd3s9mq7aq5sg8si5c83rxyi9n6a06gnbh7";
+ sha256 = "1wiinw35bp3zpq9kx61x2zvid7ln00jrw052ah8801s0d9dbwrdr";
};
buildInputs = [ ponyc ];
diff --git a/pkgs/development/compilers/qbe/default.nix b/pkgs/development/compilers/qbe/default.nix
new file mode 100644
index 00000000000..8926fced482
--- /dev/null
+++ b/pkgs/development/compilers/qbe/default.nix
@@ -0,0 +1,22 @@
+{ stdenv, fetchgit }:
+
+stdenv.mkDerivation {
+ pname = "qbe";
+ version = "unstable-2019-07-11";
+
+ src = fetchgit {
+ url = "git://c9x.me/qbe.git";
+ rev = "7bf08ff50729037c8820b26d085905175b5593c8";
+ sha256 = "0w1yack5ky6x6lbw8vn6swsy8s90n6ny0jpkw0866ja677z7qz34";
+ };
+
+ makeFlags = [ "PREFIX=$(out)" ];
+ meta = with stdenv.lib; {
+ homepage = "https://c9x.me/compile/";
+ description = "A small compiler backend written in C";
+ maintainers = with maintainers; [ fgaz ];
+ license = licenses.mit;
+ platforms = platforms.all;
+ };
+}
+
diff --git a/pkgs/development/compilers/reason/default.nix b/pkgs/development/compilers/reason/default.nix
index 1b84b934852..5ade7fd6fba 100644
--- a/pkgs/development/compilers/reason/default.nix
+++ b/pkgs/development/compilers/reason/default.nix
@@ -1,23 +1,24 @@
{ stdenv, makeWrapper, fetchFromGitHub, ocaml, findlib, dune
-, menhir, merlin_extend, ppx_tools_versioned, utop
+, menhir, merlin-extend, ppx_tools_versioned, utop, cppo
+, ocaml_lwt
}:
stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-reason-${version}";
- version = "3.3.7";
+ version = "3.5.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "reason";
- rev = "4d20e5b535c29c5ef1283e65958b32996e449e5a";
- sha256 = "0f3pb61wg58g8f3wcnp1h4gpmnwmp7bq0cnqdfwldmh9cs0dqyfk";
+ rev = "ea207004e021efef5a92ecd011d9d5b9b16bbded";
+ sha256 = "0cdjy7sw15rlk63prrwy8lavqrz8fqwsgwr19ihvj99x332r98kk";
};
nativeBuildInputs = [ makeWrapper ];
- propagatedBuildInputs = [ menhir merlin_extend ppx_tools_versioned ];
+ propagatedBuildInputs = [ menhir merlin-extend ppx_tools_versioned ];
- buildInputs = [ ocaml findlib dune utop menhir ];
+ buildInputs = [ ocaml findlib dune cppo utop menhir ];
buildFlags = [ "build" ]; # do not "make tests" before reason lib is installed
@@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
postInstall = ''
wrapProgram $out/bin/rtop \
--prefix PATH : "${utop}/bin" \
+ --set CAML_LD_LIBRARY_PATH ${ocaml_lwt}/lib/ocaml/${ocaml.version}/site-lib:$CAML_LD_LIBRARY_PATH \
--set OCAMLPATH $out/lib/ocaml/${ocaml.version}/site-lib:$OCAMLPATH
'';
diff --git a/pkgs/development/compilers/rust/binaryBuild.nix b/pkgs/development/compilers/rust/binaryBuild.nix
index 77dba7f9e62..cb2fba96e18 100644
--- a/pkgs/development/compilers/rust/binaryBuild.nix
+++ b/pkgs/development/compilers/rust/binaryBuild.nix
@@ -31,7 +31,8 @@ rec {
license = [ licenses.mit licenses.asl20 ];
};
- buildInputs = [ bash ] ++ stdenv.lib.optional stdenv.isDarwin Security;
+ buildInputs = [ bash ]
+ ++ stdenv.lib.optional stdenv.isDarwin Security;
postPatch = ''
patchShebangs .
@@ -53,17 +54,6 @@ rec {
"$out/bin/cargo"
''}
- ${optionalString (stdenv.isDarwin && bootstrapping) ''
- install_name_tool -change /usr/lib/libresolv.9.dylib '${darwin.libresolv}/lib/libresolv.9.dylib' "$out/bin/rustc"
- install_name_tool -change /usr/lib/libresolv.9.dylib '${darwin.libresolv}/lib/libresolv.9.dylib' "$out/bin/rustdoc"
- install_name_tool -change /usr/lib/libiconv.2.dylib '${darwin.libiconv}/lib/libiconv.2.dylib' "$out/bin/cargo"
- install_name_tool -change /usr/lib/libresolv.9.dylib '${darwin.libresolv}/lib/libresolv.9.dylib' "$out/bin/cargo"
- install_name_tool -change /usr/lib/libcurl.4.dylib '${stdenv.lib.getLib curl}/lib/libcurl.4.dylib' "$out/bin/cargo"
- for f in $out/lib/lib*.dylib; do
- install_name_tool -change /usr/lib/libresolv.9.dylib '${darwin.libresolv}/lib/libresolv.9.dylib' "$f"
- done
- ''}
-
# Do NOT, I repeat, DO NOT use `wrapProgram` on $out/bin/rustc
# (or similar) here. It causes strange effects where rustc loads
# the wrong libraries in a bootstrap-build causing failures that
@@ -85,7 +75,8 @@ rec {
license = [ licenses.mit licenses.asl20 ];
};
- buildInputs = [ makeWrapper bash ] ++ stdenv.lib.optional stdenv.isDarwin Security;
+ buildInputs = [ makeWrapper bash ]
+ ++ stdenv.lib.optional stdenv.isDarwin Security;
postPatch = ''
patchShebangs .
@@ -102,12 +93,6 @@ rec {
"$out/bin/cargo"
''}
- ${optionalString (stdenv.isDarwin && bootstrapping) ''
- install_name_tool -change /usr/lib/libiconv.2.dylib '${darwin.libiconv}/lib/libiconv.2.dylib' "$out/bin/cargo"
- install_name_tool -change /usr/lib/libresolv.9.dylib '${darwin.libresolv}/lib/libresolv.9.dylib' "$out/bin/cargo"
- install_name_tool -change /usr/lib/libcurl.4.dylib '${stdenv.lib.getLib curl}/lib/libcurl.4.dylib' "$out/bin/cargo"
- ''}
-
wrapProgram "$out/bin/cargo" \
--suffix PATH : "${rustc}/bin"
'';
diff --git a/pkgs/development/compilers/rust/bootstrap.nix b/pkgs/development/compilers/rust/bootstrap.nix
index b3446436179..973d17e1c7b 100644
--- a/pkgs/development/compilers/rust/bootstrap.nix
+++ b/pkgs/development/compilers/rust/bootstrap.nix
@@ -3,16 +3,16 @@
let
# Note: the version MUST be one version prior to the version we're
# building
- version = "1.33.0";
+ version = "1.35.0";
- # fetch hashes by running `print-hashes.sh 1.33.0`
+ # fetch hashes by running `print-hashes.sh 1.34.2`
hashes = {
- i686-unknown-linux-gnu = "c379203687d98e60623aa88c4df4992dd5a9548bc30674b9fc8e671a979e9f3a";
- x86_64-unknown-linux-gnu = "6623168b9ee9de79deb0d9274c577d741ea92003768660aca184e04fe774393f";
- armv7-unknown-linux-gnueabihf = "f6f0ec0a98d922c4bfd79703bc9e9eef439ba347453f33608a87cd63c47e7245";
- aarch64-unknown-linux-gnu = "a308044e4076b62f637313ea803fa0a8f340b0f1b53136856f2c43afcabe5387";
- i686-apple-darwin = "ed20809d56bbaea041721ce6fc9f10f7ae7a720c5821587f01a537d07a5454b1";
- x86_64-apple-darwin = "864e7c074a0b88e38883c87c169513d072300bb52e1d320a067bd34cf14f66bd";
+ i686-unknown-linux-gnu = "05337776b3645e4b8c8c7ced0bcd1615cf9ad1b9c8b3d0f333620e5401e31aee";
+ x86_64-unknown-linux-gnu = "cf600e2273644d8629ed57559c70ca8db4023fd0156346facca9ab3ad3e8f86c";
+ armv7-unknown-linux-gnueabihf = "8f0f32d8ddc6fb7bcb8f50ec5e694078799d93facbf135eec5bd9a8c94d0c11e";
+ aarch64-unknown-linux-gnu = "31e6da56e67838fd2874211ae896a433badf67c13a7b68481f1d5f7dedcc5952";
+ i686-apple-darwin = "6a45ae8db094c5f6c57c5594a00f1a92b08c444a7347a657b4033186d4f08b19";
+ x86_64-apple-darwin = "ac14b1c7dc330dcb53d8641d74ebf9b32aa8b03b9d650bcb9258030d8b10dbd6";
};
platform =
diff --git a/pkgs/development/compilers/rust/cargo.nix b/pkgs/development/compilers/rust/cargo.nix
index 9f576042787..e000edad49b 100644
--- a/pkgs/development/compilers/rust/cargo.nix
+++ b/pkgs/development/compilers/rust/cargo.nix
@@ -26,13 +26,6 @@ rustPlatform.buildRustPackage rec {
# fixes: the cargo feature `edition` requires a nightly version of Cargo, but this is the `stable` channel
RUSTC_BOOTSTRAP = 1;
- # FIXME: Use impure version of CoreFoundation because of missing symbols.
- # CFURLSetResourcePropertyForKey is defined in the headers but there's no
- # corresponding implementation in the sources from opensource.apple.com.
- preConfigure = stdenv.lib.optionalString stdenv.isDarwin ''
- export NIX_CFLAGS_COMPILE="-F${CoreFoundation}/Library/Frameworks $NIX_CFLAGS_COMPILE"
- '';
-
postInstall = ''
# NOTE: We override the `http.cainfo` option usually specified in
# `.cargo/config`. This is an issue when users want to specify
diff --git a/pkgs/development/compilers/rust/clippy.nix b/pkgs/development/compilers/rust/clippy.nix
new file mode 100644
index 00000000000..2b8fcbe0ba4
--- /dev/null
+++ b/pkgs/development/compilers/rust/clippy.nix
@@ -0,0 +1,35 @@
+{ stdenv, lib, rustPlatform, rustc, Security, patchelf }:
+rustPlatform.buildRustPackage rec {
+ name = "clippy-${rustc.version}";
+ inherit (rustc) version src;
+
+ # the rust source tarball already has all the dependencies vendored, no need to fetch them again
+ cargoVendorDir = "vendor";
+ preBuild = "pushd src/tools/clippy";
+ postBuild = "popd";
+
+ # changes hash of vendor directory otherwise
+ dontUpdateAutotoolsGnuConfigScripts = true;
+
+ buildInputs = [ rustc ] ++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
+
+ # fixes: error: the option `Z` is only accepted on the nightly compiler
+ RUSTC_BOOTSTRAP = 1;
+
+ # Without disabling the test the build fails with:
+ # error: failed to run custom build command for `rustc_llvm v0.0.0
+ # (/private/tmp/nix-build-clippy-1.36.0.drv-0/rustc-1.36.0-src/src/librustc_llvm)
+ doCheck = false;
+
+ preFixup = stdenv.lib.optionalString stdenv.isDarwin ''
+ install_name_tool -add_rpath "${rustc}/lib" $out/bin/clippy-driver
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = https://rust-lang.github.io/rust-clippy/;
+ description = "A bunch of lints to catch common mistakes and improve your Rust code";
+ maintainers = with maintainers; [ basvandijk ];
+ license = with licenses; [ mit asl20 ];
+ platforms = platforms.unix;
+ };
+}
diff --git a/pkgs/development/compilers/rust/default.nix b/pkgs/development/compilers/rust/default.nix
index 5c3c0895207..a39cd785cf7 100644
--- a/pkgs/development/compilers/rust/default.nix
+++ b/pkgs/development/compilers/rust/default.nix
@@ -1,9 +1,9 @@
-{ stdenv, lib, overrideCC
+{ stdenv, lib
, buildPackages
, newScope, callPackage
, CoreFoundation, Security
, llvmPackages_5
-, pkgsBuildTarget, pkgsBuildBuild, pkgsBuildHost
+, pkgsBuildTarget, pkgsBuildBuild
}: rec {
makeRustPlatform = { rustc, cargo, ... }: {
rust = {
@@ -59,11 +59,14 @@
pkgsBuildHost = pkgsBuildBuild // { targetPackages.stdenv = llvmPackages_5.stdenv; };
pkgsBuildTarget = pkgsBuildTarget // { targetPackages.stdenv = llvmPackages_5.stdenv; };
});
+ rustfmt = self.callPackage ./rustfmt.nix { inherit Security; };
cargo = self.callPackage ./cargo.nix {
# Use boot package set to break cycle
rustPlatform = bootRustPlatform;
inherit CoreFoundation Security;
};
+ clippy = self.callPackage ./clippy.nix { inherit Security; };
+ rls = self.callPackage ./rls { inherit CoreFoundation Security; };
});
};
}
diff --git a/pkgs/development/compilers/rust/patches/net-tcp-disable-tests.patch b/pkgs/development/compilers/rust/patches/net-tcp-disable-tests.patch
index 1bb9a98f7b6..583a6027f83 100644
--- a/pkgs/development/compilers/rust/patches/net-tcp-disable-tests.patch
+++ b/pkgs/development/compilers/rust/patches/net-tcp-disable-tests.patch
@@ -1,8 +1,7 @@
-diff --git a/src/libstd/net/tcp.rs b/src/libstd/net/tcp.rs
-index 86ecb10edf..626be0a52d 100644
---- a/src/libstd/net/tcp.rs
-+++ b/src/libstd/net/tcp.rs
-@@ -955,6 +955,7 @@ mod tests {
+diff -ru rustc-1.36.0-src-orig/src/libstd/net/tcp.rs rustc-1.36.0-src/src/libstd/net/tcp.rs
+--- rustc-1.36.0-src-orig/src/libstd/net/tcp.rs 2019-07-03 10:00:00.000000000 +0200
++++ rustc-1.36.0-src/src/libstd/net/tcp.rs 2019-07-07 11:33:35.378130207 +0200
+@@ -973,6 +973,7 @@
}
}
@@ -10,7 +9,7 @@ index 86ecb10edf..626be0a52d 100644
#[test]
fn listen_localhost() {
let socket_addr = next_test_ip4();
-@@ -1013,6 +1014,7 @@ mod tests {
+@@ -1031,6 +1032,7 @@
})
}
@@ -18,7 +17,7 @@ index 86ecb10edf..626be0a52d 100644
#[test]
fn read_eof() {
each_ip(&mut |addr| {
-@@ -1032,6 +1034,7 @@ mod tests {
+@@ -1050,6 +1052,7 @@
})
}
@@ -26,7 +25,7 @@ index 86ecb10edf..626be0a52d 100644
#[test]
fn write_close() {
each_ip(&mut |addr| {
-@@ -1058,6 +1061,7 @@ mod tests {
+@@ -1076,6 +1079,7 @@
})
}
@@ -34,7 +33,7 @@ index 86ecb10edf..626be0a52d 100644
#[test]
fn multiple_connect_serial() {
each_ip(&mut |addr| {
-@@ -1080,6 +1084,7 @@ mod tests {
+@@ -1098,6 +1102,7 @@
})
}
@@ -42,7 +41,7 @@ index 86ecb10edf..626be0a52d 100644
#[test]
fn multiple_connect_interleaved_greedy_schedule() {
const MAX: usize = 10;
-@@ -1116,6 +1121,7 @@ mod tests {
+@@ -1134,6 +1139,7 @@
}
#[test]
@@ -50,7 +49,7 @@ index 86ecb10edf..626be0a52d 100644
fn multiple_connect_interleaved_lazy_schedule() {
const MAX: usize = 10;
each_ip(&mut |addr| {
-@@ -1394,6 +1400,7 @@ mod tests {
+@@ -1467,6 +1473,7 @@
}
#[test]
@@ -58,39 +57,36 @@ index 86ecb10edf..626be0a52d 100644
fn clone_while_reading() {
each_ip(&mut |addr| {
let accept = t!(TcpListener::bind(&addr));
-@@ -1504,7 +1511,10 @@ mod tests {
+@@ -1597,7 +1604,7 @@
- // FIXME: re-enabled bitrig/openbsd tests once their socket timeout code
+ // FIXME: re-enabled openbsd tests once their socket timeout code
// no longer has rounding errors.
-- #[cfg_attr(any(target_os = "bitrig", target_os = "netbsd", target_os = "openbsd"), ignore)]
-+ #[cfg_attr(any(target_os = "bitrig",
-+ target_os = "netbsd",
-+ target_os = "openbsd",
-+ target_os = "macos"), ignore)]
+- #[cfg_attr(any(target_os = "netbsd", target_os = "openbsd"), ignore)]
++ #[cfg_attr(any(target_os = "netbsd", target_os = "openbsd", target_os = "macos"), ignore)]
+ #[cfg_attr(target_env = "sgx", ignore)] // FIXME: https://github.com/fortanix/rust-sgx/issues/31
#[test]
fn timeouts() {
- let addr = next_test_ip4();
-@@ -1591,6 +1601,7 @@ mod tests {
+@@ -1643,6 +1650,7 @@
drop(listener);
}
+ #[cfg_attr(target_os = "macos", ignore)]
#[test]
+ #[cfg_attr(target_env = "sgx", ignore)] // FIXME: https://github.com/fortanix/rust-sgx/issues/31
+ fn test_read_with_timeout() {
+@@ -1687,6 +1695,7 @@
+ drop(listener);
+ }
+
++ #[cfg_attr(target_os = "macos", ignore)]
+ #[test]
+ #[cfg_attr(target_env = "sgx", ignore)]
fn nodelay() {
- let addr = next_test_ip4();
-@@ -1605,6 +1616,7 @@ mod tests {
- assert_eq!(false, t!(stream.nodelay()));
+@@ -1719,6 +1728,7 @@
+ assert_eq!(ttl, t!(stream.ttl()));
}
+ #[cfg_attr(target_os = "macos", ignore)]
#[test]
- fn ttl() {
- let ttl = 100;
-@@ -1642,6 +1654,7 @@ mod tests {
- }
- }
-
-+ #[cfg_attr(target_os = "macos", ignore)]
- #[test]
- fn peek() {
- each_ip(&mut |addr| {
+ #[cfg_attr(target_env = "sgx", ignore)]
+ fn set_nonblocking() {
diff --git a/pkgs/development/compilers/rust/rls/default.nix b/pkgs/development/compilers/rust/rls/default.nix
new file mode 100644
index 00000000000..470611242e0
--- /dev/null
+++ b/pkgs/development/compilers/rust/rls/default.nix
@@ -0,0 +1,45 @@
+{ stdenv, fetchFromGitHub, rustPlatform
+, openssh, openssl, pkgconfig, cmake, zlib, curl, libiconv
+, CoreFoundation, Security }:
+
+rustPlatform.buildRustPackage rec {
+ pname = "rls";
+ inherit (rustPlatform.rust.rustc) src version;
+
+ # changes hash of vendor directory otherwise
+ dontUpdateAutotoolsGnuConfigScripts = true;
+
+ cargoVendorDir = "vendor";
+ preBuild = ''
+ pushd src/tools/rls
+ # client tests are flaky
+ rm tests/client.rs
+ '';
+
+ # a nightly compiler is required unless we use this cheat code.
+ RUSTC_BOOTSTRAP=1;
+
+ # rls-rustc links to rustc_private crates
+ CARGO_BUILD_RUSTFLAGS = if stdenv.isDarwin then "-C rpath" else null;
+
+ nativeBuildInputs = [ pkgconfig cmake ];
+ buildInputs = [ openssh openssl curl zlib libiconv ]
+ ++ (stdenv.lib.optionals stdenv.isDarwin [ CoreFoundation Security ]);
+
+ doCheck = true;
+
+ preInstall = "popd";
+
+ doInstallCheck = true;
+ installCheckPhase = ''
+ $out/bin/rls --version
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Rust Language Server - provides information about Rust programs to IDEs and other tools";
+ homepage = https://github.com/rust-lang/rls/;
+ license = with licenses; [ asl20 /* or */ mit ];
+ maintainers = with maintainers; [ symphorien ];
+ platforms = platforms.all;
+ };
+}
diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix
index 59264ca6efa..d7776958390 100644
--- a/pkgs/development/compilers/rust/rustc.nix
+++ b/pkgs/development/compilers/rust/rustc.nix
@@ -1,6 +1,6 @@
{ stdenv, removeReferencesTo, pkgsBuildBuild, pkgsBuildHost, pkgsBuildTarget
-, fetchurl, fetchgit, fetchzip, file, python2, tzdata, ps
-, llvm_7, ncurses, darwin, git, cmake, curl, rustPlatform
+, fetchurl, file, python2, tzdata, ps
+, llvm_7, darwin, git, cmake, rustPlatform
, which, libffi, gdb
, withBundledLLVM ? false
}:
@@ -17,11 +17,11 @@ let
llvmShared = llvm_7.override { enableSharedLibraries = true; };
in stdenv.mkDerivation rec {
pname = "rustc";
- version = "1.34.2";
+ version = "1.36.0";
src = fetchurl {
url = "https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz";
- sha256 = "0mig0prkmlnpbba1cmi17vlsl88ikv5pi26zjy2kcr64l62lm6n6";
+ sha256 = "06xv2p6zq03lidr0yaf029ii8wnjjqa894nkmrm6s0rx47by9i04";
};
__darwinAllowLocalNetworking = true;
@@ -45,12 +45,6 @@ in stdenv.mkDerivation rec {
++ optional (stdenv.isDarwin && !withBundledLLVM) "-lc++"
++ optional stdenv.isDarwin "-rpath ${llvmSharedForHost}/lib";
- # Enable nightly features in stable compiles (used for
- # bootstrapping, see https://github.com/rust-lang/rust/pull/37265).
- # This loosens the hard restrictions on bootstrapping-compiler
- # versions.
- RUSTC_BOOTSTRAP = "1";
-
# Increase codegen units to introduce parallelism within the compiler.
RUSTFLAGS = "-Ccodegen-units=10";
@@ -92,6 +86,8 @@ in stdenv.mkDerivation rec {
"${setBuild}.llvm-config=${llvmSharedForBuild}/bin/llvm-config"
"${setHost}.llvm-config=${llvmSharedForHost}/bin/llvm-config"
"${setTarget}.llvm-config=${llvmSharedForTarget}/bin/llvm-config"
+ ] ++ optional stdenv.isLinux [
+ "--enable-profiler" # build libprofiler_builtins
];
# The bootstrap.py will generated a Makefile that then executes the build.
@@ -206,6 +202,8 @@ in stdenv.mkDerivation rec {
# https://github.com/rust-lang/rust/issues/30181
# enableParallelBuilding = false;
+ setupHooks = ./setup-hook.sh;
+
requiredSystemFeatures = [ "big-parallel" ];
meta = with stdenv.lib; {
diff --git a/pkgs/development/tools/rust/rustfmt/default.nix b/pkgs/development/compilers/rust/rustfmt.nix
similarity index 54%
rename from pkgs/development/tools/rust/rustfmt/default.nix
rename to pkgs/development/compilers/rust/rustfmt.nix
index b37292b6afa..537bdaf445c 100644
--- a/pkgs/development/tools/rust/rustfmt/default.nix
+++ b/pkgs/development/compilers/rust/rustfmt.nix
@@ -1,19 +1,18 @@
-{ stdenv, fetchFromGitHub, rustPlatform, darwin }:
+{ stdenv, rustPlatform, Security }:
rustPlatform.buildRustPackage rec {
name = "rustfmt-${version}";
- version = "1.2.1";
+ inherit (rustPlatform.rust.rustc) version src;
- src = fetchFromGitHub {
- owner = "rust-lang";
- repo = "rustfmt";
- rev = "v${version}";
- sha256 = "153pas7d5fchkmiw6mkbhn75lv3y69k85spzmm5i4lqnq7f0yqap";
- };
+ # the rust source tarball already has all the dependencies vendored, no need to fetch them again
+ cargoVendorDir = "vendor";
+ preBuild = "pushd src/tools/rustfmt";
+ preInstall = "popd";
- cargoSha256 = "08x6vy5v2vgrk3gsw3qcvv52a7hifsgcsnsg1phlk1ikaff21y4z";
+ # changes hash of vendor directory otherwise
+ dontUpdateAutotoolsGnuConfigScripts = true;
- buildInputs = stdenv.lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;
+ buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
# As of 1.0.0 and rustc 1.30 rustfmt requires a nightly compiler
RUSTC_BOOTSTRAP = 1;
@@ -28,7 +27,7 @@ rustPlatform.buildRustPackage rec {
description = "A tool for formatting Rust code according to style guidelines";
homepage = https://github.com/rust-lang-nursery/rustfmt;
license = with licenses; [ mit asl20 ];
- maintainers = [ maintainers.globin ];
+ maintainers = with maintainers; [ globin basvandijk ];
platforms = platforms.all;
};
}
diff --git a/pkgs/development/compilers/rust/setup-hook.sh b/pkgs/development/compilers/rust/setup-hook.sh
new file mode 100644
index 00000000000..7078ec7060b
--- /dev/null
+++ b/pkgs/development/compilers/rust/setup-hook.sh
@@ -0,0 +1,4 @@
+# Fix 'failed to open: /homeless-shelter/.cargo/.package-cache' in rust 1.36.
+if [[ -z $IN_NIX_SHELL && -z $CARGO_HOME ]]; then
+ export CARGO_HOME=$TMPDIR
+fi
diff --git a/pkgs/development/compilers/sagittarius-scheme/default.nix b/pkgs/development/compilers/sagittarius-scheme/default.nix
new file mode 100644
index 00000000000..4b1358b7247
--- /dev/null
+++ b/pkgs/development/compilers/sagittarius-scheme/default.nix
@@ -0,0 +1,58 @@
+{ stdenv
+, fetchurl
+, cmake
+, pkgconfig
+, libffi
+, boehmgc
+, openssl
+, zlib
+, odbcSupport ? true
+, libiodbc
+}:
+
+let platformLdLibraryPath = if stdenv.isDarwin then "DYLD_FALLBACK_LIBRARY_PATH"
+ else if (stdenv.isLinux or stdenv.isBSD) then "LD_LIBRARY_PATH"
+ else throw "unsupported platform";
+in
+stdenv.mkDerivation rec {
+ pname = "sagittarius-scheme";
+ version = "0.9.6";
+ src = fetchurl {
+ url = "https://bitbucket.org/ktakashi/${pname}/downloads/sagittarius-${version}.tar.gz";
+ sha256 = "03nvvvfd4gdlvq244zpnikxxajp6w8jj3ymw4bcq83x7zilb2imr";
+ };
+ preBuild = ''
+ # since we lack rpath during build, need to explicitly add build path
+ # to LD_LIBRARY_PATH so we can load libsagittarius.so as required to
+ # build extensions
+ export ${platformLdLibraryPath}="$(pwd)/build"
+ '';
+ nativeBuildInputs = [ pkgconfig cmake ];
+
+ buildInputs = [ libffi boehmgc openssl zlib ] ++ stdenv.lib.optional odbcSupport libiodbc;
+
+ meta = with stdenv.lib; {
+ description = "An R6RS/R7RS Scheme system";
+ longDescription = ''
+ Sagittarius Scheme is a free Scheme implementation supporting
+ R6RS/R7RS specification.
+
+ Features:
+
+ - Builtin CLOS.
+ - Common Lisp like reader macro.
+ - Cryptographic libraries.
+ - Customisable cipher and hash algorithm.
+ - Custom codec mechanism.
+ - CL like keyword lambda syntax (taken from Gauche).
+ - Constant definition form. (define-constant form).
+ - Builtin regular expression
+ - mostly works O(n)
+ - Replaceable reader
+ '';
+ homepage = "https://bitbucket.org/ktakashi/sagittarius-scheme";
+ license = licenses.bsd2;
+ platforms = platforms.all;
+ maintainers = with maintainers; [ abbe ];
+ };
+}
diff --git a/pkgs/development/compilers/scala/2.12.nix b/pkgs/development/compilers/scala/2.12.nix
index ce863ef9c91..0e4207dccac 100644
--- a/pkgs/development/compilers/scala/2.12.nix
+++ b/pkgs/development/compilers/scala/2.12.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, makeWrapper, jre, gnugrep, coreutils }:
stdenv.mkDerivation rec {
- name = "scala-2.12.8";
+ name = "scala-2.12.9";
src = fetchurl {
url = "https://www.scala-lang.org/files/archive/${name}.tgz";
- sha256 = "18w0vdbsp0q5rxglgalwlgkggld926bqi1fxc598rn4gh46a03j4";
+ sha256 = "0wpnxrhnhhscfk0k8yxk86akpvxbr5w1i8jb2igj2q4vax7h97sy";
};
propagatedBuildInputs = [ jre ] ;
diff --git a/pkgs/development/compilers/scala/dotty.nix b/pkgs/development/compilers/scala/dotty.nix
index a999bd422e6..7bc7fa3d4c2 100644
--- a/pkgs/development/compilers/scala/dotty.nix
+++ b/pkgs/development/compilers/scala/dotty.nix
@@ -9,7 +9,7 @@ in
stdenv.mkDerivation {
name = "dotty-${dotty-bare.version}";
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = ''
mkdir -p $out/bin
diff --git a/pkgs/development/compilers/sdcc/default.nix b/pkgs/development/compilers/sdcc/default.nix
index bd24217771e..4fd46c35a0a 100644
--- a/pkgs/development/compilers/sdcc/default.nix
+++ b/pkgs/development/compilers/sdcc/default.nix
@@ -10,11 +10,11 @@ in
stdenv.mkDerivation rec {
name = "sdcc-${version}";
- version = "3.8.0";
+ version = "3.9.0";
src = fetchurl {
url = "mirror://sourceforge/sdcc/sdcc-src-${version}.tar.bz2";
- sha256 = "08dvvdxd99hb50wvs8m986v3scfj1rdjw18js7pk5n3vxf6nccdk";
+ sha256 = "0dn0cy6whcrvbfh9x467jdi8dmzjrvixz2bz63pgxwzpz9rsxv4l";
};
buildInputs = [ autoconf bison boost flex gputils texinfo zlib ];
diff --git a/pkgs/development/compilers/shaderc/default.nix b/pkgs/development/compilers/shaderc/default.nix
index 7f4c895d85a..75717b5ba09 100644
--- a/pkgs/development/compilers/shaderc/default.nix
+++ b/pkgs/development/compilers/shaderc/default.nix
@@ -48,10 +48,6 @@ in stdenv.mkDerivation rec {
moveToOutput "lib/*.a" $static
'';
- preConfigure = ''cmakeFlags="$cmakeFlags -DCMAKE_INSTALL_BINDIR=$bin/bin"'';
-
- enableParallelBuilding = true;
-
cmakeFlags = [ "-DSHADERC_SKIP_TESTS=ON" ];
meta = with stdenv.lib; {
diff --git a/pkgs/development/compilers/smlnj/bootstrap.nix b/pkgs/development/compilers/smlnj/bootstrap.nix
index 2fe1f1f3f5a..21cfd408298 100644
--- a/pkgs/development/compilers/smlnj/bootstrap.nix
+++ b/pkgs/development/compilers/smlnj/bootstrap.nix
@@ -1,19 +1,19 @@
-{ stdenv, fetchurl, cpio, rsync, makeWrapper }:
+{ stdenv, fetchurl, cpio, rsync, xar, makeWrapper }:
stdenv.mkDerivation rec {
name = "smlnj-bootstrap-${version}";
- version = "110.84";
+ version = "110.91";
src = fetchurl {
url = "http://smlnj.cs.uchicago.edu/dist/working/${version}/smlnj-x86-${version}.pkg";
- sha256 = "17fpnlxcfwx2ysg6y9c5wwx6s3jca981nb0pawfcg6xg9wcapyfz";
+ sha256 = "12jn50h5jz0ac1vzld2mb94p1dyc8h0mk0hip2wj5xqk1dbzwxl4";
};
buildInputs = [ cpio rsync makeWrapper ];
unpackPhase = ''
- /usr/bin/xar -xf $src
+ ${xar}/bin/xar -xf $src
cd smlnj.pkg
'';
diff --git a/pkgs/development/compilers/smlnj/default.nix b/pkgs/development/compilers/smlnj/default.nix
index b0ca96f23ac..dce46ade459 100644
--- a/pkgs/development/compilers/smlnj/default.nix
+++ b/pkgs/development/compilers/smlnj/default.nix
@@ -1,32 +1,32 @@
-{ stdenv, fetchurl, darwin }:
+{ stdenv, fetchurl }:
let
- version = "110.85";
+ version = "110.91";
baseurl = "http://smlnj.cs.uchicago.edu/dist/working/${version}";
sources = map fetchurl [
- { url = "${baseurl}/config.tgz"; sha256 = "1qlir3q0vi7f1wyz2jyaiqy3z72d0xngsa122ks5g0b7b0hcdgm1"; }
- { url = "${baseurl}/cm.tgz"; sha256 = "0330jkmaxgy085hsgajqikm242gms650rks24mfxhgk11r4ks105"; }
- { url = "${baseurl}/compiler.tgz"; sha256 = "1zrqqvi9332g3clrh01z19sl06g3zlnp6zzz5z8rvsfwbiqp929m"; }
- { url = "${baseurl}/runtime.tgz"; sha256 = "1n9hd99s2i834yihx4n59gl1cnh7hiiz8im735bmifmv50vzfdf4"; }
- { url = "${baseurl}/system.tgz"; sha256 = "17samia4lzcz3mk73i330bspap2ks937arx35n9dr7bws0appfm8"; }
- { url = "${baseurl}/MLRISC.tgz"; sha256 = "039g6dwxy96bkvw1z19vwn8q150h7s8jlcmsg851bgz3j3h6vs18"; }
- { url = "${baseurl}/smlnj-lib.tgz"; sha256 = "1wk4w1npipm6qqgwis2xrbdjamwmiwv6ci4y40nzryhb37yxfj6d"; }
- { url = "${baseurl}/old-basis.tgz"; sha256 = "0lkhbkkglz7lk1c93hc1y1di5dx20fgfhybvsqjp1bcwz8jsd70y"; }
- { url = "${baseurl}/ckit.tgz"; sha256 = "14qxgw2vhq4dfiv5zl2gdhvjp75s10dqw97mqxffmh3vayyad1fi"; }
- { url = "${baseurl}/nlffi.tgz"; sha256 = "16l8iszkyh34dqdbplsxycipvbw61yjamgxllcq8axiq4h7spy7w"; }
- { url = "${baseurl}/cml.tgz"; sha256 = "05dlqz4r3qa3rpqgjlx91fsfx7j6gk3dkw28zcgg5g32irmd1la3"; }
- { url = "${baseurl}/eXene.tgz"; sha256 = "07mahzxns26hkfax9gc8cq4s8sfzj531wwnm47b8qkhd72d3ncn2"; }
- { url = "${baseurl}/ml-lpt.tgz"; sha256 = "0073hfn98l61ryshhqw9855fb49vs9qcz9nplbg2pa2f7manqbk0"; }
- { url = "${baseurl}/ml-lex.tgz"; sha256 = "106km17f4wyvhzkx62cfq2gp4ihya8l234550laqb50zf8vxyklq"; }
- { url = "${baseurl}/ml-yacc.tgz"; sha256 = "1r0k7lz8xnir271pykbs4agadysbs35kkmg1p816kzfyz5bsrrq9"; }
- { url = "${baseurl}/ml-burg.tgz"; sha256 = "10jqasplbxp50ryq74aazbnyaz8l492rhdij5mr1kzyfj79fysh9"; }
- { url = "${baseurl}/pgraph.tgz"; sha256 = "1pxqddbrb7y9kp89gz8v8vfjmw4wajfy6757gb8c6x499jarxa60"; }
- { url = "${baseurl}/trace-debug-profile.tgz"; sha256 = "0fkalpdzdrm1gmafn33ck4dw8s92p9iwm4fav4m9jcqyha9az3g7"; }
- { url = "${baseurl}/heap2asm.tgz"; sha256 = "056gkmrylyrf0q0r3cpx76zx8mc62033jkn1bnjn0f8r31yhbipc"; }
- { url = "${baseurl}/smlnj-c.tgz"; sha256 = "04c4jnylj5dnd4sjywzwnqlv9g7dkrilq6d4cy543dw03yhjdykw"; }
- { url = "${baseurl}/doc.tgz"; sha256 = "1rpk9g1nhjpc2b4pmzmj8v80knrhljn17ghiwznnljv53hka7jzx"; }
- { url = "${baseurl}/boot.x86-unix.tgz"; sha256 = "05rh1y74jvp6zs96mb7nkwbgwwbss0zy2iw4gicdkyf6in0nk4la"; }
- { url = "${baseurl}/asdl.tgz"; sha256 = "1d465bncgy92ni6430dbq6isvnysfhvykjrxm98dz82iih7a6vqb"; }
+ { url = "${baseurl}/config.tgz"; sha256 = "00vbg2kpwgkf272m697p5hd35pawficbrifchn7dnd519wpdx436"; }
+ { url = "${baseurl}/cm.tgz"; sha256 = "0wxb0s2fwh7lbb3z2pfvmvhk5v0gm75kchkv7gg9f895ahyvm6yd"; }
+ { url = "${baseurl}/compiler.tgz"; sha256 = "0iq06ycivy562i59vvbma9zi575zw1djhdfkcy0bn7m9kfzzbgkh"; }
+ { url = "${baseurl}/runtime.tgz"; sha256 = "0km8p4vmy3m38xv0rl8d3mh2nlk2mvx010npm34gs374bmmzc7z9"; }
+ { url = "${baseurl}/system.tgz"; sha256 = "16d5vs1rn7ly6jxjm08222cj0sry73pr57xpc9d6k286b1v0910b"; }
+ { url = "${baseurl}/MLRISC.tgz"; sha256 = "1c9sw8zm90ykas5nwbhk2wic7sxkjrylb610x37v46m5ips1wlma"; }
+ { url = "${baseurl}/smlnj-lib.tgz"; sha256 = "09ka20ym7ahrpj4r6vc5phflc8y57dj09qvwk8ambfwb2p2274sw"; }
+ { url = "${baseurl}/old-basis.tgz"; sha256 = "1bhq9fv6p8diz489h9571g0xrsi8yx7h6gh9410255klxjrw964h"; }
+ { url = "${baseurl}/ckit.tgz"; sha256 = "1lq9ljai0shc6hszx5v6bqmkz16a3f295mfg7q622apzgzark3vd"; }
+ { url = "${baseurl}/nlffi.tgz"; sha256 = "1xjmlwiclgckj73z5hz3hnqlavp3ax9sfvgc0rvj3xpy3i3n6axj"; }
+ { url = "${baseurl}/cml.tgz"; sha256 = "1sjzipxnvr9dgcg16bllfk3b46ac9f8h353nh1ccykwwq4whi9bf"; }
+ { url = "${baseurl}/eXene.tgz"; sha256 = "04clbchrlqx5v35gkbydbfnpl720i4nqijkshiwn0v592n4xfdf4"; }
+ { url = "${baseurl}/ml-lpt.tgz"; sha256 = "0max073nzwv7vx13caj7zmlhslvxlgg8rj52278g7f6fqcrwp5cf"; }
+ { url = "${baseurl}/ml-lex.tgz"; sha256 = "0x2mbg45l71049sgvvkl6bnqc5svz70vh1m1rbf3xk41z5bapcgr"; }
+ { url = "${baseurl}/ml-yacc.tgz"; sha256 = "0a1pbwpw1y6d1xn9yjarqpmybrxqwp5snp28by36745h1jvb1p1b"; }
+ { url = "${baseurl}/ml-burg.tgz"; sha256 = "119mq5jrbkn9vf9fgb0wyz483hf26al9hwb91xpmlmfx5qqnfzik"; }
+ { url = "${baseurl}/pgraph.tgz"; sha256 = "1s7jmh3q88rz29bk02y3gzdqrgvk484j5ji8bn7s6fc78m50nqp8"; }
+ { url = "${baseurl}/trace-debug-profile.tgz"; sha256 = "1gzf1pbmw2cn5w6f5qfdm3d6n6069n1nnzz6z4v7mr07x54c6mdv"; }
+ { url = "${baseurl}/heap2asm.tgz"; sha256 = "09cgj568a9x017awysjdx35mlp5zkdmc2fs67fvnm5ifl7ivfs8j"; }
+ { url = "${baseurl}/smlnj-c.tgz"; sha256 = "1g4xhcxychs9q25x7a5lvqfamq52c5ljlx84bc5cazvpkhixyg04"; }
+ { url = "${baseurl}/doc.tgz"; sha256 = "1l0x91dscizk2pyj1lw595r84h1h0shxh0x5hva891717a1hfa51"; }
+ { url = "${baseurl}/boot.x86-unix.tgz"; sha256 = "0f6x4nfhrgm1z4dx862df2yaffdh1sd6zx2lyb2vph5mhp7x9n58"; }
+ { url = "${baseurl}/asdl.tgz"; sha256 = "1pi3m21jllyd2h0zpz4bajskfv58g6pjhpprqiwgmikn6w1pryp8"; }
];
in stdenv.mkDerivation {
name = "smlnj-${version}";
@@ -36,15 +36,7 @@ in stdenv.mkDerivation {
patchPhase = ''
sed -i '/PATH=/d' config/_arch-n-opsys base/runtime/config/gen-posix-names.sh
echo SRCARCHIVEURL="file:/$TMP" > config/srcarchiveurl
- '' + stdenv.lib.optionalString stdenv.isDarwin (with darwin; ''
- sed -i '/^[[:space:]]*\*x86-darwin\*)$/,/^[[:space:]]*\*) ;;/ c\
-\ \*x86-darwin\*)\
-\ INCLFILE=${stdenv.lib.getDev apple_sdk.sdk}/include/unistd.h\
-\ ;;\
-\ \*) ;;
-' base/runtime/config/gen-posix-names.sh
- sed -i 's|^AS =\([[:space:]]*\)/usr/bin/as|AS =\1as|' base/runtime/objs/mk.x86-darwin
- '');
+ '';
unpackPhase = ''
for s in $sources; do
@@ -74,7 +66,7 @@ in stdenv.mkDerivation {
description = "Standard ML of New Jersey, a compiler";
homepage = http://smlnj.org;
license = licenses.bsd3;
- platforms = [ "i686-linux" ] ++ platforms.darwin;
+ platforms = [ "i686-linux" ];
maintainers = with maintainers; [ thoughtpolice ];
};
}
diff --git a/pkgs/development/compilers/solc/default.nix b/pkgs/development/compilers/solc/default.nix
index cf59b2c1761..f3428393832 100644
--- a/pkgs/development/compilers/solc/default.nix
+++ b/pkgs/development/compilers/solc/default.nix
@@ -1,14 +1,12 @@
-{ stdenv, fetchzip, fetchFromGitHub, boost, cmake, ncurses, python2
-, z3Support ? true, z3 ? null
+{ stdenv, fetchzip, boost, cmake, ncurses, python2
+, z3Support ? true, z3 ? null, cvc4Support ? true, cvc4 ? null
+, cln ? null, gmp ? null
}:
-assert z3Support -> z3 != null;
-assert z3Support -> stdenv.lib.versionAtLeast z3.version "4.6.0";
+assert z3Support -> z3 != null && stdenv.lib.versionAtLeast z3.version "4.6.0";
+assert cvc4Support -> cvc4 != null && cln != null && gmp != null;
let
- version = "0.5.9";
- rev = "c68bc34e9466ef22326dd9072d557c56160e9092";
- sha256 = "1b611piwnwiwk4dcvn2qm4wjb9msa385lpx81y3k669ga3ip9rkc";
jsoncppURL = https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.tar.gz;
jsoncpp = fetchzip {
url = jsoncppURL;
@@ -16,20 +14,20 @@ let
};
buildSharedLibs = stdenv.hostPlatform.isLinux;
in
-stdenv.mkDerivation {
- name = "solc-${version}";
+stdenv.mkDerivation rec {
- src = fetchFromGitHub {
- owner = "ethereum";
- repo = "solidity";
- inherit rev sha256;
+ name = "solc-${version}";
+ version = "0.5.11";
+
+ # upstream suggests avoid using archive generated by github
+ src = fetchzip {
+ url = "https://github.com/ethereum/solidity/releases/download/v${version}/solidity_${version}.tar.gz";
+ sha256 = "0679s5pqbfy7fgpb4f3ppgj8iafxb64g046v8vhp29mf3dsdcnyl";
};
patches = stdenv.lib.optionals buildSharedLibs [ ./patches/shared-libs-install.patch ];
postPatch = ''
- touch prerelease.txt
- echo >commit_hash.txt "${rev}"
substituteInPlace cmake/jsoncpp.cmake \
--replace "${jsoncppURL}" ${jsoncpp}
'';
@@ -40,10 +38,14 @@ stdenv.mkDerivation {
"-DBUILD_SHARED_LIBS=ON"
] ++ stdenv.lib.optionals (!z3Support) [
"-DUSE_Z3=OFF"
+ ] ++ stdenv.lib.optionals (!cvc4Support) [
+ "-DUSE_CVC4=OFF"
];
nativeBuildInputs = [ cmake ];
- buildInputs = [ boost ] ++ stdenv.lib.optionals z3Support [ z3 ];
+ buildInputs = [ boost ]
+ ++ stdenv.lib.optionals z3Support [ z3 ]
+ ++ stdenv.lib.optionals cvc4Support [ cvc4 cln gmp ];
checkInputs = [ ncurses python2 ];
# Test fails on darwin for unclear reason
diff --git a/pkgs/development/compilers/solc/patches/shared-libs-install.patch b/pkgs/development/compilers/solc/patches/shared-libs-install.patch
index e106c9bbb74..382d49599c7 100644
--- a/pkgs/development/compilers/solc/patches/shared-libs-install.patch
+++ b/pkgs/development/compilers/solc/patches/shared-libs-install.patch
@@ -49,8 +49,8 @@ index 0bdec4b4..e876177e 100644
+++ b/libsolidity/CMakeLists.txt
@@ -29,6 +29,7 @@ endif()
- add_library(solidity ${sources} ${headers})
- target_link_libraries(solidity PUBLIC yul evmasm langutil devcore ${Boost_FILESYSTEM_LIBRARY} ${Boost_SYSTEM_LIBRARY})
+ add_library(solidity ${sources} ${z3_SRCS} ${cvc4_SRCS})
+ target_link_libraries(solidity PUBLIC yul evmasm langutil devcore Boost::boost Boost::filesystem Boost::system)
+install(TARGETS solidity LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
if (${Z3_FOUND})
diff --git a/pkgs/development/compilers/souffle/default.nix b/pkgs/development/compilers/souffle/default.nix
index 87eac541862..219d5307790 100644
--- a/pkgs/development/compilers/souffle/default.nix
+++ b/pkgs/development/compilers/souffle/default.nix
@@ -10,13 +10,13 @@ let
in
stdenv.mkDerivation rec {
name = "souffle-${version}";
- version = "1.5.1";
+ version = "1.6.1";
src = fetchFromGitHub {
owner = "souffle-lang";
repo = "souffle";
rev = version;
- sha256 = "06sa250z3v8hs91p6cqdzlwwaq96j6zmfrrld1fzd1b620aa5iys";
+ sha256 = "004c5iicjnlzn1yz1k7a28s4xdqx00016rr870drdq2z30mxfgz8";
};
nativeBuildInputs = [ autoreconfHook bison flex mcpp doxygen graphviz makeWrapper perl ];
diff --git a/pkgs/development/compilers/swi-prolog/default.nix b/pkgs/development/compilers/swi-prolog/default.nix
index 97b4a627540..bf452d21d1d 100644
--- a/pkgs/development/compilers/swi-prolog/default.nix
+++ b/pkgs/development/compilers/swi-prolog/default.nix
@@ -1,5 +1,5 @@
-{ stdenv, fetchgit, jdk, gmp, readline, openssl, libjpeg, unixODBC, zlib
-, libXinerama, libarchive, db, pcre, libedit, libossp_uuid, libXft, libXpm
+{ stdenv, fetchgit, jdk, gmp, readline, openssl, unixODBC, zlib
+, libarchive, db, pcre, libedit, libossp_uuid, libXpm
, libSM, libXt, freetype, pkgconfig, fontconfig, makeWrapper ? stdenv.isDarwin
, git, cacert, cmake, libyaml
, extraLibraries ? [ jdk unixODBC libXpm libSM libXt freetype fontconfig ]
diff --git a/pkgs/development/compilers/swift/default.nix b/pkgs/development/compilers/swift/default.nix
index 33f4d2a33fc..f21b2ae3cb8 100644
--- a/pkgs/development/compilers/swift/default.nix
+++ b/pkgs/development/compilers/swift/default.nix
@@ -1,5 +1,4 @@
{ stdenv
-, targetPackages
, cmake
, coreutils
, glibc
@@ -34,7 +33,7 @@
}:
let
- v_base = "5.0.1";
+ v_base = "5.0.2";
version = "${v_base}-RELEASE";
version_friendly = "${v_base}";
@@ -52,7 +51,7 @@ let
# For more inforation, see: https://github.com/apple/swift/pull/3594#issuecomment-234169759
clang = fetch {
repo = "swift-clang";
- sha256 = "1ap26425zhn2sdw3m9snyrqhi4phv2fgblyv9wp8xppjlnjkax9k";
+ sha256 = "046p7f4044ls8hhgklsz32md5jvxkaaim1d75n0fmnwap6di3n1q";
};
llvm = fetch {
repo = "swift-llvm";
@@ -84,16 +83,16 @@ let
};
foundation = fetch {
repo = "swift-corelibs-foundation";
- sha256 = "11w0iapccrk13hjbrwylq8g71znrncnc3mrm345gvnjfgz08ffaq";
+ sha256 = "1wys4xh7f6c7yjf210x41n2krmyi2qj1wpxbv0p48d230va1azj1";
};
libdispatch = fetch {
repo = "swift-corelibs-libdispatch";
- sha256 = "1mgzsq3nfzbkssfkswzvvjgsbv2fx36i1r83d4nzw3di8spxmg32";
+ sha256 = "0chnb0d4xjyn9wnc8bgimd5ji5igfyq891flgnqpfwr4y26496c1";
fetchSubmodules = true;
};
swift = fetch {
repo = "swift";
- sha256 = "02bv47pd0k0xy4k7q6c3flwxwkm2palnzvpr4w3nmvqk0flrbsq6";
+ sha256 = "0fsq1y8dz4ssn90akvzj36cqyblalb09bjzy4ikqn67mb5x99wpb";
};
};
@@ -249,9 +248,6 @@ stdenv.mkDerivation rec {
PREFIX=''${out/#\/}
substituteInPlace swift-corelibs-xctest/build_script.py \
--replace usr "$PREFIX"
- substituteInPlace swiftpm/Utilities/bootstrap \
- --replace \"usr\" \"$PREFIX\" \
- --replace usr/lib "$PREFIX/lib"
'';
buildPhase = builder;
diff --git a/pkgs/development/compilers/unison/default.nix b/pkgs/development/compilers/unison/default.nix
new file mode 100644
index 00000000000..3bdf234f915
--- /dev/null
+++ b/pkgs/development/compilers/unison/default.nix
@@ -0,0 +1,41 @@
+{ stdenv, fetchurl, autoPatchelfHook
+, ncurses5, zlib, gmp
+}:
+
+stdenv.mkDerivation rec {
+ pname = "unison-code-manager";
+ milestone_id = "M1c";
+ version = "1.0.${milestone_id}-alpha";
+
+ src = if (stdenv.isDarwin) then
+ fetchurl {
+ url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/unison-osx.tar.gz";
+ sha256 = "03q02r7qc7ybqz16kmpk2d8l9vx28kaj9x59mlxzi8a4mr0j3vzb";
+ }
+ else
+ fetchurl {
+ url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/unison-linux64.tar.gz";
+ sha256 = "1iwynqnp1i39pyq9wc01x7y22y1qa0rrjlx40jjdgnj23y1r6jk4";
+ };
+
+ # The tarball is just the prebuilt binary, in the archive root.
+ sourceRoot = ".";
+ dontBuild = true;
+ dontConfigure = true;
+
+ nativeBuildInputs = stdenv.lib.optional (!stdenv.isDarwin) autoPatchelfHook;
+ buildInputs = stdenv.lib.optionals (!stdenv.isDarwin) [ ncurses5 zlib gmp ];
+
+ installPhase = ''
+ mkdir -p $out/bin
+ mv ucm $out/bin
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Modern, statically-typed purely functional language";
+ homepage = http://unisonweb.org/posts/;
+ license = licenses.free;
+ maintainers = [ maintainers.virusdave ];
+ platforms = [ "x86_64-darwin" "x86_64-linux" ];
+ };
+}
diff --git a/pkgs/development/compilers/vala/default.nix b/pkgs/development/compilers/vala/default.nix
index 6da9d6d3d02..353963007d4 100644
--- a/pkgs/development/compilers/vala/default.nix
+++ b/pkgs/development/compilers/vala/default.nix
@@ -1,5 +1,5 @@
-{ stdenv, lib, fetchurl, fetchpatch, pkgconfig, flex, bison, libxslt, autoconf, automake, autoreconfHook
-, graphviz, glib, libiconv, libintl, libtool, expat, substituteAll, gnome3
+{ stdenv, lib, fetchurl, fetchpatch, pkgconfig, flex, bison, libxslt, autoconf, autoreconfHook
+, graphviz, glib, libiconv, libintl, libtool, expat, substituteAll
}:
let
@@ -129,8 +129,8 @@ in rec {
};
vala_0_44 = generic {
- version = "0.44.3";
- sha256 = "1sgas7z6y9r2mf4pxry3fx2awdnzn3vlg2sxd3hqpy2a90ib8lw5";
+ version = "0.44.5";
+ sha256 = "0zy2kfcvhikczfzhk5l7pkw6mvn3d6vw8cv7g08iah85p22q33xv";
};
vala = vala_0_44;
diff --git a/pkgs/development/compilers/vlang/default.nix b/pkgs/development/compilers/vlang/default.nix
new file mode 100644
index 00000000000..ad01fb4be29
--- /dev/null
+++ b/pkgs/development/compilers/vlang/default.nix
@@ -0,0 +1,50 @@
+{ stdenv, fetchFromGitHub, glfw, freetype, openssl }:
+
+stdenv.mkDerivation rec {
+ pname = "vlang";
+ version = "0.1.18";
+
+ src = fetchFromGitHub {
+ owner = "vlang";
+ repo = "v";
+ rev = "${version}";
+ sha256 = "0js92v2r1h4vaaha3z1spgi7qynlmr9vls41gxp284w4yhnjzv15";
+ };
+
+ # V compiler source translated to C for bootstrap.
+ vc = fetchFromGitHub {
+ owner = "vlang";
+ repo = "vc";
+ rev = "${version}";
+ sha256 = "0qx1drs1hr94w7vaaq5w8mkq7j1d3biffnmxkyz63yv8573k03bj";
+ };
+
+ enableParallelBuilding = true;
+ buildInputs = [ glfw freetype openssl ];
+
+ buildPhase = ''
+ runHook preBuild
+ cc -std=gnu11 $CFLAGS -w -o v $vc/v.c -lm $LDFLAGS
+ ./v -prod -o v compiler
+ make thirdparty
+ runHook postBuild
+ '';
+
+ installPhase = ''
+ runHook preInstall
+ mkdir -p $out/{bin,lib/vlang,share/vlang}
+ cp -r examples $out/share/vlang
+ cp -r {vlib,thirdparty} $out/lib/vlang
+ cp v $out/lib/vlang
+ ln -s $out/lib/vlang/v $out/bin/v
+ runHook postInstall
+ '';
+
+ meta = with stdenv.lib; {
+ homepage = "https://vlang.io/";
+ description = "Simple, fast, safe, compiled language for developing maintainable software";
+ license = licenses.mit;
+ maintainers = with maintainers; [ chiiruno ];
+ platforms = platforms.all;
+ };
+}
diff --git a/pkgs/development/compilers/wla-dx/default.nix b/pkgs/development/compilers/wla-dx/default.nix
index 78df2583140..5f83845a12a 100644
--- a/pkgs/development/compilers/wla-dx/default.nix
+++ b/pkgs/development/compilers/wla-dx/default.nix
@@ -1,18 +1,16 @@
{stdenv, fetchFromGitHub, cmake}:
stdenv.mkDerivation rec {
- version = "2017-06-05";
- name = "wla-dx-git-${version}";
+ pname = "wla-dx";
+ version = "9.8";
src = fetchFromGitHub {
owner = "vhelin";
repo = "wla-dx";
- rev = "ae6843f9711cbc2fa6dd8c200877b40bd2bcad7f";
- sha256 = "09c2kz12ld97ad41j6r8r65jknllrak1x8r43fgr26x7hdlxz5c6";
+ rev = "v${version}-fix";
+ sha256 = "1dsxhy19nif983lr20vxl099giwzgmzqyh7ass705hkphmwagcv6";
};
- hardeningDisable = [ "format" ];
-
installPhase = ''
mkdir -p $out/bin
install binaries/* $out/bin
diff --git a/pkgs/development/compilers/x11basic/default.nix b/pkgs/development/compilers/x11basic/default.nix
index a26bc41c594..88666148da3 100644
--- a/pkgs/development/compilers/x11basic/default.nix
+++ b/pkgs/development/compilers/x11basic/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub
+{ stdenv, fetchFromGitHub
, automake, autoconf, readline
, libX11, bluez, SDL2
}:
diff --git a/pkgs/development/compilers/yosys/default.nix b/pkgs/development/compilers/yosys/default.nix
index afb1bcd5a0b..467d4e3b49e 100644
--- a/pkgs/development/compilers/yosys/default.nix
+++ b/pkgs/development/compilers/yosys/default.nix
@@ -1,21 +1,21 @@
{ stdenv, fetchFromGitHub
, pkgconfig, bison, flex
, tcl, readline, libffi, python3
-, protobuf
+, protobuf, zlib
}:
with builtins;
stdenv.mkDerivation rec {
- name = "yosys-${version}";
- version = "2019.04.23";
+ pname = "yosys";
+ version = "2019.08.21";
srcs = [
(fetchFromGitHub {
owner = "yosyshq";
repo = "yosys";
- rev = "d9daf09cf3aab202b6da058c5e959f6375a4541e";
- sha256 = "0l27r9l3fvkqhmbqqpjz1f3ny4wdh5mdc7jlnbgy6nxx6vqcmkh0";
+ rev = "fe1b2337fd7950e1d563be5b8ccbaa81688261e4";
+ sha256 = "0z7sngc2z081yyhzh8c2kchg48sp2333hn1wa94q5vsgnyzlqrdw";
name = "yosys";
})
@@ -25,8 +25,8 @@ stdenv.mkDerivation rec {
(fetchFromGitHub {
owner = "berkeley-abc";
repo = "abc";
- rev = "3709744c60696c5e3f4cc123939921ce8107fe04";
- sha256 = "18a9cjng3qfalq8m9az5ck1y5h4l2pf9ycrvkzs9hn82b1j7vrax";
+ rev = "5776ad07e7247993976bffed4802a5737c456782";
+ sha256 = "1la4idmssg44rp6hd63sd5vybvs3vr14yzvwcg03ls37p39cslnl";
name = "yosys-abc";
})
];
@@ -34,16 +34,20 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ tcl readline libffi python3 bison flex protobuf ];
+ buildInputs = [ tcl readline libffi python3 bison flex protobuf zlib ];
makeFlags = [ "ENABLE_PROTOBUF=1" ];
patchPhase = ''
substituteInPlace ../yosys-abc/Makefile \
- --replace 'CC := gcc' ""
+ --replace 'CC := gcc' "" \
+ --replace 'CXX := g++' ""
substituteInPlace ./Makefile \
--replace 'CXX = clang' "" \
- --replace 'ABCMKARGS = CC="$(CXX)"' 'ABCMKARGS =' \
+ --replace 'LD = clang++' 'LD = $(CXX)' \
+ --replace 'CXX = gcc' "" \
+ --replace 'LD = gcc' 'LD = $(CXX)' \
+ --replace 'ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"' 'ABCMKARGS =' \
--replace 'echo UNKNOWN' 'echo ${substring 0 10 (elemAt srcs 0).rev}'
'';
@@ -71,7 +75,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.clifford.at/yosys/;
license = stdenv.lib.licenses.isc;
- maintainers = with stdenv.lib.maintainers; [ shell thoughtpolice ];
- platforms = stdenv.lib.platforms.unix;
+ maintainers = with stdenv.lib.maintainers; [ shell thoughtpolice emily ];
+ platforms = stdenv.lib.platforms.all;
};
}
diff --git a/pkgs/development/compilers/zulu/8.nix b/pkgs/development/compilers/zulu/8.nix
index fb1798ab819..cc42ee1dd3f 100644
--- a/pkgs/development/compilers/zulu/8.nix
+++ b/pkgs/development/compilers/zulu/8.nix
@@ -1,6 +1,6 @@
{ stdenv, lib, fetchurl, unzip, makeWrapper, setJavaClassPath
, zulu, glib, libxml2, libav_0_8, ffmpeg, libxslt, libGL, alsaLib
-, fontconfig, freetype, gnome2, cairo, gdk_pixbuf, atk, xorg
+, fontconfig, freetype, gnome2, cairo, gdk-pixbuf, atk, xorg
, swingSupport ? true }:
let
@@ -17,7 +17,7 @@ let
libraries = [
stdenv.cc.libc glib libxml2 libav_0_8 ffmpeg libxslt libGL
xorg.libXxf86vm alsaLib fontconfig freetype gnome2.pango
- gnome2.gtk cairo gdk_pixbuf atk
+ gnome2.gtk cairo gdk-pixbuf atk
] ++ (lib.optionals swingSupport (with xorg; [
xorg.libX11 xorg.libXext xorg.libXtst xorg.libXi xorg.libXp
xorg.libXt xorg.libXrender stdenv.cc.cc
diff --git a/pkgs/development/compilers/zulu/default.nix b/pkgs/development/compilers/zulu/default.nix
index 908aa29e178..a43992164d2 100644
--- a/pkgs/development/compilers/zulu/default.nix
+++ b/pkgs/development/compilers/zulu/default.nix
@@ -1,6 +1,6 @@
{ stdenv, lib, fetchurl, unzip, makeWrapper, setJavaClassPath
, zulu, glib, libxml2, libav_0_8, ffmpeg, libxslt, libGL, alsaLib
-, fontconfig, freetype, gnome2, cairo, gdk_pixbuf, atk, xorg, zlib
+, fontconfig, freetype, gnome2, cairo, gdk-pixbuf, atk, xorg, zlib
, swingSupport ? true }:
let
@@ -17,7 +17,7 @@ let
libraries = [
stdenv.cc.libc glib libxml2 libav_0_8 ffmpeg libxslt libGL
xorg.libXxf86vm alsaLib fontconfig freetype gnome2.pango
- gnome2.gtk cairo gdk_pixbuf atk zlib
+ gnome2.gtk cairo gdk-pixbuf atk zlib
] ++ (lib.optionals swingSupport (with xorg; [
xorg.libX11 xorg.libXext xorg.libXtst xorg.libXi xorg.libXp
xorg.libXt xorg.libXrender stdenv.cc.cc
diff --git a/pkgs/development/coq-modules/StructTact/default.nix b/pkgs/development/coq-modules/StructTact/default.nix
index 55d59b93140..e33b9427223 100644
--- a/pkgs/development/coq-modules/StructTact/default.nix
+++ b/pkgs/development/coq-modules/StructTact/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, coq, mathcomp }:
+{ stdenv, fetchFromGitHub, coq }:
let param =
{
diff --git a/pkgs/development/coq-modules/bignums/default.nix b/pkgs/development/coq-modules/bignums/default.nix
index 14a7f2dc4e2..a074b27ff65 100644
--- a/pkgs/development/coq-modules/bignums/default.nix
+++ b/pkgs/development/coq-modules/bignums/default.nix
@@ -17,6 +17,10 @@ let params = {
rev = "V8.9.0";
sha256 = "03qz1w2xb2j5p06liz5yyafl0fl9vprcqm6j0iwi7rxwghl00p01";
};
+ "8.10" = {
+ rev = "V8.10+beta1";
+ sha256 = "1slw227idwjw9a21vj3s6kal22mrmvvlpg8r7xk590ml99bn6404";
+ };
};
param = params."${coq.coq-version}";
in
diff --git a/pkgs/development/coq-modules/category-theory/default.nix b/pkgs/development/coq-modules/category-theory/default.nix
index 59f2295e215..3dfa95154d3 100644
--- a/pkgs/development/coq-modules/category-theory/default.nix
+++ b/pkgs/development/coq-modules/category-theory/default.nix
@@ -8,15 +8,16 @@ let
rev = "3b9ba7b26a64d49a55e8b6ccea570a7f32c11ead";
sha256 = "0f2nr8dgn1ab7hr7jrdmr1zla9g9h8216q4yf4wnff9qkln8sbbs";
};
- v20181016 = {
- version = "20181016";
- rev = "8049479c5aee00ed0b92e5edc7c8996aebf48208";
- sha256 = "14f9rlwh8vgmcl6njykvsiwxx0jn623375afixk26mzpy12zdcph";
+ v20190414 = {
+ version = "20190414";
+ rev = "706fdb4065cc2302d92ac2bce62cb59713253119";
+ sha256 = "16lg4xs2wzbdbsn148xiacgl4wq4xwfqjnjkdhfr3w0qh1s81hay";
};
in {
"8.6" = v20180709;
"8.7" = v20180709;
- "8.8" = v20181016;
+ "8.8" = v20190414;
+ "8.9" = v20190414;
};
param = params."${coq.coq-version}";
in
diff --git a/pkgs/development/coq-modules/coq-elpi/default.nix b/pkgs/development/coq-modules/coq-elpi/default.nix
new file mode 100644
index 00000000000..04fc428b409
--- /dev/null
+++ b/pkgs/development/coq-modules/coq-elpi/default.nix
@@ -0,0 +1,38 @@
+{ stdenv, fetchFromGitHub, which, coq }:
+
+let params = {
+ "8.10" = {
+ version = "master";
+ rev = "bc7134deba1aacc7ecd2f5d1032bdf05b125c568";
+ sha256 = "188avk9irwjsbs5ya4ka01mpk3vw4397kv2rmsncqrrrsa1pdddk";
+ };
+};
+ param = params."${coq.coq-version}";
+in
+
+stdenv.mkDerivation rec {
+ name = "coq${coq.coq-version}-elpi-${param.version}";
+
+ src = fetchFromGitHub {
+ owner = "LPCIC";
+ repo = "coq-elpi";
+ inherit (param) rev sha256;
+ };
+
+ nativeBuildInputs = [ which ];
+ buildInputs = [ coq coq.ocaml ] ++ (with coq.ocamlPackages; [ findlib elpi ]);
+
+ installFlags = "COQLIB=$(out)/lib/coq/${coq.coq-version}/";
+
+ meta = {
+ description = "Coq plugin embedding ELPI.";
+ maintainers = [ stdenv.lib.maintainers.cohencyril ];
+ license = stdenv.lib.licenses.lgpl21;
+ inherit (coq.meta) platforms;
+ inherit (src.meta) homepage;
+ };
+
+ passthru = {
+ compatibleCoqVersions = stdenv.lib.flip builtins.hasAttr params;
+ };
+}
diff --git a/pkgs/development/coq-modules/coqprime/default.nix b/pkgs/development/coq-modules/coqprime/default.nix
index 191812b3f2e..c67342f1a2f 100644
--- a/pkgs/development/coq-modules/coqprime/default.nix
+++ b/pkgs/development/coq-modules/coqprime/default.nix
@@ -13,6 +13,7 @@ let params =
};
"8.8" = v_8_8;
"8.9" = v_8_8;
+ "8.10" = v_8_8;
};
param = params."${coq.coq-version}"
; in
diff --git a/pkgs/development/coq-modules/coquelicot/default.nix b/pkgs/development/coq-modules/coquelicot/default.nix
index e316a8b792d..3b916b5e40b 100644
--- a/pkgs/development/coq-modules/coquelicot/default.nix
+++ b/pkgs/development/coq-modules/coquelicot/default.nix
@@ -1,10 +1,23 @@
{ stdenv, fetchurl, which, coq, ssreflect }:
-stdenv.mkDerivation {
- name = "coq${coq.coq-version}-coquelicot-3.0.2";
- src = fetchurl {
- url = "https://gforge.inria.fr/frs/download.php/file/37523/coquelicot-3.0.2.tar.gz";
+let param =
+ if stdenv.lib.versionAtLeast coq.coq-version "8.8"
+ then {
+ version = "3.0.3";
+ uid = "38105";
+ sha256 = "0y52lqx1jphv6fwf0d702vzprxmfmxggnh1hy3fznxyl4isfpg4j";
+ } else {
+ version = "3.0.2";
+ uid = "37523";
sha256 = "1biia7nfqf7vaqq5gmykl4rwjyvrcwss6r2jdf0in5pvp2rnrj2w";
+ }
+; in
+
+stdenv.mkDerivation {
+ name = "coq${coq.coq-version}-coquelicot-${param.version}";
+ src = fetchurl {
+ url = "https://gforge.inria.fr/frs/download.php/file/${param.uid}/coquelicot-${param.version}.tar.gz";
+ inherit (param) sha256;
};
nativeBuildInputs = [ which ];
@@ -24,7 +37,7 @@ stdenv.mkDerivation {
};
passthru = {
- compatibleCoqVersions = v: builtins.elem v [ "8.5" "8.6" "8.7" "8.8" "8.9" ];
+ compatibleCoqVersions = v: builtins.elem v [ "8.5" "8.6" "8.7" "8.8" "8.9" "8.10" ];
};
}
diff --git a/pkgs/development/coq-modules/equations/default.nix b/pkgs/development/coq-modules/equations/default.nix
index b31fcde1b80..5446b540fac 100644
--- a/pkgs/development/coq-modules/equations/default.nix
+++ b/pkgs/development/coq-modules/equations/default.nix
@@ -15,15 +15,21 @@ let
};
"8.8" = {
- version = "1.2beta2";
- rev = "v1.2-beta2-8.8";
- sha256 = "1v9asdlhhks25ngnjn4dafx7nrcc5p0lhriqckh3y79nxbgpq4lx";
+ version = "1.2";
+ rev = "v1.2-8.8";
+ sha256 = "06452fyzalz7zcjjp73qb7d6xvmqb6skljkivf8pfm55fsc8s7kx";
};
"8.9" = {
- version = "1.2beta2";
- rev = "v1.2-beta2-8.9";
- sha256 = "0y2zwv7jxs1crprj5qvg46h0v9wyfn99ln40yskq91y9h1lj5h3j";
+ version = "1.2";
+ rev = "v1.2-8.9";
+ sha256 = "1q3wvicr43bgy7xn1diwh4j43mnrhprrc2xd22qlbz9cl6bhf8bj";
+ };
+
+ "8.10" = {
+ version = "1.2";
+ rev = "v1.2-8.10";
+ sha256 = "1v5kx0xzxzsbs5r4w08rm1lrmjjggnd3ap0sd1my88ds17jzyasd";
};
};
param = params."${coq.coq-version}";
diff --git a/pkgs/development/coq-modules/flocq/default.nix b/pkgs/development/coq-modules/flocq/default.nix
index 09fbd580845..d9ad7d6e3be 100644
--- a/pkgs/development/coq-modules/flocq/default.nix
+++ b/pkgs/development/coq-modules/flocq/default.nix
@@ -1,14 +1,12 @@
-{ stdenv, bash, which, autoconf, automake, fetchurl, coq }:
+{ stdenv, bash, which, autoconf, automake, fetchzip, coq }:
let params =
if stdenv.lib.versionAtLeast coq.coq-version "8.7" then {
- version = "3.1.0";
- uid = "37901";
- sha256 = "02szrgz9m0ac51la1lqpiv6i2g0zbgx9gz5rp0q1g00ajldyna5c";
+ version = "3.2.0";
+ sha256 = "15bi36x7zj0glsb3s2gwqd4wswhfzh36rbp7imbyff53a7nna95l";
} else {
version = "2.6.1";
- uid = "37454";
- sha256 = "06msp1fwpqv6p98a3i1nnkj7ch9rcq3rm916yxq8dxf51lkghrin";
+ sha256 = "1y4czkfrd8p37vwv198nns4hz1brfv71na17pxsidwpxy7qnyfw1";
}
; in
@@ -17,8 +15,8 @@ stdenv.mkDerivation rec {
name = "coq${coq.coq-version}-flocq-${version}";
inherit (params) version;
- src = fetchurl {
- url = "https://gforge.inria.fr/frs/download.php/file/${params.uid}/flocq-${version}.tar.gz";
+ src = fetchzip {
+ url = "https://gitlab.inria.fr/flocq/flocq/-/archive/flocq-${version}.tar.gz";
inherit (params) sha256;
};
@@ -46,6 +44,6 @@ stdenv.mkDerivation rec {
};
passthru = {
- compatibleCoqVersions = v: builtins.elem v [ "8.5" "8.6" "8.7" "8.8" "8.9" ];
+ compatibleCoqVersions = v: builtins.elem v [ "8.5" "8.6" "8.7" "8.8" "8.9" "8.10" ];
};
}
diff --git a/pkgs/development/coq-modules/gappalib/default.nix b/pkgs/development/coq-modules/gappalib/default.nix
new file mode 100644
index 00000000000..c610039eeec
--- /dev/null
+++ b/pkgs/development/coq-modules/gappalib/default.nix
@@ -0,0 +1,30 @@
+{ stdenv, fetchurl, which, coq, flocq }:
+
+stdenv.mkDerivation {
+ name = "coq${coq.coq-version}-gappalib-1.4.1";
+ src = fetchurl {
+ url = https://gforge.inria.fr/frs/download.php/file/37917/gappalib-coq-1.4.1.tar.gz;
+ sha256 = "0d3f23a871haglg8hq1jgxz3y5nryiwy12b5xfnfjn279jfqqjw4";
+ };
+
+ nativeBuildInputs = [ which ];
+ buildInputs = [ coq coq.ocamlPackages.ocaml ];
+ propagatedBuildInputs = [ flocq ];
+
+ configurePhase = "./configure --libdir=$out/lib/coq/${coq.coq-version}/user-contrib/Gappa";
+ buildPhase = "./remake";
+ installPhase = "./remake install";
+
+ meta = {
+ description = "Coq support library for Gappa";
+ license = stdenv.lib.licenses.lgpl21;
+ homepage = http://gappa.gforge.inria.fr/;
+ maintainers = [ stdenv.lib.maintainers.vbgl ];
+ inherit (coq.meta) platforms;
+ };
+
+ passthru = {
+ compatibleCoqVersions = stdenv.lib.flip builtins.elem [ "8.7" "8.8" "8.9" ];
+ };
+
+}
diff --git a/pkgs/development/coq-modules/interval/default.nix b/pkgs/development/coq-modules/interval/default.nix
index 0b97358d863..73a0a07f704 100644
--- a/pkgs/development/coq-modules/interval/default.nix
+++ b/pkgs/development/coq-modules/interval/default.nix
@@ -3,9 +3,9 @@
let params =
if stdenv.lib.versionAtLeast coq.coq-version "8.7" then {
- version = "3.4.0";
- uid = "37524";
- sha256 = "023j9sd64brqvjdidqkn5m8d7a93zd9r86ggh573z9nkjm2m7vvg";
+ version = "3.4.1";
+ uid = "38104";
+ sha256 = "1zklv2w34k866fpwmw8q692mid5n6s75d2mmhhigrzpx5l3d4z6y";
} else {
version = "3.3.0";
uid = "37077";
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ which ];
buildInputs = [ coq ];
- propagatedBuildInputs = [ bignums coquelicot flocq mathcomp ];
+ propagatedBuildInputs = [ bignums coquelicot flocq ];
configurePhase = "./configure --libdir=$out/lib/coq/${coq.coq-version}/user-contrib/Interval";
buildPhase = "./remake";
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
};
passthru = {
- compatibleCoqVersions = v: builtins.elem v [ "8.5" "8.6" "8.7" "8.8" ];
+ compatibleCoqVersions = v: builtins.elem v [ "8.5" "8.6" "8.7" "8.8" "8.9" "8.10" ];
};
diff --git a/pkgs/development/coq-modules/math-classes/default.nix b/pkgs/development/coq-modules/math-classes/default.nix
index 0fa17e292fa..82802b8f30e 100644
--- a/pkgs/development/coq-modules/math-classes/default.nix
+++ b/pkgs/development/coq-modules/math-classes/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "coq${coq.coq-version}-math-classes-${version}";
- version = "8.8.1";
+ version = "8.9.1";
src = fetchFromGitHub {
owner = "coq-community";
repo = "math-classes";
rev = version;
- sha256 = "05vlrrwnlfhd7l3xwn4zwpnkwvziw84zpd9775c6ffb83z48ri1r";
+ sha256 = "1lw89js07m1wcaycpnyd85sf0snil2rrsfmry9lna2x66ah1mzn5";
};
buildInputs = [ coq bignums ];
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
};
passthru = {
- compatibleCoqVersions = v: builtins.elem v [ "8.6" "8.7" "8.8" "8.9" ];
+ compatibleCoqVersions = v: builtins.elem v [ "8.6" "8.7" "8.8" "8.9" "8.10" ];
};
}
diff --git a/pkgs/development/coq-modules/mathcomp/default.nix b/pkgs/development/coq-modules/mathcomp/default.nix
index c769ab5521e..d573eca809a 100644
--- a/pkgs/development/coq-modules/mathcomp/default.nix
+++ b/pkgs/development/coq-modules/mathcomp/default.nix
@@ -3,6 +3,9 @@
}:
with builtins // stdenv.lib;
let
+ ####################################
+ # CONFIGURATION (please edit this) #
+ ####################################
# sha256 of released mathcomp versions
mathcomp-sha256 = {
"1.9.0" = "0lid9zaazdi3d38l8042lczb02pw5m9wq0yysiilx891hgq2p81r";
@@ -19,8 +22,16 @@ let
};
# computes the default version of mathcomp given a version of Coq
max-mathcomp-version = last (naturalSort (attrNames mathcomp-coq-versions));
- default-mathcomp-version = let v = last (naturalSort (["0.0.0"]
- ++ (attrNames (filterAttrs (_: vs: vs coq.coq-version) mathcomp-coq-versions))));
+ # mathcomp prefered version by decreasing order
+ # (the first version in the list will be tried first)
+ mathcomp-version-preference = [ "1.8.0" "1.9.0" "1.7.0" "1.6.1" ];
+
+ ##############################################################
+ # COMPUTED using the configuration above (edit with caution) #
+ ##############################################################
+ default-mathcomp-version = let v = head (
+ filter (mc: mathcomp-coq-versions."${mc}" coq.coq-version)
+ mathcomp-version-preference ++ ["0.0.0"]);
in if v == "0.0.0" then max-mathcomp-version else v;
# list of core mathcomp packages sorted by dependency order
diff --git a/pkgs/development/coq-modules/mathcomp/extra.nix b/pkgs/development/coq-modules/mathcomp/extra.nix
index c30ba19b75a..0d9557623c3 100644
--- a/pkgs/development/coq-modules/mathcomp/extra.nix
+++ b/pkgs/development/coq-modules/mathcomp/extra.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, coq, mathcomp, coqPackages,
+{ stdenv, fetchFromGitHub, coq, ssreflect, coqPackages,
recurseIntoAttrs }:
with builtins // stdenv.lib;
-let current-mathcomp = mathcomp; in
+let current-ssreflect = ssreflect; in
let
# configuring packages
param = {
@@ -20,6 +20,7 @@ param = {
};
multinomials = {
version-sha256 = {
+ "1.3" = "0l3vi5n094nx3qmy66hsv867fnqm196r8v605kpk24gl0aa57wh4";
"1.2" = "1mh1w339dslgv4f810xr1b8v2w7rpx6fgk9pz96q0fyq49fw2xcq";
"1.1" = "1q8alsm89wkc0lhcvxlyn0pd8rbl2nnxg81zyrabpz610qqjqc3s";
"1.0" = "1qmbxp1h81cy3imh627pznmng0kvv37k4hrwi2faa101s6bcx55m";
@@ -32,7 +33,9 @@ param = {
"0.2.0" = "1186xjxgns4ns1szyi931964bjm0mp126qzlv10mkqqgfw07nhrd";
"0.1.0" = "0hwkr2wzy710pcyh274fcarzdx8sv8myp16pv0vq5978nmih46al";
};
+ compatibleCoqVersions = flip elem ["8.8" "8.9"];
description = "Analysis library compatible with Mathematical Components";
+ license = stdenv.lib.licenses.cecill-c;
};
real-closed = {
version-sha256 = {
@@ -42,6 +45,15 @@ param = {
};
description = "Mathematical Components Library on real closed fields";
};
+ coqeal = {
+ version-sha256 = {
+ "1.0.0" = "1had6f1n85lmh9x31avbmgl3m0rsiw9f8ma95qzk5b57fjg5k1ii";
+ };
+ description = "CoqEAL - The Coq Effective Algebra Library";
+ owner = "CoqEAL";
+ compatibleCoqVersions = flip elem ["8.7" "8.8" "8.9"];
+ license = stdenv.lib.licenses.mit;
+ };
};
versions = {
"1.9.0" = {
@@ -49,13 +61,17 @@ versions = {
bigenough.version = "1.0.0";
analysis = {
version = "0.2.2";
- core-deps = with coqPackages; [ mathcomp_1_9-field ];
+ core-deps = with coqPackages; [ mathcomp-field_1_9 ];
+ extra-deps = with coqPackages; [ mathcomp_1_9-finmap mathcomp_1_9-bigenough ];
+ };
+ multinomials = {
+ version = "1.3";
+ core-deps = with coqPackages; [ mathcomp-algebra_1_9 ];
extra-deps = with coqPackages; [ mathcomp_1_9-finmap mathcomp_1_9-bigenough ];
};
- multinomials = {};
real-closed = {
version = "1.0.3";
- core-deps = with coqPackages; [ mathcomp_1_9-field ];
+ core-deps = with coqPackages; [ mathcomp-field_1_9 ];
extra-deps = with coqPackages; [ mathcomp_1_9-bigenough ];
};
};
@@ -64,37 +80,42 @@ versions = {
bigenough.version = "1.0.0";
analysis = {
version = "0.2.2";
- core-deps = with coqPackages; [ mathcomp_1_8-field ];
+ core-deps = with coqPackages; [ mathcomp-field_1_8 ];
extra-deps = with coqPackages; [ mathcomp_1_8-finmap mathcomp_1_8-bigenough ];
};
multinomials = {
- version = "1.2";
- core-deps = with coqPackages; [ mathcomp_1_8-algebra ];
+ version = "1.3";
+ core-deps = with coqPackages; [ mathcomp-algebra_1_8 ];
extra-deps = with coqPackages; [ mathcomp_1_8-finmap mathcomp_1_8-bigenough ];
};
real-closed = {
version = "1.0.3";
- core-deps = with coqPackages; [ mathcomp_1_8-field ];
+ core-deps = with coqPackages; [ mathcomp-field_1_8 ];
extra-deps = with coqPackages; [ mathcomp_1_8-bigenough ];
};
+ coqeal = {
+ version = "1.0.0";
+ core-deps = with coqPackages; [ mathcomp-algebra_1_8 ];
+ extra-deps = with coqPackages; [ bignums paramcoq mathcomp_1_8-multinomials ];
+ };
};
"1.7.0" = {
finmap.version = "1.1.0";
bigenough.version = "1.0.0";
analysis = {
version = "0.1.0";
- core-deps = with coqPackages; [ mathcomp_1_7-field ];
+ core-deps = with coqPackages; [ mathcomp-field_1_7 ];
extra-deps = with coqPackages; [ mathcomp_1_7-finmap mathcomp_1_7-bigenough ];
};
multinomials = {
version = "1.1";
- core-deps = with coqPackages; [ mathcomp_1_7-algebra ];
+ core-deps = with coqPackages; [ mathcomp-algebra_1_7 ];
extra-deps = with coqPackages; [ mathcomp_1_7-finmap_1_0 mathcomp_1_7-bigenough ];
};
real-closed = {
version = "1.0.1";
- core-deps = with coqPackages; [ mathcomp_1_8-field ];
- extra-deps = with coqPackages; [ mathcomp_1_8-bigenough ];
+ core-deps = with coqPackages; [ mathcomp-field_1_7 ];
+ extra-deps = with coqPackages; [ mathcomp_1_7-bigenough ];
};
};
};
@@ -104,24 +125,25 @@ packageGen = {
# optional arguments
src ? "",
owner ? "math-comp",
- core-deps ? [ coqPackages.mathcomp-ssreflect ],
extra-deps ? [],
- mathcomp ? current-mathcomp,
+ ssreflect ? current-ssreflect,
+ core-deps ? null,
compatibleCoqVersions ? null,
- license ? mathcomp.meta.license,
+ license ? ssreflect.meta.license,
# mandatory
package, version ? "broken", version-sha256, description
}:
let
theCompatibleCoqVersions = if compatibleCoqVersions == null
- then mathcomp.compatibleCoqVersions
+ then ssreflect.compatibleCoqVersions
else compatibleCoqVersions;
+ mc-core-deps = if builtins.isNull core-deps then [ssreflect] else core-deps;
in
{ "${package}" = let from = src; in
stdenv.mkDerivation rec {
inherit version;
- name = "coq${coq.coq-version}-mathcomp-${mathcomp.version}-${package}-${version}";
+ name = "coq${coq.coq-version}-mathcomp${ssreflect.version}-${package}-${version}";
src = if from == "" then fetchFromGitHub {
owner = owner;
@@ -130,7 +152,7 @@ packageGen = {
sha256 = version-sha256."${version}";
} else from;
- propagatedBuildInputs = [ coq mathcomp ] ++ extra-deps;
+ propagatedBuildInputs = [ coq ] ++ mc-core-deps ++ extra-deps;
installFlags = "-f Makefile.coq COQLIB=$(out)/lib/coq/${coq.coq-version}/";
@@ -138,7 +160,7 @@ packageGen = {
inherit description;
inherit license;
inherit (src.meta) homepage;
- inherit (mathcomp.meta) platforms;
+ inherit (ssreflect.meta) platforms;
maintainers = [ stdenv.lib.maintainers.vbgl ];
broken = (version == "broken");
};
@@ -151,14 +173,14 @@ packageGen = {
};
};
-current-versions = versions."${current-mathcomp.version}" or {};
+current-versions = versions."${current-ssreflect.version}" or {};
select = x: mapAttrs (n: pkg: {package = n;} // pkg) (recursiveUpdate param x);
for-version = v: suffix: (mapAttrs' (n: pkg:
{name = "mathcomp_${suffix}-${n}";
value = (packageGen ({
- mathcomp = coqPackages."mathcomp_${suffix}";
+ ssreflect = coqPackages."mathcomp-ssreflect_${suffix}";
} // pkg))."${n}";})
(select versions."${v}"));
@@ -173,7 +195,8 @@ in
mathcompExtraGen = packageGen;
mathcomp_1_7-finmap_1_0 =
(packageGen (select {finmap = {version = "1.0.0";
- mathcomp = coqPackages.mathcomp_1_7;};
+ ssreflect = coqPackages.mathcomp-ssreflect_1_7;};
}).finmap).finmap;
multinomials = all.mathcomp-multinomials;
+coqeal = all.mathcomp-coqeal;
} // all
diff --git a/pkgs/development/coq-modules/ssreflect/default.nix b/pkgs/development/coq-modules/ssreflect/default.nix
index 1fcb7e2da8a..01df38375ef 100644
--- a/pkgs/development/coq-modules/ssreflect/default.nix
+++ b/pkgs/development/coq-modules/ssreflect/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, coq, ncurses, which
+{ stdenv, coq, ncurses, which
, graphviz, mathcomp, withDoc ? false
}:
diff --git a/pkgs/development/go-modules/generic/default.nix b/pkgs/development/go-modules/generic/default.nix
index ca1bab1e087..55fda78b03e 100644
--- a/pkgs/development/go-modules/generic/default.nix
+++ b/pkgs/development/go-modules/generic/default.nix
@@ -7,6 +7,9 @@
, passthru ? {}
, patches ? []
+# A function to override the go-modules derivation
+, overrideModAttrs ? (_oldAttrs : {})
+
# modSha256 is the sha256 of the vendored dependencies
, modSha256
@@ -27,13 +30,13 @@
with builtins;
let
- args = removeAttrs args' [ "modSha256" "disabled" ];
+ args = removeAttrs args' [ "overrideModAttrs" "modSha256" "disabled" ];
removeReferences = [ ] ++ lib.optional (!allowGoReference) go;
removeExpr = refs: ''remove-references-to ${lib.concatMapStrings (ref: " -t ${ref}") refs}'';
- go-modules = go.stdenv.mkDerivation {
+ go-modules = go.stdenv.mkDerivation (let modArgs = {
name = "${name}-go-modules";
nativeBuildInputs = [ go git cacert ];
@@ -79,7 +82,7 @@ let
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = modSha256;
- };
+ }; in modArgs // overrideModAttrs modArgs);
package = go.stdenv.mkDerivation (args // {
nativeBuildInputs = [ removeReferencesTo go ] ++ nativeBuildInputs;
@@ -125,7 +128,7 @@ let
local type;
type="$1"
if [ -n "$subPackages" ]; then
- echo "./$subPackages"
+ echo "$subPackages" | sed "s,\(^\| \),\1./,g"
else
find . -type f -name \*$type.go -exec dirname {} \; | grep -v "/vendor/" | sort --unique
fi
@@ -144,6 +147,7 @@ let
export NIX_BUILD_CORES=1
fi
for pkg in $(getGoDirs ""); do
+ echo "Building subPackage $pkg"
buildGoDir install "$pkg"
done
'' + lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) ''
diff --git a/pkgs/development/go-packages/generic/default.nix b/pkgs/development/go-packages/generic/default.nix
index eb45f446dc9..b3386aaf24b 100644
--- a/pkgs/development/go-packages/generic/default.nix
+++ b/pkgs/development/go-packages/generic/default.nix
@@ -35,14 +35,12 @@
# IE: programs coupled with the compiler
, allowGoReference ? false
-, meta ? {}, ... } @ args':
+, meta ? {}, ... } @ args:
with builtins;
let
- args = lib.filterAttrs (name: _: name != "extraSrcs") args';
-
removeReferences = [ ] ++ lib.optional (!allowGoReference) go;
removeExpr = refs: ''remove-references-to ${lib.concatMapStrings (ref: " -t ${ref}") refs}'';
@@ -74,14 +72,19 @@ let
goPath = if goDeps != null then importGodeps { depsFile = goDeps; } ++ extraSrcs
else extraSrcs;
- package = go.stdenv.mkDerivation (
- (builtins.removeAttrs args [ "goPackageAliases" "disabled" ]) // {
+ package = stdenv.mkDerivation (
+ (builtins.removeAttrs args [ "goPackageAliases" "disabled" "extraSrcs"]) // {
nativeBuildInputs = [ removeReferencesTo go ]
++ (lib.optional (!dontRenameImports) govers) ++ nativeBuildInputs;
buildInputs = buildInputs;
- inherit (go) GOOS GOARCH;
+ inherit (go) GOOS GOARCH GO386 CGO_ENABLED;
+
+ GOHOSTARCH = go.GOHOSTARCH or null;
+ GOHOSTOS = go.GOHOSTOS or null;
+
+ GOARM = toString (stdenv.lib.intersectLists [(stdenv.hostPlatform.parsed.cpu.version or "")] ["5" "6" "7"]);
configurePhase = args.configurePhase or ''
runHook preConfigure
diff --git a/pkgs/development/guile-modules/guile-sdl2/default.nix b/pkgs/development/guile-modules/guile-sdl2/default.nix
index e4a548ae376..be885d990ec 100644
--- a/pkgs/development/guile-modules/guile-sdl2/default.nix
+++ b/pkgs/development/guile-modules/guile-sdl2/default.nix
@@ -5,13 +5,13 @@
let
name = "${pname}-${version}";
pname = "guile-sdl2";
- version = "0.3.1";
+ version = "0.4.0";
in stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "https://files.dthompson.us/${pname}/${name}.tar.gz";
- sha256 = "0bw7x2lx90k4banc5k7yfkn3as93y25gr1xdr225ll7lmij21k64";
+ sha256 = "0zcxwgyadwpbhq6h5mv2569c3kalgra26zc186y9fqiyyzmh1v9s";
};
nativeBuildInputs = [ libtool pkgconfig ];
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ff0b2bd8224..d920baa0daf 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -72,7 +72,7 @@ self: super: {
name = "git-annex-${super.git-annex.version}-src";
url = "git://git-annex.branchable.com/";
rev = "refs/tags/" + super.git-annex.version;
- sha256 = "0arripb1w3dcabjipdjrdq46q2z0l4b7jp0vl5iyhq7j0blg13xh";
+ sha256 = "1795sad0jr2da2pn28nbqsvpld6zw8gf9yscywixkbabf7ls66fn";
};
}).override {
dbus = if pkgs.stdenv.isLinux then self.dbus else null;
@@ -149,32 +149,29 @@ self: super: {
else super.halive;
# Hakyll's tests are broken on Darwin (3 failures); and they require util-linux
- hakyll = if pkgs.stdenv.isDarwin
+ hakyll = appendPatch
+ (if pkgs.stdenv.isDarwin
then dontCheck (overrideCabal super.hakyll (drv: {
testToolDepends = [];
}))
- else super.hakyll;
+ else super.hakyll)
+ (pkgs.fetchpatch {
+ url = https://github.com/jaspervdj/hakyll/commit/25a4460b75b3c9f3ce339b3311b084d92994f5f1.patch;
+ sha256 = "sha256-F59WHt52LOKGsGoaD3LAIZFEMe9s9WHfGxQgSh9Q8uQ=";
+ });
double-conversion = if !pkgs.stdenv.isDarwin
then super.double-conversion
else addExtraLibrary super.double-conversion pkgs.libcxx;
- inline-c-cpp = if !pkgs.stdenv.isDarwin
- then super.inline-c-cpp
- else
- let drv = addExtraLibrary (overrideCabal super.inline-c-cpp (drv: {
- postPatch = ''
- substituteInPlace inline-c-cpp.cabal --replace stdc++ c++
- '';
- })) pkgs.libcxx;
- in # https://github.com/fpco/inline-c/issues/75
- dontCheck drv;
+ inline-c-cpp = overrideCabal super.inline-c-cpp (drv: {
+ postPatch = (drv.postPatch or "") + ''
+ substituteInPlace inline-c-cpp.cabal --replace "-optc-std=c++11" ""
+ '';
+ });
inline-java = addBuildDepend super.inline-java pkgs.jdk;
- # https://github.com/mvoidex/hsdev/issues/11
- hsdev = dontHaddock super.hsdev;
-
# Upstream notified by e-mail.
permutation = dontCheck super.permutation;
@@ -222,15 +219,19 @@ self: super: {
# base bound
digit = doJailbreak super.digit;
+ # Needs older version of QuickCheck.
+ these_0_7_6 = doJailbreak super.these_0_7_6;
+
# dontCheck: Can be removed once https://github.com/haskell-nix/hnix/commit/471712f is in (5.2 probably)
# This is due to GenList having been removed from generic-random in 1.2.0.0
# doJailbreak: Can be removed once https://github.com/haskell-nix/hnix/pull/329 is in (5.2 probably)
# This is due to hnix currently having an upper bound of <0.5 on deriving-compat, works just fine with our current version 0.5.1 though
+ # Does not support recent versions of "these".
+ # https://github.com/haskell-nix/hnix/issues/514
hnix =
generateOptparseApplicativeCompletion "hnix" (
- dontCheck (doJailbreak (overrideCabal super.hnix (old: {
- testHaskellDepends = old.testHaskellDepends or [] ++ [ pkgs.nix ];
- }))));
+ dontCheck (doJailbreak (super.hnix.override { these = self.these_0_7_6; }))
+ );
# Fails for non-obvious reasons while attempting to use doctest.
search = dontCheck super.search;
@@ -386,6 +387,7 @@ self: super: {
xsd = dontCheck super.xsd;
snap-core = dontCheck super.snap-core;
sourcemap = dontCheck super.sourcemap;
+ zip-archive = dontCheck super.zip-archive; # https://github.com/jgm/zip-archive/issues/57
# These test suites run for ages, even on a fast machine. This is nuts.
Random123 = dontCheck super.Random123;
@@ -713,15 +715,9 @@ self: super: {
'';
});
- # A simple MonadFail patch would do too, but not doing the tests is easier
- megaparsec_6_5_0 = dontCheck super.megaparsec_6_5_0;
-
# The standard libraries are compiled separately
idris = generateOptparseApplicativeCompletion "idris" (
- doJailbreak (dontCheck (super.idris.override {
- # Needed for versions <= 1.3.1 https://github.com/idris-lang/Idris-dev/pull/4610
- megaparsec = self.megaparsec_6_5_0;
- }))
+ doJailbreak (dontCheck super.idris)
);
# https://github.com/bos/math-functions/issues/25
@@ -861,7 +857,7 @@ self: super: {
# Wrap the generated binaries to include their run-time dependencies in
# $PATH. Also, cryptol needs a version of sbl that's newer than what we have
# in LTS-13.x.
- cryptol = overrideCabal (super.cryptol.override { sbv = self.sbv_8_3; }) (drv: {
+ cryptol = overrideCabal super.cryptol (drv: {
buildTools = drv.buildTools or [] ++ [ pkgs.makeWrapper ];
postInstall = drv.postInstall or "" + ''
for b in $out/bin/cryptol $out/bin/cryptol-html; do
@@ -1039,8 +1035,6 @@ self: super: {
# https://github.com/dmwit/encoding/pull/3
encoding = appendPatch super.encoding ./patches/encoding-Cabal-2.0.patch;
- clock = dontCheck (appendPatch super.clock ./patches/clock-0.7.2.patch);
-
# Work around overspecified constraint on github ==0.18.
github-backup = doJailbreak super.github-backup;
@@ -1088,10 +1082,24 @@ self: super: {
# https://github.com/haskell-hvr/hgettext/issues/14
hgettext = doJailbreak super.hgettext;
+ # haddock-api-2.22.0: Break out of “QuickCheck ==2.11.*, hspec >=2.4.4 && <2.6”
+ haddock-api = dontHaddock (doJailbreak (super.haddock-api));
+
# The test suite is broken. Break out of "base-compat >=0.9.3 && <0.10, hspec >=2.4.4 && <2.5".
haddock-library = doJailbreak (dontCheck super.haddock-library);
# haddock-library_1_6_0 = doJailbreak (dontCheck super.haddock-library_1_6_0);
+ # haskell-names-0.9.4: Break out of “tasty >=0.12 && <1.2”
+ haskell-names = doJailbreak super.haskell-names;
+
+ # hdocs-0.5.3.1: Break out of “haddock-api ==2.21.*”
+ # cannot use doJailbreak due to https://github.com/peti/jailbreak-cabal/issues/7
+ hdocs = overrideCabal super.hdocs (drv: {
+ postPatch = ''
+ sed -i 's#haddock-api == 2\.21\.\*,#haddock-api == 2.22.*,#' hdocs.cabal
+ '';
+ });
+
# Break out of tasty >=0.10 && <1.2.
aeson-compat = doJailbreak super.aeson-compat;
@@ -1101,12 +1109,6 @@ self: super: {
# Generate shell completion.
cabal2nix = generateOptparseApplicativeCompletion "cabal2nix" super.cabal2nix;
stack = generateOptparseApplicativeCompletion "stack" (super.stack.overrideScope (self: super: {
- ansi-terminal = self.ansi-terminal_0_9_1;
- concurrent-output = self.concurrent-output_1_10_10; # needed for new ansi-terminal version
- rio = self.rio_0_1_9_2;
- hi-file-parser = dontCheck super.hi-file-parser; # Avoid depending on newer hspec versions.
- http-download = dontCheck super.http-download;
- pantry-tmp = dontCheck super.pantry-tmp;
}));
# musl fixes
@@ -1182,10 +1184,6 @@ self: super: {
# https://github.com/mgajda/json-autotype/issues/25
json-autotype = dontCheck super.json-autotype;
- # The LTS-13.x versions doesn't suffice to build these packages.
- hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; });
- hoogle = super.hoogle.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; });
-
# Jailbreak tasty < 1.2: https://github.com/phadej/tdigest/issues/30
tdigest = doJailbreak super.tdigest; # until tdigest > 0.2.1
these = doJailbreak super.these; # until these >= 0.7.6
@@ -1223,29 +1221,20 @@ self: super: {
'';
});
- # Use latest pandoc despite what LTS says.
- # Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309.
- cmark-gfm = self.cmark-gfm_0_2_0;
- pandoc = dontCheck (doDistribute super.pandoc_2_7_3); # test suite failure: https://github.com/jgm/pandoc/issues/5582
- pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_2;
- skylighting = self.skylighting_0_8_1_1;
- skylighting-core = self.skylighting-core_0_8_1_1;
-
- # Current versions of tasty-hedgehog need hedgehog 1.x, which
- # we don't have in LTS-13.x.
- tasty-hedgehog = super.tasty-hedgehog.override { hedgehog = self.hedgehog_1_0; };
+ # test suite failure: https://github.com/jgm/pandoc/issues/5582
+ pandoc = dontCheck super.pandoc;
# The latest release version is ancient. You really need this tool from git.
haskell-ci = generateOptparseApplicativeCompletion "haskell-ci"
(addBuildDepend (overrideSrc (dontCheck super.haskell-ci) {
- version = "20190307-git";
+ version = "20190814-git";
src = pkgs.fetchFromGitHub {
owner = "haskell-CI";
repo = "haskell-ci";
- rev = "2baceb59bc2f36e798ff9fb6e8865c449f01d3a2";
- sha256 = "1wqhqajxni6h9rrj22xj6421d4m0gs8qk2glghpdp307ns5gr2j4";
+ rev = "70918d80b6fd43aca7e4d00ba0d2ea116b666556";
+ sha256 = "0bzp959qy74zmqq75f60rcixpjbvvyrb5a8zp2nyql3nm9vxzy5k";
};
- }) (with self; [base-compat generic-lens microlens optparse-applicative ShellCheck]));
+ }) (with self; [temporary lattices Cabal_3_0_0_0]));
# Fix build with attr-2.4.48 (see #53716)
xattr = appendPatch super.xattr ./patches/xattr-fix-build.patch;
@@ -1254,10 +1243,10 @@ self: super: {
yesod-markdown = doJailbreak super.yesod-markdown;
# These packages needs network 3.x, which is not in LTS-13.x.
- network-bsd = super.network-bsd.override { network = self.network_3_0_1_1; };
+ network-bsd_2_8_1_0 = super.network-bsd_2_8_1_0.override { network = self.network_3_0_1_1; };
lambdabot-core = super.lambdabot-core.overrideScope (self: super: { network = self.network_3_0_1_1; hslogger = self.hslogger_1_3_0_0; });
lambdabot-reference-plugins = super.lambdabot-reference-plugins.overrideScope (self: super: { network = self.network_3_0_1_1; hslogger = self.hslogger_1_3_0_0; });
- lambdabot-haskell-plugins = super.lambdabot-haskell-plugins.overrideScope (self: super: { network = self.network_3_0_1_1; socks = self.socks_0_6_0; connection = self.connection_0_3_0; haskell-src-exts = self.haskell-src-exts_1_21_0; });
+ lambdabot-haskell-plugins = super.lambdabot-haskell-plugins.overrideScope (self: super: { network = self.network_3_0_1_1; });
# Some tests depend on a postgresql instance
# Haddock failure: https://github.com/haskell/haddock/issues/979
@@ -1274,8 +1263,8 @@ self: super: {
temporary-resourcet = doJailbreak super.temporary-resourcet;
# Requires dhall >= 1.23.0
- ats-pkg = super.ats-pkg.override { dhall = self.dhall_1_24_0; };
- dhall-to-cabal = super.dhall-to-cabal.override { dhall = self.dhall_1_24_0; };
+ ats-pkg = super.ats-pkg.override { dhall = self.dhall_1_25_0; };
+ dhall-to-cabal = super.dhall-to-cabal.override { dhall = self.dhall_1_25_0; };
# Test suite doesn't work with current QuickCheck
# https://github.com/pruvisto/heap/issues/11
@@ -1287,7 +1276,16 @@ self: super: {
# Test suite won't link for no apparent reason.
constraints-deriving = dontCheck super.constraints-deriving;
- # The old LTS-13.x version does not compile.
- ip = self.ip_1_5_0;
+ # need newer version of ghc-libparser
+ hlint = super.hlint.override { ghc-lib-parser = self.ghc-lib-parser_8_8_0_20190723; };
+
+ # https://github.com/sol/hpack/issues/366
+ hpack = dontCheck super.hpack;
+
+ # QuickCheck >=2.3 && <2.13, hspec >=2.1 && <2.7
+ graphviz = dontCheck super.graphviz;
+
+ # https://github.com/elliottt/hsopenid/issues/15
+ openid = markBroken super.openid;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
index de01fe4cd12..76aabb91561 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
@@ -39,9 +39,9 @@ self: super: {
# These are now core libraries in GHC 8.4.x.
mtl = self.mtl_2_2_2;
- parsec = self.parsec_3_1_13_0;
+ parsec = self.parsec_3_1_14_0;
stm = self.stm_2_5_0_0;
- text = self.text_1_2_3_1;
+ text = self.text_1_2_4_0;
# Build with the latest Cabal version, which works best albeit not perfectly.
jailbreak-cabal = super.jailbreak-cabal.override { Cabal = self.Cabal_2_2_0_1; };
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index dc3071e5fab..417fc0b3a44 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -41,30 +41,9 @@ self: super: {
unix = null;
xhtml = null;
- # Use the current git version of cabal-install.
- cabal-install = overrideCabal (super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal-git; })) (drv: {
- src = pkgs.fetchFromGitHub {
- owner = "haskell";
- repo = "cabal";
- rev = "e98f6c26fa301b49921c2df67934bf9b0a4f3386";
- sha256 = "15nrkvckq2rw31z7grgbsg5f0gxfc09afsrqdfi4n471k630xd2i";
- };
- version = "20190510-git";
- editedCabalFile = null;
- postUnpack = "sourceRoot+=/cabal-install";
- jailbreak = true;
- });
- Cabal-git = overrideCabal super.Cabal_2_4_1_0 (drv: {
- src = pkgs.fetchFromGitHub {
- owner = "haskell";
- repo = "cabal";
- rev = "e98f6c26fa301b49921c2df67934bf9b0a4f3386";
- sha256 = "15nrkvckq2rw31z7grgbsg5f0gxfc09afsrqdfi4n471k630xd2i";
- };
- version = "20190510-git";
- editedCabalFile = null;
- postUnpack = "sourceRoot+=/Cabal";
- });
+ # Use the cabal-install 3.0.0.0 beta release.
+ cabal-install = self.cabal-install-3;
+ Cabal_3_0_0_0 = null; # Our compiler has this already.
# Ignore overly restrictive upper version bounds.
async = doJailbreak super.async;
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 3044f64e53d..b279652a5d5 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -43,7 +43,7 @@ core-packages:
- ghcjs-base-0
default-package-overrides:
- # LTS Haskell 13.25
+ # LTS Haskell 14.2
- abstract-deque ==0.3
- abstract-deque-tests ==0.3
- abstract-par ==0.3.3
@@ -55,29 +55,27 @@ default-package-overrides:
- adjunctions ==4.4
- adler32 ==0.1.2.0
- advent-of-code-api ==0.1.2.3
- - aern2-mp ==0.1.3.1
- - aeson ==1.4.2.0
+ - aeson ==1.4.4.0
- aeson-attoparsec ==0.0.0
- aeson-better-errors ==0.9.1.0
- - aeson-casing ==0.1.1.0
+ - aeson-casing ==0.2.0.0
- aeson-compat ==0.3.9
- aeson-diff ==1.1.0.7
- - aeson-extra ==0.4.1.1
+ - aeson-extra ==0.4.1.2
- aeson-generic-compat ==0.0.1.3
- aeson-iproute ==0.2
- aeson-picker ==0.1.0.4
- aeson-pretty ==0.8.7
- aeson-qq ==0.8.2
- - aeson-typescript ==0.1.2.0
- aeson-utils ==0.3.0.2
- aeson-yak ==0.1.1.3
- al ==0.1.4.2
- - alarmclock ==0.6.0.2
- - alerts ==0.1.0.0
+ - alarmclock ==0.7.0.1
+ - alerts ==0.1.2.0
- alex ==3.2.4
- alg ==0.2.10.0
- - algebraic-graphs ==0.3
- - Allure ==0.8.3.0
+ - algebraic-graphs ==0.4
+ - Allure ==0.9.5.0
- almost-fix ==0.0.2
- alsa-core ==0.5.0.1
- alsa-mixer ==0.3.0
@@ -85,113 +83,16 @@ default-package-overrides:
- alsa-seq ==0.6.0.7
- alternative-vector ==0.0.0
- alternators ==1.0.0.0
- - ALUT ==2.4.0.2
- - amazonka ==1.6.1
- - amazonka-apigateway ==1.6.1
- - amazonka-application-autoscaling ==1.6.1
- - amazonka-appstream ==1.6.1
- - amazonka-athena ==1.6.1
- - amazonka-autoscaling ==1.6.1
- - amazonka-budgets ==1.6.1
- - amazonka-certificatemanager ==1.6.1
- - amazonka-cloudformation ==1.6.1
- - amazonka-cloudfront ==1.6.1
- - amazonka-cloudhsm ==1.6.1
- - amazonka-cloudsearch ==1.6.1
- - amazonka-cloudsearch-domains ==1.6.1
- - amazonka-cloudtrail ==1.6.1
- - amazonka-cloudwatch ==1.6.1
- - amazonka-cloudwatch-events ==1.6.1
- - amazonka-cloudwatch-logs ==1.6.1
- - amazonka-codebuild ==1.6.1
- - amazonka-codecommit ==1.6.1
- - amazonka-codedeploy ==1.6.1
- - amazonka-codepipeline ==1.6.1
- - amazonka-cognito-identity ==1.6.1
- - amazonka-cognito-idp ==1.6.1
- - amazonka-cognito-sync ==1.6.1
- - amazonka-config ==1.6.1
- - amazonka-core ==1.6.1
- - amazonka-datapipeline ==1.6.1
- - amazonka-devicefarm ==1.6.1
- - amazonka-directconnect ==1.6.1
- - amazonka-discovery ==1.6.1
- - amazonka-dms ==1.6.1
- - amazonka-ds ==1.6.1
- - amazonka-dynamodb ==1.6.1
- - amazonka-dynamodb-streams ==1.6.1
- - amazonka-ec2 ==1.6.1
- - amazonka-ecr ==1.6.1
- - amazonka-ecs ==1.6.1
- - amazonka-efs ==1.6.1
- - amazonka-elasticache ==1.6.1
- - amazonka-elasticbeanstalk ==1.6.1
- - amazonka-elasticsearch ==1.6.1
- - amazonka-elastictranscoder ==1.6.1
- - amazonka-elb ==1.6.1
- - amazonka-elbv2 ==1.6.1
- - amazonka-emr ==1.6.1
- - amazonka-gamelift ==1.6.1
- - amazonka-glacier ==1.6.1
- - amazonka-health ==1.6.1
- - amazonka-iam ==1.6.1
- - amazonka-importexport ==1.6.1
- - amazonka-inspector ==1.6.1
- - amazonka-iot ==1.6.1
- - amazonka-iot-dataplane ==1.6.1
- - amazonka-kinesis ==1.6.1
- - amazonka-kinesis-analytics ==1.6.1
- - amazonka-kinesis-firehose ==1.6.1
- - amazonka-kms ==1.6.1
- - amazonka-lambda ==1.6.1
- - amazonka-lightsail ==1.6.1
- - amazonka-marketplace-analytics ==1.6.1
- - amazonka-marketplace-metering ==1.6.1
- - amazonka-ml ==1.6.1
- - amazonka-opsworks ==1.6.1
- - amazonka-opsworks-cm ==1.6.1
- - amazonka-pinpoint ==1.6.1
- - amazonka-polly ==1.6.1
- - amazonka-rds ==1.6.1
- - amazonka-redshift ==1.6.1
- - amazonka-rekognition ==1.6.1
- - amazonka-route53 ==1.6.1
- - amazonka-route53-domains ==1.6.1
- - amazonka-s3 ==1.6.1
- - amazonka-sdb ==1.6.1
- - amazonka-servicecatalog ==1.6.1
- - amazonka-ses ==1.6.1
- - amazonka-shield ==1.6.1
- - amazonka-sms ==1.6.1
- - amazonka-snowball ==1.6.1
- - amazonka-sns ==1.6.1
- - amazonka-sqs ==1.6.1
- - amazonka-ssm ==1.6.1
- - amazonka-stepfunctions ==1.6.1
- - amazonka-storagegateway ==1.6.1
- - amazonka-sts ==1.6.1
- - amazonka-support ==1.6.1
- - amazonka-swf ==1.6.1
- - amazonka-test ==1.6.1
- - amazonka-waf ==1.6.1
- - amazonka-workspaces ==1.6.1
- - amazonka-xray ==1.6.1
- - amqp ==0.18.2
+ - ALUT ==2.4.0.3
+ - amqp ==0.18.3
- annotated-wl-pprint ==0.7.0
- - ansi-terminal ==0.8.2
- - ansi-wl-pprint ==0.6.8.2
- - antiope-athena ==6.2.0
- - antiope-core ==6.2.0
- - antiope-dynamodb ==6.2.0
- - antiope-messages ==6.2.0
- - antiope-s3 ==6.2.0
- - antiope-sns ==6.2.0
- - antiope-sqs ==6.2.0
+ - ansi-terminal ==0.9.1
+ - ansi-wl-pprint ==0.6.9
- ANum ==0.2.0.2
- aos-signature ==0.1.1
- - apecs ==0.7.3
- - apecs-gloss ==0.2.0
- - apecs-physics ==0.3.2
+ - apecs ==0.8.1
+ - apecs-gloss ==0.2.2
+ - apecs-physics ==0.4.2
- api-field-json-th ==0.1.0.2
- appar ==0.1.8
- appendmap ==0.1.5
@@ -200,16 +101,17 @@ default-package-overrides:
- approximate ==0.3.1
- app-settings ==0.2.0.12
- arbor-lru-cache ==0.1.1.0
- - arithmoi ==0.8.0.0
+ - arithmoi ==0.9.0.0
- array-memoize ==0.6.0
- arrow-extras ==0.1.0.1
- - asciidiagram ==1.3.3.2
+ - asciidiagram ==1.3.3.3
- ascii-progress ==0.3.3.0
- - asif ==3.2.0
+ - asif ==6.0.1
- asn1-encoding ==0.9.5
- asn1-parse ==0.9.4
- - asn1-types ==0.3.2
+ - asn1-types ==0.3.3
- assert-failure ==0.1.2.2
+ - assoc ==1
- astro ==0.4.2.1
- async ==2.2.2
- async-extra ==0.2.0.0
@@ -228,20 +130,22 @@ default-package-overrides:
- attoparsec-path ==0.0.0.1
- attoparsec-uri ==0.0.7
- audacity ==0.0.2
+ - aur ==6.2.0.1
- authenticate ==1.3.4
- authenticate-oauth ==1.6
- auto ==0.4.3.1
- - autoexporter ==1.1.13
- - auto-update ==0.1.4.1
+ - autoexporter ==1.1.14
+ - auto-update ==0.1.6
- avers ==0.0.17.1
- avers-api ==0.1.0
- avers-server ==0.1.0.1
- - avro ==0.4.4.3
+ - avro ==0.4.5.2
- avwx ==0.3.0.2
- - axel ==0.0.9
- - backprop ==0.2.6.2
- - bank-holidays-england ==0.1.0.8
- - barbies ==1.1.2.1
+ - aws-cloudfront-signed-cookies ==0.2.0.1
+ - aws-lambda-haskell-runtime ==2.0.1
+ - backprop ==0.2.6.3
+ - bank-holidays-england ==0.2.0.1
+ - barbies ==1.1.3.0
- barrier ==0.1.1
- base16-bytestring ==0.1.1.6
- base32string ==0.9.1
@@ -251,7 +155,7 @@ default-package-overrides:
- base64-string ==0.2
- base-compat ==0.10.5
- base-compat-batteries ==0.10.5
- - basement ==0.0.10
+ - basement ==0.0.11
- base-noprelude ==4.12.0.0
- base-orphans ==0.8.1
- base-prelude ==1.3
@@ -261,25 +165,31 @@ default-package-overrides:
- bbdb ==0.8
- bcrypt ==0.0.11
- beam-core ==0.8.0.0
+ - beam-migrate ==0.4.0.1
+ - beam-mysql ==0.2.0.0
+ - beam-postgres ==0.4.0.0
+ - beam-sqlite ==0.4.0.0
- bench ==1.0.12
- benchpress ==0.2.2.12
+ - bench-show ==0.3.0
- bencode ==0.6.0.0
+ - bencoding ==0.4.5.1
- between ==0.11.0.0
- bibtex ==0.1.0.6
- bifunctors ==5.5.4
- - bimap ==0.3.3
+ - bimap ==0.4.0
- bimap-server ==0.1.0.1
- binary-bits ==0.5
- binary-conduit ==1.3.1
- binary-ext ==2.0.4
- binary-ieee754 ==0.1.0.0
- binary-list ==1.1.1.2
- - binary-orphans ==0.1.8.0
+ - binary-orphans ==1.0.1
- binary-parser ==0.5.5
- - binary-parsers ==0.2.3.0
+ - binary-parsers ==0.2.4.0
- binary-search ==1.0.0.3
- binary-shared ==0.8.3
- - binary-tagged ==0.1.5.2
+ - binary-tagged ==0.2
- bindings-DSL ==1.0.25
- bindings-GLFW ==3.2.1.1
- bindings-libzip ==1.0.1
@@ -293,44 +203,51 @@ default-package-overrides:
- bits ==0.5.2
- bitset-word8 ==0.1.1.1
- bits-extra ==0.0.1.3
- - bit-stream ==0.1.0.2
+ - bitvec ==1.0.0.1
- bitx-bitcoin ==0.12.0.0
- - blake2 ==0.2.0
+ - blake2 ==0.3.0
+ - blas-carray ==0.1.0.1
+ - blas-comfort-array ==0.0.0.2
- blas-ffi ==0.1
- blas-hs ==0.1.1.0
- blaze-bootstrap ==0.1.0.1
- blaze-builder ==0.4.1.0
- - blaze-colonnade ==1.2.2
+ - blaze-colonnade ==1.2.2.1
- blaze-html ==0.9.1.1
- blaze-markup ==0.8.2.2
- blaze-svg ==0.3.6.1
- blaze-textual ==0.2.1.0
- bmp ==1.2.6.3
- - bno055-haskell ==0.1.0
+ - board-games ==0.3
- boltzmann-samplers ==0.1.1.0
- Boolean ==0.2.4
- boolean-like ==0.1.1.0
- boolean-normal-forms ==0.0.1
- boolsimplifier ==0.1.8
+ - boots ==0.0.100
- bordacount ==0.1.0.0
- - boring ==0.1.1
+ - boring ==0.1.2
- both ==0.1.1.0
- bound ==2.0.1
- BoundedChan ==1.0.3.0
+ - bounded-queue ==1.0.0
- boundingboxes ==0.2.3
- bower-json ==1.0.0.1
- boxes ==0.1.5
+ - brick ==0.47.1
+ - brittany ==0.12.0.0
- bsb-http-chunked ==0.0.0.4
- - bson ==0.3.2.7
+ - bson ==0.3.2.8
- bson-lens ==0.1.1
- btrfs ==0.2.0.0
- buffer-builder ==0.2.4.7
- buffer-pipe ==0.0
- bugsnag-haskell ==0.0.3.0
- bulletproofs ==0.4.0
+ - butcher ==1.3.2.3
- butter ==0.1.0.6
- bv ==0.5
- - bv-little ==0.1.2
+ - bv-little ==1.1.0
- byteable ==0.1.1
- bytedump ==1.0
- byteorder ==1.0.4
@@ -340,20 +257,20 @@ default-package-overrides:
- bytestring-conversion ==0.3.1
- bytestring-lexing ==0.5.0.2
- bytestring-strict-builder ==0.4.5.3
+ - bytestring-to-vector ==0.3.0.1
- bytestring-tree-builder ==0.2.7.3
- bzlib ==0.5.0.5
- - bzlib-conduit ==0.3.0.1
+ - bzlib-conduit ==0.3.0.2
- c2hs ==0.28.6
- Cabal ==2.4.1.0
- cabal2spec ==2.2.2.1
- cabal-doctest ==1.0.6
- - cabal-rpm ==0.12.6
+ - cabal-file-th ==0.2.6
- cache ==0.1.1.2
- - cachix ==0.2.0
- - cachix-api ==0.2.0
- cacophony ==0.10.1
- calendar-recycling ==0.0.0.1
- call-stack ==0.1.0
+ - ca-province-codes ==1.0.0.0
- carray ==0.1.6.8
- cased ==0.1.0.0
- case-insensitive ==1.2.0.11
@@ -364,9 +281,10 @@ default-package-overrides:
- cassava-megaparsec ==2.0.0
- cassava-records ==0.1.0.4
- cast ==0.1.0.2
- - category ==0.2.4.0
+ - caster ==0.0.3.0
+ - category ==0.2.4.1
- cayley-client ==0.4.9
- - cborg ==0.2.1.0
+ - cborg ==0.2.2.0
- cborg-json ==0.2.1.0
- cereal ==0.5.8.1
- cereal-conduit ==0.8.0
@@ -374,7 +292,7 @@ default-package-overrides:
- cereal-time ==0.1.0.0
- cereal-vector ==0.2.0.1
- cfenv ==0.1.0.0
- - cgi ==3001.3.0.3
+ - cgi ==3001.4.0.0
- chan ==0.0.4.1
- ChannelT ==0.0.0.7
- charset ==0.3.7.1
@@ -386,10 +304,13 @@ default-package-overrides:
- cheapskate-highlight ==0.1.0.0
- cheapskate-lucid ==0.1.0.0
- check-email ==1.0.2
- - checkers ==0.4.14
+ - checkers ==0.5.0
- checksum ==0.0
+ - chimera ==0.2.0.0
- choice ==0.2.2
- chronologique ==0.3.1.1
+ - chronos ==1.0.7
+ - chronos-bench ==0.2.0.2
- chunked-data ==0.3.1
- cipher-aes ==0.2.11
- cipher-aes128 ==0.7.0.4
@@ -406,13 +327,14 @@ default-package-overrides:
- clay ==0.13.1
- clientsession ==0.9.1.2
- Clipboard ==2.3.2.0
- - clock ==0.7.2
+ - clock ==0.8
- clock-extras ==0.1.0.2
+ - closed ==0.2.0.1
- clr-host ==0.2.1.0
- clr-marshal ==0.2.0.0
- clumpiness ==0.17.0.2
- - cmark ==0.5.6.3
- - cmark-gfm ==0.1.8
+ - cmark ==0.6
+ - cmark-gfm ==0.2.0
- cmdargs ==0.10.20
- codec ==0.2.1
- codec-beam ==0.2.0
@@ -420,16 +342,19 @@ default-package-overrides:
- code-page ==0.2
- codo-notation ==0.5.2
- coercible-utils ==0.0.0
- - co-log ==0.2.0
- - co-log-core ==0.1.1
+ - co-log ==0.3.0.0
+ - co-log-core ==0.2.0.0
- colonnade ==1.2.0.2
- colorful-monoids ==0.2.1.2
- colorize-haskell ==1.0.1
- colour ==2.3.5
+ - columnar ==1.0.0.0
- combinatorial ==0.1.0.1
+ - comfort-array ==0.4
- comfort-graph ==0.0.3.1
- commutative ==0.0.2
- comonad ==5.0.5
+ - compact ==0.1.0.1
- compactmap ==0.1.4.2.1
- compensated ==0.7.2
- compiler-warnings ==0.1.0
@@ -438,9 +363,9 @@ default-package-overrides:
- composition ==1.0.2.1
- composition-extra ==2.0.0
- concise ==0.1.0.1
- - concurrency ==1.6.2.0
+ - concurrency ==1.7.0.0
- concurrent-extra ==0.7.0.12
- - concurrent-output ==1.10.9
+ - concurrent-output ==1.10.10
- concurrent-split ==0.0.1.1
- concurrent-supply ==0.1.8
- cond ==0.4.1.1
@@ -448,17 +373,17 @@ default-package-overrides:
- conduit-algorithms ==0.0.10.1
- conduit-combinators ==1.3.0
- conduit-concurrent-map ==0.1.1
- - conduit-connection ==0.1.0.4
- - conduit-extra ==1.3.1.1
+ - conduit-extra ==1.3.4
- conduit-iconv ==0.1.1.3
- conduit-parse ==0.2.1.0
- conduit-throttle ==0.3.1.0
- conduit-zstd ==0.0.1.1
- - confcrypt ==0.1.0.4
+ - config-ini ==0.2.4.0
- configuration-tools ==0.4.1
- configurator ==0.3.0.0
- configurator-export ==0.1.0.1
- - connection ==0.2.8
+ - configurator-pg ==0.1.0.3
+ - connection ==0.3.0
- connection-pool ==0.2.2
- console-style ==0.0.2.1
- constraint ==0.1.3.0
@@ -471,6 +396,9 @@ default-package-overrides:
- control-monad-omega ==0.3.1
- convertible ==1.1.1.0
- cookie ==0.4.4
+ - core-data ==0.2.0.0
+ - core-program ==0.2.0.0
+ - core-text ==0.2.0.0
- countable ==1.0
- country ==0.1.6
- courier ==0.1.1.5
@@ -480,11 +408,12 @@ default-package-overrides:
- cpu ==0.1.2
- cpuinfo ==0.1.0.1
- cql ==4.0.1
- - cql-io ==1.0.1.1
+ - cql-io ==1.1.1
- crackNum ==2.3
+ - crc32c ==0.0.0
- credential-store ==0.1.2
- criterion ==1.5.5.0
- - criterion-measurement ==0.1.1.0
+ - criterion-measurement ==0.1.2.0
- cron ==0.6.1
- crypto-api ==0.13.3
- crypto-api-tests ==0.3
@@ -502,6 +431,8 @@ default-package-overrides:
- cryptonite ==0.25
- cryptonite-conduit ==0.2.2
- cryptonite-openssl ==0.7
+ - crypto-numbers ==0.2.7
+ - crypto-pubkey ==0.2.8
- crypto-pubkey-openssh ==0.2.7
- crypto-pubkey-types ==0.4.3
- crypto-random ==0.0.9
@@ -512,7 +443,7 @@ default-package-overrides:
- css-text ==0.1.3.0
- csv ==0.1.2
- ctrie ==0.2
- - cubicbezier ==0.6.0.5
+ - cubicbezier ==0.6.0.6
- cubicspline ==0.1.2
- cublas ==0.5.0.0
- cuckoo-filter ==0.2.0.2
@@ -533,6 +464,7 @@ default-package-overrides:
- data-binary-ieee754 ==0.4.4
- data-bword ==0.1.0.1
- data-checked ==0.3
+ - data-clist ==0.1.2.3
- data-default ==0.7.1.1
- data-default-class ==0.1.2.0
- data-default-instances-containers ==0.0.1
@@ -555,6 +487,7 @@ default-package-overrides:
- data-ref ==0.0.2
- data-reify ==0.6.1
- data-serializer ==0.3.4
+ - datasets ==0.4.0
- data-textual ==0.3.0.2
- data-tree-print ==0.1.0.2
- dataurl ==0.1.0.0
@@ -565,25 +498,25 @@ default-package-overrides:
- debian-build ==0.10.1.2
- debug ==0.1.1
- debug-trace-var ==0.2.0
+ - dec ==0.0.3
- decidable ==0.1.5.0
- Decimal ==0.5.1
- declarative ==0.5.2
- deepseq-generics ==0.2.0.0
- deferred-folds ==0.9.10.1
- - dejafu ==1.11.0.5
+ - dejafu ==2.1.0.0
- dense-linear-algebra ==0.1.0.0
- dependent-map ==0.2.4.0
- dependent-sum ==0.4
- dependent-sum-template ==0.0.0.6
- - deque ==0.2.7
+ - deque ==0.4.2.3
- deriveJsonNoPrefix ==0.1.0.1
- deriving-compat ==0.5.6
- derulo ==1.0.5
- detour-via-sci ==1.0.0
- - dhall ==1.19.1
- - dhall-bash ==1.0.18
- - dhall-json ==1.2.6
- - dhall-text ==1.0.18
+ - dhall ==1.24.0
+ - dhall-bash ==1.0.21
+ - dhall-json ==1.3.0
- diagrams ==1.4
- diagrams-contrib ==1.4.3
- diagrams-core ==1.4.1.1
@@ -597,6 +530,7 @@ default-package-overrides:
- Diff ==0.3.4
- digest ==0.0.1.2
- digits ==0.3.1
+ - dimensional ==1.3
- di-monad ==1.3
- directory-tree ==0.12.1
- direct-sqlite ==2.3.24
@@ -605,19 +539,22 @@ default-package-overrides:
- distributed-closure ==0.4.1.1
- distribution-opensuse ==1.1.1
- distributive ==0.6
- - dlist ==0.8.0.6
+ - dl-fedora ==0.5
+ - dlist ==0.8.0.7
- dlist-instances ==0.1.1.1
- dlist-nonempty ==0.1.1
- - dns ==3.0.4
+ - dns ==4.0.0
- dockerfile ==0.2.0
- docopt ==0.7.0.5
- doctemplates ==0.2.2.1
- - doctest ==0.16.0.1
+ - doctest ==0.16.1
- doctest-discover ==0.2.0.0
- doctest-driver-gen ==0.3.0.1
+ - doldol ==0.4.1.2
- do-list ==1.0.1
- dom-parser ==3.1.0
- - dotenv ==0.8.0.0
+ - do-notation ==0.1.0.2
+ - dotenv ==0.8.0.2
- dotgen ==0.4.2
- dotnet-timespan ==0.0.1.0
- double-conversion ==2.0.2.0
@@ -632,38 +569,44 @@ default-package-overrides:
- dvorak ==0.1.0.0
- dynamic-state ==0.3.1
- dyre ==0.8.12
+ - eap ==0.9.0.2
- Earley ==0.13.0.1
- easy-file ==0.2.2
- easytest ==0.2.1
- Ebnf2ps ==1.0.15
- echo ==0.1.3
+ - ecstasy ==0.2.1.0
- ed25519 ==0.0.5.0
- edit-distance ==0.2.2.1
- edit-distance-vector ==1.0.0.4
- editor-open ==0.6.0.0
- either ==5.0.1.1
- - either-both ==0.1.0.0
+ - either-both ==0.1.1.1
- ekg ==0.4.0.15
- ekg-core ==0.1.1.6
- ekg-json ==0.1.0.6
- ekg-statsd ==0.2.4.0
- elerea ==2.9.0
- - elf ==0.29
+ - elf ==0.30
- eliminators ==0.5.1
- elm2nix ==0.1.1
+ - elm-bridge ==0.5.2
- elm-core-sources ==1.0.0
- elm-export ==0.6.0.1
+ - elm-street ==0.0.1
- emacs-module ==0.1.1
- email-validate ==2.3.2.11
- emd ==0.1.4.0
- enclosed-exceptions ==1.0.3
+ - ENIG ==0.0.1.0
- entropy ==0.4.1.4
- - enummapset ==0.6.0.1
- - enumset ==0.0.4.1
+ - enummapset ==0.6.0.2
+ - enumset ==0.0.5
- enum-subset-generate ==0.1.0.0
- - enum-text ==0.5.0.0
+ - enum-text ==0.5.1.0
+ - enum-text-rio ==1.2.0.0
- envelope ==0.2.2.0
- - envy ==1.5.1.0
+ - envy ==2.0.0.0
- epub-metadata ==4.5
- eq ==4.2
- equal-files ==0.0.5.3
@@ -672,7 +615,7 @@ default-package-overrides:
- errors-ext ==0.4.2
- error-util ==0.0.1.2
- ersatz ==0.4.7
- - esqueleto ==2.6.0
+ - esqueleto ==3.0.0
- etc ==0.4.1.0
- eventful-core ==0.2.0
- eventful-memory ==0.2.0
@@ -680,7 +623,7 @@ default-package-overrides:
- eventful-sqlite ==0.2.0
- eventful-test-helpers ==0.2.0
- event-list ==0.1.2
- - eventstore ==1.2.4
+ - eventstore ==1.3.0
- every ==0.0.1
- exact-combinatorics ==0.2.0.9
- exact-pi ==0.5.0.1
@@ -700,19 +643,22 @@ default-package-overrides:
- extractable-singleton ==0.0.1
- extrapolate ==0.3.3
- fail ==4.9.0.0
+ - failable ==1.2.2.0
+ - fakedata ==0.2.2
- farmhash ==0.1.0.5
+ - fast-builder ==0.1.1.0
- fast-digits ==0.2.1.0
- - fast-logger ==2.4.15
+ - fast-logger ==2.4.16
- fast-math ==1.0.2
- - fb ==1.2.1
+ - fb ==2.0.0
- fclabels ==2.0.3.3
- feature-flags ==0.1.0.1
- fedora-dists ==1.0.1
- - fedora-haskell-tools ==0.6
- - feed ==1.0.1.0
+ - feed ==1.2.0.0
- FenwickTree ==0.1.2.1
- fft ==0.1.8.6
- fgl ==5.7.0.1
+ - fib ==0.1
- filecache ==0.4.1
- file-embed ==0.0.11
- file-embed-lzma ==0
@@ -722,28 +668,30 @@ default-package-overrides:
- filepattern ==0.1.1
- fileplow ==0.1.0.0
- filter-logger ==0.6.0.0
- - filtrable ==0.1.1.0
- - fin ==0.0.2
+ - filtrable ==0.1.2.0
+ - fin ==0.1
- FindBin ==0.0.5
- fingertree ==0.1.4.2
- finite-typelits ==0.1.4.2
- - first-class-families ==0.3.0.1
+ - first-class-families ==0.5.0.0
- first-class-patterns ==0.3.2.4
- fitspec ==0.4.7
- - fixed ==0.2.1.1
+ - fixed ==0.3
- fixed-length ==0.2.1
- fixed-vector ==1.2.0.0
- fixed-vector-hetero ==0.5.0.0
- - flac ==0.1.2
+ - flac ==0.2.0
- flac-picture ==0.1.2
+ - flags-applicative ==0.1.0.1
- flat-mcmc ==1.5.0
- flay ==0.4
- flexible-defaults ==0.0.2
- FloatingHex ==0.4
- floatshow ==0.2.4
- flow ==1.0.18
- - fmlist ==0.9.2
- - fmt ==0.6.1.1
+ - fmlist ==0.9.3
+ - fmt ==0.6.1.2
+ - fmt-for-rio ==1.0.0.0
- fn ==0.3.0.2
- focus ==1.0.1.3
- focuslist ==0.1.0.2
@@ -752,6 +700,7 @@ default-package-overrides:
- fold-debounce-conduit ==0.2.0.3
- foldl ==1.4.5
- folds ==0.7.4
+ - follow-file ==0.0.3
- FontyFruity ==0.5.3.4
- force-layout ==0.4.0.6
- foreign-store ==0.2
@@ -759,7 +708,7 @@ default-package-overrides:
- forma ==1.1.2
- format-numbers ==0.1.0.0
- formatting ==6.3.7
- - foundation ==0.0.23
+ - foundation ==0.0.24
- free ==5.1.1
- freenect ==1.2.1
- freer-simple ==1.2.1.0
@@ -771,54 +720,60 @@ default-package-overrides:
- frontmatter ==0.1.0.2
- fsnotify ==0.3.0.1
- fsnotify-conduit ==0.1.1.1
- - ftp-client ==0.5.1.1
- - ftp-client-conduit ==0.5.0.4
- funcmp ==1.9
+ - function-builder ==0.3.0.1
- functor-classes-compat ==1
- - fused-effects ==0.1.2.1
+ - functor-combinators ==0.1.1.1
+ - fused-effects ==0.5.0.0
- fuzzcheck ==0.1.1
- fuzzy-dates ==0.1.1.1
- - fuzzyset ==0.1.0.8
+ - fuzzyset ==0.1.1
+ - galois-field ==0.3.0
- gauge ==0.2.4
- gc ==0.0.3
- gd ==3000.7.3
- gdp ==0.0.0.2
- general-games ==1.1.1
- generic-arbitrary ==0.1.0
- - generic-data ==0.3.0.0
+ - generic-data ==0.7.0.0
+ - generic-data-surgery ==0.2.0.0
- generic-deriving ==1.12.4
- generic-lens ==1.1.0.0
- GenericPretty ==1.2.2
- generic-random ==1.2.0.0
- generics-eot ==0.4.0.1
- - generics-mrsop ==1.2.2
+ - generics-mrsop ==2.1.0
- generics-sop ==0.4.0.1
- - generics-sop-lens ==0.1.3
- - genvalidity ==0.7.0.2
- - genvalidity-aeson ==0.2.0.2
- - genvalidity-bytestring ==0.3.0.1
- - genvalidity-containers ==0.5.1.1
- - genvalidity-hspec ==0.6.2.3
- - genvalidity-hspec-aeson ==0.3.0.1
+ - generics-sop-lens ==0.2
+ - genvalidity ==0.8.0.0
+ - genvalidity-aeson ==0.3.0.0
+ - genvalidity-bytestring ==0.5.0.0
+ - genvalidity-containers ==0.6.0.0
+ - genvalidity-hspec ==0.7.0.0
+ - genvalidity-hspec-aeson ==0.3.1.0
- genvalidity-hspec-binary ==0.2.0.3
- genvalidity-hspec-cereal ==0.2.0.3
- genvalidity-hspec-hashable ==0.2.0.4
- genvalidity-hspec-optics ==0.1.1.1
- genvalidity-path ==0.3.0.2
- - genvalidity-property ==0.3.0.0
+ - genvalidity-property ==0.4.0.0
- genvalidity-scientific ==0.2.1.0
- - genvalidity-text ==0.5.1.0
+ - genvalidity-text ==0.6.0.0
- genvalidity-time ==0.2.1.1
- - genvalidity-unordered-containers ==0.2.0.4
+ - genvalidity-unordered-containers ==0.3.0.0
- genvalidity-uuid ==0.1.0.2
- - genvalidity-vector ==0.2.0.3
- - geojson ==3.0.4
+ - genvalidity-vector ==0.3.0.0
+ - geojson ==4.0.1
- getopt-generics ==0.13.0.3
+ - ghc-compact ==0.1.0.0
- ghc-core ==0.5.6
- - ghc-exactprint ==0.5.8.2
- - ghcid ==0.7.4
- - ghci-hexcalc ==0.1.0.2
+ - ghc-exactprint ==0.6.1
+ - ghcid ==0.7.5
+ - ghci-hexcalc ==0.1.1.0
- ghcjs-codemirror ==0.0.0.2
+ - ghc-lib ==8.8.0.20190424
+ - ghc-lib-parser ==8.8.0.20190424
+ - ghc-parser ==0.2.0.3
- ghc-paths ==0.1.0.9
- ghc-prof ==1.4.1.5
- ghc-syntax-highlighter ==0.0.4.0
@@ -827,51 +782,52 @@ default-package-overrides:
- ghc-typelits-knownnat ==0.6
- ghc-typelits-natnormalise ==0.6.2
- ghost-buster ==0.1.1.0
- - gi-atk ==2.0.18
- - gi-cairo ==1.0.17
- - gi-gdk ==3.0.16
- - gi-gdkpixbuf ==2.0.20
- - gi-gio ==2.0.19
- - gi-glib ==2.0.17
- - gi-gobject ==2.0.19
- - gi-gtk ==3.0.27
- - gi-gtk-hs ==0.3.6.3
- - gi-gtksource ==3.0.16
- - gi-javascriptcore ==4.0.16
+ - gi-atk ==2.0.21
+ - gi-cairo ==1.0.23
+ - gi-gdk ==3.0.22
+ - gi-gdkpixbuf ==2.0.23
+ - gi-gio ==2.0.25
+ - gi-glib ==2.0.23
+ - gi-gobject ==2.0.22
+ - gi-gtk ==3.0.32
+ - gi-gtk-hs ==0.3.8.0
+ - gi-gtksource ==3.0.22
+ - gi-javascriptcore ==4.0.21
+ - ginger ==0.9.1.0
- gingersnap ==0.3.1.0
- - gi-pango ==1.0.19
- - giphy-api ==0.6.0.1
+ - gi-pango ==1.0.22
- githash ==0.1.3.1
- github-release ==1.2.4
- github-types ==0.2.1
- github-webhooks ==0.10.1
- gitrev ==1.3.1
- - gi-vte ==2.91.19
- - gl ==0.8.0
- - glabrous ==1.0.1
+ - gi-vte ==2.91.25
+ - gl ==0.9
+ - glabrous ==2.0.0
- glaze ==0.3.0.1
- glazier ==1.0.0.0
- GLFW-b ==3.2.1.0
- - Glob ==0.9.3
+ - Glob ==0.10.0
- gloss ==1.13.0.1
- gloss-algorithms ==1.13.0.1
- gloss-examples ==1.13.0.2
- gloss-raster ==1.13.0.2
- gloss-rendering ==1.13.1.1
- GLURaw ==2.0.0.4
- - GLUT ==2.7.0.14
+ - GLUT ==2.7.0.15
- gnuplot ==0.5.6
- - goggles ==0.3.2
- google-isbn ==1.0.3
- google-oauth2-jwt ==0.3.1
- gpolyline ==0.1.0.1
- graph-core ==0.3.0.0
+ - graphite ==0.10.0.1
- graphs ==0.7.1
+ - graphviz ==2999.20.0.3
- graph-wrapper ==0.2.6.0
- gravatar ==0.8.0
- graylog ==0.1.0.1
- greskell ==0.2.3.0
- - greskell-core ==0.1.2.5
+ - greskell-core ==0.1.2.6
- greskell-websocket ==0.1.1.2
- groom ==0.1.2.1
- groundhog ==0.10.0
@@ -880,48 +836,51 @@ default-package-overrides:
- groundhog-postgresql ==0.10
- groundhog-sqlite ==0.10.0
- groundhog-th ==0.10.2
+ - group-by-date ==0.1.0.3
+ - grouped-list ==0.2.2.1
- groups ==0.4.1.0
- guarded-allocation ==0.0.1
- gym-http-api ==0.1.0.1
- - h2c ==1.0.0
+ - H ==0.9.0.1
- hackage-db ==2.0.1
- hackage-security ==0.5.3.0
- haddock-library ==1.7.0
- - hailgun ==0.4.2
+ - hadolint ==1.17.1
- half ==0.3
- hamilton ==0.1.0.3
- hamtsolo ==1.0.3
- HandsomeSoup ==0.4.2
- - hapistrano ==0.3.9.2
+ - hapistrano ==0.3.9.3
- happy ==1.19.11
- - hasbolt ==0.1.3.3
+ - hasbolt ==0.1.3.4
- hashable ==1.2.7.0
- hashable-time ==0.2.0.2
- hashids ==1.0.2.4
- hashmap ==1.3.3
- - hashtables ==1.2.3.2
+ - hashtables ==1.2.3.4
- haskeline ==0.7.5.0
- - haskell-gi ==0.21.5
- - haskell-gi-base ==0.21.5
+ - haskell-gi ==0.23.0
+ - haskell-gi-base ==0.23.0
- haskell-gi-overloading ==1.0
- haskell-lexer ==1.0.2
- - haskell-lsp ==0.8.2.0
- - haskell-lsp-types ==0.8.2.0
- - haskell-names ==0.9.4
- - HaskellNet ==0.5.1
+ - haskell-lsp ==0.15.0.0
+ - haskell-lsp-types ==0.15.0.0
+ - haskell-names ==0.9.6
- haskell-spacegoo ==0.2.0.1
- haskell-src ==1.0.3.0
- - haskell-src-exts ==1.20.3
+ - haskell-src-exts ==1.21.0
- haskell-src-exts-util ==0.2.5
- haskell-src-meta ==0.8.2
- haskey-btree ==0.3.0.1
- - haskoin-core ==0.8.4
- - hasql ==1.3.0.6
- - hasql-optparse-applicative ==0.3.0.4
+ - haskintex ==0.8.0.0
+ - haskoin-core ==0.9.0
+ - hasql ==1.4
+ - hasql-optparse-applicative ==0.3.0.5
- hasql-pool ==0.5.1
- - hasql-transaction ==0.7.1
+ - hasql-transaction ==0.7.2
- hasty-hamiltonian ==1.3.2
- - haxl ==2.0.1.1
+ - HaTeX ==3.21.0.0
+ - haxl ==2.1.2.0
- hbeanstalk ==0.2.4
- HCodecs ==0.5.1
- hdaemonize ==0.5.5
@@ -931,9 +890,10 @@ default-package-overrides:
- heap ==1.0.4
- heaps ==0.3.6.1
- hebrew-time ==0.1.2
- - hedgehog ==0.6.1
+ - hedgehog ==1.0
- hedgehog-corpus ==0.1.0
- - hedis ==0.10.10
+ - hedgehog-fn ==1.0
+ - hedis ==0.12.7
- hedn ==0.2.0.1
- here ==1.2.13
- heredoc ==0.2.0.0
@@ -945,27 +905,30 @@ default-package-overrides:
- hexstring ==0.11.1
- hformat ==0.3.3.1
- hfsevents ==0.1.6
- - hgmp ==0.1.1
- hidapi ==0.1.5
- hidden-char ==0.1.0.2
+ - hi-file-parser ==0.1.0.0
- higher-leveldb ==0.5.0.2
- highlighting-kate ==0.6.4
- hinfo ==0.0.3.0
- hinotify ==0.4
- - hint ==0.9.0
+ - hint ==0.9.0.1
- hjsmin ==0.2.0.2
+ - hkgr ==0.2.2
- hlibgit2 ==0.18.0.16
- hlibsass ==0.1.8.0
- - hmatrix ==0.19.0.0
- - hmatrix-backprop ==0.1.2.5
+ - hmatrix ==0.20.0.0
+ - hmatrix-backprop ==0.1.3.0
- hmatrix-gsl ==0.19.0.1
- - hmatrix-gsl-stats ==0.4.1.7
+ - hmatrix-gsl-stats ==0.4.1.8
- hmatrix-morpheus ==0.1.1.2
- - hmatrix-vector-sized ==0.1.1.3
+ - hmatrix-vector-sized ==0.1.2.0
+ - hmm-lapack ==0.4
- hmpfr ==0.4.4
- - hoauth2 ==1.8.6
+ - hoauth2 ==1.8.9
- Hoed ==0.5.1
- - hOpenPGP ==2.7.4.1
+ - hOpenPGP ==2.8
+ - hopenpgp-tools ==0.21.3
- hopfli ==0.2.2.1
- hosc ==0.17
- hostname ==1.0
@@ -975,20 +938,22 @@ default-package-overrides:
- hp2pretty ==0.9
- hpack ==0.31.2
- hpack-dhall ==0.5.2
+ - hquantlib-time ==0.0.4.1
- hreader ==1.1.0
- hreader-lens ==0.1.3.0
- hruby ==0.3.8
- hsass ==0.8.0
- hs-bibutils ==6.7.0.0
+ - hsc2hs ==0.68.4
- hschema ==0.0.1.1
- hschema-aeson ==0.0.1.1
- hschema-prettyprinter ==0.0.1.1
- hschema-quickcheck ==0.0.1.1
- hscolour ==1.24.4
- hsdev ==0.3.2.3
- - hsdns ==1.7.1
+ - hsdns ==1.8
- hsebaysdk ==0.4.0.0
- - hsemail ==2
+ - hsemail ==2.2.0
- HSet ==0.0.1
- hset ==2.2.0
- hsexif ==0.6.1.6
@@ -1000,22 +965,23 @@ default-package-overrides:
- hslogger ==1.2.12
- hslua ==1.0.3.1
- hslua-aeson ==1.0.0
+ - hslua-module-system ==0.2.1
- hslua-module-text ==0.2.1
- HsOpenSSL ==0.11.4.16
- HsOpenSSL-x509-system ==0.1.0.3
- hsp ==0.10.0
- - hspec ==2.6.1
+ - hspec ==2.7.1
- hspec-attoparsec ==0.1.0.2
- hspec-checkers ==0.1.0.2
- hspec-contrib ==0.5.1
- - hspec-core ==2.6.1
- - hspec-discover ==2.6.1
+ - hspec-core ==2.7.1
+ - hspec-discover ==2.7.1
- hspec-expectations ==0.8.2
- hspec-expectations-lifted ==0.10.0
- hspec-expectations-pretty-diff ==0.7.2.4
- hspec-golden-aeson ==0.7.0.0
- hspec-leancheck ==0.0.3
- - hspec-megaparsec ==2.0.0
+ - hspec-megaparsec ==2.0.1
- hspec-meta ==2.6.0
- hspec-need-env ==0.1.0.3
- hspec-pg-transact ==0.1.0.2
@@ -1023,6 +989,7 @@ default-package-overrides:
- hspec-wai ==0.9.2
- hspec-wai-json ==0.9.2
- hs-php-session ==0.0.9.3
+ - hsshellscript ==3.4.5
- hstatsd ==0.1
- HStringTemplate ==0.8.7
- HSvm ==0.1.1.3.22
@@ -1037,50 +1004,56 @@ default-package-overrides:
- html-entity-map ==0.1.0.0
- htoml ==1.0.0.3
- http2 ==1.6.5
- - HTTP ==4000.3.13
- - http-api-data ==0.4
- - http-client ==0.5.14
+ - HTTP ==4000.3.14
+ - http-api-data ==0.4.1
+ - http-client ==0.6.4
- http-client-tls ==0.3.5.3
- http-common ==0.8.2.0
- http-conduit ==2.3.7.1
- http-date ==0.0.8
- - http-directory ==0.1.4
- - httpd-shed ==0.4.0.3
+ - http-directory ==0.1.5
+ - http-download ==0.1.0.0
+ - httpd-shed ==0.4.1.1
- http-link-header ==1.0.3.1
- - http-media ==0.7.1.3
+ - http-media ==0.8.0.0
- http-reverse-proxy ==0.6.0
- http-streams ==0.8.6.1
- http-types ==0.12.3
- - human-readable-duration ==0.2.1.3
+ - human-readable-duration ==0.2.1.4
- HUnit ==1.6.0.0
- HUnit-approx ==1.1.1.1
- - hunit-dejafu ==1.2.1.0
+ - hunit-dejafu ==2.0.0.1
- hvect ==0.4.0.0
- - hvega ==0.1.0.3
+ - hvega ==0.3.0.1
- hw-balancedparens ==0.2.0.4
- hw-bits ==0.7.0.6
- hw-conduit ==0.2.0.5
- hw-conduit-merges ==0.2.0.0
- hw-diagnostics ==0.0.0.7
+ - hw-dsv ==0.3.5
- hweblib ==0.6.3
- - hw-eliasfano ==0.1.0.1
- - hw-excess ==0.2.1.0
+ - hw-eliasfano ==0.1.1.0
+ - hw-excess ==0.2.2.0
+ - hw-fingertree ==0.1.1.0
- hw-fingertree-strict ==0.1.1.1
- - hw-hspec-hedgehog ==0.1.0.4
+ - hw-hedgehog ==0.1.0.3
+ - hw-hspec-hedgehog ==0.1.0.7
- hw-int ==0.0.0.3
- - hw-ip ==2.0.1.0
- - hw-json ==0.9.0.1
- - hw-mquery ==0.1.0.3
- - hw-packed-vector ==0.0.0.1
+ - hw-ip ==2.3.4.1
+ - hw-json ==1.0.0.2
+ - hw-json-simd ==0.1.0.2
+ - hw-mquery ==0.2.0.1
+ - hw-packed-vector ==0.0.0.3
- hw-parser ==0.1.0.1
- - hw-prim ==0.6.2.25
- - hw-rankselect ==0.12.0.4
+ - hw-prim ==0.6.2.31
+ - hw-rankselect ==0.13.0.0
- hw-rankselect-base ==0.3.2.1
+ - hw-simd ==0.1.1.4
- hw-streams ==0.0.0.10
- hw-string-parse ==0.0.0.4
- hw-succinct ==0.1.0.1
- - hxt ==9.3.1.16
- - hxt-charproperties ==9.2.0.1
+ - hxt ==9.3.1.18
+ - hxt-charproperties ==9.4.0.0
- hxt-css ==0.1.0.3
- hxt-curl ==9.1.1.1
- hxt-expat ==9.1.1
@@ -1089,14 +1062,16 @@ default-package-overrides:
- hxt-tagsoup ==9.1.4
- hxt-unicode ==9.0.2.4
- hybrid-vectors ==0.2.2
+ - hyper ==0.1.0.3
- hyperloglog ==0.4.2
- - hyphenation ==0.7.1
+ - hyphenation ==0.8
- hyraxAbif ==0.2.3.15
- iconv ==0.4.1.3
- identicon ==0.2.2
- ieee754 ==0.8.0
- if ==0.1.0.0
- iff ==0.0.6
+ - ihaskell ==0.10.0.0
- ihs ==0.1.0.3
- ilist ==0.3.1.0
- imagesize-conduit ==1.1
@@ -1107,29 +1082,36 @@ default-package-overrides:
- indentation-core ==0.0.0.2
- indentation-parsec ==0.0.0.2
- indents ==0.5.0.0
+ - indexed ==0.1.3
- indexed-list-literals ==0.2.1.2
- infer-license ==0.2.0
- inflections ==0.4.0.4
- - influxdb ==1.6.1.3
- - ini ==0.3.6
+ - influxdb ==1.7.1
+ - ini ==0.4.1
+ - inj ==1.0
- inline-c ==0.7.0.1
- inline-c-cpp ==0.3.0.2
+ - inline-r ==0.10.2
- inliterate ==0.1.0
- insert-ordered-containers ==0.2.2
- inspection-testing ==0.4.2.1
- instance-control ==0.1.2.0
+ - int-cast ==0.2.0.0
- integer-logarithms ==1.0.3
- integration ==0.2.1
- intern ==0.9.2
- interpolate ==0.2.0
- interpolatedstring-perl6 ==1.0.1
+ - interpolatedstring-qq2 ==0.1.0.0
- interpolation ==0.1.1.1
- - interpolator ==0.1.2
+ - interpolator ==1.0.0
- IntervalMap ==0.6.1.1
- intervals ==0.8.1
+ - intro ==0.5.2.1
- intset-imperative ==0.1.0.0
- invariant ==0.5.3
- invertible ==0.2.0.5
+ - invertible-grammar ==0.1.2
- io-choice ==0.0.7
- io-machine ==0.2.0.0
- io-manager ==0.1.0.2
@@ -1138,13 +1120,14 @@ default-package-overrides:
- io-storage ==0.3
- io-streams ==1.5.1.0
- io-streams-haproxy ==1.0.1.0
- - ip ==1.4.2.1
+ - ip ==1.5.1
- ip6addr ==1.0.0
- iproute ==1.7.7
- IPv6Addr ==1.1.2
- - ipython-kernel ==0.9.1.0
+ - ipynb ==0.1
+ - ipython-kernel ==0.10.0.0
- irc ==0.6.1.0
- - irc-client ==1.1.0.7
+ - irc-client ==1.1.1.0
- irc-conduit ==0.3.0.3
- irc-ctcp ==0.1.3.0
- islink ==0.1.0.0
@@ -1155,7 +1138,7 @@ default-package-overrides:
- ixset-typed ==0.4.0.1
- ix-shapable ==0.1.0
- jack ==0.7.1.4
- - jose ==0.8.0.0
+ - jose ==0.8.1.0
- jose-jwt ==0.8.0
- js-dgtable ==0.5.2
- js-flot ==0.8.3
@@ -1163,17 +1146,19 @@ default-package-overrides:
- json ==0.9.3
- json-alt ==1.0.0
- json-feed ==1.0.6
+ - jsonpath ==0.1.0.1
- json-rpc ==1.0.0
- json-rpc-client ==0.2.5.0
- json-rpc-generic ==0.2.1.5
- json-rpc-server ==0.2.6.0
- - JuicyPixels ==3.3.3
+ - JuicyPixels ==3.3.3.1
- JuicyPixels-extra ==0.4.1
- JuicyPixels-scale-dct ==0.1.2
- justified-containers ==0.3.0.0
+ - jwt ==0.10.0
- kan-extensions ==5.2
- kanji ==3.4.0.2
- - katip ==0.7.0.0
+ - katip ==0.8.3.0
- kawhi ==0.3.0
- kazura-queue ==0.1.0.4
- kdt ==0.2.4
@@ -1182,32 +1167,36 @@ default-package-overrides:
- kind-apply ==0.3.1.0
- kind-generics ==0.3.0.0
- kind-generics-th ==0.1.1.0
- - kleene ==0
+ - kleene ==0.1
- kmeans ==0.1.3
- koofr-client ==1.0.0.3
- kraken ==0.1.0
- l10n ==0.1.0.1
- labels ==0.3.3
- lackey ==1.0.9
- - LambdaHack ==0.8.3.0
- - lame ==0.1.1
+ - LambdaHack ==0.9.5.0
+ - lame ==0.2.0
- language-c ==0.8.2
- language-c-quote ==0.12.2
- language-docker ==8.0.2
- language-ecmascript ==0.19
- language-haskell-extract ==0.2.4
- language-java ==0.2.9
- - language-javascript ==0.6.0.12
- - language-puppet ==1.4.4
+ - language-javascript ==0.6.0.13
+ - language-puppet ==1.4.5
+ - lapack ==0.3.1
+ - lapack-carray ==0.0.3
+ - lapack-comfort-array ==0.0.0.1
- lapack-ffi ==0.0.2
- - lapack-ffi-tools ==0.1.2
+ - lapack-ffi-tools ==0.1.2.1
- largeword ==1.2.5
- latex ==0.1.0.4
- - lattices ==1.7.1.1
+ - lattices ==2.0.1
- lawful ==0.1.0.0
+ - lazy-csv ==0.5.1
- lazyio ==0.1.0.4
- lca ==0.3.1
- - leancheck ==0.8.0
+ - leancheck ==0.9.1
- leancheck-instances ==0.0.3
- leapseconds-announced ==2017.1.0.1
- learn-physics ==0.6.4
@@ -1218,19 +1207,21 @@ default-package-overrides:
- lens-family ==1.2.3
- lens-family-core ==1.2.3
- lens-family-th ==0.5.0.2
- - lens-labels ==0.3.0.1
- lens-misc ==0.0.2.0
+ - lens-process ==0.3.0.0
- lens-properties ==4.11.1
- lens-regex ==0.1.1
+ - lens-regex-pcre ==0.3.1.0
- lens-simple ==0.1.0.9
- lens-typelevel ==0.1.1.0
- - lenz ==0.3.0.0
+ - lenz ==0.3.1.0
- leveldb-haskell ==0.6.5
- libffi ==0.1
- libgit ==0.3.1
- libgraph ==1.14
- libmpd ==0.9.0.9
- - libraft ==0.1.1.0
+ - liboath-hs ==0.0.1.1
+ - libraft ==0.5.0.0
- libyaml ==0.1.1.0
- LibZip ==1.0.1
- lifted-async ==0.10.0.4
@@ -1238,6 +1229,7 @@ default-package-overrides:
- lift-generics ==0.1.2
- line ==4.0.1
- linear ==1.20.9
+ - linear-circuit ==0.1.0.2
- linux-file-extents ==0.2.0.0
- linux-namespaces ==0.1.3.0
- List ==0.6.2
@@ -1245,27 +1237,30 @@ default-package-overrides:
- listsafe ==0.1.0.1
- list-t ==1.0.3.1
- ListTree ==0.2.3
- - llvm-hs-pure ==7.0.0
+ - list-witnesses ==0.1.1.1
+ - llvm-hs ==8.0.0
+ - llvm-hs-pure ==8.0.0
- lmdb ==0.2.5
- - load-env ==0.2.0.2
+ - load-env ==0.2.1.0
- loc ==0.1.3.4
- locators ==0.2.4.4
- loch-th ==0.2.2
- lockfree-queue ==0.2.3.1
- - log-base ==0.7.4.0
+ - log-base ==0.8.0.0
- log-domain ==0.12
- logfloat ==0.13.3.3
- logger-thread ==0.1.0.2
- logging-effect ==1.3.4
- logging-facade ==0.3.0
- logging-facade-syslog ==1
- - logict ==0.6.0.3
- - long-double ==0.1
+ - logict ==0.7.0.2
- loop ==0.3.0
+ - loopbreaker ==0.1.1.0
+ - lrucache ==1.2.0.1
- lrucaching ==0.3.3
- - lsp-test ==0.5.1.2
+ - lsp-test ==0.6.0.0
- lucid ==2.9.11
- - lucid-extras ==0.1.0.1
+ - lucid-extras ==0.2.2
- lxd-client-config ==0.1.0.1
- lzma ==0.0.0.3
- lzma-conduit ==1.2.1
@@ -1273,40 +1268,41 @@ default-package-overrides:
- machines-binary ==0.3.0.3
- machines-directory ==0.2.1.0
- machines-io ==0.2.0.13
+ - magico ==0.0.2.1
- mainland-pretty ==0.7
- main-tester ==0.2.0.1
- makefile ==1.1.0.0
- managed ==1.0.6
- - mapquest-api ==0.3.1
- markdown ==0.1.17.4
- markdown-unlit ==0.5.0
- markov-chain ==0.0.3.4
- - massiv ==0.2.8.1
+ - massiv ==0.4.0.0
- massiv-io ==0.1.6.0
+ - massiv-test ==0.1.0
- mathexpr ==0.3.0.0
- math-functions ==0.3.1.0
- - matrices ==0.4.5
+ - matplotlib ==0.7.4
+ - matrices ==0.5.0
- matrix ==0.3.6.1
- matrix-market-attoparsec ==0.1.0.8
- matrix-static ==0.2
- maximal-cliques ==0.1.1
- mbox ==0.3.4
- - mbox-utility ==0.0.1
- mbtiles ==0.6.0.0
- - mbug ==1.3.2
- mcmc-types ==1.0.3
- median-stream ==0.7.0.0
- megaparsec ==7.0.5
- - mega-sdist ==0.3.3.2
+ - megaparsec-tests ==7.0.5
+ - mega-sdist ==0.4.0.1
- memory ==0.14.18
- MemoTrie ==0.6.9
- menshen ==0.0.3
- mercury-api ==0.1.0.2
- merkle-tree ==0.1.1
- mersenne-random-pure64 ==0.2.2.0
+ - messagepack ==0.5.4
- metrics ==0.4.1.1
- mfsolve ==0.3.2.0
- - microbench ==0.1
- microformats2-parser ==1.0.1.9
- microlens ==0.4.10
- microlens-aeson ==2.3.0.4
@@ -1314,33 +1310,35 @@ default-package-overrides:
- microlens-ghc ==0.4.10
- microlens-mtl ==0.1.11.1
- microlens-platform ==0.3.11
+ - microlens-process ==0.2.0.0
- microlens-th ==0.4.2.3
- microspec ==0.2.1.3
- microstache ==1.0.1.1
- midair ==0.2.0.1
- midi ==0.2.2.2
+ - midi-music-box ==0.0.1.1
- mighty-metropolis ==1.2.0
- - mime-mail ==0.4.14
+ - mime-mail ==0.5.0
- mime-mail-ses ==0.4.1
- mime-types ==0.1.0.9
- minimorph ==0.2.1.0
- - minio-hs ==1.2.0
+ - minio-hs ==1.5.0
- miniutter ==0.5.0.0
- mintty ==0.1.2
- - miso ==0.21.2.0
+ - miso ==1.2.0.0
- missing-foreign ==0.1.1
- MissingH ==1.4.1.0
- - mixed-types-num ==0.3.1.5
- - mixpanel-client ==0.1.1
+ - mixed-types-num ==0.4.0.1
- mltool ==0.2.0.1
- mmap ==0.5.9
- - mmark ==0.0.7.0
+ - mmark ==0.0.7.1
- mmark-cli ==0.0.5.0
- mmark-ext ==0.2.1.2
- mmorph ==1.1.3
+ - mmtf ==0.1.3.1
- mnist-idx ==0.1.2.8
- mockery ==0.3.5
- - modern-uri ==0.3.0.1
+ - modern-uri ==0.3.1.0
- modular ==0.1.0.8
- monad-control ==1.0.2.3
- monad-control-aligned ==0.0.1.1
@@ -1354,6 +1352,7 @@ default-package-overrides:
- monad-logger-syslog ==0.1.4.0
- monad-loops ==0.4.3
- monad-memo ==0.5.1
+ - monad-metrics ==0.2.1.4
- monad-par ==0.3.4.8
- monad-parallel ==0.7.2.3
- monad-par-extras ==0.3.3
@@ -1367,14 +1366,19 @@ default-package-overrides:
- monad-time ==0.3.1.0
- monad-unlift ==0.2.0
- monad-unlift-ref ==0.2.1
- - mongoDB ==2.4.0.1
+ - mongoDB ==2.5.0.0
- monoidal-containers ==0.4.0.0
- monoid-extras ==0.5
- monoid-subclasses ==0.4.6.1
- monoid-transformer ==0.0.4
- - mono-traversable ==1.0.11.0
+ - mono-traversable ==1.0.12.0
- mono-traversable-instances ==0.1.0.0
+ - mono-traversable-keys ==0.1.0
+ - more-containers ==0.2.1.2
- mountpoints ==1.0.2
+ - mpi-hs ==0.5.1.2
+ - msgpack ==1.0.1.0
+ - msgpack-aeson ==0.1.0.0
- mtl ==2.2.2
- mtl-compat ==0.2.2
- mtl-prelude ==2.0.3.1
@@ -1382,12 +1386,13 @@ default-package-overrides:
- multimap ==1.2.1
- multipart ==0.1.3
- multiset ==0.3.4.1
+ - multistate ==0.8.0.2
- murmur3 ==1.0.3
- murmur-hash ==0.1.0.9
- MusicBrainz ==0.4.1
- mustache ==2.3.0
- mutable-containers ==0.3.4
- - mwc-probability ==2.0.4
+ - mwc-probability ==2.1.0
- mwc-probability-transition ==0.4
- mwc-random ==0.14.0.0
- mysql ==0.1.7
@@ -1396,7 +1401,7 @@ default-package-overrides:
- mysql-simple ==0.4.5
- n2o ==0.11.1
- nagios-check ==0.3.2
- - named ==0.2.0.0
+ - named ==0.3.0.0
- names-th ==0.3.0.0
- nano-erl ==0.1.0.1
- nanospec ==0.2.2
@@ -1406,25 +1411,26 @@ default-package-overrides:
- natural-transformation ==0.4
- ndjson-conduit ==0.1.0.5
- neat-interpolation ==0.3.2.4
+ - netlib-carray ==0.1
+ - netlib-comfort-array ==0.0.0.1
- netlib-ffi ==0.1.1
- netpbm ==1.0.3
- - netrc ==0.2.0.0
- nettle ==0.3.0
- netwire ==5.0.3
- netwire-input ==0.0.7
- netwire-input-glfw ==0.0.10
- network ==2.8.0.1
- network-anonymous-i2p ==0.10.0
- - network-anonymous-tor ==0.11.0
- network-attoparsec ==0.12.2
- - network-byte-order ==0.0.0.0
+ - network-bsd ==2.8.0.0
+ - network-byte-order ==0.1.1.0
- network-conduit-tls ==1.3.2
- network-house ==0.1.0.2
- network-info ==0.2.0.10
- network-ip ==0.3.0.2
- - network-messagepack-rpc ==0.1.1.0
- - network-multicast ==0.2.0
- - network-simple ==0.4.4
+ - network-messagepack-rpc ==0.1.1.1
+ - network-multicast ==0.3.2
+ - network-simple ==0.4.5
- network-simple-tls ==0.3.2
- network-transport ==0.5.4
- network-transport-composed ==0.2.1
@@ -1438,20 +1444,24 @@ default-package-overrides:
- nonce ==1.0.7
- nondeterminism ==1.4
- non-empty ==0.3.2
- - nonempty-containers ==0.1.1.0
+ - nonempty-containers ==0.3.1.0
- nonemptymap ==0.0.6.0
- non-empty-sequence ==0.2.0.2
- non-negative ==0.1.2
- not-gloss ==0.7.7.0
+ - no-value ==1.0.0.0
- nowdoc ==0.1.1.0
- nqe ==0.6.1
- nsis ==0.3.3
- numbers ==3000.2.0.2
- numeric-extras ==0.1
- numeric-prelude ==0.4.3.1
+ - numhask ==0.3.0.0
- NumInstances ==1.4
- numtype-dk ==0.5.0.2
- nuxeo ==0.3.2
+ - nvim-hs ==2.1.0.2
+ - nvim-hs-contrib ==2.0.0.0
- nvvm ==0.9.0.0
- oauthenticated ==0.2.1.0
- ObjectName ==1.1.0.1
@@ -1468,48 +1478,57 @@ default-package-overrides:
- OneTuple ==0.2.2
- Only ==0.1
- oo-prototypes ==0.1.0.0
- - opaleye ==0.6.7003.1
- - OpenAL ==1.7.0.4
+ - opaleye ==0.6.7004.0
+ - OpenAL ==1.7.0.5
- open-browser ==0.2.1.0
- openexr-write ==0.1.0.2
- OpenGL ==3.0.3.0
- - OpenGLRaw ==3.3.2.0
- - openpgp-asciiarmor ==0.1.1
+ - OpenGLRaw ==3.3.3.0
+ - openpgp-asciiarmor ==0.1.2
- opensource ==0.1.1.0
- openssl-streams ==1.2.2.0
- open-witness ==0.4.0.1
- operational ==0.2.3.5
- operational-class ==0.3.0.0
- - opml-conduit ==0.6.0.4
- optional-args ==1.0.2
- options ==1.2.1.1
- optparse-applicative ==0.14.3.0
+ - optparse-enum ==1.0.0.0
- optparse-generic ==1.3.0
- optparse-simple ==0.1.1.2
- optparse-text ==0.1.1.0
+ - ordered-containers ==0.2.2
+ - oset ==0.4.0.1
- overhang ==1.0.0
- - packcheck ==0.4.1
+ - packcheck ==0.4.2
- pager ==0.1.1.0
- pagination ==0.2.1
- - pairing ==0.1.4
- - pandoc ==2.5
- - pandoc-citeproc ==0.15.0.1
- - pandoc-pyplot ==1.0.3.0
+ - pairing ==0.4.1
+ - palette ==0.3.0.2
+ - pandoc ==2.7.3
+ - pandoc-citeproc ==0.16.2
+ - pandoc-csv2table ==1.0.7
+ - pandoc-markdown-ghci-filter ==0.1.0.0
+ - pandoc-pyplot ==2.1.5.1
- pandoc-types ==1.17.5.4
+ - pantry ==0.1.1.1
- parallel ==3.2.2.0
- parallel-io ==0.3.3
- paripari ==0.6.0.0
- parseargs ==0.2.0.9
- - parsec ==3.1.13.0
+ - parsec ==3.1.14.0
- parsec-class ==1.0.0.0
- parsec-numbers ==0.1.0
- parsec-numeric ==0.1.0.0
- ParsecTools ==0.0.2.0
- - parser-combinators ==1.0.3
+ - parser-combinators ==1.1.0
+ - parser-combinators-tests ==1.1.0
- parsers ==0.12.10
- partial-handler ==1.0.3
- partial-isomorphisms ==0.2.2.1
- partial-semigroup ==0.5.1.1
+ - password ==0.1.0.0
+ - password-instances ==0.3.0.0
- path ==0.6.1
- path-extra ==0.2.0
- path-io ==1.4.2
@@ -1528,7 +1547,9 @@ default-package-overrides:
- peano ==0.1.0.1
- pedersen-commitment ==0.2.0
- pem ==0.2.4
+ - pencil ==1.0.1
- percent-format ==0.0.1
+ - peregrin ==0.3.0
- perfect-hash-generator ==0.2.0.6
- persist ==0.1.1.3
- persistable-record ==0.6.0.4
@@ -1537,14 +1558,20 @@ default-package-overrides:
- persistent-iproute ==0.2.3
- persistent-mysql ==2.9.0
- persistent-mysql-haskell ==0.5.2
+ - persistent-pagination ==0.1.1.0
- persistent-postgresql ==2.9.1
+ - persistent-qq ==2.9.1
- persistent-sqlite ==2.9.3
- - persistent-template ==2.5.4
+ - persistent-template ==2.6.0
+ - persistent-typed-db ==0.0.1.1
+ - pg-harness-client ==0.6.0
+ - pg-harness-server ==0.6.2
- pgp-wordlist ==0.1.0.3
- pg-transact ==0.1.0.1
- phantom-state ==0.2.1.2
- pid1 ==0.1.2.0
- - pipes ==4.3.10
+ - pinboard ==0.10.1.4
+ - pipes ==4.3.11
- pipes-aeson ==0.4.1.8
- pipes-attoparsec ==0.5.1.5
- pipes-binary ==0.4.2
@@ -1561,30 +1588,38 @@ default-package-overrides:
- pipes-network ==0.6.5
- pipes-network-tls ==0.3
- pipes-parse ==3.0.8
+ - pipes-random ==1.0.0.5
- pipes-safe ==2.3.1
- pipes-wai ==3.2.0
- pkcs10 ==0.2.0.0
- placeholders ==0.1
+ - planb-token-introspection ==0.1.4.0
- plotlyhs ==0.2.1
- pointed ==5.0.1
- pointedlist ==0.6.1
- pointless-fun ==1.1.0.6
- poll ==0.0.0.1
+ - poly ==0.3.1.0
- poly-arity ==0.1.0
- polynomials-bernstein ==1.1.2
- polyparse ==1.12.1
+ - polysemy ==1.0.0.0
+ - polysemy-plugin ==0.2.2.0
+ - polysemy-zoo ==0.5.0.1
- pooled-io ==0.0.2.2
- port-utils ==0.2.1.0
- posix-paths ==0.2.1.6
- possibly ==1.0.0.0
- - postgresql-binary ==0.12.1.2
+ - postgresql-binary ==0.12.1.3
- postgresql-libpq ==0.9.4.2
+ - postgresql-orm ==0.5.1
- postgresql-schema ==0.1.14
- postgresql-simple ==0.6.2
- postgresql-simple-migration ==0.1.14.0
- postgresql-simple-queue ==1.0.1
- postgresql-simple-url ==0.2.1.0
- postgresql-transactional ==1.1.1
+ - postgresql-typed ==0.6.0.1
- post-mess-age ==0.2.1.0
- pptable ==0.3.0.0
- pqueue ==1.4.1.2
@@ -1595,17 +1630,19 @@ default-package-overrides:
- prettyclass ==1.0.0.0
- pretty-class ==1.0.1.1
- pretty-hex ==1.0
- - prettyprinter ==1.2.1
+ - prettyprinter ==1.2.1.1
- prettyprinter-ansi-terminal ==1.1.1.2
- prettyprinter-compat-annotated-wl-pprint ==1
- prettyprinter-compat-ansi-wl-pprint ==1.0.1
- prettyprinter-compat-wl-pprint ==1.0.0.1
+ - prettyprinter-convert-ansi-wl-pprint ==1.1
- pretty-show ==1.9.5
- pretty-simple ==2.2.0.1
- pretty-sop ==0.2.0.3
- - pretty-types ==0.2.3.1
+ - pretty-types ==0.3.0.1
- primes ==0.2.1.0
- primitive ==0.6.4.0
+ - primitive-extras ==0.7.1.1
- prim-uniq ==0.1.0.1
- probability ==0.2.5.2
- process-extras ==0.7.4
@@ -1618,19 +1655,19 @@ default-package-overrides:
- prometheus-client ==1.0.0
- promises ==0.3
- prompt ==0.1.1.2
+ - prospect ==0.1.0.0
- protobuf ==0.2.1.2
- protobuf-simple ==0.1.1.0
- protocol-buffers ==2.4.12
- protocol-buffers-descriptor ==2.4.12
- protocol-radius ==0.0.1.1
- - protocol-radius-test ==0.0.1.0
- - proto-lens ==0.4.0.1
+ - protocol-radius-test ==0.1.0.0
+ - proto-lens ==0.5.1.0
- proto-lens-arbitrary ==0.1.2.7
- - proto-lens-combinators ==0.4.0.1
- proto-lens-optparse ==0.1.1.5
- - proto-lens-protobuf-types ==0.4.0.1
- - proto-lens-protoc ==0.4.0.2
- - proto-lens-runtime ==0.4.0.2
+ - proto-lens-protobuf-types ==0.5.0.0
+ - proto-lens-protoc ==0.5.0.0
+ - proto-lens-runtime ==0.5.0.0
- proto-lens-setup ==0.4.0.2
- protolude ==0.2.3
- proxied ==0.3.1
@@ -1643,21 +1680,25 @@ default-package-overrides:
- pusher-http-haskell ==1.5.1.9
- qchas ==1.1.0.1
- qm-interpolated-string ==0.3.0.0
- - qnap-decrypt ==0.3.4
- - quadratic-irrational ==0.0.6
+ - qnap-decrypt ==0.3.5
+ - qrcode-core ==0.9.1
+ - qrcode-juicypixels ==0.8.0
+ - quadratic-irrational ==0.1.0
- QuasiText ==0.1.2.6
- quickbench ==1.0
- - QuickCheck ==2.12.6.1
+ - QuickCheck ==2.13.2
- quickcheck-arbitrary-adt ==0.3.1.0
- quickcheck-assertions ==0.3.0
- - quickcheck-classes ==0.6.0.0
- - quickcheck-instances ==0.3.19
+ - quickcheck-classes ==0.6.1.0
+ - quickcheck-instances ==0.3.22
- quickcheck-io ==0.2.0
- - quickcheck-simple ==0.1.1.0
+ - quickcheck-simple ==0.1.1.1
- quickcheck-special ==0.1.0.6
- - quickcheck-state-machine ==0.4.3
+ - quickcheck-state-machine ==0.6.0
- quickcheck-text ==0.1.2.1
+ - quickcheck-transformer ==0.3.1
- quickcheck-unicode ==1.0.1.0
+ - radius ==0.6.0.3
- rainbow ==0.30.0.2
- rainbox ==0.20.0.0
- ramus ==0.1.2
@@ -1669,24 +1710,30 @@ default-package-overrides:
- random-source ==0.3.0.6
- random-tree ==0.6.0.5
- range ==0.2.1.1
- - range-set-list ==0.1.3
+ - Ranged-sets ==0.4.0
+ - range-set-list ==0.1.3.1
- rank1dynamic ==0.4.0
- - rank2classes ==1.2.1
+ - rank2classes ==1.3
- Rasterific ==0.7.4.4
- rasterific-svg ==0.3.3.2
- ratel ==1.0.8
- - ratel-wai ==1.0.5
- - rattletrap ==6.0.2
+ - ratel-wai ==1.1.0
+ - rattle ==0.1
+ - rattletrap ==9.0.1
- rawfilepath ==0.2.4
- rawstring-qm ==0.2.3.0
- raw-strings-qq ==1.1
- rcu ==0.2.4
+ - rdf ==0.1.0.3
- re2 ==0.3
- readable ==0.3.1
- read-editor ==0.1.0.2
- read-env-var ==1.0.0.0
+ - reanimate ==0.1.5.0
+ - reanimate-svg ==0.9.0.0
- rebase ==1.3.1.1
- - record-dot-preprocessor ==0.1.5
+ - record-dot-preprocessor ==0.2
+ - record-hasfield ==1.0
- records-sop ==0.1.0.3
- recursion-schemes ==5.1.3
- reducers ==3.12.3
@@ -1695,7 +1742,7 @@ default-package-overrides:
- reflection ==2.1.4
- RefSerialize ==0.4.0
- regex ==1.0.2.0
- - regex-applicative ==0.3.3
+ - regex-applicative ==0.3.3.1
- regex-applicative-text ==0.1.0.1
- regex-base ==0.93.2
- regex-compat ==0.95.1
@@ -1707,42 +1754,46 @@ default-package-overrides:
- regex-tdfa ==1.2.3.2
- regex-tdfa-text ==1.0.0.3
- regex-with-pcre ==1.0.2.0
- - registry ==0.1.6.0
+ - registry ==0.1.7.0
- reinterpret-cast ==0.1.0
- relapse ==1.0.0.0
- - relational-query ==0.12.2.1
+ - relational-query ==0.12.2.2
- relational-query-HDBC ==0.7.2.0
- relational-record ==0.2.2.0
- relational-schemas ==0.1.7.0
- - relude ==0.4.0
+ - relude ==0.5.0
- renderable ==0.2.0.1
- repa ==3.4.1.4
- repa-algorithms ==3.4.1.3
- repa-io ==3.4.1.1
- repline ==0.2.1.0
- - req ==1.2.1
+ - req ==2.1.0
- req-conduit ==1.0.0
- - req-url-extra ==0.1.0.0
+ - require ==0.4.2
- rerebase ==1.3.1.1
+ - resistor-cube ==0.0.1.2
- resource-pool ==0.2.3.2
- resourcet ==1.2.2
- result ==0.2.6.0
- rethinkdb-client-driver ==0.0.25
- - retry ==0.7.7.0
+ - retry ==0.8.0.1
- rev-state ==0.1.2
- rfc1751 ==0.1.2
- rfc5051 ==0.1.0.4
- rg ==1.4.0.0
- - rio ==0.1.8.0
+ - rhine ==0.5.1.0
+ - rhine-gloss ==0.5.1.0
+ - rigel-viz ==0.2.0.0
+ - rio ==0.1.11.0
- rio-orphans ==0.1.1.0
- - rng-utils ==0.3.0
+ - rio-prettyprint ==0.1.0.0
- roc-id ==0.1.0.0
- rocksdb-haskell ==1.0.1
- rocksdb-query ==0.2.0
- roles ==0.2.0.0
+ - rope-utf16-splay ==0.3.1.0
- rosezipper ==0.2
- rot13 ==0.2.0.1
- - rounded ==0.1.0.1
- rpmbuild-order ==0.2.1
- RSA ==2.3.1
- runmemo ==1.0.0.1
@@ -1754,8 +1805,12 @@ default-package-overrides:
- safe-exceptions-checked ==0.1.0
- safe-foldable ==0.1.0.0
- safeio ==0.0.5.0
+ - safe-json ==0.1.0
+ - safe-money ==0.9
- SafeSemaphore ==0.10.1
- - salak ==0.1.11
+ - salak ==0.3.4.1
+ - salak-toml ==0.3.4.1
+ - salak-yaml ==0.3.4.1
- saltine ==0.1.0.2
- salve ==1.0.6
- sample-frame ==0.0.3
@@ -1763,101 +1818,116 @@ default-package-overrides:
- sampling ==0.3.3
- sandman ==0.2.0.1
- say ==0.1.0.1
- - sbp ==2.4.7
- - sbv ==7.13
- - scalpel ==0.5.1
- - scalpel-core ==0.5.1
+ - sbp ==2.6.3
+ - sbv ==8.3
+ - scalpel ==0.6.0
+ - scalpel-core ==0.6.0
- scanf ==0.1.0.0
- scanner ==0.3
+ - scheduler ==1.4.1
- scientific ==0.3.6.2
- scotty ==0.11.4
- scrypt ==0.5.0
- - sdl2 ==2.4.1.0
+ - sdl2 ==2.5.0.0
- sdl2-gfx ==0.2
- sdl2-image ==2.0.0
- sdl2-mixer ==1.1.0
- sdl2-ttf ==2.1.0
- secp256k1-haskell ==0.1.4
- securemem ==0.1.10
- - selda ==0.3.4.0
- - selda-postgresql ==0.1.7.3
- - selda-sqlite ==0.1.6.1
+ - selda ==0.4.0.0
+ - selda-json ==0.1.0.0
+ - selda-postgresql ==0.1.8.0
+ - selda-sqlite ==0.1.7.0
+ - selective ==0.3
+ - semialign ==1
- semigroupoid-extras ==5
- semigroupoids ==5.3.2
- semigroups ==0.18.5
- - semirings ==0.2.1.1
+ - semirings ==0.4.2
- semiring-simple ==1.0.0.1
- semver ==0.3.4
- sendfile ==0.7.11.1
- seqalign ==0.2.0.4
- serf ==0.1.1.0
- serialise ==0.2.1.0
- - servant ==0.15
+ - servant ==0.16.2
- servant-auth ==0.3.2.0
- - servant-auth-client ==0.3.3.0
+ - servant-auth-client ==0.4.0.0
- servant-auth-docs ==0.2.10.0
- servant-auth-server ==0.4.4.0
- servant-auth-swagger ==0.2.10.0
- - servant-blaze ==0.8
+ - servant-auth-wordpress ==1.0.0.1
+ - servant-blaze ==0.9
- servant-cassava ==0.10
- - servant-checked-exceptions ==2.0.0.0
- - servant-checked-exceptions-core ==2.0.0.0
- - servant-client ==0.15
- - servant-client-core ==0.15
+ - servant-checked-exceptions ==2.2.0.0
+ - servant-checked-exceptions-core ==2.2.0.0
+ - servant-cli ==0.1.0.1
+ - servant-client ==0.16
+ - servant-client-core ==0.16
- servant-conduit ==0.15
- servant-docs ==0.11.3
- - servant-elm ==0.5.0.0
- - servant-exceptions ==0.1.1
+ - servant-elm ==0.6.0.2
- servant-foreign ==0.15
+ - servant-http-streams ==0.16
- servant-js ==0.9.4
- servant-JuicyPixels ==0.3.0.4
- servant-kotlin ==0.1.1.8
- - servant-lucid ==0.8.1
+ - servant-lucid ==0.9
+ - servant-machines ==0.15
- servant-mock ==0.8.5
- - servant-pandoc ==0.5.0.0
- - servant-rawm ==0.3.0.0
+ - servant-multipart ==0.11.4
+ - servant-pipes ==0.15
- servant-ruby ==0.9.0.0
- - servant-server ==0.15
+ - servant-server ==0.16.2
- servant-static-th ==0.2.2.0
- - servant-streaming ==0.3.0.0
- servant-swagger ==1.1.7.1
- - servant-swagger-ui ==0.3.3.3.22.2
+ - servant-swagger-ui ==0.3.4.3.22.2
- servant-swagger-ui-core ==0.3.3
- servant-swagger-ui-redoc ==0.3.3.1.22.2
- servant-tracing ==0.1.0.2
- - servant-websockets ==1.1.0
+ - servant-xml ==1.0.1.4
- servant-yaml ==0.1.0.1
- - serverless-haskell ==0.8.8
- serversession ==1.0.1
- serversession-frontend-wai ==1.0
- servius ==1.2.3.0
- ses-html ==0.4.0.0
+ - set-cover ==0.0.9
- setenv ==0.1.1.3
- setlocale ==1.0.0.8
+ - sexp-grammar ==2.0.2
+ - sexpr-parser ==0.1.1.2
- SHA ==1.6.4.4
- shake-language-c ==0.12.0
- shakespeare ==2.0.20
- shared-memory ==0.2.0.0
- shell-conduit ==4.7.0
- shell-escape ==0.2.0
+ - shellmet ==0.0.2.0
- shelltestrunner ==1.9
- - shelly ==1.8.0
+ - shelly ==1.8.1
- shikensu ==0.3.11
- shortcut-links ==0.4.2.1
- should-not-typecheck ==2.1.0
- show-combinators ==0.1.1.0
- - show-prettyprint ==0.2.3
+ - shower ==0.2.0.1
+ - show-prettyprint ==0.3.0.1
- siggy-chardust ==1.0.0
- signal ==0.1.0.4
- - silently ==1.2.5
- - simple-cmd ==0.1.4
+ - silently ==1.2.5.1
+ - simple ==0.11.3
+ - simple-cabal ==0.0.0.1
+ - simple-cmd ==0.2.0.1
- simple-cmd-args ==0.1.2
- - simple-log ==0.9.11
+ - simple-log ==0.9.12
- simple-reflect ==0.3.3
- simple-sendfile ==0.2.28
- - simple-vec3 ==0.4.0.10
+ - simple-session ==0.10.1.1
+ - simple-templates ==0.9.0.0
+ - simple-vec3 ==0.6
+ - simplistic-generics ==0.1.0.0
- since ==0.0.0
- - singleton-bool ==0.1.4
+ - singleton-bool ==0.1.5
- singleton-nats ==0.4.2
- singletons ==2.5.1
- siphash ==1.0.3
@@ -1866,20 +1936,20 @@ default-package-overrides:
- skein ==1.0.9.4
- skews ==0.1.0.2
- skip-var ==0.1.1.0
- - skylighting ==0.7.7
- - skylighting-core ==0.7.7
+ - skylighting ==0.8.2
+ - skylighting-core ==0.8.2
- slack-web ==0.2.0.11
- smallcheck ==1.1.5
+ - smallcheck-series ==0.6.1
- smoothie ==0.4.2.9
- - smtp-mail ==0.1.4.6
- snap-blaze ==0.2.1.5
- snap-core ==1.0.4.0
- - snap-server ==1.1.0.0
+ - snap-server ==1.1.1.1
- snowflake ==0.1.1.1
- soap ==0.2.3.6
- soap-tls ==0.1.1.4
- socket-activation ==0.1.0.2
- - socks ==0.5.6
+ - socks ==0.6.0
- sop-core ==0.4.0.0
- sort ==1.0.0.0
- sorted-list ==0.2.1.0
@@ -1895,7 +1965,7 @@ default-package-overrides:
- Spintax ==0.3.3
- splice ==0.6.1.1
- split ==0.2.3.3
- - splitmix ==0.0.2
+ - splitmix ==0.0.3
- spoon ==0.3.1
- spreadsheet ==0.1.3.8
- sqlite-simple ==0.4.16.0
@@ -1903,17 +1973,15 @@ default-package-overrides:
- sql-words ==0.1.6.3
- srcloc ==0.5.1.2
- stache ==2.0.1
- - stack2nix ==0.2.3
- starter ==0.3.0
- state-codes ==0.1.3
- stateref ==0.3
- statestack ==0.2.0.5
- - StateVar ==1.1.1.1
+ - StateVar ==1.2
- static-text ==0.2.0.4
- statistics ==0.15.0.0
- stb-image-redux ==0.2.1.2
- step-function ==0.2
- - stm ==2.5.0.0
- stm-chans ==3.0.0.4
- stm-conduit ==4.0.1
- stm-delay ==0.1.1.1
@@ -1924,57 +1992,65 @@ default-package-overrides:
- storable-record ==0.0.4
- storable-tuple ==0.0.3.3
- storablevector ==0.2.13
- - store ==0.5.1.1
+ - store ==0.5.1.2
- store-core ==0.4.4
- Strafunski-StrategyLib ==5.0.1.0
- - stratosphere ==0.29.1
+ - stratosphere ==0.40.0
- streaming ==0.2.2.0
- streaming-attoparsec ==1.0.0.1
- streaming-bytestring ==0.1.6
+ - streaming-cassava ==0.1.0.1
- streaming-commons ==0.2.1.1
- streaming-wai ==0.1.1
- - streamly ==0.5.2
+ - streamly ==0.6.1
- streamproc ==1.6.2
- streams ==3.3
- strict ==0.3.2
- strict-base-types ==0.6.1
- strict-concurrency ==0.2.4.3
+ - strict-list ==0.1.4
- stringbuilder ==0.5.1
- string-class ==0.1.7.0
- string-combinators ==0.6.0.5
- string-conv ==0.1.2
- string-conversions ==0.4.0.1
+ - string-interpolate ==0.1.0.1
- string-qq ==0.0.2
- stringsearch ==0.3.6.6
- - string-transform ==1.1.0
+ - string-transform ==1.1.1
+ - stripe-concepts ==1.0.1.0
+ - stripe-scotty ==1.0.0.0
+ - stripe-signature ==1.0.0.1
+ - stripe-wreq ==1.0.0.0
- strive ==5.0.8
- structs ==0.1.2
- - stylish-haskell ==0.9.2.1
- - summoner ==1.2.0
+ - structured-cli ==2.5.1.0
+ - summoner ==1.3.0.1
- sum-type-boilerplate ==0.1.1
- sundown ==0.6
- superbuffer ==0.3.1.1
+ - sv ==1.3.1
- sv-cassava ==0.3
- - sv-core ==0.3.1
+ - sv-core ==0.4.1
- svg-builder ==0.1.1
- SVGFonts ==1.7.0.1
- - svg-tree ==0.6.2.3
+ - svg-tree ==0.6.2.4
- swagger ==0.3.0
- - swagger2 ==2.3.1.1
+ - swagger2 ==2.4
- swish ==0.10.0.1
- - syb ==0.7
+ - syb ==0.7.1
- symbol ==0.2.4
- symengine ==0.1.2.0
- sysinfo ==0.1.1
- system-argv0 ==0.1.1
- - systemd ==1.1.2
+ - systemd ==1.2.0
- system-fileio ==0.3.16.4
- system-filepath ==0.4.14
- tabular ==0.2.2.7
- tagchup ==0.4.1.1
- tagged ==0.8.6
- tagged-binary ==0.2.0.1
- - tagged-identity ==0.1.2
+ - tagged-identity ==0.1.3
- tagged-transformer ==0.8.1
- tagshare ==0.0
- tagsoup ==0.14.8
@@ -1984,19 +2060,21 @@ default-package-overrides:
- tar ==0.5.1.0
- tar-conduit ==0.3.2
- tardis ==0.4.1.0
- - tasty ==1.2
+ - tasty ==1.2.3
- tasty-ant-xml ==1.1.6
- - tasty-dejafu ==1.2.1.0
+ - tasty-dejafu ==2.0.0.1
- tasty-discover ==4.2.1
- tasty-expected-failure ==0.11.1.1
- tasty-golden ==2.3.2
+ - tasty-hedgehog ==1.0.0.1
- tasty-hspec ==1.1.5.1
- - tasty-hunit ==0.10.0.1
+ - tasty-hunit ==0.10.0.2
- tasty-kat ==0.0.3
- tasty-leancheck ==0.0.1
+ - tasty-lua ==0.2.0.1
- tasty-program ==1.0.5
- tasty-quickcheck ==0.10.1
- - tasty-silver ==3.1.12
+ - tasty-silver ==3.1.13
- tasty-smallcheck ==0.8.1
- tasty-th ==0.1.7
- TCache ==0.12.1
@@ -2004,14 +2082,14 @@ default-package-overrides:
- tcp-streams ==1.0.1.1
- tcp-streams-openssl ==1.0.1.0
- tdigest ==0.2.1
- - telegram-bot-simple ==0.2.0
- template-toolkit ==0.1.1.0
- temporary ==1.3
- temporary-rc ==1.2.0.3
- temporary-resourcet ==0.1.0.1
- tensorflow-test ==0.1.0.0
- tensors ==0.1.4
- - termbox ==0.1.0
+ - termbox ==0.2.0
+ - terminal-progress-bar ==0.4.1
- terminal-size ==0.3.2.1
- test-framework ==0.8.2.0
- test-framework-hunit ==0.3.0.2
@@ -2022,7 +2100,6 @@ default-package-overrides:
- testing-feat ==1.1.0.0
- testing-type-modifiers ==0.1.0.1
- texmath ==0.11.2.2
- - text ==1.2.3.1
- text-binary ==0.2.1.1
- text-builder ==0.6.5.1
- text-conversions ==0.3.0
@@ -2034,20 +2111,23 @@ default-package-overrides:
- text-manipulate ==0.2.0.1
- text-metrics ==0.3.0
- text-postgresql ==0.0.3.1
- - text-printer ==0.5
+ - text-printer ==0.5.0.1
- text-region ==0.3.1.0
- - text-short ==0.1.2
- - text-show ==3.7.5
+ - text-short ==0.1.3
+ - text-show ==3.8.2
+ - text-show-instances ==3.8.1
+ - text-zipper ==0.10.1
- tfp ==1.0.1.1
- tf-random ==0.5
- - th-abstraction ==0.2.11.0
+ - th-abstraction ==0.3.1.0
- th-data-compat ==0.0.2.7
- th-desugar ==1.9
- - these ==0.7.6
+ - these ==1.0.1
- th-expand-syns ==0.4.4.0
- th-extras ==0.0.0.4
- - th-lift ==0.7.11
- - th-lift-instances ==0.1.12
+ - th-lift ==0.8.0.1
+ - th-lift-instances ==0.1.14
+ - th-nowq ==0.1.0.3
- th-orphans ==0.13.7
- th-printf ==0.6.0
- thread-hierarchy ==0.3.0.1
@@ -2059,46 +2139,60 @@ default-package-overrides:
- throttle-io-stream ==0.2.0.1
- throwable-exceptions ==0.1.0.9
- th-strict-compat ==0.1.0.1
+ - th-test-utils ==1.0.0
- th-utilities ==0.2.3.0
- thyme ==0.3.5.5
- - tidal ==1.0.13
- tile ==0.3.0.0
- - time-compat ==0.1.0.3
+ - time-compat ==1.9.2.2
- timeit ==2.0
- timelens ==0.2.0.2
- time-lens ==0.4.0.2
- time-locale-compat ==0.1.1.5
- time-locale-vietnamese ==1.0.0.0
+ - time-manager ==0.0.0
- time-parsers ==0.1.2.1
- time-qq ==0.0.1.0
- timerep ==2.0.0.2
- - timer-wheel ==0.1.0
+ - timer-wheel ==0.2.0.1
- timezone-olson ==0.1.9
- timezone-series ==0.1.9
- - tinylog ==0.14.1
+ - tintin ==1.10.0
+ - tinylog ==0.15.0
- titlecase ==1.0.1
- tldr ==0.4.0.1
- tls ==1.4.1
- tls-debug ==0.4.5
- - tls-session-manager ==0.0.1.0
+ - tls-session-manager ==0.0.3
- tmapchan ==0.0.3
- tmapmvar ==0.0.4
- - tmp-postgres ==0.1.2.2
+ - tmp-postgres ==0.2.0.0
- token-bucket ==0.1.0.1
- - tomland ==0.5.0
+ - tomland ==1.1.0.1
+ - tonalude ==0.1.1.0
+ - tonaparser ==0.1.0.0
+ - tonatona ==0.1.0.1
+ - tonatona-logger ==0.2.0.0
+ - tonatona-persistent-postgresql ==0.1.0.1
+ - tonatona-persistent-sqlite ==0.1.0.1
+ - tonatona-servant ==0.1.0.2
+ - torsor ==0.1
- tostring ==0.2.1.1
- TotalMap ==0.1.0.0
+ - tracing ==0.0.4.0
- transaction ==0.1.1.3
- transformers-base ==0.4.5.2
- transformers-bifunctors ==0.1
- transformers-compat ==0.6.5
- transformers-fix ==1.0
- traverse-with-class ==1.0.0.0
- - tree-diff ==0.0.2.1
+ - tree-diff ==0.1
- tree-fun ==0.8.1.0
- trifecta ==2
- - triplesec ==0.2.2.0
+ - triplesec ==0.2.2.1
+ - trivial-constraint ==0.6.0.0
+ - true-name ==0.1.0.3
- tsv2csv ==0.1.0.2
+ - ttl-hashtables ==1.3.1.0
- ttrie ==0.1.2.1
- tuple ==0.3.0.2
- tuples-homogenous-h98 ==0.1.1.0
@@ -2106,33 +2200,38 @@ default-package-overrides:
- tuple-th ==0.2.5
- turtle ==1.5.14
- TypeCompose ==0.9.14
- - typed-process ==0.2.4.1
+ - typed-process ==0.2.6.0
+ - type-errors ==0.2.0.0
+ - type-errors-pretty ==0.0.0.0
- type-fun ==0.1.1
- type-hint ==0.1
- type-level-integers ==0.0.1
- type-level-kv-list ==1.1.0
- type-level-numbers ==0.1.1.1
- - typelits-witnesses ==0.3.0.3
+ - typelits-witnesses ==0.4.0.0
+ - type-map ==0.1.6.0
- typenums ==0.1.2.1
- type-of-html ==1.5.0.0
- type-of-html-static ==0.1.0.2
- - type-operators ==0.1.0.4
- - typerep-map ==0.3.1
- - type-spec ==0.3.0.1
+ - type-operators ==0.2.0.0
+ - typerep-map ==0.3.2
+ - type-spec ==0.4.0.0
- tz ==0.1.3.2
- tzdata ==0.1.20190325.0
- ua-parser ==0.7.5.1
- ucam-webauth ==0.1.0.0
- ucam-webauth-types ==0.1.0.0
- uglymemo ==0.1.0.1
+ - unagi-chan ==0.4.1.2
- unbounded-delays ==0.1.1.0
- unbound-generics ==0.4.0
- unboxed-ref ==0.4.0.0
+ - unboxing-vector ==0.1.1.0
- uncertain ==0.3.1.0
- unconstrained ==0.1.0.2
- unicode ==0.0.1.1
- unicode-show ==0.1.0.3
- - unicode-transforms ==0.3.5
+ - unicode-transforms ==0.3.6
- unification-fd ==0.10.0.1
- union ==0.1.2
- union-find ==0.2
@@ -2140,19 +2239,26 @@ default-package-overrides:
- uniprot-kb ==0.1.2.0
- uniq-deep ==1.1.1
- unique ==0
+ - unique-logic ==0.4
+ - unique-logic-tf ==0.5.1
- unit-constraint ==0.0.0
- - universe-base ==1.0.2.1
- - universe-instances-base ==1.0
- - universe-instances-trans ==1.0.0.1
- - universe-reverse-instances ==1.0
+ - universe ==1.1
+ - universe-base ==1.1.1
+ - universe-dependent-sum ==1.1.0.1
+ - universe-instances-base ==1.1
+ - universe-instances-extended ==1.1
+ - universe-instances-trans ==1.1
+ - universe-reverse-instances ==1.1
- universum ==1.5.0
- unix-bytestring ==0.3.7.3
- - unix-compat ==0.5.1
- - unix-time ==0.4.5
- - unliftio ==0.2.11
+ - unix-compat ==0.5.2
+ - unix-time ==0.4.7
+ - unliftio ==0.2.12
- unliftio-core ==0.1.2.0
+ - unliftio-pool ==0.2.1.0
+ - unliftio-streams ==0.1.1.0
- unlit ==0.4.0.0
- - unordered-containers ==0.2.9.0
+ - unordered-containers ==0.2.10.0
- unordered-intmap ==0.1.1
- unsafe ==0.0
- uri-bytestring ==0.3.2.1
@@ -2170,7 +2276,7 @@ default-package-overrides:
- utility-ht ==0.0.14
- uuid ==1.3.13
- uuid-types ==1.0.3
- - validation ==1
+ - validation ==1.1
- validity ==0.9.0.1
- validity-aeson ==0.2.0.2
- validity-bytestring ==0.4.1.0
@@ -2183,8 +2289,8 @@ default-package-overrides:
- validity-uuid ==0.1.0.2
- validity-vector ==0.2.0.2
- valor ==0.1.0.0
- - vault ==0.3.1.2
- - vec ==0.1.1
+ - vault ==0.3.1.3
+ - vec ==0.1.1.1
- vector ==0.12.0.3
- vector-algorithms ==0.8.0.1
- vector-binary-instances ==0.2.5.1
@@ -2194,32 +2300,34 @@ default-package-overrides:
- vector-instances ==3.4
- vector-mmap ==0.0.3
- vector-sized ==1.2.0.1
- - vector-space ==0.15
+ - vector-space ==0.16
- vector-split ==1.0.0.2
- vector-th-unbox ==0.2.1.6
- - verbosity ==0.2.3.0
+ - verbosity ==0.3.0.0
- versions ==3.5.1
- ViennaRNAParser ==1.3.3
- - vinyl ==0.10.0.1
+ - viewprof ==0.0.0.28
+ - vinyl ==0.11.0
- vivid ==0.4.2.3
- vivid-osc ==0.5.0.0
- vivid-supercollider ==0.4.1.2
- void ==0.7.3
- vty ==5.25.1
- - wai ==3.2.2
+ - wai ==3.2.2.1
- wai-app-static ==3.1.6.3
- - wai-cli ==0.1.1
+ - wai-cli ==0.2.1
- wai-conduit ==3.0.0.4
- wai-cors ==0.2.7
+ - wai-enforce-https ==0.0.1
- wai-eventsource ==3.0.0
- - wai-extra ==3.0.26
+ - wai-extra ==3.0.28
- wai-handler-launch ==3.0.2.4
- - wai-logger ==2.3.4
+ - wai-logger ==2.3.5
- wai-middleware-auth ==0.1.2.1
- wai-middleware-caching ==0.1.0.2
- wai-middleware-crowd ==0.1.4.2
- wai-middleware-static ==0.8.2
- - wai-middleware-throttle ==0.3.0.0
+ - wai-middleware-throttle ==0.3.0.1
- wai-middleware-travisci ==0.1.0
- wai-predicates ==0.10.0
- wai-session ==0.3.3
@@ -2227,13 +2335,13 @@ default-package-overrides:
- wai-slack-middleware ==0.2.0
- wai-transformers ==0.1.0
- wai-websockets ==3.0.1.2
- - warp ==3.2.27
- - warp-tls ==3.2.5
+ - warp ==3.2.28
+ - warp-tls ==3.2.7
- warp-tls-uid ==0.2.0.6
- - wave ==0.1.5
+ - wave ==0.2.0
- wcwidth ==0.0.2
- web3 ==0.8.3.2
- - webdriver ==0.8.5
+ - webdriver ==0.9.0.1
- webex-teams-api ==0.2.0.0
- webex-teams-conduit ==0.2.0.0
- webex-teams-pipes ==0.2.0.0
@@ -2248,11 +2356,12 @@ default-package-overrides:
- wikicfp-scraper ==0.1.0.11
- wild-bind ==0.1.2.4
- wild-bind-x11 ==0.2.0.7
+ - Win32 ==2.6.1.0
- Win32-notify ==0.3.0.3
- windns ==0.1.0.1
- - winery ==0.3.1
+ - winery ==1.1.2
- wire-streams ==0.1.1.0
- - witherable ==0.3.1
+ - witherable ==0.3.2
- with-location ==0.1.0
- witness ==0.4
- wizards ==1.0.3
@@ -2261,12 +2370,17 @@ default-package-overrides:
- wl-pprint-text ==1.2.0.0
- word24 ==2.0.1
- word8 ==0.1.3
+ - wordpress-auth ==1.0.0.0
- word-trie ==0.3.0
- - world-peace ==0.1.0.0
+ - word-wrap ==0.4.1
+ - world-peace ==1.0.1.0
- wrap ==0.0.0
- - wreq ==0.5.3.1
+ - wreq ==0.5.3.2
+ - writer-cps-exceptions ==0.1.0.1
+ - writer-cps-mtl ==0.1.1.6
+ - writer-cps-transformers ==0.5.6.1
- ws ==0.0.5
- - wuss ==1.1.13
+ - wuss ==1.1.14
- X11 ==1.9
- X11-xft ==0.3.1
- x11-xim ==0.0.9.0
@@ -2276,16 +2390,16 @@ default-package-overrides:
- x509-validation ==1.6.11
- Xauth ==0.1
- xdg-basedir ==0.2.2
+ - xdg-userdirs ==0.1.0.2
- xeno ==0.3.5.1
- xenstore ==0.1.1
- - xhtml ==3000.2.2.1
- - xls ==0.1.1
+ - xls ==0.1.2
- xlsx ==0.7.2
- xlsx-tabular ==0.2.2.1
- xml ==1.3.14
- xml-basic ==0.1.3.1
- - xmlbf ==0.4.1
- - xmlbf-xeno ==0.1.1
+ - xmlbf ==0.6
+ - xmlbf-xeno ==0.2
- xml-conduit ==1.8.0.1
- xml-conduit-parse ==0.3.1.2
- xml-conduit-writer ==0.1.1.2
@@ -2304,36 +2418,33 @@ default-package-overrides:
- xmonad-extras ==0.15.1
- xss-sanitize ==0.3.6
- xxhash-ffi ==0.2.0.0
- - yam ==0.5.17
- - yam-datasource ==0.5.17
- - yaml ==0.11.0.0
+ - yaml ==0.11.1.0
- yeshql ==4.1.0.1
- yeshql-core ==4.1.0.2
- yeshql-hdbc ==4.1.0.2
- yesod ==1.6.0
- - yesod-alerts ==0.1.2.0
- - yesod-auth ==1.6.6
+ - yesod-alerts ==0.1.3.0
+ - yesod-auth ==1.6.7
- yesod-auth-hashdb ==1.7.1.1
- yesod-auth-oauth2 ==0.6.1.1
- yesod-bin ==1.6.0.3
- - yesod-core ==1.6.14
+ - yesod-core ==1.6.15
- yesod-csp ==0.2.5.0
- yesod-eventsource ==1.6.0
- yesod-fb ==0.5.0
- - yesod-form ==1.6.4
- - yesod-form-bootstrap4 ==2.1.0
+ - yesod-form ==1.6.6
+ - yesod-form-bootstrap4 ==2.1.2
- yesod-gitrepo ==0.3.0
- yesod-gitrev ==0.2.1
- - yesod-markdown ==0.12.6.2
- yesod-newsfeed ==1.6.1.0
- yesod-paginator ==1.1.0.2
- yesod-persistent ==1.6.0.2
- yesod-recaptcha2 ==0.3.0
- yesod-sitemap ==1.6.0
- yesod-static ==1.6.0.1
- - yesod-test ==1.6.6.1
+ - yesod-test ==1.6.6.2
- yesod-text-markdown ==0.1.10
- - yesod-websockets ==0.3.0.1
+ - yesod-websockets ==0.3.0.2
- yes-precure5-command ==5.5.3
- yi-language ==0.18.0
- yi-rope ==0.11
@@ -2341,12 +2452,12 @@ default-package-overrides:
- yoga ==0.0.0.5
- youtube ==0.2.1.1
- zero ==0.1.5
- - zeromq4-haskell ==0.7.0
+ - zeromq4-haskell ==0.8.0
- zeromq4-patterns ==0.3.1.0
- zim-parser ==0.2.1.0
- zip ==1.2.0
- zip-archive ==0.4.1
- - zippers ==0.2.5
+ - zippers ==0.3
- zip-stream ==0.2.0.1
- zlib ==0.6.2
- zlib-bindings ==0.1.1.5
@@ -2364,6 +2475,7 @@ extra-packages:
- binary > 0.8 && < 0.9 # keep a 8.x major release around for older compilers
- blank-canvas < 0.6.3 # more recent versions depend on base-compat-batteries == 0.10.* but we're on base-compat-0.9.*
- Cabal == 2.2.* # required for jailbreak-cabal etc.
+ - Cabal == 2.4.* # required for cabal-install etc.
- colour < 2.3.4 # newer versions don't support GHC 7.10.x
- conduit >=1.1 && <1.3 # pre-lts-11.x versions neeed by git-annex 6.20180227
- conduit-extra >=1.1 && <1.3 # pre-lts-11.x versions neeed by git-annex 6.20180227
@@ -2391,7 +2503,6 @@ extra-packages:
- inline-c-cpp < 0.2 # required on GHC 8.0.x
- lens-labels == 0.1.* # required for proto-lens-descriptors
- mainland-pretty == 0.6.2.* # required for tensorflow-opgen-0.1.0.0
- - megaparsec < 7.0 # required for idris <= 1.3.1: https://github.com/idris-lang/Idris-dev/pull/4610
- mtl < 2.2 # newer versions require transformers > 0.4.x, which we cannot provide in GHC 7.8.x
- mtl-prelude < 2 # required for to build postgrest on mtl 2.1.x platforms
- network == 2.6.3.1 # newer versions don't compile with GHC 7.4.x and below
@@ -2410,6 +2521,7 @@ extra-packages:
- seqid-streams < 0.2 # newer versions depend on transformers 0.4.x which we cannot provide in GHC 7.8.x
- split < 0.2 # newer versions don't work with GHC 6.12.3
- tar < 0.4.2.0 # later versions don't work with GHC < 7.6.x
+ - these == 0.7.6 # required by hnix 0.6.1
- transformers == 0.4.3.* # the latest version isn't supported by mtl yet
- vector < 0.10.10 # newer versions don't work with GHC 6.12.3
- xml-conduit ^>= 1.7 # pre-lts-11.x versions neeed by git-annex 6.20180227
@@ -2429,6 +2541,7 @@ package-maintainers:
- funcmp
- git-annex
- hackage-db
+ - haskell-ci
- hledger
- hledger-interest
- hledger-ui
@@ -2629,7 +2742,6 @@ broken-packages:
- accelerate-arithmetic
- accelerate-fftw
- accelerate-fourier
- - accelerate-llvm
- accelerate-llvm-native
- accelerate-random
- accelerate-typelits
@@ -2692,7 +2804,6 @@ broken-packages:
- aeson-applicative
- aeson-decode
- aeson-diff-generic
- - aeson-extra
- aeson-flowtyped
- aeson-injector
- aeson-native
@@ -2703,6 +2814,7 @@ broken-packages:
- aeson-t
- aeson-tiled
- aeson-typescript
+ - affection
- affine-invariant-ensemble-mcmc
- afv
- ag-pictgen
@@ -2720,9 +2832,6 @@ broken-packages:
- airship
- airtable-api
- aivika-distributed
- - aivika-experiment-cairo
- - aivika-experiment-chart
- - aivika-experiment-diagrams
- ajhc
- AlanDeniseEricLauren
- alerta
@@ -2740,6 +2849,7 @@ broken-packages:
- AlgorithmW
- align-text
- AlignmentAlgorithms
+ - Allure
- alms
- alpha
- alphachar
@@ -2756,8 +2866,146 @@ broken-packages:
- amazon-emailer
- amazon-emailer-client-snap
- amazon-products
+ - amazonka
+ - amazonka-alexa-business
+ - amazonka-apigateway
+ - amazonka-application-autoscaling
+ - amazonka-appstream
+ - amazonka-appsync
+ - amazonka-athena
+ - amazonka-autoscaling
+ - amazonka-autoscaling-plans
+ - amazonka-batch
+ - amazonka-budgets
+ - amazonka-certificatemanager
+ - amazonka-certificatemanager-pca
+ - amazonka-cloud9
+ - amazonka-clouddirectory
+ - amazonka-cloudformation
+ - amazonka-cloudfront
+ - amazonka-cloudhsm
+ - amazonka-cloudhsmv2
+ - amazonka-cloudsearch
+ - amazonka-cloudsearch-domains
+ - amazonka-cloudtrail
+ - amazonka-cloudwatch
+ - amazonka-cloudwatch-events
+ - amazonka-cloudwatch-logs
+ - amazonka-codebuild
+ - amazonka-codecommit
+ - amazonka-codedeploy
+ - amazonka-codepipeline
+ - amazonka-codestar
- amazonka-cognito-identity
+ - amazonka-cognito-idp
+ - amazonka-cognito-sync
+ - amazonka-comprehend
+ - amazonka-config
+ - amazonka-connect
+ - amazonka-core
+ - amazonka-cost-explorer
+ - amazonka-cur
+ - amazonka-datapipeline
+ - amazonka-devicefarm
+ - amazonka-directconnect
+ - amazonka-discovery
+ - amazonka-dms
+ - amazonka-ds
+ - amazonka-dynamodb
+ - amazonka-dynamodb-dax
+ - amazonka-dynamodb-streams
+ - amazonka-ec2
+ - amazonka-ecr
- amazonka-ecs
+ - amazonka-efs
+ - amazonka-elasticache
+ - amazonka-elasticbeanstalk
+ - amazonka-elasticsearch
+ - amazonka-elastictranscoder
+ - amazonka-elb
+ - amazonka-elbv2
+ - amazonka-emr
+ - amazonka-fms
+ - amazonka-gamelift
+ - amazonka-glacier
+ - amazonka-glue
+ - amazonka-greengrass
+ - amazonka-guardduty
+ - amazonka-health
+ - amazonka-iam
+ - amazonka-importexport
+ - amazonka-inspector
+ - amazonka-iot
+ - amazonka-iot-analytics
+ - amazonka-iot-dataplane
+ - amazonka-iot-jobs-dataplane
+ - amazonka-kinesis
+ - amazonka-kinesis-analytics
+ - amazonka-kinesis-firehose
+ - amazonka-kinesis-video
+ - amazonka-kinesis-video-archived-media
+ - amazonka-kinesis-video-media
+ - amazonka-kms
+ - amazonka-lambda
+ - amazonka-lex-models
+ - amazonka-lex-runtime
+ - amazonka-lightsail
+ - amazonka-marketplace-analytics
+ - amazonka-marketplace-entitlement
+ - amazonka-marketplace-metering
+ - amazonka-mechanicalturk
+ - amazonka-mediaconvert
+ - amazonka-medialive
+ - amazonka-mediapackage
+ - amazonka-mediastore
+ - amazonka-mediastore-dataplane
+ - amazonka-migrationhub
+ - amazonka-ml
+ - amazonka-mobile
+ - amazonka-mq
+ - amazonka-opsworks
+ - amazonka-opsworks-cm
+ - amazonka-organizations
+ - amazonka-pinpoint
+ - amazonka-polly
+ - amazonka-pricing
+ - amazonka-rds
+ - amazonka-redshift
+ - amazonka-rekognition
+ - amazonka-resourcegroups
+ - amazonka-resourcegroupstagging
+ - amazonka-route53
+ - amazonka-route53-autonaming
+ - amazonka-route53-domains
+ - amazonka-s3
+ - amazonka-s3-streaming
+ - amazonka-sagemaker
+ - amazonka-sagemaker-runtime
+ - amazonka-sdb
+ - amazonka-secretsmanager
+ - amazonka-serverlessrepo
+ - amazonka-servicecatalog
+ - amazonka-ses
+ - amazonka-shield
+ - amazonka-sms
+ - amazonka-snowball
+ - amazonka-sns
+ - amazonka-sqs
+ - amazonka-ssm
+ - amazonka-stepfunctions
+ - amazonka-storagegateway
+ - amazonka-sts
+ - amazonka-support
+ - amazonka-swf
+ - amazonka-test
+ - amazonka-transcribe
+ - amazonka-translate
+ - amazonka-waf
+ - amazonka-waf-regional
+ - amazonka-workdocs
+ - amazonka-workmail
+ - amazonka-workspaces
+ - amazonka-xray
- amby
- AMI
- ampersand
@@ -2784,11 +3032,22 @@ broken-packages:
- anonymous-sums
- anonymous-sums-tests
- ansi-terminal-game
+ - ansigraph
- antagonist
- antfarm
- anticiv
- antigate
- antimirov
+ - antiope-athena
+ - antiope-contract
+ - antiope-core
+ - antiope-dynamodb
+ - antiope-messages
+ - antiope-optparse-applicative
+ - antiope-s3
+ - antiope-sns
+ - antiope-sqs
+ - antiope-swf
- antisplice
- antlr-haskell
- antlrc
@@ -2799,6 +3058,7 @@ broken-packages:
- apelsin
- api-builder
- api-tools
+ - api-yoti
- apiary
- apiary-authenticate
- apiary-clientsession
@@ -2829,6 +3089,7 @@ broken-packages:
- ApproxFun-hs
- arb-fft
- arbb-vm
+ - arbor-monad-logger
- arbor-monad-metric
- arbor-monad-metric-datadog
- arbor-postgres
@@ -2852,6 +3113,7 @@ broken-packages:
- arpack
- array-forth
- array-primops
+ - arraylist
- ArrayRef
- arrow-improve
- arrow-list
@@ -2861,6 +3123,7 @@ broken-packages:
- ArrowVHDL
- artery
- artifact
+ - asap
- ascii-flatten
- ascii-string
- ascii-vector-avc
@@ -2870,7 +3133,6 @@ broken-packages:
- asil
- asn
- asn1-codec
- - AspectAG
- assert
- assertions
- asset-map
@@ -2882,7 +3144,6 @@ broken-packages:
- async-combinators
- async-dejafu
- async-manager
- - async-pool
- async-timer
- asynchronous-exceptions
- aterm
@@ -2943,6 +3204,7 @@ broken-packages:
- aws-configuration-tools
- aws-dynamodb-conduit
- aws-dynamodb-streams
+ - aws-easy
- aws-ec2
- aws-ec2-knownhosts
- aws-elastic-transcoder
@@ -2951,12 +3213,14 @@ broken-packages:
- aws-kinesis-client
- aws-kinesis-reshard
- aws-lambda
+ - aws-lambda-runtime
- aws-mfa-credentials
- aws-performance-tests
- aws-route53
- aws-sdk
- aws-sdk-text-converter
- aws-sdk-xml-unordered
+ - aws-ses-easy
- aws-sign4
- aws-simple
- aws-sns
@@ -2968,7 +3232,10 @@ broken-packages:
- azurify
- b9
- babylon
+ - backblaze-b2-hs
- backdropper
+ - backprop
+ - backstop
- backtracking-exceptions
- backward-state
- bag
@@ -2986,6 +3253,7 @@ broken-packages:
- Bang
- bank-holiday-usa
- banwords
+ - barbly
- barchart
- barcodes-code128
- barecheck
@@ -2997,7 +3265,6 @@ broken-packages:
- base-feature-macros
- base-generics
- base-io-access
- - base64-bytestring-type
- base64-conduit
- baserock-schema
- BASIC
@@ -3015,6 +3282,7 @@ broken-packages:
- bdcs-api
- beam
- beam-newtype-field
+ - beam-postgres
- beam-th
- beamable
- beautifHOL
@@ -3022,8 +3290,6 @@ broken-packages:
- Befunge93
- bein
- belka
- - bench-graph
- - bench-show
- BenchmarkHistory
- bencodex
- berkeleydb
@@ -3033,16 +3299,13 @@ broken-packages:
- besout
- bet
- betacode
- - betris
- bff
- - bgmax
- bgzf
- bhoogle
- bibdb
- bidirectionalization-combined
- bidispec
- bidispec-extras
- - bifunctor
- BiGUL
- billboard-parser
- billeksah-forms
@@ -3054,7 +3317,6 @@ broken-packages:
- binary-ext
- binary-file
- binary-indexed-tree
- - binary-instances
- binary-protocol
- binary-protocol-zmq
- binary-streams
@@ -3093,7 +3355,6 @@ broken-packages:
- bindynamic
- binembed
- binembed-example
- - bins
- bio
- bio-sequence
- bioace
@@ -3102,7 +3363,6 @@ broken-packages:
- BiobaseBlast
- BiobaseDotP
- BiobaseEnsembl
- - BiobaseFasta
- BiobaseFR3D
- BiobaseHTTP
- BiobaseHTTPTools
@@ -3111,9 +3371,7 @@ broken-packages:
- BiobaseNewick
- BiobaseTrainingData
- BiobaseTurner
- - BiobaseTypes
- BiobaseVienna
- - BiobaseXNA
- biocore
- biofasta
- biofastq
@@ -3126,6 +3384,7 @@ broken-packages:
- birch-beer
- bird
- BirdPP
+ - bisc
- bisect-binary
- bit-array
- bit-stream
@@ -3140,11 +3399,13 @@ broken-packages:
- bitstream
- BitStringRandomMonad
- bittorrent
- - bitvec
+ - bitwise
- bizzlelude
- bizzlelude-js
- bkr
- bla
+ - blacktip
+ - blake2
- blakesum
- blakesum-demo
- blas
@@ -3195,16 +3456,17 @@ broken-packages:
- bookkeeper
- bookkeeper-permissions
- Bookshelf
+ - boolean-normal-forms
- boolexpr
- boombox
- boomslang
+ - boots-app
- borel
- - boring
- boring-window-switcher
- bot
- - bound-extras
- bounded-array
- bowntz
+ - box
- braid
- brain-bleep
- Bravo
@@ -3219,8 +3481,6 @@ broken-packages:
- bricks-rendering
- bricks-syntax
- brillig
- - brittany
- - broadcast-chan
- broadcast-chan-conduit
- broadcast-chan-pipes
- broadcast-chan-tests
@@ -3246,21 +3506,22 @@ broken-packages:
- buildbox-tools
- buildwrapper
- bullet
+ - bulletproofs
+ - bulmex
- bumper
- bunz
- burnt-explorer
- burst-detection
- bus-pirate
- - buster
- Buster
+ - buster
- buster-gtk
- buster-network
- - butcher
- butter
- butterflies
- bv-sized
- bytable
- - bytestring-arbitrary
+ - byteslice
- bytestring-builder-varword
- bytestring-class
- bytestring-csv
@@ -3289,10 +3550,10 @@ broken-packages:
- cabal-dependency-licenses
- cabal-dev
- cabal-dir
+ - cabal-fmt
- cabal-ghc-dynflags
- cabal-ghci
- cabal-graphdeps
- - cabal-helper
- Cabal-ide-backend
- cabal-info
- cabal-install-bundle
@@ -3303,10 +3564,12 @@ broken-packages:
- cabal-nirvana
- cabal-progdeps
- cabal-query
+ - cabal-rpm
- cabal-setup
- cabal-sort
- cabal-src
- cabal-test
+ - cabal-test-quickcheck
- cabal-toolkit
- cabal-upload
- cabal2arch
@@ -3323,6 +3586,8 @@ broken-packages:
- cabin
- cabocha
- cached
+ - cachix
+ - cachix-api
- cacophony
- caffegraph
- cairo-core
@@ -3341,7 +3606,6 @@ broken-packages:
- call-haskell-from-anything
- camfort
- campfire
- - canon
- canonical-filepath
- canonical-json
- canteven-http
@@ -3349,11 +3613,10 @@ broken-packages:
- canteven-log
- canteven-parsedate
- cantor
+ - cantor-pairing
- cao
- cap
- Capabilities
- - capability
- - capataz
- capnp
- capped-list
- capri
@@ -3378,19 +3641,20 @@ broken-packages:
- cash
- cassandra-cql
- Cassava
- - cassava-streams
+ - cassava-conduit
- cassette
- cassy
+ - caster
- castle
- casui
- catamorphism
- Catana
- catch-fd
- categorical-algebra
- - category
- category-extras
- category-traced
- catnplus
+ - cautious-gen
- cayley-client
- CBOR
- CC-delcont-alt
@@ -3415,6 +3679,7 @@ broken-packages:
- cereal-ieee754
- cereal-io-streams
- cereal-plus
+ - cereal-streams
- certificate
- cf
- cfipu
@@ -3427,10 +3692,6 @@ broken-packages:
- chalkboard
- chalkboard-viewer
- charade
- - Chart
- - Chart-cairo
- - Chart-diagrams
- - Chart-gtk
- chart-histogram
- Chart-simple
- chart-unit
@@ -3442,9 +3703,13 @@ broken-packages:
- Checked
- checked
- checkmate
+ - chell
+ - chell-hunit
+ - chell-quickcheck
- chessIO
- chevalier-common
- chiasma
+ - chiphunk
- chitauri
- Chitra
- choose
@@ -3540,6 +3805,8 @@ broken-packages:
- clustering
- clustertools
- clutterhs
+ - cmark-highlight
+ - cmark-patterns
- cmark-sections
- cmath
- cmathml3
@@ -3576,6 +3843,7 @@ broken-packages:
- collada-types
- collapse-duplication
- collapse-util
+ - collection-json
- collections
- collections-api
- collections-base-instances
@@ -3583,7 +3851,6 @@ broken-packages:
- colorless
- colorless-http-client
- colorless-scotty
- - colour-accelerate
- colour-space
- coltrane
- columbia
@@ -3595,8 +3862,6 @@ broken-packages:
- combinatorial-problems
- Combinatorrent
- combobuffer
- - comfort-array
- - comic
- Command
- commander
- Commando
@@ -3636,9 +3901,9 @@ broken-packages:
- concrete-haskell-autogen
- concrete-relaxng-parser
- concrete-typerep
- - concurrency-benchmarks
- concurrent-buffer
- Concurrent-Cache
+ - concurrent-dns-cache
- concurrent-machines
- concurrent-state
- Concurrential
@@ -3649,18 +3914,13 @@ broken-packages:
- conductive-base
- conductive-hsc3
- conductive-song
- - conduit-algorithms
- conduit-audio-lame
- conduit-audio-samplerate
- conduit-find
- - conduit-merge
- conduit-network-stream
- conduit-resumablesink
- conduit-throttle
- conduit-tokenize-attoparsec
- - conduit-vfs
- - conduit-vfs-zip
- - conduit-zstd
- conf
- confcrypt
- conffmt
@@ -3680,18 +3940,14 @@ broken-packages:
- connection-string
- Conscript
- consistent
- - console-program
- const-math-ghc-plugin
- constrained-categories
- constrained-category
- constrained-dynamic
- constrained-monads
- - constraint
- constraint-manip
- - constraint-reflection
- ConstraintKinds
- constraints-emerge
- - constraints-extras
- constructive-algebra
- consul-haskell
- Consumer
@@ -3710,7 +3966,6 @@ broken-packages:
- continuum
- continuum-client
- Contract
- - control-event
- control-monad-attempt
- control-monad-exception
- control-monad-exception-monadsfd
@@ -3726,9 +3981,7 @@ broken-packages:
- convertible-ascii
- convertible-text
- copilot
- - copilot-c99
- copilot-cbmc
- - copilot-core
- copilot-language
- copilot-libraries
- copilot-sbv
@@ -3759,7 +4012,6 @@ broken-packages:
- cparsing
- CPBrainfuck
- cpio-conduit
- - cpkg
- cplusplus-th
- cprng-aes-effect
- cpuperf
@@ -3791,6 +4043,7 @@ broken-packages:
- crf-chain2-generic
- crf-chain2-tiers
- critbit
+ - criterion-compare
- criterion-plus
- criterion-to-html
- criu-rpc
@@ -3809,11 +4062,12 @@ broken-packages:
- crypto-simple
- cryptocompare
- cryptoconditions
+ - cryptol
- cryptsy-api
- crystalfontz
+ - csa
- cse-ghc-plugin
- csg
- - csound-catalog
- CSPM-cspm
- CSPM-FiringRules
- CSPM-Frontend
@@ -3830,17 +4084,14 @@ broken-packages:
- cube
- cuboid
- cudd
- - curl-runnings
- currency-convert
- curry-frontend
- CurryDB
- cursedcsv
- - cursor-gen
- curve25519
- curves
- custom-prelude
- CV
- - cyclotomic
- cypher
- d-bus
- d3js
@@ -3910,16 +4161,17 @@ broken-packages:
- data-spacepart
- data-standards
- data-store
- - data-stringmap
- data-structure-inferrer
- data-type
- data-util
- data-variant
+ - database-id-groundhog
- database-study
- datadog
- datadog-tracing
- datafix
- dataflow
+ - DataIndex
- datalog
- datasets
- DataTreeView
@@ -4004,8 +4256,10 @@ broken-packages:
- deptrack-core
- deptrack-devops
- deptrack-dot
+ - dequeue
- derangement
- derivation-trees
+ - derive
- derive-enumerable
- derive-gadt
- derive-IG
@@ -4020,19 +4274,18 @@ broken-packages:
- deunicode
- devil
- dewdrop
- - df1
- dfinity-radix-tree
- Dflow
- dfsbuild
- dgim
- dgs
- dhall-check
+ - dhall-json
+ - dhall-lsp-server
- dhall-nix
- dhall-to-cabal
- dhcp-lease-parser
- - di
- - di-df1
- - di-handle
+ - dhrun
- dia-base
- dia-functions
- diagrams-boolean
@@ -4063,8 +4316,10 @@ broken-packages:
- difftodo
- digestive-bootstrap
- digestive-foundation-lucid
+ - digestive-functors-happstack
- digestive-functors-heist
- digestive-functors-hsp
+ - digit
- DigitalOcean
- digitalocean-kzs
- digraph
@@ -4098,12 +4353,9 @@ broken-packages:
- disjoint-set-stateful
- diskhash
- disposable
- - Dist
- dist-upload
- distance
- DisTract
- - distributed-closure
- - distributed-fork
- distributed-fork-aws-lambda
- distributed-process
- distributed-process-async
@@ -4131,6 +4383,8 @@ broken-packages:
- dixi
- djembe
- djinn-th
+ - dl-fedora
+ - dmcc
- dmenu
- dmenu-pkill
- dmenu-pmount
@@ -4150,7 +4404,6 @@ broken-packages:
- doctest-discover-configurator
- doctest-driver-gen
- doctest-prop
- - docusign-client
- docusign-example
- docvim
- doi
@@ -4159,9 +4412,11 @@ broken-packages:
- domain-auth
- domplate
- dot-linker
+ - dot2graphml
- dotenv
- dotfs
- doublify-toolkit
+ - dovin
- download-media-content
- dozenal
- dozens
@@ -4195,7 +4450,6 @@ broken-packages:
- dsh-sql
- dsmc
- dsmc-tools
- - dson
- dson-parsec
- DSTM
- dstring
@@ -4218,7 +4472,6 @@ broken-packages:
- dwarfadt
- dyckword
- dynamic-cabal
- - dynamic-graph
- dynamic-object
- dynamic-plot
- dynamic-pp
@@ -4235,10 +4488,9 @@ broken-packages:
- easy-api
- easyjson
- easyplot
- - easytensor
- - easytensor-vulkan
- ebeats
- ebnf-bff
+ - ec2-unikernel
- ecma262
- ecu
- eddie
@@ -4253,9 +4505,9 @@ broken-packages:
- editline
- EditTimeReport
- effect-handlers
- - effects
- - effects-parser
+ - effect-stack
- effin
+ - egison
- egison-quote
- egison-tutorial
- ehaskell
@@ -4265,6 +4517,7 @@ broken-packages:
- Eight-Ball-Pool-Hack-Cheats
- either-list-functions
- EitherT
+ - ekg-cloudwatch
- ekg-elastic
- ekg-elasticsearch
- ekg-influxdb
@@ -4280,12 +4533,10 @@ broken-packages:
- email
- email-header
- email-postmark
- - email-validator
- emailparse
- embeddock
- embeddock-example
- embroidery
- - emd
- emgm
- Emping
- Empty
@@ -4295,9 +4546,7 @@ broken-packages:
- encoding-io
- engine-io-growler
- engine-io-snap
- - engine-io-wai
- engine-io-yesod
- - ENIG
- entangle
- EntrezHTTP
- entwine
@@ -4311,7 +4560,6 @@ broken-packages:
- enumfun
- EnumMap
- enummapmap
- - enummapset
- enummapset-th
- env-parser
- envstatus
@@ -4363,6 +4611,7 @@ broken-packages:
- ethereum-client-haskell
- ethereum-merkle-patricia-db
- eths-rlp
+ - euler-tour-tree
- euphoria
- eurofxref
- Euterpea
@@ -4373,16 +4622,17 @@ broken-packages:
- event-monad
- eventful-dynamodb
- eventful-postgresql
- - eventloop
+ - eventlog2html
- EventSocket
- eventsource-geteventstore-store
+ - eventsource-store-specs
+ - eventsource-stub-store
- eventstore
- every-bit-counts
- exact-cover
- exact-real
- exact-real-positional
- except-exceptions
- - exception-hierarchy
- exception-monads-fd
- exchangerates
- execs
@@ -4406,7 +4656,6 @@ broken-packages:
- explicit-sharing
- explore
- exposed-containers
- - expressions
- expressions-z3
- extcore
- extemp
@@ -4416,6 +4665,7 @@ broken-packages:
- Extra
- extract-dependencies
- extractelf
+ - extralife
- ez-couch
- ez3
- f-ree-hack-cheats-free-v-bucks-generator
@@ -4429,7 +4679,6 @@ broken-packages:
- failable-list
- failure-detector
- FailureT
- - fake
- fake-type
- faktory
- falling-turnip
@@ -4443,7 +4692,6 @@ broken-packages:
- fastedit
- fastirc
- fastly
- - fastparser
- FastPush
- FastxPipe
- fathead-util
@@ -4472,6 +4720,7 @@ broken-packages:
- fdo-trash
- feature-flipper
- feature-flipper-postgres
+ - fedora-haskell-tools
- fedora-img-dl
- fedora-packages
- feed-cli
@@ -4494,7 +4743,6 @@ broken-packages:
- ffmpeg-tutorials
- ffunctor
- fgl-extras-decompositions
- - fib
- fibon
- ficketed
- fields
@@ -4517,13 +4765,14 @@ broken-packages:
- filesystem-enumerator
- filesystem-trees
- fillit
- - fin
+ - Fin
- final-pretty-printer
- Finance-Quote-Yahoo
- Finance-Treasury
- find-clumpiness
- find-conduit
- find-source-files
+ - findhttp
- fingertree-psqueue
- fingertree-tf
- FiniteMap
@@ -4532,6 +4781,7 @@ broken-packages:
- firstify
- FirstOrderTheory
- fit
+ - fits-parse
- fitsio
- fix-parser-simple
- fix-symbols-gitit
@@ -4540,6 +4790,7 @@ broken-packages:
- fixed-point-vector-space
- fixed-precision
- fixed-storable-array
+ - fixed-timestep
- fixed-vector-binary
- fixed-vector-cborg
- fixed-vector-cereal
@@ -4612,6 +4863,7 @@ broken-packages:
- forth-hll
- Fortnite-Hack-Cheats-Free-V-Bucks-Generator
- fortran-src
+ - fortytwo
- foscam-directory
- foscam-filename
- foscam-sort
@@ -4623,6 +4875,7 @@ broken-packages:
- Fractaler
- fractals
- frag
+ - Frames
- Frames-beam
- Frames-dsv
- Frames-map-reduce
@@ -4658,7 +4911,6 @@ broken-packages:
- fresh
- friday-devil
- friday-scale-dct
- - friendly
- front
- frown
- frp-arduino
@@ -4672,13 +4924,15 @@ broken-packages:
- fsmActions
- fsutils
- fswait
+ - ft-generator
- ftdi
- FTGL-bytestring
+ - ftp-client
+ - ftp-client-conduit
- ftp-conduit
- FTPLine
- ftshell
- full-sessions
- - full-text-search
- fullstop
- funbot
- funbot-client
@@ -4688,15 +4942,17 @@ broken-packages:
- function-instances-algebra
- functional-arrow
- functor
+ - functor-combinators
+ - functor-products
- functorm
- funflow
- funflow-nix
- FunGEn
- Fungi
- funion
+ - funnyprint
- funpat
- funsat
- - fused-effects-exceptions
- fusion
- futun
- future
@@ -4705,10 +4961,13 @@ broken-packages:
- fwgl-glfw
- fwgl-javascript
- g-npm
+ - g2
+ - g2q
- g4ip
- gact
- game-probability
- gameclock
+ - gamgee
- Gamgine
- gamma
- Ganymede
@@ -4745,7 +5004,6 @@ broken-packages:
- GeneralTicTacToe
- generators
- generic-accessors
- - generic-aeson
- generic-binary
- generic-church
- generic-enum
@@ -4757,7 +5015,6 @@ broken-packages:
- generic-tree
- generic-xml
- generic-xmlpickler
- - generics-eot
- genericserialize
- genesis
- genesis-test
@@ -4776,6 +5033,7 @@ broken-packages:
- GeocoderOpenCage
- geodetic
- geodetic-types
+ - geojson
- geojson-types
- geolite-csv
- geom2d
@@ -4786,23 +5044,18 @@ broken-packages:
- getflag
- GGg
- ggtsTC
- - gh-labeler
- ghc-core-smallstep
- ghc-datasize
- - ghc-dump-core
- ghc-dump-tree
- - ghc-dump-util
- ghc-dup
- ghc-events-analyze
- ghc-events-parallel
- ghc-generic-instances
- - ghc-heap-view
- ghc-imported-from
- ghc-instances
- ghc-man-completion
- ghc-mod
- ghc-parmake
- - ghc-parser
- ghc-pkg-autofix
- ghc-pkg-lib
- ghc-proofs
@@ -4822,58 +5075,44 @@ broken-packages:
- ghci-lib
- ghci-ng
- ghcjs-base-stub
- - ghcjs-dom
- - ghcjs-dom-jsaddle
- ghcjs-dom-jsffi
- ghcjs-fetch
- ghcjs-hplay
- ghcjs-promise
- ghcjs-xhr
- ghclive
+ - ghcprofview
- ght
- gi-cairo-again
- - gi-dbusmenu
- - gi-dbusmenugtk3
- - gi-gdkx11
- - gi-ggit
- - gi-girepository
- - gi-gst
- - gi-gstaudio
- - gi-gstbase
+ - gi-graphene
+ - gi-gsk
- gi-gstpbutils
- gi-gsttag
- - gi-gstvideo
+ - gi-gtk-declarative
+ - gi-gtk-declarative-app-simple
- gi-gtkosxapplication
- gi-handy
- gi-notify
- - gi-ostree
- - gi-pangocairo
- gi-poppler
- - gi-secret
- - gi-soup
- gi-wnck
- - gi-xlib
- giak
- Gifcurry
- - ginger
- ginsu
- gipeda
- - gist
+ - giphy-api
- GiST
+ - gist
- git-checklist
- git-config
- git-date
- git-fmt
- git-gpush
- git-jump
- - git-monitor
- git-object
- git-remote-ipfs
- git-repair
- git-sanity
- - git-vogue
- gitdo
- - github
- github-backup
- github-data
- github-tools
@@ -4884,12 +5123,10 @@ broken-packages:
- gitit
- gitlab-api
- gitlib-cross
- - gitlib-libgit2
- gitlib-s3
- - gitlib-test
- gitlib-utils
- gitson
- - gitter
+ - givegif
- glade
- gladexml-accessor
- glapp
@@ -4902,7 +5139,6 @@ broken-packages:
- gli
- glicko
- glider-nlp
- - glirc
- GLMatrix
- glob-posix
- global
@@ -4911,7 +5147,6 @@ broken-packages:
- glome-hs
- GlomeTrace
- GlomeView
- - gloss-accelerate
- gloss-banana
- gloss-devil
- gloss-export
@@ -4919,10 +5154,6 @@ broken-packages:
- gloss-sodium
- glpk-hs
- glue
- - glue-common
- - glue-core
- - glue-ekg
- - glue-example
- gmap
- gmndl
- gnome-desktop
@@ -4942,9 +5173,11 @@ broken-packages:
- google-drive
- google-html5-slide
- google-mail-filters
+ - google-maps-geocoding
- google-oauth2
- google-oauth2-easy
- google-search
+ - google-static-maps
- google-translate
- GoogleCodeJam
- GoogleDirections
@@ -4952,7 +5185,6 @@ broken-packages:
- googlepolyline
- GoogleSB
- GoogleTranslate
- - gopher-proxy
- gopherbot
- gore-and-ash
- gore-and-ash-actor
@@ -4976,6 +5208,8 @@ broken-packages:
- gps2htmlReport
- GPX
- gpx-conduit
+ - grab
+ - grab-form
- graceful
- graflog
- Grafos
@@ -5010,7 +5244,9 @@ broken-packages:
- graphics-formats-collada
- graphicsFormats
- graphicstools
- - graphql-w-persistent
+ - graphite
+ - graphql
+ - graphql-api
- graphtype
- graql
- grasp
@@ -5030,9 +5266,9 @@ broken-packages:
- GroteTrap
- groundhog-converters
- group-with
- - grouped-list
- growler
- GrowlNotify
+ - grpc-api-etcd
- grpc-etcd-client
- gruff
- gruff-examples
@@ -5044,7 +5280,6 @@ broken-packages:
- GTALib
- gtfs
- gtk-serialized-event
- - gtk-sni-tray
- gtk-toy
- gtk2hs-hello
- gtk2hs-rpn
@@ -5105,8 +5340,6 @@ broken-packages:
- hackmanager
- hactor
- hactors
- - haddock
- - haddock-api
- haddock-leksah
- haddock-test
- haddocset
@@ -5119,7 +5352,9 @@ broken-packages:
- hahp
- haiji
- hail
+ - hailgun
- hailgun-send
+ - hailgun-simple
- hairy
- hakaru
- hakismet
@@ -5188,20 +5423,25 @@ broken-packages:
- happstack-data
- happstack-dlg
- happstack-facebook
+ - happstack-fastcgi
- happstack-fay
- happstack-fay-ajax
- happstack-foundation
- happstack-hamlet
- happstack-heist
- happstack-helpers
+ - happstack-hsp
- happstack-hstringtemplate
- happstack-ixset
- happstack-jmacro
- happstack-lite
- happstack-monad-peel
- happstack-plugins
+ - happstack-server
+ - happstack-server-tls
- happstack-server-tls-cryptonite
- happstack-state
+ - happstack-static-routing
- happstack-util
- happstack-yui
- happy-meta
@@ -5217,6 +5457,7 @@ broken-packages:
- hArduino
- hardware-edsl
- HaRe
+ - harg
- hark
- harmony
- HarmTrace
@@ -5224,14 +5465,13 @@ broken-packages:
- haroonga-httpd
- harpy
- harvest-api
- - has
- has-th
- - HasBigDecimal
- HasCacBDD
- hascas
- Haschoo
- HasGP
- hash
+ - hash-store
- hashable-extras
- hashable-generics
- hashabler
@@ -5258,22 +5498,20 @@ broken-packages:
- haskell-cnc
- haskell-coffee
- haskell-compression
- - haskell-conll
- haskell-course-preludes
- haskell-disque
- - haskell-docs
- haskell-eigen-util
- haskell-formatter
- haskell-ftp
- haskell-generate
- haskell-go-checkers
- haskell-holes-th
+ - haskell-import-graph
- haskell-in-space
- haskell-kubernetes
- haskell-lsp-client
- haskell-ml
- haskell-mpfr
- - haskell-names
- haskell-neo4j-client
- haskell-openflow
- haskell-overridez
@@ -5290,7 +5528,6 @@ broken-packages:
- haskell-src-exts-prisms
- haskell-src-exts-qq
- haskell-src-exts-sc
- - haskell-src-exts-simple
- haskell-src-meta-mwotton
- haskell-stack-trace-plugin
- haskell-token-utils
@@ -5334,6 +5571,8 @@ broken-packages:
- haskelldb-th
- haskelldb-wx
- HaskellLM
+ - HaskellNet
+ - HaskellNet-SSL
- HaskellNN
- Haskelloids
- haskellscrabble
@@ -5376,6 +5615,7 @@ broken-packages:
- haskus-system-build
- haskus-utils
- haskus-utils-compat
+ - haskus-utils-variant
- haskus-web
- haslo
- hasloGUI
@@ -5383,7 +5623,6 @@ broken-packages:
- hasql-backend
- hasql-class
- hasql-cursor-query
- - hasql-cursor-transaction
- hasql-dynamic-statements
- hasql-generic
- hasql-implicits
@@ -5406,7 +5645,6 @@ broken-packages:
- HaTeX-qq
- hats
- hatt
- - haven
- haverer
- HaVSA
- hawitter
@@ -5463,7 +5701,6 @@ broken-packages:
- hdiscount
- hdm
- hdo
- - hdocs
- hdph
- hdph-closure
- hdr-histogram
@@ -5472,14 +5709,14 @@ broken-packages:
- heartbeat-streams
- heatitup
- heatitup-complete
+ - heavy-logger-amazon
- hecc
- heckle
- hedgehog-checkers
- hedgehog-checkers-lens
- hedgehog-classes
- - hedgehog-fn
- hedgehog-gen-json
- - hedgehog-quickcheck
+ - hedgehog-generic
- Hedi
- hedis-config
- hedis-pile
@@ -5526,6 +5763,7 @@ broken-packages:
- hevm
- hevolisa
- hevolisa-dph
+ - HExcel
- hexchat
- hexif
- hexmino
@@ -5562,6 +5800,7 @@ broken-packages:
- hgis
- hgithub
- HGL
+ - hgmp
- hgom
- hgopher
- HGraphStorage
@@ -5570,7 +5809,6 @@ broken-packages:
- hgrib
- hharp
- HHDL
- - hhp
- hi3status
- hiccup
- hichi
@@ -5601,9 +5839,9 @@ broken-packages:
- hinstaller
- hint-server
- hinter
+ - hinterface
- hinvaders
- hinze-streams
- - hip
- hipbot
- hipchat-hs
- hipe
@@ -5627,8 +5865,8 @@ broken-packages:
- hjson-query
- hjsonpointer
- hjsonschema
+ - hjugement-cli
- HJVM
- - hkgr
- hlatex
- hlbfgsb
- hlcm
@@ -5637,6 +5875,7 @@ broken-packages:
- HLearn-classification
- HLearn-datastructures
- HLearn-distributions
+ - hledger-api
- hledger-chart
- hledger-flow
- hledger-irr
@@ -5646,6 +5885,7 @@ broken-packages:
- hlibfam
- HList
- HListPP
+ - hlivy
- HLogger
- hlogger
- hlongurl
@@ -5662,6 +5902,7 @@ broken-packages:
- hmatrix-sparse
- hmatrix-static
- hmatrix-sundials
+ - hmatrix-svdlibc
- hmatrix-syntax
- hmatrix-tests
- hmeap
@@ -5669,8 +5910,8 @@ broken-packages:
- hmenu
- hmep
- hmk
- - hmm
- HMM
+ - hmm
- hmm-hmatrix
- hmm-lapack
- hMollom
@@ -5678,6 +5919,9 @@ broken-packages:
- Hmpf
- hmt-diagrams
- hmumps
+ - hnetcdf
+ - hnix
+ - hnix-store-remote
- HNM
- hnormalise
- ho-rewriting
@@ -5726,6 +5970,7 @@ broken-packages:
- hoovie
- hopencc
- hopencl
+ - hopenpgp-tools
- hopfield
- hoppy-docs
- hoppy-generator
@@ -5745,6 +5990,7 @@ broken-packages:
- hp2any-graph
- hp2any-manager
- hpack-convert
+ - hpack-dhall
- hpaco
- hpaco-lib
- hpage
@@ -5759,12 +6005,14 @@ broken-packages:
- hpdft
- hpg
- HPi
+ - hpio
- hplaylist
- HPlot
- hpodder
- HPong
- hpqtypes
- hpqtypes-extras
+ - hprotoc
- hprotoc-fork
- hprox
- hps
@@ -5779,9 +6027,8 @@ broken-packages:
- hR
- hranker
- HRay
- - hrfsize
- - hricket
- Hricket
+ - hricket
- hriemann
- HROOT
- HROOT-core
@@ -5828,6 +6075,7 @@ broken-packages:
- hsbencher
- hsbencher-codespeed
- hsbencher-fusion
+ - hsc2hs
- hsc3-auditor
- hsc3-cairo
- hsc3-data
@@ -5936,8 +6184,6 @@ broken-packages:
- hsreadability
- hsseccomp
- hsSqlite3
- - hssqlppp
- - hssqlppp-th
- HsSVN
- hstatistics
- hstats
@@ -5955,6 +6201,7 @@ broken-packages:
- hsx
- hsx-jmacro
- hsx-xhtml
+ - hsx2hs
- hsXenCtrl
- HsYAML-aeson
- hsyscall
@@ -5973,6 +6220,8 @@ broken-packages:
- html-kure
- html-rules
- html-tokenizer
+ - htoml
+ - htoml-megaparsec
- hts
- htsn
- htsn-import
@@ -5980,10 +6229,11 @@ broken-packages:
- http-client-auth
- http-client-lens
- http-client-request-modifiers
+ - http-client-restricted
- http-client-session
- http-client-streams
- http-conduit-browser
- - http-conduit-downloader
+ - http-directory
- http-dispatch
- http-enumerator
- http-grammar
@@ -5997,7 +6247,6 @@ broken-packages:
- http-streams
- http-wget
- http2-client-grpc
- - http2-grpc-types
- https-everywhere-rules
- https-everywhere-rules-raw
- httpspec
@@ -6022,7 +6271,6 @@ broken-packages:
- hunspell-hs
- hunt-searchengine
- hunt-server
- - hup
- hurdle
- hurriyet
- husk-scheme
@@ -6034,26 +6282,23 @@ broken-packages:
- hVOIDP
- hw-balancedparens
- hw-bits
+ - hw-ci-assist
- hw-dsv
- hw-dump
- hw-eliasfano
- hw-excess
- - hw-fingertree
- hw-ip
- hw-json
- hw-json-lens
- - hw-json-simd
+ - hw-json-simple-cursor
+ - hw-json-standard-cursor
- hw-packed-vector
- - hw-parser
- - hw-prim
- - hw-prim-bits
- hw-rankselect
- hw-rankselect-base
- hw-simd
- hw-streams
- hw-succinct
- hw-uri
- - hw-vector
- hw-xml
- hwall-auth-iitk
- hweblib
@@ -6077,8 +6322,8 @@ broken-packages:
- hybrid
- hydra-hs
- hydra-print
- - hydrogen
- Hydrogen
+ - hydrogen
- hydrogen-cli
- hydrogen-cli-args
- hydrogen-data
@@ -6110,6 +6355,7 @@ broken-packages:
- ical
- iCalendar
- IcoGrid
+ - iconv-typed
- ide-backend
- ide-backend-common
- ide-backend-server
@@ -6121,6 +6367,7 @@ broken-packages:
- idna2008
- IDynamic
- ieee-utils
+ - iexcloud
- ifcxt
- IFS
- ig
@@ -6164,6 +6411,7 @@ broken-packages:
- imperative-edsl
- imperative-edsl-vhdl
- ImperativeHaskell
+ - impl
- implicit-logging
- implicit-params
- importify
@@ -6190,6 +6438,7 @@ broken-packages:
- InfixApplicative
- inflist
- informative
+ - ini-qq
- inilist
- inject-function
- inline-java
@@ -6228,6 +6477,7 @@ broken-packages:
- iostring
- iothread
- iotransaction
+ - ip
- ip2location
- ip2proxy
- ipatch
@@ -6237,7 +6487,6 @@ broken-packages:
- iptables-helpers
- iptadmin
- IPv6DB
- - ipython-kernel
- Irc
- irc-dcc
- irc-fun-bot
@@ -6294,7 +6543,6 @@ broken-packages:
- jail
- jalaali
- jalla
- - jammittools
- jarfind
- jarify
- jason
@@ -6303,10 +6551,10 @@ broken-packages:
- java-character
- java-reflect
- javascript-extras
- - javasf
- Javasf
- - javav
+ - javasf
- Javav
+ - javav
- jbi
- jcdecaux-vls
- Jdh
@@ -6329,13 +6577,12 @@ broken-packages:
- jonathanscard
- jpeg
- js-good-parts
- - jsaddle-dom
- jsaddle-hello
- jsaddle-warp
- jsaddle-wkwebview
- JsContracts
- jsmw
- - json-api
+ - json-api-lib
- json-ast-json-encoder
- json-ast-quickcheck
- json-b
@@ -6359,7 +6606,6 @@ broken-packages:
- JSONb
- jsonextfilter
- JsonGrammar
- - JSONParser
- jsonresume
- jsonrpc-conduit
- jsons-to-schema
@@ -6371,6 +6617,7 @@ broken-packages:
- judge
- judy
- juicy-gcode
+ - JuicyPixels-blp
- JuicyPixels-canvas
- JunkDB
- JunkDB-driver-gdbm
@@ -6390,25 +6637,23 @@ broken-packages:
- Kalman
- kalman
- kangaroo
- - kanji
- kansas-lava
- kansas-lava-cores
- kansas-lava-papilio
- kansas-lava-shake
- karakuri
- karps
- - katip-datadog
- katip-elasticsearch
- - katip-logzio
+ - katip-kafka
- katip-rollbar
- katip-scalyr-scribe
- katip-syslog
- katt
+ - katydid
- kawaii
- - kazura-queue
+ - kawhi
- kd-tree
- kdesrc-build-extra
- - kdt
- keccak
- keera-hails-i18n
- keera-hails-mvc-environment-gtk
@@ -6432,6 +6677,7 @@ broken-packages:
- keyring
- keysafe
- keystore
+ - keyvaluehash
- keyword-args
- khph
- kicad-data
@@ -6439,7 +6685,6 @@ broken-packages:
- kickchan
- kif-parser
- kit
- - kleene
- kmeans-par
- kmeans-vector
- kmp-dfa
@@ -6448,6 +6693,7 @@ broken-packages:
- knit-haskell
- knots
- koellner-phonetic
+ - kontra-config
- korfu
- kqueue
- krapsh
@@ -6456,6 +6702,8 @@ broken-packages:
- ks-test
- KSP
- ktx
+ - kubernetes-client
+ - kubernetes-client-core
- kure
- kure-your-boilerplate
- kurita
@@ -6478,7 +6726,13 @@ broken-packages:
- lambda2js
- lambdaBase
- lambdabot
+ - lambdabot-core
- lambdabot-haskell-plugins
+ - lambdabot-irc-plugins
+ - lambdabot-misc-plugins
+ - lambdabot-novelty-plugins
+ - lambdabot-reference-plugins
+ - lambdabot-social-plugins
- lambdabot-utils
- lambdabot-zulip
- lambdacms-core
@@ -6550,7 +6804,6 @@ broken-packages:
- language-vhdl
- language-webidl
- lapack
- - lapack-comfort-array
- Lastik
- lat
- latest-npm-version
@@ -6570,11 +6823,11 @@ broken-packages:
- lazy-hash-cache
- lazy-io-streams
- lazyarray
+ - lazyboy
- lazyset
- LazyVault
- ld-intervals
- lda
- - ldap-client
- ldapply
- ldif
- leaf
@@ -6583,7 +6836,6 @@ broken-packages:
- leanpub-wreq
- leapseconds
- learn
- - learn-physics
- learn-physics-examples
- Learning
- leetify
@@ -6593,10 +6845,11 @@ broken-packages:
- legion-extra
- leksah-server
- lendingclub
- - lens-accelerate
+ - lens-filesystem
- lens-prelude
- lens-text-encoding
- lens-time
+ - lens-toml-parser
- lens-tutorial
- lensref
- level-monad
@@ -6615,7 +6868,6 @@ broken-packages:
- libconfig
- libcspm
- libexpect
- - libffi-dynamic
- libGenI
- libhbb
- libinfluxdb
@@ -6629,10 +6881,10 @@ broken-packages:
- liboleg
- libpafe
- libpq
+ - libraft
- librandomorg
- librato
- libsystemd-daemon
- - libsystemd-journal
- libtagc
- libxls
- libxml-enumerator
@@ -6651,14 +6903,15 @@ broken-packages:
- limp-cbc
- linda
- linden
- - line-drawing
- - linear-accelerate
+ - line-bot-sdk
- linear-algebra-cblas
- linear-circuit
- linear-code
- linear-maps
- linear-opengl
+ - linear-socket
- linear-vect
+ - linearEqSolver
- linearmap-category
- linearscan
- linearscan-hoopl
@@ -6669,6 +6922,7 @@ broken-packages:
- linkcore
- linked-list-with-iterator
- linkedhashmap
+ - linode
- linode-v4
- linux-blkid
- linux-cgroup
@@ -6683,7 +6937,6 @@ broken-packages:
- lio-simple
- lipsum-gen
- liquid
- - liquidhaskell-cabal-demo
- list-fusion-probe
- list-mux
- list-prompt
@@ -6692,10 +6945,12 @@ broken-packages:
- list-t-html-parser
- list-t-http-client
- list-t-text
+ - list-witnesses
- list-zipper
- listenbrainz-client
- listlike-instances
- ListT
+ - liszt
- lit
- literals
- live-sequencer
@@ -6712,7 +6967,6 @@ broken-packages:
- llvm-general
- llvm-general-pure
- llvm-general-quote
- - llvm-hs
- llvm-hs-pretty
- llvm-ht
- llvm-pkg-config
@@ -6740,7 +6994,6 @@ broken-packages:
- logging-effect-extra
- logging-effect-extra-file
- logging-effect-extra-handler
- - logging-facade-journald
- Logic
- logic-classes
- logic-TPTP
@@ -6787,7 +7040,6 @@ broken-packages:
- lua-bc
- luachunk
- luautils
- - lucid-svg
- lucienne
- Lucu
- lui
@@ -6812,6 +7064,7 @@ broken-packages:
- machines-amazonka
- machines-process
- machines-zlib
+ - mackerel-client
- maclight
- macos-corelibs
- macosx-make-standalone
@@ -6824,6 +7077,7 @@ broken-packages:
- magma
- mahoro
- maid
+ - mail-pool
- mailbox-count
- mailchimp
- mailchimp-subscribe
@@ -6856,10 +7110,10 @@ broken-packages:
- mangopay
- manifold-random
- manifolds
- - manifolds-core
- map-exts
- map-reduce-folds
- map-syntax
+ - mapalgebra
- Mapping
- mappy
- marionetta
@@ -6867,7 +7121,9 @@ broken-packages:
- markdown-pap
- markdown2svg
- marked-pretty
+ - markov-chain-usage-model
- markov-processes
+ - markov-realization
- markup
- marmalade-upload
- marquise
@@ -6877,11 +7133,16 @@ broken-packages:
- marxup
- masakazu-bot
- MASMGen
+ - massiv
+ - massiv-io
+ - massiv-test
- master-plan
+ - matchable-th
- matchers
- math-grads
- mathblog
- mathflow
+ - mathgenealogy
- mathlink
- matplotlib
- matrix-as-xyz
@@ -6899,6 +7160,7 @@ broken-packages:
- MazesOfMonad
- MBot
- mbox-tools
+ - mbug
- MC-Fold-DP
- mcl
- mcm
@@ -6922,9 +7184,10 @@ broken-packages:
- mediabus
- mediabus-fdk-aac
- mediabus-rtp
- - median-stream
- mediawiki
+ - mediawiki2latex
- medium-sdk-haskell
+ - mega-sdist
- mellon-core
- mellon-gpio
- mellon-web
@@ -6969,17 +7232,21 @@ broken-packages:
- microgroove
- microlens-each
- micrologger
+ - microsoft-translator
- MicrosoftTranslator
- mida
+ - midi-simple
- midi-utils
- midimory
- midisurface
- mighttpd
+ - mighttpd2
- mighty-metropolis
- mikmod
- mikrokosmos
- miku
- mime-directory
+ - min-max-pqueue
- minecraft-data
- minesweeper
- miniforth
@@ -6992,10 +7259,11 @@ broken-packages:
- miniplex
- minirotate
- ministg
- - minitypeset-opengl
- minst-idx
- mios
- mirror-tweet
+ - miso-action-logger
+ - miso-examples
- miss
- miss-porcelain
- missing-py2
@@ -7012,11 +7280,9 @@ broken-packages:
- mmtl-base
- moan
- Mobile-Legends-Hack-Cheats
- - model
- modelicaparser
- modify-fasta
- modsplit
- - modular
- modular-prelude
- modular-prelude-classy
- modularity
@@ -7031,7 +7297,6 @@ broken-packages:
- mollie-api-haskell
- monad-atom
- monad-atom-simple
- - monad-chronicle
- monad-codec
- monad-dijkstra
- monad-exception
@@ -7059,7 +7324,6 @@ broken-packages:
- monad-unify
- monad-var
- monad-wrap
- - monadacme
- MonadCatchIO-mtl
- MonadCatchIO-mtl-foreign
- MonadCatchIO-transformers
@@ -7098,7 +7362,6 @@ broken-packages:
- monzo
- moo
- moonshine
- - more-containers
- morfette
- morfeusz
- morley
@@ -7109,11 +7372,6 @@ broken-packages:
- morphisms-objects
- morte
- mosaico-lib
- - moto
- - moto-postgresql
- - motor
- - motor-diagrams
- - motor-reflection
- mount
- movie-monad
- mp
@@ -7124,6 +7382,7 @@ broken-packages:
- mpris
- mprover
- mps
+ - mptcp-pm
- mpvguihs
- mqtt
- mqtt-hs
@@ -7156,7 +7415,6 @@ broken-packages:
- multiaddr
- multiarg
- multibase
- - multifile
- multifocal
- multihash
- multihash-serialise
@@ -7168,7 +7426,6 @@ broken-packages:
- multirec-alt-deriver
- multirec-binary
- multisetrewrite
- - multistate
- multivariant
- Munkres-simple
- muon
@@ -7195,7 +7452,6 @@ broken-packages:
- mvc
- mvc-updates
- mvclient
- - mwc-random-accelerate
- mxnet
- mxnet-dataiter
- mxnet-examples
@@ -7230,10 +7486,11 @@ broken-packages:
- nanovg
- nanovg-simple
- nanq
- - naqsha
+ - NaperianNetCDF
- narc
- nat-sized-numbers
- nationstates
+ - nats-queue
- natural
- natural-number
- naver-translate
@@ -7256,13 +7513,14 @@ broken-packages:
- nested-sequence
- NestedFunctor
- nestedmap
+ - net-mqtt
- net-spider
+ - net-spider-cli
- net-spider-pangraph
- net-spider-rpl
- netclock
- netcore
- netease-fm
- - netlib-comfort-array
- netlines
- netrium
- NetSNMP
@@ -7275,6 +7533,9 @@ broken-packages:
- netwire-vinylglfw-examples
- network-address
- network-anonymous-i2p
+ - network-anonymous-tor
+ - network-api-support
+ - network-arbitrary
- network-builder
- network-bytestring
- network-connection
@@ -7287,17 +7548,17 @@ broken-packages:
- network-netpacket
- network-protocol-xmpp
- network-rpca
+ - network-run
- network-server
- network-service
- network-simple-sockaddr
- - network-simple-wss
- network-stream
- network-topic-models
- network-transport-amqp
- network-transport-inmemory
- network-transport-tcp
- network-transport-tests
- - network-transport-zeromq
+ - network-uri-json
- network-voicetext
- network-wai-router
- network-websocket
@@ -7322,18 +7583,17 @@ broken-packages:
- nice-html
- nicovideo-translator
- nikepub
- - nimber
- Ninjas
- nirum
- nitro
- - nix-eval
+ - niv
- nixfromnpm
- - nixpkgs-update
- nkjp
- nlp-scores
- nlp-scores-scripts
- nm
- NMap
+ - nn
- nntp
- no-role-annots
- noether
@@ -7347,16 +7607,14 @@ broken-packages:
- Nomyx-Web
- non-empty-zipper
- NonEmpty
- - nonempty-containers
+ - nonempty-lift
- NonEmptyList
- normalization-insensitive
- NoSlow
- not-gloss-examples
- notcpp
- - notifications-tray-icon
- notmuch-haskell
- notmuch-web
- - NoTrace
- np-linear
- nptools
- ntha
@@ -7374,17 +7632,14 @@ broken-packages:
- numeric-qq
- numeric-ranges
- numerical
- - numhask
- numhask-array
- numhask-hedgehog
- numhask-histogram
- numhask-prelude
- numhask-range
- - numhask-space
- numhask-test
- Nussinov78
- Nutri
- - nvim-hs-ghcid
- NXT
- NXTDSL
- nylas
@@ -7402,6 +7657,7 @@ broken-packages:
- objectid
- ObjectIO
- objective
+ - oblivious-transfer
- ocaml-export
- octane
- octohat
@@ -7420,7 +7676,6 @@ broken-packages:
- oidc-client
- ois-input-manager
- olwrapper
- - om-elm
- omaketex
- ombra
- Omega
@@ -7443,7 +7698,6 @@ broken-packages:
- OpenAFP
- OpenAFP-Utils
- openapi-petstore
- - opench-meteo
- OpenCL
- OpenCLRaw
- OpenCLWrappers
@@ -7454,6 +7708,7 @@ broken-packages:
- OpenSCAD
- opensoundcontrol-ht
- openssh-github-keys
+ - openssh-protocol
- opentheory-char
- opentok
- opentype
@@ -7462,6 +7717,8 @@ broken-packages:
- openweathermap
- Operads
- operational-extra
+ - opml-conduit
+ - opn
- optima
- optimal-blocks
- optimization
@@ -7505,6 +7762,7 @@ broken-packages:
- packed-dawg
- packed-multikey-map
- packedstring
+ - packer-messagepack
- packman
- packunused
- pacman-memcache
@@ -7514,18 +7772,23 @@ broken-packages:
- PageIO
- pagure-hook-receiver
- Paillier
+ - pairing
- pam
- panda
+ - pandoc-emphasize-code
- pandoc-include
- pandoc-include-code
- pandoc-japanese-filters
- pandoc-lens
+ - pandoc-markdown-ghci-filter
- pandoc-plantuml-diagrams
+ - pandoc-pyplot
- pandoc-unlit
- PandocAgda
- pang-a-lambda
- pangraph
- panpipe
+ - pantry-tmp
- papa-export
- papa-implement
- papa-include
@@ -7544,7 +7807,6 @@ broken-packages:
- parallel-tasks
- parameterized
- parameterized-utils
- - paramtree
- paranoia
- parco
- parco-attoparsec
@@ -7609,7 +7871,7 @@ broken-packages:
- pedestrian-dag
- peg
- peggy
- - pencil
+ - pell
- penny
- penny-bin
- penny-lib
@@ -7619,6 +7881,7 @@ broken-packages:
- peregrin
- perf
- perf-analysis
+ - perfect-vector-shuffle
- PerfectHash
- perfecthash
- perhaps
@@ -7642,10 +7905,8 @@ broken-packages:
- persistent-protobuf
- persistent-ratelimit
- persistent-refs
- - persistent-relational-record
- persistent-template-classy
- persistent-test
- - persistent-typed-db
- persistent-vector
- persistent-zookeeper
- persona
@@ -7655,7 +7916,6 @@ broken-packages:
- peyotls-codec
- pez
- pg-harness
- - pg-harness-server
- pg-recorder
- pg-store
- pg-transact
@@ -7681,16 +7941,17 @@ broken-packages:
- picoparsec
- picosat
- pictikz
- - pidfile
- pier
- pier-core
- piet
- pig
+ - pinboard-notes-backup
- pinchot
- ping
- pinpon
- Pipe
- pipe-enumerator
+ - piped
- pipes-async
- pipes-attoparsec-streaming
- pipes-bgzf
@@ -7710,7 +7971,6 @@ broken-packages:
- pipes-p2p
- pipes-p2p-examples
- pipes-protolude
- - pipes-random
- pipes-rt
- pipes-s3
- pipes-shell
@@ -7727,18 +7987,17 @@ broken-packages:
- pkcs10
- pkcs7
- pkggraph
+ - pkgtreediff
- plailude
- plan-applicative
- plan-b
- planar-graph
- - planb-token-introspection
- planet-mitchell
- planet-mitchell-test
- plankton
- plat
- platinum-parsing
- PlayingCards
- - plex
- plist-buddy
- plocketed
- plot
@@ -7748,7 +8007,6 @@ broken-packages:
- Plot-ho-matic
- plot-lab
- plot-light-examples
- - plots
- PlslTools
- plugins
- plugins-auto
@@ -7762,7 +8020,6 @@ broken-packages:
- pocket-dns
- point-octree
- pointfree-fancy
- - pointful
- pointless-lenses
- pointless-rewrite
- pokemon-go-protobuf-types
@@ -7773,13 +8030,12 @@ broken-packages:
- polh-lexicon
- polimorf
- Pollutocracy
- - poly
- poly-control
- polydata
- polydata-core
- polynomial
- - polysemy
- polysemy-plugin
+ - polysemy-RandomFu
- polysemy-zoo
- polyseq
- polysoup
@@ -7796,10 +8052,10 @@ broken-packages:
- poppler
- portager
- porte
- - porter
- PortFusion
- ports
- posix-acl
+ - posix-api
- posix-realtime
- posix-waitpid
- postcodes
@@ -7807,10 +8063,10 @@ broken-packages:
- postgres-tmp
- postgres-websockets
- postgresql-copy-escape
- - postgresql-lo-stream
- postgresql-named
- postgresql-query
- postgresql-simple-bind
+ - postgresql-simple-named
- postgresql-simple-queue
- postgresql-simple-sop
- postgresql-simple-typed
@@ -7820,6 +8076,7 @@ broken-packages:
- postgrest
- postgrest-ws
- postie
+ - postmark
- postmark-streams
- potato-tool
- potoki
@@ -7853,20 +8110,16 @@ broken-packages:
- presburger
- press
- presto-hdbc
- - pretty-ghci
- pretty-ncols
- pretty-relative-time
- prettyprinter-vty
- preview
- prim-array
- - prim-instances
- primes-type
- - primitive-addr
- primitive-atomic
+ - primitive-checked
- primitive-containers
- - primitive-extras
- primitive-indexed
- - primitive-maybe
- primitive-simd
- primitive-sort
- primitive-unlifted
@@ -7892,7 +8145,6 @@ broken-packages:
- procrastinating-variable
- procstat
- producer
- - product
- prof2dot
- prof2pretty
- progress
@@ -7904,6 +8156,7 @@ broken-packages:
- project-m36
- projectile
- prolog-graph
+ - prolog-graph-lib
- prometheus
- prometheus-effect
- promise
@@ -7930,7 +8183,6 @@ broken-packages:
- proxy-mapping
- psc-ide
- pseudo-trie
- - pthread
- PTQ
- ptr
- publicsuffixlistcreate
@@ -7965,6 +8217,7 @@ broken-packages:
- puzzle-draw
- puzzle-draw-cmdline
- pvd
+ - PyF
- pyffi
- pyfi
- python-pickle
@@ -8001,8 +8254,7 @@ broken-packages:
- quick-schema
- QuickAnnotate
- quickbooks
- - quickcheck-arbitrary-template
- - quickcheck-classes
+ - quickcheck-combinators
- quickcheck-poly
- quickcheck-property-comb
- quickcheck-property-monad
@@ -8012,8 +8264,8 @@ broken-packages:
- quickcheck-report
- quickcheck-state-machine
- quickcheck-state-machine-distributed
+ - quickcheck-string-random
- quickcheck-webdriver
- - quickcheck-with-counterexamples
- QuickCheckVariant
- QuickPlot
- quickpull
@@ -8034,11 +8286,11 @@ broken-packages:
- quoridor-hs
- qux
- R-pandoc
- - raaz
- rad
- radium
- radium-formula-parser
- radix
+ - radixtree
- rados-haskell
- raft
- rail-compiler-editor
@@ -8047,6 +8299,7 @@ broken-packages:
- raketka
- rakhana
- rakuten
+ - ralist
- rallod
- raml
- rand-vars
@@ -8056,18 +8309,15 @@ broken-packages:
- random-derive
- random-eff
- random-effin
- - random-fu-multivariate
- random-hypergeometric
- random-stream
- RandomDotOrg
- Range
- - range-set-list
- range-space
- rangemin
- rank1dynamic
- rank2classes
- Ranka
- - rapid
- rapid-term
- rasa
- rasa-example-config
@@ -8083,7 +8333,6 @@ broken-packages:
- rasa-ext-vim
- rascal
- Rasenschach
- - rating-chgk-info
- rattle
- rattletrap
- raven-haskell-scotty
@@ -8093,8 +8342,6 @@ broken-packages:
- razom-text-util
- rbr
- rc
- - rcu
- - rdf
- rdf4h
- rdioh
- react-flux
@@ -8115,7 +8362,6 @@ broken-packages:
- reactor
- read-io
- readline-statevar
- - readme-lhs
- readpyc
- readshp
- really-simple-xml-parser
@@ -8137,8 +8383,8 @@ broken-packages:
- reduce-equations
- reedsolomon
- reenact
- - ref
- Ref
+ - ref
- ref-fd
- ref-mtl
- refcount
@@ -8146,16 +8392,19 @@ broken-packages:
- refh
- refined
- reflection-extras
+ - reflex
- reflex-animation
- reflex-backend-wai
- reflex-basic-host
- - reflex-dom-core
- reflex-dom-svg
- reflex-gloss
- reflex-gloss-scene
- reflex-orphans
- reflex-sdl2
- reflex-transformers
+ - reflex-vty
+ - reform-happstack
+ - reform-hsp
- reformat
- refresht
- refurb
@@ -8192,9 +8441,9 @@ broken-packages:
- reified-records
- reify
- relacion
+ - relapse
- relation
- relational-postgresql8
- - relational-record-examples
- relative-date
- reload
- remark
@@ -8214,12 +8463,12 @@ broken-packages:
- repa-flow
- repa-linear-algebra
- repa-plugin
- - repa-scalar
- repa-series
- repa-stream
- repa-v4l2
- repl
- RepLib
+ - replica
- replicant
- ReplicateEffects
- repo-based-blog
@@ -8229,10 +8478,14 @@ broken-packages:
- reprinter
- reproject
- req-conduit
+ - req-oauth2
+ - req-url-extra
+ - reqcatcher
- request-monad
- require
- reserve
- reservoir
+ - resin
- resistor-cube
- resolve
- resolve-trivial-conflicts
@@ -8272,10 +8525,9 @@ broken-packages:
- rfc-psql
- rfc-redis
- rfc-servant
- - rhine
- - rhine-gloss
+ - rg
- rhythm-game-tutorial
- - ribosome
+ - rib
- RichConditional
- ridley
- ridley-extras
@@ -8294,6 +8546,7 @@ broken-packages:
- rl-satton
- Rlang-QQ
- rlglue
+ - RLP
- rlwe-challenges
- rmonad
- RMP
@@ -8303,14 +8556,12 @@ broken-packages:
- RNAFoldProgs
- RNAlien
- RNAwolf
- - rncryptor
- rng-utils
- rob
- robin
- robots-txt
- roc-cluster
- roc-cluster-demo
- - rocksdb-query
- roku-api
- rollbar-hs
- roller
@@ -8340,7 +8591,6 @@ broken-packages:
- rspp
- rss-conduit
- rss2irc
- - rtnetlink
- rtorrent-rpc
- rts-loader
- ruby-marshal
@@ -8348,6 +8598,7 @@ broken-packages:
- ruin
- ruler
- ruler-core
+ - run-st
- rungekutta
- runmany
- runtime-arbitrary
@@ -8363,12 +8614,7 @@ broken-packages:
- safe-json
- safe-lazy-io
- safe-length
- - safe-money
- - safe-money-aeson
- - safe-money-cereal
- - safe-money-serialise
- safe-money-store
- - safe-money-xmlbf
- safe-plugins
- safe-printf
- safecopy-store
@@ -8380,9 +8626,7 @@ broken-packages:
- saferoute
- sai-shape-syb
- sajson
- - salak
- salak-toml
- - salak-yaml
- Salsa
- saltine-quickcheck
- salvia
@@ -8410,14 +8654,15 @@ broken-packages:
- savage
- sax
- SBench
+ - sbv
- sbvPlugin
- sc2-lowlevel
- sc2-proto
- sc3-rdu
- scalable-server
- scaleimage
- - scalendar
- SCalendar
+ - scalendar
- scalp-webhooks
- scan-metadata
- scan-vector-machine
@@ -8425,14 +8670,13 @@ broken-packages:
- scenegraph
- schedevr
- schedule-planner
- - scheduler
- schedyield
- schematic
- scholdoc
- scholdoc-citeproc
- scholdoc-texmath
- scholdoc-types
- - SciBaseTypes
+ - scidb-hquery
- science-constants-dimensional
- SciFlow
- SciFlow-drmaa
@@ -8445,6 +8689,7 @@ broken-packages:
- scotty-binding-play
- scotty-blaze
- scotty-fay
+ - scotty-form
- scotty-format
- scotty-hastache
- scotty-resource
@@ -8465,6 +8710,7 @@ broken-packages:
- sde-solver
- sdl2-cairo-image
- sdl2-compositor
+ - sdl2-fps
- sdr
- seakale
- seakale-postgresql
@@ -8479,18 +8725,14 @@ broken-packages:
- secret-sharing
- secrm
- sednaDBXML
- - selda-json
- selectors
- SelectSequencesFromMSA
- selenium
- selenium-server
- - self-extract
- selinux
- Semantique
- semdoc
- semi-iso
- - semialign
- - semialign-indexed
- semibounded-lattices
- Semigroup
- semigroupoids-syntax
@@ -8498,7 +8740,6 @@ broken-packages:
- semilattices
- semiring
- semiring-num
- - semver-range
- sendgrid-haskell
- sendgrid-v3
- sensei
@@ -8528,16 +8769,18 @@ broken-packages:
- servant-auth-token-leveldb
- servant-auth-token-persistent
- servant-auth-token-rocksdb
+ - servant-checked-exceptions
+ - servant-cli
- servant-client-namedargs
- servant-csharp
- servant-db
- servant-db-postgresql
- servant-dhall
- servant-examples
+ - servant-exceptions
- servant-generate
- servant-generic
- servant-github
- - servant-github-webhook
- servant-haxl-client
- servant-hmac-auth
- servant-http-streams
@@ -8547,6 +8790,7 @@ broken-packages:
- servant-matrix-param
- servant-namedargs
- servant-nix
+ - servant-pandoc
- servant-pool
- servant-postgresql
- servant-proto-lens
@@ -8554,6 +8798,7 @@ broken-packages:
- servant-pushbullet-client
- servant-py
- servant-quickcheck
+ - servant-rawm
- servant-reason
- servant-reflex
- servant-router
@@ -8561,10 +8806,15 @@ broken-packages:
- servant-server-namedargs
- servant-smsc-ru
- servant-snap
+ - servant-static-th
+ - servant-streaming
- servant-streaming-client
- servant-streaming-docs
- servant-streaming-server
+ - servant-subscriber
+ - servant-swagger-tags
- servant-waargonaut
+ - servant-websockets
- servant-xml
- servant-zeppelin
- servant-zeppelin-client
@@ -8572,6 +8822,7 @@ broken-packages:
- servant-zeppelin-swagger
- server-generic
- serverless-haskell
+ - serversession-backend-redis
- serversession-frontend-snap
- serversession-frontend-yesod
- services
@@ -8581,7 +8832,6 @@ broken-packages:
- sessions
- sessiontypes
- sessiontypes-distributed
- - set-cover
- set-with
- setdown
- setgame
@@ -8596,6 +8846,7 @@ broken-packages:
- sfnt2woff
- SFont
- SG
+ - sgd
- SGdemo
- sgf
- SGplus
@@ -8635,13 +8886,13 @@ broken-packages:
- shorten-strings
- ShortestPathProblems
- showdown
- - shower
- shpider
- shuffle
- si-clock
- sibe
- sifflet
- sifflet-lib
+ - siggy-chardust
- sigma-ij
- sign
- signals
@@ -8649,7 +8900,6 @@ broken-packages:
- silvi
- simd
- simgi
- - simple
- simple-actors
- simple-affine-space
- simple-atom
@@ -8670,14 +8920,10 @@ broken-packages:
- simple-nix
- simple-pascal
- simple-pipe
- - simple-postgresql-orm
- simple-rope
- - simple-session
+ - simple-src-utils
- simple-tabular
- simple-tar
- - simple-templates
- - simple-ui
- - simple-units
- simple-vec3
- simple-zipper
- simpleargs
@@ -8689,7 +8935,6 @@ broken-packages:
- simplenote
- simpleprelude
- SimpleServer
- - simplest-sqlite
- simseq
- singleton-dict
- singleton-typelits
@@ -8716,17 +8961,17 @@ broken-packages:
- skylark-client
- skype4hs
- slack
+ - slate
- slave-thread
- slidemews
- Slides
- slim
- sloane
- - slope-field
- slot-lambda
- sloth
- slug
+ - small-bytearray-builder
- smallarray
- - smallcaps
- smallcheck-laws
- smallcheck-lens
- smallpt-hs
@@ -8755,12 +9000,12 @@ broken-packages:
- snake
- snake-game
- snap
+ - snap-accept
- snap-auth-cli
- snap-blaze-clay
- snap-configuration-utilities
- snap-error-collector
- snap-extras
- - snap-language
- snap-routes
- snap-stream
- snap-testing
@@ -8856,11 +9101,11 @@ broken-packages:
- sparrow
- sparse
- sparse-lin-alg
+ - sparse-tensor
- sparsebit
- sparsecheck
- sparser
- spata
- - spatial-rotations
- special-functors
- special-keys
- specialize-th
@@ -8880,6 +9125,7 @@ broken-packages:
- splay
- splaytree
- splines
+ - split-morphism
- splitter
- splot
- Spock
@@ -8922,8 +9168,31 @@ broken-packages:
- stable-marriage
- stable-memo
- stable-tree
+ - stack-bump
+ - stack-hpc-coveralls
+ - stack-lib
+ - stack-network
+ - stack-prism
+ - stack-run
+ - stack-run-auto
+ - stack-type
+ - stack2cabal
+ - stack2nix
+ - stackage
+ - stackage-build-plan
+ - stackage-cabal
+ - stackage-cli
+ - stackage-curator
+ - stackage-metadata
+ - stackage-query
+ - stackage-sandbox
+ - stackage-setup
+ - stackage-to-hackage
+ - stackage-types
+ - stackage-upload
+ - stackage2nix
+ - stacked-dag
- standalone-derive-topdown
- - standalone-haddock
- starling
- stash
- Stasis
@@ -8944,9 +9213,8 @@ broken-packages:
- statsd
- statsd-client
- statsdi
- - staversion
- stb-image-redux
- - stb-truetype
+ - stc-lang
- stdata
- stdf
- stdio
@@ -8955,16 +9223,16 @@ broken-packages:
- stemmer
- stemmer-german
- stepwise
+ - stern-brocot
- stgi
- - STL
- stm-chunked-queues
- stm-containers
- stm-firehose
- stm-hamt
- stm-io-hooks
- - stm-lifted
- stm-promise
- stm-stats
+ - stm-supply
- stmcontrol
- stochastic
- Stomp
@@ -8978,23 +9246,17 @@ broken-packages:
- StrappedTemplates
- stratum-tool
- stratux
- - stratux-http
- - stratux-types
+ - stratux-demo
- stratux-websockets
- stream
- stream-fusion
- stream-monad
- streamdeck
- streamed
- - streaming-benchmarks
- streaming-brotli
- streaming-cassava
- - streaming-concurrency
- streaming-conduit
- streaming-fft
- - streaming-lzma
- - streaming-osm
- - streaming-pcap
- streaming-png
- streaming-postgresql-simple
- streaming-process
@@ -9012,20 +9274,21 @@ broken-packages:
- stripe-haskell
- stripe-http-client
- stripe-http-streams
- - strongswan-sql
+ - stripe-tests
- structural-induction
- structural-traversal
- structured-mongoDB
- structures
- stt
- stunts
+ - stylist
- stylized
+ - suavemente
- sub-state
- subhask
- subleq-toolchain
- submark
- subsample
- - substring-parser
- subwordgraph
- successors
- suffix-array
@@ -9041,6 +9304,7 @@ broken-packages:
- sunroof-server
- super-user-spark
- superbubbles
+ - superbuffer
- supercollider-ht
- supercollider-midi
- superconstraints
@@ -9048,6 +9312,7 @@ broken-packages:
- supermonad
- supero
- supervisor
+ - supervisors
- supplemented
- surjective
- sv
@@ -9073,11 +9338,8 @@ broken-packages:
- sylvia
- sym
- sym-plot
- - symantic
- - symantic-cli
- - symantic-grammar
- symantic-http-test
- - symantic-lib
+ - symantic-xml
- symengine
- symengine-hs
- sync
@@ -9119,7 +9381,6 @@ broken-packages:
- Tablify
- tabloid
- tabs
- - taffybar
- tag-bits
- tag-stream
- tagged-exception-core
@@ -9129,9 +9390,9 @@ broken-packages:
- taglib-api
- tagsoup-ht
- tagsoup-megaparsec
+ - tagsoup-navigate
- tagsoup-parsec
- tagsoup-selection
- - tai
- tai64
- takahashi
- Takusen
@@ -9156,10 +9417,9 @@ broken-packages:
- tasty-jenkins-xml
- tasty-laws
- tasty-lens
- - tasty-quickcheck-laws
- tasty-stats
- tasty-tap
- - tasty-travis
+ - Taxonomy
- TaxonomyTools
- TBC
- TBit
@@ -9170,7 +9430,6 @@ broken-packages:
- tcp
- tcp-streams-openssl
- tdd-util
- - tdigest-Chart
- tds
- TeaHS
- teams
@@ -9198,12 +9457,10 @@ broken-packages:
- tensorflow-opgen
- tensorflow-ops
- tensorflow-proto
- - termbox-banana
- termbox-bindings
- terminal-punch
- terminal-text
- termination-combinators
- - termonad
- termplot
- terntup
- terrahs
@@ -9235,7 +9492,6 @@ broken-packages:
- text-containers
- text-generic-pretty
- text-icu-normalized
- - text-icu-translit
- text-lens
- text-locale-encoding
- text-markup
@@ -9243,11 +9499,12 @@ broken-packages:
- text-plus
- text-position
- text-register-machine
- - text-show-instances
+ - text-replace
- text-time
- text-utf8
- text-xml-qq
- text-zipper-monad
+ - text1
- textmatetags
- textocat-api
- textual
@@ -9269,19 +9526,16 @@ broken-packages:
- th-typegraph
- thank-you-stars
- theatre
- - themoviedb
- thentos-cookie-session
- Theora
- theoremquest
- theoremquest-client
- - these-lens
- these-skinny
- thih
- thimk
- Thingie
- thorn
- threadmanager
- - threads-supervisor
- threadscope
- threepenny-gui-contextmenu
- threepenny-gui-flexbox
@@ -9307,7 +9561,6 @@ broken-packages:
- time-http
- time-io-access
- time-machine
- - time-parsers
- time-quote
- time-recurrence
- time-series
@@ -9325,6 +9578,7 @@ broken-packages:
- timers-tick
- timeseries
- timespan
+ - timeutils
- timezone-unix
- tintin
- tiny-scheduler
@@ -9346,7 +9600,6 @@ broken-packages:
- to-string-class
- to-string-instances
- toboggan
- - todo
- todos
- tofromxml
- toilet
@@ -9357,7 +9610,7 @@ broken-packages:
- tokyotyrant-haskell
- tomato-rubato-openal
- toml
- - tomland
+ - tomlcheck
- too-many-cells
- toodles
- Top
@@ -9373,7 +9626,6 @@ broken-packages:
- toysolver
- tpar
- tpb
- - tpdb
- trace
- trace-call
- trace-function-call
@@ -9381,7 +9633,6 @@ broken-packages:
- tracetree
- tracing
- tracker
- - trackit
- traction
- tracy
- traildb
@@ -9404,6 +9655,8 @@ broken-packages:
- translate-cli
- trasa
- trasa-client
+ - trasa-extra
+ - trasa-form
- trasa-server
- trasa-th
- travis
@@ -9434,8 +9687,8 @@ broken-packages:
- TrieMap
- tries
- trigger
+ - trim
- trimpolya
- - triplesec
- tripLL
- trivia
- tropical
@@ -9448,6 +9701,7 @@ broken-packages:
- tsparse
- tsuntsun
- tsvsql
+ - tsweb
- ttask
- ttn-client
- tttool
@@ -9465,7 +9719,6 @@ broken-packages:
- twee
- tweet-hs
- twentefp-eventloop-graphics
- - twentefp-eventloop-trees
- twentefp-graphs
- twentefp-rosetree
- twentefp-trees
@@ -9479,8 +9732,11 @@ broken-packages:
- twill
- twine
- twitter
+ - twitter-conduit
- twitter-enumerator
- twitter-feed
+ - twitter-types
+ - twitter-types-lens
- tx
- txt
- txtblk
@@ -9526,6 +9782,7 @@ broken-packages:
- types-compat
- typesafe-precure
- typescript-docs
+ - typograffiti
- typography-geometry
- tyro
- u2f
@@ -9542,32 +9799,33 @@ broken-packages:
- unagi-bloomfilter
- unagi-streams
- unamb-custom
- - unbeliever
- unbound
- unbounded-delays-units
- unboxed-containers
- unbreak
+ - unfoldable
+ - unfoldable-restricted
- uni-graphs
- uni-uDrawGraph
- unicode-normalization
- unicode-show
- unicode-symbols
- uniform-io
+ - union
- union-map
+ - Unique
- uniqueid
- uniquely-represented-sets
- units-attoparsec
- unittyped
- unity-testresult-parser
- unitym-yesod
- - universe
- - universe-dependent-sum
- - universe-instances-extended
- universe-th
- universum
- unix-fcntl
- unix-handle
- unix-process-conduit
+ - unjson
- unm-hip
- unordered-containers-rematch
- unordered-graphs
@@ -9614,6 +9872,7 @@ broken-packages:
- usb-id-database
- usb-iteratee
- usb-safe
+ - userid
- users-mysql-haskell
- users-persistent
- utc
@@ -9623,6 +9882,7 @@ broken-packages:
- util-exception
- util-primitive
- util-primitive-control
+ - util-universe
- uu-cco
- uu-cco-examples
- uu-cco-hut-parsing
@@ -9630,20 +9890,20 @@ broken-packages:
- uuagc-bootstrap
- uuagc-diagrams
- uuid-aeson
+ - uuid-orphans
- uvector
- uvector-algorithms
- uxadt
- v4l2
- v4l2-examples
+ - vabal
- vacuum
- vacuum-cairo
- vacuum-graphviz
- vacuum-opengl
- vacuum-ubigraph
- - vado
- valid-names
- validate-input
- - validated-literals
- validated-types
- Validation
- validations
@@ -9654,7 +9914,6 @@ broken-packages:
- variable-precision
- variables
- variation
- - vault-tool
- vault-tool-server
- vault-trans
- vaultaire-common
@@ -9663,7 +9922,6 @@ broken-packages:
- vcf
- vcsgui
- vcswrapper
- - vec
- Vec-Boolean
- Vec-OpenGLRaw
- Vec-Transform
@@ -9674,12 +9932,12 @@ broken-packages:
- vector-clock
- vector-conduit
- vector-endian
- - vector-extras
- vector-functorlazy
- vector-heterogenous
- vector-instances-collections
- vector-random
- vector-read-instances
+ - vector-space-map
- vector-space-opengl
- vector-static
- vectortiles
@@ -9702,10 +9960,13 @@ broken-packages:
- views
- vigilance
- Villefort
- - vimeta
- vimus
- vintage-basic
+ - vinyl
+ - vinyl-generics
+ - vinyl-gl
- vinyl-json
+ - vinyl-named-sugar
- vinyl-operational
- vinyl-plus
- vinyl-utils
@@ -9732,11 +9993,11 @@ broken-packages:
- vty-ui
- vty-ui-extras
- vulkan
- - vulkan-api
- waargonaut
- wacom-daemon
- waddle
- wahsp
+ - wai-app-file-cgi
- wai-devel
- wai-git-http
- wai-graceful
@@ -9796,12 +10057,15 @@ broken-packages:
- web-css
- web-encodings
- web-fpco
+ - web-inv-route
- web-mongrel2
- web-output
- web-page
- web-push
+ - web-routes-happstack
- web-routes-quasi
- web-routes-regular
+ - web-routes-th
- web-routes-transformers
- web-routing
- web3
@@ -9810,22 +10074,24 @@ broken-packages:
- WebBits
- WebBits-Html
- WebBits-multiplate
+ - webby
- webcloud
- WebCont
- webcrank
- webcrank-dispatch
- webcrank-wai
+ - webdriver-angular
- webdriver-snoy
- webdriver-w3c
- WeberLogic
- webfinger-client
- webify
- webkit-javascriptcore
- - webkit2gtk3-javascriptcore
- Webrexp
- webserver
- webshow
- websockets-rpc
+ - websockets-simple
- webwire
- weighted
- weighted-regexp
@@ -9853,7 +10119,6 @@ broken-packages:
- Wired
- wires
- wiring
- - withdependencies
- wkt
- wkt-geom
- wl-pprint-ansiterm
@@ -9865,9 +10130,9 @@ broken-packages:
- wobsurv
- woffex
- wolf
+ - word
- word2vec-model
- WordAlignment
- - wordchoice
- wordify
- WordNet
- WordNet-ghc74
@@ -9892,7 +10157,6 @@ broken-packages:
- writer-cps-monads-tf
- writer-cps-morph
- ws
- - ws-chans
- wsdl
- wsedit
- wss-client
@@ -9937,9 +10201,12 @@ broken-packages:
- xkcd
- xleb
- xlsior
+ - xlsx
+ - xlsx-tabular
- xlsx-templater
- xml-catalog
- xml-conduit-decode
+ - xml-conduit-stylist
- xml-enumerator
- xml-enumerator-combinators
- xml-html-conduit-lens
@@ -9955,9 +10222,8 @@ broken-packages:
- xml-tydom-core
- xml2json
- xml2x
- - xmlbf-xmlhtml
+ - xmlbf-xeno
- XmlHtmlWriter
- - XMLParser
- xmltv
- XMMS
- xmms2-client
@@ -9992,10 +10258,7 @@ broken-packages:
- yahoo-web-search
- yajl
- yajl-enumerator
- - yam
- - yam-datasource
- yam-job
- - yam-redis
- yam-servant
- yam-transaction-odbc
- yam-web
@@ -10067,7 +10330,6 @@ broken-packages:
- yesod-mangopay
- yesod-paginate
- yesod-pagination
- - yesod-paginator
- yesod-paypal-rest
- yesod-platform
- yesod-pnotify
@@ -10086,10 +10348,12 @@ broken-packages:
- yesod-sass
- yesod-session-redis
- yesod-static-angular
+ - yesod-static-remote
- yesod-test-json
- yesod-tls
- yesod-vend
- yesod-worker
+ - yet-another-logger
- YFrob
- yggdrasil
- yhccore
@@ -10097,6 +10361,7 @@ broken-packages:
- yi-contrib
- yi-core
- yi-dynamic-configuration
+ - yi-emacs-colours
- yi-frontend-pango
- yi-frontend-vty
- yi-fuzzy-open
@@ -10104,6 +10369,7 @@ broken-packages:
- yi-keymap-cua
- yi-keymap-emacs
- yi-keymap-vim
+ - yi-language
- yi-misc-modes
- yi-mode-haskell
- yi-mode-javascript
@@ -10143,9 +10409,7 @@ broken-packages:
- zeromq3-haskell
- zeromq4-clone-pattern
- zeromq4-conduit
- - zeromq4-haskell == 0.7.*
- zeromq4-patterns
- - zeromq4-simple
- zeroth
- ZFS
- zifter
@@ -10172,10 +10436,9 @@ broken-packages:
- zoom-cache-pcm
- zoom-cache-sndfile
- zoom-refs
+ - Zora
- zre
- zsh-battery
- zsyntax
- - ztar
- zuramaru
- Zwaluw
- - zxcvbn-c
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 0d15cde3e6c..29483b56a7d 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -95,6 +95,7 @@ self: super: builtins.intersectAttrs super {
sfml-audio = appendConfigureFlag super.sfml-audio "--extra-include-dirs=${pkgs.openal}/include/AL";
cachix = enableSeparateBinOutput super.cachix;
+ ghcid = enableSeparateBinOutput super.ghcid;
hzk = overrideCabal super.hzk (drv: {
preConfigure = "sed -i -e /include-dirs/d hzk.cabal";
@@ -279,9 +280,7 @@ self: super: builtins.intersectAttrs super {
let dontCheckDarwin = if pkgs.stdenv.isDarwin
then dontCheck
else pkgs.lib.id;
- in dontCheckDarwin (super.llvm-hs.override {
- llvm-config = pkgs.llvm_6;
- });
+ in dontCheckDarwin (super.llvm-hs.override { llvm-config = pkgs.llvm_8; });
# Needs help finding LLVM.
spaceprobe = addBuildTool super.spaceprobe self.llvmPackages.llvm;
@@ -491,7 +490,11 @@ self: super: builtins.intersectAttrs super {
servant-streaming-server = dontCheck super.servant-streaming-server;
# https://github.com/haskell-servant/servant/pull/1128
- servant-client-core = appendPatch super.servant-client-core ./patches/servant-client-core-streamBody.patch;
+ servant-client-core = if (pkgs.lib.getVersion super.servant-client-core) == "0.15" then
+ appendPatch super.servant-client-core ./patches/servant-client-core-streamBody.patch
+ else
+ super.servant-client-core;
+
# tests run executable, relying on PATH
# without this, tests fail with "Couldn't launch intero process"
@@ -501,6 +504,12 @@ self: super: builtins.intersectAttrs super {
'';
});
+ # Break infinite recursion cycle between QuickCheck and splitmix.
+ splitmix = dontCheck super.splitmix;
+
+ # Break infinite recursion cycle between tasty and clock.
+ clock = dontCheck super.clock;
+
# loc and loc-test depend on each other for testing. Break that infinite cycle:
loc-test = super.loc-test.override { loc = dontCheck self.loc; };
@@ -522,10 +531,6 @@ self: super: builtins.intersectAttrs super {
librarySystemDepends = drv.librarySystemDepends or [] ++ [ pkgs.cyrus_sasl.dev ];
}));
- # Doctests hang only when compiling with nix.
- # https://github.com/cdepillabout/termonad/issues/15
- termonad = dontCheck super.termonad;
-
# Expects z3 to be on path so we replace it with a hard
sbv = overrideCabal super.sbv (drv: {
postPatch = ''
@@ -579,6 +584,8 @@ self: super: builtins.intersectAttrs super {
snap-server = dontCheck super.snap-server;
# Tests require internet
- dhall_1_24_0 = dontCheck super.dhall_1_24_0;
+ dhall_1_25_0 = dontCheck super.dhall_1_25_0;
+ http-download = dontCheck super.http-download;
+ pantry = dontCheck super.pantry;
}
diff --git a/pkgs/development/haskell-modules/generic-builder.nix b/pkgs/development/haskell-modules/generic-builder.nix
index b2d7d0eaf9c..87d3b5ae496 100644
--- a/pkgs/development/haskell-modules/generic-builder.nix
+++ b/pkgs/development/haskell-modules/generic-builder.nix
@@ -96,7 +96,7 @@ assert stdenv.hostPlatform.isWindows -> enableStaticLibraries == false;
let
inherit (stdenv.lib) optional optionals optionalString versionOlder versionAtLeast
- concatStringsSep enableFeature optionalAttrs toUpper;
+ concatStringsSep enableFeature optionalAttrs;
isGhcjs = ghc.isGhcjs or false;
isHaLVM = ghc.isHaLVM or false;
diff --git a/pkgs/development/haskell-modules/generic-stack-builder.nix b/pkgs/development/haskell-modules/generic-stack-builder.nix
index 184d45eda44..96774f71730 100644
--- a/pkgs/development/haskell-modules/generic-stack-builder.nix
+++ b/pkgs/development/haskell-modules/generic-stack-builder.nix
@@ -2,6 +2,7 @@
, cacert, stack, makeSetupHook, lib }@depArgs:
{ buildInputs ? []
+, nativeBuildInputs ? []
, extraArgs ? []
, LD_LIBRARY_PATH ? []
, ghc ? depArgs.ghc
@@ -22,7 +23,8 @@ in stdenv.mkDerivation (args // {
buildInputs = buildInputs
++ lib.optional (stdenv.hostPlatform.libc == "glibc") glibcLocales;
- nativeBuildInputs = [ ghc pkgconfig stack stackHook ];
+ nativeBuildInputs = nativeBuildInputs
+ ++ [ ghc pkgconfig stack stackHook ];
STACK_PLATFORM_VARIANT = "nix";
STACK_IN_NIX_SHELL = 1;
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 94cd5c4783f..68925186925 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -524,20 +524,6 @@ self: {
}) {};
"ALUT" = callPackage
- ({ mkDerivation, base, freealut, OpenAL, StateVar, transformers }:
- mkDerivation {
- pname = "ALUT";
- version = "2.4.0.2";
- sha256 = "11sb715z6rkmwf9n7l9q32g81qiv2ld8a9z42dfxiwgmh2ilsdmq";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base OpenAL StateVar transformers ];
- librarySystemDepends = [ freealut ];
- description = "A binding for the OpenAL Utility Toolkit";
- license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) freealut;};
-
- "ALUT_2_4_0_3" = callPackage
({ mkDerivation, base, freealut, OpenAL, StateVar, transformers }:
mkDerivation {
pname = "ALUT";
@@ -549,7 +535,6 @@ self: {
librarySystemDepends = [ freealut ];
description = "A binding for the OpenAL Utility Toolkit";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) freealut;};
"AMI" = callPackage
@@ -651,8 +636,8 @@ self: {
}:
mkDerivation {
pname = "AbortT-transformers";
- version = "1.0.1.2";
- sha256 = "1skqp7zmh7vzrfhfnc6mn125xmqz2p0c8pmaccxynga9623dmsb2";
+ version = "1.0.1.3";
+ sha256 = "14bv2bmd6fi1kf0id3ah7gfabbqzbpahws6zy11ji6h3j29pwk8y";
libraryHaskellDepends = [ base transformers ];
testHaskellDepends = [
base HUnit QuickCheck test-framework test-framework-hunit
@@ -933,31 +918,6 @@ self: {
}) {};
"Allure" = callPackage
- ({ mkDerivation, async, base, containers, enummapset, filepath
- , LambdaHack, optparse-applicative, random, template-haskell, text
- , transformers, zlib
- }:
- mkDerivation {
- pname = "Allure";
- version = "0.8.3.0";
- sha256 = "1yzqiidc8qbjlpgs2d3jkikzggyd7ajq7i7l1dgwqv6sh4r030vb";
- isLibrary = false;
- isExecutable = true;
- enableSeparateDataOutput = true;
- executableHaskellDepends = [
- async base containers enummapset filepath LambdaHack
- optparse-applicative random template-haskell text transformers zlib
- ];
- testHaskellDepends = [
- base containers enummapset filepath LambdaHack optparse-applicative
- random template-haskell text transformers zlib
- ];
- description = "Near-future Sci-Fi roguelike and tactical squad game";
- license = "unknown";
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
- "Allure_0_9_5_0" = callPackage
({ mkDerivation, async, base, enummapset, filepath, ghc-compact
, LambdaHack, optparse-applicative, primitive, random
, template-haskell, text, transformers
@@ -983,6 +943,7 @@ self: {
description = "Near-future Sci-Fi roguelike and tactical squad combat game";
license = stdenv.lib.licenses.agpl3Plus;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"AndroidViewHierarchyImporter" = callPackage
@@ -1119,20 +1080,21 @@ self: {
}) {};
"AspectAG" = callPackage
- ({ mkDerivation, base, containers, HList, mtl, template-haskell }:
+ ({ mkDerivation, base, containers, ghc-prim, mtl, tagged
+ , template-haskell, th-strict-compat
+ }:
mkDerivation {
pname = "AspectAG";
- version = "0.3.6.1";
- sha256 = "01pglvf38v5ii2w03kdlgngxbb3ih0j5bsilv5qwc9vrh2iwirhf";
- revision = "1";
- editedCabalFile = "0w0098491vypmvhpy23bzs2vdbym4qfllxymysc1j4gjx8q81dnm";
+ version = "0.5.0.0";
+ sha256 = "039k40swscsg21b4k4a3q95migvkflcp7sgx2a8gpzanrkx3ckz2";
+ revision = "2";
+ editedCabalFile = "1afrgn3hhkfrb3khfnbj7x9p4dh8j682zjhp5lc7s7syr8zp8pxy";
libraryHaskellDepends = [
- base containers HList mtl template-haskell
+ base containers ghc-prim mtl tagged template-haskell
+ th-strict-compat
];
- description = "Attribute Grammars in the form of an EDSL";
- license = "LGPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ description = "Strongly typed Attribute Grammars implemented using type-level programming";
+ license = stdenv.lib.licenses.gpl3;
}) {};
"AttoBencode" = callPackage
@@ -1539,19 +1501,22 @@ self: {
}) {};
"BiobaseBlast" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, binary, BiobaseTypes
- , BiobaseXNA, bytestring, cereal, containers, deepseq, directory
- , filepath, PrimitiveArray, split, tasty, tasty-quickcheck
- , tasty-silver, tasty-th, text, vector, vector-th-unbox
+ ({ mkDerivation, aeson, attoparsec, base, binary, BiobaseENA
+ , BiobaseTypes, BiobaseXNA, bytestring, cereal, containers, deepseq
+ , directory, file-embed, filepath, lens, log-domain, mtl
+ , PrimitiveArray, SciBaseTypes, split, tasty, tasty-quickcheck
+ , tasty-silver, tasty-th, text, unordered-containers, vector
+ , vector-th-unbox
}:
mkDerivation {
pname = "BiobaseBlast";
- version = "0.2.1.0";
- sha256 = "1vrdnb8mjl6r02b37w3r25pf6kxn97w7zya148qpnlfgc2ffa23a";
+ version = "0.3.0.0";
+ sha256 = "1p6ammx4fw5a9bvw503g46smmw5rx4rrpvlf8lmw7c73aczm9ga1";
libraryHaskellDepends = [
- aeson attoparsec base binary BiobaseTypes BiobaseXNA bytestring
- cereal containers deepseq directory PrimitiveArray vector
- vector-th-unbox
+ aeson attoparsec base binary BiobaseENA BiobaseTypes BiobaseXNA
+ bytestring cereal containers deepseq directory file-embed lens
+ log-domain mtl PrimitiveArray SciBaseTypes text
+ unordered-containers vector vector-th-unbox
];
testHaskellDepends = [
base bytestring containers filepath split tasty tasty-quickcheck
@@ -1576,6 +1541,28 @@ self: {
broken = true;
}) {};
+ "BiobaseENA" = callPackage
+ ({ mkDerivation, base, BiobaseTypes, bytestring, containers
+ , directory, file-embed, lens, megaparsec, mtl, QuickCheck, tasty
+ , tasty-quickcheck, tasty-th, text, vector, vector-th-unbox
+ }:
+ mkDerivation {
+ pname = "BiobaseENA";
+ version = "0.0.0.1";
+ sha256 = "0wkfaxrv4s34amjjl02q0si5nvs18f74z9dxp5r024fd42g3fdka";
+ libraryHaskellDepends = [
+ base BiobaseTypes bytestring containers directory file-embed lens
+ megaparsec mtl text vector vector-th-unbox
+ ];
+ testHaskellDepends = [
+ base BiobaseTypes bytestring containers directory file-embed lens
+ megaparsec mtl QuickCheck tasty tasty-quickcheck tasty-th text
+ vector vector-th-unbox
+ ];
+ description = "European Nucleotide Archive data";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"BiobaseEnsembl" = callPackage
({ mkDerivation, aeson, attoparsec, base, binary, bytestring
, cereal, containers, deepseq, directory, either-unwrap, text
@@ -1613,29 +1600,27 @@ self: {
}) {};
"BiobaseFasta" = callPackage
- ({ mkDerivation, base, BiobaseTypes, bytestring, filepath, lens
- , QuickCheck, resourcet, streaming, streaming-bytestring
+ ({ mkDerivation, base, BiobaseTypes, bytestring, DPutils, filepath
+ , lens, QuickCheck, resourcet, streaming, streaming-bytestring
, string-conversions, tasty, tasty-golden, tasty-hunit
, tasty-quickcheck, tasty-silver, tasty-th, text
}:
mkDerivation {
pname = "BiobaseFasta";
- version = "0.3.0.0";
- sha256 = "0ka04dfgqv031k17dwnxkrq77r7xzmmbj8byrdrqr7r0z0ad0ns1";
+ version = "0.3.0.1";
+ sha256 = "11vwvqln5jv4k97miyjgqs3yckm8fhyclclhfxq473i4g22amjyh";
libraryHaskellDepends = [
- base BiobaseTypes bytestring lens resourcet streaming
+ base BiobaseTypes bytestring DPutils lens resourcet streaming
streaming-bytestring string-conversions
];
testHaskellDepends = [
- base BiobaseTypes bytestring filepath lens QuickCheck resourcet
- streaming streaming-bytestring string-conversions tasty
+ base BiobaseTypes bytestring DPutils filepath lens QuickCheck
+ resourcet streaming streaming-bytestring string-conversions tasty
tasty-golden tasty-hunit tasty-quickcheck tasty-silver tasty-th
text
];
description = "streaming FASTA parser";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"BiobaseHTTP" = callPackage
@@ -1806,28 +1791,31 @@ self: {
, bytestring, cereal, cereal-text, cereal-vector, containers
, data-default, deepseq, ForestStructures, hashable, intern, lens
, mtl, primitive, PrimitiveArray, QuickCheck, SciBaseTypes
- , string-conversions, tasty, tasty-quickcheck, tasty-th, text
- , text-binary, utf8-string, vector, vector-binary-instances
+ , streaming, string-conversions, tasty, tasty-quickcheck, tasty-th
+ , text, text-binary, utf8-string, vector, vector-binary-instances
, vector-th-unbox
}:
mkDerivation {
pname = "BiobaseTypes";
- version = "0.2.0.0";
- sha256 = "16irdkcrih8b1mnjmnzq1bz2hbn02ayzhsmx97fqvy9py21mvrgv";
+ version = "0.2.0.1";
+ sha256 = "1ygyq169dcz1bswppljkskvqamvvs61n8fwyyplyf4348i1v938i";
libraryHaskellDepends = [
aeson attoparsec base bimaps binary bytestring cereal cereal-text
cereal-vector containers data-default deepseq ForestStructures
hashable intern lens mtl primitive PrimitiveArray QuickCheck
- SciBaseTypes string-conversions text text-binary utf8-string vector
- vector-binary-instances vector-th-unbox
+ SciBaseTypes streaming string-conversions text text-binary
+ utf8-string vector vector-binary-instances vector-th-unbox
];
testHaskellDepends = [
- base bytestring lens QuickCheck tasty tasty-quickcheck tasty-th
+ aeson attoparsec base bimaps binary bytestring cereal cereal-text
+ cereal-vector containers data-default deepseq ForestStructures
+ hashable intern lens mtl primitive PrimitiveArray QuickCheck
+ SciBaseTypes streaming string-conversions tasty tasty-quickcheck
+ tasty-th text text-binary utf8-string vector
+ vector-binary-instances vector-th-unbox
];
description = "Collection of types for bioinformatics";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"BiobaseVienna" = callPackage
@@ -1849,34 +1837,43 @@ self: {
"BiobaseXNA" = callPackage
({ mkDerivation, aeson, attoparsec, base, bimaps, binary
- , BiobaseTypes, bytes, bytestring, cereal, cereal-vector, cmdargs
- , containers, csv, deepseq, file-embed, ForestStructures, hashable
- , lens, mtl, primitive, PrimitiveArray, QuickCheck, split, tasty
- , tasty-quickcheck, tasty-th, text, tuple, vector
- , vector-binary-instances, vector-th-unbox
+ , BiobaseENA, BiobaseTypes, bytes, bytestring, cereal
+ , cereal-vector, cmdargs, containers, csv, data-default, deepseq
+ , file-embed, ForestStructures, hashable, lens, mtl, primitive
+ , PrimitiveArray, QuickCheck, split, tasty, tasty-quickcheck
+ , tasty-th, text, tuple, vector, vector-binary-instances
+ , vector-th-unbox
}:
mkDerivation {
pname = "BiobaseXNA";
- version = "0.10.0.0";
- sha256 = "0ah8qzr3wv4x1khh970isbrdn2fabsa7f9v92wif7ls798hw5abz";
+ version = "0.11.0.0";
+ sha256 = "1yrq14mv5bbw6drlpk2cf6incdg2wqw3i0zgdd0vpfmxbwr3wjl4";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- aeson attoparsec base bimaps binary BiobaseTypes bytes bytestring
- cereal cereal-vector containers csv deepseq file-embed
- ForestStructures hashable lens mtl primitive PrimitiveArray
- QuickCheck split text tuple vector vector-binary-instances
- vector-th-unbox
+ aeson attoparsec base bimaps binary BiobaseENA BiobaseTypes bytes
+ bytestring cereal cereal-vector containers csv data-default deepseq
+ file-embed ForestStructures hashable lens mtl primitive
+ PrimitiveArray QuickCheck split text tuple vector
+ vector-binary-instances vector-th-unbox
+ ];
+ executableHaskellDepends = [
+ aeson attoparsec base bimaps binary BiobaseENA BiobaseTypes bytes
+ bytestring cereal cereal-vector cmdargs containers csv data-default
+ deepseq file-embed ForestStructures hashable lens mtl primitive
+ PrimitiveArray QuickCheck split text tuple vector
+ vector-binary-instances vector-th-unbox
];
- executableHaskellDepends = [ base cmdargs ];
testHaskellDepends = [
- base QuickCheck tasty tasty-quickcheck tasty-th vector
+ aeson attoparsec base bimaps binary BiobaseENA BiobaseTypes bytes
+ bytestring cereal cereal-vector containers csv data-default deepseq
+ file-embed ForestStructures hashable lens mtl primitive
+ PrimitiveArray QuickCheck split tasty tasty-quickcheck tasty-th
+ text tuple vector vector-binary-instances vector-th-unbox
];
description = "Efficient RNA/DNA/Protein Primary/Secondary Structure";
- license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ license = stdenv.lib.licenses.bsd3;
}) {};
"BirdPP" = callPackage
@@ -1942,17 +1939,17 @@ self: {
}) {};
"BlastHTTP" = callPackage
- ({ mkDerivation, base, BiobaseBlast, biocore, biofasta, blastxml
- , bytestring, conduit, either-unwrap, HTTP, http-conduit, hxt, mtl
- , network, transformers
+ ({ mkDerivation, base, BiobaseBlast, BiobaseFasta, bytestring
+ , conduit, either-unwrap, HTTP, http-conduit, hxt, mtl, network
+ , transformers, zip-archive
}:
mkDerivation {
pname = "BlastHTTP";
- version = "1.3.0";
- sha256 = "1hlb6mmhcb7ijpd3xbsq2piw817k9pk09w4lgq1cgfgs1r6f3vdh";
+ version = "1.4.0";
+ sha256 = "0gvgwjsqrbk42vmbsh47d8fiwbwhdbsk5mlqj99pfmqi8fddwdm3";
libraryHaskellDepends = [
- base BiobaseBlast biocore biofasta blastxml bytestring conduit
- either-unwrap HTTP http-conduit hxt mtl network transformers
+ base BiobaseBlast BiobaseFasta bytestring conduit either-unwrap
+ HTTP http-conduit hxt mtl network transformers zip-archive
];
description = "Libary to interface with the NCBI blast REST interface";
license = stdenv.lib.licenses.gpl3;
@@ -2635,8 +2632,8 @@ self: {
pname = "Cabal";
version = "2.4.1.0";
sha256 = "151mrrd9sskghvlwmj32da5gafwqj6sv9xz9fmp84b7vm4nr0skk";
- revision = "1";
- editedCabalFile = "1dvs2i0kfk8rji9wbrv7y0iydbif9jzg4c7rmaa6lxg8hp7mij2n";
+ revision = "2";
+ editedCabalFile = "04kg5xh8yabmp1ymk32gw2r66l76338rsglq8i4j2913bhq23vwa";
setupHaskellDepends = [ mtl parsec ];
libraryHaskellDepends = [
array base binary bytestring containers deepseq directory filepath
@@ -2654,6 +2651,35 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "Cabal_3_0_0_0" = callPackage
+ ({ mkDerivation, array, base, base-compat, base-orphans, binary
+ , bytestring, containers, deepseq, Diff, directory, filepath
+ , integer-logarithms, mtl, optparse-applicative, parsec, pretty
+ , process, QuickCheck, stm, tagged, tar, tasty, tasty-golden
+ , tasty-hunit, tasty-quickcheck, temporary, text, time
+ , transformers, tree-diff, unix
+ }:
+ mkDerivation {
+ pname = "Cabal";
+ version = "3.0.0.0";
+ sha256 = "11yjd0cmqngi1yr7v0dr55n59rq78kk6121sr44abha0swkfqhsi";
+ setupHaskellDepends = [ mtl parsec ];
+ libraryHaskellDepends = [
+ array base binary bytestring containers deepseq directory filepath
+ mtl parsec pretty process text time transformers unix
+ ];
+ testHaskellDepends = [
+ array base base-compat base-orphans binary bytestring containers
+ deepseq Diff directory filepath integer-logarithms
+ optparse-applicative pretty process QuickCheck stm tagged tar tasty
+ tasty-golden tasty-hunit tasty-quickcheck temporary text tree-diff
+ ];
+ doCheck = false;
+ description = "A framework for packaging Haskell software";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"Cabal-ide-backend" = callPackage
({ mkDerivation, array, base, binary, bytestring, Cabal, containers
, deepseq, directory, extensible-exceptions, filepath, HUnit
@@ -2846,8 +2872,6 @@ self: {
];
description = "A library for generating 2D Charts and Plots";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Chart-cairo" = callPackage
@@ -2864,8 +2888,6 @@ self: {
];
description = "Cairo backend for Charts";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Chart-diagrams" = callPackage
@@ -2887,8 +2909,6 @@ self: {
];
description = "Diagrams backend for Charts";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Chart-gtk" = callPackage
@@ -2905,8 +2925,6 @@ self: {
];
description = "Utility functions for using the chart library with GTK";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Chart-simple" = callPackage
@@ -2933,8 +2951,8 @@ self: {
}:
mkDerivation {
pname = "ChasingBottoms";
- version = "1.3.1.5";
- sha256 = "0hfk2cb9da5fvr96x8lzij93yl3rvax2id9a8gihd5j5aq4kxx30";
+ version = "1.3.1.6";
+ sha256 = "17lw2mdzrn2f4w0byfdkyd7h7pcnjzv3n3giapcjg6bza5xjqfbd";
libraryHaskellDepends = [
base containers mtl QuickCheck random syb
];
@@ -4147,6 +4165,8 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "A package for adding index column to data files";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"DataTreeView" = callPackage
@@ -4168,6 +4188,19 @@ self: {
broken = true;
}) {};
+ "DataVersion" = callPackage
+ ({ mkDerivation, base, generic-lens, hspec, microlens, QuickCheck
+ }:
+ mkDerivation {
+ pname = "DataVersion";
+ version = "0.1.0.0";
+ sha256 = "13cw7rzp510spn5ncxdqyzz66d9dnyq7s650zmpmjx2cg456zw9x";
+ libraryHaskellDepends = [ base generic-lens microlens ];
+ testHaskellDepends = [ base hspec QuickCheck ];
+ description = "Type safe data migrations";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"Deadpan-DDP" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, bytestring
, containers, doctest, filemanip, hashable, haskeline, lens, mtl
@@ -4513,14 +4546,12 @@ self: {
({ mkDerivation, base, containers, MonadRandom }:
mkDerivation {
pname = "Dist";
- version = "0.4.1.0";
- sha256 = "1fmln09jai679lwpxngx8dn0yr2g5dsccvjhacl69s3hy76czd0b";
+ version = "0.5.0";
+ sha256 = "1x4yg2hhccx7mpa1fch609ibcqz2b1vmg5fiik4qimq5yw9j7g99";
libraryHaskellDepends = [ base containers MonadRandom ];
testHaskellDepends = [ base containers MonadRandom ];
description = "A Haskell library for probability distributions";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"DistanceTransform" = callPackage
@@ -4875,8 +4906,6 @@ self: {
];
description = "Auto Korean conjugator/adjustor/adopter/converter";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Earley" = callPackage
@@ -5790,6 +5819,8 @@ self: {
];
description = "Finite totally-ordered sets";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Finance-Quote-Yahoo" = callPackage
@@ -6186,6 +6217,8 @@ self: {
benchmarkHaskellDepends = [ base criterion pipes transformers ];
description = "Data frames For working with tabular data files";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Frames-beam" = callPackage
@@ -6505,23 +6538,6 @@ self: {
}) {inherit (pkgs) libGL; inherit (pkgs) libGLU;};
"GLUT" = callPackage
- ({ mkDerivation, array, base, containers, OpenGL, StateVar
- , transformers
- }:
- mkDerivation {
- pname = "GLUT";
- version = "2.7.0.14";
- sha256 = "01i162fly4q1751fp60lgkzlb8kr0qqbvmxj74zc6skb19qggy2w";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- array base containers OpenGL StateVar transformers
- ];
- description = "A binding for the OpenGL Utility Toolkit";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "GLUT_2_7_0_15" = callPackage
({ mkDerivation, array, base, containers, OpenGL, StateVar
, transformers
}:
@@ -6536,7 +6552,6 @@ self: {
];
description = "A binding for the OpenGL Utility Toolkit";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"GLUtil" = callPackage
@@ -6632,8 +6647,8 @@ self: {
({ mkDerivation, async, base, containers, GLFW-b, GPipe, stm }:
mkDerivation {
pname = "GPipe-GLFW";
- version = "1.4.1.1";
- sha256 = "1sr4dxc9bkfijaxvs7s94x5yfg14pb1r49fycwmzqkcycgz87n8q";
+ version = "1.4.1.2";
+ sha256 = "0i63pxz6bvzixjgi1hbipxhrg7nykd37zii555qhss2m7x4pydak";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ async base containers GLFW-b GPipe stm ];
description = "GLFW OpenGL context creation for GPipe";
@@ -7027,28 +7042,6 @@ self: {
}) {};
"Glob" = callPackage
- ({ mkDerivation, base, containers, directory, dlist, filepath
- , HUnit, QuickCheck, test-framework, test-framework-hunit
- , test-framework-quickcheck2, transformers, transformers-compat
- }:
- mkDerivation {
- pname = "Glob";
- version = "0.9.3";
- sha256 = "1s69lk3ic6zlkikhvb78ly9wl3g70a1h1m6ndhsca01pp8z8axrs";
- libraryHaskellDepends = [
- base containers directory dlist filepath transformers
- transformers-compat
- ];
- testHaskellDepends = [
- base containers directory dlist filepath HUnit QuickCheck
- test-framework test-framework-hunit test-framework-quickcheck2
- transformers transformers-compat
- ];
- description = "Globbing library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "Glob_0_10_0" = callPackage
({ mkDerivation, base, containers, directory, dlist, filepath
, HUnit, QuickCheck, test-framework, test-framework-hunit
, test-framework-quickcheck2, transformers, transformers-compat
@@ -7070,7 +7063,6 @@ self: {
];
description = "Globbing library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"GlomeTrace" = callPackage
@@ -7865,6 +7857,24 @@ self: {
broken = true;
}) {inherit (pkgs) mpfr;};
+ "HExcel" = callPackage
+ ({ mkDerivation, base, microlens, microlens-th, time, transformers
+ , xlsxwriter, zlib
+ }:
+ mkDerivation {
+ pname = "HExcel";
+ version = "0.1.0.0";
+ sha256 = "1g761qaqijwsnwinhbk44m967myz7iz8qfz60vhh9fljv89afifg";
+ libraryHaskellDepends = [
+ base microlens microlens-th time transformers
+ ];
+ librarySystemDepends = [ xlsxwriter zlib ];
+ description = "Create Excel files with Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {xlsxwriter = null; inherit (pkgs) zlib;};
+
"HFitUI" = callPackage
({ mkDerivation, base, blaze-html, blaze-markup, MissingH, mtl
, process, random, shakespeare, template-haskell, text, uuid
@@ -9145,10 +9155,8 @@ self: {
}:
mkDerivation {
pname = "HTTP";
- version = "4000.3.13";
- sha256 = "0xb66msgr6d4vxr80a7wvwb0fwh20xfimdwakkg7x7qk4bdx6657";
- revision = "1";
- editedCabalFile = "07wn0skwbmms9g5lyzaaal6cbjffvisampv85r934cqh7kl9wkzh";
+ version = "4000.3.14";
+ sha256 = "0yv8mbjicpl7l2017c4dhm49117lblgwpy1llv368wci1vrxf0m6";
libraryHaskellDepends = [
array base bytestring mtl network network-uri parsec time
];
@@ -9478,6 +9486,8 @@ self: {
pname = "HaXml";
version = "1.25.5";
sha256 = "0d8jbiv53r3ndg76r3937idqdg34nhmb99vj087i73hjnv21mifb";
+ revision = "1";
+ editedCabalFile = "1xnni9hdvi87incm1pcx0b7jv410maww99acdfkx1cwhlb6k91ag";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -9669,8 +9679,6 @@ self: {
testHaskellDepends = [ base hspec QuickCheck ];
description = "A library for arbitrary precision decimal numbers";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"HasCacBDD" = callPackage
@@ -9679,8 +9687,8 @@ self: {
}:
mkDerivation {
pname = "HasCacBDD";
- version = "0.1.0.1";
- sha256 = "0mvhhwgz2k46d2adrrs5bhc4x2yx3zr5fwi2nnxzrjhm1ki9b8zb";
+ version = "0.1.0.2";
+ sha256 = "1yilx2pl0j4bw3c83kzc1y9wmg67r88gpahbwykff1jjr2xnrsp0";
setupHaskellDepends = [ base Cabal directory ];
libraryHaskellDepends = [ base process QuickCheck ];
librarySystemDepends = [ CacBDD ];
@@ -9812,12 +9820,16 @@ self: {
pname = "HaskellNet";
version = "0.5.1";
sha256 = "0f581izyh6bdk85i0g07xdp3fdzdfdfjiqpnl89r17vgswdd6i9j";
+ revision = "1";
+ editedCabalFile = "12p3v58jhr54yzsmqgza3rbrp19w2iq5m43g568hcx20n7zwzwjk";
libraryHaskellDepends = [
array base base64-string bytestring cryptohash mime-mail mtl
network old-time pretty text
];
description = "Client support for POP3, SMTP, and IMAP";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"HaskellNet-SSL" = callPackage
@@ -9834,6 +9846,8 @@ self: {
];
description = "Helpers to connect to SSL/TLS mail servers with HaskellNet";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"HaskellTorrent" = callPackage
@@ -10599,6 +10613,8 @@ self: {
pname = "HsYAML-aeson";
version = "0.1.0.0";
sha256 = "1hf1gwa89ghd4aaim6g8dx9wppp6d1y0w1xiddm1r8lpfidca1nw";
+ revision = "1";
+ editedCabalFile = "1kf35mnvc2syly35c2ffl8xxcw4h6lxv9kqirzj2in1ms19df41y";
libraryHaskellDepends = [
aeson base bytestring HsYAML mtl text vector
];
@@ -10727,6 +10743,20 @@ self: {
broken = true;
}) {};
+ "I1M" = callPackage
+ ({ mkDerivation, array, base, QuickCheck, tasty, tasty-hunit
+ , tasty-quickcheck
+ }:
+ mkDerivation {
+ pname = "I1M";
+ version = "0.0.2";
+ sha256 = "0f9pl46m05izxhychf7j8pd9rfx8bqw13735xvq602iyszng8pa4";
+ libraryHaskellDepends = [ array base QuickCheck ];
+ testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ];
+ description = "Code for the Haskell course taught at the University of Seville";
+ license = stdenv.lib.licenses.gpl2;
+ }) {};
+
"IDynamic" = callPackage
({ mkDerivation, base, containers, directory }:
mkDerivation {
@@ -11106,8 +11136,6 @@ self: {
libraryHaskellDepends = [ base parsec ];
description = "Parse JSON";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"JSONb" = callPackage
@@ -11295,10 +11323,8 @@ self: {
}:
mkDerivation {
pname = "JuicyPixels";
- version = "3.3.3";
- sha256 = "1i5k81nfgibbmf5f70iicbh8rqbng61r926wcf9hwy2aa2vba11c";
- revision = "2";
- editedCabalFile = "1vvbvvkpm4vlh0v8d8irzipd5yg1rrd5xdfcm2yibn1h0iqpzdi4";
+ version = "3.3.3.1";
+ sha256 = "1zwp78zk4ybaqg57njhww67x3bb75h1i3rdliz40q4p4050gn6mf";
libraryHaskellDepends = [
base binary bytestring containers deepseq mtl primitive
transformers vector zlib
@@ -11328,6 +11354,8 @@ self: {
];
description = "BLP format decoder/encoder over JuicyPixels library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"JuicyPixels-canvas" = callPackage
@@ -11752,8 +11780,8 @@ self: {
({ mkDerivation, base, containers }:
mkDerivation {
pname = "LParse";
- version = "0.3.0.0";
- sha256 = "0nl76ycq608p2wm61pqn64wmq5aqmnwc9p8k4mvx8zwqw06jqlmm";
+ version = "0.3.1.0";
+ sha256 = "1fw5s0688d5x2i2qarac2r96pj13b2fhla0212fzwlsgpbmg7g8z";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [ base ];
description = "A continuation-based parser library";
@@ -11834,48 +11862,6 @@ self: {
}) {};
"LambdaHack" = callPackage
- ({ mkDerivation, assert-failure, async, base, base-compat, binary
- , bytestring, containers, deepseq, directory, enummapset, filepath
- , ghc-prim, hashable, hsini, keys, miniutter, optparse-applicative
- , pretty-show, random, sdl2, sdl2-ttf, stm, template-haskell, text
- , time, transformers, unordered-containers, vector
- , vector-binary-instances, zlib
- }:
- mkDerivation {
- pname = "LambdaHack";
- version = "0.8.3.0";
- sha256 = "0v07c8v7l8yg111fysl735scsbsl9l6q3vzigy7rv05sjfl276ss";
- isLibrary = true;
- isExecutable = true;
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- assert-failure async base base-compat binary bytestring containers
- deepseq directory enummapset filepath ghc-prim hashable hsini keys
- miniutter optparse-applicative pretty-show random sdl2 sdl2-ttf stm
- text time transformers unordered-containers vector
- vector-binary-instances zlib
- ];
- executableHaskellDepends = [
- assert-failure async base base-compat binary bytestring containers
- deepseq directory enummapset filepath ghc-prim hashable hsini keys
- miniutter optparse-applicative pretty-show random stm
- template-haskell text time transformers unordered-containers vector
- vector-binary-instances zlib
- ];
- testHaskellDepends = [
- assert-failure async base base-compat binary bytestring containers
- deepseq directory enummapset filepath ghc-prim hashable hsini keys
- miniutter optparse-applicative pretty-show random stm
- template-haskell text time transformers unordered-containers vector
- vector-binary-instances zlib
- ];
- description = "A game engine library for tactical squad ASCII roguelike dungeon crawlers";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "LambdaHack_0_9_5_0" = callPackage
({ mkDerivation, assert-failure, async, base, base-compat, binary
, bytestring, containers, deepseq, directory, enummapset, filepath
, ghc-compact, ghc-prim, hashable, hsini, keys, miniutter
@@ -12707,24 +12693,20 @@ self: {
}) {};
"Map" = callPackage
- ({ mkDerivation, base, containers, either-both, filtrable, map
+ ({ mkDerivation, base, containers, either-both, filtrable
, smallcheck, tasty, tasty-smallcheck, util
}:
mkDerivation {
pname = "Map";
- version = "0.0.0.0";
- sha256 = "1w79zzlzh3ivrqznvcrg5kgaizzs838y7hd52nvxn5v7lax5y3wz";
+ version = "0.0.2.0";
+ sha256 = "1imnnd5plp3dqpfrpviwgabd0c47fxfxvh10gyxvssmslxi1k27p";
libraryHaskellDepends = [
base containers either-both filtrable util
];
- testHaskellDepends = [
- base map smallcheck tasty tasty-smallcheck
- ];
+ testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
description = "Class of key-value maps";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {map = null;};
+ }) {};
"Mapping" = callPackage
({ mkDerivation, base }:
@@ -13308,17 +13290,17 @@ self: {
}) {};
"Monadoro" = callPackage
- ({ mkDerivation, ansi-terminal, base, process, time }:
+ ({ mkDerivation, ansi-terminal, base, doctest, time }:
mkDerivation {
pname = "Monadoro";
- version = "0.1.2.0";
- sha256 = "1bqaiarr5gv42xl8fww67iryyh1mscwdkgcahdc988y19ag8a4j9";
+ version = "0.2.1.5";
+ sha256 = "1k4f7ks0cbyqz2g6y5kdzrlbx2j3xz7mrvj79k2m3lbhs4hcik6l";
isLibrary = true;
isExecutable = true;
- libraryHaskellDepends = [ ansi-terminal base process time ];
- executableHaskellDepends = [ ansi-terminal base process time ];
- testHaskellDepends = [ ansi-terminal base process time ];
- description = "A minimalistic CLI Pomodoro timer, based on a library of the same purpose";
+ libraryHaskellDepends = [ ansi-terminal base time ];
+ executableHaskellDepends = [ ansi-terminal base time ];
+ testHaskellDepends = [ ansi-terminal base doctest time ];
+ description = "A minimalistic CLI Pomodoro timer";
license = stdenv.lib.licenses.mit;
}) {};
@@ -13732,6 +13714,8 @@ self: {
executableHaskellDepends = [ base hnetcdf Naperian split ];
description = "Instances of NcStore for hypercuboids";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"NaturalLanguageAlphabets" = callPackage
@@ -13963,8 +13947,6 @@ self: {
testHaskellDepends = [ base ];
description = "Remove all the functions come from Debug.Trace after debugging";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"Noise" = callPackage
@@ -14505,24 +14487,6 @@ self: {
}) {};
"OpenAL" = callPackage
- ({ mkDerivation, base, ObjectName, openal, OpenGL, StateVar
- , transformers
- }:
- mkDerivation {
- pname = "OpenAL";
- version = "1.7.0.4";
- sha256 = "067in6qb2i0xwy6bnkxfhzbn7gq88cf03p8421al6y23zv2gd29r";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base ObjectName OpenGL StateVar transformers
- ];
- librarySystemDepends = [ openal ];
- description = "A binding to the OpenAL cross-platform 3D audio API";
- license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) openal;};
-
- "OpenAL_1_7_0_5" = callPackage
({ mkDerivation, base, ObjectName, openal, OpenGL, StateVar
, transformers
}:
@@ -14538,7 +14502,6 @@ self: {
librarySystemDepends = [ openal ];
description = "A binding to the OpenAL cross-platform 3D audio API";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) openal;};
"OpenCL" = callPackage
@@ -14617,22 +14580,6 @@ self: {
}) {};
"OpenGLRaw" = callPackage
- ({ mkDerivation, base, bytestring, containers, fixed, half, libGL
- , text, transformers
- }:
- mkDerivation {
- pname = "OpenGLRaw";
- version = "3.3.2.0";
- sha256 = "1qy41qpqmksvgy7j73b46ksvm00mh6amgy9n9wkal4czkaj26kpj";
- libraryHaskellDepends = [
- base bytestring containers fixed half text transformers
- ];
- librarySystemDepends = [ libGL ];
- description = "A raw binding for the OpenGL graphics system";
- license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) libGL;};
-
- "OpenGLRaw_3_3_3_0" = callPackage
({ mkDerivation, base, bytestring, containers, fixed, half, libGL
, text, transformers
}:
@@ -14646,7 +14593,6 @@ self: {
librarySystemDepends = [ libGL ];
description = "A raw binding for the OpenGL graphics system";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) libGL;};
"OpenGLRaw21" = callPackage
@@ -14777,15 +14723,15 @@ self: {
}:
mkDerivation {
pname = "OrderedBits";
- version = "0.0.1.2";
- sha256 = "1xax6wldwqlgidpbp35wzskxaqj0k2c5y248qmafl8jqvbg5z18l";
+ version = "0.0.2.0";
+ sha256 = "1kfb7z5xbzgn1aj8kpij4ry5i4v3v5h55pp3g6qzvgayn25xqc05";
libraryHaskellDepends = [
base bits primitive vector vector-algorithms
];
testHaskellDepends = [
base QuickCheck tasty tasty-quickcheck tasty-th vector
];
- benchmarkHaskellDepends = [ base criterion vector ];
+ benchmarkHaskellDepends = [ base criterion ];
description = "Efficient ordered (by popcount) enumeration of bits";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -15328,12 +15274,15 @@ self: {
}:
mkDerivation {
pname = "Persistence";
- version = "1.1.4.2";
- sha256 = "0lvzzcmsmpmsj63ysf3ad6a2v14cf61daz767fxkcf7b7cl50cjp";
+ version = "2.0.3";
+ sha256 = "19zzggnzdfdvvp0svixpdrnxpjn5h4wgpi01vkjydczq4630aiaa";
libraryHaskellDepends = [
base containers maximal-cliques parallel vector
];
- description = "Quickly detect clusters and holes in data";
+ testHaskellDepends = [
+ base containers maximal-cliques parallel vector
+ ];
+ description = "A versatile library for topological data analysis";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -15558,8 +15507,8 @@ self: {
}:
mkDerivation {
pname = "PrimitiveArray";
- version = "0.9.1.0";
- sha256 = "1kz3jvq4bc7hap7633a87nbgp9gi081qnnhmld26j8rj7wdzkrbp";
+ version = "0.9.1.1";
+ sha256 = "0q6i5754ysay2c4xs7m6hz69l35qd7irzxinmga431nvmbnqa21y";
libraryHaskellDepends = [
aeson base binary bits cereal cereal-vector containers deepseq
DPutils hashable lens log-domain mtl OrderedBits primitive
@@ -15784,25 +15733,28 @@ self: {
}) {};
"PyF" = callPackage
- ({ mkDerivation, base, containers, deepseq, directory, filepath
- , hashable, haskell-src-exts, haskell-src-meta, hspec, HUnit
- , megaparsec, process, python3, template-haskell, temporary, text
+ ({ mkDerivation, base, bytestring, containers, deepseq, directory
+ , filepath, hashable, haskell-src-exts, haskell-src-meta, hspec
+ , HUnit, megaparsec, process, python3, template-haskell, temporary
+ , text
}:
mkDerivation {
pname = "PyF";
- version = "0.7.3.0";
- sha256 = "17asilwlq7c8kj5jk0gm0pkfr2m65pgdspgx8hl0hwlp1wsg74yl";
+ version = "0.8.0.0";
+ sha256 = "0np08pyx5kd1wbnrxbzcbp6zryvh38iy2mbz1xbb6ldfmn98r78p";
libraryHaskellDepends = [
base containers haskell-src-exts haskell-src-meta megaparsec
template-haskell text
];
testHaskellDepends = [
- base deepseq directory filepath hashable hspec HUnit process
- template-haskell temporary text
+ base bytestring deepseq directory filepath hashable hspec HUnit
+ process template-haskell temporary text
];
testToolDepends = [ python3 ];
description = "Quasiquotations for a python like interpolated string formater";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) python3;};
"QIO" = callPackage
@@ -15926,34 +15878,13 @@ self: {
}) {};
"QuickCheck" = callPackage
- ({ mkDerivation, base, containers, deepseq, erf, process, random
- , template-haskell, tf-random, transformers
- }:
- mkDerivation {
- pname = "QuickCheck";
- version = "2.12.6.1";
- sha256 = "0w51zbbvh46g3wllqfmx251xzbnddy94ixgm6rf8gd95qvssfahb";
- revision = "3";
- editedCabalFile = "1cxsn5y6mnzqp681fcghjiqk47bq8mnkvcfc5c8c7yvl258lz5yf";
- libraryHaskellDepends = [
- base containers deepseq erf random template-haskell tf-random
- transformers
- ];
- testHaskellDepends = [ base deepseq process ];
- description = "Automatic testing of Haskell programs";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "QuickCheck_2_13_1" = callPackage
({ mkDerivation, base, containers, deepseq, process, random
, splitmix, template-haskell, transformers
}:
mkDerivation {
pname = "QuickCheck";
- version = "2.13.1";
- sha256 = "1inri6n4rr7v7wrmajikcqmbjh77lvf9m4fw2ib6szdgwyb3lim6";
- revision = "2";
- editedCabalFile = "061d4nf7n75rri0mzz5k50d8v5ja4a6w43fmm990z07vgxm5rj5n";
+ version = "2.13.2";
+ sha256 = "0426j43af8v3qmdjjqxivazsvr3a2brac8yw09vpgpjkb2m0nmkv";
libraryHaskellDepends = [
base containers deepseq random splitmix template-haskell
transformers
@@ -15961,7 +15892,6 @@ self: {
testHaskellDepends = [ base deepseq process ];
description = "Automatic testing of Haskell programs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"QuickCheck-GenT" = callPackage
@@ -16148,6 +16078,8 @@ self: {
testHaskellDepends = [ base binary bytestring hspec ];
description = "RLP serialization as defined in Ethereum Yellow Paper";
license = stdenv.lib.licenses.lgpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"RMP" = callPackage
@@ -16266,32 +16198,32 @@ self: {
}) {};
"RNAlien" = callPackage
- ({ mkDerivation, aeson, base, biocore, biofasta, BlastHTTP
- , blastxml, bytestring, cassava, ClustalParser, cmdargs, containers
- , directory, edit-distance, either-unwrap, EntrezHTTP, filepath
- , hierarchical-clustering, HTTP, http-conduit, http-types, hxt
- , matrix, network, parsec, process, pureMD5, random, split
- , Taxonomy, text, text-metrics, time, transformers, vector
- , ViennaRNAParser
+ ({ mkDerivation, aeson, base, BiobaseBlast, BiobaseFasta
+ , BiobaseHTTP, BiobaseTypes, BlastHTTP, bytestring, cassava
+ , ClustalParser, cmdargs, containers, directory, edit-distance
+ , either-unwrap, filepath, hierarchical-clustering, HTTP
+ , http-conduit, http-types, hxt, matrix, network, parsec, process
+ , pureMD5, random, split, Taxonomy, text, text-metrics, time
+ , transformers, vector, ViennaRNAParser
}:
mkDerivation {
pname = "RNAlien";
- version = "1.3.7";
- sha256 = "19a8hb92jvklnfw38xpzdxvh7d9jyrak2nhmxrl9bkgfha4jfm6y";
+ version = "1.6.0";
+ sha256 = "0pp9rim4k1gbc2dscqygi90c2721xc6q1fl2sqkfpafz30m022pq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson base biocore biofasta BlastHTTP blastxml bytestring cassava
- ClustalParser cmdargs containers directory edit-distance
- either-unwrap EntrezHTTP filepath hierarchical-clustering HTTP
- http-conduit http-types hxt matrix network parsec process pureMD5
- random Taxonomy text text-metrics transformers vector
- ViennaRNAParser
+ aeson base BiobaseBlast BiobaseFasta BiobaseHTTP BiobaseTypes
+ BlastHTTP bytestring cassava ClustalParser cmdargs containers
+ directory edit-distance either-unwrap filepath
+ hierarchical-clustering HTTP http-conduit http-types hxt matrix
+ network parsec process pureMD5 random Taxonomy text text-metrics
+ transformers vector ViennaRNAParser
];
executableHaskellDepends = [
- base biocore biofasta bytestring cassava cmdargs containers
- directory either-unwrap filepath process random split text time
- vector ViennaRNAParser
+ base BiobaseFasta BiobaseTypes bytestring cassava cmdargs
+ containers directory either-unwrap filepath process random split
+ text time vector ViennaRNAParser
];
description = "Unsupervized construction of RNA family models";
license = stdenv.lib.licenses.gpl3;
@@ -16342,16 +16274,37 @@ self: {
}) {};
"RSolve" = callPackage
- ({ mkDerivation, base, containers }:
+ ({ mkDerivation, base, containers, lens, mtl }:
mkDerivation {
pname = "RSolve";
- version = "0.1.0.1";
- sha256 = "1qqcn87hmya2cl8d4b312y4j4s099czsw5qgqcwh1gc261ppkxvm";
- libraryHaskellDepends = [ base containers ];
- description = "A general solver for equations";
+ version = "2.0.0.0";
+ sha256 = "0rcbdxn9n2fimqxmprcfgq5c48y69wfjy5ny3acr5ln8ppcinmq8";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base containers lens mtl ];
+ executableHaskellDepends = [ base containers lens mtl ];
+ testHaskellDepends = [ base containers lens mtl ];
license = stdenv.lib.licenses.mit;
}) {};
+ "RabbitMQ" = callPackage
+ ({ mkDerivation, array, base, binary, bytestring, clock, containers
+ , HsOpenSSL, io-streams, monad-control, network, network-uri
+ , openssl-streams, split, stm, text, vector
+ }:
+ mkDerivation {
+ pname = "RabbitMQ";
+ version = "0.1.0.0";
+ sha256 = "14rxwsxxqhj91alcnvvp6949ig0ifnls9x2mgnd1jmknqz7pwvrs";
+ libraryHaskellDepends = [
+ array base binary bytestring clock containers HsOpenSSL io-streams
+ monad-control network network-uri openssl-streams split stm text
+ vector
+ ];
+ description = "AMQP 0-9-1 client library for RabbitMQ servers";
+ license = "BSD-3-Clause AND GPL-3.0-or-later";
+ }) {};
+
"Raincat" = callPackage
({ mkDerivation, base, containers, extensible-exceptions, GLUT, mtl
, OpenGL, random, sdl2, sdl2-image, sdl2-mixer, time
@@ -16739,6 +16692,24 @@ self: {
broken = true;
}) {};
+ "S3" = callPackage
+ ({ mkDerivation, base, base-encoding, bytestring, cryptohash-md5
+ , cryptohash-sha1, cryptohash-sha256, deepseq, hashable
+ , http-io-streams, io-streams, Prelude, text, text-short, time, X
+ }:
+ mkDerivation {
+ pname = "S3";
+ version = "0.1.0.0";
+ sha256 = "0z59h36qnb1vvshqik3f1ai3a3frnmzzxdcmkbbh3x6flnih7r0a";
+ libraryHaskellDepends = [
+ base base-encoding bytestring cryptohash-md5 cryptohash-sha1
+ cryptohash-sha256 deepseq hashable http-io-streams io-streams
+ Prelude text text-short time X
+ ];
+ description = "Library for accessing S3 compatible storage services";
+ license = stdenv.lib.licenses.gpl3Plus;
+ }) {};
+
"SBench" = callPackage
({ mkDerivation, base, bytestring, cassava, criterion, deepseq
, directory, filepath, gnuplot, hp2any-core, parsec, process
@@ -17088,13 +17059,11 @@ self: {
({ mkDerivation, attoparsec, base, bytestring, cereal, text }:
mkDerivation {
pname = "STL";
- version = "0.3.0.4";
- sha256 = "0nms0gbyjzgb6ldhqgzfbpn150dv0ig40df1fgkqmhl0mbg4r2r9";
+ version = "0.3.0.6";
+ sha256 = "18bz9qxsl7lq3j18ilczi175j3djwlpckzj5a65l4dj7d1sw1c35";
libraryHaskellDepends = [ attoparsec base bytestring cereal text ];
description = "STL 3D geometry format parsing and pretty-printing";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"STLinkUSB" = callPackage
@@ -17140,15 +17109,17 @@ self: {
}) {};
"STMonadTrans" = callPackage
- ({ mkDerivation, array, base, Cabal, mtl }:
+ ({ mkDerivation, array, base, mtl, tasty, tasty-hunit
+ , tasty-quickcheck, transformers
+ }:
mkDerivation {
pname = "STMonadTrans";
- version = "0.4.3";
- sha256 = "1nr26fnmi5fdjc6d00w13kjhmfyvb5b837d0006w4dj0yxndaksp";
- revision = "1";
- editedCabalFile = "09kqrv9a4yhsdpix49h9qjw0j2fhxrgkjnfrnyxg1nspmqrvl50m";
+ version = "0.4.4";
+ sha256 = "00vih8xi5jf4jc4h6i9jwxb29w40gx8lakcg3fc1900b0r02ms0s";
libraryHaskellDepends = [ array base mtl ];
- testHaskellDepends = [ array base Cabal mtl ];
+ testHaskellDepends = [
+ base tasty tasty-hunit tasty-quickcheck transformers
+ ];
description = "A monad transformer version of the ST monad";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -17343,8 +17314,6 @@ self: {
];
description = "Base types and classes for statistics, sciences and humanities";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"SciFlow" = callPackage
@@ -17547,27 +17516,28 @@ self: {
}) {};
"ShellCheck" = callPackage
- ({ mkDerivation, aeson, base, bytestring, Cabal, containers
- , directory, mtl, parsec, process, QuickCheck, regex-tdfa
+ ({ mkDerivation, aeson, array, base, bytestring, Cabal, containers
+ , deepseq, Diff, directory, filepath, mtl, parsec, process
+ , QuickCheck, regex-tdfa
}:
mkDerivation {
pname = "ShellCheck";
- version = "0.6.0";
- sha256 = "1xkxrn1j5qvh2pxm0cnjpqqqsvwr7xy8pk31cwbh8r879nrrzrzn";
+ version = "0.7.0";
+ sha256 = "1vx895cp5k5h0680xfwj74lk97m9y627n965x6srds0gfnbkzy9s";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal process ];
libraryHaskellDepends = [
- aeson base bytestring containers directory mtl parsec process
- QuickCheck regex-tdfa
+ aeson array base bytestring containers deepseq Diff directory
+ filepath mtl parsec process QuickCheck regex-tdfa
];
executableHaskellDepends = [
- aeson base bytestring containers directory mtl parsec QuickCheck
- regex-tdfa
+ aeson array base bytestring containers deepseq Diff directory
+ filepath mtl parsec QuickCheck regex-tdfa
];
testHaskellDepends = [
- aeson base bytestring containers directory mtl parsec QuickCheck
- regex-tdfa
+ aeson array base bytestring containers deepseq Diff directory
+ filepath mtl parsec QuickCheck regex-tdfa
];
description = "Shell script analysis tool";
license = stdenv.lib.licenses.gpl3;
@@ -18314,17 +18284,6 @@ self: {
}) {};
"StateVar" = callPackage
- ({ mkDerivation, base, stm, transformers }:
- mkDerivation {
- pname = "StateVar";
- version = "1.1.1.1";
- sha256 = "08r2iw0gdmfs4f6wraaq19vfmkjdbics3dbhw39y7mdjd98kcr7b";
- libraryHaskellDepends = [ base stm transformers ];
- description = "State variables";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "StateVar_1_2" = callPackage
({ mkDerivation, base, stm, transformers }:
mkDerivation {
pname = "StateVar";
@@ -18333,7 +18292,6 @@ self: {
libraryHaskellDepends = [ base stm transformers ];
description = "State variables";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"StateVar-transformer" = callPackage
@@ -18873,6 +18831,8 @@ self: {
];
description = "Libary for parsing, processing and vizualization of taxonomy data";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"TaxonomyTools" = callPackage
@@ -18903,12 +18863,17 @@ self: {
}:
mkDerivation {
pname = "TeX-my-math";
- version = "0.201.1.1";
- sha256 = "064ram3i1a59ypd8i3wnp7x9vbkc8zawby52676y4pfkqvddnhnm";
+ version = "0.201.2.0";
+ sha256 = "1dg06lqh2x9smq6hbcn2gyh2qll9z7v4gbd1ipvf2isdwxc201vk";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
base decimal-literals dumb-cas hashable haskell-src-meta HaTeX
template-haskell text unordered-containers vector-space void
];
+ executableHaskellDepends = [
+ base directory filepath HaTeX process text
+ ];
testHaskellDepends = [
base directory dumb-cas filepath haskell-src-meta HaTeX process
template-haskell text
@@ -19543,6 +19508,8 @@ self: {
];
description = "It provides the functionality like unix \"uniq\" utility";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Unixutils" = callPackage
@@ -20153,6 +20120,19 @@ self: {
}) {};
"Win32" = callPackage
+ ({ mkDerivation }:
+ mkDerivation {
+ pname = "Win32";
+ version = "2.6.1.0";
+ sha256 = "1qwwznnnqnr6zqvjzwr35bkvzrvjf7v90j4qkhinzs8p0yx4b97b";
+ revision = "1";
+ editedCabalFile = "1ia6dk2fvxg3gzqdmcypdka6fcnnrza23hq1rhslj53jy3qzs3kn";
+ description = "A binding to part of the Win32 library";
+ license = stdenv.lib.licenses.bsd3;
+ platforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "Win32_2_8_3_0" = callPackage
({ mkDerivation }:
mkDerivation {
pname = "Win32";
@@ -20442,6 +20422,19 @@ self: {
broken = true;
}) {};
+ "X" = callPackage
+ ({ mkDerivation, base, bytestring, deepseq, text, text-short }:
+ mkDerivation {
+ pname = "X";
+ version = "0.3.0.0";
+ sha256 = "0grjiznl8j44mq3m0jkhm9z7wcr4cywrnfmk92nk3g6ddhcyakkc";
+ libraryHaskellDepends = [
+ base bytestring deepseq text text-short
+ ];
+ description = "A light-weight XML library";
+ license = "BSD-3-Clause AND GPL-3.0-or-later";
+ }) {};
+
"X11" = callPackage
({ mkDerivation, base, data-default, libX11, libXext, libXinerama
, libXrandr, libXrender, libXScrnSaver
@@ -20591,8 +20584,6 @@ self: {
libraryHaskellDepends = [ base parsec ];
description = "A library to parse xml";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"XMMS" = callPackage
@@ -20994,6 +20985,8 @@ self: {
testHaskellDepends = [ base containers random tasty tasty-hunit ];
description = "Graphing library wrapper + assorted useful functions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"Zwaluw" = callPackage
@@ -21588,8 +21581,6 @@ self: {
];
description = "Accelerate backend component generating LLVM IR";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"accelerate-llvm-native" = callPackage
@@ -22675,8 +22666,8 @@ self: {
}:
mkDerivation {
pname = "adblock2privoxy";
- version = "2.0.0";
- sha256 = "0wd6zavym2afw7ba2h6i5snwp5gyq64q81gwwlw7y0kslv3xkaw9";
+ version = "2.0.1";
+ sha256 = "048l78mf3ccb7l0p1zg1wsvqmvpsaqwgik29xm333y7fjlcm0kq6";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -22877,26 +22868,6 @@ self: {
}) {};
"aern2-mp" = callPackage
- ({ mkDerivation, base, convertible, hspec, integer-logarithms, lens
- , mixed-types-num, QuickCheck, regex-tdfa, rounded
- , template-haskell
- }:
- mkDerivation {
- pname = "aern2-mp";
- version = "0.1.3.1";
- sha256 = "1gyicxsdqzdbhs9bss5cfjqx859iksr7z1ilsfm9077jdf2032vm";
- libraryHaskellDepends = [
- base convertible hspec integer-logarithms lens mixed-types-num
- QuickCheck regex-tdfa rounded template-haskell
- ];
- testHaskellDepends = [ base hspec QuickCheck ];
- description = "Multi-precision ball (interval) arithmetic";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "aern2-mp_0_1_4" = callPackage
({ mkDerivation, base, convertible, hspec, integer-logarithms, lens
, mixed-types-num, QuickCheck, regex-tdfa, rounded
, template-haskell
@@ -22970,57 +22941,24 @@ self: {
}) {};
"aeson" = callPackage
- ({ mkDerivation, attoparsec, base, base-compat, base-orphans
- , base16-bytestring, bytestring, containers, deepseq, directory
- , dlist, filepath, generic-deriving, ghc-prim, hashable
- , hashable-time, integer-logarithms, primitive, QuickCheck
- , quickcheck-instances, scientific, tagged, tasty, tasty-hunit
- , tasty-quickcheck, template-haskell, text, th-abstraction, time
- , time-locale-compat, unordered-containers, uuid-types, vector
- }:
- mkDerivation {
- pname = "aeson";
- version = "1.4.2.0";
- sha256 = "1l4b675nxddim3v30kd7zr3vmrs7i1m81rh8h9bfbm9k9a0p3kkm";
- revision = "1";
- editedCabalFile = "067y82gq86740j2zj4y6v7z9b5860ncg2g9lfnrpsnb9jqm7arl1";
- libraryHaskellDepends = [
- attoparsec base base-compat bytestring containers deepseq dlist
- ghc-prim hashable primitive scientific tagged template-haskell text
- th-abstraction time time-locale-compat unordered-containers
- uuid-types vector
- ];
- testHaskellDepends = [
- attoparsec base base-compat base-orphans base16-bytestring
- bytestring containers directory dlist filepath generic-deriving
- ghc-prim hashable hashable-time integer-logarithms QuickCheck
- quickcheck-instances scientific tagged tasty tasty-hunit
- tasty-quickcheck template-haskell text time time-locale-compat
- unordered-containers uuid-types vector
- ];
- description = "Fast JSON parsing and encoding";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "aeson_1_4_3_0" = callPackage
({ mkDerivation, attoparsec, base, base-compat, base-orphans
, base16-bytestring, bytestring, containers, deepseq, Diff
, directory, dlist, filepath, generic-deriving, ghc-prim, hashable
, hashable-time, integer-logarithms, primitive, QuickCheck
, quickcheck-instances, scientific, tagged, tasty, tasty-golden
, tasty-hunit, tasty-quickcheck, template-haskell, text
- , th-abstraction, time, time-locale-compat, unordered-containers
+ , th-abstraction, time, time-compat, unordered-containers
, uuid-types, vector
}:
mkDerivation {
pname = "aeson";
- version = "1.4.3.0";
- sha256 = "068caag4pfn9cmmdksv5yxblzffs0nws8vvhzk54pk99nh7sqr35";
+ version = "1.4.4.0";
+ sha256 = "0bjdgr6wjq6cci5hxb63i18yrg66p892n6xj23rih7k5rbd7rihp";
libraryHaskellDepends = [
attoparsec base base-compat bytestring containers deepseq dlist
ghc-prim hashable primitive scientific tagged template-haskell text
- th-abstraction time time-locale-compat unordered-containers
- uuid-types vector
+ th-abstraction time time-compat unordered-containers uuid-types
+ vector
];
testHaskellDepends = [
attoparsec base base-compat base-orphans base16-bytestring
@@ -23028,11 +22966,10 @@ self: {
generic-deriving ghc-prim hashable hashable-time integer-logarithms
QuickCheck quickcheck-instances scientific tagged tasty
tasty-golden tasty-hunit tasty-quickcheck template-haskell text
- time time-locale-compat unordered-containers uuid-types vector
+ time time-compat unordered-containers uuid-types vector
];
description = "Fast JSON parsing and encoding";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"aeson-applicative" = callPackage
@@ -23095,22 +23032,6 @@ self: {
}) {};
"aeson-casing" = callPackage
- ({ mkDerivation, aeson, base, tasty, tasty-hunit, tasty-quickcheck
- , tasty-th
- }:
- mkDerivation {
- pname = "aeson-casing";
- version = "0.1.1.0";
- sha256 = "14qx1aqrf25bdasrwibprl116ixxfr0s4fc62fa6pdj64a7jc480";
- libraryHaskellDepends = [ aeson base ];
- testHaskellDepends = [
- aeson base tasty tasty-hunit tasty-quickcheck tasty-th
- ];
- description = "Tools to change the formatting of field names in Aeson instances";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "aeson-casing_0_2_0_0" = callPackage
({ mkDerivation, aeson, base, tasty, tasty-hunit, tasty-quickcheck
, tasty-th
}:
@@ -23124,7 +23045,6 @@ self: {
];
description = "Tools to change the formatting of field names in Aeson instances";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"aeson-coerce" = callPackage
@@ -23149,6 +23069,8 @@ self: {
pname = "aeson-compat";
version = "0.3.9";
sha256 = "1j13gykv4ryvmr14w5blz0nnpdb4p0hpa27wahw3mhb1lwdr8hz0";
+ revision = "1";
+ editedCabalFile = "0m154kalrzqbnp41306i6md3ncvw02myb730bz8bv6ah59jq1qy6";
libraryHaskellDepends = [
aeson attoparsec attoparsec-iso8601 base base-compat bytestring
containers exceptions hashable scientific tagged text time
@@ -23233,37 +23155,6 @@ self: {
}) {};
"aeson-extra" = callPackage
- ({ mkDerivation, aeson, aeson-compat, attoparsec
- , attoparsec-iso8601, base, base-compat-batteries, bytestring
- , containers, deepseq, exceptions, hashable, parsec
- , quickcheck-instances, recursion-schemes, scientific, tasty
- , tasty-hunit, tasty-quickcheck, template-haskell, text, these
- , time, time-parsers, unordered-containers, vector
- }:
- mkDerivation {
- pname = "aeson-extra";
- version = "0.4.1.1";
- sha256 = "1y7xss382hdxrv4jzprsm3b7ij7wiw8jgjg9wp49dx6bfvcnb2nl";
- revision = "4";
- editedCabalFile = "0ja5vr9w22wyknkjyl7w43frdfdfnxphvrai1b18lhinjqcd9bl5";
- libraryHaskellDepends = [
- aeson aeson-compat attoparsec attoparsec-iso8601 base
- base-compat-batteries bytestring containers deepseq exceptions
- hashable parsec recursion-schemes scientific template-haskell text
- these time unordered-containers vector
- ];
- testHaskellDepends = [
- base containers quickcheck-instances tasty tasty-hunit
- tasty-quickcheck these time time-parsers unordered-containers
- vector
- ];
- description = "Extra goodies for aeson";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "aeson-extra_0_4_1_2" = callPackage
({ mkDerivation, aeson, aeson-compat, align, attoparsec
, attoparsec-iso8601, base, base-compat-batteries, bytestring
, containers, deepseq, exceptions, hashable, parsec
@@ -23275,6 +23166,8 @@ self: {
pname = "aeson-extra";
version = "0.4.1.2";
sha256 = "1i6bm91d332117fx829imaxz6y59a0vqa7fjsr293sp8xyhlkkax";
+ revision = "1";
+ editedCabalFile = "0zvqb36r3dsh1dsrw3cbzqiia416qjby0gpskx5xz6nnab0l8mg4";
libraryHaskellDepends = [
aeson aeson-compat attoparsec attoparsec-iso8601 base
base-compat-batteries bytestring containers deepseq exceptions
@@ -23287,8 +23180,6 @@ self: {
];
description = "Extra goodies for aeson";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aeson-filthy" = callPackage
@@ -23758,30 +23649,6 @@ self: {
}) {};
"aeson-typescript" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, directory
- , filepath, hspec, interpolate, mtl, process, template-haskell
- , temporary, text, th-abstraction, unordered-containers
- }:
- mkDerivation {
- pname = "aeson-typescript";
- version = "0.1.2.0";
- sha256 = "16bbl91fxd7xmr4qam2dbzksh9sci7c4rhxyyxbiwq387x028hrc";
- libraryHaskellDepends = [
- aeson base containers interpolate mtl template-haskell text
- th-abstraction unordered-containers
- ];
- testHaskellDepends = [
- aeson base bytestring containers directory filepath hspec
- interpolate mtl process template-haskell temporary text
- th-abstraction unordered-containers
- ];
- description = "Generate TypeScript definition files from your ADTs";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "aeson-typescript_0_2_0_0" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, directory
, filepath, hspec, interpolate, mtl, process, template-haskell
, temporary, text, th-abstraction, unordered-containers
@@ -23866,6 +23733,8 @@ self: {
];
description = "A simple Game Engine using SDL";
license = stdenv.lib.licenses.lgpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"affine" = callPackage
@@ -24316,8 +24185,6 @@ self: {
];
description = "Cairo-based charting backend for the Aivika simulation library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aivika-experiment-chart" = callPackage
@@ -24335,8 +24202,6 @@ self: {
];
description = "Simulation experiments with charting for the Aivika library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aivika-experiment-diagrams" = callPackage
@@ -24353,8 +24218,6 @@ self: {
];
description = "Diagrams-based charting backend for the Aivika simulation library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"aivika-gpss" = callPackage
@@ -24469,8 +24332,8 @@ self: {
}:
mkDerivation {
pname = "alarmclock";
- version = "0.6.0.2";
- sha256 = "1zhq3sx6x54v7cjzmjvcs7pzqyql3x4vk3b5n4x7xhgxs54xdasc";
+ version = "0.7.0.1";
+ sha256 = "08y3qzm1z28k819xg2qz3dbj0kpynxmhs5bwa6rmgw52sxbiwlnf";
libraryHaskellDepends = [
async base clock stm time unbounded-delays
];
@@ -24481,14 +24344,14 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "alarmclock_0_7_0_1" = callPackage
+ "alarmclock_0_7_0_2" = callPackage
({ mkDerivation, async, base, clock, hspec, stm, time
, unbounded-delays
}:
mkDerivation {
pname = "alarmclock";
- version = "0.7.0.1";
- sha256 = "08y3qzm1z28k819xg2qz3dbj0kpynxmhs5bwa6rmgw52sxbiwlnf";
+ version = "0.7.0.2";
+ sha256 = "0sp9h8vy8i4pvyadnb1ibpxpfxjikdr9ds3y9y8321cmkprlbs87";
libraryHaskellDepends = [
async base clock stm time unbounded-delays
];
@@ -24540,8 +24403,8 @@ self: {
({ mkDerivation, base, blaze-html, text }:
mkDerivation {
pname = "alerts";
- version = "0.1.0.0";
- sha256 = "0s6af3267qfg18zsy0fb43hfwf3dym2zpr864n05xwgzmg9qwhaj";
+ version = "0.1.2.0";
+ sha256 = "14fyckdwwhp786z2gg6m92xmz0rbvqwalj0bylqagi9n295ni74f";
libraryHaskellDepends = [ base blaze-html text ];
description = "Alert messages for web applications";
license = stdenv.lib.licenses.bsd3;
@@ -24763,27 +24626,6 @@ self: {
}) {};
"algebraic-graphs" = callPackage
- ({ mkDerivation, array, base, base-compat, base-orphans, containers
- , deepseq, extra, inspection-testing, mtl, QuickCheck
- }:
- mkDerivation {
- pname = "algebraic-graphs";
- version = "0.3";
- sha256 = "1q4xlyg3xjm7q2x11s4lbffywp096y3s3b72b8amfdyi27har4hl";
- libraryHaskellDepends = [
- array base base-compat containers deepseq mtl
- ];
- testHaskellDepends = [
- array base base-compat base-orphans containers extra
- inspection-testing QuickCheck
- ];
- description = "A library for algebraic graph construction and transformation";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "algebraic-graphs_0_4" = callPackage
({ mkDerivation, array, base, base-compat, base-orphans, containers
, deepseq, extra, inspection-testing, mtl, QuickCheck
}:
@@ -24914,8 +24756,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "alist";
- version = "0.1.1.6";
- sha256 = "0shfvjakcq2cmqizqvsqdvc7mnxkbalj6drp289lqqcmy4nxszin";
+ version = "0.1.2.7";
+ sha256 = "0ydq2sxyfgij0rf54i3ajj4hdqjawhcdsgi822yrkq86xjvsxc4w";
libraryHaskellDepends = [ base ];
description = "lists with O(1) append";
license = stdenv.lib.licenses.bsd3;
@@ -25093,8 +24935,8 @@ self: {
}:
mkDerivation {
pname = "alsa-gui";
- version = "0.1";
- sha256 = "0zcyjckdjhsj614iib3dzj9dfp8xj847jfqf4q1sk9311gscbzns";
+ version = "0.1.0.1";
+ sha256 = "17a34k0c6s1cisbnh02akyry7fmxigzn3d2ml9j0v56340r86059";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -25420,6 +25262,8 @@ self: {
testHaskellDepends = [ base tasty tasty-hunit ];
description = "Comprehensive Amazon Web Services SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-alexa-business" = callPackage
@@ -25437,6 +25281,8 @@ self: {
];
description = "Amazon Alexa For Business SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-apigateway" = callPackage
@@ -25454,6 +25300,8 @@ self: {
];
description = "Amazon API Gateway SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-application-autoscaling" = callPackage
@@ -25471,6 +25319,8 @@ self: {
];
description = "Amazon Application Auto Scaling SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-appstream" = callPackage
@@ -25488,6 +25338,8 @@ self: {
];
description = "Amazon AppStream SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-appsync" = callPackage
@@ -25505,6 +25357,8 @@ self: {
];
description = "Amazon AppSync SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-athena" = callPackage
@@ -25522,6 +25376,8 @@ self: {
];
description = "Amazon Athena SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-autoscaling" = callPackage
@@ -25539,6 +25395,8 @@ self: {
];
description = "Amazon Auto Scaling SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-autoscaling-plans" = callPackage
@@ -25556,6 +25414,8 @@ self: {
];
description = "Amazon Auto Scaling Plans SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-batch" = callPackage
@@ -25573,6 +25433,8 @@ self: {
];
description = "Amazon Batch SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-budgets" = callPackage
@@ -25590,6 +25452,8 @@ self: {
];
description = "Amazon Budgets SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-certificatemanager" = callPackage
@@ -25607,6 +25471,8 @@ self: {
];
description = "Amazon Certificate Manager SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-certificatemanager-pca" = callPackage
@@ -25624,6 +25490,8 @@ self: {
];
description = "Amazon Certificate Manager Private Certificate Authority SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cloud9" = callPackage
@@ -25641,6 +25509,8 @@ self: {
];
description = "Amazon Cloud9 SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-clouddirectory" = callPackage
@@ -25658,6 +25528,8 @@ self: {
];
description = "Amazon CloudDirectory SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cloudformation" = callPackage
@@ -25675,6 +25547,8 @@ self: {
];
description = "Amazon CloudFormation SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cloudfront" = callPackage
@@ -25692,6 +25566,8 @@ self: {
];
description = "Amazon CloudFront SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cloudhsm" = callPackage
@@ -25709,6 +25585,8 @@ self: {
];
description = "Amazon CloudHSM SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cloudhsmv2" = callPackage
@@ -25726,6 +25604,8 @@ self: {
];
description = "Amazon CloudHSM V2 SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cloudsearch" = callPackage
@@ -25743,6 +25623,8 @@ self: {
];
description = "Amazon CloudSearch SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cloudsearch-domains" = callPackage
@@ -25760,6 +25642,8 @@ self: {
];
description = "Amazon CloudSearch Domain SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cloudtrail" = callPackage
@@ -25777,6 +25661,8 @@ self: {
];
description = "Amazon CloudTrail SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cloudwatch" = callPackage
@@ -25794,6 +25680,8 @@ self: {
];
description = "Amazon CloudWatch SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cloudwatch-events" = callPackage
@@ -25811,6 +25699,8 @@ self: {
];
description = "Amazon CloudWatch Events SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cloudwatch-logs" = callPackage
@@ -25828,6 +25718,8 @@ self: {
];
description = "Amazon CloudWatch Logs SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-codebuild" = callPackage
@@ -25845,6 +25737,8 @@ self: {
];
description = "Amazon CodeBuild SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-codecommit" = callPackage
@@ -25862,6 +25756,8 @@ self: {
];
description = "Amazon CodeCommit SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-codedeploy" = callPackage
@@ -25879,6 +25775,8 @@ self: {
];
description = "Amazon CodeDeploy SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-codepipeline" = callPackage
@@ -25896,6 +25794,8 @@ self: {
];
description = "Amazon CodePipeline SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-codestar" = callPackage
@@ -25913,6 +25813,8 @@ self: {
];
description = "Amazon CodeStar SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cognito-identity" = callPackage
@@ -25949,6 +25851,8 @@ self: {
];
description = "Amazon Cognito Identity Provider SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cognito-sync" = callPackage
@@ -25966,6 +25870,8 @@ self: {
];
description = "Amazon Cognito Sync SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-comprehend" = callPackage
@@ -25983,6 +25889,8 @@ self: {
];
description = "Amazon Comprehend SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-config" = callPackage
@@ -26000,6 +25908,8 @@ self: {
];
description = "Amazon Config SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-connect" = callPackage
@@ -26017,6 +25927,8 @@ self: {
];
description = "Amazon Connect Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-core" = callPackage
@@ -26047,6 +25959,8 @@ self: {
];
description = "Core data types and functionality for Amazonka libraries";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cost-explorer" = callPackage
@@ -26064,6 +25978,8 @@ self: {
];
description = "Amazon Cost Explorer Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-cur" = callPackage
@@ -26081,6 +25997,8 @@ self: {
];
description = "Amazon Cost and Usage Report Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-datapipeline" = callPackage
@@ -26098,6 +26016,8 @@ self: {
];
description = "Amazon Data Pipeline SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-devicefarm" = callPackage
@@ -26115,6 +26035,8 @@ self: {
];
description = "Amazon Device Farm SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-directconnect" = callPackage
@@ -26132,6 +26054,8 @@ self: {
];
description = "Amazon Direct Connect SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-discovery" = callPackage
@@ -26149,6 +26073,8 @@ self: {
];
description = "Amazon Application Discovery Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-dms" = callPackage
@@ -26166,6 +26092,8 @@ self: {
];
description = "Amazon Database Migration Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-ds" = callPackage
@@ -26183,6 +26111,8 @@ self: {
];
description = "Amazon Directory Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-dynamodb" = callPackage
@@ -26200,6 +26130,8 @@ self: {
];
description = "Amazon DynamoDB SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-dynamodb-dax" = callPackage
@@ -26217,6 +26149,8 @@ self: {
];
description = "Amazon DynamoDB Accelerator (DAX) SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-dynamodb-streams" = callPackage
@@ -26234,6 +26168,8 @@ self: {
];
description = "Amazon DynamoDB Streams SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-ec2" = callPackage
@@ -26251,6 +26187,8 @@ self: {
];
description = "Amazon Elastic Compute Cloud SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-ecr" = callPackage
@@ -26268,6 +26206,8 @@ self: {
];
description = "Amazon EC2 Container Registry SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-ecs" = callPackage
@@ -26304,6 +26244,8 @@ self: {
];
description = "Amazon Elastic File System SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-elasticache" = callPackage
@@ -26321,6 +26263,8 @@ self: {
];
description = "Amazon ElastiCache SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-elasticbeanstalk" = callPackage
@@ -26338,6 +26282,8 @@ self: {
];
description = "Amazon Elastic Beanstalk SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-elasticsearch" = callPackage
@@ -26355,6 +26301,8 @@ self: {
];
description = "Amazon Elasticsearch Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-elastictranscoder" = callPackage
@@ -26372,6 +26320,8 @@ self: {
];
description = "Amazon Elastic Transcoder SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-elb" = callPackage
@@ -26389,6 +26339,8 @@ self: {
];
description = "Amazon Elastic Load Balancing SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-elbv2" = callPackage
@@ -26406,6 +26358,8 @@ self: {
];
description = "Amazon Elastic Load Balancing SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-emr" = callPackage
@@ -26423,6 +26377,8 @@ self: {
];
description = "Amazon Elastic MapReduce SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-fms" = callPackage
@@ -26440,6 +26396,8 @@ self: {
];
description = "Amazon Firewall Management Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-gamelift" = callPackage
@@ -26457,6 +26415,8 @@ self: {
];
description = "Amazon GameLift SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-glacier" = callPackage
@@ -26474,6 +26434,8 @@ self: {
];
description = "Amazon Glacier SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-glue" = callPackage
@@ -26491,6 +26453,8 @@ self: {
];
description = "Amazon Glue SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-greengrass" = callPackage
@@ -26508,6 +26472,8 @@ self: {
];
description = "Amazon Greengrass SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-guardduty" = callPackage
@@ -26525,6 +26491,8 @@ self: {
];
description = "Amazon GuardDuty SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-health" = callPackage
@@ -26542,6 +26510,8 @@ self: {
];
description = "Amazon Health APIs and Notifications SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-iam" = callPackage
@@ -26559,6 +26529,8 @@ self: {
];
description = "Amazon Identity and Access Management SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-iam-policy" = callPackage
@@ -26597,6 +26569,8 @@ self: {
];
description = "Amazon Import/Export SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-inspector" = callPackage
@@ -26614,6 +26588,8 @@ self: {
];
description = "Amazon Inspector SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-iot" = callPackage
@@ -26631,6 +26607,8 @@ self: {
];
description = "Amazon IoT SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-iot-analytics" = callPackage
@@ -26648,6 +26626,8 @@ self: {
];
description = "Amazon IoT Analytics SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-iot-dataplane" = callPackage
@@ -26665,6 +26645,8 @@ self: {
];
description = "Amazon IoT Data Plane SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-iot-jobs-dataplane" = callPackage
@@ -26682,6 +26664,8 @@ self: {
];
description = "Amazon IoT Jobs Data Plane SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-kinesis" = callPackage
@@ -26699,6 +26683,8 @@ self: {
];
description = "Amazon Kinesis SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-kinesis-analytics" = callPackage
@@ -26716,6 +26702,8 @@ self: {
];
description = "Amazon Kinesis Analytics SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-kinesis-firehose" = callPackage
@@ -26733,6 +26721,8 @@ self: {
];
description = "Amazon Kinesis Firehose SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-kinesis-video" = callPackage
@@ -26750,6 +26740,8 @@ self: {
];
description = "Amazon Kinesis Video Streams SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-kinesis-video-archived-media" = callPackage
@@ -26767,6 +26759,8 @@ self: {
];
description = "Amazon Kinesis Video Streams Archived Media SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-kinesis-video-media" = callPackage
@@ -26784,6 +26778,8 @@ self: {
];
description = "Amazon Kinesis Video Streams Media SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-kms" = callPackage
@@ -26801,6 +26797,8 @@ self: {
];
description = "Amazon Key Management Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-lambda" = callPackage
@@ -26818,6 +26816,8 @@ self: {
];
description = "Amazon Lambda SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-lex-models" = callPackage
@@ -26835,6 +26835,8 @@ self: {
];
description = "Amazon Lex Model Building Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-lex-runtime" = callPackage
@@ -26852,6 +26854,8 @@ self: {
];
description = "Amazon Lex Runtime Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-lightsail" = callPackage
@@ -26869,6 +26873,8 @@ self: {
];
description = "Amazon Lightsail SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-marketplace-analytics" = callPackage
@@ -26886,6 +26892,8 @@ self: {
];
description = "Amazon Marketplace Commerce Analytics SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-marketplace-entitlement" = callPackage
@@ -26903,6 +26911,8 @@ self: {
];
description = "Amazon Marketplace Entitlement Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-marketplace-metering" = callPackage
@@ -26920,6 +26930,8 @@ self: {
];
description = "Amazon Marketplace Metering SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-mechanicalturk" = callPackage
@@ -26937,6 +26949,8 @@ self: {
];
description = "Amazon Mechanical Turk SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-mediaconvert" = callPackage
@@ -26954,6 +26968,8 @@ self: {
];
description = "Amazon Elemental MediaConvert SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-medialive" = callPackage
@@ -26971,6 +26987,8 @@ self: {
];
description = "Amazon Elemental MediaLive SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-mediapackage" = callPackage
@@ -26988,6 +27006,8 @@ self: {
];
description = "Amazon Elemental MediaPackage SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-mediastore" = callPackage
@@ -27005,6 +27025,8 @@ self: {
];
description = "Amazon Elemental MediaStore SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-mediastore-dataplane" = callPackage
@@ -27022,6 +27044,8 @@ self: {
];
description = "Amazon Elemental MediaStore Data Plane SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-migrationhub" = callPackage
@@ -27039,6 +27063,8 @@ self: {
];
description = "Amazon Migration Hub SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-ml" = callPackage
@@ -27056,6 +27082,8 @@ self: {
];
description = "Amazon Machine Learning SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-mobile" = callPackage
@@ -27073,6 +27101,8 @@ self: {
];
description = "Amazon Mobile SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-mq" = callPackage
@@ -27090,6 +27120,8 @@ self: {
];
description = "Amazon MQ SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-opsworks" = callPackage
@@ -27107,6 +27139,8 @@ self: {
];
description = "Amazon OpsWorks SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-opsworks-cm" = callPackage
@@ -27124,6 +27158,8 @@ self: {
];
description = "Amazon OpsWorks for Chef Automate SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-organizations" = callPackage
@@ -27141,6 +27177,8 @@ self: {
];
description = "Amazon Organizations SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-pinpoint" = callPackage
@@ -27158,6 +27196,8 @@ self: {
];
description = "Amazon Pinpoint SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-polly" = callPackage
@@ -27175,6 +27215,8 @@ self: {
];
description = "Amazon Polly SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-pricing" = callPackage
@@ -27192,6 +27234,8 @@ self: {
];
description = "Amazon Price List Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-rds" = callPackage
@@ -27209,6 +27253,8 @@ self: {
];
description = "Amazon Relational Database Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-redshift" = callPackage
@@ -27226,6 +27272,8 @@ self: {
];
description = "Amazon Redshift SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-rekognition" = callPackage
@@ -27243,6 +27291,8 @@ self: {
];
description = "Amazon Rekognition SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-resourcegroups" = callPackage
@@ -27260,6 +27310,8 @@ self: {
];
description = "Amazon Resource Groups SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-resourcegroupstagging" = callPackage
@@ -27277,6 +27329,8 @@ self: {
];
description = "Amazon Resource Groups Tagging API SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-route53" = callPackage
@@ -27294,6 +27348,8 @@ self: {
];
description = "Amazon Route 53 SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-route53-autonaming" = callPackage
@@ -27311,6 +27367,8 @@ self: {
];
description = "Amazon Route 53 Auto Naming SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-route53-domains" = callPackage
@@ -27328,6 +27386,8 @@ self: {
];
description = "Amazon Route 53 Domains SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-s3" = callPackage
@@ -27345,6 +27405,8 @@ self: {
];
description = "Amazon Simple Storage Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-s3-streaming" = callPackage
@@ -27364,6 +27426,8 @@ self: {
];
description = "Provides conduits to upload data to S3 using the Multipart API";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-sagemaker" = callPackage
@@ -27381,6 +27445,8 @@ self: {
];
description = "Amazon SageMaker Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-sagemaker-runtime" = callPackage
@@ -27398,6 +27464,8 @@ self: {
];
description = "Amazon SageMaker Runtime SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-sdb" = callPackage
@@ -27415,6 +27483,8 @@ self: {
];
description = "Amazon SimpleDB SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-secretsmanager" = callPackage
@@ -27432,6 +27502,8 @@ self: {
];
description = "Amazon Secrets Manager SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-serverlessrepo" = callPackage
@@ -27449,6 +27521,8 @@ self: {
];
description = "Amazon ServerlessApplicationRepository SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-servicecatalog" = callPackage
@@ -27466,6 +27540,8 @@ self: {
];
description = "Amazon Service Catalog SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-ses" = callPackage
@@ -27483,6 +27559,8 @@ self: {
];
description = "Amazon Simple Email Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-shield" = callPackage
@@ -27500,6 +27578,8 @@ self: {
];
description = "Amazon Shield SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-sms" = callPackage
@@ -27517,6 +27597,8 @@ self: {
];
description = "Amazon Server Migration Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-snowball" = callPackage
@@ -27534,6 +27616,8 @@ self: {
];
description = "Amazon Import/Export Snowball SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-sns" = callPackage
@@ -27551,6 +27635,8 @@ self: {
];
description = "Amazon Simple Notification Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-sqs" = callPackage
@@ -27568,6 +27654,8 @@ self: {
];
description = "Amazon Simple Queue Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-ssm" = callPackage
@@ -27585,6 +27673,8 @@ self: {
];
description = "Amazon Simple Systems Manager (SSM) SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-stepfunctions" = callPackage
@@ -27602,6 +27692,8 @@ self: {
];
description = "Amazon Step Functions SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-storagegateway" = callPackage
@@ -27619,6 +27711,8 @@ self: {
];
description = "Amazon Storage Gateway SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-sts" = callPackage
@@ -27636,6 +27730,8 @@ self: {
];
description = "Amazon Security Token Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-support" = callPackage
@@ -27653,6 +27749,8 @@ self: {
];
description = "Amazon Support SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-swf" = callPackage
@@ -27670,6 +27768,8 @@ self: {
];
description = "Amazon Simple Workflow Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-test" = callPackage
@@ -27691,6 +27791,8 @@ self: {
];
description = "Common functionality for Amazonka library test-suites";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-transcribe" = callPackage
@@ -27708,6 +27810,8 @@ self: {
];
description = "Amazon Transcribe Service SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-translate" = callPackage
@@ -27725,6 +27829,8 @@ self: {
];
description = "Amazon Translate SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-waf" = callPackage
@@ -27742,6 +27848,8 @@ self: {
];
description = "Amazon WAF SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-waf-regional" = callPackage
@@ -27759,6 +27867,8 @@ self: {
];
description = "Amazon WAF Regional SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-workdocs" = callPackage
@@ -27776,6 +27886,8 @@ self: {
];
description = "Amazon WorkDocs SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-workmail" = callPackage
@@ -27793,6 +27905,8 @@ self: {
];
description = "Amazon WorkMail SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-workspaces" = callPackage
@@ -27810,6 +27924,8 @@ self: {
];
description = "Amazon WorkSpaces SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amazonka-xray" = callPackage
@@ -27827,6 +27943,8 @@ self: {
];
description = "Amazon X-Ray SDK";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"amby" = callPackage
@@ -27896,8 +28014,8 @@ self: {
}:
mkDerivation {
pname = "amqp";
- version = "0.18.2";
- sha256 = "0sp7c9vbgaxc5rhfc402q52djr0qpqgmfklhcrx45av2rqymkyxv";
+ version = "0.18.3";
+ sha256 = "1cyzazl3hz5yd2i220b4g8xs0fm47xqlwyvgarxbnn5gnrm8ys21";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -28507,19 +28625,6 @@ self: {
}) {};
"ansi-terminal" = callPackage
- ({ mkDerivation, base, colour }:
- mkDerivation {
- pname = "ansi-terminal";
- version = "0.8.2";
- sha256 = "147ss9wz03ww6ypbv6yh5vi1wfrfcaqm8r6nxh50vnp7254359wh";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base colour ];
- description = "Simple ANSI terminal support, with Windows compatibility";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "ansi-terminal_0_9_1" = callPackage
({ mkDerivation, base, colour }:
mkDerivation {
pname = "ansi-terminal";
@@ -28530,26 +28635,26 @@ self: {
libraryHaskellDepends = [ base colour ];
description = "Simple ANSI terminal support, with Windows compatibility";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ansi-terminal-game" = callPackage
({ mkDerivation, ansi-terminal, array, base, bytestring, cereal
- , clock, hspec, linebreak, mtl, split, terminal-size, timers-tick
+ , clock, exceptions, hspec, linebreak, mintty, mtl, QuickCheck
+ , split, terminal-size, timers-tick
}:
mkDerivation {
pname = "ansi-terminal-game";
- version = "0.3.1.0";
- sha256 = "0q62lq4i638hn23qvmlv7qa6gdnxl3bnrhpp2j2liw885x4qxlhz";
+ version = "0.4.0.0";
+ sha256 = "1mjc62z7d6gzvwnwg2gsgf42hlv1l2xqpjy9v83my4s945p422lg";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- ansi-terminal array base bytestring cereal clock linebreak mtl
- split terminal-size timers-tick
+ ansi-terminal array base bytestring cereal clock exceptions
+ linebreak mintty mtl QuickCheck split terminal-size timers-tick
];
testHaskellDepends = [
- ansi-terminal array base bytestring cereal clock hspec linebreak
- mtl split terminal-size timers-tick
+ ansi-terminal array base bytestring cereal clock exceptions hspec
+ linebreak mtl QuickCheck split terminal-size timers-tick
];
description = "sdl-like functions for terminal applications, based on ansi-terminal";
license = stdenv.lib.licenses.gpl3;
@@ -28558,21 +28663,6 @@ self: {
}) {};
"ansi-wl-pprint" = callPackage
- ({ mkDerivation, ansi-terminal, base }:
- mkDerivation {
- pname = "ansi-wl-pprint";
- version = "0.6.8.2";
- sha256 = "0gnb4mkqryv08vncxnj0bzwcnd749613yw3cxfzw6y3nsldp4c56";
- revision = "2";
- editedCabalFile = "0xq83bwya8mfijp3dn9zfsqbbkl1wpzfjcmnkw8a06icjh9vg458";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ ansi-terminal base ];
- description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "ansi-wl-pprint_0_6_9" = callPackage
({ mkDerivation, ansi-terminal, base }:
mkDerivation {
pname = "ansi-wl-pprint";
@@ -28583,7 +28673,6 @@ self: {
libraryHaskellDepends = [ ansi-terminal base ];
description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ansigraph" = callPackage
@@ -28598,6 +28687,8 @@ self: {
testHaskellDepends = [ base hspec QuickCheck ];
description = "Terminal-based graphing via ANSI and Unicode";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"antagonist" = callPackage
@@ -28719,27 +28810,8 @@ self: {
}:
mkDerivation {
pname = "antiope-athena";
- version = "6.2.0";
- sha256 = "0kd31s399rddcjj8ayvki85j66xlkb7gh0jgfwxmxcxp3x4gs0xi";
- libraryHaskellDepends = [
- amazonka amazonka-athena amazonka-core base lens resourcet text
- unliftio-core
- ];
- testHaskellDepends = [
- amazonka amazonka-athena amazonka-core base lens resourcet text
- unliftio-core
- ];
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "antiope-athena_7_0_4" = callPackage
- ({ mkDerivation, amazonka, amazonka-athena, amazonka-core, base
- , lens, resourcet, text, unliftio-core
- }:
- mkDerivation {
- pname = "antiope-athena";
- version = "7.0.4";
- sha256 = "119d9ayd81jfsk9xj40yk81wiw4w4g52fr2g8ss1xdin72dpmdbs";
+ version = "7.3.0";
+ sha256 = "1ixrpfc1yrvzigv5mid12s9yill5x0yvr5xfzwl9plm9jpzjjvv9";
libraryHaskellDepends = [
amazonka amazonka-athena amazonka-core base lens resourcet text
unliftio-core
@@ -28751,44 +28823,25 @@ self: {
description = "Please see the README on Github at ";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"antiope-contract" = callPackage
({ mkDerivation, aeson, antiope-s3, avro, base, bytestring, text }:
mkDerivation {
pname = "antiope-contract";
- version = "7.0.4";
- sha256 = "0v1il1lfc0qmc4srsahl5zydcxgizb6lz56hid2mhz4pxxl6w9nh";
+ version = "7.3.0";
+ sha256 = "0alg9nfwgyrvwxi8syrarqhf8din9dayvvll2078zl82r1x8hmgb";
libraryHaskellDepends = [
aeson antiope-s3 avro base bytestring text
];
description = "Please see the README on Github at ";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"antiope-core" = callPackage
- ({ mkDerivation, amazonka, amazonka-core, base, bytestring
- , exceptions, generic-lens, http-client, http-types, lens
- , monad-logger, mtl, resourcet, text, transformers, unliftio-core
- }:
- mkDerivation {
- pname = "antiope-core";
- version = "6.2.0";
- sha256 = "0g3bhh8vdnkd5h9savhjc053jbb4k7b7chbzcjjqd4kj95v8jmr3";
- libraryHaskellDepends = [
- amazonka amazonka-core base bytestring exceptions generic-lens
- http-client http-types lens monad-logger mtl resourcet text
- transformers unliftio-core
- ];
- testHaskellDepends = [
- amazonka amazonka-core base bytestring exceptions generic-lens
- http-client http-types lens monad-logger mtl resourcet text
- transformers unliftio-core
- ];
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "antiope-core_7_0_4" = callPackage
({ mkDerivation, aeson, aeson-lens, amazonka, amazonka-core, base
, bytestring, exceptions, generic-lens, hedgehog, hspec
, http-client, http-types, hw-hspec-hedgehog, lens, mtl, resourcet
@@ -28796,8 +28849,8 @@ self: {
}:
mkDerivation {
pname = "antiope-core";
- version = "7.0.4";
- sha256 = "1mnjqvncv40mhfdxmjxdq7hm5q5kqp6r0myl1wwaz7d3zy2dvl6q";
+ version = "7.3.0";
+ sha256 = "0x2lz5ljxdd2d0fv3srn6v6az1dacb83n16fshnm27z9vgnzvfjc";
libraryHaskellDepends = [
aeson amazonka amazonka-core base bytestring exceptions
generic-lens http-client http-types lens mtl resourcet text
@@ -28812,39 +28865,20 @@ self: {
description = "Please see the README on Github at ";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"antiope-dynamodb" = callPackage
- ({ mkDerivation, amazonka, amazonka-core, amazonka-dynamodb
+ ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-dynamodb
, antiope-core, base, generic-lens, lens, text, unliftio-core
, unordered-containers
}:
mkDerivation {
pname = "antiope-dynamodb";
- version = "6.2.0";
- sha256 = "1kv6ihb6829fbgzz489sg0zyz02rp9p8wk90w4x3sjsynf8djrjj";
+ version = "7.3.0";
+ sha256 = "04izlg44mz7xv529q2m6j47hcxfca1zrk1fl11rcixdfi3iwfmvf";
libraryHaskellDepends = [
- amazonka amazonka-core amazonka-dynamodb antiope-core base
- generic-lens lens text unliftio-core unordered-containers
- ];
- testHaskellDepends = [
- amazonka amazonka-core amazonka-dynamodb antiope-core base
- generic-lens lens text unliftio-core unordered-containers
- ];
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "antiope-dynamodb_7_0_4" = callPackage
- ({ mkDerivation, amazonka, amazonka-core, amazonka-dynamodb
- , antiope-core, base, generic-lens, lens, text, unliftio-core
- , unordered-containers
- }:
- mkDerivation {
- pname = "antiope-dynamodb";
- version = "7.0.4";
- sha256 = "1yawncmi6ml1nw1246zkkj1994lh48vdhgvbwv1yhyji3i7rzq61";
- libraryHaskellDepends = [
- amazonka amazonka-core amazonka-dynamodb antiope-core base
+ aeson amazonka amazonka-core amazonka-dynamodb antiope-core base
generic-lens lens text unliftio-core unordered-containers
];
testHaskellDepends = [
@@ -28854,31 +28888,10 @@ self: {
description = "Please see the README on Github at ";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"antiope-messages" = callPackage
- ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3
- , amazonka-sqs, antiope-s3, base, generic-lens, lens, lens-aeson
- , monad-loops, network-uri, text, unliftio-core
- }:
- mkDerivation {
- pname = "antiope-messages";
- version = "6.2.0";
- sha256 = "11zkyfv06fsqxznr36hh563yz401y3wg2a5hc6x6ydza4xdnrzdz";
- libraryHaskellDepends = [
- aeson amazonka amazonka-core amazonka-s3 amazonka-sqs antiope-s3
- base generic-lens lens lens-aeson monad-loops network-uri text
- unliftio-core
- ];
- testHaskellDepends = [
- aeson amazonka amazonka-core amazonka-s3 amazonka-sqs antiope-s3
- base generic-lens lens lens-aeson monad-loops network-uri text
- unliftio-core
- ];
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "antiope-messages_7_0_4" = callPackage
({ mkDerivation, aeson, amazonka, amazonka-core, base, bytestring
, generic-lens, hedgehog, hspec, hw-hspec-hedgehog, lens
, lens-aeson, monad-loops, network-uri, scientific, text
@@ -28886,8 +28899,8 @@ self: {
}:
mkDerivation {
pname = "antiope-messages";
- version = "7.0.4";
- sha256 = "0wb41byy9wayj27gh2wswz5mwssq0aln529gszb95sbf5hflkvkl";
+ version = "7.3.0";
+ sha256 = "13mm39hbwmlhg1qv61nv0rs6kvw784k2ynrfd9yi1zlr5zycgwlm";
libraryHaskellDepends = [
aeson amazonka amazonka-core base bytestring generic-lens lens
lens-aeson monad-loops network-uri text unliftio-core
@@ -28900,6 +28913,7 @@ self: {
description = "Please see the README on Github at ";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"antiope-optparse-applicative" = callPackage
@@ -28908,8 +28922,8 @@ self: {
}:
mkDerivation {
pname = "antiope-optparse-applicative";
- version = "7.0.4";
- sha256 = "18m3fzyg1lj6cjb91h44bc2hgbfp2h1zm7y8yc102c77gjk8ld11";
+ version = "7.3.0";
+ sha256 = "1qgd4mb99vpjswxca6l10ghg3d63vlqj3wc87afdcddfwa50f1zr";
libraryHaskellDepends = [
amazonka amazonka-core amazonka-s3 base optparse-applicative text
];
@@ -28919,34 +28933,11 @@ self: {
];
description = "Please see the README on Github at ";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"antiope-s3" = callPackage
- ({ mkDerivation, amazonka, amazonka-core, amazonka-s3, antiope-core
- , attoparsec, base, bytestring, conduit, conduit-extra, exceptions
- , generic-lens, hedgehog, hspec, http-types, hw-hspec-hedgehog
- , lens, monad-logger, mtl, network-uri, resourcet, text
- , unliftio-core
- }:
- mkDerivation {
- pname = "antiope-s3";
- version = "6.2.0";
- sha256 = "1gb9ypj5gp6qkzncg44sja35pw2s6qg7msjrlcvhdfbcjs6pxrqj";
- libraryHaskellDepends = [
- amazonka amazonka-core amazonka-s3 antiope-core attoparsec base
- bytestring conduit conduit-extra exceptions generic-lens http-types
- lens monad-logger mtl network-uri resourcet text unliftio-core
- ];
- testHaskellDepends = [
- amazonka amazonka-core amazonka-s3 antiope-core attoparsec base
- bytestring conduit conduit-extra exceptions generic-lens hedgehog
- hspec http-types hw-hspec-hedgehog lens monad-logger mtl
- network-uri resourcet text unliftio-core
- ];
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "antiope-s3_7_0_4" = callPackage
({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3
, antiope-core, antiope-messages, attoparsec, base, bytestring
, conduit, conduit-extra, exceptions, generic-lens, hedgehog, hspec
@@ -28955,8 +28946,8 @@ self: {
}:
mkDerivation {
pname = "antiope-s3";
- version = "7.0.4";
- sha256 = "0dc7yhkkixgps3jzxvg5kww978s8sxyc92hq0xn7xhnj8zmxjnj2";
+ version = "7.3.0";
+ sha256 = "03qkvaz95qfqrildz92qhrnrny4i00p2l89j5p7miwxbdfzy7ga9";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-s3 antiope-core
antiope-messages attoparsec base bytestring conduit conduit-extra
@@ -28972,36 +28963,18 @@ self: {
description = "Please see the README on Github at ";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"antiope-sns" = callPackage
- ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-sns, base
- , generic-lens, lens, text, unliftio-core
- }:
- mkDerivation {
- pname = "antiope-sns";
- version = "6.2.0";
- sha256 = "0npm9q3vf2njiqwyswxc6xh5psjls0skz29mz22y59sk25m5fmkv";
- libraryHaskellDepends = [
- aeson amazonka amazonka-core amazonka-sns base generic-lens lens
- text unliftio-core
- ];
- testHaskellDepends = [
- aeson amazonka amazonka-core amazonka-sns base generic-lens lens
- text unliftio-core
- ];
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "antiope-sns_7_0_4" = callPackage
({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-sns, base
, bytestring, generic-lens, hedgehog, hspec, hw-hspec-hedgehog
, lens, text, time, unliftio-core
}:
mkDerivation {
pname = "antiope-sns";
- version = "7.0.4";
- sha256 = "1zrkp9crcd3jn9g89zfa1a3agfpqll6xbrsfi1bdiqkq68hms4yx";
+ version = "7.3.0";
+ sha256 = "066ryids04k0sixn9yf0h70jfj55z2g2xkrpqhxnr54sk2jr4njy";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-sns base bytestring
generic-lens lens text time unliftio-core
@@ -29014,31 +28987,10 @@ self: {
description = "Please see the README on Github at ";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"antiope-sqs" = callPackage
- ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3
- , amazonka-sqs, antiope-messages, antiope-s3, base, generic-lens
- , lens, lens-aeson, monad-loops, network-uri, text, unliftio-core
- }:
- mkDerivation {
- pname = "antiope-sqs";
- version = "6.2.0";
- sha256 = "0v33diw8cwvfb9b4k24whbyl4apjq67rh36ndn5qr6627kp3b825";
- libraryHaskellDepends = [
- aeson amazonka amazonka-core amazonka-s3 amazonka-sqs
- antiope-messages antiope-s3 base generic-lens lens lens-aeson
- monad-loops network-uri text unliftio-core
- ];
- testHaskellDepends = [
- aeson amazonka amazonka-core amazonka-s3 amazonka-sqs
- antiope-messages antiope-s3 base generic-lens lens lens-aeson
- monad-loops network-uri text unliftio-core
- ];
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "antiope-sqs_7_0_4" = callPackage
({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-sqs, base
, bytestring, conduit, generic-lens, hedgehog, hspec
, hw-hspec-hedgehog, lens, lens-aeson, monad-loops, mtl
@@ -29047,8 +28999,8 @@ self: {
}:
mkDerivation {
pname = "antiope-sqs";
- version = "7.0.4";
- sha256 = "002rn30d69xz4bd7fz3axp2f1i5mcp3p61a3m753kr04rxxhy6ah";
+ version = "7.3.0";
+ sha256 = "1nhs4v0h0hqjv6ncfy1wpsdsxkbbb0gz45rhf8swm8h2zfv9rqxl";
libraryHaskellDepends = [
aeson amazonka amazonka-core amazonka-sqs base bytestring conduit
generic-lens lens lens-aeson monad-loops mtl network-uri split text
@@ -29062,6 +29014,23 @@ self: {
description = "Please see the README on Github at ";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "antiope-swf" = callPackage
+ ({ mkDerivation, amazonka-swf, base, hedgehog, hspec
+ , hw-hspec-hedgehog, lens, text
+ }:
+ mkDerivation {
+ pname = "antiope-swf";
+ version = "7.3.0";
+ sha256 = "1jqhq0ifdv8dqsnqsyb814nqq987fvng04gg8sbz5cjds7nm1c0m";
+ libraryHaskellDepends = [ amazonka-swf base lens text ];
+ testHaskellDepends = [ base hedgehog hspec hw-hspec-hedgehog ];
+ description = "Please see the README on Github at ";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"antiprimes" = callPackage
@@ -29275,15 +29244,15 @@ self: {
}) {};
"apecs" = callPackage
- ({ mkDerivation, base, containers, criterion, linear, mtl
+ ({ mkDerivation, array, base, containers, criterion, linear, mtl
, QuickCheck, template-haskell, vector
}:
mkDerivation {
pname = "apecs";
- version = "0.7.3";
- sha256 = "1vrfmpnpihsywd8lq1kc7bsjsp8kxrcv341mzxsaa68qd5xi698l";
+ version = "0.8.1";
+ sha256 = "10m3lbfg97psnk3z2ml1q9g2ymwa2fnsknrh6ggp9k5c7mskslv0";
libraryHaskellDepends = [
- base containers mtl template-haskell vector
+ array base containers mtl template-haskell vector
];
testHaskellDepends = [ base containers linear QuickCheck vector ];
benchmarkHaskellDepends = [ base criterion linear ];
@@ -29297,8 +29266,8 @@ self: {
}:
mkDerivation {
pname = "apecs-gloss";
- version = "0.2.0";
- sha256 = "0qkdjanbrnwhxzr168xwrnhcd1hwsymlb1nvsb1mrklzj93amfvh";
+ version = "0.2.2";
+ sha256 = "0p8r8hraqa49f13p045j54kzyrcvgscppgqllwnqgdx0in8j71cf";
libraryHaskellDepends = [
apecs apecs-physics base containers gloss linear
];
@@ -29312,8 +29281,8 @@ self: {
}:
mkDerivation {
pname = "apecs-physics";
- version = "0.3.2";
- sha256 = "15xwhji60garvryv971ahibdb6b0qlpafx9xy5898h0s4bhrhysf";
+ version = "0.4.2";
+ sha256 = "0jqylv937c4y4jygqyb127n9lvvmss52pz7rcwq7x3qc3k5mwgnh";
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
apecs base containers inline-c linear template-haskell vector
@@ -29322,6 +29291,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "apecs-physics_0_4_3" = callPackage
+ ({ mkDerivation, apecs, base, Cabal, containers, inline-c, linear
+ , template-haskell, vector
+ }:
+ mkDerivation {
+ pname = "apecs-physics";
+ version = "0.4.3";
+ sha256 = "1d1dq50r5hqq3551abn82i35qaq62gsk04h6vzwhi01jrfkjxyxr";
+ setupHaskellDepends = [ base Cabal ];
+ libraryHaskellDepends = [
+ apecs base containers inline-c linear template-haskell vector
+ ];
+ description = "2D physics for apecs";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"apecs-physics-gloss" = callPackage
({ mkDerivation, apecs, apecs-physics, base, gloss }:
mkDerivation {
@@ -29339,8 +29325,8 @@ self: {
}:
mkDerivation {
pname = "apecs-stm";
- version = "0.1.1";
- sha256 = "0d0l48fynsk84y2ifb004dpr39s2hdcwrgfp1ds3qff6784sh66b";
+ version = "0.1.2";
+ sha256 = "0wq20ibki20xccp7gvajzfmp90m9vr0sdx55m3ni91j76bsswqg8";
libraryHaskellDepends = [
apecs base containers list-t stm stm-containers template-haskell
vector
@@ -29413,6 +29399,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "api-monobank" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, hs-coindesk-api
+ , http-client, http-client-tls, http-conduit, servant
+ , servant-client, stm, text, time
+ }:
+ mkDerivation {
+ pname = "api-monobank";
+ version = "0.1.3.0";
+ sha256 = "0ajp0wv3nkv2db9bx68mq67ag46s2b26p80fx9ypw8nqhnkddg0g";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base bytestring http-client http-client-tls http-conduit
+ servant servant-client text time
+ ];
+ executableHaskellDepends = [
+ aeson base bytestring http-client http-conduit stm text time
+ ];
+ testHaskellDepends = [ base bytestring hs-coindesk-api ];
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {hs-coindesk-api = null;};
+
"api-opentheory-unicode" = callPackage
({ mkDerivation, base, bytestring, directory, opentheory-unicode }:
mkDerivation {
@@ -29464,6 +29474,28 @@ self: {
broken = true;
}) {};
+ "api-yoti" = callPackage
+ ({ mkDerivation, aeson, base, base64-bytestring, bytestring
+ , containers, crypto-pubkey-openssh, crypto-pubkey-types
+ , crypto-simple, cryptonite, directory, hashable, memory, mtl, pem
+ , text, time, transformers, wreq
+ }:
+ mkDerivation {
+ pname = "api-yoti";
+ version = "0.1.0.0";
+ sha256 = "1c2jb9qzfzkcbcxabc7xvqc6npdm23dglpd9zqic7wafm7jdmf0s";
+ libraryHaskellDepends = [
+ aeson base base64-bytestring bytestring containers
+ crypto-pubkey-openssh crypto-pubkey-types crypto-simple cryptonite
+ directory hashable memory mtl pem text time transformers wreq
+ ];
+ testHaskellDepends = [ base bytestring text ];
+ description = "Api bindings for Yoti services";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"apiary" = callPackage
({ mkDerivation, aeson, base, blaze-builder, blaze-html
, blaze-markup, bytestring, bytestring-lexing, case-insensitive
@@ -30313,6 +30345,8 @@ self: {
testHaskellDepends = [ base hedgehog hspec hw-hspec-hedgehog ];
description = "Simple logging library";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"arbor-monad-metric" = callPackage
@@ -30371,8 +30405,8 @@ self: {
}:
mkDerivation {
pname = "arbor-postgres";
- version = "0.0.3";
- sha256 = "18rqy2zyaf5cawn8dkn3xmjh19zzqgwj6mkk415x5a4p53dya46b";
+ version = "0.0.4";
+ sha256 = "0z3n2w9a57sl24i7h4yz8204drwkgr54pr2yrjam4xs3dyx6irf4";
libraryHaskellDepends = [
base bytestring generic-lens lens network-uri optparse-applicative
postgresql-simple text
@@ -30808,8 +30842,8 @@ self: {
}:
mkDerivation {
pname = "arithmetic";
- version = "1.2";
- sha256 = "0yipdx61ky9db46fy2cbal4qc9y94arkcj4z1dj28bx7j7fnmvzk";
+ version = "1.4";
+ sha256 = "1qydk2sxrm0xfv23b354lfilyl2cnc0gc0842rz3672j3xwzrrfa";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -30829,34 +30863,6 @@ self: {
}) {};
"arithmoi" = callPackage
- ({ mkDerivation, array, base, containers, deepseq, exact-pi, gauge
- , ghc-prim, integer-gmp, integer-logarithms, QuickCheck, random
- , smallcheck, tasty, tasty-hunit, tasty-quickcheck
- , tasty-smallcheck, transformers, vector
- }:
- mkDerivation {
- pname = "arithmoi";
- version = "0.8.0.0";
- sha256 = "17nk0n89fb0qh6w8535ll45mq4msir32w6fhqzpzhlpbily3mlw2";
- revision = "3";
- editedCabalFile = "1cn6axcdiahaqnq1rsm0snr78lrypay6cxh3yxw3vrrwilavri1i";
- configureFlags = [ "-f-llvm" ];
- libraryHaskellDepends = [
- array base containers deepseq exact-pi ghc-prim integer-gmp
- integer-logarithms random transformers vector
- ];
- testHaskellDepends = [
- base containers exact-pi integer-gmp QuickCheck smallcheck tasty
- tasty-hunit tasty-quickcheck tasty-smallcheck transformers vector
- ];
- benchmarkHaskellDepends = [
- base containers deepseq gauge integer-logarithms random vector
- ];
- description = "Efficient basic number-theoretic functions";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "arithmoi_0_9_0_0" = callPackage
({ mkDerivation, array, base, containers, deepseq, exact-pi, gauge
, ghc-prim, integer-gmp, integer-logarithms, QuickCheck, random
, semirings, smallcheck, tasty, tasty-hunit, tasty-quickcheck
@@ -30884,7 +30890,6 @@ self: {
];
description = "Efficient basic number-theoretic functions";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"arity-generic-liftA" = callPackage
@@ -30991,6 +30996,23 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "array-chunks" = callPackage
+ ({ mkDerivation, base, primitive, QuickCheck, quickcheck-classes
+ , tasty, tasty-hunit, tasty-quickcheck
+ }:
+ mkDerivation {
+ pname = "array-chunks";
+ version = "0.1.0.0";
+ sha256 = "15x8l8m953ws3253zvxg4q0q0qqcc34wawijnzmq87y39g9ghlag";
+ libraryHaskellDepends = [ base primitive ];
+ testHaskellDepends = [
+ base primitive QuickCheck quickcheck-classes tasty tasty-hunit
+ tasty-quickcheck
+ ];
+ description = "Lists of chunks";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"array-forth" = callPackage
({ mkDerivation, array, base, HUnit, mcmc-synthesis
, modular-arithmetic, MonadRandom, OddWord, QuickCheck, split
@@ -31074,6 +31096,8 @@ self: {
];
description = "Memory-efficient ArrayList implementation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"arrow-extras" = callPackage
@@ -31257,6 +31281,8 @@ self: {
testHaskellDepends = [ base hedgehog jwt mtl text time ];
description = "Atlassian Service Authentication Protocol";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ascetic" = callPackage
@@ -31445,17 +31471,17 @@ self: {
"asciidiagram" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath
, FontyFruity, JuicyPixels, lens, linear, mtl, optparse-applicative
- , rasterific-svg, svg-tree, text, vector
+ , pandoc-types, rasterific-svg, svg-tree, text, vector
}:
mkDerivation {
pname = "asciidiagram";
- version = "1.3.3.2";
- sha256 = "0kbf4jswdyvd0x4yk00ss4yjqla852rd64081lkf1xn7yi0k8d1b";
+ version = "1.3.3.3";
+ sha256 = "09k1kdaa0xi2fx9vfdlv2w2nxx5x1vnlkz7gp8s998a325w1x7q1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring containers FontyFruity JuicyPixels lens linear mtl
- rasterific-svg svg-tree text vector
+ pandoc-types rasterific-svg svg-tree text vector
];
executableHaskellDepends = [
base bytestring directory filepath FontyFruity JuicyPixels
@@ -31481,44 +31507,6 @@ self: {
}) {};
"asif" = callPackage
- ({ mkDerivation, attoparsec, base, binary, bytestring, conduit
- , conduit-combinators, conduit-extra, containers, cpu, directory
- , either, exceptions, generic-lens, hedgehog, hspec, hw-bits
- , hw-hspec-hedgehog, hw-ip, iproute, lens, network, old-locale
- , optparse-applicative, resourcet, temporary-resourcet, text, thyme
- , vector
- }:
- mkDerivation {
- pname = "asif";
- version = "3.2.0";
- sha256 = "0ryg35rl7i89r28l0hpchgmrgmhxwgzxz7jhnwhqfwk5mql08hq0";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- attoparsec base binary bytestring conduit conduit-combinators
- conduit-extra containers cpu either exceptions generic-lens hw-bits
- hw-ip iproute lens network old-locale resourcet temporary-resourcet
- text thyme vector
- ];
- executableHaskellDepends = [
- attoparsec base binary bytestring conduit conduit-combinators
- conduit-extra containers cpu directory either exceptions
- generic-lens hw-bits hw-ip iproute lens network old-locale
- optparse-applicative resourcet temporary-resourcet text thyme
- vector
- ];
- testHaskellDepends = [
- attoparsec base binary bytestring conduit conduit-combinators
- conduit-extra containers cpu either exceptions generic-lens
- hedgehog hspec hw-bits hw-hspec-hedgehog hw-ip iproute lens network
- old-locale resourcet temporary-resourcet text thyme vector
- ];
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "asif_6_0_1" = callPackage
({ mkDerivation, attoparsec, base, binary, bytestring, conduit
, conduit-combinators, conduit-extra, containers, cpu, directory
, either, exceptions, foldl, generic-lens, hedgehog, hspec, hw-bits
@@ -31670,8 +31658,8 @@ self: {
({ mkDerivation, base, bytestring, hourglass, memory }:
mkDerivation {
pname = "asn1-types";
- version = "0.3.2";
- sha256 = "05vjchyqiy9n275cygffhn0ma7fz7jx52j0dcdm9qm8h9bziymqc";
+ version = "0.3.3";
+ sha256 = "162lacdl9jr42pdhaj9hxqlba6hjxm6g866anna74q6v3cvw5ssp";
libraryHaskellDepends = [ base bytestring hourglass memory ];
description = "ASN.1 types";
license = stdenv.lib.licenses.bsd3;
@@ -31885,8 +31873,8 @@ self: {
({ mkDerivation, base, tasty, tasty-hunit }:
mkDerivation {
pname = "ast-path";
- version = "0.1.2";
- sha256 = "18glmgnjsp25q88430h8v0a617sc0y468n55nlrgq85a073b6nwf";
+ version = "0.2.0";
+ sha256 = "1pal5zw12f2vv7la2ijb6wgh4s3pafy4krsakgz9pcvbx96x1yxg";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base tasty tasty-hunit ];
description = "vocabulary representation for predicting program properties";
@@ -32121,8 +32109,6 @@ self: {
];
description = "A modified version of async that supports worker groups and many-to-many task dependencies";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"async-refresh" = callPackage
@@ -32603,8 +32589,8 @@ self: {
}:
mkDerivation {
pname = "ats-pkg";
- version = "3.2.5.16";
- sha256 = "044i1a6faw7r7ds910wk99mmg09ks1gdzc1md114nml614n3fqih";
+ version = "3.2.5.18";
+ sha256 = "16v3308zap5jhpd9xsvjdgp28330iscaikdl76jqf5jhb175pxzr";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -32752,8 +32738,8 @@ self: {
pname = "attoparsec";
version = "0.13.2.2";
sha256 = "0j6qcwd146yzlkc9mcvzvnixsyl65n2a68l28322q5v9p4g4g4yx";
- revision = "3";
- editedCabalFile = "1birva836xdp92lf1v5yrs8lj3bgj9vnarrfh2ssfxxacqj1gjji";
+ revision = "4";
+ editedCabalFile = "1vz6jz7cwd80sryabpa99hccamgccjf2l7907wjblbs7dy66a8cb";
libraryHaskellDepends = [
array base bytestring containers deepseq scientific text
transformers
@@ -33368,12 +33354,13 @@ self: {
}) {};
"auto-update" = callPackage
- ({ mkDerivation, base }:
+ ({ mkDerivation, base, exceptions, hspec, HUnit, retry }:
mkDerivation {
pname = "auto-update";
- version = "0.1.4.1";
- sha256 = "1jfgxwicd0r31dcbcd83sj99v1w9mbg873xp7v7z21gmxhalpzrm";
+ version = "0.1.6";
+ sha256 = "1i36xc2i34aync8271x3pv515l3zb53i518dybn8ghqkhzf27q7l";
libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base exceptions hspec HUnit retry ];
description = "Efficiently run periodic, on-demand actions";
license = stdenv.lib.licenses.mit;
}) {};
@@ -33382,8 +33369,8 @@ self: {
({ mkDerivation, base, Cabal, directory, filepath }:
mkDerivation {
pname = "autoexporter";
- version = "1.1.13";
- sha256 = "05mgvif7wiq0vplk92kp8qn4a5wfma1gwdihqlz5lspmczszpdkv";
+ version = "1.1.14";
+ sha256 = "0ijykr8qg7ijadlkn0gx3n06n14ihar8dvaddmmaab2awpmaa3l8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base Cabal directory filepath ];
@@ -33739,8 +33726,8 @@ self: {
}:
mkDerivation {
pname = "avro";
- version = "0.4.4.3";
- sha256 = "12r08n7bz8qwknv8108qz3j0n7x12ia0wnzqng54pjb47jfdgfzi";
+ version = "0.4.5.2";
+ sha256 = "0cy2r8jrnyxwsxpd6mah4g56xh8n93f6gd613a4bwg8kqvykrpgq";
libraryHaskellDepends = [
aeson array base base16-bytestring bifunctors binary bytestring
containers data-binary-ieee754 deepseq fail hashable mtl scientific
@@ -33751,13 +33738,13 @@ self: {
aeson array base base16-bytestring bifunctors binary bytestring
containers directory extra fail hashable hspec lens lens-aeson mtl
pure-zlib QuickCheck raw-strings-qq scientific semigroups tagged
- template-haskell text tf-random transformers unordered-containers
- vector
+ text tf-random transformers unordered-containers vector
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
aeson base bytestring containers gauge hashable mtl random
- raw-strings-qq text transformers unordered-containers vector
+ raw-strings-qq template-haskell text transformers
+ unordered-containers vector
];
description = "Avro serialization support for Haskell";
license = stdenv.lib.licenses.bsd3;
@@ -33924,8 +33911,8 @@ self: {
}:
mkDerivation {
pname = "aws-cloudfront-signed-cookies";
- version = "0.2.0.0";
- sha256 = "0cbhlxrdx09050pblca1p8f0f7n51p4nifp1xk48203ap435dnpj";
+ version = "0.2.0.1";
+ sha256 = "1yk40n6gjs72pyi6yjwhqj0dngqc4b74rpg0ji61852nbb0snl28";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -34040,6 +34027,8 @@ self: {
];
description = "Helper function and types for working with amazonka";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"aws-ec2" = callPackage
@@ -34263,23 +34252,19 @@ self: {
}) {};
"aws-lambda-haskell-runtime" = callPackage
- ({ mkDerivation, aeson, base, bytestring, case-insensitive, conduit
- , directory, filepath, hspec, http-client, microlens-platform, mtl
- , optparse-generic, process, template-haskell, text, uuid, wreq
+ ({ mkDerivation, aeson, base, bytestring, hspec, http-client
+ , http-types, path, path-io, safe-exceptions-checked
+ , template-haskell, text
}:
mkDerivation {
pname = "aws-lambda-haskell-runtime";
- version = "1.0.10";
- sha256 = "09rd4jfw59j003q14y76isdb5dg23r0vxqkg8jqf49c9gap7wqsq";
- isLibrary = true;
- isExecutable = true;
+ version = "2.0.1";
+ sha256 = "0q8x5zqxql403wm9ndii42lac8737i0qhd7p7nsy3i2sswfr5gry";
libraryHaskellDepends = [
- aeson base bytestring case-insensitive conduit directory filepath
- http-client microlens-platform mtl optparse-generic process
- template-haskell text uuid wreq
+ aeson base bytestring http-client http-types path path-io
+ safe-exceptions-checked template-haskell text
];
- executableHaskellDepends = [ base mtl ];
- testHaskellDepends = [ base hspec mtl ];
+ testHaskellDepends = [ base hspec ];
description = "Haskell runtime for AWS Lambda";
license = stdenv.lib.licenses.asl20;
}) {};
@@ -34304,6 +34289,8 @@ self: {
executableHaskellDepends = [ aeson base lens lens-aeson text ];
description = "Haskell on AWS Lambda Runtime API";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"aws-mfa-credentials" = callPackage
@@ -34467,6 +34454,8 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "Wrapper over Amazonka's SES";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"aws-sign4" = callPackage
@@ -34748,6 +34737,8 @@ self: {
pname = "b-tree";
version = "0.1.4";
sha256 = "17hcv85020dm5h3449bfa763bcbl723h17chah4418dby2ql5lxg";
+ revision = "1";
+ editedCabalFile = "106vsqgv7545p0rky073sd7viidbg4zy3fzlb39r9irbl3p3giih";
libraryHaskellDepends = [
base binary bytestring containers directory errors exceptions
filepath lens mmap mtl pipes pipes-interleave transformers vector
@@ -34830,6 +34821,40 @@ self: {
broken = true;
}) {};
+ "backblaze-b2-hs" = callPackage
+ ({ mkDerivation, aeson, base, base64-bytestring, bytestring
+ , case-insensitive, conduit, containers, cryptonite, formatting
+ , http-client, http-types, protolude, req, req-conduit, scientific
+ , tasty, tasty-hunit, text, time, unliftio, unliftio-core
+ }:
+ mkDerivation {
+ pname = "backblaze-b2-hs";
+ version = "0.1.0.0";
+ sha256 = "18xpjz3w9yw79732xiz8278gbd1v9vg534l0h9azg0wwhd8vbh7j";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base base64-bytestring bytestring case-insensitive conduit
+ containers cryptonite formatting http-client http-types protolude
+ req req-conduit scientific text time unliftio unliftio-core
+ ];
+ executableHaskellDepends = [
+ aeson base base64-bytestring bytestring case-insensitive conduit
+ containers cryptonite formatting http-client http-types protolude
+ req req-conduit scientific text time unliftio unliftio-core
+ ];
+ testHaskellDepends = [
+ aeson base base64-bytestring bytestring case-insensitive conduit
+ containers cryptonite formatting http-client http-types protolude
+ req req-conduit scientific tasty tasty-hunit text time unliftio
+ unliftio-core
+ ];
+ description = "A client library to access Backblaze B2 cloud storage in Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"backdropper" = callPackage
({ mkDerivation, base, directory, haskell98, hslogger, old-time
, process, random
@@ -34856,8 +34881,8 @@ self: {
}:
mkDerivation {
pname = "backprop";
- version = "0.2.6.2";
- sha256 = "10w3fb25jw7s3bal6hd0a7g5hzbdd4b3whzxkm9b3g0y36i713dm";
+ version = "0.2.6.3";
+ sha256 = "0zk3k20c100iwqcvg1xw2vdysn01w4h9jypz08xs849n1a3bp7di";
libraryHaskellDepends = [
base containers deepseq microlens primitive reflection transformers
vector vinyl
@@ -34868,6 +34893,33 @@ self: {
];
description = "Heterogeneous automatic differentation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "backstop" = callPackage
+ ({ mkDerivation, base, directory, filepath, HUnit, mtl, process
+ , QuickCheck, unix
+ }:
+ mkDerivation {
+ pname = "backstop";
+ version = "1.3.0.352";
+ sha256 = "1790n52amkvwlm92rh6i6rxfxbw2n2cfam2sf0cx4yf160jxvyj3";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base directory filepath mtl process unix
+ ];
+ executableHaskellDepends = [
+ base directory filepath mtl process unix
+ ];
+ testHaskellDepends = [
+ base filepath HUnit process QuickCheck unix
+ ];
+ description = "Backstop a target directory by source directories";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"backtracking-exceptions" = callPackage
@@ -35167,14 +35219,27 @@ self: {
({ mkDerivation, base, containers, hspec, QuickCheck, time }:
mkDerivation {
pname = "bank-holidays-england";
- version = "0.1.0.8";
- sha256 = "0ak7m4xaymbh3cyhddj45p0pcazf79lnp63wvh4kh2f4fwh4f69j";
+ version = "0.2.0.1";
+ sha256 = "0vnadqs924k54f5zdm0airnss47gafqbrak59wvrmc667xn01k0h";
libraryHaskellDepends = [ base containers time ];
testHaskellDepends = [ base containers hspec QuickCheck time ];
description = "Calculation of bank holidays in England and Wales";
license = stdenv.lib.licenses.bsd3;
}) {};
+ "bank-holidays-england_0_2_0_2" = callPackage
+ ({ mkDerivation, base, containers, hspec, QuickCheck, time }:
+ mkDerivation {
+ pname = "bank-holidays-england";
+ version = "0.2.0.2";
+ sha256 = "1r82plqk1danqby90snmp4zjzdkwryvhbzj1c67b0h0k9w42v781";
+ libraryHaskellDepends = [ base containers time ];
+ testHaskellDepends = [ base containers hspec QuickCheck time ];
+ description = "Calculation of bank holidays in England and Wales";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"banwords" = callPackage
({ mkDerivation, attoparsec, base, bytestring, data-default, HUnit
, test-framework, test-framework-hunit, text, vector
@@ -35202,8 +35267,8 @@ self: {
}:
mkDerivation {
pname = "barbies";
- version = "1.1.2.1";
- sha256 = "0svcdjs03i4ryhg3qzrp3l7ck0ilgnhxwc2h69qnzknqjklz7p1y";
+ version = "1.1.3.0";
+ sha256 = "0fb7d0fr46zm8y00nipq8vvq5fvhsx41jj52zvz27f690azpj961";
libraryHaskellDepends = [ base bifunctors ];
testHaskellDepends = [
base QuickCheck tasty tasty-hunit tasty-quickcheck
@@ -35212,6 +35277,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "barbly" = callPackage
+ ({ mkDerivation, aeson, async, attoparsec, base, bytestring, mtl
+ , optparse-applicative, shh, text
+ }:
+ mkDerivation {
+ pname = "barbly";
+ version = "0.1.0.0";
+ sha256 = "1mmbvgw5g2jb8qv7vd00iym9xyb07jx03wi6x1ldqvzfn2vcc22l";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ aeson async attoparsec base bytestring mtl optparse-applicative shh
+ text
+ ];
+ description = "Create status bar menus for macOS from executables";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"barchart" = callPackage
({ mkDerivation, base, cmdargs, csv, diagrams, filepath }:
mkDerivation {
@@ -35491,6 +35576,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "base-unicode-symbols_0_2_4_2" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "base-unicode-symbols";
+ version = "0.2.4.2";
+ sha256 = "0qkhp4ybmx4nbqqkrmw3hkm47bv61i2wpi20qb09wvk10g2dcr23";
+ libraryHaskellDepends = [ base ];
+ description = "Unicode alternatives for common functions and operators";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"base16-bytestring" = callPackage
({ mkDerivation, base, bytestring, ghc-prim }:
mkDerivation {
@@ -35633,6 +35730,8 @@ self: {
pname = "base64-bytestring-type";
version = "1.0.1";
sha256 = "03kq4rjj6by02rf3hg815jfdqpdk0xygm5f46r2pn8mb99yd01zn";
+ revision = "1";
+ editedCabalFile = "13yjasdw3dh33rv1jhx5hjdvpp7cnxymrk836jk1mnpjw32606c9";
libraryHaskellDepends = [
aeson base base-compat base64-bytestring binary bytestring cereal
deepseq hashable http-api-data QuickCheck serialise text
@@ -35643,8 +35742,6 @@ self: {
];
description = "A newtype around ByteString, for base64 encoding";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"base64-conduit" = callPackage
@@ -35705,10 +35802,8 @@ self: {
({ mkDerivation, base, ghc-prim }:
mkDerivation {
pname = "basement";
- version = "0.0.10";
- sha256 = "01gmqkwd8cizlsn24wb1ld358k40kbaw84579y0h5nl7f41iniz3";
- revision = "1";
- editedCabalFile = "1n5wv093zx760rrd5vs5symj61fnr8pcbpzs0sbpl6n82qys3c8i";
+ version = "0.0.11";
+ sha256 = "0srlws74yiraqaapgcjd9p5d1fwb3zr9swcz74jpjm55fls2nn37";
libraryHaskellDepends = [ base ghc-prim ];
description = "Foundation scrap box of array & string";
license = stdenv.lib.licenses.bsd3;
@@ -36395,6 +36490,8 @@ self: {
];
description = "Connection layer between beam and postgres";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"beam-sqlite" = callPackage
@@ -36595,6 +36692,8 @@ self: {
pname = "bench";
version = "1.0.12";
sha256 = "1sy97qpv6paar2d5syppk6lc06wjx6qyz5aidsmh30jq853nydx6";
+ revision = "1";
+ editedCabalFile = "0sk6vkjwk7g1diwah67ifj7s69qvwi52ngaijkfx5prn0vz24ldn";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -36618,28 +36717,32 @@ self: {
testHaskellDepends = [ base split text ];
description = "Plot and compare benchmarks";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"bench-show" = callPackage
({ mkDerivation, ansi-wl-pprint, base, Chart, Chart-diagrams, csv
- , directory, filepath, mwc-random, split, statistics, text
+ , directory, filepath, mwc-random, optparse-applicative
+ , optparse-simple, semigroups, split, statistics, text
, transformers, vector
}:
mkDerivation {
pname = "bench-show";
- version = "0.2.2";
- sha256 = "12fi59j9a98n4q6gjvjsf0hjc2rsy33b7kzjiqxy5wzh8isciaa4";
+ version = "0.3.0";
+ sha256 = "0c690w96iyj6idikcwl75ci5sqvfh4fdd8mvb4z24x3xb24kirh5";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
ansi-wl-pprint base Chart Chart-diagrams csv directory filepath
mwc-random split statistics transformers vector
];
+ executableHaskellDepends = [
+ ansi-wl-pprint base Chart Chart-diagrams csv directory filepath
+ mwc-random optparse-applicative optparse-simple semigroups split
+ statistics transformers vector
+ ];
testHaskellDepends = [ base split text ];
description = "Show, plot and compare benchmark results";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"benchmark-function" = callPackage
@@ -36883,8 +36986,6 @@ self: {
];
description = "A horizontal version of tetris for braille users";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"between" = callPackage
@@ -36945,8 +37046,8 @@ self: {
}:
mkDerivation {
pname = "bglib";
- version = "1.0.0.1";
- sha256 = "09nifakgbx45l4qgqvb4jyaq06cx7gy6pnry31hpim3g82czsixs";
+ version = "2.0.0.0";
+ sha256 = "1h9ql3xz5yciwk2hd1mljql0avrqv66fswdl8bll0xpga7jnpvr8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -36968,8 +37069,6 @@ self: {
libraryHaskellDepends = [ attoparsec base bytestring time ];
description = "Parse BgMax-files";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"bgzf" = callPackage
@@ -37105,8 +37204,6 @@ self: {
libraryHaskellDepends = [ base category ];
description = "Bifunctors";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"bifunctors" = callPackage
@@ -37267,22 +37364,6 @@ self: {
}) {};
"bimap" = callPackage
- ({ mkDerivation, base, containers, exceptions, QuickCheck
- , template-haskell
- }:
- mkDerivation {
- pname = "bimap";
- version = "0.3.3";
- sha256 = "1lca7bdw4bh8xj88g0h05dq43dis9ah858r2pbnkxgdwqxar70kk";
- libraryHaskellDepends = [ base containers exceptions ];
- testHaskellDepends = [
- base containers exceptions QuickCheck template-haskell
- ];
- description = "Bidirectional mapping between two key types";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "bimap_0_4_0" = callPackage
({ mkDerivation, base, containers, deepseq, exceptions, QuickCheck
, template-haskell
}:
@@ -37290,13 +37371,14 @@ self: {
pname = "bimap";
version = "0.4.0";
sha256 = "1794iykd7rhj29y0w4vyjyn6wnw28hi8sxzvm1j5ivdzmf39d8yi";
+ revision = "1";
+ editedCabalFile = "111wyqh17a6pkjhyaz8n1891m69hwr2gybqcpacw4xdmarxmi7f5";
libraryHaskellDepends = [ base containers deepseq exceptions ];
testHaskellDepends = [
base containers deepseq exceptions QuickCheck template-haskell
];
description = "Bidirectional mapping between two key types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"bimap-server" = callPackage
@@ -37560,6 +37642,8 @@ self: {
pname = "binary-instances";
version = "1";
sha256 = "07y9582vsw94ks8whkd3dcmf4wdwlq8riyk2shmxxprkq0gsv3z0";
+ revision = "1";
+ editedCabalFile = "141hhr872rg0g2pvz1mbxamz9cijik9jilr1y0wdx5r71x0m1vyd";
libraryHaskellDepends = [
aeson base binary binary-orphans case-insensitive hashable
scientific tagged text text-binary time-compat unordered-containers
@@ -37572,8 +37656,6 @@ self: {
];
description = "Orphan instances for binary";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"binary-list" = callPackage
@@ -37606,32 +37688,6 @@ self: {
}) {};
"binary-orphans" = callPackage
- ({ mkDerivation, aeson, base, binary, case-insensitive, hashable
- , QuickCheck, quickcheck-instances, scientific, tagged, tasty
- , tasty-quickcheck, text, text-binary, time, unordered-containers
- , vector, vector-binary-instances
- }:
- mkDerivation {
- pname = "binary-orphans";
- version = "0.1.8.0";
- sha256 = "1k6067wn9zki7xvbslvxx8cq1wrmz3kjb3q3x8mxycc9v765fxgi";
- revision = "5";
- editedCabalFile = "1dny1jvwwcyrbzhqvymmn6n7ib48bpy0nasbrcrdrpzjypkmg500";
- libraryHaskellDepends = [
- aeson base binary case-insensitive hashable scientific tagged text
- text-binary time unordered-containers vector
- vector-binary-instances
- ];
- testHaskellDepends = [
- aeson base binary case-insensitive hashable QuickCheck
- quickcheck-instances scientific tagged tasty tasty-quickcheck text
- time unordered-containers vector
- ];
- description = "Orphan instances for binary";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "binary-orphans_1_0_1" = callPackage
({ mkDerivation, base, binary, QuickCheck, quickcheck-instances
, tagged, tasty, tasty-quickcheck, transformers
}:
@@ -37639,6 +37695,8 @@ self: {
pname = "binary-orphans";
version = "1.0.1";
sha256 = "0gbmn5rpvyxhw5bxjmxwld6918lslv03b2f6hshssaw1il5x86j3";
+ revision = "1";
+ editedCabalFile = "0sww1904gn3sxvj94ac8l1g50v0j3fgpfiynbpvg0yhqsbfazi3n";
libraryHaskellDepends = [ base binary transformers ];
testHaskellDepends = [
base binary QuickCheck quickcheck-instances tagged tasty
@@ -37646,7 +37704,6 @@ self: {
];
description = "Compatibility package for binary; provides instances";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"binary-parser" = callPackage
@@ -37679,10 +37736,8 @@ self: {
}:
mkDerivation {
pname = "binary-parsers";
- version = "0.2.3.0";
- sha256 = "0yi13cf36w5ilh1cyd7rvyagibbbgbjdym7gp6zgq3lm7d4raqdw";
- revision = "1";
- editedCabalFile = "09ag18yr1m26fl3w7ab1d5q5j201ygbw7qsbsy41bwd6iq87rq15";
+ version = "0.2.4.0";
+ sha256 = "1jmr9djkp9ndysly8g1najzy38xhjpflri5jkwlyfnd2vk9x74yi";
libraryHaskellDepends = [
base binary bytestring bytestring-lexing scientific
];
@@ -37837,37 +37892,6 @@ self: {
}) {};
"binary-tagged" = callPackage
- ({ mkDerivation, aeson, array, base, base16-bytestring, bifunctors
- , binary, binary-orphans, bytestring, containers, criterion
- , deepseq, generics-sop, hashable, nats, quickcheck-instances
- , scientific, semigroups, SHA, tagged, tasty, tasty-quickcheck
- , text, time, unordered-containers, vector
- }:
- mkDerivation {
- pname = "binary-tagged";
- version = "0.1.5.2";
- sha256 = "04yy7af7iv6i4wbv69j9vldk8c2xaxd9vz3cg0j1dn7h4dmwwbsz";
- libraryHaskellDepends = [
- aeson array base base16-bytestring binary bytestring containers
- generics-sop hashable scientific SHA tagged text time
- unordered-containers vector
- ];
- testHaskellDepends = [
- aeson array base base16-bytestring bifunctors binary binary-orphans
- bytestring containers generics-sop hashable quickcheck-instances
- scientific SHA tagged tasty tasty-quickcheck text time
- unordered-containers vector
- ];
- benchmarkHaskellDepends = [
- aeson array base base16-bytestring binary binary-orphans bytestring
- containers criterion deepseq generics-sop hashable nats scientific
- semigroups SHA tagged text time unordered-containers vector
- ];
- description = "Tagged binary serialisation";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "binary-tagged_0_2" = callPackage
({ mkDerivation, aeson, array, base, base16-bytestring, bifunctors
, binary, binary-instances, bytestring, containers, criterion
, cryptohash-sha1, deepseq, generics-sop, hashable, nats
@@ -37898,7 +37922,6 @@ self: {
];
description = "Tagged binary serialisation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"binary-tree" = callPackage
@@ -37989,8 +38012,8 @@ self: {
pname = "binding-core";
version = "0.2.2";
sha256 = "0qr7nr9cksy2cx2h8g2d485797hvv67197c654va0xwadkj5iviz";
- revision = "1";
- editedCabalFile = "1ijm34wxyxpx38yw42kl5yrb8i3gv1z7dvxhb98jz6pqxgqcvshs";
+ revision = "2";
+ editedCabalFile = "1cl8k9d0kkhxhdska3mk2c7w4xnyz7z0pd8xyynls0jx0qya0irl";
libraryHaskellDepends = [ base stm ];
testHaskellDepends = [ base HTF HUnit QuickCheck random ];
description = "Data Binding";
@@ -38003,8 +38026,8 @@ self: {
pname = "binding-gtk";
version = "0.2.1";
sha256 = "0l68n13w1khfqkc791l9mcnk3cb0565a9ysfn7b3hh5cjx8zi7vr";
- revision = "1";
- editedCabalFile = "1dcccb26m1ih3mbkhf72rmz9ywva7llxjvg9s6fpssjxpms5fhwy";
+ revision = "2";
+ editedCabalFile = "1rcipk9zk7w0q0x9sxsdy53bak9izj0bix6jykzhsxywidcriwcy";
libraryHaskellDepends = [ base binding-core gtk mtl ];
testHaskellDepends = [ base binding-core directory gtk ];
description = "Data Binding in Gtk2Hs";
@@ -38019,8 +38042,8 @@ self: {
pname = "binding-wx";
version = "0.2.1";
sha256 = "07nbb6a0fmyhmx2dakkw4msxnv273hfcw3swdk3aczpfqlxd1r4i";
- revision = "1";
- editedCabalFile = "1cpgwbzix794by0mvh3lrqv1pakh7i56hap3xhs7z2xccqc461q3";
+ revision = "2";
+ editedCabalFile = "18jckk1pf0bds9s3bw6bklp3nam4bxxs5nlkswar297byfpzghk1";
libraryHaskellDepends = [ base binding-core stm wx wxcore ];
testHaskellDepends = [ base binding-core directory wx ];
description = "Data Binding in WxHaskell";
@@ -38784,7 +38807,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {inherit (pkgs) wlc;};
+ }) {wlc = null;};
"bindings-yices" = callPackage
({ mkDerivation, base, gmp, yices }:
@@ -38881,8 +38904,6 @@ self: {
];
description = "Aggregate continuous values into discrete bins";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"bio" = callPackage
@@ -39142,8 +39163,8 @@ self: {
}:
mkDerivation {
pname = "birch-beer";
- version = "0.1.3.0";
- sha256 = "1mgiv9al30v1y78cz65rfb8251mwkgk34j1i3dygjp44071kxqcq";
+ version = "0.1.4.5";
+ sha256 = "1yyb897yg2ipvz6jsc6np1jwlckyi41jq94dwxlpyj2sigawzvwh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -39194,8 +39215,8 @@ self: {
}:
mkDerivation {
pname = "bisc";
- version = "0.2.1.0";
- sha256 = "1g3725khc076myr277lag4xbdzwcqqmdar75k08pg3h0rvdaiyf2";
+ version = "0.2.3.0";
+ sha256 = "0x03smkfx0qnsxznlp1591gi938f15w057hywfp9497mhvkr7mxg";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -39203,6 +39224,8 @@ self: {
];
description = "A small tool that clears qutebrowser cookies";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bisect-binary" = callPackage
@@ -39875,23 +39898,24 @@ self: {
}) {};
"bitvec" = callPackage
- ({ mkDerivation, base, HUnit, primitive, QuickCheck
- , quickcheck-classes, test-framework, test-framework-hunit
- , test-framework-quickcheck2, vector
+ ({ mkDerivation, base, containers, gauge, ghc-prim, primitive
+ , quickcheck-classes, random, tasty, tasty-hunit, tasty-quickcheck
+ , vector
}:
mkDerivation {
pname = "bitvec";
- version = "0.2.0.1";
- sha256 = "0mgmf60gy3nzp66mf4bydls46bddk76rz40zkdfp0hhsspasia9b";
- libraryHaskellDepends = [ base primitive vector ];
+ version = "1.0.0.1";
+ sha256 = "1b3cf8f3a2xx4m80699p63id26dj61d7lgz38n5kv0vskq1zfcsp";
+ revision = "1";
+ editedCabalFile = "0q8hc4i62l43kpg8q3nqqzz03cdcv36ins2741sw3956sj92xfh4";
+ libraryHaskellDepends = [ base ghc-prim primitive vector ];
testHaskellDepends = [
- base HUnit primitive QuickCheck quickcheck-classes test-framework
- test-framework-hunit test-framework-quickcheck2 vector
+ base primitive quickcheck-classes tasty tasty-hunit
+ tasty-quickcheck vector
];
- description = "Unboxed bit vectors";
- license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ benchmarkHaskellDepends = [ base containers gauge random vector ];
+ description = "Space-efficient bit vectors";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"bitwise" = callPackage
@@ -39907,6 +39931,8 @@ self: {
benchmarkHaskellDepends = [ array base bytestring criterion ];
description = "fast multi-dimensional unboxed bit packed Bool arrays";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bitx-bitcoin" = callPackage
@@ -40064,27 +40090,11 @@ self: {
];
description = "Decentralized, k-ordered unique ID generator";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"blake2" = callPackage
- ({ mkDerivation, base, base16-bytestring, bytestring, criterion
- , hlint, QuickCheck, tasty, tasty-quickcheck
- }:
- mkDerivation {
- pname = "blake2";
- version = "0.2.0";
- sha256 = "1z1c70l2lmaj7d4wffsikf2w61i5ypjxnlwxddd8zsf6ypii1n87";
- libraryHaskellDepends = [ base bytestring ];
- testHaskellDepends = [
- base base16-bytestring bytestring hlint QuickCheck tasty
- tasty-quickcheck
- ];
- benchmarkHaskellDepends = [ base bytestring criterion ];
- description = "A library providing BLAKE2";
- license = stdenv.lib.licenses.publicDomain;
- }) {};
-
- "blake2_0_3_0" = callPackage
({ mkDerivation, base, base16-bytestring, bytestring, criterion
, hlint, QuickCheck, tasty, tasty-quickcheck
}:
@@ -40101,6 +40111,7 @@ self: {
description = "A library providing BLAKE2";
license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"blakesum" = callPackage
@@ -40377,17 +40388,17 @@ self: {
"blaze-colonnade" = callPackage
({ mkDerivation, base, blaze-html, blaze-markup, colonnade, doctest
- , text
+ , profunctors, text
}:
mkDerivation {
pname = "blaze-colonnade";
- version = "1.2.2";
- sha256 = "0k51iqfr2dvc445q6jzvf4mb3q3x4z0vvf9p8fhd4npazwb72bqz";
+ version = "1.2.2.1";
+ sha256 = "1wh0q72qv2s6a42i13lqb94i0b5bgmqwqw7d5xy89dc76j0ncd2d";
libraryHaskellDepends = [
- base blaze-html blaze-markup colonnade text
+ base blaze-html blaze-markup colonnade profunctors text
];
testHaskellDepends = [ base colonnade doctest ];
- description = "Helper functions for using blaze-html with colonnade";
+ description = "blaze-html backend for colonnade";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -40859,8 +40870,8 @@ self: {
}:
mkDerivation {
pname = "bloomfilter-redis";
- version = "0.1.0.3";
- sha256 = "0wqsynfc1ps8gxfvggp1f6q6kd2wp4blvasv7yn5ld20iw0qawid";
+ version = "0.1.0.4";
+ sha256 = "0kl166hfdnq1j2ghra4n2fi4zvi1wj1md43rmx3jcmyhj7q4s2f0";
libraryHaskellDepends = [
arithmoi base binary bytestring hashable hedis
];
@@ -41075,27 +41086,31 @@ self: {
}) {};
"board-games" = callPackage
- ({ mkDerivation, array, base, cgi, containers, html, httpd-shed
- , network-uri, non-empty, QuickCheck, random, transformers
- , utility-ht
+ ({ mkDerivation, array, base, cgi, containers, criterion
+ , enummapset, html, httpd-shed, network-uri, non-empty, parallel
+ , QuickCheck, random, transformers, utility-ht
}:
mkDerivation {
pname = "board-games";
- version = "0.2";
- sha256 = "1plgnwlpx0bw0wjwd0dxbh616vy37frclwir692x1fr2lq85y98c";
+ version = "0.3";
+ sha256 = "1ylwibyl0j1v0bdrpfnjhdm431npagavxzgi2l5sp0scgpkcyyx7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- array base cgi containers html non-empty random transformers
- utility-ht
+ array base cgi containers enummapset html non-empty QuickCheck
+ random transformers utility-ht
];
executableHaskellDepends = [
array base cgi containers html httpd-shed network-uri non-empty
random transformers utility-ht
];
testHaskellDepends = [
- array base containers non-empty QuickCheck random transformers
- utility-ht
+ array base containers enummapset non-empty QuickCheck random
+ transformers utility-ht
+ ];
+ benchmarkHaskellDepends = [
+ base containers criterion enummapset non-empty parallel QuickCheck
+ random transformers utility-ht
];
description = "Three games for inclusion in a web server";
license = "GPL";
@@ -41431,6 +41446,8 @@ self: {
];
description = "Boolean normal form: NNF, DNF & CNF";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"boolector" = callPackage
@@ -41571,6 +41588,55 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "boots" = callPackage
+ ({ mkDerivation, base, exceptions, hspec, mtl }:
+ mkDerivation {
+ pname = "boots";
+ version = "0.0.100";
+ sha256 = "0q685h5z561lgjg2kqnkls35wpys9kx4zhghqqq3dyvl2i4dwmcz";
+ libraryHaskellDepends = [ base exceptions mtl ];
+ testHaskellDepends = [ base exceptions hspec mtl ];
+ description = "IoC Monad in Haskell";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "boots_0_1_1" = callPackage
+ ({ mkDerivation, base, exceptions, hspec, mtl }:
+ mkDerivation {
+ pname = "boots";
+ version = "0.1.1";
+ sha256 = "1z9h8i1r0jccqn0230nzn97yqzrlsapc84dnwhczzvdbaryykhbz";
+ libraryHaskellDepends = [ base exceptions mtl ];
+ testHaskellDepends = [ base exceptions hspec mtl ];
+ description = "IoC Monad in Haskell";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "boots-app" = callPackage
+ ({ mkDerivation, base, boots, data-default, exceptions, fast-logger
+ , hspec, menshen, microlens, monad-logger, mtl, salak, salak-yaml
+ , splitmix, text, unliftio-core, vault
+ }:
+ mkDerivation {
+ pname = "boots-app";
+ version = "0.1.1";
+ sha256 = "1v8qbap22mpasjpmi9bd0n14q4vz80ksmlmk67yw840f2ly8sn0d";
+ libraryHaskellDepends = [
+ base boots data-default exceptions fast-logger menshen microlens
+ monad-logger mtl salak salak-yaml splitmix text unliftio-core vault
+ ];
+ testHaskellDepends = [
+ base boots data-default exceptions fast-logger hspec menshen
+ microlens monad-logger mtl salak salak-yaml splitmix text
+ unliftio-core vault
+ ];
+ description = "Startup factories using IoC monad";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"bootstrap-types" = callPackage
({ mkDerivation, base, text }:
mkDerivation {
@@ -41628,22 +41694,22 @@ self: {
}) {};
"boring" = callPackage
- ({ mkDerivation, adjunctions, base, base-compat, constraints, fin
- , generics-sop, streams, tagged, transformers, transformers-compat
- , vec
+ ({ mkDerivation, adjunctions, base, base-compat, constraints, dec
+ , fin, generics-sop, singleton-bool, streams, tagged, transformers
+ , transformers-compat, vec
}:
mkDerivation {
pname = "boring";
- version = "0.1.1";
- sha256 = "1v33mj4rqg0l7161ajmd35k73n66cscg7wsnmb84z0wp1wxlmhwg";
+ version = "0.1.2";
+ sha256 = "0978dq53rpb7clz1ydjm6x38nrx0vkp3safqcbjp2kq6jlaz29jr";
+ revision = "1";
+ editedCabalFile = "010k2mw8q3iby78ak56xamp6pzdwijn92r64r76hblw32k1i80c0";
libraryHaskellDepends = [
- adjunctions base base-compat constraints fin generics-sop streams
- tagged transformers transformers-compat vec
+ adjunctions base base-compat constraints dec fin generics-sop
+ singleton-bool streams tagged transformers transformers-compat vec
];
description = "Boring and Absurd types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"boring-game" = callPackage
@@ -41750,6 +41816,8 @@ self: {
pname = "bound-extras";
version = "0.0.1";
sha256 = "0f49yqz5s5h4f3m3i7kpm2fqnd42nl4dbl24lvm6z3nb8qrx6ynq";
+ revision = "1";
+ editedCabalFile = "1gyhbcnb1q1f8fdlmsmjn19xp4nvi2vb6ns0h8h2dvvpz9x3wgab";
libraryHaskellDepends = [
base bound deepseq hashable transformers
];
@@ -41759,8 +41827,6 @@ self: {
];
description = "ScopeH and ScopeT extras for bound";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"bound-gen" = callPackage
@@ -41858,6 +41924,43 @@ self: {
broken = true;
}) {};
+ "box" = callPackage
+ ({ mkDerivation, async, attoparsec, base, concurrency
+ , contravariant, data-default, dejafu, doctest, exceptions, flow
+ , foldl, generic-lens, lens, mmorph, pipes, profunctors, protolude
+ , random, stm, streaming, text, time, transformers
+ , transformers-base
+ }:
+ mkDerivation {
+ pname = "box";
+ version = "0.0.1.2";
+ sha256 = "11g3ig1n1myfgcfvp6gkn5lyr2gdzj4zpginwmjac1c599xiyf8i";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ async attoparsec base concurrency contravariant data-default dejafu
+ exceptions flow foldl generic-lens lens mmorph pipes profunctors
+ protolude random stm streaming text time transformers
+ transformers-base
+ ];
+ executableHaskellDepends = [
+ async attoparsec base concurrency contravariant data-default dejafu
+ exceptions flow foldl generic-lens lens mmorph pipes profunctors
+ protolude random stm streaming text time transformers
+ transformers-base
+ ];
+ testHaskellDepends = [
+ async attoparsec base concurrency contravariant data-default dejafu
+ doctest exceptions flow foldl generic-lens lens mmorph pipes
+ profunctors protolude random stm streaming text time transformers
+ transformers-base
+ ];
+ description = "boxes";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"box-tuples" = callPackage
({ mkDerivation, base, ghc-prim }:
mkDerivation {
@@ -42063,8 +42166,8 @@ self: {
}:
mkDerivation {
pname = "brick";
- version = "0.47";
- sha256 = "1glj71qajc2rdn9akhhh0yryhps57s33x0i2fb4mf12zg8pp5kj7";
+ version = "0.47.1";
+ sha256 = "0s0frxr6spgxzzvnym8rf40wj261clv7yfy2fxgm8iyjrr0ki49h";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -42296,10 +42399,8 @@ self: {
}:
mkDerivation {
pname = "brittany";
- version = "0.11.0.0";
- sha256 = "1fgcim4q5y7csk8c038rm97w6b8bgynmi6h1dwyr2hsmzw9hxa26";
- revision = "2";
- editedCabalFile = "1f20w6zzbygnpa7f6xbaqxx34l62r53ikywg2snn0zkfizf3lcgx";
+ version = "0.12.0.0";
+ sha256 = "058ffj00x374iaz75zzd9l0ab4crdsq2zjrq1r8lvcpp63fmsa7h";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -42325,8 +42426,6 @@ self: {
];
description = "Haskell source code formatter";
license = stdenv.lib.licenses.agpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"broadcast-chan" = callPackage
@@ -42337,12 +42436,12 @@ self: {
pname = "broadcast-chan";
version = "0.2.0.2";
sha256 = "12ax37y9i3cs8wifz01lpq0awm9c235l5xkybf13ywvyk5svb0jv";
+ revision = "1";
+ editedCabalFile = "1sgifhdf9l8zkc0dddnkfy8f1bkry061vm67iich489fi8nlhfjn";
libraryHaskellDepends = [ base unliftio-core ];
benchmarkHaskellDepends = [ async base criterion deepseq stm ];
description = "Closable, fair, single-wakeup channel type that avoids 0 reader space leaks";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"broadcast-chan-conduit" = callPackage
@@ -42393,6 +42492,8 @@ self: {
pname = "broadcast-chan-tests";
version = "0.2.0.2";
sha256 = "1m7m06pd9vfvz0rfnylpr6pjvizxv31qizri3a400rkz3zanhkym";
+ revision = "2";
+ editedCabalFile = "0mfld36ppfyhx2w9a99gxa8qxnik0mnznl7bvqhbbaf1ayinhx91";
libraryHaskellDepends = [
async base broadcast-chan clock containers optparse-applicative
paramtree stm tagged tasty tasty-golden tasty-hunit tasty-travis
@@ -42614,29 +42715,6 @@ self: {
}) {};
"bson" = callPackage
- ({ mkDerivation, base, binary, bytestring, cryptohash
- , data-binary-ieee754, mtl, network, QuickCheck, test-framework
- , test-framework-quickcheck2, text, time
- }:
- mkDerivation {
- pname = "bson";
- version = "0.3.2.7";
- sha256 = "0avzr3aa3mbr9hcjwd0nr0pnpiym7s35qw7nghz51mrzb76rsci7";
- revision = "1";
- editedCabalFile = "1y6gy4rq2wb123p1qc35p0hnk8dqh2hnlys2c97znwcjjsd5p203";
- libraryHaskellDepends = [
- base binary bytestring cryptohash data-binary-ieee754 mtl network
- text time
- ];
- testHaskellDepends = [
- base binary bytestring cryptohash data-binary-ieee754 mtl network
- QuickCheck test-framework test-framework-quickcheck2 text time
- ];
- description = "BSON documents are JSON-like objects with a standard binary encoding";
- license = stdenv.lib.licenses.asl20;
- }) {};
-
- "bson_0_3_2_8" = callPackage
({ mkDerivation, base, binary, bytestring, cryptohash-md5
, data-binary-ieee754, mtl, network, QuickCheck, test-framework
, test-framework-quickcheck2, text, time
@@ -42655,7 +42733,6 @@ self: {
];
description = "BSON documents are JSON-like objects with a standard binary encoding";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"bson-generic" = callPackage
@@ -42847,8 +42924,8 @@ self: {
pname = "buffer";
version = "0.5.3";
sha256 = "0bf9y6rb3q26rk6qd7a2mjlb1gd1gp2k080ywhp5g48l474h6p26";
- revision = "1";
- editedCabalFile = "19v3zis3fqirsacacqnn7ypgvddgi6i8dj8bkbap2ln2mmqkvlh0";
+ revision = "2";
+ editedCabalFile = "0lg7sy7c059a29gmyihlwck6d98vq5kqfkw4bjixnvc2r9znfcv7";
libraryHaskellDepends = [ base base-prelude bug bytestring ];
testHaskellDepends = [
bug quickcheck-instances rerebase tasty tasty-hunit
@@ -43159,6 +43236,58 @@ self: {
tasty-quickcheck text
];
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "bulletproofs_1_0_1" = callPackage
+ ({ mkDerivation, arithmoi, base, containers, criterion, cryptonite
+ , galois-field, memory, MonadRandom, protolude, QuickCheck
+ , random-shuffle, tasty, tasty-discover, tasty-hunit
+ , tasty-quickcheck, text
+ }:
+ mkDerivation {
+ pname = "bulletproofs";
+ version = "1.0.1";
+ sha256 = "1c23dppl851a1ga9x8axkl27bswb0hlwql0mfabsd9ydclmipzf0";
+ libraryHaskellDepends = [
+ arithmoi base containers cryptonite galois-field memory MonadRandom
+ protolude QuickCheck random-shuffle text
+ ];
+ testHaskellDepends = [
+ arithmoi base containers cryptonite galois-field memory MonadRandom
+ protolude QuickCheck random-shuffle tasty tasty-discover
+ tasty-hunit tasty-quickcheck text
+ ];
+ testToolDepends = [ tasty-discover ];
+ benchmarkHaskellDepends = [
+ arithmoi base containers criterion cryptonite galois-field memory
+ MonadRandom protolude QuickCheck random-shuffle tasty tasty-hunit
+ tasty-quickcheck text
+ ];
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "bulmex" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, jsaddle
+ , jsaddle-dom, lens, network-uri, reflex, reflex-dom-core
+ , reflex-dom-helpers, text, time, witherable
+ }:
+ mkDerivation {
+ pname = "bulmex";
+ version = "2.0.0";
+ sha256 = "0nzgzg17av87i1777rjakiyamcgkszfcw3ch150536vkp1jaqlm5";
+ libraryHaskellDepends = [
+ aeson base bytestring containers jsaddle jsaddle-dom lens
+ network-uri reflex reflex-dom-core reflex-dom-helpers text time
+ witherable
+ ];
+ description = "Reflex infused with bulma (css)";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"bumper" = callPackage
@@ -43354,8 +43483,6 @@ self: {
];
description = "Chops a command or program invocation into digestable pieces";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"butter" = callPackage
@@ -43427,28 +43554,6 @@ self: {
}) {};
"bv-little" = callPackage
- ({ mkDerivation, base, criterion, deepseq, hashable, integer-gmp
- , mono-traversable, primitive, QuickCheck, tasty, tasty-hunit
- , tasty-quickcheck
- }:
- mkDerivation {
- pname = "bv-little";
- version = "0.1.2";
- sha256 = "0xscq4qjwisqiykdhiirxc58gsrmabvxmxwxw80f2m6ia103k3cc";
- libraryHaskellDepends = [
- base deepseq hashable integer-gmp mono-traversable primitive
- QuickCheck
- ];
- testHaskellDepends = [
- base deepseq hashable mono-traversable QuickCheck tasty tasty-hunit
- tasty-quickcheck
- ];
- benchmarkHaskellDepends = [ base criterion deepseq hashable ];
- description = "Efficient little-endian bit vector library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "bv-little_1_0_1" = callPackage
({ mkDerivation, base, criterion, deepseq, hashable, integer-gmp
, keys, mono-traversable, mono-traversable-keys, primitive
, QuickCheck, smallcheck, tasty, tasty-hunit, tasty-quickcheck
@@ -43456,8 +43561,8 @@ self: {
}:
mkDerivation {
pname = "bv-little";
- version = "1.0.1";
- sha256 = "1as21xhzrzcqmrqybczwxhh81avgkmdgn7hhk534dxv6csd7jyp6";
+ version = "1.1.0";
+ sha256 = "1cpmwmd6gig0gggbr197cjpp0ykaj30jniqq3r5lsv644wizkg6r";
libraryHaskellDepends = [
base deepseq hashable integer-gmp keys mono-traversable
mono-traversable-keys primitive QuickCheck text-show
@@ -43473,7 +43578,6 @@ self: {
];
description = "Efficient little-endian bit vector library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"bv-sized" = callPackage
@@ -43529,12 +43633,12 @@ self: {
}) {};
"byte-order" = callPackage
- ({ mkDerivation, base, primitive }:
+ ({ mkDerivation, base, primitive, primitive-unaligned }:
mkDerivation {
pname = "byte-order";
- version = "0.1.0.0";
- sha256 = "1g0bqx4xzv9y5shjn4wbnrrskahrmybzm1sw1kryyn5z8w7srw34";
- libraryHaskellDepends = [ base primitive ];
+ version = "0.1.1.0";
+ sha256 = "09j6gkvg1nv05dga46cyxsgnf5ksqbnnsz9nf36xg0vw6c352w7s";
+ libraryHaskellDepends = [ base primitive primitive-unaligned ];
testHaskellDepends = [ base primitive ];
description = "Portable big-endian and little-endian conversions";
license = stdenv.lib.licenses.bsd3;
@@ -43625,27 +43729,39 @@ self: {
}) {};
"byteslice" = callPackage
- ({ mkDerivation, base, primitive }:
+ ({ mkDerivation, base, primitive, primitive-addr, run-st }:
mkDerivation {
pname = "byteslice";
+ version = "0.1.2.0";
+ sha256 = "0bivb6gn3kfzi2rxvrf3klsgzj6p864vcxr2hnrdkr16qp1x8ysv";
+ libraryHaskellDepends = [ base primitive primitive-addr run-st ];
+ description = "Slicing managed and unmanaged memory";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "bytesmith" = callPackage
+ ({ mkDerivation, base, byteslice, primitive }:
+ mkDerivation {
+ pname = "bytesmith";
version = "0.1.0.0";
- sha256 = "13qzkhj2ify1q097n1zrjwjkw2803153vp9a4281i5idkm7x9pfg";
- revision = "1";
- editedCabalFile = "191drdfs4frgg5pg7fa0qh5ikik9lnm6kbrj1bmmnmzr4s9vdklv";
- libraryHaskellDepends = [ base primitive ];
- description = "Slicing ByteArray and MutableByteArray";
+ sha256 = "1jj2shy510r83r8nahf6lwjhwp73kbmla6mly4fzjza81syrwrm4";
+ libraryHaskellDepends = [ base byteslice primitive ];
+ testHaskellDepends = [ base byteslice primitive ];
+ description = "Nonresumable byte parser";
license = stdenv.lib.licenses.bsd3;
}) {};
- "bytestring_0_10_8_2" = callPackage
+ "bytestring_0_10_10_0" = callPackage
({ mkDerivation, base, byteorder, deepseq, directory, dlist
, ghc-prim, HUnit, integer-gmp, mtl, QuickCheck, random
, test-framework, test-framework-hunit, test-framework-quickcheck2
}:
mkDerivation {
pname = "bytestring";
- version = "0.10.8.2";
- sha256 = "0fjc5ybxx67l0kh27l6vq4saf88hp1wnssj5ka90ii588y76cvys";
+ version = "0.10.10.0";
+ sha256 = "1h94lyyn4fpklm25dsazj9za08m0vz9irafpza90h9j5wx4qpndq";
libraryHaskellDepends = [ base deepseq ghc-prim integer-gmp ];
testHaskellDepends = [
base byteorder deepseq directory dlist ghc-prim HUnit mtl
@@ -43672,8 +43788,6 @@ self: {
];
description = "Arbitrary instances for ByteStrings";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"bytestring-builder" = callPackage
@@ -44164,8 +44278,8 @@ self: {
}:
mkDerivation {
pname = "bzlib-conduit";
- version = "0.3.0.1";
- sha256 = "0fd2hnr782s7qgipazg2yxwia9qqhkvm9bcm90773c3zkxa13n23";
+ version = "0.3.0.2";
+ sha256 = "0a21zin5plsl37hkxh2jv8cxwyjrbs2fy7n5cyrzgdaa7lmp6b7b";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bindings-DSL bytestring conduit data-default-class mtl
@@ -44514,8 +44628,8 @@ self: {
}:
mkDerivation {
pname = "cabal-cache";
- version = "1.0.0.12";
- sha256 = "0mjfgjwya26mcb3jk81hirkdr0jx8zkql0i16944fvf3j1y3sna0";
+ version = "1.0.1.1";
+ sha256 = "1yb3wvjqqmkm4aysfyx4zf1z88453ywfc4czb4zvghfdgd95d0rx";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -44609,8 +44723,8 @@ self: {
}:
mkDerivation {
pname = "cabal-debian";
- version = "4.38.5";
- sha256 = "0pqislgc38q57jf252aha7x71pbdw5nxinx3gcm4s7311m25fw1f";
+ version = "4.39";
+ sha256 = "0cp1q9pa6wdij23bq7c3dac1byxxdr7maxvjj3jyi3v4d2mhgyvp";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -44713,6 +44827,34 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "cabal-fmt" = callPackage
+ ({ mkDerivation, base, bytestring, Cabal, containers, directory
+ , filepath, mtl, optparse-applicative, parsec, pretty, process
+ , tasty, tasty-golden
+ }:
+ mkDerivation {
+ pname = "cabal-fmt";
+ version = "0.1.1";
+ sha256 = "07hx1s7l5zmh7vs2zmmm56msz2m7wnzn919mvnpypvrsswmmnnd9";
+ isLibrary = false;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring Cabal containers directory filepath mtl parsec
+ pretty
+ ];
+ executableHaskellDepends = [
+ base bytestring directory filepath optparse-applicative
+ ];
+ testHaskellDepends = [
+ base bytestring Cabal filepath process tasty tasty-golden
+ ];
+ doHaddock = false;
+ description = "Format .cabal files";
+ license = "GPL-3.0-or-later AND BSD-3-Clause";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"cabal-ghc-dynflags" = callPackage
({ mkDerivation, base, Cabal, ghc, transformers }:
mkDerivation {
@@ -44795,8 +44937,6 @@ self: {
doCheck = false;
description = "Simple interface to some of Cabal's configuration state, mainly used by ghc-mod";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cabal-info" = callPackage
@@ -45085,25 +45225,6 @@ self: {
}) {};
"cabal-rpm" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, directory, filepath
- , http-client, http-client-tls, http-conduit, process, simple-cmd
- , time, unix
- }:
- mkDerivation {
- pname = "cabal-rpm";
- version = "0.12.6";
- sha256 = "1k602v7v87w6xcd9a5m8n5grnjbkyn79rdi9azl7djna0rs129ns";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- base bytestring Cabal directory filepath http-client
- http-client-tls http-conduit process simple-cmd time unix
- ];
- description = "RPM packaging tool for Haskell Cabal-based packages";
- license = stdenv.lib.licenses.gpl3;
- }) {};
-
- "cabal-rpm_0_13_3" = callPackage
({ mkDerivation, base, bytestring, Cabal, directory, filepath
, http-client, http-client-tls, http-conduit, process, simple-cmd
, time, unix
@@ -45112,6 +45233,8 @@ self: {
pname = "cabal-rpm";
version = "0.13.3";
sha256 = "04d5m74i0r6livhkhmccrwhshpa2aizyb77i2qcqhxradw0lkvl4";
+ revision = "1";
+ editedCabalFile = "1ngw9afzplbz4q707nak9zcjmk9fdynw0jvis4lgjq02y4i14hj6";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -45121,6 +45244,7 @@ self: {
description = "RPM packaging tool for Haskell Cabal-based packages";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cabal-scripts" = callPackage
@@ -45266,6 +45390,8 @@ self: {
libraryHaskellDepends = [ base Cabal QuickCheck ];
description = "QuickCheck for Cabal";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cabal-toolkit" = callPackage
@@ -45396,8 +45522,8 @@ self: {
}:
mkDerivation {
pname = "cabal2nix";
- version = "2.14.3";
- sha256 = "09qwv83fv2gq9j21hpr22bxpqwi5xlv0dr09xgwvk1r4dzjl8gbr";
+ version = "2.14.4";
+ sha256 = "0pxqdwxqc5siqrp7mqvz6g380wx4xn3y3mph8vjywvycvpqg2gqh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -45487,6 +45613,8 @@ self: {
pname = "cabalgraph";
version = "0.1";
sha256 = "1kgw1n22zh1ap6dfzhmh18d0wkr6ppd9b20r77f7q6m371hhbkvy";
+ revision = "1";
+ editedCabalFile = "01vkf16s9kplp61sbf4w6zfdd48wg65d1m31m5jqk28361c76sh7";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -45666,29 +45794,27 @@ self: {
"cachix" = callPackage
({ mkDerivation, async, base, base16-bytestring, base64-bytestring
, bytestring, cachix-api, conduit, conduit-extra, cookie
- , cryptonite, data-default, dhall, directory, ed25519, filepath
- , fsnotify, here, hspec, hspec-discover, http-client
- , http-client-tls, http-conduit, http-types, lzma-conduit
- , megaparsec, memory, mmorph, netrc, optparse-applicative, process
- , protolude, retry, safe-exceptions, servant, servant-auth
- , servant-auth-client, servant-client, servant-client-core
- , servant-conduit, temporary, text, unix, uri-bytestring, versions
+ , cryptonite, dhall, directory, ed25519, filepath, fsnotify, here
+ , hspec, hspec-discover, http-client, http-client-tls, http-conduit
+ , http-types, lzma-conduit, megaparsec, memory, mmorph, netrc
+ , optparse-applicative, process, protolude, resourcet, retry
+ , safe-exceptions, servant, servant-auth, servant-auth-client
+ , servant-client, servant-client-core, servant-conduit, temporary
+ , text, unix, uri-bytestring, versions
}:
mkDerivation {
pname = "cachix";
- version = "0.2.0";
- sha256 = "0nk6ay0vdq656bwkbnd16y95ivjbi34k8k58gcabr91bgypp1fhn";
- revision = "1";
- editedCabalFile = "103ypqp0kclc1814q2ci5fi2jpfbxwmjqfsnkvwf3c1vr8cqplmh";
+ version = "0.2.1";
+ sha256 = "1yz0qfpp8d2n4h9k9cy394zgqg24vvb9ahzxdsvabjwbpmg9sijv";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
async base base16-bytestring base64-bytestring bytestring
- cachix-api conduit conduit-extra cookie cryptonite data-default
- dhall directory ed25519 filepath fsnotify here http-client
- http-client-tls http-conduit http-types lzma-conduit megaparsec
- memory mmorph netrc optparse-applicative process protolude retry
+ cachix-api conduit conduit-extra cookie cryptonite dhall directory
+ ed25519 filepath fsnotify here http-client http-client-tls
+ http-conduit http-types lzma-conduit megaparsec memory mmorph netrc
+ optparse-applicative process protolude resourcet retry
safe-exceptions servant servant-auth servant-auth-client
servant-client servant-client-core servant-conduit text unix
uri-bytestring versions
@@ -45700,6 +45826,8 @@ self: {
];
description = "Command line client for Nix binary cache hosting https://cachix.org";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cachix-api" = callPackage
@@ -45713,8 +45841,8 @@ self: {
}:
mkDerivation {
pname = "cachix-api";
- version = "0.2.0";
- sha256 = "1wmyxknd5fliqfsavngpj01i34jcl39rsm1lx0nf13vlsf279wkk";
+ version = "0.2.1";
+ sha256 = "1ja724ji12whjhyw135yi2fq323a65h4bj37r43b5d9ir1c04g67";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -45735,6 +45863,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Servant HTTP API specification for https://cachix.org";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cacophony" = callPackage
@@ -46163,36 +46293,54 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "call-stack_0_2_0" = callPackage
+ ({ mkDerivation, base, nanospec }:
+ mkDerivation {
+ pname = "call-stack";
+ version = "0.2.0";
+ sha256 = "1iz0wkbcqchyji72c4j4zb72vfsfdp2ys8pf9mqqsxaq774r7ilm";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base nanospec ];
+ description = "Use GHC call-stacks in a backward compatible way";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"camfort" = callPackage
({ mkDerivation, alex, array, base, binary, bytestring, containers
, directory, fgl, filepath, flint, fortran-src, GenericPretty
- , ghc-prim, happy, hmatrix, hspec, lattices, lens, matrix, mmorph
- , mtl, optparse-applicative, partial-order, QuickCheck, sbv
- , silently, singletons, syb, syz, template-haskell, temporary, text
- , time, transformers, uniplate, vector, verifiable-expressions
- , vinyl
+ , ghc-prim, happy, hmatrix, hspec, hspec-discover, lattices, lens
+ , matrix, mmorph, mtl, optparse-applicative, parallel, pretty
+ , QuickCheck, sbv, silently, singletons, strict, syb, syz
+ , template-haskell, temporary, text, time, transformers, uniplate
+ , vector, verifiable-expressions, vinyl, writer-cps-morph
+ , writer-cps-mtl, writer-cps-transformers
}:
mkDerivation {
pname = "camfort";
- version = "0.905";
- sha256 = "14wp9xkssingashbys07i536xnmrgh891260drc0f88d0mwjc935";
+ version = "0.906";
+ sha256 = "164zrga458nmlyxaaa9wa0x1vamrlf1w1jisnwp87khkw8622nyi";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
array base binary bytestring containers directory fgl filepath
fortran-src GenericPretty ghc-prim hmatrix lattices lens matrix
- mmorph mtl partial-order sbv singletons syb syz template-haskell
- text transformers uniplate vector verifiable-expressions vinyl
+ mmorph mtl parallel pretty sbv singletons strict syb syz
+ template-haskell text transformers uniplate vector
+ verifiable-expressions vinyl writer-cps-morph writer-cps-mtl
+ writer-cps-transformers
];
librarySystemDepends = [ flint ];
libraryToolDepends = [ alex happy ];
- executableHaskellDepends = [ base directory optparse-applicative ];
+ executableHaskellDepends = [
+ base directory fortran-src optparse-applicative
+ ];
testHaskellDepends = [
array base binary bytestring containers directory fgl filepath
- fortran-src hmatrix hspec lattices lens mtl partial-order
- QuickCheck sbv silently temporary text time uniplate
- verifiable-expressions
+ fortran-src hmatrix hspec lattices lens mtl QuickCheck sbv silently
+ temporary text time uniplate verifiable-expressions
];
+ testToolDepends = [ hspec-discover ];
description = "CamFort - Cambridge Fortran infrastructure";
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -46233,17 +46381,27 @@ self: {
broken = true;
}) {};
+ "can-i-haz" = callPackage
+ ({ mkDerivation, base, deepseq, hspec, should-not-typecheck }:
+ mkDerivation {
+ pname = "can-i-haz";
+ version = "0.1.0.1";
+ sha256 = "1nay2hrvf8cxazsy5ha3affwxayirznjf0zlir0n7vbyl5w92im0";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base deepseq hspec should-not-typecheck ];
+ description = "Generic implementation of the Has pattern";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"canon" = callPackage
({ mkDerivation, arithmoi, array, base, containers, random }:
mkDerivation {
pname = "canon";
- version = "0.1.1.1";
- sha256 = "0z2s4bk6xs9p2lgg7r70nhr6igvw3z5iarc29slsg0cv9w4232c1";
+ version = "0.1.1.2";
+ sha256 = "181c09kh76104b23hf52b049cc6clww1y9kffw1f0hnkxhds9n84";
libraryHaskellDepends = [ arithmoi array base containers random ];
description = "Arithmetic for Psychedelically Large Numbers";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"canonical-filepath" = callPackage
@@ -46260,21 +46418,22 @@ self: {
}) {};
"canonical-json" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, parsec
- , pretty, QuickCheck, tasty, tasty-quickcheck, unordered-containers
- , vector
+ ({ mkDerivation, aeson, base, bytestring, containers, criterion
+ , deepseq, parsec, pretty, QuickCheck, tasty, tasty-quickcheck
+ , unordered-containers, vector
}:
mkDerivation {
pname = "canonical-json";
- version = "0.5.0.1";
- sha256 = "1r52f69afsnl6kmn0h2rl6wp21jjain4kz6123a1haacfm2f2hwj";
+ version = "0.6.0.0";
+ sha256 = "0lb847hvgkn49g6rvmavk14brvvpiy6q5fswk3cm9rc53hbq02zz";
libraryHaskellDepends = [
- base bytestring containers parsec pretty
+ base bytestring containers deepseq parsec pretty
];
testHaskellDepends = [
- aeson base bytestring QuickCheck tasty tasty-quickcheck
+ aeson base bytestring containers QuickCheck tasty tasty-quickcheck
unordered-containers vector
];
+ benchmarkHaskellDepends = [ base bytestring containers criterion ];
description = "Canonical JSON for signing and hashing JSON values";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -46417,6 +46576,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Convert data to and from a natural number representation";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cao" = callPackage
@@ -46479,8 +46640,6 @@ self: {
];
description = "Extensional capabilities and deriving combinators";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"capataz" = callPackage
@@ -46502,8 +46661,6 @@ self: {
];
description = "OTP-like supervision trees in Haskell";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"capnp" = callPackage
@@ -47044,21 +47201,15 @@ self: {
}) {};
"casr-logbook" = callPackage
- ({ mkDerivation, base, containers, digit, directory, doctest
- , filepath, lens, lucid, QuickCheck, template-haskell, text, time
+ ({ mkDerivation, base, containers, digit, lens, lucid, text, time
}:
mkDerivation {
pname = "casr-logbook";
- version = "0.3.0";
- sha256 = "1hbrvwpr5crrnqwsi9i2pcw89rpy5fy3dg40al1318lmxp6miznh";
- revision = "1";
- editedCabalFile = "03llwc37nhb4syw8a7wsp8n1135x57q9xacakfzw2rm5gby7hywm";
+ version = "0.5.4";
+ sha256 = "06r160c9cjqmiqldpdd9h4dx5g9gj6cmrajprwbcabcar6ckdsci";
libraryHaskellDepends = [
base containers digit lens lucid text time
];
- testHaskellDepends = [
- base directory doctest filepath QuickCheck template-haskell
- ];
description = "CASR 61.345 Pilot Personal Logbook";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
@@ -47300,6 +47451,8 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "Conduit interface for cassava package";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cassava-embed" = callPackage
@@ -47379,8 +47532,6 @@ self: {
];
description = "io-streams interface for the cassava CSV library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cassette" = callPackage
@@ -47456,6 +47607,8 @@ self: {
testToolDepends = [ tasty-discover ];
description = "Multicast, thread-safe, and fast logger";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"castle" = callPackage
@@ -47549,13 +47702,11 @@ self: {
({ mkDerivation, alg, base, transformers }:
mkDerivation {
pname = "category";
- version = "0.2.4.0";
- sha256 = "0c1507vl3r91f401ccsnphhis8krrzj789vzx9ynlg2lfalkvnni";
+ version = "0.2.4.1";
+ sha256 = "0gliy1frgpgyzq3vkin315ylpklfc6dvg0vd93hz8f9m3js6dm48";
libraryHaskellDepends = [ alg base transformers ];
description = "Categorical types and classes";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"category-extras" = callPackage
@@ -47675,6 +47826,8 @@ self: {
hspec QuickCheck
];
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cayene-lpp" = callPackage
@@ -47769,25 +47922,26 @@ self: {
}) {};
"cborg" = callPackage
- ({ mkDerivation, aeson, array, base, base16-bytestring
- , base64-bytestring, bytestring, containers, deepseq, fail
- , ghc-prim, half, integer-gmp, primitive, QuickCheck, scientific
- , tasty, tasty-hunit, tasty-quickcheck, text, vector
+ ({ mkDerivation, aeson, array, base, base-orphans
+ , base16-bytestring, base64-bytestring, bytestring, containers
+ , deepseq, fail, ghc-prim, half, integer-gmp, primitive, QuickCheck
+ , random, scientific, tasty, tasty-hunit, tasty-quickcheck, text
+ , vector
}:
mkDerivation {
pname = "cborg";
- version = "0.2.1.0";
- sha256 = "10vlv5mwg9625rmir7mi0zj5ygs3j3vlhm2h8lilkbj5frgp764i";
+ version = "0.2.2.0";
+ sha256 = "1rdnvy0w17s70ikmbyrnwax5rvqh19l95sh8i7ipgxi23z1r0bp1";
libraryHaskellDepends = [
array base bytestring containers deepseq ghc-prim half integer-gmp
primitive text
];
testHaskellDepends = [
- aeson array base base16-bytestring base64-bytestring bytestring
- deepseq fail half QuickCheck scientific tasty tasty-hunit
- tasty-quickcheck text vector
+ aeson array base base-orphans base16-bytestring base64-bytestring
+ bytestring deepseq fail half QuickCheck random scientific tasty
+ tasty-hunit tasty-quickcheck text vector
];
- description = "Concise Binary Object Representation";
+ description = "Concise Binary Object Representation (CBOR)";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -48209,6 +48363,8 @@ self: {
];
description = "Use cereal to encode/decode io-streams";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cereal-text" = callPackage
@@ -48430,24 +48586,6 @@ self: {
}) {};
"cgi" = callPackage
- ({ mkDerivation, base, bytestring, containers, exceptions, mtl
- , multipart, network, network-uri, parsec, time, xhtml
- }:
- mkDerivation {
- pname = "cgi";
- version = "3001.3.0.3";
- sha256 = "1rml686pvjhpd51vj6g79c6132m8kx6kxikk7g246imps3bl90gb";
- revision = "3";
- editedCabalFile = "06gyp3mxx9jkkbz9sbn389wjsz33s231vk53pbsm37a1z9ply14a";
- libraryHaskellDepends = [
- base bytestring containers exceptions mtl multipart network
- network-uri parsec time xhtml
- ];
- description = "A library for writing CGI programs";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "cgi_3001_4_0_0" = callPackage
({ mkDerivation, base, bytestring, containers, exceptions, mtl
, multipart, network-uri, parsec, time, xhtml
}:
@@ -48465,7 +48603,6 @@ self: {
];
description = "A library for writing CGI programs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cgi-undecidable" = callPackage
@@ -49046,19 +49183,6 @@ self: {
}) {};
"checkers" = callPackage
- ({ mkDerivation, array, base, QuickCheck, random, semigroupoids }:
- mkDerivation {
- pname = "checkers";
- version = "0.4.14";
- sha256 = "0pnb7xdhaq4rw28hd4cz1b04w52ffjghw3x9zchiwm4h8hwhvibz";
- libraryHaskellDepends = [
- array base QuickCheck random semigroupoids
- ];
- description = "Check properties on standard classes and data structures";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "checkers_0_5_0" = callPackage
({ mkDerivation, array, base, QuickCheck, random, semigroupoids }:
mkDerivation {
pname = "checkers";
@@ -49069,7 +49193,6 @@ self: {
];
description = "Check properties on standard classes and data structures";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"checkmate" = callPackage
@@ -49129,6 +49252,8 @@ self: {
];
description = "A simple and intuitive library for automated testing";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"chell-hunit" = callPackage
@@ -49140,6 +49265,8 @@ self: {
libraryHaskellDepends = [ base chell HUnit ];
description = "HUnit support for the Chell testing library";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"chell-quickcheck" = callPackage
@@ -49151,6 +49278,8 @@ self: {
libraryHaskellDepends = [ base chell QuickCheck random ];
description = "QuickCheck support for the Chell testing library";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"chessIO" = callPackage
@@ -49285,6 +49414,8 @@ self: {
libraryToolDepends = [ c2hs ];
description = "Haskell bindings for Chipmunk2D physics engine";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"chitauri" = callPackage
@@ -49621,23 +49752,22 @@ self: {
"chronos" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, clock
- , criterion, deepseq, hashable, HUnit, old-locale, primitive
- , QuickCheck, semigroups, test-framework, test-framework-hunit
- , test-framework-quickcheck2, text, thyme, time, torsor, vector
+ , criterion, deepseq, doctest, hashable, HUnit, old-locale
+ , primitive, QuickCheck, semigroups, test-framework
+ , test-framework-hunit, test-framework-quickcheck2, text, thyme
+ , time, torsor, vector
}:
mkDerivation {
pname = "chronos";
- version = "1.0.5";
- sha256 = "0274b5qv1wf52vsdjm1siksh07qgdgid0a9316b7nab2gc7jgpdz";
- revision = "3";
- editedCabalFile = "13gjxvybjkgw0qs1vi45b7vs4d2lbh7l76kl8m99dd13dvvb49qf";
+ version = "1.0.7";
+ sha256 = "0yqk43ax20sk3rpxd5s857ivbgigvd5qdq4axawzmqr2na6jlikx";
libraryHaskellDepends = [
aeson attoparsec base bytestring clock hashable primitive
semigroups text torsor vector
];
testHaskellDepends = [
- attoparsec base bytestring HUnit QuickCheck test-framework
- test-framework-hunit test-framework-quickcheck2 text
+ attoparsec base bytestring doctest HUnit QuickCheck test-framework
+ test-framework-hunit test-framework-quickcheck2 text torsor
];
benchmarkHaskellDepends = [
attoparsec base bytestring criterion deepseq old-locale QuickCheck
@@ -50437,8 +50567,8 @@ self: {
}:
mkDerivation {
pname = "clang-pure";
- version = "0.2.0.4";
- sha256 = "13c03zj15xx8hq6gqvq62dfqz936mrrz34irk7bqyi0sbhqgrjn1";
+ version = "0.2.0.5";
+ sha256 = "0s84q6qdym02xvva3iq559kmhwzb08slip69h4cvvc6a7lqmaj37";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal inline-c process ];
@@ -50695,30 +50825,31 @@ self: {
}) {};
"classify-frog" = callPackage
- ({ mkDerivation, array, audacity, base, bifunctors, Cabal, carray
+ ({ mkDerivation, array, audacity, base, bifunctors, carray
, comfort-array, concurrent-split, containers, deepseq
, explicit-exception, fft, filemanip, gnuplot, hmm-lapack, lapack
, lazy-csv, llvm-extra, llvm-tf, non-empty, numeric-prelude
, optparse-applicative, parallel, pathtype, pooled-io, semigroups
- , soxlib, storable-record, storablevector, storablevector-carray
- , synthesizer-core, synthesizer-llvm, tagchup, text, time
- , transformers, utility-ht, xml-basic
+ , shell-utility, soxlib, storable-record, storablevector
+ , storablevector-carray, synthesizer-core, synthesizer-llvm
+ , tagchup, text, time, transformers, utility-ht, xml-basic
}:
mkDerivation {
pname = "classify-frog";
- version = "0.2.4.2";
- sha256 = "1q1jr4q1a27wscznrkr04fxlaac2xp7l02rzspmf8bpkadfp3wfw";
+ version = "0.2.4.3";
+ sha256 = "0pba3a2vj9s5x8mm878q8vl0a57vrm2c4s79n0vc2pggbkb6dybc";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
executableHaskellDepends = [
- array audacity base bifunctors Cabal carray comfort-array
+ array audacity base bifunctors carray comfort-array
concurrent-split containers deepseq explicit-exception fft
filemanip gnuplot hmm-lapack lapack lazy-csv llvm-extra llvm-tf
non-empty numeric-prelude optparse-applicative parallel pathtype
- pooled-io semigroups soxlib storable-record storablevector
- storablevector-carray synthesizer-core synthesizer-llvm tagchup
- text time transformers utility-ht xml-basic
+ pooled-io semigroups shell-utility soxlib storable-record
+ storablevector storablevector-carray synthesizer-core
+ synthesizer-llvm tagchup text time transformers utility-ht
+ xml-basic
];
description = "Classify sounds produced by Xenopus laevis";
license = stdenv.lib.licenses.bsd3;
@@ -50887,8 +51018,8 @@ self: {
}:
mkDerivation {
pname = "clckwrks";
- version = "0.24.0.12";
- sha256 = "1m14nnxwkgn68f0hc1sbbn29vrlrwl2bs102rn1h0czcy6nwg2cx";
+ version = "0.25.0";
+ sha256 = "1jgxchshpkpbgpkn31iymswb08wjjfmvqglv5brs0zw4ialirrh9";
enableSeparateDataOutput = true;
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
@@ -50911,17 +51042,22 @@ self: {
}) {inherit (pkgs) openssl;};
"clckwrks-cli" = callPackage
- ({ mkDerivation, acid-state, base, clckwrks, haskeline, mtl
- , network, parsec
+ ({ mkDerivation, acid-state, base, clckwrks, containers, filepath
+ , haskeline, mtl, network, parsec
}:
mkDerivation {
pname = "clckwrks-cli";
- version = "0.2.17.3";
- sha256 = "1akbfin1avsdd3r4f65p034divl8i24g4h627frcdypkc25j8qgf";
- isLibrary = false;
+ version = "0.3.0";
+ sha256 = "0ardhl27n3al945s88dmygnw42ki5sn23s59rkhbs4pdyp9yawhs";
+ isLibrary = true;
isExecutable = true;
+ libraryHaskellDepends = [
+ acid-state base clckwrks containers filepath haskeline mtl network
+ parsec
+ ];
executableHaskellDepends = [
- acid-state base clckwrks haskeline mtl network parsec
+ acid-state base clckwrks containers filepath haskeline mtl network
+ parsec
];
description = "a command-line interface for adminstrating some aspects of clckwrks";
license = stdenv.lib.licenses.bsd3;
@@ -51066,8 +51202,8 @@ self: {
}:
mkDerivation {
pname = "clckwrks-plugin-page";
- version = "0.4.3.16";
- sha256 = "15m1bhiyw5rzfx1y6yhra2d0zkiaffy9rvp408pb4ccfdxg4bi2s";
+ version = "0.4.3.18";
+ sha256 = "0fgz0rxzkbavzqci4kcav1pljkhdy1mgmf3mldbxp8f88pr5lm42";
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
acid-state aeson attoparsec base clckwrks containers directory
@@ -51533,18 +51669,6 @@ self: {
}) {};
"clock" = callPackage
- ({ mkDerivation, base, tasty, tasty-quickcheck }:
- mkDerivation {
- pname = "clock";
- version = "0.7.2";
- sha256 = "07v91s20halsqjmziqb1sqjp2sjpckl9by7y28aaklwqi2bh2rl8";
- libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base tasty tasty-quickcheck ];
- description = "High-resolution clock functions: monotonic, realtime, cputime";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "clock_0_8" = callPackage
({ mkDerivation, base, criterion, tasty, tasty-quickcheck }:
mkDerivation {
pname = "clock";
@@ -51555,7 +51679,6 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "High-resolution clock functions: monotonic, realtime, cputime";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"clock-extras" = callPackage
@@ -52012,24 +52135,24 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "cmark" = callPackage
- ({ mkDerivation, base, blaze-html, bytestring, cheapskate
- , criterion, discount, HUnit, markdown, sundown, text
+ "cmake-syntax" = callPackage
+ ({ mkDerivation, base, bytestring, hspec, raw-strings-qq, trifecta
}:
mkDerivation {
- pname = "cmark";
- version = "0.5.6.3";
- sha256 = "09vzb6hsh20ykr7z7vb5af1m68w0aj0yah39kjqkwbahsq2y5qpf";
- libraryHaskellDepends = [ base bytestring text ];
- testHaskellDepends = [ base HUnit text ];
- benchmarkHaskellDepends = [
- base blaze-html cheapskate criterion discount markdown sundown text
+ pname = "cmake-syntax";
+ version = "0.1.0.0";
+ sha256 = "1d4pdnf4yb630iiw2iviidhzddfx15z2w6gamf92bdl17886i4jr";
+ libraryHaskellDepends = [
+ base bytestring raw-strings-qq trifecta
];
- description = "Fast, accurate CommonMark (Markdown) parser and renderer";
+ testHaskellDepends = [
+ base bytestring hspec raw-strings-qq trifecta
+ ];
+ description = "Parser for the CMake syntax (CMakeLists.txt and .cmake files)";
license = stdenv.lib.licenses.bsd3;
}) {};
- "cmark_0_6" = callPackage
+ "cmark" = callPackage
({ mkDerivation, base, blaze-html, bytestring, cheapskate
, criterion, discount, HUnit, markdown, sundown, text
}:
@@ -52044,27 +52167,9 @@ self: {
];
description = "Fast, accurate CommonMark (Markdown) parser and renderer";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cmark-gfm" = callPackage
- ({ mkDerivation, base, blaze-html, bytestring, cheapskate
- , criterion, discount, HUnit, markdown, sundown, text
- }:
- mkDerivation {
- pname = "cmark-gfm";
- version = "0.1.8";
- sha256 = "0z5zkhax975b3ih71x846n09zrhqb7j4pn6rmfv6p4q8gncrrv9l";
- libraryHaskellDepends = [ base bytestring text ];
- testHaskellDepends = [ base HUnit text ];
- benchmarkHaskellDepends = [
- base blaze-html cheapskate criterion discount markdown sundown text
- ];
- description = "Fast, accurate GitHub Flavored Markdown parser and renderer";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "cmark-gfm_0_2_0" = callPackage
({ mkDerivation, base, blaze-html, bytestring, cheapskate
, criterion, discount, HUnit, markdown, sundown, text
}:
@@ -52079,7 +52184,6 @@ self: {
];
description = "Fast, accurate GitHub Flavored Markdown parser and renderer";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cmark-highlight" = callPackage
@@ -52096,6 +52200,8 @@ self: {
];
description = "Code highlighting for cmark";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cmark-lucid" = callPackage
@@ -52120,6 +52226,8 @@ self: {
libraryHaskellDepends = [ base cmark ];
description = "Pattern synonyms for cmark";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cmark-sections" = callPackage
@@ -52314,6 +52422,20 @@ self: {
broken = true;
}) {cmph = null;};
+ "cmptype" = callPackage
+ ({ mkDerivation, base, ghc, magic-tyfams, should-not-typecheck }:
+ mkDerivation {
+ pname = "cmptype";
+ version = "0.2.0.0";
+ sha256 = "0pkflrrwrwks7qjw3rpqnrk1k3p1dw4dq75cqzq12m356m3a2fpc";
+ libraryHaskellDepends = [ base ghc magic-tyfams ];
+ testHaskellDepends = [
+ base ghc magic-tyfams should-not-typecheck
+ ];
+ description = "Compare types of any kinds";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"cmt" = callPackage
({ mkDerivation, attoparsec, base, classy-prelude, containers
, directory, file-embed, filepath, process, tasty, tasty-discover
@@ -52420,31 +52542,6 @@ self: {
}) {};
"co-log" = callPackage
- ({ mkDerivation, ansi-terminal, base, bytestring, co-log-core
- , containers, contravariant, directory, filepath, markdown-unlit
- , mtl, stm, text, time, transformers, typerep-map
- }:
- mkDerivation {
- pname = "co-log";
- version = "0.2.0";
- sha256 = "1xd83srrm659nf2s2xrm3zjg6zhrmhvj6s6mwx4axrgvnxf2lbjr";
- revision = "1";
- editedCabalFile = "0np7g6sqm6iyjyrypwlgrz67n0vhasvgp1k6cwrcj2lnmvjcrmvl";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- ansi-terminal base bytestring co-log-core containers contravariant
- directory filepath mtl stm text time transformers typerep-map
- ];
- executableHaskellDepends = [ base text typerep-map ];
- executableToolDepends = [ markdown-unlit ];
- description = "Composable Contravariant Comonadic Logging Library";
- license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "co-log_0_3_0_0" = callPackage
({ mkDerivation, ansi-terminal, base, bytestring, chronos
, co-log-core, containers, contravariant, directory, filepath
, hedgehog, markdown-unlit, mtl, stm, text, transformers
@@ -52475,18 +52572,6 @@ self: {
}) {};
"co-log-core" = callPackage
- ({ mkDerivation, base, doctest }:
- mkDerivation {
- pname = "co-log-core";
- version = "0.1.1";
- sha256 = "00qkkycxm4dmqpacbhi50kk9dyhd96b0d6csxs75pm4xy337205w";
- libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base doctest ];
- description = "Composable Contravariant Comonadic Logging Library";
- license = stdenv.lib.licenses.mpl20;
- }) {};
-
- "co-log-core_0_2_0_0" = callPackage
({ mkDerivation, base, doctest, Glob }:
mkDerivation {
pname = "co-log-core";
@@ -52496,7 +52581,6 @@ self: {
testHaskellDepends = [ base doctest Glob ];
description = "Composable Contravariant Comonadic Logging Library";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"co-log-polysemy" = callPackage
@@ -52841,6 +52925,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "coercion-extras" = callPackage
+ ({ mkDerivation, base, containers }:
+ mkDerivation {
+ pname = "coercion-extras";
+ version = "0.1.0.0";
+ sha256 = "051gh93yncgclmi5i16rm07wg7v0zqz7s1q40h50vny39glsgwc7";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base containers ];
+ description = "Extra utilities for manipulating nominal and representational coercions";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"cofunctor" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -53118,6 +53214,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Collection+JSON—Hypermedia Type Tools";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"collections" = callPackage
@@ -53187,6 +53285,8 @@ self: {
pname = "colonnade";
version = "1.2.0.2";
sha256 = "1asjx71gp26a15v7g3p8bfddb5nnzky6672c35xx35hq73mhykr4";
+ revision = "1";
+ editedCabalFile = "1aq72ri6labv8vsf6s3h8mkry4kiig9659lgdmrqr8ngyp7jwp69";
libraryHaskellDepends = [
base bytestring contravariant profunctors semigroups text vector
];
@@ -53362,8 +53462,6 @@ self: {
libraryHaskellDepends = [ accelerate base ];
description = "Working with colours in Accelerate";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"colour-space" = callPackage
@@ -53374,8 +53472,8 @@ self: {
pname = "colour-space";
version = "0.1.4.0";
sha256 = "0sr341chqhngm7ihyy3ym3w345sk101gznw80iksjwxjg3iiqxmq";
- revision = "1";
- editedCabalFile = "1n9n76g9zjp1i02f964dlfy65m978m8whbcivd063pf1acp9njax";
+ revision = "2";
+ editedCabalFile = "0qldxm84rk344h4wgk3bqsxfhkmvj8psm0sqgfnjh34a4fy5hjzg";
libraryHaskellDepends = [
base colour constrained-categories JuicyPixels linear
linearmap-category manifolds semigroups vector-space
@@ -53426,6 +53524,23 @@ self: {
broken = true;
}) {};
+ "columnar" = callPackage
+ ({ mkDerivation, base, bytestring, cassava, containers, enum-text
+ , fmt, lens, possibly, rio, template-haskell, text, time
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "columnar";
+ version = "1.0.0.0";
+ sha256 = "0qf5fbd9cwc22npww4qsjaj7rxdy2r3rjm19w23a9shqvgc2l6av";
+ libraryHaskellDepends = [
+ base bytestring cassava containers enum-text fmt lens possibly rio
+ template-haskell text time unordered-containers vector
+ ];
+ description = "A CSV toolkit based on cassava and enum-text";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"com" = callPackage
({ mkDerivation }:
mkDerivation {
@@ -53687,8 +53802,6 @@ self: {
];
description = "Arrays where the index type is a function of the shape type";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"comfort-graph" = callPackage
@@ -53723,8 +53836,6 @@ self: {
];
description = "A format for describing comics";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"comma" = callPackage
@@ -55016,22 +55127,6 @@ self: {
}) {};
"concurrency" = callPackage
- ({ mkDerivation, array, atomic-primops, base, exceptions
- , monad-control, mtl, stm, transformers
- }:
- mkDerivation {
- pname = "concurrency";
- version = "1.6.2.0";
- sha256 = "004h1wxdgqpxpk9vcvds759pn5qdp873b4bidakffxgh35nkxr68";
- libraryHaskellDepends = [
- array atomic-primops base exceptions monad-control mtl stm
- transformers
- ];
- description = "Typeclasses, functions, and data types for concurrency and STM";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "concurrency_1_7_0_0" = callPackage
({ mkDerivation, array, atomic-primops, base, exceptions
, monad-control, mtl, stm, transformers
}:
@@ -55045,7 +55140,6 @@ self: {
];
description = "Typeclasses, functions, and data types for concurrency and STM";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"concurrency-benchmarks" = callPackage
@@ -55068,8 +55162,6 @@ self: {
];
description = "Benchmarks to compare concurrency APIs";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"concurrent-barrier" = callPackage
@@ -55122,8 +55214,8 @@ self: {
}:
mkDerivation {
pname = "concurrent-dns-cache";
- version = "0.1.2";
- sha256 = "1hczxqvlnp5nxcx3mdpv9cm7mv66823jhyw9pibfklpy94syiz5a";
+ version = "0.1.3";
+ sha256 = "1qq8zj39sw1jl44v3midxv0xnmn5p5v6k4j8a2s5cgkjimdwwbz3";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -55137,6 +55229,8 @@ self: {
testHaskellDepends = [ async base dns hspec ];
description = "Concurrent DNS cache";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"concurrent-extra" = callPackage
@@ -55180,22 +55274,6 @@ self: {
}) {};
"concurrent-output" = callPackage
- ({ mkDerivation, ansi-terminal, async, base, directory, exceptions
- , process, stm, terminal-size, text, transformers, unix
- }:
- mkDerivation {
- pname = "concurrent-output";
- version = "1.10.9";
- sha256 = "0mwf155w89nbbkjln7hhbn8k3f8p0ylcvgrg31cm7ijpx4499i4c";
- libraryHaskellDepends = [
- ansi-terminal async base directory exceptions process stm
- terminal-size text transformers unix
- ];
- description = "Ungarble output from several threads or commands";
- license = stdenv.lib.licenses.bsd2;
- }) {};
-
- "concurrent-output_1_10_10" = callPackage
({ mkDerivation, ansi-terminal, async, base, directory, exceptions
, process, stm, terminal-size, text, transformers, unix
}:
@@ -55209,7 +55287,6 @@ self: {
];
description = "Ungarble output from several threads or commands";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"concurrent-rpc" = callPackage
@@ -55497,8 +55574,6 @@ self: {
];
description = "Conduit-based algorithms";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"conduit-audio" = callPackage
@@ -55603,26 +55678,6 @@ self: {
}) {};
"conduit-connection" = callPackage
- ({ mkDerivation, base, bytestring, conduit, connection, HUnit
- , network, resourcet, test-framework, test-framework-hunit
- , transformers
- }:
- mkDerivation {
- pname = "conduit-connection";
- version = "0.1.0.4";
- sha256 = "1z11r3rf6hmz5b00w4xymp6x0s00acyvbyw6n99wd3b9ycbl2y2y";
- libraryHaskellDepends = [
- base bytestring conduit connection resourcet transformers
- ];
- testHaskellDepends = [
- base bytestring conduit connection HUnit network resourcet
- test-framework test-framework-hunit transformers
- ];
- description = "Conduit source and sink for Network.Connection.";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "conduit-connection_0_1_0_5" = callPackage
({ mkDerivation, base, bytestring, conduit, connection, HUnit
, network, resourcet, test-framework, test-framework-hunit
, transformers
@@ -55640,7 +55695,6 @@ self: {
];
description = "Conduit source and sink for Network.Connection.";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"conduit-extra_1_2_3_2" = callPackage
@@ -55685,8 +55739,8 @@ self: {
}:
mkDerivation {
pname = "conduit-extra";
- version = "1.3.1.1";
- sha256 = "0jaj350vv6mbb26gdwcqz4gwzfzrjydv5pis2da49wz1npbakcfw";
+ version = "1.3.4";
+ sha256 = "1d853d39vj5pb8yxfcsnjwdzqzkm34ixzbnba8bslpihb7182wxi";
libraryHaskellDepends = [
async attoparsec base bytestring conduit directory filepath network
primitive process resourcet stm streaming-commons text transformers
@@ -55704,35 +55758,6 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "conduit-extra_1_3_2" = callPackage
- ({ mkDerivation, async, attoparsec, base, bytestring
- , bytestring-builder, conduit, directory, exceptions, filepath
- , gauge, hspec, network, primitive, process, QuickCheck, resourcet
- , stm, streaming-commons, text, transformers, transformers-base
- , typed-process, unliftio-core
- }:
- mkDerivation {
- pname = "conduit-extra";
- version = "1.3.2";
- sha256 = "1fs61dsdkk61rqfkrv11plkq5n1z44kq5cscv7iwbgb5s0ds6j5i";
- libraryHaskellDepends = [
- async attoparsec base bytestring conduit directory filepath network
- primitive process resourcet stm streaming-commons text transformers
- typed-process unliftio-core
- ];
- testHaskellDepends = [
- async attoparsec base bytestring bytestring-builder conduit
- directory exceptions filepath hspec process QuickCheck resourcet
- stm streaming-commons text transformers transformers-base
- ];
- benchmarkHaskellDepends = [
- base bytestring bytestring-builder conduit gauge transformers
- ];
- description = "Batteries included conduit: adapters for common libraries";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"conduit-find" = callPackage
({ mkDerivation, attoparsec, base, conduit, conduit-combinators
, conduit-extra, directory, doctest, either, exceptions, filepath
@@ -55798,8 +55823,6 @@ self: {
libraryHaskellDepends = [ base conduit mtl ];
description = "Merge multiple sorted conduits";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"conduit-network-stream" = callPackage
@@ -55927,8 +55950,6 @@ self: {
];
description = "Virtual file system for Conduit; disk, pure, and in-memory impls";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"conduit-vfs-zip" = callPackage
@@ -55955,8 +55976,6 @@ self: {
];
description = "Zip archive interface for the Conduit Virtual File System";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"conduit-zstd" = callPackage
@@ -55975,8 +55994,6 @@ self: {
];
description = "Conduit-based ZStd Compression";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"conf" = callPackage
@@ -56014,43 +56031,6 @@ self: {
}) {};
"confcrypt" = callPackage
- ({ mkDerivation, amazonka, amazonka-kms, base, base64-bytestring
- , bytestring, conduit, containers, crypto-pubkey-openssh
- , crypto-pubkey-types, cryptonite, deepseq, HUnit, lens, megaparsec
- , memory, mtl, optparse-applicative, parser-combinators, QuickCheck
- , tasty, tasty-hunit, tasty-quickcheck, text, transformers
- }:
- mkDerivation {
- pname = "confcrypt";
- version = "0.1.0.4";
- sha256 = "1c25xjpnw802pqfjksx5fxjq9ynwfjkkmyad169bvfasry98cdbb";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- amazonka amazonka-kms base base64-bytestring bytestring conduit
- containers crypto-pubkey-openssh crypto-pubkey-types cryptonite
- deepseq lens megaparsec mtl optparse-applicative parser-combinators
- text transformers
- ];
- executableHaskellDepends = [
- amazonka amazonka-kms base base64-bytestring bytestring conduit
- containers crypto-pubkey-openssh crypto-pubkey-types cryptonite
- deepseq lens megaparsec mtl optparse-applicative parser-combinators
- text transformers
- ];
- testHaskellDepends = [
- amazonka amazonka-kms base base64-bytestring bytestring conduit
- containers crypto-pubkey-openssh crypto-pubkey-types cryptonite
- deepseq HUnit lens megaparsec memory mtl optparse-applicative
- parser-combinators QuickCheck tasty tasty-hunit tasty-quickcheck
- text transformers
- ];
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "confcrypt_0_2_3_3" = callPackage
({ mkDerivation, amazonka, amazonka-kms, base, base64-bytestring
, bytestring, conduit, containers, crypto-pubkey-openssh
, crypto-pubkey-types, cryptonite, deepseq, HUnit, lens, megaparsec
@@ -56087,6 +56067,24 @@ self: {
broken = true;
}) {};
+ "conferer" = callPackage
+ ({ mkDerivation, base, bytestring, containers, directory, hspec
+ , text
+ }:
+ mkDerivation {
+ pname = "conferer";
+ version = "0.1.0.0";
+ sha256 = "0y62yj2cm7q9qwxl3jfdq16rza2mrjg60lchx4s0gbwiw959a83n";
+ libraryHaskellDepends = [
+ base bytestring containers directory text
+ ];
+ testHaskellDepends = [
+ base bytestring containers directory hspec text
+ ];
+ description = "Configuration management library";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"confetti" = callPackage
({ mkDerivation, base, cmdargs, directory, filepath, MissingH
, tasty, tasty-hunit, tasty-smallcheck, text, time, unix, yaml
@@ -56202,8 +56200,8 @@ self: {
}:
mkDerivation {
pname = "config-schema";
- version = "1.0.0.0";
- sha256 = "0yziw7yqyzdxfxzrzp8wq0858njxxf3ikdbzivf63zfn3sf79y61";
+ version = "1.1.0.0";
+ sha256 = "1nr1jyrgvvm1zlzvlfpz35zb5iydn1mpk89kljp0h1cvkl35mjkl";
libraryHaskellDepends = [
base config-value containers free kan-extensions pretty
semigroupoids text transformers
@@ -56519,25 +56517,6 @@ self: {
}) {};
"connection" = callPackage
- ({ mkDerivation, base, byteable, bytestring, containers
- , data-default-class, network, socks, tls, x509, x509-store
- , x509-system, x509-validation
- }:
- mkDerivation {
- pname = "connection";
- version = "0.2.8";
- sha256 = "1swkb9w5vx9ph7x55y51dc0srj2z27nd9ibgn8c0qcl6hx7g9cbh";
- revision = "2";
- editedCabalFile = "0bhwcd9dqa2jk23bdz3z3vn2p1gzssinp96dxzznb7af4y5x2gmk";
- libraryHaskellDepends = [
- base byteable bytestring containers data-default-class network
- socks tls x509 x509-store x509-system x509-validation
- ];
- description = "Simple and easy network connections API";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "connection_0_3_0" = callPackage
({ mkDerivation, base, basement, bytestring, containers
, data-default-class, network, socks, tls, x509, x509-store
, x509-system, x509-validation
@@ -56554,7 +56533,6 @@ self: {
];
description = "Simple and easy network connections API";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"connection-pool" = callPackage
@@ -56626,8 +56604,6 @@ self: {
];
description = "Interpret the command line and a config file as commands and options";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"console-prompt" = callPackage
@@ -56685,6 +56661,8 @@ self: {
pname = "constrained-categories";
version = "0.4.0.0";
sha256 = "1wq4ivkgxbwxxrfk5lwn2psbbiaq87dr8zf1z9b9yhw2hi75lsgw";
+ revision = "1";
+ editedCabalFile = "0f96xmq5j03f9ks9cjlgbc5wq0azdbrbj2lh3kr3ybz658dli3j7";
libraryHaskellDepends = [
base contravariant semigroups tagged trivial-constraint void
];
@@ -56774,8 +56752,6 @@ self: {
libraryHaskellDepends = [ base category unconstrained ];
description = "Reified constraints";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"constraint-classes" = callPackage
@@ -56811,8 +56787,6 @@ self: {
libraryHaskellDepends = [ base category constraint reflection ];
description = "Constraint reflection";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"constraints" = callPackage
@@ -56862,8 +56836,8 @@ self: {
}:
mkDerivation {
pname = "constraints-deriving";
- version = "1.0.4.0";
- sha256 = "1a78bb8gld07g5m9lwg6phdx3i87pmlk47hic2vbpi9n68kl055v";
+ version = "1.1.0.0";
+ sha256 = "15rspwn8i2rwmqsxb505087ars0i10licwj4adsgm89ajhgrqvp9";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal ];
@@ -56905,8 +56879,6 @@ self: {
executableHaskellDepends = [ aeson base constraints ];
description = "Utility package for constraints";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"constrictor" = callPackage
@@ -57048,12 +57020,12 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "containers_0_6_1_1" = callPackage
+ "containers_0_6_2_1" = callPackage
({ mkDerivation, array, base, deepseq }:
mkDerivation {
pname = "containers";
- version = "0.6.1.1";
- sha256 = "101w44h7rz1isqpnl8lgmazjxg290cha5nqnk47sy5ijwgdq3lsd";
+ version = "0.6.2.1";
+ sha256 = "05h0sc70xy4jm0hvzv0pnqy1sbi61f73whawk46jwcjzyfa5f30k";
libraryHaskellDepends = [ array base deepseq ];
description = "Assorted concrete container types";
license = stdenv.lib.licenses.bsd3;
@@ -57182,17 +57154,22 @@ self: {
"contiguous" = callPackage
({ mkDerivation, base, deepseq, primitive, primitive-unlifted
- , QuickCheck, quickcheck-instances, vector
+ , QuickCheck, quickcheck-classes, quickcheck-instances, random
+ , random-shuffle, vector, weigh
}:
mkDerivation {
pname = "contiguous";
- version = "0.4.0.1";
- sha256 = "1hs9jvl9zzy7jdbxna0aw8nbq3af327xfgb0cgzwmp55iwpjn9rn";
+ version = "0.5";
+ sha256 = "0nz3ssh0zc8rs67mk8fmc8plvbjac6mlxdmzk9fw8sj2vx2ssisq";
libraryHaskellDepends = [
base deepseq primitive primitive-unlifted
];
testHaskellDepends = [
- base primitive QuickCheck quickcheck-instances vector
+ base primitive QuickCheck quickcheck-classes quickcheck-instances
+ vector
+ ];
+ benchmarkHaskellDepends = [
+ base primitive random random-shuffle weigh
];
description = "Unified interface for primitive arrays";
license = stdenv.lib.licenses.bsd3;
@@ -57401,8 +57378,6 @@ self: {
testHaskellDepends = [ base containers stm time ];
description = "Event scheduling system";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"control-iso" = callPackage
@@ -57881,8 +57856,6 @@ self: {
];
description = "A compiler for Copilot targeting C99";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"copilot-cbmc" = callPackage
@@ -57914,8 +57887,6 @@ self: {
];
description = "An intermediate representation for Copilot";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"copilot-language" = callPackage
@@ -58042,6 +58013,24 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "core-data" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, core-text
+ , hashable, prettyprinter, prettyprinter-ansi-terminal, scientific
+ , text, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "core-data";
+ version = "0.2.0.0";
+ sha256 = "1lzvs99qqw8nvgqqz080zdsxl5vdxdmnffxl8s26c7p41izycp5n";
+ libraryHaskellDepends = [
+ aeson base bytestring containers core-text hashable prettyprinter
+ prettyprinter-ansi-terminal scientific text unordered-containers
+ vector
+ ];
+ description = "Convenience wrappers around common data structures and encodings";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"core-haskell" = callPackage
({ mkDerivation, base, haskeline, haskell-src-exts, hint }:
mkDerivation {
@@ -58059,6 +58048,44 @@ self: {
broken = true;
}) {};
+ "core-program" = callPackage
+ ({ mkDerivation, async, base, bytestring, chronologique, core-data
+ , core-text, directory, exceptions, hashable, hourglass, mtl
+ , prettyprinter, prettyprinter-ansi-terminal, safe-exceptions, stm
+ , template-haskell, terminal-size, text, text-short, transformers
+ , unix
+ }:
+ mkDerivation {
+ pname = "core-program";
+ version = "0.2.0.0";
+ sha256 = "13907wk5p8yc31wf7s3w6an8g2b5j8pp0k196l5fh90c5dadizys";
+ libraryHaskellDepends = [
+ async base bytestring chronologique core-data core-text directory
+ exceptions hashable hourglass mtl prettyprinter
+ prettyprinter-ansi-terminal safe-exceptions stm template-haskell
+ terminal-size text text-short transformers unix
+ ];
+ description = "Opinionated Haskell Interoperability";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "core-text" = callPackage
+ ({ mkDerivation, base, bytestring, deepseq, fingertree, hashable
+ , prettyprinter, prettyprinter-ansi-terminal, template-haskell
+ , text, text-short
+ }:
+ mkDerivation {
+ pname = "core-text";
+ version = "0.2.0.0";
+ sha256 = "1rkbz43vnjv8vv68xh98qcp59lmahw4sdpfnhvgrh92wj0namifk";
+ libraryHaskellDepends = [
+ base bytestring deepseq fingertree hashable prettyprinter
+ prettyprinter-ansi-terminal template-haskell text text-short
+ ];
+ description = "A text type based on a finger tree over UTF-8 fragments";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"corebot-bliki" = callPackage
({ mkDerivation, aeson, base, blaze-builder, bytestring, containers
, directory, filepath, filestore, http-types, monads-tf, pandoc
@@ -58500,24 +58527,27 @@ self: {
}) {};
"cpkg" = callPackage
- ({ mkDerivation, base, binary, bytestring, bzlib, containers, cpphs
- , dhall, directory, filemanip, filepath, hashable, hspec
- , hspec-megaparsec, http-client, http-client-tls, libarchive, lzma
- , megaparsec, microlens, mtl, network-uri, optparse-applicative
- , prettyprinter, process, recursion, tar, temporary, text
- , zip-archive, zlib
+ ({ mkDerivation, base, binary, bytestring, bzlib
+ , composition-prelude, containers, cpphs, dhall, dir-traverse
+ , directory, filemanip, filepath, hashable, hspec, hspec-megaparsec
+ , http-client, http-client-tls, libarchive, lzma, megaparsec
+ , microlens, mtl, network-uri, optparse-applicative, prettyprinter
+ , process, recursion, tar, temporary, text, zip-archive, zlib
}:
mkDerivation {
pname = "cpkg";
- version = "0.2.0.1";
- sha256 = "16wdcpxjn65j5114x1w79b2xzlfk9bbpl3f1hkga3wa59035f5xs";
+ version = "0.2.3.1";
+ sha256 = "0nw1h6zgx3dizx92nwzdf9ny8bzyfa2n28lpv34xvw38fz9yq16w";
+ revision = "2";
+ editedCabalFile = "15bn9c0zvr8xdhq4hgnq3hhqwvv8pc5a7bdvw58psn7dwhcac6nh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base binary bytestring bzlib containers dhall directory filemanip
- filepath hashable http-client http-client-tls libarchive lzma
- megaparsec microlens mtl network-uri prettyprinter process
- recursion tar temporary text zip-archive zlib
+ base binary bytestring bzlib composition-prelude containers dhall
+ dir-traverse directory filemanip filepath hashable http-client
+ http-client-tls libarchive lzma megaparsec microlens mtl
+ network-uri prettyprinter process recursion tar temporary text
+ zip-archive zlib
];
libraryToolDepends = [ cpphs ];
executableHaskellDepends = [
@@ -58526,8 +58556,6 @@ self: {
testHaskellDepends = [ base hspec hspec-megaparsec megaparsec ];
description = "Build tool for C";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cplex-hs" = callPackage
@@ -58742,35 +58770,6 @@ self: {
}) {};
"cql-io" = callPackage
- ({ mkDerivation, async, auto-update, base, bytestring, containers
- , cql, cryptohash, data-default-class, Decimal, exceptions
- , hashable, HsOpenSSL, iproute, lens, monad-control, mtl
- , mwc-random, network, raw-strings-qq, retry, semigroups, stm
- , tasty, tasty-hunit, text, time, tinylog, transformers
- , transformers-base, unordered-containers, uuid, vector
- }:
- mkDerivation {
- pname = "cql-io";
- version = "1.0.1.1";
- sha256 = "1kdv00fv21s8vbb3dfgzlgsrr0xxl4p2h655ga3q5cg47by564xc";
- libraryHaskellDepends = [
- async auto-update base bytestring containers cql cryptohash
- data-default-class exceptions hashable HsOpenSSL iproute lens
- monad-control mtl mwc-random network retry semigroups stm text time
- tinylog transformers transformers-base unordered-containers uuid
- vector
- ];
- testHaskellDepends = [
- base containers cql Decimal iproute mtl raw-strings-qq tasty
- tasty-hunit text time tinylog uuid
- ];
- description = "Cassandra CQL client";
- license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "cql-io_1_1_0" = callPackage
({ mkDerivation, async, auto-update, base, bytestring, containers
, cql, cryptonite, data-default-class, Decimal, exceptions
, hashable, HsOpenSSL, iproute, lens, mtl, mwc-random, network
@@ -58780,10 +58779,8 @@ self: {
}:
mkDerivation {
pname = "cql-io";
- version = "1.1.0";
- sha256 = "1pqqq31f9xcpn5rykkgrakgl17dm1nnskh1m88fxaynzjj485pkw";
- revision = "1";
- editedCabalFile = "0zxc28i4c26qi6xpgsyhn0f539ni6wv6c1pixh056bzm9pwp60d7";
+ version = "1.1.1";
+ sha256 = "1zg199ifkqh1ba335vqp0jlm4sn5ybjxap4qymb54bylhwj0vzcp";
libraryHaskellDepends = [
async auto-update base bytestring containers cql cryptonite
data-default-class exceptions hashable HsOpenSSL iproute lens mtl
@@ -59481,14 +59478,35 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "criterion-compare" = callPackage
+ ({ mkDerivation, base, bytestring, cassava, Chart, Chart-diagrams
+ , clay, colour, containers, data-default, filepath, lens, lucid
+ , optparse-applicative, text, vector
+ }:
+ mkDerivation {
+ pname = "criterion-compare";
+ version = "0.1.0.0";
+ sha256 = "034cm3hap9x6cwp44hrd03b09mifcm076a9pn3lgql5ardx91yl7";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ base bytestring cassava Chart Chart-diagrams clay colour containers
+ data-default filepath lens lucid optparse-applicative text vector
+ ];
+ description = "A simple tool for visualising differences in Criterion benchmark results";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"criterion-measurement" = callPackage
({ mkDerivation, aeson, base, base-compat, binary, containers
, deepseq, vector
}:
mkDerivation {
pname = "criterion-measurement";
- version = "0.1.1.0";
- sha256 = "0mmbhajphlg32gqxr1lf0w12jkw0qrpjabvx92zpv4ka71lpgy7m";
+ version = "0.1.2.0";
+ sha256 = "03p71mfnnfjx9dnf0yhrhdcr30zc2nwn5f8lql48cabccpd3793l";
libraryHaskellDepends = [
aeson base base-compat binary containers deepseq vector
];
@@ -60351,6 +60369,8 @@ self: {
];
description = "Cryptol: The Language of Cryptography";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cryptonite" = callPackage
@@ -60510,6 +60530,8 @@ self: {
];
description = "Connection-set algebra (CSA) library";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"cse-ghc-plugin" = callPackage
@@ -60571,8 +60593,6 @@ self: {
];
description = "a gallery of Csound instruments";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"csound-expression" = callPackage
@@ -60960,26 +60980,6 @@ self: {
}) {};
"cubicbezier" = callPackage
- ({ mkDerivation, base, containers, fast-math, integration, matrices
- , microlens, microlens-mtl, microlens-th, mtl, parsec, tasty
- , tasty-hunit, vector, vector-space
- }:
- mkDerivation {
- pname = "cubicbezier";
- version = "0.6.0.5";
- sha256 = "0n17nr20skrds3b9gzy0v86jgnqz8zbds796n9cl0z6rh9bq5jf5";
- revision = "1";
- editedCabalFile = "0dii4z0cl1ylvay1n5z90d6rbvnk9k30q81i6izhgxbgdawwhh33";
- libraryHaskellDepends = [
- base containers fast-math integration matrices microlens
- microlens-mtl microlens-th mtl vector vector-space
- ];
- testHaskellDepends = [ base parsec tasty tasty-hunit ];
- description = "Efficient manipulating of 2D cubic bezier curves";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "cubicbezier_0_6_0_6" = callPackage
({ mkDerivation, base, containers, fast-math, integration, matrices
, microlens, microlens-mtl, microlens-th, mtl, parsec, tasty
, tasty-hunit, vector, vector-space
@@ -60995,7 +60995,6 @@ self: {
testHaskellDepends = [ base parsec tasty tasty-hunit ];
description = "Efficient manipulating of 2D cubic bezier curves";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cubicspline" = callPackage
@@ -61042,6 +61041,27 @@ self: {
broken = true;
}) {};
+ "cuckoo" = callPackage
+ ({ mkDerivation, base, bytestring, criterion, cryptonite, doctest
+ , hashable, memory, primitive, QuickCheck, random, stopwatch
+ , vector
+ }:
+ mkDerivation {
+ pname = "cuckoo";
+ version = "0.2.0.1";
+ sha256 = "1q070hzrsm0f1lfxnsk4jmmb9pay98522k2lqncvzg09fm2a687j";
+ libraryHaskellDepends = [ base memory primitive random vector ];
+ testHaskellDepends = [
+ base bytestring cryptonite doctest hashable memory stopwatch
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion memory QuickCheck stopwatch
+ ];
+ doHaddock = false;
+ description = "Haskell Implementation of Cuckoo Filters";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"cuckoo-filter" = callPackage
({ mkDerivation, aeson, array, base, bytestring, cereal, containers
, criterion, hashable, QuickCheck, random, tasty, tasty-hunit
@@ -61209,8 +61229,6 @@ self: {
testHaskellDepends = [ base directory hspec hspec-expectations ];
description = "A framework for declaratively writing curl based API tests";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"curlhs" = callPackage
@@ -61412,8 +61430,8 @@ self: {
}:
mkDerivation {
pname = "cursor";
- version = "0.0.0.1";
- sha256 = "0iq83v3yp7rj1fn82qkwakxi180nri50irzf8p8bzi558c6b3bmr";
+ version = "0.1.0.1";
+ sha256 = "1ipwk9lnazhkzy4fxdc4y0hqa1vdlgda43jdjnp9j00q5fgrhldz";
libraryHaskellDepends = [
base containers microlens text validity validity-containers
validity-text
@@ -61422,6 +61440,16 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "cursor-brick" = callPackage
+ ({ mkDerivation, base, brick, cursor, text }:
+ mkDerivation {
+ pname = "cursor-brick";
+ version = "0.1.0.0";
+ sha256 = "018i8yrdcj69qf00vz1sx7is5cx1a7vn5b8kr9b226n7vxlr3nzd";
+ libraryHaskellDepends = [ base brick cursor text ];
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"cursor-gen" = callPackage
({ mkDerivation, base, containers, cursor, genvalidity
, genvalidity-containers, genvalidity-hspec
@@ -61430,8 +61458,8 @@ self: {
}:
mkDerivation {
pname = "cursor-gen";
- version = "0.0.0.0";
- sha256 = "10jxxy3dx2gsddmq4l95ddim4cj85l7l76lamhgqlhx6zw4j7d52";
+ version = "0.1.0.0";
+ sha256 = "1f9s1da9vf8sr27aidk3rgvkn594pv94w4gqqyi6ikl5dx8yzqxn";
libraryHaskellDepends = [
base containers cursor genvalidity genvalidity-containers
genvalidity-text QuickCheck text
@@ -61442,8 +61470,6 @@ self: {
];
description = "Generators for Purely Functional Cursors";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"curve25519" = callPackage
@@ -61594,8 +61620,6 @@ self: {
];
description = "A subfield of the complex numbers for exact calculation";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"cypher" = callPackage
@@ -62507,8 +62531,8 @@ self: {
({ mkDerivation, base, deepseq, QuickCheck }:
mkDerivation {
pname = "data-clist";
- version = "0.1.2.2";
- sha256 = "1aibiml1vs983lbxq18zcn9h11k3zjrxpsx4rxssqdjwni1kg9yi";
+ version = "0.1.2.3";
+ sha256 = "1mwfhnmvi3vicyjzl33m6pcipi2v887zazyqxygq258ndd010s9m";
libraryHaskellDepends = [ base deepseq QuickCheck ];
description = "Simple functional ring type";
license = stdenv.lib.licenses.bsd3;
@@ -63845,8 +63869,6 @@ self: {
];
description = "An efficient implementation of maps from strings to arbitrary values";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"data-structure-inferrer" = callPackage
@@ -64005,6 +64027,34 @@ self: {
broken = true;
}) {};
+ "database-id-class" = callPackage
+ ({ mkDerivation, aeson, base }:
+ mkDerivation {
+ pname = "database-id-class";
+ version = "0.1.0.1";
+ sha256 = "0zm053ll1vwd5gdwq4p3zpl9f010q894nk3djaad3ry4y2mirsc4";
+ libraryHaskellDepends = [ aeson base ];
+ description = "Class for types with a database id";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "database-id-groundhog" = callPackage
+ ({ mkDerivation, aeson, base, database-id-class, groundhog
+ , template-haskell
+ }:
+ mkDerivation {
+ pname = "database-id-groundhog";
+ version = "0.1.0.1";
+ sha256 = "16q90lzxjbisfdvcl4lbjlfmn02xnscsxkv9hm35xw9z8q19zlsx";
+ libraryHaskellDepends = [
+ aeson base database-id-class groundhog template-haskell
+ ];
+ description = "HasId/Groundhog interop";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"database-migrate" = callPackage
({ mkDerivation, base, bytestring, cmdargs, containers, directory
, either, filepath, lens, postgresql-simple, text, time
@@ -64076,6 +64126,8 @@ self: {
pname = "datadog-tracing";
version = "1.5.1";
sha256 = "1jjgavp9winbl2gyix61y30myvzhvzb500l2zwcb087cqzy7z6nb";
+ revision = "2";
+ editedCabalFile = "1mb0g3lddphaki1q946dpayhjdma9g0xcx55wdmksbhkjrbm0rgb";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -64307,16 +64359,17 @@ self: {
}) {};
"dates" = callPackage
- ({ mkDerivation, base, base-unicode-symbols, parsec, syb, time }:
+ ({ mkDerivation, base, base-unicode-symbols, hspec, parsec, syb
+ , time
+ }:
mkDerivation {
pname = "dates";
- version = "0.2.2.2";
- sha256 = "1vsjd3wwvg90yvj7g9921dz1b4j48h539jxapix319wkp0krk5cl";
- revision = "1";
- editedCabalFile = "1rm3s52hnrq1dgbslvilc7543k6z6fv109rn4ixwfi1wqfs1id8w";
+ version = "0.2.3.0";
+ sha256 = "1l9df5815gb8lxgl1kmsn4q58qrjqii5b957z5gn4hk5cjnr456k";
libraryHaskellDepends = [
base base-unicode-symbols parsec syb time
];
+ testHaskellDepends = [ base hspec ];
description = "Small library for parsing different dates formats";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -65218,8 +65271,8 @@ self: {
}:
mkDerivation {
pname = "debian";
- version = "3.95";
- sha256 = "1qbg1kya1a8ysmbls44hcwqlv7kr9cnlpnxwqv4pixamraqhqx1i";
+ version = "3.95.1";
+ sha256 = "1sfvjq9vilibvvcpm404z6j64ic54bd1s7yri8plfg849miynh95";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -65424,6 +65477,17 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "dec" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "dec";
+ version = "0.0.3";
+ sha256 = "1y8bvlm2371dq2v0jv1srki98nbhbz091wh0g2x58wz78h971f6r";
+ libraryHaskellDepends = [ base ];
+ description = "Decidable propositions";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"decepticons" = callPackage
({ mkDerivation, base, comonad-transformers }:
mkDerivation {
@@ -65448,6 +65512,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "decidable_0_2_0_0" = callPackage
+ ({ mkDerivation, base, functor-products, microlens, singletons
+ , vinyl
+ }:
+ mkDerivation {
+ pname = "decidable";
+ version = "0.2.0.0";
+ sha256 = "1b0mnkgk60qm84wim9lq6hlgm2ijxjx0s4gahvd5fjkccdryz2h2";
+ libraryHaskellDepends = [
+ base functor-products microlens singletons vinyl
+ ];
+ description = "Combinators for manipulating dependently-typed predicates";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"decimal-arithmetic" = callPackage
({ mkDerivation, base, binary, binary-bits, deepseq, doctest, hspec
, mtl, QuickCheck
@@ -65470,6 +65550,8 @@ self: {
pname = "decimal-literals";
version = "0.1.0.1";
sha256 = "0lbpnc4c266fbqjzzrnig648zzsqfaphlxqwyly9xd15qggzasb0";
+ revision = "1";
+ editedCabalFile = "0giz73yb179xvww1s92dbl4mhvcxlv25f0zrjwc9lsvx9h2aivg0";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base tasty tasty-hunit ];
description = "Preprocessing decimal literals more or less as they are (instead of via fractions)";
@@ -65617,6 +65699,8 @@ self: {
pname = "deepseq";
version = "1.4.4.0";
sha256 = "09kfpmgl679l74b6dadia11pvhya9ik4wrd8x76cgkxk7gwcbkrc";
+ revision = "1";
+ editedCabalFile = "0mbby1hig605jyiyy4m2y2nnjjf5i2adzc6x269hbz4pxscjp43n";
libraryHaskellDepends = [ array base ];
testHaskellDepends = [
array base ghc-prim HUnit test-framework test-framework-hunit
@@ -65878,22 +65962,6 @@ self: {
}) {};
"dejafu" = callPackage
- ({ mkDerivation, base, concurrency, containers, contravariant
- , deepseq, exceptions, leancheck, profunctors, random, transformers
- }:
- mkDerivation {
- pname = "dejafu";
- version = "1.11.0.5";
- sha256 = "18pcjk60r1q798qba285g20fh8v5q2qphgpx3r0a0yy7p1qnjwv2";
- libraryHaskellDepends = [
- base concurrency containers contravariant deepseq exceptions
- leancheck profunctors random transformers
- ];
- description = "A library for unit-testing concurrent programs";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "dejafu_2_1_0_0" = callPackage
({ mkDerivation, base, concurrency, containers, contravariant
, deepseq, exceptions, leancheck, profunctors, random, transformers
}:
@@ -65907,7 +65975,6 @@ self: {
];
description = "A library for unit-testing concurrent programs";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"deka" = callPackage
@@ -66212,6 +66279,22 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "dependent-map_0_3" = callPackage
+ ({ mkDerivation, base, constraints-extras, containers
+ , dependent-sum
+ }:
+ mkDerivation {
+ pname = "dependent-map";
+ version = "0.3";
+ sha256 = "1azy6yrnd0adga4z2mlp9knbp55xhlj4v9c3rb2lr1sd2l8cgf80";
+ libraryHaskellDepends = [
+ base constraints-extras containers dependent-sum
+ ];
+ description = "Dependent finite maps (partial dependent products)";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"dependent-monoidal-map" = callPackage
({ mkDerivation, aeson, base, constraints, constraints-extras
, dependent-map, dependent-sum, dependent-sum-aeson-orphans
@@ -66254,15 +66337,13 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
- "dependent-sum_0_5" = callPackage
- ({ mkDerivation, base }:
+ "dependent-sum_0_6_2_0" = callPackage
+ ({ mkDerivation, base, constraints-extras }:
mkDerivation {
pname = "dependent-sum";
- version = "0.5";
- sha256 = "1n5ln2fain1x9zkrzy1sknwm528lrdsnsg52z1d0hfpy5sngndsr";
- revision = "2";
- editedCabalFile = "1vxg9v2b5479qm7q9qzjyh9rmcdpr634s3kpjx0skqq0r68bc36s";
- libraryHaskellDepends = [ base ];
+ version = "0.6.2.0";
+ sha256 = "17xj5mfrqbhf614z25l2km5grhrxh1rfhb8h8g677sv2xgxrv82d";
+ libraryHaskellDepends = [ base constraints-extras ];
description = "Dependent sum type";
license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -66300,6 +66381,23 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
+ "dependent-sum-template_0_1_0_0" = callPackage
+ ({ mkDerivation, base, constraints-extras, dependent-sum
+ , template-haskell, th-extras
+ }:
+ mkDerivation {
+ pname = "dependent-sum-template";
+ version = "0.1.0.0";
+ sha256 = "07z95f27jpdb8y01f904z0fi6kjllsbcm2zg0k1v9y8c6rwavw0f";
+ libraryHaskellDepends = [
+ base dependent-sum template-haskell th-extras
+ ];
+ testHaskellDepends = [ base constraints-extras dependent-sum ];
+ description = "Template Haskell code to generate instances of classes in dependent-sum package";
+ license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"depends" = callPackage
({ mkDerivation, base, containers, directory, filepath, hspec
, process, QuickCheck, transformers, yaml-config
@@ -66391,23 +66489,6 @@ self: {
}) {};
"deque" = callPackage
- ({ mkDerivation, base, QuickCheck, quickcheck-instances, rerebase
- , tasty, tasty-hunit, tasty-quickcheck
- }:
- mkDerivation {
- pname = "deque";
- version = "0.2.7";
- sha256 = "1wshylwnajw3hhqnnb72rlb05m91br57gf32770xi2h4r0h30lcr";
- libraryHaskellDepends = [ base ];
- testHaskellDepends = [
- QuickCheck quickcheck-instances rerebase tasty tasty-hunit
- tasty-quickcheck
- ];
- description = "Double-ended queue";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "deque_0_4_2_3" = callPackage
({ mkDerivation, base, mtl, QuickCheck, quickcheck-instances
, rerebase, strict-list, tasty, tasty-hunit, tasty-quickcheck
}:
@@ -66422,7 +66503,6 @@ self: {
];
description = "Double-ended queues";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"dequeue" = callPackage
@@ -66437,6 +66517,8 @@ self: {
testHaskellDepends = [ base Cabal cabal-test-quickcheck ];
description = "A typeclass and an implementation for double-ended queues";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"derangement" = callPackage
@@ -66485,6 +66567,8 @@ self: {
executableHaskellDepends = [ base ];
description = "A program and library to derive instances for data types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"derive-IG" = callPackage
@@ -66954,8 +67038,6 @@ self: {
];
description = "Type, render and parse the df1 hierarchical structured log format";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dfinity-radix-tree" = callPackage
@@ -67055,47 +67137,6 @@ self: {
}) {};
"dhall" = callPackage
- ({ mkDerivation, ansi-terminal, base, bytestring, case-insensitive
- , cborg, containers, contravariant, criterion, cryptonite, deepseq
- , Diff, directory, doctest, dotgen, exceptions, filepath, haskeline
- , http-client, http-client-tls, http-types, lens-family-core
- , megaparsec, memory, mockery, mtl, optparse-applicative, parsers
- , prettyprinter, prettyprinter-ansi-terminal, QuickCheck
- , quickcheck-instances, repline, scientific, serialise, tasty
- , tasty-hunit, tasty-quickcheck, template-haskell, text
- , transformers, unordered-containers, uri-encode, vector
- }:
- mkDerivation {
- pname = "dhall";
- version = "1.19.1";
- sha256 = "14fjfwsirf8l7wirv590ix01liyd0xbhqy4h7pjblyy62m22mlzq";
- revision = "1";
- editedCabalFile = "193h4dmlz1asfr1ldy0saa9spgp64xh60xh3yywzn9lz0hxzbfpg";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- ansi-terminal base bytestring case-insensitive cborg containers
- contravariant cryptonite Diff directory dotgen exceptions filepath
- haskeline http-client http-client-tls http-types lens-family-core
- megaparsec memory mtl optparse-applicative parsers prettyprinter
- prettyprinter-ansi-terminal repline scientific serialise
- template-haskell text transformers unordered-containers uri-encode
- vector
- ];
- executableHaskellDepends = [ base ];
- testHaskellDepends = [
- base containers deepseq directory doctest filepath mockery
- prettyprinter QuickCheck quickcheck-instances serialise tasty
- tasty-hunit tasty-quickcheck text transformers vector
- ];
- benchmarkHaskellDepends = [
- base bytestring containers criterion directory serialise text
- ];
- description = "A configuration language guaranteed to terminate";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "dhall_1_24_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base
, bytestring, case-insensitive, cborg, cborg-json, containers
, contravariant, criterion, cryptonite, deepseq, Diff, directory
@@ -67112,6 +67153,8 @@ self: {
pname = "dhall";
version = "1.24.0";
sha256 = "1n04jk45qjl00wx7gxzp36j7d1m1ca7h7y4qlp8gxhykpkr6zzv7";
+ revision = "2";
+ editedCabalFile = "10ki70113z1kgq35xaib7qwrpzjl93hq4qxm0qb62d3pvaf4wp15";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -67136,6 +67179,50 @@ self: {
];
description = "A configuration language guaranteed to terminate";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "dhall_1_25_0" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base
+ , bytestring, case-insensitive, cborg, cborg-json, containers
+ , contravariant, cryptonite, deepseq, Diff, directory, doctest
+ , dotgen, either, exceptions, filepath, foldl, gauge, haskeline
+ , http-client, http-client-tls, http-types, lens-family-core
+ , megaparsec, memory, mockery, mtl, optparse-applicative, parsers
+ , prettyprinter, prettyprinter-ansi-terminal, profunctors
+ , QuickCheck, quickcheck-instances, repline, scientific, semigroups
+ , serialise, spoon, tasty, tasty-hunit, tasty-quickcheck
+ , template-haskell, text, th-lift-instances, transformers
+ , transformers-compat, turtle, unordered-containers, uri-encode
+ , vector
+ }:
+ mkDerivation {
+ pname = "dhall";
+ version = "1.25.0";
+ sha256 = "0d8qx4fawvxykig628jfgqpa660mzzicysa7g3mda6zni9j4yq0h";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson aeson-pretty ansi-terminal base bytestring case-insensitive
+ cborg cborg-json containers contravariant cryptonite deepseq Diff
+ directory dotgen either exceptions filepath haskeline http-client
+ http-client-tls http-types lens-family-core megaparsec memory mtl
+ optparse-applicative parsers prettyprinter
+ prettyprinter-ansi-terminal profunctors repline scientific
+ serialise template-haskell text th-lift-instances transformers
+ transformers-compat unordered-containers uri-encode vector
+ ];
+ executableHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base bytestring cborg containers deepseq directory doctest filepath
+ foldl lens-family-core megaparsec mockery prettyprinter QuickCheck
+ quickcheck-instances semigroups serialise spoon tasty tasty-hunit
+ tasty-quickcheck text transformers turtle vector
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring containers directory gauge serialise text
+ ];
+ description = "A configuration language guaranteed to terminate";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@@ -67145,8 +67232,8 @@ self: {
}:
mkDerivation {
pname = "dhall-bash";
- version = "1.0.18";
- sha256 = "036ccz1kwhavl03q5lh14dxic8gjqb5cw14aws6a53gpk6p4vvff";
+ version = "1.0.21";
+ sha256 = "06rv0wrs1ym6szy78wg3nyfwaqm279vy6m7zny9s90lnpa6dc098";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -67160,14 +67247,14 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "dhall-bash_1_0_21" = callPackage
+ "dhall-bash_1_0_22" = callPackage
({ mkDerivation, base, bytestring, containers, dhall
, neat-interpolation, optparse-generic, shell-escape, text
}:
mkDerivation {
pname = "dhall-bash";
- version = "1.0.21";
- sha256 = "06rv0wrs1ym6szy78wg3nyfwaqm279vy6m7zny9s90lnpa6dc098";
+ version = "1.0.22";
+ sha256 = "1qxcf3f8a390znwkbhcirlgqpgg0ssc3bnwdml7wkv8k0qwqq57j";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -67202,33 +67289,6 @@ self: {
}) {};
"dhall-json" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, base, bytestring, dhall
- , optparse-applicative, tasty, tasty-hunit, text
- , unordered-containers, vector, yaml
- }:
- mkDerivation {
- pname = "dhall-json";
- version = "1.2.6";
- sha256 = "0f18kn15v8pzkdayj2hql28fbba9i75msbi41yscik40lw2sg2cr";
- revision = "1";
- editedCabalFile = "1x6dgsqcgd8mvqwqq53aj8xgnfin6c66wn8vc7ikxiy0gilp686x";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base dhall optparse-applicative text unordered-containers
- ];
- executableHaskellDepends = [
- aeson aeson-pretty base bytestring dhall optparse-applicative text
- vector yaml
- ];
- testHaskellDepends = [
- aeson base bytestring dhall tasty tasty-hunit text
- ];
- description = "Compile Dhall to JSON or YAML";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "dhall-json_1_3_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, dhall, exceptions, lens, libyaml, optparse-applicative
, scientific, tasty, tasty-hunit, text, unordered-containers
@@ -67238,6 +67298,8 @@ self: {
pname = "dhall-json";
version = "1.3.0";
sha256 = "176i30shaklranbhmb4m4zqn13cn9hd6lqiqdjv9qmckkapbkjpi";
+ revision = "1";
+ editedCabalFile = "101xfp3zg9i7qyibknjpcdhha8sc024xmylphiwb509h3fjy3yks";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -67255,6 +67317,38 @@ self: {
description = "Convert between Dhall and JSON or YAML";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "dhall-json_1_4_0" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base
+ , bytestring, containers, dhall, exceptions, libyaml
+ , optparse-applicative, prettyprinter, prettyprinter-ansi-terminal
+ , scientific, tasty, tasty-hunit, text, unordered-containers
+ , vector, yaml
+ }:
+ mkDerivation {
+ pname = "dhall-json";
+ version = "1.4.0";
+ sha256 = "0kxb71m1rf6y7z3wx4yx5ks0p5vhnlpgchsih3mfn9ygppc2z0ri";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson aeson-pretty base bytestring containers dhall exceptions
+ libyaml optparse-applicative scientific text unordered-containers
+ vector yaml
+ ];
+ executableHaskellDepends = [
+ aeson aeson-pretty ansi-terminal base bytestring dhall exceptions
+ optparse-applicative prettyprinter prettyprinter-ansi-terminal text
+ ];
+ testHaskellDepends = [
+ aeson base bytestring dhall tasty tasty-hunit text
+ ];
+ description = "Convert between Dhall and JSON or YAML";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dhall-lex" = callPackage
@@ -67276,20 +67370,51 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "dhall-nix" = callPackage
- ({ mkDerivation, base, containers, data-fix, dhall, hnix
- , insert-ordered-containers, neat-interpolation, optparse-generic
- , text
+ "dhall-lsp-server" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
+ , cryptonite, data-default, dhall, dhall-json, directory, doctest
+ , dotgen, filepath, haskell-lsp, hslogger, lens, lens-family-core
+ , megaparsec, mtl, network-uri, optparse-applicative, prettyprinter
+ , sorted-list, stm, text, transformers, unordered-containers
+ , uri-encode, yi-rope
}:
mkDerivation {
- pname = "dhall-nix";
- version = "1.1.6";
- sha256 = "0pchanzgcag6z7fywqm09xj29n0pfxd2ya2ky64aapykq038jxbs";
+ pname = "dhall-lsp-server";
+ version = "1.0.0";
+ sha256 = "1i4bx8qiy1hbs6bm50fixj1ipkd9rm6y6z3bci8ngh1rhy5v51x1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base containers data-fix dhall hnix insert-ordered-containers
- neat-interpolation text
+ aeson aeson-pretty base bytestring containers cryptonite
+ data-default dhall dhall-json dotgen filepath haskell-lsp hslogger
+ lens lens-family-core megaparsec mtl network-uri
+ optparse-applicative prettyprinter sorted-list stm text
+ transformers unordered-containers uri-encode yi-rope
+ ];
+ executableHaskellDepends = [
+ aeson base containers data-default dhall filepath haskell-lsp
+ hslogger lens lens-family-core megaparsec mtl optparse-applicative
+ prettyprinter sorted-list stm text transformers
+ unordered-containers yi-rope
+ ];
+ testHaskellDepends = [ base directory doctest filepath ];
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "dhall-nix" = callPackage
+ ({ mkDerivation, base, containers, data-fix, dhall, hnix
+ , neat-interpolation, optparse-generic, text
+ }:
+ mkDerivation {
+ pname = "dhall-nix";
+ version = "1.1.7";
+ sha256 = "0axg7qq8rfy5qsffiw57lll40mw7bxgk67g7lgdb5vbri69xj3is";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base containers data-fix dhall hnix neat-interpolation text
];
executableHaskellDepends = [
base dhall hnix optparse-generic text
@@ -67306,6 +67431,8 @@ self: {
pname = "dhall-text";
version = "1.0.18";
sha256 = "1nwvj67glqyn5yd62ni16wqppv8d3hy7d9aw87p35zkch1vr8vsd";
+ revision = "1";
+ editedCabalFile = "1dynw76kmca5l43jqrmgmzbdd7hqixiyfpb4pcx4dzr6ghar49s7";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -67323,16 +67450,16 @@ self: {
}:
mkDerivation {
pname = "dhall-to-cabal";
- version = "1.3.3.0";
- sha256 = "0nh7sn8hzm38prx4c2h9azw351gns4mscjnn7dsgxpn34l5yyql7";
+ version = "1.3.4.0";
+ sha256 = "1z69nx98wgrjhgra0rw6lvsgnjzmqpixjwd673nvs79jg98yafm7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base bytestring Cabal containers contravariant dhall filepath text
- transformers vector
+ base bytestring Cabal containers contravariant dhall filepath
+ microlens text transformers vector
];
executableHaskellDepends = [
- base bytestring Cabal dhall directory filepath microlens
+ base bytestring Cabal containers dhall directory filepath microlens
optparse-applicative prettyprinter text transformers
];
testHaskellDepends = [
@@ -67365,6 +67492,41 @@ self: {
broken = true;
}) {};
+ "dhrun" = callPackage
+ ({ mkDerivation, aeson, ansi-terminal, base, bytestring, conduit
+ , conduit-extra, containers, dhall, directory, editor-open
+ , filepath, generic-random, Glob, hspec, mtl, optparse-applicative
+ , process, protolude, quickcheck-text, tasty, tasty-golden
+ , tasty-hspec, tasty-hunit, tasty-quickcheck, text, time, unix
+ , unliftio, unliftio-core, yaml
+ }:
+ mkDerivation {
+ pname = "dhrun";
+ version = "1.0.1";
+ sha256 = "1gyg5221g1qsq2h62lcdwi4g7amis26692hh3fdi824bjylz8pal";
+ isLibrary = false;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ ansi-terminal base bytestring conduit conduit-extra containers
+ dhall directory mtl process protolude text time unix unliftio-core
+ yaml
+ ];
+ executableHaskellDepends = [
+ base bytestring dhall directory editor-open filepath
+ optparse-applicative protolude
+ ];
+ testHaskellDepends = [
+ aeson base bytestring dhall filepath generic-random Glob hspec mtl
+ protolude quickcheck-text tasty tasty-golden tasty-hspec
+ tasty-hunit tasty-quickcheck text unliftio yaml
+ ];
+ doHaddock = false;
+ description = "Dhall/YAML configurable concurrent integration test executor";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"di" = callPackage
({ mkDerivation, base, containers, df1, di-core, di-df1, di-handle
, di-monad, exceptions
@@ -67378,8 +67540,6 @@ self: {
];
description = "Typeful hierarchical structured logging using di, mtl and df1";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"di-core" = callPackage
@@ -67418,8 +67578,6 @@ self: {
];
description = "Write logs in the df1 format using the di logging framework";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"di-handle" = callPackage
@@ -67433,8 +67591,6 @@ self: {
];
description = "IO support for file handles in di-core";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"di-monad" = callPackage
@@ -68542,6 +68698,8 @@ self: {
];
description = "Happstack backend for the digestive-functors library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"digestive-functors-heist" = callPackage
@@ -68628,10 +68786,8 @@ self: {
}:
mkDerivation {
pname = "digit";
- version = "0.7";
- sha256 = "0451nlmf2ggg1dy82qkdxqlg4lgnsvkrxl3qrcjr5dzmi2ghk3ql";
- revision = "2";
- editedCabalFile = "0335fzcbrf4hciz9gdkk41y9jkd5vm5vbz99v9ick76q48h2bs6p";
+ version = "0.8";
+ sha256 = "0m3m9c2452b0x7ccglkz7mr3ivi7r98qa44zwfnf7a55d6xckfa9";
libraryHaskellDepends = [
base lens parsers scientific semigroupoids semigroups
template-haskell
@@ -68642,6 +68798,8 @@ self: {
];
description = "A data-type representing digits 0-9 and other combinations";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"digitalocean-kzs" = callPackage
@@ -68922,11 +69080,11 @@ self: {
}:
mkDerivation {
pname = "dir-traverse";
- version = "0.2.0.1";
- sha256 = "1asm4nrn3lj4nyl5ygiaqj11hjg3qsngs8jbcll7igs7xdr0pazy";
+ version = "0.2.1.0";
+ sha256 = "08xzl64clnx3mfx5bw82kpksagyl4bajkaxmbl1dpnmdc4jz35ks";
libraryHaskellDepends = [ base directory ];
benchmarkHaskellDepends = [
- base criterion dirstream pipes pipes-safe system-filepath
+ base criterion directory dirstream pipes pipes-safe system-filepath
];
description = "Simple directory traversal library";
license = stdenv.lib.licenses.bsd3;
@@ -69074,12 +69232,12 @@ self: {
broken = true;
}) {};
- "directory_1_3_3_2" = callPackage
+ "directory_1_3_4_0" = callPackage
({ mkDerivation, base, filepath, time, unix }:
mkDerivation {
pname = "directory";
- version = "1.3.3.2";
- sha256 = "0nr0lwpi20slgqc22br9ldrs57573irqbck8am0pz0gz3yvmqis3";
+ version = "1.3.4.0";
+ sha256 = "19akp75rb3zwjfxcjamj05br865rd54y1gbyyfrb3a9506zcpsfm";
libraryHaskellDepends = [ base filepath time unix ];
testHaskellDepends = [ base filepath time unix ];
description = "Platform-agnostic library for filesystem operations";
@@ -69274,20 +69432,23 @@ self: {
"discord-haskell" = callPackage
({ mkDerivation, aeson, async, base, base64-bytestring, bytestring
- , containers, data-default, http-client, iso8601-time, JuicyPixels
- , MonadRandom, req, safe-exceptions, text, time
+ , containers, data-default, emoji, http-client, iso8601-time
+ , JuicyPixels, MonadRandom, req, safe-exceptions, text, time
, unordered-containers, vector, websockets, wuss
}:
mkDerivation {
pname = "discord-haskell";
- version = "0.8.3";
- sha256 = "15nm4dp20ch27wf86s0z3qd98419hhc988dmbv4z9qhq0f8sdcmb";
+ version = "1.0.0";
+ sha256 = "1z0d46gd7rgwbh05ws6hcp4rikach0yg1fim6ni0ww4g0mksj8j3";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
aeson async base base64-bytestring bytestring containers
- data-default http-client iso8601-time JuicyPixels MonadRandom req
- safe-exceptions text time unordered-containers vector websockets
- wuss
+ data-default emoji http-client iso8601-time JuicyPixels MonadRandom
+ req safe-exceptions text time unordered-containers vector
+ websockets wuss
];
+ executableHaskellDepends = [ base text ];
description = "Write bots for Discord in Haskell";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -69632,8 +69793,6 @@ self: {
testHaskellDepends = [ base binary hspec QuickCheck ];
description = "Serializable closures for distributed programming";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"distributed-fork" = callPackage
@@ -69652,8 +69811,6 @@ self: {
testHaskellDepends = [ base tasty tasty-hunit unix ];
description = "Like 'forkIO', but uses remote machines instead of local threads";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"distributed-fork-aws-lambda" = callPackage
@@ -70323,6 +70480,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "ditto" = callPackage
+ ({ mkDerivation, base, containers, mtl, semigroups, text, torsor }:
+ mkDerivation {
+ pname = "ditto";
+ version = "0.4";
+ sha256 = "0qnkv0r5dm73qlrsgwxwzm7f9gbknwcy1dzbjs6vlcmx8hyqh2gp";
+ libraryHaskellDepends = [
+ base containers mtl semigroups text torsor
+ ];
+ description = "ditto is a type-safe HTML form generation and validation library";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "ditto-lucid" = callPackage
+ ({ mkDerivation, base, ditto, lucid, path-pieces, text }:
+ mkDerivation {
+ pname = "ditto-lucid";
+ version = "0.4";
+ sha256 = "1if543wf7div8ww90ifdh75i2w99lhbfh8pfnzmd1yaw2j1m35ff";
+ libraryHaskellDepends = [ base ditto lucid path-pieces text ];
+ description = "Add support for using lucid with Ditto";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"diversity" = callPackage
({ mkDerivation, base, containers, data-ordlist, fasta
, math-functions, MonadRandom, optparse-applicative, parsec, pipes
@@ -70461,14 +70642,34 @@ self: {
broken = true;
}) {};
+ "dl-fedora" = callPackage
+ ({ mkDerivation, base, bytestring, directory, filepath
+ , http-directory, http-types, optparse-applicative, regex-posix
+ , simple-cmd, simple-cmd-args, text, unix, xdg-userdirs
+ }:
+ mkDerivation {
+ pname = "dl-fedora";
+ version = "0.5";
+ sha256 = "1zfdf2s8cq171ik3iwq0zcha60i3czpjiy9bqa5wxczbwp0jpaxa";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ base bytestring directory filepath http-directory http-types
+ optparse-applicative regex-posix simple-cmd simple-cmd-args text
+ unix xdg-userdirs
+ ];
+ description = "Fedora image download tool";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"dlist" = callPackage
({ mkDerivation, base, Cabal, deepseq, QuickCheck }:
mkDerivation {
pname = "dlist";
- version = "0.8.0.6";
- sha256 = "0gy70df86pfmqwbmnafdw2w5jnflvn5mca8npxzfg23f3p4ll2vq";
- revision = "1";
- editedCabalFile = "0f3r78gjdrhg5zg693dgdfx78ds6vbp5bg1sws1y1vbamraa65sf";
+ version = "0.8.0.7";
+ sha256 = "0b5spkzvj2kx8pk86xz0djkxs13j7dryf5fl16dk4mlp1wh6mh53";
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [ base Cabal QuickCheck ];
description = "Difference lists";
@@ -70550,6 +70751,8 @@ self: {
];
description = "AVAYA DMCC API bindings and WebSockets server for AVAYA";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dmenu" = callPackage
@@ -70627,21 +70830,20 @@ self: {
}) {};
"dns" = callPackage
- ({ mkDerivation, async, attoparsec, auto-update, base
- , base64-bytestring, binary, bytestring, containers, cryptonite
- , doctest, hspec, iproute, mtl, network, psqueues, QuickCheck, safe
- , time, word8
+ ({ mkDerivation, array, async, attoparsec, auto-update, base
+ , base16-bytestring, base64-bytestring, bytestring, Cabal
+ , cabal-doctest, containers, cryptonite, doctest, hourglass, hspec
+ , iproute, mtl, network, psqueues, QuickCheck, word8
}:
mkDerivation {
pname = "dns";
- version = "3.0.4";
- sha256 = "1aa4zb9zkk244rndimrq8maxj9qrmz3rb13v9n8jblmp6ssk6d3v";
- revision = "1";
- editedCabalFile = "15jafrm919w4p23m7kpmyc1yvzpy88jcccycc00dza69d119zjdr";
+ version = "4.0.0";
+ sha256 = "0gq0y8pw4x8fja0f3hhwpbxh4rg2i8nzfnp2rxh2py49qfhg38mj";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
- async attoparsec auto-update base base64-bytestring binary
- bytestring containers cryptonite iproute mtl network psqueues safe
- time
+ array async attoparsec auto-update base base16-bytestring
+ base64-bytestring bytestring containers cryptonite hourglass
+ iproute mtl network psqueues
];
testHaskellDepends = [
base bytestring doctest hspec iproute network QuickCheck word8
@@ -70965,36 +71167,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "doctest" = callPackage
- ({ mkDerivation, base, base-compat, code-page, deepseq, directory
- , filepath, ghc, ghc-paths, hspec, HUnit, mockery, process
- , QuickCheck, setenv, silently, stringbuilder, syb, transformers
- , with-location
+ "doctemplates_0_3_0_1" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, filepath
+ , Glob, mtl, parsec, scientific, tasty, tasty-golden, tasty-hunit
+ , temporary, text, unordered-containers, vector
}:
mkDerivation {
- pname = "doctest";
- version = "0.16.0.1";
- sha256 = "106pc4rs4cfym7754gzdgy36dm9aidwmnqpjm9k7yq1hfd4pallv";
- isLibrary = true;
- isExecutable = true;
+ pname = "doctemplates";
+ version = "0.3.0.1";
+ sha256 = "11xvrmk9qb2izq8y61pna0lxlsfr5yb94nlk5ih8z1fcdn7ghl3j";
+ enableSeparateDataOutput = true;
libraryHaskellDepends = [
- base base-compat code-page deepseq directory filepath ghc ghc-paths
- process syb transformers
- ];
- executableHaskellDepends = [
- base base-compat code-page deepseq directory filepath ghc ghc-paths
- process syb transformers
+ aeson base containers filepath mtl parsec scientific text
+ unordered-containers vector
];
testHaskellDepends = [
- base base-compat code-page deepseq directory filepath ghc ghc-paths
- hspec HUnit mockery process QuickCheck setenv silently
- stringbuilder syb transformers with-location
+ aeson base bytestring filepath Glob mtl tasty tasty-golden
+ tasty-hunit temporary text
];
- description = "Test interactive Haskell examples";
- license = stdenv.lib.licenses.mit;
+ description = "Pandoc-style document templates";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "doctest_0_16_1" = callPackage
+ "doctest" = callPackage
({ mkDerivation, base, base-compat, code-page, deepseq, directory
, filepath, ghc, ghc-paths, hspec, HUnit, mockery, process
, QuickCheck, setenv, silently, stringbuilder, syb, transformers
@@ -71020,7 +71216,6 @@ self: {
];
description = "Test interactive Haskell examples";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"doctest-discover" = callPackage
@@ -71151,8 +71346,6 @@ self: {
];
description = "Client bindings for the DocuSign API";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"docusign-example" = callPackage
@@ -71233,6 +71426,26 @@ self: {
broken = true;
}) {};
+ "doldol" = callPackage
+ ({ mkDerivation, base, HUnit, QuickCheck, test-framework
+ , test-framework-hunit, test-framework-quickcheck2
+ , test-framework-th
+ }:
+ mkDerivation {
+ pname = "doldol";
+ version = "0.4.1.2";
+ sha256 = "0r9ylifyyv2mg4b94ikv8q56j0z5f6qa8r2jcpqg0xzdznwxqlv5";
+ revision = "1";
+ editedCabalFile = "0xwbdrfzd6z3nwkgnav2drisw2sn464ggkz8fid58cym9hbfpl47";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base HUnit QuickCheck test-framework test-framework-hunit
+ test-framework-quickcheck2 test-framework-th
+ ];
+ description = "Flag packer & handler for flaggable data";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"dollaridoos" = callPackage
({ mkDerivation, base, profunctors, semigroups }:
mkDerivation {
@@ -71407,6 +71620,8 @@ self: {
executableHaskellDepends = [ base containers graphviz hxt text ];
description = "Converter from GraphViz .dot format to yEd GraphML";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dotenv" = callPackage
@@ -71416,8 +71631,8 @@ self: {
}:
mkDerivation {
pname = "dotenv";
- version = "0.8.0.0";
- sha256 = "0b1pz7wh5kf0sjkig0y4ks6i2z5yzpvlnd6hgzl0sj4j6w2j35ly";
+ version = "0.8.0.2";
+ sha256 = "0an7spi0cgvzr64nyy7p8pdslyf0jlh9l2ww52jbh1habsxjn6fp";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -71566,29 +71781,31 @@ self: {
"dovin" = callPackage
({ mkDerivation, base, Cabal, containers, directory, filepath
- , hashable, lens, mtl, parsec, tasty, tasty-discover, tasty-hunit
- , tasty-quickcheck, unordered-containers
+ , hashable, lens, mtl, parsec, split, tasty, tasty-discover
+ , tasty-hunit, tasty-quickcheck, unordered-containers
}:
mkDerivation {
pname = "dovin";
- version = "0.1.0.1";
- sha256 = "1imllaywr647vkgwk7j3ha1zv3h4bks64jpjn0y3q15mlzmrcdws";
+ version = "0.2";
+ sha256 = "0iy2hfmf3riwmj880if7ar30vrwnfpmyv8dhkx42hlzjb8mg538q";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal directory filepath ];
libraryHaskellDepends = [
- base containers hashable lens mtl parsec unordered-containers
+ base containers hashable lens mtl parsec split unordered-containers
];
executableHaskellDepends = [
- base containers hashable lens mtl parsec unordered-containers
+ base containers hashable lens mtl parsec split unordered-containers
];
testHaskellDepends = [
- base containers hashable lens mtl parsec tasty tasty-discover
+ base containers hashable lens mtl parsec split tasty tasty-discover
tasty-hunit tasty-quickcheck unordered-containers
];
testToolDepends = [ tasty-discover ];
description = "A proof assistant for Magic: The Gathering puzzles";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"dow" = callPackage
@@ -72256,8 +72473,6 @@ self: {
libraryHaskellDepends = [ base parsec ];
description = "Haskell Doge Serialized Object Notation Parser";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dson-parsec" = callPackage
@@ -72535,6 +72750,8 @@ self: {
pname = "dumb-cas";
version = "0.2.0.0";
sha256 = "1zcq9r2p5gjpfivprjp9hspqpayrj9in2jck5vf5ibxpc671isb4";
+ revision = "1";
+ editedCabalFile = "1269wjyywvi86gmpqdpq2niv5ifns0bqr1i5229w69jdlzrc6dqg";
libraryHaskellDepends = [
base containers decimal-literals hashable template-haskell
unordered-containers
@@ -72956,16 +73173,14 @@ self: {
}:
mkDerivation {
pname = "dynamic-graph";
- version = "0.1.0.12";
- sha256 = "1jygkj2jryjxlkyf0104abhkhjmfdvjaaa4zcyz7kgpny342fhiy";
+ version = "0.1.0.13";
+ sha256 = "1gx3hqbps8mvhxm03j5wri7v4qy3z42kcy8rhhcxq7dd0mryd4rz";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base cairo colour GLFW-b GLUtil OpenGL pango pipes transformers
];
description = "Draw and update graphs in real time with OpenGL";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"dynamic-graphs" = callPackage
@@ -73065,6 +73280,8 @@ self: {
pname = "dynamic-plot";
version = "0.4.0.0";
sha256 = "1klq7lwvfwwp6z842g50a2xx6cqihp8a6551f935nr2sx9hwdr94";
+ revision = "1";
+ editedCabalFile = "0x5jxjvwfkax6lxwk28hd2p903q6zmr1nxhyahrwcnqgh6ygywiw";
libraryHaskellDepends = [
base colour colour-space constrained-categories containers
data-default deepseq diagrams-cairo diagrams-core diagrams-gtk
@@ -73410,8 +73627,6 @@ self: {
];
description = "Pure, type-indexed haskell vector, matrix, and tensor library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"easytensor-vulkan" = callPackage
@@ -73423,8 +73638,6 @@ self: {
libraryHaskellDepends = [ base dimensions easytensor vulkan-api ];
description = "Use easytensor with vulkan-api";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"easytest" = callPackage
@@ -73532,6 +73745,8 @@ self: {
];
description = "A handy tool for uploading unikernels to Amazon's EC2";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"eccrypto" = callPackage
@@ -74004,6 +74219,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "effect-stack" = callPackage
+ ({ mkDerivation, base, constraints, mtl, transformers }:
+ mkDerivation {
+ pname = "effect-stack";
+ version = "0.3";
+ sha256 = "08zalj8svp78ykqbf5nhd6khgygz8dplcvjd19w3hvgm08y4kxqi";
+ libraryHaskellDepends = [ base constraints mtl transformers ];
+ description = "Reducing the pain of transformer stacks with duplicated effects";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"effective-aspects" = callPackage
({ mkDerivation, base, Cabal, ghc-prim, hashtables, HUnit, mtl
, QuickCheck, test-framework, test-framework-hunit
@@ -74055,8 +74283,6 @@ self: {
libraryHaskellDepends = [ base containers newtype-generics void ];
description = "Computational Effects";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"effects-parser" = callPackage
@@ -74068,8 +74294,6 @@ self: {
libraryHaskellDepends = [ base effects ];
description = "Parser Effect for the Control.Effects Library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"effin" = callPackage
@@ -74086,28 +74310,30 @@ self: {
}) {};
"egison" = callPackage
- ({ mkDerivation, array, base, containers, criterion, deepseq
- , directory, filepath, ghc, ghc-paths, Glob, hashable, haskeline
- , HUnit, lens, mtl, parallel, parsec, process, random, regex-tdfa
- , split, test-framework, test-framework-hunit, text, transformers
- , unordered-containers, vector
+ ({ mkDerivation, alex, array, base, containers, criterion, deepseq
+ , directory, filepath, ghc, ghc-paths, Glob, happy, hashable
+ , haskeline, HUnit, mtl, optparse-applicative, parallel, parsec
+ , process, random, regex-tdfa, split, test-framework
+ , test-framework-hunit, text, transformers, unordered-containers
+ , vector
}:
mkDerivation {
pname = "egison";
- version = "3.8.2";
- sha256 = "090zhf89faakidbf8kkbsa8ck0rl7fqbpg3fwymjqlafgnfx1jc2";
+ version = "3.9.1";
+ sha256 = "1q4hyvr52zv2p827cvkmi4rl1d1dvrdg9bly6wykbhdv6ycbihn5";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array base containers directory ghc ghc-paths hashable haskeline
- lens mtl parallel parsec process random regex-tdfa split text
+ mtl parallel parsec process random regex-tdfa split text
transformers unordered-containers vector
];
+ libraryToolDepends = [ alex happy ];
executableHaskellDepends = [
array base containers directory filepath ghc ghc-paths haskeline
- mtl parsec process regex-tdfa text transformers
- unordered-containers vector
+ mtl optparse-applicative parsec process regex-tdfa text
+ transformers unordered-containers vector
];
testHaskellDepends = [
base filepath Glob HUnit mtl test-framework test-framework-hunit
@@ -74118,6 +74344,8 @@ self: {
];
description = "Programming language with non-linear pattern-matching against non-free data";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"egison-quote" = callPackage
@@ -74270,12 +74498,13 @@ self: {
}) {};
"either-both" = callPackage
- ({ mkDerivation, base }:
+ ({ mkDerivation, base, smallcheck, tasty, tasty-smallcheck }:
mkDerivation {
pname = "either-both";
- version = "0.1.0.0";
- sha256 = "1lbvahbbmhz6cazl5s4wkf66h1l20cg7380g027h53v5pjpvpdpl";
+ version = "0.1.1.1";
+ sha256 = "1cm6g0wvwqlm405y8svv2fi49kpxqs7hffwd4gnsvlk2rfxng93f";
libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
description = "Either or both";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -74384,6 +74613,8 @@ self: {
];
description = "An ekg backend for Amazon Cloudwatch";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ekg-core" = callPackage
@@ -74667,18 +74898,6 @@ self: {
}) {};
"elf" = callPackage
- ({ mkDerivation, base, binary, bytestring, containers, hspec }:
- mkDerivation {
- pname = "elf";
- version = "0.29";
- sha256 = "1b4g98fk1p8mk0zdh6fwzm3vnzcrhvpysx4g4ahcbgbr4bqhjra2";
- libraryHaskellDepends = [ base binary bytestring ];
- testHaskellDepends = [ base bytestring containers hspec ];
- description = "An Elf parser";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "elf_0_30" = callPackage
({ mkDerivation, base, binary, bytestring, containers, hspec }:
mkDerivation {
pname = "elf";
@@ -74688,7 +74907,6 @@ self: {
testHaskellDepends = [ base bytestring containers hspec ];
description = "An Elf parser";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"eliminators" = callPackage
@@ -74725,14 +74943,39 @@ self: {
broken = true;
}) {};
+ "elliptic-curve" = callPackage
+ ({ mkDerivation, arithmoi, base, criterion, galois-field
+ , MonadRandom, protolude, tasty, tasty-hunit, tasty-quickcheck
+ , text, wl-pprint-text
+ }:
+ mkDerivation {
+ pname = "elliptic-curve";
+ version = "0.2.2";
+ sha256 = "082q01xqfqa73c0wasmh8v0hgf76gsfg8jzd78n9vgrp69zali1n";
+ libraryHaskellDepends = [
+ base galois-field MonadRandom protolude tasty-quickcheck text
+ wl-pprint-text
+ ];
+ testHaskellDepends = [
+ arithmoi base galois-field MonadRandom protolude tasty tasty-hunit
+ tasty-quickcheck text wl-pprint-text
+ ];
+ benchmarkHaskellDepends = [
+ base criterion galois-field MonadRandom protolude tasty-quickcheck
+ text wl-pprint-text
+ ];
+ description = "Elliptic curve library";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"elm-bridge" = callPackage
({ mkDerivation, aeson, base, containers, hspec, QuickCheck
, template-haskell, text
}:
mkDerivation {
pname = "elm-bridge";
- version = "0.5.1";
- sha256 = "0d9544s892rhy0dkhzz6w3nryhbl26yahs4k1nkpgdqsxsnv4rvn";
+ version = "0.5.2";
+ sha256 = "1ls4c4lrjbmms1kcaz88nnxn3ih3wbx51adjggbvyvfj52bc5cvp";
libraryHaskellDepends = [ aeson base template-haskell ];
testHaskellDepends = [
aeson base containers hspec QuickCheck text
@@ -75339,8 +75582,6 @@ self: {
];
description = "Perform basic syntax and deliverability checks on email addresses";
license = stdenv.lib.licenses.agpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"emailaddress" = callPackage
@@ -75466,8 +75707,6 @@ self: {
testHaskellDepends = [ base containers HUnit ];
description = "Empirical Mode Decomposition and Hilbert-Huang Transform";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"emgm" = callPackage
@@ -75719,8 +75958,8 @@ self: {
}:
mkDerivation {
pname = "engine-io-wai";
- version = "1.0.9";
- sha256 = "1zdin34gfi2059n1wjfxs4i2kfc0r53f3wpwhjd0fbp0as56h94s";
+ version = "1.0.10";
+ sha256 = "07vjjb7d5ndv8cailnrv5qif0d3kmi09bq1s38hwjyp5ml8dlfis";
libraryHaskellDepends = [
attoparsec base bytestring either engine-io http-types mtl text
transformers transformers-compat unordered-containers wai
@@ -75728,8 +75967,6 @@ self: {
];
description = "An @engine-io@ @ServerAPI@ that is compatible with @Wai@";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"engine-io-yesod" = callPackage
@@ -75848,8 +76085,8 @@ self: {
}:
mkDerivation {
pname = "enum-text";
- version = "0.5.0.0";
- sha256 = "0yg7rkbw1swr1mwkkkybrbs9prx1jj72af4rsx7jcb1zpzzarfs4";
+ version = "0.5.1.0";
+ sha256 = "0v48hmxbpzjpclg1q0avrc1dp4giglbxy2rkqnbj4f0sprp03kff";
libraryHaskellDepends = [
array base bytestring fmt hashable possibly text time
unordered-containers
@@ -75858,6 +76095,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "enum-text-rio" = callPackage
+ ({ mkDerivation, base, bytestring, enum-text, fmt, rio, text }:
+ mkDerivation {
+ pname = "enum-text-rio";
+ version = "1.2.0.0";
+ sha256 = "0cz91i1m9ibphlm153i23i03nhx41bca398hkfzf9hq904ziarna";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base bytestring enum-text fmt rio text ];
+ executableHaskellDepends = [
+ base bytestring enum-text fmt rio text
+ ];
+ description = "Making fmt available with rio";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"enum-types" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -76049,8 +76302,8 @@ self: {
}:
mkDerivation {
pname = "enummapset";
- version = "0.6.0.1";
- sha256 = "0nljpb5fxk4piwl5mh1v23ps9bzhxxcybfhd8mmb66k20gxxxf7q";
+ version = "0.6.0.2";
+ sha256 = "0476rzarcfpp4qm4qsz6wdnhr11nlfhqgrnbni591kbmngqlld1v";
libraryHaskellDepends = [ base containers deepseq semigroups ];
testHaskellDepends = [
array base containers deepseq ghc-prim HUnit QuickCheck semigroups
@@ -76058,8 +76311,6 @@ self: {
];
description = "IntMap and IntSet with Enum keys/elements";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"enummapset-th" = callPackage
@@ -76084,8 +76335,8 @@ self: {
}:
mkDerivation {
pname = "enumset";
- version = "0.0.4.1";
- sha256 = "0m6ha4m9hvmzkgnwani3z3vgcllzgv6n578g56x4sb9bgxgi37az";
+ version = "0.0.5";
+ sha256 = "0d9lnl7mmcwydfhb4iazh6gcdbxvdh7b3gar3c9l1k5xmc4r8qii";
libraryHaskellDepends = [
base data-accessor semigroups storable-record
];
@@ -76179,8 +76430,8 @@ self: {
}:
mkDerivation {
pname = "envy";
- version = "1.5.1.0";
- sha256 = "1r2181n5ayww1ycg7vvz5pp5cyxs6asljf4kir7g80qnj2wwpjid";
+ version = "2.0.0.0";
+ sha256 = "0l3rg9kvx5pp8ly1wl86g0nfp4161vdbf1cavpm2s84hahq9wg0z";
libraryHaskellDepends = [
base bytestring containers mtl text time transformers
];
@@ -77013,8 +77264,8 @@ self: {
}:
mkDerivation {
pname = "esqueleto";
- version = "2.6.0";
- sha256 = "1asbvcjmbyd44rfs8a645cvfqmf95b6hnb3l7lqd56kv32km69nn";
+ version = "3.0.0";
+ sha256 = "187c098h2xyf2nhifkdy2bqfl6iap7a93mzwd2kirl5yyicpc9zy";
libraryHaskellDepends = [
base blaze-html bytestring conduit monad-logger persistent
resourcet tagged text time transformers unliftio
@@ -77031,29 +77282,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "esqueleto_3_0_0" = callPackage
- ({ mkDerivation, base, blaze-html, bytestring, conduit, containers
- , hspec, monad-logger, mysql, mysql-simple, persistent
- , persistent-mysql, persistent-postgresql, persistent-sqlite
- , persistent-template, postgresql-libpq, postgresql-simple
- , resourcet, tagged, text, time, transformers, unliftio
- , unordered-containers
+ "esqueleto_3_1_0" = callPackage
+ ({ mkDerivation, aeson, base, blaze-html, bytestring, conduit
+ , containers, exceptions, hspec, monad-logger, mysql, mysql-simple
+ , persistent, persistent-mysql, persistent-postgresql
+ , persistent-sqlite, persistent-template, postgresql-libpq
+ , postgresql-simple, resourcet, tagged, text, time, transformers
+ , unliftio, unordered-containers, vector
}:
mkDerivation {
pname = "esqueleto";
- version = "3.0.0";
- sha256 = "187c098h2xyf2nhifkdy2bqfl6iap7a93mzwd2kirl5yyicpc9zy";
+ version = "3.1.0";
+ sha256 = "0x3hrh5ymv19l52634q18hsmxjranngc32ig6b2lbd5lz8d6iigy";
libraryHaskellDepends = [
- base blaze-html bytestring conduit monad-logger persistent
+ aeson base blaze-html bytestring conduit monad-logger persistent
resourcet tagged text time transformers unliftio
unordered-containers
];
testHaskellDepends = [
- base blaze-html bytestring conduit containers hspec monad-logger
- mysql mysql-simple persistent persistent-mysql
+ aeson base blaze-html bytestring conduit containers exceptions
+ hspec monad-logger mysql mysql-simple persistent persistent-mysql
persistent-postgresql persistent-sqlite persistent-template
postgresql-libpq postgresql-simple resourcet tagged text time
- transformers unliftio unordered-containers
+ transformers unliftio unordered-containers vector
];
description = "Type-safe EDSL for SQL queries on persistent backends";
license = stdenv.lib.licenses.bsd3;
@@ -77073,6 +77324,74 @@ self: {
broken = true;
}) {};
+ "essence-of-live-coding" = callPackage
+ ({ mkDerivation, base, foreign-store, QuickCheck, syb
+ , test-framework, test-framework-quickcheck2, transformers
+ , vector-sized
+ }:
+ mkDerivation {
+ pname = "essence-of-live-coding";
+ version = "0.1.0.1";
+ sha256 = "0804zqbl2w8cvj4n9y2qx9wdmigmw56fxdzkqrw6x2szl2qvsfjz";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base foreign-store syb transformers vector-sized
+ ];
+ executableHaskellDepends = [ base transformers ];
+ testHaskellDepends = [
+ base QuickCheck syb test-framework test-framework-quickcheck2
+ ];
+ description = "General purpose live coding framework";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "essence-of-live-coding-gloss" = callPackage
+ ({ mkDerivation, base, essence-of-live-coding, foreign-store, gloss
+ , syb, transformers
+ }:
+ mkDerivation {
+ pname = "essence-of-live-coding-gloss";
+ version = "0.1.0.1";
+ sha256 = "0716mwww68x8v2r6fz6ah8m26w5h98kgd662rirh56nmwr219zk5";
+ libraryHaskellDepends = [
+ base essence-of-live-coding foreign-store gloss syb transformers
+ ];
+ description = "General purpose live coding framework - Gloss backend";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "essence-of-live-coding-pulse" = callPackage
+ ({ mkDerivation, base, essence-of-live-coding, foreign-store
+ , pulse-simple, transformers
+ }:
+ mkDerivation {
+ pname = "essence-of-live-coding-pulse";
+ version = "0.1.0.1";
+ sha256 = "18f6wrq5ar14yb44yl6m8xfi9c721yywl4gzwcrx65n6wn3h16va";
+ libraryHaskellDepends = [
+ base essence-of-live-coding foreign-store pulse-simple transformers
+ ];
+ description = "General purpose live coding framework - pulse backend";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "essence-of-live-coding-quickcheck" = callPackage
+ ({ mkDerivation, base, boltzmann-samplers, essence-of-live-coding
+ , QuickCheck, syb, transformers
+ }:
+ mkDerivation {
+ pname = "essence-of-live-coding-quickcheck";
+ version = "0.1.0.1";
+ sha256 = "0wkffsy3jxz85lxlbppi477wkzlx2zvxmjc70rgf8bjw8s631a22";
+ libraryHaskellDepends = [
+ base boltzmann-samplers essence-of-live-coding QuickCheck syb
+ transformers
+ ];
+ description = "General purpose live coding framework - QuickCheck integration";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"estimator" = callPackage
({ mkDerivation, ad, base, distributive, lens, linear, reflection
}:
@@ -77500,6 +77819,8 @@ self: {
];
description = "Euler tour trees";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"euphoria" = callPackage
@@ -77821,6 +78142,30 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "eventlog2html" = callPackage
+ ({ mkDerivation, aeson, array, attoparsec, base, blaze-html
+ , bytestring, containers, file-embed, filepath, ghc-events
+ , hashtables, hvega, mtl, optparse-applicative, semigroups, text
+ , time
+ }:
+ mkDerivation {
+ pname = "eventlog2html";
+ version = "0.2.0";
+ sha256 = "106jydjz8lg80xmj2ahllvqz57dfkf8qybm6nqib3hrw956igy4c";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson array attoparsec base blaze-html bytestring containers
+ file-embed filepath ghc-events hashtables hvega mtl
+ optparse-applicative semigroups text time
+ ];
+ executableHaskellDepends = [ aeson base filepath text ];
+ description = "Visualise an eventlog";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"eventloop" = callPackage
({ mkDerivation, aeson, base, bytestring, concurrent-utilities
, deepseq, network, stm, suspend, text, timers, websockets
@@ -77835,8 +78180,6 @@ self: {
];
description = "A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together.";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"eventsource-api" = callPackage
@@ -77898,6 +78241,8 @@ self: {
];
description = "Provides common test specification for Store implementation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"eventsource-stub-store" = callPackage
@@ -77919,6 +78264,8 @@ self: {
];
description = "An in-memory stub store implementation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"eventsourced" = callPackage
@@ -77943,43 +78290,6 @@ self: {
}) {};
"eventstore" = callPackage
- ({ mkDerivation, aeson, array, async, base, bifunctors, bytestring
- , cereal, clock, connection, containers, dns, dotnet-timespan
- , ekg-core, exceptions, fast-logger, file-embed, hashable
- , http-client, interpolate, lifted-async, lifted-base, machines
- , monad-control, monad-logger, mono-traversable, mtl, protobuf
- , random, safe, safe-exceptions, semigroups, stm, stm-chans
- , streaming, tasty, tasty-hspec, tasty-hunit, text, time
- , transformers-base, unordered-containers, uuid, vector
- }:
- mkDerivation {
- pname = "eventstore";
- version = "1.2.4";
- sha256 = "057nxlq78v3fzby9b0506gb85rlsv3j7q98y5asnv92n5i2barxm";
- libraryHaskellDepends = [
- aeson array base bifunctors bytestring cereal clock connection
- containers dns dotnet-timespan ekg-core exceptions fast-logger
- hashable http-client interpolate lifted-async lifted-base machines
- monad-control monad-logger mono-traversable mtl protobuf random
- safe safe-exceptions semigroups stm stm-chans streaming text time
- transformers-base unordered-containers uuid vector
- ];
- testHaskellDepends = [
- aeson async base bytestring cereal connection containers
- dotnet-timespan exceptions fast-logger file-embed hashable
- lifted-async lifted-base monad-control mono-traversable protobuf
- safe safe-exceptions semigroups stm stm-chans streaming tasty
- tasty-hspec tasty-hunit text time transformers-base
- unordered-containers uuid vector
- ];
- description = "EventStore TCP Client";
- license = stdenv.lib.licenses.bsd3;
- platforms = [ "x86_64-darwin" "x86_64-linux" ];
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "eventstore_1_3_0" = callPackage
({ mkDerivation, aeson, array, async, base, bifunctors, bytestring
, cereal, clock, connection, containers, dns, dotnet-timespan
, ekg-core, exceptions, fast-logger, file-embed, hashable
@@ -78177,8 +78487,6 @@ self: {
libraryHaskellDepends = [ base template-haskell ];
description = "Exception type hierarchy with TemplateHaskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"exception-mailer" = callPackage
@@ -78648,10 +78956,8 @@ self: {
}:
mkDerivation {
pname = "exitcode";
- version = "0.1.0.1";
- sha256 = "1h4qv29g59dxwsb2i4qrnf2f96xsmzngc9rnrqfkh8nkkcr71br5";
- revision = "2";
- editedCabalFile = "0g30lnsl947bsxcw53swl0vv3qg8c7vqf8axpdnhl28mdrxa0ax9";
+ version = "0.1.0.2";
+ sha256 = "1w3m5ib952kiyw85ysj049v01qzc8p8mlmn9mxsm1h0x0a5axf3y";
libraryHaskellDepends = [
base lens mmorph mtl semigroupoids semigroups transformers
];
@@ -78845,6 +79151,8 @@ self: {
pname = "explicit-constraint-lens";
version = "0.1.0.0";
sha256 = "181frvmgv65rcjpiya4gswvpq9ahz97c8lalhgmwknx9jx5nqd98";
+ revision = "1";
+ editedCabalFile = "06mj6zxj1l439g6l5ibrxbsr6ff2c199i3dlf0k1yxjck1dfblv4";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base tasty tasty-hunit ];
description = "Fully-flexible polymorphic lenses, without any bizarre profunctors";
@@ -78970,6 +79278,19 @@ self: {
broken = true;
}) {};
+ "express" = callPackage
+ ({ mkDerivation, base, leancheck, template-haskell }:
+ mkDerivation {
+ pname = "express";
+ version = "0.1.2";
+ sha256 = "0i6dh1kpadhh4faanmkszdq1bbsdyl2ngbyrwv7pb8kb3wqc4y6y";
+ libraryHaskellDepends = [ base template-haskell ];
+ testHaskellDepends = [ base leancheck ];
+ benchmarkHaskellDepends = [ base leancheck ];
+ description = "Dynamically-typed expressions involving applications and variables";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"expression-parser" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -78996,8 +79317,6 @@ self: {
testHaskellDepends = [ base singletons text ];
description = "Expressions and Formulae a la carte";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"expressions-z3" = callPackage
@@ -79091,6 +79410,18 @@ self: {
broken = true;
}) {};
+ "extend-record-data-th" = callPackage
+ ({ mkDerivation, attoparsec, base, template-haskell, text }:
+ mkDerivation {
+ pname = "extend-record-data-th";
+ version = "0.1.0.2";
+ sha256 = "1gy730iic17hiiqf08j4riz1086wpz6iv7i5carc04mi39zdjf4h";
+ libraryHaskellDepends = [ attoparsec base template-haskell text ];
+ testHaskellDepends = [ attoparsec base template-haskell text ];
+ description = "TH to define a new record data type that extends the existing record data type";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"extended-categories" = callPackage
({ mkDerivation, base, constraints, ghc-prim, tagged }:
mkDerivation {
@@ -79124,7 +79455,7 @@ self: {
}) {};
"extensible" = callPackage
- ({ mkDerivation, aeson, base, bytestring, cassava, comonad
+ ({ mkDerivation, aeson, barbies, base, bytestring, cassava, comonad
, constraints, deepseq, exceptions, ghc-prim, hashable, lens
, membership, monad-skeleton, mtl, prettyprinter, primitive
, profunctors, QuickCheck, resourcet, StateVar, tagged
@@ -79133,10 +79464,10 @@ self: {
}:
mkDerivation {
pname = "extensible";
- version = "0.5.1";
- sha256 = "0rqq2pwp5zzpl9xzjmk0m8a54mbs10d7dywswfd84wqrngknkp10";
+ version = "0.6.1";
+ sha256 = "1h96kn622qyx27xap79ywq4kx4q82x4b3kxviakhqwxlvf2sklg2";
libraryHaskellDepends = [
- aeson base bytestring cassava comonad constraints deepseq
+ aeson barbies base bytestring cassava comonad constraints deepseq
exceptions ghc-prim hashable membership monad-skeleton mtl
prettyprinter primitive profunctors QuickCheck resourcet StateVar
tagged template-haskell text th-lift transformers
@@ -79190,32 +79521,31 @@ self: {
}) {};
"extensible-effects-concurrent" = callPackage
- ({ mkDerivation, async, base, bytestring, containers, data-default
- , deepseq, directory, exceptions, extensible-effects, filepath
- , hostname, HUnit, lens, monad-control, mtl, network, parallel
- , pretty-types, process, QuickCheck, safe-exceptions, stm, tagged
- , tasty, tasty-discover, tasty-hunit, text, time, transformers-base
+ ({ mkDerivation, async, base, containers, data-default, deepseq
+ , directory, exceptions, extensible-effects, filepath, hashable
+ , hostname, HUnit, lens, monad-control, mtl, network, pretty-types
+ , QuickCheck, safe-exceptions, stm, tasty, tasty-discover
+ , tasty-hunit, text, time, transformers-base
}:
mkDerivation {
pname = "extensible-effects-concurrent";
- version = "0.25.1";
- sha256 = "0c8569lys8pj432kmwcf30gxaxz2mnrqqpg7blk504fa5zrdxs69";
+ version = "0.32.0";
+ sha256 = "1zipam9jac1bj4fkzihgh0hasiwgpycidhvxb0b2b0q7ic18487a";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- async base bytestring containers data-default deepseq directory
- exceptions extensible-effects filepath hostname lens monad-control
- mtl network parallel pretty-types process QuickCheck
- safe-exceptions stm tagged text time transformers-base
+ async base containers data-default deepseq directory exceptions
+ extensible-effects filepath hashable hostname lens monad-control
+ mtl network pretty-types safe-exceptions stm text time
+ transformers-base
];
executableHaskellDepends = [
- base data-default deepseq directory extensible-effects filepath
- lens pretty-types text
+ base data-default deepseq extensible-effects lens pretty-types text
];
testHaskellDepends = [
async base containers data-default deepseq extensible-effects
- filepath hostname HUnit lens pretty-types QuickCheck stm tasty
- tasty-discover tasty-hunit text time
+ filepath hostname HUnit lens monad-control pretty-types QuickCheck
+ stm tasty tasty-discover tasty-hunit text time
];
testToolDepends = [ tasty-discover ];
description = "Message passing concurrency as extensible-effect";
@@ -79275,6 +79605,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "extra_1_6_18" = callPackage
+ ({ mkDerivation, base, clock, directory, filepath, process
+ , QuickCheck, semigroups, time, unix
+ }:
+ mkDerivation {
+ pname = "extra";
+ version = "1.6.18";
+ sha256 = "0jvd4l0hi8pf5899pxc32yc638y0mrc357w0rph99k3hm277i0cy";
+ libraryHaskellDepends = [
+ base clock directory filepath process semigroups time unix
+ ];
+ testHaskellDepends = [ base directory filepath QuickCheck unix ];
+ description = "Extra functions I use";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"extract-dependencies" = callPackage
({ mkDerivation, async, base, Cabal, containers
, package-description-remote
@@ -79341,6 +79688,8 @@ self: {
];
description = "API Client for ExtraLife team and user data";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"extrapolate" = callPackage
@@ -79357,6 +79706,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "extrapolate_0_4_1" = callPackage
+ ({ mkDerivation, base, express, leancheck, speculate
+ , template-haskell
+ }:
+ mkDerivation {
+ pname = "extrapolate";
+ version = "0.4.1";
+ sha256 = "1rhwgbx8skq8hl1h5hnv28qavy3v1p71vdlib1kwbdp1r7niwp8l";
+ libraryHaskellDepends = [
+ base express leancheck speculate template-haskell
+ ];
+ testHaskellDepends = [ base express leancheck speculate ];
+ description = "generalize counter-examples of test properties";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"ez-couch" = callPackage
({ mkDerivation, aeson, attoparsec, attoparsec-conduit, base
, blaze-builder, bytestring, classy-prelude, classy-prelude-conduit
@@ -79397,6 +79763,17 @@ self: {
broken = true;
}) {};
+ "f-algebra-gen" = callPackage
+ ({ mkDerivation, base, template-haskell }:
+ mkDerivation {
+ pname = "f-algebra-gen";
+ version = "0.1.0.2";
+ sha256 = "1vxhfr4wqm2bclnq15lp4q496w3916ll9chj6mcqbn0r64bmmkn8";
+ libraryHaskellDepends = [ base template-haskell ];
+ description = "Generate a special f-algebra combinator from any data type";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"f-ree-hack-cheats-free-v-bucks-generator" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -79660,8 +80037,6 @@ self: {
testHaskellDepends = [ base hspec random text time ];
description = "Randomly generated fake data";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"fake-type" = callPackage
@@ -79685,8 +80060,8 @@ self: {
}:
mkDerivation {
pname = "fakedata";
- version = "0.2.1";
- sha256 = "11dsj2b1dyg6hdjhj3l7q04w896mrc32zkn1zkj2l032zlbwi44n";
+ version = "0.2.2";
+ sha256 = "11gsshxd23inh6lb3rbs0fkmh83ivffxdlcqrxsfi0ymdmzha3rr";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bytestring containers directory exceptions filepath random
@@ -79705,8 +80080,8 @@ self: {
({ mkDerivation, base, containers, hspec, mtl, QuickCheck }:
mkDerivation {
pname = "fakefs";
- version = "0.2.0.0";
- sha256 = "0r20w8grmcfr5vwh8j2kfg9lm9pkcq9cvgnrw1sj2vi38s96icwx";
+ version = "0.2.0.1";
+ sha256 = "0szdjrc4m87h9dsb7qg5rpp5avnyzv47mymyihgvmxc22wiyf1c1";
libraryHaskellDepends = [ base containers mtl ];
testHaskellDepends = [ base containers hspec QuickCheck ];
description = "Extensible fake file system for testing";
@@ -79856,8 +80231,8 @@ self: {
}:
mkDerivation {
pname = "fast-builder";
- version = "0.1.0.1";
- sha256 = "0ykl1s29kma3bxvv1jfi7q8yv9vmbn1lsrfyn7axgi51j4g06x32";
+ version = "0.1.1.0";
+ sha256 = "024n5q1zsmd1va662sjdnc42w4qj6pmqg64fsfcn0jx5zvmg62d9";
libraryHaskellDepends = [ base bytestring ghc-prim ];
testHaskellDepends = [ base bytestring process QuickCheck stm ];
benchmarkHaskellDepends = [
@@ -79923,25 +80298,6 @@ self: {
}) {};
"fast-logger" = callPackage
- ({ mkDerivation, array, auto-update, base, bytestring, directory
- , easy-file, filepath, hspec, hspec-discover, text, unix-compat
- , unix-time
- }:
- mkDerivation {
- pname = "fast-logger";
- version = "2.4.15";
- sha256 = "1mf2awyvc336wmcjr7v99zvx6spz8fw5xzpn19x0fldy33dr89yf";
- libraryHaskellDepends = [
- array auto-update base bytestring directory easy-file filepath text
- unix-compat unix-time
- ];
- testHaskellDepends = [ base bytestring directory hspec ];
- testToolDepends = [ hspec-discover ];
- description = "A fast logging system";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "fast-logger_2_4_16" = callPackage
({ mkDerivation, array, auto-update, base, bytestring, directory
, easy-file, filepath, hspec, hspec-discover, text, unix-compat
, unix-time
@@ -79958,7 +80314,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "A fast logging system";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"fast-math" = callPackage
@@ -80173,8 +80528,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "A fast, but bare bones, bytestring parser combinators library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"fastpbkdf2" = callPackage
@@ -80439,24 +80792,21 @@ self: {
}) {};
"fb" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, base16-bytestring
- , base64-bytestring, bytestring, cereal, conduit, conduit-extra
- , containers, crypto-api, cryptohash, cryptohash-cryptoapi
- , data-default, hspec, http-client, http-conduit, http-types, HUnit
- , monad-logger, old-locale, QuickCheck, resourcet, text, time
- , transformers, transformers-base, unliftio, unliftio-core
- , unordered-containers
+ ({ mkDerivation, aeson, attoparsec, base, bytestring, conduit
+ , conduit-extra, containers, cryptonite, data-default, hspec
+ , http-client, http-conduit, http-types, HUnit, memory
+ , monad-logger, QuickCheck, resourcet, text, time, transformers
+ , transformers-base, unliftio, unliftio-core, unordered-containers
}:
mkDerivation {
pname = "fb";
- version = "1.2.1";
- sha256 = "05ax0pd9j6c64n48r9q03k5pg2axkmv11cz6azjg7k72cfkp1mm9";
+ version = "2.0.0";
+ sha256 = "0z56cibxp5f616vamj4jm76g2n33w22zz8pc9hhs33lm5m0nlncw";
libraryHaskellDepends = [
- aeson attoparsec base base16-bytestring base64-bytestring
- bytestring cereal conduit conduit-extra crypto-api cryptohash
- cryptohash-cryptoapi data-default http-client http-conduit
- http-types monad-logger old-locale resourcet text time transformers
- transformers-base unliftio unliftio-core unordered-containers
+ aeson attoparsec base bytestring conduit conduit-extra cryptonite
+ data-default http-client http-conduit http-types memory
+ monad-logger resourcet text time transformers transformers-base
+ unliftio unliftio-core unordered-containers
];
testHaskellDepends = [
aeson base bytestring conduit containers data-default hspec
@@ -80780,23 +81130,6 @@ self: {
}) {};
"fedora-haskell-tools" = callPackage
- ({ mkDerivation, base, csv, directory, filepath, HTTP, process
- , time, unix
- }:
- mkDerivation {
- pname = "fedora-haskell-tools";
- version = "0.6";
- sha256 = "06yr6hyksdqz0nksw0m23cqik51jjr74241xx96979pvw07zcym4";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- base csv directory filepath HTTP process time unix
- ];
- description = "Building and maintenance tools for Fedora Haskell";
- license = stdenv.lib.licenses.gpl3;
- }) {};
-
- "fedora-haskell-tools_0_8" = callPackage
({ mkDerivation, base, csv, directory, fedora-dists, filepath, HTTP
, optparse-applicative, process, simple-cmd, simple-cmd-args, split
, time, unix
@@ -80805,6 +81138,8 @@ self: {
pname = "fedora-haskell-tools";
version = "0.8";
sha256 = "03wk335dpkbcdgxqsjiavnqc43jkw8gh7y41dyfwivwd9mr32y2w";
+ revision = "1";
+ editedCabalFile = "06xak96g91krd45kvz1nscnfn4rw9gdj5xxwn8simb2vmqiy6f94";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -80814,6 +81149,7 @@ self: {
description = "Building and maintenance tools for Fedora Haskell";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fedora-img-dl" = callPackage
@@ -80885,10 +81221,8 @@ self: {
}:
mkDerivation {
pname = "feed";
- version = "1.0.1.0";
- sha256 = "076krkyvbh24s50chdw3nz6w2svwchys65ppjzlm8gy42ddhbgc7";
- revision = "1";
- editedCabalFile = "10xjd3syr70g3blnjy7xvd6s21y68vxsi69f6bmizpsylbfb0245";
+ version = "1.2.0.0";
+ sha256 = "0cakrlq1ra2gwyqmdhss4clkj0xxrwy3pc4xjzgqz4w3yd1czjg7";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base base-compat bytestring old-locale old-time safe text time
@@ -80903,33 +81237,6 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "feed_1_1_0_0" = callPackage
- ({ mkDerivation, base, base-compat, bytestring, HUnit
- , markdown-unlit, old-locale, old-time, safe, test-framework
- , test-framework-hunit, text, time, time-locale-compat, utf8-string
- , xml-conduit, xml-types
- }:
- mkDerivation {
- pname = "feed";
- version = "1.1.0.0";
- sha256 = "05hiasa6k13v1pzp9cs991zh04njda0ax9868rc7k906b19qqkjg";
- revision = "1";
- editedCabalFile = "0bn0vnn6v373ycrbxwqzp1ncmq649h13f2na8q8yf0i68mxampks";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base base-compat bytestring old-locale old-time safe text time
- time-locale-compat utf8-string xml-conduit xml-types
- ];
- testHaskellDepends = [
- base base-compat HUnit old-time test-framework test-framework-hunit
- text time xml-conduit xml-types
- ];
- testToolDepends = [ markdown-unlit ];
- description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"feed-cli" = callPackage
({ mkDerivation, base, directory, feed, old-locale, old-time, time
, xml
@@ -81492,8 +81799,6 @@ self: {
libraryHaskellDepends = [ base-noprelude integer-gmp semirings ];
description = "fibonacci algebra";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"fibon" = callPackage
@@ -82065,29 +82370,25 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "filtrable";
- version = "0.1.1.0";
- sha256 = "0g1ngsbxrydbwa637sk8zvpvygppr6abj9hh87maf56ily4ki9fn";
+ version = "0.1.2.0";
+ sha256 = "1bgy3pydi7paiia63kygrg7fjjs7fm73jqfmlmw4szcbjmv8xq8k";
libraryHaskellDepends = [ base ];
description = "Class of filtrable containers";
license = stdenv.lib.licenses.bsd3;
}) {};
"fin" = callPackage
- ({ mkDerivation, base, deepseq, hashable, inspection-testing
+ ({ mkDerivation, base, dec, deepseq, hashable, inspection-testing
, tagged
}:
mkDerivation {
pname = "fin";
- version = "0.0.2";
- sha256 = "1fdykzyqc43648ka7z3jg3dciyb71ipp67ya521mp6zk9is2fx5i";
- revision = "1";
- editedCabalFile = "11jxsij60l69n79sws23sgvbal2kbw7w5yv2fbp5580f8swj95c4";
- libraryHaskellDepends = [ base deepseq hashable ];
+ version = "0.1";
+ sha256 = "17nv26cznhslrfb1ajcgxa9g3zacvk3prmncr7f8d7rvh42g2gnn";
+ libraryHaskellDepends = [ base dec deepseq hashable ];
testHaskellDepends = [ base inspection-testing tagged ];
description = "Nat and Fin: peano naturals and finite numbers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"final" = callPackage
@@ -82194,6 +82495,26 @@ self: {
broken = true;
}) {};
+ "findhttp" = callPackage
+ ({ mkDerivation, base, basic-prelude, bytestring, directory
+ , filepath, Glob, http-directory, simple-cmd-args, text
+ }:
+ mkDerivation {
+ pname = "findhttp";
+ version = "0.1";
+ sha256 = "1hw7cbmy0b01kfpfxavq3gc17vnq4vr2fy3bcvh4jnz9rizfmr9w";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ base basic-prelude bytestring directory filepath Glob
+ http-directory simple-cmd-args text
+ ];
+ description = "List http/html files";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"fingertree" = callPackage
({ mkDerivation, base, HUnit, QuickCheck, test-framework
, test-framework-hunit, test-framework-quickcheck2
@@ -82348,19 +82669,6 @@ self: {
}) {};
"first-class-families" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "first-class-families";
- version = "0.3.0.1";
- sha256 = "07291dj197230kq8vxqdgs52zl428w12sgy18y0n5lk18g5isxib";
- revision = "1";
- editedCabalFile = "1gybi18yw6dzp3r82x0xq9364m3isqq31gvaa1agf6hk9c9szfl2";
- libraryHaskellDepends = [ base ];
- description = "First class type families";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "first-class-families_0_5_0_0" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "first-class-families";
@@ -82370,7 +82678,6 @@ self: {
testHaskellDepends = [ base ];
description = "First class type families";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"first-class-patterns" = callPackage
@@ -82468,6 +82775,8 @@ self: {
];
description = "Parse FITS files";
license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fitsio" = callPackage
@@ -82550,17 +82859,6 @@ self: {
}) {};
"fixed" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "fixed";
- version = "0.2.1.1";
- sha256 = "1qhmwx8iqshns0crmr9d2f8hm65jxbcp3dvv0c39v34ra7if3a94";
- libraryHaskellDepends = [ base ];
- description = "Signed 15.16 precision fixed point arithmetic";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "fixed_0_3" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "fixed";
@@ -82569,7 +82867,6 @@ self: {
libraryHaskellDepends = [ base ];
description = "Signed 15.16 precision fixed point arithmetic";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"fixed-length" = callPackage
@@ -82675,6 +82972,8 @@ self: {
libraryHaskellDepends = [ async base clock time ];
description = "Pure Haskell library to repeat an action at a specific frequency";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"fixed-vector" = callPackage
@@ -82980,33 +83279,6 @@ self: {
}) {};
"flac" = callPackage
- ({ mkDerivation, base, bytestring, containers, data-default-class
- , directory, exceptions, filepath, FLAC, hspec, mtl, temporary
- , text, transformers, vector, wave
- }:
- mkDerivation {
- pname = "flac";
- version = "0.1.2";
- sha256 = "0adc88h5dmazf9m2xah0qkcav3pm0l3jiy8wbg9fxjv1qpgv74jn";
- revision = "5";
- editedCabalFile = "0rwwq8qrxd497rd5m0kidz4v69frj72ds7a6zrdqigj5f5471rhd";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base bytestring containers data-default-class directory exceptions
- filepath mtl text transformers vector wave
- ];
- librarySystemDepends = [ FLAC ];
- testHaskellDepends = [
- base bytestring data-default-class directory filepath hspec
- temporary transformers vector wave
- ];
- description = "Complete high-level binding to libFLAC";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {FLAC = null;};
-
- "flac_0_2_0" = callPackage
({ mkDerivation, base, bytestring, containers, directory
, exceptions, filepath, FLAC, hspec, hspec-discover, mtl, temporary
, text, transformers, vector, wave
@@ -83072,16 +83344,17 @@ self: {
}) {};
"flags-applicative" = callPackage
- ({ mkDerivation, base, containers, hspec, mtl, network, text }:
+ ({ mkDerivation, base, casing, containers, hspec, mtl, network
+ , text
+ }:
mkDerivation {
pname = "flags-applicative";
- version = "0.0.4.5";
- sha256 = "1qwps2f8ifdm0801v0kgg33q9kj3fmhh7pjgqz43ba4b8qb3ni6m";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base containers mtl network text ];
- executableHaskellDepends = [ base text ];
- testHaskellDepends = [ base hspec text ];
+ version = "0.1.0.1";
+ sha256 = "1pamcfv5g6d42ksq10af0l2a6k8y997zx3y4pvf5gcy5hlxr2gwv";
+ libraryHaskellDepends = [
+ base casing containers mtl network text
+ ];
+ testHaskellDepends = [ base containers hspec text ];
description = "Applicative flag parsing";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -83984,8 +84257,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "fmlist";
- version = "0.9.2";
- sha256 = "02868865hqm189h5wjd916abvqwkhbrx5b0119s1dwp70ifvbi4g";
+ version = "0.9.3";
+ sha256 = "1w9nhm2zybdx4c1lalkajwqr8wcs731lfjld2r8gknd7y96x8pwf";
libraryHaskellDepends = [ base ];
description = "FoldMap lists";
license = stdenv.lib.licenses.bsd3;
@@ -83995,21 +84268,19 @@ self: {
({ mkDerivation, base, base64-bytestring, bytestring, call-stack
, containers, criterion, deepseq, doctest, doctest-discover
, formatting, hspec, interpolate, microlens, neat-interpolation
- , text, time, time-locale-compat, vector
+ , QuickCheck, text, time, time-locale-compat, vector
}:
mkDerivation {
pname = "fmt";
- version = "0.6.1.1";
- sha256 = "1bfj94ahc06xj6x5v5gmjzgw30cgxsc1vjygajqiqnanimbhn8i6";
- revision = "2";
- editedCabalFile = "1prdnb8a8n338clkvjx0c8hmbkiy8x2c9j87b94302bq6x7rmf9d";
+ version = "0.6.1.2";
+ sha256 = "1fcamg5vpbmn0h7y4xkyrrmpkbyqqkijpgm2bhsw82swnbfppvbq";
libraryHaskellDepends = [
base base64-bytestring bytestring call-stack containers formatting
microlens text time time-locale-compat
];
testHaskellDepends = [
base bytestring call-stack containers doctest hspec
- neat-interpolation text vector
+ neat-interpolation QuickCheck text vector
];
testToolDepends = [ doctest-discover ];
benchmarkHaskellDepends = [
@@ -84020,6 +84291,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "fmt-for-rio" = callPackage
+ ({ mkDerivation, base, enum-text-rio }:
+ mkDerivation {
+ pname = "fmt-for-rio";
+ version = "1.0.0.0";
+ sha256 = "0hxf1cgch4l5vwnsg4449ing3qi40kpfcwjg4l807sw0b18ccwar";
+ libraryHaskellDepends = [ base enum-text-rio ];
+ description = "Adaptor for getting fmt to work with rio";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"fmt-terminal-colors" = callPackage
({ mkDerivation, ansi-terminal, base, fmt }:
mkDerivation {
@@ -84959,8 +85241,8 @@ self: {
}:
mkDerivation {
pname = "fortran-src";
- version = "0.2.1.1";
- sha256 = "000i0395k6wpmzymiqc4x4xi06y6a8q4yianqplfl7zn2ghyxcsz";
+ version = "0.3.0";
+ sha256 = "03a1lk0c50v66jax2dya7qhjr3si2anp4yzx03vpf49am2kn2rxq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -84994,6 +85276,8 @@ self: {
testHaskellDepends = [ base doctest hspec ];
description = "Interactive terminal prompt";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"forward-chan" = callPackage
@@ -85081,10 +85365,8 @@ self: {
({ mkDerivation, base, basement, gauge, ghc-prim }:
mkDerivation {
pname = "foundation";
- version = "0.0.23";
- sha256 = "0g043cqgzn082jfg5q5y1mi4c4pa3is00j01gvggvz8937v3cq52";
- revision = "1";
- editedCabalFile = "1zdlh81dii11p3bw3ffm3sr69l7nlhj622mca81swj59klgmaxwh";
+ version = "0.0.24";
+ sha256 = "1yygliyg5dh06n7iyyrvy4iz2328hgb5igjp832wxrfa529pwqdk";
libraryHaskellDepends = [ base basement ghc-prim ];
testHaskellDepends = [ base basement ];
benchmarkHaskellDepends = [ base basement gauge ];
@@ -85695,8 +85977,8 @@ self: {
pname = "free-vector-spaces";
version = "0.1.5.0";
sha256 = "0rf6yhjcd2x4yj2jvyl6yc8x55a2hqhj5mxzg4f24734agh720z1";
- revision = "1";
- editedCabalFile = "0b95827ppw0nvhaxg9axkngsij2sj8d6s06amz2vi79jgs7vbfr6";
+ revision = "3";
+ editedCabalFile = "09jy8kj31p6b4pmzry6glq7climw6pmpph23byhijs82a7yl609w";
libraryHaskellDepends = [
base lens linear MemoTrie pragmatic-show vector vector-space
];
@@ -86156,6 +86438,8 @@ self: {
pname = "friendly";
version = "0.1.0.0";
sha256 = "0ikbfki5yvagc3xjbqwmzzp29idfviaylnan6cr39kna6fc8ajgx";
+ revision = "2";
+ editedCabalFile = "12j953w8zcix2iyqwkn08zpw1r1dd7jk8p8a3v5hs5rya1qb74si";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -86163,8 +86447,6 @@ self: {
];
description = "Attempt to pretty-print any input";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"friendly-time" = callPackage
@@ -86566,6 +86848,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "ft-generator" = callPackage
+ ({ mkDerivation, base, mtl, parsec }:
+ mkDerivation {
+ pname = "ft-generator";
+ version = "1.0";
+ sha256 = "1kgh8w1ny0zsrbf53vqabkap6zp6fmq2hx35nxw2hcfw7b0pvavk";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [ base mtl parsec ];
+ description = "implementation accompanying a WFLP'19 submission";
+ license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"ftdi" = callPackage
({ mkDerivation, base, base-unicode-symbols, bytestring, safe
, transformers, usb
@@ -86600,6 +86897,8 @@ self: {
testHaskellDepends = [ base ];
description = "Transfer files with FTP and FTPS";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ftp-client-conduit" = callPackage
@@ -86616,6 +86915,8 @@ self: {
testHaskellDepends = [ base ];
description = "Transfer file with FTP and FTPS with Conduit";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ftp-conduit" = callPackage
@@ -86726,8 +87027,6 @@ self: {
];
description = "In-memory full text search engine";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"fullstop" = callPackage
@@ -87037,8 +87336,8 @@ self: {
pname = "functor-classes-compat";
version = "1";
sha256 = "0vrnl5crr7d2wsm4ryx26g98j23dpk7x5p31xrbnckd78i7zj4gg";
- revision = "3";
- editedCabalFile = "1jx552ysdnxvd8wdvsf4bgxlsgldpb7a8zi54abyjmxv6mkp98ys";
+ revision = "4";
+ editedCabalFile = "1531cmcfgcgry254dn5mx7h5l6nd4afxz6lhlcr0lbbm4y1v59mk";
libraryHaskellDepends = [
base containers hashable unordered-containers vector
];
@@ -87046,6 +87345,33 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "functor-combinators" = callPackage
+ ({ mkDerivation, base, bifunctors, comonad, constraints, containers
+ , dependent-sum, deriving-compat, free, hedgehog, kan-extensions
+ , mmorph, mtl, natural-transformation, nonempty-containers, pointed
+ , profunctors, semigroupoids, tagged, tasty, tasty-hedgehog, these
+ , transformers, trivial-constraint, vinyl
+ }:
+ mkDerivation {
+ pname = "functor-combinators";
+ version = "0.1.1.1";
+ sha256 = "1bs1xqlndbzi91z9048clmgmgkjyyrkgcmz6s864villy0s9h90c";
+ libraryHaskellDepends = [
+ base bifunctors comonad constraints containers deriving-compat free
+ kan-extensions mmorph mtl natural-transformation
+ nonempty-containers pointed profunctors semigroupoids tagged these
+ transformers trivial-constraint vinyl
+ ];
+ testHaskellDepends = [
+ base bifunctors dependent-sum free hedgehog nonempty-containers
+ semigroupoids tasty tasty-hedgehog transformers
+ ];
+ description = "Tools for functor combinator-based program design";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"functor-combo" = callPackage
({ mkDerivation, base, base-orphans, containers, data-inttrie, lub
, type-unary, TypeCompose
@@ -87097,6 +87423,19 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
+ "functor-products" = callPackage
+ ({ mkDerivation, base, microlens, singletons, text, vinyl }:
+ mkDerivation {
+ pname = "functor-products";
+ version = "0.1.0.0";
+ sha256 = "18yxsqah4afyvhcgi9fp6zmn511kgnw8cx02ig2kaypl2j4bnsxp";
+ libraryHaskellDepends = [ base microlens singletons text vinyl ];
+ description = "General functor products for various Foldable instances";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"functor-utils" = callPackage
({ mkDerivation, base, ghc-prim, lens }:
mkDerivation {
@@ -87243,6 +87582,8 @@ self: {
benchmarkHaskellDepends = [ base criterion hscolour ipprint ];
description = "funnyPrint function to colorize GHCi output";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"funpat" = callPackage
@@ -87285,36 +87626,22 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "funspection";
- version = "0.1.0.0";
- sha256 = "1bq7gj8kcgz8ccy6skkqbrfkxavkg3s511shm8fd9s8syqwdglr8";
+ version = "1.0.0.0";
+ sha256 = "0jbzvn06d5kfyiav3fjd6k8sk8dy00pwk2g711nrbmlrljbw7f39";
libraryHaskellDepends = [ base ];
description = "Type-level function utilities";
license = stdenv.lib.licenses.bsd3;
}) {};
"fused-effects" = callPackage
- ({ mkDerivation, base, deepseq, doctest, hspec, MonadRandom
- , QuickCheck, random
- }:
- mkDerivation {
- pname = "fused-effects";
- version = "0.1.2.1";
- sha256 = "00lr52zfi1k52z0iqg8wb2a40x80kpwhbvmasp8c4s8c8jx4s9yn";
- libraryHaskellDepends = [ base deepseq MonadRandom random ];
- testHaskellDepends = [ base doctest hspec QuickCheck ];
- description = "A fast, flexible, fused effect system";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "fused-effects_0_4_0_0" = callPackage
({ mkDerivation, base, criterion, deepseq, doctest, hspec
, inspection-testing, MonadRandom, QuickCheck, random, transformers
, unliftio-core
}:
mkDerivation {
pname = "fused-effects";
- version = "0.4.0.0";
- sha256 = "1r6yzw0212p5wn9rad2r7pjijnw6jajhypirm4j8h1gz1a393ds8";
+ version = "0.5.0.0";
+ sha256 = "1s1jvxdmwnjyxcx7zhspv1qkfy1dvcj0c92az2njqjibldbvqsa4";
libraryHaskellDepends = [
base deepseq MonadRandom random transformers unliftio-core
];
@@ -87324,7 +87651,6 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "A fast, flexible, fused effect system";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"fused-effects-exceptions" = callPackage
@@ -87333,15 +87659,13 @@ self: {
}:
mkDerivation {
pname = "fused-effects-exceptions";
- version = "0.1.1.0";
- sha256 = "0b9rj752ry72n6ln4fj9n6m2d1qfdxp229hzkgxznag0rr3bm5rd";
+ version = "0.2.0.0";
+ sha256 = "1hgvl48vdrgcb45izmwad40x5jgxiaf3rdhhm5x0gjd9848drmbb";
libraryHaskellDepends = [
base fused-effects safe-exceptions unliftio-core
];
description = "Handle exceptions thrown in IO with fused-effects";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"fused-effects-lens" = callPackage
@@ -87386,8 +87710,8 @@ self: {
}:
mkDerivation {
pname = "futhark";
- version = "0.11.1";
- sha256 = "0a5682k3gksn08ca5wahk4s8spvjccly5pzq6125ppg976h6w4j8";
+ version = "0.12.1";
+ sha256 = "00f95mhw6z5hz5jg6mnpgklkm548gp6nr3c49qhr661n8xl1fpyr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -87531,8 +87855,8 @@ self: {
}:
mkDerivation {
pname = "fuzzyset";
- version = "0.1.0.8";
- sha256 = "096izffsa3fgdi8qiz7n6l2fl2rbiq6kv5h1xljmq0nkaig5m5wv";
+ version = "0.1.1";
+ sha256 = "1r23xp3c4f1y0kx0kcg4z83rfxl6swciysb3cy7z6yv35fs8bs4q";
libraryHaskellDepends = [
base base-unicode-symbols data-default lens text text-metrics
unordered-containers vector
@@ -87639,6 +87963,53 @@ self: {
broken = true;
}) {};
+ "g2" = callPackage
+ ({ mkDerivation, array, base, bytestring, Cabal, concurrent-extra
+ , containers, directory, extra, filepath, ghc, ghc-paths, hashable
+ , hpc, HTTP, liquid-fixpoint, liquidhaskell, MissingH, mtl, parsec
+ , process, reducers, regex-base, regex-compat, split, tagged, tasty
+ , tasty-hunit, template-haskell, temporary-rc, text, time
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "g2";
+ version = "0.1.0.1";
+ sha256 = "0bknkpnyqmd2sxbbc9634rrd42ay3gp84g4wd6fb7h8zqww0icnq";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ array base bytestring Cabal concurrent-extra containers directory
+ extra filepath ghc ghc-paths hashable hpc HTTP liquid-fixpoint
+ liquidhaskell MissingH mtl parsec process reducers regex-base
+ regex-compat split template-haskell temporary-rc text time
+ unordered-containers
+ ];
+ executableHaskellDepends = [
+ base containers filepath ghc hpc text time unordered-containers
+ ];
+ testHaskellDepends = [
+ base containers filepath ghc ghc-paths hashable hpc tagged tasty
+ tasty-hunit text time unordered-containers
+ ];
+ description = "Haskell symbolic execution engine";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "g2q" = callPackage
+ ({ mkDerivation, base, g2 }:
+ mkDerivation {
+ pname = "g2q";
+ version = "0.1.0.0";
+ sha256 = "1g42xkc4jc1a94s1krr1yrn191f8d6rmcpwk9ndwzk3nwby9v1vf";
+ libraryHaskellDepends = [ base g2 ];
+ description = "G2Q allows constraint programming, via writing Haskell predicates";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"g4ip" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -87689,6 +88060,56 @@ self: {
broken = true;
}) {};
+ "galois-field" = callPackage
+ ({ mkDerivation, base, criterion, integer-gmp, MonadRandom
+ , protolude, tasty, tasty-quickcheck, wl-pprint-text
+ }:
+ mkDerivation {
+ pname = "galois-field";
+ version = "0.3.0";
+ sha256 = "0c4n37rf6kfpyxdmqk4hdgmjc8fvxwynq0izgrhrqinv4z4l97v7";
+ libraryHaskellDepends = [
+ base integer-gmp MonadRandom protolude tasty-quickcheck
+ wl-pprint-text
+ ];
+ testHaskellDepends = [
+ base integer-gmp MonadRandom protolude tasty tasty-quickcheck
+ wl-pprint-text
+ ];
+ benchmarkHaskellDepends = [
+ base criterion integer-gmp MonadRandom protolude tasty-quickcheck
+ wl-pprint-text
+ ];
+ description = "Galois field library";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "galois-field_0_4_1" = callPackage
+ ({ mkDerivation, base, criterion, integer-gmp, MonadRandom, poly
+ , protolude, semirings, tasty, tasty-quickcheck, vector
+ , wl-pprint-text
+ }:
+ mkDerivation {
+ pname = "galois-field";
+ version = "0.4.1";
+ sha256 = "1q577m518gb3q7z7l84pf2ghw786p86sjx7b5mr3xhrvplwdvhcl";
+ libraryHaskellDepends = [
+ base integer-gmp MonadRandom poly protolude semirings
+ tasty-quickcheck vector wl-pprint-text
+ ];
+ testHaskellDepends = [
+ base integer-gmp MonadRandom poly protolude semirings tasty
+ tasty-quickcheck vector wl-pprint-text
+ ];
+ benchmarkHaskellDepends = [
+ base criterion integer-gmp MonadRandom poly protolude semirings
+ tasty-quickcheck vector wl-pprint-text
+ ];
+ description = "Galois field library";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"game-of-life" = callPackage
({ mkDerivation, array, base, hscurses, hspec, random, text }:
mkDerivation {
@@ -87742,6 +88163,40 @@ self: {
broken = true;
}) {};
+ "gamgee" = callPackage
+ ({ mkDerivation, aeson, base, base64-bytestring, bytestring
+ , cryptonite, directory, filepath, Hclip, memory
+ , optparse-applicative, polysemy, QuickCheck, quickcheck-instances
+ , relude, safe-exceptions, tasty, tasty-golden, tasty-quickcheck
+ , text, time, unix
+ }:
+ mkDerivation {
+ pname = "gamgee";
+ version = "1.1.0";
+ sha256 = "0ip6y8l2dmw15494d77s771aqmn7awrqnlmbcc7dd2lqwq5s5wgr";
+ revision = "1";
+ editedCabalFile = "1lg04ps7m85x4py844vcc53a3r6ijaqzjrggrwp53iv2ga1m88sr";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base base64-bytestring bytestring cryptonite memory polysemy
+ relude safe-exceptions text time
+ ];
+ executableHaskellDepends = [
+ aeson base directory filepath Hclip optparse-applicative polysemy
+ relude safe-exceptions text time unix
+ ];
+ testHaskellDepends = [
+ aeson base bytestring cryptonite filepath memory polysemy
+ QuickCheck quickcheck-instances relude tasty tasty-golden
+ tasty-quickcheck text time
+ ];
+ description = "Tool for generating TOTP MFA tokens";
+ license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"gamma" = callPackage
({ mkDerivation, base, continued-fractions, converge, erf, numbers
, QuickCheck, template-haskell, test-framework
@@ -88554,8 +89009,6 @@ self: {
];
description = "Derivation of Aeson instances using GHC generics";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"generic-arbitrary" = callPackage
@@ -88600,22 +89053,6 @@ self: {
}) {};
"generic-data" = callPackage
- ({ mkDerivation, base, base-orphans, contravariant
- , show-combinators, tasty, tasty-hunit
- }:
- mkDerivation {
- pname = "generic-data";
- version = "0.3.0.0";
- sha256 = "0n53z9vmwfmb8h1x86wm9lcqrkfi1lvlfvm6kcw79d2xxx6l90jc";
- libraryHaskellDepends = [
- base base-orphans contravariant show-combinators
- ];
- testHaskellDepends = [ base tasty tasty-hunit ];
- description = "Utilities for GHC.Generics";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "generic-data_0_7_0_0" = callPackage
({ mkDerivation, base, base-orphans, contravariant, criterion
, deepseq, generic-lens, one-liner, show-combinators, tasty
, tasty-hunit
@@ -88633,7 +89070,6 @@ self: {
benchmarkHaskellDepends = [ base criterion deepseq ];
description = "Deriving instances with GHC.Generics and related utilities";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"generic-data-surgery" = callPackage
@@ -88740,6 +89176,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "generic-lens_1_2_0_0" = callPackage
+ ({ mkDerivation, base, criterion, deepseq, doctest, HUnit
+ , inspection-testing, lens, profunctors, QuickCheck, tagged, text
+ }:
+ mkDerivation {
+ pname = "generic-lens";
+ version = "1.2.0.0";
+ sha256 = "0qf49s01xkbhlfclc4a3ybhhf65g6mmigkkqj2psdjndgjdaxhb2";
+ libraryHaskellDepends = [ base profunctors tagged text ];
+ testHaskellDepends = [
+ base doctest HUnit inspection-testing lens profunctors
+ ];
+ benchmarkHaskellDepends = [
+ base criterion deepseq lens QuickCheck
+ ];
+ description = "Generically derive traversals, lenses and prisms";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"generic-lens-labels" = callPackage
({ mkDerivation, base, generic-lens }:
mkDerivation {
@@ -88948,33 +89404,19 @@ self: {
testToolDepends = [ markdown-unlit ];
description = "A library for generic programming that aims to be easy to understand";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"generics-mrsop" = callPackage
({ mkDerivation, base, containers, mtl, template-haskell }:
mkDerivation {
pname = "generics-mrsop";
- version = "1.2.2";
- sha256 = "0xlvvcnmv24f0j3j4jaaymhdgz7klfdx15lxi9214d4ak4fnxjyv";
+ version = "2.1.0";
+ sha256 = "1ynzwpwry6fqzjmz3n0iwdp5ra3c402jg1g8sdf7vbpaw9ilyrng";
libraryHaskellDepends = [ base containers mtl template-haskell ];
description = "Generic Programming with Mutually Recursive Sums of Products";
license = stdenv.lib.licenses.mit;
}) {};
- "generics-mrsop_2_0_0" = callPackage
- ({ mkDerivation, base, containers, mtl, template-haskell }:
- mkDerivation {
- pname = "generics-mrsop";
- version = "2.0.0";
- sha256 = "1cdjh5bjvx8xfglwnm48lfybdz4n8v7v8va2c3zyihzqbxh6akml";
- libraryHaskellDepends = [ base containers mtl template-haskell ];
- description = "Generic Programming with Mutually Recursive Sums of Products";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"generics-sop" = callPackage
({ mkDerivation, base, criterion, deepseq, ghc-prim, sop-core
, template-haskell
@@ -89015,17 +89457,6 @@ self: {
}) {};
"generics-sop-lens" = callPackage
- ({ mkDerivation, base, generics-sop, lens }:
- mkDerivation {
- pname = "generics-sop-lens";
- version = "0.1.3";
- sha256 = "1dk2v2ax2cryxpmgdv0bbawdfd30is3b5vzylhy9rr7bb5727vay";
- libraryHaskellDepends = [ base generics-sop lens ];
- description = "Lenses for types in generics-sop";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "generics-sop-lens_0_2" = callPackage
({ mkDerivation, base, generics-sop, lens }:
mkDerivation {
pname = "generics-sop-lens";
@@ -89034,7 +89465,6 @@ self: {
libraryHaskellDepends = [ base generics-sop lens ];
description = "Lenses for types in generics-sop";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"genericserialize" = callPackage
@@ -89222,8 +89652,8 @@ self: {
pname = "geniplate-mirror";
version = "0.7.6";
sha256 = "1y0m0bw5zpm1y1y6d9qmxj3swl8j8hlw1shxbr5awycf6k884ssb";
- revision = "1";
- editedCabalFile = "1pyz2vdkr5w9wadmb5v4alx408dqamny3mkvl4x8v2pf549qn37k";
+ revision = "2";
+ editedCabalFile = "03fg4vfm1wgq4mylggawdx0bfvbbjmdn700sqx7v3hk1bx0kjfzh";
libraryHaskellDepends = [ base mtl template-haskell ];
description = "Use Template Haskell to generate Uniplate-like functions";
license = stdenv.lib.licenses.bsd3;
@@ -89280,18 +89710,6 @@ self: {
}) {};
"genvalidity" = callPackage
- ({ mkDerivation, base, hspec, hspec-core, QuickCheck, validity }:
- mkDerivation {
- pname = "genvalidity";
- version = "0.7.0.2";
- sha256 = "1yjvbpf75xrllmn7kzfjysw6rdv190bvgclzs5lapa9cakbsigyv";
- libraryHaskellDepends = [ base QuickCheck validity ];
- testHaskellDepends = [ base hspec hspec-core QuickCheck ];
- description = "Testing utilities for the validity library";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "genvalidity_0_8_0_0" = callPackage
({ mkDerivation, base, hspec, hspec-core, QuickCheck, validity }:
mkDerivation {
pname = "genvalidity";
@@ -89301,32 +89719,9 @@ self: {
testHaskellDepends = [ base hspec hspec-core QuickCheck ];
description = "Testing utilities for the validity library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"genvalidity-aeson" = callPackage
- ({ mkDerivation, aeson, base, genvalidity, genvalidity-hspec
- , genvalidity-scientific, genvalidity-text
- , genvalidity-unordered-containers, genvalidity-vector, hspec
- , QuickCheck, validity, validity-aeson
- }:
- mkDerivation {
- pname = "genvalidity-aeson";
- version = "0.2.0.2";
- sha256 = "1c77lbw4y6fmrsdzxwm38la161n6k3zvjwisg17ssz0a1bm4y96i";
- libraryHaskellDepends = [
- aeson base genvalidity genvalidity-scientific genvalidity-text
- genvalidity-unordered-containers genvalidity-vector QuickCheck
- validity validity-aeson
- ];
- testHaskellDepends = [
- aeson base genvalidity genvalidity-hspec hspec
- ];
- description = "GenValidity support for aeson";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "genvalidity-aeson_0_3_0_0" = callPackage
({ mkDerivation, aeson, base, genvalidity, genvalidity-hspec
, genvalidity-scientific, genvalidity-text
, genvalidity-unordered-containers, genvalidity-vector, hspec
@@ -89346,30 +89741,9 @@ self: {
];
description = "GenValidity support for aeson";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"genvalidity-bytestring" = callPackage
- ({ mkDerivation, base, bytestring, deepseq, genvalidity
- , genvalidity-hspec, hspec, QuickCheck, validity
- , validity-bytestring
- }:
- mkDerivation {
- pname = "genvalidity-bytestring";
- version = "0.3.0.1";
- sha256 = "1jc3hd5aad5vblb1mmb1xzgfdcnk37w50vxyznr1m16rdfg1xrz8";
- libraryHaskellDepends = [
- base bytestring genvalidity QuickCheck validity validity-bytestring
- ];
- testHaskellDepends = [
- base bytestring deepseq genvalidity genvalidity-hspec hspec
- QuickCheck validity
- ];
- description = "GenValidity support for ByteString";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "genvalidity-bytestring_0_5_0_0" = callPackage
({ mkDerivation, base, bytestring, deepseq, genvalidity
, genvalidity-hspec, hspec, QuickCheck, validity
, validity-bytestring
@@ -89387,28 +89761,9 @@ self: {
];
description = "GenValidity support for ByteString";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"genvalidity-containers" = callPackage
- ({ mkDerivation, base, containers, genvalidity, genvalidity-hspec
- , hspec, QuickCheck, validity, validity-containers
- }:
- mkDerivation {
- pname = "genvalidity-containers";
- version = "0.5.1.1";
- sha256 = "1z7bmbwi07nylkgm3dysmnv57z1iww2sjy2zv88jpg6nvq9r9ffg";
- libraryHaskellDepends = [
- base containers genvalidity QuickCheck validity validity-containers
- ];
- testHaskellDepends = [
- base containers genvalidity genvalidity-hspec hspec validity
- ];
- description = "GenValidity support for containers";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "genvalidity-containers_0_6_0_0" = callPackage
({ mkDerivation, base, containers, genvalidity, genvalidity-hspec
, hspec, QuickCheck, validity, validity-containers
}:
@@ -89424,30 +89779,9 @@ self: {
];
description = "GenValidity support for containers";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"genvalidity-hspec" = callPackage
- ({ mkDerivation, base, doctest, genvalidity, genvalidity-property
- , hspec, hspec-core, QuickCheck, transformers, validity
- }:
- mkDerivation {
- pname = "genvalidity-hspec";
- version = "0.6.2.3";
- sha256 = "12j603wz8g9vadh613amvqz45zg2w8lwlflf8c7gds8gp0x44b26";
- libraryHaskellDepends = [
- base genvalidity genvalidity-property hspec hspec-core QuickCheck
- transformers validity
- ];
- testHaskellDepends = [
- base doctest genvalidity genvalidity-property hspec hspec-core
- QuickCheck validity
- ];
- description = "Standard spec's for GenValidity instances";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "genvalidity-hspec_0_7_0_0" = callPackage
({ mkDerivation, base, doctest, genvalidity, genvalidity-property
, hspec, hspec-core, QuickCheck, transformers, validity
}:
@@ -89465,32 +89799,9 @@ self: {
];
description = "Standard spec's for GenValidity instances";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"genvalidity-hspec-aeson" = callPackage
- ({ mkDerivation, aeson, base, bytestring, deepseq, doctest
- , genvalidity, genvalidity-aeson, genvalidity-hspec
- , genvalidity-property, genvalidity-text, hspec, QuickCheck, text
- , validity
- }:
- mkDerivation {
- pname = "genvalidity-hspec-aeson";
- version = "0.3.0.1";
- sha256 = "0x5ja3d6vab2gmcqif3cvvbvmdpxp4hrc4ygzns5pw91nlrf5lm2";
- libraryHaskellDepends = [
- aeson base bytestring deepseq genvalidity genvalidity-hspec hspec
- QuickCheck
- ];
- testHaskellDepends = [
- aeson base doctest genvalidity genvalidity-aeson genvalidity-hspec
- genvalidity-property genvalidity-text hspec text validity
- ];
- description = "Standard spec's for aeson-related instances";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "genvalidity-hspec-aeson_0_3_1_0" = callPackage
({ mkDerivation, aeson, base, bytestring, deepseq, doctest
, genvalidity, genvalidity-aeson, genvalidity-hspec
, genvalidity-property, genvalidity-text, hspec, QuickCheck, text
@@ -89510,7 +89821,6 @@ self: {
];
description = "Standard spec's for aeson-related instances";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"genvalidity-hspec-binary" = callPackage
@@ -89611,9 +89921,7 @@ self: {
typed-uuid uuid
];
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {genvalidity-typed-uuid = null; typed-uuid = null;};
+ }) {};
"genvalidity-path" = callPackage
({ mkDerivation, base, criterion, genvalidity, genvalidity-hspec
@@ -89635,22 +89943,6 @@ self: {
}) {};
"genvalidity-property" = callPackage
- ({ mkDerivation, base, directory, doctest, filepath, genvalidity
- , hspec, QuickCheck, validity
- }:
- mkDerivation {
- pname = "genvalidity-property";
- version = "0.3.0.0";
- sha256 = "03cpmkqmfqypj9kydrdzs0pyix0ffwrlx8idzvgyrqiyhg03rsis";
- libraryHaskellDepends = [
- base genvalidity hspec QuickCheck validity
- ];
- testHaskellDepends = [ base directory doctest filepath ];
- description = "Standard properties for functions on `Validity` types";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "genvalidity-property_0_4_0_0" = callPackage
({ mkDerivation, base, directory, doctest, filepath, genvalidity
, hspec, QuickCheck, validity
}:
@@ -89664,7 +89956,6 @@ self: {
testHaskellDepends = [ base directory doctest filepath ];
description = "Standard properties for functions on `Validity` types";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"genvalidity-scientific" = callPackage
@@ -89686,24 +89977,6 @@ self: {
}) {};
"genvalidity-text" = callPackage
- ({ mkDerivation, array, base, genvalidity, genvalidity-hspec, hspec
- , QuickCheck, text, validity, validity-text
- }:
- mkDerivation {
- pname = "genvalidity-text";
- version = "0.5.1.0";
- sha256 = "0j7fx2zzv6ljqk87148h1rq3yg6vvy0dsl7kfl3f2p6ghnz7wggg";
- libraryHaskellDepends = [
- array base genvalidity QuickCheck text validity validity-text
- ];
- testHaskellDepends = [
- base genvalidity genvalidity-hspec hspec QuickCheck text
- ];
- description = "GenValidity support for Text";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "genvalidity-text_0_6_0_0" = callPackage
({ mkDerivation, array, base, genvalidity, genvalidity-hspec, hspec
, QuickCheck, text, validity, validity-text
}:
@@ -89719,7 +89992,6 @@ self: {
];
description = "GenValidity support for Text";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"genvalidity-time" = callPackage
@@ -89738,28 +90010,27 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "genvalidity-unordered-containers" = callPackage
- ({ mkDerivation, base, genvalidity, genvalidity-hspec, hashable
- , hspec, QuickCheck, unordered-containers, validity
- , validity-unordered-containers
+ "genvalidity-typed-uuid" = callPackage
+ ({ mkDerivation, base, genvalidity, genvalidity-hspec
+ , genvalidity-hspec-aeson, genvalidity-uuid, hspec, QuickCheck
+ , typed-uuid
}:
mkDerivation {
- pname = "genvalidity-unordered-containers";
- version = "0.2.0.4";
- sha256 = "0rkvwm5imbgl8cx5pdk16dc4wzhcndw6g3wwxs0blykiri32wl3q";
+ pname = "genvalidity-typed-uuid";
+ version = "0.0.0.0";
+ sha256 = "17lxwdb94lqprbymqsrm8xkgmgxaff6a3cczb1mzid9c91s1ym88";
libraryHaskellDepends = [
- base genvalidity hashable QuickCheck unordered-containers validity
- validity-unordered-containers
+ base genvalidity genvalidity-uuid QuickCheck typed-uuid
];
testHaskellDepends = [
- base genvalidity genvalidity-hspec hspec unordered-containers
- validity
+ base genvalidity genvalidity-hspec genvalidity-hspec-aeson
+ genvalidity-uuid hspec QuickCheck typed-uuid
];
- description = "GenValidity support for unordered-containers";
+ description = "Generators for Phantom-Typed version of UUID";
license = stdenv.lib.licenses.mit;
}) {};
- "genvalidity-unordered-containers_0_3_0_0" = callPackage
+ "genvalidity-unordered-containers" = callPackage
({ mkDerivation, base, genvalidity, genvalidity-hspec, hashable
, hspec, QuickCheck, unordered-containers, validity
, validity-unordered-containers
@@ -89778,7 +90049,6 @@ self: {
];
description = "GenValidity support for unordered-containers";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"genvalidity-uuid" = callPackage
@@ -89800,24 +90070,6 @@ self: {
}) {};
"genvalidity-vector" = callPackage
- ({ mkDerivation, base, genvalidity, genvalidity-hspec, hspec
- , QuickCheck, validity, validity-vector, vector
- }:
- mkDerivation {
- pname = "genvalidity-vector";
- version = "0.2.0.3";
- sha256 = "161w5shgj1k8691mmi9ddhxrnrqhsp502ywln2h0sk55zqcj1i5k";
- libraryHaskellDepends = [
- base genvalidity QuickCheck validity validity-vector vector
- ];
- testHaskellDepends = [
- base genvalidity genvalidity-hspec hspec vector
- ];
- description = "GenValidity support for vector";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "genvalidity-vector_0_3_0_0" = callPackage
({ mkDerivation, base, genvalidity, genvalidity-hspec, hspec
, QuickCheck, validity, validity-vector, vector
}:
@@ -89833,7 +90085,6 @@ self: {
];
description = "GenValidity support for vector";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"geo-resolver" = callPackage
@@ -89980,29 +90231,6 @@ self: {
}) {};
"geojson" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, deepseq
- , hlint, lens, scientific, semigroups, tasty, tasty-hspec
- , tasty-quickcheck, text, transformers, validation
- }:
- mkDerivation {
- pname = "geojson";
- version = "3.0.4";
- sha256 = "0dnk9cb7y8wgnx8wzzln635r9pijljd9h5rinl0s9g4bjhw0rcw5";
- revision = "1";
- editedCabalFile = "1dp2hmnh77il2nx809bbkhhq4bz7ycy38ai5bhyklagc4k5bxl1c";
- libraryHaskellDepends = [
- aeson base containers deepseq lens scientific semigroups text
- transformers validation
- ];
- testHaskellDepends = [
- aeson base bytestring containers hlint tasty tasty-hspec
- tasty-quickcheck text validation
- ];
- description = "A thin GeoJSON Layer above the aeson library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "geojson_4_0_1" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, deepseq
, hlint, lens, scientific, semigroups, tasty, tasty-hspec
, tasty-quickcheck, text, transformers, validation, vector
@@ -90022,6 +90250,7 @@ self: {
description = "A thin GeoJSON Layer above the aeson library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"geojson-types" = callPackage
@@ -90077,8 +90306,8 @@ self: {
}:
mkDerivation {
pname = "geos";
- version = "0.2.1";
- sha256 = "15dhxhqswi9h8zas0x27hma7pz4c7rn40pppjraax29pi4alaiq9";
+ version = "0.2.2";
+ sha256 = "15mmgn5c2ls87ajpz11zybv5i3nzva60snws2gxjh19prkhydl5c";
libraryHaskellDepends = [
base bytestring mtl transformers vector
];
@@ -90220,8 +90449,6 @@ self: {
];
description = "Github Standard Labeler";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"gh-pocket-knife" = callPackage
@@ -90391,8 +90618,6 @@ self: {
];
description = "An AST and compiler plugin for dumping GHC's Core representation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ghc-dump-tree" = callPackage
@@ -90442,8 +90667,6 @@ self: {
];
description = "Handy tools for working with @ghc-dump@ dumps";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ghc-dup" = callPackage
@@ -90529,29 +90752,6 @@ self: {
}) {};
"ghc-exactprint" = callPackage
- ({ mkDerivation, base, bytestring, containers, Diff, directory
- , filemanip, filepath, free, ghc, ghc-boot, ghc-paths, HUnit, mtl
- , silently, syb
- }:
- mkDerivation {
- pname = "ghc-exactprint";
- version = "0.5.8.2";
- sha256 = "18wlhvgpbk7ym1vbi8fkdwbjhcplgr7zcqm328yi4v7rilbxw7cn";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base bytestring containers directory filepath free ghc ghc-boot
- ghc-paths mtl syb
- ];
- testHaskellDepends = [
- base bytestring containers Diff directory filemanip filepath ghc
- ghc-boot ghc-paths HUnit mtl silently syb
- ];
- description = "ExactPrint for GHC";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "ghc-exactprint_0_6_1" = callPackage
({ mkDerivation, base, bytestring, containers, Diff, directory
, filemanip, filepath, free, ghc, ghc-boot, ghc-paths, HUnit, mtl
, silently, syb
@@ -90572,7 +90772,6 @@ self: {
];
description = "ExactPrint for GHC";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ghc-gc-tune" = callPackage
@@ -90603,22 +90802,21 @@ self: {
"ghc-heap-view" = callPackage
({ mkDerivation, base, binary, bytestring, Cabal, containers
- , deepseq, filepath, ghc, template-haskell, transformers
+ , deepseq, filepath, ghc-heap, template-haskell, transformers
}:
mkDerivation {
pname = "ghc-heap-view";
- version = "0.5.10";
- sha256 = "0wb4311k8pyvgmhlxsdr8ss497nlgr8hawkm0fi930s3y4xxak1f";
+ version = "0.6.0";
+ sha256 = "1j2ygig1m7xq1y5gsaaxbgywv382yzlp1nbf3cp98yias0s61vcr";
enableSeparateDataOutput = true;
setupHaskellDepends = [ base Cabal filepath ];
libraryHaskellDepends = [
- base binary bytestring containers ghc template-haskell transformers
+ base binary bytestring containers ghc-heap template-haskell
+ transformers
];
testHaskellDepends = [ base deepseq ];
description = "Extract the heap representation of Haskell values and thunks";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ghc-hotswap" = callPackage
@@ -90731,6 +90929,32 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "ghc-lib_8_8_0_20190723" = callPackage
+ ({ mkDerivation, alex, array, base, binary, bytestring, containers
+ , deepseq, directory, filepath, ghc-lib-parser, ghc-prim, happy
+ , haskeline, hpc, pretty, process, time, transformers, unix
+ }:
+ mkDerivation {
+ pname = "ghc-lib";
+ version = "8.8.0.20190723";
+ sha256 = "161qmm41vayks22vxbji436by1rfbx0x5m2zm4cc11pjcjrd4p63";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ array base binary bytestring containers deepseq directory filepath
+ ghc-lib-parser ghc-prim hpc pretty process time transformers unix
+ ];
+ libraryToolDepends = [ alex happy ];
+ executableHaskellDepends = [
+ array base bytestring containers deepseq directory filepath
+ ghc-prim haskeline process time transformers unix
+ ];
+ description = "The GHC API, decoupled from GHC versions";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"ghc-lib-parser" = callPackage
({ mkDerivation, alex, array, base, binary, bytestring, containers
, deepseq, directory, filepath, ghc-prim, happy, hpc, pretty
@@ -90750,6 +90974,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "ghc-lib-parser_8_8_0_20190723" = callPackage
+ ({ mkDerivation, alex, array, base, binary, bytestring, containers
+ , deepseq, directory, filepath, ghc-prim, happy, hpc, pretty
+ , process, time, transformers, unix
+ }:
+ mkDerivation {
+ pname = "ghc-lib-parser";
+ version = "8.8.0.20190723";
+ sha256 = "0szrv98h2c1db3400cbb7vbhqnwagqncgpllzd9jiw74rq6y8mjq";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ array base binary bytestring containers deepseq directory filepath
+ ghc-prim hpc pretty process time transformers unix
+ ];
+ libraryToolDepends = [ alex happy ];
+ description = "The GHC API, decoupled from GHC versions";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"ghc-make" = callPackage
({ mkDerivation, base, process, shake, unordered-containers }:
mkDerivation {
@@ -90903,8 +91147,6 @@ self: {
libraryToolDepends = [ cpphs happy ];
description = "Haskell source parser from GHC";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ghc-paths" = callPackage
@@ -90921,6 +91163,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "ghc-paths_0_1_0_12" = callPackage
+ ({ mkDerivation, base, Cabal, directory }:
+ mkDerivation {
+ pname = "ghc-paths";
+ version = "0.1.0.12";
+ sha256 = "1164w9pqnf7rjm05mmfjznz7rrn415blrkk1kjc0gjvks1vfdjvf";
+ setupHaskellDepends = [ base Cabal directory ];
+ libraryHaskellDepends = [ base ];
+ description = "Knowledge of GHC's installation directories";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"ghc-pkg-autofix" = callPackage
({ mkDerivation, base, Cabal, cmdargs, filepath, parsec, process
, split
@@ -91096,6 +91351,18 @@ self: {
broken = true;
}) {};
+ "ghc-source-gen" = callPackage
+ ({ mkDerivation, base, ghc, ghc-paths, tasty, tasty-hunit }:
+ mkDerivation {
+ pname = "ghc-source-gen";
+ version = "0.1.0.0";
+ sha256 = "0sw62jjbd7h9i96hn0srl9m8p0qip6hnm1am6if7snqdm5b4ki3k";
+ libraryHaskellDepends = [ base ghc ];
+ testHaskellDepends = [ base ghc ghc-paths tasty tasty-hunit ];
+ description = "Constructs Haskell syntax trees for the GHC API";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"ghc-srcspan-plugin" = callPackage
({ mkDerivation, array, base, containers, ghc, hpc }:
mkDerivation {
@@ -91394,13 +91661,13 @@ self: {
}) {};
"ghci-hexcalc" = callPackage
- ({ mkDerivation, base, doctest, QuickCheck }:
+ ({ mkDerivation, base, binary, doctest, QuickCheck }:
mkDerivation {
pname = "ghci-hexcalc";
- version = "0.1.0.2";
- sha256 = "134nby24044l0nxdss004325scca315dsa31101b9qcbwq2hd3fv";
- libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base doctest QuickCheck ];
+ version = "0.1.1.0";
+ sha256 = "1kjkx8w1rq1fkzl0ffvp71xjb2q5pmlgnm19g0avim7isrjy87kh";
+ libraryHaskellDepends = [ base binary ];
+ testHaskellDepends = [ base binary doctest QuickCheck ];
description = "GHCi as a Hex Calculator interactive";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -91466,6 +91733,22 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "ghci-websockets" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, foreign-store
+ , text, wai, wai-app-static, warp, websockets
+ }:
+ mkDerivation {
+ pname = "ghci-websockets";
+ version = "0.0.2";
+ sha256 = "0x3hwgsihsr780hxsmjbxhxlw98rv1aws30myh117l7gjmj5lvzg";
+ libraryHaskellDepends = [
+ aeson base bytestring containers foreign-store text wai
+ wai-app-static warp websockets
+ ];
+ description = "A websocket server that survives GHCi reloads";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"ghcid" = callPackage
({ mkDerivation, ansi-terminal, base, cmdargs, containers
, directory, extra, filepath, fsnotify, process, tasty, tasty-hunit
@@ -91473,8 +91756,8 @@ self: {
}:
mkDerivation {
pname = "ghcid";
- version = "0.7.4";
- sha256 = "1wd278xligp0qj98zhqp3lkxdzpgb8k7yy0vhva6cs1ch6032gpp";
+ version = "0.7.5";
+ sha256 = "0ics4ibkr9p8pd81hfr7wk1wi10rjbsmwqcln8sda61p9v46pdh4";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -91577,8 +91860,6 @@ self: {
];
description = "DOM library that supports both GHCJS and GHC";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ghcjs-dom-hello" = callPackage
@@ -91613,8 +91894,6 @@ self: {
doHaddock = false;
description = "DOM library that supports both GHCJS and GHC using jsaddle";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ghcjs-dom-jsffi" = callPackage
@@ -91783,6 +92062,26 @@ self: {
broken = true;
}) {};
+ "ghcprofview" = callPackage
+ ({ mkDerivation, aeson, base, containers, ghc-prof, gi-gtk
+ , haskell-gi-base, regex-tdfa, regex-tdfa-text, scientific, text
+ }:
+ mkDerivation {
+ pname = "ghcprofview";
+ version = "0.1.0.0";
+ sha256 = "103186dik439sdzz1w6dr98s1sfghjxdkp51mh18wrcwdbdb9r3a";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ aeson base containers ghc-prof gi-gtk haskell-gi-base regex-tdfa
+ regex-tdfa-text scientific text
+ ];
+ description = "GHC .prof files viewer";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"ghczdecode" = callPackage
({ mkDerivation, base, zenc }:
mkDerivation {
@@ -91840,9 +92139,9 @@ self: {
}:
mkDerivation {
pname = "gi-atk";
- version = "2.0.18";
- sha256 = "15lh4pxif4gw3b7lly5135wabj9156jxsylrwsdppkcfcvxlbp26";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "2.0.21";
+ sha256 = "0npcz82l5ssbrgzr99a94nlirmfdy9z5p2k0nrk7357bawpiv7sk";
+ setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
@@ -91852,26 +92151,6 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) atk;};
- "gi-atk_2_0_19" = callPackage
- ({ mkDerivation, atk, base, bytestring, Cabal, containers, gi-glib
- , gi-gobject, haskell-gi, haskell-gi-base, haskell-gi-overloading
- , text, transformers
- }:
- mkDerivation {
- pname = "gi-atk";
- version = "2.0.19";
- sha256 = "014pmfnwbhx7a6gnf79i2rxw1rzqzljz5bcinh998dnfq1y8s5m6";
- setupHaskellDepends = [ base Cabal haskell-gi ];
- libraryHaskellDepends = [
- base bytestring containers gi-glib gi-gobject haskell-gi
- haskell-gi-base haskell-gi-overloading text transformers
- ];
- libraryPkgconfigDepends = [ atk ];
- description = "Atk bindings";
- license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) atk;};
-
"gi-cairo" = callPackage
({ mkDerivation, base, bytestring, Cabal, cairo, containers
, haskell-gi, haskell-gi-base, haskell-gi-overloading, text
@@ -91879,32 +92158,8 @@ self: {
}:
mkDerivation {
pname = "gi-cairo";
- version = "1.0.17";
- sha256 = "1ax7aly9ahvb18m3zjmy0dk47qfdx5yl15q52c3wp4wa0c5aggax";
- setupHaskellDepends = [ base Cabal haskell-gi ];
- libraryHaskellDepends = [
- base bytestring containers haskell-gi haskell-gi-base
- haskell-gi-overloading text transformers
- ];
- libraryPkgconfigDepends = [ cairo ];
- doHaddock = false;
- preCompileBuildDriver = ''
- PKG_CONFIG_PATH+=":${cairo}/lib/pkgconfig"
- setupCompileFlags+=" $(pkg-config --libs cairo-gobject)"
- '';
- description = "Cairo bindings";
- license = stdenv.lib.licenses.lgpl21;
- }) {inherit (pkgs) cairo;};
-
- "gi-cairo_1_0_21" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, cairo, containers
- , haskell-gi, haskell-gi-base, haskell-gi-overloading, text
- , transformers
- }:
- mkDerivation {
- pname = "gi-cairo";
- version = "1.0.21";
- sha256 = "0w90mapgxs79iy0nwfvdwy79r5msgajn52p9b9q2am63abpcpmyl";
+ version = "1.0.23";
+ sha256 = "1y479ll6pzf5qjf18ziqgvfi6zq4jyajkq9zlggmh9pjhxpwj8nh";
setupHaskellDepends = [ base Cabal haskell-gi ];
libraryHaskellDepends = [
base bytestring containers haskell-gi haskell-gi-base
@@ -91917,7 +92172,6 @@ self: {
'';
description = "Cairo bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) cairo;};
"gi-cairo-again" = callPackage
@@ -91960,6 +92214,8 @@ self: {
pname = "gi-cairo-render";
version = "0.0.1";
sha256 = "0arbynn7ilrc3shddff1rxcvlg6k3m617lrq4fdsqfas3amxarm4";
+ revision = "1";
+ editedCabalFile = "10lpmb8js19zfgnph31yz4nzyv7kbqvq1lx07w12q702khqcqb7z";
libraryHaskellDepends = [
array base bytestring haskell-gi-base mtl text utf8-string
];
@@ -91976,9 +92232,9 @@ self: {
}:
mkDerivation {
pname = "gi-dbusmenu";
- version = "0.4.5";
- sha256 = "0439zf2hghnr38h5iwpzip4si2rxp8b7jr76iixvs3mi22ysna56";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "0.4.7";
+ sha256 = "0av2628vylmkk566f2zbzbwygni4rawrk14yamc6m9s9rsw2scf9";
+ setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
@@ -91986,8 +92242,6 @@ self: {
libraryPkgconfigDepends = [ libdbusmenu ];
description = "Dbusmenu bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) libdbusmenu;};
"gi-dbusmenugtk3" = callPackage
@@ -91998,9 +92252,12 @@ self: {
}:
mkDerivation {
pname = "gi-dbusmenugtk3";
- version = "0.4.6";
- sha256 = "001agjm5qma5bxqribgh82hqwiqhlnlqq1wknqxlffvggr3ln1ws";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "0.4.8";
+ sha256 = "0ncn2i0bvsqsi785bjhdxr77hyxsp2dm26ihn7nxbvdkvn0mafhz";
+ setupHaskellDepends = [
+ base Cabal gi-atk gi-dbusmenu gi-gdk gi-gdkpixbuf gi-glib
+ gi-gobject gi-gtk haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-atk gi-dbusmenu gi-gdk gi-gdkpixbuf
gi-glib gi-gobject gi-gtk haskell-gi haskell-gi-base
@@ -92009,8 +92266,6 @@ self: {
libraryPkgconfigDepends = [ gtk3 libdbusmenu-gtk3 ];
description = "DbusmenuGtk bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) gtk3; inherit (pkgs) libdbusmenu-gtk3;};
"gi-gdk" = callPackage
@@ -92021,9 +92276,12 @@ self: {
}:
mkDerivation {
pname = "gi-gdk";
- version = "3.0.16";
- sha256 = "0jp3d3zfm20b4ax1g5k1wzh8fxxzsw4ssw7zqx0d13167m4smc3y";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "3.0.22";
+ sha256 = "0a6qkikk31n5qc85zp8l8kcaf0804c52gp02hban3c8a9rbq1lgr";
+ setupHaskellDepends = [
+ base Cabal gi-cairo gi-gdkpixbuf gi-gio gi-glib gi-gobject gi-pango
+ haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-cairo gi-gdkpixbuf gi-gio gi-glib
gi-gobject gi-pango haskell-gi haskell-gi-base
@@ -92034,66 +92292,51 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) gtk3;};
- "gi-gdk_3_0_20" = callPackage
+ "gi-gdk_4_0_1" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
- , gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject, gi-pango, gtk3
+ , gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject, gi-pango, gtk4
, haskell-gi, haskell-gi-base, haskell-gi-overloading, text
, transformers
}:
mkDerivation {
pname = "gi-gdk";
- version = "3.0.20";
- sha256 = "0ad8802rac65gm5jl0zqwdq24qxva6n8qz935l7gg26waqs7dz73";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "4.0.1";
+ sha256 = "1b2azv7c3c9ni9f258ag2cxy97sh8ax78v0hym0gpvrky741vqwq";
+ setupHaskellDepends = [
+ base Cabal gi-cairo gi-gdkpixbuf gi-gio gi-glib gi-gobject gi-pango
+ haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-cairo gi-gdkpixbuf gi-gio gi-glib
gi-gobject gi-pango haskell-gi haskell-gi-base
haskell-gi-overloading text transformers
];
- libraryPkgconfigDepends = [ gtk3 ];
+ libraryPkgconfigDepends = [ gtk4 ];
description = "Gdk bindings";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) gtk3;};
+ }) {gtk4 = null;};
"gi-gdkpixbuf" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, containers, gdk_pixbuf
+ ({ mkDerivation, base, bytestring, Cabal, containers, gdk-pixbuf
, gi-gio, gi-glib, gi-gobject, haskell-gi, haskell-gi-base
, haskell-gi-overloading, text, transformers
}:
mkDerivation {
pname = "gi-gdkpixbuf";
- version = "2.0.20";
- sha256 = "1i3z9yk2zb15pwpgijdvyr08q8yc7yzm92jijgscwly9z6nin6x4";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "2.0.23";
+ sha256 = "0jphrxqdbls3l73is1k93fizghbxgkf14q57l4w3m559vgk34anp";
+ setupHaskellDepends = [
+ base Cabal gi-gio gi-glib gi-gobject haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
];
- libraryPkgconfigDepends = [ gdk_pixbuf ];
+ libraryPkgconfigDepends = [ gdk-pixbuf ];
description = "GdkPixbuf bindings";
license = stdenv.lib.licenses.lgpl21;
- }) {inherit (pkgs) gdk_pixbuf;};
-
- "gi-gdkpixbuf_2_0_21" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, containers, gdk_pixbuf
- , gi-gio, gi-glib, gi-gobject, haskell-gi, haskell-gi-base
- , haskell-gi-overloading, text, transformers
- }:
- mkDerivation {
- pname = "gi-gdkpixbuf";
- version = "2.0.21";
- sha256 = "1xxvrqi86n833xs2lmarbv1qyjmm34vvv5cj7lgfmb1ak0h4wihh";
- setupHaskellDepends = [ base Cabal haskell-gi ];
- libraryHaskellDepends = [
- base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
- haskell-gi-base haskell-gi-overloading text transformers
- ];
- libraryPkgconfigDepends = [ gdk_pixbuf ];
- description = "GdkPixbuf bindings";
- license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) gdk_pixbuf;};
+ }) {inherit (pkgs) gdk-pixbuf;};
"gi-gdkx11" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
@@ -92102,9 +92345,11 @@ self: {
}:
mkDerivation {
pname = "gi-gdkx11";
- version = "3.0.7";
- sha256 = "1dql529dj041a0ch6z2wky20y7kyavwjb3vhrgsgxcrqdyhxcjkd";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "3.0.9";
+ sha256 = "0z3vwwpv8a85nvg2bc4cdaa8w4jmdl5mm5bxfpwmssyxcnm1xdnc";
+ setupHaskellDepends = [
+ base Cabal gi-cairo gi-gdk gi-gio gi-gobject gi-xlib haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-cairo gi-gdk gi-gio gi-gobject
gi-xlib haskell-gi haskell-gi-base haskell-gi-overloading text
@@ -92113,8 +92358,6 @@ self: {
libraryPkgconfigDepends = [ gtk3 ];
description = "GdkX11 bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) gtk3;};
"gi-ggit" = callPackage
@@ -92124,9 +92367,11 @@ self: {
}:
mkDerivation {
pname = "gi-ggit";
- version = "1.0.6";
- sha256 = "08qz7lbjfyfk6c57xh6f64dsa085ilpajskqgvgrk38rc3cm15ak";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "1.0.8";
+ sha256 = "151qgcwp2spa957nr3jdb9ac35f1r1gyi2d5vzgxy8xzc3993wmq";
+ setupHaskellDepends = [
+ base Cabal gi-gio gi-glib gi-gobject haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
@@ -92134,8 +92379,6 @@ self: {
libraryPkgconfigDepends = [ libgit2-glib ];
description = "libgit2-glib bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) libgit2-glib;};
"gi-gio" = callPackage
@@ -92145,9 +92388,9 @@ self: {
}:
mkDerivation {
pname = "gi-gio";
- version = "2.0.19";
- sha256 = "1xyg1hmxp408npri8ydm5iaphfwdq7jdgdhbwgbxiyia2ymxfhqc";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "2.0.25";
+ sha256 = "0w42ls035a69c2wyf050zvqxwyql3ln3ifwn9k4m187icj345qnz";
+ setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
@@ -92157,26 +92400,6 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) glib;};
- "gi-gio_2_0_23" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
- , gi-gobject, glib, haskell-gi, haskell-gi-base
- , haskell-gi-overloading, text, transformers
- }:
- mkDerivation {
- pname = "gi-gio";
- version = "2.0.23";
- sha256 = "04rnisx6la0aki6diqsf044hn2ykcxh6gaijnfwxdizar1crm8w5";
- setupHaskellDepends = [ base Cabal haskell-gi ];
- libraryHaskellDepends = [
- base bytestring containers gi-glib gi-gobject haskell-gi
- haskell-gi-base haskell-gi-overloading text transformers
- ];
- libraryPkgconfigDepends = [ glib ];
- description = "Gio bindings";
- license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) glib;};
-
"gi-girepository" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
, gi-gobject, gobject-introspection, haskell-gi, haskell-gi-base
@@ -92184,9 +92407,9 @@ self: {
}:
mkDerivation {
pname = "gi-girepository";
- version = "1.0.20";
- sha256 = "1y8c2dqvija13y748nz8465knybds5ymx4vvfzgh0ryyq56q9ka8";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "1.0.22";
+ sha256 = "1m7gnam8a46zbbnxgcszv1wn8zgzdrpki6k3fgy5xjnb4gp5pvpj";
+ setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
@@ -92194,8 +92417,6 @@ self: {
libraryPkgconfigDepends = [ gobject-introspection ];
description = "GIRepository (gobject-introspection) bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) gobject-introspection;};
"gi-glib" = callPackage
@@ -92205,8 +92426,8 @@ self: {
}:
mkDerivation {
pname = "gi-glib";
- version = "2.0.17";
- sha256 = "0rxbkrwlwnjf46z0qpw0vjw1nv9kl91xp7k2098rqs36kl5bwylx";
+ version = "2.0.23";
+ sha256 = "1wsix558lj58i8mdwikb2q78941dxl3pchhd75xkk5hq8rknp37x";
setupHaskellDepends = [ base Cabal haskell-gi ];
libraryHaskellDepends = [
base bytestring containers haskell-gi haskell-gi-base
@@ -92217,26 +92438,6 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) glib;};
- "gi-glib_2_0_21" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, containers, glib
- , haskell-gi, haskell-gi-base, haskell-gi-overloading, text
- , transformers
- }:
- mkDerivation {
- pname = "gi-glib";
- version = "2.0.21";
- sha256 = "053bm03x0dwybblzn8qz02dgj65bbxp35imf1j02wiq72gp2jwwf";
- setupHaskellDepends = [ base Cabal haskell-gi ];
- libraryHaskellDepends = [
- base bytestring containers haskell-gi haskell-gi-base
- haskell-gi-overloading text transformers
- ];
- libraryPkgconfigDepends = [ glib ];
- description = "GLib bindings";
- license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) glib;};
-
"gi-gobject" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib, glib
, haskell-gi, haskell-gi-base, haskell-gi-overloading, text
@@ -92244,9 +92445,9 @@ self: {
}:
mkDerivation {
pname = "gi-gobject";
- version = "2.0.19";
- sha256 = "1s10417vmrzdbzwkqzxj88c8mvcvicpxgdc9hm1m99c2z132rj23";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "2.0.22";
+ sha256 = "0c1ia60793dly5y5xd2s1qs5a37f0r3jypzc21r0yswgqdlsi7g6";
+ setupHaskellDepends = [ base Cabal gi-glib haskell-gi ];
libraryHaskellDepends = [
base bytestring containers gi-glib haskell-gi haskell-gi-base
haskell-gi-overloading text transformers
@@ -92256,25 +92457,52 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) glib;};
- "gi-gobject_2_0_20" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib, glib
+ "gi-graphene" = callPackage
+ ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
+ , gi-gobject, graphene-gobject, haskell-gi, haskell-gi-base
+ , haskell-gi-overloading, text, transformers
+ }:
+ mkDerivation {
+ pname = "gi-graphene";
+ version = "1.0.1";
+ sha256 = "04aiq9zqjxaky48j57nakx0alhc9j1g6ydki7fww7r4jajmf6pjv";
+ setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ];
+ libraryHaskellDepends = [
+ base bytestring containers gi-glib gi-gobject haskell-gi
+ haskell-gi-base haskell-gi-overloading text transformers
+ ];
+ libraryPkgconfigDepends = [ graphene-gobject ];
+ description = "Graphene bindings";
+ license = stdenv.lib.licenses.lgpl21;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {graphene-gobject = null;};
+
+ "gi-gsk" = callPackage
+ ({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
+ , gi-gdk, gi-glib, gi-gobject, gi-graphene, gi-pango, gtk4
, haskell-gi, haskell-gi-base, haskell-gi-overloading, text
, transformers
}:
mkDerivation {
- pname = "gi-gobject";
- version = "2.0.20";
- sha256 = "1q78imn19g9b6d5ydh5scbpkbi7gn2iafsxqfg0si4zzdvi9iwb0";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ pname = "gi-gsk";
+ version = "4.0.1";
+ sha256 = "0645dyifg6d3x03zrzf2andfah32s878rcyqzw891prn2dvga3nx";
+ setupHaskellDepends = [
+ base Cabal gi-cairo gi-gdk gi-glib gi-gobject gi-graphene gi-pango
+ haskell-gi
+ ];
libraryHaskellDepends = [
- base bytestring containers gi-glib haskell-gi haskell-gi-base
+ base bytestring containers gi-cairo gi-gdk gi-glib gi-gobject
+ gi-graphene gi-pango haskell-gi haskell-gi-base
haskell-gi-overloading text transformers
];
- libraryPkgconfigDepends = [ glib ];
- description = "GObject bindings";
+ libraryPkgconfigDepends = [ gtk4 ];
+ description = "Gsk bindings";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) glib;};
+ broken = true;
+ }) {gtk4 = null;};
"gi-gst" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
@@ -92283,9 +92511,9 @@ self: {
}:
mkDerivation {
pname = "gi-gst";
- version = "1.0.20";
- sha256 = "119gh8569mcqwjrm8h3kxxqvxvhrgnfnwvvwk6b70dygbh8dgnhi";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "1.0.22";
+ sha256 = "0qicgvy9wm1xs5y6fda8sxdilwfg2y6albdqy3jg2n5qn7c9p0f6";
+ setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
@@ -92293,8 +92521,6 @@ self: {
libraryPkgconfigDepends = [ gstreamer ];
description = "GStreamer bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs.gst_all_1) gstreamer;};
"gi-gstaudio" = callPackage
@@ -92304,9 +92530,11 @@ self: {
}:
mkDerivation {
pname = "gi-gstaudio";
- version = "1.0.19";
- sha256 = "1pfp945haffpgrxd8zr8lyqr1dxriqyh3wmw1rhqh5j2rb7li2c3";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "1.0.21";
+ sha256 = "0zrcplkd0hfdfvwq7gbg8wyvsk2an8k5yj342adq1ar0zgfh064n";
+ setupHaskellDepends = [
+ base Cabal gi-glib gi-gobject gi-gst gi-gstbase haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject gi-gst gi-gstbase
haskell-gi haskell-gi-base haskell-gi-overloading text transformers
@@ -92314,8 +92542,6 @@ self: {
libraryPkgconfigDepends = [ gst-plugins-base ];
description = "GStreamerAudio bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs.gst_all_1) gst-plugins-base;};
"gi-gstbase" = callPackage
@@ -92325,9 +92551,11 @@ self: {
}:
mkDerivation {
pname = "gi-gstbase";
- version = "1.0.20";
- sha256 = "195v4j1xj79qwjfm4py0ikgdymfvzd2gxdarpwk51grdshwp94v7";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "1.0.22";
+ sha256 = "1y7hf5kcm4kj185glb298zr6x39m61hvqrdwskk9043nrd8ifcxx";
+ setupHaskellDepends = [
+ base Cabal gi-glib gi-gobject gi-gst haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject gi-gst haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
@@ -92335,8 +92563,6 @@ self: {
libraryPkgconfigDepends = [ gst-plugins-base ];
description = "GStreamerBase bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs.gst_all_1) gst-plugins-base;};
"gi-gstpbutils" = callPackage
@@ -92347,9 +92573,12 @@ self: {
}:
mkDerivation {
pname = "gi-gstpbutils";
- version = "1.0.19";
- sha256 = "1kk3xlpn7syzb9k93b933xykc1jpaf5gsqqhckx69rghrx9x09nv";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "1.0.21";
+ sha256 = "15kg01g8cgaw98khf6nrr9sjbfss3a3d43g9zgbbv5h5qnzvjazb";
+ setupHaskellDepends = [
+ base Cabal gi-glib gi-gobject gi-gst gi-gstaudio gi-gsttag
+ gi-gstvideo haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject gi-gst gi-gstaudio
gi-gsttag gi-gstvideo haskell-gi haskell-gi-base
@@ -92369,9 +92598,11 @@ self: {
}:
mkDerivation {
pname = "gi-gsttag";
- version = "1.0.19";
- sha256 = "0sb3qpp23gj4h2cgx6a5qvd3s8x9z1h0kdkh8wi7x9nnzsykms31";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "1.0.21";
+ sha256 = "061xy3vx41pgyyg6mcbc7saj50n5zwfc72l8dw54kgv09vykp7ji";
+ setupHaskellDepends = [
+ base Cabal gi-glib gi-gobject gi-gst gi-gstbase haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject gi-gst gi-gstbase
haskell-gi haskell-gi-base haskell-gi-overloading text transformers
@@ -92390,9 +92621,11 @@ self: {
}:
mkDerivation {
pname = "gi-gstvideo";
- version = "1.0.20";
- sha256 = "155hysdl97mssjflrk9hq1sgn96v6wn32rdaxvdddmwp880kxrgb";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "1.0.22";
+ sha256 = "0fr9pfcfsjajl5cd6p05a4kp83acmllzzdm0kc2nxnr0kmjifi5v";
+ setupHaskellDepends = [
+ base Cabal gi-glib gi-gobject gi-gst gi-gstbase haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject gi-gst gi-gstbase
haskell-gi haskell-gi-base haskell-gi-overloading text transformers
@@ -92400,8 +92633,6 @@ self: {
libraryPkgconfigDepends = [ gst-plugins-base ];
description = "GStreamerVideo bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs.gst_all_1) gst-plugins-base;};
"gi-gtk" = callPackage
@@ -92412,9 +92643,12 @@ self: {
}:
mkDerivation {
pname = "gi-gtk";
- version = "3.0.27";
- sha256 = "1i8xrq56lp8ha87zykr3hgp13yp8amsxal320mknr2s29x6iw1kr";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "3.0.32";
+ sha256 = "0div9lqmirys1f3dy6bskvai72hb82g6rvcg0kwg1im974xp5m8l";
+ setupHaskellDepends = [
+ base Cabal gi-atk gi-cairo gi-gdk gi-gdkpixbuf gi-gio gi-glib
+ gi-gobject gi-pango haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-atk gi-cairo gi-gdk gi-gdkpixbuf
gi-gio gi-glib gi-gobject gi-pango haskell-gi haskell-gi-base
@@ -92425,46 +92659,54 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) gtk3;};
- "gi-gtk_3_0_30" = callPackage
+ "gi-gtk_4_0_1" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-atk
, gi-cairo, gi-gdk, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject
- , gi-pango, gtk3, haskell-gi, haskell-gi-base
+ , gi-graphene, gi-gsk, gi-pango, gtk4, haskell-gi, haskell-gi-base
, haskell-gi-overloading, text, transformers
}:
mkDerivation {
pname = "gi-gtk";
- version = "3.0.30";
- sha256 = "19qy6r3r1nnk982zir90nq13h88c3inkq2mrcrlm9r83hhlghc4v";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "4.0.1";
+ sha256 = "1brn4pyjvnc00bwqwf3d77dhbiknak5yjqs9xyk9mknw2pb98ppv";
+ setupHaskellDepends = [
+ base Cabal gi-atk gi-cairo gi-gdk gi-gdkpixbuf gi-gio gi-glib
+ gi-gobject gi-graphene gi-gsk gi-pango haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-atk gi-cairo gi-gdk gi-gdkpixbuf
- gi-gio gi-glib gi-gobject gi-pango haskell-gi haskell-gi-base
- haskell-gi-overloading text transformers
+ gi-gio gi-glib gi-gobject gi-graphene gi-gsk gi-pango haskell-gi
+ haskell-gi-base haskell-gi-overloading text transformers
];
- libraryPkgconfigDepends = [ gtk3 ];
+ libraryPkgconfigDepends = [ gtk4 ];
description = "Gtk bindings";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) gtk3;};
+ }) {gtk4 = null;};
"gi-gtk-declarative" = callPackage
- ({ mkDerivation, base, criterion, gi-gdk, gi-glib, gi-gobject
- , gi-gtk, haskell-gi, haskell-gi-base, haskell-gi-overloading, mtl
- , random, text, unordered-containers, vector
+ ({ mkDerivation, async, base, data-default-class, gi-gdk, gi-glib
+ , gi-gobject, gi-gtk, haskell-gi, haskell-gi-base
+ , haskell-gi-overloading, hedgehog, mtl, safe-exceptions, stm, text
+ , unordered-containers, vector
}:
mkDerivation {
pname = "gi-gtk-declarative";
- version = "0.4.2";
- sha256 = "0ps400bw7vsb0g67b5k0hzka3li389mmlwvlivkhi7l5a1cz751j";
+ version = "0.5.0";
+ sha256 = "0nhacfja1wrz0sa5pbz069sbpyzp8jnlrp078gg9gydwhlmh2k2h";
libraryHaskellDepends = [
- base gi-glib gi-gobject gi-gtk haskell-gi haskell-gi-base
- haskell-gi-overloading mtl text unordered-containers vector
+ base data-default-class gi-glib gi-gobject gi-gtk haskell-gi
+ haskell-gi-base haskell-gi-overloading mtl text
+ unordered-containers vector
];
- benchmarkHaskellDepends = [
- base criterion gi-gdk gi-glib gi-gtk random text vector
+ testHaskellDepends = [
+ async base gi-gdk gi-glib gi-gobject gi-gtk hedgehog
+ safe-exceptions stm text unordered-containers vector
];
description = "Declarative GTK+ programming in Haskell";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gi-gtk-declarative-app-simple" = callPackage
@@ -92474,8 +92716,8 @@ self: {
}:
mkDerivation {
pname = "gi-gtk-declarative-app-simple";
- version = "0.4.1";
- sha256 = "0m6x1pwfzrd2d1jkj777i10f736fzbsj9cw5wdfglakf5j2flb8p";
+ version = "0.5.0";
+ sha256 = "0vl9gqgdbqr4hipr7ka01hyvyz9n8by0ry890w4n2c5w9rghgvva";
libraryHaskellDepends = [
async base gi-gdk gi-glib gi-gobject gi-gtk gi-gtk-declarative
haskell-gi haskell-gi-base haskell-gi-overloading pipes
@@ -92483,6 +92725,8 @@ self: {
];
description = "Declarative GTK+ programming in Haskell in the style of Pux";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gi-gtk-hs" = callPackage
@@ -92492,8 +92736,8 @@ self: {
}:
mkDerivation {
pname = "gi-gtk-hs";
- version = "0.3.6.3";
- sha256 = "0xnrssnfaz57akrkgpf1cm3d4lg3cmlh0b8yp6w9pdsbp0lld2ay";
+ version = "0.3.8.0";
+ sha256 = "0cpykq24fjpidxb1hh6qi74xv5lh6nrz8q1l4iqy8jx26qlzri5l";
libraryHaskellDepends = [
base base-compat containers gi-gdk gi-gdkpixbuf gi-glib gi-gobject
gi-gtk haskell-gi-base mtl text transformers
@@ -92502,24 +92746,6 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {};
- "gi-gtk-hs_0_3_7_0" = callPackage
- ({ mkDerivation, base, base-compat, containers, gi-gdk
- , gi-gdkpixbuf, gi-glib, gi-gobject, gi-gtk, haskell-gi-base, mtl
- , text, transformers
- }:
- mkDerivation {
- pname = "gi-gtk-hs";
- version = "0.3.7.0";
- sha256 = "0z64avmb13k7cvps51xj6j3jrxsdnqnpkh9038lm68vkkadv2dag";
- libraryHaskellDepends = [
- base base-compat containers gi-gdk gi-gdkpixbuf gi-glib gi-gobject
- gi-gtk haskell-gi-base mtl text transformers
- ];
- description = "A wrapper for gi-gtk, adding a few more idiomatic API parts on top";
- license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"gi-gtkosxapplication" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-gdkpixbuf
, gi-gobject, gi-gtk, gtk-mac-integration-gtk3, haskell-gi
@@ -92527,15 +92753,16 @@ self: {
}:
mkDerivation {
pname = "gi-gtkosxapplication";
- version = "2.0.16";
- sha256 = "11wfmvjgl6lmmdanz5jmmvf4289c9jiylxfn006shc4pby7ay6i8";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "2.0.17";
+ sha256 = "1h6j61wg9krvd3kqbkafd90vk534hhz9mrlvj2h182f5kp5rybl8";
+ setupHaskellDepends = [
+ base Cabal gi-gdkpixbuf gi-gobject gi-gtk haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-gdkpixbuf gi-gobject gi-gtk
haskell-gi haskell-gi-base haskell-gi-overloading text transformers
];
libraryPkgconfigDepends = [ gtk-mac-integration-gtk3 ];
- doHaddock = false;
description = "GtkosxApplication bindings";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -92550,31 +92777,12 @@ self: {
}:
mkDerivation {
pname = "gi-gtksource";
- version = "3.0.16";
- sha256 = "0fm5bnyq4f9icyhxkyxf42mmanmc2klbdgin75dcdq5r92gipfcp";
- setupHaskellDepends = [ base Cabal haskell-gi ];
- libraryHaskellDepends = [
- base bytestring containers gi-atk gi-cairo gi-gdk gi-gdkpixbuf
- gi-gio gi-glib gi-gobject gi-gtk gi-pango haskell-gi
- haskell-gi-base haskell-gi-overloading text transformers
+ version = "3.0.22";
+ sha256 = "08b3ffjdgyr5xapx37kkwx3z8fsd42ydvdwk3nvh2ysfq9q86cjh";
+ setupHaskellDepends = [
+ base Cabal gi-atk gi-cairo gi-gdk gi-gdkpixbuf gi-gio gi-glib
+ gi-gobject gi-gtk gi-pango haskell-gi
];
- libraryPkgconfigDepends = [ gtksourceview3 ];
- doHaddock = false;
- description = "GtkSource bindings";
- license = stdenv.lib.licenses.lgpl21;
- }) {inherit (pkgs) gtksourceview3;};
-
- "gi-gtksource_3_0_20" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk
- , gi-cairo, gi-gdk, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject
- , gi-gtk, gi-pango, gtksourceview3, haskell-gi, haskell-gi-base
- , haskell-gi-overloading, text, transformers
- }:
- mkDerivation {
- pname = "gi-gtksource";
- version = "3.0.20";
- sha256 = "0wqdmp953f1frkh239346z2qv1sippvijqcn5dy3ryzqaa7flg08";
- setupHaskellDepends = [ base Cabal haskell-gi ];
libraryHaskellDepends = [
base bytestring containers gi-atk gi-cairo gi-gdk gi-gdkpixbuf
gi-gio gi-glib gi-gobject gi-gtk gi-pango haskell-gi
@@ -92583,7 +92791,6 @@ self: {
libraryPkgconfigDepends = [ gtksourceview3 ];
description = "GtkSource bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) gtksourceview3;};
"gi-handy" = callPackage
@@ -92594,9 +92801,12 @@ self: {
}:
mkDerivation {
pname = "gi-handy";
- version = "0.0.4";
- sha256 = "1amzr50s610b3zwrx861y2m3llvlnrp2l8197b3r8a6lr2qwyh4v";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "0.0.6";
+ sha256 = "134dspf2vhwl76g25mjjj3gmdis748qg3rschmypd9w4zr2l651w";
+ setupHaskellDepends = [
+ base Cabal gi-atk gi-gdk gi-gio gi-glib gi-gobject gi-gtk
+ haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-atk gi-gdk gi-gio gi-glib gi-gobject
gi-gtk haskell-gi haskell-gi-base haskell-gi-overloading text
@@ -92616,30 +92826,9 @@ self: {
}:
mkDerivation {
pname = "gi-javascriptcore";
- version = "4.0.16";
- sha256 = "0kihq9sp42k2k9j8qrwgja62i5pzwhc1z1yy6h19n56aikddfc2z";
- setupHaskellDepends = [ base Cabal haskell-gi ];
- libraryHaskellDepends = [
- base bytestring containers gi-glib gi-gobject haskell-gi
- haskell-gi-base haskell-gi-overloading text transformers
- ];
- libraryPkgconfigDepends = [ webkitgtk ];
- doHaddock = false;
- description = "JavaScriptCore bindings";
- license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) webkitgtk;};
-
- "gi-javascriptcore_4_0_19" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
- , gi-gobject, haskell-gi, haskell-gi-base, haskell-gi-overloading
- , text, transformers, webkitgtk
- }:
- mkDerivation {
- pname = "gi-javascriptcore";
- version = "4.0.19";
- sha256 = "01idxk90ac7dcssx5hfh45a3gdcrclag0qm1bl67i0zpvnwn1zd4";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "4.0.21";
+ sha256 = "0zl2lanysqir9qhndai7v4yp6sq671115mi5k9q58rwkmvkm6w04";
+ setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
@@ -92657,9 +92846,11 @@ self: {
}:
mkDerivation {
pname = "gi-notify";
- version = "0.7.19";
- sha256 = "0kbpvzxxkjm0b33sch5kwb496l92jhmjgdg9ld3qwmlskxljsikf";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "0.7.21";
+ sha256 = "13ifi60jlfm9jypf6gam224s5rgq2kd1cj98wfl1dg9crahghbls";
+ setupHaskellDepends = [
+ base Cabal gi-gdkpixbuf gi-glib gi-gobject haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-gdkpixbuf gi-glib gi-gobject
haskell-gi haskell-gi-base haskell-gi-overloading text transformers
@@ -92678,9 +92869,11 @@ self: {
}:
mkDerivation {
pname = "gi-ostree";
- version = "1.0.10";
- sha256 = "0z9zqpd1mn06wh9015lk8lm1591ds3znd4acargwqswx0a1ld3s3";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "1.0.12";
+ sha256 = "0j7nd4ylz4whnsdfbn6ra7kvvnx6l6bqv2y57rgk1nnac3cc6201";
+ setupHaskellDepends = [
+ base Cabal gi-gio gi-glib gi-gobject haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
@@ -92689,8 +92882,6 @@ self: {
description = "OSTree bindings";
license = stdenv.lib.licenses.lgpl21;
platforms = [ "i686-linux" "x86_64-linux" ];
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) ostree;};
"gi-pango" = callPackage
@@ -92700,9 +92891,9 @@ self: {
}:
mkDerivation {
pname = "gi-pango";
- version = "1.0.19";
- sha256 = "1zrxqi5w9w3lgnmw64pah36y1iwp96vsgnzxwzjizmxc03waaf98";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "1.0.22";
+ sha256 = "09dz13wai7cyp24vhc6wxyyg2g89dsqq40r80j56xgpyvfki8yf2";
+ setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ];
libraryHaskellDepends = [
base bytestring containers gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
@@ -92716,30 +92907,6 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) cairo; inherit (pkgs) pango;};
- "gi-pango_1_0_20" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, cairo, containers
- , gi-glib, gi-gobject, haskell-gi, haskell-gi-base
- , haskell-gi-overloading, pango, text, transformers
- }:
- mkDerivation {
- pname = "gi-pango";
- version = "1.0.20";
- sha256 = "009r17247iww4pprq9sv3q70bl5pabbh1i6vrs96793sf36fjw6k";
- setupHaskellDepends = [ base Cabal haskell-gi ];
- libraryHaskellDepends = [
- base bytestring containers gi-glib gi-gobject haskell-gi
- haskell-gi-base haskell-gi-overloading text transformers
- ];
- libraryPkgconfigDepends = [ cairo pango ];
- preCompileBuildDriver = ''
- PKG_CONFIG_PATH+=":${cairo}/lib/pkgconfig"
- setupCompileFlags+=" $(pkg-config --libs cairo-gobject)"
- '';
- description = "Pango bindings";
- license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) cairo; inherit (pkgs) pango;};
-
"gi-pangocairo" = callPackage
({ mkDerivation, base, bytestring, Cabal, cairo, containers
, gi-cairo, gi-glib, gi-gobject, gi-pango, haskell-gi
@@ -92748,9 +92915,11 @@ self: {
}:
mkDerivation {
pname = "gi-pangocairo";
- version = "1.0.21";
- sha256 = "0qxb6zdai8lcy7hqqc0xs6v9pwfnz1ax6bxdybbjl0xm6jysqp52";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "1.0.23";
+ sha256 = "0la2ga1hprwm4fnia48y0q1cg8il0aq42nwvaj5gndx6id42a1i6";
+ setupHaskellDepends = [
+ base Cabal gi-cairo gi-glib gi-gobject gi-pango haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-cairo gi-glib gi-gobject gi-pango
haskell-gi haskell-gi-base haskell-gi-overloading text transformers
@@ -92762,8 +92931,6 @@ self: {
'';
description = "PangoCairo bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) cairo; inherit (pkgs) pango;};
"gi-poppler" = callPackage
@@ -92773,9 +92940,11 @@ self: {
}:
mkDerivation {
pname = "gi-poppler";
- version = "0.18.19";
- sha256 = "0ifpx03jsb1xqqz8cldyi25par557vqg778jbghixyapp77jkpcl";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "0.18.21";
+ sha256 = "1mfi3yn7yrwg2cdpqp0av4cabmmqpmm2hywsrm5d78cxix4z1s7f";
+ setupHaskellDepends = [
+ base Cabal gi-cairo gi-gio gi-glib gi-gobject haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-cairo gi-gio gi-glib gi-gobject
haskell-gi haskell-gi-base haskell-gi-overloading text transformers
@@ -92794,9 +92963,11 @@ self: {
}:
mkDerivation {
pname = "gi-secret";
- version = "0.0.9";
- sha256 = "1pxl30lnmj46jibwfgzrxvhcdkqh5mv5p33l2w2q6mv5j062faf1";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "0.0.11";
+ sha256 = "1s3vwy0aff4m1rvkbcvfa4zwbbalaiz46ij3ymmsx319v2mwwiib";
+ setupHaskellDepends = [
+ base Cabal gi-gio gi-glib gi-gobject haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
@@ -92804,8 +92975,6 @@ self: {
libraryPkgconfigDepends = [ libsecret ];
description = "Libsecret bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) libsecret;};
"gi-soup" = callPackage
@@ -92815,9 +92984,11 @@ self: {
}:
mkDerivation {
pname = "gi-soup";
- version = "2.4.20";
- sha256 = "1390n03cb62zfzszw73pnkd3im6pj23a9axbc9dn0d5pavba6ngb";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "2.4.22";
+ sha256 = "0vgvcq9nysw9xfyjddi1qzngw7pfrfx4g1f3zngf56jcvxf8q6rw";
+ setupHaskellDepends = [
+ base Cabal gi-gio gi-glib gi-gobject haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
@@ -92825,8 +92996,6 @@ self: {
libraryPkgconfigDepends = [ libsoup ];
description = "Libsoup bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) libsoup;};
"gi-vte" = callPackage
@@ -92837,9 +93006,12 @@ self: {
}:
mkDerivation {
pname = "gi-vte";
- version = "2.91.19";
- sha256 = "1hnhidjr7jh7i826lj6kdn264i592sfl5kwvymnpiycmcb37dd4y";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "2.91.25";
+ sha256 = "0h6kqbbdr7zgpq6sfqs2pfx99c7wj1aabpzna9fryn6zhaha8j3c";
+ setupHaskellDepends = [
+ base Cabal gi-atk gi-gdk gi-gio gi-glib gi-gobject gi-gtk gi-pango
+ haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-atk gi-gdk gi-gio gi-glib gi-gobject
gi-gtk gi-pango haskell-gi haskell-gi-base haskell-gi-overloading
@@ -92850,28 +93022,6 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {vte_291 = pkgs.vte;};
- "gi-vte_2_91_23" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk
- , gi-gdk, gi-gio, gi-glib, gi-gobject, gi-gtk, gi-pango, haskell-gi
- , haskell-gi-base, haskell-gi-overloading, text, transformers
- , vte_291
- }:
- mkDerivation {
- pname = "gi-vte";
- version = "2.91.23";
- sha256 = "104riv8q9lxf5dzhbjkv3z8sh33yqvc6nynspl1nawzpkjkql96f";
- setupHaskellDepends = [ base Cabal haskell-gi ];
- libraryHaskellDepends = [
- base bytestring containers gi-atk gi-gdk gi-gio gi-glib gi-gobject
- gi-gtk gi-pango haskell-gi haskell-gi-base haskell-gi-overloading
- text transformers
- ];
- libraryPkgconfigDepends = [ vte_291 ];
- description = "Vte bindings";
- license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {vte_291 = pkgs.vte;};
-
"gi-webkit" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-atk
, gi-cairo, gi-gdk, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject
@@ -92903,9 +93053,12 @@ self: {
}:
mkDerivation {
pname = "gi-webkit2";
- version = "4.0.23";
- sha256 = "0jvbxzxfpwcsp125v656anikiwvb3p3xvlpg5vpsyiz63xqnpxxx";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "4.0.25";
+ sha256 = "1xg4xy24nnz0ngv46m58jkmaka72nv4954g03f6ixpvwappim0vm";
+ setupHaskellDepends = [
+ base Cabal gi-atk gi-cairo gi-gdk gi-gio gi-glib gi-gobject gi-gtk
+ gi-javascriptcore gi-soup haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-atk gi-cairo gi-gdk gi-gio gi-glib
gi-gobject gi-gtk gi-javascriptcore gi-soup haskell-gi
@@ -92925,9 +93078,12 @@ self: {
}:
mkDerivation {
pname = "gi-webkit2webextension";
- version = "4.0.22";
- sha256 = "0qk2mvj8j954h99vrckksyff8rjw9304p9lw3007b2qi6x918j27";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "4.0.24";
+ sha256 = "0lnf173c6myrswk0kdnwkhs925imvcpyvpmy50krqljnv6f2ksxn";
+ setupHaskellDepends = [
+ base Cabal gi-gio gi-gobject gi-gtk gi-javascriptcore gi-soup
+ haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-gio gi-gobject gi-gtk
gi-javascriptcore gi-soup haskell-gi haskell-gi-base
@@ -92947,9 +93103,11 @@ self: {
}:
mkDerivation {
pname = "gi-wnck";
- version = "3.0.5";
- sha256 = "0bd3lhkjbcrg09y491hpq090p1jwr1xqnnnhjjvhrgsqgzsf073v";
- setupHaskellDepends = [ base Cabal haskell-gi ];
+ version = "3.0.7";
+ sha256 = "02kgbp3h5ny7y0qmddsfng0a1gqpdmadl6yy45hmk98ws02rk9bx";
+ setupHaskellDepends = [
+ base Cabal gi-atk gi-gdk gi-gdkpixbuf gi-gobject gi-gtk haskell-gi
+ ];
libraryHaskellDepends = [
base bytestring containers gi-atk gi-gdk gi-gdkpixbuf gi-gobject
gi-gtk haskell-gi haskell-gi-base haskell-gi-overloading text
@@ -92969,8 +93127,8 @@ self: {
}:
mkDerivation {
pname = "gi-xlib";
- version = "2.0.6";
- sha256 = "0ppcizy17j69cczcfl76ij9p1jcis2xnmhjg45ysqhh0fcnj8jvi";
+ version = "2.0.8";
+ sha256 = "0gixgql24zx04sph7kn4n5gmgmz5xbw2f15mqfw0i5igad2pvsj3";
setupHaskellDepends = [ base Cabal haskell-gi ];
libraryHaskellDepends = [
base bytestring containers haskell-gi haskell-gi-base
@@ -92979,8 +93137,6 @@ self: {
libraryPkgconfigDepends = [ xlibsWrapper ];
description = "xlib bindings";
license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) xlibsWrapper;};
"giak" = callPackage
@@ -93024,8 +93180,8 @@ self: {
}:
mkDerivation {
pname = "ginger";
- version = "0.9.0.0";
- sha256 = "14racx3vadxypk8h5cwj2qhg5fpc2pma6gmwlmr2ga6yswpgkl29";
+ version = "0.9.1.0";
+ sha256 = "0qlsqbkxwyc4hi8228l0mgiylnc0q9i02i46043m1390mdmp34qz";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -93045,8 +93201,6 @@ self: {
];
description = "An implementation of the Jinja2 template language in Haskell";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"gingersnap" = callPackage
@@ -93160,6 +93314,8 @@ self: {
];
description = "Giphy HTTP API wrapper and CLI search tool";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gist" = callPackage
@@ -93227,26 +93383,26 @@ self: {
({ mkDerivation, aeson, async, attoparsec, aws, base, blaze-builder
, bloomfilter, bup, byteable, bytestring, Cabal, case-insensitive
, clientsession, concurrent-output, conduit, connection, containers
- , crypto-api, cryptonite, curl, data-default, DAV, dbus, directory
- , disk-free-space, dlist, edit-distance, exceptions, fdo-notify
- , feed, filepath, free, git, gnupg, hinotify, hslogger, http-client
- , http-client-tls, http-conduit, http-types, IfElse, lsof, magic
- , memory, microlens, monad-control, monad-logger, mountpoints, mtl
- , network, network-info, network-multicast, network-uri, old-locale
- , openssh, optparse-applicative, path-pieces, perl, persistent
- , persistent-sqlite, persistent-template, process, QuickCheck
- , random, regex-tdfa, resourcet, rsync, SafeSemaphore, sandi
- , securemem, shakespeare, socks, split, stm, stm-chans, tagsoup
- , tasty, tasty-hunit, tasty-quickcheck, tasty-rerun
- , template-haskell, text, time, torrent, transformers, unix
- , unix-compat, unordered-containers, utf8-string, uuid, vector, wai
- , wai-extra, warp, warp-tls, wget, which, yesod, yesod-core
- , yesod-form, yesod-static
+ , crypto-api, cryptonite, curl, data-default, DAV, dbus, deepseq
+ , directory, disk-free-space, dlist, edit-distance, exceptions
+ , fdo-notify, feed, filepath, free, git, gnupg, hinotify, hslogger
+ , http-client, http-client-tls, http-conduit, http-types, IfElse
+ , lsof, magic, memory, microlens, monad-control, monad-logger
+ , mountpoints, mtl, network, network-info, network-multicast
+ , network-uri, old-locale, openssh, optparse-applicative
+ , path-pieces, perl, persistent, persistent-sqlite
+ , persistent-template, process, QuickCheck, random, regex-tdfa
+ , resourcet, rsync, SafeSemaphore, sandi, securemem, shakespeare
+ , socks, split, stm, stm-chans, tagsoup, tasty, tasty-hunit
+ , tasty-quickcheck, tasty-rerun, template-haskell, text, time
+ , torrent, transformers, unix, unix-compat, unordered-containers
+ , utf8-string, uuid, vector, wai, wai-extra, warp, warp-tls, wget
+ , which, yesod, yesod-core, yesod-form, yesod-static
}:
mkDerivation {
pname = "git-annex";
- version = "7.20190507";
- sha256 = "0klhqys8s6l6wh4safiyxxy3zpgzfmnn9gw14rbs89c6l18af0y4";
+ version = "7.20190819";
+ sha256 = "1fvyxx47qx7yr8xfan398jlixbawblpz5h69kqsw1z7kh6plnycy";
configureFlags = [
"-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime"
"-f-networkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser"
@@ -93262,18 +93418,18 @@ self: {
aeson async attoparsec aws base blaze-builder bloomfilter byteable
bytestring case-insensitive clientsession concurrent-output conduit
connection containers crypto-api cryptonite data-default DAV dbus
- directory disk-free-space dlist edit-distance exceptions fdo-notify
- feed filepath free hinotify hslogger http-client http-client-tls
- http-conduit http-types IfElse magic memory microlens monad-control
- monad-logger mountpoints mtl network network-info network-multicast
- network-uri old-locale optparse-applicative path-pieces persistent
- persistent-sqlite persistent-template process QuickCheck random
- regex-tdfa resourcet SafeSemaphore sandi securemem shakespeare
- socks split stm stm-chans tagsoup tasty tasty-hunit
- tasty-quickcheck tasty-rerun template-haskell text time torrent
- transformers unix unix-compat unordered-containers utf8-string uuid
- vector wai wai-extra warp warp-tls yesod yesod-core yesod-form
- yesod-static
+ deepseq directory disk-free-space dlist edit-distance exceptions
+ fdo-notify feed filepath free hinotify hslogger http-client
+ http-client-tls http-conduit http-types IfElse magic memory
+ microlens monad-control monad-logger mountpoints mtl network
+ network-info network-multicast network-uri old-locale
+ optparse-applicative path-pieces persistent persistent-sqlite
+ persistent-template process QuickCheck random regex-tdfa resourcet
+ SafeSemaphore sandi securemem shakespeare socks split stm stm-chans
+ tagsoup tasty tasty-hunit tasty-quickcheck tasty-rerun
+ template-haskell text time torrent transformers unix unix-compat
+ unordered-containers utf8-string uuid vector wai wai-extra warp
+ warp-tls yesod yesod-core yesod-form yesod-static
];
executableSystemDepends = [
bup curl git gnupg lsof openssh perl rsync wget which
@@ -93294,6 +93450,26 @@ self: {
inherit (pkgs) perl; inherit (pkgs) rsync; inherit (pkgs) wget;
inherit (pkgs) which;};
+ "git-brunch" = callPackage
+ ({ mkDerivation, base, brick, microlens, process, vector, vty }:
+ mkDerivation {
+ pname = "git-brunch";
+ version = "1.0.4.0";
+ sha256 = "1ss2axjwjx7pqx9dq7mxhbnn43k1g1zj7n54f2xq7zwq2ngd5x8f";
+ isLibrary = false;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base brick microlens process vector vty
+ ];
+ executableHaskellDepends = [
+ base brick microlens process vector vty
+ ];
+ testHaskellDepends = [ base brick microlens process vector vty ];
+ doHaddock = false;
+ description = "git checkout command-line tool";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"git-checklist" = callPackage
({ mkDerivation, base, directory, filepath, optparse-applicative
, parsec, pretty, process
@@ -93457,6 +93633,22 @@ self: {
broken = true;
}) {};
+ "git-lfs" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, case-insensitive
+ , containers, http-client, http-types, network-uri, text
+ }:
+ mkDerivation {
+ pname = "git-lfs";
+ version = "1.0.0";
+ sha256 = "0ryxi43sng5nwb9brdirvvxcs2j6bmg1x9vdx9fq5r4dch62b1zy";
+ libraryHaskellDepends = [
+ aeson base bytestring case-insensitive containers http-client
+ http-types network-uri text
+ ];
+ description = "git-lfs protocol";
+ license = stdenv.lib.licenses.agpl3;
+ }) {};
+
"git-mediate" = callPackage
({ mkDerivation, ansi-terminal, base, base-compat, Diff, directory
, filepath, mtl, optparse-applicative, process, unix-compat
@@ -93496,8 +93688,6 @@ self: {
];
description = "Passively snapshots working tree changes efficiently";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"git-object" = callPackage
@@ -93628,8 +93818,6 @@ self: {
testToolDepends = [ git ];
description = "A framework for pre-commit checks";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"gitHUD" = callPackage
@@ -93736,8 +93924,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Access to the GitHub API, v3";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"github-backup" = callPackage
@@ -93945,21 +94131,26 @@ self: {
}) {};
"githud" = callPackage
- ({ mkDerivation, base, mtl, parsec, process, tasty, tasty-hunit
- , tasty-quickcheck, tasty-smallcheck, text, unix
+ ({ mkDerivation, base, bytestring, daemons, data-default, directory
+ , mtl, network, parsec, process, tasty, tasty-hunit
+ , tasty-quickcheck, tasty-smallcheck, text, unix, utf8-string
}:
mkDerivation {
pname = "githud";
- version = "2.1.0";
- sha256 = "19j0vy427n3rzi1nfmh7kjn8jj1ji3xrbrs957hyns9sy4wwrfly";
+ version = "3.1.0";
+ sha256 = "0shdb3a73w0n0p9pl0j7gmsqjwvniah3l251cgn27sp1cm33li8r";
isLibrary = true;
isExecutable = true;
- libraryHaskellDepends = [ base mtl parsec process text unix ];
+ libraryHaskellDepends = [
+ base bytestring daemons data-default directory mtl network parsec
+ process text unix utf8-string
+ ];
executableHaskellDepends = [ base ];
testHaskellDepends = [
- base mtl parsec tasty tasty-hunit tasty-quickcheck tasty-smallcheck
+ base daemons mtl parsec tasty tasty-hunit tasty-quickcheck
+ tasty-smallcheck
];
- description = "More efficient replacement to the great git-radar";
+ description = "Heads up, and you see your GIT context";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -94044,8 +94235,8 @@ self: {
}:
mkDerivation {
pname = "gitlab-haskell";
- version = "0.1.0.1";
- sha256 = "1gvhfdlh6x500qms0kfqsyf0c934rm0xw1z1gv8zzb7nssndiann";
+ version = "0.1.0.2";
+ sha256 = "16dj3m038fgxf8w69g8qldnsk2xrk83lkkgdapwv7qz9c9jd0nh1";
libraryHaskellDepends = [
aeson base bytestring connection http-conduit http-types text
transformers unliftio unliftio-core
@@ -94146,8 +94337,6 @@ self: {
];
description = "Libgit2 backend for gitlib";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"gitlib-s3" = callPackage
@@ -94210,8 +94399,6 @@ self: {
];
description = "Test library for confirming gitlib backend compliance";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"gitlib-utils" = callPackage
@@ -94289,8 +94476,6 @@ self: {
];
description = "Gitter.im API client";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"givegif" = callPackage
@@ -94318,6 +94503,8 @@ self: {
];
description = "CLI Giphy search tool with previews in iTerm 2";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"gjk" = callPackage
@@ -94344,18 +94531,14 @@ self: {
}) {};
"gl" = callPackage
- ({ mkDerivation, base, Cabal, containers, directory, filepath
- , fixed, half, hxt, libGL, transformers
+ ({ mkDerivation, base, containers, fixed, half, libGL, transformers
}:
mkDerivation {
pname = "gl";
- version = "0.8.0";
- sha256 = "0f8l1ra05asqjnk97sliqb3wqvr6lic18rfs1f9dm1kw2lw2hkda";
- revision = "3";
- editedCabalFile = "0q8d4237ds78y4p35xl2arlmmpgs2ag7krw9chby6q9dcs00zxrl";
- setupHaskellDepends = [
- base Cabal containers directory filepath hxt transformers
- ];
+ version = "0.9";
+ sha256 = "1kb1igc9cyjavf3f3ccv9xhhsfn46pcrsw47qd9m5793nnmg13ii";
+ revision = "1";
+ editedCabalFile = "19qyb9m2fy9qyirmhhayg51scas42n3i2rx7jcw6v3ra8c8r9rwr";
libraryHaskellDepends = [
base containers fixed half transformers
];
@@ -94376,26 +94559,6 @@ self: {
}) {};
"glabrous" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
- , cereal, cereal-text, directory, either, hspec, text
- , unordered-containers
- }:
- mkDerivation {
- pname = "glabrous";
- version = "1.0.1";
- sha256 = "11s7fhlv3aq80h20jf2l447bmxy95dy7dqvzqfp0myy4hgsasks3";
- libraryHaskellDepends = [
- aeson aeson-pretty attoparsec base bytestring cereal cereal-text
- either text unordered-containers
- ];
- testHaskellDepends = [
- base directory either hspec text unordered-containers
- ];
- description = "A template DSL library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "glabrous_2_0_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
, cereal, cereal-text, directory, either, hspec, text
, unordered-containers
@@ -94413,7 +94576,6 @@ self: {
];
description = "A template DSL library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"glade" = callPackage
@@ -94719,8 +94881,8 @@ self: {
}:
mkDerivation {
pname = "glirc";
- version = "2.31";
- sha256 = "1div9xkls0jgsi3h0pm7y9rdlyr5rnc07ld3ka285g0hkg5yyban";
+ version = "2.32";
+ sha256 = "0rlqmmjxvynd4a2kxjyw7dm5i2rd27jgj7sm57pbh2nig2rbbbyj";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal filepath ];
@@ -94736,8 +94898,6 @@ self: {
testHaskellDepends = [ base HUnit ];
description = "Console IRC client";
license = stdenv.lib.licenses.isc;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"gll" = callPackage
@@ -94910,8 +95070,6 @@ self: {
libraryHaskellDepends = [ accelerate base gloss gloss-rendering ];
description = "Extras to interface Gloss and Accelerate";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"gloss-algorithms" = callPackage
@@ -95156,8 +95314,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Make better services and clients";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"glue-core" = callPackage
@@ -95182,8 +95338,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Make better services and clients";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"glue-ekg" = callPackage
@@ -95208,8 +95362,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Make better services and clients";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"glue-example" = callPackage
@@ -95230,8 +95382,6 @@ self: {
];
description = "Make better services and clients";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"gluturtle" = callPackage
@@ -95319,8 +95469,8 @@ self: {
}:
mkDerivation {
pname = "gnome-keyring";
- version = "0.3.1";
- sha256 = "08fayi4ixqyzin7lxyx2s3yap377y6nrdf4fmv7bi895j2k642l8";
+ version = "0.3.1.1";
+ sha256 = "044bbgy8cssi1jc8wwb0kvxpw6d7pwxackkzvw7p9r8ybmgv4d0b";
libraryHaskellDepends = [ base bytestring text time ];
librarySystemDepends = [ gnome-keyring ];
libraryPkgconfigDepends = [ libgnome-keyring ];
@@ -95698,8 +95848,8 @@ self: {
}:
mkDerivation {
pname = "gogol";
- version = "0.4.0";
- sha256 = "1w6bxhgdsilv6z1q0m2qidv1in10i9p5biz733v2nqg2pflj8qgh";
+ version = "0.5.0";
+ sha256 = "1aah3db2ws07q4z2pka4gmsagpwlimv19xq0p6y0bznq86yy7i1q";
libraryHaskellDepends = [
aeson base bytestring case-insensitive conduit conduit-extra
cryptonite directory exceptions filepath gogol-core http-client
@@ -95716,8 +95866,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-abusiveexperiencereport";
- version = "0.4.0";
- sha256 = "0jlpybzl1p6jifrj3cdc5wndjg1ds15liz844wl3vmx45p5bj2mq";
+ version = "0.5.0";
+ sha256 = "1c701rajjybggf04rvmj39mn5ryq27kvz79jacxhk9ia1g48lfbb";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Abusive Experience Report SDK";
license = "unknown";
@@ -95728,20 +95878,32 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-acceleratedmobilepageurl";
- version = "0.4.0";
- sha256 = "0bd34zw60bzx4h2iczz02ynn7vm2pma3b1x419nafr70jlil11bc";
+ version = "0.5.0";
+ sha256 = "0mr77fifnjl9r1jvmdzr7nvbxrh18n1c7m5yahlg4gsph9jzxg6i";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Accelerated Mobile Pages (AMP) URL SDK";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "gogol-accessapproval" = callPackage
+ ({ mkDerivation, base, gogol-core }:
+ mkDerivation {
+ pname = "gogol-accessapproval";
+ version = "0.5.0";
+ sha256 = "062377i1nrhynsqyg53fkczhj9ljxa1ms062zykyxq4inv7d9r2a";
+ libraryHaskellDepends = [ base gogol-core ];
+ description = "Google Access Approval SDK";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"gogol-accesscontextmanager" = callPackage
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-accesscontextmanager";
- version = "0.4.0";
- sha256 = "1rq8q9av1vj0v7y7av6y92isyf0rrr0v5dqihx2ryhsxcn9bly4m";
+ version = "0.5.0";
+ sha256 = "0nglp371pxal59p33bb50r1vck6mc662z2yrqsq326w77dc24k6z";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Access Context Manager SDK";
license = "unknown";
@@ -95752,8 +95914,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-adexchange-buyer";
- version = "0.4.0";
- sha256 = "056896r5iq343bam9qzd41x1iaqa0p31x20w6zspn3v9r8i1x76b";
+ version = "0.5.0";
+ sha256 = "0a2v15z4x0a6dbc789s1j78qcsfqypdf65ydw0gxzgajl136ni7x";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Ad Exchange Buyer SDK";
license = "unknown";
@@ -95764,8 +95926,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-adexchange-seller";
- version = "0.4.0";
- sha256 = "17pvmi371xx06qav5c4fsq5il9a54478jwjfk7wh1snifxwsg3dn";
+ version = "0.5.0";
+ sha256 = "02y7sz24flvm6fayfjjvdrywsqy0qw3wrqkfg4jcwa1093j2x3g9";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Ad Exchange Seller SDK";
license = "unknown";
@@ -95776,8 +95938,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-adexchangebuyer2";
- version = "0.4.0";
- sha256 = "0bsxix42viyg74yvw03bhn19c9rcav1hby63fjlcg9zvs9pqx9a2";
+ version = "0.5.0";
+ sha256 = "0sy40qp8z47d364dml5fafdy34xwlaa8lwn86n076i0xr0a2c3sc";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Ad Exchange Buyer API II SDK";
license = "unknown";
@@ -95788,8 +95950,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-adexperiencereport";
- version = "0.4.0";
- sha256 = "0n9gg9rgwyj7x115dpp73gqsz61qjkph8iwlf51ak0dflvhpcirc";
+ version = "0.5.0";
+ sha256 = "1sk083dkiwzr39w7bgqv3klvnx0jb8xqz1v3x0val3dzhfhd0rg0";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Ad Experience Report SDK";
license = "unknown";
@@ -95800,8 +95962,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-admin-datatransfer";
- version = "0.4.0";
- sha256 = "0i0zrz1wgwdqxisq47icaa9rz1vawgkwk80pg8lzraaf82scxsd2";
+ version = "0.5.0";
+ sha256 = "149h3kg68xqanpzyqxbjxq1nskigv1310fq17inkl3bqm7mk0d3s";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Admin Data Transfer SDK";
license = "unknown";
@@ -95812,8 +95974,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-admin-directory";
- version = "0.4.0";
- sha256 = "0nikrrv152xnr4b8542vlmnqazq8cvq89mi004nzd8pfl0a7nz5m";
+ version = "0.5.0";
+ sha256 = "0kinbhz4j11nd6s5w4jg13dpbq6hgf6acnqi6hvmn4m4yjm6qs5i";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Admin Directory SDK";
license = "unknown";
@@ -95836,8 +95998,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-admin-reports";
- version = "0.4.0";
- sha256 = "0ncx9knx8lnkbg0zcc5ak1ywgk1nqdqvplri247wxxlyn582xx2b";
+ version = "0.5.0";
+ sha256 = "17m4924mqr0wiq07n3ada8jqc2kbwn2apzmbkpcsf6ns8qpw4r4k";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Admin Reports SDK";
license = "unknown";
@@ -95848,8 +96010,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-adsense";
- version = "0.4.0";
- sha256 = "0ahw3mapm93krj2lkzvcxqg3n7v912drfqb40afjl9p572hppl0w";
+ version = "0.5.0";
+ sha256 = "07v6sgp6dqvgcmni4579c6iyxqbbn24lyp64zfdv88s4wjhjbdjj";
libraryHaskellDepends = [ base gogol-core ];
description = "Google AdSense Management SDK";
license = "unknown";
@@ -95860,8 +96022,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-adsense-host";
- version = "0.4.0";
- sha256 = "03pm68sksb2r51a7962bjypaf0ycbjsqwdyzl338v2l03jwp4d3w";
+ version = "0.5.0";
+ sha256 = "1s9dsrz6svnm8jjl13w3v72gyyg2xc5sxg6piw087c8j1sqfx131";
libraryHaskellDepends = [ base gogol-core ];
description = "Google AdSense Host SDK";
license = "unknown";
@@ -95884,8 +96046,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-alertcenter";
- version = "0.4.0";
- sha256 = "0sb4r4xbcfmrygz92xy1b0qps32mvw4kxlgixzmx5lhabhmh19rg";
+ version = "0.5.0";
+ sha256 = "0d114xkvdjzfgl63gyc1a56jfdacbr5chdz80199jp85zp04h3wi";
libraryHaskellDepends = [ base gogol-core ];
description = "Google G Suite Alert Center SDK";
license = "unknown";
@@ -95896,8 +96058,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-analytics";
- version = "0.4.0";
- sha256 = "0vbz4ydkkglradhmrs1s3ldz8isz65lvfw84imhrmfrnbj8mvwsr";
+ version = "0.5.0";
+ sha256 = "1bfm1z13hvijln3f92n4i8042dd56z6wian6scnbfcndnsfwsrc9";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Analytics SDK";
license = "unknown";
@@ -95908,8 +96070,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-analyticsreporting";
- version = "0.4.0";
- sha256 = "0wcnvdf02l3s81f53v33f6vy3ksnpcyhdls4jf6939x2pz7frrld";
+ version = "0.5.0";
+ sha256 = "0ih63njgb3612myqfc1impas9jc5gx5hlmhvjzw0bp6rn7dv5qvm";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Analytics Reporting SDK";
license = "unknown";
@@ -95920,8 +96082,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-android-enterprise";
- version = "0.4.0";
- sha256 = "0pq3krv5gncwpiblrkqsabrkqldjl1gardkf279qqc8z7qw74wn8";
+ version = "0.5.0";
+ sha256 = "0qxvqv3i21k9g0mgy67073xb2yd8m357c2806v18inh7cikhndgy";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Play EMM SDK";
license = "unknown";
@@ -95932,8 +96094,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-android-publisher";
- version = "0.4.0";
- sha256 = "0f9s1zss2i5xq67mv7wgvgbbba0fybqmnyr4vxjg28c2y5kvvggv";
+ version = "0.5.0";
+ sha256 = "05dz12615l74y4iqasgn84vi79i1m7wv11gz5sfbmmmddizjdxy4";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Play Developer SDK";
license = "unknown";
@@ -95944,8 +96106,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-androiddeviceprovisioning";
- version = "0.4.0";
- sha256 = "0zynvy8720b26sp884da98cfnx9g7rcwgrj6n27lqmpw3lqmfh4r";
+ version = "0.5.0";
+ sha256 = "1yc88s0h6v8ipw26a90ds0wdmsg78zpp3pqrybip9fh8grzbplv5";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Android Device Provisioning Partner SDK";
license = "unknown";
@@ -95956,8 +96118,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-androidmanagement";
- version = "0.4.0";
- sha256 = "16xarhr93vpxawd7mg59zc53bl7xh63hpqjz869vhnf481vn4pmq";
+ version = "0.5.0";
+ sha256 = "0j68bbdyb3qnjylkb7fyv162pxfjx6802cnb63kryl7wbzcvf02s";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Android Management SDK";
license = "unknown";
@@ -95968,8 +96130,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-appengine";
- version = "0.4.0";
- sha256 = "14pf281j7q05dlz8i08m8082qixx1d5fjyi3zm19blsghx7hsn6a";
+ version = "0.5.0";
+ sha256 = "1p4cxp4f417m0llw58zslaabfswp5s9b9xlxfn3qrl3mdghs8lvk";
libraryHaskellDepends = [ base gogol-core ];
description = "Google App Engine Admin SDK";
license = "unknown";
@@ -95980,8 +96142,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-apps-activity";
- version = "0.4.0";
- sha256 = "1iv4q10h5n8mbkjgw2v7j9d9y4zvl0srpkw1kwd98h1chgg7hyhi";
+ version = "0.5.0";
+ sha256 = "0frs0976h57gckraxhipbsd1ps39ddw5bcsxrya9mczyh31aqn4w";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Drive Activity SDK";
license = "unknown";
@@ -95992,8 +96154,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-apps-calendar";
- version = "0.4.0";
- sha256 = "1dbxva37p8ww835y4sg1v01f12kr049ralsfqs3hkv516lsh7kxr";
+ version = "0.5.0";
+ sha256 = "1q68zbqk7pkh7clvlyjlkdy7i3zwrh8rl7ksyxd9x8wvla91qc34";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Calendar SDK";
license = "unknown";
@@ -96004,8 +96166,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-apps-licensing";
- version = "0.4.0";
- sha256 = "1sbbr7ihl415zx7axjwlvbfp646gr3fbb90n27wxh8pl4h2hlzkf";
+ version = "0.5.0";
+ sha256 = "1x86ssslmksdlfmf8rasavpn9dg5kpk416zf001mb896lh6r5dlq";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Enterprise License Manager SDK";
license = "unknown";
@@ -96016,8 +96178,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-apps-reseller";
- version = "0.4.0";
- sha256 = "038qfmfpw3wi5v9x9wgbpv2agbjab8z5q0idwzfih8xjckfxd520";
+ version = "0.5.0";
+ sha256 = "0zxjp7apiqd12bcj6fwwrlx8j466pavfgmv35d2alvmb83n1h8gw";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Enterprise Apps Reseller SDK";
license = "unknown";
@@ -96028,8 +96190,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-apps-tasks";
- version = "0.4.0";
- sha256 = "1nfzl9hqsh2dwgxhwwx5w6yr6vvcbx0j72iprb42bp6hsv5lh5nx";
+ version = "0.5.0";
+ sha256 = "0cb61wqjq8za2d44i0h561hzp2nmyynr2fy24mbhj2gb0zcd14bc";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Tasks SDK";
license = "unknown";
@@ -96040,8 +96202,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-appstate";
- version = "0.4.0";
- sha256 = "1z6k2kx20jgankjb1ynyhr0s9q8n2wln5ng8w0bd2gnflxnh26l7";
+ version = "0.5.0";
+ sha256 = "1gx52lnrp6mdsf168x0viwkj8pr49a0npf98a402ij3gndsn28aq";
libraryHaskellDepends = [ base gogol-core ];
description = "Google App State SDK";
license = "unknown";
@@ -96064,8 +96226,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-bigquery";
- version = "0.4.0";
- sha256 = "1c1gr2pwy9a0chysfi6v1imy15f5k689ys5lfnrgnl65ff0hqifq";
+ version = "0.5.0";
+ sha256 = "1z3rdh9qrabycxnxrzay6ddw5l97qws48hn78g5pkbn73z1dh22z";
libraryHaskellDepends = [ base gogol-core ];
description = "Google BigQuery SDK";
license = "unknown";
@@ -96076,8 +96238,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-bigquerydatatransfer";
- version = "0.4.0";
- sha256 = "0gccvjc81c3kz88iy4kd7ihp57z5p2a83ma23c1rishfl2cr3p00";
+ version = "0.5.0";
+ sha256 = "13pbbhk4ryg7vpkhkdvkjhc4sjnizdpjll4x9inb0zm8k1ki21ws";
libraryHaskellDepends = [ base gogol-core ];
description = "Google BigQuery Data Transfer SDK";
license = "unknown";
@@ -96088,8 +96250,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-bigtableadmin";
- version = "0.4.0";
- sha256 = "10hcaalxhx2ds2drjqry27kk416q87hcd020nvfzsnj4hl0msl5q";
+ version = "0.5.0";
+ sha256 = "0nxrcyf3spmhchmmjbszpv935lcwb979zfil9iwdigymq5wvfzgx";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Bigtable Admin SDK";
license = "unknown";
@@ -96100,8 +96262,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-billing";
- version = "0.4.0";
- sha256 = "0ilfy5bn1wk95wg4496ap9szl9lp6sh1sdr9ngg6vral05jjf7ck";
+ version = "0.5.0";
+ sha256 = "1zx7k5qhasvjz1568znasix6xrkxhsfhcsqwv6r1zd5a3pnzvaxm";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Billing SDK";
license = "unknown";
@@ -96112,8 +96274,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-binaryauthorization";
- version = "0.4.0";
- sha256 = "182ghkavwbi6y759235wrifwywyq2r7vc45xpgk979kcgk5jnjlk";
+ version = "0.5.0";
+ sha256 = "19gbql17mrxn4xgdbl96f245fckaj5gwwggn5f7xa59ahzbgfgay";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Binary Authorization SDK";
license = "unknown";
@@ -96124,8 +96286,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-blogger";
- version = "0.4.0";
- sha256 = "16yv9rld0q2hi553k72c9z6854r7n8h3yx2hf8fam3zmkcr1qad4";
+ version = "0.5.0";
+ sha256 = "027g8vj7msdzmkb7sjbd9s0p3zpxyal1l0daxbw1bhwr9lrd8j94";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Blogger SDK";
license = "unknown";
@@ -96136,8 +96298,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-books";
- version = "0.4.0";
- sha256 = "1zkz32mwarmfcjbqzjm3lpmdibfhgpra68cad2rh68bm2jkj71yf";
+ version = "0.5.0";
+ sha256 = "07rd2592hqvbx1lkz9hgrqjfy91a6g5vhy6d88yqzzyl1mkwq405";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Books SDK";
license = "unknown";
@@ -96148,8 +96310,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-chat";
- version = "0.4.0";
- sha256 = "12af5z86s3xxhn8ci4aqls3h2q52msmnh5ygd0igmdq0vn0278ij";
+ version = "0.5.0";
+ sha256 = "0dxwfml51xh3a04ghhr41dbaayq1c36klaiwams3rq95ak7mnq6i";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Hangouts Chat SDK";
license = "unknown";
@@ -96160,8 +96322,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-civicinfo";
- version = "0.4.0";
- sha256 = "1cvb0wbmv7a78d3bannd2n3ymny90dbnn68d979qgd8nz45r0k5z";
+ version = "0.5.0";
+ sha256 = "04kv6rnaiq1bxn46ir1l5w6w5qysb6f85ly3c9jksf0m5607gxxr";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Civic Information SDK";
license = "unknown";
@@ -96172,8 +96334,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-classroom";
- version = "0.4.0";
- sha256 = "0fyq54ddh2a8l0ai29x1dz4kcisx671mcg74p3c103iynfqnlyzr";
+ version = "0.5.0";
+ sha256 = "0hh6kbknnz7drd6ba1irr9wk5vhf51pgiskydgcav3f251j31sx4";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Classroom SDK";
license = "unknown";
@@ -96184,8 +96346,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-cloudasset";
- version = "0.4.0";
- sha256 = "0ki8r45p59hdakhdpz4sxxkfgnm908limvsd8z8afrnw5jg2h9ac";
+ version = "0.5.0";
+ sha256 = "0368lmz0nsffs9pj1v4ab5yx5xhfh1g27c9l3fs49aihdrvij3yk";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Asset SDK";
license = "unknown";
@@ -96196,8 +96358,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-clouderrorreporting";
- version = "0.4.0";
- sha256 = "1ixc67805bv4klz1sxgjg83zydar1712n4zdpps6wnccl8rh0f3p";
+ version = "0.5.0";
+ sha256 = "1hsgrpc9cbazn5a1g6lsg5azd8bgl45b95djwy13bc6vi9xwsr28";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Stackdriver Error Reporting SDK";
license = "unknown";
@@ -96208,8 +96370,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-cloudfunctions";
- version = "0.4.0";
- sha256 = "1fz3yxhaffgn8414ak95qkliwwkd8k7kxv7kyx2sdahhk6f7gckw";
+ version = "0.5.0";
+ sha256 = "1pv7h53zyqlp7wbw48hxxp3x9n515v0jdkjnpxqbszfhza28jsy9";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Functions SDK";
license = "unknown";
@@ -96220,8 +96382,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-cloudidentity";
- version = "0.4.0";
- sha256 = "1zfyc73xbdzwcmzn9pd8y118bwwgw02igd5knjwsvlv7jdjrsghh";
+ version = "0.5.0";
+ sha256 = "1z4ncvzggpn52r75bl7y9mk19vdpsimxfflggvzz1lgy941ciyil";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Identity SDK";
license = "unknown";
@@ -96232,8 +96394,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-cloudiot";
- version = "0.4.0";
- sha256 = "0h30a94vj2g58y87l6k8amzxpxr71q94jli48pq81ddas78486i3";
+ version = "0.5.0";
+ sha256 = "07zw4p2pi9gb90fzfg899xqbv50iwxc7rsb705wbpiyj80ynd85b";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud IoT SDK";
license = "unknown";
@@ -96244,8 +96406,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-cloudkms";
- version = "0.4.0";
- sha256 = "14rhdja6wwrcdhh67avbi395n870rmyrnzfx7cqyfvvngpp4321v";
+ version = "0.5.0";
+ sha256 = "0wpjmxrp1gl663sqcfgalrgjqw90wcahjlsg9bm6ay9y7g8mic0m";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Key Management Service (KMS) SDK";
license = "unknown";
@@ -96264,12 +96426,36 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "gogol-cloudprivatecatalog" = callPackage
+ ({ mkDerivation, base, gogol-core }:
+ mkDerivation {
+ pname = "gogol-cloudprivatecatalog";
+ version = "0.5.0";
+ sha256 = "0y0z6wmsr2qsgj6wh4y37ph68fayk5szzk02xv0ncggrn5pbpm07";
+ libraryHaskellDepends = [ base gogol-core ];
+ description = "Google Cloud Private Catalog SDK";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "gogol-cloudprivatecatalogproducer" = callPackage
+ ({ mkDerivation, base, gogol-core }:
+ mkDerivation {
+ pname = "gogol-cloudprivatecatalogproducer";
+ version = "0.5.0";
+ sha256 = "1zq8pb3jm6gpp116q4x8i69jihgwnbyafdrnw5jxyl3ynr6bwll0";
+ libraryHaskellDepends = [ base gogol-core ];
+ description = "Google Cloud Private Catalog Producer SDK";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"gogol-cloudprofiler" = callPackage
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-cloudprofiler";
- version = "0.4.0";
- sha256 = "188c11fn4cqf32d6jp0dfql4cg4fwn85hlw59q54i2yvpkxmw666";
+ version = "0.5.0";
+ sha256 = "022d1ix4a4n3kk108jl1yl2x13q57ahg4c9gvbxlvm7g3skz2rda";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Stackdriver Profiler SDK";
license = "unknown";
@@ -96280,8 +96466,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-cloudscheduler";
- version = "0.4.0";
- sha256 = "13yx14k78vmfdslhj5wcd8kqnh77dy0svc1d2hhbb6qazs523liq";
+ version = "0.5.0";
+ sha256 = "1vb3xwnn59b3fzybp09lxpysij37q8rxg3392gnf09mqg57vlcpw";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Scheduler SDK";
license = "unknown";
@@ -96292,8 +96478,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-cloudsearch";
- version = "0.4.0";
- sha256 = "01ra2xwqp33v1izmsx08xwxnif3qmgz51hsgmib1l409p425bzy0";
+ version = "0.5.0";
+ sha256 = "05nwvrdilz79hdlbzl853h3aj4gqcwql251slmzgg3s92haz0ygx";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Search SDK";
license = "unknown";
@@ -96304,8 +96490,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-cloudshell";
- version = "0.4.0";
- sha256 = "0j1f9b050vifnsdp8hby3sry77wfvx7856z92xal2adgv23qcrv1";
+ version = "0.5.0";
+ sha256 = "08hngcd8v08j7gp7pfyx6jm10p1g5w80ljq511f0jg5i5s6pkpr9";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Shell SDK";
license = "unknown";
@@ -96316,8 +96502,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-cloudtasks";
- version = "0.4.0";
- sha256 = "02dg92n6q6j5fzvm018dsa09n1ks1dx1bh6sjl74d8wqksnzsnfr";
+ version = "0.5.0";
+ sha256 = "1rgm3m1nsvfc96vipsqjaci6h21j8lxk0qb9jxs7qmifyhlycr5a";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Tasks SDK";
license = "unknown";
@@ -96328,20 +96514,32 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-cloudtrace";
- version = "0.4.0";
- sha256 = "0jgpx5aln442m1zgwp44c2hlwygjkvzlxyb9lh8jb1m4yvigwmrd";
+ version = "0.5.0";
+ sha256 = "12yh4ks9mwfk48qqgkp38vv7xrrlqlnx1d41x851xwb7hw61288r";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Stackdriver Trace SDK";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "gogol-commentanalyzer" = callPackage
+ ({ mkDerivation, base, gogol-core }:
+ mkDerivation {
+ pname = "gogol-commentanalyzer";
+ version = "0.5.0";
+ sha256 = "1psy2vd6xj2rlnacay6srp0lcy4bvfnkpqjg5yvl41qx74w11dc9";
+ libraryHaskellDepends = [ base gogol-core ];
+ description = "Google Perspective Comment Analyzer SDK";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"gogol-composer" = callPackage
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-composer";
- version = "0.4.0";
- sha256 = "0r28qibn9sin49gfnzqwkxd86lp4jczq3s10ry3j84rnjn6rnwf6";
+ version = "0.5.0";
+ sha256 = "1hzdnrchczaha310sr5ndk7bwykvv6qy70hh2jcw6s5fg6kjmpi5";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Composer SDK";
license = "unknown";
@@ -96352,8 +96550,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-compute";
- version = "0.4.0";
- sha256 = "16cfb8z1aycc9zgdasfp1xxihdnb92wh0kg5gw7xkfbqxvh1gbfy";
+ version = "0.5.0";
+ sha256 = "1z0l373qb3swnli6987r5s6l1kkrrh4m3hc8mghchviz16hpwm30";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Compute Engine SDK";
license = "unknown";
@@ -96364,8 +96562,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-consumersurveys";
- version = "0.4.0";
- sha256 = "0ssk3b4iq6977ivs3zki6i4bnvwcyr9sf6pay3yi17g9r4g3fxqc";
+ version = "0.5.0";
+ sha256 = "13az55a4hdpgrsfa4s4x2l40yjlfl01ypba3p1z36ckv70yqvmax";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Consumer Surveys SDK";
license = "unknown";
@@ -96376,8 +96574,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-container";
- version = "0.4.0";
- sha256 = "1jx33ziy5lmdaxiipdd6hb3qzhy1zflc3jmzhjax9lsvla8j2krx";
+ version = "0.5.0";
+ sha256 = "06pjabcch02pknn8rqq2kl4zyb331v89iq3l6i279i5prqp8jkh2";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Kubernetes Engine SDK";
license = "unknown";
@@ -96388,8 +96586,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-containeranalysis";
- version = "0.4.0";
- sha256 = "0hqkm4xjbw927pazvcawa87kfyzk7x97k3ic85q8a8zy2gc30vsg";
+ version = "0.5.0";
+ sha256 = "059nkdz6zb9ffi5731dfrppk2cv5mcvh84x8b30yhfp63vs083dp";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Container Analysis SDK";
license = "unknown";
@@ -96400,8 +96598,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-containerbuilder";
- version = "0.4.0";
- sha256 = "18ggnqngj564mbm3zm5ip8kpc1diwgvxbr51qz60jcymwlgrzk50";
+ version = "0.5.0";
+ sha256 = "04jrblg8z1sji9xg6qbypxkbwzidx76hwy2c9kdgchjj298xifcc";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Build SDK";
license = "unknown";
@@ -96417,8 +96615,8 @@ self: {
}:
mkDerivation {
pname = "gogol-core";
- version = "0.4.0";
- sha256 = "1bfmdhlf5l612mwln1may5l2vqlps2k8hhxsbkx8h4n1gblriic2";
+ version = "0.5.0";
+ sha256 = "0xvlrx4hzhwp3slinh8apnxlgxmispjjnmwsfbpi4p9n451ilx93";
libraryHaskellDepends = [
aeson attoparsec base bifunctors bytestring case-insensitive
conduit dlist exceptions hashable http-api-data http-client
@@ -96435,8 +96633,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-customsearch";
- version = "0.4.0";
- sha256 = "1iq951qmm264w1lkq958fw90fcvzjsq4skz73kim4xvgiwr4q7kj";
+ version = "0.5.0";
+ sha256 = "1rfc932v4pwffry7864in7q9g68xzqz2sharzwfn8ql04la88fg7";
libraryHaskellDepends = [ base gogol-core ];
description = "Google CustomSearch SDK";
license = "unknown";
@@ -96447,20 +96645,32 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-dataflow";
- version = "0.4.0";
- sha256 = "0k2dlr938ilqbj56z5p75fs6yl8q6qbkfld7rbay1pnx9ss6yf67";
+ version = "0.5.0";
+ sha256 = "0k27idpz6n8gilpm5cb1yz6x6x89qlnpqg7jzpp4ipld1h4m6xp1";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Dataflow SDK";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "gogol-datafusion" = callPackage
+ ({ mkDerivation, base, gogol-core }:
+ mkDerivation {
+ pname = "gogol-datafusion";
+ version = "0.5.0";
+ sha256 = "0g90fa6mdicv4fyv999vild0accvsd4kr7mj9b008b5f4x286wpn";
+ libraryHaskellDepends = [ base gogol-core ];
+ description = "Google Cloud Data Fusion SDK";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"gogol-dataproc" = callPackage
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-dataproc";
- version = "0.4.0";
- sha256 = "0h3y503chr8srqjnk1hgvn4naayp09yvp0gf9np8da9mdxwk98c6";
+ version = "0.5.0";
+ sha256 = "0v1h6621v0aj415c8d11rfgri40vh3d1h3wl5i40nnz81qa11d5j";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Dataproc SDK";
license = "unknown";
@@ -96471,8 +96681,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-datastore";
- version = "0.4.0";
- sha256 = "018qjg7vwspd86fdzxsag732d1x81yag6h8bw5arq38cq50ak3fx";
+ version = "0.5.0";
+ sha256 = "17raqp9la38r2jbx5438hxi12blkckzfdgmfvnw05isdwnz1azjl";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Datastore SDK";
license = "unknown";
@@ -96483,8 +96693,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-debugger";
- version = "0.4.0";
- sha256 = "1q3nsda0w6zkl0j49l1ry6mr030b65mzf6hylny1gxxdy2mypq3l";
+ version = "0.5.0";
+ sha256 = "0a29kcihp90s6zvc8f9733rylsnf6098vkvqx7nsrg78x7qcz48p";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Stackdriver Debugger SDK";
license = "unknown";
@@ -96495,8 +96705,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-deploymentmanager";
- version = "0.4.0";
- sha256 = "123m18nqjfgdmgrbl6b6kwppnq16bd7i3gn7mjdlrk6dm6wh84j0";
+ version = "0.5.0";
+ sha256 = "0l52j1vlnhm5dnz9jfld2rixs511l567gw7dbd2ylnx77632fvsw";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Deployment Manager SDK";
license = "unknown";
@@ -96507,8 +96717,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-dfareporting";
- version = "0.4.0";
- sha256 = "0jsv73zmdkm1lz0kk41yqayy07cfz4c2xn7q3vlg85ksv7jnn5ha";
+ version = "0.5.0";
+ sha256 = "0s7s5cm7kdigx1212abzyv69p4gzpx4dkxvycip60p27chsiv47p";
libraryHaskellDepends = [ base gogol-core ];
description = "Google DCM/DFA Reporting And Trafficking SDK";
license = "unknown";
@@ -96519,8 +96729,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-dialogflow";
- version = "0.4.0";
- sha256 = "1qma0gilizalyrwafw7rvpqmyc5vcsg4pds6f089qhxm42jwcmlk";
+ version = "0.5.0";
+ sha256 = "02q9qj713gz75gzdvqlladddniyk0waf2gbfqnh7dyirn8l67k6a";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Dialogflow SDK";
license = "unknown";
@@ -96531,8 +96741,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-digitalassetlinks";
- version = "0.4.0";
- sha256 = "1lvgk9ba0l5i39zvswqbmwhhpsq0bijis6gp6n9wq30bgzf9a8vq";
+ version = "0.5.0";
+ sha256 = "04mfan610hzi9ar7rpmdwn4hw2m4v4n5hfz00si648vx6grn3835";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Digital Asset Links SDK";
license = "unknown";
@@ -96543,10 +96753,10 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-discovery";
- version = "0.4.0";
- sha256 = "1nvhmh95k1z9q4s1lfv078dlv33lm1qkwq5hkd0nysqaibfgql5x";
+ version = "0.5.0";
+ sha256 = "14igx8cs86v88vfvdw3fr090yk3f5dnpiggai1w2xnshbvg3gfdd";
libraryHaskellDepends = [ base gogol-core ];
- description = "Google APIs Discovery Service SDK";
+ description = "Google API Discovery Service SDK";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@@ -96555,8 +96765,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-dlp";
- version = "0.4.0";
- sha256 = "1hbd1bld98k7am5gr0569vsdzgd9w95nx3z40lhbr23f6fybv3w7";
+ version = "0.5.0";
+ sha256 = "0wd5l1bjiaw5cp78ppz81ab3cb9dpgjw5iy3hz9cg0y6y8x6smm5";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Data Loss Prevention (DLP) SDK";
license = "unknown";
@@ -96567,20 +96777,32 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-dns";
- version = "0.4.0";
- sha256 = "1y0n41pq031kcphpxvr4fzrvdgy4imfmkb5frazgb3acx874pqwc";
+ version = "0.5.0";
+ sha256 = "0wzlbpkaqd94dkgbg5nqss9kbyx2lqk0jbd97l9jmka1pmm0c30a";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud DNS SDK";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "gogol-docs" = callPackage
+ ({ mkDerivation, base, gogol-core }:
+ mkDerivation {
+ pname = "gogol-docs";
+ version = "0.5.0";
+ sha256 = "1ig79q8iwfmyrjy7jb27fcdd05zjgpi0aikw597gkjj9vga5jzms";
+ libraryHaskellDepends = [ base gogol-core ];
+ description = "Google Docs SDK";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"gogol-doubleclick-bids" = callPackage
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-doubleclick-bids";
- version = "0.4.0";
- sha256 = "1f1x12gcab5lz1yig3p7b9fxdwr1mj4c5r7w1c97awg4wa4qyv61";
+ version = "0.5.0";
+ sha256 = "1jk725c2viyvbi4i12zlvwnz855jnpjjfc9qp5rbbfkkyf8904n3";
libraryHaskellDepends = [ base gogol-core ];
description = "Google DoubleClick Bid Manager SDK";
license = "unknown";
@@ -96591,8 +96813,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-doubleclick-search";
- version = "0.4.0";
- sha256 = "0mzwg6njbdvn0y3qqnal919gsj5fi8fcdsn6f438dfg481g93igk";
+ version = "0.5.0";
+ sha256 = "1kd0x3xb365r30gaz74wksny20dp96ynr9xvds2z4jnmabhlc1fx";
libraryHaskellDepends = [ base gogol-core ];
description = "Google DoubleClick Search SDK";
license = "unknown";
@@ -96603,8 +96825,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-drive";
- version = "0.4.0";
- sha256 = "1k2ndnqrnc1y5ymic1g6jpigg2vg3k6y1j3mm413zh5p7lvx4ngy";
+ version = "0.5.0";
+ sha256 = "0qbdchfni89h0l28db37dl5ysjlzckby59ng7026xhjkk5c8iyrl";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Drive SDK";
license = "unknown";
@@ -96615,20 +96837,32 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-driveactivity";
- version = "0.4.0";
- sha256 = "0d4mbp7jryma7lr63cy819986q3plc4cgqfn217gydq7ajdzpqds";
+ version = "0.5.0";
+ sha256 = "1n2frzhrz1rfbxm6lcxyd13q99wwlyp7c6n4pjy87skvd332xqsg";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Drive Activity SDK";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "gogol-factchecktools" = callPackage
+ ({ mkDerivation, base, gogol-core }:
+ mkDerivation {
+ pname = "gogol-factchecktools";
+ version = "0.5.0";
+ sha256 = "1bga1plk1v57v6lpyk292ia0fzxks6lj0jq9d5gqz7k22yaqwzl5";
+ libraryHaskellDepends = [ base gogol-core ];
+ description = "Google Fact Check Tools SDK";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"gogol-file" = callPackage
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-file";
- version = "0.4.0";
- sha256 = "161xmzxsjynnfd51df7q553bmdzgmyvddd2dn84b3hc82n3xj4km";
+ version = "0.5.0";
+ sha256 = "1k0mc2vavnfpxx6h878iib3a15bp2h2mx7wq9pa3527syh5d424p";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Filestore SDK";
license = "unknown";
@@ -96639,8 +96873,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-firebase-dynamiclinks";
- version = "0.4.0";
- sha256 = "0qckmvkrgwa79c0zg1dlr0ihz666yfg2kilanjir0yylax2w87lb";
+ version = "0.5.0";
+ sha256 = "1hbknisl0358iznc45hhjixhdb3kh2b5chxiyq028ayl5w1p4rvn";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Firebase Dynamic Links SDK";
license = "unknown";
@@ -96651,8 +96885,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-firebase-rules";
- version = "0.4.0";
- sha256 = "0j8wd8vwbpiwkhijrlh9d4c004sqy0m99qxz9sv23nakmnmq04d0";
+ version = "0.5.0";
+ sha256 = "06779qj9vjhvzw0d60ddxlzmij7sjjv67npav670xkgs3q71b655";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Firebase Rules SDK";
license = "unknown";
@@ -96663,8 +96897,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-firebasehosting";
- version = "0.4.0";
- sha256 = "1g05b90fpyl2wqi3w0w6zp4qmzc82j4qvlja0ra5vnid129l5ll2";
+ version = "0.5.0";
+ sha256 = "0h2k4ymqn0r5vpgqb1pzcydmcwx2s0x4yim5j47b963qqwrwb7yc";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Firebase Hosting SDK";
license = "unknown";
@@ -96675,8 +96909,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-firebaseremoteconfig";
- version = "0.4.0";
- sha256 = "0x6k93d8gdff2byjwk47z84rmdbsr676nml1638mvq6vwx1d4zv1";
+ version = "0.5.0";
+ sha256 = "1qpv689lrizcv308303ajzjvkh9z4hs256ibnmlk0835xzwcw1qc";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Firebase Remote Config SDK";
license = "unknown";
@@ -96687,8 +96921,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-firestore";
- version = "0.4.0";
- sha256 = "07x7ksyx91wisah8lmmq3p4cln1wx1wzbyc2cwb5wp0n78r83hdh";
+ version = "0.5.0";
+ sha256 = "13y9g4h21mis26x663pv9lhi9i3r4s6x4pcnnwsk20a0s83k8x2k";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Firestore SDK";
license = "unknown";
@@ -96699,8 +96933,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-fitness";
- version = "0.4.0";
- sha256 = "0170r4pph2pfsp4phfq8sjj63cz6sn5nwlqsv8810zli4ghzrcsa";
+ version = "0.5.0";
+ sha256 = "0pbz6kjkrwcb1mz83gfmyf1mcdp6lsbdp450h79083xlpbwz0kwx";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Fitness SDK";
license = "unknown";
@@ -96711,8 +96945,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-fonts";
- version = "0.4.0";
- sha256 = "11cjwnil31sskinfzfgqcq1p5d8c7gzackba5ap5kydvs9l7k6hf";
+ version = "0.5.0";
+ sha256 = "0cgkdgvs65znknf1dpdr2jxn3wan705i89bwfzfwavwykacsjqbk";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Fonts Developer SDK";
license = "unknown";
@@ -96735,8 +96969,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-fusiontables";
- version = "0.4.0";
- sha256 = "0rb3h779wy1rw1hh0y1sdvz8wg31dbsa0980wbj12jlna13qaw82";
+ version = "0.5.0";
+ sha256 = "1bi9cjm7xn5dq74a7r5y95snbfjwljmfjl5pxfh2cjshpjgdpd67";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Fusion Tables SDK";
license = "unknown";
@@ -96747,8 +96981,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-games";
- version = "0.4.0";
- sha256 = "0asy79mx2aixh9fylzczr0d8wghzgkhf1xvssmc65w41gdw9w2gg";
+ version = "0.5.0";
+ sha256 = "0kdqw6l1fr37amhd830lyqrh87znbbbs2lxh7cbqr831gwj4qnpk";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Play Game Services SDK";
license = "unknown";
@@ -96759,8 +96993,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-games-configuration";
- version = "0.4.0";
- sha256 = "08g29wc9x872mq2179r9sq8sy7b8mbl4q2ak0z9wcknckn6ziq0c";
+ version = "0.5.0";
+ sha256 = "0j2psg58f6ilvnvdq88vmq1b462dpfssij1pa6y5xmm62gvvv6i5";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Play Game Services Publishing SDK";
license = "unknown";
@@ -96771,8 +97005,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-games-management";
- version = "0.4.0";
- sha256 = "1j43bfb0b4xmbjhzh732mncwqlz0j0vfx032kscfy4sx9hbb2kva";
+ version = "0.5.0";
+ sha256 = "0bnkv9vic8rly2ga4k73s8cnhvird3kv5nmy17560pw4q40a5d9n";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Play Game Services Management SDK";
license = "unknown";
@@ -96783,8 +97017,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-genomics";
- version = "0.4.0";
- sha256 = "1n0iqmfryqzslhq14h7sg2fxis8wbl0lkxbmcb6v51yi3cbp3ckv";
+ version = "0.5.0";
+ sha256 = "0cygvkm388g0scmy51b2dmkj6kzpcdwpxd0w98dfmwhgvln3xgl2";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Genomics SDK";
license = "unknown";
@@ -96795,8 +97029,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-gmail";
- version = "0.4.0";
- sha256 = "0fwayrrd510jm1qvsnqckar3hhvq7s2sbpzqxkj4hpgh221rmi7f";
+ version = "0.5.0";
+ sha256 = "053l0k1h2wmwgqzywswhhmwh2275n6psiy8bk684dkzvdj1msbkz";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Gmail SDK";
license = "unknown";
@@ -96807,8 +97041,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-groups-migration";
- version = "0.4.0";
- sha256 = "1d3r5qkcj9370ykg54lcfh0qmj5fs0al6k8zdjpqybr1rpfb2pnn";
+ version = "0.5.0";
+ sha256 = "1sbmnq1ivy8dcgngfprd7g5g08fvzgwhr5hrixg4gmw95hwplafi";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Groups Migration SDK";
license = "unknown";
@@ -96819,20 +97053,32 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-groups-settings";
- version = "0.4.0";
- sha256 = "0z7ljg2k99n0rmgy85sp1wqvmybl48y2cv91p5b2kz9jrn3bvg60";
+ version = "0.5.0";
+ sha256 = "0l1bwgwic8q252idfv8d6jamfqfghwxq4jkaan3dwwlgjc2b6b3a";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Groups Settings SDK";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "gogol-healthcare" = callPackage
+ ({ mkDerivation, base, gogol-core }:
+ mkDerivation {
+ pname = "gogol-healthcare";
+ version = "0.5.0";
+ sha256 = "1ny184rhkjs571ibnwznxhc8zxqc2bag7z0lj922v53js4bvbrld";
+ libraryHaskellDepends = [ base gogol-core ];
+ description = "Google Cloud Healthcare SDK";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"gogol-iam" = callPackage
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-iam";
- version = "0.4.0";
- sha256 = "04r8igvai15rh61pskg6pa4zgrl5ik0v4xk3kqqp8z9i927h1k1d";
+ version = "0.5.0";
+ sha256 = "1hxzg3v9b8va2s76q3jizz84vfjnjrckv5ysy9193dv6yk68h48p";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Identity and Access Management (IAM) SDK";
license = "unknown";
@@ -96843,8 +97089,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-iamcredentials";
- version = "0.4.0";
- sha256 = "0a5mx6fxp6k675bhysdpr2lg2i02y7x8a9w06gqqy77wa7p7a1jj";
+ version = "0.5.0";
+ sha256 = "021x1rgmws8r2mj1ji6wpj8lspn70m1pzal6zmj3j8cbgmvbzgra";
libraryHaskellDepends = [ base gogol-core ];
description = "Google IAM Service Account Credentials SDK";
license = "unknown";
@@ -96855,8 +97101,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-iap";
- version = "0.4.0";
- sha256 = "0ri312mp793ki23bp5kdlhpww2xj56p3zh5j865jvbsphm0jccvz";
+ version = "0.5.0";
+ sha256 = "04cph84f8h7qcg8jmz442qciq81ra2yw3jrffy8apyhy78x8zxlc";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Identity-Aware Proxy SDK";
license = "unknown";
@@ -96867,8 +97113,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-identity-toolkit";
- version = "0.4.0";
- sha256 = "0sw4ddfbd9x3h2w76y7r3l1rjmqdw1zv1haacsi21ipv1ic5jgf3";
+ version = "0.5.0";
+ sha256 = "12yqcxcqvmlcrjla1qx6j78dk5qnfa8mia4nv1rr9y728w0k2ski";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Identity Toolkit SDK";
license = "unknown";
@@ -96879,8 +97125,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-indexing";
- version = "0.4.0";
- sha256 = "0l3g0lyldf6m83jzrpk3h0jvz6h6w9jah2ink9p7d9pszjvnwwq5";
+ version = "0.5.0";
+ sha256 = "1vyxrl7abwkz1mc08id08ncm9f1qgpkwc9mriyx3hlr9cvdj2fb0";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Indexing SDK";
license = "unknown";
@@ -96891,8 +97137,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-jobs";
- version = "0.4.0";
- sha256 = "0d0mr7fmikxkwxws77cnsf2mvs2g6lsa993bbxlzn2qpal9h9qrs";
+ version = "0.5.0";
+ sha256 = "1azggfjas13dqhl9kzqpr8bvks1gbjg1q7ia64ssxdj19mx1d5ii";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Talent Solution SDK";
license = "unknown";
@@ -96903,8 +97149,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-kgsearch";
- version = "0.4.0";
- sha256 = "080391qg2vzw8ana00azdwjdrkwx0k7a1n0l341dgmdqcj0w02rh";
+ version = "0.5.0";
+ sha256 = "0ynll6mm551x0jbx6bar5p97hy29g6nfq9mshlapmv82n9i2qqk4";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Knowledge Graph Search SDK";
license = "unknown";
@@ -96915,8 +97161,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-language";
- version = "0.4.0";
- sha256 = "0j0z2x4h3db2gr1pham390xx66rili6yi68slr9hydfj5brm9129";
+ version = "0.5.0";
+ sha256 = "0hw181ha949q97yyg35yvwwshign43wxb2xkg482g4fq86b2iy3h";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Natural Language SDK";
license = "unknown";
@@ -96939,8 +97185,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-libraryagent";
- version = "0.4.0";
- sha256 = "0b90mvy1wj6dv6403wvm5qh0qdzfdf3ck9h8cd0bvf95iraknxly";
+ version = "0.5.0";
+ sha256 = "1jk46i3a9z5i1451gyjzmqahcjg3r1w03y2x64dfpc309zwivaar";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Library Agent SDK";
license = "unknown";
@@ -96951,8 +97197,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-logging";
- version = "0.4.0";
- sha256 = "1ln3m7n0lksjd8sbdy3dvnrixq0gv86jh643chnpdif24yradkqp";
+ version = "0.5.0";
+ sha256 = "0795dsyq28w3kgw3f96w99ax6v24lbahmr0mvyql1cx4z2slqp82";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Stackdriver Logging SDK";
license = "unknown";
@@ -96963,8 +97209,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-manufacturers";
- version = "0.4.0";
- sha256 = "0qar60zzbnpnpy1154ccynwn2k0sdkmrvxvlscjswsqhgdpbrziw";
+ version = "0.5.0";
+ sha256 = "1l7dpp39yszay5aykiq81qi1f7l3fyz2s8zskyl37lvb46mv9ywr";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Manufacturer Center SDK";
license = "unknown";
@@ -96999,8 +97245,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-mirror";
- version = "0.4.0";
- sha256 = "1vfwziz3jyhz7k96hdrrlvndxnnvqysl9bg0ipcss2h2aiha5yd0";
+ version = "0.5.0";
+ sha256 = "1nb7wydv7z5ip7jnj1928kfk57sk67ng3dhz9hq136lajl0lqy4r";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Mirror SDK";
license = "unknown";
@@ -97011,8 +97257,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-ml";
- version = "0.4.0";
- sha256 = "198hid538lxwav21r0pxkb57rlb6wzzgyjfylc20m02p72790858";
+ version = "0.5.0";
+ sha256 = "01n7jhi8p0db7dhbjm7ll3r6yqw0cfi6l48r1ms0kcrscdfij93v";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Machine Learning Engine SDK";
license = "unknown";
@@ -97023,8 +97269,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-monitoring";
- version = "0.4.0";
- sha256 = "0k0fxnym1xg0jvvssys76xvdx39jicd6cd507qg47izww0vzv618";
+ version = "0.5.0";
+ sha256 = "1754cssjhcfxn6g71vvq7jspgbwqn2a1821lhhn2ybhq8ngiay8i";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Stackdriver Monitoring SDK";
license = "unknown";
@@ -97035,8 +97281,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-oauth2";
- version = "0.4.0";
- sha256 = "07vjw6xwbrvihwhsy7v28gw9ww71skvscc0h21lgdibhksza2mzb";
+ version = "0.5.0";
+ sha256 = "0pnwmm0vn0hcdnww13b65ii5wapy8638svkf3srh2ap161ijf443";
libraryHaskellDepends = [ base gogol-core ];
description = "Google OAuth2 SDK";
license = "unknown";
@@ -97047,8 +97293,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-oslogin";
- version = "0.4.0";
- sha256 = "0k8g6lmclzhccdz5zyb4pnzv71d9cn429gi6px1jrls3w0ai8jih";
+ version = "0.5.0";
+ sha256 = "02gzg06qlli84wvq6cr1xch8qxk70r5kgs5hqaqfqsr7rg79vfvd";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud OS Login SDK";
license = "unknown";
@@ -97059,8 +97305,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-pagespeed";
- version = "0.4.0";
- sha256 = "0jgkvkpk1lw7jcjc04n8p4dw7m1by4jzi6i0c3r72sjiflmvxds3";
+ version = "0.5.0";
+ sha256 = "116diwib3xi34znhl9b2hx3y4m3nqyqfkry0zh2aqknrxx3mpyl7";
libraryHaskellDepends = [ base gogol-core ];
description = "Google PageSpeed Insights SDK";
license = "unknown";
@@ -97071,8 +97317,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-partners";
- version = "0.4.0";
- sha256 = "1035fn0ifypfv69ks9z1c960g28vkwkcfix1d01cmkmzn4a0m0wa";
+ version = "0.5.0";
+ sha256 = "12wfzjf3hvwba4ccnymxrqwk2hzi1zcw5h53iqk33yscx6s30jzm";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Partners SDK";
license = "unknown";
@@ -97083,8 +97329,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-people";
- version = "0.4.0";
- sha256 = "1x5vz0i722fj6ps7ggmjb2xnxbbyrln2s3940w575gb79c0lfji3";
+ version = "0.5.0";
+ sha256 = "01msa1r6p96kgz9isnnqy6ndsrh579c25m9sw43azsij8l1dd43j";
libraryHaskellDepends = [ base gogol-core ];
description = "Google People SDK";
license = "unknown";
@@ -97107,8 +97353,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-play-moviespartner";
- version = "0.4.0";
- sha256 = "0wrhx81pph7yw0a613k66l1p9h21y9vadi3ax8ah5ciy1vxnymh8";
+ version = "0.5.0";
+ sha256 = "0cjkikknkk4la3nlw8mn1r0xdq871sd9wakyvsznm9wjqrzysn97";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Play Movies Partner SDK";
license = "unknown";
@@ -97119,8 +97365,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-playcustomapp";
- version = "0.4.0";
- sha256 = "1hb0498mm8fxl93bwjr633yi371kib27nrd7ba3nylrnv21bxp8k";
+ version = "0.5.0";
+ sha256 = "0dfiwncjngfaj5i3sf38q3qkrlggvpiw9d08xpwr5rbcbi9qp43i";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Play Custom App Publishing SDK";
license = "unknown";
@@ -97131,8 +97377,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-plus";
- version = "0.4.0";
- sha256 = "0n546pnmvsfjp32xy2xcqlns1f06ipx0ll0kiblsalrq16gd2bcr";
+ version = "0.5.0";
+ sha256 = "00njgd754pzyss5n3ilnaqr1qd1f4rfz1q9m4x1a3g73fja1yzgh";
libraryHaskellDepends = [ base gogol-core ];
description = "Google + SDK";
license = "unknown";
@@ -97143,8 +97389,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-plus-domains";
- version = "0.4.0";
- sha256 = "07nz7chwi9mls8i3h949p1ip7bfd39n61f1928x1ffik3kzrybpv";
+ version = "0.5.0";
+ sha256 = "1p3qdj0vjz01yrkdjxsikriy755028v4yhw1d27ypriqh7k5widk";
libraryHaskellDepends = [ base gogol-core ];
description = "Google + Domains SDK";
license = "unknown";
@@ -97155,8 +97401,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-poly";
- version = "0.4.0";
- sha256 = "1ixidwaczgsys7pnj4pf67j61pa250nhvb9ip0fb9lb93l0ykijd";
+ version = "0.5.0";
+ sha256 = "1da600ahg4x5k8vsw37cr5wrqrz8sq3mhir874fk5xpf2kdqdmkp";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Poly SDK";
license = "unknown";
@@ -97167,8 +97413,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-prediction";
- version = "0.4.0";
- sha256 = "06miyjhxvyp05nvdni56h4ldhs0ca3sl3n4nrx8fc6s2dam83q8b";
+ version = "0.5.0";
+ sha256 = "17dkm1wi5im1an1izcca2v432c2d86i74h6wlcyy92g7a86ajc2f";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Prediction SDK";
license = "unknown";
@@ -97179,8 +97425,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-proximitybeacon";
- version = "0.4.0";
- sha256 = "17gmd37mrg86afbx3rn4y4c48k8mi81dwrc4697rbhripviqf4fm";
+ version = "0.5.0";
+ sha256 = "1n49i32isjx3iljj035yc4y1lv3d01mpf15ab4ji49x01a0qfs5a";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Proximity Beacon SDK";
license = "unknown";
@@ -97191,8 +97437,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-pubsub";
- version = "0.4.0";
- sha256 = "0cjdmfzhxk3rb55q2aza8vs0p1p51j1i5ypnafwcnhvx90910074";
+ version = "0.5.0";
+ sha256 = "1pfw3pz8yr7slbyhp9rf32brqck2l2a60lx3ysz4pjjmfc72rahz";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Pub/Sub SDK";
license = "unknown";
@@ -97203,8 +97449,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-qpxexpress";
- version = "0.4.0";
- sha256 = "02p4jncgfcr8jbwldjyc2zn7p6nwbjccw8la1dy9dy2c863pvjrj";
+ version = "0.5.0";
+ sha256 = "1xqlqv680w1rr3sqzq5k8kk1xcxagh8zk5g6rqs83xjr1j5lfmsr";
libraryHaskellDepends = [ base gogol-core ];
description = "Google QPX Express SDK";
license = "unknown";
@@ -97215,8 +97461,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-redis";
- version = "0.4.0";
- sha256 = "1jka9qfnhsrg3i7d7adcigwimffp3w3fm65dvz905d5sk0fkja0j";
+ version = "0.5.0";
+ sha256 = "0x774h1pryr12s6ndcgdvbwqx1nw2sc8yln147hjf4mg3fva6gkc";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Memorystore for Redis SDK";
license = "unknown";
@@ -97227,8 +97473,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-remotebuildexecution";
- version = "0.4.0";
- sha256 = "1p2llw3l79313hp3lmd2gvbfhxgyzw6g4yw08psi0zb3iqz5gqaj";
+ version = "0.5.0";
+ sha256 = "037biha22xv1ayb3zxx5dc7a86sbmr5zwmg1m24f3bbsgjfnn5ms";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Remote Build Execution SDK";
license = "unknown";
@@ -97239,8 +97485,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-replicapool";
- version = "0.4.0";
- sha256 = "1xdspcwbcfd48gf80i6dwnhllnbm4rh8c1wfk31gs52y5w3haxgd";
+ version = "0.5.0";
+ sha256 = "173ywr9vc69jf5s5vncwjby75mgfbfxw3m42jyi7dcyrxc4jbg68";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Replica Pool SDK";
license = "unknown";
@@ -97251,8 +97497,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-replicapool-updater";
- version = "0.4.0";
- sha256 = "0xw7js7b1w633z56bq7lz4kw7m2gz7c4my3gc868s4xv4a4hzsga";
+ version = "0.5.0";
+ sha256 = "1wi8x5zj61daln96dqlhq8ki57kl2k6jjz4sm1lbqffcgq66743d";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Compute Engine Instance Group Updater SDK";
license = "unknown";
@@ -97263,8 +97509,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-resourcemanager";
- version = "0.4.0";
- sha256 = "04kvnzf20km94dx6znx3zravqi3khl3kws6y9rxwjivhiyim11dp";
+ version = "0.5.0";
+ sha256 = "1sd8zaigvpbq591nwsjyxf9jf9hxc00mjhwfc0i6mahbgax73764";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Resource Manager SDK";
license = "unknown";
@@ -97283,12 +97529,24 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "gogol-run" = callPackage
+ ({ mkDerivation, base, gogol-core }:
+ mkDerivation {
+ pname = "gogol-run";
+ version = "0.5.0";
+ sha256 = "0219vjrlpq16akzwsbk8kfh7p8gc8kkczcvg5a3l6lssxjp87lfg";
+ libraryHaskellDepends = [ base gogol-core ];
+ description = "Google Cloud Run SDK";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"gogol-runtimeconfig" = callPackage
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-runtimeconfig";
- version = "0.4.0";
- sha256 = "16nykcs4iknqnyj3p1wdqvdb5sbmg0mqf1qvm291q3vsf9hsapjb";
+ version = "0.5.0";
+ sha256 = "057qlad1mipdyif8n6wmhwinknnf0qgb65wbw0484b2yzcdj3zd1";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Runtime Configuration SDK";
license = "unknown";
@@ -97299,8 +97557,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-safebrowsing";
- version = "0.4.0";
- sha256 = "1lw498y5dbb2yq9zigsw9cq5rkhzvvix94m4ir9d4ifa29xi9fmp";
+ version = "0.5.0";
+ sha256 = "0690xz81mz8gn0qgkg11y5sx57kjmvd4lryqw8rblrh7ixypn8wb";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Safe Browsing SDK";
license = "unknown";
@@ -97311,8 +97569,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-script";
- version = "0.4.0";
- sha256 = "08w8xln6wcvcp911vmfaixzgwfmg4jxazprkyrr8mwg4l45nr15s";
+ version = "0.5.0";
+ sha256 = "1ckjj9i8fqd3igz7bnjmri5pgj3risqarcivrr3nmd1d045rx1zx";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Apps Script SDK";
license = "unknown";
@@ -97323,20 +97581,32 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-searchconsole";
- version = "0.4.0";
- sha256 = "1m49h2kcs2xkxk5hy3kvyi2s3wfylkdwkfh8ckkv0nfcjxz0nxvx";
+ version = "0.5.0";
+ sha256 = "0k971p9c4yhscnxxfhxlb5wnkzjxd2k9q8qnxlbnvp7ch7z1yv00";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Search Console URL Testing Tools SDK";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "gogol-securitycenter" = callPackage
+ ({ mkDerivation, base, gogol-core }:
+ mkDerivation {
+ pname = "gogol-securitycenter";
+ version = "0.5.0";
+ sha256 = "1axvvz60vdvjpd9bd0516fhbqnk8cjb3x52sgf42fq00dhwxy3mj";
+ libraryHaskellDepends = [ base gogol-core ];
+ description = "Google Cloud Security Command Center SDK";
+ license = "unknown";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"gogol-servicebroker" = callPackage
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-servicebroker";
- version = "0.4.0";
- sha256 = "15cd8hscgddwzafjcl5zj47qbv5pfs5x44h3h39315xyabps3l01";
+ version = "0.5.0";
+ sha256 = "13726hq8c3g7gqwz2zrzx0k6vywv5ggd6bl90kkw09118zvyc13a";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Service Broker SDK";
license = "unknown";
@@ -97347,8 +97617,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-serviceconsumermanagement";
- version = "0.4.0";
- sha256 = "0mql8dlw07dmqrs98yb7wpgpz2dsa4y6npp9brakxpglnhqnncgi";
+ version = "0.5.0";
+ sha256 = "1pln47lpr1wb9w84z8lmskbn49456k9h4awi67mdfg10jzh4n46j";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Service Consumer Management SDK";
license = "unknown";
@@ -97359,8 +97629,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-servicecontrol";
- version = "0.4.0";
- sha256 = "08xy568njzlpgs7crrxizv0nv2j9jrm3f28mv2zc3pvpi6hvf6in";
+ version = "0.5.0";
+ sha256 = "01vfjg16x6vpabvb1q2ipnv04j7r7fxxvcbjgq08phq0fnnk8sd1";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Service Control SDK";
license = "unknown";
@@ -97371,8 +97641,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-servicemanagement";
- version = "0.4.0";
- sha256 = "1z9km7g6550kpwb9g0x43960xra2p0zaqc5kiy0pxzg84spwx300";
+ version = "0.5.0";
+ sha256 = "0bzcv7z5n2ykkydq4wc5ka11cc82y17x4rb26k3hbsak62qx67j2";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Service Management SDK";
license = "unknown";
@@ -97383,8 +97653,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-servicenetworking";
- version = "0.4.0";
- sha256 = "15f09ixf7lw0knb3vclj27fp8y7x818rhpkdvs2a22crsk7wai31";
+ version = "0.5.0";
+ sha256 = "1aja2maxgjhxgqf6agngbx37w02ifb1b5ypnqdwwpi1615qxvrsh";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Service Networking SDK";
license = "unknown";
@@ -97395,8 +97665,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-serviceusage";
- version = "0.4.0";
- sha256 = "1dc56jlz9qyq3x2acpgb55hjdxdgq73bgik9yc57h0cr237g46pp";
+ version = "0.5.0";
+ sha256 = "0zvnd7pl5q73kzdx2x19zrw0rk334l8xlqawlbl5p1zimvvsbpkl";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Service Usage SDK";
license = "unknown";
@@ -97407,8 +97677,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-serviceuser";
- version = "0.4.0";
- sha256 = "04akaaw9in2s1q4mf6w7isg3p8ck5mg904lanmidbsz01x70mflq";
+ version = "0.5.0";
+ sha256 = "1xfgp5nm23c8hjzkjamk4qc6qs5j4q3z5pxrlsbnir7lqv73jnwf";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Service User SDK";
license = "unknown";
@@ -97419,8 +97689,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-sheets";
- version = "0.4.0";
- sha256 = "12v7lrp6b0jiv7rcicxw7p9b7jr768wamhddvglib98ravcjr5n3";
+ version = "0.5.0";
+ sha256 = "0wl00f6p5qylbffhm3jw0123aqfc3acls91150nj3ncfl55q0g28";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Sheets SDK";
license = "unknown";
@@ -97431,8 +97701,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-shopping-content";
- version = "0.4.0";
- sha256 = "1pkh3f7yjh9g1crqkxpxl6fac4ca9rlnf6d4v2nhmjrjr8spwrmr";
+ version = "0.5.0";
+ sha256 = "0b7i6vc5cw1sigvkpn8k1q8k06alx36h7fw520swhyk2p3v5shmh";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Content API for Shopping SDK";
license = "unknown";
@@ -97443,8 +97713,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-siteverification";
- version = "0.4.0";
- sha256 = "1z4f8lmw5pgzj5h6pdayrgs83yhxbslkhp2c69ykl4n85qzsrdvk";
+ version = "0.5.0";
+ sha256 = "0lapqji0cwf0gqp4855wqg8h1xd61bncya5b7b25lnqlld7gnp9w";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Site Verification SDK";
license = "unknown";
@@ -97455,8 +97725,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-slides";
- version = "0.4.0";
- sha256 = "0br96z0lvdqbbd4jr9qjisjx83a8w76hrqs68pxiyrpkdkq5vd81";
+ version = "0.5.0";
+ sha256 = "0b76hx0bllbpb25d59pqlz0clcv34pkw8rpd7g7g1916sqrsd7dx";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Slides SDK";
license = "unknown";
@@ -97467,8 +97737,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-sourcerepo";
- version = "0.4.0";
- sha256 = "1r57m08ggz8j9r6wya7wkhvnb8answ7mkvm9vsw7sp6vh6bfqn30";
+ version = "0.5.0";
+ sha256 = "0j3hcc9fq2aksx1nrvrb0g6xwv86a4n8l2vfgyyzji3gknbqx9ff";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Source Repositories SDK";
license = "unknown";
@@ -97479,8 +97749,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-spanner";
- version = "0.4.0";
- sha256 = "1zk0078ig63rmqdxm02bw4x8a4a0dmlqw8f3cmay0w85991m0kkz";
+ version = "0.5.0";
+ sha256 = "0z9aycaqp3rb798mcrmrni9jfa8r9j2gjgmlxjx9icg9wh4bs5h4";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Spanner SDK";
license = "unknown";
@@ -97491,8 +97761,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-spectrum";
- version = "0.4.0";
- sha256 = "1x8z4h7g7a60pkdb4j7j85i0wvn4vpi3zjm2g0m91gzghgwankx0";
+ version = "0.5.0";
+ sha256 = "12h0rgnldgjf6qkvjbjsjcbw9vn3wlbs02baybyf70hmp58n8f0k";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Spectrum Database SDK";
license = "unknown";
@@ -97503,10 +97773,10 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-speech";
- version = "0.4.0";
- sha256 = "1syq64vrdbvyi3ch4ppz2aczf37nc0whns00hv8rg7v2w6mwa3kf";
+ version = "0.5.0";
+ sha256 = "1snmajsca1fdq1c98f1pqvghlwgff6vsmz47wvwsjjjqz15nx9j1";
libraryHaskellDepends = [ base gogol-core ];
- description = "Google Cloud Speech SDK";
+ description = "Google Cloud Speech-to-Text SDK";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@@ -97515,8 +97785,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-sqladmin";
- version = "0.4.0";
- sha256 = "1vqwylh42bi1rz8fykrpkdfsy06d901mnz5k8bikbq3fv5hc853m";
+ version = "0.5.0";
+ sha256 = "0yyamr3mgwg1gxy1w258gg6gvzcymmqmknkabgxp2p5kkqsyqgv1";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud SQL Admin SDK";
license = "unknown";
@@ -97527,8 +97797,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-storage";
- version = "0.4.0";
- sha256 = "1cn41jzrwxyxwmb96wgb42pbslhh3rnydnyc6yvi37n6ngp49gab";
+ version = "0.5.0";
+ sha256 = "0jsmgb311iinbmj12chbch3z0d56k9vqqvhjzfcilx05m1pm9xan";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Storage JSON SDK";
license = "unknown";
@@ -97539,8 +97809,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-storage-transfer";
- version = "0.4.0";
- sha256 = "0vdqqlv0c45k0xp1plxj8jzrb5xbkj258v7q50zi1jijv0rqnj2i";
+ version = "0.5.0";
+ sha256 = "1zlfszkh59p4pca2n2scxa02ln4va6k5vjz41186350lfxqwba4r";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Storage Transfer SDK";
license = "unknown";
@@ -97551,8 +97821,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-streetviewpublish";
- version = "0.4.0";
- sha256 = "0gyxs1kawqvbz851hd587zw999vbggv0z4hc5glc3saskl41nvpf";
+ version = "0.5.0";
+ sha256 = "07w3s049sglcvh8s94kbhj8l3irscji9s14bl493p7bwj1n3dbsb";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Street View Publish SDK";
license = "unknown";
@@ -97563,8 +97833,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-surveys";
- version = "0.4.0";
- sha256 = "1x15hdm3p7zfqadb5xnms0d6cp1gg1kk0xc81zls4hg6ryzpw43k";
+ version = "0.5.0";
+ sha256 = "0p9qkqxddgv8m24h2g58hiwhcpwndxl9r9gifjgpbh4mlcsx42q1";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Surveys SDK";
license = "unknown";
@@ -97575,8 +97845,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-tagmanager";
- version = "0.4.0";
- sha256 = "0faihzsl4i4h7ns618c1dsih9a9xplvpixmnivpxyq4z18c7mzip";
+ version = "0.5.0";
+ sha256 = "116wc01i63q519bbqdi7ln12cvbfdsf6jdfbxrmz7zrzj4zw27l5";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Tag Manager SDK";
license = "unknown";
@@ -97599,8 +97869,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-testing";
- version = "0.4.0";
- sha256 = "1qfv2qi7l2dqv7bqj1ajbmpi77a4gcr2hywjyk2s3ixyv8m97j8g";
+ version = "0.5.0";
+ sha256 = "1fawwvbcy51ri9szfiknkrqvhapdhfw2qpbvdf10mjn5jpiqmj39";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Testing SDK";
license = "unknown";
@@ -97611,8 +97881,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-texttospeech";
- version = "0.4.0";
- sha256 = "18jxvrfr90jza5k75bmnf8g2z06z5m7c14hjshi39vf8x45sh8bv";
+ version = "0.5.0";
+ sha256 = "0na9qf1307lg9bf23pd20wic530hy8hdqy95g65gdjz9g2969flk";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Text-to-Speech SDK";
license = "unknown";
@@ -97623,8 +97893,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-toolresults";
- version = "0.4.0";
- sha256 = "1kh3vyzgg21sy4pl9gxx06g2pvyd4n6b6m0slq0wi160zhwnbm3b";
+ version = "0.5.0";
+ sha256 = "1m84mv6nbbf142ss1dgk91qhciy9wlfshf3hybb364wxqf4bkq93";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Tool Results SDK";
license = "unknown";
@@ -97635,8 +97905,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-tpu";
- version = "0.4.0";
- sha256 = "0wf8arqp75rzs862s9b6jg9s2g39kmrw60mgx1n5fn13vj88i931";
+ version = "0.5.0";
+ sha256 = "1w6qcqz13sgk05i49nkx6pkxgsyc8pxy0rjyqlbribiwy30isxv3";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud TPU SDK";
license = "unknown";
@@ -97647,8 +97917,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-tracing";
- version = "0.4.0";
- sha256 = "10k5fr7m8m60z5bd87y54j68kq09ybh95mnaw5fzy44xr3w7jbwy";
+ version = "0.5.0";
+ sha256 = "12f84mhfyckic7kq92xyry4xfipic50znzm4q37vphjfsv9m9r4i";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Tracing SDK";
license = "unknown";
@@ -97659,8 +97929,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-translate";
- version = "0.4.0";
- sha256 = "0vkls4digsig95d54fzc6s222h9zvyqrivnyksyir6d897awfagn";
+ version = "0.5.0";
+ sha256 = "1ida8wkwp0fqvzsnbd99c842b6a3bcg5nw84aicffn95vwbl9rma";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Translation SDK";
license = "unknown";
@@ -97671,8 +97941,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-urlshortener";
- version = "0.4.0";
- sha256 = "05in4ydrjd9xjijb1mvzyn1z2caijg1jyby3lmd11i8bmwdjllq3";
+ version = "0.5.0";
+ sha256 = "0a5fxcrmwjncxz6l9mhgj44i8lk8rnbgqacvkdmmhylc0yh3al2l";
libraryHaskellDepends = [ base gogol-core ];
description = "Google URL Shortener SDK";
license = "unknown";
@@ -97695,8 +97965,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-vault";
- version = "0.4.0";
- sha256 = "16jrgigvhcl05fykxfh6qa4zdbibdf9rhig2i367h121k28l56lw";
+ version = "0.5.0";
+ sha256 = "1dzk79y10396qq6l3y7zs9jm5rga02yxvdhp8dm7af9lb3izmjnc";
libraryHaskellDepends = [ base gogol-core ];
description = "Google G Suite Vault SDK";
license = "unknown";
@@ -97707,8 +97977,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-videointelligence";
- version = "0.4.0";
- sha256 = "0xpayfcxcaq3lgbnr1q5yl8nx635kly6y1cdc18dq9a7y79fhxzb";
+ version = "0.5.0";
+ sha256 = "16jczzbvk4ww8li0yyk6clx4l2b28g48pxsckic9sdsqy5xj709c";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Video Intelligence SDK";
license = "unknown";
@@ -97719,8 +97989,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-vision";
- version = "0.4.0";
- sha256 = "0w5jini2yhm33pa38mkqkw2lpxjrxal9q6h1dh6kmr2lh489lcb0";
+ version = "0.5.0";
+ sha256 = "1h71p2a35lwj3p8zw6mvzxas9yyw5diss0lyg2w2nqsx8cynh7rb";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Cloud Vision SDK";
license = "unknown";
@@ -97731,8 +98001,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-webmaster-tools";
- version = "0.4.0";
- sha256 = "1ahjxr2m4x3bn5hjk7sygkpwnh7cy75cw7jap3p8qr9akqc5pb48";
+ version = "0.5.0";
+ sha256 = "029kbgzsbqyd8mbflkca8djmavmphddcldkjf8ds5jkp1qpqnnha";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Search Console SDK";
license = "unknown";
@@ -97743,8 +98013,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-websecurityscanner";
- version = "0.4.0";
- sha256 = "1z6dk8a538ljkba82k9x8jlvwb9qxhc1wfm5h9fgyhwa671fhj3y";
+ version = "0.5.0";
+ sha256 = "1mcr0cs8pnlbwwsmlwjmkclvcwdwzhg2zqw9bqljw3iism43m9dq";
libraryHaskellDepends = [ base gogol-core ];
description = "Google Web Security Scanner SDK";
license = "unknown";
@@ -97755,8 +98025,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-youtube";
- version = "0.4.0";
- sha256 = "1vi8mmiagfq4i34q7hcw85mz02l7pjd9ri8g5vk62b8n1kki46lf";
+ version = "0.5.0";
+ sha256 = "0gamhcnhvxkybsnikwrlmin0fkf1h3fcflk4vg1zcm1sg7sk9xlj";
libraryHaskellDepends = [ base gogol-core ];
description = "Google YouTube Data SDK";
license = "unknown";
@@ -97767,8 +98037,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-youtube-analytics";
- version = "0.4.0";
- sha256 = "1hq2g199i8wpr7br21ijsryk2dgv5rr7zryv5xsrql04mqiwq9d0";
+ version = "0.5.0";
+ sha256 = "0fnrmabcw5kfl8s5nam6wl8qr6ri693wk6wlhvynj1skc54v6l4s";
libraryHaskellDepends = [ base gogol-core ];
description = "Google YouTube Analytics SDK";
license = "unknown";
@@ -97779,8 +98049,8 @@ self: {
({ mkDerivation, base, gogol-core }:
mkDerivation {
pname = "gogol-youtube-reporting";
- version = "0.4.0";
- sha256 = "060bha9j7fsyhbq94md5c26dg2xqfzsfkw0jmqv3shsbjd1k4993";
+ version = "0.5.0";
+ sha256 = "0cb88q2g67cx9zndf40a0c62cw7r32g1ps12a2ks0gz863bq53vn";
libraryHaskellDepends = [ base gogol-core ];
description = "Google YouTube Reporting SDK";
license = "unknown";
@@ -97923,6 +98193,8 @@ self: {
];
description = "Bindings to the Google Geocoding API (formerly Maps Geocoding API)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"google-oauth2" = callPackage
@@ -98052,6 +98324,8 @@ self: {
];
description = "Bindings to the Google Maps Static API (formerly Static Maps API)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"google-translate" = callPackage
@@ -98129,8 +98403,6 @@ self: {
];
description = "proxy gopher over http";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"gopherbot" = callPackage
@@ -98365,6 +98637,25 @@ self: {
broken = true;
}) {};
+ "gothic" = callPackage
+ ({ mkDerivation, aeson, base, binary, bytestring, connection
+ , exceptions, hashable, http-client, http-client-tls, http-conduit
+ , http-types, lens, lens-aeson, scientific, text, unix
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "gothic";
+ version = "0.1.1";
+ sha256 = "0bm8m77lcvi9c8smv0z4n23f6gw3aw47g0q47aqjcpipwmjcqvhm";
+ libraryHaskellDepends = [
+ aeson base binary bytestring connection exceptions hashable
+ http-client http-client-tls http-conduit http-types lens lens-aeson
+ scientific text unix unordered-containers vector
+ ];
+ description = "A Haskell Vault KVv2 secret engine client";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"gotta-go-fast" = callPackage
({ mkDerivation, base, brick, cmdargs, directory, random, text
, time, vty, word-wrap
@@ -98523,18 +98814,22 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "Applicative non-linear consumption";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"grab-form" = callPackage
({ mkDerivation, base, containers, grab, hedgehog, text }:
mkDerivation {
pname = "grab-form";
- version = "0.0.0.1";
- sha256 = "0pgg7f7nxrw0rxwgvfkcqwz11qx1g92n6hxghrqy8pz9cxirh1np";
+ version = "0.0.0.2";
+ sha256 = "1mi21d3p7jwmwmn69f7xy6zkks0w11kkwwvzmhxsd84zsafnis8k";
libraryHaskellDepends = [ base containers grab text ];
testHaskellDepends = [ base containers hedgehog text ];
description = "Applicative parsers for form parameter lists";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"graceful" = callPackage
@@ -98555,6 +98850,19 @@ self: {
broken = true;
}) {};
+ "grafana" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, base, bytestring, text }:
+ mkDerivation {
+ pname = "grafana";
+ version = "0.1";
+ sha256 = "0k8a8bwyn9hvn4j3wn4crqdjg2xh36zxlka0ddx3qj6fmbfl1lps";
+ libraryHaskellDepends = [
+ aeson aeson-pretty base bytestring text
+ ];
+ description = "grafana datatypes for dashboards";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"graflog" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, hspec, mtl
, test-fixture, text, text-conversions
@@ -99176,6 +99484,8 @@ self: {
benchmarkHaskellDepends = [ base criterion deepseq ];
description = "Graphs and networks library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"graphmod" = callPackage
@@ -99215,16 +99525,25 @@ self: {
}) {};
"graphql" = callPackage
- ({ mkDerivation, attoparsec, base, tasty, tasty-hunit, text }:
+ ({ mkDerivation, aeson, base, hspec, hspec-expectations, megaparsec
+ , raw-strings-qq, text, transformers, unordered-containers
+ }:
mkDerivation {
pname = "graphql";
- version = "0.3";
- sha256 = "18hb8bwcwx98vrr9nzr8965i4c1y6dh10ilijksbldf10yaiq53z";
+ version = "0.5.0.0";
+ sha256 = "01466hfw3mkiz557r5ch3rn01w6wys38n580hdqmkhsqysgsqzqa";
enableSeparateDataOutput = true;
- libraryHaskellDepends = [ attoparsec base text ];
- testHaskellDepends = [ attoparsec base tasty tasty-hunit text ];
+ libraryHaskellDepends = [
+ aeson base megaparsec text transformers unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson base hspec hspec-expectations megaparsec raw-strings-qq text
+ transformers
+ ];
description = "Haskell GraphQL implementation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"graphql-api" = callPackage
@@ -99250,19 +99569,19 @@ self: {
];
description = "GraphQL API";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"graphql-w-persistent" = callPackage
({ mkDerivation, base, containers, json, text }:
mkDerivation {
pname = "graphql-w-persistent";
- version = "0.3.2.1";
- sha256 = "1853jmyh2lxgx4hhcgdlnrq4sdrqva0026whfdfa909gi51bg91w";
+ version = "0.5.0.0";
+ sha256 = "12z4fws4vz88j8xj1xvzl8jv6s4i3vnca7xln2q4ssn23a025fcg";
libraryHaskellDepends = [ base containers json text ];
- description = "Haskell GraphQL query parser-interpreter-data processor";
+ description = "GraphQL interface middleware for (SQL) databases";
license = stdenv.lib.licenses.isc;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"graphs" = callPackage
@@ -99608,27 +99927,6 @@ self: {
}) {};
"greskell-core" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, doctest
- , doctest-discover, hashable, hspec, QuickCheck, scientific
- , semigroups, text, unordered-containers, uuid, vector
- }:
- mkDerivation {
- pname = "greskell-core";
- version = "0.1.2.5";
- sha256 = "1lxz9l968f8jgyyqvph3rvsfnh0kqdmnam95cn97jrfwcndc0wmp";
- libraryHaskellDepends = [
- aeson base containers hashable scientific semigroups text
- unordered-containers uuid vector
- ];
- testHaskellDepends = [
- aeson base bytestring doctest doctest-discover hspec QuickCheck
- text unordered-containers vector
- ];
- description = "Haskell binding for Gremlin graph query language - core data types and tools";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "greskell-core_0_1_2_6" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, doctest
, doctest-discover, hashable, hspec, QuickCheck, scientific
, semigroups, text, unordered-containers, uuid, vector
@@ -99647,7 +99945,6 @@ self: {
];
description = "Haskell binding for Gremlin graph query language - core data types and tools";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"greskell-websocket" = callPackage
@@ -100099,8 +100396,6 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "Grouped lists. Equal consecutive elements are grouped.";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"groupoid" = callPackage
@@ -100169,6 +100464,8 @@ self: {
libraryHaskellDepends = [ base proto-lens proto-lens-runtime ];
description = "Generated messages and instances for etcd gRPC";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"grpc-etcd-client" = callPackage
@@ -100602,8 +100899,6 @@ self: {
];
description = "A standalone StatusNotifierItem/AppIndicator tray";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) gtk3;};
"gtk-strut" = callPackage
@@ -101409,8 +101704,8 @@ self: {
}:
mkDerivation {
pname = "hOpenPGP";
- version = "2.7.4.1";
- sha256 = "0fcm87rkf1c94w68ad2zkd3r2pbxzqa82kh3d2ky87rc1wqnia0s";
+ version = "2.8";
+ sha256 = "1n6cpwgg934ii3b4ap2gp347q3k4b64dc9x37d4bj51hs6910pmw";
libraryHaskellDepends = [
aeson asn1-encoding attoparsec base base16-bytestring
base64-bytestring bifunctors binary binary-conduit bytestring bzlib
@@ -102644,7 +102939,6 @@ self: {
description = "A documentation-generation tool for Haskell libraries";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haddock_2_17_5" = callPackage
@@ -102662,7 +102956,6 @@ self: {
description = "A documentation-generation tool for Haskell libraries";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haddock" = callPackage
@@ -102679,8 +102972,6 @@ self: {
preCheck = "unset GHC_PACKAGE_PATH";
description = "A documentation-generation tool for Haskell libraries";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haddock-api_2_15_0_2" = callPackage
@@ -102700,7 +102991,6 @@ self: {
description = "A documentation-generation tool for Haskell libraries";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haddock-api_2_16_1" = callPackage
@@ -102720,7 +103010,6 @@ self: {
description = "A documentation-generation tool for Haskell libraries";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haddock-api_2_17_4" = callPackage
@@ -102743,7 +103032,6 @@ self: {
description = "A documentation-generation tool for Haskell libraries";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haddock-api" = callPackage
@@ -102769,8 +103057,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "A documentation-generation tool for Haskell libraries";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haddock-cheatsheet" = callPackage
@@ -102900,25 +103186,26 @@ self: {
"hadolint" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, directory
- , filepath, gitrev, hspec, HUnit, language-docker, megaparsec, mtl
- , optparse-applicative, ShellCheck, split, text, void, yaml
+ , filepath, gitrev, hspec, HsYAML, HUnit, language-docker
+ , megaparsec, mtl, optparse-applicative, ShellCheck, split, text
+ , void
}:
mkDerivation {
pname = "hadolint";
- version = "1.16.3";
- sha256 = "0wpgj4gp6xjgk2564219cg3w54a3lfb9p3bmgdkf1pm6ilbzbf2n";
+ version = "1.17.1";
+ sha256 = "199kpx6wfshky0slgjv0h6ckibrsywy3r3j393r9ln4wcjzs31yi";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson base bytestring containers directory filepath language-docker
- megaparsec mtl ShellCheck split text void yaml
+ aeson base bytestring containers directory filepath HsYAML
+ language-docker megaparsec mtl ShellCheck split text void
];
executableHaskellDepends = [
base containers gitrev language-docker megaparsec
optparse-applicative text
];
testHaskellDepends = [
- aeson base bytestring hspec HUnit language-docker megaparsec
+ aeson base bytestring hspec HsYAML HUnit language-docker megaparsec
ShellCheck split text
];
description = "Dockerfile Linter JavaScript API";
@@ -103140,6 +103427,8 @@ self: {
];
description = "Mailgun REST api interface for Haskell";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hailgun-send" = callPackage
@@ -103172,6 +103461,8 @@ self: {
];
description = "Easy-to-use wrapper for the hailgun package";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hails" = callPackage
@@ -103646,10 +103937,8 @@ self: {
}:
mkDerivation {
pname = "hakyll-images";
- version = "0.4.2";
- sha256 = "0la1c25jlqw0y0zfcskkj4mlmkpamr2psqfnsrgz52zvmhy2ha2p";
- revision = "1";
- editedCabalFile = "1kmvb0cxvphmx0f1bgjq636yga58n4g2lqrg2xg5xfpwf8r956qf";
+ version = "0.4.4";
+ sha256 = "0d837i2nsg6drwfsrxfnpzmzmzxqxvabjlrlml38z99pyp7m3h9b";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base binary bytestring hakyll JuicyPixels JuicyPixels-extra
@@ -104446,8 +104735,8 @@ self: {
}:
mkDerivation {
pname = "hapistrano";
- version = "0.3.9.2";
- sha256 = "04a0r5q6vlwxkp1gwp10fmi22brb77w02psz44zbvqbm02jf7vhd";
+ version = "0.3.9.3";
+ sha256 = "1kp2gdr0xjzr0qi584lqiqh7hjk8vymz04af2zcgdhbw68brj2cx";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -104670,8 +104959,8 @@ self: {
}:
mkDerivation {
pname = "happstack-authenticate";
- version = "2.3.4.16";
- sha256 = "1m94q0bkhy88x0bm6jqbmiqx6fw05lcnd1iswzicj1cxbwiwfwbb";
+ version = "2.4.0";
+ sha256 = "1q4k8x6mwh9g7y5njcjd1xyn79yjnjv01nk4xa5q9yspmsa4685m";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
acid-state aeson authenticate base base64-bytestring boomerang
@@ -104811,6 +105100,8 @@ self: {
];
description = "Happstack extension for use with FastCGI";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"happstack-fay" = callPackage
@@ -104936,6 +105227,8 @@ self: {
];
description = "Support for using HSP templates in Happstack";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"happstack-hstringtemplate" = callPackage
@@ -105071,6 +105364,8 @@ self: {
];
description = "Web related tools and services";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"happstack-server-tls" = callPackage
@@ -105089,6 +105384,8 @@ self: {
librarySystemDepends = [ openssl ];
description = "extend happstack-server with https:// support (TLS/SSL)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) openssl;};
"happstack-server-tls-cryptonite" = callPackage
@@ -105145,6 +105442,8 @@ self: {
];
description = "Support for static URL routing with overlap detection for Happstack";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"happstack-util" = callPackage
@@ -105232,6 +105531,19 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
+ "happy-hour" = callPackage
+ ({ mkDerivation, base, Chart, Chart-diagrams }:
+ mkDerivation {
+ pname = "happy-hour";
+ version = "0.0.0.1";
+ sha256 = "1dhqgv7q2qw9fc19mpsnfkc4y3h0d68433p2mrpx5fz81slfy4cf";
+ revision = "1";
+ editedCabalFile = "1yvz6nbqwxjyw7ffs95na7x75xc9ap8hp6m5jdvfqlgqcwlzmd6j";
+ libraryHaskellDepends = [ base Chart Chart-diagrams ];
+ description = "Generate simple okay-looking bar plots without much effort";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"happy-meta" = callPackage
({ mkDerivation, array, base, containers, happy, haskell-src-meta
, mtl, template-haskell
@@ -105417,6 +105729,28 @@ self: {
broken = true;
}) {};
+ "harg" = callPackage
+ ({ mkDerivation, aeson, barbies, base, bytestring, directory
+ , higgledy, markdown-unlit, optparse-applicative, text, yaml
+ }:
+ mkDerivation {
+ pname = "harg";
+ version = "0.1.0.1";
+ sha256 = "11qkyx9axd8vybkb1kq7vs5v5xf594wgkbpbfpvj0hah7iw9wb95";
+ libraryHaskellDepends = [
+ aeson barbies base bytestring directory higgledy
+ optparse-applicative text yaml
+ ];
+ testHaskellDepends = [
+ aeson barbies base higgledy optparse-applicative
+ ];
+ testToolDepends = [ markdown-unlit ];
+ description = "Haskell program configuration from multiple sources";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hark" = callPackage
({ mkDerivation, base, bytestring, directory, filepath, haskell98
, mtl, old-locale, old-time, regex-pcre
@@ -105564,8 +105898,6 @@ self: {
libraryHaskellDepends = [ base QuickCheck ];
description = "Entity based records";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"has-th" = callPackage
@@ -105583,16 +105915,16 @@ self: {
"hasbolt" = callPackage
({ mkDerivation, base, binary, bytestring, connection, containers
- , data-binary-ieee754, data-default, hex, hspec, network
- , QuickCheck, text, transformers
+ , data-binary-ieee754, data-default, hex, hspec, mtl, network
+ , QuickCheck, text
}:
mkDerivation {
pname = "hasbolt";
- version = "0.1.3.3";
- sha256 = "1l1p9iz9k8i1car5cd6cfd2bpidkrfbr2354hxvg8gpnw1i5jsbb";
+ version = "0.1.3.4";
+ sha256 = "06z47djpg6sar1cadzrn86cmn092jhf7cwnjv402sx00i4r2v5dh";
libraryHaskellDepends = [
base binary bytestring connection containers data-binary-ieee754
- data-default network text transformers
+ data-default mtl network text
];
testHaskellDepends = [
base bytestring containers hex hspec QuickCheck text
@@ -105609,8 +105941,8 @@ self: {
}:
mkDerivation {
pname = "hasbolt-extras";
- version = "0.0.0.18";
- sha256 = "11ij6xrxf28sv8b464dqax9834k0r6q99hdyfsg030aw2i1rqygy";
+ version = "0.0.0.19";
+ sha256 = "11g6rlgyxi57bvmr862ly7yfwiiph1kckr056b5khz8v8k6fhhpv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -105798,6 +106130,8 @@ self: {
];
description = "Hash as cache";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hash-tree" = callPackage
@@ -105932,8 +106266,8 @@ self: {
pname = "hashable-time";
version = "0.2.0.2";
sha256 = "1q7y4plqqwy5286hhx2fygn12h8lqk0y047b597sbdckskxzfqgs";
- revision = "1";
- editedCabalFile = "1d43ia3cg9j9k1yam0w2a8b60df7xw4zydrdvk1m868ara3nlr58";
+ revision = "2";
+ editedCabalFile = "006phc5y9rrvsshdcmjmhxzxh8dpgs685mpqbkjm9c40xb1ydjbz";
libraryHaskellDepends = [ base hashable time ];
description = "Hashable instances for Data.Time";
license = stdenv.lib.licenses.bsd3;
@@ -106096,10 +106430,8 @@ self: {
({ mkDerivation, base, ghc-prim, hashable, primitive, vector }:
mkDerivation {
pname = "hashtables";
- version = "1.2.3.2";
- sha256 = "0scwvwswx5wyqmwac09izf1yx01l13gx7334q6qjkjplarpbrwyi";
- revision = "1";
- editedCabalFile = "19d3739zphrp82wnn248ws18lknbh3dfpki87q0d2palxbnyh1hx";
+ version = "1.2.3.4";
+ sha256 = "1rjmxnr30g4hygiywkpz5p9sanh0abs7ap4zc1kgd8zv04kycp0j";
libraryHaskellDepends = [
base ghc-prim hashable primitive vector
];
@@ -106605,6 +106937,7 @@ self: {
doHaddock = false;
description = "Cabal package script generator for Travis-CI";
license = stdenv.lib.licenses.bsd3;
+ maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};
"haskell-cnc" = callPackage
@@ -106669,15 +107002,13 @@ self: {
}:
mkDerivation {
pname = "haskell-conll";
- version = "0.1.0.1";
- sha256 = "09lgj70lk2xh75rq4gdmfacmb465r0xn03v8cnk82bx52c7jwiga";
+ version = "0.1.0.2";
+ sha256 = "05w90jlidxr55r5j1hihfhdcwjkzw85xipwxdd3i6kmskin2pv1v";
libraryHaskellDepends = [
base containers lens pretty-show protolude split text
];
description = "Core Types for NLP";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ license = stdenv.lib.licenses.mit;
}) {};
"haskell-course-preludes" = callPackage
@@ -106787,8 +107118,6 @@ self: {
testHaskellDepends = [ base ];
description = "A program to find and display the docs and type of a name";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haskell-eigen-util" = callPackage
@@ -106934,8 +107263,8 @@ self: {
}:
mkDerivation {
pname = "haskell-gi";
- version = "0.21.5";
- sha256 = "1rvi9bmgxq7q6js8yb5yb156yxmnm9px9amgjwzxmr7sxz31dl8j";
+ version = "0.23.0";
+ sha256 = "04d2lxmbbq7g0yrc5rz9n7zscza9g63vvbz0qv3427y7hbq1xn4a";
libraryHaskellDepends = [
attoparsec base bytestring Cabal containers directory filepath
haskell-gi-base mtl pretty-show process regex-tdfa safe text
@@ -106947,53 +107276,18 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) glib; inherit (pkgs) gobject-introspection;};
- "haskell-gi_0_22_4" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, Cabal, containers
- , directory, doctest, filepath, glib, gobject-introspection
- , haskell-gi-base, mtl, pretty-show, process, regex-tdfa, safe
- , semigroups, text, transformers, xdg-basedir, xml-conduit
- }:
- mkDerivation {
- pname = "haskell-gi";
- version = "0.22.4";
- sha256 = "0ay9q7a3bmjif4dpp0dnqxxrdz1d9zq1a7la6298w89bkyhlmaf5";
- libraryHaskellDepends = [
- attoparsec base bytestring Cabal containers directory filepath
- haskell-gi-base mtl pretty-show process regex-tdfa safe semigroups
- text transformers xdg-basedir xml-conduit
- ];
- libraryPkgconfigDepends = [ glib gobject-introspection ];
- testHaskellDepends = [ base doctest process ];
- description = "Generate Haskell bindings for GObject Introspection capable libraries";
- license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) glib; inherit (pkgs) gobject-introspection;};
-
"haskell-gi-base" = callPackage
({ mkDerivation, base, bytestring, containers, glib, text }:
mkDerivation {
pname = "haskell-gi-base";
- version = "0.21.5";
- sha256 = "1pxnwljicxyxr83c7d8xvla7zbp2krv1n6fp4i2zh8bqwln3fkgh";
+ version = "0.23.0";
+ sha256 = "1f22d4pvmyy52w9hqa36b6psw34j562rayqgk052ng1ax9yvwzn0";
libraryHaskellDepends = [ base bytestring containers text ];
libraryPkgconfigDepends = [ glib ];
description = "Foundation for libraries generated by haskell-gi";
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) glib;};
- "haskell-gi-base_0_22_2" = callPackage
- ({ mkDerivation, base, bytestring, containers, glib, text }:
- mkDerivation {
- pname = "haskell-gi-base";
- version = "0.22.2";
- sha256 = "0rv46x4xgsdk25s1vd3zm95cjgc5vy4rwsbaxk1hyc5ga5qjyzx0";
- libraryHaskellDepends = [ base bytestring containers text ];
- libraryPkgconfigDepends = [ glib ];
- description = "Foundation for libraries generated by haskell-gi";
- license = stdenv.lib.licenses.lgpl21;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {inherit (pkgs) glib;};
-
"haskell-gi-overloading_0_0" = callPackage
({ mkDerivation }:
mkDerivation {
@@ -107102,6 +107396,8 @@ self: {
executableHaskellDepends = [ base ];
description = "create haskell import graph for graphviz";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskell-in-space" = callPackage
@@ -107152,38 +107448,6 @@ self: {
}) {};
"haskell-lsp" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, data-default
- , directory, filepath, hashable, haskell-lsp-types, hslogger, hspec
- , lens, mtl, network-uri, parsec, sorted-list, stm, text, time
- , transformers, unordered-containers, vector, yi-rope
- }:
- mkDerivation {
- pname = "haskell-lsp";
- version = "0.8.2.0";
- sha256 = "18qkrybwvmyz5h03xj9wjigpqs6s6rw9wi1lqcla4ppg1pkd5zyd";
- revision = "1";
- editedCabalFile = "0m6kprfsgxcmif0mmb1vpc46jyr0kjk6fqv3k1sqfvpjpldh0mvy";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bytestring containers data-default directory filepath
- hashable haskell-lsp-types hslogger lens mtl network-uri parsec
- sorted-list stm text time unordered-containers yi-rope
- ];
- executableHaskellDepends = [
- aeson base bytestring containers data-default directory filepath
- hslogger lens mtl network-uri parsec stm text time transformers
- unordered-containers vector yi-rope
- ];
- testHaskellDepends = [
- aeson base bytestring containers data-default directory filepath
- hashable hspec lens network-uri sorted-list stm text yi-rope
- ];
- description = "Haskell library for the Microsoft Language Server Protocol";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "haskell-lsp_0_14_0_0" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, bytestring
, containers, data-default, directory, filepath, hashable
, haskell-lsp-types, hslogger, hspec, hspec-discover, lens, mtl
@@ -107192,8 +107456,8 @@ self: {
}:
mkDerivation {
pname = "haskell-lsp";
- version = "0.14.0.0";
- sha256 = "15dnvsfyj18rac9kn7hgi1v7zb26qyy28qykh2bdnzyzvd9rzy94";
+ version = "0.15.0.0";
+ sha256 = "111c0hdlpnj979p3avlhswziyc6vh6apij5b2nhhi8wlfhqwrpcg";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -107210,7 +107474,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Haskell library for the Microsoft Language Server Protocol";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskell-lsp-client" = callPackage
@@ -107236,40 +107499,20 @@ self: {
}) {};
"haskell-lsp-types" = callPackage
- ({ mkDerivation, aeson, base, bytestring, data-default, filepath
- , hashable, lens, network-uri, scientific, text
- , unordered-containers
- }:
- mkDerivation {
- pname = "haskell-lsp-types";
- version = "0.8.2.0";
- sha256 = "13pgjm1pm1hp7bln115cn75ig6w3mj7g7rvnvpszlrg9lzmk3ip7";
- revision = "1";
- editedCabalFile = "0gmfxhjn92kzbpd9kzq5n3707lcpkxhnzxgg7lk34jhayiw5kyzj";
- libraryHaskellDepends = [
- aeson base bytestring data-default filepath hashable lens
- network-uri scientific text unordered-containers
- ];
- description = "Haskell library for the Microsoft Language Server Protocol, data types";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "haskell-lsp-types_0_14_0_1" = callPackage
({ mkDerivation, aeson, base, bytestring, data-default, deepseq
, filepath, hashable, lens, network-uri, scientific, text
, unordered-containers
}:
mkDerivation {
pname = "haskell-lsp-types";
- version = "0.14.0.1";
- sha256 = "1zrgv1wp8b1vb3adp6l1xz0clig2g2s62icvpwi86cbip1i76fl4";
+ version = "0.15.0.0";
+ sha256 = "1ky20lpgbdiijh3z6ilf7jn7cyxl2kshqnm2p4dgabfh97gbf8bb";
libraryHaskellDepends = [
aeson base bytestring data-default deepseq filepath hashable lens
network-uri scientific text unordered-containers
];
description = "Haskell library for the Microsoft Language Server Protocol, data types";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskell-menu" = callPackage
@@ -107349,31 +107592,6 @@ self: {
}) {open-pal = null; open-rte = null; inherit (pkgs) openmpi;};
"haskell-names" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers
- , data-lens-light, filemanip, filepath, haskell-src-exts, mtl
- , pretty-show, tasty, tasty-golden, transformers
- , traverse-with-class, uniplate
- }:
- mkDerivation {
- pname = "haskell-names";
- version = "0.9.4";
- sha256 = "0dbf5rxysm57jn018wd3dfz3m621n0347mbpgv7q2yb77cwrlg8y";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- aeson base bytestring containers data-lens-light filepath
- haskell-src-exts mtl transformers traverse-with-class uniplate
- ];
- testHaskellDepends = [
- base containers filemanip filepath haskell-src-exts mtl pretty-show
- tasty tasty-golden traverse-with-class
- ];
- description = "Name resolution library for Haskell";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "haskell-names_0_9_6" = callPackage
({ mkDerivation, aeson, base, bytestring, containers
, data-lens-light, filemanip, filepath, haskell-src-exts, mtl
, pretty-show, tasty, tasty-golden, transformers
@@ -107394,8 +107612,6 @@ self: {
];
description = "Name resolution library for Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haskell-neo4j-client" = callPackage
@@ -107599,6 +107815,29 @@ self: {
broken = true;
}) {libpostal = null;};
+ "haskell-postgis" = callPackage
+ ({ mkDerivation, aeson, base, binary, bytestring, bytestring-lexing
+ , cpu, data-binary-ieee754, hspec, mtl, placeholders, text
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "haskell-postgis";
+ version = "0.1.0.2";
+ sha256 = "0p3zdrzfsz3qj3rcx3yihg7vffa261ig5lywrfls5qvqihw62m41";
+ libraryHaskellDepends = [
+ aeson base binary bytestring bytestring-lexing cpu
+ data-binary-ieee754 mtl placeholders text unordered-containers
+ vector
+ ];
+ testHaskellDepends = [
+ aeson base binary bytestring bytestring-lexing cpu
+ data-binary-ieee754 hspec mtl placeholders text
+ unordered-containers vector
+ ];
+ description = "A haskell library for PostGIS geometry types";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"haskell-proxy-list" = callPackage
({ mkDerivation, base, base64-string, bytestring, lens, random
, regex-base, regex-posix, text, wreq
@@ -107746,26 +107985,6 @@ self: {
}) {};
"haskell-src-exts" = callPackage
- ({ mkDerivation, array, base, containers, directory, filepath
- , ghc-prim, happy, mtl, pretty, pretty-show, smallcheck, tasty
- , tasty-golden, tasty-smallcheck
- }:
- mkDerivation {
- pname = "haskell-src-exts";
- version = "1.20.3";
- sha256 = "1a74s4zarxdvhnflkxy13pawbfcdhyrb6gkdx0si8spv66knhgj3";
- libraryHaskellDepends = [ array base ghc-prim pretty ];
- libraryToolDepends = [ happy ];
- testHaskellDepends = [
- base containers directory filepath mtl pretty-show smallcheck tasty
- tasty-golden tasty-smallcheck
- ];
- doCheck = false;
- description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "haskell-src-exts_1_21_0" = callPackage
({ mkDerivation, array, base, containers, directory, filepath
, ghc-prim, happy, mtl, pretty, pretty-show, smallcheck, tasty
, tasty-golden, tasty-smallcheck
@@ -107783,7 +108002,6 @@ self: {
doCheck = false;
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskell-src-exts-observe" = callPackage
@@ -107858,8 +108076,6 @@ self: {
libraryHaskellDepends = [ base haskell-src-exts ];
description = "A simplified view on the haskell-src-exts AST";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haskell-src-exts-util" = callPackage
@@ -108968,6 +109184,20 @@ self: {
broken = true;
}) {};
+ "haskeme" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "haskeme";
+ version = "0.1.0.4";
+ sha256 = "0lis0ni0l52x691adm2da7mzjam4g414gc0d0i9f6i050ra02g3j";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base ];
+ executableHaskellDepends = [ base ];
+ description = "Compiler from I- to S-Expressions for the Scheme Programming Language";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"haskey" = callPackage
({ mkDerivation, async, base, binary, bytestring, containers
, directory, exceptions, filepath, focus, haskey-btree, HUnit
@@ -109177,32 +109407,6 @@ self: {
}) {};
"haskoin-core" = callPackage
- ({ mkDerivation, aeson, array, base, base16-bytestring, bytestring
- , cereal, conduit, containers, cryptonite, entropy, hashable, hspec
- , hspec-discover, HUnit, memory, mtl, murmur3, network, QuickCheck
- , safe, scientific, secp256k1-haskell, split, string-conversions
- , text, time, transformers, unordered-containers, vector
- }:
- mkDerivation {
- pname = "haskoin-core";
- version = "0.8.4";
- sha256 = "0hpabz26wyxvpkvc2xv1xscmbvn0yfj2nnd41ysaf4xgfnh4c9sw";
- libraryHaskellDepends = [
- aeson array base base16-bytestring bytestring cereal conduit
- containers cryptonite entropy hashable memory mtl murmur3 network
- QuickCheck scientific secp256k1-haskell split string-conversions
- text time transformers unordered-containers vector
- ];
- testHaskellDepends = [
- aeson base bytestring cereal containers hspec HUnit mtl QuickCheck
- safe split string-conversions text unordered-containers vector
- ];
- testToolDepends = [ hspec-discover ];
- description = "Bitcoin & Bitcoin Cash library for Haskell";
- license = stdenv.lib.licenses.publicDomain;
- }) {};
-
- "haskoin-core_0_9_0" = callPackage
({ mkDerivation, aeson, array, base, base16-bytestring, bytestring
, cereal, conduit, containers, cryptonite, entropy, hashable, hspec
, hspec-discover, HUnit, memory, mtl, murmur3, network, QuickCheck
@@ -109226,7 +109430,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Bitcoin & Bitcoin Cash library for Haskell";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskoin-crypto" = callPackage
@@ -109337,12 +109540,12 @@ self: {
, haskoin-node, hspec, hspec-discover, http-types, monad-logger
, mtl, network, nqe, optparse-applicative, random, resourcet
, rocksdb-haskell, rocksdb-query, scotty, string-conversions, text
- , time, transformers, unliftio, unordered-containers, uuid
+ , time, transformers, unliftio, unordered-containers, wai
}:
mkDerivation {
pname = "haskoin-store";
- version = "0.16.4";
- sha256 = "08kgm2r9kr15gn2mpbjg6bi64pawz8lrav5565zg4lp5k530vwf9";
+ version = "0.17.1";
+ sha256 = "19vzwxy27xkkkx3lmq554kkyh6iclrxdhbp901vb0rh9v8l3cc74";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -109350,21 +109553,21 @@ self: {
hashable haskoin-core haskoin-node http-types monad-logger mtl
network nqe random resourcet rocksdb-haskell rocksdb-query scotty
string-conversions text time transformers unliftio
- unordered-containers uuid
+ unordered-containers wai
];
executableHaskellDepends = [
aeson base bytestring cereal conduit containers data-default
filepath hashable haskoin-core haskoin-node http-types monad-logger
mtl network nqe optparse-applicative random resourcet
rocksdb-haskell rocksdb-query scotty string-conversions text time
- transformers unliftio unordered-containers uuid
+ transformers unliftio unordered-containers wai
];
testHaskellDepends = [
aeson base bytestring cereal conduit containers data-default
hashable haskoin-core haskoin-node hspec http-types monad-logger
mtl network nqe random resourcet rocksdb-haskell rocksdb-query
scotty string-conversions text time transformers unliftio
- unordered-containers uuid
+ unordered-containers wai
];
testToolDepends = [ hspec-discover ];
description = "Storage and index for Bitcoin and Bitcoin Cash";
@@ -110051,6 +110254,8 @@ self: {
benchmarkHaskellDepends = [ base criterion deepseq QuickCheck ];
description = "Variant and EADT";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"haskus-web" = callPackage
@@ -110192,34 +110397,6 @@ self: {
}) {inherit (pkgs) aspell;};
"hasql" = callPackage
- ({ mkDerivation, attoparsec, base, base-prelude, bug, bytestring
- , bytestring-strict-builder, contravariant, contravariant-extras
- , criterion, data-default-class, dlist, hashable, hashtables
- , loch-th, mtl, placeholders, postgresql-binary, postgresql-libpq
- , profunctors, QuickCheck, quickcheck-instances, rebase, rerebase
- , tasty, tasty-hunit, tasty-quickcheck, text, text-builder
- , transformers, vector
- }:
- mkDerivation {
- pname = "hasql";
- version = "1.3.0.6";
- sha256 = "01kp8ajg7mw3j6g6d13fsygcbbw7gyrqh3hdllhb1jv53mr7fgb3";
- libraryHaskellDepends = [
- attoparsec base base-prelude bytestring bytestring-strict-builder
- contravariant contravariant-extras data-default-class dlist
- hashable hashtables loch-th mtl placeholders postgresql-binary
- postgresql-libpq profunctors text text-builder transformers vector
- ];
- testHaskellDepends = [
- bug data-default-class QuickCheck quickcheck-instances rebase
- rerebase tasty tasty-hunit tasty-quickcheck
- ];
- benchmarkHaskellDepends = [ bug criterion rerebase ];
- description = "An efficient PostgreSQL driver and a flexible mapping API";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "hasql_1_4" = callPackage
({ mkDerivation, attoparsec, base, base-prelude, bug, bytestring
, bytestring-strict-builder, contravariant, contravariant-extras
, criterion, dlist, hashable, hashtables, loch-th, mtl
@@ -110245,7 +110422,6 @@ self: {
benchmarkHaskellDepends = [ bug criterion rerebase ];
description = "An efficient PostgreSQL driver with a flexible mapping API";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hasql-backend" = callPackage
@@ -110329,8 +110505,6 @@ self: {
];
description = "An abstraction for simultaneous fetching from multiple PostgreSQL cursors";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hasql-dynamic-statements" = callPackage
@@ -110421,8 +110595,8 @@ self: {
}:
mkDerivation {
pname = "hasql-optparse-applicative";
- version = "0.3.0.4";
- sha256 = "0pna4cmpm2chb3ax0i11wgkdx64zchdi4ivz0a0sgklrwq614pmx";
+ version = "0.3.0.5";
+ sha256 = "0q5ggbx3xlzq0lv6i6wac9zsf0x4k91cf1n5rg6q96wg90f0dxxq";
libraryHaskellDepends = [
base-prelude hasql hasql-pool optparse-applicative
];
@@ -110532,24 +110706,6 @@ self: {
}) {};
"hasql-transaction" = callPackage
- ({ mkDerivation, async, base, bytestring, bytestring-tree-builder
- , contravariant, contravariant-extras, hasql, mtl, rebase
- , transformers
- }:
- mkDerivation {
- pname = "hasql-transaction";
- version = "0.7.1";
- sha256 = "02isgjzx3dhp5a7zgz2pbvm6fwmgbnwbqz7k01argf4pawckb8s9";
- libraryHaskellDepends = [
- base bytestring bytestring-tree-builder contravariant
- contravariant-extras hasql mtl transformers
- ];
- testHaskellDepends = [ async hasql rebase ];
- description = "A composable abstraction over the retryable transactions for Hasql";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "hasql-transaction_0_7_2" = callPackage
({ mkDerivation, async, base, bytestring, bytestring-tree-builder
, contravariant, contravariant-extras, hasql, mtl, rebase
, transformers
@@ -110565,7 +110721,6 @@ self: {
testHaskellDepends = [ async hasql rebase ];
description = "A composable abstraction over the retryable transactions for Hasql";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hastache" = callPackage
@@ -110924,8 +111079,8 @@ self: {
}:
mkDerivation {
pname = "haven";
- version = "0.2.0.1";
- sha256 = "15q9cgfifz87ns730agv2vzc8rp5lqggiclc91khpckm2qppk6yd";
+ version = "0.2.0.2";
+ sha256 = "0n92h5gjy6ax0c5f2k80j21ymf741vzhsm1kdav86hphhxdlw8ng";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -110934,8 +111089,6 @@ self: {
];
description = "Recursively retrieve maven dependencies";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"haverer" = callPackage
@@ -111022,8 +111175,8 @@ self: {
}:
mkDerivation {
pname = "haxl";
- version = "2.0.1.1";
- sha256 = "1wfnwi3impv4cv359a65yh50c6kdfxhvbwycf5h76w3cvqdhvwsr";
+ version = "2.1.2.0";
+ sha256 = "1lwm9rs9r0qs32n3nw49j3sz41qzq2wxv0a9gpiziaw0sjlk00jy";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -112119,8 +112272,8 @@ self: {
}:
mkDerivation {
pname = "hdocs";
- version = "0.5.3.1";
- sha256 = "0nxvkmhxpxx3500sy7kzpqyp45rq83hjm6gkj10vglxgjk32vzp4";
+ version = "0.5.3.2";
+ sha256 = "0x899pa5dw1jrc0vcw8aa1f3cx2xz8z0zqhplivji81lpjnajfgv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -112134,8 +112287,6 @@ self: {
testHaskellDepends = [ base containers mtl ];
description = "Haskell docs tool";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hdph" = callPackage
@@ -112397,6 +112548,8 @@ self: {
];
description = "heavy-logger compatibility with amazonka-core logging";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"heavy-logger-instances" = callPackage
@@ -112467,34 +112620,6 @@ self: {
}) {};
"hedgehog" = callPackage
- ({ mkDerivation, ansi-terminal, async, base, bytestring
- , concurrent-output, containers, directory, exceptions
- , lifted-async, mmorph, monad-control, mtl, pretty-show, primitive
- , random, resourcet, semigroups, stm, template-haskell, text
- , th-lift, time, transformers, transformers-base, unix
- , wl-pprint-annotated
- }:
- mkDerivation {
- pname = "hedgehog";
- version = "0.6.1";
- sha256 = "0xz10ycdm5vk9nrcym1fi83k19frfwqz18bz8bnpzwvaj0j41yfj";
- revision = "5";
- editedCabalFile = "0kwmxjb1y3gk85njacw5wcvmq3bzp1649dbjzgzpiba2w342f7il";
- libraryHaskellDepends = [
- ansi-terminal async base bytestring concurrent-output containers
- directory exceptions lifted-async mmorph monad-control mtl
- pretty-show primitive random resourcet semigroups stm
- template-haskell text th-lift time transformers transformers-base
- unix wl-pprint-annotated
- ];
- testHaskellDepends = [
- base containers pretty-show semigroups text transformers
- ];
- description = "Hedgehog will eat all your bugs";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "hedgehog_1_0" = callPackage
({ mkDerivation, ansi-terminal, async, base, bytestring
, concurrent-output, containers, directory, exceptions, fail
, lifted-async, mmorph, monad-control, mtl, pretty-show, primitive
@@ -112505,8 +112630,8 @@ self: {
pname = "hedgehog";
version = "1.0";
sha256 = "1np9xg58x20kalfci9dxbd4wsg0sl3ka56ragzy3i9p0nx29pmns";
- revision = "1";
- editedCabalFile = "1b2hvd3z5mnwfdp5xwdwrh2f1l0wshnnz6ggak2dqqm57wyifdql";
+ revision = "2";
+ editedCabalFile = "0sbw4hwcza5pb02cndl5f30cyqjl44mn5y3i72n4x8s8mknsy3a4";
libraryHaskellDepends = [
ansi-terminal async base bytestring concurrent-output containers
directory exceptions fail lifted-async mmorph monad-control mtl
@@ -112519,7 +112644,6 @@ self: {
];
description = "Release with confidence";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hedgehog-checkers" = callPackage
@@ -112553,19 +112677,21 @@ self: {
}) {};
"hedgehog-classes" = callPackage
- ({ mkDerivation, aeson, base, binary, containers, hedgehog
+ ({ mkDerivation, aeson, base, binary, comonad, containers, hedgehog
, pretty-show, semirings, silently, transformers
, wl-pprint-annotated
}:
mkDerivation {
pname = "hedgehog-classes";
- version = "0.2.1";
- sha256 = "1hkkbmsn397a73aqaasi2c076nx9g8s8vsdp6wdqq33a96q1b0mq";
+ version = "0.2.3";
+ sha256 = "0ww1ll557iapbxg6rwhimf5fh8gngk15zlm4mlrh3p3j3xx9f22p";
libraryHaskellDepends = [
- aeson base binary containers hedgehog pretty-show semirings
+ aeson base binary comonad containers hedgehog pretty-show semirings
silently transformers wl-pprint-annotated
];
- testHaskellDepends = [ aeson base binary containers hedgehog ];
+ testHaskellDepends = [
+ aeson base binary comonad containers hedgehog
+ ];
description = "Hedgehog will eat your typeclass bugs";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -112596,8 +112722,6 @@ self: {
];
description = "Function generation for `hedgehog`";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hedgehog-gen-json" = callPackage
@@ -112635,6 +112759,8 @@ self: {
libraryHaskellDepends = [ base hedgehog ];
description = "GHC Generics automatically derived hedgehog generators";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hedgehog-quickcheck" = callPackage
@@ -112646,8 +112772,6 @@ self: {
libraryHaskellDepends = [ base hedgehog QuickCheck transformers ];
description = "Use QuickCheck generators in Hedgehog and vice versa";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hedis" = callPackage
@@ -112658,10 +112782,8 @@ self: {
}:
mkDerivation {
pname = "hedis";
- version = "0.10.10";
- sha256 = "0hbjhccipvg2i1cyinvhlk4jgscam9y5897ib1fh6rc0qwnlblhs";
- revision = "1";
- editedCabalFile = "0fcpf0jqga8wh0ikbpkma8sw7f5376wbc9w9rsiqp51q8f23x04h";
+ version = "0.12.7";
+ sha256 = "1q59g99mv4axwm77f8m5fmlnq04qy04c6s1aj57jvfq7p31iq05a";
libraryHaskellDepends = [
async base bytestring bytestring-lexing deepseq errors HTTP mtl
network network-uri resource-pool scanner stm text time tls
@@ -112676,31 +112798,6 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "hedis_0_12_5" = callPackage
- ({ mkDerivation, async, base, bytestring, bytestring-lexing
- , deepseq, doctest, errors, HTTP, HUnit, mtl, network, network-uri
- , resource-pool, scanner, stm, test-framework, test-framework-hunit
- , text, time, tls, unordered-containers, vector
- }:
- mkDerivation {
- pname = "hedis";
- version = "0.12.5";
- sha256 = "1alabz8j9lmd2ydm34hndqcyvihnfyvl7cgda6ycsch5sbffmjlp";
- libraryHaskellDepends = [
- async base bytestring bytestring-lexing deepseq errors HTTP mtl
- network network-uri resource-pool scanner stm text time tls
- unordered-containers vector
- ];
- testHaskellDepends = [
- async base bytestring doctest HUnit mtl stm test-framework
- test-framework-hunit text time
- ];
- benchmarkHaskellDepends = [ base mtl time ];
- description = "Client library for the Redis datastore: supports full command set, pipelining";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"hedis-config" = callPackage
({ mkDerivation, aeson, base, bytestring, hedis, scientific, text
, time
@@ -113415,8 +113512,8 @@ self: {
}:
mkDerivation {
pname = "heredocs";
- version = "0.1.4";
- sha256 = "0vy5d7z58vspjgncfiy10nalm70xqqdhy8ba1rkqzn9l5w79p1rz";
+ version = "0.1.5";
+ sha256 = "1bmih3jwmx8dv128rb9w1682fp3w0f6i7hhyyakswy7a04q34ryi";
libraryHaskellDepends = [
base bytestring doctest parsec template-haskell text
];
@@ -114685,6 +114782,8 @@ self: {
testHaskellDepends = [ base QuickCheck ];
description = "Haskell interface to GMP";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hgom" = callPackage
@@ -114797,30 +114896,28 @@ self: {
"hhp" = callPackage
({ mkDerivation, base, Cabal, containers, deepseq, directory
- , doctest, filepath, ghc, hlint, hspec, io-choice, process, syb
+ , doctest, filepath, ghc, ghc-boot, hlint, hspec, process, syb
}:
mkDerivation {
pname = "hhp";
- version = "0.0.0";
- sha256 = "1520cax79wrf5a183630pji3bypz6qck73fa3p0x63vgcv3p5rwk";
+ version = "0.0.1";
+ sha256 = "0b3hliz1ags0c17kjwvsvl56ms4ga8wvaf5c7nmfiyzf0s6h0lp0";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- base Cabal containers deepseq directory filepath ghc hlint
- io-choice process syb
+ base Cabal containers deepseq directory filepath ghc ghc-boot hlint
+ process syb
];
executableHaskellDepends = [
base containers directory filepath ghc
];
testHaskellDepends = [
- base Cabal containers deepseq directory doctest filepath ghc hlint
- hspec io-choice process syb
+ base Cabal containers deepseq directory doctest filepath ghc
+ ghc-boot hlint hspec process syb
];
description = "Happy Haskell Programming";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hi" = callPackage
@@ -114859,8 +114956,8 @@ self: {
pname = "hi-file-parser";
version = "0.1.0.0";
sha256 = "09gs26z0jvkkhb1r43gj27pq0k5fc4i6fpr59g397vz4sm86gb2l";
- revision = "1";
- editedCabalFile = "1hylfzkd42mqap2ydh4wq96vwbblyp26zb8wwyn63yl72swbww23";
+ revision = "2";
+ editedCabalFile = "1bm98h0v4wf9vmdng15c2r48yz06118jxlprsnk0z3jw0d95ij9z";
libraryHaskellDepends = [ base binary bytestring rio vector ];
testHaskellDepends = [ base binary bytestring hspec rio vector ];
description = "Parser for GHC's hi files";
@@ -115021,8 +115118,8 @@ self: {
}:
mkDerivation {
pname = "hierarchical-clustering";
- version = "0.4.6";
- sha256 = "1cfcrnxqczqzqgpyipsw9dwfw1j75zd11vpd12i533f3p44pzwbm";
+ version = "0.4.7";
+ sha256 = "15fiqvhcd0i5l1w4s5liggfbdknasdpvyxd54qrjjdp41qb4d3qk";
libraryHaskellDepends = [ array base containers ];
testHaskellDepends = [ base hspec HUnit QuickCheck ];
description = "Fast algorithms for single, average/UPGMA and complete linkage clustering";
@@ -115067,7 +115164,7 @@ self: {
"hierarchical-spectral-clustering" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, cassava
- , clustering, containers, directory, eigen, fgl, filepath
+ , clustering, containers, directory, fgl, filepath
, hierarchical-clustering, hmatrix, lens, managed, modularity, mtl
, optparse-generic, safe, sparse-linear-algebra
, spectral-clustering, streaming, streaming-bytestring
@@ -115076,12 +115173,12 @@ self: {
}:
mkDerivation {
pname = "hierarchical-spectral-clustering";
- version = "0.4.0.0";
- sha256 = "1mw546dvyzrhcw7a61zb0anfgxk3s5r3bjrj7iry36shh1ancs1s";
+ version = "0.4.1.3";
+ sha256 = "1vhndwkny2sjh7c7m8qym6iasqacsaim0rkihdq3x58mdm2848n7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson base cassava clustering containers eigen fgl
+ aeson base cassava clustering containers fgl
hierarchical-clustering hmatrix managed modularity mtl safe
sparse-linear-algebra spectral-clustering streaming
streaming-bytestring streaming-cassava streaming-with text tree-fun
@@ -115164,8 +115261,8 @@ self: {
}:
mkDerivation {
pname = "higgledy";
- version = "0.2.1.0";
- sha256 = "087p68h4sjjbmjszh48ayidmnvgvhg4k2fnw27z28p37xdp4ys21";
+ version = "0.3.0.0";
+ sha256 = "11kcysplf8jzym5g6kd194p72i67scprxsd6hirhacvl8qypy8d6";
libraryHaskellDepends = [ barbies base generic-lens QuickCheck ];
testHaskellDepends = [
barbies base doctest hspec lens QuickCheck
@@ -115403,8 +115500,8 @@ self: {
pname = "hills";
version = "0.1.2.6";
sha256 = "0ggdppg7mbq3ljrb4hvracdv81m9jqnsrl6iqy56sba118k7m0jh";
- revision = "2";
- editedCabalFile = "11f4mmhxivxkdcn4wdcz1hszfyi3hdggls22x2q0m3jxq3lw0izg";
+ revision = "3";
+ editedCabalFile = "10l4hx0j8il66h3m9flhwsqm9v52qmpj4cyjih4c6cnng6vjsfnj";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -115488,8 +115585,8 @@ self: {
}:
mkDerivation {
pname = "hindent";
- version = "5.3.0";
- sha256 = "0wkfik7mvqskk23kyh7ybgnlh3j9j1ym7d3ncahsbli9w654b7xg";
+ version = "5.3.1";
+ sha256 = "008s8zm9qs972b7v5kkmr8l3i9kc6zm7yj33mkw6dv69b7h3c01l";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -115717,20 +115814,21 @@ self: {
}) {};
"hint" = callPackage
- ({ mkDerivation, base, directory, exceptions, extensible-exceptions
- , filepath, ghc, ghc-boot, ghc-paths, HUnit, mtl, random, temporary
- , unix
+ ({ mkDerivation, base, containers, directory, exceptions
+ , extensible-exceptions, filepath, ghc, ghc-boot, ghc-paths, HUnit
+ , mtl, random, temporary, unix
}:
mkDerivation {
pname = "hint";
- version = "0.9.0";
- sha256 = "1g7q4clzc2pdnbvmm265dindjpynabsykd088qjjzlk6590sy9bl";
+ version = "0.9.0.1";
+ sha256 = "15cnam704p7ynk70lqz3nvy91src5bd9amfdknvkfzpi5yf2825b";
libraryHaskellDepends = [
base directory exceptions filepath ghc ghc-boot ghc-paths mtl
random temporary unix
];
testHaskellDepends = [
- base directory exceptions extensible-exceptions filepath HUnit unix
+ base containers directory exceptions extensible-exceptions filepath
+ HUnit unix
];
description = "Runtime Haskell interpreter (GHC API wrapper)";
license = stdenv.lib.licenses.bsd3;
@@ -115797,6 +115895,8 @@ self: {
];
description = "Haskell / Erlang interoperability library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hinvaders" = callPackage
@@ -115848,8 +115948,6 @@ self: {
];
description = "Haskell Image Processing (HIP) Library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hipbot" = callPackage
@@ -116194,22 +116292,22 @@ self: {
}) {};
"hit-on" = callPackage
- ({ mkDerivation, ansi-terminal, base, base-noprelude, github
- , gitrev, optparse-applicative, relude, shellmet, text, vector
+ ({ mkDerivation, ansi-terminal, base, base-noprelude, directory
+ , github, gitrev, hspec, optparse-applicative, process, relude
+ , shellmet, text, vector
}:
mkDerivation {
pname = "hit-on";
- version = "0.0.0";
- sha256 = "14npvwxh33cn8z2klp7liij41r9pyr00rs4g28yva2zry75bf98r";
- revision = "1";
- editedCabalFile = "1fwvm0fz2agqziaspxlxxmdv44xrv65pf601i0938wkx4452v8fz";
+ version = "0.1.0.0";
+ sha256 = "13pxn9xqyfd5n53bl57bk0wc8qlnl5dsh1xq5y49arsnk2g86ir5";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- ansi-terminal base-noprelude github gitrev optparse-applicative
- relude shellmet text vector
+ ansi-terminal base-noprelude directory github gitrev
+ optparse-applicative process relude shellmet text vector
];
executableHaskellDepends = [ base ];
+ testHaskellDepends = [ base github hspec text ];
description = "Haskell Git Helper Tool";
license = stdenv.lib.licenses.mpl20;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -116344,8 +116442,8 @@ self: {
pname = "hjsonschema";
version = "1.9.0";
sha256 = "051i5y557g82hd5zcn63f65jyxk07d9wnvfmwdps391zxza8ifki";
- revision = "1";
- editedCabalFile = "1kxn0smmcmzysvi1bw9v0j6j68fk4s36nqyqmvbkl61pgm6bs803";
+ revision = "2";
+ editedCabalFile = "0110dyc8lbd8x0cbmxgwwbvzckxkfj84krd5p51p0jaixvrrl53r";
libraryHaskellDepends = [
aeson base bytestring containers file-embed filepath hashable
hjsonpointer http-client http-client-tls http-types pcre-heavy
@@ -116383,6 +116481,35 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
+ "hjugement-cli" = callPackage
+ ({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring
+ , containers, cryptonite, deepseq, directory, filepath, ghc-prim
+ , hjugement, hjugement-protocol, lens-family-core, memory, pipes
+ , pipes-aeson, pipes-bytestring, pipes-group, pipes-parse
+ , pipes-safe, pipes-text, random, reflection, symantic-cli
+ , symantic-document, terminal-size, text, time, transformers, unix
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "hjugement-cli";
+ version = "0.0.0.20190815";
+ sha256 = "1ard95f5zs5bkj24qk3wwkgcz99xkwjqs35gfrslf3yd14davy2w";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ aeson base base64-bytestring binary bytestring containers
+ cryptonite deepseq directory filepath ghc-prim hjugement
+ hjugement-protocol lens-family-core memory pipes pipes-aeson
+ pipes-bytestring pipes-group pipes-parse pipes-safe pipes-text
+ random reflection symantic-cli symantic-document terminal-size text
+ time transformers unix unordered-containers
+ ];
+ description = "Majority Judgment and Helios-C command line tool";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hjugement-protocol" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring
, containers, criterion, cryptonite, deepseq, memory, QuickCheck
@@ -116391,8 +116518,8 @@ self: {
}:
mkDerivation {
pname = "hjugement-protocol";
- version = "0.0.0.20190519";
- sha256 = "163ihhjz3ma2x6hng7zssbcr9xfni7xn7imyg98w1qv68gbb3b7r";
+ version = "0.0.7.20190815";
+ sha256 = "0b356pi6s3ih47d42ns50irgwsblwd9hvasav6sswzww3qlrnbrz";
libraryHaskellDepends = [
aeson base base64-bytestring binary bytestring containers
cryptonite deepseq memory random reflection text transformers
@@ -116444,22 +116571,20 @@ self: {
}) {};
"hkgr" = callPackage
- ({ mkDerivation, base, directory, filepath, simple-cmd
- , simple-cmd-args
+ ({ mkDerivation, base, directory, filepath, simple-cabal
+ , simple-cmd, simple-cmd-args
}:
mkDerivation {
pname = "hkgr";
- version = "0.0";
- sha256 = "1qd4xccgmhh6lhx5bl9fbw6ii4469qfln2bh0rqlxvyhpk94rad0";
+ version = "0.2.2";
+ sha256 = "1wz2yy3fiwy4601p0ir24dvv7yzfrqf99z07m8whc6gr2ypsnfjc";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
- base directory filepath simple-cmd simple-cmd-args
+ base directory filepath simple-cabal simple-cmd simple-cmd-args
];
description = "Simple Hackage release workflow for package maintainers";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hkt" = callPackage
@@ -116628,6 +116753,8 @@ self: {
pname = "hledger-api";
version = "1.14";
sha256 = "18zpclm3nh2zq6cqa10vm232ndg22r8s4h3ffmn2m4fg05172ymd";
+ revision = "1";
+ editedCabalFile = "05jlbpp4p45q8bd3152l0fm4xz9yvz07ip2cd0kplzvwnmy8sfrg";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -116638,6 +116765,8 @@ self: {
];
description = "Web API server for the hledger accounting tool";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hledger-chart" = callPackage
@@ -116679,8 +116808,8 @@ self: {
}:
mkDerivation {
pname = "hledger-flow";
- version = "0.12.3.0";
- sha256 = "0vc62khqlqxlx21j0qa704f4an0nia6jr4jam4qy81yzzjgihklk";
+ version = "0.12.3.1";
+ sha256 = "1a7idnrqjn7pcvskm1yd9ynlvsza9ql3qfd8d8ycb6z8gpc30fq0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -116709,6 +116838,8 @@ self: {
pname = "hledger-iadd";
version = "1.3.9";
sha256 = "07g48w4099m4vm7z5hrg9zzd2v2yhy7kcv40902njz6v8cklgdgq";
+ revision = "1";
+ editedCabalFile = "18qjkl79gwmdgk6vl8cg3m94wm0qw30kxn4lvlnj9n6gnv2p0b3k";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -116980,8 +117111,8 @@ self: {
}:
mkDerivation {
pname = "hlint";
- version = "2.1.24";
- sha256 = "0x8qyg8g7l6rx7l2gccf9pydkfh0wd3cxak1vrg7kqsx2hmd2s06";
+ version = "2.2.2";
+ sha256 = "1v10xcz4vdzk1a3gjlvqbdckldax2643sg7s3xkm3dnlj5hg05yp";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -117036,6 +117167,8 @@ self: {
];
description = "Client library for the Apache Livy REST API";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hlogger" = callPackage
@@ -117078,10 +117211,8 @@ self: {
}:
mkDerivation {
pname = "hlrdb";
- version = "0.2.0.1";
- sha256 = "0rrpn3gsh2ck3skpc9d6mdprcac8xdxxc71m8y5jfi0yzh6priga";
- revision = "1";
- editedCabalFile = "0464nxq1q7cccfcm0wi9l3gjgppbpzg4vgm61g21x0l8fnvyv42q";
+ version = "0.3.0.0";
+ sha256 = "0pc3hqi6v9b78fijisnarfs59w6mw8jgyww25r1wmblgwyakl5ab";
libraryHaskellDepends = [
base base64-bytestring bytestring cryptonite hashable hedis
hlrdb-core memory random store time unordered-containers
@@ -117195,10 +117326,8 @@ self: {
}:
mkDerivation {
pname = "hmatrix";
- version = "0.19.0.0";
- sha256 = "10jd69nby29dggghcyjk6ykyr5wrn97nrv1dkpyrp0y5xm12xssj";
- revision = "1";
- editedCabalFile = "0krx0ds5mcj28y6zpg0r50lljn8681wi4c5lqcdz2c71nhixfq8h";
+ version = "0.20.0.0";
+ sha256 = "1sqy1aci5zfagkb34mz3xdil7cl96z4b4cx28cha54vc5sx1lhpg";
configureFlags = [ "-fdisable-default-paths" "-fopenblas" ];
libraryHaskellDepends = [
array base binary bytestring deepseq random semigroups split
@@ -117217,8 +117346,8 @@ self: {
}:
mkDerivation {
pname = "hmatrix-backprop";
- version = "0.1.2.5";
- sha256 = "1m6imvvcg8cjlqlcj2qhk5k0g88w853mw9r2mky54rmxfd86xfsf";
+ version = "0.1.3.0";
+ sha256 = "1nknwamc51f3d1syy1wi8fkvlx40riwi7x94yh34y0fzgddgjl2k";
libraryHaskellDepends = [
backprop base ghc-typelits-knownnat ghc-typelits-natnormalise
hmatrix hmatrix-vector-sized microlens vector vector-sized vinyl
@@ -117288,22 +117417,6 @@ self: {
}) {inherit (pkgs) gsl;};
"hmatrix-gsl-stats" = callPackage
- ({ mkDerivation, base, binary, gsl, hmatrix, storable-complex
- , vector
- }:
- mkDerivation {
- pname = "hmatrix-gsl-stats";
- version = "0.4.1.7";
- sha256 = "1gslgk58lzin43cvbpivhw7nrn9qyaa6qwhy1z9ypvyal5p8n3sa";
- libraryHaskellDepends = [
- base binary hmatrix storable-complex vector
- ];
- libraryPkgconfigDepends = [ gsl ];
- description = "GSL Statistics interface";
- license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) gsl;};
-
- "hmatrix-gsl-stats_0_4_1_8" = callPackage
({ mkDerivation, base, binary, gsl, hmatrix, storable-complex
, vector
}:
@@ -117317,7 +117430,6 @@ self: {
libraryPkgconfigDepends = [ gsl ];
description = "GSL Statistics interface";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) gsl;};
"hmatrix-mmap" = callPackage
@@ -117487,6 +117599,8 @@ self: {
benchmarkHaskellDepends = [ base criterion hmatrix vector ];
description = "SVDLIBC bindings for HMatrix";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hmatrix-syntax" = callPackage
@@ -117531,8 +117645,8 @@ self: {
}:
mkDerivation {
pname = "hmatrix-vector-sized";
- version = "0.1.1.3";
- sha256 = "1p4222rq9xm8admm3811hgb32q1nin9y35bm4c121yhz6c0ic5cg";
+ version = "0.1.2.0";
+ sha256 = "0n9pylrxz0pkdlha1rqi2xabfjxpiya9kcyx6qlcqal1q57wh2bc";
libraryHaskellDepends = [ base hmatrix vector vector-sized ];
testHaskellDepends = [
base ghc-typelits-knownnat hedgehog hmatrix vector vector-sized
@@ -117844,6 +117958,8 @@ self: {
testSystemDepends = [ netcdf ];
description = "Haskell NetCDF library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) netcdf;};
"hnix" = callPackage
@@ -117908,6 +118024,8 @@ self: {
];
description = "Haskell implementation of the Nix language";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hnix-store-core" = callPackage
@@ -117958,6 +118076,8 @@ self: {
];
description = "Remote hnix store";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hnn" = callPackage
@@ -118075,8 +118195,8 @@ self: {
}:
mkDerivation {
pname = "hoauth2";
- version = "1.8.6";
- sha256 = "1m1www5i2wp49vb03zm0d0gaq0dlgdjafwjgp2zcc16gajpabami";
+ version = "1.8.9";
+ sha256 = "03yggs3if14saxiz5m02p17crl7askh8qjky6h1jqpxric49alv7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -118932,8 +119052,8 @@ self: {
}:
mkDerivation {
pname = "hoogle";
- version = "5.0.17.9";
- sha256 = "0s4p82issy3jlc0yz153r7i38ny1ygchf294hgms6jr1q467w86z";
+ version = "5.0.17.10";
+ sha256 = "12s3n3l6lf2vwmh4jbxnra694fpnzjgd8c236pnan0jdcb6x82vl";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -119119,6 +119239,8 @@ self: {
executableToolDepends = [ alex happy ];
description = "hOpenPGP-based command-line tools";
license = stdenv.lib.licenses.agpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hopenssl" = callPackage
@@ -119361,10 +119483,8 @@ self: {
}:
mkDerivation {
pname = "horname";
- version = "0.1.3.0";
- sha256 = "067jnyqk4lwrr23hvc30rqjmd400n9vd8wvj9bq67w47paqcz9p9";
- revision = "1";
- editedCabalFile = "10cgcxvpl0s4hs2r5g34kcdiy676azz751j3w5703m54mpz9irwl";
+ version = "0.2.0.0";
+ sha256 = "1qcvgjwasrgi760sv5rxl5klincgw34xczd3mqz32id183s57164";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -119784,6 +119904,8 @@ self: {
];
description = "hpack's dhalling";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hpaco" = callPackage
@@ -120027,13 +120149,16 @@ self: {
}:
mkDerivation {
pname = "hpdft";
- version = "0.1.0.4";
- sha256 = "1rxr2qfs6cvk0hyvvq7w0jsq8vjf8b84ay5jzfhqyk8qk73ppfji";
+ version = "0.1.0.5";
+ sha256 = "1wcbkxcfwnmfbwfa3dqlqgf825b00x0fvmp4fp3jfxs6s5dyi6lh";
+ isLibrary = true;
+ isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
attoparsec base binary bytestring containers directory file-embed
parsec text utf8-string zlib
];
+ executableHaskellDepends = [ base bytestring utf8-string ];
description = "A tool for looking through PDF file using Haskell";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -120082,6 +120207,8 @@ self: {
];
description = "Monads for GPIO in Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hplayground" = callPackage
@@ -120239,6 +120366,8 @@ self: {
executableToolDepends = [ alex ];
description = "Parse Google Protocol Buffer specifications";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hprotoc-fork" = callPackage
@@ -120545,14 +120674,12 @@ self: {
({ mkDerivation, base, process, tasty, tasty-hunit }:
mkDerivation {
pname = "hrfsize";
- version = "0.0.1";
- sha256 = "1yj1kq8cxjclx61sav2s42yj5i0vcwy42givn01fi80gy9wmcx1w";
+ version = "0.0.2";
+ sha256 = "1vffw7r3lx80ny2v19ykfj76xswqpsijp1mri4kmd4jnlv5z2nin";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base process tasty tasty-hunit ];
description = "File size in human readable format";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hricket" = callPackage
@@ -121187,6 +121314,22 @@ self: {
broken = true;
}) {};
+ "hs-rqlite" = callPackage
+ ({ mkDerivation, aeson, base, bifunctors, bytestring, containers
+ , HTTP, scientific, text, unordered-containers
+ }:
+ mkDerivation {
+ pname = "hs-rqlite";
+ version = "0.1.0.0";
+ sha256 = "04q9vnwil3f30972pljs613wq1kb71w61jivdyxxy9i14grfcxsq";
+ libraryHaskellDepends = [
+ aeson base bifunctors bytestring containers HTTP scientific text
+ unordered-containers
+ ];
+ description = "A Haskell client for RQlite";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"hs-rs-notify" = callPackage
({ mkDerivation, base, filepath, notifier, process, protolude, text
, unix
@@ -121738,8 +121881,8 @@ self: {
pname = "hsc2hs";
version = "0.68.4";
sha256 = "07qzyr1j76gxrrsds65vivm5cx33paxpifvxdlmkxprrm3s4z7z6";
- revision = "1";
- editedCabalFile = "1wab9n4wy3bffxly0b0v1ppzf6sfn6aqc8pi1r8jnwb4rzy94c3i";
+ revision = "2";
+ editedCabalFile = "178jimc9qwrjmiiz8f0kk7gv2jaf51vv1n40rp42ggmi8mvf0m4v";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -121749,6 +121892,8 @@ self: {
testHaskellDepends = [ base tasty tasty-hspec ];
description = "A preprocessor that helps with writing Haskell bindings to C code";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hsc3" = callPackage
@@ -122445,7 +122590,7 @@ self: {
broken = true;
}) {};
- "hsdev_0_3_3_1" = callPackage
+ "hsdev_0_3_3_4" = callPackage
({ mkDerivation, aeson, aeson-pretty, array, async, attoparsec
, base, bytestring, Cabal, containers, cpphs, data-default, deepseq
, direct-sqlite, directory, exceptions, filepath, fsnotify, ghc
@@ -122459,8 +122604,8 @@ self: {
}:
mkDerivation {
pname = "hsdev";
- version = "0.3.3.1";
- sha256 = "09i1m3xkvjzq69mpzf73g3jxf3g5md8lfrxjwza6ns8ii9m4xcqh";
+ version = "0.3.3.4";
+ sha256 = "1hj2krdq4ybs1vcy9gw6p56sznzi7wrhkaaya4560kjyijvvfdml";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -122520,23 +122665,6 @@ self: {
}) {};
"hsdns" = callPackage
- ({ mkDerivation, adns, base, containers, network }:
- mkDerivation {
- pname = "hsdns";
- version = "1.7.1";
- sha256 = "0i50p31zxsrkx9hv3mqcl2042lf922b1fsswmd99d66ybkl01kag";
- revision = "1";
- editedCabalFile = "0w4hrmj7ph5dgarl82xpa0g77ncjdqk0wc9wp771pry98xxihzl8";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base containers network ];
- librarySystemDepends = [ adns ];
- description = "Asynchronous DNS Resolver";
- license = stdenv.lib.licenses.lgpl3;
- maintainers = with stdenv.lib.maintainers; [ peti ];
- }) {inherit (pkgs) adns;};
-
- "hsdns_1_8" = callPackage
({ mkDerivation, adns, base, containers, network }:
mkDerivation {
pname = "hsdns";
@@ -122550,7 +122678,6 @@ self: {
librarySystemDepends = [ adns ];
description = "Asynchronous DNS Resolver";
license = stdenv.lib.licenses.lgpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {inherit (pkgs) adns;};
@@ -122599,29 +122726,15 @@ self: {
}) {};
"hsemail" = callPackage
- ({ mkDerivation, base, doctest, hspec, mtl, old-time, parsec }:
+ ({ mkDerivation, base, hspec, parsec, time, time-compat }:
mkDerivation {
pname = "hsemail";
- version = "2";
- sha256 = "1nd8pzsdan6zxddm96xswcm67g43zkbj1rm3m3wx3as4jj3qmw7m";
- libraryHaskellDepends = [ base mtl old-time parsec ];
- testHaskellDepends = [ base doctest hspec mtl old-time parsec ];
- description = "Parsec parsers for the RFC2822 Internet Message format";
- license = stdenv.lib.licenses.bsd3;
- maintainers = with stdenv.lib.maintainers; [ peti ];
- }) {};
-
- "hsemail_2_1_0" = callPackage
- ({ mkDerivation, base, hspec, mtl, parsec, time }:
- mkDerivation {
- pname = "hsemail";
- version = "2.1.0";
- sha256 = "1m6x2lzjfs31pl4c0jz8xbhdcs13p5fxf58yymcahhw4aqmx12x6";
- libraryHaskellDepends = [ base mtl parsec time ];
+ version = "2.2.0";
+ sha256 = "0078n2snnrgsnl6az7c6jpmgyfsls4k1zr09f7ny7kn6g33g5z84";
+ libraryHaskellDepends = [ base parsec time time-compat ];
testHaskellDepends = [ base hspec parsec time ];
- description = "Parsec parsers for the RFC2822 Internet Message format";
+ description = "Parsec parsers for the Internet Message format (e-mail)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};
@@ -122925,6 +123038,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hsinspect" = callPackage
+ ({ mkDerivation, base, directory, ghc, ghc-boot, ghc-paths, time }:
+ mkDerivation {
+ pname = "hsinspect";
+ version = "0.0.1";
+ sha256 = "13z7dk42cnwdxfqnadis56m2wy0s5kyzw2dv55dnspd77hd5v28k";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base directory ghc ghc-boot time ];
+ executableHaskellDepends = [
+ base directory ghc ghc-boot ghc-paths time
+ ];
+ description = "Inspect Haskell source files";
+ license = stdenv.lib.licenses.gpl3Plus;
+ }) {};
+
"hsinstall" = callPackage
({ mkDerivation, base, Cabal, directory, filepath, heredoc, process
, safe-exceptions
@@ -123134,6 +123263,30 @@ self: {
license = stdenv.lib.licenses.mit;
}) {inherit (pkgs) lua5_3;};
+ "hslua_1_0_3_2" = callPackage
+ ({ mkDerivation, base, bytestring, containers, criterion, deepseq
+ , exceptions, fail, lua5_3, mtl, QuickCheck, quickcheck-instances
+ , tasty, tasty-hunit, tasty-quickcheck, text
+ }:
+ mkDerivation {
+ pname = "hslua";
+ version = "1.0.3.2";
+ sha256 = "183bgl5jcx5y2r94lviqfw0a5w9089nxjd1z40k8vx9y2h60pm6j";
+ configureFlags = [ "-fsystem-lua" "-f-use-pkgconfig" ];
+ libraryHaskellDepends = [
+ base bytestring containers exceptions fail mtl text
+ ];
+ librarySystemDepends = [ lua5_3 ];
+ testHaskellDepends = [
+ base bytestring containers exceptions fail mtl QuickCheck
+ quickcheck-instances tasty tasty-hunit tasty-quickcheck text
+ ];
+ benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
+ description = "Bindings to Lua, an embeddable scripting language";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {inherit (pkgs) lua5_3;};
+
"hslua-aeson" = callPackage
({ mkDerivation, aeson, base, bytestring, hashable, hslua, hspec
, HUnit, ieee754, QuickCheck, quickcheck-instances, scientific
@@ -123541,21 +123694,6 @@ self: {
}) {};
"hspec" = callPackage
- ({ mkDerivation, base, hspec-core, hspec-discover
- , hspec-expectations, QuickCheck
- }:
- mkDerivation {
- pname = "hspec";
- version = "2.6.1";
- sha256 = "1jkfqhdymr62rzqmlmc22mpla23p67rnls3v3zs30ggxbgs4dxlb";
- libraryHaskellDepends = [
- base hspec-core hspec-discover hspec-expectations QuickCheck
- ];
- description = "A Testing Framework for Haskell";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "hspec_2_7_1" = callPackage
({ mkDerivation, base, hspec-core, hspec-discover
, hspec-expectations, QuickCheck
}:
@@ -123568,7 +123706,6 @@ self: {
];
description = "A Testing Framework for Haskell";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-attoparsec" = callPackage
@@ -123616,33 +123753,6 @@ self: {
}) {};
"hspec-core" = callPackage
- ({ mkDerivation, ansi-terminal, array, base, call-stack, clock
- , deepseq, directory, filepath, hspec-expectations, hspec-meta
- , HUnit, process, QuickCheck, quickcheck-io, random, setenv
- , silently, stm, temporary, tf-random, transformers
- }:
- mkDerivation {
- pname = "hspec-core";
- version = "2.6.1";
- sha256 = "0xg43kan7p6ahi5827qwcyiic6bq0bp8n0n8h3j4kh87qhdl4avv";
- libraryHaskellDepends = [
- ansi-terminal array base call-stack clock deepseq directory
- filepath hspec-expectations HUnit QuickCheck quickcheck-io random
- setenv stm tf-random transformers
- ];
- testHaskellDepends = [
- ansi-terminal array base call-stack clock deepseq directory
- filepath hspec-expectations hspec-meta HUnit process QuickCheck
- quickcheck-io random setenv silently stm temporary tf-random
- transformers
- ];
- testToolDepends = [ hspec-meta ];
- testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'";
- description = "A Testing Framework for Haskell";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "hspec-core_2_7_1" = callPackage
({ mkDerivation, ansi-terminal, array, base, call-stack, clock
, deepseq, directory, filepath, hspec-expectations, hspec-meta
, HUnit, process, QuickCheck, quickcheck-io, random, setenv
@@ -123667,7 +123777,6 @@ self: {
testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'";
description = "A Testing Framework for Haskell";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-dirstream" = callPackage
@@ -123689,25 +123798,6 @@ self: {
}) {};
"hspec-discover" = callPackage
- ({ mkDerivation, base, directory, filepath, hspec-meta, QuickCheck
- }:
- mkDerivation {
- pname = "hspec-discover";
- version = "2.6.1";
- sha256 = "189gj8drfzdf3j3xm8gbj9hjc1ha95ajhi47s9r440yjhyarlmlx";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base directory filepath ];
- executableHaskellDepends = [ base directory filepath ];
- testHaskellDepends = [
- base directory filepath hspec-meta QuickCheck
- ];
- testToolDepends = [ hspec-meta ];
- description = "Automatically discover and run Hspec tests";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "hspec-discover_2_7_1" = callPackage
({ mkDerivation, base, directory, filepath, hspec-meta, QuickCheck
}:
mkDerivation {
@@ -123724,7 +123814,6 @@ self: {
testToolDepends = [ hspec-meta ];
description = "Automatically discover and run Hspec tests";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-expectations" = callPackage
@@ -123831,6 +123920,23 @@ self: {
broken = true;
}) {};
+ "hspec-golden" = callPackage
+ ({ mkDerivation, base, directory, hspec, hspec-core, silently
+ , simple-get-opt
+ }:
+ mkDerivation {
+ pname = "hspec-golden";
+ version = "0.1.0.0";
+ sha256 = "191z6pxks4ic1b8lzyfd8f3kw3zwmywvj8psd17lb65z121grj46";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base directory hspec-core ];
+ executableHaskellDepends = [ base directory simple-get-opt ];
+ testHaskellDepends = [ base directory hspec hspec-core silently ];
+ description = "Golden tests for hspec";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"hspec-golden-aeson" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, directory
, filepath, hspec, hspec-core, QuickCheck, quickcheck-arbitrary-adt
@@ -123926,10 +124032,8 @@ self: {
}:
mkDerivation {
pname = "hspec-megaparsec";
- version = "2.0.0";
- sha256 = "0c4vb0c2y8yar0jjhh24wkkp1g7pbg2wc8h8nw3avfznbil6zyd8";
- revision = "1";
- editedCabalFile = "15hpf1v1d4dwzdvk7xhgj37yd37pcyj6yzw750k1fcj6j0hk4rb7";
+ version = "2.0.1";
+ sha256 = "0w8nn2rh01lkiwsiyqh3gviklhfmy0245rakj94dmliyljw8skfg";
libraryHaskellDepends = [
base containers hspec-expectations megaparsec
];
@@ -124723,8 +124827,8 @@ self: {
}:
mkDerivation {
pname = "hssqlppp";
- version = "0.6.1";
- sha256 = "06rqf8gkz2f1ay1vd3ba0nzv9n1098vxm9sc9ls4dk2ismab7cgz";
+ version = "0.6.2";
+ sha256 = "0lzy6laqxi6v6hlz9j2kvxm9rc4i89m9lnffymfkfwxlrgq7wg0s";
libraryHaskellDepends = [
base containers mtl parsec pretty pretty-show syb text transformers
uniplate
@@ -124735,8 +124839,6 @@ self: {
];
description = "SQL parser and type checker";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hssqlppp-th" = callPackage
@@ -124745,8 +124847,8 @@ self: {
}:
mkDerivation {
pname = "hssqlppp-th";
- version = "0.6.1";
- sha256 = "09mxb2pmnk43bvdl7f58r8wxaw3h372sy174p42k8pphlss9amkg";
+ version = "0.6.2";
+ sha256 = "1p17srzz09iikxn47yr7qmv5g6z7c5kc5svlszmxlhs5j0kgahb0";
libraryHaskellDepends = [
base hssqlppp syb template-haskell text
];
@@ -124755,8 +124857,6 @@ self: {
];
description = "hssqlppp extras which need template-haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hstatistics" = callPackage
@@ -125110,6 +125210,8 @@ self: {
];
description = "HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hsyscall" = callPackage
@@ -125252,6 +125354,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "htdp-image" = callPackage
+ ({ mkDerivation, AC-Angle, base, gloss, HUnit, test-framework
+ , test-framework-hunit
+ }:
+ mkDerivation {
+ pname = "htdp-image";
+ version = "1.1.0.0";
+ sha256 = "17123nqkg8yk0pssmshdza0ipc42rx818q9gidig1d1camiyrfl4";
+ libraryHaskellDepends = [ AC-Angle base gloss ];
+ testHaskellDepends = [
+ base gloss HUnit test-framework test-framework-hunit
+ ];
+ description = "Beginner friendly graphics library";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"htestu" = callPackage
({ mkDerivation, base, gcc, random }:
mkDerivation {
@@ -125680,6 +125798,8 @@ self: {
];
description = "Parser for TOML files";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"htoml-megaparsec" = callPackage
@@ -125704,6 +125824,8 @@ self: {
doHaddock = false;
description = "Parser for TOML files";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"htrace" = callPackage
@@ -125824,33 +125946,6 @@ self: {
}) {};
"http-api-data" = callPackage
- ({ mkDerivation, attoparsec, attoparsec-iso8601, base, base-compat
- , bytestring, Cabal, cabal-doctest, containers, cookie, directory
- , doctest, filepath, hashable, hspec, hspec-discover, http-types
- , HUnit, nats, QuickCheck, quickcheck-instances, tagged, text, time
- , time-locale-compat, unordered-containers, uuid-types
- }:
- mkDerivation {
- pname = "http-api-data";
- version = "0.4";
- sha256 = "12ja2rrs6dvajw300agp4fms21859a7n193m7nicmwixy8wkyzl3";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- attoparsec attoparsec-iso8601 base base-compat bytestring
- containers cookie hashable http-types tagged text time
- time-locale-compat unordered-containers uuid-types
- ];
- testHaskellDepends = [
- base base-compat bytestring cookie directory doctest filepath hspec
- HUnit nats QuickCheck quickcheck-instances text time
- unordered-containers uuid-types
- ];
- testToolDepends = [ hspec-discover ];
- description = "Converting to/from HTTP API data like URL pieces, headers and query parameters";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "http-api-data_0_4_1" = callPackage
({ mkDerivation, attoparsec, attoparsec-iso8601, base, base-compat
, bytestring, Cabal, cabal-doctest, containers, cookie, directory
, doctest, filepath, hashable, hspec, hspec-discover, http-types
@@ -125875,7 +125970,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Converting to/from HTTP API data like URL pieces, headers and query parameters";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"http-attoparsec" = callPackage
@@ -125892,35 +125986,6 @@ self: {
}) {};
"http-client" = callPackage
- ({ mkDerivation, array, async, base, blaze-builder, bytestring
- , case-insensitive, containers, cookie, deepseq, directory
- , exceptions, filepath, ghc-prim, hspec, http-types, memory
- , mime-types, monad-control, network, network-uri, random, stm
- , streaming-commons, text, time, transformers, zlib
- }:
- mkDerivation {
- pname = "http-client";
- version = "0.5.14";
- sha256 = "0irnvrxlsr9f7ybvzbpv24zbq3lhxjzh6bavjnl527020jbl0l4f";
- revision = "1";
- editedCabalFile = "0xw5ac4cvcd4hcwl7j12adi7sgffjryqhk0x992k3qs1cxyv5028";
- libraryHaskellDepends = [
- array base blaze-builder bytestring case-insensitive containers
- cookie deepseq exceptions filepath ghc-prim http-types memory
- mime-types network network-uri random stm streaming-commons text
- time transformers
- ];
- testHaskellDepends = [
- async base blaze-builder bytestring case-insensitive containers
- deepseq directory hspec http-types monad-control network
- network-uri streaming-commons text time transformers zlib
- ];
- doCheck = false;
- description = "An HTTP client engine";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "http-client_0_6_4" = callPackage
({ mkDerivation, array, async, base, blaze-builder, bytestring
, case-insensitive, containers, cookie, deepseq, directory
, exceptions, filepath, ghc-prim, hspec, http-types, memory
@@ -125945,7 +126010,6 @@ self: {
doCheck = false;
description = "An HTTP client engine";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"http-client-auth" = callPackage
@@ -126081,6 +126145,8 @@ self: {
];
description = "restricting the servers that http-client will use";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"http-client-session" = callPackage
@@ -126203,6 +126269,8 @@ self: {
pname = "http-conduit";
version = "2.3.7.1";
sha256 = "1xnjbwvil1an5crffcwapdqyinbvvss25rcdra05isqixcs26h39";
+ revision = "1";
+ editedCabalFile = "0mmlaxnpxpgm4kzxid3xlwwqd53djx8n9a07nhvk5awyql1h9yj5";
libraryHaskellDepends = [
aeson attoparsec base bytestring conduit conduit-extra http-client
http-client-tls http-types mtl resourcet transformers unliftio-core
@@ -126263,8 +126331,6 @@ self: {
];
description = "HTTP downloader tailored for web-crawler needs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"http-date" = callPackage
@@ -126284,19 +126350,22 @@ self: {
}) {};
"http-directory" = callPackage
- ({ mkDerivation, base, bytestring, html-conduit, http-client
+ ({ mkDerivation, base, bytestring, hspec, html-conduit, http-client
, http-client-tls, http-date, http-types, text, time, xml-conduit
}:
mkDerivation {
pname = "http-directory";
- version = "0.1.4";
- sha256 = "0cs42s38kg4334j345balxl6bkqx12n5d7arsxbh9l4wg8rlca3g";
+ version = "0.1.5";
+ sha256 = "075crysy7avf97vlskwlk8813q2bnqw9p3q29c5yb2yhmykrpwyn";
libraryHaskellDepends = [
base bytestring html-conduit http-client http-client-tls http-date
http-types text time xml-conduit
];
+ testHaskellDepends = [ base hspec ];
description = "http directory listing library";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"http-dispatch" = callPackage
@@ -126329,8 +126398,8 @@ self: {
pname = "http-download";
version = "0.1.0.0";
sha256 = "0wip7l6cls734ag306s5l0683qqh273b3lk5ibig66racmysjqyb";
- revision = "2";
- editedCabalFile = "0aprl9vnc0i96qbdyjlw5v30aq91nbv65yxd71jca8vbkij3v7iv";
+ revision = "4";
+ editedCabalFile = "1s20zjh52whs6hfhr90zyyy7g78zv1pw9hry1nwlzdv4hg97cbdh";
libraryHaskellDepends = [
base base64-bytestring bytestring conduit conduit-extra cryptonite
cryptonite-conduit directory exceptions filepath http-client
@@ -126507,28 +126576,6 @@ self: {
}) {};
"http-media" = callPackage
- ({ mkDerivation, base, bytestring, case-insensitive, containers
- , QuickCheck, test-framework, test-framework-quickcheck2
- , utf8-string
- }:
- mkDerivation {
- pname = "http-media";
- version = "0.7.1.3";
- sha256 = "0kqjzvh5y8r6x5rw2kgd816w2963c6cbyw2qjvaj2mv59zxzqkrr";
- revision = "1";
- editedCabalFile = "19py5pspx80gg679p9dzqr3iidflppxc1x4vkldamjkidyi406j8";
- libraryHaskellDepends = [
- base bytestring case-insensitive containers utf8-string
- ];
- testHaskellDepends = [
- base bytestring case-insensitive containers QuickCheck
- test-framework test-framework-quickcheck2 utf8-string
- ];
- description = "Processing HTTP Content-Type and Accept headers";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "http-media_0_8_0_0" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, containers
, QuickCheck, test-framework, test-framework-quickcheck2
, utf8-string
@@ -126548,7 +126595,6 @@ self: {
];
description = "Processing HTTP Content-Type and Accept headers";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"http-monad" = callPackage
@@ -126904,6 +126950,38 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "http2_2_0_3" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, array, base
+ , base16-bytestring, bytestring, case-insensitive, containers
+ , directory, doctest, filepath, gauge, Glob, heaps, hspec
+ , http-types, mwc-random, network, network-byte-order, psqueues
+ , stm, text, time-manager, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "http2";
+ version = "2.0.3";
+ sha256 = "14qh1g0f0m0gj8ciww7rh9mcsxxjyvp5sv3ggyyxb0qf3prhalds";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ array base bytestring case-insensitive containers http-types
+ network network-byte-order psqueues stm time-manager
+ ];
+ testHaskellDepends = [
+ aeson aeson-pretty array base base16-bytestring bytestring
+ case-insensitive containers directory doctest filepath Glob hspec
+ http-types network network-byte-order psqueues stm text
+ time-manager unordered-containers vector
+ ];
+ benchmarkHaskellDepends = [
+ array base bytestring case-insensitive containers gauge heaps
+ mwc-random network-byte-order psqueues stm
+ ];
+ description = "HTTP/2 library";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"http2-client" = callPackage
({ mkDerivation, async, base, bytestring, containers, deepseq
, http2, lifted-async, lifted-base, mtl, network, stm, time, tls
@@ -126977,26 +127055,9 @@ self: {
];
description = "Types for gRPC over HTTP2 common for client and servers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"httpd-shed" = callPackage
- ({ mkDerivation, base, network, network-uri }:
- mkDerivation {
- pname = "httpd-shed";
- version = "0.4.0.3";
- sha256 = "064jy1mqhnf1hvq6s04wlhmp916rd522x58djb9qixv13vc8gzxh";
- revision = "2";
- editedCabalFile = "12y9qf8s0aq4dc80wrvh14cjvvm4mcygrqq72w4z8w9n8mp8jg9p";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base network network-uri ];
- description = "A simple web-server with an interact style API";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "httpd-shed_0_4_1_1" = callPackage
({ mkDerivation, base, network, network-bsd, network-uri }:
mkDerivation {
pname = "httpd-shed";
@@ -127007,7 +127068,6 @@ self: {
libraryHaskellDepends = [ base network network-bsd network-uri ];
description = "A simple web-server with an interact style API";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"https-everywhere-rules" = callPackage
@@ -127314,13 +127374,13 @@ self: {
}) {};
"human-readable-duration" = callPackage
- ({ mkDerivation, base, criterion, doctest, Glob }:
+ ({ mkDerivation, base, criterion, doctest, Glob, time }:
mkDerivation {
pname = "human-readable-duration";
- version = "0.2.1.3";
- sha256 = "1zq85v9knc73ck9lqrn4k0w121ifpjg7j053qmhgam0605j89236";
+ version = "0.2.1.4";
+ sha256 = "06yw7bab1hk8287d2zdg45m46pgp87fivh0cb2x1nxivvn1qfs6c";
libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base doctest Glob ];
+ testHaskellDepends = [ base doctest Glob time ];
benchmarkHaskellDepends = [ base criterion ];
description = "Provide duration helper";
license = stdenv.lib.licenses.bsd3;
@@ -127388,17 +127448,6 @@ self: {
}) {};
"hunit-dejafu" = callPackage
- ({ mkDerivation, base, dejafu, exceptions, HUnit }:
- mkDerivation {
- pname = "hunit-dejafu";
- version = "1.2.1.0";
- sha256 = "075xx6rz1bxyj00plkrfz04wfq1rim8nkn43xj0d7js86qhvqyrc";
- libraryHaskellDepends = [ base dejafu exceptions HUnit ];
- description = "Deja Fu support for the HUnit test framework";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "hunit-dejafu_2_0_0_1" = callPackage
({ mkDerivation, base, dejafu, exceptions, HUnit }:
mkDerivation {
pname = "hunit-dejafu";
@@ -127407,7 +127456,6 @@ self: {
libraryHaskellDepends = [ base dejafu exceptions HUnit ];
description = "Deja Fu support for the HUnit test framework";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hunit-gui" = callPackage
@@ -127601,8 +127649,6 @@ self: {
];
description = "Upload packages or documentation to a hackage server";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hurdle" = callPackage
@@ -127770,25 +127816,13 @@ self: {
({ mkDerivation, aeson, base, text, vector }:
mkDerivation {
pname = "hvega";
- version = "0.1.0.3";
- sha256 = "0hh5izmw6ss4yznr665674p48lwxgzf3kspl86sy4sfrbab5jxqa";
+ version = "0.3.0.1";
+ sha256 = "04qrlqzi065r9b83wyw1zymnyjvpy5jhlzxxqd2j6m9zsngh7hl1";
libraryHaskellDepends = [ aeson base text vector ];
- description = "Create Vega and Vega-Lite visualizations";
+ description = "Create Vega-Lite visualizations (version 3) in Haskell";
license = stdenv.lib.licenses.bsd3;
}) {};
- "hvega_0_2_0_0" = callPackage
- ({ mkDerivation, aeson, base, text, vector }:
- mkDerivation {
- pname = "hvega";
- version = "0.2.0.0";
- sha256 = "07ynsm2karz34wyrszkcmk6xm2pw684isgc7gjnlnn1wq2gbyj9k";
- libraryHaskellDepends = [ aeson base text vector ];
- description = "Create Vega-Lite visualizations in Haskell";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"hw-aeson" = callPackage
({ mkDerivation, aeson, base, hedgehog, hspec, text }:
mkDerivation {
@@ -127826,7 +127860,7 @@ self: {
broken = true;
}) {};
- "hw-balancedparens_0_2_2_0" = callPackage
+ "hw-balancedparens_0_3_0_0" = callPackage
({ mkDerivation, base, criterion, deepseq, hedgehog, hspec
, hspec-discover, hw-bits, hw-excess, hw-fingertree
, hw-hspec-hedgehog, hw-prim, hw-rankselect-base, transformers
@@ -127834,8 +127868,10 @@ self: {
}:
mkDerivation {
pname = "hw-balancedparens";
- version = "0.2.2.0";
- sha256 = "105s6slx9h3rx6r6iqp4c4mjpp674h4fss7p40bvv18mgxki9pzz";
+ version = "0.3.0.0";
+ sha256 = "1xb2pyhmcwl927v4hc7nfi31bf9lvlz9mnqdbb7mzpl6bdlg7xc7";
+ revision = "1";
+ editedCabalFile = "1a8zs7j05vxbamcc63fi1xf6vvz7bg1zf0a72930xh4y4bd2m0qk";
libraryHaskellDepends = [
base deepseq hedgehog hspec hw-bits hw-excess hw-fingertree hw-prim
hw-rankselect-base vector
@@ -127900,6 +127936,8 @@ self: {
doHaddock = false;
description = "CI Assistant for Haskell projects";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"hw-conduit" = callPackage
@@ -128025,26 +128063,6 @@ self: {
}) {};
"hw-eliasfano" = callPackage
- ({ mkDerivation, base, hspec, hw-bits, hw-int, hw-packed-vector
- , hw-prim, QuickCheck, safe, vector
- }:
- mkDerivation {
- pname = "hw-eliasfano";
- version = "0.1.0.1";
- sha256 = "1rj8435fyg882f69cw0p20j8q9j6jlyvf3gshgkbyi2fzv5hnw8l";
- libraryHaskellDepends = [
- base hw-bits hw-int hw-packed-vector hw-prim safe vector
- ];
- testHaskellDepends = [
- base hspec hw-bits hw-int hw-prim QuickCheck vector
- ];
- description = "Elias-Fano";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hw-eliasfano_0_1_1_0" = callPackage
({ mkDerivation, base, binary, bytestring, criterion, deepseq
, generic-lens, hedgehog, hspec, hspec-discover, hw-bits
, hw-hedgehog, hw-hspec-hedgehog, hw-int, hw-packed-vector, hw-prim
@@ -128081,32 +128099,6 @@ self: {
}) {};
"hw-excess" = callPackage
- ({ mkDerivation, base, bytestring, criterion, hedgehog, hspec
- , hspec-discover, hw-bits, hw-hspec-hedgehog, hw-prim
- , hw-rankselect-base, QuickCheck, safe, vector
- }:
- mkDerivation {
- pname = "hw-excess";
- version = "0.2.1.0";
- sha256 = "1a58flwxsd64q168c6i4r3msfjnhf65hhjjb8a6ynrzl4ddqm780";
- libraryHaskellDepends = [
- base hw-bits hw-prim hw-rankselect-base safe vector
- ];
- testHaskellDepends = [
- base hedgehog hspec hw-bits hw-hspec-hedgehog hw-prim QuickCheck
- vector
- ];
- testToolDepends = [ hspec-discover ];
- benchmarkHaskellDepends = [
- base bytestring criterion hw-prim vector
- ];
- description = "Excess";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hw-excess_0_2_2_0" = callPackage
({ mkDerivation, base, bytestring, criterion, hedgehog, hspec
, hspec-discover, hw-bits, hw-hspec-hedgehog, hw-prim
, hw-rankselect-base, QuickCheck, safe, vector
@@ -128147,8 +128139,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Generic finger-tree structure, with example instances";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-fingertree-strict" = callPackage
@@ -128184,20 +128174,6 @@ self: {
}) {};
"hw-hspec-hedgehog" = callPackage
- ({ mkDerivation, base, call-stack, hedgehog, hspec, HUnit }:
- mkDerivation {
- pname = "hw-hspec-hedgehog";
- version = "0.1.0.4";
- sha256 = "1vlrrskalip7a477px7imwy9yifvdx7c03zrgk90rlarivwkggaq";
- revision = "2";
- editedCabalFile = "1jh0p4i87c2bn926s0d7qx6ykssjj26fia0d24grlklkd14bnmpq";
- libraryHaskellDepends = [ base call-stack hedgehog hspec HUnit ];
- testHaskellDepends = [ base hedgehog hspec ];
- description = "Interoperability between hspec and hedgehog";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "hw-hspec-hedgehog_0_1_0_7" = callPackage
({ mkDerivation, base, call-stack, hedgehog, hspec, hspec-discover
, HUnit, transformers
}:
@@ -128214,7 +128190,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Interoperability between hspec and hedgehog";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hw-int" = callPackage
@@ -128229,37 +128204,14 @@ self: {
}) {};
"hw-ip" = callPackage
- ({ mkDerivation, appar, base, containers, generic-lens, hedgehog
- , hspec, hw-bits, hw-hspec-hedgehog, iproute, text
- }:
- mkDerivation {
- pname = "hw-ip";
- version = "2.0.1.0";
- sha256 = "1r1ck890id7x9b1dpp23h656mvh24bacxdbvxhgkdjiryklrjsqr";
- libraryHaskellDepends = [
- appar base containers generic-lens hw-bits iproute text
- ];
- testHaskellDepends = [
- appar base generic-lens hedgehog hspec hw-bits hw-hspec-hedgehog
- text
- ];
- description = "Library for manipulating IP addresses and CIDR blocks";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hw-ip_2_3_1_1" = callPackage
({ mkDerivation, appar, base, binary, bytestring, containers
, generic-lens, hedgehog, hspec, hspec-discover, hw-bits
, hw-hspec-hedgehog, iproute, lens, optparse-applicative, text
}:
mkDerivation {
pname = "hw-ip";
- version = "2.3.1.1";
- sha256 = "15y5zbbyh0fkz5b8gv027irjpimmcx5fzilhaai83hcnnv0kbamf";
- revision = "1";
- editedCabalFile = "0h56lr70p90xzw9qx2d91rynn6iywhdnd725bjx208pg6mz4ia86";
+ version = "2.3.4.1";
+ sha256 = "023wv7dvpyw2nnlrdqhp3nqrbbh9af074fz12y8510br2gfdyamd";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -128281,43 +128233,6 @@ self: {
}) {};
"hw-json" = callPackage
- ({ mkDerivation, ansi-wl-pprint, array, attoparsec, base
- , bytestring, containers, criterion, directory, dlist, hspec
- , hw-balancedparens, hw-bits, hw-mquery, hw-parser, hw-prim
- , hw-rankselect, hw-rankselect-base, lens, mmap
- , optparse-applicative, text, vector, word8
- }:
- mkDerivation {
- pname = "hw-json";
- version = "0.9.0.1";
- sha256 = "00prvi3jrb02g92vq1ghyxpdpqangj482x1k3l13s385804grgqw";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- ansi-wl-pprint array attoparsec base bytestring containers dlist
- hw-balancedparens hw-bits hw-mquery hw-parser hw-prim hw-rankselect
- hw-rankselect-base mmap text vector word8
- ];
- executableHaskellDepends = [
- base bytestring criterion dlist hw-balancedparens hw-bits hw-mquery
- hw-prim hw-rankselect hw-rankselect-base lens mmap
- optparse-applicative vector
- ];
- testHaskellDepends = [
- attoparsec base bytestring containers hspec hw-balancedparens
- hw-bits hw-prim hw-rankselect hw-rankselect-base mmap vector
- ];
- benchmarkHaskellDepends = [
- base bytestring criterion directory hw-balancedparens hw-bits
- hw-prim hw-rankselect hw-rankselect-base mmap vector
- ];
- description = "Memory efficient JSON parser";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hw-json_1_0_0_2" = callPackage
({ mkDerivation, ansi-wl-pprint, array, attoparsec, base
, bits-extra, bytestring, criterion, directory, dlist, generic-lens
, hedgehog, hspec, hspec-discover, hw-balancedparens, hw-bits
@@ -128358,6 +128273,50 @@ self: {
broken = true;
}) {};
+ "hw-json_1_3_0_1" = callPackage
+ ({ mkDerivation, aeson, ansi-wl-pprint, attoparsec, base
+ , bits-extra, bytestring, criterion, directory, dlist, generic-lens
+ , hedgehog, hspec, hspec-discover, hw-balancedparens, hw-bits
+ , hw-hspec-hedgehog, hw-json-simd, hw-json-simple-cursor
+ , hw-json-standard-cursor, hw-mquery, hw-parser, hw-prim
+ , hw-rankselect, hw-rankselect-base, hw-simd, lens, mmap
+ , optparse-applicative, scientific, text, transformers, vector
+ , word8
+ }:
+ mkDerivation {
+ pname = "hw-json";
+ version = "1.3.0.1";
+ sha256 = "10m4f4jv3wb4n4na1d1a26s81n7clxgmj2745xs9yrax1wvqnjg0";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson ansi-wl-pprint attoparsec base bits-extra bytestring dlist
+ hw-balancedparens hw-bits hw-json-simple-cursor
+ hw-json-standard-cursor hw-mquery hw-parser hw-prim hw-rankselect
+ hw-rankselect-base hw-simd mmap text vector word8
+ ];
+ executableHaskellDepends = [
+ base bytestring dlist generic-lens hw-balancedparens hw-json-simd
+ hw-json-simple-cursor hw-json-standard-cursor hw-mquery hw-prim
+ hw-rankselect hw-rankselect-base lens mmap optparse-applicative
+ text vector
+ ];
+ testHaskellDepends = [
+ aeson attoparsec base bytestring hedgehog hspec hw-balancedparens
+ hw-bits hw-hspec-hedgehog hw-json-simple-cursor
+ hw-json-standard-cursor hw-prim hw-rankselect hw-rankselect-base
+ scientific text transformers vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion directory hw-json-standard-cursor mmap
+ ];
+ description = "Memory efficient JSON parser";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hw-json-lens" = callPackage
({ mkDerivation, base, bytestring, containers, criterion, hw-json
, lens, scientific, word8
@@ -128396,6 +128355,77 @@ self: {
testHaskellDepends = [ base bytestring hw-prim lens vector ];
description = "SIMD-based JSON semi-indexer";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "hw-json-simple-cursor" = callPackage
+ ({ mkDerivation, base, bytestring, criterion, directory
+ , generic-lens, hedgehog, hspec, hspec-discover, hw-balancedparens
+ , hw-bits, hw-hspec-hedgehog, hw-json-simd, hw-prim, hw-rankselect
+ , hw-rankselect-base, lens, mmap, optparse-applicative, text
+ , vector, word8
+ }:
+ mkDerivation {
+ pname = "hw-json-simple-cursor";
+ version = "0.1.0.1";
+ sha256 = "0asvkzz0dgcc5cjrn3wqhn3svxi13wfzxi0ggc8mzzmfci07jigy";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring hw-balancedparens hw-bits hw-prim hw-rankselect
+ hw-rankselect-base vector word8
+ ];
+ executableHaskellDepends = [
+ base bytestring generic-lens hw-balancedparens hw-json-simd hw-prim
+ hw-rankselect hw-rankselect-base lens mmap optparse-applicative
+ text vector
+ ];
+ testHaskellDepends = [
+ base bytestring hedgehog hspec hw-balancedparens hw-bits
+ hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion directory mmap
+ ];
+ description = "Memory efficient JSON parser";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "hw-json-standard-cursor" = callPackage
+ ({ mkDerivation, array, base, bits-extra, bytestring, criterion
+ , directory, generic-lens, hedgehog, hspec, hspec-discover
+ , hw-balancedparens, hw-bits, hw-hspec-hedgehog, hw-json-simd
+ , hw-prim, hw-rankselect, hw-rankselect-base, lens, mmap
+ , optparse-applicative, text, vector, word8
+ }:
+ mkDerivation {
+ pname = "hw-json-standard-cursor";
+ version = "0.2.1.1";
+ sha256 = "0z0lxzciyw6b49w1s88yx9lcqgk0fjmh1zv7qs3jnn9sk0bqldh5";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ array base bits-extra bytestring hw-balancedparens hw-bits
+ hw-json-simd hw-prim hw-rankselect hw-rankselect-base mmap vector
+ word8
+ ];
+ executableHaskellDepends = [
+ base bytestring generic-lens hw-balancedparens hw-json-simd hw-prim
+ hw-rankselect hw-rankselect-base lens mmap optparse-applicative
+ text vector
+ ];
+ testHaskellDepends = [
+ base bytestring hedgehog hspec hw-balancedparens hw-bits
+ hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion directory mmap
+ ];
+ description = "Memory efficient JSON parser";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -128408,8 +128438,8 @@ self: {
}:
mkDerivation {
pname = "hw-kafka-avro";
- version = "4.0.0";
- sha256 = "0khqvd1l44bx4mnrv7hbvr0qbak6n17l4qqk3lwga21qnchnlgak";
+ version = "4.0.1";
+ sha256 = "1x0mq3sn05iwrn444kzyl66056xm8203hq0ajx9f8r85faq3v1ir";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -128473,33 +128503,6 @@ self: {
}) {};
"hw-mquery" = callPackage
- ({ mkDerivation, ansi-wl-pprint, base, dlist, hedgehog, hspec
- , hspec-discover, hw-hspec-hedgehog, lens, QuickCheck, semigroups
- }:
- mkDerivation {
- pname = "hw-mquery";
- version = "0.1.0.3";
- sha256 = "0i020vl1f2nkk80rd1fmx9ilkrzyggp01ka3bz9n0365mcq5g3s5";
- revision = "1";
- editedCabalFile = "1i5kir4fxv564h01sjj29zs460w23rj7q5ykq98x3cwmynlrkl6l";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- ansi-wl-pprint base dlist lens semigroups
- ];
- executableHaskellDepends = [
- ansi-wl-pprint base dlist lens semigroups
- ];
- testHaskellDepends = [
- ansi-wl-pprint base dlist hedgehog hspec hw-hspec-hedgehog lens
- QuickCheck semigroups
- ];
- testToolDepends = [ hspec-discover ];
- description = "Monadic query DSL";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "hw-mquery_0_2_0_1" = callPackage
({ mkDerivation, ansi-wl-pprint, base, dlist, hedgehog, hspec
, hspec-discover, hw-hspec-hedgehog, lens, semigroups
}:
@@ -128521,38 +128524,17 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Monadic query DSL";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hw-packed-vector" = callPackage
- ({ mkDerivation, base, bytestring, hspec, hw-bits, hw-int, hw-prim
- , hw-string-parse, QuickCheck, safe, vector
+ ({ mkDerivation, base, bytestring, criterion, deepseq, directory
+ , hedgehog, hspec, hspec-discover, hw-bits, hw-hedgehog
+ , hw-hspec-hedgehog, hw-prim, vector
}:
mkDerivation {
pname = "hw-packed-vector";
- version = "0.0.0.1";
- sha256 = "0ca9073b79ifh5rhif6ph6fqq5aad0pk1djbka46xk93rf00m65n";
- libraryHaskellDepends = [
- base bytestring hw-bits hw-int hw-prim hw-string-parse safe vector
- ];
- testHaskellDepends = [
- base bytestring hspec hw-bits hw-prim QuickCheck vector
- ];
- description = "Packed Vector";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hw-packed-vector_0_0_0_2" = callPackage
- ({ mkDerivation, base, bytestring, deepseq, hedgehog, hspec
- , hspec-discover, hw-bits, hw-hedgehog, hw-hspec-hedgehog, hw-prim
- , vector
- }:
- mkDerivation {
- pname = "hw-packed-vector";
- version = "0.0.0.2";
- sha256 = "1a4avk679l8c1a0hc3ziy508b8y94afr16av64cfldgbc904qr8y";
+ version = "0.0.0.3";
+ sha256 = "1l021x4sya6fmdhz6nsqh4nvvc3bbb29y30ari0qvn5789nwxzv3";
libraryHaskellDepends = [
base bytestring deepseq hw-bits hw-prim vector
];
@@ -128561,6 +128543,42 @@ self: {
hw-hspec-hedgehog hw-prim vector
];
testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base criterion directory hedgehog hspec hw-prim vector
+ ];
+ description = "Packed Vector";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "hw-packed-vector_0_2_0_0" = callPackage
+ ({ mkDerivation, base, binary, bytestring, criterion, deepseq
+ , directory, generic-lens, hedgehog, hspec, hspec-discover, hw-bits
+ , hw-hedgehog, hw-hspec-hedgehog, hw-prim, lens
+ , optparse-applicative, vector
+ }:
+ mkDerivation {
+ pname = "hw-packed-vector";
+ version = "0.2.0.0";
+ sha256 = "1nspd5hwn32fjgxmg08bq8hmyxzh61gc72zgd24mcpy94kzq58xd";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring deepseq hw-bits hw-prim vector
+ ];
+ executableHaskellDepends = [
+ base binary bytestring generic-lens hw-bits hw-prim lens
+ optparse-applicative vector
+ ];
+ testHaskellDepends = [
+ base bytestring hedgehog hspec hw-bits hw-hedgehog
+ hw-hspec-hedgehog hw-prim vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base criterion directory hedgehog hspec hw-prim vector
+ ];
description = "Packed Vector";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -128584,21 +128602,20 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Simple parser support";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-prim" = callPackage
({ mkDerivation, base, bytestring, criterion, directory, exceptions
, ghc-prim, hedgehog, hspec, hspec-discover, hw-hspec-hedgehog
- , mmap, QuickCheck, semigroups, transformers, vector
+ , mmap, QuickCheck, semigroups, transformers, unliftio-core, vector
}:
mkDerivation {
pname = "hw-prim";
- version = "0.6.2.25";
- sha256 = "1pdl26vpy4pss90b48xnhc4n29310clphf4kfp5fppvnpnxrr5bs";
+ version = "0.6.2.31";
+ sha256 = "00xfakvwnj3zys2ilpc9w9z5qzw1ng3cc65jfa1860z6yr7xdp59";
libraryHaskellDepends = [
- base bytestring ghc-prim mmap semigroups transformers vector
+ base bytestring ghc-prim mmap semigroups transformers unliftio-core
+ vector
];
testHaskellDepends = [
base bytestring directory exceptions hedgehog hspec
@@ -128610,34 +128627,6 @@ self: {
];
description = "Primitive functions and data types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hw-prim_0_6_2_26" = callPackage
- ({ mkDerivation, base, bytestring, criterion, directory, exceptions
- , ghc-prim, hedgehog, hspec, hspec-discover, hw-hspec-hedgehog
- , mmap, QuickCheck, semigroups, transformers, vector
- }:
- mkDerivation {
- pname = "hw-prim";
- version = "0.6.2.26";
- sha256 = "1bim58jvvf68cxvjpy1d8zqcry4jicns9a2rzk4xdr8p2xi3h2xj";
- libraryHaskellDepends = [
- base bytestring ghc-prim mmap semigroups transformers vector
- ];
- testHaskellDepends = [
- base bytestring directory exceptions hedgehog hspec
- hw-hspec-hedgehog mmap QuickCheck semigroups transformers vector
- ];
- testToolDepends = [ hspec-discover ];
- benchmarkHaskellDepends = [
- base bytestring criterion mmap semigroups transformers vector
- ];
- description = "Primitive functions and data types";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-prim-bits" = callPackage
@@ -128658,46 +128647,9 @@ self: {
benchmarkHaskellDepends = [ base criterion vector ];
description = "Primitive support for bit manipulation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-rankselect" = callPackage
- ({ mkDerivation, base, bytestring, conduit, criterion, deepseq
- , directory, hedgehog, hspec, hw-balancedparens, hw-bits
- , hw-hedgehog, hw-hspec-hedgehog, hw-prim, hw-rankselect-base, lens
- , mmap, mtl, optparse-applicative, QuickCheck, resourcet
- , transformers, vector
- }:
- mkDerivation {
- pname = "hw-rankselect";
- version = "0.12.0.4";
- sha256 = "0l27pfsqvil9l4p7hk2bvgxsa35z88179w88wbwvmjf4vsmpiqkh";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base deepseq hw-balancedparens hw-bits hw-prim hw-rankselect-base
- vector
- ];
- executableHaskellDepends = [
- base directory hw-bits hw-prim hw-rankselect-base lens mmap mtl
- optparse-applicative vector
- ];
- testHaskellDepends = [
- base directory hedgehog hspec hw-bits hw-hedgehog hw-hspec-hedgehog
- hw-prim hw-rankselect-base mmap QuickCheck transformers vector
- ];
- benchmarkHaskellDepends = [
- base bytestring conduit criterion directory hw-bits hw-prim
- hw-rankselect-base mmap resourcet vector
- ];
- description = "Rank-select";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "hw-rankselect_0_13_0_0" = callPackage
({ mkDerivation, base, bytestring, conduit, criterion, deepseq
, directory, generic-lens, hedgehog, hspec, hspec-discover
, hw-balancedparens, hw-bits, hw-hedgehog, hw-hspec-hedgehog
@@ -128735,6 +128687,43 @@ self: {
broken = true;
}) {};
+ "hw-rankselect_0_13_2_0" = callPackage
+ ({ mkDerivation, base, bytestring, conduit, criterion, deepseq
+ , directory, generic-lens, hedgehog, hspec, hspec-discover
+ , hw-balancedparens, hw-bits, hw-fingertree, hw-hedgehog
+ , hw-hspec-hedgehog, hw-prim, hw-rankselect-base, lens, mmap, mtl
+ , optparse-applicative, QuickCheck, resourcet, transformers, vector
+ }:
+ mkDerivation {
+ pname = "hw-rankselect";
+ version = "0.13.2.0";
+ sha256 = "00k163jalapxdlcmcvi4ddk60bsj34f7ng05agvh1374kybqscb4";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base deepseq hedgehog hspec hw-balancedparens hw-bits hw-fingertree
+ hw-prim hw-rankselect-base vector
+ ];
+ executableHaskellDepends = [
+ base directory generic-lens hw-bits hw-prim hw-rankselect-base lens
+ mmap mtl optparse-applicative vector
+ ];
+ testHaskellDepends = [
+ base directory hedgehog hspec hw-bits hw-hedgehog hw-hspec-hedgehog
+ hw-prim hw-rankselect-base mmap QuickCheck transformers vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bytestring conduit criterion directory hw-bits hw-prim
+ hw-rankselect-base mmap resourcet vector
+ ];
+ doHaddock = false;
+ description = "Rank-select";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"hw-rankselect-base" = callPackage
({ mkDerivation, base, bits-extra, criterion, hedgehog, hspec
, hw-bits, hw-hedgehog, hw-hspec-hedgehog, hw-int, hw-prim
@@ -128744,8 +128733,8 @@ self: {
pname = "hw-rankselect-base";
version = "0.3.2.1";
sha256 = "0q4kywln4bls2dvazhqh2acw4yqnabnx0mdkhldgg70q8amnq2nj";
- revision = "1";
- editedCabalFile = "1sx2ibjz7anhiir76ycf7bmm0s16adn7l705clck0fk53dz3h8ds";
+ revision = "2";
+ editedCabalFile = "0djyix1fp00s8j0qjja4557wdflgixpz4fvrmwiw7x294zr9f9fw";
libraryHaskellDepends = [
base bits-extra hw-bits hw-int hw-prim hw-string-parse safe vector
];
@@ -128861,28 +128850,26 @@ self: {
}) {};
"hw-uri" = callPackage
- ({ mkDerivation, amazonka, amazonka-core, amazonka-s3, antiope-core
- , antiope-s3, base, bytestring, directory, exceptions, filepath
- , hedgehog, hspec, hspec-discover, http-client, http-types
- , hw-hspec-hedgehog, lens, mtl, resourcet, text
+ ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3
+ , antiope-core, antiope-s3, base, bytestring, directory, exceptions
+ , filepath, hedgehog, hspec, hspec-discover, http-client
+ , http-types, hw-hspec-hedgehog, lens, mtl, resourcet, text
}:
mkDerivation {
pname = "hw-uri";
- version = "0.0.0.1";
- sha256 = "11cibgdyk4r1ad6hamb81ffcf27yar9w8045533f2sr6vfnhrj6m";
- revision = "1";
- editedCabalFile = "0lmga3mr4ww59mv1nv2gj8gf00q7fnylgm4fjqk98kk1y98zi0in";
+ version = "0.1.1.0";
+ sha256 = "1f96632k6pcaxhy2nrm13s9kdb0dz3vsav6hzf94wlv7zdlncn8x";
libraryHaskellDepends = [
- amazonka amazonka-core amazonka-s3 antiope-core antiope-s3 base
- bytestring directory exceptions filepath http-client http-types
- lens mtl resourcet text
+ aeson amazonka amazonka-core amazonka-s3 antiope-core antiope-s3
+ base bytestring directory exceptions filepath http-client
+ http-types lens mtl resourcet text
];
testHaskellDepends = [
- antiope-core antiope-s3 base bytestring filepath hedgehog hspec
- http-types hw-hspec-hedgehog lens text
+ aeson antiope-core antiope-s3 base bytestring filepath hedgehog
+ hspec http-types hw-hspec-hedgehog lens text
];
testToolDepends = [ hspec-discover ];
- description = "CI Assistant for Haskell projects";
+ description = "Supports IO on URIs";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -128900,8 +128887,6 @@ self: {
testHaskellDepends = [ base hspec QuickCheck vector ];
description = "Vector type with convenient typeclass instances";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"hw-xml" = callPackage
@@ -128914,8 +128899,8 @@ self: {
}:
mkDerivation {
pname = "hw-xml";
- version = "0.1.0.4";
- sha256 = "1ay4qz30m1aiych3rypbmpfbsc8wjal5w4l7h1zm44hl9ghiap9d";
+ version = "0.3.0.0";
+ sha256 = "1f7q4vqrj5iv2c2dcgc6cld6zaqqp8d575fnali1lg3fv5n1g69k";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -129221,8 +129206,8 @@ self: {
}:
mkDerivation {
pname = "hxt";
- version = "9.3.1.16";
- sha256 = "1qq3ykgn355rx242xjcbqqksgvwr6k2fdj5phw4iv28qqxff6m8d";
+ version = "9.3.1.18";
+ sha256 = "0836k65px3w9c5h1h2bmzq5a7mp6ajxwvfg3pfr2kbxwkgc0j63j";
libraryHaskellDepends = [
base binary bytestring containers deepseq directory filepath
hxt-charproperties hxt-regex-xmlschema hxt-unicode mtl network-uri
@@ -129269,8 +129254,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "hxt-charproperties";
- version = "9.2.0.1";
- sha256 = "1mml8wglvagqq891rchgli6r8rnkwrqhgsxfl6kb5403pzb18rp4";
+ version = "9.4.0.0";
+ sha256 = "1bk88hj2pqlvcnyfncqyb9j7w9vvdxcq3cgr0w2l09c0abas23pm";
libraryHaskellDepends = [ base ];
description = "Character properties and classes for XML and Unicode";
license = stdenv.lib.licenses.mit;
@@ -130077,28 +130062,6 @@ self: {
}) {};
"hyphenation" = callPackage
- ({ mkDerivation, base, bytestring, Cabal, cabal-doctest, containers
- , doctest, unordered-containers, zlib
- }:
- mkDerivation {
- pname = "hyphenation";
- version = "0.7.1";
- sha256 = "1h5i07v2zlka29dj4zysc47p747j88x6z4zm3zwcr5i8yirm0p52";
- revision = "5";
- editedCabalFile = "00wsp69aqi5i906liqa4sfs0p2yclhr1ihz8y1700b3ymb70lzql";
- enableSeparateDataOutput = true;
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- base bytestring containers unordered-containers zlib
- ];
- testHaskellDepends = [
- base containers doctest unordered-containers
- ];
- description = "Configurable Knuth-Liang hyphenation";
- license = stdenv.lib.licenses.bsd2;
- }) {};
-
- "hyphenation_0_8" = callPackage
({ mkDerivation, base, bytestring, Cabal, cabal-doctest, containers
, doctest, text, unordered-containers, zlib
}:
@@ -130116,7 +130079,6 @@ self: {
];
description = "Configurable Knuth-Liang hyphenation";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hypher" = callPackage
@@ -130158,6 +130120,8 @@ self: {
pname = "hyraxAbif";
version = "0.2.3.15";
sha256 = "1wfmlqgk751ij30x0dkyc9fyc6j1a96l0s7fjj1sywdvawd8cfh1";
+ revision = "1";
+ editedCabalFile = "07i4ippga6cnwr9yl6nkrhakl9sim73fprf29lnmsvdc8ynbifcd";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -130481,6 +130445,8 @@ self: {
testHaskellDepends = [ base ];
description = "Type safe iconv wrapper";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ide-backend" = callPackage
@@ -130792,15 +130758,16 @@ self: {
, blaze-html, blaze-markup, bytestring, Cabal, cheapskate
, code-page, containers, deepseq, directory, filepath, fingertree
, fsnotify, gmp, haskeline, ieee754, libffi, megaparsec, mtl
- , network, optparse-applicative, pretty, process, regex-tdfa, safe
- , split, tagged, tasty, tasty-golden, tasty-rerun, terminal-size
- , text, time, transformers, uniplate, unix, unordered-containers
- , utf8-string, vector, vector-binary-instances, zip-archive
+ , network, optparse-applicative, parser-combinators, pretty
+ , process, regex-tdfa, safe, split, tagged, tasty, tasty-golden
+ , tasty-rerun, terminal-size, text, time, transformers, uniplate
+ , unix, unordered-containers, utf8-string, vector
+ , vector-binary-instances, zip-archive
}:
mkDerivation {
pname = "idris";
- version = "1.3.1";
- sha256 = "0fn9h58l592j72njwma1ia48h8h87wi2rjqfxs7j2lfmvgfv18fi";
+ version = "1.3.2";
+ sha256 = "0wychzkg0yghd2pp8fqz78vp1ayzks191knfpl7mhh8igsmb6bc7";
configureFlags = [ "-fcurses" "-fexeconly" "-fffi" "-fgmp" ];
isLibrary = true;
isExecutable = true;
@@ -130811,8 +130778,8 @@ self: {
base base64-bytestring binary blaze-html blaze-markup bytestring
cheapskate code-page containers deepseq directory filepath
fingertree fsnotify haskeline ieee754 libffi megaparsec mtl network
- optparse-applicative pretty process regex-tdfa safe split
- terminal-size text time transformers uniplate unix
+ optparse-applicative parser-combinators pretty process regex-tdfa
+ safe split terminal-size text time transformers uniplate unix
unordered-containers utf8-string vector vector-binary-instances
zip-archive
];
@@ -130885,6 +130852,25 @@ self: {
license = "GPL";
}) {};
+ "iexcloud" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, http-conduit
+ , HUnit, semigroups, stocks, unordered-containers
+ }:
+ mkDerivation {
+ pname = "iexcloud";
+ version = "0.0.0.1";
+ sha256 = "15qn3h1bz75bykcnyra6gg4d33gmr6ywc485hk2gmi4k6hbl6amf";
+ libraryHaskellDepends = [
+ aeson base bytestring containers http-conduit semigroups
+ unordered-containers
+ ];
+ testHaskellDepends = [ base bytestring HUnit stocks ];
+ description = "Library for the IEX Trading API";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"if" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -131234,8 +131220,8 @@ self: {
({ mkDerivation, aeson, base, hvega, ihaskell, text }:
mkDerivation {
pname = "ihaskell-hvega";
- version = "0.2.0.0";
- sha256 = "01y03r7jwxwvcs0hy8jjxz4lxg9hl5088g060w2c6pcnbz6zj7zj";
+ version = "0.2.0.2";
+ sha256 = "0xbv8801wxslcs9fsjssvdldz6nq8zmxm6l4pwkv8zpasqzq4k9q";
libraryHaskellDepends = [ aeson base hvega ihaskell text ];
description = "IHaskell display instance for hvega types";
license = stdenv.lib.licenses.bsd3;
@@ -131596,6 +131582,21 @@ self: {
broken = true;
}) {};
+ "imgur" = callPackage
+ ({ mkDerivation, base, data-default-class, http-client, req, text
+ , xml-conduit, xml-lens
+ }:
+ mkDerivation {
+ pname = "imgur";
+ version = "1.0";
+ sha256 = "140n07ygfjnyxfqbq2vzfgsk93b3j5m2s61jcivx74z6sc7g867h";
+ libraryHaskellDepends = [
+ base data-default-class http-client req text xml-conduit xml-lens
+ ];
+ description = "A function to post an image to imgur";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"imgurder" = callPackage
({ mkDerivation, base, curl, directory, haskell98, hxt, hxt-xpath
, url
@@ -131716,23 +131717,23 @@ self: {
, connection, containers, dhall, directory, fast-logger, filepath
, hashable, HaskellNet, HaskellNet-SSL, http-client
, http-client-tls, http-types, microlens, mime-mail, monad-time
- , network, opml-conduit, optparse-applicative, prettyprinter
- , prettyprinter-ansi-terminal, refined, relude, rss-conduit
- , safe-exceptions, stm, stm-chans, streaming-bytestring
- , streaming-with, text, time, timerep, tls, typed-process
- , uri-bytestring, xml-conduit, xml-types
+ , msgpack, network, opml-conduit, optparse-applicative
+ , prettyprinter, prettyprinter-ansi-terminal, refined, relude
+ , rss-conduit, safe-exceptions, stm, stm-chans
+ , streaming-bytestring, streaming-with, text, time, timerep, tls
+ , typed-process, uri-bytestring, xml-conduit, xml-types
}:
mkDerivation {
pname = "imm";
- version = "1.6.1.0";
- sha256 = "1fgf2q19n6qhyl0yvl63lpqv6sciv148y0izhj3jmww3ak6pg4sy";
+ version = "1.7.0.0";
+ sha256 = "0slgfg4ay8j1kcvskl60gd2xbwllxcip6104wg36hcmb1symgdf1";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson async atom-conduit base-noprelude binary conduit containers
dhall directory filepath hashable http-types microlens monad-time
- prettyprinter prettyprinter-ansi-terminal refined relude
+ msgpack prettyprinter prettyprinter-ansi-terminal refined relude
rss-conduit safe-exceptions text time timerep tls uri-bytestring
xml-conduit xml-types
];
@@ -131740,7 +131741,7 @@ self: {
aeson async atom-conduit base-noprelude blaze-html blaze-markup
bytestring case-insensitive conduit connection containers dhall
directory fast-logger filepath HaskellNet HaskellNet-SSL
- http-client http-client-tls mime-mail network opml-conduit
+ http-client http-client-tls mime-mail msgpack network opml-conduit
optparse-applicative prettyprinter prettyprinter-ansi-terminal
refined relude rss-conduit safe-exceptions stm stm-chans
streaming-bytestring streaming-with text time typed-process
@@ -131846,6 +131847,8 @@ self: {
doHaddock = false;
description = "Framework for defaulting superclasses";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"implicit" = callPackage
@@ -132131,12 +132134,16 @@ self: {
}) {};
"incremental" = callPackage
- ({ mkDerivation, base, containers, deepseq, semigroups }:
+ ({ mkDerivation, aeson, base, containers, deepseq, extensible
+ , semigroups, text
+ }:
mkDerivation {
pname = "incremental";
- version = "0";
- sha256 = "01fvc963gln6svash9cf9v2wbfnssh4j5r49l6y23zmnmqnzxs8x";
- libraryHaskellDepends = [ base containers deepseq semigroups ];
+ version = "0.1";
+ sha256 = "03yax3xkp1mlipi1vn97ljz05c6fxflpvz9myqvlxcj658p9f3kh";
+ libraryHaskellDepends = [
+ aeson base containers deepseq extensible semigroups text
+ ];
testHaskellDepends = [ base ];
description = "incremental update library";
license = stdenv.lib.licenses.bsd3;
@@ -132652,13 +132659,14 @@ self: {
"influxdb" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal
, cabal-doctest, clock, containers, doctest, foldl, http-client
- , http-types, lens, network, optional-args, scientific, tagged
- , template-haskell, text, time, unordered-containers, vector
+ , http-types, lens, network, optional-args, raw-strings-qq
+ , scientific, tagged, tasty, tasty-hunit, template-haskell, text
+ , time, unordered-containers, vector
}:
mkDerivation {
pname = "influxdb";
- version = "1.6.1.3";
- sha256 = "1l03bwmwxb42cha8v3fj616ks927mcklxrmqxrr1ms53m7bsa587";
+ version = "1.7.1";
+ sha256 = "1nny63rd9bw7ijg9l09cd467whfaa1n3ph8dqdy7bp6kcbvdwnzn";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal cabal-doctest ];
@@ -132667,33 +132675,12 @@ self: {
http-types lens network optional-args scientific tagged text time
unordered-containers vector
];
- testHaskellDepends = [ base doctest template-haskell ];
- description = "Haskell client library for InfluxDB";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "influxdb_1_7_0" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal
- , cabal-doctest, clock, containers, doctest, foldl, http-client
- , http-types, lens, network, optional-args, scientific, tagged
- , template-haskell, text, time, unordered-containers, vector
- }:
- mkDerivation {
- pname = "influxdb";
- version = "1.7.0";
- sha256 = "1a9la9gm5brsh9rs9ai1a50kcdk75kw8jmrh1rd6xs4xiwdca819";
- isLibrary = true;
- isExecutable = true;
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- aeson attoparsec base bytestring clock containers foldl http-client
- http-types lens network optional-args scientific tagged text time
- unordered-containers vector
+ testHaskellDepends = [
+ base containers doctest raw-strings-qq tasty tasty-hunit
+ template-haskell time
];
- testHaskellDepends = [ base doctest template-haskell ];
description = "Haskell client library for InfluxDB";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"informative" = callPackage
@@ -132727,21 +132714,6 @@ self: {
}) {};
"ini" = callPackage
- ({ mkDerivation, attoparsec, base, text, unordered-containers }:
- mkDerivation {
- pname = "ini";
- version = "0.3.6";
- sha256 = "1n9wsl7nz910bc8jx9ps7pvpql4hlnryjkqbdpfq0phjb9sf7fzw";
- revision = "1";
- editedCabalFile = "0gfikdal67aws20i5r4wg4r0lgn844glykcn3nnmbmyvwsks049l";
- libraryHaskellDepends = [
- attoparsec base text unordered-containers
- ];
- description = "Quick and easy configuration files in the INI format";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "ini_0_4_1" = callPackage
({ mkDerivation, attoparsec, base, hspec, text
, unordered-containers
}:
@@ -132755,7 +132727,6 @@ self: {
testHaskellDepends = [ base hspec unordered-containers ];
description = "Quick and easy configuration files in the INI format";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ini-qq" = callPackage
@@ -132770,6 +132741,8 @@ self: {
testHaskellDepends = [ base HUnit ini raw-strings-qq text ];
description = "Quasiquoter for INI";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"inilist" = callPackage
@@ -132911,7 +132884,7 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "inline-c_0_8" = callPackage
+ "inline-c_0_8_0_1" = callPackage
({ mkDerivation, ansi-wl-pprint, base, bytestring, containers
, hashable, hspec, mtl, parsec, parsers, QuickCheck, raw-strings-qq
, regex-posix, template-haskell, transformers, unordered-containers
@@ -132919,8 +132892,8 @@ self: {
}:
mkDerivation {
pname = "inline-c";
- version = "0.8";
- sha256 = "1wj6xzs6q8dz1880c144nrwqbcbrrpxbpbhdw7qim6mrg9yp4x3l";
+ version = "0.8.0.1";
+ sha256 = "1w8njc8k1g8kmpk8c8q5p7m8adgpv5v4k4643hsi5422jdaq0g3i";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -133424,6 +133397,8 @@ self: {
pname = "integer-logarithms";
version = "1.0.3";
sha256 = "05pc5hws66csvcvfswlwcr2fplwn1lbssvwifjxkbbwqhq0n5qjs";
+ revision = "1";
+ editedCabalFile = "1z6z63jr42jn073fd9ns7jcrw7n5lwx076q4b5rgzak7q1ixw2i8";
libraryHaskellDepends = [ array base ghc-prim integer-gmp ];
testHaskellDepends = [
base QuickCheck smallcheck tasty tasty-hunit tasty-quickcheck
@@ -133816,27 +133791,6 @@ self: {
}) {};
"interpolator" = callPackage
- ({ mkDerivation, aeson, base, containers, either, hspec
- , mono-traversable, mtl, product-profunctors, profunctors
- , QuickCheck, template-haskell, text
- }:
- mkDerivation {
- pname = "interpolator";
- version = "0.1.2";
- sha256 = "1kzqlwgpbzrq0flr90f9q359j8qjxll5adl9w5r9gp1yj3j7hrrz";
- libraryHaskellDepends = [
- aeson base containers either mono-traversable mtl
- product-profunctors profunctors QuickCheck template-haskell text
- ];
- testHaskellDepends = [
- aeson base containers either hspec mono-traversable mtl
- product-profunctors profunctors QuickCheck template-haskell text
- ];
- description = "Runtime interpolation of environment variables in records using profunctors";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "interpolator_1_0_0" = callPackage
({ mkDerivation, aeson, base, containers, either, hspec
, mono-traversable, mtl, product-profunctors, profunctors
, QuickCheck, template-haskell, text
@@ -133855,7 +133809,6 @@ self: {
];
description = "Runtime interpolation of environment variables in records using profunctors";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"interprocess" = callPackage
@@ -134161,8 +134114,8 @@ self: {
pname = "invertible-grammar";
version = "0.1.2";
sha256 = "1nf7dchcxs8wwd2hgfpf04qd63ws22pafjwb5911lq7da8k1y57j";
- revision = "1";
- editedCabalFile = "1qk0pi8n45mbzwr6i6sly59b74njk0akzm6k0vnr262lqahy0hdl";
+ revision = "2";
+ editedCabalFile = "0j6zmj0dlhiq4qjrbjbvdsmky1l4z1qwqikixk1b9dpa05n01ykf";
libraryHaskellDepends = [
base bifunctors containers mtl prettyprinter profunctors semigroups
tagged template-haskell text transformers
@@ -134417,6 +134370,8 @@ self: {
pname = "ioctl";
version = "0.0.1";
sha256 = "0rwh7mlwdd24ndzz4b4vd5b5daz9cga47m9nz6g75m03iyy237qs";
+ revision = "1";
+ editedCabalFile = "15i0plam5pr3zkvmmy0g5q9v1fwvp49r4gsyx3y5j89svyffwqaq";
libraryHaskellDepends = [ base network unix ];
description = "Type-safe I/O control package";
license = stdenv.lib.licenses.mit;
@@ -134495,33 +134450,6 @@ self: {
}) {};
"ip" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, bytestring, criterion
- , deepseq, doctest, hashable, hspec, hspec-discover, HUnit
- , primitive, QuickCheck, quickcheck-classes, test-framework
- , test-framework-hunit, test-framework-quickcheck2, text, vector
- }:
- mkDerivation {
- pname = "ip";
- version = "1.4.2.1";
- sha256 = "0661bygbgd2j897hbzs2pgqdk12px2d904r13lfw7bcrp892xja1";
- libraryHaskellDepends = [
- aeson attoparsec base bytestring deepseq hashable primitive text
- vector
- ];
- testHaskellDepends = [
- attoparsec base bytestring doctest hspec HUnit QuickCheck
- quickcheck-classes test-framework test-framework-hunit
- test-framework-quickcheck2 text
- ];
- testToolDepends = [ hspec-discover ];
- benchmarkHaskellDepends = [
- attoparsec base bytestring criterion text
- ];
- description = "Library for IP and MAC addresses";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "ip_1_5_0" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, criterion
, deepseq, doctest, hashable, hspec, hspec-discover, HUnit
, primitive, QuickCheck, quickcheck-classes, test-framework
@@ -134530,10 +134458,8 @@ self: {
}:
mkDerivation {
pname = "ip";
- version = "1.5.0";
- sha256 = "128kqqjbn020lpmga17dp34v91jbnnn8q2b1gy9rw21wvy507f5j";
- revision = "1";
- editedCabalFile = "09r4flbanb4zq3ixx57zd47gjvl6ghyrv62k11smbxzs6wy3szr4";
+ version = "1.5.1";
+ sha256 = "1crnn76vxhqq13556nc0537bh8xi5jzklyp24dqqfamxmfbwkzll";
libraryHaskellDepends = [
aeson attoparsec base bytestring deepseq hashable primitive text
vector wide-word
@@ -134550,6 +134476,7 @@ self: {
description = "Library for IP and MAC addresses";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ip-quoter" = callPackage
@@ -134570,11 +134497,11 @@ self: {
({ mkDerivation, base, binary, bytestring, iproute }:
mkDerivation {
pname = "ip2location";
- version = "8.0.4";
- sha256 = "0fry56zk9nbpqp58qvm1xxbq53pjiahkb58gh2h8dax80q3iczh4";
+ version = "8.1.0";
+ sha256 = "07n5xnspl318hrmff4gr274zpgszgviilwhjd7vdrhm1sq9sdir8";
libraryHaskellDepends = [ base binary bytestring iproute ];
description = "IP2Location Haskell package for IP geolocation";
- license = stdenv.lib.licenses.lgpl3;
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -134583,8 +134510,8 @@ self: {
({ mkDerivation, base, binary, bytestring, iproute }:
mkDerivation {
pname = "ip2proxy";
- version = "2.0.0";
- sha256 = "0lhc0ni65wj32j97yw9iy2lawnl4bc7ml6lsjk12wks4mcy01nrv";
+ version = "2.1.0";
+ sha256 = "0qcmqy8p13hg9aih8m9w7qpbr6zcbvgc9y6bzh2cqm2sbx7ksvqm";
libraryHaskellDepends = [ base binary bytestring iproute ];
description = "IP2Proxy Haskell package for proxy detection";
license = stdenv.lib.licenses.mit;
@@ -134819,29 +134746,6 @@ self: {
}) {};
"ipython-kernel" = callPackage
- ({ mkDerivation, aeson, base, bytestring, cereal, containers
- , cryptonite, directory, filepath, memory, mtl, process, temporary
- , text, transformers, unordered-containers, uuid, zeromq4-haskell
- }:
- mkDerivation {
- pname = "ipython-kernel";
- version = "0.9.1.0";
- sha256 = "0944riw00i3m8n3cab0g9c14b24xryf9w8ddlddnmxgys4sn8qak";
- isLibrary = true;
- isExecutable = true;
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- aeson base bytestring cereal containers cryptonite directory
- filepath memory mtl process temporary text transformers
- unordered-containers uuid zeromq4-haskell
- ];
- description = "A library for creating kernels for IPython frontends";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "ipython-kernel_0_10_0_0" = callPackage
({ mkDerivation, aeson, base, bytestring, cereal, cereal-text
, containers, cryptonite, directory, filepath, memory, mtl, process
, temporary, text, transformers, unordered-containers, uuid
@@ -134861,8 +134765,6 @@ self: {
];
description = "A library for creating kernels for IPython frontends";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"irc" = callPackage
@@ -134901,8 +134803,8 @@ self: {
}:
mkDerivation {
pname = "irc-client";
- version = "1.1.0.7";
- sha256 = "0vfcf4fsyqwvr6mjf89x368121m3dqscywrsgpn1qm80gpzsncj2";
+ version = "1.1.1.0";
+ sha256 = "1f2lqg37ig3f23066c4179vcym6p3ylmxsywqhmb0n078kix6kfb";
libraryHaskellDepends = [
base bytestring conduit connection containers contravariant
exceptions irc-conduit irc-ctcp mtl network-conduit-tls old-locale
@@ -134948,8 +134850,8 @@ self: {
}:
mkDerivation {
pname = "irc-core";
- version = "2.7.0";
- sha256 = "1bsj4b8xwavc2z0amd2lmh4qn4gmxfmsicwdr1h3a2sqyx8qdv9m";
+ version = "2.7.1";
+ sha256 = "0syhcb1q9j68pcxzbv45pah6bkfvnqjzkpzn2356ci7jpb9qpbbn";
libraryHaskellDepends = [
attoparsec base base64-bytestring bytestring hashable primitive
text time vector
@@ -136277,10 +136179,10 @@ self: {
}:
mkDerivation {
pname = "jaeger-flamegraph";
- version = "1.3.0";
- sha256 = "03j5hjrhyhmc6qjp7v4j0mr2y0fpk0zds6v55as24par508w72ka";
- revision = "2";
- editedCabalFile = "0p2pcfyrcbqh0rnmhhp5hbwixvlml62iz0d48z7dd6cwfdzlkfrr";
+ version = "1.3.2";
+ sha256 = "1m7vs4zi1cm5xj3wn8zr44rdx1l99ra59xwr64y9bdrs1raga7k3";
+ revision = "1";
+ editedCabalFile = "003h3aqdkpvpqqyv7ypv3shvfiqcwq7cfihqv38bp2iq5vin938q";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ aeson base containers QuickCheck text ];
@@ -136385,8 +136287,6 @@ self: {
executableHaskellDepends = [ base boxes directory filepath ];
description = "Export sheet music and audio from Windows/Mac app Jammit";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"japanese-calendar" = callPackage
@@ -137081,13 +136981,12 @@ self: {
, bytestring, concise, containers, cryptonite, hspec, lens, memory
, monad-time, mtl, network-uri, QuickCheck, quickcheck-instances
, safe, semigroups, tasty, tasty-hspec, tasty-quickcheck
- , template-haskell, text, time, unix, unordered-containers, vector
- , x509
+ , template-haskell, text, time, unordered-containers, vector, x509
}:
mkDerivation {
pname = "jose";
- version = "0.8.0.0";
- sha256 = "027698xq5l8in420x3sc5zqwp16i1jzjcy8rlh546j8acxcvrqc4";
+ version = "0.8.1.0";
+ sha256 = "02xg8axy6whbkn0mzg1gjy6b1mhxlmsh1x7vjk1fiawvg9nwzrkl";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -137096,9 +136995,6 @@ self: {
QuickCheck quickcheck-instances safe semigroups template-haskell
text time unordered-containers vector x509
];
- executableHaskellDepends = [
- aeson base bytestring lens mtl semigroups text unix
- ];
testHaskellDepends = [
aeson attoparsec base base64-bytestring bytestring concise
containers cryptonite hspec lens memory monad-time mtl network-uri
@@ -137266,20 +137162,19 @@ self: {
}) {};
"jsaddle-dom" = callPackage
- ({ mkDerivation, base, base-compat, exceptions, jsaddle, lens, text
- , transformers
+ ({ mkDerivation, base, base-compat, Cabal, exceptions, jsaddle
+ , lens, text, transformers
}:
mkDerivation {
pname = "jsaddle-dom";
- version = "0.9.3.1";
- sha256 = "0ifbddp4vjpbl89bwczfp7ivnhfayg8317l8qk6h84p9vd1km44z";
+ version = "0.9.3.2";
+ sha256 = "1qc135w1y4f2mbky36dmb0ggcbwkv1vnmszw5lkhkxhkcag2sf07";
+ setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
base base-compat exceptions jsaddle lens text transformers
];
description = "DOM library that uses jsaddle to support both GHCJS and GHC";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"jsaddle-hello" = callPackage
@@ -137445,8 +137340,8 @@ self: {
}:
mkDerivation {
pname = "json-api";
- version = "0.1.1.2";
- sha256 = "092x0zldcz6dsvvsxs2zr4cp4mbwjsrdpcassrl5i715x9rb5fmm";
+ version = "0.1.4.0";
+ sha256 = "1xswmpkwr1f49kf4hmp9014lwv4lcnyjj161ylfh5ihjfr30w0yb";
libraryHaskellDepends = [
aeson base containers data-default lens lens-aeson text
unordered-containers url
@@ -137457,6 +137352,28 @@ self: {
];
description = "Utilities for generating JSON-API payloads";
license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "json-api-lib" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
+ , data-default, hspec, hspec-discover, lens, lens-aeson, text
+ , unordered-containers, uri-encode
+ }:
+ mkDerivation {
+ pname = "json-api-lib";
+ version = "0.1.1.1";
+ sha256 = "096n08y80rkjn090w9pybwbfbwamfdig451nbgd48x0nrk6c091n";
+ libraryHaskellDepends = [
+ aeson base containers data-default lens lens-aeson text
+ unordered-containers uri-encode
+ ];
+ testHaskellDepends = [
+ aeson aeson-pretty base bytestring containers data-default hspec
+ lens lens-aeson text unordered-containers uri-encode
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Utilities for generating JSON-API payloads";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -138154,6 +138071,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "json5hs" = callPackage
+ ({ mkDerivation, array, base, bytestring, containers, mtl, pretty
+ , syb, text
+ }:
+ mkDerivation {
+ pname = "json5hs";
+ version = "0.1.2.2";
+ sha256 = "19r1ripvalrhvlqdk0pvm18b4a8sibdwlc60i2yj7da10rdx5cv1";
+ libraryHaskellDepends = [
+ array base bytestring containers mtl pretty syb text
+ ];
+ description = "Serialising to and from JSON5";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"jsonextfilter" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
, monads-tf, optparse-applicative, process, scientific, string-qq
@@ -138176,6 +138108,29 @@ self: {
broken = true;
}) {};
+ "jsonpath" = callPackage
+ ({ mkDerivation, aeson, aeson-casing, attoparsec, base, bytestring
+ , file-embed, hspec, hspec-attoparsec, hspec-discover, text
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "jsonpath";
+ version = "0.1.0.1";
+ sha256 = "0wp5516g33spb9ilphjkzamr88xl64fb6y9zjfci1kac5vkl4qqk";
+ revision = "2";
+ editedCabalFile = "04jw3ayvcabsfcqazksnn0rg0i1326d0gjdx1zl8rk955g2qlwam";
+ libraryHaskellDepends = [
+ aeson attoparsec base text unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson aeson-casing attoparsec base bytestring file-embed hspec
+ hspec-attoparsec text unordered-containers vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Library to parse and execute JSONPath";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"jsonresume" = callPackage
({ mkDerivation, aeson, base, bytestring, old-locale, text, time
, unordered-containers
@@ -138603,12 +138558,12 @@ self: {
, criterion, data-binary-ieee754, deepseq, deriving-compat
, directory, filepath, generic-random, hspec, hspec-discover
, hspec-expectations-pretty-diff, mtl, QuickCheck, template-haskell
- , text, vector
+ , text, vector, zip-archive
}:
mkDerivation {
pname = "jvm-binary";
- version = "0.4.0";
- sha256 = "1gplimnvyhz41ifh04dkmq84cix4ikr5qpv36kq6gmhbs2k7nr0l";
+ version = "0.5.0";
+ sha256 = "0v54x0015im3gbd2rsf87kmppkasd8780sb4pl8mqc82dbf4v18z";
libraryHaskellDepends = [
attoparsec base binary bytestring containers data-binary-ieee754
deepseq deriving-compat mtl template-haskell text vector
@@ -138617,7 +138572,7 @@ self: {
attoparsec base binary bytestring containers data-binary-ieee754
deepseq deriving-compat directory filepath generic-random hspec
hspec-discover hspec-expectations-pretty-diff mtl QuickCheck
- template-haskell text vector
+ template-haskell text vector zip-archive
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
@@ -138962,8 +138917,6 @@ self: {
benchmarkHaskellDepends = [ aeson base containers criterion text ];
description = "Perform 漢字検定 (Japan Kanji Aptitude Test) level analysis on Japanese Kanji";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"kansas-comet" = callPackage
@@ -139144,10 +139097,8 @@ self: {
}:
mkDerivation {
pname = "katip";
- version = "0.7.0.0";
- sha256 = "1z4533952sal5ma71xpsrwbi9pniy1cciw20w31igrx9rw9kx98b";
- revision = "1";
- editedCabalFile = "1lzla1iv5ll9iks5xh8399vs2mjxb33pbdg115kqbq9r5z3h84qp";
+ version = "0.8.3.0";
+ sha256 = "0wpqchpgrp7awrf7hirg0768g8nnqrydnwcw8xgxw6w47zcb71d0";
libraryHaskellDepends = [
aeson async auto-update base bytestring containers either hostname
microlens microlens-th monad-control mtl old-locale resourcet
@@ -139169,42 +139120,6 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "katip_0_8_2_0" = callPackage
- ({ mkDerivation, aeson, async, auto-update, base, blaze-builder
- , bytestring, containers, criterion, deepseq, directory, either
- , filepath, hostname, microlens, microlens-th, monad-control, mtl
- , old-locale, quickcheck-instances, regex-tdfa, resourcet
- , safe-exceptions, scientific, semigroups, stm, string-conv, tasty
- , tasty-golden, tasty-hunit, tasty-quickcheck, template-haskell
- , text, time, time-locale-compat, transformers, transformers-base
- , transformers-compat, unix, unliftio-core, unordered-containers
- }:
- mkDerivation {
- pname = "katip";
- version = "0.8.2.0";
- sha256 = "064i2dbl52i2z7lyvk01ayvf6dzzn20bac3fwh0dlvr5bn49wran";
- libraryHaskellDepends = [
- aeson async auto-update base bytestring containers either hostname
- microlens microlens-th monad-control mtl old-locale resourcet
- safe-exceptions scientific semigroups stm string-conv
- template-haskell text time transformers transformers-base
- transformers-compat unix unliftio-core unordered-containers
- ];
- testHaskellDepends = [
- aeson base bytestring containers directory microlens
- quickcheck-instances regex-tdfa safe-exceptions stm tasty
- tasty-golden tasty-hunit tasty-quickcheck template-haskell text
- time time-locale-compat unordered-containers
- ];
- benchmarkHaskellDepends = [
- aeson async base blaze-builder criterion deepseq directory filepath
- safe-exceptions text time transformers unix
- ];
- description = "A structured logging framework";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"katip-datadog" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, binary, bytestring
, conduit, conduit-extra, connection, containers, katip, network
@@ -139225,8 +139140,6 @@ self: {
];
description = "Datadog scribe for the Katip logging framework";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"katip-elasticsearch" = callPackage
@@ -139273,6 +139186,8 @@ self: {
];
description = "Katip scribe to send logs to Kafka";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"katip-logzio" = callPackage
@@ -139299,8 +139214,6 @@ self: {
];
description = "Logz.IO scribe for the Katip logging framework";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"katip-rollbar" = callPackage
@@ -139413,6 +139326,8 @@ self: {
];
description = "A haskell implementation of Katydid";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"kawa" = callPackage
@@ -139483,6 +139398,8 @@ self: {
];
description = "stats.NBA.com library";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"kazura-queue" = callPackage
@@ -139505,8 +139422,6 @@ self: {
];
description = "Fast concurrent queues much inspired by unagi-chan";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"kbq-gu" = callPackage
@@ -139594,8 +139509,6 @@ self: {
];
description = "Fast and flexible k-d trees for various types of point queries";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"keccak" = callPackage
@@ -139828,8 +139741,8 @@ self: {
}:
mkDerivation {
pname = "keera-hails-reactive-gtk";
- version = "0.3";
- sha256 = "0b3j9h0d4sw1hhgihnlqpiyc9bwfk5qd6jl64jij3q3rjy97wr3v";
+ version = "0.5";
+ sha256 = "014d9hr2321gs6ska8ykrgh59k92c6kxf0a3gqvrfj3rck28izb9";
libraryHaskellDepends = [
base bytestring cairo glib gtk gtk-helpers
keera-hails-reactivevalues mtl transformers
@@ -139841,13 +139754,15 @@ self: {
}) {};
"keera-hails-reactive-network" = callPackage
- ({ mkDerivation, base, keera-hails-reactivevalues, network }:
+ ({ mkDerivation, base, bytestring, keera-hails-reactivevalues
+ , network, network-bsd
+ }:
mkDerivation {
pname = "keera-hails-reactive-network";
- version = "0.0.3.3";
- sha256 = "1379djvy5nn6k67ds7mk9jjh03zd6sj0v8sf5agmk3pf5cyp0xa3";
+ version = "0.1";
+ sha256 = "1d1r9p5ray60yfrxs89byc7rmdsm340k2b8klv25k0wh2fvrx2yw";
libraryHaskellDepends = [
- base keera-hails-reactivevalues network
+ base bytestring keera-hails-reactivevalues network network-bsd
];
description = "Haskell on Rails - Sockets as Reactive Values";
license = stdenv.lib.licenses.bsd3;
@@ -140258,6 +140173,8 @@ self: {
];
description = "Pure Haskell key/value store implementation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"keyword-args" = callPackage
@@ -140469,27 +140386,6 @@ self: {
}) {};
"kleene" = callPackage
- ({ mkDerivation, base, base-compat-batteries, containers, lattices
- , MemoTrie, QuickCheck, range-set-list, regex-applicative
- , step-function, text, transformers
- }:
- mkDerivation {
- pname = "kleene";
- version = "0";
- sha256 = "00hbrmsm19azxxql14y6k7h7z8k4azlmy4y0gimyqbx4nb7swln6";
- revision = "1";
- editedCabalFile = "1izdmr7a2d7qssnj732m2qc02inm3hrc882x9nyvz68648pvwwsx";
- libraryHaskellDepends = [
- base base-compat-batteries containers lattices MemoTrie QuickCheck
- range-set-list regex-applicative step-function text transformers
- ];
- description = "Kleene algebra";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "kleene_0_1" = callPackage
({ mkDerivation, attoparsec, base, base-compat, bytestring
, containers, lattices, MemoTrie, QuickCheck, range-set-list
, regex-applicative, semigroupoids, step-function, text
@@ -140508,8 +140404,6 @@ self: {
];
description = "Kleene algebra";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"kmeans" = callPackage
@@ -140614,27 +140508,29 @@ self: {
"knit-haskell" = callPackage
({ mkDerivation, aeson-pretty, base, base64-bytestring
, blaze-colonnade, blaze-html, bytestring, case-insensitive
- , colonnade, containers, diagrams-lib, diagrams-svg, directory
- , Glob, here, http-client, http-client-tls, http-types, hvega
- , logging-effect, lucid, mtl, network, network-uri, pandoc
- , polysemy, polysemy-plugin, prettyprinter, random, random-fu
- , random-source, svg-builder, text, time
+ , colonnade, constraints, containers, diagrams-lib, diagrams-svg
+ , directory, Glob, here, http-client, http-client-tls, http-types
+ , hvega, logging-effect, lucid, mtl, network, network-uri, pandoc
+ , plots, polysemy, polysemy-plugin, polysemy-RandomFu, polysemy-zoo
+ , prettyprinter, random, random-fu, random-source, svg-builder
+ , text, time
}:
mkDerivation {
pname = "knit-haskell";
- version = "0.4.0.0";
- sha256 = "1x8d7i052bqqfxz60f5gyfwmzgy9s7kvk6jh108snlm0snaanckf";
+ version = "0.6.0.1";
+ sha256 = "0wsbi614sjn62ri4msdmav7kx9k11h35dkjpxsd2ndvky2njzi33";
+ enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson-pretty base base64-bytestring blaze-colonnade blaze-html
- bytestring case-insensitive colonnade containers diagrams-lib
- diagrams-svg directory Glob http-client http-client-tls http-types
- hvega logging-effect lucid mtl network network-uri pandoc polysemy
- polysemy-plugin prettyprinter random random-fu random-source
- svg-builder text time
+ bytestring case-insensitive colonnade constraints containers
+ diagrams-lib diagrams-svg directory Glob http-client
+ http-client-tls http-types hvega logging-effect lucid mtl network
+ network-uri pandoc polysemy polysemy-plugin polysemy-zoo
+ prettyprinter random random-fu random-source svg-builder text time
];
testHaskellDepends = [
- base blaze-html colonnade containers here hvega mtl polysemy
- random-fu random-source text
+ base blaze-html colonnade containers here hvega mtl plots polysemy
+ polysemy-plugin polysemy-RandomFu random-fu random-source text
];
description = "a minimal Rmarkdown sort-of-thing for haskell, by way of Pandoc";
license = stdenv.lib.licenses.bsd3;
@@ -140702,6 +140598,8 @@ self: {
];
description = "JSON config file parsing based on unjson";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"kontrakcja-templates" = callPackage
@@ -140747,6 +140645,25 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "korea-holidays" = callPackage
+ ({ mkDerivation, aeson, base, hspec, monad-extras, split
+ , template-haskell, time, yaml
+ }:
+ mkDerivation {
+ pname = "korea-holidays";
+ version = "0.1.0.4";
+ sha256 = "11yiip6nv84k8q4n37w9kn1w57vizlcggszh0pnrkkx36xwwk9ll";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ aeson base monad-extras split template-haskell time yaml
+ ];
+ testHaskellDepends = [
+ aeson base hspec monad-extras split template-haskell time yaml
+ ];
+ description = "Korea Holidays";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"korfu" = callPackage
({ mkDerivation, base, bio, bytestring, haskell98, simpleargs }:
mkDerivation {
@@ -140890,6 +140807,66 @@ self: {
broken = true;
}) {egl = null; inherit (pkgs) glew;};
+ "kubernetes-client" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, connection, containers
+ , data-default-class, hspec, http-client, http-client-tls
+ , kubernetes-client-core, microlens, mtl, pem, safe-exceptions
+ , streaming-bytestring, text, tls, x509, x509-store, x509-system
+ , x509-validation, yaml
+ }:
+ mkDerivation {
+ pname = "kubernetes-client";
+ version = "0.1.0.1";
+ sha256 = "0fzilm4k7cq3k6vlx01c5gzg4lnrgpfdldbiml4rbiv42f13pr7j";
+ libraryHaskellDepends = [
+ aeson base bytestring connection containers data-default-class
+ http-client http-client-tls kubernetes-client-core microlens mtl
+ pem safe-exceptions streaming-bytestring text tls x509 x509-store
+ x509-system x509-validation
+ ];
+ testHaskellDepends = [
+ aeson base bytestring connection containers data-default-class
+ hspec http-client http-client-tls kubernetes-client-core microlens
+ mtl pem safe-exceptions streaming-bytestring text tls x509
+ x509-store x509-system x509-validation yaml
+ ];
+ description = "Client library for Kubernetes";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "kubernetes-client-core" = callPackage
+ ({ mkDerivation, aeson, base, base64-bytestring, bytestring
+ , case-insensitive, containers, deepseq, exceptions, hspec
+ , http-api-data, http-client, http-client-tls, http-media
+ , http-types, iso8601-time, katip, microlens, mtl, network
+ , QuickCheck, random, safe-exceptions, semigroups, text, time
+ , transformers, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "kubernetes-client-core";
+ version = "0.1.0.1";
+ sha256 = "08sxsc9a9vdsqp71zxnc309cng75k3c57mcmmryhpwwyscvgfnsk";
+ revision = "1";
+ editedCabalFile = "0qzh7zq36q57yfccna1izi1gz9fpki9ngnl8dgf3m6halrxwqlc7";
+ libraryHaskellDepends = [
+ aeson base base64-bytestring bytestring case-insensitive containers
+ deepseq exceptions http-api-data http-client http-client-tls
+ http-media http-types iso8601-time katip microlens mtl network
+ random safe-exceptions text time transformers unordered-containers
+ vector
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers hspec iso8601-time mtl QuickCheck
+ semigroups text time transformers unordered-containers vector
+ ];
+ description = "Auto-generated kubernetes-client-core API Client";
+ license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"kure" = callPackage
({ mkDerivation, base, dlist, transformers }:
mkDerivation {
@@ -141471,6 +141448,8 @@ self: {
];
description = "Lambdabot core functionality";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lambdabot-haskell-plugins" = callPackage
@@ -141515,6 +141494,8 @@ self: {
];
description = "IRC plugins for lambdabot";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lambdabot-misc-plugins" = callPackage
@@ -141536,6 +141517,8 @@ self: {
];
description = "Lambdabot miscellaneous plugins";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lambdabot-novelty-plugins" = callPackage
@@ -141553,6 +141536,8 @@ self: {
];
description = "Novelty plugins for Lambdabot";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lambdabot-reference-plugins" = callPackage
@@ -141570,6 +141555,8 @@ self: {
];
description = "Lambdabot reference plugins";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lambdabot-social-plugins" = callPackage
@@ -141585,6 +141572,8 @@ self: {
];
description = "Social plugins for Lambdabot";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lambdabot-trusted" = callPackage
@@ -142001,33 +141990,6 @@ self: {
}) {};
"lame" = callPackage
- ({ mkDerivation, base, bytestring, data-default-class, directory
- , exceptions, filepath, hspec, htaglib, mp3lame, temporary, text
- , transformers, wave
- }:
- mkDerivation {
- pname = "lame";
- version = "0.1.1";
- sha256 = "0j35zpfhppb09m6h23awxgsawisvgsnrw7d99f5z3xq2bjihjq5k";
- revision = "4";
- editedCabalFile = "0r364limqm570a8xd82wwpcvmcx2j7nfndg5kad022vz2v5n0smz";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base bytestring data-default-class directory exceptions filepath
- text transformers wave
- ];
- librarySystemDepends = [ mp3lame ];
- testHaskellDepends = [
- base data-default-class directory filepath hspec htaglib temporary
- text
- ];
- description = "Fairly complete high-level binding to LAME encoder";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {mp3lame = null;};
-
- "lame_0_2_0" = callPackage
({ mkDerivation, base, bytestring, directory, exceptions, filepath
, hspec, hspec-discover, htaglib, mp3lame, temporary, text
, transformers, wave
@@ -142679,8 +142641,8 @@ self: {
}:
mkDerivation {
pname = "language-javascript";
- version = "0.6.0.12";
- sha256 = "0yqwalb3qxvmwx1gdss3sv7d8v4vzrnkvahq2b35y3lzi3fykpa7";
+ version = "0.6.0.13";
+ sha256 = "0dzvbnzkrxg9v78x2g7mhhr76viyxcgjyqpksaw7l0p1x7brjsck";
libraryHaskellDepends = [
array base blaze-builder bytestring containers mtl text utf8-string
];
@@ -143009,8 +142971,8 @@ self: {
}:
mkDerivation {
pname = "language-puppet";
- version = "1.4.4";
- sha256 = "0dgbbyz89q1hhacy2pymhvmp8k5dvnzzsrxq0zc6l865nhha67ch";
+ version = "1.4.5";
+ sha256 = "1bn5gj89pxzxb8blj6v9pv8n03ksvxqrai0iin4syvyb10r7sxrq";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -143297,8 +143259,8 @@ self: {
}:
mkDerivation {
pname = "lapack";
- version = "0.3.0.1";
- sha256 = "0i7zzsw7rdb2hja0rdmw0l45x8svv5dxmnmrjdfs52gxzqmq621g";
+ version = "0.3.1";
+ sha256 = "1w8nndh3gj6vrildxjn13lmi7aqjwbhpqkdj7d21fsfbmhjlgwvr";
libraryHaskellDepends = [
base blas-ffi blaze-html boxes comfort-array deepseq fixed-length
guarded-allocation hyper lapack-ffi lazyio netlib-ffi non-empty
@@ -143345,8 +143307,6 @@ self: {
];
description = "Auto-generated interface to Fortran LAPACK via comfort-array";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"lapack-ffi" = callPackage
@@ -143369,8 +143329,8 @@ self: {
}:
mkDerivation {
pname = "lapack-ffi-tools";
- version = "0.1.2";
- sha256 = "14wfnddya7ch8hm3wgabd7nma7ahcgv6h2innfbp1ck92isn2s0q";
+ version = "0.1.2.1";
+ sha256 = "0hk54psm066acgn24mw5dbbhz4a0nqvyks75302cabijbp524gdh";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -143589,32 +143549,6 @@ self: {
}) {};
"lattices" = callPackage
- ({ mkDerivation, base, base-compat, containers, deepseq, hashable
- , QuickCheck, quickcheck-instances, semigroupoids, tagged, tasty
- , tasty-quickcheck, transformers, universe-base
- , universe-instances-base, universe-reverse-instances
- , unordered-containers
- }:
- mkDerivation {
- pname = "lattices";
- version = "1.7.1.1";
- sha256 = "1byx2hmmh2213afdcsjxf3mvq3h9bwkl5wrvzxv1yqvd9jiqjz3r";
- revision = "2";
- editedCabalFile = "0qxz4v5pqwvhb79mz4b7wc66r2c0xc9ixfhss4h56jk3vb1hriys";
- libraryHaskellDepends = [
- base base-compat containers deepseq hashable semigroupoids tagged
- universe-base universe-reverse-instances unordered-containers
- ];
- testHaskellDepends = [
- base base-compat containers QuickCheck quickcheck-instances tasty
- tasty-quickcheck transformers universe-instances-base
- unordered-containers
- ];
- description = "Fine-grained library for constructing and manipulating lattices";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "lattices_2" = callPackage
({ mkDerivation, base, base-compat, containers, deepseq, hashable
, integer-logarithms, QuickCheck, quickcheck-instances
, semigroupoids, tagged, tasty, tasty-quickcheck, transformers
@@ -143622,8 +143556,8 @@ self: {
}:
mkDerivation {
pname = "lattices";
- version = "2";
- sha256 = "050c66rrzh5p204jyqmysyhm419f8pasi0mlbwv3n167y0fnr8xq";
+ version = "2.0.1";
+ sha256 = "0c7n7fh89llg8ijylwc14ikqrg077vcqcgph5h9nar6i5dyaprfy";
libraryHaskellDepends = [
base base-compat containers deepseq hashable integer-logarithms
QuickCheck semigroupoids tagged transformers universe-base
@@ -143636,7 +143570,6 @@ self: {
];
description = "Fine-grained library for constructing and manipulating lattices";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"launchpad-control" = callPackage
@@ -143850,8 +143783,8 @@ self: {
pname = "lazy-hash";
version = "0.1.0.0";
sha256 = "1xa2c8gxk5l4njbs58zpq2ybdvjd4y214p71nfmfrzw0arwz49pa";
- revision = "1";
- editedCabalFile = "07sn3q7q29zkxpillprx2d05pybjpvpglz8s7jq07akdhwmwx9mk";
+ revision = "2";
+ editedCabalFile = "0j46blbddl9y4chccyns7cixbxb0a4pkmdkbd5z09510ddz3jqm3";
libraryHaskellDepends = [
base constrained-categories hashable haskell-src-meta tagged
template-haskell vector-space
@@ -143871,6 +143804,8 @@ self: {
pname = "lazy-hash-cache";
version = "0.1.0.0";
sha256 = "1bdq2fbxpmlva1qbxbiznnjmz7yv7qzcr8wdgds0rdzwhjn97mp4";
+ revision = "1";
+ editedCabalFile = "1m42wsj93vpb6v1dcj2lc5z04qc2np8i7n3w82jwwk4wbgl5q35j";
libraryHaskellDepends = [
base base16-bytestring binary bytestring data-default-class
directory filepath hashable lazy-hash microlens microlens-th
@@ -143947,6 +143882,8 @@ self: {
];
description = "An EDSL for programming the Game Boy";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lazyio" = callPackage
@@ -144072,22 +144009,20 @@ self: {
"ldap-client" = callPackage
({ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring
- , connection, containers, hspec, network, process, semigroups, stm
- , text
+ , connection, containers, fail, hspec, network, process, semigroups
+ , stm, text
}:
mkDerivation {
pname = "ldap-client";
- version = "0.2.0";
- sha256 = "0vs6n3q9svwhcp6853ipxmw1anmy8qfy3xajjsf7h4pjnqzy7g88";
+ version = "0.3.0";
+ sha256 = "0fii1yi3mn1dqvzbsx63fqrb53v81a7d2gqn3xma8v9vsp9nxv7v";
libraryHaskellDepends = [
asn1-encoding asn1-types async base bytestring connection
- containers network semigroups stm text
+ containers fail network semigroups stm text
];
testHaskellDepends = [ base bytestring hspec process semigroups ];
description = "Pure Haskell LDAP Client Library";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ldapply" = callPackage
@@ -144192,18 +144127,6 @@ self: {
}) {};
"leancheck" = callPackage
- ({ mkDerivation, base, template-haskell }:
- mkDerivation {
- pname = "leancheck";
- version = "0.8.0";
- sha256 = "1lblxlg881asqgbdv6sivzxryis7cgkpclgyyks598ii06vd0z1s";
- libraryHaskellDepends = [ base template-haskell ];
- testHaskellDepends = [ base ];
- description = "Enumerative property-based testing";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "leancheck_0_9_1" = callPackage
({ mkDerivation, base, template-haskell }:
mkDerivation {
pname = "leancheck";
@@ -144213,7 +144136,6 @@ self: {
testHaskellDepends = [ base ];
description = "Enumerative property-based testing";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"leancheck-enum-instances" = callPackage
@@ -144346,8 +144268,6 @@ self: {
];
description = "Haskell code for learning physics";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"learn-physics-examples" = callPackage
@@ -144618,8 +144538,8 @@ self: {
pname = "lens";
version = "4.17.1";
sha256 = "1gpkc53l2cggnfrgg5k4ih82rycjbdvpj9pnbi5cq8ms0dbvs4a7";
- revision = "1";
- editedCabalFile = "1zknh9h72qzszwrz9h25c5ssdr2pv5z67w6kv526sk1y8rnrbxk1";
+ revision = "2";
+ editedCabalFile = "1bh868l69nisdhw8qw5y51nj2w0pbbq7mxqiwf42iq0vcb6h0ybv";
setupHaskellDepends = [ base Cabal cabal-doctest filepath ];
libraryHaskellDepends = [
array base base-orphans bifunctors bytestring call-stack comonad
@@ -144655,8 +144575,6 @@ self: {
libraryHaskellDepends = [ accelerate base lens ];
description = "Instances to mix lens with accelerate";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"lens-action" = callPackage
@@ -144712,6 +144630,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "lens-errors" = callPackage
+ ({ mkDerivation, base, containers, either, hspec, lens }:
+ mkDerivation {
+ pname = "lens-errors";
+ version = "0.2.2.0";
+ sha256 = "0wr5wfzrmacf0s53511p9dg5ymx0wk2d5771jd90pgk7v3cr39j6";
+ libraryHaskellDepends = [ base either lens ];
+ testHaskellDepends = [ base containers either hspec lens ];
+ description = "Error handling in lens chains";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"lens-family" = callPackage
({ mkDerivation, base, containers, lens-family-core, mtl
, transformers
@@ -144727,6 +144657,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "lens-family_2_0_0" = callPackage
+ ({ mkDerivation, base, containers, lens-family-core, mtl
+ , transformers
+ }:
+ mkDerivation {
+ pname = "lens-family";
+ version = "2.0.0";
+ sha256 = "1nq3dwkrjyqafbv4gvwwgz6ih8y4x9bks11jhljh43q3qnjz54v7";
+ libraryHaskellDepends = [
+ base containers lens-family-core mtl transformers
+ ];
+ description = "Lens Families";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"lens-family-core" = callPackage
({ mkDerivation, base, containers, transformers }:
mkDerivation {
@@ -144738,6 +144684,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "lens-family-core_2_0_0" = callPackage
+ ({ mkDerivation, base, containers, transformers }:
+ mkDerivation {
+ pname = "lens-family-core";
+ version = "2.0.0";
+ sha256 = "0ni6s873hy2h3b316835ssmlyr05yinb3a8jq5b01p9ppp9zrd0r";
+ libraryHaskellDepends = [ base containers transformers ];
+ description = "Haskell 2022 Lens Families";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"lens-family-th" = callPackage
({ mkDerivation, base, hspec, template-haskell, transformers }:
mkDerivation {
@@ -144750,6 +144708,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "lens-filesystem" = callPackage
+ ({ mkDerivation, base, directory, filepath, hspec, lens
+ , lens-action
+ }:
+ mkDerivation {
+ pname = "lens-filesystem";
+ version = "0.0.0.0";
+ sha256 = "0295n9hfdq72c1knx170ccfyi93wp09szahb2q5jym0mcryvdls8";
+ libraryHaskellDepends = [
+ base directory filepath lens lens-action
+ ];
+ testHaskellDepends = [
+ base directory filepath hspec lens lens-action
+ ];
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"lens-labels_0_1_0_2" = callPackage
({ mkDerivation, base, ghc-prim }:
mkDerivation {
@@ -144814,6 +144791,25 @@ self: {
broken = true;
}) {};
+ "lens-process" = callPackage
+ ({ mkDerivation, base, Cabal, cabal-doctest, doctest, filepath
+ , lens, process, tasty, tasty-hunit
+ }:
+ mkDerivation {
+ pname = "lens-process";
+ version = "0.3.0.0";
+ sha256 = "1bp2mw38qvlq98596pn1illb6c1l8prd6qrzrg0g6xin98sqigb0";
+ revision = "1";
+ editedCabalFile = "1wwj258gq4qg97dx7pn2sxj8znrlb5sm2xcidwkhyrs45r75500b";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [ base filepath lens process ];
+ testHaskellDepends = [
+ base doctest filepath lens process tasty tasty-hunit
+ ];
+ description = "Optics for system processes";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"lens-properties" = callPackage
({ mkDerivation, base, lens, QuickCheck, transformers }:
mkDerivation {
@@ -144848,19 +144844,20 @@ self: {
}) {};
"lens-regex-pcre" = callPackage
- ({ mkDerivation, base, hspec, lens, pcre-heavy, pcre-light
- , template-haskell, text
+ ({ mkDerivation, base, bytestring, hspec, lens, pcre-heavy
+ , pcre-light, template-haskell, text
}:
mkDerivation {
pname = "lens-regex-pcre";
- version = "0.3.0.0";
- sha256 = "1010nhik7vfk6gll9h8cwnq7mx3v4gnl3nlyn7ma5y93ghq0ckvs";
+ version = "0.3.1.0";
+ sha256 = "1fbhwzs7mwz9c0l3p34zcgfvqxwxlhr3abz9gawlraiiypmz0iby";
libraryHaskellDepends = [
- base lens pcre-heavy pcre-light template-haskell text
+ base bytestring lens pcre-heavy pcre-light template-haskell text
];
testHaskellDepends = [
base hspec lens pcre-heavy pcre-light template-haskell text
];
+ description = "A lensy interface to regular expressions";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -144932,14 +144929,16 @@ self: {
];
description = "Lenses for toml-parser";
license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lens-tutorial" = callPackage
({ mkDerivation, base, doctest, lens }:
mkDerivation {
pname = "lens-tutorial";
- version = "1.0.3";
- sha256 = "1x6lbmylfp1gbik32ssfq643nmkhvhliryz70fsvcmscscm0chxp";
+ version = "1.0.4";
+ sha256 = "1xcadr4ynnpdm1sdv1idvs15f7d2gbr75565csvwaid2a1hz6agj";
libraryHaskellDepends = [ base lens ];
testHaskellDepends = [ base doctest ];
description = "Tutorial for the lens library";
@@ -145046,8 +145045,8 @@ self: {
}:
mkDerivation {
pname = "lenz";
- version = "0.3.0.0";
- sha256 = "17a3d91az0qv138q7x8wbka797z9pfxl3mbyydcr7i7p87dk48k3";
+ version = "0.3.1.0";
+ sha256 = "1c87m35wvsk9dyfp9d8ar6qb4gz534xmg1rf8xahsjkryn9vjqfn";
libraryHaskellDepends = [
base base-unicode-symbols hs-functors transformers
];
@@ -145379,6 +145378,8 @@ self: {
pname = "libarchive";
version = "1.0.5.1";
sha256 = "1fchnvs03hg513v7a45a3qbfr3kbh3nmqjqljzr2y1mg2ghkr7cz";
+ revision = "4";
+ editedCabalFile = "0wzw962gl9lm5faaa86z4q7s9cbzqn346cmlbhr518dbnw7nv31d";
libraryHaskellDepends = [
base bytestring composition-prelude dlist filepath
];
@@ -145485,8 +145486,6 @@ self: {
librarySystemDepends = [ ffi ];
description = "LibFFI interface with dynamic bidirectional type-driven binding generation";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {ffi = null;};
"libgit" = callPackage
@@ -145687,6 +145686,18 @@ self: {
broken = true;
}) {};
+ "libmodbus" = callPackage
+ ({ mkDerivation, base, bytestring, data-default, modbus, vector }:
+ mkDerivation {
+ pname = "libmodbus";
+ version = "1.1.0";
+ sha256 = "0fhx0cda803sad7489dp09lrxhwwsbldssjq4jkaprnqjvhj32al";
+ libraryHaskellDepends = [ base bytestring data-default vector ];
+ librarySystemDepends = [ modbus ];
+ description = "Haskell bindings to the C modbus library";
+ license = stdenv.lib.licenses.bsd2;
+ }) {modbus = null;};
+
"libmolude" = callPackage
({ mkDerivation, aeson, base, base-unicode-symbols, binary
, bytestring, concurrent-machines, containers
@@ -145863,44 +145874,6 @@ self: {
}) {inherit (pkgs) postgresql;};
"libraft" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, cereal, concurrency
- , containers, dejafu, directory, exceptions, haskeline
- , hunit-dejafu, mtl, network, network-simple, parsec, protolude
- , QuickCheck, random, repline, stm, tasty, tasty-dejafu
- , tasty-discover, tasty-expected-failure, tasty-hunit
- , tasty-quickcheck, text, time, transformers, word8
- }:
- mkDerivation {
- pname = "libraft";
- version = "0.1.1.0";
- sha256 = "1kjrrpgci6f1wsb75xrndp7xx50xgw8fgh4f6l345wyy2xxlpj8c";
- revision = "1";
- editedCabalFile = "0bzfkay18wphlqfm0i6rmr7rm1d6s16nxvrmc4wp0szim1k9k0gh";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- attoparsec base bytestring cereal concurrency containers directory
- exceptions haskeline mtl network network-simple parsec protolude
- random repline text time transformers word8
- ];
- executableHaskellDepends = [
- attoparsec base bytestring cereal concurrency containers directory
- exceptions haskeline mtl network network-simple parsec protolude
- random repline stm text time transformers word8
- ];
- testHaskellDepends = [
- attoparsec base bytestring cereal concurrency containers dejafu
- directory exceptions haskeline hunit-dejafu mtl network
- network-simple parsec protolude QuickCheck random repline tasty
- tasty-dejafu tasty-discover tasty-expected-failure tasty-hunit
- tasty-quickcheck text time transformers word8
- ];
- testToolDepends = [ tasty-discover ];
- description = "Raft consensus algorithm";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "libraft_0_5_0_0" = callPackage
({ mkDerivation, async, atomic-write, attoparsec, base
, base16-bytestring, bytestring, cereal, concurrency, containers
, cryptohash-sha256, dejafu, directory, ekg, ekg-core, exceptions
@@ -145950,6 +145923,7 @@ self: {
description = "Raft consensus algorithm";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"librandomorg" = callPackage
@@ -146138,8 +146112,6 @@ self: {
libraryPkgconfigDepends = [ systemd ];
description = "Haskell bindings to libsystemd-journal";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) systemd;};
"libtagc" = callPackage
@@ -146176,8 +146148,8 @@ self: {
({ mkDerivation, base, c2hs, libvirt, syb, unix }:
mkDerivation {
pname = "libvirt-hs";
- version = "0.2.1";
- sha256 = "02klbgyxsy5al0gmbq5g4p8vpna443kn7h8khnhglbddag6cgkdx";
+ version = "0.2.2";
+ sha256 = "1zrc7z0v3zarmbfhasv1mk2wcyhg8azhdpk7q4aayhrb9hcq3i0n";
libraryHaskellDepends = [ base syb unix ];
libraryPkgconfigDepends = [ libvirt ];
libraryToolDepends = [ c2hs ];
@@ -146792,8 +146764,8 @@ self: {
}:
mkDerivation {
pname = "line-bot-sdk";
- version = "0.5.1.0";
- sha256 = "1xy32z124alx3lgdd4f3sdgml47al19cjnzdvkbw5wmghna1fqq8";
+ version = "0.5.0.2";
+ sha256 = "0b33z5h22mbzxa812phpi73nmilzyvdslh355802wv625br3ljq5";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -146815,6 +146787,8 @@ self: {
];
description = "Haskell SDK for LINE Messaging API";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"line-break" = callPackage
@@ -146840,8 +146814,6 @@ self: {
testHaskellDepends = [ base hspec ];
description = "raster line drawing";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"line-size" = callPackage
@@ -146918,8 +146890,6 @@ self: {
testHaskellDepends = [ base doctest ];
description = "Lifting linear vector spaces into Accelerate";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"linear-algebra-cblas" = callPackage
@@ -146951,8 +146921,8 @@ self: {
}:
mkDerivation {
pname = "linear-circuit";
- version = "0.1.0.1";
- sha256 = "1pm2pvx9ds1x9cb85n9b2km6ypmqqv5d3rwxyyszy10vcymypns4";
+ version = "0.1.0.2";
+ sha256 = "0cf2lq8p2yppns8qn732drky8ghhd4ri9zxv7nbvas10ha0p19lm";
libraryHaskellDepends = [
base comfort-array comfort-graph containers lapack netlib-ffi
transformers utility-ht
@@ -147049,6 +147019,8 @@ self: {
testHaskellDepends = [ base hspec network tasty-hspec ];
description = "Typed sockets";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"linear-vect" = callPackage
@@ -147073,6 +147045,8 @@ self: {
libraryHaskellDepends = [ base sbv ];
description = "Use SMT solvers to solve linear systems over integers and rationals";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"linearmap-category" = callPackage
@@ -147085,8 +147059,8 @@ self: {
pname = "linearmap-category";
version = "0.3.5.0";
sha256 = "0qmd0nz343j3j3kprbhwfkglcswfcawfy0y6g4ai6nzdga42nfrf";
- revision = "2";
- editedCabalFile = "129fgr6m9691cd3nzy1magiwd7f9x2jip96pqj10d0lgb931frzg";
+ revision = "3";
+ editedCabalFile = "0b4m77csdsi5wgvbclza2arps5s0xgg0iibiy8kwax55ml04kkvp";
libraryHaskellDepends = [
base call-stack constrained-categories containers
free-vector-spaces ieee754 lens linear manifolds-core semigroups
@@ -147159,6 +147133,25 @@ self: {
broken = true;
}) {};
+ "lingo" = callPackage
+ ({ mkDerivation, base, bytestring, Cabal, containers, directory
+ , filepath, hspec, raw-strings-qq, text, yaml
+ }:
+ mkDerivation {
+ pname = "lingo";
+ version = "0.1.0.1";
+ sha256 = "1yany2pi06yvkmgz808gji6yk9v0wbl5vnaijhb8vqd152zmmzb4";
+ setupHaskellDepends = [
+ base bytestring Cabal containers directory filepath text yaml
+ ];
+ libraryHaskellDepends = [
+ base bytestring containers filepath raw-strings-qq text yaml
+ ];
+ testHaskellDepends = [ base hspec ];
+ description = "File extension based programming language detection";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"linguistic-ordinals" = callPackage
({ mkDerivation, base, text }:
mkDerivation {
@@ -147282,6 +147275,32 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "linnet" = callPackage
+ ({ mkDerivation, base, bytestring, bytestring-conversion
+ , case-insensitive, either, exceptions, hspec, http-types
+ , io-streams, mtl, QuickCheck, quickcheck-classes
+ , quickcheck-instances, text, transformers, uri-encode, utf8-string
+ , wai, warp
+ }:
+ mkDerivation {
+ pname = "linnet";
+ version = "0.1.0.0";
+ sha256 = "0ikrw7xm490rs46l7555mirkly3h5565kadwfrdjbqgrqv1cjx7k";
+ libraryHaskellDepends = [
+ base bytestring bytestring-conversion case-insensitive either
+ exceptions http-types io-streams mtl text transformers uri-encode
+ utf8-string wai warp
+ ];
+ testHaskellDepends = [
+ base bytestring bytestring-conversion case-insensitive either
+ exceptions hspec http-types io-streams mtl QuickCheck
+ quickcheck-classes quickcheck-instances text transformers
+ uri-encode utf8-string wai warp
+ ];
+ description = "Lightweight library for building HTTP API";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"linode" = callPackage
({ mkDerivation, aeson, async, base, binary, bytestring, containers
, errors, lens, process, retry, safe, tasty, tasty-hunit
@@ -147301,6 +147320,8 @@ self: {
];
description = "Bindings to the Linode API";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"linode-v4" = callPackage
@@ -147724,7 +147745,6 @@ self: {
description = "Demo of Liquid Haskell integration for Cabal and Stack";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"lispparser" = callPackage
@@ -147983,16 +148003,38 @@ self: {
}) {};
"list-witnesses" = callPackage
- ({ mkDerivation, base, decidable, profunctors, singletons, vinyl }:
+ ({ mkDerivation, base, decidable, microlens, profunctors
+ , singletons, vinyl
+ }:
mkDerivation {
pname = "list-witnesses";
- version = "0.1.1.0";
- sha256 = "16dlyk9hxz5fbsj726w1sgindryhyhsgvhs37zqygwmfzvqdbasd";
+ version = "0.1.1.1";
+ sha256 = "13h5gckpysf4p5wjfnq7l5v66rmxi3i9cmykf18ld3hnilgd7wa7";
libraryHaskellDepends = [
- base decidable profunctors singletons vinyl
+ base decidable microlens profunctors singletons vinyl
];
description = "Witnesses for working with type-level lists";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "list-witnesses_0_1_2_0" = callPackage
+ ({ mkDerivation, base, decidable, functor-products, microlens
+ , profunctors, singletons, vinyl
+ }:
+ mkDerivation {
+ pname = "list-witnesses";
+ version = "0.1.2.0";
+ sha256 = "10bflmrj747xs2ga8s0vw7hb419wvrwnm0bakxw7x1l7bcaa7z7m";
+ libraryHaskellDepends = [
+ base decidable functor-products microlens profunctors singletons
+ vinyl
+ ];
+ description = "Witnesses for working with type-level lists";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"list-zip-def" = callPackage
@@ -148117,6 +148159,8 @@ self: {
];
description = "Append only key-list database";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"lit" = callPackage
@@ -148371,17 +148415,17 @@ self: {
"llvm-extra" = callPackage
({ mkDerivation, base, bool8, containers, cpuid, llvm-tf, non-empty
- , tfp, transformers, unsafe, utility-ht
+ , prelude-compat, tfp, transformers, unsafe, utility-ht
}:
mkDerivation {
pname = "llvm-extra";
- version = "0.8.0.2";
- sha256 = "15hx1b1k211bndaqzwj8y684lcds94178jsf494zmi11s8wncabh";
+ version = "0.8.0.3";
+ sha256 = "1cqxfrjhfgliwxjgbmjkbpcy4dlv0fwwqzdd9jd8fiq96njfqfvp";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base bool8 containers cpuid llvm-tf non-empty tfp transformers
- unsafe utility-ht
+ base bool8 containers cpuid llvm-tf non-empty prelude-compat tfp
+ transformers unsafe utility-ht
];
description = "Utility functions for the llvm interface";
license = stdenv.lib.licenses.bsd3;
@@ -148521,8 +148565,6 @@ self: {
];
description = "General purpose LLVM bindings";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {llvm-config = null;};
"llvm-hs-pretty" = callPackage
@@ -148532,8 +148574,8 @@ self: {
}:
mkDerivation {
pname = "llvm-hs-pretty";
- version = "0.6.1.0";
- sha256 = "12w1rkkaf50jl2vdkyk4xpvjmsxzjbfkdyklaq5p6b8ykw872pda";
+ version = "0.6.2.0";
+ sha256 = "0inljys97b3vmb0006p75kzsm922w1r9721df2h7nfqp0in28c14";
libraryHaskellDepends = [
array base bytestring llvm-hs-pure prettyprinter text
];
@@ -148548,26 +148590,6 @@ self: {
}) {};
"llvm-hs-pure" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, containers, fail
- , mtl, tasty, tasty-hunit, tasty-quickcheck, template-haskell
- , transformers, unordered-containers
- }:
- mkDerivation {
- pname = "llvm-hs-pure";
- version = "7.0.0";
- sha256 = "1b82cin889qkyp9qv5p3yk7wq7ibnx2v9pk0mpvk6k9ca7fpr7dg";
- libraryHaskellDepends = [
- attoparsec base bytestring containers fail mtl template-haskell
- transformers unordered-containers
- ];
- testHaskellDepends = [
- base containers mtl tasty tasty-hunit tasty-quickcheck transformers
- ];
- description = "Pure Haskell LLVM functionality (no FFI)";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "llvm-hs-pure_8_0_0" = callPackage
({ mkDerivation, attoparsec, base, bytestring, containers, fail
, mtl, tasty, tasty-hunit, tasty-quickcheck, template-haskell
, transformers, unordered-containers
@@ -148585,7 +148607,6 @@ self: {
];
description = "Pure Haskell LLVM functionality (no FFI)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"llvm-ht" = callPackage
@@ -148823,22 +148844,6 @@ self: {
}) {};
"load-env" = callPackage
- ({ mkDerivation, base, directory, doctest, filepath, hspec, parsec
- , temporary
- }:
- mkDerivation {
- pname = "load-env";
- version = "0.2.0.2";
- sha256 = "063zd2nbwbyndfy1hrir9x270f99wzbyarfj561r9dddak2754w1";
- libraryHaskellDepends = [ base directory filepath parsec ];
- testHaskellDepends = [
- base directory doctest hspec parsec temporary
- ];
- description = "Load environment variables from a file";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "load-env_0_2_1_0" = callPackage
({ mkDerivation, base, directory, doctest, filepath, hspec, parsec
, temporary
}:
@@ -148852,7 +148857,6 @@ self: {
];
description = "Load environment variables from a file";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"load-font" = callPackage
@@ -149150,24 +149154,6 @@ self: {
}) {};
"log-base" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, base, bytestring, deepseq
- , exceptions, mmorph, monad-control, monad-time, mtl, semigroups
- , stm, text, time, transformers-base, unordered-containers
- }:
- mkDerivation {
- pname = "log-base";
- version = "0.7.4.0";
- sha256 = "06rzvh3g294hpwpxw2syvywrw3rms1chjxqhki8b97ml1nlfnrs0";
- libraryHaskellDepends = [
- aeson aeson-pretty base bytestring deepseq exceptions mmorph
- monad-control monad-time mtl semigroups stm text time
- transformers-base unordered-containers
- ];
- description = "Structured logging solution (base package)";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "log-base_0_8_0_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, deepseq
, exceptions, mmorph, monad-control, monad-time, mtl, semigroups
, stm, text, time, transformers-base, unliftio-core
@@ -149184,7 +149170,6 @@ self: {
];
description = "Structured logging solution (base package)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"log-domain" = callPackage
@@ -149366,6 +149351,33 @@ self: {
broken = true;
}) {};
+ "log4hs" = callPackage
+ ({ mkDerivation, aeson, aeson-qq, base, containers, criterion
+ , data-default, directory, filepath, generic-lens, hspec
+ , hspec-core, lens, process, QuickCheck, template-haskell, text
+ , time
+ }:
+ mkDerivation {
+ pname = "log4hs";
+ version = "0.0.7.0";
+ sha256 = "0f05sqjrfg3wkr1avdwljfllfs40bakyims9xd5kn9fv48fzvran";
+ libraryHaskellDepends = [
+ aeson base containers data-default directory filepath generic-lens
+ lens template-haskell text time
+ ];
+ testHaskellDepends = [
+ aeson aeson-qq base containers data-default directory filepath
+ generic-lens hspec hspec-core lens process QuickCheck
+ template-haskell text time
+ ];
+ benchmarkHaskellDepends = [
+ aeson aeson-qq base containers criterion data-default directory
+ filepath generic-lens lens template-haskell text time
+ ];
+ description = "A python logging style log library";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"logentries" = callPackage
({ mkDerivation, base, bytestring, data-default, fast-logger, hspec
, network, stm, uuid-types, wai, wai-extra
@@ -149566,8 +149578,6 @@ self: {
];
description = "Journald back-end for logging-facade";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"logging-facade-syslog" = callPackage
@@ -149637,12 +149647,13 @@ self: {
}) {};
"logict" = callPackage
- ({ mkDerivation, base, mtl }:
+ ({ mkDerivation, base, mtl, tasty, tasty-hunit }:
mkDerivation {
pname = "logict";
- version = "0.6.0.3";
- sha256 = "1a3sqws8bc55a7sxkl406a69ls75l60syv20b5rmkd30nbdisryh";
+ version = "0.7.0.2";
+ sha256 = "1xfgdsxg0lp8m0a2cb83rcxrnnc37asfikay2kydi933anh9ihfc";
libraryHaskellDepends = [ base mtl ];
+ testHaskellDepends = [ base mtl tasty tasty-hunit ];
description = "A backtracking logic-programming monad";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -150060,6 +150071,23 @@ self: {
broken = true;
}) {};
+ "loopbreaker" = callPackage
+ ({ mkDerivation, base, containers, ghc, hspec, hspec-discover
+ , inspection-testing, syb
+ }:
+ mkDerivation {
+ pname = "loopbreaker";
+ version = "0.1.1.0";
+ sha256 = "1hyw750r0kwyj5hb424dcxh2m11p7k694dfhgd2vadnqn80g0w5s";
+ libraryHaskellDepends = [ base containers ghc syb ];
+ testHaskellDepends = [
+ base containers ghc hspec inspection-testing syb
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "inline self-recursive definitions";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"looper" = callPackage
({ mkDerivation, aeson, base, hspec, optparse-applicative, text
, time, unliftio
@@ -150375,33 +150403,6 @@ self: {
}) {};
"lsp-test" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base
- , bytestring, conduit, conduit-parse, containers, data-default
- , Diff, directory, filepath, haskell-lsp, hspec, lens, mtl
- , parser-combinators, process, text, transformers, unix
- , unordered-containers, yi-rope
- }:
- mkDerivation {
- pname = "lsp-test";
- version = "0.5.1.2";
- sha256 = "1fc58krsm2q92azkcq57xdj7ngqvkqbvngjcr3plf0793xdarxj8";
- libraryHaskellDepends = [
- aeson aeson-pretty ansi-terminal base bytestring conduit
- conduit-parse containers data-default Diff directory filepath
- haskell-lsp lens mtl parser-combinators process text transformers
- unix unordered-containers yi-rope
- ];
- testHaskellDepends = [
- aeson base data-default haskell-lsp hspec lens text
- unordered-containers
- ];
- description = "Functional test framework for LSP servers";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "lsp-test_0_5_4_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, async, base
, bytestring, conduit, conduit-parse, containers, data-default
, Diff, directory, filepath, haskell-lsp, hspec, lens, mtl
@@ -150410,8 +150411,8 @@ self: {
}:
mkDerivation {
pname = "lsp-test";
- version = "0.5.4.0";
- sha256 = "028nvfdchc73klwd3wm14bxzdrfvk5f5axbizz4gqijb0v1mha6p";
+ version = "0.6.0.0";
+ sha256 = "01l5i41907rqxrndhqmnb2kcp62k4mz1dpbamp7zvff22pyd5zzv";
libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal async base bytestring conduit
conduit-parse containers data-default Diff directory filepath
@@ -150675,24 +150676,6 @@ self: {
}) {};
"lucid-extras" = callPackage
- ({ mkDerivation, aeson, base, blaze-builder, bytestring, directory
- , lucid, text
- }:
- mkDerivation {
- pname = "lucid-extras";
- version = "0.1.0.1";
- sha256 = "0wyb5pqhphfckmzpnl0xp6fy8fmnwqjqim3h3f3sdjqkqdly5iaw";
- revision = "1";
- editedCabalFile = "030mj3yddbia6dkbl8d6mssi42l3z8gs79z50r78gwiif6mh5dny";
- libraryHaskellDepends = [
- aeson base blaze-builder bytestring lucid text
- ];
- testHaskellDepends = [ base directory lucid ];
- description = "Generate more HTML with Lucid";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "lucid-extras_0_2_2" = callPackage
({ mkDerivation, aeson, base, blaze-builder, bytestring, directory
, lucid, text
}:
@@ -150706,7 +150689,6 @@ self: {
testHaskellDepends = [ base directory lucid ];
description = "Generate more HTML with Lucid - Bootstrap, Rdash, Vega-Lite, Leaflet JS, Email";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lucid-foundation" = callPackage
@@ -150736,8 +150718,6 @@ self: {
];
description = "DSL for SVG using lucid for HTML";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"lucienne" = callPackage
@@ -151500,6 +151480,8 @@ self: {
];
description = "An API client library for Mackerel";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"maclight" = callPackage
@@ -151627,6 +151609,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {inherit (pkgs) file;};
+ "magic-tyfams" = callPackage
+ ({ mkDerivation, base, ghc, ghc-tcplugins-extra, syb }:
+ mkDerivation {
+ pname = "magic-tyfams";
+ version = "0.1.1.0";
+ sha256 = "1vgbbmv2807cyi6hh2137nw6dldn84qall828d64lg2ja6zj6xii";
+ libraryHaskellDepends = [ base ghc ghc-tcplugins-extra syb ];
+ description = "Write plugins for magic type families with ease";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"magic-wormhole" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, cryptonite
, hashable, hedgehog, memory, network, network-uri
@@ -151788,6 +151781,8 @@ self: {
];
description = "Preconfigured email connection pool on top of smtp";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mailbox-count" = callPackage
@@ -152501,8 +152496,8 @@ self: {
}:
mkDerivation {
pname = "mandrill";
- version = "0.5.3.5";
- sha256 = "0yh7r3wrzpzm3iv0zvs6nzf36hwv0y7xlsz6cy3dlnyrr5jbsb1i";
+ version = "0.5.3.6";
+ sha256 = "1jvgxhc3x7867cryvsbpj7hks9syhpqbwyh4y0v6b0yp0xil8qrl";
libraryHaskellDepends = [
aeson base base64-bytestring blaze-html bytestring containers
email-validate http-client http-client-tls http-types microlens-th
@@ -152609,6 +152604,8 @@ self: {
pname = "manifolds";
version = "0.5.0.3";
sha256 = "16g0xfs99xcccyngknplgmargz4y4ncfw0wjm7sinjcrfd7js9fb";
+ revision = "2";
+ editedCabalFile = "0l76g7aqjfpp8s9wxdap4lhp3m06hfghz9lgdkr5nfjx60bgy69x";
libraryHaskellDepends = [
array base binary call-stack comonad constrained-categories
containers deepseq free free-vector-spaces ieee754 lens linear
@@ -152636,8 +152633,6 @@ self: {
libraryHaskellDepends = [ base call-stack tagged vector-space ];
description = "The basic classes for the manifolds hierarchy";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"map-classes" = callPackage
@@ -152745,6 +152740,8 @@ self: {
];
description = "Efficient, polymorphic Map Algebra";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mappy" = callPackage
@@ -152972,6 +152969,8 @@ self: {
testToolDepends = [ tasty-discover ];
description = "Computations for Markov chain usage models";
license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"markov-processes" = callPackage
@@ -152992,6 +152991,20 @@ self: {
broken = true;
}) {};
+ "markov-realization" = callPackage
+ ({ mkDerivation, base, comonad, HTF, MonadRandom }:
+ mkDerivation {
+ pname = "markov-realization";
+ version = "0.3.2";
+ sha256 = "08zsqpsklffp26ccrqf3kja2x5p8njn9vpy24ysha01f4j9y7has";
+ libraryHaskellDepends = [ base comonad MonadRandom ];
+ testHaskellDepends = [ base HTF ];
+ description = "Realizations of Markov chains";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"markup" = callPackage
({ mkDerivation, attoparsec-uri, base, blaze-html, blaze-markup
, clay, comonad, lucid, mmorph, monad-control, monad-logger, mtl
@@ -153219,50 +153232,28 @@ self: {
}) {};
"massiv" = callPackage
- ({ mkDerivation, base, bytestring, data-default, data-default-class
- , deepseq, ghc-prim, hspec, primitive, QuickCheck, safe-exceptions
- , vector
+ ({ mkDerivation, base, bytestring, Cabal, cabal-doctest
+ , data-default-class, deepseq, doctest, exceptions
+ , mersenne-random-pure64, primitive, QuickCheck, random, scheduler
+ , splitmix, template-haskell, unliftio-core, vector
}:
mkDerivation {
pname = "massiv";
- version = "0.2.8.1";
- sha256 = "10fq5h3nkgfibh0yix8j3h0ldqapyxivxj74jyrzc5zjbpa1j8pb";
- libraryHaskellDepends = [
- base bytestring data-default-class deepseq ghc-prim primitive
- vector
- ];
- testHaskellDepends = [
- base bytestring data-default deepseq hspec QuickCheck
- safe-exceptions vector
- ];
- description = "Massiv (Массив) is an Array Library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "massiv_0_3_4_0" = callPackage
- ({ mkDerivation, async, base, bytestring, Cabal, cabal-doctest
- , containers, data-default, data-default-class, deepseq, doctest
- , exceptions, hspec, mersenne-random-pure64, primitive, QuickCheck
- , random, scheduler, splitmix, template-haskell, unliftio
- , unliftio-core, vector
- }:
- mkDerivation {
- pname = "massiv";
- version = "0.3.4.0";
- sha256 = "0f93rc9jfl69c3j510jdnph09wvs80lb2s0817n4fzkq2qa2ykkf";
+ version = "0.4.0.0";
+ sha256 = "077w18fxgq50h1ylbalf6lbam2rcqp4a3b6qr21ac63514dyvyfz";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base bytestring data-default-class deepseq exceptions primitive
scheduler unliftio-core vector
];
testHaskellDepends = [
- async base bytestring containers data-default deepseq doctest hspec
- mersenne-random-pure64 QuickCheck random scheduler splitmix
- template-haskell unliftio vector
+ base doctest mersenne-random-pure64 QuickCheck random splitmix
+ template-haskell
];
description = "Massiv (Массив) is an Array Library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"massiv-io" = callPackage
@@ -153279,6 +153270,8 @@ self: {
];
description = "Import/export of Image files into massiv Arrays";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"massiv-scheduler" = callPackage
@@ -153301,6 +153294,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "massiv-test" = callPackage
+ ({ mkDerivation, base, bytestring, containers, data-default
+ , data-default-class, deepseq, exceptions, genvalidity-hspec, hspec
+ , massiv, primitive, QuickCheck, scheduler, unliftio, vector
+ }:
+ mkDerivation {
+ pname = "massiv-test";
+ version = "0.1.0";
+ sha256 = "08rs0j773c3jxnj6akh8gaywfz2g10w1ddmcqpkci5bqqjmqqf85";
+ libraryHaskellDepends = [
+ base bytestring data-default-class deepseq exceptions hspec massiv
+ primitive QuickCheck scheduler unliftio vector
+ ];
+ testHaskellDepends = [
+ base bytestring containers data-default deepseq genvalidity-hspec
+ hspec massiv QuickCheck scheduler vector
+ ];
+ description = "Library that contains generators, properties and tests for Massiv Array Library";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"master-plan" = callPackage
({ mkDerivation, base, diagrams, diagrams-lib, diagrams-rasterific
, hspec, megaparsec, mtl, optparse-applicative, QuickCheck
@@ -153372,6 +153388,8 @@ self: {
testHaskellDepends = [ base containers matchable ];
description = "Generates Matchable instances using TemplateHaskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"matcher" = callPackage
@@ -153541,6 +153559,8 @@ self: {
];
description = "Discover your (academic) ancestors!";
license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mathista" = callPackage
@@ -153622,23 +153642,6 @@ self: {
}) {};
"matrices" = callPackage
- ({ mkDerivation, base, criterion, deepseq, primitive, tasty
- , tasty-hunit, tasty-quickcheck, vector
- }:
- mkDerivation {
- pname = "matrices";
- version = "0.4.5";
- sha256 = "15vkkd3jwfdp648lfhskzhnisb1bzqia3asw8fmanpk71l9nyf9d";
- libraryHaskellDepends = [ base deepseq primitive vector ];
- testHaskellDepends = [
- base tasty tasty-hunit tasty-quickcheck vector
- ];
- benchmarkHaskellDepends = [ base criterion vector ];
- description = "native matrix based on vector";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "matrices_0_5_0" = callPackage
({ mkDerivation, base, criterion, deepseq, primitive, tasty
, tasty-hunit, tasty-quickcheck, vector
}:
@@ -153653,7 +153656,6 @@ self: {
benchmarkHaskellDepends = [ base criterion vector ];
description = "native matrix based on vector";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"matrix" = callPackage
@@ -154048,17 +154050,17 @@ self: {
}) {};
"mbox-utility" = callPackage
- ({ mkDerivation, base, bytestring, hsemail, non-empty, old-time
- , parsec, spreadsheet, utility-ht
+ ({ mkDerivation, base, bytestring, hsemail, non-empty, parsec
+ , spreadsheet, time, utility-ht
}:
mkDerivation {
pname = "mbox-utility";
- version = "0.0.1";
- sha256 = "1y792np4i24jlyxfsm4dw3m1bvij5wxj77dkqj2hvclm7kw0kq75";
+ version = "0.0.3.1";
+ sha256 = "0vh9ibh4g3fssq9jfzrmaa56sk4k35r27lmz2xq4fhc62fmkia92";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
- base bytestring hsemail non-empty old-time parsec spreadsheet
+ base bytestring hsemail non-empty parsec spreadsheet time
utility-ht
];
description = "List contents of an mbox file containing e-mails";
@@ -154106,6 +154108,8 @@ self: {
];
description = "download bugs mailboxes";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mcl" = callPackage
@@ -154395,8 +154399,8 @@ self: {
}:
mkDerivation {
pname = "med-module";
- version = "0.1.1";
- sha256 = "1qzffgcg29gjc6j0dl9ablgzad3lry28n9kv55kp5lgqm3xp92gp";
+ version = "0.1.2.1";
+ sha256 = "0f1yjdix89g6z2kigj08iq88jmi0x59la7764ixfha5sbjnwz0pp";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -154518,8 +154522,6 @@ self: {
testHaskellDepends = [ base QuickCheck ];
description = "Constant-time queries for the median of a stream of numeric data";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mediawiki" = callPackage
@@ -154567,6 +154569,8 @@ self: {
];
description = "Convert MediaWiki text to LaTeX";
license = "GPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"medium-sdk-haskell" = callPackage
@@ -154608,68 +154612,23 @@ self: {
}) {};
"mega-sdist" = callPackage
- ({ mkDerivation, base, bytestring, conduit, conduit-extra
- , http-conduit, optparse-simple, rio, rio-orphans, tar-conduit
- , yaml
+ ({ mkDerivation, base, bytestring, optparse-simple, pantry, path
+ , path-io, rio, rio-orphans, yaml
}:
mkDerivation {
pname = "mega-sdist";
- version = "0.3.3.2";
- sha256 = "0jhlaww753spj5k2mrzrizcb408265wglc7gycdicnashsxc7qd4";
+ version = "0.4.0.1";
+ sha256 = "191saxmdh3705rhci7lz7qzcdzv2zvw9bwa7f5d62500azi13j8v";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
- base bytestring conduit conduit-extra http-conduit optparse-simple
- rio rio-orphans tar-conduit yaml
- ];
- description = "Handles uploading to Hackage from mega repos";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "mega-sdist_0_4_0_0" = callPackage
- ({ mkDerivation, base, bytestring, optparse-simple, pantry-tmp
- , path, path-io, rio, rio-orphans, yaml
- }:
- mkDerivation {
- pname = "mega-sdist";
- version = "0.4.0.0";
- sha256 = "0d8z0jj4xm091zdlydkp5fgs22xrjrsydfm9czfr79pmcx83bdi4";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- base bytestring optparse-simple pantry-tmp path path-io rio
- rio-orphans yaml
+ base bytestring optparse-simple pantry path path-io rio rio-orphans
+ yaml
];
description = "Handles uploading to Hackage from mega repos";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
- "megaparsec_6_5_0" = callPackage
- ({ mkDerivation, base, bytestring, case-insensitive, containers
- , criterion, deepseq, hspec, hspec-discover, hspec-expectations
- , mtl, parser-combinators, QuickCheck, scientific, text
- , transformers, weigh
- }:
- mkDerivation {
- pname = "megaparsec";
- version = "6.5.0";
- sha256 = "12iggy7qpf8x93jm64zf0g215xwy779bqyfyjk2bhmxqqr1yzgdy";
- revision = "4";
- editedCabalFile = "0ij3asi5vwlhbgwsy6nhli9a0qb7926mg809fsgyl1rnhs9fvpx1";
- libraryHaskellDepends = [
- base bytestring case-insensitive containers deepseq mtl
- parser-combinators scientific text transformers
- ];
- testHaskellDepends = [
- base bytestring containers hspec hspec-expectations mtl QuickCheck
- scientific text transformers
- ];
- testToolDepends = [ hspec-discover ];
- benchmarkHaskellDepends = [ base criterion deepseq text weigh ];
- description = "Monadic parser combinators";
- license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"megaparsec" = callPackage
@@ -154848,6 +154807,20 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "membrain" = callPackage
+ ({ mkDerivation, base, doctest, Glob, hedgehog, hspec, type-spec }:
+ mkDerivation {
+ pname = "membrain";
+ version = "0.0.0.0";
+ sha256 = "01wv5i3kgbpmwjnjk5xgkpm3j5wazlz1f05kmm523wf34xivp498";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [
+ base doctest Glob hedgehog hspec type-spec
+ ];
+ description = "Type-safe memory units";
+ license = stdenv.lib.licenses.mpl20;
+ }) {};
+
"memcache" = callPackage
({ mkDerivation, base, binary, blaze-builder, bytestring, criterion
, data-default-class, hashable, network, resource-pool, time
@@ -154956,8 +154929,8 @@ self: {
}:
mkDerivation {
pname = "memdb";
- version = "1.0.0.0";
- sha256 = "1rm1ijhhiyznbqidcpa1796lzj35dhi4jb0a2qbrvgim329ymsr2";
+ version = "1.0.0.3";
+ sha256 = "082i381qyba51zkv4fqkn3mdhmya39pz8pw69m02c3hnp5vr4n4c";
libraryHaskellDepends = [ base bytestring cereal vector ];
testHaskellDepends = [
base bytestring cereal hspec QuickCheck vector
@@ -155861,6 +155834,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "microlens_0_4_11_2" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "microlens";
+ version = "0.4.11.2";
+ sha256 = "1z6zdprpr193a56r5s67q75554rrqyp2kk6srxn1gif7fd54sj2f";
+ libraryHaskellDepends = [ base ];
+ description = "A tiny lens library with no dependencies";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"microlens-aeson" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, deepseq
, hashable, microlens, scientific, tasty, tasty-hunit, text
@@ -155921,6 +155906,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "microlens-ghc_0_4_11_1" = callPackage
+ ({ mkDerivation, array, base, bytestring, containers, microlens
+ , transformers
+ }:
+ mkDerivation {
+ pname = "microlens-ghc";
+ version = "0.4.11.1";
+ sha256 = "19h3rgh3xhp7zgnhpqhpihca05s69mimzkx0sh30lg96p99wx69r";
+ libraryHaskellDepends = [
+ array base bytestring containers microlens transformers
+ ];
+ description = "microlens + array, bytestring, containers, transformers";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"microlens-mtl" = callPackage
({ mkDerivation, base, microlens, mtl, transformers
, transformers-compat
@@ -155936,6 +155937,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "microlens-mtl_0_2_0_1" = callPackage
+ ({ mkDerivation, base, microlens, mtl, transformers
+ , transformers-compat
+ }:
+ mkDerivation {
+ pname = "microlens-mtl";
+ version = "0.2.0.1";
+ sha256 = "0ijy7xyd5lbc3calhcrhy8czkf3fjcxrv68p7kd2a5b352rfi7fp";
+ libraryHaskellDepends = [
+ base microlens mtl transformers transformers-compat
+ ];
+ description = "microlens support for Reader/Writer/State from mtl";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"microlens-platform" = callPackage
({ mkDerivation, base, hashable, microlens, microlens-ghc
, microlens-mtl, microlens-th, text, unordered-containers, vector
@@ -155954,6 +155971,40 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "microlens-platform_0_4_0" = callPackage
+ ({ mkDerivation, base, hashable, microlens, microlens-ghc
+ , microlens-mtl, microlens-th, text, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "microlens-platform";
+ version = "0.4.0";
+ sha256 = "0q90qsrcr6pa0nvzk46573ykxrf21lr4xm0jp5sp5pd30kx21fmx";
+ libraryHaskellDepends = [
+ base hashable microlens microlens-ghc microlens-mtl microlens-th
+ text unordered-containers vector
+ ];
+ description = "microlens + all batteries included (best for apps)";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "microlens-process" = callPackage
+ ({ mkDerivation, base, Cabal, cabal-doctest, doctest, filepath
+ , microlens, process
+ }:
+ mkDerivation {
+ pname = "microlens-process";
+ version = "0.2.0.0";
+ sha256 = "05bkm3nhiv2mprds9xlmmnzll91hn76navb9h9kc9nl5rnq4nwrn";
+ revision = "4";
+ editedCabalFile = "00dhcr2czcx986a4lijmlbrxk2wm059mmbh63qs48wb6z4rrsg7y";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [ base filepath microlens process ];
+ testHaskellDepends = [ base doctest microlens process ];
+ description = "Micro-optics for the process library";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"microlens-th" = callPackage
({ mkDerivation, base, containers, microlens, template-haskell
, th-abstraction, transformers
@@ -155973,6 +156024,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "microlens-th_0_4_3_2" = callPackage
+ ({ mkDerivation, base, containers, microlens, template-haskell
+ , th-abstraction, transformers
+ }:
+ mkDerivation {
+ pname = "microlens-th";
+ version = "0.4.3.2";
+ sha256 = "0wz27ir4fs4231a20iiy2ghnyyg4qd75h45k6602017pww1hv44x";
+ libraryHaskellDepends = [
+ base containers microlens template-haskell th-abstraction
+ transformers
+ ];
+ testHaskellDepends = [ base microlens ];
+ description = "Automatic generation of record lenses for microlens";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"micrologger" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, hspec, lens
, text, text-format, time, transformers
@@ -156007,6 +156076,8 @@ self: {
];
description = "Bindings to the Microsoft Translator API";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"microspec" = callPackage
@@ -156029,8 +156100,8 @@ self: {
pname = "microstache";
version = "1.0.1.1";
sha256 = "0851sqr1ppdj6m822635pa3j6qzdf25gyrhkjs25zdry6518bsax";
- revision = "3";
- editedCabalFile = "1pq0h64vxc7zlncn2ld6k02wi6rfa5ccqc4z0hfkvaldj41y2sb1";
+ revision = "4";
+ editedCabalFile = "0rkc0zmwi2vx47l4ssjkxlyd54fxz0w3xrgdhn7baf66gr90nrc7";
libraryHaskellDepends = [
aeson base bytestring containers deepseq directory filepath parsec
text transformers unordered-containers vector
@@ -156140,8 +156211,8 @@ self: {
}:
mkDerivation {
pname = "midi-music-box";
- version = "0.0.1";
- sha256 = "1b705392srj3pb8mm5bqzwj2p00yzyiysy4wyknfmc395555qkaz";
+ version = "0.0.1.1";
+ sha256 = "15i28iw6ssl7f8iivqyxgd8rg3vg76hspsyv347195d74xb5s7zb";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -156171,6 +156242,8 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "A simple and fast library for working with MIDI messages";
license = stdenv.lib.licenses.lgpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"midi-util" = callPackage
@@ -156277,8 +156350,8 @@ self: {
}:
mkDerivation {
pname = "mighttpd2";
- version = "3.4.5";
- sha256 = "18a8az9qj1jldrpya72r3h303awhl5ny4xidkjzxgj3r6xz3ffz4";
+ version = "3.4.6";
+ sha256 = "0wg4cbgpsr997ag1vba0cpqq151l5fnhq0w63icq2lp4l172c57y";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -156297,6 +156370,8 @@ self: {
testHaskellDepends = [ base hspec http-client ];
description = "High performance web server on WAI/warp";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"mighty-metropolis" = callPackage
@@ -156432,25 +156507,6 @@ self: {
}) {};
"mime-mail" = callPackage
- ({ mkDerivation, base, base64-bytestring, blaze-builder, bytestring
- , filepath, hspec, process, random, text
- }:
- mkDerivation {
- pname = "mime-mail";
- version = "0.4.14";
- sha256 = "0gmapbjci8nclwm8syg5xfci4nj8cpchb9ry1b7gwhcp9kaw6cln";
- revision = "1";
- editedCabalFile = "14zadyz63gjpf58h6v36w3jwwpxpg86czw19r4211wprqfclvr92";
- libraryHaskellDepends = [
- base base64-bytestring blaze-builder bytestring filepath process
- random text
- ];
- testHaskellDepends = [ base blaze-builder bytestring hspec text ];
- description = "Compose MIME email messages";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "mime-mail_0_5_0" = callPackage
({ mkDerivation, base, base64-bytestring, blaze-builder, bytestring
, filepath, hspec, process, random, text
}:
@@ -156465,7 +156521,6 @@ self: {
testHaskellDepends = [ base blaze-builder bytestring hspec text ];
description = "Compose MIME email messages";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"mime-mail-ses" = callPackage
@@ -156530,6 +156585,19 @@ self: {
];
description = "Double-ended priority queues";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "minecraft" = callPackage
+ ({ mkDerivation }:
+ mkDerivation {
+ pname = "minecraft";
+ version = "0.0.0.0";
+ sha256 = "07h6hgq4k1wm4ldwb29fgmmbl9ygrlbq3qv3ymfvc25l5rvgss4h";
+ doHaddock = false;
+ description = "TBA";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"minecraft-data" = callPackage
@@ -156539,8 +156607,8 @@ self: {
}:
mkDerivation {
pname = "minecraft-data";
- version = "0.1.0.0";
- sha256 = "1p0lci3b3lwcd6j13bvsscz7ar5vskvhkpj8gy4fp8d1pak2adwr";
+ version = "0.1.0.1";
+ sha256 = "02ispnzvxjazjy76bqpils6jmy37l4v61l1wcklvvsvkb72yc39n";
libraryHaskellDepends = [
array base bytestring cereal containers lens mtl nbt pipes
pipes-bytestring pipes-cereal pipes-parse pipes-zlib text text-show
@@ -156718,68 +156786,35 @@ self: {
}) {};
"minio-hs" = callPackage
- ({ mkDerivation, aeson, base, base64-bytestring, bytestring
- , case-insensitive, conduit, conduit-extra, containers, cryptonite
- , cryptonite-conduit, directory, filepath, http-client
- , http-conduit, http-types, ini, memory, protolude, QuickCheck
- , resourcet, tasty, tasty-hunit, tasty-quickcheck, tasty-smallcheck
- , temporary, text, time, transformers, unliftio, unliftio-core
- , xml-conduit
- }:
- mkDerivation {
- pname = "minio-hs";
- version = "1.2.0";
- sha256 = "14qhaiki7g09gkakl1irf0a5fnrcaj2x84vvh09g3dfsgybr851i";
- libraryHaskellDepends = [
- aeson base base64-bytestring bytestring case-insensitive conduit
- conduit-extra containers cryptonite cryptonite-conduit directory
- filepath http-client http-conduit http-types ini memory protolude
- resourcet text time transformers unliftio unliftio-core xml-conduit
- ];
- testHaskellDepends = [
- aeson base base64-bytestring bytestring case-insensitive conduit
- conduit-extra containers cryptonite cryptonite-conduit directory
- filepath http-client http-conduit http-types ini memory protolude
- QuickCheck resourcet tasty tasty-hunit tasty-quickcheck
- tasty-smallcheck temporary text time transformers unliftio
- unliftio-core xml-conduit
- ];
- description = "A Minio Haskell Library for Amazon S3 compatible cloud storage";
- license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "minio-hs_1_3_1" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring
- , case-insensitive, conduit, conduit-extra, connection, containers
- , cryptonite, cryptonite-conduit, digest, directory, exceptions
- , filepath, http-client, http-client-tls, http-conduit, http-types
- , ini, memory, protolude, QuickCheck, raw-strings-qq, resourcet
- , retry, tasty, tasty-hunit, tasty-quickcheck, tasty-smallcheck
- , temporary, text, time, transformers, unliftio, unliftio-core
+ , case-insensitive, conduit, conduit-extra, connection, cryptonite
+ , cryptonite-conduit, digest, directory, exceptions, filepath
+ , http-client, http-client-tls, http-conduit, http-types, ini
+ , memory, protolude, QuickCheck, raw-strings-qq, resourcet, retry
+ , tasty, tasty-hunit, tasty-quickcheck, tasty-smallcheck, temporary
+ , text, time, transformers, unliftio, unliftio-core
, unordered-containers, xml-conduit
}:
mkDerivation {
pname = "minio-hs";
- version = "1.3.1";
- sha256 = "1z553cpflxmr5hy723bgmwyq061fpivi1jw0vq64x1i0bz0q1llp";
+ version = "1.5.0";
+ sha256 = "0qp8zl7f055lpchg8abcc27jq4s0nn14qp474qrj4wdmynfi8bc8";
libraryHaskellDepends = [
aeson base base64-bytestring binary bytestring case-insensitive
- conduit conduit-extra connection containers cryptonite
- cryptonite-conduit digest directory exceptions filepath http-client
- http-client-tls http-conduit http-types ini memory protolude
- raw-strings-qq resourcet retry text time transformers unliftio
- unliftio-core unordered-containers xml-conduit
+ conduit conduit-extra connection cryptonite cryptonite-conduit
+ digest directory exceptions filepath http-client http-client-tls
+ http-conduit http-types ini memory protolude raw-strings-qq
+ resourcet retry text time transformers unliftio unliftio-core
+ unordered-containers xml-conduit
];
testHaskellDepends = [
aeson base base64-bytestring binary bytestring case-insensitive
- conduit conduit-extra connection containers cryptonite
- cryptonite-conduit digest directory exceptions filepath http-client
- http-client-tls http-conduit http-types ini memory protolude
- QuickCheck raw-strings-qq resourcet retry tasty tasty-hunit
- tasty-quickcheck tasty-smallcheck temporary text time transformers
- unliftio unliftio-core unordered-containers xml-conduit
+ conduit conduit-extra connection cryptonite cryptonite-conduit
+ digest directory exceptions filepath http-client http-client-tls
+ http-conduit http-types ini memory protolude QuickCheck
+ raw-strings-qq resourcet retry tasty tasty-hunit tasty-quickcheck
+ tasty-smallcheck temporary text time transformers unliftio
+ unliftio-core unordered-containers xml-conduit
];
description = "A MinIO Haskell Library for Amazon S3 compatible cloud storage";
license = stdenv.lib.licenses.asl20;
@@ -156916,8 +156951,6 @@ self: {
];
description = "Layout and render text with TrueType fonts using OpenGL";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"miniutter" = callPackage
@@ -157155,8 +157188,8 @@ self: {
}:
mkDerivation {
pname = "miso";
- version = "0.21.2.0";
- sha256 = "061bjvxcs6psh8hj947p4jm9ki9ngrwvn23szvk8i3x4xd87jbfm";
+ version = "1.2.0.0";
+ sha256 = "08yhr5hxrvgqdc32yz2j3mix7s8q5bzycld3kd4rfcy2h4h72962";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -157167,6 +157200,33 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "miso-action-logger" = callPackage
+ ({ mkDerivation, aeson, base, ghcjs-base, miso }:
+ mkDerivation {
+ pname = "miso-action-logger";
+ version = "0.1.0.1";
+ sha256 = "02xcj7ic4fh3h08h89naa2rl0rkksqx426wx8k8v0zl0d7rd12jc";
+ libraryHaskellDepends = [ aeson base ghcjs-base miso ];
+ description = "Miso state transition logger";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "miso-examples" = callPackage
+ ({ mkDerivation }:
+ mkDerivation {
+ pname = "miso-examples";
+ version = "1.2.0.0";
+ sha256 = "1wg4nli3qzq0dw9il4hqw78mpvcsbj22i2vdv2n9gafv9qsb6r68";
+ isLibrary = false;
+ isExecutable = true;
+ description = "A tasty Haskell front-end framework";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"miss" = callPackage
({ mkDerivation, attoparsec, base, base16-bytestring, bytestring
, ChasingBottoms, containers, cryptohash-sha1, deepseq, digest
@@ -157297,23 +157357,6 @@ self: {
}) {};
"mixed-types-num" = callPackage
- ({ mkDerivation, base, convertible, hspec, hspec-smallcheck
- , QuickCheck, smallcheck, template-haskell
- }:
- mkDerivation {
- pname = "mixed-types-num";
- version = "0.3.1.5";
- sha256 = "0n60s5vy6l6mbc5z7di91whb3hn0qav2c98fmb7l7inxq8abzw3w";
- libraryHaskellDepends = [
- base convertible hspec hspec-smallcheck QuickCheck smallcheck
- template-haskell
- ];
- testHaskellDepends = [ base hspec hspec-smallcheck QuickCheck ];
- description = "Alternative Prelude with numeric and logic expressions typed bottom-up";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "mixed-types-num_0_4_0_1" = callPackage
({ mkDerivation, base, hspec, hspec-smallcheck, mtl, QuickCheck
, smallcheck, template-haskell
}:
@@ -157328,34 +157371,9 @@ self: {
testHaskellDepends = [ base hspec hspec-smallcheck QuickCheck ];
description = "Alternative Prelude with numeric and logic expressions typed bottom-up";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"mixpanel-client" = callPackage
- ({ mkDerivation, aeson, base, base64-bytestring, bytestring, hspec
- , hspec-discover, http-client, http-client-tls, markdown-unlit
- , servant, servant-client, string-conv, text, time
- }:
- mkDerivation {
- pname = "mixpanel-client";
- version = "0.1.1";
- sha256 = "1dr7h8ss3msnabz6nisq3q4khi48b4ahmghil9sz4in4s1dvn9am";
- libraryHaskellDepends = [
- aeson base base64-bytestring bytestring http-client http-client-tls
- servant servant-client string-conv text time
- ];
- testHaskellDepends = [
- aeson base base64-bytestring bytestring hspec http-client
- http-client-tls servant servant-client string-conv text time
- ];
- testToolDepends = [ hspec-discover markdown-unlit ];
- description = "Mixpanel client";
- license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "mixpanel-client_0_2_0" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, bytestring, hspec
, hspec-discover, http-client, http-client-tls, markdown-unlit
, servant, servant-client, string-conv, text, time
@@ -157492,10 +157510,8 @@ self: {
}:
mkDerivation {
pname = "mmark";
- version = "0.0.7.0";
- sha256 = "0g7mx3xvvj8vgcids231zlz9kp7z3zjrq4xfhdm0wk0v1k51dflx";
- revision = "1";
- editedCabalFile = "1mj781f8b0hc57lw2zp1qag4sdxn0bkyzm5m321xagwk32iwz9qc";
+ version = "0.0.7.1";
+ sha256 = "0apc582ck0g5ih0rpcljsfvss646ng62bjm37nj5z6k48symh16n";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base case-insensitive containers deepseq dlist email-validate
@@ -157522,6 +157538,8 @@ self: {
pname = "mmark-cli";
version = "0.0.5.0";
sha256 = "15qrp2q1flx9csqvj8zx9w1jqg8pwfi0v7wpia7n7vg09jgydhby";
+ revision = "1";
+ editedCabalFile = "11yrsr4hpl5vxrfav1nfg3gidcr1qy0rjv5mkh5hqsxdpxy6c7aj";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -157647,6 +157665,24 @@ self: {
broken = true;
}) {};
+ "mockazo" = callPackage
+ ({ mkDerivation, base, constraints, hspec, multistate, relude
+ , template-haskell
+ }:
+ mkDerivation {
+ pname = "mockazo";
+ version = "0.1.1";
+ sha256 = "113z5mmka7wkih0gm7x7d3l75ayql9217168b5pbyq7yvyh5f10m";
+ libraryHaskellDepends = [
+ base constraints multistate relude template-haskell
+ ];
+ testHaskellDepends = [
+ base constraints hspec multistate relude template-haskell
+ ];
+ description = "Mock records of functions easily";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"mockery" = callPackage
({ mkDerivation, base, base-compat, bytestring, directory, filepath
, hspec, logging-facade, temporary
@@ -157697,8 +157733,6 @@ self: {
];
description = "Derive a model of a data type using Generics";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"modelicaparser" = callPackage
@@ -157727,10 +157761,8 @@ self: {
}:
mkDerivation {
pname = "modern-uri";
- version = "0.3.0.1";
- sha256 = "01a5jnv8kbl2c9ka9dgqm4a8b7n6frmg7yi8f417qcnwgn1lbs78";
- revision = "1";
- editedCabalFile = "13q0lapxk1v3ci3bqv21942jf2fw87frbbam53apd3i2iv69bqyr";
+ version = "0.3.1.0";
+ sha256 = "1pi7la2rrpfa9qszz7zm4dd7dihakm4kjrhjzvxpbp4n34ihl8h5";
libraryHaskellDepends = [
base bytestring containers contravariant deepseq exceptions
megaparsec mtl profunctors QuickCheck reflection tagged
@@ -157803,8 +157835,6 @@ self: {
libraryHaskellDepends = [ base ghc-typelits-knownnat ];
description = "Type-safe modular arithmetic";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"modular-arithmetic" = callPackage
@@ -157852,15 +157882,15 @@ self: {
}) {};
"modularity" = callPackage
- ({ mkDerivation, base, eigen, hmatrix, sparse-linear-algebra
+ ({ mkDerivation, base, hmatrix, sparse-linear-algebra
, spectral-clustering, vector
}:
mkDerivation {
pname = "modularity";
- version = "0.2.1.0";
- sha256 = "1xs9hdxsdpylhq3dzmyxfycwyqzy3v1zz48gvzpfcamfivxxpdph";
+ version = "0.2.1.1";
+ sha256 = "0s7n6z48wi2cc51i9aj8c35p02jsj2g1z1lbrsa0gpk684wzg8nq";
libraryHaskellDepends = [
- base eigen hmatrix sparse-linear-algebra spectral-clustering vector
+ base hmatrix sparse-linear-algebra spectral-clustering vector
];
description = "Find the modularity of a network";
license = stdenv.lib.licenses.gpl3;
@@ -158144,8 +158174,6 @@ self: {
];
description = "These as a transformer, ChronicleT";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"monad-classes" = callPackage
@@ -158676,6 +158704,26 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "monad-metrics-extensible" = callPackage
+ ({ mkDerivation, base, dependent-map, dependent-sum, ekg, ekg-core
+ , exceptions, hspec, mtl, stm, text
+ }:
+ mkDerivation {
+ pname = "monad-metrics-extensible";
+ version = "0.1.0.1";
+ sha256 = "044hvhnf7wsgd18cac2j3bfw2vbxfnra736l6qndfx07mkv1nz5n";
+ libraryHaskellDepends = [
+ base dependent-map dependent-sum ekg ekg-core exceptions mtl stm
+ text
+ ];
+ testHaskellDepends = [
+ base dependent-map dependent-sum ekg ekg-core exceptions hspec mtl
+ stm text
+ ];
+ description = "An extensible and type-safe wrapper around EKG metrics";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"monad-mock" = callPackage
({ mkDerivation, base, constraints, exceptions, haskell-src-exts
, haskell-src-meta, hspec, monad-control, mtl, template-haskell
@@ -159133,6 +159181,26 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "monad-validate" = callPackage
+ ({ mkDerivation, aeson, aeson-qq, base, exceptions, hspec
+ , monad-control, mtl, scientific, text, transformers
+ , transformers-base, unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "monad-validate";
+ version = "1.2.0.0";
+ sha256 = "1wqiifcwm24mfshlh0xaq9b4blpsccqxglwgjqmg4jqbav3143zm";
+ libraryHaskellDepends = [
+ base exceptions monad-control mtl transformers transformers-base
+ ];
+ testHaskellDepends = [
+ aeson aeson-qq base exceptions hspec monad-control mtl scientific
+ text transformers transformers-base unordered-containers vector
+ ];
+ description = "A monad transformer for data validation";
+ license = stdenv.lib.licenses.isc;
+ }) {};
+
"monad-var" = callPackage
({ mkDerivation, base, base-compat, stm }:
mkDerivation {
@@ -159205,8 +159273,6 @@ self: {
libraryHaskellDepends = [ base transformers ];
description = "The Acme and AcmeT monads";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"monadbi" = callPackage
@@ -159520,8 +159586,8 @@ self: {
}:
mkDerivation {
pname = "mongoDB";
- version = "2.4.0.1";
- sha256 = "0wadf91vymy1wzf1xq9k5ackj5fc7220fgg6h42y4qpmg1xzbpip";
+ version = "2.5.0.0";
+ sha256 = "15zlh2ws9vs2d5rp1g299b4lrpj6a4gcdm1zqiig452w7m1bsyzd";
libraryHaskellDepends = [
array base base16-bytestring base64-bytestring binary bson
bytestring conduit conduit-extra containers cryptohash
@@ -159643,8 +159709,8 @@ self: {
}:
mkDerivation {
pname = "mono-traversable";
- version = "1.0.11.0";
- sha256 = "1lipj4ld99cb3sc9i8va9w7cfki89h436dysyr5ifcb1l0kxg861";
+ version = "1.0.12.0";
+ sha256 = "1h586myaayxg73lc1fx18axlq2bw761fypyy7mii1h0h75d8fyry";
libraryHaskellDepends = [
base bytestring containers hashable split text transformers
unordered-containers vector vector-algorithms
@@ -159834,6 +159900,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "monoidal-containers_0_5_0_1" = callPackage
+ ({ mkDerivation, aeson, base, containers, deepseq, hashable, lens
+ , newtype, semialign, semigroups, these, unordered-containers
+ }:
+ mkDerivation {
+ pname = "monoidal-containers";
+ version = "0.5.0.1";
+ sha256 = "1d7a4kkwv86f69zv5g6wxq9bkxq3bxarb26rr5q9gxkyx9m5rwd3";
+ libraryHaskellDepends = [
+ aeson base containers deepseq hashable lens newtype semialign
+ semigroups these unordered-containers
+ ];
+ description = "Containers with monoidal accumulation";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"monoidplus" = callPackage
({ mkDerivation, base, contravariant, semigroups, transformers }:
mkDerivation {
@@ -160045,19 +160128,15 @@ self: {
}) {};
"more-containers" = callPackage
- ({ mkDerivation, base, containers, hspec }:
+ ({ mkDerivation, base, binary, containers, hspec }:
mkDerivation {
pname = "more-containers";
- version = "0.1.2.0";
- sha256 = "0q3ljqjzzrx1y0vbsgvrnmbmvysxkfk2ky5xxix1kirpn1q45yjj";
- revision = "1";
- editedCabalFile = "1q6svybm9lgyrhvp3frky59dd0zqj42884cb3zcdd0cwrlc6795l";
- libraryHaskellDepends = [ base containers ];
- testHaskellDepends = [ base containers hspec ];
+ version = "0.2.1.2";
+ sha256 = "104ffslcjr8rfbsjy2g49v8l3nx9xrfqglmwcsfgar0n0xnh62ds";
+ libraryHaskellDepends = [ base binary containers ];
+ testHaskellDepends = [ base binary containers hspec ];
description = "A few more collections";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"more-extensible-effects" = callPackage
@@ -160195,16 +160274,32 @@ self: {
}) {};
"morpheus-graphql" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, bytestring, containers
- , mtl, scientific, text, transformers, unordered-containers, vector
+ ({ mkDerivation, aeson, base, bytestring, containers, megaparsec
+ , mtl, scientific, scotty, tasty, tasty-hunit, text, transformers
+ , unordered-containers, uuid, vector, wai, wai-websockets, warp
+ , websockets
}:
mkDerivation {
pname = "morpheus-graphql";
- version = "0.0.1";
- sha256 = "1a9wkpsj8850abpz2z5cphphllpwzdc1l38ljfghd79y278cc1zm";
+ version = "0.1.1";
+ sha256 = "1sp7dpbqd9kksldcqc2z43zv0g39qs4qxv9xxy1zg7hw4rwislfn";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
libraryHaskellDepends = [
- aeson attoparsec base bytestring containers mtl scientific text
- transformers unordered-containers vector
+ aeson base bytestring containers megaparsec mtl scientific text
+ transformers unordered-containers uuid vector wai-websockets
+ websockets
+ ];
+ executableHaskellDepends = [
+ aeson base bytestring containers megaparsec mtl scientific scotty
+ text transformers unordered-containers uuid vector wai
+ wai-websockets warp websockets
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers megaparsec mtl scientific tasty
+ tasty-hunit text transformers unordered-containers uuid vector
+ wai-websockets websockets
];
description = "Morpheus GraphQL";
license = stdenv.lib.licenses.bsd3;
@@ -160364,8 +160459,6 @@ self: {
];
description = "General purpose migrations library";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"moto-postgresql" = callPackage
@@ -160381,8 +160474,6 @@ self: {
];
description = "PostgreSQL-based migrations registry for moto";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"motor" = callPackage
@@ -160391,8 +160482,8 @@ self: {
}:
mkDerivation {
pname = "motor";
- version = "0.3.0";
- sha256 = "0yx0gwdqny8p5nggigk5w57cyf2qjdjb5ypppwd84qjm663na9bh";
+ version = "0.4.0";
+ sha256 = "1mwvq4rzfj4fl5mcbg9cfk8x0c21p9w3wbx0h0fkm6m16k94b4p6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -160404,8 +160495,6 @@ self: {
testHaskellDepends = [ base indexed indexed-extras row-types ];
description = "Type-safe effectful state machines in Haskell";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"motor-diagrams" = callPackage
@@ -160414,8 +160503,8 @@ self: {
}:
mkDerivation {
pname = "motor-diagrams";
- version = "0.3.0";
- sha256 = "1rvlb3gvnzdqzwrg3nm21vw6j33c4aqp6npsz8cdbh24ijc46jbr";
+ version = "0.4.0";
+ sha256 = "12niyizqd3hvi6g30fa38b8b2m2cxbdxzcpr95wbpdxzhvbqxs0h";
libraryHaskellDepends = [
base motor motor-reflection template-haskell text
];
@@ -160425,8 +160514,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Generate state diagrams from Motor FSM typeclasses";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"motor-reflection" = callPackage
@@ -160435,8 +160522,8 @@ self: {
}:
mkDerivation {
pname = "motor-reflection";
- version = "0.3.0";
- sha256 = "1mac2ywknribmzs79dpjigk45nzrwsx7as0zi1zaqrq2vy45xl8y";
+ version = "0.4.0";
+ sha256 = "1n66pylcgfnmrbfbgljzx16siwv38y5j752m8yimnlg1kny1a0i6";
libraryHaskellDepends = [ base motor template-haskell text ];
testHaskellDepends = [
base hspec hspec-discover indexed motor row-types
@@ -160444,8 +160531,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Reflect on Motor FSM typeclasses to obtain runtime representations";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mount" = callPackage
@@ -160690,6 +160775,34 @@ self: {
broken = true;
}) {};
+ "mptcp-pm" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, bytestring-conversion
+ , c2hs, c2hsc, cereal, containers, fast-logger, HUnit, ip, netlink
+ , optparse-applicative, process
+ }:
+ mkDerivation {
+ pname = "mptcp-pm";
+ version = "0.0.1";
+ sha256 = "0sknhb9i0hshyjc33g301l7lxy5cigilhzdmwc6bi0gxhnkgycki";
+ isLibrary = true;
+ isExecutable = true;
+ libraryToolDepends = [ c2hs ];
+ executableHaskellDepends = [
+ aeson base bytestring bytestring-conversion c2hsc cereal containers
+ fast-logger ip netlink optparse-applicative process
+ ];
+ executableToolDepends = [ c2hs ];
+ testHaskellDepends = [
+ aeson base bytestring cereal containers HUnit ip netlink
+ ];
+ testToolDepends = [ c2hs ];
+ doHaddock = false;
+ description = "A work in progress Multipath TCP path manager";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"mpvguihs" = callPackage
({ mkDerivation, base, directory, filepath, gtk, mtl, process
, template-haskell, unix
@@ -160809,21 +160922,23 @@ self: {
}) {};
"ms-tds" = callPackage
- ({ mkDerivation, array, base, binary, bytestring
- , data-default-class, mtl, network, text, time, tls, uuid-types
- , x509-store, x509-system
+ ({ mkDerivation, array, base, binary, bytestring, crypto-random
+ , data-default-class, mtl, network, template-haskell, text, time
+ , tls, uuid-types, x509-store, x509-system
}:
mkDerivation {
pname = "ms-tds";
- version = "0.1.0.2";
- sha256 = "002im2x8wsypjnqm1s8l663gadb8km8fk8a6az0jn41ddljmcvwk";
+ version = "0.3.0.0";
+ sha256 = "0pdv9x6743qaqk6fcm02hfrr09ckwbd9fpgzgmgmgnqhqxm0y9y6";
libraryHaskellDepends = [
- array base binary bytestring data-default-class mtl network text
- time tls uuid-types x509-store x509-system
+ array base binary bytestring crypto-random data-default-class mtl
+ network template-haskell text time tls uuid-types x509-store
+ x509-system
];
testHaskellDepends = [
- array base binary bytestring data-default-class mtl network text
- time tls uuid-types x509-store x509-system
+ array base binary bytestring crypto-random data-default-class mtl
+ network template-haskell text time tls uuid-types x509-store
+ x509-system
];
description = "TDS Protocol implemented in Haskell";
license = stdenv.lib.licenses.bsd3;
@@ -160951,17 +161066,19 @@ self: {
"mssql-simple" = callPackage
({ mkDerivation, base, binary, bytestring, hostname, ms-tds
- , network, text, time, tls
+ , network, template-haskell, text, time, tls
}:
mkDerivation {
pname = "mssql-simple";
- version = "0.1.0.3";
- sha256 = "0x058v58silxchxyjck1g68npfwkckkkzlvgxx31r0iy929ccq75";
+ version = "0.4.0.2";
+ sha256 = "0pa1q404xlq23ywdwkx9w1v8dn2nznkpng9ijwixkcd520bnx043";
libraryHaskellDepends = [
- base binary bytestring hostname ms-tds network text time tls
+ base binary bytestring hostname ms-tds network template-haskell
+ text time tls
];
testHaskellDepends = [
- base binary bytestring hostname ms-tds network text time tls
+ base binary bytestring hostname ms-tds network template-haskell
+ text time tls
];
description = "SQL Server client library implemented in Haskell";
license = stdenv.lib.licenses.bsd3;
@@ -161494,8 +161611,6 @@ self: {
];
description = "create many files from one";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"multifocal" = callPackage
@@ -161954,8 +162069,6 @@ self: {
testHaskellDepends = [ base hspec transformers ];
description = "like mtl's ReaderT / WriterT / StateT, but more than one contained value/type";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"multivariant" = callPackage
@@ -162651,10 +162764,8 @@ self: {
({ mkDerivation, base, mwc-random, primitive, transformers }:
mkDerivation {
pname = "mwc-probability";
- version = "2.0.4";
- sha256 = "0msi72qp5aps3n4ji565r4rzyjg7svwilsh8lch59y2b4q7fvscz";
- revision = "1";
- editedCabalFile = "1b4wbxkxx0szjgzgn5jc1qap80zx6ispxrd51yxs4z7llv15w5k6";
+ version = "2.1.0";
+ sha256 = "0ac4pr2l0p48a0n6jym445c8h7n2nf1pqkhrz6cd1rjbmrk5mbm3";
libraryHaskellDepends = [ base mwc-random primitive transformers ];
description = "Sampling function-based probability distributions";
license = stdenv.lib.licenses.mit;
@@ -162704,8 +162815,6 @@ self: {
libraryHaskellDepends = [ accelerate base mwc-random ];
description = "Generate Accelerate arrays filled with high quality pseudorandom numbers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"mwc-random-monad" = callPackage
@@ -163430,20 +163539,6 @@ self: {
}) {};
"named" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "named";
- version = "0.2.0.0";
- sha256 = "17ldvxypf099wj5phzh2aymzfwmyiyzhz24h1aj2s21nrys5n6n0";
- revision = "2";
- editedCabalFile = "0h9d74h6g685g1g0ylqf7kws1ancdy3q6fi39vinf5alkqa7kxwd";
- libraryHaskellDepends = [ base ];
- testHaskellDepends = [ base ];
- description = "Named parameters (keyword arguments) for Haskell";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "named_0_3_0_0" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "named";
@@ -163453,7 +163548,6 @@ self: {
testHaskellDepends = [ base ];
description = "Named parameters (keyword arguments) for Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"named-formlet" = callPackage
@@ -163495,6 +163589,18 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "named-sop" = callPackage
+ ({ mkDerivation, base, singletons, tasty, tasty-hunit, text }:
+ mkDerivation {
+ pname = "named-sop";
+ version = "0.2.0.0";
+ sha256 = "1yz4cp19nf44cscfzhwsw7xigq07sxbvzfw5v5l3jgsjxi5xw9ad";
+ libraryHaskellDepends = [ base singletons text ];
+ testHaskellDepends = [ base tasty tasty-hunit ];
+ description = "Dependently-typed sums and products, tagged by field name";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"namelist" = callPackage
({ mkDerivation, base, case-insensitive, data-default-class, parsec
, QuickCheck, tasty, tasty-hunit, tasty-quickcheck
@@ -163786,19 +163892,21 @@ self: {
}) {};
"naqsha" = callPackage
- ({ mkDerivation, base, bytestring, groups, hspec, HUnit, QuickCheck
- , vector
+ ({ mkDerivation, base, bytestring, groups, hspec, hspec-discover
+ , HUnit, QuickCheck, vector
}:
mkDerivation {
pname = "naqsha";
- version = "0.2.0.1";
- sha256 = "154wydlz7y6mic4d1670dwn9g1c7z92v6bydll0shn6z05324ha9";
+ version = "0.3.0.1";
+ sha256 = "0wg2vvik0yhaqyla64m3mcrv0fkrs92dgkrq5pzq78xjycnm7q1r";
libraryHaskellDepends = [ base bytestring groups vector ];
- testHaskellDepends = [ base groups hspec HUnit QuickCheck ];
- description = "A library for working with geospatial data types";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ testHaskellDepends = [
+ base bytestring groups hspec hspec-discover HUnit QuickCheck vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ doHaddock = false;
+ description = "A library for working with anything map related";
+ license = "(Apache-2.0 OR BSD-3-Clause)";
}) {};
"narc" = callPackage
@@ -163934,6 +164042,8 @@ self: {
];
description = "Haskell API for NATS messaging system";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"natural" = callPackage
@@ -164544,25 +164654,27 @@ self: {
];
description = "An MQTT Protocol Implementation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"net-spider" = callPackage
({ mkDerivation, aeson, base, containers, data-interval, doctest
, doctest-discover, extended-reals, greskell, greskell-websocket
- , hashable, hspec, monad-logger, safe-exceptions, text, time
- , unordered-containers, vector
+ , hashable, hspec, monad-logger, safe-exceptions, scientific, text
+ , time, unordered-containers, vector
}:
mkDerivation {
pname = "net-spider";
- version = "0.3.0.0";
- sha256 = "1wz37rrjpk4v8h1mh6pbld84f9kp5h3qcjxxh6fgbkij5l4g7m77";
+ version = "0.3.2.0";
+ sha256 = "0b9k2gxb9nmjd59pcz7x8jrk2vycf8jk448ifpfc9spk6ylkh4gh";
libraryHaskellDepends = [
aeson base containers data-interval extended-reals greskell
- greskell-websocket hashable monad-logger safe-exceptions text time
- unordered-containers vector
+ greskell-websocket hashable monad-logger safe-exceptions scientific
+ text time unordered-containers vector
];
testHaskellDepends = [
- base doctest doctest-discover hspec vector
+ aeson base doctest doctest-discover hspec text vector
];
description = "A graph database middleware to maintain a time-varying graph";
license = stdenv.lib.licenses.bsd3;
@@ -164570,14 +164682,36 @@ self: {
broken = true;
}) {};
+ "net-spider-cli" = callPackage
+ ({ mkDerivation, aeson, base, doctest, doctest-discover
+ , greskell-core, hashable, hspec, net-spider, optparse-applicative
+ , text
+ }:
+ mkDerivation {
+ pname = "net-spider-cli";
+ version = "0.1.0.1";
+ sha256 = "1qfzdfkiri3v344mk5zkc8mhxig3xmplcbw8382hkhsdmy4ny4ga";
+ libraryHaskellDepends = [
+ aeson base greskell-core hashable net-spider optparse-applicative
+ text
+ ];
+ testHaskellDepends = [
+ base doctest doctest-discover hspec net-spider optparse-applicative
+ ];
+ description = "CLI option parsers for NetSpider objects";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"net-spider-pangraph" = callPackage
({ mkDerivation, base, bytestring, doctest, doctest-discover
, greskell, hspec, net-spider, pangraph, text, time
}:
mkDerivation {
pname = "net-spider-pangraph";
- version = "0.1.0.0";
- sha256 = "1aiacaccml8477vmcnv9mqcrn87nyx7pbgwp7rppz7h5w0dsj8lx";
+ version = "0.1.1.0";
+ sha256 = "1j3s379ri05jg3bzhiz6d8fjvxlkz00l7mrphqmr46j4y8d9vrkv";
libraryHaskellDepends = [
base bytestring greskell net-spider pangraph text time
];
@@ -164592,15 +164726,14 @@ self: {
"net-spider-rpl" = callPackage
({ mkDerivation, aeson, base, greskell, hashable, hspec, ip
- , net-spider, net-spider-pangraph, text, time
+ , net-spider, text, time
}:
mkDerivation {
pname = "net-spider-rpl";
- version = "0.1.0.0";
- sha256 = "0basbgcdkjksg9p2s5s0whnbas3w3wnrkkdsr907m8gppkdk6i69";
+ version = "0.2.1.0";
+ sha256 = "07f51ym5v1mpa1v6249sgkxqd8y52fdgs8l2r59mxil1ph6al7x1";
libraryHaskellDepends = [
- aeson base greskell hashable ip net-spider net-spider-pangraph text
- time
+ aeson base greskell hashable ip net-spider text time
];
testHaskellDepends = [ base hspec net-spider text ];
description = "NetSpider data model and utility for RPL networks";
@@ -164711,8 +164844,6 @@ self: {
];
description = "Helper modules for comfort-array wrappers to BLAS and LAPACK";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"netlib-ffi" = callPackage
@@ -165094,14 +165225,14 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "network_3_1_0_0" = callPackage
+ "network_3_1_0_1" = callPackage
({ mkDerivation, base, bytestring, deepseq, directory, hspec
, hspec-discover, HUnit
}:
mkDerivation {
pname = "network";
- version = "3.1.0.0";
- sha256 = "0xskqnv90h8lc663ilprwgsmx9nv7534kwsv9acxlcfvqy1nnq4s";
+ version = "3.1.0.1";
+ sha256 = "0r4x5ad7pl9fk7jknnv2wnizb83mi2ljambpavvarpj52b3mdwjs";
libraryHaskellDepends = [ base bytestring deepseq ];
testHaskellDepends = [ base bytestring directory hspec HUnit ];
testToolDepends = [ hspec-discover ];
@@ -165181,6 +165312,8 @@ self: {
];
description = "Haskell API for Tor anonymous networking";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"network-api-support" = callPackage
@@ -165198,6 +165331,8 @@ self: {
];
description = "Toolkit for building http client libraries over Network.Http.Conduit";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"network-arbitrary" = callPackage
@@ -165219,6 +165354,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Arbitrary Instances for Network Types";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"network-attoparsec" = callPackage
@@ -165266,6 +165403,18 @@ self: {
}) {};
"network-bsd" = callPackage
+ ({ mkDerivation, base, network }:
+ mkDerivation {
+ pname = "network-bsd";
+ version = "2.8.0.0";
+ sha256 = "0dfbwgrr28y6ypw7p1ppqg7v746qf14569q4xazj4ahdjw2xkpi5";
+ libraryHaskellDepends = [ base network ];
+ doHaddock = false;
+ description = "Network.BSD";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "network-bsd_2_8_1_0" = callPackage
({ mkDerivation, base, deepseq, network }:
mkDerivation {
pname = "network-bsd";
@@ -165276,6 +165425,7 @@ self: {
libraryHaskellDepends = [ base deepseq network ];
description = "POSIX network database () API";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"network-builder" = callPackage
@@ -165302,18 +165452,6 @@ self: {
}) {};
"network-byte-order" = callPackage
- ({ mkDerivation, base, bytestring, doctest }:
- mkDerivation {
- pname = "network-byte-order";
- version = "0.0.0.0";
- sha256 = "0wfy57ip87ksppggpz26grk4w144yld95mf2y0c6mhcs1l8z3div";
- libraryHaskellDepends = [ base bytestring ];
- testHaskellDepends = [ base bytestring doctest ];
- description = "Network byte order utilities";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "network-byte-order_0_1_1_0" = callPackage
({ mkDerivation, base, bytestring, doctest }:
mkDerivation {
pname = "network-byte-order";
@@ -165323,7 +165461,6 @@ self: {
testHaskellDepends = [ base bytestring doctest ];
description = "Network byte order utilities";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"network-bytestring" = callPackage
@@ -165558,8 +165695,8 @@ self: {
}:
mkDerivation {
pname = "network-messagepack-rpc";
- version = "0.1.1.0";
- sha256 = "13q3dr0l5a5yd693hb2h5nw86kxcw7vbm41dw3lbky7jr8hh2r0h";
+ version = "0.1.1.1";
+ sha256 = "1cmll84ida19f53cdvwi8nqym6bax8f0g40nq1a1gkh6mljby5a4";
libraryHaskellDepends = [
base bytestring data-msgpack safe-exceptions text
unordered-containers
@@ -165664,19 +165801,6 @@ self: {
}) {};
"network-multicast" = callPackage
- ({ mkDerivation, base, network }:
- mkDerivation {
- pname = "network-multicast";
- version = "0.2.0";
- sha256 = "1wkmx5gic0zqghxxdyyrcysfaj1aknj53v50qq6c40d4qfmm0fqg";
- revision = "2";
- editedCabalFile = "1hha4vvyrx29d2lwwjl0bfpbaj00k85bd4w83s4hvawqbxqvvhkw";
- libraryHaskellDepends = [ base network ];
- description = "Simple multicast library";
- license = stdenv.lib.licenses.publicDomain;
- }) {};
-
- "network-multicast_0_3_2" = callPackage
({ mkDerivation, base, network, network-bsd }:
mkDerivation {
pname = "network-multicast";
@@ -165685,7 +165809,6 @@ self: {
libraryHaskellDepends = [ base network network-bsd ];
description = "Simple multicast library";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"network-netpacket" = callPackage
@@ -165759,6 +165882,19 @@ self: {
broken = true;
}) {};
+ "network-run" = callPackage
+ ({ mkDerivation, base, network }:
+ mkDerivation {
+ pname = "network-run";
+ version = "0.1.0";
+ sha256 = "16n7d0vgzcp6qq3y2vs1wjlj81xdi3a1kyk9qncmj3h7djav3r5b";
+ libraryHaskellDepends = [ base network ];
+ description = "Simple network runner library";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"network-server" = callPackage
({ mkDerivation, base, network, unix }:
mkDerivation {
@@ -165793,21 +165929,6 @@ self: {
}) {};
"network-simple" = callPackage
- ({ mkDerivation, base, bytestring, network, safe-exceptions, socks
- , transformers
- }:
- mkDerivation {
- pname = "network-simple";
- version = "0.4.4";
- sha256 = "0mzgpa3mwc98w35klgwgqli5j6fdz4sz6h8lniapqakrfwi7hvh2";
- libraryHaskellDepends = [
- base bytestring network safe-exceptions socks transformers
- ];
- description = "Simple network sockets usage patterns";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "network-simple_0_4_5" = callPackage
({ mkDerivation, base, bytestring, network, network-bsd
, safe-exceptions, socks, transformers
}:
@@ -165821,7 +165942,6 @@ self: {
];
description = "Simple network sockets usage patterns";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"network-simple-sockaddr" = callPackage
@@ -165888,8 +166008,6 @@ self: {
];
description = "Simple interface to TLS secured WebSockets";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"network-socket-options" = callPackage
@@ -166083,8 +166201,6 @@ self: {
];
description = "ZeroMQ backend for network-transport";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"network-uri" = callPackage
@@ -166135,6 +166251,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "FromJSON and ToJSON Instances for Network.URI";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"network-uri-lenses" = callPackage
@@ -166411,8 +166529,8 @@ self: {
}:
mkDerivation {
pname = "newsynth";
- version = "0.3.0.5";
- sha256 = "1qfan8vf7s3bhdc3bfjsig4sv0cip0qfvqmyxw0iqc7gqbbkinzy";
+ version = "0.4.0.0";
+ sha256 = "1whipzp8gw08kgy3jyf4bvvjc69nbh2wpm4bv4ymf5m4fb0ikrvh";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal superdoc ];
@@ -166638,8 +166756,8 @@ self: {
}:
mkDerivation {
pname = "ngx-export-tools";
- version = "0.4.5.0";
- sha256 = "1775syhp5pgm6sdn3x8y3zqzvqrwypl07xm6rkv34sbw5x84mmmv";
+ version = "0.4.6.0";
+ sha256 = "0bvyh1b8q2mh2labaykc7lndr2rfhzmkw8c7b56pxsa2fypfl232";
libraryHaskellDepends = [
aeson base binary bytestring ngx-export safe template-haskell
];
@@ -166808,8 +166926,6 @@ self: {
libraryHaskellDepends = [ base integer-logarithms ];
description = "Finite nimber arithmetic";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"nirum" = callPackage
@@ -166878,6 +166994,34 @@ self: {
broken = true;
}) {};
+ "niv" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, base, bytestring, directory
+ , file-embed, filepath, github, hashable, mtl, optparse-applicative
+ , process, string-qq, tasty, tasty-hunit, text, unliftio
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "niv";
+ version = "0.1.1";
+ sha256 = "1vrn5b753i949nf28g1wckqiax7pn4qx2xk5z7wdbx0w212nps8w";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson aeson-pretty base bytestring directory file-embed filepath
+ github hashable mtl optparse-applicative process string-qq tasty
+ tasty-hunit text unliftio unordered-containers
+ ];
+ executableHaskellDepends = [
+ aeson aeson-pretty base bytestring directory file-embed filepath
+ github hashable mtl optparse-applicative process string-qq tasty
+ text unliftio unordered-containers
+ ];
+ description = "Easy dependency management for Nix projects";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"nix-delegate" = callPackage
({ mkDerivation, base, bytestring, foldl, managed
, neat-interpolation, optparse-applicative, text, turtle
@@ -166962,15 +167106,13 @@ self: {
}:
mkDerivation {
pname = "nix-eval";
- version = "0.3.3.0";
- sha256 = "1c8hg66s66hkn7f31ynw0km4bpdzhv0zdslzkpycvd36m3jm1wjb";
+ version = "0.4.1.0";
+ sha256 = "12krdqvkfxk587nnnddwmch5v0gpyfhmhjiwyjbf60aby0yj0xb4";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base hindent process strict ];
testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ];
description = "Evaluate Haskell expressions using Nix to get packages";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"nix-paths" = callPackage
@@ -167047,8 +167189,6 @@ self: {
];
description = "Tool for semi-automatic updating of nixpkgs repository";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"nkjp" = callPackage
@@ -167171,6 +167311,8 @@ self: {
testHaskellDepends = [ base tasty tasty-hspec tasty-quickcheck ];
description = "A tiny neural network";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"nntp" = callPackage
@@ -167215,6 +167357,17 @@ self: {
broken = true;
}) {};
+ "no-value" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "no-value";
+ version = "1.0.0.0";
+ sha256 = "1jczx8d4ah74wiishdcv335hlr0330wwq0vfb5rv4gmrvbpkgllf";
+ libraryHaskellDepends = [ base ];
+ description = "A type class for choosing sentinel-like values";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"noether" = callPackage
({ mkDerivation, array, async, base, bytestring, containers
, criterion, deepseq, ghc-prim, hashable, hedgehog, mtl, mtl-compat
@@ -167557,27 +167710,6 @@ self: {
}) {};
"nonempty-containers" = callPackage
- ({ mkDerivation, base, comonad, containers, deepseq, hedgehog
- , hedgehog-fn, semigroupoids, tasty, tasty-hedgehog, text, these
- }:
- mkDerivation {
- pname = "nonempty-containers";
- version = "0.1.1.0";
- sha256 = "1vhpanz5n7fljc86kxif9kp9fr75wr87wy1fmawd7c5qmhk1b61k";
- libraryHaskellDepends = [
- base comonad containers deepseq semigroupoids these
- ];
- testHaskellDepends = [
- base comonad containers hedgehog hedgehog-fn semigroupoids tasty
- tasty-hedgehog text these
- ];
- description = "Non-empty variants of containers data types, with full API";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "nonempty-containers_0_3_1_0" = callPackage
({ mkDerivation, base, comonad, containers, deepseq, hedgehog
, hedgehog-fn, semigroupoids, tasty, tasty-hedgehog, text, these
}:
@@ -167594,6 +167726,20 @@ self: {
];
description = "Non-empty variants of containers data types, with full API";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "nonempty-lift" = callPackage
+ ({ mkDerivation, base, comonad, hedgehog, hedgehog-classes
+ , semigroupoids
+ }:
+ mkDerivation {
+ pname = "nonempty-lift";
+ version = "0.1";
+ sha256 = "0zz6kh0ihbpjsigs2ssqcif6i85y9ykpx739yzpqz0drqn4013g8";
+ libraryHaskellDepends = [ base comonad semigroupoids ];
+ testHaskellDepends = [ base hedgehog hedgehog-classes ];
+ description = "nonempty structure";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -167820,8 +167966,6 @@ self: {
transformers tuple
];
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"notmuch" = callPackage
@@ -167919,6 +168063,42 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "now-haskell" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, aws-lambda-runtime, base
+ , base64-bytestring, bytestring, Cabal, case-insensitive
+ , containers, deepseq, directory, exceptions, filepath
+ , fused-effects, ghc-lib-parser, hspec, http-api-data, http-client
+ , http-client-tls, http-media, http-types, iso8601-time, katip
+ , memory, microlens, mtl, network, QuickCheck, random
+ , safe-exceptions, semigroups, stack, text, time, transformers
+ , unordered-containers, vector, wai, yaml
+ }:
+ mkDerivation {
+ pname = "now-haskell";
+ version = "0.1.0.0";
+ sha256 = "1246jc17bcsm5jmpcbn9w5l5mnq2vvkya1q7jrw7ip5wwi6vaw7m";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base base64-bytestring bytestring case-insensitive containers
+ deepseq exceptions http-api-data http-client http-client-tls
+ http-media http-types iso8601-time katip memory microlens mtl
+ network random safe-exceptions text time transformers
+ unordered-containers vector wai
+ ];
+ executableHaskellDepends = [
+ aeson aeson-pretty base bytestring Cabal containers directory
+ filepath fused-effects ghc-lib-parser stack text yaml
+ ];
+ testHaskellDepends = [
+ aeson aws-lambda-runtime base bytestring containers hspec
+ iso8601-time mtl QuickCheck semigroups text time transformers
+ unordered-containers vector
+ ];
+ description = "Zeit Now haskell-side integration and introspection tools";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"nowdoc" = callPackage
({ mkDerivation, base, bytestring, template-haskell }:
mkDerivation {
@@ -168217,8 +168397,8 @@ self: {
pname = "number-show";
version = "0.1.0.0";
sha256 = "01lywbcqg46wrd3qy0jikkh1p45yflypf1vcmrw75qpwji2afjry";
- revision = "1";
- editedCabalFile = "0wzim9xpm78rd71jcgfrz427rjvyvrb7qilkcvw78si7mj9wsxcc";
+ revision = "2";
+ editedCabalFile = "1lsxi6704g6svw0834haggp6j97kb6r51583lr2a3kn1ni2zh60c";
libraryHaskellDepends = [ base microlens microlens-th ];
description = "Flexible and accurate (for a given precision) numerical->string conversion";
license = stdenv.lib.licenses.gpl3;
@@ -168230,6 +168410,8 @@ self: {
pname = "numbered-semigroups";
version = "0.1.0.0";
sha256 = "100r6k3cwycl75mj9g1x4w4qv064v8bdaan5rsj2vnvx4w1jrhp2";
+ revision = "2";
+ editedCabalFile = "04wkhb2r275nax8wh00w6c4pxfaky190g2bsviw39jyi7wr2f33c";
libraryHaskellDepends = [ base call-stack semigroups ];
description = "A sequence of semigroups, for composing stuff in multiple spatial directions";
license = stdenv.lib.licenses.lgpl3;
@@ -168483,8 +168665,6 @@ self: {
libraryHaskellDepends = [ base ];
description = "numeric classes";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"numhask-array" = callPackage
@@ -168596,8 +168776,6 @@ self: {
];
description = "numerical spaces";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"numhask-test" = callPackage
@@ -168781,8 +168959,6 @@ self: {
executableHaskellDepends = [ base nvim-hs ];
description = "Neovim plugin that runs ghcid to update the quickfix list";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"nvvm" = callPackage
@@ -168855,6 +169031,32 @@ self: {
broken = true;
}) {};
+ "nyx-game" = callPackage
+ ({ mkDerivation, async, base, bytestring, containers, deepseq
+ , dlist, lens, mtl, optparse-generic, random, sdl2, sdl2-image
+ , sdl2-mixer, sdl2-ttf, stm, text, vector
+ }:
+ mkDerivation {
+ pname = "nyx-game";
+ version = "1.0.0.0";
+ sha256 = "16a1bkw8i81qcp7diblgkc17snxppdsfqly6diirm0sxpbsx5d8s";
+ isLibrary = true;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ async base bytestring containers deepseq dlist lens mtl
+ optparse-generic random sdl2 sdl2-image sdl2-mixer sdl2-ttf stm
+ text vector
+ ];
+ executableHaskellDepends = [
+ async base bytestring containers deepseq dlist lens mtl
+ optparse-generic random sdl2 sdl2-image sdl2-mixer sdl2-ttf stm
+ text vector
+ ];
+ description = "A bullet-hell game made with SDL2";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"o-clock" = callPackage
({ mkDerivation, base, deepseq, doctest, gauge, ghc-prim, Glob
, hedgehog, markdown-unlit, tasty, tasty-hedgehog, tasty-hspec
@@ -169154,6 +169356,8 @@ self: {
testToolDepends = [ tasty-discover ];
description = "An implementation of the Oblivious Transfer protocol in Haskell";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"observable" = callPackage
@@ -169525,8 +169729,8 @@ self: {
}:
mkDerivation {
pname = "oidc-client";
- version = "0.4.0.0";
- sha256 = "15lnxxmnpmkvz9zqgz8sq5lzjxvgc5x8a6hrizj3m0mzg9cvml0b";
+ version = "0.4.0.1";
+ sha256 = "0761m8yi8yrqspf9hig6pbdzchz8nvc9qn995wz4v0wklcypiagr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -169639,8 +169843,6 @@ self: {
];
description = "Haskell utilities for building embedded Elm programs";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"omaketex" = callPackage
@@ -169987,10 +170189,8 @@ self: {
}:
mkDerivation {
pname = "opaleye";
- version = "0.6.7003.1";
- sha256 = "1lj4vz1526l11b0mc5y7j9sxf7v6kkzl8c1jymvb1vrqj2qkgxsx";
- revision = "2";
- editedCabalFile = "1iq2szdw6xajljrmmz373j0wvsnkgg20gpvfiqyrzknpraq3xvj8";
+ version = "0.6.7004.0";
+ sha256 = "1p897zswmxil3yrxgdnjszbafi01gib8rl0y9lay4vqj1mrwa14m";
libraryHaskellDepends = [
aeson base base16-bytestring bytestring case-insensitive
contravariant postgresql-simple pretty product-profunctors
@@ -170000,7 +170200,7 @@ self: {
testHaskellDepends = [
aeson base containers contravariant dotenv hspec hspec-discover
multiset postgresql-simple product-profunctors profunctors
- QuickCheck semigroups text time transformers
+ QuickCheck semigroups text time transformers uuid
];
testToolDepends = [ hspec-discover ];
description = "An SQL-generating DSL targeting PostgreSQL";
@@ -170277,8 +170477,6 @@ self: {
libraryHaskellDepends = [ aeson base data-default text time ];
description = "A Haskell implementation of the Swiss Meteo Net data API";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"opencog-atomspace" = callPackage
@@ -170554,10 +170752,8 @@ self: {
}:
mkDerivation {
pname = "openpgp-asciiarmor";
- version = "0.1.1";
- sha256 = "01zna9zifixnzgalr3k21g9dv143cn49imawm4q9x37i2r9kybxr";
- revision = "1";
- editedCabalFile = "0j4qra3i7g607axj07d7f0ycj07d889nyw2s04m5wc98blbm5k4j";
+ version = "0.1.2";
+ sha256 = "1g99llkpqp7r01xlbq9m9nrii33yagiy1ah4fgdcmjnkmqg64hjk";
libraryHaskellDepends = [
attoparsec base base64-bytestring binary bytestring
];
@@ -170567,7 +170763,7 @@ self: {
];
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "OpenPGP (RFC4880) ASCII Armor codec";
- license = stdenv.lib.licenses.isc;
+ license = stdenv.lib.licenses.mit;
}) {};
"openpgp-crypto-api" = callPackage
@@ -170670,6 +170866,8 @@ self: {
testHaskellDepends = [ base cereal hedgehog time ];
description = "Haskell implementation of openssh protocol primitives";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"openssl-createkey" = callPackage
@@ -171060,36 +171258,6 @@ self: {
}) {};
"opml-conduit" = callPackage
- ({ mkDerivation, base, bytestring, case-insensitive, conduit
- , conduit-combinators, containers, data-default, lens-simple
- , mono-traversable, monoid-subclasses, mtl, parsers, QuickCheck
- , quickcheck-instances, resourcet, safe-exceptions, semigroups
- , tasty, tasty-hunit, tasty-quickcheck, text, time, timerep
- , uri-bytestring, xml-conduit, xml-types
- }:
- mkDerivation {
- pname = "opml-conduit";
- version = "0.6.0.4";
- sha256 = "07axacfa0wik2cnpzcnjjp9w6ws8sjhinzxdc4vrxdxaj1v5a2s8";
- revision = "1";
- editedCabalFile = "160sazqsrmm2755642c5y5i38miiglqb66cy5k0hy4k2jkdmjfbi";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base case-insensitive conduit conduit-combinators containers
- lens-simple mono-traversable monoid-subclasses safe-exceptions
- semigroups text time timerep uri-bytestring xml-conduit xml-types
- ];
- testHaskellDepends = [
- base bytestring conduit conduit-combinators containers data-default
- lens-simple mono-traversable mtl parsers QuickCheck
- quickcheck-instances resourcet semigroups tasty tasty-hunit
- tasty-quickcheck text time uri-bytestring xml-conduit
- ];
- description = "Streaming parser/renderer for the OPML 2.0 format.";
- license = stdenv.lib.licenses.publicDomain;
- }) {};
-
- "opml-conduit_0_7_0_0" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, conduit
, conduit-combinators, containers, data-default, lens-simple
, monoid-subclasses, mtl, parsers, QuickCheck, quickcheck-instances
@@ -171116,6 +171284,7 @@ self: {
description = "Streaming parser/renderer for the OPML 2.0 format.";
license = stdenv.lib.licenses.publicDomain;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"opn" = callPackage
@@ -171134,6 +171303,8 @@ self: {
];
description = "Open files or URLs using associated programs";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"optima" = callPackage
@@ -171142,8 +171313,8 @@ self: {
}:
mkDerivation {
pname = "optima";
- version = "0.3.0.2";
- sha256 = "116h7rdv7g2h5bjxr883s15hg9l194q3nkyn045w2ygapk4xsimg";
+ version = "0.3.0.3";
+ sha256 = "1m6lbwy5y8nmgadqx6lax1laqgs90gbg9waffbd962n2xscbwbww";
libraryHaskellDepends = [
attoparsec attoparsec-data base optparse-applicative text
text-builder
@@ -171306,14 +171477,31 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "optparse-applicative_0_15_0_0" = callPackage
+ ({ mkDerivation, ansi-wl-pprint, base, bytestring, process
+ , QuickCheck, transformers, transformers-compat
+ }:
+ mkDerivation {
+ pname = "optparse-applicative";
+ version = "0.15.0.0";
+ sha256 = "0210rv7scp2063n8pr39bzy7dbl2777zwdnnx6kp3c34jilssjxg";
+ libraryHaskellDepends = [
+ ansi-wl-pprint base process transformers transformers-compat
+ ];
+ testHaskellDepends = [ base bytestring QuickCheck ];
+ description = "Utilities and combinators for parsing command line options";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"optparse-applicative-simple" = callPackage
({ mkDerivation, attoparsec, attoparsec-data, base-prelude
, optparse-applicative, rerebase, text
}:
mkDerivation {
pname = "optparse-applicative-simple";
- version = "1.1";
- sha256 = "0v6nwgk94ax0k281fyxfi42njfi0rw36vrhak9i8k7h5z43xkfr3";
+ version = "1.1.0.2";
+ sha256 = "0vpb2y9niy00msxbz11r6v3qc399lr2rl3x0ih6hpxrm8iihypv7";
libraryHaskellDepends = [
attoparsec attoparsec-data base-prelude optparse-applicative text
];
@@ -171335,6 +171523,20 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "optparse-enum" = callPackage
+ ({ mkDerivation, base, enum-text, fmt, optparse-applicative, text
+ }:
+ mkDerivation {
+ pname = "optparse-enum";
+ version = "1.0.0.0";
+ sha256 = "0d3wpfss1nm42hjn8l7x34ksa7yx5ccc4iglbfvln0rkbqdsjh13";
+ libraryHaskellDepends = [
+ base enum-text fmt optparse-applicative text
+ ];
+ description = "An enum-text based toolkit for optparse-applicative";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"optparse-generic" = callPackage
({ mkDerivation, base, bytestring, Only, optparse-applicative
, semigroups, system-filepath, text, time, transformers, void
@@ -171343,8 +171545,8 @@ self: {
pname = "optparse-generic";
version = "1.3.0";
sha256 = "13rr3hq26dpmbami8vb6d1ig9ywk6jia22sp5dkp6jkfc1c9k4l0";
- revision = "1";
- editedCabalFile = "1fnbgrdzfbw5fhncqv9jl8k752b1rna6nir92k646p8k5zq9hr1d";
+ revision = "2";
+ editedCabalFile = "1ldkzq0g70y2w69ywg2d5agrd74y7c4iblg3yflyvmzifr11d1ls";
libraryHaskellDepends = [
base bytestring Only optparse-applicative semigroups
system-filepath text time transformers void
@@ -171572,8 +171774,8 @@ self: {
({ mkDerivation, base, containers }:
mkDerivation {
pname = "ordered-containers";
- version = "0.2.1";
- sha256 = "1ycmlwyyflxd2bmrxqydkznqpz98sbs3c84zsszdmwn2dgyjgm01";
+ version = "0.2.2";
+ sha256 = "1j92dm36s0cfhc7s4k3dk36ibkvr6w1nhaq6q1m5vkbh1qrwfnn7";
libraryHaskellDepends = [ base containers ];
description = "Set- and Map-like types that remember the order elements were inserted";
license = stdenv.lib.licenses.bsd3;
@@ -172003,6 +172205,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "outsort" = callPackage
+ ({ mkDerivation, async, base, bytestring, conduit
+ , conduit-algorithms, conduit-combinators, conduit-extra
+ , containers, deepseq, directory, exceptions, filemanip, filepath
+ , MissingH, primitive, resourcet, safe, safeio, temporary, text
+ , transformers, transformers-base, vector, vector-algorithms
+ }:
+ mkDerivation {
+ pname = "outsort";
+ version = "0.1.0";
+ sha256 = "13iw9hgsmz1j4lm4ahpi9kjgf3pcayll9fpi3fga48474hpz7gff";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ async base bytestring conduit conduit-algorithms
+ conduit-combinators conduit-extra containers deepseq directory
+ exceptions filemanip filepath MissingH primitive resourcet safe
+ safeio temporary text transformers transformers-base vector
+ vector-algorithms
+ ];
+ description = "External sorting package based on Conduit";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"overhang" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -172141,8 +172367,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "packcheck";
- version = "0.4.1";
- sha256 = "056sjs771gdfvbyynb3vaxgabqj747hyhnbfjq83d0nnqyks8rdy";
+ version = "0.4.2";
+ sha256 = "0za6ravq945g9gdm6sbxqklnkg56saap0kjg5ra42dabd1ma4iys";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base ];
benchmarkHaskellDepends = [ base ];
@@ -172227,6 +172453,8 @@ self: {
pname = "packed-multikey-map";
version = "0.1.0.0";
sha256 = "19bh697xazsi22krwjgy83hv1pscnaqx544d5pk0q71wnync5m89";
+ revision = "1";
+ editedCabalFile = "1z6bx1qga02f33l194k2m45gs9cddq9q7q52b2vhv408n09jixrn";
libraryHaskellDepends = [
base constraints containers QuickCheck transformers vector
];
@@ -172284,6 +172512,8 @@ self: {
];
description = "MessagePack Serialization an Deserialization for Packer";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"packman" = callPackage
@@ -172499,61 +172729,68 @@ self: {
}) {};
"pairing" = callPackage
- ({ mkDerivation, base, bytestring, criterion, cryptonite, memory
- , protolude, QuickCheck, random, tasty, tasty-discover, tasty-hunit
- , tasty-quickcheck, wl-pprint-text
- }:
- mkDerivation {
- pname = "pairing";
- version = "0.1.4";
- sha256 = "13g1waqb32by4qlrl2hy3mgrr3lmfwkixy0745xv33vvw8wmm36c";
- libraryHaskellDepends = [
- base bytestring cryptonite memory protolude QuickCheck random
- wl-pprint-text
- ];
- testHaskellDepends = [
- base bytestring cryptonite memory protolude QuickCheck random tasty
- tasty-discover tasty-hunit tasty-quickcheck wl-pprint-text
- ];
- testToolDepends = [ tasty-discover ];
- benchmarkHaskellDepends = [
- base bytestring criterion cryptonite memory protolude QuickCheck
- random tasty tasty-hunit tasty-quickcheck wl-pprint-text
- ];
- description = "Optimal ate pairing over Barreto-Naehrig curves";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "pairing_0_3_1" = callPackage
({ mkDerivation, arithmoi, base, binary, bytestring, criterion
- , cryptonite, errors, integer-logarithms, memory, protolude
- , QuickCheck, quickcheck-instances, random, tasty, tasty-discover
- , tasty-hunit, tasty-quickcheck, wl-pprint-text
+ , errors, galois-field, hexstring, integer-logarithms, memory
+ , MonadRandom, protolude, QuickCheck, quickcheck-instances, random
+ , tasty, tasty-discover, tasty-hunit, tasty-quickcheck
+ , wl-pprint-text
}:
mkDerivation {
pname = "pairing";
- version = "0.3.1";
- sha256 = "0acg7kix9yi5mjssb9j0f9ign9qm551vgiiv3864gw1lmcrxh2ip";
+ version = "0.4.1";
+ sha256 = "0phw8caxrxyr2wlk8gcmrr8k03d0vnc4rq5c88dh3bb9jz4fdpcw";
libraryHaskellDepends = [
- arithmoi base binary bytestring cryptonite errors
- integer-logarithms memory protolude QuickCheck random
+ arithmoi base binary bytestring errors galois-field
+ integer-logarithms memory MonadRandom protolude QuickCheck random
wl-pprint-text
];
testHaskellDepends = [
- arithmoi base binary bytestring cryptonite errors
- integer-logarithms memory protolude QuickCheck quickcheck-instances
- random tasty tasty-discover tasty-hunit tasty-quickcheck
- wl-pprint-text
+ arithmoi base binary bytestring errors galois-field hexstring
+ integer-logarithms memory MonadRandom protolude QuickCheck
+ quickcheck-instances random tasty tasty-discover tasty-hunit
+ tasty-quickcheck wl-pprint-text
];
testToolDepends = [ tasty-discover ];
benchmarkHaskellDepends = [
- arithmoi base binary bytestring criterion cryptonite errors
- integer-logarithms memory protolude QuickCheck quickcheck-instances
- random tasty tasty-hunit tasty-quickcheck wl-pprint-text
+ arithmoi base binary bytestring criterion errors galois-field
+ integer-logarithms memory MonadRandom protolude QuickCheck
+ quickcheck-instances random tasty tasty-hunit tasty-quickcheck
+ wl-pprint-text
];
- description = "Optimal ate pairing over Barreto-Naehrig curves";
+ description = "Bilinear pairings";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "pairing_0_5_0" = callPackage
+ ({ mkDerivation, base, bytestring, criterion, elliptic-curve
+ , errors, galois-field, MonadRandom, protolude, QuickCheck
+ , quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck
+ , wl-pprint-text
+ }:
+ mkDerivation {
+ pname = "pairing";
+ version = "0.5.0";
+ sha256 = "0qnwkkfzd1jiqg4b989knvzzf05aljqjfqv1z35nl2ms46sqdv1b";
+ libraryHaskellDepends = [
+ base bytestring elliptic-curve errors galois-field MonadRandom
+ protolude QuickCheck wl-pprint-text
+ ];
+ testHaskellDepends = [
+ base bytestring elliptic-curve errors galois-field MonadRandom
+ protolude QuickCheck quickcheck-instances tasty tasty-hunit
+ tasty-quickcheck wl-pprint-text
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion elliptic-curve errors galois-field
+ MonadRandom protolude QuickCheck quickcheck-instances tasty
+ tasty-hunit tasty-quickcheck wl-pprint-text
+ ];
+ description = "Bilinear pairings";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"palette" = callPackage
@@ -172621,60 +172858,6 @@ self: {
}) {};
"pandoc" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, base, base64-bytestring
- , binary, blaze-html, blaze-markup, bytestring, Cabal
- , case-insensitive, cmark-gfm, containers, criterion, data-default
- , deepseq, Diff, directory, doctemplates, exceptions
- , executable-path, filepath, Glob, haddock-library, hslua
- , hslua-module-text, HsYAML, HTTP, http-client, http-client-tls
- , http-types, JuicyPixels, mtl, network, network-uri, pandoc-types
- , parsec, process, QuickCheck, random, safe, SHA, skylighting
- , split, syb, tagsoup, tasty, tasty-golden, tasty-hunit
- , tasty-quickcheck, temporary, texmath, text, time
- , unicode-transforms, unix, unordered-containers, vector, weigh
- , xml, zip-archive, zlib
- }:
- mkDerivation {
- pname = "pandoc";
- version = "2.5";
- sha256 = "0bi26r2qljdfxq26gaxj1xnhrawrfndfavs3f3g098x0g3dwazfm";
- revision = "2";
- editedCabalFile = "1z44hcwqqmkmhfak7svrrf950amf008gzhnlxkhwdyjpnpqp21sm";
- configureFlags = [ "-fhttps" "-f-trypandoc" ];
- isLibrary = true;
- isExecutable = true;
- enableSeparateDataOutput = true;
- setupHaskellDepends = [ base Cabal ];
- libraryHaskellDepends = [
- aeson aeson-pretty base base64-bytestring binary blaze-html
- blaze-markup bytestring case-insensitive cmark-gfm containers
- data-default deepseq directory doctemplates exceptions filepath
- Glob haddock-library hslua hslua-module-text HsYAML HTTP
- http-client http-client-tls http-types JuicyPixels mtl network
- network-uri pandoc-types parsec process random safe SHA skylighting
- split syb tagsoup temporary texmath text time unicode-transforms
- unix unordered-containers vector xml zip-archive zlib
- ];
- executableHaskellDepends = [ base ];
- testHaskellDepends = [
- base base64-bytestring bytestring containers Diff directory
- executable-path filepath Glob hslua pandoc-types process QuickCheck
- tasty tasty-golden tasty-hunit tasty-quickcheck temporary text time
- xml zip-archive
- ];
- benchmarkHaskellDepends = [
- base bytestring containers criterion mtl text time weigh
- ];
- postInstall = ''
- mkdir -p $out/share
- mv $data/*/*/man $out/share/
- '';
- description = "Conversion between markup formats";
- license = stdenv.lib.licenses.gpl2;
- maintainers = with stdenv.lib.maintainers; [ peti ];
- }) {};
-
- "pandoc_2_7_3" = callPackage
({ mkDerivation, aeson, aeson-pretty, attoparsec, base
, base64-bytestring, binary, blaze-html, blaze-markup, bytestring
, case-insensitive, cmark-gfm, containers, criterion, data-default
@@ -172723,45 +172906,10 @@ self: {
'';
description = "Conversion between markup formats";
license = stdenv.lib.licenses.gpl2;
- hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};
"pandoc-citeproc" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
- , Cabal, containers, data-default, directory, filepath, hs-bibutils
- , mtl, old-locale, pandoc, pandoc-types, parsec, process, rfc5051
- , setenv, split, syb, tagsoup, temporary, text, time
- , unordered-containers, vector, xml-conduit, yaml
- }:
- mkDerivation {
- pname = "pandoc-citeproc";
- version = "0.15.0.1";
- sha256 = "1y4jmralmcikmk75cf5bjlv4ymr42x35a6174ybqa99jmlm5znr9";
- isLibrary = true;
- isExecutable = true;
- enableSeparateDataOutput = true;
- setupHaskellDepends = [ base Cabal ];
- libraryHaskellDepends = [
- aeson base bytestring containers data-default directory filepath
- hs-bibutils mtl old-locale pandoc pandoc-types parsec rfc5051
- setenv split syb tagsoup text time unordered-containers vector
- xml-conduit yaml
- ];
- executableHaskellDepends = [
- aeson aeson-pretty attoparsec base bytestring filepath pandoc
- pandoc-types syb text yaml
- ];
- testHaskellDepends = [
- aeson base bytestring containers directory filepath mtl pandoc
- pandoc-types process temporary text yaml
- ];
- doCheck = false;
- description = "Supports using pandoc with citeproc";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "pandoc-citeproc_0_16_2" = callPackage
({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
, Cabal, containers, data-default, directory, filepath, hs-bibutils
, libyaml, mtl, network, old-locale, pandoc, pandoc-types, parsec
@@ -172795,7 +172943,6 @@ self: {
doCheck = false;
description = "Supports using pandoc with citeproc";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"pandoc-citeproc-preamble" = callPackage
@@ -172888,6 +173035,8 @@ self: {
testToolDepends = [ tasty-discover ];
description = "A Pandoc filter for emphasizing code in fenced blocks";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pandoc-filter-graphviz" = callPackage
@@ -172954,10 +173103,11 @@ self: {
}:
mkDerivation {
pname = "pandoc-include-code";
- version = "1.3.0.0";
- sha256 = "1klmshyakhli0g9prqnllyrh9hsj67lps5b1cxh3jjlb6mxg5ic4";
+ version = "1.4.0.0";
+ sha256 = "0s3dayslfpnivr5h6napcrdh35bay7797z8nxjhr7c78ni7gdax9";
isLibrary = true;
isExecutable = true;
+ enableSeparateDataOutput = true;
libraryHaskellDepends = [
base filepath mtl pandoc-types process text unordered-containers
];
@@ -173006,6 +173156,33 @@ self: {
broken = true;
}) {};
+ "pandoc-markdown-ghci-filter" = callPackage
+ ({ mkDerivation, aeson, base, containers, ghcid, pandoc
+ , pandoc-types, QuickCheck, tasty, tasty-hunit, tasty-quickcheck
+ , text
+ }:
+ mkDerivation {
+ pname = "pandoc-markdown-ghci-filter";
+ version = "0.1.0.0";
+ sha256 = "1m5hiqwkn1a0y3awrk8s7b9wwasspjaa3gdnck6w9xf7vgb5bgza";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base containers ghcid pandoc pandoc-types text
+ ];
+ executableHaskellDepends = [
+ aeson base containers ghcid pandoc pandoc-types text
+ ];
+ testHaskellDepends = [
+ aeson base containers ghcid pandoc pandoc-types QuickCheck tasty
+ tasty-hunit tasty-quickcheck text
+ ];
+ description = "Pandoc-filter to evaluate `code` section in markdown and auto-embed output";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"pandoc-placetable" = callPackage
({ mkDerivation, aeson, base, bytestring, explicit-exception
, http-conduit, pandoc-types, spreadsheet, text, utf8-string
@@ -173050,25 +173227,6 @@ self: {
}) {};
"pandoc-pyplot" = callPackage
- ({ mkDerivation, base, containers, directory, filepath
- , pandoc-types, temporary, typed-process
- }:
- mkDerivation {
- pname = "pandoc-pyplot";
- version = "1.0.3.0";
- sha256 = "0nzpww21j79s1ww2q26856m6zq325pz32jjd4hanki7ch0ni2kg2";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base containers directory filepath pandoc-types temporary
- typed-process
- ];
- executableHaskellDepends = [ base pandoc-types ];
- description = "A Pandoc filter for including figures generated from Matplotlib";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "pandoc-pyplot_2_1_3_0" = callPackage
({ mkDerivation, base, containers, data-default-class, deepseq
, directory, filepath, hashable, hspec, hspec-expectations
, open-browser, optparse-applicative, pandoc, pandoc-types, tasty
@@ -173077,8 +173235,8 @@ self: {
}:
mkDerivation {
pname = "pandoc-pyplot";
- version = "2.1.3.0";
- sha256 = "1wfz6pasdxiyydv8jvs1dl04frghjk8wz0niw4hkf50hwscwrj73";
+ version = "2.1.5.1";
+ sha256 = "100mn7q5nz7xvhbnhjsfmcf9n6x1gjl71akrnc5j8k2j57bk1kkf";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -173097,6 +173255,7 @@ self: {
description = "A Pandoc filter to include figures generated from Python code blocks";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pandoc-sidenote" = callPackage
@@ -173192,8 +173351,8 @@ self: {
({ mkDerivation }:
mkDerivation {
pname = "pandora";
- version = "0.1.4";
- sha256 = "03bjjv31lyjz9s5x7dwvc38wczniclvbrxj0v2rdc2z5bpsw1sg8";
+ version = "0.2.0";
+ sha256 = "0p46z3imh618v7i2734b5nlg9nx3hw4imjchqsx2l7nvkrpkgn64";
description = "A box of patterns and paradigms";
license = stdenv.lib.licenses.mit;
}) {};
@@ -173342,7 +173501,7 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "pantry-tmp" = callPackage
+ "pantry" = callPackage
({ mkDerivation, aeson, ansi-terminal, array, base, base-orphans
, base64-bytestring, bytestring, Cabal, conduit, conduit-extra
, containers, contravariant, cryptonite, cryptonite-conduit
@@ -173359,11 +173518,9 @@ self: {
, unordered-containers, vector, yaml, zip-archive
}:
mkDerivation {
- pname = "pantry-tmp";
- version = "0.1.0.0";
- sha256 = "18b2ac5kb6xzkxa2c5hhl6n37npxcxzxghi0p5wnv5rps3ahsmnn";
- revision = "2";
- editedCabalFile = "1zz8cpl55dlfgyhn3g89l1y4hppc3g92y3410i1ahmzcs5pfzmpc";
+ pname = "pantry";
+ version = "0.1.1.1";
+ sha256 = "082p2shapgnv10qjm77bpn0y6p6582n38xcgirh2l8mhs1yqflyg";
libraryHaskellDepends = [
aeson ansi-terminal array base base-orphans base64-bytestring
bytestring Cabal conduit conduit-extra containers contravariant
@@ -173396,6 +173553,62 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "pantry-tmp" = callPackage
+ ({ mkDerivation, aeson, ansi-terminal, array, base, base-orphans
+ , base64-bytestring, bytestring, Cabal, conduit, conduit-extra
+ , containers, contravariant, cryptonite, cryptonite-conduit
+ , deepseq, digest, directory, exceptions, filelock, filepath
+ , generic-deriving, ghc-prim, hackage-security, hashable, hedgehog
+ , hpack, hspec, http-client, http-client-tls, http-conduit
+ , http-download, http-types, integer-gmp, memory, mono-traversable
+ , mtl, network, network-uri, path, path-io, persistent
+ , persistent-sqlite, persistent-template, primitive, QuickCheck
+ , raw-strings-qq, resourcet, rio, rio-orphans, rio-prettyprint
+ , safe, syb, tar-conduit, template-haskell, text, text-metrics
+ , th-lift, th-lift-instances, th-orphans, th-reify-many
+ , th-utilities, time, transformers, unix-compat, unliftio
+ , unordered-containers, vector, yaml, zip-archive
+ }:
+ mkDerivation {
+ pname = "pantry-tmp";
+ version = "0.1.0.0";
+ sha256 = "18b2ac5kb6xzkxa2c5hhl6n37npxcxzxghi0p5wnv5rps3ahsmnn";
+ revision = "4";
+ editedCabalFile = "0hiashi78cak635jk74bk6m1dwdgyp8m0j5bzg18i776mb1zn09y";
+ libraryHaskellDepends = [
+ aeson ansi-terminal array base base-orphans base64-bytestring
+ bytestring Cabal conduit conduit-extra containers contravariant
+ cryptonite cryptonite-conduit deepseq digest directory filelock
+ filepath generic-deriving ghc-prim hackage-security hashable hpack
+ http-client http-client-tls http-conduit http-download http-types
+ integer-gmp memory mono-traversable mtl network network-uri path
+ path-io persistent persistent-sqlite persistent-template primitive
+ resourcet rio rio-orphans rio-prettyprint safe syb tar-conduit
+ template-haskell text text-metrics th-lift th-lift-instances
+ th-orphans th-reify-many th-utilities time transformers unix-compat
+ unliftio unordered-containers vector yaml zip-archive
+ ];
+ testHaskellDepends = [
+ aeson ansi-terminal array base base-orphans base64-bytestring
+ bytestring Cabal conduit conduit-extra containers contravariant
+ cryptonite cryptonite-conduit deepseq digest directory exceptions
+ filelock filepath generic-deriving ghc-prim hackage-security
+ hashable hedgehog hpack hspec http-client http-client-tls
+ http-conduit http-download http-types integer-gmp memory
+ mono-traversable mtl network network-uri path path-io persistent
+ persistent-sqlite persistent-template primitive QuickCheck
+ raw-strings-qq resourcet rio rio-orphans rio-prettyprint safe syb
+ tar-conduit template-haskell text text-metrics th-lift
+ th-lift-instances th-orphans th-reify-many th-utilities time
+ transformers unix-compat unliftio unordered-containers vector yaml
+ zip-archive
+ ];
+ description = "Content addressable Haskell package management";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"papa" = callPackage
({ mkDerivation, base, papa-base, papa-base-export
, papa-base-implement, papa-bifunctors, papa-bifunctors-export
@@ -173827,6 +174040,17 @@ self: {
broken = true;
}) {};
+ "par-traverse" = callPackage
+ ({ mkDerivation, base, directory, filepath, parallel-io }:
+ mkDerivation {
+ pname = "par-traverse";
+ version = "0.2.0.0";
+ sha256 = "1cbanrhaad3fq2kkpdkb3rh7c8qrc1v7by8v6mg4lrgghdx3msk8";
+ libraryHaskellDepends = [ base directory filepath parallel-io ];
+ description = "Traverse a directory in parallel";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"para" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -173992,14 +174216,14 @@ self: {
pname = "paramtree";
version = "0.1.1.1";
sha256 = "0ls9wzmz5lk7gyl8lx9cjs49zpwhrv955fs5q6ypv7bpbvjbchs1";
+ revision = "1";
+ editedCabalFile = "0p7zb0xvx88i72garnlihp2q1x5lpsr73jp2qh8lgasy12gy7g0q";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [
base bytestring tasty tasty-golden tasty-hunit temporary
];
description = "Generate labelled test/benchmark trees from sets of parameters";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"paranoia" = callPackage
@@ -174209,16 +174433,14 @@ self: {
broken = true;
}) {};
- "parsec_3_1_13_0" = callPackage
+ "parsec_3_1_14_0" = callPackage
({ mkDerivation, base, bytestring, HUnit, mtl, test-framework
, test-framework-hunit, text
}:
mkDerivation {
pname = "parsec";
- version = "3.1.13.0";
- sha256 = "1wc09pyn70p8z6llink10c8pqbh6ikyk554911yfwxv1g91swqbq";
- revision = "2";
- editedCabalFile = "032sizm03m2vdqshkv4sdviyka05gqf8gs6r4hqf9did177i0qnm";
+ version = "3.1.14.0";
+ sha256 = "132waj2cpn892midbhpkfmb74qq83v0zv29v885frlp1gvh94b67";
libraryHaskellDepends = [ base bytestring mtl text ];
testHaskellDepends = [
base HUnit mtl test-framework test-framework-hunit
@@ -174469,19 +174691,19 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "parser-combinators";
- version = "1.0.3";
- sha256 = "0cqic88xwi60x5x6pli0r8401yljvg2cis8a67766zypfg0il3bp";
+ version = "1.1.0";
+ sha256 = "149yhbnrrl108h1jinrsxni3rwrldhphpk9bbmbpr90q5fbl4xmc";
libraryHaskellDepends = [ base ];
description = "Lightweight package providing commonly useful parser combinators";
license = stdenv.lib.licenses.bsd3;
}) {};
- "parser-combinators_1_1_0" = callPackage
+ "parser-combinators_1_2_0" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "parser-combinators";
- version = "1.1.0";
- sha256 = "149yhbnrrl108h1jinrsxni3rwrldhphpk9bbmbpr90q5fbl4xmc";
+ version = "1.2.0";
+ sha256 = "18kfg4sxighqzd64ad98xhc62sh7pd63pv7xhcj601pw922iappa";
libraryHaskellDepends = [ base ];
description = "Lightweight package providing commonly useful parser combinators";
license = stdenv.lib.licenses.bsd3;
@@ -174497,6 +174719,30 @@ self: {
pname = "parser-combinators-tests";
version = "1.1.0";
sha256 = "0m3xgdi1q3q638zfvgpdqyrhfq9abqwjripvbdx5z9rai4whzqmz";
+ revision = "1";
+ editedCabalFile = "0adgbzpylvk9p7ylxynsdrmqhhbh5pm8ww1s3nz3czl79y8lhh47";
+ isLibrary = false;
+ isExecutable = false;
+ testHaskellDepends = [
+ base hspec hspec-expectations hspec-megaparsec megaparsec
+ megaparsec-tests parser-combinators QuickCheck
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Test suite of parser-combinators";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "parser-combinators-tests_1_2_0" = callPackage
+ ({ mkDerivation, base, hspec, hspec-discover, hspec-expectations
+ , hspec-megaparsec, megaparsec, megaparsec-tests
+ , parser-combinators, QuickCheck
+ }:
+ mkDerivation {
+ pname = "parser-combinators-tests";
+ version = "1.2.0";
+ sha256 = "0ainpyrxm03brn6z27jkqp65rc1z3lza00k6mg10506qk83fa52l";
isLibrary = false;
isExecutable = false;
testHaskellDepends = [
@@ -175012,8 +175258,8 @@ self: {
}:
mkDerivation {
pname = "patat";
- version = "0.8.2.2";
- sha256 = "03k4njhn7sasr02446qj8x69hh8af7l35900lrvxr7qv741rc006";
+ version = "0.8.2.5";
+ sha256 = "1hss18gb71xrjgncjr4g5935k7kcwxpxxb6j52i32ans43xavhiv";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -175274,8 +175520,8 @@ self: {
({ mkDerivation, base, containers }:
mkDerivation {
pname = "patience";
- version = "0.2.1.1";
- sha256 = "14d6hkrkbanlv09z7dbg8q7hk5ax5mfpgzr0knmcviq02kmzbs0s";
+ version = "0.3";
+ sha256 = "1i1b37lgi31c17yrjyf8pdm4nf5lq8vw90z3rri78hf0k66d0p3i";
libraryHaskellDepends = [ base containers ];
description = "Patience diff and longest increasing subsequence";
license = stdenv.lib.licenses.bsd3;
@@ -175311,8 +175557,8 @@ self: {
({ mkDerivation, base, containers, mtl, QuickCheck }:
mkDerivation {
pname = "pattern-matcher";
- version = "0.1.0.0";
- sha256 = "03adnzwcpc2mqqvfd2akiln0pfq6fn451an8vwxgx9gff0y85x5q";
+ version = "0.1.0.1";
+ sha256 = "1wk4kjdr5a3s6cwzw5cr52bij9ix5apn3vixrj3iycar7zsyzxgz";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [ base containers mtl QuickCheck ];
description = "A library for compiling pattern-matching to decision trees";
@@ -176135,6 +176381,8 @@ self: {
];
description = "Package to solve the Generalized Pell Equation";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pem" = callPackage
@@ -176176,8 +176424,6 @@ self: {
];
description = "Static site generator";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"penn-treebank" = callPackage
@@ -176265,20 +176511,37 @@ self: {
}) {};
"penrose" = callPackage
- ({ mkDerivation, ad, aeson, base, containers, gloss, megaparsec
- , old-time, random, text, websockets
+ ({ mkDerivation, ad, aeson, alex, ansi-terminal, array, base
+ , bytestring, containers, directory, docopt, extra, hmatrix
+ , hslogger, http-types, megaparsec, mtl, multimap, network
+ , old-time, parser-combinators, pretty, pretty-show
+ , pretty-terminal, process, random, random-shuffle, scotty, split
+ , tasty, tasty-hunit, tasty-quickcheck, tasty-smallcheck, text
+ , unordered-containers, uuid, websockets
}:
mkDerivation {
pname = "penrose";
- version = "0.1.0.2";
- sha256 = "0yva42b0av532a99kl0ldcfi229vs2m09w445r981i30xlilg5is";
- isLibrary = false;
+ version = "0.1.1.1";
+ sha256 = "0fak9lsa7gz1q2sbkwd76i01zi5aigi3p7q7gqlmz32y8sxsc8q0";
+ isLibrary = true;
isExecutable = true;
- executableHaskellDepends = [
- ad aeson base containers gloss megaparsec old-time random text
- websockets
+ libraryHaskellDepends = [
+ ad aeson ansi-terminal array base bytestring containers directory
+ docopt extra hmatrix hslogger http-types megaparsec mtl multimap
+ network old-time parser-combinators pretty pretty-show
+ pretty-terminal process random random-shuffle scotty split text
+ unordered-containers uuid websockets
];
- description = "A system that automatically visualize mathematics";
+ libraryToolDepends = [ alex ];
+ executableHaskellDepends = [ base ];
+ testHaskellDepends = [
+ ad aeson ansi-terminal array base bytestring containers directory
+ docopt extra hmatrix hslogger http-types megaparsec mtl multimap
+ network old-time parser-combinators pretty pretty-show
+ pretty-terminal process random random-shuffle scotty split tasty
+ tasty-hunit tasty-quickcheck tasty-smallcheck text uuid websockets
+ ];
+ description = "Create beautiful diagrams just by typing mathematical notation in plain text";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -176322,6 +176585,32 @@ self: {
broken = true;
}) {};
+ "perceptual-hash" = callPackage
+ ({ mkDerivation, base, containers, cpphs, criterion, filepath, hip
+ , optparse-applicative, par-traverse, pHash, primitive, repa, stm
+ , vector, vector-algorithms
+ }:
+ mkDerivation {
+ pname = "perceptual-hash";
+ version = "0.1.1.0";
+ sha256 = "107f5xb4wg4zmwqldw8a04byazqyzd0vkn6zl5iv4f5ii2sdb5yh";
+ revision = "1";
+ editedCabalFile = "001nr9brgk05bbhz9lw8viqrc6rgfy0rjp08fcdhn302j55j33i3";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base hip primitive repa vector vector-algorithms
+ ];
+ executableHaskellDepends = [
+ base containers filepath optparse-applicative par-traverse stm
+ ];
+ benchmarkHaskellDepends = [ base criterion ];
+ benchmarkPkgconfigDepends = [ pHash ];
+ benchmarkToolDepends = [ cpphs ];
+ description = "Find duplicate images";
+ license = stdenv.lib.licenses.bsd3;
+ }) {pHash = null;};
+
"perdure" = callPackage
({ mkDerivation, array, base, binary, bytestring, cognimeta-utils
, collections-api, comonad-transformers, containers, cryptohash
@@ -176448,8 +176737,8 @@ self: {
}:
mkDerivation {
pname = "perfect-vector-shuffle";
- version = "0.1.0";
- sha256 = "1nvwbmfqv9bq6423hxafjrvza6ynj3pry4m5ms1g2yf5vsx47w38";
+ version = "0.1.1";
+ sha256 = "1r9w8792r25fgyf7q7jdpnw4rmdvrjfg7g4dn2dk1d3gy4lbabig";
libraryHaskellDepends = [
base MonadRandom primitive random vector
];
@@ -176459,6 +176748,8 @@ self: {
];
description = "Library for performing vector shuffles";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"perfecthash" = callPackage
@@ -176750,7 +177041,7 @@ self: {
maintainers = with stdenv.lib.maintainers; [ psibi ];
}) {};
- "persistent_2_10_0" = callPackage
+ "persistent_2_10_1" = callPackage
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
, blaze-html, bytestring, conduit, containers, fast-logger, hspec
, http-api-data, monad-logger, mtl, path-pieces, resource-pool
@@ -176759,8 +177050,8 @@ self: {
}:
mkDerivation {
pname = "persistent";
- version = "2.10.0";
- sha256 = "1ja34gdwf72rxnz3v5d9wjri11285fpzxn8sh9ws7ldrx3kfqy1g";
+ version = "2.10.1";
+ sha256 = "1wwka7pxyym12hcvf45qr15n3ig9zyz5y2wl30vgcvwnhawmrsbg";
libraryHaskellDepends = [
aeson attoparsec base base64-bytestring blaze-html bytestring
conduit containers fast-logger http-api-data monad-logger mtl
@@ -176969,19 +177260,27 @@ self: {
}) {};
"persistent-mongoDB" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, bson, bytestring, cereal
- , conduit, containers, http-api-data, mongoDB, network, path-pieces
- , persistent, resource-pool, resourcet, text, time, transformers
- , unliftio-core
+ ({ mkDerivation, aeson, base, blaze-html, bson, bytestring, cereal
+ , conduit, containers, hspec, http-api-data, HUnit, mongoDB
+ , network, path-pieces, persistent, persistent-qq
+ , persistent-template, persistent-test, process, QuickCheck
+ , resource-pool, resourcet, template-haskell, text, time
+ , transformers, unliftio-core
}:
mkDerivation {
pname = "persistent-mongoDB";
- version = "2.8.0";
- sha256 = "12hp7cqdz672r5rhad6xvjpxhrs8v1swiz0d9n7xbn41g11a247l";
+ version = "2.9.0";
+ sha256 = "1xahxmr1rwi2sj809zfqs50kss7ii6df9k52rqr2zxp8q2ipkrx9";
libraryHaskellDepends = [
- aeson attoparsec base bson bytestring cereal conduit containers
- http-api-data mongoDB network path-pieces persistent resource-pool
- resourcet text time transformers unliftio-core
+ aeson base bson bytestring cereal conduit http-api-data mongoDB
+ network path-pieces persistent resource-pool resourcet text time
+ transformers unliftio-core
+ ];
+ testHaskellDepends = [
+ base blaze-html bytestring containers hspec HUnit mongoDB
+ persistent persistent-qq persistent-template persistent-test
+ process QuickCheck template-haskell text time transformers
+ unliftio-core
];
description = "Backend for the persistent library using mongoDB";
license = stdenv.lib.licenses.mit;
@@ -177009,7 +177308,7 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "persistent-mysql_2_10_0" = callPackage
+ "persistent-mysql_2_10_1" = callPackage
({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
, containers, fast-logger, hspec, HUnit, monad-logger, mysql
, mysql-simple, persistent, persistent-qq, persistent-template
@@ -177018,8 +177317,8 @@ self: {
}:
mkDerivation {
pname = "persistent-mysql";
- version = "2.10.0";
- sha256 = "13y65l0vaiczxndah2djh28j4jhslymb53gnfz3av24kg5vb2y4n";
+ version = "2.10.1";
+ sha256 = "0a75zqfhcd8xigcifi4ksdn5xwyq5qnif1r3yvnkhp5f3vjzm9vj";
libraryHaskellDepends = [
aeson base blaze-builder bytestring conduit containers monad-logger
mysql mysql-simple persistent resource-pool resourcet text
@@ -177083,6 +177382,27 @@ self: {
broken = true;
}) {};
+ "persistent-pagination" = callPackage
+ ({ mkDerivation, base, conduit, containers, esqueleto, foldl, hspec
+ , hspec-discover, microlens, mtl, persistent, persistent-sqlite
+ , persistent-template, QuickCheck, time
+ }:
+ mkDerivation {
+ pname = "persistent-pagination";
+ version = "0.1.1.0";
+ sha256 = "1g2mn2gv9dygx4rrpxi81421dyyy9pdnzrdpqcb5sygcjsqi17ha";
+ libraryHaskellDepends = [
+ base conduit esqueleto foldl microlens mtl persistent
+ ];
+ testHaskellDepends = [
+ base conduit containers esqueleto hspec hspec-discover mtl
+ persistent persistent-sqlite persistent-template QuickCheck time
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Efficient and correct pagination for persistent or esqueleto queries";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"persistent-parser" = callPackage
({ mkDerivation, attoparsec, base, hspec, text }:
mkDerivation {
@@ -177253,8 +177573,6 @@ self: {
];
description = "relational-record on persisten backends";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"persistent-spatial" = callPackage
@@ -177336,7 +177654,7 @@ self: {
maintainers = with stdenv.lib.maintainers; [ psibi ];
}) {inherit (pkgs) sqlite;};
- "persistent-sqlite_2_10_0" = callPackage
+ "persistent-sqlite_2_10_5" = callPackage
({ mkDerivation, aeson, base, bytestring, conduit, containers
, exceptions, fast-logger, hspec, HUnit, microlens-th, monad-logger
, persistent, persistent-template, persistent-test, QuickCheck
@@ -177346,10 +177664,8 @@ self: {
}:
mkDerivation {
pname = "persistent-sqlite";
- version = "2.10.0";
- sha256 = "1h3ls1wg02q7336zqfrpggx64f1wm3x701dvkwvci6yn4hqvkpn2";
- revision = "1";
- editedCabalFile = "1kxqz47h2gxinck114ip75brbm0wsimff5fdzldv72mqv7id66nl";
+ version = "2.10.5";
+ sha256 = "1sghp7ffi383bzlgm83g0l5bzjbs67m6lxn3fsz74y0yy9ix33ha";
configureFlags = [ "-fsystemlib" ];
isLibrary = true;
isExecutable = true;
@@ -177379,10 +177695,10 @@ self: {
}:
mkDerivation {
pname = "persistent-template";
- version = "2.5.4";
- sha256 = "008afcy7zbw7bzp9jww8gdldb51kfm0fg4p0x4xcp61gx4679bjc";
- revision = "4";
- editedCabalFile = "08yb4kcmpqmm50lwrbmavd0zhgg6p7bl8dy026xw644cazrzcvr1";
+ version = "2.6.0";
+ sha256 = "0wr1z2nfrl6jv1lprxb0d2jw4izqfcbcwvkdrhryzg95gjz8ryjv";
+ revision = "1";
+ editedCabalFile = "1p7j3lz0jrczrl25bw7cg0vskhxki065x8r6913sh8l1kvrdbkk8";
libraryHaskellDepends = [
aeson aeson-compat base bytestring containers ghc-prim
http-api-data monad-control monad-logger path-pieces persistent
@@ -177396,7 +177712,7 @@ self: {
maintainers = with stdenv.lib.maintainers; [ psibi ];
}) {};
- "persistent-template_2_7_1" = callPackage
+ "persistent-template_2_7_2" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, criterion
, deepseq, deepseq-generics, file-embed, hspec, http-api-data
, monad-control, monad-logger, path-pieces, persistent, QuickCheck
@@ -177404,8 +177720,8 @@ self: {
}:
mkDerivation {
pname = "persistent-template";
- version = "2.7.1";
- sha256 = "1yki4dvfk2p5cs2gfdnplsfyb1cxakhrdfjxgdgbnc0xxicbzx42";
+ version = "2.7.2";
+ sha256 = "04fpxsbj78gy51bl3jcfg70aaha92v0r48bjwq4pg7ln3cic95i8";
libraryHaskellDepends = [
aeson base bytestring containers http-api-data monad-control
monad-logger path-pieces persistent template-haskell text
@@ -177472,6 +177788,32 @@ self: {
}) {};
"persistent-typed-db" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, conduit, esqueleto, hspec
+ , http-api-data, monad-logger, path-pieces, persistent
+ , persistent-template, resource-pool, resourcet, template-haskell
+ , text, transformers
+ }:
+ mkDerivation {
+ pname = "persistent-typed-db";
+ version = "0.0.1.1";
+ sha256 = "0cn9dyv5gzkjn9jbv2srw94akz1rpgxsvn1hv1ik90a8sl3drh9n";
+ revision = "1";
+ editedCabalFile = "106dkixvzg2zia8hzxsw5fb458v7bka69szlnfxnffa5sdbm8him";
+ libraryHaskellDepends = [
+ aeson base bytestring conduit http-api-data monad-logger
+ path-pieces persistent persistent-template resource-pool resourcet
+ template-haskell text transformers
+ ];
+ testHaskellDepends = [
+ aeson base bytestring conduit esqueleto hspec http-api-data
+ monad-logger path-pieces persistent persistent-template
+ resource-pool resourcet template-haskell text transformers
+ ];
+ description = "Type safe access to multiple database schemata";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "persistent-typed-db_0_1_0_0" = callPackage
({ mkDerivation, aeson, base, bytestring, conduit, esqueleto, hspec
, http-api-data, monad-logger, path-pieces, persistent
, persistent-template, resource-pool, resourcet, template-haskell
@@ -177494,7 +177836,6 @@ self: {
description = "Type safe access to multiple database schemata";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"persistent-vector" = callPackage
@@ -177707,8 +178048,8 @@ self: {
}:
mkDerivation {
pname = "pg-harness-server";
- version = "0.6.1";
- sha256 = "1943rjcj4hbqdpg6vy7pcpq6575iag7bm15z2pdz4r8gfhq9z8an";
+ version = "0.6.2";
+ sha256 = "1wkr0vp41mjvq84q4gr29mwhrs1a805cipan0gamijhsjl2m75yc";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -177718,8 +178059,6 @@ self: {
];
description = "REST service for creating temporary PostgreSQL databases";
license = stdenv.lib.licenses.agpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pg-recorder" = callPackage
@@ -178452,8 +178791,6 @@ self: {
libraryHaskellDepends = [ base unix ];
description = "Run an IO action protected by a pidfile";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pier" = callPackage
@@ -178570,6 +178907,28 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "pinboard-notes-backup" = callPackage
+ ({ mkDerivation, aeson, ansi-wl-pprint, base, bytestring
+ , containers, http-client, http-types, mtl, optparse-applicative
+ , req, sqlite-simple, text, time, transformers
+ }:
+ mkDerivation {
+ pname = "pinboard-notes-backup";
+ version = "1.0.4.1";
+ sha256 = "1a0lw43pjfz18aplm2frljwaww37pm2ashxi59j6l5n32lg5573j";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ aeson ansi-wl-pprint base bytestring containers http-client
+ http-types mtl optparse-applicative req sqlite-simple text time
+ transformers
+ ];
+ description = "Back up the notes you've saved to Pinboard";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"pinch" = callPackage
({ mkDerivation, array, base, bytestring, containers, deepseq
, ghc-prim, hashable, hspec, hspec-discover, QuickCheck, semigroups
@@ -178615,15 +178974,17 @@ self: {
"ping" = callPackage
({ mkDerivation, base, cpu, ip, posix-api, primitive
- , primitive-containers, stm, transformers
+ , primitive-addr, primitive-containers, stm, transformers
}:
mkDerivation {
pname = "ping";
- version = "0.1.0.2";
- sha256 = "1cjgs571q5p5r5j94w8cax20r951v08x3cq5a2wd5r852bbgg9ww";
+ version = "0.1.0.3";
+ sha256 = "1h57p53vakjxm3g6inp9wvj5pp71qb0mpcrxbaa707w8v9lyvwwi";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
- base cpu ip posix-api primitive primitive-containers stm
- transformers
+ base cpu ip posix-api primitive primitive-addr primitive-containers
+ stm transformers
];
description = "icmp echo requests";
license = stdenv.lib.licenses.bsd3;
@@ -178740,6 +179101,29 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
+ "piped" = callPackage
+ ({ mkDerivation, base, conduit, gauge, microlens-platform, mtl
+ , quickcheck-instances, tasty, tasty-discover, tasty-golden
+ , tasty-hunit, tasty-quickcheck
+ }:
+ mkDerivation {
+ pname = "piped";
+ version = "0.1.0.0";
+ sha256 = "0f7j4mzdcmw7lnmq73hr6wfi64jjg350bmf0w1pf1rgma2wb9cl0";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base mtl ];
+ testHaskellDepends = [
+ base conduit gauge microlens-platform mtl quickcheck-instances
+ tasty tasty-discover tasty-golden tasty-hunit tasty-quickcheck
+ ];
+ testToolDepends = [ tasty-discover ];
+ description = "Conduit with a smaller core";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"pipeline" = callPackage
({ mkDerivation, base, transformers }:
mkDerivation {
@@ -178758,8 +179142,8 @@ self: {
}:
mkDerivation {
pname = "pipes";
- version = "4.3.10";
- sha256 = "1vhq8z3518y6xl0nzgdxmcd44ax40c8fghlccwhgqq132bf59nb2";
+ version = "4.3.11";
+ sha256 = "0h70djd6x306rci8zp356klqj6376xry6mkhyr12301adfhag8vv";
libraryHaskellDepends = [
base exceptions mmorph mtl semigroups transformers void
];
@@ -178996,6 +179380,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "pipes-cborg" = callPackage
+ ({ mkDerivation, base, bytestring, cborg, ghc-prim, pipes
+ , pipes-bytestring, pipes-parse, QuickCheck, serialise, tasty
+ , tasty-quickcheck, transformers
+ }:
+ mkDerivation {
+ pname = "pipes-cborg";
+ version = "0.1";
+ sha256 = "1ihngg2gvlyq40wnpajhbb7xpj028pk1k08xay19ir4n9mmx4jrn";
+ libraryHaskellDepends = [
+ base bytestring cborg ghc-prim pipes pipes-bytestring pipes-parse
+ serialise transformers
+ ];
+ testHaskellDepends = [
+ base bytestring cborg pipes pipes-bytestring QuickCheck serialise
+ tasty tasty-quickcheck transformers
+ ];
+ description = "Encode and decode cborg streams using the pipes and cborg libraries";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"pipes-cellular" = callPackage
({ mkDerivation, base, bytestring, data-cell, pipes }:
mkDerivation {
@@ -179286,6 +179691,8 @@ self: {
pname = "pipes-group";
version = "1.0.12";
sha256 = "1issfj3syi6lfbcdn3bhlbnlh86s92ldsb04c4ac69xipsgyhwqk";
+ revision = "1";
+ editedCabalFile = "0ws99n692c9km68n9y3x0b5bqdg3b47sva04nx9a4xdqr8p5akps";
libraryHaskellDepends = [
base free pipes pipes-parse transformers
];
@@ -179515,8 +179922,8 @@ self: {
({ mkDerivation, base, foldl, pipes }:
mkDerivation {
pname = "pipes-ordered-zip";
- version = "1.0.0.1";
- sha256 = "18qm08h5mq8pyn7cx1dabvmj63mhykm4cqsxhqsb7qf1kv70nqc8";
+ version = "1.0.1";
+ sha256 = "10ywi5ykp398mghc3mvcy2alz1lp6kah0yxmn5pz1l6nbsv7wyk5";
libraryHaskellDepends = [ base pipes ];
testHaskellDepends = [ base foldl pipes ];
description = "merge two ordered Producers into a new Producer";
@@ -179623,8 +180030,6 @@ self: {
libraryHaskellDepends = [ base mwc-random pipes vector ];
description = "Producers for handling randomness";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pipes-rt" = callPackage
@@ -179675,6 +180080,8 @@ self: {
pname = "pipes-safe";
version = "2.3.1";
sha256 = "0dfdd3fccfd7wfn5228hbfj3h10xq01sddpy1v2ds63wlg84kwly";
+ revision = "1";
+ editedCabalFile = "0qyx585dvyvnpkb6hmdml4ndl8sk0d1z747d40gfr0m7c320wjzm";
libraryHaskellDepends = [
base containers exceptions monad-control mtl pipes primitive
transformers transformers-base
@@ -180092,6 +180499,8 @@ self: {
];
description = "Package tree diff tool";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"pktree" = callPackage
@@ -180211,8 +180620,6 @@ self: {
];
description = "Token Introspection for PlanB";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"planet-mitchell" = callPackage
@@ -180399,8 +180806,6 @@ self: {
];
description = "run a subprocess, combining stdout and stderr";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"plist" = callPackage
@@ -180664,8 +181069,6 @@ self: {
];
description = "Diagrams based plotting library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"plotserver-api" = callPackage
@@ -181034,8 +181437,6 @@ self: {
executableHaskellDepends = [ base ];
description = "Pointful refactoring tool";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pointless-fun" = callPackage
@@ -181231,22 +181632,24 @@ self: {
}) {};
"poly" = callPackage
- ({ mkDerivation, base, primitive, QuickCheck, quickcheck-classes
- , semirings, tasty, tasty-quickcheck, vector
+ ({ mkDerivation, base, gauge, primitive, QuickCheck
+ , quickcheck-classes, semirings, tasty, tasty-quickcheck, vector
+ , vector-algorithms
}:
mkDerivation {
pname = "poly";
- version = "0.2.0.0";
- sha256 = "19jdm2508ncwcci8bi9hwpaak3cymhbynnk3whmh0g6rny6zdla4";
- libraryHaskellDepends = [ base primitive semirings vector ];
+ version = "0.3.1.0";
+ sha256 = "1c8xnkqxwzbpx01clz9spz9zwa18qhsbvscrc381r0f46cjax2ph";
+ libraryHaskellDepends = [
+ base primitive semirings vector vector-algorithms
+ ];
testHaskellDepends = [
base QuickCheck quickcheck-classes semirings tasty tasty-quickcheck
vector
];
+ benchmarkHaskellDepends = [ base gauge semirings vector ];
description = "Polynomials";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"poly-arity" = callPackage
@@ -181407,49 +181810,120 @@ self: {
license = "LGPL";
}) {};
+ "polyparse_1_13" = callPackage
+ ({ mkDerivation, base, bytestring, text }:
+ mkDerivation {
+ pname = "polyparse";
+ version = "1.13";
+ sha256 = "0yvhg718dlksiw3v27m2d8m1sn4r4f5s0p56zq3lynhy1sc74k0w";
+ libraryHaskellDepends = [ base bytestring text ];
+ description = "A variety of alternative parser combinator libraries";
+ license = "LGPL";
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"polysemy" = callPackage
- ({ mkDerivation, base, containers, criterion, free, freer-simple
- , hspec, inspection-testing, mtl, syb, template-haskell
- , th-abstraction, transformers
+ ({ mkDerivation, async, base, containers, criterion, doctest
+ , first-class-families, free, freer-simple, hspec, hspec-discover
+ , inspection-testing, mtl, syb, template-haskell, th-abstraction
+ , transformers, type-errors, type-errors-pretty, unagi-chan
}:
mkDerivation {
pname = "polysemy";
- version = "0.4.0.0";
- sha256 = "151l2x73fwyvk77r35bf57xjbygdqwk0n83qcx9krlij5ljyrl83";
+ version = "1.0.0.0";
+ sha256 = "1y63vwrmmany62ci2sdd8kfmkrigk0vds2kjpxmyh9nsvw5fv576";
libraryHaskellDepends = [
- base containers mtl syb template-haskell th-abstraction
- transformers
+ async base containers first-class-families mtl syb template-haskell
+ th-abstraction transformers type-errors type-errors-pretty
+ unagi-chan
];
testHaskellDepends = [
- base containers hspec inspection-testing mtl syb template-haskell
- th-abstraction transformers
+ async base containers doctest first-class-families hspec
+ inspection-testing mtl syb template-haskell th-abstraction
+ transformers type-errors type-errors-pretty unagi-chan
];
+ testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
- base containers criterion free freer-simple mtl syb
- template-haskell th-abstraction transformers
+ async base containers criterion first-class-families free
+ freer-simple mtl syb template-haskell th-abstraction transformers
+ type-errors type-errors-pretty unagi-chan
];
description = "Higher-order, low-boilerplate, zero-cost free monads";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "polysemy_1_1_0_0" = callPackage
+ ({ mkDerivation, async, base, containers, criterion, doctest
+ , first-class-families, free, freer-simple, hspec, hspec-discover
+ , inspection-testing, mtl, stm, syb, template-haskell
+ , th-abstraction, transformers, type-errors, type-errors-pretty
+ , unagi-chan
+ }:
+ mkDerivation {
+ pname = "polysemy";
+ version = "1.1.0.0";
+ sha256 = "1slc177ygphiaaxr301nmn47q7jl71rmzcw8h9q7az2s2f3gy83p";
+ libraryHaskellDepends = [
+ async base containers first-class-families mtl stm syb
+ template-haskell th-abstraction transformers type-errors
+ type-errors-pretty unagi-chan
+ ];
+ testHaskellDepends = [
+ async base containers doctest first-class-families hspec
+ inspection-testing mtl stm syb template-haskell th-abstraction
+ transformers type-errors type-errors-pretty unagi-chan
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ async base containers criterion first-class-families free
+ freer-simple mtl stm syb template-haskell th-abstraction
+ transformers type-errors type-errors-pretty unagi-chan
+ ];
+ description = "Higher-order, low-boilerplate, zero-cost free monads";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
+ "polysemy-RandomFu" = callPackage
+ ({ mkDerivation, base, hspec, hspec-discover, polysemy
+ , polysemy-plugin, polysemy-zoo, random-fu, random-source, text
+ , vector
+ }:
+ mkDerivation {
+ pname = "polysemy-RandomFu";
+ version = "0.3.0.0";
+ sha256 = "17qh2p7nh091kgywdzfd8ckzk6vczm9zxyp9vs94c1ld9qxrhkv8";
+ libraryHaskellDepends = [
+ base polysemy polysemy-plugin polysemy-zoo random-fu random-source
+ ];
+ testHaskellDepends = [
+ base hspec polysemy polysemy-plugin polysemy-zoo random-fu
+ random-source text vector
+ ];
+ testToolDepends = [ hspec-discover ];
+ description = "Experimental, RandomFu effect and interpreters for polysemy";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"polysemy-plugin" = callPackage
- ({ mkDerivation, base, containers, ghc, ghc-tcplugins-extra, hspec
- , inspection-testing, polysemy, should-not-typecheck, syb
- , transformers
+ ({ mkDerivation, base, containers, doctest, ghc
+ , ghc-tcplugins-extra, hspec, hspec-discover, inspection-testing
+ , polysemy, should-not-typecheck, syb, transformers
}:
mkDerivation {
pname = "polysemy-plugin";
- version = "0.2.0.3";
- sha256 = "1svd5fa4fqp5l3ibzxzv8ym2s54k2mwzglvr4s65kw5ny9w9v9qq";
+ version = "0.2.2.0";
+ sha256 = "1z8dyhcg2r9vb8m93khjzvmzc3lk7zaj64yjjdsnjmzzv13k8hl5";
libraryHaskellDepends = [
base containers ghc ghc-tcplugins-extra polysemy syb transformers
];
testHaskellDepends = [
- base containers ghc ghc-tcplugins-extra hspec inspection-testing
- polysemy should-not-typecheck syb transformers
+ base containers doctest ghc ghc-tcplugins-extra hspec
+ inspection-testing polysemy should-not-typecheck syb transformers
];
+ testToolDepends = [ hspec-discover ];
description = "Disambiguate obvious uses of effects";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -181457,22 +181931,23 @@ self: {
}) {};
"polysemy-zoo" = callPackage
- ({ mkDerivation, base, constraints, containers, hspec, mtl
- , polysemy, polysemy-plugin, random, random-fu, random-source
- , reflection, text
+ ({ mkDerivation, async, base, binary, bytestring, constraints
+ , containers, ghc-prim, hedis, hspec, hspec-discover, mtl, polysemy
+ , polysemy-plugin, random, reflection
}:
mkDerivation {
pname = "polysemy-zoo";
- version = "0.1.2.1";
- sha256 = "0wy70sx6nq7imqjsgs8i344qv6vmxv07bjrzjvzg97fms0kk9jlk";
+ version = "0.5.0.1";
+ sha256 = "06ggm3qinabwp5bha858anwdvw726wzl738wpgf1kd9mgivbv53w";
libraryHaskellDepends = [
- base constraints containers mtl polysemy polysemy-plugin random
- random-fu random-source reflection
+ async base binary bytestring constraints containers ghc-prim hedis
+ mtl polysemy polysemy-plugin random reflection
];
testHaskellDepends = [
- base constraints containers hspec mtl polysemy polysemy-plugin
- random random-fu random-source reflection text
+ async base binary bytestring constraints containers ghc-prim hedis
+ hspec mtl polysemy polysemy-plugin random reflection
];
+ testToolDepends = [ hspec-discover ];
description = "Experimental, user-contributed effects and interpreters for polysemy";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -181828,7 +182303,7 @@ self: {
"poppler" = callPackage
({ mkDerivation, array, base, bytestring, Cabal, cairo, containers
- , gdk_pixbuf, glib, gtk, gtk2, gtk2hs-buildtools, mtl, pango
+ , gdk-pixbuf, glib, gtk, gtk2, gtk2hs-buildtools, mtl, pango
, poppler
}:
mkDerivation {
@@ -181840,13 +182315,13 @@ self: {
libraryHaskellDepends = [
array base bytestring cairo containers glib gtk mtl
];
- libraryPkgconfigDepends = [ gdk_pixbuf gtk2 pango poppler ];
+ libraryPkgconfigDepends = [ gdk-pixbuf gtk2 pango poppler ];
libraryToolDepends = [ gtk2hs-buildtools ];
description = "Binding to the Poppler";
license = stdenv.lib.licenses.gpl2;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {inherit (pkgs) gdk_pixbuf; inherit (pkgs) gtk2;
+ }) {inherit (pkgs) gdk-pixbuf; inherit (pkgs) gtk2;
inherit (pkgs) pango; inherit (pkgs) poppler;};
"populate-setup-exe-cache" = callPackage
@@ -181956,8 +182431,6 @@ self: {
libraryHaskellDepends = [ base ];
description = "Implementation of the Porter stemming algorithm";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ports" = callPackage
@@ -182033,15 +182506,23 @@ self: {
}) {inherit (pkgs) acl;};
"posix-api" = callPackage
- ({ mkDerivation, base, primitive, tasty, tasty-hunit }:
+ ({ mkDerivation, base, primitive, primitive-addr, primitive-offset
+ , primitive-unlifted, tasty, tasty-hunit
+ }:
mkDerivation {
pname = "posix-api";
- version = "0.2.1.0";
- sha256 = "1vxasjdy3l41brzyrjqv13zazm1ryqy496p2rfvm19062bfpixji";
- libraryHaskellDepends = [ base primitive ];
- testHaskellDepends = [ base primitive tasty tasty-hunit ];
+ version = "0.3.2.0";
+ sha256 = "1ki45p31cc1zplzsi9kln85rm556rwk5yvwgsb75bcgqwg6xpcl8";
+ libraryHaskellDepends = [
+ base primitive primitive-addr primitive-offset primitive-unlifted
+ ];
+ testHaskellDepends = [
+ base primitive primitive-unlifted tasty tasty-hunit
+ ];
description = "posix bindings";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"posix-error-codes" = callPackage
@@ -182293,8 +182774,8 @@ self: {
}:
mkDerivation {
pname = "postgresql-binary";
- version = "0.12.1.2";
- sha256 = "10h5299fxqmfz0kxyvivfy396q35gzg60spnjagyha33kx5m3bc3";
+ version = "0.12.1.3";
+ sha256 = "0y2irx1fw0xqs77qpaa3lk06r2q7j7wzbzriyc274h6lmn85sjdw";
libraryHaskellDepends = [
aeson base base-prelude binary-parser bytestring
bytestring-strict-builder containers loch-th network-ip
@@ -182433,16 +182914,14 @@ self: {
}:
mkDerivation {
pname = "postgresql-lo-stream";
- version = "0.1.1.0";
- sha256 = "196f6lz8i8y0cfnd4lqjky69wpi0mc2jfs7jz5v0j3r15jbs5212";
+ version = "0.1.1.1";
+ sha256 = "0m2s717qb42ywiqvdi18nybjadkivygfi2pbflip5rvphqfc8k8x";
libraryHaskellDepends = [
base bytestring io-streams lifted-base monad-loops mtl
postgresql-simple
];
description = "Utilities for streaming PostgreSQL LargeObjects";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"postgresql-named" = callPackage
@@ -182557,6 +183036,8 @@ self: {
pname = "postgresql-simple";
version = "0.6.2";
sha256 = "15pkflx48mgv4fjmnagyfh06q065k8m8c98bysc3gm6m4srz5ypv";
+ revision = "1";
+ editedCabalFile = "0v8a7ylnbl8iv6v3blahrsnggk3kldvrq2gpq1fxni8y2jmc96d6";
libraryHaskellDepends = [
aeson attoparsec base bytestring bytestring-builder
case-insensitive containers hashable Only postgresql-libpq
@@ -182595,6 +183076,21 @@ self: {
broken = true;
}) {};
+ "postgresql-simple-interpolate" = callPackage
+ ({ mkDerivation, base, haskell-src-meta, mtl, parsec
+ , postgresql-simple, template-haskell
+ }:
+ mkDerivation {
+ pname = "postgresql-simple-interpolate";
+ version = "0.1";
+ sha256 = "0nq4j1lbylklsz3fhc4y7rh6c4lfzzfyha65g6i22mbpx51vdf30";
+ libraryHaskellDepends = [
+ base haskell-src-meta mtl parsec postgresql-simple template-haskell
+ ];
+ description = "Interpolated SQL queries via quasiquotation";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"postgresql-simple-migration" = callPackage
({ mkDerivation, base, base64-bytestring, bytestring, cryptohash
, directory, hspec, postgresql-simple, text, time
@@ -182618,6 +183114,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "postgresql-simple-named" = callPackage
+ ({ mkDerivation, base, bytestring, doctest, Glob, hspec, mtl
+ , postgresql-simple, resource-pool, text, transformers
+ }:
+ mkDerivation {
+ pname = "postgresql-simple-named";
+ version = "0.0.1.0";
+ sha256 = "1lp7bq7w3l127cb4js3gmmp8c9nvxabs64c200c73lqg5mw9fkfp";
+ libraryHaskellDepends = [
+ base bytestring mtl postgresql-simple text
+ ];
+ testHaskellDepends = [
+ base bytestring doctest Glob hspec postgresql-simple resource-pool
+ transformers
+ ];
+ description = "Implementation of named parameters for `postgresql-simple` library";
+ license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"postgresql-simple-opts" = callPackage
({ mkDerivation, base, bytestring, data-default, either
, generic-deriving, hspec, optparse-applicative, optparse-generic
@@ -182750,22 +183267,27 @@ self: {
"postgresql-typed" = callPackage
({ mkDerivation, aeson, array, attoparsec, base, binary, bytestring
- , containers, convertible, cryptonite, haskell-src-meta, HDBC
- , HUnit, memory, network, old-locale, postgresql-binary, QuickCheck
- , scientific, template-haskell, text, time, utf8-string, uuid
+ , containers, convertible, criterion, cryptonite, data-default
+ , haskell-src-meta, HDBC, HUnit, memory, network, old-locale
+ , postgresql-binary, QuickCheck, scientific, template-haskell, text
+ , time, tls, utf8-string, uuid, x509, x509-store, x509-validation
}:
mkDerivation {
pname = "postgresql-typed";
- version = "0.5.3.0";
- sha256 = "0apq662lhkjc1xl4alpz20yz20x6mf3gz6li7wb86sp94441rh5k";
+ version = "0.6.0.1";
+ sha256 = "1kdapjx3mz7g6a35g21xql0wswrgnmp6x0hm2zpis3wp4ig503kk";
libraryHaskellDepends = [
aeson array attoparsec base binary bytestring containers cryptonite
- haskell-src-meta HDBC memory network old-locale postgresql-binary
- scientific template-haskell text time utf8-string uuid
+ data-default haskell-src-meta HDBC memory network old-locale
+ postgresql-binary scientific template-haskell text time tls
+ utf8-string uuid x509 x509-store x509-validation
];
testHaskellDepends = [
base bytestring containers convertible HDBC HUnit network
- QuickCheck time
+ QuickCheck time tls
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion network time tls
];
description = "PostgreSQL interface with compile-time SQL type checking, optional HDBC backend";
license = stdenv.lib.licenses.bsd3;
@@ -182794,26 +183316,26 @@ self: {
"postgrest" = callPackage
({ mkDerivation, aeson, aeson-qq, ansi-wl-pprint, async
, auto-update, base, base64-bytestring, bytestring
- , case-insensitive, cassava, configurator-ng, containers
- , contravariant, contravariant-extras, cookie, either, gitrev
- , hasql, hasql-pool, hasql-transaction, heredoc, hjsonschema, hspec
+ , case-insensitive, cassava, configurator-pg, containers
+ , contravariant, contravariant-extras, cookie, directory, either
+ , gitrev, hasql, hasql-pool, hasql-transaction, heredoc, hspec
, hspec-wai, hspec-wai-json, HTTP, http-types
, insert-ordered-containers, interpolatedstring-perl6, jose, lens
- , lens-aeson, monad-control, network-uri, optparse-applicative
- , parsec, process, protolude, Ranged-sets, regex-tdfa, retry
- , scientific, swagger2, text, time, transformers-base, unix
- , unordered-containers, vector, wai, wai-cors, wai-extra
- , wai-middleware-static, warp
+ , lens-aeson, monad-control, network, network-uri
+ , optparse-applicative, parsec, process, protolude, Ranged-sets
+ , regex-tdfa, retry, scientific, swagger2, text, time
+ , transformers-base, unix, unordered-containers, vector, wai
+ , wai-cors, wai-extra, wai-middleware-static, warp
}:
mkDerivation {
pname = "postgrest";
- version = "5.2.0";
- sha256 = "0h4167jr0k398paf2sgnxkm4iziqf3a9i61cbh7d0ix86z2v8a53";
+ version = "6.0.0";
+ sha256 = "0m0zplw8f1ncnbmrnsylq2z7pv8r86hsndsgbld52wfdc85b3r0z";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson ansi-wl-pprint base base64-bytestring bytestring
- case-insensitive cassava configurator-ng containers contravariant
+ case-insensitive cassava configurator-pg containers contravariant
contravariant-extras cookie either gitrev hasql hasql-pool
hasql-transaction heredoc HTTP http-types insert-ordered-containers
interpolatedstring-perl6 jose lens lens-aeson network-uri
@@ -182822,15 +183344,16 @@ self: {
wai-cors wai-extra wai-middleware-static
];
executableHaskellDepends = [
- auto-update base base64-bytestring bytestring hasql hasql-pool
- hasql-transaction protolude retry text time unix warp
+ auto-update base base64-bytestring bytestring directory hasql
+ hasql-pool hasql-transaction network protolude retry text time unix
+ warp
];
testHaskellDepends = [
aeson aeson-qq async auto-update base base64-bytestring bytestring
case-insensitive cassava containers contravariant hasql hasql-pool
- hasql-transaction heredoc hjsonschema hspec hspec-wai
- hspec-wai-json http-types lens lens-aeson monad-control process
- protolude regex-tdfa time transformers-base wai wai-extra
+ hasql-transaction heredoc hspec hspec-wai hspec-wai-json http-types
+ lens lens-aeson monad-control process protolude regex-tdfa text
+ time transformers-base wai wai-extra
];
description = "REST API for any Postgres database";
license = stdenv.lib.licenses.mit;
@@ -182912,6 +183435,8 @@ self: {
];
description = "Library for postmarkapp.com HTTP Api";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"postmark-streams" = callPackage
@@ -183352,6 +183877,8 @@ self: {
pname = "pragmatic-show";
version = "0.1.2.0";
sha256 = "1nkwimmnk10p0pnv2hr3mxgfs1r2rjfhiaccmhd68a6279whp6p7";
+ revision = "1";
+ editedCabalFile = "17rs7ms62aisnk5wsdp67v3cgv5ph734iswv7137ibv339dlkl82";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [
base tasty tasty-hunit tasty-quickcheck vector-space
@@ -183975,8 +184502,6 @@ self: {
];
description = "Functionality for beautifying GHCi";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"pretty-hex" = callPackage
@@ -183990,6 +184515,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "pretty-loc" = callPackage
+ ({ mkDerivation, base, text }:
+ mkDerivation {
+ pname = "pretty-loc";
+ version = "0.1.0.1";
+ sha256 = "196slpa651p7yq8107c4pkwdfkfmg2bn6ibyqz22c46psklyrisb";
+ libraryHaskellDepends = [ base text ];
+ description = "Tracking and highlighting of locations in source files";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"pretty-ncols" = callPackage
({ mkDerivation, base, pretty }:
mkDerivation {
@@ -184077,6 +184613,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "pretty-simple_3_1_0_0" = callPackage
+ ({ mkDerivation, ansi-terminal, base, Cabal, cabal-doctest
+ , containers, criterion, doctest, Glob, mtl, QuickCheck
+ , template-haskell, text, transformers
+ }:
+ mkDerivation {
+ pname = "pretty-simple";
+ version = "3.1.0.0";
+ sha256 = "0p3p5i2rjwv19hzgqyarv7x6g6hvam159y50irvs0dd5wwphd2pa";
+ isLibrary = true;
+ isExecutable = true;
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ ansi-terminal base containers mtl text transformers
+ ];
+ testHaskellDepends = [
+ base doctest Glob QuickCheck template-haskell
+ ];
+ benchmarkHaskellDepends = [ base criterion text ];
+ description = "pretty printer for data types with a 'Show' instance";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"pretty-sop" = callPackage
({ mkDerivation, base, generics-sop, markdown-unlit, pretty-show }:
mkDerivation {
@@ -184118,18 +184678,6 @@ self: {
}) {};
"pretty-types" = callPackage
- ({ mkDerivation, base, hspec, mtl, tagged }:
- mkDerivation {
- pname = "pretty-types";
- version = "0.2.3.1";
- sha256 = "0kvqp39q1qydgf6rlrabgjcgv53irdh9xvw2p7hazbls178ljv75";
- libraryHaskellDepends = [ base mtl tagged ];
- testHaskellDepends = [ base hspec tagged ];
- description = "A small pretty printing DSL for complex types";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "pretty-types_0_3_0_1" = callPackage
({ mkDerivation, base, hspec, mtl, tagged }:
mkDerivation {
pname = "pretty-types";
@@ -184139,7 +184687,6 @@ self: {
testHaskellDepends = [ base hspec tagged ];
description = "A small pretty printing DSL for complex types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"prettyFunctionComposing" = callPackage
@@ -184171,13 +184718,13 @@ self: {
}:
mkDerivation {
pname = "prettyprinter";
- version = "1.2.1";
- sha256 = "1kvza7jp5n833m8rj0bc35bd2p8wx3fq0iqflm9nbh3wm05kwrg7";
+ version = "1.2.1.1";
+ sha256 = "1p9c3q55hba4c0zyxc624g5df7wgsclpsmd8wqpdnmib882q9d1v";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base text ];
testHaskellDepends = [
- base bytestring doctest pgp-wordlist tasty tasty-hunit
+ base bytestring doctest pgp-wordlist QuickCheck tasty tasty-hunit
tasty-quickcheck text
];
benchmarkHaskellDepends = [
@@ -184337,22 +184884,15 @@ self: {
}) {};
"prim-instances" = callPackage
- ({ mkDerivation, base, base-orphans, primitive, QuickCheck
- , quickcheck-classes, quickcheck-instances, tasty, tasty-quickcheck
- }:
+ ({ mkDerivation, base, primitive, QuickCheck, quickcheck-classes }:
mkDerivation {
pname = "prim-instances";
- version = "0.1.0.0";
- sha256 = "1l2dvq5mrbxghzrcfd1ik49lzfvly3bq15jrmn1hilvjrsscx7nf";
+ version = "0.2";
+ sha256 = "0dx5byf61725220hvwd72k2yc2n1x0qpl6rj3gfdldww98g700iq";
libraryHaskellDepends = [ base primitive ];
- testHaskellDepends = [
- base base-orphans primitive QuickCheck quickcheck-classes
- quickcheck-instances tasty tasty-quickcheck
- ];
- description = "prim typeclass instances";
+ testHaskellDepends = [ base QuickCheck quickcheck-classes ];
+ description = "Prim typeclass instances";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"prim-ref" = callPackage
@@ -184483,13 +185023,11 @@ self: {
({ mkDerivation, base, primitive }:
mkDerivation {
pname = "primitive-addr";
- version = "0.1.0.0";
- sha256 = "0nm6l9gy57l1hli7zjlh2mfdzhwi602dnicxis1d8ylqqyv633gw";
+ version = "0.1.0.2";
+ sha256 = "06r1p56wm8rbjxnlaqbmc3rbsj1rsv5scwnh80lsn0xw56jc70a2";
libraryHaskellDepends = [ base primitive ];
description = "Addresses to unmanaged memory";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"primitive-atomic" = callPackage
@@ -184510,11 +185048,13 @@ self: {
({ mkDerivation, base, primitive }:
mkDerivation {
pname = "primitive-checked";
- version = "0.6.4.2";
- sha256 = "0x659bq4pqlk8i9af98bjv7639819fdm4r0by55zhxjgm5vr179q";
+ version = "0.7.0.0";
+ sha256 = "1h4gsririgjw8p72dz2p91yq8mxr37qca8rshmxmkmmds8yv6w1s";
libraryHaskellDepends = [ base primitive ];
description = "primitive functions with bounds-checking";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"primitive-containers" = callPackage
@@ -184547,6 +185087,30 @@ self: {
}) {};
"primitive-extras" = callPackage
+ ({ mkDerivation, base, bytestring, cereal, deferred-folds, focus
+ , foldl, list-t, primitive, profunctors, QuickCheck
+ , quickcheck-instances, rerebase, tasty, tasty-hunit
+ , tasty-quickcheck, vector
+ }:
+ mkDerivation {
+ pname = "primitive-extras";
+ version = "0.7.1.1";
+ sha256 = "1hffgvqdrsxml2z834jb1mpywkflcnlymmxp9dmapwg8pcadjzdm";
+ revision = "1";
+ editedCabalFile = "10z7fnz907s7ar15lk3kq62p11bbsksdb0nmg5y7ii0n97mqni96";
+ libraryHaskellDepends = [
+ base bytestring cereal deferred-folds focus foldl list-t primitive
+ profunctors vector
+ ];
+ testHaskellDepends = [
+ cereal deferred-folds focus primitive QuickCheck
+ quickcheck-instances rerebase tasty tasty-hunit tasty-quickcheck
+ ];
+ description = "Extras for the \"primitive\" library";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "primitive-extras_0_8" = callPackage
({ mkDerivation, base, bytestring, cereal, deferred-folds, focus
, foldl, list-t, primitive, primitive-unlifted, profunctors
, QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit
@@ -184567,7 +185131,18 @@ self: {
description = "Extras for the \"primitive\" library";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ }) {};
+
+ "primitive-foreign" = callPackage
+ ({ mkDerivation, base, primitive, QuickCheck }:
+ mkDerivation {
+ pname = "primitive-foreign";
+ version = "0.1";
+ sha256 = "0qznygyj4fsgdggrb02nc78nfjyvfjsdaznw01a0sw2b1yld0zqg";
+ libraryHaskellDepends = [ base primitive ];
+ testHaskellDepends = [ base primitive QuickCheck ];
+ description = "using the `Prim` interface for the FFI";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"primitive-indexed" = callPackage
@@ -184598,8 +185173,6 @@ self: {
];
description = "Arrays of Maybes";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"primitive-offset" = callPackage
@@ -184663,12 +185236,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "primitive-unaligned" = callPackage
+ ({ mkDerivation, base, primitive }:
+ mkDerivation {
+ pname = "primitive-unaligned";
+ version = "0.1.1.0";
+ sha256 = "1dkxm1m22vap0xaw2ssqfqs19lmk41db09rkngbiid0by2yla1gp";
+ libraryHaskellDepends = [ base primitive ];
+ testHaskellDepends = [ base primitive ];
+ description = "Unaligned access to primitive arrays";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"primitive-unlifted" = callPackage
({ mkDerivation, base, primitive, stm }:
mkDerivation {
pname = "primitive-unlifted";
- version = "0.1.1.0";
- sha256 = "183lg1jbbs9b1ahwzdsf5d75djcqr6c0hjvd1liwz5i13ad3qdcr";
+ version = "0.1.2.0";
+ sha256 = "1zq5fx032shxsk23hlyj9js8jdbg4r17l0gigsrbrnlajnwk4683";
libraryHaskellDepends = [ base primitive ];
testHaskellDepends = [ base primitive stm ];
description = "Primitive GHC types with unlifted types inside";
@@ -185286,8 +185871,6 @@ self: {
libraryHaskellDepends = [ base category ];
description = "Product category";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"product-isomorphic" = callPackage
@@ -185310,8 +185893,8 @@ self: {
pname = "product-profunctors";
version = "0.10.0.0";
sha256 = "0s0ssl2900r16992mgl0idkryg3l7psp8nljyg9brr7fqa3pd3dd";
- revision = "1";
- editedCabalFile = "17zi38fzg7yf9i5da2hlch6jw2qhmjcvs9wwkhyvra520605mlya";
+ revision = "2";
+ editedCabalFile = "0sarkc9sch60f5j1xjy30yrgycvmp5bqx1iynmlsfzdx7rvk5s29";
libraryHaskellDepends = [
base bifunctors contravariant profunctors tagged template-haskell
];
@@ -185763,6 +186346,8 @@ self: {
libraryHaskellDepends = [ base fgl graphviz mtl prolog text ];
description = "Generating images of resolution trees for Prolog queries";
license = stdenv.lib.licenses.publicDomain;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"prologue" = callPackage
@@ -185986,19 +186571,19 @@ self: {
"propellor" = callPackage
({ mkDerivation, ansi-terminal, async, base, bytestring, containers
, directory, exceptions, filepath, hashable, hslogger, IfElse, mtl
- , network, process, split, stm, text, time, transformers, unix
- , unix-compat
+ , network, process, split, stm, text, time, transformers
+ , type-errors, unix, unix-compat
}:
mkDerivation {
pname = "propellor";
- version = "5.8.0";
- sha256 = "0dzil48ayfy30cx1mxhp712nibr7qc3hn2pkc11nawkf2g73552f";
+ version = "5.9.1";
+ sha256 = "1v4cpj4kbmhl4xkxm7gxm2z9pqf6zmr4psawaxixvsav6xpxgphr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
ansi-terminal async base bytestring containers directory exceptions
filepath hashable hslogger IfElse mtl network process split stm
- text time transformers unix unix-compat
+ text time transformers type-errors unix unix-compat
];
executableHaskellDepends = [ base ];
description = "property-based host configuration management in haskell";
@@ -186176,24 +186761,6 @@ self: {
}) {};
"proto-lens" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, containers, deepseq
- , lens-family, lens-labels, parsec, pretty, text, transformers
- , void
- }:
- mkDerivation {
- pname = "proto-lens";
- version = "0.4.0.1";
- sha256 = "1ryz183ds1k28nvw6y1w84k29aq5mgrpv5yyqarj0g463gp137cm";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- attoparsec base bytestring containers deepseq lens-family
- lens-labels parsec pretty text transformers void
- ];
- description = "A lens-based implementation of protocol buffers in Haskell";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "proto-lens_0_5_0_1" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, ghc-prim
, lens-family, parsec, pretty, primitive, profunctors, QuickCheck
, tagged, test-framework, test-framework-quickcheck2, text
@@ -186201,8 +186768,8 @@ self: {
}:
mkDerivation {
pname = "proto-lens";
- version = "0.5.0.1";
- sha256 = "0rkwirkmdd485s9wy47lglqn5h225nc2ch4sz4p2cj3cfpi75hny";
+ version = "0.5.1.0";
+ sha256 = "1jv88j9spv3q679syq0fbpbq8xjggaww5644as31gmvihjfaxby1";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bytestring containers deepseq ghc-prim lens-family parsec
@@ -186214,7 +186781,6 @@ self: {
];
description = "A lens-based implementation of protocol buffers in Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"proto-lens-arbitrary" = callPackage
@@ -186305,23 +186871,6 @@ self: {
}) {inherit (pkgs) protobuf;};
"proto-lens-protobuf-types" = callPackage
- ({ mkDerivation, base, Cabal, lens-labels, proto-lens
- , proto-lens-runtime, proto-lens-setup, protobuf, text
- }:
- mkDerivation {
- pname = "proto-lens-protobuf-types";
- version = "0.4.0.1";
- sha256 = "091284pyp4b36hnvfjsrsg6zlgw1payzwfbsy66sgbbi285mwira";
- setupHaskellDepends = [ base Cabal proto-lens-setup ];
- libraryHaskellDepends = [
- base lens-labels proto-lens proto-lens-runtime text
- ];
- libraryToolDepends = [ protobuf ];
- description = "Basic protocol buffer message types";
- license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) protobuf;};
-
- "proto-lens-protobuf-types_0_5_0_0" = callPackage
({ mkDerivation, base, Cabal, lens-family, proto-lens
, proto-lens-runtime, proto-lens-setup, protobuf, text
}:
@@ -186336,7 +186885,6 @@ self: {
libraryToolDepends = [ protobuf ];
description = "Basic protocol buffer message types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) protobuf;};
"proto-lens-protoc_0_2_2_3" = callPackage
@@ -186367,28 +186915,6 @@ self: {
}) {inherit (pkgs) protobuf;};
"proto-lens-protoc" = callPackage
- ({ mkDerivation, base, bytestring, containers, filepath
- , haskell-src-exts, lens-family, pretty, proto-lens, protobuf, text
- }:
- mkDerivation {
- pname = "proto-lens-protoc";
- version = "0.4.0.2";
- sha256 = "1kvbv7c42qcynh25mh1vzwdzk4fhvjai031hwmsrmpqywgbgknmm";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base containers filepath haskell-src-exts lens-family pretty
- proto-lens text
- ];
- libraryToolDepends = [ protobuf ];
- executableHaskellDepends = [
- base bytestring containers lens-family proto-lens text
- ];
- description = "Protocol buffer compiler for the proto-lens library";
- license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) protobuf;};
-
- "proto-lens-protoc_0_5_0_0" = callPackage
({ mkDerivation, base, bytestring, containers, filepath
, haskell-src-exts, lens-family, pretty, proto-lens, protobuf, text
}:
@@ -186408,26 +186934,9 @@ self: {
];
description = "Protocol buffer compiler for the proto-lens library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) protobuf;};
"proto-lens-runtime" = callPackage
- ({ mkDerivation, base, bytestring, containers, deepseq, filepath
- , lens-family, lens-labels, proto-lens, text
- }:
- mkDerivation {
- pname = "proto-lens-runtime";
- version = "0.4.0.2";
- sha256 = "1k6biy5z890nn5b76sd3xr086sbrqr09rx1r2a7jxra2l2ymc4sr";
- libraryHaskellDepends = [
- base bytestring containers deepseq filepath lens-family lens-labels
- proto-lens text
- ];
- doHaddock = false;
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "proto-lens-runtime_0_5_0_0" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, filepath
, lens-family, proto-lens, text, vector
}:
@@ -186441,7 +186950,6 @@ self: {
];
doHaddock = false;
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"proto-lens-setup" = callPackage
@@ -186678,23 +187186,6 @@ self: {
}) {};
"protocol-radius-test" = callPackage
- ({ mkDerivation, base, bytestring, cereal, containers
- , protocol-radius, QuickCheck, quickcheck-simple, transformers
- }:
- mkDerivation {
- pname = "protocol-radius-test";
- version = "0.0.1.0";
- sha256 = "185d85d9gfylcg575rvr43p4p8wzh0mi9frvkm2cn3liwwarmk5m";
- libraryHaskellDepends = [
- base bytestring cereal containers protocol-radius QuickCheck
- quickcheck-simple transformers
- ];
- testHaskellDepends = [ base quickcheck-simple ];
- description = "testsuit of protocol-radius haskell package";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "protocol-radius-test_0_1_0_0" = callPackage
({ mkDerivation, base, bytestring, cereal, containers
, protocol-radius, QuickCheck, quickcheck-simple, transformers
}:
@@ -186709,7 +187200,6 @@ self: {
testHaskellDepends = [ base quickcheck-simple ];
description = "testsuit of protocol-radius haskell package";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"protolude" = callPackage
@@ -186992,15 +187482,13 @@ self: {
({ mkDerivation, base, generic-deriving, hspec, hspec-discover }:
mkDerivation {
pname = "pthread";
- version = "0.2.0";
- sha256 = "12130fpdskml0mdgbr38zki48n5ffid0diiixyn89kzcq948vvmn";
+ version = "0.2.1";
+ sha256 = "03whwpcf9ycdy6bhnw6k0xcwrlf5q92lcfzvh45j3wkksccf8vm6";
libraryHaskellDepends = [ base generic-deriving ];
testHaskellDepends = [ base hspec hspec-discover ];
testToolDepends = [ hspec-discover ];
description = "Bindings for the pthread library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ptr" = callPackage
@@ -187051,8 +187539,8 @@ self: {
}:
mkDerivation {
pname = "publicsuffix";
- version = "0.20190605";
- sha256 = "1nsanfpfhhc4qjm6srifqzgli6dyhpgr2yxbrrbf8yihrc0j04xr";
+ version = "0.20190630";
+ sha256 = "0b35jayk5n8p7zn2nkgzvqgpiai0h7g3pf27i5bzxlaw2zwm9320";
libraryHaskellDepends = [ base filepath template-haskell ];
testHaskellDepends = [ base hspec ];
benchmarkHaskellDepends = [ base criterion random ];
@@ -187100,25 +187588,25 @@ self: {
"publish" = callPackage
({ mkDerivation, base, bytestring, chronologique, deepseq
- , directory, filepath, hinotify, hspec, pandoc, pandoc-types
- , template-haskell, text, typed-process, unbeliever, unix
- , unordered-containers
+ , directory, filepath, hinotify, hspec, megaparsec, pandoc
+ , pandoc-types, template-haskell, text, typed-process, unbeliever
+ , unix, unordered-containers
}:
mkDerivation {
pname = "publish";
- version = "0.4.4";
- sha256 = "1a75pqz9gvzda70182gvfwjjzsrqdspngj00mlma1ayr9jy4sxr4";
+ version = "2.0.1";
+ sha256 = "12jhwihg6nlhs1q2cf4ivd7qw724qz1wk1i5rmi4akfga8ad7n4l";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base bytestring chronologique deepseq directory filepath hinotify
- pandoc pandoc-types template-haskell text typed-process unbeliever
- unix unordered-containers
+ megaparsec pandoc pandoc-types template-haskell text typed-process
+ unbeliever unix unordered-containers
];
testHaskellDepends = [
base bytestring chronologique deepseq directory filepath hinotify
- hspec pandoc pandoc-types template-haskell text typed-process
- unbeliever unix unordered-containers
+ hspec megaparsec pandoc pandoc-types template-haskell text
+ typed-process unbeliever unix unordered-containers
];
description = "Publishing tools for papers, books, and presentations";
license = stdenv.lib.licenses.bsd3;
@@ -187541,8 +188029,8 @@ self: {
}:
mkDerivation {
pname = "purebred-email";
- version = "0.1.0.1";
- sha256 = "0igjid6rfg13bhgkm51np0ml2sfnkg5a6z3231mmiynkdja7l5zl";
+ version = "0.2.0.0";
+ sha256 = "1jjdia8qlwdibmfrqasyvm6qq01pxc9r66qmbyjmhz9bhdkqdd61";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -187560,33 +188048,31 @@ self: {
}) {};
"purescript" = callPackage
- ({ mkDerivation, aeson, aeson-better-errors, ansi-terminal
- , ansi-wl-pprint, array, base, base-compat, blaze-html, bower-json
- , boxes, bytestring, Cabal, cheapskate, clock, containers
- , data-ordlist, deepseq, directory, dlist, edit-distance
- , file-embed, filepath, fsnotify, gitrev, Glob, happy, haskeline
- , hspec, hspec-discover, http-types, HUnit, language-javascript
- , lifted-async, lifted-base, microlens-platform, monad-control
- , monad-logger, mtl, network, optparse-applicative, parallel
- , parsec, pattern-arrows, process, protolude, regex-tdfa, safe
- , scientific, semigroups, sourcemap, split, stm, stringsearch, syb
- , tasty, tasty-golden, tasty-hspec, tasty-quickcheck, text, time
- , transformers, transformers-base, transformers-compat
- , unordered-containers, utf8-string, vector, wai, wai-websockets
- , warp, websockets
+ ({ mkDerivation, aeson, aeson-better-errors, aeson-pretty
+ , ansi-terminal, ansi-wl-pprint, array, base, base-compat
+ , blaze-html, bower-json, boxes, bytestring, Cabal, cheapskate
+ , clock, containers, data-ordlist, deepseq, directory, dlist
+ , edit-distance, file-embed, filepath, fsnotify, gitrev, Glob
+ , happy, haskeline, hspec, hspec-discover, http-types, HUnit
+ , language-javascript, lifted-async, lifted-base
+ , microlens-platform, monad-control, monad-logger, mtl, network
+ , optparse-applicative, parallel, parsec, pattern-arrows, process
+ , protolude, regex-tdfa, safe, scientific, semigroups, sourcemap
+ , split, stm, stringsearch, syb, tasty, tasty-golden, tasty-hspec
+ , tasty-quickcheck, text, time, transformers, transformers-base
+ , transformers-compat, unordered-containers, utf8-string, vector
+ , wai, wai-websockets, warp, websockets
}:
mkDerivation {
pname = "purescript";
- version = "0.13.0";
- sha256 = "1cpdbb48a8qs57adc37qkcfaszj3m6gds6gdq07iq11b6gmfzr3q";
- revision = "2";
- editedCabalFile = "156myqg8f72mb493pqm94vkiza9s5cb6hq082wgljclynjdlw6l9";
+ version = "0.13.3";
+ sha256 = "05cz0ilxawrcn4hm6mbd0qpkbfp0g8mcqvcscl4ghagjljgimaqv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson aeson-better-errors ansi-terminal array base base-compat
- blaze-html bower-json boxes bytestring Cabal cheapskate clock
- containers data-ordlist deepseq directory dlist edit-distance
+ aeson aeson-better-errors aeson-pretty ansi-terminal array base
+ base-compat blaze-html bower-json boxes bytestring Cabal cheapskate
+ clock containers data-ordlist deepseq directory dlist edit-distance
file-embed filepath fsnotify Glob haskeline language-javascript
lifted-async lifted-base microlens-platform monad-control
monad-logger mtl parallel parsec pattern-arrows process protolude
@@ -187596,22 +188082,23 @@ self: {
];
libraryToolDepends = [ happy ];
executableHaskellDepends = [
- aeson aeson-better-errors ansi-terminal ansi-wl-pprint array base
+ aeson aeson-better-errors aeson-pretty ansi-terminal ansi-wl-pprint
+ array base base-compat blaze-html bower-json boxes bytestring Cabal
+ cheapskate clock containers data-ordlist deepseq directory dlist
+ edit-distance file-embed filepath fsnotify gitrev Glob haskeline
+ http-types language-javascript lifted-async lifted-base
+ microlens-platform monad-control monad-logger mtl network
+ optparse-applicative parallel parsec pattern-arrows process
+ protolude regex-tdfa safe scientific semigroups sourcemap split stm
+ stringsearch syb text time transformers transformers-base
+ transformers-compat unordered-containers utf8-string vector wai
+ wai-websockets warp websockets
+ ];
+ executableToolDepends = [ happy ];
+ testHaskellDepends = [
+ aeson aeson-better-errors aeson-pretty ansi-terminal array base
base-compat blaze-html bower-json boxes bytestring Cabal cheapskate
clock containers data-ordlist deepseq directory dlist edit-distance
- file-embed filepath fsnotify gitrev Glob haskeline http-types
- language-javascript lifted-async lifted-base microlens-platform
- monad-control monad-logger mtl network optparse-applicative
- parallel parsec pattern-arrows process protolude regex-tdfa safe
- scientific semigroups sourcemap split stm stringsearch syb text
- time transformers transformers-base transformers-compat
- unordered-containers utf8-string vector wai wai-websockets warp
- websockets
- ];
- testHaskellDepends = [
- aeson aeson-better-errors ansi-terminal array base base-compat
- blaze-html bower-json boxes bytestring Cabal cheapskate clock
- containers data-ordlist deepseq directory dlist edit-distance
file-embed filepath fsnotify Glob haskeline hspec hspec-discover
HUnit language-javascript lifted-async lifted-base
microlens-platform monad-control monad-logger mtl parallel parsec
@@ -187621,7 +188108,7 @@ self: {
transformers-base transformers-compat unordered-containers
utf8-string vector
];
- testToolDepends = [ hspec-discover ];
+ testToolDepends = [ happy hspec-discover ];
doCheck = false;
description = "PureScript Programming Language Compiler";
license = stdenv.lib.licenses.bsd3;
@@ -187703,8 +188190,8 @@ self: {
}:
mkDerivation {
pname = "purescript-tsd-gen";
- version = "0.2.0.0";
- sha256 = "1l00xyz501gaig3fci9dyz28qdd2zdajzfwnp6hj17c46g8g95f6";
+ version = "0.3.0.0";
+ sha256 = "0246pxgwrqbrhsgixx6mp9w1h355qz29gx1b7bmdxxxafyn2il6n";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -188389,8 +188876,8 @@ self: {
}:
mkDerivation {
pname = "qnap-decrypt";
- version = "0.3.4";
- sha256 = "0s263zkdns50bvanjiaiavdk6bpd1ccqbckdmxwbbl2sxp2s3jxz";
+ version = "0.3.5";
+ sha256 = "1mm08bm2jzcnh1zal7zdiyryl3z5z91ch2vyyl0p29nbwl2q06xb";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -188636,28 +189123,6 @@ self: {
}) {};
"quadratic-irrational" = callPackage
- ({ mkDerivation, arithmoi, base, containers, directory, doctest
- , filepath, mtl, numbers, QuickCheck, tasty, tasty-quickcheck
- , transformers
- }:
- mkDerivation {
- pname = "quadratic-irrational";
- version = "0.0.6";
- sha256 = "02hdxi9kjp7dccmb7ix3a0yqr7fvl2vpc588ibxq6gjd5v3716r0";
- revision = "1";
- editedCabalFile = "0i7dsl7zm9r7sgfs2cwmic3qbk15lc7kbhjd53vin89p21fh8mzm";
- libraryHaskellDepends = [
- arithmoi base containers mtl transformers
- ];
- testHaskellDepends = [
- base directory doctest filepath mtl numbers QuickCheck tasty
- tasty-quickcheck
- ];
- description = "An implementation of quadratic irrationals";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "quadratic-irrational_0_1_0" = callPackage
({ mkDerivation, arithmoi, base, containers, directory, doctest
, filepath, mtl, numbers, QuickCheck, tasty, tasty-quickcheck
, transformers
@@ -188673,7 +189138,6 @@ self: {
];
description = "An implementation of quadratic irrationals";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"quandl-api" = callPackage
@@ -189088,8 +189552,8 @@ self: {
}:
mkDerivation {
pname = "quickcheck-arbitrary-template";
- version = "0.2.0.0";
- sha256 = "1bn0g3gg7cpjwap1vgvahw91yjn0v8sy1hiy60w54gdg5rrll5j9";
+ version = "0.2.1.0";
+ sha256 = "1g9b39bhjcx44l8mwj5hwbjkd575prd46v16jz895q4f3ibqnfvp";
libraryHaskellDepends = [ base QuickCheck safe template-haskell ];
testHaskellDepends = [
base QuickCheck safe tasty tasty-golden tasty-hunit
@@ -189097,8 +189561,6 @@ self: {
];
description = "Generate QuickCheck Gen for Sum Types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"quickcheck-assertions" = callPackage
@@ -189120,11 +189582,14 @@ self: {
}:
mkDerivation {
pname = "quickcheck-classes";
- version = "0.6.0.0";
- sha256 = "02ssvvhi87ggyxi3jsg2h1xirwqyydda88n5ax4imfljvig366cy";
+ version = "0.6.1.0";
+ sha256 = "01mqsffks1d0wf3vwrlmalqxqha2gfqa389gqq0zr5b9y7ka5a8h";
+ revision = "1";
+ editedCabalFile = "1n68f8qw8if3db7x7b49lfvs0hpdvlmq0bhdjf1dvmaz0wmw932i";
libraryHaskellDepends = [
aeson base base-orphans bifunctors containers fail primitive
QuickCheck semigroupoids semigroups semirings tagged transformers
+ vector
];
testHaskellDepends = [
aeson base base-orphans containers primitive QuickCheck
@@ -189132,24 +189597,22 @@ self: {
];
description = "QuickCheck common typeclasses";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
- "quickcheck-classes_0_6_2_1" = callPackage
+ "quickcheck-classes_0_6_3_0" = callPackage
({ mkDerivation, aeson, base, base-orphans, bifunctors, containers
, contravariant, fail, primitive, primitive-addr, QuickCheck
- , semigroupoids, semigroups, semirings, tagged, tasty
- , tasty-quickcheck, transformers, vector
+ , quickcheck-classes-base, semigroupoids, semigroups, semirings
+ , tagged, tasty, tasty-quickcheck, transformers, vector
}:
mkDerivation {
pname = "quickcheck-classes";
- version = "0.6.2.1";
- sha256 = "1pw4r4166a3f0ylvjifpcnicfh9kidz7lvjpgp4m0frhaqhx82ig";
+ version = "0.6.3.0";
+ sha256 = "0rbrxs79naffzp809523452xprh7z33j6p256qs0cnni9v9zfgjf";
libraryHaskellDepends = [
aeson base base-orphans bifunctors containers contravariant fail
- primitive primitive-addr QuickCheck semigroupoids semigroups
- semirings tagged transformers vector
+ primitive primitive-addr QuickCheck quickcheck-classes-base
+ semigroupoids semigroups semirings tagged transformers vector
];
testHaskellDepends = [
aeson base base-orphans containers primitive QuickCheck
@@ -189158,7 +189621,22 @@ self: {
description = "QuickCheck common typeclasses";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ }) {};
+
+ "quickcheck-classes-base" = callPackage
+ ({ mkDerivation, base, base-orphans, bifunctors, containers
+ , contravariant, fail, QuickCheck, semigroups, tagged, transformers
+ }:
+ mkDerivation {
+ pname = "quickcheck-classes-base";
+ version = "0.6.0.0";
+ sha256 = "193jbr3fy2451gx0hzw82xrzxp6mxz5ics6yaybbz1a3dhlz53yx";
+ libraryHaskellDepends = [
+ base base-orphans bifunctors containers contravariant fail
+ QuickCheck semigroups tagged transformers
+ ];
+ description = "QuickCheck common typeclasses from `base`";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"quickcheck-combinators" = callPackage
@@ -189169,6 +189647,8 @@ self: {
sha256 = "0qdjls949kmcv8wj3a27p4dz8nb1dq4i99zizkw7qyqn47r9ccxd";
libraryHaskellDepends = [ base QuickCheck unfoldable-restricted ];
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"quickcheck-enum-instances" = callPackage
@@ -189183,29 +189663,6 @@ self: {
}) {};
"quickcheck-instances" = callPackage
- ({ mkDerivation, array, base, base-compat, bytestring
- , case-insensitive, containers, hashable, old-time, QuickCheck
- , scientific, tagged, text, time, transformers, transformers-compat
- , unordered-containers, uuid-types, vector
- }:
- mkDerivation {
- pname = "quickcheck-instances";
- version = "0.3.19";
- sha256 = "0mls8095ylk5pq2j787ary5lyn4as64414silq3zn4sky3zsx92p";
- libraryHaskellDepends = [
- array base base-compat bytestring case-insensitive containers
- hashable old-time QuickCheck scientific tagged text time
- transformers transformers-compat unordered-containers uuid-types
- vector
- ];
- testHaskellDepends = [
- base containers QuickCheck tagged uuid-types
- ];
- description = "Common quickcheck instances";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "quickcheck-instances_0_3_21" = callPackage
({ mkDerivation, array, base, base-compat, bytestring
, case-insensitive, containers, hashable, old-time, QuickCheck
, scientific, splitmix, tagged, text, time, time-compat
@@ -189214,8 +189671,10 @@ self: {
}:
mkDerivation {
pname = "quickcheck-instances";
- version = "0.3.21";
- sha256 = "0kk9i5lck40jbx1sxcvaq66hywgnfslcx2cgy7lacq4cnjmyzrh1";
+ version = "0.3.22";
+ sha256 = "14asr9r7da3w7p4hjj51w2yb002nz8x0np8hdz9z4yjvi60vyrax";
+ revision = "1";
+ editedCabalFile = "1ln7zp6rx7ya7iwcbh8m1s1y1pdh28f64nga74f2lszmpmmd512w";
libraryHaskellDepends = [
array base base-compat bytestring case-insensitive containers
hashable old-time QuickCheck scientific splitmix tagged text time
@@ -189228,7 +189687,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring QuickCheck ];
description = "Common quickcheck instances";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"quickcheck-io" = callPackage
@@ -189379,8 +189837,8 @@ self: {
({ mkDerivation, base, QuickCheck }:
mkDerivation {
pname = "quickcheck-simple";
- version = "0.1.1.0";
- sha256 = "0rclb8ghakcrcw3sz9q8lvb2zh1a4lafb711mqpfl0csd3yvlia4";
+ version = "0.1.1.1";
+ sha256 = "0ah32y1p39p3d0696zp4mlf4bj67ggh73sb8nvf21snkwll86dai";
libraryHaskellDepends = [ base QuickCheck ];
description = "Test properties and default-mains for QuickCheck";
license = stdenv.lib.licenses.bsd3;
@@ -189400,38 +189858,6 @@ self: {
}) {};
"quickcheck-state-machine" = callPackage
- ({ mkDerivation, ansi-wl-pprint, base, bytestring, containers
- , directory, doctest, exceptions, filelock, filepath, http-client
- , lifted-async, matrix, monad-control, monad-logger, mtl, network
- , persistent, persistent-postgresql, persistent-template
- , pretty-show, process, QuickCheck, quickcheck-instances, random
- , resourcet, servant, servant-client, servant-server, split, stm
- , strict, string-conversions, tasty, tasty-hunit, tasty-quickcheck
- , text, tree-diff, vector, wai, warp
- }:
- mkDerivation {
- pname = "quickcheck-state-machine";
- version = "0.4.3";
- sha256 = "0f9hsjhrnab8gy51m4m1fn5i594ixx1qw14hsfwsakbn8f78aarx";
- libraryHaskellDepends = [
- ansi-wl-pprint base containers exceptions lifted-async matrix
- monad-control mtl pretty-show QuickCheck split stm tree-diff vector
- ];
- testHaskellDepends = [
- base bytestring directory doctest filelock filepath http-client
- lifted-async matrix monad-control monad-logger mtl network
- persistent persistent-postgresql persistent-template process
- QuickCheck quickcheck-instances random resourcet servant
- servant-client servant-server stm strict string-conversions tasty
- tasty-hunit tasty-quickcheck text tree-diff vector wai warp
- ];
- description = "Test monadic programs using state machine based models";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "quickcheck-state-machine_0_6_0" = callPackage
({ mkDerivation, ansi-wl-pprint, base, bytestring, containers
, directory, doctest, exceptions, filelock, filepath, http-client
, matrix, monad-logger, mtl, network, persistent
@@ -189503,6 +189929,8 @@ self: {
];
description = "Helper to build generators with Text.StringRandom";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"quickcheck-text" = callPackage
@@ -189561,8 +189989,6 @@ self: {
libraryHaskellDepends = [ base QuickCheck template-haskell ];
description = "Get counterexamples from QuickCheck as Haskell values";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"quicklz" = callPackage
@@ -189644,8 +190070,8 @@ self: {
}:
mkDerivation {
pname = "quickspec";
- version = "2.1.1";
- sha256 = "185sivnl9zwkzrsqknlpkm3mkl5irk6nawbwgm67x1y08d2wvmc4";
+ version = "2.1.2";
+ sha256 = "0igqwa195qgps5vla2a4f83rq4vdq739i94kbzzmbnniylx9wgdw";
libraryHaskellDepends = [
base constraints containers data-lens-light dlist QuickCheck
quickcheck-instances random spoon template-haskell transformers
@@ -190026,8 +190452,6 @@ self: {
];
description = "The raaz cryptographic library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rabocsv2qif" = callPackage
@@ -190116,10 +190540,8 @@ self: {
}:
mkDerivation {
pname = "radius";
- version = "0.6.0.1";
- sha256 = "19c2bv0iq4j0709rf9k9jk5q2s756bvjnr1gy630mcgp92rg8d9j";
- revision = "1";
- editedCabalFile = "1a4q1kz21v2m4wfdfaawdlkfnq9s8c5iijzcrdprrgsbi3kplrdi";
+ version = "0.6.0.3";
+ sha256 = "01mj0b0pasx60d93pi843vzhj31949wgf41l59jd2ps6ykhayx5b";
libraryHaskellDepends = [
base binary bytestring cryptonite iproute memory
];
@@ -190185,6 +190607,8 @@ self: {
attoparsec base criterion deepseq QuasiText text vector
];
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rados-haskell" = callPackage
@@ -190219,8 +190643,8 @@ self: {
}:
mkDerivation {
pname = "raft";
- version = "0.3.11.0";
- sha256 = "0rc4gvhfcslwb01lxbwmd1j3hbcbkyflm0qg43ccdkf2pj2gibz8";
+ version = "0.4.0.0";
+ sha256 = "07lfjq2dz9vki7pvjg6p3mp2ifazhmidcx9pbsfxnhj1h8xb80bp";
libraryHaskellDepends = [
aeson attoparsec base binary bytestring cereal containers
data-default ghc-prim mtl parallel scientific split stm text time
@@ -190435,6 +190859,8 @@ self: {
benchmarkHaskellDepends = [ base criterion deepseq ];
description = "Random access list with a list compatible interface";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rallod" = callPackage
@@ -190682,16 +191108,12 @@ self: {
({ mkDerivation, base, hmatrix, mtl, random-fu }:
mkDerivation {
pname = "random-fu-multivariate";
- version = "0.1.2.0";
- sha256 = "11hss3d1aa917g7w7k76zcakk82ras3046vb768yh5kayrb6a347";
- revision = "2";
- editedCabalFile = "13frafm1fdlgir64qsqy97158mv5chx98y23pdzdqiannf10w4by";
+ version = "0.1.2.1";
+ sha256 = "01r3jgjmhcj7wrc9ighwm0sbndsrz92l20gxh9p4rm2l90n0vxqc";
libraryHaskellDepends = [ base hmatrix mtl random-fu ];
testHaskellDepends = [ base ];
description = "Multivariate distributions for random-fu";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"random-hypergeometric" = callPackage
@@ -190897,18 +191319,14 @@ self: {
}:
mkDerivation {
pname = "range-set-list";
- version = "0.1.3";
- sha256 = "1pwnriv5r093qvqzzg9s868613nf92d3h8qmqaqc5qq95hykj6z5";
- revision = "1";
- editedCabalFile = "00ddj7if8lcrqf5c882m4slm15sdwcghz7d2fz222c7jcw1ahvdr";
+ version = "0.1.3.1";
+ sha256 = "0m8c8qhpk9vaykqfy6gsv1csmvdclm27zv9l56ipv152k75xks0j";
libraryHaskellDepends = [ base containers deepseq hashable ];
testHaskellDepends = [
base containers deepseq hashable tasty tasty-quickcheck
];
description = "Memory efficient sets with ranges of elements";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"range-space" = callPackage
@@ -190996,26 +191414,6 @@ self: {
}) {};
"rank2classes" = callPackage
- ({ mkDerivation, base, distributive, doctest, tasty, tasty-hunit
- , template-haskell, transformers
- }:
- mkDerivation {
- pname = "rank2classes";
- version = "1.2.1";
- sha256 = "0dbg5hc8vy0nikyw9h99d9z5jpwfzqb3jwg1li5h281fi5cm4nb0";
- libraryHaskellDepends = [
- base distributive template-haskell transformers
- ];
- testHaskellDepends = [
- base distributive doctest tasty tasty-hunit
- ];
- description = "standard type constructor class hierarchy, only with methods of rank 2 types";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "rank2classes_1_3" = callPackage
({ mkDerivation, base, distributive, doctest, tasty, tasty-hunit
, template-haskell, transformers
}:
@@ -191048,8 +191446,6 @@ self: {
];
description = "Rapid prototyping with GHCi: hot reloading of running components and reload-surviving values";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rapid-term" = callPackage
@@ -191318,6 +191714,8 @@ self: {
pname = "rasterific-svg";
version = "0.3.3.2";
sha256 = "1i0pl1hin1ipi3l0074ywd1khacpbvz3x0frx0j0hmbfiv4n3nq2";
+ revision = "1";
+ editedCabalFile = "19i9wlk951d85dqnmbgrnz0fg4xcw7cbv9cs2h8b440lycj3p4cv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -191373,8 +191771,8 @@ self: {
}:
mkDerivation {
pname = "ratel-wai";
- version = "1.0.5";
- sha256 = "07k2gzc2by6zhsk1zqp0kjk37zc6ikigdp0j5d38pd7x30a7qk7x";
+ version = "1.1.0";
+ sha256 = "1wgmlcazfbz4y4q9k6367i76l8cal1qgqhqbh2p69ca365w9pf56";
libraryHaskellDepends = [
base bytestring case-insensitive containers http-client ratel wai
];
@@ -191391,8 +191789,8 @@ self: {
}:
mkDerivation {
pname = "rating-chgk-info";
- version = "0.3.6.4";
- sha256 = "0sfrsjlxlg08k0g8g65v21i2qr1ibq0cfgy7sayb1xbkqc319jvr";
+ version = "0.3.6.5";
+ sha256 = "08qfrrhc8kg95jvhv5m99zrb062w64z1jzm46zm4ah6mdjlpac18";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -191408,8 +191806,6 @@ self: {
benchmarkHaskellDepends = [ base-noprelude gauge relude ];
description = "Client for rating.chgk.info API and CSV tables (documentation in Russian)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rating-systems" = callPackage
@@ -191457,39 +191853,6 @@ self: {
}) {};
"rattletrap" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, base, binary, binary-bits
- , bytestring, clock, containers, filepath, http-client
- , http-client-tls, HUnit, template-haskell, temporary, text
- , transformers
- }:
- mkDerivation {
- pname = "rattletrap";
- version = "6.0.2";
- sha256 = "1904g1s61zazhg6zn189m7y9v5aap39zd0gfypzd9jrk6489aqi1";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson aeson-pretty base binary binary-bits bytestring containers
- filepath http-client http-client-tls template-haskell text
- transformers
- ];
- executableHaskellDepends = [
- aeson aeson-pretty base binary binary-bits bytestring containers
- filepath http-client http-client-tls template-haskell text
- transformers
- ];
- testHaskellDepends = [
- aeson aeson-pretty base binary binary-bits bytestring clock
- containers filepath http-client http-client-tls HUnit
- template-haskell temporary text transformers
- ];
- description = "Parse and generate Rocket League replays";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "rattletrap_9_0_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, binary, binary-bits
, bytestring, containers, filepath, http-client, http-client-tls
, HUnit, scientific, template-haskell, temporary, text
@@ -191778,8 +192141,6 @@ self: {
];
description = "Read-Copy-Update for Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rdf" = callPackage
@@ -191800,8 +192161,6 @@ self: {
];
description = "Representation and Incremental Processing of RDF Data";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rdf4h" = callPackage
@@ -192422,26 +192781,24 @@ self: {
}) {};
"readme-lhs" = callPackage
- ({ mkDerivation, attoparsec, base, containers, filepath, foldl
- , HUnit, optparse-applicative, protolude, tasty, tasty-hunit, text
+ ({ mkDerivation, base, containers, doctest, optparse-generic
+ , pandoc, pandoc-types, protolude, tasty, text
}:
mkDerivation {
pname = "readme-lhs";
- version = "0.1.0.0";
- sha256 = "1pn0an37w4kgcn93a6qm0jxqsj882mhjwrnvl7hc5vp1960nqs6j";
+ version = "0.2.0";
+ sha256 = "0xwc2gqf23g87mi16miyi0nxy4wh33rki324biv3wh7xbpj03kpx";
isLibrary = true;
isExecutable = true;
- libraryHaskellDepends = [ attoparsec base foldl protolude text ];
+ libraryHaskellDepends = [
+ base containers pandoc pandoc-types protolude text
+ ];
executableHaskellDepends = [
- base containers filepath foldl optparse-applicative protolude text
+ base optparse-generic pandoc protolude
];
- testHaskellDepends = [
- base HUnit protolude tasty tasty-hunit text
- ];
- description = "See readme.lhs";
+ testHaskellDepends = [ base doctest protolude tasty ];
+ description = "See readme.md";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"readpyc" = callPackage
@@ -192512,13 +192869,13 @@ self: {
, cubicbezier, diagrams, diagrams-contrib, diagrams-core
, diagrams-lib, diagrams-svg, directory, filepath, fsnotify
, hashable, JuicyPixels, lens, linear, matrices, matrix, mtl
- , palette, parallel, process, reanimate-svg, svg-builder, text
- , time, unix, websockets, xml
+ , open-browser, palette, parallel, process, reanimate-svg
+ , svg-builder, text, time, websockets, xml
}:
mkDerivation {
pname = "reanimate";
- version = "0.1.4.1";
- sha256 = "04yzlznyrd4c21732ijl1y5c8kg6x3139jv3d5qvcxphsmkxw81f";
+ version = "0.1.5.0";
+ sha256 = "1jh9inlx92qn3klzi9385nfvphrwmmdbbs2gql019bdwmyhd815x";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -192526,8 +192883,8 @@ self: {
attoparsec base bytestring containers cubicbezier diagrams
diagrams-contrib diagrams-core diagrams-lib diagrams-svg directory
filepath fsnotify hashable JuicyPixels lens linear matrices matrix
- mtl palette parallel process reanimate-svg svg-builder text time
- unix websockets xml
+ mtl open-browser palette parallel process reanimate-svg svg-builder
+ text time websockets xml
];
description = "Animation library based on SVGs";
license = stdenv.lib.licenses.publicDomain;
@@ -192679,21 +193036,6 @@ self: {
}) {};
"record-dot-preprocessor" = callPackage
- ({ mkDerivation, base, extra, filepath }:
- mkDerivation {
- pname = "record-dot-preprocessor";
- version = "0.1.5";
- sha256 = "1vap09g7gh9nsr4x4bfysx3ha8kc9vpx252j0fdmffbivyj5d2wl";
- revision = "1";
- editedCabalFile = "1hggzp6fh071f2d11pn1y2rgczgxgvcfw86717gpxsm34kr60pgb";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [ base extra filepath ];
- description = "Preprocessor to allow record.field syntax";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "record-dot-preprocessor_0_2" = callPackage
({ mkDerivation, base, extra, filepath, ghc, record-hasfield
, uniplate
}:
@@ -192708,7 +193050,6 @@ self: {
testHaskellDepends = [ base extra filepath record-hasfield ];
description = "Preprocessor to allow record.field syntax";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"record-encode" = callPackage
@@ -192877,8 +193218,8 @@ self: {
({ mkDerivation, base, composition-prelude }:
mkDerivation {
pname = "recursion";
- version = "2.2.3.0";
- sha256 = "193v6ygjhgv8l5b31gs4279dah677lhlj68kvj80pw5vj5azyawr";
+ version = "2.2.4.0";
+ sha256 = "0n50nv1lzahy2mfvia5v41f8jx9w2yygzq584xbkirazhj73sjbx";
libraryHaskellDepends = [ base composition-prelude ];
description = "A recursion schemes library for GHC";
license = stdenv.lib.licenses.bsd3;
@@ -192959,8 +193300,8 @@ self: {
}:
mkDerivation {
pname = "red-black-record";
- version = "2.0.2.2";
- sha256 = "1afmqdgd0xhawjckjz318561zsr478a7jkpr20l7alic6zxnl4z9";
+ version = "2.0.4.0";
+ sha256 = "1wcg8a3aql1jmnfl7q5gzjgxl4z6780zgp8w10v3g52ilcdq4myn";
libraryHaskellDepends = [ base sop-core ];
testHaskellDepends = [
aeson base bytestring doctest profunctors sop-core tasty
@@ -193399,8 +193740,8 @@ self: {
}:
mkDerivation {
pname = "refined";
- version = "0.4.2.1";
- sha256 = "0p74hqmlx0ns8zjn689ngfjn4y5rvap5fza0p9mpx7107bskdf9d";
+ version = "0.4.2.2";
+ sha256 = "1gdfhmj8f1abxflxmqyfibz0hdaayr932f04vchygdvdb812av60";
libraryHaskellDepends = [
aeson base deepseq exceptions mtl prettyprinter QuickCheck
template-haskell transformers
@@ -193412,6 +193753,24 @@ self: {
broken = true;
}) {};
+ "refinery" = callPackage
+ ({ mkDerivation, base, containers, exceptions, mmorph, mtl, pipes
+ , semigroupoids
+ }:
+ mkDerivation {
+ pname = "refinery";
+ version = "0.1.0.0";
+ sha256 = "1g18ih1122h61jxgi72kxc9b4x7nvfxl807km46x150x1f3m7wvl";
+ libraryHaskellDepends = [
+ base containers exceptions mmorph mtl pipes semigroupoids
+ ];
+ testHaskellDepends = [
+ base containers exceptions mmorph mtl pipes semigroupoids
+ ];
+ description = "Toolkit for building proof automation systems";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"reflection" = callPackage
({ mkDerivation, base, template-haskell }:
mkDerivation {
@@ -193454,26 +193813,27 @@ self: {
}) {};
"reflex" = callPackage
- ({ mkDerivation, base, bifunctors, comonad, containers, criterion
- , data-default, deepseq, dependent-map, dependent-sum, directory
- , exception-transformers, filemanip, filepath, haskell-src-exts
- , haskell-src-meta, hlint, lens, loch-th, MemoTrie, monad-control
- , monoidal-containers, mtl, prim-uniq, primitive, process, random
- , ref-tf, reflection, semigroupoids, semigroups, split, stm, syb
+ ({ mkDerivation, base, bifunctors, comonad, constraints-extras
+ , containers, criterion, data-default, deepseq, dependent-map
+ , dependent-sum, directory, exception-transformers, filemanip
+ , filepath, haskell-src-exts, haskell-src-meta, hlint, lens
+ , loch-th, MemoTrie, monad-control, monoidal-containers, mtl
+ , prim-uniq, primitive, process, profunctors, random, ref-tf
+ , reflection, semigroupoids, semigroups, split, stm, syb
, template-haskell, these, time, transformers, transformers-compat
, unbounded-delays, witherable
}:
mkDerivation {
pname = "reflex";
- version = "0.6.1";
- sha256 = "1ggp2bpil2ig6rs45fn754kpqnp45lp069nc6ib4isj0dgzb9gpn";
+ version = "0.6.2.1";
+ sha256 = "0s8saim58bqqhg1nbrrdw2blnph7jrhqw97wxf73g4r1d8jacg3z";
libraryHaskellDepends = [
- base bifunctors comonad containers data-default dependent-map
- dependent-sum exception-transformers haskell-src-exts
+ base bifunctors comonad constraints-extras containers data-default
+ dependent-map dependent-sum exception-transformers haskell-src-exts
haskell-src-meta lens MemoTrie monad-control monoidal-containers
- mtl prim-uniq primitive random ref-tf reflection semigroupoids
- semigroups stm syb template-haskell these time transformers
- transformers-compat unbounded-delays witherable
+ mtl prim-uniq primitive profunctors random ref-tf reflection
+ semigroupoids semigroups stm syb template-haskell these time
+ transformers transformers-compat unbounded-delays witherable
];
testHaskellDepends = [
base bifunctors containers deepseq dependent-map dependent-sum
@@ -193665,16 +194025,18 @@ self: {
}) {};
"reflex-dom-helpers" = callPackage
- ({ mkDerivation, base, reflex, reflex-dom, template-haskell }:
+ ({ mkDerivation, base, reflex, reflex-dom-core, template-haskell
+ , text
+ }:
mkDerivation {
pname = "reflex-dom-helpers";
- version = "0.1.0.0";
- sha256 = "0fzvw9wd8465a0i0qnvnqngfs2fql13skxsrr9m1qivr3n3h7jhi";
+ version = "0.2.0.1";
+ sha256 = "1c0sa8i4rln7whmivmwlmivrj8zc45v25zsi1qwqx5d00mjbmkyk";
libraryHaskellDepends = [
- base reflex reflex-dom template-haskell
+ base reflex reflex-dom-core template-haskell text
];
testHaskellDepends = [ base ];
- description = "Element tag helpers for working with reflex-dom";
+ description = "Html tag helpers for reflex-dom";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@@ -193815,6 +194177,31 @@ self: {
broken = true;
}) {};
+ "reflex-vty" = callPackage
+ ({ mkDerivation, base, bimap, containers, data-default
+ , dependent-map, dependent-sum, exception-transformers, mtl
+ , primitive, ref-tf, reflex, stm, text, time, transformers, vty
+ }:
+ mkDerivation {
+ pname = "reflex-vty";
+ version = "0.1.1.0";
+ sha256 = "1nhi33d0yqx2pjccrcbsgwp2l56sdmqpl11vpvkvx4wkxckyz2qf";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bimap containers data-default dependent-map dependent-sum
+ exception-transformers mtl primitive ref-tf reflex stm text time
+ transformers vty
+ ];
+ executableHaskellDepends = [
+ base containers reflex text time transformers vty
+ ];
+ description = "Reflex FRP host and widgets for vty applications";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"reform" = callPackage
({ mkDerivation, base, containers, mtl, semigroups, text }:
mkDerivation {
@@ -193865,6 +194252,8 @@ self: {
];
description = "Happstack support for reform";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"reform-hsp" = callPackage
@@ -193876,6 +194265,19 @@ self: {
libraryHaskellDepends = [ base hsp hsx2hs reform text ];
description = "Add support for using HSP with Reform";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "reform-lucid" = callPackage
+ ({ mkDerivation, base, lucid, path-pieces, reform, text }:
+ mkDerivation {
+ pname = "reform-lucid";
+ version = "0.1.0.0";
+ sha256 = "1a3jfk0i87vqwxxlspzy44lf2i3bxxxy20pnbysczzf8i113y9zi";
+ libraryHaskellDepends = [ base lucid path-pieces reform text ];
+ description = "Add support for using lucid with Reform";
+ license = stdenv.lib.licenses.bsd3;
}) {};
"reformat" = callPackage
@@ -193970,18 +194372,19 @@ self: {
}) {};
"regex-applicative" = callPackage
- ({ mkDerivation, base, containers, smallcheck, tasty, tasty-hunit
- , tasty-smallcheck, transformers
+ ({ mkDerivation, base, containers, criterion, smallcheck, tasty
+ , tasty-hunit, tasty-smallcheck, transformers
}:
mkDerivation {
pname = "regex-applicative";
- version = "0.3.3";
- sha256 = "1riv7jqf26lbv4rm54sd6mrx8xdh4dvh4xbzymzdfdw13k6a4nb6";
+ version = "0.3.3.1";
+ sha256 = "0p0anx5vamrhrdvviwkh2zn6pa3pv2bjb7nfyc7dvz2q7g14y1lg";
libraryHaskellDepends = [ base containers transformers ];
testHaskellDepends = [
base containers smallcheck tasty tasty-hunit tasty-smallcheck
transformers
];
+ benchmarkHaskellDepends = [ base criterion ];
description = "Regex-based parsing with applicative interface";
license = stdenv.lib.licenses.mit;
}) {};
@@ -194005,6 +194408,8 @@ self: {
pname = "regex-base";
version = "0.93.2";
sha256 = "0y1j4h2pg12c853nzmczs263di7xkkmlnsq5dlp5wgbgl49mgp10";
+ revision = "1";
+ editedCabalFile = "1ijzh7yz7i6hvn8xlgyrc75l7zzn0z3kd4ks2yjfih4iir63y4ns";
libraryHaskellDepends = [ array base bytestring containers mtl ];
description = "Replaces/Enhances Text.Regex";
license = stdenv.lib.licenses.bsd3;
@@ -194639,55 +195044,26 @@ self: {
}) {};
"registry" = callPackage
- ({ mkDerivation, async, base, containers, exceptions, generic-lens
- , hashable, hedgehog, io-memoize, mmorph, MonadRandom, mtl
- , multimap, protolude, random, resourcet, semigroupoids, semigroups
- , tasty, tasty-discover, tasty-hedgehog, tasty-th, template-haskell
- , text, transformers-base, universum
+ ({ mkDerivation, async, base, bytestring, containers, directory
+ , exceptions, generic-lens, hashable, hedgehog, io-memoize, mmorph
+ , MonadRandom, mtl, multimap, protolude, random, resourcet
+ , semigroupoids, semigroups, tasty, tasty-discover, tasty-hedgehog
+ , tasty-th, template-haskell, text, transformers-base, universum
}:
mkDerivation {
pname = "registry";
- version = "0.1.6.0";
- sha256 = "142d71n52s9j27nwm8if930j3psx41k2jh8lwsphp1lsd1m653cg";
+ version = "0.1.7.0";
+ sha256 = "14da74d1fijib9w6xi2x904c9iqhdja685lq63c0wc6zgi7ss2ln";
libraryHaskellDepends = [
base containers exceptions hashable mmorph mtl protolude resourcet
semigroupoids semigroups template-haskell text transformers-base
];
testHaskellDepends = [
- async base containers exceptions generic-lens hashable hedgehog
- io-memoize mmorph MonadRandom mtl multimap protolude random
- resourcet semigroupoids semigroups tasty tasty-discover
- tasty-hedgehog tasty-th template-haskell text transformers-base
- universum
- ];
- testToolDepends = [ tasty-discover ];
- description = "data structure for assembling components";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "registry_0_1_6_1" = callPackage
- ({ mkDerivation, async, base, containers, exceptions, generic-lens
- , hashable, hedgehog, io-memoize, mmorph, MonadRandom, mtl
- , multimap, protolude, random, resourcet, semigroupoids, semigroups
- , tasty, tasty-discover, tasty-hedgehog, tasty-th, template-haskell
- , text, transformers-base, universum
- }:
- mkDerivation {
- pname = "registry";
- version = "0.1.6.1";
- sha256 = "05wqgy0lbvab7iykzj8xw4winkv0pi1dqbgbybi35dirapp153qi";
- libraryHaskellDepends = [
- base containers exceptions hashable mmorph mtl protolude resourcet
- semigroupoids semigroups template-haskell text transformers-base
- ];
- testHaskellDepends = [
- async base containers exceptions generic-lens hashable hedgehog
- io-memoize mmorph MonadRandom mtl multimap protolude random
- resourcet semigroupoids semigroups tasty tasty-discover
- tasty-hedgehog tasty-th template-haskell text transformers-base
- universum
+ async base bytestring containers directory exceptions generic-lens
+ hashable hedgehog io-memoize mmorph MonadRandom mtl multimap
+ protolude random resourcet semigroupoids semigroups tasty
+ tasty-discover tasty-hedgehog tasty-th template-haskell text
+ transformers-base universum
];
testToolDepends = [ tasty-discover ];
description = "data structure for assembling components";
@@ -194704,8 +195080,8 @@ self: {
}:
mkDerivation {
pname = "registry-hedgehog";
- version = "0.2.0.3";
- sha256 = "138x33b9sficpy20dvcayf9isilv9crng2d46m2gh7ckidw94ghp";
+ version = "0.2.1.0";
+ sha256 = "1gx7grxy7p08bbvmxrhr3ciw9jg7isz3xsa2ha3s3pg4ifas4g59";
libraryHaskellDepends = [
base containers hedgehog mmorph multimap protolude registry tasty
tasty-discover tasty-hedgehog tasty-th template-haskell text
@@ -194920,6 +195296,8 @@ self: {
];
description = "Sensible RLP encoding";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"relation" = callPackage
@@ -194968,8 +195346,8 @@ self: {
}:
mkDerivation {
pname = "relational-query";
- version = "0.12.2.1";
- sha256 = "09ihkynff79kpgph6kwb0rr6q9crkppdhal4nz7gvb1nx3y8fw9s";
+ version = "0.12.2.2";
+ sha256 = "0768cw6c5chzdcwshjjniysik5d1yj7zvhwncqnn0wgy4gp6kzjv";
libraryHaskellDepends = [
array base bytestring containers dlist names-th persistable-record
product-isomorphic sql-words template-haskell text th-reify-compat
@@ -195044,8 +195422,6 @@ self: {
];
description = "Examples of Haskell Relationa Record";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"relational-schemas" = callPackage
@@ -195139,29 +195515,6 @@ self: {
}) {};
"relude" = callPackage
- ({ mkDerivation, base, bytestring, containers, deepseq, doctest
- , gauge, ghc-prim, Glob, hashable, hedgehog, mtl, stm, tasty
- , tasty-hedgehog, text, transformers, unordered-containers
- }:
- mkDerivation {
- pname = "relude";
- version = "0.4.0";
- sha256 = "03z8ji8hssb811d1xvmv2zlnq7h7dsr801x05xydhfl1srbg5i9f";
- libraryHaskellDepends = [
- base bytestring containers deepseq ghc-prim hashable mtl stm text
- transformers unordered-containers
- ];
- testHaskellDepends = [
- base bytestring doctest Glob hedgehog tasty tasty-hedgehog text
- ];
- benchmarkHaskellDepends = [
- base containers gauge unordered-containers
- ];
- description = "Custom prelude from Kowainik";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "relude_0_5_0" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, doctest
, gauge, ghc-prim, Glob, hashable, hedgehog, mtl, QuickCheck, stm
, tasty, tasty-hedgehog, text, transformers, unordered-containers
@@ -195185,7 +195538,6 @@ self: {
];
description = "Custom prelude from Kowainik";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"remark" = callPackage
@@ -195693,8 +196045,6 @@ self: {
];
description = "Scalar data types and conversions";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"repa-series" = callPackage
@@ -195795,6 +196145,29 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
+ "replica" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, Diff
+ , file-embed, http-types, QuickCheck, quickcheck-instances
+ , template-haskell, text, wai, wai-websockets, websockets
+ }:
+ mkDerivation {
+ pname = "replica";
+ version = "0.1.0.0";
+ sha256 = "0q583krjbx8x45y8hy7vpw7b5y5c9bdfmyp0wh4bk3g8y7xxvvib";
+ libraryHaskellDepends = [
+ aeson base bytestring containers Diff file-embed http-types
+ template-haskell text wai wai-websockets websockets
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers Diff file-embed http-types
+ QuickCheck quickcheck-instances template-haskell text wai
+ wai-websockets websockets
+ ];
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"replicant" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, attoparsec
, base, bytestring, containers, either, exceptions, fast-logger
@@ -195977,38 +196350,6 @@ self: {
}) {};
"req" = callPackage
- ({ mkDerivation, aeson, authenticate-oauth, base, blaze-builder
- , bytestring, case-insensitive, connection, data-default-class
- , hspec, hspec-core, hspec-discover, http-api-data, http-client
- , http-client-tls, http-types, monad-control, mtl, QuickCheck
- , retry, text, time, transformers, transformers-base
- , unordered-containers
- }:
- mkDerivation {
- pname = "req";
- version = "1.2.1";
- sha256 = "1s8gjifc9jixl4551hay013fwyhlamcyrxjb00qr76wwikqa0g8k";
- revision = "3";
- editedCabalFile = "1sbm2rk2q56gma2wja47q1rc8a2pizl8487g5z4fy1zynxm5inyj";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- aeson authenticate-oauth base blaze-builder bytestring
- case-insensitive connection data-default-class http-api-data
- http-client http-client-tls http-types monad-control mtl retry text
- time transformers transformers-base
- ];
- testHaskellDepends = [
- aeson base blaze-builder bytestring case-insensitive
- data-default-class hspec hspec-core http-client http-types
- monad-control mtl QuickCheck text time unordered-containers
- ];
- testToolDepends = [ hspec-discover ];
- doCheck = false;
- description = "Easy-to-use, type-safe, expandable, high-level HTTP client library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "req_2_0_1" = callPackage
({ mkDerivation, aeson, authenticate-oauth, base, blaze-builder
, bytestring, case-insensitive, connection, hspec, hspec-core
, hspec-discover, http-api-data, http-client, http-client-tls
@@ -196017,10 +196358,8 @@ self: {
}:
mkDerivation {
pname = "req";
- version = "2.0.1";
- sha256 = "1mfm6yy23l64kqbxvp1yn3yqf7fl46as87rz4yazg7f5x13bas3r";
- revision = "1";
- editedCabalFile = "1ghz63gcgkfd7hqx3ff97fg6m3cw1ariqk06ck2x75cn4y42myvn";
+ version = "2.1.0";
+ sha256 = "07sm483bkwqq7fvhwqysl4ac0nw1mvhkywawwpgq0c1gw2wnv56n";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson authenticate-oauth base blaze-builder bytestring
@@ -196037,7 +196376,6 @@ self: {
doCheck = false;
description = "Easy-to-use, type-safe, expandable, high-level HTTP client library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"req-conduit" = callPackage
@@ -196086,30 +196424,11 @@ self: {
testHaskellDepends = [ base hspec ];
description = "Provides OAuth2 authentication for use with Req";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"req-url-extra" = callPackage
- ({ mkDerivation, aeson, base, data-default-class, hspec, modern-uri
- , req, text
- }:
- mkDerivation {
- pname = "req-url-extra";
- version = "0.1.0.0";
- sha256 = "113xsf37kra3k3jhf2wh37rsgphxz24rsn3dy8zw1cwzsim2dpmk";
- revision = "2";
- editedCabalFile = "0srj9fcbm9y8ddqgs8wc6caxamhgnic54y8qpxwnqdxrggdfkk67";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [ base modern-uri req ];
- executableHaskellDepends = [
- aeson base data-default-class modern-uri req text
- ];
- testHaskellDepends = [ base hspec modern-uri req ];
- description = "Provides URI/URL helper functions for use with Req";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "req-url-extra_0_1_1_0" = callPackage
({ mkDerivation, aeson, base, hspec, modern-uri, req, text }:
mkDerivation {
pname = "req-url-extra";
@@ -196123,6 +196442,7 @@ self: {
description = "Provides URI/URL helper functions for use with Req";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"reqcatcher" = callPackage
@@ -196139,6 +196459,8 @@ self: {
];
description = "A local http server to catch the HTTP redirect";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"request-monad" = callPackage
@@ -196270,14 +196592,16 @@ self: {
libraryHaskellDepends = [ base ghc-prim ralist semigroupoids ];
description = "High performance variable binders";
license = stdenv.lib.licenses.bsd2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"resistor-cube" = callPackage
({ mkDerivation, base, comfort-array, lapack }:
mkDerivation {
pname = "resistor-cube";
- version = "0.0.1.1";
- sha256 = "1prbjl1zm4pbkz7xwwkp00bnnq94fql7jlskrxfrk6vxp9ryp60a";
+ version = "0.0.1.2";
+ sha256 = "1jdpyxpbqhlbd66gy1qlrjqm31mhvg636yp8nrm9qbksllzdi6n6";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [ base comfort-array lapack ];
@@ -196909,26 +197233,6 @@ self: {
}) {};
"retry" = callPackage
- ({ mkDerivation, base, data-default-class, exceptions, ghc-prim
- , hedgehog, HUnit, mtl, random, stm, tasty, tasty-hedgehog
- , tasty-hunit, time, transformers
- }:
- mkDerivation {
- pname = "retry";
- version = "0.7.7.0";
- sha256 = "0v6irf01xykhv0mwr1k5i08jn77irqbz8h116j8p435d11xc5jrw";
- libraryHaskellDepends = [
- base data-default-class exceptions ghc-prim random transformers
- ];
- testHaskellDepends = [
- base data-default-class exceptions ghc-prim hedgehog HUnit mtl
- random stm tasty tasty-hedgehog tasty-hunit time transformers
- ];
- description = "Retry combinators for monadic actions that may fail";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "retry_0_8_0_1" = callPackage
({ mkDerivation, base, exceptions, ghc-prim, hedgehog, HUnit, mtl
, random, stm, tasty, tasty-hedgehog, tasty-hunit, time
, transformers
@@ -196946,7 +197250,6 @@ self: {
];
description = "Retry combinators for monadic actions that may fail";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"retryer" = callPackage
@@ -197064,17 +197367,17 @@ self: {
"rewrite-inspector" = callPackage
({ mkDerivation, base, binary, brick, containers, data-default
- , microlens, microlens-th, prettyprinter, text, vty
+ , hashable, microlens, microlens-th, prettyprinter, text, vty
}:
mkDerivation {
pname = "rewrite-inspector";
- version = "0.1.0.4";
- sha256 = "0q4hjg70jnca6h1gjnwdb5npjrzn2yazpsinng8rj6i5hby808w5";
+ version = "0.1.0.9";
+ sha256 = "1f7jn46b311hlyb6zghrmqcg323235njisk4j31lf4kvbl848sn6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base binary brick containers data-default microlens microlens-th
- prettyprinter text vty
+ base binary brick containers data-default hashable microlens
+ microlens-th prettyprinter text vty
];
executableHaskellDepends = [ base prettyprinter ];
description = "Inspection of rewriting steps";
@@ -197361,6 +197664,8 @@ self: {
];
description = "A dynamic/unbounded alternative to Bounded Enum";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"rgb-color-model" = callPackage
@@ -197388,8 +197693,6 @@ self: {
];
description = "Functional Reactive Programming with type-level clocks";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rhine-gloss" = callPackage
@@ -197404,8 +197707,6 @@ self: {
executableHaskellDepends = [ base ];
description = "Gloss backend for Rhine";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rhythm-game-tutorial" = callPackage
@@ -197499,6 +197800,40 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "rib" = callPackage
+ ({ mkDerivation, aeson, async, base, binary, bytestring, clay
+ , cmdargs, containers, data-default, fsnotify, http-types, lens
+ , lens-aeson, lucid, mtl, pandoc, pandoc-include-code, pandoc-types
+ , safe, shake, skylighting, text, time, wai, wai-app-static
+ , wai-extra, warp
+ }:
+ mkDerivation {
+ pname = "rib";
+ version = "0.3.0.0";
+ sha256 = "1dw86xrz310vrapgln48r46z0ss35jm85c0r95pqvnq4smbwiw18";
+ libraryHaskellDepends = [
+ aeson async base binary bytestring clay cmdargs containers
+ data-default fsnotify http-types lens lens-aeson lucid mtl pandoc
+ pandoc-include-code pandoc-types safe shake skylighting text time
+ wai wai-app-static wai-extra warp
+ ];
+ description = "Static site generator using Shake";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "ribbit" = callPackage
+ ({ mkDerivation, base, Only, postgresql-simple, text, time }:
+ mkDerivation {
+ pname = "ribbit";
+ version = "0.3.0.1";
+ sha256 = "0n2xgwwff1bgpqza2l0d5j7agynkz2ps3vc0y73rrpxwc0kn8z3n";
+ libraryHaskellDepends = [ base Only postgresql-simple text time ];
+ description = "Type-level Relational DB combinators";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"ribosome" = callPackage
({ mkDerivation, aeson, ansi-terminal, base-noprelude, bytestring
, cereal, cereal-conduit, chiasma, composition, composition-extra
@@ -197531,7 +197866,6 @@ self: {
description = "api extensions for nvim-hs";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"ribosome-root" = callPackage
@@ -197745,30 +198079,6 @@ self: {
}) {};
"rio" = callPackage
- ({ mkDerivation, base, bytestring, containers, deepseq, directory
- , exceptions, filepath, hashable, hspec, microlens, mtl, primitive
- , process, text, time, typed-process, unix, unliftio
- , unordered-containers, vector
- }:
- mkDerivation {
- pname = "rio";
- version = "0.1.8.0";
- sha256 = "1qgmvfc8whhg0qd6zh4jaqqbx5c4p11r8dskybanj6hs482ds4x0";
- libraryHaskellDepends = [
- base bytestring containers deepseq directory exceptions filepath
- hashable microlens mtl primitive process text time typed-process
- unix unliftio unordered-containers vector
- ];
- testHaskellDepends = [
- base bytestring containers deepseq directory exceptions filepath
- hashable hspec microlens mtl primitive process text time
- typed-process unix unliftio unordered-containers vector
- ];
- description = "A standard library for Haskell";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "rio_0_1_9_2" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, directory
, exceptions, filepath, hashable, hspec, microlens, mtl, primitive
, process, QuickCheck, text, time, typed-process, unix, unliftio
@@ -197776,8 +198086,8 @@ self: {
}:
mkDerivation {
pname = "rio";
- version = "0.1.9.2";
- sha256 = "14ai4z9d490bwh7xfvv3a5v4ykmfly0xli2srz98i6rg3ngv1nac";
+ version = "0.1.11.0";
+ sha256 = "17p3zr1fncwqc1rz181mfbxi9dlyd2cd8xcxhnxm3fgnq6i9cj4l";
libraryHaskellDepends = [
base bytestring containers deepseq directory exceptions filepath
hashable microlens mtl primitive process text time typed-process
@@ -197791,7 +198101,6 @@ self: {
];
description = "A standard library for Haskell";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"rio-orphans" = callPackage
@@ -197822,8 +198131,8 @@ self: {
pname = "rio-prettyprint";
version = "0.1.0.0";
sha256 = "0n8ldc73i0954c6s8jh0hibxrisp84yh5pcxv3x3q0wg4v2xvr0m";
- revision = "1";
- editedCabalFile = "0ya7i766srm62p19idm7lwwfk01b81f8795q7jqqwl7rwk5rcdag";
+ revision = "2";
+ editedCabalFile = "1hvhjqy7kfk7fglx1rw8axscy0dfzqwd1564awnwdhvmf8silkkn";
libraryHaskellDepends = [
aeson annotated-wl-pprint ansi-terminal array base Cabal colour mtl
path rio text
@@ -198182,8 +198491,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "Haskell implementation of the RNCryptor file format";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rng-utils" = callPackage
@@ -198338,6 +198645,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "rock" = callPackage
+ ({ mkDerivation, base, dependent-map, dependent-sum
+ , deriving-compat, mtl, protolude, transformers
+ }:
+ mkDerivation {
+ pname = "rock";
+ version = "0.1.0.1";
+ sha256 = "1a70c55k10algfbc77maaa8p2l16xkml6kddza52ab0vv8dn98d3";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base dependent-map dependent-sum deriving-compat mtl protolude
+ transformers
+ ];
+ description = "A build system for incremental, parallel, and demand-driven computations";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"rocksdb-haskell" = callPackage
({ mkDerivation, base, binary, bytestring, data-default, directory
, filepath, hspec, hspec-expectations, process, QuickCheck
@@ -198376,8 +198701,6 @@ self: {
];
description = "RocksDB database querying library for Haskell";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"roguestar" = callPackage
@@ -198585,15 +198908,16 @@ self: {
"ron" = callPackage
({ mkDerivation, aeson, attoparsec, base, binary, bytestring
, containers, criterion, deepseq, hashable, integer-gmp, mtl
- , template-haskell, text, time, unordered-containers
+ , scientific, template-haskell, text, time, unordered-containers
}:
mkDerivation {
pname = "ron";
- version = "0.6";
- sha256 = "022ilxpk9axw41d1cmlgdsgc3c7ss6a0j6a1w10l81g56xlpi67z";
+ version = "0.8";
+ sha256 = "1j5agf0367ldn3jb1jwgi9x9r4sss4jb93j6sgw5w9yzgqj23i8w";
libraryHaskellDepends = [
aeson attoparsec base binary bytestring containers hashable
- integer-gmp mtl template-haskell text time unordered-containers
+ integer-gmp mtl scientific template-haskell text time
+ unordered-containers
];
benchmarkHaskellDepends = [ base criterion deepseq integer-gmp ];
description = "RON";
@@ -198606,8 +198930,8 @@ self: {
}:
mkDerivation {
pname = "ron-rdt";
- version = "0.6";
- sha256 = "0npd4fh3flywfrpnwfsfpss4zbzd9jj9xsbpxlcc4hhjh45x1b6b";
+ version = "0.8";
+ sha256 = "1k8xyxi5s3c1q45j51s7ssghqq5m5ka3hn29z4wb7inyzllz6ifx";
libraryHaskellDepends = [
base containers Diff hashable integer-gmp mtl ron text time
transformers unordered-containers
@@ -198623,8 +198947,8 @@ self: {
}:
mkDerivation {
pname = "ron-schema";
- version = "0.6";
- sha256 = "07nn74vwx26flam7klwfvj4yz5mqh8d5flf5ps7wxxfn70z3g4yg";
+ version = "0.8";
+ sha256 = "1hqf9wpiwckaj25ljfyfl6dkp53jg31x3wyryc0vwfdy269v8lfb";
libraryHaskellDepends = [
base bytestring containers hedn integer-gmp megaparsec mtl ron
ron-rdt template-haskell text transformers
@@ -198640,8 +198964,8 @@ self: {
}:
mkDerivation {
pname = "ron-storage";
- version = "0.7";
- sha256 = "0wqvbnylz2wx85c7qfqzima3axif6r65vc0iwl8lrmxpif2zs41c";
+ version = "0.9";
+ sha256 = "0bvmy5mya2v64cj3sxvr0mlfp4zc0xy4q33qr6hk3r6k5jwdfqwx";
libraryHaskellDepends = [
base bytestring containers directory filepath integer-gmp mtl
network-info ron ron-rdt stm text transformers
@@ -199445,24 +199769,25 @@ self: {
}) {inherit (pkgs) rtl-sdr;};
"rtnetlink" = callPackage
- ({ mkDerivation, base, bytestring, cereal, hspec, monad-loops, mtl
- , pretty-hex, random, socket, transformers, unix
+ ({ mkDerivation, base, bits-bytestring, bytestring, cereal
+ , exceptions, hspec, linux-namespaces, pretty-hex, random, socket
+ , transformers, unix
}:
mkDerivation {
pname = "rtnetlink";
- version = "0.1.0.4";
- sha256 = "0z07ckrjkycfsh7a4llz7sr0fp9p1890kn5nd3imgmrs1d5s0wir";
+ version = "0.2.0.1";
+ sha256 = "1ly3cgkbnz24p33vlgbllmxx25f0b3d1rzr05gzcnhjlg7nxwwga";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base bytestring cereal monad-loops mtl pretty-hex random socket
- transformers unix
+ base bits-bytestring bytestring cereal exceptions pretty-hex random
+ socket transformers unix
+ ];
+ testHaskellDepends = [
+ base bytestring exceptions hspec linux-namespaces socket unix
];
- testHaskellDepends = [ base hspec socket unix ];
description = "Manipulate network devices, addresses, and routes on Linux";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"rtorrent-rpc" = callPackage
@@ -199548,8 +199873,8 @@ self: {
}:
mkDerivation {
pname = "ruby-marshal";
- version = "0.1.2";
- sha256 = "13s017sqim92yz9r3x8zc4by1hksncikavsn12kf42vv58k95g1p";
+ version = "0.1.3";
+ sha256 = "0syjd9fmp55cfkq1kb78pvx0vg9dk43s5w4q2a8ndd1fkg194jwx";
libraryHaskellDepends = [
base bytestring cereal containers mtl string-conv vector
];
@@ -199653,6 +199978,19 @@ self: {
broken = true;
}) {};
+ "run-st" = callPackage
+ ({ mkDerivation, base, primitive, primitive-unlifted }:
+ mkDerivation {
+ pname = "run-st";
+ version = "0.1.0.0";
+ sha256 = "0gy5qkq8g7azfp170nsvbfdmj4k058zzfz6imvm2yvbqsny6i77a";
+ libraryHaskellDepends = [ base primitive primitive-unlifted ];
+ description = "runST without boxing penalty";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"rungekutta" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -200089,8 +200427,8 @@ self: {
}:
mkDerivation {
pname = "safe-money";
- version = "0.8.1";
- sha256 = "0yncqrdawf0p7y9qrcz6mc2xd265r3w5kj9lzwqybid8xqbaclij";
+ version = "0.9";
+ sha256 = "0c3xpsydqgcz183klmhgdn3xdagrj0falfqb63cmknk77z610s7f";
libraryHaskellDepends = [
base binary constraints deepseq hashable QuickCheck text
vector-space
@@ -200101,8 +200439,6 @@ self: {
];
description = "Type-safe and lossless encoding and manipulation of money, fiat currencies, crypto currencies and precious metals";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"safe-money-aeson" = callPackage
@@ -200120,8 +200456,6 @@ self: {
];
description = "Instances from the aeson library for the safe-money library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"safe-money-cereal" = callPackage
@@ -200139,8 +200473,6 @@ self: {
];
description = "Instances from the cereal library for the safe-money library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"safe-money-serialise" = callPackage
@@ -200158,8 +200490,6 @@ self: {
];
description = "Instances from the serialise library for the safe-money library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"safe-money-store" = callPackage
@@ -200196,8 +200526,6 @@ self: {
];
description = "Instances from the xmlbf library for the safe-money library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"safe-plugins" = callPackage
@@ -200485,92 +200813,153 @@ self: {
}) {};
"salak" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, containers, data-default
- , directory, filepath, hspec, menshen, mtl, pqueue, QuickCheck
- , scientific, text, transformers, unordered-containers, vector
- , yaml
+ ({ mkDerivation, base, bytestring, containers, criterion
+ , data-default, directory, dlist, exceptions, filepath, hashable
+ , heaps, hspec, hspec-discover, megaparsec, menshen, mtl
+ , QuickCheck, random, scientific, text, time, unliftio-core
+ , unordered-containers
}:
mkDerivation {
pname = "salak";
- version = "0.1.11";
- sha256 = "03l6vadg5wzz2pf1kaxl0h7qndkspymamfdm27ifpwz3vwfy7m1p";
+ version = "0.3.4.1";
+ sha256 = "178vjvyqvs2m6671wckw8yb5s5xy0nvdivxvyxqq9w8ckdnnk1q0";
libraryHaskellDepends = [
- aeson attoparsec base containers data-default directory filepath
- menshen mtl pqueue scientific text transformers
- unordered-containers vector yaml
+ base bytestring containers data-default directory dlist exceptions
+ filepath hashable heaps megaparsec menshen mtl scientific text time
+ unliftio-core unordered-containers
];
testHaskellDepends = [
- aeson attoparsec base containers data-default directory filepath
- hspec menshen mtl pqueue QuickCheck scientific text transformers
- unordered-containers vector yaml
+ base bytestring containers data-default directory dlist exceptions
+ filepath hashable heaps hspec megaparsec menshen mtl QuickCheck
+ random scientific text time unliftio-core unordered-containers
];
- description = "Configuration Loader";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bytestring containers criterion data-default directory dlist
+ exceptions filepath hashable heaps megaparsec menshen mtl
+ scientific text time unliftio-core unordered-containers
+ ];
+ description = "Configuration (re)Loader and Parser";
+ license = stdenv.lib.licenses.mit;
}) {};
- "salak_0_2_9_3" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, containers
- , data-default, directory, filepath, hspec, menshen, mtl, pqueue
- , QuickCheck, scientific, text, time, unliftio-core
+ "salak_0_3_5_1" = callPackage
+ ({ mkDerivation, base, bytestring, containers, criterion
+ , data-default, directory, dlist, exceptions, filepath, hashable
+ , heaps, hspec, hspec-discover, megaparsec, menshen, mtl
+ , QuickCheck, random, scientific, text, time, unliftio-core
+ , unordered-containers
}:
mkDerivation {
pname = "salak";
- version = "0.2.9.3";
- sha256 = "0y1p2cf8bpglqf20a16d2h5xfknzz6wcdgwv6mamh24mdqv0c3rn";
+ version = "0.3.5.1";
+ sha256 = "0g41h9a89cp24cm99q1lgiyz794szf85hinybbjz75s33a3lykgv";
libraryHaskellDepends = [
- attoparsec base bytestring containers data-default directory
- filepath menshen mtl pqueue scientific text time unliftio-core
+ base bytestring containers data-default directory dlist exceptions
+ filepath hashable heaps megaparsec menshen mtl scientific text time
+ unliftio-core unordered-containers
];
testHaskellDepends = [
- attoparsec base bytestring containers data-default directory
- filepath hspec menshen mtl pqueue QuickCheck scientific text time
- unliftio-core
+ base bytestring containers data-default directory dlist exceptions
+ filepath hashable heaps hspec megaparsec menshen mtl QuickCheck
+ random scientific text time unliftio-core unordered-containers
];
- description = "Configuration Loader";
- license = stdenv.lib.licenses.bsd3;
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ base bytestring containers criterion data-default directory dlist
+ exceptions filepath hashable heaps megaparsec menshen mtl
+ scientific text time unliftio-core unordered-containers
+ ];
+ description = "Configuration (re)Loader and Parser";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"salak-toml" = callPackage
- ({ mkDerivation, base, hspec, mtl, QuickCheck, salak, text, time
- , tomland, unordered-containers
+ ({ mkDerivation, base, criterion, exceptions, hspec, mtl
+ , QuickCheck, salak, text, time, tomland, unordered-containers
}:
mkDerivation {
pname = "salak-toml";
- version = "0.2.9.3";
- sha256 = "1hb5ddm7a9acwri730w50p14vyk6z8q1wnx2b87386d80am5mbpy";
+ version = "0.3.4.1";
+ sha256 = "1gsgl6wzrzhpgbz1paig9xbxknm9g5z3g3cq47i198qzxnmqad7c";
libraryHaskellDepends = [
- base mtl salak text time tomland unordered-containers
+ base salak text time tomland unordered-containers
];
testHaskellDepends = [
- base hspec mtl QuickCheck salak text time tomland
+ base exceptions hspec mtl QuickCheck salak text time tomland
unordered-containers
];
+ benchmarkHaskellDepends = [
+ base criterion salak text time tomland unordered-containers
+ ];
description = "Configuration Loader for toml";
- license = stdenv.lib.licenses.bsd3;
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "salak-toml_0_3_5_1" = callPackage
+ ({ mkDerivation, base, criterion, exceptions, hspec, mtl
+ , QuickCheck, salak, text, time, tomland, unordered-containers
+ }:
+ mkDerivation {
+ pname = "salak-toml";
+ version = "0.3.5.1";
+ sha256 = "1clgsr1aqz2zfnsazhql6m125161yxbfp6q0lc4dllbvdhjygmrf";
+ libraryHaskellDepends = [
+ base salak text time tomland unordered-containers
+ ];
+ testHaskellDepends = [
+ base exceptions hspec mtl QuickCheck salak text time tomland
+ unordered-containers
+ ];
+ benchmarkHaskellDepends = [
+ base criterion salak text time tomland unordered-containers
+ ];
+ description = "Configuration Loader for toml";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"salak-yaml" = callPackage
- ({ mkDerivation, base, conduit, hspec, libyaml, mtl, QuickCheck
- , salak, text
+ ({ mkDerivation, base, conduit, criterion, exceptions, hspec
+ , libyaml, mtl, QuickCheck, salak, text
}:
mkDerivation {
pname = "salak-yaml";
- version = "0.2.9.3";
- sha256 = "0jjmw923zvm349q318iw7y5lfqhbr85xgp6ai3xx5w5d4mcb2f32";
+ version = "0.3.4.1";
+ sha256 = "083ba1pdv6pnlzc9ijh9pzvxn056yjhy46283jf49m4sbma105w4";
libraryHaskellDepends = [ base conduit libyaml salak text ];
testHaskellDepends = [
- base conduit hspec libyaml mtl QuickCheck salak text
+ base conduit exceptions hspec libyaml mtl QuickCheck salak text
+ ];
+ benchmarkHaskellDepends = [
+ base conduit criterion libyaml salak text
];
description = "Configuration Loader for yaml";
- license = stdenv.lib.licenses.bsd3;
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
+ "salak-yaml_0_3_5_1" = callPackage
+ ({ mkDerivation, base, conduit, criterion, exceptions, hspec
+ , libyaml, mtl, QuickCheck, salak, text
+ }:
+ mkDerivation {
+ pname = "salak-yaml";
+ version = "0.3.5.1";
+ sha256 = "1qzpbv2g7ds3dbcfi90ncjrk66vm1kxdkkdx1i49jq9g2xcai9n6";
+ libraryHaskellDepends = [ base conduit libyaml salak text ];
+ testHaskellDepends = [
+ base conduit exceptions hspec libyaml mtl QuickCheck salak text
+ ];
+ benchmarkHaskellDepends = [
+ base conduit criterion libyaml salak text
+ ];
+ description = "Configuration Loader for yaml";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"saltine" = callPackage
@@ -201172,32 +201561,6 @@ self: {
}) {};
"sbp" = callPackage
- ({ mkDerivation, aeson, array, base, base64-bytestring
- , basic-prelude, binary, binary-conduit, bytestring, conduit
- , conduit-extra, data-binary-ieee754, lens, lens-aeson, monad-loops
- , resourcet, tasty, tasty-hunit, template-haskell, text, time, yaml
- }:
- mkDerivation {
- pname = "sbp";
- version = "2.4.7";
- sha256 = "1ik254jzgazlbjm09nms8imansk8nb7hhghzyqjcgywg45i119i3";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson array base base64-bytestring basic-prelude binary bytestring
- data-binary-ieee754 lens lens-aeson monad-loops template-haskell
- text
- ];
- executableHaskellDepends = [
- aeson base basic-prelude binary-conduit bytestring conduit
- conduit-extra resourcet time yaml
- ];
- testHaskellDepends = [ base basic-prelude tasty tasty-hunit ];
- description = "SwiftNav's SBP Library";
- license = stdenv.lib.licenses.lgpl3;
- }) {};
-
- "sbp_2_6_3" = callPackage
({ mkDerivation, aeson, aeson-pretty, array, base
, base64-bytestring, basic-prelude, binary, binary-conduit
, bytestring, cmdargs, conduit, conduit-extra, data-binary-ieee754
@@ -201222,7 +201585,6 @@ self: {
testHaskellDepends = [ base basic-prelude tasty tasty-hunit ];
description = "SwiftNav's SBP Library";
license = stdenv.lib.licenses.lgpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"sbp2udp" = callPackage
@@ -201246,33 +201608,6 @@ self: {
}) {};
"sbv" = callPackage
- ({ mkDerivation, array, async, base, bytestring, containers
- , crackNum, deepseq, directory, doctest, filepath, generic-deriving
- , ghc, Glob, hlint, mtl, pretty, process, QuickCheck, random, syb
- , tasty, tasty-golden, tasty-hunit, tasty-quickcheck
- , template-haskell, time, z3
- }:
- mkDerivation {
- pname = "sbv";
- version = "7.13";
- sha256 = "0bk400swnb4s98c5p71ml1px6jndaiqhf5dj7zmnliyplqcgpfik";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- array async base containers crackNum deepseq directory filepath
- generic-deriving ghc mtl pretty process QuickCheck random syb
- template-haskell time
- ];
- testHaskellDepends = [
- base bytestring containers crackNum directory doctest filepath Glob
- hlint mtl QuickCheck random syb tasty tasty-golden tasty-hunit
- tasty-quickcheck template-haskell
- ];
- testSystemDepends = [ z3 ];
- description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving";
- license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) z3;};
-
- "sbv_8_3" = callPackage
({ mkDerivation, array, async, base, bytestring, containers
, crackNum, deepseq, directory, doctest, filepath, generic-deriving
, ghc, Glob, hlint, mtl, pretty, process, QuickCheck, random, syb
@@ -201298,6 +201633,7 @@ self: {
description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {inherit (pkgs) z3;};
"sbvPlugin" = callPackage
@@ -201502,21 +201838,6 @@ self: {
}) {};
"scalpel" = callPackage
- ({ mkDerivation, base, bytestring, curl, data-default, scalpel-core
- , tagsoup, text
- }:
- mkDerivation {
- pname = "scalpel";
- version = "0.5.1";
- sha256 = "03cbc0yahs8pzp1jz0mvfnd9sl80zd3ql18l9xswm8kh6m1ndpr0";
- libraryHaskellDepends = [
- base bytestring curl data-default scalpel-core tagsoup text
- ];
- description = "A high level web scraping library for Haskell";
- license = stdenv.lib.licenses.asl20;
- }) {};
-
- "scalpel_0_6_0" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, data-default
, http-client, http-client-tls, scalpel-core, tagsoup, text
}:
@@ -201530,29 +201851,9 @@ self: {
];
description = "A high level web scraping library for Haskell";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"scalpel-core" = callPackage
- ({ mkDerivation, base, bytestring, containers, criterion
- , data-default, fail, HUnit, regex-base, regex-tdfa, tagsoup, text
- , vector
- }:
- mkDerivation {
- pname = "scalpel-core";
- version = "0.5.1";
- sha256 = "1a99wazrgpvnjzsjk5az61f54hvppdxrrp2487nzndxpadlbh1cc";
- libraryHaskellDepends = [
- base bytestring containers data-default fail regex-base regex-tdfa
- tagsoup text vector
- ];
- testHaskellDepends = [ base HUnit regex-base regex-tdfa tagsoup ];
- benchmarkHaskellDepends = [ base criterion tagsoup text ];
- description = "A high level web scraping library for Haskell";
- license = stdenv.lib.licenses.asl20;
- }) {};
-
- "scalpel-core_0_6_0" = callPackage
({ mkDerivation, base, bytestring, containers, criterion
, data-default, fail, HUnit, pointedlist, regex-base, regex-tdfa
, tagsoup, text, vector
@@ -201569,7 +201870,6 @@ self: {
benchmarkHaskellDepends = [ base criterion tagsoup text ];
description = "A high level web scraping library for Haskell";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"scan" = callPackage
@@ -201797,8 +202097,8 @@ self: {
}:
mkDerivation {
pname = "scheduler";
- version = "1.4.0";
- sha256 = "0y8niw7nyi80v87nh432sf6sj5pxfqmx3sbiaws0vc17z529n4y2";
+ version = "1.4.1";
+ sha256 = "1m8l780pv9il661faa0angq05a5db9jpkyxxkil73285fx459fkl";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
atomic-primops base deepseq exceptions primitive unliftio-core
@@ -201813,8 +202113,33 @@ self: {
];
description = "Work stealing scheduler";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "scheduler_1_4_2" = callPackage
+ ({ mkDerivation, async, atomic-primops, base, Cabal, cabal-doctest
+ , criterion, deepseq, doctest, exceptions, fib, genvalidity-hspec
+ , hspec, monad-par, mwc-random, parallel, primitive, QuickCheck
+ , streamly, template-haskell, unliftio, unliftio-core, vector
+ }:
+ mkDerivation {
+ pname = "scheduler";
+ version = "1.4.2";
+ sha256 = "0px7k4lq758s8303fx690pzzigqi26m45wxpapj9pgl4kar45jzc";
+ setupHaskellDepends = [ base Cabal cabal-doctest ];
+ libraryHaskellDepends = [
+ atomic-primops base deepseq exceptions primitive unliftio-core
+ ];
+ testHaskellDepends = [
+ base deepseq doctest genvalidity-hspec hspec mwc-random QuickCheck
+ template-haskell unliftio vector
+ ];
+ benchmarkHaskellDepends = [
+ async base criterion deepseq fib monad-par parallel streamly
+ unliftio
+ ];
+ description = "Work stealing scheduler";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"schedyield" = callPackage
@@ -202017,6 +202342,39 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "scidb-hquery" = callPackage
+ ({ mkDerivation, alex, array, base, BNFC, bytestring, Cabal
+ , connection, cryptonite, data-default-class, directory, exceptions
+ , filepath, happy, haskeline, hostname-validate, HTTP, http-client
+ , http-client-tls, http-conduit, http-types, memory, mtl, network
+ , process, regex, safe, split, terminal-size, text, tls, x509-store
+ }:
+ mkDerivation {
+ pname = "scidb-hquery";
+ version = "2.8.0.434";
+ sha256 = "0q994ac1krcw312nklxxjr9d4r231s50lb2crbpph1swv6h8jwrq";
+ isLibrary = true;
+ isExecutable = true;
+ setupHaskellDepends = [ base Cabal filepath ];
+ libraryHaskellDepends = [
+ array base bytestring connection cryptonite data-default-class
+ exceptions haskeline hostname-validate HTTP http-client
+ http-client-tls http-conduit http-types memory mtl network process
+ regex safe split terminal-size text tls x509-store
+ ];
+ libraryToolDepends = [ alex BNFC happy ];
+ executableHaskellDepends = [
+ array base bytestring connection cryptonite data-default-class
+ directory exceptions filepath haskeline hostname-validate HTTP
+ http-client http-client-tls http-conduit http-types memory mtl
+ network process regex safe split terminal-size text tls x509-store
+ ];
+ description = "Haskell query for SciDB via shim";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"science-constants" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -202220,6 +202578,8 @@ self: {
pname = "scotty";
version = "0.11.4";
sha256 = "13z0zmginaa1y5iywbbygvb9q3cmfgjkv6n2drs8gfbv3sirrf7i";
+ revision = "1";
+ editedCabalFile = "1kzp19ff7mh30y6mdqrxngyv7ph3rc95sahlnjzv9wj8j2fb66vn";
libraryHaskellDepends = [
aeson base blaze-builder bytestring case-insensitive
data-default-class exceptions fail http-types monad-control mtl
@@ -202313,6 +202673,21 @@ self: {
broken = true;
}) {};
+ "scotty-form" = callPackage
+ ({ mkDerivation, base, ditto, ditto-lucid, lucid, scotty, text }:
+ mkDerivation {
+ pname = "scotty-form";
+ version = "0.2.0.0";
+ sha256 = "048vfcvi2wmpmg0ldm4fjkszsx498m22fsg0p8xdanbfbfzrzwwa";
+ libraryHaskellDepends = [
+ base ditto ditto-lucid lucid scotty text
+ ];
+ description = "Html form validation using `ditto`";
+ license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"scotty-format" = callPackage
({ mkDerivation, aeson, base, http-media, http-types, scotty, text
}:
@@ -202784,27 +203159,6 @@ self: {
}) {};
"sdl2" = callPackage
- ({ mkDerivation, base, bytestring, deepseq, exceptions, linear
- , SDL2, StateVar, text, transformers, vector, weigh
- }:
- mkDerivation {
- pname = "sdl2";
- version = "2.4.1.0";
- sha256 = "0p4b12fmxps0sbnkqdfy0qw19s355yrkw7fgw6xz53wzq706k991";
- isLibrary = true;
- isExecutable = true;
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base bytestring exceptions linear StateVar text transformers vector
- ];
- librarySystemDepends = [ SDL2 ];
- libraryPkgconfigDepends = [ SDL2 ];
- testHaskellDepends = [ base deepseq linear vector weigh ];
- description = "Both high- and low-level bindings to the SDL library (version 2.0.4+).";
- license = stdenv.lib.licenses.bsd3;
- }) {inherit (pkgs) SDL2;};
-
- "sdl2_2_5_0_0" = callPackage
({ mkDerivation, base, bytestring, deepseq, exceptions, linear
, SDL2, StateVar, text, transformers, vector, weigh
}:
@@ -202823,7 +203177,6 @@ self: {
testHaskellDepends = [ base deepseq linear vector weigh ];
description = "Both high- and low-level bindings to the SDL library (version 2.0.6+).";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) SDL2;};
"sdl2-cairo" = callPackage
@@ -202890,6 +203243,8 @@ self: {
libraryHaskellDepends = [ base sdl2 ];
description = "Run of the mill, frames per second timer implementation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sdl2-gfx" = callPackage
@@ -203020,8 +203375,8 @@ self: {
}:
mkDerivation {
pname = "sdr";
- version = "0.1.0.11";
- sha256 = "0gkf7ql1a40vpb4qaivcyygvlykp4whljmhp2jy37bk56zr45yvv";
+ version = "0.1.0.12";
+ sha256 = "0nikrpcyb5mihc70cfvxy24bl80jjnabc8dc8y056yx54759jkk8";
libraryHaskellDepends = [
array base bytestring cairo cereal Chart Chart-cairo colour
containers Decimal dynamic-graph fftwRaw GLFW-b mwc-random OpenGL
@@ -203147,8 +203502,8 @@ self: {
({ mkDerivation, base, containers, doctest, hspec }:
mkDerivation {
pname = "search-algorithms";
- version = "0.3.0";
- sha256 = "046v424bvfnvf3hw38k9isdn9f05l4jk8k1fb2p3zn5zgb4h77aa";
+ version = "0.3.1";
+ sha256 = "1803pmk78l29nlgh68y7hndhlmlsabddf78hsva1bq87yhzz1rlv";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [ base containers doctest hspec ];
description = "Common graph search algorithms";
@@ -203408,22 +203763,6 @@ self: {
}) {sedna = null;};
"selda" = callPackage
- ({ mkDerivation, base, bytestring, exceptions, hashable, mtl
- , psqueues, text, time, unordered-containers
- }:
- mkDerivation {
- pname = "selda";
- version = "0.3.4.0";
- sha256 = "1ww4v30ywmdshcf4fpgqj5ycd9c197xdlvnby366hzsm7byqq8wj";
- libraryHaskellDepends = [
- base bytestring exceptions hashable mtl psqueues text time
- unordered-containers
- ];
- description = "Multi-backend, high-level EDSL for interacting with SQL databases";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "selda_0_4_0_0" = callPackage
({ mkDerivation, base, bytestring, containers, exceptions, mtl
, random, text, time, uuid-types
}:
@@ -203437,7 +203776,6 @@ self: {
];
description = "Multi-backend, high-level EDSL for interacting with SQL databases";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"selda-json" = callPackage
@@ -203451,28 +203789,9 @@ self: {
libraryHaskellDepends = [ aeson base bytestring selda text ];
description = "JSON support for the Selda database library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"selda-postgresql" = callPackage
- ({ mkDerivation, base, bytestring, exceptions, postgresql-libpq
- , selda, text
- }:
- mkDerivation {
- pname = "selda-postgresql";
- version = "0.1.7.3";
- sha256 = "0ardh6ds8fmqy09y74nflsb8r5y4cvl2ddxcla0vzaf5xppx4czc";
- revision = "2";
- editedCabalFile = "1zrj412hkjjka4cvl5zj6gdpvdafmcny6xighi1glg67n8cmpb67";
- libraryHaskellDepends = [
- base bytestring exceptions postgresql-libpq selda text
- ];
- description = "PostgreSQL backend for the Selda database EDSL";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "selda-postgresql_0_1_8_0" = callPackage
({ mkDerivation, base, bytestring, exceptions, postgresql-binary
, postgresql-libpq, selda, selda-json, text, time, uuid-types
}:
@@ -203486,27 +203805,9 @@ self: {
];
description = "PostgreSQL backend for the Selda database EDSL";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"selda-sqlite" = callPackage
- ({ mkDerivation, base, direct-sqlite, directory, exceptions, selda
- , text
- }:
- mkDerivation {
- pname = "selda-sqlite";
- version = "0.1.6.1";
- sha256 = "1qqrgqzcfwqzlcklm0qjvdy3ndn3zg8s5mp8744v76bd6z2xwq4d";
- revision = "2";
- editedCabalFile = "0gb8raqmy8r8xwjpx238mqar5gdfd4194si2ms1a9ndcrilkkqja";
- libraryHaskellDepends = [
- base direct-sqlite directory exceptions selda text
- ];
- description = "SQLite backend for the Selda database EDSL";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "selda-sqlite_0_1_7_0" = callPackage
({ mkDerivation, base, bytestring, direct-sqlite, directory
, exceptions, selda, text, time, uuid-types
}:
@@ -203520,7 +203821,6 @@ self: {
];
description = "SQLite backend for the Selda database EDSL";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"select" = callPackage
@@ -203551,12 +203851,12 @@ self: {
}:
mkDerivation {
pname = "selective";
- version = "0.2";
- sha256 = "0xg0pd3vffdxfzwkiirhnzqwqsshfb7grs7a7p3lf4yrd08h90ms";
+ version = "0.3";
+ sha256 = "135lq99h1iaip44d5kh7wpb3fcf8f6ypn5rxngm5agazy6ia42as";
libraryHaskellDepends = [ base containers transformers ];
testHaskellDepends = [
base containers mtl QuickCheck tasty tasty-expected-failure
- tasty-quickcheck
+ tasty-quickcheck transformers
];
description = "Selective applicative functors";
license = stdenv.lib.licenses.mit;
@@ -203631,8 +203931,6 @@ self: {
executableHaskellDepends = [ base ];
description = "A Haskell library to make self-extracting executables";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"selfrestart" = callPackage
@@ -203736,8 +204034,6 @@ self: {
];
description = "Align and Zip type-classes from the common Semialign ancestor";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"semialign-indexed" = callPackage
@@ -203754,8 +204050,6 @@ self: {
];
description = "SemialignWithIndex, i.e. izip and ialign";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"semibounded-lattices" = callPackage
@@ -203942,21 +204236,6 @@ self: {
}) {};
"semirings" = callPackage
- ({ mkDerivation, base, containers, hashable, integer-gmp
- , unordered-containers, vector
- }:
- mkDerivation {
- pname = "semirings";
- version = "0.2.1.1";
- sha256 = "0s28qq6fk2zqzz6y76fa1ddrrmpax99mlkxhz89mw15hx04mnsjp";
- libraryHaskellDepends = [
- base containers hashable integer-gmp unordered-containers vector
- ];
- description = "two monoids as one, in holy haskimony";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "semirings_0_4_2" = callPackage
({ mkDerivation, base, containers, hashable, integer-gmp
, unordered-containers
}:
@@ -203964,12 +204243,13 @@ self: {
pname = "semirings";
version = "0.4.2";
sha256 = "0bfcbi9hs9mv06ahkvq3bpf4vw6jprlssc9s8yjfb05p151qnx5j";
+ revision = "1";
+ editedCabalFile = "1wrkcfblq3j2688xg8f1ial05sijkssmdm2rv9sw6jfxiays60vq";
libraryHaskellDepends = [
base containers hashable integer-gmp unordered-containers
];
description = "two monoids as one, in holy haskimony";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"semver" = callPackage
@@ -203994,8 +204274,8 @@ self: {
}:
mkDerivation {
pname = "semver-range";
- version = "0.2.7";
- sha256 = "04492jx61yj4vq9bf1jg3xnviy22wb03d1kf358dy7w6xx1zzlfc";
+ version = "0.2.8";
+ sha256 = "1df663zkcf7y7a8cf5llf111rx4bsflhsi3fr1f840y4kdgxlvkf";
libraryHaskellDepends = [
base classy-prelude parsec text unordered-containers
];
@@ -204005,8 +204285,6 @@ self: {
];
description = "An implementation of semver and semantic version ranges";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"sendfile" = callPackage
@@ -204110,8 +204388,8 @@ self: {
}:
mkDerivation {
pname = "sensu-run";
- version = "0.6.1.1";
- sha256 = "13xz4yrq5k4lj4ghi3cg24890ckbf18f5miplfdy7a04zdmjrqqb";
+ version = "0.7.0.3";
+ sha256 = "1afn67bxmxch2gpjar89dkagchp3h0rqbv8jkglgfzjc137047dc";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -204368,20 +204646,23 @@ self: {
}) {};
"sequence-formats" = callPackage
- ({ mkDerivation, attoparsec, base, bytestring, containers
- , data-memocombinators, errors, exceptions, foldl, hslogger
- , lens-family, MissingH, pipes, pipes-attoparsec, pipes-bytestring
- , pipes-safe, pipes-text, split, text, transformers, turtle, vector
+ ({ mkDerivation, attoparsec, base, bytestring, containers, errors
+ , exceptions, foldl, lens-family, pipes, pipes-attoparsec
+ , pipes-bytestring, pipes-safe, tasty, tasty-hunit, transformers
+ , vector
}:
mkDerivation {
pname = "sequence-formats";
- version = "1.1.4.1";
- sha256 = "1zh2n1ksyvqzk2w35nsyj3sxdf7ni2iqv2ksrk8xs64n0j25c7ac";
+ version = "1.3.2";
+ sha256 = "0ghmhn9cmgxwn9nix309q300ma23snkvhmhg4vsl5gnx6bhg7caj";
libraryHaskellDepends = [
- attoparsec base bytestring containers data-memocombinators errors
- exceptions foldl hslogger lens-family MissingH pipes
- pipes-attoparsec pipes-bytestring pipes-safe pipes-text split text
- transformers turtle vector
+ attoparsec base bytestring containers errors exceptions foldl
+ lens-family pipes pipes-attoparsec pipes-bytestring pipes-safe
+ transformers vector
+ ];
+ testHaskellDepends = [
+ base bytestring containers foldl pipes pipes-safe tasty tasty-hunit
+ transformers vector
];
description = "A package with basic parsing utilities for several Bioinformatic data formats";
license = stdenv.lib.licenses.gpl3;
@@ -204499,6 +204780,8 @@ self: {
pname = "serialise";
version = "0.2.1.0";
sha256 = "19ary6ivzk8z7wcxhm860qmh7pwqj0qjqzav1h42y85l608zqgh4";
+ revision = "1";
+ editedCabalFile = "1rknhad1i8bpknsnphmcmb6dnb48c2p2c13ia2qqch3hkhsvfpr6";
libraryHaskellDepends = [
array base bytestring cborg containers ghc-prim half hashable
primitive text time unordered-containers vector
@@ -204642,34 +204925,6 @@ self: {
}) {};
"servant" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, base-compat, bifunctors
- , bytestring, Cabal, cabal-doctest, case-insensitive, doctest
- , hspec, hspec-discover, http-api-data, http-media, http-types
- , mmorph, mtl, network-uri, QuickCheck, quickcheck-instances
- , singleton-bool, string-conversions, tagged, text, transformers
- , vault
- }:
- mkDerivation {
- pname = "servant";
- version = "0.15";
- sha256 = "0fgsddg8yn23izk3g4bmax6rlh56qhx13j8h5n6fxr7mq34kagsg";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- aeson attoparsec base base-compat bifunctors bytestring
- case-insensitive http-api-data http-media http-types mmorph mtl
- network-uri QuickCheck singleton-bool string-conversions tagged
- text transformers vault
- ];
- testHaskellDepends = [
- aeson base base-compat bytestring doctest hspec mtl QuickCheck
- quickcheck-instances string-conversions text transformers
- ];
- testToolDepends = [ hspec-discover ];
- description = "A family of combinators for defining webservices APIs";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant_0_16_1" = callPackage
({ mkDerivation, aeson, attoparsec, base, base-compat, bifunctors
, bytestring, Cabal, cabal-doctest, case-insensitive, deepseq
, doctest, hspec, hspec-discover, http-api-data, http-media
@@ -204679,8 +204934,8 @@ self: {
}:
mkDerivation {
pname = "servant";
- version = "0.16.1";
- sha256 = "1v63b3ng1zck4jw79ijjv4vvsm8w1c8vz4c0dd8sklpkcrfbpxam";
+ version = "0.16.2";
+ sha256 = "0yzl1yklbbymlh8jdc4ncrdxkalx2z349v4msbd6wxxrxfkxbz6n";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
aeson attoparsec base base-compat bifunctors bytestring
@@ -204696,7 +204951,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "A family of combinators for defining webservices APIs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-JuicyPixels" = callPackage
@@ -204762,33 +205016,6 @@ self: {
}) {};
"servant-auth-client" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, hspec
- , hspec-discover, http-client, http-types, jose, QuickCheck
- , servant, servant-auth, servant-auth-server, servant-client
- , servant-client-core, servant-server, text, time, transformers
- , wai, warp
- }:
- mkDerivation {
- pname = "servant-auth-client";
- version = "0.3.3.0";
- sha256 = "1pxkwpg1in3anamfvrp8gd7iihng0ikhl4k7ymz5d75ma1qwa2j9";
- revision = "3";
- editedCabalFile = "1kzyqd9hg7xld5s8qpm76l9ym48z81j6ycdwp3lb0f1p2d3aagcd";
- libraryHaskellDepends = [
- base bytestring containers servant servant-auth servant-client-core
- text
- ];
- testHaskellDepends = [
- aeson base bytestring hspec http-client http-types jose QuickCheck
- servant servant-auth servant-auth-server servant-client
- servant-server time transformers wai warp
- ];
- testToolDepends = [ hspec-discover ];
- description = "servant-client/servant-auth compatibility";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-auth-client_0_4_0_0" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, hspec
, hspec-discover, http-client, http-types, jose, QuickCheck
, servant, servant-auth, servant-auth-server, servant-client
@@ -204812,7 +205039,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "servant-client/servant-auth compatibility";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-auth-cookie" = callPackage
@@ -205123,22 +205349,6 @@ self: {
}) {};
"servant-blaze" = callPackage
- ({ mkDerivation, base, blaze-html, http-media, servant
- , servant-server, wai, warp
- }:
- mkDerivation {
- pname = "servant-blaze";
- version = "0.8";
- sha256 = "155f20pizgkhn0hczwpxwxw1i99h0l6kfwwhs2r6bmr305aqisj6";
- revision = "2";
- editedCabalFile = "1cfla60vn4kk5gb7fawlp34jr2k6b2fprysq05561wdfv990x4bj";
- libraryHaskellDepends = [ base blaze-html http-media servant ];
- testHaskellDepends = [ base blaze-html servant-server wai warp ];
- description = "Blaze-html support for servant";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-blaze_0_9" = callPackage
({ mkDerivation, base, blaze-html, http-media, servant
, servant-server, wai, warp
}:
@@ -205152,7 +205362,6 @@ self: {
testHaskellDepends = [ base blaze-html servant-server wai warp ];
description = "Blaze-html support for servant";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-cassava" = callPackage
@@ -205177,35 +205386,6 @@ self: {
}) {};
"servant-checked-exceptions" = callPackage
- ({ mkDerivation, aeson, base, bytestring, deepseq, hspec-wai
- , http-media, http-types, profunctors, servant
- , servant-checked-exceptions-core, servant-client
- , servant-client-core, servant-docs, servant-server, tagged, tasty
- , tasty-hspec, tasty-hunit, text, wai, world-peace
- }:
- mkDerivation {
- pname = "servant-checked-exceptions";
- version = "2.0.0.0";
- sha256 = "127nav7z2zkgfgzpjjprqb6s55mbdj9z2p05knjx3mangs2q5wm7";
- revision = "1";
- editedCabalFile = "0h18x8gimmczgml4rj74kx3463pwrsyxl2vnd13ra5hj0q44d683";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bytestring deepseq http-media http-types profunctors
- servant servant-checked-exceptions-core servant-client
- servant-client-core servant-docs servant-server tagged text wai
- world-peace
- ];
- testHaskellDepends = [
- base bytestring hspec-wai http-types servant servant-server tasty
- tasty-hspec tasty-hunit wai
- ];
- description = "Checked exceptions for Servant APIs";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-checked-exceptions_2_1_0_0" = callPackage
({ mkDerivation, base, bytestring, hspec-wai, http-types, servant
, servant-checked-exceptions-core, servant-client
, servant-client-core, servant-server, tasty, tasty-hspec
@@ -205213,8 +205393,8 @@ self: {
}:
mkDerivation {
pname = "servant-checked-exceptions";
- version = "2.1.0.0";
- sha256 = "0dbbixk3852phxhfcj84v3525yp5nl5krcrw53wsgc91r0w529s7";
+ version = "2.2.0.0";
+ sha256 = "1shbnrjk2d0lq9nskl95jkfgr4ad79nx4k87zjg4c4m6m09nf5bh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -205228,71 +205408,48 @@ self: {
description = "Checked exceptions for Servant APIs";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-checked-exceptions-core" = callPackage
- ({ mkDerivation, aeson, base, bytestring, deepseq, doctest, Glob
- , http-media, http-types, profunctors, servant, servant-docs
- , tagged, text, world-peace
+ ({ mkDerivation, aeson, base, bytestring, contravariant, doctest
+ , Glob, http-media, http-types, mtl, profunctors, servant
+ , servant-docs, tagged, text, transformers, world-peace
}:
mkDerivation {
pname = "servant-checked-exceptions-core";
- version = "2.0.0.0";
- sha256 = "0j5j7ai1b7nnsvzal27jy6hamwx5i2pyc1f6mmmb06r40cs53lxa";
- revision = "1";
- editedCabalFile = "1q2y4cri4h33cfdpgz95dczhvhmyrqajm7k6ypl3b8rw953qlzy7";
+ version = "2.2.0.0";
+ sha256 = "1irakwsdj6f0yjp0cpgai6x01yq99qd2rwy1w3pb7xwiksdnxx6c";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- aeson base bytestring deepseq http-media http-types profunctors
- servant servant-docs tagged text world-peace
+ aeson base bytestring contravariant http-media http-types mtl
+ profunctors servant servant-docs tagged text transformers
+ world-peace
];
testHaskellDepends = [ base doctest Glob ];
description = "Checked exceptions for Servant APIs";
license = stdenv.lib.licenses.bsd3;
}) {};
- "servant-checked-exceptions-core_2_1_0_0" = callPackage
- ({ mkDerivation, aeson, base, bytestring, doctest, Glob, http-media
- , http-types, profunctors, servant, servant-docs, tagged, text
- , world-peace
- }:
- mkDerivation {
- pname = "servant-checked-exceptions-core";
- version = "2.1.0.0";
- sha256 = "1qmmbqniipx7bpinbjh9z0i2n0v71y6p3jak629aw0403rhq92pz";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bytestring http-media http-types profunctors servant
- servant-docs tagged text world-peace
- ];
- testHaskellDepends = [ base doctest Glob ];
- description = "Checked exceptions for Servant APIs";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"servant-cli" = callPackage
({ mkDerivation, aeson, base, bytestring, case-insensitive
- , containers, filepath, free, http-client, http-types
- , kan-extensions, optparse-applicative, profunctors, random
+ , containers, filepath, free, functor-combinators, http-client
+ , http-types, optparse-applicative, profunctors, random
, recursion-schemes, servant, servant-client, servant-client-core
- , servant-docs, servant-server, text, vinyl, warp
+ , servant-docs, servant-server, text, transformers, vinyl, warp
}:
mkDerivation {
pname = "servant-cli";
- version = "0.1.0.0";
- sha256 = "1jvdygdbz6rd4cnzp063a44m56b7dzskicbihjgkrpk73b9mvx7w";
- revision = "1";
- editedCabalFile = "06yzqhvzb9zmwidik05vndi4rphdbmciqij6azp3ng3ph8wmvd38";
+ version = "0.1.0.1";
+ sha256 = "12d18ca90b7mijaav3glx60b9c9qd1f2g4p5m4m7hzz2m22dyimn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring case-insensitive containers filepath free
- http-types kan-extensions optparse-applicative profunctors
+ functor-combinators http-types optparse-applicative profunctors
recursion-schemes servant servant-client-core servant-docs text
- vinyl
+ transformers vinyl
];
executableHaskellDepends = [
aeson base bytestring containers http-client optparse-applicative
@@ -205300,42 +205457,11 @@ self: {
];
description = "Command line interface for Servant API clients";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-client" = callPackage
- ({ mkDerivation, aeson, base, base-compat, bytestring, containers
- , deepseq, entropy, exceptions, generics-sop, hspec, hspec-discover
- , http-api-data, http-client, http-media, http-types, HUnit
- , kan-extensions, markdown-unlit, monad-control, mtl, network
- , QuickCheck, semigroupoids, servant, servant-client-core
- , servant-server, stm, tdigest, text, time, transformers
- , transformers-base, transformers-compat, wai, warp
- }:
- mkDerivation {
- pname = "servant-client";
- version = "0.15";
- sha256 = "098aaickq6j6f0d7bl2y72fcl53xp2w29qg3gy7yls4z8wd76v1a";
- revision = "1";
- editedCabalFile = "1h3j8mpnrbpc1i4appf8g4zn7h30f6ybg6fg3w057kz18bk9y76f";
- libraryHaskellDepends = [
- base base-compat bytestring containers deepseq exceptions
- http-client http-media http-types kan-extensions monad-control mtl
- semigroupoids servant servant-client-core stm text time
- transformers transformers-base transformers-compat
- ];
- testHaskellDepends = [
- aeson base base-compat bytestring entropy generics-sop hspec
- http-api-data http-client http-types HUnit kan-extensions
- markdown-unlit mtl network QuickCheck servant servant-client-core
- servant-server tdigest text transformers transformers-compat wai
- warp
- ];
- testToolDepends = [ hspec-discover markdown-unlit ];
- description = "Automatic derivation of querying functions for servant";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-client_0_16" = callPackage
({ mkDerivation, aeson, base, base-compat, bytestring, containers
, deepseq, entropy, exceptions, hspec, hspec-discover
, http-api-data, http-client, http-media, http-types, HUnit
@@ -205365,31 +205491,9 @@ self: {
testToolDepends = [ hspec-discover markdown-unlit ];
description = "Automatic derivation of querying functions for servant";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-client-core" = callPackage
- ({ mkDerivation, aeson, base, base-compat, base64-bytestring
- , bytestring, containers, deepseq, exceptions, free, generics-sop
- , hspec, hspec-discover, http-media, http-types, network-uri
- , QuickCheck, safe, servant, template-haskell, text, transformers
- }:
- mkDerivation {
- pname = "servant-client-core";
- version = "0.15";
- sha256 = "0q3rrbdplzzj90kdb7cmb6qknsbd9dy4w5lkqcb95nndwgjlk3lv";
- libraryHaskellDepends = [
- aeson base base-compat base64-bytestring bytestring containers
- deepseq exceptions free generics-sop http-media http-types
- network-uri safe servant template-haskell text transformers
- ];
- testHaskellDepends = [ base base-compat deepseq hspec QuickCheck ];
- testToolDepends = [ hspec-discover ];
- description = "Core functionality and class for client function generation for servant APIs";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-client-core_0_16" = callPackage
({ mkDerivation, aeson, base, base-compat, base64-bytestring
, bytestring, containers, deepseq, exceptions, free, hspec
, hspec-discover, http-media, http-types, network-uri, QuickCheck
@@ -205410,7 +205514,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Core functionality and class for client function generation for servant APIs";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-client-namedargs" = callPackage
@@ -205625,26 +205728,6 @@ self: {
}) {};
"servant-elm" = callPackage
- ({ mkDerivation, aeson, base, Diff, elm-export, hspec, HUnit, lens
- , servant, servant-foreign, text, wl-pprint-text
- }:
- mkDerivation {
- pname = "servant-elm";
- version = "0.5.0.0";
- sha256 = "0l5rjml46qbnq4p3d7zjk8zl9gnpz8m5n6n8yf8kgy89ybm6xnfr";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base elm-export lens servant servant-foreign text wl-pprint-text
- ];
- testHaskellDepends = [
- aeson base Diff elm-export hspec HUnit servant text
- ];
- description = "Automatically derive Elm functions to query servant webservices";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-elm_0_6_0_2" = callPackage
({ mkDerivation, aeson, base, Diff, directory, elm-bridge, hspec
, HUnit, lens, servant, servant-client, servant-foreign, text
, wl-pprint-text
@@ -205664,7 +205747,6 @@ self: {
];
description = "Automatically derive Elm functions to query servant webservices";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-examples" = callPackage
@@ -205709,6 +205791,8 @@ self: {
aeson base exceptions http-types servant-server text warp
];
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-fiat-content" = callPackage
@@ -205820,8 +205904,8 @@ self: {
}:
mkDerivation {
pname = "servant-github-webhook";
- version = "0.4.1.0";
- sha256 = "0v6gd7swhl58x3sqbb5cmn5ac6x1p5mg7jqbwk9ny9bzggz9pglb";
+ version = "0.4.2.0";
+ sha256 = "1z80h42zp781p49bskw5ilb49dnhs7y4j2g0v4xdyrrabj2m885g";
libraryHaskellDepends = [
aeson base base16-bytestring bytestring cryptonite github
github-webhooks http-types memory servant servant-server
@@ -205832,8 +205916,6 @@ self: {
];
description = "Servant combinators to facilitate writing GitHub webhooks";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"servant-haxl-client" = callPackage
@@ -206045,22 +206127,6 @@ self: {
}) {};
"servant-lucid" = callPackage
- ({ mkDerivation, base, http-media, lucid, servant, servant-server
- , text, wai, warp
- }:
- mkDerivation {
- pname = "servant-lucid";
- version = "0.8.1";
- sha256 = "0g8icz12ydyxyv710fhixswdphiri0b44pw5p0dr21cvwbaxawb6";
- revision = "1";
- editedCabalFile = "0jna96jy6nmhk6w5zxdd3qn3vlrnhnvh4s3f2bqkn3c0had5py7d";
- libraryHaskellDepends = [ base http-media lucid servant text ];
- testHaskellDepends = [ base lucid servant-server wai warp ];
- description = "Servant support for lucid";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-lucid_0_9" = callPackage
({ mkDerivation, base, http-media, lucid, servant, servant-server
, text, wai, warp
}:
@@ -206074,7 +206140,6 @@ self: {
testHaskellDepends = [ base lucid servant-server wai warp ];
description = "Servant support for lucid";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-machines" = callPackage
@@ -206293,6 +206358,8 @@ self: {
];
description = "Use Pandoc to render servant API documentation";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-pipes" = callPackage
@@ -206475,34 +206542,6 @@ self: {
}) {};
"servant-rawm" = callPackage
- ({ mkDerivation, base, bytestring, doctest, filepath, Glob
- , hspec-wai, http-client, http-media, http-types, lens, resourcet
- , servant, servant-client, servant-client-core, servant-docs
- , servant-server, tasty, tasty-hspec, tasty-hunit, text
- , transformers, wai, wai-app-static, warp
- }:
- mkDerivation {
- pname = "servant-rawm";
- version = "0.3.0.0";
- sha256 = "09va9glqkyarxsq9296br55ka8j5jd5nlb833hndpf4ib10yxzp9";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base bytestring filepath http-client http-media http-types lens
- resourcet servant-client servant-client-core servant-docs
- servant-server wai wai-app-static
- ];
- testHaskellDepends = [
- base bytestring doctest Glob hspec-wai http-client http-media
- http-types servant servant-client servant-client-core
- servant-server tasty tasty-hspec tasty-hunit text transformers wai
- warp
- ];
- description = "Embed a raw 'Application' in a Servant API";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-rawm_0_3_1_0" = callPackage
({ mkDerivation, base, bytestring, doctest, filepath, Glob
, hspec-wai, http-client, http-media, http-types, lens, resourcet
, servant, servant-client, servant-client-core, servant-docs
@@ -206529,6 +206568,7 @@ self: {
description = "Embed a raw 'Application' in a Servant API";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-reason" = callPackage
@@ -206657,8 +206697,8 @@ self: {
}:
mkDerivation {
pname = "servant-server";
- version = "0.15";
- sha256 = "1qlkdgls2z71sx09lbkrqcxwx1wam3hn7dnyps6z2i7qixhlw0wq";
+ version = "0.16.2";
+ sha256 = "1l4kgjg5z775bi76hy7cb70qwvmkai4rxqkgp0ildsjgsvf8qb80";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal cabal-doctest ];
@@ -206682,44 +206722,6 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "servant-server_0_16_1" = callPackage
- ({ mkDerivation, aeson, base, base-compat, base64-bytestring
- , bytestring, Cabal, cabal-doctest, containers, directory, doctest
- , exceptions, filepath, hspec, hspec-discover, hspec-wai
- , http-api-data, http-media, http-types, monad-control, mtl
- , network, network-uri, QuickCheck, resourcet, safe, servant
- , should-not-typecheck, string-conversions, tagged, temporary, text
- , transformers, transformers-base, transformers-compat, wai
- , wai-app-static, wai-extra, warp, word8
- }:
- mkDerivation {
- pname = "servant-server";
- version = "0.16.1";
- sha256 = "1zkx6ipz4ay64jdvqxhhrq2sfxj6d6ma8z4cxwpascnawhjqjpq7";
- isLibrary = true;
- isExecutable = true;
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- base base-compat base64-bytestring bytestring containers exceptions
- filepath http-api-data http-media http-types monad-control mtl
- network network-uri resourcet servant string-conversions tagged
- text transformers transformers-base wai wai-app-static word8
- ];
- executableHaskellDepends = [
- aeson base base-compat servant text wai warp
- ];
- testHaskellDepends = [
- aeson base base-compat base64-bytestring bytestring directory
- doctest hspec hspec-wai http-types mtl QuickCheck resourcet safe
- servant should-not-typecheck string-conversions temporary text
- transformers transformers-compat wai wai-extra
- ];
- testToolDepends = [ hspec-discover ];
- description = "A family of combinators for defining webservices APIs and serving them";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"servant-server-namedargs" = callPackage
({ mkDerivation, base, bytestring, http-api-data, http-types, named
, servant, servant-namedargs, servant-server, string-conversions
@@ -206848,6 +206850,8 @@ self: {
];
description = "Embed a directory of static files in your Servant server";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-streaming" = callPackage
@@ -206862,6 +206866,8 @@ self: {
testHaskellDepends = [ base hspec http-types QuickCheck servant ];
description = "Servant combinators for the 'streaming' package";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-streaming-client" = callPackage
@@ -206962,6 +206968,8 @@ self: {
executableHaskellDepends = [ base purescript-bridge ];
description = "When REST is not enough ...";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-swagger" = callPackage
@@ -207006,25 +207014,11 @@ self: {
];
description = "Swagger Tags for Servant";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-swagger-ui" = callPackage
- ({ mkDerivation, base, bytestring, file-embed-lzma, servant
- , servant-server, servant-swagger-ui-core, swagger2, text
- }:
- mkDerivation {
- pname = "servant-swagger-ui";
- version = "0.3.3.3.22.2";
- sha256 = "0fma7zjm9z914b107yss3af1p6mmnax6izr3rpkic90mn16j3x79";
- libraryHaskellDepends = [
- base bytestring file-embed-lzma servant servant-server
- servant-swagger-ui-core swagger2 text
- ];
- description = "Servant swagger ui";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "servant-swagger-ui_0_3_4_3_22_2" = callPackage
({ mkDerivation, base, bytestring, file-embed-lzma, servant
, servant-server, servant-swagger-ui-core, swagger2, text
}:
@@ -207038,7 +207032,6 @@ self: {
];
description = "Servant swagger ui";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-swagger-ui-core" = callPackage
@@ -207165,6 +207158,8 @@ self: {
];
description = "Small library providing WebSocket endpoints for servant";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"servant-xml" = callPackage
@@ -207317,8 +207312,8 @@ self: {
}:
mkDerivation {
pname = "serverless-haskell";
- version = "0.8.8";
- sha256 = "14qjlji11xa2v72bskv1cqk3x0z4gjl77mx1vqi183sd4798xhci";
+ version = "0.8.10";
+ sha256 = "1gvswqkdk5awnvjqzvhbrvdmsyj73kiph872fvplmmdyvq8hb8gy";
libraryHaskellDepends = [
aeson aeson-casing aeson-extra amazonka-core amazonka-kinesis
amazonka-s3 base bytestring case-insensitive http-types iproute
@@ -207424,6 +207419,8 @@ self: {
];
description = "Storage backend for serversession using Redis";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"serversession-frontend-snap" = callPackage
@@ -207650,8 +207647,6 @@ self: {
];
description = "Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"set-extra" = callPackage
@@ -207935,6 +207930,35 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "sexp-grammar_2_1_0" = callPackage
+ ({ mkDerivation, alex, array, base, bytestring, containers
+ , criterion, deepseq, happy, invertible-grammar, prettyprinter
+ , QuickCheck, recursion-schemes, scientific, semigroups, tasty
+ , tasty-hunit, tasty-quickcheck, text, utf8-string
+ }:
+ mkDerivation {
+ pname = "sexp-grammar";
+ version = "2.1.0";
+ sha256 = "139sqr50bba74h2r6gdivzsgkqjwq1gcah54zw2jkwzhlfk03fm1";
+ libraryHaskellDepends = [
+ array base bytestring containers deepseq invertible-grammar
+ prettyprinter recursion-schemes scientific semigroups text
+ utf8-string
+ ];
+ libraryToolDepends = [ alex happy ];
+ testHaskellDepends = [
+ base containers invertible-grammar prettyprinter QuickCheck
+ scientific semigroups tasty tasty-hunit tasty-quickcheck text
+ utf8-string
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion deepseq text
+ ];
+ description = "Invertible grammar combinators for S-expressions";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"sexp-show" = callPackage
({ mkDerivation, base, pretty-show }:
mkDerivation {
@@ -207982,6 +208006,24 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "sexpr-parser_0_2_0_0" = callPackage
+ ({ mkDerivation, base, bytestring, data-default, hspec, megaparsec
+ , process
+ }:
+ mkDerivation {
+ pname = "sexpr-parser";
+ version = "0.2.0.0";
+ sha256 = "0cgfmnv72n5li15k8dq4w2rvfx0ahbyb7h2g51a5i4x9w70dyllg";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base data-default megaparsec ];
+ executableHaskellDepends = [ base bytestring megaparsec process ];
+ testHaskellDepends = [ base data-default hspec megaparsec ];
+ description = "Simple s-expression parser";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"sext" = callPackage
({ mkDerivation, base, bytestring, tasty, tasty-hunit
, template-haskell, text, vector
@@ -208072,6 +208114,8 @@ self: {
];
description = "Stochastic gradient descent library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sgf" = callPackage
@@ -208263,8 +208307,8 @@ self: {
}:
mkDerivation {
pname = "shake";
- version = "0.18.2";
- sha256 = "1drzcwspj0q9s3mpba291pich0my9pp3qrra90slv6carckcrzi8";
+ version = "0.18.3";
+ sha256 = "0ywcdzxly8zvz2p3v5b3lp5bnkwsqxvdas7ysrhgxbhi3bnjvzjf";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -208295,8 +208339,8 @@ self: {
}:
mkDerivation {
pname = "shake-ats";
- version = "1.10.2.1";
- sha256 = "1y85rrrrcd7jz51ir6cwa3w23ldi4fkc215iqj1crbxfjzrphacn";
+ version = "1.10.2.2";
+ sha256 = "070vvzz0nmdal9ja43l8s4dll2iwxjzd3lmlynkdm1v9qzj0iw67";
libraryHaskellDepends = [
base binary dependency directory hs2ats language-ats microlens
shake shake-c shake-cabal shake-ext text
@@ -208432,8 +208476,8 @@ self: {
({ mkDerivation, base, cpphs, shake }:
mkDerivation {
pname = "shake-literate";
- version = "0.1.0.0";
- sha256 = "1kliv9i9libcyzm0bccxi226rd69kvjxi9hi3n4y7zjbbp40cqgd";
+ version = "0.1.0.1";
+ sha256 = "0wx3mh62b8kq20qw15zg35nl4l066i11mzgj0vxlvys5a6902ijn";
libraryHaskellDepends = [ base cpphs shake ];
description = "Rules for building literate programs in shake";
license = stdenv.lib.licenses.bsd3;
@@ -208454,6 +208498,19 @@ self: {
broken = true;
}) {};
+ "shake-minify-css" = callPackage
+ ({ mkDerivation, base, directory, filepath, hasmin, shake, text }:
+ mkDerivation {
+ pname = "shake-minify-css";
+ version = "0.1.0.0";
+ sha256 = "0gy3h108gbv93jr74sp3wa3r3vkm8k53wr3z9bmm6c9rg7zwr2q7";
+ libraryHaskellDepends = [
+ base directory filepath hasmin shake text
+ ];
+ description = "Shake rules for CSS";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"shake-pack" = callPackage
({ mkDerivation, base, bytestring, bzlib, shake, tar }:
mkDerivation {
@@ -208963,6 +209020,17 @@ self: {
broken = true;
}) {};
+ "shell-utility" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "shell-utility";
+ version = "0.0";
+ sha256 = "1s3482vxllmmjbcqbwsrql9ka6zng7qbbqk3kfjs6dvkcs710hbs";
+ libraryHaskellDepends = [ base ];
+ description = "Utility functions for writing command-line programs";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"shellish" = callPackage
({ mkDerivation, base, bytestring, directory, filepath, mtl
, process, strict, time, unix-compat
@@ -209023,10 +209091,8 @@ self: {
({ mkDerivation, base, markdown-unlit, process, text }:
mkDerivation {
pname = "shellmet";
- version = "0.0.1";
- sha256 = "11c53h3dvhmnkjhcjw1xjr1kx6pvdmayf86i5b6zhpl4q3q2ixlk";
- revision = "1";
- editedCabalFile = "0v6j5fgmbbqizqx800adnkij1b1b8f7zkjmyfqvcpgljgg6xada5";
+ version = "0.0.2.0";
+ sha256 = "04ylwpwzd2g3604xyqr4g8zd9dp13hrb8kajajrymv6hafm85m3i";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base process text ];
@@ -209084,37 +209150,6 @@ self: {
}) {};
"shelly" = callPackage
- ({ mkDerivation, async, base, bytestring, containers, directory
- , enclosed-exceptions, exceptions, filepath, hspec, hspec-contrib
- , HUnit, lifted-async, lifted-base, monad-control, mtl, process
- , system-fileio, system-filepath, text, time, transformers
- , transformers-base, unix-compat
- }:
- mkDerivation {
- pname = "shelly";
- version = "1.8.0";
- sha256 = "1y08pdw49yk4hbipgfwjab0wa85ng0mkypch5l0p53frykjm2zvk";
- revision = "1";
- editedCabalFile = "17achybammxg5i7zcmwlfcb7xk77q3lfvck3gqa9ljfb6ksgrxb7";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- async base bytestring containers directory enclosed-exceptions
- exceptions lifted-async lifted-base monad-control mtl process
- system-fileio system-filepath text time transformers
- transformers-base unix-compat
- ];
- testHaskellDepends = [
- async base bytestring containers directory enclosed-exceptions
- exceptions filepath hspec hspec-contrib HUnit lifted-async
- lifted-base monad-control mtl process system-fileio system-filepath
- text time transformers transformers-base unix-compat
- ];
- description = "shell-like (systems) programming in Haskell";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "shelly_1_8_1" = callPackage
({ mkDerivation, async, base, bytestring, containers, directory
, enclosed-exceptions, exceptions, filepath, hspec, hspec-contrib
, HUnit, lifted-async, lifted-base, monad-control, mtl, process
@@ -209143,7 +209178,6 @@ self: {
];
description = "shell-like (systems) programming in Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"shelly-extra" = callPackage
@@ -209181,26 +209215,29 @@ self: {
}) {};
"shh" = callPackage
- ({ mkDerivation, async, base, containers, deepseq, directory
- , doctest, filepath, mtl, process, split, tasty, tasty-hunit
- , tasty-quickcheck, template-haskell, temporary, unix
+ ({ mkDerivation, async, base, bytestring, containers, deepseq
+ , directory, doctest, filepath, markdown-unlit, mtl, process, split
+ , stringsearch, tasty, tasty-hunit, tasty-quickcheck
+ , template-haskell, temporary, unix, utf8-string
}:
mkDerivation {
pname = "shh";
- version = "0.5.0.0";
- sha256 = "03lm8np6hrbzcwzfknvixm6fjsnmjr9s379i9mwxq5d0ndf66y8y";
+ version = "0.7.0.4";
+ sha256 = "10gnkk0645aznkry063kl5m68n7ip88m8cf97lwffj1y86iazk5b";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- async base containers deepseq directory filepath mtl process split
- template-haskell unix
+ async base bytestring containers deepseq directory filepath mtl
+ process split stringsearch template-haskell unix utf8-string
];
executableHaskellDepends = [
- async base deepseq directory temporary unix
+ async base bytestring deepseq directory temporary unix
];
testHaskellDepends = [
- async base directory doctest tasty tasty-hunit tasty-quickcheck
+ async base bytestring directory doctest filepath markdown-unlit
+ tasty tasty-hunit tasty-quickcheck utf8-string
];
+ testToolDepends = [ markdown-unlit ];
description = "Simple shell scripting from Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -209466,36 +209503,21 @@ self: {
}) {};
"show-prettyprint" = callPackage
- ({ mkDerivation, ansi-wl-pprint, base, doctest, prettyprinter
- , trifecta
+ ({ mkDerivation, ansi-wl-pprint, base, containers, doctest
+ , prettyprinter, trifecta
}:
mkDerivation {
pname = "show-prettyprint";
- version = "0.2.3";
- sha256 = "01wg1bzp6dylysbm9rfq8n0ci7yzg3gw6jkzy8kzmsydgs5c54pd";
+ version = "0.3.0.1";
+ sha256 = "030dzprz07ib41f8pg2409zdxymvkk8jq4m0vczvgaajq3gghkdk";
libraryHaskellDepends = [
ansi-wl-pprint base prettyprinter trifecta
];
- testHaskellDepends = [ base doctest ];
- description = "Robust prettyprinter for output of auto-generated Show instances";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "show-prettyprint_0_3" = callPackage
- ({ mkDerivation, ansi-wl-pprint, base, doctest, prettyprinter
- , trifecta
- }:
- mkDerivation {
- pname = "show-prettyprint";
- version = "0.3";
- sha256 = "1q5q7gr73m059gslj1fpmydhqr28yav1v6jjshl2cv3yhmpp2zsy";
- libraryHaskellDepends = [
- ansi-wl-pprint base prettyprinter trifecta
+ testHaskellDepends = [
+ base containers doctest prettyprinter trifecta
];
- testHaskellDepends = [ base doctest ];
description = "Robust prettyprinter for output of auto-generated Show instances";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"show-type" = callPackage
@@ -209546,8 +209568,6 @@ self: {
];
description = "Clean up the formatting of 'show' output";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"shpider" = callPackage
@@ -209756,6 +209776,8 @@ self: {
];
description = "Rounding rationals to significant digits and decimal places";
license = stdenv.lib.licenses.mpl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sigma-ij" = callPackage
@@ -209854,8 +209876,8 @@ self: {
({ mkDerivation, base, deepseq, directory, nanospec, temporary }:
mkDerivation {
pname = "silently";
- version = "1.2.5";
- sha256 = "0f9qm3f7y0hpxn6mddhhg51mm1r134qkvd2kr8r6192ka1ijbxnf";
+ version = "1.2.5.1";
+ sha256 = "1lgs1gsr5dp0x21diqn4l03fxgai2kgdmj85gqp0iz3zykvbmjbz";
libraryHaskellDepends = [ base deepseq directory ];
testHaskellDepends = [ base deepseq directory nanospec temporary ];
description = "Prevent or capture writing to stdout and other handles";
@@ -209922,8 +209944,8 @@ self: {
}:
mkDerivation {
pname = "simple";
- version = "0.11.2";
- sha256 = "05069qjgzm4j22p0q6i75qpsvzpw52b7bh2x2b6jcxnlvqp6flzg";
+ version = "0.11.3";
+ sha256 = "0qifp6wacsmykb09ddx03yv4pbk7c1rhs16jjlfafm2wc2025rac";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -209945,8 +209967,6 @@ self: {
];
description = "A minimalist web framework for the WAI server interface";
license = stdenv.lib.licenses.lgpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"simple-actors" = callPackage
@@ -210038,25 +210058,14 @@ self: {
({ mkDerivation, base, Cabal, directory, filepath }:
mkDerivation {
pname = "simple-cabal";
- version = "0.0.0";
- sha256 = "051xfg48y09qa6avndllv29nibpchys5ksp38d1p3lk82qqywvqd";
+ version = "0.0.0.1";
+ sha256 = "17v22v9sb8z2jbr76vv577hxcvypfkpmji2k8yzwd2kxjssxpjrn";
libraryHaskellDepends = [ base Cabal directory filepath ];
description = "Cabal file wrapper library";
license = stdenv.lib.licenses.bsd3;
}) {};
"simple-cmd" = callPackage
- ({ mkDerivation, base, directory, filepath, process, unix }:
- mkDerivation {
- pname = "simple-cmd";
- version = "0.1.4";
- sha256 = "1g63c0bdm3231aqf12i45nsfpy6bvl1w3nn0jcbbg2hij377y9rg";
- libraryHaskellDepends = [ base directory filepath process unix ];
- description = "Simple String-based process commands";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "simple-cmd_0_2_0_1" = callPackage
({ mkDerivation, base, directory, filepath, process, unix }:
mkDerivation {
pname = "simple-cmd";
@@ -210065,7 +210074,6 @@ self: {
libraryHaskellDepends = [ base directory filepath process unix ];
description = "Simple String-based process commands";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"simple-cmd-args" = callPackage
@@ -210187,12 +210195,12 @@ self: {
}) {};
"simple-enumeration" = callPackage
- ({ mkDerivation, base, doctest }:
+ ({ mkDerivation, base, doctest, integer-gmp }:
mkDerivation {
pname = "simple-enumeration";
- version = "0.1";
- sha256 = "08zqs36v8vm3iqz9pnj6df0f8c15j9gl0883xxbr27nma9mwqygx";
- libraryHaskellDepends = [ base ];
+ version = "0.2";
+ sha256 = "0792fcn7mxvhdvsqgc335lcyp89zcdk3fbfqyckz9fsmf6382hv4";
+ libraryHaskellDepends = [ base integer-gmp ];
testHaskellDepends = [ base doctest ];
description = "Finite or countably infinite sequences of values";
license = stdenv.lib.licenses.bsd3;
@@ -210316,8 +210324,8 @@ self: {
}:
mkDerivation {
pname = "simple-log";
- version = "0.9.11";
- sha256 = "1mqibcpcnwc0hqbcbvl32vv4458n02f2k2bnparh8ajm5n9h0cjk";
+ version = "0.9.12";
+ sha256 = "1038asbw9yi1wz3di0ggx62nazljh9m07dvf3lmjrvj1k8i7842w";
libraryHaskellDepends = [
async base base-unicode-symbols containers data-default deepseq
directory exceptions filepath hformat microlens microlens-platform
@@ -210511,8 +210519,6 @@ self: {
];
description = "Connector package for integrating postgresql-orm with the Simple web framework";
license = stdenv.lib.licenses.lgpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"simple-reflect" = callPackage
@@ -210589,8 +210595,6 @@ self: {
];
description = "Cookie-based session management for the Simple web framework";
license = stdenv.lib.licenses.lgpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"simple-sessions" = callPackage
@@ -210618,20 +210622,16 @@ self: {
}) {};
"simple-sql-parser" = callPackage
- ({ mkDerivation, base, HUnit, mtl, parsec, pretty, test-framework
- , test-framework-hunit
- }:
+ ({ mkDerivation, base, mtl, parsec, pretty, tasty, tasty-hunit }:
mkDerivation {
pname = "simple-sql-parser";
- version = "0.4.4";
- sha256 = "1j1p94mfb7kzrayi39xcwmagxcf5j9lvxi7niqxc5jr70958csnl";
+ version = "0.5.0";
+ sha256 = "0d063wyrz8qynngy499i00hjkacd0xg01qni1wx2cbrcxg0xwcpd";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base mtl parsec pretty ];
- testHaskellDepends = [
- base HUnit mtl parsec pretty test-framework test-framework-hunit
- ];
- description = "A parser for SQL queries";
+ testHaskellDepends = [ base mtl parsec pretty tasty tasty-hunit ];
+ description = "A parser for SQL";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -210648,6 +210648,8 @@ self: {
testHaskellDepends = [ base extra tasty tasty-hunit text ];
description = "source code editing utilities";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"simple-stacked-vm" = callPackage
@@ -210703,8 +210705,8 @@ self: {
}:
mkDerivation {
pname = "simple-templates";
- version = "0.8.0.1";
- sha256 = "13na1f29fvc0j452kh0a3fjig3fq4qbklcpdv6bm1fr0cf8hzq98";
+ version = "0.9.0.0";
+ sha256 = "09s81syr45dvrqski4gz96ynmv8gb3zwyy4n6a7frv49z843phda";
libraryHaskellDepends = [
aeson attoparsec base scientific text unordered-containers vector
];
@@ -210713,8 +210715,6 @@ self: {
];
description = "A basic template language for the Simple web framework";
license = stdenv.lib.licenses.lgpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"simple-text-format" = callPackage
@@ -210748,8 +210748,6 @@ self: {
];
description = "UI library for terminal";
license = stdenv.lib.licenses.gpl2;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"simple-units" = callPackage
@@ -210761,30 +210759,9 @@ self: {
libraryHaskellDepends = [ base first-class-families ];
description = "Simple arithmetic with SI units using type-checked dimensional analysis";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"simple-vec3" = callPackage
- ({ mkDerivation, base, criterion, doctest, doctest-driver-gen
- , QuickCheck, tasty, tasty-quickcheck, vector
- }:
- mkDerivation {
- pname = "simple-vec3";
- version = "0.4.0.10";
- sha256 = "0dyr9bg3y8613hd0zz7knkniq7p0hxm7w9pjs0jjhq586g0qh5ql";
- libraryHaskellDepends = [ base QuickCheck vector ];
- testHaskellDepends = [
- base doctest doctest-driver-gen tasty tasty-quickcheck
- ];
- benchmarkHaskellDepends = [ base criterion vector ];
- description = "Three-dimensional vectors of doubles with basic operations";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "simple-vec3_0_6" = callPackage
({ mkDerivation, base, criterion, doctest, doctest-driver-gen
, QuickCheck, tasty, tasty-quickcheck, vector
}:
@@ -210968,8 +210945,6 @@ self: {
librarySystemDepends = [ sqlite ];
description = "Simplest SQLite3 binding";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) sqlite;};
"simplex" = callPackage
@@ -211087,14 +211062,12 @@ self: {
}) {inherit (pkgs.xorg) libXft;};
"singleton-bool" = callPackage
- ({ mkDerivation, base }:
+ ({ mkDerivation, base, dec }:
mkDerivation {
pname = "singleton-bool";
- version = "0.1.4";
- sha256 = "0apvzb6ym0fnm4rx7paz6ivv72ahzn2bxhvyd1drw50ypvicd581";
- revision = "1";
- editedCabalFile = "0ccd49z9xwa8gr8sclmmn0zc4xq39yyjws4zr6lrw3xjql130nsx";
- libraryHaskellDepends = [ base ];
+ version = "0.1.5";
+ sha256 = "17w9vv6arn7vvc7kykqcx81q2364ji43khrryl27r1cjx9yxapa0";
+ libraryHaskellDepends = [ base dec ];
description = "Type level booleans";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -211683,8 +211656,8 @@ self: {
}:
mkDerivation {
pname = "skylighting";
- version = "0.7.7";
- sha256 = "03nn5z67jg45myrcmbwkz06z4ywy06whbc0jhc3ycpw9wfy5iqvy";
+ version = "0.8.2";
+ sha256 = "0a81hd4f0xlc8as5lh454gkbyxndaxyj7lblkfk92j173nyx69cz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -211697,30 +211670,6 @@ self: {
license = stdenv.lib.licenses.gpl2;
}) {};
- "skylighting_0_8_1_1" = callPackage
- ({ mkDerivation, aeson, ansi-terminal, attoparsec, base
- , base64-bytestring, binary, blaze-html, bytestring
- , case-insensitive, colour, containers, directory, filepath, hxt
- , mtl, regex-pcre-builtin, safe, skylighting-core, text
- , utf8-string
- }:
- mkDerivation {
- pname = "skylighting";
- version = "0.8.1.1";
- sha256 = "0q1zkb053szbgx3lqpmllxas0krb9m425qi0aplffhdqwmd05w8w";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson ansi-terminal attoparsec base base64-bytestring binary
- blaze-html bytestring case-insensitive colour containers directory
- filepath hxt mtl regex-pcre-builtin safe skylighting-core text
- utf8-string
- ];
- description = "syntax highlighting library";
- license = stdenv.lib.licenses.gpl2;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"skylighting-core" = callPackage
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
, base64-bytestring, binary, blaze-html, bytestring
@@ -211731,8 +211680,8 @@ self: {
}:
mkDerivation {
pname = "skylighting-core";
- version = "0.7.7";
- sha256 = "0zd7gsybi02rigbgly63d8asfz8xy1xlnfy90m92zayizkagyg49";
+ version = "0.8.2";
+ sha256 = "1nd11170r7xwv0hy21bx9nz7173ijbqkh7r8504ixjkwckgr2zs0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -211753,39 +211702,6 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "skylighting-core_0_8_1_1" = callPackage
- ({ mkDerivation, aeson, ansi-terminal, attoparsec, base
- , base64-bytestring, binary, blaze-html, bytestring
- , case-insensitive, colour, containers, criterion, Diff, directory
- , filepath, HUnit, hxt, mtl, pretty-show, QuickCheck, random
- , regex-pcre-builtin, safe, tasty, tasty-golden, tasty-hunit
- , tasty-quickcheck, text, transformers, utf8-string
- }:
- mkDerivation {
- pname = "skylighting-core";
- version = "0.8.1.1";
- sha256 = "1klk9jlnyz5ciz2gm1dx5mh85nkvz6y1xsflvyf45c2gw9grc2km";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson ansi-terminal attoparsec base base64-bytestring binary
- blaze-html bytestring case-insensitive colour containers directory
- filepath hxt mtl regex-pcre-builtin safe text transformers
- utf8-string
- ];
- testHaskellDepends = [
- aeson base bytestring containers Diff directory filepath HUnit
- pretty-show QuickCheck random tasty tasty-golden tasty-hunit
- tasty-quickcheck text
- ];
- benchmarkHaskellDepends = [
- base containers criterion directory filepath text
- ];
- description = "syntax highlighting library";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"skylighting-extensions" = callPackage
({ mkDerivation, base, containers, skylighting, skylighting-modding
, text
@@ -211978,6 +211894,8 @@ self: {
];
description = "A note taking CLI tool";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"slave-thread" = callPackage
@@ -212034,6 +211952,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "sliceofpy" = callPackage
+ ({ mkDerivation, base, bytestring, containers, lens, process, split
+ , tasty, tasty-hspec, template-haskell, text
+ }:
+ mkDerivation {
+ pname = "sliceofpy";
+ version = "1.0.0";
+ sha256 = "0jc6abvgyrljyvzxw3v3nhxzqw3fjh2r51xag2v2xg3zb9qx8fra";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring lens process split template-haskell text
+ ];
+ executableHaskellDepends = [
+ base bytestring lens process split template-haskell text
+ ];
+ testHaskellDepends = [
+ base bytestring containers lens process split tasty tasty-hspec
+ template-haskell text
+ ];
+ description = "Python-ish slicing traversals for Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"slick" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, containers, lens
, lens-aeson, mustache, pandoc, shake, text, time
@@ -212141,8 +212083,6 @@ self: {
];
description = "Visualize mathematical function's slope fields";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"slot-lambda" = callPackage
@@ -212211,6 +212151,29 @@ self: {
broken = true;
}) {};
+ "small-bytearray-builder" = callPackage
+ ({ mkDerivation, base, byteslice, bytestring, gauge, primitive
+ , primitive-offset, QuickCheck, run-st, tasty, tasty-quickcheck
+ , vector
+ }:
+ mkDerivation {
+ pname = "small-bytearray-builder";
+ version = "0.1.1.0";
+ sha256 = "1i3b77mczfy9f0gp5ckqln1vdhnqflz8lajfiygx5spxf9kraf9d";
+ libraryHaskellDepends = [
+ base byteslice primitive primitive-offset run-st vector
+ ];
+ testHaskellDepends = [
+ base byteslice bytestring primitive QuickCheck tasty
+ tasty-quickcheck vector
+ ];
+ benchmarkHaskellDepends = [ base gauge primitive ];
+ description = "Serialize to a small byte arrays";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"smallarray" = callPackage
({ mkDerivation, base, bytestring, deepseq, hashable }:
mkDerivation {
@@ -212244,8 +212207,6 @@ self: {
];
description = "Flatten camel case text in LaTeX files";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"smallcheck" = callPackage
@@ -212354,6 +212315,37 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
+ "smap" = callPackage
+ ({ mkDerivation, attoparsec, base, bytestring, hashable, memory
+ , mmorph, optparse-applicative, resourcet, streaming
+ , streaming-bytestring, strict, text, transformers
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "smap";
+ version = "0.3.3";
+ sha256 = "17qdn1ag4pdizgdng1747jdpad6xca208w7633pw24j5nkfy72dx";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ attoparsec base bytestring hashable memory mmorph
+ optparse-applicative resourcet streaming streaming-bytestring
+ strict text transformers unordered-containers
+ ];
+ executableHaskellDepends = [
+ attoparsec base bytestring hashable memory mmorph
+ optparse-applicative resourcet streaming streaming-bytestring
+ strict text transformers unordered-containers
+ ];
+ testHaskellDepends = [
+ attoparsec base bytestring hashable memory mmorph
+ optparse-applicative resourcet streaming streaming-bytestring
+ strict text transformers unordered-containers
+ ];
+ description = "A command line tool for working with sets and maps";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"smartGroup" = callPackage
({ mkDerivation, base, bytestring, containers, template-haskell }:
mkDerivation {
@@ -212688,15 +212680,18 @@ self: {
"smtp-mail" = callPackage
({ mkDerivation, array, base, base16-bytestring, base64-bytestring
- , bytestring, cryptohash, filepath, mime-mail, network, text
+ , bytestring, connection, cryptohash, filepath, mime-mail, network
+ , network-bsd, text
}:
mkDerivation {
pname = "smtp-mail";
- version = "0.1.4.6";
- sha256 = "1g0lsbd9h8bhk4xddgzm96i8fy233904jnqnl4i94ld2hzpwpnl6";
+ version = "0.2.0.0";
+ sha256 = "0qazfkh03rnrijan037bjspskbsma5x04gcavmn0g744f7xldcaz";
+ revision = "1";
+ editedCabalFile = "1kv84kywyj8f7iypzdq6a32wwkk8318khhy4x3p9q6mlvgv8275r";
libraryHaskellDepends = [
array base base16-bytestring base64-bytestring bytestring
- cryptohash filepath mime-mail network text
+ connection cryptohash filepath mime-mail network network-bsd text
];
description = "Simple email sending via SMTP";
license = stdenv.lib.licenses.bsd3;
@@ -212862,6 +212857,8 @@ self: {
];
description = "Accept header branching for the Snap web framework";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"snap-app" = callPackage
@@ -213027,8 +213024,8 @@ self: {
}:
mkDerivation {
pname = "snap-extras";
- version = "0.12.2.1";
- sha256 = "0mzvw49v6i77ysdlxfrdva5kn0vj9p5h2br6qlwvhdwqq8269gqp";
+ version = "0.12.3.0";
+ sha256 = "0r21fmmhn90rjvgxmlcq5f1q8dxd1y2zr62z2llcnl206a2hpm2x";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -213062,8 +213059,6 @@ self: {
];
description = "Language handling for Snap";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"snap-loader-dynamic" = callPackage
@@ -213141,48 +213136,6 @@ self: {
}) {};
"snap-server" = callPackage
- ({ mkDerivation, attoparsec, base, base16-bytestring, blaze-builder
- , bytestring, bytestring-builder, case-insensitive, clock
- , containers, criterion, deepseq, directory, filepath, HsOpenSSL
- , http-common, http-streams, HUnit, io-streams, io-streams-haproxy
- , lifted-base, monad-control, mtl, network, old-locale
- , openssl-streams, parallel, QuickCheck, random, snap-core
- , test-framework, test-framework-hunit, test-framework-quickcheck2
- , text, threads, time, transformers, unix, unix-compat, vector
- }:
- mkDerivation {
- pname = "snap-server";
- version = "1.1.0.0";
- sha256 = "0vvw9n8xs272qdlrf3dxhnva41zh3awi7pf022rrjj75lj8a77i4";
- revision = "3";
- editedCabalFile = "0a9d3nqb5rvgm25nak68lp6yj9m6cwhbgdbg5l7ib5i2czcg7yjh";
- configureFlags = [ "-fopenssl" ];
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- attoparsec base blaze-builder bytestring bytestring-builder
- case-insensitive clock containers filepath HsOpenSSL io-streams
- io-streams-haproxy lifted-base mtl network old-locale
- openssl-streams snap-core text time unix unix-compat vector
- ];
- testHaskellDepends = [
- attoparsec base base16-bytestring blaze-builder bytestring
- bytestring-builder case-insensitive clock containers deepseq
- directory filepath HsOpenSSL http-common http-streams HUnit
- io-streams io-streams-haproxy lifted-base monad-control mtl network
- old-locale openssl-streams parallel QuickCheck random snap-core
- test-framework test-framework-hunit test-framework-quickcheck2 text
- threads time transformers unix unix-compat vector
- ];
- benchmarkHaskellDepends = [
- attoparsec base blaze-builder bytestring bytestring-builder
- criterion io-streams io-streams-haproxy snap-core vector
- ];
- description = "A web server for the Snap Framework";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "snap-server_1_1_1_1" = callPackage
({ mkDerivation, attoparsec, base, base16-bytestring, blaze-builder
, bytestring, bytestring-builder, case-insensitive, clock
, containers, criterion, deepseq, directory, filepath, HsOpenSSL
@@ -213222,7 +213175,6 @@ self: {
];
description = "A web server for the Snap Framework";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"snap-stream" = callPackage
@@ -213454,6 +213406,8 @@ self: {
pname = "snaplet-customauth";
version = "0.1.2";
sha256 = "0y1a8c9j1q1pzby5v4ajnafm6dr9fvxvvkiynvscyjsf73gp2myb";
+ revision = "1";
+ editedCabalFile = "1dh8vmrnndg06l5yr3fbmxlzf164nvcy923mafc624bxcr6iip9f";
libraryHaskellDepends = [
aeson base base64-bytestring binary binary-orphans bytestring
configurator containers errors heist hoauth2 http-client
@@ -213836,8 +213790,8 @@ self: {
}:
mkDerivation {
pname = "snaplet-purescript";
- version = "0.5.2.0";
- sha256 = "19d6w59c37p8na9l6xa085x9jsxnndizhd9f76fabwa70yghml71";
+ version = "0.5.2.3";
+ sha256 = "1da5yx6ghqkknkzgarnn0dx2za711sn8gl3ai0ahyy2wa9mdv6kd";
libraryHaskellDepends = [
base configurator mtl raw-strings-qq shelly snap snap-core
string-conv text transformers
@@ -214707,22 +214661,31 @@ self: {
}) {};
"sockets" = callPackage
- ({ mkDerivation, async, base, bytestring, entropy, error-codes, ip
- , posix-api, primitive, stm, tasty, tasty-hunit, text
+ ({ mkDerivation, async, base, byteslice, bytestring, entropy
+ , error-codes, ip, posix-api, primitive, primitive-addr
+ , primitive-offset, primitive-unlifted, stm, tasty, tasty-hunit
+ , text
}:
mkDerivation {
pname = "sockets";
- version = "0.3.1.0";
- sha256 = "0i1h7m7yrsgz8srmpm9fw2wa1jj0cfxah2alp7q88zpgyaz2zr9d";
+ version = "0.5.0.0";
+ sha256 = "0pxrdxmiqyp5xs24sp22b4rldhzm1rahkdq5lc24m30g4p609xa3";
+ revision = "1";
+ editedCabalFile = "1ji60m0wj3jwdfwdjaxzic41rwdnq72m9xspn64f66c872lx137d";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base bytestring error-codes ip posix-api primitive stm text
+ base byteslice bytestring error-codes ip posix-api primitive
+ primitive-addr primitive-offset primitive-unlifted stm text
];
testHaskellDepends = [
- async base bytestring ip primitive tasty tasty-hunit
+ async base byteslice bytestring ip primitive primitive-addr
+ primitive-unlifted stm tasty tasty-hunit
];
- benchmarkHaskellDepends = [ base bytestring entropy ip primitive ];
+ benchmarkHaskellDepends = [
+ base byteslice bytestring entropy ip primitive
+ ];
+ doHaddock = false;
description = "High-level network sockets";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -214757,19 +214720,6 @@ self: {
}) {};
"socks" = callPackage
- ({ mkDerivation, base, bytestring, cereal, network }:
- mkDerivation {
- pname = "socks";
- version = "0.5.6";
- sha256 = "0f44qy74i0n6ll3jym0a2ipafkpw1h67amcpqmj8iq95h21wsqzs";
- revision = "1";
- editedCabalFile = "19f6yzalxbvw0zi1z8wi0vz7s21p5anvfaqsaszppnkgk6j6nnvn";
- libraryHaskellDepends = [ base bytestring cereal network ];
- description = "Socks proxy (ver 5)";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "socks_0_6_0" = callPackage
({ mkDerivation, base, basement, bytestring, cereal, network }:
mkDerivation {
pname = "socks";
@@ -214780,7 +214730,6 @@ self: {
];
description = "Socks proxy (ver 5)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"sodium" = callPackage
@@ -215038,6 +214987,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "sortee" = callPackage
+ ({ mkDerivation, base, hspec, HUnit, QuickCheck }:
+ mkDerivation {
+ pname = "sortee";
+ version = "0.1.0.1";
+ sha256 = "0lnjxryiqnkmsdqjam37ld1xqk50l3qh6lmmpsw5fnw48c8hlyzs";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base hspec HUnit QuickCheck ];
+ description = "Generate string for sort key";
+ license = stdenv.lib.licenses.gpl3;
+ }) {};
+
"sorting" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -215521,6 +215482,30 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
+ "sparse-tensor" = callPackage
+ ({ mkDerivation, ad, base, bytestring, Cabal, cereal, containers
+ , deepseq, ghc-typelits-knownnat, ghc-typelits-natnormalise
+ , hmatrix, parallel, QuickCheck, tasty, tasty-hunit
+ , tasty-quickcheck, tf-random, zlib
+ }:
+ mkDerivation {
+ pname = "sparse-tensor";
+ version = "0.2.1";
+ sha256 = "10950cp07m1p011n3a14bka2rpfrmn20k0kjb1cvca7dnxn2iv2f";
+ setupHaskellDepends = [ base Cabal ];
+ libraryHaskellDepends = [
+ ad base bytestring cereal containers deepseq ghc-typelits-knownnat
+ ghc-typelits-natnormalise hmatrix parallel tf-random zlib
+ ];
+ testHaskellDepends = [
+ base hmatrix QuickCheck tasty tasty-hunit tasty-quickcheck
+ ];
+ description = "typesafe tensor algebra library";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"sparsebit" = callPackage
({ mkDerivation, base, haskell98 }:
mkDerivation {
@@ -215606,8 +215591,8 @@ self: {
pname = "spatial-rotations";
version = "0.1.0.1";
sha256 = "02nysw4dbg5l37j83kdybxkrdzgjxn20h3lknnphwz0hr0n489ii";
- revision = "2";
- editedCabalFile = "174y0jgf9bxqsc895f984q0gwn981sxdxmnwd3c25jp03iidc6c4";
+ revision = "3";
+ editedCabalFile = "03kjhr51w600cnm1jgdc9nbm9ay66fxq93z7r6xgph1a4dmcjvg4";
libraryHaskellDepends = [
base linear manifolds-core vector-space
];
@@ -215617,8 +215602,6 @@ self: {
];
description = "Rotate about any suitable axis";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"spawn" = callPackage
@@ -215755,17 +215738,17 @@ self: {
}) {};
"spectral-clustering" = callPackage
- ({ mkDerivation, base, clustering, containers, eigen, hmatrix
+ ({ mkDerivation, base, clustering, containers, hmatrix
, hmatrix-svdlibc, mwc-random, safe, sparse-linear-algebra
, statistics, vector
}:
mkDerivation {
pname = "spectral-clustering";
- version = "0.3.0.2";
- sha256 = "1jxjqdyjj8ajv7qb3qldaqh2mr00fg51yp4fiqi5d3bd4b4isga8";
+ version = "0.3.1.3";
+ sha256 = "0izf0lvk989y4d04240hbnsr5lc5lbl9200c5km0p72lv1v07mgf";
libraryHaskellDepends = [
- base clustering containers eigen hmatrix hmatrix-svdlibc mwc-random
- safe sparse-linear-algebra statistics vector
+ base clustering containers hmatrix hmatrix-svdlibc mwc-random safe
+ sparse-linear-algebra statistics vector
];
description = "Library for spectral clustering";
license = stdenv.lib.licenses.gpl3;
@@ -215786,6 +215769,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "speculate_0_4_1" = callPackage
+ ({ mkDerivation, base, cmdargs, containers, express, leancheck }:
+ mkDerivation {
+ pname = "speculate";
+ version = "0.4.1";
+ sha256 = "1fyj6kizwwb2vpvn17s7gx4swmzsziwmf6mmxaldbrzkha46y9hn";
+ libraryHaskellDepends = [
+ base cmdargs containers express leancheck
+ ];
+ testHaskellDepends = [ base express leancheck ];
+ benchmarkHaskellDepends = [ base express leancheck ];
+ description = "discovery of properties about Haskell functions";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"speculation" = callPackage
({ mkDerivation, base, ghc-prim, stm, transformers }:
mkDerivation {
@@ -216164,8 +216163,8 @@ self: {
pname = "split";
version = "0.2.3.3";
sha256 = "04qlmkcyklznl03gsjg95b4nzb6i96gdapqg60rny9szgi7ngk8x";
- revision = "1";
- editedCabalFile = "0vz2ylx81nfq2981msig080j7n41xf2lrxzf3hj1x3g3cllb3izi";
+ revision = "2";
+ editedCabalFile = "1c8bcssxq5rkxkixgms6w6x6lzf4n7cxk6cx6av1dp3lixdy9j34";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base QuickCheck ];
description = "Combinator library for splitting lists";
@@ -216193,6 +216192,8 @@ self: {
testHaskellDepends = [ base invariant lens QuickCheck ];
description = "Split Epimorphisms and Monomorphisms";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"split-record" = callPackage
@@ -216226,20 +216227,20 @@ self: {
"splitmix" = callPackage
({ mkDerivation, async, base, base-compat-batteries, bytestring
- , containers, criterion, deepseq, process, random, tf-random, time
- , vector
+ , clock, containers, criterion, deepseq, HUnit, process, random
+ , tf-random, time, vector
}:
mkDerivation {
pname = "splitmix";
- version = "0.0.2";
- sha256 = "1y9vlik5icwimw6c8zh9pzgp0pbxvwxg48r54qsypnn1p4dbgaz6";
+ version = "0.0.3";
+ sha256 = "1k0amgkz7rvyz3lnw7m786ilnr1cibwhx9sc4qynq329gxan5r7w";
libraryHaskellDepends = [ base deepseq random time ];
testHaskellDepends = [
- async base base-compat-batteries bytestring deepseq process random
- tf-random vector
+ async base base-compat-batteries bytestring deepseq HUnit process
+ random tf-random vector
];
benchmarkHaskellDepends = [
- base containers criterion random tf-random
+ base clock containers criterion random tf-random
];
description = "Fast Splittable PRNG";
license = stdenv.lib.licenses.bsd3;
@@ -216787,31 +216788,27 @@ self: {
"squeal-postgresql" = callPackage
({ mkDerivation, aeson, base, binary-parser, bytestring
, bytestring-strict-builder, deepseq, doctest, generics-sop, hspec
- , lifted-base, mmorph, monad-control, mtl, network-ip
- , postgresql-binary, postgresql-libpq, records-sop, resource-pool
- , scientific, text, time, transformers, transformers-base
- , uuid-types, vector
+ , mmorph, mtl, network-ip, postgresql-binary, postgresql-libpq
+ , records-sop, resource-pool, scientific, text, time, transformers
+ , unliftio, unliftio-pool, uuid-types, vector
}:
mkDerivation {
pname = "squeal-postgresql";
- version = "0.4.0.0";
- sha256 = "10z1rq6jz8g6sv52bh9hjmjsw0pml9m4l04gzi19zxnwa597xk2b";
+ version = "0.5.1.0";
+ sha256 = "139a93b2zy3wximrziqxl5m9mqd66d7awzprrymwrxhxgrlrf27q";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base binary-parser bytestring bytestring-strict-builder
- deepseq generics-sop lifted-base mmorph monad-control mtl
- network-ip postgresql-binary postgresql-libpq records-sop
- resource-pool scientific text time transformers transformers-base
- uuid-types vector
+ deepseq generics-sop mmorph mtl network-ip postgresql-binary
+ postgresql-libpq records-sop resource-pool scientific text time
+ transformers unliftio unliftio-pool uuid-types vector
];
executableHaskellDepends = [
- base bytestring generics-sop mtl text transformers
- transformers-base vector
+ base bytestring generics-sop mtl text transformers vector
];
testHaskellDepends = [
- base bytestring doctest generics-sop hspec text transformers
- transformers-base vector
+ base bytestring doctest generics-sop hspec text transformers vector
];
description = "Squeal PostgreSQL Library";
license = stdenv.lib.licenses.bsd3;
@@ -217254,6 +217251,34 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "stache_2_1_0" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, criterion
+ , deepseq, directory, file-embed, filepath, hspec, hspec-discover
+ , hspec-megaparsec, megaparsec, mtl, template-haskell, text
+ , unordered-containers, vector, yaml
+ }:
+ mkDerivation {
+ pname = "stache";
+ version = "2.1.0";
+ sha256 = "1q34h46px7miy2kx1yzaj785ai70mkchmijpdq2iih1fffir8kvk";
+ enableSeparateDataOutput = true;
+ libraryHaskellDepends = [
+ aeson base bytestring containers deepseq directory filepath
+ megaparsec mtl template-haskell text unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson base bytestring containers file-embed hspec hspec-megaparsec
+ megaparsec template-haskell text yaml
+ ];
+ testToolDepends = [ hspec-discover ];
+ benchmarkHaskellDepends = [
+ aeson base criterion deepseq megaparsec text
+ ];
+ description = "Mustache templates for Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"stack" = callPackage
({ mkDerivation, aeson, annotated-wl-pprint, ansi-terminal, array
, async, attoparsec, base, base64-bytestring, bytestring, Cabal
@@ -217264,7 +217289,7 @@ self: {
, http-client, http-client-tls, http-conduit, http-download
, http-types, memory, microlens, mintty, mono-traversable, mtl
, mustache, neat-interpolation, network-uri, open-browser
- , optparse-applicative, pantry-tmp, path, path-io, persistent
+ , optparse-applicative, pantry, path, path-io, persistent
, persistent-sqlite, persistent-template, pretty, primitive
, process, project-template, QuickCheck, raw-strings-qq
, regex-applicative-text, resource-pool, resourcet, retry, rio
@@ -217277,10 +217302,8 @@ self: {
}:
mkDerivation {
pname = "stack";
- version = "2.1.1.1";
- sha256 = "1qqy0hkcvr4nblpknwljc71hck8ccpdiqxbxhj5mjwp9ybvag1j2";
- revision = "1";
- editedCabalFile = "1wn8lh8qxzj9rqvv1584gqz6rq33nkn1944ry7kpfsvwjl40vhkc";
+ version = "2.1.3.1";
+ sha256 = "1q2nagnc24fvyj3hwnpgyp3rqhxswhscyw4pw2dazqx34ad3d0zr";
configureFlags = [
"-fdisable-git-info" "-fhide-dependency-versions"
"-fsupported-build"
@@ -217297,7 +217320,7 @@ self: {
http-client http-client-tls http-conduit http-download http-types
memory microlens mintty mono-traversable mtl mustache
neat-interpolation network-uri open-browser optparse-applicative
- pantry-tmp path path-io persistent persistent-sqlite
+ pantry path path-io persistent persistent-sqlite
persistent-template pretty primitive process project-template
regex-applicative-text resource-pool resourcet retry rio
rio-prettyprint semigroups split stm streaming-commons tar
@@ -217315,7 +217338,7 @@ self: {
http-client http-client-tls http-conduit http-download http-types
memory microlens mintty mono-traversable mtl mustache
neat-interpolation network-uri open-browser optparse-applicative
- pantry-tmp path path-io persistent persistent-sqlite
+ pantry path path-io persistent persistent-sqlite
persistent-template pretty primitive process project-template
regex-applicative-text resource-pool resourcet retry rio
rio-prettyprint semigroups split stm streaming-commons tar
@@ -217333,7 +217356,7 @@ self: {
hspec http-client http-client-tls http-conduit http-download
http-types memory microlens mintty mono-traversable mtl mustache
neat-interpolation network-uri open-browser optparse-applicative
- pantry-tmp path path-io persistent persistent-sqlite
+ pantry path path-io persistent persistent-sqlite
persistent-template pretty primitive process project-template
QuickCheck raw-strings-qq regex-applicative-text resource-pool
resourcet retry rio rio-prettyprint semigroups smallcheck split stm
@@ -217375,6 +217398,8 @@ self: {
];
description = "Dead simple version bumping for hpack packages";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stack-hpc-coveralls" = callPackage
@@ -217401,6 +217426,8 @@ self: {
];
description = "Initial project template from stack";
license = stdenv.lib.licenses.isc;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stack-lib" = callPackage
@@ -217416,6 +217443,8 @@ self: {
];
description = "Wrapper to use stack as a library";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stack-network" = callPackage
@@ -217457,6 +217486,8 @@ self: {
];
description = "A program for extending Stack to add distributed capabilities";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stack-prism" = callPackage
@@ -217475,6 +217506,8 @@ self: {
testHaskellDepends = [ base template-haskell ];
description = "Stack prisms";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stack-run" = callPackage
@@ -217494,6 +217527,8 @@ self: {
];
description = "An equivalent to cabal run for stack";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stack-run-auto" = callPackage
@@ -217521,6 +217556,8 @@ self: {
];
description = "Initial project template from stack";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stack-tag" = callPackage
@@ -217553,6 +217590,8 @@ self: {
libraryHaskellDepends = [ base transformers ];
description = "The basic stack type";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stack-yaml" = callPackage
@@ -217577,8 +217616,8 @@ self: {
}:
mkDerivation {
pname = "stack2cabal";
- version = "1.0.2";
- sha256 = "0zdyjf55zda465ai6bjp13a4f4khgz59smmaa2nlbbrjknlb1kbl";
+ version = "1.0.3";
+ sha256 = "1bmghzb866p3225ai3w4xxy3s2qic3vr4srcx7xb113qjvmadran";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -217587,6 +217626,8 @@ self: {
];
description = "Convert stack projects to cabal.project + cabal.project.freeze";
license = stdenv.lib.licenses.gpl3Plus;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stack2nix" = callPackage
@@ -217613,6 +217654,8 @@ self: {
testHaskellDepends = [ base hspec ];
description = "Convert stack.yaml files into Nix build instructions.";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage" = callPackage
@@ -217631,6 +217674,8 @@ self: {
];
description = "Dummy package forcing installation of other Stackage packages";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage-build-plan" = callPackage
@@ -217655,6 +217700,8 @@ self: {
];
description = "Calculate and print (in different formats) Stackage build plans";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage-cabal" = callPackage
@@ -217675,6 +217722,8 @@ self: {
];
description = "A CLI executable for cabal-based stackage commands";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage-cli" = callPackage
@@ -217696,6 +217745,8 @@ self: {
executableHaskellDepends = [ base text ];
description = "A CLI library for stackage commands";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage-curator" = callPackage
@@ -217740,6 +217791,8 @@ self: {
];
description = "Tools for curating Stackage bundles";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage-install" = callPackage
@@ -217788,6 +217841,8 @@ self: {
];
description = "DEPRECATED Grab current metadata for all packages";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage-query" = callPackage
@@ -217811,6 +217866,8 @@ self: {
];
description = "Tool for querying Stackage";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage-sandbox" = callPackage
@@ -217831,6 +217888,8 @@ self: {
];
description = "Work with shared stackage sandboxes";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage-setup" = callPackage
@@ -217854,6 +217913,8 @@ self: {
];
description = "An executable for downloading a Haskell setup";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage-to-hackage" = callPackage
@@ -217863,8 +217924,8 @@ self: {
}:
mkDerivation {
pname = "stackage-to-hackage";
- version = "1.1.0";
- sha256 = "165g5vyxck8hh2523v4h0cwjl3yvp4wwzlsdrs9wvg9ca3ij0v85";
+ version = "1.1.1";
+ sha256 = "10zd3wqla54mfnwv65gklvmglhcpzhanqfka0l0ilnbkqlgx4acm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -217877,6 +217938,8 @@ self: {
];
description = "Convert stack.yaml to cabal.project + cabal.project.freeze";
license = stdenv.lib.licenses.gpl3Plus;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage-types" = callPackage
@@ -217896,6 +217959,8 @@ self: {
];
description = "Shared data types between various Stackage packages";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage-update" = callPackage
@@ -217932,6 +217997,8 @@ self: {
];
description = "A more secure version of cabal upload which uses HTTPS";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stackage2nix" = callPackage
@@ -217962,6 +218029,8 @@ self: {
];
description = "Convert Stack files into Nix build instructions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stacked-dag" = callPackage
@@ -217981,6 +218050,8 @@ self: {
testHaskellDepends = [ base containers doctest graphviz text ];
description = "Ascii DAG(Directed acyclic graph) for visualization of dataflow";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"staf" = callPackage
@@ -218046,8 +218117,6 @@ self: {
];
description = "Generate standalone haddock documentation for a set of packages";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"star" = callPackage
@@ -218628,19 +218697,20 @@ self: {
}) {};
"status-notifier-item" = callPackage
- ({ mkDerivation, base, bytestring, containers, dbus, dbus-hslogger
- , filepath, hslogger, lens, network, optparse-applicative, spool
- , template-haskell, text, transformers, vector
+ ({ mkDerivation, base, bytestring, bytestring-to-vector, containers
+ , dbus, dbus-hslogger, filepath, hslogger, lens, network
+ , optparse-applicative, template-haskell, text, transformers
+ , vector
}:
mkDerivation {
pname = "status-notifier-item";
- version = "0.3.0.1";
- sha256 = "0wrw635r7c2qdb90hpm5lg3kb16c3dkw88ypbszf18m02f4dsk8h";
+ version = "0.3.0.4";
+ sha256 = "0abck5zvk46kng28qjhvqkxj485zw3l6bsakxpjijb58d1i0g667";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base bytestring containers dbus filepath hslogger lens network
- spool template-haskell text transformers vector
+ base bytestring bytestring-to-vector containers dbus filepath
+ hslogger lens network template-haskell text transformers vector
];
executableHaskellDepends = [
base dbus dbus-hslogger hslogger optparse-applicative
@@ -218686,8 +218756,6 @@ self: {
];
description = "What version is the package X in stackage lts-Y.ZZ?";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"stb-image" = callPackage
@@ -218724,10 +218792,54 @@ self: {
libraryHaskellDepends = [ array base bytestring containers ];
description = "A wrapper around Sean Barrett's TrueType rasterizer library";
license = stdenv.lib.licenses.publicDomain;
+ }) {};
+
+ "stc-lang" = callPackage
+ ({ mkDerivation, abstract-par, aeson, base, BoundedChan, bytestring
+ , clock, deepseq, ghc-prim, hashable, hashtables, hedis, HUnit
+ , hw-kafka-client, microlens, microlens-aeson, monad-par
+ , monad-par-extras, mtl, random, test-framework
+ , test-framework-hunit, text, time, transformers, uuid-types
+ , vector, yaml
+ }:
+ mkDerivation {
+ pname = "stc-lang";
+ version = "1.0.0";
+ sha256 = "1x11q696f3598g3ph3shiia0xwxqjaydp27inmfqz01p891xhj5w";
+ revision = "1";
+ editedCabalFile = "1fjkr2k0j2463vifmaqm6d8pk3r66wrmf74g8lypgf9p4vbsv53m";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ abstract-par base BoundedChan bytestring deepseq microlens
+ monad-par monad-par-extras mtl transformers
+ ];
+ executableHaskellDepends = [
+ aeson base BoundedChan bytestring clock deepseq hashable hashtables
+ hedis hw-kafka-client microlens microlens-aeson mtl random text
+ transformers uuid-types vector yaml
+ ];
+ testHaskellDepends = [
+ base deepseq ghc-prim HUnit microlens mtl test-framework
+ test-framework-hunit time transformers
+ ];
+ description = "A library for implicit, monadic dataflow parallelism";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
+ "std" = callPackage
+ ({ mkDerivation }:
+ mkDerivation {
+ pname = "std";
+ version = "0";
+ sha256 = "0ldn5yxpj99yhhp5x7zlxjmd9qgqyjg68avr19k7argwcf3nr9y9";
+ doHaddock = false;
+ description = "TBA";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"stdata" = callPackage
({ mkDerivation, base, parsec, syb, template-haskell }:
mkDerivation {
@@ -218925,6 +219037,8 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "Positive rational numbers represented as paths in the Stern-Brocot tree";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stgi" = callPackage
@@ -219178,8 +219292,6 @@ self: {
libraryHaskellDepends = [ base stm transformers ];
description = "Software Transactional Memory lifted to MonadIO";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"stm-linkedlist" = callPackage
@@ -219278,6 +219390,8 @@ self: {
testHaskellDepends = [ async base QuickCheck random Unique ];
description = "STM wrapper around Control.Concurrent.Supply.";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stm-tlist" = callPackage
@@ -219556,8 +219670,8 @@ self: {
}:
mkDerivation {
pname = "store";
- version = "0.5.1.1";
- sha256 = "1lp2kcrb4d3wsyd1cfmw3927w693lq9hj2anv0j993wvpdvd1cgl";
+ version = "0.5.1.2";
+ sha256 = "1abwlcj0z17hj5h94cbg1sgqfdsdgjhgfgd2aaspsn4zdfk5bjc5";
libraryHaskellDepends = [
array async base base-orphans base64-bytestring bifunctors
bytestring containers contravariant cryptohash deepseq directory
@@ -219671,8 +219785,8 @@ self: {
}:
mkDerivation {
pname = "stratosphere";
- version = "0.29.1";
- sha256 = "0j3mb09k498xynhc82cnsknzkbjwn9lvvanrz78jpx4fhh73zrlz";
+ version = "0.40.0";
+ sha256 = "0xj8bclyfvhdw12jfndg6pivzrbhqjf2qky383n0w6if11cfli1z";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -219688,15 +219802,15 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "stratosphere_0_38_0" = callPackage
+ "stratosphere_0_41_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, hashable, hspec, hspec-discover, lens, template-haskell, text
, unordered-containers
}:
mkDerivation {
pname = "stratosphere";
- version = "0.38.0";
- sha256 = "08sj14r458cfns56586qwkvv54fcxc8m796w4d9hlacc3pzr0q0s";
+ version = "0.41.0";
+ sha256 = "1prwkvlc9qglc0465gibv26h1nd06bdiayp22i91dw3ws3mbhzs5";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -219736,87 +219850,88 @@ self: {
}) {};
"stratux" = callPackage
- ({ mkDerivation, base, directory, doctest, filepath, QuickCheck
- , stratux-http, stratux-types, stratux-websockets, template-haskell
+ ({ mkDerivation, base, stratux-http, stratux-types
+ , stratux-websockets
}:
mkDerivation {
pname = "stratux";
- version = "0.0.9";
- sha256 = "17jy7svf74k3r87p8xlp0hi9z95f5npmnn28jlwx4rb68dn63aly";
+ version = "0.0.10";
+ sha256 = "0km05c7i6yxlxy4fa39rrll1xmf5yzb6vk1b8s8rmh19520dzb07";
libraryHaskellDepends = [
base stratux-http stratux-types stratux-websockets
];
- testHaskellDepends = [
- base directory doctest filepath QuickCheck template-haskell
- ];
description = "A library for stratux";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
- "stratux-http" = callPackage
- ({ mkDerivation, aeson, base, directory, doctest, either, filepath
- , HTTP, network-uri, QuickCheck, stratux-types, template-haskell
- , utf8-string
+ "stratux-demo" = callPackage
+ ({ mkDerivation, base, lens, network-uri, optparse-applicative
+ , stratux, text, time, transformers
}:
mkDerivation {
- pname = "stratux-http";
- version = "0.0.9";
- sha256 = "121pansnd8pdhv9ki2qdav93cwldmnxnykjldhbkb2bkyr0skdyb";
- revision = "1";
- editedCabalFile = "0paq3zs9c39dcjxxyz975q4nccmgdxxay839wa60gka75hix34gs";
+ pname = "stratux-demo";
+ version = "0.0.12";
+ sha256 = "0rarr1z6rk6idjyxzb0053p90rpixqwc767bslcm6dvj9rxbgsvp";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [
- aeson base either HTTP network-uri stratux-types utf8-string
+ base lens network-uri optparse-applicative stratux text time
+ transformers
];
- testHaskellDepends = [
- base directory doctest filepath QuickCheck template-haskell
+ executableHaskellDepends = [
+ base lens network-uri optparse-applicative stratux text time
+ transformers
];
- description = "A library for using HTTP with stratux";
+ description = "A demonstration of the stratux library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
+ "stratux-http" = callPackage
+ ({ mkDerivation, aeson, base, HTTP, network-uri, stratux-types
+ , transformers, utf8-string
+ }:
+ mkDerivation {
+ pname = "stratux-http";
+ version = "0.0.11";
+ sha256 = "056fz3fs1giwlh9yfj462p0bg98gzikbqvkkwcyrmyqpxjsala15";
+ libraryHaskellDepends = [
+ aeson base HTTP network-uri stratux-types transformers utf8-string
+ ];
+ description = "A library for using HTTP with stratux";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"stratux-types" = callPackage
- ({ mkDerivation, aeson, base, bytestring, directory, doctest
- , filepath, lens, QuickCheck, scientific, template-haskell, text
+ ({ mkDerivation, aeson, base, bytestring, lens, scientific, text
, time
}:
mkDerivation {
pname = "stratux-types";
- version = "0.0.9";
- sha256 = "06d4qagcmzch25zkxpnvw04h5aav5wbdrfyi6xvzvndj12hvayza";
+ version = "0.0.11";
+ sha256 = "0ps9y9rfjk5xzikkl4rsv203rfqc1yqa8alp5hx37lqgcnymw4hy";
libraryHaskellDepends = [
aeson base bytestring lens scientific text time
];
- testHaskellDepends = [
- base directory doctest filepath QuickCheck template-haskell
- ];
description = "A library for reading JSON output from stratux";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"stratux-websockets" = callPackage
- ({ mkDerivation, aeson, base, directory, doctest, either, filepath
- , network, QuickCheck, stratux-types, template-haskell, text
+ ({ mkDerivation, aeson, base, either, network, stratux-types, text
, transformers, websockets
}:
mkDerivation {
pname = "stratux-websockets";
- version = "0.0.9";
- sha256 = "0076n4i250frv71w9sysw935g5aq0py8shwaqrhjrv4jp6mb2k3q";
- revision = "1";
- editedCabalFile = "0863p5spgs68q6ddp3v9azm7x01wky1480yp3rrjxpkgay1ha4db";
+ version = "0.0.11";
+ sha256 = "0602y8h37zplp1g0fmdim1f8pmdz713jydc4qsh6ii3x58i8klj5";
libraryHaskellDepends = [
aeson base either network stratux-types text transformers
websockets
];
- testHaskellDepends = [
- base directory doctest filepath QuickCheck template-haskell
- ];
description = "A library for using websockets with stratux";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -219988,8 +220103,6 @@ self: {
];
description = "Benchmarks to compare streaming packages";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"streaming-binary" = callPackage
@@ -220137,8 +220250,6 @@ self: {
];
description = "Concurrency support for the streaming ecosystem";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"streaming-conduit" = callPackage
@@ -220230,8 +220341,6 @@ self: {
];
description = "Streaming interface for LZMA/XZ compression";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"streaming-osm" = callPackage
@@ -220254,8 +220363,6 @@ self: {
];
description = "A hand-written streaming byte parser for OpenStreetMap Protobuf data";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"streaming-pcap" = callPackage
@@ -220277,8 +220384,6 @@ self: {
];
description = "Stream packets via libpcap";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"streaming-png" = callPackage
@@ -220424,34 +220529,6 @@ self: {
}) {};
"streamly" = callPackage
- ({ mkDerivation, atomic-primops, base, clock, containers, deepseq
- , exceptions, gauge, ghc-prim, heaps, hspec, lockfree-queue
- , monad-control, mtl, QuickCheck, random, transformers
- , transformers-base
- }:
- mkDerivation {
- pname = "streamly";
- version = "0.5.2";
- sha256 = "1pla9356yhf6zv2yz4mh8g1dslzdkkych4jrjyi4rw66frvw0jg6";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- atomic-primops base clock containers exceptions ghc-prim heaps
- lockfree-queue monad-control mtl transformers transformers-base
- ];
- testHaskellDepends = [
- base containers exceptions hspec mtl QuickCheck random transformers
- ];
- benchmarkHaskellDepends = [
- atomic-primops base clock containers deepseq exceptions gauge
- ghc-prim heaps lockfree-queue monad-control mtl random transformers
- transformers-base
- ];
- description = "Beautiful Streaming, Concurrent and Reactive Composition";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "streamly_0_6_1" = callPackage
({ mkDerivation, atomic-primops, base, containers, deepseq
, exceptions, gauge, ghc-prim, heaps, hspec, lockfree-queue
, monad-control, mtl, QuickCheck, random, transformers
@@ -220473,7 +220550,6 @@ self: {
benchmarkHaskellDepends = [ base deepseq gauge random ];
description = "Beautiful Streaming, Concurrent and Reactive Composition";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"streamproc" = callPackage
@@ -220949,8 +221025,8 @@ self: {
}:
mkDerivation {
pname = "string-transform";
- version = "1.1.0";
- sha256 = "1f76aiimm2knc68g08dc9j495mjkas87jw8w27silrsq3pzayzad";
+ version = "1.1.1";
+ sha256 = "08ay7r8ln4jwn7iq6smbny5lby3xgzlrlqj02yp61n1cn0sgzbhw";
libraryHaskellDepends = [ base bytestring text utf8-string ];
testHaskellDepends = [
base bytestring tasty tasty-hunit tasty-smallcheck text utf8-string
@@ -221087,6 +221163,20 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "strip-ansi-escape" = callPackage
+ ({ mkDerivation, attoparsec, base, hspec, QuickCheck, text }:
+ mkDerivation {
+ pname = "strip-ansi-escape";
+ version = "0.1.0.0";
+ sha256 = "0yxz4ygckhzav8s2vbd6355gclk1zs6xk0s0s90nxd7yxhahfpx8";
+ revision = "2";
+ editedCabalFile = "0pzp5wya73l732waxjl3fza3kkr7ip7bgsj6xhvsi1k0n69yvwh8";
+ libraryHaskellDepends = [ attoparsec base text ];
+ testHaskellDepends = [ base hspec QuickCheck text ];
+ description = "Strip ANSI escape code from string";
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"stripe" = callPackage
({ mkDerivation, aeson, base, bytestring, http-conduit, http-types
, mtl, text, time, unordered-containers, utf8-string
@@ -221109,8 +221199,8 @@ self: {
({ mkDerivation, base, bytestring, text }:
mkDerivation {
pname = "stripe-concepts";
- version = "1.0.0.0";
- sha256 = "0s518mlb181407w2gmlhaayaf3ypn03lzw3fmkzkiqz2c89kd1rw";
+ version = "1.0.1.0";
+ sha256 = "1bpxsi9dpazxjh3m5lbkvm7aszylmhvkpazw8hdgpdnkv3gryjv5";
libraryHaskellDepends = [ base bytestring text ];
description = "Types for the Stripe API";
license = stdenv.lib.licenses.mit;
@@ -221122,8 +221212,8 @@ self: {
}:
mkDerivation {
pname = "stripe-core";
- version = "2.4.1";
- sha256 = "1ab3smzvm9qw4g1b5prin7njifwfls51c4cb625aaziljmpwyg27";
+ version = "2.5.0";
+ sha256 = "06b5qx20zkvaqvn98jqmq0vqrpkgfvab5wjq7lwlcdm9nn7nrsgi";
libraryHaskellDepends = [
aeson base bytestring mtl text time transformers
unordered-containers
@@ -221136,8 +221226,8 @@ self: {
({ mkDerivation, base, stripe-core, stripe-http-client }:
mkDerivation {
pname = "stripe-haskell";
- version = "2.4.1";
- sha256 = "041kj0dh6qzpmcwb6wm5ii9l6dwdpja3big57n0134z41hw0p45f";
+ version = "2.5.0";
+ sha256 = "0qazqygkg6hlfvz6wg3gk2am7qnxzsfqjqh6mgyandz9l141pyx5";
libraryHaskellDepends = [ base stripe-core stripe-http-client ];
description = "Stripe API for Haskell";
license = stdenv.lib.licenses.mit;
@@ -221151,8 +221241,8 @@ self: {
}:
mkDerivation {
pname = "stripe-http-client";
- version = "2.4.1";
- sha256 = "1x7720awkh97wpkyn6mbqb788a07lfshd8w55qwywfxlp42qg4a3";
+ version = "2.5.0";
+ sha256 = "1386d2bhql56kazxx89icl1j5ikhhza2cv934x19s5lqsl8089yi";
libraryHaskellDepends = [
aeson base bytestring http-client http-client-tls http-types
stripe-core text
@@ -221230,14 +221320,16 @@ self: {
}:
mkDerivation {
pname = "stripe-tests";
- version = "2.4.1";
- sha256 = "1lq2m450y7ylalcimy2fm2c6vhl0m3pyj7m52cni5dm398qskmr6";
+ version = "2.5.0";
+ sha256 = "0jqxzdriaysf2lya8p9lc1ind2m4b4nz15dn7vb3sx74vw6lp4s3";
libraryHaskellDepends = [
aeson base bytestring free hspec hspec-core mtl random stripe-core
text time transformers unordered-containers
];
description = "Tests for Stripe API bindings for Haskell";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stripe-wreq" = callPackage
@@ -221301,8 +221393,8 @@ self: {
}:
mkDerivation {
pname = "strongswan-sql";
- version = "1.3.0.0";
- sha256 = "0dxl6j73hmw9la2ivbgxm6wr12dd79nh2315k517zlgiq4q1yir7";
+ version = "1.3.0.1";
+ sha256 = "1n61xxgp4saljyq6zywi5x5nlcwzp3i9vhwlmib790wr19znnxky";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -221322,8 +221414,6 @@ self: {
];
description = "Interface library for strongSwan SQL backend";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"strptime" = callPackage
@@ -221605,35 +221695,6 @@ self: {
}) {};
"stylish-haskell" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, directory
- , file-embed, filepath, haskell-src-exts, HUnit, mtl
- , optparse-applicative, semigroups, strict, syb, test-framework
- , test-framework-hunit, yaml
- }:
- mkDerivation {
- pname = "stylish-haskell";
- version = "0.9.2.1";
- sha256 = "1ls11fdx6snvfx8yykpidz142zzxwi5bazl49hgfqlwx50rqcp7w";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bytestring containers directory file-embed filepath
- haskell-src-exts mtl semigroups syb yaml
- ];
- executableHaskellDepends = [
- aeson base bytestring containers directory file-embed filepath
- haskell-src-exts mtl optparse-applicative strict syb yaml
- ];
- testHaskellDepends = [
- aeson base bytestring containers directory file-embed filepath
- haskell-src-exts HUnit mtl syb test-framework test-framework-hunit
- yaml
- ];
- description = "Haskell code prettifier";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "stylish-haskell_0_9_2_2" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, directory
, file-embed, filepath, haskell-src-exts, HUnit, mtl
, optparse-applicative, semigroups, strict, syb, test-framework
@@ -221660,7 +221721,27 @@ self: {
];
description = "Haskell code prettifier";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "stylist" = callPackage
+ ({ mkDerivation, base, css-syntax, hashable, hspec, network-uri
+ , QuickCheck, text, unordered-containers
+ }:
+ mkDerivation {
+ pname = "stylist";
+ version = "1.0.0.0";
+ sha256 = "0lh8x8wqq4rsy4zn025qhs6jr9iaw65xqpbrk233h620prj23525";
+ libraryHaskellDepends = [
+ base css-syntax hashable network-uri text unordered-containers
+ ];
+ testHaskellDepends = [
+ base css-syntax hashable hspec network-uri QuickCheck text
+ unordered-containers
+ ];
+ description = "Apply CSS styles to a document tree";
+ license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"stylized" = callPackage
@@ -221695,31 +221776,26 @@ self: {
}) {};
"suavemente" = callPackage
- ({ mkDerivation, base, blaze-markup, bytestring, diagrams-core
- , diagrams-lib, diagrams-svg, interpolatedstring-perl6, lens, mtl
- , servant, servant-blaze, servant-server, servant-websockets, stm
- , streaming, svg-builder, transformers, warp, websockets
+ ({ mkDerivation, aeson, base, blaze-markup, bytestring, colour
+ , containers, diagrams-core, diagrams-lib, diagrams-svg
+ , interpolatedstring-perl6, lens, mtl, servant, servant-blaze
+ , servant-server, servant-websockets, stm, streaming, svg-builder
+ , text, transformers, warp, websockets
}:
mkDerivation {
pname = "suavemente";
- version = "0.1.0.0";
- sha256 = "1595jc7lqvdk60p0cc3vjag7lgd90ayfwb16n70i1j9sz3b2qvva";
- isLibrary = true;
- isExecutable = true;
+ version = "0.2.0.0";
+ sha256 = "0m5sfa3sx67mx1wsps0vpr4g4vq64rmdml6p930r1jp3b4rd41wa";
libraryHaskellDepends = [
- base blaze-markup bytestring diagrams-core diagrams-lib
- diagrams-svg interpolatedstring-perl6 lens mtl servant
+ aeson base blaze-markup bytestring colour containers diagrams-core
+ diagrams-lib diagrams-svg interpolatedstring-perl6 lens mtl servant
servant-blaze servant-server servant-websockets stm streaming
- svg-builder transformers warp websockets
- ];
- executableHaskellDepends = [
- base blaze-markup bytestring diagrams-core diagrams-lib
- diagrams-svg interpolatedstring-perl6 lens mtl servant
- servant-blaze servant-server servant-websockets stm streaming
- svg-builder transformers warp websockets
+ svg-builder text transformers warp websockets
];
description = "An applicative functor that seamlessly talks to HTML inputs";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"sub-state" = callPackage
@@ -221862,8 +221938,6 @@ self: {
];
description = "Match / replace substrings with a parser combinators";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"subtitleParser" = callPackage
@@ -222032,34 +222106,6 @@ self: {
}) {};
"summoner" = callPackage
- ({ mkDerivation, aeson, ansi-terminal, base, base-noprelude
- , bytestring, directory, filepath, generic-deriving, gitrev
- , hedgehog, hspec, neat-interpolation, optparse-applicative
- , process, relude, text, time, tomland
- }:
- mkDerivation {
- pname = "summoner";
- version = "1.2.0";
- sha256 = "04shi46j44g81zylmrm807rlinfx6sjpdwvxxyw9rhnpx56b8r34";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson ansi-terminal base-noprelude bytestring directory filepath
- generic-deriving gitrev neat-interpolation optparse-applicative
- process relude text time tomland
- ];
- executableHaskellDepends = [ base ];
- testHaskellDepends = [
- base-noprelude filepath hedgehog hspec neat-interpolation relude
- tomland
- ];
- description = "Tool for scaffolding completely configured production Haskell projects";
- license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "summoner_1_3_0_1" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, base-noprelude
, bytestring, directory, filepath, generic-deriving, gitrev
, hedgehog, hspec, neat-interpolation, optparse-applicative
@@ -222069,8 +222115,8 @@ self: {
pname = "summoner";
version = "1.3.0.1";
sha256 = "1m08n2ip9rjx06mcwcv636ncicmpxcmhx82i3p4yc5vylibxr57s";
- revision = "3";
- editedCabalFile = "0galzkk5y41akmy12vfk8zh5pm9pyv4a5034qpfcxm7ix0s2ivms";
+ revision = "4";
+ editedCabalFile = "1vjk95n2wqybigy8p55gs7qkiv5v1lwf8qmri1f9bk29599sh74k";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -222234,8 +222280,8 @@ self: {
}:
mkDerivation {
pname = "super-user-spark";
- version = "0.4.0.1";
- sha256 = "0pxkvc1vjarh4p5rqnai6nlsqxv9as8jvqs2vpywl1525nsfyvy5";
+ version = "0.4.0.3";
+ sha256 = "0z2alc67p8nvvwaxxrgwhkwfki1iw7ycs3ay8kyfw0wh01d2cmgk";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -222287,6 +222333,8 @@ self: {
];
description = "Efficiently build a bytestring from smaller chunks";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"supercollider-ht" = callPackage
@@ -222477,6 +222525,8 @@ self: {
testHaskellDepends = [ base hspec ];
description = "Monitor groups of threads with non-hierarchical lifetimes";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"supplemented" = callPackage
@@ -222555,6 +222605,36 @@ self: {
broken = true;
}) {};
+ "sv_1_4" = callPackage
+ ({ mkDerivation, attoparsec, base, bifunctors, bytestring, cassava
+ , contravariant, criterion, deepseq, hedgehog, hw-dsv, lens, Only
+ , parsers, semigroupoids, semigroups, sv-core, tasty
+ , tasty-hedgehog, tasty-hunit, text, transformers, trifecta
+ , utf8-string, validation, vector
+ }:
+ mkDerivation {
+ pname = "sv";
+ version = "1.4";
+ sha256 = "02ymnnknfppx59b922y62grkmarwsyy77iv6bmyp2bzm8vbvnvd5";
+ libraryHaskellDepends = [
+ attoparsec base bifunctors bytestring contravariant hw-dsv
+ semigroupoids sv-core transformers utf8-string validation
+ ];
+ testHaskellDepends = [
+ base bytestring cassava contravariant hedgehog lens Only parsers
+ semigroupoids semigroups tasty tasty-hedgehog tasty-hunit text
+ trifecta utf8-string validation vector
+ ];
+ benchmarkHaskellDepends = [
+ attoparsec base bytestring criterion deepseq hw-dsv lens text
+ vector
+ ];
+ description = "Encode and decode separated values (CSV, PSV, ...)";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"sv-cassava" = callPackage
({ mkDerivation, attoparsec, base, bytestring, cassava, HUnit
, sv-core, text, utf8-string, validation, vector
@@ -222563,8 +222643,8 @@ self: {
pname = "sv-cassava";
version = "0.3";
sha256 = "1c4wacp7k5sgr5fy73h9if98d08apmcs6p4p3f3fvpqkm8jmf71b";
- revision = "2";
- editedCabalFile = "14grn815r54480jqpfib6qi3ivbaw0asa5ys0rp93allsprk96xb";
+ revision = "3";
+ editedCabalFile = "13414sn9rllq842bz0lv8qzdy6fxv72jbhmk64krrxq2xmw7wkhb";
libraryHaskellDepends = [
attoparsec base bytestring cassava sv-core utf8-string validation
vector
@@ -222577,31 +222657,6 @@ self: {
}) {};
"sv-core" = callPackage
- ({ mkDerivation, attoparsec, base, bifunctors, bytestring
- , containers, contravariant, deepseq, lens, mtl, parsec
- , profunctors, QuickCheck, readable, semigroupoids, semigroups
- , tasty, tasty-quickcheck, text, transformers, trifecta
- , utf8-string, validation, vector, void
- }:
- mkDerivation {
- pname = "sv-core";
- version = "0.3.1";
- sha256 = "08j8qin7q04jvrb1gd870cylix7p81f4rws1k31b3azby2mdja6h";
- libraryHaskellDepends = [
- attoparsec base bifunctors bytestring containers contravariant
- deepseq lens mtl parsec profunctors readable semigroupoids
- semigroups text transformers trifecta utf8-string validation vector
- void
- ];
- testHaskellDepends = [
- base bytestring profunctors QuickCheck semigroupoids semigroups
- tasty tasty-quickcheck text validation vector
- ];
- description = "Encode and decode separated values (CSV, PSV, ...)";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "sv-core_0_4_1" = callPackage
({ mkDerivation, attoparsec, base, bifunctors, bytestring
, containers, contravariant, deepseq, double-conversion, lens, mtl
, parsec, profunctors, QuickCheck, readable, semigroupoids
@@ -222626,6 +222681,31 @@ self: {
];
description = "Encode and decode separated values (CSV, PSV, ...)";
license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "sv-core_0_5" = callPackage
+ ({ mkDerivation, attoparsec, base, bifunctors, bytestring
+ , containers, contravariant, deepseq, double-conversion, lens, mtl
+ , parsec, profunctors, QuickCheck, readable, semigroupoids
+ , semigroups, tasty, tasty-quickcheck, text, transformers, trifecta
+ , utf8-string, validation, vector, void
+ }:
+ mkDerivation {
+ pname = "sv-core";
+ version = "0.5";
+ sha256 = "1x5gmv2pbn3hx1dhpkigivjkbg6n6xy7lc36wmccsw2qqn9r5qxa";
+ libraryHaskellDepends = [
+ attoparsec base bifunctors bytestring containers contravariant
+ deepseq double-conversion lens mtl parsec profunctors readable
+ semigroupoids semigroups text transformers trifecta utf8-string
+ validation vector void
+ ];
+ testHaskellDepends = [
+ base bytestring profunctors QuickCheck semigroupoids semigroups
+ tasty tasty-quickcheck text validation vector
+ ];
+ description = "Encode and decode separated values (CSV, PSV, ...)";
+ license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@@ -222637,8 +222717,8 @@ self: {
pname = "sv-svfactor";
version = "0.2";
sha256 = "1fjgryypq6i4r3w9zdb282aq5lqp4577mzzycafklphc0d2ancgb";
- revision = "1";
- editedCabalFile = "0g0bswas1y06k1yg9lgzwm36pyxd05s3pji3nsiqff6bhfph3d37";
+ revision = "2";
+ editedCabalFile = "1igmg66d7zs8pcia4j7nhr7iivnbanqz34wcpfx967823vc2whpw";
libraryHaskellDepends = [
base bytestring lens profunctors sv-core svfactor validation
];
@@ -222714,8 +222794,8 @@ self: {
}:
mkDerivation {
pname = "svg-tree";
- version = "0.6.2.3";
- sha256 = "0snvv2l7fpj7nl1sxnpxz5h2xpskjxxl0l2c7bqkwhcj7571br99";
+ version = "0.6.2.4";
+ sha256 = "1hhs2w6fmd1m6768p1bfhj6vi4br4ray0g9f1hv8g19pqgip3r2c";
libraryHaskellDepends = [
attoparsec base bytestring containers JuicyPixels lens linear mtl
scientific text transformers vector xml
@@ -222916,40 +222996,6 @@ self: {
}) {};
"swagger2" = callPackage
- ({ mkDerivation, aeson, base, base-compat-batteries, bytestring
- , Cabal, cabal-doctest, containers, cookie, doctest, generics-sop
- , Glob, hashable, hspec, hspec-discover, http-media, HUnit
- , insert-ordered-containers, lens, mtl, network, QuickCheck
- , quickcheck-instances, scientific, template-haskell, text, time
- , transformers, transformers-compat, unordered-containers
- , utf8-string, uuid-types, vector
- }:
- mkDerivation {
- pname = "swagger2";
- version = "2.3.1.1";
- sha256 = "19fslhjqcnk0da1c8sdflnnxjzbbzqb0nbknpgyd45q0psxr6xs7";
- revision = "1";
- editedCabalFile = "1g6jiadrvglrbf0857nzfbnjxmb3lwqamgs47j3qv9k6kfwilzyk";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- aeson base base-compat-batteries bytestring containers cookie
- generics-sop hashable http-media insert-ordered-containers lens mtl
- network QuickCheck scientific template-haskell text time
- transformers transformers-compat unordered-containers uuid-types
- vector
- ];
- testHaskellDepends = [
- aeson base base-compat-batteries bytestring containers doctest Glob
- hashable hspec HUnit insert-ordered-containers lens mtl QuickCheck
- quickcheck-instances template-haskell text time
- unordered-containers utf8-string vector
- ];
- testToolDepends = [ hspec-discover ];
- description = "Swagger 2.0 data model";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "swagger2_2_4" = callPackage
({ mkDerivation, aeson, base, base-compat-batteries, bytestring
, Cabal, cabal-doctest, containers, cookie, doctest, generics-sop
, Glob, hashable, hspec, hspec-discover, http-media, HUnit
@@ -222979,7 +223025,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Swagger 2.0 data model";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"swapper" = callPackage
@@ -223114,8 +223159,8 @@ self: {
({ mkDerivation, base, containers, HUnit, mtl }:
mkDerivation {
pname = "syb";
- version = "0.7";
- sha256 = "1da2zz7gqm4xbkx5vpd74dayx1svaxyl145fl14mq15lbb77sxdq";
+ version = "0.7.1";
+ sha256 = "0077vxzyi9ppbphi2ialac3p376k49qly1kskdgf57wdwix9qjp0";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base containers HUnit mtl ];
description = "Scrap Your Boilerplate";
@@ -223247,33 +223292,30 @@ self: {
}:
mkDerivation {
pname = "symantic";
- version = "6.3.2.20180208";
- sha256 = "1a6ifwhrn35wfx0lf2gbq203rb882p7hl0yji7rwfrvxrp4ax518";
+ version = "6.3.4.20190712";
+ sha256 = "0khx7ddr9cdwyqz22xai8vmjn37c3w9gf4mlzil8lqvdf2cwk6wk";
libraryHaskellDepends = [
base containers mono-traversable symantic-document symantic-grammar
text transformers
];
description = "Library for Typed Tagless-Final Higher-Order Composable DSL";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"symantic-cli" = callPackage
- ({ mkDerivation, base, containers, megaparsec, symantic-document
- , text, transformers
+ ({ mkDerivation, base, bytestring, containers, megaparsec
+ , symantic-document, text, transformers
}:
mkDerivation {
pname = "symantic-cli";
- version = "0.0.0.20180410";
- sha256 = "0025rgjjz198sh6gb8zzy7283pnb6vza3q3d7x5xl27c77mpivpx";
+ version = "2.4.0.20190719";
+ sha256 = "0ca3c309wxby99sy3xa96i04q2r7wxcgk4amy8z86xaz1r78a60d";
libraryHaskellDepends = [
- base containers megaparsec symantic-document text transformers
+ base bytestring containers megaparsec symantic-document text
+ transformers
];
- description = "Library for Command Line Interface (CLI)";
+ description = "Symantics for parsing and documenting a CLI";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"symantic-document" = callPackage
@@ -223282,8 +223324,8 @@ self: {
}:
mkDerivation {
pname = "symantic-document";
- version = "0.1.2.20180831";
- sha256 = "1vlxgn9gdd03azqf2csxjiyqsplg68wv3qr6d08zj5dvqskz27by";
+ version = "1.5.0.20190711";
+ sha256 = "01vza9k4ic6xwgj4jqihcfm5a5q8n6svi1988v851pi40dg8m03s";
libraryHaskellDepends = [ ansi-terminal base text transformers ];
testHaskellDepends = [
base containers tasty tasty-hunit text transformers
@@ -223298,16 +223340,14 @@ self: {
}:
mkDerivation {
pname = "symantic-grammar";
- version = "0.3.1.20180831";
- sha256 = "0n2x5sb5gv9lkhfmq9yfjxfk6q19h71xqbskkg7ar8nglz0jhldp";
+ version = "0.3.3.20190614";
+ sha256 = "1vrf1kmvs7x8lzbnm90kmy114d2yd81fqw6i1j9nys8yq1z40v8a";
libraryHaskellDepends = [ base text ];
testHaskellDepends = [
base megaparsec tasty tasty-hunit text transformers
];
description = "Library for symantic grammars";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"symantic-http" = callPackage
@@ -223445,8 +223485,8 @@ self: {
}:
mkDerivation {
pname = "symantic-lib";
- version = "0.0.4.20180831";
- sha256 = "1agqlz7drckjm8a2swvqiryy7y6kdahq8d24rwkbzn3nw1bnyvk1";
+ version = "0.0.5.20190614";
+ sha256 = "02rzm43h71ivdx8vwbsa8ij5vv7jkf2y78f568lvkwgr1av84hz9";
libraryHaskellDepends = [
base containers mono-traversable symantic symantic-grammar text
transformers
@@ -223458,6 +223498,29 @@ self: {
];
description = "Symantics for common types";
license = stdenv.lib.licenses.gpl3;
+ }) {};
+
+ "symantic-xml" = callPackage
+ ({ mkDerivation, base, bytestring, containers, data-default-class
+ , deepseq, filepath, hashable, hxt-charproperties, megaparsec, safe
+ , tasty, tasty-golden, text, transformers, treeseq
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "symantic-xml";
+ version = "1.0.0.20190223";
+ sha256 = "0mqx0ysp9c4zzljjgl0w68k5r8qgv2h35cfq0mqvijcjq5dgiflp";
+ libraryHaskellDepends = [
+ base bytestring containers data-default-class filepath hashable
+ hxt-charproperties megaparsec safe text transformers treeseq
+ unordered-containers
+ ];
+ testHaskellDepends = [
+ base bytestring containers data-default-class deepseq filepath
+ hashable megaparsec tasty tasty-golden text transformers treeseq
+ ];
+ description = "Library for reading, validating and writing a subset of the XML format";
+ license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@@ -223475,6 +223538,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "symbolic-link" = callPackage
+ ({ mkDerivation, base, directory, tasty, tasty-hunit, unix }:
+ mkDerivation {
+ pname = "symbolic-link";
+ version = "0.1.1.1";
+ sha256 = "1g5w67kviqzz5q9xpln6nh8g86yh1v2wmgmgjmn5ai1qj4x80rf8";
+ libraryHaskellDepends = [ base directory unix ];
+ testHaskellDepends = [ base tasty tasty-hunit unix ];
+ description = "Symlink functions";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"symbols" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -224004,21 +224079,21 @@ self: {
"synthesizer-llvm" = callPackage
({ mkDerivation, base, containers, event-list, llvm-extra, llvm-tf
, midi, non-empty, non-negative, numeric-prelude, pathtype
- , QuickCheck, random, sox, storable-record, storable-tuple
- , storablevector, synthesizer-core, synthesizer-midi, tfp
- , transformers, unsafe, utility-ht, vault
+ , QuickCheck, random, semigroups, sox, storable-record
+ , storable-tuple, storablevector, synthesizer-core
+ , synthesizer-midi, tfp, transformers, unsafe, utility-ht, vault
}:
mkDerivation {
pname = "synthesizer-llvm";
- version = "0.8.1.2";
- sha256 = "1rklmaibicc4fwcz22cw6vp5qm74b5vn5ymflwk4gi3knsn7mzi9";
+ version = "0.8.2";
+ sha256 = "0vf0p1ajs7k327cc1dwm6ja2qyby865g1bqc6mzrjn826dv2vric";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base containers event-list llvm-extra llvm-tf midi non-empty
- non-negative numeric-prelude pathtype random sox storable-record
- storable-tuple storablevector synthesizer-core synthesizer-midi tfp
- transformers unsafe utility-ht vault
+ non-negative numeric-prelude pathtype random semigroups sox
+ storable-record storable-tuple storablevector synthesizer-core
+ synthesizer-midi tfp transformers unsafe utility-ht vault
];
testHaskellDepends = [
base llvm-extra llvm-tf numeric-prelude QuickCheck random
@@ -224424,8 +224499,8 @@ self: {
({ mkDerivation, base, bytestring, network, transformers, unix }:
mkDerivation {
pname = "systemd";
- version = "1.1.2";
- sha256 = "11wjsfnnsfgrffsxy9s5yqlzb7zxlrjg92mhanq66jvbnqh1jijr";
+ version = "1.2.0";
+ sha256 = "04jzgixwy267bx75byi1pavfgic2h3znn42psb70i6l6xvwn875g";
libraryHaskellDepends = [
base bytestring network transformers unix
];
@@ -224434,12 +224509,12 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "systemd_2_0_0" = callPackage
+ "systemd_2_1_0" = callPackage
({ mkDerivation, base, bytestring, network, transformers, unix }:
mkDerivation {
pname = "systemd";
- version = "2.0.0";
- sha256 = "02lhmpp87rwsnkgxxj0vlkl022w331v1vszmnr8b54174lzakvna";
+ version = "2.1.0";
+ sha256 = "1m6z5f3zaxxn9jcbd02b16rzgbifzwlwvpbw8v16qh5q8sy074dc";
libraryHaskellDepends = [
base bytestring network transformers unix
];
@@ -224784,8 +224859,8 @@ self: {
}:
mkDerivation {
pname = "taffybar";
- version = "3.2.0";
- sha256 = "1fnp29nwwq7vlynd5xrb44k32fi3l3pakyhaa80bpcmcbyab574c";
+ version = "3.2.1";
+ sha256 = "1bha6b8p46pr6hw9iawbffdg8lf6cmv1ryw96r2qn1jfikl6h39v";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -224803,12 +224878,12 @@ self: {
xdg-basedir xml xml-helpers xmonad
];
libraryPkgconfigDepends = [ gtk3 ];
- executableHaskellDepends = [ base hslogger optparse-applicative ];
+ executableHaskellDepends = [
+ base directory hslogger optparse-applicative
+ ];
executablePkgconfigDepends = [ gtk3 ];
description = "A desktop bar similar to xmobar, but with more GUI";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) gtk3;};
"tag-bits" = callPackage
@@ -224910,17 +224985,6 @@ self: {
}) {};
"tagged-identity" = callPackage
- ({ mkDerivation, base, mtl, transformers }:
- mkDerivation {
- pname = "tagged-identity";
- version = "0.1.2";
- sha256 = "0402snxl1cpi7yq03aqkp036hjcrrqiy0if3c3bz6ljls7yxfvci";
- libraryHaskellDepends = [ base mtl transformers ];
- description = "Trivial monad transformer that allows identical monad stacks have different types";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "tagged-identity_0_1_3" = callPackage
({ mkDerivation, base, mtl, transformers }:
mkDerivation {
pname = "tagged-identity";
@@ -224929,7 +224993,6 @@ self: {
libraryHaskellDepends = [ base mtl transformers ];
description = "Trivial monad transformer that allows identical monad stacks have different types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tagged-list" = callPackage
@@ -225172,6 +225235,25 @@ self: {
broken = true;
}) {};
+ "tagsoup-navigate" = callPackage
+ ({ mkDerivation, base, deriving-compat, lens, mmorph, mtl
+ , semigroupoids, semigroups, tagsoup, tagsoup-selection
+ , transformers
+ }:
+ mkDerivation {
+ pname = "tagsoup-navigate";
+ version = "0.1.0.2";
+ sha256 = "16n0s9vpwrnbknm9yfsh3qv2j3k1h579fwfqjbr1kzjn40729348";
+ libraryHaskellDepends = [
+ base deriving-compat lens mmorph mtl semigroupoids semigroups
+ tagsoup tagsoup-selection transformers
+ ];
+ description = "Tagsoup Navigate";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"tagsoup-parsec" = callPackage
({ mkDerivation, base, parsec, tagsoup }:
mkDerivation {
@@ -225226,13 +225308,13 @@ self: {
pname = "tai";
version = "0";
sha256 = "1kp7m9mhawi2fbdsir4kg9z6hbmlw4kmp3kjvlk4qkhvckgl3pxw";
+ revision = "1";
+ editedCabalFile = "0m95bx120pjigxncbdb28y3cv4d6x05vgpjgny86vk0lkslk130y";
libraryHaskellDepends = [
base clock lens mtl parsers time trifecta wreq
];
description = "Support library to enable TAI usage on systems with time kept in UTC";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"tai64" = callPackage
@@ -225636,6 +225718,8 @@ self: {
pname = "tart";
version = "0.1.2";
sha256 = "1ik86xbai9513gr9k60m55xf5pj5bdw3wbjc0gd260j9k9j4p73k";
+ revision = "1";
+ editedCabalFile = "04xkrc0xfbx2kk6f8b41zf611s4k848ahczbbs85pd9lqqpkbhzj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -225719,8 +225803,8 @@ self: {
}:
mkDerivation {
pname = "taskell";
- version = "1.4.0.0";
- sha256 = "1l0q1wyhkh271rpd6qw12j1kkzdqqcvp2xvqwykn98jwmnhswm4m";
+ version = "1.5.0.0";
+ sha256 = "0v66297i3d36r0k2jpp1cl3g3wj83k3s2dq5n50cm7zrrg0mc7sq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -225760,23 +225844,6 @@ self: {
}) {};
"tasty" = callPackage
- ({ mkDerivation, ansi-terminal, async, base, clock, containers, mtl
- , optparse-applicative, stm, tagged, unbounded-delays, unix
- , wcwidth
- }:
- mkDerivation {
- pname = "tasty";
- version = "1.2";
- sha256 = "05w3bl5kah238pds818sxp9x58rp1nszbiicb1l21hf9k83mw66n";
- libraryHaskellDepends = [
- ansi-terminal async base clock containers mtl optparse-applicative
- stm tagged unbounded-delays unix wcwidth
- ];
- description = "Modern and extensible testing framework";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "tasty_1_2_3" = callPackage
({ mkDerivation, ansi-terminal, async, base, clock, containers, mtl
, optparse-applicative, stm, tagged, unbounded-delays, unix
, wcwidth
@@ -225791,7 +225858,6 @@ self: {
];
description = "Modern and extensible testing framework";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tasty-ant-xml" = callPackage
@@ -225834,17 +225900,6 @@ self: {
}) {};
"tasty-dejafu" = callPackage
- ({ mkDerivation, base, dejafu, random, tagged, tasty }:
- mkDerivation {
- pname = "tasty-dejafu";
- version = "1.2.1.0";
- sha256 = "0a0iqc9vnrj4a44h77larcprydipwxy9qkh3zb6zk9mpn9fas498";
- libraryHaskellDepends = [ base dejafu random tagged tasty ];
- description = "Deja Fu support for the Tasty test framework";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "tasty-dejafu_2_0_0_1" = callPackage
({ mkDerivation, base, dejafu, random, tagged, tasty }:
mkDerivation {
pname = "tasty-dejafu";
@@ -225853,7 +225908,6 @@ self: {
libraryHaskellDepends = [ base dejafu random tagged tasty ];
description = "Deja Fu support for the Tasty test framework";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tasty-discover" = callPackage
@@ -226030,17 +226084,6 @@ self: {
}) {};
"tasty-hunit" = callPackage
- ({ mkDerivation, base, call-stack, tasty }:
- mkDerivation {
- pname = "tasty-hunit";
- version = "0.10.0.1";
- sha256 = "0j3hgga6c3s8h5snzivb8a75h96207ia2rlbxzj07xbf4zpkp44g";
- libraryHaskellDepends = [ base call-stack tasty ];
- description = "HUnit support for the Tasty test framework";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "tasty-hunit_0_10_0_2" = callPackage
({ mkDerivation, base, call-stack, tasty }:
mkDerivation {
pname = "tasty-hunit";
@@ -226049,7 +226092,6 @@ self: {
libraryHaskellDepends = [ base call-stack tasty ];
description = "HUnit support for the Tasty test framework";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tasty-hunit-adapter" = callPackage
@@ -226187,8 +226229,8 @@ self: {
}:
mkDerivation {
pname = "tasty-lua";
- version = "0.2.0";
- sha256 = "0adiz7g9lri81rlnwshwswmp0ajfs4y4im37rc04krz8qr26s4v7";
+ version = "0.2.0.1";
+ sha256 = "0xlj36rrhkx312h7smx6ay20rhlhxvw2ma2ckdnzv1pvmdn6p5qx";
libraryHaskellDepends = [
base bytestring file-embed hslua tasty text
];
@@ -226244,8 +226286,6 @@ self: {
testHaskellDepends = [ base QuickCheck tasty ];
description = "Pre-built tasty trees for checking lawful class properties using QuickCheck";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"tasty-rerun" = callPackage
@@ -226272,8 +226312,8 @@ self: {
}:
mkDerivation {
pname = "tasty-silver";
- version = "3.1.12";
- sha256 = "0s6cz0z8xmhc3gqyb68lkx0j94kagbdgc5gagknmfj6an2i33fly";
+ version = "3.1.13";
+ sha256 = "1sd9xgjcvlnw338dn5rcy5la7gw15yvg4xl85ym7aav5fr97apfs";
libraryHaskellDepends = [
ansi-terminal async base bytestring containers deepseq directory
filepath mtl optparse-applicative process process-extras regex-tdfa
@@ -226360,18 +226400,34 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "tasty-tmux" = callPackage
+ ({ mkDerivation, base, bytestring, mtl, regex-posix, tasty
+ , tasty-hunit, text, typed-process
+ }:
+ mkDerivation {
+ pname = "tasty-tmux";
+ version = "0.1.0.0";
+ sha256 = "1k7xc2fvfjrv48hml1jlhjrdrnb9sjaar7xrbwbj1275s09b51h8";
+ libraryHaskellDepends = [
+ base bytestring mtl regex-posix tasty tasty-hunit text
+ typed-process
+ ];
+ description = "Terminal user acceptance testing (UAT) via tmux";
+ license = stdenv.lib.licenses.agpl3;
+ }) {};
+
"tasty-travis" = callPackage
({ mkDerivation, base, tasty, tasty-hunit }:
mkDerivation {
pname = "tasty-travis";
version = "0.2.0.2";
sha256 = "0g1qwmr11rgpvm964367mskgrjzbi34lbxzf9c0knx5ij9565gfg";
+ revision = "2";
+ editedCabalFile = "0m8h9r1cv38sva9k5aws1l4py4xzzmlfwik2avhm8avdr0hl71dk";
libraryHaskellDepends = [ base tasty ];
testHaskellDepends = [ base tasty tasty-hunit ];
description = "Fancy Travis CI output for tasty tests";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"tasty-wai" = callPackage
@@ -226626,8 +226682,8 @@ self: {
pname = "tdigest";
version = "0.2.1";
sha256 = "0kmqmzjcs406hv2fv9bkfayxpsd41dbry8bpkhy4y1jdgh33hvnl";
- revision = "1";
- editedCabalFile = "1jrq22j9jbvx31pspwjvyb539gix7vfb8cinqkkb2abmr0jrhibn";
+ revision = "2";
+ editedCabalFile = "1q517siz4l55l7ssrbc3rm0szf41k7wy4p26lch03i57lzldf2hf";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base base-compat binary deepseq reducers semigroupoids transformers
@@ -226649,6 +226705,8 @@ self: {
pname = "tdigest-Chart";
version = "0.2";
sha256 = "1ciq7d187as9sk1dpccm2s02b6jdhij1l477wff0a7labgw21l0l";
+ revision = "1";
+ editedCabalFile = "1095k2sgyjd5m38j1qxa1df9izzdpjl80lrsmwhjm1jw4lmk8cys";
libraryHaskellDepends = [
base base-compat Chart colour lens semigroupoids tdigest
];
@@ -226658,8 +226716,6 @@ self: {
];
description = "Chart generation from tdigest";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"tdoc" = callPackage
@@ -227603,10 +227659,8 @@ self: {
({ mkDerivation, array, base, c2hs }:
mkDerivation {
pname = "termbox";
- version = "0.1.0";
- sha256 = "1wylp818y65rwdrzmh596sn8csiwjma6gh6wm4fn9m9zb1nvzbsa";
- revision = "1";
- editedCabalFile = "0qwab9ayd9b8gmcnvy6pbbp16vwnqdzji9qi71jmgvviayqdlly5";
+ version = "0.2.0";
+ sha256 = "04y1wj65c6nhv08jd83ihvph45fs5279px4ivm5cinnz5m721jqg";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ array base ];
@@ -227620,13 +227674,15 @@ self: {
({ mkDerivation, base, reactive-banana, termbox }:
mkDerivation {
pname = "termbox-banana";
- version = "0.1.1";
- sha256 = "0584n8fq3rdq4rw20sglqwm76w8qmg8akhrkvda8scrvmgi5xbck";
+ version = "0.2.0";
+ sha256 = "1n4775ahmm4h1vn1michsqp5l2j62py5wddnvcipb8225dcq8xsi";
+ revision = "1";
+ editedCabalFile = "123hndfs6x2ljwfh7izpikyv5v2d9hq122ddkk5nncnpbnb4bba5";
+ isLibrary = true;
+ isExecutable = true;
libraryHaskellDepends = [ base reactive-banana termbox ];
description = "reactive-banana + termbox";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"termbox-bindings" = callPackage
@@ -227686,16 +227742,14 @@ self: {
}:
mkDerivation {
pname = "terminal-progress-bar";
- version = "0.4.0.1";
- sha256 = "0xz2kbjh83hcxxx6iaijckddfqawjziiwhqyapwq77fdrc7p5af5";
- revision = "1";
- editedCabalFile = "08wp7ac11qq1zbq0axb4xvzz6grl1jgg54sgq7i9dx3c1a7035zg";
+ version = "0.4.1";
+ sha256 = "092yx9hal3xxcvpjwyqbfqww277l4gf83272pcnp3k6aj86a2756";
libraryHaskellDepends = [ base deepseq terminal-size text time ];
testHaskellDepends = [
base HUnit test-framework test-framework-hunit text time
];
benchmarkHaskellDepends = [ base criterion time ];
- description = "A simple progress bar in the terminal";
+ description = "A progress bar in the terminal";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -227795,14 +227849,15 @@ self: {
, directory, distributive, doctest, dyre, filepath, focuslist
, genvalidity-containers, genvalidity-hspec, gi-gdk, gi-gio
, gi-glib, gi-gtk, gi-pango, gi-vte, gtk3, haskell-gi-base
- , hedgehog, lens, mono-traversable, pretty-simple, QuickCheck
- , singletons, tasty, tasty-hedgehog, tasty-hspec, template-haskell
- , vte_291, xml-conduit, xml-html-qq
+ , hedgehog, inline-c, lens, libpcre2, mono-traversable
+ , pretty-simple, QuickCheck, singletons, tasty, tasty-hedgehog
+ , tasty-hspec, template-haskell, text, vte_291, xml-conduit
+ , xml-html-qq
}:
mkDerivation {
pname = "termonad";
- version = "1.1.0.0";
- sha256 = "1xji47lpw560lj0lx79vab5bxcf96zgzsdjg0iyb02rsvjcsl5h4";
+ version = "2.0.0.0";
+ sha256 = "0rprqn5vcvhbqqg0grrmz0ijjpkrprza88la4mbdg6skb34fjsp0";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -227810,11 +227865,11 @@ self: {
libraryHaskellDepends = [
adjunctions base classy-prelude colour constraints containers
data-default directory distributive dyre filepath focuslist gi-gdk
- gi-gio gi-glib gi-gtk gi-pango gi-vte haskell-gi-base lens
- mono-traversable pretty-simple QuickCheck singletons xml-conduit
- xml-html-qq
+ gi-gio gi-glib gi-gtk gi-pango gi-vte haskell-gi-base inline-c lens
+ mono-traversable pretty-simple QuickCheck singletons text
+ xml-conduit xml-html-qq
];
- libraryPkgconfigDepends = [ gtk3 vte_291 ];
+ libraryPkgconfigDepends = [ gtk3 libpcre2 vte_291 ];
executableHaskellDepends = [ base ];
testHaskellDepends = [
base doctest genvalidity-containers genvalidity-hspec hedgehog lens
@@ -227822,9 +227877,7 @@ self: {
];
description = "Terminal emulator configurable in Haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {inherit (pkgs) gtk3; vte_291 = pkgs.vte;};
+ }) {inherit (pkgs) gtk3; libpcre2 = null; vte_291 = pkgs.vte;};
"termplot" = callPackage
({ mkDerivation, base, brick, data-default, optparse-applicative
@@ -227933,8 +227986,8 @@ self: {
pname = "test-framework";
version = "0.8.2.0";
sha256 = "1hhacrzam6b8f10hyldmjw8pb7frdxh04rfg3farxcxwbnhwgbpm";
- revision = "2";
- editedCabalFile = "1kmv576j1zbms6p3vffripvas87ca3ypdb42h7pqkxsxxfi1gb8j";
+ revision = "3";
+ editedCabalFile = "0qg8zr0ga2kq8qrs9vckxmk11zrp105cbybcb9ra3dk4linngjw3";
libraryHaskellDepends = [
ansi-terminal ansi-wl-pprint base containers hostname old-locale
random regex-posix time xml
@@ -228599,25 +228652,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "text_1_2_3_1" = callPackage
+ "text_1_2_4_0" = callPackage
({ mkDerivation, array, base, binary, bytestring, deepseq
, directory, ghc-prim, HUnit, integer-gmp, QuickCheck
- , quickcheck-unicode, random, test-framework, test-framework-hunit
- , test-framework-quickcheck2
+ , quickcheck-unicode, random, template-haskell, test-framework
+ , test-framework-hunit, test-framework-quickcheck2
}:
mkDerivation {
pname = "text";
- version = "1.2.3.1";
- sha256 = "19j725g8xma1811avl3nz2vndwynsmpx3sqf6bd7iwh1bm6n4q43";
- revision = "2";
- editedCabalFile = "0ax6h9mvs4567nzi936jkd8f94bi8jnxis4wikjzyaxqfwm5zc6f";
+ version = "1.2.4.0";
+ sha256 = "0k739i0sjrbl029y5j8n5v1hqa68z00xazvrahjhyl69mp4s5qna";
libraryHaskellDepends = [
array base binary bytestring deepseq ghc-prim integer-gmp
+ template-haskell
];
testHaskellDepends = [
array base binary bytestring deepseq directory ghc-prim HUnit
- integer-gmp QuickCheck quickcheck-unicode random test-framework
- test-framework-hunit test-framework-quickcheck2
+ integer-gmp QuickCheck quickcheck-unicode random template-haskell
+ test-framework test-framework-hunit test-framework-quickcheck2
];
doCheck = false;
description = "An efficient packed Unicode text type";
@@ -228751,8 +228803,8 @@ self: {
}:
mkDerivation {
pname = "text-cp437";
- version = "0.2.1";
- sha256 = "1fzsb341yr1jiv9wflr35ra1z1cd41wmyp0y5dv2p0fq10kxcfgs";
+ version = "0.2.2";
+ sha256 = "1lv1nhkrwdrs3ji7x2qv1r33dipgchr1fl2znmmkhxksbhlwi0x9";
libraryHaskellDepends = [ base bytestring text ];
testHaskellDepends = [
base bytestring QuickCheck quickcheck-text text
@@ -228892,8 +228944,6 @@ self: {
];
description = "ICU transliteration";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) icu;};
"text-json-qq" = callPackage
@@ -229126,8 +229176,8 @@ self: {
}:
mkDerivation {
pname = "text-printer";
- version = "0.5";
- sha256 = "02sadjd19dbxzawr1q8z3j7w6vhp5mvz1dbssk118hsvl6k0234g";
+ version = "0.5.0.1";
+ sha256 = "065m64f5l4yyccb04c7bwax09wk6aafm2v9sl3w8w1asqw7ni9sq";
libraryHaskellDepends = [
base bytestring pretty semigroups text text-latin1
];
@@ -229211,6 +229261,8 @@ self: {
testHaskellDepends = [ base hedgehog neat-interpolation text ];
description = "Simple text replacements from a list of search/replace pairs";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"text-short" = callPackage
@@ -229220,10 +229272,8 @@ self: {
}:
mkDerivation {
pname = "text-short";
- version = "0.1.2";
- sha256 = "0rqiwgjkgyfy8596swl0s0x2jqk6ddh2h02qxa32az2cs5kviwmk";
- revision = "2";
- editedCabalFile = "106p7c0399zxdlh9f9qkgy7g2gp3bxqdpy6m6lnfhzi0pm5y8mks";
+ version = "0.1.3";
+ sha256 = "0xyrxlb602z8bc9sr2y1fag0x56a20yj5qrkvy7iwc6hnznrynxz";
libraryHaskellDepends = [
base binary bytestring deepseq ghc-prim hashable text
];
@@ -229236,40 +229286,6 @@ self: {
}) {};
"text-show" = callPackage
- ({ mkDerivation, array, base, base-compat-batteries, base-orphans
- , bifunctors, bytestring, bytestring-builder, containers
- , contravariant, criterion, deepseq, deriving-compat
- , generic-deriving, ghc-boot-th, ghc-prim, hspec, hspec-discover
- , integer-gmp, nats, QuickCheck, quickcheck-instances, semigroups
- , tagged, template-haskell, text, th-abstraction, th-lift
- , transformers, transformers-compat, void
- }:
- mkDerivation {
- pname = "text-show";
- version = "3.7.5";
- sha256 = "1by89i3c6qyjh7jjld06wb2sphb236rbvwb1mmvq8f6mxliiyf1r";
- revision = "1";
- editedCabalFile = "1v8czpi9mn54850k0pilqh1f3yfr5n5vykmg5k57wmrdpx25vkws";
- libraryHaskellDepends = [
- array base base-compat-batteries bifunctors bytestring
- bytestring-builder containers contravariant generic-deriving
- ghc-boot-th ghc-prim integer-gmp nats semigroups tagged
- template-haskell text th-abstraction th-lift transformers
- transformers-compat void
- ];
- testHaskellDepends = [
- array base base-compat-batteries base-orphans bytestring
- bytestring-builder deriving-compat generic-deriving ghc-prim hspec
- nats QuickCheck quickcheck-instances semigroups tagged
- template-haskell text transformers transformers-compat
- ];
- testToolDepends = [ hspec-discover ];
- benchmarkHaskellDepends = [ base criterion deepseq ghc-prim text ];
- description = "Efficient conversion of values into Text";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "text-show_3_8_2" = callPackage
({ mkDerivation, array, base, base-compat-batteries, base-orphans
, bifunctors, bytestring, bytestring-builder, containers
, contravariant, criterion, deepseq, deriving-compat
@@ -229299,7 +229315,6 @@ self: {
benchmarkHaskellDepends = [ base criterion deepseq ghc-prim text ];
description = "Efficient conversion of values into Text";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"text-show-instances" = callPackage
@@ -229333,8 +229348,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Additional instances for text-show";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"text-stream-decode" = callPackage
@@ -229514,6 +229527,8 @@ self: {
];
description = "Non-empty values of `Data.Text`.";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"textPlot" = callPackage
@@ -229680,20 +229695,6 @@ self: {
}) {};
"th-abstraction" = callPackage
- ({ mkDerivation, base, containers, ghc-prim, template-haskell }:
- mkDerivation {
- pname = "th-abstraction";
- version = "0.2.11.0";
- sha256 = "0340w34cqa42m0b9hdys9bfphi13swdp7xc8cwzbj9fq6764p22i";
- libraryHaskellDepends = [
- base containers ghc-prim template-haskell
- ];
- testHaskellDepends = [ base containers template-haskell ];
- description = "Nicer interface for reified information about data types";
- license = stdenv.lib.licenses.isc;
- }) {};
-
- "th-abstraction_0_3_1_0" = callPackage
({ mkDerivation, base, containers, ghc-prim, template-haskell }:
mkDerivation {
pname = "th-abstraction";
@@ -229705,7 +229706,6 @@ self: {
testHaskellDepends = [ base containers template-haskell ];
description = "Nicer interface for reified information about data types";
license = stdenv.lib.licenses.isc;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"th-alpha" = callPackage
@@ -229812,6 +229812,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "th-data-compat_0_1_0_0" = callPackage
+ ({ mkDerivation, base, template-haskell }:
+ mkDerivation {
+ pname = "th-data-compat";
+ version = "0.1.0.0";
+ sha256 = "03d5ddbxzfn60ysxxn17q7gzdlls8hvlsvhzai4mn0qfjpwi6ljx";
+ libraryHaskellDepends = [ base template-haskell ];
+ description = "Compatibility for data definition template of TH";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"th-desugar" = callPackage
({ mkDerivation, base, containers, hspec, HUnit, mtl, syb
, template-haskell, th-expand-syns, th-lift, th-orphans
@@ -230005,23 +230017,6 @@ self: {
}) {};
"th-lift" = callPackage
- ({ mkDerivation, base, ghc-prim, template-haskell, th-abstraction
- }:
- mkDerivation {
- pname = "th-lift";
- version = "0.7.11";
- sha256 = "131360zxb0hazbqwbkk6ab2p77jkxr79bwwm618mrwrwkm3x2g6m";
- revision = "1";
- editedCabalFile = "0whppp0p9df3fphv6pyg8f70bnm2kpyb3ylznknrklsl5vn2c49d";
- libraryHaskellDepends = [
- base ghc-prim template-haskell th-abstraction
- ];
- testHaskellDepends = [ base ghc-prim template-haskell ];
- description = "Derive Template Haskell's Lift class for datatypes";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "th-lift_0_8_0_1" = callPackage
({ mkDerivation, base, ghc-prim, template-haskell, th-abstraction
}:
mkDerivation {
@@ -230034,35 +230029,16 @@ self: {
testHaskellDepends = [ base ghc-prim template-haskell ];
description = "Derive Template Haskell's Lift class for datatypes";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"th-lift-instances" = callPackage
- ({ mkDerivation, base, bytestring, containers, QuickCheck
- , template-haskell, text, vector
- }:
- mkDerivation {
- pname = "th-lift-instances";
- version = "0.1.12";
- sha256 = "1kjfwfmkn7r35qlsa0n4la3103jlfbjf3ia1pvsgizgrwxr1zjid";
- libraryHaskellDepends = [
- base bytestring containers template-haskell text vector
- ];
- testHaskellDepends = [
- base bytestring containers QuickCheck template-haskell text vector
- ];
- description = "Lift instances for template-haskell for common data types";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "th-lift-instances_0_1_13" = callPackage
({ mkDerivation, base, bytestring, containers, QuickCheck
, template-haskell, text, th-lift, transformers, vector
}:
mkDerivation {
pname = "th-lift-instances";
- version = "0.1.13";
- sha256 = "0zmhz593lfgi194ps8cv592j0wyc37mdn9pf2pchmr7h8bkmbksf";
+ version = "0.1.14";
+ sha256 = "0r1b4jnvcj64wp4hfccwkl4a70n1p1q7qzyx6ax7cmd8k961jz78";
libraryHaskellDepends = [
base bytestring containers template-haskell text th-lift
transformers vector
@@ -230072,7 +230048,6 @@ self: {
];
description = "Lift instances for template-haskell for common data types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"th-nowq" = callPackage
@@ -230191,6 +230166,22 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
+ "th-test-utils" = callPackage
+ ({ mkDerivation, base, tasty, tasty-hunit, template-haskell
+ , transformers
+ }:
+ mkDerivation {
+ pname = "th-test-utils";
+ version = "1.0.0";
+ sha256 = "1kpkf6h0vr06z7iphkcjva9x28mfjg967hrih4im527g9vw5mdq6";
+ libraryHaskellDepends = [ base template-haskell transformers ];
+ testHaskellDepends = [
+ base tasty tasty-hunit template-haskell transformers
+ ];
+ description = "Utility functions for testing Template Haskell code";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"th-to-exp" = callPackage
({ mkDerivation, base, hspec, template-haskell }:
mkDerivation {
@@ -230331,8 +230322,6 @@ self: {
];
description = "Haskell API bindings for http://themoviedb.org";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"themplate" = callPackage
@@ -230411,7 +230400,7 @@ self: {
broken = true;
}) {};
- "these" = callPackage
+ "these_0_7_6" = callPackage
({ mkDerivation, aeson, base, base-compat, bifunctors, binary
, containers, data-default-class, deepseq, hashable, keys, lens
, mtl, QuickCheck, quickcheck-instances, semigroupoids, tasty
@@ -230435,23 +230424,23 @@ self: {
];
description = "An either-or-both data type & a generalized 'zip with padding' typeclass";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "these_1" = callPackage
+ "these" = callPackage
({ mkDerivation, aeson, assoc, base, base-compat, binary, deepseq
, hashable, QuickCheck, semigroupoids, unordered-containers
}:
mkDerivation {
pname = "these";
- version = "1";
- sha256 = "01pnibkkzbsdiry4w018img92ja2sqwjigpw53q12mfnabvsgvxn";
+ version = "1.0.1";
+ sha256 = "1k0pi65g7cm9hzdw6my6bzz2zvddkmj1qs45ymqmi316bpiixk3r";
libraryHaskellDepends = [
aeson assoc base base-compat binary deepseq hashable QuickCheck
semigroupoids unordered-containers
];
description = "An either-or-both data type";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"these-lens" = callPackage
@@ -230463,8 +230452,6 @@ self: {
libraryHaskellDepends = [ base base-compat lens these ];
description = "Lenses for These";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"these-skinny" = callPackage
@@ -230672,8 +230659,6 @@ self: {
];
description = "Simple, IO-based library for Erlang-style thread supervision";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"threadscope" = callPackage
@@ -230883,8 +230868,8 @@ self: {
pname = "through-text";
version = "0.1.0.0";
sha256 = "1kdl36n98kajaa7v7js2sy8bi09p8rrxmlfcclcfc1l92bd2aclk";
- revision = "3";
- editedCabalFile = "1gia9j7zq3g74kqvkzwp68d690nhddix1kpmj23d5a3zns3rxasn";
+ revision = "4";
+ editedCabalFile = "1clc4g6rg5970654fd596ygly79axkhyzn773by1wi4grvhw96fi";
libraryHaskellDepends = [ base bytestring case-insensitive text ];
description = "Convert textual types through Text without needing O(n^2) instances";
license = stdenv.lib.licenses.bsd3;
@@ -231103,19 +231088,20 @@ self: {
"tidal" = callPackage
({ mkDerivation, base, bifunctors, bytestring, clock, colour
- , containers, hosc, microspec, mwc-random, network, parsec
- , template-haskell, text, transformers, vector
+ , containers, criterion, deepseq, hosc, microspec, mwc-random
+ , network, parsec, primitive, text, transformers, vector, weigh
}:
mkDerivation {
pname = "tidal";
- version = "1.0.13";
- sha256 = "0m28z3mlp6q51znzjgw1hsfy8g4npsxl8bydm8hm9dslqc7gdi7j";
+ version = "1.4.0";
+ sha256 = "0zh1d5apjsayqjwl019qcd4b7v2f2w14amq3rysdwqx8cz7z5045";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
- base bifunctors bytestring clock colour containers hosc mwc-random
- network parsec template-haskell text transformers vector
+ base bifunctors bytestring clock colour containers deepseq hosc
+ mwc-random network parsec primitive text transformers vector
];
testHaskellDepends = [ base containers microspec parsec ];
+ benchmarkHaskellDepends = [ base criterion weigh ];
description = "Pattern language for improvised music";
license = stdenv.lib.licenses.gpl3;
}) {};
@@ -231155,13 +231141,22 @@ self: {
}) {};
"tidal-vis" = callPackage
- ({ mkDerivation, base, cairo, colour, tidal }:
+ ({ mkDerivation, async, base, cairo, colour, containers, gloss
+ , hashable, hosc, mtl, network, SDL, SDL-gfx, SDL-image, SDL-ttf
+ , tidal, time, unagi-chan
+ }:
mkDerivation {
pname = "tidal-vis";
- version = "0.9.3";
- sha256 = "1sj17czyzpfrq0a8kalr170dw1zcphix0dnhdf6ggryskb1wswdp";
- libraryHaskellDepends = [ base cairo colour tidal ];
- description = "Visual rendering for Tidal patterns";
+ version = "1.0.14";
+ sha256 = "1l924nqv8ljd9ljpy05r18j0rc5if3k5lvpifv2g8fn967gi0nfs";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ async base cairo colour containers gloss hashable hosc mtl network
+ SDL SDL-gfx SDL-image SDL-ttf tidal time unagi-chan
+ ];
+ executableHaskellDepends = [ base ];
+ description = "Visual rendering for Tidal patterns and osc messages";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -231338,17 +231333,6 @@ self: {
}) {};
"time-compat" = callPackage
- ({ mkDerivation, base, old-time, time }:
- mkDerivation {
- pname = "time-compat";
- version = "0.1.0.3";
- sha256 = "0zqgzr8yjn36rn6gflwh5s0c92vl44xzxiw0jz8d5h0h8lhi21sr";
- libraryHaskellDepends = [ base old-time time ];
- description = "Compatibility with old-time for the time package";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "time-compat_1_9_2_2" = callPackage
({ mkDerivation, base, base-compat, base-orphans, deepseq, HUnit
, QuickCheck, tagged, tasty, tasty-hunit, tasty-quickcheck, time
}:
@@ -231365,7 +231349,6 @@ self: {
];
description = "Compatibility package for time";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"time-extras" = callPackage
@@ -231541,8 +231524,6 @@ self: {
];
description = "Parsers for types in `time`";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"time-patterns" = callPackage
@@ -231942,23 +231923,6 @@ self: {
}) {};
"timer-wheel" = callPackage
- ({ mkDerivation, atomic-primops, base, ghc-prim, primitive
- , psqueues
- }:
- mkDerivation {
- pname = "timer-wheel";
- version = "0.1.0";
- sha256 = "0wjm767yxf3hg3p80nd0hi0bfvdssq0f3lj9pzkmrsnsqafngs2j";
- revision = "1";
- editedCabalFile = "0vk0p21x90wiazss30zkbzr5fnsc4gih9a6xaa9myyycw078600v";
- libraryHaskellDepends = [
- atomic-primops base ghc-prim primitive psqueues
- ];
- description = "A timer wheel";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "timer-wheel_0_2_0_1" = callPackage
({ mkDerivation, atomic-primops, base, psqueues, random, vector }:
mkDerivation {
pname = "timer-wheel";
@@ -231968,7 +231932,6 @@ self: {
testHaskellDepends = [ base random ];
description = "A timer wheel";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"timerep" = callPackage
@@ -232108,6 +232071,23 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "timeutils" = callPackage
+ ({ mkDerivation, base, brick, hspec, microlens, time, vty }:
+ mkDerivation {
+ pname = "timeutils";
+ version = "0.1.0";
+ sha256 = "12i331hvnbzbln8c38wqj7a7836l40zm4p1b3lb10q81qk4wnygi";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base microlens time ];
+ executableHaskellDepends = [ base brick microlens time vty ];
+ testHaskellDepends = [ base hspec microlens time ];
+ description = "Time utilities";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"timezone-olson" = callPackage
({ mkDerivation, base, binary, bytestring, extensible-exceptions
, time, timezone-series
@@ -232278,23 +232258,6 @@ self: {
}) {};
"tinylog" = callPackage
- ({ mkDerivation, base, bytestring, containers, criterion
- , double-conversion, fast-logger, text, transformers, unix-time
- }:
- mkDerivation {
- pname = "tinylog";
- version = "0.14.1";
- sha256 = "01yz41l45qmc878gzhbchzkvr4ha2cfmvvjv31hwivgwgl8rcgni";
- libraryHaskellDepends = [
- base bytestring containers double-conversion fast-logger text
- transformers unix-time
- ];
- benchmarkHaskellDepends = [ base bytestring criterion ];
- description = "Simplistic logging using fast-logger";
- license = stdenv.lib.licenses.mpl20;
- }) {};
-
- "tinylog_0_15_0" = callPackage
({ mkDerivation, base, bytestring, containers, criterion
, double-conversion, fast-logger, text, transformers, unix-time
}:
@@ -232309,7 +232272,6 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "Simplistic logging using fast-logger";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tinytemplate" = callPackage
@@ -232537,7 +232499,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "tls_1_5_0" = callPackage
+ "tls_1_5_1" = callPackage
({ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring
, cereal, cryptonite, data-default-class, gauge, hourglass, memory
, mtl, network, QuickCheck, tasty, tasty-quickcheck, transformers
@@ -232545,8 +232507,8 @@ self: {
}:
mkDerivation {
pname = "tls";
- version = "1.5.0";
- sha256 = "04hdk8mdn8l928prj1h37xkn4ny44bnkrbbknxyqjba51y5y30bc";
+ version = "1.5.1";
+ sha256 = "1fs5q494ip8hi2jdp34wy93hmdd42lwkh1hi0jg3ngdnilpg33yi";
libraryHaskellDepends = [
asn1-encoding asn1-types async base bytestring cereal cryptonite
data-default-class hourglass memory mtl network transformers x509
@@ -232584,15 +232546,15 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "tls-debug_0_4_6" = callPackage
+ "tls-debug_0_4_7" = callPackage
({ mkDerivation, base, bytestring, cryptonite, data-default-class
, network, pem, tls, tls-session-manager, x509, x509-store
, x509-system, x509-validation
}:
mkDerivation {
pname = "tls-debug";
- version = "0.4.6";
- sha256 = "0xfjwyiazjdyba6x9bps93ibah9p22ww24wlmr6iksfsdhs79l7n";
+ version = "0.4.7";
+ sha256 = "1p3ihky5vznjv66f1mbpj33ahkg8g0xgfknldzmgllwsmh533dji";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -232626,12 +232588,16 @@ self: {
}) {};
"tls-session-manager" = callPackage
- ({ mkDerivation, auto-update, base, clock, psqueues, tls }:
+ ({ mkDerivation, auto-update, base, basement, bytestring, clock
+ , memory, psqueues, tls
+ }:
mkDerivation {
pname = "tls-session-manager";
- version = "0.0.1.0";
- sha256 = "1hv3bmv0xxcc6fb1p383ivw2gfihiwhwclrsghyhqmrnjvlqqhf3";
- libraryHaskellDepends = [ auto-update base clock psqueues tls ];
+ version = "0.0.3";
+ sha256 = "0k57flqp2b4bipafiyfipnqmdqv04ky39yr4s4s9sx577zz2j2yi";
+ libraryHaskellDepends = [
+ auto-update base basement bytestring clock memory psqueues tls
+ ];
description = "In-memory TLS session manager";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -232672,30 +232638,6 @@ self: {
}) {};
"tmp-postgres" = callPackage
- ({ mkDerivation, async, base, bytestring, directory, hspec
- , hspec-discover, network, port-utils, postgresql-simple, process
- , temporary, unix
- }:
- mkDerivation {
- pname = "tmp-postgres";
- version = "0.1.2.2";
- sha256 = "1lsf8ydf21dql452jk3x6maicip65r4jyb9xd5a98687j798bm6n";
- libraryHaskellDepends = [
- async base bytestring directory network port-utils
- postgresql-simple process temporary unix
- ];
- testHaskellDepends = [
- base bytestring directory hspec hspec-discover postgresql-simple
- process temporary
- ];
- testToolDepends = [ hspec-discover ];
- description = "Start and stop a temporary postgres for testing";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "tmp-postgres_0_2_0_0" = callPackage
({ mkDerivation, async, base, bytestring, directory, hspec
, hspec-discover, network, port-utils, postgresql-simple, process
, temporary, unix
@@ -232770,6 +232712,25 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "to" = callPackage
+ ({ mkDerivation, base, bytestring, containers, gauge, hashable
+ , text, unordered-containers, utf8-string, vector
+ }:
+ mkDerivation {
+ pname = "to";
+ version = "1.2.0";
+ sha256 = "13y4vxfm76929c4nj6rp06y81nm30m3v52r927k41nbb0fdx8z7y";
+ libraryHaskellDepends = [
+ base bytestring containers hashable text unordered-containers
+ utf8-string vector
+ ];
+ benchmarkHaskellDepends = [
+ base containers gauge text unordered-containers
+ ];
+ description = "Simple, safe, boring type conversions";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"to-haskell" = callPackage
({ mkDerivation, base, containers, haskell-src-exts, transformers
}:
@@ -232843,8 +232804,6 @@ self: {
libraryHaskellDepends = [ base ];
description = "A todo bottom";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"todos" = callPackage
@@ -233108,39 +233067,7 @@ self: {
"tomland" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, deepseq
- , gauge, hashable, hedgehog, hspec-megaparsec, htoml
- , htoml-megaparsec, megaparsec, mtl, parsec, parser-combinators
- , tasty, tasty-discover, tasty-hedgehog, tasty-hspec, tasty-silver
- , text, time, transformers, unordered-containers
- }:
- mkDerivation {
- pname = "tomland";
- version = "0.5.0";
- sha256 = "001gw3yj0ibg3dm4q5wz8akjpcdx6zj3jza1y6gq7m5h13fzrvgf";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base bytestring containers deepseq hashable megaparsec mtl
- parser-combinators text time transformers unordered-containers
- ];
- executableHaskellDepends = [ base text time unordered-containers ];
- testHaskellDepends = [
- base hedgehog hspec-megaparsec megaparsec tasty tasty-hedgehog
- tasty-hspec tasty-silver text time unordered-containers
- ];
- testToolDepends = [ tasty-discover ];
- benchmarkHaskellDepends = [
- aeson base deepseq gauge htoml htoml-megaparsec parsec text time
- ];
- description = "Bidirectional TOML parser";
- license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "tomland_1_0_1_0" = callPackage
- ({ mkDerivation, aeson, base, bytestring, containers, deepseq
- , gauge, hashable, hedgehog, hspec-megaparsec, htoml
+ , directory, gauge, hashable, hedgehog, hspec-megaparsec, htoml
, htoml-megaparsec, markdown-unlit, megaparsec, mtl, parsec
, parser-combinators, tasty, tasty-discover, tasty-hedgehog
, tasty-hspec, tasty-silver, text, time, toml-parser, transformers
@@ -233148,8 +233075,10 @@ self: {
}:
mkDerivation {
pname = "tomland";
- version = "1.0.1.0";
- sha256 = "1f5819bxv9ybj5ygpndlhyfsjl3i6x03xfrgpxnjkjk0pyjmywx2";
+ version = "1.1.0.1";
+ sha256 = "0ihz8pvcnr33mydz4n7gsayikh50pn1bg3km2h3nlv054lff7kai";
+ revision = "1";
+ editedCabalFile = "16382q0q77bv9zlahmgbmc90hvl1b23g9fxk4dl2f1lhlfqjkxnw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -233159,9 +233088,9 @@ self: {
executableHaskellDepends = [ base text time unordered-containers ];
executableToolDepends = [ markdown-unlit ];
testHaskellDepends = [
- base bytestring containers hashable hedgehog hspec-megaparsec
- megaparsec tasty tasty-hedgehog tasty-hspec tasty-silver text time
- unordered-containers
+ base bytestring containers directory hashable hedgehog
+ hspec-megaparsec megaparsec tasty tasty-hedgehog tasty-hspec
+ tasty-silver text time unordered-containers
];
testToolDepends = [ tasty-discover ];
benchmarkHaskellDepends = [
@@ -233170,8 +233099,6 @@ self: {
];
description = "Bidirectional TOML serialization";
license = stdenv.lib.licenses.mpl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"tomlcheck" = callPackage
@@ -233189,6 +233116,8 @@ self: {
];
description = "Command-line tool to check syntax of TOML files";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tonalude" = callPackage
@@ -233332,17 +233261,17 @@ self: {
, diversity, fgl, filepath, find-clumpiness, foldl, graphviz
, hierarchical-clustering, hierarchical-spectral-clustering
, hmatrix, inline-r, lens, managed, matrix-market-attoparsec
- , mltool, modularity, mtl, optparse-generic, palette, parallel
- , plots, safe, scientific, sparse-linear-algebra
- , spectral-clustering, split, statistics, streaming
- , streaming-bytestring, streaming-cassava, streaming-utils
- , streaming-with, SVGFonts, temporary, terminal-progress-bar, text
- , text-show, transformers, vector, vector-algorithms, zlib
+ , modularity, mtl, optparse-generic, palette, parallel, plots, safe
+ , scientific, sparse-linear-algebra, spectral-clustering, split
+ , statistics, streaming, streaming-bytestring, streaming-cassava
+ , streaming-utils, streaming-with, SVGFonts, temporary
+ , terminal-progress-bar, text, text-show, transformers, vector
+ , vector-algorithms, zlib
}:
mkDerivation {
pname = "too-many-cells";
- version = "0.1.7.0";
- sha256 = "0pn5lssfznaw4l9q9c22rg1cz666bkcal4phjn298hh54swvzxdx";
+ version = "0.1.12.4";
+ sha256 = "02qgin4x0vmj56y4yv3zb4fimd6zaqnx344gyj9lrq11fnr202yr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -233350,9 +233279,9 @@ self: {
diagrams diagrams-cairo diagrams-graphviz diagrams-lib differential
directory diversity fgl filepath find-clumpiness foldl graphviz
hierarchical-clustering hierarchical-spectral-clustering hmatrix
- inline-r lens managed matrix-market-attoparsec mltool modularity
- mtl palette parallel plots safe scientific sparse-linear-algebra
- split statistics streaming streaming-bytestring streaming-cassava
+ inline-r lens managed matrix-market-attoparsec modularity mtl
+ palette parallel plots safe scientific sparse-linear-algebra split
+ statistics streaming streaming-bytestring streaming-cassava
streaming-with SVGFonts temporary text text-show vector
vector-algorithms zlib
];
@@ -233360,9 +233289,10 @@ self: {
aeson base birch-beer bytestring cassava colour containers
diagrams-cairo diagrams-lib directory fgl filepath find-clumpiness
graphviz hierarchical-spectral-clustering inline-r lens
- matrix-market-attoparsec mtl optparse-generic palette plots
- spectral-clustering streaming streaming-bytestring streaming-utils
- terminal-progress-bar text text-show transformers vector
+ matrix-market-attoparsec modularity mtl optparse-generic palette
+ plots spectral-clustering streaming streaming-bytestring
+ streaming-utils terminal-progress-bar text text-show transformers
+ vector
];
description = "Cluster single cells and analyze cell clade relationships";
license = stdenv.lib.licenses.gpl3;
@@ -233372,15 +233302,15 @@ self: {
"toodles" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, blaze-html
- , bytestring, cmdargs, directory, extra, hspec, hspec-expectations
- , megaparsec, MissingH, process, regex-posix, RSA, servant
- , servant-blaze, servant-server, strict, text, time, wai, warp
- , yaml
+ , bytestring, cmdargs, directory, extra, filepath, hspec
+ , hspec-expectations, megaparsec, MissingH, process, regex-posix
+ , RSA, servant, servant-blaze, servant-server, strict, text, time
+ , wai, warp, yaml
}:
mkDerivation {
pname = "toodles";
- version = "1.2.1";
- sha256 = "19z8xx8pw66m9q9xq0qldpzhmjwfsln4hn8smmz2pjk2x713883c";
+ version = "1.2.3";
+ sha256 = "0b6sznzkcjhs5fw920ivmvh6n6walamy16602bxid7sjrlgdjzcf";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -233391,8 +233321,9 @@ self: {
];
executableHaskellDepends = [
aeson base base64-bytestring blaze-html bytestring cmdargs
- directory extra megaparsec MissingH process regex-posix RSA servant
- servant-blaze servant-server strict text time wai warp yaml
+ directory extra filepath megaparsec MissingH process regex-posix
+ RSA servant servant-blaze servant-server strict text time wai warp
+ yaml
];
testHaskellDepends = [
aeson base base64-bytestring blaze-html bytestring cmdargs
@@ -233793,8 +233724,8 @@ self: {
}:
mkDerivation {
pname = "tpdb";
- version = "2.1.1";
- sha256 = "0hk592dki8hp15a84pnqnjdwql2zczfask71gxf833i0vrph38yb";
+ version = "2.2.0";
+ sha256 = "1hrnfvp49rny9rznnhlhvgw4ffmn9nbbdiknsbwxgjfh1ixir1vf";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -233805,8 +233736,6 @@ self: {
testHaskellDepends = [ base pretty text ];
description = "Data Type for Rewriting Systems";
license = "GPL";
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"tptp" = callPackage
@@ -233958,8 +233887,8 @@ self: {
}:
mkDerivation {
pname = "trackit";
- version = "0.6";
- sha256 = "0944m0s1r2f53m9cmfw7jzv4xxgrfppy0cnh0a98j129n6xn39sq";
+ version = "0.6.2";
+ sha256 = "13xydhv9aaw0yk2wa0r2izwn98b0vgsx4vr2r8zpg0qxlhhriidv";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -233968,8 +233897,6 @@ self: {
];
description = "A command-line tool for live monitoring";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"traction" = callPackage
@@ -233979,8 +233906,8 @@ self: {
}:
mkDerivation {
pname = "traction";
- version = "0.0.1";
- sha256 = "15sl663zk2fys3f5r5vizazid64ij2kwya2p8yk3gyhmnklccqmn";
+ version = "0.3.0";
+ sha256 = "1y0l02hcbxmc3vidg477z7dlbikalmi448dv8dl5pl7zpflcp7di";
libraryHaskellDepends = [
base bytestring containers exceptions mmorph postgresql-simple
resource-pool syb template-haskell text time transformers
@@ -233989,6 +233916,7 @@ self: {
testHaskellDepends = [
base hedgehog mmorph postgresql-simple resource-pool text
];
+ description = "Tools for postgresql-simple";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
@@ -234349,6 +234277,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "transformers-except" = callPackage
+ ({ mkDerivation, base, exceptions, text, transformers }:
+ mkDerivation {
+ pname = "transformers-except";
+ version = "0.1.1";
+ sha256 = "1i89k4bml223f7m3pin73vrz51xb2j7q7rr39x9v587hmm40mvkm";
+ libraryHaskellDepends = [ base exceptions text transformers ];
+ description = "An Except monad transformer with";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"transformers-fix" = callPackage
({ mkDerivation, base, transformers }:
mkDerivation {
@@ -234543,8 +234482,8 @@ self: {
}:
mkDerivation {
pname = "trasa";
- version = "0.4";
- sha256 = "059zbm4bfzcv0qlvr55l49xs5izycb2hdjbyqvri5f3vrnwnic1q";
+ version = "0.4.1";
+ sha256 = "0nnr72h6ylx52ni6l7r0nnv02d540agzfhyjfjrxywbx7xz70q5c";
libraryHaskellDepends = [
base binary bytestring hashable http-media http-types
quantification text unordered-containers
@@ -234574,6 +234513,45 @@ self: {
broken = true;
}) {};
+ "trasa-extra" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, case-insensitive
+ , containers, cookie, http-types, mtl, path-pieces, quantification
+ , text, trasa, trasa-server
+ }:
+ mkDerivation {
+ pname = "trasa-extra";
+ version = "0.1.0.0";
+ sha256 = "0ka5w55zzx7cy17pwdwcjf20yl0lmpg6bqv874k0ia7hihl6sx6c";
+ libraryHaskellDepends = [
+ aeson base bytestring case-insensitive containers cookie http-types
+ mtl path-pieces quantification text trasa trasa-server
+ ];
+ description = "Extra functions for trasa";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
+ "trasa-form" = callPackage
+ ({ mkDerivation, base, bytestring, cookie, ditto, ditto-lucid
+ , http-api-data, http-types, lucid, mtl, quantification, text
+ , trasa, trasa-server, unordered-containers
+ }:
+ mkDerivation {
+ pname = "trasa-form";
+ version = "0.4";
+ sha256 = "0d3fkwvjjwvjzaw5n9n4j4mrrrf8zwrg1882gyqjg0bglsd27xzx";
+ libraryHaskellDepends = [
+ base bytestring cookie ditto ditto-lucid http-api-data http-types
+ lucid mtl quantification text trasa trasa-server
+ unordered-containers
+ ];
+ description = "generate forms using lucid, ditto and trasa";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"trasa-reflex" = callPackage
({ mkDerivation, base, bytestring, containers, ghcjs-dom
, http-media, http-types, jsaddle, reflex, reflex-dom, text, trasa
@@ -234597,8 +234575,8 @@ self: {
}:
mkDerivation {
pname = "trasa-server";
- version = "0.4";
- sha256 = "1xh85kh9ilsq8zy19if4s93zmjqxbpgqpvhkh9jpk8klia7zc0pv";
+ version = "0.5.4";
+ sha256 = "1z3cq2zfygxf1v7ifga23mf7zn750925cvghmb3i54a9r0wafmb2";
libraryHaskellDepends = [
base bytestring case-insensitive containers http-media http-types
mtl text trasa wai
@@ -234756,31 +234734,6 @@ self: {
}) {};
"tree-diff" = callPackage
- ({ mkDerivation, aeson, ansi-terminal, ansi-wl-pprint, base
- , base-compat, bytestring, containers, generics-sop, hashable
- , MemoTrie, parsec, parsers, pretty, QuickCheck, scientific, tagged
- , tasty, tasty-golden, tasty-quickcheck, text, time, trifecta
- , unordered-containers, uuid-types, vector
- }:
- mkDerivation {
- pname = "tree-diff";
- version = "0.0.2.1";
- sha256 = "0hz7jklzb4cc63l68jxc58ik0ybgim9niwq2gfi0cskv5g2yr3ym";
- libraryHaskellDepends = [
- aeson ansi-terminal ansi-wl-pprint base base-compat bytestring
- containers generics-sop hashable MemoTrie parsec parsers pretty
- QuickCheck scientific tagged text time unordered-containers
- uuid-types vector
- ];
- testHaskellDepends = [
- ansi-terminal ansi-wl-pprint base base-compat parsec QuickCheck
- tasty tasty-golden tasty-quickcheck trifecta
- ];
- description = "Diffing of (expression) trees";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "tree-diff_0_1" = callPackage
({ mkDerivation, aeson, ansi-terminal, ansi-wl-pprint, base
, base-compat, bytestring, bytestring-builder, containers, hashable
, parsec, parsers, pretty, QuickCheck, scientific, tagged, tasty
@@ -234803,7 +234756,6 @@ self: {
];
description = "Diffing of (expression) trees";
license = stdenv.lib.licenses.gpl2Plus;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"tree-fun" = callPackage
@@ -235275,6 +235227,8 @@ self: {
testHaskellDepends = [ base hspec ];
description = "A command-line tool for trimming whitespace";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"trimpolya" = callPackage
@@ -235315,8 +235269,8 @@ self: {
}:
mkDerivation {
pname = "triplesec";
- version = "0.2.2.0";
- sha256 = "1gxks45hjr3a1lnr2v75cl0iwsmlzaq3yzd3p9s0pn5227f34zh7";
+ version = "0.2.2.1";
+ sha256 = "0wfrb1qkisbypfw4djm2cwlzrb1xhmkkv6cy8wyxvyrhqs5zzdrs";
libraryHaskellDepends = [
base cryptonite memory mtl transformers
];
@@ -235326,8 +235280,6 @@ self: {
];
description = "TripleSec is a simple, triple-paranoid, symmetric encryption library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"trivia" = callPackage
@@ -235347,8 +235299,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "trivial-constraint";
- version = "0.5.1.0";
- sha256 = "0wk925w1qswr5ma6427p0p1gl96hr1pfdqkn08r3ccpbibz6q1sy";
+ version = "0.6.0.0";
+ sha256 = "0y0iyll7ml5qz271cqa0dc3w2j3w1d8jjaxwaf2flcidigws69z5";
libraryHaskellDepends = [ base ];
description = "Constraints that any type, resp. no type fulfills";
license = stdenv.lib.licenses.gpl3;
@@ -235643,6 +235595,36 @@ self: {
broken = true;
}) {};
+ "tsweb" = callPackage
+ ({ mkDerivation, base, beam-core, beam-postgres, bytestring, clay
+ , cryptonite, http-api-data, hvect, postgresql-simple
+ , pretty-simple, reroute, resource-pool, Spock, Spock-core
+ , stm-containers, superrecord, tagged, text, time, transformers
+ }:
+ mkDerivation {
+ pname = "tsweb";
+ version = "0.1.2";
+ sha256 = "00akn8nj068pd3c8zhd49n3v9y2a8slykwx8sc3mcj363bwin8ad";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base beam-core beam-postgres bytestring clay cryptonite
+ http-api-data hvect postgresql-simple pretty-simple reroute
+ resource-pool Spock Spock-core stm-containers superrecord tagged
+ text time transformers
+ ];
+ executableHaskellDepends = [
+ base beam-core beam-postgres bytestring clay cryptonite
+ http-api-data hvect postgresql-simple pretty-simple reroute
+ resource-pool Spock Spock-core stm-containers superrecord tagged
+ text time transformers
+ ];
+ description = "An API binding Web.Spock to Database.Beam";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"ttask" = callPackage
({ mkDerivation, base, directory, either, extra, filepath, lens
, optparse-declarative, safe, strict, time, transformers
@@ -236083,8 +236065,8 @@ self: {
pname = "turtle";
version = "1.5.14";
sha256 = "10sxbmis82z5r2ksfkik5kryz5i0xwihz9drc1dzz4fb76kkb67z";
- revision = "2";
- editedCabalFile = "0inmpmcagv6kqhq4bqrpmygv5an8cqna0p14x3jggw8vz3a741xp";
+ revision = "3";
+ editedCabalFile = "0rmmfqsphhv7h72a8lbdbpqi3rc4k6k83x8p9mamh57108qrs3xy";
libraryHaskellDepends = [
ansi-wl-pprint async base bytestring clock containers directory
exceptions foldl hostname managed optional-args
@@ -236245,8 +236227,6 @@ self: {
libraryHaskellDepends = [ base eventloop ];
description = "Tree type and show functions for lab assignment of University of Twente. Contains RoseTree and RedBlackTree";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"twentefp-graphs" = callPackage
@@ -236615,6 +236595,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Twitter API package with conduit interface and Streaming API support";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"twitter-enumerator" = callPackage
@@ -236680,6 +236662,8 @@ self: {
];
description = "Twitter JSON parser and types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"twitter-types-lens" = callPackage
@@ -236695,6 +236679,8 @@ self: {
];
description = "Twitter JSON types (lens powered)";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"tx" = callPackage
@@ -236987,6 +236973,37 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "type-errors" = callPackage
+ ({ mkDerivation, base, doctest, first-class-families, syb
+ , template-haskell, th-abstraction
+ }:
+ mkDerivation {
+ pname = "type-errors";
+ version = "0.2.0.0";
+ sha256 = "1d1fi4ij18q39rpibc056mgvly75zqixkba4l8bn307c62f50k8p";
+ libraryHaskellDepends = [
+ base first-class-families syb template-haskell th-abstraction
+ ];
+ testHaskellDepends = [
+ base doctest first-class-families syb template-haskell
+ th-abstraction
+ ];
+ description = "Tools for writing better type errors";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
+ "type-errors-pretty" = callPackage
+ ({ mkDerivation, base, doctest, Glob }:
+ mkDerivation {
+ pname = "type-errors-pretty";
+ version = "0.0.0.0";
+ sha256 = "0yj8c91maanihyl9506ihpxv3zyfvprr359dvd2b9ym3py50kncs";
+ libraryHaskellDepends = [ base ];
+ testHaskellDepends = [ base doctest Glob ];
+ description = "Combinators for writing pretty type errors easily";
+ license = stdenv.lib.licenses.mpl20;
+ }) {};
+
"type-fun" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -237073,13 +237090,16 @@ self: {
}) {};
"type-iso" = callPackage
- ({ mkDerivation, base, data-default, nats, numericpeano, text }:
+ ({ mkDerivation, base, containers, data-default, nats, numericpeano
+ , text, vector, vector-builder
+ }:
mkDerivation {
pname = "type-iso";
- version = "1.0.0.0";
- sha256 = "11xcadzvvp9y7gm54k0nfsnx0hfr3g5bd8g8f8mlfqy24p0mq1m1";
+ version = "1.0.1.0";
+ sha256 = "1jhkx115jv36v1bbws061f4bn4apr6ps9zlisasfwfry3hd34cf6";
libraryHaskellDepends = [
- base data-default nats numericpeano text
+ base containers data-default nats numericpeano text vector
+ vector-builder
];
description = "Typeclasses for injective relations and isomorphisms between types";
license = stdenv.lib.licenses.asl20;
@@ -237290,17 +237310,6 @@ self: {
}) {};
"type-operators" = callPackage
- ({ mkDerivation, base, ghc-prim }:
- mkDerivation {
- pname = "type-operators";
- version = "0.1.0.4";
- sha256 = "0x0bshb13b7i4imn0pgpljcj109c9z5mgw84mjmlcg62d3ryvg6v";
- libraryHaskellDepends = [ base ghc-prim ];
- description = "Various type-level operators";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "type-operators_0_2_0_0" = callPackage
({ mkDerivation, base, ghc-prim }:
mkDerivation {
pname = "type-operators";
@@ -237309,7 +237318,6 @@ self: {
libraryHaskellDepends = [ base ghc-prim ];
description = "Various type-level operators";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"type-ord" = callPackage
@@ -237357,6 +237365,18 @@ self: {
broken = true;
}) {};
+ "type-sets" = callPackage
+ ({ mkDerivation, base, cmptype }:
+ mkDerivation {
+ pname = "type-sets";
+ version = "0.1.1.0";
+ sha256 = "0ryrivrhpplck0h6h7d8pfl5bg7lbv2519icz317yp2qy8r3g2l7";
+ libraryHaskellDepends = [ base cmptype ];
+ testHaskellDepends = [ base cmptype ];
+ description = "Type-level sets";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"type-settheory" = callPackage
({ mkDerivation, base, containers, syb, template-haskell
, transformers, type-equality
@@ -237375,18 +237395,6 @@ self: {
}) {};
"type-spec" = callPackage
- ({ mkDerivation, base, pretty }:
- mkDerivation {
- pname = "type-spec";
- version = "0.3.0.1";
- sha256 = "0hd2lgfp6vydynr2ip4zy4kg2jzrfkrrqj1vnx1fn4zwkqqimkdf";
- libraryHaskellDepends = [ base pretty ];
- testHaskellDepends = [ base ];
- description = "Type Level Specification by Example";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "type-spec_0_4_0_0" = callPackage
({ mkDerivation, base, pretty }:
mkDerivation {
pname = "type-spec";
@@ -237396,7 +237404,6 @@ self: {
testHaskellDepends = [ base ];
description = "Type Level Specification by Example";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"type-spine" = callPackage
@@ -237560,18 +237567,18 @@ self: {
"typed-process" = callPackage
({ mkDerivation, async, base, base64-bytestring, bytestring, hspec
- , process, stm, temporary, transformers
+ , process, stm, temporary, transformers, unliftio-core
}:
mkDerivation {
pname = "typed-process";
- version = "0.2.4.1";
- sha256 = "0akmgrsvdr2ywq1asf3ra6nngxsdihn5mw1chvyxmw44i5l330rm";
+ version = "0.2.6.0";
+ sha256 = "1cf2pfym8zdxvvy7xv72ixj7wy3rjrdss6f57k1ysgs66cgsi8ii";
libraryHaskellDepends = [
- async base bytestring process stm transformers
+ async base bytestring process stm transformers unliftio-core
];
testHaskellDepends = [
async base base64-bytestring bytestring hspec process stm temporary
- transformers
+ transformers unliftio-core
];
description = "Run external processes, with strong typing of streams";
license = stdenv.lib.licenses.mit;
@@ -237621,6 +237628,22 @@ self: {
broken = true;
}) {};
+ "typed-uuid" = callPackage
+ ({ mkDerivation, aeson, base, binary, bytestring, deepseq, hashable
+ , http-api-data, random, text, uuid, validity, validity-uuid
+ }:
+ mkDerivation {
+ pname = "typed-uuid";
+ version = "0.0.0.0";
+ sha256 = "1v862wfmd03ssch7p5hr5cmzc38gzmxvw22swdfs2blfxv13cdc8";
+ libraryHaskellDepends = [
+ aeson base binary bytestring deepseq hashable http-api-data random
+ text uuid validity validity-uuid
+ ];
+ description = "Phantom-Typed version of UUID";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"typed-wire" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, directory
, filepath, gitrev, HTF, http-types, mtl, optparse-applicative
@@ -237745,12 +237768,12 @@ self: {
}) {};
"typelits-witnesses" = callPackage
- ({ mkDerivation, base, constraints, reflection }:
+ ({ mkDerivation, base, dependent-sum }:
mkDerivation {
pname = "typelits-witnesses";
- version = "0.3.0.3";
- sha256 = "078r9pbkzwzm1q821zqisj0wrx1rdk9w8c3ip0g1m5j97zzlmpaf";
- libraryHaskellDepends = [ base constraints reflection ];
+ version = "0.4.0.0";
+ sha256 = "1khy5nacmsl7h4vg7driv4yb9m3zvkhbf8divyhd249i6bdmql70";
+ libraryHaskellDepends = [ base dependent-sum ];
description = "Existential witnesses, singletons, and classes for operations on GHC TypeLits";
license = stdenv.lib.licenses.mit;
}) {};
@@ -237799,37 +237822,6 @@ self: {
}) {};
"typerep-map" = callPackage
- ({ mkDerivation, base, containers, criterion, deepseq
- , dependent-map, dependent-sum, ghc-prim, ghc-typelits-knownnat
- , hedgehog, primitive, QuickCheck, tasty, tasty-discover
- , tasty-hedgehog, tasty-hspec, vector
- }:
- mkDerivation {
- pname = "typerep-map";
- version = "0.3.1";
- sha256 = "1ycyk47h578vf4kpf1y708zg9cc6i028jv1fdaw3zy59wrbl8y74";
- revision = "2";
- editedCabalFile = "0zcvg2kr3kcnhxdndw6fcjdd1421ncglr34mc8d9sw1hjjcb5w38";
- libraryHaskellDepends = [
- base containers deepseq ghc-prim primitive vector
- ];
- testHaskellDepends = [
- base ghc-typelits-knownnat hedgehog QuickCheck tasty tasty-discover
- tasty-hedgehog tasty-hspec
- ];
- testToolDepends = [ tasty-discover ];
- benchmarkHaskellDepends = [
- base criterion deepseq dependent-map dependent-sum
- ghc-typelits-knownnat
- ];
- doHaddock = false;
- description = "Efficient implementation of a dependent map with types as keys";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "typerep-map_0_3_2" = callPackage
({ mkDerivation, base, containers, criterion, deepseq
, dependent-map, dependent-sum, ghc-prim, ghc-typelits-knownnat
, hedgehog, primitive, QuickCheck, tasty, tasty-discover
@@ -237839,8 +237831,8 @@ self: {
pname = "typerep-map";
version = "0.3.2";
sha256 = "0s77hj0m9jiqgybccdfl1x88j05fx7grkg16q6kldd1lgqrvrgb0";
- revision = "1";
- editedCabalFile = "1ka2ah7cg7hzd7yvnj6iasa57bszzif1b5r94sd8fk00l1qspjag";
+ revision = "3";
+ editedCabalFile = "032y3parcz7ffmsqichmshczk7zxkg66dciwvr5d7fznqvy3sg1s";
libraryHaskellDepends = [
base containers deepseq ghc-prim primitive vector
];
@@ -237893,8 +237885,8 @@ self: {
}:
mkDerivation {
pname = "typesafe-precure";
- version = "0.7.4.1";
- sha256 = "1nm74fj819kws9rrksk80gyrl3m5dxsm17bm2a18mp8dca76iix2";
+ version = "0.7.5.1";
+ sha256 = "0n2cnd15gwixk17jqcz4hxishikscwbcn2gnrkcz3a295ng68ins";
libraryHaskellDepends = [
aeson aeson-pretty autoexporter base bytestring dlist
monad-skeleton template-haskell text th-data-compat
@@ -237963,6 +237955,8 @@ self: {
];
description = "Just let me draw nice text already";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"typography-geometry" = callPackage
@@ -238175,8 +238169,8 @@ self: {
pname = "ucam-webauth";
version = "0.1.0.0";
sha256 = "14l989aasyqdw1x7aq9ikhcq9p3s1ax4qk53rd5s53wdgbc20n9k";
- revision = "4";
- editedCabalFile = "1pdlj36ny2rm3sabpknhlw02s5y5r1ng77cvq3l350cv7k946i2f";
+ revision = "6";
+ editedCabalFile = "1dammzdhin226byx8p287kdnn9pc7s49hfxcdmflly6hsy1psnvy";
libraryHaskellDepends = [
aeson attoparsec base bytestring containers cryptonite errors
http-api-data http-types microlens microlens-mtl mtl
@@ -238202,8 +238196,8 @@ self: {
pname = "ucam-webauth-types";
version = "0.1.0.0";
sha256 = "0jq66amdmrbkg69m0cbbw7xfvsc9iy74khn1k39n7jkq821pzjni";
- revision = "3";
- editedCabalFile = "1png0b60pfhx5gfwbmxxq42nfy9yj2zrcw8krq0vm45qgjw4gd8g";
+ revision = "4";
+ editedCabalFile = "1lb0yq1051fi71qrbnkyg39c7rn5x62w2qkqvp88ih4wzdib8fzv";
libraryHaskellDepends = [
aeson base base64-bytestring bytestring case-insensitive containers
deepseq http-types microlens microlens-mtl mtl text time timerep
@@ -238515,10 +238509,8 @@ self: {
}:
mkDerivation {
pname = "unagi-chan";
- version = "0.4.1.0";
- sha256 = "0nya6srsnj7f10jim3iqlmdi71n6fl8ly9sqpccgnivnd8i5iavb";
- revision = "2";
- editedCabalFile = "06iygfs8k6agspfhci3p76chc84z0pcyq918fr10xnjbzpjfkrrg";
+ version = "0.4.1.2";
+ sha256 = "1lnl5n4jnjmm4chp461glcwkrrw63rjz3fvprwxcy3lkpbkrqvgn";
libraryHaskellDepends = [ atomic-primops base ghc-prim primitive ];
testHaskellDepends = [
atomic-primops base containers ghc-prim primitive
@@ -238570,44 +238562,25 @@ self: {
}) {};
"unbeliever" = callPackage
- ({ mkDerivation, aeson, async, base, bytestring, chronologique
- , containers, deepseq, directory, exceptions, fingertree, gauge
- , hashable, hourglass, hspec, mtl, prettyprinter
- , prettyprinter-ansi-terminal, safe-exceptions, scientific, stm
- , template-haskell, terminal-size, text, text-short, transformers
- , unix, unordered-containers, vector
+ ({ mkDerivation, base, bytestring, core-data, core-program
+ , core-text, fingertree, gauge, hspec, safe-exceptions, text
+ , text-short
}:
mkDerivation {
pname = "unbeliever";
- version = "0.9.3.2";
- sha256 = "1gsjmr9h7w08576smi978k5djhvjk4ry0ljgr6zxx7nj7cy1m84b";
- revision = "1";
- editedCabalFile = "0mlbjb79ylk2jb7mp6da1xfl2r28zfijwv5dd2l73l9mgi5h0s72";
- libraryHaskellDepends = [
- aeson async base bytestring chronologique containers deepseq
- directory exceptions fingertree hashable hourglass mtl
- prettyprinter prettyprinter-ansi-terminal safe-exceptions
- scientific stm template-haskell terminal-size text text-short
- transformers unix unordered-containers vector
- ];
+ version = "0.10.0.1";
+ sha256 = "0fmv76xmi4ansrksa07vidqvxiqgdmvvampkqngi1ma7g3k2n29x";
+ libraryHaskellDepends = [ base core-data core-program core-text ];
testHaskellDepends = [
- aeson async base bytestring chronologique containers deepseq
- directory exceptions fingertree hashable hourglass hspec mtl
- prettyprinter prettyprinter-ansi-terminal safe-exceptions
- scientific stm template-haskell terminal-size text text-short
- transformers unix unordered-containers vector
+ base bytestring core-data core-program core-text fingertree hspec
+ safe-exceptions text text-short
];
benchmarkHaskellDepends = [
- aeson async base bytestring chronologique containers deepseq
- directory exceptions fingertree gauge hashable hourglass mtl
- prettyprinter prettyprinter-ansi-terminal safe-exceptions
- scientific stm template-haskell terminal-size text text-short
- transformers unix unordered-containers vector
+ base bytestring core-data core-program core-text gauge text
];
+ doHaddock = false;
description = "Opinionated Haskell Interoperability";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"unbound" = callPackage
@@ -238713,6 +238686,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "unboxing-vector" = callPackage
+ ({ mkDerivation, base, deepseq, HUnit, mono-traversable, primitive
+ , should-not-typecheck, vector
+ }:
+ mkDerivation {
+ pname = "unboxing-vector";
+ version = "0.1.1.0";
+ sha256 = "0i2d5gzvrdi5alaj8inw0jzlh0kkd23pg5dwm24h8jyqh0kmnhj8";
+ libraryHaskellDepends = [
+ base deepseq mono-traversable primitive vector
+ ];
+ testHaskellDepends = [
+ base deepseq HUnit mono-traversable primitive should-not-typecheck
+ vector
+ ];
+ benchmarkHaskellDepends = [
+ base deepseq mono-traversable primitive vector
+ ];
+ description = "A newtype-friendly variant of unboxed vectors";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"unbreak" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, base64-bytestring
, bytestring, cereal, cmdargs, cryptonite, memory, process, text
@@ -238824,6 +238819,8 @@ self: {
];
description = "Class of data structures that can be unfolded";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"unfoldable-restricted" = callPackage
@@ -238840,6 +238837,8 @@ self: {
];
description = "An alternative to the Unfoldable typeclass";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"ungadtagger" = callPackage
@@ -239058,26 +239057,6 @@ self: {
}) {};
"unicode-transforms" = callPackage
- ({ mkDerivation, base, bitarray, bytestring, deepseq, filepath
- , gauge, getopt-generics, optparse-applicative, path, path-io
- , QuickCheck, split, text
- }:
- mkDerivation {
- pname = "unicode-transforms";
- version = "0.3.5";
- sha256 = "0gm0dwbhr666s7xx71qdrha5r3qwfyyv0wsrvq8jxva3mcwd3xy9";
- libraryHaskellDepends = [ base bitarray bytestring text ];
- testHaskellDepends = [
- base deepseq getopt-generics QuickCheck split text
- ];
- benchmarkHaskellDepends = [
- base deepseq filepath gauge optparse-applicative path path-io text
- ];
- description = "Unicode normalization";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "unicode-transforms_0_3_6" = callPackage
({ mkDerivation, base, bitarray, bytestring, deepseq, filepath
, gauge, getopt-generics, optparse-applicative, path, path-io
, QuickCheck, split, text
@@ -239097,7 +239076,6 @@ self: {
];
description = "Unicode normalization";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"unicoder" = callPackage
@@ -239190,14 +239168,16 @@ self: {
pname = "union";
version = "0.1.2";
sha256 = "1i4fvlwkw1wx64a6l8342aqfqsdq7fqa4p24g3i5gn5704lxrsb3";
- revision = "2";
- editedCabalFile = "170dhg4z4jzi50nh4xx75r9k8zz5br7j2iqjjw2r1dx29ajqbcw9";
+ revision = "3";
+ editedCabalFile = "160jc4ykqvkzw79sb9j95mw7hsnknpfhkbbd75xmkpx08vnv4d76";
libraryHaskellDepends = [
base deepseq hashable profunctors tagged vinyl
];
benchmarkHaskellDepends = [ base criterion deepseq lens ];
description = "Extensible type-safe unions";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"union-find" = callPackage
@@ -239237,6 +239217,17 @@ self: {
broken = true;
}) {};
+ "unipatterns" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "unipatterns";
+ version = "0.0.0.0";
+ sha256 = "07jl3an9y4gbpmsq2gcbp3xwyvrnvkjcxcpq1702cc320c8zq542";
+ libraryHaskellDepends = [ base ];
+ description = "Helpers which allow safe partial pattern matching in lambdas";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"uniplate" = callPackage
({ mkDerivation, base, containers, hashable, syb
, unordered-containers
@@ -239291,8 +239282,8 @@ self: {
pname = "unique";
version = "0";
sha256 = "140a9avcxs1fkj1v2awplq6prd1g13yg0kckccw6i1qpgcdigyz3";
- revision = "1";
- editedCabalFile = "0pq3a5y8ddgd37x21vafwxpyi079ir7k9g96y99pygmxwibkg4v8";
+ revision = "2";
+ editedCabalFile = "0ydjjd6j7gr4mibky6j5rqwhy9frvfii0sr4g8shaxnph3y0kb6b";
libraryHaskellDepends = [ base ghc-prim hashable ];
description = "Fully concurrent unique identifiers";
license = stdenv.lib.licenses.bsd3;
@@ -239431,8 +239422,8 @@ self: {
({ mkDerivation, base, template-haskell, units }:
mkDerivation {
pname = "units-defs";
- version = "2.0.1.1";
- sha256 = "0p99gchk3m4ibmhr6jws57sv083q142rhxjavq9laz97gjm2r9w2";
+ version = "2.1.0.1";
+ sha256 = "1ck50r8mhcvjyfx3wdkn8s89rrzjkxpn439zarg5s2vqmqji7gyy";
libraryHaskellDepends = [ base template-haskell units ];
description = "Definitions for use with the units package";
license = stdenv.lib.licenses.bsd3;
@@ -239568,41 +239559,27 @@ self: {
pname = "universe";
version = "1.1";
sha256 = "0zghqcv6jyl9x3qfmbnqyfvr4pkf3m6lil0vg66m16xlrgz68hds";
+ revision = "1";
+ editedCabalFile = "0639gsf8irhpgcp69lq9l7987lsh4wnw3z9ai0dqrvx5ixpg3k5h";
libraryHaskellDepends = [
universe-base universe-dependent-sum universe-instances-extended
universe-reverse-instances
];
description = "A class for finite and recursively enumerable types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"universe-base" = callPackage
- ({ mkDerivation, base }:
- mkDerivation {
- pname = "universe-base";
- version = "1.0.2.1";
- sha256 = "0ldvk0bj16hl1v824vvsich3rzx84xm3sbppd5ahpp5cmx887i07";
- libraryHaskellDepends = [ base ];
- description = "A class for finite and recursively enumerable types and some helper functions for enumerating them";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "universe-base_1_1" = callPackage
({ mkDerivation, base, containers, QuickCheck, tagged, transformers
}:
mkDerivation {
pname = "universe-base";
- version = "1.1";
- sha256 = "1alr2gbmdp9lsarnhfl72zkcqrfwxwvmlq3nyb9ilmwinahlzf0n";
- revision = "1";
- editedCabalFile = "1bjri6v54iy54rn972lj7hdw1bndcria23g90ikk4ni2gp65v5i0";
+ version = "1.1.1";
+ sha256 = "1a6yyvrzkz7jnjz4lyp8aw0r5hci1nx8c06v3dicgfqs3frk1v8x";
libraryHaskellDepends = [ base containers tagged transformers ];
testHaskellDepends = [ base containers QuickCheck ];
description = "A class for finite and recursively enumerable types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"universe-dependent-sum" = callPackage
@@ -239613,6 +239590,8 @@ self: {
pname = "universe-dependent-sum";
version = "1.1.0.1";
sha256 = "1mfvfh7rnk8lnd5lgxbhi40y31sar11dmgh5s7g2kgsprzmg1qpi";
+ revision = "1";
+ editedCabalFile = "0mvb919ig57zpvhpmqjsznwjd2wzglwk16w7hkfxzp73p4a21821";
libraryHaskellDepends = [
base dependent-sum template-haskell th-abstraction transformers
universe-base
@@ -239622,33 +239601,19 @@ self: {
];
description = "Universe instances for types from dependent-sum";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"universe-instances-base" = callPackage
- ({ mkDerivation, base, containers, universe-base }:
- mkDerivation {
- pname = "universe-instances-base";
- version = "1.0";
- sha256 = "04njgl32lk5a0masjdjkm4l2wsyrr29g0fsp599864mp7gp504d2";
- revision = "2";
- editedCabalFile = "0c9zxmifhy2qjvsikgm168n8k8ka8ia88ldy8qjqkz5pqknlr9sj";
- libraryHaskellDepends = [ base containers universe-base ];
- description = "Universe instances for types from the base package";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "universe-instances-base_1_1" = callPackage
({ mkDerivation, base, universe-base }:
mkDerivation {
pname = "universe-instances-base";
version = "1.1";
sha256 = "17g4xf7zcxd9a2am0p401b0l87ynxwpm3c2lqc4vmw4sz071kccb";
+ revision = "1";
+ editedCabalFile = "0hjrjjl6v5q9f7cmxhrdxfdk1l86im0b8anxkpgrry7s8q998979";
libraryHaskellDepends = [ base universe-base ];
description = "Universe instances for types from the base package";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"universe-instances-extended" = callPackage
@@ -239657,67 +239622,37 @@ self: {
pname = "universe-instances-extended";
version = "1.1";
sha256 = "12ads0n5md27wznrv7ah668ip2pp3gryn8d6my74kyhsz6g2fn5q";
+ revision = "1";
+ editedCabalFile = "02267na4xac77q4rnsy53h8nh0gfcmjzkb89qmi4qmvpps8h15y5";
libraryHaskellDepends = [ adjunctions base comonad universe-base ];
description = "Universe instances for types from selected extra packages";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"universe-instances-trans" = callPackage
- ({ mkDerivation, base, mtl, transformers, universe-base
- , universe-instances-base
- }:
- mkDerivation {
- pname = "universe-instances-trans";
- version = "1.0.0.1";
- sha256 = "03iix0bdhfi4qlgwr8sl3gsqck6lsbkqgx245w2z5yaaxgqpq10d";
- revision = "1";
- editedCabalFile = "0dcwgbgmbkjwzbxlncpl1b5hgjrmkl73djknjkhbnh02pysbwv69";
- libraryHaskellDepends = [
- base mtl transformers universe-base universe-instances-base
- ];
- description = "Universe instances for types from the transformers and mtl packages";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "universe-instances-trans_1_1" = callPackage
({ mkDerivation, base, universe-base }:
mkDerivation {
pname = "universe-instances-trans";
version = "1.1";
sha256 = "0dp37rb61g5mqj4kfkgi6zxcjhrm9npz197sksqwg1skgjdgbbn6";
+ revision = "1";
+ editedCabalFile = "0pyqcg8mfw6gg7gxxd46xq3hnhcpd39g7jb9q1awcdipzq7xjrh2";
libraryHaskellDepends = [ base universe-base ];
description = "Universe instances for types from the transformers and mtl packages";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"universe-reverse-instances" = callPackage
- ({ mkDerivation, base, containers, universe-instances-base }:
- mkDerivation {
- pname = "universe-reverse-instances";
- version = "1.0";
- sha256 = "0jcd7qyvzq8xxv9d3hfi0f1h48xdsy9r9xnxgxc7ggga4szirm79";
- revision = "2";
- editedCabalFile = "0cpnsip1iakwkgnwnd21gwrc8qbifzpff6agjwm34jgkq9j646k8";
- libraryHaskellDepends = [
- base containers universe-instances-base
- ];
- description = "instances of standard classes that are made possible by enumerations";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "universe-reverse-instances_1_1" = callPackage
({ mkDerivation, base, containers, universe-base }:
mkDerivation {
pname = "universe-reverse-instances";
version = "1.1";
sha256 = "0pdmv146ap0dh38mxhjf11jx3fbr9im7mc0zxb3bsnwpfrv1kfqd";
+ revision = "1";
+ editedCabalFile = "1v8cqdx20b5a2lrmyyvig8fkwl4ljycmf78g8rap5gngvhfz30rk";
libraryHaskellDepends = [ base containers universe-base ];
description = "Instances of standard classes that are made possible by enumerations";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"universe-th" = callPackage
@@ -239778,8 +239713,8 @@ self: {
pname = "unix";
version = "2.7.2.2";
sha256 = "1b6ygkasn5bvmdci8g3zjkahl34kfqhf5jrayibvnrcdnaqlxpcq";
- revision = "2";
- editedCabalFile = "0d6dv944rp8g69p336b1ik9xl1f182jd8lz82ykhfjhasw8d1waf";
+ revision = "3";
+ editedCabalFile = "1bbn41bx46b9h8hbri50rw69996h75nfhm9zgyvnr8lzgfhnk4p6";
libraryHaskellDepends = [ base bytestring time ];
description = "POSIX functionality";
license = stdenv.lib.licenses.bsd3;
@@ -239801,10 +239736,8 @@ self: {
({ mkDerivation, base, unix }:
mkDerivation {
pname = "unix-compat";
- version = "0.5.1";
- sha256 = "0llwl7rp63fy2ychwdclz1afj45pbin5pfl01dvn6rwhvmwhr7d3";
- revision = "1";
- editedCabalFile = "0c4ak3y72nhv3nf025cyfi1dri2wjmsal3icjwj0aczmlb0imwrd";
+ version = "0.5.2";
+ sha256 = "1a8brv9fax76b1fymslzyghwa6ma8yijiyyhn12msl3i5x24x6k5";
libraryHaskellDepends = [ base unix ];
description = "Portable POSIX-compatibility layer";
license = stdenv.lib.licenses.bsd3;
@@ -239906,8 +239839,8 @@ self: {
}:
mkDerivation {
pname = "unix-time";
- version = "0.4.5";
- sha256 = "1bwg132x2613k93wxka17461fc72wrjy5vmgcyami0nn5b30ay7y";
+ version = "0.4.7";
+ sha256 = "02fyh298lm8jsg52i3z0ikazwz477ljqjmhnqr2d88grmn5ky8qr";
libraryHaskellDepends = [ base binary bytestring old-time ];
testHaskellDepends = [
base bytestring hspec old-locale old-time QuickCheck time
@@ -239917,24 +239850,6 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "unix-time_0_4_6" = callPackage
- ({ mkDerivation, base, binary, bytestring, hspec, hspec-discover
- , old-locale, old-time, QuickCheck, time
- }:
- mkDerivation {
- pname = "unix-time";
- version = "0.4.6";
- sha256 = "0cjxjbd3qgqhyfyw3r9g7vyvmli4apl2za6fzb8ym37jgaanl9q4";
- libraryHaskellDepends = [ base binary bytestring old-time ];
- testHaskellDepends = [
- base bytestring hspec old-locale old-time QuickCheck time
- ];
- testToolDepends = [ hspec-discover ];
- description = "Unix time parser/formatter and utilities";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- }) {};
-
"unjson" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
, free, hashable, HUnit, invariant, pretty, primitive, scientific
@@ -239956,6 +239871,8 @@ self: {
];
description = "Bidirectional JSON parsing and generation";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"unlambda" = callPackage
@@ -239984,25 +239901,25 @@ self: {
}) {};
"unliftio" = callPackage
- ({ mkDerivation, async, base, containers, deepseq, directory
- , filepath, gauge, hspec, process, QuickCheck, stm, time
+ ({ mkDerivation, async, base, bytestring, containers, deepseq
+ , directory, filepath, gauge, hspec, process, QuickCheck, stm, time
, transformers, unix, unliftio-core
}:
mkDerivation {
pname = "unliftio";
- version = "0.2.11";
- sha256 = "1bc80845pbrs19xh0557w14k1ymzdysc8sf5vh63cfx63vpkw772";
+ version = "0.2.12";
+ sha256 = "02gy1zrxgzg4xmzm8lafsf1nyr3as1q20r8ld73xg3q7rkag9acg";
libraryHaskellDepends = [
- async base deepseq directory filepath process stm time transformers
- unix unliftio-core
+ async base bytestring deepseq directory filepath process stm time
+ transformers unix unliftio-core
];
testHaskellDepends = [
- async base containers deepseq directory filepath hspec process
- QuickCheck stm time transformers unix unliftio-core
+ async base bytestring containers deepseq directory filepath hspec
+ process QuickCheck stm time transformers unix unliftio-core
];
benchmarkHaskellDepends = [
- async base deepseq directory filepath gauge process stm time
- transformers unix unliftio-core
+ async base bytestring deepseq directory filepath gauge process stm
+ time transformers unix unliftio-core
];
description = "The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)";
license = stdenv.lib.licenses.mit;
@@ -240095,29 +240012,6 @@ self: {
}) {};
"unordered-containers" = callPackage
- ({ mkDerivation, base, bytestring, ChasingBottoms, containers
- , criterion, deepseq, deepseq-generics, hashable, hashmap, HUnit
- , mtl, QuickCheck, random, test-framework, test-framework-hunit
- , test-framework-quickcheck2
- }:
- mkDerivation {
- pname = "unordered-containers";
- version = "0.2.9.0";
- sha256 = "0l4264p0av12cc6i8gls13q8y27x12z2ar4x34n3x59y99fcnc37";
- libraryHaskellDepends = [ base deepseq hashable ];
- testHaskellDepends = [
- base ChasingBottoms containers hashable HUnit QuickCheck
- test-framework test-framework-hunit test-framework-quickcheck2
- ];
- benchmarkHaskellDepends = [
- base bytestring containers criterion deepseq deepseq-generics
- hashable hashmap mtl random
- ];
- description = "Efficient hashing-based container types";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "unordered-containers_0_2_10_0" = callPackage
({ mkDerivation, base, bytestring, ChasingBottoms, containers
, criterion, deepseq, deepseq-generics, hashable, hashmap, HUnit
, mtl, QuickCheck, random, test-framework, test-framework-hunit
@@ -240140,7 +240034,6 @@ self: {
];
description = "Efficient hashing-based container types";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"unordered-containers-rematch" = callPackage
@@ -241052,6 +240945,17 @@ self: {
broken = true;
}) {};
+ "usa-holidays" = callPackage
+ ({ mkDerivation, base, doctest, doctest-discover, hspec, time }:
+ mkDerivation {
+ pname = "usa-holidays";
+ version = "0.1.0.1";
+ sha256 = "04biw4l5rpfcflrmcn45hlirq26bpzs27745jhyr32gl6mpnqb12";
+ libraryHaskellDepends = [ base time ];
+ testHaskellDepends = [ base doctest doctest-discover hspec time ];
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"usb" = callPackage
({ mkDerivation, base, bindings-libusb, bytestring, containers
, ghc-prim, text, vector
@@ -241184,6 +241088,8 @@ self: {
];
description = "The UserId type and useful instances for web development";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"users" = callPackage
@@ -241447,6 +241353,8 @@ self: {
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
description = "Utilities for universal types";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"utility-ht" = callPackage
@@ -241730,15 +241638,15 @@ self: {
}:
mkDerivation {
pname = "uuid-orphans";
- version = "1.4.2";
- sha256 = "1rsaskv8xhj773abijsq3xi3maa0ixw1k2qywcmw4bdm25pyxsr2";
- revision = "1";
- editedCabalFile = "1nzr5cyl7w6a7wsbhbh403mlzaiscf02awrsm6kdnkfzgnlq39jg";
+ version = "1.4.3";
+ sha256 = "0bfjyc6dg0k7vrd0i1w7ijdld3ns46jdy3dhybh9r2k08kr7fkgy";
libraryHaskellDepends = [
base safecopy text th-lift uuid-types web-routes
];
description = "Orphan instances for the UUID datatype";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"uuid-quasi" = callPackage
@@ -241891,6 +241799,8 @@ self: {
testHaskellDepends = [ base process ];
description = "the cabal companion";
license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vabal-lib" = callPackage
@@ -242009,17 +241919,15 @@ self: {
];
description = "Runs commands on remote machines using ssh";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"valid" = callPackage
- ({ mkDerivation, base }:
+ ({ mkDerivation, base, util }:
mkDerivation {
pname = "valid";
- version = "0.1.0.0";
- sha256 = "10nrr48ki8vxckbz1q24nn2x8vwflj4ndgvlj99ishyypb1ijx37";
- libraryHaskellDepends = [ base ];
+ version = "0.1.1.0";
+ sha256 = "1c029mb3szixs9rr5i7ri2nm0ya5gv5r6bv8hzsyw90ys5nbgcz5";
+ libraryHaskellDepends = [ base util ];
description = "Type isomorphic to `Either` with `Applicative` instance which combines errors";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -242077,6 +241985,8 @@ self: {
pname = "validated-literals";
version = "0.3.0";
sha256 = "1k77jp19kl7h4v9hl2jhsmbq8dhzl8z9sgkw1jxx1rblm3fszjx1";
+ revision = "1";
+ editedCabalFile = "1l6b488pnarmx4a1cysbx0lpcx0kvrs4x3bc4sinpnzv0r5az4z4";
libraryHaskellDepends = [ base template-haskell ];
testHaskellDepends = [
base bytestring deepseq tasty tasty-hunit tasty-travis
@@ -242084,8 +241994,6 @@ self: {
];
description = "Compile-time checking for partial smart-constructors";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"validated-types" = callPackage
@@ -242103,24 +242011,6 @@ self: {
}) {};
"validation" = callPackage
- ({ mkDerivation, base, bifunctors, deepseq, hedgehog, HUnit, lens
- , semigroupoids, semigroups
- }:
- mkDerivation {
- pname = "validation";
- version = "1";
- sha256 = "08drmdvyzg2frbb26icy1mlz52xv0l6gi3v8gb7xp0vrcci5libh";
- revision = "1";
- editedCabalFile = "1x1g4nannz81j1h64l1m3ancc96zc57d1bjhj1wk7bwn1xxbi5h3";
- libraryHaskellDepends = [
- base bifunctors deepseq lens semigroupoids semigroups
- ];
- testHaskellDepends = [ base hedgehog HUnit lens semigroups ];
- description = "A data-type like Either but with an accumulating Applicative";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "validation_1_1" = callPackage
({ mkDerivation, base, bifunctors, deepseq, hedgehog, HUnit, lens
, semigroupoids, semigroups
}:
@@ -242136,7 +242026,6 @@ self: {
testHaskellDepends = [ base hedgehog HUnit lens semigroups ];
description = "A data-type like Either but with an accumulating Applicative";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"validations" = callPackage
@@ -242495,8 +242384,8 @@ self: {
}:
mkDerivation {
pname = "vault";
- version = "0.3.1.2";
- sha256 = "072mbrihsdsb8c6xvg6lvk0rqjgvxvi8qkg4n6wwym5hq0pfa04y";
+ version = "0.3.1.3";
+ sha256 = "0vdm472vn734xa27jjm2mjacl37mxiqaaahvm4hzqjgyh4cqq377";
libraryHaskellDepends = [
base containers hashable semigroups unordered-containers
];
@@ -242518,8 +242407,6 @@ self: {
];
description = "Client library for HashiCorp's Vault tool (via HTTP API)";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"vault-tool-server" = callPackage
@@ -242756,10 +242643,8 @@ self: {
}:
mkDerivation {
pname = "vec";
- version = "0.1.1";
- sha256 = "1ryc6jshm26dh21xlf4wg4fhkw035bxx4smd3xyisjqm7nncq7n5";
- revision = "1";
- editedCabalFile = "0yaqc8ci0iy46fimznmr499c5ygrvhfspwbkxdhn112zrci3b7af";
+ version = "0.1.1.1";
+ sha256 = "0gzypyi4vv5ajysbmnpicm8r2qh95nmmrj9l6hp30b95i36cb5as";
libraryHaskellDepends = [
adjunctions base base-compat deepseq distributive fin hashable lens
semigroupoids transformers
@@ -242768,8 +242653,6 @@ self: {
benchmarkHaskellDepends = [ base criterion fin vector ];
description = "Vec: length-indexed (sized) list";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"vect" = callPackage
@@ -243036,8 +242919,6 @@ self: {
];
description = "Utilities for the \"vector\" library";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"vector-fftw" = callPackage
@@ -243184,19 +243065,6 @@ self: {
}) {};
"vector-space" = callPackage
- ({ mkDerivation, base, Boolean, MemoTrie, NumInstances }:
- mkDerivation {
- pname = "vector-space";
- version = "0.15";
- sha256 = "03swlbn0x8gfb7bilxmh3zckprjc6v64bildmhwzlimjvd1v8jb8";
- revision = "1";
- editedCabalFile = "19549mrhg3x0d1ancrxyvrskd6p4x11iprnv0b0d84q7sc40fa8w";
- libraryHaskellDepends = [ base Boolean MemoTrie NumInstances ];
- description = "Vector & affine spaces, linear maps, and derivatives";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "vector-space_0_16" = callPackage
({ mkDerivation, base, Boolean, MemoTrie, NumInstances }:
mkDerivation {
pname = "vector-space";
@@ -243205,7 +243073,6 @@ self: {
libraryHaskellDepends = [ base Boolean MemoTrie NumInstances ];
description = "Vector & affine spaces, linear maps, and derivatives";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"vector-space-map" = callPackage
@@ -243218,6 +243085,8 @@ self: {
testHaskellDepends = [ base doctest ];
description = "vector-space operations for finite maps using Data.Map";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vector-space-opengl" = callPackage
@@ -243366,17 +243235,6 @@ self: {
}) {};
"verbosity" = callPackage
- ({ mkDerivation, base, binary, data-default-class, deepseq }:
- mkDerivation {
- pname = "verbosity";
- version = "0.2.3.0";
- sha256 = "0r7jj2h7xzz3i8ck00z19h4bfr4r4nxfzi6ya9kppcda92myak4b";
- libraryHaskellDepends = [ base binary data-default-class deepseq ];
- description = "Simple enum that encodes application verbosity";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "verbosity_0_3_0_0" = callPackage
({ mkDerivation, base, binary, data-default-class, deepseq, dhall
, generic-lens, serialise
}:
@@ -243389,7 +243247,6 @@ self: {
];
description = "Simple enum that encodes application verbosity";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"verdict" = callPackage
@@ -243439,8 +243296,8 @@ self: {
}:
mkDerivation {
pname = "verifiable-expressions";
- version = "0.4.0";
- sha256 = "0s0wqhss8155xy2gkdwylvp61cn0ra5245fa5l2k9rvqr8xxrfkd";
+ version = "0.6.0";
+ sha256 = "1drb5zkpm5zn765fkp2p7jq69q50f9577rz9bs76cp0gvccan8my";
libraryHaskellDepends = [
base containers lens mtl sbv transformers union vinyl
];
@@ -243770,8 +243627,6 @@ self: {
executableHaskellDepends = [ base ];
description = "Frontend for video metadata tagging tools";
license = stdenv.lib.licenses.bsd2;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"vimus" = callPackage
@@ -243828,28 +243683,6 @@ self: {
}) {};
"vinyl" = callPackage
- ({ mkDerivation, aeson, array, base, criterion, doctest, ghc-prim
- , hspec, lens, lens-aeson, linear, microlens, mtl, mwc-random
- , primitive, should-not-typecheck, singletons, tagged, text
- , unordered-containers, vector
- }:
- mkDerivation {
- pname = "vinyl";
- version = "0.10.0.1";
- sha256 = "1x2x40cgyhj3yzw4kajssjvlnwlcrrnz7vaa8as2k9xmv9x76ig4";
- libraryHaskellDepends = [ array base ghc-prim ];
- testHaskellDepends = [
- aeson base doctest hspec lens lens-aeson microlens mtl
- should-not-typecheck singletons text unordered-containers vector
- ];
- benchmarkHaskellDepends = [
- base criterion linear microlens mwc-random primitive tagged vector
- ];
- description = "Extensible Records";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "vinyl_0_11_0" = callPackage
({ mkDerivation, aeson, array, base, criterion, doctest, ghc-prim
, hspec, lens, lens-aeson, linear, microlens, mtl, mwc-random
, primitive, should-not-typecheck, singletons, tagged, text
@@ -243870,6 +243703,7 @@ self: {
description = "Extensible Records";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vinyl-generics" = callPackage
@@ -243887,6 +243721,8 @@ self: {
];
description = "Convert plain records to vinyl (and vice versa), generically";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vinyl-gl" = callPackage
@@ -243908,6 +243744,8 @@ self: {
];
description = "Utilities for working with OpenGL's GLSL shading language and vinyl records";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vinyl-json" = callPackage
@@ -243937,6 +243775,8 @@ self: {
libraryHaskellDepends = [ base vinyl ];
description = "Syntax sugar for vinyl records using overloaded labels";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"vinyl-operational" = callPackage
@@ -244541,8 +244381,6 @@ self: {
libraryHaskellDepends = [ base ];
description = "Low-level low-overhead vulkan api bindings";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"waargonaut" = callPackage
@@ -244558,8 +244396,8 @@ self: {
}:
mkDerivation {
pname = "waargonaut";
- version = "0.6.1.0";
- sha256 = "0ygwwiq3nr8szp5vhs9306pwf9mqh7x75vsh1wfh369h6psqqp11";
+ version = "0.6.2.0";
+ sha256 = "1s9il54r5hqp4fbxn5012f7l6ir6fy2v6xv5xf57zh1sz0ifxj2f";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
attoparsec base bifunctors bytestring containers contravariant
@@ -244572,7 +244410,8 @@ self: {
testHaskellDepends = [
attoparsec base bytestring containers contravariant digit directory
distributive doctest filepath generics-sop hedgehog hedgehog-fn
- lens mtl natural scientific semigroupoids semigroups tagged tasty
+ hw-balancedparens hw-bits hw-json hw-prim hw-rankselect lens mtl
+ natural scientific semigroupoids semigroups tagged tasty
tasty-expected-failure tasty-golden tasty-hedgehog tasty-hunit
template-haskell text unordered-containers vector zippers
];
@@ -244659,8 +244498,8 @@ self: {
}:
mkDerivation {
pname = "wai";
- version = "3.2.2";
- sha256 = "1qbzq4k8b23pg1knw5y99rdvkfywnncwqkfrkp2w7g6p054xar1a";
+ version = "3.2.2.1";
+ sha256 = "058871axlq6r0gcqxbjw37w57df9xbv81dmz99b1zq59wf329xzy";
libraryHaskellDepends = [
base bytestring http-types network text transformers vault
];
@@ -244700,8 +244539,8 @@ self: {
}:
mkDerivation {
pname = "wai-app-file-cgi";
- version = "3.1.8";
- sha256 = "0yxhiba6yywv9yps8pal9l41wh8wi3bfhr1sm0mnvsirps4rk39y";
+ version = "3.1.9";
+ sha256 = "1knf3dmal9immsxj4cvqf2i4ijlrn17fick6slxb1mrms7f50wkq";
libraryHaskellDepends = [
array attoparsec attoparsec-conduit base bytestring
case-insensitive conduit conduit-extra containers
@@ -244715,6 +244554,8 @@ self: {
];
description = "File/CGI/Rev Proxy App of WAI";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"wai-app-static" = callPackage
@@ -244729,8 +244570,8 @@ self: {
pname = "wai-app-static";
version = "3.1.6.3";
sha256 = "0s6bpz5gmjy797bnnw1y5mwy9761h46bjp1srnrh7cxlnvm93c4c";
- revision = "2";
- editedCabalFile = "17wd7cxqwimhww53qihchrr62hnzirggk86migi9bcwv4wjykmqc";
+ revision = "3";
+ editedCabalFile = "01qzkb1niv0jzbsh802gw1a9w85h0nhp1vd6hln958hsxf25n0d9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -244753,24 +244594,6 @@ self: {
}) {};
"wai-cli" = callPackage
- ({ mkDerivation, ansi-terminal, base, http-types, monads-tf
- , network, options, socket-activation, stm, streaming-commons, unix
- , wai, wai-extra, warp, warp-tls
- }:
- mkDerivation {
- pname = "wai-cli";
- version = "0.1.1";
- sha256 = "0qi84p1x5b0hvsdgd03fn80j3ai0s0svcl340z9fvz6lrgcfnhq6";
- libraryHaskellDepends = [
- ansi-terminal base http-types monads-tf network options
- socket-activation stm streaming-commons unix wai wai-extra warp
- warp-tls
- ];
- description = "Command line runner for Wai apps (using Warp) with TLS, CGI, socket activation & graceful shutdown";
- license = stdenv.lib.licenses.publicDomain;
- }) {};
-
- "wai-cli_0_2_1" = callPackage
({ mkDerivation, ansi-terminal, base, http-types, iproute
, monads-tf, network, options, socket-activation, stm
, streaming-commons, unix, wai, wai-extra, warp, warp-tls
@@ -244788,7 +244611,6 @@ self: {
];
description = "Command line runner for Wai apps (using Warp) with TLS, CGI, socket activation & graceful shutdown";
license = stdenv.lib.licenses.publicDomain;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"wai-conduit" = callPackage
@@ -244932,10 +244754,8 @@ self: {
}:
mkDerivation {
pname = "wai-extra";
- version = "3.0.26";
- sha256 = "1vax87kchm92az0f4axn793bavp8pwjh7a9mc1lwwwni678h35gq";
- revision = "1";
- editedCabalFile = "02475xywcp12xysa6l2p6ibx800978lsa6rkgx9gnhans7z6yj16";
+ version = "3.0.28";
+ sha256 = "0iky7k4kirngvk1p2nz19zgzffb5hppfaxdjan80v06ikc8w1wm7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -245049,6 +244869,8 @@ self: {
pname = "wai-handler-launch";
version = "3.0.2.4";
sha256 = "0019vz9ha2mvliz3drjbj62v26mwhl9bl1vqr06ki40865hrr78f";
+ revision = "1";
+ editedCabalFile = "1mjxbzw3a5wybcp8s4x05rx91p2qaabpfci6w2k6p6nw4rjvfijv";
libraryHaskellDepends = [
async base bytestring http-types process streaming-commons
transformers wai warp
@@ -245148,8 +244970,8 @@ self: {
}:
mkDerivation {
pname = "wai-http2-extra";
- version = "0.1.0";
- sha256 = "1gqm346vr2asshb55dyml28ifiyb975zj5mklg0yfjq2hpbn97ld";
+ version = "0.1.2";
+ sha256 = "1f4ddgrprdnbpdbb6jj8n2ib206dlj5mgf8ar6r1ls2p90vpn6yr";
libraryHaskellDepends = [
auto-update base bytestring containers http-types wai warp word8
];
@@ -245233,23 +245055,6 @@ self: {
}) {};
"wai-logger" = callPackage
- ({ mkDerivation, base, byteorder, bytestring, Cabal, cabal-doctest
- , doctest, fast-logger, http-types, network, wai
- }:
- mkDerivation {
- pname = "wai-logger";
- version = "2.3.4";
- sha256 = "004ng1r1qij0frlsyps0nz9b0ijn0zlk3i6qbb7lq1f4209ikzlk";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- base byteorder bytestring fast-logger http-types network wai
- ];
- testHaskellDepends = [ base doctest ];
- description = "A logging system for WAI";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "wai-logger_2_3_5" = callPackage
({ mkDerivation, base, byteorder, bytestring, Cabal, cabal-doctest
, doctest, fast-logger, http-types, network, wai
}:
@@ -245264,7 +245069,6 @@ self: {
testHaskellDepends = [ base doctest ];
description = "A logging system for WAI";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"wai-logger-buffered" = callPackage
@@ -245917,8 +245721,8 @@ self: {
}:
mkDerivation {
pname = "wai-middleware-throttle";
- version = "0.3.0.0";
- sha256 = "16qhfqc0f5ahz2qc04a4by6iw1agxzcf14aqqkf1arf0hknvbvvv";
+ version = "0.3.0.1";
+ sha256 = "0mpw7b56k1a89kzwa3v4c4ff66m0py9s9p2jan2zhp8k3b8862jq";
libraryHaskellDepends = [
base bytestring bytestring-builder cache clock containers hashable
http-types mtl network safe-exceptions stm text token-bucket
@@ -246523,8 +246327,8 @@ self: {
pname = "warc";
version = "1.0.4";
sha256 = "1mxfm8kdvm0l1lnzma4n9mriz94ypckxqcz1f34fa3n1j3ckc45b";
- revision = "1";
- editedCabalFile = "1mdd3r1lg92rchy1zv4jwvrsn6x3wnplhbnwavpx0nivf3xp7m8q";
+ revision = "2";
+ editedCabalFile = "0vlh1wivzs2ikmp3jbx4m0zxyvkjy1rn6xhbgaz1n5vi37hid74n";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -246547,36 +246351,68 @@ self: {
, gauge, ghc-prim, hashable, hspec, http-client, http-date
, http-types, http2, HUnit, iproute, lifted-base, network, process
, QuickCheck, simple-sendfile, stm, streaming-commons, text, time
- , transformers, unix, unix-compat, vault, wai, word8
+ , time-manager, transformers, unix, unix-compat, vault, wai, word8
}:
mkDerivation {
pname = "warp";
- version = "3.2.27";
- sha256 = "0p2w88q0zd55ms20qylipbi0qzbf324i9r8b9qqxyds5yc1anq76";
- revision = "1";
- editedCabalFile = "19ggrgki5rdmphpg0sh5n286yfzdz6pi31gksdbbpfzxk29wx4ab";
+ version = "3.2.28";
+ sha256 = "0w2w3aiccpb2f8zssqiszcxzqdysihqi5xply23lwif5arz4saw7";
libraryHaskellDepends = [
array async auto-update base bsb-http-chunked bytestring
case-insensitive containers ghc-prim hashable http-date http-types
http2 iproute network simple-sendfile stm streaming-commons text
- unix unix-compat vault wai word8
+ time-manager unix unix-compat vault wai word8
];
testHaskellDepends = [
array async auto-update base bsb-http-chunked bytestring
case-insensitive containers directory doctest ghc-prim hashable
hspec http-client http-date http-types http2 HUnit iproute
lifted-base network process QuickCheck simple-sendfile stm
- streaming-commons text time transformers unix unix-compat vault wai
- word8
+ streaming-commons text time time-manager transformers unix
+ unix-compat vault wai word8
];
benchmarkHaskellDepends = [
auto-update base bytestring containers gauge hashable http-date
- http-types network unix unix-compat
+ http-types network time-manager unix unix-compat
];
description = "A fast, light-weight web server for WAI applications";
license = stdenv.lib.licenses.mit;
}) {};
+ "warp_3_3_0" = callPackage
+ ({ mkDerivation, array, async, auto-update, base, bsb-http-chunked
+ , bytestring, case-insensitive, containers, directory, gauge
+ , ghc-prim, hashable, hspec, http-client, http-date, http-types
+ , http2, HUnit, iproute, lifted-base, network, process, QuickCheck
+ , simple-sendfile, stm, streaming-commons, text, time, time-manager
+ , unix, unix-compat, vault, wai, word8
+ }:
+ mkDerivation {
+ pname = "warp";
+ version = "3.3.0";
+ sha256 = "0dqh1rrrmhw343786337qwgjwap8yk91zrxc9vxdmal6mkf1q4dq";
+ libraryHaskellDepends = [
+ array async auto-update base bsb-http-chunked bytestring
+ case-insensitive containers ghc-prim hashable http-date http-types
+ http2 iproute network simple-sendfile stm streaming-commons text
+ time-manager unix unix-compat vault wai word8
+ ];
+ testHaskellDepends = [
+ array async auto-update base bsb-http-chunked bytestring
+ case-insensitive containers directory ghc-prim hashable hspec
+ http-client http-date http-types http2 HUnit iproute lifted-base
+ network process QuickCheck simple-sendfile stm streaming-commons
+ text time time-manager unix unix-compat vault wai word8
+ ];
+ benchmarkHaskellDepends = [
+ auto-update base bytestring containers gauge hashable http-date
+ http-types network time-manager unix unix-compat
+ ];
+ description = "A fast, light-weight web server for WAI applications";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"warp-dynamic" = callPackage
({ mkDerivation, base, data-default, dyre, http-types, wai, warp }:
mkDerivation {
@@ -246643,8 +246479,8 @@ self: {
}:
mkDerivation {
pname = "warp-tls";
- version = "3.2.5";
- sha256 = "1z98jxn1l9mp6hh2jja6cz48nx8zvp5iqrr23wmbp235vva4llmf";
+ version = "3.2.7";
+ sha256 = "1h6m9jhvk4ai945p5s6sa9lxq40cn00gjfj4yiqhj2q5ymxfgfba";
libraryHaskellDepends = [
base bytestring cryptonite data-default-class network
streaming-commons tls tls-session-manager wai warp
@@ -246795,28 +246631,6 @@ self: {
}) {};
"wave" = callPackage
- ({ mkDerivation, base, bytestring, cereal, containers
- , data-default-class, hspec, QuickCheck, temporary, transformers
- }:
- mkDerivation {
- pname = "wave";
- version = "0.1.5";
- sha256 = "03zycmwrchhqvi37fdvlzz2d1vl4hy0i8xyys1zznw38qfq0h2i5";
- revision = "2";
- editedCabalFile = "0zs0mw42z9xzs1r935pd5dssf0x10qbkhxlpfknv0x75n2k0azzj";
- enableSeparateDataOutput = true;
- libraryHaskellDepends = [
- base bytestring cereal containers data-default-class transformers
- ];
- testHaskellDepends = [
- base bytestring containers data-default-class hspec QuickCheck
- temporary
- ];
- description = "Work with WAVE and RF64 files";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "wave_0_2_0" = callPackage
({ mkDerivation, base, bytestring, cereal, containers, hspec
, hspec-discover, QuickCheck, temporary, transformers
}:
@@ -246834,7 +246648,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Work with WAVE and RF64 files";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"wavefront" = callPackage
@@ -247035,6 +246848,8 @@ self: {
testHaskellDepends = [ base bytestring HUnit network-uri text ];
description = "Composable, reversible, efficient web routing using invertible invariants and bijections";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"web-mongrel2" = callPackage
@@ -247164,6 +246979,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "web-routes-generics" = callPackage
+ ({ mkDerivation, base, parsec, text, web-routes }:
+ mkDerivation {
+ pname = "web-routes-generics";
+ version = "0.1.0.1";
+ sha256 = "16nykkzjznl9zq2qgn87lpqxkz8yx83s7949lv4vzapp4hjv04yy";
+ libraryHaskellDepends = [ base parsec text web-routes ];
+ description = "portable, type-safe URL routing";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"web-routes-happstack" = callPackage
({ mkDerivation, base, bytestring, happstack-server, text
, web-routes
@@ -247177,6 +247003,8 @@ self: {
];
description = "Adds support for using web-routes with Happstack";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"web-routes-hsp" = callPackage
@@ -247243,6 +247071,8 @@ self: {
testHaskellDepends = [ base hspec HUnit QuickCheck web-routes ];
description = "Support for deriving PathInfo using Template Haskell";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"web-routes-transformers" = callPackage
@@ -247403,6 +247233,8 @@ self: {
];
description = "A super-simple web server framework";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"webcloud" = callPackage
@@ -247489,29 +247321,6 @@ self: {
}) {};
"webdriver" = callPackage
- ({ mkDerivation, aeson, attoparsec, base, base64-bytestring
- , bytestring, data-default-class, directory, directory-tree
- , exceptions, filepath, http-client, http-types, lifted-base
- , monad-control, network, network-uri, scientific, temporary, text
- , time, transformers, transformers-base, unordered-containers
- , vector, zip-archive
- }:
- mkDerivation {
- pname = "webdriver";
- version = "0.8.5";
- sha256 = "1gn168cjwlpv2f4jchj48a9pvk8zqdxsf9qpx0lsj4bl2j5pl5m8";
- libraryHaskellDepends = [
- aeson attoparsec base base64-bytestring bytestring
- data-default-class directory directory-tree exceptions filepath
- http-client http-types lifted-base monad-control network
- network-uri scientific temporary text time transformers
- transformers-base unordered-containers vector zip-archive
- ];
- description = "a Haskell client for the Selenium WebDriver protocol";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "webdriver_0_9_0_1" = callPackage
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
, bytestring, call-stack, data-default-class, directory
, directory-tree, exceptions, filepath, http-client, http-types
@@ -247532,7 +247341,6 @@ self: {
];
description = "a Haskell client for the Selenium WebDriver protocol";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"webdriver-angular" = callPackage
@@ -247554,6 +247362,8 @@ self: {
];
description = "Webdriver actions to assist with testing a webpage which uses Angular.Js";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"webdriver-snoy" = callPackage
@@ -247808,8 +247618,6 @@ self: {
libraryPkgconfigDepends = [ webkitgtk ];
description = "JavaScriptCore FFI from webkitgtk";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {inherit (pkgs) webkitgtk;};
"webkitgtk3" = callPackage
@@ -248011,6 +247819,8 @@ self: {
];
description = "Composable websockets clients";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"websockets-snap" = callPackage
@@ -248385,6 +248195,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "wholepixels" = callPackage
+ ({ mkDerivation, base, cairo, colour, directory, hsnoise
+ , MonadRandom, mtl, random, random-fu, random-shuffle
+ , random-source, relude, temporary, time
+ }:
+ mkDerivation {
+ pname = "wholepixels";
+ version = "1.1";
+ sha256 = "1xxdf0znpa54bzifj1apmc9yda4mdhy1vzdm58ihnywi9mch1c0l";
+ libraryHaskellDepends = [
+ base cairo colour directory hsnoise MonadRandom mtl random
+ random-fu random-shuffle random-source relude temporary time
+ ];
+ license = stdenv.lib.licenses.asl20;
+ }) {};
+
"why3" = callPackage
({ mkDerivation, alex, array, base, bytestring, containers, deepseq
, directory, filepath, happy, monadLib, pretty, pretty-show
@@ -248639,55 +248465,17 @@ self: {
}) {};
"winery" = callPackage
- ({ mkDerivation, aeson, base, binary, bytestring, cassava
- , containers, cpu, deepseq, directory, gauge, hashable, megaparsec
- , mtl, prettyprinter, prettyprinter-ansi-terminal, QuickCheck
- , scientific, semigroups, serialise, text, time, transformers
- , unordered-containers, vector
- }:
- mkDerivation {
- pname = "winery";
- version = "0.3.1";
- sha256 = "1f63fgw7ky6kd0dk41rhqjxgvi33pa5ffrv0vk2i7dr88bmc1wgy";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- aeson base bytestring containers cpu hashable megaparsec mtl
- prettyprinter prettyprinter-ansi-terminal scientific semigroups
- text time transformers unordered-containers vector
- ];
- executableHaskellDepends = [
- aeson base bytestring containers cpu hashable megaparsec mtl
- prettyprinter prettyprinter-ansi-terminal scientific semigroups
- text time transformers unordered-containers vector
- ];
- testHaskellDepends = [
- aeson base bytestring containers cpu hashable megaparsec mtl
- prettyprinter prettyprinter-ansi-terminal QuickCheck scientific
- semigroups text time transformers unordered-containers vector
- ];
- benchmarkHaskellDepends = [
- aeson base binary bytestring cassava containers cpu deepseq
- directory gauge hashable megaparsec mtl prettyprinter
- prettyprinter-ansi-terminal scientific semigroups serialise text
- time transformers unordered-containers vector
- ];
- description = "Sustainable serialisation library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "winery_1_1_1" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, cereal
, containers, cpu, deepseq, directory, fast-builder, gauge
, hashable, HUnit, megaparsec, mtl, prettyprinter
, prettyprinter-ansi-terminal, QuickCheck, quickcheck-instances
- , scientific, semigroups, serialise, text, time, transformers
- , unordered-containers, vector
+ , scientific, semigroups, serialise, store, text, time
+ , transformers, unordered-containers, vector
}:
mkDerivation {
pname = "winery";
- version = "1.1.1";
- sha256 = "0jyr5vwz55rjwqvvh2ys3aq426i6jhfrykz0mx4kidr9l9yd0yls";
+ version = "1.1.2";
+ sha256 = "1hxs3pyv0icqmnmnjadr86d55jdi689hgcjgx3lq7skxs3hp0qf1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -248707,11 +248495,10 @@ self: {
];
benchmarkHaskellDepends = [
aeson base binary bytestring cereal deepseq directory gauge
- serialise text
+ serialise store text
];
description = "A compact, well-typed seralisation format for Haskell values";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"winio" = callPackage
@@ -248845,21 +248632,20 @@ self: {
testHaskellDepends = [ base conduit hspec HUnit mtl ];
description = "Run computations that depend on one or more elements in a stream";
license = stdenv.lib.licenses.gpl3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"witherable" = callPackage
({ mkDerivation, base, base-orphans, containers, hashable
- , transformers, transformers-compat, unordered-containers, vector
+ , monoidal-containers, transformers, transformers-compat
+ , unordered-containers, vector
}:
mkDerivation {
pname = "witherable";
- version = "0.3.1";
- sha256 = "0sjpr1fnmxicpiyhh715fh8cznc971awhhd1mzqn03ybrja8278l";
+ version = "0.3.2";
+ sha256 = "1iqf3kc9h599lbiym8rf9b4fhj31lqwm1cxqz6x02q9dxyrcprmi";
libraryHaskellDepends = [
- base base-orphans containers hashable transformers
- transformers-compat unordered-containers vector
+ base base-orphans containers hashable monoidal-containers
+ transformers transformers-compat unordered-containers vector
];
description = "filterable traversable";
license = stdenv.lib.licenses.bsd3;
@@ -249089,7 +248875,7 @@ self: {
license = stdenv.lib.licenses.isc;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
- }) {inherit (pkgs) wlc;};
+ }) {wlc = null;};
"wobsurv" = callPackage
({ mkDerivation, aeson, attoparsec, base-prelude, bytestring
@@ -249209,6 +248995,8 @@ self: {
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
description = "Words of arbitrary size";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"word-trie" = callPackage
@@ -249334,8 +249122,6 @@ self: {
benchmarkHaskellDepends = [ base criterion pandoc text ];
description = "Get word counts and distributions";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"wordcloud" = callPackage
@@ -249635,14 +249421,16 @@ self: {
"world-peace" = callPackage
({ mkDerivation, aeson, base, deepseq, doctest, Glob, profunctors
- , tagged
+ , should-not-typecheck, tagged, tasty, tasty-hunit, text
}:
mkDerivation {
pname = "world-peace";
- version = "0.1.0.0";
- sha256 = "19anwyh9n9agpcdhzfbh0l28nm0mdn8616klihbw55yxkiwqaxkk";
+ version = "1.0.1.0";
+ sha256 = "1fx7y9h1yyjc5xn1mpbkwas6p6h06rivzndb545z1qnnp583vzwp";
libraryHaskellDepends = [ aeson base deepseq profunctors tagged ];
- testHaskellDepends = [ base doctest Glob ];
+ testHaskellDepends = [
+ base doctest Glob should-not-typecheck tasty tasty-hunit text
+ ];
description = "Open Union and Open Product Types";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -249785,46 +249573,6 @@ self: {
}) {};
"wreq" = callPackage
- ({ mkDerivation, aeson, aeson-pretty, attoparsec
- , authenticate-oauth, base, base16-bytestring, base64-bytestring
- , bytestring, Cabal, cabal-doctest, case-insensitive, containers
- , cryptonite, directory, doctest, exceptions, filepath, ghc-prim
- , hashable, http-client, http-client-tls, http-types, HUnit, lens
- , lens-aeson, memory, mime-types, network-info, psqueues
- , QuickCheck, snap-core, snap-server, template-haskell, temporary
- , test-framework, test-framework-hunit, test-framework-quickcheck2
- , text, time, time-locale-compat, transformers, unix-compat
- , unordered-containers, uuid, vector
- }:
- mkDerivation {
- pname = "wreq";
- version = "0.5.3.1";
- sha256 = "1i2f2bxx84l8qzkz9v3qhx5sbl78ysc3vqadfhrxk3h0ljklwfz3";
- revision = "2";
- editedCabalFile = "1rjz4012vp9q7a3szpm8a7rnn62d5cbbp1pp3qwfyi1fgyd5rp6c";
- isLibrary = true;
- isExecutable = true;
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- aeson attoparsec authenticate-oauth base base16-bytestring
- bytestring case-insensitive containers cryptonite exceptions
- ghc-prim hashable http-client http-client-tls http-types lens
- lens-aeson memory mime-types psqueues template-haskell text time
- time-locale-compat unordered-containers
- ];
- testHaskellDepends = [
- aeson aeson-pretty base base64-bytestring bytestring
- case-insensitive containers directory doctest filepath hashable
- http-client http-types HUnit lens lens-aeson network-info
- QuickCheck snap-core snap-server temporary test-framework
- test-framework-hunit test-framework-quickcheck2 text time
- transformers unix-compat unordered-containers uuid vector
- ];
- description = "An easy-to-use HTTP client library";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "wreq_0_5_3_2" = callPackage
({ mkDerivation, aeson, aeson-pretty, attoparsec
, authenticate-oauth, base, base16-bytestring, base64-bytestring
, bytestring, Cabal, cabal-doctest, case-insensitive, containers
@@ -249862,7 +249610,6 @@ self: {
];
description = "An easy-to-use HTTP client library";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"wreq-sb" = callPackage
@@ -250130,8 +249877,6 @@ self: {
];
description = "Unagi chan based websocket client";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"wsdl" = callPackage
@@ -250263,6 +250008,21 @@ self: {
broken = true;
}) {};
+ "wu-wei" = callPackage
+ ({ mkDerivation, base, directory, symbolic-link, unix, yaml }:
+ mkDerivation {
+ pname = "wu-wei";
+ version = "0.1.0.2";
+ sha256 = "001bs5s92wpj1s7pjg7knc9w4czjq2zwm0wj6gjjxgymvvwjax7w";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [
+ base directory symbolic-link unix yaml
+ ];
+ description = "Unimportant Unix adminstration tool";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"wumpus-basic" = callPackage
({ mkDerivation, base, containers, directory, filepath
, vector-space, wumpus-core
@@ -250348,20 +250108,6 @@ self: {
}) {};
"wuss" = callPackage
- ({ mkDerivation, base, bytestring, connection, network, websockets
- }:
- mkDerivation {
- pname = "wuss";
- version = "1.1.13";
- sha256 = "16ll4wfk3i570id7ki5ab34q5wwzgr5k7fqmx8hvnxmdsr8h85cy";
- libraryHaskellDepends = [
- base bytestring connection network websockets
- ];
- description = "Secure WebSocket (WSS) clients";
- license = stdenv.lib.licenses.mit;
- }) {};
-
- "wuss_1_1_14" = callPackage
({ mkDerivation, base, bytestring, connection, network, websockets
}:
mkDerivation {
@@ -250373,7 +250119,6 @@ self: {
];
description = "Secure WebSocket (WSS) clients";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"wx" = callPackage
@@ -250883,6 +250628,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "xdg-desktop-entry" = callPackage
+ ({ mkDerivation, base, ConfigFile, directory, either, filepath
+ , multimap, safe, transformers, unix
+ }:
+ mkDerivation {
+ pname = "xdg-desktop-entry";
+ version = "0.1.1.0";
+ sha256 = "0ss4marv4lyh94v9x12sy5wfdsiw0jppqpgndmg1w8b3mfk0d6s2";
+ libraryHaskellDepends = [
+ base ConfigFile directory either filepath multimap safe
+ transformers unix
+ ];
+ description = "Parse files conforming to the xdg desktop entry spec";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"xdg-userdirs" = callPackage
({ mkDerivation, base, containers, directory, filepath, xdg-basedir
}:
@@ -251240,27 +251001,6 @@ self: {
}) {};
"xls" = callPackage
- ({ mkDerivation, base, conduit, filepath, getopt-generics
- , resourcet, transformers
- }:
- mkDerivation {
- pname = "xls";
- version = "0.1.1";
- sha256 = "0a09zw90xiaklr68w932md38s95jzwid914lw7frnf3qd8j12xq9";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base conduit filepath resourcet transformers
- ];
- executableHaskellDepends = [
- base conduit getopt-generics resourcet transformers
- ];
- testHaskellDepends = [ base ];
- description = "Parse Microsoft Excel xls files (BIFF/Excel 97-2004)";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "xls_0_1_2" = callPackage
({ mkDerivation, base, conduit, filepath, getopt-generics
, resourcet, transformers
}:
@@ -251279,7 +251019,6 @@ self: {
testHaskellDepends = [ base ];
description = "Parse Microsoft Excel xls files (BIFF/Excel 97-2004)";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"xlsior" = callPackage
@@ -251333,6 +251072,8 @@ self: {
benchmarkHaskellDepends = [ base bytestring criterion ];
description = "Simple and incomplete Excel file parser/writer";
license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"xlsx-tabular" = callPackage
@@ -251349,6 +251090,8 @@ self: {
testHaskellDepends = [ base ];
description = "Xlsx table cell value extraction utility";
license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"xlsx-templater" = callPackage
@@ -251510,6 +251253,24 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "xml-conduit-stylist" = callPackage
+ ({ mkDerivation, base, containers, css-syntax, network-uri, stylist
+ , text, unordered-containers, xml-conduit
+ }:
+ mkDerivation {
+ pname = "xml-conduit-stylist";
+ version = "1.0.0.0";
+ sha256 = "1w9ig4mr0l0kj8mk7sfsyv8p77k91l93cfpbpvmg32q9wffz2r02";
+ libraryHaskellDepends = [
+ base containers css-syntax network-uri stylist text
+ unordered-containers xml-conduit
+ ];
+ description = "Bridge between xml-conduit/html-conduit and stylist";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"xml-conduit-writer" = callPackage
({ mkDerivation, base, containers, data-default, dlist, mtl, text
, xml-conduit, xml-types
@@ -251704,8 +251465,8 @@ self: {
pname = "xml-lens";
version = "0.1.6.3";
sha256 = "1s5ivi3caz56g5yyg3pharshs3wcygcssjx1sm9aw4mv3ylz3msd";
- revision = "1";
- editedCabalFile = "1fbk4wv7zr10wsh8a0svd799im64fybnlb09rjpfl2pvb6i6h1qs";
+ revision = "2";
+ editedCabalFile = "1phba1j6ggxfsq4ivhd5wibzw1b9hwppqmgichyj3xg9z3widmnl";
libraryHaskellDepends = [
base case-insensitive containers lens text xml-conduit
];
@@ -252011,72 +251772,27 @@ self: {
}) {};
"xmlbf" = callPackage
- ({ mkDerivation, base, bytestring, containers, QuickCheck
- , quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck, text
- , transformers, unordered-containers
- }:
- mkDerivation {
- pname = "xmlbf";
- version = "0.4.1";
- sha256 = "0xfw9z1l3ja4qq0lj9i2n81fdh43ggprsy8rm71pcdacnpl056hq";
- revision = "1";
- editedCabalFile = "0j5yvsz0ib5w80wp1gc0li376adw8l861xvf5paa2hdq55jkxvi6";
- libraryHaskellDepends = [
- base bytestring containers text transformers unordered-containers
- ];
- testHaskellDepends = [
- base bytestring QuickCheck quickcheck-instances tasty tasty-hunit
- tasty-quickcheck text transformers unordered-containers
- ];
- description = "XML back and forth! Parser, renderer, ToXml, FromXml, fixpoints";
- license = stdenv.lib.licenses.asl20;
- }) {};
-
- "xmlbf_0_5" = callPackage
({ mkDerivation, base, bytestring, containers, deepseq, QuickCheck
- , quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck, text
- , transformers, unordered-containers
+ , quickcheck-instances, selective, tasty, tasty-hunit
+ , tasty-quickcheck, text, transformers, unordered-containers
}:
mkDerivation {
pname = "xmlbf";
- version = "0.5";
- sha256 = "1wm7xypplnz9sl6ckh8kjsb66pd2cqgr412sdhdm0d7y0yixv2zy";
- revision = "1";
- editedCabalFile = "0kjl102q2cnxpw5f2nbbn8c6yyk8bld8hamn16qhazlqz0wwlx05";
+ version = "0.6";
+ sha256 = "02wcjmpgjla568ic621hglzkgqaiq9g1s93fq4iqq4lf20yszr9y";
libraryHaskellDepends = [
- base bytestring containers deepseq text transformers
+ base bytestring containers deepseq selective text transformers
unordered-containers
];
testHaskellDepends = [
- base bytestring deepseq QuickCheck quickcheck-instances tasty
- tasty-hunit tasty-quickcheck text transformers unordered-containers
+ base bytestring QuickCheck quickcheck-instances tasty tasty-hunit
+ tasty-quickcheck text transformers
];
description = "XML back and forth! Parser, renderer, ToXml, FromXml, fixpoints";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"xmlbf-xeno" = callPackage
- ({ mkDerivation, base, bytestring, html-entities, QuickCheck
- , quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck, text
- , unordered-containers, xeno, xmlbf
- }:
- mkDerivation {
- pname = "xmlbf-xeno";
- version = "0.1.1";
- sha256 = "0cnxcw1sh92ljcpla2j7pg0md8yj7j48jgjlsn0f9ha0j90lw73c";
- libraryHaskellDepends = [
- base bytestring html-entities text unordered-containers xeno xmlbf
- ];
- testHaskellDepends = [
- base bytestring QuickCheck quickcheck-instances tasty tasty-hunit
- tasty-quickcheck text unordered-containers xmlbf
- ];
- description = "xeno backend support for the xmlbf library";
- license = stdenv.lib.licenses.asl20;
- }) {};
-
- "xmlbf-xeno_0_2" = callPackage
({ mkDerivation, base, bytestring, html-entities, QuickCheck
, quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck, text
, unordered-containers, xeno, xmlbf
@@ -252095,6 +251811,7 @@ self: {
description = "xeno backend support for the xmlbf library";
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"xmlbf-xmlhtml" = callPackage
@@ -252116,8 +251833,6 @@ self: {
];
description = "xmlhtml backend support for the xmlbf library";
license = stdenv.lib.licenses.asl20;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"xmlgen" = callPackage
@@ -252234,8 +251949,8 @@ self: {
}:
mkDerivation {
pname = "xmobar";
- version = "0.29.5";
- sha256 = "0k5hjpr1vanj6hxf5mn3j5rfjrmiz4x29kcvi55d8qpzsan3iz0m";
+ version = "0.30";
+ sha256 = "1msyl3gy8cybdkx24k6ykcxjf95b5zid8b6vdwqmsamw1yrb3sgr";
configureFlags = [
"-fwith_alsa" "-fwith_conduit" "-fwith_datezone" "-fwith_dbus"
"-fwith_inotify" "-fwith_iwlib" "-fwith_mpd" "-fwith_mpris"
@@ -253057,39 +252772,6 @@ self: {
}) {};
"yam" = callPackage
- ({ mkDerivation, aeson, base, base16-bytestring, binary, bytestring
- , data-default, fast-logger, hspec, http-client, http-types, lens
- , menshen, monad-logger, mtl, mwc-random, QuickCheck, reflection
- , salak, scientific, servant-client, servant-server
- , servant-swagger, servant-swagger-ui, swagger2, text
- , unliftio-core, unordered-containers, vault, vector, wai, warp
- }:
- mkDerivation {
- pname = "yam";
- version = "0.5.17";
- sha256 = "128h0j2v9jsr8hpk43hd75i62xasq3g40v0fk20yzp82avyirqzq";
- libraryHaskellDepends = [
- aeson base base16-bytestring binary bytestring data-default
- fast-logger http-client http-types lens menshen monad-logger mtl
- mwc-random reflection salak scientific servant-client
- servant-server servant-swagger servant-swagger-ui swagger2 text
- unliftio-core unordered-containers vault vector wai warp
- ];
- testHaskellDepends = [
- aeson base base16-bytestring binary bytestring data-default
- fast-logger hspec http-client http-types lens menshen monad-logger
- mtl mwc-random QuickCheck reflection salak scientific
- servant-client servant-server servant-swagger servant-swagger-ui
- swagger2 text unliftio-core unordered-containers vault vector wai
- warp
- ];
- description = "Yam Web";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "yam_0_6_3" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, binary, bytestring
, data-default, exceptions, fast-logger, hspec, http-client
, http-types, lens, menshen, monad-logger, mtl, mwc-random
@@ -253100,8 +252782,8 @@ self: {
}:
mkDerivation {
pname = "yam";
- version = "0.6.3";
- sha256 = "1mw4yylh8cmrm22cqpdkd64idklkwig8c4rbvrmpw5j5s0hdmdly";
+ version = "0.7";
+ sha256 = "1b1igh82zhdbql4kfjxxh1rg1776x2yv2755hnvps5p06c2wap7z";
libraryHaskellDepends = [
aeson base base16-bytestring binary bytestring data-default
exceptions fast-logger http-client http-types lens menshen
@@ -253120,8 +252802,6 @@ self: {
];
description = "A wrapper of servant";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"yam-app" = callPackage
@@ -253164,39 +252844,20 @@ self: {
}) {};
"yam-datasource" = callPackage
- ({ mkDerivation, base, conduit, persistent, resource-pool
- , resourcet, unliftio-core, yam
- }:
- mkDerivation {
- pname = "yam-datasource";
- version = "0.5.17";
- sha256 = "1ah2y614l0a3mkdrv6a4arbsy0a2wz7w7dwmkdf4rfl9zpm1lfsf";
- libraryHaskellDepends = [
- base conduit persistent resource-pool resourcet unliftio-core yam
- ];
- description = "Yam DataSource Middleware";
- license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {};
-
- "yam-datasource_0_6_3" = callPackage
({ mkDerivation, base, conduit, data-default, monad-logger
, persistent, resource-pool, resourcet, salak, servant-server, text
, unliftio-core, yam
}:
mkDerivation {
pname = "yam-datasource";
- version = "0.6.3";
- sha256 = "0zcwd32iz01b3m3xg1n3axvrljbkcld196pblc7cn0kb2n0w6ilp";
+ version = "0.7";
+ sha256 = "0dkricvyypyggbmqp3mqryz7sw1z1z92ixnvz48lc8xqahvj0fsv";
libraryHaskellDepends = [
base conduit data-default monad-logger persistent resource-pool
resourcet salak servant-server text unliftio-core yam
];
description = "Yam DataSource Middleware";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"yam-job" = callPackage
@@ -253232,16 +252893,14 @@ self: {
}:
mkDerivation {
pname = "yam-redis";
- version = "0.6.3";
- sha256 = "0xvv9azq8ihyxgz11089xkvxmisp6ajggldayj8bdg045m74lv9r";
+ version = "0.7";
+ sha256 = "0cw4prkmi2csmi1kw3k0lvvzhnl71f4fplsv3f2jxgcgviim89pw";
libraryHaskellDepends = [
base bytestring data-default hedis menshen monad-logger mtl salak
servant-server text yam
];
description = "Yam Redis Middleware";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"yam-servant" = callPackage
@@ -253362,8 +253021,8 @@ self: {
}:
mkDerivation {
pname = "yaml";
- version = "0.11.0.0";
- sha256 = "1gr72lb3zan7g9pxqzxn3zxcbnrkc0vapm2dvp1mdlm4576ncr76";
+ version = "0.11.1.0";
+ sha256 = "1kd64j2ka246n8c0z30rckq75998ajaja6ylmpdc74pzn23iydq9";
configureFlags = [ "-fsystem-libyaml" ];
isLibrary = true;
isExecutable = true;
@@ -253382,6 +253041,36 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "yaml_0_11_1_1" = callPackage
+ ({ mkDerivation, aeson, attoparsec, base, base-compat, bytestring
+ , conduit, containers, directory, filepath, hspec, HUnit, libyaml
+ , mockery, mtl, raw-strings-qq, resourcet, scientific
+ , template-haskell, temporary, text, transformers
+ , unordered-containers, vector
+ }:
+ mkDerivation {
+ pname = "yaml";
+ version = "0.11.1.1";
+ sha256 = "0zshpjggz3agzvqwirywpz79q4wq43vsz0pw1iq4dhf4ajjrmzrp";
+ configureFlags = [ "-fsystem-libyaml" ];
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson attoparsec base bytestring conduit containers directory
+ filepath libyaml mtl resourcet scientific template-haskell text
+ transformers unordered-containers vector
+ ];
+ testHaskellDepends = [
+ aeson attoparsec base base-compat bytestring conduit containers
+ directory filepath hspec HUnit libyaml mockery mtl raw-strings-qq
+ resourcet scientific template-haskell temporary text transformers
+ unordered-containers vector
+ ];
+ description = "Support for parsing and rendering YAML documents";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"yaml-combinators" = callPackage
({ mkDerivation, aeson, base, bytestring, doctest, generics-sop
, scientific, tasty, tasty-hunit, text, transformers
@@ -253588,8 +253277,8 @@ self: {
pname = "yampa-canvas";
version = "0.2.3";
sha256 = "0a1pq1psmc4490isr19z4prnqq1w3374vkfmzpw9s20s2p6k5y7r";
- revision = "1";
- editedCabalFile = "0i1nni9skh2xdp3z8gd137v0l7z8zxcmwhpaq1i4qbgx1llyi96b";
+ revision = "2";
+ editedCabalFile = "1zyb6z4q46f09lsnswk3z401p5nry65k5cp3jypbcwc8m122hgb1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base blank-canvas stm time Yampa ];
@@ -254149,8 +253838,8 @@ self: {
}:
mkDerivation {
pname = "yesod-alerts";
- version = "0.1.2.0";
- sha256 = "0vqlkcb2q3wz6hp6ay6gj41vwlmq4x7flfbgq36ygnwwxjkwhllf";
+ version = "0.1.3.0";
+ sha256 = "1x7l1h4xziqg6fjjp5qnqdmbnrpiryzv37q322llnmsi1f89zvzv";
libraryHaskellDepends = [
alerts base blaze-html blaze-markup safe text yesod-core
];
@@ -254234,10 +253923,8 @@ self: {
}:
mkDerivation {
pname = "yesod-auth";
- version = "1.6.6";
- sha256 = "0ibmv3ghxrrjjjqb9jg4wnwr7w4hl4lsvwic13ys8fihg40ln6ka";
- revision = "1";
- editedCabalFile = "14l8v1znq9y628vc6vj7dlgbryjkhf09kk2l2f5spr697lygh3qp";
+ version = "1.6.7";
+ sha256 = "0p9c26ic45bmsjvfb7kam87ja2vbd4m7qm27znvfrn9wvijhjzp9";
libraryHaskellDepends = [
aeson authenticate base base16-bytestring base64-bytestring binary
blaze-builder blaze-html blaze-markup bytestring conduit
@@ -254815,8 +254502,8 @@ self: {
}:
mkDerivation {
pname = "yesod-core";
- version = "1.6.14";
- sha256 = "1p7rm95fb3d27khzq6c10mvqffj8jwiirgfy53hvi3x27w9hqg6s";
+ version = "1.6.15";
+ sha256 = "0rzmx9cx2lzlmhjrbczdpzv6divwr0n6h3330rsdh15kn8wjkfr8";
libraryHaskellDepends = [
aeson auto-update base blaze-html blaze-markup bytestring
case-insensitive cereal clientsession conduit conduit-extra
@@ -254972,8 +254659,8 @@ self: {
}:
mkDerivation {
pname = "yesod-elements";
- version = "1.1";
- sha256 = "0rxx3lxl55q0mxdzfixwy2d0cnzmfxx2zg24k6kdgghg0k77g3d3";
+ version = "1.1.1";
+ sha256 = "0i2qx53jl1hspfs2dv7n28hnwskqs1hy5h7q0kpazn70691k1b9b";
libraryHaskellDepends = [
base blaze-html blaze-markup bytestring text yesod-core
];
@@ -255113,8 +254800,8 @@ self: {
}:
mkDerivation {
pname = "yesod-form";
- version = "1.6.4";
- sha256 = "0iqcrbmwhgfk78qi2n1n3i39izqr7km4i8fa1zmvplqkcbyi149c";
+ version = "1.6.6";
+ sha256 = "16m7m7yixsnka926znjy0xn0kp30mbvjq2f46rh987kdr28dks9p";
libraryHaskellDepends = [
aeson attoparsec base blaze-builder blaze-html blaze-markup
byteable bytestring containers data-default email-validate
@@ -255127,12 +254814,16 @@ self: {
}) {};
"yesod-form-bootstrap4" = callPackage
- ({ mkDerivation, base, text, yesod-core, yesod-form }:
+ ({ mkDerivation, base, blaze-html, blaze-markup, shakespeare, text
+ , yesod-core, yesod-form
+ }:
mkDerivation {
pname = "yesod-form-bootstrap4";
- version = "2.1.0";
- sha256 = "1wf1jbhfs4f75977rnrrkahgysxqrcas4qi1ay1ggq29hp1z4hic";
- libraryHaskellDepends = [ base text yesod-core yesod-form ];
+ version = "2.1.2";
+ sha256 = "1rx18ik8y55697g9mjdfpgclkny4i9d996fm874ckdmq1qwzn84k";
+ libraryHaskellDepends = [
+ base blaze-html blaze-markup shakespeare text yesod-core yesod-form
+ ];
description = "renderBootstrap4";
license = stdenv.lib.licenses.mit;
}) {};
@@ -255176,6 +254867,22 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "yesod-form-multi" = callPackage
+ ({ mkDerivation, base, containers, network-uri, shakespeare, text
+ , transformers, yesod-core, yesod-form
+ }:
+ mkDerivation {
+ pname = "yesod-form-multi";
+ version = "1.6.0";
+ sha256 = "162pyvyv5kv5bicl8ikvffnsyjqc8z0n758ycgnvwly0bvskrl37";
+ libraryHaskellDepends = [
+ base containers network-uri shakespeare text transformers
+ yesod-core yesod-form
+ ];
+ description = "Multi-input form handling for Yesod Web Framework";
+ license = stdenv.lib.licenses.mit;
+ }) {};
+
"yesod-form-richtext" = callPackage
({ mkDerivation, base, blaze-builder, blaze-html, shakespeare, text
, xss-sanitize, yesod-core, yesod-form
@@ -255448,8 +255155,6 @@ self: {
];
description = "A pagination approach for yesod";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"yesod-paypal-rest" = callPackage
@@ -256007,6 +255712,24 @@ self: {
broken = true;
}) {};
+ "yesod-static-remote" = callPackage
+ ({ mkDerivation, base, bytestring, directory, filepath, http-client
+ , http-client-tls, template-haskell, yesod-static
+ }:
+ mkDerivation {
+ pname = "yesod-static-remote";
+ version = "0.0.0.0";
+ sha256 = "03ry2712hg80w97p7k1r1gspzs3xyds28mapdl7axqzk9zpw1j75";
+ libraryHaskellDepends = [
+ base bytestring directory filepath http-client http-client-tls
+ template-haskell yesod-static
+ ];
+ testHaskellDepends = [ base yesod-static ];
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
+ }) {};
+
"yesod-table" = callPackage
({ mkDerivation, base, bytestring, containers, contravariant
, semigroups, text, yesod-core
@@ -256071,8 +255794,8 @@ self: {
}:
mkDerivation {
pname = "yesod-test";
- version = "1.6.6.1";
- sha256 = "1mr0ad6z6s9rnxnv5ayg8xr93xfx9gxm8zym0866339w7p292wqd";
+ version = "1.6.6.2";
+ sha256 = "1c5q11f2wscapl6a16v1r5livjiy8i2iz5zvlcsx89ikrqgvfc58";
libraryHaskellDepends = [
attoparsec base blaze-builder blaze-html bytestring
case-insensitive conduit containers cookie hspec-core html-conduit
@@ -256192,8 +255915,8 @@ self: {
}:
mkDerivation {
pname = "yesod-websockets";
- version = "0.3.0.1";
- sha256 = "1k41qglb5fdzykyfpml4w74cg2m95ggm2jrnqy7bkj2l0fm4gjc6";
+ version = "0.3.0.2";
+ sha256 = "1k206l84g25xml8yg4q7i62x5aydxq2hni2fk2cc36dlvl0rgih1";
libraryHaskellDepends = [
base conduit mtl transformers unliftio wai-websockets websockets
yesod-core
@@ -256264,6 +255987,8 @@ self: {
];
description = "Yet Another Logger";
license = stdenv.lib.licenses.asl20;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yggdrasil" = callPackage
@@ -256400,6 +256125,8 @@ self: {
libraryHaskellDepends = [ base containers split yi-language ];
description = "Simple mapping from colour names used in emacs to Color";
license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yi-frontend-pango" = callPackage
@@ -256580,6 +256307,8 @@ self: {
];
description = "Collection of language-related Yi libraries";
license = stdenv.lib.licenses.gpl2;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ broken = true;
}) {};
"yi-misc-modes" = callPackage
@@ -257569,29 +257298,6 @@ self: {
}) {};
"zeromq4-haskell" = callPackage
- ({ mkDerivation, async, base, bytestring, containers, exceptions
- , monad-control, QuickCheck, semigroups, tasty, tasty-hunit
- , tasty-quickcheck, transformers, transformers-base, zeromq
- }:
- mkDerivation {
- pname = "zeromq4-haskell";
- version = "0.7.0";
- sha256 = "17q756mldxx9b8a2nx9lvjrgvbmgjbnp896sqcgnijq7wr751m2q";
- libraryHaskellDepends = [
- async base bytestring containers exceptions monad-control
- semigroups transformers transformers-base
- ];
- libraryPkgconfigDepends = [ zeromq ];
- testHaskellDepends = [
- async base bytestring QuickCheck tasty tasty-hunit tasty-quickcheck
- ];
- description = "Bindings to ZeroMQ 4.x";
- license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
- }) {inherit (pkgs) zeromq;};
-
- "zeromq4-haskell_0_8_0" = callPackage
({ mkDerivation, async, base, bytestring, containers, exceptions
, monad-control, QuickCheck, semigroups, tasty, tasty-hunit
, tasty-quickcheck, transformers, transformers-base, zeromq
@@ -257610,7 +257316,6 @@ self: {
];
description = "Bindings to ZeroMQ 4.x";
license = stdenv.lib.licenses.mit;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) zeromq;};
"zeromq4-patterns" = callPackage
@@ -257651,8 +257356,6 @@ self: {
];
description = "More constrained extensions to zeromq4-haskell";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"zeroth" = callPackage
@@ -257998,26 +257701,6 @@ self: {
}) {};
"zippers" = callPackage
- ({ mkDerivation, base, Cabal, cabal-doctest, criterion, doctest
- , lens, profunctors, semigroupoids, semigroups
- }:
- mkDerivation {
- pname = "zippers";
- version = "0.2.5";
- sha256 = "11f0jx0dbm2y9y5hnpakdvk9fmsm3awr2lcxp46dyma6arr7f4id";
- revision = "3";
- editedCabalFile = "0y0klc2jaj611cjvmqi95dyj9yvribf9xhibn1andrz5rs6ysz3p";
- setupHaskellDepends = [ base Cabal cabal-doctest ];
- libraryHaskellDepends = [
- base lens profunctors semigroupoids semigroups
- ];
- testHaskellDepends = [ base doctest ];
- benchmarkHaskellDepends = [ base criterion lens ];
- description = "Traversal based zippers";
- license = stdenv.lib.licenses.bsd3;
- }) {};
-
- "zippers_0_3" = callPackage
({ mkDerivation, base, Cabal, cabal-doctest, criterion, doctest
, fail, lens, profunctors, semigroupoids, semigroups
}:
@@ -258033,7 +257716,6 @@ self: {
benchmarkHaskellDepends = [ base criterion lens ];
description = "Traversal based zippers";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"zippo" = callPackage
@@ -258506,8 +258188,6 @@ self: {
];
description = "Creating and extracting arbitrary archives";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
"zuramaru" = callPackage
@@ -258559,8 +258239,6 @@ self: {
libraryHaskellDepends = [ base ];
description = "Password strength estimation";
license = stdenv.lib.licenses.bsd3;
- hydraPlatforms = stdenv.lib.platforms.none;
- broken = true;
}) {};
}
diff --git a/pkgs/development/haskell-modules/lib.nix b/pkgs/development/haskell-modules/lib.nix
index 41ce20373d6..aebab7b6f04 100644
--- a/pkgs/development/haskell-modules/lib.nix
+++ b/pkgs/development/haskell-modules/lib.nix
@@ -161,7 +161,9 @@ rec {
disableCabalFlag = drv: x: appendConfigureFlag (removeConfigureFlag drv "-f${x}") "-f-${x}";
markBroken = drv: overrideCabal drv (drv: { broken = true; hydraPlatforms = []; });
+ unmarkBroken = drv: overrideCabal drv (drv: { broken = false; });
markBrokenVersion = version: drv: assert drv.version == version; markBroken drv;
+ markUnbroken = drv: overrideCabal drv (drv: { broken = false; });
enableLibraryProfiling = drv: overrideCabal drv (drv: { enableLibraryProfiling = true; });
disableLibraryProfiling = drv: overrideCabal drv (drv: { enableLibraryProfiling = false; });
diff --git a/pkgs/development/haskell-modules/make-package-set.nix b/pkgs/development/haskell-modules/make-package-set.nix
index 04cbd88989a..a4c04067348 100644
--- a/pkgs/development/haskell-modules/make-package-set.nix
+++ b/pkgs/development/haskell-modules/make-package-set.nix
@@ -187,7 +187,7 @@ in package-set { inherit pkgs stdenv callPackage; } self // {
# for any version that has been released on hackage as opposed to only
# versions released before whatever version of all-cabal-hashes you happen
# to be currently using.
- callHackageDirect = {pkg, ver, sha256}@args:
+ callHackageDirect = {pkg, ver, sha256}:
let pkgver = "${pkg}-${ver}";
in self.callCabal2nix pkg (pkgs.fetchzip {
url = "mirror://hackage/${pkgver}/${pkgver}.tar.gz";
diff --git a/pkgs/development/haskell-modules/non-hackage-packages.nix b/pkgs/development/haskell-modules/non-hackage-packages.nix
index b7b057f2dc2..1793299bf6c 100644
--- a/pkgs/development/haskell-modules/non-hackage-packages.nix
+++ b/pkgs/development/haskell-modules/non-hackage-packages.nix
@@ -12,4 +12,44 @@ self: super: {
# https://github.com/channable/vaultenv/issues/1
vaultenv = self.callPackage ../tools/haskell/vaultenv { };
+
+ cabal-install-3 = (self.callPackage
+ ({ mkDerivation, array, async, base, base16-bytestring, binary
+ , bytestring, Cabal, containers, cryptohash-sha256, deepseq
+ , directory, echo, edit-distance, filepath, hackage-security
+ , hashable, HTTP, mtl, network, network-uri, parsec, pretty
+ , process, random, resolv, stdenv, stm, tar, text, time, unix, zlib
+ , fetchFromGitHub
+ }:
+ mkDerivation {
+ pname = "cabal-install";
+ version = "3.0.0.0";
+ src = fetchFromGitHub {
+ owner = "haskell";
+ repo = "cabal";
+ rev = "b0e52fa173573705e861b129d9675e59de891e46";
+ sha256 = "1fbph6crsn9ji8ps1k8dsxvgqn38rp4ffvv6nia1y7rbrdv90ass";
+ };
+ postUnpack = "sourceRoot+=/cabal-install";
+ isLibrary = false;
+ isExecutable = true;
+ setupHaskellDepends = [ base Cabal filepath process ];
+ executableHaskellDepends = [
+ array async base base16-bytestring binary bytestring Cabal
+ containers cryptohash-sha256 deepseq directory echo edit-distance
+ filepath hackage-security hashable HTTP mtl network network-uri
+ parsec pretty process random resolv stm tar text time unix zlib
+ ];
+ doCheck = false;
+ postInstall = ''
+ mkdir $out/etc
+ mv bash-completion $out/etc/bash_completion.d
+ '';
+ homepage = "http://www.haskell.org/cabal/";
+ description = "The command-line interface for Cabal and Hackage";
+ license = stdenv.lib.licenses.bsd3;
+ }) {}).overrideScope (self: super: {
+ Cabal = self.Cabal_3_0_0_0;
+ });
+
}
diff --git a/pkgs/development/haskell-modules/patches/clock-0.7.2.patch b/pkgs/development/haskell-modules/patches/clock-0.7.2.patch
deleted file mode 100644
index 8354c7fa589..00000000000
--- a/pkgs/development/haskell-modules/patches/clock-0.7.2.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-diff --git a/System/Clock.hsc b/System/Clock.hsc
-index 297607b..c21196b 100644
---- a/System/Clock.hsc
-+++ b/System/Clock.hsc
-@@ -41,7 +41,9 @@ import GHC.Generics (Generic)
- # endif
- #endif
-
--#let alignment t = "%lu", (unsigned long)offsetof(struct {char x__; t (y__); }, y__)
-+#if __GLASGOW_HASKELL__ < 800
-+# let alignment t = "%lu", (unsigned long)offsetof(struct {char x__; t (y__); }, y__)
-+#endif
-
- -- | Clock types. A clock may be system-wide (that is, visible to all processes)
- -- or per-process (measuring time that is meaningful only within a process).
-diff --git a/cbits/hs_clock_win32.c b/cbits/hs_clock_win32.c
-index 5dcc2a9..ebdb7fe 100644
---- a/cbits/hs_clock_win32.c
-+++ b/cbits/hs_clock_win32.c
-@@ -28,12 +28,22 @@ static void to_timespec_from_100ns(ULONGLONG t_100ns, long long *t)
- t[1] = 100*(long)(t_100ns % 10000000UL);
- }
-
-+/* See https://ghc.haskell.org/trac/ghc/ticket/15094 */
-+#if defined(_WIN32) && !defined(_WIN64)
-+__attribute__((optimize("-fno-expensive-optimizations")))
-+#endif
- void hs_clock_win32_gettime_monotonic(long long* t)
- {
- LARGE_INTEGER time;
-- LARGE_INTEGER frequency;
-+ static LARGE_INTEGER frequency;
-+ static int hasFreq = 0;
-+
- QueryPerformanceCounter(&time);
-- QueryPerformanceFrequency(&frequency);
-+ if (!hasFreq)
-+ {
-+ hasFreq = 1;
-+ QueryPerformanceFrequency(&frequency);
-+ }
- // seconds
- t[0] = time.QuadPart / frequency.QuadPart;
- // nanos =
-diff --git a/clock.cabal b/clock.cabal
-index 0f2d18a..67d232e 100644
---- a/clock.cabal
-+++ b/clock.cabal
-@@ -41,8 +41,8 @@ description: A package for convenient access to high-resolution clock and
- copyright: Copyright © Cetin Sert 2009-2016, Eugene Kirpichov 2010, Finn Espen Gundersen 2013, Gerolf Seitz 2013, Mathieu Boespflug 2014 2015, Chris Done 2015, Dimitri Sabadie 2015, Christian Burger 2015, Mario Longobardi 2016
- license: BSD3
- license-file: LICENSE
--author: Cetin Sert , Corsis Research
--maintainer: Cetin Sert , Corsis Research
-+author: Cetin Sert , Corsis Research
-+maintainer: Cetin Sert , Corsis Research
- homepage: https://github.com/corsis/clock
- bug-reports: https://github.com/corsis/clock/issues
- category: System
diff --git a/pkgs/development/idris-modules/build-idris-package.nix b/pkgs/development/idris-modules/build-idris-package.nix
index c67d53f8d9c..ac0555636be 100644
--- a/pkgs/development/idris-modules/build-idris-package.nix
+++ b/pkgs/development/idris-modules/build-idris-package.nix
@@ -1,5 +1,5 @@
# Build an idris package
-{ stdenv, lib, idrisPackages, gmp }:
+{ stdenv, lib, gmp, prelude, base, with-packages, idris }:
{ idrisDeps ? []
, noPrelude ? false
, noBase ? false
@@ -7,19 +7,23 @@
, version
, ipkgName ? name
, extraBuildInputs ? []
+ , idrisBuildOptions ? []
+ , idrisTestOptions ? []
+ , idrisInstallOptions ? []
+ , idrisDocOptions ? []
, ...
}@attrs:
let
allIdrisDeps = idrisDeps
- ++ lib.optional (!noPrelude) idrisPackages.prelude
- ++ lib.optional (!noBase) idrisPackages.base;
- idris-with-packages = idrisPackages.with-packages allIdrisDeps;
+ ++ lib.optional (!noPrelude) prelude
+ ++ lib.optional (!noBase) base;
+ idris-with-packages = with-packages allIdrisDeps;
newAttrs = builtins.removeAttrs attrs [
"idrisDeps" "noPrelude" "noBase"
"name" "version" "ipkgName" "extraBuildInputs"
] // {
meta = attrs.meta // {
- platforms = attrs.meta.platforms or idrisPackages.idris.meta.platforms;
+ platforms = attrs.meta.platforms or idris.meta.platforms;
};
};
in
@@ -39,14 +43,14 @@ stdenv.mkDerivation ({
buildPhase = ''
runHook preBuild
- idris --build ${ipkgName}.ipkg
+ idris --build ${ipkgName}.ipkg ${lib.escapeShellArgs idrisBuildOptions}
runHook postBuild
'';
checkPhase = ''
runHook preCheck
if grep -q tests ${ipkgName}.ipkg; then
- idris --testpkg ${ipkgName}.ipkg
+ idris --testpkg ${ipkgName}.ipkg ${lib.escapeShellArgs idrisTestOptions}
fi
runHook postCheck
'';
@@ -54,9 +58,9 @@ stdenv.mkDerivation ({
installPhase = ''
runHook preInstall
- idris --install ${ipkgName}.ipkg --ibcsubdir $out/libs
+ idris --install ${ipkgName}.ipkg --ibcsubdir $out/libs ${lib.escapeShellArgs idrisInstallOptions}
- IDRIS_DOC_PATH=$out/doc idris --installdoc ${ipkgName}.ipkg || true
+ IDRIS_DOC_PATH=$out/doc idris --installdoc ${ipkgName}.ipkg ${lib.escapeShellArgs idrisDocOptions} || true
# If the ipkg file defines an executable, install that
executable=$(grep -Po '^executable = \K.*' ${ipkgName}.ipkg || true)
diff --git a/pkgs/development/idris-modules/sdl2.nix b/pkgs/development/idris-modules/sdl2.nix
index b0306040d73..e4a1fbae562 100644
--- a/pkgs/development/idris-modules/sdl2.nix
+++ b/pkgs/development/idris-modules/sdl2.nix
@@ -6,26 +6,33 @@
, SDL2
, SDL2_gfx
}:
-build-idris-package {
+build-idris-package rec {
name = "sdl2";
- version = "2018-01-19";
+ version = "0.1.1";
idrisDeps = [ effects ];
- extraBuildInputs = [ pkgconfig SDL2 SDL2_gfx ];
+ extraBuildInputs = [
+ pkgconfig
+ SDL2
+ SDL2_gfx
+ ];
+
+ prePatch = "patchShebangs .";
src = fetchFromGitHub {
owner = "steshaw";
repo = "idris-sdl2";
- rev = "ebc36a0efb3e8086f2999120e7a8a8ac4952c6f6";
- sha256 = "060k0i1pjilrc4pcz7v70hbipaw2crz14yxjlyjlhn6qm03131q0";
+ rev = version;
+ sha256 = sha256:1jslnlzyw04dcvcd7xsdjqa7waxzkm5znddv76sv291jc94xhl4a;
};
meta = {
description = "SDL2 binding for Idris";
homepage = https://github.com/steshaw/idris-sdl2;
- maintainers = [ lib.maintainers.brainrape ];
- # Can't find file sdl2.o
- broken = true;
+ maintainers = with lib.maintainers; [
+ brainrape
+ steshaw
+ ];
};
}
diff --git a/pkgs/development/idris-modules/tparsec.nix b/pkgs/development/idris-modules/tparsec.nix
index 8aa413b51c3..650d843be84 100644
--- a/pkgs/development/idris-modules/tparsec.nix
+++ b/pkgs/development/idris-modules/tparsec.nix
@@ -4,15 +4,15 @@
}:
build-idris-package {
name = "tparsec";
- version = "2018-12-21";
+ version = "2019-06-18";
ipkgName = "TParsec";
src = fetchFromGitHub {
owner = "gallais";
repo = "idris-tparsec";
- rev = "6fafcaa894def6f2af86bc799e507013b56e7741";
- sha256 = "0alnw0hqjs200gvb5f58lb16rna48j1v6wnvq4q7zbw99dcxsxwn";
+ rev = "3809afd8735b0054e5db788f18a7fa8ed71d8278";
+ sha256 = "0wmgg1zg9p8gqlfvcsnww17jsifx9987cxqdq6kbdgasn26w2rqx";
};
meta = {
diff --git a/pkgs/development/interpreters/clojure/default.nix b/pkgs/development/interpreters/clojure/default.nix
index 4fe1e182095..b5a7c2b467e 100644
--- a/pkgs/development/interpreters/clojure/default.nix
+++ b/pkgs/development/interpreters/clojure/default.nix
@@ -1,12 +1,12 @@
-{ stdenv, fetchurl, jdk, rlwrap, makeWrapper }:
+{ stdenv, fetchurl, jdk11, rlwrap, makeWrapper }:
stdenv.mkDerivation rec {
- name = "clojure-${version}";
- version = "1.10.0.442";
+ pname = "clojure";
+ version = "1.10.1.469";
src = fetchurl {
url = "https://download.clojure.org/install/clojure-tools-${version}.tar.gz";
- sha256 = "147pkid3pvw60gq8vansid3x6wwfy9pqdbla3wfd5qaxqbcrhclw";
+ sha256 = "0hpb6rixmgllss69vl9zlpb41svm4mx4xmfbq1q7y12jsxckzgpq";
};
buildInputs = [ makeWrapper ];
@@ -14,11 +14,11 @@ stdenv.mkDerivation rec {
outputs = [ "out" "prefix" ];
installPhase = let
- binPath = stdenv.lib.makeBinPath [ rlwrap jdk ];
+ binPath = stdenv.lib.makeBinPath [ rlwrap jdk11 ];
in ''
mkdir -p $prefix/libexec
cp clojure-tools-${version}.jar $prefix/libexec
- cp {,example-}deps.edn $prefix
+ cp example-deps.edn $prefix
substituteInPlace clojure --replace PREFIX $prefix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
offers a software transactional memory system and reactive Agent
system that ensure clean, correct, multithreaded designs.
'';
- maintainers = with maintainers; [ the-kenny ];
+ maintainers = with maintainers; [ jlesquembre ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/development/interpreters/clojurescript/lumo/default.nix b/pkgs/development/interpreters/clojurescript/lumo/default.nix
index bc2d0e5be5a..16f3e7f73e2 100644
--- a/pkgs/development/interpreters/clojurescript/lumo/default.nix
+++ b/pkgs/development/interpreters/clojurescript/lumo/default.nix
@@ -119,7 +119,6 @@ let # packageJSON=./package.json;
cljdeps = import ./deps.nix { inherit pkgs; };
- cljpaths = cljdeps.makePaths {};
classp = cljdeps.makeClasspaths {
extraClasspaths=["src/js" "src/cljs/bundled" "src/cljs/snapshot"];
};
diff --git a/pkgs/development/interpreters/duktape/default.nix b/pkgs/development/interpreters/duktape/default.nix
index f3b253bfd22..f79c30740a1 100644
--- a/pkgs/development/interpreters/duktape/default.nix
+++ b/pkgs/development/interpreters/duktape/default.nix
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "duktape-${version}";
- version = "2.3.0";
+ version = "2.4.0";
src = fetchurl {
url = "http://duktape.org/duktape-${version}.tar.xz";
- sha256 = "1s5g8lg0dga6x3rcq328a6hsd2sk2vzwq9zfmskjh5h6n8x2yvpd";
+ sha256 = "1z3i0ymnkk6q48bmbgh59g1ryrwjdv46vrf6nbnmqfv3s43r7a46";
};
buildPhase = ''
diff --git a/pkgs/development/interpreters/elixir/1.4.nix b/pkgs/development/interpreters/elixir/1.4.nix
deleted file mode 100644
index 9ddd9062acd..00000000000
--- a/pkgs/development/interpreters/elixir/1.4.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ mkDerivation }:
-
-mkDerivation rec {
- version = "1.4.5";
- sha256 = "18ivcxmh5bak13k3rjy7jjzin57rgb2nffhwnqb2wl7bpi8mrarw";
- minimumOTPVersion = "18";
-}
diff --git a/pkgs/development/interpreters/elixir/1.9.nix b/pkgs/development/interpreters/elixir/1.9.nix
new file mode 100644
index 00000000000..41601eeaa11
--- /dev/null
+++ b/pkgs/development/interpreters/elixir/1.9.nix
@@ -0,0 +1,7 @@
+{ mkDerivation }:
+
+mkDerivation rec {
+ version = "1.9.1";
+ sha256 = "106s2a3dykc5iwfrd5icqd737yfzaz1dw4x5v1j5z2fvf46h96dx";
+ minimumOTPVersion = "20";
+}
diff --git a/pkgs/development/interpreters/elixir/generic-builder.nix b/pkgs/development/interpreters/elixir/generic-builder.nix
index 844d6eeb4fb..b7e98af2109 100644
--- a/pkgs/development/interpreters/elixir/generic-builder.nix
+++ b/pkgs/development/interpreters/elixir/generic-builder.nix
@@ -22,10 +22,8 @@ in
buildInputs = [ erlang rebar makeWrapper ];
- LOCALE_ARCHIVE = stdenv.lib.optionalString stdenv.isLinux
- "${pkgs.glibcLocales}/lib/locale/locale-archive";
- LANG = "en_US.UTF-8";
- LC_TYPE = "en_US.UTF-8";
+ LANG = "C.UTF-8";
+ LC_TYPE = "C.UTF-8";
setupHook = ./setup-hook.sh;
diff --git a/pkgs/development/interpreters/erlang/R16B02-basho.nix b/pkgs/development/interpreters/erlang/R16B02-basho.nix
index 714924514ed..c263551de2d 100644
--- a/pkgs/development/interpreters/erlang/R16B02-basho.nix
+++ b/pkgs/development/interpreters/erlang/R16B02-basho.nix
@@ -27,7 +27,7 @@ mkDerivation rec {
installTargets = "install";
postInstall = let
manpages = pkgs.fetchurl {
- url = "http://www.erlang.org/download/otp_doc_man_R16B02.tar.gz";
+ url = "https://www.erlang.org/download/otp_doc_man_R16B02.tar.gz";
sha256 = "12apxjmmd591y9g9bhr97z5jbd1jarqg7wj0y2sqhl21hc1yp75p";
};
in ''
diff --git a/pkgs/development/interpreters/erlang/R19.nix b/pkgs/development/interpreters/erlang/R19.nix
index e0d4ecbc95a..25a3f662565 100644
--- a/pkgs/development/interpreters/erlang/R19.nix
+++ b/pkgs/development/interpreters/erlang/R19.nix
@@ -14,6 +14,6 @@ mkDerivation rec {
];
prePatch = ''
- substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
+ substituteInPlace configure.in --replace '`sw_vers -productVersion`' "''${MACOSX_DEPLOYMENT_TARGET:-10.12}"
'';
}
diff --git a/pkgs/development/interpreters/erlang/R20.nix b/pkgs/development/interpreters/erlang/R20.nix
index c408d21d9b3..016e175d6b5 100644
--- a/pkgs/development/interpreters/erlang/R20.nix
+++ b/pkgs/development/interpreters/erlang/R20.nix
@@ -5,6 +5,6 @@ mkDerivation rec {
sha256 = "0v2iiyzss8hiih98wvj0gi2qzdmmhh7bvc9p025wlfm4k7r1109a";
prePatch = ''
- substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
+ substituteInPlace configure.in --replace '`sw_vers -productVersion`' "''${MACOSX_DEPLOYMENT_TARGET:-10.12}"
'';
}
diff --git a/pkgs/development/interpreters/erlang/R21.nix b/pkgs/development/interpreters/erlang/R21.nix
index 60eb6c8a6a5..e21bf6dafbf 100644
--- a/pkgs/development/interpreters/erlang/R21.nix
+++ b/pkgs/development/interpreters/erlang/R21.nix
@@ -5,6 +5,6 @@ mkDerivation rec {
sha256 = "1szybirrcpqsl2nmlmpbkxjqnm6i7l7bma87m5cpwi0kpvlxwmcw";
prePatch = ''
- substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
+ substituteInPlace configure.in --replace '`sw_vers -productVersion`' "''${MACOSX_DEPLOYMENT_TARGET:-10.12}"
'';
}
diff --git a/pkgs/development/interpreters/erlang/R22.nix b/pkgs/development/interpreters/erlang/R22.nix
new file mode 100644
index 00000000000..a8c05513c5a
--- /dev/null
+++ b/pkgs/development/interpreters/erlang/R22.nix
@@ -0,0 +1,11 @@
+{ mkDerivation }:
+
+mkDerivation rec {
+ version = "22.0.4";
+ sha256 = "1aqkhd6nwdn4xp5yz02zbymd4x8ij8fjw9ji8kh860n1a513k9ai";
+
+ prePatch = ''
+ substituteInPlace make/configure.in --replace '`sw_vers -productVersion`' "''${MACOSX_DEPLOYMENT_TARGET:-10.12}"
+ substituteInPlace erts/configure.in --replace '-Wl,-no_weak_imports' ""
+ '';
+}
diff --git a/pkgs/development/interpreters/erlang/generic-builder.nix b/pkgs/development/interpreters/erlang/generic-builder.nix
index bc0b728ecce..3f1c21cc881 100644
--- a/pkgs/development/interpreters/erlang/generic-builder.nix
+++ b/pkgs/development/interpreters/erlang/generic-builder.nix
@@ -1,5 +1,5 @@
{ pkgs, stdenv, fetchFromGitHub, makeWrapper, gawk, gnum4, gnused
-, libxml2, libxslt, ncurses, openssl, perl, autoreconfHook
+, libxml2, libxslt, ncurses, openssl, perl, autoconf
, openjdk ? null # javacSupport
, unixODBC ? null # odbcSupport
, libGLU_combined ? null, wxGTK ? null, wxmac ? null, xorg ? null # wxSupport
@@ -18,7 +18,7 @@
, enableKernelPoll ? true
, javacSupport ? false, javacPackages ? [ openjdk ]
, odbcSupport ? false, odbcPackages ? [ unixODBC ]
-, wxSupport ? !stdenv.isDarwin, wxPackages ? [ libGLU_combined wxGTK xorg.libX11 ]
+, wxSupport ? true, wxPackages ? [ libGLU_combined wxGTK xorg.libX11 ]
, preUnpack ? "", postUnpack ? ""
, patches ? [], patchPhase ? "", prePatch ? "", postPatch ? ""
, configureFlags ? [], configurePhase ? "", preConfigure ? "", postConfigure ? ""
@@ -48,7 +48,7 @@ in stdenv.mkDerivation ({
inherit src version;
- nativeBuildInputs = [ autoreconfHook makeWrapper perl gnum4 libxslt libxml2 ];
+ nativeBuildInputs = [ autoconf makeWrapper perl gnum4 libxslt libxml2 ];
buildInputs = [ ncurses openssl ]
++ optionals wxSupport wxPackages2
@@ -108,8 +108,8 @@ in stdenv.mkDerivation ({
setupHook = ./setup-hook.sh;
meta = with stdenv.lib; ({
- homepage = http://www.erlang.org/;
- downloadPage = "http://www.erlang.org/download.html";
+ homepage = https://www.erlang.org/;
+ downloadPage = "https://www.erlang.org/download.html";
description = "Programming language used for massively scalable soft real-time systems";
longDescription = ''
diff --git a/pkgs/development/interpreters/evcxr/default.nix b/pkgs/development/interpreters/evcxr/default.nix
new file mode 100644
index 00000000000..84ebc49a221
--- /dev/null
+++ b/pkgs/development/interpreters/evcxr/default.nix
@@ -0,0 +1,30 @@
+{ cargo, fetchFromGitHub, makeWrapper, pkgconfig, rustPlatform, stdenv, gcc, Security, zeromq }:
+
+rustPlatform.buildRustPackage rec {
+ pname = "evcxr";
+ version = "0.4.3";
+
+ src = fetchFromGitHub {
+ owner = "google";
+ repo = "evcxr";
+ rev = "v${version}";
+ sha256 = "08zsdl6pkg6dx7k0ns8cd070v7ydsxkscd2ms8wh9r68c08vwzcp";
+ };
+
+ cargoSha256 = "1hqlagwl94xcybfqq5h2mrz9296mjns2l598d6jclls7ac5wsdfc";
+
+ nativeBuildInputs = [ pkgconfig makeWrapper ];
+ buildInputs = [ zeromq ] ++ stdenv.lib.optional stdenv.isDarwin Security;
+ postInstall = ''
+ wrapProgram $out/bin/evcxr --prefix PATH : ${stdenv.lib.makeBinPath [ cargo gcc ]}
+ rm $out/bin/testing_runtime
+ '';
+
+ meta = {
+ description = "An evaluation context for Rust";
+ homepage = "https://github.com/google/evcxr";
+ license = stdenv.lib.licenses.asl20;
+ maintainers = [ stdenv.lib.maintainers.protoben ];
+ platforms = stdenv.lib.platforms.all;
+ };
+}
diff --git a/pkgs/development/interpreters/gauche/default.nix b/pkgs/development/interpreters/gauche/default.nix
index bb3294e2097..a0d20b7ebe4 100644
--- a/pkgs/development/interpreters/gauche/default.nix
+++ b/pkgs/development/interpreters/gauche/default.nix
@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "gauche-${version}";
- version = "0.9.7";
+ version = "0.9.8";
src = fetchurl {
url = "mirror://sourceforge/gauche/Gauche-${version}.tgz";
- sha256 = "181nycikma0rwrb1h6mi3kys11f8628pq8g5r3fg5hiz5sabscrd";
+ sha256 = "0jxp1ladpy8kvfvk561c64spf1c3d6giqla6zscqkd6qa480vcry";
};
nativeBuildInputs = [ pkgconfig texinfo ];
diff --git a/pkgs/development/interpreters/gnu-apl/default.nix b/pkgs/development/interpreters/gnu-apl/default.nix
index 39a2f507e63..c8dc48bab00 100644
--- a/pkgs/development/interpreters/gnu-apl/default.nix
+++ b/pkgs/development/interpreters/gnu-apl/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gnu-apl-${version}";
- version = "1.7";
+ version = "1.8";
src = fetchurl {
url = "mirror://gnu/apl/apl-${version}.tar.gz";
- sha256 = "07xq8ddlmz8psvsmwr23gar108ri0lwmw0n6kpxcv8ypas1f5xlg";
+ sha256 = "1jxvv2h3y1am1fw6r5sn3say1n0dj8shmscbybl0qhqdia2lqkql";
};
buildInputs = [ readline gettext ncurses ];
diff --git a/pkgs/development/interpreters/groovy/default.nix b/pkgs/development/interpreters/groovy/default.nix
index efbd72dcefa..d5635fc2232 100644
--- a/pkgs/development/interpreters/groovy/default.nix
+++ b/pkgs/development/interpreters/groovy/default.nix
@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "groovy-${version}";
- version = "2.5.7";
+ version = "2.5.8";
src = fetchurl {
url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
- sha256 = "1q69xg7p790dfk09wyijpx8y85n8g9lfd0fikl6qr73k9zz5v41x";
+ sha256 = "0hl7m9fpmrn9ppxbb3pm68048xpzig7q6hqyg121gvcziywi9ys9";
};
buildInputs = [ unzip makeWrapper ];
diff --git a/pkgs/development/interpreters/guile/default.nix b/pkgs/development/interpreters/guile/default.nix
index 49715bf256b..fce94ecc846 100644
--- a/pkgs/development/interpreters/guile/default.nix
+++ b/pkgs/development/interpreters/guile/default.nix
@@ -12,11 +12,11 @@
(rec {
name = "guile-${version}";
- version = "2.2.4";
+ version = "2.2.6";
src = fetchurl {
url = "mirror://gnu/guile/${name}.tar.xz";
- sha256 = "07p3g0v2ba2vlfbfidqzlgbhnzdx46wh2rgc5gszq1mjyx5bks6r";
+ sha256 = "1269ymxm56j1z1lvq1y42rm961f2n7rinm3k6l00p9k52hrpcddk";
};
outputs = [ "out" "dev" "info" ];
diff --git a/pkgs/development/interpreters/hy/default.nix b/pkgs/development/interpreters/hy/default.nix
index 12631cee38a..a6acd603c81 100644
--- a/pkgs/development/interpreters/hy/default.nix
+++ b/pkgs/development/interpreters/hy/default.nix
@@ -1,23 +1,14 @@
-{ stdenv, fetchurl, fetchpatch, pythonPackages }:
+{ stdenv, fetchurl, pythonPackages }:
pythonPackages.buildPythonApplication rec {
- name = "hy-${version}";
- version = "0.16.0";
+ pname = "hy";
+ version = "0.17.0";
- src = fetchurl {
- url = "mirror://pypi/h/hy/${name}.tar.gz";
- sha256 = "00lq38ppikrpyw38fn5iy9iwrsamsv22507cp146dsjbzkwjpzrd";
+ src = pythonPackages.fetchPypi {
+ inherit pname version;
+ sha256 = "1gdbqsirsdxj320wnp7my5awzs1kfs6m4fqmkzbd1zd47qzj0zfi";
};
- patches = [
- (fetchpatch {
- name = "bytecode-error-handling.patch";
- url = "https://github.com/hylang/hy/commit/57326785b97b7b0a89f6258fe3d04dccdc06cfc0.patch";
- sha256 = "1lxxs7mxbh0kaaa25b1pbqs9d8asyjnlf2n86qg8hzsv32jfcq92";
- excludes = [ "AUTHORS" "NEWS.rst" ];
- })
- ];
-
propagatedBuildInputs = with pythonPackages; [
appdirs
astor
@@ -27,11 +18,11 @@ pythonPackages.buildPythonApplication rec {
rply
];
- meta = {
+ meta = with stdenv.lib; {
description = "A LISP dialect embedded in Python";
- homepage = http://hylang.org/;
- license = stdenv.lib.licenses.mit;
- maintainers = [ stdenv.lib.maintainers.nixy ];
- platforms = stdenv.lib.platforms.all;
+ homepage = "http://hylang.org/";
+ license = licenses.mit;
+ maintainers = with maintainers; [ nixy ];
+ platforms = platforms.all;
};
}
diff --git a/pkgs/development/interpreters/icon-lang/default.nix b/pkgs/development/interpreters/icon-lang/default.nix
index 3bec73ea036..56becd3d6c9 100644
--- a/pkgs/development/interpreters/icon-lang/default.nix
+++ b/pkgs/development/interpreters/icon-lang/default.nix
@@ -1,19 +1,24 @@
-{ stdenv, fetchFromGitHub, libX11, libXt }:
+{ stdenv, fetchFromGitHub, libX11, libXt , withGraphics ? true }:
stdenv.mkDerivation rec {
name = "icon-lang-${version}";
version = "9.5.1";
src = fetchFromGitHub {
- rev = "39d7438e8d23ccfe20c0af8bbbf61e34d9c715e9";
owner = "gtownsend";
repo = "icon";
+ rev = "rel${builtins.replaceStrings ["."] [""] version}";
sha256 = "1gkvj678ldlr1m5kjhx6zpmq11nls8kxa7pyy64whgakfzrypynw";
};
- buildInputs = [ libX11 libXt ];
- configurePhase = ''
- make X-Configure name=linux
- '';
+ buildInputs = stdenv.lib.optionals withGraphics [ libX11 libXt ];
+
+ configurePhase =
+ let
+ _name = if stdenv.isDarwin then "macintosh" else "linux";
+ in
+ ''
+ make ${stdenv.lib.optionalString withGraphics "X-"}Configure name=${_name}
+ '';
installPhase = ''
make Install dest=$out
@@ -21,8 +26,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = ''A very high level general-purpose programming language'';
- maintainers = with maintainers; [ vrthra ];
- platforms = platforms.linux;
+ maintainers = with maintainers; [ vrthra yurrriq ];
+ platforms = with platforms; linux ++ darwin;
license = licenses.publicDomain;
homepage = https://www.cs.arizona.edu/icon/;
};
diff --git a/pkgs/development/interpreters/janet/default.nix b/pkgs/development/interpreters/janet/default.nix
index 029471fe7d9..197127d8b6d 100644
--- a/pkgs/development/interpreters/janet/default.nix
+++ b/pkgs/development/interpreters/janet/default.nix
@@ -1,26 +1,26 @@
-{ stdenv, fetchFromGitHub }:
+{ stdenv, fetchFromGitHub, meson, ninja }:
stdenv.mkDerivation rec {
pname = "janet";
- version = "0.6.0";
+ version = "1.2.0";
src = fetchFromGitHub {
owner = "janet-lang";
- repo = "janet";
+ repo = pname;
rev = "v${version}";
- sha256 = "1w6d5a4akd868x89bgyvw3cnadfva7gnyvhmxx5ixxd580n5ba6v";
+ sha256 = "1m34j4h8gh5d773hbw55gs1gimli7ccqpwddn4dd59hzhpihwgqz";
};
- JANET_BUILD=''\"release\"'';
- PREFIX = placeholder "out";
+ nativeBuildInputs = [ meson ninja ];
+ mesonFlags = ["-Dgit_hash=release"];
doCheck = true;
meta = with stdenv.lib; {
description = "Janet programming language";
homepage = https://janet-lang.org/;
- license = stdenv.lib.licenses.mit;
+ license = licenses.mit;
platforms = platforms.all;
- maintainers = with stdenv.lib.maintainers; [ andrewchambers ];
+ maintainers = with maintainers; [ andrewchambers ];
};
}
diff --git a/pkgs/development/interpreters/joker/default.nix b/pkgs/development/interpreters/joker/default.nix
index c3b494783e7..ba65c00f1e9 100644
--- a/pkgs/development/interpreters/joker/default.nix
+++ b/pkgs/development/interpreters/joker/default.nix
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "joker-${version}";
- version = "0.12.2";
+ version = "0.12.4";
goPackagePath = "github.com/candid82/joker";
@@ -10,11 +10,13 @@ buildGoPackage rec {
rev = "v${version}";
owner = "candid82";
repo = "joker";
- sha256 = "0cqz8k53fzz3xqx9czk3hgq164dsbvnk51s0j29g1bmkbl51c2vm";
+ sha256 = "1swi991khmyhxn6w6xsdqp1wbyx3qmd9d7yhpwvqasyxp8gg3szm";
};
preBuild = "go generate ./...";
+ postBuild = "rm go/bin/sum256dir";
+
dontInstallSrc = true;
excludedPackages = "gen"; # Do not install private generators.
diff --git a/pkgs/development/interpreters/jruby/default.nix b/pkgs/development/interpreters/jruby/default.nix
index 2e53ae1694f..56c0f1f73e6 100644
--- a/pkgs/development/interpreters/jruby/default.nix
+++ b/pkgs/development/interpreters/jruby/default.nix
@@ -6,11 +6,11 @@ rubyVersion = callPackage ../ruby/ruby-version.nix {} "2" "3" "3" "";
jruby = stdenv.mkDerivation rec {
name = "jruby-${version}";
- version = "9.2.7.0";
+ version = "9.2.8.0";
src = fetchurl {
url = "https://s3.amazonaws.com/jruby.org/downloads/${version}/jruby-bin-${version}.tar.gz";
- sha256 = "0j0k1vapxr9gx18sqjf0kqfgw22f55907jjbznxc0580x5f1lz6s";
+ sha256 = "1fy717xy8csc89dnz3a8j96arq1s1vs8nakkkpcaqm1z1648didp";
};
buildInputs = [ makeWrapper ];
diff --git a/pkgs/development/interpreters/jython/default.nix b/pkgs/development/interpreters/jython/default.nix
index 3d82535d29a..f822fdd9c8f 100644
--- a/pkgs/development/interpreters/jython/default.nix
+++ b/pkgs/development/interpreters/jython/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ makeWrapper ];
- unpackPhase = ":";
+ dontUnpack = true;
installPhase = ''
mkdir -pv $out/bin
diff --git a/pkgs/development/interpreters/love/0.7-gl-prototypes.patch b/pkgs/development/interpreters/love/0.7-gl-prototypes.patch
new file mode 100644
index 00000000000..0b6778f6a90
--- /dev/null
+++ b/pkgs/development/interpreters/love/0.7-gl-prototypes.patch
@@ -0,0 +1,21 @@
+diff --unified --recursive --text love-HEAD.orig/src/modules/graphics/opengl/Framebuffer.cpp love-HEAD.new/src/modules/graphics/opengl/Framebuffer.cpp
+--- love-HEAD.orig/src/modules/graphics/opengl/Framebuffer.cpp 2019-03-14 12:46:55.032982224 -0400
++++ love-HEAD.new/src/modules/graphics/opengl/Framebuffer.cpp 2019-03-14 12:47:22.356175299 -0400
+@@ -1,3 +1,5 @@
++#define GL_GLEXT_PROTOTYPES
++
+ #include "Framebuffer.h"
+ #include
+
+diff --unified --recursive --text love-HEAD.orig/src/modules/graphics/opengl/SpriteBatch.cpp love-HEAD.new/src/modules/graphics/opengl/SpriteBatch.cpp
+--- love-HEAD.orig/src/modules/graphics/opengl/SpriteBatch.cpp 2019-03-14 12:46:55.032982224 -0400
++++ love-HEAD.new/src/modules/graphics/opengl/SpriteBatch.cpp 2019-03-14 12:47:33.346119890 -0400
+@@ -18,6 +18,8 @@
+ * 3. This notice may not be removed or altered from any source distribution.
+ **/
+
++#define GL_GLEXT_PROTOTYPES
++
+ #include "SpriteBatch.h"
+
+ // STD
diff --git a/pkgs/development/interpreters/love/0.7.nix b/pkgs/development/interpreters/love/0.7.nix
index 884225b6483..7f39259c298 100644
--- a/pkgs/development/interpreters/love/0.7.nix
+++ b/pkgs/development/interpreters/love/0.7.nix
@@ -2,6 +2,7 @@
, SDL, libGLU_combined, openal, lua
, libdevil, freetype, physfs
, libmodplug, mpg123, libvorbis, libogg
+, libmng
}:
stdenv.mkDerivation rec {
@@ -11,10 +12,13 @@ stdenv.mkDerivation rec {
sha256 = "0s7jywkvydlshlgy11ilzngrnybmq5xlgzp2v2dhlffwrfqdqym5";
};
+ # see discussion on arch linux user repository (https://aur.archlinux.org/packages/love07/?setlang=cs#comment-684696)
+ patches = [ ./0.7-gl-prototypes.patch ];
+
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
SDL libGLU_combined openal lua
- libdevil freetype physfs libmodplug mpg123 libvorbis libogg
+ libdevil freetype physfs libmodplug mpg123 libvorbis libogg libmng
];
preConfigure = ''
diff --git a/pkgs/development/interpreters/lua-5/build-lua-package.nix b/pkgs/development/interpreters/lua-5/build-lua-package.nix
index bc41d86256b..74ccb91030a 100644
--- a/pkgs/development/interpreters/lua-5/build-lua-package.nix
+++ b/pkgs/development/interpreters/lua-5/build-lua-package.nix
@@ -1,7 +1,6 @@
# Generic builder for lua packages
{ lib
, lua
-, stdenv
, wrapLua
# Whether the derivation provides a lua module or not.
, toLuaModule
@@ -13,7 +12,9 @@ name ? "${attrs.pname}-${attrs.version}"
, version
# by default prefix `name` e.g. "lua5.2-${name}"
-, namePrefix ? "lua" + lua.luaversion + "-"
+, namePrefix ? if lua.pkgs.isLuaJIT
+ then lua.name + "-"
+ else "lua" + lua.luaversion + "-"
# Dependencies for building the package
, buildInputs ? []
@@ -28,12 +29,13 @@ name ? "${attrs.pname}-${attrs.version}"
, propagatedNativeBuildInputs ? []
# used to disable derivation, useful for specific lua versions
+# TODO move from this setting meta.broken to a 'disabled' attribute on the
+# package, then use that to skip/include in each lua${ver}Packages set?
, disabled ? false
# Additional arguments to pass to the makeWrapper function, which wraps
# generated binaries.
, makeWrapperArgs ? []
-, external_deps ? propagatedBuildInputs ++ buildInputs
# Skip wrapping of lua programs altogether
, dontWrapLuaPrograms ? false
@@ -43,11 +45,19 @@ name ? "${attrs.pname}-${attrs.version}"
, passthru ? {}
, doCheck ? false
-# appended to the luarocks generated config
-# in peculiar variables like { EVENT_INCDIR } can be useful to work around
-# luarocks limitations, ie, luarocks consider include/lib folders to be subfolders of the same package in external_deps_dirs
-# as explained in https://github.com/luarocks/luarocks/issues/766
+# Non-Lua / system (e.g. C library) dependencies. Is a list of deps, where
+# each dep is either a derivation, or an attribute set like
+# { name = "rockspec external_dependencies key"; dep = derivation; }
+# The latter is used to work-around luarocks having a problem with
+# multiple-output derivations as external deps:
+# https://github.com/luarocks/luarocks/issues/766
+, externalDeps ? lib.unique (lib.filter (drv: !drv ? luaModule) (propagatedBuildInputs ++ buildInputs))
+
+# Appended to the generated luarocks config
, extraConfig ? ""
+# Inserted into the generated luarocks config in the "variables" table
+, extraVariables ? ""
+# The two above arguments have access to builder variables -- e.g. to $out
# relative to srcRoot, path to the rockspec to use when using rocks
, rockspecFilename ? "../*.rockspec"
@@ -59,44 +69,95 @@ name ? "${attrs.pname}-${attrs.version}"
# Keep extra attributes from `attrs`, e.g., `patchPhase', etc.
-if disabled
-then throw "${name} not supported for interpreter ${lua}"
-else
let
-
- deps_dirs= lib.concatStringsSep ", " (
- map (x: "\"${builtins.toString x}\"") external_deps
- );
-
- # TODO
- # - add rocktrees (look at torch-distro.nix/https://github.com/luarocks/luarocks/wiki/Config-file-format)
- # - silence warnings
- luarocks_config = "luarocksConfig";
+ # TODO fix warnings "Couldn't load rockspec for ..." during manifest
+ # construction -- from initial investigation, appears it will require
+ # upstream luarocks changes to fix cleanly (during manifest construction,
+ # luarocks only looks for rockspecs in the default/system tree instead of all
+ # configured trees)
+ luarocks_config = "luarocks-config.lua";
luarocks_content = ''
local_cache = ""
- -- array of strings
- external_deps_dirs = {
- ${deps_dirs}
- }
+ -- To prevent collisions when creating environments, we install the rock
+ -- files into per-package subdirectories
+ rocks_subdir = '${rocksSubdir}'
+ -- Then we need to tell luarocks where to find the rock files per
+ -- dependency
rocks_trees = {
+ ${lib.concatStringsSep "\n, " rocksTrees}
+ }
+ '' + lib.optionalString lua.pkgs.isLuaJIT ''
+ -- Luajit provides some additional functionality built-in; this exposes
+ -- that to luarock's dependency system
+ rocks_provided = {
+ jit='${lua.luaversion}-1';
+ ffi='${lua.luaversion}-1';
+ luaffi='${lua.luaversion}-1';
+ bit='${lua.luaversion}-1';
+ }
+ '' + ''
+ -- For single-output external dependencies
+ external_deps_dirs = {
+ ${lib.concatStringsSep "\n, " externalDepsDirs}
+ }
+ variables = {
+ -- Some needed machinery to handle multiple-output external dependencies,
+ -- as per https://github.com/luarocks/luarocks/issues/766
+ ${lib.optionalString (lib.length depVariables > 0) ''
+ ${lib.concatStringsSep "\n " depVariables}''}
+ ${extraVariables}
}
${extraConfig}
'';
+
+ rocksSubdir = "${attrs.pname}-${version}-rocks";
+
+ externalDepsDirs = map
+ (x: "'${builtins.toString x}'")
+ (lib.filter (lib.isDerivation) externalDeps);
+
+ rocksTrees = lib.imap0
+ (i: dep: "{ name = [[dep-${toString i}]], root = '${dep}', rocks_dir = '${dep}/${dep.rocksSubdir}' }")
+ requiredLuaRocks;
+
+ # Filter out the lua derivation itself from the Lua module dependency
+ # closure, as it doesn't have a rock tree :)
+ requiredLuaRocks = lib.filter (d: d ? luaModule)
+ (lua.pkgs.requiredLuaModules propagatedBuildInputs);
+
+ # Explicitly point luarocks to the relevant locations for multiple-output
+ # derivations that are external dependencies, to work around an issue it has
+ # (https://github.com/luarocks/luarocks/issues/766)
+ depVariables = lib.concatMap ({name, dep}: [
+ "${name}_INCDIR='${lib.getDev dep}/include';"
+ "${name}_LIBDIR='${lib.getLib dep}/lib';"
+ "${name}_BINDIR='${lib.getBin dep}/bin';"
+ ]) externalDeps';
+
+ # example externalDeps': [ { name = "CRYPTO"; dep = pkgs.openssl; } ]
+ externalDeps' = lib.filter (dep: !lib.isDerivation dep) externalDeps;
in
toLuaModule ( lua.stdenv.mkDerivation (
-builtins.removeAttrs attrs ["disabled" "checkInputs"] // {
+builtins.removeAttrs attrs ["disabled" "checkInputs" "externalDeps"] // {
name = namePrefix + name;
buildInputs = [ wrapLua lua.pkgs.luarocks ]
++ buildInputs
++ lib.optionals doCheck checkInputs
+ ++ (map (d: d.dep) externalDeps')
;
# propagate lua to active setup-hook in nix-shell
propagatedBuildInputs = propagatedBuildInputs ++ [ lua ];
- doCheck = false;
+ inherit doCheck;
+
+ # @-patterns do not capture formal argument default values, so we need to
+ # explicitly inherit this for it to be available as a shell variable in the
+ # builder
+ inherit rockspecFilename;
+ inherit rocksSubdir;
# enabled only for src.rock
setSourceRoot= let
@@ -163,23 +224,20 @@ builtins.removeAttrs attrs ["disabled" "checkInputs"] // {
nix_debug "ROCKSPEC $rockspecFilename"
nix_debug "cwd: $PWD"
- $LUAROCKS make --deps-mode=none --tree $out ''${rockspecFilename}
-
- # to prevent collisions when creating environments
- # also added -f as it doesn't always exist
- # don't remove the whole directory as
- rm -rf $out/lib/luarocks/rocks-${lua.luaversion}/manifest
+ $LUAROCKS make --deps-mode=all --tree=$out ''${rockspecFilename}
runHook postInstall
'';
passthru = {
inherit lua; # The lua interpreter
+ inherit externalDeps;
} // passthru;
meta = with lib.maintainers; {
platforms = lua.meta.platforms;
# add extra maintainer(s) to every package
maintainers = (meta.maintainers or []) ++ [ ];
+ broken = disabled;
} // meta;
}))
diff --git a/pkgs/development/interpreters/lua-5/default.nix b/pkgs/development/interpreters/lua-5/default.nix
index fb709227180..08645dfb77f 100644
--- a/pkgs/development/interpreters/lua-5/default.nix
+++ b/pkgs/development/interpreters/lua-5/default.nix
@@ -59,7 +59,7 @@ in rec {
luajit_2_1 = import ../luajit/2.1.nix {
self = luajit_2_1;
- inherit callPackage lib;
+ inherit callPackage;
};
}
diff --git a/pkgs/development/interpreters/lua-5/interpreter.nix b/pkgs/development/interpreters/lua-5/interpreter.nix
index 26db917c900..fb0021cb709 100644
--- a/pkgs/development/interpreters/lua-5/interpreter.nix
+++ b/pkgs/development/interpreters/lua-5/interpreter.nix
@@ -40,14 +40,17 @@ self = stdenv.mkDerivation rec {
"PLAT=macosx"
] else [
"PLAT=linux"
- ])
+ ]) ++ (if stdenv.buildPlatform != stdenv.hostPlatform then [
+ "CC=${stdenv.hostPlatform.config}-gcc"
+ "RANLIB=${stdenv.hostPlatform.config}-ranlib"
+ ] else [])
;
configurePhase = ''
runHook preConfigure
makeFlagsArray+=(CFLAGS="-DLUA_USE_LINUX -O2 -fPIC${if compat then " -DLUA_COMPAT_ALL" else ""}" )
- makeFlagsArray+=(${stdenv.lib.optionalString stdenv.isDarwin "CC=\"$CC\""})
+ makeFlagsArray+=(${stdenv.lib.optionalString stdenv.isDarwin "CC=\"$CC\""}${stdenv.lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) " 'AR=${stdenv.hostPlatform.config}-ar rcu'"})
installFlagsArray=( TO_BIN="lua luac" INSTALL_DATA='cp -d' \
TO_LIB="${if stdenv.isDarwin then "liblua.${version}.dylib" else "liblua.a liblua.so liblua.so.${luaversion} liblua.so.${version}"}" )
diff --git a/pkgs/development/interpreters/lua-5/wrapper.nix b/pkgs/development/interpreters/lua-5/wrapper.nix
index 7f584c0f0af..14bd4a41646 100644
--- a/pkgs/development/interpreters/lua-5/wrapper.nix
+++ b/pkgs/development/interpreters/lua-5/wrapper.nix
@@ -3,7 +3,6 @@
, extraOutputsToInstall ? []
, postBuild ? ""
, ignoreCollisions ? false
-, lib
, requiredLuaModules
, makeWrapperArgs ? []
}:
diff --git a/pkgs/development/interpreters/luajit/2.1.nix b/pkgs/development/interpreters/luajit/2.1.nix
index 0f223963132..e8f1b8b338c 100644
--- a/pkgs/development/interpreters/luajit/2.1.nix
+++ b/pkgs/development/interpreters/luajit/2.1.nix
@@ -1,4 +1,4 @@
-{ self, callPackage, lib }:
+{ self, callPackage }:
callPackage ./default.nix {
inherit self;
version = "2.1.0-beta3";
diff --git a/pkgs/development/interpreters/luajit/default.nix b/pkgs/development/interpreters/luajit/default.nix
index abd1fda47cb..7db8feb98e7 100644
--- a/pkgs/development/interpreters/luajit/default.nix
+++ b/pkgs/development/interpreters/luajit/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchurl, buildPackages
+{ stdenv, fetchurl, buildPackages
, name ? "luajit-${version}"
, isStable
, sha256
diff --git a/pkgs/development/interpreters/mujs/default.nix b/pkgs/development/interpreters/mujs/default.nix
index f071aab94c7..ceea3932063 100644
--- a/pkgs/development/interpreters/mujs/default.nix
+++ b/pkgs/development/interpreters/mujs/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "mujs-${version}";
- version = "1.0.5";
+ version = "1.0.6";
src = fetchurl {
url = "https://mujs.com/downloads/mujs-${version}.tar.xz";
- sha256 = "02cqrfnww2s3ylcvqin1951f2c5nzpby8gxb207p2hbrivbg8f0l";
+ sha256 = "1q9w2dcspfp580pzx7sw7x9gbn8j0ak6dvj75wd1ml3f3q3i43df";
};
buildInputs = [ readline ];
diff --git a/pkgs/development/interpreters/perl/default.nix b/pkgs/development/interpreters/perl/default.nix
index 3bcedc47c4b..2ecc5cbb2ef 100644
--- a/pkgs/development/interpreters/perl/default.nix
+++ b/pkgs/development/interpreters/perl/default.nix
@@ -43,7 +43,9 @@ let
patches =
[
# Do not look in /usr etc. for dependencies.
- (if (versionOlder version "5.29.6") then ./no-sys-dirs-5.26.patch else ./no-sys-dirs-5.29.patch)
+ (if (versionOlder version "5.29.6") then ./no-sys-dirs-5.26.patch
+ else if (versionOlder version "5.31.1") then ./no-sys-dirs-5.29.patch
+ else ./no-sys-dirs-5.31.patch)
]
++ optional (versionOlder version "5.29.6")
# Fix parallel building: https://rt.perl.org/Public/Bug/Display.html?id=132360
@@ -171,11 +173,11 @@ let
priority = 6; # in `buildEnv' (including the one inside `perl.withPackages') the library files will have priority over files in `perl`
};
} // stdenv.lib.optionalAttrs (stdenv.buildPlatform != stdenv.hostPlatform) rec {
- crossVersion = "2152db1ea241f796206ab309036be1a7d127b370"; # May 25, 2019
+ crossVersion = "980998f7d11baf97284426ca91f84681d49a08f5"; # Jul 20, 2019
perl-cross-src = fetchurl {
url = "https://github.com/arsv/perl-cross/archive/${crossVersion}.tar.gz";
- sha256 = "1k08iqdkf9q00hbcq2b933w3vmds7xkfr90phhk0qf64l18wdrkf";
+ sha256 = "1hg3k2rhjs5gclrm05z87nvlh4j9pg7mkm9998h9gy6mzk8224q5";
};
depsBuildBuild = [ buildPackages.stdenv.cc makeWrapper ];
@@ -191,7 +193,7 @@ let
setupHook = ./setup-hook-cross.sh;
});
in {
- # the latest Maint version
+ # Maint version
perl528 = common {
perl = pkgs.perl528;
buildPerl = buildPackages.perl528;
@@ -199,6 +201,7 @@ in {
sha256 = "1iynpsxdym4h76kgndmn3ykvwxhqz444xvaz8z2irsxkvmnlb5da";
};
+ # Maint version
perl530 = common {
perl = pkgs.perl530;
buildPerl = buildPackages.perl530;
@@ -210,7 +213,7 @@ in {
perldevel = common {
perl = pkgs.perldevel;
buildPerl = buildPackages.perldevel;
- version = "5.30.0";
- sha256 = "1wkmz6xn3fswpqhz29akiklcxclnlykhp96a8bqcz36rak3i64l5";
+ version = "5.31.2";
+ sha256 = "00bdh9lmjb0m7dhk8mj7kab7cg2zn9zgw82y4hgkwydzg6d1jis0";
};
}
diff --git a/pkgs/development/interpreters/perl/no-sys-dirs-5.31.patch b/pkgs/development/interpreters/perl/no-sys-dirs-5.31.patch
new file mode 100644
index 00000000000..62dce0e25b9
--- /dev/null
+++ b/pkgs/development/interpreters/perl/no-sys-dirs-5.31.patch
@@ -0,0 +1,254 @@
+diff -ru -x '*~' -x '*.rej' perl-5.20.0-orig/Configure perl-5.20.0/Configure
+--- perl-5.20.0-orig/Configure 2014-05-26 15:34:18.000000000 +0200
++++ perl-5.20.0/Configure 2014-06-25 10:43:35.368285986 +0200
+@@ -106,15 +106,7 @@
+ fi
+
+ : Proper PATH setting
+-paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin'
+-paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
+-paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
+-paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
+-paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb"
+-paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /opt/ansic/bin /usr/ccs/bin"
+-paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib"
+-paths="$paths /sbin /usr/sbin /usr/libexec"
+-paths="$paths /system/gnu_library/bin"
++paths=''
+
+ for p in $paths
+ do
+@@ -1337,8 +1329,7 @@
+ archname=''
+ : Possible local include directories to search.
+ : Set locincpth to "" in a hint file to defeat local include searches.
+-locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
+-locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
++locincpth=""
+ :
+ : no include file wanted by default
+ inclwanted=''
+@@ -1349,17 +1340,12 @@
+
+ libnames=''
+ : change the next line if compiling for Xenix/286 on Xenix/386
+-xlibpth='/usr/lib/386 /lib/386'
++xlibpth=''
+ : Possible local library directories to search.
+-loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
+-loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
++loclibpth=""
+
+ : general looking path for locating libraries
+-glibpth="/lib /usr/lib $xlibpth"
+-glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
+-test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
+-test -f /shlib/libc.so && glibpth="/shlib $glibpth"
+-test -d /usr/lib64 && glibpth="$glibpth /lib64 /usr/lib64 /usr/local/lib64"
++glibpth=""
+
+ : Private path used by Configure to find libraries. Its value
+ : is prepended to libpth. This variable takes care of special
+@@ -1391,8 +1377,6 @@
+ libswanted="$libswanted m crypt sec util c cposix posix ucb bsd BSD"
+ : We probably want to search /usr/shlib before most other libraries.
+ : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
+-glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
+-glibpth="/usr/shlib $glibpth"
+ : Do not use vfork unless overridden by a hint file.
+ usevfork=false
+
+@@ -2446,7 +2430,6 @@
+ zip
+ "
+ pth=`echo $PATH | sed -e "s/$p_/ /g"`
+-pth="$pth $sysroot/lib $sysroot/usr/lib"
+ for file in $loclist; do
+ eval xxx=\$$file
+ case "$xxx" in
+@@ -4936,7 +4919,7 @@
+ : Set private lib path
+ case "$plibpth" in
+ '') if ./mips; then
+- plibpth="$incpath/usr/lib $sysroot/usr/local/lib $sysroot/usr/ccs/lib"
++ plibpth="$incpath/usr/lib"
+ fi;;
+ esac
+ case "$libpth" in
+@@ -8600,13 +8583,8 @@
+ echo " "
+ case "$sysman" in
+ '')
+- syspath='/usr/share/man/man1 /usr/man/man1'
+- syspath="$syspath /usr/man/mann /usr/man/manl /usr/man/local/man1"
+- syspath="$syspath /usr/man/u_man/man1"
+- syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1"
+- syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1"
+- syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
+- sysman=`./loc . /usr/man/man1 $syspath`
++ syspath=''
++ sysman=''
+ ;;
+ esac
+ if $test -d "$sysman"; then
+@@ -19900,9 +19878,10 @@
+ case "$full_ar" in
+ '') full_ar=$ar ;;
+ esac
++full_ar=ar
+
+ : Store the full pathname to the sed program for use in the C program
+-full_sed=$sed
++full_sed=sed
+
+ : see what type gids are declared as in the kernel
+ echo " "
+Only in perl-5.20.0/: Configure.orig
+diff -ru -x '*~' -x '*.rej' perl-5.20.0-orig/ext/Errno/Errno_pm.PL perl-5.20.0/ext/Errno/Errno_pm.PL
+--- perl-5.20.0-orig/ext/Errno/Errno_pm.PL 2014-05-26 15:34:20.000000000 +0200
++++ perl-5.20.0/ext/Errno/Errno_pm.PL 2014-06-25 10:31:24.317970047 +0200
+@@ -134,12 +126,7 @@
+ if ($dep =~ /(\S+errno\.h)/) {
+ $file{$1} = 1;
+ }
+- } elsif ($^O eq 'linux' &&
+- $Config{gccversion} ne '' &&
+- $Config{gccversion} !~ /intel/i &&
+- # might be using, say, Intel's icc
+- $linux_errno_h
+- ) {
++ } elsif (0) {
+ $file{$linux_errno_h} = 1;
+ } elsif ($^O eq 'haiku') {
+ # hidden in a special place
+Only in perl-5.20.0/ext/Errno: Errno_pm.PL.orig
+diff -ru -x '*~' -x '*.rej' perl-5.20.0-orig/hints/freebsd.sh perl-5.20.0/hints/freebsd.sh
+--- perl-5.20.0-orig/hints/freebsd.sh 2014-01-31 22:55:51.000000000 +0100
++++ perl-5.20.0/hints/freebsd.sh 2014-06-25 10:25:53.263964680 +0200
+@@ -119,21 +119,21 @@
+ objformat=`/usr/bin/objformat`
+ if [ x$objformat = xaout ]; then
+ if [ -e /usr/lib/aout ]; then
+- libpth="/usr/lib/aout /usr/local/lib /usr/lib"
+- glibpth="/usr/lib/aout /usr/local/lib /usr/lib"
++ libpth=""
++ glibpth=""
+ fi
+ lddlflags='-Bshareable'
+ else
+- libpth="/usr/lib /usr/local/lib"
+- glibpth="/usr/lib /usr/local/lib"
++ libpth=""
++ glibpth=""
+ ldflags="-Wl,-E "
+ lddlflags="-shared "
+ fi
+ cccdlflags='-DPIC -fPIC'
+ ;;
+ *)
+- libpth="/usr/lib /usr/local/lib"
+- glibpth="/usr/lib /usr/local/lib"
++ libpth=""
++ glibpth=""
+ ldflags="-Wl,-E "
+ lddlflags="-shared "
+ cccdlflags='-DPIC -fPIC'
+diff -ru -x '*~' -x '*.rej' perl-5.20.0-orig/hints/linux.sh perl-5.20.0/hints/linux.sh
+--- perl-5.20.0-orig/hints/linux.sh 2014-05-26 15:34:20.000000000 +0200
++++ perl-5.20.0/hints/linux.sh 2014-06-25 10:33:47.354883843 +0200
+@@ -150,28 +150,6 @@ case "$optimize" in
+ ;;
+ esac
+
+-# Ubuntu 11.04 (and later, presumably) doesn't keep most libraries
+-# (such as -lm) in /lib or /usr/lib. So we have to ask gcc to tell us
+-# where to look. We don't want gcc's own libraries, however, so we
+-# filter those out.
+-# This could be conditional on Unbuntu, but other distributions may
+-# follow suit, and this scheme seems to work even on rather old gcc's.
+-# This unconditionally uses gcc because even if the user is using another
+-# compiler, we still need to find the math library and friends, and I don't
+-# know how other compilers will cope with that situation.
+-# Morever, if the user has their own gcc earlier in $PATH than the system gcc,
+-# we don't want its libraries. So we try to prefer the system gcc
+-# Still, as an escape hatch, allow Configure command line overrides to
+-# plibpth to bypass this check.
+-if [ -x /usr/bin/gcc ] ; then
+- gcc=/usr/bin/gcc
+-# clang also provides -print-search-dirs
+-elif ${cc:-cc} --version 2>/dev/null | grep -q '^clang ' ; then
+- gcc=${cc:-cc}
+-else
+- gcc=gcc
+-fi
+-
+ case "$plibpth" in
+ '') plibpth=`LANG=C LC_ALL=C $gcc $ccflags $ldflags -print-search-dirs | grep libraries |
+ cut -f2- -d= | tr ':' $trnl | grep -v 'gcc' | sed -e 's:/$::'`
+@@ -208,32 +186,6 @@ case "$usequadmath" in
+ ;;
+ esac
+
+-case "$libc" in
+-'')
+-# If you have glibc, then report the version for ./myconfig bug reporting.
+-# (Configure doesn't need to know the specific version since it just uses
+-# gcc to load the library for all tests.)
+-# We don't use __GLIBC__ and __GLIBC_MINOR__ because they
+-# are insufficiently precise to distinguish things like
+-# libc-2.0.6 and libc-2.0.7.
+- for p in $plibpth
+- do
+- for trylib in libc.so.6 libc.so
+- do
+- if $test -e $p/$trylib; then
+- libc=`ls -l $p/$trylib | awk '{print $NF}'`
+- if $test "X$libc" != X; then
+- break
+- fi
+- fi
+- done
+- if $test "X$libc" != X; then
+- break
+- fi
+- done
+- ;;
+-esac
+-
+ if ${sh:-/bin/sh} -c exit; then
+ echo ''
+ echo 'You appear to have a working bash. Good.'
+@@ -311,33 +263,6 @@ sparc*)
+ ;;
+ esac
+
+-# SuSE8.2 has /usr/lib/libndbm* which are ld scripts rather than
+-# true libraries. The scripts cause binding against static
+-# version of -lgdbm which is a bad idea. So if we have 'nm'
+-# make sure it can read the file
+-# NI-S 2003/08/07
+-case "$nm" in
+- '') ;;
+- *)
+- for p in $plibpth
+- do
+- if $test -r $p/libndbm.so; then
+- if $nm $p/libndbm.so >/dev/null 2>&1 ; then
+- echo 'Your shared -lndbm seems to be a real library.'
+- _libndbm_real=1
+- break
+- fi
+- fi
+- done
+- if $test "X$_libndbm_real" = X; then
+- echo 'Your shared -lndbm is not a real library.'
+- set `echo X "$libswanted "| sed -e 's/ ndbm / /'`
+- shift
+- libswanted="$*"
+- fi
+- ;;
+-esac
+-
+ # Linux on Synology.
+ if [ -f /etc/synoinfo.conf -a -d /usr/syno ]; then
+ # Tested on Synology DS213 and DS413
diff --git a/pkgs/development/interpreters/perl/wrapper.nix b/pkgs/development/interpreters/perl/wrapper.nix
index 9142a1f4fc3..95122aebf03 100644
--- a/pkgs/development/interpreters/perl/wrapper.nix
+++ b/pkgs/development/interpreters/perl/wrapper.nix
@@ -3,9 +3,7 @@
, extraOutputsToInstall ? []
, postBuild ? ""
, ignoreCollisions ? false
-, lib
, requiredPerlModules
-, makeWrapperArgs ? []
}:
# Create a perl executable that knows about additional packages.
diff --git a/pkgs/development/interpreters/php/default.nix b/pkgs/development/interpreters/php/default.nix
index a4a0b41210a..f65b4628e8c 100644
--- a/pkgs/development/interpreters/php/default.nix
+++ b/pkgs/development/interpreters/php/default.nix
@@ -17,7 +17,7 @@ let
, withSystemd ? config.php.systemd or stdenv.isLinux
, imapSupport ? config.php.imap or (!stdenv.isDarwin)
, ldapSupport ? config.php.ldap or true
- , mhashSupport ? config.php.mhash or true
+ , mhashSupport ? config.php.mhash or false
, mysqlndSupport ? config.php.mysqlnd or true
, mysqliSupport ? config.php.mysqli or true
, pdo_mysqlSupport ? config.php.pdo_mysql or true
@@ -253,25 +253,17 @@ let
};
in {
- php71 = generic {
- version = "7.1.30";
- sha256 = "1czcf5qwk727sdzx5n4wvsxvl50jx6d5x8ws1dqx46fa9xvm0j36";
-
- # https://bugs.php.net/bug.php?id=76826
- extraPatches = optional stdenv.isDarwin ./php71-darwin-isfinite.patch;
- };
-
php72 = generic {
- version = "7.2.19";
- sha256 = "16d0j0d4563bcrxlw5yysldscxpgyp917hmc4m4ys1zyfprv3l7b";
+ version = "7.2.21";
+ sha256 = "1vqldc2namfblwyv87fgpfffkjpzawfpcp48f40nfdl3pshq6c9l";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php72-darwin-isfinite.patch;
};
php73 = generic {
- version = "7.3.6";
- sha256 = "0xvgdxmhk0hsx8gh3ircm2s7pf59gm8i9a73204mr0sl05qchnhy";
+ version = "7.3.8";
+ sha256 = "1xbndimrfamf97m3vln842g9w1ikq071gjfkk15ai7sx2wqccrnm";
# https://bugs.php.net/bug.php?id=76826
extraPatches = optional stdenv.isDarwin ./php73-darwin-isfinite.patch;
diff --git a/pkgs/development/interpreters/php/php71-darwin-isfinite.patch b/pkgs/development/interpreters/php/php71-darwin-isfinite.patch
deleted file mode 100644
index ebfcd94f8d4..00000000000
--- a/pkgs/development/interpreters/php/php71-darwin-isfinite.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-diff -ru a/Zend/configure.in b/Zend/configure.in
---- a/Zend/configure.in 2018-11-07 15:35:26.000000000 +0000
-+++ b/Zend/configure.in 2018-11-27 00:28:48.000000000 +0000
-@@ -70,7 +70,7 @@
- #endif
-
- #ifndef zend_isnan
--#if HAVE_DECL_ISNAN && (!defined(__cplusplus) || __cplusplus < 201103L)
-+#if HAVE_DECL_ISNAN && (defined(__APPLE__) || defined(__APPLE_CC__) || !defined(__cplusplus) || __cplusplus < 201103L)
- #define zend_isnan(a) isnan(a)
- #elif defined(HAVE_FPCLASS)
- #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN))
-@@ -79,7 +79,7 @@
- #endif
- #endif
-
--#if HAVE_DECL_ISINF && (!defined(__cplusplus) || __cplusplus < 201103L)
-+#if HAVE_DECL_ISINF && (defined(__APPLE__) || defined(__APPLE_CC__) || !defined(__cplusplus) || __cplusplus < 201103L)
- #define zend_isinf(a) isinf(a)
- #elif defined(INFINITY)
- /* Might not work, but is required by ISO C99 */
-@@ -90,7 +90,7 @@
- #define zend_isinf(a) 0
- #endif
-
--#if HAVE_DECL_ISFINITE && (!defined(__cplusplus) || __cplusplus < 201103L)
-+#if HAVE_DECL_ISFINITE && (defined(__APPLE__) || defined(__APPLE_CC__) || !defined(__cplusplus) || __cplusplus < 201103L)
- #define zend_finite(a) isfinite(a)
- #elif defined(HAVE_FINITE)
- #define zend_finite(a) finite(a)
-diff -ru a/configure.in b/configure.in
---- a/configure.in 2018-11-07 15:35:26.000000000 +0000
-+++ b/configure.in 2018-11-27 00:28:48.000000000 +0000
-@@ -75,7 +75,7 @@
- #endif
-
- #ifndef zend_isnan
--#if HAVE_DECL_ISNAN && (!defined(__cplusplus) || __cplusplus < 201103L)
-+#if HAVE_DECL_ISNAN && (defined(__APPLE__) || defined(__APPLE_CC__) || !defined(__cplusplus) || __cplusplus < 201103L)
- #define zend_isnan(a) isnan(a)
- #elif defined(HAVE_FPCLASS)
- #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN))
-@@ -84,7 +84,7 @@
- #endif
- #endif
-
--#if HAVE_DECL_ISINF && (!defined(__cplusplus) || __cplusplus < 201103L)
-+#if HAVE_DECL_ISINF && (defined(__APPLE__) || defined(__APPLE_CC__) || !defined(__cplusplus) || __cplusplus < 201103L)
- #define zend_isinf(a) isinf(a)
- #elif defined(INFINITY)
- /* Might not work, but is required by ISO C99 */
-@@ -95,7 +95,7 @@
- #define zend_isinf(a) 0
- #endif
-
--#if HAVE_DECL_ISFINITE && (!defined(__cplusplus) || __cplusplus < 201103L)
-+#if HAVE_DECL_ISFINITE && (defined(__APPLE__) || defined(__APPLE_CC__) || !defined(__cplusplus) || __cplusplus < 201103L)
- #define zend_finite(a) isfinite(a)
- #elif defined(HAVE_FINITE)
- #define zend_finite(a) finite(a)
diff --git a/pkgs/development/interpreters/picolisp/default.nix b/pkgs/development/interpreters/picolisp/default.nix
index a7e6f6e2dc7..5adf41a0f3b 100644
--- a/pkgs/development/interpreters/picolisp/default.nix
+++ b/pkgs/development/interpreters/picolisp/default.nix
@@ -1,14 +1,14 @@
-{ stdenv, fetchurl, jdk, w3m, makeWrapper }:
+{ stdenv, fetchurl, jdk, w3m, openssl, makeWrapper }:
with stdenv.lib;
stdenv.mkDerivation rec {
name = "picoLisp-${version}";
- version = "18.12";
+ version = "19.6";
src = fetchurl {
url = "https://www.software-lab.de/${name}.tgz";
- sha256 = "0hvgq2vc03bki528jqn95xmvv7mw8xx832spfczhxc16wwbrnrhk";
+ sha256 = "1ixxl6m5glhwqa4q3fb90pciv7jhhvn9pkh316d4wcv0m13l04gq";
};
- buildInputs = [makeWrapper] ++ optional stdenv.is64bit jdk;
+ buildInputs = [makeWrapper openssl] ++ optional stdenv.is64bit jdk;
patchPhase = ''
sed -i "s/which java/command -v java/g" mkAsm
@@ -23,6 +23,9 @@ stdenv.mkDerivation rec {
''}
'';
sourceRoot = ''picoLisp/src${optionalString stdenv.is64bit "64"}'';
+ postBuild = ''
+ cd ../src; make gate
+ '';
installPhase = ''
cd ..
@@ -30,6 +33,7 @@ stdenv.mkDerivation rec {
cp -r . "$out/share/picolisp/build-dir"
ln -s "$out/share/picolisp/build-dir" "$out/lib/picolisp"
ln -s "$out/lib/picolisp/bin/picolisp" "$out/bin/picolisp"
+ ln -s "$out/lib/picolisp/bin/httpGate" "$out/bin/httpGate"
makeWrapper $out/bin/picolisp $out/bin/pil \
diff --git a/pkgs/development/interpreters/python/build-python-package-pyproject.nix b/pkgs/development/interpreters/python/build-python-package-pyproject.nix
index 86c450fcf92..085db44f3e8 100644
--- a/pkgs/development/interpreters/python/build-python-package-pyproject.nix
+++ b/pkgs/development/interpreters/python/build-python-package-pyproject.nix
@@ -5,10 +5,12 @@
}:
{
-# passed to "python setup.py build_ext"
+# Global options passed to "python setup.py"
+ setupPyGlobalFlags ? []
+# Build options passed to "build_ext"
# https://github.com/pypa/pip/issues/881
# Rename to `buildOptions` because it is not setuptools specific?
- setupPyBuildFlags ? []
+, setupPyBuildFlags ? []
# Execute before shell hook
, preShellHook ? ""
# Execute after shell hook
@@ -16,13 +18,14 @@
, ... } @ attrs:
let
- options = lib.concatMapStringsSep " " (option: "--global-option ${option}") setupPyBuildFlags;
+ pipGlobalFlagsString = lib.concatMapStringsSep " " (option: "--global-option ${option}") setupPyGlobalFlags;
+ pipBuildFlagsString = lib.concatMapStringsSep " " (option: "--build-option ${option}") setupPyBuildFlags;
in attrs // {
buildPhase = attrs.buildPhase or ''
runHook preBuild
mkdir -p dist
echo "Creating a wheel..."
- ${python.pythonForBuild.interpreter} -m pip wheel --no-index --no-deps --no-clean --no-build-isolation --wheel-dir dist ${options} .
+ ${python.pythonForBuild.interpreter} -m pip wheel --no-index --no-deps --no-clean --no-build-isolation --wheel-dir dist ${pipGlobalFlagsString} ${pipBuildFlagsString} .
echo "Finished creating a wheel..."
runHook postBuild
'';
@@ -50,4 +53,4 @@ in attrs // {
${postShellHook}
'';
-}
\ No newline at end of file
+}
diff --git a/pkgs/development/interpreters/python/build-python-package-setuptools.nix b/pkgs/development/interpreters/python/build-python-package-setuptools.nix
index 4c66fdec5f6..7738ea2f66a 100644
--- a/pkgs/development/interpreters/python/build-python-package-setuptools.nix
+++ b/pkgs/development/interpreters/python/build-python-package-setuptools.nix
@@ -5,9 +5,11 @@
}:
{
-# passed to "python setup.py build_ext"
+# Global options passed to "python setup.py"
+ setupPyGlobalFlags ? []
+# Build options passed to "python setup.py build_ext"
# https://github.com/pypa/pip/issues/881
- setupPyBuildFlags ? []
+, setupPyBuildFlags ? []
# Execute before shell hook
, preShellHook ? ""
# Execute after shell hook
@@ -19,13 +21,16 @@ let
# pip does the same thing: https://github.com/pypa/pip/pull/3265
setuppy = ./run_setup.py;
+ setupPyGlobalFlagsString = lib.concatStringsSep " " setupPyGlobalFlags;
+ setupPyBuildExtString = lib.optionalString (setupPyBuildFlags != []) ("build_ext " + (lib.concatStringsSep " " setupPyBuildFlags));
+
in attrs // {
# we copy nix_run_setup over so it's executed relative to the root of the source
# many project make that assumption
buildPhase = attrs.buildPhase or ''
runHook preBuild
cp ${setuppy} nix_run_setup
- ${python.pythonForBuild.interpreter} nix_run_setup ${lib.optionalString (setupPyBuildFlags != []) ("build_ext " + (lib.concatStringsSep " " setupPyBuildFlags))} bdist_wheel
+ ${python.pythonForBuild.interpreter} nix_run_setup ${setupPyGlobalFlagsString} ${setupPyBuildExtString} bdist_wheel
runHook postBuild
'';
diff --git a/pkgs/development/interpreters/python/build-python-package-wheel.nix b/pkgs/development/interpreters/python/build-python-package-wheel.nix
index 7be0a4c304a..e3c4e13c0e2 100644
--- a/pkgs/development/interpreters/python/build-python-package-wheel.nix
+++ b/pkgs/development/interpreters/python/build-python-package-wheel.nix
@@ -8,7 +8,7 @@
attrs // {
unpackPhase = ''
mkdir dist
- cp $src dist/"''${src#*-}"
+ cp "$src" "dist/$(stripHash "$src")"
'';
# Wheels are pre-compiled
diff --git a/pkgs/development/interpreters/python/build-python-package.nix b/pkgs/development/interpreters/python/build-python-package.nix
index 98322312f7f..61c1186cef9 100644
--- a/pkgs/development/interpreters/python/build-python-package.nix
+++ b/pkgs/development/interpreters/python/build-python-package.nix
@@ -23,7 +23,7 @@ let
common = import ./build-python-package-common.nix { inherit python; };
mkPythonDerivation = import ./mk-python-derivation.nix {
inherit lib config python wrapPython setuptools unzip ensureNewerSourcesForZipFilesHook;
- inherit toPythonModule namePrefix writeScript update-python-libraries;
+ inherit toPythonModule namePrefix update-python-libraries;
};
in
diff --git a/pkgs/development/interpreters/python/cpython/2.7/atomic_pyc.patch b/pkgs/development/interpreters/python/cpython/2.7/atomic_pyc.patch
new file mode 100644
index 00000000000..06d3718d499
--- /dev/null
+++ b/pkgs/development/interpreters/python/cpython/2.7/atomic_pyc.patch
@@ -0,0 +1,116 @@
+diff --git a/Lib/py_compile.py b/Lib/py_compile.py
+index 978da73d74..3559eb95ca 100644
+--- a/Lib/py_compile.py
++++ b/Lib/py_compile.py
+@@ -120,16 +120,27 @@ def compile(file, cfile=None, dfile=None, doraise=False):
+ return
+ if cfile is None:
+ cfile = file + (__debug__ and 'c' or 'o')
+- with open(cfile, 'wb') as fc:
+- fc.write('\0\0\0\0')
+- if "DETERMINISTIC_BUILD" in os.environ:
++ # Atomically write the pyc/pyo file. Issue #13146.
++ # id() is used to generate a pseudo-random filename.
++ path_tmp = '{}.{}'.format(cfile, id(cfile))
++ try:
++ with open(path_tmp, 'wb') as fc:
+ fc.write('\0\0\0\0')
+- else:
+- wr_long(fc, timestamp)
+- marshal.dump(codeobject, fc)
+- fc.flush()
+- fc.seek(0, 0)
+- fc.write(MAGIC)
++ if "DETERMINISTIC_BUILD" in os.environ:
++ fc.write('\0\0\0\0')
++ else:
++ wr_long(fc, timestamp)
++ marshal.dump(codeobject, fc)
++ fc.flush()
++ fc.seek(0, 0)
++ fc.write(MAGIC)
++ os.rename(path_tmp, cfile)
++ except OSError:
++ try:
++ os.unlink(path_tmp)
++ except OSError:
++ pass
++ raise
+
+ def main(args=None):
+ """Compile several source files.
+diff --git a/Python/import.c b/Python/import.c
+index 1e31d79279..f78a1efcf0 100644
+--- a/Python/import.c
++++ b/Python/import.c
+@@ -951,6 +951,8 @@ static void
+ write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, time_t mtime)
+ {
+ FILE *fp;
++ size_t cpathname_len;
++ char *cpathname_tmp;
+ #ifdef MS_WINDOWS /* since Windows uses different permissions */
+ mode_t mode = srcstat->st_mode & ~S_IEXEC;
+ /* Issue #6074: We ensure user write access, so we can delete it later
+@@ -963,11 +965,28 @@ write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, t
+ mode_t mode = srcstat->st_mode & ~S_IXUSR & ~S_IXGRP & ~S_IXOTH;
+ #endif
+
++#ifdef MS_WINDOWS
+ fp = open_exclusive(cpathname, mode);
++#else
++ /* Under POSIX, we first write to a tmp file and then take advantage
++ of atomic renaming. */
++ cpathname_len = strlen(cpathname);
++ cpathname_tmp = PyMem_MALLOC(cpathname_len + 5);
++ if (cpathname_tmp == NULL) {
++ PyErr_Clear();
++ return;
++ }
++ memcpy(cpathname_tmp, cpathname, cpathname_len);
++ memcpy(cpathname_tmp + cpathname_len, ".tmp", 5);
++ fp = open_exclusive(cpathname_tmp, mode);
++#endif
+ if (fp == NULL) {
+ if (Py_VerboseFlag)
+ PySys_WriteStderr(
+ "# can't create %s\n", cpathname);
++#ifndef MS_WINDOWS
++ PyMem_FREE(cpathname_tmp);
++#endif
+ return;
+ }
+ PyMarshal_WriteLongToFile(pyc_magic, fp, Py_MARSHAL_VERSION);
+@@ -979,7 +998,12 @@ write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, t
+ PySys_WriteStderr("# can't write %s\n", cpathname);
+ /* Don't keep partial file */
+ fclose(fp);
++#ifdef MS_WINDOWS
+ (void) unlink(cpathname);
++#else
++ (void) unlink(cpathname_tmp);
++ PyMem_FREE(cpathname_tmp);
++#endif
+ return;
+ }
+ /* Now write the true mtime (as a 32-bit field) */
+@@ -989,6 +1013,19 @@ write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, t
+ PyMarshal_WriteLongToFile((long)mtime, fp, Py_MARSHAL_VERSION);
+ fflush(fp);
+ }
++ /* Under POSIX, do an atomic rename */
++#ifndef MS_WINDOWS
++ if (rename(cpathname_tmp, cpathname)) {
++ if (Py_VerboseFlag)
++ PySys_WriteStderr("# can't write %s\n", cpathname);
++ /* Don't keep tmp file */
++ fclose(fp);
++ (void) unlink(cpathname_tmp);
++ PyMem_FREE(cpathname_tmp);
++ return;
++ }
++ PyMem_FREE(cpathname_tmp);
++#endif
+ fclose(fp);
+ if (Py_VerboseFlag)
+ PySys_WriteStderr("# wrote %s\n", cpathname);
diff --git a/pkgs/development/interpreters/python/cpython/2.7/default.nix b/pkgs/development/interpreters/python/cpython/2.7/default.nix
index bc90d93a7e3..de980f1ca68 100644
--- a/pkgs/development/interpreters/python/cpython/2.7/default.nix
+++ b/pkgs/development/interpreters/python/cpython/2.7/default.nix
@@ -10,7 +10,6 @@
, sqlite
, tcl ? null, tk ? null, tix ? null, xlibsWrapper ? null, libX11 ? null, x11Support ? false
, zlib
-, callPackage
, self
, CF, configd, coreutils
, python-setup-hook
@@ -80,6 +79,12 @@ let
sha256 = "0l9rw6r5r90iybdkp3hhl2pf0h0s1izc68h5d3ywrm92pq32wz57";
})
+ # Fix race-condition during pyc creation. Has a slight backwards
+ # incompatible effect: pyc symlinks will now be overridden
+ # (https://bugs.python.org/issue17222). Included in python >= 3.4,
+ # backported in debian since 2013.
+ # https://bugs.python.org/issue13146
+ ./atomic_pyc.patch
] ++ optionals (x11Support && stdenv.isDarwin) [
./use-correct-tcl-tk-on-darwin.patch
] ++ optionals stdenv.isLinux [
@@ -251,6 +256,11 @@ in with passthru; stdenv.mkDerivation ({
inherit passthru;
+ postFixup = ''
+ # Include a sitecustomize.py file. Note it causes an error when it's in postInstall with 2.7.
+ cp ${../../sitecustomize.py} $out/${sitePackages}/sitecustomize.py
+ '';
+
enableParallelBuilding = true;
doCheck = false; # expensive, and fails
diff --git a/pkgs/development/interpreters/python/cpython/3.7/python-3.x-distutils-C++.patch b/pkgs/development/interpreters/python/cpython/3.7/python-3.x-distutils-C++.patch
index ceb6047d31d..243313f7654 100644
--- a/pkgs/development/interpreters/python/cpython/3.7/python-3.x-distutils-C++.patch
+++ b/pkgs/development/interpreters/python/cpython/3.7/python-3.x-distutils-C++.patch
@@ -83,8 +83,8 @@
_osx_support.customize_compiler(_config_vars)
_config_vars['CUSTOMIZED_OSX_COMPILER'] = 'True'
-- (cc, cxx, opt, cflags, ccshared, ldshared, shlib_suffix, ar, ar_flags) = \
-- get_config_vars('CC', 'CXX', 'OPT', 'CFLAGS',
+- (cc, cxx, cflags, ccshared, ldshared, shlib_suffix, ar, ar_flags) = \
+- get_config_vars('CC', 'CXX', 'CFLAGS',
- 'CCSHARED', 'LDSHARED', 'SHLIB_SUFFIX', 'AR', 'ARFLAGS')
+ (cc, cxx, cflags, ccshared, ldshared, ldcxxshared, shlib_suffix, ar, ar_flags) = \
+ get_config_vars('CC', 'CXX', 'CFLAGS', 'CCSHARED', 'LDSHARED', 'LDCXXSHARED',
@@ -108,7 +108,7 @@
ldshared = ldshared + ' ' + os.environ['LDFLAGS']
+ ldcxxshared = ldcxxshared + ' ' + os.environ['LDFLAGS']
if 'CFLAGS' in os.environ:
-- cflags = opt + ' ' + os.environ['CFLAGS']
+- cflags = cflags + ' ' + os.environ['CFLAGS']
+ cflags = os.environ['CFLAGS']
ldshared = ldshared + ' ' + os.environ['CFLAGS']
+ if 'CXXFLAGS' in os.environ:
diff --git a/pkgs/development/interpreters/python/cpython/3.8/no-ldconfig.patch b/pkgs/development/interpreters/python/cpython/3.8/no-ldconfig.patch
new file mode 100644
index 00000000000..a1f9d68eb16
--- /dev/null
+++ b/pkgs/development/interpreters/python/cpython/3.8/no-ldconfig.patch
@@ -0,0 +1,100 @@
+From 597e73f2a4b2f0b508127931b36d5540d6941823 Mon Sep 17 00:00:00 2001
+From: Frederik Rietdijk
+Date: Mon, 28 Aug 2017 09:24:06 +0200
+Subject: [PATCH] Don't use ldconfig
+
+---
+ Lib/ctypes/util.py | 70 ++----------------------------------------------------
+ 1 file changed, 2 insertions(+), 68 deletions(-)
+
+diff --git a/Lib/ctypes/util.py b/Lib/ctypes/util.py
+index 5e8b31a854..7b45ce6c15 100644
+--- a/Lib/ctypes/util.py
++++ b/Lib/ctypes/util.py
+@@ -94,46 +94,7 @@ elif os.name == "posix":
+ import re, tempfile
+
+ def _findLib_gcc(name):
+- # Run GCC's linker with the -t (aka --trace) option and examine the
+- # library name it prints out. The GCC command will fail because we
+- # haven't supplied a proper program with main(), but that does not
+- # matter.
+- expr = os.fsencode(r'[^\(\)\s]*lib%s\.[^\(\)\s]*' % re.escape(name))
+-
+- c_compiler = shutil.which('gcc')
+- if not c_compiler:
+- c_compiler = shutil.which('cc')
+- if not c_compiler:
+- # No C compiler available, give up
+- return None
+-
+- temp = tempfile.NamedTemporaryFile()
+- try:
+- args = [c_compiler, '-Wl,-t', '-o', temp.name, '-l' + name]
+-
+- env = dict(os.environ)
+- env['LC_ALL'] = 'C'
+- env['LANG'] = 'C'
+- try:
+- proc = subprocess.Popen(args,
+- stdout=subprocess.PIPE,
+- stderr=subprocess.STDOUT,
+- env=env)
+- except OSError: # E.g. bad executable
+- return None
+- with proc:
+- trace = proc.stdout.read()
+- finally:
+- try:
+- temp.close()
+- except FileNotFoundError:
+- # Raised if the file was already removed, which is the normal
+- # behaviour of GCC if linking fails
+- pass
+- res = re.search(expr, trace)
+- if not res:
+- return None
+- return os.fsdecode(res.group(0))
++ return None
+
+
+ if sys.platform == "sunos5":
+@@ -255,34 +216,7 @@ elif os.name == "posix":
+ else:
+
+ def _findSoname_ldconfig(name):
+- import struct
+- if struct.calcsize('l') == 4:
+- machine = os.uname().machine + '-32'
+- else:
+- machine = os.uname().machine + '-64'
+- mach_map = {
+- 'x86_64-64': 'libc6,x86-64',
+- 'ppc64-64': 'libc6,64bit',
+- 'sparc64-64': 'libc6,64bit',
+- 's390x-64': 'libc6,64bit',
+- 'ia64-64': 'libc6,IA-64',
+- }
+- abi_type = mach_map.get(machine, 'libc6')
+-
+- # XXX assuming GLIBC's ldconfig (with option -p)
+- regex = r'\s+(lib%s\.[^\s]+)\s+\(%s'
+- regex = os.fsencode(regex % (re.escape(name), abi_type))
+- try:
+- with subprocess.Popen(['/sbin/ldconfig', '-p'],
+- stdin=subprocess.DEVNULL,
+- stderr=subprocess.DEVNULL,
+- stdout=subprocess.PIPE,
+- env={'LC_ALL': 'C', 'LANG': 'C'}) as p:
+- res = re.search(regex, p.stdout.read())
+- if res:
+- return os.fsdecode(res.group(1))
+- except OSError:
+- pass
++ return None
+
+ def _findLib_ld(name):
+ # See issue #9998 for why this is needed
+--
+2.15.0
+
diff --git a/pkgs/development/interpreters/python/cpython/default.nix b/pkgs/development/interpreters/python/cpython/default.nix
index 60ea3bdf4c7..7561fdad785 100644
--- a/pkgs/development/interpreters/python/cpython/default.nix
+++ b/pkgs/development/interpreters/python/cpython/default.nix
@@ -10,7 +10,6 @@
, sqlite
, tcl ? null, tk ? null, tix ? null, libX11 ? null, xorgproto ? null, x11Support ? false
, zlib
-, callPackage
, self
, CF, configd
, python-setup-hook
@@ -22,6 +21,12 @@
, sha256
, passthruFun
, bash
+, stripConfig ? false
+, stripIdlelib ? false
+, stripTests ? false
+, stripTkinter ? false
+, rebuildBytecode ? true
+, stripBytecode ? false
}:
assert x11Support -> tcl != null
@@ -135,6 +140,7 @@ in with passthru; stdenv.mkDerivation {
"--without-ensurepip"
"--with-system-expat"
"--with-system-ffi"
+ ] ++ optionals (openssl != null) [
"--with-openssl=${openssl.dev}"
] ++ optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
"ac_cv_buggy_getaddrinfo=no"
@@ -222,6 +228,21 @@ in with passthru; stdenv.mkDerivation {
find $out/lib/python*/config-* -type f -print -exec nuke-refs -e $out '{}' +
find $out/lib -name '_sysconfigdata*.py*' -print -exec nuke-refs -e $out '{}' +
+ '' + optionalString stripConfig ''
+ rm -R $out/bin/python*-config $out/lib/python*/config-*
+ '' + optionalString stripIdlelib ''
+ # Strip IDLE (and turtledemo, which uses it)
+ rm -R $out/bin/idle* $out/lib/python*/{idlelib,turtledemo}
+ '' + optionalString stripTkinter ''
+ rm -R $out/lib/python*/tkinter
+ '' + optionalString stripTests ''
+ # Strip tests
+ rm -R $out/lib/python*/test $out/lib/python*/**/test{,s}
+ '' + ''
+ # Include a sitecustomize.py file
+ cp ${../sitecustomize.py} $out/${sitePackages}/sitecustomize.py
+ '' + optionalString rebuildBytecode ''
+
# Determinism: rebuild all bytecode
# We exclude lib2to3 because that's Python 2 code which fails
# We rebuild three times, once for each optimization level
@@ -230,6 +251,8 @@ in with passthru; stdenv.mkDerivation {
find $out -name "*.py" | ${pythonForBuildInterpreter} -m compileall -q -f -x "lib2to3" -i -
find $out -name "*.py" | ${pythonForBuildInterpreter} -O -m compileall -q -f -x "lib2to3" -i -
find $out -name "*.py" | ${pythonForBuildInterpreter} -OO -m compileall -q -f -x "lib2to3" -i -
+ '' + optionalString stripBytecode ''
+ find $out -type d -name __pycache__ -print0 | xargs -0 -I {} rm -rf "{}"
'';
preFixup = stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) ''
@@ -239,9 +262,9 @@ in with passthru; stdenv.mkDerivation {
# Enforce that we don't have references to the OpenSSL -dev package, which we
# explicitly specify in our configure flags above.
- disallowedReferences = [
- openssl.dev
- ] ++ stdenv.lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
+ disallowedReferences =
+ stdenv.lib.optionals (openssl != null) [ openssl.dev ]
+ ++ stdenv.lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
# Ensure we don't have references to build-time packages.
# These typically end up in shebangs.
pythonForBuild buildPackages.bash
diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix
index 119c0a2728b..bab7a047b15 100644
--- a/pkgs/development/interpreters/python/default.nix
+++ b/pkgs/development/interpreters/python/default.nix
@@ -77,10 +77,10 @@ in {
sourceVersion = {
major = "3";
minor = "6";
- patch = "8";
+ patch = "9";
suffix = "";
};
- sha256 = "14qi6n5gpcjnwy165wi9hkfcmbadc95ny6bxxldknxwmx50n4i1m";
+ sha256 = "1nkh70azbv866aw5a9bbxsxarsf40233vrzpjq17z3rz9ramybsy";
inherit (darwin) CF configd;
inherit passthruFun;
};
@@ -90,37 +90,82 @@ in {
sourceVersion = {
major = "3";
minor = "7";
- patch = "3";
+ patch = "4";
suffix = "";
};
- sha256 = "066ka8csjwkycqpgyv424d8hhqhfd7r6svsp4sfcvkylci0baq6s";
+ sha256 = "0gxiv5617zd7dnqm5k9r4q2188lk327nf9jznwq9j6b8p0s92ygv";
inherit (darwin) CF configd;
inherit passthruFun;
};
+ python38 = callPackage ./cpython {
+ self = python38;
+ sourceVersion = {
+ major = "3";
+ minor = "8";
+ patch = "0";
+ suffix = "b3";
+ };
+ sha256 = "03wq85pkpr9j56k3zg6whahc5park1pzshbakl7y50lzrkpq2ynd";
+ inherit (darwin) CF configd;
+ inherit passthruFun;
+ };
+
+ # Minimal versions of Python (built without optional dependencies)
+ python3Minimal = (callPackage ./cpython {
+ self = python3Minimal;
+ sourceVersion = {
+ major = "3";
+ minor = "7";
+ patch = "4";
+ suffix = "";
+ };
+ sha256 = "0gxiv5617zd7dnqm5k9r4q2188lk327nf9jznwq9j6b8p0s92ygv";
+ inherit (darwin) CF configd;
+ inherit passthruFun;
+
+ # strip down that python version as much as possible
+ openssl = null;
+ readline = null;
+ ncurses = null;
+ gdbm = null;
+ sqlite = null;
+ stripConfig = true;
+ stripIdlelib = true;
+ stripTests = true;
+ stripTkinter = true;
+ rebuildBytecode = false;
+ stripBytecode = true;
+ }).overrideAttrs(old: {
+ pname = "python3-minimal";
+ meta = old.meta // {
+ maintainers = [];
+ };
+ });
+
pypy27 = callPackage ./pypy {
self = pypy27;
sourceVersion = {
major = "7";
- minor = "0";
- patch = "0";
+ minor = "1";
+ patch = "1";
};
- sha256 = "1m6ja79sbkl38p1hs7c0n4kq5xzn01wp7wl5456hsw9q6cwg6894";
+ sha256 = "0yq6ln1ic476sasp8zs4mg5i9524l1p96qwanp486rr1yza1grlg";
pythonVersion = "2.7";
db = db.override { dbmSupport = true; };
python = python27;
inherit passthruFun;
};
- pypy35 = callPackage ./pypy {
- self = pypy35;
+ pypy36 = callPackage ./pypy {
+ self = pypy36;
sourceVersion = {
major = "7";
- minor = "0";
- patch = "0";
+ minor = "1";
+ patch = "1";
};
- sha256 = "0hbv9ziv8n9lqnr6cndrw70p6g40c00w1ds7lmzgrr153myxkp7w";
- pythonVersion = "3.5";
+ sha256 = "1hqvnran7d2dzj5555n7q680dyzhmbklz04pvkxgb5j604v7kkx1";
+ pythonVersion = "3.6";
db = db.override { dbmSupport = true; };
python = python27;
inherit passthruFun;
@@ -130,26 +175,26 @@ in {
# Not included at top-level
self = pythonInterpreters.pypy27_prebuilt;
sourceVersion = {
- major = "6";
- minor = "0";
- patch = "0";
+ major = "7";
+ minor = "1";
+ patch = "1";
};
- sha256 = "0rxgnp3fm18b87ln8bbjr13g2fsf4ka4abkaim6m03y9lwmr9gvc"; # linux64
+ sha256 = "0rlx4x9xy9h989w6sy4h7lknm00956r30c5gjxwsvf8fhvq9xc3k"; # linux64
pythonVersion = "2.7";
inherit passthruFun;
ncurses = ncurses5;
};
- pypy35_prebuilt = callPackage ./pypy/prebuilt.nix {
- # Not included at top-level
- self = pythonInterpreters.pypy35_prebuilt;
+ pypy36_prebuilt = callPackage ./pypy/prebuilt.nix {
+ # Not included at top-level
+ self = pythonInterpreters.pypy36_prebuilt;
sourceVersion = {
- major = "6";
- minor = "0";
- patch = "0";
+ major = "7";
+ minor = "1";
+ patch = "1";
};
- sha256 = "0j3h08s7wpglghasmym3baycpif5jshvmk9rpav4pwwy5clzmzsc"; # linux64
- pythonVersion = "3.5";
+ sha256 = "1c1xx6dm1n4xvh1vd3rcvyyixm5jm9rvzisji1a5bc9l38xzc540"; # linux64
+ pythonVersion = "3.6";
inherit passthruFun;
ncurses = ncurses5;
};
diff --git a/pkgs/development/interpreters/python/fetchpypi.nix b/pkgs/development/interpreters/python/fetchpypi.nix
new file mode 100644
index 00000000000..e60c9df1f8b
--- /dev/null
+++ b/pkgs/development/interpreters/python/fetchpypi.nix
@@ -0,0 +1,28 @@
+# `fetchPypi` function for fetching artifacts from PyPI.
+{ fetchurl
+, makeOverridable
+}:
+
+let
+ computeUrl = {format ? "setuptools", ... } @attrs: let
+ computeWheelUrl = {pname, version, python ? "py2.py3", abi ? "none", platform ? "any"}:
+ # Fetch a wheel. By default we fetch an universal wheel.
+ # See https://www.python.org/dev/peps/pep-0427/#file-name-convention for details regarding the optional arguments.
+ "https://files.pythonhosted.org/packages/${python}/${builtins.substring 0 1 pname}/${pname}/${pname}-${version}-${python}-${abi}-${platform}.whl";
+
+ computeSourceUrl = {pname, version, extension ? "tar.gz"}:
+ # Fetch a source tarball.
+ "mirror://pypi/${builtins.substring 0 1 pname}/${pname}/${pname}-${version}.${extension}";
+
+ compute = (if format == "wheel" then computeWheelUrl
+ else if format == "setuptools" then computeSourceUrl
+ else throw "Unsupported format ${format}");
+
+ in compute (builtins.removeAttrs attrs ["format"]);
+
+in makeOverridable( {format ? "setuptools", sha256 ? "", hash ? "", ... } @attrs:
+ let
+ url = computeUrl (builtins.removeAttrs attrs ["sha256" "hash"]) ;
+ in fetchurl {
+ inherit url sha256 hash;
+ })
diff --git a/pkgs/development/interpreters/python/mk-python-derivation.nix b/pkgs/development/interpreters/python/mk-python-derivation.nix
index b3561bcbb72..6a9e3d48bdb 100644
--- a/pkgs/development/interpreters/python/mk-python-derivation.nix
+++ b/pkgs/development/interpreters/python/mk-python-derivation.nix
@@ -10,7 +10,6 @@
# Whether the derivation provides a Python module or not.
, toPythonModule
, namePrefix
-, writeScript
, update-python-libraries
}:
diff --git a/pkgs/development/interpreters/python/pypy/default.nix b/pkgs/development/interpreters/python/pypy/default.nix
index 3cdc30b9234..3e86ddef4ed 100644
--- a/pkgs/development/interpreters/python/pypy/default.nix
+++ b/pkgs/development/interpreters/python/pypy/default.nix
@@ -1,7 +1,7 @@
{ stdenv, substituteAll, fetchurl
, zlib ? null, zlibSupport ? true, bzip2, pkgconfig, libffi
-, sqlite, openssl, ncurses, python, expat, tcl, tk, tix, xlibsWrapper, libX11
-, callPackage, self, gdbm, db, lzma
+, sqlite, openssl_1_0_2, ncurses, python, expat, tcl, tk, tix, xlibsWrapper, libX11
+, self, gdbm, db, lzma
, python-setup-hook
# For the Python package set
, packageOverrides ? (self: super: {})
@@ -40,7 +40,7 @@ in with passthru; stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
- bzip2 openssl pythonForPypy libffi ncurses expat sqlite tk tcl xlibsWrapper libX11 gdbm db
+ bzip2 openssl_1_0_2 pythonForPypy libffi ncurses expat sqlite tk tcl xlibsWrapper libX11 gdbm db
] ++ optionals isPy3k [
lzma
] ++ optionals (stdenv ? cc && stdenv.cc.libc != null) [
@@ -88,7 +88,9 @@ in with passthru; stdenv.mkDerivation rec {
setupHook = python-setup-hook sitePackages;
- doCheck = true;
+ # TODO: A bunch of tests are failing as of 7.1.1, please feel free to
+ # fix and re-enable if you have the patience and tenacity.
+ doCheck = false;
checkPhase = let
disabledTests = [
# disable shutils because it assumes gid 0 exists
@@ -137,6 +139,9 @@ in with passthru; stdenv.mkDerivation rec {
# Python on Nix is not manylinux1 compatible. https://github.com/NixOS/nixpkgs/issues/18484
echo "manylinux1_compatible=False" >> $out/lib/${libPrefix}/_manylinux.py
+
+ # Include a sitecustomize.py file
+ cp ${../sitecustomize.py} $out/lib/${libPrefix}/${sitePackages}/sitecustomize.py
'';
inherit passthru;
@@ -146,7 +151,7 @@ in with passthru; stdenv.mkDerivation rec {
homepage = http://pypy.org/;
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
license = licenses.mit;
- platforms = [ "i686-linux" "x86_64-linux" ];
+ platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ andersk ];
};
}
diff --git a/pkgs/development/interpreters/python/pypy/prebuilt.nix b/pkgs/development/interpreters/python/pypy/prebuilt.nix
index 552f230ee71..af933f0a4bd 100644
--- a/pkgs/development/interpreters/python/pypy/prebuilt.nix
+++ b/pkgs/development/interpreters/python/pypy/prebuilt.nix
@@ -41,8 +41,6 @@ let
majorVersion = substring 0 1 pythonVersion;
- setupHook = python-setup-hook sitePackages;
-
deps = [
bzip2
zlib
@@ -58,7 +56,7 @@ in with passthru; stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
- url= "https://bitbucket.org/pypy/pypy/downloads/pypy${majorVersion}-v${version}-linux64.tar.bz2";
+ url = "https://bitbucket.org/pypy/pypy/downloads/pypy${pythonVersion}-v${version}-linux64.tar.bz2";
inherit sha256;
};
@@ -86,6 +84,10 @@ in with passthru; stdenv.mkDerivation {
echo "Removing bytecode"
find . -name "__pycache__" -type d -depth -exec rm -rf {} \;
popd
+
+ # Include a sitecustomize.py file
+ cp ${../sitecustomize.py} $out/${sitePackages}/sitecustomize.py
+
'';
doInstallCheck = true;
@@ -121,4 +123,4 @@ in with passthru; stdenv.mkDerivation {
platforms = [ "x86_64-linux" ];
};
-}
\ No newline at end of file
+}
diff --git a/pkgs/development/interpreters/python/sitecustomize.py b/pkgs/development/interpreters/python/sitecustomize.py
new file mode 100644
index 00000000000..e03b244dbc0
--- /dev/null
+++ b/pkgs/development/interpreters/python/sitecustomize.py
@@ -0,0 +1,26 @@
+"""
+This is a Nix-specific module for discovering modules built with Nix.
+
+The module recursively adds paths that are on `NIX_PYTHONPATH` to `sys.path`. In
+order to process possible `.pth` files `site.addsitedir` is used.
+
+The paths listed in `PYTHONPATH` are added to `sys.path` afterwards, but they
+will be added before the entries we add here and thus take precedence.
+
+Note the `NIX_PYTHONPATH` environment variable is unset in order to prevent leakage.
+
+Similarly, this module listens to the environment variable `NIX_PYTHONEXECUTABLE`
+and sets `sys.executable` to its value.
+"""
+import site
+import sys
+import os
+import functools
+
+paths = os.environ.pop('NIX_PYTHONPATH', None)
+if paths:
+ functools.reduce(lambda k, p: site.addsitedir(p, k), paths.split(':'), site._init_pathinfo())
+
+executable = os.environ.pop('NIX_PYTHONEXECUTABLE', None)
+if 'PYTHONEXECUTABLE' not in os.environ and executable:
+ sys.executable = executable
diff --git a/pkgs/development/interpreters/python/wrapper.nix b/pkgs/development/interpreters/python/wrapper.nix
index 5a2ec567b9e..b437584024f 100644
--- a/pkgs/development/interpreters/python/wrapper.nix
+++ b/pkgs/development/interpreters/python/wrapper.nix
@@ -13,6 +13,8 @@
let
env = let
paths = requiredPythonModules (extraLibs ++ [ python ] ) ;
+ pythonPath = "${placeholder "out"}/${python.sitePackages}";
+ pythonExecutable = "${placeholder "out"}/bin/${python.executable}";
in buildEnv {
name = "${python.name}-env";
@@ -35,7 +37,7 @@ let
if [ -f "$prg" ]; then
rm -f "$out/bin/$prg"
if [ -x "$prg" ]; then
- makeWrapper "$path/bin/$prg" "$out/bin/$prg" --set PYTHONHOME "$out" ${if permitUserSite then "" else ''--set PYTHONNOUSERSITE "true"''} ${stdenv.lib.concatStringsSep " " makeWrapperArgs}
+ makeWrapper "$path/bin/$prg" "$out/bin/$prg" --set NIX_PYTHONEXECUTABLE ${pythonExecutable} --set NIX_PYTHONPATH ${pythonPath} ${if permitUserSite then "" else ''--set PYTHONNOUSERSITE "true"''} ${stdenv.lib.concatStringsSep " " makeWrapperArgs}
fi
fi
done
diff --git a/pkgs/development/interpreters/racket/default.nix b/pkgs/development/interpreters/racket/default.nix
index c2147fb5f6a..e37c43a0bd6 100644
--- a/pkgs/development/interpreters/racket/default.nix
+++ b/pkgs/development/interpreters/racket/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, makeFontsConf, makeWrapper
+{ stdenv, fetchurl, makeFontsConf
, cacert
, cairo, coreutils, fontconfig, freefont_ttf
, glib, gmp
diff --git a/pkgs/development/interpreters/rascal/default.nix b/pkgs/development/interpreters/rascal/default.nix
index 25e125b9af6..22eee0f6ead 100644
--- a/pkgs/development/interpreters/rascal/default.nix
+++ b/pkgs/development/interpreters/rascal/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ makeWrapper jdk ];
- unpackPhase = "true";
+ dontUnpack = true;
installPhase =
''
diff --git a/pkgs/development/interpreters/renpy/default.nix b/pkgs/development/interpreters/renpy/default.nix
index 16434837dd1..f438e9fb13c 100644
--- a/pkgs/development/interpreters/renpy/default.nix
+++ b/pkgs/development/interpreters/renpy/default.nix
@@ -7,7 +7,7 @@ with pythonPackages;
stdenv.mkDerivation rec {
name = "renpy-${version}";
- version = "7.2.2";
+ version = "7.3.2";
meta = with stdenv.lib; {
description = "Ren'Py Visual Novel Engine";
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://www.renpy.org/dl/${version}/renpy-${version}-source.tar.bz2";
- sha256 = "0b8pky0npi4gw59cnjicyrc9q1x2zsxa7x68y74dbgjg9r0dgkd7";
+ sha256 = "1i7s9s8invsm5bavw2jlk965pb5h5vgwyk1nhw0z1d22spmj4a4m";
};
patches = [
diff --git a/pkgs/development/interpreters/ruby/default.nix b/pkgs/development/interpreters/ruby/default.nix
index e6c8a123041..4e617ce67eb 100644
--- a/pkgs/development/interpreters/ruby/default.nix
+++ b/pkgs/development/interpreters/ruby/default.nix
@@ -1,5 +1,5 @@
{ stdenv, buildPackages, lib
-, fetchurl, fetchpatch, fetchFromSavannah, fetchFromGitHub
+, fetchurl, fetchFromSavannah, fetchFromGitHub
, zlib, openssl, gdbm, ncurses, readline, groff, libyaml, libffi, autoreconfHook, bison
, autoconf, libiconv, libobjc, libunwind, Foundation
, buildEnv, bundler, bundix
@@ -11,7 +11,7 @@ let
opString = lib.optionalString;
patchSet = import ./rvm-patchsets.nix { inherit fetchFromGitHub; };
config = import ./config.nix { inherit fetchFromSavannah; };
- rubygems = import ./rubygems { inherit stdenv lib fetchurl fetchpatch; };
+ rubygems = import ./rubygems { inherit stdenv lib fetchurl; };
# Contains the ruby version heuristics
rubyVersion = import ./ruby-version.nix { inherit lib; };
@@ -32,7 +32,7 @@ let
};
self = lib.makeOverridable (
{ stdenv, buildPackages, lib
- , fetchurl, fetchpatch, fetchFromSavannah, fetchFromGitHub
+ , fetchurl, fetchFromSavannah, fetchFromGitHub
, useRailsExpress ? true
, zlib, zlibSupport ? true
, openssl, opensslSupport ? true
diff --git a/pkgs/development/interpreters/ruby/rubygems/default.nix b/pkgs/development/interpreters/ruby/rubygems/default.nix
index db28cbe28fa..b9548284355 100644
--- a/pkgs/development/interpreters/ruby/rubygems/default.nix
+++ b/pkgs/development/interpreters/ruby/rubygems/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchurl, fetchpatch }:
+{ stdenv, lib, fetchurl }:
stdenv.mkDerivation rec {
name = "rubygems";
diff --git a/pkgs/development/interpreters/spidermonkey/38.nix b/pkgs/development/interpreters/spidermonkey/38.nix
index d48cf841b04..2c45ba58976 100644
--- a/pkgs/development/interpreters/spidermonkey/38.nix
+++ b/pkgs/development/interpreters/spidermonkey/38.nix
@@ -1,6 +1,8 @@
-{ stdenv, fetchurl, pkgconfig, gnused_422, perl, python2, zip, libffi, readline, icu, zlib, nspr
+{ stdenv, fetchurl, pkgconfig, gnused_422, perl, python2, zip, libffi, readline, icu, zlib, buildPackages
, libobjc }:
+with stdenv.lib;
+
stdenv.mkDerivation rec {
version = "38.8.0";
name = "spidermonkey-${version}";
@@ -10,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "10lrync6cxnjlnadc0j3vg8r2dq9b3wwanw8qj1h6ncxwb7asxcl";
};
- buildInputs = [ libffi readline icu zlib nspr ]
+ buildInputs = [ libffi readline icu zlib ]
++ stdenv.lib.optional stdenv.isDarwin libobjc;
nativeBuildInputs = [ pkgconfig perl python2 zip gnused_422 ];
@@ -19,13 +21,13 @@ stdenv.mkDerivation rec {
preConfigure = ''
export CXXFLAGS="-fpermissive"
export LIBXUL_DIST=$out
- export PYTHON="${python2.interpreter}"
+ export PYTHON="${buildPackages.python2.interpreter}"
'';
configureFlags = [
"--enable-threadsafe"
"--with-system-ffi"
- "--with-system-nspr"
+ "--enable-posix-nspr-emulation"
"--with-system-zlib"
"--with-system-icu"
"--enable-readline"
@@ -34,8 +36,17 @@ stdenv.mkDerivation rec {
# not be good defaults for other uses.
"--enable-gcgenerational"
"--enable-shared-js"
+ ] ++ optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
+ # Spidermonkey seems to use different host/build terminology for cross
+ # compilation here.
+ "--host=${stdenv.buildPlatform.config}"
+ "--target=${stdenv.hostPlatform.config}"
];
+ configurePlatforms = [];
+
+ depsBuildBuild = [ buildPackages.stdenv.cc ];
+
# This addresses some build system bug. It's quite likely to be safe
# to re-enable parallel builds if the source revision changes.
enableParallelBuilding = true;
diff --git a/pkgs/development/interpreters/spidermonkey/52.nix b/pkgs/development/interpreters/spidermonkey/52.nix
index feac99b2d8e..2ec5923b0e1 100644
--- a/pkgs/development/interpreters/spidermonkey/52.nix
+++ b/pkgs/development/interpreters/spidermonkey/52.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, autoconf213, pkgconfig, perl, python2, zip, which, readline, icu, zlib, nspr, buildPackages }:
+{ stdenv, fetchurl, fetchpatch, autoconf213, pkgconfig, perl, zip, which, readline, icu, zlib, nspr, buildPackages }:
let
version = "52.9.0";
diff --git a/pkgs/development/interpreters/spidermonkey/60.nix b/pkgs/development/interpreters/spidermonkey/60.nix
index 1dfaf9a2286..518fc5f77b7 100644
--- a/pkgs/development/interpreters/spidermonkey/60.nix
+++ b/pkgs/development/interpreters/spidermonkey/60.nix
@@ -1,6 +1,8 @@
-{ stdenv, fetchurl, fetchpatch, autoconf213, pkgconfig, perl, python2, zip
+{ stdenv, fetchurl, fetchpatch, autoconf213, pkgconfig, perl, python2, zip, buildPackages
, which, readline, zlib, icu }:
+with stdenv.lib;
+
let
version = "60.4.0";
in stdenv.mkDerivation rec {
@@ -24,7 +26,7 @@ in stdenv.mkDerivation rec {
preConfigure = ''
export CXXFLAGS="-fpermissive"
export LIBXUL_DIST=$out
- export PYTHON="${python2.interpreter}"
+ export PYTHON="${buildPackages.python2.interpreter}"
# We can't build in js/src/, so create a build dir
mkdir obj
@@ -45,8 +47,17 @@ in stdenv.mkDerivation rec {
# https://src.fedoraproject.org/rpms/mozjs38/c/761399aba092bcb1299bb4fccfd60f370ab4216e
"--enable-optimize"
"--enable-release"
+ ] ++ optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
+ # Spidermonkey seems to use different host/build terminology for cross
+ # compilation here.
+ "--host=${stdenv.buildPlatform.config}"
+ "--target=${stdenv.hostPlatform.config}"
];
+ configurePlatforms = [];
+
+ depsBuildBuild = [ buildPackages.stdenv.cc ];
+
# Remove unnecessary static lib
preFixup = ''
rm $out/lib/libjs_static.ajs
diff --git a/pkgs/development/interpreters/supercollider/default.nix b/pkgs/development/interpreters/supercollider/default.nix
index c16b57dcb9c..057375182f5 100644
--- a/pkgs/development/interpreters/supercollider/default.nix
+++ b/pkgs/development/interpreters/supercollider/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, cmake, pkgconfig, alsaLib
, libjack2, libsndfile, fftw, curl, gcc
-, libXt, qtbase, qttools, qtwebkit, readline
-, useSCEL ? false, emacs
+, libXt, qtbase, qttools, qtwebengine
+, readline, qtwebsockets, useSCEL ? false, emacs
}:
let optional = stdenv.lib.optional;
@@ -9,12 +9,12 @@ in
stdenv.mkDerivation rec {
name = "supercollider-${version}";
- version = "3.9.3";
+ version = "3.10.2";
src = fetchurl {
url = "https://github.com/supercollider/supercollider/releases/download/Version-${version}/SuperCollider-${version}-Source-linux.tar.bz2";
- sha256 = "1d8ixfl100jvlialxdizp8wqsl1mp5pi2bam25vp97bhjd59cfdr";
+ sha256 = "0ynz1ydcpsd5h57h1n4a7avm6p1cif5a8rkmz4qpr46pr8z9p6iq";
};
hardeningDisable = [ "stackprotector" ];
@@ -27,14 +27,15 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig qttools ];
buildInputs = [
- gcc libjack2 libsndfile fftw curl libXt qtbase qtwebkit readline ]
+ gcc libjack2 libsndfile fftw curl libXt qtbase qtwebengine qtwebsockets readline ]
++ optional (!stdenv.isDarwin) alsaLib
++ optional useSCEL emacs;
- meta = {
+ meta = with stdenv.lib; {
description = "Programming language for real time audio synthesis";
homepage = http://supercollider.sourceforge.net/;
- license = stdenv.lib.licenses.gpl3Plus;
+ maintainers = with maintainers; [ mrmebelman ];
+ license = licenses.gpl3;
platforms = [ "x686-linux" "x86_64-linux" ];
};
}
diff --git a/pkgs/development/interpreters/wasmtime/cargo-lock.patch b/pkgs/development/interpreters/wasmtime/cargo-lock.patch
index be5bd0ab3d3..85479886570 100644
--- a/pkgs/development/interpreters/wasmtime/cargo-lock.patch
+++ b/pkgs/development/interpreters/wasmtime/cargo-lock.patch
@@ -1,9 +1,11 @@
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
-index 0000000..f702de1
+index 0000000..b961a31
--- /dev/null
+++ b/Cargo.lock
-@@ -0,0 +1,1475 @@
+@@ -0,0 +1,1608 @@
++# This file is automatically @generated by Cargo.
++# It is not intended for manual editing.
+[[package]]
+name = "aho-corasick"
+version = "0.7.3"
@@ -33,27 +35,26 @@ index 0000000..f702de1
+version = "0.2.11"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "autocfg"
-+version = "0.1.2"
++version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "backtrace"
-+version = "0.3.15"
++version = "0.3.30"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
++ "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -61,35 +62,35 @@ index 0000000..f702de1
+version = "0.1.28"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "bindgen"
-+version = "0.49.0"
++version = "0.49.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "clang-sys 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
++ "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
++ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
++ "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "bitflags"
-+version = "1.0.4"
++version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
@@ -110,7 +111,7 @@ index 0000000..f702de1
+version = "0.9.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -120,7 +121,7 @@ index 0000000..f702de1
+
+[[package]]
+name = "cc"
-+version = "1.0.35"
++version = "1.0.37"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
@@ -133,7 +134,7 @@ index 0000000..f702de1
+
+[[package]]
+name = "cfg-if"
-+version = "0.1.7"
++version = "0.1.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
@@ -141,8 +142,8 @@ index 0000000..f702de1
+version = "0.4.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
++ "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
@@ -152,8 +153,8 @@ index 0000000..f702de1
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libloading 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -163,7 +164,7 @@ index 0000000..f702de1
+dependencies = [
+ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -175,15 +176,15 @@ index 0000000..f702de1
+version = "0.0.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "cmake"
-+version = "0.1.38"
++version = "0.1.40"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -274,7 +275,7 @@ index 0000000..f702de1
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -287,7 +288,7 @@ index 0000000..f702de1
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -296,9 +297,9 @@ index 0000000..f702de1
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "strsim 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
++ "strsim 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -306,13 +307,13 @@ index 0000000..f702de1
+version = "0.3.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
++ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
++ "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -338,8 +339,8 @@ index 0000000..f702de1
+ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -350,8 +351,8 @@ index 0000000..f702de1
+ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -360,7 +361,7 @@ index 0000000..f702de1
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
@@ -370,7 +371,7 @@ index 0000000..f702de1
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -385,8 +386,8 @@ index 0000000..f702de1
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "string-interner 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
++ "structopt 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
++ "structopt-derive 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
+ "target-lexicon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
@@ -395,7 +396,7 @@ index 0000000..f702de1
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
++ "backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
@@ -404,10 +405,10 @@ index 0000000..f702de1
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
++ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
++ "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -430,6 +431,14 @@ index 0000000..f702de1
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
++name = "fxhash"
++version = "0.2.1"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++dependencies = [
++ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
+name = "gcc"
+version = "0.3.55"
+source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -480,7 +489,7 @@ index 0000000..f702de1
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -498,14 +507,6 @@ index 0000000..f702de1
+
+[[package]]
+name = "itertools"
-+version = "0.7.11"
-+source = "registry+https://github.com/rust-lang/crates.io-index"
-+dependencies = [
-+ "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
-+]
-+
-+[[package]]
-+name = "itertools"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
@@ -514,7 +515,7 @@ index 0000000..f702de1
+
+[[package]]
+name = "itoa"
-+version = "0.4.3"
++version = "0.4.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
@@ -524,15 +525,15 @@ index 0000000..f702de1
+
+[[package]]
+name = "libc"
-+version = "0.2.51"
++version = "0.2.58"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "libloading"
-+version = "0.5.0"
++version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
@@ -563,7 +564,7 @@ index 0000000..f702de1
+version = "0.4.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -571,15 +572,7 @@ index 0000000..f702de1
+version = "0.2.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
-+]
-+
-+[[package]]
-+name = "matrixmultiply"
-+version = "0.1.15"
-+source = "registry+https://github.com/rust-lang/crates.io-index"
-+dependencies = [
-+ "rawpointer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -592,7 +585,7 @@ index 0000000..f702de1
+version = "0.6.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
@@ -615,14 +608,15 @@ index 0000000..f702de1
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
-+name = "ndarray"
-+version = "0.12.1"
++name = "nix"
++version = "0.13.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "matrixmultiply 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "num-complex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -640,35 +634,36 @@ index 0000000..f702de1
+]
+
+[[package]]
-+name = "num-complex"
-+version = "0.2.1"
-+source = "registry+https://github.com/rust-lang/crates.io-index"
-+dependencies = [
-+ "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
-+]
-+
-+[[package]]
+name = "num-integer"
-+version = "0.1.39"
++version = "0.1.41"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "num-traits"
-+version = "0.2.6"
++version = "0.2.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
++dependencies = [
++ "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
++]
+
+[[package]]
+name = "num_cpus"
+version = "1.10.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
++name = "numtoa"
++version = "0.1.0"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++
++[[package]]
+name = "owning_ref"
+version = "0.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -698,7 +693,7 @@ index 0000000..f702de1
+
+[[package]]
+name = "proc-macro2"
-+version = "0.4.27"
++version = "0.4.30"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -725,7 +720,7 @@ index 0000000..f702de1
+version = "0.6.12"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
++ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -735,12 +730,39 @@ index 0000000..f702de1
+dependencies = [
+ "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
++name = "rand"
++version = "0.6.5"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++dependencies = [
++ "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
++name = "rand_chacha"
++version = "0.1.1"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++dependencies = [
++ "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
+name = "rand_core"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -762,21 +784,72 @@ index 0000000..f702de1
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
++name = "rand_hc"
++version = "0.1.0"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++dependencies = [
++ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
++name = "rand_isaac"
++version = "0.1.1"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++dependencies = [
++ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
++name = "rand_jitter"
++version = "0.1.4"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++dependencies = [
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
++name = "rand_os"
++version = "0.1.3"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++dependencies = [
++ "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
++ "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
++name = "rand_pcg"
++version = "0.1.2"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++dependencies = [
++ "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
++name = "rand_xorshift"
++version = "0.1.1"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++dependencies = [
++ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
+name = "raw-cpuid"
+version = "6.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
++ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
-+name = "rawpointer"
-+version = "0.1.0"
-+source = "registry+https://github.com/rust-lang/crates.io-index"
-+
-+[[package]]
+name = "rayon"
+version = "1.0.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -793,11 +866,19 @@ index 0000000..f702de1
+dependencies = [
+ "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
++name = "rdrand"
++version = "0.4.0"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++dependencies = [
++ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
+name = "redox_syscall"
+version = "0.1.54"
+source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -812,7 +893,7 @@ index 0000000..f702de1
+
+[[package]]
+name = "regex"
-+version = "1.1.5"
++version = "1.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -835,15 +916,15 @@ index 0000000..f702de1
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rustc-demangle"
-+version = "0.1.14"
++version = "0.1.15"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
@@ -856,7 +937,7 @@ index 0000000..f702de1
+
+[[package]]
+name = "ryu"
-+version = "0.2.7"
++version = "0.2.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
@@ -878,9 +959,9 @@ index 0000000..f702de1
+version = "0.9.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
++ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
++ "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -898,20 +979,20 @@ index 0000000..f702de1
+
+[[package]]
+name = "serde"
-+version = "1.0.90"
++version = "1.0.92"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
++ "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "serde_derive"
-+version = "1.0.90"
++version = "1.0.92"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
++ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
++ "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -919,9 +1000,9 @@ index 0000000..f702de1
+version = "1.0.39"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
++ "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
++ "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -944,7 +1025,7 @@ index 0000000..f702de1
+version = "0.6.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
++ "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -954,51 +1035,47 @@ index 0000000..f702de1
+
+[[package]]
+name = "strsim"
-+version = "0.9.1"
++version = "0.9.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
-+dependencies = [
-+ "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "ndarray 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
-+]
+
+[[package]]
+name = "structopt"
-+version = "0.2.15"
++version = "0.2.17"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
++ "structopt-derive 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "structopt-derive"
-+version = "0.2.15"
++version = "0.2.17"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
++ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
++ "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "syn"
-+version = "0.15.31"
++version = "0.15.34"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
++ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "synstructure"
-+version = "0.10.1"
++version = "0.10.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
++ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
++ "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
@@ -1019,7 +1096,7 @@ index 0000000..f702de1
+
+[[package]]
+name = "termcolor"
-+version = "1.0.4"
++version = "1.0.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1027,10 +1104,11 @@ index 0000000..f702de1
+
+[[package]]
+name = "termion"
-+version = "1.5.1"
++version = "1.5.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
+ "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
@@ -1056,7 +1134,7 @@ index 0000000..f702de1
+version = "0.1.42"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+ "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
@@ -1081,7 +1159,7 @@ index 0000000..f702de1
+
+[[package]]
+name = "unicode-segmentation"
-+version = "1.2.1"
++version = "1.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
@@ -1118,12 +1196,17 @@ index 0000000..f702de1
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
++name = "void"
++version = "1.0.2"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++
++[[package]]
+name = "wabt"
+version = "0.7.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
++ "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
++ "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
+ "wabt-sys 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
+]
@@ -1133,12 +1216,35 @@ index 0000000..f702de1
+version = "0.5.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
-+ "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cmake 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
++name = "wasi-common"
++version = "0.1.0"
++source = "git+https://github.com/CraneStation/wasi-common#9a66400cd8cb31badaf4e43d0e27afd76639b3ac"
++dependencies = [
++ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
++ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "nix 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
++ "wasi-common-cbindgen 0.1.0 (git+https://github.com/CraneStation/wasi-common)",
++ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
++name = "wasi-common-cbindgen"
++version = "0.1.0"
++source = "git+https://github.com/CraneStation/wasi-common#9a66400cd8cb31badaf4e43d0e27afd76639b3ac"
++dependencies = [
++ "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
++ "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
+name = "wasmparser"
+version = "0.29.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1147,6 +1253,33 @@ index 0000000..f702de1
+]
+
+[[package]]
++name = "wasmtime"
++version = "0.1.0"
++dependencies = [
++ "cranelift-codegen 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cranelift-native 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "faerie 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
++ "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
++ "target-lexicon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "wabt 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "wasmtime-debug 0.1.0",
++ "wasmtime-environ 0.1.0",
++ "wasmtime-jit 0.1.0",
++ "wasmtime-obj 0.1.0",
++ "wasmtime-runtime 0.1.0",
++ "wasmtime-wasi 0.0.0",
++ "wasmtime-wasi-c 0.0.0",
++ "wasmtime-wast 0.1.0",
++ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
+name = "wasmtime-debug"
+version = "0.1.0"
+dependencies = [
@@ -1211,9 +1344,9 @@ index 0000000..f702de1
+name = "wasmtime-runtime"
+version = "0.1.0"
+dependencies = [
-+ "bindgen 0.49.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cmake 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cranelift-codegen 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cranelift-entity 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cranelift-wasm 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1222,50 +1355,40 @@ index 0000000..f702de1
+ "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+ "memoffset 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
++ "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "region 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "wasmtime-environ 0.1.0",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
-+name = "wasmtime-tools"
-+version = "0.1.0"
-+dependencies = [
-+ "cranelift-codegen 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "cranelift-native 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "faerie 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "target-lexicon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "wabt 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "wasmtime-debug 0.1.0",
-+ "wasmtime-environ 0.1.0",
-+ "wasmtime-jit 0.1.0",
-+ "wasmtime-obj 0.1.0",
-+ "wasmtime-runtime 0.1.0",
-+ "wasmtime-wasi 0.0.0",
-+ "wasmtime-wast 0.1.0",
-+]
-+
-+[[package]]
+name = "wasmtime-wasi"
+version = "0.0.0"
+dependencies = [
-+ "bindgen 0.49.0 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cranelift-codegen 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cranelift-entity 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cranelift-wasm 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "target-lexicon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "wasi-common 0.1.0 (git+https://github.com/CraneStation/wasi-common)",
++ "wasmtime-environ 0.1.0",
++ "wasmtime-jit 0.1.0",
++ "wasmtime-runtime 0.1.0",
++]
++
++[[package]]
++name = "wasmtime-wasi-c"
++version = "0.0.0"
++dependencies = [
++ "bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cmake 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cranelift-codegen 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cranelift-entity 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "cranelift-wasm 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "target-lexicon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "wasmtime-environ 0.1.0",
@@ -1296,7 +1419,7 @@ index 0000000..f702de1
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
@@ -1340,23 +1463,23 @@ index 0000000..f702de1
+"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
+"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
+"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
-+"checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
-+"checksum backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f106c02a3604afcdc0df5d36cc47b44b55917dbaf3d808f71c163a0ddba64637"
++"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
++"checksum backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)" = "ada4c783bb7e7443c14e0480f429ae2cc99da95065aeab7ee1b81ada0419404f"
+"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
-+"checksum bindgen 0.49.0 (registry+https://github.com/rust-lang/crates.io-index)" = "33e1b67a27bca31fd12a683b2a3618e275311117f48cfcc892e18403ff889026"
-+"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
++"checksum bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)" = "846a1fba6535362a01487ef6b10f0275faa12e5c5d835c5c1c627aabc46ccbd6"
++"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
+"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
+"checksum capstone 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00be9d203fa0e078b93b24603633fb081851dfe0c1086364431f52587a47157e"
+"checksum capstone-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2dc8d32bc5c1e6d0fcde10af411c98b07d93498d51654f678757f08fa2acd6a6"
+"checksum cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427"
-+"checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83"
++"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
+"checksum cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7fa24eb00d5ffab90eaeaf1092ac85c04c64aaf358ea6f84505b8116d24c6af"
-+"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
++"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
+"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
+"checksum clang-sys 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4227269cec09f5f83ff160be12a1e9b0262dd1aa305302d5ba296c2ebd291055"
+"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
+"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
-+"checksum cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "96210eec534fc3fbfc0452a63769424eaa80205fda6cea98e5b61cb3d97bcec8"
++"checksum cmake 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "2ca4386c8954b76a8415b63959337d940d724b336cabd3afe189c2b51a7e1ff0"
+"checksum cranelift-bforest 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5a357d20666bf4a8c2d626a19f1b59dbca66cd844fb1e66c5612254fd0f7505"
+"checksum cranelift-codegen 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab00cb149a5bb0f7e6dd391357356a5d71c335a431e8eece94f32da2d5a043f7"
+"checksum cranelift-codegen-meta 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3797a2f450ac71297e083dd440d0cdd0d3bceabe4a3ca6bcb9e4077e9c0327d"
@@ -1381,6 +1504,7 @@ index 0000000..f702de1
+"checksum fallible-iterator 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eb7217124812dc5672b7476d0c2d20cfe9f7c0f1ba0904b674a9762a0212f72e"
+"checksum file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8505b75b31ef7285168dd237c4a7db3c1f3e0927e7d314e670bc98e854272fe9"
+"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
++"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
+"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
+"checksum gimli 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eb3243218ca3773e9aa00d27602f35bd1daca3be1b7112ea5fc23b2899f1a4f3"
+"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
@@ -1390,88 +1514,97 @@ index 0000000..f702de1
+"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
+"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
+"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
-+"checksum itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0d47946d458e94a1b7bcabbf6521ea7c037062c81f534615abcad76e84d4970d"
+"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
-+"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
++"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
+"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
-+"checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917"
-+"checksum libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2"
++"checksum libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "6281b86796ba5e4366000be6e9e18bf35580adf9e63fbe2294aadb587613a319"
++"checksum libloading 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a5692f82b51823e27c4118b3e5c0d98aee9be90633ebc71ad12afef380b50219"
+"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
+"checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
-+"checksum matrixmultiply 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "dcad67dcec2d58ff56f6292582377e6921afdf3bfbd533e26fb8900ae575e002"
+"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
+"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
+"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
+"checksum memoffset 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7efacc914ca612fc1022f27b7dc51585e1a9f94c08fd5d322cfd741399260ce0"
+"checksum multi_mut 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "816df386e5557ac1843a96f1ba8a7cbf4ab175d05ccc15c87a3cda27b4fbdece"
-+"checksum ndarray 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7cf380a8af901ad627594013a3bbac903ae0a6f94e176e47e46b5bbc1877b928"
++"checksum nix 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46f0f3210768d796e8fa79ec70ee6af172dacbe7147f5e69be5240a47778302b"
+"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
+"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
-+"checksum num-complex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "107b9be86cd2481930688277b675b0114578227f034674726605b8a482d8baf8"
-+"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
-+"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
++"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
++"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
+"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba"
++"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
+"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
+"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
+"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
+"checksum pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61"
-+"checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915"
++"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
+"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
+"checksum quickcheck 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4537d3e4edf73a15dd059b75bed1c292d17d3ea7517f583cebe716794fcf816"
+"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
+"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
++"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
++"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
+"checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372"
+"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
+"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
++"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
++"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
++"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
++"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
++"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
++"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
+"checksum raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "30a9d219c32c9132f7be513c18be77c9881c7107d2ab5569d205a6a0f0e6dc7d"
-+"checksum rawpointer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebac11a9d2e11f2af219b8b8d833b76b1ea0e054aa0e8d8e9e4cbde353bdf019"
+"checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473"
+"checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356"
++"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
+"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"
+"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
-+"checksum regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "559008764a17de49a3146b234641644ed37d118d1ef641a0bb573d146edc6ce0"
++"checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58"
+"checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
+"checksum region 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ace21a7fc79cffefeb66f2cc3ef22c7687015023bf7f85bec8840f0d46cb51cc"
-+"checksum rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288"
++"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
+"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
-+"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
++"checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f"
+"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
+"checksum scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f84d114ef17fd144153d608fba7c446b0145d038985e7a8cc5d08bb0ce20383"
+"checksum scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1aa96c45e7f5a91cb7fabe7b279f02fea7126239fc40b732316e8b6a2d0fcb"
+"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
+"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
-+"checksum serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4"
-+"checksum serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79"
++"checksum serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "32746bf0f26eab52f06af0d0aa1984f641341d06d8d673c693871da2d188c9be"
++"checksum serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "46a3223d0c9ba936b61c0d2e3e559e3217dbfb8d65d06d26e8b3c25de38bae3e"
+"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d"
+"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
+"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be"
+"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
+"checksum string-interner 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "abb38a0d8fe673c40b10b6b75abcb076a958cc10fb894f14993d9737c4c87000"
+"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
-+"checksum strsim 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34ac666ab1423aa93bbd4cd47b6e62db5a846df4e28b959d823776eed5b57643"
-+"checksum structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3d0760c312538987d363c36c42339b55f5ee176ea8808bbe4543d484a291c8d1"
-+"checksum structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "528aeb7351d042e6ffbc2a6fb76a86f9b622fdf7c25932798e7a82cb03bc94c6"
-+"checksum syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)" = "d2b4cfac95805274c6afdb12d8f770fa2d27c045953e7b630a81801953699a9a"
-+"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
++"checksum strsim 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "032c03039aae92b350aad2e3779c352e104d919cb192ba2fabbd7b831ce4f0f6"
++"checksum structopt 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c767a8971f53d7324583085deee2e230903be09e52fb27df9af94c5cb2b43c31"
++"checksum structopt-derive 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c57a30c87454ced2186f62f940e981746e8cbbe026d52090c8c4352b636f8235"
++"checksum syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)" = "a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe"
++"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
+"checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
+"checksum target-lexicon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6923974ce4eb5bd28814756256d8ab71c28dd6e7483313fe7ab6614306bf633"
-+"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
-+"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
++"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
++"checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea"
+"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
+"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
+"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
+"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
+"checksum typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6"
+"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
-+"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
++"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
+"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
+"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
+"checksum unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f"
+"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
+"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
+"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
++"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
+"checksum wabt 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "74e463a508e390cc7447e70f640fbf44ad52e1bd095314ace1fdf99516d32add"
+"checksum wabt-sys 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a6265b25719e82598d104b3717375e37661d41753e2c84cde3f51050c7ed7e3c"
++"checksum wasi-common 0.1.0 (git+https://github.com/CraneStation/wasi-common)" = ""
++"checksum wasi-common-cbindgen 0.1.0 (git+https://github.com/CraneStation/wasi-common)" = ""
+"checksum wasmparser 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)" = "981a8797cf89762e0233ec45fae731cb79a4dfaee12d9f0fe6cee01e4ac58d00"
+"checksum which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164"
+"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
diff --git a/pkgs/development/interpreters/wasmtime/default.nix b/pkgs/development/interpreters/wasmtime/default.nix
index 33d00afd9e7..90fc38afa06 100644
--- a/pkgs/development/interpreters/wasmtime/default.nix
+++ b/pkgs/development/interpreters/wasmtime/default.nix
@@ -1,18 +1,18 @@
{ rustPlatform, fetchFromGitHub, lib, python, cmake, llvmPackages, clang }:
rustPlatform.buildRustPackage rec {
- name = "wasmtime-${version}";
- version = "0.1.0";
+ pname = "wasmtime";
+ version = "20190521";
src = fetchFromGitHub {
owner = "CraneStation";
repo = "wasmtime";
- rev = "07a6ca8f4e1136ecd9f4af8d1f03a01aade60407";
- sha256 = "1cq6nz90kaf023mcyblca90bpvbzhq8xjq01laa28v7r50lagcn5";
+ rev = "e530a582afe6a2b5735fd7cdf5e2e88391e58669";
+ sha256 = "13lqf9dp1cnw7ms7hcgirmlfkr0v7nrn3p5g7yacfasrqgnwsyl8";
fetchSubmodules = true;
};
- cargoSha256 = "0xy8vazb4nc4q1098ws92j1yfwp9w7q30z0yk2gindkn898603bc";
+ cargoSha256 = "1jbpq09czm295316gdv3y0pfapqs0ynj3qbarwlnrv7valq5ak13";
cargoPatches = [ ./cargo-lock.patch ];
diff --git a/pkgs/development/java-modules/build-maven-package.nix b/pkgs/development/java-modules/build-maven-package.nix
index 499b2c65b77..a7196c6e031 100644
--- a/pkgs/development/java-modules/build-maven-package.nix
+++ b/pkgs/development/java-modules/build-maven-package.nix
@@ -5,7 +5,7 @@ with builtins;
with stdenv.lib;
let
- mavenMinimal = import ./maven-minimal.nix { inherit pkgs stdenv maven; };
+ mavenMinimal = import ./maven-minimal.nix { inherit pkgs stdenv; };
in stdenv.mkDerivation rec {
inherit mavenDeps src name meta m2Path;
diff --git a/pkgs/development/java-modules/jogl/default.nix b/pkgs/development/java-modules/jogl/default.nix
index a3c3b2bf96f..36c4af5f496 100644
--- a/pkgs/development/java-modules/jogl/default.nix
+++ b/pkgs/development/java-modules/jogl/default.nix
@@ -58,7 +58,7 @@ in
meta = with stdenv.lib; {
description = "Java libraries for 3D Graphics, Multimedia and Processing";
- homepage = http://jogamp.org/;
+ homepage = https://jogamp.org/;
license = licenses.bsd3;
platforms = [ "x86_64-linux" ];
};
diff --git a/pkgs/development/java-modules/maven-minimal.nix b/pkgs/development/java-modules/maven-minimal.nix
index ca7cc7027be..f63c91cd360 100644
--- a/pkgs/development/java-modules/maven-minimal.nix
+++ b/pkgs/development/java-modules/maven-minimal.nix
@@ -1,4 +1,4 @@
-{ stdenv, pkgs, maven }:
+{ stdenv, pkgs }:
with stdenv.lib;
with pkgs.javaPackages;
diff --git a/pkgs/development/libraries/SDL/default.nix b/pkgs/development/libraries/SDL/default.nix
index 007cd02957b..a8d5d608f89 100644
--- a/pkgs/development/libraries/SDL/default.nix
+++ b/pkgs/development/libraries/SDL/default.nix
@@ -1,11 +1,11 @@
-{ stdenv, config, libGLSupported, fetchurl, fetchpatch, pkgconfig, audiofile, libcap, libiconv
+{ stdenv, config, fetchurl, fetchpatch, pkgconfig, audiofile, libcap, libiconv
+, libGLSupported ? stdenv.lib.elem stdenv.hostPlatform.system stdenv.lib.platforms.mesaPlatforms
, openglSupport ? libGLSupported, libGL, libGLU
, alsaSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid, alsaLib
, x11Support ? !stdenv.isCygwin && !stdenv.hostPlatform.isAndroid
, libXext, libICE, libXrandr
, pulseaudioSupport ? config.pulseaudio or stdenv.isLinux && !stdenv.hostPlatform.isAndroid, libpulseaudio
, OpenGL, CoreAudio, CoreServices, AudioUnit, Kernel, Cocoa
-, cf-private
}:
# NOTE: When editing this expression see if the same change applies to
@@ -40,11 +40,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ]
++ optional (!stdenv.hostPlatform.isMinGW && alsaSupport) audiofile
- ++ optionals stdenv.isDarwin [
- AudioUnit CoreAudio CoreServices Kernel OpenGL
- # Needed for NSDefaultRunLoopMode symbols.
- cf-private
- ];
+ ++ optionals stdenv.isDarwin [ AudioUnit CoreAudio CoreServices Kernel OpenGL ];
configureFlags = [
"--disable-oss"
diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix
index 2909b16d65d..94aca192852 100644
--- a/pkgs/development/libraries/SDL2/default.nix
+++ b/pkgs/development/libraries/SDL2/default.nix
@@ -1,4 +1,5 @@
-{ stdenv, config, libGLSupported, fetchurl, pkgconfig
+{ stdenv, config, fetchurl, pkgconfig
+, libGLSupported ? stdenv.lib.elem stdenv.hostPlatform.system stdenv.lib.platforms.mesaPlatforms
, openglSupport ? libGLSupported, libGL
, alsaSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid, alsaLib
, x11Support ? !stdenv.isCygwin && !stdenv.hostPlatform.isAndroid
@@ -13,7 +14,7 @@
, pulseaudioSupport ? config.pulseaudio or stdenv.isLinux && !stdenv.hostPlatform.isAndroid
, libpulseaudio
, AudioUnit, Cocoa, CoreAudio, CoreServices, ForceFeedback, OpenGL
-, audiofile, cf-private, libiconv
+, audiofile, libiconv
}:
# NOTE: When editing this expression see if the same change applies to
@@ -57,11 +58,7 @@ stdenv.mkDerivation rec {
++ dlopenBuildInputs
++ optional ibusSupport ibus
++ optional fcitxSupport fcitx
- ++ optionals stdenv.isDarwin [
- AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL
- # Needed for NSDefaultRunLoopMode symbols.
- cf-private
- ];
+ ++ optionals stdenv.isDarwin [ AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL ];
enableParallelBuilding = true;
diff --git a/pkgs/development/libraries/SDL2_image/default.nix b/pkgs/development/libraries/SDL2_image/default.nix
index a2ef54cc136..ba33b1fbc1d 100644
--- a/pkgs/development/libraries/SDL2_image/default.nix
+++ b/pkgs/development/libraries/SDL2_image/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "SDL2_image-${version}";
- version = "2.0.4";
+ version = "2.0.5";
src = fetchurl {
url = "https://www.libsdl.org/projects/SDL_image/release/${name}.tar.gz";
- sha256 = "1b6f7002bm007y3zpyxb5r6ag0lml51jyvx1pwpj9sq24jfc8kp7";
+ sha256 = "1l0864kas9cwpp2d32yxl81g98lx40dhbdp03dz7sbv84vhgdmdx";
};
buildInputs = [ SDL2 libpng libjpeg libtiff libungif libwebp libXpm zlib ]
diff --git a/pkgs/development/libraries/SDL_gpu/default.nix b/pkgs/development/libraries/SDL_gpu/default.nix
new file mode 100644
index 00000000000..dc88b7b12ef
--- /dev/null
+++ b/pkgs/development/libraries/SDL_gpu/default.nix
@@ -0,0 +1,36 @@
+{ stdenv, fetchFromGitHub, cmake, SDL2, libGLU }:
+
+stdenv.mkDerivation rec {
+ pname = "SDL_gpu-unstable";
+ version = "2019-01-24";
+
+ src = fetchFromGitHub {
+ owner = "grimfang4";
+ repo = "sdl-gpu";
+ rev = "e3d350b325a0e0d0b3007f69ede62313df46c6ef";
+ sha256 = "0kibcaim01inb6xxn4mr6affn4hm50vz9kahb5k9iz8dmdsrhxy1";
+ };
+
+ nativeBuildInputs = [ cmake ];
+ buildInputs = [ SDL2 libGLU ];
+
+ cmakeFlags = [
+ "-DSDL_gpu_BUILD_DEMOS=OFF"
+ "-DSDL_gpu_BUILD_TOOLS=OFF"
+ "-DSDL_gpu_BUILD_VIDEO_TEST=OFF"
+ "-DSDL_gpu_BUILD_TESTS=OFF"
+ ];
+
+ patchPhase = ''
+ sed -ie '210s#''${OUTPUT_DIR}/lib#''${CMAKE_INSTALL_LIBDIR}#' src/CMakeLists.txt
+ sed -ie '213s#''${OUTPUT_DIR}/lib#''${CMAKE_INSTALL_LIBDIR}#' src/CMakeLists.txt
+ '';
+
+ meta = with stdenv.lib; {
+ description = "A library for high-performance, modern 2D graphics with SDL written in C";
+ homepage = "https://github.com/grimfang4/sdl-gpu";
+ license = licenses.mit;
+ maintainers = with maintainers; [ pmiddend ];
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/development/libraries/aacskeys/default.nix b/pkgs/development/libraries/aacskeys/default.nix
deleted file mode 100644
index 9e28bfd4fe2..00000000000
--- a/pkgs/development/libraries/aacskeys/default.nix
+++ /dev/null
@@ -1,47 +0,0 @@
-{stdenv, fetchurl, openssl, jdk, premake3}:
-
-# Info on how to use / obtain aacs keys:
-# http://vlc-bluray.whoknowsmy.name/
-# https://wiki.archlinux.org/index.php/BluRay
-
-
-let baseName = "aacskeys";
- version = "0.4.0e";
-in
-
-stdenv.mkDerivation {
- name = "${baseName}-${version}";
-
- patchPhase = ''
- substituteInPlace "premake.lua" \
- --replace "/usr/lib/jvm/java-6-sun/include" "${jdk}/include"
- '';
-
- src = fetchurl {
- url = "http://deb-multimedia.org/pool/main/a/${baseName}/${baseName}_${version}.orig.tar.gz";
- sha256 = "0d3zvwixpkixfkkc16wj37h2xbcq5hsqqhqngzqr6pslmqr67vnr";
- };
-
- buildInputs = [openssl jdk premake3];
-
- installPhase = ''
- mkdir -p $out/{bin,lib,share/${baseName}}
-
- # Install lib
- install -Dm444 lib/linux/libaacskeys.so $out/lib
-
- # Install program
- install -Dm555 bin/linux/aacskeys $out/bin
-
- # Install resources
- install -Dm444 HostKeyCertificate.txt $out/share/${baseName}
- install -Dm444 ProcessingDeviceKeysSimple.txt $out/share/${baseName}
- '';
-
- meta = with stdenv.lib; {
- homepage = http://forum.doom9.org/showthread.php?t=123311;
- description = "A library and program to retrieve decryption keys for HD discs";
- platforms = platforms.linux;
- license = licenses.publicDomain;
- };
-}
diff --git a/pkgs/development/libraries/accountsservice/default.nix b/pkgs/development/libraries/accountsservice/default.nix
index c20167138b7..8713663ecca 100644
--- a/pkgs/development/libraries/accountsservice/default.nix
+++ b/pkgs/development/libraries/accountsservice/default.nix
@@ -1,45 +1,77 @@
-{ stdenv, fetchurl, pkgconfig, glib, intltool, makeWrapper, shadow
-, gobject-introspection, polkit, systemd, coreutils, meson, dbus
-, ninja, python3 }:
+{ stdenv
+, fetchurl
+, fetchpatch
+, substituteAll
+, pkgconfig
+, glib
+, shadow
+, gobject-introspection
+, polkit
+, systemd
+, coreutils
+, meson
+, dbus
+, ninja
+, python3
+, gettext
+}:
stdenv.mkDerivation rec {
- name = "accountsservice-${version}";
+ pname = "accountsservice";
version = "0.6.55";
+ outputs = [ "out" "dev" ];
+
src = fetchurl {
- url = "https://www.freedesktop.org/software/accountsservice/accountsservice-${version}.tar.xz";
+ url = "https://www.freedesktop.org/software/${pname}/${pname}-${version}.tar.xz";
sha256 = "16wwd633jak9ajyr1f1h047rmd09fhf3kzjz6g5xjsz0lwcj8azz";
};
- nativeBuildInputs = [ pkgconfig makeWrapper meson ninja python3 ];
+ nativeBuildInputs = [
+ dbus
+ gettext
+ gobject-introspection
+ meson
+ ninja
+ pkgconfig
+ python3
+ ];
- buildInputs = [ glib intltool gobject-introspection polkit systemd dbus ];
+ buildInputs = [
+ glib
+ polkit
+ ];
- mesonFlags = [ "-Dsystemdsystemunitdir=etc/systemd/system"
- "-Dlocalstatedir=/var" ];
- prePatch = ''
+ mesonFlags = [
+ "-Dadmin_group=wheel"
+ "-Dlocalstatedir=/var"
+ "-Dsystemdsystemunitdir=${placeholder ''out''}/etc/systemd/system"
+ ];
+
+ postPatch = ''
chmod +x meson_post_install.py
patchShebangs meson_post_install.py
-
- substituteInPlace src/daemon.c --replace '"/usr/sbin/useradd"' '"${shadow}/bin/useradd"' \
- --replace '"/usr/sbin/userdel"' '"${shadow}/bin/userdel"'
- substituteInPlace src/user.c --replace '"/usr/sbin/usermod"' '"${shadow}/bin/usermod"' \
- --replace '"/usr/bin/chage"' '"${shadow}/bin/chage"' \
- --replace '"/usr/bin/passwd"' '"${shadow}/bin/passwd"' \
- --replace '"/bin/cat"' '"${coreutils}/bin/cat"'
'';
patches = [
+ (substituteAll {
+ src = ./fix-paths.patch;
+ inherit shadow coreutils;
+ })
./no-create-dirs.patch
./Disable-methods-that-change-files-in-etc.patch
+ # Systemd unit improvements. Notably using StateDirectory eliminating the
+ # need of an ad-hoc script.
+ (fetchpatch {
+ url = "https://gitlab.freedesktop.org/accountsservice/accountsservice/commit/152b845bbd3ca2a64516691493a160825f1a2046.patch";
+ sha256 = "114wrf5mwj5bgc5v1g05md4ridcnwdrwppr3bjz96sknwh5hk8s5";
+ })
+ (fetchpatch {
+ url = "https://gitlab.freedesktop.org/accountsservice/accountsservice/commit/0e712e935abd26499ff5995ab363e5bfd9ee7c4c.patch";
+ sha256 = "1y60a5fmgfqjzprwpizilrazqn3mggdlgc5sgcpsprsp62fv78rl";
+ })
];
- preFixup = ''
- wrapProgram "$out/libexec/accounts-daemon" \
- --run "${coreutils}/bin/mkdir -p /var/lib/AccountsService/users" \
- --run "${coreutils}/bin/mkdir -p /var/lib/AccountsService/icons"
- '';
-
meta = with stdenv.lib; {
description = "D-Bus interface for user account query and manipulation";
homepage = https://www.freedesktop.org/wiki/Software/AccountsService;
diff --git a/pkgs/development/libraries/accountsservice/fix-paths.patch b/pkgs/development/libraries/accountsservice/fix-paths.patch
new file mode 100644
index 00000000000..0bf6ee3d91a
--- /dev/null
+++ b/pkgs/development/libraries/accountsservice/fix-paths.patch
@@ -0,0 +1,125 @@
+diff --git a/src/daemon.c b/src/daemon.c
+index c52bda3..75d214e 100644
+--- a/src/daemon.c
++++ b/src/daemon.c
+@@ -1106,7 +1106,7 @@ daemon_create_user_authorized_cb (Daemon *daemon,
+
+ sys_log (context, "create user '%s'", cd->user_name);
+
+- argv[0] = "/usr/sbin/useradd";
++ argv[0] = "@shadow@/bin/useradd";
+ argv[1] = "-m";
+ argv[2] = "-c";
+ argv[3] = cd->real_name;
+@@ -1318,7 +1318,7 @@ daemon_delete_user_authorized_cb (Daemon *daemon,
+
+ user_set_saved (user, FALSE);
+
+- argv[0] = "/usr/sbin/userdel";
++ argv[0] = "@shadow@/bin/userdel";
+ if (ud->remove_files) {
+ argv[1] = "-f";
+ argv[2] = "-r";
+diff --git a/src/user.c b/src/user.c
+index 9f57af5..e65289d 100644
+--- a/src/user.c
++++ b/src/user.c
+@@ -844,7 +844,7 @@ user_change_real_name_authorized_cb (Daemon *daemon,
+ accounts_user_get_uid (ACCOUNTS_USER (user)),
+ name);
+
+- argv[0] = "/usr/sbin/usermod";
++ argv[0] = "@shadown@/bin/usermod";
+ argv[1] = "-c";
+ argv[2] = name;
+ argv[3] = "--";
+@@ -913,7 +913,7 @@ user_change_user_name_authorized_cb (Daemon *daemon,
+ accounts_user_get_uid (ACCOUNTS_USER (user)),
+ name);
+
+- argv[0] = "/usr/sbin/usermod";
++ argv[0] = "@shadow@/bin/usermod";
+ argv[1] = "-l";
+ argv[2] = name;
+ argv[3] = "--";
+@@ -1321,7 +1321,7 @@ user_change_home_dir_authorized_cb (Daemon *daemon,
+ accounts_user_get_uid (ACCOUNTS_USER (user)),
+ home_dir);
+
+- argv[0] = "/usr/sbin/usermod";
++ argv[0] = "@shadow@/bin/usermod";
+ argv[1] = "-m";
+ argv[2] = "-d";
+ argv[3] = home_dir;
+@@ -1378,7 +1378,7 @@ user_change_shell_authorized_cb (Daemon *daemon,
+ accounts_user_get_uid (ACCOUNTS_USER (user)),
+ shell);
+
+- argv[0] = "/usr/sbin/usermod";
++ argv[0] = "@shadow@/bin/usermod";
+ argv[1] = "-s";
+ argv[2] = shell;
+ argv[3] = "--";
+@@ -1520,7 +1520,7 @@ user_change_icon_file_authorized_cb (Daemon *daemon,
+ return;
+ }
+
+- argv[0] = "/bin/cat";
++ argv[0] = "@coreutils@/bin/cat";
+ argv[1] = filename;
+ argv[2] = NULL;
+
+@@ -1601,7 +1601,7 @@ user_change_locked_authorized_cb (Daemon *daemon,
+ locked ? "locking" : "unlocking",
+ accounts_user_get_user_name (ACCOUNTS_USER (user)),
+ accounts_user_get_uid (ACCOUNTS_USER (user)));
+- argv[0] = "/usr/sbin/usermod";
++ argv[0] = "@shadow@/bin/usermod";
+ argv[1] = locked ? "-L" : "-U";
+ argv[2] = "--";
+ argv[3] = accounts_user_get_user_name (ACCOUNTS_USER (user));
+@@ -1726,7 +1726,7 @@ user_change_account_type_authorized_cb (Daemon *daemon,
+
+ g_free (groups);
+
+- argv[0] = "/usr/sbin/usermod";
++ argv[0] = "@shadow@/bin/usermod";
+ argv[1] = "-G";
+ argv[2] = str->str;
+ argv[3] = "--";
+@@ -1794,7 +1794,7 @@ user_change_password_mode_authorized_cb (Daemon *daemon,
+ if (mode == PASSWORD_MODE_SET_AT_LOGIN ||
+ mode == PASSWORD_MODE_NONE) {
+
+- argv[0] = "/usr/bin/passwd";
++ argv[0] = "/run/wrappers/bin/passwd";
+ argv[1] = "-d";
+ argv[2] = "--";
+ argv[3] = accounts_user_get_user_name (ACCOUNTS_USER (user));
+@@ -1806,7 +1806,7 @@ user_change_password_mode_authorized_cb (Daemon *daemon,
+ }
+
+ if (mode == PASSWORD_MODE_SET_AT_LOGIN) {
+- argv[0] = "/usr/bin/chage";
++ argv[0] = "@shadow@/bin/chage";
+ argv[1] = "-d";
+ argv[2] = "0";
+ argv[3] = "--";
+@@ -1827,7 +1827,7 @@ user_change_password_mode_authorized_cb (Daemon *daemon,
+ accounts_user_set_locked (ACCOUNTS_USER (user), FALSE);
+ }
+ else if (accounts_user_get_locked (ACCOUNTS_USER (user))) {
+- argv[0] = "/usr/sbin/usermod";
++ argv[0] = "@shadow@/bin/usermod";
+ argv[1] = "-U";
+ argv[2] = "--";
+ argv[3] = accounts_user_get_user_name (ACCOUNTS_USER (user));
+@@ -1905,7 +1905,7 @@ user_change_password_authorized_cb (Daemon *daemon,
+
+ g_object_freeze_notify (G_OBJECT (user));
+
+- argv[0] = "/usr/sbin/usermod";
++ argv[0] = "@shadow@/bin/usermod";
+ argv[1] = "-p";
+ argv[2] = strings[0];
+ argv[3] = "--";
diff --git a/pkgs/development/libraries/ace/default.nix b/pkgs/development/libraries/ace/default.nix
index e0c46acb630..75c942d4d48 100644
--- a/pkgs/development/libraries/ace/default.nix
+++ b/pkgs/development/libraries/ace/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "ace-${version}";
- version = "6.5.5";
+ version = "6.5.6";
src = fetchurl {
url = "http://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2";
- sha256 = "1r1bvy65n50l6lbxm1k1bscqcv29mpkgp0pgr5cvvv7ldisrjl39";
+ sha256 = "15lfjc8r854hvjfvimhnqc3987b3cdngilhkii9rwpzginbyipi4";
};
enableParallelBuilding = true;
diff --git a/pkgs/development/libraries/agda/agda-iowa-stdlib/default.nix b/pkgs/development/libraries/agda/agda-iowa-stdlib/default.nix
index 3ab4ed3e962..e2d64841985 100644
--- a/pkgs/development/libraries/agda/agda-iowa-stdlib/default.nix
+++ b/pkgs/development/libraries/agda/agda-iowa-stdlib/default.nix
@@ -1,14 +1,14 @@
{ stdenv, agda, fetchFromGitHub }:
agda.mkDerivation (self: rec {
- version = "1.4.0";
+ version = "1.5.0";
name = "agda-iowa-stdlib-${version}";
src = fetchFromGitHub {
owner = "cedille";
repo = "ial";
rev = "v${version}";
- sha256 = "1gwxpybxwdj5ipbb3gapm7r5hfl3g6sj9kp13954pdmx8d5b0gma";
+ sha256 = "0dlis6v6nzbscf713cmwlx8h9n2gxghci8y21qak3hp18gkxdp0g";
};
sourceDirectories = [ "./." ];
diff --git a/pkgs/development/libraries/agda/agda-prelude/default.nix b/pkgs/development/libraries/agda/agda-prelude/default.nix
index e3dcf765dfd..a57ee6e08ba 100644
--- a/pkgs/development/libraries/agda/agda-prelude/default.nix
+++ b/pkgs/development/libraries/agda/agda-prelude/default.nix
@@ -1,13 +1,13 @@
{ stdenv, agda, fetchgit }:
agda.mkDerivation (self: rec {
- version = "0dca24a81d417db2ae8fc871eccb7776f7eae952";
+ version = "eacc961c2c312b7443109a7872f99d55557df317";
name = "agda-prelude-${version}";
src = fetchgit {
url = "https://github.com/UlfNorell/agda-prelude.git";
rev = version;
- sha256 = "0gwfgvj96i1mx5v01bi46h567d1q1fbgvzv6z8zv91l2jhybwff5";
+ sha256 = "0iql67hb1q0fn8dwkcx07brkdkxqfqrsbwjy71ndir0k7qzw7qv2";
};
topSourceDirectories = [ "src" ];
diff --git a/pkgs/development/libraries/agda/agda-stdlib/default.nix b/pkgs/development/libraries/agda/agda-stdlib/default.nix
index d9350d135eb..4d071251ee8 100644
--- a/pkgs/development/libraries/agda/agda-stdlib/default.nix
+++ b/pkgs/development/libraries/agda/agda-stdlib/default.nix
@@ -1,14 +1,14 @@
{ stdenv, agda, fetchFromGitHub, ghcWithPackages }:
agda.mkDerivation (self: rec {
- version = "1.0";
+ version = "1.1";
name = "agda-stdlib-${version}";
src = fetchFromGitHub {
repo = "agda-stdlib";
owner = "agda";
rev = "v${version}";
- sha256 = "19qrdfi0vig3msqg76k1zf5j3vav0jz44cvj6i4dyfbscdwf2l9c";
+ sha256 = "190bxsy92ffmvwpmyyg3lxs91vyss2z25rqz1w79gkj56484cy64";
};
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];
diff --git a/pkgs/development/libraries/appstream-glib/default.nix b/pkgs/development/libraries/appstream-glib/default.nix
index 45ad58819c3..4068e36badf 100644
--- a/pkgs/development/libraries/appstream-glib/default.nix
+++ b/pkgs/development/libraries/appstream-glib/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, substituteAll, pkgconfig, gettext, gtk3, glib
, gtk-doc, libarchive, gobject-introspection, libxslt, pngquant
, sqlite, libsoup, attr, acl, docbook_xsl, docbook_xml_dtd_42
-, libuuid, json-glib, meson, gperf, ninja, gdk_pixbuf
+, libuuid, json-glib, meson, gperf, ninja, gdk-pixbuf
}:
stdenv.mkDerivation rec {
name = "appstream-glib-0.7.15";
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
buildInputs = [
glib gettext sqlite libsoup
attr acl libuuid json-glib
- libarchive gperf gdk_pixbuf
+ libarchive gperf gdk-pixbuf
];
propagatedBuildInputs = [ gtk3 ];
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
description = "Objects and helper methods to read and write AppStream metadata";
homepage = https://people.freedesktop.org/~hughsient/appstream-glib/;
license = licenses.lgpl2Plus;
- platforms = platforms.linux;
+ platforms = platforms.unix;
maintainers = with maintainers; [ lethalman matthewbauer ];
};
}
diff --git a/pkgs/development/libraries/appstream/default.nix b/pkgs/development/libraries/appstream/default.nix
index f59a3fd713f..429da8de835 100644
--- a/pkgs/development/libraries/appstream/default.nix
+++ b/pkgs/development/libraries/appstream/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchpatch, fetchFromGitHub, meson, ninja, pkgconfig, gettext
+{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig, gettext
, xmlto, docbook_xsl, docbook_xml_dtd_45, libxslt
, libstemmer, glib, xapian, libxml2, libyaml, gobject-introspection
, pcre, itstool, gperf, vala
diff --git a/pkgs/development/libraries/aravis/default.nix b/pkgs/development/libraries/aravis/default.nix
index ba68f046b0a..9d506b10e35 100644
--- a/pkgs/development/libraries/aravis/default.nix
+++ b/pkgs/development/libraries/aravis/default.nix
@@ -33,13 +33,13 @@ in
stdenv.mkDerivation rec {
pname = "aravis";
- version = "0.6.2";
+ version = "0.6.3";
src = fetchFromGitHub {
owner = "AravisProject";
repo = pname;
rev= "ARAVIS_${builtins.replaceStrings ["."] ["_"] version}";
- sha256 = "0zlmw040iv0xx9qw7ygzbl96bli6ivll2fbziv19f4bdc0yhqjpw";
+ sha256 = "0lmgx854z522dwcxsg37bxdyiai9fnycpx1nvgayksj38h39kfn2";
};
outputs = [ "bin" "dev" "out" "lib" ];
diff --git a/pkgs/development/libraries/arb/default.nix b/pkgs/development/libraries/arb/default.nix
index 4c34e40586f..eb58003a5f6 100644
--- a/pkgs/development/libraries/arb/default.nix
+++ b/pkgs/development/libraries/arb/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchFromGitHub, fetchpatch, mpir, gmp, mpfr, flint}:
+{stdenv, fetchFromGitHub, mpir, gmp, mpfr, flint}:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "arb";
diff --git a/pkgs/development/libraries/armadillo/default.nix b/pkgs/development/libraries/armadillo/default.nix
index c6568913664..3b93a351f7f 100644
--- a/pkgs/development/libraries/armadillo/default.nix
+++ b/pkgs/development/libraries/armadillo/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, cmake, openblasCompat, superlu, hdf5 }:
stdenv.mkDerivation rec {
- version = "9.400.4";
+ version = "9.600.6";
name = "armadillo-${version}";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
- sha256 = "1wv08i8mq16hswxkll3kmbfih4hz4d8v7apszm76lwxpya2bm65l";
+ sha256 = "0wlk1yv9531vpvgja4cpy0sxykrn0p5w376kx86vl45b50yamx7g";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/development/libraries/arrow-cpp/default.nix b/pkgs/development/libraries/arrow-cpp/default.nix
index 7f7ef3336a4..7660ea81eaf 100644
--- a/pkgs/development/libraries/arrow-cpp/default.nix
+++ b/pkgs/development/libraries/arrow-cpp/default.nix
@@ -1,38 +1,40 @@
-{ stdenv, fetchurl, fetchFromGitHub, autoconf, boost, brotli, cmake, double-conversion, flatbuffers, gflags, glog, gtest, lz4, perl, python, rapidjson, snappy, thrift, uriparser, which, zlib, zstd }:
+{ stdenv, fetchurl, fetchFromGitHub, fixDarwinDylibNames, autoconf, boost, brotli, cmake, double-conversion, flatbuffers, gflags, glog, gtest, lz4, perl, python, rapidjson, snappy, thrift, uriparser, which, zlib, zstd }:
let
parquet-testing = fetchFromGitHub {
owner = "apache";
repo = "parquet-testing";
- rev = "8991d0b58d5a59925c87dd2a0bdb59a5a4a16bd4";
- sha256 = "00js5d1s98y3ianrvh1ggrd157yfmia4g55jx9xmfcz4a8mcbawx";
- };
-
- # Enable non-bundled uriparser
- # Introduced in https://github.com/apache/arrow/pull/4092
- Finduriparser_cmake = fetchurl {
- url = https://raw.githubusercontent.com/apache/arrow/af4f52961209a5f1b43a19483536285c957e3bed/cpp/cmake_modules/Finduriparser.cmake;
- sha256 = "1cylrw00n2nkc2c49xk9j3rrza351rpravxgpw047vimcw0sk93s";
+ rev = "a277dc4e55ded3e3ea27dab1e4faf98c112442df";
+ sha256 = "1yh5a8l4ship36hwmgmp2kl72s5ac9r8ly1qcs650xv2g9q7yhnq";
};
in
stdenv.mkDerivation rec {
name = "arrow-cpp-${version}";
- version = "0.13.0";
+ version = "0.14.1";
src = fetchurl {
url = "mirror://apache/arrow/arrow-${version}/apache-arrow-${version}.tar.gz";
- sha256 = "06irh5zx6lc7jjf6hpz1vzk0pvbdx08lcirc8cp8ksb8j7fpfamc";
+ sha256 = "0a0xrsbr7dd1yp34yw82jw7psfkfvm935jhd5mam32vrsjvdsj4r";
};
sourceRoot = "apache-arrow-${version}/cpp";
+ ARROW_JEMALLOC_URL = fetchurl {
+ # From
+ # ./cpp/cmake_modules/ThirdpartyToolchain.cmake
+ # ./cpp/thirdparty/versions.txt
+ url = "https://github.com/jemalloc/jemalloc/releases/download/5.2.0/jemalloc-5.2.0.tar.bz2";
+ sha256 = "1d73a5c5qdrwck0fa5pxz0myizaf3s9alsvhiqwrjahdlr29zgkl";
+ };
+
patches = [
# patch to fix python-test
./darwin.patch
];
- nativeBuildInputs = [ cmake autoconf /* for vendored jemalloc */ ];
+ nativeBuildInputs = [ cmake autoconf /* for vendored jemalloc */ ]
+ ++ stdenv.lib.optional stdenv.isDarwin fixDarwinDylibNames;
buildInputs = [
boost brotli double-conversion flatbuffers gflags glog gtest lz4 rapidjson
snappy thrift uriparser zlib zstd python.pkgs.python python.pkgs.numpy
@@ -41,8 +43,6 @@ stdenv.mkDerivation rec {
preConfigure = ''
substituteInPlace cmake_modules/FindLz4.cmake --replace CMAKE_STATIC_LIBRARY CMAKE_SHARED_LIBRARY
- cp ${Finduriparser_cmake} cmake_modules/Finduriparser.cmake
-
patchShebangs build-support/
# Fix build for ARROW_USE_SIMD=OFF
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
PARQUET_TEST_DATA = if doInstallCheck then "${parquet-testing}/data" else null;
installCheckInputs = [ perl which ];
installCheckPhase = (stdenv.lib.optionalString stdenv.isDarwin ''
- for f in release/*-test; do
+ for f in release/*test; do
install_name_tool -add_rpath "$out"/lib "$f"
done
'') + ''
diff --git a/pkgs/development/libraries/at-spi2-atk/default.nix b/pkgs/development/libraries/at-spi2-atk/default.nix
index 6c3f3aa9fa2..2268d438902 100644
--- a/pkgs/development/libraries/at-spi2-atk/default.nix
+++ b/pkgs/development/libraries/at-spi2-atk/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
description = "D-Bus bridge for Assistive Technology Service Provider Interface (AT-SPI) and Accessibility Toolkit (ATK)";
homepage = https://gitlab.gnome.org/GNOME/at-spi2-atk;
license = licenses.lgpl2Plus; # NOTE: 2018-06-06: Please check the license when upstream sorts-out licensing: https://gitlab.gnome.org/GNOME/at-spi2-atk/issues/2
- maintainers = with maintainers; [ jtojnar gnome3.maintainers ];
+ maintainers = gnome3.maintainers;
platforms = platforms.unix;
};
}
diff --git a/pkgs/development/libraries/at-spi2-core/default.nix b/pkgs/development/libraries/at-spi2-core/default.nix
index e5d5313eeb1..47c8c090d08 100644
--- a/pkgs/development/libraries/at-spi2-core/default.nix
+++ b/pkgs/development/libraries/at-spi2-core/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
description = "Assistive Technology Service Provider Interface protocol definitions and daemon for D-Bus";
homepage = https://gitlab.gnome.org/GNOME/at-spi2-core;
license = licenses.lgpl2Plus; # NOTE: 2018-06-06: Please check the license when upstream sorts-out licensing: https://gitlab.gnome.org/GNOME/at-spi2-core/issues/2
- maintainers = with maintainers; [ jtojnar gnome3.maintainers ];
+ maintainers = gnome3.maintainers;
platforms = platforms.unix;
};
}
diff --git a/pkgs/development/libraries/audio/libbass/default.nix b/pkgs/development/libraries/audio/libbass/default.nix
index 0e1445ca9ee..3552e335fed 100644
--- a/pkgs/development/libraries/audio/libbass/default.nix
+++ b/pkgs/development/libraries/audio/libbass/default.nix
@@ -1,32 +1,38 @@
{ stdenv, unzip, fetchurl }:
-let
- version = "24";
+# Upstream changes files in-place, to update:
+# 1. Check latest version at http://www.un4seen.com/
+# 2. Update `version`s and `sha256` sums.
+# See also http://www.un4seen.com/forum/?topic=18614.0
+let
allBass = {
bass = {
h = "bass.h";
+ version = "2.4.14";
so = {
i686_linux = "libbass.so";
x86_64-linux = "x64/libbass.so";
};
- urlpath = "bass${version}-linux.zip";
- sha256 = "1hjxp1akj8367qlglv5rqpwq2dimfz3bkllwq39abavz4sp8smjz";
+ urlpath = "bass24-linux.zip";
+ sha256 = "1nyzs08z0djyvz6jx1y9y99y0ksp4sxz9l2x43k1c9irls24xpfy";
};
bass_fx = {
h = "C/bass_fx.h";
+ version = "2.4.12.1";
so = {
i686_linux = "libbass_fx.so";
x86_64-linux = "x64/libbass_fx.so";
};
- urlpath = "z/0/bass_fx${version}-linux.zip";
+ urlpath = "z/0/bass_fx24-linux.zip";
sha256 = "1q0g74z7iyhxqps5b3gnnbic8v2jji1r0mkvais57lsx8y21sbin";
};
};
dropBass = name: bass: stdenv.mkDerivation {
- name = "lib${name}-${version}";
+ pname = "lib${name}";
+ inherit (bass) version;
src = fetchurl {
url = "https://www.un4seen.com/files/${bass.urlpath}";
diff --git a/pkgs/development/libraries/avahi/default.nix b/pkgs/development/libraries/avahi/default.nix
index 76010dacc5e..ee451818831 100644
--- a/pkgs/development/libraries/avahi/default.nix
+++ b/pkgs/development/libraries/avahi/default.nix
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
homepage = http://avahi.org;
license = licenses.lgpl2Plus;
platforms = platforms.unix;
- maintainers = with maintainers; [ lovek323 ];
+ maintainers = with maintainers; [ lovek323 globin ];
longDescription = ''
Avahi is a system which facilitates service discovery on a local
diff --git a/pkgs/development/libraries/aws-c-common/default.nix b/pkgs/development/libraries/aws-c-common/default.nix
index c8f284acc13..4286eedc87b 100644
--- a/pkgs/development/libraries/aws-c-common/default.nix
+++ b/pkgs/development/libraries/aws-c-common/default.nix
@@ -1,14 +1,14 @@
-{ lib, stdenv, fetchFromGitHub, cmake, libexecinfo }:
+{ lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
pname = "aws-c-common";
- version = "0.3.9";
+ version = "0.3.11";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
- sha256 = "04wrmrw83vypqzsq88b2q8kp5sfbv0qsci3bcxw0c2mfxqk8358n";
+ sha256 = "0a7hi4crnc3j1j39qcnd44zqdfwzw1xghcf80marx5vdf1qdzy6p";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/development/libraries/aws-checksums/default.nix b/pkgs/development/libraries/aws-checksums/default.nix
index 0e47398b346..124984f0d53 100644
--- a/pkgs/development/libraries/aws-checksums/default.nix
+++ b/pkgs/development/libraries/aws-checksums/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aws-checksums";
- version = "0.1.2";
+ version = "0.1.3";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
- sha256 = "1r21sfs1ik6cb8bz17w6gp6y2xa9rbjxjka0p6airb3qds094iv5";
+ sha256 = "1s6zwf97rkkvnf3p7vlaykwa4pxpvj78pmxvvjf5jk29f93b49xp";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/development/libraries/boehm-gc/default.nix b/pkgs/development/libraries/boehm-gc/default.nix
index 003d466f011..a241b42e187 100644
--- a/pkgs/development/libraries/boehm-gc/default.nix
+++ b/pkgs/development/libraries/boehm-gc/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, fetchpatch
+{ lib, stdenv, fetchurl
, enableLargeConfig ? false # doc: https://github.com/ivmai/bdwgc/blob/v7.6.6/doc/README.macros#L179
}:
diff --git a/pkgs/development/libraries/boost/generic.nix b/pkgs/development/libraries/boost/generic.nix
index 90dd8ff1744..f7bd189022f 100644
--- a/pkgs/development/libraries/boost/generic.nix
+++ b/pkgs/development/libraries/boost/generic.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, icu, expat, zlib, bzip2, python, fixDarwinDylibNames, libiconv
+{ stdenv, icu, expat, zlib, bzip2, python, fixDarwinDylibNames, libiconv
, which
, buildPackages
, toolset ? /**/ if stdenv.cc.isClang then "clang"
diff --git a/pkgs/development/libraries/caf/default.nix b/pkgs/development/libraries/caf/default.nix
index 15744744067..4a1ea394207 100644
--- a/pkgs/development/libraries/caf/default.nix
+++ b/pkgs/development/libraries/caf/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "actor-framework-${version}";
- version = "0.16.3";
+ version = "0.17.0";
src = fetchFromGitHub {
owner = "actor-framework";
repo = "actor-framework";
rev = "${version}";
- sha256 = "0nqw1cv7wxbcn2qwm08qffb6k4n3kgvdiaphks5gjgm305jk4vnx";
+ sha256 = "10dcpmdsfq6r7hpvg413pqi1q3rjvgn7f87c17ghyz30x6rjhaic";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/development/libraries/cairo/default.nix b/pkgs/development/libraries/cairo/default.nix
index 0151bac402c..e388b3af5f6 100644
--- a/pkgs/development/libraries/cairo/default.nix
+++ b/pkgs/development/libraries/cairo/default.nix
@@ -3,7 +3,7 @@
, x11Support? !stdenv.isDarwin, libXext, libXrender
, gobjectSupport ? true, glib
, xcbSupport ? x11Support, libxcb, xcbutil # no longer experimental since 1.12
-, libGLSupported
+, libGLSupported ? stdenv.lib.elem stdenv.hostPlatform.system stdenv.lib.platforms.mesaPlatforms
, glSupport ? config.cairo.gl or (libGLSupported && stdenv.isLinux && !stdenv.isAarch32 && !stdenv.isMips)
, libGL ? null # libGLU_combined is no longer a big dependency
, pdfSupport ? true
diff --git a/pkgs/development/libraries/catch2/default.nix b/pkgs/development/libraries/catch2/default.nix
index 67f5350d8fe..2d0fd4cb1bc 100644
--- a/pkgs/development/libraries/catch2/default.nix
+++ b/pkgs/development/libraries/catch2/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, cmake, python }:
+{ stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
name = "catch2-${version}";
diff --git a/pkgs/development/libraries/cdo/default.nix b/pkgs/development/libraries/cdo/default.nix
index af69e23ca1f..2a3dbc7a2d1 100644
--- a/pkgs/development/libraries/cdo/default.nix
+++ b/pkgs/development/libraries/cdo/default.nix
@@ -5,15 +5,15 @@
}:
stdenv.mkDerivation rec {
- version = "1.9.0";
- name = "cdo-${version}";
+ pname = "cdo";
+ version = "1.9.7.1";
# Dependencies
buildInputs = [ curl netcdf hdf5 ];
src = fetchurl {
- url = "https://code.mpimet.mpg.de/attachments/download/15187/${name}.tar.gz";
- sha256 = "024hsr6qfg2dicwvm0vvkg3fr998bchf0qgwpj2v0jmz7a67ydnz";
+ url = "https://code.mpimet.mpg.de/attachments/download/20124/${pname}-${version}.tar.gz";
+ sha256 = "0b4n8dwxfsdbz4jflsx0b75hwapdf1rp14p48dfr7ksv0qp9aw9p";
};
# Configure phase
@@ -23,15 +23,15 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optional (enable_all_static) "--enable-all-static"
++ stdenv.lib.optional (enable_cxx) "--enable-cxx";
- meta = {
+ meta = with stdenv.lib; {
description = "Collection of command line Operators to manipulate and analyse Climate and NWP model Data";
longDescription = ''
Supported data formats are GRIB 1/2, netCDF 3/4, SERVICE, EXTRA and IEG.
There are more than 600 operators available.
'';
homepage = https://code.mpimet.mpg.de/projects/cdo/;
- license = stdenv.lib.licenses.gpl2;
- maintainers = [ stdenv.lib.maintainers.ltavard ];
- platforms = with stdenv.lib.platforms; linux ++ darwin;
+ license = licenses.gpl2;
+ maintainers = [ maintainers.ltavard ];
+ platforms = with platforms; linux ++ darwin;
};
}
diff --git a/pkgs/development/libraries/ceres-solver/default.nix b/pkgs/development/libraries/ceres-solver/default.nix
index 043b9e263d8..52e0f06eeec 100644
--- a/pkgs/development/libraries/ceres-solver/default.nix
+++ b/pkgs/development/libraries/ceres-solver/default.nix
@@ -2,13 +2,13 @@
, eigen
, fetchurl
, cmake
-, google-gflags
+, gflags
, glog
, runTests ? false
}:
-# google-gflags is required to run tests
-assert runTests -> google-gflags != null;
+# gflags is required to run tests
+assert runTests -> gflags != null;
stdenv.mkDerivation rec {
name = "ceres-solver-${version}";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ eigen glog ]
- ++ stdenv.lib.optional runTests google-gflags;
+ ++ stdenv.lib.optional runTests gflags;
# The Basel BUILD file conflicts with the cmake build directory on
# case-insensitive filesystems, eg. darwin.
diff --git a/pkgs/development/libraries/cfitsio/darwin-curl-config.patch b/pkgs/development/libraries/cfitsio/darwin-curl-config.patch
deleted file mode 100644
index 77d8f719d77..00000000000
--- a/pkgs/development/libraries/cfitsio/darwin-curl-config.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -ruN cfitsio/configure cfitsio-curl-config/configure
---- cfitsio/configure 2018-05-09 21:16:00.000000000 +0200
-+++ cfitsio-curl-config/configure 2018-05-30 13:28:58.000000000 +0200
-@@ -4783,13 +4783,6 @@
- CURL_LIB=""
- CURL_INC=""
- # Use curl-config to get compiler & linker flags, if available.
--# On Macs, prefer XCode curl-config, and reject MacPorts version
--# until further notice to prevent build errors:
--if test "x$EXT" = xdarwin -a -x /usr/bin/curl-config; then
-- CURLCONFIG="/usr/bin/curl-config"
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: checking for curl-config... choosing /usr/bin/curl-config on Mac" >&5
--$as_echo "checking for curl-config... choosing /usr/bin/curl-config on Mac" >&6; }
--else
- # Extract the first word of "curl-config", so it can be a program name with args.
- set dummy curl-config; ac_word=$2
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-@@ -4833,7 +4826,6 @@
- fi
- fi
- fi
--fi
- CURLCONFIG=$ac_cv_prog_CURLCONFIG
- if test -n "$CURLCONFIG"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CURLCONFIG" >&5
diff --git a/pkgs/development/libraries/cfitsio/default.nix b/pkgs/development/libraries/cfitsio/default.nix
index 32308c34ead..7576c24024a 100644
--- a/pkgs/development/libraries/cfitsio/default.nix
+++ b/pkgs/development/libraries/cfitsio/default.nix
@@ -2,22 +2,23 @@
# Optional dependencies
, bzip2 ? null }:
-
stdenv.mkDerivation rec {
- name = "cfitsio-${version}";
- version = "3.450";
+ pname = "cfitsio";
+ version = "3.47";
src = fetchurl {
- url = "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio${builtins.replaceStrings ["."] [""] version}.tar.gz";
- sha256 = "0bmrkw6w65zb0k3mszaaqy1f4zjm2hl7njww74nb5v38wvdi4q5z";
+ url = "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-${version}.tar.gz";
+ sha256 = "1vzlxnrjckz78p2wf148v2z3krkwnykfqvlj42sz3q711vqid1a1";
};
buildInputs = [ bzip2 ];
- patches = [ ./darwin-curl-config.patch ./darwin-rpath-universal.patch ];
+ patches = [ ./darwin-rpath-universal.patch ];
configureFlags = stdenv.lib.optional (bzip2 != null) "--with-bzip2=${bzip2.out}";
+ hardeningDisable = [ "format" ];
+
# Shared-only build
buildFlags = "shared";
postPatch = '' sed -e '/^install:/s/libcfitsio.a //' -e 's@/bin/@@g' -i Makefile.in
diff --git a/pkgs/development/libraries/cimg/default.nix b/pkgs/development/libraries/cimg/default.nix
index 4025d386d77..3e6e62e5a96 100644
--- a/pkgs/development/libraries/cimg/default.nix
+++ b/pkgs/development/libraries/cimg/default.nix
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "cimg-${version}";
- version = "2.6.4";
+ version = "2.7.0";
src = fetchurl {
url = "http://cimg.eu/files/CImg_${version}.zip";
- sha256 = "0hvr030588jnm5s8zgxvhkg13al83dy6273rbdi801cmgfcwxq29";
+ sha256 = "1la6332cppyciyn3pflbchxa3av72a70p0n1c9sm1hgfbjlydqnv";
};
nativeBuildInputs = [ unzip ];
diff --git a/pkgs/development/libraries/clutter-gst/default.nix b/pkgs/development/libraries/clutter-gst/default.nix
index 9577bfe9e8a..3c88327c790 100644
--- a/pkgs/development/libraries/clutter-gst/default.nix
+++ b/pkgs/development/libraries/clutter-gst/default.nix
@@ -1,4 +1,4 @@
-{ fetchurl, stdenv, pkgconfig, clutter, gtk3, glib, cogl, gnome3, gdk_pixbuf }:
+{ fetchurl, stdenv, pkgconfig, clutter, gtk3, glib, cogl, gnome3, gdk-pixbuf }:
let
pname = "clutter-gst";
@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
sha256 = "17czmpl92dzi4h3rn5rishk015yi3jwiw29zv8qan94xcmnbssgy";
};
- propagatedBuildInputs = [ clutter gtk3 glib cogl gdk_pixbuf ];
+ propagatedBuildInputs = [ clutter gtk3 glib cogl gdk-pixbuf ];
nativeBuildInputs = [ pkgconfig ];
postBuild = "rm -rf $out/share/gtk-doc";
diff --git a/pkgs/development/libraries/cm256cc/default.nix b/pkgs/development/libraries/cm256cc/default.nix
new file mode 100644
index 00000000000..aaf40998102
--- /dev/null
+++ b/pkgs/development/libraries/cm256cc/default.nix
@@ -0,0 +1,23 @@
+{ stdenv, fetchFromGitHub, cmake, boost } :
+
+stdenv.mkDerivation rec {
+ pname = "cm256cc";
+ version = "1.0.5";
+
+ src = fetchFromGitHub {
+ owner = "f4exb";
+ repo = "cm256cc";
+ rev = "v${version}";
+ sha256 = "0d16y3lhdwr644am4sxqpshpbc3qik6dgr1w2c39vy75w9ff61a0";
+ };
+
+ nativeBuildInputs = [ cmake ];
+ buildInputs = [ boost ];
+
+ meta = with stdenv.lib; {
+ description = "Fast GF(256) Cauchy MDS Block Erasure Codec in C++";
+ homepage = "https://github.com/f4exb/cm256cc";
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ alkeryn ];
+ };
+}
diff --git a/pkgs/development/libraries/cogl/default.nix b/pkgs/development/libraries/cogl/default.nix
index cff32ca2d70..4700d9e2418 100644
--- a/pkgs/development/libraries/cogl/default.nix
+++ b/pkgs/development/libraries/cogl/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchurl, fetchpatch, pkgconfig, libGL, glib, gdk_pixbuf, xorg, libintl
+{ stdenv, fetchurl, fetchpatch, pkgconfig, libGL, glib, gdk-pixbuf, xorg, libintl
, pangoSupport ? true, pango, cairo, gobject-introspection, wayland, gnome3
-, mesa_noglu
+, mesa
, gstreamerSupport ? true, gst_all_1 }:
let
@@ -44,7 +44,7 @@ in stdenv.mkDerivation rec {
++ stdenv.lib.optionals (!stdenv.isDarwin) [ "--enable-gles1" "--enable-gles2" ];
propagatedBuildInputs = with xorg; [
- glib gdk_pixbuf gobject-introspection wayland mesa_noglu
+ glib gdk-pixbuf gobject-introspection wayland mesa
libGL libXrandr libXfixes libXcomposite libXdamage
]
++ stdenv.lib.optionals gstreamerSupport [ gst_all_1.gstreamer
diff --git a/pkgs/development/libraries/coin3d/default.nix b/pkgs/development/libraries/coin3d/default.nix
index 442ed2a4b9a..80b6480323b 100644
--- a/pkgs/development/libraries/coin3d/default.nix
+++ b/pkgs/development/libraries/coin3d/default.nix
@@ -1,30 +1,25 @@
-{ fetchurl, stdenv, libGLU_combined }:
+{ fetchFromBitbucket, stdenv, boost, cmake, libGLU_combined }:
stdenv.mkDerivation rec {
- name = "coin3d-${version}";
- version = "3.1.3";
+ pname = "coin";
+ version = "unstable-2019-06-12";
- src = fetchurl {
- url = "https://bitbucket.org/Coin3D/coin/downloads/Coin-${version}.tar.gz";
- sha256 = "05ylhrcglm81dajbk132l1w892634z2i97x10fm64y1ih72phd2q";
+ src = fetchFromBitbucket {
+ owner = "Coin3D";
+ repo = "coin";
+ rev = "8d860d7ba112b22c4e9b289268fd8b3625ab81d3";
+ sha256 = "1cpncljqvw28k5wvpgchv593nayhby5gwpvbnyllc9hb9ms816xn";
};
- patches = [
- (fetchurl {
- url = http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/coin/files/coin-3.1.3-gcc-4.7.patch;
- name = "gcc-4.7.patch";
- sha256 = "076dyc52swk8qc7ylps53fg6iqmd52x8s7m18i80x49dd109yw20";
- })
- ./gcc-4.8.patch # taken from FC-17 source rpm
- # see https://bitbucket.org/Coin3D/coin/issues/128/crash-in-cc_memalloc_deallocate
- # patch adapted from https://bitbucket.org/Coin3D/coin/pull-requests/75/added-fix-for-issue-128-provided-by-fedora/diff
- ./sbhashentry.patch
- ];
+ postPatch = ''
+ sed -i /cpack.d/d CMakeLists.txt
+ '';
- buildInputs = [ libGLU_combined ];
+ nativeBuildInputs = [ cmake ];
+ buildInputs = [ boost libGLU_combined ];
meta = {
- homepage = http://www.coin3d.org/;
+ homepage = "https://bitbucket.org/Coin3D/coin/wiki/Home";
license = stdenv.lib.licenses.gpl2Plus;
description = "High-level, retained-mode toolkit for effective 3D graphics development";
maintainers = [ stdenv.lib.maintainers.viric ];
diff --git a/pkgs/development/libraries/coin3d/gcc-4.8.patch b/pkgs/development/libraries/coin3d/gcc-4.8.patch
deleted file mode 100644
index be5b8b03b63..00000000000
--- a/pkgs/development/libraries/coin3d/gcc-4.8.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 9f5d96a2b9a71ab539237d2dab4c54fc46fc5c5b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?=
-Date: Thu, 18 Apr 2013 19:17:06 +0200
-Subject: [PATCH 10/10] GCC-4.8.0 fixes
-
----
- src/fonts/freetype.cpp | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/fonts/freetype.cpp b/src/fonts/freetype.cpp
-index 760b88b..e705d3a 100644
---- a/src/fonts/freetype.cpp
-+++ b/src/fonts/freetype.cpp
-@@ -32,18 +32,18 @@
-
- 20050613 mortene. */
-
--#include "fonts/freetype.h"
--
- #ifdef HAVE_CONFIG_H
- #include "config.h"
- #endif /* HAVE_CONFIG_H */
-
--#include
-+#include
- #include
-
- #include "glue/freetype.h"
- #include "glue/GLUWrapper.h"
-
-+#include "fonts/freetype.h"
-+
- /* ************************************************************************* */
-
- #ifdef __cplusplus
---
-1.8.1.4
-
diff --git a/pkgs/development/libraries/coin3d/sbhashentry.patch b/pkgs/development/libraries/coin3d/sbhashentry.patch
deleted file mode 100644
index 88c9a5f02a2..00000000000
--- a/pkgs/development/libraries/coin3d/sbhashentry.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -u --label /tmp/Coin-3.1.3/src/misc/SbHash.h --label \#\ /tmp/Coin-3.1.3/src/misc/SbHash.h /tmp/buffer-content-21756V0
---- a/src/misc/SbHash.h
-+++ b/src/misc/SbHash.h
-@@ -88,8 +88,8 @@
- SbHashEntry * entry = static_cast *>( ptr);
- cc_memalloc_deallocate(entry->memhandler, ptr);
- }
-- SbHashEntry(const Key & key, const Type & obj) : key(key), obj(obj) {}
--
-+ SbHashEntry(const Key & key, const Type & obj, cc_memalloc *memhandler)
-+ : key(key), obj(obj), memhandler(memhandler) {}
- Key key;
- Type obj;
- SbHashEntry * next;
-@@ -218,7 +218,7 @@
- /* Key not already in the hash table; insert a new
- * entry as the first element in the bucket
- */
-- entry = new (this->memhandler) SbHashEntry(key, obj);
-+ entry = new (this->memhandler) SbHashEntry(key, obj, this->memhandler);
- entry->next = this->buckets[i];
- this->buckets[i] = entry;
-
-
-Diff finished. Sat Sep 9 19:50:32 2017
diff --git a/pkgs/development/libraries/cpp-netlib/default.nix b/pkgs/development/libraries/cpp-netlib/default.nix
index badfc630a47..a4729cdeaed 100644
--- a/pkgs/development/libraries/cpp-netlib/default.nix
+++ b/pkgs/development/libraries/cpp-netlib/default.nix
@@ -1,12 +1,15 @@
-{ stdenv, fetchurl, cmake, boost, openssl, asio }:
+{ stdenv, fetchFromGitHub, cmake, boost, openssl, asio }:
stdenv.mkDerivation rec {
- name = "cpp-netlib-${version}";
- version = "0.12.0";
+ pname = "cpp-netlib";
+ version = "0.13.0-final";
- src = fetchurl {
- url = "http://downloads.cpp-netlib.org/${version}/${name}-final.tar.bz2";
- sha256 = "0h7gyrbr3madycnj8rl8k1jzk2hd8np2k5ad9mijlh0fizzzk3h8";
+ src = fetchFromGitHub {
+ owner = pname;
+ repo = pname;
+ rev = "${pname}-${version}";
+ sha256 = "18782sz7aggsl66b4mmi1i0ijwa76iww337fi9sygnplz2hs03a3";
+ fetchSubmodules = true;
};
buildInputs = [ cmake boost openssl ];
diff --git a/pkgs/development/libraries/cpp-utilities/default.nix b/pkgs/development/libraries/cpp-utilities/default.nix
new file mode 100644
index 00000000000..cd16dea56b1
--- /dev/null
+++ b/pkgs/development/libraries/cpp-utilities/default.nix
@@ -0,0 +1,27 @@
+{ stdenv, fetchFromGitHub, cmake, cppunit }:
+
+stdenv.mkDerivation rec {
+ pname = "cpp-utilities";
+ version = "4.17.1";
+
+ src = fetchFromGitHub {
+ owner = "Martchus";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "12088cwg3jbqipmbn4843w1cgxi1q6vwx47gy042rkfvbk6azhxl";
+ };
+
+ nativeBuildInputs = [ cmake ];
+ checkInputs = [ cppunit ];
+ # Otherwise, tests fail since the resulting shared object libc++utilities.so is only available in PWD of the make files
+ checkFlagsArray = [ "LD_LIBRARY_PATH=$(PWD)" ];
+ doCheck = true;
+
+ meta = with stdenv.lib; {
+ homepage = "https://github.com/Martchus/cpp-utilities";
+ description = "Common C++ classes and routines used by @Martchus' applications featuring argument parser, IO and conversion utilities";
+ license = licenses.gpl2;
+ maintainers = with maintainers; [ doronbehar ];
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/development/libraries/cppzmq/default.nix b/pkgs/development/libraries/cppzmq/default.nix
index 4c63e93e5c4..5bffda607ee 100644
--- a/pkgs/development/libraries/cppzmq/default.nix
+++ b/pkgs/development/libraries/cppzmq/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "cppzmq-${version}";
- version = "4.3.0";
+ version = "4.4.1";
src = fetchFromGitHub {
owner = "zeromq";
repo = "cppzmq";
rev = "v${version}";
- sha256 = "1g45cdny1m08zw4l261bqcqfdb825mnwjwqcf35bkyc03fr4213l";
+ sha256 = "15dgkv51csfkafplf0n0vqbjdr4pxqxq44dln0dcizhsn1p0a57q";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/development/libraries/crc32c/default.nix b/pkgs/development/libraries/crc32c/default.nix
new file mode 100644
index 00000000000..916ec5b703b
--- /dev/null
+++ b/pkgs/development/libraries/crc32c/default.nix
@@ -0,0 +1,24 @@
+{ stdenv, fetchFromGitHub, cmake, gflags }:
+stdenv.mkDerivation rec {
+ pname = "crc32c";
+ version = "1.1.0";
+
+ src = fetchFromGitHub {
+ owner = "google";
+ repo = "crc32c";
+ rev = version;
+ sha256 = "1sazkis9rzbrklfrvk7jn1mqywnq4yghmzg94mxd153h8b1sb149";
+ fetchSubmodules = true;
+ };
+
+ nativeBuildInputs = [ cmake ];
+ buildInputs = [ gflags ];
+ NIX_CFLAGS_COMPILE = stdenv.lib.optional stdenv.isAarch64 "-march=armv8-a+crc";
+
+ meta = with stdenv.lib; {
+ homepage = https://github.com/google/crc32c;
+ description = "CRC32C implementation with support for CPU-specific acceleration instructions";
+ license = with licenses; [ bsd3 ];
+ maintainers = with maintainers; [ andir ];
+ };
+}
diff --git a/pkgs/development/libraries/cre2/default.nix b/pkgs/development/libraries/cre2/default.nix
index 74619cbaaae..d8130d0b8f9 100644
--- a/pkgs/development/libraries/cre2/default.nix
+++ b/pkgs/development/libraries/cre2/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "cre2-${version}";
- version = "0.3.0";
-
+ version = "0.3.6";
+
src = fetchFromGitHub {
owner = "marcomaggi";
repo = "cre2";
- rev = version;
- sha256 = "12yrdad87jjqrhbqm02hzsayan2402vf61a9x1b2iabv6d1c1bnj";
+ rev = "v${version}";
+ sha256 = "1h9jwn6z8kjf4agla85b5xf7gfkdwncp0mfd8zwk98jkm8y2qx9q";
};
nativeBuildInputs = [
diff --git a/pkgs/development/libraries/ctypes_sh/default.nix b/pkgs/development/libraries/ctypes_sh/default.nix
new file mode 100644
index 00000000000..1e12afd95ca
--- /dev/null
+++ b/pkgs/development/libraries/ctypes_sh/default.nix
@@ -0,0 +1,28 @@
+{ stdenv
+, fetchFromGitHub
+, autoreconfHook, pkgconfig
+, zlib, libffi, elfutils, libdwarf
+}:
+
+stdenv.mkDerivation rec {
+ pname = "ctypes.sh";
+ version = "1.1";
+
+ src = fetchFromGitHub {
+ owner = "taviso";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "07rqbdxw33h92mllh0srymjjx52mddafs3jyzqpsflq3v0l0dk37";
+ };
+
+ nativeBuildInputs = [ autoreconfHook pkgconfig ];
+ buildInputs = [ zlib libffi elfutils libdwarf ];
+
+ meta = with stdenv.lib; {
+ description = "A foreign function interface for bash";
+ homepage = "https://github.com/taviso/ctypes.sh";
+ license = licenses.mit;
+ maintainers = with maintainers; [ tadeokondrak ];
+ platforms = platforms.unix;
+ };
+}
diff --git a/pkgs/development/libraries/cutelyst/default.nix b/pkgs/development/libraries/cutelyst/default.nix
index 784a282f6b2..216b644b38e 100644
--- a/pkgs/development/libraries/cutelyst/default.nix
+++ b/pkgs/development/libraries/cutelyst/default.nix
@@ -1,19 +1,19 @@
-{ stdenv, lib, fetchFromGitHub, cmake, pkgconfig, makeWrapper
+{ stdenv, lib, fetchFromGitHub, cmake, pkgconfig, wrapQtAppsHook
, qtbase, libuuid, libcap, uwsgi, grantlee, pcre
}:
stdenv.mkDerivation rec {
name = "cutelyst-${version}";
- version = "2.7.0";
+ version = "2.8.0";
src = fetchFromGitHub {
owner = "cutelyst";
repo = "cutelyst";
rev = "v${version}";
- sha256 = "09cgfpr2k1jp98h1ahxqm5lmv3qbk0bcxpqpill6n5wmq2c8kl8b";
+ sha256 = "02jys32qkyksa2dmanyg4x0y5lh4ra0xbn2mfr2k84slrxbgjs1g";
};
- nativeBuildInputs = [ cmake pkgconfig makeWrapper ];
+ nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];
buildInputs = [ qtbase libuuid libcap uwsgi grantlee pcre ];
cmakeFlags = [
@@ -31,12 +31,6 @@ stdenv.mkDerivation rec {
unset LD_LIBRARY_PATH
'';
- postInstall = ''
- for prog in $out/bin/*; do
- wrapProgram "$prog" --set QT_PLUGIN_PATH '${qtbase}/${qtbase.qtPluginPrefix}'
- done
- '';
-
meta = with lib; {
description = "C++ Web Framework built on top of Qt";
homepage = https://cutelyst.org/;
diff --git a/pkgs/development/libraries/cyrus-sasl/default.nix b/pkgs/development/libraries/cyrus-sasl/default.nix
index 06eac4423e7..0bdaf1be955 100644
--- a/pkgs/development/libraries/cyrus-sasl/default.nix
+++ b/pkgs/development/libraries/cyrus-sasl/default.nix
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, openssl, openldap, kerberos, db, gettext
-, pam, fixDarwinDylibNames, autoreconfHook, fetchpatch, enableLdap ? false
+, pam, fixDarwinDylibNames, autoreconfHook, enableLdap ? false
, buildPackages, pruneLibtoolFiles }:
with stdenv.lib;
diff --git a/pkgs/development/libraries/czmq/4.x.nix b/pkgs/development/libraries/czmq/4.x.nix
index 06801dfb7d2..13cee8fe86b 100644
--- a/pkgs/development/libraries/czmq/4.x.nix
+++ b/pkgs/development/libraries/czmq/4.x.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, zeromq }:
+{ stdenv, fetchurl, zeromq }:
stdenv.mkDerivation rec {
version = "4.2.0";
diff --git a/pkgs/development/libraries/dav1d/default.nix b/pkgs/development/libraries/dav1d/default.nix
index 157a6a21f3d..5f7ca179d4a 100644
--- a/pkgs/development/libraries/dav1d/default.nix
+++ b/pkgs/development/libraries/dav1d/default.nix
@@ -1,19 +1,27 @@
-{ stdenv, fetchFromGitLab, meson, ninja, nasm }:
+{ stdenv, fetchFromGitLab
+, meson, ninja, nasm, pkgconfig
+, withTools ? false, SDL2
+}:
stdenv.mkDerivation rec {
pname = "dav1d";
- version = "0.3.1";
+ version = "0.4.0";
src = fetchFromGitLab {
domain = "code.videolan.org";
owner = "videolan";
repo = pname;
rev = version;
- sha256 = "1m5vdg64iqxpi37l84mcfiq313g9z55zf66s85j2rqik6asmxbqg";
+ sha256 = "1fbalfzw8j00vwbrh9h8kjdx6h99dr10vmvbpg3rhsspmxq9h66h";
};
- nativeBuildInputs = [ meson ninja nasm ];
+ nativeBuildInputs = [ meson ninja nasm pkgconfig ];
# TODO: doxygen (currently only HTML and not build by default).
+ buildInputs = stdenv.lib.optional withTools SDL2;
+
+ mesonFlags= [
+ "-Denable_tools=${stdenv.lib.boolToString withTools}"
+ ];
meta = with stdenv.lib; {
description = "A cross-platform AV1 decoder focused on speed and correctness";
diff --git a/pkgs/development/libraries/dee/default.nix b/pkgs/development/libraries/dee/default.nix
index f0f31ae1ffc..04ecadadefa 100644
--- a/pkgs/development/libraries/dee/default.nix
+++ b/pkgs/development/libraries/dee/default.nix
@@ -5,7 +5,7 @@
, icu
, gobject-introspection
, dbus-glib
-, vala
+, vala_0_40
, python3
, autoreconfHook
}:
@@ -30,7 +30,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkgconfig
- vala
+ # https://gitlab.gnome.org/GNOME/vala/issues/803
+ vala_0_40
autoreconfHook
gobject-introspection
python3
diff --git a/pkgs/development/libraries/directfb/default.nix b/pkgs/development/libraries/directfb/default.nix
index 3d831efbcb7..f7545bb03d5 100644
--- a/pkgs/development/libraries/directfb/default.nix
+++ b/pkgs/development/libraries/directfb/default.nix
@@ -1,31 +1,29 @@
-{ stdenv, fetchurl, pkgconfig, perl, zlib, libjpeg, freetype, libpng, giflib
+{ stdenv, lib, fetchFromGitHub, autoreconfHook, perl, pkgconfig, flux, zlib
+, libjpeg, freetype, libpng, giflib
, enableX11 ? true, xorg
, enableSDL ? true, SDL }:
-let s =
-rec {
- version = "1.7.7";
- name="directfb-${version}";
- sha256 = "18r7h0pwbyyk8z3pgdv77nmma8lvr1si9gl1ghxgxf1ivhwcd1dp";
- url="http://directfb.org/downloads/Core/DirectFB-1.7/DirectFB-${version}.tar.gz";
-}
-; in
-stdenv.mkDerivation {
- inherit (s) name;
- src = fetchurl {
- inherit (s) url sha256;
+stdenv.mkDerivation rec {
+ pname = "directfb";
+ version = "1.7.7";
+
+ src = fetchFromGitHub {
+ owner = "deniskropp";
+ repo = "DirectFB";
+ rev = "DIRECTFB_${lib.replaceStrings ["."] ["_"] version}";
+ sha256 = "0bs3yzb7hy3mgydrj8ycg7pllrd2b6j0gxj596inyr7ihssr3i0y";
};
- nativeBuildInputs = [ perl pkgconfig ];
+ nativeBuildInputs = [ autoreconfHook perl pkgconfig flux ];
buildInputs = [ zlib libjpeg freetype giflib libpng ]
- ++ stdenv.lib.optional enableSDL SDL
- ++ stdenv.lib.optionals enableX11 (with xorg; [
+ ++ lib.optional enableSDL SDL
+ ++ lib.optionals enableX11 (with xorg; [
xorgproto libX11 libXext
libXrender
]);
- NIX_LDFLAGS="-lgcc_s";
+ NIX_LDFLAGS = "-lgcc_s";
configureFlags = [
"--enable-sdl"
@@ -35,14 +33,11 @@ stdenv.mkDerivation {
"--enable-fbdev"
"--enable-mmx"
"--enable-sse"
- #"--enable-sysfs" # not recognized
"--with-software"
"--with-smooth-scaling"
- ] ++ stdenv.lib.optionals enableX11 [
- "--enable-x11"
- ];
+ ] ++ lib.optional enableX11 "--enable-x11";
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Graphics and input library designed with embedded systems in mind";
longDescription = ''
DirectFB is a thin library that provides hardware graphics acceleration,
@@ -54,7 +49,7 @@ stdenv.mkDerivation {
power to embedded systems and sets a new standard for graphics under
Linux.
'';
- homepage = http://directfb.org/;
+ homepage = "https://github.com/deniskropp/DirectFB";
license = licenses.lgpl21;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
diff --git a/pkgs/development/libraries/directfb/default.upstream b/pkgs/development/libraries/directfb/default.upstream
deleted file mode 100644
index ef4ed8e490d..00000000000
--- a/pkgs/development/libraries/directfb/default.upstream
+++ /dev/null
@@ -1,3 +0,0 @@
-url 'http://directfb.org/index.php?path=Main%2FDownloads'
-version_link 'DirectFB-[0-9]'
-minimize_overwrite
diff --git a/pkgs/development/libraries/discord-rpc/default.nix b/pkgs/development/libraries/discord-rpc/default.nix
new file mode 100644
index 00000000000..3a8290a6597
--- /dev/null
+++ b/pkgs/development/libraries/discord-rpc/default.nix
@@ -0,0 +1,40 @@
+{ stdenv
+, fetchFromGitHub
+, cmake
+, rapidjson
+, AppKit
+, buildExamples ? false
+}:
+
+stdenv.mkDerivation rec {
+ pname = "discord-rpc";
+ version = "3.4.0";
+
+ src = fetchFromGitHub {
+ owner = "discordapp";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "04cxhqdv5r92lrpnhxf8702a8iackdf3sfk1050z7pijbijiql2a";
+ };
+
+ nativeBuildInputs = [
+ cmake
+ ];
+
+ buildInputs = [
+ rapidjson
+ ] ++ stdenv.lib.optional stdenv.isDarwin AppKit;
+
+ cmakeFlags = [
+ "-DBUILD_SHARED_LIBS=true"
+ "-DBUILD_EXAMPLES=${stdenv.lib.boolToString buildExamples}"
+ ];
+
+ meta = with stdenv.lib; {
+ description = "Official library to interface with the Discord client";
+ homepage = "https://github.com/discordapp/discord-rpc";
+ license = licenses.mit;
+ maintainers = with maintainers; [ tadeokondrak ];
+ platforms = platforms.all;
+ };
+}
diff --git a/pkgs/development/libraries/dleyna-renderer/default.nix b/pkgs/development/libraries/dleyna-renderer/default.nix
index aae7861fef4..18244d83dee 100644
--- a/pkgs/development/libraries/dleyna-renderer/default.nix
+++ b/pkgs/development/libraries/dleyna-renderer/default.nix
@@ -1,5 +1,4 @@
{ stdenv
-, fetchurl
, fetchFromGitHub
, autoreconfHook
, pkgconfig
diff --git a/pkgs/development/libraries/dlib/default.nix b/pkgs/development/libraries/dlib/default.nix
index 67a56855bb7..97d74e1ed3c 100644
--- a/pkgs/development/libraries/dlib/default.nix
+++ b/pkgs/development/libraries/dlib/default.nix
@@ -6,14 +6,14 @@
}:
stdenv.mkDerivation rec {
- version = "19.16";
+ version = "19.17";
name = "dlib-${version}";
src = fetchFromGitHub {
owner = "davisking";
repo = "dlib";
rev ="v${version}";
- sha256 = "0ix52npsxfm6324jli7y0zkyijl5yirv2yzfncyd4sq0r9fcwb4p";
+ sha256 = "0g11ilma6cll3bd2ahm66j1sjb9v4rxz3xjbfkcg5pjsvb49n029";
};
postPatch = ''
diff --git a/pkgs/development/libraries/eclib/default.nix b/pkgs/development/libraries/eclib/default.nix
index 681062cd671..62f04e061cf 100644
--- a/pkgs/development/libraries/eclib/default.nix
+++ b/pkgs/development/libraries/eclib/default.nix
@@ -1,6 +1,5 @@
{ stdenv
, fetchFromGitHub
-, fetchpatch
, autoreconfHook
, pari
, ntl
diff --git a/pkgs/development/libraries/editline/default.nix b/pkgs/development/libraries/editline/default.nix
index e2a989f4ef2..6dfd4edd071 100644
--- a/pkgs/development/libraries/editline/default.nix
+++ b/pkgs/development/libraries/editline/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fetchpatch, autoreconfHook }:
+{ stdenv, fetchFromGitHub, autoreconfHook }:
stdenv.mkDerivation rec {
name = "editline-${version}";
diff --git a/pkgs/development/libraries/eigen/default.nix b/pkgs/development/libraries/eigen/default.nix
index 25d0760a32d..6aec15f976b 100644
--- a/pkgs/development/libraries/eigen/default.nix
+++ b/pkgs/development/libraries/eigen/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, fetchpatch, cmake}:
+{stdenv, fetchurl, cmake}:
let
version = "3.3.7";
diff --git a/pkgs/development/libraries/elf-header/default.nix b/pkgs/development/libraries/elf-header/default.nix
index 47b39eeb7e9..c1764e83c30 100644
--- a/pkgs/development/libraries/elf-header/default.nix
+++ b/pkgs/development/libraries/elf-header/default.nix
@@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation {
src = null;
- unpackPhase = "true";
+ dontUnpack = true;
dontBuild = true;
diff --git a/pkgs/development/libraries/exiv2/default.nix b/pkgs/development/libraries/exiv2/default.nix
index 3f731bdf799..9b05165e1b2 100644
--- a/pkgs/development/libraries/exiv2/default.nix
+++ b/pkgs/development/libraries/exiv2/default.nix
@@ -1,28 +1,94 @@
-{ stdenv, fetchurl, fetchFromGitHub, fetchpatch, zlib, expat, gettext
-, autoconf }:
+{ stdenv
+, fetchFromGitHub
+, zlib
+, expat
+, cmake
+, which
+, libxml2
+, python3
+, gettext
+, doxygen
+, graphviz
+, libxslt
+}:
stdenv.mkDerivation rec {
- name = "exiv2-0.26.2018.12.30";
+ pname = "exiv2";
+ version = "0.27.1";
- #url = "https://www.exiv2.org/builds/${name}-trunk.tar.gz";
src = fetchFromGitHub rec {
owner = "exiv2";
repo = "exiv2";
- rev = "f5d0b25"; # https://github.com/Exiv2/exiv2/commits/0.26
- sha256 = "1blaz3g8dlij881g14nv2nsgr984wy6ypbwgi2pixk978p0gm70i";
+ rev = version;
+ sha256 = "0b5m921070fkyif0zlyb49gly3p6xd0hv1jyym4j25hx12gzbx0c";
};
- postPatch = "patchShebangs ./src/svn_version.sh";
+ patches = [
+ # https://github.com/Exiv2/exiv2/commit/aae88060ca85a483cd7fe791ba116c04d96c0bf9#comments
+ ./fix-cmake.patch
+ ];
- preConfigure = "make config"; # needed because not using tarball
+ cmakeFlags = [
+ "-DEXIV2_BUILD_PO=ON"
+ "-DEXIV2_BUILD_DOC=ON"
+ ];
- outputs = [ "out" "dev" ];
+ outputs = [ "out" "dev" "doc" "man" ];
nativeBuildInputs = [
+ cmake
+ doxygen
gettext
- autoconf # needed because not using tarball
+ graphviz
+ libxslt
];
- propagatedBuildInputs = [ zlib expat ];
+
+ propagatedBuildInputs = [
+ expat
+ zlib
+ ];
+
+ checkInputs = [
+ libxml2.bin
+ python3
+ which
+ ];
+
+ buildFlags = [
+ "doc"
+ ];
+
+ doCheck = stdenv.isLinux;
+
+ # Test setup found by inspecting ${src}/.travis/run.sh; problems without cmake.
+ checkTarget = "tests";
+
+ preCheck = ''
+ patchShebangs ../test/
+ mkdir ../test/tmp
+ export LD_LIBRARY_PATH="$(realpath ../build/lib)"
+
+ # Fix tests on Aarch64
+ ${stdenv.lib.optionalString stdenv.isAarch64 ''
+ rm -f ../tests/bugfixes/github/test_CVE_2018_12265.py
+ ''}
+ '';
+
+ postCheck = ''
+ (cd ../tests/ && python3 runner.py)
+ '';
+
+ # With cmake we have to enable samples or there won't be
+ # a tests target. This removes them.
+ postInstall = ''
+ ( cd "$out/bin"
+ mv exiv2 .exiv2
+ rm *
+ mv .exiv2 exiv2
+ )
+ '';
+
+ enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://www.exiv2.org/;
diff --git a/pkgs/development/libraries/exiv2/fix-cmake.patch b/pkgs/development/libraries/exiv2/fix-cmake.patch
new file mode 100644
index 00000000000..1e19aed8b90
--- /dev/null
+++ b/pkgs/development/libraries/exiv2/fix-cmake.patch
@@ -0,0 +1,16 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 34087004..41b3a068 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -239,9 +239,9 @@ install(FILES
+ ${CMAKE_BINARY_DIR}/exiv2lib_export.h
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/exiv2)
+
+-install(EXPORT exiv2Config DESTINATION "${CMAKE_INSTALL_LIBDIR}/exiv2/cmake")
++install(EXPORT exiv2Config DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/exiv2")
+
+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2ConfigVersion.cmake DESTINATION "${CMAKE_INSTALL_LIBDIR}/exiv2/cmake")
++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2ConfigVersion.cmake DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/exiv2")
+
+ # ******************************************************************************
+ # exiv2 application
diff --git a/pkgs/development/libraries/exosip/default.nix b/pkgs/development/libraries/exosip/default.nix
index 240f3c136ef..332504e46b5 100644
--- a/pkgs/development/libraries/exosip/default.nix
+++ b/pkgs/development/libraries/exosip/default.nix
@@ -1,20 +1,27 @@
-{stdenv, fetchurl, libosip, openssl, pkgconfig }:
+{ stdenv, fetchurl, libosip, openssl, pkgconfig, fetchpatch }:
stdenv.mkDerivation rec {
name = "libexosip2-${version}";
version = "4.1.0";
-
+
src = fetchurl {
url = "mirror://savannah/exosip/libeXosip2-${version}.tar.gz";
sha256 = "17cna8kpc8nk1si419vgr6r42k2lda0rdk50vlxrw8rzg0xp2xrw";
};
-
+
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libosip openssl ];
-
+
+ patches = [
+ (fetchpatch {
+ url = "https://sources.debian.net/data/main/libe/libexosip2/4.1.0-2.1/debian/patches/openssl110.patch";
+ sha256 = "01q2dax7pwh197mn18r22y38mrsky85mvs9vbkn9fpcilrdayal6";
+ })
+ ];
+
meta = with stdenv.lib; {
license = licenses.gpl2Plus;
description = "Library that hides the complexity of using the SIP protocol";
- platforms =platforms.linux;
+ platforms = platforms.linux;
};
}
diff --git a/pkgs/development/libraries/expat/default.nix b/pkgs/development/libraries/expat/default.nix
index 7e4d46c012d..ef257401945 100644
--- a/pkgs/development/libraries/expat/default.nix
+++ b/pkgs/development/libraries/expat/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
- name = "expat-2.2.6";
+ name = "expat-2.2.7";
src = fetchurl {
url = "mirror://sourceforge/expat/${name}.tar.bz2";
- sha256 = "1wl1x93b5w457ddsdgj0lh7yjq4q6l7wfbgwhagkc8fm2qkkrd0p";
+ sha256 = "067cfhqwiswm4zynw7xaxl59mrrimaiyjhnn8byxma1i98pi1jfb";
};
outputs = [ "out" "dev" ]; # TODO: fix referrers
diff --git a/pkgs/development/libraries/fcppt/default.nix b/pkgs/development/libraries/fcppt/default.nix
index a37ebe7c5e0..77e26f6b5dc 100644
--- a/pkgs/development/libraries/fcppt/default.nix
+++ b/pkgs/development/libraries/fcppt/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, boost, brigand, catch2 }:
stdenv.mkDerivation rec {
- name = "fcppt-${version}";
- version = "3.0.0";
+ pname = "fcppt";
+ version = "3.2.2";
src = fetchFromGitHub {
owner = "freundlich";
repo = "fcppt";
rev = version;
- sha256 = "0l78fjhy9nl3afrf0da9da4wzp1sx3kcyc2j6b71i60kvk44v4in";
+ sha256 = "09mah52m3lih2n0swpsh8qb72yzl4nixaq99xp7wxyxxprhf4bpa";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/development/libraries/ffmpeg-full/default.nix b/pkgs/development/libraries/ffmpeg-full/default.nix
index db606cc02d6..28ab53feebd 100644
--- a/pkgs/development/libraries/ffmpeg-full/default.nix
+++ b/pkgs/development/libraries/ffmpeg-full/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, perl, texinfo, yasm
+{ stdenv, fetchurl, fetchpatch, pkgconfig, perl, texinfo, yasm
/*
* Licensing options (yes some are listed twice, filters and such are not listed)
*/
@@ -52,6 +52,7 @@
, bzip2 ? null
, celt ? null # CELT decoder
#, crystalhd ? null # Broadcom CrystalHD hardware acceleration
+, dav1d ? null # AV1 decoder (focused on speed and correctness)
#, decklinkExtlib ? false, blackmagic-design-desktop-video ? null # Blackmagic Design DeckLink I/O support
, fdkaacExtlib ? false, fdk_aac ? null # Fraunhofer FDK AAC de/encoder
#, flite ? null # Flite (voice synthesis) support
@@ -97,7 +98,7 @@
, libXv ? null # Xlib support
, libXext ? null # Xlib support
, lzma ? null # xz-utils
-, nvenc ? true, nv-codec-headers ? null # NVIDIA NVENC support
+, nvenc ? !stdenv.isDarwin && !stdenv.isAarch64, nv-codec-headers ? null # NVIDIA NVENC support
, openal ? null # OpenAL 1.1 capture support
#, opencl ? null # OpenCL code
, opencore-amr ? null # AMR-NB de/encoder & AMR-WB decoder
@@ -139,7 +140,7 @@
* Darwin frameworks
*/
, Cocoa, CoreAudio, CoreServices, AVFoundation, MediaToolbox
-, VideoDecodeAcceleration, cf-private
+, VideoDecodeAcceleration
}:
/* Maintainer notes:
@@ -163,6 +164,9 @@
* libvpx(stable 1.3.0) openal openjpeg pulseaudio rtmpdump samba vid-stab
* wavpack x265 xavs
*
+ * Need fixes to support AArch64:
+ * libmfx(intel-media-sdk) nvenc
+ *
* Not supported:
* stagefright-h264(android only)
*
@@ -175,7 +179,7 @@
*/
let
- inherit (stdenv) isCygwin isFreeBSD isLinux;
+ inherit (stdenv) isCygwin isDarwin isFreeBSD isLinux isAarch64;
inherit (stdenv.lib) optional optionals optionalString enableFeature;
in
@@ -189,6 +193,10 @@ assert nonfreeLicensing -> gplLicensing && version3Licensing;
*/
assert networkBuild -> gnutls != null || opensslExtlib;
assert pixelutilsBuild -> avutilLibrary;
+/*
+ * Platform dependencies
+ */
+assert isDarwin -> !nvenc;
/*
* Program dependencies
*/
@@ -230,13 +238,15 @@ assert opensslExtlib -> gnutls == null && openssl != null && nonfreeLicensing;
stdenv.mkDerivation rec {
name = "ffmpeg-full-${version}";
- version = "4.1.3";
+ version = "4.2";
src = fetchurl {
url = "https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz";
- sha256 = "0gdnprc7gk4b7ckq8wbxbrj7i00r76r9a5g9mj7iln40512j0c0c";
+ sha256 = "1mgcxm7sqkajx35px05szsmn9mawwm03cfpmk3br7bcp3a1i0gq2";
};
+ patches = [ ./prefer-libdav1d-over-libaom.patch ];
+
prePatch = ''
patchShebangs .
'' + stdenv.lib.optionalString stdenv.isDarwin ''
@@ -318,6 +328,7 @@ stdenv.mkDerivation rec {
(enableFeature (bzip2 != null) "bzlib")
(enableFeature (celt != null) "libcelt")
#(enableFeature crystalhd "crystalhd")
+ (enableFeature (dav1d != null) "libdav1d")
#(enableFeature decklinkExtlib "decklink")
(enableFeature (fdkaacExtlib && gplLicensing) "libfdk-aac")
#(enableFeature (flite != null) "libflite")
@@ -342,7 +353,7 @@ stdenv.mkDerivation rec {
(enableFeature (if isLinux then libdc1394 != null && libraw1394 != null else false) "libdc1394")
(enableFeature (libiconv != null) "iconv")
#(enableFeature (if isLinux then libiec61883 != null && libavc1394 != null && libraw1394 != null else false) "libiec61883")
- (enableFeature (if isLinux then libmfx != null else false) "libmfx")
+ (enableFeature (if isLinux && !isAarch64 then libmfx != null else false) "libmfx")
(enableFeature (libmodplug != null) "libmodplug")
(enableFeature (libmysofa != null) "libmysofa")
#(enableFeature (libnut != null) "libnut")
@@ -405,7 +416,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ perl pkgconfig texinfo yasm ];
buildInputs = [
- bzip2 celt fontconfig freetype frei0r fribidi game-music-emu gnutls gsm
+ bzip2 celt dav1d fontconfig freetype frei0r fribidi game-music-emu gnutls gsm
libjack2 ladspaH lame libaom libass libbluray libbs2b libcaca libdc1394 libmodplug libmysofa
libogg libopus libssh libtheora libvdpau libvorbis libvpx libwebp libX11
libxcb libXv libXext lzma openal openjpeg libpulseaudio rtmpdump opencore-amr
@@ -415,11 +426,11 @@ stdenv.mkDerivation rec {
++ optionals nonfreeLicensing [ fdk_aac openssl ]
++ optional ((isLinux || isFreeBSD) && libva != null) libva
++ optionals isLinux [ alsaLib libraw1394 libv4l ]
- ++ optional (isLinux && libmfx != null) libmfx
+ ++ optional (isLinux && !isAarch64 && libmfx != null) libmfx
++ optional nvenc nv-codec-headers
++ optionals stdenv.isDarwin [ Cocoa CoreServices CoreAudio AVFoundation
MediaToolbox VideoDecodeAcceleration
- libiconv cf-private /* For _OBJC_EHTYPE_$_NSException */ ];
+ libiconv ];
buildFlags = [ "all" ]
++ optional qtFaststartProgram "tools/qt-faststart"; # Build qt-faststart executable
@@ -427,14 +438,6 @@ stdenv.mkDerivation rec {
# Hacky framework patching technique borrowed from the phantomjs2 package
postInstall = optionalString qtFaststartProgram ''
cp -a tools/qt-faststart $out/bin/
- '' + optionalString stdenv.isDarwin ''
- FILES=($(ls $out/bin/*))
- FILES+=($(ls $out/lib/*.dylib))
- for f in ''${FILES[@]}; do
- if [ ! -h "$f" ]; then
- install_name_tool -change ${cf-private}/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation "$f"
- fi
- done
'';
enableParallelBuilding = true;
diff --git a/pkgs/development/libraries/ffmpeg-full/prefer-libdav1d-over-libaom.patch b/pkgs/development/libraries/ffmpeg-full/prefer-libdav1d-over-libaom.patch
new file mode 100644
index 00000000000..789bfc2674f
--- /dev/null
+++ b/pkgs/development/libraries/ffmpeg-full/prefer-libdav1d-over-libaom.patch
@@ -0,0 +1,19 @@
+diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
+index d2f9a39ce5..2342399a8e 100644
+--- a/libavcodec/allcodecs.c
++++ b/libavcodec/allcodecs.c
+@@ -679,13 +679,13 @@ extern AVCodec ff_pcm_mulaw_at_encoder;
+ extern AVCodec ff_pcm_mulaw_at_decoder;
+ extern AVCodec ff_qdmc_at_decoder;
+ extern AVCodec ff_qdm2_at_decoder;
++extern AVCodec ff_libdav1d_decoder;
+ extern AVCodec ff_libaom_av1_decoder;
+ extern AVCodec ff_libaom_av1_encoder;
+ extern AVCodec ff_libaribb24_decoder;
+ extern AVCodec ff_libcelt_decoder;
+ extern AVCodec ff_libcodec2_encoder;
+ extern AVCodec ff_libcodec2_decoder;
+-extern AVCodec ff_libdav1d_decoder;
+ extern AVCodec ff_libdavs2_decoder;
+ extern AVCodec ff_libfdk_aac_encoder;
+ extern AVCodec ff_libfdk_aac_decoder;
diff --git a/pkgs/development/libraries/ffmpeg/4.nix b/pkgs/development/libraries/ffmpeg/4.nix
index 3066e0b12e5..8fd2ce70498 100644
--- a/pkgs/development/libraries/ffmpeg/4.nix
+++ b/pkgs/development/libraries/ffmpeg/4.nix
@@ -6,7 +6,7 @@
callPackage ./generic.nix (args // rec {
version = "${branch}";
- branch = "4.1.3";
- sha256 = "0aka5pibjhpks1wrsvqpy98v8cbvyvnngwqhh4ajkg6pbdl7k9i9";
+ branch = "4.2";
+ sha256 = "1f3glany3p2j832a9wia5vj8ds9xpm0xxlyia91y17hy85gxwsrh";
darwinFrameworks = [ Cocoa CoreMedia VideoToolbox ];
})
diff --git a/pkgs/development/libraries/ffms/default.nix b/pkgs/development/libraries/ffms/default.nix
index 8a5a9705cb2..1ad861fc63d 100644
--- a/pkgs/development/libraries/ffms/default.nix
+++ b/pkgs/development/libraries/ffms/default.nix
@@ -16,6 +16,13 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ zlib ffmpeg ];
+ # ffms includes a built-in vapoursynth plugin, see:
+ # https://github.com/FFMS/ffms2#avisynth-and-vapoursynth-plugin
+ postInstall = ''
+ mkdir $out/lib/vapoursynth
+ ln -s $out/lib/libffms2.so $out/lib/vapoursynth/libffms2.so
+ '';
+
meta = with stdenv.lib; {
homepage = https://github.com/FFMS/ffms2/;
description = "Libav/ffmpeg based source library for easy frame accurate access";
diff --git a/pkgs/development/libraries/flatpak/bubblewrap-paths.patch b/pkgs/development/libraries/flatpak/bubblewrap-paths.patch
index 79257fd6be5..407811736f8 100644
--- a/pkgs/development/libraries/flatpak/bubblewrap-paths.patch
+++ b/pkgs/development/libraries/flatpak/bubblewrap-paths.patch
@@ -1,8 +1,8 @@
diff --git a/icon-validator/validate-icon.c b/icon-validator/validate-icon.c
-index 6e23d9f2..8c621ec4 100644
+index 9e885070..d02eeb8c 100644
--- a/icon-validator/validate-icon.c
+++ b/icon-validator/validate-icon.c
-@@ -149,8 +149,8 @@ rerun_in_sandbox (const char *arg_width,
+@@ -156,8 +156,8 @@ rerun_in_sandbox (const char *arg_width,
"--unshare-ipc",
"--unshare-net",
"--unshare-pid",
diff --git a/pkgs/development/libraries/flatpak/default.nix b/pkgs/development/libraries/flatpak/default.nix
index 4ea17e588a9..d29be4cb930 100644
--- a/pkgs/development/libraries/flatpak/default.nix
+++ b/pkgs/development/libraries/flatpak/default.nix
@@ -1,18 +1,18 @@
{ stdenv, fetchurl, autoreconfHook, docbook_xml_dtd_412, docbook_xml_dtd_42, docbook_xml_dtd_43, docbook_xsl, which, libxml2
, gobject-introspection, gtk-doc, intltool, libxslt, pkgconfig, xmlto, appstream-glib, substituteAll, glibcLocales, yacc, xdg-dbus-proxy, p11-kit
-, bubblewrap, bzip2, dbus, glib, gpgme, json-glib, libarchive, libcap, libseccomp, coreutils, gettext, python2, hicolor-icon-theme
+, bubblewrap, bzip2, dbus, glib, gpgme, json-glib, libarchive, libcap, libseccomp, coreutils, gettext, hicolor-icon-theme, fuse
, libsoup, lzma, ostree, polkit, python3, systemd, xorg, valgrind, glib-networking, wrapGAppsHook, gnome3, gsettings-desktop-schemas, librsvg }:
stdenv.mkDerivation rec {
pname = "flatpak";
- version = "1.2.4";
+ version = "1.4.2";
# TODO: split out lib once we figure out what to do with triggerdir
outputs = [ "out" "man" "doc" "installedTests" ];
src = fetchurl {
url = "https://github.com/flatpak/flatpak/releases/download/${version}/${pname}-${version}.tar.xz";
- sha256 = "1qf3ys84fzv11z6f6li59rxjdjbyrv7cyi9539k73r9i9pckjr8v";
+ sha256 = "08nmpp26mgv0vp3mlwk97rnp0j7i108h4hr9nllja19sjxnrlygj";
};
patches = [
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
buildInputs = [
bubblewrap bzip2 dbus gnome3.dconf glib gpgme json-glib libarchive libcap libseccomp
- libsoup lzma ostree polkit python3 systemd xorg.libXau
+ libsoup lzma ostree polkit python3 systemd xorg.libXau fuse
gsettings-desktop-schemas glib-networking
librsvg # for flatpak-validate-icon
];
diff --git a/pkgs/development/libraries/flatpak/fix-paths.patch b/pkgs/development/libraries/flatpak/fix-paths.patch
index 49fcaa2b3f9..746b4382864 100644
--- a/pkgs/development/libraries/flatpak/fix-paths.patch
+++ b/pkgs/development/libraries/flatpak/fix-paths.patch
@@ -1,6 +1,8 @@
+diff --git a/session-helper/flatpak-session-helper.c b/session-helper/flatpak-session-helper.c
+index 5dd7629e..ddc71a4c 100644
--- a/session-helper/flatpak-session-helper.c
+++ b/session-helper/flatpak-session-helper.c
-@@ -624,7 +624,7 @@
+@@ -693,7 +693,7 @@ start_p11_kit_server (const char *flatpak_dir)
g_auto(GStrv) stdout_lines = NULL;
int i;
char *p11_argv[] = {
@@ -9,7 +11,7 @@
/* We explicitly request --sh here, because we then fail on earlier versions that doesn't support
* this flag. This is good, because those earlier versions did not properly daemonize and caused
* the spawn_sync to hang forever, waiting for the pipe to close.
-@@ -770,7 +770,7 @@
+@@ -836,7 +836,7 @@ main (int argc,
exit (1);
}
diff --git a/pkgs/development/libraries/flatpak/fix-test-paths.patch b/pkgs/development/libraries/flatpak/fix-test-paths.patch
index f987899e3bc..85b222152d0 100644
--- a/pkgs/development/libraries/flatpak/fix-test-paths.patch
+++ b/pkgs/development/libraries/flatpak/fix-test-paths.patch
@@ -1,6 +1,8 @@
+diff --git a/tests/libtest.sh b/tests/libtest.sh
+index 46bcefb3..0134425e 100644
--- a/tests/libtest.sh
+++ b/tests/libtest.sh
-@@ -328,7 +328,7 @@
+@@ -352,7 +352,7 @@ if [ -z "${FLATPAK_BWRAP:-}" ]; then
# running installed-tests: assume we know what we're doing
_flatpak_bwrap_works=true
elif ! "$FLATPAK_BWRAP" --unshare-ipc --unshare-net --unshare-pid \
@@ -9,7 +11,7 @@
_flatpak_bwrap_works=false
else
_flatpak_bwrap_works=true
-@@ -309,12 +309,12 @@
+@@ -426,12 +426,12 @@ dbus-daemon --fork --config-file=session.conf --print-address=3 --print-pid=4 \
export DBUS_SESSION_BUS_ADDRESS="$(cat dbus-session-bus-address)"
DBUS_SESSION_BUS_PID="$(cat dbus-session-bus-pid)"
@@ -24,9 +26,11 @@
gpg-connect-agent --homedir "${FL_GPG_HOMEDIR}" killagent /bye || true
fusermount -u $XDG_RUNTIME_DIR/doc || :
if test -n "${TEST_SKIP_CLEANUP:-}"; then
+diff --git a/tests/make-test-app.sh b/tests/make-test-app.sh
+index 0a0a28f1..16fd51fe 100755
--- a/tests/make-test-app.sh
+++ b/tests/make-test-app.sh
-@@ -114,13 +114,13 @@ msgid "Hello world"
+@@ -129,13 +129,13 @@ msgid "Hello world"
msgstr "Hallo Welt"
EOF
mkdir -p ${DIR}/files/de/share/de/LC_MESSAGES
@@ -42,9 +46,11 @@
flatpak build-finish ${DIR}
mkdir -p repos
+diff --git a/tests/make-test-runtime.sh b/tests/make-test-runtime.sh
+index 57899b75..9236996f 100755
--- a/tests/make-test-runtime.sh
+++ b/tests/make-test-runtime.sh
-@@ -26,6 +26,7 @@
+@@ -28,6 +28,7 @@ EOF
PATH="$PATH:/usr/sbin:/sbin"
# Add bash and dependencies
@@ -52,7 +58,7 @@
mkdir -p ${DIR}/usr/bin
mkdir -p ${DIR}/usr/lib
ln -s ../lib ${DIR}/usr/lib64
-@@ -35,48 +36,27 @@
+@@ -37,48 +38,23 @@ if test -f /sbin/ldconfig.real; then
else
cp `which ldconfig` ${DIR}/usr/bin
fi
@@ -105,21 +111,20 @@
-# We copy the C.UTF8 locale and call it en_US. Its a bit of a lie, but
-# the real en_US locale is often not available, because its in the
-# local archive.
+-mkdir -p ${DIR}/usr/lib/locale/
+-cp -r /usr/lib/locale/C.* ${DIR}/usr/lib/locale/en_US
+mv ${DIR}/nix/store ${DIR}/usr/store # files outside /usr are not permitted, we will have to replace /nix/store with /usr/store
+chmod -R u+w ${DIR} # nix store has read-only directories which would cause problems during clean-up, files need to be writable for sed
+find ${DIR} -type f -print0 | xargs -0 sed -i 's~/nix/store/~/usr/store/~g' # replace hardcoded paths
+find ${DIR} -type l | xargs -I '{}' sh -c 'tg="$(readlink "$1")"; newtg="${tg#/nix/store/}"; if [ "$tg" != "$newtg" ]; then ln -fs "/usr/store/$newtg" "$1"; fi' -- '{}' # replace symlink targets
-+
-+# We copy the whole locale archive because we do not have C.UTF8 locale
- mkdir -p ${DIR}/usr/lib/locale/
--cp -r /usr/lib/locale/C.* ${DIR}/usr/lib/locale/en_US
-+cp @glibcLocales@/lib/locale/locale-archive ${DIR}/usr/lib/locale/locale-archive
if [ x$COLLECTION_ID != x ]; then
collection_args=--collection-id=${COLLECTION_ID}
+diff --git a/tests/testlibrary.c b/tests/testlibrary.c
+index f2773dc8..3af9026f 100644
--- a/tests/testlibrary.c
+++ b/tests/testlibrary.c
-@@ -584,7 +584,7 @@
+@@ -1053,7 +1053,7 @@ check_bwrap_support (void)
{
gint exit_code = 0;
char *argv[] = { (char *) bwrap, "--unshare-ipc", "--unshare-net",
@@ -128,6 +133,8 @@
g_autofree char *argv_str = g_strjoinv (" ", argv);
g_test_message ("Spawning %s", argv_str);
g_spawn_sync (NULL, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, NULL, &exit_code, &error);
+diff --git a/triggers/gtk-icon-cache.trigger b/triggers/gtk-icon-cache.trigger
+index 711cfab2..10c220ec 100755
--- a/triggers/gtk-icon-cache.trigger
+++ b/triggers/gtk-icon-cache.trigger
@@ -1,7 +1,7 @@
diff --git a/pkgs/development/libraries/flatpak/respect-xml-catalog-files-var.patch b/pkgs/development/libraries/flatpak/respect-xml-catalog-files-var.patch
index 0e259aebd8a..4cee60be2d0 100644
--- a/pkgs/development/libraries/flatpak/respect-xml-catalog-files-var.patch
+++ b/pkgs/development/libraries/flatpak/respect-xml-catalog-files-var.patch
@@ -1,6 +1,8 @@
+diff --git a/acinclude.m4 b/acinclude.m4
+index 92ec3985..b3fccf1d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
-@@ -40,8 +40,8 @@
+@@ -40,8 +40,8 @@ AC_DEFUN([JH_CHECK_XML_CATALOG],
[
AC_REQUIRE([JH_PATH_XML_CATALOG],[JH_PATH_XML_CATALOG(,[:])])dnl
AC_MSG_CHECKING([for ifelse([$2],,[$1],[$2]) in XML catalog])
diff --git a/pkgs/development/libraries/flatpak/unset-env-vars.patch b/pkgs/development/libraries/flatpak/unset-env-vars.patch
index 798e388b23c..63ce0d12fe0 100644
--- a/pkgs/development/libraries/flatpak/unset-env-vars.patch
+++ b/pkgs/development/libraries/flatpak/unset-env-vars.patch
@@ -1,6 +1,8 @@
+diff --git a/common/flatpak-run.c b/common/flatpak-run.c
+index 8d52d3a5..81700183 100644
--- a/common/flatpak-run.c
+++ b/common/flatpak-run.c
-@@ -1192,6 +1192,7 @@ static const ExportData default_exports[] = {
+@@ -1232,6 +1232,7 @@ static const ExportData default_exports[] = {
{"PERLLIB", NULL},
{"PERL5LIB", NULL},
{"XCURSOR_PATH", NULL},
diff --git a/pkgs/development/libraries/flatpak/use-flatpak-from-path.patch b/pkgs/development/libraries/flatpak/use-flatpak-from-path.patch
index 408198bda5c..01363ffb7b3 100644
--- a/pkgs/development/libraries/flatpak/use-flatpak-from-path.patch
+++ b/pkgs/development/libraries/flatpak/use-flatpak-from-path.patch
@@ -1,6 +1,8 @@
+diff --git a/common/flatpak-dir.c b/common/flatpak-dir.c
+index 8f9dc66c..d3ab6e5f 100644
--- a/common/flatpak-dir.c
+++ b/common/flatpak-dir.c
-@@ -5758,7 +5758,7 @@ export_desktop_file (const char *app,
+@@ -6701,7 +6701,7 @@ export_desktop_file (const char *app,
new_exec = g_string_new ("");
g_string_append_printf (new_exec,
@@ -9,7 +11,7 @@
escaped_branch,
escaped_arch);
-@@ -6935,8 +6935,8 @@ flatpak_dir_deploy (FlatpakDir *self,
+@@ -7891,8 +7891,8 @@ flatpak_dir_deploy (FlatpakDir *self,
error))
return FALSE;
@@ -21,28 +23,28 @@
G_FILE_CREATE_REPLACE_DESTINATION, NULL, cancellable, error))
return FALSE;
diff --git a/tests/test-bundle.sh b/tests/test-bundle.sh
-index 6937b041..01f8add7 100755
+index dff17f33..a9857adc 100755
--- a/tests/test-bundle.sh
+++ b/tests/test-bundle.sh
@@ -59,7 +59,7 @@ assert_has_dir $FL_DIR/app/org.test.Hello/$ARCH/master/active/files
assert_has_dir $FL_DIR/app/org.test.Hello/$ARCH/master/active/export
assert_has_file $FL_DIR/exports/share/applications/org.test.Hello.desktop
# Ensure Exec key is rewritten
--assert_file_has_content $FL_DIR/exports/share/applications/org.test.Hello.desktop "^Exec=.*/flatpak run --branch=master --arch=$ARCH --command=hello.sh org.test.Hello$"
-+assert_file_has_content $FL_DIR/exports/share/applications/org.test.Hello.desktop "^Exec=flatpak run --branch=master --arch=$ARCH --command=hello.sh org.test.Hello$"
+-assert_file_has_content $FL_DIR/exports/share/applications/org.test.Hello.desktop "^Exec=.*/flatpak run --branch=master --arch=$ARCH --command=hello\.sh org\.test\.Hello$"
++assert_file_has_content $FL_DIR/exports/share/applications/org.test.Hello.desktop "^Exec=flatpak run --branch=master --arch=$ARCH --command=hello\.sh org\.test\.Hello$"
assert_has_file $FL_DIR/exports/share/icons/hicolor/64x64/apps/org.test.Hello.png
assert_has_file $FL_DIR/exports/share/icons/HighContrast/64x64/apps/org.test.Hello.png
diff --git a/tests/test-run.sh b/tests/test-run.sh
-index 9d83d82e..234e4ec6 100755
+index 233df9ad..76e0b23b 100644
--- a/tests/test-run.sh
+++ b/tests/test-run.sh
-@@ -42,7 +42,7 @@ assert_has_dir $FL_DIR/app/org.test.Hello/$ARCH/master/active/files
- assert_has_dir $FL_DIR/app/org.test.Hello/$ARCH/master/active/export
+@@ -45,7 +45,7 @@ assert_has_dir $FL_DIR/app/org.test.Hello/$ARCH/stable/active/files
+ assert_has_dir $FL_DIR/app/org.test.Hello/$ARCH/stable/active/export
assert_has_file $FL_DIR/exports/share/applications/org.test.Hello.desktop
# Ensure Exec key is rewritten
--assert_file_has_content $FL_DIR/exports/share/applications/org.test.Hello.desktop "^Exec=.*/flatpak run --branch=master --arch=$ARCH --command=hello.sh org.test.Hello$"
-+assert_file_has_content $FL_DIR/exports/share/applications/org.test.Hello.desktop "^Exec=flatpak run --branch=master --arch=$ARCH --command=hello.sh org.test.Hello$"
+-assert_file_has_content $FL_DIR/exports/share/applications/org.test.Hello.desktop "^Exec=.*/flatpak run --branch=stable --arch=$ARCH --command=hello\.sh org\.test\.Hello$"
++assert_file_has_content $FL_DIR/exports/share/applications/org.test.Hello.desktop "^Exec=flatpak run --branch=stable --arch=$ARCH --command=hello\.sh org\.test\.Hello$"
assert_has_file $FL_DIR/exports/share/icons/hicolor/64x64/apps/org.test.Hello.png
assert_not_has_file $FL_DIR/exports/share/icons/hicolor/64x64/apps/dont-export.png
assert_has_file $FL_DIR/exports/share/icons/HighContrast/64x64/apps/org.test.Hello.png
diff --git a/pkgs/development/libraries/flatpak/validate-icon-pixbuf.patch b/pkgs/development/libraries/flatpak/validate-icon-pixbuf.patch
index 5b8cc2d0383..086114e11c3 100644
--- a/pkgs/development/libraries/flatpak/validate-icon-pixbuf.patch
+++ b/pkgs/development/libraries/flatpak/validate-icon-pixbuf.patch
@@ -1,8 +1,8 @@
diff --git a/icon-validator/validate-icon.c b/icon-validator/validate-icon.c
-index 6e23d9f2..f0659a78 100644
+index 9e885070..44fea035 100644
--- a/icon-validator/validate-icon.c
+++ b/icon-validator/validate-icon.c
-@@ -193,6 +193,8 @@ rerun_in_sandbox (const char *arg_width,
+@@ -200,6 +200,8 @@ rerun_in_sandbox (const char *arg_width,
add_args (args, "--setenv", "G_MESSAGES_DEBUG", g_getenv ("G_MESSAGES_DEBUG"), NULL);
if (g_getenv ("G_MESSAGES_PREFIXED"))
add_args (args, "--setenv", "G_MESSAGES_PREFIXED", g_getenv ("G_MESSAGES_PREFIXED"), NULL);
diff --git a/pkgs/development/libraries/fltk/1.4.nix b/pkgs/development/libraries/fltk/1.4.nix
index 3cdebe184d7..cad4419a26c 100644
--- a/pkgs/development/libraries/fltk/1.4.nix
+++ b/pkgs/development/libraries/fltk/1.4.nix
@@ -1,11 +1,13 @@
{ stdenv, fetchurl, pkgconfig, xlibsWrapper, xorgproto, libXi
, freeglut, libGLU_combined, libjpeg, zlib, libXft, libpng
-, libtiff, freetype, cf-private, Cocoa, AGL, GLUT
+, libtiff, freetype, Cocoa, AGL, GLUT
}:
let
version = "1.4.x-r13121";
-in stdenv.mkDerivation {
+in
+
+stdenv.mkDerivation {
name = "fltk-${version}";
src = fetchurl {
@@ -13,19 +15,16 @@ in stdenv.mkDerivation {
sha256 = "1v8wxvxcbk99i82x2v5fpqg5vj8n7g8a38g30ry7nzcjn5sf3r63";
};
- preConfigure = "make clean";
-
patches = stdenv.lib.optionals stdenv.isDarwin [ ./nsosv.patch ];
nativeBuildInputs = [ pkgconfig ];
+ buildInputs = [ libGLU_combined libjpeg zlib libpng libXft ]
+ ++ stdenv.lib.optional stdenv.isDarwin [ AGL Cocoa GLUT ];
- buildInputs = [
- libGLU_combined
- libjpeg
- zlib
- libpng
- libXft
- ];
+ propagatedBuildInputs = [ xorgproto ]
+ ++ (if stdenv.isDarwin
+ then [ freetype libtiff ]
+ else [ xlibsWrapper libXi freeglut ]);
configureFlags = [
"--enable-gl"
@@ -35,18 +34,15 @@ in stdenv.mkDerivation {
"--enable-xft"
];
- propagatedBuildInputs = [ xorgproto ]
- ++ (if stdenv.isDarwin
- then [ Cocoa AGL GLUT freetype libtiff cf-private /* Needed for NSDefaultRunLoopMode */ ]
- else [ xlibsWrapper libXi freeglut ]);
+ preConfigure = "make clean";
enableParallelBuilding = true;
- meta = {
+ meta = with stdenv.lib; {
description = "A C++ cross-platform lightweight GUI library";
homepage = http://www.fltk.org;
- platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
- license = stdenv.lib.licenses.gpl2;
+ platforms = platforms.linux ++ platforms.darwin;
+ license = licenses.gpl2;
};
}
diff --git a/pkgs/development/libraries/fltk/default.nix b/pkgs/development/libraries/fltk/default.nix
index 60773d29d3d..bb9f8fe76c9 100644
--- a/pkgs/development/libraries/fltk/default.nix
+++ b/pkgs/development/libraries/fltk/default.nix
@@ -1,11 +1,13 @@
{ stdenv, fetchurl, pkgconfig, xlibsWrapper, xorgproto, libXi
, freeglut, libGLU_combined, libjpeg, zlib, libXft, libpng
-, libtiff, freetype, cf-private, Cocoa, AGL, GLUT
+, libtiff, freetype, Cocoa, AGL, GLUT
}:
let
version = "1.3.5";
-in stdenv.mkDerivation {
+in
+
+stdenv.mkDerivation {
name = "fltk-${version}";
src = fetchurl {
@@ -16,14 +18,13 @@ in stdenv.mkDerivation {
patches = stdenv.lib.optionals stdenv.isDarwin [ ./nsosv.patch ];
nativeBuildInputs = [ pkgconfig ];
+ buildInputs = [ libGLU_combined libjpeg zlib libpng libXft ]
+ ++ stdenv.lib.optional stdenv.isDarwin [ AGL Cocoa GLUT ];
- buildInputs = [
- libGLU_combined
- libjpeg
- zlib
- libpng
- libXft
- ];
+ propagatedBuildInputs = [ xorgproto ]
+ ++ (if stdenv.isDarwin
+ then [ freetype libtiff ]
+ else [ xlibsWrapper libXi freeglut ]);
configureFlags = [
"--enable-gl"
@@ -33,18 +34,12 @@ in stdenv.mkDerivation {
"--enable-xft"
];
- propagatedBuildInputs = [ xorgproto ]
- ++ (if stdenv.isDarwin
- then [ Cocoa AGL GLUT freetype libtiff cf-private /* Needed for NSDefaultRunLoopMode */ ]
- else [ xlibsWrapper libXi freeglut ]);
-
enableParallelBuilding = true;
- meta = {
+ meta = with stdenv.lib; {
description = "A C++ cross-platform lightweight GUI library";
homepage = http://www.fltk.org;
- platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
- license = stdenv.lib.licenses.gpl2;
+ platforms = platforms.linux ++ platforms.darwin;
+ license = licenses.gpl2;
};
-
}
diff --git a/pkgs/development/libraries/fmt/default.nix b/pkgs/development/libraries/fmt/default.nix
index 6974adf74ce..2cfc87d6a2e 100644
--- a/pkgs/development/libraries/fmt/default.nix
+++ b/pkgs/development/libraries/fmt/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fetchpatch, cmake, enableShared ? true }:
+{ stdenv, fetchFromGitHub, cmake, enableShared ? true }:
stdenv.mkDerivation rec {
version = "5.3.0";
diff --git a/pkgs/development/libraries/folly/default.nix b/pkgs/development/libraries/folly/default.nix
index 00ac6abbc8e..a2c3d41d35d 100644
--- a/pkgs/development/libraries/folly/default.nix
+++ b/pkgs/development/libraries/folly/default.nix
@@ -1,15 +1,15 @@
{ stdenv, fetchFromGitHub, cmake, boost, libevent, double-conversion, glog
-, google-gflags, libiberty, openssl }:
+, gflags, libiberty, openssl }:
stdenv.mkDerivation rec {
name = "folly-${version}";
- version = "2019.05.27.00";
+ version = "2019.08.05.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
- sha256 = "00xacaziqllps069xzg7iz68rj5hr8mj3rbi4shkrr9jq51y9ikj";
+ sha256 = "03arl9hg06rzbyaf3fzyk7q8d5mfbzfwmhqnfnvqcgzlqdj0gaa5";
};
nativeBuildInputs = [ cmake ];
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
boost
double-conversion
glog
- google-gflags
+ gflags
libevent
libiberty
openssl
diff --git a/pkgs/development/libraries/freetds/default.nix b/pkgs/development/libraries/freetds/default.nix
index d8bb9e8e85b..ee63ce2f2f9 100644
--- a/pkgs/development/libraries/freetds/default.nix
+++ b/pkgs/development/libraries/freetds/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
version = "1.1.6";
src = fetchurl {
- url = "http://www.freetds.org/files/stable/${name}.tar.bz2";
+ url = "https://www.freetds.org/files/stable/${name}.tar.bz2";
sha256 = "18rry59npbhxpzjb0l3ib7zlnlzj43srb5adcm65wyklklsh0gn2";
};
diff --git a/pkgs/development/libraries/freetype/default.nix b/pkgs/development/libraries/freetype/default.nix
index 4658ac049df..eb26a241d1c 100644
--- a/pkgs/development/libraries/freetype/default.nix
+++ b/pkgs/development/libraries/freetype/default.nix
@@ -14,7 +14,7 @@ let
in stdenv.mkDerivation rec {
pname = "freetype";
- version = "2.10.0";
+ version = "2.10.1";
meta = with stdenv.lib; {
description = "A font rendering engine";
@@ -32,11 +32,12 @@ in stdenv.mkDerivation rec {
};
src = fetchurl {
- url = "mirror://savannah/${pname}/${pname}-${version}.tar.bz2";
- sha256 = "01mybx78n3n9dhzylbrdy42wxdwfn8rp514qdkzjy6b5ij965k7w";
+ url = "mirror://savannah/${pname}/${pname}-${version}.tar.xz";
+ sha256 = "0vx2dg1jh5kq34dd6ifpjywkpapp8a7p1bvyq9yq5zi1i94gmnqn";
};
propagatedBuildInputs = [ zlib bzip2 libpng ]; # needed when linking against freetype
+
# dependence on harfbuzz is looser than the reverse dependence
nativeBuildInputs = [ pkgconfig which makeWrapper ]
# FreeType requires GNU Make, which is not part of stdenv on FreeBSD.
diff --git a/pkgs/development/libraries/g2o/default.nix b/pkgs/development/libraries/g2o/default.nix
index 1486b5bfc55..909c504870f 100644
--- a/pkgs/development/libraries/g2o/default.nix
+++ b/pkgs/development/libraries/g2o/default.nix
@@ -1,4 +1,5 @@
-{ lib, stdenv, fetchFromGitHub, cmake, eigen, suitesparse }:
+{ lib, stdenv, fetchFromGitHub, cmake, eigen, suitesparse, libGLU, qt5
+, libsForQt5, makeWrapper }:
stdenv.mkDerivation rec {
pname = "g2o";
@@ -11,8 +12,33 @@ stdenv.mkDerivation rec {
sha256 = "1rgrz6zxiinrik3lgwgvsmlww1m2fnpjmvcx1mf62xi1s2ma5w2i";
};
- nativeBuildInputs = [ cmake ];
- buildInputs = [ eigen suitesparse ];
+ # Removes a reference to gcc that is only used in a debug message
+ patches = [ ./remove-compiler-reference.patch ];
+
+ separateDebugInfo = true;
+
+ nativeBuildInputs = [ cmake makeWrapper ];
+ buildInputs = [ eigen suitesparse libGLU qt5.qtbase libsForQt5.libqglviewer ];
+
+ cmakeFlags = [
+ # Detection script is broken
+ "-DQGLVIEWER_INCLUDE_DIR=${libsForQt5.libqglviewer}/include/QGLViewer"
+ "-DG2O_BUILD_EXAMPLES=OFF"
+ ] ++ lib.optionals stdenv.isx86_64 ([ "-DDO_SSE_AUTODETECT=OFF" ] ++ {
+ "default" = [ "-DDISABLE_SSE3=ON" "-DDISABLE_SSE4_1=ON" "-DDISABLE_SSE4_2=ON" "-DDISABLE_SSE4_A=ON" ];
+ "westmere" = [ "-DDISABLE_SSE4_A=ON" ];
+ "sandybridge" = [ "-DDISABLE_SSE4_A=ON" ];
+ "ivybridge" = [ "-DDISABLE_SSE4_A=ON" ];
+ "haswell" = [ "-DDISABLE_SSE4_A=ON" ];
+ "broadwell" = [ "-DDISABLE_SSE4_A=ON" ];
+ "skylake" = [ "-DDISABLE_SSE4_A=ON" ];
+ "skylake-avx512" = [ "-DDISABLE_SSE4_A=ON" ];
+ }.${stdenv.hostPlatform.platform.gcc.arch or "default"});
+
+ postInstall = ''
+ wrapProgram $out/bin/g2o_viewer \
+ --prefix QT_PLUGIN_PATH : "${qt5.qtbase}/${qt5.qtbase.qtPluginPrefix}"
+ '';
meta = {
description = "A General Framework for Graph Optimization";
diff --git a/pkgs/development/libraries/g2o/remove-compiler-reference.patch b/pkgs/development/libraries/g2o/remove-compiler-reference.patch
new file mode 100644
index 00000000000..347c5780240
--- /dev/null
+++ b/pkgs/development/libraries/g2o/remove-compiler-reference.patch
@@ -0,0 +1,25 @@
+From b9bfed09e4e3c481b7eb36bee1ff4202ccf69dee Mon Sep 17 00:00:00 2001
+From: Ben Wolsieffer
+Date: Fri, 17 May 2019 19:05:36 -0400
+Subject: [PATCH] Remove reference to compiler.
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a3f66dd..bb05bd0 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -371,7 +371,7 @@ set(G2O_HAVE_CHOLMOD ${CHOLMOD_FOUND})
+ set(G2O_HAVE_CSPARSE ${CSPARSE_FOUND})
+ set(G2O_SHARED_LIBS ${BUILD_SHARED_LIBS})
+ set(G2O_LGPL_SHARED_LIBS ${BUILD_LGPL_SHARED_LIBS})
+-set(G2O_CXX_COMPILER "${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER}")
++set(G2O_CXX_COMPILER "${CMAKE_CXX_COMPILER_ID} unknown")
+
+ configure_file(config.h.in "${PROJECT_BINARY_DIR}/g2o/config.h")
+ install(FILES ${PROJECT_BINARY_DIR}/g2o/config.h DESTINATION ${INCLUDES_DESTINATION}/g2o)
+--
+2.21.0
+
diff --git a/pkgs/development/libraries/gcr/default.nix b/pkgs/development/libraries/gcr/default.nix
index 693fda99759..dcb4df1419e 100644
--- a/pkgs/development/libraries/gcr/default.nix
+++ b/pkgs/development/libraries/gcr/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, intltool, gnupg, p11-kit, glib
-, libgcrypt, libtasn1, dbus-glib, gtk3, pango, gdk_pixbuf, atk
+, libgcrypt, libtasn1, dbus-glib, gtk3, pango, gdk-pixbuf, atk
, gobject-introspection, makeWrapper, libxslt, vala, gnome3
, python2 }:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
buildInputs = let
gpg = gnupg.override { guiSupport = false; }; # prevent build cycle with pinentry_gnome
in [
- gpg libgcrypt libtasn1 dbus-glib pango gdk_pixbuf atk
+ gpg libgcrypt libtasn1 dbus-glib pango gdk-pixbuf atk
];
propagatedBuildInputs = [ glib gtk3 p11-kit ];
@@ -45,5 +45,17 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
platforms = platforms.linux;
maintainers = gnome3.maintainers;
+ description = "GNOME crypto services (daemon and tools)";
+ homepage = https://gitlab.gnome.org/GNOME/gcr;
+ license = licenses.gpl2;
+
+ longDescription = ''
+ GCR is a library for displaying certificates, and crypto UI, accessing
+ key stores. It also provides the viewer for crypto files on the GNOME
+ desktop.
+
+ GCK is a library for accessing PKCS#11 modules like smart cards, in a
+ (G)object oriented way.
+ '';
};
}
diff --git a/pkgs/development/libraries/gdal/001.3_0_1.darwin.patch b/pkgs/development/libraries/gdal/001.3_0_1.darwin.patch
new file mode 100644
index 00000000000..3d34f689120
--- /dev/null
+++ b/pkgs/development/libraries/gdal/001.3_0_1.darwin.patch
@@ -0,0 +1,29 @@
+diff a/swig/python/setup.py b/swig/python/setup.py
+--- a/swig/python/setup.py
++++ b/swig/python/setup.py
+@@ -268,17 +268,17 @@ class gdal_ext(build_ext):
+ if ext.name != 'osgeo._gdalconst':
+ ext.extra_compile_args += [cxx11_flag]
+
+- # Adding arch flags here if OS X and compiler is clang
+- if sys.platform == 'darwin' and [int(x) for x in os.uname()[2].split('.')] >= [11, 0, 0]:
+- # since MacOS X 10.9, clang no longer accepts -mno-fused-madd
+- # extra_compile_args.append('-Qunused-arguments')
+- clang_flag = '-Wno-error=unused-command-line-argument-hard-error-in-future'
+- if has_flag(self.compiler, clang_flag):
+- ext.extra_compile_args += [clang_flag]
+- else:
+- clang_flag = '-Wno-error=unused-command-line-argument'
+- if has_flag(self.compiler, clang_flag):
+- ext.extra_compile_args += [clang_flag]
++ # Adding arch flags here if OS X and compiler is clang
++ if sys.platform == 'darwin' and [int(x) for x in os.uname()[2].split('.')] >= [11, 0, 0]:
++ # since MacOS X 10.9, clang no longer accepts -mno-fused-madd
++ # extra_compile_args.append('-Qunused-arguments')
++ clang_flag = '-Wno-error=unused-command-line-argument-hard-error-in-future'
++ if has_flag(self.compiler, clang_flag):
++ ext.extra_compile_args += [clang_flag]
++ else:
++ clang_flag = '-Wno-error=unused-command-line-argument'
++ if has_flag(self.compiler, clang_flag):
++ ext.extra_compile_args += [clang_flag]
diff --git a/pkgs/development/libraries/gdal/2.4.0.nix b/pkgs/development/libraries/gdal/2.4.0.nix
new file mode 100644
index 00000000000..14113d8b87e
--- /dev/null
+++ b/pkgs/development/libraries/gdal/2.4.0.nix
@@ -0,0 +1,95 @@
+{ stdenv, fetchurl, fetchpatch, unzip, libjpeg, libtiff, zlib
+, postgresql, mysql, libgeotiff, pythonPackages, proj, geos, openssl
+, libpng, sqlite, libspatialite, poppler, hdf4, qhull, giflib, expat
+, libiconv, libxml2
+, netcdfSupport ? true, netcdf, hdf5, curl
+}:
+
+with stdenv.lib;
+
+stdenv.mkDerivation rec {
+ name = "gdal-${version}";
+ version = "2.4.0";
+
+ src = fetchurl {
+ url = "https://download.osgeo.org/gdal/${version}/${name}.tar.xz";
+ sha256 = "09qgy36z0jc9w05373m4n0vm4j54almdzql6z9p9zr9pdp61syf3";
+ };
+
+ buildInputs = [ unzip libjpeg libtiff libgeotiff libpng proj openssl sqlite
+ libspatialite poppler hdf4 qhull giflib expat libxml2 proj ]
+ ++ (with pythonPackages; [ python numpy wrapPython ])
+ ++ stdenv.lib.optional stdenv.isDarwin libiconv
+ ++ stdenv.lib.optionals netcdfSupport [ netcdf hdf5 curl ];
+
+ configureFlags = [
+ "--with-expat=${expat.dev}"
+ "--with-jpeg=${libjpeg.dev}"
+ "--with-libtiff=${libtiff.dev}" # optional (without largetiff support)
+ "--with-png=${libpng.dev}" # optional
+ "--with-poppler=${poppler.dev}" # optional
+ "--with-libz=${zlib.dev}" # optional
+ "--with-pg=${postgresql}/bin/pg_config"
+ "--with-mysql=${mysql.connector-c or mysql}/bin/mysql_config"
+ "--with-geotiff=${libgeotiff.dev}"
+ "--with-sqlite3=${sqlite.dev}"
+ "--with-spatialite=${libspatialite}"
+ "--with-python" # optional
+ "--with-proj=${proj.dev}" # optional
+ "--with-geos=${geos}/bin/geos-config"# optional
+ "--with-hdf4=${hdf4.dev}" # optional
+ "--with-xml2=${libxml2.dev}/bin/xml2-config" # optional
+ (if netcdfSupport then "--with-netcdf=${netcdf}" else "")
+ ];
+
+ hardeningDisable = [ "format" ];
+
+ CXXFLAGS = "-fpermissive";
+
+ postPatch = ''
+ sed -i '/ifdef bool/i\
+ #ifdef swap\
+ #undef swap\
+ #endif' ogr/ogrsf_frmts/mysql/ogr_mysql.h
+ # poppler 0.73.0 support
+ patch -lp2 <${
+ fetchpatch {
+ url = "https://github.com/OSGeo/gdal/commit/29f4dfbcac2de718043f862166cd639ab578b552.diff";
+ sha256 = "1h2rsjjrgwqfgqzppmzv5jgjs1dbbg8pvfmay0j9y0618qp3r734";
+ }
+ } || true
+ patch -p2 <${
+ fetchpatch {
+ url = "https://github.com/OSGeo/gdal/commit/19967e682738977e11e1d0336e0178882c39cad2.diff";
+ sha256 = "12yqd77226i6xvzgqmxiac5ghdinixh8k2crg1r2gnhc0xlc3arj";
+ }
+ }
+ '';
+
+ # - Unset CC and CXX as they confuse libtool.
+ # - teach gdal that libdf is the legacy name for libhdf
+ preConfigure = ''
+ unset CC CXX
+ substituteInPlace configure \
+ --replace "-lmfhdf -ldf" "-lmfhdf -lhdf"
+ '';
+
+ preBuild = ''
+ substituteInPlace swig/python/GNUmakefile \
+ --replace "ifeq (\$(STD_UNIX_LAYOUT),\"TRUE\")" "ifeq (1,1)"
+ '';
+
+ postInstall = ''
+ wrapPythonPrograms
+ '';
+
+ enableParallelBuilding = true;
+
+ meta = {
+ description = "Translator library for raster geospatial data formats";
+ homepage = https://www.gdal.org/;
+ license = stdenv.lib.licenses.mit;
+ maintainers = [ stdenv.lib.maintainers.marcweber ];
+ platforms = with stdenv.lib.platforms; linux ++ darwin;
+ };
+}
diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix
index e7ffdde6cb1..0db16e2efe3 100644
--- a/pkgs/development/libraries/gdal/default.nix
+++ b/pkgs/development/libraries/gdal/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchurl, fetchpatch, unzip, libjpeg, libtiff, zlib
+{ stdenv, fetchFromGitHub, fetchpatch, unzip, libjpeg, libtiff, zlib
, postgresql, mysql, libgeotiff, pythonPackages, proj, geos, openssl
, libpng, sqlite, libspatialite, poppler, hdf4, qhull, giflib, expat
-, libiconv, libxml2
+, libiconv, libxml2, autoreconfHook
, netcdfSupport ? true, netcdf, hdf5, curl
}:
@@ -9,15 +9,23 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "gdal-${version}";
- version = "2.4.0";
+ version = "3.0.1";
- src = fetchurl {
- url = "https://download.osgeo.org/gdal/${version}/${name}.tar.xz";
- sha256 = "09qgy36z0jc9w05373m4n0vm4j54almdzql6z9p9zr9pdp61syf3";
+ src = fetchFromGitHub {
+ owner = "OSGeo";
+ repo = "gdal";
+ rev = "v${version}";
+ sha256 = "04rraqhygv8b8fy87qvdhkgx87whby9n98p3gxqr7kdrfymwnh8l";
};
+ sourceRoot = "source/gdal";
+
+ patches = [ ./001.3_0_1.darwin.patch ];
+
+ nativeBuildInputs = [ autoreconfHook ];
+
buildInputs = [ unzip libjpeg libtiff libpng proj openssl sqlite
- libspatialite poppler hdf4 qhull giflib expat libxml2 ]
+ libspatialite libgeotiff poppler hdf4 qhull giflib expat libxml2 ]
++ (with pythonPackages; [ python numpy wrapPython ])
++ stdenv.lib.optional stdenv.isDarwin libiconv
++ stdenv.lib.optionals netcdfSupport [ netcdf hdf5 curl ];
@@ -35,7 +43,7 @@ stdenv.mkDerivation rec {
"--with-sqlite3=${sqlite.dev}"
"--with-spatialite=${libspatialite}"
"--with-python" # optional
- "--with-proj=${proj}" # optional
+ "--with-proj=${proj.dev}" # optional
"--with-geos=${geos}/bin/geos-config"# optional
"--with-hdf4=${hdf4.dev}" # optional
"--with-xml2=${libxml2.dev}/bin/xml2-config" # optional
@@ -46,31 +54,9 @@ stdenv.mkDerivation rec {
CXXFLAGS = "-fpermissive";
- postPatch = ''
- sed -i '/ifdef bool/i\
- #ifdef swap\
- #undef swap\
- #endif' ogr/ogrsf_frmts/mysql/ogr_mysql.h
-
- # poppler 0.73.0 support
- patch -lp2 <${
- fetchpatch {
- url = "https://github.com/OSGeo/gdal/commit/29f4dfbcac2de718043f862166cd639ab578b552.diff";
- sha256 = "1h2rsjjrgwqfgqzppmzv5jgjs1dbbg8pvfmay0j9y0618qp3r734";
- }
- } || true
- patch -p2 <${
- fetchpatch {
- url = "https://github.com/OSGeo/gdal/commit/19967e682738977e11e1d0336e0178882c39cad2.diff";
- sha256 = "12yqd77226i6xvzgqmxiac5ghdinixh8k2crg1r2gnhc0xlc3arj";
- }
- }
- '';
-
# - Unset CC and CXX as they confuse libtool.
# - teach gdal that libdf is the legacy name for libhdf
preConfigure = ''
- unset CC CXX
substituteInPlace configure \
--replace "-lmfhdf -ldf" "-lmfhdf -lhdf"
'';
diff --git a/pkgs/development/libraries/gdal/gdal-1_11.nix b/pkgs/development/libraries/gdal/gdal-1_11.nix
index 32101221e64..40308a95791 100644
--- a/pkgs/development/libraries/gdal/gdal-1_11.nix
+++ b/pkgs/development/libraries/gdal/gdal-1_11.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0hphxzvy23v3vqxx1y22hhhg4cypihrb8555y12nb4mrhzlw7zfl";
};
- buildInputs = [ unzip libjpeg libtiff libpng python pythonPackages.numpy proj openssl ];
+ buildInputs = [ unzip libjpeg libtiff libgeotiff libpng python pythonPackages.numpy proj openssl ];
patches = [
# This ensures that the python package is installed into gdal's prefix,
@@ -33,12 +33,17 @@ stdenv.mkDerivation rec {
"--with-pg=${postgresql}/bin/pg_config"
"--with-mysql=${mysql57.connector-c}/bin/mysql_config"
- "--with-geotiff=${libgeotiff}"
+ "--with-geotiff=${libgeotiff.dev}"
"--with-python" # optional
"--with-static-proj4=${proj}" # optional
"--with-geos=${geos}/bin/geos-config"# optional
];
+ # Allow use of old proj_api.h
+ NIX_CFLAGS_COMPILE = [
+ "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
+ ];
+
# Prevent this:
#
# Checking .pth file support in /nix/store/xkrmb8xnvqxzjwsdmasqmsdh1a5y2y99-gdal-1.11.2/lib/python2.7/site-packages/
diff --git a/pkgs/development/libraries/gdcm/default.nix b/pkgs/development/libraries/gdcm/default.nix
index fca567d683d..fa99dbe1d9f 100644
--- a/pkgs/development/libraries/gdcm/default.nix
+++ b/pkgs/development/libraries/gdcm/default.nix
@@ -1,12 +1,12 @@
-{ stdenv, fetchurl, cmake, vtk }:
+{ stdenv, fetchurl, cmake, vtk, darwin }:
stdenv.mkDerivation rec {
- version = "3.0.0";
+ version = "3.0.1";
name = "gdcm-${version}";
src = fetchurl {
url = "mirror://sourceforge/gdcm/${name}.tar.bz2";
- sha256 = "1rhblnl0q4bl3hmanz4ckv5kzdrzdiqp9xlcqh8df3rfrgk4d81x";
+ sha256 = "1n206rr28f9ysd5yns6hc6vxwhwj1ck59p2j1wqyclm60zr84isq";
};
dontUseCmakeBuildDir = true;
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
enableParallelBuilding = true;
- buildInputs = [ cmake vtk ];
+ buildInputs = [ cmake vtk ] ++ stdenv.lib.optional stdenv.isDarwin [ darwin.apple_sdk.frameworks.ApplicationServices darwin.apple_sdk.frameworks.Cocoa ];
propagatedBuildInputs = [ ];
meta = with stdenv.lib; {
diff --git a/pkgs/development/libraries/gdk-pixbuf/default.nix b/pkgs/development/libraries/gdk-pixbuf/default.nix
index d98d9e8107e..59e7808057f 100644
--- a/pkgs/development/libraries/gdk-pixbuf/default.nix
+++ b/pkgs/development/libraries/gdk-pixbuf/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, fixDarwinDylibNames, meson, ninja, pkgconfig, gettext, python3, libxml2, libxslt, docbook_xsl
+{ stdenv, fetchurl, fixDarwinDylibNames, meson, ninja, pkgconfig, gettext, python3, libxml2, libxslt, docbook_xsl
, docbook_xml_dtd_43, gtk-doc, glib, libtiff, libjpeg, libpng, libX11, gnome3
, jasper, gobject-introspection, doCheck ? false, makeWrapper }:
@@ -83,7 +83,6 @@ in stdenv.mkDerivation rec {
passthru = {
updateScript = gnome3.updateScript {
packageName = pname;
- attrPath = "gdk_pixbuf";
};
# gdk_pixbuf_moduledir variable from gdk-pixbuf-2.0.pc
diff --git a/pkgs/development/libraries/gegl/4.0.nix b/pkgs/development/libraries/gegl/4.0.nix
index 4215f0ebc30..0e3f79b1814 100644
--- a/pkgs/development/libraries/gegl/4.0.nix
+++ b/pkgs/development/libraries/gegl/4.0.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, glib, babl, libpng, cairo, libjpeg, which
, librsvg, pango, gtk, bzip2, json-glib, gettext, autoreconfHook, libraw
-, gexiv2, libwebp, gnome3, libintl }:
+, gexiv2, libwebp, libintl }:
stdenv.mkDerivation rec {
pname = "gegl";
diff --git a/pkgs/development/libraries/geis/default.nix b/pkgs/development/libraries/geis/default.nix
index e1f243f8fd3..4b9f67b7aaf 100644
--- a/pkgs/development/libraries/geis/default.nix
+++ b/pkgs/development/libraries/geis/default.nix
@@ -6,7 +6,7 @@
, dbus
, evemu
, frame
-, gdk_pixbuf
+, gdk-pixbuf
, gobject-introspection
, grail
, gtk3
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
[ pygobject3 ];
nativeBuildInputs = [ pkgconfig wrapGAppsHook python3Packages.wrapPython];
- buildInputs = [ atk dbus evemu frame gdk_pixbuf gobject-introspection grail
+ buildInputs = [ atk dbus evemu frame gdk-pixbuf gobject-introspection grail
gtk3 libX11 libXext libXi libXtst pango python3Packages.python xorgserver
];
diff --git a/pkgs/development/libraries/geoclue/default.nix b/pkgs/development/libraries/geoclue/default.nix
index 6a44f01d011..cc2037791e0 100644
--- a/pkgs/development/libraries/geoclue/default.nix
+++ b/pkgs/development/libraries/geoclue/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitLab, intltool, meson, ninja, pkgconfig, gtk-doc, docbook_xsl, docbook_xml_dtd_412, glib, json-glib, libsoup, libnotify, gdk_pixbuf
+{ stdenv, fetchFromGitLab, intltool, meson, ninja, pkgconfig, gtk-doc, docbook_xsl, docbook_xml_dtd_412, glib, json-glib, libsoup, libnotify, gdk-pixbuf
, modemmanager, avahi, glib-networking, python3, wrapGAppsHook, gobject-introspection, vala
, withDemoAgent ? false
}:
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
buildInputs = [
glib json-glib libsoup avahi
] ++ optionals withDemoAgent [
- libnotify gdk_pixbuf
+ libnotify gdk-pixbuf
] ++ optionals (!stdenv.isDarwin) [ modemmanager ];
propagatedBuildInputs = [ glib glib-networking ];
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Geolocation framework and some data providers";
homepage = https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home;
- maintainers = with maintainers; [ raskin garbas ];
+ maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux ++ darwin;
license = licenses.lgpl2;
};
diff --git a/pkgs/development/libraries/gfbgraph/default.nix b/pkgs/development/libraries/gfbgraph/default.nix
index 1bdcb7d8b28..235cd195071 100644
--- a/pkgs/development/libraries/gfbgraph/default.nix
+++ b/pkgs/development/libraries/gfbgraph/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, glib, librest
+{ stdenv, fetchurl, pkgconfig, glib, librest, gnome-online-accounts
, gnome3, libsoup, json-glib, gobject-introspection }:
stdenv.mkDerivation rec {
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig gobject-introspection ];
- buildInputs = [ glib gnome3.gnome-online-accounts ];
+ buildInputs = [ glib gnome-online-accounts ];
propagatedBuildInputs = [ libsoup json-glib librest ];
configureFlags = [ "--enable-introspection" ];
diff --git a/pkgs/development/libraries/google-gflags/default.nix b/pkgs/development/libraries/gflags/default.nix
similarity index 96%
rename from pkgs/development/libraries/google-gflags/default.nix
rename to pkgs/development/libraries/gflags/default.nix
index fefc3a8b4b8..2e818ea94ea 100644
--- a/pkgs/development/libraries/google-gflags/default.nix
+++ b/pkgs/development/libraries/gflags/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
- name = "google-gflags-${version}";
+ pname = "gflags";
version = "2.2.2";
src = fetchFromGitHub {
diff --git a/pkgs/development/libraries/git2/0.27.nix b/pkgs/development/libraries/git2/0.27.nix
deleted file mode 100644
index 510f53f24b1..00000000000
--- a/pkgs/development/libraries/git2/0.27.nix
+++ /dev/null
@@ -1,36 +0,0 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, python
-, zlib, libssh2, openssl, http-parser, curl
-, libiconv, Security
-}:
-
-stdenv.mkDerivation rec {
- version = "0.27.8";
- name = "libgit2-${version}";
-
- src = fetchFromGitHub {
- owner = "libgit2";
- repo = "libgit2";
- rev = "v${version}";
- sha256 = "0wzx8nkyy9m7mx6cks58chjd4289vjsw97mxm9w6f1ggqsfnmbr9";
- };
-
- cmakeFlags = [ "-DTHREADSAFE=ON" ];
-
- nativeBuildInputs = [ cmake python pkgconfig ];
-
- buildInputs = [ zlib libssh2 openssl http-parser curl ]
- ++ stdenv.lib.optional stdenv.isDarwin Security;
-
- propagatedBuildInputs = stdenv.lib.optional (!stdenv.isLinux) libiconv;
-
- enableParallelBuilding = true;
-
- doCheck = false; # hangs. or very expensive?
-
- meta = {
- description = "The Git linkable library";
- homepage = https://libgit2.github.com/;
- license = stdenv.lib.licenses.gpl2;
- platforms = with stdenv.lib.platforms; all;
- };
-}
diff --git a/pkgs/development/libraries/git2/default.nix b/pkgs/development/libraries/git2/default.nix
index 358fc31fc80..514d21def1e 100644
--- a/pkgs/development/libraries/git2/default.nix
+++ b/pkgs/development/libraries/git2/default.nix
@@ -1,18 +1,18 @@
-{ stdenv, fetchFromGitHub, pkgconfig, cmake
-, zlib, python, libssh2, openssl, curl, http-parser
+{ stdenv, fetchFromGitHub, cmake, pkgconfig, python
+, zlib, libssh2, openssl, http-parser, curl
, libiconv, Security
}:
-stdenv.mkDerivation (rec {
- name = "libgit2-${version}";
- version = "0.26.6";
+stdenv.mkDerivation rec {
+ pname = "libgit2";
+ version = "0.27.8";
# keep the version in sync with pythonPackages.pygit2 and libgit2-glib
src = fetchFromGitHub {
owner = "libgit2";
repo = "libgit2";
rev = "v${version}";
- sha256 = "17pjvprmdrx4h6bb1hhc98w9qi6ki7yl57f090n9kbhswxqfs7s3";
+ sha256 = "0wzx8nkyy9m7mx6cks58chjd4289vjsw97mxm9w6f1ggqsfnmbr9";
};
cmakeFlags = [ "-DTHREADSAFE=ON" ];
@@ -22,17 +22,16 @@ stdenv.mkDerivation (rec {
buildInputs = [ zlib libssh2 openssl http-parser curl ]
++ stdenv.lib.optional stdenv.isDarwin Security;
- propagatedBuildInputs = stdenv.lib.optional (!stdenv.isLinux) [ libiconv ];
+ propagatedBuildInputs = stdenv.lib.optional (!stdenv.isLinux) libiconv;
enableParallelBuilding = true;
doCheck = false; # hangs. or very expensive?
- meta = with stdenv.lib; {
+ meta = {
description = "The Git linkable library";
homepage = https://libgit2.github.com/;
- license = licenses.gpl2;
- platforms = with platforms; all;
+ license = stdenv.lib.licenses.gpl2;
+ platforms = with stdenv.lib.platforms; all;
};
-} // stdenv.lib.optionalAttrs (!stdenv.isLinux) {
-})
+}
diff --git a/pkgs/development/libraries/givaro/default.nix b/pkgs/development/libraries/givaro/default.nix
index 0221b9c7013..1a97150aa48 100644
--- a/pkgs/development/libraries/givaro/default.nix
+++ b/pkgs/development/libraries/givaro/default.nix
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "givaro";
- version = "4.1.0";
+ version = "4.1.1";
src = fetchFromGitHub {
owner = "linbox-team";
repo = "${pname}";
rev = "v${version}";
- sha256 = "1l1172c964hni66mjdmhr7766l5k7y63zs3hgcpr10a8f1nx3iwp";
+ sha256 = "11wz57q6ijsvfs5r82masxgr319as92syi78lnl9lgdblpc6xigk";
};
enableParallelBuilding = true;
diff --git a/pkgs/development/libraries/gl2ps/default.nix b/pkgs/development/libraries/gl2ps/default.nix
new file mode 100644
index 00000000000..aadc6986f5a
--- /dev/null
+++ b/pkgs/development/libraries/gl2ps/default.nix
@@ -0,0 +1,29 @@
+{ stdenv, fetchurl, cmake
+, zlib, libGL, libGLU, libpng, freeglut }:
+
+stdenv.mkDerivation rec {
+ version = "1.4.0";
+ name = "gl2ps-${version}";
+
+ src = fetchurl {
+ url = "http://geuz.org/gl2ps/src/${name}.tgz";
+ sha256 = "1qpidkz8x3bxqf69hlhyz1m0jmfi9kq24fxsp7rq6wfqzinmxjq3";
+ };
+
+ buildInputs = [
+ cmake
+ zlib
+ libGL
+ libGLU
+ libpng
+ freeglut
+ ];
+
+ meta = with stdenv.lib; {
+ homepage = http://geuz.org/gl2ps;
+ description = "An OpenGL to PostScript printing library";
+ platforms = platforms.all;
+ license = licenses.lgpl2;
+ maintainers = with maintainers; [raskin twhitehead];
+ };
+}
diff --git a/pkgs/development/libraries/glbinding/default.nix b/pkgs/development/libraries/glbinding/default.nix
index 60778df663a..d12b8a7c11d 100644
--- a/pkgs/development/libraries/glbinding/default.nix
+++ b/pkgs/development/libraries/glbinding/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "glbinding";
- version = "3.0.2";
+ version = "3.1.0";
src = fetchFromGitHub {
owner = "cginternals";
repo = pname;
rev = "v${version}";
- sha256 = "1lvcps0n0p8gg0p2bkm5aq4b4kv8bvxlaaf4fcham2pgbgzil9d4";
+ sha256 = "1avd7ssms11xx7h0cm8h4pfpk55f07f1j1ybykxfgsym2chb2z08";
};
buildInputs = [ cmake libGLU xlibsWrapper ];
diff --git a/pkgs/development/libraries/glfw/3.x.nix b/pkgs/development/libraries/glfw/3.x.nix
index 668fe436e91..6944d5b9292 100644
--- a/pkgs/development/libraries/glfw/3.x.nix
+++ b/pkgs/development/libraries/glfw/3.x.nix
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub, cmake, libGL, libXrandr, libXinerama, libXcursor, libX11
-, cf-private, Cocoa, Kernel, fixDarwinDylibNames
+, Cocoa, Kernel, fixDarwinDylibNames
}:
stdenv.mkDerivation rec {
@@ -19,13 +19,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
- buildInputs = [
- libX11 libXrandr libXinerama libXcursor
- ] ++ lib.optionals stdenv.isDarwin [
- Cocoa Kernel fixDarwinDylibNames
- # Needed for NSDefaultRunLoopMode symbols.
- cf-private
- ];
+ buildInputs = [ libX11 libXrandr libXinerama libXcursor ]
+ ++ lib.optionals stdenv.isDarwin [ Cocoa Kernel fixDarwinDylibNames ];
cmakeFlags = [ "-DBUILD_SHARED_LIBS=ON" ];
@@ -35,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time";
- homepage = http://www.glfw.org/;
+ homepage = https://www.glfw.org/;
license = licenses.zlib;
maintainers = with maintainers; [ marcweber ];
platforms = platforms.unix;
diff --git a/pkgs/development/libraries/glib-networking/default.nix b/pkgs/development/libraries/glib-networking/default.nix
index a51183e4e11..4f853e9821f 100644
--- a/pkgs/development/libraries/glib-networking/default.nix
+++ b/pkgs/development/libraries/glib-networking/default.nix
@@ -3,14 +3,14 @@
let
pname = "glib-networking";
- version = "2.60.2";
+ version = "2.60.3";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "0cl74q7hvq4xqqc88vlzmfw1sh5n9hdh1yvn2v1vg9am1z8z68n0";
+ sha256 = "1mfw44qpmwvz6yzj8c6spx6z357wrmkk15byrkc5byagd82860fm";
};
outputs = [ "out" "dev" ]; # to deal with propagatedBuildInputs
diff --git a/pkgs/development/libraries/glib/default.nix b/pkgs/development/libraries/glib/default.nix
index a2c7bdc5bde..ecbcbea1394 100644
--- a/pkgs/development/libraries/glib/default.nix
+++ b/pkgs/development/libraries/glib/default.nix
@@ -1,4 +1,4 @@
-{ config, stdenv, fetchurl, fetchpatch, gettext, meson, ninja, pkgconfig, perl, python3, glibcLocales
+{ config, stdenv, fetchurl, gettext, meson, ninja, pkgconfig, perl, python3, glibcLocales
, libiconv, zlib, libffi, pcre, libelf, gnome3, libselinux, bash, gnum4, gtk-doc, docbook_xsl, docbook_xml_dtd_45
# use utillinuxMinimal to avoid circular dependency (utillinux, systemd, glib)
, utillinuxMinimal ? null
@@ -46,7 +46,7 @@ let
'';
binPrograms = optional (!stdenv.isDarwin) "gapplication" ++ [ "gdbus" "gio" "gsettings" ];
- version = "2.60.3";
+ version = "2.60.4";
in
stdenv.mkDerivation rec {
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/glib/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1fb0nx9fcmic8rsh0fbp79lqpasfjxljvnshbw2hsya51mb0vaq4";
+ sha256 = "1p9k8z83272mkm4d4fhm5jhwhyw2basrwbz47yl5wbmrvk2ix51b";
};
patches = optional stdenv.isDarwin ./darwin-compilation.patch
@@ -81,9 +81,6 @@ stdenv.mkDerivation rec {
utillinuxMinimal # for libmount
] ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
AppKit Carbon Cocoa CoreFoundation CoreServices Foundation
- # Needed for CFURLCreateFromFSRef, etc. which have deen deprecated
- # since 10.9 and are not part of swift-corelibs CoreFoundation.
- darwin.cf-private
]);
nativeBuildInputs = [
diff --git a/pkgs/development/libraries/globalplatform/default.nix b/pkgs/development/libraries/globalplatform/default.nix
index 3ef279616f7..f01fb13c3c3 100644
--- a/pkgs/development/libraries/globalplatform/default.nix
+++ b/pkgs/development/libraries/globalplatform/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, zlib, openssl, pcsclite }:
+{ stdenv, fetchurl, pkgconfig, zlib, openssl_1_0_2, pcsclite }:
stdenv.mkDerivation rec {
name = "globalplatform-${version}";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ zlib openssl pcsclite ];
+ buildInputs = [ zlib openssl_1_0_2 pcsclite ];
meta = with stdenv.lib; {
homepage = https://sourceforge.net/p/globalplatform/wiki/Home/;
diff --git a/pkgs/development/libraries/globalplatform/gppcscconnectionplugin.nix b/pkgs/development/libraries/globalplatform/gppcscconnectionplugin.nix
index 10df82196c2..87addaa9991 100644
--- a/pkgs/development/libraries/globalplatform/gppcscconnectionplugin.nix
+++ b/pkgs/development/libraries/globalplatform/gppcscconnectionplugin.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, globalplatform, openssl, pcsclite }:
+{ stdenv, fetchurl, pkgconfig, globalplatform, openssl_1_0_2, pcsclite }:
stdenv.mkDerivation rec {
name = "gppcscconnectionplugin-${version}";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ globalplatform openssl pcsclite ];
+ buildInputs = [ globalplatform openssl_1_0_2 pcsclite ];
meta = with stdenv.lib; {
homepage = https://sourceforge.net/p/globalplatform/wiki/Home/;
diff --git a/pkgs/development/libraries/gmp/5.1.x.nix b/pkgs/development/libraries/gmp/5.1.x.nix
index 43b8434b496..494d9acb6bb 100644
--- a/pkgs/development/libraries/gmp/5.1.x.nix
+++ b/pkgs/development/libraries/gmp/5.1.x.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, m4, cxx ? true, withStatic ? true }:
-let inherit (stdenv.lib) optional optionalString; in
+let inherit (stdenv.lib) optional; in
let self = stdenv.mkDerivation rec {
name = "gmp-5.1.3";
diff --git a/pkgs/development/libraries/gmp/6.x.nix b/pkgs/development/libraries/gmp/6.x.nix
index f320c303123..de31128e5a6 100644
--- a/pkgs/development/libraries/gmp/6.x.nix
+++ b/pkgs/development/libraries/gmp/6.x.nix
@@ -3,7 +3,7 @@
, buildPackages
, withStatic ? false }:
-let inherit (stdenv.lib) optional optionalString; in
+let inherit (stdenv.lib) optional; in
let self = stdenv.mkDerivation rec {
name = "gmp-6.1.2";
diff --git a/pkgs/desktops/gnome-3/core/gnome-online-accounts/default.nix b/pkgs/development/libraries/gnome-online-accounts/default.nix
similarity index 100%
rename from pkgs/desktops/gnome-3/core/gnome-online-accounts/default.nix
rename to pkgs/development/libraries/gnome-online-accounts/default.nix
diff --git a/pkgs/development/libraries/gnome-sharp/default.nix b/pkgs/development/libraries/gnome-sharp/default.nix
index f2393a23dfe..5e525ad46af 100644
--- a/pkgs/development/libraries/gnome-sharp/default.nix
+++ b/pkgs/development/libraries/gnome-sharp/default.nix
@@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
buildInputs = [ gtk2 mono gtk-sharp-2_0 ]
++ (with gnome2; [ libart_lgpl gnome_vfs libgnome libgnomecanvas libgnomeui ]);
+ patches = [ ./fix-mono-path.patch ];
+
preConfigure = ''
./bootstrap-${lib.versions.majorMinor version}
'';
diff --git a/pkgs/development/libraries/gnome-sharp/fix-mono-path.patch b/pkgs/development/libraries/gnome-sharp/fix-mono-path.patch
new file mode 100644
index 00000000000..706f119c8ba
--- /dev/null
+++ b/pkgs/development/libraries/gnome-sharp/fix-mono-path.patch
@@ -0,0 +1,13 @@
+diff --git a/sample/gconf/Makefile.am b/sample/gconf/Makefile.am
+index a0ee802..8260694 100644
+--- a/sample/gconf/Makefile.am
++++ b/sample/gconf/Makefile.am
+@@ -22,7 +22,7 @@ sample.exe: $(SCHEMA) $(srcdir)/sample.glade $(FILES) $(ASSEMBLIES)
+ $(CSC) /out:sample.exe $(FILES) $(REFERENCES) $(RESOURCES)
+
+ Settings.cs: $(SCHEMA)
+- MONO_PATH=$(top_builddir)/gconf/GConf/gconf-sharp.dll:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs
++ MONO_PATH=$(top_builddir)/gconf/GConf/:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs
+
+ CLEANFILES = sample.exe Settings.cs
+
diff --git a/pkgs/development/libraries/gnome-video-effects/default.nix b/pkgs/development/libraries/gnome-video-effects/default.nix
new file mode 100644
index 00000000000..03799c1ef7c
--- /dev/null
+++ b/pkgs/development/libraries/gnome-video-effects/default.nix
@@ -0,0 +1,46 @@
+{ stdenv
+, fetchurl
+, pkgconfig
+, meson
+, ninja
+, gettext
+, gnome3
+}:
+
+stdenv.mkDerivation rec {
+ pname = "gnome-video-effects";
+ version = "0.5.0";
+
+ src = fetchurl {
+ url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
+ sha256 = "1j6h98whgkcxrh30bwvnxvyqxrxchgpdgqhl0j71xz7x72dqxijd";
+ };
+
+ patches = [
+ # Fix effectsdir in .pc file
+ # https://gitlab.gnome.org/GNOME/gnome-video-effects/commit/955404195ada606819974dd63c48956f25611e14
+ ./fix-pc-file.patch
+ ];
+
+ nativeBuildInputs = [
+ meson
+ ninja
+ pkgconfig
+ gettext
+ ];
+
+ passthru = {
+ updateScript = gnome3.updateScript {
+ packageName = pname;
+ versionPolicy = "none";
+ };
+ };
+
+ meta = with stdenv.lib; {
+ description = "A collection of GStreamer effects to be used in different GNOME Modules";
+ homepage = https://wiki.gnome.org/Projects/GnomeVideoEffects;
+ platforms = platforms.linux;
+ maintainers = gnome3.maintainers;
+ license = licenses.gpl2;
+ };
+}
diff --git a/pkgs/development/libraries/gnome-video-effects/fix-pc-file.patch b/pkgs/development/libraries/gnome-video-effects/fix-pc-file.patch
new file mode 100644
index 00000000000..62b29e7d025
--- /dev/null
+++ b/pkgs/development/libraries/gnome-video-effects/fix-pc-file.patch
@@ -0,0 +1,11 @@
+--- a/meson.build
++++ b/meson.build
+@@ -17,7 +17,7 @@
+ # Can't use pkgconfig helper https://github.com/mesonbuild/meson/issues/2253
+ conf = configuration_data()
+ conf.set('prefix', prefix)
+-conf.set('datarootdir', pkgdatadir)
++conf.set('datarootdir', datadir)
+ conf.set('VERSION', meson.project_version())
+
+ pkg = configure_file(configuration: conf,
diff --git a/pkgs/development/libraries/gnutls/default.nix b/pkgs/development/libraries/gnutls/default.nix
index e0a54052c23..1b17f4c800f 100644
--- a/pkgs/development/libraries/gnutls/default.nix
+++ b/pkgs/development/libraries/gnutls/default.nix
@@ -8,7 +8,7 @@
assert guileBindings -> guile != null;
let
- version = "3.6.8";
+ version = "3.6.9";
# XXX: Gnulib's `test-select' fails on FreeBSD:
# http://hydra.nixos.org/build/2962084/nixlog/1/raw .
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://gnupg/gnutls/v3.6/gnutls-${version}.tar.xz";
- sha256 = "10ry71sy8zbksa905bjryphafcg25gkmfa3pf48ripimar7990da";
+ sha256 = "1jqz5s3lv8sa53348cfi9nr5pw5l55n8m40b8msdvv0pb2jzqca3";
};
outputs = [ "bin" "dev" "out" "man" "devdoc" ];
diff --git a/pkgs/development/libraries/gobject-introspection/default.nix b/pkgs/development/libraries/gobject-introspection/default.nix
index 26c472930ed..43695d8db58 100644
--- a/pkgs/development/libraries/gobject-introspection/default.nix
+++ b/pkgs/development/libraries/gobject-introspection/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, glib, flex, bison, meson, ninja, pkgconfig, libffi, python3
-, libintl, cctools, cairo, gnome3, glibcLocales, fetchpatch
+, libintl, cctools, cairo, gnome3, glibcLocales
, substituteAll, nixStoreDir ? builtins.storeDir
, x11Support ? true
}:
@@ -9,7 +9,7 @@
let
pname = "gobject-introspection";
- version = "1.60.1";
+ version = "1.60.2";
in
with stdenv.lib;
stdenv.mkDerivation rec {
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1cr4r3lh5alrks9q2ycs1kn2crnkhrhn2wrmibng6dndkr4x2i6q";
+ sha256 = "172ymc1vbg2rclq1rszx4y32vm900nn1mc4qg1a4mqxjiwvf5pzz";
};
outputs = [ "out" "dev" "man" ];
diff --git a/pkgs/development/libraries/gom/default.nix b/pkgs/development/libraries/gom/default.nix
index 5694c50e90a..9a947c3ff82 100644
--- a/pkgs/development/libraries/gom/default.nix
+++ b/pkgs/development/libraries/gom/default.nix
@@ -7,7 +7,7 @@
, glib
, python3
, sqlite
-, gdk_pixbuf
+, gdk-pixbuf
, gnome3
, gobject-introspection
}:
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
- gdk_pixbuf
+ gdk-pixbuf
glib
sqlite
python3.pkgs.pygobject3
diff --git a/pkgs/development/libraries/google-cloud-cpp/default.nix b/pkgs/development/libraries/google-cloud-cpp/default.nix
new file mode 100644
index 00000000000..7dd075e440e
--- /dev/null
+++ b/pkgs/development/libraries/google-cloud-cpp/default.nix
@@ -0,0 +1,65 @@
+{ stdenv, grpc, curl, cmake, pkgconfig, fetchFromGitHub, doxygen, protobuf, crc32c, c-ares, nlohmann_json, fetchurl }:
+let
+ googleapis_rev = "a8ee1416f4c588f2ab92da72e7c1f588c784d3e6";
+ googleapis = fetchurl {
+ name = "${googleapis_rev}.tar.gz";
+ url = "https://github.com/googleapis/googleapis/archive/${googleapis_rev}.tar.gz";
+ sha256 = "1kxi27r034p7jfldhvgpbn6rqqqddycnja47m6jyjxj4rcmrp2kb";
+ };
+in stdenv.mkDerivation rec {
+ pname = "google-cloud-cpp";
+ version = "0.11.0";
+
+ src = fetchFromGitHub {
+ owner = "googleapis";
+ repo = "google-cloud-cpp";
+ rev = "v${version}";
+ sha256 = "1w942gzyv01ym1cv2a417x92zxra9s2v3xz5crcv84j919f616f8";
+ };
+
+ buildInputs = [ curl grpc protobuf nlohmann_json crc32c c-ares c-ares.cmake-config ];
+ nativeBuildInputs = [ cmake pkgconfig doxygen ];
+
+ outputs = [ "out" "dev" ];
+
+ postPatch = ''
+ NLOHMANN_SHA256=$(sha256sum ${nlohmann_json}/include/nlohmann/json.hpp | cut -f1 -d' ')
+ sed -e 's,https://github.com/nlohmann/json/releases/download/.*,file://${nlohmann_json}/include/nlohmann/json.hpp"),' \
+ -e "s,JSON_SHA256 .*,JSON_SHA256 ''${NLOHMANN_SHA256}," \
+ -i cmake/DownloadNlohmannJson.cmake
+
+ sed -e 's,https://github.com/googleapis/googleapis/archive/${googleapis_rev}.tar.gz,file://${googleapis},' \
+ -i cmake/external/googleapis.cmake
+
+ # Fixup the library path. It would build a path like /build/external//nix/store/…-foo/lib/foo.so for each library instead of /build/external/lib64/foo.so
+ sed -e 's,''${CMAKE_INSTALL_LIBDIR},lib64,g' \
+ -e 's,;lib64,lib,g' \
+ -i cmake/ExternalProjectHelper.cmake
+ '';
+
+ preFixup = ''
+ mv --no-clobber $out/lib64/cmake/* $out/lib/cmake
+ mv --no-clobber $out/lib64/pkgconfig/* $out/lib/pkgconfig
+ rmdir $out/lib64/cmake $out/lib64/pkgconfig
+ find $out/lib64
+
+ for file in $out/lib/pkgconfig/*; do
+ sed -e 's,\''${prefix}//,/,g' -i $file
+ done
+ '';
+
+ cmakeFlags = [
+ "-DGOOGLE_CLOUD_CPP_BIGTABLE_ENABLE_INSTALL=no"
+ "-DGOOGLE_CLOUD_CPP_DEPENDENCY_PROVIDER=package"
+ "-DGOOGLE_CLOUD_CPP_GOOGLEAPIS_PROVIDER=external"
+ "-DBUILD_SHARED_LIBS:BOOL=ON"
+ "-DGOOGLE_CLOUD_CPP_INSTALL_RPATH=$(out)/lib"
+ ];
+
+ meta = with stdenv.lib; {
+ license = with licenses; [ asl20 ];
+ homepage = https://github.com/googleapis/google-cloud-cpp;
+ description = "C++ Idiomatic Clients for Google Cloud Platform services";
+ maintainers = with maintainers; [ andir ];
+ };
+}
diff --git a/pkgs/development/libraries/gperftools/default.nix b/pkgs/development/libraries/gperftools/default.nix
index 44339c3dfed..bc10c9f9bdd 100644
--- a/pkgs/development/libraries/gperftools/default.nix
+++ b/pkgs/development/libraries/gperftools/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, libunwind }:
stdenv.mkDerivation rec {
- name = "gperftools-2.6.3";
+ name = "gperftools-2.7";
src = fetchurl {
url = "https://github.com/gperftools/gperftools/releases/download/${name}/${name}.tar.gz";
- sha256 = "17zfivp6n00rlqbrx6q6h71y2f815nvlzysff1ihgk4mxpv2yjri";
+ sha256 = "1jb30zxmw7h9qxa8yi76rfxj4ssk60rv8n9y41m6pzqfk9lwis0y";
};
buildInputs = stdenv.lib.optional stdenv.isLinux libunwind;
diff --git a/pkgs/development/libraries/gpgme/default.nix b/pkgs/development/libraries/gpgme/default.nix
index fc7634128dc..c462f2e685a 100644
--- a/pkgs/development/libraries/gpgme/default.nix
+++ b/pkgs/development/libraries/gpgme/default.nix
@@ -13,11 +13,11 @@ in
stdenv.mkDerivation rec {
name = "gpgme-${version}";
- version = "1.13.0";
+ version = "1.13.1";
src = fetchurl {
url = "mirror://gnupg/gpgme/${name}.tar.bz2";
- sha256 = "0c6676g0yhfsmy32i1dgwh5cx0ja8vhcqf4k08zad177m53kxcnl";
+ sha256 = "0imyjfryvvjdbai454p70zcr95m94j9xnzywrlilqdw2fqi0pqy4";
};
outputs = [ "out" "dev" "info" ];
diff --git a/pkgs/development/libraries/graphene-hardened-malloc/default.nix b/pkgs/development/libraries/graphene-hardened-malloc/default.nix
index 0aae8ca4945..3e21f3c229f 100644
--- a/pkgs/development/libraries/graphene-hardened-malloc/default.nix
+++ b/pkgs/development/libraries/graphene-hardened-malloc/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "graphene-hardened-malloc-${version}";
- version = "190405.003.2019.04.01.19";
+ version = "2";
src = fetchurl {
- url = "https://github.com/GrapheneOS/hardened_malloc/archive/PQ2A.${version}.tar.gz";
- sha256 = "1qczmajy3q07jd236dmal4iq5xxcsrkyw26gc9r4vs4wj4m42d11";
+ url = "https://github.com/GrapheneOS/hardened_malloc/archive/${version}.tar.gz";
+ sha256 = "0zsl4vl65ic6lw5rzcjzvcxg8makg683abnwvy60zfap8hvijvjb";
};
installPhase = ''
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
chmod 0555 $out/bin/preload-hardened-malloc
'';
+ separateDebugInfo = true;
+
doInstallCheck = true;
installCheckPhase = ''
pushd test
@@ -27,7 +29,7 @@ stdenv.mkDerivation rec {
make
# these tests don't actually appear to generate overflows currently
- rm read_after_free_small string_overflow
+ rm read_after_free_small string_overflow eight_byte_overflow_large
for t in `find . -regex ".*/[a-z_]+"` ; do
echo "Running $t..."
diff --git a/pkgs/development/libraries/graphene/0001-meson-add-options-for-tests-installation-dirs.patch b/pkgs/development/libraries/graphene/0001-meson-add-options-for-tests-installation-dirs.patch
index d6a441e1577..51bc206659d 100644
--- a/pkgs/development/libraries/graphene/0001-meson-add-options-for-tests-installation-dirs.patch
+++ b/pkgs/development/libraries/graphene/0001-meson-add-options-for-tests-installation-dirs.patch
@@ -1,34 +1,31 @@
-From c550bf4a41e9f86351b0a65ea3d6c9ab616e27c0 Mon Sep 17 00:00:00 2001
+From 2bf6614a6d7516e194e39eb691c05b486860153c Mon Sep 17 00:00:00 2001
From: worldofpeace
Date: Thu, 16 May 2019 21:15:15 -0400
Subject: [PATCH] meson: add options for tests installation dirs
---
- meson_options.txt | 6 ++++++
- src/tests/meson.build | 19 ++++++++++++++-----
+ meson_options.txt | 6 ++++++
+ tests/meson.build | 19 ++++++++++++++-----
2 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/meson_options.txt b/meson_options.txt
-index c938805..c1e9e95 100644
+index 578bdae..6f5fa23 100644
--- a/meson_options.txt
+++ b/meson_options.txt
-@@ -19,6 +19,12 @@ option('arm_neon', type: 'boolean',
- option('tests', type: 'boolean',
+@@ -22,3 +22,9 @@ option('tests', type: 'boolean',
+ option('installed_tests', type: 'boolean',
value: true,
- description: 'Build the test suite (requires GObject)')
+ description: 'Install tests')
+option('installed_test_datadir', type: 'string',
+ value: '',
+ description: 'Installation directory for data files in tests')
+option('installed_test_bindir', type: 'string',
+ value: '',
+ description: 'Installation directory for binary files in tests')
- option('benchmarks', type: 'boolean',
- value: true,
- description: 'Build the benchmarks suite (requires GObject)')
-diff --git a/src/tests/meson.build b/src/tests/meson.build
-index 62129c6..0186400 100644
---- a/src/tests/meson.build
-+++ b/src/tests/meson.build
+diff --git a/tests/meson.build b/tests/meson.build
+index 1f9bd0e..0253ac3 100644
+--- a/tests/meson.build
++++ b/tests/meson.build
@@ -22,8 +22,17 @@ unit_tests = [
python = python3.find_python()
gen_installed_test = join_paths(meson.current_source_dir(), 'gen-installed-test.py')
@@ -47,33 +44,33 @@ index 62129c6..0186400 100644
+ test_bindir = join_paths(get_option('prefix'), get_option('libexecdir'), test_suffix)
+endif
- foreach unit: unit_tests
- wrapper = '@0@.test'.format(unit)
-@@ -32,13 +41,13 @@ foreach unit: unit_tests
- command: [
- python,
- gen_installed_test,
-- '--testdir=@0@'.format(installed_test_bindir),
-+ '--testdir=@0@'.format(test_bindir),
- '--testname=@0@'.format(unit),
- '--outdir=@OUTDIR@',
- '--outfile=@0@'.format(wrapper),
- ],
- install: true,
-- install_dir: installed_test_datadir)
-+ install_dir: test_datadir)
+ # Make tests conditional on having mutest-1 installed system-wide, or
+ # available as a subproject
+@@ -42,13 +51,13 @@ if mutest_dep.found()
+ command: [
+ python,
+ gen_installed_test,
+- '--testdir=@0@'.format(installed_test_bindir),
++ '--testdir=@0@'.format(test_bindir),
+ '--testname=@0@'.format(unit),
+ '--outdir=@OUTDIR@',
+ '--outfile=@0@'.format(wrapper),
+ ],
+ install: get_option('installed_tests'),
+- install_dir: installed_test_datadir,
++ install_dir: test_datadir,
+ )
- exe = executable(unit, unit + '.c',
- dependencies: graphene_dep,
-@@ -50,7 +59,7 @@ foreach unit: unit_tests
- '-DGLIB_DISABLE_DEPRECATION_WARNINGS',
- ],
- install: true,
-- install_dir: installed_test_bindir)
-+ install_dir: test_bindir)
-
- test(unit, exe, args: [ '--tap', '-k' ])
- endforeach
+ test(unit,
+@@ -57,7 +66,7 @@ if mutest_dep.found()
+ include_directories: graphene_inc,
+ c_args: common_cflags,
+ install: get_option('installed_tests'),
+- install_dir: installed_test_bindir,
++ install_dir: test_bindir,
+ ),
+ env: ['MUTEST_OUTPUT=tap'],
+ protocol: 'tap',
--
-2.21.0
+2.22.0
diff --git a/pkgs/development/libraries/graphene/default.nix b/pkgs/development/libraries/graphene/default.nix
index 253fce4ea0d..7c61b222486 100644
--- a/pkgs/development/libraries/graphene/default.nix
+++ b/pkgs/development/libraries/graphene/default.nix
@@ -4,6 +4,7 @@
, meson
, ninja
, python3
+, mutest
, glib
, gtk-doc
, docbook_xsl
@@ -13,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "graphene";
- version = "1.8.6";
+ version = "1.9.6";
outputs = [ "out" "devdoc" "installedTests" ];
@@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
owner = "ebassi";
repo = pname;
rev = version;
- sha256 = "1hdbdzcz86jrvsq5h954ph9q62m8jr2a5s5acklxhdkfqn5bkbv8";
+ sha256 = "0hb7s6g00l7zlf4hlfda55krn0pls9ajz0hcqrh8m656zr18ddwa";
};
patches = [
@@ -41,17 +42,21 @@ stdenv.mkDerivation rec {
meson
ninja
pkgconfig
+ gobject-introspection
python3
];
buildInputs = [
+ glib
gobject-introspection
];
checkInputs = [
- glib
+ mutest
];
+ doCheck = true;
+
meta = with stdenv.lib; {
description = "A thin layer of graphic data types";
homepage = "https://ebassi.github.com/graphene";
diff --git a/pkgs/desktops/gnome-3/core/grilo-plugins/default.nix b/pkgs/development/libraries/grilo-plugins/default.nix
similarity index 93%
rename from pkgs/desktops/gnome-3/core/grilo-plugins/default.nix
rename to pkgs/development/libraries/grilo-plugins/default.nix
index 2e8c3c4a003..118a910a168 100644
--- a/pkgs/desktops/gnome-3/core/grilo-plugins/default.nix
+++ b/pkgs/development/libraries/grilo-plugins/default.nix
@@ -28,11 +28,11 @@
stdenv.mkDerivation rec {
pname = "grilo-plugins";
- version = "0.3.8";
+ version = "0.3.9";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "0nync07gah3jkpb5ph5d3gwbygmabnih2m3hfz7lkvjl2l5pgpac";
+ sha256 = "1hv84b56qjic8vz8iz46ikhrxx31l29ilbr8dm5qcghbd8ikw8j1";
};
nativeBuildInputs = [
diff --git a/pkgs/desktops/gnome-3/core/grilo/default.nix b/pkgs/development/libraries/grilo/default.nix
similarity index 55%
rename from pkgs/desktops/gnome-3/core/grilo/default.nix
rename to pkgs/development/libraries/grilo/default.nix
index a2bee6ac41e..b2a7f0bd5ae 100644
--- a/pkgs/desktops/gnome-3/core/grilo/default.nix
+++ b/pkgs/development/libraries/grilo/default.nix
@@ -1,10 +1,10 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, vala, glib, liboauth, gtk3
-, gtk-doc, docbook_xsl, docbook_xml_dtd_43
+, gtk-doc, docbook_xsl, docbook_xml_dtd_43, fetchpatch
, libxml2, gnome3, gobject-introspection, libsoup, totem-pl-parser }:
let
pname = "grilo";
- version = "0.3.7"; # if you change minor, also change ./setup-hook.sh
+ version = "0.3.9"; # if you change minor, also change ./setup-hook.sh
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
@@ -13,23 +13,32 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1dz965l743r4bhj78wij9k1mb6635gnkb1lnk9j7gw9dd5qsyfza";
+ sha256 = "1wnabc69730jsv8dljj5ik8g7p581nw60mw1mkgamkzjcb6821bk";
};
- patches = [
- # Fix meson build: https://gitlab.gnome.org/GNOME/grilo/merge_requests/34
- (fetchurl {
- url = "https://gitlab.gnome.org/GNOME/grilo/commit/166612aeff09e5fc2fec1f62185c84cbdcf8f889.diff";
- sha256 = "07zamy927iaa7knrwq5yxz7ypl1i02pymkcdrg5l55alhdvb81pw";
- })
- ];
-
setupHook = ./setup-hook.sh;
mesonFlags = [
"-Dgtk_doc=true"
];
+ patches = [
+ # https://gitlab.gnome.org/GNOME/grilo/merge_requests/45
+ # commits are from a separate branch so they shouldn't 404
+ (fetchpatch {
+ url = "https://gitlab.gnome.org/worldofpeace/grilo/commit/f6993c2a8a6c1a6246372569f9f7a9179955c95e.patch";
+ sha256 = "1x4s0ahs60dqyphgv2dy3x2sjnxv5ydd55kdlcjsys5870ijwbi8";
+ })
+ (fetchpatch {
+ url = "https://gitlab.gnome.org/worldofpeace/grilo/commit/61bca28b141162a33eb2fb575ef1daf0f21c7741.patch";
+ sha256 = "1147xbmaq61myfwxz0pagdv056krfmh1s78qjbiy5k7k203qrjz0";
+ })
+ (fetchpatch {
+ url = "https://gitlab.gnome.org/worldofpeace/grilo/commit/363b198a062eeb8aaa5489ea9720e69d428e885c.patch";
+ sha256 = "01w1bfzdbnxy5l37b2z7a9h2mrxziqkzdw02dybjphy85nb0hz5w";
+ })
+ ];
+
nativeBuildInputs = [
meson ninja pkgconfig gettext gobject-introspection vala
gtk-doc docbook_xsl docbook_xml_dtd_43
@@ -39,7 +48,6 @@ in stdenv.mkDerivation rec {
passthru = {
updateScript = gnome3.updateScript {
packageName = pname;
- attrPath = "gnome3.${pname}";
versionPolicy = "none";
};
};
diff --git a/pkgs/desktops/gnome-3/core/grilo/setup-hook.sh b/pkgs/development/libraries/grilo/setup-hook.sh
similarity index 100%
rename from pkgs/desktops/gnome-3/core/grilo/setup-hook.sh
rename to pkgs/development/libraries/grilo/setup-hook.sh
diff --git a/pkgs/development/libraries/grpc/default.nix b/pkgs/development/libraries/grpc/default.nix
index 77773e91e17..78335e073ed 100644
--- a/pkgs/development/libraries/grpc/default.nix
+++ b/pkgs/development/libraries/grpc/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, cmake, zlib, c-ares, pkgconfig, openssl, protobuf, gflags }:
stdenv.mkDerivation rec {
- version = "1.19.1";
+ version = "1.23.0"; # N.B: if you change this, change pythonPackages.grpcio and pythonPackages.grpcio-tools to a matching version too
name = "grpc-${version}";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
- sha256 = "0c0jra4qnd86gyr4rlblic3igb5dpgrldac35myk5i5ia547fdhj";
+ sha256 = "14svfy7lvz8lf6b7zg1fbypj2n46n9gq0ldgnv85jm0ikv72cgv6";
};
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ zlib c-ares c-ares.cmake-config openssl protobuf gflags ];
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
"-DgRPC_PROTOBUF_PROVIDER=package"
"-DgRPC_GFLAGS_PROVIDER=package"
"-DBUILD_SHARED_LIBS=ON"
+ "-DCMAKE_SKIP_BUILD_RPATH=OFF"
];
# CMake creates a build directory by default, this conflicts with the
@@ -38,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)";
license = licenses.asl20;
- maintainers = [ maintainers.lnl7 ];
+ maintainers = [ maintainers.lnl7 maintainers.marsam ];
homepage = https://grpc.io/;
};
}
diff --git a/pkgs/development/libraries/gsettings-desktop-schemas/default.nix b/pkgs/development/libraries/gsettings-desktop-schemas/default.nix
index c1bdcd6956e..d454ca63fd7 100644
--- a/pkgs/development/libraries/gsettings-desktop-schemas/default.nix
+++ b/pkgs/development/libraries/gsettings-desktop-schemas/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, intltool, glib, gobject-introspection
+{ stdenv, fetchurl, pkgconfig, glib, gobject-introspection
, meson
, ninja
, python3
diff --git a/pkgs/development/libraries/gsettings-qt/default.nix b/pkgs/development/libraries/gsettings-qt/default.nix
index 3f9cd8120d8..744d9eb6de9 100644
--- a/pkgs/development/libraries/gsettings-qt/default.nix
+++ b/pkgs/development/libraries/gsettings-qt/default.nix
@@ -1,4 +1,7 @@
-{ stdenv, fetchbzr, pkgconfig, qmake, qtbase, qtdeclarative, glib, gobject-introspection }:
+{ stdenv, fetchbzr, pkgconfig
+, qmake, qtbase, qtdeclarative, wrapQtAppsHook
+, glib, gobject-introspection
+}:
stdenv.mkDerivation rec {
name = "gsettings-qt-${version}";
@@ -14,6 +17,7 @@ stdenv.mkDerivation rec {
pkgconfig
qmake
gobject-introspection
+ wrapQtAppsHook
];
buildInputs = [
diff --git a/pkgs/development/libraries/gsignond/default.nix b/pkgs/development/libraries/gsignond/default.nix
index a81e72bf66f..88a4ecb3622 100644
--- a/pkgs/development/libraries/gsignond/default.nix
+++ b/pkgs/development/libraries/gsignond/default.nix
@@ -61,7 +61,7 @@ unwrapped = stdenv.mkDerivation rec {
in if plugins == [] then unwrapped
else import ./wrapper.nix {
- inherit stdenv makeWrapper symlinkJoin gsignondPlugins plugins;
+ inherit makeWrapper symlinkJoin plugins;
gsignond = unwrapped;
}
diff --git a/pkgs/development/libraries/gsignond/plugins/oauth.nix b/pkgs/development/libraries/gsignond/plugins/oauth.nix
index 6182ea283cb..887376d3187 100644
--- a/pkgs/development/libraries/gsignond/plugins/oauth.nix
+++ b/pkgs/development/libraries/gsignond/plugins/oauth.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitLab, fetchpatch, pkgconfig, meson, ninja, glib, gsignond, check
+{ stdenv, fetchFromGitLab, pkgconfig, meson, ninja, glib, gsignond, check
, json-glib, libsoup, gnutls, gtk-doc, docbook_xml_dtd_43, docbook_xml_dtd_45
, docbook_xsl, glibcLocales, gobject-introspection }:
diff --git a/pkgs/development/libraries/gsignond/plugins/sasl.nix b/pkgs/development/libraries/gsignond/plugins/sasl.nix
index d1fa37939a7..655f73931f6 100644
--- a/pkgs/development/libraries/gsignond/plugins/sasl.nix
+++ b/pkgs/development/libraries/gsignond/plugins/sasl.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitLab, fetchpatch, pkgconfig, meson, ninja, glib, gsignond, gsasl, check
+{ stdenv, fetchFromGitLab, pkgconfig, meson, ninja, glib, gsignond, gsasl, check
, gtk-doc, docbook_xml_dtd_43, docbook_xml_dtd_45, docbook_xsl, glibcLocales, gobject-introspection }:
stdenv.mkDerivation rec {
diff --git a/pkgs/development/libraries/gsignond/wrapper.nix b/pkgs/development/libraries/gsignond/wrapper.nix
index 04463aac379..a4738e4b6a7 100644
--- a/pkgs/development/libraries/gsignond/wrapper.nix
+++ b/pkgs/development/libraries/gsignond/wrapper.nix
@@ -1,4 +1,4 @@
-{ stdenv, makeWrapper, symlinkJoin, gsignond, gsignondPlugins, plugins }:
+{ makeWrapper, symlinkJoin, gsignond, plugins }:
symlinkJoin {
name = "gsignond-with-plugins-${gsignond.version}";
diff --git a/pkgs/development/libraries/gstreamer/bad/default.nix b/pkgs/development/libraries/gstreamer/bad/default.nix
index 8179806859c..2ae0ad2b453 100644
--- a/pkgs/development/libraries/gstreamer/bad/default.nix
+++ b/pkgs/development/libraries/gstreamer/bad/default.nix
@@ -1,10 +1,43 @@
{ stdenv, fetchurl, fetchpatch, meson, ninja, gettext
+, config
, pkgconfig, python3, gst-plugins-base, orc
+, gobject-introspection
+, enableZbar ? true
, faacSupport ? false, faac ? null
, faad2, libass, libkate, libmms, librdf, ladspaH
, libnice, webrtc-audio-processing, lilv, lv2, serd, sord, sratom
, libbs2b, libmodplug, mpeg2dec
, openjpeg, libopus, librsvg
+, bluez
+, chromaprint
+, curl
+, directfb
+, fdk_aac
+, flite
+, gsm
+, libaom
+, libdc1394
+, libde265
+, libdrm
+, libdvdnav
+, libdvdread
+, libgudev
+, libofa
+, libsndfile
+, libusb1
+, neon
+, openal
+, opencv3
+, openexr
+, openh264
+, pango
+, rtmpdump
+, sbc
+, soundtouch
+, spandsp
+, srtp
+, zbar
+, wayland-protocols
, wildmidi, fluidsynth, libvdpau, wayland
, libwebp, xvidcore, gnutls, mjpegtools
, libGLU_combined, libintl, libgme
@@ -15,11 +48,11 @@
assert faacSupport -> faac != null;
let
- inherit (stdenv.lib) optional;
+ inherit (stdenv.lib) optional optionals;
in
stdenv.mkDerivation rec {
name = "gst-plugins-bad-${version}";
- version = "1.14.4";
+ version = "1.16.0";
meta = with stdenv.lib; {
description = "Gstreamer Bad Plugins";
@@ -40,27 +73,32 @@ stdenv.mkDerivation rec {
'';
patches = [
- (fetchpatch {
- url = "https://bug794856.bugzilla-attachments.gnome.org/attachment.cgi?id=370409";
- sha256 = "0hy0rcn35alq65yqwri4fqjz2hf3nyyg5c7rnndk51msmqjxpprk";
- })
./fix_pkgconfig_includedir.patch
- # Enable bs2b compilation
- # https://bugzilla.gnome.org/show_bug.cgi?id=794346
- (fetchurl {
- url = https://bugzilla.gnome.org/attachment.cgi?id=369724;
- sha256 = "1716mp0h2866ab33w607isvfhv1zwyj71qb4jrkx5v0h276v1pwr";
+ # Remove when https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/312 is merged and available to us
+ (fetchpatch {
+ url = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/commit/99790eaad9083cce5ab2b1646489e1a1c0faad1e.patch";
+ sha256 = "11bqy4sl05qq5mj4bx5s09rq106s3j0vnpjl4np058im32j69lr3";
+ })
+ # Remove when https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/312 is merged and available to us
+ (fetchpatch {
+ url = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/commit/1872da81c48d3a719bd39955fd97deac7d037d74.patch";
+ sha256 = "11zwrr5ggflmvr0qfssj7dmhgd3ybiadmy79b4zh24022zgw3xpz";
})
];
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-bad/${name}.tar.xz";
- sha256 = "1r8dma3x127rbx42yab7kwq7q1bhkmvz2ykn0rnqnzl95q74w2wi";
+ sha256 = "019b0yqjrcg6jmfd4cc336h1bz5p4wxl58yz1c4sdb96avirs4r2";
};
outputs = [ "out" "dev" ];
- nativeBuildInputs = [ meson ninja pkgconfig python3 gettext ];
+ nativeBuildInputs = [
+ meson ninja pkgconfig python3 gettext gobject-introspection
+ ]
+ ++ optionals stdenv.isLinux [
+ wayland-protocols
+ ];
buildInputs = [
gst-plugins-base orc
@@ -71,12 +109,41 @@ stdenv.mkDerivation rec {
lilv lv2 serd sord sratom # lv2 plug-in
libmodplug mpeg2dec
openjpeg libopus librsvg
+ bluez
+ chromaprint
+ curl.dev
+ directfb
+ fdk_aac
+ flite
+ gsm
+ libaom
+ libdc1394
+ libde265
+ libdrm
+ libdvdnav
+ libdvdread
+ libgudev
+ libofa
+ libsndfile
+ libusb1
+ neon
+ openal
+ opencv3
+ openexr
+ openh264
+ rtmpdump
+ pango
+ sbc
+ soundtouch
+ spandsp
+ srtp
fluidsynth libvdpau
libwebp xvidcore gnutls libGLU_combined
libgme openssl x265 libxml2
libintl
srt
]
+ ++ optional enableZbar zbar
++ optional faacSupport faac
++ optional stdenv.isLinux wayland
# wildmidi requires apple's OpenAL
@@ -85,6 +152,47 @@ stdenv.mkDerivation rec {
# TODO: mjpegtools uint64_t is not compatible with guint64 on Darwin
++ optional (!stdenv.isDarwin) mjpegtools;
+ mesonFlags = [
+ # Enables all features, so that we know when new dependencies are necessary.
+ "-Dauto_features=enabled"
+
+ "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
+
+ "-Ddts=disabled" # required `libdca` library not packaged in nixpkgs as of writing, and marked as "BIG FAT WARNING: libdca is still in early development"
+ "-Dzbar=${if enableZbar then "enabled" else "disabled"}"
+ "-Dfaac=${if faacSupport then "enabled" else "disabled"}"
+ "-Diqa=disabled" # required `dssim` library not packaging in nixpkgs as of writing
+ "-Dmsdk=disabled" # not packaged in nixpkgs as of writing / no Windows support
+ # As of writing, with `libmpcdec` in `buildInputs` we get
+ # "Could not find libmpcdec header files, but Musepack was enabled via options"
+ # This is likely because nixpkgs has the header in libmpc/mpcdec.h
+ # instead of mpc/mpcdec.h, like Arch does. The situation is not trivial.
+ # There are apparently 2 things called `libmpcdec` from the same author:
+ # * http://svn.musepack.net/libmpcdec/trunk/src/
+ # * http://svn.musepack.net/libmpc/trunk/include/mpc/
+ # Fixing it likely requires to first figure out with upstream which one
+ # is needed, and then patching upstream to find it (though it probably
+ # already works on Arch?).
+ "-Dmusepack=disabled"
+ "-Dopenmpt=disabled" # `libopenmpt` not packaged in nixpkgs as of writing
+ "-Dopenni2=disabled" # not packaged in nixpkgs as of writing
+ "-Dopensles=disabled" # not packaged in nixpkgs as of writing
+ "-Dsctp=disabled" # required `usrsctp` library not packaged in nixpkgs as of writing
+ "-Dteletext=disabled" # required `zvbi` library not packaged in nixpkgs as of writing
+ "-Dtinyalsa=disabled" # not packaged in nixpkgs as of writing
+ "-Dvoaacenc=disabled" # required `vo-aacenc` library not packaged in nixpkgs as of writing
+ "-Dvoamrwbenc=disabled" # required `vo-amrwbenc` library not packaged in nixpkgs as of writing
+ "-Dvulkan=disabled" # Linux-only, and we haven't figured out yet which of the vulkan nixpkgs it needs
+ "-Dwasapi=disabled" # not packaged in nixpkgs as of writing / no Windows support
+ "-Dwpe=disabled" # required `wpe-webkit` library not packaged in nixpkgs as of writing
+
+ # Requires CUDA and we haven't figured out how to make Meson find CUDA yet;
+ # it probably searches via pkgconfig, for which we have no .pc files,
+ # see https://github.com/NixOS/nixpkgs/issues/54395
+ "-Dnvdec=disabled"
+ "-Dnvenc=disabled"
+ ];
+
enableParallelBuilding = true;
doCheck = false; # fails 20 out of 58 tests, expensive
diff --git a/pkgs/development/libraries/gstreamer/base/default.nix b/pkgs/development/libraries/gstreamer/base/default.nix
index 0acdf71fb72..87bbef227de 100644
--- a/pkgs/development/libraries/gstreamer/base/default.nix
+++ b/pkgs/development/libraries/gstreamer/base/default.nix
@@ -2,6 +2,11 @@
, pkgconfig, meson, ninja, gettext, gobject-introspection
, python3, gstreamer, orc, pango, libtheora
, libintl, libopus
+, isocodes
+, libjpeg
+, libvisual
+, tremor # provides 'virbisidec'
+, gtk-doc, docbook_xsl, docbook_xml_dtd_412
, enableX11 ? stdenv.isLinux, libXv
, enableWayland ? stdenv.isLinux, wayland
, enableAlsa ? stdenv.isLinux, alsaLib
@@ -10,7 +15,7 @@
stdenv.mkDerivation rec {
name = "gst-plugins-base-${version}";
- version = "1.14.4";
+ version = "1.16.0";
meta = with lib; {
description = "Base plugins and helper libraries";
@@ -22,28 +27,56 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-base/${name}.tar.xz";
- sha256 = "0qbllw4kphchwhy4p7ivdysigx69i97gyw6q0rvkx1j81r4kjqfa";
+ sha256 = "1bmmdwbyy89ayb85xc48y217f6wdmpz96f30zm6v53z2a5xsm4s0";
};
outputs = [ "out" "dev" ];
- nativeBuildInputs = [ pkgconfig python3 gettext gobject-introspection ]
-
+ nativeBuildInputs = [
+ pkgconfig python3 gettext gobject-introspection
+ gtk-doc
+ # Without these, enabling the 'gtk_doc' gives us `FAILED: meson-install`
+ docbook_xsl docbook_xml_dtd_412
+ ]
# Broken meson with Darwin. Should hopefully be fixed soon. Tracking
# in https://bugzilla.gnome.org/show_bug.cgi?id=781148.
++ lib.optionals (!stdenv.isDarwin) [ meson ninja ];
+ # On Darwin, we currently use autoconf, on all other systems Meson
+ # TODO Switch to Meson on Darwin as well
+
# TODO How to pass these to Meson?
- configureFlags = [
+ configureFlags = lib.optionals stdenv.isDarwin [
"--enable-x11=${if enableX11 then "yes" else "no"}"
"--enable-wayland=${if enableWayland then "yes" else "no"}"
"--enable-cocoa=${if enableCocoa then "yes" else "no"}"
]
-
# Introspection fails on my MacBook currently
++ lib.optional stdenv.isDarwin "--disable-introspection";
- buildInputs = [ orc libtheora libintl libopus ]
+ mesonFlags = lib.optionals (!stdenv.isDarwin) [
+ # Enables all features, so that we know when new dependencies are necessary.
+ "-Dauto_features=enabled"
+ "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
+ "-Dgl-graphene=disabled" # not packaged in nixpkgs as of writing
+ # See https://github.com/GStreamer/gst-plugins-base/blob/d64a4b7a69c3462851ff4dcfa97cc6f94cd64aef/meson_options.txt#L15 for a list of choices
+ "-Dgl_winsys=[${lib.concatStringsSep "," (lib.optional enableX11 "x11" ++ lib.optional enableWayland "wayland" ++ lib.optional enableCocoa "cocoa")}]"
+ # We must currently disable gtk_doc API docs generation,
+ # because it is not compatible with some features being disabled.
+ # See for example
+ # https://gitlab.gnome.org/GNOME/gnome-build-meta/issues/38
+ # for it failing because some Wayland symbols are missing.
+ # This problem appeared between 1.15.1 and 1.16.0.
+ "-Dgtk_doc=disabled"
+ ]
+ ++ lib.optional (!enableX11) "-Dx11=disabled"
+ # TODO How to disable Wayland?
+ ++ lib.optional (!enableAlsa) "-Dalsa=disabled"
+ ++ lib.optional (!enableCdparanoia) "-Dcdparanoia=disabled"
+ ;
+
+ buildInputs = [ orc libtheora libintl libopus isocodes libjpeg tremor ]
+ ++ lib.optional (!stdenv.isDarwin) libvisual
++ lib.optional enableAlsa alsaLib
++ lib.optionals enableX11 [ libXv pango ]
++ lib.optional enableWayland wayland
@@ -61,10 +94,6 @@ stdenv.mkDerivation rec {
doCheck = false; # fails, wants DRI access for OpenGL
patches = [
- (fetchpatch {
- url = "https://bug794856.bugzilla-attachments.gnome.org/attachment.cgi?id=370414";
- sha256 = "07x43xis0sr0hfchf36ap0cibx0lkfpqyszb3r3w9dzz301fk04z";
- })
./fix_pkgconfig_includedir.patch
];
}
diff --git a/pkgs/development/libraries/gstreamer/core/default.nix b/pkgs/development/libraries/gstreamer/core/default.nix
index b69ab89df24..fa838d5ff77 100644
--- a/pkgs/development/libraries/gstreamer/core/default.nix
+++ b/pkgs/development/libraries/gstreamer/core/default.nix
@@ -2,12 +2,17 @@
, pkgconfig, gettext, gobject-introspection
, bison, flex, python3, glib, makeWrapper
, libcap,libunwind, darwin
+, elfutils # for libdw
+, bash-completion
+, docbook_xsl, docbook_xml_dtd_412
+, gtk-doc
, lib
+, CoreServices
}:
stdenv.mkDerivation rec {
name = "gstreamer-${version}";
- version = "1.14.4";
+ version = "1.16.0";
meta = with lib ;{
description = "Open source multimedia framework";
@@ -19,14 +24,10 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gstreamer/${name}.tar.xz";
- sha256 = "1izzhnlsy83rgr4zl3jcl1sryxqbbigrrqw3j4x3nnphqnb6ckzr";
+ sha256 = "003wy1p1in85p9sr5jsyhbnwqaiwz069flwkhyx7qhxy31qjz3hf";
};
patches = [
- (fetchpatch {
- url = "https://bug794856.bugzilla-attachments.gnome.org/attachment.cgi?id=370411";
- sha256 = "16plzzmkk906k4892zq68j3c9z8vdma5nxzlviq20jfv04ykhmk2";
- })
./fix_pkgconfig_includedir.patch
];
@@ -35,13 +36,27 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
meson ninja pkgconfig gettext bison flex python3 makeWrapper gobject-introspection
+ bash-completion
+ gtk-doc
+ # Without these, enabling the 'gtk_doc' gives us `FAILED: meson-install`
+ docbook_xsl docbook_xml_dtd_412
];
+
buildInputs =
- lib.optionals stdenv.isLinux [ libcap libunwind ]
- ++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.CoreServices;
+ lib.optionals stdenv.isLinux [ libcap libunwind elfutils ]
+ ++ lib.optional stdenv.isDarwin CoreServices;
propagatedBuildInputs = [ glib ];
+ mesonFlags = [
+ # Enables all features, so that we know when new dependencies are necessary.
+ "-Dauto_features=enabled"
+ "-Ddbghelp=disabled" # not needed as we already provide libunwind and libdw, and dbghelp is a fallback to those
+ "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
+ ]
+ # darwin.libunwind doesn't have pkgconfig definitions so meson doesn't detect it.
+ ++ stdenv.lib.optionals stdenv.isDarwin [ "-Dlibunwind=disabled" "-Dlibdw=disabled" ];
+
postInstall = ''
for prog in "$dev/bin/"*; do
# We can't use --suffix here due to quoting so we craft the export command by hand
@@ -49,9 +64,17 @@ stdenv.mkDerivation rec {
done
'';
- preConfigure= ''
- patchShebangs .
- '';
+ preConfigure=
+ # These files are not executable upstream, so we need to
+ # make them executable for `patchShebangs` to pick them up.
+ # Can be removed when this is merged and available:
+ # https://gitlab.freedesktop.org/gstreamer/gstreamer/merge_requests/141
+ ''
+ chmod +x gst/parse/get_flex_version.py
+ '' +
+ ''
+ patchShebangs .
+ '';
preFixup = ''
moveToOutput "share/bash-completion" "$dev"
diff --git a/pkgs/development/libraries/gstreamer/default.nix b/pkgs/development/libraries/gstreamer/default.nix
index 9aec8763404..94d71760a7f 100644
--- a/pkgs/development/libraries/gstreamer/default.nix
+++ b/pkgs/development/libraries/gstreamer/default.nix
@@ -1,7 +1,7 @@
-{ callPackage }:
+{ callPackage, CoreServices }:
rec {
- gstreamer = callPackage ./core { };
+ gstreamer = callPackage ./core { inherit CoreServices; };
gstreamermm = callPackage ./gstreamermm { };
@@ -13,7 +13,7 @@ rec {
gst-plugins-ugly = callPackage ./ugly { inherit gst-plugins-base; };
- gst-rtsp-server = callPackage ./rtsp-server { inherit gst-plugins-base; };
+ gst-rtsp-server = callPackage ./rtsp-server { inherit gst-plugins-base gst-plugins-bad; };
gst-libav = callPackage ./libav { inherit gst-plugins-base; };
diff --git a/pkgs/development/libraries/gstreamer/ges/default.nix b/pkgs/development/libraries/gstreamer/ges/default.nix
index fb7a37a4f44..703fcb58898 100644
--- a/pkgs/development/libraries/gstreamer/ges/default.nix
+++ b/pkgs/development/libraries/gstreamer/ges/default.nix
@@ -5,7 +5,7 @@
stdenv.mkDerivation rec {
name = "gstreamer-editing-services-${version}";
- version = "1.14.4";
+ version = "1.16.0";
meta = with stdenv.lib; {
description = "Library for creation of audio/video non-linear editors";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gstreamer-editing-services/${name}.tar.xz";
- sha256 = "0pxk65jib3mqszjkyvlzklwia4kbdj6j2b6jw1d502b06mdx5lak";
+ sha256 = "1las94jkx83sxmzi5w6b0xm89dqqwzpdsb6h9w9ixndhnbpzm8w2";
};
outputs = [ "out" "dev" ];
@@ -25,11 +25,11 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ gst-plugins-base libxml2 ];
+ mesonFlags = [
+ "-Dgtk_doc=disabled"
+ ];
+
patches = [
- (fetchpatch {
- url = "https://bug794856.bugzilla-attachments.gnome.org/attachment.cgi?id=370413";
- sha256 = "1xcgbs18g6n5p7z7kqj7ffakwmkxq7ijajyvhyl7p3zvqll9dc7x";
- })
./fix_pkgconfig_includedir.patch
];
diff --git a/pkgs/development/libraries/gstreamer/good/default.nix b/pkgs/development/libraries/gstreamer/good/default.nix
index 247a74e3a32..557e3caa722 100644
--- a/pkgs/development/libraries/gstreamer/good/default.nix
+++ b/pkgs/development/libraries/gstreamer/good/default.nix
@@ -2,14 +2,21 @@
, gst-plugins-base, orc, bzip2, gettext
, libv4l, libdv, libavc1394, libiec61883
, libvpx, speex, flac, taglib, libshout
-, cairo, gdk_pixbuf, aalib, libcaca
+, cairo, gdk-pixbuf, aalib, libcaca
, libsoup, libpulseaudio, libintl
, darwin, lame, mpg123, twolame
, gtkSupport ? false, gtk3 ? null
+# As of writing, jack2 incurs a Qt dependency (big!) via `ffado`.
+# In the fuure we should probably split `ffado`.
+, enableJack ? false
, libXdamage
, libXext
, libXfixes
, ncurses
+, xorg
+, libgudev
+, wavpack
+, jack2
}:
assert gtkSupport -> gtk3 != null;
@@ -19,7 +26,7 @@ let
in
stdenv.mkDerivation rec {
name = "gst-plugins-good-${version}";
- version = "1.14.4";
+ version = "1.16.0";
meta = with stdenv.lib; {
description = "Gstreamer Good Plugins";
@@ -36,7 +43,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-good/${name}.tar.xz";
- sha256 = "0y89qynb4b6fry3h43z1r99qslmi3m8xhlq0i5baq2nbc0r5b2sz";
+ sha256 = "1zdhif1mhf0ihkjpjyrh65g2iz2cawkjjb3h5w8h9ml06grxwjk5";
};
outputs = [ "out" "dev" ];
@@ -50,18 +57,36 @@ stdenv.mkDerivation rec {
buildInputs = [
gst-plugins-base orc bzip2
libdv libvpx speex flac taglib
- cairo gdk_pixbuf aalib libcaca
+ cairo gdk-pixbuf aalib libcaca
libsoup libshout lame mpg123 twolame libintl
- # TODO: Remove the comments once https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/commit/e234932dc703e51a0e1aa3b9c408f12758b12335
- # is merged and available in nixpkgs.
- libXdamage # present feature but undeclared in meson_options.txt, see https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/553
- libXext # present feature but undeclared in meson_options.txt, see https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/553
- libXfixes # present feature but undeclared in meson_options.txt, see https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/553
+ libXdamage
+ libXext
+ libXfixes
ncurses
+ xorg.libXfixes
+ xorg.libXdamage
+ wavpack
]
++ optional gtkSupport gtk3 # for gtksink
++ optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ]
- ++ optionals stdenv.isLinux [ libv4l libpulseaudio libavc1394 libiec61883 ];
+ ++ optionals stdenv.isLinux [ libv4l libpulseaudio libavc1394 libiec61883 libgudev ]
+ ++ optionals (stdenv.isLinux && enableJack) [
+ jack2
+ ];
+
+ mesonFlags = [
+ # Enables all features, so that we know when new dependencies are necessary.
+ "-Dauto_features=enabled"
+ "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
+ "-Dqt5=disabled" # not clear as of writing how to correctly pass in the required qt5 deps
+ ]
+ ++ optional (!gtkSupport) "-Dgtk3=disabled"
+ ++ optionals (!stdenv.isLinux || !enableJack) [
+ "-Djack=disabled" # unclear whether Jack works on Darwin
+ ]
+ ++ optionals (!stdenv.isLinux) [
+ "-Dv4l2-gudev=disabled"
+ ];
# fails 1 tests with "Unexpected critical/warning: g_object_set_is_valid_property: object class 'GstRtpStorage' has no property named ''"
doCheck = false;
diff --git a/pkgs/development/libraries/gstreamer/legacy/gst-plugins-good/default.nix b/pkgs/development/libraries/gstreamer/legacy/gst-plugins-good/default.nix
index 7ecb6c34b43..2b78d4daaf3 100644
--- a/pkgs/development/libraries/gstreamer/legacy/gst-plugins-good/default.nix
+++ b/pkgs/development/libraries/gstreamer/legacy/gst-plugins-good/default.nix
@@ -1,6 +1,6 @@
{ fetchurl, stdenv, lib, pkgconfig, gst-plugins-base, aalib, cairo
, flac, libjpeg, speex, libpng, libdv, libcaca, libvpx
-, taglib, libpulseaudio, gdk_pixbuf, orc
+, taglib, libpulseaudio, gdk-pixbuf, orc
, glib, gstreamer, bzip2, libsoup, libshout, ncurses, libintl
, # Whether to build no plugins that have external dependencies
# (except the PulseAudio plugin).
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
++ lib.optional stdenv.isLinux libpulseaudio
++ lib.optionals (!minimalDeps)
[ aalib libcaca cairo libdv flac libjpeg libpng speex
- taglib bzip2 libvpx gdk_pixbuf orc libsoup libshout ];
+ taglib bzip2 libvpx gdk-pixbuf orc libsoup libshout ];
enableParallelBuilding = true;
diff --git a/pkgs/development/libraries/gstreamer/legacy/gstreamer/default.nix b/pkgs/development/libraries/gstreamer/legacy/gstreamer/default.nix
index d03151e4344..c70e898a47d 100644
--- a/pkgs/development/libraries/gstreamer/legacy/gstreamer/default.nix
+++ b/pkgs/development/libraries/gstreamer/legacy/gstreamer/default.nix
@@ -1,5 +1,5 @@
{ fetchurl, fetchpatch, stdenv, autoreconfHook
-, perl, bison2, flex, pkgconfig, glib, libxml2, libintl
+, perl, bison2, flex, pkgconfig, glib, libxml2, libintl, libunwind
}:
stdenv.mkDerivation rec {
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
nativeBuildInputs = [ autoreconfHook flex perl pkgconfig libintl bison2 glib ];
+ buildInputs = stdenv.lib.optional stdenv.isDarwin libunwind;
propagatedBuildInputs = [ glib libxml2 ];
patches = [
diff --git a/pkgs/development/libraries/gstreamer/libav/default.nix b/pkgs/development/libraries/gstreamer/libav/default.nix
index 7f7393bba28..297c8ada884 100644
--- a/pkgs/development/libraries/gstreamer/libav/default.nix
+++ b/pkgs/development/libraries/gstreamer/libav/default.nix
@@ -10,7 +10,7 @@ assert withSystemLibav -> libav != null;
stdenv.mkDerivation rec {
name = "gst-libav-${version}";
- version = "1.14.4";
+ version = "1.16.0";
meta = {
homepage = https://gstreamer.freedesktop.org;
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-libav/${name}.tar.xz";
- sha256 = "1nk5g24z2xx5kaw5cg8dv8skdc516inahmkymcz8bxqxj28qbmyz";
+ sha256 = "16ixqpfrr7plaaz14n3vagr2q5xbfkv7gpmcsyndrkx98f813b6z";
};
outputs = [ "out" "dev" ];
@@ -34,4 +34,10 @@ stdenv.mkDerivation rec {
[ gst-plugins-base orc bzip2 ]
++ optional withSystemLibav libav
;
+
+ mesonFlags = [
+ # Enables all features, so that we know when new dependencies are necessary.
+ "-Dauto_features=enabled"
+ ];
+
}
diff --git a/pkgs/development/libraries/gstreamer/rtsp-server/default.nix b/pkgs/development/libraries/gstreamer/rtsp-server/default.nix
index 6236edec6a4..c4620a29e94 100644
--- a/pkgs/development/libraries/gstreamer/rtsp-server/default.nix
+++ b/pkgs/development/libraries/gstreamer/rtsp-server/default.nix
@@ -1,10 +1,12 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig
-, gst-plugins-base, gettext, gobject-introspection
+, gettext, gobject-introspection
+, gst-plugins-base
+, gst-plugins-bad
}:
stdenv.mkDerivation rec {
name = "gst-rtsp-server-${version}";
- version = "1.14.4";
+ version = "1.16.0";
meta = with stdenv.lib; {
description = "Gstreamer RTSP server";
@@ -19,12 +21,18 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-rtsp-server/${name}.tar.xz";
- sha256 = "1wc4d0y57hpfvv9sykjg8mxj86dw60mf696fbqbiqq6dzlmcw3ix";
+ sha256 = "069zy159izy50blci9fli1i2r8jh91qkmgrz1n0xqciy3bn9x3hr";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ meson ninja gettext gobject-introspection pkgconfig ];
- buildInputs = [ gst-plugins-base ];
+ buildInputs = [ gst-plugins-base gst-plugins-bad ];
+
+ mesonFlags = [
+ # Enables all features, so that we know when new dependencies are necessary.
+ "-Dauto_features=enabled"
+ "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
+ ];
}
diff --git a/pkgs/development/libraries/gstreamer/ugly/default.nix b/pkgs/development/libraries/gstreamer/ugly/default.nix
index 0cdfd1f4a7b..5c3a56814ba 100644
--- a/pkgs/development/libraries/gstreamer/ugly/default.nix
+++ b/pkgs/development/libraries/gstreamer/ugly/default.nix
@@ -2,12 +2,13 @@
, gst-plugins-base, orc, gettext
, a52dec, libcdio, libdvdread
, libmad, libmpeg2, x264, libintl, lib
+, opencore-amr
, darwin
}:
stdenv.mkDerivation rec {
name = "gst-plugins-ugly-${version}";
- version = "1.14.4";
+ version = "1.16.0";
meta = with lib; {
description = "Gstreamer Ugly Plugins";
@@ -25,7 +26,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-ugly/${name}.tar.xz";
- sha256 = "08vd1xgwmapnviah47zv5h2r02qdd20y4f07rvv5zhv6y4vxh0mc";
+ sha256 = "1hm46c1fy9vl1wfwipsj41zp79cm7in1fpmjw24j5hriy32n82g3";
};
outputs = [ "out" "dev" ];
@@ -37,8 +38,16 @@ stdenv.mkDerivation rec {
a52dec libcdio libdvdread
libmad libmpeg2 x264
libintl
+ opencore-amr
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks;
[ IOKit CoreFoundation DiskArbitration ]);
+ mesonFlags = [
+ # Enables all features, so that we know when new dependencies are necessary.
+ "-Dauto_features=enabled"
+ "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
+ "-Dsidplay=disabled" # sidplay / sidplay/player.h isn't packaged in nixpkgs as of writing
+ ];
+
NIX_LDFLAGS = [ "-lm" ];
}
diff --git a/pkgs/development/libraries/gstreamer/vaapi/default.nix b/pkgs/development/libraries/gstreamer/vaapi/default.nix
index e84f8dce912..c0541857e8b 100644
--- a/pkgs/development/libraries/gstreamer/vaapi/default.nix
+++ b/pkgs/development/libraries/gstreamer/vaapi/default.nix
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "gst-vaapi-${version}";
- version = "1.14.4";
+ version = "1.16.0";
src = fetchurl {
url = "${meta.homepage}/src/gstreamer-vaapi/gstreamer-vaapi-${version}.tar.xz";
- sha256 = "18yha6119v7mwz47idv2vykzfssqfmh6hc824wqqsshwjvzdn66f";
+ sha256 = "07qpynamiz0lniqajcaijh3n7ixs4lfk9a5mfk50sng0dricwzsf";
};
outputs = [ "out" "dev" ];
@@ -27,6 +27,12 @@ stdenv.mkDerivation rec {
mkdir -p $GST_PLUGIN_PATH_1_0
'';
+ mesonFlags = [
+ # Enables all features, so that we know when new dependencies are necessary.
+ "-Dauto_features=enabled"
+ "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
+ ];
+
meta = {
homepage = https://gstreamer.freedesktop.org;
license = stdenv.lib.licenses.lgpl21Plus;
diff --git a/pkgs/development/libraries/gstreamer/validate/default.nix b/pkgs/development/libraries/gstreamer/validate/default.nix
index 916185bf7ec..06d275078f3 100644
--- a/pkgs/development/libraries/gstreamer/validate/default.nix
+++ b/pkgs/development/libraries/gstreamer/validate/default.nix
@@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
name = "gst-validate-${version}";
- version = "1.14.4";
+ version = "1.16.0";
meta = {
description = "Integration testing infrastructure for the GStreamer framework";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-validate/${name}.tar.xz";
- sha256 = "1ismv4i7ldi04swq76pcpd5apxqd52yify5hvlyan2yw9flwrp0q";
+ sha256 = "1jfnd0g9hmdbqfxsx96yc9vpf1w6m33hqwrr6lj4i83kl54awcck";
};
outputs = [ "out" "dev" ];
@@ -31,4 +31,9 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ gstreamer gst-plugins-base ];
enableParallelBuilding = true;
+
+ mesonFlags = [
+ # Enables all features, so that we know when new dependencies are necessary.
+ "-Dauto_features=enabled"
+ ];
}
diff --git a/pkgs/development/libraries/gthree/default.nix b/pkgs/development/libraries/gthree/default.nix
new file mode 100644
index 00000000000..6588b8ab440
--- /dev/null
+++ b/pkgs/development/libraries/gthree/default.nix
@@ -0,0 +1,72 @@
+{ stdenv
+, fetchFromGitHub
+, fetchpatch
+, ninja
+, meson
+, pkgconfig
+, gobject-introspection
+, gtk-doc
+, docbook_xsl
+, docbook_xml_dtd_43
+, glib
+, gtk3
+, graphene
+, epoxy
+, json-glib
+}:
+
+stdenv.mkDerivation rec {
+ pname = "gthree";
+ version = "unstable-2019-08-21";
+
+ outputs = [ "out" "dev" "devdoc" ];
+
+ src = fetchFromGitHub {
+ owner = "alexlarsson";
+ repo = "gthree";
+ rev = "dac46b0f35e29319c004c7e17b5f345ef4c04cb8";
+ sha256 = "16ixis2g04000zffm44s7ir64vn3byz9a793g2s76aasqybl86i2";
+ };
+
+ patches = [
+ # correctly declare json-glib in .pc file
+ # https://github.com/alexlarsson/gthree/pull/61
+ (fetchpatch {
+ url = https://github.com/alexlarsson/gthree/commit/784b1f20e0b6eb15f113a51f74c2cba871249861.patch;
+ sha256 = "07vxafaxris5a98w751aw04nlw0l45np1lba08xd16wdzmkadz0x";
+ })
+ ];
+
+ nativeBuildInputs = [
+ ninja
+ meson
+ pkgconfig
+ gtk-doc
+ docbook_xsl
+ docbook_xml_dtd_43
+ gobject-introspection
+ ];
+
+ buildInputs = [
+ epoxy
+ ];
+
+ propagatedBuildInputs = [
+ glib
+ gtk3
+ graphene
+ json-glib
+ ];
+
+ mesonFlags = [
+ "-Dgtk_doc=${if stdenv.isDarwin then "false" else "true"}"
+ ];
+
+ meta = with stdenv.lib; {
+ description = "GObject/GTK port of three.js";
+ homepage = https://github.com/alexlarsson/gthree;
+ license = licenses.mit;
+ maintainers = with maintainers; [ jtojnar ];
+ platforms = platforms.unix;
+ };
+}
diff --git a/pkgs/development/libraries/gtk+/01-build-Fix-path-handling-in-pkgconfig.patch b/pkgs/development/libraries/gtk+/01-build-Fix-path-handling-in-pkgconfig.patch
new file mode 100644
index 00000000000..ec69a12514f
--- /dev/null
+++ b/pkgs/development/libraries/gtk+/01-build-Fix-path-handling-in-pkgconfig.patch
@@ -0,0 +1,30 @@
+From 7b692e618c4183a51af3d3b0037f106c4fec2355 Mon Sep 17 00:00:00 2001
+From: worldofpeace
+Date: Fri, 19 Jul 2019 13:32:57 -0400
+Subject: [PATCH] build: Fix path handling in pkgconfig
+
+---
+ meson.build | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 36913b3f04..161b378ba5 100644
+--- a/meson.build
++++ b/meson.build
+@@ -834,10 +834,10 @@ configure_file(input: 'config.h.meson',
+ # pkg-config files - bit of a mess all of this
+ pkgconf = configuration_data()
+
+-pkgconf.set('prefix', get_option('prefix'))
++pkgconf.set('prefix', gtk_prefix)
+ pkgconf.set('exec_prefix', '${prefix}')
+-pkgconf.set('libdir', '${prefix}/@0@'.format(get_option('libdir')))
+-pkgconf.set('includedir', '${prefix}/@0@'.format(get_option('includedir')))
++pkgconf.set('libdir', gtk_libdir)
++pkgconf.set('includedir', join_paths('${prefix}', gtk_includedir))
+ pkgconf.set('GTK_API_VERSION', gtk_api_version)
+ pkgconf.set('VERSION', meson.project_version())
+ pkgconf.set('GTK_BINARY_VERSION', gtk_binary_version)
+--
+2.22.0
+
diff --git a/pkgs/development/libraries/gtk+/2.x.nix b/pkgs/development/libraries/gtk+/2.x.nix
index 8dad69eb998..886f0aefafb 100644
--- a/pkgs/development/libraries/gtk+/2.x.nix
+++ b/pkgs/development/libraries/gtk+/2.x.nix
@@ -1,5 +1,5 @@
{ config, stdenv, fetchurl, pkgconfig, gettext, glib, atk, pango, cairo, perl, xorg
-, gdk_pixbuf, xlibsWrapper, gobject-introspection
+, gdk-pixbuf, xlibsWrapper, gobject-introspection
, xineramaSupport ? stdenv.isLinux
, cupsSupport ? config.gtk2.cups or stdenv.isLinux, cups ? null
, gdktarget ? if stdenv.isDarwin then "quartz" else "x11"
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
];
propagatedBuildInputs = with xorg;
- [ glib cairo pango gdk_pixbuf atk ]
+ [ glib cairo pango gdk-pixbuf atk ]
++ optionals (stdenv.isLinux || stdenv.isDarwin) [
libXrandr libXrender libXcomposite libXi libXcursor
]
diff --git a/pkgs/development/libraries/gtk+/3.x.nix b/pkgs/development/libraries/gtk+/3.x.nix
index 30b33c7aea9..94b745794f1 100644
--- a/pkgs/development/libraries/gtk+/3.x.nix
+++ b/pkgs/development/libraries/gtk+/3.x.nix
@@ -1,32 +1,61 @@
-{ stdenv, fetchurl, fetchpatch, pkgconfig, gettext, perl, makeWrapper, shared-mime-info, isocodes
-, expat, glib, cairo, pango, gdk_pixbuf, atk, at-spi2-atk, gobject-introspection, fribidi
-, xorg, epoxy, json-glib, libxkbcommon, gmp, gnome3, autoreconfHook, gsettings-desktop-schemas
+{ stdenv
+, fetchurl
+, fetchpatch
+, pkgconfig
+, gettext
+, meson
+, ninja
+, python3
+, makeWrapper
+, shared-mime-info
+, isocodes
+, expat
+, glib
+, cairo
+, pango
+, gdk-pixbuf
+, atk
+, at-spi2-atk
+, gobject-introspection
+, fribidi
+, xorg
+, epoxy
+, json-glib
+, libxkbcommon
+, gmp
+, gnome3
+, hicolor-icon-theme
+, gsettings-desktop-schemas
+, sassc
, x11Support ? stdenv.isLinux
-, waylandSupport ? stdenv.isLinux, mesa_noglu, wayland, wayland-protocols
+, waylandSupport ? stdenv.isLinux
+, mesa
+, wayland
+, wayland-protocols
, xineramaSupport ? stdenv.isLinux
-, cupsSupport ? stdenv.isLinux, cups ? null
-, AppKit, Cocoa
+, cupsSupport ? stdenv.isLinux
+, cups ? null
+, AppKit
+, Cocoa
}:
assert cupsSupport -> cups != null;
with stdenv.lib;
-let
- version = "3.24.8";
-in
stdenv.mkDerivation rec {
- name = "gtk+3-${version}";
-
- src = fetchurl {
- url = "mirror://gnome/sources/gtk+/${stdenv.lib.versions.majorMinor version}/gtk+-${version}.tar.xz";
- sha256 = "16f71bbkhwhndcsrpyhjia3b77cb5ksf5c45lyfgws4pkgg64sb6";
- };
+ pname = "gtk+3";
+ version = "3.24.10";
outputs = [ "out" "dev" ];
outputBin = "dev";
- nativeBuildInputs = [ pkgconfig gettext gobject-introspection perl makeWrapper autoreconfHook ];
+ setupHook = ./gtk3-setup-hook.sh;
+
+ src = fetchurl {
+ url = "mirror://gnome/sources/gtk+/${stdenv.lib.versions.majorMinor version}/gtk+-${version}.tar.xz";
+ sha256 = "00qvq1r96ikdalv7xzgng1kad9i0rcahqk01gwhxl3xrw83z3a1m";
+ };
patches = [
./3.0-immodules.cache.patch
@@ -35,6 +64,8 @@ stdenv.mkDerivation rec {
url = "https://bug757142.bugzilla-attachments.gnome.org/attachment.cgi?id=344123";
sha256 = "0g6fhqcv8spfy3mfmxpyji93k8d4p4q4fz1v9a1c1cgcwkz41d7p";
})
+ # https://gitlab.gnome.org/GNOME/gtk/merge_requests/1002
+ ./01-build-Fix-path-handling-in-pkgconfig.patch
] ++ optionals stdenv.isDarwin [
# X11 module requires which is not installed on Darwin
# let’s drop that dependency in similar way to how other parts of the library do it
@@ -42,39 +73,76 @@ stdenv.mkDerivation rec {
./3.0-darwin-x11.patch
];
- buildInputs = [ libxkbcommon epoxy json-glib isocodes ]
- ++ optional stdenv.isDarwin AppKit;
- propagatedBuildInputs = with xorg; with stdenv.lib;
- [ expat glib cairo pango gdk_pixbuf atk at-spi2-atk gsettings-desktop-schemas fribidi
- libXrandr libXrender libXcomposite libXi libXcursor libSM libICE ]
- ++ optional stdenv.isDarwin Cocoa # explicitly propagated, always needed
- ++ optionals waylandSupport [ mesa_noglu wayland wayland-protocols ]
- ++ optional xineramaSupport libXinerama
- ++ optional cupsSupport cups;
- #TODO: colord?
-
- # demos fail to install, no idea where's the problem
- preConfigure = "sed '/^SRC_SUBDIRS /s/demos//' -i Makefile.in";
-
- enableParallelBuilding = true;
-
- configureFlags = optional stdenv.isDarwin [
- "--disable-debug"
- "--disable-dependency-tracking"
- "--disable-glibtest"
- ] ++ optional (stdenv.isDarwin && !x11Support)
- "--enable-quartz-backend"
- ++ optional x11Support [
- "--enable-x11-backend"
- ] ++ optional waylandSupport [
- "--enable-wayland-backend"
+ mesonFlags = [
+ "-Dtests=false"
];
+ postPatch = ''
+ files=(
+ build-aux/meson/post-install.py
+ demos/gtk-demo/geninclude.py
+ gdk/broadway/gen-c-array.py
+ gdk/gen-gdk-gresources-xml.py
+ gtk/cursor/dnd-copy.png
+ gtk/gen-gtk-gresources-xml.py
+ gtk/gen-rc.py
+ gtk/gentypefuncs.py
+ )
+
+ chmod +x ''${files[@]}
+ patchShebangs ''${files[@]}
+ '';
+
+ nativeBuildInputs = [
+ gettext
+ gobject-introspection
+ hicolor-icon-theme # setup-hook
+ makeWrapper
+ meson
+ ninja
+ pkgconfig
+ python3
+ sassc
+ setupHook
+ ];
+
+ buildInputs = [
+ libxkbcommon
+ epoxy
+ json-glib
+ isocodes
+ ]
+ ++ optional stdenv.isDarwin AppKit
+ ;
+
+ propagatedBuildInputs = with xorg; [
+ at-spi2-atk
+ atk
+ cairo
+ expat
+ fribidi
+ gdk-pixbuf
+ glib
+ gsettings-desktop-schemas
+ libICE
+ libSM
+ libXcomposite
+ libXcursor
+ libXi
+ libXrandr
+ libXrender
+ pango
+ ]
+ ++ optional stdenv.isDarwin Cocoa # explicitly propagated, always needed
+ ++ optionals waylandSupport [ mesa wayland wayland-protocols ]
+ ++ optional xineramaSupport libXinerama
+ ++ optional cupsSupport cups
+ ;
+ #TODO: colord?
+
doCheck = false; # needs X11
postInstall = optionalString (!stdenv.isDarwin) ''
- substituteInPlace "$out/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.la" \
- --replace '-L${gmp.dev}/lib' '-L${gmp.out}/lib'
# The updater is needed for nixos env and it's tiny.
moveToOutput bin/gtk-update-icon-cache "$out"
# Launcher
@@ -86,6 +154,16 @@ stdenv.mkDerivation rec {
done
'';
+ # Wrap demos
+ postFixup = optionalString (!stdenv.isDarwin) ''
+ demos=(gtk3-demo gtk3-demo-application gtk3-icon-browser gtk3-widget-factory)
+
+ for program in ''${demos[@]}; do
+ wrapProgram $dev/bin/$program \
+ --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:$out/share/gsettings-schemas/${pname}-${version}"
+ done
+ '';
+
passthru = {
updateScript = gnome3.updateScript {
packageName = "gtk+";
@@ -93,9 +171,8 @@ stdenv.mkDerivation rec {
};
};
- meta = with stdenv.lib; {
+ meta = {
description = "A multi-platform toolkit for creating graphical user interfaces";
-
longDescription = ''
GTK+ is a highly usable, feature rich toolkit for creating
graphical user interfaces which boasts cross platform
@@ -106,11 +183,8 @@ stdenv.mkDerivation rec {
proprietary software with GTK+ without any license fees or
royalties.
'';
-
homepage = https://www.gtk.org/;
-
license = licenses.lgpl2Plus;
-
maintainers = with maintainers; [ raskin vcunat lethalman ];
platforms = platforms.all;
};
diff --git a/pkgs/development/libraries/gtk+/gtk3-setup-hook.sh b/pkgs/development/libraries/gtk+/gtk3-setup-hook.sh
new file mode 100644
index 00000000000..bddeb2d25d5
--- /dev/null
+++ b/pkgs/development/libraries/gtk+/gtk3-setup-hook.sh
@@ -0,0 +1,10 @@
+fixupOutputHooks+=(_gtk3CleanComments)
+
+# Clean comments that link to generator of the file
+_gtk3CleanComments() {
+ local f="$prefix/lib/gtk-3.0/3.0.0/immodules.cache"
+ if [ -f "$f" ]; then
+ sed 's|Created by .*bin/gtk-query-|Created by bin/gtk-query-|' -i "$f"
+ fi
+}
+
diff --git a/pkgs/development/libraries/gtkd/default.nix b/pkgs/development/libraries/gtkd/default.nix
index b69e99e0fb8..c2f05b51a65 100644
--- a/pkgs/development/libraries/gtkd/default.nix
+++ b/pkgs/development/libraries/gtkd/default.nix
@@ -1,7 +1,9 @@
-{ stdenv, fetchzip, atk, cairo, dmd, gdk_pixbuf, gnome3, gst_all_1, librsvg
-, pango, pkgconfig, which, vte }:
+{ stdenv, fetchzip, atk, cairo, dmd, gdk-pixbuf, gnome3, gst_all_1, librsvg
+, glib, gtk3, gtksourceview, libgda, libpeas, pango, pkgconfig, which, vte }:
-stdenv.mkDerivation rec {
+let
+ inherit (gst_all_1) gstreamer gst-plugins-base;
+in stdenv.mkDerivation rec {
name = "gtkd-${version}";
version = "3.8.5";
@@ -13,7 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ dmd pkgconfig which ];
propagatedBuildInputs = [
- atk cairo gdk_pixbuf glib gstreamer gst_plugins_base gtk3 gtksourceview
+ atk cairo gdk-pixbuf glib gstreamer gst-plugins-base gtk3 gtksourceview
libgda libpeas librsvg pango vte
];
@@ -26,8 +28,8 @@ stdenv.mkDerivation rec {
--replace libcairo.so.2 ${cairo}/lib/libcairo.so.2 \
--replace libcairo.dylib ${cairo}/lib/libcairo.dylib
substituteInPlace generated/gtkd/gdkpixbuf/c/functions.d \
- --replace libgdk_pixbuf-2.0.so.0 ${gdk_pixbuf}/lib/libgdk_pixbuf-2.0.so.0 \
- --replace libgdk_pixbuf-2.0.0.dylib ${gdk_pixbuf}/lib/libgdk_pixbuf-2.0.0.dylib
+ --replace libgdk_pixbuf-2.0.so.0 ${gdk-pixbuf}/lib/libgdk_pixbuf-2.0.so.0 \
+ --replace libgdk_pixbuf-2.0.0.dylib ${gdk-pixbuf}/lib/libgdk_pixbuf-2.0.0.dylib
substituteInPlace generated/gtkd/atk/c/functions.d \
--replace libatk-1.0.so.0 ${atk}/lib/libatk-1.0.so.0 \
--replace libatk-1.0.0.dylib ${atk}/lib/libatk-1.0.0.dylib
@@ -57,8 +59,8 @@ stdenv.mkDerivation rec {
--replace libvte-2.91.so.0 ${vte}/lib/libvte-2.91.so.0 \
--replace libvte-2.91.0.dylib ${vte}/lib/libvte-2.91.0.dylib
substituteInPlace generated/gstreamer/gstinterfaces/c/functions.d \
- --replace libgstvideo-1.0.so.0 ${gst_plugins_base}/lib/libgstvideo-1.0.so.0 \
- --replace libgstvideo-1.0.0.dylib ${gst_plugins_base}/lib/libgstvideo-1.0.0.dylib
+ --replace libgstvideo-1.0.so.0 ${gst-plugins-base}/lib/libgstvideo-1.0.so.0 \
+ --replace libgstvideo-1.0.0.dylib ${gst-plugins-base}/lib/libgstvideo-1.0.0.dylib
substituteInPlace generated/sourceview/gsv/c/functions.d \
--replace libgtksourceview-3.0.so.1 ${gtksourceview}/lib/libgtksourceview-3.0.so.1 \
--replace libgtksourceview-3.0.1.dylib ${gtksourceview}/lib/libgtksourceview-3.0.1.dylib
@@ -84,11 +86,6 @@ stdenv.mkDerivation rec {
installFlags = "prefix=$(out)";
- inherit atk cairo gdk_pixbuf librsvg pango;
- inherit (gnome3) glib gtk3 gtksourceview libgda libpeas;
- inherit (gst_all_1) gstreamer;
- gst_plugins_base = gst_all_1.gst-plugins-base;
-
meta = with stdenv.lib; {
description = "D binding and OO wrapper for GTK+";
homepage = https://gtkd.org;
diff --git a/pkgs/development/libraries/gvfs/default.nix b/pkgs/development/libraries/gvfs/default.nix
index d9163c97cb7..60188d77962 100644
--- a/pkgs/development/libraries/gvfs/default.nix
+++ b/pkgs/development/libraries/gvfs/default.nix
@@ -9,13 +9,13 @@
let
pname = "gvfs";
- version = "1.40.1";
+ version = "1.40.2";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1cfnzamr4mvgpf6yhm28lh9cafy9z6842s8jpbqnfizfxybg8ylj";
+ sha256 = "07lpcfric3h0302n9b1pwa38mjb76r9s98kg2867y2d1qvzfivxx";
};
postPatch = ''
diff --git a/pkgs/development/libraries/harfbuzz/default.nix b/pkgs/development/libraries/harfbuzz/default.nix
index a405633c1b8..26a3428f679 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -8,7 +8,7 @@
}:
let
- version = "2.5.1";
+ version = "2.5.3";
inherit (stdenv.lib) optional optionals optionalString;
in
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${version}.tar.xz";
- sha256 = "17kiyq23g7bnjvyn2yg4gyr7i7qjam65n20whsrplpxxk9bk8j3d";
+ sha256 = "0p45xk5bblsw8lfs7y7z80b4rvda9f2hlpr28flkrfmpjz3hvl7y";
};
postPatch = ''
diff --git a/pkgs/development/libraries/hpx/default.nix b/pkgs/development/libraries/hpx/default.nix
index c0028666482..99777bbd6f0 100644
--- a/pkgs/development/libraries/hpx/default.nix
+++ b/pkgs/development/libraries/hpx/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "hpx-${version}";
- version = "1.2.1";
+ version = "1.3.0";
src = fetchFromGitHub {
owner = "STEllAR-GROUP";
repo = "hpx";
rev = "${version}";
- sha256 = "18dk9413qcgljdlw2jfkk21lwi4iwc57s41yqnc3jp8vdj96w32s";
+ sha256 = "0yzxb8520qh9rvzsa190yzx21jn3d8rl8ac5v01767ygd0413hfk";
};
buildInputs = [ boost hwloc gperftools ];
diff --git a/pkgs/development/libraries/hunspell/0001-Make-hunspell-look-in-XDG_DATA_DIRS-for-dictionaries.patch b/pkgs/development/libraries/hunspell/0001-Make-hunspell-look-in-XDG_DATA_DIRS-for-dictionaries.patch
new file mode 100644
index 00000000000..4607f8b8ee0
--- /dev/null
+++ b/pkgs/development/libraries/hunspell/0001-Make-hunspell-look-in-XDG_DATA_DIRS-for-dictionaries.patch
@@ -0,0 +1,37 @@
+From 8c67f314de2684d77315eecd99ef091d441f17dd Mon Sep 17 00:00:00 2001
+From: Matthew Bauer
+Date: Wed, 24 Jul 2019 15:35:18 -0400
+Subject: [PATCH] Make hunspell look in XDG_DATA_DIRS for dictionaries
+
+Some dictionaries may exist but only show up under XDG_DATA_DIRS. For
+instance, $HOME/.local/share/hunspell could contain some dictionaries.
+
+This patch adds each directory in the hunspell subdir of each
+XDG_DATA_DIRS to the lookup path.
+
+Upstream pr is available at: https://github.com/hunspell/hunspell/pull/637
+---
+ src/tools/hunspell.cxx | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/src/tools/hunspell.cxx b/src/tools/hunspell.cxx
+index 690e34a..6cd127e 100644
+--- a/src/tools/hunspell.cxx
++++ b/src/tools/hunspell.cxx
+@@ -2044,6 +2044,13 @@ int main(int argc, char** argv) {
+ if (getenv("DICPATH")) {
+ path_std_str.append(getenv("DICPATH")).append(PATHSEP);
+ }
++ if (getenv("XDG_DATA_DIRS")) {
++ char* dir = strtok(getenv("XDG_DATA_DIRS"), ":");
++ while (dir != NULL) {
++ path_std_str.append(dir).append("/hunspell:");
++ dir = strtok(NULL, ":");
++ }
++ }
+ path_std_str.append(LIBDIR).append(PATHSEP);
+ if (HOME) {
+ const char * userooodir[] = USEROOODIR;
+--
+2.22.0
+
diff --git a/pkgs/development/libraries/hunspell/default.nix b/pkgs/development/libraries/hunspell/default.nix
index 3728c05e516..18e32585ce2 100644
--- a/pkgs/development/libraries/hunspell/default.nix
+++ b/pkgs/development/libraries/hunspell/default.nix
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses readline ];
nativeBuildInputs = [ autoreconfHook ];
+ patches = [ ./0001-Make-hunspell-look-in-XDG_DATA_DIRS-for-dictionaries.patch ];
+
postPatch = ''
patchShebangs tests
'';
diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix
index b8de133f502..b9a283d80d2 100644
--- a/pkgs/development/libraries/hunspell/dictionaries.nix
+++ b/pkgs/development/libraries/hunspell/dictionaries.nix
@@ -286,10 +286,11 @@ let
};
};
-in {
+in rec {
/* ENGLISH */
+ en_US = en-us;
en-us = mkDictFromWordlist {
shortName = "en-us";
shortDescription = "English (United States)";
@@ -300,6 +301,7 @@ in {
};
};
+ en_CA = en-ca;
en-ca = mkDictFromWordlist {
shortName = "en-ca";
shortDescription = "English (Canada)";
@@ -310,6 +312,18 @@ in {
};
};
+ en-au = mkDictFromWordlist {
+ shortName = "en-au";
+ shortDescription = "English (Australia)";
+ dictFileName = "en_AU";
+ src = fetchurl {
+ url = mirror://sourceforge/wordlist/speller/2018.04.16/hunspell-en_AU-2018.04.16.zip;
+ sha256 = "1kp06npl1kd05mm9r52cg2iwc13x02zwqgpibdw15b6x43agg6f5";
+ };
+ };
+ en_AU = en-au;
+
+ en_GB-ise = en-gb-ise;
en-gb-ise = mkDictFromWordlist {
shortName = "en-gb-ise";
shortDescription = "English (United Kingdom, 'ise' ending)";
@@ -320,6 +334,7 @@ in {
};
};
+ en_GB-ize = en-gb-ize;
en-gb-ize = mkDictFromWordlist {
shortName = "en-gb-ize";
shortDescription = "English (United Kingdom, 'ize' ending)";
@@ -332,126 +347,147 @@ in {
/* SPANISH */
+ es_ANY = es-any;
es-any = mkDictFromRla {
shortName = "es-any";
shortDescription = "Spanish (any variant)";
dictFileName = "es_ANY";
};
+ es_AR = es-ar;
es-ar = mkDictFromRla {
shortName = "es-ar";
shortDescription = "Spanish (Argentina)";
dictFileName = "es_AR";
};
+ es_BO = es-bo;
es-bo = mkDictFromRla {
shortName = "es-bo";
shortDescription = "Spanish (Bolivia)";
dictFileName = "es_BO";
};
+ es_CL = es-cl;
es-cl = mkDictFromRla {
shortName = "es-cl";
shortDescription = "Spanish (Chile)";
dictFileName = "es_CL";
};
+ es_CO = es-co;
es-co = mkDictFromRla {
shortName = "es-co";
shortDescription = "Spanish (Colombia)";
dictFileName = "es_CO";
};
+ es_CR = es-cr;
es-cr = mkDictFromRla {
shortName = "es-cr";
shortDescription = "Spanish (Costra Rica)";
dictFileName = "es_CR";
};
+ es_CU = es-cu;
es-cu = mkDictFromRla {
shortName = "es-cu";
shortDescription = "Spanish (Cuba)";
dictFileName = "es_CU";
};
+ es_DO = es-do;
es-do = mkDictFromRla {
shortName = "es-do";
shortDescription = "Spanish (Dominican Republic)";
dictFileName = "es_DO";
};
+ es_EC = es-ec;
es-ec = mkDictFromRla {
shortName = "es-ec";
shortDescription = "Spanish (Ecuador)";
dictFileName = "es_EC";
};
+ es_ES = es-es;
es-es = mkDictFromRla {
shortName = "es-es";
shortDescription = "Spanish (Spain)";
dictFileName = "es_ES";
};
+ es_GT = es-gt;
es-gt = mkDictFromRla {
shortName = "es-gt";
shortDescription = "Spanish (Guatemala)";
dictFileName = "es_GT";
};
+ es_HN = es-hn;
es-hn = mkDictFromRla {
shortName = "es-hn";
shortDescription = "Spanish (Honduras)";
dictFileName = "es_HN";
};
+ es_MX = es-mx;
es-mx = mkDictFromRla {
shortName = "es-mx";
shortDescription = "Spanish (Mexico)";
dictFileName = "es_MX";
};
+ es_NI = es-ni;
es-ni = mkDictFromRla {
shortName = "es-ni";
shortDescription = "Spanish (Nicaragua)";
dictFileName = "es_NI";
};
+ es_PA = es-pa;
es-pa = mkDictFromRla {
shortName = "es-pa";
shortDescription = "Spanish (Panama)";
dictFileName = "es_PA";
};
+ es_PE = es-pe;
es-pe = mkDictFromRla {
shortName = "es-pe";
shortDescription = "Spanish (Peru)";
dictFileName = "es_PE";
};
+ es_PR = es-pr;
es-pr = mkDictFromRla {
shortName = "es-pr";
shortDescription = "Spanish (Puerto Rico)";
dictFileName = "es_PR";
};
+ es_PY = es-py;
es-py = mkDictFromRla {
shortName = "es-py";
shortDescription = "Spanish (Paraguay)";
dictFileName = "es_PY";
};
+ es_SV = es-sv;
es-sv = mkDictFromRla {
shortName = "es-sv";
shortDescription = "Spanish (El Salvador)";
dictFileName = "es_SV";
};
+ es_UY = es-uy;
es-uy = mkDictFromRla {
shortName = "es-uy";
shortDescription = "Spanish (Uruguay)";
dictFileName = "es_UY";
};
+ es_VE = es-ve;
es-ve = mkDictFromRla {
shortName = "es-ve";
shortDescription = "Spanish (Venezuela)";
@@ -505,6 +541,7 @@ in {
/* ITALIAN */
+ it_IT = it-it;
it-it = mkDictFromLinguistico rec {
shortName = "it-it";
dictFileName = "it_IT";
@@ -517,6 +554,7 @@ in {
/* BASQUE */
+ eu_ES = eu-es;
eu-es = mkDictFromXuxen {
shortName = "eu-es";
dictFileName = "eu_ES";
@@ -549,6 +587,7 @@ in {
/* HUNGARIAN */
+ hu_HU = hu-hu;
hu-hu = mkDictFromLibreOffice {
shortName = "hu-hu";
dictFileName = "hu_HU";
@@ -557,7 +596,8 @@ in {
};
/* SWEDISH */
-
+
+ sv_SE = sv-se;
sv-se = mkDictFromDSSO rec {
shortName = "sv-se";
dictFileName = "sv_SE";
@@ -565,26 +605,30 @@ in {
};
# Finlandian Swedish (hello Linus Torvalds)
+ sv_FI = sv-fi;
sv-fi = mkDictFromDSSO rec {
shortName = "sv-fi";
dictFileName = "sv_FI";
shortDescription = "Swedish (Finland)";
};
-
+
/* GERMAN */
+ de_DE = de-de;
de-de = mkDictFromJ3e {
shortName = "de-de";
shortDescription = "German (Germany)";
dictFileName = "de_DE";
};
+ de_AT = de-at;
de-at = mkDictFromJ3e {
shortName = "de-at";
shortDescription = "German (Austria)";
dictFileName = "de_AT";
};
+ de_CH = de-ch;
de-ch = mkDictFromJ3e {
shortName = "de-ch";
shortDescription = "German (Switzerland)";
@@ -593,6 +637,7 @@ in {
/* UKRAINIAN */
+ uk_UA = uk-ua;
uk-ua = mkDict rec {
name = "hunspell-dict-uk-ua-${version}";
version = "4.2.5";
diff --git a/pkgs/development/libraries/hwloc/default.nix b/pkgs/development/libraries/hwloc/default.nix
index 5866d6b8fed..0f4ce4e6b97 100644
--- a/pkgs/development/libraries/hwloc/default.nix
+++ b/pkgs/development/libraries/hwloc/default.nix
@@ -15,7 +15,7 @@ in stdenv.mkDerivation {
inherit name;
src = fetchurl {
- url = "http://www.open-mpi.org/software/hwloc/v${versmm}/downloads/${name}.tar.bz2";
+ url = "https://www.open-mpi.org/software/hwloc/v${versmm}/downloads/${name}.tar.bz2";
sha256 = "1aa7s208gdijk19vvzzahyl8pglk1va3yd6kdbpfa5pz5ms0ag35";
};
@@ -78,7 +78,7 @@ in stdenv.mkDerivation {
more.
'';
- # http://www.open-mpi.org/projects/hwloc/license.php
+ # https://www.open-mpi.org/projects/hwloc/license.php
license = licenses.bsd3;
homepage = https://www.open-mpi.org/projects/hwloc/;
maintainers = with maintainers; [ fpletz markuskowa ];
diff --git a/pkgs/development/libraries/ilmbase/default.nix b/pkgs/development/libraries/ilmbase/default.nix
index 42cf7780262..2d22788e1ec 100644
--- a/pkgs/development/libraries/ilmbase/default.nix
+++ b/pkgs/development/libraries/ilmbase/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
doCheck = stdenv.isx86_64;
meta = with stdenv.lib; {
- homepage = http://www.openexr.com/;
+ homepage = https://www.openexr.com/;
license = licenses.bsd3;
platforms = platforms.all;
};
diff --git a/pkgs/development/libraries/imlib/default.nix b/pkgs/development/libraries/imlib/default.nix
index a6281156afa..e476bc22eca 100644
--- a/pkgs/development/libraries/imlib/default.nix
+++ b/pkgs/development/libraries/imlib/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, libX11, libXext, xorgproto, libjpeg, libungif, libtiff, libpng}:
+{stdenv, fetchurl, fetchpatch, libX11, libXext, xorgproto, libjpeg, libungif, libtiff, libpng}:
stdenv.mkDerivation {
name = "imlib-1.9.15";
@@ -7,6 +7,14 @@ stdenv.mkDerivation {
sha256 = "0ggjxyvgp4pxc0b88v40xj9daz90518ydnycw7qax011gxpr12d3";
};
+ patches = [
+ (fetchpatch {
+ name = "CVE-2007-3568.patch";
+ url = https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/imlib/files/imlib-1.9.15-bpp16-CVE-2007-3568.patch;
+ sha256 = "0lxfibi094gki39sq1w4p0hcx25xlk0875agbhjkjngzx862wvbg";
+ })
+ ];
+
configureFlags = [
"--disable-shm"
"--x-includes=${libX11.dev}/include"
diff --git a/pkgs/development/libraries/intel-gmmlib/default.nix b/pkgs/development/libraries/intel-gmmlib/default.nix
index 50e97bfbfdb..1212d3817d4 100644
--- a/pkgs/development/libraries/intel-gmmlib/default.nix
+++ b/pkgs/development/libraries/intel-gmmlib/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "intel-gmmlib-${version}";
- version = "19.1.2";
+ version = "19.2.3";
src = fetchFromGitHub {
owner = "intel";
repo = "gmmlib";
rev = name;
- sha256 = "1nw5qg10dqkchx39vqk9nkqggk0in2kr794dqjp73njpirixgr2b";
+ sha256 = "0hki53czv1na7h5b06fcwkd8bhn690ywg6dwjfs3x9fa4g48kqjb";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/development/libraries/intel-media-driver/default.nix b/pkgs/development/libraries/intel-media-driver/default.nix
index a362b1ac634..e549067b11f 100644
--- a/pkgs/development/libraries/intel-media-driver/default.nix
+++ b/pkgs/development/libraries/intel-media-driver/default.nix
@@ -5,18 +5,20 @@
stdenv.mkDerivation rec {
name = "intel-media-driver-${version}";
- version = "19.1.0";
+ version = "19.2";
src = fetchFromGitHub {
owner = "intel";
repo = "media-driver";
rev = "intel-media-${version}";
- sha256 = "072ry87h1lds14fqb2sfz3n2sssvacamaxv2gj4nd8agnzbwizn7";
+ sha256 = "118cg1grzm62lppaygvh7mgxn23bicjkwjwpxhbyqs9g6yhdj3p8";
};
cmakeFlags = [
"-DINSTALL_DRIVER_SYSCONF=OFF"
"-DLIBVA_DRIVERS_PATH=${placeholder "out"}/lib/dri"
+ # Works only on hosts with suitable CPUs.
+ "-DMEDIA_RUN_TEST_SUITE=OFF"
];
nativeBuildInputs = [ cmake pkgconfig ];
diff --git a/pkgs/development/libraries/itk/default.nix b/pkgs/development/libraries/itk/default.nix
index 6e393ba02ce..3577e7a8196 100644
--- a/pkgs/development/libraries/itk/default.nix
+++ b/pkgs/development/libraries/itk/default.nix
@@ -1,11 +1,14 @@
-{ stdenv, fetchurl, cmake, libX11, libuuid, xz, vtk }:
+{ stdenv, fetchFromGitHub, cmake, libX11, libuuid, xz, vtk, darwin }:
stdenv.mkDerivation rec {
- name = "itk-4.13.2";
+ pname = "itk";
+ version = "5.0.1";
- src = fetchurl {
- url = mirror://sourceforge/itk/InsightToolkit-4.13.2.tar.xz;
- sha256 = "19cgfpd63gqrvc3m27m394gy2d7w79g5y6lvznb5qqr49lihbgns";
+ src = fetchFromGitHub {
+ owner = "InsightSoftwareConsortium";
+ repo = "ITK";
+ rev = "v${version}";
+ sha256 = "0dcjsn5frjnrphfgw8alnd2ahrvicpx2a2ngb5ixaa9anaicz9z1";
};
cmakeFlags = [
@@ -21,13 +24,12 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
nativeBuildInputs = [ cmake xz ];
- buildInputs = [ libX11 libuuid vtk ];
+ buildInputs = [ libX11 libuuid vtk ] ++ stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ];
meta = {
description = "Insight Segmentation and Registration Toolkit";
homepage = http://www.itk.org/;
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [viric];
- platforms = with stdenv.lib.platforms; linux ++ darwin;
};
}
diff --git a/pkgs/development/libraries/java/commons/lang/default.nix b/pkgs/development/libraries/java/commons/lang/default.nix
index e46f22fadfb..322cb486e93 100644
--- a/pkgs/development/libraries/java/commons/lang/default.nix
+++ b/pkgs/development/libraries/java/commons/lang/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
- version = "3.6";
+ version = "3.9";
name = "commons-lang-${version}";
src = fetchurl {
url = "mirror://apache/commons/lang/binaries/commons-lang3-${version}-bin.tar.gz";
- sha256 = "0r1wdjw48k2mk2wzyq5c3cx2zmark4q9psw52ma6v2i0sh6a9il0";
+ sha256 = "0l0q1hnicvpbjmxl81ig3rwc212x5sdfnlg3cniwbmnx8fxjgbki";
};
installPhase = ''
diff --git a/pkgs/development/libraries/java/swt/default.nix b/pkgs/development/libraries/java/swt/default.nix
index 0dc9e8bd892..c2acd234893 100644
--- a/pkgs/development/libraries/java/swt/default.nix
+++ b/pkgs/development/libraries/java/swt/default.nix
@@ -1,6 +1,6 @@
{ stdenv, lib, fetchurl, unzip, jdk, pkgconfig, gtk2
, libXt, libXtst, libXi, libGLU_combined, webkitgtk, libsoup, xorg
-, pango, gdk_pixbuf, glib
+, pango, gdk-pixbuf, glib
}:
let
@@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ unzip pkgconfig ];
buildInputs = [ jdk gtk2 libXt libXtst libXi libGLU_combined webkitgtk libsoup ];
- NIX_LFLAGS = (map (x: "-L${lib.getLib x}/lib") [ xorg.libX11 pango gdk_pixbuf glib ]) ++
+ NIX_LFLAGS = (map (x: "-L${lib.getLib x}/lib") [ xorg.libX11 pango gdk-pixbuf glib ]) ++
[ "-lX11" "-lpango-1.0" "-lgdk_pixbuf-2.0" "-lglib-2.0" ];
buildPhase = ''
diff --git a/pkgs/development/libraries/jsoncpp/default.nix b/pkgs/development/libraries/jsoncpp/default.nix
index b543d47a050..fa2b45ae948 100644
--- a/pkgs/development/libraries/jsoncpp/default.nix
+++ b/pkgs/development/libraries/jsoncpp/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "jsoncpp";
- version = "1.8.4";
+ version = "1.9.0";
src = fetchFromGitHub {
owner = "open-source-parsers";
repo = "jsoncpp";
rev = version;
- sha256 = "1z0gj7a6jypkijmpknis04qybs1hkd04d1arr3gy89lnxmp6qzlm";
+ sha256 = "10wnwlq92gp32f5p55kjcc12jfsl0yq6f2y4abb0si6wym12krw9";
};
/* During darwin bootstrap, we have a cp that doesn't understand the
diff --git a/pkgs/development/libraries/kde-frameworks/default.nix b/pkgs/development/libraries/kde-frameworks/default.nix
index 62ae433ff71..7745d78f8fc 100644
--- a/pkgs/development/libraries/kde-frameworks/default.nix
+++ b/pkgs/development/libraries/kde-frameworks/default.nix
@@ -45,17 +45,9 @@ let
if [ "$hookName" != postHook ]; then
postHooks+=("source @dev@/nix-support/setup-hook")
else
- # Propagate $${out} output
- propagatedUserEnvPkgs="$propagatedUserEnvPkgs @${out}@"
-
- if [ -z "$outputDev" ]; then
- echo "error: \$outputDev is unset!" >&2
- exit 1
- fi
-
# Propagate $dev so that this setup hook is propagated
# But only if there is a separate $dev output
- if [ "$outputDev" != out ]; then
+ if [ "''${outputDev:?}" != out ]; then
propagatedBuildInputs="$propagatedBuildInputs @dev@"
fi
fi
@@ -75,10 +67,9 @@ let
inherit (srcs."${name}") src version;
outputs = args.outputs or [ "bin" "dev" "out" ];
- hasBin = lib.elem "bin" outputs;
- hasDev = lib.elem "dev" outputs;
+ hasSeparateDev = lib.elem "dev" outputs;
- defaultSetupHook = if hasBin && hasDev then propagateBin else null;
+ defaultSetupHook = if hasSeparateDev then propagateBin else null;
setupHook = args.setupHook or defaultSetupHook;
meta = {
diff --git a/pkgs/development/libraries/kde-frameworks/extra-cmake-modules/setup-hook.sh b/pkgs/development/libraries/kde-frameworks/extra-cmake-modules/setup-hook.sh
index 88091e78a0c..4df086ddbf2 100644
--- a/pkgs/development/libraries/kde-frameworks/extra-cmake-modules/setup-hook.sh
+++ b/pkgs/development/libraries/kde-frameworks/extra-cmake-modules/setup-hook.sh
@@ -1,16 +1,16 @@
-_ecmEnvHook() {
+ecmEnvHook() {
addToSearchPath XDG_DATA_DIRS "$1/share"
addToSearchPath XDG_CONFIG_DIRS "$1/etc/xdg"
}
-addEnvHooks "$targetOffset" _ecmEnvHook
+addEnvHooks "$targetOffset" ecmEnvHook
-_ecmPreConfigureHook() {
+ecmPostHook() {
# Because we need to use absolute paths here, we must set *all* the paths.
cmakeFlags+=" -DKDE_INSTALL_EXECROOTDIR=${!outputBin}"
cmakeFlags+=" -DKDE_INSTALL_BINDIR=${!outputBin}/bin"
cmakeFlags+=" -DKDE_INSTALL_SBINDIR=${!outputBin}/sbin"
cmakeFlags+=" -DKDE_INSTALL_LIBDIR=${!outputLib}/lib"
- cmakeFlags+=" -DKDE_INSTALL_LIBEXECDIR=${!outputLib}/lib/libexec"
+ cmakeFlags+=" -DKDE_INSTALL_LIBEXECDIR=${!outputLib}/libexec"
cmakeFlags+=" -DKDE_INSTALL_CMAKEPACKAGEDIR=${!outputDev}/lib/cmake"
cmakeFlags+=" -DKDE_INSTALL_INCLUDEDIR=${!outputInclude}/include"
cmakeFlags+=" -DKDE_INSTALL_LOCALSTATEDIR=/var"
@@ -51,4 +51,58 @@ _ecmPreConfigureHook() {
cmakeFlags+=" -DKDE_INSTALL_QMLDIR=${!outputBin}/$qtQmlPrefix"
fi
}
-preConfigureHooks+=(_ecmPreConfigureHook)
+postHooks+=(ecmPostHook)
+
+xdgDataSubdirs=(
+ "doc" "config.kcfg" "kconf_update" "kservices5" "kservicetypes5" \
+ "kxmlgui5" "knotifications5" "icons" "locale" "sounds" "templates" \
+ "wallpapers" "applications" "desktop-directories" "mime" "appdata" "dbus-1" \
+)
+
+
+ecmHostPathSeen=( )
+
+ecmUnseenHostPath() {
+ for pkg in "${ecmHostPathSeen[@]}"
+ do
+ if [ "${pkg:?}" == "$1" ]
+ then
+ return 1
+ fi
+ done
+
+ ecmHostPathSeen+=("$1")
+ return 0
+}
+
+ecmHostPathHook() {
+ ecmUnseenHostPath "$1" || return 0
+
+ local xdgConfigDir="$1/etc/xdg"
+ if [ -d "$xdgConfigDir" ]
+ then
+ qtWrapperArgs+=(--prefix XDG_CONFIG_DIRS : "$xdgConfigDir")
+ fi
+
+ for xdgDataSubdir in "${xdgDataSubdirs[@]}"
+ do
+ if [ -d "$1/share/$xdgDataSubdir" ]
+ then
+ qtWrapperArgs+=(--prefix XDG_DATA_DIRS : "$1/share")
+ break
+ fi
+ done
+
+ local manDir="$1/man"
+ if [ -d "$manDir" ]
+ then
+ qtWrapperArgs+=(--prefix MANPATH : "$manDir")
+ fi
+
+ local infoDir="$1/info"
+ if [ -d "$infoDir" ]
+ then
+ qtWrapperArgs+=(--prefix INFOPATH : "$infoDir")
+ fi
+}
+addEnvHooks "$hostOffset" ecmHostPathHook
diff --git a/pkgs/development/libraries/kde-frameworks/kconfigwidgets/default.nix b/pkgs/development/libraries/kde-frameworks/kconfigwidgets/default.nix
index 3943e5d6d49..e06d9547de0 100644
--- a/pkgs/development/libraries/kde-frameworks/kconfigwidgets/default.nix
+++ b/pkgs/development/libraries/kde-frameworks/kconfigwidgets/default.nix
@@ -11,10 +11,5 @@ mkDerivation {
propagatedBuildInputs = [ kauth kcodecs kconfig kwidgetsaddons ];
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
outputs = [ "out" "dev" ];
- preConfigure = ''
- outputBin=dev
- '';
- postInstall = ''
- moveToOutput share/man $dev
- '';
+ outputBin = "dev";
}
diff --git a/pkgs/development/libraries/kde-frameworks/kinit/default.nix b/pkgs/development/libraries/kde-frameworks/kinit/default.nix
index 538078fd745..42a1e157a91 100644
--- a/pkgs/development/libraries/kde-frameworks/kinit/default.nix
+++ b/pkgs/development/libraries/kde-frameworks/kinit/default.nix
@@ -9,6 +9,7 @@ let inherit (lib) getLib; in
mkDerivation {
name = "kinit";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
+ outputs = [ "out" "dev" ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
kconfig kcrash ki18n kio kservice kwindowsystem
@@ -19,9 +20,6 @@ mkDerivation {
''-DNIXPKGS_KF5_PARTS=\"${getLib kparts}/lib/libKF5Parts.so.5\"''
''-DNIXPKGS_KF5_PLASMA=\"${getLib plasma-framework}/lib/libKF5Plasma.so.5\"''
];
- postFixup = ''
- moveToOutput "lib/libexec/kf5/start_kdeinit" "$bin"
- '';
setupHook = writeScript "setup-hook.sh" ''
kinitFixupOutputHook() {
if [ $prefix != ''${!outputBin} ] && [ -d $prefix/lib ]; then
diff --git a/pkgs/development/libraries/kde-frameworks/ktexteditor.nix b/pkgs/development/libraries/kde-frameworks/ktexteditor.nix
index c633aee30a1..98f9b3f82ca 100644
--- a/pkgs/development/libraries/kde-frameworks/ktexteditor.nix
+++ b/pkgs/development/libraries/kde-frameworks/ktexteditor.nix
@@ -2,7 +2,8 @@
mkDerivation, lib,
extra-cmake-modules, perl,
karchive, kconfig, kguiaddons, ki18n, kiconthemes, kio, kparts, libgit2,
- qtscript, qtxmlpatterns, sonnet, syntax-highlighting, qtquickcontrols
+ qtscript, qtxmlpatterns, sonnet, syntax-highlighting, qtquickcontrols,
+ editorconfig-core-c
}:
mkDerivation {
@@ -12,6 +13,7 @@ mkDerivation {
buildInputs = [
karchive kconfig kguiaddons ki18n kiconthemes kio libgit2 qtscript
qtxmlpatterns sonnet syntax-highlighting qtquickcontrols
+ editorconfig-core-c
];
propagatedBuildInputs = [ kparts ];
}
diff --git a/pkgs/development/libraries/kerberos/heimdal.nix b/pkgs/development/libraries/kerberos/heimdal.nix
index 197911be0d4..d2283f5c1d5 100644
--- a/pkgs/development/libraries/kerberos/heimdal.nix
+++ b/pkgs/development/libraries/kerberos/heimdal.nix
@@ -7,13 +7,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "heimdal-${version}";
- version = "7.6.0";
+ version = "7.7.0";
src = fetchFromGitHub {
owner = "heimdal";
repo = "heimdal";
rev = "heimdal-${version}";
- sha256 = "1i70xas6wddkw2840lk0ah9w6ddx0dzrslby1ggxlwfmcax8rcgp";
+ sha256 = "099qn9b8q20invvi5r8d8q9rnwpcm3nr89hx5rj7gj2ah2x5vgxs";
};
outputs = [ "out" "dev" "man" "info" ];
diff --git a/pkgs/development/libraries/kinetic-cpp-client/default.nix b/pkgs/development/libraries/kinetic-cpp-client/default.nix
index 0fa46dde23e..1ebf2c2e21e 100644
--- a/pkgs/development/libraries/kinetic-cpp-client/default.nix
+++ b/pkgs/development/libraries/kinetic-cpp-client/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchgit, fetchurl, cmake, protobuf, libunwind, openssl, glog
-, google-gflags, gmock, gtest
+, gflags, gmock, gtest
}:
let
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [ cmake protobuf ];
- buildInputs = [ libunwind glog google-gflags gmock gtest ];
+ buildInputs = [ libunwind glog gflags gmock gtest ];
# The headers and library include from these and there is no provided pc file
propagatedBuildInputs = [ protobuf openssl ];
diff --git a/pkgs/development/libraries/kpmcore/default.nix b/pkgs/development/libraries/kpmcore/default.nix
index 5c53f5e6ad5..52e6264843b 100644
--- a/pkgs/development/libraries/kpmcore/default.nix
+++ b/pkgs/development/libraries/kpmcore/default.nix
@@ -28,6 +28,8 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
- maintainers = with lib.maintainers; [ peterhoeg ];
+ maintainers = with lib.maintainers; [ peterhoeg ];
+ # The build requires at least Qt 5.12:
+ broken = lib.versionOlder qtbase.version "5.12.0";
};
}
diff --git a/pkgs/development/libraries/languagemachines/packages.nix b/pkgs/development/libraries/languagemachines/packages.nix
index c2d449ed13c..8a490bbc986 100644
--- a/pkgs/development/libraries/languagemachines/packages.nix
+++ b/pkgs/development/libraries/languagemachines/packages.nix
@@ -1,13 +1,17 @@
-{ callPackage }:
+{ pkgs }:
+let
+ inherit (pkgs) callPackage;
+ icu = pkgs.icu60;
+in
{
ticcutils = callPackage ./ticcutils.nix { };
- libfolia = callPackage ./libfolia.nix { };
- ucto = callPackage ./ucto.nix { };
+ libfolia = callPackage ./libfolia.nix { inherit icu; };
+ ucto = callPackage ./ucto.nix { inherit icu; };
uctodata = callPackage ./uctodata.nix { };
timbl = callPackage ./timbl.nix { };
timblserver = callPackage ./timblserver.nix { };
mbt = callPackage ./mbt.nix { };
- frog = callPackage ./frog.nix { };
+ frog = callPackage ./frog.nix { inherit icu; };
frogdata = callPackage ./frogdata.nix { };
test = callPackage ./test.nix { };
diff --git a/pkgs/development/libraries/lasem/default.nix b/pkgs/development/libraries/lasem/default.nix
index aa1172029d2..5e00ce1037f 100644
--- a/pkgs/development/libraries/lasem/default.nix
+++ b/pkgs/development/libraries/lasem/default.nix
@@ -1,21 +1,21 @@
-{ fetchurl, stdenv, pkgconfig, intltool, gobject-introspection, glib, gdk_pixbuf
+{ fetchurl, stdenv, pkgconfig, intltool, gobject-introspection, glib, gdk-pixbuf
, libxml2, cairo, pango, gnome3 }:
stdenv.mkDerivation rec {
pname = "lasem";
- version = "0.4.3";
+ version = "0.4.4";
outputs = [ "bin" "out" "dev" "man" "doc" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "13ym5pm2y3wk5hh9zb2535i3lnhnzyzs0na1knxwgvwxazwm1ng7";
+ sha256 = "0fds3fsx84ylsfvf55zp65y8xqjj5n8gbhcsk02vqglivk7izw4v";
};
nativeBuildInputs = [ pkgconfig intltool gobject-introspection ];
propagatedBuildInputs = [
- glib gdk_pixbuf libxml2 cairo pango
+ glib gdk-pixbuf libxml2 cairo pango
];
enableParallelBuilding = true;
diff --git a/pkgs/development/libraries/ldacbt/default.nix b/pkgs/development/libraries/ldacbt/default.nix
index 4ff58843d15..839f0a75156 100644
--- a/pkgs/development/libraries/ldacbt/default.nix
+++ b/pkgs/development/libraries/ldacbt/default.nix
@@ -1,6 +1,5 @@
{ stdenv
, fetchFromGitHub
-, pkgconfig
, cmake
}:
diff --git a/pkgs/development/libraries/leatherman/default.nix b/pkgs/development/libraries/leatherman/default.nix
index 6a20afe4c6d..e27f758ff58 100644
--- a/pkgs/development/libraries/leatherman/default.nix
+++ b/pkgs/development/libraries/leatherman/default.nix
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "leatherman-${version}";
- version = "1.6.0";
+ version = "1.7.1";
src = fetchFromGitHub {
- sha256 = "1dy1iisc0h1l28ff72pq7vxa4mj5zpq2jflpdghhx8yqksxhii4k";
+ sha256 = "0m2dm1gzwj0kwyl031bif89h3n4znml3m5n97hywlbra58ni8km1";
rev = version;
repo = "leatherman";
owner = "puppetlabs";
diff --git a/pkgs/development/libraries/leptonica/default.nix b/pkgs/development/libraries/leptonica/default.nix
index 52d835d7a20..dd3c42e8b7f 100644
--- a/pkgs/development/libraries/leptonica/default.nix
+++ b/pkgs/development/libraries/leptonica/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, autoreconfHook, pkgconfig, which, gnuplot
+{ stdenv, fetchurl, autoreconfHook, pkgconfig, which, gnuplot
, giflib, libjpeg, libpng, libtiff, libwebp, openjpeg, zlib
}:
diff --git a/pkgs/development/libraries/lib3mf/default.nix b/pkgs/development/libraries/lib3mf/default.nix
index 7e41743e1e0..5d1894da579 100644
--- a/pkgs/development/libraries/lib3mf/default.nix
+++ b/pkgs/development/libraries/lib3mf/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, cmake, ninja, libuuid, gtest }:
+{ stdenv, fetchFromGitHub, cmake, ninja, libuuid, libossp_uuid, gtest }:
stdenv.mkDerivation rec {
pname = "lib3mf";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ninja ];
- buildInputs = [ libuuid ];
+ buildInputs = if stdenv.isDarwin then [ libossp_uuid ] else [ libuuid ];
postPatch = ''
rmdir UnitTests/googletest
diff --git a/pkgs/development/libraries/libao/default.nix b/pkgs/development/libraries/libao/default.nix
index c1cf3215c16..826f72b1f5f 100644
--- a/pkgs/development/libraries/libao/default.nix
+++ b/pkgs/development/libraries/libao/default.nix
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub, autoreconfHook, pkgconfig, libpulseaudio, alsaLib, libcap
-, CoreAudio, CoreServices, AudioUnit, AudioToolbox
+, CoreAudio, CoreServices, AudioUnit
, usePulseAudio }:
stdenv.mkDerivation rec {
diff --git a/pkgs/development/libraries/libaom/default.nix b/pkgs/development/libraries/libaom/default.nix
index c7d7bfb1e82..62e0a850bad 100644
--- a/pkgs/development/libraries/libaom/default.nix
+++ b/pkgs/development/libraries/libaom/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchgit, yasm, perl, cmake, pkgconfig, python3, writeText }:
+{ stdenv, fetchgit, yasm, perl, cmake, pkgconfig, python3 }:
stdenv.mkDerivation rec {
name = "libaom-${version}";
diff --git a/pkgs/development/libraries/libaosd/default.nix b/pkgs/development/libraries/libaosd/default.nix
index e63bfd20c79..dd3320005a4 100644
--- a/pkgs/development/libraries/libaosd/default.nix
+++ b/pkgs/development/libraries/libaosd/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub, pkgconfig, cairo, pango,
+{ stdenv, fetchFromGitHub, pkgconfig, cairo, pango,
libX11, libXcomposite, autoconf, automake }:
stdenv.mkDerivation rec {
diff --git a/pkgs/development/libraries/libarchive/default.nix b/pkgs/development/libraries/libarchive/default.nix
index f2a1c500a8b..3cf8a6da736 100644
--- a/pkgs/development/libraries/libarchive/default.nix
+++ b/pkgs/development/libraries/libarchive/default.nix
@@ -1,5 +1,5 @@
{
- fetchurl, fetchpatch, stdenv, pkgconfig,
+ fetchFromGitHub, stdenv, pkgconfig, autoreconfHook,
acl, attr, bzip2, e2fsprogs, libxml2, lzo, openssl, sharutils, xz, zlib,
# Optional but increases closure only negligibly.
@@ -10,31 +10,18 @@ assert xarSupport -> libxml2 != null;
stdenv.mkDerivation rec {
name = "libarchive-${version}";
- version = "3.3.3";
+ version = "3.4.0";
- src = fetchurl {
- url = "${meta.homepage}/downloads/${name}.tar.gz";
- sha256 = "0bhfncid058p7n1n8v29l6wxm3mhdqfassscihbsxfwz3iwb2zms";
+ src = fetchFromGitHub {
+ owner = "libarchive";
+ repo = "libarchive";
+ rev = "v${version}";
+ sha256 = "063f5bw9qmksj3iy6094qxwawx174cx00q1fg6l698wqw7xn8ihq";
};
- patches = [
- (fetchpatch {
- # details: https://github.com/libarchive/libarchive/pull/1105
- name = "cve-2018-1000877.diff"; # CVE-2018-1000877..80
- url = "https://github.com/libarchive/libarchive/pull/1105.diff";
- sha256 = "0mxcawfdy9m40mykzwhkl39a6vnh4ypgy0ipcz74qm4bi72x0gyf";
- })
- (fetchpatch {
- # details: https://github.com/libarchive/libarchive/pull/1120
- name = "cve-2019-1000019_cve-2019-1000020.diff";
- url = "https://github.com/libarchive/libarchive/pull/1120.diff";
- sha256 = "1mgx92v8hm7hw9j34nbfriqfkxshh3cy25rhavr7kl7lz4x5a6g4";
- })
- ];
-
outputs = [ "out" "lib" "dev" ];
- nativeBuildInputs = [ pkgconfig ];
+ nativeBuildInputs = [ pkgconfig autoreconfHook ];
buildInputs = [ sharutils zlib bzip2 openssl xz lzo ]
++ stdenv.lib.optionals stdenv.isLinux [ e2fsprogs attr acl ]
++ stdenv.lib.optional xarSupport libxml2;
diff --git a/pkgs/development/libraries/libargon2/default.nix b/pkgs/development/libraries/libargon2/default.nix
index a1a04a1dd7b..c0dd406dd31 100644
--- a/pkgs/development/libraries/libargon2/default.nix
+++ b/pkgs/development/libraries/libargon2/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
- name = "libargon2-${version}";
- version = "20171227";
+ pname = "libargon2";
+ version = "20190702";
src = fetchFromGitHub {
owner = "P-H-C";
repo = "phc-winner-argon2";
- rev = "${version}";
- sha256 = "0sc9zca1anqk41017vjpas4kxi4cbn0zvicv8vj8p2sb2gy94bh8";
+ rev = version;
+ sha256 = "0p4ry9dn0mi9js0byijxdyiwx74p1nr8zj7wjpd1fjgqva4sk23i";
};
installPhase = ''
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
--replace @HOST_MULTIARCH@ "" \
--replace 'prefix=/usr' "prefix=$out"
- make install PREFIX=$out
+ make install PREFIX=$out LIBRARY_REL=lib
ln -s $out/lib/libargon2.so $out/lib/libargon2.so.0
runHook postInstall
'';
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
Catena, Lyra2, Makwa and yescrypt were given special recognition. The PHC
recommends using Argon2 rather than legacy algorithms.
'';
- homepage = https://www.argon2.com/;
+ homepage = "https://www.argon2.com/";
license = with licenses; [ asl20 cc0 ];
maintainers = with maintainers; [ taeer olynch ];
platforms = platforms.linux ++ platforms.darwin;
diff --git a/pkgs/development/libraries/libbladeRF/default.nix b/pkgs/development/libraries/libbladeRF/default.nix
index d908a8af85d..d22518e96d4 100644
--- a/pkgs/development/libraries/libbladeRF/default.nix
+++ b/pkgs/development/libraries/libbladeRF/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub, fetchpatch, pkgconfig, cmake, git, doxygen, help2man, ncurses, tecla
+{ stdenv, lib, fetchFromGitHub, pkgconfig, cmake, git, doxygen, help2man, ncurses, tecla
, libusb1, udev }:
let
diff --git a/pkgs/development/libraries/libblockdev/default.nix b/pkgs/development/libraries/libblockdev/default.nix
index a807e399827..6deb89a80ea 100644
--- a/pkgs/development/libraries/libblockdev/default.nix
+++ b/pkgs/development/libraries/libblockdev/default.nix
@@ -1,18 +1,18 @@
-{ stdenv, fetchFromGitHub, substituteAll, autoreconfHook, pkgconfig, gtk-doc, libxslt, docbook_xsl
-, docbook_xml_dtd_43, python3, gobject-introspection, glib, udev, kmod, parted, gptfdisk, libyaml
+{ stdenv, fetchFromGitHub, substituteAll, autoreconfHook, pkgconfig, gtk-doc
+, docbook_xml_dtd_43, python3, gobject-introspection, glib, udev, kmod, parted
, cryptsetup, lvm2, dmraid, utillinux, libbytesize, libndctl, nss, volume_key
+, libxslt, docbook_xsl, gptfdisk, libyaml, autoconf-archive
+, thin-provisioning-tools, makeWrapper
}:
-
-let
- version = "2.20";
-in stdenv.mkDerivation rec {
- name = "libblockdev-${version}";
+stdenv.mkDerivation rec {
+ pname = "libblockdev";
+ version = "2.22";
src = fetchFromGitHub {
owner = "storaged-project";
repo = "libblockdev";
rev = "${version}-1";
- sha256 = "13xy8vx2dnnxczpnwapchc5ncigcxb2fhpmrmglbpkjqmhn2zbdj";
+ sha256 = "03y4ps37wbi9p1136q0xzgshfnrjg4lgy8pgm1a3ihfcjnbwrbnq";
};
outputs = [ "out" "dev" "devdoc" ];
@@ -29,18 +29,25 @@ in stdenv.mkDerivation rec {
'';
nativeBuildInputs = [
- autoreconfHook pkgconfig gtk-doc libxslt docbook_xsl docbook_xml_dtd_43 python3 gobject-introspection
+ autoreconfHook pkgconfig gtk-doc libxslt docbook_xsl docbook_xml_dtd_43
+ python3 gobject-introspection autoconf-archive makeWrapper
];
buildInputs = [
- glib udev kmod parted gptfdisk cryptsetup lvm2 dmraid utillinux libbytesize libndctl nss volume_key libyaml
+ glib udev kmod parted gptfdisk cryptsetup lvm2 dmraid utillinux libbytesize
+ libndctl nss volume_key libyaml
];
+ postInstall = ''
+ wrapProgram $out/bin/lvm-cache-stats --prefix PATH : \
+ ${stdenv.lib.makeBinPath [ thin-provisioning-tools ]}
+ '';
+
meta = with stdenv.lib; {
description = "A library for manipulating block devices";
- homepage = http://storaged.org/libblockdev/;
- license = licenses.lgpl2Plus; # lgpl2Plus for the library, gpl2Plus for the utils
- maintainers = with maintainers; [];
+ homepage = "http://storaged.org/libblockdev/";
+ license = with licenses; [ lgpl2Plus gpl2Plus ]; # lgpl2Plus for the library, gpl2Plus for the utils
+ maintainers = with maintainers; [ johnazoidberg ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/development/libraries/libbluray/default.nix b/pkgs/development/libraries/libbluray/default.nix
index a98748d3b52..b7ca9dda1ea 100644
--- a/pkgs/development/libraries/libbluray/default.nix
+++ b/pkgs/development/libraries/libbluray/default.nix
@@ -19,11 +19,11 @@ assert withFonts -> freetype != null;
stdenv.mkDerivation rec {
name = "libbluray-${version}";
- version = "1.1.1";
+ version = "1.1.2";
src = fetchurl {
url = "http://get.videolan.org/libbluray/${version}/${name}.tar.bz2";
- sha256 = "0f138xlldzci8wic89i9vpka3mdsn8r78khpnk3wijlbgjhphr0h";
+ sha256 = "0hhbgkm11fw4pwbrklm76aiy54r6d7hk06yhl2fxq05i74i4bpd3";
};
patches = optional withJava ./BDJ-JARFILE-path.patch;
diff --git a/pkgs/development/libraries/libbytesize/default.nix b/pkgs/development/libraries/libbytesize/default.nix
index 97f8e17a5f6..18593f80799 100644
--- a/pkgs/development/libraries/libbytesize/default.nix
+++ b/pkgs/development/libraries/libbytesize/default.nix
@@ -4,7 +4,7 @@
}:
let
- version = "2.0";
+ version = "2.1";
in stdenv.mkDerivation rec {
name = "libbytesize-${version}";
@@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
owner = "storaged-project";
repo = "libbytesize";
rev = version;
- sha256 = "0m950idlyv6mbkhr8ngnda5l5wwb5lzs4wn4kxl73cvdlcvklmwj";
+ sha256 = "0qb6zx2fdghm21lishlcrhnwf4wwy5p69dsgp0504kn93ii7mw3m";
};
outputs = [ "out" "dev" "devdoc" ];
diff --git a/pkgs/development/libraries/libcacard/default.nix b/pkgs/development/libraries/libcacard/default.nix
index f116360474e..62d70973375 100644
--- a/pkgs/development/libraries/libcacard/default.nix
+++ b/pkgs/development/libraries/libcacard/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libcacard-${version}";
- version = "2.6.1";
+ version = "2.7.0";
src = fetchurl {
url = "https://www.spice-space.org/download/libcacard/${name}.tar.xz";
- sha256 = "1w6y0kiakhg7dgyf8yqpm4jj6jiv17zhy9lp3d7z32q1pniccxk2";
+ sha256 = "0vyvkk4b6xjwq1ccggql13c1x7g4y90clpkqw28257azgn2a1c8n";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/development/libraries/libcdaudio/default.nix b/pkgs/development/libraries/libcdaudio/default.nix
index 218eaeea571..c48818972b5 100644
--- a/pkgs/development/libraries/libcdaudio/default.nix
+++ b/pkgs/development/libraries/libcdaudio/default.nix
@@ -1,10 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
- name = "libcdaudio-0.99.12";
+ name = "libcdaudio-0.99.12p2";
src = fetchurl {
- url = mirror://sourceforge/libcdaudio/libcdaudio-0.99.12.tar.gz ;
- sha256 = "1g3ba1n12g8h7pps0vlxx8di6cmf108mbcvbl6hj8x71ndkglygb" ;
+ url = mirror://sourceforge/libcdaudio/libcdaudio-0.99.12p2.tar.gz ;
+ sha256 = "1fsy6dlzxrx177qc877qhajm9l4g28mvh06h2l15rxy4bapzknjz" ;
};
meta = {
diff --git a/pkgs/development/libraries/libcef/default.nix b/pkgs/development/libraries/libcef/default.nix
index 9e7d608b512..ecba18cd58c 100644
--- a/pkgs/development/libraries/libcef/default.nix
+++ b/pkgs/development/libraries/libcef/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, cmake, alsaLib, atk, cairo, cups, dbus, expat, fontconfig
-, GConf, gdk_pixbuf, glib, gtk2, libX11, libxcb, libXcomposite, libXcursor
+, GConf, gdk-pixbuf, glib, gtk2, libX11, libxcb, libXcomposite, libXcursor
, libXdamage, libXext, libXfixes, libXi, libXrandr, libXrender, libXScrnSaver
, libXtst, nspr, nss, pango, libpulseaudio, systemd }:
let
libPath =
stdenv.lib.makeLibraryPath [
- alsaLib atk cairo cups dbus expat fontconfig GConf gdk_pixbuf glib gtk2
+ alsaLib atk cairo cups dbus expat fontconfig GConf gdk-pixbuf glib gtk2
libX11 libxcb libXcomposite libXcursor libXdamage libXext libXfixes libXi
libXrandr libXrender libXScrnSaver libXtst nspr nss pango libpulseaudio
systemd
diff --git a/pkgs/development/libraries/libcouchbase/default.nix b/pkgs/development/libraries/libcouchbase/default.nix
index 77f495e32b8..894faf0b910 100644
--- a/pkgs/development/libraries/libcouchbase/default.nix
+++ b/pkgs/development/libraries/libcouchbase/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libcouchbase-${version}";
- version = "2.10.3";
+ version = "2.10.4";
src = fetchFromGitHub {
owner = "couchbase";
repo = "libcouchbase";
rev = version;
- sha256 = "0a3fin5rcwa3xwd980mrzrkr7dpjdwbri81mqwxw1fkppjqw23z4";
+ sha256 = "1yfmcx65aqd5l87scha6kmm2s38n85ci3gg0h6qfs16s3jfi6bw7";
};
cmakeFlags = "-DLCB_NO_MOCK=ON";
diff --git a/pkgs/development/libraries/libcsptr/default.nix b/pkgs/development/libraries/libcsptr/default.nix
index d7638dd2059..3d32f4d0b95 100644
--- a/pkgs/development/libraries/libcsptr/default.nix
+++ b/pkgs/development/libraries/libcsptr/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, cmake, git }:
+{ stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
name = "libcsptr-${version}";
diff --git a/pkgs/development/libraries/libdap/default.nix b/pkgs/development/libraries/libdap/default.nix
index 067144ddfa0..86d14fe7974 100644
--- a/pkgs/development/libraries/libdap/default.nix
+++ b/pkgs/development/libraries/libdap/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, bison, libuuid, curl, libxml2, flex }:
stdenv.mkDerivation rec {
- version = "3.20.3";
+ version = "3.20.4";
name = "libdap-${version}";
nativeBuildInputs = [ bison flex ];
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://www.opendap.org/pub/source/${name}.tar.gz";
- sha256 = "0n6ciicaa7sn88gvg5sgcq0438i3vh6xbl9lxgafjqiznli1k5i9";
+ sha256 = "0x44igs389b49nb2psd656wpvmbx9bwmla2l5ahfa09vxb314s5i";
};
meta = with stdenv.lib; {
diff --git a/pkgs/development/libraries/libdazzle/default.nix b/pkgs/development/libraries/libdazzle/default.nix
index 28d9152dcee..f7e0a987b06 100644
--- a/pkgs/development/libraries/libdazzle/default.nix
+++ b/pkgs/development/libraries/libdazzle/default.nix
@@ -2,7 +2,7 @@
, gtk-doc, docbook_xsl, docbook_xml_dtd_43, glibcLocales, dbus, xvfb_run, glib, gtk3, gnome3 }:
let
- version = "3.32.2";
+ version = "3.32.3";
pname = "libdazzle";
in
stdenv.mkDerivation {
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://gnome/sources/libdazzle/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "0hgi7gnkna9n42nh7p81crrw0jjj22yr8acych60wxh6hzxqsgs1";
+ sha256 = "1s37hv12ikfzhvh86qzgmfcjm3wvp12l2vsr0whl5xmm2harp3bc";
};
nativeBuildInputs = [ ninja meson pkgconfig vala gobject-introspection libxml2 gtk-doc docbook_xsl docbook_xml_dtd_43 glibcLocales dbus xvfb_run ];
diff --git a/pkgs/development/libraries/libdeflate/default.nix b/pkgs/development/libraries/libdeflate/default.nix
index db5448caa10..a5b178caf82 100644
--- a/pkgs/development/libraries/libdeflate/default.nix
+++ b/pkgs/development/libraries/libdeflate/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libdeflate-${version}";
- version = "1.2";
+ version = "1.3";
src = fetchFromGitHub {
owner = "ebiggers";
repo = "libdeflate";
rev = "v${version}";
- sha256 = "0kmp38s7vahvbgzzhs5v0bfyjgas1in7jn69gpyh70kl08279ly0";
+ sha256 = "019xsz5dnbpxiz29j3zqsxyi4ksjkkygi6a2zyc8fxbm8lvaa9ar";
};
postPatch = ''
diff --git a/pkgs/development/libraries/libdrm/default.nix b/pkgs/development/libraries/libdrm/default.nix
index 7415aa754e7..bdc191fe8a3 100644
--- a/pkgs/development/libraries/libdrm/default.nix
+++ b/pkgs/development/libraries/libdrm/default.nix
@@ -1,18 +1,18 @@
-{ stdenv, fetchurl, pkgconfig, libpthreadstubs, libpciaccess, valgrind-light }:
+{ stdenv, fetchurl, pkgconfig, meson, ninja, libpthreadstubs, libpciaccess, valgrind-light }:
stdenv.mkDerivation rec {
- name = "libdrm-2.4.98";
+ pname = "libdrm";
+ version = "2.4.99";
src = fetchurl {
- url = "https://dri.freedesktop.org/libdrm/${name}.tar.bz2";
- sha256 = "150qdzsm2nx6dfacc75rx53anzsc6m31nhxidf5xxax3mk6fvq4b";
+ url = "https://dri.freedesktop.org/${pname}/${pname}-${version}.tar.bz2";
+ sha256 = "0pnsw4bmajzdbz8pk4wswdmw93shhympf2q9alhbnpfjgsf57gsd";
};
outputs = [ "out" "dev" "bin" ];
- nativeBuildInputs = [ pkgconfig ];
+ nativeBuildInputs = [ pkgconfig meson ninja ];
buildInputs = [ libpthreadstubs libpciaccess valgrind-light ];
- # libdrm as of 2.4.70 does not actually do anything with udev.
postPatch = ''
for a in */*-symbol-check ; do
@@ -20,13 +20,15 @@ stdenv.mkDerivation rec {
done
'';
- configureFlags = [ "--enable-install-test-programs" ]
+ mesonFlags =
+ [ "-Dinstall-test-programs=true" ]
++ stdenv.lib.optionals (stdenv.isAarch32 || stdenv.isAarch64)
- [ "--enable-tegra-experimental-api" "--enable-etnaviv-experimental-api" ]
- ++ stdenv.lib.optional stdenv.isDarwin "-C"
- ++ stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) "--disable-intel"
+ [ "-Dtegra=true" "-Detnaviv=true" ]
+ ++ stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) "-Dintel=false"
;
+ enableParallelBuilding = true;
+
meta = {
homepage = https://dri.freedesktop.org/libdrm/;
description = "Library for accessing the kernel's Direct Rendering Manager";
diff --git a/pkgs/development/libraries/libelf/default.nix b/pkgs/development/libraries/libelf/default.nix
index 55a01c75dcf..b168dd9bb56 100644
--- a/pkgs/development/libraries/libelf/default.nix
+++ b/pkgs/development/libraries/libelf/default.nix
@@ -6,12 +6,15 @@ stdenv.mkDerivation rec {
name = "libelf-0.8.13";
src = fetchurl {
- url = "http://www.mr511.de/software/${name}.tar.gz";
+ url = "https://fossies.org/linux/misc/old/${name}.tar.gz";
sha256 = "0vf7s9dwk2xkmhb79aigqm0x0yfbw1j0b9ksm51207qwr179n6jr";
};
patches = [
./dont-hardcode-ar.patch
+ # Fix warnings from preprocessor instructions.
+ # https://github.com/NixOS/nixpkgs/issues/59929
+ ./preprocessor-warnings.patch
];
doCheck = true;
diff --git a/pkgs/development/libraries/libelf/preprocessor-warnings.patch b/pkgs/development/libraries/libelf/preprocessor-warnings.patch
new file mode 100644
index 00000000000..e04c8ee202a
--- /dev/null
+++ b/pkgs/development/libraries/libelf/preprocessor-warnings.patch
@@ -0,0 +1,264 @@
+diff --git a/lib/elf_repl.h b/lib/elf_repl.h
+index c5cf90f..7e1e8df 100644
+--- a/lib/elf_repl.h
++++ b/lib/elf_repl.h
+@@ -45,7 +45,7 @@ typedef __libelf_u32_t Elf32_Word;
+ #define ELF32_FSZ_SWORD 4
+ #define ELF32_FSZ_WORD 4
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+
+ typedef __libelf_u64_t Elf64_Addr;
+ typedef __libelf_u16_t Elf64_Half;
+@@ -93,7 +93,7 @@ typedef struct {
+ Elf32_Half e_shstrndx;
+ } Elf32_Ehdr;
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+ typedef struct {
+ unsigned char e_ident[EI_NIDENT];
+ Elf64_Half e_type;
+@@ -307,7 +307,7 @@ typedef struct {
+ Elf32_Word sh_entsize;
+ } Elf32_Shdr;
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+ typedef struct {
+ Elf64_Word sh_name;
+ Elf64_Word sh_type;
+@@ -434,7 +434,7 @@ typedef struct {
+ Elf32_Half st_shndx;
+ } Elf32_Sym;
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+ typedef struct {
+ Elf64_Word st_name;
+ unsigned char st_info;
+@@ -457,7 +457,7 @@ typedef struct {
+ #define ELF32_ST_TYPE(i) ((i)&0xf)
+ #define ELF32_ST_INFO(b,t) (((b)<<4)+((t)&0xf))
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+ #define ELF64_ST_BIND(i) ((i)>>4)
+ #define ELF64_ST_TYPE(i) ((i)&0xf)
+ #define ELF64_ST_INFO(b,t) (((b)<<4)+((t)&0xf))
+@@ -495,7 +495,7 @@ typedef struct {
+ * Macros for manipulating st_other
+ */
+ #define ELF32_ST_VISIBILITY(o) ((o)&0x3)
+-#if __LIBELF64
++#if defined(__LIBELF64)
+ #define ELF64_ST_VISIBILITY(o) ((o)&0x3)
+ #endif /* __LIBELF64 */
+
+@@ -521,7 +521,7 @@ typedef struct {
+ Elf32_Sword r_addend;
+ } Elf32_Rela;
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+ typedef struct {
+ Elf64_Addr r_offset;
+ Elf64_Xword r_info;
+@@ -541,7 +541,7 @@ typedef struct {
+ #define ELF32_R_TYPE(i) ((unsigned char)(i))
+ #define ELF32_R_INFO(s,t) (((s)<<8)+(unsigned char)(t))
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+ #define ELF64_R_SYM(i) ((Elf64_Xword)(i)>>32)
+ #define ELF64_R_TYPE(i) ((i)&0xffffffffL)
+ #define ELF64_R_INFO(s,t) (((Elf64_Xword)(s)<<32)+((t)&0xffffffffL))
+@@ -556,7 +556,7 @@ typedef struct {
+ Elf32_Word n_type; /* descriptor type */
+ } Elf32_Nhdr;
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+ /* Solaris and GNU use this layout. Be compatible. */
+ /* XXX: Latest ELF specs say it's 64-bit!!! */
+ typedef struct {
+@@ -587,7 +587,7 @@ typedef struct {
+ Elf32_Word p_align;
+ } Elf32_Phdr;
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+ typedef struct {
+ Elf64_Word p_type;
+ Elf64_Word p_flags;
+@@ -654,7 +654,7 @@ typedef struct {
+ } d_un;
+ } Elf32_Dyn;
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+ typedef struct {
+ Elf64_Sxword d_tag;
+ union {
+@@ -798,7 +798,7 @@ typedef struct {
+ Elf32_Half si_flags;
+ } Elf32_Syminfo;
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+ typedef struct {
+ Elf64_Half si_boundto;
+ Elf64_Half si_flags;
+@@ -863,7 +863,7 @@ typedef struct {
+
+ typedef Elf32_Half Elf32_Versym;
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+
+ typedef struct {
+ Elf64_Half vd_version;
+@@ -933,7 +933,7 @@ typedef Elf64_Half Elf64_Versym;
+ /*
+ * Move section
+ */
+-#if __LIBELF64
++#if defined(__LIBELF64)
+
+ typedef struct {
+ Elf32_Lword m_value;
+@@ -973,7 +973,7 @@ typedef struct {
+ } c_un;
+ } Elf32_Cap;
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+
+ typedef struct {
+ Elf64_Xword c_tag;
+diff --git a/lib/gelf.h b/lib/gelf.h
+index 5af0558..98a759c 100644
+--- a/lib/gelf.h
++++ b/lib/gelf.h
+@@ -22,15 +22,15 @@
+ #ifndef _GELF_H
+ #define _GELF_H
+
+-#if __LIBELF_INTERNAL__
++#if defined(__LIBELF_INTERNAL__)
+ #include
+ #else /* __LIBELF_INTERNAL__ */
+ #include
+ #endif /* __LIBELF_INTERNAL__ */
+
+-#if __LIBELF_NEED_LINK_H
++#if defined(__LIBELF_NEED_LINK_H)
+ #include
+-#elif __LIBELF_NEED_SYS_LINK_H
++#elif defined(__LIBELF_NEED_SYS_LINK_H)
+ #include
+ #endif /* __LIBELF_NEED_LINK_H */
+
+@@ -46,7 +46,7 @@ extern "C" {
+ # endif /* __STDC__ || defined(__cplusplus) */
+ #endif /* __P */
+
+-#if !__LIBELF64
++#if !defined(__LIBELF64)
+
+ #error "GElf is not supported on this system."
+
+@@ -71,7 +71,7 @@ typedef Elf64_Sym GElf_Sym;
+ /*
+ * Symbol versioning
+ */
+-#if __LIBELF_SYMBOL_VERSIONS
++#if defined(__LIBELF_SYMBOL_VERSIONS)
+ typedef Elf64_Verdef GElf_Verdef;
+ typedef Elf64_Verneed GElf_Verneed;
+ typedef Elf64_Verdaux GElf_Verdaux;
+diff --git a/lib/libelf.h b/lib/libelf.h
+index 3ebd0f3..788482d 100644
+--- a/lib/libelf.h
++++ b/lib/libelf.h
+@@ -25,7 +25,7 @@
+ #include /* for size_t */
+ #include
+
+-#if __LIBELF_INTERNAL__
++#if defined(__LIBELF_INTERNAL__)
+ #include
+ #else /* __LIBELF_INTERNAL__ */
+ #include
+@@ -224,7 +224,7 @@ extern Elf_Data *elf32_xlatetom __P((Elf_Data *__dst, const Elf_Data *__src,
+ */
+ extern long elf32_checksum __P((Elf *__elf));
+
+-#if __LIBELF64
++#if defined(__LIBELF64)
+ /*
+ * 64-bit ELF functions
+ * Not available on all platforms
+diff --git a/lib/sys_elf.h.in b/lib/sys_elf.h.in
+index b71a20d..722051b 100644
+--- a/lib/sys_elf.h.in
++++ b/lib/sys_elf.h.in
+@@ -68,7 +68,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ #ifdef __LIBELF_HEADER_ELF_H
+ # include __LIBELF_HEADER_ELF_H
+ #else /* __LIBELF_HEADER_ELF_H */
+-# if __LIBELF_INTERNAL__
++# if defined(__LIBELF_INTERNAL__)
+ # include
+ # else /* __LIBELF_INTERNAL__ */
+ # include
+@@ -92,7 +92,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ # define STN_UNDEF 0
+ # endif /* STN_UNDEF */
+
+-# if __LIBELF64
++# if defined(__LIBELF64)
+
+ # ifndef ELF64_FSZ_ADDR
+ # define ELF64_FSZ_ADDR 8
+@@ -116,7 +116,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ # define ELF64_R_INFO(s,t) (((Elf64_Xword)(s)<<32)+((t)&0xffffffffL))
+ # endif /* ELF64_R_SYM */
+
+-# if __LIBELF64_LINUX
++# if defined(__LIBELF64_LINUX)
+ typedef __libelf_u64_t Elf64_Addr;
+ typedef __libelf_u16_t Elf64_Half;
+ typedef __libelf_u64_t Elf64_Off;
+diff --git a/lib/sys_elf.h.w32 b/lib/sys_elf.h.w32
+index 0f93c55..7360104 100644
+--- a/lib/sys_elf.h.w32
++++ b/lib/sys_elf.h.w32
+@@ -68,7 +68,7 @@
+ #ifdef __LIBELF_HEADER_ELF_H
+ # include __LIBELF_HEADER_ELF_H
+ #else /* __LIBELF_HEADER_ELF_H */
+-# if __LIBELF_INTERNAL__
++# if defined(__LIBELF_INTERNAL__)
+ # include
+ # else /* __LIBELF_INTERNAL__ */
+ # include
+@@ -92,7 +92,7 @@
+ # define STN_UNDEF 0
+ # endif /* STN_UNDEF */
+
+-# if __LIBELF64
++# if defined(__LIBELF64)
+
+ # ifndef ELF64_FSZ_ADDR
+ # define ELF64_FSZ_ADDR 8
+@@ -116,7 +116,7 @@
+ # define ELF64_R_INFO(s,t) (((Elf64_Xword)(s)<<32)+((t)&0xffffffffL))
+ # endif /* ELF64_R_SYM */
+
+-# if __LIBELF64_LINUX
++# if defined(__LIBELF64_LINUX)
+ typedef __libelf_u64_t Elf64_Addr;
+ typedef __libelf_u16_t Elf64_Half;
+ typedef __libelf_u64_t Elf64_Off;
diff --git a/pkgs/development/libraries/libetpan/default.nix b/pkgs/development/libraries/libetpan/default.nix
index b09c2dd0f47..6756a8dbc56 100644
--- a/pkgs/development/libraries/libetpan/default.nix
+++ b/pkgs/development/libraries/libetpan/default.nix
@@ -1,17 +1,24 @@
-{ autoconf, automake, fetchgit, libtool, stdenv, openssl }:
+{ stdenv, fetchFromGitHub
+, autoconf
+, automake
+, libtool
+, openssl
+}:
-let version = "1.8"; in
+stdenv.mkDerivation rec {
+ pname = "libetpan";
+ version = "1.9.3";
-stdenv.mkDerivation {
- name = "libetpan-${version}";
-
- src = fetchgit {
- url = "git://github.com/dinhviethoa/libetpan";
- rev = "refs/tags/" + version;
- sha256 = "09xqy1n18qn63x7idfrpwm59lfkvb1p5vxkyksywvy4f6mn4pyxk";
+ src = fetchFromGitHub {
+ owner = "dinhviethoa";
+ repo = "libetpan";
+ rev = version;
+ sha256 = "19g4qskg71jv7sxfxsdkjmrxk9mk5kf9b6fhw06g6wvm3205n95f";
};
- buildInputs = [ autoconf automake libtool openssl ];
+ nativeBuildInputs = [ libtool autoconf automake ];
+
+ buildInputs = [ openssl ];
configureScript = "./autogen.sh";
diff --git a/pkgs/development/libraries/libev/default.nix b/pkgs/development/libraries/libev/default.nix
index 922207f1cce..365c128239d 100644
--- a/pkgs/development/libraries/libev/default.nix
+++ b/pkgs/development/libraries/libev/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libev-${version}";
- version="4.25";
+ version="4.27";
src = fetchurl {
url = "http://dist.schmorp.de/libev/Attic/${name}.tar.gz";
- sha256 = "1295q0lkkbrlpd5dl5i48bh1rm8mjzh9y795jlvjz3bp4wf7wxbq";
+ sha256 = "0kil23cgsp0r5shvnwwbsy7fzxb62sxqzqbkbkfp5w54ipy2cm9d";
};
meta = {
diff --git a/pkgs/development/libraries/libevdev/default.nix b/pkgs/development/libraries/libevdev/default.nix
index 7998655e46b..b0383b7f742 100644
--- a/pkgs/development/libraries/libevdev/default.nix
+++ b/pkgs/development/libraries/libevdev/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, python }:
stdenv.mkDerivation rec {
- name = "libevdev-1.6.0";
+ name = "libevdev-1.7.0";
src = fetchurl {
url = "https://www.freedesktop.org/software/libevdev/${name}.tar.xz";
- sha256 = "057qdrwbhql2lvr4kxljk3yqjsmh65hyrfbr2b681nc7b635q07m";
+ sha256 = "0sg3lbjn68qaq3yz2k735h29kaf3fmx7b5m1x7rm2fnhn7rf3nqi";
};
buildInputs = [ python ];
diff --git a/pkgs/development/libraries/libevent/default.nix b/pkgs/development/libraries/libevent/default.nix
index 2bc2bcb5b85..611287b9aaa 100644
--- a/pkgs/development/libraries/libevent/default.nix
+++ b/pkgs/development/libraries/libevent/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, findutils, fixDarwinDylibNames
+{ stdenv, fetchurl, findutils, fixDarwinDylibNames
, sslSupport? true, openssl
}:
diff --git a/pkgs/development/libraries/libextractor/default.nix b/pkgs/development/libraries/libextractor/default.nix
index d5c720e0a1f..8fd01dbd506 100644
--- a/pkgs/development/libraries/libextractor/default.nix
+++ b/pkgs/development/libraries/libextractor/default.nix
@@ -1,5 +1,5 @@
{ fetchurl, stdenv, libtool, gettext, zlib, bzip2, flac, libvorbis
-, exiv2, libgsf, rpm, pkgconfig
+, exiv2, libgsf, rpm, pkgconfig, fetchpatch
, gtkSupport ? true, glib ? null, gtk3 ? null
, videoSupport ? true, ffmpeg ? null, libmpeg2 ? null}:
@@ -14,7 +14,15 @@ stdenv.mkDerivation rec {
sha256 = "1zz2zvikvfibxnk1va3kgzs7djsmiqy7bmk8y01vbsf54ryjb3zh";
};
- patches = [ ./fix-gcc8-build.patch ];
+ patches = [
+ ./fix-gcc8-build.patch
+ # Fixes build with exiv2 0.27
+ (fetchpatch {
+ name = "libextractor-exiv2-0.27.patch";
+ url = "https://git.archlinux.org/svntogit/community.git/plain/trunk/libextractor-exiv2-0.27.patch?h=packages/libextractor&id=4dc53f7fc69210ae571285dface108ed65d8ee53";
+ sha256 = "0w4gc1q1m1yxsd4hv105nblmif465nw3g5nxzldy0x2rl9mdncg6";
+ })
+ ];
preConfigure =
'' echo "patching installation directory in \`extractor.c'..."
diff --git a/pkgs/development/libraries/libfaketime/default.nix b/pkgs/development/libraries/libfaketime/default.nix
index 3492a07905d..f70886f7358 100644
--- a/pkgs/development/libraries/libfaketime/default.nix
+++ b/pkgs/development/libraries/libfaketime/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, bash, perl }:
+{ stdenv, fetchurl, perl }:
stdenv.mkDerivation rec {
name = "libfaketime-${version}";
diff --git a/pkgs/development/libraries/libfilezilla/default.nix b/pkgs/development/libraries/libfilezilla/default.nix
index 4a051f34b0b..9b6c1d505c1 100644
--- a/pkgs/development/libraries/libfilezilla/default.nix
+++ b/pkgs/development/libraries/libfilezilla/default.nix
@@ -1,19 +1,26 @@
-{ stdenv, fetchurl, pkgconfig, nettle }:
+{ stdenv
+, fetchurl
+
+, gettext
+, gnutls
+, nettle
+, pkgconfig
+}:
stdenv.mkDerivation rec {
pname = "libfilezilla";
- version = "0.16.0";
+ version = "0.18.1";
src = fetchurl {
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
- sha256 = "1fd71vmllzvljff5l5ka5wnzbdsxx4i54dpxpklydmbsqpilnv1v";
+ sha256 = "15vzi95ibp6a9n4jjfs78z4b1iym8x1yv849gjipxzx64y5awyyb";
};
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ nettle ];
+ buildInputs = [ gettext gnutls nettle ];
meta = with stdenv.lib; {
- homepage = https://lib.filezilla-project.org/;
+ homepage = "https://lib.filezilla-project.org/";
description = "A modern C++ library, offering some basic functionality to build high-performing, platform-independent programs";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ pSub ];
diff --git a/pkgs/development/libraries/libfsm/default.nix b/pkgs/development/libraries/libfsm/default.nix
new file mode 100644
index 00000000000..5491fab3edf
--- /dev/null
+++ b/pkgs/development/libraries/libfsm/default.nix
@@ -0,0 +1,53 @@
+{ stdenv, fetchFromGitHub
+, bmake
+}:
+
+stdenv.mkDerivation rec {
+ name = "libfsm-${version}";
+ version = "0.1pre1869_${builtins.substring 0 7 src.rev}";
+
+ src = fetchFromGitHub {
+ owner = "katef";
+ repo = "libfsm";
+ rev = "f70c3c5778a79eeecb52f9fd35c7cbc241db0ed6";
+ sha256 = "1hgv272jdv6dwnsdjajyky537z84q0cwzspw9br46qj51h8gkwvx";
+ fetchSubmodules = true;
+ };
+
+ nativeBuildInputs = [ bmake ];
+ enableParallelBuilding = true;
+
+ # note: build checks value of '$CC' to add some extra cflags, but we don't
+ # necessarily know which 'stdenv' someone chose, so we leave it alone (e.g.
+ # if we use stdenv vs clangStdenv, we don't know which, and CC=cc in all
+ # cases.) it's unclear exactly what should be done if we want those flags,
+ # but the defaults work fine.
+ buildPhase = "PREFIX=$out bmake -r install";
+
+ # fix up multi-output install. we also have to fix the pkgconfig libdir
+ # file; it uses prefix=$out; libdir=${prefix}/lib, which is wrong in
+ # our case; libdir should really be set to the $lib output.
+ installPhase = ''
+ mkdir -p $lib $dev/lib
+
+ mv $out/lib $lib/lib
+ mv $out/include $dev/include
+ mv $out/share/pkgconfig $dev/lib/pkgconfig
+ rmdir $out/share
+
+ for x in libfsm.pc libre.pc; do
+ substituteInPlace "$dev/lib/pkgconfig/$x" \
+ --replace 'libdir=''${prefix}/lib' "libdir=$lib/lib"
+ done
+ '';
+
+ outputs = [ "out" "lib" "dev" ];
+
+ meta = with stdenv.lib; {
+ description = "DFA regular expression library & friends";
+ homepage = "https://github.com/katef/libfsm";
+ license = licenses.bsd2;
+ platforms = platforms.unix;
+ maintainers = with maintainers; [ thoughtpolice ];
+ };
+}
diff --git a/pkgs/development/libraries/libftdi/default.nix b/pkgs/development/libraries/libftdi/default.nix
index 74b87a46ef0..08ec1d84a3f 100644
--- a/pkgs/development/libraries/libftdi/default.nix
+++ b/pkgs/development/libraries/libftdi/default.nix
@@ -1,6 +1,6 @@
{stdenv, fetchurl, libusb}:
-stdenv.mkDerivation rec {
+with stdenv; mkDerivation rec {
name = "libftdi-0.20";
src = fetchurl {
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
# Hack to avoid TMPDIR in RPATHs.
preFixup = ''rm -rf "$(pwd)" '';
- configureFlags = [ "--with-async-mode" ];
+ configureFlags = lib.optional (!isDarwin) [ "--with-async-mode" ];
# allow async mode. from ubuntu. see:
# https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/libftdi/trusty/view/head:/debian/patches/04_async_mode.diff
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A library to talk to FTDI chips using libusb";
homepage = https://www.intra2net.com/en/developer/libftdi/;
- license = stdenv.lib.licenses.lgpl21;
- platforms = stdenv.lib.platforms.linux;
+ license = lib.licenses.lgpl21;
+ platforms = lib.platforms.all;
};
}
diff --git a/pkgs/development/libraries/libgdamm/default.nix b/pkgs/development/libraries/libgdamm/default.nix
index 4367cc5b276..f5cc5efa06a 100644
--- a/pkgs/development/libraries/libgdamm/default.nix
+++ b/pkgs/development/libraries/libgdamm/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, glibmm, libgda, libxml2, gnome3
-, mysqlSupport ? false, mysql ? null
-, postgresSupport ? false, postgresql ? null }:
+, mysqlSupport ? false
+, postgresSupport ? false }:
let
gda = libgda.override {
diff --git a/pkgs/development/libraries/libgdata/default.nix b/pkgs/development/libraries/libgdata/default.nix
index 59e19750715..f61283aec4a 100644
--- a/pkgs/development/libraries/libgdata/default.nix
+++ b/pkgs/development/libraries/libgdata/default.nix
@@ -1,20 +1,86 @@
-{ stdenv, fetchurl, pkgconfig, intltool, libxml2, glib, json-glib, gcr
-, gobject-introspection, liboauth, gnome3, p11-kit, openssl, uhttpmock }:
+{ stdenv
+, fetchurl
+, fetchpatch
+, pkgconfig
+, meson
+, ninja
+, vala
+, gettext
+, libxml2
+, glib
+, json-glib
+, gcr
+, gnome-online-accounts
+, gobject-introspection
+, liboauth
+, gnome3
+, p11-kit
+, openssl
+, uhttpmock
+, libsoup
+}:
stdenv.mkDerivation rec {
pname = "libgdata";
- version = "0.17.9";
+ version = "0.17.10";
+
+ outputs = [ "out" "dev" "installedTests" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "0fj54yqxdapdppisqm1xcyrpgcichdmipq0a0spzz6009ikzgi45";
+ sha256 = "04mh2p5x2iidfx0d1cablxbi3hvna8cmlddc1mm4387n0grx3ly1";
};
- nativeBuildInputs = [ pkgconfig intltool gobject-introspection ];
+ patches = [
+ ./installed-tests-path.patch
+ (fetchpatch {
+ # Meson fixes
+ url = "https://gitlab.gnome.org/GNOME/libgdata/commit/f6d0e3f3b6fa8e8ee9569372c5709c1fb84af2c1.diff";
+ sha256 = "00yrppn0s21i41r9mwzvrrv7j5dida09kh7i44kv8hrbrlfag7bm";
+ })
+ (fetchpatch {
+ # Meson minor fixes
+ url = "https://gitlab.gnome.org/GNOME/libgdata/commit/b653f602b3c2b518101c5d909e1651534c22757a.diff";
+ sha256 = "1bn0rffsvkzjl59aw8dmq1wil58x1fshz0m6xabpn79ffvbjld8j";
+ })
+ (fetchpatch {
+ # Meson: Fix G_LOG_DOMAIN
+ url = "https://gitlab.gnome.org/GNOME/libgdata/commit/5d318e0bf905d0f1a8b3fe1e47ee7847739082e3.diff";
+ sha256 = "11i2blq811d53433kdq4hhsscgkrq5f50d9ih4ixgs3j47hg7b1w";
+ })
+ ];
- buildInputs = [ gnome3.libsoup libxml2 glib liboauth gcr gnome3.gnome-online-accounts p11-kit openssl uhttpmock ];
+ nativeBuildInputs = [
+ gettext
+ gobject-introspection
+ meson
+ ninja
+ pkgconfig
+ vala
+ ];
- propagatedBuildInputs = [ json-glib ];
+ buildInputs = [
+ gcr
+ glib
+ liboauth
+ libsoup
+ libxml2
+ openssl
+ p11-kit
+ uhttpmock
+ ];
+
+ propagatedBuildInputs = [
+ gnome-online-accounts
+ json-glib
+ ];
+
+ mesonFlags = [
+ "-Dgtk_doc=false"
+ "-Dinstalled_test_bindir=${placeholder ''installedTests''}/libexec"
+ "-Dinstalled_test_datadir=${placeholder ''installedTests''}/share"
+ "-Dinstalled_tests=true"
+ ];
passthru = {
updateScript = gnome3.updateScript {
@@ -26,7 +92,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "GData API library";
homepage = https://wiki.gnome.org/Projects/libgdata;
- maintainers = with maintainers; [ raskin lethalman ];
+ maintainers = with maintainers; [ raskin lethalman ] ++ gnome3.maintainers;
platforms = platforms.linux;
license = licenses.lgpl21Plus;
};
diff --git a/pkgs/development/libraries/libgdata/installed-tests-path.patch b/pkgs/development/libraries/libgdata/installed-tests-path.patch
new file mode 100644
index 00000000000..18669817cfe
--- /dev/null
+++ b/pkgs/development/libraries/libgdata/installed-tests-path.patch
@@ -0,0 +1,94 @@
+diff --git a/gdata/tests/meson.build b/gdata/tests/meson.build
+index 52154e7a..1a44d1d8 100644
+--- a/gdata/tests/meson.build
++++ b/gdata/tests/meson.build
+@@ -1,5 +1,12 @@
+-tests_execdir = gdata_libexecdir / 'installed-tests' / gdata_name
+-tests_metadir = gdata_datadir / 'installed-tests' / gdata_name
++tests_bindir = get_option('installed_test_bindir') / 'installed-tests' / gdata_name
++if tests_bindir == ''
++ test_bindir = gdata_libexecdir / 'installed-tests' / gdata_name
++endif
++
++tests_datadir = get_option('installed_test_datadir') / 'installed-tests' / gdata_name
++if tests_datadir == ''
++ tests_datadir = gdata_datadir / 'installed-tests' / gdata_name
++endif
+
+ tests_sources = files(
+ 'common.c',
+@@ -48,7 +55,7 @@ foreach test_name, extra_args: tests
+ dependencies: common_deps + extra_args.get('dependencies', []),
+ sources: tests_sources,
+ install: install_tests,
+- install_dir: tests_execdir,
++ install_dir: tests_bindir,
+ )
+
+ test(
+@@ -63,7 +70,7 @@ if install_tests
+ foreach test_name, extra_args: tests
+ tests_conf = {
+ 'TEST_TYPE': 'session',
+- 'TEST_ABS_PATH': gdata_prefix / tests_execdir / test_name,
++ 'TEST_ABS_PATH': tests_bindir / test_name,
+ }
+
+ configure_file (
+@@ -71,13 +78,13 @@ if install_tests
+ output: test_name + '.test',
+ configuration: tests_conf,
+ install: true,
+- install_dir: tests_metadir,
++ install_dir: tests_datadir,
+ )
+ endforeach
+
+ install_subdir(
+ 'traces',
+- install_dir: tests_execdir,
++ install_dir: tests_bindir,
+ )
+
+ test_data = [
+@@ -96,6 +103,6 @@ if install_tests
+
+ install_data(
+ test_data,
+- install_dir: tests_execdir,
++ install_dir: tests_bindir,
+ )
+ endif
+diff --git a/meson.build b/meson.build
+index 7d2f5254..bed3e189 100644
+--- a/meson.build
++++ b/meson.build
+@@ -20,9 +20,9 @@ gdata_api_version_minor = 0
+
+ # Define the install directories
+ gdata_prefix = get_option('prefix')
+-gdata_datadir = get_option('datadir')
+-gdata_libexecdir = get_option('libexecdir')
+-gdata_includedir = get_option('includedir')
++gdata_datadir = gdata_prefix / get_option('datadir')
++gdata_libexecdir = gdata_prefix / get_option('libexecdir')
++gdata_includedir = gdata_prefix / get_option('includedir')
+
+ gdata_include_subdir = gdata_name / 'gdata'
+
+diff --git a/meson_options.txt b/meson_options.txt
+index 25cc6b55..6fc2cfa3 100644
+--- a/meson_options.txt
++++ b/meson_options.txt
+@@ -43,3 +43,11 @@ option('vapi',
+ type: 'boolean',
+ value: true,
+ description: 'Enable creation of vapi files')
++
++option('installed_test_datadir', type: 'string',
++ value: '',
++ description: 'Installation directory for data files in tests')
++
++option('installed_test_bindir', type: 'string',
++ value: '',
++ description: 'Installation directory for binary files in tests')
diff --git a/pkgs/development/libraries/libgeotiff/default.nix b/pkgs/development/libraries/libgeotiff/default.nix
index 33b9e7830e7..51520eb0fe3 100644
--- a/pkgs/development/libraries/libgeotiff/default.nix
+++ b/pkgs/development/libraries/libgeotiff/default.nix
@@ -1,18 +1,27 @@
-{ stdenv, fetchurl, libtiff, libjpeg, proj, zlib}:
+{ stdenv, fetchFromGitHub, libtiff, libjpeg, proj, zlib, autoreconfHook }:
stdenv.mkDerivation rec {
- version = "1.4.3";
+ version = "1.5.1";
name = "libgeotiff-${version}";
- src = fetchurl {
- url = "https://download.osgeo.org/geotiff/libgeotiff/${name}.tar.gz";
- sha256 = "0rbjqixi4c8yz19larlzq6jda0px2gpmpp9c52cyhplbjsdhsldq";
+ src = fetchFromGitHub {
+ owner = "OSGeo";
+ repo = "libgeotiff";
+ rev = version;
+ sha256 = "081ag23pn2n5y4fkb2rnh4hmcnq92siqiqv0s20jmx0j3s2nvfxy";
};
+ outputs = [ "out" "dev" ];
+
+ sourceRoot = "source/libgeotiff";
+
configureFlags = [
"--with-jpeg=${libjpeg.dev}"
"--with-zlib=${zlib.dev}"
];
+
+ nativeBuildInputs = [ autoreconfHook ];
+
buildInputs = [ libtiff proj ];
hardeningDisable = [ "format" ];
diff --git a/pkgs/development/libraries/libgig/default.nix b/pkgs/development/libraries/libgig/default.nix
index 08fce9c521e..56f160838e6 100644
--- a/pkgs/development/libraries/libgig/default.nix
+++ b/pkgs/development/libraries/libgig/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libgig-${version}";
- version = "4.1.0";
+ version = "4.2.0";
src = fetchurl {
url = "https://download.linuxsampler.org/packages/${name}.tar.bz2";
- sha256 = "02xx6bqxzgkvrawwnzrnxx1ypk244q4kpwfd58266f9ji8kq18h6";
+ sha256 = "1zs5yy124bymfyapsnljr6rv2lnn5inwchm0xnwiw44b2d39l8hn";
};
nativeBuildInputs = [ autoconf automake libtool pkgconfig ];
diff --git a/pkgs/development/libraries/libgpg-error/default.nix b/pkgs/development/libraries/libgpg-error/default.nix
index dc221156f46..f3e1b8b0f99 100644
--- a/pkgs/development/libraries/libgpg-error/default.nix
+++ b/pkgs/development/libraries/libgpg-error/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchpatch, buildPackages, fetchurl, gettext
+{ stdenv, lib, buildPackages, fetchurl, gettext
, genPosixLockObjOnly ? false
}: let
genPosixLockObjOnlyAttrs = lib.optionalAttrs genPosixLockObjOnly {
diff --git a/pkgs/development/libraries/libgphoto2/default.nix b/pkgs/development/libraries/libgphoto2/default.nix
index 8616a014675..cbedd97b2ee 100644
--- a/pkgs/development/libraries/libgphoto2/default.nix
+++ b/pkgs/development/libraries/libgphoto2/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
owner = "gphoto";
repo = "libgphoto2";
rev = "${meta.tag}";
- sha256 = "0pbfg89817qkb35mmajsw2iz6j9nhkkj67m419f8x8yxpqkaa0wb";
+ sha256 = "1sc2ycx11khf0qzp1cqxxx1qymv6bjfbkx3vvbwz6wnbyvsigxz2";
};
patches = [];
@@ -33,8 +33,8 @@ stdenv.mkDerivation rec {
MTP, and other vendor specific protocols for controlling and transferring data
from digital cameras.
'';
- version = "2.5.17";
- tag = "libgphoto2-2_5_17-release";
+ version = "2.5.23";
+ tag = "libgphoto2-2_5_23-release";
# XXX: the homepage claims LGPL, but several src files are lgpl21Plus
license = stdenv.lib.licenses.lgpl21Plus;
platforms = with stdenv.lib.platforms; unix;
diff --git a/pkgs/development/libraries/libgpiod/default.nix b/pkgs/development/libraries/libgpiod/default.nix
index c498ef3460a..23f46ad2a0c 100644
--- a/pkgs/development/libraries/libgpiod/default.nix
+++ b/pkgs/development/libraries/libgpiod/default.nix
@@ -1,13 +1,12 @@
-{ stdenv, fetchgit, autoreconfHook, autoconf-archive, pkgconfig, kmod, enable-tools ? true }:
+{ stdenv, fetchurl, autoreconfHook, autoconf-archive, pkgconfig, kmod, enable-tools ? true }:
stdenv.mkDerivation rec {
- name = "libgpiod-unstable-${version}";
- version = "2018-10-07";
+ pname = "libgpiod";
+ version = "1.4.1";
- src = fetchgit {
- url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git";
- rev = "4bf402d3a49336eacd33654441d575bd267780b8";
- sha256 = "01f3jzb133z189sxdiz9qiy65p0bjqhynfllidbpxdr0cxkyyc1d";
+ src = fetchurl {
+ url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz";
+ sha256 = "0x8ar31b0cp47dgmamxf6a54ixwrjgvs81zra8l9ws4szrzgrnbw";
};
buildInputs = [ kmod ];
@@ -20,7 +19,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--enable-tools=${if enable-tools then "yes" else "no"}"
"--enable-bindings-cxx"
- "--prefix=$(out)"
+ "--prefix=${placeholder ''out''}"
];
meta = with stdenv.lib; {
diff --git a/pkgs/development/libraries/libgpod/default.nix b/pkgs/development/libraries/libgpod/default.nix
index b77690bd159..d561ebcd7af 100644
--- a/pkgs/development/libraries/libgpod/default.nix
+++ b/pkgs/development/libraries/libgpod/default.nix
@@ -1,5 +1,5 @@
{stdenv, lib, fetchurl, gettext, perlPackages, intltool, pkgconfig, glib,
- libxml2, sqlite, zlib, sg3_utils, gdk_pixbuf, taglib,
+ libxml2, sqlite, zlib, sg3_utils, gdk-pixbuf, taglib,
libimobiledevice, pythonPackages, mutagen,
monoSupport ? false, mono, gtk-sharp-2_0
}:
@@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
dontStrip = true;
propagatedBuildInputs = [ glib libxml2 sqlite zlib sg3_utils
- gdk_pixbuf taglib libimobiledevice python pygobject2 mutagen ];
+ gdk-pixbuf taglib libimobiledevice python pygobject2 mutagen ];
nativeBuildInputs = [ gettext intltool pkgconfig ]
++ (with perlPackages; [ perl XMLParser ])
diff --git a/pkgs/development/libraries/libgsf/default.nix b/pkgs/development/libraries/libgsf/default.nix
index f2d31cf1676..89a72bba872 100644
--- a/pkgs/development/libraries/libgsf/default.nix
+++ b/pkgs/development/libraries/libgsf/default.nix
@@ -1,5 +1,5 @@
{ fetchurl, stdenv, pkgconfig, intltool, gettext, glib, libxml2, zlib, bzip2
-, python, perl, gdk_pixbuf, libiconv, libintl, gnome3 }:
+, python, perl, gdk-pixbuf, libiconv, libintl, gnome3 }:
stdenv.mkDerivation rec {
pname = "libgsf";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gettext bzip2 zlib python ];
checkInputs = [ perl ];
- propagatedBuildInputs = [ libxml2 glib gdk_pixbuf libiconv ];
+ propagatedBuildInputs = [ libxml2 glib gdk-pixbuf libiconv ];
outputs = [ "out" "dev" ];
diff --git a/pkgs/development/libraries/libgweather/default.nix b/pkgs/development/libraries/libgweather/default.nix
index 3300e9b1d68..5e35a43fb9d 100644
--- a/pkgs/development/libraries/libgweather/default.nix
+++ b/pkgs/development/libraries/libgweather/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "libgweather";
- version = "3.32.1";
+ version = "3.32.2";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "1079d26y8d2zaw9w50l9scqjhbrynpdd6kyaa32x4393f7nih8hw";
+ sha256 = "00iwbllh8dmnqch0ysng9xhkzzs3ir9jl9f4hp41vbvg1pq5zv98";
};
nativeBuildInputs = [ meson ninja pkgconfig gettext vala gtk-doc docbook_xsl docbook_xml_dtd_43 gobject-introspection python3 ];
diff --git a/pkgs/development/libraries/libhandy/default.nix b/pkgs/development/libraries/libhandy/default.nix
index d32bb82abcb..9c3d9faf1f4 100644
--- a/pkgs/development/libraries/libhandy/default.nix
+++ b/pkgs/development/libraries/libhandy/default.nix
@@ -7,7 +7,7 @@
let
pname = "libhandy";
- version = "0.0.9";
+ version = "0.0.10";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
@@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
owner = "Librem5";
repo = pname;
rev = "v${version}";
- sha256 = "0smfnvfba6cnxbrcm1vh3zbr1hww43qcxhawka3hzn2hjr06rfzn";
+ sha256 = "1702hbdqhfpgw0c4vj2ag08vgl83byiryrbngbq11b9azmj3jhzs";
};
nativeBuildInputs = [
diff --git a/pkgs/development/libraries/libhttpseverywhere/default.nix b/pkgs/development/libraries/libhttpseverywhere/default.nix
index cf5c80c9b21..c58812eca58 100644
--- a/pkgs/development/libraries/libhttpseverywhere/default.nix
+++ b/pkgs/development/libraries/libhttpseverywhere/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, meson, ninja, makeFontsConf, vala, fetchpatch
-, gnome3, glib, json-glib, libarchive, libsoup, gobject-introspection, valadoc }:
+, gnome3, glib, json-glib, libarchive, libsoup, gobject-introspection }:
let
pname = "libhttpseverywhere";
diff --git a/pkgs/development/libraries/libical/default.nix b/pkgs/development/libraries/libical/default.nix
index 91653022052..b86a48ecd1b 100644
--- a/pkgs/development/libraries/libical/default.nix
+++ b/pkgs/development/libraries/libical/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, perl, pkgconfig, cmake, ninja, vala, gobject-introspection
-, python3, tzdata, gtk-doc, docbook_xsl, docbook_xml_dtd_43, glib, libxml2, icu }:
+, python3, tzdata, glib, libxml2, icu }:
stdenv.mkDerivation rec {
name = "libical-${version}";
diff --git a/pkgs/development/libraries/libiio/default.nix b/pkgs/development/libraries/libiio/default.nix
index ee8029966dc..df5035461af 100644
--- a/pkgs/development/libraries/libiio/default.nix
+++ b/pkgs/development/libraries/libiio/default.nix
@@ -1,6 +1,7 @@
{ stdenv, fetchFromGitHub
, cmake, flex, bison
, libxml2, python
+, libusb1, runtimeShell
}:
stdenv.mkDerivation rec {
@@ -17,7 +18,17 @@ stdenv.mkDerivation rec {
outputs = [ "out" "lib" "dev" "python" ];
nativeBuildInputs = [ cmake flex bison ];
- buildInputs = [ libxml2 ];
+ buildInputs = [ libxml2 libusb1 ];
+
+ postPatch = ''
+ substituteInPlace libiio.rules.cmakein \
+ --replace /bin/sh ${runtimeShell}
+ '';
+
+ # since we can't expand $out in cmakeFlags
+ preConfigure = ''
+ cmakeFlags="$cmakeFlags -DUDEV_RULES_INSTALL_DIR=$out/etc/udev/rules.d"
+ '';
postInstall = ''
mkdir -p $python/lib/${python.libPrefix}/site-packages/
diff --git a/pkgs/development/libraries/libimagequant/default.nix b/pkgs/development/libraries/libimagequant/default.nix
index 83afd26bf1d..9c2dd920c9f 100644
--- a/pkgs/development/libraries/libimagequant/default.nix
+++ b/pkgs/development/libraries/libimagequant/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libimagequant";
- version = "2.12.3";
+ version = "2.12.5";
src = fetchFromGitHub {
owner = "ImageOptim";
repo = pname;
rev = version;
- sha256 = "0qsfq1kv1m5jzn9v9iz0bac66k4clcis1c9877qabnwzwmwma5v0";
+ sha256 = "0cp68w04ja5pv77ssfafsn958w9hh9zb8crrlb5j3gsrcmdc032k";
};
preConfigure = ''
diff --git a/pkgs/development/libraries/libimobiledevice/default.nix b/pkgs/development/libraries/libimobiledevice/default.nix
index 83a500c1380..6464e4e5820 100644
--- a/pkgs/development/libraries/libimobiledevice/default.nix
+++ b/pkgs/development/libraries/libimobiledevice/default.nix
@@ -34,7 +34,6 @@ stdenv.mkDerivation rec {
preConfigure = "NOCONFIGURE=1 ./autogen.sh";
configureFlags = [
- "--disable-static"
"--disable-openssl"
"--without-cython"
];
diff --git a/pkgs/development/libraries/libinput/default.nix b/pkgs/development/libraries/libinput/default.nix
index 651c4329708..0c759835183 100644
--- a/pkgs/development/libraries/libinput/default.nix
+++ b/pkgs/development/libraries/libinput/default.nix
@@ -27,11 +27,11 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "libinput-${version}";
- version = "1.13.2";
+ version = "1.13.4";
src = fetchurl {
url = "https://www.freedesktop.org/software/libinput/${name}.tar.xz";
- sha256 = "0vbapc90m49n0z8w8w4v0qf1iiwaixw9h79jfmps9pj8hdls17qx";
+ sha256 = "07a0w7rak7rvnh6g4j0akwjxwinxfszc1xi9mrx12fv82k3mgsyk";
};
outputs = [ "bin" "out" "dev" ];
diff --git a/pkgs/development/libraries/libirecovery/default.nix b/pkgs/development/libraries/libirecovery/default.nix
new file mode 100644
index 00000000000..32a2971b3e3
--- /dev/null
+++ b/pkgs/development/libraries/libirecovery/default.nix
@@ -0,0 +1,54 @@
+{ stdenv, fetchFromGitHub, automake, autoconf, libtool, pkgconfig
+, libusb
+, readline
+}:
+
+stdenv.mkDerivation rec {
+ pname = "libirecovery";
+ version = "2019-01-28";
+
+ src = fetchFromGitHub {
+ owner = "libimobiledevice";
+ repo = pname;
+ rev = "5da2a0d7d60f79d93c283964888c6fbbc17be1a3";
+ sha256 = "0fqmr1h4b3qn608dn606y7aqv3bsm949gx72b5d6433xlw9b23n8";
+ };
+
+ outputs = [ "out" "dev" ];
+
+ nativeBuildInputs = [
+ autoconf
+ automake
+ libtool
+ pkgconfig
+ ];
+
+ buildInputs = [
+ libusb
+ readline
+ ];
+
+ preConfigure = "NOCONFIGURE=1 ./autogen.sh";
+
+ # Packager note: Not clear whether this needs a NixOS configuration,
+ # as only the `idevicerestore` binary was tested so far (which worked
+ # without further configuration).
+ configureFlags = [
+ "--with-udevrulesdir=${placeholder ''out''}/lib/udev/rules.d"
+ ''--with-udevrule="OWNER=\"root\", GROUP=\"myusergroup\", MODE=\"0660\""''
+ ];
+
+ meta = with stdenv.lib; {
+ homepage = https://github.com/libimobiledevice/libirecovery;
+ description = "Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux";
+ longDescription = ''
+ libirecovery is a cross-platform library which implements communication to
+ iBoot/iBSS found on Apple's iOS devices via USB. A command-line utility is also
+ provided.
+ '';
+ license = licenses.lgpl21;
+ # Upstream description says it works on more platforms, but packager hasn't tried that yet
+ platforms = platforms.linux;
+ maintainers = with maintainers; [ nh2 ];
+ };
+}
diff --git a/pkgs/development/libraries/libivykis/default.nix b/pkgs/development/libraries/libivykis/default.nix
index 9419046db4e..51b2dd7c7bd 100644
--- a/pkgs/development/libraries/libivykis/default.nix
+++ b/pkgs/development/libraries/libivykis/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
notification facilities
'';
license = licenses.zlib;
- maintainers = [ maintainers.rickynils ];
+ maintainers = [];
platforms = platforms.linux;
};
}
diff --git a/pkgs/development/libraries/libjpeg-turbo/default.nix b/pkgs/development/libraries/libjpeg-turbo/default.nix
index 57c35ab8677..191c375f3be 100644
--- a/pkgs/development/libraries/libjpeg-turbo/default.nix
+++ b/pkgs/development/libraries/libjpeg-turbo/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, cmake, nasm }:
+{ stdenv, fetchurl, cmake, nasm }:
stdenv.mkDerivation rec {
@@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake nasm ];
- cmakeFlags = [ "-DCMAKE_INSTALL_BINDIR=${placeholder "bin"}/bin" "-DENABLE_STATIC=0" ];
+ cmakeFlags = [
+ "-DENABLE_STATIC=0"
+ ];
doInstallCheck = true;
installCheckTarget = "test";
diff --git a/pkgs/development/libraries/liblastfm/default.nix b/pkgs/development/libraries/liblastfm/default.nix
index b7d90100837..767485a7515 100644
--- a/pkgs/development/libraries/liblastfm/default.nix
+++ b/pkgs/development/libraries/liblastfm/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, qt4, pkgconfig, libsamplerate, fftwSinglePrec, which, cmake
, darwin }:
-let version = "1.0.9"; in
+let version = "1.1.0"; in
stdenv.mkDerivation rec {
name = "liblastfm-${version}";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/lastfm/liblastfm/tarball/${version}";
name = "${name}.tar.gz";
- sha256 = "09qiaxsxw6g2m7mvkffpfsi5wis8nl1x4lgnk0sa30859z54iw53";
+ sha256 = "1j34xc30vg7sfszm2jx9mlz9hy7p1l929fka9wnfcpbib8gfi43x";
};
prefixKey = "--prefix ";
diff --git a/pkgs/development/libraries/liblcf/default.nix b/pkgs/development/libraries/liblcf/default.nix
index 313780a9f0f..9870e024687 100644
--- a/pkgs/development/libraries/liblcf/default.nix
+++ b/pkgs/development/libraries/liblcf/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "liblcf-${version}";
- version = "0.6.0";
+ version = "0.6.1";
src = fetchFromGitHub {
owner = "EasyRPG";
repo = "liblcf";
rev = version;
- sha256 = "1nhwwb32c3x0y82s0w93k0xz8h6xsd0sb4r1a0my8fd8p5rsnwbi";
+ sha256 = "18kx9h004bncyi0hbj6vrc7f4k8l1rwp96cwncv3xm0lwspj0vyl";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
diff --git a/pkgs/development/libraries/liblockfile/default.nix b/pkgs/development/libraries/liblockfile/default.nix
index 46ea9fe6ee5..aba751bae5c 100644
--- a/pkgs/development/libraries/liblockfile/default.nix
+++ b/pkgs/development/libraries/liblockfile/default.nix
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
_name = "liblockfile";
- version = "1.14";
+ version = "1.15";
name = "${_name}-${version}";
src = fetchurl {
url = "mirror://debian/pool/main/libl/${_name}/${_name}_${version}.orig.tar.gz";
- sha256 = "0q6hn78fnzr6lhisg85a948rmpsd9rx67skzx3vh9hnbx2ix8h5b";
+ sha256 = "04ml9isvdl72fbr1825x7jb680xp8aprdq4pag32ahyjqk909cmh";
};
preConfigure = ''
diff --git a/pkgs/development/libraries/liblouis/default.nix b/pkgs/development/libraries/liblouis/default.nix
index a3af7aab526..c2731e44efb 100644
--- a/pkgs/development/libraries/liblouis/default.nix
+++ b/pkgs/development/libraries/liblouis/default.nix
@@ -3,7 +3,7 @@
}:
let
- version = "3.9.0";
+ version = "3.10.0";
in stdenv.mkDerivation rec {
name = "liblouis-${version}";
@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
owner = "liblouis";
repo = "liblouis";
rev = "v${version}";
- sha256 = "11vq9rnmrfqka3fiyrxs0q1gpvpj4m9jmrkwd1yvrq94fndgvh1m";
+ sha256 = "1wimv2wfl566jp8hhrxr91dmx20hldqzj70dar8i9k3hzq1kmb4q";
};
outputs = [ "out" "dev" "man" "info" "doc" ];
diff --git a/pkgs/development/libraries/libmediaart/default.nix b/pkgs/development/libraries/libmediaart/default.nix
index 64d2cc7577c..569c567e928 100644
--- a/pkgs/development/libraries/libmediaart/default.nix
+++ b/pkgs/development/libraries/libmediaart/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, meson, ninja, pkgconfig, vala, gtk-doc, docbook_xsl, docbook_xml_dtd_412, glib, gdk_pixbuf, gobject-introspection, gnome3 }:
+{ stdenv, fetchurl, meson, ninja, pkgconfig, vala, gtk-doc, docbook_xsl, docbook_xml_dtd_412, glib, gdk-pixbuf, gobject-introspection, gnome3 }:
stdenv.mkDerivation rec {
pname = "libmediaart";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ meson ninja pkgconfig vala gtk-doc docbook_xsl docbook_xml_dtd_412 gobject-introspection ];
- buildInputs = [ glib gdk_pixbuf ];
+ buildInputs = [ glib gdk-pixbuf ];
# FIXME: Turn on again when https://github.com/NixOS/nixpkgs/issues/53701
# is fixed on master.
diff --git a/pkgs/development/libraries/libmediainfo/default.nix b/pkgs/development/libraries/libmediainfo/default.nix
index 172b9cd88da..bf6aa0d23fb 100644
--- a/pkgs/development/libraries/libmediainfo/default.nix
+++ b/pkgs/development/libraries/libmediainfo/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, autoreconfHook, pkgconfig, libzen, zlib }:
stdenv.mkDerivation rec {
- version = "19.04";
+ version = "19.07";
name = "libmediainfo-${version}";
src = fetchurl {
url = "https://mediaarea.net/download/source/libmediainfo/${version}/libmediainfo_${version}.tar.xz";
- sha256 = "1yr2vl2z9z1kllr5ygi39r1ryw695cic8yj34yragkk33l1z6xc2";
+ sha256 = "0k3d7mha1lay2s09crc9z9zr970l617lb0c3b35wl44flkqf7jss";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
diff --git a/pkgs/development/libraries/libmicrohttpd/default.nix b/pkgs/development/libraries/libmicrohttpd/default.nix
index 0ecd568c376..f75d32c4313 100644
--- a/pkgs/development/libraries/libmicrohttpd/default.nix
+++ b/pkgs/development/libraries/libmicrohttpd/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libmicrohttpd-${version}";
- version = "0.9.63";
+ version = "0.9.64";
src = fetchurl {
url = "mirror://gnu/libmicrohttpd/${name}.tar.gz";
- sha256 = "173lj66crwvhzwp1r812sc5h1hda7g6lb9l1y5zf7w3pw4dnzhrp";
+ sha256 = "03imzkd1hl2mkkpi84vg5xq9x6b58gwsv86ym85km0lhb7nxi4p7";
};
outputs = [ "out" "dev" "devdoc" "info" ];
diff --git a/pkgs/development/libraries/libmikmod/default.nix b/pkgs/development/libraries/libmikmod/default.nix
index ef095fd4336..284d415454d 100644
--- a/pkgs/development/libraries/libmikmod/default.nix
+++ b/pkgs/development/libraries/libmikmod/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, texinfo, alsaLib, libpulseaudio, CoreAudio }:
let
- inherit (stdenv.lib) optional optionals optionalString;
+ inherit (stdenv.lib) optional optionalString;
in stdenv.mkDerivation rec {
name = "libmikmod-3.3.11.1";
diff --git a/pkgs/development/libraries/libmodbus/default.nix b/pkgs/development/libraries/libmodbus/default.nix
index 182d642bc08..e18de4127a4 100644
--- a/pkgs/development/libraries/libmodbus/default.nix
+++ b/pkgs/development/libraries/libmodbus/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
- name = "libmodbus-3.1.4";
+ name = "libmodbus-3.1.6";
src = fetchurl {
url = "http://libmodbus.org/releases/${name}.tar.gz";
- sha256 = "0drnil8bzd4n4qb0wv3ilm9zvypxvwmzd65w96d6kfm7x6q65j68";
+ sha256 = "05kwz0n5gn9m33cflzv87lz3zp502yp8fpfzbx70knvfl6agmnfp";
};
configureFlags = [
diff --git a/pkgs/development/libraries/libmodule/default.nix b/pkgs/development/libraries/libmodule/default.nix
new file mode 100644
index 00000000000..bcd20c3b407
--- /dev/null
+++ b/pkgs/development/libraries/libmodule/default.nix
@@ -0,0 +1,29 @@
+{ stdenv, fetchFromGitHub
+, cmake, pkgconfig }:
+
+stdenv.mkDerivation rec {
+ pname = "libmodule";
+ version = "4.2.0";
+
+ src = fetchFromGitHub {
+ owner = "FedeDP";
+ repo = "libmodule";
+ rev = version;
+ sha256 = "1qn54pysdm0q7v1gnisd43i5i4ylf8s8an77jk6jd8qimysv08mx";
+ };
+
+ nativeBuildInputs = [
+ cmake
+ pkgconfig
+ ];
+
+ meta = with stdenv.lib; {
+ description = "C simple and elegant implementation of an actor library";
+ homepage = https://github.com/FedeDP/libmodule;
+ platforms = platforms.linux;
+ license = licenses.mit;
+ maintainers = with maintainers; [
+ eadwu
+ ];
+ };
+}
diff --git a/pkgs/development/libraries/libmodulemd/1.nix b/pkgs/development/libraries/libmodulemd/1.nix
new file mode 100644
index 00000000000..174296375e0
--- /dev/null
+++ b/pkgs/development/libraries/libmodulemd/1.nix
@@ -0,0 +1,21 @@
+{ libmodulemd, fetchurl }:
+
+libmodulemd.overrideAttrs(old: rec {
+ name = "libmodulemd-${version}";
+ version = "1.8.15";
+
+ # Removes py output since there's no overrides here
+ outputs = [ "out" "devdoc" ];
+
+ patches = [
+ # Checks for glib docs in glib's prefix
+ # but they're installed to another
+ ./dont-check-docs.patch
+ ];
+
+ src = fetchurl {
+ url = "https://github.com/fedora-modularity/libmodulemd/releases/download/${name}/modulemd-${version}.tar.xz";
+ sha256 = "0gz8p3qzji3cx0r57sy3gn4dhigg4k7pcxj3lmjcjn13vxh5rm7z";
+ };
+
+})
diff --git a/pkgs/development/libraries/libmodulemd/default.nix b/pkgs/development/libraries/libmodulemd/default.nix
new file mode 100644
index 00000000000..ba77c7806b5
--- /dev/null
+++ b/pkgs/development/libraries/libmodulemd/default.nix
@@ -0,0 +1,59 @@
+{ stdenv
+, fetchFromGitHub
+, pkgconfig
+, meson
+, ninja
+, gobject-introspection
+, python3
+, libyaml
+, gtk-doc
+, docbook_xsl
+, docbook_xml_dtd_412
+, glib
+}:
+
+stdenv.mkDerivation rec {
+ pname = "libmodulemd";
+ version = "2.6.0";
+
+ outputs = [ "out" "devdoc" "py" ];
+
+ src = fetchFromGitHub {
+ owner = "fedora-modularity";
+ repo = pname;
+ rev = "${pname}-${version}";
+ sha256 = "0gizfmzs6jrzb29lwcimm5dq3027935xbzwgkbvbp67zcmjd3y5i";
+ };
+
+ patches = [
+ ./pygobject-dir.patch
+ ];
+
+ nativeBuildInputs = [
+ pkgconfig
+ meson
+ ninja
+ gtk-doc
+ docbook_xsl
+ docbook_xml_dtd_412
+ gobject-introspection
+ ];
+
+ buildInputs = [
+ libyaml
+ glib
+ ];
+
+ mesonFlags = [
+ "-Ddeveloper_build=false"
+ "-Dpygobject_override_dir=${placeholder "py"}/${python3.sitePackages}/gi/overrides"
+ ];
+
+ meta = with stdenv.lib; {
+ description = "C Library for manipulating module metadata files";
+ homepage = "https://github.com/fedora-modularity/libmodulemd";
+ license = licenses.mit;
+ maintainers = with maintainers; [ ];
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/development/libraries/libmodulemd/dont-check-docs.patch b/pkgs/development/libraries/libmodulemd/dont-check-docs.patch
new file mode 100644
index 00000000000..38ad5683692
--- /dev/null
+++ b/pkgs/development/libraries/libmodulemd/dont-check-docs.patch
@@ -0,0 +1,29 @@
+diff --git a/meson.build b/meson.build
+index 155c9e7..9125372 100644
+--- a/meson.build
++++ b/meson.build
+@@ -60,15 +60,15 @@ sh = find_program('sh')
+ sed = find_program('sed')
+ test = find_program('test')
+
+-ret = run_command ([test, '-e', join_paths(glib_docpath, 'glib/index.html')])
+-if ret.returncode() != 0
+- error('Missing documentation for GLib.')
+-endif
+-
+-ret = run_command ([test, '-e', join_paths(glib_docpath, 'gobject/index.html')])
+-if ret.returncode() != 0
+- error('Missing documentation for GObject.')
+-endif
++# ret = run_command ([test, '-e', join_paths(glib_docpath, 'glib/index.html')])
++# if ret.returncode() != 0
++# error('Missing documentation for GLib.')
++# endif
++
++# ret = run_command ([test, '-e', join_paths(glib_docpath, 'gobject/index.html')])
++# if ret.returncode() != 0
++# error('Missing documentation for GObject.')
++# endif
+
+ python_name = get_option('python_name')
+
diff --git a/pkgs/development/libraries/libmodulemd/pygobject-dir.patch b/pkgs/development/libraries/libmodulemd/pygobject-dir.patch
new file mode 100644
index 00000000000..a367872eec6
--- /dev/null
+++ b/pkgs/development/libraries/libmodulemd/pygobject-dir.patch
@@ -0,0 +1,45 @@
+diff --git a/bindings/python/meson.build b/bindings/python/meson.build
+index 4358b79..61fd5a5 100644
+--- a/bindings/python/meson.build
++++ b/bindings/python/meson.build
+@@ -1,3 +1,5 @@
++pygobject_override_dir = get_option('pygobject_override_dir')
++
+ get_overridedir = '''
+ import os
+ import sysconfig
+@@ -21,7 +23,7 @@ print(overridedir)
+ '''
+
+ # Python 3
+-if (get_option('with_py3_overrides'))
++if (get_option('with_py3_overrides')) and pygobject_override_dir == ''
+ ret = run_command([python3, '-c', get_overridedir])
+
+ if ret.returncode() != 0
+@@ -34,7 +36,7 @@ if (get_option('with_py3_overrides'))
+ endif
+
+ # Python 2
+-if (get_option('with_py2_overrides'))
++if (get_option('with_py2_overrides')) and pygobject_override_dir == ''
+ ret2 = run_command([python2, '-c', get_overridedir])
+
+ if ret2.returncode() != 0
+@@ -45,3 +47,7 @@ if (get_option('with_py2_overrides'))
+
+ install_data('gi/overrides/Modulemd.py', install_dir: pygobject2_override_dir)
+ endif
++
++if pygobject_override_dir != ''
++ install_data('gi/overrides/Modulemd.py', install_dir: pygobject_override_dir)
++endif
+diff --git a/meson_options.txt b/meson_options.txt
+index 147419f..9071a04 100644
+--- a/meson_options.txt
++++ b/meson_options.txt
+@@ -18,3 +18,4 @@ option('skip_introspection', type : 'boolean', value : false)
+ option('python_name', type : 'string')
+ option('with_py2_overrides', type : 'boolean', value : false)
+ option('with_py3_overrides', type : 'boolean', value : true)
++option('pygobject_override_dir', type : 'string', value : '', description: 'Path to pygobject overrides directory')
diff --git a/pkgs/development/libraries/libmpack/default.nix b/pkgs/development/libraries/libmpack/default.nix
index 2754c726da2..4df38a9cc3c 100644
--- a/pkgs/development/libraries/libmpack/default.nix
+++ b/pkgs/development/libraries/libmpack/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "Simple implementation of msgpack in C";
homepage = https://github.com/tarruda/libmpack/;
license = licenses.mit;
- maintainers = with maintainers; [ lovek323 garbas ];
+ maintainers = with maintainers; [ lovek323 ];
platforms = platforms.linux ++ platforms.darwin;
};
}
diff --git a/pkgs/development/libraries/libndctl/default.nix b/pkgs/development/libraries/libndctl/default.nix
index d9db09f1e98..38c6bb00863 100644
--- a/pkgs/development/libraries/libndctl/default.nix
+++ b/pkgs/development/libraries/libndctl/default.nix
@@ -1,17 +1,17 @@
{ stdenv, fetchFromGitHub, autoreconfHook
, asciidoctor, pkgconfig, xmlto, docbook_xsl, docbook_xml_dtd_45, libxslt
-, json_c, kmod, which, file, utillinux, systemd, keyutils
+, json_c, kmod, which, utillinux, systemd, keyutils
}:
stdenv.mkDerivation rec {
name = "libndctl-${version}";
- version = "65";
+ version = "66";
src = fetchFromGitHub {
owner = "pmem";
repo = "ndctl";
rev = "v${version}";
- sha256 = "0d8hzfvyxs2q8kgkwgdizlml41kin4mhx3vpdsjk34pfi7mqy69y";
+ sha256 = "1pq1ss6b1lnyfnvdfhpi0x70jjrnm567fcyvkgvhmp2ndzsn393f";
};
outputs = [ "out" "lib" "man" "dev" ];
diff --git a/pkgs/development/libraries/libnice/default.nix b/pkgs/development/libraries/libnice/default.nix
index d6bb8ec5046..f4ce1f6eea0 100644
--- a/pkgs/development/libraries/libnice/default.nix
+++ b/pkgs/development/libraries/libnice/default.nix
@@ -20,18 +20,20 @@ stdenv.mkDerivation rec {
})
];
- nativeBuildInputs = [ meson ninja pkgconfig python3 gobject-introspection gtk-doc docbook_xsl docbook_xml_dtd_412 ];
+ nativeBuildInputs = [
+ meson ninja pkgconfig python3 gobject-introspection
+ gtk-doc
+ # Without these, enabling the 'gtk_doc' gives us `FAILED: meson-install`
+ docbook_xsl docbook_xml_dtd_412
+ ];
buildInputs = [ gst_all_1.gstreamer gst_all_1.gst-plugins-base gnutls ];
propagatedBuildInputs = [ glib gupnp-igd ];
mesonFlags = [
- "-Dgupnp=enabled"
- "-Dgstreamer=enabled"
- "-Dignored-network-interface-prefix=enabled"
- "-Dexamples=enabled"
- "-Dtests=enabled"
- "-Dgtk_doc=enabled"
- "-Dintrospection=enabled"
+ # Enables all features, so that we know when new dependencies are necessary.
+ "-Dauto_features=enabled"
+ "-Dgtk_doc=enabled" # Disabled by default as of libnice-0.1.15
+ "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
];
# TODO; see #53293 etc.
diff --git a/pkgs/development/libraries/libnotify/default.nix b/pkgs/development/libraries/libnotify/default.nix
index ddadb3cd97b..be1daa0505a 100644
--- a/pkgs/development/libraries/libnotify/default.nix
+++ b/pkgs/development/libraries/libnotify/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, fetchpatch
-, glib, gdk_pixbuf, gobject-introspection, gnome3 }:
+, glib, gdk-pixbuf, gobject-introspection, gnome3 }:
stdenv.mkDerivation rec {
pname = "libnotify";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [ meson ninja pkgconfig gobject-introspection ];
- buildInputs = [ glib gdk_pixbuf ];
+ buildInputs = [ glib gdk-pixbuf ];
passthru = {
updateScript = gnome3.updateScript {
diff --git a/pkgs/development/libraries/libnxml/default.nix b/pkgs/development/libraries/libnxml/default.nix
index 8d97a13b0a0..0a6c58c8a01 100644
--- a/pkgs/development/libraries/libnxml/default.nix
+++ b/pkgs/development/libraries/libnxml/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
buildInputs = [ curl ];
meta = {
- homepage = http://www.autistici.org/bakunin/libnxml/;
+ homepage = https://www.autistici.org/bakunin/libnxml/;
description = "C library for parsing, writing and creating XML 1.0 and 1.1 files or streams";
license = stdenv.lib.licenses.lgpl2;
diff --git a/pkgs/development/libraries/libosinfo/default.nix b/pkgs/development/libraries/libosinfo/default.nix
index 9efeb0f678e..a040956f553 100644
--- a/pkgs/development/libraries/libosinfo/default.nix
+++ b/pkgs/development/libraries/libosinfo/default.nix
@@ -1,33 +1,32 @@
-{ stdenv, fetchurl, fetchpatch, pkgconfig, intltool, gobject-introspection, gtk-doc, docbook_xsl
-, glib, libsoup, libxml2, libxslt, check, curl, perl, hwdata, osinfo-db, vala ? null
+{ stdenv, fetchurl, fetchpatch, pkgconfig, gettext, gobject-introspection, gtk-doc, docbook_xsl
+, glib, libsoup, libxml2, libxslt, check, curl, perl, hwdata, osinfo-db, substituteAll
+, vala ? null
}:
stdenv.mkDerivation rec {
pname = "libosinfo";
- version = "1.5.0";
+ version = "1.6.0";
src = fetchurl {
url = "https://releases.pagure.org/${pname}/${pname}-${version}.tar.gz";
- sha256 = "12b0xj9fz9q91d1pz9xm6aqap5k1ip0m9m3qvqmwjy1lk1kjasdz";
+ sha256 = "1iwh35mahch1ls3sgq7wz8kamxrxisrff5ciqzyh2qxlrqf5qf1w";
};
outputs = [ "out" "dev" "devdoc" ];
nativeBuildInputs = [
- pkgconfig vala intltool gobject-introspection gtk-doc docbook_xsl
+ pkgconfig vala gettext gobject-introspection gtk-doc docbook_xsl
];
buildInputs = [ glib libsoup libxml2 libxslt ];
checkInputs = [ check curl perl ];
patches = [
- ./osinfo-db-data-dir.patch
+ (substituteAll {
+ src = ./osinfo-db-data-dir.patch;
+ osinfo_db_data_dir = "${osinfo-db}/share";
+ })
];
- postPatch = ''
- patchShebangs .
- substituteInPlace osinfo/osinfo_loader.c --subst-var-by OSINFO_DB_DATA_DIR "${osinfo-db}/share"
- '';
-
configureFlags = [
"--with-usb-ids-path=${hwdata}/share/hwdata/usb.ids"
"--with-pci-ids-path=${hwdata}/share/hwdata/pci.ids"
diff --git a/pkgs/development/libraries/libosinfo/osinfo-db-data-dir.patch b/pkgs/development/libraries/libosinfo/osinfo-db-data-dir.patch
index 8d202a92d09..2197eca23d9 100644
--- a/pkgs/development/libraries/libosinfo/osinfo-db-data-dir.patch
+++ b/pkgs/development/libraries/libosinfo/osinfo-db-data-dir.patch
@@ -5,7 +5,7 @@
path = g_getenv("OSINFO_SYSTEM_DIR");
if (!path)
- path = DATA_DIR "/osinfo";
-+ path = "@OSINFO_DB_DATA_DIR@/osinfo";
++ path = "@osinfo_db_data_dir@/osinfo";
file = g_file_new_for_path(path);
}
diff --git a/pkgs/development/libraries/libosmium/default.nix b/pkgs/development/libraries/libosmium/default.nix
index 791e4d890f9..885880c54c3 100644
--- a/pkgs/development/libraries/libosmium/default.nix
+++ b/pkgs/development/libraries/libosmium/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libosmium-${version}";
- version = "2.15.1";
+ version = "2.15.2";
src = fetchFromGitHub {
owner = "osmcode";
repo = "libosmium";
rev = "v${version}";
- sha256 = "1v1m068lcjngxnwirpi0vqjhqnxn9gqvafjp3sy14vzmgl2sw2kr";
+ sha256 = "1fh8wl4grs1c0g9whx90kd4jva3k9b6zbb1cl3isay489gwndgss";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/development/libraries/libow/default.nix b/pkgs/development/libraries/libow/default.nix
index 66cb0762c25..7797061a71a 100644
--- a/pkgs/development/libraries/libow/default.nix
+++ b/pkgs/development/libraries/libow/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "1-Wire File System full library";
- homepage = http://owfs.org/;
+ homepage = https://owfs.org/;
license = licenses.gpl2;
maintainers = with maintainers; [ disserman ];
platforms = platforms.unix;
diff --git a/pkgs/development/libraries/libpinyin/default.nix b/pkgs/development/libraries/libpinyin/default.nix
index 26694eb3777..bf516b33d02 100644
--- a/pkgs/development/libraries/libpinyin/default.nix
+++ b/pkgs/development/libraries/libpinyin/default.nix
@@ -1,31 +1,36 @@
-{ stdenv, fetchurl, fetchFromGitHub, autoreconfHook, glib, db, pkgconfig }:
+{ stdenv, fetchurl, fetchFromGitHub
+, autoreconfHook
+, glib
+, db
+, pkgconfig
+}:
let
modelData = fetchurl {
- url = "mirror://sourceforge/libpinyin/models/model14.text.tar.gz";
- sha256 = "0qqk30nflj07zjhs231c95ln4yj4ipzwxxiwrxazrg4hb8bhypqq";
+ url = "mirror://sourceforge/libpinyin/models/model17.text.tar.gz";
+ sha256 = "1kb2nswpsqlk2qm5jr7vqcp97f2dx7nvpk24lxjs1g12n252f5z0";
};
in
stdenv.mkDerivation rec {
name = "libpinyin-${version}";
- version = "2.1.91";
-
- nativeBuildInputs = [ autoreconfHook glib db pkgconfig ];
-
- postUnpack = ''
- tar -xzf ${modelData} -C $sourceRoot/data
- '';
+ version = "2.3.0";
src = fetchFromGitHub {
owner = "libpinyin";
repo = "libpinyin";
rev = version;
- sha256 = "0jbvn65p3zh0573hh27aasd3qly5anyfi8jnps2dxi0my09wbrq3";
+ sha256 = "14fkpp16s5k0pbw5wwd24pqr0qbdjgbl90n9aqwx72m03n7an40l";
};
+ postUnpack = ''
+ tar -xzf ${modelData} -C $sourceRoot/data
+ '';
+
+ nativeBuildInputs = [ autoreconfHook glib db pkgconfig ];
+
meta = with stdenv.lib; {
description = "Library for intelligent sentence-based Chinese pinyin input method";
- homepage = https://sourceforge.net/projects/libpinyin;
+ homepage = "https://sourceforge.net/projects/libpinyin";
license = licenses.gpl2;
maintainers = with maintainers; [ ericsagnes ];
platforms = platforms.linux;
diff --git a/pkgs/development/libraries/libpqxx/default.nix b/pkgs/development/libraries/libpqxx/default.nix
index 737c0dc4a0a..f6f2412c818 100644
--- a/pkgs/development/libraries/libpqxx/default.nix
+++ b/pkgs/development/libraries/libpqxx/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libpqxx";
- version = "6.4.4";
+ version = "6.4.5";
src = fetchFromGitHub {
owner = "jtv";
repo = pname;
rev = version;
- sha256 = "0l62qlln5q1qhapbnm8n1k0hbzf3287gld1jpcbwr0yj79l9j579";
+ sha256 = "0djmjr2b5x5nd2a4idv5j8s6w0kdmvil910iv1kyc7x94dirbrni";
};
nativeBuildInputs = [ gnused python2 ];
diff --git a/pkgs/development/libraries/libqalculate/default.nix b/pkgs/development/libraries/libqalculate/default.nix
index 49490e1f785..1b73af7037b 100644
--- a/pkgs/development/libraries/libqalculate/default.nix
+++ b/pkgs/development/libraries/libqalculate/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "libqalculate";
- version = "3.2.0";
+ version = "3.3.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${version}";
- sha256 = "0f82jss3kjxsk8znvrg1vfh756nnc15sbzr34ww1dvvrxipi7sns";
+ sha256 = "1qgsngi9z1sr6pzgcq6kgng62arpc5xn2ai1ks69myzzmgwk8adp";
};
outputs = [ "out" "dev" "doc" ];
diff --git a/pkgs/development/libraries/libqglviewer/default.nix b/pkgs/development/libraries/libqglviewer/default.nix
index e68c5052beb..34b396a7102 100644
--- a/pkgs/development/libraries/libqglviewer/default.nix
+++ b/pkgs/development/libraries/libqglviewer/default.nix
@@ -1,25 +1,25 @@
-{ stdenv, fetchurl, qt4, qmake4Hook, AGL }:
+{ stdenv, fetchurl, qmake, qtbase, libGLU, AGL }:
stdenv.mkDerivation rec {
- name = "libqglviewer-2.6.3";
- version = "2.6.3";
+ pname = "libqglviewer";
+ version = "2.7.1";
src = fetchurl {
url = "http://www.libqglviewer.com/src/libQGLViewer-${version}.tar.gz";
- sha256 = "00jdkyk4wg1356c3ar6nk3hyp494ya3yvshq9m57kfmqpn3inqdy";
+ sha256 = "08f10yk22kjdsvrqhd063gqa8nxnl749c20mwhaxij4f7rzdkixz";
};
- buildInputs = [ qt4 qmake4Hook ]
+ nativeBuildInputs = [ qmake ];
+ buildInputs = [ qtbase libGLU ]
++ stdenv.lib.optional stdenv.isDarwin AGL;
- postPatch =
- ''
- cd QGLViewer
- '';
+ postPatch = ''
+ cd QGLViewer
+ '';
meta = with stdenv.lib; {
description = "C++ library based on Qt that eases the creation of OpenGL 3D viewers";
- homepage = http://libqglviewer.com/;
+ homepage = "http://libqglviewer.com";
license = licenses.gpl2;
platforms = platforms.all;
};
diff --git a/pkgs/development/libraries/libraw/default.nix b/pkgs/development/libraries/libraw/default.nix
index 1a998c04435..5eb8049437c 100644
--- a/pkgs/development/libraries/libraw/default.nix
+++ b/pkgs/development/libraries/libraw/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libraw-${version}";
- version = "0.19.2";
+ version = "0.19.3";
src = fetchurl {
url = "https://www.libraw.org/data/LibRaw-${version}.tar.gz";
- sha256 = "0i4nhjm5556xgn966x0i503ygk2wafq6z83kg0lisacjjab4f3a0";
+ sha256 = "0xs1qb6pcvc4c43fy5xi3nkqxcif77gakkw99irf0fc5iccdd5px";
};
outputs = [ "out" "lib" "dev" "doc" ];
diff --git a/pkgs/development/libraries/librealsense/default.nix b/pkgs/development/libraries/librealsense/default.nix
index db8dfcf2eec..3805965d11c 100644
--- a/pkgs/development/libraries/librealsense/default.nix
+++ b/pkgs/development/libraries/librealsense/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "librealsense-${version}";
- version = "2.21.0";
+ version = "2.25.0";
src = fetchFromGitHub {
owner = "IntelRealSense";
repo = "librealsense";
rev = "v${version}";
- sha256 = "0fg4js390gj9lhyh9hmr7k3lhg5q1r47skyvziv9dmbj9dqm1ll7";
+ sha256 = "029qps0bbck0m2xj0mb5g3pgkk7a1zq8wcilfkvpx72sn7039xvw";
};
buildInputs = [
diff --git a/pkgs/development/libraries/librelp/default.nix b/pkgs/development/libraries/librelp/default.nix
index 82a71be5210..bcc3e16dae8 100644
--- a/pkgs/development/libraries/librelp/default.nix
+++ b/pkgs/development/libraries/librelp/default.nix
@@ -1,19 +1,28 @@
-{ stdenv, fetchurl, pkgconfig, gnutls, zlib }:
+{ stdenv, fetchFromGitHub
+, autoreconfHook
+, gnutls
+, openssl
+, pkgconfig
+, zlib
+}:
stdenv.mkDerivation rec {
- name = "librelp-1.3.0";
+ pname = "librelp";
+ version = "1.4.0";
- src = fetchurl {
- url = "http://download.rsyslog.com/librelp/${name}.tar.gz";
- sha256 = "1xg99ndn65984mrh30qvys5npc73ag4348whshghrcj9azya494z";
+ src = fetchFromGitHub {
+ owner = "rsyslog";
+ repo = "librelp";
+ rev = "v${version}";
+ sha256 = "1q0k8zm7p6wpkri419kkpz734lp1hnxfqx1aa3xys4pj7zgx9jck";
};
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ gnutls zlib ];
+ nativeBuildInputs = [ pkgconfig autoreconfHook ];
+ buildInputs = [ gnutls zlib openssl ];
meta = with stdenv.lib; {
- homepage = https://www.librelp.com/;
description = "A reliable logging library";
+ homepage = "https://www.librelp.com/";
license = licenses.gpl2;
platforms = platforms.linux;
};
diff --git a/pkgs/development/libraries/libressl/default.nix b/pkgs/development/libraries/libressl/default.nix
index fb4b1ac54a9..7fbe25addc0 100644
--- a/pkgs/development/libraries/libressl/default.nix
+++ b/pkgs/development/libraries/libressl/default.nix
@@ -13,7 +13,15 @@ let
nativeBuildInputs = [ cmake ];
- cmakeFlags = [ "-DENABLE_NC=ON" "-DBUILD_SHARED_LIBS=ON" ];
+ cmakeFlags = [
+ "-DENABLE_NC=ON"
+ "-DBUILD_SHARED_LIBS=ON"
+ # Ensure that the output libraries do not require an executable stack.
+ # Without this define, assembly files in libcrypto do not include a
+ # .note.GNU-stack section, and if that section is missing from any object,
+ # the linker will make the stack executable.
+ "-DCMAKE_C_FLAGS=-DHAVE_GNU_STACK"
+ ];
# The autoconf build is broken as of 2.9.1, resulting in the following error:
# libressl-2.9.1/tls/.libs/libtls.a', needed by 'handshake_table'.
@@ -39,9 +47,9 @@ let
meta = with lib; {
description = "Free TLS/SSL implementation";
homepage = "https://www.libressl.org";
- license = with licenses; [ publicDomain bsdOriginal bsd0 bsd3 gpl3 isc ];
+ license = with licenses; [ publicDomain bsdOriginal bsd0 bsd3 gpl3 isc openssl ];
platforms = platforms.all;
- maintainers = with maintainers; [ thoughtpolice fpletz globin ];
+ maintainers = with maintainers; [ thoughtpolice fpletz ];
};
};
@@ -56,4 +64,9 @@ in {
version = "2.9.2";
sha256 = "1m6mz515dcbrbnyz8hrpdfjzdmj1c15vbgnqxdxb89g3z9kq3iy4";
};
+
+ libressl_3_0 = generic {
+ version = "3.0.0";
+ sha256 = "0xiwri6xcnl3wb5nbc4aw8pv32s3hp13r9v465yr8wykaw211n81";
+ };
}
diff --git a/pkgs/development/libraries/librime/default.nix b/pkgs/development/libraries/librime/default.nix
index 71362fd7ef7..e1d0a51a668 100644
--- a/pkgs/development/libraries/librime/default.nix
+++ b/pkgs/development/libraries/librime/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "librime";
- version = "1.5.0";
+ version = "1.5.3";
src = fetchFromGitHub {
owner = "rime";
repo = "librime";
rev = "${version}";
- sha256 = "10wvh1l4317yzcys4rzlkw42i6cj5p8g62r1xzyjw32ky2d0ndxl";
+ sha256 = "0xskhdhk7dgpc71r39pfzxi5vrlzy90aqj1gzv8nnapq91p2awhv";
};
nativeBuildInputs = [ cmake ];
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
- homepage = https://rime.im/;
+ homepage = "https://rime.im/";
description = "Rime Input Method Engine, the core library";
license = licenses.bsd3;
maintainers = with maintainers; [ sifmelcara ];
diff --git a/pkgs/development/libraries/librsvg/default.nix b/pkgs/development/libraries/librsvg/default.nix
index 0cbd60409b4..a911524a9ac 100644
--- a/pkgs/development/libraries/librsvg/default.nix
+++ b/pkgs/development/libraries/librsvg/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, pkgconfig, glib, gdk_pixbuf, pango, cairo, libxml2, libgsf
+{ lib, stdenv, fetchurl, pkgconfig, glib, gdk-pixbuf, pango, cairo, libxml2, libgsf
, bzip2, libcroco, libintl, darwin, rustc, cargo, gnome3
, withGTK ? false, gtk3 ? null
, vala, gobject-introspection }:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libxml2 libgsf bzip2 libcroco pango libintl ];
- propagatedBuildInputs = [ glib gdk_pixbuf cairo ] ++ lib.optional withGTK gtk3;
+ propagatedBuildInputs = [ glib gdk-pixbuf cairo ] ++ lib.optional withGTK gtk3;
nativeBuildInputs = [ pkgconfig rustc cargo vala gobject-introspection ]
++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
-i gdk-pixbuf-loader/Makefile
# Fix thumbnailer path
- sed -e "s#@bindir@\(/gdk-pixbuf-thumbnailer\)#${gdk_pixbuf}/bin\1#g" \
+ sed -e "s#@bindir@\(/gdk-pixbuf-thumbnailer\)#${gdk-pixbuf}/bin\1#g" \
-i gdk-pixbuf-loader/librsvg.thumbnailer.in
'';
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
# Merge gdkpixbuf and librsvg loaders
postInstall = ''
mv $GDK_PIXBUF/loaders.cache $GDK_PIXBUF/loaders.cache.tmp
- cat ${gdk_pixbuf.out}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache $GDK_PIXBUF/loaders.cache.tmp > $GDK_PIXBUF/loaders.cache
+ cat ${gdk-pixbuf.out}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache $GDK_PIXBUF/loaders.cache.tmp > $GDK_PIXBUF/loaders.cache
rm $GDK_PIXBUF/loaders.cache.tmp
'';
diff --git a/pkgs/development/libraries/libsass/default.nix b/pkgs/development/libraries/libsass/default.nix
index 957201b83ab..2092d72c9f8 100644
--- a/pkgs/development/libraries/libsass/default.nix
+++ b/pkgs/development/libraries/libsass/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libsass";
- version = "3.6.0";
+ version = "3.6.1";
src = fetchFromGitHub {
owner = "sass";
repo = pname;
rev = version;
- sha256 = "0c2cfmxv1h4f258l9ph6jrnk1ip5bngapzbw1x3vsqxw7hy20n4a";
+ sha256 = "1599j2lbsygy3883x9si7rbad1pkjhl6y72aimaapcv90ga5kxkm";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
extraPostFetch = ''
diff --git a/pkgs/development/libraries/libshout/default.nix b/pkgs/development/libraries/libshout/default.nix
index 3753a070c63..849c93962f8 100644
--- a/pkgs/development/libraries/libshout/default.nix
+++ b/pkgs/development/libraries/libshout/default.nix
@@ -4,11 +4,11 @@
# need pkgconfig so that libshout installs ${out}/lib/pkgconfig/shout.pc
stdenv.mkDerivation rec {
- name = "libshout-2.4.2";
+ name = "libshout-2.4.3";
src = fetchurl {
url = "http://downloads.xiph.org/releases/libshout/${name}.tar.gz";
- sha256 = "0qgwarqp2p6jy3zadds6dzj8z1jfb2mbwc3lsdlidf527h0a86ym";
+ sha256 = "1zhdshas539cs8fsz8022ljxnnncr5lafhfd1dqr1gs125fzb2hd";
};
outputs = [ "out" "dev" "doc" ];
diff --git a/pkgs/development/libraries/libsolv/default.nix b/pkgs/development/libraries/libsolv/default.nix
index 4c1e0d830d1..8ffae53be19 100644
--- a/pkgs/development/libraries/libsolv/default.nix
+++ b/pkgs/development/libraries/libsolv/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, ninja, zlib, expat, rpm, db }:
stdenv.mkDerivation rec {
- version = "0.7.4";
+ version = "0.7.5";
name = "libsolv-${version}";
src = fetchFromGitHub {
owner = "openSUSE";
repo = "libsolv";
rev = version;
- sha256 = "0d7xwykb3mxg8bhmlswnj5f0iyl1qsjyidxswzhcbk21fcgm5d4y";
+ sha256 = "0khks19i01s9h297c7af4bpq448abs2pqw55scf56xfdvxpv23aw";
};
cmakeFlags = [
diff --git a/pkgs/development/libraries/libspatialite/default.nix b/pkgs/development/libraries/libspatialite/default.nix
index 8e7b539527e..7bd22248d87 100644
--- a/pkgs/development/libraries/libspatialite/default.nix
+++ b/pkgs/development/libraries/libspatialite/default.nix
@@ -11,12 +11,15 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig ];
+
buildInputs = [ libxml2 sqlite zlib proj geos libiconv ];
configureFlags = [ "--disable-freexl" ];
enableParallelBuilding = true;
+ CFLAGS = "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1";
+
postInstall = "" + optionalString stdenv.isDarwin ''
ln -s $out/lib/mod_spatialite.{so,dylib}
'';
diff --git a/pkgs/development/libraries/libspf2/default.nix b/pkgs/development/libraries/libspf2/default.nix
new file mode 100644
index 00000000000..d4b11270428
--- /dev/null
+++ b/pkgs/development/libraries/libspf2/default.nix
@@ -0,0 +1,43 @@
+{ stdenv, fetchurl, autoreconfHook }:
+
+with stdenv.lib;
+
+stdenv.mkDerivation rec {
+ pname = "libspf2";
+ version = "1.2.10";
+
+ src = fetchurl {
+ url = "https://www.libspf2.org/spf/libspf2-${version}.tar.gz";
+ sha256 = "1j91p0qiipzf89qxq4m1wqhdf01hpn1h5xj4djbs51z23bl3s7nr";
+ };
+
+ patches = [
+ (fetchurl {
+ name = "0001-gcc-variadic-macros.patch";
+ url = "https://github.com/shevek/libspf2/commit/5852828582f556e73751076ad092f72acf7fc8b6.patch";
+ sha256 = "1v6ashqzpr0xidxq0vpkjd8wd66cj8df01kyzj678ljzcrax35hk";
+ })
+ ];
+
+ postPatch = ''
+ # disable static bins compilation
+ sed -i \
+ -e '/bin_PROGRAMS/s/spfquery_static//' src/spfquery/Makefile.am \
+ -e '/bin_PROGRAMS/s/spftest_static//' src/spftest/Makefile.am \
+ -e '/bin_PROGRAMS/s/spfd_static//' src/spfd/Makefile.am \
+ -e '/bin_PROGRAMS/s/spf_example_static//' src/spf_example/Makefile.am
+ '';
+
+ # autoreconf necessary because we modified automake files
+ nativeBuildInputs = [ autoreconfHook ];
+
+ doCheck = true;
+
+ meta = {
+ description = "Implementation of the Sender Policy Framework for SMTP authorization";
+ homepage = https://www.libspf2.org;
+ license = with licenses; [ lgpl21Plus bsd2 ];
+ maintainers = with maintainers; [ pacien ];
+ platforms = platforms.all;
+ };
+}
diff --git a/pkgs/development/libraries/libssh/default.nix b/pkgs/development/libraries/libssh/default.nix
index fe7bc094fdc..65de6db3b47 100644
--- a/pkgs/development/libraries/libssh/default.nix
+++ b/pkgs/development/libraries/libssh/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, pkgconfig, cmake, zlib, openssl, libsodium }:
+{ stdenv, fetchurl, pkgconfig, cmake, zlib, openssl, libsodium }:
stdenv.mkDerivation rec {
name = "libssh-0.8.7";
diff --git a/pkgs/development/libraries/libssh2/default.nix b/pkgs/development/libraries/libssh2/default.nix
index 483a56dcdce..d4205981499 100644
--- a/pkgs/development/libraries/libssh2/default.nix
+++ b/pkgs/development/libraries/libssh2/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libssh2";
- version = "1.8.2";
+ version = "1.9.0";
src = fetchurl {
url = "${meta.homepage}/download/${pname}-${version}.tar.gz";
- sha256 = "0rqd37pc80nm2pz4sa2m9pfc48axys7jwq1l7z0vii5nyvchg0q8";
+ sha256 = "1zfsz9nldakfz61d2j70pk29zlmj7w2vv46s9l3x2prhcgaqpyym";
};
outputs = [ "out" "dev" "devdoc" ];
diff --git a/pkgs/development/libraries/libstatgrab/default.nix b/pkgs/development/libraries/libstatgrab/default.nix
index 8896447590b..e10dffa96c1 100644
--- a/pkgs/development/libraries/libstatgrab/default.nix
+++ b/pkgs/development/libraries/libstatgrab/default.nix
@@ -2,11 +2,11 @@
, IOKit ? null }:
stdenv.mkDerivation rec {
- name = "libstatgrab-0.91";
+ name = "libstatgrab-0.92";
src = fetchurl {
url = "https://ftp.i-scream.org/pub/i-scream/libstatgrab/${name}.tar.gz";
- sha256 = "1azinx2yzs442ycwq6p15skl3mscmqj7fd5hq7fckhjp92735s83";
+ sha256 = "15m1sl990l85ijf8pnc6hdfha6fqyiq74mijrzm3xz4zzxm91wav";
};
buildInputs = [] ++ stdenv.lib.optional stdenv.isDarwin IOKit;
diff --git a/pkgs/development/libraries/libsystemtap/default.nix b/pkgs/development/libraries/libsystemtap/default.nix
new file mode 100644
index 00000000000..ecfa3377c99
--- /dev/null
+++ b/pkgs/development/libraries/libsystemtap/default.nix
@@ -0,0 +1,30 @@
+{stdenv, fetchgit, gettext, python, elfutils}:
+
+stdenv.mkDerivation {
+ pname = "libsystemtap";
+ version = "3.2";
+
+ src = fetchgit {
+ url = git://sourceware.org/git/systemtap.git;
+ rev = "4051c70c9318c837981384cbb23f3e9eb1bd0892";
+ sha256 = "0sd8n3j3rishks3gyqj2jyqhps7hmlfjyz8i0w8v98cczhhh04rq";
+ fetchSubmodules = false;
+ };
+
+ dontBuild = true;
+
+ nativeBuildInputs = [ gettext python elfutils ];
+
+ installPhase = ''
+ mkdir -p $out/include
+ cp -r includes/* $out/include/
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Statically defined probes development files";
+ homepage = "https://sourceware.org/systemtap/";
+ license = licenses.bsd3;
+ platforms = platforms.unix;
+ maintainers = [ stdenv.lib.maintainers.farlion ];
+ };
+}
diff --git a/pkgs/development/libraries/libtensorflow/default.nix b/pkgs/development/libraries/libtensorflow/default.nix
deleted file mode 100644
index 98096371e40..00000000000
--- a/pkgs/development/libraries/libtensorflow/default.nix
+++ /dev/null
@@ -1,80 +0,0 @@
-{ config, stdenv
-, fetchurl
-, patchelf
-, cudaSupport ? config.cudaSupport or false, symlinkJoin, cudatoolkit, cudnn, nvidia_x11
-}:
-with stdenv.lib;
-let
- tfType = if cudaSupport then "gpu" else "cpu";
- system =
- if stdenv.isx86_64
- then if stdenv.isLinux then "linux-x86_64"
- else if stdenv.isDarwin then "darwin-x86_64" else unavailable
- else unavailable;
- unavailable = throw "libtensorflow is not available for this platform!";
- cudatoolkit_joined = symlinkJoin {
- name = "unsplit_cudatoolkit";
- paths = [ cudatoolkit.out
- cudatoolkit.lib ];};
- rpath = makeLibraryPath ([stdenv.cc.libc stdenv.cc.cc.lib] ++
- optionals cudaSupport [ cudatoolkit_joined cudnn nvidia_x11 ]);
- patchLibs =
- if stdenv.isDarwin
- then ''
- install_name_tool -id $out/lib/libtensorflow.so $out/lib/libtensorflow.so
- install_name_tool -id $out/lib/libtensorflow_framework.so $out/lib/libtensorflow_framework.so
- ''
- else ''
- ${patchelf}/bin/patchelf --set-rpath "${rpath}:$out/lib" $out/lib/libtensorflow.so
- ${patchelf}/bin/patchelf --set-rpath "${rpath}" $out/lib/libtensorflow_framework.so
- '';
-
-in stdenv.mkDerivation rec {
- pname = "libtensorflow";
- version = "1.9.0";
- name = "${pname}-${version}";
- src = fetchurl {
- url = "https://storage.googleapis.com/tensorflow/${pname}/${pname}-${tfType}-${system}-${version}.tar.gz";
- sha256 =
- if system == "linux-x86_64" then
- if cudaSupport
- then "1q3mh06x344im25z7r3vgrfksfdsi8fh8ldn6y2mf86h4d11yxc3"
- else "0l9ps115ng5ffzdwphlqmj3jhidps2v5afppdzrbpzmy41xz0z21"
- else if system == "darwin-x86_64" then
- if cudaSupport
- then unavailable
- else "1qj0v1706w6mczycdsh38h2glyv5d25v62kdn98wxd5rw8f9v657"
- else unavailable;
- };
-
- # Patch library to use our libc, libstdc++ and others
- buildCommand = ''
- . $stdenv/setup
- mkdir -pv $out
- tar -C $out -xzf $src
- chmod +w $out/lib/libtensorflow.so
- chmod +w $out/lib/libtensorflow_framework.so
- ${patchLibs}
- chmod -w $out/lib/libtensorflow.so
- chmod -w $out/lib/libtensorflow_framework.so
-
- # Write pkgconfig file.
- mkdir $out/lib/pkgconfig
- cat > $out/lib/pkgconfig/tensorflow.pc << EOF
- Name: TensorFlow
- Version: ${version}
- Description: Library for computation using data flow graphs for scalable machine learning
- Requires:
- Libs: -L$out/lib -ltensorflow
- Cflags: -I$out/include/tensorflow
- EOF
- '';
-
- meta = {
- description = "C API for TensorFlow";
- homepage = https://www.tensorflow.org/versions/master/install/install_c;
- license = licenses.asl20;
- platforms = with platforms; linux ++ darwin;
- maintainers = [maintainers.basvandijk];
- };
-}
diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
index cd8192e34fb..046229e8f1d 100644
--- a/pkgs/development/libraries/libtorrent-rasterbar/default.nix
+++ b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub, fetchpatch, pkgconfig, automake, autoconf
+{ stdenv, lib, fetchFromGitHub, pkgconfig, automake, autoconf
, zlib, boost, openssl, libtool, python, libiconv, geoip, ncurses
}:
diff --git a/pkgs/development/libraries/libtoxcore/default.nix b/pkgs/development/libraries/libtoxcore/default.nix
index 1605abf6efa..50fdbf2a81f 100644
--- a/pkgs/development/libraries/libtoxcore/default.nix
+++ b/pkgs/development/libraries/libtoxcore/default.nix
@@ -48,7 +48,7 @@ in rec {
};
libtoxcore_0_2 = generic {
- version = "0.2.9";
- sha256 = "0aljr9hqybla6p61af6fdkv0x8gph7c2wacqqa9hq2z9w0p4fs5j";
+ version = "0.2.10";
+ sha256 = "0r5j2s5n8ikayvr1zylvv3ai3smbhm2m0yhpa9lfcsxhvyn9phcn";
};
}
diff --git a/pkgs/development/libraries/libuchardet/default.nix b/pkgs/development/libraries/libuchardet/default.nix
index 5aa26a749e4..6bfb694a41b 100644
--- a/pkgs/development/libraries/libuchardet/default.nix
+++ b/pkgs/development/libraries/libuchardet/default.nix
@@ -15,9 +15,6 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DCMAKE_SKIP_BUILD_RPATH=OFF" # for tests
- # TODO: move the following to CMake setup hook
- "-DCMAKE_INSTALL_BINDIR=${placeholder "bin"}/bin"
- "-DCMAKE_INSTALL_MANDIR=${placeholder "man"}/share/man"
];
doCheck = true;
diff --git a/pkgs/development/libraries/libui/default.nix b/pkgs/development/libraries/libui/default.nix
index dcc406accbd..446d30c609e 100644
--- a/pkgs/development/libraries/libui/default.nix
+++ b/pkgs/development/libraries/libui/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchgit, cmake, pkgconfig, gtk3, cf-private, Cocoa }:
+{ stdenv, fetchgit, cmake, pkgconfig, gtk3, Cocoa }:
let
shortName = "libui";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = stdenv.lib.optional stdenv.isLinux gtk3
- ++ stdenv.lib.optionals stdenv.isDarwin [ Cocoa cf-private /* For NSDefaultRunLoopMode */ ];
+ ++ stdenv.lib.optionals stdenv.isDarwin [ Cocoa ];
preConfigure = stdenv.lib.optionalString stdenv.isDarwin ''
sed -i 's/set(CMAKE_OSX_DEPLOYMENT_TARGET "10.8")//' ./CMakeLists.txt
diff --git a/pkgs/development/libraries/liburcu/default.nix b/pkgs/development/libraries/liburcu/default.nix
index 0cc1b0d08f9..90be7740114 100644
--- a/pkgs/development/libraries/liburcu/default.nix
+++ b/pkgs/development/libraries/liburcu/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl }:
stdenv.mkDerivation rec {
- version = "0.11.0";
+ version = "0.11.1";
name = "liburcu-${version}";
src = fetchurl {
url = "https://lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2";
- sha256 = "1rxk5vbkbmqlsnjnvkjz0pkx2076mqnq6jzblpmz8rk29x66kx8s";
+ sha256 = "0l1kxgzch4m8fxiz2hc8fwg56hrvzzspp7n0svnl7i7iycdrgfcj";
};
checkInputs = [ perl ];
diff --git a/pkgs/development/libraries/liburing/default.nix b/pkgs/development/libraries/liburing/default.nix
index cce10a761d3..7d595db85dd 100644
--- a/pkgs/development/libraries/liburing/default.nix
+++ b/pkgs/development/libraries/liburing/default.nix
@@ -1,16 +1,57 @@
{ stdenv, fetchgit
+, fetchpatch
}:
stdenv.mkDerivation rec {
name = "liburing-${version}";
- version = "1.0.0pre137_${builtins.substring 0 7 src.rev}";
+ version = "0.1";
src = fetchgit {
url = "http://git.kernel.dk/liburing";
- rev = "91dde5c956b1af491bc6c16ee230daa4b4b66706";
- sha256 = "0rk1ikrn3s6sp3gx7kc4y6msx7yncr3845m67vhk8lxvhd90sgza";
+ rev = "refs/tags/liburing-${version}";
+ sha256 = "038iqsbm9bdmlwvmb899bc6g1rw5dalr990azynbvgn8qs5adysh";
};
+ patches = [
+
+ # This patch re-introduces support for aarch64-linux, by adding the
+ # necessary memory barrier primitives for it to work.
+ #
+ # Already upstream: remove when moving to the next version
+ (fetchpatch {
+ url = "http://git.kernel.dk/cgit/liburing/patch/?id=0520db454c29f1d96cda6cf6cedeb93df65301e8";
+ sha256 = "1i8133sb1imzxpplmhlhnaxkffgplhj40vanivc6clbibvhgwpq6";
+ })
+
+ # This patch shuffles the name of the io_uring memory barrier primitives.
+ # They were using extremely common names by accident, which caused
+ # namespace conflicts with many other projects using the same names. Note:
+ # this does not change the user-visible API of liburing (liburing is
+ # designed exactly to hide the necessary memory barriers when using the
+ # io_uring syscall directly). It only changes the names of some internals.
+ # The only reason this caused problems at all is because memory barrier
+ # primitives are written as preprocessor defines, in a common header file,
+ # which get included unilaterally.
+ #
+ # Already upstream: remove when moving to the next version
+ (fetchpatch {
+ url = "http://git.kernel.dk/cgit/liburing/patch/?id=552c6a08d04c74d20eeaa86f535bfd553b352370";
+ sha256 = "123d6jdqfy7b8aq9f6ax767n48hhbx6pln3nlrp623595i8zz3wf";
+ })
+
+ # Finally, this patch fixes the aarch64-linux support introduced by the
+ # first patch, but which was _broken_ by the second patch, in a horrid
+ # twist of fate: it neglected to change the names of the aarch64 barriers
+ # appropriately.
+ #
+ # Already upstream: remove when moving to the next version
+ (fetchpatch {
+ url = "http://git.kernel.dk/cgit/liburing/patch/?id=6e9dd0c8c50b5988a0c77532c9c2bd6afd4790d2";
+ sha256 = "11mqa1bp2pdfqh08gpcd98kg7lh3rrng41b4l1wvhxdbvg5rfw9c";
+ })
+
+ ];
+
separateDebugInfo = true;
enableParallelBuilding = true;
diff --git a/pkgs/development/libraries/libuv/default.nix b/pkgs/development/libraries/libuv/default.nix
index e725439a3f1..07f99a058d8 100644
--- a/pkgs/development/libraries/libuv/default.nix
+++ b/pkgs/development/libraries/libuv/default.nix
@@ -1,14 +1,14 @@
-{ stdenv, lib, fetchpatch, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, ApplicationServices, CoreServices }:
+{ stdenv, lib, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, ApplicationServices, CoreServices }:
stdenv.mkDerivation rec {
- version = "1.29.1";
+ version = "1.30.1";
pname = "libuv";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "0scnircr6khgh7l3bw9zyfzdgx2c11mpfhd9d8qlw47arrvqg7l8";
+ sha256 = "16l207g9qwckxn0vnbnwiybhw6083imdwyfd6ipfsl44b1m8jmf7";
};
postPatch = let
diff --git a/pkgs/development/libraries/libva-utils/default.nix b/pkgs/development/libraries/libva-utils/default.nix
index e41ca206c51..9883de59feb 100644
--- a/pkgs/development/libraries/libva-utils/default.nix
+++ b/pkgs/development/libraries/libva-utils/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "VAAPI tools: Video Acceleration API";
homepage = http://www.freedesktop.org/wiki/Software/vaapi;
license = licenses.mit;
- maintainers = with maintainers; [ garbas ];
+ maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/development/libraries/libva/1.0.0.nix b/pkgs/development/libraries/libva/1.0.0.nix
index 097ac0e3e98..6a067244543 100644
--- a/pkgs/development/libraries/libva/1.0.0.nix
+++ b/pkgs/development/libraries/libva/1.0.0.nix
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, libX11, pkgconfig, libXext, libdrm, libXfixes, wayland, libffi
-, libGL, libGL_driver
+, libGL, mesa
, minimal ? false, libva1-minimal
}:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
configureFlags =
# Add FHS paths for non-NixOS applications.
- [ "--with-drivers-path=${libGL_driver.driverLink}/lib/dri:/usr/lib/dri:/usr/lib32/dri" ] ++
+ [ "--with-drivers-path=${mesa.drivers.driverLink}/lib/dri:/usr/lib/dri:/usr/lib32/dri" ] ++
lib.optionals (!minimal) [ "--enable-glx" ];
installFlags = [ "dummy_drv_video_ladir=$(out)/lib/dri" ];
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
description = "VAAPI library: Video Acceleration API";
platforms = platforms.unix;
- maintainers = with maintainers; [ garbas ];
+ maintainers = with maintainers; [ ];
};
}
diff --git a/pkgs/development/libraries/libva/default.nix b/pkgs/development/libraries/libva/default.nix
index 752d56a344e..7aba75a1d23 100644
--- a/pkgs/development/libraries/libva/default.nix
+++ b/pkgs/development/libraries/libva/default.nix
@@ -1,19 +1,19 @@
{ stdenv, lib, fetchFromGitHub, autoreconfHook, pkgconfig
, libXext, libdrm, libXfixes, wayland, libffi, libX11
-, libGL, libGL_driver
+, libGL, mesa
, minimal ? false, libva-minimal
}:
stdenv.mkDerivation rec {
name = "libva-${lib.optionalString minimal "minimal-"}${version}";
- version = "2.4.1";
+ version = "2.5.0";
# update libva-utils and vaapiIntel as well
src = fetchFromGitHub {
owner = "01org";
repo = "libva";
rev = version;
- sha256 = "06kqff05jhd87yi53gyc2qivgg4sbf19qyznm9s4dyz92k04cl5c";
+ sha256 = "0pys6blkh8ayxmxgfh7qrjzzcrzzn14z5d8q4a34ffqk90b6r93z";
};
outputs = [ "dev" "out" ];
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
configureFlags = [
# Add FHS paths for non-NixOS applications.
- "--with-drivers-path=${libGL_driver.driverLink}/lib/dri:/usr/lib/dri:/usr/lib32/dri"
+ "--with-drivers-path=${mesa.drivers.driverLink}/lib/dri:/usr/lib/dri:/usr/lib32/dri"
] ++ lib.optionals (!minimal) [ "--enable-glx" ];
installFlags = [
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
description = "VAAPI library: Video Acceleration API";
homepage = http://www.freedesktop.org/wiki/Software/vaapi;
license = licenses.mit;
- maintainers = with maintainers; [ garbas ];
+ maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/development/libraries/libvdpau/default.nix b/pkgs/development/libraries/libvdpau/default.nix
index a61b3c3f2ac..d6842226014 100644
--- a/pkgs/development/libraries/libvdpau/default.nix
+++ b/pkgs/development/libraries/libvdpau/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, xorg, libGL_driver }:
+{ stdenv, fetchurl, pkgconfig, xorg, mesa }:
stdenv.mkDerivation rec {
name = "libvdpau-${version}";
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ xorg.libX11 ];
configureFlags = stdenv.lib.optional stdenv.isLinux
- "--with-module-dir=${libGL_driver.driverLink}/lib/vdpau";
+ "--with-module-dir=${mesa.drivers.driverLink}/lib/vdpau";
NIX_LDFLAGS = if stdenv.isDarwin then "-lX11" else null;
diff --git a/pkgs/development/libraries/libversion/default.nix b/pkgs/development/libraries/libversion/default.nix
index 0ace54582eb..3c7ed207703 100644
--- a/pkgs/development/libraries/libversion/default.nix
+++ b/pkgs/development/libraries/libversion/default.nix
@@ -1,10 +1,8 @@
{ stdenv, fetchFromGitHub, cmake }:
-let
- version = "2.8.1";
-in
-stdenv.mkDerivation {
- name = "libversion-${version}";
+stdenv.mkDerivation rec {
+ pname = "libversion";
+ version = "2.9.0";
src = fetchFromGitHub {
owner = "repology";
diff --git a/pkgs/development/libraries/libvirt-glib/default.nix b/pkgs/development/libraries/libvirt-glib/default.nix
index 74c3d24560c..9dd89133f4b 100644
--- a/pkgs/development/libraries/libvirt-glib/default.nix
+++ b/pkgs/development/libraries/libvirt-glib/default.nix
@@ -1,6 +1,7 @@
{ stdenv, fetchurl, pkgconfig, libvirt, glib, libxml2, intltool, libtool, yajl
, nettle, libgcrypt, pythonPackages, gobject-introspection, libcap_ng, numactl
-, xen, libapparmor, vala
+, libapparmor, vala
+, xenSupport ? false, xen ? null
}:
let
@@ -19,7 +20,7 @@ in stdenv.mkDerivation rec {
buildInputs = [
libvirt glib libxml2 intltool libtool yajl nettle libgcrypt
python pygobject2 gobject-introspection libcap_ng numactl libapparmor
- ] ++ stdenv.lib.optionals stdenv.isx86_64 [
+ ] ++ stdenv.lib.optionals xenSupport [
xen
];
diff --git a/pkgs/development/libraries/libvirt/default.nix b/pkgs/development/libraries/libvirt/default.nix
index 85b8b128d20..125259a6bee 100644
--- a/pkgs/development/libraries/libvirt/default.nix
+++ b/pkgs/development/libraries/libvirt/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, fetchgit
-, pkgconfig, makeWrapper, libtool, autoconf, automake
+, pkgconfig, makeWrapper, libtool, autoconf, automake, fetchpatch
, coreutils, libxml2, gnutls, perl, python2, attr
, iproute, iptables, readline, lvm2, utillinux, systemd, libpciaccess, gettext
, libtasn1, ebtables, libgcrypt, yajl, pmutils, libcap_ng, libapparmor
@@ -17,22 +17,46 @@ let
buildFromTarball = stdenv.isDarwin;
in stdenv.mkDerivation rec {
name = "libvirt-${version}";
- version = "4.10.0";
+ version = "5.4.0";
src =
if buildFromTarball then
fetchurl {
url = "http://libvirt.org/sources/${name}.tar.xz";
- sha256 = "0v17zzyyb25nn9l18v5244myg7590dp6ppwgi8xysipifc0q77bz";
+ sha256 = "0ywf8m9yz2hxnic7fylzlmgy4m353r4vv5zsvp89zq5yh4h81yhw";
}
else
fetchgit {
url = git://libvirt.org/libvirt.git;
rev = "v${version}";
- sha256 = "0dlpv3v6jpbmgvhpn29ryp0w2a1xny8ciqid8hnlf3klahz9kwz9";
+ sha256 = "1dja1mf295w0sl83zag62c4j55cfbzzfbhdxpkyv2zm3zv0mwdyc";
fetchSubmodules = true;
};
+ patches = optionals (!stdenv.isDarwin) [
+ (fetchpatch {
+ name = "5.4.0-CVE-2019-10161.patch";
+ url = "https://libvirt.org/git/?p=libvirt.git;a=patch;h=aed6a032cead4386472afb24b16196579e239580";
+ sha256 = "19k9z9xx68nf03igbgy1imxnlp5ppj7cgdbq9kri3s834hkjcygs";
+ })
+ ] ++ [
+ (fetchpatch {
+ name = "5.4.0-CVE-2019-10166.patch";
+ url = "https://libvirt.org/git/?p=libvirt.git;a=patch;h=db0b78457f183e4c7ac45bc94de86044a1e2056a";
+ sha256 = "17pd1rab2mxj4q0vg30vi2gh78mf52ik1p5l12wrghb0wjf7swml";
+ })
+ (fetchpatch {
+ name = "5.4.0-CVE-2019-10167.patch";
+ url = "https://libvirt.org/git/?p=libvirt.git;a=patch;h=8afa68bac0cf99d1f8aaa6566685c43c22622f26";
+ sha256 = "0hgbwk0y2n6ihzjk8vqabhw914axjqgzcb7c5xx893r86c54c0ml";
+ })
+ (fetchpatch {
+ name = "5.4.0-CVE-2019-10168.patch";
+ url = "https://libvirt.org/git/?p=libvirt.git;a=patch;h=bf6c2830b6c338b1f5699b095df36f374777b291";
+ sha256 = "0s4hc3hsjncx1852ndjas1nng9v23pxf4mi1jxcajsqvhw89la0g";
+ })
+ ];
+
nativeBuildInputs = [ makeWrapper pkgconfig ];
buildInputs = [
libxml2 gnutls perl python2 readline gettext libtasn1 libgcrypt yajl
@@ -76,13 +100,14 @@ in stdenv.mkDerivation rec {
"--with-esx"
"--with-remote"
] ++ optionals stdenv.isLinux [
+ "QEMU_BRIDGE_HELPER=/run/wrappers/bin/qemu-bridge-helper"
+ "QEMU_PR_HELPER=/run/libvirt/nix-helpers/qemu-pr-helper"
"--with-attr"
"--with-apparmor"
"--with-secdriver-apparmor"
"--with-numad"
"--with-macvtap"
"--with-virtualport"
- "--with-init-script=systemd+redhat"
"--with-storage-disk"
] ++ optionals (stdenv.isLinux && zfs != null) [
"--with-storage-zfs"
@@ -104,6 +129,7 @@ in stdenv.mkDerivation rec {
binPath = [ iptables iproute pmutils numad numactl bridge-utils dmidecode dnsmasq ebtables ] ++ optionals enableIscsi [ openiscsi ];
in ''
substituteInPlace $out/libexec/libvirt-guests.sh \
+ --replace 'ON_BOOT=start' 'ON_BOOT=''${ON_BOOT:-start}' \
--replace 'ON_SHUTDOWN=suspend' 'ON_SHUTDOWN=''${ON_SHUTDOWN:-suspend}' \
--replace "$out/bin" '${gettext}/bin' \
--replace 'lock/subsys' 'lock' \
@@ -131,6 +157,6 @@ in stdenv.mkDerivation rec {
'';
license = licenses.lgpl2Plus;
platforms = platforms.unix;
- maintainers = with maintainers; [ fpletz ];
+ maintainers = with maintainers; [ fpletz globin ];
};
}
diff --git a/pkgs/development/libraries/libvisio/default.nix b/pkgs/development/libraries/libvisio/default.nix
index a09e2cf2f72..5cb1c673be5 100644
--- a/pkgs/development/libraries/libvisio/default.nix
+++ b/pkgs/development/libraries/libvisio/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "libvisio-${version}";
- version = "0.1.6";
+ version = "0.1.7";
outputs = [ "out" "bin" "dev" "doc" ];
src = fetchurl {
url = "https://dev-www.libreoffice.org/src/libvisio/${name}.tar.xz";
- sha256 = "1yahpfl13qk6178irv8jn5ppxdn7isafqisyqsdw0lqxcz9h447y";
+ sha256 = "0k7adcbbf27l7n453cca1m6s9yj6qvb5j6bsg2db09ybf3w8vbwg";
};
nativeBuildInputs = [ pkgconfig cppunit doxygen ];
diff --git a/pkgs/development/libraries/libvisual/default.nix b/pkgs/development/libraries/libvisual/default.nix
index 2a53a1d0e7c..6e8e2d95b6b 100644
--- a/pkgs/development/libraries/libvisual/default.nix
+++ b/pkgs/development/libraries/libvisual/default.nix
@@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
description = "An abstraction library for audio visualisations";
homepage = https://sourceforge.net/projects/libvisual/;
license = stdenv.lib.licenses.lgpl21Plus;
- platforms = stdenv.lib.platforms.unix;
+ platforms = stdenv.lib.platforms.linux;
};
}
diff --git a/pkgs/development/libraries/libvterm-neovim/default.nix b/pkgs/development/libraries/libvterm-neovim/default.nix
index e00b3e1c7b3..75e935d18d9 100644
--- a/pkgs/development/libraries/libvterm-neovim/default.nix
+++ b/pkgs/development/libraries/libvterm-neovim/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "VT220/xterm/ECMA-48 terminal emulator library";
homepage = http://www.leonerd.org.uk/code/libvterm/;
license = licenses.mit;
- maintainers = with maintainers; [ garbas ];
+ maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/development/libraries/libwebp/default.nix b/pkgs/development/libraries/libwebp/default.nix
index b0457e76f2f..c11f70290a4 100644
--- a/pkgs/development/libraries/libwebp/default.nix
+++ b/pkgs/development/libraries/libwebp/default.nix
@@ -27,11 +27,11 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "libwebp-${version}";
- version = "1.0.2";
+ version = "1.0.3";
src = fetchurl {
url = "http://downloads.webmproject.org/releases/webp/${name}.tar.gz";
- sha256 = "1cb4sm6h1czvk9kqqgld3g5f0d9qv60xnbbv0kl7cr7d826b8irx";
+ sha256 = "0kxk4sic34bln3k09mml7crvrmhj97swdk7b1ahbp5w6bj30f2p2";
};
configureFlags = [
diff --git a/pkgs/development/libraries/libwebsockets/default.nix b/pkgs/development/libraries/libwebsockets/default.nix
index 7c1d58d2980..144bde9a23a 100644
--- a/pkgs/development/libraries/libwebsockets/default.nix
+++ b/pkgs/development/libraries/libwebsockets/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libwebsockets-${version}";
- version = "3.1.0";
+ version = "3.2.0";
src = fetchFromGitHub {
owner = "warmcat";
repo = "libwebsockets";
rev = "v${version}";
- sha256 = "1w1wz6snf3cmcpa3f4dci2nz9za2f5rrylxl109id7bcb36xhbdl";
+ sha256 = "0ac5755h3w1pl6cznqbvg63dwkqy544fqlhvqyp7s11hgs7jx6l8";
};
buildInputs = [ cmake openssl zlib libuv ];
diff --git a/pkgs/development/libraries/libwnck/3.x.nix b/pkgs/development/libraries/libwnck/3.x.nix
index 9c35d337350..29692c41c93 100644
--- a/pkgs/development/libraries/libwnck/3.x.nix
+++ b/pkgs/development/libraries/libwnck/3.x.nix
@@ -1,31 +1,78 @@
-{ stdenv, fetchurl, pkgconfig, libX11, gtk3, intltool, gobject-introspection, gnome3 }:
+{ stdenv
+, fetchurl
+, fetchpatch
+, meson
+, ninja
+, pkgconfig
+, gtk-doc
+, docbook_xsl
+, docbook_xml_dtd_412
+, libX11
+, glib
+, gtk3
+, pango
+, cairo
+, libXres
+, libstartup_notification
+, gettext
+, gobject-introspection
+, gnome3
+}:
-let
+stdenv.mkDerivation rec{
pname = "libwnck";
- version = "3.30.0";
-in stdenv.mkDerivation rec{
- name = "${pname}-${version}";
-
- src = fetchurl {
- url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "0f9lvhm3w25046dqq8xyg7nzggxpmdriwrb661nng05a8qk0svdc";
- };
+ version = "3.32.0";
outputs = [ "out" "dev" "devdoc" ];
outputBin = "dev";
- configureFlags = [ "--enable-introspection" ];
+ src = fetchurl {
+ url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
+ sha256 = "1jp3p1lnwnwi6fxl2rz3166cmwzwy9vqz896anpwc3wdy9f875cm";
+ };
- nativeBuildInputs = [ pkgconfig intltool gobject-introspection ];
- propagatedBuildInputs = [ libX11 gtk3 ];
+ patches = [
+ # https://gitlab.gnome.org/GNOME/libwnck/issues/139
+ (fetchpatch {
+ url = https://gitlab.gnome.org/GNOME/libwnck/commit/0d9ff7db63af568feef8e8c566e249058ccfcb4e.patch;
+ sha256 = "18f78aayq9jma54v2qz3rm2clmz1cfq5bngxw8p4zba7hplyqsl9";
+ })
+ # https://gitlab.gnome.org/GNOME/libwnck/merge_requests/12
+ ./fix-pc-file.patch
+ ];
- PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR = "${placeholder "dev"}/share/gir-1.0";
- PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR = "${placeholder "out"}/lib/girepository-1.0";
+ nativeBuildInputs = [
+ meson
+ ninja
+ pkgconfig
+ gettext
+ gobject-introspection
+ gtk-doc
+ docbook_xsl
+ docbook_xml_dtd_412
+ ];
+
+ buildInputs = [
+ libX11
+ libstartup_notification
+ pango
+ cairo
+ libXres
+ ];
+
+ propagatedBuildInputs = [
+ glib
+ gtk3
+ ];
+
+ mesonFlags = [
+ "-Dgtk_doc=true"
+ ];
passthru = {
updateScript = gnome3.updateScript {
packageName = pname;
- attrPath = "gnome3.${pname}";
+ attrPath = "${pname}${stdenv.lib.versions.major version}";
};
};
diff --git a/pkgs/development/libraries/libwnck/fix-pc-file.patch b/pkgs/development/libraries/libwnck/fix-pc-file.patch
new file mode 100644
index 00000000000..42017a993b5
--- /dev/null
+++ b/pkgs/development/libraries/libwnck/fix-pc-file.patch
@@ -0,0 +1,24 @@
+diff --git a/meson.build b/meson.build
+index 28799d8..047e523 100644
+--- a/meson.build
++++ b/meson.build
+@@ -72,11 +72,15 @@
+ pc_conf = configuration_data()
+ pc_conf.set('prefix', get_option('prefix'))
+ pc_conf.set('exec_prefix', '${prefix}')
+-pc_conf.set('libdir', '${exec_prefix}/' + get_option('libdir'))
+-pc_conf.set('includedir', '${prefix}/' + get_option('includedir'))
+-pc_conf.set('STARTUP_NOTIFICATION_PACKAGE', STARTUP_NOTIFICATION_PACKAGE)
++pc_conf.set('libdir', '${exec_prefix}' / get_option('libdir'))
++pc_conf.set('includedir', '${prefix}' / get_option('includedir'))
++if conf.has('HAVE_' + STARTUP_NOTIFICATION_PACKAGE.to_upper().underscorify())
++ pc_conf.set('STARTUP_NOTIFICATION_PACKAGE', STARTUP_NOTIFICATION_PACKAGE)
++endif
+ pc_conf.set('X11_PACKAGE', X11_PACKAGE)
+-pc_conf.set('XRES_PACKAGE', XRES_PACKAGE)
++if conf.has('HAVE_' + XRES_PACKAGE.to_upper().underscorify())
++ pc_conf.set('XRES_PACKAGE', XRES_PACKAGE)
++endif
+ pc_conf.set('VERSION', meson.project_version())
+
+ foreach pc: [PACKAGE_NAME, PACKAGE_NAME + '-uninstalled']
diff --git a/pkgs/development/libraries/libxkbcommon/default.nix b/pkgs/development/libraries/libxkbcommon/default.nix
index 3e0a2872c00..44530b38150 100644
--- a/pkgs/development/libraries/libxkbcommon/default.nix
+++ b/pkgs/development/libraries/libxkbcommon/default.nix
@@ -1,11 +1,12 @@
{ stdenv, fetchurl, fetchpatch, meson, ninja, pkgconfig, yacc, xkeyboard_config, libxcb, libX11, doxygen }:
stdenv.mkDerivation rec {
- name = "libxkbcommon-0.8.0";
+ pname = "libxkbcommon";
+ version = "0.8.4";
src = fetchurl {
- url = "https://xkbcommon.org/download/${name}.tar.xz";
- sha256 = "0vgy84vfbig5bqznr137h5arjidnfwrxrdli0pxyn2jfn1fjcag8";
+ url = "https://xkbcommon.org/download/${pname}-${version}.tar.xz";
+ sha256 = "12vc91ydhphd5sddz15560r41l7k0i7mq6nma8kkbzdp6bwwzpb0";
};
outputs = [ "out" "dev" "doc" ];
@@ -13,27 +14,27 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ meson ninja pkgconfig yacc doxygen ];
buildInputs = [ xkeyboard_config libxcb ];
- patches = [
- # darwin compatibility
- (fetchpatch {
- url = https://github.com/xkbcommon/libxkbcommon/commit/edb1c662394578a54b7bbed231d918925e5d8150.patch;
- sha256 = "0ydjlir32r3xfsbqhnsx1bz6ags2m908yhf9i09i1s7sgcimbcx5";
- })
- ];
-
mesonFlags = [
"-Denable-wayland=false"
"-Dxkb-config-root=${xkeyboard_config}/etc/X11/xkb"
"-Dx-locale-root=${libX11.out}/share/X11/locale"
];
+ patches = stdenv.lib.optionals stdenv.isDarwin [
+ # Fix build on darwin
+ (fetchpatch {
+ url = "https://github.com/xkbcommon/libxkbcommon/commit/32d178b50fe0da05e51e4fe8903c84371d133331.patch";
+ sha256 = "1wqdjla8hmgdqr8xc2manw363sxrqqsn3s8bd397h3cd7fj3hh1v";
+ })
+ ];
+
doCheck = false; # fails, needs unicode locale
meta = with stdenv.lib; {
description = "A library to handle keyboard descriptions";
homepage = https://xkbcommon.org;
license = licenses.mit;
- maintainers = with maintainers; [ garbas ttuegel ];
+ maintainers = with maintainers; [ ttuegel ];
platforms = with platforms; unix;
};
}
diff --git a/pkgs/development/libraries/libxkbcommon/libxkbcommon_7.nix b/pkgs/development/libraries/libxkbcommon/libxkbcommon_7.nix
index 0d034f5385f..510955d0af2 100644
--- a/pkgs/development/libraries/libxkbcommon/libxkbcommon_7.nix
+++ b/pkgs/development/libraries/libxkbcommon/libxkbcommon_7.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "A library to handle keyboard descriptions";
homepage = https://xkbcommon.org;
license = licenses.mit;
- maintainers = with maintainers; [ garbas ttuegel ];
+ maintainers = with maintainers; [ ttuegel ];
platforms = with platforms; unix;
};
}
diff --git a/pkgs/development/libraries/libxml2/default.nix b/pkgs/development/libraries/libxml2/default.nix
index de131052314..33f818f7d62 100644
--- a/pkgs/development/libraries/libxml2/default.nix
+++ b/pkgs/development/libraries/libxml2/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchurl, fetchpatch
+{ stdenv, lib, fetchurl
, zlib, xz, python2, ncurses, findXMLCatalogs
, pythonSupport ? stdenv.buildPlatform == stdenv.hostPlatform
, icuSupport ? false, icu ? null
diff --git a/pkgs/development/libraries/libxmlb/default.nix b/pkgs/development/libraries/libxmlb/default.nix
index 9edb9b475e8..4800a6c405c 100644
--- a/pkgs/development/libraries/libxmlb/default.nix
+++ b/pkgs/development/libraries/libxmlb/default.nix
@@ -1,25 +1,65 @@
-{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig, glib, libuuid, gobject-introspection, gtk-doc, shared-mime-info, python3, docbook_xsl, docbook_xml_dtd_43 }:
+{ stdenv
+, fetchFromGitHub
+, fetchpatch
+, docbook_xml_dtd_43
+, docbook_xsl
+, glib
+, gobject-introspection
+, gtk-doc
+, libuuid
+, meson
+, ninja
+, pkgconfig
+, python3
+, shared-mime-info
+, nixosTests
+}:
stdenv.mkDerivation rec {
- name = "libxmlb-${version}";
- version = "0.1.10";
+ pname = "libxmlb";
+ version = "0.1.11";
- outputs = [ "out" "lib" "dev" "devdoc" ];
+ outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ];
src = fetchFromGitHub {
owner = "hughsie";
repo = "libxmlb";
rev = version;
- sha256 = "1ismh3bdwd0l1fjlhwycam89faxjmpb0wxqlbv58m0z6cxykp6rd";
+ sha256 = "1503v76w7543snqyjxykiqa5va62zb0ccn3jlw0gpdx8973v80mr";
};
- nativeBuildInputs = [ meson ninja python3 pkgconfig gobject-introspection gtk-doc shared-mime-info docbook_xsl docbook_xml_dtd_43 ];
+ patches = [
+ # Fix installed tests
+ # https://github.com/hughsie/libxmlb/pull/2
+ (fetchpatch {
+ url = "https://github.com/hughsie/libxmlb/commit/78850c8b0f644f729fa21e2bf9ebed0d9d6010f3.diff";
+ sha256 = "0zw7c6vy8hscln7za7ijqd9svirach3zdskvbzyxxcsm3xcwxpjm";
+ })
- buildInputs = [ glib libuuid ];
+ ./installed-tests-path.patch
+ ];
+
+ nativeBuildInputs = [
+ docbook_xml_dtd_43
+ docbook_xsl
+ gobject-introspection
+ gtk-doc
+ meson
+ ninja
+ pkgconfig
+ (python3.withPackages (pkgs: with pkgs; [ setuptools ]))
+ shared-mime-info
+ ];
+
+ buildInputs = [
+ glib
+ libuuid
+ ];
mesonFlags = [
"--libexecdir=${placeholder "out"}/libexec"
"-Dgtkdoc=true"
+ "-Dinstalled_test_prefix=${placeholder "installedTests"}"
];
preCheck = ''
@@ -28,6 +68,12 @@ stdenv.mkDerivation rec {
doCheck = true;
+ passthru = {
+ tests = {
+ installed-tests = nixosTests.libxmlb;
+ };
+ };
+
meta = with stdenv.lib; {
description = "A library to help create and query binary XML blobs";
homepage = https://github.com/hughsie/libxmlb;
diff --git a/pkgs/development/libraries/libxmlb/installed-tests-path.patch b/pkgs/development/libraries/libxmlb/installed-tests-path.patch
new file mode 100644
index 00000000000..ab36d9efad8
--- /dev/null
+++ b/pkgs/development/libraries/libxmlb/installed-tests-path.patch
@@ -0,0 +1,24 @@
+diff --git a/meson.build b/meson.build
+index b064cb8..1a470cf 100644
+--- a/meson.build
++++ b/meson.build
+@@ -103,8 +103,8 @@
+
+ libexecdir = join_paths(prefix, get_option('libexecdir'))
+ datadir = join_paths(prefix, get_option('datadir'))
+-installed_test_bindir = join_paths(libexecdir, 'installed-tests', meson.project_name())
+-installed_test_datadir = join_paths(datadir, 'installed-tests', meson.project_name())
++installed_test_bindir = join_paths(get_option('installed_test_prefix'), 'libexec', 'installed-tests', meson.project_name())
++installed_test_datadir = join_paths(get_option('installed_test_prefix'), 'share', 'installed-tests', meson.project_name())
+
+ gio = dependency('gio-2.0', version : '>= 2.45.8')
+ uuid = dependency('uuid')
+diff --git a/meson_options.txt b/meson_options.txt
+index 27e8cb6..74548ae 100644
+--- a/meson_options.txt
++++ b/meson_options.txt
+@@ -2,3 +2,4 @@
+ option('introspection', type : 'boolean', value : true, description : 'generate GObject Introspection data')
+ option('tests', type : 'boolean', value : true, description : 'enable tests')
+ option('stemmer', type : 'boolean', value : false, description : 'enable stemmer support')
++option('installed_test_prefix', type: 'string', value: '', description: 'Prefix for installed tests')
diff --git a/pkgs/development/libraries/libxmlxx/v3.nix b/pkgs/development/libraries/libxmlxx/v3.nix
index 5e1e947b8f7..94c2ca09582 100644
--- a/pkgs/development/libraries/libxmlxx/v3.nix
+++ b/pkgs/development/libraries/libxmlxx/v3.nix
@@ -1,16 +1,15 @@
{ stdenv, fetchurl, pkgconfig, libxml2, glibmm, perl }:
stdenv.mkDerivation rec {
- name = "libxml++-${maj_ver}.${min_ver}";
- maj_ver = "3.0";
- min_ver = "1";
+ pname = "libxml++";
+ version = "3.0.1";
src = fetchurl {
- url = "mirror://gnome/sources/libxml++/${maj_ver}/${name}.tar.xz";
+ url = "mirror://gnome/sources/libxml++/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "19kik79fmg61nv0by0a5f9wchrcfjwzvih4v2waw01hqflhqvp0r";
};
- outputs = [ "out" "devdoc" ];
+ outputs = [ "out" "dev" "doc" "devdoc" ];
nativeBuildInputs = [ pkgconfig perl ];
@@ -18,6 +17,11 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ libxml2 ];
+ postFixup = ''
+ substituteInPlace $dev/lib/pkgconfig/libxml++-3.0.pc \
+ --replace 'docdir=''${datarootdir}' "docdir=$doc/share"
+ '';
+
meta = with stdenv.lib; {
homepage = http://libxmlplusplus.sourceforge.net/;
description = "C++ wrapper for the libxml2 XML parser library, version 3";
diff --git a/pkgs/development/libraries/libxslt/default.nix b/pkgs/development/libraries/libxslt/default.nix
index 41633d91f3b..2dde7fe32ef 100644
--- a/pkgs/development/libraries/libxslt/default.nix
+++ b/pkgs/development/libraries/libxslt/default.nix
@@ -24,6 +24,16 @@ stdenv.mkDerivation rec {
url = "https://gitlab.gnome.org/GNOME/libxslt/commit/e03553605b45c88f0b4b2980adfbbb8f6fca2fd6.patch";
sha256 = "0pkpb4837km15zgg6h57bncp66d5lwrlvkr73h0lanywq7zrwhj8";
})
+ (fetchpatch {
+ url = "https://gitlab.gnome.org/GNOME/libxslt/commit/c5eb6cf3aba0af048596106ed839b4ae17ecbcb1.patch";
+ name = "CVE-2019-13117.patch";
+ sha256 = "0ynfq8y5h623cypj1426iiz7796n3mqbjqa24ndvh2am6rl5lw15";
+ })
+ (fetchpatch {
+ url = "https://gitlab.gnome.org/GNOME/libxslt/commit/6ce8de69330783977dd14f6569419489875fb71b.patch";
+ name = "CVE-2019-13118.patch";
+ sha256 = "0bglz9m9sh2vi50qxcm06iqrazw3h45ycgxnp15iankq95z283iq";
+ })
];
outputs = [ "bin" "dev" "out" "man" "doc" ] ++ stdenv.lib.optional pythonSupport "py";
diff --git a/pkgs/development/libraries/libyaml/default.nix b/pkgs/development/libraries/libyaml/default.nix
index c1f34bd3398..143555137d7 100644
--- a/pkgs/development/libraries/libyaml/default.nix
+++ b/pkgs/development/libraries/libyaml/default.nix
@@ -1,30 +1,20 @@
-{ stdenv, fetchurl, fetchpatch }:
+{ stdenv
+, fetchFromGitHub
+, autoreconfHook
+}:
-let
+stdenv.mkDerivation rec {
+ pname = "libyaml";
+ version = "0.2.2";
- version = "0.2.1";
-
- # https://github.com/yaml/pyyaml/issues/214
- p1 = fetchpatch {
- url = https://github.com/yaml/libyaml/commit/8ee83c0da22fe9aa7dea667be8f899a7e32ffb83.patch;
- sha256 = "00jh39zww6s4gyhxfmlxwb6lz90nl3p51k5h1qm6z3ymik5vljmz";
- };
- p2 = fetchpatch {
- url = https://github.com/yaml/libyaml/commit/56f4b17221868593d6903ee58d6d679b690cf4df.patch;
- sha256 = "0najcay1y4kgfpsidj7dnyafnwjbav5jyawhyv215zl9gg3386n0";
- };
-
-in
-
-stdenv.mkDerivation {
- name = "libyaml-${version}";
-
- src = fetchurl {
- url = "https://pyyaml.org/download/libyaml/yaml-${version}.tar.gz";
- sha256 = "1karpcfgacgppa82wm2drcfn2kb6q2wqfykf5nrhy20sci2i2a3q";
+ src = fetchFromGitHub {
+ owner = "yaml";
+ repo = "libyaml";
+ rev = version;
+ sha256 = "0839nqcmxjzfgjn39j7740pnlsgmvngpkamiw1lfy1qlcqyc3r4v";
};
- patches = [ p1 p2 ]; # remove when the next release comes out
+ nativeBuildInputs = [ autoreconfHook ];
meta = with stdenv.lib; {
homepage = https://pyyaml.org/;
diff --git a/pkgs/development/libraries/libzapojit/default.nix b/pkgs/development/libraries/libzapojit/default.nix
index 2ad017dc90b..215535fb8f1 100644
--- a/pkgs/development/libraries/libzapojit/default.nix
+++ b/pkgs/development/libraries/libzapojit/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, glib, intltool, json-glib, librest, libsoup, gnome3, gobject-introspection }:
+{ stdenv, fetchurl, pkgconfig, glib, intltool, json-glib, librest, libsoup, gnome3, gnome-online-accounts, gobject-introspection }:
stdenv.mkDerivation rec {
pname = "libzapojit";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig intltool gobject-introspection ];
- propagatedBuildInputs = [ glib json-glib librest libsoup gnome3.gnome-online-accounts ]; # zapojit-0.0.pc
+ propagatedBuildInputs = [ glib json-glib librest libsoup gnome-online-accounts ]; # zapojit-0.0.pc
passthru = {
updateScript = gnome3.updateScript {
diff --git a/pkgs/development/libraries/linbox/default.nix b/pkgs/development/libraries/linbox/default.nix
index 11f975187b0..9af0c20d701 100644
--- a/pkgs/development/libraries/linbox/default.nix
+++ b/pkgs/development/libraries/linbox/default.nix
@@ -1,6 +1,5 @@
{ stdenv
, fetchFromGitHub
-, fetchpatch
, autoreconfHook
, givaro
, pkgconfig
@@ -12,14 +11,14 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "linbox";
- version = "1.6.2";
+ version = "1.6.3";
src = fetchFromGitHub {
owner = "linbox-team";
repo = "${pname}";
rev = "v${version}";
- sha256 = "038br15hhc8dc1hq0pkv6vb1qx9hjr7hjv3w9fq9qwkd870h2v1q";
+ sha256 = "10j6dspbsq7d2l4q3y0c1l1xwmaqqba2fxg59q5bhgk9h5d7q571";
};
nativeBuildInputs = [
diff --git a/pkgs/development/libraries/liquid-dsp/default.nix b/pkgs/development/libraries/liquid-dsp/default.nix
index 391606d59e6..99ea6343d70 100644
--- a/pkgs/development/libraries/liquid-dsp/default.nix
+++ b/pkgs/development/libraries/liquid-dsp/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
meta = {
- homepage = http://liquidsdr.org/;
+ homepage = https://liquidsdr.org/;
description = "Digital signal processing library for software-defined radios";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
diff --git a/pkgs/development/libraries/live555/default.nix b/pkgs/development/libraries/live555/default.nix
index bf5b7bb1d0d..ff77cd71265 100644
--- a/pkgs/development/libraries/live555/default.nix
+++ b/pkgs/development/libraries/live555/default.nix
@@ -3,14 +3,14 @@
# Based on https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD
stdenv.mkDerivation rec {
name = "live555-${version}";
- version = "2019.05.29";
+ version = "2019.08.16";
src = fetchurl { # the upstream doesn't provide a stable URL
urls = [
"mirror://sourceforge/slackbuildsdirectlinks/live.${version}.tar.gz"
"https://download.videolan.org/contrib/live555/live.${version}.tar.gz"
];
- sha256 = "08i63jr8ihn1xiq5z5n3yls3yz6li5sg0s454l56p5bcvbrw81my";
+ sha256 = "1y77dc5qxd731w96x707iibavmkfayy5s557d7lasg742h36lcqv";
};
postPatch = ''
diff --git a/pkgs/development/libraries/lmdb/default.nix b/pkgs/development/libraries/lmdb/default.nix
index 9d57d472182..690a42cfb30 100644
--- a/pkgs/development/libraries/lmdb/default.nix
+++ b/pkgs/development/libraries/lmdb/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "lmdb-${version}";
- version = "0.9.23";
+ version = "0.9.24";
src = fetchFromGitHub {
owner = "LMDB";
repo = "lmdb";
rev = "LMDB_${version}";
- sha256 = "0ag7l5180ajvm73y59m7sn3p52xm8m972d08cshxhpwgwa4v35k6";
+ sha256 = "088q6m8fvr12w43s461h7cvpg5hj8csaqj6n9pci150dz7bk5lxm";
};
postUnpack = "sourceRoot=\${sourceRoot}/libraries/liblmdb";
diff --git a/pkgs/development/libraries/luaffi/darwin.patch b/pkgs/development/libraries/luaffi/darwin.patch
deleted file mode 100644
index 50db81b776d..00000000000
--- a/pkgs/development/libraries/luaffi/darwin.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/Makefile b/Makefile
-index b2b5f2c..b690a5d 100644
---- a/Makefile
-+++ b/Makefile
-@@ -18,10 +18,10 @@ test:
- if [ `uname` = "Darwin" ]; then $(MAKE) test_macosx; else $(MAKE) test_posix; fi
-
- macosx:
-- $(MAKE) posix "SOCC=MACOSX_DEPLOYMENT_TARGET=10.3 $(CC) -dynamiclib -single_module -undefined dynamic_lookup $(SOCFLAGS)"
-+ $(MAKE) posix "SOCC= $(CC) -dynamiclib -single_module -undefined dynamic_lookup -Wl,-install_name,$(PREFIX)/lib/$(MODSO) $(SOCFLAGS)"
-
- test_macosx:
-- $(MAKE) test_posix "SOCC=MACOSX_DEPLOYMENT_TARGET=10.3 $(CC) -dynamiclib -single_module -undefined dynamic_lookup $(SOCFLAGS)"
-+ $(MAKE) test_posix "SOCC= $(CC) -dynamiclib -single_module -undefined dynamic_lookup -Wl,-install_name,$(PREFIX)/lib/$(MODSO) $(SOCFLAGS)"
-
- posix: $(MODSO) test_cdecl.so
-
diff --git a/pkgs/development/libraries/luaffi/default.nix b/pkgs/development/libraries/luaffi/default.nix
deleted file mode 100644
index 065562ac82e..00000000000
--- a/pkgs/development/libraries/luaffi/default.nix
+++ /dev/null
@@ -1,31 +0,0 @@
-{ stdenv, fetchFromGitHub, lua, pkgconfig }:
-
-stdenv.mkDerivation {
- name = "luaffi-2013-11-08";
- src = fetchFromGitHub {
- owner = "jmckaskill";
- repo = "luaffi";
- rev = "abc638c9341025580099dcf77795c4b320ba0e63";
- sha256 = "1hv1y9i66p473hfy36nqj220sfrxdmbd75c1gpjvpk8073vx55ac";
- };
-
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ lua ];
-
- patches = [ ./darwin.patch ./makefile-errors.patch ];
-
- makeFlags = [ "PREFIX=$(out)" ];
-
- installPhase = ''
- mkdir -p $out/lib
- cp ffi.so $out/lib/ffi.so
- '';
-
- meta = with stdenv.lib; {
- description = "Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface.";
- homepage = https://github.com/jmckaskill/luaffi;
- maintainers = with maintainers; [ ma27 ];
- license = licenses.mit;
- platforms = platforms.unix;
- };
-}
diff --git a/pkgs/development/libraries/luaffi/makefile-errors.patch b/pkgs/development/libraries/luaffi/makefile-errors.patch
deleted file mode 100644
index 0ee6e639006..00000000000
--- a/pkgs/development/libraries/luaffi/makefile-errors.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile b/Makefile
-index b2b5f2c..49d4c99 100644
---- a/Makefile
-+++ b/Makefile
-@@ -6,7 +6,7 @@ LUA=lua
- LUA_CFLAGS=`$(PKG_CONFIG) --cflags lua5.2 2>/dev/null || $(PKG_CONFIG) --cflags lua`
- SOCFLAGS=-fPIC
- SOCC=$(CC) -shared $(SOCFLAGS)
--CFLAGS=-fPIC -g -Wall -Werror $(LUA_CFLAGS) -fvisibility=hidden -Wno-unused-function --std=gnu99
-+CFLAGS=-fPIC -g -Wall $(LUA_CFLAGS) -fvisibility=hidden -Wno-unused-function --std=gnu99
-
- MODNAME=ffi
- MODSO=$(MODNAME).so
diff --git a/pkgs/development/libraries/mapnik/default.nix b/pkgs/development/libraries/mapnik/default.nix
index 1424ef9e12b..3a90a4cdf33 100644
--- a/pkgs/development/libraries/mapnik/default.nix
+++ b/pkgs/development/libraries/mapnik/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchzip, fetchpatch
+{ stdenv, fetchzip
, boost, cairo, freetype, gdal, harfbuzz, icu, libjpeg, libpng, libtiff
-, libwebp, libxml2, proj, python, scons, sqlite, zlib
+, libwebp, libxml2, proj, python, sqlite, zlib
# supply a postgresql package to enable the PostGIS input plugin
, postgresql ? null
diff --git a/pkgs/development/libraries/matio/default.nix b/pkgs/development/libraries/matio/default.nix
index 9abdf4bbd85..9f8f34e0a80 100644
--- a/pkgs/development/libraries/matio/default.nix
+++ b/pkgs/development/libraries/matio/default.nix
@@ -1,9 +1,9 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
- name = "matio-1.5.15";
+ name = "matio-1.5.17";
src = fetchurl {
url = "mirror://sourceforge/matio/${name}.tar.gz";
- sha256 = "1kxi15ph68nnbi0s1m8icb0685wg8ql8gj7wnkdk20kzpf3lbgr1";
+ sha256 = "00644612zhn53j25vj50q73kmjcrsns2lnmy99y2kavhsckmaiay";
};
meta = with stdenv.lib; {
diff --git a/pkgs/development/libraries/mdds/default.nix b/pkgs/development/libraries/mdds/default.nix
index 16502ca4e61..cdc3dfa5ca0 100644
--- a/pkgs/development/libraries/mdds/default.nix
+++ b/pkgs/development/libraries/mdds/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mdds";
- version = "1.4.3";
+ version = "1.5.0";
src = fetchurl {
url = "https://kohei.us/files/${pname}/src/${pname}-${version}.tar.bz2";
- sha256 = "10cw6irdm6d15nxnys2v5akp8yz52qijpcjvw0frwq7nz5d3vki5";
+ sha256 = "03b8i43pw4m767mm0cnbi77x7qhpkzpi9b1f6dpp4cmyszmnsk8l";
};
postInstall = ''
diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix
index 40a03707ea5..7b1b5a3cfa9 100644
--- a/pkgs/development/libraries/mesa/default.nix
+++ b/pkgs/development/libraries/mesa/default.nix
@@ -1,13 +1,13 @@
-{ stdenv, fetchurl, lib
-, pkgconfig, intltool, autoreconfHook
-, file, expat, libdrm, xorg, wayland, wayland-protocols, openssl
+{ stdenv, lib, fetchurl, fetchpatch
+, pkgconfig, intltool, ninja, meson
+, file, flex, bison, expat, libdrm, xorg, wayland, wayland-protocols, openssl
, llvmPackages, libffi, libomxil-bellagio, libva-minimal
-, libelf, libvdpau, python2, python2Packages
+, libelf, libvdpau, python3Packages
, libglvnd
, enableRadv ? true
-, galliumDrivers ? null
-, driDrivers ? null
-, vulkanDrivers ? null
+, galliumDrivers ? ["auto"]
+, driDrivers ? ["auto"]
+, vulkanDrivers ? ["auto"]
, eglPlatforms ? [ "x11" ] ++ lib.optionals stdenv.isLinux [ "wayland" "drm" ]
, OpenGL, Xplugin
, withValgrind ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isAarch32, valgrind-light
@@ -27,49 +27,13 @@
with stdenv.lib;
let
- # platforms that have PCIe slots and thus can use most non-integrated GPUs
- pciePlatform = !stdenv.hostPlatform.isAarch32 && !stdenv.hostPlatform.isAarch64;
- defaultGalliumDrivers = optionals (elem "drm" eglPlatforms) ([ "virgl" ]
- ++ lib.optionals pciePlatform [ "r300" "r600" "radeonsi" ]
- ++ lib.optionals (pciePlatform || stdenv.hostPlatform.isAarch32 || stdenv.hostPlatform.isAarch64) [ "nouveau" ]
- ++ lib.optionals stdenv.hostPlatform.isx86 [ "i915" "svga" ]
- ++ lib.optionals (stdenv.hostPlatform.isAarch32 || stdenv.hostPlatform.isAarch64) [ "vc4" ]
- ++ lib.optionals stdenv.hostPlatform.isAarch64 [ "freedreno" "etnaviv" "imx" ]
- );
- defaultDriDrivers = optionals (elem "drm" eglPlatforms) ([ ]
- ++ lib.optionals pciePlatform [ "radeon" "r200" ]
- ++ lib.optionals (pciePlatform || stdenv.hostPlatform.isAarch32 || stdenv.hostPlatform.isAarch64) [ "nouveau" ]
- ++ lib.optionals stdenv.hostPlatform.isx86 [ "i915" "i965" ]);
- defaultVulkanDrivers = optionals stdenv.hostPlatform.isLinux ([ ]
- ++ lib.optional stdenv.hostPlatform.isx86 "intel"
- ++ lib.optional enableRadv "radeon");
-in
-
-let gallium_ = galliumDrivers; dri_ = driDrivers; vulkan_ = vulkanDrivers; in
-
-let
- galliumDrivers =
- (if gallium_ == null
- then defaultGalliumDrivers
- else gallium_)
- ++ lib.optional stdenv.isLinux "swrast";
- driDrivers =
- (if dri_ == null
- then optionals (elem "drm" eglPlatforms) defaultDriDrivers
- else dri_) ++ lib.optional stdenv.isLinux "swrast";
- vulkanDrivers =
- if vulkan_ == null
- then defaultVulkanDrivers
- else vulkan_;
-in
-
-let
- version = "18.3.4";
+ version = "19.1.3";
branch = head (splitString "." version);
in
-let self = stdenv.mkDerivation {
- name = "mesa-noglu-${version}";
+stdenv.mkDerivation rec {
+ pname = "mesa";
+ inherit version;
src = fetchurl {
urls = [
@@ -78,7 +42,7 @@ let self = stdenv.mkDerivation {
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
"https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
];
- sha256 = "01xv03ah4l5lcfx015n3fg1620dh4nbbv6gmhh6zhdsx6sj4sc9j";
+ sha256 = "1q5p4mw7zrklwx1is09knnb762zzk33xwhwp99fw25ax4ar60m44";
};
prePatch = "patchShebangs .";
@@ -87,59 +51,57 @@ let self = stdenv.mkDerivation {
# revive ./dricore-gallium.patch when it gets ported (from Ubuntu), as it saved
# ~35 MB in $drivers; watch https://launchpad.net/ubuntu/+source/mesa/+changelog
patches = [
- ./symlink-drivers.patch
./missing-includes.patch # dev_t needs sys/stat.h, time_t needs time.h, etc.-- fixes build w/musl
+ ./opencl-install-dir.patch
./disk_cache-include-dri-driver-path-in-cache-key.patch
- ];
+ ] # do not prefix user provided dri-drivers-path
+ ++ lib.optional (lib.versionOlder version "19.0.0") (fetchpatch {
+ url = "https://gitlab.freedesktop.org/mesa/mesa/commit/f6556ec7d126b31da37c08d7cb657250505e01a0.patch";
+ sha256 = "0z6phi8hbrbb32kkp1js7ggzviq7faz1ria36wi4jbc4in2392d9";
+ })
+ ++ lib.optionals (lib.versionOlder version "19.1.0") [
+ # do not prefix user provided d3d-drivers-path
+ (fetchpatch {
+ url = "https://gitlab.freedesktop.org/mesa/mesa/commit/dcc48664197c7e44684ccfb970a4ae083974d145.patch";
+ sha256 = "1nhs0xpx3hiy8zfb5gx1zd7j7xha6h0hr7yingm93130a5902lkb";
+ })
- outputs = [ "out" "dev" "drivers" ]
- ++ lib.optional (elem "swrast" galliumDrivers) "osmesa";
+ # don't build libGLES*.so with GLVND
+ (fetchpatch {
+ url = "https://gitlab.freedesktop.org/mesa/mesa/commit/b01524fff05eef66e8cd24f1c5aacefed4209f03.patch";
+ sha256 = "1pszr6acx2xw469zq89n156p3bf3xf84qpbjw5fr1sj642lbyh7c";
+ })
+ ];
+
+ outputs = [ "out" "dev" "drivers" "osmesa" ];
# TODO: Figure out how to enable opencl without having a runtime dependency on clang
- configureFlags = [
- "--sysconfdir=${libglvnd.driverLink}/etc"
- "--localstatedir=/var"
- "--with-dri-driverdir=$(drivers)/lib/dri"
- "--with-dri-searchpath=${libglvnd.driverLink}/lib/dri"
- "--with-platforms=${concatStringsSep "," eglPlatforms}"
- "--with-gallium-drivers=${concatStringsSep "," galliumDrivers}"
- "--with-dri-drivers=${concatStringsSep "," driDrivers}"
- "--with-vulkan-drivers=${concatStringsSep "," vulkanDrivers}"
- "--enable-texture-float"
- (enableFeature stdenv.isLinux "dri3")
- (enableFeature stdenv.isLinux "nine") # Direct3D in Wine
- (enableFeature stdenv.isLinux "libglvnd")
- "--enable-dri"
- "--enable-driglx-direct"
- "--enable-gles1"
- "--enable-gles2"
- "--enable-glx"
- # https://bugs.freedesktop.org/show_bug.cgi?id=35268
- (enableFeature (!stdenv.hostPlatform.isMusl) "glx-tls")
- # used by wine
- (enableFeature (elem "swrast" galliumDrivers) "gallium-osmesa")
- "--enable-llvm"
- (enableFeature stdenv.isLinux "egl")
- (enableFeature stdenv.isLinux "xa") # used in vmware driver
- (enableFeature stdenv.isLinux "gbm")
- "--enable-xvmc"
- "--enable-vdpau"
- "--enable-shared-glapi"
- "--enable-llvm-shared-libs"
- (enableFeature stdenv.isLinux "omx-bellagio")
- (enableFeature stdenv.isLinux "va")
- "--disable-opencl"
- ];
+ mesonFlags = [
+ "--sysconfdir=/etc"
- nativeBuildInputs = [
- autoreconfHook intltool pkgconfig file
- python2 python2Packages.Mako
- ];
+ # Don't build in debug mode
+ # https://gitlab.freedesktop.org/mesa/mesa/blob/master/docs/meson.html#L327
+ "-Db_ndebug=true"
- propagatedBuildInputs = with xorg; [
- libXdamage libXxf86vm
- ] ++ optional stdenv.isLinux libdrm
- ++ optionals stdenv.isDarwin [ OpenGL Xplugin ];
+ "-Ddisk-cache-key=${placeholder "drivers"}"
+ "-Ddri-search-path=${libglvnd.driverLink}/lib/dri"
+
+ "-Dplatforms=${concatStringsSep "," eglPlatforms}"
+ "-Ddri-drivers=${concatStringsSep "," driDrivers}"
+ "-Dgallium-drivers=${concatStringsSep "," galliumDrivers}"
+ "-Dvulkan-drivers=${concatStringsSep "," vulkanDrivers}"
+
+ "-Ddri-drivers-path=${placeholder "drivers"}/lib/dri"
+ "-Dvdpau-libs-path=${placeholder "drivers"}/lib/vdpau"
+ "-Dxvmc-libs-path=${placeholder "drivers"}/lib"
+ "-Domx-libs-path=${placeholder "drivers"}/lib/bellagio"
+ "-Dva-libs-path=${placeholder "drivers"}/lib/dri"
+ "-Dd3d-drivers-path=${placeholder "drivers"}/lib/d3d"
+ ] ++ optionals stdenv.isLinux [
+ "-Dglvnd=true"
+ "-Dosmesa=gallium" # used by wine
+ "-Dgallium-nine=true" # Direct3D in Wine
+ ];
buildInputs = with xorg; [
expat llvmPackages.llvm libglvnd xorgproto
@@ -150,50 +112,38 @@ let self = stdenv.mkDerivation {
++ lib.optionals stdenv.isLinux [ libomxil-bellagio libva-minimal ]
++ lib.optional withValgrind valgrind-light;
+ nativeBuildInputs = [
+ pkgconfig meson ninja
+ intltool bison flex file
+ python3Packages.python python3Packages.Mako
+ ];
+
+ propagatedBuildInputs = with xorg; [
+ libXdamage libXxf86vm
+ ] ++ optional stdenv.isLinux libdrm
+ ++ optionals stdenv.isDarwin [ OpenGL Xplugin ];
+
enableParallelBuilding = true;
doCheck = false;
- installFlags = [
- "sysconfdir=\${drivers}/etc"
- "localstatedir=\${TMPDIR}"
- "vendorjsondir=\${out}/share/glvnd/egl_vendor.d"
- ];
-
- # TODO: probably not all .la files are completely fixed, but it shouldn't matter;
postInstall = ''
# Some installs don't have any drivers so this directory is never created.
- mkdir -p $drivers
- '' + optionalString (galliumDrivers != []) ''
+ mkdir -p $drivers $osmesa
+ '' + optionalString stdenv.isLinux ''
+ mkdir -p $drivers/lib
+
# move gallium-related stuff to $drivers, so $out doesn't depend on LLVM
- mv -t "$drivers/lib/" \
- $out/lib/libXvMC* \
- $out/lib/d3d \
- $out/lib/vdpau \
- $out/lib/bellagio \
+ mv -t $drivers/lib \
$out/lib/libxatracker* \
$out/lib/libvulkan_*
# Move other drivers to a separate output
- mv $out/lib/dri/* $drivers/lib/dri # */
- rmdir "$out/lib/dri"
mv $out/lib/lib*_mesa* $drivers/lib
# move libOSMesa to $osmesa, as it's relatively big
- mkdir -p {$osmesa,$drivers}/lib/
+ mkdir -p $osmesa/lib
mv -t $osmesa/lib/ $out/lib/libOSMesa*
- # now fix references in .la files
- sed "/^libdir=/s,$out,$osmesa," -i $osmesa/lib/libOSMesa*.la
-
- # set the default search path for DRI drivers; used e.g. by X server
- substituteInPlace "$dev/lib/pkgconfig/dri.pc" --replace '$(drivers)' "${libglvnd.driverLink}"
-
- # remove GLES libraries; they are provided by libglvnd
- rm $out/lib/lib{GLESv1_CM,GLESv2}.*
-
- # remove pkgconfig files for GL/GLES/EGL; they are provided by libGL.
- rm $dev/lib/pkgconfig/{gl,egl,glesv1_cm,glesv2}.pc
-
# move vendor files
mv $out/share/ $drivers/
@@ -202,11 +152,6 @@ let self = stdenv.mkDerivation {
substituteInPlace "$js" --replace '"libEGL_' '"'"$drivers/lib/libEGL_"
done
- # Update search path used by pkg-config
- for pc in $dev/lib/pkgconfig/{d3d,dri,xatracker}.pc; do
- substituteInPlace "$pc" --replace $out $drivers
- done
- '' + optionalString (vulkanDrivers != []) ''
# Update search path used by Vulkan (it's pointing to $out but
# drivers are in $drivers)
for js in $drivers/share/vulkan/icd.d/*.json; do
@@ -217,7 +162,18 @@ let self = stdenv.mkDerivation {
# TODO:
# check $out doesn't depend on llvm: builder failures are ignored
# for some reason grep -qv '${llvmPackages.llvm}' -R "$out";
- postFixup = optionalString (galliumDrivers != []) ''
+ postFixup = optionalString stdenv.isLinux ''
+ # set the default search path for DRI drivers; used e.g. by X server
+ substituteInPlace "$dev/lib/pkgconfig/dri.pc" --replace "$drivers" "${libglvnd.driverLink}"
+
+ # remove pkgconfig files for GL/EGL; they are provided by libGL.
+ rm $dev/lib/pkgconfig/{gl,egl}.pc
+
+ # Update search path used by pkg-config
+ for pc in $dev/lib/pkgconfig/{d3d,dri,xatracker}.pc; do
+ substituteInPlace "$pc" --replace $out $drivers
+ done
+
# add RPATH so the drivers can find the moved libgallium and libdricore9
# moved here to avoid problems with stripping patchelfed files
for lib in $drivers/lib/*.so* $drivers/lib/*/*.so*; do
@@ -227,81 +183,11 @@ let self = stdenv.mkDerivation {
done
'';
+ NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-fno-common";
+
passthru = {
- inherit libdrm version;
+ inherit libdrm;
inherit (libglvnd) driverLink;
-
- # Use stub libraries from libglvnd and headers from Mesa.
- stubs = stdenv.mkDerivation {
- name = "libGL-${libglvnd.version}";
- outputs = [ "out" "dev" ];
-
- # On macOS, libglvnd is not supported, so we just use what mesa
- # build. We need to also include OpenGL.framework, and some
- # extra tricks to go along with. We add mesa’s libGLX to support
- # the X extensions to OpenGL.
- buildCommand = if stdenv.hostPlatform.isDarwin then ''
- mkdir -p $out/nix-support $dev
- echo ${OpenGL} >> $out/nix-support/propagated-build-inputs
- ln -s ${self.out}/lib $out/lib
-
- mkdir -p $dev/lib/pkgconfig $dev/nix-support
- echo "$out" > $dev/nix-support/propagated-build-inputs
- ln -s ${self.dev}/include $dev/include
-
- cat <$dev/lib/pkgconfig/gl.pc
- Name: gl
- Description: gl library
- Version: ${self.version}
- Libs: -L${self.out}/lib -lGL
- Cflags: -I${self.dev}/include
- EOF
-
- cat <$dev/lib/pkgconfig/glesv1_cm.pc
- Name: glesv1_cm
- Description: glesv1_cm library
- Version: ${self.version}
- Libs: -L${self.out}/lib -lGLESv1_CM
- Cflags: -I${self.dev}/include
- EOF
-
- cat <$dev/lib/pkgconfig/glesv2.pc
- Name: glesv2
- Description: glesv2 library
- Version: ${self.version}
- Libs: -L${self.out}/lib -lGLESv2
- Cflags: -I${self.dev}/include
- EOF
- ''
-
- # Otherwise, setup gl stubs to use libglvnd.
- else ''
- mkdir -p $out/nix-support
- ln -s ${libglvnd.out}/lib $out/lib
-
- mkdir -p $dev/{,lib/pkgconfig,nix-support}
- echo "$out" > $dev/nix-support/propagated-build-inputs
- ln -s ${self.dev}/include $dev/include
-
- genPkgConfig() {
- local name="$1"
- local lib="$2"
-
- cat <$dev/lib/pkgconfig/$name.pc
- Name: $name
- Description: $lib library
- Version: ${self.version}
- Libs: -L${libglvnd.out}/lib -l$lib
- Cflags: -I${self.dev}/include
- EOF
- }
-
- genPkgConfig gl GL
- genPkgConfig egl EGL
- genPkgConfig glesv1_cm GLESv1_CM
- genPkgConfig glesv2 GLESv2
- '';
- };
};
meta = with stdenv.lib; {
@@ -311,5 +197,4 @@ let self = stdenv.mkDerivation {
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ vcunat ];
};
-};
-in self
+}
diff --git a/pkgs/development/libraries/mesa/disk_cache-include-dri-driver-path-in-cache-key.patch b/pkgs/development/libraries/mesa/disk_cache-include-dri-driver-path-in-cache-key.patch
index 37813db8934..1e280b64ee5 100644
--- a/pkgs/development/libraries/mesa/disk_cache-include-dri-driver-path-in-cache-key.patch
+++ b/pkgs/development/libraries/mesa/disk_cache-include-dri-driver-path-in-cache-key.patch
@@ -6,29 +6,30 @@ Subject: [PATCH] disk_cache: include dri driver path in cache key
This fixes invalid cache hits on NixOS where all shared library
timestamps in /nix/store are zero.
---
- src/util/Makefile.am | 3 +++
+ meson_options.txt | 6 ++++++
src/util/disk_cache.c | 3 +++
- 2 files changed, 6 insertions(+)
+ src/util/meson.build | 7 ++++++-
+ 3 files changed, 15 insertions(+), 1 deletion(-)
-diff --git a/src/util/Makefile.am b/src/util/Makefile.am
-index bafb57439a..a22e2e41eb 100644
---- a/src/util/Makefile.am
-+++ b/src/util/Makefile.am
-@@ -35,6 +35,9 @@ noinst_LTLIBRARIES = \
- libmesautil.la \
- libxmlconfig.la
-
-+AM_CFLAGS = \
-+ -DDISK_CACHE_KEY=\"$(drivers)\"
-+
- AM_CPPFLAGS = \
- $(PTHREAD_CFLAGS) \
- -I$(top_srcdir)/include
+diff --git a/meson_options.txt b/meson_options.txt
+index a723b5406cf..65a8954291f 100644
+--- a/meson_options.txt
++++ b/meson_options.txt
+@@ -330,3 +330,9 @@ option(
+ value : true,
+ description : 'Enable direct rendering in GLX and EGL for DRI',
+ )
++option(
++ 'disk-cache-key',
++ type : 'string',
++ value : '',
++ description : 'Mesa cache key.'
++)
diff --git a/src/util/disk_cache.c b/src/util/disk_cache.c
-index 368ec41792..071220b2ba 100644
+index 0aa2646a9bb..bd784d38e21 100644
--- a/src/util/disk_cache.c
+++ b/src/util/disk_cache.c
-@@ -388,8 +388,10 @@ disk_cache_create(const char *gpu_name, const char *driver_id,
+@@ -389,8 +389,10 @@ disk_cache_create(const char *gpu_name, const char *driver_id,
/* Create driver id keys */
size_t id_size = strlen(driver_id) + 1;
@@ -39,7 +40,7 @@ index 368ec41792..071220b2ba 100644
cache->driver_keys_blob_size += gpu_name_size;
/* We sometimes store entire structs that contains a pointers in the cache,
-@@ -410,6 +412,7 @@ disk_cache_create(const char *gpu_name, const char *driver_id,
+@@ -411,6 +413,7 @@ disk_cache_create(const char *gpu_name, const char *driver_id,
uint8_t *drv_key_blob = cache->driver_keys_blob;
DRV_KEY_CPY(drv_key_blob, &cache_version, cv_size)
DRV_KEY_CPY(drv_key_blob, driver_id, id_size)
@@ -47,6 +48,24 @@ index 368ec41792..071220b2ba 100644
DRV_KEY_CPY(drv_key_blob, gpu_name, gpu_name_size)
DRV_KEY_CPY(drv_key_blob, &ptr_size, ptr_size_size)
DRV_KEY_CPY(drv_key_blob, &driver_flags, driver_flags_size)
+diff --git a/src/util/meson.build b/src/util/meson.build
+index 397c2228129..77013563e5d 100644
+--- a/src/util/meson.build
++++ b/src/util/meson.build
+@@ -120,7 +120,12 @@ libmesa_util = static_library(
+ [files_mesa_util, format_srgb],
+ include_directories : inc_common,
+ dependencies : [dep_zlib, dep_clock, dep_thread, dep_atomic, dep_m],
+- c_args : [c_msvc_compat_args, c_vis_args],
++ c_args : [
++ c_msvc_compat_args, c_vis_args,
++ '-DDISK_CACHE_KEY="@0@"'.format(
++ get_option('disk-cache-key')
++ ),
++ ],
+ build_by_default : false
+ )
+
--
-2.19.1
+2.19.2
diff --git a/pkgs/development/libraries/mesa/opencl-install-dir.patch b/pkgs/development/libraries/mesa/opencl-install-dir.patch
new file mode 100644
index 00000000000..fe85d2c90bb
--- /dev/null
+++ b/pkgs/development/libraries/mesa/opencl-install-dir.patch
@@ -0,0 +1,12 @@
+diff --git a/src/gallium/targets/opencl/meson.build b/src/gallium/targets/opencl/meson.build
+index 317ad8dab4a..5567308caf0 100644
+--- a/src/gallium/targets/opencl/meson.build
++++ b/src/gallium/targets/opencl/meson.build
+@@ -68,6 +68,6 @@ if with_opencl_icd
+ input : 'mesa.icd.in',
+ output : 'mesa.icd',
+ install : true,
+- install_dir : join_paths(get_option('sysconfdir'), 'OpenCL', 'vendors'),
++ install_dir : join_paths(get_option('prefix'), 'etc', 'OpenCL', 'vendors'),
+ )
+ endif
diff --git a/pkgs/development/libraries/mesa/stubs.nix b/pkgs/development/libraries/mesa/stubs.nix
new file mode 100644
index 00000000000..5cb6ac3d4d1
--- /dev/null
+++ b/pkgs/development/libraries/mesa/stubs.nix
@@ -0,0 +1,75 @@
+{ stdenv
+, libglvnd, mesa
+, OpenGL }:
+
+stdenv.mkDerivation {
+ inherit (libglvnd) version;
+ pname = "libGL";
+ outputs = [ "out" "dev" ];
+
+ # On macOS, libglvnd is not supported, so we just use what mesa
+ # build. We need to also include OpenGL.framework, and some
+ # extra tricks to go along with. We add mesa’s libGLX to support
+ # the X extensions to OpenGL.
+ buildCommand = if stdenv.hostPlatform.isDarwin then ''
+ mkdir -p $out/nix-support $dev
+ echo ${OpenGL} >> $out/nix-support/propagated-build-inputs
+ ln -s ${mesa.out}/lib $out/lib
+
+ mkdir -p $dev/lib/pkgconfig $dev/nix-support
+ echo "$out" > $dev/nix-support/propagated-build-inputs
+ ln -s ${mesa.dev}/include $dev/include
+
+ cat <$dev/lib/pkgconfig/gl.pc
+ Name: gl
+ Description: gl library
+ Version: ${mesa.version}
+ Libs: -L${mesa.out}/lib -lGL
+ Cflags: -I${mesa.dev}/include
+ EOF
+
+ cat <$dev/lib/pkgconfig/glesv1_cm.pc
+ Name: glesv1_cm
+ Description: glesv1_cm library
+ Version: ${mesa.version}
+ Libs: -L${mesa.out}/lib -lGLESv1_CM
+ Cflags: -I${mesa.dev}/include
+ EOF
+
+ cat <$dev/lib/pkgconfig/glesv2.pc
+ Name: glesv2
+ Description: glesv2 library
+ Version: ${mesa.version}
+ Libs: -L${mesa.out}/lib -lGLESv2
+ Cflags: -I${mesa.dev}/include
+ EOF
+ ''
+
+ # Otherwise, setup gl stubs to use libglvnd.
+ else ''
+ mkdir -p $out/nix-support
+ ln -s ${libglvnd.out}/lib $out/lib
+
+ mkdir -p $dev/{,lib/pkgconfig,nix-support}
+ echo "$out" > $dev/nix-support/propagated-build-inputs
+ ln -s ${mesa.dev}/include $dev/include
+
+ genPkgConfig() {
+ local name="$1"
+ local lib="$2"
+
+ cat <$dev/lib/pkgconfig/$name.pc
+ Name: $name
+ Description: $lib library
+ Version: ${mesa.version}
+ Libs: -L${libglvnd.out}/lib -l$lib
+ Cflags: -I${mesa.dev}/include
+ EOF
+ }
+
+ genPkgConfig gl GL
+ genPkgConfig egl EGL
+ genPkgConfig glesv1_cm GLESv1_CM
+ genPkgConfig glesv2 GLESv2
+ '';
+}
diff --git a/pkgs/development/libraries/mesa/symlink-drivers.patch b/pkgs/development/libraries/mesa/symlink-drivers.patch
deleted file mode 100644
index af2ec9fdb09..00000000000
--- a/pkgs/development/libraries/mesa/symlink-drivers.patch
+++ /dev/null
@@ -1,112 +0,0 @@
-diff -ru -x '*~' mesa-12.0.3-orig/src/gallium/targets/dri/Makefile.am mesa-12.0.3/src/gallium/targets/dri/Makefile.am
---- mesa-12.0.3-orig/src/gallium/targets/dri/Makefile.am 2016-09-08 18:57:48.000000000 +0200
-+++ mesa-12.0.3/src/gallium/targets/dri/Makefile.am 2016-09-22 14:42:19.173575498 +0200
-@@ -134,14 +134,13 @@
- done;
- endif
-
--# hardlink each megadriver instance, but don't actually have
--# gallium_dri.so in the set of final installed files.
-+# symlink each megadriver instance.
- install-data-hook:
- for i in $(TARGET_DRIVERS); do \
-- ln -f $(DESTDIR)$(dridir)/gallium_dri.so \
-+ ln -srf $(DESTDIR)$(dridir)/gallium_dri.so \
- $(DESTDIR)$(dridir)/$${i}_dri.so; \
- done; \
-- $(RM) $(DESTDIR)$(dridir)/gallium_dri.*; \
-+ $(RM) $(DESTDIR)$(dridir)/gallium_dri.la \
- $(RM) -d $(DESTDIR)$(dridir) &>/dev/null || true
-
- uninstall-hook:
- for i in $(TARGET_DRIVERS); do \
-diff -ru -x '*~' mesa-12.0.3-orig/src/gallium/targets/va/Makefile.am mesa-12.0.3/src/gallium/targets/va/Makefile.am
---- mesa-12.0.3-orig/src/gallium/targets/va/Makefile.am 2016-09-08 18:57:48.000000000 +0200
-+++ mesa-12.0.3/src/gallium/targets/va/Makefile.am 2016-09-22 14:45:39.635963339 +0200
-@@ -71,10 +71,10 @@
- # gallium_drv_video.so in the set of final installed files.
- install-data-hook:
- for i in $(TARGET_DRIVERS); do \
-- ln -f $(DESTDIR)$(vadir)/gallium_drv_video.so \
-+ ln -srf $(DESTDIR)$(vadir)/gallium_drv_video.so \
- $(DESTDIR)$(vadir)/$${i}_drv_video.so; \
- done; \
-- $(RM) $(DESTDIR)$(vadir)/gallium_drv_video.*
-+ $(RM) $(DESTDIR)$(vadir)/gallium_drv_video.la
-
- uninstall-hook:
- for i in $(TARGET_DRIVERS); do \
-diff -ru -x '*~' mesa-12.0.3-orig/src/gallium/targets/vdpau/Makefile.am mesa-12.0.3/src/gallium/targets/vdpau/Makefile.am
---- mesa-12.0.3-orig/src/gallium/targets/vdpau/Makefile.am 2016-05-24 21:19:37.000000000 +0200
-+++ mesa-12.0.3/src/gallium/targets/vdpau/Makefile.am 2016-09-22 14:42:19.173575498 +0200
-@@ -103,15 +103,14 @@
- done;
- endif
-
--# hardlink each megadriver instance, but don't actually have
--# libvdpau_gallium.so in the set of final installed files.
-+# symlink each megadriver instance.
- install-data-hook:
- $(AM_V_GEN)dest_dir=$(DESTDIR)/$(vdpaudir); \
- for i in $(TARGET_DRIVERS); do \
- j=libvdpau_gallium.$(LIB_EXT); \
- k=libvdpau_$${i}.$(LIB_EXT); \
- l=$${k}.$(VDPAU_MAJOR).$(VDPAU_MINOR).0; \
-- ln -f $${dest_dir}/$${j}.$(VDPAU_MAJOR).$(VDPAU_MINOR).0 \
-+ ln -srf $${dest_dir}/$${j}.$(VDPAU_MAJOR).$(VDPAU_MINOR).0 \
- $${dest_dir}/$${l}; \
- ln -sf $${l} \
- $${dest_dir}/$${k}.$(VDPAU_MAJOR).$(VDPAU_MINOR); \
-@@ -120,7 +119,7 @@
- ln -sf $${l} \
- $${dest_dir}/$${k}; \
- done; \
-- $(RM) $${dest_dir}/libvdpau_gallium.*; \
-+ $(RM) $${dest_dir}/libvdpau_gallium.la \
- $(RM) -d $${dest_dir} &>/dev/null || true
-
- uninstall-hook:
- for i in $(TARGET_DRIVERS); do \
-diff -ru -x '*~' mesa-12.0.3-orig/src/gallium/targets/xvmc/Makefile.am mesa-12.0.3/src/gallium/targets/xvmc/Makefile.am
---- mesa-12.0.3-orig/src/gallium/targets/xvmc/Makefile.am 2016-05-24 21:19:37.000000000 +0200
-+++ mesa-12.0.3/src/gallium/targets/xvmc/Makefile.am 2016-09-22 14:54:22.291014543 +0200
-@@ -73,7 +73,7 @@
- j=libXvMCgallium.$(LIB_EXT); \
- k=libXvMC$${i}.$(LIB_EXT); \
- l=$${k}.$(XVMC_MAJOR).$(XVMC_MINOR).0; \
-- ln -f $${dest_dir}/$${j}.$(XVMC_MAJOR).$(XVMC_MINOR).0 \
-+ ln -srf $${dest_dir}/$${j}.$(XVMC_MAJOR).$(XVMC_MINOR).0 \
- $${dest_dir}/$${l}; \
- ln -sf $${l} \
- $${dest_dir}/$${k}.$(XVMC_MAJOR).$(XVMC_MINOR); \
-@@ -82,7 +82,7 @@
- ln -sf $${l} \
- $${dest_dir}/$${k}; \
- done; \
-- $(RM) $${dest_dir}/libXvMCgallium.*; \
-+ $(RM) $${dest_dir}/libXvMCgallium.la \
- $(RM) -d $${dest_dir} &>/dev/null || true
-
- uninstall-hook:
- for i in $(TARGET_DRIVERS); do \
-diff -ru -x '*~' mesa-12.0.3-orig/src/mesa/drivers/dri/Makefile.am mesa-12.0.3/src/mesa/drivers/dri/Makefile.am
---- mesa-12.0.3-orig/src/mesa/drivers/dri/Makefile.am 2016-09-08 18:57:48.000000000 +0200
-+++ mesa-12.0.3/src/mesa/drivers/dri/Makefile.am 2016-09-22 14:42:19.173575498 +0200
-@@ -94,14 +94,13 @@
- done;
- endif
-
--# hardlink each megadriver instance, but don't actually have
--# mesa_dri_drivers.so in the set of final installed files.
-+# symink each megadriver instance.
- install-data-hook:
- for i in $(MEGADRIVERS); do \
-- ln -f $(DESTDIR)$(dridir)/mesa_dri_drivers.so \
-+ ln -srf $(DESTDIR)$(dridir)/mesa_dri_drivers.so \
- $(DESTDIR)$(dridir)/$$i; \
- done;
-- $(RM) $(DESTDIR)$(dridir)/mesa_dri_drivers.*
-+ $(RM) $(DESTDIR)$(dridir)/mesa_dri_drivers.la
-
- uninstall-hook:
- for i in $(MEGADRIVERS); do \
diff --git a/pkgs/development/libraries/mlt/default.nix b/pkgs/development/libraries/mlt/default.nix
index d8075c41a70..a56deff66e4 100644
--- a/pkgs/development/libraries/mlt/default.nix
+++ b/pkgs/development/libraries/mlt/default.nix
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
name = "mlt-${version}";
- version = "6.10.0";
+ version = "6.16.0";
src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
rev = "v${version}";
- sha256 = "0ki86yslr5ywa6sz8pjrgd9a4rn2rr4mss2zkmqi7pq8prgsm1fr";
+ sha256 = "1362fv63p34kza9v4b71b6wakgvsa2vdx9y0g28x3yh4cp4k97kx";
};
buildInputs = [
diff --git a/pkgs/development/libraries/mlt/qt-5.nix b/pkgs/development/libraries/mlt/qt-5.nix
index 85ea7a6292a..f46ec57197f 100644
--- a/pkgs/development/libraries/mlt/qt-5.nix
+++ b/pkgs/development/libraries/mlt/qt-5.nix
@@ -7,13 +7,13 @@ let inherit (stdenv.lib) getDev; in
stdenv.mkDerivation rec {
name = "mlt-${version}";
- version = "6.14.0";
+ version = "6.16.0";
src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
rev = "v${version}";
- sha256 = "0lxjrd0rsadkfwg86qp0p176kqd9zdfhbmjygmrg5jklmxzd5i25";
+ sha256 = "1362fv63p34kza9v4b71b6wakgvsa2vdx9y0g28x3yh4cp4k97kx";
};
buildInputs = [
diff --git a/pkgs/development/libraries/movit/default.nix b/pkgs/development/libraries/movit/default.nix
index 849da2e6cad..96444ea4a23 100644
--- a/pkgs/development/libraries/movit/default.nix
+++ b/pkgs/development/libraries/movit/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "movit-${version}";
- version = "1.6.2";
+ version = "1.6.3";
src = fetchurl {
url = "https://movit.sesse.net/${name}.tar.gz";
- sha256 = "1q9h086v6h3da4b9qyflcjx73cgnqjhb92rv6g4j90m34dndaa3l";
+ sha256 = "164lm5sg95ca6k546zf775g3s79mgff0az96wl6hbmlrxh4z26gb";
};
outputs = [ "out" "dev" ];
diff --git a/pkgs/development/libraries/mp4v2/default.nix b/pkgs/development/libraries/mp4v2/default.nix
index 51081f25bf2..f920f637960 100644
--- a/pkgs/development/libraries/mp4v2/default.nix
+++ b/pkgs/development/libraries/mp4v2/default.nix
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
})
];
+ buildFlags = [ "CXXFLAGS=-std=c++03" ];
+
# `faac' expects `mp4.h'.
postInstall = "ln -s mp4v2/mp4v2.h $out/include/mp4.h";
diff --git a/pkgs/development/libraries/mtxclient/default.nix b/pkgs/development/libraries/mtxclient/default.nix
index 3ab1e0a7974..ef8525cf54d 100644
--- a/pkgs/development/libraries/mtxclient/default.nix
+++ b/pkgs/development/libraries/mtxclient/default.nix
@@ -1,39 +1,35 @@
{ stdenv, fetchFromGitHub, fetchpatch, cmake, pkgconfig
-, boost, openssl, zlib, libsodium, olm, gtest, spdlog, nlohmann_json }:
+, boost, openssl, zlib, libsodium, olm, nlohmann_json }:
stdenv.mkDerivation rec {
name = "mtxclient-${version}";
- version = "0.2.0";
+ version = "0.2.1";
src = fetchFromGitHub {
- owner = "mujx";
+ owner = "Nheko-Reborn";
repo = "mtxclient";
rev = "v${version}";
- sha256 = "19v1qa6mzvc65m7wy7x0g4i24bcg9xk31y1grwvd3zr0l4v6xcgs";
+ sha256 = "0pycznrvj57ff6gbwfn1xj943d2dr4vadl79hii1z16gn0nzxpmj";
};
- patches = [
- # remove on the next mtxclient update
- (fetchpatch {
- url = "https://github.com/Nheko-Reborn/mtxclient/commit/41314809da7eb17ec00cff1795af6a528c5e904a.diff";
- sha256 = "17pzrkdhd4jr8xwd7hhyzak880k8yb9nkg3vcbyjfp5si89dha5j";
- })
+ cmakeFlags = [
+ "-DBUILD_LIB_TESTS=OFF"
+ "-DBUILD_LIB_EXAMPLES=OFF"
+ "-Dnlohmann_json_DIR=${nlohmann_json}/lib/cmake/nlohmann_json"
];
- postPatch = ''
- ln -s ${nlohmann_json}/include/nlohmann/json.hpp include/json.hpp
- '';
-
- cmakeFlags = [ "-DBUILD_LIB_TESTS=OFF" "-DBUILD_LIB_EXAMPLES=OFF" ];
-
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ boost openssl zlib libsodium olm ];
meta = with stdenv.lib; {
description = "Client API library for Matrix, built on top of Boost.Asio";
- homepage = https://github.com/mujx/mtxclient;
+ homepage = https://github.com/Nheko-Reborn/mtxclient;
license = licenses.mit;
maintainers = with maintainers; [ fpletz ];
platforms = platforms.unix;
+
+ # As of 2019-06-30, all of the dependencies are available on macOS but the
+ # package itself does not build.
+ broken = stdenv.isDarwin;
};
}
diff --git a/pkgs/development/libraries/mumlib/default.nix b/pkgs/development/libraries/mumlib/default.nix
new file mode 100644
index 00000000000..7117599d15e
--- /dev/null
+++ b/pkgs/development/libraries/mumlib/default.nix
@@ -0,0 +1,28 @@
+{ stdenv, lib, fetchFromGitHub, cmake, pkgconfig
+, boost, openssl, log4cpp, libopus, protobuf }:
+with lib; stdenv.mkDerivation rec {
+ pname = "mumlib";
+ version = "unstable-2018-12-12";
+
+ src = fetchFromGitHub {
+ owner = "slomkowski";
+ repo = "mumlib";
+ rev = "f91720de264c0ab5e02bb30deafc5c4b2c245eac";
+ sha256 = "0p29z8379dp2ra0420x8xjp4d3r2mf680lj38xmlc8npdzqjqjdp";
+ };
+
+ buildInputs = [ boost openssl libopus protobuf log4cpp ];
+ nativeBuildInputs = [ cmake pkgconfig ];
+ installPhase = ''
+ install -Dm555 libmumlib.so $out/lib/libmumlib.so
+ cp -a ../include $out
+ '';
+
+ meta = {
+ description = "Fairy simple Mumble library written in C++, using boost::asio asynchronous networking framework";
+ homepage = "https://github.com/slomkowski/mumlib";
+ maintainers = with maintainers; [ das_j ];
+ license = licenses.gpl2;
+ platforms = platforms.linux;
+ };
+}
diff --git a/pkgs/development/libraries/mutest/default.nix b/pkgs/development/libraries/mutest/default.nix
new file mode 100644
index 00000000000..b247706067e
--- /dev/null
+++ b/pkgs/development/libraries/mutest/default.nix
@@ -0,0 +1,34 @@
+{ stdenv
+, fetchFromGitHub
+, meson
+, ninja
+}:
+
+stdenv.mkDerivation rec {
+ pname = "mutest";
+ version = "unstable-2019-10-12";
+
+ outputs = [ "out" "dev" ];
+
+ src = fetchFromGitHub {
+ owner = "ebassi";
+ repo = "mutest";
+ rev = "822b5ddf07f957135ba39889d81e513d525b9b8e";
+ sha256 = "0a5fjdq9p0q5bibqngbbpd9lga0gzrv8yj5wgdfb8ylxzg0jph2p";
+ };
+
+ nativeBuildInputs = [
+ meson
+ ninja
+ ];
+
+ doCheck = true;
+
+ meta = with stdenv.lib; {
+ homepage = https://ebassi.github.io/mutest/mutest.md.html;
+ description = "A BDD testing framework for C, inspired by Mocha";
+ license = licenses.mit;
+ maintainers = with maintainers; [ jtojnar worldofpeace ];
+ platforms = platforms.all;
+ };
+}
diff --git a/pkgs/development/libraries/nco/default.nix b/pkgs/development/libraries/nco/default.nix
index f801e25d91f..55e9f44eae3 100644
--- a/pkgs/development/libraries/nco/default.nix
+++ b/pkgs/development/libraries/nco/default.nix
@@ -1,17 +1,17 @@
-{ stdenv, fetchurl, netcdf, netcdfcxx4, gsl, udunits, antlr, which, curl }:
+{ stdenv, fetchurl, netcdf, netcdfcxx4, gsl, udunits, antlr, which, curl, flex }:
stdenv.mkDerivation rec {
- version = "4.5.5";
+ version = "4.8.1";
name = "nco-${version}";
- buildInputs = [ netcdf netcdfcxx4 gsl udunits antlr which curl ];
+ buildInputs = [ netcdf netcdfcxx4 gsl udunits antlr which curl flex ];
src = fetchurl {
url = "https://github.com/nco/nco/archive/${version}.tar.gz";
- sha256 = "bc6f5b976fdfbdec51f2ebefa158fa54672442c2fd5f042ba884f9f32c2ad666";
+ sha256 = "0s1ww78p4cb2d9qkr4zs439x4xk3ndq6lv8ps677jrn28vnkzbnx";
};
- meta = {
+ meta = {
description = "NetCDF Operator toolkit";
longDescription = "The NCO (netCDF Operator) toolkit manipulates and analyzes data stored in netCDF-accessible formats, including DAP, HDF4, and HDF5";
homepage = http://nco.sourceforge.net/;
diff --git a/pkgs/development/libraries/nss/default.nix b/pkgs/development/libraries/nss/default.nix
index f3fc4caf315..b410686865f 100644
--- a/pkgs/development/libraries/nss/default.nix
+++ b/pkgs/development/libraries/nss/default.nix
@@ -5,7 +5,7 @@ let
url = http://dev.gentoo.org/~polynomial-c/mozilla/nss-3.15.4-pem-support-20140109.patch.xz;
sha256 = "10ibz6y0hknac15zr6dw4gv9nb5r5z9ym6gq18j3xqx7v7n3vpdw";
};
- version = "3.44";
+ version = "3.44.1";
underscoreVersion = builtins.replaceStrings ["."] ["_"] version;
in stdenv.mkDerivation rec {
@@ -14,7 +14,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://mozilla/security/nss/releases/NSS_${underscoreVersion}_RTM/src/${name}.tar.gz";
- sha256 = "1zvabgxlyvz3fnv4w89y4a5qkscjmm88naf929dgvvgfnrchwqm5";
+ sha256 = "1y0jvva4s3j7cjz22kqw2lsml0an1295bgpc2raf7kc9r60cpr7w";
};
depsBuildBuild = [ buildPackages.stdenv.cc ];
diff --git a/pkgs/development/libraries/nss_wrapper/default.nix b/pkgs/development/libraries/nss_wrapper/default.nix
index e165f037be6..79eb4d1e10e 100644
--- a/pkgs/development/libraries/nss_wrapper/default.nix
+++ b/pkgs/development/libraries/nss_wrapper/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, cmake, pkgconfig }:
stdenv.mkDerivation rec {
- name = "nss_wrapper-1.1.5";
+ name = "nss_wrapper-1.1.6";
src = fetchurl {
url = "mirror://samba/cwrap/${name}.tar.gz";
- sha256 = "0srk7hffhkwl811q4pjy0n0gm8rh26akb2bh6avcpbns0zzn9ldn";
+ sha256 = "1hijnwabj4nh0m0a913pq07iqq0bw8qb2zxcv73zbnsaay7pa55h";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/development/libraries/nsss/default.nix b/pkgs/development/libraries/nsss/default.nix
index f503799e6b1..cd1205e2c7d 100644
--- a/pkgs/development/libraries/nsss/default.nix
+++ b/pkgs/development/libraries/nsss/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, skawarePackages }:
+{ skawarePackages }:
with skawarePackages;
diff --git a/pkgs/development/libraries/nuspell/default.nix b/pkgs/development/libraries/nuspell/default.nix
index b667dea8d49..91318c802d8 100644
--- a/pkgs/development/libraries/nuspell/default.nix
+++ b/pkgs/development/libraries/nuspell/default.nix
@@ -1,19 +1,21 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, boost, icu, catch2 }:
+{ stdenv, fetchFromGitHub, cmake, pkgconfig, boost, icu, catch2, ronn }:
stdenv.mkDerivation rec {
name = "nuspell-${version}";
- version = "2.2.0";
+ version = "2.3.0";
src = fetchFromGitHub {
owner = "nuspell";
repo = "nuspell";
rev = "v${version}";
- sha256 = "17khkb1sxn1p6rfql72l7a4lxafbxj0dwi95hsmyi6wajvfrg9sy";
+ sha256 = "0n5cajrp1fhk8p54ch3akkd9nl8b9c6wwf25980dhagcdys3vab3";
};
- nativeBuildInputs = [ cmake pkgconfig ];
+ nativeBuildInputs = [ cmake pkgconfig ronn ];
buildInputs = [ boost icu ];
+ outputs = [ "out" "lib" "dev" "man" ];
+
enableParallelBuilding = true;
postPatch = ''
@@ -21,6 +23,10 @@ stdenv.mkDerivation rec {
ln -sf ${catch2.src} external/Catch2
'';
+ postInstall = ''
+ rm -rf $out/share/doc
+ '';
+
meta = with stdenv.lib; {
description = "Free and open source C++ spell checking library";
homepage = "https://nuspell.github.io/";
diff --git a/pkgs/development/libraries/odpic/default.nix b/pkgs/development/libraries/odpic/default.nix
index 931ecc186be..f3e8742bb20 100644
--- a/pkgs/development/libraries/odpic/default.nix
+++ b/pkgs/development/libraries/odpic/default.nix
@@ -1,12 +1,19 @@
-{ stdenv, fetchurl, fixDarwinDylibNames, oracle-instantclient, libaio }:
+{ stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
-stdenv.mkDerivation rec {
- name = "odpic-${version}";
- version = "3.1.0";
+let
+ version = "3.2.1";
+ libPath = stdenv.lib.makeLibraryPath [ oracle-instantclient.lib ];
- src = fetchurl {
- url = "https://github.com/oracle/odpi/archive/v${version}.tar.gz";
- sha256 = "0m6g7lbvfir4amf2cnap9wz9fmqrihqpihd84igrd7fp076894c0";
+in stdenv.mkDerivation {
+ inherit version;
+
+ pname = "odpic";
+
+ src = fetchFromGitHub {
+ owner = "oracle";
+ repo = "odpi";
+ rev = "v${version}";
+ sha256 = "1f9gznc7h73cgx32p55rkhzla6l7l9dg53ilwh6zdgdqlp7n018i";
};
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin [ fixDarwinDylibNames ];
@@ -14,15 +21,12 @@ stdenv.mkDerivation rec {
buildInputs = [ oracle-instantclient ]
++ stdenv.lib.optionals stdenv.isLinux [ libaio ];
- libPath = stdenv.lib.makeLibraryPath
- [ oracle-instantclient ];
-
dontPatchELF = true;
makeFlags = [ "PREFIX=$(out)" "CC=cc" "LD=cc"];
postFixup = ''
${stdenv.lib.optionalString (stdenv.isLinux) ''
- patchelf --set-rpath "${libPath}" $out/lib/libodpic${stdenv.hostPlatform.extensions.sharedLibrary}
+ patchelf --set-rpath "${libPath}:$(patchelf --print-rpath $out/lib/libodpic${stdenv.hostPlatform.extensions.sharedLibrary})" $out/lib/libodpic${stdenv.hostPlatform.extensions.sharedLibrary}
''}
${stdenv.lib.optionalString (stdenv.isDarwin) ''
install_name_tool -add_rpath "${libPath}" $out/lib/libodpic${stdenv.hostPlatform.extensions.sharedLibrary}
diff --git a/pkgs/development/libraries/ogre/default.nix b/pkgs/development/libraries/ogre/default.nix
index a6de278a7a7..f1b6060e166 100644
--- a/pkgs/development/libraries/ogre/default.nix
+++ b/pkgs/development/libraries/ogre/default.nix
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
name = "ogre-${version}";
- version = "1.12.0";
+ version = "1.12.1";
src = fetchurl {
url = "https://github.com/OGRECave/ogre/archive/v${version}.zip";
- sha256 = "1hkkg5prixppiq1p5jz7wz1npm5s7kwm1s86079280waccvr2v6x";
+ sha256 = "1iv6k0dwdzg5nnzw2mcgcl663q4f7p2kj7nhs8afnsikrzxxgsi4";
};
cmakeFlags = [ "-DOGRE_BUILD_SAMPLES=${toString withSamples}" ]
diff --git a/pkgs/development/libraries/olm/default.nix b/pkgs/development/libraries/olm/default.nix
index 4749efb5f00..49daff30e7b 100644
--- a/pkgs/development/libraries/olm/default.nix
+++ b/pkgs/development/libraries/olm/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
description = "Implements double cryptographic ratchet and Megolm ratchet";
license = stdenv.lib.licenses.asl20;
homepage = https://matrix.org/git/olm/about;
- platforms = stdenv.lib.platforms.linux;
+ platforms = with stdenv.lib.platforms; darwin ++ linux;
};
src = fetchurl {
@@ -22,5 +22,7 @@ stdenv.mkDerivation rec {
# requires optimisation but memory operations are compiled with -O0
hardeningDisable = ["fortify"];
+ makeFlags = if stdenv.cc.isClang then [ "CC=cc" ] else null;
+
installFlags = "PREFIX=$(out)";
}
diff --git a/pkgs/development/libraries/oniguruma/default.nix b/pkgs/development/libraries/oniguruma/default.nix
index b54f34fbb2c..e64d21c87ed 100644
--- a/pkgs/development/libraries/oniguruma/default.nix
+++ b/pkgs/development/libraries/oniguruma/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "onig-${version}";
- version = "6.9.2";
+ version = "6.9.3";
src = fetchFromGitHub {
owner = "kkos";
repo = "oniguruma";
rev = "v${version}";
- sha256 = "15asc9v6ylal8fwzlnrh673mp62wngxvv9jx7h86vhljjdap6yfc";
+ sha256 = "0wzmqpjmxpryk83acbyhl9gwgm43ixbwraga2g5li9kx88mv4k0n";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/development/libraries/openbsm/default.nix b/pkgs/development/libraries/openbsm/default.nix
index 13666542528..2b2fc3ff4d5 100644
--- a/pkgs/development/libraries/openbsm/default.nix
+++ b/pkgs/development/libraries/openbsm/default.nix
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
patches = lib.optional stdenv.isDarwin [ ./bsm-add-audit_token_to_pid.patch ];
+ configureFlags = [ "ac_cv_file__usr_include_mach_audit_triggers_defs=no" ];
+
meta = {
homepage = http://www.openbsm.org/;
platforms = lib.platforms.unix;
diff --git a/pkgs/development/libraries/opencascade-occt/default.nix b/pkgs/development/libraries/opencascade-occt/default.nix
index 2d1e0ffb200..83b1cfc2add 100644
--- a/pkgs/development/libraries/opencascade-occt/default.nix
+++ b/pkgs/development/libraries/opencascade-occt/default.nix
@@ -1,22 +1,10 @@
-{ stdenv
-, fetchurl
-, cmake
-, tcl
-, tk
-, vtk
-, mesa_glu
-, libXext
-, libXmu
-, libXi
-, doxygen
-}:
+{ stdenv, fetchurl, fetchpatch, cmake, ninja, tcl, tk,
+ libGL, libGLU, libXext, libXmu, libXi }:
-let version = "7.3.0p3";
- commit = "V${builtins.replaceStrings ["."] ["_"] version}";
-
-in stdenv.mkDerivation {
-
- name = "opencascade-occt-${version}";
+stdenv.mkDerivation rec {
+ pname = "opencascade-occt";
+ version = "7.3.0p3";
+ commit = "V${builtins.replaceStrings ["."] ["_"] version}";
src = fetchurl {
name = "occt-${commit}.tar.gz";
@@ -24,10 +12,8 @@ in stdenv.mkDerivation {
sha256 = "0k9c3ypcnjcilq1dhsf6xxbd52gyq4h5rchvp30k3c8ph4ris5pz";
};
- nativeBuildInputs = [ cmake ];
- buildInputs = [ tcl tk vtk mesa_glu libXext libXmu libXi doxygen ];
-
- enableParallelBuilding = true;
+ nativeBuildInputs = [ cmake ninja ];
+ buildInputs = [ tcl tk libGL libGLU libXext libXmu libXi ];
meta = with stdenv.lib; {
description = "Open CASCADE Technology, libraries for 3D modeling and numerical simulation";
diff --git a/pkgs/development/libraries/opencollada/default.nix b/pkgs/development/libraries/opencollada/default.nix
index d3e1482feb4..cd3da4a7960 100644
--- a/pkgs/development/libraries/opencollada/default.nix
+++ b/pkgs/development/libraries/opencollada/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "opencollada-${version}";
- version = "1.6.67";
+ version = "1.6.68";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "OpenCOLLADA";
rev = "v${version}";
- sha256 = "0x1h2ns0y05bdvn3i5s600jz6nb8qw8qqgg54njz7833bcy913mj";
+ sha256 = "1ym16fxx9qhf952vva71sdzgbm7ifis0h1n5fj1bfdj8zvvkbw5w";
};
nativeBuildInputs = [ pkgconfig ];
diff --git a/pkgs/development/libraries/opencv/3.x.nix b/pkgs/development/libraries/opencv/3.x.nix
index b0652176c94..d5dc716c4a8 100644
--- a/pkgs/development/libraries/opencv/3.x.nix
+++ b/pkgs/development/libraries/opencv/3.x.nix
@@ -1,7 +1,7 @@
{ lib, stdenv
-, fetchurl, fetchFromGitHub, fetchpatch
+, fetchFromGitHub, fetchpatch
, cmake, pkgconfig, unzip, zlib, pcre, hdf5
-, glog, boost, google-gflags, protobuf
+, glog, boost, gflags, protobuf
, config
, enableJPEG ? true, libjpeg
@@ -31,24 +31,24 @@
, enableDC1394 ? false, libdc1394
, enableDocs ? false, doxygen, graphviz-nox
-, cf-private, AVFoundation, Cocoa, VideoDecodeAcceleration, bzip2
+, AVFoundation, Cocoa, VideoDecodeAcceleration, bzip2
}:
let
- version = "3.4.6";
+ version = "3.4.7";
src = fetchFromGitHub {
owner = "opencv";
repo = "opencv";
rev = version;
- sha256 = "1gf0rbgd5s13q46bdna0bqn4yz9rxfhvlhbp5ds9hs326q8zprg8";
+ sha256 = "0r5rrcnqx2lsnr1ja5ij2chb7yk9kkamr4p0ik52sqxydwkv3z50";
};
contribSrc = fetchFromGitHub {
owner = "opencv";
repo = "opencv_contrib";
rev = version;
- sha256 = "115qcq0k2wmvhxw5lyv14yrd8m6xq3qy0pdby90ml2yl1caymbfy";
+ sha256 = "1ik6acsmgrx66awf19r2y3ijqvv9xg43gaphwszbiyi0jq3r43yw";
};
# Contrib must be built in order to enable Tesseract support:
@@ -61,16 +61,16 @@ let
src = fetchFromGitHub {
owner = "opencv";
repo = "opencv_3rdparty";
- rev = "bdb7bb85f34a8cb0d35e40a81f58da431aa1557a";
- sha256 = "1ys9mshfpm8iy8h4ml792gnqrq959dsrcv26axx14niivxyjbji8";
+ rev = "32e315a5b106a7b89dbed51c28f8120a48b368b4";
+ sha256 = "19w9f0r16072s59diqxsr5q6nmwyz9gnxjs49nglzhd66p3ddbkp";
} + "/ippicv";
- files = let name = platform : "ippicv_2017u3_${platform}_general_20180518.tgz"; in
+ files = let name = platform : "ippicv_2019_${platform}_general_20180723.tgz"; in
if stdenv.hostPlatform.system == "x86_64-linux" then
- { ${name "lnx_intel64"} = "b7cc351267db2d34b9efa1cd22ff0572"; }
+ { ${name "lnx_intel64"} = "c0bd78adb4156bbf552c1dfe90599607"; }
else if stdenv.hostPlatform.system == "i686-linux" then
- { ${name "lnx_ia32"} = "ea72de74dae3c604eb6348395366e78e"; }
+ { ${name "lnx_ia32"} = "4f38432c30bfd6423164b7a24bbc98a0"; }
else if stdenv.hostPlatform.system == "x86_64-darwin" then
- { ${name "mac_intel64"} = "3ae52b9be0fe73dd45bc5e9429cd3732"; }
+ { ${name "mac_intel64"} = "fe6b2bb75ae0e3f19ad3ae1a31dfa4a2"; }
else
throw "ICV is not available for this platform (or not yet supported by this package)";
dst = ".cache/ippicv";
@@ -147,12 +147,6 @@ stdenv.mkDerivation rec {
cp --no-preserve=mode -r "${contribSrc}/modules" "$NIX_BUILD_TOP/opencv_contrib"
'';
- patches = lib.optional stdenv.isDarwin
- (fetchpatch {
- url = "https://github.com/opencv/opencv/commit/7621b91769098359e893e68ad474040ca7940fa1.patch";
- sha256 = "12qb14yd5934ig61lzs4pg29gak9wjyhnj7nmfx5r213jj1a4m21";
- });
-
# This prevents cmake from using libraries in impure paths (which
# causes build failure on non NixOS)
# Also, work around https://github.com/NixOS/nixpkgs/issues/26304 with
@@ -179,7 +173,7 @@ stdenv.mkDerivation rec {
'';
buildInputs =
- [ zlib pcre hdf5 glog boost google-gflags ]
+ [ zlib pcre hdf5 glog boost gflags ]
++ lib.optional useSystemProtobuf protobuf
++ lib.optional enablePython pythonPackages.python
++ lib.optional enableGtk2 gtk2
@@ -206,7 +200,7 @@ stdenv.mkDerivation rec {
++ lib.optionals enableTesseract [ tesseract leptonica ]
++ lib.optional enableTbb tbb
++ lib.optional enableCuda cudatoolkit
- ++ lib.optionals stdenv.isDarwin [ cf-private AVFoundation Cocoa VideoDecodeAcceleration bzip2 ]
+ ++ lib.optionals stdenv.isDarwin [ bzip2 AVFoundation Cocoa VideoDecodeAcceleration ]
++ lib.optionals enableDocs [ doxygen graphviz-nox ];
propagatedBuildInputs = lib.optional enablePython pythonPackages.numpy;
@@ -246,6 +240,9 @@ stdenv.mkDerivation rec {
"-DBUILD_opencv_videoio=OFF"
] ++ lib.optionals enablePython [
"-DOPENCV_SKIP_PYTHON_LOADER=ON"
+ ] ++ lib.optional enableEigen [
+ # Autodetection broken by https://github.com/opencv/opencv/pull/13337
+ "-DEIGEN_INCLUDE_PATH=${eigen}/include/eigen3"
];
enableParallelBuilding = true;
diff --git a/pkgs/development/libraries/opencv/4.x.nix b/pkgs/development/libraries/opencv/4.x.nix
index b4ad2bcb867..3fdc392e92b 100644
--- a/pkgs/development/libraries/opencv/4.x.nix
+++ b/pkgs/development/libraries/opencv/4.x.nix
@@ -1,7 +1,7 @@
{ lib, stdenv
-, fetchurl, fetchFromGitHub
+, fetchurl, fetchFromGitHub, fetchpatch
, cmake, pkgconfig, unzip, zlib, pcre, hdf5
-, glog, boost, google-gflags, protobuf
+, glog, boost, gflags, protobuf
, config
, enableJPEG ? true, libjpeg
@@ -31,7 +31,7 @@
, enableDC1394 ? false, libdc1394
, enableDocs ? false, doxygen, graphviz-nox
-, cf-private, AVFoundation, Cocoa, VideoDecodeAcceleration, bzip2
+, AVFoundation, Cocoa, VideoDecodeAcceleration, bzip2
}:
let
@@ -160,6 +160,14 @@ stdenv.mkDerivation rec {
cp --no-preserve=mode -r "${contribSrc}/modules" "$NIX_BUILD_TOP/source/opencv_contrib"
'';
+ patches = [
+ (fetchpatch {
+ url = "https://github.com/opencv/opencv/commit/5691d998ead1d9b0542bcfced36c2dceb3a59023.patch";
+ name = "CVE-2019-14493.patch";
+ sha256 = "14qva9f5z10apz5q0skdyiclr9sgkhab4fzksy1w3b6j6hg4wm7m";
+ })
+ ];
+
# This prevents cmake from using libraries in impure paths (which
# causes build failure on non NixOS)
# Also, work around https://github.com/NixOS/nixpkgs/issues/26304 with
@@ -187,7 +195,7 @@ stdenv.mkDerivation rec {
'';
buildInputs =
- [ zlib pcre hdf5 glog boost google-gflags protobuf ]
+ [ zlib pcre hdf5 glog boost gflags protobuf ]
++ lib.optional enablePython pythonPackages.python
++ lib.optional enableGtk2 gtk2
++ lib.optional enableGtk3 gtk3
@@ -213,7 +221,7 @@ stdenv.mkDerivation rec {
++ lib.optionals enableTesseract [ tesseract leptonica ]
++ lib.optional enableTbb tbb
++ lib.optional enableCuda cudatoolkit
- ++ lib.optionals stdenv.isDarwin [ cf-private AVFoundation Cocoa VideoDecodeAcceleration bzip2 ]
+ ++ lib.optionals stdenv.isDarwin [ bzip2 AVFoundation Cocoa VideoDecodeAcceleration ]
++ lib.optionals enableDocs [ doxygen graphviz-nox ];
propagatedBuildInputs = lib.optional enablePython pythonPackages.numpy;
diff --git a/pkgs/development/libraries/opencv/default.nix b/pkgs/development/libraries/opencv/default.nix
index 123b8807a74..784071c6e4d 100644
--- a/pkgs/development/libraries/opencv/default.nix
+++ b/pkgs/development/libraries/opencv/default.nix
@@ -10,7 +10,7 @@
, enableFfmpeg ? false, ffmpeg
, enableGStreamer ? false, gst_all_1
, enableEigen ? true, eigen
-, cf-private, Cocoa, QTKit
+, Cocoa, QTKit
}:
let
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
++ lib.optional enableFfmpeg ffmpeg
++ lib.optionals enableGStreamer (with gst_all_1; [ gstreamer gst-plugins-base ])
++ lib.optional enableEigen eigen
- ++ lib.optionals stdenv.isDarwin [ Cocoa QTKit cf-private /* For NSDefaultRunLoopMode */ ]
+ ++ lib.optionals stdenv.isDarwin [ Cocoa QTKit ]
;
propagatedBuildInputs = lib.optional enablePython pythonPackages.numpy;
diff --git a/pkgs/development/libraries/opendkim/default.nix b/pkgs/development/libraries/opendkim/default.nix
index 3d110910b15..71885ba46f1 100644
--- a/pkgs/development/libraries/opendkim/default.nix
+++ b/pkgs/development/libraries/opendkim/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, libbsd, openssl, libmilter
-, perl, makeWrapper }:
+, autoreconfHook, perl, makeWrapper }:
stdenv.mkDerivation rec {
name = "opendkim-${version}";
@@ -16,10 +16,12 @@ stdenv.mkDerivation rec {
"ac_cv_func_realloc_0_nonnull=yes"
];
- nativeBuildInputs = [ pkgconfig makeWrapper ];
+ nativeBuildInputs = [ autoreconfHook pkgconfig makeWrapper ];
buildInputs = [ libbsd openssl libmilter perl ];
+ patches = [ ./openssl-1.1.patch ];
+
postInstall = ''
wrapProgram $out/sbin/opendkim-genkey \
--prefix PATH : ${openssl.bin}/bin
diff --git a/pkgs/development/libraries/opendkim/openssl-1.1.patch b/pkgs/development/libraries/opendkim/openssl-1.1.patch
new file mode 100644
index 00000000000..c36559cf16c
--- /dev/null
+++ b/pkgs/development/libraries/opendkim/openssl-1.1.patch
@@ -0,0 +1,81 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -864,26 +864,28 @@
+ AC_SEARCH_LIBS([ERR_peek_error], [crypto], ,
+ AC_MSG_ERROR([libcrypto not found]))
+
+- AC_SEARCH_LIBS([SSL_library_init], [ssl], ,
+- [
+- if test x"$enable_shared" = x"yes"
+- then
+- AC_MSG_ERROR([Cannot build shared opendkim
+- against static openssl libraries.
+- Configure with --disable-shared
+- to get this working or obtain a
+- shared libssl library for
+- opendkim to use.])
+- fi
+-
+- # avoid caching issue - last result of SSL_library_init
+- # shouldn't be cached for this next check
+- unset ac_cv_search_SSL_library_init
+- LIBCRYPTO_LIBS="$LIBCRYPTO_LIBS -ldl"
+- AC_SEARCH_LIBS([SSL_library_init], [ssl], ,
+- AC_MSG_ERROR([libssl not found]), [-ldl])
+- ]
+- )
++
++ AC_LINK_IFELSE(
++ [AC_LANG_PROGRAM([[#include ]],
++ [[SSL_library_init();]])],
++ [od_have_ossl="yes";],
++ [od_have_ossl="no";])
++ if test x"$od_have_ossl" = x"no"
++ then
++ if test x"$enable_shared" = x"yes"
++ then
++ AC_MSG_ERROR([Cannot build shared opendkim
++ against static openssl libraries.
++ Configure with --disable-shared
++ to get this working or obtain a
++ shared libssl library for
++ opendkim to use.])
++ fi
++
++ LIBCRYPTO_LIBS="$LIBCRYPTO_LIBS -ldl"
++ AC_SEARCH_LIBS([SSL_library_init], [ssl], ,
++ AC_MSG_ERROR([libssl not found]), [-ldl])
++ fi
+
+ AC_CHECK_DECL([SHA256_DIGEST_LENGTH],
+ AC_DEFINE([HAVE_SHA256], 1,
+--- a/opendkim/opendkim-crypto.c
++++ b/opendkim/opendkim-crypto.c
+@@ -222,7 +222,11 @@
+ {
+ assert(pthread_setspecific(id_key, ptr) == 0);
+
++#if OPENSSL_VERSION_NUMBER >= 0x10100000
++ OPENSSL_thread_stop();
++#else
+ ERR_remove_state(0);
++#endif
+
+ free(ptr);
+
+@@ -392,11 +396,15 @@
+ {
+ if (crypto_init_done)
+ {
++#if OPENSSL_VERSION_NUMBER >= 0x10100000
++ OPENSSL_thread_stop();
++#else
+ CRYPTO_cleanup_all_ex_data();
+ CONF_modules_free();
+ EVP_cleanup();
+ ERR_free_strings();
+ ERR_remove_state(0);
++#endif
+
+ if (nmutexes > 0)
+ {
diff --git a/pkgs/development/libraries/openexr/default.nix b/pkgs/development/libraries/openexr/default.nix
index 54b617fdc01..072848d7bbc 100644
--- a/pkgs/development/libraries/openexr/default.nix
+++ b/pkgs/development/libraries/openexr/default.nix
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
doCheck = false; # fails 1 of 1 tests
meta = with stdenv.lib; {
- homepage = http://www.openexr.com/;
+ homepage = https://www.openexr.com/;
license = licenses.bsd3;
platforms = platforms.all;
};
diff --git a/pkgs/development/libraries/openjpeg/1.x.nix b/pkgs/development/libraries/openjpeg/1.x.nix
index dfa5605dec8..2a625f32e7f 100644
--- a/pkgs/development/libraries/openjpeg/1.x.nix
+++ b/pkgs/development/libraries/openjpeg/1.x.nix
@@ -5,4 +5,5 @@ callPackage ./generic.nix (args // rec {
branch = "1.5";
revision = "version.1.5.2";
sha256 = "1dvvpvb597i5z8srz2v4c5dsbxb966h125jx3m2z0r2gd2wvpfkp";
+ testsSupport = false;
})
diff --git a/pkgs/development/libraries/openjpeg/2.x.nix b/pkgs/development/libraries/openjpeg/2.x.nix
index e865e2e8549..24f3752ef43 100644
--- a/pkgs/development/libraries/openjpeg/2.x.nix
+++ b/pkgs/development/libraries/openjpeg/2.x.nix
@@ -13,5 +13,15 @@ callPackage ./generic.nix (args // rec {
patches = [
./fix-cmake-config-includedir.patch
+ (fetchpatch {
+ url = "https://github.com/uclouvain/openjpeg/commit/21399f6b7d318fcdf4406d5e88723c4922202aa3.patch";
+ name = "CVE-2019-12973-1.patch";
+ sha256 = "161yvnfbzy2016qqapm0ywfgglgs1v8ljnk6fj8d2bwdh1cxxz8f";
+ })
+ (fetchpatch {
+ url = "https://github.com/uclouvain/openjpeg/commit/3aef207f90e937d4931daf6d411e092f76d82e66.patch";
+ name = "CVE-2019-12973-2.patch";
+ sha256 = "1jkkfw13l7nx4hxdhc7z17f4vfgqcaf09zpl235kypbxx1ygc7vq";
+ })
];
})
diff --git a/pkgs/development/libraries/openjpeg/generic.nix b/pkgs/development/libraries/openjpeg/generic.nix
index d3130a64b03..e26f4160921 100644
--- a/pkgs/development/libraries/openjpeg/generic.nix
+++ b/pkgs/development/libraries/openjpeg/generic.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig
-, libpng, libtiff, lcms2
+, libpng, libtiff, lcms2, jpylyzer
, mj2Support ? true # MJ2 executables
, jpwlLibSupport ? true # JPWL library & executables
, jpipLibSupport ? false # JPIP library & executables
@@ -8,7 +8,7 @@
, openjpegJarSupport ? false # Openjpeg jar (Java)
, jp3dSupport ? true # # JP3D comp
, thirdPartySupport ? false # Third party libraries - OFF: only build when found, ON: always build
-, testsSupport ? false
+, testsSupport ? true
, jdk ? null
# Inherit generics
, branch, version, revision, sha256, patches ? [], extraFlags ? [], ...
@@ -62,6 +62,13 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ libpng libtiff lcms2 ];
+ doCheck = (testsSupport && !stdenv.isAarch64); # tests fail on aarch64-linux
+ checkPhase = ''
+ substituteInPlace ../tools/ctest_scripts/travis-ci.cmake \
+ --replace "JPYLYZER_EXECUTABLE=" "JPYLYZER_EXECUTABLE=\"${jpylyzer}/bin/jpylyzer\" # "
+ OPJ_SOURCE_DIR=.. ctest -S ../tools/ctest_scripts/travis-ci.cmake
+ '';
+
passthru = {
incDir = "openjpeg-${branch}";
};
diff --git a/pkgs/development/libraries/openmpi/default.nix b/pkgs/development/libraries/openmpi/default.nix
index 1a0e589373c..760fc3e3232 100644
--- a/pkgs/development/libraries/openmpi/default.nix
+++ b/pkgs/development/libraries/openmpi/default.nix
@@ -15,16 +15,25 @@ in stdenv.mkDerivation rec {
name = "openmpi-${version}";
src = with stdenv.lib.versions; fetchurl {
- url = "http://www.open-mpi.org/software/ompi/v${major version}.${minor version}/downloads/${name}.tar.bz2";
+ url = "https://www.open-mpi.org/software/ompi/v${major version}.${minor version}/downloads/${name}.tar.bz2";
sha256 = "02cpzcp113gj5hb0j2xc0cqma2fn04i2i0bzf80r71120p9bdryc";
};
+ patches = [
+ (fetchpatch {
+ name = "openmpi-mca_btl_vader_component_close-segfault.patch";
+ url = "https://github.com/open-mpi/ompi/pull/6526.patch";
+ sha256 = "0s7ac9rkcj3fi6ampkvy76njlj478yyr4zvypjc7licy6dgr595x";
+ })
+ ];
+
postPatch = ''
patchShebangs ./
'';
buildInputs = with stdenv; [ gfortran zlib ]
- ++ lib.optionals isLinux [ libnl numactl libevent hwloc ]
+ ++ lib.optionals isLinux [ libnl numactl ]
+ ++ [ libevent hwloc ]
++ lib.optional (isLinux || isFreeBSD) rdma-core;
nativeBuildInputs = [ perl ];
@@ -44,7 +53,7 @@ in stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
- homepage = http://www.open-mpi.org/;
+ homepage = https://www.open-mpi.org/;
description = "Open source MPI-3 implementation";
longDescription = "The Open MPI Project is an open source MPI-3 implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.";
maintainers = with maintainers; [ markuskowa ];
diff --git a/pkgs/development/libraries/opensaml-cpp/default.nix b/pkgs/development/libraries/opensaml-cpp/default.nix
index 659c4fb7cff..9488ef484c6 100644
--- a/pkgs/development/libraries/opensaml-cpp/default.nix
+++ b/pkgs/development/libraries/opensaml-cpp/default.nix
@@ -1,17 +1,21 @@
-{ stdenv, fetchgit, autoreconfHook, boost, openssl, log4shib, xercesc, xml-security-c, xml-tooling-c, zlib }:
+{ stdenv, fetchgit, autoreconfHook, pkgconfig
+, boost, openssl, log4shib, xercesc, xml-security-c, xml-tooling-c, zlib
+}:
stdenv.mkDerivation rec {
name = "opensaml-cpp-${version}";
- version = "2.6.1";
+ version = "3.0.1";
src = fetchgit {
url = "https://git.shibboleth.net/git/cpp-opensaml.git";
rev = version;
- sha256 = "0wjb6jyvh4hwpy1pvhh63i821746nqijysrd4vasbirkf4h6z7nx";
+ sha256 = "0ms3sqmwqkrqb92d7jy2hqwnz5yd7cbrz73n321jik0jilrwl5w8";
};
- buildInputs = [ boost openssl log4shib xercesc xml-security-c xml-tooling-c zlib ];
- nativeBuildInputs = [ autoreconfHook ];
+ buildInputs = [
+ boost openssl log4shib xercesc xml-security-c xml-tooling-c zlib
+ ];
+ nativeBuildInputs = [ autoreconfHook pkgconfig ];
configureFlags = [ "--with-xmltooling=${xml-tooling-c}" ];
diff --git a/pkgs/development/libraries/openscenegraph/3.4.0.nix b/pkgs/development/libraries/openscenegraph/3.4.0.nix
deleted file mode 100644
index 8d083904189..00000000000
--- a/pkgs/development/libraries/openscenegraph/3.4.0.nix
+++ /dev/null
@@ -1,39 +0,0 @@
-{ stdenv, lib, fetchurl, cmake, pkgconfig, doxygen, unzip
-, freetype, libjpeg, jasper, libxml2, zlib, gdal, curl, libX11
-, cairo, poppler, librsvg, libpng, libtiff, libXrandr
-, xineLib, boost
-, withApps ? false
-, withSDL ? false, SDL
-, withQt4 ? false, qt4
-}:
-
-stdenv.mkDerivation rec {
- name = "openscenegraph-${version}";
- version = "3.4.0";
-
- src = fetchurl {
- url = "http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-${version}.zip";
- sha256 = "03h4wfqqk7rf3mpz0sa99gy715cwpala7964z2npd8jxfn27swjw";
- };
-
- nativeBuildInputs = [ pkgconfig cmake doxygen unzip ];
-
- buildInputs = [
- freetype libjpeg jasper libxml2 zlib gdal curl libX11
- cairo poppler librsvg libpng libtiff libXrandr boost
- xineLib
- ] ++ lib.optional withSDL SDL
- ++ lib.optional withQt4 qt4;
-
- enableParallelBuilding = true;
-
- cmakeFlags = lib.optional (!withApps) "-DBUILD_OSG_APPLICATIONS=OFF";
-
- meta = with stdenv.lib; {
- description = "A 3D graphics toolkit";
- homepage = http://www.openscenegraph.org/;
- maintainers = [ maintainers.raskin ];
- platforms = platforms.linux;
- license = "OpenSceneGraph Public License - free LGPL-based license";
- };
-}
diff --git a/pkgs/development/libraries/openscenegraph/default.nix b/pkgs/development/libraries/openscenegraph/default.nix
index 9f5ef3ff68c..1398e829dd5 100644
--- a/pkgs/development/libraries/openscenegraph/default.nix
+++ b/pkgs/development/libraries/openscenegraph/default.nix
@@ -26,14 +26,14 @@
}:
stdenv.mkDerivation rec {
- name = "openscenegraph-${version}";
- version = "3.6.3";
+ pname = "openscenegraph";
+ version = "3.6.4";
src = fetchFromGitHub {
owner = "openscenegraph";
repo = "OpenSceneGraph";
- rev = "d011ca4e8d83549a3688bf6bb8cd468dd9684822";
- sha256 = "0h32z15sa8sbq276j0iib0n707m8bs4p5ji9z2ah411446paad9q";
+ rev = "OpenSceneGraph-${version}";
+ sha256 = "0x8hdbzw0b71j91fzp9cwmy9a7ava8v8wwyj8nxijq942vdx1785";
};
nativeBuildInputs = [ pkgconfig cmake doxygen ];
@@ -64,14 +64,12 @@ stdenv.mkDerivation rec {
++ lib.optionals withExamples [ fltk wxGTK ]
;
- enableParallelBuilding = true;
-
cmakeFlags = lib.optional (!withApps) "-DBUILD_OSG_APPLICATIONS=OFF" ++ lib.optional withExamples "-DBUILD_OSG_EXAMPLES=ON";
meta = with stdenv.lib; {
description = "A 3D graphics toolkit";
homepage = http://www.openscenegraph.org/;
- maintainers = [ maintainers.raskin ];
+ maintainers = with maintainers; [ aanderse raskin ];
platforms = platforms.linux;
license = "OpenSceneGraph Public License - free LGPL-based license";
};
diff --git a/pkgs/development/libraries/openssl/default.nix b/pkgs/development/libraries/openssl/default.nix
index ef617a92eaa..67b903970d3 100644
--- a/pkgs/development/libraries/openssl/default.nix
+++ b/pkgs/development/libraries/openssl/default.nix
@@ -7,7 +7,7 @@
with stdenv.lib;
let
- common = args@{ version, sha256, patches ? [], withDocs ? false }: stdenv.mkDerivation rec {
+ common = { version, sha256, patches ? [], withDocs ? false }: stdenv.mkDerivation rec {
name = "openssl-${version}";
src = fetchurl {
diff --git a/pkgs/development/libraries/opensubdiv/default.nix b/pkgs/development/libraries/opensubdiv/default.nix
index 57f1c9830a6..72e532ae782 100644
--- a/pkgs/development/libraries/opensubdiv/default.nix
+++ b/pkgs/development/libraries/opensubdiv/default.nix
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
name = "opensubdiv-${version}";
- version = "3.3.3";
+ version = "3.4.0";
src = fetchFromGitHub {
owner = "PixarAnimationStudios";
repo = "OpenSubdiv";
rev = "v${lib.replaceChars ["."] ["_"] version}";
- sha256 = "1rld4hgl9yrbnk5sd6bhvnm8jdnqq09hq93hrmx0nhccccximi9z";
+ sha256 = "0cippg6aqc5dlya1cmh3908pwssrg52fwgyylnvz5343yrxmgk12";
};
outputs = [ "out" "dev" ];
diff --git a/pkgs/development/libraries/openvdb/default.nix b/pkgs/development/libraries/openvdb/default.nix
index aa8032c5280..af88172c57a 100644
--- a/pkgs/development/libraries/openvdb/default.nix
+++ b/pkgs/development/libraries/openvdb/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec
{
name = "openvdb-${version}";
- version = "6.0.0";
+ version = "6.1.0";
src = fetchFromGitHub {
owner = "dreamworksanimation";
repo = "openvdb";
rev = "v${version}";
- sha256 = "07m012a966l821f09jmrrhs25cs2rcmhlxcicywibllaac10wk5k";
+ sha256 = "0rs50741c4m0jgc7k2fdyinvm7hhjrbg0wls6whqaghbbaf1lhpk";
};
outputs = [ "out" ];
diff --git a/pkgs/development/libraries/openxr-loader/default.nix b/pkgs/development/libraries/openxr-loader/default.nix
new file mode 100644
index 00000000000..d1a20552ff7
--- /dev/null
+++ b/pkgs/development/libraries/openxr-loader/default.nix
@@ -0,0 +1,40 @@
+{ stdenv, fetchFromGitHub, cmake, python3, libX11, libXxf86vm, libXrandr }:
+
+stdenv.mkDerivation rec {
+ pname = "openxr-loader";
+ version = "1.0.1";
+
+ src = fetchFromGitHub {
+ owner = "KhronosGroup";
+ repo = "OpenXR-SDK-Source";
+ rev = "release-${version}";
+ sha256 = "1sif2w2vm793j6493364i6pp6s6yqi7fwa6iky5abzmzda51cg5q";
+ };
+
+ nativeBuildInputs = [ cmake python3 ];
+ buildInputs = [ libX11 libXxf86vm libXrandr ];
+ enableParallelBuilding = true;
+
+ cmakeFlags = [ "-DBUILD_TESTS=OFF" ];
+
+ outputs = [ "out" "dev" "layers" ];
+
+ postInstall = ''
+ mkdir -p "$layers/share"
+ mv "$out/share/openxr" "$layers/share"
+ # Use absolute paths in manifests so no LD_LIBRARY_PATH shenanigans are necessary
+ for file in "$layers/share/openxr/1/api_layers/explicit.d/"*; do
+ substituteInPlace "$file" --replace '"library_path": "lib' "\"library_path\": \"$layers/lib/lib"
+ done
+ mkdir -p "$layers/lib"
+ mv "$out/lib/libXrApiLayer"* "$layers/lib"
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Khronos OpenXR loader";
+ homepage = https://www.khronos.org/openxr;
+ platforms = platforms.linux;
+ license = licenses.asl20;
+ maintainers = [ maintainers.ralith ];
+ };
+}
diff --git a/pkgs/development/libraries/oracle-instantclient/default.nix b/pkgs/development/libraries/oracle-instantclient/default.nix
index fe260e0c2ad..06b9e360d1a 100644
--- a/pkgs/development/libraries/oracle-instantclient/default.nix
+++ b/pkgs/development/libraries/oracle-instantclient/default.nix
@@ -1,71 +1,126 @@
-{ stdenv, requireFile, autoPatchelfHook, fixDarwinDylibNames, unzip, libaio, makeWrapper, odbcSupport ? false, unixODBC }:
+{ stdenv
+, fetchurl
+, requireFile
+, autoPatchelfHook
+, fixDarwinDylibNames
+, unzip
+, libaio
+, makeWrapper
+, odbcSupport ? true
+, unixODBC
+}:
assert odbcSupport -> unixODBC != null;
let
inherit (stdenv.lib) optional optionals optionalString;
- baseVersion = "12.2";
- version = "${baseVersion}.0.1.0";
-
- requireSource = component: arch: version: rel: hash: (requireFile rec {
- name = "instantclient-${component}-${arch}-${version}" + (optionalString (rel != "") "-${rel}") + ".zip";
- url = "http://www.oracle.com/technetwork/database/database-technologies/instant-client/downloads/index.html";
- sha256 = hash;
- });
-
throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}";
+ # assemble list of components
+ components = [ "basic" "sdk" "sqlplus" ] ++ optional odbcSupport "odbc";
+
+ # determine the version number, there might be different ones per architecture
+ version = {
+ "x86_64-linux" = "19.3.0.0.0";
+ "x86_64-darwin" = "18.1.0.0.0";
+ }."${stdenv.hostPlatform.system}" or throwSystem;
+
+ # hashes per component and architecture
+ hashes = {
+ "x86_64-linux" = {
+ "basic" = "1yk4ng3a9ka1mzgfph9br6rwclagbgfvmg6kja11nl5dapxdzaxy";
+ "sdk" = "115v1gqr0czy7dcf2idwxhc6ja5b0nind0mf1rn8iawgrw560l99";
+ "sqlplus" = "0zj5h84ypv4n4678kfix6jih9yakb277l9hc0819iddc0a5slbi5";
+ "odbc" = "1g1z6pdn76dp440fh49pm8ijfgjazx4cvxdi665fsr62h62xkvch";
+ };
+ "x86_64-darwin" = {
+ "basic" = "fac3cdaaee7526f6c50ff167edb4ba7ab68efb763de24f65f63fb48cc1ba44c0";
+ "sdk" = "98e6d797f1ce11e59b042b232f62380cec29ec7d5387b88a9e074b741c13e63a";
+ "sqlplus" = "02e66dc52398fced75e7efcb6b4372afcf617f7d88344fb7f0f4bb2bed371f3b";
+ "odbc" = "5d0cdd7f9dd2e27affbc9b36ef9fc48e329713ecd36905fdd089366e365ae8a2";
+ };
+ }."${stdenv.hostPlatform.system}" or throwSystem;
+
+ # rels per component and architecture, optional
+ rels = {
+ "x86_64-darwin" = {
+ "sdk" = "2";
+ };
+ }."${stdenv.hostPlatform.system}" or {};
+
+ # convert platform to oracle architecture names
arch = {
"x86_64-linux" = "linux.x64";
"x86_64-darwin" = "macos.x64";
}."${stdenv.hostPlatform.system}" or throwSystem;
- srcs = {
- "x86_64-linux" = [
- (requireSource "basic" arch version "" "5015e3c9fba84e009f7519893f798a1622c37d1ae2c55104ff502c52a0fe5194")
- (requireSource "sdk" arch version "" "7f404c3573c062ce487a51ac4cfe650c878d7edf8e73b364ec852645ed1098cb")
- (requireSource "sqlplus" arch version "" "d49b2bd97376591ca07e7a836278933c3f251875c215044feac73ba9f451dfc2") ]
- ++ optional odbcSupport (requireSource "odbc" arch version "2" "365a4ae32c7062d9fbc3fb41add748e7881f774484a175a4b41a2c294ce9095d");
- "x86_64-darwin" = [
- (requireSource "basic" arch version "2" "3ed3102e5a24f0da638694191edb34933309fb472eb1df21ad5c86eedac3ebb9")
- (requireSource "sdk" arch version "2" "e0befca9c4e71ebc9f444957ffa70f01aeeec5976ea27c40406471b04c34848b")
- (requireSource "sqlplus" arch version "2" "d147cbb5b2a954fdcb4b642df4f0bd1153fd56e0f56e7fa301601b4f7e2abe0e") ]
- ++ optional odbcSupport (requireSource "odbc" arch version "2" "1805c1ab6c8c5e8df7bdcc35d7f2b94c329ecf4dff9bde55d5f9b159ecd8b64e");
- }."${stdenv.hostPlatform.system}" or throwSystem;
+ # calculate the filename of a single zip file
+ srcFilename = component: arch: version: rel:
+ "instantclient-${component}-${arch}-${version}" +
+ (optionalString (rel != "") "-${rel}") +
+ (optionalString (arch == "linux.x64") "dbru") + # ¯\_(ツ)_/¯
+ ".zip";
+ # fetcher for the clickthrough artifacts (requiring manual download)
+ fetchClickThrough = srcFilename: hash: (requireFile {
+ name = srcFilename;
+ url = "https://www.oracle.com/database/technologies/instant-client/downloads.html";
+ sha256 = hash;
+ });
+
+ # fetcher for the non clickthrough artifacts
+ fetchSimple = srcFilename: hash: fetchurl {
+ url = "https://download.oracle.com/otn_software/linux/instantclient/193000/${srcFilename}";
+ sha256 = hash;
+ };
+
+ # pick the appropriate fetcher depending on the platform
+ fetcher = if stdenv.hostPlatform.system == "x86_64-linux" then fetchSimple else fetchClickThrough;
+
+ # assemble srcs
+ srcs = map (component:
+ (fetcher (srcFilename component arch version rels."${component}" or "") hashes."${component}" or ""))
+ components;
+
+ pname = "oracle-instantclient";
extLib = stdenv.hostPlatform.extensions.sharedLibrary;
-in stdenv.mkDerivation rec {
- inherit version srcs;
- name = "oracle-instantclient-${version}";
+in stdenv.mkDerivation {
+ inherit pname version srcs;
buildInputs = [ stdenv.cc.cc.lib ]
- ++ optionals (stdenv.isLinux) [ libaio ]
+ ++ optional stdenv.isLinux libaio
++ optional odbcSupport unixODBC;
nativeBuildInputs = [ makeWrapper unzip ]
++ optional stdenv.isLinux autoPatchelfHook
++ optional stdenv.isDarwin fixDarwinDylibNames;
+ outputs = [ "out" "dev" "lib"];
+
unpackCmd = "unzip $curSrc";
installPhase = ''
- mkdir -p "$out/"{bin,include,lib,"share/java","share/${name}/demo/"}
- install -Dm755 {sqlplus,adrci,genezi} $out/bin
- ${optionalString stdenv.isDarwin ''
- for exe in "$out/bin/"* ; do
- install_name_tool -add_rpath "$out/lib" "$exe"
- done
- ''}
- ln -sfn $out/bin/sqlplus $out/bin/sqlplus64
- install -Dm644 *${extLib}* $out/lib
+ mkdir -p "$out/"{bin,include,lib,"share/java","share/${pname}-${version}/demo/"} $lib/lib
+ install -Dm755 {adrci,genezi,uidrvci,sqlplus} $out/bin
+
+ # cp to preserve symlinks
+ cp -P *${extLib}* $lib/lib
+
install -Dm644 *.jar $out/share/java
install -Dm644 sdk/include/* $out/include
- install -Dm644 sdk/demo/* $out/share/${name}/demo
+ install -Dm644 sdk/demo/* $out/share/${pname}-${version}/demo
- # PECL::oci8 will not build without this
- # this symlink only exists in dist zipfiles for some platforms
- ln -sfn $out/lib/libclntsh${extLib}.12.1 $out/lib/libclntsh${extLib}
+ # provide alias
+ ln -sfn $out/bin/sqlplus $out/bin/sqlplus64
+ '';
+
+ postFixup = optionalString stdenv.isDarwin ''
+ for exe in "$out/bin/"* ; do
+ if [ ! -L "$exe" ]; then
+ install_name_tool -add_rpath "$lib/lib" "$exe"
+ fi
+ done
'';
meta = with stdenv.lib; {
diff --git a/pkgs/development/libraries/orcania/default.nix b/pkgs/development/libraries/orcania/default.nix
new file mode 100644
index 00000000000..6a7fd78d514
--- /dev/null
+++ b/pkgs/development/libraries/orcania/default.nix
@@ -0,0 +1,32 @@
+{ stdenv, fetchFromGitHub, cmake, check, subunit }:
+stdenv.mkDerivation rec {
+ pname = "orcania";
+ version = "2.0.1";
+
+ src = fetchFromGitHub {
+ owner = "babelouest";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "1kq1cpayflh4xy442q6prrkalm8lcz2cxydrp1fv8ppq1cnq4zr7";
+ };
+
+ nativeBuildInputs = [ cmake ];
+
+ checkInputs = [ check subunit ];
+
+ cmakeFlags = [ "-DBUILD_ORCANIA_TESTING=on" ];
+
+ doCheck = true;
+
+ preCheck = ''
+ export LD_LIBRARY_PATH="$(pwd):$LD_LIBRARY_PATH"
+ export DYLD_FALLBACK_LIBRARY_PATH="$(pwd):$DYLD_FALLBACK_LIBRARY_PATH"
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Potluck with different functions for different purposes that can be shared among C programs";
+ homepage = "https://github.com/babelouest/orcania";
+ license = licenses.lgpl21;
+ maintainers = with maintainers; [ johnazoidberg ];
+ };
+}
diff --git a/pkgs/development/libraries/packr/default.nix b/pkgs/development/libraries/packr/default.nix
new file mode 100644
index 00000000000..bc8133aaf82
--- /dev/null
+++ b/pkgs/development/libraries/packr/default.nix
@@ -0,0 +1,25 @@
+{ buildGoModule
+, fetchFromGitHub
+, lib
+}:
+
+buildGoModule rec {
+ pname = "packr";
+ version = "2.5.2";
+
+ src = fetchFromGitHub {
+ owner = "gobuffalo";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = "1ciffa5xbd93fylwz93wr4m4fj83dcla55dmdshaqz28rbsapnc1";
+ };
+
+ modSha256 = "086gydrl3i35hawb5m7rsb4a0llcpdpgid1xfw2z9n6jkwkclw4n";
+
+ meta = with lib; {
+ description = "The simple and easy way to embed static files into Go binaries";
+ homepage = "https://github.com/gobuffalo/packr";
+ license = licenses.mit;
+ maintainers = with maintainers; [ mmahut ];
+ };
+}
diff --git a/pkgs/development/libraries/pagmo2/default.nix b/pkgs/development/libraries/pagmo2/default.nix
index 842fae5ea93..47c6a27639d 100644
--- a/pkgs/development/libraries/pagmo2/default.nix
+++ b/pkgs/development/libraries/pagmo2/default.nix
@@ -1,12 +1,10 @@
-{ lib
-, fetchFromGitHub
+{ fetchFromGitHub
, stdenv
, cmake
, eigen
, nlopt
, ipopt
, boost
-, writeText
}:
stdenv.mkDerivation rec {
diff --git a/pkgs/development/libraries/pcl/default.nix b/pkgs/development/libraries/pcl/default.nix
index 08a1613c2fe..33158129469 100644
--- a/pkgs/development/libraries/pcl/default.nix
+++ b/pkgs/development/libraries/pcl/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchFromGitHub, fetchpatch, cmake
+{ stdenv, fetchFromGitHub, cmake
, qhull, flann, boost, vtk, eigen, pkgconfig, qtbase
-, libusb1, libpcap, libXt, libpng, Cocoa, AGL, cf-private, OpenGL
+, libusb1, libpcap, libXt, libpng, Cocoa, AGL, OpenGL
}:
stdenv.mkDerivation rec {
@@ -18,8 +18,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig cmake ];
buildInputs = [ qhull flann boost eigen libusb1 libpcap
libpng vtk qtbase libXt ]
+ ++ stdenv.lib.optionals stdenv.isDarwin [ Cocoa AGL ];
- ++ stdenv.lib.optionals stdenv.isDarwin [ Cocoa AGL cf-private ];
cmakeFlags = stdenv.lib.optionals stdenv.isDarwin [
"-DOPENGL_INCLUDE_DIR=${OpenGL}/Library/Frameworks"
];
diff --git a/pkgs/development/libraries/physics/apfel/default.nix b/pkgs/development/libraries/physics/apfel/default.nix
index 30b56afb8a9..d542c6cf1d7 100644
--- a/pkgs/development/libraries/physics/apfel/default.nix
+++ b/pkgs/development/libraries/physics/apfel/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "apfel-${version}";
- version = "3.0.3";
+ version = "3.0.4";
src = fetchFromGitHub {
owner = "scarrazza";
repo = "apfel";
rev = version;
- sha256 = "13dvcc5ba6djflrcy5zf5ikaw8s78zd8ac6ickc0hxhbmx1gjb4j";
+ sha256 = "13n5ygbqvskg3qq5n4sff1nbii0li0zf1vqissai7x0hynxgy7p6";
};
buildInputs = [ gfortran lhapdf python2 ];
diff --git a/pkgs/development/libraries/physics/geant4/default.nix b/pkgs/development/libraries/physics/geant4/default.nix
index 7123858b8ed..5f51c6a194c 100644
--- a/pkgs/development/libraries/physics/geant4/default.nix
+++ b/pkgs/development/libraries/physics/geant4/default.nix
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optionals enableGDML [ xercesc ]
++ stdenv.lib.optionals enableXM [ motif ]
++ stdenv.lib.optionals enableQT [ qtbase ]
- ++ stdenv.lib.optionals enableInventor [ libXpm coin3d soxt ];
+ ++ stdenv.lib.optionals enableInventor [ libXpm coin3d soxt motif ];
postFixup = ''
# Don't try to export invalid environment variables.
diff --git a/pkgs/development/libraries/physics/geant4/g4py/default.nix b/pkgs/development/libraries/physics/geant4/g4py/default.nix
index f28f0fd6420..0b1f3f0490d 100644
--- a/pkgs/development/libraries/physics/geant4/g4py/default.nix
+++ b/pkgs/development/libraries/physics/geant4/g4py/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, cmake, xercesc
+{ stdenv, cmake, xercesc
# The target version of Geant4
, geant4
diff --git a/pkgs/development/libraries/physics/hepmc/default.nix b/pkgs/development/libraries/physics/hepmc2/default.nix
similarity index 70%
rename from pkgs/development/libraries/physics/hepmc/default.nix
rename to pkgs/development/libraries/physics/hepmc2/default.nix
index b935a3d56ea..d61a68ebe34 100644
--- a/pkgs/development/libraries/physics/hepmc/default.nix
+++ b/pkgs/development/libraries/physics/hepmc2/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "hepmc-${version}";
- version = "2.06.09";
+ version = "2.06.10";
src = fetchurl {
- url = "http://lcgapp.cern.ch/project/simu/HepMC/download/HepMC-${version}.tar.gz";
- sha256 = "020sc7hzy7d6d1i6bs352hdzy5zy5zxkc33cw0jhh8s0jz5281y6";
+ url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC-${version}.tar.gz";
+ sha256 = "190i9jlnwz1xpc495y0xc70s4zdqb9s2zdq1zkjy2ivl7ygdvpjs";
};
patches = [ ./in_source.patch ];
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
description = "The HepMC package is an object oriented event record written in C++ for High Energy Physics Monte Carlo Generators";
license = stdenv.lib.licenses.gpl2;
- homepage = http://lcgapp.cern.ch/project/simu/HepMC/;
+ homepage = http://hepmc.web.cern.ch/hepmc/;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ veprbl ];
};
diff --git a/pkgs/development/libraries/physics/hepmc/in_source.patch b/pkgs/development/libraries/physics/hepmc2/in_source.patch
similarity index 100%
rename from pkgs/development/libraries/physics/hepmc/in_source.patch
rename to pkgs/development/libraries/physics/hepmc2/in_source.patch
diff --git a/pkgs/development/libraries/physics/pythia/default.nix b/pkgs/development/libraries/physics/pythia/default.nix
index e84aaf37325..e6b351c206d 100644
--- a/pkgs/development/libraries/physics/pythia/default.nix
+++ b/pkgs/development/libraries/physics/pythia/default.nix
@@ -1,15 +1,15 @@
-{ stdenv, fetchurl, boost, fastjet, hepmc, lhapdf, rsync, zlib }:
+{ stdenv, fetchurl, boost, fastjet, hepmc2, lhapdf, rsync, zlib }:
stdenv.mkDerivation rec {
name = "pythia-${version}";
- version = "8.240";
+ version = "8.243";
src = fetchurl {
url = "http://home.thep.lu.se/~torbjorn/pythia8/pythia${builtins.replaceStrings ["."] [""] version}.tgz";
- sha256 = "13cd86030j1f00n4xw30g26cgir3a5lsn9n0z13dh1vprbc9ax6j";
+ sha256 = "0y8w5gdaczg8vdw63rkgjr1dcvqs2clqkdia34p30xcwgm1jgv7q";
};
- buildInputs = [ boost fastjet hepmc zlib rsync lhapdf ];
+ buildInputs = [ boost fastjet hepmc2 zlib rsync lhapdf ];
preConfigure = ''
patchShebangs ./configure
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--enable-shared"
- "--with-hepmc2=${hepmc}"
+ "--with-hepmc2=${hepmc2}"
"--with-lhapdf6=${lhapdf}"
];
diff --git a/pkgs/development/libraries/physics/rivet/default.nix b/pkgs/development/libraries/physics/rivet/default.nix
index 40ccd8cfd20..c068424e416 100644
--- a/pkgs/development/libraries/physics/rivet/default.nix
+++ b/pkgs/development/libraries/physics/rivet/default.nix
@@ -1,8 +1,8 @@
-{ stdenv, fetchurl, fastjet, ghostscript, gsl, hepmc, imagemagick, less, python2, texlive, yoda, which, makeWrapper }:
+{ stdenv, fetchurl, fastjet, ghostscript, gsl, hepmc2, imagemagick, less, python2, texlive, yoda, which, makeWrapper }:
stdenv.mkDerivation rec {
name = "rivet-${version}";
- version = "2.7.0";
+ version = "2.7.2";
src = fetchurl {
url = "https://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
xkeyval
xstring
;};
- buildInputs = [ hepmc imagemagick python2 latex makeWrapper ];
+ buildInputs = [ hepmc2 imagemagick python2 latex makeWrapper ];
propagatedBuildInputs = [ fastjet ghostscript gsl yoda ];
preConfigure = ''
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-fastjet=${fastjet}"
- "--with-hepmc=${hepmc}"
+ "--with-hepmc=${hepmc2}"
"--with-yoda=${yoda}"
];
diff --git a/pkgs/development/libraries/physics/thepeg/default.nix b/pkgs/development/libraries/physics/thepeg/default.nix
index 046413c64f4..272761977ba 100644
--- a/pkgs/development/libraries/physics/thepeg/default.nix
+++ b/pkgs/development/libraries/physics/thepeg/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, boost, fastjet, gsl, hepmc, lhapdf, rivet, zlib }:
+{ stdenv, fetchurl, boost, fastjet, gsl, hepmc2, lhapdf, rivet, zlib }:
stdenv.mkDerivation rec {
name = "thepeg-${version}";
@@ -9,10 +9,10 @@ stdenv.mkDerivation rec {
sha256 = "1rmmwhk9abn9mc9j3127axjwpvymv21ld4wcivwz01pldkxh06n6";
};
- buildInputs = [ boost fastjet gsl hepmc lhapdf rivet zlib ];
+ buildInputs = [ boost fastjet gsl hepmc2 lhapdf rivet zlib ];
configureFlags = [
- "--with-hepmc=${hepmc}"
+ "--with-hepmc=${hepmc2}"
"--with-rivet=${rivet}"
"--without-javagui"
];
diff --git a/pkgs/development/libraries/physics/yoda/default.nix b/pkgs/development/libraries/physics/yoda/default.nix
index 7a89d61753d..08afe6d6452 100644
--- a/pkgs/development/libraries/physics/yoda/default.nix
+++ b/pkgs/development/libraries/physics/yoda/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "yoda-${version}";
- version = "1.7.4";
+ version = "1.7.7";
src = fetchurl {
url = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2";
- sha256 = "0w9s3qv87hrmpq4dkrxcrl2hn2vcsbvy8ml99w85404wksw1dwrx";
+ sha256 = "1ki88rscnym0vjxpfgql8m1lrc7vm1jb9w4jhw9lvv3rk84lpdng";
};
pythonPath = []; # python wrapper support
diff --git a/pkgs/development/libraries/pixman/default.nix b/pkgs/development/libraries/pixman/default.nix
index 2a033304b66..d3bbb867974 100644
--- a/pkgs/development/libraries/pixman/default.nix
+++ b/pkgs/development/libraries/pixman/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, pkgconfig, libpng, glib /*just passthru*/ }:
+{ stdenv, fetchurl, pkgconfig, libpng, glib /*just passthru*/ }:
stdenv.mkDerivation rec {
name = "pixman-${version}";
diff --git a/pkgs/development/libraries/png++/default.nix b/pkgs/development/libraries/png++/default.nix
index 54a563c518f..3f6a609121a 100644
--- a/pkgs/development/libraries/png++/default.nix
+++ b/pkgs/development/libraries/png++/default.nix
@@ -5,11 +5,11 @@ assert docSupport -> doxygen != null;
stdenv.mkDerivation rec {
name = "pngpp-${version}";
- version = "0.2.9";
+ version = "0.2.10";
src = fetchurl {
url = "mirror://savannah/pngpp/png++-${version}.tar.gz";
- sha256 = "14c74fsc3q8iawf60m74xkkawkqbhd8k8x315m06qaqjcl2nmg5b";
+ sha256 = "1qgf8j25r57wjqlnzdkm8ya5x1bmj6xjvapv8f2visqnmcbg52lr";
};
doCheck = true;
diff --git a/pkgs/development/libraries/poco/default.nix b/pkgs/development/libraries/poco/default.nix
index 4dffa7486a1..68ddf5c91d1 100644
--- a/pkgs/development/libraries/poco/default.nix
+++ b/pkgs/development/libraries/poco/default.nix
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "poco-${version}";
- version = "1.9.0";
+ version = "1.9.2";
src = fetchurl {
url = "https://pocoproject.org/releases/${name}/${name}-all.tar.gz";
- sha256 = "11z1i0drbacs7c7d5virc3kz7wh79svd06iffh8j6giikl7vz1q3";
+ sha256 = "0jkbxw6z8l7zpr7bh2xcyzk8a5apzyz4ranhl66gxna1ay0gpzvd";
};
nativeBuildInputs = [ cmake pkgconfig ];
diff --git a/pkgs/development/libraries/podofo/default.nix b/pkgs/development/libraries/podofo/default.nix
index ce3f5ab6b78..722c1cae872 100644
--- a/pkgs/development/libraries/podofo/default.nix
+++ b/pkgs/development/libraries/podofo/default.nix
@@ -1,6 +1,5 @@
{ stdenv, fetchurl, cmake, zlib, freetype, libjpeg, libtiff, fontconfig
, openssl, libpng, lua5, pkgconfig, libidn, expat, fetchpatch
-, gcc5 # TODO(@Dridus) remove this at next hash break
}:
stdenv.mkDerivation rec {
diff --git a/pkgs/development/libraries/polkit/default.nix b/pkgs/development/libraries/polkit/default.nix
index fb16a7fb693..b5b9f1f7fa4 100644
--- a/pkgs/development/libraries/polkit/default.nix
+++ b/pkgs/development/libraries/polkit/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, autoreconfHook, pkgconfig, glib, expat, pam, perl
+{ stdenv, fetchurl, pkgconfig, glib, expat, pam, perl
, intltool, spidermonkey_60 , gobject-introspection, libxslt, docbook_xsl, dbus
, docbook_xml_dtd_412, gtk-doc, coreutils
, useSystemd ? stdenv.isLinux, systemd
diff --git a/pkgs/development/libraries/proj-datumgrid/default.nix b/pkgs/development/libraries/proj-datumgrid/default.nix
new file mode 100644
index 00000000000..f1c13e93aec
--- /dev/null
+++ b/pkgs/development/libraries/proj-datumgrid/default.nix
@@ -0,0 +1,32 @@
+{ stdenv, fetchFromGitHub }:
+
+stdenv.mkDerivation rec {
+ name = "proj-datumgrid";
+ version = "world-1.0";
+
+ src = fetchFromGitHub {
+ owner = "OSGeo";
+ repo = "proj-datumgrid";
+ rev = version;
+ sha256 = "132wp77fszx33wann0fjkmi1isxvsb0v9iw0gd9sxapa9h6hf3am";
+ };
+
+ sourceRoot = "source/scripts";
+
+ buildPhase = ''
+ $CC nad2bin.c -o nad2bin
+ '';
+
+ installPhase = ''
+ mkdir -p $out/bin
+ cp nad2bin $out/bin/
+ '';
+
+ meta = with stdenv.lib; {
+ description = "Repository for proj datum grids";
+ homepage = https://proj4.org;
+ license = licenses.mit;
+ platforms = platforms.linux ++ platforms.darwin;
+ maintainers = with maintainers; [ ];
+ };
+}
diff --git a/pkgs/development/libraries/proj/5.2.nix b/pkgs/development/libraries/proj/5.2.nix
new file mode 100644
index 00000000000..8fb4515e70d
--- /dev/null
+++ b/pkgs/development/libraries/proj/5.2.nix
@@ -0,0 +1,20 @@
+{ stdenv, fetchurl }:
+
+stdenv.mkDerivation {
+ name = "proj-5.2.0";
+
+ src = fetchurl {
+ url = https://download.osgeo.org/proj/proj-5.2.0.tar.gz;
+ sha256 = "0q3ydh2j8qhwlxmnac72pg69rw2znbi5b6k5wama8qmwzycr94gg";
+ };
+
+ doCheck = stdenv.is64bit;
+
+ meta = with stdenv.lib; {
+ description = "Cartographic Projections Library";
+ homepage = https://proj4.org;
+ license = licenses.mit;
+ platforms = platforms.linux ++ platforms.darwin;
+ maintainers = with maintainers; [ vbgl ];
+ };
+}
diff --git a/pkgs/development/libraries/proj/default.nix b/pkgs/development/libraries/proj/default.nix
index 8fb4515e70d..ea89dbee0f6 100644
--- a/pkgs/development/libraries/proj/default.nix
+++ b/pkgs/development/libraries/proj/default.nix
@@ -1,13 +1,22 @@
-{ stdenv, fetchurl }:
+{ stdenv, fetchFromGitHub, pkg-config, sqlite, autoreconfHook }:
-stdenv.mkDerivation {
- name = "proj-5.2.0";
+stdenv.mkDerivation rec {
+ name = "proj";
+ version = "6.1.1";
- src = fetchurl {
- url = https://download.osgeo.org/proj/proj-5.2.0.tar.gz;
- sha256 = "0q3ydh2j8qhwlxmnac72pg69rw2znbi5b6k5wama8qmwzycr94gg";
+ src = fetchFromGitHub {
+ owner = "OSGeo";
+ repo = "PROJ";
+ rev = version;
+ sha256 = "0w2v2l22kv0xzq5hwl7n8ki6an8vfsr0lg0cdbkwcl4xv889ysma";
};
+ outputs = [ "out" "dev"];
+
+ nativeBuildInputs = [ pkg-config autoreconfHook ];
+
+ buildInputs = [ sqlite ];
+
doCheck = stdenv.is64bit;
meta = with stdenv.lib; {
diff --git a/pkgs/development/libraries/prometheus-cpp/default.nix b/pkgs/development/libraries/prometheus-cpp/default.nix
index 23c8257ac8f..6f49db4d206 100644
--- a/pkgs/development/libraries/prometheus-cpp/default.nix
+++ b/pkgs/development/libraries/prometheus-cpp/default.nix
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "prometheus-cpp";
- version = "0.6.0";
+ version = "0.7.0";
src = fetchFromGitHub {
owner = "jupp0r";
repo = pname;
rev = "v${version}";
- sha256 = "sha256:1a0gpfmk0z9wgsbzvx823aqbs7w836l0j0rnsxl9ifwgdxnxbl6m";
+ sha256 = "15bda1q1jbvixbx1qf41ykcdmsywhhwmi4xgsha12r5m9fh8jzxj";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/development/libraries/properties-cpp/default.nix b/pkgs/development/libraries/properties-cpp/default.nix
index 06444e77670..bd20dc540c0 100644
--- a/pkgs/development/libraries/properties-cpp/default.nix
+++ b/pkgs/development/libraries/properties-cpp/default.nix
@@ -1,5 +1,5 @@
-{ stdenv, lib, fetchurl, cmake, pkgconfig, gtest, doxygen
-, graphviz, lcov, writeText }:
+{ stdenv, fetchurl, cmake, pkgconfig, gtest, doxygen
+, graphviz, lcov }:
stdenv.mkDerivation rec {
pname = "properties-cpp";
diff --git a/pkgs/development/libraries/protobuf/3.4.nix b/pkgs/development/libraries/protobuf/3.4.nix
deleted file mode 100644
index 5a9034a56a8..00000000000
--- a/pkgs/development/libraries/protobuf/3.4.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ callPackage, lib, ... }:
-
-lib.overrideDerivation (callPackage ./generic-v3.nix {
- version = "3.4.1";
- sha256 = "1lzxmbqlnmi34kymnf399azv86gmdbrf71xiad6wc24bzpkzqybb";
-}) (attrs: { NIX_CFLAGS_COMPILE = "-Wno-error"; })
diff --git a/pkgs/development/libraries/protobuf/3.5.nix b/pkgs/development/libraries/protobuf/3.5.nix
deleted file mode 100644
index db9cb6f0371..00000000000
--- a/pkgs/development/libraries/protobuf/3.5.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ callPackage, lib, ... }:
-
-lib.overrideDerivation (callPackage ./generic-v3.nix {
- version = "3.5.1.1";
- sha256 = "1h4xydr5j2zg1888ncn8a1jvqq8fgpgckrmjg6lqzy9jpkvqvfdk";
-}) (attrs: { NIX_CFLAGS_COMPILE = "-Wno-error"; })
diff --git a/pkgs/development/libraries/protobuf/3.8.nix b/pkgs/development/libraries/protobuf/3.8.nix
new file mode 100644
index 00000000000..2ea03643b3a
--- /dev/null
+++ b/pkgs/development/libraries/protobuf/3.8.nix
@@ -0,0 +1,6 @@
+{ callPackage, ... }:
+
+callPackage ./generic-v3.nix {
+ version = "3.8.0";
+ sha256 = "0vll02a6k46k720wfh25sl4hdai0130s3ix2l1wh6j1lm9pi7bm8";
+}
diff --git a/pkgs/development/libraries/protobuf/3.9.nix b/pkgs/development/libraries/protobuf/3.9.nix
new file mode 100644
index 00000000000..a2f3e0e0164
--- /dev/null
+++ b/pkgs/development/libraries/protobuf/3.9.nix
@@ -0,0 +1,6 @@
+{ callPackage, ... }:
+
+callPackage ./generic-v3.nix {
+ version = "3.9.1";
+ sha256 = "0vv85xb65dx6fa76fsnyps13kaamvwfzd8hr6ii1payr73x4zy2h";
+}
diff --git a/pkgs/development/libraries/protobuf/generic-v3.nix b/pkgs/development/libraries/protobuf/generic-v3.nix
index 883dff56f2e..a98521a2d1e 100644
--- a/pkgs/development/libraries/protobuf/generic-v3.nix
+++ b/pkgs/development/libraries/protobuf/generic-v3.nix
@@ -1,6 +1,6 @@
{ stdenv
, fetchFromGitHub
-, autoreconfHook, zlib, gmock, which, buildPackages
+, autoreconfHook, zlib, gmock, buildPackages
, version, sha256
, ...
}:
@@ -40,10 +40,6 @@ mkProtobufDerivation = buildProtobuf: stdenv: stdenv.mkDerivation rec {
dontDisableStatic = true;
- NIX_CFLAGS_COMPILE = with stdenv.lib;
- # gcc before 6 doesn't know this option
- optionalString (hasPrefix "gcc-6" stdenv.cc.cc.name) "-Wno-error=misleading-indentation";
-
meta = {
description = "Google's data interchange format";
longDescription =
diff --git a/pkgs/development/libraries/protozero/default.nix b/pkgs/development/libraries/protozero/default.nix
index a18d768c288..25e0f14d026 100644
--- a/pkgs/development/libraries/protozero/default.nix
+++ b/pkgs/development/libraries/protozero/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "protozero-${version}";
- version = "1.6.7";
+ version = "1.6.8";
src = fetchFromGitHub {
owner = "mapbox";
repo = "protozero";
rev = "v${version}";
- sha256 = "1ryvn3iwxiaih3mvyy45nbwxnhzfc8vby0xh9m6d6fpakhcpf6s3";
+ sha256 = "1hfijpfylf1c71wa3mk70gjc88b6k1q7cxb87cwqdflw5q2x8ma6";
};
nativeBuildInputs = [ cmake ];
diff --git a/pkgs/development/libraries/ptex/default.nix b/pkgs/development/libraries/ptex/default.nix
index aa17771ec9f..b4571d07fbf 100644
--- a/pkgs/development/libraries/ptex/default.nix
+++ b/pkgs/development/libraries/ptex/default.nix
@@ -1,36 +1,27 @@
-{ stdenv, fetchFromGitHub, zlib, python, cmake }:
+{ stdenv, fetchFromGitHub, zlib, python, cmake, pkg-config }:
stdenv.mkDerivation rec
{
- name = "ptex-${version}";
- version = "2.3.0";
+ pname = "ptex";
+ version = "2.3.2";
src = fetchFromGitHub {
owner = "wdas";
repo = "ptex";
rev = "v${version}";
- sha256 = "0nfz0y66bmi6xckn1whi4sfd8i3ibln212fgm4img2z98b6vccyg";
+ sha256 = "1c3pdqszn4y3d86qzng8b0hqdrchnl39adq5ab30wfnrgl2hnm4z";
};
outputs = [ "bin" "dev" "out" "lib" ];
- buildInputs = [ zlib python cmake ];
+ buildInputs = [ zlib python cmake pkg-config ];
enableParallelBuilding = true;
- buildPhase = ''
- mkdir -p $out
-
- make prefix=$out
-
- mkdir -p $bin/bin
- mkdir -p $dev/include
- mkdir -p $lib/lib
- '';
-
- installPhase = ''
- make install
- mv $out/bin $bin/
+ # Can be removed in the next release
+ # https://github.com/wdas/ptex/pull/42
+ patchPhase = ''
+ echo v${version} >version
'';
meta = with stdenv.lib; {
diff --git a/pkgs/development/libraries/pth/default.nix b/pkgs/development/libraries/pth/default.nix
index c315cb8f72b..b2173ec21ee 100644
--- a/pkgs/development/libraries/pth/default.nix
+++ b/pkgs/development/libraries/pth/default.nix
@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
preConfigure = stdenv.lib.optionalString stdenv.isAarch32 ''
configureFlagsArray=("CFLAGS=-DJB_SP=8 -DJB_PC=9")
+ '' + stdenv.lib.optionalString (stdenv.hostPlatform.libc == "glibc") ''
+ configureFlagsArray+=("ac_cv_check_sjlj=ssjlj")
'';
meta = with stdenv.lib; {
@@ -17,6 +19,5 @@ stdenv.mkDerivation rec {
homepage = https://www.gnu.org/software/pth;
license = licenses.lgpl21Plus;
platforms = platforms.all;
- broken = stdenv.hostPlatform != stdenv.buildPlatform && stdenv.hostPlatform.isAarch64;
};
}
diff --git a/pkgs/development/libraries/ptlib/default.nix b/pkgs/development/libraries/ptlib/default.nix
index d1dcc5fdb97..e7abedf3121 100644
--- a/pkgs/development/libraries/ptlib/default.nix
+++ b/pkgs/development/libraries/ptlib/default.nix
@@ -25,6 +25,11 @@ stdenv.mkDerivation rec {
(fetchpatch { url = http://sources.debian.net/data/main/p/ptlib/2.10.11~dfsg-2.1/debian/patches/no-sslv3;
sha256 = "172s1dnnrl54p9sf1nl7s475sm78rpw3p8jxi0pdx6izzl8hcdr0";
})
+ (fetchpatch {
+ name = "openssl-1.1.patch";
+ url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/openssl-1.1.0.patch?h=packages/ptlib&id=1dfa9f55e7e030d261228fca27dda82979ca7f30";
+ sha256 = "11hdgyyibycg0wf5ls0wk9hksa4jd434i86xqiccbyg17n4l6lc1";
+ })
./ptlib-2.10.11-glibc-2.26.patch
];
diff --git a/pkgs/development/libraries/pyotherside/default.nix b/pkgs/development/libraries/pyotherside/default.nix
index c7d43ae7026..a7f5e03c738 100644
--- a/pkgs/development/libraries/pyotherside/default.nix
+++ b/pkgs/development/libraries/pyotherside/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "pyotherside";
- version = "1.5.6";
+ version = "1.5.8";
src = fetchFromGitHub {
owner = "thp";
repo = "pyotherside";
rev = version;
- sha256 = "1cjx0fbrq9qvbirwy76pw1f5skm2afd51k4qb269ql4gpl67d5lv";
+ sha256 = "0dnsvyg990ln3bdjdyc5b4lbb63wcjij0skq8pb4x4jglfy7vz4z";
};
nativeBuildInputs = [ qmake ];
diff --git a/pkgs/development/libraries/qca2/default.nix b/pkgs/development/libraries/qca2/default.nix
index ec32c44a91f..885b7b378cc 100644
--- a/pkgs/development/libraries/qca2/default.nix
+++ b/pkgs/development/libraries/qca2/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, cmake, pkgconfig, qt, darwin }:
+{ stdenv, fetchurl, openssl_1_0_2, cmake, pkgconfig, qt, darwin }:
stdenv.mkDerivation rec {
name = "qca-${version}";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake pkgconfig ];
- buildInputs = [ qt ]
+ buildInputs = [ openssl_1_0_2 qt ]
++ stdenv.lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;
enableParallelBuilding = true;
diff --git a/pkgs/development/libraries/qgnomeplatform/default.nix b/pkgs/development/libraries/qgnomeplatform/default.nix
index 1fb3a415dc6..94c69a4a14b 100644
--- a/pkgs/development/libraries/qgnomeplatform/default.nix
+++ b/pkgs/development/libraries/qgnomeplatform/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchFromGitHub, pkgconfig, gtk3, qtbase, qmake }:
+{ mkDerivation, lib, fetchFromGitHub, pkgconfig, gtk3, qtbase, qmake }:
-stdenv.mkDerivation rec {
- name = "qgnomeplatform-${version}";
+mkDerivation rec {
+ pname = "qgnomeplatform";
version = "0.5";
src = fetchFromGitHub {
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
--replace "\$\$[QT_INSTALL_PLUGINS]" "$out/$qtPluginPrefix"
'';
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "QPlatformTheme for a better Qt application inclusion in GNOME";
homepage = https://github.com/FedoraQt/QGnomePlatform;
license = licenses.lgpl21Plus;
diff --git a/pkgs/development/libraries/qpdf/default.nix b/pkgs/development/libraries/qpdf/default.nix
index dceda3c04bd..5bccbf74965 100644
--- a/pkgs/development/libraries/qpdf/default.nix
+++ b/pkgs/development/libraries/qpdf/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, libjpeg, zlib, perl }:
+{ stdenv, fetchurl, libjpeg, zlib, perl }:
let version = "8.4.2";
in
diff --git a/pkgs/development/libraries/qt-3/default.nix b/pkgs/development/libraries/qt-3/default.nix
index dc05251478c..3b3f406485c 100644
--- a/pkgs/development/libraries/qt-3/default.nix
+++ b/pkgs/development/libraries/qt-3/default.nix
@@ -6,8 +6,9 @@
, cursorSupport ? true, libXcursor ? null
, threadSupport ? true
, mysqlSupport ? false, mysql ? null
-, libGLSupported
-, openglSupport ? libGLSupported, libGLU_combined ? null, libXmu ? null
+, libGLSupported ? stdenv.lib.elem stdenv.hostPlatform.system stdenv.lib.platforms.mesaPlatforms
+, openglSupport ? stdenv.lib.elem stdenv.hostPlatform.system stdenv.lib.platforms.mesaPlatforms
+, libGLU_combined ? null, libXmu ? null
, xlibsWrapper, xorgproto, zlib, libjpeg, libpng, which
}:
diff --git a/pkgs/development/libraries/qt-4.x/4.8/default.nix b/pkgs/development/libraries/qt-4.x/4.8/default.nix
index d5bd065ab64..8c1c76db8f4 100644
--- a/pkgs/development/libraries/qt-4.x/4.8/default.nix
+++ b/pkgs/development/libraries/qt-4.x/4.8/default.nix
@@ -1,11 +1,12 @@
{ stdenv, lib, fetchurl, fetchpatch, substituteAll
, libXrender, libXinerama, libXcursor, libXv, libXext
, libXfixes, libXrandr, libSM, freetype, fontconfig, zlib, libjpeg, libpng
-, libmng, which, libGLSupported, libGLU, openssl, dbus, cups, pkgconfig
+, libmng, which, libGLU, openssl, dbus, cups, pkgconfig
, libtiff, glib, icu, mysql, postgresql, sqlite, perl, coreutils, libXi
, buildMultimedia ? stdenv.isLinux, alsaLib, gstreamer, gst-plugins-base
, buildWebkit ? (stdenv.isLinux || stdenv.isDarwin)
-, flashplayerFix ? false, gdk_pixbuf
+, libGLSupported ? stdenv.lib.elem stdenv.hostPlatform.system stdenv.lib.platforms.mesaPlatforms
+, flashplayerFix ? false, gdk-pixbuf
, gtkStyle ? stdenv.hostPlatform == stdenv.buildPlatform, gtk2
, gnomeStyle ? false, libgnomeui, GConf, gnome_vfs
, developerBuild ? false
@@ -13,7 +14,7 @@
, examples ? false
, demos ? false
# darwin support
-, cf-private, libobjc, ApplicationServices, OpenGL, Cocoa, AGL, libcxx
+, libobjc, ApplicationServices, OpenGL, Cocoa, AGL, libcxx
}:
let
@@ -82,11 +83,14 @@ stdenv.mkDerivation rec {
+ "21b342d71c19e6d68b649947f913410fe6129ea4/debian/patches/kubuntu_39_fix_medium_font.diff";
sha256 = "0bli44chn03c2y70w1n8l7ss4ya0b40jqqav8yxrykayi01yf95j";
})
- (fetchpatch {
- name = "qt4-gcc6.patch";
- url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/qt4-gcc6.patch?h=packages/qt4&id=ca773a144f5abb244ac4f2749eeee9333cac001f";
- sha256 = "07lrva7bjh6i40p7b3ml26a2jlznri8bh7y7iyx5zmvb1gfxmj34";
- })
+ # Patches are no longer available from here, so vendoring it for now.
+ #(fetchpatch {
+ # name = "qt4-gcc6.patch";
+ # url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/qt4-gcc6.patch?h=packages/qt4&id=ca773a144f5abb244ac4f2749eeee9333cac001f";
+ # sha256 = "07lrva7bjh6i40p7b3ml26a2jlznri8bh7y7iyx5zmvb1gfxmj34";
+ #})
+ ./qt4-gcc6.patch
+ ./qt4-openssl-1.1.patch
]
++ lib.optional gtkStyle (substituteAll ({
src = ./dlopen-gtkstyle.diff;
@@ -187,8 +191,8 @@ stdenv.mkDerivation rec {
[ cups # Qt dlopen's libcups instead of linking to it
postgresql sqlite libjpeg libmng libtiff icu ]
++ lib.optionals (mysql != null) [ mysql.connector-c ]
- ++ lib.optionals gtkStyle [ gtk2 gdk_pixbuf ]
- ++ lib.optionals stdenv.isDarwin [ cf-private ApplicationServices OpenGL Cocoa AGL libcxx libobjc ];
+ ++ lib.optionals gtkStyle [ gtk2 gdk-pixbuf ]
+ ++ lib.optionals stdenv.isDarwin [ ApplicationServices OpenGL Cocoa AGL libcxx libobjc ];
nativeBuildInputs = [ perl pkgconfig which ];
diff --git a/pkgs/development/libraries/qt-4.x/4.8/qt4-gcc6.patch b/pkgs/development/libraries/qt-4.x/4.8/qt4-gcc6.patch
new file mode 100644
index 00000000000..000e345cf13
--- /dev/null
+++ b/pkgs/development/libraries/qt-4.x/4.8/qt4-gcc6.patch
@@ -0,0 +1,33 @@
+--- qt-everywhere-opensource-src-4.8.7/configure.gcc6 2016-04-15 07:04:19.430268222 -0500
++++ qt-everywhere-opensource-src-4.8.7/configure 2016-04-15 07:05:22.157568689 -0500
+@@ -7744,7 +7744,7 @@
+ *-g++*)
+ # Check gcc's version
+ case "$(${QMAKE_CONF_COMPILER} -dumpversion)" in
+- 5*|4*|3.4*)
++ 8*|7*|6*|5*|4*|3.4*)
+ ;;
+ 3.3*)
+ canBuildWebKit="no"
+@@ -8060,7 +8060,7 @@
+ 3.*)
+ COMPILER_VERSION="3.*"
+ ;;
+- 5*|4.*)
++ 8*|7*|6*|5*|4.*)
+ COMPILER_VERSION="4"
+ ;;
+ *)
+--- qt-everywhere-opensource-src-4.8.7/src/xmlpatterns/api/qcoloroutput_p.h.gcc6 2015-05-07 09:14:48.000000000 -0500
++++ qt-everywhere-opensource-src-4.8.7/src/xmlpatterns/api/qcoloroutput_p.h 2016-04-15 07:04:19.431268227 -0500
+@@ -70,8 +70,8 @@
+ ForegroundShift = 10,
+ BackgroundShift = 20,
+ SpecialShift = 20,
+- ForegroundMask = ((1 << ForegroundShift) - 1) << ForegroundShift,
+- BackgroundMask = ((1 << BackgroundShift) - 1) << BackgroundShift
++ ForegroundMask = 0x1f << ForegroundShift,
++ BackgroundMask = 0x7 << BackgroundShift
+ };
+
+ public:
diff --git a/pkgs/development/libraries/qt-4.x/4.8/qt4-openssl-1.1.patch b/pkgs/development/libraries/qt-4.x/4.8/qt4-openssl-1.1.patch
new file mode 100644
index 00000000000..1931ceb0c74
--- /dev/null
+++ b/pkgs/development/libraries/qt-4.x/4.8/qt4-openssl-1.1.patch
@@ -0,0 +1,398 @@
+--- a/src/network/ssl/qsslcertificate.cpp
++++ b/src/network/ssl/qsslcertificate.cpp
+@@ -259,10 +259,10 @@
+ QByteArray QSslCertificate::version() const
+ {
+ QMutexLocker lock(QMutexPool::globalInstanceGet(d.data()));
+- if (d->versionString.isEmpty() && d->x509)
++ if (d->versionString.isEmpty() && d->x509) {
+ d->versionString =
+- QByteArray::number(qlonglong(q_ASN1_INTEGER_get(d->x509->cert_info->version)) + 1);
+-
++ QByteArray::number(qlonglong(q_X509_get_version(d->x509)) + 1);
++ }
+ return d->versionString;
+ }
+
+@@ -276,7 +276,7 @@
+ {
+ QMutexLocker lock(QMutexPool::globalInstanceGet(d.data()));
+ if (d->serialNumberString.isEmpty() && d->x509) {
+- ASN1_INTEGER *serialNumber = d->x509->cert_info->serialNumber;
++ ASN1_INTEGER *serialNumber = q_X509_get_serialNumber(d->x509);
+ // if we cannot convert to a long, just output the hexadecimal number
+ if (serialNumber->length > 4) {
+ QByteArray hexString;
+@@ -489,24 +489,33 @@
+ QSslKey key;
+
+ key.d->type = QSsl::PublicKey;
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
+ X509_PUBKEY *xkey = d->x509->cert_info->key;
++#else
++ X509_PUBKEY *xkey = q_X509_get_X509_PUBKEY(d->x509);
++#endif
+ EVP_PKEY *pkey = q_X509_PUBKEY_get(xkey);
+ Q_ASSERT(pkey);
+
+- if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_RSA) {
++ int key_id;
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
++ key_id = q_EVP_PKEY_type(pkey->type);
++#else
++ key_id = q_EVP_PKEY_base_id(pkey);
++#endif
++ if (key_id == EVP_PKEY_RSA) {
+ key.d->rsa = q_EVP_PKEY_get1_RSA(pkey);
+ key.d->algorithm = QSsl::Rsa;
+ key.d->isNull = false;
+- } else if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_DSA) {
++ } else if (key_id == EVP_PKEY_DSA) {
+ key.d->dsa = q_EVP_PKEY_get1_DSA(pkey);
+ key.d->algorithm = QSsl::Dsa;
+ key.d->isNull = false;
+- } else if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_DH) {
++ } else if (key_id == EVP_PKEY_DH) {
+ // DH unsupported
+ } else {
+ // error?
+ }
+-
+ q_EVP_PKEY_free(pkey);
+ return key;
+ }
+--- a/src/network/ssl/qsslkey.cpp
++++ b/src/network/ssl/qsslkey.cpp
+@@ -321,8 +321,19 @@
+ {
+ if (d->isNull)
+ return -1;
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
+ return (d->algorithm == QSsl::Rsa)
+ ? q_BN_num_bits(d->rsa->n) : q_BN_num_bits(d->dsa->p);
++#else
++ if (d->algorithm == QSsl::Rsa) {
++ return q_RSA_bits(d->rsa);
++ }else{
++ BIGNUM *p = NULL;
++ q_DSA_get0_pqg(d->dsa, &p, NULL, NULL);
++ return q_BN_num_bits(p);
++ }
++#endif
++
+ }
+
+ /*!
+--- a/src/network/ssl/qsslsocket_openssl.cpp
++++ b/src/network/ssl/qsslsocket_openssl.cpp
+@@ -93,6 +93,7 @@
+ bool QSslSocketPrivate::s_loadedCiphersAndCerts = false;
+ bool QSslSocketPrivate::s_loadRootCertsOnDemand = false;
+
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
+ /* \internal
+
+ From OpenSSL's thread(3) manual page:
+@@ -174,6 +175,8 @@
+ }
+ } // extern "C"
+
++#endif //OPENSSL_VERSION_NUMBER >= 0x10100000L
++
+ QSslSocketBackendPrivate::QSslSocketBackendPrivate()
+ : ssl(0),
+ ctx(0),
+@@ -222,9 +225,12 @@
+ ciph.d->encryptionMethod = descriptionList.at(4).mid(4);
+ ciph.d->exportable = (descriptionList.size() > 6 && descriptionList.at(6) == QLatin1String("export"));
+
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
+ ciph.d->bits = cipher->strength_bits;
+ ciph.d->supportedBits = cipher->alg_bits;
+-
++#else
++ ciph.d->bits = q_SSL_CIPHER_get_bits(cipher, &ciph.d->supportedBits);
++#endif
+ }
+ return ciph;
+ }
+@@ -367,7 +373,7 @@
+ //
+ // See also: QSslContext::fromConfiguration()
+ if (caCertificate.expiryDate() >= QDateTime::currentDateTime()) {
+- q_X509_STORE_add_cert(ctx->cert_store, (X509 *)caCertificate.handle());
++ q_X509_STORE_add_cert(q_SSL_CTX_get_cert_store(ctx), (X509 *)caCertificate.handle());
+ }
+ }
+
+@@ -504,8 +510,10 @@
+ */
+ void QSslSocketPrivate::deinitialize()
+ {
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
+ q_CRYPTO_set_id_callback(0);
+ q_CRYPTO_set_locking_callback(0);
++#endif
+ }
+
+ /*!
+@@ -526,13 +534,17 @@
+ return false;
+
+ // Check if the library itself needs to be initialized.
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
+ QMutexLocker locker(openssl_locks()->initLock());
++#endif
+ if (!s_libraryLoaded) {
+ s_libraryLoaded = true;
+
+ // Initialize OpenSSL.
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
+ q_CRYPTO_set_id_callback(id_function);
+ q_CRYPTO_set_locking_callback(locking_function);
++#endif
+ if (q_SSL_library_init() != 1)
+ return false;
+ q_SSL_load_error_strings();
+@@ -571,7 +583,9 @@
+
+ void QSslSocketPrivate::ensureCiphersAndCertsLoaded()
+ {
+- QMutexLocker locker(openssl_locks()->initLock());
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
++ QMutexLocker locker(openssl_locks()->initLock());
++#endif
+ if (s_loadedCiphersAndCerts)
+ return;
+ s_loadedCiphersAndCerts = true;
+@@ -663,13 +677,18 @@
+ STACK_OF(SSL_CIPHER) *supportedCiphers = q_SSL_get_ciphers(mySsl);
+ for (int i = 0; i < q_sk_SSL_CIPHER_num(supportedCiphers); ++i) {
+ if (SSL_CIPHER *cipher = q_sk_SSL_CIPHER_value(supportedCiphers, i)) {
+- if (cipher->valid) {
++
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
++ if (cipher->valid) {
++#endif
+ QSslCipher ciph = QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER(cipher);
+ if (!ciph.isNull()) {
+ if (!ciph.name().toLower().startsWith(QLatin1String("adh")))
+ ciphers << ciph;
+ }
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
+ }
++#endif
+ }
+ }
+
+--- a/src/network/ssl/qsslsocket_openssl_symbols.cpp
++++ b/src/network/ssl/qsslsocket_openssl_symbols.cpp
+@@ -290,6 +290,22 @@
+ DEFINEFUNC(void, OPENSSL_add_all_algorithms_conf, void, DUMMYARG, return, DUMMYARG)
+ DEFINEFUNC3(int, SSL_CTX_load_verify_locations, SSL_CTX *ctx, ctx, const char *CAfile, CAfile, const char *CApath, CApath, return 0, return)
+ DEFINEFUNC(long, SSLeay, void, DUMMYARG, return 0, return)
++DEFINEFUNC(X509_STORE *, SSL_CTX_get_cert_store, const SSL_CTX *ctx, ctx, return 0, return)
++
++DEFINEFUNC(ASN1_INTEGER *, X509_get_serialNumber, X509 *x, x, return 0, return)
++#if OPENSSL_VERSION_NUMBER >= 0x10100000L
++DEFINEFUNC(int, EVP_PKEY_id, const EVP_PKEY *pkey, pkey, return 0, return)
++DEFINEFUNC(int, EVP_PKEY_base_id, const EVP_PKEY *pkey, pkey, return 0, return)
++DEFINEFUNC2(int, SSL_CIPHER_get_bits, const SSL_CIPHER *cipher, cipher, int *alg_bits, alg_bits, return 0, return)
++DEFINEFUNC2(long, SSL_CTX_set_options, SSL_CTX *ctx, ctx, long options, options, return 0, return)
++DEFINEFUNC(long, X509_get_version, X509 *x, x, return 0, return)
++DEFINEFUNC(X509_PUBKEY *, X509_get_X509_PUBKEY, X509 *x, x, return 0, return)
++DEFINEFUNC(int, RSA_bits, const RSA *rsa, rsa, return 0, return)
++DEFINEFUNC(int, DSA_security_bits, const DSA *dsa, dsa, return 0, return)
++DEFINEFUNC(ASN1_TIME *, X509_get_notAfter, X509 *x, x, return 0, return)
++DEFINEFUNC(ASN1_TIME *, X509_get_notBefore, X509 *x, x, return 0, return)
++DEFINEFUNC4(void, DSA_get0_pqg, const DSA *d, d, BIGNUM **p, p, BIGNUM **q, q, BIGNUM **g, g, return, return)
++#endif
+
+ #ifdef Q_OS_SYMBIAN
+ #define RESOLVEFUNC(func, ordinal, lib) \
+@@ -801,6 +817,7 @@
+ RESOLVEFUNC(SSL_CTX_use_PrivateKey)
+ RESOLVEFUNC(SSL_CTX_use_RSAPrivateKey)
+ RESOLVEFUNC(SSL_CTX_use_PrivateKey_file)
++ RESOLVEFUNC(SSL_CTX_get_cert_store)
+ RESOLVEFUNC(SSL_accept)
+ RESOLVEFUNC(SSL_clear)
+ RESOLVEFUNC(SSL_connect)
+@@ -823,6 +840,23 @@
+ RESOLVEFUNC(SSL_set_connect_state)
+ RESOLVEFUNC(SSL_shutdown)
+ RESOLVEFUNC(SSL_write)
++
++ RESOLVEFUNC(X509_get_serialNumber)
++#if OPENSSL_VERSION_NUMBER >= 0x10100000L
++ RESOLVEFUNC(SSL_CTX_ctrl)
++ RESOLVEFUNC(EVP_PKEY_id)
++ RESOLVEFUNC(EVP_PKEY_base_id)
++ RESOLVEFUNC(SSL_CIPHER_get_bits)
++ RESOLVEFUNC(SSL_CTX_set_options)
++ RESOLVEFUNC(X509_get_version)
++ RESOLVEFUNC(X509_get_X509_PUBKEY)
++ RESOLVEFUNC(RSA_bits)
++ RESOLVEFUNC(DSA_security_bits)
++ RESOLVEFUNC(DSA_get0_pqg)
++ RESOLVEFUNC(X509_get_notAfter)
++ RESOLVEFUNC(X509_get_notBefore)
++#endif
++
+ #ifndef OPENSSL_NO_SSL2
+ RESOLVEFUNC(SSLv2_client_method)
+ #endif
+--- a/src/network/ssl/qsslsocket_openssl_symbols_p.h
++++ b/src/network/ssl/qsslsocket_openssl_symbols_p.h
+@@ -399,7 +399,25 @@
+ PEM_ASN1_write_bio((int (*)(void*, unsigned char**))q_i2d_DSAPrivateKey,PEM_STRING_DSA,\
+ bp,(char *)x,enc,kstr,klen,cb,u)
+ #endif
++
++X509_STORE * q_SSL_CTX_get_cert_store(const SSL_CTX *ctx);
++ASN1_INTEGER * q_X509_get_serialNumber(X509 *x);
++
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
+ #define q_SSL_CTX_set_options(ctx,op) q_SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
++#define q_X509_get_version(x) X509_get_version(x)
++#else
++int q_EVP_PKEY_id(const EVP_PKEY *pkey);
++int q_EVP_PKEY_base_id(const EVP_PKEY *pkey);
++int q_SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *alg_bits);
++long q_SSL_CTX_set_options(SSL_CTX *ctx, long options);
++long q_X509_get_version(X509 *x);
++X509_PUBKEY * q_X509_get_X509_PUBKEY(X509 *x);
++int q_RSA_bits(const RSA *rsa);
++int q_DSA_security_bits(const DSA *dsa);
++void q_DSA_get0_pqg(const DSA *d, BIGNUM **p, BIGNUM **q, BIGNUM **g);
++#endif
++
+ #define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type) *))q_sk_num)(st)
+ #define q_SKM_sk_value(type, st,i) ((type * (*)(const STACK_OF(type) *, int))q_sk_value)(st, i)
+ #define q_sk_GENERAL_NAME_num(st) q_SKM_sk_num(GENERAL_NAME, (st))
+@@ -410,8 +428,15 @@
+ #define q_sk_SSL_CIPHER_value(st, i) q_SKM_sk_value(SSL_CIPHER, (st), (i))
+ #define q_SSL_CTX_add_extra_chain_cert(ctx,x509) \
+ q_SSL_CTX_ctrl(ctx,SSL_CTRL_EXTRA_CHAIN_CERT,0,(char *)x509)
++
++#if OPENSSL_VERSION_NUMBER < 0x10100000L
+ #define q_X509_get_notAfter(x) X509_get_notAfter(x)
+ #define q_X509_get_notBefore(x) X509_get_notBefore(x)
++#else
++ASN1_TIME *q_X509_get_notAfter(X509 *x);
++ASN1_TIME *q_X509_get_notBefore(X509 *x);
++#endif
++
+ #define q_EVP_PKEY_assign_RSA(pkey,rsa) q_EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
+ (char *)(rsa))
+ #define q_EVP_PKEY_assign_DSA(pkey,dsa) q_EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
+--- qt-everywhere-opensource-src-4.8.7/src/network/ssl/qsslcertificate.cpp.omv~ 2017-03-15 02:27:18.143322736 +0100
++++ qt-everywhere-opensource-src-4.8.7/src/network/ssl/qsslcertificate.cpp 2017-03-15 02:29:56.215819741 +0100
+@@ -696,7 +696,7 @@
+ unsigned char *data = 0;
+ int size = q_ASN1_STRING_to_UTF8(&data, q_X509_NAME_ENTRY_get_data(e));
+ info[QString::fromUtf8(obj)] = QString::fromUtf8((char*)data, size);
+- q_CRYPTO_free(data);
++ q_OPENSSL_free(data);
+ }
+ return info;
+ }
+--- qt-everywhere-opensource-src-4.8.7/src/network/ssl/qsslkey.cpp.0131~ 2017-03-15 02:22:37.053244125 +0100
++++ qt-everywhere-opensource-src-4.8.7/src/network/ssl/qsslkey.cpp 2017-03-15 02:22:37.055244057 +0100
+@@ -328,7 +328,7 @@
+ if (d->algorithm == QSsl::Rsa) {
+ return q_RSA_bits(d->rsa);
+ }else{
+- BIGNUM *p = NULL;
++ const BIGNUM *p = NULL;
+ q_DSA_get0_pqg(d->dsa, &p, NULL, NULL);
+ return q_BN_num_bits(p);
+ }
+--- qt-everywhere-opensource-src-4.8.7/src/network/ssl/qsslsocket_openssl_symbols.cpp.0131~ 2017-03-15 02:22:37.054244091 +0100
++++ qt-everywhere-opensource-src-4.8.7/src/network/ssl/qsslsocket_openssl_symbols.cpp 2017-03-15 02:29:41.155236836 +0100
+@@ -111,16 +111,16 @@
+ DEFINEFUNC2(int, ASN1_STRING_to_UTF8, unsigned char **a, a, ASN1_STRING *b, b, return 0, return);
+ DEFINEFUNC4(long, BIO_ctrl, BIO *a, a, int b, b, long c, c, void *d, d, return -1, return)
+ DEFINEFUNC(int, BIO_free, BIO *a, a, return 0, return)
+-DEFINEFUNC(BIO *, BIO_new, BIO_METHOD *a, a, return 0, return)
++DEFINEFUNC(BIO *, BIO_new, const BIO_METHOD *a, a, return 0, return)
+ DEFINEFUNC2(BIO *, BIO_new_mem_buf, void *a, a, int b, b, return 0, return)
+ DEFINEFUNC3(int, BIO_read, BIO *a, a, void *b, b, int c, c, return -1, return)
+-DEFINEFUNC(BIO_METHOD *, BIO_s_mem, void, DUMMYARG, return 0, return)
++DEFINEFUNC(const BIO_METHOD *, BIO_s_mem, void, DUMMYARG, return 0, return)
+ DEFINEFUNC3(int, BIO_write, BIO *a, a, const void *b, b, int c, c, return -1, return)
+ DEFINEFUNC(int, BN_num_bits, const BIGNUM *a, a, return 0, return)
+ DEFINEFUNC(int, CRYPTO_num_locks, DUMMYARG, DUMMYARG, return 0, return)
+ DEFINEFUNC(void, CRYPTO_set_locking_callback, void (*a)(int, int, const char *, int), a, return, DUMMYARG)
+ DEFINEFUNC(void, CRYPTO_set_id_callback, unsigned long (*a)(), a, return, DUMMYARG)
+-DEFINEFUNC(void, CRYPTO_free, void *a, a, return, DUMMYARG)
++DEFINEFUNC(void, OPENSSL_free, void *a, a, return, DUMMYARG)
+ DEFINEFUNC(void, DSA_free, DSA *a, a, return, DUMMYARG)
+ #if OPENSSL_VERSION_NUMBER < 0x00908000L
+ DEFINEFUNC3(X509 *, d2i_X509, X509 **a, a, unsigned char **b, b, long c, c, return 0, return)
+@@ -300,7 +300,7 @@
+ DEFINEFUNC(int, DSA_security_bits, const DSA *dsa, dsa, return 0, return)
+ DEFINEFUNC(ASN1_TIME *, X509_get_notAfter, X509 *x, x, return 0, return)
+ DEFINEFUNC(ASN1_TIME *, X509_get_notBefore, X509 *x, x, return 0, return)
+-DEFINEFUNC4(void, DSA_get0_pqg, const DSA *d, d, BIGNUM **p, p, BIGNUM **q, q, BIGNUM **g, g, return, return)
++DEFINEFUNC4(void, DSA_get0_pqg, const DSA *d, d, const BIGNUM **p, p, const BIGNUM **q, q, const BIGNUM **g, g, return, return)
+ #endif
+
+ #ifdef Q_OS_SYMBIAN
+--- qt-everywhere-opensource-src-4.8.7/src/network/ssl/qsslsocket_openssl_symbols_p.h.0131~ 2017-03-15 02:22:37.054244091 +0100
++++ qt-everywhere-opensource-src-4.8.7/src/network/ssl/qsslsocket_openssl_symbols_p.h 2017-03-15 02:29:50.192986268 +0100
+@@ -59,6 +59,9 @@
+ QT_BEGIN_NAMESPACE
+
+ #define DUMMYARG
++#ifndef OPENSSL_NO_SSL2
++#define OPENSSL_NO_SSL2 1
++#endif
+
+ #if !defined QT_LINKED_OPENSSL
+ // **************** Shared declarations ******************
+@@ -207,16 +210,16 @@
+ int q_ASN1_STRING_to_UTF8(unsigned char **a, ASN1_STRING *b);
+ long q_BIO_ctrl(BIO *a, int b, long c, void *d);
+ int q_BIO_free(BIO *a);
+-BIO *q_BIO_new(BIO_METHOD *a);
++BIO *q_BIO_new(const BIO_METHOD *a);
+ BIO *q_BIO_new_mem_buf(void *a, int b);
+ int q_BIO_read(BIO *a, void *b, int c);
+-BIO_METHOD *q_BIO_s_mem();
++const BIO_METHOD *q_BIO_s_mem();
+ int q_BIO_write(BIO *a, const void *b, int c);
+ int q_BN_num_bits(const BIGNUM *a);
+ int q_CRYPTO_num_locks();
+ void q_CRYPTO_set_locking_callback(void (*a)(int, int, const char *, int));
+ void q_CRYPTO_set_id_callback(unsigned long (*a)());
+-void q_CRYPTO_free(void *a);
++void q_OPENSSL_free(void *a);
+ void q_DSA_free(DSA *a);
+ #if OPENSSL_VERSION_NUMBER >= 0x00908000L
+ // 0.9.8 broke SC and BC by changing this function's signature.
+@@ -326,7 +329,6 @@
+ void q_SSL_set_connect_state(SSL *a);
+ int q_SSL_shutdown(SSL *a);
+ #if OPENSSL_VERSION_NUMBER >= 0x10000000L
+-const SSL_METHOD *q_SSLv2_client_method();
+ const SSL_METHOD *q_SSLv3_client_method();
+ const SSL_METHOD *q_SSLv23_client_method();
+ const SSL_METHOD *q_TLSv1_client_method();
+@@ -335,7 +337,6 @@
+ const SSL_METHOD *q_SSLv23_server_method();
+ const SSL_METHOD *q_TLSv1_server_method();
+ #else
+-SSL_METHOD *q_SSLv2_client_method();
+ SSL_METHOD *q_SSLv3_client_method();
+ SSL_METHOD *q_SSLv23_client_method();
+ SSL_METHOD *q_TLSv1_client_method();
+@@ -415,7 +416,7 @@
+ X509_PUBKEY * q_X509_get_X509_PUBKEY(X509 *x);
+ int q_RSA_bits(const RSA *rsa);
+ int q_DSA_security_bits(const DSA *dsa);
+-void q_DSA_get0_pqg(const DSA *d, BIGNUM **p, BIGNUM **q, BIGNUM **g);
++void q_DSA_get0_pqg(const DSA *d, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g);
+ #endif
+
+ #define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type) *))q_sk_num)(st)
diff --git a/pkgs/development/libraries/qt-5/5.11/default.nix b/pkgs/development/libraries/qt-5/5.11/default.nix
index f43329d3553..7f0937db30f 100644
--- a/pkgs/development/libraries/qt-5/5.11/default.nix
+++ b/pkgs/development/libraries/qt-5/5.11/default.nix
@@ -9,18 +9,17 @@ top-level attribute to `top-level/all-packages.nix`.
1. Update the URL in `pkgs/development/libraries/qt-5/$VERSION/fetch.sh`.
2. From the top of the Nixpkgs tree, run
`./maintainers/scripts/fetch-kde-qt.sh > pkgs/development/libraries/qt-5/$VERSION/srcs.nix`.
-3. Update `qtCompatVersion` below if the minor version number changes.
-4. Check that the new packages build correctly.
-5. Commit the changes and open a pull request.
+3. Check that the new packages build correctly.
+4. Commit the changes and open a pull request.
*/
{
newScope,
- stdenv, fetchurl, fetchFromGitHub, makeSetupHook,
+ stdenv, fetchurl, fetchFromGitHub, makeSetupHook, makeWrapper,
bison, cups ? null, harfbuzz, libGL, perl,
gstreamer, gst-plugins-base, gtk3, dconf,
- cf-private, llvmPackages_5,
+ llvmPackages_5,
# options
developerBuild ? false,
@@ -32,7 +31,9 @@ with stdenv.lib;
let
- qtCompatVersion = "5.11";
+ qtCompatVersion = srcs.qtbase.version;
+
+ stdenvActual = if stdenv.cc.isClang then llvmPackages_5.stdenv else stdenv;
mirror = "https://download.qt.io";
srcs = import ./srcs.nix { inherit fetchurl; inherit mirror; } // {
@@ -64,16 +65,18 @@ let
qtwebkit = [ ./qtwebkit.patch ];
};
- mkDerivation =
- import ../mkDerivation.nix {
- inherit (stdenv) lib;
- stdenv = if stdenv.cc.isClang then llvmPackages_5.stdenv else stdenv;
- }
- { inherit debug; };
-
qtModule =
import ../qtModule.nix
- { inherit mkDerivation perl; inherit (stdenv) lib; }
+ {
+ inherit perl;
+ inherit (stdenv) lib;
+ # Use a variant of mkDerivation that does not include wrapQtApplications
+ # to avoid cyclic dependencies between Qt modules.
+ mkDerivation =
+ import ../mkDerivation.nix
+ { inherit (stdenv) lib; inherit debug; wrapQtAppsHook = null; }
+ stdenvActual.mkDerivation;
+ }
{ inherit self srcs patches; };
addPackages = self: with self;
@@ -81,7 +84,11 @@ let
callPackage = self.newScope { inherit qtCompatVersion qtModule srcs; };
in {
- inherit mkDerivation;
+ mkDerivationWith =
+ import ../mkDerivation.nix
+ { inherit (stdenv) lib; inherit debug; inherit (self) wrapQtAppsHook; };
+
+ mkDerivation = mkDerivationWith stdenvActual.mkDerivation;
qtbase = callPackage ../modules/qtbase.nix {
inherit (srcs.qtbase) src version;
@@ -92,17 +99,13 @@ let
};
qtcharts = callPackage ../modules/qtcharts.nix {};
- qtconnectivity = callPackage ../modules/qtconnectivity.nix {
- inherit cf-private;
- };
+ qtconnectivity = callPackage ../modules/qtconnectivity.nix {};
qtdeclarative = callPackage ../modules/qtdeclarative.nix {};
qtdoc = callPackage ../modules/qtdoc.nix {};
qtgraphicaleffects = callPackage ../modules/qtgraphicaleffects.nix {};
qtimageformats = callPackage ../modules/qtimageformats.nix {};
qtlocation = callPackage ../modules/qtlocation.nix { };
- qtmacextras = callPackage ../modules/qtmacextras.nix {
- inherit cf-private;
- };
+ qtmacextras = callPackage ../modules/qtmacextras.nix {};
qtmultimedia = callPackage ../modules/qtmultimedia.nix {
inherit gstreamer gst-plugins-base;
};
@@ -146,6 +149,12 @@ let
fix_qt_builtin_paths = ../hooks/fix-qt-builtin-paths.sh;
};
} ../hooks/qmake-hook.sh;
+
+ wrapQtAppsHook = makeSetupHook {
+ deps =
+ [ self.qtbase.dev makeWrapper ]
+ ++ optional stdenv.isLinux self.qtwayland.dev;
+ } ../hooks/wrap-qt-apps-hook.sh;
};
self = makeScope newScope addPackages;
diff --git a/pkgs/development/libraries/qt-5/5.11/qttools.patch b/pkgs/development/libraries/qt-5/5.11/qttools.patch
index fbba439ef7a..622efc35b6b 100644
--- a/pkgs/development/libraries/qt-5/5.11/qttools.patch
+++ b/pkgs/development/libraries/qt-5/5.11/qttools.patch
@@ -69,3 +69,18 @@ index 4318b16f..d60db4ff 100644
_qt5_LinguistTools_check_file_exists(${imported_location})
set_target_properties(Qt5::lconvert PROPERTIES
+--- a/src/macdeployqt/shared/shared.cpp
++++ b/src/macdeployqt/shared/shared.cpp
+@@ -1241,6 +1241,12 @@ bool deployQmlImports(const QString &appBundlePath, DeploymentInfo deploymentInf
+ if (!QFile(qmlImportScannerPath).exists())
+ qmlImportScannerPath = QCoreApplication::applicationDirPath() + "/qmlimportscanner";
+
++#ifdef NIXPKGS_QMLIMPORTSCANNER
++ // Fallback: Nixpkgs hardcoded path
++ if (!QFile(qmlImportScannerPath).exists())
++ qmlImportScannerPath = NIXPKGS_QMLIMPORTSCANNER;
++#endif
++
+ // Verify that we found a qmlimportscanner binary
+ if (!QFile(qmlImportScannerPath).exists()) {
+ LogError() << "qmlimportscanner not found at" << qmlImportScannerPath;
diff --git a/pkgs/development/libraries/qt-5/5.12/default.nix b/pkgs/development/libraries/qt-5/5.12/default.nix
index ef0cf97a428..1bc63d0e2b9 100644
--- a/pkgs/development/libraries/qt-5/5.12/default.nix
+++ b/pkgs/development/libraries/qt-5/5.12/default.nix
@@ -9,18 +9,17 @@ top-level attribute to `top-level/all-packages.nix`.
1. Update the URL in `pkgs/development/libraries/qt-5/$VERSION/fetch.sh`.
2. From the top of the Nixpkgs tree, run
`./maintainers/scripts/fetch-kde-qt.sh > pkgs/development/libraries/qt-5/$VERSION/srcs.nix`.
-3. Update `qtCompatVersion` below if the minor version number changes.
-4. Check that the new packages build correctly.
-5. Commit the changes and open a pull request.
+3. Check that the new packages build correctly.
+4. Commit the changes and open a pull request.
*/
{
newScope,
- stdenv, fetchurl, fetchFromGitHub, makeSetupHook,
+ stdenv, fetchurl, fetchFromGitHub, makeSetupHook, makeWrapper,
bison, cups ? null, harfbuzz, libGL, perl,
gstreamer, gst-plugins-base, gtk3, dconf,
- cf-private, llvmPackages_5,
+ llvmPackages_5,
# options
developerBuild ? false,
@@ -32,7 +31,9 @@ with stdenv.lib;
let
- qtCompatVersion = "5.12";
+ qtCompatVersion = srcs.qtbase.version;
+
+ stdenvActual = if stdenv.cc.isClang then llvmPackages_5.stdenv else stdenv;
mirror = "https://download.qt.io";
srcs = import ./srcs.nix { inherit fetchurl; inherit mirror; } // {
@@ -66,18 +67,21 @@ let
./qtwebkit-darwin-no-readline.patch
./qtwebkit-darwin-no-qos-classes.patch
];
+ qttools = [ ./qttools.patch ];
};
- mkDerivation =
- import ../mkDerivation.nix {
- inherit (stdenv) lib;
- stdenv = if stdenv.cc.isClang then llvmPackages_5.stdenv else stdenv;
- }
- { inherit debug; };
-
qtModule =
import ../qtModule.nix
- { inherit mkDerivation perl; inherit (stdenv) lib; }
+ {
+ inherit perl;
+ inherit (stdenv) lib;
+ # Use a variant of mkDerivation that does not include wrapQtApplications
+ # to avoid cyclic dependencies between Qt modules.
+ mkDerivation =
+ import ../mkDerivation.nix
+ { inherit (stdenv) lib; inherit debug; wrapQtAppsHook = null; }
+ stdenvActual.mkDerivation;
+ }
{ inherit self srcs patches; };
addPackages = self: with self;
@@ -85,7 +89,11 @@ let
callPackage = self.newScope { inherit qtCompatVersion qtModule srcs; };
in {
- inherit mkDerivation;
+ mkDerivationWith =
+ import ../mkDerivation.nix
+ { inherit (stdenv) lib; inherit debug; inherit (self) wrapQtAppsHook; };
+
+ mkDerivation = mkDerivationWith stdenvActual.mkDerivation;
qtbase = callPackage ../modules/qtbase.nix {
inherit (srcs.qtbase) src version;
@@ -96,17 +104,13 @@ let
};
qtcharts = callPackage ../modules/qtcharts.nix {};
- qtconnectivity = callPackage ../modules/qtconnectivity.nix {
- inherit cf-private;
- };
+ qtconnectivity = callPackage ../modules/qtconnectivity.nix {};
qtdeclarative = callPackage ../modules/qtdeclarative.nix {};
qtdoc = callPackage ../modules/qtdoc.nix {};
qtgraphicaleffects = callPackage ../modules/qtgraphicaleffects.nix {};
qtimageformats = callPackage ../modules/qtimageformats.nix {};
qtlocation = callPackage ../modules/qtlocation.nix {};
- qtmacextras = callPackage ../modules/qtmacextras.nix {
- inherit cf-private;
- };
+ qtmacextras = callPackage ../modules/qtmacextras.nix {};
qtmultimedia = callPackage ../modules/qtmultimedia.nix {
inherit gstreamer gst-plugins-base;
};
@@ -150,6 +154,12 @@ let
fix_qt_builtin_paths = ../hooks/fix-qt-builtin-paths.sh;
};
} ../hooks/qmake-hook.sh;
+
+ wrapQtAppsHook = makeSetupHook {
+ deps =
+ [ self.qtbase.dev makeWrapper ]
+ ++ optional stdenv.isLinux self.qtwayland.dev;
+ } ../hooks/wrap-qt-apps-hook.sh;
};
self = makeScope newScope addPackages;
diff --git a/pkgs/development/libraries/qt-5/5.12/qtbase.patch b/pkgs/development/libraries/qt-5/5.12/qtbase.patch
index 68ebd56b76c..aa987acbe92 100644
--- a/pkgs/development/libraries/qt-5/5.12/qtbase.patch
+++ b/pkgs/development/libraries/qt-5/5.12/qtbase.patch
@@ -1094,3 +1094,63 @@ index 99d87e2e46..a4eab2aa72 100644
!!ELSE
set(imported_location \"$${CMAKE_BIN_DIR}uic$$CMAKE_BIN_SUFFIX\")
!!ENDIF
+diff --git a/src/corelib/kernel/qcore_mac_p.h b/src/corelib/kernel/qcore_mac_p.h
+index b14a494296..779c4eda95 100644
+--- a/src/corelib/kernel/qcore_mac_p.h
++++ b/src/corelib/kernel/qcore_mac_p.h
+@@ -211,7 +211,7 @@ private:
+
+ // --------------------------------------------------------------------------
+
+-#if !defined(QT_BOOTSTRAPPED)
++#if 0
+
+ QT_END_NAMESPACE
+ #include
+@@ -289,7 +289,19 @@ QT_MAC_WEAK_IMPORT(_os_activity_current);
+
+ #define QT_APPLE_SCOPED_LOG_ACTIVITY(...) QAppleLogActivity scopedLogActivity = QT_APPLE_LOG_ACTIVITY(__VA_ARGS__).enter();
+
+-#endif // !defined(QT_BOOTSTRAPPED)
++#else // !defined(QT_BOOTSTRAPPED)
++
++#define QT_APPLE_LOG_ACTIVITY_WITH_PARENT3(...)
++#define QT_APPLE_LOG_ACTIVITY_WITH_PARENT2(...)
++#define QT_APPLE_LOG_ACTIVITY_WITH_PARENT(...)
++
++#define QT_APPLE_LOG_ACTIVITY2(...)
++#define QT_APPLE_LOG_ACTIVITY1(...)
++#define QT_APPLE_LOG_ACTIVITY(...)
++
++#define QT_APPLE_SCOPED_LOG_ACTIVITY(...)
++
++#endif
+
+ // -------------------------------------------------------------------------
+
+diff --git a/src/testlib/qappletestlogger.cpp b/src/testlib/qappletestlogger.cpp
+index 2c1005ad80..244147ea7d 100644
+--- a/src/testlib/qappletestlogger.cpp
++++ b/src/testlib/qappletestlogger.cpp
+@@ -43,7 +43,7 @@
+
+ QT_BEGIN_NAMESPACE
+
+-#if defined(QT_USE_APPLE_UNIFIED_LOGGING)
++#if defined(QT_USE_APPLE_UNIFIED_LOGGING) && 0
+
+ using namespace QTestPrivate;
+
+diff --git a/src/testlib/qtestlog.cpp b/src/testlib/qtestlog.cpp
+index 1268730cc6..a50e9b0764 100644
+--- a/src/testlib/qtestlog.cpp
++++ b/src/testlib/qtestlog.cpp
+@@ -524,7 +524,7 @@ void QTestLog::addLogger(LogMode mode, const char *filename)
+ #endif
+ }
+
+-#if defined(QT_USE_APPLE_UNIFIED_LOGGING)
++#if defined(QT_USE_APPLE_UNIFIED_LOGGING) && 0
+ // Logger that also feeds messages to AUL. It needs to wrap the existing
+ // logger, as it needs to be able to short circuit the existing logger
+ // in case AUL prints to stderr.
diff --git a/pkgs/development/libraries/qt-5/5.12/qttools.patch b/pkgs/development/libraries/qt-5/5.12/qttools.patch
new file mode 100644
index 00000000000..8ae12198ca2
--- /dev/null
+++ b/pkgs/development/libraries/qt-5/5.12/qttools.patch
@@ -0,0 +1,15 @@
+--- a/src/macdeployqt/shared/shared.cpp
++++ b/src/macdeployqt/shared/shared.cpp
+@@ -1241,6 +1241,12 @@ bool deployQmlImports(const QString &appBundlePath, DeploymentInfo deploymentInf
+ if (!QFile(qmlImportScannerPath).exists())
+ qmlImportScannerPath = QCoreApplication::applicationDirPath() + "/qmlimportscanner";
+
++#ifdef NIXPKGS_QMLIMPORTSCANNER
++ // Fallback: Nixpkgs hardcoded path
++ if (!QFile(qmlImportScannerPath).exists())
++ qmlImportScannerPath = NIXPKGS_QMLIMPORTSCANNER;
++#endif
++
+ // Verify that we found a qmlimportscanner binary
+ if (!QFile(qmlImportScannerPath).exists()) {
+ LogError() << "qmlimportscanner not found at" << qmlImportScannerPath;
diff --git a/pkgs/development/libraries/qt-5/5.12/qtwebengine-darwin-no-platform-check.patch b/pkgs/development/libraries/qt-5/5.12/qtwebengine-darwin-no-platform-check.patch
index 364330169bf..546e753144d 100644
--- a/pkgs/development/libraries/qt-5/5.12/qtwebengine-darwin-no-platform-check.patch
+++ b/pkgs/development/libraries/qt-5/5.12/qtwebengine-darwin-no-platform-check.patch
@@ -19,3 +19,15 @@ diff --git a/mkspecs/features/platform.prf b/mkspecs/features/platform.prf
}
} else {
skipBuild("Unknown platform. Qt WebEngine only supports Linux, Windows, and macOS.")
+diff --git a/src/core/config/mac_osx.pri b/src/core/config/mac_osx.pri
+--- a/src/core/config/mac_osx.pri
++++ b/src/core/config/mac_osx.pri
+@@ -5,8 +5,6 @@ load(functions)
+ # otherwise query for it.
+ QMAKE_MAC_SDK_VERSION = $$eval(QMAKE_MAC_SDK.$${QMAKE_MAC_SDK}.SDKVersion)
+ isEmpty(QMAKE_MAC_SDK_VERSION) {
+- QMAKE_MAC_SDK_VERSION = $$system("/usr/bin/xcodebuild -sdk $${QMAKE_MAC_SDK} -version SDKVersion 2>/dev/null")
+- isEmpty(QMAKE_MAC_SDK_VERSION): error("Could not resolve SDK version for \'$${QMAKE_MAC_SDK}\'")
+ }
+
+ QMAKE_CLANG_DIR = "/usr"
diff --git a/pkgs/development/libraries/qt-5/5.6/default.nix b/pkgs/development/libraries/qt-5/5.6/default.nix
deleted file mode 100644
index e493fc169ab..00000000000
--- a/pkgs/development/libraries/qt-5/5.6/default.nix
+++ /dev/null
@@ -1,183 +0,0 @@
-/*
-
-# New packages
-
-READ THIS FIRST
-
-This module is for official packages in Qt 5. All available packages are listed
-in `./srcs.nix`, although a few are not yet packaged in Nixpkgs (see below).
-
-IF YOUR PACKAGE IS NOT LISTED IN `./srcs.nix`, IT DOES NOT GO HERE.
-
-Many of the packages released upstream are not yet built in Nixpkgs due to lack
-of demand. To add a Nixpkgs build for an upstream package, copy one of the
-existing packages here and modify it as necessary.
-
-# Updates
-
-1. Update the URL in `./fetch.sh`.
-2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/qt-5/$VERSION/`
- from the top of the Nixpkgs tree.
-3. Update `qtCompatVersion` below if the minor version number changes.
-4. Check that the new packages build correctly.
-5. Commit the changes and open a pull request.
-
-*/
-
-{
- newScope,
- stdenv, fetchurl, fetchpatch, makeSetupHook,
- bison, cups ? null, harfbuzz, libGL, perl,
- gstreamer, gst-plugins-base,
- cf-private,
-
- # options
- developerBuild ? false,
- decryptSslTraffic ? false,
- debug ? false,
-}:
-
-with stdenv.lib;
-
-let
-
- qtCompatVersion = "5.6";
-
- mirror = "http://download.qt.io";
- srcs = import ./srcs.nix { inherit fetchurl; inherit mirror; };
-
- patches = {
- qtbase = [
- ./qtbase.patch
- ./qtbase-fixguicmake.patch
- (fetchpatch {
- name = "CVE-2018-15518.patch";
- url = "https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=28a6e642af2ccb454dd019f551c2908753f76f08";
- sha256 = "0nyssg7d0br7qgzp481f1w8b4p1bj2ggv9iyfrm1mng5v9fypdd7";
- })
- (fetchpatch {
- name = "CVE-2018-19873.patch";
- url = "https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=c9b9f663d7243988bcb5fee9180ea9cb3a321a86";
- sha256 = "1q01cafy92c1j8cgrv4sk133mi3d48x8kbg3glbnnbijpc4k6di5";
- })
- (fetchpatch {
- name = "CVE-2018-19870.patch";
- url = "http://code.qt.io/cgit/qt/qtbase.git/patch/?id=ac0a910756f91726e03c0e6a89d213bdb4f48fec";
- sha256 = "00qb9yqwvwnp202am3lqirkjxln1cj8v4wvmlyqya6hna176lj2l";
- })
- ];
- qtdeclarative = [ ./qtdeclarative.patch ];
- qtscript = [ ./qtscript.patch ];
- qtserialport = [ ./qtserialport.patch ];
- qttools = [ ./qttools.patch ];
- qtwebengine = [ ./qtwebengine-seccomp.patch ];
- qtwebkit = [ ./qtwebkit.patch ];
- qtvirtualkeyboard = [
- (fetchpatch {
- name = "CVE-2018-19865-A.patch";
- url = "https://codereview.qt-project.org/gitweb?p=qt/qtvirtualkeyboard.git;a=patch;h=c02115db1de1f3aba81e109043766d600f886522";
- sha256 = "0ncnyl8f3ypi1kcb9z2i8j33snix111h28njrx8rb49ny01ap8x2";
- })
- (fetchpatch {
- name = "CVE-2018-19865-B.patch";
- url = "https://codereview.qt-project.org/gitweb?p=qt/qtvirtualkeyboard.git;a=patch;h=01fc537adc74d5e102c8cc93384cdf5cb08b4442";
- sha256 = "19z8kxqf2lpjqr8189ingrpadch4niviw3p5v93zgx24v7950q27";
- })
- (fetchpatch {
- name = "CVE-2018-19865-C.patch";
- url = "https://codereview.qt-project.org/gitweb?p=qt/qtvirtualkeyboard.git;a=patch;h=993a21ba03534b172d5354405cc9d50a2a822e24";
- sha256 = "1bipqxr9bvy8z402pv9kj2w1yzcsj1v03l09pg5jyg1xh6jbgiky";
- })
- ];
- qtimageformats = [
- (fetchpatch {
- name = "CVE-2018-19871.patch";
- url = "https://codereview.qt-project.org/gitweb?p=qt/qtimageformats.git;a=patch;h=9299ab07df61c56b70e047f1fe5f06b6ff541aa3";
- sha256 = "0fd3mxdlc0s405j02bc0g72fvdfvpi31a837xfwf40m5j4jbyndr";
- })
- ];
- qtsvg = [
- (fetchpatch {
- name = "CVE-2018-19869.patch";
- url = "http://code.qt.io/cgit/qt/qtsvg.git/patch/?id=c5f1dd14098d1cc2cb52448fb44f53966d331443";
- sha256 = "1kgyfsxw2f0qv5fx9y7wysjsvqikam0qc7wzhklf0406zz6rhxbl";
- })
- ];
- };
-
- mkDerivation =
- import ../mkDerivation.nix
- { inherit stdenv; inherit (stdenv) lib; }
- { inherit debug; };
-
- qtModule =
- import ../qtModule.nix
- { inherit mkDerivation perl; inherit (stdenv) lib; }
- { inherit self srcs patches; };
-
- addPackages = self: with self;
- let
- callPackage = self.newScope { inherit qtCompatVersion qtModule srcs; };
- in {
-
- inherit mkDerivation;
-
- qtbase = callPackage ../modules/qtbase.nix {
- inherit bison cups harfbuzz libGL;
- inherit (srcs.qtbase) src version;
- patches = patches.qtbase;
- inherit developerBuild decryptSslTraffic;
- };
-
- /* qt3d = not packaged */
- /* qtactiveqt = not packaged */
- /* qtandroidextras = not packaged */
- /* qtcanvas3d = not packaged */
- qtconnectivity = callPackage ../modules/qtconnectivity.nix {
- inherit cf-private;
- };
- qtdeclarative = callPackage ../modules/qtdeclarative.nix {};
- qtdoc = callPackage ../modules/qtdoc.nix {};
- qtgraphicaleffects = callPackage ../modules/qtgraphicaleffects.nix {};
- qtimageformats = callPackage ../modules/qtimageformats.nix {};
- qtlocation = callPackage ../modules/qtlocation.nix {};
- /* qtmacextras = not packaged */
- qtmultimedia = callPackage ../modules/qtmultimedia.nix {
- inherit gstreamer gst-plugins-base;
- };
- qtquick1 = null;
- qtquickcontrols = callPackage ../modules/qtquickcontrols.nix {};
- qtquickcontrols2 = callPackage ../modules/qtquickcontrols2.nix {};
- qtscript = callPackage ../modules/qtscript.nix {};
- qtsensors = callPackage ../modules/qtsensors.nix {};
- qtserialport = callPackage ../modules/qtserialport.nix {};
- qtsvg = callPackage ../modules/qtsvg.nix {};
- qttools = callPackage ../modules/qttools.nix {};
- qttranslations = callPackage ../modules/qttranslations.nix {};
- qtwayland = callPackage ../modules/qtwayland.nix {};
- qtwebchannel = callPackage ../modules/qtwebchannel.nix {};
- qtwebengine = callPackage ../modules/qtwebengine.nix {};
- qtwebkit = callPackage ../modules/qtwebkit.nix {};
- qtwebsockets = callPackage ../modules/qtwebsockets.nix {};
- /* qtwinextras = not packaged */
- qtx11extras = callPackage ../modules/qtx11extras.nix {};
- qtxmlpatterns = callPackage ../modules/qtxmlpatterns.nix {};
- qtvirtualkeyboard = callPackage ../modules/qtvirtualkeyboard.nix {};
-
- env = callPackage ../qt-env.nix {};
- full = env "qt-full-${qtbase.version}" [
- qtconnectivity qtdeclarative qtdoc qtgraphicaleffects qtimageformats
- qtlocation qtmultimedia qtquickcontrols qtquickcontrols2 qtscript
- qtsensors qtserialport qtsvg qttools qttranslations qtwayland
- qtwebchannel qtwebengine qtwebkit qtwebsockets qtx11extras qtxmlpatterns
- ];
-
- qmake = makeSetupHook {
- deps = [ self.qtbase.dev ];
- substitutions = { inherit (stdenv) isDarwin; };
- } ../hooks/qmake-hook.sh;
- };
-
- self = makeScope newScope addPackages;
-
-in self
diff --git a/pkgs/development/libraries/qt-5/5.6/fetch.sh b/pkgs/development/libraries/qt-5/5.6/fetch.sh
deleted file mode 100644
index bb9eb66a01d..00000000000
--- a/pkgs/development/libraries/qt-5/5.6/fetch.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-WGET_ARGS=( http://download.qt.io/official_releases/qt/5.6/5.6.3/submodules/ \
- http://download.qt.io/community_releases/5.6/5.6.3/ )
diff --git a/pkgs/development/libraries/qt-5/5.6/qtbase-fixguicmake.patch b/pkgs/development/libraries/qt-5/5.6/qtbase-fixguicmake.patch
deleted file mode 100644
index 8b46d432812..00000000000
--- a/pkgs/development/libraries/qt-5/5.6/qtbase-fixguicmake.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in b/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
-index 0bbc871..3673634 100644
---- a/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
-+++ b/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
-@@ -286,7 +286,7 @@ if (NOT TARGET Qt5::$${CMAKE_MODULE_NAME})
- macro(_populate_$${CMAKE_MODULE_NAME}_plugin_properties Plugin Configuration PLUGIN_LOCATION)
- set_property(TARGET Qt5::${Plugin} APPEND PROPERTY IMPORTED_CONFIGURATIONS ${Configuration})
-
-- set(imported_location \"$${CMAKE_PLUGIN_DIR}${PLUGIN_LOCATION}\")
-+ set(imported_location \"${PLUGIN_LOCATION}\")
- _qt5_$${CMAKE_MODULE_NAME}_check_file_exists(${imported_location})
- set_target_properties(Qt5::${Plugin} PROPERTIES
- \"IMPORTED_LOCATION_${Configuration}\" ${imported_location}
-diff --git a/mkspecs/features/data/cmake/Qt5PluginTarget.cmake.in b/mkspecs/features/data/cmake/Qt5PluginTarget.cmake.in
-index 5baf0fd..3583745 100644
---- a/mkspecs/features/data/cmake/Qt5PluginTarget.cmake.in
-+++ b/mkspecs/features/data/cmake/Qt5PluginTarget.cmake.in
-@@ -2,10 +2,10 @@
- add_library(Qt5::$$CMAKE_PLUGIN_NAME MODULE IMPORTED)
-
- !!IF !isEmpty(CMAKE_RELEASE_TYPE)
--_populate_$${CMAKE_MODULE_NAME}_plugin_properties($$CMAKE_PLUGIN_NAME RELEASE \"$${CMAKE_PLUGIN_LOCATION_RELEASE}\")
-+_populate_$${CMAKE_MODULE_NAME}_plugin_properties($$CMAKE_PLUGIN_NAME RELEASE \"$${CMAKE_PLUGIN_DIR}$${CMAKE_PLUGIN_LOCATION_RELEASE}\")
- !!ENDIF
- !!IF !isEmpty(CMAKE_DEBUG_TYPE)
--_populate_$${CMAKE_MODULE_NAME}_plugin_properties($$CMAKE_PLUGIN_NAME DEBUG \"$${CMAKE_PLUGIN_LOCATION_DEBUG}\")
-+_populate_$${CMAKE_MODULE_NAME}_plugin_properties($$CMAKE_PLUGIN_NAME DEBUG \"$${CMAKE_PLUGIN_DIR}$${CMAKE_PLUGIN_LOCATION_DEBUG}\")
- !!ENDIF
-
- list(APPEND Qt5$${CMAKE_MODULE_NAME}_PLUGINS Qt5::$$CMAKE_PLUGIN_NAME)
diff --git a/pkgs/development/libraries/qt-5/5.6/qtbase.patch b/pkgs/development/libraries/qt-5/5.6/qtbase.patch
deleted file mode 100644
index d8322cbc199..00000000000
--- a/pkgs/development/libraries/qt-5/5.6/qtbase.patch
+++ /dev/null
@@ -1,795 +0,0 @@
-diff --git a/mkspecs/features/create_cmake.prf b/mkspecs/features/create_cmake.prf
-index 11fb52a0b1..614fdbb046 100644
---- a/mkspecs/features/create_cmake.prf
-+++ b/mkspecs/features/create_cmake.prf
-@@ -21,7 +21,7 @@ load(cmake_functions)
- # at cmake time whether package has been found via a symlink, and correct
- # that to an absolute path. This is only done for installations to
- # the /usr or / prefix.
--CMAKE_INSTALL_LIBS_DIR = $$cmakeTargetPath($$[QT_INSTALL_LIBS])
-+CMAKE_INSTALL_LIBS_DIR = $$cmakeTargetPath($$NIX_OUTPUT_OUT/lib/)
- contains(CMAKE_INSTALL_LIBS_DIR, ^(/usr)?/lib(64)?.*): CMAKE_USR_MOVE_WORKAROUND = $$CMAKE_INSTALL_LIBS_DIR
-
- CMAKE_OUT_DIR = $$MODULE_BASE_OUTDIR/lib/cmake
-@@ -47,47 +47,22 @@ split_incpath {
- $$cmake_extra_source_includes.output
- }
-
--CMAKE_INCLUDE_DIR = $$cmakeRelativePath($$[QT_INSTALL_HEADERS], $$[QT_INSTALL_PREFIX])
--contains(CMAKE_INCLUDE_DIR, "^\\.\\./.*") {
-- CMAKE_INCLUDE_DIR = $$[QT_INSTALL_HEADERS]/
-- CMAKE_INCLUDE_DIR_IS_ABSOLUTE = True
--}
-+CMAKE_INCLUDE_DIR = $$NIX_OUTPUT_DEV/include/
-+CMAKE_INCLUDE_DIR_IS_ABSOLUTE = True
-
- !exists($$first(QT.$${MODULE}_private.includes)): CMAKE_NO_PRIVATE_INCLUDES = true
-
--CMAKE_LIB_DIR = $$cmakeRelativePath($$[QT_INSTALL_LIBS], $$[QT_INSTALL_PREFIX])
--contains(CMAKE_LIB_DIR,"^\\.\\./.*") {
-- CMAKE_LIB_DIR = $$[QT_INSTALL_LIBS]/
-- CMAKE_LIB_DIR_IS_ABSOLUTE = True
--} else {
-- CMAKE_RELATIVE_INSTALL_LIBS_DIR = $$cmakeRelativePath($$[QT_INSTALL_PREFIX], $$[QT_INSTALL_LIBS])
-- # We need to go up another two levels because the CMake files are
-- # installed in $${CMAKE_LIB_DIR}/cmake/Qt5$${CMAKE_MODULE_NAME}
-- CMAKE_RELATIVE_INSTALL_DIR = "$${CMAKE_RELATIVE_INSTALL_LIBS_DIR}../../"
--}
-+CMAKE_LIB_DIR = $$NIX_OUTPUT_OUT/lib/
-+CMAKE_LIB_DIR_IS_ABSOLUTE = True
-
--CMAKE_BIN_DIR = $$cmakeRelativePath($$[QT_HOST_BINS], $$[QT_INSTALL_PREFIX])
--contains(CMAKE_BIN_DIR, "^\\.\\./.*") {
-- CMAKE_BIN_DIR = $$[QT_HOST_BINS]/
-- CMAKE_BIN_DIR_IS_ABSOLUTE = True
--}
-+CMAKE_BIN_DIR = $$NIX_OUTPUT_BIN/bin/
-+CMAKE_BIN_DIR_IS_ABSOLUTE = True
-
--CMAKE_PLUGIN_DIR = $$cmakeRelativePath($$[QT_INSTALL_PLUGINS], $$[QT_INSTALL_PREFIX])
--contains(CMAKE_PLUGIN_DIR, "^\\.\\./.*") {
-- CMAKE_PLUGIN_DIR = $$[QT_INSTALL_PLUGINS]/
-- CMAKE_PLUGIN_DIR_IS_ABSOLUTE = True
--}
-+CMAKE_PLUGIN_DIR = $$NIX_OUTPUT_PLUGIN/
-+CMAKE_PLUGIN_DIR_IS_ABSOLUTE = True
-
--win32:!wince:!static:!staticlib {
-- CMAKE_DLL_DIR = $$cmakeRelativePath($$[QT_INSTALL_BINS], $$[QT_INSTALL_PREFIX])
-- contains(CMAKE_DLL_DIR, "^\\.\\./.*") {
-- CMAKE_DLL_DIR = $$[QT_INSTALL_BINS]/
-- CMAKE_DLL_DIR_IS_ABSOLUTE = True
-- }
--} else {
-- CMAKE_DLL_DIR = $$CMAKE_LIB_DIR
-- CMAKE_DLL_DIR_IS_ABSOLUTE = $$CMAKE_LIB_DIR_IS_ABSOLUTE
--}
-+CMAKE_DLL_DIR = $$NIX_OUTPUT_OUT/lib/
-+CMAKE_DLL_DIR_IS_ABSOLUTE = True
-
- static|staticlib:CMAKE_STATIC_TYPE = true
-
-@@ -167,7 +142,7 @@ contains(CONFIG, plugin) {
- cmake_target_file
-
- cmake_qt5_plugin_file.files = $$cmake_target_file.output
-- cmake_qt5_plugin_file.path = $$[QT_INSTALL_LIBS]/cmake/Qt5$${CMAKE_MODULE_NAME}
-+ cmake_qt5_plugin_file.path = $$NIX_OUTPUT_OUT/lib/cmake/Qt5$${CMAKE_MODULE_NAME}
- INSTALLS += cmake_qt5_plugin_file
-
- return()
-@@ -314,7 +289,7 @@ exists($$cmake_macros_file.input) {
- cmake_qt5_module_files.files += $$cmake_macros_file.output
- }
-
--cmake_qt5_module_files.path = $$[QT_INSTALL_LIBS]/cmake/Qt5$${CMAKE_MODULE_NAME}
-+cmake_qt5_module_files.path = $$NIX_OUTPUT_OUT/lib/cmake/Qt5$${CMAKE_MODULE_NAME}
-
- # We are generating cmake files. Most developers of Qt are not aware of cmake,
- # so we require automatic tests to be available. The only module which should
-diff --git a/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in b/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
-index d2358cae4b..61d8cc0471 100644
---- a/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
-+++ b/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
-@@ -9,30 +9,6 @@ if (CMAKE_VERSION VERSION_LESS 3.0.0)
- endif()
- !!ENDIF
-
--!!IF !isEmpty(CMAKE_USR_MOVE_WORKAROUND)
--!!IF !isEmpty(CMAKE_LIB_DIR_IS_ABSOLUTE)
--set(_qt5$${CMAKE_MODULE_NAME}_install_prefix \"$$[QT_INSTALL_PREFIX]\")
--!!ELSE
--get_filename_component(_IMPORT_PREFIX \"${CMAKE_CURRENT_LIST_FILE}\" PATH)
--# Use original install prefix when loaded through a
--# cross-prefix symbolic link such as /lib -> /usr/lib.
--get_filename_component(_realCurr \"${_IMPORT_PREFIX}\" REALPATH)
--get_filename_component(_realOrig \"$$CMAKE_INSTALL_LIBS_DIR/cmake/Qt5$${CMAKE_MODULE_NAME}\" REALPATH)
--if(_realCurr STREQUAL _realOrig)
-- get_filename_component(_qt5$${CMAKE_MODULE_NAME}_install_prefix \"$$CMAKE_INSTALL_LIBS_DIR/$${CMAKE_RELATIVE_INSTALL_LIBS_DIR}\" ABSOLUTE)
--else()
-- get_filename_component(_qt5$${CMAKE_MODULE_NAME}_install_prefix \"${CMAKE_CURRENT_LIST_DIR}/$${CMAKE_RELATIVE_INSTALL_DIR}\" ABSOLUTE)
--endif()
--unset(_realOrig)
--unset(_realCurr)
--unset(_IMPORT_PREFIX)
--!!ENDIF
--!!ELIF isEmpty(CMAKE_LIB_DIR_IS_ABSOLUTE)
--get_filename_component(_qt5$${CMAKE_MODULE_NAME}_install_prefix \"${CMAKE_CURRENT_LIST_DIR}/$${CMAKE_RELATIVE_INSTALL_DIR}\" ABSOLUTE)
--!!ELSE
--set(_qt5$${CMAKE_MODULE_NAME}_install_prefix \"$$[QT_INSTALL_PREFIX]\")
--!!ENDIF
--
- !!IF !equals(TEMPLATE, aux)
- # For backwards compatibility only. Use Qt5$${CMAKE_MODULE_NAME}_VERSION instead.
- set(Qt5$${CMAKE_MODULE_NAME}_VERSION_STRING "$$eval(QT.$${MODULE}.MAJOR_VERSION).$$eval(QT.$${MODULE}.MINOR_VERSION).$$eval(QT.$${MODULE}.PATCH_VERSION)")
-@@ -58,11 +34,7 @@ endmacro()
- macro(_populate_$${CMAKE_MODULE_NAME}_target_properties Configuration LIB_LOCATION IMPLIB_LOCATION)
- set_property(TARGET Qt5::$${CMAKE_MODULE_NAME} APPEND PROPERTY IMPORTED_CONFIGURATIONS ${Configuration})
-
--!!IF isEmpty(CMAKE_DLL_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_DLL_DIR}${LIB_LOCATION}\")
--!!ELSE
- set(imported_location \"$${CMAKE_DLL_DIR}${LIB_LOCATION}\")
--!!ENDIF
- _qt5_$${CMAKE_MODULE_NAME}_check_file_exists(${imported_location})
- set_target_properties(Qt5::$${CMAKE_MODULE_NAME} PROPERTIES
- \"INTERFACE_LINK_LIBRARIES\" \"${_Qt5$${CMAKE_MODULE_NAME}_LIB_DEPENDENCIES}\"
-@@ -75,11 +47,7 @@ macro(_populate_$${CMAKE_MODULE_NAME}_target_properties Configuration LIB_LOCATI
- )
-
- !!IF !isEmpty(CMAKE_WINDOWS_BUILD)
--!!IF isEmpty(CMAKE_LIB_DIR_IS_ABSOLUTE)
-- set(imported_implib \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_LIB_DIR}${IMPLIB_LOCATION}\")
--!!ELSE
- set(imported_implib \"IMPORTED_IMPLIB_${Configuration}\" \"$${CMAKE_LIB_DIR}${IMPLIB_LOCATION}\")
--!!ENDIF
- _qt5_$${CMAKE_MODULE_NAME}_check_file_exists(${imported_implib})
- if(NOT \"${IMPLIB_LOCATION}\" STREQUAL \"\")
- set_target_properties(Qt5::$${CMAKE_MODULE_NAME} PROPERTIES
-@@ -95,24 +63,13 @@ if (NOT TARGET Qt5::$${CMAKE_MODULE_NAME})
- !!IF !no_module_headers
- !!IF !isEmpty(CMAKE_BUILD_IS_FRAMEWORK)
- set(_Qt5$${CMAKE_MODULE_NAME}_OWN_INCLUDE_DIRS
-- \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_LIB_DIR}Qt$${CMAKE_MODULE_NAME}.framework\"
-- \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_LIB_DIR}Qt$${CMAKE_MODULE_NAME}.framework/Headers\"
-+ \"$${CMAKE_LIB_DIR}Qt$${CMAKE_MODULE_NAME}.framework\"
-+ \"$${CMAKE_LIB_DIR}Qt$${CMAKE_MODULE_NAME}.framework/Headers\"
- )
- !!IF isEmpty(CMAKE_NO_PRIVATE_INCLUDES)
- set(Qt5$${CMAKE_MODULE_NAME}_PRIVATE_INCLUDE_DIRS
-- \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_LIB_DIR}Qt$${CMAKE_MODULE_NAME}.framework/Versions/$$section(VERSION, ., 0, 0)/Headers/$$VERSION/\"
-- \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_LIB_DIR}Qt$${CMAKE_MODULE_NAME}.framework/Versions/$$section(VERSION, ., 0, 0)/Headers/$$VERSION/$${MODULE_INCNAME}\"
-- )
--!!ELSE
-- set(Qt5$${CMAKE_MODULE_NAME}_PRIVATE_INCLUDE_DIRS \"\")
--!!ENDIF
--!!ELSE
--!!IF isEmpty(CMAKE_INCLUDE_DIR_IS_ABSOLUTE)
-- set(_Qt5$${CMAKE_MODULE_NAME}_OWN_INCLUDE_DIRS \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$$CMAKE_INCLUDE_DIR\" \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_INCLUDE_DIR}$${MODULE_INCNAME}\")
--!!IF isEmpty(CMAKE_NO_PRIVATE_INCLUDES)
-- set(Qt5$${CMAKE_MODULE_NAME}_PRIVATE_INCLUDE_DIRS
-- \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_INCLUDE_DIR}$${MODULE_INCNAME}/$$VERSION\"
-- \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_INCLUDE_DIR}$${MODULE_INCNAME}/$$VERSION/$${MODULE_INCNAME}\"
-+ \"$${CMAKE_LIB_DIR}Qt$${CMAKE_MODULE_NAME}.framework/Versions/$$section(VERSION, ., 0, 0)/Headers/$$VERSION/\"
-+ \"$${CMAKE_LIB_DIR}Qt$${CMAKE_MODULE_NAME}.framework/Versions/$$section(VERSION, ., 0, 0)/Headers/$$VERSION/$${MODULE_INCNAME}\"
- )
- !!ELSE
- set(Qt5$${CMAKE_MODULE_NAME}_PRIVATE_INCLUDE_DIRS \"\")
-@@ -128,7 +85,6 @@ if (NOT TARGET Qt5::$${CMAKE_MODULE_NAME})
- set(Qt5$${CMAKE_MODULE_NAME}_PRIVATE_INCLUDE_DIRS \"\")
- !!ENDIF
- !!ENDIF
--!!ENDIF
- !!IF !isEmpty(CMAKE_ADD_SOURCE_INCLUDE_DIRS)
- include(\"${CMAKE_CURRENT_LIST_DIR}/ExtraSourceIncludes.cmake\" OPTIONAL)
- !!ENDIF
-@@ -254,25 +210,13 @@ if (NOT TARGET Qt5::$${CMAKE_MODULE_NAME})
- !!IF !isEmpty(CMAKE_FIND_OTHER_LIBRARY_BUILD)
- !!IF isEmpty(CMAKE_DEBUG_TYPE)
- !!IF !isEmpty(CMAKE_STATIC_WINDOWS_BUILD)
--!!IF isEmpty(CMAKE_LIB_DIR_IS_ABSOLUTE)
-- if (EXISTS \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_LIB_DIR}$${CMAKE_IMPLIB_FILE_LOCATION_DEBUG}\" )
--!!ELSE // CMAKE_LIB_DIR_IS_ABSOLUTE
- if (EXISTS \"$${CMAKE_IMPLIB_FILE_LOCATION_DEBUG}\" )
--!!ENDIF // CMAKE_LIB_DIR_IS_ABSOLUTE
- _populate_$${CMAKE_MODULE_NAME}_target_properties(DEBUG \"$${CMAKE_IMPLIB_FILE_LOCATION_DEBUG}\" \"\" )
- !!ELSE // CMAKE_STATIC_WINDOWS_BUILD
- if (EXISTS
--!!IF isEmpty(CMAKE_DLL_DIR_IS_ABSOLUTE)
-- \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_DLL_DIR}$${CMAKE_LIB_FILE_LOCATION_DEBUG}\"
--!!ELSE
- \"$${CMAKE_LIB_FILE_LOCATION_DEBUG}\"
--!!ENDIF
- AND EXISTS
--!!IF isEmpty(CMAKE_LIB_DIR_IS_ABSOLUTE)
-- \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_LIB_DIR}$${CMAKE_IMPLIB_FILE_LOCATION_DEBUG}\" )
--!!ELSE
- \"$${CMAKE_IMPLIB_FILE_LOCATION_DEBUG}\" )
--!!ENDIF
- _populate_$${CMAKE_MODULE_NAME}_target_properties(DEBUG \"$${CMAKE_LIB_FILE_LOCATION_DEBUG}\" \"$${CMAKE_IMPLIB_FILE_LOCATION_DEBUG}\" )
- !!ENDIF // CMAKE_STATIC_WINDOWS_BUILD
- endif()
-@@ -291,25 +235,13 @@ if (NOT TARGET Qt5::$${CMAKE_MODULE_NAME})
- !!IF !isEmpty(CMAKE_FIND_OTHER_LIBRARY_BUILD)
- !!IF isEmpty(CMAKE_RELEASE_TYPE)
- !!IF !isEmpty(CMAKE_STATIC_WINDOWS_BUILD)
--!!IF isEmpty(CMAKE_LIB_DIR_IS_ABSOLUTE)
-- if (EXISTS \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_LIB_DIR}$${CMAKE_IMPLIB_FILE_LOCATION_RELEASE}\" )
--!!ELSE // CMAKE_LIB_DIR_IS_ABSOLUTE
- if (EXISTS \"$${CMAKE_IMPLIB_FILE_LOCATION_RELEASE}\" )
--!!ENDIF // CMAKE_LIB_DIR_IS_ABSOLUTE
- _populate_$${CMAKE_MODULE_NAME}_target_properties(RELEASE \"$${CMAKE_IMPLIB_FILE_LOCATION_RELEASE}\" \"\" )
- !!ELSE // CMAKE_STATIC_WINDOWS_BUILD
- if (EXISTS
--!!IF isEmpty(CMAKE_DLL_DIR_IS_ABSOLUTE)
-- \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_DLL_DIR}$${CMAKE_LIB_FILE_LOCATION_RELEASE}\"
--!!ELSE
- \"$${CMAKE_LIB_FILE_LOCATION_RELEASE}\"
--!!ENDIF
- AND EXISTS
--!!IF isEmpty(CMAKE_LIB_DIR_IS_ABSOLUTE)
-- \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_LIB_DIR}$${CMAKE_IMPLIB_FILE_LOCATION_RELEASE}\" )
--!!ELSE
- \"$${CMAKE_IMPLIB_FILE_LOCATION_RELEASE}\" )
--!!ENDIF
- _populate_$${CMAKE_MODULE_NAME}_target_properties(RELEASE \"$${CMAKE_LIB_FILE_LOCATION_RELEASE}\" \"$${CMAKE_IMPLIB_FILE_LOCATION_RELEASE}\" )
- !!ENDIF // CMAKE_STATIC_WINDOWS_BUILD
- endif()
-@@ -328,11 +260,7 @@ if (NOT TARGET Qt5::$${CMAKE_MODULE_NAME})
- macro(_populate_$${CMAKE_MODULE_NAME}_plugin_properties Plugin Configuration PLUGIN_LOCATION)
- set_property(TARGET Qt5::${Plugin} APPEND PROPERTY IMPORTED_CONFIGURATIONS ${Configuration})
-
--!!IF isEmpty(CMAKE_PLUGIN_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$${CMAKE_PLUGIN_DIR}${PLUGIN_LOCATION}\")
--!!ELSE
- set(imported_location \"$${CMAKE_PLUGIN_DIR}${PLUGIN_LOCATION}\")
--!!ENDIF
- _qt5_$${CMAKE_MODULE_NAME}_check_file_exists(${imported_location})
- set_target_properties(Qt5::${Plugin} PROPERTIES
- \"IMPORTED_LOCATION_${Configuration}\" ${imported_location}
-diff --git a/mkspecs/features/qml_module.prf b/mkspecs/features/qml_module.prf
-index 47ebe78400..25aa2b93e7 100644
---- a/mkspecs/features/qml_module.prf
-+++ b/mkspecs/features/qml_module.prf
-@@ -17,10 +17,7 @@ fq_qml_files = $$_PRO_FILE_PWD_/qmldir
-
- for(qmlf, QML_FILES): fq_qml_files += $$absolute_path($$qmlf, $$_PRO_FILE_PWD_)
-
--qml1_target: \
-- instbase = $$[QT_INSTALL_IMPORTS]
--else: \
-- instbase = $$[QT_INSTALL_QML]
-+instbase = $$NIX_OUTPUT_QML
-
- # Install rules
- qmldir.base = $$_PRO_FILE_PWD_
-diff --git a/mkspecs/features/qml_plugin.prf b/mkspecs/features/qml_plugin.prf
-index ebec1db8da..62ace84a6c 100644
---- a/mkspecs/features/qml_plugin.prf
-+++ b/mkspecs/features/qml_plugin.prf
-@@ -46,13 +46,8 @@ exists($$QMLTYPEFILE): QML_FILES += $$QMLTYPEFILE
-
- load(qt_build_paths)
-
--qml1_target {
-- DESTDIR = $$MODULE_BASE_OUTDIR/imports/$$TARGETPATH
-- instbase = $$[QT_INSTALL_IMPORTS]
--} else {
-- DESTDIR = $$MODULE_BASE_OUTDIR/qml/$$TARGETPATH
-- instbase = $$[QT_INSTALL_QML]
--}
-+DESTDIR = $$MODULE_BASE_OUTDIR/qml/$$TARGETPATH
-+instbase = $$NIX_OUTPUT_QML
-
- target.path = $$instbase/$$TARGETPATH
- INSTALLS += target
-diff --git a/mkspecs/features/qt_app.prf b/mkspecs/features/qt_app.prf
-index 46aca50cc2..4f4e634724 100644
---- a/mkspecs/features/qt_app.prf
-+++ b/mkspecs/features/qt_app.prf
-@@ -29,7 +29,7 @@ host_build:force_bootstrap {
- target.path = $$[QT_HOST_BINS]
- } else {
- !build_pass:contains(QT_CONFIG, debug_and_release): CONFIG += release
-- target.path = $$[QT_INSTALL_BINS]
-+ target.path = $$NIX_OUTPUT_BIN/bin
- CONFIG += relative_qt_rpath # Qt's tools and apps should be relocatable
- }
- INSTALLS += target
-diff --git a/mkspecs/features/qt_build_paths.prf b/mkspecs/features/qt_build_paths.prf
-index 1848f00e90..2af93675c5 100644
---- a/mkspecs/features/qt_build_paths.prf
-+++ b/mkspecs/features/qt_build_paths.prf
-@@ -23,6 +23,6 @@ exists($$MODULE_BASE_INDIR/.git): \
- !force_independent {
- # If the module is not built independently, everything ends up in qtbase.
- # This is the case in non-prefix builds, except for selected modules.
-- MODULE_BASE_OUTDIR = $$[QT_HOST_PREFIX]
-- MODULE_QMAKE_OUTDIR = $$[QT_HOST_PREFIX]
-+ MODULE_BASE_OUTDIR = $$NIX_OUTPUT_OUT
-+ MODULE_QMAKE_OUTDIR = $$NIX_OUTPUT_OUT
- }
-diff --git a/mkspecs/features/qt_common.prf b/mkspecs/features/qt_common.prf
-index 08b3f3e5af..5ffeafd9d8 100644
---- a/mkspecs/features/qt_common.prf
-+++ b/mkspecs/features/qt_common.prf
-@@ -30,8 +30,8 @@ contains(TEMPLATE, .*lib) {
- qqt_libdir = \$\$\$\$[QT_HOST_LIBS]
- qt_libdir = $$[QT_HOST_LIBS]
- } else {
-- qqt_libdir = \$\$\$\$[QT_INSTALL_LIBS]
-- qt_libdir = $$[QT_INSTALL_LIBS]
-+ qqt_libdir = \$\$\$\$NIX_OUTPUT_OUT/lib
-+ qt_libdir = $$NIX_OUTPUT_OUT/lib
- }
- contains(QMAKE_DEFAULT_LIBDIRS, $$qt_libdir) {
- lib_replace.match = "[^ ']*$$rplbase/lib"
-diff --git a/mkspecs/features/qt_docs.prf b/mkspecs/features/qt_docs.prf
-index 183d0c9502..17982b04ec 100644
---- a/mkspecs/features/qt_docs.prf
-+++ b/mkspecs/features/qt_docs.prf
-@@ -41,7 +41,7 @@ QMAKE_DOCS_OUTPUTDIR = $$QMAKE_DOCS_BASE_OUTDIR/$$QMAKE_DOCS_TARGETDIR
-
- QDOC += -outputdir $$shell_quote($$QMAKE_DOCS_OUTPUTDIR)
- !build_online_docs: \
-- QDOC += -installdir $$shell_quote($$[QT_INSTALL_DOCS])
-+ QDOC += -installdir $$shell_quote($$NIX_OUTPUT_DOC)
- PREP_DOC_INDEXES =
- DOC_INDEXES =
- !isEmpty(QTREPOS) {
-@@ -60,8 +60,8 @@ DOC_INDEXES =
- DOC_INDEXES += -indexdir $$shell_quote($$qrep/doc)
- } else {
- prepare_docs: \
-- PREP_DOC_INDEXES += -indexdir $$shell_quote($$[QT_INSTALL_DOCS/get])
-- DOC_INDEXES += -indexdir $$shell_quote($$[QT_INSTALL_DOCS/get])
-+ PREP_DOC_INDEXES += -indexdir $$shell_quote($$NIX_OUTPUT_DOC)
-+ DOC_INDEXES += -indexdir $$shell_quote($$NIX_OUTPUT_DOC)
- }
- doc_command = $$QDOC $$QMAKE_DOCS
- prepare_docs {
-@@ -75,12 +75,12 @@ prepare_docs {
- qch_docs.commands = $$QHELPGENERATOR $$shell_quote($$QMAKE_DOCS_OUTPUTDIR/$${QMAKE_DOCS_TARGET}.qhp) -o $$shell_quote($$QMAKE_DOCS_BASE_OUTDIR/$${QMAKE_DOCS_TARGET}.qch)
-
- inst_html_docs.files = $$QMAKE_DOCS_OUTPUTDIR
-- inst_html_docs.path = $$[QT_INSTALL_DOCS]
-+ inst_html_docs.path = $$NIX_OUTPUT_DOC
- inst_html_docs.CONFIG += no_check_exist directory no_default_install no_build
- INSTALLS += inst_html_docs
-
- inst_qch_docs.files = $$QMAKE_DOCS_BASE_OUTDIR/$${QMAKE_DOCS_TARGET}.qch
-- inst_qch_docs.path = $$[QT_INSTALL_DOCS]
-+ inst_qch_docs.path = $$NIX_OUTPUT_DOC
- inst_qch_docs.CONFIG += no_check_exist no_default_install no_build
- INSTALLS += inst_qch_docs
-
-diff --git a/mkspecs/features/qt_example_installs.prf b/mkspecs/features/qt_example_installs.prf
-index 4c68cfd72f..f422f18266 100644
---- a/mkspecs/features/qt_example_installs.prf
-+++ b/mkspecs/features/qt_example_installs.prf
-@@ -70,7 +70,7 @@ probase = $$relative_path($$_PRO_FILE_PWD_, $$dirname(_QMAKE_CONF_)/examples)
- $$SOURCES $$HEADERS $$FORMS $$RESOURCES $$TRANSLATIONS \
- $$DBUS_ADAPTORS $$DBUS_INTERFACES
- addInstallFiles(sources.files, $$sourcefiles)
-- sources.path = $$[QT_INSTALL_EXAMPLES]/$$probase
-+ sources.path = $$NIX_OUTPUT_DEV/share/examples/$$probase
- INSTALLS += sources
-
- check_examples {
-diff --git a/mkspecs/features/qt_functions.prf b/mkspecs/features/qt_functions.prf
-index 4a1d265a8b..d346424b5b 100644
---- a/mkspecs/features/qt_functions.prf
-+++ b/mkspecs/features/qt_functions.prf
-@@ -70,7 +70,7 @@ defineTest(qtHaveModule) {
- defineTest(qtPrepareTool) {
- cmd = $$eval(QT_TOOL.$${2}.binary)
- isEmpty(cmd) {
-- cmd = $$[QT_HOST_BINS]/$$2
-+ cmd = $$system("command -v $$2")
- exists($${cmd}.pl) {
- cmd = perl -w $$system_path($${cmd}.pl)
- } else: contains(QMAKE_HOST.os, Windows) {
-diff --git a/mkspecs/features/qt_installs.prf b/mkspecs/features/qt_installs.prf
-index 3a5dbb6274..24f321bd82 100644
---- a/mkspecs/features/qt_installs.prf
-+++ b/mkspecs/features/qt_installs.prf
-@@ -12,16 +12,10 @@
- #library
- !qt_no_install_library {
- win32 {
-- host_build: \
-- dlltarget.path = $$[QT_HOST_BINS]
-- else: \
-- dlltarget.path = $$[QT_INSTALL_BINS]
-+ dlltarget.path = $$NIX_OUTPUT_BIN/bin
- INSTALLS += dlltarget
- }
-- host_build: \
-- target.path = $$[QT_HOST_LIBS]
-- else: \
-- target.path = $$[QT_INSTALL_LIBS]
-+ target.path = $$NIX_OUTPUT_OUT/lib
- !static: target.CONFIG = no_dll
- INSTALLS += target
- }
-@@ -29,33 +23,33 @@
- #headers
- qt_install_headers {
- class_headers.files = $$SYNCQT.HEADER_CLASSES
-- class_headers.path = $$[QT_INSTALL_HEADERS]/$$MODULE_INCNAME
-+ class_headers.path = $$NIX_OUTPUT_DEV/include/$$MODULE_INCNAME
- INSTALLS += class_headers
-
- targ_headers.files = $$SYNCQT.HEADER_FILES
-- targ_headers.path = $$[QT_INSTALL_HEADERS]/$$MODULE_INCNAME
-+ targ_headers.path = $$NIX_OUTPUT_DEV/include/$$MODULE_INCNAME
- INSTALLS += targ_headers
-
- private_headers.files = $$SYNCQT.PRIVATE_HEADER_FILES
-- private_headers.path = $$[QT_INSTALL_HEADERS]/$$MODULE_INCNAME/$$VERSION/$$MODULE_INCNAME/private
-+ private_headers.path = $$NIX_OUTPUT_DEV/include/$$MODULE_INCNAME/$$VERSION/$$MODULE_INCNAME/private
- INSTALLS += private_headers
-
- qpa_headers.files = $$SYNCQT.QPA_HEADER_FILES
-- qpa_headers.path = $$[QT_INSTALL_HEADERS]/$$MODULE_INCNAME/$$VERSION/$$MODULE_INCNAME/qpa
-+ qpa_headers.path = $$NIX_OUTPUT_DEV/include/$$MODULE_INCNAME/$$VERSION/$$MODULE_INCNAME/qpa
- INSTALLS += qpa_headers
- }
-
- #module
- qt_install_module {
- !isEmpty(MODULE_PRI) {
-- pritarget.path = $$[QT_HOST_DATA]/mkspecs/modules
-+ pritarget.path = $$NIX_OUTPUT_DEV/mkspecs/modules
- pritarget.files = $$MODULE_PRI
- INSTALLS += pritarget
- } else: isEmpty(MODULE_PRIVATE_PRI) {
- warning("Project $$basename(_PRO_FILE_) is a module, but has not defined MODULE_PRI, which is required for Qt to expose the module to other projects.")
- }
- !isEmpty(MODULE_PRIVATE_PRI) {
-- privpritarget.path = $$[QT_HOST_DATA]/mkspecs/modules
-+ privpritarget.path = $$NIX_OUTPUT_DEV/mkspecs/modules
- privpritarget.files = $$MODULE_PRIVATE_PRI
- INSTALLS += privpritarget
- }
-diff --git a/mkspecs/features/qt_plugin.prf b/mkspecs/features/qt_plugin.prf
-index 3cf6c7349c..83e68025a5 100644
---- a/mkspecs/features/qt_plugin.prf
-+++ b/mkspecs/features/qt_plugin.prf
-@@ -82,7 +82,7 @@ CONFIG(static, static|shared)|prefix_build {
- }
- }
-
--target.path = $$[QT_INSTALL_PLUGINS]/$$PLUGIN_TYPE
-+target.path = $$NIX_OUTPUT_PLUGIN/$$PLUGIN_TYPE
- INSTALLS += target
-
- TARGET = $$qt5LibraryTarget($$TARGET)
-diff --git a/src/corelib/Qt5CoreConfigExtras.cmake.in b/src/corelib/Qt5CoreConfigExtras.cmake.in
-index 91a4eb619a..08b533e69c 100644
---- a/src/corelib/Qt5CoreConfigExtras.cmake.in
-+++ b/src/corelib/Qt5CoreConfigExtras.cmake.in
-@@ -3,7 +3,7 @@ if (NOT TARGET Qt5::qmake)
- add_executable(Qt5::qmake IMPORTED)
-
- !!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5Core_install_prefix}/$${CMAKE_BIN_DIR}qmake$$CMAKE_BIN_SUFFIX\")
-+ set(imported_location \"$$NIX_OUTPUT_DEV/$${CMAKE_BIN_DIR}qmake$$CMAKE_BIN_SUFFIX\")
- !!ELSE
- set(imported_location \"$${CMAKE_BIN_DIR}qmake$$CMAKE_BIN_SUFFIX\")
- !!ENDIF
-@@ -18,7 +18,7 @@ if (NOT TARGET Qt5::moc)
- add_executable(Qt5::moc IMPORTED)
-
- !!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5Core_install_prefix}/$${CMAKE_BIN_DIR}moc$$CMAKE_BIN_SUFFIX\")
-+ set(imported_location \"$$NIX_OUTPUT_DEV/$${CMAKE_BIN_DIR}moc$$CMAKE_BIN_SUFFIX\")
- !!ELSE
- set(imported_location \"$${CMAKE_BIN_DIR}moc$$CMAKE_BIN_SUFFIX\")
- !!ENDIF
-@@ -35,7 +35,7 @@ if (NOT TARGET Qt5::rcc)
- add_executable(Qt5::rcc IMPORTED)
-
- !!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5Core_install_prefix}/$${CMAKE_BIN_DIR}rcc$$CMAKE_BIN_SUFFIX\")
-+ set(imported_location \"$$NIX_OUTPUT_DEV/$${CMAKE_BIN_DIR}rcc$$CMAKE_BIN_SUFFIX\")
- !!ELSE
- set(imported_location \"$${CMAKE_BIN_DIR}rcc$$CMAKE_BIN_SUFFIX\")
- !!ENDIF
-@@ -131,7 +131,7 @@ if (NOT TARGET Qt5::WinMain)
- !!IF !isEmpty(CMAKE_RELEASE_TYPE)
- set_property(TARGET Qt5::WinMain APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
- !!IF isEmpty(CMAKE_LIB_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5Core_install_prefix}/$${CMAKE_LIB_DIR}$${CMAKE_WINMAIN_FILE_LOCATION_RELEASE}\")
-+ set(imported_location \"$$NIX_OUTPUT_DEV/$${CMAKE_LIB_DIR}$${CMAKE_WINMAIN_FILE_LOCATION_RELEASE}\")
- !!ELSE
- set(imported_location \"$${CMAKE_LIB_DIR}$${CMAKE_WINMAIN_FILE_LOCATION_RELEASE}\")
- !!ENDIF
-@@ -145,7 +145,7 @@ if (NOT TARGET Qt5::WinMain)
- set_property(TARGET Qt5::WinMain APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
-
- !!IF isEmpty(CMAKE_LIB_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5Core_install_prefix}/$${CMAKE_LIB_DIR}$${CMAKE_WINMAIN_FILE_LOCATION_DEBUG}\")
-+ set(imported_location \"$$NIX_OUTPUT_DEV/$${CMAKE_LIB_DIR}$${CMAKE_WINMAIN_FILE_LOCATION_DEBUG}\")
- !!ELSE
- set(imported_location \"$${CMAKE_LIB_DIR}$${CMAKE_WINMAIN_FILE_LOCATION_DEBUG}\")
- !!ENDIF
-diff --git a/src/corelib/Qt5CoreConfigExtrasMkspecDir.cmake.in b/src/corelib/Qt5CoreConfigExtrasMkspecDir.cmake.in
-index c357237d0e..6f0c75de3c 100644
---- a/src/corelib/Qt5CoreConfigExtrasMkspecDir.cmake.in
-+++ b/src/corelib/Qt5CoreConfigExtrasMkspecDir.cmake.in
-@@ -1,6 +1,6 @@
-
- !!IF isEmpty(CMAKE_HOST_DATA_DIR_IS_ABSOLUTE)
--set(_qt5_corelib_extra_includes \"${_qt5Core_install_prefix}/$${CMAKE_HOST_DATA_DIR}/mkspecs/$${CMAKE_MKSPEC}\")
-+set(_qt5_corelib_extra_includes \"$$NIX_OUTPUT_DEV/$${CMAKE_HOST_DATA_DIR}/mkspecs/$${CMAKE_MKSPEC}\")
- !!ELSE
- set(_qt5_corelib_extra_includes \"$${CMAKE_HOST_DATA_DIR}mkspecs/$${CMAKE_MKSPEC}\")
- !!ENDIF
-diff --git a/src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in b/src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
-index 706304cf34..546420f6ad 100644
---- a/src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
-+++ b/src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
-@@ -1,6 +1,6 @@
-
- !!IF isEmpty(CMAKE_INSTALL_DATA_DIR_IS_ABSOLUTE)
--set(_qt5_corelib_extra_includes \"${_qt5Core_install_prefix}/$${CMAKE_INSTALL_DATA_DIR}/mkspecs/$${CMAKE_MKSPEC}\")
-+set(_qt5_corelib_extra_includes \"$$NIX_OUTPUT_DEV/$${CMAKE_INSTALL_DATA_DIR}/mkspecs/$${CMAKE_MKSPEC}\")
- !!ELSE
- set(_qt5_corelib_extra_includes \"$${CMAKE_INSTALL_DATA_DIR}mkspecs/$${CMAKE_MKSPEC}\")
- !!ENDIF
-diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp
-index bd3c12ce97..a796775970 100644
---- a/src/corelib/kernel/qcoreapplication.cpp
-+++ b/src/corelib/kernel/qcoreapplication.cpp
-@@ -2533,6 +2533,15 @@ QStringList QCoreApplication::libraryPaths()
- QStringList *app_libpaths = new QStringList;
- coreappdata()->app_libpaths.reset(app_libpaths);
-
-+ // Add library paths derived from PATH
-+ const QStringList paths = QFile::decodeName(qgetenv("PATH")).split(':');
-+ const QString plugindir = QStringLiteral("../" NIXPKGS_QT_PLUGIN_PREFIX);
-+ for (const QString &path: paths) {
-+ if (!path.isEmpty()) {
-+ app_libpaths->append(QDir::cleanPath(path + QDir::separator() + plugindir));
-+ }
-+ }
-+
- const QByteArray libPathEnv = qgetenv("QT_PLUGIN_PATH");
- if (!libPathEnv.isEmpty()) {
- QStringList paths = QFile::decodeName(libPathEnv).split(QDir::listSeparator(), QString::SkipEmptyParts);
-diff --git a/src/corelib/tools/qtimezoneprivate_tz.cpp b/src/corelib/tools/qtimezoneprivate_tz.cpp
-index c13c9a5223..6936851511 100644
---- a/src/corelib/tools/qtimezoneprivate_tz.cpp
-+++ b/src/corelib/tools/qtimezoneprivate_tz.cpp
-@@ -64,7 +64,11 @@ typedef QHash QTzTimeZoneHash;
- // Parse zone.tab table, assume lists all installed zones, if not will need to read directories
- static QTzTimeZoneHash loadTzTimeZones()
- {
-- QString path = QStringLiteral("/usr/share/zoneinfo/zone.tab");
-+ // Try TZDIR first, in case we're running on NixOS.
-+ QString path = QFile::decodeName(qgetenv("TZDIR")) + QStringLiteral("/zone.tab");
-+ // Fallback to traditional paths in case we are not on NixOS.
-+ if (!QFile::exists(path))
-+ path = QStringLiteral("/usr/share/zoneinfo/zone.tab");
- if (!QFile::exists(path))
- path = QStringLiteral("/usr/lib/zoneinfo/zone.tab");
-
-@@ -636,12 +640,16 @@ void QTzTimeZonePrivate::init(const QByteArray &ianaId)
- if (!tzif.open(QIODevice::ReadOnly))
- return;
- } else {
-- // Open named tz, try modern path first, if fails try legacy path
-- tzif.setFileName(QLatin1String("/usr/share/zoneinfo/") + QString::fromLocal8Bit(ianaId));
-+ // Try TZDIR first, in case we're running on NixOS
-+ tzif.setFileName(QFile::decodeName(qgetenv("TZDIR")) + QStringLiteral("/") + QString::fromLocal8Bit(ianaId));
- if (!tzif.open(QIODevice::ReadOnly)) {
-- tzif.setFileName(QLatin1String("/usr/lib/zoneinfo/") + QString::fromLocal8Bit(ianaId));
-- if (!tzif.open(QIODevice::ReadOnly))
-- return;
-+ // Open named tz, try modern path first, if fails try legacy path
-+ tzif.setFileName(QLatin1String("/usr/share/zoneinfo/") + QString::fromLocal8Bit(ianaId));
-+ if (!tzif.open(QIODevice::ReadOnly)) {
-+ tzif.setFileName(QLatin1String("/usr/lib/zoneinfo/") + QString::fromLocal8Bit(ianaId));
-+ if (!tzif.open(QIODevice::ReadOnly))
-+ return;
-+ }
- }
- }
-
-diff --git a/src/dbus/Qt5DBusConfigExtras.cmake.in b/src/dbus/Qt5DBusConfigExtras.cmake.in
-index 1d947159e2..b36865fc48 100644
---- a/src/dbus/Qt5DBusConfigExtras.cmake.in
-+++ b/src/dbus/Qt5DBusConfigExtras.cmake.in
-@@ -2,11 +2,7 @@
- if (NOT TARGET Qt5::qdbuscpp2xml)
- add_executable(Qt5::qdbuscpp2xml IMPORTED)
-
--!!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5DBus_install_prefix}/$${CMAKE_BIN_DIR}qdbuscpp2xml$$CMAKE_BIN_SUFFIX\")
--!!ELSE
-- set(imported_location \"$${CMAKE_BIN_DIR}qdbuscpp2xml$$CMAKE_BIN_SUFFIX\")
--!!ENDIF
-+ set(imported_location \"$$NIX_OUTPUT_DEV/bin/qdbuscpp2xml$$CMAKE_BIN_SUFFIX\")
- _qt5_DBus_check_file_exists(${imported_location})
-
- set_target_properties(Qt5::qdbuscpp2xml PROPERTIES
-@@ -17,11 +13,7 @@ endif()
- if (NOT TARGET Qt5::qdbusxml2cpp)
- add_executable(Qt5::qdbusxml2cpp IMPORTED)
-
--!!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5DBus_install_prefix}/$${CMAKE_BIN_DIR}qdbusxml2cpp$$CMAKE_BIN_SUFFIX\")
--!!ELSE
-- set(imported_location \"$${CMAKE_BIN_DIR}qdbusxml2cpp$$CMAKE_BIN_SUFFIX\")
--!!ENDIF
-+ set(imported_location \"$$NIX_OUTPUT_DEV/bin/qdbusxml2cpp$$CMAKE_BIN_SUFFIX\")
- _qt5_DBus_check_file_exists(${imported_location})
-
- set_target_properties(Qt5::qdbusxml2cpp PROPERTIES
-diff --git a/src/gui/Qt5GuiConfigExtras.cmake.in b/src/gui/Qt5GuiConfigExtras.cmake.in
-index 07869efd7d..fb4183bada 100644
---- a/src/gui/Qt5GuiConfigExtras.cmake.in
-+++ b/src/gui/Qt5GuiConfigExtras.cmake.in
-@@ -2,7 +2,7 @@
- !!IF !isEmpty(CMAKE_ANGLE_EGL_DLL_RELEASE)
-
- !!IF isEmpty(CMAKE_INCLUDE_DIR_IS_ABSOLUTE)
--set(Qt5Gui_EGL_INCLUDE_DIRS \"${_qt5$${CMAKE_MODULE_NAME}_install_prefix}/$$CMAKE_INCLUDE_DIR/QtANGLE\")
-+set(Qt5Gui_EGL_INCLUDE_DIRS \"$$NIX_OUTPUT_DEV/$$CMAKE_INCLUDE_DIR/QtANGLE\")
- !!ELSE
- set(Qt5Gui_EGL_INCLUDE_DIRS \"$$CMAKE_INCLUDE_DIR/QtANGLE\")
- !!ENDIF
-@@ -17,13 +17,13 @@ macro(_populate_qt5gui_gl_target_properties TargetName Configuration LIB_LOCATIO
- set_property(TARGET Qt5::${TargetName} APPEND PROPERTY IMPORTED_CONFIGURATIONS ${Configuration})
-
- !!IF isEmpty(CMAKE_DLL_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5Gui_install_prefix}/$${CMAKE_DLL_DIR}${LIB_LOCATION}\")
-+ set(imported_location \"$$NIX_OUTPUT_OUT/$${CMAKE_DLL_DIR}${LIB_LOCATION}\")
- !!ELSE
- set(imported_location \"$${CMAKE_DLL_DIR}${LIB_LOCATION}\")
- !!ENDIF
-
- !!IF isEmpty(CMAKE_LIB_DIR_IS_ABSOLUTE)
-- set(imported_implib \"${_qt5Gui_install_prefix}/$${CMAKE_LIB_DIR}${IMPLIB_LOCATION}\")
-+ set(imported_implib \"$$NIX_OUTPUT_OUT/$${CMAKE_LIB_DIR}${IMPLIB_LOCATION}\")
- !!ELSE
- set(imported_implib \"$${CMAKE_LIB_DIR}${IMPLIB_LOCATION}\")
- !!ENDIF
-diff --git a/src/network/kernel/qdnslookup_unix.cpp b/src/network/kernel/qdnslookup_unix.cpp
-index 584f0b0f0e..24d80063f2 100644
---- a/src/network/kernel/qdnslookup_unix.cpp
-+++ b/src/network/kernel/qdnslookup_unix.cpp
-@@ -83,7 +83,7 @@ static bool resolveLibraryInternal()
- if (!lib.load())
- #endif
- {
-- lib.setFileName(QLatin1String("resolv"));
-+ lib.setFileName(QLatin1String(NIXPKGS_LIBRESOLV));
- if (!lib.load())
- return false;
- }
-diff --git a/src/network/kernel/qhostinfo_unix.cpp b/src/network/kernel/qhostinfo_unix.cpp
-index dabf1913cc..53bb867e07 100644
---- a/src/network/kernel/qhostinfo_unix.cpp
-+++ b/src/network/kernel/qhostinfo_unix.cpp
-@@ -94,7 +94,7 @@ static bool resolveLibraryInternal()
- if (!lib.load())
- #endif
- {
-- lib.setFileName(QLatin1String("resolv"));
-+ lib.setFileName(QLatin1String(NIXPKGS_LIBRESOLV));
- if (!lib.load())
- return false;
- }
-diff --git a/src/network/ssl/qsslcontext_openssl.cpp b/src/network/ssl/qsslcontext_openssl.cpp
-index 68caaeb6dc..fef4a81474 100644
---- a/src/network/ssl/qsslcontext_openssl.cpp
-+++ b/src/network/ssl/qsslcontext_openssl.cpp
-@@ -340,7 +340,7 @@ init_context:
-
- const QVector qcurves = sslContext->sslConfiguration.ellipticCurves();
- if (!qcurves.isEmpty()) {
--#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(OPENSSL_NO_EC)
-+#if OPENSSL_VERSION_NUMBER >= 0x10002000L && defined(SSL_CTRL_SET_CURVES) && !defined(OPENSSL_NO_EC)
- // Set the curves to be used
- if (q_SSLeay() >= 0x10002000L) {
- // SSL_CTX_ctrl wants a non-const pointer as last argument,
-@@ -354,7 +354,7 @@ init_context:
- return sslContext;
- }
- } else
--#endif // OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(OPENSSL_NO_EC)
-+#endif // OPENSSL_VERSION_NUMBER >= 0x10002000L && defined(SSL_CTRL_SET_CURVES) && !defined(OPENSSL_NO_EC)
- {
- // specific curves requested, but not possible to set -> error
- sslContext->errorStr = msgErrorSettingEllipticCurves(QSslSocket::tr("OpenSSL version too old, need at least v1.0.2"));
-diff --git a/src/plugins/platforminputcontexts/compose/generator/qtablegenerator.cpp b/src/plugins/platforminputcontexts/compose/generator/qtablegenerator.cpp
-index 338c7ca3be..dd52114bac 100644
---- a/src/plugins/platforminputcontexts/compose/generator/qtablegenerator.cpp
-+++ b/src/plugins/platforminputcontexts/compose/generator/qtablegenerator.cpp
-@@ -251,12 +251,9 @@ void TableGenerator::initPossibleLocations()
- // the QTCOMPOSE environment variable
- if (qEnvironmentVariableIsSet("QTCOMPOSE"))
- m_possibleLocations.append(QString::fromLocal8Bit(qgetenv("QTCOMPOSE")));
-- m_possibleLocations.append(QStringLiteral("/usr/share/X11/locale"));
-- m_possibleLocations.append(QStringLiteral("/usr/local/share/X11/locale"));
-- m_possibleLocations.append(QStringLiteral("/usr/lib/X11/locale"));
-- m_possibleLocations.append(QStringLiteral("/usr/local/lib/X11/locale"));
- m_possibleLocations.append(QStringLiteral(X11_PREFIX "/share/X11/locale"));
- m_possibleLocations.append(QStringLiteral(X11_PREFIX "/lib/X11/locale"));
-+ m_possibleLocations.append(QLatin1String(NIXPKGS_QTCOMPOSE));
- }
-
- QString TableGenerator::findComposeFile()
-diff --git a/src/plugins/platforms/xcb/gl_integrations/xcb_glx/qglxintegration.cpp b/src/plugins/platforms/xcb/gl_integrations/xcb_glx/qglxintegration.cpp
-index c2b7a562a9..4fa5f6d6a5 100644
---- a/src/plugins/platforms/xcb/gl_integrations/xcb_glx/qglxintegration.cpp
-+++ b/src/plugins/platforms/xcb/gl_integrations/xcb_glx/qglxintegration.cpp
-@@ -570,7 +570,14 @@ void (*QGLXContext::getProcAddress(const QByteArray &procName)) ()
- #ifndef QT_NO_LIBRARY
- extern const QString qt_gl_library_name();
- // QLibrary lib(qt_gl_library_name());
-+ // Check system library paths first
- QLibrary lib(QLatin1String("GL"));
-+#ifdef NIXPKGS_MESA_GL
-+ if (!lib.load()) {
-+ // Fallback to Mesa driver
-+ lib.setFileName(QLatin1String(NIXPKGS_MESA_GL));
-+ }
-+#endif // NIXPKGS_MESA_GL
- glXGetProcAddressARB = (qt_glXGetProcAddressARB) lib.resolve("glXGetProcAddressARB");
- #endif
- }
-diff --git a/src/plugins/platforms/xcb/qxcbcursor.cpp b/src/plugins/platforms/xcb/qxcbcursor.cpp
-index 4646ced954..ff3111f393 100644
---- a/src/plugins/platforms/xcb/qxcbcursor.cpp
-+++ b/src/plugins/platforms/xcb/qxcbcursor.cpp
-@@ -303,10 +303,10 @@ QXcbCursor::QXcbCursor(QXcbConnection *conn, QXcbScreen *screen)
- #if defined(XCB_USE_XLIB) && !defined(QT_NO_LIBRARY)
- static bool function_ptrs_not_initialized = true;
- if (function_ptrs_not_initialized) {
-- QLibrary xcursorLib(QLatin1String("Xcursor"), 1);
-+ QLibrary xcursorLib(QLatin1String(NIXPKGS_LIBXCURSOR), 1);
- bool xcursorFound = xcursorLib.load();
- if (!xcursorFound) { // try without the version number
-- xcursorLib.setFileName(QLatin1String("Xcursor"));
-+ xcursorLib.setFileName(QLatin1String(NIXPKGS_LIBXCURSOR));
- xcursorFound = xcursorLib.load();
- }
- if (xcursorFound) {
-diff --git a/src/testlib/qtestassert.h b/src/testlib/qtestassert.h
-index ca3e02ca06..28dd73d772 100644
---- a/src/testlib/qtestassert.h
-+++ b/src/testlib/qtestassert.h
-@@ -38,10 +38,13 @@
-
- QT_BEGIN_NAMESPACE
-
--
--#define QTEST_ASSERT(cond) do { if (!(cond)) qt_assert(#cond,__FILE__,__LINE__); } while (0)
--
--#define QTEST_ASSERT_X(cond, where, what) do { if (!(cond)) qt_assert_x(where, what,__FILE__,__LINE__); } while (0)
-+#if defined(QT_NO_DEBUG) && !defined(QT_FORCE_ASSERTS)
-+#define QTEST_ASSERT(cond) do { } while ((false) && (cond))
-+#define QTEST_ASSERT_X(cond, where, what) do { } while ((false) && (cond))
-+#else
-+#define QTEST_ASSERT(cond) do { if (!(cond)) qt_assert(#cond,__FILE__,__LINE__); } while (false)
-+#define QTEST_ASSERT_X(cond, where, what) do { if (!(cond)) qt_assert_x(where, what,__FILE__,__LINE__); } while (false)
-+#endif
-
- QT_END_NAMESPACE
-
-diff --git a/src/widgets/Qt5WidgetsConfigExtras.cmake.in b/src/widgets/Qt5WidgetsConfigExtras.cmake.in
-index 99d87e2e46..a4eab2aa72 100644
---- a/src/widgets/Qt5WidgetsConfigExtras.cmake.in
-+++ b/src/widgets/Qt5WidgetsConfigExtras.cmake.in
-@@ -3,7 +3,7 @@ if (NOT TARGET Qt5::uic)
- add_executable(Qt5::uic IMPORTED)
-
- !!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5Widgets_install_prefix}/$${CMAKE_BIN_DIR}uic$$CMAKE_BIN_SUFFIX\")
-+ set(imported_location \"$$NIX_OUTPUT_DEV/$${CMAKE_BIN_DIR}uic$$CMAKE_BIN_SUFFIX\")
- !!ELSE
- set(imported_location \"$${CMAKE_BIN_DIR}uic$$CMAKE_BIN_SUFFIX\")
- !!ENDIF
diff --git a/pkgs/development/libraries/qt-5/5.6/qtdeclarative.patch b/pkgs/development/libraries/qt-5/5.6/qtdeclarative.patch
deleted file mode 100644
index dbddaa2a1d6..00000000000
--- a/pkgs/development/libraries/qt-5/5.6/qtdeclarative.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/src/qml/qml/qqmlimport.cpp b/src/qml/qml/qqmlimport.cpp
-index dfdf2edbe..7ee96049d 100644
---- a/src/qml/qml/qqmlimport.cpp
-+++ b/src/qml/qml/qqmlimport.cpp
-@@ -1568,6 +1568,15 @@ QQmlImportDatabase::QQmlImportDatabase(QQmlEngine *e)
- QString installImportsPath = QLibraryInfo::location(QLibraryInfo::Qml2ImportsPath);
- addImportPath(installImportsPath);
-
-+ // Add import paths derived from PATH
-+ const QStringList paths = QFile::decodeName(qgetenv("PATH")).split(':');
-+ const QString qmldir = QStringLiteral("../" NIXPKGS_QML2_IMPORT_PREFIX);
-+ for (const QString &path: paths) {
-+ if (!path.isEmpty()) {
-+ addImportPath(QDir::cleanPath(path + QDir::separator() + qmldir));
-+ }
-+ }
-+
- // env import paths
- if (Q_UNLIKELY(!qEnvironmentVariableIsEmpty("QML2_IMPORT_PATH"))) {
- const QByteArray envImportPath = qgetenv("QML2_IMPORT_PATH");
diff --git a/pkgs/development/libraries/qt-5/5.6/qtscript.patch b/pkgs/development/libraries/qt-5/5.6/qtscript.patch
deleted file mode 100644
index 5508dec1280..00000000000
--- a/pkgs/development/libraries/qt-5/5.6/qtscript.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
-index 1f6d25e..087c3fb 100644
---- a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
-+++ b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
-@@ -81,7 +81,7 @@
- #include
- #elif PLATFORM(GTK)
- #include
--typedef struct _GMutex GMutex;
-+typedef union _GMutex GMutex;
- typedef struct _GCond GCond;
- #endif
-
diff --git a/pkgs/development/libraries/qt-5/5.6/qtserialport.patch b/pkgs/development/libraries/qt-5/5.6/qtserialport.patch
deleted file mode 100644
index b2cffbe4f39..00000000000
--- a/pkgs/development/libraries/qt-5/5.6/qtserialport.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/serialport/qtudev_p.h b/src/serialport/qtudev_p.h
-index 6f2cabd..cd3c0ed 100644
---- a/src/serialport/qtudev_p.h
-+++ b/src/serialport/qtudev_p.h
-@@ -105,9 +105,17 @@ inline QFunctionPointer resolveSymbol(QLibrary *udevLibrary, const char *symbolN
- inline bool resolveSymbols(QLibrary *udevLibrary)
- {
- if (!udevLibrary->isLoaded()) {
-+#ifdef NIXPKGS_LIBUDEV
-+ udevLibrary->setFileNameAndVersion(QLatin1String(NIXPKGS_LIBUDEV), 1);
-+#else
- udevLibrary->setFileNameAndVersion(QStringLiteral("udev"), 1);
-+#endif
- if (!udevLibrary->load()) {
-+#ifdef NIXPKGS_LIBUDEV
-+ udevLibrary->setFileNameAndVersion(QLatin1String(NIXPKGS_LIBUDEV), 0);
-+#else
- udevLibrary->setFileNameAndVersion(QStringLiteral("udev"), 0);
-+#endif
- if (!udevLibrary->load()) {
- qWarning("Failed to load the library: %s, supported version(s): %i and %i", qPrintable(udevLibrary->fileName()), 1, 0);
- return false;
diff --git a/pkgs/development/libraries/qt-5/5.6/qttools.patch b/pkgs/development/libraries/qt-5/5.6/qttools.patch
deleted file mode 100644
index dcb15e0e55a..00000000000
--- a/pkgs/development/libraries/qt-5/5.6/qttools.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff --git a/src/assistant/help/Qt5HelpConfigExtras.cmake.in b/src/assistant/help/Qt5HelpConfigExtras.cmake.in
-index 5a5bd5ce..1c6727d4 100644
---- a/src/assistant/help/Qt5HelpConfigExtras.cmake.in
-+++ b/src/assistant/help/Qt5HelpConfigExtras.cmake.in
-@@ -2,14 +2,13 @@
- if (NOT TARGET Qt5::qcollectiongenerator)
- add_executable(Qt5::qcollectiongenerator IMPORTED)
-
--!!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5Help_install_prefix}/$${CMAKE_BIN_DIR}qcollectiongenerator$$CMAKE_BIN_SUFFIX\")
--!!ELSE
- set(imported_location \"$${CMAKE_BIN_DIR}qcollectiongenerator$$CMAKE_BIN_SUFFIX\")
--!!ENDIF
-+ if(NOT EXISTS \"${imported_location}\")
-+ set(imported_location \"$${CMAKE_BIN_DIR}qcollectiongenerator$$CMAKE_BIN_SUFFIX\")
-+ endif()
- _qt5_Help_check_file_exists(${imported_location})
-
- set_target_properties(Qt5::qcollectiongenerator PROPERTIES
- IMPORTED_LOCATION ${imported_location}
- )
--endif()
-+endif()
-\ No newline at end of file
-diff --git a/src/linguist/Qt5LinguistToolsConfig.cmake.in b/src/linguist/Qt5LinguistToolsConfig.cmake.in
-index 4318b16f..d60db4ff 100644
---- a/src/linguist/Qt5LinguistToolsConfig.cmake.in
-+++ b/src/linguist/Qt5LinguistToolsConfig.cmake.in
-@@ -44,11 +44,7 @@ endmacro()
- if (NOT TARGET Qt5::lrelease)
- add_executable(Qt5::lrelease IMPORTED)
-
--!!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5_linguisttools_install_prefix}/$${CMAKE_BIN_DIR}lrelease$$CMAKE_BIN_SUFFIX\")
--!!ELSE
- set(imported_location \"$${CMAKE_BIN_DIR}lrelease$$CMAKE_BIN_SUFFIX\")
--!!ENDIF
- _qt5_LinguistTools_check_file_exists(${imported_location})
-
- set_target_properties(Qt5::lrelease PROPERTIES
-@@ -59,11 +55,7 @@ endif()
- if (NOT TARGET Qt5::lupdate)
- add_executable(Qt5::lupdate IMPORTED)
-
--!!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5_linguisttools_install_prefix}/$${CMAKE_BIN_DIR}lupdate$$CMAKE_BIN_SUFFIX\")
--!!ELSE
- set(imported_location \"$${CMAKE_BIN_DIR}lupdate$$CMAKE_BIN_SUFFIX\")
--!!ENDIF
- _qt5_LinguistTools_check_file_exists(${imported_location})
-
- set_target_properties(Qt5::lupdate PROPERTIES
-@@ -74,11 +66,7 @@ endif()
- if (NOT TARGET Qt5::lconvert)
- add_executable(Qt5::lconvert IMPORTED)
-
--!!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE)
-- set(imported_location \"${_qt5_linguisttools_install_prefix}/$${CMAKE_BIN_DIR}lconvert$$CMAKE_BIN_SUFFIX\")
--!!ELSE
- set(imported_location \"$${CMAKE_BIN_DIR}lconvert$$CMAKE_BIN_SUFFIX\")
--!!ENDIF
- _qt5_LinguistTools_check_file_exists(${imported_location})
-
- set_target_properties(Qt5::lconvert PROPERTIES
diff --git a/pkgs/development/libraries/qt-5/5.6/qtwebengine-seccomp.patch b/pkgs/development/libraries/qt-5/5.6/qtwebengine-seccomp.patch
deleted file mode 100644
index bf6af805982..00000000000
--- a/pkgs/development/libraries/qt-5/5.6/qtwebengine-seccomp.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Backported to Qt 5.6 for epoll_pwait fix on newer glibc
-Part of upstream Chromium's 4e8083b4ab953ba298aedfc4e79d464be15e4012
-Review URL: https://codereview.chromium.org/1613883002
----
-diff --git a/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc b/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
-index 10278dc5fc9b..b30b3e6acef6 100644
---- a/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
-+++ b/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
-@@ -414,6 +414,7 @@ bool SyscallSets::IsAllowedEpoll(int sysno) {
- case __NR_epoll_create:
- case __NR_epoll_wait:
- #endif
-+ case __NR_epoll_pwait:
- case __NR_epoll_create1:
- case __NR_epoll_ctl:
- return true;
-@@ -421,7 +422,6 @@ bool SyscallSets::IsAllowedEpoll(int sysno) {
- #if defined(__x86_64__)
- case __NR_epoll_ctl_old:
- #endif
-- case __NR_epoll_pwait:
- #if defined(__x86_64__)
- case __NR_epoll_wait_old:
- #endif
diff --git a/pkgs/development/libraries/qt-5/5.6/qtwebkit.patch b/pkgs/development/libraries/qt-5/5.6/qtwebkit.patch
deleted file mode 100644
index da1658554e4..00000000000
--- a/pkgs/development/libraries/qt-5/5.6/qtwebkit.patch
+++ /dev/null
@@ -1,149 +0,0 @@
-diff --git a/Source/JavaScriptCore/API/JSStringRef.cpp b/Source/JavaScriptCore/API/JSStringRef.cpp
-index 812f3d413..77a3fd0f4 100644
---- a/Source/JavaScriptCore/API/JSStringRef.cpp
-+++ b/Source/JavaScriptCore/API/JSStringRef.cpp
-@@ -37,7 +37,7 @@ using namespace WTF::Unicode;
- JSStringRef JSStringCreateWithCharacters(const JSChar* chars, size_t numChars)
- {
- initializeThreading();
-- return OpaqueJSString::create(chars, numChars).leakRef();
-+ return OpaqueJSString::create(reinterpret_cast(chars), numChars).leakRef();
- }
-
- JSStringRef JSStringCreateWithUTF8CString(const char* string)
-@@ -62,7 +62,7 @@ JSStringRef JSStringCreateWithUTF8CString(const char* string)
- JSStringRef JSStringCreateWithCharactersNoCopy(const JSChar* chars, size_t numChars)
- {
- initializeThreading();
-- return OpaqueJSString::create(StringImpl::createWithoutCopying(chars, numChars, WTF::DoesNotHaveTerminatingNullCharacter)).leakRef();
-+ return OpaqueJSString::create(StringImpl::createWithoutCopying(reinterpret_cast(chars), numChars, WTF::DoesNotHaveTerminatingNullCharacter)).leakRef();
- }
-
- JSStringRef JSStringRetain(JSStringRef string)
-@@ -83,7 +83,7 @@ size_t JSStringGetLength(JSStringRef string)
-
- const JSChar* JSStringGetCharactersPtr(JSStringRef string)
- {
-- return string->characters();
-+ return reinterpret_cast(string->characters());
- }
-
- size_t JSStringGetMaximumUTF8CStringSize(JSStringRef string)
-diff --git a/Source/JavaScriptCore/runtime/DateConversion.cpp b/Source/JavaScriptCore/runtime/DateConversion.cpp
-index 0b57f012d..05e27338b 100644
---- a/Source/JavaScriptCore/runtime/DateConversion.cpp
-+++ b/Source/JavaScriptCore/runtime/DateConversion.cpp
-@@ -107,7 +107,8 @@ String formatDateTime(const GregorianDateTime& t, DateTimeFormat format, bool as
- #if OS(WINDOWS)
- TIME_ZONE_INFORMATION timeZoneInformation;
- GetTimeZoneInformation(&timeZoneInformation);
-- const WCHAR* timeZoneName = t.isDST() ? timeZoneInformation.DaylightName : timeZoneInformation.StandardName;
-+ const WCHAR* winTimeZoneName = t.isDST() ? timeZoneInformation.DaylightName : timeZoneInformation.StandardName;
-+ String timeZoneName(reinterpret_cast(winTimeZoneName));
- #else
- struct tm gtm = t;
- char timeZoneName[70];
-diff --git a/Source/WTF/WTF.pri b/Source/WTF/WTF.pri
-index 1f4866d66..bb61e4ba3 100644
---- a/Source/WTF/WTF.pri
-+++ b/Source/WTF/WTF.pri
-@@ -12,7 +12,7 @@ mac {
- # Mac OS does ship libicu but not the associated header files.
- # Therefore WebKit provides adequate header files.
- INCLUDEPATH = $${ROOT_WEBKIT_DIR}/Source/WTF/icu $$INCLUDEPATH
-- LIBS += -licucore
-+ LIBS += /usr/lib/libicucore.dylib
- } else:!use?(wchar_unicode): {
- win32 {
- CONFIG(static, static|shared) {
-diff --git a/Source/WTF/wtf/TypeTraits.h b/Source/WTF/wtf/TypeTraits.h
-index 9df2c95cf..f5d6121fd 100644
---- a/Source/WTF/wtf/TypeTraits.h
-+++ b/Source/WTF/wtf/TypeTraits.h
-@@ -72,6 +72,9 @@ namespace WTF {
- template<> struct IsInteger { static const bool value = true; };
- template<> struct IsInteger { static const bool value = true; };
- template<> struct IsInteger { static const bool value = true; };
-+#if __cplusplus >= 201103L || defined(__GXX_EXPERIMENTAL_CXX0X__) || (defined(_HAS_CHAR16_T_LANGUAGE_SUPPORT) && _HAS_CHAR16_T_LANGUAGE_SUPPORT)
-+ template<> struct IsInteger { static const bool value = true; };
-+#endif
- #if !COMPILER(MSVC) || defined(_NATIVE_WCHAR_T_DEFINED)
- template<> struct IsInteger { static const bool value = true; };
- #endif
-diff --git a/Source/WebCore/plugins/qt/PluginPackageQt.cpp b/Source/WebCore/plugins/qt/PluginPackageQt.cpp
-index a923d49aa..46772a4bb 100644
---- a/Source/WebCore/plugins/qt/PluginPackageQt.cpp
-+++ b/Source/WebCore/plugins/qt/PluginPackageQt.cpp
-@@ -136,7 +136,11 @@ static void initializeGtk(QLibrary* module = 0)
- }
- }
-
-+#ifdef NIXPKGS_LIBGTK2
-+ QLibrary library(QLatin1String(NIXPKGS_LIBGTK2), 0);
-+#else
- QLibrary library(QLatin1String("libgtk-x11-2.0"), 0);
-+#endif
- if (library.load()) {
- typedef void *(*gtk_init_check_ptr)(int*, char***);
- gtk_init_check_ptr gtkInitCheck = (gtk_init_check_ptr)library.resolve("gtk_init_check");
-diff --git a/Source/WebCore/plugins/qt/PluginViewQt.cpp b/Source/WebCore/plugins/qt/PluginViewQt.cpp
-index de06a2fea..86fe39ef1 100644
---- a/Source/WebCore/plugins/qt/PluginViewQt.cpp
-+++ b/Source/WebCore/plugins/qt/PluginViewQt.cpp
-@@ -697,7 +697,11 @@ static Display *getPluginDisplay()
- // support gdk based plugins (like flash) that use a different X connection.
- // The code below has the same effect as this one:
- // Display *gdkDisplay = gdk_x11_display_get_xdisplay(gdk_display_get_default());
-+#ifdef NIXPKGS_LIBGDK2
-+ QLibrary library(QLatin1String(NIXPKGS_LIBGDK2), 0);
-+#else
- QLibrary library(QLatin1String("libgdk-x11-2.0"), 0);
-+#endif
- if (!library.load())
- return 0;
-
-diff --git a/Source/WebKit2/PluginProcess/qt/PluginProcessMainQt.cpp b/Source/WebKit2/PluginProcess/qt/PluginProcessMainQt.cpp
-index 8de65216b..38f5c05e5 100644
---- a/Source/WebKit2/PluginProcess/qt/PluginProcessMainQt.cpp
-+++ b/Source/WebKit2/PluginProcess/qt/PluginProcessMainQt.cpp
-@@ -53,7 +53,11 @@ static void messageHandler(QtMsgType type, const QMessageLogContext&, const QStr
-
- static bool initializeGtk()
- {
-+#ifdef NIXPKGS_LIBGTK2
-+ QLibrary gtkLibrary(QLatin1String(NIXPKGS_LIBGTK2), 0);
-+#else
- QLibrary gtkLibrary(QLatin1String("libgtk-x11-2.0"), 0);
-+#endif
- if (!gtkLibrary.load())
- return false;
- typedef void* (*gtk_init_ptr)(void*, void*);
-diff --git a/Source/WebKit2/Shared/API/c/WKString.cpp b/Source/WebKit2/Shared/API/c/WKString.cpp
-index cbac67dd8..23400a64e 100644
---- a/Source/WebKit2/Shared/API/c/WKString.cpp
-+++ b/Source/WebKit2/Shared/API/c/WKString.cpp
-@@ -55,7 +55,7 @@ size_t WKStringGetLength(WKStringRef stringRef)
- size_t WKStringGetCharacters(WKStringRef stringRef, WKChar* buffer, size_t bufferLength)
- {
- COMPILE_ASSERT(sizeof(WKChar) == sizeof(UChar), WKStringGetCharacters_sizeof_WKChar_matches_UChar);
-- return (toImpl(stringRef)->getCharacters(static_cast(buffer), bufferLength));
-+ return (toImpl(stringRef)->getCharacters(reinterpret_cast(buffer), bufferLength));
- }
-
- size_t WKStringGetMaximumUTF8CStringSize(WKStringRef stringRef)
-diff --git a/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp b/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp
-index d734ff684..0f6ff63d1 100644
---- a/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp
-+++ b/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp
-@@ -64,7 +64,11 @@ static Display* getPluginDisplay()
- // The code below has the same effect as this one:
- // Display *gdkDisplay = gdk_x11_display_get_xdisplay(gdk_display_get_default());
-
-+#ifdef NIXPKGS_LIBGDK2
-+ QLibrary library(QLatin1String(NIXPKGS_LIBGDK2), 0);
-+#else
- QLibrary library(QLatin1String("libgdk-x11-2.0"), 0);
-+#endif
- if (!library.load())
- return 0;
-
diff --git a/pkgs/development/libraries/qt-5/5.6/srcs.nix b/pkgs/development/libraries/qt-5/5.6/srcs.nix
deleted file mode 100644
index 87d35a43d86..00000000000
--- a/pkgs/development/libraries/qt-5/5.6/srcs.nix
+++ /dev/null
@@ -1,309 +0,0 @@
-# DO NOT EDIT! This file is generated automatically by fetch-kde-qt.sh
-{ fetchurl, mirror }:
-
-{
- qt3d = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qt3d-opensource-src-5.6.3.tar.xz";
- sha256 = "1zkzc3wh2i89nacb55mbgl09zhrjbrxg9ir626bsvz15x4q5ml0h";
- name = "qt3d-opensource-src-5.6.3.tar.xz";
- };
- };
- qtactiveqt = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtactiveqt-opensource-src-5.6.3.tar.xz";
- sha256 = "00qscqjpkv5ssrjdwwcjp9q1rqgp8lsdjjksjpyyg4v6knd74s0i";
- name = "qtactiveqt-opensource-src-5.6.3.tar.xz";
- };
- };
- qtandroidextras = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtandroidextras-opensource-src-5.6.3.tar.xz";
- sha256 = "1v19p1pqcdicylj3hd2lbm5swqddydlv9aqmws3qwsc2vwh15d4n";
- name = "qtandroidextras-opensource-src-5.6.3.tar.xz";
- };
- };
- qtbase = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtbase-opensource-src-5.6.3.tar.xz";
- sha256 = "18ad7cxln61276cm8h8hzm0y6svw6b5m5nbm1niif9pwlqlqbx7y";
- name = "qtbase-opensource-src-5.6.3.tar.xz";
- };
- };
- qtcanvas3d = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtcanvas3d-opensource-src-5.6.3.tar.xz";
- sha256 = "1zsn3xbsqapivfg80cldjlh7z07nf88958a7g6dm7figkwahx7p9";
- name = "qtcanvas3d-opensource-src-5.6.3.tar.xz";
- };
- };
- qtcharts = {
- version = "2.1.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtcharts-opensource-src-2.1.3.tar.xz";
- sha256 = "0bvxmqx7094mq1svrv1i1jp6vl87r2mp7k9n3gqpixjmqaqsjdpn";
- name = "qtcharts-opensource-src-2.1.3.tar.xz";
- };
- };
- qtconnectivity = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtconnectivity-opensource-src-5.6.3.tar.xz";
- sha256 = "1pnc0zmps5iw5yhn2w0wl8cnyxhcy88d3rnaiv62ljpsccynwh7s";
- name = "qtconnectivity-opensource-src-5.6.3.tar.xz";
- };
- };
- qtdatavis3d = {
- version = "1.2.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtdatavis3d-opensource-src-1.2.3.tar.xz";
- sha256 = "0rqhr6s3fic91r6r1g2ws57j6ixvkh4zhcwh7savs1risx374vya";
- name = "qtdatavis3d-opensource-src-1.2.3.tar.xz";
- };
- };
- qtdeclarative = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtdeclarative-opensource-src-5.6.3.tar.xz";
- sha256 = "1z4ih5jbydnk5dz0arhvwc54fjw7fynqx3rhm6f8lsyis19w0gzn";
- name = "qtdeclarative-opensource-src-5.6.3.tar.xz";
- };
- };
- qtdeclarative-render2d = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtdeclarative-render2d-opensource-src-5.6.3.tar.xz";
- sha256 = "0r2qn8l3wh73cj75rq34zmc6rgl7v11c31pjdcsybad76nw5wb2p";
- name = "qtdeclarative-render2d-opensource-src-5.6.3.tar.xz";
- };
- };
- qtdoc = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtdoc-opensource-src-5.6.3.tar.xz";
- sha256 = "11zhlry8hlql1q3pm4mf7qyky9i2irxqdrr9nr5m93wjyfsjbh7f";
- name = "qtdoc-opensource-src-5.6.3.tar.xz";
- };
- };
- qtenginio = {
- version = "1.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtenginio-opensource-src-1.6.3.tar.xz";
- sha256 = "04ir5pa8wpkc7cq08s0b69a0vhkr7479ixn3m2vww4jm6l5hc1yr";
- name = "qtenginio-opensource-src-1.6.3.tar.xz";
- };
- };
- qtgraphicaleffects = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtgraphicaleffects-opensource-src-5.6.3.tar.xz";
- sha256 = "1vcrm4jfmxjlw23dnwf45mzq2z5s4fz6j2znknr25ca5bqnmjhn7";
- name = "qtgraphicaleffects-opensource-src-5.6.3.tar.xz";
- };
- };
- qtimageformats = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtimageformats-opensource-src-5.6.3.tar.xz";
- sha256 = "1hs8b258xsbc4xb4844mas9ka54f5cfhhszblawwjxn9j0ydmr7g";
- name = "qtimageformats-opensource-src-5.6.3.tar.xz";
- };
- };
- qtlocation = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtlocation-opensource-src-5.6.3.tar.xz";
- sha256 = "0rhlmyi5kkhl1bimaj1fmp36v7x5r79j3flgx9dv27rkric1ra5p";
- name = "qtlocation-opensource-src-5.6.3.tar.xz";
- };
- };
- qtmacextras = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtmacextras-opensource-src-5.6.3.tar.xz";
- sha256 = "10v2a058yv6k76gg9dgpy4fc0xd652dknzsw5432gm8d9391382i";
- name = "qtmacextras-opensource-src-5.6.3.tar.xz";
- };
- };
- qtmultimedia = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtmultimedia-opensource-src-5.6.3.tar.xz";
- sha256 = "0ihvbv0ldravbrx6406ps0z8y6521iz6h58n5ws44xq3m2g06dmf";
- name = "qtmultimedia-opensource-src-5.6.3.tar.xz";
- };
- };
- qtpurchasing = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtpurchasing-opensource-src-5.6.3.tar.xz";
- sha256 = "0lf269jzd6y4x5bxjwgz9dpw7hxmc6sp39qpxwlswd505cf0wgd7";
- name = "qtpurchasing-opensource-src-5.6.3.tar.xz";
- };
- };
- qtquickcontrols = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtquickcontrols-opensource-src-5.6.3.tar.xz";
- sha256 = "13nvn0d2i4lf4igc1xqf7m98n4j66az1bi02zzv5m18vyb40zfri";
- name = "qtquickcontrols-opensource-src-5.6.3.tar.xz";
- };
- };
- qtquickcontrols2 = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtquickcontrols2-opensource-src-5.6.3.tar.xz";
- sha256 = "1jw1zykrx8aa9p781hc74h9za7lnnm4ifpdyqa4ahbdy193phl7c";
- name = "qtquickcontrols2-opensource-src-5.6.3.tar.xz";
- };
- };
- qtscript = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtscript-opensource-src-5.6.3.tar.xz";
- sha256 = "12dkf2s1l9y9cwdyayg2mpnwvx14kq93pymp3iy3fw1s1vfj11zh";
- name = "qtscript-opensource-src-5.6.3.tar.xz";
- };
- };
- qtsensors = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtsensors-opensource-src-5.6.3.tar.xz";
- sha256 = "0ws96fmk5zz9szrw9x1dwa6gnv9rpv1q0h9ax9z5m1kiapfd80km";
- name = "qtsensors-opensource-src-5.6.3.tar.xz";
- };
- };
- qtserialbus = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtserialbus-opensource-src-5.6.3.tar.xz";
- sha256 = "17lskz4r549hc02riv0a3jdjbyaq4y4a94xd3jhy454lhzirpj3i";
- name = "qtserialbus-opensource-src-5.6.3.tar.xz";
- };
- };
- qtserialport = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtserialport-opensource-src-5.6.3.tar.xz";
- sha256 = "06mfkd88rcn4p8pfzsyqbfg956vwwcql0khchjgx3bh34zp1yb88";
- name = "qtserialport-opensource-src-5.6.3.tar.xz";
- };
- };
- qtsvg = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtsvg-opensource-src-5.6.3.tar.xz";
- sha256 = "1v6wz8fcgsh4lfv68bhavms0l1z3mcn8vggakc3m8rdl2wsih3qh";
- name = "qtsvg-opensource-src-5.6.3.tar.xz";
- };
- };
- qttools = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qttools-opensource-src-5.6.3.tar.xz";
- sha256 = "09krlrgcglylsv7xx4r681v7zmyy6nr8j18482skrmsqh21vlqqs";
- name = "qttools-opensource-src-5.6.3.tar.xz";
- };
- };
- qttranslations = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qttranslations-opensource-src-5.6.3.tar.xz";
- sha256 = "1avcfymi9bxk02i1rqh89c6hnvf4bg9qry94z29g1r62c80lxvbd";
- name = "qttranslations-opensource-src-5.6.3.tar.xz";
- };
- };
- qtvirtualkeyboard = {
- version = "2.0";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtvirtualkeyboard-opensource-src-2.0.tar.xz";
- sha256 = "1v0saqz76h9gnb13b8mri4jq93i7f1gr7hj81zj3vz433s2klm0x";
- name = "qtvirtualkeyboard-opensource-src-2.0.tar.xz";
- };
- };
- qtwayland = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtwayland-opensource-src-5.6.3.tar.xz";
- sha256 = "18ys14fzjybx02aj85vyqzsp89ypv2c6vfpklxzslwyvn9w54iss";
- name = "qtwayland-opensource-src-5.6.3.tar.xz";
- };
- };
- qtwebchannel = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtwebchannel-opensource-src-5.6.3.tar.xz";
- sha256 = "04q7wmdnv4pskah2s5nnrzbsb207fvkj333m69wkqrc64anb1ccf";
- name = "qtwebchannel-opensource-src-5.6.3.tar.xz";
- };
- };
- qtwebengine = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtwebengine-opensource-src-5.6.3.tar.xz";
- sha256 = "19xpvnjwrjpj6wx7sy1cs1r1ibnh5hqfk9w9rnqf5h7n77xnk780";
- name = "qtwebengine-opensource-src-5.6.3.tar.xz";
- };
- };
- qtwebkit = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/community_releases/5.6/5.6.3/qtwebkit-opensource-src-5.6.3.tar.xz";
- sha256 = "15iqgaw3jznfq1mdg1mmr7pn8w3qhw964h5m36vg3ywqayr6p309";
- name = "qtwebkit-opensource-src-5.6.3.tar.xz";
- };
- };
- qtwebkit-examples = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/community_releases/5.6/5.6.3/qtwebkit-examples-opensource-src-5.6.3.tar.xz";
- sha256 = "17hnls8j4wz0kyzzq7m3105lqz71zsxr0hya7i23pl4qc8affv1d";
- name = "qtwebkit-examples-opensource-src-5.6.3.tar.xz";
- };
- };
- qtwebsockets = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtwebsockets-opensource-src-5.6.3.tar.xz";
- sha256 = "1sr8q0wqw4xwcdl6nvnv04pcjxb0fbs4ywrkcghdz2bcc52r0hx2";
- name = "qtwebsockets-opensource-src-5.6.3.tar.xz";
- };
- };
- qtwebview = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtwebview-opensource-src-5.6.3.tar.xz";
- sha256 = "076q9g2ca41v8lyhn7354rs8w2ca0wp2hsxc76zprzghi5p4b2kn";
- name = "qtwebview-opensource-src-5.6.3.tar.xz";
- };
- };
- qtwinextras = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtwinextras-opensource-src-5.6.3.tar.xz";
- sha256 = "0nmhvd1g18w12q6i8s87aq7rwikcn1m8m9m0a02l3p22xvimkxzf";
- name = "qtwinextras-opensource-src-5.6.3.tar.xz";
- };
- };
- qtx11extras = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtx11extras-opensource-src-5.6.3.tar.xz";
- sha256 = "0zv70z5z48wlg0q2zd7nbp7i0wimdcalns6yg0mjp7v2w2b8wyhy";
- name = "qtx11extras-opensource-src-5.6.3.tar.xz";
- };
- };
- qtxmlpatterns = {
- version = "5.6.3";
- src = fetchurl {
- url = "${mirror}/official_releases/qt/5.6/5.6.3/submodules/qtxmlpatterns-opensource-src-5.6.3.tar.xz";
- sha256 = "1xjimf88j2s5jrqgr9ki82zmis8r979rrzq4k6dxw43k1ngzyqd4";
- name = "qtxmlpatterns-opensource-src-5.6.3.tar.xz";
- };
- };
-}
diff --git a/pkgs/development/libraries/qt-5/5.9/default.nix b/pkgs/development/libraries/qt-5/5.9/default.nix
index 9baca8124bd..b27c5d3eb58 100644
--- a/pkgs/development/libraries/qt-5/5.9/default.nix
+++ b/pkgs/development/libraries/qt-5/5.9/default.nix
@@ -9,18 +9,16 @@ top-level attribute to `top-level/all-packages.nix`.
1. Update the URL in `pkgs/development/libraries/qt-5/$VERSION/fetch.sh`.
2. From the top of the Nixpkgs tree, run
`./maintainers/scripts/fetch-kde-qt.sh > pkgs/development/libraries/qt-5/$VERSION/srcs.nix`.
-3. Update `qtCompatVersion` below if the minor version number changes.
-4. Check that the new packages build correctly.
-5. Commit the changes and open a pull request.
+3. Check that the new packages build correctly.
+4. Commit the changes and open a pull request.
*/
{
newScope,
- stdenv, fetchurl, fetchpatch, makeSetupHook,
+ stdenv, fetchurl, fetchpatch, makeSetupHook, makeWrapper,
bison, cups ? null, harfbuzz, libGL, perl,
gstreamer, gst-plugins-base, gtk3, dconf,
- cf-private,
# options
developerBuild ? false,
@@ -32,13 +30,17 @@ with stdenv.lib;
let
- qtCompatVersion = "5.9";
+ qtCompatVersion = srcs.qtbase.version;
mirror = "http://download.qt.io";
srcs = import ./srcs.nix { inherit fetchurl; inherit mirror; };
patches = {
- qtbase = [ ./qtbase.patch ./qtbase-fixguicmake.patch ];
+ qtbase = [
+ ./qtbase.patch
+ ./qtbase-fixguicmake.patch
+ ./qtbase-openssl_1_1.patch
+ ];
qtdeclarative = [ ./qtdeclarative.patch ];
qtscript = [ ./qtscript.patch ];
qtserialport = [ ./qtserialport.patch ];
@@ -68,14 +70,18 @@ let
};
- mkDerivation =
- import ../mkDerivation.nix
- { inherit stdenv; inherit (stdenv) lib; }
- { inherit debug; };
-
qtModule =
import ../qtModule.nix
- { inherit mkDerivation perl; inherit (stdenv) lib; }
+ {
+ inherit perl;
+ inherit (stdenv) lib;
+ # Use a variant of mkDerivation that does not include wrapQtApplications
+ # to avoid cyclic dependencies between Qt modules.
+ mkDerivation =
+ import ../mkDerivation.nix
+ { inherit (stdenv) lib; inherit debug; wrapQtAppsHook = null; }
+ stdenv.mkDerivation;
+ }
{ inherit self srcs patches; };
addPackages = self: with self;
@@ -83,7 +89,11 @@ let
callPackage = self.newScope { inherit qtCompatVersion qtModule srcs; };
in {
- inherit mkDerivation;
+ mkDerivationWith =
+ import ../mkDerivation.nix
+ { inherit (stdenv) lib; inherit debug; inherit (self) wrapQtAppsHook; };
+
+ mkDerivation = mkDerivationWith stdenv.mkDerivation;
qtbase = callPackage ../modules/qtbase.nix {
inherit (srcs.qtbase) src version;
@@ -94,17 +104,13 @@ let
};
qtcharts = callPackage ../modules/qtcharts.nix {};
- qtconnectivity = callPackage ../modules/qtconnectivity.nix {
- inherit cf-private;
- };
+ qtconnectivity = callPackage ../modules/qtconnectivity.nix {};
qtdeclarative = callPackage ../modules/qtdeclarative.nix {};
qtdoc = callPackage ../modules/qtdoc.nix {};
qtgraphicaleffects = callPackage ../modules/qtgraphicaleffects.nix {};
qtimageformats = callPackage ../modules/qtimageformats.nix {};
qtlocation = callPackage ../modules/qtlocation.nix {};
- qtmacextras = callPackage ../modules/qtmacextras.nix {
- inherit cf-private;
- };
+ qtmacextras = callPackage ../modules/qtmacextras.nix {};
qtmultimedia = callPackage ../modules/qtmultimedia.nix {
inherit gstreamer gst-plugins-base;
};
@@ -145,6 +151,12 @@ let
fix_qt_builtin_paths = ../hooks/fix-qt-builtin-paths.sh;
};
} ../hooks/qmake-hook.sh;
+
+ wrapQtAppsHook = makeSetupHook {
+ deps =
+ [ self.qtbase.dev makeWrapper ]
+ ++ optional stdenv.isLinux self.qtwayland.dev;
+ } ../hooks/wrap-qt-apps-hook.sh;
};
self = makeScope newScope addPackages;
diff --git a/pkgs/development/libraries/qt-5/5.9/qtbase-openssl_1_1.patch b/pkgs/development/libraries/qt-5/5.9/qtbase-openssl_1_1.patch
new file mode 100644
index 00000000000..d5f4d7527cb
--- /dev/null
+++ b/pkgs/development/libraries/qt-5/5.9/qtbase-openssl_1_1.patch
@@ -0,0 +1,3985 @@
+commit 2d88fc0ce4ac76924a65ffd797183de9422ba672
+Author: Andreas Rammhold
+Date: Wed Mar 6 00:18:51 2019 +0100
+
+ openssl1.1 compat
+
+diff --git a/config.tests/openssl/openssl.cpp b/config.tests/openssl/openssl.cpp
+index 6c8a9e8f19..d33b62389c 100644
+--- a/config.tests/openssl/openssl.cpp
++++ b/config.tests/openssl/openssl.cpp
+@@ -39,8 +39,8 @@
+
+ #include
+
+-#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x0090700fL || OPENSSL_VERSION_NUMBER-0 >= 0x10100000L
+-# error "OpenSSL >= 0.9.7, and < 1.1.0 is required"
++#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x0090700fL
++# error "OpenSSL >= 0.9.7 is required"
+ #endif
+
+ #include
+diff --git a/config.tests/openssl11/openssl.cpp b/config.tests/openssl11/openssl.cpp
+new file mode 100644
+index 0000000000..c20cc59deb
+--- /dev/null
++++ b/config.tests/openssl11/openssl.cpp
+@@ -0,0 +1,48 @@
++/****************************************************************************
++**
++** Copyright (C) 2017 The Qt Company Ltd.
++** Contact: https://www.qt.io/licensing/
++**
++** This file is part of the config.tests of the Qt Toolkit.
++**
++** $QT_BEGIN_LICENSE:LGPL$
++** Commercial License Usage
++** Licensees holding valid commercial Qt licenses may use this file in
++** accordance with the commercial license agreement provided with the
++** Software or, alternatively, in accordance with the terms contained in
++** a written agreement between you and The Qt Company. For licensing terms
++** and conditions see https://www.qt.io/terms-conditions. For further
++** information use the contact form at https://www.qt.io/contact-us.
++**
++** GNU Lesser General Public License Usage
++** Alternatively, this file may be used under the terms of the GNU Lesser
++** General Public License version 3 as published by the Free Software
++** Foundation and appearing in the file LICENSE.LGPL3 included in the
++** packaging of this file. Please review the following information to
++** ensure the GNU Lesser General Public License version 3 requirements
++** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
++**
++** GNU General Public License Usage
++** Alternatively, this file may be used under the terms of the GNU
++** General Public License version 2.0 or (at your option) the GNU General
++** Public license version 3 or any later version approved by the KDE Free
++** Qt Foundation. The licenses are as published by the Free Software
++** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
++** included in the packaging of this file. Please review the following
++** information to ensure the GNU General Public License requirements will
++** be met: https://www.gnu.org/licenses/gpl-2.0.html and
++** https://www.gnu.org/licenses/gpl-3.0.html.
++**
++** $QT_END_LICENSE$
++**
++****************************************************************************/
++
++#include
++
++#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x10100000L
++# error "OpenSSL >= 1.1 is required"
++#endif
++
++int main()
++{
++}
+diff --git a/config.tests/openssl11/openssl11.pro b/config.tests/openssl11/openssl11.pro
+new file mode 100644
+index 0000000000..a023aee4aa
+--- /dev/null
++++ b/config.tests/openssl11/openssl11.pro
+@@ -0,0 +1,2 @@
++SOURCES = openssl.cpp
++CONFIG -= x11 qt
+diff --git a/src/network/configure.json b/src/network/configure.json
+index 2cf90ed94b..a021c0734b 100644
+--- a/src/network/configure.json
++++ b/src/network/configure.json
+@@ -77,6 +77,17 @@
+ },
+ { "libs": "-lssl -lcrypto", "condition": "!config.win32" }
+ ]
++ },
++ "openssl11": {
++ "label": "OpenSSL v. 1.1 support",
++ "type": "compile",
++ "test": "openssl11",
++ "sources": [
++ {
++ "comment": "placeholder for OPENSSL_PATH",
++ "libs": ""
++ }
++ ]
+ }
+ },
+
+@@ -182,7 +193,7 @@
+ "enable": "input.openssl == 'yes' || input.openssl == 'linked' || input.openssl == 'runtime'",
+ "disable": "input.openssl == 'no' || input.ssl == 'no'",
+ "autoDetect": "!config.winrt",
+- "condition": "!features.securetransport && (features.openssl-linked || libs.openssl_headers)",
++ "condition": "!features.securetransport && (features.openssl-linked || libs.openssl_headers || feature.opensslv11)",
+ "output": [
+ "privateFeature",
+ { "type": "publicQtConfig", "condition": "!features.openssl-linked" },
+@@ -193,7 +204,7 @@
+ "label": " Qt directly linked to OpenSSL",
+ "enable": "input.openssl == 'linked'",
+ "disable": "input.openssl != 'linked'",
+- "condition": "!features.securetransport && libs.openssl",
++ "condition": "!features.securetransport && (libs.openssl || feature.opensslv11)",
+ "output": [
+ "privateFeature",
+ { "type": "define", "name": "QT_LINKED_OPENSSL" }
+@@ -213,6 +224,11 @@
+ "condition": "config.winrt || features.securetransport || features.openssl",
+ "output": [ "publicFeature", "feature" ]
+ },
++ "opensslv11": {
++ "label": "OpenSSL v. 1.1",
++ "condition": "libs.openssl11",
++ "output": ["publicFeature", "feature"]
++ },
+ "sctp": {
+ "label": "SCTP",
+ "autoDetect": false,
+diff --git a/src/network/ssl/qsslcertificate_openssl.cpp b/src/network/ssl/qsslcertificate_openssl.cpp
+index 28b7eda54a..71e514a025 100644
+--- a/src/network/ssl/qsslcertificate_openssl.cpp
++++ b/src/network/ssl/qsslcertificate_openssl.cpp
+@@ -1,6 +1,7 @@
+ /****************************************************************************
+ **
+-** Copyright (C) 2016 The Qt Company Ltd.
++** Copyright (C) 2017 The Qt Company Ltd.
++** Copyright (C) 2016 Richard J. Moore
+ ** Contact: https://www.qt.io/licensing/
+ **
+ ** This file is part of the QtNetwork module of the Qt Toolkit.
+@@ -64,12 +65,14 @@ bool QSslCertificate::operator==(const QSslCertificate &other) const
+ uint qHash(const QSslCertificate &key, uint seed) Q_DECL_NOTHROW
+ {
+ if (X509 * const x509 = key.d->x509) {
+- (void)q_X509_cmp(x509, x509); // populate x509->sha1_hash
+- // (if someone knows a better way...)
+- return qHashBits(x509->sha1_hash, SHA_DIGEST_LENGTH, seed);
+- } else {
+- return seed;
++ const EVP_MD *sha1 = q_EVP_sha1();
++ unsigned int len = 0;
++ unsigned char md[EVP_MAX_MD_SIZE];
++ q_X509_digest(x509, sha1, md, &len);
++ return qHashBits(md, len, seed);
+ }
++
++ return seed;
+ }
+
+ bool QSslCertificate::isNull() const
+@@ -89,8 +92,7 @@ QByteArray QSslCertificate::version() const
+ {
+ QMutexLocker lock(QMutexPool::globalInstanceGet(d.data()));
+ if (d->versionString.isEmpty() && d->x509)
+- d->versionString =
+- QByteArray::number(qlonglong(q_ASN1_INTEGER_get(d->x509->cert_info->version)) + 1);
++ d->versionString = QByteArray::number(qlonglong(q_X509_get_version(d->x509)) + 1);
+
+ return d->versionString;
+ }
+@@ -99,7 +101,7 @@ QByteArray QSslCertificate::serialNumber() const
+ {
+ QMutexLocker lock(QMutexPool::globalInstanceGet(d.data()));
+ if (d->serialNumberString.isEmpty() && d->x509) {
+- ASN1_INTEGER *serialNumber = d->x509->cert_info->serialNumber;
++ ASN1_INTEGER *serialNumber = q_X509_get_serialNumber(d->x509);
+ QByteArray hexString;
+ hexString.reserve(serialNumber->length * 3);
+ for (int a = 0; a < serialNumber->length; ++a) {
+@@ -199,14 +201,15 @@ QMultiMap QSslCertificate::subjectAlter
+ continue;
+ }
+
+- const char *altNameStr = reinterpret_cast(q_ASN1_STRING_data(genName->d.ia5));
++ const char *altNameStr = reinterpret_cast(q_ASN1_STRING_get0_data(genName->d.ia5));
+ const QString altName = QString::fromLatin1(altNameStr, len);
+ if (genName->type == GEN_DNS)
+ result.insert(QSsl::DnsEntry, altName);
+ else if (genName->type == GEN_EMAIL)
+ result.insert(QSsl::EmailEntry, altName);
+ }
+- q_sk_pop_free((STACK*)altNames, reinterpret_cast(q_sk_free));
++
++ q_OPENSSL_sk_pop_free((OPENSSL_STACK*)altNames, reinterpret_cast(q_OPENSSL_sk_free));
+ }
+
+ return result;
+@@ -235,25 +238,26 @@ QSslKey QSslCertificate::publicKey() const
+ QSslKey key;
+
+ key.d->type = QSsl::PublicKey;
+- X509_PUBKEY *xkey = d->x509->cert_info->key;
+- EVP_PKEY *pkey = q_X509_PUBKEY_get(xkey);
++
++ EVP_PKEY *pkey = q_X509_get_pubkey(d->x509);
+ Q_ASSERT(pkey);
++ const int keyType = q_EVP_PKEY_type(q_EVP_PKEY_base_id(pkey));
+
+- if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_RSA) {
++ if (keyType == EVP_PKEY_RSA) {
+ key.d->rsa = q_EVP_PKEY_get1_RSA(pkey);
+ key.d->algorithm = QSsl::Rsa;
+ key.d->isNull = false;
+- } else if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_DSA) {
++ } else if (keyType == EVP_PKEY_DSA) {
+ key.d->dsa = q_EVP_PKEY_get1_DSA(pkey);
+ key.d->algorithm = QSsl::Dsa;
+ key.d->isNull = false;
+ #ifndef OPENSSL_NO_EC
+- } else if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_EC) {
++ } else if (keyType == EVP_PKEY_EC) {
+ key.d->ec = q_EVP_PKEY_get1_EC_KEY(pkey);
+ key.d->algorithm = QSsl::Ec;
+ key.d->isNull = false;
+ #endif
+- } else if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_DH) {
++ } else if (keyType == EVP_PKEY_DH) {
+ // DH unsupported
+ } else {
+ // error?
+@@ -275,7 +279,7 @@ static QVariant x509UnknownExtensionToValue(X509_EXTENSION *ext)
+ X509V3_EXT_METHOD *meth = const_cast(q_X509V3_EXT_get(ext));
+ if (!meth) {
+ ASN1_OCTET_STRING *value = q_X509_EXTENSION_get_data(ext);
+- QByteArray result( reinterpret_cast(q_ASN1_STRING_data(value)),
++ QByteArray result( reinterpret_cast(q_ASN1_STRING_get0_data(value)),
+ q_ASN1_STRING_length(value));
+ return result;
+ }
+@@ -371,7 +375,7 @@ static QVariant x509ExtensionToValue(X509_EXTENSION *ext)
+ continue;
+ }
+
+- const char *uriStr = reinterpret_cast(q_ASN1_STRING_data(name->d.uniformResourceIdentifier));
++ const char *uriStr = reinterpret_cast(q_ASN1_STRING_get0_data(name->d.uniformResourceIdentifier));
+ const QString uri = QString::fromUtf8(uriStr, len);
+
+ result[QString::fromUtf8(QSslCertificatePrivate::asn1ObjectName(ad->method))] = uri;
+@@ -380,11 +384,7 @@ static QVariant x509ExtensionToValue(X509_EXTENSION *ext)
+ }
+ }
+
+-#if OPENSSL_VERSION_NUMBER >= 0x10000000L
+- q_sk_pop_free((_STACK*)info, reinterpret_cast(q_sk_free));
+-#else
+- q_sk_pop_free((STACK*)info, reinterpret_cast(q_sk_free));
+-#endif
++ q_OPENSSL_sk_pop_free((OPENSSL_STACK*)info, reinterpret_cast(q_OPENSSL_sk_free));
+ return result;
+ }
+ break;
+@@ -607,7 +607,11 @@ static QMap _q_mapFromX509Name(X509_NAME *name)
+ unsigned char *data = 0;
+ int size = q_ASN1_STRING_to_UTF8(&data, q_X509_NAME_ENTRY_get_data(e));
+ info.insertMulti(name, QString::fromUtf8((char*)data, size));
++#if QT_CONFIG(opensslv11)
++ q_CRYPTO_free(data, 0, 0);
++#else
+ q_CRYPTO_free(data);
++#endif
+ }
+
+ return info;
+@@ -619,8 +623,9 @@ QSslCertificate QSslCertificatePrivate::QSslCertificate_from_X509(X509 *x509)
+ if (!x509 || !QSslSocket::supportsSsl())
+ return certificate;
+
+- ASN1_TIME *nbef = q_X509_get_notBefore(x509);
+- ASN1_TIME *naft = q_X509_get_notAfter(x509);
++ ASN1_TIME *nbef = q_X509_getm_notBefore(x509);
++ ASN1_TIME *naft = q_X509_getm_notAfter(x509);
++
+ certificate.d->notValidBefore = q_getTimeFromASN1(nbef);
+ certificate.d->notValidAfter = q_getTimeFromASN1(naft);
+ certificate.d->null = false;
+diff --git a/src/network/ssl/qsslcontext_openssl.cpp b/src/network/ssl/qsslcontext_openssl.cpp
+index c92d8fc3f8..cef503710c 100644
+--- a/src/network/ssl/qsslcontext_openssl.cpp
++++ b/src/network/ssl/qsslcontext_openssl.cpp
+@@ -1,6 +1,6 @@
+ /****************************************************************************
+ **
+-** Copyright (C) 2016 The Qt Company Ltd.
++** Copyright (C) 2017 The Qt Company Ltd.
+ ** Copyright (C) 2014 BlackBerry Limited. All rights reserved.
+ ** Copyright (C) 2014 Governikus GmbH & Co. KG.
+ ** Contact: https://www.qt.io/licensing/
+@@ -41,22 +41,14 @@
+
+
+ #include
+-#include
+-#include
+
+ #include "private/qssl_p.h"
+ #include "private/qsslcontext_openssl_p.h"
+-#include "private/qsslsocket_p.h"
+ #include "private/qsslsocket_openssl_p.h"
+ #include "private/qsslsocket_openssl_symbols_p.h"
+-#include "private/qssldiffiehellmanparameters_p.h"
+
+ QT_BEGIN_NAMESPACE
+
+-// defined in qsslsocket_openssl.cpp:
+-extern int q_X509Callback(int ok, X509_STORE_CTX *ctx);
+-extern QString getErrorsFromOpenSsl();
+-
+ QSslContext::QSslContext()
+ : ctx(0),
+ pkey(0),
+@@ -78,301 +70,6 @@ QSslContext::~QSslContext()
+ q_SSL_SESSION_free(session);
+ }
+
+-static inline QString msgErrorSettingEllipticCurves(const QString &why)
+-{
+- return QSslSocket::tr("Error when setting the elliptic curves (%1)").arg(why);
+-}
+-
+-// static
+-void QSslContext::initSslContext(QSslContext *sslContext, QSslSocket::SslMode mode, const QSslConfiguration &configuration, bool allowRootCertOnDemandLoading)
+-{
+- sslContext->sslConfiguration = configuration;
+- sslContext->errorCode = QSslError::NoError;
+-
+- bool client = (mode == QSslSocket::SslClientMode);
+-
+- bool reinitialized = false;
+- bool unsupportedProtocol = false;
+-init_context:
+- switch (sslContext->sslConfiguration.protocol()) {
+- case QSsl::SslV2:
+-#ifndef OPENSSL_NO_SSL2
+- sslContext->ctx = q_SSL_CTX_new(client ? q_SSLv2_client_method() : q_SSLv2_server_method());
+-#else
+- // SSL 2 not supported by the system, but chosen deliberately -> error
+- sslContext->ctx = 0;
+- unsupportedProtocol = true;
+-#endif
+- break;
+- case QSsl::SslV3:
+-#ifndef OPENSSL_NO_SSL3_METHOD
+- sslContext->ctx = q_SSL_CTX_new(client ? q_SSLv3_client_method() : q_SSLv3_server_method());
+-#else
+- // SSL 3 not supported by the system, but chosen deliberately -> error
+- sslContext->ctx = 0;
+- unsupportedProtocol = true;
+-#endif
+- break;
+- case QSsl::SecureProtocols:
+- // SSLv2 and SSLv3 will be disabled by SSL options
+- // But we need q_SSLv23_server_method() otherwise AnyProtocol will be unable to connect on Win32.
+- case QSsl::TlsV1SslV3:
+- // SSLv2 will will be disabled by SSL options
+- case QSsl::AnyProtocol:
+- default:
+- sslContext->ctx = q_SSL_CTX_new(client ? q_SSLv23_client_method() : q_SSLv23_server_method());
+- break;
+- case QSsl::TlsV1_0:
+- sslContext->ctx = q_SSL_CTX_new(client ? q_TLSv1_client_method() : q_TLSv1_server_method());
+- break;
+- case QSsl::TlsV1_1:
+-#if OPENSSL_VERSION_NUMBER >= 0x10001000L
+- sslContext->ctx = q_SSL_CTX_new(client ? q_TLSv1_1_client_method() : q_TLSv1_1_server_method());
+-#else
+- // TLS 1.1 not supported by the system, but chosen deliberately -> error
+- sslContext->ctx = 0;
+- unsupportedProtocol = true;
+-#endif
+- break;
+- case QSsl::TlsV1_2:
+-#if OPENSSL_VERSION_NUMBER >= 0x10001000L
+- sslContext->ctx = q_SSL_CTX_new(client ? q_TLSv1_2_client_method() : q_TLSv1_2_server_method());
+-#else
+- // TLS 1.2 not supported by the system, but chosen deliberately -> error
+- sslContext->ctx = 0;
+- unsupportedProtocol = true;
+-#endif
+- break;
+- case QSsl::TlsV1_0OrLater:
+- // Specific protocols will be specified via SSL options.
+- sslContext->ctx = q_SSL_CTX_new(client ? q_SSLv23_client_method() : q_SSLv23_server_method());
+- break;
+- case QSsl::TlsV1_1OrLater:
+- case QSsl::TlsV1_2OrLater:
+-#if OPENSSL_VERSION_NUMBER >= 0x10001000L
+- // Specific protocols will be specified via SSL options.
+- sslContext->ctx = q_SSL_CTX_new(client ? q_SSLv23_client_method() : q_SSLv23_server_method());
+-#else
+- // TLS 1.1/1.2 not supported by the system, but chosen deliberately -> error
+- sslContext->ctx = 0;
+- unsupportedProtocol = true;
+-#endif
+- break;
+- }
+-
+- if (!sslContext->ctx) {
+- // After stopping Flash 10 the SSL library looses its ciphers. Try re-adding them
+- // by re-initializing the library.
+- if (!reinitialized) {
+- reinitialized = true;
+- if (q_SSL_library_init() == 1)
+- goto init_context;
+- }
+-
+- sslContext->errorStr = QSslSocket::tr("Error creating SSL context (%1)").arg(
+- unsupportedProtocol ? QSslSocket::tr("unsupported protocol") : QSslSocketBackendPrivate::getErrorsFromOpenSsl()
+- );
+- sslContext->errorCode = QSslError::UnspecifiedError;
+- return;
+- }
+-
+- // Enable bug workarounds.
+- long options = QSslSocketBackendPrivate::setupOpenSslOptions(configuration.protocol(), configuration.d->sslOptions);
+- q_SSL_CTX_set_options(sslContext->ctx, options);
+-
+-#if OPENSSL_VERSION_NUMBER >= 0x10000000L
+- // Tell OpenSSL to release memory early
+- // http://www.openssl.org/docs/ssl/SSL_CTX_set_mode.html
+- if (q_SSLeay() >= 0x10000000L)
+- q_SSL_CTX_set_mode(sslContext->ctx, SSL_MODE_RELEASE_BUFFERS);
+-#endif
+-
+- // Initialize ciphers
+- QByteArray cipherString;
+- bool first = true;
+- QList ciphers = sslContext->sslConfiguration.ciphers();
+- if (ciphers.isEmpty())
+- ciphers = QSslSocketPrivate::defaultCiphers();
+- for (const QSslCipher &cipher : qAsConst(ciphers)) {
+- if (first)
+- first = false;
+- else
+- cipherString.append(':');
+- cipherString.append(cipher.name().toLatin1());
+- }
+-
+- if (!q_SSL_CTX_set_cipher_list(sslContext->ctx, cipherString.data())) {
+- sslContext->errorStr = QSslSocket::tr("Invalid or empty cipher list (%1)").arg(QSslSocketBackendPrivate::getErrorsFromOpenSsl());
+- sslContext->errorCode = QSslError::UnspecifiedError;
+- return;
+- }
+-
+- const QDateTime now = QDateTime::currentDateTimeUtc();
+-
+- // Add all our CAs to this store.
+- const auto caCertificates = sslContext->sslConfiguration.caCertificates();
+- for (const QSslCertificate &caCertificate : caCertificates) {
+- // From https://www.openssl.org/docs/ssl/SSL_CTX_load_verify_locations.html:
+- //
+- // If several CA certificates matching the name, key identifier, and
+- // serial number condition are available, only the first one will be
+- // examined. This may lead to unexpected results if the same CA
+- // certificate is available with different expiration dates. If a
+- // ``certificate expired'' verification error occurs, no other
+- // certificate will be searched. Make sure to not have expired
+- // certificates mixed with valid ones.
+- //
+- // See also: QSslSocketBackendPrivate::verify()
+- if (caCertificate.expiryDate() >= now) {
+- q_X509_STORE_add_cert(q_SSL_CTX_get_cert_store(sslContext->ctx), (X509 *)caCertificate.handle());
+- }
+- }
+-
+- if (QSslSocketPrivate::s_loadRootCertsOnDemand && allowRootCertOnDemandLoading) {
+- // tell OpenSSL the directories where to look up the root certs on demand
+- const QList unixDirs = QSslSocketPrivate::unixRootCertDirectories();
+- for (const QByteArray &unixDir : unixDirs)
+- q_SSL_CTX_load_verify_locations(sslContext->ctx, 0, unixDir.constData());
+- }
+-
+- if (!sslContext->sslConfiguration.localCertificate().isNull()) {
+- // Require a private key as well.
+- if (sslContext->sslConfiguration.privateKey().isNull()) {
+- sslContext->errorStr = QSslSocket::tr("Cannot provide a certificate with no key, %1").arg(QSslSocketBackendPrivate::getErrorsFromOpenSsl());
+- sslContext->errorCode = QSslError::UnspecifiedError;
+- return;
+- }
+-
+- // Load certificate
+- if (!q_SSL_CTX_use_certificate(sslContext->ctx, (X509 *)sslContext->sslConfiguration.localCertificate().handle())) {
+- sslContext->errorStr = QSslSocket::tr("Error loading local certificate, %1").arg(QSslSocketBackendPrivate::getErrorsFromOpenSsl());
+- sslContext->errorCode = QSslError::UnspecifiedError;
+- return;
+- }
+-
+- if (configuration.d->privateKey.algorithm() == QSsl::Opaque) {
+- sslContext->pkey = reinterpret_cast(configuration.d->privateKey.handle());
+- } else {
+- // Load private key
+- sslContext->pkey = q_EVP_PKEY_new();
+- // before we were using EVP_PKEY_assign_R* functions and did not use EVP_PKEY_free.
+- // this lead to a memory leak. Now we use the *_set1_* functions which do not
+- // take ownership of the RSA/DSA key instance because the QSslKey already has ownership.
+- if (configuration.d->privateKey.algorithm() == QSsl::Rsa)
+- q_EVP_PKEY_set1_RSA(sslContext->pkey, reinterpret_cast(configuration.d->privateKey.handle()));
+- else if (configuration.d->privateKey.algorithm() == QSsl::Dsa)
+- q_EVP_PKEY_set1_DSA(sslContext->pkey, reinterpret_cast(configuration.d->privateKey.handle()));
+-#ifndef OPENSSL_NO_EC
+- else if (configuration.d->privateKey.algorithm() == QSsl::Ec)
+- q_EVP_PKEY_set1_EC_KEY(sslContext->pkey, reinterpret_cast(configuration.d->privateKey.handle()));
+-#endif
+- }
+-
+- if (!q_SSL_CTX_use_PrivateKey(sslContext->ctx, sslContext->pkey)) {
+- sslContext->errorStr = QSslSocket::tr("Error loading private key, %1").arg(QSslSocketBackendPrivate::getErrorsFromOpenSsl());
+- sslContext->errorCode = QSslError::UnspecifiedError;
+- return;
+- }
+- if (configuration.d->privateKey.algorithm() == QSsl::Opaque)
+- sslContext->pkey = 0; // Don't free the private key, it belongs to QSslKey
+-
+- // Check if the certificate matches the private key.
+- if (!q_SSL_CTX_check_private_key(sslContext->ctx)) {
+- sslContext->errorStr = QSslSocket::tr("Private key does not certify public key, %1").arg(QSslSocketBackendPrivate::getErrorsFromOpenSsl());
+- sslContext->errorCode = QSslError::UnspecifiedError;
+- return;
+- }
+-
+- // If we have any intermediate certificates then we need to add them to our chain
+- bool first = true;
+- for (const QSslCertificate &cert : qAsConst(configuration.d->localCertificateChain)) {
+- if (first) {
+- first = false;
+- continue;
+- }
+- q_SSL_CTX_ctrl(sslContext->ctx, SSL_CTRL_EXTRA_CHAIN_CERT, 0,
+- q_X509_dup(reinterpret_cast(cert.handle())));
+- }
+- }
+-
+- // Initialize peer verification.
+- if (sslContext->sslConfiguration.peerVerifyMode() == QSslSocket::VerifyNone) {
+- q_SSL_CTX_set_verify(sslContext->ctx, SSL_VERIFY_NONE, 0);
+- } else {
+- q_SSL_CTX_set_verify(sslContext->ctx, SSL_VERIFY_PEER, q_X509Callback);
+- }
+-
+- // Set verification depth.
+- if (sslContext->sslConfiguration.peerVerifyDepth() != 0)
+- q_SSL_CTX_set_verify_depth(sslContext->ctx, sslContext->sslConfiguration.peerVerifyDepth());
+-
+- // set persisted session if the user set it
+- if (!configuration.sessionTicket().isEmpty())
+- sslContext->setSessionASN1(configuration.sessionTicket());
+-
+- // Set temp DH params
+- QSslDiffieHellmanParameters dhparams = configuration.diffieHellmanParameters();
+-
+- if (!dhparams.isValid()) {
+- sslContext->errorStr = QSslSocket::tr("Diffie-Hellman parameters are not valid");
+- sslContext->errorCode = QSslError::UnspecifiedError;
+- return;
+- }
+-
+- if (!dhparams.isEmpty()) {
+- const QByteArray ¶ms = dhparams.d->derData;
+- const char *ptr = params.constData();
+- DH *dh = q_d2i_DHparams(NULL, reinterpret_cast(&ptr), params.length());
+- if (dh == NULL)
+- qFatal("q_d2i_DHparams failed to convert QSslDiffieHellmanParameters to DER form");
+- q_SSL_CTX_set_tmp_dh(sslContext->ctx, dh);
+- q_DH_free(dh);
+- }
+-
+-#ifndef OPENSSL_NO_EC
+-#if OPENSSL_VERSION_NUMBER >= 0x10002000L
+- if (q_SSLeay() >= 0x10002000L) {
+- q_SSL_CTX_ctrl(sslContext->ctx, SSL_CTRL_SET_ECDH_AUTO, 1, NULL);
+- } else
+-#endif
+- {
+- // Set temp ECDH params
+- EC_KEY *ecdh = 0;
+- ecdh = q_EC_KEY_new_by_curve_name(NID_X9_62_prime256v1);
+- q_SSL_CTX_set_tmp_ecdh(sslContext->ctx, ecdh);
+- q_EC_KEY_free(ecdh);
+- }
+-#endif // OPENSSL_NO_EC
+-
+-#if OPENSSL_VERSION_NUMBER >= 0x10001000L && !defined(OPENSSL_NO_PSK)
+- if (!client)
+- q_SSL_CTX_use_psk_identity_hint(sslContext->ctx, sslContext->sslConfiguration.preSharedKeyIdentityHint().constData());
+-#endif // OPENSSL_VERSION_NUMBER >= 0x10001000L && !defined(OPENSSL_NO_PSK)
+-
+- const QVector qcurves = sslContext->sslConfiguration.ellipticCurves();
+- if (!qcurves.isEmpty()) {
+-#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(OPENSSL_NO_EC)
+- // Set the curves to be used
+- if (q_SSLeay() >= 0x10002000L) {
+- // SSL_CTX_ctrl wants a non-const pointer as last argument,
+- // but let's avoid a copy into a temporary array
+- if (!q_SSL_CTX_ctrl(sslContext->ctx,
+- SSL_CTRL_SET_CURVES,
+- qcurves.size(),
+- const_cast(reinterpret_cast(qcurves.data())))) {
+- sslContext->errorStr = msgErrorSettingEllipticCurves(QSslSocketBackendPrivate::getErrorsFromOpenSsl());
+- sslContext->errorCode = QSslError::UnspecifiedError;
+- }
+- } else
+-#endif // OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(OPENSSL_NO_EC)
+- {
+- // specific curves requested, but not possible to set -> error
+- sslContext->errorStr = msgErrorSettingEllipticCurves(QSslSocket::tr("OpenSSL version too old, need at least v1.0.2"));
+- sslContext->errorCode = QSslError::UnspecifiedError;
+- }
+- }
+-}
+-
+ QSslContext* QSslContext::fromConfiguration(QSslSocket::SslMode mode, const QSslConfiguration &configuration, bool allowRootCertOnDemandLoading)
+ {
+ QSslContext *sslContext = new QSslContext();
+@@ -463,7 +160,7 @@ SSL* QSslContext::createSsl()
+ m_npnContext.len = m_supportedNPNVersions.count();
+ m_npnContext.status = QSslConfiguration::NextProtocolNegotiationNone;
+ #if OPENSSL_VERSION_NUMBER >= 0x10002000L
+- if (q_SSLeay() >= 0x10002000L) {
++ if (QSslSocket::sslLibraryVersionNumber() >= 0x10002000L) {
+ // Callback's type has a parameter 'const unsigned char ** out'
+ // since it was introduced in 1.0.2. Internally, OpenSSL's own code
+ // (tests/examples) cast it to unsigned char * (since it's 'out').
+@@ -508,7 +205,7 @@ bool QSslContext::cacheSession(SSL* ssl)
+ unsigned char *data = reinterpret_cast(m_sessionASN1.data());
+ if (!q_i2d_SSL_SESSION(session, &data))
+ qCWarning(lcSsl, "could not store persistent version of SSL session");
+- m_sessionTicketLifeTimeHint = session->tlsext_tick_lifetime_hint;
++ m_sessionTicketLifeTimeHint = q_SSL_SESSION_get_ticket_lifetime_hint(session);
+ }
+ }
+
+diff --git a/src/network/ssl/qsslcontext_openssl11.cpp b/src/network/ssl/qsslcontext_openssl11.cpp
+new file mode 100644
+index 0000000000..787b6ae3f5
+--- /dev/null
++++ b/src/network/ssl/qsslcontext_openssl11.cpp
+@@ -0,0 +1,277 @@
++/****************************************************************************
++**
++** Copyright (C) 2017 The Qt Company Ltd.
++** Copyright (C) 2014 BlackBerry Limited. All rights reserved.
++** Copyright (C) 2014 Governikus GmbH & Co. KG.
++** Copyright (C) 2016 Richard J. Moore
++** Contact: https://www.qt.io/licensing/
++**
++** This file is part of the QtNetwork module of the Qt Toolkit.
++**
++** $QT_BEGIN_LICENSE:LGPL$
++** Commercial License Usage
++** Licensees holding valid commercial Qt licenses may use this file in
++** accordance with the commercial license agreement provided with the
++** Software or, alternatively, in accordance with the terms contained in
++** a written agreement between you and The Qt Company. For licensing terms
++** and conditions see https://www.qt.io/terms-conditions. For further
++** information use the contact form at https://www.qt.io/contact-us.
++**
++** GNU Lesser General Public License Usage
++** Alternatively, this file may be used under the terms of the GNU Lesser
++** General Public License version 3 as published by the Free Software
++** Foundation and appearing in the file LICENSE.LGPL3 included in the
++** packaging of this file. Please review the following information to
++** ensure the GNU Lesser General Public License version 3 requirements
++** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
++**
++** GNU General Public License Usage
++** Alternatively, this file may be used under the terms of the GNU
++** General Public License version 2.0 or (at your option) the GNU General
++** Public license version 3 or any later version approved by the KDE Free
++** Qt Foundation. The licenses are as published by the Free Software
++** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
++** included in the packaging of this file. Please review the following
++** information to ensure the GNU General Public License requirements will
++** be met: https://www.gnu.org/licenses/gpl-2.0.html and
++** https://www.gnu.org/licenses/gpl-3.0.html.
++**
++** $QT_END_LICENSE$
++**
++****************************************************************************/
++
++
++#include